aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/algebra/Makefile.in3
-rw-r--r--src/share/algebra/browse.daase2220
-rw-r--r--src/share/algebra/category.daase3996
-rw-r--r--src/share/algebra/compress.daase1327
-rw-r--r--src/share/algebra/interp.daase10213
-rw-r--r--src/share/algebra/operation.daase32935
6 files changed, 25359 insertions, 25335 deletions
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in
index fc186f97..5d3fd2ce 100644
--- a/src/algebra/Makefile.in
+++ b/src/algebra/Makefile.in
@@ -343,6 +343,7 @@ $(OUT)/DIFFMOD.$(FASLEXT): $(OUT)/DIFFSPC.$(FASLEXT)
$(OUT)/PDDOM.$(FASLEXT): $(OUT)/TYPE.$(FASLEXT)
$(OUT)/PDSPC.$(FASLEXT): $(OUT)/PDDOM.$(FASLEXT)
$(OUT)/DSEXT.$(FASLEXT): $(OUT)/DIFFSPC.$(FASLEXT) $(OUT)/PDSPC.$(FASLEXT)
+$(OUT)/ORDTYPE.$(FASLEXT): $(OUT)/BASTYPE.$(FASLEXT)
axiom_algebra_layer_0 = \
AHYP ATTREG CFCAT ELTAB KOERCE KONVERT \
@@ -370,7 +371,7 @@ axiom_algebra_layer_0 = \
LIST DIFFDOM DIFFDOM- DIFFSPC DIFFSPC- DIFFMOD \
LINEXP PATMAB REAL CHARZ LOGIC LOGIC- \
RTVALUE SYSPTR PDDOM PDDOM- PDSPC PDSPC- \
- DSEXT DSEXT-
+ DSEXT DSEXT- ORDTYPE ORDTYPE-
axiom_algebra_layer_0_nrlibs = \
$(addsuffix .NRLIB/code.$(FASLEXT),$(axiom_algebra_layer_0))
diff --git a/src/share/algebra/browse.daase b/src/share/algebra/browse.daase
index b2175999..3afba534 100644
--- a/src/share/algebra/browse.daase
+++ b/src/share/algebra/browse.daase
@@ -1,12 +1,12 @@
-(2293386 . 3486772025)
+(2294476 . 3486783785)
(-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.")))
-((-4463 . T) (-4462 . T))
+((-4465 . T) (-4464 . T))
NIL
(-20 S)
((|constructor| (NIL "The class of abelian groups,{} \\spadignore{i.e.} additive monoids where each element has an additive inverse. \\blankline")) (- (($ $ $) "\\spad{x-y} is the difference of \\spad{x} and \\spad{y} \\spadignore{i.e.} \\spad{x + (-y)}.") (($ $) "\\spad{-x} is the additive inverse of \\spad{x}")))
@@ -38,7 +38,7 @@ NIL
NIL
(-27)
((|constructor| (NIL "Model for algebraically closed fields.")) (|zerosOf| (((|List| $) (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{zerosOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}\\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(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(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(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(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(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}.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-28 S R)
((|constructor| (NIL "Model for algebraically closed function spaces.")) (|zerosOf| (((|List| $) $ (|Symbol|)) "\\spad{zerosOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}\\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(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(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(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(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(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(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(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}.")))
-((-4459 . T) (-4457 . T) (-4456 . T) ((-4464 "*") . T) (-4455 . T) (-4460 . T) (-4454 . T))
+((-4461 . T) (-4459 . T) (-4458 . T) ((-4466 "*") . T) (-4457 . T) (-4462 . T) (-4456 . 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 -1956)
+(-32 R -2117)
((|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 -1057) (QUOTE (-576)))))
+((|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))))
(-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 -4462)))
+((|HasAttribute| |#1| (QUOTE -4464)))
(-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}.")))
-((-4462 . T) (-4463 . T))
+((-4464 . T) (-4465 . T))
NIL
(-37 S R)
((|constructor| (NIL "The category of associative algebras (modules which are themselves rings). \\blankline")))
@@ -82,20 +82,20 @@ NIL
NIL
(-38 R)
((|constructor| (NIL "The category of associative algebras (modules which are themselves rings). \\blankline")))
-((-4456 . T) (-4457 . T) (-4459 . T))
+((-4458 . T) (-4459 . T) (-4461 . 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 -1956 UP UPUP -2005)
+(-40 -2117 UP UPUP -1869)
((|constructor| (NIL "Function field defined by \\spad{f}(\\spad{x},{} \\spad{y}) = 0.")) (|knownInfBasis| (((|Void|) (|NonNegativeInteger|)) "\\spad{knownInfBasis(n)} \\undocumented{}")))
-((-4455 |has| (-419 |#2|) (-374)) (-4460 |has| (-419 |#2|) (-374)) (-4454 |has| (-419 |#2|) (-374)) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| (-419 |#2|) (QUOTE (-146))) (|HasCategory| (-419 |#2|) (QUOTE (-148))) (|HasCategory| (-419 |#2|) (QUOTE (-360))) (-2755 (|HasCategory| (-419 |#2|) (QUOTE (-374))) (|HasCategory| (-419 |#2|) (QUOTE (-360)))) (|HasCategory| (-419 |#2|) (QUOTE (-374))) (|HasCategory| (-419 |#2|) (QUOTE (-379))) (-2755 (-12 (|HasCategory| (-419 |#2|) (QUOTE (-238))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (|HasCategory| (-419 |#2|) (QUOTE (-360)))) (-2755 (-12 (|HasCategory| (-419 |#2|) (QUOTE (-238))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (QUOTE (-237))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (|HasCategory| (-419 |#2|) (QUOTE (-360)))) (-2755 (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-419 |#2|) (QUOTE (-360))))) (-2755 (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| (-419 |#2|) (QUOTE (-374))))) (|HasCategory| (-419 |#2|) (LIST (QUOTE -651) (QUOTE (-576)))) (-2755 (|HasCategory| (-419 |#2|) (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (|HasCategory| (-419 |#2|) (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-419 |#2|) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-379))) (-12 (|HasCategory| (-419 |#2|) (QUOTE (-237))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (QUOTE (-238))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))))
-(-41 R -1956)
+((-4457 |has| (-419 |#2|) (-374)) (-4462 |has| (-419 |#2|) (-374)) (-4456 |has| (-419 |#2|) (-374)) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| (-419 |#2|) (QUOTE (-146))) (|HasCategory| (-419 |#2|) (QUOTE (-148))) (|HasCategory| (-419 |#2|) (QUOTE (-360))) (-3795 (|HasCategory| (-419 |#2|) (QUOTE (-374))) (|HasCategory| (-419 |#2|) (QUOTE (-360)))) (|HasCategory| (-419 |#2|) (QUOTE (-374))) (|HasCategory| (-419 |#2|) (QUOTE (-379))) (-3795 (-12 (|HasCategory| (-419 |#2|) (QUOTE (-238))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (|HasCategory| (-419 |#2|) (QUOTE (-360)))) (-3795 (-12 (|HasCategory| (-419 |#2|) (QUOTE (-238))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (QUOTE (-237))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (|HasCategory| (-419 |#2|) (QUOTE (-360)))) (-3795 (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-419 |#2|) (QUOTE (-360))))) (-3795 (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| (-419 |#2|) (QUOTE (-374))))) (|HasCategory| (-419 |#2|) (LIST (QUOTE -651) (QUOTE (-576)))) (-3795 (|HasCategory| (-419 |#2|) (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (|HasCategory| (-419 |#2|) (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-419 |#2|) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-379))) (-12 (|HasCategory| (-419 |#2|) (QUOTE (-237))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (QUOTE (-238))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))))
+(-41 R -2117)
((|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 (-464))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -442) (|devaluate| |#1|)))))
+((-12 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -442) (|devaluate| |#1|)))))
(-42 OV E P)
((|constructor| (NIL "This package factors multivariate polynomials over the domain of \\spadtype{AlgebraicNumber} by allowing the user to specify a list of algebraic numbers generating the particular extension to factor over.")) (|factor| (((|Factored| (|SparseUnivariatePolynomial| |#3|)) (|SparseUnivariatePolynomial| |#3|) (|List| (|AlgebraicNumber|))) "\\spad{factor(p,lan)} factors the polynomial \\spad{p} over the extension generated by the algebraic numbers given by the list \\spad{lan}. \\spad{p} is presented as a univariate polynomial with multivariate coefficients.") (((|Factored| |#3|) |#3| (|List| (|AlgebraicNumber|))) "\\spad{factor(p,lan)} factors the polynomial \\spad{p} over the extension generated by the algebraic numbers given by the list \\spad{lan}.")))
NIL
@@ -106,31 +106,31 @@ NIL
((|HasCategory| |#1| (QUOTE (-317))))
(-44 R |n| |ls| |gamma|)
((|constructor| (NIL "AlgebraGivenByStructuralConstants implements finite rank algebras over a commutative ring,{} given by the structural constants \\spad{gamma} with respect to a fixed basis \\spad{[a1,..,an]},{} where \\spad{gamma} is an \\spad{n}-vector of \\spad{n} by \\spad{n} matrices \\spad{[(gammaijk) for k in 1..rank()]} defined by \\spad{ai * aj = gammaij1 * a1 + ... + gammaijn * an}. The symbols for the fixed basis have to be given as a list of symbols.")) (|coerce| (($ (|Vector| |#1|)) "\\spad{coerce(v)} converts a vector to a member of the algebra by forming a linear combination with the basis element. Note: the vector is assumed to have length equal to the dimension of the algebra.")))
-((-4459 |has| |#1| (-568)) (-4457 . T) (-4456 . T))
+((-4461 |has| |#1| (-568)) (-4459 . T) (-4458 . T))
((|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568))))
(-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.")))
-((-4462 . T) (-4463 . T))
-((-2755 (-12 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-862))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -4298) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -4437) (|devaluate| |#2|)))))) (-12 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -4298) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -4437) (|devaluate| |#2|))))))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-862))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-862))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-862))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-1119)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))) (-12 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -4298) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -4437) (|devaluate| |#2|)))))))
+((-4464 . T) (-4465 . T))
+((-3795 (-12 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-862))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2240) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2904) (|devaluate| |#2|)))))) (-12 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2240) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2904) (|devaluate| |#2|))))))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-862))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-862))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-862))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-1121)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))) (-12 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2240) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2904) (|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 -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-374))))
(-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}.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4456 . T) (-4457 . T) (-4459 . T))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4458 . T) (-4459 . T) (-4461 . 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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| $ (QUOTE (-1068))) (|HasCategory| $ (LIST (QUOTE -1057) (QUOTE (-576)))))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| $ (QUOTE (-1070))) (|HasCategory| $ (LIST (QUOTE -1059) (QUOTE (-576)))))
(-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'}.")))
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}.")))
-((-4459 . T))
+((-4461 . 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 -1956)
+(-54 |Base| R -2117)
((|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")))
-((-4462 . T) (-4463 . T))
+((-4464 . T) (-4465 . 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}")))
-((-4463 . T) (-4462 . T))
-((-2755 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
+((-4465 . T) (-4464 . T))
+((-3795 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|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}.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
-(-61 -2624)
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
+(-61 -4149)
((|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 -2624)
+(-62 -4149)
((|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 -2624)
+(-63 -4149)
((|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 -2624)
+(-64 -4149)
((|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 -2624)
+(-65 -4149)
((|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 -2624)
+(-66 -4149)
((|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 -2624)
+(-67 -4149)
((|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 -2624)
+(-68 -4149)
((|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 -2624)
+(-69 -4149)
((|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 -2624)
+(-70 -4149)
((|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 -2624)
+(-71 -4149)
((|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 -2624)
+(-72 -4149)
((|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 -2624)
+(-73 -4149)
((|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 -2624)
+(-74 -4149)
((|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 -2624)
+(-77 -4149)
((|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 -2624)
+(-78 -4149)
((|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 -2624)
+(-79 -4149)
((|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 -2624)
+(-80 -4149)
((|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 -2624)
+(-81 -4149)
((|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 -2624)
+(-82 -4149)
((|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 -2624)
+(-83 -4149)
((|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 -2624)
+(-84 -4149)
((|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 -2624)
+(-85 -4149)
((|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 -2624)
+(-86 -4149)
((|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 -2624)
+(-87 -4149)
((|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 -2624)
+(-88 -4149)
((|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 -2624)
+(-89 -4149)
((|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 (-374))))
(-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}.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
(-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\".")))
-((-4462 . T))
+((-4464 . 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.")))
-((-4462 . T) ((-4464 "*") . T) (-4463 . T) (-4459 . T) (-4457 . T) (-4456 . T) (-4455 . T) (-4460 . T) (-4454 . T) (-4453 . T) (-4452 . T) (-4451 . T) (-4450 . T) (-4458 . T) (-4461 . T) (|NullSquare| . T) (|JacobiIdentity| . T) (-4449 . T))
+((-4464 . T) ((-4466 "*") . T) (-4465 . T) (-4461 . T) (-4459 . T) (-4458 . T) (-4457 . T) (-4462 . T) (-4456 . T) (-4455 . T) (-4454 . T) (-4453 . T) (-4452 . T) (-4460 . T) (-4463 . T) (|NullSquare| . T) (|JacobiIdentity| . T) (-4451 . 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}.")))
-((-4459 . T))
+((-4461 . 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{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}.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
(-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 (-4464 "*"))))
+((|HasAttribute| |#1| (QUOTE (-4466 "*"))))
(-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")))
-((-4462 . T))
+((-4464 . 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.")))
-((-4463 . T))
+((-4465 . 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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| (-576) (QUOTE (-926))) (|HasCategory| (-576) (LIST (QUOTE -1057) (QUOTE (-1195)))) (|HasCategory| (-576) (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-148))) (|HasCategory| (-576) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-576) (QUOTE (-1041))) (|HasCategory| (-576) (QUOTE (-832))) (-2755 (|HasCategory| (-576) (QUOTE (-832))) (|HasCategory| (-576) (QUOTE (-862)))) (|HasCategory| (-576) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| (-576) (QUOTE (-1171))) (|HasCategory| (-576) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| (-576) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| (-576) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| (-576) (QUOTE (-237))) (|HasCategory| (-576) (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| (-576) (QUOTE (-238))) (|HasCategory| (-576) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-576) (LIST (QUOTE -526) (QUOTE (-1195)) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -319) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -296) (QUOTE (-576)) (QUOTE (-576)))) (|HasCategory| (-576) (QUOTE (-317))) (|HasCategory| (-576) (QUOTE (-557))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-576) (LIST (QUOTE -651) (QUOTE (-576)))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-926)))) (|HasCategory| (-576) (QUOTE (-146)))))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| (-576) (QUOTE (-928))) (|HasCategory| (-576) (LIST (QUOTE -1059) (QUOTE (-1197)))) (|HasCategory| (-576) (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-148))) (|HasCategory| (-576) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-576) (QUOTE (-1043))) (|HasCategory| (-576) (QUOTE (-832))) (-3795 (|HasCategory| (-576) (QUOTE (-832))) (|HasCategory| (-576) (QUOTE (-862)))) (|HasCategory| (-576) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| (-576) (QUOTE (-1173))) (|HasCategory| (-576) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| (-576) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| (-576) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| (-576) (QUOTE (-237))) (|HasCategory| (-576) (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| (-576) (QUOTE (-238))) (|HasCategory| (-576) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-576) (LIST (QUOTE -526) (QUOTE (-1197)) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -319) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -296) (QUOTE (-576)) (QUOTE (-576)))) (|HasCategory| (-576) (QUOTE (-317))) (|HasCategory| (-576) (QUOTE (-557))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-576) (LIST (QUOTE -651) (QUOTE (-576)))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-928)))) (|HasCategory| (-576) (QUOTE (-146)))))
(-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| (($ (|Identifier|) (|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| (((|Identifier|) $) "\\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}")))
-((-4463 . T) (-4462 . T))
-((-12 (|HasCategory| (-112) (QUOTE (-1119))) (|HasCategory| (-112) (LIST (QUOTE -319) (QUOTE (-112))))) (|HasCategory| (-112) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-112) (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-112) (QUOTE (-1119))) (|HasCategory| (-112) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-112) (QUOTE (-102))))
+((-4465 . T) (-4464 . T))
+((-12 (|HasCategory| (-112) (QUOTE (-1121))) (|HasCategory| (-112) (LIST (QUOTE -319) (QUOTE (-112))))) (|HasCategory| (-112) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-112) (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-112) (QUOTE (-1121))) (|HasCategory| (-112) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-112) (QUOTE (-102))))
(-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}")))
-((-4457 . T) (-4456 . T))
+((-4459 . T) (-4458 . 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}.")))
@@ -392,22 +392,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| (($ $ (|Identifier|)) "\\spad{assert(op, p)} attaches property \\spad{p} to \\spad{op}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.")) (|has?| (((|Boolean|) $ (|Identifier|)) "\\spad{has?(op,p)} tests if property \\spad{s} is attached to \\spad{op}.")) (|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
-(-116 -1956 UP)
+(-116 -2117 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
(-117 |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}.")))
-((-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-118 |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}.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| (-117 |#1|) (QUOTE (-926))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -1057) (QUOTE (-1195)))) (|HasCategory| (-117 |#1|) (QUOTE (-146))) (|HasCategory| (-117 |#1|) (QUOTE (-148))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-117 |#1|) (QUOTE (-1041))) (|HasCategory| (-117 |#1|) (QUOTE (-832))) (-2755 (|HasCategory| (-117 |#1|) (QUOTE (-832))) (|HasCategory| (-117 |#1|) (QUOTE (-862)))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| (-117 |#1|) (QUOTE (-1171))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| (-117 |#1|) (QUOTE (-237))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| (-117 |#1|) (QUOTE (-238))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -526) (QUOTE (-1195)) (LIST (QUOTE -117) (|devaluate| |#1|)))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -319) (LIST (QUOTE -117) (|devaluate| |#1|)))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -296) (LIST (QUOTE -117) (|devaluate| |#1|)) (LIST (QUOTE -117) (|devaluate| |#1|)))) (|HasCategory| (-117 |#1|) (QUOTE (-317))) (|HasCategory| (-117 |#1|) (QUOTE (-557))) (|HasCategory| (-117 |#1|) (QUOTE (-862))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-117 |#1|) (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-117 |#1|) (QUOTE (-926)))) (|HasCategory| (-117 |#1|) (QUOTE (-146)))))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| (-117 |#1|) (QUOTE (-928))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -1059) (QUOTE (-1197)))) (|HasCategory| (-117 |#1|) (QUOTE (-146))) (|HasCategory| (-117 |#1|) (QUOTE (-148))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-117 |#1|) (QUOTE (-1043))) (|HasCategory| (-117 |#1|) (QUOTE (-832))) (-3795 (|HasCategory| (-117 |#1|) (QUOTE (-832))) (|HasCategory| (-117 |#1|) (QUOTE (-862)))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| (-117 |#1|) (QUOTE (-1173))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| (-117 |#1|) (QUOTE (-237))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| (-117 |#1|) (QUOTE (-238))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -526) (QUOTE (-1197)) (LIST (QUOTE -117) (|devaluate| |#1|)))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -319) (LIST (QUOTE -117) (|devaluate| |#1|)))) (|HasCategory| (-117 |#1|) (LIST (QUOTE -296) (LIST (QUOTE -117) (|devaluate| |#1|)) (LIST (QUOTE -117) (|devaluate| |#1|)))) (|HasCategory| (-117 |#1|) (QUOTE (-317))) (|HasCategory| (-117 |#1|) (QUOTE (-557))) (|HasCategory| (-117 |#1|) (QUOTE (-862))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-117 |#1|) (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-117 |#1|) (QUOTE (-928)))) (|HasCategory| (-117 |#1|) (QUOTE (-146)))))
(-119 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 -4463)))
+((|HasAttribute| |#1| (QUOTE -4465)))
(-120 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
@@ -418,15 +418,15 @@ NIL
NIL
(-122 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")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
(-123 S)
((|constructor| (NIL "The bit aggregate category models aggregates representing large quantities of Boolean data.")) (|xor| (($ $ $) "\\spad{xor(a,b)} returns the logical {\\em exclusive-or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nor| (($ $ $) "\\spad{nor(a,b)} returns the logical {\\em nor} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nand| (($ $ $) "\\spad{nand(a,b)} returns the logical {\\em nand} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")))
NIL
NIL
(-124)
((|constructor| (NIL "The bit aggregate category models aggregates representing large quantities of Boolean data.")) (|xor| (($ $ $) "\\spad{xor(a,b)} returns the logical {\\em exclusive-or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nor| (($ $ $) "\\spad{nor(a,b)} returns the logical {\\em nor} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nand| (($ $ $) "\\spad{nand(a,b)} returns the logical {\\em nand} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")))
-((-4463 . T) (-4462 . T))
+((-4465 . T) (-4464 . T))
NIL
(-125 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")))
@@ -434,20 +434,20 @@ NIL
NIL
(-126 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")))
-((-4462 . T) (-4463 . T))
+((-4464 . T) (-4465 . T))
NIL
(-127 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.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
(-128 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.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
(-129)
((|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.")))
-((-4463 . T) (-4462 . T))
-((-2755 (-12 (|HasCategory| (-130) (QUOTE (-862))) (|HasCategory| (-130) (LIST (QUOTE -319) (QUOTE (-130))))) (-12 (|HasCategory| (-130) (QUOTE (-1119))) (|HasCategory| (-130) (LIST (QUOTE -319) (QUOTE (-130)))))) (-2755 (-12 (|HasCategory| (-130) (QUOTE (-1119))) (|HasCategory| (-130) (LIST (QUOTE -319) (QUOTE (-130))))) (|HasCategory| (-130) (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| (-130) (LIST (QUOTE -626) (QUOTE (-548)))) (-2755 (|HasCategory| (-130) (QUOTE (-102))) (|HasCategory| (-130) (QUOTE (-862))) (|HasCategory| (-130) (QUOTE (-1119)))) (-2755 (|HasCategory| (-130) (QUOTE (-862))) (|HasCategory| (-130) (QUOTE (-1119)))) (|HasCategory| (-130) (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-130) (QUOTE (-1119))) (|HasCategory| (-130) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-130) (QUOTE (-102))) (-12 (|HasCategory| (-130) (QUOTE (-1119))) (|HasCategory| (-130) (LIST (QUOTE -319) (QUOTE (-130))))))
+((-4465 . T) (-4464 . T))
+((-3795 (-12 (|HasCategory| (-130) (QUOTE (-862))) (|HasCategory| (-130) (LIST (QUOTE -319) (QUOTE (-130))))) (-12 (|HasCategory| (-130) (QUOTE (-1121))) (|HasCategory| (-130) (LIST (QUOTE -319) (QUOTE (-130)))))) (-3795 (-12 (|HasCategory| (-130) (QUOTE (-1121))) (|HasCategory| (-130) (LIST (QUOTE -319) (QUOTE (-130))))) (|HasCategory| (-130) (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| (-130) (LIST (QUOTE -626) (QUOTE (-548)))) (-3795 (|HasCategory| (-130) (QUOTE (-102))) (|HasCategory| (-130) (QUOTE (-862))) (|HasCategory| (-130) (QUOTE (-1121)))) (-3795 (|HasCategory| (-130) (QUOTE (-862))) (|HasCategory| (-130) (QUOTE (-1121)))) (|HasCategory| (-130) (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-130) (QUOTE (-1121))) (|HasCategory| (-130) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-130) (QUOTE (-102))) (-12 (|HasCategory| (-130) (QUOTE (-1121))) (|HasCategory| (-130) (LIST (QUOTE -319) (QUOTE (-130))))))
(-130)
((|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
@@ -470,13 +470,13 @@ NIL
NIL
(-135)
((|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.")))
-(((-4464 "*") . T))
+(((-4466 "*") . T))
NIL
-(-136 |minix| -2701 S T$)
+(-136 |minix| -1911 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
-(-137 |minix| -2701 R)
+(-137 |minix| -1911 R)
((|constructor| (NIL "CartesianTensor(minix,{}dim,{}\\spad{R}) provides Cartesian tensors with components belonging to a commutative ring \\spad{R}. These tensors can have any number of indices. Each index takes values from \\spad{minix} to \\spad{minix + dim - 1}.")) (|sample| (($) "\\spad{sample()} returns an object of type \\%.")) (|unravel| (($ (|List| |#3|)) "\\spad{unravel(t)} produces a tensor from a list of components such that \\indented{2}{\\spad{unravel(ravel(t)) = t}.}")) (|ravel| (((|List| |#3|) $) "\\spad{ravel(t)} produces a list of components from a tensor such that \\indented{2}{\\spad{unravel(ravel(t)) = t}.}")) (|leviCivitaSymbol| (($) "\\spad{leviCivitaSymbol()} is the rank \\spad{dim} tensor defined by \\spad{leviCivitaSymbol()(i1,...idim) = +1/0/-1} if \\spad{i1,...,idim} is an even/is nota /is an odd permutation of \\spad{minix,...,minix+dim-1}.")) (|kroneckerDelta| (($) "\\spad{kroneckerDelta()} is the rank 2 tensor defined by \\indented{3}{\\spad{kroneckerDelta()(i,j)}} \\indented{6}{\\spad{= 1\\space{2}if i = j}} \\indented{6}{\\spad{= 0 if\\space{2}i \\~= j}}")) (|reindex| (($ $ (|List| (|Integer|))) "\\spad{reindex(t,[i1,...,idim])} permutes the indices of \\spad{t}. For example,{} if \\spad{r = reindex(t, [4,1,2,3])} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank for tensor given by \\indented{4}{\\spad{r(i,j,k,l) = t(l,i,j,k)}.}")) (|transpose| (($ $ (|Integer|) (|Integer|)) "\\spad{transpose(t,i,j)} exchanges the \\spad{i}\\spad{-}th and \\spad{j}\\spad{-}th indices of \\spad{t}. For example,{} if \\spad{r = transpose(t,2,3)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 4 tensor given by \\indented{4}{\\spad{r(i,j,k,l) = t(i,k,j,l)}.}") (($ $) "\\spad{transpose(t)} exchanges the first and last indices of \\spad{t}. For example,{} if \\spad{r = transpose(t)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 4 tensor given by \\indented{4}{\\spad{r(i,j,k,l) = t(l,j,k,i)}.}")) (|contract| (($ $ (|Integer|) (|Integer|)) "\\spad{contract(t,i,j)} is the contraction of tensor \\spad{t} which sums along the \\spad{i}\\spad{-}th and \\spad{j}\\spad{-}th indices. For example,{} if \\spad{r = contract(t,1,3)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 2 \\spad{(= 4 - 2)} tensor given by \\indented{4}{\\spad{r(i,j) = sum(h=1..dim,t(h,i,h,j))}.}") (($ $ (|Integer|) $ (|Integer|)) "\\spad{contract(t,i,s,j)} is the inner product of tenors \\spad{s} and \\spad{t} which sums along the \\spad{k1}\\spad{-}th index of \\spad{t} and the \\spad{k2}\\spad{-}th index of \\spad{s}. For example,{} if \\spad{r = contract(s,2,t,1)} for rank 3 tensors rank 3 tensors \\spad{s} and \\spad{t},{} then \\spad{r} is the rank 4 \\spad{(= 3 + 3 - 2)} tensor given by \\indented{4}{\\spad{r(i,j,k,l) = sum(h=1..dim,s(i,h,j)*t(h,k,l))}.}")) (* (($ $ $) "\\spad{s*t} is the inner product of the tensors \\spad{s} and \\spad{t} which contracts the last index of \\spad{s} with the first index of \\spad{t},{} \\spadignore{i.e.} \\indented{4}{\\spad{t*s = contract(t,rank t, s, 1)}} \\indented{4}{\\spad{t*s = sum(k=1..N, t[i1,..,iN,k]*s[k,j1,..,jM])}} This is compatible with the use of \\spad{M*v} to denote the matrix-vector inner product.")) (|product| (($ $ $) "\\spad{product(s,t)} is the outer product of the tensors \\spad{s} and \\spad{t}. For example,{} if \\spad{r = product(s,t)} for rank 2 tensors \\spad{s} and \\spad{t},{} then \\spad{r} is a rank 4 tensor given by \\indented{4}{\\spad{r(i,j,k,l) = s(i,j)*t(k,l)}.}")) (|elt| ((|#3| $ (|List| (|Integer|))) "\\spad{elt(t,[i1,...,iN])} gives a component of a rank \\spad{N} tensor.") ((|#3| $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{elt(t,i,j,k,l)} gives a component of a rank 4 tensor.") ((|#3| $ (|Integer|) (|Integer|) (|Integer|)) "\\spad{elt(t,i,j,k)} gives a component of a rank 3 tensor.") ((|#3| $ (|Integer|) (|Integer|)) "\\spad{elt(t,i,j)} gives a component of a rank 2 tensor.") ((|#3| $) "\\spad{elt(t)} gives the component of a rank 0 tensor.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(t)} returns the tensorial rank of \\spad{t} (that is,{} the number of indices). This is the same as the graded module degree.")) (|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
@@ -498,8 +498,8 @@ NIL
NIL
(-142)
((|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}.")))
-((-4462 . T) (-4452 . T) (-4463 . T))
-((-2755 (-12 (|HasCategory| (-145) (QUOTE (-379))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145))))) (-12 (|HasCategory| (-145) (QUOTE (-1119))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145)))))) (|HasCategory| (-145) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-145) (QUOTE (-379))) (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-145) (QUOTE (-1119))) (|HasCategory| (-145) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-145) (QUOTE (-102))) (-12 (|HasCategory| (-145) (QUOTE (-1119))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145))))))
+((-4464 . T) (-4454 . T) (-4465 . T))
+((-3795 (-12 (|HasCategory| (-145) (QUOTE (-379))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145))))) (-12 (|HasCategory| (-145) (QUOTE (-1121))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145)))))) (|HasCategory| (-145) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-145) (QUOTE (-379))) (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-145) (QUOTE (-1121))) (|HasCategory| (-145) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-145) (QUOTE (-102))) (-12 (|HasCategory| (-145) (QUOTE (-1121))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145))))))
(-143 R Q A)
((|constructor| (NIL "CommonDenominator provides functions to compute the common denominator of a finite linear aggregate of elements of the quotient field of an integral domain.")) (|splitDenominator| (((|Record| (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) "\\spad{splitDenominator([q1,...,qn])} returns \\spad{[[p1,...,pn], d]} such that \\spad{qi = pi/d} and \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|clearDenominator| ((|#3| |#3|) "\\spad{clearDenominator([q1,...,qn])} returns \\spad{[p1,...,pn]} such that \\spad{qi = pi/d} where \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|commonDenominator| ((|#1| |#3|) "\\spad{commonDenominator([q1,...,qn])} returns a common denominator \\spad{d} for \\spad{q1},{}...,{}\\spad{qn}.")))
NIL
@@ -514,7 +514,7 @@ NIL
NIL
(-146)
((|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.")))
-((-4459 . T))
+((-4461 . T))
NIL
(-147 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}.")))
@@ -522,9 +522,9 @@ NIL
NIL
(-148)
((|constructor| (NIL "Rings of Characteristic Zero.")))
-((-4459 . T))
+((-4461 . T))
NIL
-(-149 -1956 UP UPUP)
+(-149 -2117 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
@@ -535,14 +535,14 @@ NIL
(-151 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 -626) (QUOTE (-548)))) (|HasCategory| |#2| (QUOTE (-1119))) (|HasAttribute| |#1| (QUOTE -4462)))
+((|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (QUOTE (-1121))) (|HasAttribute| |#1| (QUOTE -4464)))
(-152 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
(-153 |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.")))
-((-4457 . T) (-4456 . T) (-4459 . T))
+((-4459 . T) (-4458 . T) (-4461 . T))
NIL
(-154)
((|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.")))
@@ -564,7 +564,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
-(-159 R -1956)
+(-159 R -2117)
((|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
@@ -595,10 +595,10 @@ NIL
(-166 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 (-926))) (|HasCategory| |#2| (QUOTE (-557))) (|HasCategory| |#2| (QUOTE (-1021))) (|HasCategory| |#2| (QUOTE (-1221))) (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (QUOTE (-1041))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (QUOTE (-374))) (|HasAttribute| |#2| (QUOTE -4458)) (|HasAttribute| |#2| (QUOTE -4461)) (|HasCategory| |#2| (QUOTE (-317))) (|HasCategory| |#2| (QUOTE (-568))))
+((|HasCategory| |#2| (QUOTE (-928))) (|HasCategory| |#2| (QUOTE (-557))) (|HasCategory| |#2| (QUOTE (-1023))) (|HasCategory| |#2| (QUOTE (-1223))) (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (QUOTE (-1043))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (QUOTE (-374))) (|HasAttribute| |#2| (QUOTE -4460)) (|HasAttribute| |#2| (QUOTE -4463)) (|HasCategory| |#2| (QUOTE (-317))) (|HasCategory| |#2| (QUOTE (-568))))
(-167 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})")))
-((-4455 -2755 (|has| |#1| (-568)) (-12 (|has| |#1| (-317)) (|has| |#1| (-926)))) (-4460 |has| |#1| (-374)) (-4454 |has| |#1| (-374)) (-4458 |has| |#1| (-6 -4458)) (-4461 |has| |#1| (-6 -4461)) (-4175 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 -3795 (|has| |#1| (-568)) (-12 (|has| |#1| (-317)) (|has| |#1| (-928)))) (-4462 |has| |#1| (-374)) (-4456 |has| |#1| (-374)) (-4460 |has| |#1| (-6 -4460)) (-4463 |has| |#1| (-6 -4463)) (-2649 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-168 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.")))
@@ -614,8 +614,8 @@ NIL
NIL
(-171 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}.")))
-((-4455 -2755 (|has| |#1| (-568)) (-12 (|has| |#1| (-317)) (|has| |#1| (-926)))) (-4460 |has| |#1| (-374)) (-4454 |has| |#1| (-374)) (-4458 |has| |#1| (-6 -4458)) (-4461 |has| |#1| (-6 -4461)) (-4175 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-360))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-360)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-379))) (-2755 (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-360)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-360)))) (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1195)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-374))) (-12 (|HasCategory| |#1| (QUOTE (-360))) (|HasCategory| |#1| (QUOTE (-926))))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-926)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-926)))) (-12 (|HasCategory| |#1| (QUOTE (-360))) (|HasCategory| |#1| (QUOTE (-926))))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| |#1| (QUOTE (-1021))) (|HasCategory| |#1| (QUOTE (-1221)))) (|HasCategory| |#1| (QUOTE (-1221))) (|HasCategory| |#1| (QUOTE (-1041))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-2755 (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-360))) (|HasCategory| |#1| (QUOTE (-568)))) (-2755 (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-360)))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -526) (QUOTE (-1195)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -296) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-840))) (|HasCategory| |#1| (QUOTE (-1079))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-1221)))) (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-926))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-374)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-568)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-237)))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-238))) (-12 (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasAttribute| |#1| (QUOTE -4458)) (|HasAttribute| |#1| (QUOTE -4461)) (-12 (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1195))))) (-12 (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195))))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-146)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-360)))))
+((-4457 -3795 (|has| |#1| (-568)) (-12 (|has| |#1| (-317)) (|has| |#1| (-928)))) (-4462 |has| |#1| (-374)) (-4456 |has| |#1| (-374)) (-4460 |has| |#1| (-6 -4460)) (-4463 |has| |#1| (-6 -4463)) (-2649 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-360))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-360)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-379))) (-3795 (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-360)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-360)))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -919) (QUOTE (-1197)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-374))) (-12 (|HasCategory| |#1| (QUOTE (-360))) (|HasCategory| |#1| (QUOTE (-928))))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-928)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-928)))) (-12 (|HasCategory| |#1| (QUOTE (-360))) (|HasCategory| |#1| (QUOTE (-928))))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| |#1| (QUOTE (-1023))) (|HasCategory| |#1| (QUOTE (-1223)))) (|HasCategory| |#1| (QUOTE (-1223))) (|HasCategory| |#1| (QUOTE (-1043))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-3795 (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-360))) (|HasCategory| |#1| (QUOTE (-568)))) (-3795 (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-360)))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -526) (QUOTE (-1197)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -296) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-840))) (|HasCategory| |#1| (QUOTE (-1081))) (-12 (|HasCategory| |#1| (QUOTE (-1081))) (|HasCategory| |#1| (QUOTE (-1223)))) (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-928))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-374)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-568)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-237)))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-238))) (-12 (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasAttribute| |#1| (QUOTE -4460)) (|HasAttribute| |#1| (QUOTE -4463)) (-12 (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -919) (QUOTE (-1197))))) (-12 (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197))))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-146)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-360)))))
(-172 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
@@ -626,7 +626,7 @@ NIL
NIL
(-174)
((|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.")))
-(((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+(((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-175)
((|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.")))
@@ -634,7 +634,7 @@ NIL
NIL
(-176 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}.")))
-(((-4464 "*") . T) (-4455 . T) (-4460 . T) (-4454 . T) (-4456 . T) (-4457 . T) (-4459 . T))
+(((-4466 "*") . T) (-4457 . T) (-4462 . T) (-4456 . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-177)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. A `Contour' a list of bindings making up a `virtual scope'.")) (|findBinding| (((|Maybe| (|Binding|)) (|Identifier|) $) "\\spad{findBinding(c,n)} returns the first binding associated with \\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}.")))
@@ -651,7 +651,7 @@ NIL
(-180 R S CS)
((|constructor| (NIL "This package supports matching patterns involving complex expressions")) (|patternMatch| (((|PatternMatchResult| |#1| |#3|) |#3| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#3|)) "\\spad{patternMatch(cexpr, pat, res)} matches the pattern \\spad{pat} to the complex expression \\spad{cexpr}. res contains the variables of \\spad{pat} which are already matched and their matches.")))
NIL
-((|HasCategory| (-969 |#2|) (LIST (QUOTE -899) (|devaluate| |#1|))))
+((|HasCategory| (-971 |#2|) (LIST (QUOTE -901) (|devaluate| |#1|))))
(-181 R)
((|constructor| (NIL "This package \\undocumented{}")) (|multiEuclideanTree| (((|List| |#1|) (|List| |#1|) |#1|) "\\spad{multiEuclideanTree(l,r)} \\undocumented{}")) (|chineseRemainder| (((|List| |#1|) (|List| (|List| |#1|)) (|List| |#1|)) "\\spad{chineseRemainder(llv,lm)} returns a list of values,{} each of which corresponds to the Chinese remainder of the associated element of \\axiom{\\spad{llv}} and axiom{\\spad{lm}}. This is more efficient than applying chineseRemainder several times.") ((|#1| (|List| |#1|) (|List| |#1|)) "\\spad{chineseRemainder(lv,lm)} returns a value \\axiom{\\spad{v}} such that,{} if \\spad{x} is \\axiom{\\spad{lv}.\\spad{i}} modulo \\axiom{\\spad{lm}.\\spad{i}} for all \\axiom{\\spad{i}},{} then \\spad{x} is \\axiom{\\spad{v}} modulo \\axiom{\\spad{lm}(1)\\spad{*lm}(2)*...\\spad{*lm}(\\spad{n})}.")) (|modTree| (((|List| |#1|) |#1| (|List| |#1|)) "\\spad{modTree(r,l)} \\undocumented{}")))
NIL
@@ -688,7 +688,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
-(-190 R -1956)
+(-190 R -2117)
((|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
@@ -796,23 +796,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
-(-217 -1956 UP UPUP R)
+(-217 -2117 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
-(-218 -1956 FP)
+(-218 -2117 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
(-219)
((|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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| (-576) (QUOTE (-926))) (|HasCategory| (-576) (LIST (QUOTE -1057) (QUOTE (-1195)))) (|HasCategory| (-576) (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-148))) (|HasCategory| (-576) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-576) (QUOTE (-1041))) (|HasCategory| (-576) (QUOTE (-832))) (-2755 (|HasCategory| (-576) (QUOTE (-832))) (|HasCategory| (-576) (QUOTE (-862)))) (|HasCategory| (-576) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| (-576) (QUOTE (-1171))) (|HasCategory| (-576) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| (-576) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| (-576) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| (-576) (QUOTE (-237))) (|HasCategory| (-576) (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| (-576) (QUOTE (-238))) (|HasCategory| (-576) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-576) (LIST (QUOTE -526) (QUOTE (-1195)) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -319) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -296) (QUOTE (-576)) (QUOTE (-576)))) (|HasCategory| (-576) (QUOTE (-317))) (|HasCategory| (-576) (QUOTE (-557))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-576) (LIST (QUOTE -651) (QUOTE (-576)))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-926)))) (|HasCategory| (-576) (QUOTE (-146)))))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| (-576) (QUOTE (-928))) (|HasCategory| (-576) (LIST (QUOTE -1059) (QUOTE (-1197)))) (|HasCategory| (-576) (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-148))) (|HasCategory| (-576) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-576) (QUOTE (-1043))) (|HasCategory| (-576) (QUOTE (-832))) (-3795 (|HasCategory| (-576) (QUOTE (-832))) (|HasCategory| (-576) (QUOTE (-862)))) (|HasCategory| (-576) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| (-576) (QUOTE (-1173))) (|HasCategory| (-576) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| (-576) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| (-576) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| (-576) (QUOTE (-237))) (|HasCategory| (-576) (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| (-576) (QUOTE (-238))) (|HasCategory| (-576) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-576) (LIST (QUOTE -526) (QUOTE (-1197)) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -319) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -296) (QUOTE (-576)) (QUOTE (-576)))) (|HasCategory| (-576) (QUOTE (-317))) (|HasCategory| (-576) (QUOTE (-557))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-576) (LIST (QUOTE -651) (QUOTE (-576)))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-928)))) (|HasCategory| (-576) (QUOTE (-146)))))
(-220)
((|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
-(-221 R -1956)
+(-221 R -2117)
((|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
@@ -826,19 +826,19 @@ NIL
NIL
(-224 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}.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
(-225 |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}.")))
-((-4459 . T))
+((-4461 . T))
NIL
-(-226 R -1956)
+(-226 R -2117)
((|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
(-227)
((|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}.")))
-((-4163 . T) (-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-2642 . T) (-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-228)
((|constructor| (NIL "This package provides special functions for double precision real and complex floating point.")) (|hypergeometric0F1| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{hypergeometric0F1(c,z)} is the hypergeometric function \\spad{0F1(; c; z)}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{hypergeometric0F1(c,z)} is the hypergeometric function \\spad{0F1(; c; z)}.")) (|airyBi| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{airyBi(x)} is the Airy function \\spad{Bi(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{Bi''(x) - x * Bi(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{airyBi(x)} is the Airy function \\spad{Bi(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{Bi''(x) - x * Bi(x) = 0}.}")) (|airyAi| (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{airyAi(x)} is the Airy function \\spad{Ai(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{Ai''(x) - x * Ai(x) = 0}.}") (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{airyAi(x)} is the Airy function \\spad{Ai(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{Ai''(x) - x * Ai(x) = 0}.}")) (|besselK| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselK(v,x)} is the modified Bessel function of the first kind,{} \\spad{K(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{K(v,x) = \\%pi/2*(I(-v,x) - I(v,x))/sin(v*\\%pi)}} so is not valid for integer values of \\spad{v}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselK(v,x)} is the modified Bessel function of the first kind,{} \\spad{K(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{K(v,x) = \\%pi/2*(I(-v,x) - I(v,x))/sin(v*\\%pi)}.} so is not valid for integer values of \\spad{v}.")) (|besselI| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselI(v,x)} is the modified Bessel function of the first kind,{} \\spad{I(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselI(v,x)} is the modified Bessel function of the first kind,{} \\spad{I(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.}")) (|besselY| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselY(v,x)} is the Bessel function of the second kind,{} \\spad{Y(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{Y(v,x) = (J(v,x) cos(v*\\%pi) - J(-v,x))/sin(v*\\%pi)}} so is not valid for integer values of \\spad{v}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselY(v,x)} is the Bessel function of the second kind,{} \\spad{Y(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{Y(v,x) = (J(v,x) cos(v*\\%pi) - J(-v,x))/sin(v*\\%pi)}} so is not valid for integer values of \\spad{v}.")) (|besselJ| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselJ(v,x)} is the Bessel function of the first kind,{} \\spad{J(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselJ(v,x)} is the Bessel function of the first kind,{} \\spad{J(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.}")) (|polygamma| (((|Complex| (|DoubleFloat|)) (|NonNegativeInteger|) (|Complex| (|DoubleFloat|))) "\\spad{polygamma(n, x)} is the \\spad{n}-th derivative of \\spad{digamma(x)}.") (((|DoubleFloat|) (|NonNegativeInteger|) (|DoubleFloat|)) "\\spad{polygamma(n, x)} is the \\spad{n}-th derivative of \\spad{digamma(x)}.")) (|digamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{digamma(x)} is the function,{} \\spad{psi(x)},{} defined by \\indented{2}{\\spad{psi(x) = Gamma'(x)/Gamma(x)}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{digamma(x)} is the function,{} \\spad{psi(x)},{} defined by \\indented{2}{\\spad{psi(x) = Gamma'(x)/Gamma(x)}.}")) (|logGamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{logGamma(x)} is the natural log of \\spad{Gamma(x)}. This can often be computed even if \\spad{Gamma(x)} cannot.") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{logGamma(x)} is the natural log of \\spad{Gamma(x)}. This can often be computed even if \\spad{Gamma(x)} cannot.")) (|Beta| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{Beta(x, y)} is the Euler beta function,{} \\spad{B(x,y)},{} defined by \\indented{2}{\\spad{Beta(x,y) = integrate(t^(x-1)*(1-t)^(y-1), t=0..1)}.} This is related to \\spad{Gamma(x)} by \\indented{2}{\\spad{Beta(x,y) = Gamma(x)*Gamma(y) / Gamma(x + y)}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{Beta(x, y)} is the Euler beta function,{} \\spad{B(x,y)},{} defined by \\indented{2}{\\spad{Beta(x,y) = integrate(t^(x-1)*(1-t)^(y-1), t=0..1)}.} This is related to \\spad{Gamma(x)} by \\indented{2}{\\spad{Beta(x,y) = Gamma(x)*Gamma(y) / Gamma(x + y)}.}")) (|Gamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{Gamma(x)} is the Euler gamma function,{} \\spad{Gamma(x)},{} defined by \\indented{2}{\\spad{Gamma(x) = integrate(t^(x-1)*exp(-t), t=0..\\%infinity)}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{Gamma(x)} is the Euler gamma function,{} \\spad{Gamma(x)},{} defined by \\indented{2}{\\spad{Gamma(x) = integrate(t^(x-1)*exp(-t), t=0..\\%infinity)}.}")))
@@ -846,19 +846,19 @@ NIL
NIL
(-229 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}")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-568))) (|HasAttribute| |#1| (QUOTE (-4464 "*"))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-568))) (|HasAttribute| |#1| (QUOTE (-4466 "*"))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
(-230 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
(-231 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.")))
-((-4463 . T))
+((-4465 . T))
NIL
(-232 R)
((|constructor| (NIL "Differential extensions of a ring \\spad{R}. Given a differentiation on \\spad{R},{} extend it to a differentiation on \\%.")))
-((-4459 . T))
+((-4461 . T))
NIL
(-233 S T$)
((|constructor| (NIL "This category captures the interface of domains with a distinguished operation named \\spad{differentiate}. Usually,{} additional properties are wanted. For example,{} that it obeys the usual Leibniz identity of differentiation of product,{} in case of differential rings. One could also want \\spad{differentiate} to obey the chain rule when considering differential manifolds. The lack of specific requirement in this category is an implicit admission that currently \\Language{} is not expressive enough to express the most general notion of differentiation in an adequate manner,{} suitable for computational purposes.")) (D ((|#2| $) "\\spad{D x} is a shorthand for \\spad{differentiate x}")) (|differentiate| ((|#2| $) "\\spad{differentiate x} compute the derivative of \\spad{x}.")))
@@ -870,7 +870,7 @@ NIL
NIL
(-235 R)
((|constructor| (NIL "An \\spad{R}-module equipped with a distinguised differential operator. If \\spad{R} is a differential ring,{} then differentiation on the module should extend differentiation on the differential ring \\spad{R}. The latter can be the null operator. In that case,{} the differentiation operator on the module is just an \\spad{R}-linear operator. For that reason,{} we do not require that the ring \\spad{R} be a DifferentialRing; \\blankline")))
-((-4457 . T) (-4456 . T))
+((-4459 . T) (-4458 . T))
NIL
(-236 S)
((|constructor| (NIL "This category is like \\spadtype{DifferentialDomain} where the target of the differentiation operator is the same as its source.")) (D (($ $ (|NonNegativeInteger|)) "\\spad{D(x, n)} returns the \\spad{n}\\spad{-}th derivative of \\spad{x}.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(x,n)} returns the \\spad{n}\\spad{-}th derivative of \\spad{x}.")))
@@ -882,36 +882,36 @@ NIL
NIL
(-238)
((|constructor| (NIL "An ordinary differential ring,{} that is,{} a ring with an operation \\spadfun{differentiate}. \\blankline")))
-((-4459 . T))
+((-4461 . T))
NIL
(-239 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 -4462)))
+((|HasAttribute| |#1| (QUOTE -4464)))
(-240 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}.")))
-((-4463 . T))
+((-4465 . T))
NIL
(-241)
((|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
-(-242 S -2701 R)
+(-242 S -1911 R)
((|constructor| (NIL "\\indented{2}{This category represents a finite cartesian product of a given type.} Many categorical properties are preserved under this construction.")) (|dot| ((|#3| $ $) "\\spad{dot(x,y)} computes the inner product of the vectors \\spad{x} and \\spad{y}.")) (|unitVector| (($ (|PositiveInteger|)) "\\spad{unitVector(n)} produces a vector with 1 in position \\spad{n} and zero elsewhere.")) (|directProduct| (($ (|Vector| |#3|)) "\\spad{directProduct(v)} converts the vector \\spad{v} to become a direct product. Error: if the length of \\spad{v} is different from dim.")) (|finiteAggregate| ((|attribute|) "attribute to indicate an aggregate of finite size")))
NIL
-((|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (QUOTE (-862))) (|HasAttribute| |#3| (QUOTE -4459)) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (QUOTE (-1119))))
-(-243 -2701 R)
+((|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (QUOTE (-862))) (|HasAttribute| |#3| (QUOTE -4461)) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (QUOTE (-1121))))
+(-243 -1911 R)
((|constructor| (NIL "\\indented{2}{This category represents a finite cartesian product of a given type.} Many categorical properties are preserved under this construction.")) (|dot| ((|#2| $ $) "\\spad{dot(x,y)} computes the inner product of the vectors \\spad{x} and \\spad{y}.")) (|unitVector| (($ (|PositiveInteger|)) "\\spad{unitVector(n)} produces a vector with 1 in position \\spad{n} and zero elsewhere.")) (|directProduct| (($ (|Vector| |#2|)) "\\spad{directProduct(v)} converts the vector \\spad{v} to become a direct product. Error: if the length of \\spad{v} is different from dim.")) (|finiteAggregate| ((|attribute|) "attribute to indicate an aggregate of finite size")))
-((-4456 |has| |#2| (-1068)) (-4457 |has| |#2| (-1068)) (-4459 |has| |#2| (-6 -4459)) (-4462 . T))
+((-4458 |has| |#2| (-1070)) (-4459 |has| |#2| (-1070)) (-4461 |has| |#2| (-6 -4461)) (-4464 . T))
NIL
-(-244 -2701 A B)
+(-244 -1911 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
-(-245 -2701 R)
+(-245 -1911 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.")))
-((-4456 |has| |#2| (-1068)) (-4457 |has| |#2| (-1068)) (-4459 |has| |#2| (-6 -4459)) (-4462 . T))
-((-2755 (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))))) (-2755 (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1119)))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1068)))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#2| (QUOTE (-374))) (-2755 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1068)))) (-2755 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-374)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (-2755 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-379))) (-2755 (-12 (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1068)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1068)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1068)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1068)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1068)))) (|HasCategory| |#2| (QUOTE (-238))) (-2755 (|HasCategory| |#2| (QUOTE (-238))) (-12 (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#2| (QUOTE (-1068))))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1195)))))) (|HasCategory| |#2| (QUOTE (-1119))) (-2755 (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-132)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-174)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-238)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-379)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-738)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-805)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-862)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1068)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1119))))) (-2755 (-12 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1068))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))))) (-2755 (-12 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))))) (|HasCategory| (-576) (QUOTE (-862))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#2| (QUOTE (-1068)))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1195))))) (-2755 (|HasCategory| |#2| (QUOTE (-1068))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1119)))) (|HasAttribute| |#2| (QUOTE -4459)) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1068)))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195))))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))))
+((-4458 |has| |#2| (-1070)) (-4459 |has| |#2| (-1070)) (-4461 |has| |#2| (-6 -4461)) (-4464 . T))
+((-3795 (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))))) (-3795 (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1121)))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1070)))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#2| (QUOTE (-374))) (-3795 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1070)))) (-3795 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-374)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (-3795 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-379))) (-3795 (-12 (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1070)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1070)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1070)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1070)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1070)))) (|HasCategory| |#2| (QUOTE (-238))) (-3795 (|HasCategory| |#2| (QUOTE (-238))) (-12 (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#2| (QUOTE (-1070))))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -919) (QUOTE (-1197)))))) (|HasCategory| |#2| (QUOTE (-1121))) (-3795 (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-132)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-174)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-238)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-379)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-738)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-805)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-862)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1070)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1121))))) (-3795 (-12 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1070))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))))) (-3795 (-12 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))))) (|HasCategory| (-576) (QUOTE (-862))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#2| (QUOTE (-1070)))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -919) (QUOTE (-1197))))) (-3795 (|HasCategory| |#2| (QUOTE (-1070))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1121)))) (|HasAttribute| |#2| (QUOTE -4461)) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1070)))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197))))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))))
(-246)
((|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
@@ -922,7 +922,7 @@ NIL
NIL
(-248)
((|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}.")))
-((-4455 . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-249 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.")))
@@ -930,20 +930,20 @@ NIL
NIL
(-250 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}")))
-((-4463 . T) (-4462 . T))
-((-2755 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
+((-4465 . T) (-4464 . T))
+((-3795 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
(-251 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
(-252 R)
((|constructor| (NIL "Category of modules that extend differential rings. \\blankline")))
-((-4457 . T) (-4456 . T))
+((-4459 . T) (-4458 . T))
NIL
(-253 |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")))
-(((-4464 "*") |has| |#2| (-174)) (-4455 |has| |#2| (-568)) (-4460 |has| |#2| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#2| (QUOTE (-926))) (-2755 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-926)))) (-2755 (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-926)))) (-2755 (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-926)))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-174))) (-2755 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-568)))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-390))))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-576))))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390)))))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576)))))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374))) (|HasAttribute| |#2| (QUOTE -4460)) (|HasCategory| |#2| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-926)))) (|HasCategory| |#2| (QUOTE (-146)))))
+(((-4466 "*") |has| |#2| (-174)) (-4457 |has| |#2| (-568)) (-4462 |has| |#2| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#2| (QUOTE (-928))) (-3795 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-928)))) (-3795 (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-928)))) (-3795 (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-928)))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-174))) (-3795 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-568)))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-390))))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-576))))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390)))))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576)))))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374))) (|HasAttribute| |#2| (QUOTE -4462)) (|HasCategory| |#2| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-928)))) (|HasCategory| |#2| (QUOTE (-146)))))
(-254)
((|showSummary| (((|Void|) $) "\\spad{showSummary(d)} prints out implementation detail information of domain \\spad{`d'}.")) (|reflect| (($ (|ConstructorCall| (|DomainConstructor|))) "\\spad{reflect cc} returns the domain object designated by the ConstructorCall syntax `cc'. The constructor implied by `cc' must be known to the system since it is instantiated.")) (|reify| (((|ConstructorCall| (|DomainConstructor|)) $) "\\spad{reify(d)} returns the abstract syntax for the domain \\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
@@ -958,23 +958,23 @@ NIL
NIL
(-257 |n| R M S)
((|constructor| (NIL "This constructor provides a direct product type with a left matrix-module view.")))
-((-4459 -2755 (-2669 (|has| |#4| (-1068)) (|has| |#4| (-238))) (|has| |#4| (-6 -4459)) (-2669 (|has| |#4| (-1068)) (|has| |#4| (-915 (-1195))))) (-4456 |has| |#4| (-1068)) (-4457 |has| |#4| (-1068)) (-4462 . T))
-((-2755 (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-174))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-238))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-374))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-379))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-738))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-805))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-862))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1068))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1119))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -915) (QUOTE (-1195)))))) (|HasCategory| |#4| (QUOTE (-374))) (-2755 (|HasCategory| |#4| (QUOTE (-174))) (|HasCategory| |#4| (QUOTE (-374))) (|HasCategory| |#4| (QUOTE (-1068)))) (-2755 (|HasCategory| |#4| (QUOTE (-174))) (|HasCategory| |#4| (QUOTE (-374)))) (|HasCategory| |#4| (QUOTE (-1068))) (|HasCategory| |#4| (QUOTE (-738))) (|HasCategory| |#4| (QUOTE (-805))) (-2755 (|HasCategory| |#4| (QUOTE (-805))) (|HasCategory| |#4| (QUOTE (-862)))) (|HasCategory| |#4| (QUOTE (-379))) (-2755 (-12 (|HasCategory| |#4| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#4| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#4| (QUOTE (-174))) (|HasCategory| |#4| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-238))) (|HasCategory| |#4| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-374))) (|HasCategory| |#4| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-1068))) (|HasCategory| |#4| (LIST (QUOTE -651) (QUOTE (-576)))))) (|HasCategory| |#4| (LIST (QUOTE -915) (QUOTE (-1195)))) (-2755 (|HasCategory| |#4| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#4| (QUOTE (-238))) (|HasCategory| |#4| (QUOTE (-1068)))) (|HasCategory| |#4| (QUOTE (-238))) (-2755 (|HasCategory| |#4| (QUOTE (-238))) (-12 (|HasCategory| |#4| (QUOTE (-237))) (|HasCategory| |#4| (QUOTE (-1068))))) (-2755 (|HasCategory| |#4| (LIST (QUOTE -915) (QUOTE (-1195)))) (-12 (|HasCategory| |#4| (QUOTE (-1068))) (|HasCategory| |#4| (LIST (QUOTE -917) (QUOTE (-1195)))))) (|HasCategory| |#4| (QUOTE (-1119))) (-2755 (-12 (|HasCategory| |#4| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-21)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-174)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-238)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-374)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-379)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-738)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-805)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-862)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-1068)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-1119))))) (-2755 (-12 (|HasCategory| |#4| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-174))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-238))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-374))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-379))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-738))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-805))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-862))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-1068))) (-12 (|HasCategory| |#4| (QUOTE (-1119))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576)))))) (-2755 (-12 (|HasCategory| |#4| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-174))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-238))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-374))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-379))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-738))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-805))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-862))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-1068))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-1119))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576)))))) (|HasCategory| (-576) (QUOTE (-862))) (-12 (|HasCategory| |#4| (QUOTE (-1068))) (|HasCategory| |#4| (LIST (QUOTE -651) (QUOTE (-576))))) (-2755 (-12 (|HasCategory| |#4| (QUOTE (-1068))) (|HasCategory| |#4| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#4| (QUOTE (-1068))) (|HasCategory| |#4| (LIST (QUOTE -917) (QUOTE (-1195)))))) (-2755 (-12 (|HasCategory| |#4| (QUOTE (-238))) (|HasCategory| |#4| (QUOTE (-1068)))) (-12 (|HasCategory| |#4| (QUOTE (-237))) (|HasCategory| |#4| (QUOTE (-1068))))) (-12 (|HasCategory| |#4| (QUOTE (-1119))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576))))) (-2755 (|HasCategory| |#4| (QUOTE (-1068))) (-12 (|HasCategory| |#4| (QUOTE (-1119))) (|HasCategory| |#4| (LIST (QUOTE -1057) (QUOTE (-576)))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-1119)))) (-2755 (|HasAttribute| |#4| (QUOTE -4459)) (-12 (|HasCategory| |#4| (QUOTE (-238))) (|HasCategory| |#4| (QUOTE (-1068)))) (-12 (|HasCategory| |#4| (QUOTE (-1068))) (|HasCategory| |#4| (LIST (QUOTE -915) (QUOTE (-1195)))))) (-12 (|HasCategory| |#4| (QUOTE (-237))) (|HasCategory| |#4| (QUOTE (-1068)))) (-12 (|HasCategory| |#4| (QUOTE (-1068))) (|HasCategory| |#4| (LIST (QUOTE -917) (QUOTE (-1195))))) (|HasCategory| |#4| (QUOTE (-862))) (|HasCategory| |#4| (QUOTE (-174))) (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (QUOTE (-23))) (|HasCategory| |#4| (QUOTE (-132))) (|HasCategory| |#4| (QUOTE (-25))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#4| (QUOTE (-102))) (-12 (|HasCategory| |#4| (QUOTE (-1119))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))))
+((-4461 -3795 (-2311 (|has| |#4| (-1070)) (|has| |#4| (-238))) (|has| |#4| (-6 -4461)) (-2311 (|has| |#4| (-1070)) (|has| |#4| (-917 (-1197))))) (-4458 |has| |#4| (-1070)) (-4459 |has| |#4| (-1070)) (-4464 . T))
+((-3795 (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-174))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-238))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-374))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-379))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-738))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-805))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-862))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1070))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1121))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -917) (QUOTE (-1197)))))) (|HasCategory| |#4| (QUOTE (-374))) (-3795 (|HasCategory| |#4| (QUOTE (-174))) (|HasCategory| |#4| (QUOTE (-374))) (|HasCategory| |#4| (QUOTE (-1070)))) (-3795 (|HasCategory| |#4| (QUOTE (-174))) (|HasCategory| |#4| (QUOTE (-374)))) (|HasCategory| |#4| (QUOTE (-1070))) (|HasCategory| |#4| (QUOTE (-738))) (|HasCategory| |#4| (QUOTE (-805))) (-3795 (|HasCategory| |#4| (QUOTE (-805))) (|HasCategory| |#4| (QUOTE (-862)))) (|HasCategory| |#4| (QUOTE (-379))) (-3795 (-12 (|HasCategory| |#4| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#4| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#4| (QUOTE (-174))) (|HasCategory| |#4| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-238))) (|HasCategory| |#4| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-374))) (|HasCategory| |#4| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-1070))) (|HasCategory| |#4| (LIST (QUOTE -651) (QUOTE (-576)))))) (|HasCategory| |#4| (LIST (QUOTE -917) (QUOTE (-1197)))) (-3795 (|HasCategory| |#4| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#4| (QUOTE (-238))) (|HasCategory| |#4| (QUOTE (-1070)))) (|HasCategory| |#4| (QUOTE (-238))) (-3795 (|HasCategory| |#4| (QUOTE (-238))) (-12 (|HasCategory| |#4| (QUOTE (-237))) (|HasCategory| |#4| (QUOTE (-1070))))) (-3795 (|HasCategory| |#4| (LIST (QUOTE -917) (QUOTE (-1197)))) (-12 (|HasCategory| |#4| (QUOTE (-1070))) (|HasCategory| |#4| (LIST (QUOTE -919) (QUOTE (-1197)))))) (|HasCategory| |#4| (QUOTE (-1121))) (-3795 (-12 (|HasCategory| |#4| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-21)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-174)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-238)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-374)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-379)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-738)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-805)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-862)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-1070)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-1121))))) (-3795 (-12 (|HasCategory| |#4| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-174))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-238))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-374))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-379))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-738))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-805))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-862))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-1070))) (-12 (|HasCategory| |#4| (QUOTE (-1121))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576)))))) (-3795 (-12 (|HasCategory| |#4| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-174))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-238))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-374))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-379))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-738))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-805))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-862))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-1070))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#4| (QUOTE (-1121))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576)))))) (|HasCategory| (-576) (QUOTE (-862))) (-12 (|HasCategory| |#4| (QUOTE (-1070))) (|HasCategory| |#4| (LIST (QUOTE -651) (QUOTE (-576))))) (-3795 (-12 (|HasCategory| |#4| (QUOTE (-1070))) (|HasCategory| |#4| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#4| (QUOTE (-1070))) (|HasCategory| |#4| (LIST (QUOTE -919) (QUOTE (-1197)))))) (-3795 (-12 (|HasCategory| |#4| (QUOTE (-238))) (|HasCategory| |#4| (QUOTE (-1070)))) (-12 (|HasCategory| |#4| (QUOTE (-237))) (|HasCategory| |#4| (QUOTE (-1070))))) (-12 (|HasCategory| |#4| (QUOTE (-1121))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576))))) (-3795 (|HasCategory| |#4| (QUOTE (-1070))) (-12 (|HasCategory| |#4| (QUOTE (-1121))) (|HasCategory| |#4| (LIST (QUOTE -1059) (QUOTE (-576)))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (QUOTE (-1121)))) (-3795 (|HasAttribute| |#4| (QUOTE -4461)) (-12 (|HasCategory| |#4| (QUOTE (-238))) (|HasCategory| |#4| (QUOTE (-1070)))) (-12 (|HasCategory| |#4| (QUOTE (-1070))) (|HasCategory| |#4| (LIST (QUOTE -917) (QUOTE (-1197)))))) (-12 (|HasCategory| |#4| (QUOTE (-237))) (|HasCategory| |#4| (QUOTE (-1070)))) (-12 (|HasCategory| |#4| (QUOTE (-1070))) (|HasCategory| |#4| (LIST (QUOTE -919) (QUOTE (-1197))))) (|HasCategory| |#4| (QUOTE (-862))) (|HasCategory| |#4| (QUOTE (-174))) (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (QUOTE (-23))) (|HasCategory| |#4| (QUOTE (-132))) (|HasCategory| |#4| (QUOTE (-25))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#4| (QUOTE (-102))) (-12 (|HasCategory| |#4| (QUOTE (-1121))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))))
(-258 |n| R S)
((|constructor| (NIL "This constructor provides a direct product of \\spad{R}-modules with an \\spad{R}-module view.")))
-((-4459 -2755 (-2669 (|has| |#3| (-1068)) (|has| |#3| (-238))) (|has| |#3| (-6 -4459)) (-2669 (|has| |#3| (-1068)) (|has| |#3| (-915 (-1195))))) (-4456 |has| |#3| (-1068)) (-4457 |has| |#3| (-1068)) (-4462 . T))
-((-2755 (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1119))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))))) (|HasCategory| |#3| (QUOTE (-374))) (-2755 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-1068)))) (-2755 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-374)))) (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (QUOTE (-805))) (-2755 (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (QUOTE (-862)))) (|HasCategory| |#3| (QUOTE (-379))) (-2755 (-12 (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576)))))) (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))) (-2755 (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-1068)))) (|HasCategory| |#3| (QUOTE (-238))) (-2755 (|HasCategory| |#3| (QUOTE (-238))) (-12 (|HasCategory| |#3| (QUOTE (-237))) (|HasCategory| |#3| (QUOTE (-1068))))) (-2755 (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))) (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1195)))))) (|HasCategory| |#3| (QUOTE (-1119))) (-2755 (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-21)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-174)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-238)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-374)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-379)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-738)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-805)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-862)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1068)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1119))))) (-2755 (-12 (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1068))) (-12 (|HasCategory| |#3| (QUOTE (-1119))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576)))))) (-2755 (-12 (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-1119))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576)))))) (|HasCategory| (-576) (QUOTE (-862))) (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-2755 (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1195)))))) (-2755 (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-1068)))) (-12 (|HasCategory| |#3| (QUOTE (-237))) (|HasCategory| |#3| (QUOTE (-1068))))) (-12 (|HasCategory| |#3| (QUOTE (-1119))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-2755 (|HasCategory| |#3| (QUOTE (-1068))) (-12 (|HasCategory| |#3| (QUOTE (-1119))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576)))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1119)))) (-2755 (|HasAttribute| |#3| (QUOTE -4459)) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-1068)))) (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))))) (-12 (|HasCategory| |#3| (QUOTE (-237))) (|HasCategory| |#3| (QUOTE (-1068)))) (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1195))))) (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#3| (QUOTE (-102))) (-12 (|HasCategory| |#3| (QUOTE (-1119))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))))
+((-4461 -3795 (-2311 (|has| |#3| (-1070)) (|has| |#3| (-238))) (|has| |#3| (-6 -4461)) (-2311 (|has| |#3| (-1070)) (|has| |#3| (-917 (-1197))))) (-4458 |has| |#3| (-1070)) (-4459 |has| |#3| (-1070)) (-4464 . T))
+((-3795 (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1121))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))))) (|HasCategory| |#3| (QUOTE (-374))) (-3795 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-1070)))) (-3795 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-374)))) (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (QUOTE (-805))) (-3795 (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (QUOTE (-862)))) (|HasCategory| |#3| (QUOTE (-379))) (-3795 (-12 (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576)))))) (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))) (-3795 (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-1070)))) (|HasCategory| |#3| (QUOTE (-238))) (-3795 (|HasCategory| |#3| (QUOTE (-238))) (-12 (|HasCategory| |#3| (QUOTE (-237))) (|HasCategory| |#3| (QUOTE (-1070))))) (-3795 (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))) (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -919) (QUOTE (-1197)))))) (|HasCategory| |#3| (QUOTE (-1121))) (-3795 (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-21)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-174)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-238)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-374)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-379)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-738)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-805)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-862)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1070)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1121))))) (-3795 (-12 (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1070))) (-12 (|HasCategory| |#3| (QUOTE (-1121))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576)))))) (-3795 (-12 (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-1121))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576)))))) (|HasCategory| (-576) (QUOTE (-862))) (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-3795 (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -919) (QUOTE (-1197)))))) (-3795 (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-1070)))) (-12 (|HasCategory| |#3| (QUOTE (-237))) (|HasCategory| |#3| (QUOTE (-1070))))) (-12 (|HasCategory| |#3| (QUOTE (-1121))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-3795 (|HasCategory| |#3| (QUOTE (-1070))) (-12 (|HasCategory| |#3| (QUOTE (-1121))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576)))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1121)))) (-3795 (|HasAttribute| |#3| (QUOTE -4461)) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-1070)))) (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))))) (-12 (|HasCategory| |#3| (QUOTE (-237))) (|HasCategory| |#3| (QUOTE (-1070)))) (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -919) (QUOTE (-1197))))) (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#3| (QUOTE (-102))) (-12 (|HasCategory| |#3| (QUOTE (-1121))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))))
(-259 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 (-238))))
(-260 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.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
NIL
(-261 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}.")))
-((-4462 . T) (-4463 . T))
+((-4464 . T) (-4465 . T))
NIL
(-262)
((|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.")))
@@ -1015,15 +1015,15 @@ NIL
(-271 S R)
((|constructor| (NIL "Extension of a base differential space with a derivation. \\blankline")) (D (($ $ (|Mapping| |#2| |#2|) (|NonNegativeInteger|)) "\\spad{D(x,d,n)} is a shorthand for \\spad{differentiate(x,d,n)}.") (($ $ (|Mapping| |#2| |#2|)) "\\spad{D(x,d)} is a shorthand for \\spad{differentiate(x,d)}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|) (|NonNegativeInteger|)) "\\spad{differentiate(x,d,n)} computes the \\spad{n}\\spad{-}th derivative of \\spad{x} using a derivation extending \\spad{d} on \\spad{R}.") (($ $ (|Mapping| |#2| |#2|)) "\\spad{differentiate(x,d)} computes the derivative of \\spad{x},{} extending differentiation \\spad{d} on \\spad{R}.")))
NIL
-((|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-237))))
+((|HasCategory| |#2| (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-237))))
(-272 R)
((|constructor| (NIL "Extension of a base differential space with a derivation. \\blankline")) (D (($ $ (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) "\\spad{D(x,d,n)} is a shorthand for \\spad{differentiate(x,d,n)}.") (($ $ (|Mapping| |#1| |#1|)) "\\spad{D(x,d)} is a shorthand for \\spad{differentiate(x,d)}.")) (|differentiate| (($ $ (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) "\\spad{differentiate(x,d,n)} computes the \\spad{n}\\spad{-}th derivative of \\spad{x} using a derivation extending \\spad{d} on \\spad{R}.") (($ $ (|Mapping| |#1| |#1|)) "\\spad{differentiate(x,d)} computes the derivative of \\spad{x},{} extending differentiation \\spad{d} on \\spad{R}.")))
NIL
NIL
(-273 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")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-926))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#3| (LIST (QUOTE -899) (QUOTE (-390))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#3| (LIST (QUOTE -899) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#3| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#3| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasAttribute| |#1| (QUOTE -4460)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-146)))))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-928))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#3| (LIST (QUOTE -901) (QUOTE (-390))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#3| (LIST (QUOTE -901) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#3| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#3| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasAttribute| |#1| (QUOTE -4462)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-146)))))
(-274 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}.")) (|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
@@ -1068,11 +1068,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
-(-285 R -1956)
+(-285 R -2117)
((|constructor| (NIL "Provides elementary functions over an integral domain.")) (|localReal?| (((|Boolean|) |#2|) "\\spad{localReal?(x)} should be local but conditional")) (|specialTrigs| (((|Union| |#2| "failed") |#2| (|List| (|Record| (|:| |func| |#2|) (|:| |pole| (|Boolean|))))) "\\spad{specialTrigs(x,l)} should be local but conditional")) (|iiacsch| ((|#2| |#2|) "\\spad{iiacsch(x)} should be local but conditional")) (|iiasech| ((|#2| |#2|) "\\spad{iiasech(x)} should be local but conditional")) (|iiacoth| ((|#2| |#2|) "\\spad{iiacoth(x)} should be local but conditional")) (|iiatanh| ((|#2| |#2|) "\\spad{iiatanh(x)} should be local but conditional")) (|iiacosh| ((|#2| |#2|) "\\spad{iiacosh(x)} should be local but conditional")) (|iiasinh| ((|#2| |#2|) "\\spad{iiasinh(x)} should be local but conditional")) (|iicsch| ((|#2| |#2|) "\\spad{iicsch(x)} should be local but conditional")) (|iisech| ((|#2| |#2|) "\\spad{iisech(x)} should be local but conditional")) (|iicoth| ((|#2| |#2|) "\\spad{iicoth(x)} should be local but conditional")) (|iitanh| ((|#2| |#2|) "\\spad{iitanh(x)} should be local but conditional")) (|iicosh| ((|#2| |#2|) "\\spad{iicosh(x)} should be local but conditional")) (|iisinh| ((|#2| |#2|) "\\spad{iisinh(x)} should be local but conditional")) (|iiacsc| ((|#2| |#2|) "\\spad{iiacsc(x)} should be local but conditional")) (|iiasec| ((|#2| |#2|) "\\spad{iiasec(x)} should be local but conditional")) (|iiacot| ((|#2| |#2|) "\\spad{iiacot(x)} should be local but conditional")) (|iiatan| ((|#2| |#2|) "\\spad{iiatan(x)} should be local but conditional")) (|iiacos| ((|#2| |#2|) "\\spad{iiacos(x)} should be local but conditional")) (|iiasin| ((|#2| |#2|) "\\spad{iiasin(x)} should be local but conditional")) (|iicsc| ((|#2| |#2|) "\\spad{iicsc(x)} should be local but conditional")) (|iisec| ((|#2| |#2|) "\\spad{iisec(x)} should be local but conditional")) (|iicot| ((|#2| |#2|) "\\spad{iicot(x)} should be local but conditional")) (|iitan| ((|#2| |#2|) "\\spad{iitan(x)} should be local but conditional")) (|iicos| ((|#2| |#2|) "\\spad{iicos(x)} should be local but conditional")) (|iisin| ((|#2| |#2|) "\\spad{iisin(x)} should be local but conditional")) (|iilog| ((|#2| |#2|) "\\spad{iilog(x)} should be local but conditional")) (|iiexp| ((|#2| |#2|) "\\spad{iiexp(x)} should be local but conditional")) (|iisqrt3| ((|#2|) "\\spad{iisqrt3()} should be local but conditional")) (|iisqrt2| ((|#2|) "\\spad{iisqrt2()} should be local but conditional")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(p)} returns an elementary operator with the same symbol as \\spad{p}")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(p)} returns \\spad{true} if operator \\spad{p} is elementary")) (|pi| ((|#2|) "\\spad{pi()} returns the \\spad{pi} operator")) (|acsch| ((|#2| |#2|) "\\spad{acsch(x)} applies the inverse hyperbolic cosecant operator to \\spad{x}")) (|asech| ((|#2| |#2|) "\\spad{asech(x)} applies the inverse hyperbolic secant operator to \\spad{x}")) (|acoth| ((|#2| |#2|) "\\spad{acoth(x)} applies the inverse hyperbolic cotangent operator to \\spad{x}")) (|atanh| ((|#2| |#2|) "\\spad{atanh(x)} applies the inverse hyperbolic tangent operator to \\spad{x}")) (|acosh| ((|#2| |#2|) "\\spad{acosh(x)} applies the inverse hyperbolic cosine operator to \\spad{x}")) (|asinh| ((|#2| |#2|) "\\spad{asinh(x)} applies the inverse hyperbolic sine operator to \\spad{x}")) (|csch| ((|#2| |#2|) "\\spad{csch(x)} applies the hyperbolic cosecant operator to \\spad{x}")) (|sech| ((|#2| |#2|) "\\spad{sech(x)} applies the hyperbolic secant operator to \\spad{x}")) (|coth| ((|#2| |#2|) "\\spad{coth(x)} applies the hyperbolic cotangent operator to \\spad{x}")) (|tanh| ((|#2| |#2|) "\\spad{tanh(x)} applies the hyperbolic tangent operator to \\spad{x}")) (|cosh| ((|#2| |#2|) "\\spad{cosh(x)} applies the hyperbolic cosine operator to \\spad{x}")) (|sinh| ((|#2| |#2|) "\\spad{sinh(x)} applies the hyperbolic sine operator to \\spad{x}")) (|acsc| ((|#2| |#2|) "\\spad{acsc(x)} applies the inverse cosecant operator to \\spad{x}")) (|asec| ((|#2| |#2|) "\\spad{asec(x)} applies the inverse secant operator to \\spad{x}")) (|acot| ((|#2| |#2|) "\\spad{acot(x)} applies the inverse cotangent operator to \\spad{x}")) (|atan| ((|#2| |#2|) "\\spad{atan(x)} applies the inverse tangent operator to \\spad{x}")) (|acos| ((|#2| |#2|) "\\spad{acos(x)} applies the inverse cosine operator to \\spad{x}")) (|asin| ((|#2| |#2|) "\\spad{asin(x)} applies the inverse sine operator to \\spad{x}")) (|csc| ((|#2| |#2|) "\\spad{csc(x)} applies the cosecant operator to \\spad{x}")) (|sec| ((|#2| |#2|) "\\spad{sec(x)} applies the secant operator to \\spad{x}")) (|cot| ((|#2| |#2|) "\\spad{cot(x)} applies the cotangent operator to \\spad{x}")) (|tan| ((|#2| |#2|) "\\spad{tan(x)} applies the tangent operator to \\spad{x}")) (|cos| ((|#2| |#2|) "\\spad{cos(x)} applies the cosine operator to \\spad{x}")) (|sin| ((|#2| |#2|) "\\spad{sin(x)} applies the sine operator to \\spad{x}")) (|log| ((|#2| |#2|) "\\spad{log(x)} applies the logarithm operator to \\spad{x}")) (|exp| ((|#2| |#2|) "\\spad{exp(x)} applies the exponential operator to \\spad{x}")))
NIL
NIL
-(-286 R -1956)
+(-286 R -2117)
((|constructor| (NIL "ElementaryFunctionStructurePackage provides functions to test the algebraic independence of various elementary functions,{} using the Risch structure theorem (real and complex versions). It also provides transformations on elementary functions which are not considered simplifications.")) (|tanQ| ((|#2| (|Fraction| (|Integer|)) |#2|) "\\spad{tanQ(q,a)} is a local function with a conditional implementation.")) (|rootNormalize| ((|#2| |#2| (|Kernel| |#2|)) "\\spad{rootNormalize(f, k)} returns \\spad{f} rewriting either \\spad{k} which must be an \\spad{n}th-root in terms of radicals already in \\spad{f},{} or some radicals in \\spad{f} in terms of \\spad{k}.")) (|validExponential| (((|Union| |#2| "failed") (|List| (|Kernel| |#2|)) |#2| (|Symbol|)) "\\spad{validExponential([k1,...,kn],f,x)} returns \\spad{g} if \\spad{exp(f)=g} and \\spad{g} involves only \\spad{k1...kn},{} and \"failed\" otherwise.")) (|realElementary| ((|#2| |#2| (|Symbol|)) "\\spad{realElementary(f,x)} rewrites the kernels of \\spad{f} involving \\spad{x} in terms of the 4 fundamental real transcendental elementary functions: \\spad{log, exp, tan, atan}.") ((|#2| |#2|) "\\spad{realElementary(f)} rewrites \\spad{f} in terms of the 4 fundamental real transcendental elementary functions: \\spad{log, exp, tan, atan}.")) (|rischNormalize| (((|Record| (|:| |func| |#2|) (|:| |kers| (|List| (|Kernel| |#2|))) (|:| |vals| (|List| |#2|))) |#2| (|Symbol|)) "\\spad{rischNormalize(f, x)} returns \\spad{[g, [k1,...,kn], [h1,...,hn]]} such that \\spad{g = normalize(f, x)} and each \\spad{ki} was rewritten as \\spad{hi} during the normalization.")) (|normalize| ((|#2| |#2| (|Symbol|)) "\\spad{normalize(f, x)} rewrites \\spad{f} using the least possible number of real algebraically independent kernels involving \\spad{x}.") ((|#2| |#2|) "\\spad{normalize(f)} rewrites \\spad{f} using the least possible number of real algebraically independent kernels.")))
NIL
NIL
@@ -1095,10 +1095,10 @@ NIL
(-291 A S)
((|constructor| (NIL "An extensible aggregate is one which allows insertion and deletion of entries. These aggregates are models of lists and streams which are represented by linked structures so as to make insertion,{} deletion,{} and concatenation efficient. However,{} access to elements of these extensible aggregates is generally slow since access is made from the end. See \\spadtype{FlexibleArray} for an exception.")) (|removeDuplicates!| (($ $) "\\spad{removeDuplicates!(u)} destructively removes duplicates from \\spad{u}.")) (|select!| (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{select!(p,u)} destructively changes \\spad{u} by keeping only values \\spad{x} such that \\axiom{\\spad{p}(\\spad{x})}.")) (|merge!| (($ $ $) "\\spad{merge!(u,v)} destructively merges \\spad{u} and \\spad{v} in ascending order.") (($ (|Mapping| (|Boolean|) |#2| |#2|) $ $) "\\spad{merge!(p,u,v)} destructively merges \\spad{u} and \\spad{v} using predicate \\spad{p}.")) (|insert!| (($ $ $ (|Integer|)) "\\spad{insert!(v,u,i)} destructively inserts aggregate \\spad{v} into \\spad{u} at position \\spad{i}.") (($ |#2| $ (|Integer|)) "\\spad{insert!(x,u,i)} destructively inserts \\spad{x} into \\spad{u} at position \\spad{i}.")) (|remove!| (($ |#2| $) "\\spad{remove!(x,u)} destructively removes all values \\spad{x} from \\spad{u}.") (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{remove!(p,u)} destructively removes all elements \\spad{x} of \\spad{u} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}.")) (|delete!| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{delete!(u,i..j)} destructively deletes elements \\spad{u}.\\spad{i} through \\spad{u}.\\spad{j}.") (($ $ (|Integer|)) "\\spad{delete!(u,i)} destructively deletes the \\axiom{\\spad{i}}th element of \\spad{u}.")) (|concat!| (($ $ $) "\\spad{concat!(u,v)} destructively appends \\spad{v} to the end of \\spad{u}. \\spad{v} is unchanged") (($ $ |#2|) "\\spad{concat!(u,x)} destructively adds element \\spad{x} to the end of \\spad{u}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1119))))
+((|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1121))))
(-292 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}.")))
-((-4463 . T))
+((-4465 . T))
NIL
(-293 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}.")))
@@ -1119,18 +1119,18 @@ NIL
(-297 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 -4463)))
+((|HasAttribute| |#1| (QUOTE -4465)))
(-298 |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
-(-299 S R |Mod| -2234 -1872 |exactQuo|)
+(-299 S R |Mod| -3565 -3181 |exactQuo|)
((|constructor| (NIL "These domains are used for the factorization and gcds of univariate polynomials over the integers in order to work modulo different primes. See \\spadtype{ModularRing},{} \\spadtype{ModularField}")) (|inv| (($ $) "\\spad{inv(x)} \\undocumented")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(x)} \\undocumented")) (|exQuo| (((|Union| $ "failed") $ $) "\\spad{exQuo(x,y)} \\undocumented")) (|reduce| (($ |#2| |#3|) "\\spad{reduce(r,m)} \\undocumented")) (|coerce| ((|#2| $) "\\spad{coerce(x)} \\undocumented")) (|modulus| ((|#3| $) "\\spad{modulus(x)} \\undocumented")))
-((-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-300)
((|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.")))
-((-4455 . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-301)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: March 18,{} 2010. An `Environment' is a stack of scope.")) (|categoryFrame| (($) "the current category environment in the interpreter.")) (|interactiveEnv| (($) "the current interactive environment in effect.")) (|currentEnv| (($) "the current normal environment in effect.")) (|putProperties| (($ (|Identifier|) (|List| (|Property|)) $) "\\spad{putProperties(n,props,e)} set the list of properties of \\spad{n} to \\spad{props} in \\spad{e}.")) (|getProperties| (((|List| (|Property|)) (|Identifier|) $) "\\spad{getBinding(n,e)} returns the list of properties of \\spad{n} in \\spad{e}.")) (|putProperty| (($ (|Identifier|) (|Identifier|) (|SExpression|) $) "\\spad{putProperty(n,p,v,e)} binds the property \\spad{(p,v)} to \\spad{n} in the topmost scope of \\spad{e}.")) (|getProperty| (((|Maybe| (|SExpression|)) (|Identifier|) (|Identifier|) $) "\\spad{getProperty(n,p,e)} returns the value of property with name \\spad{p} for the symbol \\spad{n} in environment \\spad{e}. Otherwise,{} \\spad{nothing}.")) (|scopes| (((|List| (|Scope|)) $) "\\spad{scopes(e)} returns the stack of scopes in environment \\spad{e}.")) (|empty| (($) "\\spad{empty()} constructs an empty environment")))
@@ -1146,21 +1146,21 @@ NIL
NIL
(-304 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.")))
-((-4459 -2755 (|has| |#1| (-1068)) (|has| |#1| (-485))) (-4456 |has| |#1| (-1068)) (-4457 |has| |#1| (-1068)))
-((|HasCategory| |#1| (QUOTE (-374))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-1068)))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-1068))) (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-1068)))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-1068)))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-1068)))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-1068)))) (-2755 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#1| (QUOTE (-738)))) (|HasCategory| |#1| (QUOTE (-485))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#1| (QUOTE (-738))) (|HasCategory| |#1| (QUOTE (-1068))) (|HasCategory| |#1| (QUOTE (-1131))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#1| (QUOTE (-738))) (|HasCategory| |#1| (QUOTE (-1131)))) (|HasCategory| |#1| (LIST (QUOTE -526) (QUOTE (-1195)) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-312))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-485)))) (-2755 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-738)))) (-2755 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#1| (QUOTE (-1068)))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1131))) (|HasCategory| |#1| (QUOTE (-738))))
+((-4461 -3795 (|has| |#1| (-1070)) (|has| |#1| (-485))) (-4458 |has| |#1| (-1070)) (-4459 |has| |#1| (-1070)))
+((|HasCategory| |#1| (QUOTE (-374))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-1070)))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-1070))) (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-1070)))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-1070)))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-1070)))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-1070)))) (-3795 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#1| (QUOTE (-738)))) (|HasCategory| |#1| (QUOTE (-485))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#1| (QUOTE (-738))) (|HasCategory| |#1| (QUOTE (-1070))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#1| (QUOTE (-738))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| |#1| (LIST (QUOTE -526) (QUOTE (-1197)) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-312))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-485)))) (-3795 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-738)))) (-3795 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#1| (QUOTE (-1070)))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-738))))
(-305 |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.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -4298) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -4437) (|devaluate| |#2|)))))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1119))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))))
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2240) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2904) (|devaluate| |#2|)))))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1121))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))))
(-306)
((|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
-(-307 -1956 S)
+(-307 -2117 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
-(-308 E -1956)
+(-308 E -2117)
((|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
@@ -1175,7 +1175,7 @@ NIL
(-311 S)
((|constructor| (NIL "An expression space is a set which is closed under certain operators.")) (|odd?| (((|Boolean|) $) "\\spad{odd? x} is \\spad{true} if \\spad{x} is an odd integer.")) (|even?| (((|Boolean|) $) "\\spad{even? x} is \\spad{true} if \\spad{x} is an even integer.")) (|definingPolynomial| (($ $) "\\spad{definingPolynomial(x)} returns an expression \\spad{p} such that \\spad{p(x) = 0}.")) (|minPoly| (((|SparseUnivariatePolynomial| $) (|Kernel| $)) "\\spad{minPoly(k)} returns \\spad{p} such that \\spad{p(k) = 0}.")) (|eval| (($ $ (|BasicOperator|) (|Mapping| $ $)) "\\spad{eval(x, s, f)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|BasicOperator|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, f)} replaces every \\spad{s(a1,..,am)} in \\spad{x} by \\spad{f(a1,..,am)} for any \\spad{a1},{}...,{}\\spad{am}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)} in \\spad{x} by \\spad{fi(a1,...,an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|Mapping| $ $)) "\\spad{eval(x, s, f)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, f)} replaces every \\spad{s(a1,..,am)} in \\spad{x} by \\spad{f(a1,..,am)} for any \\spad{a1},{}...,{}\\spad{am}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)} in \\spad{x} by \\spad{fi(a1,...,an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.")) (|freeOf?| (((|Boolean|) $ (|Symbol|)) "\\spad{freeOf?(x, s)} tests if \\spad{x} does not contain any operator whose name is \\spad{s}.") (((|Boolean|) $ $) "\\spad{freeOf?(x, y)} tests if \\spad{x} does not contain any occurrence of \\spad{y},{} where \\spad{y} is a single kernel.")) (|map| (($ (|Mapping| $ $) (|Kernel| $)) "\\spad{map(f, k)} returns \\spad{op(f(x1),...,f(xn))} where \\spad{k = op(x1,...,xn)}.")) (|kernel| (($ (|BasicOperator|) (|List| $)) "\\spad{kernel(op, [f1,...,fn])} constructs \\spad{op(f1,...,fn)} without evaluating it.") (($ (|BasicOperator|) $) "\\spad{kernel(op, x)} constructs \\spad{op}(\\spad{x}) without evaluating it.")) (|is?| (((|Boolean|) $ (|Symbol|)) "\\spad{is?(x, s)} tests if \\spad{x} is a kernel and is the name of its operator is \\spad{s}.") (((|Boolean|) $ (|BasicOperator|)) "\\spad{is?(x, op)} tests if \\spad{x} is a kernel and is its operator is op.")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} tests if \\% accepts \\spad{op} as applicable to its elements.")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns a copy of \\spad{op} with the domain-dependent properties appropriate for \\%.")) (|operators| (((|List| (|BasicOperator|)) $) "\\spad{operators(f)} returns all the basic operators appearing in \\spad{f},{} no matter what their levels are.")) (|tower| (((|List| (|Kernel| $)) $) "\\spad{tower(f)} returns all the kernels appearing in \\spad{f},{} no matter what their levels are.")) (|kernels| (((|List| (|Kernel| $)) $) "\\spad{kernels(f)} returns the list of all the top-level kernels appearing in \\spad{f},{} but not the ones appearing in the arguments of the top-level kernels.")) (|mainKernel| (((|Union| (|Kernel| $) "failed") $) "\\spad{mainKernel(f)} returns a kernel of \\spad{f} with maximum nesting level,{} or if \\spad{f} has no kernels (\\spadignore{i.e.} \\spad{f} is a constant).")) (|height| (((|NonNegativeInteger|) $) "\\spad{height(f)} returns the highest nesting level appearing in \\spad{f}. Constants have height 0. Symbols have height 1. For any operator op and expressions \\spad{f1},{}...,{}\\spad{fn},{} \\spad{op(f1,...,fn)} has height equal to \\spad{1 + max(height(f1),...,height(fn))}.")) (|distribute| (($ $ $) "\\spad{distribute(f, g)} expands all the kernels in \\spad{f} that contain \\spad{g} in their arguments and that are formally enclosed by a \\spadfunFrom{box}{ExpressionSpace} or a \\spadfunFrom{paren}{ExpressionSpace} expression.") (($ $) "\\spad{distribute(f)} expands all the kernels in \\spad{f} that are formally enclosed by a \\spadfunFrom{box}{ExpressionSpace} or \\spadfunFrom{paren}{ExpressionSpace} expression.")) (|paren| (($ (|List| $)) "\\spad{paren([f1,...,fn])} returns \\spad{(f1,...,fn)}. This prevents the \\spad{fi} from being evaluated when operators are applied to them,{} and makes them applicable to a unary operator. For example,{} \\spad{atan(paren [x, 2])} returns the formal kernel \\spad{atan((x, 2))}.") (($ $) "\\spad{paren(f)} returns (\\spad{f}). This prevents \\spad{f} from being evaluated when operators are applied to it. For example,{} \\spad{log(1)} returns 0,{} but \\spad{log(paren 1)} returns the formal kernel log((1)).")) (|box| (($ (|List| $)) "\\spad{box([f1,...,fn])} returns \\spad{(f1,...,fn)} with a 'box' around them that prevents the \\spad{fi} from being evaluated when operators are applied to them,{} and makes them applicable to a unary operator. For example,{} \\spad{atan(box [x, 2])} returns the formal kernel \\spad{atan(x, 2)}.") (($ $) "\\spad{box(f)} returns \\spad{f} with a 'box' around it that prevents \\spad{f} from being evaluated when operators are applied to it. For example,{} \\spad{log(1)} returns 0,{} but \\spad{log(box 1)} returns the formal kernel log(1).")) (|subst| (($ $ (|List| (|Kernel| $)) (|List| $)) "\\spad{subst(f, [k1...,kn], [g1,...,gn])} replaces the kernels \\spad{k1},{}...,{}\\spad{kn} by \\spad{g1},{}...,{}\\spad{gn} formally in \\spad{f}.") (($ $ (|List| (|Equation| $))) "\\spad{subst(f, [k1 = g1,...,kn = gn])} replaces the kernels \\spad{k1},{}...,{}\\spad{kn} by \\spad{g1},{}...,{}\\spad{gn} formally in \\spad{f}.") (($ $ (|Equation| $)) "\\spad{subst(f, k = g)} replaces the kernel \\spad{k} by \\spad{g} formally in \\spad{f}.")) (|elt| (($ (|BasicOperator|) (|List| $)) "\\spad{elt(op,[x1,...,xn])} or \\spad{op}([\\spad{x1},{}...,{}\\spad{xn}]) applies the \\spad{n}-ary operator \\spad{op} to \\spad{x1},{}...,{}\\spad{xn}.") (($ (|BasicOperator|) $ $ $ $) "\\spad{elt(op,x,y,z,t)} or \\spad{op}(\\spad{x},{} \\spad{y},{} \\spad{z},{} \\spad{t}) applies the 4-ary operator \\spad{op} to \\spad{x},{} \\spad{y},{} \\spad{z} and \\spad{t}.") (($ (|BasicOperator|) $ $ $) "\\spad{elt(op,x,y,z)} or \\spad{op}(\\spad{x},{} \\spad{y},{} \\spad{z}) applies the ternary operator \\spad{op} to \\spad{x},{} \\spad{y} and \\spad{z}.") (($ (|BasicOperator|) $ $) "\\spad{elt(op,x,y)} or \\spad{op}(\\spad{x},{} \\spad{y}) applies the binary operator \\spad{op} to \\spad{x} and \\spad{y}.") (($ (|BasicOperator|) $) "\\spad{elt(op,x)} or \\spad{op}(\\spad{x}) applies the unary operator \\spad{op} to \\spad{x}.")))
NIL
-((|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-1068))))
+((|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-1070))))
(-312)
((|constructor| (NIL "An expression space is a set which is closed under certain operators.")) (|odd?| (((|Boolean|) $) "\\spad{odd? x} is \\spad{true} if \\spad{x} is an odd integer.")) (|even?| (((|Boolean|) $) "\\spad{even? x} is \\spad{true} if \\spad{x} is an even integer.")) (|definingPolynomial| (($ $) "\\spad{definingPolynomial(x)} returns an expression \\spad{p} such that \\spad{p(x) = 0}.")) (|minPoly| (((|SparseUnivariatePolynomial| $) (|Kernel| $)) "\\spad{minPoly(k)} returns \\spad{p} such that \\spad{p(k) = 0}.")) (|eval| (($ $ (|BasicOperator|) (|Mapping| $ $)) "\\spad{eval(x, s, f)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|BasicOperator|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, f)} replaces every \\spad{s(a1,..,am)} in \\spad{x} by \\spad{f(a1,..,am)} for any \\spad{a1},{}...,{}\\spad{am}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)} in \\spad{x} by \\spad{fi(a1,...,an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|Mapping| $ $)) "\\spad{eval(x, s, f)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, f)} replaces every \\spad{s(a1,..,am)} in \\spad{x} by \\spad{f(a1,..,am)} for any \\spad{a1},{}...,{}\\spad{am}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)} in \\spad{x} by \\spad{fi(a1,...,an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.")) (|freeOf?| (((|Boolean|) $ (|Symbol|)) "\\spad{freeOf?(x, s)} tests if \\spad{x} does not contain any operator whose name is \\spad{s}.") (((|Boolean|) $ $) "\\spad{freeOf?(x, y)} tests if \\spad{x} does not contain any occurrence of \\spad{y},{} where \\spad{y} is a single kernel.")) (|map| (($ (|Mapping| $ $) (|Kernel| $)) "\\spad{map(f, k)} returns \\spad{op(f(x1),...,f(xn))} where \\spad{k = op(x1,...,xn)}.")) (|kernel| (($ (|BasicOperator|) (|List| $)) "\\spad{kernel(op, [f1,...,fn])} constructs \\spad{op(f1,...,fn)} without evaluating it.") (($ (|BasicOperator|) $) "\\spad{kernel(op, x)} constructs \\spad{op}(\\spad{x}) without evaluating it.")) (|is?| (((|Boolean|) $ (|Symbol|)) "\\spad{is?(x, s)} tests if \\spad{x} is a kernel and is the name of its operator is \\spad{s}.") (((|Boolean|) $ (|BasicOperator|)) "\\spad{is?(x, op)} tests if \\spad{x} is a kernel and is its operator is op.")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} tests if \\% accepts \\spad{op} as applicable to its elements.")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns a copy of \\spad{op} with the domain-dependent properties appropriate for \\%.")) (|operators| (((|List| (|BasicOperator|)) $) "\\spad{operators(f)} returns all the basic operators appearing in \\spad{f},{} no matter what their levels are.")) (|tower| (((|List| (|Kernel| $)) $) "\\spad{tower(f)} returns all the kernels appearing in \\spad{f},{} no matter what their levels are.")) (|kernels| (((|List| (|Kernel| $)) $) "\\spad{kernels(f)} returns the list of all the top-level kernels appearing in \\spad{f},{} but not the ones appearing in the arguments of the top-level kernels.")) (|mainKernel| (((|Union| (|Kernel| $) "failed") $) "\\spad{mainKernel(f)} returns a kernel of \\spad{f} with maximum nesting level,{} or if \\spad{f} has no kernels (\\spadignore{i.e.} \\spad{f} is a constant).")) (|height| (((|NonNegativeInteger|) $) "\\spad{height(f)} returns the highest nesting level appearing in \\spad{f}. Constants have height 0. Symbols have height 1. For any operator op and expressions \\spad{f1},{}...,{}\\spad{fn},{} \\spad{op(f1,...,fn)} has height equal to \\spad{1 + max(height(f1),...,height(fn))}.")) (|distribute| (($ $ $) "\\spad{distribute(f, g)} expands all the kernels in \\spad{f} that contain \\spad{g} in their arguments and that are formally enclosed by a \\spadfunFrom{box}{ExpressionSpace} or a \\spadfunFrom{paren}{ExpressionSpace} expression.") (($ $) "\\spad{distribute(f)} expands all the kernels in \\spad{f} that are formally enclosed by a \\spadfunFrom{box}{ExpressionSpace} or \\spadfunFrom{paren}{ExpressionSpace} expression.")) (|paren| (($ (|List| $)) "\\spad{paren([f1,...,fn])} returns \\spad{(f1,...,fn)}. This prevents the \\spad{fi} from being evaluated when operators are applied to them,{} and makes them applicable to a unary operator. For example,{} \\spad{atan(paren [x, 2])} returns the formal kernel \\spad{atan((x, 2))}.") (($ $) "\\spad{paren(f)} returns (\\spad{f}). This prevents \\spad{f} from being evaluated when operators are applied to it. For example,{} \\spad{log(1)} returns 0,{} but \\spad{log(paren 1)} returns the formal kernel log((1)).")) (|box| (($ (|List| $)) "\\spad{box([f1,...,fn])} returns \\spad{(f1,...,fn)} with a 'box' around them that prevents the \\spad{fi} from being evaluated when operators are applied to them,{} and makes them applicable to a unary operator. For example,{} \\spad{atan(box [x, 2])} returns the formal kernel \\spad{atan(x, 2)}.") (($ $) "\\spad{box(f)} returns \\spad{f} with a 'box' around it that prevents \\spad{f} from being evaluated when operators are applied to it. For example,{} \\spad{log(1)} returns 0,{} but \\spad{log(box 1)} returns the formal kernel log(1).")) (|subst| (($ $ (|List| (|Kernel| $)) (|List| $)) "\\spad{subst(f, [k1...,kn], [g1,...,gn])} replaces the kernels \\spad{k1},{}...,{}\\spad{kn} by \\spad{g1},{}...,{}\\spad{gn} formally in \\spad{f}.") (($ $ (|List| (|Equation| $))) "\\spad{subst(f, [k1 = g1,...,kn = gn])} replaces the kernels \\spad{k1},{}...,{}\\spad{kn} by \\spad{g1},{}...,{}\\spad{gn} formally in \\spad{f}.") (($ $ (|Equation| $)) "\\spad{subst(f, k = g)} replaces the kernel \\spad{k} by \\spad{g} formally in \\spad{f}.")) (|elt| (($ (|BasicOperator|) (|List| $)) "\\spad{elt(op,[x1,...,xn])} or \\spad{op}([\\spad{x1},{}...,{}\\spad{xn}]) applies the \\spad{n}-ary operator \\spad{op} to \\spad{x1},{}...,{}\\spad{xn}.") (($ (|BasicOperator|) $ $ $ $) "\\spad{elt(op,x,y,z,t)} or \\spad{op}(\\spad{x},{} \\spad{y},{} \\spad{z},{} \\spad{t}) applies the 4-ary operator \\spad{op} to \\spad{x},{} \\spad{y},{} \\spad{z} and \\spad{t}.") (($ (|BasicOperator|) $ $ $) "\\spad{elt(op,x,y,z)} or \\spad{op}(\\spad{x},{} \\spad{y},{} \\spad{z}) applies the ternary operator \\spad{op} to \\spad{x},{} \\spad{y} and \\spad{z}.") (($ (|BasicOperator|) $ $) "\\spad{elt(op,x,y)} or \\spad{op}(\\spad{x},{} \\spad{y}) applies the binary operator \\spad{op} to \\spad{x} and \\spad{y}.") (($ (|BasicOperator|) $) "\\spad{elt(op,x)} or \\spad{op}(\\spad{x}) applies the unary operator \\spad{op} to \\spad{x}.")))
NIL
@@ -1198,7 +1198,7 @@ NIL
NIL
(-317)
((|constructor| (NIL "A constructive euclidean domain,{} \\spadignore{i.e.} one can divide producing a quotient and a remainder where the remainder is either zero or is smaller (\\spadfun{euclideanSize}) than the divisor. \\blankline Conditional attributes: \\indented{2}{multiplicativeValuation\\tab{25}\\spad{Size(a*b)=Size(a)*Size(b)}} \\indented{2}{additiveValuation\\tab{25}\\spad{Size(a*b)=Size(a)+Size(b)}}")) (|multiEuclidean| (((|Union| (|List| $) "failed") (|List| $) $) "\\spad{multiEuclidean([f1,...,fn],z)} returns a list of coefficients \\spad{[a1, ..., an]} such that \\spad{ z / prod fi = sum aj/fj}. If no such list of coefficients exists,{} \"failed\" is returned.")) (|extendedEuclidean| (((|Union| (|Record| (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) "\\spad{extendedEuclidean(x,y,z)} either returns a record rec where \\spad{rec.coef1*x+rec.coef2*y=z} or returns \"failed\" if \\spad{z} cannot be expressed as a linear combination of \\spad{x} and \\spad{y}.") (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{extendedEuclidean(x,y)} returns a record rec where \\spad{rec.coef1*x+rec.coef2*y = rec.generator} and rec.generator is a \\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}.")))
-((-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-318 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}.")))
@@ -1208,7 +1208,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
-(-320 -1956)
+(-320 -2117)
((|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
@@ -1222,8 +1222,8 @@ NIL
NIL
(-323 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))}.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (QUOTE (-926))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (LIST (QUOTE -1057) (QUOTE (-1195)))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (QUOTE (-146))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (QUOTE (-148))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (QUOTE (-1041))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (QUOTE (-832))) (-2755 (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (QUOTE (-832))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (QUOTE (-862)))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (QUOTE (-1171))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (QUOTE (-237))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (QUOTE (-238))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (LIST (QUOTE -526) (QUOTE (-1195)) (LIST (QUOTE -1272) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (LIST (QUOTE -319) (LIST (QUOTE -1272) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (LIST (QUOTE -296) (LIST (QUOTE -1272) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)) (LIST (QUOTE -1272) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (QUOTE (-317))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (QUOTE (-557))) (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (QUOTE (-862))) (-12 (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (QUOTE (-926))) (|HasCategory| $ (QUOTE (-146)))) (-2755 (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (QUOTE (-146))) (-12 (|HasCategory| (-1272 |#1| |#2| |#3| |#4|) (QUOTE (-926))) (|HasCategory| $ (QUOTE (-146))))))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (QUOTE (-928))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (LIST (QUOTE -1059) (QUOTE (-1197)))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (QUOTE (-146))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (QUOTE (-148))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (QUOTE (-1043))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (QUOTE (-832))) (-3795 (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (QUOTE (-832))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (QUOTE (-862)))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (QUOTE (-1173))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (QUOTE (-237))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (QUOTE (-238))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (LIST (QUOTE -526) (QUOTE (-1197)) (LIST (QUOTE -1274) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (LIST (QUOTE -319) (LIST (QUOTE -1274) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (LIST (QUOTE -296) (LIST (QUOTE -1274) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)) (LIST (QUOTE -1274) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (QUOTE (-317))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (QUOTE (-557))) (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (QUOTE (-862))) (-12 (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (QUOTE (-928))) (|HasCategory| $ (QUOTE (-146)))) (-3795 (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (QUOTE (-146))) (-12 (|HasCategory| (-1274 |#1| |#2| |#3| |#4|) (QUOTE (-928))) (|HasCategory| $ (QUOTE (-146))))))
(-324 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
@@ -1234,9 +1234,9 @@ NIL
NIL
(-326 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.")))
-((-4459 -2755 (-12 (|has| |#1| (-568)) (-2755 (|has| |#1| (-1068)) (|has| |#1| (-485)))) (|has| |#1| (-1068)) (|has| |#1| (-485))) (-4457 |has| |#1| (-174)) (-4456 |has| |#1| (-174)) ((-4464 "*") |has| |#1| (-568)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-568)) (-4454 |has| |#1| (-568)))
-((-2755 (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))))) (|HasCategory| |#1| (QUOTE (-568))) (-2755 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-1068)))) (|HasCategory| |#1| (QUOTE (-21))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-1068)))) (|HasCategory| |#1| (QUOTE (-1068))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-1068))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))))) (-2755 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#1| (QUOTE (-1131)))) (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-2755 (|HasCategory| |#1| (QUOTE (-1068))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576))))) (-2755 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-1068)))) (-2755 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-1068)))) (-2755 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-1068)))) (-12 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568)))) (-2755 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| |#1| (QUOTE (-1068))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576))))) (-2755 (|HasCategory| |#1| (QUOTE (-21))) (-12 (|HasCategory| |#1| (QUOTE (-1068))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))))) (-2755 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-1068))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-1131)))) (-2755 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-1068))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))))) (-2755 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#1| (QUOTE (-1068)))) (-2755 (-12 (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1131))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| $ (QUOTE (-1068))) (|HasCategory| $ (LIST (QUOTE -1057) (QUOTE (-576)))))
-(-327 R -1956)
+((-4461 -3795 (-12 (|has| |#1| (-568)) (-3795 (|has| |#1| (-1070)) (|has| |#1| (-485)))) (|has| |#1| (-1070)) (|has| |#1| (-485))) (-4459 |has| |#1| (-174)) (-4458 |has| |#1| (-174)) ((-4466 "*") |has| |#1| (-568)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-568)) (-4456 |has| |#1| (-568)))
+((-3795 (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))))) (|HasCategory| |#1| (QUOTE (-568))) (-3795 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-1070)))) (|HasCategory| |#1| (QUOTE (-21))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-1070)))) (|HasCategory| |#1| (QUOTE (-1070))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-1070))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))))) (-3795 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-3795 (|HasCategory| |#1| (QUOTE (-1070))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576))))) (-3795 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-1070)))) (-3795 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-1070)))) (-3795 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-1070)))) (-12 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568)))) (-3795 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| |#1| (QUOTE (-1070))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576))))) (-3795 (|HasCategory| |#1| (QUOTE (-21))) (-12 (|HasCategory| |#1| (QUOTE (-1070))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))))) (-3795 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-1070))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-1133)))) (-3795 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-1070))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))))) (-3795 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#1| (QUOTE (-1070)))) (-3795 (-12 (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| $ (QUOTE (-1070))) (|HasCategory| $ (LIST (QUOTE -1059) (QUOTE (-576)))))
+(-327 R -2117)
((|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{yi(a) = bi}. Note: eqi must be of the form \\spad{fi(x, y1 x, y2 x,..., yn x) y1'(x) + gi(x, y1 x, y2 x,..., yn x) = h(x, y1 x, y2 x,..., yn x)}.") (((|Any|) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve(eq,y,x=a,[b0,...,b(n-1)])} returns a Taylor series solution of \\spad{eq} around \\spad{x = a} with initial conditions \\spad{y(a) = b0},{} \\spad{y'(a) = b1},{} \\spad{y''(a) = b2},{} ...,{}\\spad{y(n-1)(a) = b(n-1)} \\spad{eq} must be of the form \\spad{f(x, y x, y'(x),..., y(n-1)(x)) y(n)(x) + g(x,y x,y'(x),...,y(n-1)(x)) = h(x,y x, y'(x),..., y(n-1)(x))}.") (((|Any|) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) (|Equation| |#2|)) "\\spad{seriesSolve(eq,y,x=a, y a = b)} returns a Taylor series solution of \\spad{eq} around \\spad{x} = a with initial condition \\spad{y(a) = b}. Note: \\spad{eq} must be of the form \\spad{f(x, y x) y'(x) + g(x, y x) = h(x, y x)}.")))
NIL
NIL
@@ -1246,8 +1246,8 @@ NIL
NIL
(-329 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.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-374)) (-4454 |has| |#1| (-374)) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|)))) (|HasCategory| (-419 (-576)) (QUOTE (-1131))) (|HasCategory| |#1| (QUOTE (-374))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasSignature| |#1| (LIST (QUOTE -3567) (LIST (|devaluate| |#1|) (QUOTE (-1195)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (-2755 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-976))) (|HasCategory| |#1| (QUOTE (-1221))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -2092) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1195))))) (|HasSignature| |#1| (LIST (QUOTE -1960) (LIST (LIST (QUOTE -656) (QUOTE (-1195))) (|devaluate| |#1|)))))))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-374)) (-4456 |has| |#1| (-374)) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|)))) (|HasCategory| (-419 (-576)) (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-374))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasSignature| |#1| (LIST (QUOTE -4114) (LIST (|devaluate| |#1|) (QUOTE (-1197)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (-3795 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-978))) (|HasCategory| |#1| (QUOTE (-1223))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -1488) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1197))))) (|HasSignature| |#1| (LIST (QUOTE -1583) (LIST (LIST (QUOTE -656) (QUOTE (-1197))) (|devaluate| |#1|)))))))
(-330 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
@@ -1258,7 +1258,7 @@ NIL
NIL
(-332 S)
((|constructor| (NIL "The free abelian group on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,[ni * si])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'s} are integers. The operation is commutative.")))
-((-4457 . T) (-4456 . T))
+((-4459 . T) (-4458 . T))
((|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-804))))
(-333 S E)
((|constructor| (NIL "A free abelian monoid on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,[ni * si])} where the \\spad{si}\\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(ei, fi) ci])}} where \\spad{ci} ranges in the intersection of \\spad{{a1,...,an}} and \\spad{{b1,...,bm}}.")) (|mapGen| (($ (|Mapping| |#1| |#1|) $) "\\spad{mapGen(f, e1 a1 +...+ en an)} returns \\spad{e1 f(a1) +...+ en f(an)}.")) (|mapCoef| (($ (|Mapping| |#2| |#2|) $) "\\spad{mapCoef(f, e1 a1 +...+ en an)} returns \\spad{f(e1) a1 +...+ f(en) an}.")) (|coefficient| ((|#2| |#1| $) "\\spad{coefficient(s, e1 a1 + ... + en an)} returns \\spad{ei} such that \\spad{ai} = \\spad{s},{} or 0 if \\spad{s} is not one of the \\spad{ai}\\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}.")))
@@ -1274,19 +1274,19 @@ NIL
((|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-174))))
(-336 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.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4456 . T) (-4457 . T) (-4459 . T))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-337 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.")))
-((-4463 . T) (-4462 . T))
-((-2755 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
-(-338 S -1956)
+((-4465 . T) (-4464 . T))
+((-3795 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
+(-338 S -2117)
((|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 (-379))))
-(-339 -1956)
+(-339 -2117)
((|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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-340)
((|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.")))
@@ -1308,54 +1308,54 @@ 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
-(-345 S -1956 UP UPUP R)
+(-345 S -2117 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
-(-346 -1956 UP UPUP R)
+(-346 -2117 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
-(-347 -1956 UP UPUP R)
+(-347 -2117 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
(-348 S R)
((|constructor| (NIL "This category provides a selection of evaluation operations depending on what the argument type \\spad{R} provides.")) (|map| (($ (|Mapping| |#2| |#2|) $) "\\spad{map(f, ex)} evaluates ex,{} applying \\spad{f} to values of type \\spad{R} in ex.")))
NIL
-((|HasCategory| |#2| (LIST (QUOTE -526) (QUOTE (-1195)) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -296) (|devaluate| |#2|) (|devaluate| |#2|))))
+((|HasCategory| |#2| (LIST (QUOTE -526) (QUOTE (-1197)) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -296) (|devaluate| |#2|) (|devaluate| |#2|))))
(-349 R)
((|constructor| (NIL "This category provides a selection of evaluation operations depending on what the argument type \\spad{R} provides.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f, ex)} evaluates ex,{} applying \\spad{f} to values of type \\spad{R} in ex.")))
NIL
NIL
(-350 |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{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.}")))
-((-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-390)))) (|HasCategory| $ (QUOTE (-1068))) (|HasCategory| $ (LIST (QUOTE -1057) (QUOTE (-576)))))
+((-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-390)))) (|HasCategory| $ (QUOTE (-1070))) (|HasCategory| $ (LIST (QUOTE -1059) (QUOTE (-576)))))
(-351 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
-(-352 S -1956 UP UPUP)
+(-352 S -2117 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(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 (-379))) (|HasCategory| |#2| (QUOTE (-374))))
-(-353 -1956 UP UPUP)
+(-353 -2117 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(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.")))
-((-4455 |has| (-419 |#2|) (-374)) (-4460 |has| (-419 |#2|) (-374)) (-4454 |has| (-419 |#2|) (-374)) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 |has| (-419 |#2|) (-374)) (-4462 |has| (-419 |#2|) (-374)) (-4456 |has| (-419 |#2|) (-374)) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-354 |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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((-2755 (|HasCategory| (-927 |#1|) (QUOTE (-146))) (|HasCategory| (-927 |#1|) (QUOTE (-379)))) (|HasCategory| (-927 |#1|) (QUOTE (-148))) (|HasCategory| (-927 |#1|) (QUOTE (-379))) (|HasCategory| (-927 |#1|) (QUOTE (-146))))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((-3795 (|HasCategory| (-929 |#1|) (QUOTE (-146))) (|HasCategory| (-929 |#1|) (QUOTE (-379)))) (|HasCategory| (-929 |#1|) (QUOTE (-148))) (|HasCategory| (-929 |#1|) (QUOTE (-379))) (|HasCategory| (-929 |#1|) (QUOTE (-146))))
(-355 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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((-2755 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-146))))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((-3795 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-146))))
(-356 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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((-2755 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-146))))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((-3795 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-146))))
(-357 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
@@ -1370,33 +1370,33 @@ NIL
NIL
(-360)
((|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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-361 R UP -1956)
+(-361 R UP -2117)
((|constructor| (NIL "In this package \\spad{R} is a Euclidean domain and \\spad{F} is a framed algebra over \\spad{R}. The package provides functions to compute the integral closure of \\spad{R} in the quotient field of \\spad{F}. It is assumed that \\spad{char(R/P) = char(R)} for any prime \\spad{P} of \\spad{R}. A typical instance of this is when \\spad{R = K[x]} and \\spad{F} is a function field over \\spad{R}.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) |#1|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the integral closure of \\spad{R} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(x)} returns a square-free factorisation of \\spad{x}")))
NIL
NIL
(-362 |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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((-2755 (|HasCategory| (-927 |#1|) (QUOTE (-146))) (|HasCategory| (-927 |#1|) (QUOTE (-379)))) (|HasCategory| (-927 |#1|) (QUOTE (-148))) (|HasCategory| (-927 |#1|) (QUOTE (-379))) (|HasCategory| (-927 |#1|) (QUOTE (-146))))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((-3795 (|HasCategory| (-929 |#1|) (QUOTE (-146))) (|HasCategory| (-929 |#1|) (QUOTE (-379)))) (|HasCategory| (-929 |#1|) (QUOTE (-148))) (|HasCategory| (-929 |#1|) (QUOTE (-379))) (|HasCategory| (-929 |#1|) (QUOTE (-146))))
(-363 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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((-2755 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-146))))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((-3795 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-146))))
(-364 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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((-2755 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-146))))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((-3795 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-146))))
(-365 |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}.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((-2755 (|HasCategory| (-927 |#1|) (QUOTE (-146))) (|HasCategory| (-927 |#1|) (QUOTE (-379)))) (|HasCategory| (-927 |#1|) (QUOTE (-148))) (|HasCategory| (-927 |#1|) (QUOTE (-379))) (|HasCategory| (-927 |#1|) (QUOTE (-146))))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((-3795 (|HasCategory| (-929 |#1|) (QUOTE (-146))) (|HasCategory| (-929 |#1|) (QUOTE (-379)))) (|HasCategory| (-929 |#1|) (QUOTE (-148))) (|HasCategory| (-929 |#1|) (QUOTE (-379))) (|HasCategory| (-929 |#1|) (QUOTE (-146))))
(-366 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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((-2755 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-146))))
-(-367 -1956 GF)
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((-3795 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-146))))
+(-367 -2117 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
@@ -1404,21 +1404,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
-(-369 -1956 FP FPP)
+(-369 -2117 FP FPP)
((|constructor| (NIL "This package solves linear diophantine equations for Bivariate polynomials over finite fields")) (|solveLinearPolynomialEquation| (((|Union| (|List| |#3|) "failed") (|List| |#3|) |#3|) "\\spad{solveLinearPolynomialEquation([f1, ..., fn], g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod fi = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}\\spad{'s} exists.")))
NIL
NIL
(-370 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}.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((-2755 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-146))))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((-3795 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-146))))
(-371 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
(-372 S)
((|constructor| (NIL "The free group on a set \\spad{S} is the group of finite products of the form \\spad{reduce(*,[si ** ni])} where the \\spad{si}\\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.")))
-((-4459 . T))
+((-4461 . T))
NIL
(-373 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.")))
@@ -1426,7 +1426,7 @@ NIL
NIL
(-374)
((|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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-375 |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.")))
@@ -1442,7 +1442,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-568))))
(-378 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{ai} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.") (((|Vector| |#1|) $ (|Vector| $)) "\\spad{coordinates(a,[v1,...,vn])} returns the coordinates of \\spad{a} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rightNorm| ((|#1| $) "\\spad{rightNorm(a)} returns the determinant of the right regular representation of \\spad{a}.")) (|leftNorm| ((|#1| $) "\\spad{leftNorm(a)} returns the determinant of the left regular representation of \\spad{a}.")) (|rightTrace| ((|#1| $) "\\spad{rightTrace(a)} returns the trace of the right regular representation of \\spad{a}.")) (|leftTrace| ((|#1| $) "\\spad{leftTrace(a)} returns the trace of the left regular representation of \\spad{a}.")) (|rightRegularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) "\\spad{rightRegularRepresentation(a,[v1,...,vn])} returns the matrix of the linear map defined by right multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,...,vn]}.")) (|leftRegularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) "\\spad{leftRegularRepresentation(a,[v1,...,vn])} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,...,vn]}.")) (|structuralConstants| (((|Vector| (|Matrix| |#1|)) (|Vector| $)) "\\spad{structuralConstants([v1,v2,...,vm])} calculates the structural constants \\spad{[(gammaijk) for k in 1..m]} defined by \\spad{vi * vj = gammaij1 * v1 + ... + gammaijm * vm},{} where \\spad{[v1,...,vm]} is an \\spad{R}-module basis of a subalgebra.")) (|conditionsForIdempotents| (((|List| (|Polynomial| |#1|)) (|Vector| $)) "\\spad{conditionsForIdempotents([v1,...,vn])} determines a complete list of polynomial equations for the coefficients of idempotents with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rank| (((|PositiveInteger|)) "\\spad{rank()} returns the rank of the algebra as \\spad{R}-module.")) (|someBasis| (((|Vector| $)) "\\spad{someBasis()} returns some \\spad{R}-module basis.")))
-((-4459 |has| |#1| (-568)) (-4457 . T) (-4456 . T))
+((-4461 |has| |#1| (-568)) (-4459 . T) (-4458 . T))
NIL
(-379)
((|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.")))
@@ -1454,7 +1454,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (QUOTE (-374))))
(-381 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.")))
-((-4456 . T) (-4457 . T) (-4459 . T))
+((-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-382 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.")))
@@ -1463,14 +1463,14 @@ NIL
(-383 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 -4463)) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1119))))
+((|HasAttribute| |#1| (QUOTE -4465)) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1121))))
(-384 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]}.")))
-((-4462 . T))
+((-4464 . T))
NIL
(-385 |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) (-4457 . T) (-4456 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4459 . T) (-4458 . T))
NIL
(-386 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.")))
@@ -1490,7 +1490,7 @@ NIL
NIL
(-390)
((|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{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}.")))
-((-4445 . T) (-4453 . T) (-4163 . T) (-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4447 . T) (-4455 . T) (-2642 . T) (-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-391 |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}.")))
@@ -1498,11 +1498,11 @@ NIL
NIL
(-392 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}")))
-((-4457 . T) (-4456 . T))
+((-4459 . T) (-4458 . T))
((|HasCategory| |#1| (QUOTE (-174))))
(-393 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}.")))
-((-4457 . T) (-4456 . T))
+((-4459 . T) (-4458 . T))
NIL
(-394)
((|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}.")))
@@ -1514,7 +1514,7 @@ NIL
NIL
(-396 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.")))
-((-4457 . T) (-4456 . T))
+((-4459 . T) (-4458 . T))
((|HasCategory| |#1| (QUOTE (-174))))
(-397 S)
((|constructor| (NIL "A free monoid on a set \\spad{S} is the monoid of finite products of the form \\spad{reduce(*,[si ** ni])} where the \\spad{si}\\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.")))
@@ -1526,7 +1526,7 @@ NIL
((|HasCategory| |#1| (QUOTE (-862))))
(-399)
((|constructor| (NIL "A category of domains which model machine arithmetic used by machines in the AXIOM-NAG link.")))
-((-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-400)
((|constructor| (NIL "This domain provides an interface to names in the file system.")))
@@ -1538,13 +1538,13 @@ NIL
NIL
(-402 |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")))
-((-4457 . T) (-4456 . T))
+((-4459 . T) (-4458 . T))
NIL
(-403)
((|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
-(-404 -1956 UP UPUP R)
+(-404 -2117 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
@@ -1568,11 +1568,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
-(-410 -2624 |returnType| -1924 |symbols|)
+(-410 -4149 |returnType| -4285 |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
-(-411 -1956 UP)
+(-411 -2117 UP)
((|constructor| (NIL "\\indented{1}{Full partial fraction expansion of rational functions} Author: Manuel Bronstein Date Created: 9 December 1992 Date Last Updated: June 18,{} 2010 References: \\spad{M}.Bronstein & \\spad{B}.Salvy,{} \\indented{12}{Full Partial Fraction Decomposition of Rational Functions,{}} \\indented{12}{in Proceedings of ISSAC'93,{} Kiev,{} ACM Press.}")) (|construct| (($ (|List| (|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |center| |#2|) (|:| |num| |#2|)))) "\\spad{construct(l)} is the inverse of fracPart.")) (|fracPart| (((|List| (|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |center| |#2|) (|:| |num| |#2|))) $) "\\spad{fracPart(f)} returns the list of summands of the fractional part of \\spad{f}.")) (|polyPart| ((|#2| $) "\\spad{polyPart(f)} returns the polynomial part of \\spad{f}.")) (|fullPartialFraction| (($ (|Fraction| |#2|)) "\\spad{fullPartialFraction(f)} returns \\spad{[p, [[j, Dj, Hj]...]]} such that \\spad{f = p(x) + \\sum_{[j,Dj,Hj] in l} \\sum_{Dj(a)=0} Hj(a)/(x - a)\\^j}.")) (+ (($ |#2| $) "\\spad{p + x} returns the sum of \\spad{p} and \\spad{x}")))
NIL
NIL
@@ -1586,15 +1586,15 @@ NIL
NIL
(-414)
((|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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-415 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 -4445)) (|HasAttribute| |#1| (QUOTE -4453)))
+((|HasAttribute| |#1| (QUOTE -4447)) (|HasAttribute| |#1| (QUOTE -4455)))
(-416)
((|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\".")))
-((-4163 . T) (-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-2642 . T) (-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-417 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.")))
@@ -1606,20 +1606,20 @@ NIL
NIL
(-419 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.")))
-((-4449 -12 (|has| |#1| (-6 -4460)) (|has| |#1| (-464)) (|has| |#1| (-6 -4449))) (-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-926))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-840)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (QUOTE (-1041))) (|HasCategory| |#1| (QUOTE (-832))) (-2755 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-862)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-840)))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-1171))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-390)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-840)))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-840))))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (-12 (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-840))))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#1| (LIST (QUOTE -526) (QUOTE (-1195)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -296) (|devaluate| |#1|) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-840)))) (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-557))) (-12 (|HasAttribute| |#1| (QUOTE -4460)) (|HasAttribute| |#1| (QUOTE -4449)) (|HasCategory| |#1| (QUOTE (-464)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-146)))))
+((-4451 -12 (|has| |#1| (-6 -4462)) (|has| |#1| (-464)) (|has| |#1| (-6 -4451))) (-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-928))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-840)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (QUOTE (-1043))) (|HasCategory| |#1| (QUOTE (-832))) (-3795 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-862)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-840)))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-1173))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-390)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-840)))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-840))))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (-12 (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-840))))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#1| (LIST (QUOTE -526) (QUOTE (-1197)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -296) (|devaluate| |#1|) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-840)))) (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-557))) (-12 (|HasAttribute| |#1| (QUOTE -4462)) (|HasAttribute| |#1| (QUOTE -4451)) (|HasCategory| |#1| (QUOTE (-464)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-146)))))
(-420 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(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
(-421 R UP)
((|constructor| (NIL "A \\spadtype{FramedAlgebra} is a \\spadtype{FiniteRankAlgebra} together with a fixed \\spad{R}-module basis.")) (|regularRepresentation| (((|Matrix| |#1|) $) "\\spad{regularRepresentation(a)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the fixed basis.")) (|discriminant| ((|#1|) "\\spad{discriminant()} = determinant(traceMatrix()).")) (|traceMatrix| (((|Matrix| |#1|)) "\\spad{traceMatrix()} is the \\spad{n}-by-\\spad{n} matrix ( \\spad{Tr(vi * vj)} ),{} where \\spad{v1},{} ...,{} \\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.")))
-((-4456 . T) (-4457 . T) (-4459 . T))
+((-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-422 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")))
NIL
-((|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))))
+((|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))))
(-423 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")))
NIL
@@ -1628,14 +1628,14 @@ 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
-(-425 R -1956 UP A)
+(-425 R -2117 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)}.")))
-((-4459 . T))
+((-4461 . T))
NIL
-(-426 R -1956 UP A |ibasis|)
+(-426 R -2117 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 -1057) (|devaluate| |#2|))))
+((|HasCategory| |#4| (LIST (QUOTE -1059) (|devaluate| |#2|))))
(-427 AR R AS S)
((|constructor| (NIL "FramedNonAssociativeAlgebraFunctions2 implements functions between two framed non associative algebra domains defined over different rings. The function map is used to coerce between algebras over different domains having the same structural constants.")) (|map| ((|#3| (|Mapping| |#4| |#2|) |#1|) "\\spad{map(f,u)} maps \\spad{f} onto the coordinates of \\spad{u} to get an element in \\spad{AS} via identification of the basis of \\spad{AR} as beginning part of the basis of \\spad{AS}.")))
NIL
@@ -1646,12 +1646,12 @@ NIL
((|HasCategory| |#2| (QUOTE (-374))))
(-429 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{vi * vj = gammaij1 * v1 + ... + gammaijn * vn},{} where \\spad{v1},{}...,{}\\spad{vn} is the fixed \\spad{R}-module basis.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $)) "\\spad{coordinates([a1,...,am])} returns a matrix whose \\spad{i}-th row is formed by the coordinates of \\spad{ai} with respect to the fixed \\spad{R}-module basis.") (((|Vector| |#1|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|basis| (((|Vector| $)) "\\spad{basis()} returns the fixed \\spad{R}-module basis.")))
-((-4459 |has| |#1| (-568)) (-4457 . T) (-4456 . T))
+((-4461 |has| |#1| (-568)) (-4459 . T) (-4458 . T))
NIL
(-430 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.")))
-((-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (LIST (QUOTE -526) (QUOTE (-1195)) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -319) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -296) (QUOTE $) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-1240))) (-2755 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-1240)))) (|HasCategory| |#1| (QUOTE (-1041))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -526) (QUOTE (-1195)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -296) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-464))))
+((-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (LIST (QUOTE -526) (QUOTE (-1197)) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -319) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -296) (QUOTE $) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-1242))) (-3795 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-1242)))) (|HasCategory| |#1| (QUOTE (-1043))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -526) (QUOTE (-1197)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -296) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-464))))
(-431 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
@@ -1678,37 +1678,37 @@ NIL
((|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-379))))
(-437 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}.")))
-((-4462 . T) (-4452 . T) (-4463 . T))
+((-4464 . T) (-4454 . T) (-4465 . T))
NIL
-(-438 R -1956)
+(-438 R -2117)
((|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
(-439 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")))
-((-4449 -12 (|has| |#1| (-6 -4449)) (|has| |#2| (-6 -4449))) (-4456 . T) (-4457 . T) (-4459 . T))
-((-12 (|HasAttribute| |#1| (QUOTE -4449)) (|HasAttribute| |#2| (QUOTE -4449))))
-(-440 R -1956)
+((-4451 -12 (|has| |#1| (-6 -4451)) (|has| |#2| (-6 -4451))) (-4458 . T) (-4459 . T) (-4461 . T))
+((-12 (|HasAttribute| |#1| (QUOTE -4451)) (|HasAttribute| |#2| (QUOTE -4451))))
+(-440 R -2117)
((|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
(-441 S R)
((|constructor| (NIL "A space of formal functions with arguments in an arbitrary ordered set.")) (|univariate| (((|Fraction| (|SparseUnivariatePolynomial| $)) $ (|Kernel| $)) "\\spad{univariate(f, k)} returns \\spad{f} viewed as a univariate fraction in \\spad{k}.")) (/ (($ (|SparseMultivariatePolynomial| |#2| (|Kernel| $)) (|SparseMultivariatePolynomial| |#2| (|Kernel| $))) "\\spad{p1/p2} returns the quotient of \\spad{p1} and \\spad{p2} as an element of \\%.")) (|denominator| (($ $) "\\spad{denominator(f)} returns the denominator of \\spad{f} converted to \\%.")) (|denom| (((|SparseMultivariatePolynomial| |#2| (|Kernel| $)) $) "\\spad{denom(f)} returns the denominator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|convert| (($ (|Factored| $)) "\\spad{convert(f1\\^e1 ... fm\\^em)} returns \\spad{(f1)\\^e1 ... (fm)\\^em} as an element of \\%,{} using formal kernels created using a \\spadfunFrom{paren}{ExpressionSpace}.")) (|isPower| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isPower(p)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|numerator| (($ $) "\\spad{numerator(f)} returns the numerator of \\spad{f} converted to \\%.")) (|numer| (((|SparseMultivariatePolynomial| |#2| (|Kernel| $)) $) "\\spad{numer(f)} returns the numerator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R} if \\spad{R} is an integral domain. If not,{} then numer(\\spad{f}) = \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|coerce| (($ (|Fraction| (|Polynomial| (|Fraction| |#2|)))) "\\spad{coerce(f)} returns \\spad{f} as an element of \\%.") (($ (|Polynomial| (|Fraction| |#2|))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.") (($ (|Fraction| |#2|)) "\\spad{coerce(q)} returns \\spad{q} as an element of \\%.") (($ (|SparseMultivariatePolynomial| |#2| (|Kernel| $))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.")) (|isMult| (((|Union| (|Record| (|:| |coef| (|Integer|)) (|:| |var| (|Kernel| $))) "failed") $) "\\spad{isMult(p)} returns \\spad{[n, x]} if \\spad{p = n * x} and \\spad{n <> 0}.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[m1,...,mn]} if \\spad{p = m1 +...+ mn} and \\spad{n > 1}.")) (|isExpt| (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|Symbol|)) "\\spad{isExpt(p,f)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = f(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|BasicOperator|)) "\\spad{isExpt(p,op)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = op(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,...,an]} if \\spad{p = a1*...*an} and \\spad{n > 1}.")) (** (($ $ (|NonNegativeInteger|)) "\\spad{x**n} returns \\spad{x} * \\spad{x} * \\spad{x} * ... * \\spad{x} (\\spad{n} times).")) (|eval| (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ $)) "\\spad{eval(x, s, n, f)} replaces every \\spad{s(a)**n} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, n, f)} replaces every \\spad{s(a1,...,am)**n} in \\spad{x} by \\spad{f(a1,...,am)} for any a1,{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [n1,...,nm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)**ni} in \\spad{x} by \\spad{fi(a1,...,an)} for any a1,{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [n1,...,nm], [f1,...,fm])} replaces every \\spad{si(a)**ni} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.") (($ $ (|List| (|BasicOperator|)) (|List| $) (|Symbol|)) "\\spad{eval(x, [s1,...,sm], [f1,...,fm], y)} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $ (|BasicOperator|) $ (|Symbol|)) "\\spad{eval(x, s, f, y)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $) "\\spad{eval(f)} unquotes all the quoted operators in \\spad{f}.") (($ $ (|List| (|Symbol|))) "\\spad{eval(f, [foo1,...,foon])} unquotes all the \\spad{fooi}\\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| ((|#2| $) "\\spad{ground(f)} returns \\spad{f} as an element of \\spad{R}. An error occurs if \\spad{f} is not an element of \\spad{R}.")) (|ground?| (((|Boolean|) $) "\\spad{ground?(f)} tests if \\spad{f} is an element of \\spad{R}.")))
NIL
-((|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-485))) (|HasCategory| |#2| (QUOTE (-1131))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548)))))
+((|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-485))) (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548)))))
(-442 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{si(a1,...,an)**ni} in \\spad{x} by \\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{si(a)**ni} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.") (($ $ (|List| (|BasicOperator|)) (|List| $) (|Symbol|)) "\\spad{eval(x, [s1,...,sm], [f1,...,fm], y)} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $ (|BasicOperator|) $ (|Symbol|)) "\\spad{eval(x, s, f, y)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $) "\\spad{eval(f)} unquotes all the quoted operators in \\spad{f}.") (($ $ (|List| (|Symbol|))) "\\spad{eval(f, [foo1,...,foon])} unquotes all the \\spad{fooi}\\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}.")))
-((-4459 -2755 (|has| |#1| (-1068)) (|has| |#1| (-485))) (-4457 |has| |#1| (-174)) (-4456 |has| |#1| (-174)) ((-4464 "*") |has| |#1| (-568)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-568)) (-4454 |has| |#1| (-568)))
+((-4461 -3795 (|has| |#1| (-1070)) (|has| |#1| (-485))) (-4459 |has| |#1| (-174)) (-4458 |has| |#1| (-174)) ((-4466 "*") |has| |#1| (-568)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-568)) (-4456 |has| |#1| (-568)))
NIL
-(-443 R -1956)
+(-443 R -2117)
((|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
-(-444 R -1956)
+(-444 R -2117)
((|constructor| (NIL "FunctionsSpacePrimitiveElement provides functions to compute primitive elements in functions spaces.")) (|primitiveElement| (((|Record| (|:| |primelt| |#2|) (|:| |pol1| (|SparseUnivariatePolynomial| |#2|)) (|:| |pol2| (|SparseUnivariatePolynomial| |#2|)) (|:| |prim| (|SparseUnivariatePolynomial| |#2|))) |#2| |#2|) "\\spad{primitiveElement(a1, a2)} returns \\spad{[a, q1, q2, q]} such that \\spad{k(a1, a2) = k(a)},{} \\spad{ai = qi(a)},{} and \\spad{q(a) = 0}. The minimal polynomial for 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{ai = qi(a)},{} and \\spad{q(a) = 0}. This operation uses the technique of \\spadglossSee{groebner bases}{Groebner basis}.")))
NIL
((|HasCategory| |#2| (QUOTE (-27))))
-(-445 R -1956)
+(-445 R -2117)
((|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
@@ -1716,10 +1716,10 @@ NIL
((|constructor| (NIL "Creates and manipulates objects which correspond to the basic FORTRAN data types: REAL,{} INTEGER,{} COMPLEX,{} LOGICAL and CHARACTER")) (= (((|Boolean|) $ $) "\\spad{x=y} tests for equality")) (|logical?| (((|Boolean|) $) "\\spad{logical?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type LOGICAL.")) (|character?| (((|Boolean|) $) "\\spad{character?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type CHARACTER.")) (|doubleComplex?| (((|Boolean|) $) "\\spad{doubleComplex?(t)} tests whether \\spad{t} is equivalent to the (non-standard) FORTRAN type DOUBLE COMPLEX.")) (|complex?| (((|Boolean|) $) "\\spad{complex?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type COMPLEX.")) (|integer?| (((|Boolean|) $) "\\spad{integer?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type INTEGER.")) (|double?| (((|Boolean|) $) "\\spad{double?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type DOUBLE PRECISION")) (|real?| (((|Boolean|) $) "\\spad{real?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type REAL.")) (|coerce| (((|SExpression|) $) "\\spad{coerce(x)} returns the \\spad{s}-expression associated with \\spad{x}") (((|Symbol|) $) "\\spad{coerce(x)} returns the symbol associated with \\spad{x}") (($ (|Symbol|)) "\\spad{coerce(s)} transforms the symbol \\spad{s} into an element of FortranScalarType provided \\spad{s} is one of real,{} complex,{}double precision,{} logical,{} integer,{} character,{} REAL,{} COMPLEX,{} LOGICAL,{} INTEGER,{} CHARACTER,{} DOUBLE PRECISION") (($ (|String|)) "\\spad{coerce(s)} transforms the string \\spad{s} into an element of FortranScalarType provided \\spad{s} is one of \"real\",{} \"double precision\",{} \"complex\",{} \"logical\",{} \"integer\",{} \"character\",{} \"REAL\",{} \"COMPLEX\",{} \"LOGICAL\",{} \"INTEGER\",{} \"CHARACTER\",{} \"DOUBLE PRECISION\"")))
NIL
NIL
-(-447 R -1956 UP)
+(-447 R -2117 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 -1057) (QUOTE (-48)))))
+((|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-48)))))
(-448)
((|constructor| (NIL "Code to manipulate Fortran templates")) (|fortranCarriageReturn| (((|Void|)) "\\spad{fortranCarriageReturn()} produces a carriage return on the current Fortran output stream")) (|fortranLiteral| (((|Void|) (|String|)) "\\spad{fortranLiteral(s)} writes \\spad{s} to the current Fortran output stream")) (|fortranLiteralLine| (((|Void|) (|String|)) "\\spad{fortranLiteralLine(s)} writes \\spad{s} to the current Fortran output stream,{} followed by a carriage return")) (|processTemplate| (((|FileName|) (|FileName|)) "\\spad{processTemplate(tp)} processes the template \\spad{tp},{} writing the result to the current FORTRAN output stream.") (((|FileName|) (|FileName|) (|FileName|)) "\\spad{processTemplate(tp,fn)} processes the template \\spad{tp},{} writing the result out to \\spad{fn}.")))
NIL
@@ -1748,7 +1748,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
-(-455 R UP -1956)
+(-455 R UP -2117)
((|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
@@ -1786,16 +1786,16 @@ NIL
NIL
(-464)
((|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}.")))
-((-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-465 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")))
-((-4459 |has| (-419 (-969 |#1|)) (-568)) (-4457 . T) (-4456 . T))
-((|HasCategory| (-419 (-969 |#1|)) (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| (-419 (-969 |#1|)) (QUOTE (-568))))
+((-4461 |has| (-419 (-971 |#1|)) (-568)) (-4459 . T) (-4458 . T))
+((|HasCategory| (-419 (-971 |#1|)) (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| (-419 (-971 |#1|)) (QUOTE (-568))))
(-466 |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")))
-(((-4464 "*") |has| |#2| (-174)) (-4455 |has| |#2| (-568)) (-4460 |has| |#2| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#2| (QUOTE (-926))) (-2755 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-926)))) (-2755 (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-926)))) (-2755 (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-926)))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-174))) (-2755 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-568)))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-390))))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-576))))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390)))))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576)))))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374))) (|HasAttribute| |#2| (QUOTE -4460)) (|HasCategory| |#2| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-926)))) (|HasCategory| |#2| (QUOTE (-146)))))
+(((-4466 "*") |has| |#2| (-174)) (-4457 |has| |#2| (-568)) (-4462 |has| |#2| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#2| (QUOTE (-928))) (-3795 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-928)))) (-3795 (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-928)))) (-3795 (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-928)))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-174))) (-3795 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-568)))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-390))))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-576))))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390)))))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576)))))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374))) (|HasAttribute| |#2| (QUOTE -4462)) (|HasCategory| |#2| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-928)))) (|HasCategory| |#2| (QUOTE (-146)))))
(-467 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
@@ -1822,7 +1822,7 @@ NIL
NIL
(-473 |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")))
-((-4457 . T) (-4456 . T))
+((-4459 . T) (-4458 . T))
NIL
(-474 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}.")))
@@ -1830,8 +1830,8 @@ NIL
NIL
(-475 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}}.")))
-((-4463 . T) (-4462 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1119))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#4| (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#4| (QUOTE (-102))))
+((-4465 . T) (-4464 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1121))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#4| (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#4| (QUOTE (-102))))
(-476 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}.")))
NIL
@@ -1860,7 +1860,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
-(-483 |lv| -1956 R)
+(-483 |lv| -2117 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
@@ -1870,23 +1870,23 @@ NIL
NIL
(-485)
((|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}.")))
-((-4459 . T))
+((-4461 . T))
NIL
(-486 |Coef| |var| |cen|)
((|constructor| (NIL "This is a category of univariate Puiseux series constructed from univariate Laurent series. A Puiseux series is represented by a pair \\spad{[r,f(x)]},{} where \\spad{r} is a positive rational number and \\spad{f(x)} is a Laurent series. This pair represents the Puiseux series \\spad{f(x\\^r)}.")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|coerce| (($ (|UnivariatePuiseuxSeries| |#1| |#2| |#3|)) "\\spad{coerce(f)} converts a Puiseux series to a general power series.") (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Puiseux series.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-374)) (-4454 |has| |#1| (-374)) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|)))) (|HasCategory| (-419 (-576)) (QUOTE (-1131))) (|HasCategory| |#1| (QUOTE (-374))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasSignature| |#1| (LIST (QUOTE -3567) (LIST (|devaluate| |#1|) (QUOTE (-1195)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (-2755 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-976))) (|HasCategory| |#1| (QUOTE (-1221))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -2092) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1195))))) (|HasSignature| |#1| (LIST (QUOTE -1960) (LIST (LIST (QUOTE -656) (QUOTE (-1195))) (|devaluate| |#1|)))))))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-374)) (-4456 |has| |#1| (-374)) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|)))) (|HasCategory| (-419 (-576)) (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-374))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasSignature| |#1| (LIST (QUOTE -4114) (LIST (|devaluate| |#1|) (QUOTE (-1197)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (-3795 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-978))) (|HasCategory| |#1| (QUOTE (-1223))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -1488) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1197))))) (|HasSignature| |#1| (LIST (QUOTE -1583) (LIST (LIST (QUOTE -656) (QUOTE (-1197))) (|devaluate| |#1|)))))))
(-487 |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.")))
-((-4463 . T))
-((-12 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -4298) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -4437) (|devaluate| |#2|)))))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-862))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))))
+((-4465 . T))
+((-12 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2240) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2904) (|devaluate| |#2|)))))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-862))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))))
(-488 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)}")))
-((-4463 . T) (-4462 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1119))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#4| (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#4| (QUOTE (-102))))
+((-4465 . T) (-4464 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1121))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#4| (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#4| (QUOTE (-102))))
(-489)
((|constructor| (NIL "\\indented{1}{Symbolic fractions in \\%\\spad{pi} with integer coefficients;} \\indented{1}{The point for using \\spad{Pi} as the default domain for those fractions} \\indented{1}{is that \\spad{Pi} is coercible to the float types,{} and not Expression.} Date Created: 21 Feb 1990 Date Last Updated: 12 Mai 1992")) (|pi| (($) "\\spad{pi()} returns the symbolic \\%\\spad{pi}.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-490)
((|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'.")))
@@ -1894,29 +1894,29 @@ NIL
NIL
(-491 |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.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -4298) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -4437) (|devaluate| |#2|)))))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1119))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))))
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2240) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2904) (|devaluate| |#2|)))))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1121))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))))
(-492)
((|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
(-493 |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")))
-(((-4464 "*") |has| |#2| (-174)) (-4455 |has| |#2| (-568)) (-4460 |has| |#2| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#2| (QUOTE (-926))) (-2755 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-926)))) (-2755 (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-926)))) (-2755 (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-926)))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-174))) (-2755 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-568)))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-390))))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-576))))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390)))))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576)))))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374))) (|HasAttribute| |#2| (QUOTE -4460)) (|HasCategory| |#2| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-926)))) (|HasCategory| |#2| (QUOTE (-146)))))
-(-494 -2701 S)
+(((-4466 "*") |has| |#2| (-174)) (-4457 |has| |#2| (-568)) (-4462 |has| |#2| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#2| (QUOTE (-928))) (-3795 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-928)))) (-3795 (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-928)))) (-3795 (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-928)))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-174))) (-3795 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-568)))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-390))))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-576))))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390)))))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576)))))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374))) (|HasAttribute| |#2| (QUOTE -4462)) (|HasCategory| |#2| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-928)))) (|HasCategory| |#2| (QUOTE (-146)))))
+(-494 -1911 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}.")))
-((-4456 |has| |#2| (-1068)) (-4457 |has| |#2| (-1068)) (-4459 |has| |#2| (-6 -4459)) (-4462 . T))
-((-2755 (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))))) (-2755 (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1119)))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1068)))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#2| (QUOTE (-374))) (-2755 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1068)))) (-2755 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-374)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (-2755 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-379))) (-2755 (-12 (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1068)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1068)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1068)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1068)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1068)))) (|HasCategory| |#2| (QUOTE (-238))) (-2755 (|HasCategory| |#2| (QUOTE (-238))) (-12 (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#2| (QUOTE (-1068))))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1195)))))) (|HasCategory| |#2| (QUOTE (-1119))) (-2755 (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-132)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-174)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-238)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-379)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-738)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-805)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-862)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1068)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1119))))) (-2755 (-12 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1068))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))))) (-2755 (-12 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))))) (|HasCategory| (-576) (QUOTE (-862))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#2| (QUOTE (-1068)))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1195))))) (-2755 (|HasCategory| |#2| (QUOTE (-1068))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1119)))) (|HasAttribute| |#2| (QUOTE -4459)) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1068)))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195))))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))))
+((-4458 |has| |#2| (-1070)) (-4459 |has| |#2| (-1070)) (-4461 |has| |#2| (-6 -4461)) (-4464 . T))
+((-3795 (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))))) (-3795 (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1121)))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1070)))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#2| (QUOTE (-374))) (-3795 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1070)))) (-3795 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-374)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (-3795 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-379))) (-3795 (-12 (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1070)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1070)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1070)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1070)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1070)))) (|HasCategory| |#2| (QUOTE (-238))) (-3795 (|HasCategory| |#2| (QUOTE (-238))) (-12 (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#2| (QUOTE (-1070))))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -919) (QUOTE (-1197)))))) (|HasCategory| |#2| (QUOTE (-1121))) (-3795 (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-132)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-174)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-238)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-379)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-738)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-805)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-862)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1070)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1121))))) (-3795 (-12 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1070))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))))) (-3795 (-12 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))))) (|HasCategory| (-576) (QUOTE (-862))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#2| (QUOTE (-1070)))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -919) (QUOTE (-1197))))) (-3795 (|HasCategory| |#2| (QUOTE (-1070))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1121)))) (|HasAttribute| |#2| (QUOTE -4461)) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1070)))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197))))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))))
(-495)
((|constructor| (NIL "This domain represents the header of a definition.")) (|parameters| (((|List| (|ParameterAst|)) $) "\\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| (|ParameterAst|))) "\\spad{headAst(f,[x1,..,xn])} constructs a function definition header.")))
NIL
NIL
(-496 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}.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
-(-497 -1956 UP UPUP R)
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
+(-497 -2117 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
@@ -1926,12 +1926,12 @@ NIL
NIL
(-499)
((|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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| (-576) (QUOTE (-926))) (|HasCategory| (-576) (LIST (QUOTE -1057) (QUOTE (-1195)))) (|HasCategory| (-576) (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-148))) (|HasCategory| (-576) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-576) (QUOTE (-1041))) (|HasCategory| (-576) (QUOTE (-832))) (-2755 (|HasCategory| (-576) (QUOTE (-832))) (|HasCategory| (-576) (QUOTE (-862)))) (|HasCategory| (-576) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| (-576) (QUOTE (-1171))) (|HasCategory| (-576) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| (-576) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| (-576) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| (-576) (QUOTE (-237))) (|HasCategory| (-576) (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| (-576) (QUOTE (-238))) (|HasCategory| (-576) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-576) (LIST (QUOTE -526) (QUOTE (-1195)) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -319) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -296) (QUOTE (-576)) (QUOTE (-576)))) (|HasCategory| (-576) (QUOTE (-317))) (|HasCategory| (-576) (QUOTE (-557))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-576) (LIST (QUOTE -651) (QUOTE (-576)))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-926)))) (|HasCategory| (-576) (QUOTE (-146)))))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| (-576) (QUOTE (-928))) (|HasCategory| (-576) (LIST (QUOTE -1059) (QUOTE (-1197)))) (|HasCategory| (-576) (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-148))) (|HasCategory| (-576) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-576) (QUOTE (-1043))) (|HasCategory| (-576) (QUOTE (-832))) (-3795 (|HasCategory| (-576) (QUOTE (-832))) (|HasCategory| (-576) (QUOTE (-862)))) (|HasCategory| (-576) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| (-576) (QUOTE (-1173))) (|HasCategory| (-576) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| (-576) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| (-576) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| (-576) (QUOTE (-237))) (|HasCategory| (-576) (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| (-576) (QUOTE (-238))) (|HasCategory| (-576) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-576) (LIST (QUOTE -526) (QUOTE (-1197)) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -319) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -296) (QUOTE (-576)) (QUOTE (-576)))) (|HasCategory| (-576) (QUOTE (-317))) (|HasCategory| (-576) (QUOTE (-557))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-576) (LIST (QUOTE -651) (QUOTE (-576)))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-928)))) (|HasCategory| (-576) (QUOTE (-146)))))
(-500 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 -4462)) (|HasAttribute| |#1| (QUOTE -4463)) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874)))))
+((|HasAttribute| |#1| (QUOTE -4464)) (|HasAttribute| |#1| (QUOTE -4465)) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876)))))
(-501 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
@@ -1952,34 +1952,34 @@ 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
-(-506 -1956 UP |AlExt| |AlPol|)
+(-506 -2117 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
(-507)
((|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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| $ (QUOTE (-1068))) (|HasCategory| $ (LIST (QUOTE -1057) (QUOTE (-576)))))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| $ (QUOTE (-1070))) (|HasCategory| $ (LIST (QUOTE -1059) (QUOTE (-576)))))
(-508 S |mn|)
((|constructor| (NIL "\\indented{1}{Author Micheal Monagan Aug/87} This is the basic one dimensional array data type.")))
-((-4463 . T) (-4462 . T))
-((-2755 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
+((-4465 . T) (-4464 . T))
+((-3795 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
(-509 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.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
(-510 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
-(-511 R UP -1956)
+(-511 R UP -2117)
((|constructor| (NIL "This package contains functions used in the packages FunctionFieldIntegralBasis and NumberFieldIntegralBasis.")) (|moduleSum| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) (|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) (|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|)))) "\\spad{moduleSum(m1,m2)} returns the sum of two modules in the framed algebra \\spad{F}. Each module \\spad{mi} is represented as follows: \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn} and \\spad{mi} is a record \\spad{[basis,basisDen,basisInv]}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then a basis \\spad{v1,...,vn} for \\spad{mi} is given by \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|idealiserMatrix| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{idealiserMatrix(m1, m2)} returns the matrix representing the linear conditions on the Ring associatied with an ideal defined by \\spad{m1} and \\spad{m2}.")) (|idealiser| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) |#1|) "\\spad{idealiser(m1,m2,d)} computes the order of an ideal defined by \\spad{m1} and \\spad{m2} where \\spad{d} is the known part of the denominator") (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{idealiser(m1,m2)} computes the order of an ideal defined by \\spad{m1} and \\spad{m2}")) (|leastPower| (((|NonNegativeInteger|) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{leastPower(p,n)} returns \\spad{e},{} where \\spad{e} is the smallest integer such that \\spad{p **e >= n}")) (|divideIfCan!| ((|#1| (|Matrix| |#1|) (|Matrix| |#1|) |#1| (|Integer|)) "\\spad{divideIfCan!(matrix,matrixOut,prime,n)} attempts to divide the entries of \\spad{matrix} by \\spad{prime} and store the result in \\spad{matrixOut}. If it is successful,{} 1 is returned and if not,{} \\spad{prime} is returned. Here both \\spad{matrix} and \\spad{matrixOut} are \\spad{n}-by-\\spad{n} upper triangular matrices.")) (|matrixGcd| ((|#1| (|Matrix| |#1|) |#1| (|NonNegativeInteger|)) "\\spad{matrixGcd(mat,sing,n)} is \\spad{gcd(sing,g)} where \\spad{g} is the \\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
(-512 |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}.")))
-((-4463 . T) (-4462 . T))
-((-12 (|HasCategory| (-112) (QUOTE (-1119))) (|HasCategory| (-112) (LIST (QUOTE -319) (QUOTE (-112))))) (|HasCategory| (-112) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-112) (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-112) (QUOTE (-1119))) (|HasCategory| (-112) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-112) (QUOTE (-102))))
+((-4465 . T) (-4464 . T))
+((-12 (|HasCategory| (-112) (QUOTE (-1121))) (|HasCategory| (-112) (LIST (QUOTE -319) (QUOTE (-112))))) (|HasCategory| (-112) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-112) (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-112) (QUOTE (-1121))) (|HasCategory| (-112) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-112) (QUOTE (-102))))
(-513 K R UP L)
((|constructor| (NIL "IntegralBasisPolynomialTools provides functions for \\indented{1}{mapping functions on the coefficients of univariate and bivariate} \\indented{1}{polynomials.}")) (|mapBivariate| (((|SparseUnivariatePolynomial| (|SparseUnivariatePolynomial| |#4|)) (|Mapping| |#4| |#1|) |#3|) "\\spad{mapBivariate(f,p(x,y))} applies the function \\spad{f} to the coefficients of \\spad{p(x,y)}.")) (|mapMatrixIfCan| (((|Union| (|Matrix| |#2|) "failed") (|Mapping| (|Union| |#1| "failed") |#4|) (|Matrix| (|SparseUnivariatePolynomial| |#4|))) "\\spad{mapMatrixIfCan(f,mat)} applies the function \\spad{f} to the coefficients of the entries of \\spad{mat} if possible,{} and returns \\spad{\"failed\"} otherwise.")) (|mapUnivariateIfCan| (((|Union| |#2| "failed") (|Mapping| (|Union| |#1| "failed") |#4|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{mapUnivariateIfCan(f,p(x))} applies the function \\spad{f} to the coefficients of \\spad{p(x)},{} if possible,{} and returns \\spad{\"failed\"} otherwise.")) (|mapUnivariate| (((|SparseUnivariatePolynomial| |#4|) (|Mapping| |#4| |#1|) |#2|) "\\spad{mapUnivariate(f,p(x))} applies the function \\spad{f} to the coefficients of \\spad{p(x)}.") ((|#2| (|Mapping| |#1| |#4|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{mapUnivariate(f,p(x))} applies the function \\spad{f} to the coefficients of \\spad{p(x)}.")))
NIL
@@ -1992,10 +1992,10 @@ 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{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{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
-(-516 -1956 |Expon| |VarSet| |DPoly|)
+(-516 -2117 |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 -626) (QUOTE (-1195)))))
+((|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-1197)))))
(-517 |vl| |nv|)
((|constructor| (NIL "\\indented{2}{This package provides functions for the primary decomposition of} polynomial ideals over the rational numbers. The ideals are members of the \\spadtype{PolynomialIdeals} domain,{} and the polynomial generators are required to be from the \\spadtype{DistributedMultivariatePolynomial} domain.")) (|contract| (((|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|)))) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|)))) (|List| (|OrderedVariableList| |#1|))) "\\spad{contract(I,lvar)} contracts the ideal \\spad{I} to the polynomial ring \\spad{F[lvar]}.")) (|primaryDecomp| (((|List| (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{primaryDecomp(I)} returns a list of primary ideals such that their intersection is the ideal \\spad{I}.")) (|radical| (((|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|)))) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{radical(I)} returns the radical of the ideal \\spad{I}.")) (|prime?| (((|Boolean|) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{prime?(I)} tests if the ideal \\spad{I} is prime.")) (|zeroDimPrimary?| (((|Boolean|) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{zeroDimPrimary?(I)} tests if the ideal \\spad{I} is 0-dimensional primary.")) (|zeroDimPrime?| (((|Boolean|) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{zeroDimPrime?(I)} tests if the ideal \\spad{I} is a 0-dimensional prime.")))
NIL
@@ -2042,36 +2042,36 @@ NIL
((|HasCategory| |#2| (QUOTE (-804))))
(-528 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}")))
-((-4463 . T) (-4462 . T))
-((-2755 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
+((-4465 . T) (-4464 . T))
+((-3795 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
(-529)
((|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
(-530 |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}.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((-2755 (|HasCategory| (-593 |#1|) (QUOTE (-146))) (|HasCategory| (-593 |#1|) (QUOTE (-379)))) (|HasCategory| (-593 |#1|) (QUOTE (-148))) (|HasCategory| (-593 |#1|) (QUOTE (-379))) (|HasCategory| (-593 |#1|) (QUOTE (-146))))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((-3795 (|HasCategory| (-593 |#1|) (QUOTE (-146))) (|HasCategory| (-593 |#1|) (QUOTE (-379)))) (|HasCategory| (-593 |#1|) (QUOTE (-148))) (|HasCategory| (-593 |#1|) (QUOTE (-379))) (|HasCategory| (-593 |#1|) (QUOTE (-146))))
(-531 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}.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
(-532 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.")))
-((-4463 . T) (-4462 . T))
-((-2755 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
+((-4465 . T) (-4464 . T))
+((-3795 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
(-533 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 -4463)))
+((|HasAttribute| |#3| (QUOTE -4465)))
(-534 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 -4463)))
+((|HasAttribute| |#7| (QUOTE -4465)))
(-535 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.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-568))) (|HasAttribute| |#1| (QUOTE (-4464 "*"))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-568))) (|HasAttribute| |#1| (QUOTE (-4466 "*"))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
(-536)
((|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
@@ -2104,7 +2104,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
-(-544 K -1956 |Par|)
+(-544 K -2117 |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
@@ -2128,7 +2128,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
-(-550 K -1956 |Par|)
+(-550 K -2117 |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
@@ -2158,7 +2158,7 @@ NIL
NIL
(-557)
((|constructor| (NIL "An \\spad{IntegerNumberSystem} is a model for the integers.")) (|invmod| (($ $ $) "\\spad{invmod(a,b)},{} \\spad{0<=a<b>1},{} \\spad{(a,b)=1} means \\spad{1/a mod b}.")) (|powmod| (($ $ $ $) "\\spad{powmod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a**b mod p}.")) (|mulmod| (($ $ $ $) "\\spad{mulmod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a*b mod p}.")) (|submod| (($ $ $ $) "\\spad{submod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a-b mod p}.")) (|addmod| (($ $ $ $) "\\spad{addmod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a+b mod p}.")) (|mask| (($ $) "\\spad{mask(n)} returns \\spad{2**n-1} (an \\spad{n} bit mask).")) (|dec| (($ $) "\\spad{dec(x)} returns \\spad{x - 1}.")) (|inc| (($ $) "\\spad{inc(x)} returns \\spad{x + 1}.")) (|copy| (($ $) "\\spad{copy(n)} gives a copy of \\spad{n}.")) (|random| (($ $) "\\spad{random(a)} creates a random element from 0 to \\spad{a-1}.") (($) "\\spad{random()} creates a random element.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(n)} creates a rational number,{} or returns \"failed\" if this is not possible.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(n)} creates a rational number (see \\spadtype{Fraction Integer})..")) (|rational?| (((|Boolean|) $) "\\spad{rational?(n)} tests if \\spad{n} is a rational number (see \\spadtype{Fraction Integer}).")) (|symmetricRemainder| (($ $ $) "\\spad{symmetricRemainder(a,b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{ -b/2 <= r < b/2 }.")) (|positiveRemainder| (($ $ $) "\\spad{positiveRemainder(a,b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{0 <= r < b} and \\spad{r == a rem b}.")) (|bit?| (((|Boolean|) $ $) "\\spad{bit?(n,i)} returns \\spad{true} if and only if \\spad{i}-th bit of \\spad{n} is a 1.")) (|shift| (($ $ $) "\\spad{shift(a,i)} shift \\spad{a} by \\spad{i} digits.")) (|length| (($ $) "\\spad{length(a)} length of \\spad{a} in digits.")) (|base| (($) "\\spad{base()} returns the base for the operations of \\spad{IntegerNumberSystem}.")) (|multiplicativeValuation| ((|attribute|) "euclideanSize(a*b) returns \\spad{euclideanSize(a)*euclideanSize(b)}.")) (|even?| (((|Boolean|) $) "\\spad{even?(n)} returns \\spad{true} if and only if \\spad{n} is even.")) (|odd?| (((|Boolean|) $) "\\spad{odd?(n)} returns \\spad{true} if and only if \\spad{n} is odd.")))
-((-4460 . T) (-4461 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4462 . T) (-4463 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-558)
((|constructor| (NIL "This domain is a datatype for (signed) integer values of precision 16 bits.")))
@@ -2178,13 +2178,13 @@ NIL
NIL
(-562 |Key| |Entry| |addDom|)
((|constructor| (NIL "This domain is used to provide a conditional \"add\" domain for the implementation of \\spadtype{Table}.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -4298) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -4437) (|devaluate| |#2|)))))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1119))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))))
-(-563 R -1956)
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2240) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2904) (|devaluate| |#2|)))))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1121))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))))
+(-563 R -2117)
((|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
-(-564 R0 -1956 UP UPUP R)
+(-564 R0 -2117 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
@@ -2194,7 +2194,7 @@ NIL
NIL
(-566 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.")))
-((-4163 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-2642 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-567 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.")))
@@ -2202,9 +2202,9 @@ NIL
NIL
(-568)
((|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.")))
-((-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-569 R -1956)
+(-569 R -2117)
((|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,[[ci, gi]]]} such that the \\spad{gi}\\spad{'s} are among \\spad{[g1,...,gn]},{} and \\spad{d(h+sum(ci log(gi)))/dx = f},{} if possible,{} \"failed\" otherwise.")) (|lfextendedint| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "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
@@ -2216,7 +2216,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
-(-572 R -1956 L)
+(-572 R -2117 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,[[ci, ui]]]} such that the \\spad{ui}\\spad{'s} are among \\spad{[u1,...,un]} and \\spad{d(h + sum(ci log(ui)))/dx = f(x,y)} if such functions exist,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,y)dx = c f(t,y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}.") (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|List| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palglimint0(f, x, y, [u1,...,un], d, p)} returns functions \\spad{[h,[[ci, ui]]]} such that the \\spad{ui}\\spad{'s} are among \\spad{[u1,...,un]} and \\spad{d(h + sum(ci log(ui)))/dx = f(x,y)} if such functions exist,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2y(x)\\^2 = P(x)}.")) (|palgextint0| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "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 -668) (|devaluate| |#2|))))
@@ -2224,31 +2224,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
-(-574 -1956 UP UPUP R)
+(-574 -2117 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
-(-575 -1956 UP)
+(-575 -2117 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
(-576)
((|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.")))
-((-4444 . T) (-4450 . T) (-4454 . T) (-4449 . T) (-4460 . T) (-4461 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4446 . T) (-4452 . T) (-4456 . T) (-4451 . T) (-4462 . T) (-4463 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-577)
((|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
-(-578 R -1956 L)
+(-578 R -2117 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,[[ci, ui]]]} such that the \\spad{ui}\\spad{'s} are among \\spad{[u1,...,un]} and \\spad{d(h + sum(ci log(ui)))/dx = f(x,y)} if such functions exist,{} \"failed\" otherwise; \\spad{y} is an algebraic function of \\spad{x}.")) (|palgextint| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2|) "\\spad{palgextint(f, x, y, g)} returns functions \\spad{[h, c]} such that \\spad{dh/dx = f(x,y) - c g},{} where \\spad{y} is an algebraic function of \\spad{x}; returns \"failed\" if no such functions exist.")) (|palgint| (((|IntegrationResult| |#2|) |#2| (|Kernel| |#2|) (|Kernel| |#2|)) "\\spad{palgint(f, x, y)} returns the integral of \\spad{f(x,y)dx} where \\spad{y} is an algebraic function of \\spad{x}.")))
NIL
((|HasCategory| |#3| (LIST (QUOTE -668) (|devaluate| |#2|))))
-(-579 R -1956)
+(-579 R -2117)
((|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 -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-1158)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-641)))))
-(-580 -1956 UP)
+((-12 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-1160)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-641)))))
+(-580 -2117 UP)
((|constructor| (NIL "This package provides functions for the base case of the Risch algorithm.")) (|limitedint| (((|Union| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|)))))) "failed") (|Fraction| |#2|) (|List| (|Fraction| |#2|))) "\\spad{limitedint(f, [g1,...,gn])} returns fractions \\spad{[h,[[ci, gi]]]} such that the \\spad{gi}\\spad{'s} are among \\spad{[g1,...,gn]},{} \\spad{ci' = 0},{} and \\spad{(h+sum(ci log(gi)))' = f},{} if possible,{} \"failed\" otherwise.")) (|extendedint| (((|Union| (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Fraction| |#2|)) "\\spad{extendedint(f, g)} returns fractions \\spad{[h, c]} such that \\spad{c' = 0} and \\spad{h' = f - cg},{} if \\spad{(h, c)} exist,{} \"failed\" otherwise.")) (|infieldint| (((|Union| (|Fraction| |#2|) "failed") (|Fraction| |#2|)) "\\spad{infieldint(f)} returns \\spad{g} such that \\spad{g' = f} or \"failed\" if the integral of \\spad{f} is not a rational function.")) (|integrate| (((|IntegrationResult| (|Fraction| |#2|)) (|Fraction| |#2|)) "\\spad{integrate(f)} returns \\spad{g} such that \\spad{g' = f}.")))
NIL
NIL
@@ -2256,27 +2256,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
-(-582 -1956)
+(-582 -2117)
((|constructor| (NIL "This package provides functions for the integration of rational functions.")) (|extendedIntegrate| (((|Union| (|Record| (|:| |ratpart| (|Fraction| (|Polynomial| |#1|))) (|:| |coeff| (|Fraction| (|Polynomial| |#1|)))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|Fraction| (|Polynomial| |#1|))) "\\spad{extendedIntegrate(f, x, g)} returns fractions \\spad{[h, c]} such that \\spad{dc/dx = 0} and \\spad{dh/dx = f - cg},{} if \\spad{(h, c)} exist,{} \"failed\" otherwise.")) (|limitedIntegrate| (((|Union| (|Record| (|:| |mainpart| (|Fraction| (|Polynomial| |#1|))) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| (|Polynomial| |#1|))) (|:| |logand| (|Fraction| (|Polynomial| |#1|))))))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|List| (|Fraction| (|Polynomial| |#1|)))) "\\spad{limitedIntegrate(f, x, [g1,...,gn])} returns fractions \\spad{[h, [[ci,gi]]]} such that the \\spad{gi}\\spad{'s} are among \\spad{[g1,...,gn]},{} \\spad{dci/dx = 0},{} and \\spad{d(h + sum(ci log(gi)))/dx = f} if possible,{} \"failed\" otherwise.")) (|infieldIntegrate| (((|Union| (|Fraction| (|Polynomial| |#1|)) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{infieldIntegrate(f, x)} returns a fraction \\spad{g} such that \\spad{dg/dx = f} if \\spad{g} exists,{} \"failed\" otherwise.")) (|internalIntegrate| (((|IntegrationResult| (|Fraction| (|Polynomial| |#1|))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{internalIntegrate(f, x)} returns \\spad{g} such that \\spad{dg/dx = f}.")))
NIL
NIL
(-583 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.")))
-((-4163 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-2642 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-584)
((|constructor| (NIL "This package provides the implementation for the \\spadfun{solveLinearPolynomialEquation} operation over the integers. It uses a lifting technique from the package GenExEuclid")) (|solveLinearPolynomialEquation| (((|Union| (|List| (|SparseUnivariatePolynomial| (|Integer|))) "failed") (|List| (|SparseUnivariatePolynomial| (|Integer|))) (|SparseUnivariatePolynomial| (|Integer|))) "\\spad{solveLinearPolynomialEquation([f1, ..., fn], g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod fi = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}\\spad{'s} exists.")))
NIL
NIL
-(-585 R -1956)
+(-585 R -2117)
((|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 -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-294))) (|HasCategory| |#2| (QUOTE (-641))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-1195))))) (-12 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-294)))) (|HasCategory| |#1| (QUOTE (-568))))
-(-586 -1956 UP)
+((-12 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-294))) (|HasCategory| |#2| (QUOTE (-641))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-1197))))) (-12 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-294)))) (|HasCategory| |#1| (QUOTE (-568))))
+(-586 -2117 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' + +/[ci * ui'/ui]}. Error: if \\spad{degree numer f >= degree denom f}.")) (|primextintfrac| (((|Union| (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Fraction| |#2|)) "\\spad{primextintfrac(f, ', g)} returns \\spad{[v, c]} such that \\spad{f = v' + c g} and \\spad{c' = 0}. Error: if \\spad{degree numer f >= degree denom f} or if \\spad{degree numer g >= degree denom g} or if \\spad{denom g} is not squarefree.")) (|explimitedint| (((|Union| (|Record| (|:| |answer| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|))))))) (|:| |a0| |#1|)) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|) (|List| (|Fraction| |#2|))) "\\spad{explimitedint(f, ', foo, [u1,...,un])} returns \\spad{[v, [c1,...,cn], a]} such that \\spad{ci' = 0},{} \\spad{f = v' + a + reduce(+,[ci * ui'/ui])},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}. Returns \"failed\" if no such \\spad{v},{} \\spad{ci},{} a exist. Argument \\spad{foo} is a Risch differential equation function on \\spad{F}.")) (|primlimitedint| (((|Union| (|Record| (|:| |answer| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|))))))) (|:| |a0| |#1|)) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "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(+,[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
-(-587 R -1956)
+(-587 R -2117)
((|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
@@ -2298,21 +2298,21 @@ NIL
NIL
(-592 |p| |unBalanced?|)
((|constructor| (NIL "This domain implements \\spad{Zp},{} the \\spad{p}-adic completion of the integers. This is an internal domain.")))
-((-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-593 |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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
((|HasCategory| $ (QUOTE (-148))) (|HasCategory| $ (QUOTE (-146))) (|HasCategory| $ (QUOTE (-379))))
(-594)
((|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
-(-595 R -1956)
+(-595 R -2117)
((|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
-(-596 E -1956)
+(-596 E -2117)
((|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
@@ -2320,10 +2320,10 @@ NIL
((|constructor| (NIL "This domain provides representations for the intermediate form data structure used by the Spad elaborator.")) (|irDef| (($ (|Identifier|) (|InternalTypeForm|) $) "\\spad{irDef(f,ts,e)} returns an IR representation for a definition of a function named \\spad{f},{} with signature \\spad{ts} and body \\spad{e}.")) (|irCtor| (($ (|Identifier|) (|InternalTypeForm|)) "\\spad{irCtor(n,t)} returns an IR for a constructor reference of type designated by the type form \\spad{t}")) (|irVar| (($ (|Identifier|) (|InternalTypeForm|)) "\\spad{irVar(x,t)} returns an IR for a variable reference of type designated by the type form \\spad{t}")))
NIL
NIL
-(-598 -1956)
+(-598 -2117)
((|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}.")))
-((-4457 . T) (-4456 . T))
-((|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-1195)))))
+((-4459 . T) (-4458 . T))
+((|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-1197)))))
(-599 I)
((|constructor| (NIL "The \\spadtype{IntegerRoots} package computes square roots and \\indented{2}{\\spad{n}th roots of integers efficiently.}")) (|approxSqrt| ((|#1| |#1|) "\\spad{approxSqrt(n)} returns an approximation \\spad{x} to \\spad{sqrt(n)} such that \\spad{-1 < x - sqrt(n) < 1}. Compute an approximation \\spad{s} to \\spad{sqrt(n)} such that \\indented{10}{\\spad{-1 < s - sqrt(n) < 1}} A variable precision Newton iteration is used. The running time is \\spad{O( log(n)**2 )}.")) (|perfectSqrt| (((|Union| |#1| "failed") |#1|) "\\spad{perfectSqrt(n)} returns the square root of \\spad{n} if \\spad{n} is a perfect square and returns \"failed\" otherwise")) (|perfectSquare?| (((|Boolean|) |#1|) "\\spad{perfectSquare?(n)} returns \\spad{true} if \\spad{n} is a perfect square and \\spad{false} otherwise")) (|approxNthRoot| ((|#1| |#1| (|NonNegativeInteger|)) "\\spad{approxRoot(n,r)} returns an approximation \\spad{x} to \\spad{n**(1/r)} such that \\spad{-1 < x - n**(1/r) < 1}")) (|perfectNthRoot| (((|Record| (|:| |base| |#1|) (|:| |exponent| (|NonNegativeInteger|))) |#1|) "\\spad{perfectNthRoot(n)} returns \\spad{[x,r]},{} where \\spad{n = x\\^r} and \\spad{r} is the largest integer such that \\spad{n} is a perfect \\spad{r}th power") (((|Union| |#1| "failed") |#1| (|NonNegativeInteger|)) "\\spad{perfectNthRoot(n,r)} returns the \\spad{r}th root of \\spad{n} if \\spad{n} is an \\spad{r}th power and returns \"failed\" otherwise")) (|perfectNthPower?| (((|Boolean|) |#1| (|NonNegativeInteger|)) "\\spad{perfectNthPower?(n,r)} returns \\spad{true} if \\spad{n} is an \\spad{r}th power and \\spad{false} otherwise")))
NIL
@@ -2350,19 +2350,19 @@ NIL
NIL
(-605 |mn|)
((|constructor| (NIL "This domain implements low-level strings")))
-((-4463 . T) (-4462 . T))
-((-2755 (-12 (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145))))) (-12 (|HasCategory| (-145) (QUOTE (-1119))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145)))))) (-2755 (|HasCategory| (-145) (LIST (QUOTE -625) (QUOTE (-874)))) (-12 (|HasCategory| (-145) (QUOTE (-1119))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145)))))) (|HasCategory| (-145) (LIST (QUOTE -626) (QUOTE (-548)))) (-2755 (|HasCategory| (-145) (QUOTE (-102))) (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-145) (QUOTE (-1119)))) (-2755 (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-145) (QUOTE (-1119)))) (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-145) (QUOTE (-1119))) (|HasCategory| (-145) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-145) (QUOTE (-102))) (-12 (|HasCategory| (-145) (QUOTE (-1119))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145))))))
+((-4465 . T) (-4464 . T))
+((-3795 (-12 (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145))))) (-12 (|HasCategory| (-145) (QUOTE (-1121))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145)))))) (-3795 (|HasCategory| (-145) (LIST (QUOTE -625) (QUOTE (-876)))) (-12 (|HasCategory| (-145) (QUOTE (-1121))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145)))))) (|HasCategory| (-145) (LIST (QUOTE -626) (QUOTE (-548)))) (-3795 (|HasCategory| (-145) (QUOTE (-102))) (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-145) (QUOTE (-1121)))) (-3795 (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-145) (QUOTE (-1121)))) (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-145) (QUOTE (-1121))) (|HasCategory| (-145) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-145) (QUOTE (-102))) (-12 (|HasCategory| (-145) (QUOTE (-1121))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145))))))
(-606 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
(-607 |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}.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|)))) (|HasCategory| (-576) (QUOTE (-1131))) (|HasCategory| |#1| (QUOTE (-374))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -3567) (LIST (|devaluate| |#1|) (QUOTE (-1195)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-576))))))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|)))) (|HasCategory| (-576) (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-374))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -4114) (LIST (|devaluate| |#1|) (QUOTE (-1197)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-576))))))
(-608 |Coef|)
((|constructor| (NIL "Internal package for dense Taylor series. This is an internal Taylor series type in which Taylor series are represented by a \\spadtype{Stream} of \\spadtype{Ring} elements. For univariate series,{} the \\spad{Stream} elements are the Taylor coefficients. For multivariate series,{} the \\spad{n}th Stream element is a form of degree \\spad{n} in the power series variables.")) (* (($ $ (|Integer|)) "\\spad{x*i} returns the product of integer \\spad{i} and the series \\spad{x}.")) (|order| (((|NonNegativeInteger|) $ (|NonNegativeInteger|)) "\\spad{order(x,n)} returns the minimum of \\spad{n} and the order of \\spad{x}.") (((|NonNegativeInteger|) $) "\\spad{order(x)} returns the order of a power series \\spad{x},{} \\indented{1}{\\spadignore{i.e.} the degree of the first non-zero term of the series.}")) (|pole?| (((|Boolean|) $) "\\spad{pole?(x)} tests if the series \\spad{x} has a pole. \\indented{1}{Note: this is \\spad{false} when \\spad{x} is a Taylor series.}")) (|series| (($ (|Stream| |#1|)) "\\spad{series(s)} creates a power series from a stream of \\indented{1}{ring elements.} \\indented{1}{For univariate series types,{} the stream \\spad{s} should be a stream} \\indented{1}{of Taylor coefficients. For multivariate series types,{} the} \\indented{1}{stream \\spad{s} should be a stream of forms the \\spad{n}th element} \\indented{1}{of which is a} \\indented{1}{form of degree \\spad{n} in the power series variables.}")) (|coefficients| (((|Stream| |#1|) $) "\\spad{coefficients(x)} returns a stream of ring elements. \\indented{1}{When \\spad{x} is a univariate series,{} this is a stream of Taylor} \\indented{1}{coefficients. When \\spad{x} is a multivariate series,{} the} \\indented{1}{\\spad{n}th element of the stream is a form of} \\indented{1}{degree \\spad{n} in the power series variables.}")))
-(((-4464 "*") |has| |#1| (-568)) (-4455 |has| |#1| (-568)) (-4456 . T) (-4457 . T) (-4459 . T))
+(((-4466 "*") |has| |#1| (-568)) (-4457 |has| |#1| (-568)) (-4458 . T) (-4459 . T) (-4461 . T))
((|HasCategory| |#1| (QUOTE (-568))))
(-609)
((|constructor| (NIL "This domain provides representations for internal type form.")) (|mappingMode| (($ $ (|List| $)) "\\spad{mappingMode(r,ts)} returns a mapping mode with return mode \\spad{r},{} and parameter modes \\spad{ts}.")) (|categoryMode| (($) "\\spad{categoryMode} is a constant mode denoting Category.")) (|voidMode| (($) "\\spad{voidMode} is a constant mode denoting Void.")) (|noValueMode| (($) "\\spad{noValueMode} is a constant mode that indicates that the value of an expression is to be ignored.")) (|jokerMode| (($) "\\spad{jokerMode} is a constant that stands for any mode in a type inference context")))
@@ -2376,7 +2376,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
-(-612 R -1956 FG)
+(-612 R -2117 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{xi's} in terms of complex logarithms and exponentials. A kernel of the form \\spad{tan(u)} is expressed using \\spad{exp(u)**2} if it is one of the \\spad{ki's},{} in terms of \\spad{exp(2*u)} otherwise.")) (|explogs2trigs| (((|Complex| |#2|) |#3|) "\\spad{explogs2trigs(f)} rewrites all the complex logs and exponentials appearing in \\spad{f} in terms of trigonometric functions.")) (F2FG ((|#3| |#2|) "\\spad{F2FG(a + sqrt(-1) b)} returns \\spad{a + i b}.")) (FG2F ((|#2| |#3|) "\\spad{FG2F(a + i b)} returns \\spad{a + sqrt(-1) b}.")) (GF2FG ((|#3| (|Complex| |#2|)) "\\spad{GF2FG(a + i b)} returns \\spad{a + i b} viewed as a function with the \\spad{i} pushed down into the coefficient domain.")))
NIL
NIL
@@ -2386,12 +2386,12 @@ NIL
NIL
(-614 R |mn|)
((|constructor| (NIL "\\indented{2}{This type represents vector like objects with varying lengths} and a user-specified initial index.")))
-((-4463 . T) (-4462 . T))
-((-2755 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-738))) (|HasCategory| |#1| (QUOTE (-1068))) (-12 (|HasCategory| |#1| (QUOTE (-1021))) (|HasCategory| |#1| (QUOTE (-1068)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
+((-4465 . T) (-4464 . T))
+((-3795 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-738))) (|HasCategory| |#1| (QUOTE (-1070))) (-12 (|HasCategory| |#1| (QUOTE (-1023))) (|HasCategory| |#1| (QUOTE (-1070)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
(-615 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 -4463)) (|HasCategory| |#2| (QUOTE (-862))) (|HasAttribute| |#1| (QUOTE -4462)) (|HasCategory| |#3| (QUOTE (-1119))))
+((|HasAttribute| |#1| (QUOTE -4465)) (|HasCategory| |#2| (QUOTE (-862))) (|HasAttribute| |#1| (QUOTE -4464)) (|HasCategory| |#3| (QUOTE (-1121))))
(-616 |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
@@ -2406,19 +2406,19 @@ NIL
NIL
(-619 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).")))
-((-4459 -2755 (-2669 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))) (-4457 . T) (-4456 . T))
-((-2755 (|HasCategory| |#2| (LIST (QUOTE -378) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -429) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -429) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -429) (|devaluate| |#1|)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#2| (LIST (QUOTE -378) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#2| (LIST (QUOTE -429) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -378) (|devaluate| |#1|))))
+((-4461 -3795 (-2311 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))) (-4459 . T) (-4458 . T))
+((-3795 (|HasCategory| |#2| (LIST (QUOTE -378) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -429) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -429) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -429) (|devaluate| |#1|)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#2| (LIST (QUOTE -378) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#2| (LIST (QUOTE -429) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -378) (|devaluate| |#1|))))
(-620 |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.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -4298) (QUOTE (-1177))) (LIST (QUOTE |:|) (QUOTE -4437) (|devaluate| |#1|)))))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| (-1177) (QUOTE (-862))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (QUOTE (-102))))
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2240) (QUOTE (-1179))) (LIST (QUOTE |:|) (QUOTE -2904) (|devaluate| |#1|)))))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| (-1179) (QUOTE (-862))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (QUOTE (-102))))
(-621 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
(-622 |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}.")))
-((-4463 . T))
+((-4465 . T))
NIL
(-623 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")))
@@ -2427,7 +2427,7 @@ NIL
(-624 S)
((|constructor| (NIL "A kernel over a set \\spad{S} is an operator applied to a given list of arguments from \\spad{S}.")) (|is?| (((|Boolean|) $ (|Symbol|)) "\\spad{is?(op(a1,...,an), s)} tests if the name of op is \\spad{s}.") (((|Boolean|) $ (|BasicOperator|)) "\\spad{is?(op(a1,...,an), f)} tests if op = \\spad{f}.")) (|symbolIfCan| (((|Union| (|Symbol|) "failed") $) "\\spad{symbolIfCan(k)} returns \\spad{k} viewed as a symbol if \\spad{k} is a symbol,{} and \"failed\" otherwise.")) (|kernel| (($ (|Symbol|)) "\\spad{kernel(x)} returns \\spad{x} viewed as a kernel.") (($ (|BasicOperator|) (|List| |#1|) (|NonNegativeInteger|)) "\\spad{kernel(op, [a1,...,an], m)} returns the kernel \\spad{op(a1,...,an)} of nesting level \\spad{m}. Error: if \\spad{op} is \\spad{k}-ary for some \\spad{k} not equal to \\spad{m}.")) (|height| (((|NonNegativeInteger|) $) "\\spad{height(k)} returns the nesting level of \\spad{k}.")) (|argument| (((|List| |#1|) $) "\\spad{argument(op(a1,...,an))} returns \\spad{[a1,...,an]}.")) (|operator| (((|BasicOperator|) $) "\\spad{operator(op(a1,...,an))} returns the operator op.")))
NIL
-((|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))))
+((|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))))
(-625 S)
((|constructor| (NIL "A is coercible to \\spad{B} means any element of A can automatically be converted into an element of \\spad{B} by the interpreter.")) (|coerce| ((|#1| $) "\\spad{coerce(a)} transforms a into an element of \\spad{S}.")))
NIL
@@ -2436,7 +2436,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
-(-627 -1956 UP)
+(-627 -2117 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
@@ -2458,20 +2458,20 @@ NIL
NIL
(-632 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.")))
-((-4459 . T))
+((-4461 . T))
NIL
(-633 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}.")))
-((-4456 . T) (-4457 . T) (-4459 . T))
+((-4458 . T) (-4459 . T) (-4461 . T))
((|HasCategory| |#1| (QUOTE (-860))))
-(-634 R -1956)
+(-634 R -2117)
((|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
(-635 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")))
-((-4457 . T) (-4456 . T) ((-4464 "*") . T) (-4455 . T) (-4459 . T))
-((|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))))
+((-4459 . T) (-4458 . T) ((-4466 "*") . T) (-4457 . T) (-4461 . T))
+((|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))))
(-636 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.")))
NIL
@@ -2486,7 +2486,7 @@ NIL
NIL
(-639 |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}}.")))
-((-4459 . T))
+((-4461 . T))
NIL
(-640 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}}.")))
@@ -2496,30 +2496,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(\\%pi)} times the integral of \\spad{exp(-x**2) dx}.")) (|dilog| (($ $) "\\spad{dilog(x)} returns the dilogarithm of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{log(x) / (1 - x) dx}.")) (|li| (($ $) "\\spad{li(x)} returns the logarithmic integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{dx / log(x)}.")) (|Ci| (($ $) "\\spad{Ci(x)} returns the cosine integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{cos(x) / x dx}.")) (|Si| (($ $) "\\spad{Si(x)} returns the sine integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{sin(x) / x dx}.")) (|Ei| (($ $) "\\spad{Ei(x)} returns the exponential integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{exp(x)/x dx}.")))
NIL
NIL
-(-642 R -1956)
+(-642 R -2117)
((|constructor| (NIL "This package provides liouvillian functions over an integral domain.")) (|integral| ((|#2| |#2| (|SegmentBinding| |#2|)) "\\spad{integral(f,x = a..b)} denotes the definite integral of \\spad{f} with respect to \\spad{x} from \\spad{a} to \\spad{b}.") ((|#2| |#2| (|Symbol|)) "\\spad{integral(f,x)} indefinite integral of \\spad{f} with respect to \\spad{x}.")) (|dilog| ((|#2| |#2|) "\\spad{dilog(f)} denotes the dilogarithm")) (|erf| ((|#2| |#2|) "\\spad{erf(f)} denotes the error function")) (|li| ((|#2| |#2|) "\\spad{li(f)} denotes the logarithmic integral")) (|Ci| ((|#2| |#2|) "\\spad{Ci(f)} denotes the cosine integral")) (|Si| ((|#2| |#2|) "\\spad{Si(f)} denotes the sine integral")) (|Ei| ((|#2| |#2|) "\\spad{Ei(f)} denotes the exponential integral")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns the Liouvillian operator based on \\spad{op}")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} checks if \\spad{op} is Liouvillian")))
NIL
NIL
-(-643 |lv| -1956)
+(-643 |lv| -2117)
((|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
(-644)
((|constructor| (NIL "This domain provides a simple way to save values in files.")) (|setelt| (((|Any|) $ (|Symbol|) (|Any|)) "\\spad{lib.k := v} saves the value \\spad{v} in the library \\spad{lib}. It can later be extracted using the key \\spad{k}.")) (|pack!| (($ $) "\\spad{pack!(f)} reorganizes the file \\spad{f} on disk to recover unused space.")) (|library| (($ (|FileName|)) "\\spad{library(ln)} creates a new library file.")))
-((-4463 . T))
-((-12 (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -4298) (QUOTE (-1177))) (LIST (QUOTE |:|) (QUOTE -4437) (QUOTE (-52))))))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (QUOTE (-1119))) (|HasCategory| (-52) (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (QUOTE (-102))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (QUOTE (-1119))) (|HasCategory| (-52) (QUOTE (-102))) (|HasCategory| (-52) (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-52) (QUOTE (-1119))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| (-52) (QUOTE (-1119))) (|HasCategory| (-52) (LIST (QUOTE -319) (QUOTE (-52))))) (|HasCategory| (-1177) (QUOTE (-862))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-874))))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (QUOTE (-102))) (|HasCategory| (-52) (QUOTE (-102)))) (|HasCategory| (-52) (QUOTE (-1119))) (|HasCategory| (-52) (QUOTE (-102))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (QUOTE (-102))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (QUOTE (-1119))))
+((-4465 . T))
+((-12 (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2240) (QUOTE (-1179))) (LIST (QUOTE |:|) (QUOTE -2904) (QUOTE (-52))))))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (QUOTE (-1121))) (|HasCategory| (-52) (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (QUOTE (-102))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (QUOTE (-1121))) (|HasCategory| (-52) (QUOTE (-102))) (|HasCategory| (-52) (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-52) (QUOTE (-1121))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| (-52) (QUOTE (-1121))) (|HasCategory| (-52) (LIST (QUOTE -319) (QUOTE (-52))))) (|HasCategory| (-1179) (QUOTE (-862))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-876))))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (QUOTE (-102))) (|HasCategory| (-52) (QUOTE (-102)))) (|HasCategory| (-52) (QUOTE (-1121))) (|HasCategory| (-52) (QUOTE (-102))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (QUOTE (-102))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (QUOTE (-1121))))
(-645 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 (-374))))
(-646 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) (-4457 . T) (-4456 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4459 . T) (-4458 . T))
NIL
(-647 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).")))
-((-4459 -2755 (-2669 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))) (-4457 . T) (-4456 . T))
-((-2755 (|HasCategory| |#2| (LIST (QUOTE -378) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -429) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -429) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -429) (|devaluate| |#1|)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#2| (LIST (QUOTE -378) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#2| (LIST (QUOTE -429) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -378) (|devaluate| |#1|))))
+((-4461 -3795 (-2311 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))) (-4459 . T) (-4458 . T))
+((-3795 (|HasCategory| |#2| (LIST (QUOTE -378) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -429) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -429) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -429) (|devaluate| |#1|)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#2| (LIST (QUOTE -378) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#2| (LIST (QUOTE -429) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -378) (|devaluate| |#1|))))
(-648 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
@@ -2531,7 +2531,7 @@ NIL
(-650 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
-((-2658 (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-374))))
+((-2300 (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-374))))
(-651 R)
((|constructor| (NIL "An extension of left-module with an explicit linear dependence test.")) (|reducedSystem| (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) (|Matrix| $) (|Vector| $)) "\\spad{reducedSystem(A, v)} returns a matrix \\spad{B} and a vector \\spad{w} such that \\spad{A x = v} and \\spad{B x = w} have the same solutions in \\spad{R}.") (((|Matrix| |#1|) (|Matrix| $)) "\\spad{reducedSystem(A)} returns a matrix \\spad{B} such that \\spad{A x = 0} and \\spad{B x = 0} have the same solutions in \\spad{R}.")) (|leftReducedSystem| (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) (|Vector| $) $) "\\spad{reducedSystem([v1,...,vn],u)} returns a matrix \\spad{M} with coefficients in \\spad{R} and a vector \\spad{w} such that the system of equations \\spad{c1*v1 + ... + cn*vn = u} has the same solution as \\spad{c * M = w} where \\spad{c} is the row vector \\spad{[c1,...cn]}.") (((|Matrix| |#1|) (|Vector| $)) "\\spad{leftReducedSystem [v1,...,vn]} returns a matrix \\spad{M} with coefficients in \\spad{R} such that the system of equations \\spad{c1*v1 + ... + cn*vn = 0\\$\\%} has the same solution as \\spad{c * M = 0} where \\spad{c} is the row vector \\spad{[c1,...cn]}.")))
NIL
@@ -2554,8 +2554,8 @@ NIL
NIL
(-656 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} is the empty list.")))
-((-4463 . T) (-4462 . T))
-((-2755 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-840))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
+((-4465 . T) (-4464 . T))
+((-3795 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-840))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
(-657 T$)
((|constructor| (NIL "This domain represents AST for Spad literals.")))
NIL
@@ -2566,8 +2566,8 @@ NIL
NIL
(-659 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.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
(-660 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")))
NIL
@@ -2579,39 +2579,39 @@ NIL
(-662 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,{}..))}.")) (|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 -4463)))
+((|HasAttribute| |#1| (QUOTE -4465)))
(-663 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,{}..))}.")) (|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
-(-664 R -1956 L)
+(-664 R -2117 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
(-665 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}}")))
-((-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-374))))
+((-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-374))))
(-666 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}")))
-((-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-374))))
+((-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-374))))
(-667 S A)
((|constructor| (NIL "\\spad{LinearOrdinaryDifferentialOperatorCategory} is the category of differential operators with coefficients in a ring A with a given derivation. Multiplication of operators corresponds to functional composition: \\indented{4}{\\spad{(L1 * L2).(f) = L1 L2 f}}")) (|directSum| (($ $ $) "\\spad{directSum(a,b)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the sums of a solution of \\spad{a} by a solution of \\spad{b}.")) (|symmetricSquare| (($ $) "\\spad{symmetricSquare(a)} computes \\spad{symmetricProduct(a,a)} using a more efficient method.")) (|symmetricPower| (($ $ (|NonNegativeInteger|)) "\\spad{symmetricPower(a,n)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the products of \\spad{n} solutions of \\spad{a}.")) (|symmetricProduct| (($ $ $) "\\spad{symmetricProduct(a,b)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the products of a solution of \\spad{a} by a solution of \\spad{b}.")) (|adjoint| (($ $) "\\spad{adjoint(a)} returns the adjoint operator of a.")) (D (($) "\\spad{D()} provides the operator corresponding to a derivation in the ring \\spad{A}.")))
NIL
((|HasCategory| |#2| (QUOTE (-374))))
(-668 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}.")))
-((-4456 . T) (-4457 . T) (-4459 . T))
+((-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-669 -1956 UP)
+(-669 -2117 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))))
-(-670 A -3641)
+(-670 A -3629)
((|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}}")))
-((-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-374))))
+((-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-374))))
(-671 A L)
((|constructor| (NIL "\\spad{LinearOrdinaryDifferentialOperatorsOps} provides symmetric products and sums for linear ordinary differential operators.")) (|directSum| ((|#2| |#2| |#2| (|Mapping| |#1| |#1|)) "\\spad{directSum(a,b,D)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the sums of a solution of \\spad{a} by a solution of \\spad{b}. \\spad{D} is the derivation to use.")) (|symmetricPower| ((|#2| |#2| (|NonNegativeInteger|) (|Mapping| |#1| |#1|)) "\\spad{symmetricPower(a,n,D)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the products of \\spad{n} solutions of \\spad{a}. \\spad{D} is the derivation to use.")) (|symmetricProduct| ((|#2| |#2| |#2| (|Mapping| |#1| |#1|)) "\\spad{symmetricProduct(a,b,D)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the products of a solution of \\spad{a} by a solution of \\spad{b}. \\spad{D} is the derivation to use.")))
NIL
@@ -2626,7 +2626,7 @@ NIL
NIL
(-674 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}.")))
-((-4457 . T) (-4456 . T))
+((-4459 . T) (-4458 . T))
((|HasCategory| |#1| (QUOTE (-803))))
(-675 R)
((|constructor| (NIL "Given a PolynomialFactorizationExplicit ring,{} this package provides a defaulting rule for the \\spad{solveLinearPolynomialEquation} operation,{} by moving into the field of fractions,{} and solving it there via the \\spad{multiEuclidean} operation.")) (|solveLinearPolynomialEquationByFractions| (((|Union| (|List| (|SparseUnivariatePolynomial| |#1|)) "failed") (|List| (|SparseUnivariatePolynomial| |#1|)) (|SparseUnivariatePolynomial| |#1|)) "\\spad{solveLinearPolynomialEquationByFractions([f1, ..., fn], g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod fi = sum ai/fi} or returns \"failed\" if no such exists.")))
@@ -2634,7 +2634,7 @@ NIL
NIL
(-676 |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) (-4457 . T) (-4456 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4459 . T) (-4458 . T))
((|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-174))))
(-677 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}.")))
@@ -2642,13 +2642,13 @@ NIL
NIL
(-678 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}.")))
-((-4463 . T) (-4462 . T))
+((-4465 . T) (-4464 . T))
NIL
-(-679 -1956)
+(-679 -2117)
((|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
-(-680 -1956 |Row| |Col| M)
+(-680 -2117 |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
@@ -2658,8 +2658,8 @@ NIL
NIL
(-682 |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.")))
-((-4459 . T) (-4462 . T) (-4456 . T) (-4457 . T))
-((|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-237))) (|HasAttribute| |#2| (QUOTE (-4464 "*"))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))))) (|HasCategory| |#2| (QUOTE (-317))) (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-568))) (-2755 (|HasAttribute| |#2| (QUOTE (-4464 "*"))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-238)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-174))))
+((-4461 . T) (-4464 . T) (-4458 . T) (-4459 . T))
+((|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-237))) (|HasAttribute| |#2| (QUOTE (-4466 "*"))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))))) (|HasCategory| |#2| (QUOTE (-317))) (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-568))) (-3795 (|HasAttribute| |#2| (QUOTE (-4466 "*"))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-238)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-174))))
(-683)
((|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
@@ -2679,7 +2679,7 @@ NIL
(-687 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
-((-2755 (-12 (|HasCategory| |#1| (QUOTE (-1068))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (QUOTE (-1068))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
+((-3795 (-12 (|HasCategory| |#1| (QUOTE (-1070))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (QUOTE (-1070))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
(-688)
((|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
@@ -2723,10 +2723,10 @@ NIL
(-698 S R |Row| |Col|)
((|constructor| (NIL "\\spadtype{MatrixCategory} is a general matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col. A domain belonging to this category will be shallowly mutable. The index of the 'first' row may be obtained by calling the function \\spadfun{minRowIndex}. The index of the 'first' column may be obtained by calling the function \\spadfun{minColIndex}. The index of the first element of a Row is the same as the index of the first column in a matrix and vice versa.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|minordet| ((|#2| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors. Error: if the matrix is not square.")) (|determinant| ((|#2| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}. Error: if the matrix is not square.")) (|nullSpace| (((|List| |#4|) $) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) $) "\\spad{nullity(m)} returns the nullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| (($ $) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")) (/ (($ $ |#2|) "\\spad{m/r} divides the elements of \\spad{m} by \\spad{r}. Error: if \\spad{r = 0}.")) (|exquo| (((|Union| $ "failed") $ |#2|) "\\spad{exquo(m,r)} computes the exact quotient of the elements of \\spad{m} by \\spad{r},{} returning \\axiom{\"failed\"} if this is not possible.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if matrix is not square or if the matrix is square but not invertible.") (($ $ (|NonNegativeInteger|)) "\\spad{x ** n} computes a non-negative integral power of the matrix \\spad{x}. Error: if the matrix is not square.")) (* ((|#3| |#3| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#4| $ |#4|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.") (($ (|Integer|) $) "\\spad{n * x} is an integer multiple.") (($ $ |#2|) "\\spad{x * r} is the right scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ |#2| $) "\\spad{r*x} is the left scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ $ $) "\\spad{x * y} is the product of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (- (($ $) "\\spad{-x} returns the negative of the matrix \\spad{x}.") (($ $ $) "\\spad{x - y} is the difference of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (+ (($ $ $) "\\spad{x + y} is the sum of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (|setsubMatrix!| (($ $ (|Integer|) (|Integer|) $) "\\spad{setsubMatrix(x,i1,j1,y)} destructively alters the matrix \\spad{x}. Here \\spad{x(i,j)} is set to \\spad{y(i-i1+1,j-j1+1)} for \\spad{i = i1,...,i1-1+nrows y} and \\spad{j = j1,...,j1-1+ncols y}.")) (|subMatrix| (($ $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{subMatrix(x,i1,i2,j1,j2)} extracts the submatrix \\spad{[x(i,j)]} where the index \\spad{i} ranges from \\spad{i1} to \\spad{i2} and the index \\spad{j} ranges from \\spad{j1} to \\spad{j2}.")) (|swapColumns!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapColumns!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th columns of \\spad{m}. This destructively alters the matrix.")) (|swapRows!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapRows!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th rows of \\spad{m}. This destructively alters the matrix.")) (|setelt| (($ $ (|List| (|Integer|)) (|List| (|Integer|)) $) "\\spad{setelt(x,rowList,colList,y)} destructively alters the matrix \\spad{x}. If \\spad{y} is \\spad{m}-by-\\spad{n},{} \\spad{rowList = [i<1>,i<2>,...,i<m>]} and \\spad{colList = [j<1>,j<2>,...,j<n>]},{} then \\spad{x(i<k>,j<l>)} is set to \\spad{y(k,l)} for \\spad{k = 1,...,m} and \\spad{l = 1,...,n}.")) (|elt| (($ $ (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{elt(x,rowList,colList)} returns an \\spad{m}-by-\\spad{n} matrix consisting of elements of \\spad{x},{} where \\spad{m = \\# rowList} and \\spad{n = \\# colList}. If \\spad{rowList = [i<1>,i<2>,...,i<m>]} and \\spad{colList = [j<1>,j<2>,...,j<n>]},{} then the \\spad{(k,l)}th entry of \\spad{elt(x,rowList,colList)} is \\spad{x(i<k>,j<l>)}.")) (|listOfLists| (((|List| (|List| |#2|)) $) "\\spad{listOfLists(m)} returns the rows of the matrix \\spad{m} as a list of lists.")) (|vertConcat| (($ $ $) "\\spad{vertConcat(x,y)} vertically concatenates two matrices with an equal number of columns. The entries of \\spad{y} appear below of the entries of \\spad{x}. Error: if the matrices do not have the same number of columns.")) (|horizConcat| (($ $ $) "\\spad{horizConcat(x,y)} horizontally concatenates two matrices with an equal number of rows. The entries of \\spad{y} appear to the right of the entries of \\spad{x}. Error: if the matrices do not have the same number of rows.")) (|squareTop| (($ $) "\\spad{squareTop(m)} returns an \\spad{n}-by-\\spad{n} matrix consisting of the first \\spad{n} rows of the \\spad{m}-by-\\spad{n} matrix \\spad{m}. Error: if \\spad{m < n}.")) (|transpose| (($ $) "\\spad{transpose(m)} returns the transpose of the matrix \\spad{m}.") (($ |#3|) "\\spad{transpose(r)} converts the row \\spad{r} to a row matrix.")) (|coerce| (($ |#4|) "\\spad{coerce(col)} converts the column \\spad{col} to a column matrix.")) (|diagonalMatrix| (($ (|List| $)) "\\spad{diagonalMatrix([m1,...,mk])} creates a block diagonal matrix \\spad{M} with block matrices {\\em m1},{}...,{}{\\em mk} down the diagonal,{} with 0 block matrices elsewhere. More precisly: if \\spad{ri := nrows mi},{} \\spad{ci := ncols mi},{} then \\spad{m} is an (\\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| (($ (|NonNegativeInteger|) (|NonNegativeInteger|) (|Mapping| |#2| (|Integer|) (|Integer|))) "\\spad{matrix(n,m,f)} construcys and \\spad{n * m} matrix with the \\spad{(i,j)} entry equal to \\spad{f(i,j)}.") (($ (|List| (|List| |#2|))) "\\spad{matrix(l)} converts the list of lists \\spad{l} to a matrix,{} where the list of lists is viewed as a list of the rows of the matrix.")) (|zero| (($ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{zero(m,n)} returns an \\spad{m}-by-\\spad{n} zero matrix.")) (|antisymmetric?| (((|Boolean|) $) "\\spad{antisymmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and antisymmetric (\\spadignore{i.e.} \\spad{m[i,j] = -m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|symmetric?| (((|Boolean|) $) "\\spad{symmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and symmetric (\\spadignore{i.e.} \\spad{m[i,j] = m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|diagonal?| (((|Boolean|) $) "\\spad{diagonal?(m)} returns \\spad{true} if the matrix \\spad{m} is square and diagonal (\\spadignore{i.e.} all entries of \\spad{m} not on the diagonal are zero) and \\spad{false} otherwise.")) (|square?| (((|Boolean|) $) "\\spad{square?(m)} returns \\spad{true} if \\spad{m} is a square matrix (\\spadignore{i.e.} if \\spad{m} has the same number of rows as columns) and \\spad{false} otherwise.")) (|finiteAggregate| ((|attribute|) "matrices are finite")) (|shallowlyMutable| ((|attribute|) "One may destructively alter matrices")))
NIL
-((|HasAttribute| |#2| (QUOTE (-4464 "*"))) (|HasCategory| |#2| (QUOTE (-317))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-568))))
+((|HasAttribute| |#2| (QUOTE (-4466 "*"))) (|HasCategory| |#2| (QUOTE (-317))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-568))))
(-699 R |Row| |Col|)
((|constructor| (NIL "\\spadtype{MatrixCategory} is a general matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col. A domain belonging to this category will be shallowly mutable. The index of the 'first' row may be obtained by calling the function \\spadfun{minRowIndex}. The index of the 'first' column may be obtained by calling the function \\spadfun{minColIndex}. The index of the first element of a Row is the same as the index of the first column in a matrix and vice versa.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|minordet| ((|#1| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors. Error: if the matrix is not square.")) (|determinant| ((|#1| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}. Error: if the matrix is not square.")) (|nullSpace| (((|List| |#3|) $) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) $) "\\spad{nullity(m)} returns the nullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| (($ $) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")) (/ (($ $ |#1|) "\\spad{m/r} divides the elements of \\spad{m} by \\spad{r}. Error: if \\spad{r = 0}.")) (|exquo| (((|Union| $ "failed") $ |#1|) "\\spad{exquo(m,r)} computes the exact quotient of the elements of \\spad{m} by \\spad{r},{} returning \\axiom{\"failed\"} if this is not possible.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if matrix is not square or if the matrix is square but not invertible.") (($ $ (|NonNegativeInteger|)) "\\spad{x ** n} computes a non-negative integral power of the matrix \\spad{x}. Error: if the matrix is not square.")) (* ((|#2| |#2| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#3| $ |#3|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.") (($ (|Integer|) $) "\\spad{n * x} is an integer multiple.") (($ $ |#1|) "\\spad{x * r} is the right scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ |#1| $) "\\spad{r*x} is the left scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ $ $) "\\spad{x * y} is the product of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (- (($ $) "\\spad{-x} returns the negative of the matrix \\spad{x}.") (($ $ $) "\\spad{x - y} is the difference of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (+ (($ $ $) "\\spad{x + y} is the sum of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (|setsubMatrix!| (($ $ (|Integer|) (|Integer|) $) "\\spad{setsubMatrix(x,i1,j1,y)} destructively alters the matrix \\spad{x}. Here \\spad{x(i,j)} is set to \\spad{y(i-i1+1,j-j1+1)} for \\spad{i = i1,...,i1-1+nrows y} and \\spad{j = j1,...,j1-1+ncols y}.")) (|subMatrix| (($ $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{subMatrix(x,i1,i2,j1,j2)} extracts the submatrix \\spad{[x(i,j)]} where the index \\spad{i} ranges from \\spad{i1} to \\spad{i2} and the index \\spad{j} ranges from \\spad{j1} to \\spad{j2}.")) (|swapColumns!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapColumns!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th columns of \\spad{m}. This destructively alters the matrix.")) (|swapRows!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapRows!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th rows of \\spad{m}. This destructively alters the matrix.")) (|setelt| (($ $ (|List| (|Integer|)) (|List| (|Integer|)) $) "\\spad{setelt(x,rowList,colList,y)} destructively alters the matrix \\spad{x}. If \\spad{y} is \\spad{m}-by-\\spad{n},{} \\spad{rowList = [i<1>,i<2>,...,i<m>]} and \\spad{colList = [j<1>,j<2>,...,j<n>]},{} then \\spad{x(i<k>,j<l>)} is set to \\spad{y(k,l)} for \\spad{k = 1,...,m} and \\spad{l = 1,...,n}.")) (|elt| (($ $ (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{elt(x,rowList,colList)} returns an \\spad{m}-by-\\spad{n} matrix consisting of elements of \\spad{x},{} where \\spad{m = \\# rowList} and \\spad{n = \\# colList}. If \\spad{rowList = [i<1>,i<2>,...,i<m>]} and \\spad{colList = [j<1>,j<2>,...,j<n>]},{} then the \\spad{(k,l)}th entry of \\spad{elt(x,rowList,colList)} is \\spad{x(i<k>,j<l>)}.")) (|listOfLists| (((|List| (|List| |#1|)) $) "\\spad{listOfLists(m)} returns the rows of the matrix \\spad{m} as a list of lists.")) (|vertConcat| (($ $ $) "\\spad{vertConcat(x,y)} vertically concatenates two matrices with an equal number of columns. The entries of \\spad{y} appear below of the entries of \\spad{x}. Error: if the matrices do not have the same number of columns.")) (|horizConcat| (($ $ $) "\\spad{horizConcat(x,y)} horizontally concatenates two matrices with an equal number of rows. The entries of \\spad{y} appear to the right of the entries of \\spad{x}. Error: if the matrices do not have the same number of rows.")) (|squareTop| (($ $) "\\spad{squareTop(m)} returns an \\spad{n}-by-\\spad{n} matrix consisting of the first \\spad{n} rows of the \\spad{m}-by-\\spad{n} matrix \\spad{m}. Error: if \\spad{m < n}.")) (|transpose| (($ $) "\\spad{transpose(m)} returns the transpose of the matrix \\spad{m}.") (($ |#2|) "\\spad{transpose(r)} converts the row \\spad{r} to a row matrix.")) (|coerce| (($ |#3|) "\\spad{coerce(col)} converts the column \\spad{col} to a column matrix.")) (|diagonalMatrix| (($ (|List| $)) "\\spad{diagonalMatrix([m1,...,mk])} creates a block diagonal matrix \\spad{M} with block matrices {\\em m1},{}...,{}{\\em mk} down the diagonal,{} with 0 block matrices elsewhere. More precisly: if \\spad{ri := nrows mi},{} \\spad{ci := ncols mi},{} then \\spad{m} is an (\\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| (($ (|NonNegativeInteger|) (|NonNegativeInteger|) (|Mapping| |#1| (|Integer|) (|Integer|))) "\\spad{matrix(n,m,f)} construcys and \\spad{n * m} matrix with the \\spad{(i,j)} entry equal to \\spad{f(i,j)}.") (($ (|List| (|List| |#1|))) "\\spad{matrix(l)} converts the list of lists \\spad{l} to a matrix,{} where the list of lists is viewed as a list of the rows of the matrix.")) (|zero| (($ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{zero(m,n)} returns an \\spad{m}-by-\\spad{n} zero matrix.")) (|antisymmetric?| (((|Boolean|) $) "\\spad{antisymmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and antisymmetric (\\spadignore{i.e.} \\spad{m[i,j] = -m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|symmetric?| (((|Boolean|) $) "\\spad{symmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and symmetric (\\spadignore{i.e.} \\spad{m[i,j] = m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|diagonal?| (((|Boolean|) $) "\\spad{diagonal?(m)} returns \\spad{true} if the matrix \\spad{m} is square and diagonal (\\spadignore{i.e.} all entries of \\spad{m} not on the diagonal are zero) and \\spad{false} otherwise.")) (|square?| (((|Boolean|) $) "\\spad{square?(m)} returns \\spad{true} if \\spad{m} is a square matrix (\\spadignore{i.e.} if \\spad{m} has the same number of rows as columns) and \\spad{false} otherwise.")) (|finiteAggregate| ((|attribute|) "matrices are finite")) (|shallowlyMutable| ((|attribute|) "One may destructively alter matrices")))
-((-4462 . T) (-4463 . T))
+((-4464 . T) (-4465 . T))
NIL
(-700 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.")))
@@ -2734,8 +2734,8 @@ NIL
((|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-568))))
(-701 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.")))
-((-4462 . T) (-4463 . T))
-((-2755 (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-568))) (|HasAttribute| |#1| (QUOTE (-4464 "*"))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
+((-4464 . T) (-4465 . T))
+((-3795 (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-568))) (|HasAttribute| |#1| (QUOTE (-4466 "*"))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
(-702 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
@@ -2744,7 +2744,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
-(-704 S -1956 FLAF FLAS)
+(-704 S -2117 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
@@ -2754,11 +2754,11 @@ NIL
NIL
(-706)
((|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")))
-((-4455 . T) (-4460 |has| (-711) (-374)) (-4454 |has| (-711) (-374)) (-4175 . T) (-4461 |has| (-711) (-6 -4461)) (-4458 |has| (-711) (-6 -4458)) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| (-711) (QUOTE (-148))) (|HasCategory| (-711) (QUOTE (-146))) (|HasCategory| (-711) (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-711) (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| (-711) (QUOTE (-379))) (|HasCategory| (-711) (QUOTE (-374))) (-2755 (|HasCategory| (-711) (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-711) (QUOTE (-374)))) (|HasCategory| (-711) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-711) (QUOTE (-238))) (|HasCategory| (-711) (QUOTE (-237))) (-2755 (-12 (|HasCategory| (-711) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-711) (QUOTE (-374)))) (|HasCategory| (-711) (LIST (QUOTE -917) (QUOTE (-1195))))) (-2755 (|HasCategory| (-711) (QUOTE (-374))) (|HasCategory| (-711) (QUOTE (-360)))) (|HasCategory| (-711) (QUOTE (-360))) (|HasCategory| (-711) (LIST (QUOTE -296) (QUOTE (-711)) (QUOTE (-711)))) (|HasCategory| (-711) (LIST (QUOTE -319) (QUOTE (-711)))) (|HasCategory| (-711) (LIST (QUOTE -526) (QUOTE (-1195)) (QUOTE (-711)))) (|HasCategory| (-711) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| (-711) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| (-711) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| (-711) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (-2755 (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-374))) (|HasCategory| (-711) (QUOTE (-360)))) (|HasCategory| (-711) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-711) (QUOTE (-1041))) (|HasCategory| (-711) (QUOTE (-1221))) (-12 (|HasCategory| (-711) (QUOTE (-1021))) (|HasCategory| (-711) (QUOTE (-1221)))) (-2755 (-12 (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-926)))) (|HasCategory| (-711) (QUOTE (-374))) (-12 (|HasCategory| (-711) (QUOTE (-360))) (|HasCategory| (-711) (QUOTE (-926))))) (-2755 (-12 (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-926)))) (-12 (|HasCategory| (-711) (QUOTE (-374))) (|HasCategory| (-711) (QUOTE (-926)))) (-12 (|HasCategory| (-711) (QUOTE (-360))) (|HasCategory| (-711) (QUOTE (-926))))) (|HasCategory| (-711) (QUOTE (-557))) (-12 (|HasCategory| (-711) (QUOTE (-1079))) (|HasCategory| (-711) (QUOTE (-1221)))) (|HasCategory| (-711) (QUOTE (-1079))) (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-926))) (-2755 (-12 (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-926)))) (|HasCategory| (-711) (QUOTE (-374)))) (-2755 (-12 (|HasCategory| (-711) (QUOTE (-238))) (|HasCategory| (-711) (QUOTE (-374)))) (|HasCategory| (-711) (QUOTE (-237)))) (-2755 (-12 (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-926)))) (|HasCategory| (-711) (QUOTE (-568)))) (-12 (|HasCategory| (-711) (QUOTE (-237))) (|HasCategory| (-711) (QUOTE (-374)))) (-12 (|HasCategory| (-711) (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| (-711) (QUOTE (-374)))) (-12 (|HasCategory| (-711) (QUOTE (-238))) (|HasCategory| (-711) (QUOTE (-374)))) (-12 (|HasCategory| (-711) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-711) (QUOTE (-374)))) (|HasCategory| (-711) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| (-711) (QUOTE (-568))) (|HasAttribute| (-711) (QUOTE -4461)) (|HasAttribute| (-711) (QUOTE -4458)) (-12 (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-926)))) (|HasCategory| (-711) (LIST (QUOTE -917) (QUOTE (-1195)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-926)))) (|HasCategory| (-711) (QUOTE (-146)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-926)))) (|HasCategory| (-711) (QUOTE (-360)))))
+((-4457 . T) (-4462 |has| (-711) (-374)) (-4456 |has| (-711) (-374)) (-2649 . T) (-4463 |has| (-711) (-6 -4463)) (-4460 |has| (-711) (-6 -4460)) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| (-711) (QUOTE (-148))) (|HasCategory| (-711) (QUOTE (-146))) (|HasCategory| (-711) (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-711) (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| (-711) (QUOTE (-379))) (|HasCategory| (-711) (QUOTE (-374))) (-3795 (|HasCategory| (-711) (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-711) (QUOTE (-374)))) (|HasCategory| (-711) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-711) (QUOTE (-238))) (|HasCategory| (-711) (QUOTE (-237))) (-3795 (-12 (|HasCategory| (-711) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-711) (QUOTE (-374)))) (|HasCategory| (-711) (LIST (QUOTE -919) (QUOTE (-1197))))) (-3795 (|HasCategory| (-711) (QUOTE (-374))) (|HasCategory| (-711) (QUOTE (-360)))) (|HasCategory| (-711) (QUOTE (-360))) (|HasCategory| (-711) (LIST (QUOTE -296) (QUOTE (-711)) (QUOTE (-711)))) (|HasCategory| (-711) (LIST (QUOTE -319) (QUOTE (-711)))) (|HasCategory| (-711) (LIST (QUOTE -526) (QUOTE (-1197)) (QUOTE (-711)))) (|HasCategory| (-711) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| (-711) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| (-711) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| (-711) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (-3795 (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-374))) (|HasCategory| (-711) (QUOTE (-360)))) (|HasCategory| (-711) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-711) (QUOTE (-1043))) (|HasCategory| (-711) (QUOTE (-1223))) (-12 (|HasCategory| (-711) (QUOTE (-1023))) (|HasCategory| (-711) (QUOTE (-1223)))) (-3795 (-12 (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-928)))) (|HasCategory| (-711) (QUOTE (-374))) (-12 (|HasCategory| (-711) (QUOTE (-360))) (|HasCategory| (-711) (QUOTE (-928))))) (-3795 (-12 (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-928)))) (-12 (|HasCategory| (-711) (QUOTE (-374))) (|HasCategory| (-711) (QUOTE (-928)))) (-12 (|HasCategory| (-711) (QUOTE (-360))) (|HasCategory| (-711) (QUOTE (-928))))) (|HasCategory| (-711) (QUOTE (-557))) (-12 (|HasCategory| (-711) (QUOTE (-1081))) (|HasCategory| (-711) (QUOTE (-1223)))) (|HasCategory| (-711) (QUOTE (-1081))) (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-928))) (-3795 (-12 (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-928)))) (|HasCategory| (-711) (QUOTE (-374)))) (-3795 (-12 (|HasCategory| (-711) (QUOTE (-238))) (|HasCategory| (-711) (QUOTE (-374)))) (|HasCategory| (-711) (QUOTE (-237)))) (-3795 (-12 (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-928)))) (|HasCategory| (-711) (QUOTE (-568)))) (-12 (|HasCategory| (-711) (QUOTE (-237))) (|HasCategory| (-711) (QUOTE (-374)))) (-12 (|HasCategory| (-711) (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| (-711) (QUOTE (-374)))) (-12 (|HasCategory| (-711) (QUOTE (-238))) (|HasCategory| (-711) (QUOTE (-374)))) (-12 (|HasCategory| (-711) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-711) (QUOTE (-374)))) (|HasCategory| (-711) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| (-711) (QUOTE (-568))) (|HasAttribute| (-711) (QUOTE -4463)) (|HasAttribute| (-711) (QUOTE -4460)) (-12 (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-928)))) (|HasCategory| (-711) (LIST (QUOTE -919) (QUOTE (-1197)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-928)))) (|HasCategory| (-711) (QUOTE (-146)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-711) (QUOTE (-317))) (|HasCategory| (-711) (QUOTE (-928)))) (|HasCategory| (-711) (QUOTE (-360)))))
(-707 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}.")))
-((-4463 . T))
+((-4465 . T))
NIL
(-708 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}.")))
@@ -2768,13 +2768,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
-(-710 OV E -1956 PG)
+(-710 OV E -2117 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
(-711)
((|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}")))
-((-4163 . T) (-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-2642 . T) (-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-712 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.")))
@@ -2782,7 +2782,7 @@ NIL
NIL
(-713)
((|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}")))
-((-4461 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4463 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-714 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")))
@@ -2800,7 +2800,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
-(-718 S -2014 I)
+(-718 S -3157 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
@@ -2810,7 +2810,7 @@ NIL
NIL
(-720 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)}.}")))
-((-4456 . T) (-4457 . T) (-4459 . T))
+((-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-721 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}.")))
@@ -2820,25 +2820,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
-(-723 R |Mod| -2234 -1872 |exactQuo|)
+(-723 R |Mod| -3565 -3181 |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")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-724 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")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4458 |has| |#1| (-374)) (-4460 |has| |#1| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-926))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-390))))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-576))))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390)))))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576)))))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-1171))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-360))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-238))) (|HasAttribute| |#1| (QUOTE -4460)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-146)))))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4460 |has| |#1| (-374)) (-4462 |has| |#1| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-928))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-390))))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-576))))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390)))))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576)))))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-1173))) (|HasCategory| |#1| (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-360))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-238))) (|HasAttribute| |#1| (QUOTE -4462)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-146)))))
(-725 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
(-726 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}.")))
-((-4457 |has| |#1| (-174)) (-4456 |has| |#1| (-174)) (-4459 . T))
+((-4459 |has| |#1| (-174)) (-4458 |has| |#1| (-174)) (-4461 . T))
((|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))))
-(-727 R |Mod| -2234 -1872 |exactQuo|)
+(-727 R |Mod| -3565 -3181 |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")))
-((-4459 . T))
+((-4461 . T))
NIL
(-728 S R)
((|constructor| (NIL "The category of modules over a commutative ring. \\blankline")))
@@ -2846,11 +2846,11 @@ NIL
NIL
(-729 R)
((|constructor| (NIL "The category of modules over a commutative ring. \\blankline")))
-((-4457 . T) (-4456 . T))
+((-4459 . T) (-4458 . T))
NIL
-(-730 -1956)
+(-730 -2117)
((|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]]}.")))
-((-4459 . T))
+((-4461 . T))
NIL
(-731 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.")))
@@ -2874,7 +2874,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-360))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-379))))
(-736 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.")))
-((-4455 |has| |#1| (-374)) (-4460 |has| |#1| (-374)) (-4454 |has| |#1| (-374)) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 |has| |#1| (-374)) (-4462 |has| |#1| (-374)) (-4456 |has| |#1| (-374)) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-737 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.")))
@@ -2884,7 +2884,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
-(-739 -1956 UP)
+(-739 -2117 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
@@ -2902,8 +2902,8 @@ NIL
NIL
(-743 |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.")))
-(((-4464 "*") |has| |#2| (-174)) (-4455 |has| |#2| (-568)) (-4460 |has| |#2| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#2| (QUOTE (-926))) (-2755 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-926)))) (-2755 (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-926)))) (-2755 (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-926)))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-174))) (-2755 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-568)))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-390))))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-576))))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390)))))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576)))))) (-12 (|HasCategory| (-876 |#1|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374))) (|HasAttribute| |#2| (QUOTE -4460)) (|HasCategory| |#2| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-926)))) (|HasCategory| |#2| (QUOTE (-146)))))
+(((-4466 "*") |has| |#2| (-174)) (-4457 |has| |#2| (-568)) (-4462 |has| |#2| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#2| (QUOTE (-928))) (-3795 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-928)))) (-3795 (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-928)))) (-3795 (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-928)))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-174))) (-3795 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-568)))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-390))))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-576))))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390)))))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576)))))) (-12 (|HasCategory| (-878 |#1|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374))) (|HasAttribute| |#2| (QUOTE -4462)) (|HasCategory| |#2| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-928)))) (|HasCategory| |#2| (QUOTE (-146)))))
(-744 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
@@ -2918,16 +2918,16 @@ NIL
NIL
(-747 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}.")))
-((-4457 |has| |#1| (-174)) (-4456 |has| |#1| (-174)) (-4459 . T))
+((-4459 |has| |#1| (-174)) (-4458 |has| |#1| (-174)) (-4461 . T))
((-12 (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#2| (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#2| (QUOTE (-862))))
(-748 S)
((|constructor| (NIL "A multi-set aggregate is a set which keeps track of the multiplicity of its elements.")))
-((-4452 . T) (-4463 . T))
+((-4454 . T) (-4465 . T))
NIL
(-749 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}.")))
-((-4462 . T) (-4452 . T) (-4463 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4464 . T) (-4454 . T) (-4465 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
(-750)
((|constructor| (NIL "\\spadtype{MoreSystemCommands} implements an interface with the system command facility. These are the commands that are issued from source files or the system interpreter and they start with a close parenthesis,{} \\spadignore{e.g.} \\spadsyscom{what} commands.")) (|systemCommand| (((|Void|) (|String|)) "\\spad{systemCommand(cmd)} takes the string \\spadvar{\\spad{cmd}} and passes it to the runtime environment for execution as a system command. Although various things may be printed,{} no usable value is returned.")))
NIL
@@ -2938,7 +2938,7 @@ NIL
NIL
(-752 |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}.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4457 . T) (-4456 . T) (-4459 . T))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4459 . T) (-4458 . T) (-4461 . T))
NIL
(-753 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")))
@@ -2954,7 +2954,7 @@ NIL
NIL
(-756 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}.")))
-((-4457 . T) (-4456 . T))
+((-4459 . T) (-4458 . T))
NIL
(-757)
((|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}.")))
@@ -3036,11 +3036,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
-(-777 -1956)
+(-777 -2117)
((|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
-(-778 P -1956)
+(-778 P -2117)
((|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
@@ -3048,7 +3048,7 @@ NIL
NIL
NIL
NIL
-(-780 UP -1956)
+(-780 UP -2117)
((|constructor| (NIL "In this package \\spad{F} is a framed algebra over the integers (typically \\spad{F = Z[a]} for some algebraic integer a). The package provides functions to compute the integral closure of \\spad{Z} in the quotient quotient field of \\spad{F}.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| (|Integer|))) (|:| |basisDen| (|Integer|)) (|:| |basisInv| (|Matrix| (|Integer|)))) (|Integer|)) "\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the local integral closure of \\spad{Z} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{Z}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| (|Integer|))) (|:| |basisDen| (|Integer|)) (|:| |basisInv| (|Matrix| (|Integer|))))) "\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the integral closure of \\spad{Z} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{Z}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|discriminant| (((|Integer|)) "\\spad{discriminant()} returns the discriminant of the integral closure of \\spad{Z} in the quotient field of the framed algebra \\spad{F}.")))
NIL
NIL
@@ -3062,9 +3062,9 @@ NIL
NIL
(-783)
((|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.")))
-(((-4464 "*") . T))
+(((-4466 "*") . T))
NIL
-(-784 R -1956)
+(-784 R -2117)
((|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
@@ -3084,7 +3084,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
-(-789 -1956 |ExtF| |SUEx| |ExtP| |n|)
+(-789 -2117 |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
@@ -3098,28 +3098,28 @@ NIL
NIL
(-792 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.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-926))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-390))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-1195))))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-374))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-1195))))) (-2755 (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-1195)))) (-2658 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-1195)))))) (-2755 (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-1195)))) (-2658 (|HasCategory| |#1| (QUOTE (-557)))) (-2658 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-1195)))) (-2658 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-576))))) (-2658 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-1195)))) (-2658 (|HasCategory| |#1| (LIST (QUOTE -1011) (QUOTE (-576))))))) (|HasAttribute| |#1| (QUOTE -4460)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-146)))))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-928))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-390))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-1197))))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-374))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-1197))))) (-3795 (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-1197)))) (-2300 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-1197)))))) (-3795 (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-1197)))) (-2300 (|HasCategory| |#1| (QUOTE (-557)))) (-2300 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-1197)))) (-2300 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-576))))) (-2300 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-1197)))) (-2300 (|HasCategory| |#1| (LIST (QUOTE -1013) (QUOTE (-576))))))) (|HasAttribute| |#1| (QUOTE -4462)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-146)))))
(-793 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
(-794 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)}")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4458 |has| |#1| (-374)) (-4460 |has| |#1| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-926))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-390))))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-576))))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390)))))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576)))))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-1171))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-238))) (|HasAttribute| |#1| (QUOTE -4460)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-146)))))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4460 |has| |#1| (-374)) (-4462 |has| |#1| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-928))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-390))))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-576))))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390)))))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576)))))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-1173))) (|HasCategory| |#1| (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-238))) (|HasAttribute| |#1| (QUOTE -4462)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-146)))))
(-795 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 -419) (QUOTE (-576))))))
(-796 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.}")))
-((-4463 . T) (-4462 . T))
+((-4465 . T) (-4464 . T))
NIL
(-797 S)
((|constructor| (NIL "Numeric provides real and complex numerical evaluation functions for various symbolic types.")) (|numericIfCan| (((|Union| (|Float|) "failed") (|Expression| |#1|) (|PositiveInteger|)) "\\spad{numericIfCan(x, n)} returns a real approximation of \\spad{x} up to \\spad{n} decimal places,{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Float|) "failed") (|Expression| |#1|)) "\\spad{numericIfCan(x)} returns a real approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Float|) "failed") (|Fraction| (|Polynomial| |#1|)) (|PositiveInteger|)) "\\spad{numericIfCan(x,n)} returns a real approximation of \\spad{x} up to \\spad{n} decimal places,{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Float|) "failed") (|Fraction| (|Polynomial| |#1|))) "\\spad{numericIfCan(x)} returns a real approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Float|) "failed") (|Polynomial| |#1|) (|PositiveInteger|)) "\\spad{numericIfCan(x,n)} returns a real approximation of \\spad{x} up to \\spad{n} decimal places,{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Float|) "failed") (|Polynomial| |#1|)) "\\spad{numericIfCan(x)} returns a real approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.")) (|complexNumericIfCan| (((|Union| (|Complex| (|Float|)) "failed") (|Expression| (|Complex| |#1|)) (|PositiveInteger|)) "\\spad{complexNumericIfCan(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places,{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Expression| (|Complex| |#1|))) "\\spad{complexNumericIfCan(x)} returns a complex approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Expression| |#1|) (|PositiveInteger|)) "\\spad{complexNumericIfCan(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places,{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Expression| |#1|)) "\\spad{complexNumericIfCan(x)} returns a complex approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Fraction| (|Polynomial| (|Complex| |#1|))) (|PositiveInteger|)) "\\spad{complexNumericIfCan(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places,{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Fraction| (|Polynomial| (|Complex| |#1|)))) "\\spad{complexNumericIfCan(x)} returns a complex approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Fraction| (|Polynomial| |#1|)) (|PositiveInteger|)) "\\spad{complexNumericIfCan(x, n)} returns a complex approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Fraction| (|Polynomial| |#1|))) "\\spad{complexNumericIfCan(x)} returns a complex approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Polynomial| |#1|) (|PositiveInteger|)) "\\spad{complexNumericIfCan(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places,{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Polynomial| |#1|)) "\\spad{complexNumericIfCan(x)} returns a complex approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Polynomial| (|Complex| |#1|)) (|PositiveInteger|)) "\\spad{complexNumericIfCan(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places,{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Polynomial| (|Complex| |#1|))) "\\spad{complexNumericIfCan(x)} returns a complex approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not constant.")) (|complexNumeric| (((|Complex| (|Float|)) (|Expression| (|Complex| |#1|)) (|PositiveInteger|)) "\\spad{complexNumeric(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Complex| (|Float|)) (|Expression| (|Complex| |#1|))) "\\spad{complexNumeric(x)} returns a complex approximation of \\spad{x}.") (((|Complex| (|Float|)) (|Expression| |#1|) (|PositiveInteger|)) "\\spad{complexNumeric(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Complex| (|Float|)) (|Expression| |#1|)) "\\spad{complexNumeric(x)} returns a complex approximation of \\spad{x}.") (((|Complex| (|Float|)) (|Fraction| (|Polynomial| (|Complex| |#1|))) (|PositiveInteger|)) "\\spad{complexNumeric(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Complex| (|Float|)) (|Fraction| (|Polynomial| (|Complex| |#1|)))) "\\spad{complexNumeric(x)} returns a complex approximation of \\spad{x}.") (((|Complex| (|Float|)) (|Fraction| (|Polynomial| |#1|)) (|PositiveInteger|)) "\\spad{complexNumeric(x, n)} returns a complex approximation of \\spad{x}") (((|Complex| (|Float|)) (|Fraction| (|Polynomial| |#1|))) "\\spad{complexNumeric(x)} returns a complex approximation of \\spad{x}.") (((|Complex| (|Float|)) (|Polynomial| |#1|) (|PositiveInteger|)) "\\spad{complexNumeric(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Complex| (|Float|)) (|Polynomial| |#1|)) "\\spad{complexNumeric(x)} returns a complex approximation of \\spad{x}.") (((|Complex| (|Float|)) (|Polynomial| (|Complex| |#1|)) (|PositiveInteger|)) "\\spad{complexNumeric(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Complex| (|Float|)) (|Polynomial| (|Complex| |#1|))) "\\spad{complexNumeric(x)} returns a complex approximation of \\spad{x}.") (((|Complex| (|Float|)) (|Complex| |#1|) (|PositiveInteger|)) "\\spad{complexNumeric(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Complex| (|Float|)) (|Complex| |#1|)) "\\spad{complexNumeric(x)} returns a complex approximation of \\spad{x}.") (((|Complex| (|Float|)) |#1| (|PositiveInteger|)) "\\spad{complexNumeric(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Complex| (|Float|)) |#1|) "\\spad{complexNumeric(x)} returns a complex approximation of \\spad{x}.")) (|numeric| (((|Float|) (|Expression| |#1|) (|PositiveInteger|)) "\\spad{numeric(x, n)} returns a real approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Float|) (|Expression| |#1|)) "\\spad{numeric(x)} returns a real approximation of \\spad{x}.") (((|Float|) (|Fraction| (|Polynomial| |#1|)) (|PositiveInteger|)) "\\spad{numeric(x,n)} returns a real approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Float|) (|Fraction| (|Polynomial| |#1|))) "\\spad{numeric(x)} returns a real approximation of \\spad{x}.") (((|Float|) (|Polynomial| |#1|) (|PositiveInteger|)) "\\spad{numeric(x,n)} returns a real approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Float|) (|Polynomial| |#1|)) "\\spad{numeric(x)} returns a real approximation of \\spad{x}.") (((|Float|) |#1| (|PositiveInteger|)) "\\spad{numeric(x, n)} returns a real approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Float|) |#1|) "\\spad{numeric(x)} returns a real approximation of \\spad{x}.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-862)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-1068))) (|HasCategory| |#1| (QUOTE (-174))))
+((-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-862)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-1070))) (|HasCategory| |#1| (QUOTE (-174))))
(-798)
((|constructor| (NIL "NumberFormats provides function to format and read arabic and roman numbers,{} to convert numbers to strings and to read floating-point numbers.")) (|ScanFloatIgnoreSpacesIfCan| (((|Union| (|Float|) "failed") (|String|)) "\\spad{ScanFloatIgnoreSpacesIfCan(s)} tries to form a floating point number from the string \\spad{s} ignoring any spaces.")) (|ScanFloatIgnoreSpaces| (((|Float|) (|String|)) "\\spad{ScanFloatIgnoreSpaces(s)} forms a floating point number from the string \\spad{s} ignoring any spaces. Error is generated if the string is not recognised as a floating point number.")) (|ScanRoman| (((|PositiveInteger|) (|String|)) "\\spad{ScanRoman(s)} forms an integer from a Roman numeral string \\spad{s}.")) (|FormatRoman| (((|String|) (|PositiveInteger|)) "\\spad{FormatRoman(n)} forms a Roman numeral string from an integer \\spad{n}.")) (|ScanArabic| (((|PositiveInteger|) (|String|)) "\\spad{ScanArabic(s)} forms an integer from an Arabic numeral string \\spad{s}.")) (|FormatArabic| (((|String|) (|PositiveInteger|)) "\\spad{FormatArabic(n)} forms an Arabic numeral string from an integer \\spad{n}.")))
NIL
@@ -3163,28 +3163,28 @@ NIL
(-808 S R)
((|constructor| (NIL "OctonionCategory gives the categorial frame for the octonions,{} and eight-dimensional non-associative algebra,{} doubling the the quaternions in the same way as doubling the Complex numbers to get the quaternions.")) (|inv| (($ $) "\\spad{inv(o)} returns the inverse of \\spad{o} if it exists.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(o)} returns the real part if all seven imaginary parts are 0,{} and \"failed\" otherwise.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(o)} returns the real part if all seven imaginary parts are 0. Error: if \\spad{o} is not rational.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(o)} tests if \\spad{o} is rational,{} \\spadignore{i.e.} that all seven imaginary parts are 0.")) (|abs| ((|#2| $) "\\spad{abs(o)} computes the absolute value of an octonion,{} equal to the square root of the \\spadfunFrom{norm}{Octonion}.")) (|octon| (($ |#2| |#2| |#2| |#2| |#2| |#2| |#2| |#2|) "\\spad{octon(re,ri,rj,rk,rE,rI,rJ,rK)} constructs an octonion from scalars.")) (|norm| ((|#2| $) "\\spad{norm(o)} returns the norm of an octonion,{} equal to the sum of the squares of its coefficients.")) (|imagK| ((|#2| $) "\\spad{imagK(o)} extracts the imaginary \\spad{K} part of octonion \\spad{o}.")) (|imagJ| ((|#2| $) "\\spad{imagJ(o)} extracts the imaginary \\spad{J} part of octonion \\spad{o}.")) (|imagI| ((|#2| $) "\\spad{imagI(o)} extracts the imaginary \\spad{I} part of octonion \\spad{o}.")) (|imagE| ((|#2| $) "\\spad{imagE(o)} extracts the imaginary \\spad{E} part of octonion \\spad{o}.")) (|imagk| ((|#2| $) "\\spad{imagk(o)} extracts the \\spad{k} part of octonion \\spad{o}.")) (|imagj| ((|#2| $) "\\spad{imagj(o)} extracts the \\spad{j} part of octonion \\spad{o}.")) (|imagi| ((|#2| $) "\\spad{imagi(o)} extracts the \\spad{i} part of octonion \\spad{o}.")) (|real| ((|#2| $) "\\spad{real(o)} extracts real part of octonion \\spad{o}.")) (|conjugate| (($ $) "\\spad{conjugate(o)} negates the imaginary parts \\spad{i},{}\\spad{j},{}\\spad{k},{}\\spad{E},{}\\spad{I},{}\\spad{J},{}\\spad{K} of octonian \\spad{o}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-557))) (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-379))))
+((|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-557))) (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-379))))
(-809 R)
((|constructor| (NIL "OctonionCategory gives the categorial frame for the octonions,{} and eight-dimensional non-associative algebra,{} doubling the the quaternions in the same way as doubling the Complex numbers to get the quaternions.")) (|inv| (($ $) "\\spad{inv(o)} returns the inverse of \\spad{o} if it exists.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(o)} returns the real part if all seven imaginary parts are 0,{} and \"failed\" otherwise.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(o)} returns the real part if all seven imaginary parts are 0. Error: if \\spad{o} is not rational.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(o)} tests if \\spad{o} is rational,{} \\spadignore{i.e.} that all seven imaginary parts are 0.")) (|abs| ((|#1| $) "\\spad{abs(o)} computes the absolute value of an octonion,{} equal to the square root of the \\spadfunFrom{norm}{Octonion}.")) (|octon| (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) "\\spad{octon(re,ri,rj,rk,rE,rI,rJ,rK)} constructs an octonion from scalars.")) (|norm| ((|#1| $) "\\spad{norm(o)} returns the norm of an octonion,{} equal to the sum of the squares of its coefficients.")) (|imagK| ((|#1| $) "\\spad{imagK(o)} extracts the imaginary \\spad{K} part of octonion \\spad{o}.")) (|imagJ| ((|#1| $) "\\spad{imagJ(o)} extracts the imaginary \\spad{J} part of octonion \\spad{o}.")) (|imagI| ((|#1| $) "\\spad{imagI(o)} extracts the imaginary \\spad{I} part of octonion \\spad{o}.")) (|imagE| ((|#1| $) "\\spad{imagE(o)} extracts the imaginary \\spad{E} part of octonion \\spad{o}.")) (|imagk| ((|#1| $) "\\spad{imagk(o)} extracts the \\spad{k} part of octonion \\spad{o}.")) (|imagj| ((|#1| $) "\\spad{imagj(o)} extracts the \\spad{j} part of octonion \\spad{o}.")) (|imagi| ((|#1| $) "\\spad{imagi(o)} extracts the \\spad{i} part of octonion \\spad{o}.")) (|real| ((|#1| $) "\\spad{real(o)} extracts real part of octonion \\spad{o}.")) (|conjugate| (($ $) "\\spad{conjugate(o)} negates the imaginary parts \\spad{i},{}\\spad{j},{}\\spad{k},{}\\spad{E},{}\\spad{I},{}\\spad{J},{}\\spad{K} of octonian \\spad{o}.")))
-((-4456 . T) (-4457 . T) (-4459 . T))
+((-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-810 -2755 R OS S)
+(-810 -3795 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
(-811 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}.")))
-((-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (LIST (QUOTE -526) (QUOTE (-1195)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -296) (|devaluate| |#1|) (|devaluate| |#1|))) (-2755 (|HasCategory| (-1018 |#1|) (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (-2755 (|HasCategory| (-1018 |#1|) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| (-1018 |#1|) (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-1018 |#1|) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))))
+((-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (LIST (QUOTE -526) (QUOTE (-1197)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -296) (|devaluate| |#1|) (|devaluate| |#1|))) (-3795 (|HasCategory| (-1020 |#1|) (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (-3795 (|HasCategory| (-1020 |#1|) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-1081))) (|HasCategory| |#1| (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| (-1020 |#1|) (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-1020 |#1|) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))))
(-812)
((|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
-(-813 R -1956 L)
+(-813 R -2117 L)
((|constructor| (NIL "Solution of linear ordinary differential equations,{} constant coefficient case.")) (|constDsolve| (((|Record| (|:| |particular| |#2|) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Symbol|)) "\\spad{constDsolve(op, g, x)} returns \\spad{[f, [y1,...,ym]]} where \\spad{f} is a particular solution of the equation \\spad{op y = g},{} and the \\spad{yi}\\spad{'s} form a basis for the solutions of \\spad{op y = 0}.")))
NIL
NIL
-(-814 R -1956)
+(-814 R -2117)
((|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
@@ -3192,7 +3192,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
-(-816 R -1956)
+(-816 R -2117)
((|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
@@ -3200,11 +3200,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
-(-818 -1956 UP UPUP R)
+(-818 -2117 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
-(-819 -1956 UP L LQ)
+(-819 -2117 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
@@ -3212,41 +3212,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
-(-821 -1956 UP L LQ)
+(-821 -2117 UP L LQ)
((|constructor| (NIL "In-field solution of Riccati equations,{} primitive case.")) (|changeVar| ((|#3| |#3| (|Fraction| |#2|)) "\\spad{changeVar(+/[ai D^i], a)} returns the operator \\spad{+/[ai (D+a)^i]}.") ((|#3| |#3| |#2|) "\\spad{changeVar(+/[ai D^i], a)} returns the operator \\spad{+/[ai (D+a)^i]}.")) (|singRicDE| (((|List| (|Record| (|:| |frac| (|Fraction| |#2|)) (|:| |eq| |#3|))) |#3| (|Mapping| (|List| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{singRicDE(op, zeros, ezfactor)} returns \\spad{[[f1, L1], [f2, L2], ... , [fk, Lk]]} such that the singular part of any rational solution of the associated Riccati equation of \\spad{op y=0} must be one of the \\spad{fi}\\spad{'s} (up to the constant coefficient),{} in which case the equation for \\spad{z=y e^{-int p}} is \\spad{Li z=0}. \\spad{zeros(C(x),H(x,y))} returns all the \\spad{P_i(x)}\\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{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 ai}} is \\spad{Li z = 0}. \\spad{ric} is a Riccati equation solver over \\spad{F},{} whose input is the associated linear equation.")) (|leadingCoefficientRicDE| (((|List| (|Record| (|:| |deg| (|NonNegativeInteger|)) (|:| |eq| |#2|))) |#3|) "\\spad{leadingCoefficientRicDE(op)} returns \\spad{[[m1, p1], [m2, p2], ... , [mk, pk]]} such that the polynomial part of any rational solution of the associated Riccati equation of \\spad{op y = 0} must have degree \\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
-(-822 -1956 UP)
+(-822 -2117 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
-(-823 -1956 L UP A LO)
+(-823 -2117 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
-(-824 -1956 UP)
+(-824 -2117 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{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 ai}} is \\spad{Li z = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.")) (|ricDsolve| (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op, ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))) "\\spad{ricDsolve(op)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op, ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|))) "\\spad{ricDsolve(op)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op, zeros, ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{ricDsolve(op, zeros)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op, zeros, ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{ricDsolve(op, zeros)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}.")))
NIL
((|HasCategory| |#1| (QUOTE (-27))))
-(-825 -1956 LO)
+(-825 -2117 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
-(-826 -1956 LODO)
+(-826 -2117 LODO)
((|constructor| (NIL "\\spad{ODETools} provides tools for the linear ODE solver.")) (|particularSolution| (((|Union| |#1| "failed") |#2| |#1| (|List| |#1|) (|Mapping| |#1| |#1|)) "\\spad{particularSolution(op, g, [f1,...,fm], I)} returns a particular solution \\spad{h} of the equation \\spad{op y = g} where \\spad{[f1,...,fm]} are linearly independent and \\spad{op(fi)=0}. The value \"failed\" is returned if no particular solution is found. Note: the method of variations of parameters is used.")) (|variationOfParameters| (((|Union| (|Vector| |#1|) "failed") |#2| |#1| (|List| |#1|)) "\\spad{variationOfParameters(op, g, [f1,...,fm])} returns \\spad{[u1,...,um]} such that a particular solution of the equation \\spad{op y = g} is \\spad{f1 int(u1) + ... + fm int(um)} where \\spad{[f1,...,fm]} are linearly independent and \\spad{op(fi)=0}. The value \"failed\" is returned if \\spad{m < n} and no particular solution is found.")) (|wronskianMatrix| (((|Matrix| |#1|) (|List| |#1|) (|NonNegativeInteger|)) "\\spad{wronskianMatrix([f1,...,fn], q, D)} returns the \\spad{q x n} matrix \\spad{m} whose i^th row is \\spad{[f1^(i-1),...,fn^(i-1)]}.") (((|Matrix| |#1|) (|List| |#1|)) "\\spad{wronskianMatrix([f1,...,fn])} returns the \\spad{n x n} matrix \\spad{m} whose i^th row is \\spad{[f1^(i-1),...,fn^(i-1)]}.")))
NIL
NIL
-(-827 -2701 S |f|)
+(-827 -1911 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}.")))
-((-4456 |has| |#2| (-1068)) (-4457 |has| |#2| (-1068)) (-4459 |has| |#2| (-6 -4459)) (-4462 . T))
-((-2755 (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))))) (-2755 (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1119)))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1068)))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#2| (QUOTE (-374))) (-2755 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1068)))) (-2755 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-374)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (-2755 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-379))) (-2755 (-12 (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1068)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1068)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1068)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1068)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1068)))) (|HasCategory| |#2| (QUOTE (-238))) (-2755 (|HasCategory| |#2| (QUOTE (-238))) (-12 (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#2| (QUOTE (-1068))))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1195)))))) (|HasCategory| |#2| (QUOTE (-1119))) (-2755 (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-132)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-174)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-238)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-379)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-738)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-805)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-862)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1068)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1119))))) (-2755 (-12 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1068))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))))) (-2755 (-12 (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))))) (|HasCategory| (-576) (QUOTE (-862))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#2| (QUOTE (-1068)))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1195))))) (-2755 (|HasCategory| |#2| (QUOTE (-1068))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1119)))) (|HasAttribute| |#2| (QUOTE -4459)) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1068)))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195))))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))))
+((-4458 |has| |#2| (-1070)) (-4459 |has| |#2| (-1070)) (-4461 |has| |#2| (-6 -4461)) (-4464 . T))
+((-3795 (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))))) (-3795 (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1121)))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1070)))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#2| (QUOTE (-374))) (-3795 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1070)))) (-3795 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-374)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (-3795 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-379))) (-3795 (-12 (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1070)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1070)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1070)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1070)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1070)))) (|HasCategory| |#2| (QUOTE (-238))) (-3795 (|HasCategory| |#2| (QUOTE (-238))) (-12 (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#2| (QUOTE (-1070))))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -919) (QUOTE (-1197)))))) (|HasCategory| |#2| (QUOTE (-1121))) (-3795 (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-132)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-174)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-238)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-379)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-738)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-805)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-862)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1070)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1121))))) (-3795 (-12 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1070))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))))) (-3795 (-12 (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-379))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))))) (|HasCategory| (-576) (QUOTE (-862))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#2| (QUOTE (-1070)))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -919) (QUOTE (-1197))))) (-3795 (|HasCategory| |#2| (QUOTE (-1070))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-1121)))) (|HasAttribute| |#2| (QUOTE -4461)) (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-1070)))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197))))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))))
(-828 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")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-926))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| (-830 (-1195)) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-390))))) (-12 (|HasCategory| (-830 (-1195)) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-576))))) (-12 (|HasCategory| (-830 (-1195)) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390)))))) (-12 (|HasCategory| (-830 (-1195)) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576)))))) (-12 (|HasCategory| (-830 (-1195)) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasAttribute| |#1| (QUOTE -4460)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-146)))))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-928))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| (-830 (-1197)) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-390))))) (-12 (|HasCategory| (-830 (-1197)) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-576))))) (-12 (|HasCategory| (-830 (-1197)) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390)))))) (-12 (|HasCategory| (-830 (-1197)) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576)))))) (-12 (|HasCategory| (-830 (-1197)) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasAttribute| |#1| (QUOTE -4462)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-146)))))
(-829 |Kernels| R |var|)
((|constructor| (NIL "This constructor produces an ordinary differential ring from a partial differential ring by specifying a variable.")))
-(((-4464 "*") |has| |#2| (-374)) (-4455 |has| |#2| (-374)) (-4460 |has| |#2| (-374)) (-4454 |has| |#2| (-374)) (-4459 . T) (-4457 . T) (-4456 . T))
+(((-4466 "*") |has| |#2| (-374)) (-4457 |has| |#2| (-374)) (-4462 |has| |#2| (-374)) (-4456 |has| |#2| (-374)) (-4461 . T) (-4459 . T) (-4458 . T))
((|HasCategory| |#2| (QUOTE (-374))))
(-830 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})).")))
@@ -3258,7 +3258,7 @@ NIL
((|HasCategory| |#1| (QUOTE (-862))))
(-832)
((|constructor| (NIL "The category of ordered commutative integral domains,{} where ordering and the arithmetic operations are compatible \\blankline")))
-((-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
(-833)
((|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}")))
@@ -3286,7 +3286,7 @@ NIL
NIL
(-839 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}.")))
-((-4456 . T) (-4457 . T) (-4459 . T))
+((-4458 . T) (-4459 . T) (-4461 . T))
((|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-238))))
(-840)
((|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.")))
@@ -3298,7 +3298,7 @@ NIL
NIL
(-842 S)
((|constructor| (NIL "to become an in order iterator")) (|min| ((|#1| $) "\\spad{min(u)} returns the smallest entry in the multiset aggregate \\spad{u}.")))
-((-4462 . T) (-4452 . T) (-4463 . T))
+((-4464 . T) (-4454 . T) (-4465 . T))
NIL
(-843)
((|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.")))
@@ -3310,8 +3310,8 @@ NIL
NIL
(-845 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.")))
-((-4459 |has| |#1| (-860)))
-((|HasCategory| |#1| (QUOTE (-860))) (|HasCategory| |#1| (QUOTE (-21))) (-2755 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-860)))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (-2755 (|HasCategory| |#1| (QUOTE (-860))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-557))))
+((-4461 |has| |#1| (-860)))
+((|HasCategory| |#1| (QUOTE (-860))) (|HasCategory| |#1| (QUOTE (-21))) (-3795 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-860)))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (-3795 (|HasCategory| |#1| (QUOTE (-860))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-557))))
(-846 A S)
((|constructor| (NIL "This category specifies the interface for operators used to build terms,{} in the sense of Universal Algebra. The domain parameter \\spad{S} provides representation for the `external name' of an operator.")) (|is?| (((|Boolean|) $ |#2|) "\\spad{is?(op,n)} holds if the name of the operator \\spad{op} is \\spad{n}.")) (|arity| (((|Arity|) $) "\\spad{arity(op)} returns the arity of the operator \\spad{op}.")) (|name| ((|#2| $) "\\spad{name(op)} returns the externam name of \\spad{op}.")))
NIL
@@ -3322,7 +3322,7 @@ NIL
NIL
(-848 R)
((|constructor| (NIL "Algebra of ADDITIVE operators over a ring.")))
-((-4457 |has| |#1| (-174)) (-4456 |has| |#1| (-174)) (-4459 . T))
+((-4459 |has| |#1| (-174)) (-4458 |has| |#1| (-174)) (-4461 . T))
((|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))))
(-849)
((|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).")))
@@ -3350,13 +3350,13 @@ NIL
NIL
(-855 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.")))
-((-4459 |has| |#1| (-860)))
-((|HasCategory| |#1| (QUOTE (-860))) (|HasCategory| |#1| (QUOTE (-21))) (-2755 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-860)))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (-2755 (|HasCategory| |#1| (QUOTE (-860))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-557))))
+((-4461 |has| |#1| (-860)))
+((|HasCategory| |#1| (QUOTE (-860))) (|HasCategory| |#1| (QUOTE (-21))) (-3795 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-860)))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (-3795 (|HasCategory| |#1| (QUOTE (-860))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-557))))
(-856)
((|constructor| (NIL "Ordered finite sets.")) (|max| (($) "\\spad{max} is the maximum value of \\%.")) (|min| (($) "\\spad{min} is the minimum value of \\%.")))
NIL
NIL
-(-857 -2701 S)
+(-857 -1911 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
@@ -3370,7 +3370,7 @@ NIL
NIL
(-860)
((|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.")))
-((-4459 . T))
+((-4461 . T))
NIL
(-861 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.")))
@@ -3380,1817 +3380,1825 @@ NIL
((|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.")))
NIL
NIL
-(-863 S R)
+(-863 S)
+((|constructor| (NIL "Category of types equipped with a total ordering.")) (>= (((|Boolean|) $ $) "\\spad{x <= y} holds if \\spad{x} is greater or equal than \\spad{y} in the current domain.")) (<= (((|Boolean|) $ $) "\\spad{x <= y} holds if \\spad{x} is less or equal than \\spad{y} in the current domain.")) (> (((|Boolean|) $ $) "\\spad{x > y} holds if \\spad{x} is greater than \\spad{y} in the current domain.")) (< (((|Boolean|) $ $) "\\spad{x < y} holds if \\spad{x} is less than \\spad{y} in the current domain.")))
+NIL
+NIL
+(-864)
+((|constructor| (NIL "Category of types equipped with a total ordering.")) (>= (((|Boolean|) $ $) "\\spad{x <= y} holds if \\spad{x} is greater or equal than \\spad{y} in the current domain.")) (<= (((|Boolean|) $ $) "\\spad{x <= y} holds if \\spad{x} is less or equal than \\spad{y} in the current domain.")) (> (((|Boolean|) $ $) "\\spad{x > y} holds if \\spad{x} is greater than \\spad{y} in the current domain.")) (< (((|Boolean|) $ $) "\\spad{x < y} holds if \\spad{x} is less than \\spad{y} in the current domain.")))
+NIL
+NIL
+(-865 S R)
((|constructor| (NIL "This is the category of univariate skew polynomials over an Ore coefficient ring. The multiplication is given by \\spad{x a = \\sigma(a) x + \\delta a}. This category is an evolution of the types \\indented{2}{MonogenicLinearOperator,{} OppositeMonogenicLinearOperator,{} and} \\indented{2}{NonCommutativeOperatorDivision} developped by Jean Della Dora and Stephen \\spad{M}. Watt.")) (|leftLcm| (($ $ $) "\\spad{leftLcm(a,b)} computes the value \\spad{m} of lowest degree such that \\spad{m = aa*a = bb*b} for some values \\spad{aa} and \\spad{bb}. The value \\spad{m} is computed using right-division.")) (|rightExtendedGcd| (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{rightExtendedGcd(a,b)} returns \\spad{[c,d]} such that \\spad{g = c * a + d * b = rightGcd(a, b)}.")) (|rightGcd| (($ $ $) "\\spad{rightGcd(a,b)} computes the value \\spad{g} of highest degree such that \\indented{3}{\\spad{a = aa*g}} \\indented{3}{\\spad{b = bb*g}} for some values \\spad{aa} and \\spad{bb}. The value \\spad{g} is computed using right-division.")) (|rightExactQuotient| (((|Union| $ "failed") $ $) "\\spad{rightExactQuotient(a,b)} computes the value \\spad{q},{} if it exists such that \\spad{a = q*b}.")) (|rightRemainder| (($ $ $) "\\spad{rightRemainder(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{r} is returned.")) (|rightQuotient| (($ $ $) "\\spad{rightQuotient(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{q} is returned.")) (|rightDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{rightDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``right division\\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| ((|#2| $) "\\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") $ |#2|) "\\spad{exquo(l, a)} returns the exact quotient of \\spad{l} by a,{} returning \\axiom{\"failed\"} if this is not possible.")) (|apply| ((|#2| $ |#2| |#2|) "\\spad{apply(p, c, m)} returns \\spad{p(m)} where the action is given by \\spad{x m = c sigma(m) + delta(m)}.")) (|coefficients| (((|List| |#2|) $) "\\spad{coefficients(l)} returns the list of all the nonzero coefficients of \\spad{l}.")) (|monomial| (($ |#2| (|NonNegativeInteger|)) "\\spad{monomial(c,k)} produces \\spad{c} times the \\spad{k}-th power of the generating operator,{} \\spad{monomial(1,1)}.")) (|coefficient| ((|#2| $ (|NonNegativeInteger|)) "\\spad{coefficient(l,k)} is \\spad{a(k)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|reductum| (($ $) "\\spad{reductum(l)} is \\spad{l - monomial(a(n),n)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|leadingCoefficient| ((|#2| $) "\\spad{leadingCoefficient(l)} is \\spad{a(n)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|minimumDegree| (((|NonNegativeInteger|) $) "\\spad{minimumDegree(l)} is the smallest \\spad{k} such that \\spad{a(k) ~= 0} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(l)} is \\spad{n} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")))
NIL
((|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-174))))
-(-864 R)
+(-866 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)}.}")))
-((-4456 . T) (-4457 . T) (-4459 . T))
+((-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-865 R C)
+(-867 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 (-374))) (|HasCategory| |#1| (QUOTE (-568))))
-(-866 R |sigma| -3640)
+(-868 R |sigma| -1991)
((|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.")))
-((-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-374))))
-(-867 |x| R |sigma| -3640)
+((-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-374))))
+(-869 |x| R |sigma| -1991)
((|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}.")))
-((-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-374))))
-(-868 R)
+((-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-374))))
+(-870 R)
((|constructor| (NIL "This package provides orthogonal polynomials as functions on a ring.")) (|legendreP| ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{legendreP(n,x)} is the \\spad{n}-th Legendre polynomial,{} \\spad{P[n](x)}. These are defined by \\spad{1/sqrt(1-2*x*t+t**2) = sum(P[n](x)*t**n, n = 0..)}.")) (|laguerreL| ((|#1| (|NonNegativeInteger|) (|NonNegativeInteger|) |#1|) "\\spad{laguerreL(m,n,x)} is the associated Laguerre polynomial,{} \\spad{L<m>[n](x)}. This is the \\spad{m}-th derivative of \\spad{L[n](x)}.") ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{laguerreL(n,x)} is the \\spad{n}-th Laguerre polynomial,{} \\spad{L[n](x)}. These are defined by \\spad{exp(-t*x/(1-t))/(1-t) = sum(L[n](x)*t**n/n!, n = 0..)}.")) (|hermiteH| ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{hermiteH(n,x)} is the \\spad{n}-th Hermite polynomial,{} \\spad{H[n](x)}. These are defined by \\spad{exp(2*t*x-t**2) = sum(H[n](x)*t**n/n!, n = 0..)}.")) (|chebyshevU| ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{chebyshevU(n,x)} is the \\spad{n}-th Chebyshev polynomial of the second kind,{} \\spad{U[n](x)}. These are defined by \\spad{1/(1-2*t*x+t**2) = sum(T[n](x) *t**n, n = 0..)}.")) (|chebyshevT| ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{chebyshevT(n,x)} is the \\spad{n}-th Chebyshev polynomial of the first kind,{} \\spad{T[n](x)}. These are defined by \\spad{(1-t*x)/(1-2*t*x+t**2) = sum(T[n](x) *t**n, n = 0..)}.")))
NIL
((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))))
-(-869)
+(-871)
((|constructor| (NIL "Semigroups with compatible ordering.")))
NIL
NIL
-(-870)
+(-872)
((|constructor| (NIL "\\indented{1}{Author : Larry Lambe} Date created : 14 August 1988 Date Last Updated : 11 March 1991 Description : A domain used in order to take the free \\spad{R}-module on the Integers \\spad{I}. This is actually the forgetful functor from OrderedRings to OrderedSets applied to \\spad{I}")) (|value| (((|Integer|) $) "\\spad{value(x)} returns the integer associated with \\spad{x}")) (|coerce| (($ (|Integer|)) "\\spad{coerce(i)} returns the element corresponding to \\spad{i}")))
NIL
NIL
-(-871 S)
+(-873 S)
((|constructor| (NIL "This category describes output byte stream conduits.")) (|writeBytes!| (((|NonNegativeInteger|) $ (|ByteBuffer|)) "\\spad{writeBytes!(c,b)} write bytes from buffer \\spad{`b'} onto the conduit \\spad{`c'}. The actual number of written bytes is returned.")) (|writeUInt8!| (((|Maybe| (|UInt8|)) $ (|UInt8|)) "\\spad{writeUInt8!(c,b)} attempts to write the unsigned 8-bit value \\spad{`v'} on the conduit \\spad{`c'}. Returns the written value if successful,{} otherwise,{} returns \\spad{nothing}.")) (|writeInt8!| (((|Maybe| (|Int8|)) $ (|Int8|)) "\\spad{writeInt8!(c,b)} attempts to write the 8-bit value \\spad{`v'} on the conduit \\spad{`c'}. Returns the written value if successful,{} otherwise,{} returns \\spad{nothing}.")) (|writeByte!| (((|Maybe| (|Byte|)) $ (|Byte|)) "\\spad{writeByte!(c,b)} attempts to write the byte \\spad{`b'} on the conduit \\spad{`c'}. Returns the written byte if successful,{} otherwise,{} returns \\spad{nothing}.")))
NIL
NIL
-(-872)
+(-874)
((|constructor| (NIL "This category describes output byte stream conduits.")) (|writeBytes!| (((|NonNegativeInteger|) $ (|ByteBuffer|)) "\\spad{writeBytes!(c,b)} write bytes from buffer \\spad{`b'} onto the conduit \\spad{`c'}. The actual number of written bytes is returned.")) (|writeUInt8!| (((|Maybe| (|UInt8|)) $ (|UInt8|)) "\\spad{writeUInt8!(c,b)} attempts to write the unsigned 8-bit value \\spad{`v'} on the conduit \\spad{`c'}. Returns the written value if successful,{} otherwise,{} returns \\spad{nothing}.")) (|writeInt8!| (((|Maybe| (|Int8|)) $ (|Int8|)) "\\spad{writeInt8!(c,b)} attempts to write the 8-bit value \\spad{`v'} on the conduit \\spad{`c'}. Returns the written value if successful,{} otherwise,{} returns \\spad{nothing}.")) (|writeByte!| (((|Maybe| (|Byte|)) $ (|Byte|)) "\\spad{writeByte!(c,b)} attempts to write the byte \\spad{`b'} on the conduit \\spad{`c'}. Returns the written byte if successful,{} otherwise,{} returns \\spad{nothing}.")))
NIL
NIL
-(-873)
+(-875)
((|constructor| (NIL "This domain provides representation for binary files open for output operations. `Binary' here means that the conduits do not interpret their contents.")) (|isOpen?| (((|Boolean|) $) "open?(ifile) holds if `ifile' is in open state.")) (|outputBinaryFile| (($ (|String|)) "\\spad{outputBinaryFile(f)} returns an output conduit obtained by opening the file named by \\spad{`f'} as a binary file.") (($ (|FileName|)) "\\spad{outputBinaryFile(f)} returns an output conduit obtained by opening the file named by \\spad{`f'} as a binary file.")))
NIL
NIL
-(-874)
+(-876)
((|constructor| (NIL "This domain is used to create and manipulate mathematical expressions for output. It is intended to provide an insulating layer between the expression rendering software (\\spadignore{e.g.} TeX,{} or Script) and the output coercions in the various domains.")) (SEGMENT (($ $) "\\spad{SEGMENT(x)} creates the prefix form: \\spad{x..}.") (($ $ $) "\\spad{SEGMENT(x,y)} creates the infix form: \\spad{x..y}.")) (|not| (($ $) "\\spad{not f} creates the equivalent prefix form.")) (|or| (($ $ $) "\\spad{f or g} creates the equivalent infix form.")) (|and| (($ $ $) "\\spad{f and g} creates the equivalent infix form.")) (|exquo| (($ $ $) "\\spad{exquo(f,g)} creates the equivalent infix form.")) (|quo| (($ $ $) "\\spad{f quo g} creates the equivalent infix form.")) (|rem| (($ $ $) "\\spad{f rem g} creates the equivalent infix form.")) (|div| (($ $ $) "\\spad{f div g} creates the equivalent infix form.")) (** (($ $ $) "\\spad{f ** g} creates the equivalent infix form.")) (/ (($ $ $) "\\spad{f / g} creates the equivalent infix form.")) (* (($ $ $) "\\spad{f * g} creates the equivalent infix form.")) (- (($ $) "\\spad{- f} creates the equivalent prefix form.") (($ $ $) "\\spad{f - g} creates the equivalent infix form.")) (+ (($ $ $) "\\spad{f + g} creates the equivalent infix form.")) (>= (($ $ $) "\\spad{f >= g} creates the equivalent infix form.")) (<= (($ $ $) "\\spad{f <= g} creates the equivalent infix form.")) (> (($ $ $) "\\spad{f > g} creates the equivalent infix form.")) (< (($ $ $) "\\spad{f < g} creates the equivalent infix form.")) (~= (($ $ $) "\\spad{f ~= g} creates the equivalent infix form.")) (= (($ $ $) "\\spad{f = g} creates the equivalent infix form.")) (|blankSeparate| (($ (|List| $)) "\\spad{blankSeparate(l)} creates the form separating the elements of \\spad{l} by blanks.")) (|semicolonSeparate| (($ (|List| $)) "\\spad{semicolonSeparate(l)} creates the form separating the elements of \\spad{l} by semicolons.")) (|commaSeparate| (($ (|List| $)) "\\spad{commaSeparate(l)} creates the form separating the elements of \\spad{l} by commas.")) (|pile| (($ (|List| $)) "\\spad{pile(l)} creates the form consisting of the elements of \\spad{l} which displays as a pile,{} \\spadignore{i.e.} the elements begin on a new line and are indented right to the same margin.")) (|paren| (($ (|List| $)) "\\spad{paren(lf)} creates the form separating the elements of \\spad{lf} by commas and encloses the result in parentheses.") (($ $) "\\spad{paren(f)} creates the form enclosing \\spad{f} in parentheses.")) (|bracket| (($ (|List| $)) "\\spad{bracket(lf)} creates the form separating the elements of \\spad{lf} by commas and encloses the result in square brackets.") (($ $) "\\spad{bracket(f)} creates the form enclosing \\spad{f} in square brackets.")) (|brace| (($ (|List| $)) "\\spad{brace(lf)} creates the form separating the elements of \\spad{lf} by commas and encloses the result in curly brackets.") (($ $) "\\spad{brace(f)} creates the form enclosing \\spad{f} in braces (curly brackets).")) (|int| (($ $ $ $) "\\spad{int(expr,lowerlimit,upperlimit)} creates the form prefixing \\spad{expr} by an integral sign with both a \\spad{lowerlimit} and \\spad{upperlimit}.") (($ $ $) "\\spad{int(expr,lowerlimit)} creates the form prefixing \\spad{expr} by an integral sign with a \\spad{lowerlimit}.") (($ $) "\\spad{int(expr)} creates the form prefixing \\spad{expr} with an integral sign.")) (|prod| (($ $ $ $) "\\spad{prod(expr,lowerlimit,upperlimit)} creates the form prefixing \\spad{expr} by a capital \\spad{pi} with both a \\spad{lowerlimit} and \\spad{upperlimit}.") (($ $ $) "\\spad{prod(expr,lowerlimit)} creates the form prefixing \\spad{expr} by a capital \\spad{pi} with a \\spad{lowerlimit}.") (($ $) "\\spad{prod(expr)} creates the form prefixing \\spad{expr} by a capital \\spad{pi}.")) (|sum| (($ $ $ $) "\\spad{sum(expr,lowerlimit,upperlimit)} creates the form prefixing \\spad{expr} by a capital sigma with both a \\spad{lowerlimit} and \\spad{upperlimit}.") (($ $ $) "\\spad{sum(expr,lowerlimit)} creates the form prefixing \\spad{expr} by a capital sigma with a \\spad{lowerlimit}.") (($ $) "\\spad{sum(expr)} creates the form prefixing \\spad{expr} by a capital sigma.")) (|overlabel| (($ $ $) "\\spad{overlabel(x,f)} creates the form \\spad{f} with \\spad{\"x} overbar\" over the top.")) (|overbar| (($ $) "\\spad{overbar(f)} creates the form \\spad{f} with an overbar.")) (|prime| (($ $ (|NonNegativeInteger|)) "\\spad{prime(f,n)} creates the form \\spad{f} followed by \\spad{n} primes.") (($ $) "\\spad{prime(f)} creates the form \\spad{f} followed by a suffix prime (single quote).")) (|dot| (($ $ (|NonNegativeInteger|)) "\\spad{dot(f,n)} creates the form \\spad{f} with \\spad{n} dots overhead.") (($ $) "\\spad{dot(f)} creates the form with a one dot overhead.")) (|quote| (($ $) "\\spad{quote(f)} creates the form \\spad{f} with a prefix quote.")) (|supersub| (($ $ (|List| $)) "\\spad{supersub(a,[sub1,super1,sub2,super2,...])} creates a form with each subscript aligned under each superscript.")) (|scripts| (($ $ (|List| $)) "\\spad{scripts(f, [sub, super, presuper, presub])} \\indented{1}{creates a form for \\spad{f} with scripts on all 4 corners.}")) (|presuper| (($ $ $) "\\spad{presuper(f,n)} creates a form for \\spad{f} presuperscripted by \\spad{n}.")) (|presub| (($ $ $) "\\spad{presub(f,n)} creates a form for \\spad{f} presubscripted by \\spad{n}.")) (|super| (($ $ $) "\\spad{super(f,n)} creates a form for \\spad{f} superscripted by \\spad{n}.")) (|sub| (($ $ $) "\\spad{sub(f,n)} creates a form for \\spad{f} subscripted by \\spad{n}.")) (|binomial| (($ $ $) "\\spad{binomial(n,m)} creates a form for the binomial coefficient of \\spad{n} and \\spad{m}.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(f,n)} creates a form for the \\spad{n}th derivative of \\spad{f},{} \\spadignore{e.g.} \\spad{f'},{} \\spad{f''},{} \\spad{f'''},{} \\spad{\"f} super \\spad{iv}\".")) (|rarrow| (($ $ $) "\\spad{rarrow(f,g)} creates a form for the mapping \\spad{f -> g}.")) (|assign| (($ $ $) "\\spad{assign(f,g)} creates a form for the assignment \\spad{f := g}.")) (|slash| (($ $ $) "\\spad{slash(f,g)} creates a form for the horizontal fraction of \\spad{f} over \\spad{g}.")) (|over| (($ $ $) "\\spad{over(f,g)} creates a form for the vertical fraction of \\spad{f} over \\spad{g}.")) (|root| (($ $ $) "\\spad{root(f,n)} creates a form for the \\spad{n}th root of form \\spad{f}.") (($ $) "\\spad{root(f)} creates a form for the square root of form \\spad{f}.")) (|zag| (($ $ $) "\\spad{zag(f,g)} creates a form for the continued fraction form for \\spad{f} over \\spad{g}.")) (|matrix| (($ (|List| (|List| $))) "\\spad{matrix(llf)} makes \\spad{llf} (a list of lists of forms) into a form which displays as a matrix.")) (|box| (($ $) "\\spad{box(f)} encloses \\spad{f} in a box.")) (|label| (($ $ $) "\\spad{label(n,f)} gives form \\spad{f} an equation label \\spad{n}.")) (|string| (($ $) "\\spad{string(f)} creates \\spad{f} with string quotes.")) (|elt| (($ $ (|List| $)) "\\spad{elt(op,l)} creates a form for application of \\spad{op} to list of arguments \\spad{l}.")) (|infix?| (((|Boolean|) $) "\\spad{infix?(op)} returns \\spad{true} if \\spad{op} is an infix operator,{} and \\spad{false} otherwise.")) (|postfix| (($ $ $) "\\spad{postfix(op, a)} creates a form which prints as: a \\spad{op}.")) (|infix| (($ $ $ $) "\\spad{infix(op, a, b)} creates a form which prints as: a \\spad{op} \\spad{b}.") (($ $ (|List| $)) "\\spad{infix(f,l)} creates a form depicting the \\spad{n}-ary application of infix operation \\spad{f} to a tuple of arguments \\spad{l}.")) (|prefix| (($ $ (|List| $)) "\\spad{prefix(f,l)} creates a form depicting the \\spad{n}-ary prefix application of \\spad{f} to a tuple of arguments given by list \\spad{l}.")) (|vconcat| (($ (|List| $)) "\\spad{vconcat(u)} vertically concatenates all forms in list \\spad{u}.") (($ $ $) "\\spad{vconcat(f,g)} vertically concatenates forms \\spad{f} and \\spad{g}.")) (|hconcat| (($ (|List| $)) "\\spad{hconcat(u)} horizontally concatenates all forms in list \\spad{u}.") (($ $ $) "\\spad{hconcat(f,g)} horizontally concatenate forms \\spad{f} and \\spad{g}.")) (|center| (($ $) "\\spad{center(f)} centers form \\spad{f} in total space.") (($ $ (|Integer|)) "\\spad{center(f,n)} centers form \\spad{f} within space of width \\spad{n}.")) (|right| (($ $) "\\spad{right(f)} right-justifies form \\spad{f} in total space.") (($ $ (|Integer|)) "\\spad{right(f,n)} right-justifies form \\spad{f} within space of width \\spad{n}.")) (|left| (($ $) "\\spad{left(f)} left-justifies form \\spad{f} in total space.") (($ $ (|Integer|)) "\\spad{left(f,n)} left-justifies form \\spad{f} within space of width \\spad{n}.")) (|rspace| (($ (|Integer|) (|Integer|)) "\\spad{rspace(n,m)} creates rectangular white space,{} \\spad{n} wide by \\spad{m} high.")) (|vspace| (($ (|Integer|)) "\\spad{vspace(n)} creates white space of height \\spad{n}.")) (|hspace| (($ (|Integer|)) "\\spad{hspace(n)} creates white space of width \\spad{n}.")) (|superHeight| (((|Integer|) $) "\\spad{superHeight(f)} returns the height of form \\spad{f} above the base line.")) (|subHeight| (((|Integer|) $) "\\spad{subHeight(f)} returns the height of form \\spad{f} below the base line.")) (|height| (((|Integer|)) "\\spad{height()} returns the height of the display area (an integer).") (((|Integer|) $) "\\spad{height(f)} returns the height of form \\spad{f} (an integer).")) (|width| (((|Integer|)) "\\spad{width()} returns the width of the display area (an integer).") (((|Integer|) $) "\\spad{width(f)} returns the width of form \\spad{f} (an integer).")) (|doubleFloatFormat| (((|String|) (|String|)) "change the output format for doublefloats using lisp format strings")) (|empty| (($) "\\spad{empty()} creates an empty form.")) (|outputForm| (($ (|DoubleFloat|)) "\\spad{outputForm(sf)} creates an form for small float \\spad{sf}.") (($ (|String|)) "\\spad{outputForm(s)} creates an form for string \\spad{s}.") (($ (|Symbol|)) "\\spad{outputForm(s)} creates an form for symbol \\spad{s}.") (($ (|Integer|)) "\\spad{outputForm(n)} creates an form for integer \\spad{n}.")) (|messagePrint| (((|Void|) (|String|)) "\\spad{messagePrint(s)} prints \\spad{s} without string quotes. Note: \\spad{messagePrint(s)} is equivalent to \\spad{print message(s)}.")) (|message| (($ (|String|)) "\\spad{message(s)} creates an form with no string quotes from string \\spad{s}.")) (|print| (((|Void|) $) "\\spad{print(u)} prints the form \\spad{u}.")))
NIL
NIL
-(-875)
+(-877)
((|constructor| (NIL "OutPackage allows pretty-printing from programs.")) (|outputList| (((|Void|) (|List| (|Any|))) "\\spad{outputList(l)} displays the concatenated components of the list \\spad{l} on the ``algebra output\\spad{''} stream,{} as defined by \\spadsyscom{set output algebra}; quotes are stripped from strings.")) (|output| (((|Void|) (|String|) (|OutputForm|)) "\\spad{output(s,x)} displays the string \\spad{s} followed by the form \\spad{x} on the ``algebra output\\spad{''} stream,{} as defined by \\spadsyscom{set output algebra}.") (((|Void|) (|OutputForm|)) "\\spad{output(x)} displays the output form \\spad{x} on the ``algebra output\\spad{''} stream,{} as defined by \\spadsyscom{set output algebra}.") (((|Void|) (|String|)) "\\spad{output(s)} displays the string \\spad{s} on the ``algebra output\\spad{''} stream,{} as defined by \\spadsyscom{set output algebra}.")))
NIL
NIL
-(-876 |VariableList|)
+(-878 |VariableList|)
((|constructor| (NIL "This domain implements ordered variables")) (|variable| (((|Union| $ "failed") (|Symbol|)) "\\spad{variable(s)} returns a member of the variable set or failed")))
NIL
NIL
-(-877)
+(-879)
((|constructor| (NIL "This domain represents set of overloaded operators (in fact operator descriptors).")) (|members| (((|List| (|FunctionDescriptor|)) $) "\\spad{members(x)} returns the list of operator descriptors,{} \\spadignore{e.g.} signature and implementation slots,{} of the overload set \\spad{x}.")) (|name| (((|Identifier|) $) "\\spad{name(x)} returns the name of the overload set \\spad{x}.")))
NIL
NIL
-(-878 R |vl| |wl| |wtlevel|)
+(-880 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)")))
-((-4457 |has| |#1| (-174)) (-4456 |has| |#1| (-174)) (-4459 . T))
+((-4459 |has| |#1| (-174)) (-4458 |has| |#1| (-174)) (-4461 . T))
((|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))))
-(-879 R PS UP)
+(-881 R PS UP)
((|constructor| (NIL "\\indented{1}{This package computes reliable Pad&ea. approximants using} a generalized Viskovatov continued fraction algorithm. Authors: Burge,{} Hassner & Watt. Date Created: April 1987 Date Last Updated: 12 April 1990 Keywords: Pade,{} series Examples: References: \\indented{2}{\"Pade Approximants,{} Part I: Basic Theory\",{} Baker & Graves-Morris.}")) (|padecf| (((|Union| (|ContinuedFraction| |#3|) "failed") (|NonNegativeInteger|) (|NonNegativeInteger|) |#2| |#2|) "\\spad{padecf(nd,dd,ns,ds)} computes the approximant as a continued fraction of polynomials (if it exists) for arguments \\spad{nd} (numerator degree of approximant),{} \\spad{dd} (denominator degree of approximant),{} \\spad{ns} (numerator series of function),{} and \\spad{ds} (denominator series of function).")) (|pade| (((|Union| (|Fraction| |#3|) "failed") (|NonNegativeInteger|) (|NonNegativeInteger|) |#2| |#2|) "\\spad{pade(nd,dd,ns,ds)} computes the approximant as a quotient of polynomials (if it exists) for arguments \\spad{nd} (numerator degree of approximant),{} \\spad{dd} (denominator degree of approximant),{} \\spad{ns} (numerator series of function),{} and \\spad{ds} (denominator series of function).")))
NIL
NIL
-(-880 R |x| |pt|)
+(-882 R |x| |pt|)
((|constructor| (NIL "\\indented{1}{This package computes reliable Pad&ea. approximants using} a generalized Viskovatov continued fraction algorithm. Authors: Trager,{}Burge,{} Hassner & Watt. Date Created: April 1987 Date Last Updated: 12 April 1990 Keywords: Pade,{} series Examples: References: \\indented{2}{\"Pade Approximants,{} Part I: Basic Theory\",{} Baker & Graves-Morris.}")) (|pade| (((|Union| (|Fraction| (|UnivariatePolynomial| |#2| |#1|)) "failed") (|NonNegativeInteger|) (|NonNegativeInteger|) (|UnivariateTaylorSeries| |#1| |#2| |#3|)) "\\spad{pade(nd,dd,s)} computes the quotient of polynomials (if it exists) with numerator degree at most \\spad{nd} and denominator degree at most \\spad{dd} which matches the series \\spad{s} to order \\spad{nd + dd}.") (((|Union| (|Fraction| (|UnivariatePolynomial| |#2| |#1|)) "failed") (|NonNegativeInteger|) (|NonNegativeInteger|) (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|UnivariateTaylorSeries| |#1| |#2| |#3|)) "\\spad{pade(nd,dd,ns,ds)} computes the approximant as a quotient of polynomials (if it exists) for arguments \\spad{nd} (numerator degree of approximant),{} \\spad{dd} (denominator degree of approximant),{} \\spad{ns} (numerator series of function),{} and \\spad{ds} (denominator series of function).")))
NIL
NIL
-(-881 |p|)
+(-883 |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}.")))
-((-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-882 |p|)
+(-884 |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).")))
-((-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-883 |p|)
+(-885 |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).")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| (-882 |#1|) (QUOTE (-926))) (|HasCategory| (-882 |#1|) (LIST (QUOTE -1057) (QUOTE (-1195)))) (|HasCategory| (-882 |#1|) (QUOTE (-146))) (|HasCategory| (-882 |#1|) (QUOTE (-148))) (|HasCategory| (-882 |#1|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-882 |#1|) (QUOTE (-1041))) (|HasCategory| (-882 |#1|) (QUOTE (-832))) (-2755 (|HasCategory| (-882 |#1|) (QUOTE (-832))) (|HasCategory| (-882 |#1|) (QUOTE (-862)))) (|HasCategory| (-882 |#1|) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| (-882 |#1|) (QUOTE (-1171))) (|HasCategory| (-882 |#1|) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| (-882 |#1|) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| (-882 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| (-882 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| (-882 |#1|) (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| (-882 |#1|) (QUOTE (-237))) (|HasCategory| (-882 |#1|) (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| (-882 |#1|) (QUOTE (-238))) (|HasCategory| (-882 |#1|) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-882 |#1|) (LIST (QUOTE -526) (QUOTE (-1195)) (LIST (QUOTE -882) (|devaluate| |#1|)))) (|HasCategory| (-882 |#1|) (LIST (QUOTE -319) (LIST (QUOTE -882) (|devaluate| |#1|)))) (|HasCategory| (-882 |#1|) (LIST (QUOTE -296) (LIST (QUOTE -882) (|devaluate| |#1|)) (LIST (QUOTE -882) (|devaluate| |#1|)))) (|HasCategory| (-882 |#1|) (QUOTE (-317))) (|HasCategory| (-882 |#1|) (QUOTE (-557))) (|HasCategory| (-882 |#1|) (QUOTE (-862))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-882 |#1|) (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-882 |#1|) (QUOTE (-926)))) (|HasCategory| (-882 |#1|) (QUOTE (-146)))))
-(-884 |p| PADIC)
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| (-884 |#1|) (QUOTE (-928))) (|HasCategory| (-884 |#1|) (LIST (QUOTE -1059) (QUOTE (-1197)))) (|HasCategory| (-884 |#1|) (QUOTE (-146))) (|HasCategory| (-884 |#1|) (QUOTE (-148))) (|HasCategory| (-884 |#1|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-884 |#1|) (QUOTE (-1043))) (|HasCategory| (-884 |#1|) (QUOTE (-832))) (-3795 (|HasCategory| (-884 |#1|) (QUOTE (-832))) (|HasCategory| (-884 |#1|) (QUOTE (-862)))) (|HasCategory| (-884 |#1|) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| (-884 |#1|) (QUOTE (-1173))) (|HasCategory| (-884 |#1|) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| (-884 |#1|) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| (-884 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| (-884 |#1|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| (-884 |#1|) (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| (-884 |#1|) (QUOTE (-237))) (|HasCategory| (-884 |#1|) (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| (-884 |#1|) (QUOTE (-238))) (|HasCategory| (-884 |#1|) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-884 |#1|) (LIST (QUOTE -526) (QUOTE (-1197)) (LIST (QUOTE -884) (|devaluate| |#1|)))) (|HasCategory| (-884 |#1|) (LIST (QUOTE -319) (LIST (QUOTE -884) (|devaluate| |#1|)))) (|HasCategory| (-884 |#1|) (LIST (QUOTE -296) (LIST (QUOTE -884) (|devaluate| |#1|)) (LIST (QUOTE -884) (|devaluate| |#1|)))) (|HasCategory| (-884 |#1|) (QUOTE (-317))) (|HasCategory| (-884 |#1|) (QUOTE (-557))) (|HasCategory| (-884 |#1|) (QUOTE (-862))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-884 |#1|) (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-884 |#1|) (QUOTE (-928)))) (|HasCategory| (-884 |#1|) (QUOTE (-146)))))
+(-886 |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)}.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#2| (QUOTE (-926))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (QUOTE (-1041))) (|HasCategory| |#2| (QUOTE (-832))) (-2755 (|HasCategory| |#2| (QUOTE (-832))) (|HasCategory| |#2| (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-1171))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (LIST (QUOTE -526) (QUOTE (-1195)) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -296) (|devaluate| |#2|) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-317))) (|HasCategory| |#2| (QUOTE (-557))) (|HasCategory| |#2| (QUOTE (-862))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-926)))) (|HasCategory| |#2| (QUOTE (-146)))))
-(-885 S T$)
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#2| (QUOTE (-928))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (QUOTE (-1043))) (|HasCategory| |#2| (QUOTE (-832))) (-3795 (|HasCategory| |#2| (QUOTE (-832))) (|HasCategory| |#2| (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-1173))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#2| (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (LIST (QUOTE -526) (QUOTE (-1197)) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -296) (|devaluate| |#2|) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-317))) (|HasCategory| |#2| (QUOTE (-557))) (|HasCategory| |#2| (QUOTE (-862))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-928)))) (|HasCategory| |#2| (QUOTE (-146)))))
+(-887 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 (-1119))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-1119)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))))
-(-886)
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-1121)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))))
+(-888)
((|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
NIL
-(-887)
+(-889)
((|constructor| (NIL "This package provides a coerce from polynomials over algebraic numbers to \\spadtype{Expression AlgebraicNumber}.")) (|coerce| (((|Expression| (|Integer|)) (|Fraction| (|Polynomial| (|AlgebraicNumber|)))) "\\spad{coerce(rf)} converts \\spad{rf},{} a fraction of polynomial \\spad{p} with algebraic number coefficients to \\spadtype{Expression Integer}.") (((|Expression| (|Integer|)) (|Polynomial| (|AlgebraicNumber|))) "\\spad{coerce(p)} converts the polynomial \\spad{p} with algebraic number coefficients to \\spadtype{Expression Integer}.")))
NIL
NIL
-(-888)
+(-890)
((|constructor| (NIL "Representation of parameters to functions or constructors. For the most part,{} they are Identifiers. However,{} in very cases,{} they are \"flags\",{} \\spadignore{e.g.} string literals.")) (|autoCoerce| (((|String|) $) "\\spad{autoCoerce(x)@String} implicitly coerce the object \\spad{x} to \\spadtype{String}. This function is left at the discretion of the compiler.") (((|Identifier|) $) "\\spad{autoCoerce(x)@Identifier} implicitly coerce the object \\spad{x} to \\spadtype{Identifier}. This function is left at the discretion of the compiler.")) (|case| (((|Boolean|) $ (|[\|\|]| (|String|))) "\\spad{x case String} if the parameter AST object \\spad{x} designates a flag.") (((|Boolean|) $ (|[\|\|]| (|Identifier|))) "\\spad{x case Identifier} if the parameter AST object \\spad{x} designates an \\spadtype{Identifier}.")))
NIL
NIL
-(-889 CF1 CF2)
+(-891 CF1 CF2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|ParametricPlaneCurve| |#2|) (|Mapping| |#2| |#1|) (|ParametricPlaneCurve| |#1|)) "\\spad{map(f,x)} \\undocumented")))
NIL
NIL
-(-890 |ComponentFunction|)
+(-892 |ComponentFunction|)
((|constructor| (NIL "ParametricPlaneCurve is used for plotting parametric plane curves in the affine plane.")) (|coordinate| ((|#1| $ (|NonNegativeInteger|)) "\\spad{coordinate(c,i)} returns a coordinate function for \\spad{c} using 1-based indexing according to \\spad{i}. This indicates what the function for the coordinate component \\spad{i} of the plane curve is.")) (|curve| (($ |#1| |#1|) "\\spad{curve(c1,c2)} creates a plane curve from 2 component functions \\spad{c1} and \\spad{c2}.")))
NIL
NIL
-(-891 CF1 CF2)
+(-893 CF1 CF2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|ParametricSpaceCurve| |#2|) (|Mapping| |#2| |#1|) (|ParametricSpaceCurve| |#1|)) "\\spad{map(f,x)} \\undocumented")))
NIL
NIL
-(-892 |ComponentFunction|)
+(-894 |ComponentFunction|)
((|constructor| (NIL "ParametricSpaceCurve is used for plotting parametric space curves in affine 3-space.")) (|coordinate| ((|#1| $ (|NonNegativeInteger|)) "\\spad{coordinate(c,i)} returns a coordinate function of \\spad{c} using 1-based indexing according to \\spad{i}. This indicates what the function for the coordinate component,{} \\spad{i},{} of the space curve is.")) (|curve| (($ |#1| |#1| |#1|) "\\spad{curve(c1,c2,c3)} creates a space curve from 3 component functions \\spad{c1},{} \\spad{c2},{} and \\spad{c3}.")))
NIL
NIL
-(-893)
+(-895)
((|constructor| (NIL "\\indented{1}{This package provides a simple Spad script parser.} Related Constructors: Syntax. See Also: Syntax.")) (|getSyntaxFormsFromFile| (((|List| (|Syntax|)) (|String|)) "\\spad{getSyntaxFormsFromFile(f)} parses the source file \\spad{f} (supposedly containing Spad scripts) and returns a List Syntax. The filename \\spad{f} is supposed to have the proper extension. Note that source location information is not part of result.")))
NIL
NIL
-(-894 CF1 CF2)
+(-896 CF1 CF2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|ParametricSurface| |#2|) (|Mapping| |#2| |#1|) (|ParametricSurface| |#1|)) "\\spad{map(f,x)} \\undocumented")))
NIL
NIL
-(-895 |ComponentFunction|)
+(-897 |ComponentFunction|)
((|constructor| (NIL "ParametricSurface is used for plotting parametric surfaces in affine 3-space.")) (|coordinate| ((|#1| $ (|NonNegativeInteger|)) "\\spad{coordinate(s,i)} returns a coordinate function of \\spad{s} using 1-based indexing according to \\spad{i}. This indicates what the function for the coordinate component,{} \\spad{i},{} of the surface is.")) (|surface| (($ |#1| |#1| |#1|) "\\spad{surface(c1,c2,c3)} creates a surface from 3 parametric component functions \\spad{c1},{} \\spad{c2},{} and \\spad{c3}.")))
NIL
NIL
-(-896)
+(-898)
((|constructor| (NIL "PartitionsAndPermutations contains functions for generating streams of integer partitions,{} and streams of sequences of integers composed from a multi-set.")) (|permutations| (((|Stream| (|List| (|Integer|))) (|Integer|)) "\\spad{permutations(n)} is the stream of permutations \\indented{1}{formed from \\spad{1,2,3,...,n}.}")) (|sequences| (((|Stream| (|List| (|Integer|))) (|List| (|Integer|))) "\\spad{sequences([l0,l1,l2,..,ln])} is the set of \\indented{1}{all sequences formed from} \\spad{l0} 0\\spad{'s},{}\\spad{l1} 1\\spad{'s},{}\\spad{l2} 2\\spad{'s},{}...,{}\\spad{ln} \\spad{n}\\spad{'s}.") (((|Stream| (|List| (|Integer|))) (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{sequences(l1,l2)} is the stream of all sequences that \\indented{1}{can be composed from the multiset defined from} \\indented{1}{two lists of integers \\spad{l1} and \\spad{l2}.} \\indented{1}{For example,{}the pair \\spad{([1,2,4],[2,3,5])} represents} \\indented{1}{multi-set with 1 \\spad{2},{} 2 \\spad{3}\\spad{'s},{} and 4 \\spad{5}\\spad{'s}.}")) (|shufflein| (((|Stream| (|List| (|Integer|))) (|List| (|Integer|)) (|Stream| (|List| (|Integer|)))) "\\spad{shufflein(l,st)} maps shuffle(\\spad{l},{}\\spad{u}) on to all \\indented{1}{members \\spad{u} of \\spad{st},{} concatenating the results.}")) (|shuffle| (((|Stream| (|List| (|Integer|))) (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{shuffle(l1,l2)} forms the stream of all shuffles of \\spad{l1} \\indented{1}{and \\spad{l2},{} \\spadignore{i.e.} all sequences that can be formed from} \\indented{1}{merging \\spad{l1} and \\spad{l2}.}")) (|conjugates| (((|Stream| (|List| (|PositiveInteger|))) (|Stream| (|List| (|PositiveInteger|)))) "\\spad{conjugates(lp)} is the stream of conjugates of a stream \\indented{1}{of partitions \\spad{lp}.}")) (|conjugate| (((|List| (|PositiveInteger|)) (|List| (|PositiveInteger|))) "\\spad{conjugate(pt)} is the conjugate of the partition \\spad{pt}.")))
NIL
NIL
-(-897 R)
+(-899 R)
((|constructor| (NIL "An object \\spad{S} is Patternable over an object \\spad{R} if \\spad{S} can lift the conversions from \\spad{R} into \\spadtype{Pattern(Integer)} and \\spadtype{Pattern(Float)} to itself.")))
NIL
NIL
-(-898 R S L)
+(-900 R S L)
((|constructor| (NIL "A PatternMatchListResult is an object internally returned by the pattern matcher when matching on lists. It is either a failed match,{} or a pair of PatternMatchResult,{} one for atoms (elements of the list),{} and one for lists.")) (|lists| (((|PatternMatchResult| |#1| |#3|) $) "\\spad{lists(r)} returns the list of matches that match lists.")) (|atoms| (((|PatternMatchResult| |#1| |#2|) $) "\\spad{atoms(r)} returns the list of matches that match atoms (elements of the lists).")) (|makeResult| (($ (|PatternMatchResult| |#1| |#2|) (|PatternMatchResult| |#1| |#3|)) "\\spad{makeResult(r1,r2)} makes the combined result [\\spad{r1},{}\\spad{r2}].")) (|new| (($) "\\spad{new()} returns a new empty match result.")) (|failed| (($) "\\spad{failed()} returns a failed match.")) (|failed?| (((|Boolean|) $) "\\spad{failed?(r)} tests if \\spad{r} is a failed match.")))
NIL
NIL
-(-899 S)
+(-901 S)
((|constructor| (NIL "A set \\spad{R} is PatternMatchable over \\spad{S} if elements of \\spad{R} can be matched to patterns over \\spad{S}.")) (|patternMatch| (((|PatternMatchResult| |#1| $) $ (|Pattern| |#1|) (|PatternMatchResult| |#1| $)) "\\spad{patternMatch(expr, pat, res)} matches the pattern \\spad{pat} to the expression \\spad{expr}. res contains the variables of \\spad{pat} which are already matched and their matches (necessary for recursion). Initially,{} res is just the result of \\spadfun{new} which is an empty list of matches.")))
NIL
NIL
-(-900 |Base| |Subject| |Pat|)
+(-902 |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 (-2658 (|HasCategory| |#2| (QUOTE (-1068)))) (-2658 (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-1195)))))) (-12 (|HasCategory| |#2| (QUOTE (-1068))) (-2658 (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-1195)))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-1195)))))
-(-901 R A B)
+((-12 (-2300 (|HasCategory| |#2| (QUOTE (-1070)))) (-2300 (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-1197)))))) (-12 (|HasCategory| |#2| (QUOTE (-1070))) (-2300 (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-1197)))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-1197)))))
+(-903 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
NIL
-(-902 R S)
+(-904 R S)
((|constructor| (NIL "A PatternMatchResult is an object internally returned by the pattern matcher; It is either a failed match,{} or a list of matches of the form (var,{} expr) meaning that the variable var matches the expression expr.")) (|satisfy?| (((|Union| (|Boolean|) "failed") $ (|Pattern| |#1|)) "\\spad{satisfy?(r, p)} returns \\spad{true} if the matches satisfy the top-level predicate of \\spad{p},{} \\spad{false} if they don\\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
-(-903 R -2014)
+(-905 R -3157)
((|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
-(-904 R S)
+(-906 R S)
((|constructor| (NIL "Lifts maps to patterns.")) (|map| (((|Pattern| |#2|) (|Mapping| |#2| |#1|) (|Pattern| |#1|)) "\\spad{map(f, p)} applies \\spad{f} to all the leaves of \\spad{p} and returns the result as a pattern over \\spad{S}.")))
NIL
NIL
-(-905 R)
+(-907 R)
((|constructor| (NIL "Patterns for use by the pattern matcher.")) (|optpair| (((|Union| (|List| $) "failed") (|List| $)) "\\spad{optpair(l)} returns \\spad{l} has the form \\spad{[a, b]} and a is optional,{} and \"failed\" otherwise.")) (|variables| (((|List| $) $) "\\spad{variables(p)} returns the list of matching variables appearing in \\spad{p}.")) (|getBadValues| (((|List| (|Any|)) $) "\\spad{getBadValues(p)} returns the list of \"bad values\" for \\spad{p}. Note: \\spad{p} is not allowed to match any of its \"bad values\".")) (|addBadValue| (($ $ (|Any|)) "\\spad{addBadValue(p, v)} adds \\spad{v} to the list of \"bad values\" for \\spad{p}. Note: \\spad{p} is not allowed to match any of its \"bad values\".")) (|resetBadValues| (($ $) "\\spad{resetBadValues(p)} initializes the list of \"bad values\" for \\spad{p} to \\spad{[]}. Note: \\spad{p} is not allowed to match any of its \"bad values\".")) (|hasTopPredicate?| (((|Boolean|) $) "\\spad{hasTopPredicate?(p)} tests if \\spad{p} has a top-level predicate.")) (|topPredicate| (((|Record| (|:| |var| (|List| (|Symbol|))) (|:| |pred| (|Any|))) $) "\\spad{topPredicate(x)} returns \\spad{[[a1,...,an], f]} where the top-level predicate of \\spad{x} is \\spad{f(a1,...,an)}. Note: \\spad{n} is 0 if \\spad{x} has no top-level predicate.")) (|setTopPredicate| (($ $ (|List| (|Symbol|)) (|Any|)) "\\spad{setTopPredicate(x, [a1,...,an], f)} returns \\spad{x} with the top-level predicate set to \\spad{f(a1,...,an)}.")) (|patternVariable| (($ (|Symbol|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\spad{patternVariable(x, c?, o?, m?)} creates a pattern variable \\spad{x},{} which is constant if \\spad{c? = true},{} optional if \\spad{o? = true},{} and multiple if \\spad{m? = true}.")) (|withPredicates| (($ $ (|List| (|Any|))) "\\spad{withPredicates(p, [p1,...,pn])} makes a copy of \\spad{p} and attaches the predicate \\spad{p1} and ... and \\spad{pn} to the copy,{} which is returned.")) (|setPredicates| (($ $ (|List| (|Any|))) "\\spad{setPredicates(p, [p1,...,pn])} attaches the predicate \\spad{p1} and ... and \\spad{pn} to \\spad{p}.")) (|predicates| (((|List| (|Any|)) $) "\\spad{predicates(p)} returns \\spad{[p1,...,pn]} such that the predicate attached to \\spad{p} is \\spad{p1} and ... and \\spad{pn}.")) (|hasPredicate?| (((|Boolean|) $) "\\spad{hasPredicate?(p)} tests if \\spad{p} has predicates attached to it.")) (|optional?| (((|Boolean|) $) "\\spad{optional?(p)} tests if \\spad{p} is a single matching variable which can match an identity.")) (|multiple?| (((|Boolean|) $) "\\spad{multiple?(p)} tests if \\spad{p} is a single matching variable allowing list matching or multiple term matching in a sum or product.")) (|generic?| (((|Boolean|) $) "\\spad{generic?(p)} tests if \\spad{p} is a single matching variable.")) (|constant?| (((|Boolean|) $) "\\spad{constant?(p)} tests if \\spad{p} contains no matching variables.")) (|symbol?| (((|Boolean|) $) "\\spad{symbol?(p)} tests if \\spad{p} is a symbol.")) (|quoted?| (((|Boolean|) $) "\\spad{quoted?(p)} tests if \\spad{p} is of the form \\spad{'s} for a symbol \\spad{s}.")) (|inR?| (((|Boolean|) $) "\\spad{inR?(p)} tests if \\spad{p} is an atom (\\spadignore{i.e.} an element of \\spad{R}).")) (|copy| (($ $) "\\spad{copy(p)} returns a recursive copy of \\spad{p}.")) (|convert| (($ (|List| $)) "\\spad{convert([a1,...,an])} returns the pattern \\spad{[a1,...,an]}.")) (|depth| (((|NonNegativeInteger|) $) "\\spad{depth(p)} returns the nesting level of \\spad{p}.")) (/ (($ $ $) "\\spad{a / b} returns the pattern \\spad{a / b}.")) (** (($ $ $) "\\spad{a ** b} returns the pattern \\spad{a ** b}.") (($ $ (|NonNegativeInteger|)) "\\spad{a ** n} returns the pattern \\spad{a ** n}.")) (* (($ $ $) "\\spad{a * b} returns the pattern \\spad{a * b}.")) (+ (($ $ $) "\\spad{a + b} returns the pattern \\spad{a + b}.")) (|elt| (($ (|BasicOperator|) (|List| $)) "\\spad{elt(op, [a1,...,an])} returns \\spad{op(a1,...,an)}.")) (|isPower| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| $)) "failed") $) "\\spad{isPower(p)} returns \\spad{[a, b]} if \\spad{p = a ** b},{} and \"failed\" otherwise.")) (|isList| (((|Union| (|List| $) "failed") $) "\\spad{isList(p)} returns \\spad{[a1,...,an]} if \\spad{p = [a1,...,an]},{} \"failed\" otherwise.")) (|isQuotient| (((|Union| (|Record| (|:| |num| $) (|:| |den| $)) "failed") $) "\\spad{isQuotient(p)} returns \\spad{[a, b]} if \\spad{p = a / b},{} and \"failed\" otherwise.")) (|isExpt| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| (|NonNegativeInteger|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[q, n]} if \\spad{n > 0} and \\spad{p = q ** n},{} and \"failed\" otherwise.")) (|isOp| (((|Union| (|Record| (|:| |op| (|BasicOperator|)) (|:| |arg| (|List| $))) "failed") $) "\\spad{isOp(p)} returns \\spad{[op, [a1,...,an]]} if \\spad{p = op(a1,...,an)},{} and \"failed\" otherwise.") (((|Union| (|List| $) "failed") $ (|BasicOperator|)) "\\spad{isOp(p, op)} returns \\spad{[a1,...,an]} if \\spad{p = op(a1,...,an)},{} and \"failed\" otherwise.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,...,an]} if \\spad{n > 1} and \\spad{p = a1 * ... * an},{} and \"failed\" otherwise.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[a1,...,an]} if \\spad{n > 1} \\indented{1}{and \\spad{p = a1 + ... + an},{}} and \"failed\" otherwise.")) ((|One|) (($) "1")) ((|Zero|) (($) "0")))
NIL
NIL
-(-906 |VarSet|)
+(-908 |VarSet|)
((|constructor| (NIL "This domain provides the internal representation of polynomials in non-commutative variables written over the Poincare-Birkhoff-Witt basis. See the \\spadtype{XPBWPolynomial} domain constructor. See Free Lie Algebras by \\spad{C}. Reutenauer (Oxford science publications). \\newline Author: Michel Petitot (petitot@lifl.\\spad{fr}).")) (|varList| (((|List| |#1|) $) "\\spad{varList([l1]*[l2]*...[ln])} returns the list of variables in the word \\spad{l1*l2*...*ln}.")) (|retractable?| (((|Boolean|) $) "\\spad{retractable?([l1]*[l2]*...[ln])} returns \\spad{true} iff \\spad{n} equals \\spad{1}.")) (|rest| (($ $) "\\spad{rest([l1]*[l2]*...[ln])} returns the list \\spad{l2, .... ln}.")) (|ListOfTerms| (((|List| (|LyndonWord| |#1|)) $) "\\spad{ListOfTerms([l1]*[l2]*...[ln])} returns the list of words \\spad{l1, l2, .... ln}.")) (|length| (((|NonNegativeInteger|) $) "\\spad{length([l1]*[l2]*...[ln])} returns the length of the word \\spad{l1*l2*...*ln}.")) (|first| (((|LyndonWord| |#1|) $) "\\spad{first([l1]*[l2]*...[ln])} returns the Lyndon word \\spad{l1}.")) (|coerce| (($ |#1|) "\\spad{coerce(v)} return \\spad{v}") (((|OrderedFreeMonoid| |#1|) $) "\\spad{coerce([l1]*[l2]*...[ln])} returns the word \\spad{l1*l2*...*ln},{} where \\spad{[l_i]} is the backeted form of the Lyndon word \\spad{l_i}.")) ((|One|) (($) "\\spad{1} returns the empty list.")))
NIL
NIL
-(-907 UP R)
+(-909 UP R)
((|constructor| (NIL "This package \\undocumented")) (|compose| ((|#1| |#1| |#1|) "\\spad{compose(p,q)} \\undocumented")))
NIL
NIL
-(-908 A T$ S)
+(-910 A T$ S)
((|constructor| (NIL "\\indented{2}{This category captures the interface of domains with a distinguished} \\indented{2}{operation named \\spad{differentiate} for partial differentiation with} \\indented{2}{respect to some domain of variables.} See Also: \\indented{2}{DifferentialDomain,{} PartialDifferentialSpace}")) (D ((|#2| $ |#3|) "\\spad{D(x,v)} is a shorthand for \\spad{differentiate(x,v)}")) (|differentiate| ((|#2| $ |#3|) "\\spad{differentiate(x,v)} computes the partial derivative of \\spad{x} with respect to \\spad{v}.")))
NIL
NIL
-(-909 T$ S)
+(-911 T$ S)
((|constructor| (NIL "\\indented{2}{This category captures the interface of domains with a distinguished} \\indented{2}{operation named \\spad{differentiate} for partial differentiation with} \\indented{2}{respect to some domain of variables.} See Also: \\indented{2}{DifferentialDomain,{} PartialDifferentialSpace}")) (D ((|#1| $ |#2|) "\\spad{D(x,v)} is a shorthand for \\spad{differentiate(x,v)}")) (|differentiate| ((|#1| $ |#2|) "\\spad{differentiate(x,v)} computes the partial derivative of \\spad{x} with respect to \\spad{v}.")))
NIL
NIL
-(-910)
+(-912)
((|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
-(-911 UP -1956)
+(-913 UP -2117)
((|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
-(-912)
+(-914)
((|measure| (((|Record| (|:| |measure| (|Float|)) (|:| |name| (|String|)) (|:| |explanations| (|List| (|String|)))) (|NumericalPDEProblem|) (|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 PDE problem defined by \\axiom{\\spad{prob}}. \\blankline It calls each \\axiom{domain} listed in \\axiom{\\spad{R}} of \\axiom{category} \\axiomType{PartialDifferentialEquationsSolverCategory} 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 PDEs by checking various attributes of the system of PDEs and calculating a measure of compatibility of each routine to these attributes.") (((|Record| (|:| |measure| (|Float|)) (|:| |name| (|String|)) (|:| |explanations| (|List| (|String|)))) (|NumericalPDEProblem|)) "\\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 PDE problem defined by \\axiom{\\spad{prob}}. \\blankline It calls each \\axiom{domain} of \\axiom{category} \\axiomType{PartialDifferentialEquationsSolverCategory} 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 PDEs by checking various attributes of the system of PDEs and calculating a measure of compatibility of each routine to these attributes.")) (|solve| (((|Result|) (|Float|) (|Float|) (|Float|) (|Float|) (|NonNegativeInteger|) (|NonNegativeInteger|) (|List| (|Expression| (|Float|))) (|List| (|List| (|Expression| (|Float|)))) (|String|)) "\\spad{solve(xmin,ymin,xmax,ymax,ngx,ngy,pde,bounds,st)} is a top level ANNA function to solve numerically a system of partial differential equations. This is defined as a list of coefficients (\\axiom{\\spad{pde}}),{} a grid (\\axiom{\\spad{xmin}},{} \\axiom{\\spad{ymin}},{} \\axiom{\\spad{xmax}},{} \\axiom{\\spad{ymax}},{} \\axiom{\\spad{ngx}},{} \\axiom{\\spad{ngy}}) and the boundary values (\\axiom{\\spad{bounds}}). A default value for tolerance is used. There is also a parameter (\\axiom{\\spad{st}}) which should contain the value \"elliptic\" if the PDE is known to be elliptic,{} or \"unknown\" if it is uncertain. This causes the routine to check whether the PDE is elliptic. \\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 PDE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine. \\blankline \\spad{**} At the moment,{} only Second Order Elliptic Partial Differential Equations are solved \\spad{**}") (((|Result|) (|Float|) (|Float|) (|Float|) (|Float|) (|NonNegativeInteger|) (|NonNegativeInteger|) (|List| (|Expression| (|Float|))) (|List| (|List| (|Expression| (|Float|)))) (|String|) (|DoubleFloat|)) "\\spad{solve(xmin,ymin,xmax,ymax,ngx,ngy,pde,bounds,st,tol)} is a top level ANNA function to solve numerically a system of partial differential equations. This is defined as a list of coefficients (\\axiom{\\spad{pde}}),{} a grid (\\axiom{\\spad{xmin}},{} \\axiom{\\spad{ymin}},{} \\axiom{\\spad{xmax}},{} \\axiom{\\spad{ymax}},{} \\axiom{\\spad{ngx}},{} \\axiom{\\spad{ngy}}),{} the boundary values (\\axiom{\\spad{bounds}}) and a tolerance requirement (\\axiom{\\spad{tol}}). There is also a parameter (\\axiom{\\spad{st}}) which should contain the value \"elliptic\" if the PDE is known to be elliptic,{} or \"unknown\" if it is uncertain. This causes the routine to check whether the PDE is elliptic. \\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 PDE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine. \\blankline \\spad{**} At the moment,{} only Second Order Elliptic Partial Differential Equations are solved \\spad{**}") (((|Result|) (|NumericalPDEProblem|) (|RoutinesTable|)) "\\spad{solve(PDEProblem,routines)} is a top level ANNA function to solve numerically a system of partial differential equations. \\blankline The method used to perform the numerical process will be one of the \\spad{routines} contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of PDE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine. \\blankline \\spad{**} At the moment,{} only Second Order Elliptic Partial Differential Equations are solved \\spad{**}") (((|Result|) (|NumericalPDEProblem|)) "\\spad{solve(PDEProblem)} is a top level ANNA function to solve numerically a system of partial differential equations. \\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 PDE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine. \\blankline \\spad{**} At the moment,{} only Second Order Elliptic Partial Differential Equations are solved \\spad{**}")))
NIL
NIL
-(-913)
+(-915)
((|retract| (((|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{retract(x)} \\undocumented{}")) (|coerce| (($ (|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{coerce(x)} \\undocumented{}")))
NIL
NIL
-(-914 R S)
+(-916 R S)
((|constructor| (NIL "A partial differential \\spad{R}-module with differentiations indexed by a parameter type \\spad{S}. \\blankline")))
-((-4457 . T) (-4456 . T))
+((-4459 . T) (-4458 . T))
NIL
-(-915 S)
+(-917 S)
((|constructor| (NIL "A partial differential ring with differentiations indexed by a parameter type \\spad{S}. \\blankline")))
-((-4459 . T))
+((-4461 . T))
NIL
-(-916 A S)
+(-918 A S)
((|constructor| (NIL "\\indented{2}{This category captures the interface of domains stable by partial} \\indented{2}{differentiation with respect to variables from some domain.} See Also: \\indented{2}{PartialDifferentialDomain}")) (D (($ $ (|List| |#2|) (|List| (|NonNegativeInteger|))) "\\spad{D(x,[s1,...,sn],[n1,...,nn])} is a shorthand for \\spad{differentiate(x,[s1,...,sn],[n1,...,nn])}.") (($ $ |#2| (|NonNegativeInteger|)) "\\spad{D(x,s,n)} is a shorthand for \\spad{differentiate(x,s,n)}.") (($ $ (|List| |#2|)) "\\spad{D(x,[s1,...sn])} is a shorthand for \\spad{differentiate(x,[s1,...sn])}.")) (|differentiate| (($ $ (|List| |#2|) (|List| (|NonNegativeInteger|))) "\\spad{differentiate(x,[s1,...,sn],[n1,...,nn])} computes multiple partial derivatives,{} \\spadignore{i.e.}") (($ $ |#2| (|NonNegativeInteger|)) "\\spad{differentiate(x,s,n)} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{n}\\spad{-}th derivative of \\spad{x} with respect to \\spad{s}.") (($ $ (|List| |#2|)) "\\spad{differentiate(x,[s1,...sn])} computes successive partial derivatives,{} \\spadignore{i.e.} \\spad{differentiate(...differentiate(x, s1)..., sn)}.")))
NIL
NIL
-(-917 S)
+(-919 S)
((|constructor| (NIL "\\indented{2}{This category captures the interface of domains stable by partial} \\indented{2}{differentiation with respect to variables from some domain.} See Also: \\indented{2}{PartialDifferentialDomain}")) (D (($ $ (|List| |#1|) (|List| (|NonNegativeInteger|))) "\\spad{D(x,[s1,...,sn],[n1,...,nn])} is a shorthand for \\spad{differentiate(x,[s1,...,sn],[n1,...,nn])}.") (($ $ |#1| (|NonNegativeInteger|)) "\\spad{D(x,s,n)} is a shorthand for \\spad{differentiate(x,s,n)}.") (($ $ (|List| |#1|)) "\\spad{D(x,[s1,...sn])} is a shorthand for \\spad{differentiate(x,[s1,...sn])}.")) (|differentiate| (($ $ (|List| |#1|) (|List| (|NonNegativeInteger|))) "\\spad{differentiate(x,[s1,...,sn],[n1,...,nn])} computes multiple partial derivatives,{} \\spadignore{i.e.}") (($ $ |#1| (|NonNegativeInteger|)) "\\spad{differentiate(x,s,n)} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{n}\\spad{-}th derivative of \\spad{x} with respect to \\spad{s}.") (($ $ (|List| |#1|)) "\\spad{differentiate(x,[s1,...sn])} computes successive partial derivatives,{} \\spadignore{i.e.} \\spad{differentiate(...differentiate(x, s1)..., sn)}.")))
NIL
NIL
-(-918 S)
+(-920 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 (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
-(-919 |n| R)
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
+(-921 |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
-(-920 S)
+(-922 S)
((|constructor| (NIL "PermutationCategory provides a categorial environment \\indented{1}{for subgroups of bijections of a set (\\spadignore{i.e.} permutations)}")) (< (((|Boolean|) $ $) "\\spad{p < q} is an order relation on permutations. Note: this order is only total if and only if \\spad{S} is totally ordered or \\spad{S} is finite.")) (|orbit| (((|Set| |#1|) $ |#1|) "\\spad{orbit(p, el)} returns the orbit of {\\em el} under the permutation \\spad{p},{} \\spadignore{i.e.} the set which is given by applications of the powers of \\spad{p} to {\\em el}.")) (|support| (((|Set| |#1|) $) "\\spad{support p} returns the set of points not fixed by the permutation \\spad{p}.")) (|cycles| (($ (|List| (|List| |#1|))) "\\spad{cycles(lls)} coerces a list list of cycles {\\em lls} to a permutation,{} each cycle being a list with not repetitions,{} is coerced to the permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list,{} then these permutations are mutiplied. Error: if repetitions occur in one cycle.")) (|cycle| (($ (|List| |#1|)) "\\spad{cycle(ls)} coerces a cycle {\\em ls},{} \\spadignore{i.e.} a list with not repetitions to a permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list. Error: if repetitions occur.")))
-((-4459 . T))
+((-4461 . T))
NIL
-(-921 S)
+(-923 S)
((|constructor| (NIL "PermutationGroup implements permutation groups acting on a set \\spad{S},{} \\spadignore{i.e.} all subgroups of the symmetric group of \\spad{S},{} represented as a list of permutations (generators). Note that therefore the objects are not members of the \\Language category \\spadtype{Group}. Using the idea of base and strong generators by Sims,{} basic routines and algorithms are implemented so that the word problem for permutation groups can be solved.")) (|initializeGroupForWordProblem| (((|Void|) $ (|Integer|) (|Integer|)) "\\spad{initializeGroupForWordProblem(gp,m,n)} initializes the group {\\em gp} for the word problem. Notes: (1) with a small integer you get shorter words,{} but the routine takes longer than the standard routine for longer words. (2) be careful: invoking this routine will destroy the possibly stored information about your group (but will recompute it again). (3) users need not call this function normally for the soultion of the word problem.") (((|Void|) $) "\\spad{initializeGroupForWordProblem(gp)} initializes the group {\\em gp} for the word problem. Notes: it calls the other function of this name with parameters 0 and 1: {\\em initializeGroupForWordProblem(gp,0,1)}. Notes: (1) be careful: invoking this routine will destroy the possibly information about your group (but will recompute it again) (2) users need not call this function normally for the soultion of the word problem.")) (<= (((|Boolean|) $ $) "\\spad{gp1 <= gp2} returns \\spad{true} if and only if {\\em gp1} is a subgroup of {\\em gp2}. Note: because of a bug in the parser you have to call this function explicitly by {\\em gp1 <=\\$(PERMGRP S) gp2}.")) (< (((|Boolean|) $ $) "\\spad{gp1 < gp2} returns \\spad{true} if and only if {\\em gp1} is a proper subgroup of {\\em gp2}.")) (|support| (((|Set| |#1|) $) "\\spad{support(gp)} returns the points moved by the group {\\em gp}.")) (|wordInGenerators| (((|List| (|NonNegativeInteger|)) (|Permutation| |#1|) $) "\\spad{wordInGenerators(p,gp)} returns the word for the permutation \\spad{p} in the original generators of the group {\\em gp},{} represented by the indices of the list,{} given by {\\em generators}.")) (|wordInStrongGenerators| (((|List| (|NonNegativeInteger|)) (|Permutation| |#1|) $) "\\spad{wordInStrongGenerators(p,gp)} returns the word for the permutation \\spad{p} in the strong generators of the group {\\em gp},{} represented by the indices of the list,{} given by {\\em strongGenerators}.")) (|member?| (((|Boolean|) (|Permutation| |#1|) $) "\\spad{member?(pp,gp)} answers the question,{} whether the permutation {\\em pp} is in the group {\\em gp} or not.")) (|orbits| (((|Set| (|Set| |#1|)) $) "\\spad{orbits(gp)} returns the orbits of the group {\\em gp},{} \\spadignore{i.e.} it partitions the (finite) of all moved points.")) (|orbit| (((|Set| (|List| |#1|)) $ (|List| |#1|)) "\\spad{orbit(gp,ls)} returns the orbit of the ordered list {\\em ls} under the group {\\em gp}. Note: return type is \\spad{L} \\spad{L} \\spad{S} temporarily because FSET \\spad{L} \\spad{S} has an error.") (((|Set| (|Set| |#1|)) $ (|Set| |#1|)) "\\spad{orbit(gp,els)} returns the orbit of the unordered set {\\em els} under the group {\\em gp}.") (((|Set| |#1|) $ |#1|) "\\spad{orbit(gp,el)} returns the orbit of the element {\\em el} under the group {\\em gp},{} \\spadignore{i.e.} the set of all points gained by applying each group element to {\\em el}.")) (|permutationGroup| (($ (|List| (|Permutation| |#1|))) "\\spad{permutationGroup(ls)} coerces a list of permutations {\\em ls} to the group generated by this list.")) (|wordsForStrongGenerators| (((|List| (|List| (|NonNegativeInteger|))) $) "\\spad{wordsForStrongGenerators(gp)} returns the words for the strong generators of the group {\\em gp} in the original generators of {\\em gp},{} represented by their indices in the list,{} given by {\\em generators}.")) (|strongGenerators| (((|List| (|Permutation| |#1|)) $) "\\spad{strongGenerators(gp)} returns strong generators for the group {\\em gp}.")) (|base| (((|List| |#1|) $) "\\spad{base(gp)} returns a base for the group {\\em gp}.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(gp)} returns the number of points moved by all permutations of the group {\\em gp}.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(gp)} returns the order of the group {\\em gp}.")) (|random| (((|Permutation| |#1|) $) "\\spad{random(gp)} returns a random product of maximal 20 generators of the group {\\em gp}. Note: {\\em random(gp)=random(gp,20)}.") (((|Permutation| |#1|) $ (|Integer|)) "\\spad{random(gp,i)} returns a random product of maximal \\spad{i} generators of the group {\\em gp}.")) (|elt| (((|Permutation| |#1|) $ (|NonNegativeInteger|)) "\\spad{elt(gp,i)} returns the \\spad{i}-th generator of the group {\\em gp}.")) (|generators| (((|List| (|Permutation| |#1|)) $) "\\spad{generators(gp)} returns the generators of the group {\\em gp}.")) (|coerce| (($ (|List| (|Permutation| |#1|))) "\\spad{coerce(ls)} coerces a list of permutations {\\em ls} to the group generated by this list.") (((|List| (|Permutation| |#1|)) $) "\\spad{coerce(gp)} returns the generators of the group {\\em gp}.")))
NIL
NIL
-(-922 S)
+(-924 S)
((|constructor| (NIL "Permutation(\\spad{S}) implements the group of all bijections \\indented{2}{on a set \\spad{S},{} which move only a finite number of points.} \\indented{2}{A permutation is considered as a map from \\spad{S} into \\spad{S}. In particular} \\indented{2}{multiplication is defined as composition of maps:} \\indented{2}{{\\em pi1 * pi2 = pi1 o pi2}.} \\indented{2}{The internal representation of permuatations are two lists} \\indented{2}{of equal length representing preimages and images.}")) (|coerceImages| (($ (|List| |#1|)) "\\spad{coerceImages(ls)} coerces the list {\\em ls} to a permutation whose image is given by {\\em ls} and the preimage is fixed to be {\\em [1,...,n]}. Note: {coerceImages(\\spad{ls})=coercePreimagesImages([1,{}...,{}\\spad{n}],{}\\spad{ls})}. We assume that both preimage and image do not contain repetitions.")) (|fixedPoints| (((|Set| |#1|) $) "\\spad{fixedPoints(p)} returns the points fixed by the permutation \\spad{p}.")) (|sort| (((|List| $) (|List| $)) "\\spad{sort(lp)} sorts a list of permutations {\\em lp} according to cycle structure first according to length of cycles,{} second,{} if \\spad{S} has \\spadtype{Finite} or \\spad{S} has \\spadtype{OrderedSet} according to lexicographical order of entries in cycles of equal length.")) (|odd?| (((|Boolean|) $) "\\spad{odd?(p)} returns \\spad{true} if and only if \\spad{p} is an odd permutation \\spadignore{i.e.} {\\em sign(p)} is {\\em -1}.")) (|even?| (((|Boolean|) $) "\\spad{even?(p)} returns \\spad{true} if and only if \\spad{p} is an even permutation,{} \\spadignore{i.e.} {\\em sign(p)} is 1.")) (|sign| (((|Integer|) $) "\\spad{sign(p)} returns the signum of the permutation \\spad{p},{} \\spad{+1} or \\spad{-1}.")) (|numberOfCycles| (((|NonNegativeInteger|) $) "\\spad{numberOfCycles(p)} returns the number of non-trivial cycles of the permutation \\spad{p}.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(p)} returns the order of a permutation \\spad{p} as a group element.")) (|cyclePartition| (((|Partition|) $) "\\spad{cyclePartition(p)} returns the cycle structure of a permutation \\spad{p} including cycles of length 1 only if \\spad{S} is finite.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(p)} retuns the number of points moved by the permutation \\spad{p}.")) (|coerceListOfPairs| (($ (|List| (|List| |#1|))) "\\spad{coerceListOfPairs(lls)} coerces a list of pairs {\\em lls} to a permutation. Error: if not consistent,{} \\spadignore{i.e.} the set of the first elements coincides with the set of second elements. coerce(\\spad{p}) generates output of the permutation \\spad{p} with domain OutputForm.")) (|coerce| (($ (|List| |#1|)) "\\spad{coerce(ls)} coerces a cycle {\\em ls},{} \\spadignore{i.e.} a list with not repetitions to a permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list. Error: if repetitions occur.") (($ (|List| (|List| |#1|))) "\\spad{coerce(lls)} coerces a list of cycles {\\em lls} to a permutation,{} each cycle being a list with no repetitions,{} is coerced to the permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list,{} then these permutations are mutiplied. Error: if repetitions occur in one cycle.")) (|coercePreimagesImages| (($ (|List| (|List| |#1|))) "\\spad{coercePreimagesImages(lls)} coerces the representation {\\em lls} of a permutation as a list of preimages and images to a permutation. We assume that both preimage and image do not contain repetitions.")) (|listRepresentation| (((|Record| (|:| |preimage| (|List| |#1|)) (|:| |image| (|List| |#1|))) $) "\\spad{listRepresentation(p)} produces a representation {\\em rep} of the permutation \\spad{p} as a list of preimages and images,{} \\spad{i}.\\spad{e} \\spad{p} maps {\\em (rep.preimage).k} to {\\em (rep.image).k} for all indices \\spad{k}. Elements of \\spad{S} not in {\\em (rep.preimage).k} are fixed points,{} and these are the only fixed points of the permutation.")))
-((-4459 . T))
-((-2755 (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-862)))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-862))))
-(-923 R E |VarSet| S)
+((-4461 . T))
+((-3795 (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-862)))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-862))))
+(-925 R E |VarSet| S)
((|constructor| (NIL "PolynomialFactorizationByRecursion(\\spad{R},{}\\spad{E},{}\\spad{VarSet},{}\\spad{S}) is used for factorization of sparse univariate polynomials over a domain \\spad{S} of multivariate polynomials over \\spad{R}.")) (|factorSFBRlcUnit| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|List| |#3|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorSFBRlcUnit(p)} returns the square free factorization of polynomial \\spad{p} (see \\spadfun{factorSquareFreeByRecursion}{PolynomialFactorizationByRecursionUnivariate}) in the case where the leading coefficient of \\spad{p} is a unit.")) (|bivariateSLPEBR| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|List| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|) |#3|) "\\spad{bivariateSLPEBR(lp,p,v)} implements the bivariate case of \\spadfunFrom{solveLinearPolynomialEquationByRecursion}{PolynomialFactorizationByRecursionUnivariate}; its implementation depends on \\spad{R}")) (|randomR| ((|#1|) "\\spad{randomR produces} a random element of \\spad{R}")) (|factorSquareFreeByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorSquareFreeByRecursion(p)} returns the square free factorization of \\spad{p}. This functions performs the recursion step for factorSquareFreePolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorSquareFreePolynomial}).")) (|factorByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorByRecursion(p)} factors polynomial \\spad{p}. This function performs the recursion step for factorPolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorPolynomial})")) (|solveLinearPolynomialEquationByRecursion| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|List| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{solveLinearPolynomialEquationByRecursion([p1,...,pn],p)} returns the list of polynomials \\spad{[q1,...,qn]} such that \\spad{sum qi/pi = p / prod pi},{} a recursion step for solveLinearPolynomialEquation as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{solveLinearPolynomialEquation}). If no such list of \\spad{qi} exists,{} then \"failed\" is returned.")))
NIL
NIL
-(-924 R S)
+(-926 R S)
((|constructor| (NIL "\\indented{1}{PolynomialFactorizationByRecursionUnivariate} \\spad{R} is a \\spadfun{PolynomialFactorizationExplicit} domain,{} \\spad{S} is univariate polynomials over \\spad{R} We are interested in handling SparseUnivariatePolynomials over \\spad{S},{} is a variable we shall call \\spad{z}")) (|factorSFBRlcUnit| (((|Factored| (|SparseUnivariatePolynomial| |#2|)) (|SparseUnivariatePolynomial| |#2|)) "\\spad{factorSFBRlcUnit(p)} returns the square free factorization of polynomial \\spad{p} (see \\spadfun{factorSquareFreeByRecursion}{PolynomialFactorizationByRecursionUnivariate}) in the case where the leading coefficient of \\spad{p} is a unit.")) (|randomR| ((|#1|) "\\spad{randomR()} produces a random element of \\spad{R}")) (|factorSquareFreeByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#2|)) (|SparseUnivariatePolynomial| |#2|)) "\\spad{factorSquareFreeByRecursion(p)} returns the square free factorization of \\spad{p}. This functions performs the recursion step for factorSquareFreePolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorSquareFreePolynomial}).")) (|factorByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#2|)) (|SparseUnivariatePolynomial| |#2|)) "\\spad{factorByRecursion(p)} factors polynomial \\spad{p}. This function performs the recursion step for factorPolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorPolynomial})")) (|solveLinearPolynomialEquationByRecursion| (((|Union| (|List| (|SparseUnivariatePolynomial| |#2|)) "failed") (|List| (|SparseUnivariatePolynomial| |#2|)) (|SparseUnivariatePolynomial| |#2|)) "\\spad{solveLinearPolynomialEquationByRecursion([p1,...,pn],p)} returns the list of polynomials \\spad{[q1,...,qn]} such that \\spad{sum qi/pi = p / prod pi},{} a recursion step for solveLinearPolynomialEquation as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{solveLinearPolynomialEquation}). If no such list of \\spad{qi} exists,{} then \"failed\" is returned.")))
NIL
NIL
-(-925 S)
+(-927 S)
((|constructor| (NIL "This is the category of domains that know \"enough\" about themselves in order to factor univariate polynomials over themselves. This will be used in future releases for supporting factorization over finitely generated coefficient fields,{} it is not yet available in the current release of axiom.")) (|charthRoot| (((|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 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}.")))
NIL
((|HasCategory| |#1| (QUOTE (-146))))
-(-926)
+(-928)
((|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 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}.")))
-((-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-927 |p|)
+(-929 |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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
((|HasCategory| $ (QUOTE (-148))) (|HasCategory| $ (QUOTE (-146))) (|HasCategory| $ (QUOTE (-379))))
-(-928 R0 -1956 UP UPUP R)
+(-930 R0 -2117 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
-(-929 UP UPUP R)
+(-931 UP UPUP R)
((|constructor| (NIL "This package provides function for testing whether a divisor on a curve is a torsion divisor.")) (|torsionIfCan| (((|Union| (|Record| (|:| |order| (|NonNegativeInteger|)) (|:| |function| |#3|)) "failed") (|FiniteDivisor| (|Fraction| (|Integer|)) |#1| |#2| |#3|)) "\\spad{torsionIfCan(f)} \\undocumented")) (|torsion?| (((|Boolean|) (|FiniteDivisor| (|Fraction| (|Integer|)) |#1| |#2| |#3|)) "\\spad{torsion?(f)} \\undocumented")) (|order| (((|Union| (|NonNegativeInteger|) "failed") (|FiniteDivisor| (|Fraction| (|Integer|)) |#1| |#2| |#3|)) "\\spad{order(f)} \\undocumented")))
NIL
NIL
-(-930 UP UPUP)
+(-932 UP UPUP)
((|constructor| (NIL "\\indented{1}{Utilities for PFOQ and PFO} Author: Manuel Bronstein Date Created: 25 Aug 1988 Date Last Updated: 11 Jul 1990")) (|polyred| ((|#2| |#2|) "\\spad{polyred(u)} \\undocumented")) (|doubleDisc| (((|Integer|) |#2|) "\\spad{doubleDisc(u)} \\undocumented")) (|mix| (((|Integer|) (|List| (|Record| (|:| |den| (|Integer|)) (|:| |gcdnum| (|Integer|))))) "\\spad{mix(l)} \\undocumented")) (|badNum| (((|Integer|) |#2|) "\\spad{badNum(u)} \\undocumented") (((|Record| (|:| |den| (|Integer|)) (|:| |gcdnum| (|Integer|))) |#1|) "\\spad{badNum(p)} \\undocumented")) (|getGoodPrime| (((|PositiveInteger|) (|Integer|)) "\\spad{getGoodPrime n} returns the smallest prime not dividing \\spad{n}")))
NIL
NIL
-(-931 R)
+(-933 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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-932 R)
+(-934 R)
((|constructor| (NIL "The package \\spadtype{PartialFractionPackage} gives an easier to use interfact the domain \\spadtype{PartialFraction}. The user gives a fraction of polynomials,{} and a variable and the package converts it to the proper datatype for the \\spadtype{PartialFraction} domain.")) (|partialFraction| (((|Any|) (|Polynomial| |#1|) (|Factored| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{partialFraction(num, facdenom, var)} returns the partial fraction decomposition of the rational function whose numerator is \\spad{num} and whose factored denominator is \\spad{facdenom} with respect to the variable var.") (((|Any|) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{partialFraction(rf, var)} returns the partial fraction decomposition of the rational function \\spad{rf} with respect to the variable var.")))
NIL
NIL
-(-933 E OV R P)
+(-935 E OV R P)
((|gcdPrimitive| ((|#4| (|List| |#4|)) "\\spad{gcdPrimitive lp} computes the \\spad{gcd} of the list of primitive polynomials \\spad{lp}.") (((|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{gcdPrimitive(p,q)} computes the \\spad{gcd} of the primitive polynomials \\spad{p} and \\spad{q}.") ((|#4| |#4| |#4|) "\\spad{gcdPrimitive(p,q)} computes the \\spad{gcd} of the primitive polynomials \\spad{p} and \\spad{q}.")) (|gcd| (((|SparseUnivariatePolynomial| |#4|) (|List| (|SparseUnivariatePolynomial| |#4|))) "\\spad{gcd(lp)} computes the \\spad{gcd} of the list of polynomials \\spad{lp}.") (((|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{gcd(p,q)} computes the \\spad{gcd} of the two polynomials \\spad{p} and \\spad{q}.") ((|#4| (|List| |#4|)) "\\spad{gcd(lp)} computes the \\spad{gcd} of the list of polynomials \\spad{lp}.") ((|#4| |#4| |#4|) "\\spad{gcd(p,q)} computes the \\spad{gcd} of the two polynomials \\spad{p} and \\spad{q}.")))
NIL
NIL
-(-934)
+(-936)
((|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(li)} constructs the janko group acting on the 100 integers given in the list {\\em li}. Note: duplicates in the list will be removed. Error: if {\\em li} has less or more than 100 different entries")) (|mathieu24| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu24 constructs} the mathieu group acting on the integers 1,{}...,{}24.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu24(li)} constructs the mathieu group acting on the 24 integers given in the list {\\em li}. Note: duplicates in the list will be removed. Error: if {\\em li} has less or more than 24 different entries.")) (|mathieu23| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu23 constructs} the mathieu group acting on the integers 1,{}...,{}23.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu23(li)} constructs the mathieu group acting on the 23 integers given in the list {\\em li}. Note: duplicates in the list will be removed. Error: if {\\em li} has less or more than 23 different entries.")) (|mathieu22| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu22 constructs} the mathieu group acting on the integers 1,{}...,{}22.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu22(li)} constructs the mathieu group acting on the 22 integers given in the list {\\em li}. Note: duplicates in the list will be removed. Error: if {\\em li} has less or more than 22 different entries.")) (|mathieu12| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu12 constructs} the mathieu group acting on the integers 1,{}...,{}12.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu12(li)} constructs the mathieu group acting on the 12 integers given in the list {\\em li}. Note: duplicates in the list will be removed Error: if {\\em li} has less or more than 12 different entries.")) (|mathieu11| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu11 constructs} the mathieu group acting on the integers 1,{}...,{}11.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu11(li)} constructs the mathieu group acting on the 11 integers given in the list {\\em li}. Note: duplicates in the list will be removed. error,{} if {\\em li} has less or more than 11 different entries.")) (|dihedralGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{dihedralGroup([i1,...,ik])} constructs the dihedral group of order 2k acting on the integers out of {\\em i1},{}...,{}{\\em ik}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{dihedralGroup(n)} constructs the dihedral group of order 2n acting on integers 1,{}...,{}\\spad{N}.")) (|cyclicGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{cyclicGroup([i1,...,ik])} constructs the cyclic group of order \\spad{k} acting on the integers {\\em i1},{}...,{}{\\em ik}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{cyclicGroup(n)} constructs the cyclic group of order \\spad{n} acting on the integers 1,{}...,{}\\spad{n}.")) (|abelianGroup| (((|PermutationGroup| (|Integer|)) (|List| (|PositiveInteger|))) "\\spad{abelianGroup([n1,...,nk])} constructs the abelian group that is the direct product of cyclic groups with order {\\em ni}.")) (|alternatingGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{alternatingGroup(li)} constructs the alternating group acting on the integers in the list {\\em li},{} generators are in general the {\\em n-2}-cycle {\\em (li.3,...,li.n)} and the 3-cycle {\\em (li.1,li.2,li.3)},{} if \\spad{n} is odd and product of the 2-cycle {\\em (li.1,li.2)} with {\\em n-2}-cycle {\\em (li.3,...,li.n)} and the 3-cycle {\\em (li.1,li.2,li.3)},{} if \\spad{n} is even. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{alternatingGroup(n)} constructs the alternating group {\\em An} acting on the integers 1,{}...,{}\\spad{n},{} generators are in general the {\\em n-2}-cycle {\\em (3,...,n)} and the 3-cycle {\\em (1,2,3)} if \\spad{n} is odd and the product of the 2-cycle {\\em (1,2)} with {\\em n-2}-cycle {\\em (3,...,n)} and the 3-cycle {\\em (1,2,3)} if \\spad{n} is even.")) (|symmetricGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{symmetricGroup(li)} constructs the symmetric group acting on the integers in the list {\\em li},{} generators are the cycle given by {\\em li} and the 2-cycle {\\em (li.1,li.2)}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{symmetricGroup(n)} constructs the symmetric group {\\em Sn} acting on the integers 1,{}...,{}\\spad{n},{} generators are the {\\em n}-cycle {\\em (1,...,n)} and the 2-cycle {\\em (1,2)}.")))
NIL
NIL
-(-935 -1956)
+(-937 -2117)
((|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
-(-936 R)
+(-938 R)
((|constructor| (NIL "\\indented{1}{Provides a coercion from the symbolic fractions in \\%\\spad{pi} with} integer coefficients to any Expression type. Date Created: 21 Feb 1990 Date Last Updated: 21 Feb 1990")) (|coerce| (((|Expression| |#1|) (|Pi|)) "\\spad{coerce(f)} returns \\spad{f} as an Expression(\\spad{R}).")))
NIL
NIL
-(-937)
+(-939)
((|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)}")))
-((-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-938)
+(-940)
((|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}.")))
-(((-4464 "*") . T))
+(((-4466 "*") . T))
NIL
-(-939 -1956 P)
+(-941 -2117 P)
((|constructor| (NIL "This package exports interpolation algorithms")) (|LagrangeInterpolation| ((|#2| (|List| |#1|) (|List| |#1|)) "\\spad{LagrangeInterpolation(l1,l2)} \\undocumented")))
NIL
NIL
-(-940 |xx| -1956)
+(-942 |xx| -2117)
((|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
-(-941 R |Var| |Expon| GR)
+(-943 R |Var| |Expon| GR)
((|constructor| (NIL "Author: William Sit,{} spring 89")) (|inconsistent?| (((|Boolean|) (|List| (|Polynomial| |#1|))) "inconsistant?(\\spad{pl}) returns \\spad{true} if the system of equations \\spad{p} = 0 for \\spad{p} in \\spad{pl} is inconsistent. It is assumed that \\spad{pl} is a groebner basis.") (((|Boolean|) (|List| |#4|)) "inconsistant?(\\spad{pl}) returns \\spad{true} if the system of equations \\spad{p} = 0 for \\spad{p} in \\spad{pl} is inconsistent. It is assumed that \\spad{pl} is a groebner basis.")) (|sqfree| ((|#4| |#4|) "\\spad{sqfree(p)} returns the product of square free factors of \\spad{p}")) (|regime| (((|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))))) (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|)))) (|Matrix| |#4|) (|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|List| |#4|)) (|NonNegativeInteger|) (|NonNegativeInteger|) (|Integer|)) "\\spad{regime(y,c, w, p, r, rm, m)} returns a regime,{} a list of polynomials specifying the consistency conditions,{} a particular solution and basis representing the general solution of the parametric linear system \\spad{c} \\spad{z} = \\spad{w} on that regime. The regime returned depends on the subdeterminant \\spad{y}.det and the row and column indices. The solutions are simplified using the assumption that the system has rank \\spad{r} and maximum rank \\spad{rm}. The list \\spad{p} represents a list of list of factors of polynomials in a groebner basis of the ideal generated by higher order subdeterminants,{} and ius used for the simplification. The mode \\spad{m} distinguishes the cases when the system is homogeneous,{} or the right hand side is arbitrary,{} or when there is no new right hand side variables.")) (|redmat| (((|Matrix| |#4|) (|Matrix| |#4|) (|List| |#4|)) "\\spad{redmat(m,g)} returns a matrix whose entries are those of \\spad{m} modulo the ideal generated by the groebner basis \\spad{g}")) (|ParCond| (((|List| (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|))))) (|Matrix| |#4|) (|NonNegativeInteger|)) "\\spad{ParCond(m,k)} returns the list of all \\spad{k} by \\spad{k} subdeterminants in the matrix \\spad{m}")) (|overset?| (((|Boolean|) (|List| |#4|) (|List| (|List| |#4|))) "\\spad{overset?(s,sl)} returns \\spad{true} if \\spad{s} properly a sublist of a member of \\spad{sl}; otherwise it returns \\spad{false}")) (|nextSublist| (((|List| (|List| (|Integer|))) (|Integer|) (|Integer|)) "\\spad{nextSublist(n,k)} returns a list of \\spad{k}-subsets of {1,{} ...,{} \\spad{n}}.")) (|minset| (((|List| (|List| |#4|)) (|List| (|List| |#4|))) "\\spad{minset(sl)} returns the sublist of \\spad{sl} consisting of the minimal lists (with respect to inclusion) in the list \\spad{sl} of lists")) (|minrank| (((|NonNegativeInteger|) (|List| (|Record| (|:| |rank| (|NonNegativeInteger|)) (|:| |eqns| (|List| (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|)))))) (|:| |fgb| (|List| |#4|))))) "\\spad{minrank(r)} returns the minimum rank in the list \\spad{r} of regimes")) (|maxrank| (((|NonNegativeInteger|) (|List| (|Record| (|:| |rank| (|NonNegativeInteger|)) (|:| |eqns| (|List| (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|)))))) (|:| |fgb| (|List| |#4|))))) "\\spad{maxrank(r)} returns the maximum rank in the list \\spad{r} of regimes")) (|factorset| (((|List| |#4|) |#4|) "\\spad{factorset(p)} returns the set of irreducible factors of \\spad{p}.")) (|B1solve| (((|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))) (|Record| (|:| |mat| (|Matrix| (|Fraction| (|Polynomial| |#1|)))) (|:| |vec| (|List| (|Fraction| (|Polynomial| |#1|)))) (|:| |rank| (|NonNegativeInteger|)) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|))))) "\\spad{B1solve(s)} solves the system (\\spad{s}.mat) \\spad{z} = \\spad{s}.vec for the variables given by the column indices of \\spad{s}.cols in terms of the other variables and the right hand side \\spad{s}.vec by assuming that the rank is \\spad{s}.rank,{} that the system is consistent,{} with the linearly independent equations indexed by the given row indices \\spad{s}.rows; the coefficients in \\spad{s}.mat involving parameters are treated as polynomials. B1solve(\\spad{s}) returns a particular solution to the system and a basis of the homogeneous system (\\spad{s}.mat) \\spad{z} = 0.")) (|redpps| (((|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))) (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))) (|List| |#4|)) "\\spad{redpps(s,g)} returns the simplified form of \\spad{s} after reducing modulo a groebner basis \\spad{g}")) (|ParCondList| (((|List| (|Record| (|:| |rank| (|NonNegativeInteger|)) (|:| |eqns| (|List| (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|)))))) (|:| |fgb| (|List| |#4|)))) (|Matrix| |#4|) (|NonNegativeInteger|)) "\\spad{ParCondList(c,r)} computes a list of subdeterminants of each rank \\spad{>=} \\spad{r} of the matrix \\spad{c} and returns a groebner basis for the ideal they generate")) (|hasoln| (((|Record| (|:| |sysok| (|Boolean|)) (|:| |z0| (|List| |#4|)) (|:| |n0| (|List| |#4|))) (|List| |#4|) (|List| |#4|)) "\\spad{hasoln(g, l)} tests whether the quasi-algebraic set defined by \\spad{p} = 0 for \\spad{p} in \\spad{g} and \\spad{q} \\spad{~=} 0 for \\spad{q} in \\spad{l} is empty or not and returns a simplified definition of the quasi-algebraic set")) (|pr2dmp| ((|#4| (|Polynomial| |#1|)) "\\spad{pr2dmp(p)} converts \\spad{p} to target domain")) (|se2rfi| (((|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|Symbol|))) "\\spad{se2rfi(l)} converts \\spad{l} to target domain")) (|dmp2rfi| (((|List| (|Fraction| (|Polynomial| |#1|))) (|List| |#4|)) "\\spad{dmp2rfi(l)} converts \\spad{l} to target domain") (((|Matrix| (|Fraction| (|Polynomial| |#1|))) (|Matrix| |#4|)) "\\spad{dmp2rfi(m)} converts \\spad{m} to target domain") (((|Fraction| (|Polynomial| |#1|)) |#4|) "\\spad{dmp2rfi(p)} converts \\spad{p} to target domain")) (|bsolve| (((|Record| (|:| |rgl| (|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))))))) (|:| |rgsz| (|Integer|))) (|Matrix| |#4|) (|List| (|Fraction| (|Polynomial| |#1|))) (|NonNegativeInteger|) (|String|) (|Integer|)) "\\spad{bsolve(c, w, r, s, m)} returns a list of regimes and solutions of the system \\spad{c} \\spad{z} = \\spad{w} for ranks at least \\spad{r}; depending on the mode \\spad{m} chosen,{} it writes the output to a file given by the string \\spad{s}.")) (|rdregime| (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|String|)) "\\spad{rdregime(s)} reads in a list from a file with name \\spad{s}")) (|wrregime| (((|Integer|) (|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|String|)) "\\spad{wrregime(l,s)} writes a list of regimes to a file named \\spad{s} and returns the number of regimes written")) (|psolve| (((|Integer|) (|Matrix| |#4|) (|PositiveInteger|) (|String|)) "\\spad{psolve(c,k,s)} solves \\spad{c} \\spad{z} = 0 for all possible ranks \\spad{>=} \\spad{k} of the matrix \\spad{c},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|List| (|Symbol|)) (|PositiveInteger|) (|String|)) "\\spad{psolve(c,w,k,s)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks \\spad{>=} \\spad{k} of the matrix \\spad{c} and indeterminate right hand side \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|List| |#4|) (|PositiveInteger|) (|String|)) "\\spad{psolve(c,w,k,s)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks \\spad{>=} \\spad{k} of the matrix \\spad{c} and given right hand side \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|String|)) "\\spad{psolve(c,s)} solves \\spad{c} \\spad{z} = 0 for all possible ranks of the matrix \\spad{c} and given right hand side vector \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|List| (|Symbol|)) (|String|)) "\\spad{psolve(c,w,s)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks of the matrix \\spad{c} and indeterminate right hand side \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|List| |#4|) (|String|)) "\\spad{psolve(c,w,s)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks of the matrix \\spad{c} and given right hand side vector \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|PositiveInteger|)) "\\spad{psolve(c)} solves the homogeneous linear system \\spad{c} \\spad{z} = 0 for all possible ranks \\spad{>=} \\spad{k} of the matrix \\spad{c}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|List| (|Symbol|)) (|PositiveInteger|)) "\\spad{psolve(c,w,k)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks \\spad{>=} \\spad{k} of the matrix \\spad{c} and indeterminate right hand side \\spad{w}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|List| |#4|) (|PositiveInteger|)) "\\spad{psolve(c,w,k)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks \\spad{>=} \\spad{k} of the matrix \\spad{c} and given right hand side vector \\spad{w}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|)) "\\spad{psolve(c)} solves the homogeneous linear system \\spad{c} \\spad{z} = 0 for all possible ranks of the matrix \\spad{c}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|List| (|Symbol|))) "\\spad{psolve(c,w)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks of the matrix \\spad{c} and indeterminate right hand side \\spad{w}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|List| |#4|)) "\\spad{psolve(c,w)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks of the matrix \\spad{c} and given right hand side vector \\spad{w}")))
NIL
NIL
-(-942 S)
+(-944 S)
((|constructor| (NIL "PlotFunctions1 provides facilities for plotting curves where functions \\spad{SF} \\spad{->} \\spad{SF} are specified by giving an expression")) (|plotPolar| (((|Plot|) |#1| (|Symbol|)) "\\spad{plotPolar(f,theta)} plots the graph of \\spad{r = f(theta)} as \\spad{theta} ranges from 0 to 2 \\spad{pi}") (((|Plot|) |#1| (|Symbol|) (|Segment| (|DoubleFloat|))) "\\spad{plotPolar(f,theta,seg)} plots the graph of \\spad{r = f(theta)} as \\spad{theta} ranges over an interval")) (|plot| (((|Plot|) |#1| |#1| (|Symbol|) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,g,t,seg)} plots the graph of \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over an interval.") (((|Plot|) |#1| (|Symbol|) (|Segment| (|DoubleFloat|))) "\\spad{plot(fcn,x,seg)} plots the graph of \\spad{y = f(x)} on a interval")))
NIL
NIL
-(-943)
+(-945)
((|constructor| (NIL "Plot3D supports parametric plots defined over a real number system. A real number system is a model for the real numbers and as such may be an approximation. For example,{} floating point numbers and infinite continued fractions are real number systems. The facilities at this point are limited to 3-dimensional parametric plots.")) (|debug3D| (((|Boolean|) (|Boolean|)) "\\spad{debug3D(true)} turns debug mode on; debug3D(\\spad{false}) turns debug mode off.")) (|numFunEvals3D| (((|Integer|)) "\\spad{numFunEvals3D()} returns the number of points computed.")) (|setAdaptive3D| (((|Boolean|) (|Boolean|)) "\\spad{setAdaptive3D(true)} turns adaptive plotting on; setAdaptive3D(\\spad{false}) turns adaptive plotting off.")) (|adaptive3D?| (((|Boolean|)) "\\spad{adaptive3D?()} determines whether plotting be done adaptively.")) (|setScreenResolution3D| (((|Integer|) (|Integer|)) "\\spad{setScreenResolution3D(i)} sets the screen resolution for a 3d graph to \\spad{i}.")) (|screenResolution3D| (((|Integer|)) "\\spad{screenResolution3D()} returns the screen resolution for a 3d graph.")) (|setMaxPoints3D| (((|Integer|) (|Integer|)) "\\spad{setMaxPoints3D(i)} sets the maximum number of points in a plot to \\spad{i}.")) (|maxPoints3D| (((|Integer|)) "\\spad{maxPoints3D()} returns the maximum number of points in a plot.")) (|setMinPoints3D| (((|Integer|) (|Integer|)) "\\spad{setMinPoints3D(i)} sets the minimum number of points in a plot to \\spad{i}.")) (|minPoints3D| (((|Integer|)) "\\spad{minPoints3D()} returns the minimum number of points in a plot.")) (|tValues| (((|List| (|List| (|DoubleFloat|))) $) "\\spad{tValues(p)} returns a list of lists of the values of the parameter for which a point is computed,{} one list for each curve in the plot \\spad{p}.")) (|tRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{tRange(p)} returns the range of the parameter in a parametric plot \\spad{p}.")) (|refine| (($ $) "\\spad{refine(x)} \\undocumented") (($ $ (|Segment| (|DoubleFloat|))) "\\spad{refine(x,r)} \\undocumented")) (|zoom| (($ $ (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{zoom(x,r,s,t)} \\undocumented")) (|plot| (($ $ (|Segment| (|DoubleFloat|))) "\\spad{plot(x,r)} \\undocumented") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f1,f2,f3,f4,x,y,z,w)} \\undocumented") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,g,h,a..b)} plots {/emx = \\spad{f}(\\spad{t}),{} \\spad{y} = \\spad{g}(\\spad{t}),{} \\spad{z} = \\spad{h}(\\spad{t})} as \\spad{t} ranges over {/em[a,{}\\spad{b}]}.")) (|pointPlot| (($ (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{pointPlot(f,x,y,z,w)} \\undocumented") (($ (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{pointPlot(f,g,h,a..b)} plots {/emx = \\spad{f}(\\spad{t}),{} \\spad{y} = \\spad{g}(\\spad{t}),{} \\spad{z} = \\spad{h}(\\spad{t})} as \\spad{t} ranges over {/em[a,{}\\spad{b}]}.")))
NIL
NIL
-(-944)
+(-946)
((|constructor| (NIL "The Plot domain supports plotting of functions defined over a real number system. A real number system is a model for the real numbers and as such may be an approximation. For example floating point numbers and infinite continued fractions. The facilities at this point are limited to 2-dimensional plots or either a single function or a parametric function.")) (|debug| (((|Boolean|) (|Boolean|)) "\\spad{debug(true)} turns debug mode on \\spad{debug(false)} turns debug mode off")) (|numFunEvals| (((|Integer|)) "\\spad{numFunEvals()} returns the number of points computed")) (|setAdaptive| (((|Boolean|) (|Boolean|)) "\\spad{setAdaptive(true)} turns adaptive plotting on \\spad{setAdaptive(false)} turns adaptive plotting off")) (|adaptive?| (((|Boolean|)) "\\spad{adaptive?()} determines whether plotting be done adaptively")) (|setScreenResolution| (((|Integer|) (|Integer|)) "\\spad{setScreenResolution(i)} sets the screen resolution to \\spad{i}")) (|screenResolution| (((|Integer|)) "\\spad{screenResolution()} returns the screen resolution")) (|setMaxPoints| (((|Integer|) (|Integer|)) "\\spad{setMaxPoints(i)} sets the maximum number of points in a plot to \\spad{i}")) (|maxPoints| (((|Integer|)) "\\spad{maxPoints()} returns the maximum number of points in a plot")) (|setMinPoints| (((|Integer|) (|Integer|)) "\\spad{setMinPoints(i)} sets the minimum number of points in a plot to \\spad{i}")) (|minPoints| (((|Integer|)) "\\spad{minPoints()} returns the minimum number of points in a plot")) (|tRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{tRange(p)} returns the range of the parameter in a parametric plot \\spad{p}")) (|refine| (($ $) "\\spad{refine(p)} performs a refinement on the plot \\spad{p}") (($ $ (|Segment| (|DoubleFloat|))) "\\spad{refine(x,r)} \\undocumented")) (|zoom| (($ $ (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{zoom(x,r,s)} \\undocumented") (($ $ (|Segment| (|DoubleFloat|))) "\\spad{zoom(x,r)} \\undocumented")) (|parametric?| (((|Boolean|) $) "\\spad{parametric? determines} whether it is a parametric plot?")) (|plotPolar| (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) "\\spad{plotPolar(f)} plots the polar curve \\spad{r = f(theta)} as theta ranges over the interval \\spad{[0,2*\\%pi]}; this is the same as the parametric curve \\spad{x = f(t) * cos(t)},{} \\spad{y = f(t) * sin(t)}.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plotPolar(f,a..b)} plots the polar curve \\spad{r = f(theta)} as theta ranges over the interval \\spad{[a,b]}; this is the same as the parametric curve \\spad{x = f(t) * cos(t)},{} \\spad{y = f(t) * sin(t)}.")) (|pointPlot| (($ (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{pointPlot(t +-> (f(t),g(t)),a..b,c..d,e..f)} plots the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over the interval \\spad{[a,b]}; \\spad{x}-range of \\spad{[c,d]} and \\spad{y}-range of \\spad{[e,f]} are noted in Plot object.") (($ (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{pointPlot(t +-> (f(t),g(t)),a..b)} plots the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over the interval \\spad{[a,b]}.")) (|plot| (($ $ (|Segment| (|DoubleFloat|))) "\\spad{plot(x,r)} \\undocumented") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,g,a..b,c..d,e..f)} plots the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over the interval \\spad{[a,b]}; \\spad{x}-range of \\spad{[c,d]} and \\spad{y}-range of \\spad{[e,f]} are noted in Plot object.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,g,a..b)} plots the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over the interval \\spad{[a,b]}.") (($ (|List| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot([f1,...,fm],a..b,c..d)} plots the functions \\spad{y = f1(x)},{}...,{} \\spad{y = fm(x)} on the interval \\spad{a..b}; \\spad{y}-range of \\spad{[c,d]} is noted in Plot object.") (($ (|List| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|DoubleFloat|))) "\\spad{plot([f1,...,fm],a..b)} plots the functions \\spad{y = f1(x)},{}...,{} \\spad{y = fm(x)} on the interval \\spad{a..b}.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,a..b,c..d)} plots the function \\spad{f(x)} on the interval \\spad{[a,b]}; \\spad{y}-range of \\spad{[c,d]} is noted in Plot object.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,a..b)} plots the function \\spad{f(x)} on the interval \\spad{[a,b]}.")))
NIL
NIL
-(-945)
+(-947)
((|constructor| (NIL "This package exports plotting tools")) (|calcRanges| (((|List| (|Segment| (|DoubleFloat|))) (|List| (|List| (|Point| (|DoubleFloat|))))) "\\spad{calcRanges(l)} \\undocumented")))
NIL
NIL
-(-946 R -1956)
+(-948 R -2117)
((|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| (|Identifier|)) "\\spad{assert(x, s)} makes the assertion \\spad{s} about \\spad{x}. Error: if \\spad{x} is not a symbol.")))
NIL
NIL
-(-947)
+(-949)
((|constructor| (NIL "Attaching assertions to symbols for pattern matching. Date Created: 21 Mar 1989 Date Last Updated: 23 May 1990")) (|multiple| (((|Expression| (|Integer|)) (|Symbol|)) "\\spad{multiple(x)} tells the pattern matcher that \\spad{x} should preferably match a multi-term quantity in a sum or product. For matching on lists,{} multiple(\\spad{x}) tells the pattern matcher that \\spad{x} should match a list instead of an element of a list.")) (|optional| (((|Expression| (|Integer|)) (|Symbol|)) "\\spad{optional(x)} tells the pattern matcher that \\spad{x} can match an identity (0 in a sum,{} 1 in a product or exponentiation)..")) (|constant| (((|Expression| (|Integer|)) (|Symbol|)) "\\spad{constant(x)} tells the pattern matcher that \\spad{x} should match only the symbol \\spad{'x} and no other quantity.")) (|assert| (((|Expression| (|Integer|)) (|Symbol|) (|Identifier|)) "\\spad{assert(x, s)} makes the assertion \\spad{s} about \\spad{x}.")))
NIL
NIL
-(-948 S A B)
+(-950 S A B)
((|constructor| (NIL "This packages provides tools for matching recursively in type towers.")) (|patternMatch| (((|PatternMatchResult| |#1| |#3|) |#2| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#3|)) "\\spad{patternMatch(expr, pat, res)} matches the pattern \\spad{pat} to the expression \\spad{expr}; res contains the variables of \\spad{pat} which are already matched and their matches. Note: this function handles type towers by changing the predicates and calling the matching function provided by \\spad{A}.")) (|fixPredicate| (((|Mapping| (|Boolean|) |#2|) (|Mapping| (|Boolean|) |#3|)) "\\spad{fixPredicate(f)} returns \\spad{g} defined by \\spad{g}(a) = \\spad{f}(a::B).")))
NIL
NIL
-(-949 S R -1956)
+(-951 S R -2117)
((|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
-(-950 I)
+(-952 I)
((|constructor| (NIL "This package provides pattern matching functions on integers.")) (|patternMatch| (((|PatternMatchResult| (|Integer|) |#1|) |#1| (|Pattern| (|Integer|)) (|PatternMatchResult| (|Integer|) |#1|)) "\\spad{patternMatch(n, pat, res)} matches the pattern \\spad{pat} to the integer \\spad{n}; res contains the variables of \\spad{pat} which are already matched and their matches.")))
NIL
NIL
-(-951 S E)
+(-953 S E)
((|constructor| (NIL "This package provides pattern matching functions on kernels.")) (|patternMatch| (((|PatternMatchResult| |#1| |#2|) (|Kernel| |#2|) (|Pattern| |#1|) (|PatternMatchResult| |#1| |#2|)) "\\spad{patternMatch(f(e1,...,en), pat, res)} matches the pattern \\spad{pat} to \\spad{f(e1,...,en)}; res contains the variables of \\spad{pat} which are already matched and their matches.")))
NIL
NIL
-(-952 S R L)
+(-954 S R L)
((|constructor| (NIL "This package provides pattern matching functions on lists.")) (|patternMatch| (((|PatternMatchListResult| |#1| |#2| |#3|) |#3| (|Pattern| |#1|) (|PatternMatchListResult| |#1| |#2| |#3|)) "\\spad{patternMatch(l, pat, res)} matches the pattern \\spad{pat} to the list \\spad{l}; res contains the variables of \\spad{pat} which are already matched and their matches.")))
NIL
NIL
-(-953 S E V R P)
+(-955 S E V R P)
((|constructor| (NIL "This package provides pattern matching functions on polynomials.")) (|patternMatch| (((|PatternMatchResult| |#1| |#5|) |#5| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#5|)) "\\spad{patternMatch(p, pat, res)} matches the pattern \\spad{pat} to the polynomial \\spad{p}; res contains the variables of \\spad{pat} which are already matched and their matches.") (((|PatternMatchResult| |#1| |#5|) |#5| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#5|) (|Mapping| (|PatternMatchResult| |#1| |#5|) |#3| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#5|))) "\\spad{patternMatch(p, pat, res, vmatch)} matches the pattern \\spad{pat} to the polynomial \\spad{p}. \\spad{res} contains the variables of \\spad{pat} which are already matched and their matches; vmatch is the matching function to use on the variables.")))
NIL
-((|HasCategory| |#3| (LIST (QUOTE -899) (|devaluate| |#1|))))
-(-954 R -1956 -2014)
+((|HasCategory| |#3| (LIST (QUOTE -901) (|devaluate| |#1|))))
+(-956 R -2117 -3157)
((|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
-(-955 -2014)
+(-957 -3157)
((|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
-(-956 S R Q)
+(-958 S R Q)
((|constructor| (NIL "This package provides pattern matching functions on quotients.")) (|patternMatch| (((|PatternMatchResult| |#1| |#3|) |#3| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#3|)) "\\spad{patternMatch(a/b, pat, res)} matches the pattern \\spad{pat} to the quotient \\spad{a/b}; res contains the variables of \\spad{pat} which are already matched and their matches.")))
NIL
NIL
-(-957 S)
+(-959 S)
((|constructor| (NIL "This package provides pattern matching functions on symbols.")) (|patternMatch| (((|PatternMatchResult| |#1| (|Symbol|)) (|Symbol|) (|Pattern| |#1|) (|PatternMatchResult| |#1| (|Symbol|))) "\\spad{patternMatch(expr, pat, res)} matches the pattern \\spad{pat} to the expression \\spad{expr}; res contains the variables of \\spad{pat} which are already matched and their matches (necessary for recursion).")))
NIL
NIL
-(-958 S R P)
+(-960 S R P)
((|constructor| (NIL "This package provides tools for the pattern matcher.")) (|patternMatchTimes| (((|PatternMatchResult| |#1| |#3|) (|List| |#3|) (|List| (|Pattern| |#1|)) (|PatternMatchResult| |#1| |#3|) (|Mapping| (|PatternMatchResult| |#1| |#3|) |#3| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#3|))) "\\spad{patternMatchTimes(lsubj, lpat, res, match)} matches the product of patterns \\spad{reduce(*,lpat)} to the product of subjects \\spad{reduce(*,lsubj)}; \\spad{r} contains the previous matches and match is a pattern-matching function on \\spad{P}.")) (|patternMatch| (((|PatternMatchResult| |#1| |#3|) (|List| |#3|) (|List| (|Pattern| |#1|)) (|Mapping| |#3| (|List| |#3|)) (|PatternMatchResult| |#1| |#3|) (|Mapping| (|PatternMatchResult| |#1| |#3|) |#3| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#3|))) "\\spad{patternMatch(lsubj, lpat, op, res, match)} matches the list of patterns \\spad{lpat} to the list of subjects \\spad{lsubj},{} allowing for commutativity; \\spad{op} is the operator such that \\spad{op}(\\spad{lpat}) should match \\spad{op}(\\spad{lsubj}) at the end,{} \\spad{r} contains the previous matches,{} and match is a pattern-matching function on \\spad{P}.")))
NIL
NIL
-(-959)
+(-961)
((|constructor| (NIL "This package provides various polynomial number theoretic functions over the integers.")) (|legendre| (((|SparseUnivariatePolynomial| (|Fraction| (|Integer|))) (|Integer|)) "\\spad{legendre(n)} returns the \\spad{n}th Legendre polynomial \\spad{P[n](x)}. Note: Legendre polynomials,{} denoted \\spad{P[n](x)},{} are computed from the two term recurrence. The generating function is: \\spad{1/sqrt(1-2*t*x+t**2) = sum(P[n](x)*t**n, n=0..infinity)}.")) (|laguerre| (((|SparseUnivariatePolynomial| (|Integer|)) (|Integer|)) "\\spad{laguerre(n)} returns the \\spad{n}th Laguerre polynomial \\spad{L[n](x)}. Note: Laguerre polynomials,{} denoted \\spad{L[n](x)},{} are computed from the two term recurrence. The generating function is: \\spad{exp(x*t/(t-1))/(1-t) = sum(L[n](x)*t**n/n!, n=0..infinity)}.")) (|hermite| (((|SparseUnivariatePolynomial| (|Integer|)) (|Integer|)) "\\spad{hermite(n)} returns the \\spad{n}th Hermite polynomial \\spad{H[n](x)}. Note: Hermite polynomials,{} denoted \\spad{H[n](x)},{} are computed from the two term recurrence. The generating function is: \\spad{exp(2*t*x-t**2) = sum(H[n](x)*t**n/n!, n=0..infinity)}.")) (|fixedDivisor| (((|Integer|) (|SparseUnivariatePolynomial| (|Integer|))) "\\spad{fixedDivisor(a)} for \\spad{a(x)} in \\spad{Z[x]} is the largest integer \\spad{f} such that \\spad{f} divides \\spad{a(x=k)} for all integers \\spad{k}. Note: fixed divisor of \\spad{a} is \\spad{reduce(gcd,[a(x=k) for k in 0..degree(a)])}.")) (|euler| (((|SparseUnivariatePolynomial| (|Fraction| (|Integer|))) (|Integer|)) "\\spad{euler(n)} returns the \\spad{n}th Euler polynomial \\spad{E[n](x)}. Note: Euler polynomials denoted \\spad{E(n,x)} computed by solving the differential equation \\spad{differentiate(E(n,x),x) = n E(n-1,x)} where \\spad{E(0,x) = 1} and initial condition comes from \\spad{E(n) = 2**n E(n,1/2)}.")) (|cyclotomic| (((|SparseUnivariatePolynomial| (|Integer|)) (|Integer|)) "\\spad{cyclotomic(n)} returns the \\spad{n}th cyclotomic polynomial \\spad{phi[n](x)}. Note: \\spad{phi[n](x)} is the factor of \\spad{x**n - 1} whose roots are the primitive \\spad{n}th roots of unity.")) (|chebyshevU| (((|SparseUnivariatePolynomial| (|Integer|)) (|Integer|)) "\\spad{chebyshevU(n)} returns the \\spad{n}th Chebyshev polynomial \\spad{U[n](x)}. Note: Chebyshev polynomials of the second kind,{} denoted \\spad{U[n](x)},{} computed from the two term recurrence. The generating function \\spad{1/(1-2*t*x+t**2) = sum(T[n](x)*t**n, n=0..infinity)}.")) (|chebyshevT| (((|SparseUnivariatePolynomial| (|Integer|)) (|Integer|)) "\\spad{chebyshevT(n)} returns the \\spad{n}th Chebyshev polynomial \\spad{T[n](x)}. Note: Chebyshev polynomials of the first kind,{} denoted \\spad{T[n](x)},{} computed from the two term recurrence. The generating function \\spad{(1-t*x)/(1-2*t*x+t**2) = sum(T[n](x)*t**n, n=0..infinity)}.")) (|bernoulli| (((|SparseUnivariatePolynomial| (|Fraction| (|Integer|))) (|Integer|)) "\\spad{bernoulli(n)} returns the \\spad{n}th Bernoulli polynomial \\spad{B[n](x)}. Note: Bernoulli polynomials denoted \\spad{B(n,x)} computed by solving the differential equation \\spad{differentiate(B(n,x),x) = n B(n-1,x)} where \\spad{B(0,x) = 1} and initial condition comes from \\spad{B(n) = B(n,0)}.")))
NIL
NIL
-(-960 R)
+(-962 R)
((|constructor| (NIL "This domain implements points in coordinate space")))
-((-4463 . T) (-4462 . T))
-((-2755 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-738))) (|HasCategory| |#1| (QUOTE (-1068))) (-12 (|HasCategory| |#1| (QUOTE (-1021))) (|HasCategory| |#1| (QUOTE (-1068)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
-(-961 |lv| R)
+((-4465 . T) (-4464 . T))
+((-3795 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-738))) (|HasCategory| |#1| (QUOTE (-1070))) (-12 (|HasCategory| |#1| (QUOTE (-1023))) (|HasCategory| |#1| (QUOTE (-1070)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
+(-963 |lv| R)
((|constructor| (NIL "Package with the conversion functions among different kind of polynomials")) (|pToDmp| (((|DistributedMultivariatePolynomial| |#1| |#2|) (|Polynomial| |#2|)) "\\spad{pToDmp(p)} converts \\spad{p} from a \\spadtype{POLY} to a \\spadtype{DMP}.")) (|dmpToP| (((|Polynomial| |#2|) (|DistributedMultivariatePolynomial| |#1| |#2|)) "\\spad{dmpToP(p)} converts \\spad{p} from a \\spadtype{DMP} to a \\spadtype{POLY}.")) (|hdmpToP| (((|Polynomial| |#2|) (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|)) "\\spad{hdmpToP(p)} converts \\spad{p} from a \\spadtype{HDMP} to a \\spadtype{POLY}.")) (|pToHdmp| (((|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|) (|Polynomial| |#2|)) "\\spad{pToHdmp(p)} converts \\spad{p} from a \\spadtype{POLY} to a \\spadtype{HDMP}.")) (|hdmpToDmp| (((|DistributedMultivariatePolynomial| |#1| |#2|) (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|)) "\\spad{hdmpToDmp(p)} converts \\spad{p} from a \\spadtype{HDMP} to a \\spadtype{DMP}.")) (|dmpToHdmp| (((|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|) (|DistributedMultivariatePolynomial| |#1| |#2|)) "\\spad{dmpToHdmp(p)} converts \\spad{p} from a \\spadtype{DMP} to a \\spadtype{HDMP}.")))
NIL
NIL
-(-962 |TheField| |ThePols|)
+(-964 |TheField| |ThePols|)
((|constructor| (NIL "\\axiomType{RealPolynomialUtilitiesPackage} provides common functions used by interval coding.")) (|lazyVariations| (((|NonNegativeInteger|) (|List| |#1|) (|Integer|) (|Integer|)) "\\axiom{lazyVariations(\\spad{l},{}\\spad{s1},{}\\spad{sn})} is the number of sign variations in the list of non null numbers [s1::l]\\spad{@sn},{}")) (|sturmVariationsOf| (((|NonNegativeInteger|) (|List| |#1|)) "\\axiom{sturmVariationsOf(\\spad{l})} is the number of sign variations in the list of numbers \\spad{l},{} note that the first term counts as a sign")) (|boundOfCauchy| ((|#1| |#2|) "\\axiom{boundOfCauchy(\\spad{p})} bounds the roots of \\spad{p}")) (|sturmSequence| (((|List| |#2|) |#2|) "\\axiom{sturmSequence(\\spad{p}) = sylvesterSequence(\\spad{p},{}\\spad{p'})}")) (|sylvesterSequence| (((|List| |#2|) |#2| |#2|) "\\axiom{sylvesterSequence(\\spad{p},{}\\spad{q})} is the negated remainder sequence of \\spad{p} and \\spad{q} divided by the last computed term")))
NIL
((|HasCategory| |#1| (QUOTE (-860))))
-(-963 R S)
+(-965 R S)
((|constructor| (NIL "\\indented{2}{This package takes a mapping between coefficient rings,{} and lifts} it to a mapping between polynomials over those rings.")) (|map| (((|Polynomial| |#2|) (|Mapping| |#2| |#1|) (|Polynomial| |#1|)) "\\spad{map(f, p)} produces a new polynomial as a result of applying the function \\spad{f} to every coefficient of the polynomial \\spad{p}.")))
NIL
NIL
-(-964 |x| R)
+(-966 |x| R)
((|constructor| (NIL "This package is primarily to help the interpreter do coercions. It allows you to view a polynomial as a univariate polynomial in one of its variables with coefficients which are again a polynomial in all the other variables.")) (|univariate| (((|UnivariatePolynomial| |#1| (|Polynomial| |#2|)) (|Polynomial| |#2|) (|Variable| |#1|)) "\\spad{univariate(p, x)} converts the polynomial \\spad{p} to a one of type \\spad{UnivariatePolynomial(x,Polynomial(R))},{} ie. as a member of \\spad{R[...][x]}.")))
NIL
NIL
-(-965 S R E |VarSet|)
+(-967 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 (-926))) (|HasAttribute| |#2| (QUOTE -4460)) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#4| (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#4| (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#4| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#4| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548)))))
-(-966 R E |VarSet|)
+((|HasCategory| |#2| (QUOTE (-928))) (|HasAttribute| |#2| (QUOTE -4462)) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#4| (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#4| (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#4| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#4| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548)))))
+(-968 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}.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
NIL
-(-967 E V R P -1956)
+(-969 E V R P -2117)
((|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
-(-968 E |Vars| R P S)
+(-970 E |Vars| R P S)
((|constructor| (NIL "This package provides a very general map function,{} which given a set \\spad{S} and polynomials over \\spad{R} with maps from the variables into \\spad{S} and the coefficients into \\spad{S},{} maps polynomials into \\spad{S}. \\spad{S} is assumed to support \\spad{+},{} \\spad{*} and \\spad{**}.")) (|map| ((|#5| (|Mapping| |#5| |#2|) (|Mapping| |#5| |#3|) |#4|) "\\spad{map(varmap, coefmap, p)} takes a \\spad{varmap},{} a mapping from the variables of polynomial \\spad{p} into \\spad{S},{} \\spad{coefmap},{} a mapping from coefficients of \\spad{p} into \\spad{S},{} and \\spad{p},{} and produces a member of \\spad{S} using the corresponding arithmetic. in \\spad{S}")))
NIL
NIL
-(-969 R)
+(-971 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}.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-926))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| (-1195) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-390))))) (-12 (|HasCategory| (-1195) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-576))))) (-12 (|HasCategory| (-1195) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390)))))) (-12 (|HasCategory| (-1195) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576)))))) (-12 (|HasCategory| (-1195) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374))) (|HasAttribute| |#1| (QUOTE -4460)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-146)))))
-(-970 E V R P -1956)
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-928))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| (-1197) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-390))))) (-12 (|HasCategory| (-1197) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-576))))) (-12 (|HasCategory| (-1197) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390)))))) (-12 (|HasCategory| (-1197) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576)))))) (-12 (|HasCategory| (-1197) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374))) (|HasAttribute| |#1| (QUOTE -4462)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-146)))))
+(-972 E V R P -2117)
((|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 (-464))))
-(-971)
+(-973)
((|constructor| (NIL "This domain represents network port numbers (notable \\spad{TCP} and UDP).")) (|port| (($ (|SingleInteger|)) "\\spad{port(n)} constructs a PortNumber from the integer \\spad{`n'}.")))
NIL
NIL
-(-972)
+(-974)
((|constructor| (NIL "PlottablePlaneCurveCategory is the category of curves in the plane which may be plotted via the graphics facilities. Functions are provided for obtaining lists of lists of points,{} representing the branches of the curve,{} and for determining the ranges of the \\spad{x}-coordinates and \\spad{y}-coordinates of the points on the curve.")) (|yRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{yRange(c)} returns the range of the \\spad{y}-coordinates of the points on the curve \\spad{c}.")) (|xRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{xRange(c)} returns the range of the \\spad{x}-coordinates of the points on the curve \\spad{c}.")) (|listBranches| (((|List| (|List| (|Point| (|DoubleFloat|)))) $) "\\spad{listBranches(c)} returns a list of lists of points,{} representing the branches of the curve \\spad{c}.")))
NIL
NIL
-(-973 R L)
+(-975 R L)
((|constructor| (NIL "\\spadtype{PrecomputedAssociatedEquations} stores some generic precomputations which speed up the computations of the associated equations needed for factoring operators.")) (|firstUncouplingMatrix| (((|Union| (|Matrix| |#1|) "failed") |#2| (|PositiveInteger|)) "\\spad{firstUncouplingMatrix(op, m)} returns the matrix A such that \\spad{A w = (W',W'',...,W^N)} in the corresponding associated equations for right-factors of order \\spad{m} of \\spad{op}. Returns \"failed\" if the matrix A has not been precomputed for the particular combination \\spad{degree(L), m}.")))
NIL
NIL
-(-974 A B)
+(-976 A B)
((|constructor| (NIL "\\indented{1}{This package provides tools for operating on primitive arrays} with unary and binary functions involving different underlying types")) (|map| (((|PrimitiveArray| |#2|) (|Mapping| |#2| |#1|) (|PrimitiveArray| |#1|)) "\\spad{map(f,a)} applies function \\spad{f} to each member of primitive array \\spad{a} resulting in a new primitive array over a possibly different underlying domain.")) (|reduce| ((|#2| (|Mapping| |#2| |#1| |#2|) (|PrimitiveArray| |#1|) |#2|) "\\spad{reduce(f,a,r)} applies function \\spad{f} to each successive element of the primitive array \\spad{a} and an accumulant initialized to \\spad{r}. For example,{} \\spad{reduce(_+\\$Integer,[1,2,3],0)} does \\spad{3+(2+(1+0))}. Note: third argument \\spad{r} may be regarded as the identity element for the function \\spad{f}.")) (|scan| (((|PrimitiveArray| |#2|) (|Mapping| |#2| |#1| |#2|) (|PrimitiveArray| |#1|) |#2|) "\\spad{scan(f,a,r)} successively applies \\spad{reduce(f,x,r)} to more and more leading sub-arrays \\spad{x} of primitive array \\spad{a}. More precisely,{} if \\spad{a} is \\spad{[a1,a2,...]},{} then \\spad{scan(f,a,r)} returns \\spad{[reduce(f,[a1],r),reduce(f,[a1,a2],r),...]}.")))
NIL
NIL
-(-975 S)
+(-977 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")))
-((-4463 . T) (-4462 . T))
-((-2755 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
-(-976)
+((-4465 . T) (-4464 . T))
+((-3795 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
+(-978)
((|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
-(-977 -1956)
+(-979 -2117)
((|constructor| (NIL "PrimitiveElement provides functions to compute primitive elements in algebraic extensions.")) (|primitiveElement| (((|Record| (|:| |coef| (|List| (|Integer|))) (|:| |poly| (|List| (|SparseUnivariatePolynomial| |#1|))) (|:| |prim| (|SparseUnivariatePolynomial| |#1|))) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|)) (|Symbol|)) "\\spad{primitiveElement([p1,...,pn], [a1,...,an], a)} returns \\spad{[[c1,...,cn], [q1,...,qn], q]} such that then \\spad{k(a1,...,an) = k(a)},{} where \\spad{a = a1 c1 + ... + an cn},{} \\spad{ai = qi(a)},{} and \\spad{q(a) = 0}. The \\spad{pi}\\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{ai = 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
-(-978 I)
+(-980 I)
((|constructor| (NIL "The \\spadtype{IntegerPrimesPackage} implements a modification of Rabin\\spad{'s} probabilistic primality test and the utility functions \\spadfun{nextPrime},{} \\spadfun{prevPrime} and \\spadfun{primes}.")) (|primes| (((|List| |#1|) |#1| |#1|) "\\spad{primes(a,b)} returns a list of all primes \\spad{p} with \\spad{a <= p <= b}")) (|prevPrime| ((|#1| |#1|) "\\spad{prevPrime(n)} returns the largest prime strictly smaller than \\spad{n}")) (|nextPrime| ((|#1| |#1|) "\\spad{nextPrime(n)} returns the smallest prime strictly larger than \\spad{n}")) (|prime?| (((|Boolean|) |#1|) "\\spad{prime?(n)} returns \\spad{true} if \\spad{n} is prime and \\spad{false} if not. The algorithm used is Rabin\\spad{'s} probabilistic primality test (reference: Knuth Volume 2 Semi Numerical Algorithms). If \\spad{prime? n} returns \\spad{false},{} \\spad{n} is proven composite. If \\spad{prime? n} returns \\spad{true},{} prime? may be in error however,{} the probability of error is very low. and is zero below 25*10**9 (due to a result of Pomerance et al),{} below 10**12 and 10**13 due to results of Pinch,{} and below 341550071728321 due to a result of Jaeschke. Specifically,{} this implementation does at least 10 pseudo prime tests and so the probability of error is \\spad{< 4**(-10)}. The running time of this method is cubic in the length of the input \\spad{n},{} that is \\spad{O( (log n)**3 )},{} for n<10**20. beyond that,{} the algorithm is quartic,{} \\spad{O( (log n)**4 )}. Two improvements due to Davenport have been incorporated which catches some trivial strong pseudo-primes,{} such as [Jaeschke,{} 1991] 1377161253229053 * 413148375987157,{} which the original algorithm regards as prime")))
NIL
NIL
-(-979)
+(-981)
((|constructor| (NIL "PrintPackage provides a print function for output forms.")) (|print| (((|Void|) (|OutputForm|)) "\\spad{print(o)} writes the output form \\spad{o} on standard output using the two-dimensional formatter.")))
NIL
NIL
-(-980 R E)
+(-982 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}")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-6 -4460)) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-132)))) (|HasAttribute| |#1| (QUOTE -4460)))
-(-981 A B)
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-6 -4462)) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-132)))) (|HasAttribute| |#1| (QUOTE -4462)))
+(-983 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")))
-((-4459 -12 (|has| |#2| (-485)) (|has| |#1| (-485))))
-((-2755 (-12 (|HasCategory| |#1| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-805)))) (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-862))))) (-12 (|HasCategory| |#1| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-805)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-132)))) (-12 (|HasCategory| |#1| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-805))))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-132)))) (-12 (|HasCategory| |#1| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-805))))) (-12 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#2| (QUOTE (-485)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#2| (QUOTE (-485)))) (-12 (|HasCategory| |#1| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-738))))) (-12 (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#2| (QUOTE (-379)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-132)))) (-12 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#2| (QUOTE (-485)))) (-12 (|HasCategory| |#1| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-738)))) (-12 (|HasCategory| |#1| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-805))))) (-12 (|HasCategory| |#1| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-738)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-132)))) (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-862)))))
-(-982)
+((-4461 -12 (|has| |#2| (-485)) (|has| |#1| (-485))))
+((-3795 (-12 (|HasCategory| |#1| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-805)))) (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-862))))) (-12 (|HasCategory| |#1| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-805)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-132)))) (-12 (|HasCategory| |#1| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-805))))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-132)))) (-12 (|HasCategory| |#1| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-805))))) (-12 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#2| (QUOTE (-485)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#2| (QUOTE (-485)))) (-12 (|HasCategory| |#1| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-738))))) (-12 (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#2| (QUOTE (-379)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-132)))) (-12 (|HasCategory| |#1| (QUOTE (-485))) (|HasCategory| |#2| (QUOTE (-485)))) (-12 (|HasCategory| |#1| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-738)))) (-12 (|HasCategory| |#1| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-805))))) (-12 (|HasCategory| |#1| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-738)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-132))) (|HasCategory| |#2| (QUOTE (-132)))) (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-862)))))
+(-984)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. An `Property' is a pair of name and value.")) (|property| (($ (|Identifier|) (|SExpression|)) "\\spad{property(n,val)} constructs a property with name \\spad{`n'} and value `val'.")) (|value| (((|SExpression|) $) "\\spad{value(p)} returns value of property \\spad{p}")) (|name| (((|Identifier|) $) "\\spad{name(p)} returns the name of property \\spad{p}")))
NIL
NIL
-(-983 T$)
+(-985 T$)
((|constructor| (NIL "This domain implements propositional formula build over a term domain,{} that itself belongs to PropositionalLogic")) (|disjunction| (($ $ $) "\\spad{disjunction(p,q)} returns a formula denoting the disjunction of \\spad{p} and \\spad{q}.")) (|conjunction| (($ $ $) "\\spad{conjunction(p,q)} returns a formula denoting the conjunction of \\spad{p} and \\spad{q}.")) (|isEquiv| (((|Maybe| (|Pair| $ $)) $) "\\spad{isEquiv f} returns a value \\spad{v} such that \\spad{v case Pair(\\%,\\%)} holds if the formula \\spad{f} is an equivalence formula.")) (|isImplies| (((|Maybe| (|Pair| $ $)) $) "\\spad{isImplies f} returns a value \\spad{v} such that \\spad{v case Pair(\\%,\\%)} holds if the formula \\spad{f} is an implication formula.")) (|isOr| (((|Maybe| (|Pair| $ $)) $) "\\spad{isOr f} returns a value \\spad{v} such that \\spad{v case Pair(\\%,\\%)} holds if the formula \\spad{f} is a disjunction formula.")) (|isAnd| (((|Maybe| (|Pair| $ $)) $) "\\spad{isAnd f} returns a value \\spad{v} such that \\spad{v case Pair(\\%,\\%)} holds if the formula \\spad{f} is a conjunction formula.")) (|isNot| (((|Maybe| $) $) "\\spad{isNot f} returns a value \\spad{v} such that \\spad{v case \\%} holds if the formula \\spad{f} is a negation.")) (|isAtom| (((|Maybe| |#1|) $) "\\spad{isAtom f} returns a value \\spad{v} such that \\spad{v case T} holds if the formula \\spad{f} is a term.")))
NIL
NIL
-(-984 T$)
+(-986 T$)
((|constructor| (NIL "This package collects unary functions operating on propositional formulae.")) (|simplify| (((|PropositionalFormula| |#1|) (|PropositionalFormula| |#1|)) "\\spad{simplify f} returns a formula logically equivalent to \\spad{f} where obvious tautologies have been removed.")) (|atoms| (((|Set| |#1|) (|PropositionalFormula| |#1|)) "\\spad{atoms f} \\spad{++} returns the set of atoms appearing in the formula \\spad{f}.")) (|dual| (((|PropositionalFormula| |#1|) (|PropositionalFormula| |#1|)) "\\spad{dual f} returns the dual of the proposition \\spad{f}.")))
NIL
NIL
-(-985 S T$)
+(-987 S T$)
((|constructor| (NIL "This package collects binary functions operating on propositional formulae.")) (|map| (((|PropositionalFormula| |#2|) (|Mapping| |#2| |#1|) (|PropositionalFormula| |#1|)) "\\spad{map(f,x)} returns a propositional formula where all atoms in \\spad{x} have been replaced by the result of applying the function \\spad{f} to them.")))
NIL
NIL
-(-986)
+(-988)
((|constructor| (NIL "This category declares the connectives of Propositional Logic.")) (|equiv| (($ $ $) "\\spad{equiv(p,q)} returns the logical equivalence of \\spad{`p'},{} \\spad{`q'}.")) (|implies| (($ $ $) "\\spad{implies(p,q)} returns the logical implication of \\spad{`q'} by \\spad{`p'}.")) (|false| (($) "\\spad{false} is a logical constant.")) (|true| (($) "\\spad{true} is a logical constant.")))
NIL
NIL
-(-987 S)
+(-989 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}.")))
-((-4462 . T) (-4463 . T))
+((-4464 . T) (-4465 . T))
NIL
-(-988 R |polR|)
+(-990 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}}")))
NIL
((|HasCategory| |#1| (QUOTE (-464))))
-(-989)
+(-991)
((|constructor| (NIL "This domain represents `pretend' expressions.")) (|target| (((|TypeAst|) $) "\\spad{target(e)} returns the target type of the conversion..")) (|expression| (((|SpadAst|) $) "\\spad{expression(e)} returns the expression being converted.")))
NIL
NIL
-(-990)
+(-992)
((|constructor| (NIL "Partition is an OrderedCancellationAbelianMonoid which is used as the basis for symmetric polynomial representation of the sums of powers in SymmetricPolynomial. Thus,{} \\spad{(5 2 2 1)} will represent \\spad{s5 * s2**2 * s1}.")) (|conjugate| (($ $) "\\spad{conjugate(p)} returns the conjugate partition of a partition \\spad{p}")) (|pdct| (((|PositiveInteger|) $) "\\spad{pdct(a1**n1 a2**n2 ...)} returns \\spad{n1! * a1**n1 * n2! * a2**n2 * ...}. This function is used in the package \\spadtype{CycleIndicators}.")) (|powers| (((|List| (|Pair| (|PositiveInteger|) (|PositiveInteger|))) $) "\\spad{powers(x)} returns a list of pairs. The second component of each pair is the multiplicity with which the first component occurs in \\spad{li}.")) (|partitions| (((|Stream| $) (|NonNegativeInteger|)) "\\spad{partitions n} returns the stream of all partitions of size \\spad{n}.")) (|#| (((|NonNegativeInteger|) $) "\\spad{\\#x} returns the sum of all parts of the partition \\spad{x}.")) (|parts| (((|List| (|PositiveInteger|)) $) "\\spad{parts x} returns the list of decreasing integer sequence making up the partition \\spad{x}.")) (|partition| (($ (|List| (|PositiveInteger|))) "\\spad{partition(li)} converts a list of integers \\spad{li} to a partition")))
NIL
NIL
-(-991 S |Coef| |Expon| |Var|)
+(-993 S |Coef| |Expon| |Var|)
((|constructor| (NIL "\\spadtype{PowerSeriesCategory} is the most general power series category with exponents in an ordered abelian monoid.")) (|complete| (($ $) "\\spad{complete(f)} causes all terms of \\spad{f} to be computed. Note: this results in an infinite loop if \\spad{f} has infinitely many terms.")) (|pole?| (((|Boolean|) $) "\\spad{pole?(f)} determines if the power series \\spad{f} has a pole.")) (|variables| (((|List| |#4|) $) "\\spad{variables(f)} returns a list of the variables occuring in the power series \\spad{f}.")) (|degree| ((|#3| $) "\\spad{degree(f)} returns the exponent of the lowest order term of \\spad{f}.")) (|leadingCoefficient| ((|#2| $) "\\spad{leadingCoefficient(f)} returns the coefficient of the lowest order term of \\spad{f}")) (|leadingMonomial| (($ $) "\\spad{leadingMonomial(f)} returns the monomial of \\spad{f} of lowest order.")) (|monomial| (($ $ (|List| |#4|) (|List| |#3|)) "\\spad{monomial(a,[x1,..,xk],[n1,..,nk])} computes \\spad{a * x1**n1 * .. * xk**nk}.") (($ $ |#4| |#3|) "\\spad{monomial(a,x,n)} computes \\spad{a*x**n}.")))
NIL
NIL
-(-992 |Coef| |Expon| |Var|)
+(-994 |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}.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4456 . T) (-4457 . T) (-4459 . T))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-993)
+(-995)
((|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}.")))
NIL
NIL
-(-994 S R E |VarSet| P)
+(-996 S R E |VarSet| P)
((|constructor| (NIL "A category for finite subsets of a polynomial ring. Such a set is only regarded as a set of polynomials and not identified to the ideal it generates. So two distinct sets may generate the same the ideal. Furthermore,{} for \\spad{R} being an integral domain,{} a set of polynomials may be viewed as a representation of the ideal it generates in the polynomial ring \\spad{(R)^(-1) P},{} or the set of its zeros (described for instance by the radical of the previous ideal,{} or a split of the associated affine variety) and so on. So this category provides operations about those different notions.")) (|triangular?| (((|Boolean|) $) "\\axiom{triangular?(\\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| |#5|) (|List| |#5|) $) "\\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| |#5|) (|List| |#5|) $) "\\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| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) "\\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| |#5|) (|:| |den| |#2|)) |#5| $) "\\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| $)) $ |#4|) "\\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| (($ $ |#4|) "\\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| (($ $ |#4|) "\\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| (($ $ |#4|) "\\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|) |#4| $) "\\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| |#4|) $) "\\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| |#4|) $) "\\axiom{variables(\\spad{ps})} returns the decreasingly sorted list of the variables which are variables of some polynomial in \\axiom{\\spad{ps}}.")) (|mvar| ((|#4| $) "\\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| |#5|)) "\\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| |#5|)) "\\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.")))
NIL
((|HasCategory| |#2| (QUOTE (-568))))
-(-995 R E |VarSet| P)
+(-997 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.")))
-((-4462 . T))
+((-4464 . T))
NIL
-(-996 R E V P)
+(-998 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.")))
NIL
((-12 (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-317)))) (|HasCategory| |#1| (QUOTE (-464))))
-(-997 K)
+(-999 K)
((|constructor| (NIL "PseudoLinearNormalForm provides a function for computing a block-companion form for pseudo-linear operators.")) (|companionBlocks| (((|List| (|Record| (|:| C (|Matrix| |#1|)) (|:| |g| (|Vector| |#1|)))) (|Matrix| |#1|) (|Vector| |#1|)) "\\spad{companionBlocks(m, v)} returns \\spad{[[C_1, g_1],...,[C_k, g_k]]} such that each \\spad{C_i} is a companion block and \\spad{m = diagonal(C_1,...,C_k)}.")) (|changeBase| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|Automorphism| |#1|) (|Mapping| |#1| |#1|)) "\\spad{changeBase(M, A, sig, der)}: computes the new matrix of a pseudo-linear transform given by the matrix \\spad{M} under the change of base A")) (|normalForm| (((|Record| (|:| R (|Matrix| |#1|)) (|:| A (|Matrix| |#1|)) (|:| |Ainv| (|Matrix| |#1|))) (|Matrix| |#1|) (|Automorphism| |#1|) (|Mapping| |#1| |#1|)) "\\spad{normalForm(M, sig, der)} returns \\spad{[R, A, A^{-1}]} such that the pseudo-linear operator whose matrix in the basis \\spad{y} is \\spad{M} had matrix \\spad{R} in the basis \\spad{z = A y}. \\spad{der} is a \\spad{sig}-derivation.")))
NIL
NIL
-(-998 |VarSet| E RC P)
+(-1000 |VarSet| E RC P)
((|constructor| (NIL "This package computes square-free decomposition of multivariate polynomials over a coefficient ring which is an arbitrary \\spad{gcd} domain. The requirement on the coefficient domain guarantees that the \\spadfun{content} can be removed so that factors will be primitive as well as square-free. Over an infinite ring of finite characteristic,{}it may not be possible to guarantee that the factors are square-free.")) (|squareFree| (((|Factored| |#4|) |#4|) "\\spad{squareFree(p)} returns the square-free factorization of the polynomial \\spad{p}. Each factor has no repeated roots,{} and the factors are pairwise relatively prime.")))
NIL
NIL
-(-999 R)
+(-1001 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}.")))
-((-4463 . T) (-4462 . T))
+((-4465 . T) (-4464 . T))
NIL
-(-1000 R1 R2)
+(-1002 R1 R2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|Point| |#2|) (|Mapping| |#2| |#1|) (|Point| |#1|)) "\\spad{map(f,p)} \\undocumented")))
NIL
NIL
-(-1001 R)
+(-1003 R)
((|constructor| (NIL "This package \\undocumented")) (|shade| ((|#1| (|Point| |#1|)) "\\spad{shade(pt)} returns the fourth element of the two dimensional point,{} \\spad{pt},{} although no assumptions are made with regards as to how the components of higher dimensional points are interpreted. This function is defined for the convenience of the user using specifically,{} shade to express a fourth dimension.")) (|hue| ((|#1| (|Point| |#1|)) "\\spad{hue(pt)} returns the third element of the two dimensional point,{} \\spad{pt},{} although no assumptions are made with regards as to how the components of higher dimensional points are interpreted. This function is defined for the convenience of the user using specifically,{} hue to express a third dimension.")) (|color| ((|#1| (|Point| |#1|)) "\\spad{color(pt)} returns the fourth element of the point,{} \\spad{pt},{} although no assumptions are made with regards as to how the components of higher dimensional points are interpreted. This function is defined for the convenience of the user using specifically,{} color to express a fourth dimension.")) (|phiCoord| ((|#1| (|Point| |#1|)) "\\spad{phiCoord(pt)} returns the third element of the point,{} \\spad{pt},{} although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a spherical coordinate system.")) (|thetaCoord| ((|#1| (|Point| |#1|)) "\\spad{thetaCoord(pt)} returns the second element of the point,{} \\spad{pt},{} although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a spherical or a cylindrical coordinate system.")) (|rCoord| ((|#1| (|Point| |#1|)) "\\spad{rCoord(pt)} returns the first element of the point,{} \\spad{pt},{} although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a spherical or a cylindrical coordinate system.")) (|zCoord| ((|#1| (|Point| |#1|)) "\\spad{zCoord(pt)} returns the third element of the point,{} \\spad{pt},{} although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a Cartesian or a cylindrical coordinate system.")) (|yCoord| ((|#1| (|Point| |#1|)) "\\spad{yCoord(pt)} returns the second element of the point,{} \\spad{pt},{} although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a Cartesian coordinate system.")) (|xCoord| ((|#1| (|Point| |#1|)) "\\spad{xCoord(pt)} returns the first element of the point,{} \\spad{pt},{} although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a Cartesian coordinate system.")))
NIL
NIL
-(-1002 K)
+(-1004 K)
((|constructor| (NIL "This is the description of any package which provides partial functions on a domain belonging to TranscendentalFunctionCategory.")) (|acschIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acschIfCan(z)} returns acsch(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|asechIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{asechIfCan(z)} returns asech(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acothIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acothIfCan(z)} returns acoth(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|atanhIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{atanhIfCan(z)} returns atanh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acoshIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acoshIfCan(z)} returns acosh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|asinhIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{asinhIfCan(z)} returns asinh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cschIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cschIfCan(z)} returns csch(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|sechIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{sechIfCan(z)} returns sech(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cothIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cothIfCan(z)} returns coth(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|tanhIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{tanhIfCan(z)} returns tanh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|coshIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{coshIfCan(z)} returns cosh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|sinhIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{sinhIfCan(z)} returns sinh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acscIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acscIfCan(z)} returns acsc(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|asecIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{asecIfCan(z)} returns asec(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acotIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acotIfCan(z)} returns acot(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|atanIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{atanIfCan(z)} returns atan(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acosIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acosIfCan(z)} returns acos(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|asinIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{asinIfCan(z)} returns asin(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cscIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cscIfCan(z)} returns \\spad{csc}(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|secIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{secIfCan(z)} returns sec(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cotIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cotIfCan(z)} returns cot(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|tanIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{tanIfCan(z)} returns tan(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cosIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cosIfCan(z)} returns cos(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|sinIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{sinIfCan(z)} returns sin(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|logIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{logIfCan(z)} returns log(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|expIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{expIfCan(z)} returns exp(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|nthRootIfCan| (((|Union| |#1| "failed") |#1| (|NonNegativeInteger|)) "\\spad{nthRootIfCan(z,n)} returns the \\spad{n}th root of \\spad{z} if possible,{} and \"failed\" otherwise.")))
NIL
NIL
-(-1003 R E OV PPR)
+(-1005 R E OV PPR)
((|constructor| (NIL "This package \\undocumented{}")) (|map| ((|#4| (|Mapping| |#4| (|Polynomial| |#1|)) |#4|) "\\spad{map(f,p)} \\undocumented{}")) (|pushup| ((|#4| |#4| (|List| |#3|)) "\\spad{pushup(p,lv)} \\undocumented{}") ((|#4| |#4| |#3|) "\\spad{pushup(p,v)} \\undocumented{}")) (|pushdown| ((|#4| |#4| (|List| |#3|)) "\\spad{pushdown(p,lv)} \\undocumented{}") ((|#4| |#4| |#3|) "\\spad{pushdown(p,v)} \\undocumented{}")) (|variable| (((|Union| $ "failed") (|Symbol|)) "\\spad{variable(s)} makes an element from symbol \\spad{s} or fails")) (|convert| (((|Symbol|) $) "\\spad{convert(x)} converts \\spad{x} to a symbol")))
NIL
NIL
-(-1004 K R UP -1956)
+(-1006 K R UP -2117)
((|constructor| (NIL "In this package \\spad{K} is a finite field,{} \\spad{R} is a ring of univariate polynomials over \\spad{K},{} and \\spad{F} is a monogenic algebra over \\spad{R}. We require that \\spad{F} is monogenic,{} \\spadignore{i.e.} that \\spad{F = K[x,y]/(f(x,y))},{} because the integral basis algorithm used will factor the polynomial \\spad{f(x,y)}. The package provides a function to compute the integral closure of \\spad{R} in the quotient field of \\spad{F} as well as a function to compute a \"local integral basis\" at a specific prime.")) (|reducedDiscriminant| ((|#2| |#3|) "\\spad{reducedDiscriminant(up)} \\undocumented")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|))) |#2|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv] } containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of the framed algebra \\spad{F}. \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If 'basis' is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix 'basisInv' contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if 'basisInv' is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv] } containing information regarding the integral closure of \\spad{R} in the quotient field of the framed algebra \\spad{F}. \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If 'basis' is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix 'basisInv' contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if 'basisInv' is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")))
NIL
NIL
-(-1005 |vl| |nv|)
+(-1007 |vl| |nv|)
((|constructor| (NIL "\\spadtype{QuasiAlgebraicSet2} adds a function \\spadfun{radicalSimplify} which uses \\spadtype{IdealDecompositionPackage} to simplify the representation of a quasi-algebraic set. A quasi-algebraic set is the intersection of a Zariski closed set,{} defined as the common zeros of a given list of polynomials (the defining polynomials for equations),{} and a principal Zariski open set,{} defined as the complement of the common zeros of a polynomial \\spad{f} (the defining polynomial for the inequation). Quasi-algebraic sets are implemented in the domain \\spadtype{QuasiAlgebraicSet},{} where two simplification routines are provided: \\spadfun{idealSimplify} and \\spadfun{simplify}. The function \\spadfun{radicalSimplify} is added for comparison study only. Because the domain \\spadtype{IdealDecompositionPackage} provides facilities for computing with radical ideals,{} it is necessary to restrict the ground ring to the domain \\spadtype{Fraction Integer},{} and the polynomial ring to be of type \\spadtype{DistributedMultivariatePolynomial}. The routine \\spadfun{radicalSimplify} uses these to compute groebner basis of radical ideals and is inefficient and restricted when compared to the two in \\spadtype{QuasiAlgebraicSet}.")) (|radicalSimplify| (((|QuasiAlgebraicSet| (|Fraction| (|Integer|)) (|OrderedVariableList| |#1|) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|)))) (|QuasiAlgebraicSet| (|Fraction| (|Integer|)) (|OrderedVariableList| |#1|) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{radicalSimplify(s)} returns a different and presumably simpler representation of \\spad{s} with the defining polynomials for the equations forming a groebner basis,{} and the defining polynomial for the inequation reduced with respect to the basis,{} using using groebner basis of radical ideals")))
NIL
NIL
-(-1006 R |Var| |Expon| |Dpoly|)
+(-1008 R |Var| |Expon| |Dpoly|)
((|constructor| (NIL "\\spadtype{QuasiAlgebraicSet} constructs a domain representing quasi-algebraic sets,{} which is the intersection of a Zariski closed set,{} defined as the common zeros of a given list of polynomials (the defining polynomials for equations),{} and a principal Zariski open set,{} defined as the complement of the common zeros of a polynomial \\spad{f} (the defining polynomial for the inequation). This domain provides simplification of a user-given representation using groebner basis computations. There are two simplification routines: the first function \\spadfun{idealSimplify} uses groebner basis of ideals alone,{} while the second,{} \\spadfun{simplify} uses both groebner basis and factorization. The resulting defining equations \\spad{L} always form a groebner basis,{} and the resulting defining inequation \\spad{f} is always reduced. The function \\spadfun{simplify} may be applied several times if desired. A third simplification routine \\spadfun{radicalSimplify} is provided in \\spadtype{QuasiAlgebraicSet2} for comparison study only,{} as it is inefficient compared to the other two,{} as well as is restricted to only certain coefficient domains. For detail analysis and a comparison of the three methods,{} please consult the reference cited. \\blankline A polynomial function \\spad{q} defined on the quasi-algebraic set is equivalent to its reduced form with respect to \\spad{L}. While this may be obtained using the usual normal form algorithm,{} there is no canonical form for \\spad{q}. \\blankline The ordering in groebner basis computation is determined by the data type of the input polynomials. If it is possible we suggest to use refinements of total degree orderings.")) (|simplify| (($ $) "\\spad{simplify(s)} returns a different and presumably simpler representation of \\spad{s} with the defining polynomials for the equations forming a groebner basis,{} and the defining polynomial for the inequation reduced with respect to the basis,{} using a heuristic algorithm based on factoring.")) (|idealSimplify| (($ $) "\\spad{idealSimplify(s)} returns a different and presumably simpler representation of \\spad{s} with the defining polynomials for the equations forming a groebner basis,{} and the defining polynomial for the inequation reduced with respect to the basis,{} using Buchberger\\spad{'s} algorithm.")) (|definingInequation| ((|#4| $) "\\spad{definingInequation(s)} returns a single defining polynomial for the inequation,{} that is,{} the Zariski open part of \\spad{s}.")) (|definingEquations| (((|List| |#4|) $) "\\spad{definingEquations(s)} returns a list of defining polynomials for equations,{} that is,{} for the Zariski closed part of \\spad{s}.")) (|empty?| (((|Boolean|) $) "\\spad{empty?(s)} returns \\spad{true} if the quasialgebraic set \\spad{s} has no points,{} and \\spad{false} otherwise.")) (|setStatus| (($ $ (|Union| (|Boolean|) "failed")) "\\spad{setStatus(s,t)} returns the same representation for \\spad{s},{} but asserts the following: if \\spad{t} is \\spad{true},{} then \\spad{s} is empty,{} if \\spad{t} is \\spad{false},{} then \\spad{s} is non-empty,{} and if \\spad{t} = \"failed\",{} then no assertion is made (that is,{} \"don\\spad{'t} know\"). Note: for internal use only,{} with care.")) (|status| (((|Union| (|Boolean|) "failed") $) "\\spad{status(s)} returns \\spad{true} if the quasi-algebraic set is empty,{} \\spad{false} if it is not,{} and \"failed\" if not yet known")) (|quasiAlgebraicSet| (($ (|List| |#4|) |#4|) "\\spad{quasiAlgebraicSet(pl,q)} returns the quasi-algebraic set with defining equations \\spad{p} = 0 for \\spad{p} belonging to the list \\spad{pl},{} and defining inequation \\spad{q} \\spad{~=} 0.")) (|empty| (($) "\\spad{empty()} returns the empty quasi-algebraic set")))
NIL
((-12 (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-317)))))
-(-1007 R E V P TS)
+(-1009 R E V P TS)
((|constructor| (NIL "A package for removing redundant quasi-components and redundant branches when decomposing a variety by means of quasi-components of regular triangular sets. \\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|branchIfCan| (((|Union| (|Record| (|:| |eq| (|List| |#4|)) (|:| |tower| |#5|) (|:| |ineq| (|List| |#4|))) "failed") (|List| |#4|) |#5| (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{branchIfCan(leq,{}\\spad{ts},{}lineq,{}\\spad{b1},{}\\spad{b2},{}\\spad{b3},{}\\spad{b4},{}\\spad{b5})} is an internal subroutine,{} exported only for developement.")) (|prepareDecompose| (((|List| (|Record| (|:| |eq| (|List| |#4|)) (|:| |tower| |#5|) (|:| |ineq| (|List| |#4|)))) (|List| |#4|) (|List| |#5|) (|Boolean|) (|Boolean|)) "\\axiom{prepareDecompose(\\spad{lp},{}\\spad{lts},{}\\spad{b1},{}\\spad{b2})} is an internal subroutine,{} exported only for developement.")) (|removeSuperfluousCases| (((|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) (|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|)))) "\\axiom{removeSuperfluousCases(llpwt)} is an internal subroutine,{} exported only for developement.")) (|subCase?| (((|Boolean|) (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|)) (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) "\\axiom{subCase?(lpwt1,{}lpwt2)} is an internal subroutine,{} exported only for developement.")) (|removeSuperfluousQuasiComponents| (((|List| |#5|) (|List| |#5|)) "\\axiom{removeSuperfluousQuasiComponents(\\spad{lts})} removes from \\axiom{\\spad{lts}} any \\spad{ts} such that \\axiom{subQuasiComponent?(\\spad{ts},{}us)} holds for another \\spad{us} in \\axiom{\\spad{lts}}.")) (|subQuasiComponent?| (((|Boolean|) |#5| (|List| |#5|)) "\\axiom{subQuasiComponent?(\\spad{ts},{}lus)} returns \\spad{true} iff \\axiom{subQuasiComponent?(\\spad{ts},{}us)} holds for one \\spad{us} in \\spad{lus}.") (((|Boolean|) |#5| |#5|) "\\axiom{subQuasiComponent?(\\spad{ts},{}us)} returns \\spad{true} iff \\axiomOpFrom{internalSubQuasiComponent?}{QuasiComponentPackage} returs \\spad{true}.")) (|internalSubQuasiComponent?| (((|Union| (|Boolean|) "failed") |#5| |#5|) "\\axiom{internalSubQuasiComponent?(\\spad{ts},{}us)} returns a boolean \\spad{b} value if the fact that the regular zero set of \\axiom{us} contains that of \\axiom{\\spad{ts}} can be decided (and in that case \\axiom{\\spad{b}} gives this inclusion) otherwise returns \\axiom{\"failed\"}.")) (|infRittWu?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{infRittWu?(\\spad{lp1},{}\\spad{lp2})} is an internal subroutine,{} exported only for developement.")) (|internalInfRittWu?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{internalInfRittWu?(\\spad{lp1},{}\\spad{lp2})} is an internal subroutine,{} exported only for developement.")) (|internalSubPolSet?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{internalSubPolSet?(\\spad{lp1},{}\\spad{lp2})} returns \\spad{true} iff \\axiom{\\spad{lp1}} is a sub-set of \\axiom{\\spad{lp2}} assuming that these lists are sorted increasingly \\spad{w}.\\spad{r}.\\spad{t}. \\axiomOpFrom{infRittWu?}{RecursivePolynomialCategory}.")) (|subPolSet?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{subPolSet?(\\spad{lp1},{}\\spad{lp2})} returns \\spad{true} iff \\axiom{\\spad{lp1}} is a sub-set of \\axiom{\\spad{lp2}}.")) (|subTriSet?| (((|Boolean|) |#5| |#5|) "\\axiom{subTriSet?(\\spad{ts},{}us)} returns \\spad{true} iff \\axiom{\\spad{ts}} is a sub-set of \\axiom{us}.")) (|moreAlgebraic?| (((|Boolean|) |#5| |#5|) "\\axiom{moreAlgebraic?(\\spad{ts},{}us)} returns \\spad{false} iff \\axiom{\\spad{ts}} and \\axiom{us} are both empty,{} or \\axiom{\\spad{ts}} has less elements than \\axiom{us},{} or some variable is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{us} and is not \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{ts}}.")) (|algebraicSort| (((|List| |#5|) (|List| |#5|)) "\\axiom{algebraicSort(\\spad{lts})} sorts \\axiom{\\spad{lts}} \\spad{w}.\\spad{r}.\\spad{t} \\axiomOpFrom{supDimElseRittWu?}{QuasiComponentPackage}.")) (|supDimElseRittWu?| (((|Boolean|) |#5| |#5|) "\\axiom{supDimElseRittWu(\\spad{ts},{}us)} returns \\spad{true} iff \\axiom{\\spad{ts}} has less elements than \\axiom{us} otherwise if \\axiom{\\spad{ts}} has higher rank than \\axiom{us} \\spad{w}.\\spad{r}.\\spad{t}. Riit and Wu ordering.")) (|stopTable!| (((|Void|)) "\\axiom{stopTableGcd!()} is an internal subroutine,{} exported only for developement.")) (|startTable!| (((|Void|) (|String|) (|String|) (|String|)) "\\axiom{startTableGcd!(\\spad{s1},{}\\spad{s2},{}\\spad{s3})} is an internal subroutine,{} exported only for developement.")))
NIL
NIL
-(-1008)
+(-1010)
((|constructor| (NIL "This domain implements simple database queries")) (|value| (((|String|) $) "\\spad{value(q)} returns the value (\\spadignore{i.e.} right hand side) of \\axiom{\\spad{q}}.")) (|variable| (((|Symbol|) $) "\\spad{variable(q)} returns the variable (\\spadignore{i.e.} left hand side) of \\axiom{\\spad{q}}.")) (|equation| (($ (|Symbol|) (|String|)) "\\spad{equation(s,\"a\")} creates a new equation.")))
NIL
NIL
-(-1009 A B R S)
+(-1011 A B R S)
((|constructor| (NIL "This package extends a function between integral domains to a mapping between their quotient fields.")) (|map| ((|#4| (|Mapping| |#2| |#1|) |#3|) "\\spad{map(func,frac)} applies the function \\spad{func} to the numerator and denominator of \\spad{frac}.")))
NIL
NIL
-(-1010 A S)
+(-1012 A S)
((|constructor| (NIL "QuotientField(\\spad{S}) is the category of fractions of an Integral Domain \\spad{S}.")) (|floor| ((|#2| $) "\\spad{floor(x)} returns the largest integral element below \\spad{x}.")) (|ceiling| ((|#2| $) "\\spad{ceiling(x)} returns the smallest integral element above \\spad{x}.")) (|random| (($) "\\spad{random()} returns a random fraction.")) (|fractionPart| (($ $) "\\spad{fractionPart(x)} returns the fractional part of \\spad{x}. \\spad{x} = wholePart(\\spad{x}) + fractionPart(\\spad{x})")) (|wholePart| ((|#2| $) "\\spad{wholePart(x)} returns the whole part of the fraction \\spad{x} \\spadignore{i.e.} the truncated quotient of the numerator by the denominator.")) (|denominator| (($ $) "\\spad{denominator(x)} is the denominator of the fraction \\spad{x} converted to \\%.")) (|numerator| (($ $) "\\spad{numerator(x)} is the numerator of the fraction \\spad{x} converted to \\%.")) (|denom| ((|#2| $) "\\spad{denom(x)} returns the denominator of the fraction \\spad{x}.")) (|numer| ((|#2| $) "\\spad{numer(x)} returns the numerator of the fraction \\spad{x}.")) (/ (($ |#2| |#2|) "\\spad{d1 / d2} returns the fraction \\spad{d1} divided by \\spad{d2}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-926))) (|HasCategory| |#2| (QUOTE (-557))) (|HasCategory| |#2| (QUOTE (-317))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (QUOTE (-1041))) (|HasCategory| |#2| (QUOTE (-832))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-1171))))
-(-1011 S)
+((|HasCategory| |#2| (QUOTE (-928))) (|HasCategory| |#2| (QUOTE (-557))) (|HasCategory| |#2| (QUOTE (-317))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (QUOTE (-1043))) (|HasCategory| |#2| (QUOTE (-832))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-1173))))
+(-1013 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}.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-1012 |n| K)
+(-1014 |n| K)
((|constructor| (NIL "This domain provides modest support for quadratic forms.")) (|matrix| (((|SquareMatrix| |#1| |#2|) $) "\\spad{matrix(qf)} creates a square matrix from the quadratic form \\spad{qf}.")) (|quadraticForm| (($ (|SquareMatrix| |#1| |#2|)) "\\spad{quadraticForm(m)} creates a quadratic form from a symmetric,{} square matrix \\spad{m}.")))
NIL
NIL
-(-1013)
+(-1015)
((|constructor| (NIL "This domain represents the syntax of a quasiquote \\indented{2}{expression.}")) (|expression| (((|SpadAst|) $) "\\spad{expression(e)} returns the syntax for the expression being quoted.")))
NIL
NIL
-(-1014 S)
+(-1016 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.")))
-((-4462 . T) (-4463 . T))
+((-4464 . T) (-4465 . T))
NIL
-(-1015 S R)
+(-1017 S R)
((|constructor| (NIL "\\spadtype{QuaternionCategory} describes the category of quaternions and implements functions that are not representation specific.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(q)} returns \\spad{q} as a rational number,{} or \"failed\" if this is not possible. Note: if \\spad{rational?(q)} is \\spad{true},{} the conversion can be done and the rational number will be returned.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(q)} tries to convert \\spad{q} into a rational number. Error: if this is not possible. If \\spad{rational?(q)} is \\spad{true},{} the conversion will be done and the rational number returned.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(q)} returns {\\it \\spad{true}} if all the imaginary parts of \\spad{q} are zero and the real part can be converted into a rational number,{} and {\\it \\spad{false}} otherwise.")) (|abs| ((|#2| $) "\\spad{abs(q)} computes the absolute value of quaternion \\spad{q} (sqrt of norm).")) (|real| ((|#2| $) "\\spad{real(q)} extracts the real part of quaternion \\spad{q}.")) (|quatern| (($ |#2| |#2| |#2| |#2|) "\\spad{quatern(r,i,j,k)} constructs a quaternion from scalars.")) (|norm| ((|#2| $) "\\spad{norm(q)} computes the norm of \\spad{q} (the sum of the squares of the components).")) (|imagK| ((|#2| $) "\\spad{imagK(q)} extracts the imaginary \\spad{k} part of quaternion \\spad{q}.")) (|imagJ| ((|#2| $) "\\spad{imagJ(q)} extracts the imaginary \\spad{j} part of quaternion \\spad{q}.")) (|imagI| ((|#2| $) "\\spad{imagI(q)} extracts the imaginary \\spad{i} part of quaternion \\spad{q}.")) (|conjugate| (($ $) "\\spad{conjugate(q)} negates the imaginary parts of quaternion \\spad{q}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-557))) (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-300))))
-(-1016 R)
+((|HasCategory| |#2| (QUOTE (-557))) (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-300))))
+(-1018 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}.")))
-((-4455 |has| |#1| (-300)) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 |has| |#1| (-300)) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-1017 QR R QS S)
+(-1019 QR R QS S)
((|constructor| (NIL "\\spadtype{QuaternionCategoryFunctions2} implements functions between two quaternion domains. The function \\spadfun{map} is used by the system interpreter to coerce between quaternion types.")) (|map| ((|#3| (|Mapping| |#4| |#2|) |#1|) "\\spad{map(f,u)} maps \\spad{f} onto the component parts of the quaternion \\spad{u}.")))
NIL
NIL
-(-1018 R)
+(-1020 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.}")))
-((-4455 |has| |#1| (-300)) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-374))) (-2755 (|HasCategory| |#1| (QUOTE (-300))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-300))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -526) (QUOTE (-1195)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -296) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-557))))
-(-1019 S)
+((-4457 |has| |#1| (-300)) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-374))) (-3795 (|HasCategory| |#1| (QUOTE (-300))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-300))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -526) (QUOTE (-1197)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -296) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-1081))) (|HasCategory| |#1| (QUOTE (-557))))
+(-1021 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}.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
-(-1020 S)
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
+(-1022 S)
((|constructor| (NIL "The \\spad{RadicalCategory} is a model for the rational numbers.")) (** (($ $ (|Fraction| (|Integer|))) "\\spad{x ** y} is the rational exponentiation of \\spad{x} by the power \\spad{y}.")) (|nthRoot| (($ $ (|Integer|)) "\\spad{nthRoot(x,n)} returns the \\spad{n}th root of \\spad{x}.")) (|sqrt| (($ $) "\\spad{sqrt(x)} returns the square root of \\spad{x}.")))
NIL
NIL
-(-1021)
+(-1023)
((|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
-(-1022 -1956 UP UPUP |radicnd| |n|)
+(-1024 -2117 UP UPUP |radicnd| |n|)
((|constructor| (NIL "Function field defined by y**n = \\spad{f}(\\spad{x}).")))
-((-4455 |has| (-419 |#2|) (-374)) (-4460 |has| (-419 |#2|) (-374)) (-4454 |has| (-419 |#2|) (-374)) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| (-419 |#2|) (QUOTE (-146))) (|HasCategory| (-419 |#2|) (QUOTE (-148))) (|HasCategory| (-419 |#2|) (QUOTE (-360))) (-2755 (|HasCategory| (-419 |#2|) (QUOTE (-374))) (|HasCategory| (-419 |#2|) (QUOTE (-360)))) (|HasCategory| (-419 |#2|) (QUOTE (-374))) (|HasCategory| (-419 |#2|) (QUOTE (-379))) (-2755 (-12 (|HasCategory| (-419 |#2|) (QUOTE (-238))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (|HasCategory| (-419 |#2|) (QUOTE (-360)))) (-2755 (-12 (|HasCategory| (-419 |#2|) (QUOTE (-238))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (QUOTE (-237))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (|HasCategory| (-419 |#2|) (QUOTE (-360)))) (-2755 (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-419 |#2|) (QUOTE (-360))))) (-2755 (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| (-419 |#2|) (QUOTE (-374))))) (|HasCategory| (-419 |#2|) (LIST (QUOTE -651) (QUOTE (-576)))) (-2755 (|HasCategory| (-419 |#2|) (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (|HasCategory| (-419 |#2|) (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-419 |#2|) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-379))) (-12 (|HasCategory| (-419 |#2|) (QUOTE (-237))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (QUOTE (-238))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))))
-(-1023 |bb|)
+((-4457 |has| (-419 |#2|) (-374)) (-4462 |has| (-419 |#2|) (-374)) (-4456 |has| (-419 |#2|) (-374)) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| (-419 |#2|) (QUOTE (-146))) (|HasCategory| (-419 |#2|) (QUOTE (-148))) (|HasCategory| (-419 |#2|) (QUOTE (-360))) (-3795 (|HasCategory| (-419 |#2|) (QUOTE (-374))) (|HasCategory| (-419 |#2|) (QUOTE (-360)))) (|HasCategory| (-419 |#2|) (QUOTE (-374))) (|HasCategory| (-419 |#2|) (QUOTE (-379))) (-3795 (-12 (|HasCategory| (-419 |#2|) (QUOTE (-238))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (|HasCategory| (-419 |#2|) (QUOTE (-360)))) (-3795 (-12 (|HasCategory| (-419 |#2|) (QUOTE (-238))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (QUOTE (-237))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (|HasCategory| (-419 |#2|) (QUOTE (-360)))) (-3795 (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-419 |#2|) (QUOTE (-360))))) (-3795 (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| (-419 |#2|) (QUOTE (-374))))) (|HasCategory| (-419 |#2|) (LIST (QUOTE -651) (QUOTE (-576)))) (-3795 (|HasCategory| (-419 |#2|) (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (|HasCategory| (-419 |#2|) (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-419 |#2|) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-379))) (-12 (|HasCategory| (-419 |#2|) (QUOTE (-237))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (QUOTE (-238))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))) (-12 (|HasCategory| (-419 |#2|) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-419 |#2|) (QUOTE (-374)))))
+(-1025 |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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| (-576) (QUOTE (-926))) (|HasCategory| (-576) (LIST (QUOTE -1057) (QUOTE (-1195)))) (|HasCategory| (-576) (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-148))) (|HasCategory| (-576) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-576) (QUOTE (-1041))) (|HasCategory| (-576) (QUOTE (-832))) (-2755 (|HasCategory| (-576) (QUOTE (-832))) (|HasCategory| (-576) (QUOTE (-862)))) (|HasCategory| (-576) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| (-576) (QUOTE (-1171))) (|HasCategory| (-576) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| (-576) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| (-576) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| (-576) (QUOTE (-237))) (|HasCategory| (-576) (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| (-576) (QUOTE (-238))) (|HasCategory| (-576) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| (-576) (LIST (QUOTE -526) (QUOTE (-1195)) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -319) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -296) (QUOTE (-576)) (QUOTE (-576)))) (|HasCategory| (-576) (QUOTE (-317))) (|HasCategory| (-576) (QUOTE (-557))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-576) (LIST (QUOTE -651) (QUOTE (-576)))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-926)))) (|HasCategory| (-576) (QUOTE (-146)))))
-(-1024)
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| (-576) (QUOTE (-928))) (|HasCategory| (-576) (LIST (QUOTE -1059) (QUOTE (-1197)))) (|HasCategory| (-576) (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-148))) (|HasCategory| (-576) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-576) (QUOTE (-1043))) (|HasCategory| (-576) (QUOTE (-832))) (-3795 (|HasCategory| (-576) (QUOTE (-832))) (|HasCategory| (-576) (QUOTE (-862)))) (|HasCategory| (-576) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| (-576) (QUOTE (-1173))) (|HasCategory| (-576) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| (-576) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| (-576) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| (-576) (QUOTE (-237))) (|HasCategory| (-576) (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| (-576) (QUOTE (-238))) (|HasCategory| (-576) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| (-576) (LIST (QUOTE -526) (QUOTE (-1197)) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -319) (QUOTE (-576)))) (|HasCategory| (-576) (LIST (QUOTE -296) (QUOTE (-576)) (QUOTE (-576)))) (|HasCategory| (-576) (QUOTE (-317))) (|HasCategory| (-576) (QUOTE (-557))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-576) (LIST (QUOTE -651) (QUOTE (-576)))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-576) (QUOTE (-928)))) (|HasCategory| (-576) (QUOTE (-146)))))
+(-1026)
((|constructor| (NIL "This package provides tools for creating radix expansions.")) (|radix| (((|Any|) (|Fraction| (|Integer|)) (|Integer|)) "\\spad{radix(x,b)} converts \\spad{x} to a radix expansion in base \\spad{b}.")))
NIL
NIL
-(-1025)
+(-1027)
((|constructor| (NIL "Random number generators \\indented{2}{All random numbers used in the system should originate from} \\indented{2}{the same generator.\\space{2}This package is intended to be the source.}")) (|seed| (((|Integer|)) "\\spad{seed()} returns the current seed value.")) (|reseed| (((|Void|) (|Integer|)) "\\spad{reseed(n)} restarts the random number generator at \\spad{n}.")) (|size| (((|Integer|)) "\\spad{size()} is the base of the random number generator")) (|randnum| (((|Integer|) (|Integer|)) "\\spad{randnum(n)} is a random number between 0 and \\spad{n}.") (((|Integer|)) "\\spad{randnum()} is a random number between 0 and size().")))
NIL
NIL
-(-1026 RP)
+(-1028 RP)
((|factorSquareFree| (((|Factored| |#1|) |#1|) "\\spad{factorSquareFree(p)} factors an extended squareFree polynomial \\spad{p} over the rational numbers.")) (|factor| (((|Factored| |#1|) |#1|) "\\spad{factor(p)} factors an extended polynomial \\spad{p} over the rational numbers.")))
NIL
NIL
-(-1027 S)
+(-1029 S)
((|constructor| (NIL "rational number testing and retraction functions. Date Created: March 1990 Date Last Updated: 9 April 1991")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") |#1|) "\\spad{rationalIfCan(x)} returns \\spad{x} as a rational number,{} \"failed\" if \\spad{x} is not a rational number.")) (|rational?| (((|Boolean|) |#1|) "\\spad{rational?(x)} returns \\spad{true} if \\spad{x} is a rational number,{} \\spad{false} otherwise.")) (|rational| (((|Fraction| (|Integer|)) |#1|) "\\spad{rational(x)} returns \\spad{x} as a rational number; error if \\spad{x} is not a rational number.")))
NIL
NIL
-(-1028 A S)
+(-1030 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 -4463)) (|HasCategory| |#2| (QUOTE (-1119))))
-(-1029 S)
+((|HasAttribute| |#1| (QUOTE -4465)) (|HasCategory| |#2| (QUOTE (-1121))))
+(-1031 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
NIL
-(-1030 S)
+(-1032 S)
((|constructor| (NIL "\\axiomType{RealClosedField} provides common acces functions for all real closed fields.")) (|approximate| (((|Fraction| (|Integer|)) $ $) "\\axiom{approximate(\\spad{n},{}\\spad{p})} gives an approximation of \\axiom{\\spad{n}} that has precision \\axiom{\\spad{p}}")) (|rename| (($ $ (|OutputForm|)) "\\axiom{rename(\\spad{x},{}name)} gives a new number that prints as name")) (|rename!| (($ $ (|OutputForm|)) "\\axiom{rename!(\\spad{x},{}name)} changes the way \\axiom{\\spad{x}} is printed")) (|sqrt| (($ (|Integer|)) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} \\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}}")))
NIL
NIL
-(-1031)
+(-1033)
((|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}}")))
-((-4455 . T) (-4460 . T) (-4454 . T) (-4457 . T) (-4456 . T) ((-4464 "*") . T) (-4459 . T))
+((-4457 . T) (-4462 . T) (-4456 . T) (-4459 . T) (-4458 . T) ((-4466 "*") . T) (-4461 . T))
NIL
-(-1032 R -1956)
+(-1034 R -2117)
((|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
-(-1033 R -1956)
+(-1035 R -2117)
((|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
-(-1034 -1956 UP)
+(-1036 -2117 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
-(-1035 -1956 UP)
+(-1037 -2117 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
-(-1036 S)
+(-1038 S)
((|constructor| (NIL "This package exports random distributions")) (|rdHack1| (((|Mapping| |#1|) (|Vector| |#1|) (|Vector| (|Integer|)) (|Integer|)) "\\spad{rdHack1(v,u,n)} \\undocumented")) (|weighted| (((|Mapping| |#1|) (|List| (|Record| (|:| |value| |#1|) (|:| |weight| (|Integer|))))) "\\spad{weighted(l)} \\undocumented")) (|uniform| (((|Mapping| |#1|) (|Set| |#1|)) "\\spad{uniform(s)} \\undocumented")))
NIL
NIL
-(-1037 F1 UP UPUP R F2)
+(-1039 F1 UP UPUP R F2)
((|constructor| (NIL "\\indented{1}{Finds the order of a divisor over a finite field} Author: Manuel Bronstein Date Created: 1988 Date Last Updated: 8 November 1994")) (|order| (((|NonNegativeInteger|) (|FiniteDivisor| |#1| |#2| |#3| |#4|) |#3| (|Mapping| |#5| |#1|)) "\\spad{order(f,u,g)} \\undocumented")))
NIL
NIL
-(-1038)
+(-1040)
((|constructor| (NIL "This domain represents list reduction syntax.")) (|body| (((|SpadAst|) $) "\\spad{body(e)} return the list of expressions being redcued.")) (|operator| (((|SpadAst|) $) "\\spad{operator(e)} returns the magma operation being applied.")))
NIL
NIL
-(-1039 |Pol|)
+(-1041 |Pol|)
((|constructor| (NIL "\\indented{2}{This package provides functions for finding the real zeros} of univariate polynomials over the integers to arbitrary user-specified precision. The results are returned as a list of isolating intervals which are expressed as records with \"left\" and \"right\" rational number components.")) (|midpoints| (((|List| (|Fraction| (|Integer|))) (|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))))) "\\spad{midpoints(isolist)} returns the list of midpoints for the list of intervals \\spad{isolist}.")) (|midpoint| (((|Fraction| (|Integer|)) (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) "\\spad{midpoint(int)} returns the midpoint of the interval \\spad{int}.")) (|refine| (((|Union| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) "failed") |#1| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) "\\spad{refine(pol, int, range)} takes a univariate polynomial \\spad{pol} and and isolating interval \\spad{int} containing exactly one real root of \\spad{pol}; the operation returns an isolating interval which is contained within range,{} or \"failed\" if no such isolating interval exists.") (((|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) |#1| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) (|Fraction| (|Integer|))) "\\spad{refine(pol, int, eps)} refines the interval \\spad{int} containing exactly one root of the univariate polynomial \\spad{pol} to size less than the rational number eps.")) (|realZeros| (((|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) |#1| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) (|Fraction| (|Integer|))) "\\spad{realZeros(pol, int, eps)} returns a list of intervals of length less than the rational number eps for all the real roots of the polynomial \\spad{pol} which lie in the interval expressed by the record \\spad{int}.") (((|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) |#1| (|Fraction| (|Integer|))) "\\spad{realZeros(pol, eps)} returns a list of intervals of length less than the rational number eps for all the real roots of the polynomial \\spad{pol}.") (((|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) |#1| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) "\\spad{realZeros(pol, range)} returns a list of isolating intervals for all the real zeros of the univariate polynomial \\spad{pol} which lie in the interval expressed by the record range.") (((|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) |#1|) "\\spad{realZeros(pol)} returns a list of isolating intervals for all the real zeros of the univariate polynomial \\spad{pol}.")))
NIL
NIL
-(-1040 |Pol|)
+(-1042 |Pol|)
((|constructor| (NIL "\\indented{2}{This package provides functions for finding the real zeros} of univariate polynomials over the rational numbers to arbitrary user-specified precision. The results are returned as a list of isolating intervals,{} expressed as records with \"left\" and \"right\" rational number components.")) (|refine| (((|Union| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) "failed") |#1| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) "\\spad{refine(pol, int, range)} takes a univariate polynomial \\spad{pol} and and isolating interval \\spad{int} which must contain exactly one real root of \\spad{pol},{} and returns an isolating interval which is contained within range,{} or \"failed\" if no such isolating interval exists.") (((|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) |#1| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) (|Fraction| (|Integer|))) "\\spad{refine(pol, int, eps)} refines the interval \\spad{int} containing exactly one root of the univariate polynomial \\spad{pol} to size less than the rational number eps.")) (|realZeros| (((|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) |#1| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) (|Fraction| (|Integer|))) "\\spad{realZeros(pol, int, eps)} returns a list of intervals of length less than the rational number eps for all the real roots of the polynomial \\spad{pol} which lie in the interval expressed by the record \\spad{int}.") (((|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) |#1| (|Fraction| (|Integer|))) "\\spad{realZeros(pol, eps)} returns a list of intervals of length less than the rational number eps for all the real roots of the polynomial \\spad{pol}.") (((|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) |#1| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) "\\spad{realZeros(pol, range)} returns a list of isolating intervals for all the real zeros of the univariate polynomial \\spad{pol} which lie in the interval expressed by the record range.") (((|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) |#1|) "\\spad{realZeros(pol)} returns a list of isolating intervals for all the real zeros of the univariate polynomial \\spad{pol}.")))
NIL
NIL
-(-1041)
+(-1043)
((|constructor| (NIL "The category of real numeric domains,{} \\spadignore{i.e.} convertible to floats.")))
NIL
NIL
-(-1042)
+(-1044)
((|constructor| (NIL "\\indented{1}{This package provides numerical solutions of systems of polynomial} equations for use in ACPLOT.")) (|realSolve| (((|List| (|List| (|Float|))) (|List| (|Polynomial| (|Integer|))) (|List| (|Symbol|)) (|Float|)) "\\spad{realSolve(lp,lv,eps)} = compute the list of the real solutions of the list \\spad{lp} of polynomials with integer coefficients with respect to the variables in \\spad{lv},{} with precision \\spad{eps}.")) (|solve| (((|List| (|Float|)) (|Polynomial| (|Integer|)) (|Float|)) "\\spad{solve(p,eps)} finds the real zeroes of a univariate integer polynomial \\spad{p} with precision \\spad{eps}.") (((|List| (|Float|)) (|Polynomial| (|Fraction| (|Integer|))) (|Float|)) "\\spad{solve(p,eps)} finds the real zeroes of a univariate rational polynomial \\spad{p} with precision \\spad{eps}.")))
NIL
NIL
-(-1043 |TheField|)
+(-1045 |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")))
-((-4455 . T) (-4460 . T) (-4454 . T) (-4457 . T) (-4456 . T) ((-4464 "*") . T) (-4459 . T))
-((-2755 (|HasCategory| (-419 (-576)) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| (-419 (-576)) (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-419 (-576)) (LIST (QUOTE -1057) (QUOTE (-576)))))
-(-1044 -1956 L)
+((-4457 . T) (-4462 . T) (-4456 . T) (-4459 . T) (-4458 . T) ((-4466 "*") . T) (-4461 . T))
+((-3795 (|HasCategory| (-419 (-576)) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| (-419 (-576)) (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-419 (-576)) (LIST (QUOTE -1059) (QUOTE (-576)))))
+(-1046 -2117 L)
((|constructor| (NIL "\\spadtype{ReductionOfOrder} provides functions for reducing the order of linear ordinary differential equations once some solutions are known.")) (|ReduceOrder| (((|Record| (|:| |eq| |#2|) (|:| |op| (|List| |#1|))) |#2| (|List| |#1|)) "\\spad{ReduceOrder(op, [f1,...,fk])} returns \\spad{[op1,[g1,...,gk]]} such that for any solution \\spad{z} of \\spad{op1 z = 0},{} \\spad{y = gk \\int(g_{k-1} \\int(... \\int(g1 \\int z)...)} is a solution of \\spad{op y = 0}. Each \\spad{fi} must satisfy \\spad{op fi = 0}.") ((|#2| |#2| |#1|) "\\spad{ReduceOrder(op, s)} returns \\spad{op1} such that for any solution \\spad{z} of \\spad{op1 z = 0},{} \\spad{y = s \\int z} is a solution of \\spad{op y = 0}. \\spad{s} must satisfy \\spad{op s = 0}.")))
NIL
NIL
-(-1045 S)
+(-1047 S)
((|constructor| (NIL "\\indented{1}{\\spadtype{Reference} is for making a changeable instance} of something.")) (= (((|Boolean|) $ $) "\\spad{a=b} tests if \\spad{a} and \\spad{b} are equal.")) (|setref| ((|#1| $ |#1|) "\\spad{setref(n,m)} same as \\spad{setelt(n,m)}.")) (|deref| ((|#1| $) "\\spad{deref(n)} is equivalent to \\spad{elt(n)}.")) (|setelt| ((|#1| $ |#1|) "\\spad{setelt(n,m)} changes the value of the object \\spad{n} to \\spad{m}.")) (|elt| ((|#1| $) "\\spad{elt(n)} returns the object \\spad{n}.")) (|ref| (($ |#1|) "\\spad{ref(n)} creates a pointer (reference) to the object \\spad{n}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-1119))))
-(-1046 R E V P)
+((|HasCategory| |#1| (QUOTE (-1121))))
+(-1048 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.")))
-((-4463 . T) (-4462 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1119))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#4| (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#4| (QUOTE (-102))))
-(-1047 R)
+((-4465 . T) (-4464 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1121))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#4| (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#4| (QUOTE (-102))))
+(-1049 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(pi,n)} returns the matrix {\\em (deltai,pi(i))} (Kronecker delta) if the permutation {\\em pi} is in list notation and permutes {\\em {1,2,...,n}}.") (((|Matrix| (|Integer|)) (|Permutation| (|Integer|)) (|Integer|)) "\\spad{permutationRepresentation(pi,n)} returns the matrix {\\em (deltai,pi(i))} (Kronecker delta) for a permutation {\\em pi} of {\\em {1,2,...,n}}.")) (|tensorProduct| (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|))) "\\spad{tensorProduct([a1,...ak])} calculates the list of Kronecker products of each matrix {\\em ai} with itself for {1 \\spad{<=} \\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 ai} and {\\em 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 (-4464 "*"))))
-(-1048 R)
+((|HasAttribute| |#1| (QUOTE (-4466 "*"))))
+(-1050 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
((-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-317))))
-(-1049 S)
+(-1051 S)
((|constructor| (NIL "Implements multiplication by repeated addition")) (|double| ((|#1| (|PositiveInteger|) |#1|) "\\spad{double(i, r)} multiplies \\spad{r} by \\spad{i} using repeated doubling.")) (+ (($ $ $) "\\spad{x+y} returns the sum of \\spad{x} and \\spad{y}")))
NIL
NIL
-(-1050)
+(-1052)
((|constructor| (NIL "Package for the computation of eigenvalues and eigenvectors. This package works for matrices with coefficients which are rational functions over the integers. (see \\spadtype{Fraction Polynomial Integer}). The eigenvalues and eigenvectors are expressed in terms of radicals.")) (|orthonormalBasis| (((|List| (|Matrix| (|Expression| (|Integer|)))) (|Matrix| (|Fraction| (|Polynomial| (|Integer|))))) "\\spad{orthonormalBasis(m)} returns the orthogonal matrix \\spad{b} such that \\spad{b*m*(inverse b)} is diagonal. Error: if \\spad{m} is not a symmetric matrix.")) (|gramschmidt| (((|List| (|Matrix| (|Expression| (|Integer|)))) (|List| (|Matrix| (|Expression| (|Integer|))))) "\\spad{gramschmidt(lv)} converts the list of column vectors \\spad{lv} into a set of orthogonal column vectors of euclidean length 1 using the Gram-Schmidt algorithm.")) (|normalise| (((|Matrix| (|Expression| (|Integer|))) (|Matrix| (|Expression| (|Integer|)))) "\\spad{normalise(v)} returns the column vector \\spad{v} divided by its euclidean norm; when possible,{} the vector \\spad{v} is expressed in terms of radicals.")) (|eigenMatrix| (((|Union| (|Matrix| (|Expression| (|Integer|))) "failed") (|Matrix| (|Fraction| (|Polynomial| (|Integer|))))) "\\spad{eigenMatrix(m)} returns the matrix \\spad{b} such that \\spad{b*m*(inverse b)} is diagonal,{} or \"failed\" if no such \\spad{b} exists.")) (|radicalEigenvalues| (((|List| (|Expression| (|Integer|))) (|Matrix| (|Fraction| (|Polynomial| (|Integer|))))) "\\spad{radicalEigenvalues(m)} computes the eigenvalues of the matrix \\spad{m}; when possible,{} the eigenvalues are expressed in terms of radicals.")) (|radicalEigenvector| (((|List| (|Matrix| (|Expression| (|Integer|)))) (|Expression| (|Integer|)) (|Matrix| (|Fraction| (|Polynomial| (|Integer|))))) "\\spad{radicalEigenvector(c,m)} computes the eigenvector(\\spad{s}) of the matrix \\spad{m} corresponding to the eigenvalue \\spad{c}; when possible,{} values are expressed in terms of radicals.")) (|radicalEigenvectors| (((|List| (|Record| (|:| |radval| (|Expression| (|Integer|))) (|:| |radmult| (|Integer|)) (|:| |radvect| (|List| (|Matrix| (|Expression| (|Integer|))))))) (|Matrix| (|Fraction| (|Polynomial| (|Integer|))))) "\\spad{radicalEigenvectors(m)} computes the eigenvalues and the corresponding eigenvectors of the matrix \\spad{m}; when possible,{} values are expressed in terms of radicals.")))
NIL
NIL
-(-1051 S)
+(-1053 S)
((|constructor| (NIL "Implements exponentiation by repeated squaring")) (|expt| ((|#1| |#1| (|PositiveInteger|)) "\\spad{expt(r, i)} computes r**i by repeated squaring")) (* (($ $ $) "\\spad{x*y} returns the product of \\spad{x} and \\spad{y}")))
NIL
NIL
-(-1052 S)
+(-1054 S)
((|constructor| (NIL "This package provides coercions for the special types \\spadtype{Exit} and \\spadtype{Void}.")) (|coerce| ((|#1| (|Exit|)) "\\spad{coerce(e)} is never really evaluated. This coercion is used for formal type correctness when a function will not return directly to its caller.") (((|Void|) |#1|) "\\spad{coerce(s)} throws all information about \\spad{s} away. This coercion allows values of any type to appear in contexts where they will not be used. For example,{} it allows the resolution of different types in the \\spad{then} and \\spad{else} branches when an \\spad{if} is in a context where the resulting value is not used.")))
NIL
NIL
-(-1053 -1956 |Expon| |VarSet| |FPol| |LFPol|)
+(-1055 -2117 |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")))
-(((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+(((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-1054)
+(-1056)
((|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.}")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -4298) (QUOTE (-1195))) (LIST (QUOTE |:|) (QUOTE -4437) (QUOTE (-52))))))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (QUOTE (-1119))) (|HasCategory| (-52) (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (QUOTE (-102))) (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (QUOTE (-1119))) (|HasCategory| (-52) (QUOTE (-102))) (|HasCategory| (-52) (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-52) (QUOTE (-1119))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| (-52) (QUOTE (-1119))) (|HasCategory| (-52) (LIST (QUOTE -319) (QUOTE (-52))))) (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (QUOTE (-1119))) (|HasCategory| (-1195) (QUOTE (-862))) (|HasCategory| (-52) (QUOTE (-1119))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-874))))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (QUOTE (-102))) (|HasCategory| (-52) (QUOTE (-102)))) (|HasCategory| (-52) (QUOTE (-102))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (QUOTE (-102))))
-(-1055)
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2240) (QUOTE (-1197))) (LIST (QUOTE |:|) (QUOTE -2904) (QUOTE (-52))))))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (QUOTE (-1121))) (|HasCategory| (-52) (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (QUOTE (-102))) (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (QUOTE (-1121))) (|HasCategory| (-52) (QUOTE (-102))) (|HasCategory| (-52) (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-52) (QUOTE (-1121))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| (-52) (QUOTE (-1121))) (|HasCategory| (-52) (LIST (QUOTE -319) (QUOTE (-52))))) (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (QUOTE (-1121))) (|HasCategory| (-1197) (QUOTE (-862))) (|HasCategory| (-52) (QUOTE (-1121))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-876))))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (QUOTE (-102))) (|HasCategory| (-52) (QUOTE (-102)))) (|HasCategory| (-52) (QUOTE (-102))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (QUOTE (-102))))
+(-1057)
((|constructor| (NIL "This domain represents `return' expressions.")) (|expression| (((|SpadAst|) $) "\\spad{expression(e)} returns the expression returned by `e'.")))
NIL
NIL
-(-1056 A S)
+(-1058 A S)
((|constructor| (NIL "A is retractable to \\spad{B} means that some elementsif A can be converted into elements of \\spad{B} and any element of \\spad{B} can be converted into an element of A.")) (|retract| ((|#2| $) "\\spad{retract(a)} transforms a into an element of \\spad{S} if possible. Error: if a cannot be made into an element of \\spad{S}.")) (|retractIfCan| (((|Union| |#2| "failed") $) "\\spad{retractIfCan(a)} transforms a into an element of \\spad{S} if possible. Returns \"failed\" if a cannot be made into an element of \\spad{S}.")))
NIL
NIL
-(-1057 S)
+(-1059 S)
((|constructor| (NIL "A is retractable to \\spad{B} means that some elementsif A can be converted into elements of \\spad{B} and any element of \\spad{B} can be converted into an element of A.")) (|retract| ((|#1| $) "\\spad{retract(a)} transforms a into an element of \\spad{S} if possible. Error: if a cannot be made into an element of \\spad{S}.")) (|retractIfCan| (((|Union| |#1| "failed") $) "\\spad{retractIfCan(a)} transforms a into an element of \\spad{S} if possible. Returns \"failed\" if a cannot be made into an element of \\spad{S}.")))
NIL
NIL
-(-1058 Q R)
+(-1060 Q R)
((|constructor| (NIL "RetractSolvePackage is an interface to \\spadtype{SystemSolvePackage} that attempts to retract the coefficients of the equations before solving.")) (|solveRetract| (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#2|))))) (|List| (|Polynomial| |#2|)) (|List| (|Symbol|))) "\\spad{solveRetract(lp,lv)} finds the solutions of the list \\spad{lp} of rational functions with respect to the list of symbols \\spad{lv}. The function tries to retract all the coefficients of the equations to \\spad{Q} before solving if possible.")))
NIL
NIL
-(-1059)
+(-1061)
((|t| (((|Mapping| (|Float|)) (|NonNegativeInteger|)) "\\spad{t(n)} \\undocumented")) (F (((|Mapping| (|Float|)) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{F(n,m)} \\undocumented")) (|Beta| (((|Mapping| (|Float|)) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{Beta(n,m)} \\undocumented")) (|chiSquare| (((|Mapping| (|Float|)) (|NonNegativeInteger|)) "\\spad{chiSquare(n)} \\undocumented")) (|exponential| (((|Mapping| (|Float|)) (|Float|)) "\\spad{exponential(f)} \\undocumented")) (|normal| (((|Mapping| (|Float|)) (|Float|) (|Float|)) "\\spad{normal(f,g)} \\undocumented")) (|uniform| (((|Mapping| (|Float|)) (|Float|) (|Float|)) "\\spad{uniform(f,g)} \\undocumented")) (|chiSquare1| (((|Float|) (|NonNegativeInteger|)) "\\spad{chiSquare1(n)} \\undocumented")) (|exponential1| (((|Float|)) "\\spad{exponential1()} \\undocumented")) (|normal01| (((|Float|)) "\\spad{normal01()} \\undocumented")) (|uniform01| (((|Float|)) "\\spad{uniform01()} \\undocumented")))
NIL
NIL
-(-1060 UP)
+(-1062 UP)
((|constructor| (NIL "Factorization of univariate polynomials with coefficients which are rational functions with integer coefficients.")) (|factor| (((|Factored| |#1|) |#1|) "\\spad{factor(p)} returns a prime factorisation of \\spad{p}.")))
NIL
NIL
-(-1061 R)
+(-1063 R)
((|constructor| (NIL "\\spadtype{RationalFunctionFactorizer} contains the factor function (called factorFraction) which factors fractions of polynomials by factoring the numerator and denominator. Since any non zero fraction is a unit the usual factor operation will just return the original fraction.")) (|factorFraction| (((|Fraction| (|Factored| (|Polynomial| |#1|))) (|Fraction| (|Polynomial| |#1|))) "\\spad{factorFraction(r)} factors the numerator and the denominator of the polynomial fraction \\spad{r}.")))
NIL
NIL
-(-1062 R)
+(-1064 R)
((|constructor| (NIL "Utilities that provide the same top-level manipulations on fractions than on polynomials.")) (|coerce| (((|Fraction| (|Polynomial| |#1|)) |#1|) "\\spad{coerce(r)} returns \\spad{r} viewed as a rational function over \\spad{R}.")) (|eval| (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) "\\spad{eval(f, [v1 = g1,...,vn = gn])} returns \\spad{f} with each \\spad{vi} replaced by \\spad{gi} in parallel,{} \\spadignore{i.e.} \\spad{vi}\\spad{'s} appearing inside the \\spad{gi}\\spad{'s} are not replaced. Error: if any \\spad{vi} is not a symbol.") (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|Equation| (|Fraction| (|Polynomial| |#1|)))) "\\spad{eval(f, v = g)} returns \\spad{f} with \\spad{v} replaced by \\spad{g}. Error: if \\spad{v} is not a symbol.") (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|List| (|Symbol|)) (|List| (|Fraction| (|Polynomial| |#1|)))) "\\spad{eval(f, [v1,...,vn], [g1,...,gn])} returns \\spad{f} with each \\spad{vi} replaced by \\spad{gi} in parallel,{} \\spadignore{i.e.} \\spad{vi}\\spad{'s} appearing inside the \\spad{gi}\\spad{'s} are not replaced.") (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|Fraction| (|Polynomial| |#1|))) "\\spad{eval(f, v, g)} returns \\spad{f} with \\spad{v} replaced by \\spad{g}.")) (|multivariate| (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|SparseUnivariatePolynomial| (|Fraction| (|Polynomial| |#1|)))) (|Symbol|)) "\\spad{multivariate(f, v)} applies both the numerator and denominator of \\spad{f} to \\spad{v}.")) (|univariate| (((|Fraction| (|SparseUnivariatePolynomial| (|Fraction| (|Polynomial| |#1|)))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{univariate(f, v)} returns \\spad{f} viewed as a univariate rational function in \\spad{v}.")) (|mainVariable| (((|Union| (|Symbol|) "failed") (|Fraction| (|Polynomial| |#1|))) "\\spad{mainVariable(f)} returns the highest variable appearing in the numerator or the denominator of \\spad{f},{} \"failed\" if \\spad{f} has no variables.")) (|variables| (((|List| (|Symbol|)) (|Fraction| (|Polynomial| |#1|))) "\\spad{variables(f)} returns the list of variables appearing in the numerator or the denominator of \\spad{f}.")))
NIL
NIL
-(-1063 T$)
+(-1065 T$)
((|constructor| (NIL "This category defines the common interface for \\spad{RGB} color models.")) (|componentUpperBound| ((|#1|) "componentUpperBound is an upper bound for all component values.")) (|blue| ((|#1| $) "\\spad{blue(c)} returns the `blue' component of \\spad{`c'}.")) (|green| ((|#1| $) "\\spad{green(c)} returns the `green' component of \\spad{`c'}.")) (|red| ((|#1| $) "\\spad{red(c)} returns the `red' component of \\spad{`c'}.")))
NIL
NIL
-(-1064 T$)
+(-1066 T$)
((|constructor| (NIL "This category defines the common interface for \\spad{RGB} color spaces.")) (|whitePoint| (($) "whitePoint is the contant indicating the white point of this color space.")))
NIL
NIL
-(-1065 R |ls|)
+(-1067 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}.")))
-((-4463 . T) (-4462 . T))
-((-12 (|HasCategory| (-792 |#1| (-876 |#2|)) (QUOTE (-1119))) (|HasCategory| (-792 |#1| (-876 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -792) (|devaluate| |#1|) (LIST (QUOTE -876) (|devaluate| |#2|)))))) (|HasCategory| (-792 |#1| (-876 |#2|)) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-792 |#1| (-876 |#2|)) (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| (-876 |#2|) (QUOTE (-379))) (|HasCategory| (-792 |#1| (-876 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-792 |#1| (-876 |#2|)) (QUOTE (-102))))
-(-1066)
+((-4465 . T) (-4464 . T))
+((-12 (|HasCategory| (-792 |#1| (-878 |#2|)) (QUOTE (-1121))) (|HasCategory| (-792 |#1| (-878 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -792) (|devaluate| |#1|) (LIST (QUOTE -878) (|devaluate| |#2|)))))) (|HasCategory| (-792 |#1| (-878 |#2|)) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-792 |#1| (-878 |#2|)) (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| (-878 |#2|) (QUOTE (-379))) (|HasCategory| (-792 |#1| (-878 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-792 |#1| (-878 |#2|)) (QUOTE (-102))))
+(-1068)
((|constructor| (NIL "This package exports integer distributions")) (|ridHack1| (((|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{ridHack1(i,j,k,l)} \\undocumented")) (|geometric| (((|Mapping| (|Integer|)) |RationalNumber|) "\\spad{geometric(f)} \\undocumented")) (|poisson| (((|Mapping| (|Integer|)) |RationalNumber|) "\\spad{poisson(f)} \\undocumented")) (|binomial| (((|Mapping| (|Integer|)) (|Integer|) |RationalNumber|) "\\spad{binomial(n,f)} \\undocumented")) (|uniform| (((|Mapping| (|Integer|)) (|Segment| (|Integer|))) "\\spad{uniform(s)} \\undocumented")))
NIL
NIL
-(-1067 S)
+(-1069 S)
((|constructor| (NIL "The category of rings with unity,{} always associative,{} but not necessarily commutative.")) (|unitsKnown| ((|attribute|) "recip truly yields reciprocal or \"failed\" if not a unit. Note: \\spad{recip(0) = \"failed\"}.")) (|characteristic| (((|NonNegativeInteger|)) "\\spad{characteristic()} returns the characteristic of the ring this is the smallest positive integer \\spad{n} such that \\spad{n*x=0} for all \\spad{x} in the ring,{} or zero if no such \\spad{n} exists.")))
NIL
NIL
-(-1068)
+(-1070)
((|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.")))
-((-4459 . T))
+((-4461 . T))
NIL
-(-1069 |xx| -1956)
+(-1071 |xx| -2117)
((|constructor| (NIL "This package exports rational interpolation algorithms")))
NIL
NIL
-(-1070 S)
+(-1072 S)
((|constructor| (NIL "\\indented{2}{A set is an \\spad{S}-right linear set if it is stable by right-dilation} \\indented{2}{by elements in the semigroup \\spad{S}.} See Also: LeftLinearSet.")) (* (($ $ |#1|) "\\spad{x*s} is the right-dilation of \\spad{x} by \\spad{s}.")))
NIL
NIL
-(-1071 S |m| |n| R |Row| |Col|)
+(-1073 S |m| |n| R |Row| |Col|)
((|constructor| (NIL "\\spadtype{RectangularMatrixCategory} is a category of matrices of fixed dimensions. The dimensions of the matrix will be parameters of the domain. Domains in this category will be \\spad{R}-modules and will be non-mutable.")) (|nullSpace| (((|List| |#6|) $) "\\spad{nullSpace(m)}+ returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) $) "\\spad{nullity(m)} returns the nullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| (($ $) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")) (/ (($ $ |#4|) "\\spad{m/r} divides the elements of \\spad{m} by \\spad{r}. Error: if \\spad{r = 0}.")) (|exquo| (((|Union| $ "failed") $ |#4|) "\\spad{exquo(m,r)} computes the exact quotient of the elements of \\spad{m} by \\spad{r},{} returning \\axiom{\"failed\"} if this is not possible.")) (|map| (($ (|Mapping| |#4| |#4| |#4|) $ $) "\\spad{map(f,a,b)} returns \\spad{c},{} where \\spad{c} is such that \\spad{c(i,j) = f(a(i,j),b(i,j))} for all \\spad{i},{} \\spad{j}.") (($ (|Mapping| |#4| |#4|) $) "\\spad{map(f,a)} returns \\spad{b},{} where \\spad{b(i,j) = a(i,j)} for all \\spad{i},{} \\spad{j}.")) (|column| ((|#6| $ (|Integer|)) "\\spad{column(m,j)} returns the \\spad{j}th column of the matrix \\spad{m}. Error: if the index outside the proper range.")) (|row| ((|#5| $ (|Integer|)) "\\spad{row(m,i)} returns the \\spad{i}th row of the matrix \\spad{m}. Error: if the index is outside the proper range.")) (|qelt| ((|#4| $ (|Integer|) (|Integer|)) "\\spad{qelt(m,i,j)} returns the element in the \\spad{i}th row and \\spad{j}th column of the matrix \\spad{m}. Note: there is NO error check to determine if indices are in the proper ranges.")) (|elt| ((|#4| $ (|Integer|) (|Integer|) |#4|) "\\spad{elt(m,i,j,r)} returns the element in the \\spad{i}th row and \\spad{j}th column of the matrix \\spad{m},{} if \\spad{m} has an \\spad{i}th row and a \\spad{j}th column,{} and returns \\spad{r} otherwise.") ((|#4| $ (|Integer|) (|Integer|)) "\\spad{elt(m,i,j)} returns the element in the \\spad{i}th row and \\spad{j}th column of the matrix \\spad{m}. Error: if indices are outside the proper ranges.")) (|listOfLists| (((|List| (|List| |#4|)) $) "\\spad{listOfLists(m)} returns the rows of the matrix \\spad{m} as a list of lists.")) (|ncols| (((|NonNegativeInteger|) $) "\\spad{ncols(m)} returns the number of columns in the matrix \\spad{m}.")) (|nrows| (((|NonNegativeInteger|) $) "\\spad{nrows(m)} returns the number of rows in the matrix \\spad{m}.")) (|maxColIndex| (((|Integer|) $) "\\spad{maxColIndex(m)} returns the index of the 'last' column of the matrix \\spad{m}.")) (|minColIndex| (((|Integer|) $) "\\spad{minColIndex(m)} returns the index of the 'first' column of the matrix \\spad{m}.")) (|maxRowIndex| (((|Integer|) $) "\\spad{maxRowIndex(m)} returns the index of the 'last' row of the matrix \\spad{m}.")) (|minRowIndex| (((|Integer|) $) "\\spad{minRowIndex(m)} returns the index of the 'first' row of the matrix \\spad{m}.")) (|antisymmetric?| (((|Boolean|) $) "\\spad{antisymmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and antisymmetric (\\spadignore{i.e.} \\spad{m[i,j] = -m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|symmetric?| (((|Boolean|) $) "\\spad{symmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and symmetric (\\spadignore{i.e.} \\spad{m[i,j] = m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|diagonal?| (((|Boolean|) $) "\\spad{diagonal?(m)} returns \\spad{true} if the matrix \\spad{m} is square and diagonal (\\spadignore{i.e.} all entries of \\spad{m} not on the diagonal are zero) and \\spad{false} otherwise.")) (|square?| (((|Boolean|) $) "\\spad{square?(m)} returns \\spad{true} if \\spad{m} is a square matrix (\\spadignore{i.e.} if \\spad{m} has the same number of rows as columns) and \\spad{false} otherwise.")) (|matrix| (($ (|List| (|List| |#4|))) "\\spad{matrix(l)} converts the list of lists \\spad{l} to a matrix,{} where the list of lists is viewed as a list of the rows of the matrix.")) (|finiteAggregate| ((|attribute|) "matrices are finite")))
NIL
((|HasCategory| |#4| (QUOTE (-317))) (|HasCategory| |#4| (QUOTE (-374))) (|HasCategory| |#4| (QUOTE (-568))) (|HasCategory| |#4| (QUOTE (-174))))
-(-1072 |m| |n| R |Row| |Col|)
+(-1074 |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")))
-((-4462 . T) (-4457 . T) (-4456 . T))
+((-4464 . T) (-4459 . T) (-4458 . T))
NIL
-(-1073 |m| |n| R)
+(-1075 |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}.")))
-((-4462 . T) (-4457 . T) (-4456 . T))
-((|HasCategory| |#3| (QUOTE (-174))) (-2755 (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1119))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|))))) (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-548)))) (-2755 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-374)))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-1119))) (|HasCategory| |#3| (QUOTE (-317))) (|HasCategory| |#3| (QUOTE (-568))) (-12 (|HasCategory| |#3| (QUOTE (-1119))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (|HasCategory| |#3| (QUOTE (-102))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-874)))))
-(-1074 |m| |n| R1 |Row1| |Col1| M1 R2 |Row2| |Col2| M2)
+((-4464 . T) (-4459 . T) (-4458 . T))
+((|HasCategory| |#3| (QUOTE (-174))) (-3795 (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1121))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|))))) (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-548)))) (-3795 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-374)))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-1121))) (|HasCategory| |#3| (QUOTE (-317))) (|HasCategory| |#3| (QUOTE (-568))) (-12 (|HasCategory| |#3| (QUOTE (-1121))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (|HasCategory| |#3| (QUOTE (-102))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-876)))))
+(-1076 |m| |n| R1 |Row1| |Col1| M1 R2 |Row2| |Col2| M2)
((|constructor| (NIL "\\spadtype{RectangularMatrixCategoryFunctions2} provides functions between two matrix domains. The functions provided are \\spadfun{map} and \\spadfun{reduce}.")) (|reduce| ((|#7| (|Mapping| |#7| |#3| |#7|) |#6| |#7|) "\\spad{reduce(f,m,r)} returns a matrix \\spad{n} where \\spad{n[i,j] = f(m[i,j],r)} for all indices spad{\\spad{i}} and \\spad{j}.")) (|map| ((|#10| (|Mapping| |#7| |#3|) |#6|) "\\spad{map(f,m)} applies the function \\spad{f} to the elements of the matrix \\spad{m}.")))
NIL
NIL
-(-1075 R)
+(-1077 R)
((|constructor| (NIL "The category of right modules over an \\spad{rng} (ring not necessarily with unit). This is an abelian group which supports right multiplation by elements of the \\spad{rng}. \\blankline")))
NIL
NIL
-(-1076 S T$)
+(-1078 S T$)
((|constructor| (NIL "This domain represents the notion of binding a variable to range over a specific segment (either bounded,{} or half bounded).")) (|segment| ((|#1| $) "\\spad{segment(x)} returns the segment from the right hand side of the \\spadtype{RangeBinding}. For example,{} if \\spad{x} is \\spad{v=s},{} then \\spad{segment(x)} returns \\spad{s}.")) (|variable| (((|Symbol|) $) "\\spad{variable(x)} returns the variable from the left hand side of the \\spadtype{RangeBinding}. For example,{} if \\spad{x} is \\spad{v=s},{} then \\spad{variable(x)} returns \\spad{v}.")) (|equation| (($ (|Symbol|) |#1|) "\\spad{equation(v,s)} creates a segment binding value with variable \\spad{v} and segment \\spad{s}. Note that the interpreter parses \\spad{v=s} to this form.")))
NIL
-((|HasCategory| |#1| (QUOTE (-1119))))
-(-1077)
+((|HasCategory| |#1| (QUOTE (-1121))))
+(-1079)
((|constructor| (NIL "The category of associative rings,{} not necessarily commutative,{} and not necessarily with a 1. This is a combination of an abelian group and a semigroup,{} with multiplication distributing over addition. \\blankline")))
NIL
NIL
-(-1078 S)
+(-1080 S)
((|constructor| (NIL "The real number system category is intended as a model for the real numbers. The real numbers form an ordered normed field. Note that we have purposely not included \\spadtype{DifferentialRing} or the elementary functions (see \\spadtype{TranscendentalFunctionCategory}) in the definition.")) (|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.")))
NIL
NIL
-(-1079)
+(-1081)
((|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.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-1080 |TheField| |ThePolDom|)
+(-1082 |TheField| |ThePolDom|)
((|constructor| (NIL "\\axiomType{RightOpenIntervalRootCharacterization} provides work with interval root coding.")) (|relativeApprox| ((|#1| |#2| $ |#1|) "\\axiom{relativeApprox(exp,{}\\spad{c},{}\\spad{p}) = a} is relatively close to exp as a polynomial in \\spad{c} ip to precision \\spad{p}")) (|mightHaveRoots| (((|Boolean|) |#2| $) "\\axiom{mightHaveRoots(\\spad{p},{}\\spad{r})} is \\spad{false} if \\axiom{\\spad{p}.\\spad{r}} is not 0")) (|refine| (($ $) "\\axiom{refine(rootChar)} shrinks isolating interval around \\axiom{rootChar}")) (|middle| ((|#1| $) "\\axiom{middle(rootChar)} is the middle of the isolating interval")) (|size| ((|#1| $) "The size of the isolating interval")) (|right| ((|#1| $) "\\axiom{right(rootChar)} is the right bound of the isolating interval")) (|left| ((|#1| $) "\\axiom{left(rootChar)} is the left bound of the isolating interval")))
NIL
NIL
-(-1081)
+(-1083)
((|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.")))
-((-4450 . T) (-4454 . T) (-4449 . T) (-4460 . T) (-4461 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4452 . T) (-4456 . T) (-4451 . T) (-4462 . T) (-4463 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-1082)
+(-1084)
((|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}")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -4298) (QUOTE (-1195))) (LIST (QUOTE |:|) (QUOTE -4437) (QUOTE (-52))))))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (QUOTE (-1119))) (|HasCategory| (-52) (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (QUOTE (-102))) (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (QUOTE (-1119))) (|HasCategory| (-52) (QUOTE (-102))) (|HasCategory| (-52) (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-52) (QUOTE (-1119))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| (-52) (QUOTE (-1119))) (|HasCategory| (-52) (LIST (QUOTE -319) (QUOTE (-52))))) (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (QUOTE (-1119))) (|HasCategory| (-1195) (QUOTE (-862))) (|HasCategory| (-52) (QUOTE (-1119))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-874))))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (QUOTE (-102))) (|HasCategory| (-52) (QUOTE (-102)))) (|HasCategory| (-52) (QUOTE (-102))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (QUOTE (-102))))
-(-1083 S R E V)
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2240) (QUOTE (-1197))) (LIST (QUOTE |:|) (QUOTE -2904) (QUOTE (-52))))))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (QUOTE (-1121))) (|HasCategory| (-52) (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (QUOTE (-102))) (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (QUOTE (-1121))) (|HasCategory| (-52) (QUOTE (-102))) (|HasCategory| (-52) (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-52) (QUOTE (-1121))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| (-52) (QUOTE (-1121))) (|HasCategory| (-52) (LIST (QUOTE -319) (QUOTE (-52))))) (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (QUOTE (-1121))) (|HasCategory| (-1197) (QUOTE (-862))) (|HasCategory| (-52) (QUOTE (-1121))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-876))))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (QUOTE (-102))) (|HasCategory| (-52) (QUOTE (-102)))) (|HasCategory| (-52) (QUOTE (-102))) (|HasCategory| (-52) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (QUOTE (-102))))
+(-1085 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 (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-557))) (|HasCategory| |#2| (LIST (QUOTE -38) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -1011) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-1195)))))
-(-1084 R E V)
+((|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-557))) (|HasCategory| |#2| (LIST (QUOTE -38) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -1013) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-1197)))))
+(-1086 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}}.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
NIL
-(-1085)
+(-1087)
((|constructor| (NIL "This domain represents the `repeat' iterator syntax.")) (|body| (((|SpadAst|) $) "\\spad{body(e)} returns the body of the loop `e'.")) (|iterators| (((|List| (|SpadAst|)) $) "\\spad{iterators(e)} returns the list of iterators controlling the loop `e'.")))
NIL
NIL
-(-1086 S |TheField| |ThePols|)
+(-1088 S |TheField| |ThePols|)
((|constructor| (NIL "\\axiomType{RealRootCharacterizationCategory} provides common acces functions for all real root codings.")) (|relativeApprox| ((|#2| |#3| $ |#2|) "\\axiom{approximate(term,{}root,{}prec)} gives an approximation of \\axiom{term} over \\axiom{root} with precision \\axiom{prec}")) (|approximate| ((|#2| |#3| $ |#2|) "\\axiom{approximate(term,{}root,{}prec)} gives an approximation of \\axiom{term} over \\axiom{root} with precision \\axiom{prec}")) (|rootOf| (((|Union| $ "failed") |#3| (|PositiveInteger|)) "\\axiom{rootOf(pol,{}\\spad{n})} gives the \\spad{n}th root for the order of the Real Closure")) (|allRootsOf| (((|List| $) |#3|) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} in the Real Closure,{} assumed in order.")) (|definingPolynomial| ((|#3| $) "\\axiom{definingPolynomial(aRoot)} gives a polynomial such that \\axiom{definingPolynomial(aRoot).aRoot = 0}")) (|recip| (((|Union| |#3| "failed") |#3| $) "\\axiom{recip(pol,{}aRoot)} tries to inverse \\axiom{pol} interpreted as \\axiom{aRoot}")) (|positive?| (((|Boolean|) |#3| $) "\\axiom{positive?(pol,{}aRoot)} answers if \\axiom{pol} interpreted as \\axiom{aRoot} is positive")) (|negative?| (((|Boolean|) |#3| $) "\\axiom{negative?(pol,{}aRoot)} answers if \\axiom{pol} interpreted as \\axiom{aRoot} is negative")) (|zero?| (((|Boolean|) |#3| $) "\\axiom{zero?(pol,{}aRoot)} answers if \\axiom{pol} interpreted as \\axiom{aRoot} is \\axiom{0}")) (|sign| (((|Integer|) |#3| $) "\\axiom{sign(pol,{}aRoot)} gives the sign of \\axiom{pol} interpreted as \\axiom{aRoot}")))
NIL
NIL
-(-1087 |TheField| |ThePols|)
+(-1089 |TheField| |ThePols|)
((|constructor| (NIL "\\axiomType{RealRootCharacterizationCategory} provides common acces functions for all real root codings.")) (|relativeApprox| ((|#1| |#2| $ |#1|) "\\axiom{approximate(term,{}root,{}prec)} gives an approximation of \\axiom{term} over \\axiom{root} with precision \\axiom{prec}")) (|approximate| ((|#1| |#2| $ |#1|) "\\axiom{approximate(term,{}root,{}prec)} gives an approximation of \\axiom{term} over \\axiom{root} with precision \\axiom{prec}")) (|rootOf| (((|Union| $ "failed") |#2| (|PositiveInteger|)) "\\axiom{rootOf(pol,{}\\spad{n})} gives the \\spad{n}th root for the order of the Real Closure")) (|allRootsOf| (((|List| $) |#2|) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} in the Real Closure,{} assumed in order.")) (|definingPolynomial| ((|#2| $) "\\axiom{definingPolynomial(aRoot)} gives a polynomial such that \\axiom{definingPolynomial(aRoot).aRoot = 0}")) (|recip| (((|Union| |#2| "failed") |#2| $) "\\axiom{recip(pol,{}aRoot)} tries to inverse \\axiom{pol} interpreted as \\axiom{aRoot}")) (|positive?| (((|Boolean|) |#2| $) "\\axiom{positive?(pol,{}aRoot)} answers if \\axiom{pol} interpreted as \\axiom{aRoot} is positive")) (|negative?| (((|Boolean|) |#2| $) "\\axiom{negative?(pol,{}aRoot)} answers if \\axiom{pol} interpreted as \\axiom{aRoot} is negative")) (|zero?| (((|Boolean|) |#2| $) "\\axiom{zero?(pol,{}aRoot)} answers if \\axiom{pol} interpreted as \\axiom{aRoot} is \\axiom{0}")) (|sign| (((|Integer|) |#2| $) "\\axiom{sign(pol,{}aRoot)} gives the sign of \\axiom{pol} interpreted as \\axiom{aRoot}")))
NIL
NIL
-(-1088 R E V P TS)
+(-1090 R E V P TS)
((|constructor| (NIL "A package providing a new algorithm for solving polynomial systems by means of regular chains. Two ways of solving are proposed: in the sense of Zariski closure (like in Kalkbrener\\spad{'s} algorithm) or in the sense of the regular zeros (like in Wu,{} Wang or Lazard methods). This algorithm is valid for nay type of regular set. It does not care about the way a polynomial is added in an regular set,{} or how two quasi-components are compared (by an inclusion-test),{} or how the invertibility test is made in the tower of simple extensions associated with a regular set. These operations are realized respectively by the domain \\spad{TS} and the packages \\axiomType{QCMPACK}(\\spad{R},{}\\spad{E},{}\\spad{V},{}\\spad{P},{}\\spad{TS}) and \\axiomType{RSETGCD}(\\spad{R},{}\\spad{E},{}\\spad{V},{}\\spad{P},{}\\spad{TS}). The same way it does not care about the way univariate polynomial \\spad{gcd} (with coefficients in the tower of simple extensions associated with a regular set) are computed. The only requirement is that these \\spad{gcd} need to have invertible initials (normalized or not). WARNING. There is no need for a user to call diectly any operation of this package since they can be accessed by the domain \\axiom{\\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.}")))
NIL
NIL
-(-1089 S R E V P)
+(-1091 S R E V P)
((|constructor| (NIL "The category of regular triangular sets,{} introduced under the name regular chains in [1] (and other papers). In [3] it is proved that regular triangular sets and towers of simple extensions of a field are equivalent notions. In the following definitions,{} all polynomials and ideals are taken from the polynomial ring \\spad{k[x1,...,xn]} where \\spad{k} is the fraction field of \\spad{R}. The triangular set \\spad{[t1,...,tm]} is regular iff for every \\spad{i} the initial of \\spad{ti+1} is invertible in the tower of simple extensions associated with \\spad{[t1,...,ti]}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Kalkbrener of a given ideal \\spad{I} iff the radical of \\spad{I} is equal to the intersection of the radical ideals generated by the saturated ideals of the \\spad{[T1,...,Ti]}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Kalkbrener of a given triangular set \\spad{T} iff it is a split of Kalkbrener of the saturated ideal of \\spad{T}. Let \\spad{K} be an algebraic closure of \\spad{k}. Assume that \\spad{V} is finite with cardinality \\spad{n} and let \\spad{A} be the affine space \\spad{K^n}. For a regular triangular set \\spad{T} let denote by \\spad{W(T)} the set of regular zeros of \\spad{T}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Lazard of a given subset \\spad{S} of \\spad{A} iff the union of the \\spad{W(Ti)} contains \\spad{S} and is contained in the closure of \\spad{S} (\\spad{w}.\\spad{r}.\\spad{t}. Zariski topology). A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Lazard of a given triangular set \\spad{T} if it is a split of Lazard of \\spad{W(T)}. Note that if \\spad{[T1,...,Ts]} is a split of Lazard of \\spad{T} then it is also a split of Kalkbrener of \\spad{T}. The converse is \\spad{false}. This category provides operations related to both kinds of splits,{} the former being related to ideals decomposition whereas the latter deals with varieties decomposition. See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets. \\newline References : \\indented{1}{[1] \\spad{M}. KALKBRENER \"Three contributions to elimination theory\"} \\indented{5}{\\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| |#5|) (|Boolean|)) "\\spad{zeroSetSplit(lp,clos?)} returns \\spad{lts} a split of Kalkbrener of the radical ideal associated with \\spad{lp}. If \\spad{clos?} is \\spad{false},{} it is also a decomposition of the variety associated with \\spad{lp} into the regular zero set of the \\spad{ts} in \\spad{lts} (or,{} in other words,{} a split of Lazard of this variety). See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets.")) (|extend| (((|List| $) (|List| |#5|) (|List| $)) "\\spad{extend(lp,lts)} returns the same as \\spad{concat([extend(lp,ts) for ts in lts])|}") (((|List| $) (|List| |#5|) $) "\\spad{extend(lp,ts)} returns \\spad{ts} if \\spad{empty? lp} \\spad{extend(p,ts)} if \\spad{lp = [p]} else \\spad{extend(first lp, extend(rest lp, ts))}") (((|List| $) |#5| (|List| $)) "\\spad{extend(p,lts)} returns the same as \\spad{concat([extend(p,ts) for ts in lts])|}") (((|List| $) |#5| $) "\\spad{extend(p,ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is not a regular triangular set.")) (|internalAugment| (($ (|List| |#5|) $) "\\spad{internalAugment(lp,ts)} returns \\spad{ts} if \\spad{lp} is empty otherwise returns \\spad{internalAugment(rest lp, internalAugment(first lp, ts))}") (($ |#5| $) "\\spad{internalAugment(p,ts)} assumes that \\spad{augment(p,ts)} returns a singleton and returns it.")) (|augment| (((|List| $) (|List| |#5|) (|List| $)) "\\spad{augment(lp,lts)} returns the same as \\spad{concat([augment(lp,ts) for ts in lts])}") (((|List| $) (|List| |#5|) $) "\\spad{augment(lp,ts)} returns \\spad{ts} if \\spad{empty? lp},{} \\spad{augment(p,ts)} if \\spad{lp = [p]},{} otherwise \\spad{augment(first lp, augment(rest lp, ts))}") (((|List| $) |#5| (|List| $)) "\\spad{augment(p,lts)} returns the same as \\spad{concat([augment(p,ts) for ts in lts])}") (((|List| $) |#5| $) "\\spad{augment(p,ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. This operation assumes also that if \\spad{p} is added to \\spad{ts} the resulting set,{} say \\spad{ts+p},{} is a regular triangular set. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is required to be square-free.")) (|intersect| (((|List| $) |#5| (|List| $)) "\\spad{intersect(p,lts)} returns the same as \\spad{intersect([p],lts)}") (((|List| $) (|List| |#5|) (|List| $)) "\\spad{intersect(lp,lts)} returns the same as \\spad{concat([intersect(lp,ts) for ts in lts])|}") (((|List| $) (|List| |#5|) $) "\\spad{intersect(lp,ts)} returns \\spad{lts} a split of Lazard of the intersection of the affine variety associated with \\spad{lp} and the regular zero set of \\spad{ts}.") (((|List| $) |#5| $) "\\spad{intersect(p,ts)} returns the same as \\spad{intersect([p],ts)}")) (|squareFreePart| (((|List| (|Record| (|:| |val| |#5|) (|:| |tower| $))) |#5| $) "\\spad{squareFreePart(p,ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a square-free polynomial \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower},{} this polynomial being associated with \\spad{p} modulo \\spad{lpwt.i.tower},{} for every \\spad{i}. Moreover,{} the list of the \\spad{lpwt.i.tower} is a split of Kalkbrener of \\spad{ts}. WARNING: This assumes that \\spad{p} is a non-constant polynomial such that if \\spad{p} is added to \\spad{ts},{} then the resulting set is a regular triangular set.")) (|lastSubResultant| (((|List| (|Record| (|:| |val| |#5|) (|:| |tower| $))) |#5| |#5| $) "\\spad{lastSubResultant(p1,p2,ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a quasi-monic \\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| |#5| (|List| $)) |#5| |#5| $) "\\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| $) |#5| $) "\\spad{invertibleSet(p,ts)} returns a split of Kalkbrener of the quotient ideal of the ideal \\axiom{\\spad{I}} by \\spad{p} where \\spad{I} is the radical of saturated of \\spad{ts}.")) (|invertible?| (((|Boolean|) |#5| $) "\\spad{invertible?(p,ts)} returns \\spad{true} iff \\spad{p} is invertible in the tower associated with \\spad{ts}.") (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| $))) |#5| $) "\\spad{invertible?(p,ts)} returns \\spad{lbwt} where \\spad{lbwt.i} is the result of \\spad{invertibleElseSplit?(p,lbwt.i.tower)} and the list of the \\spad{(lqrwt.i).tower} is a split of Kalkbrener of \\spad{ts}.")) (|invertibleElseSplit?| (((|Union| (|Boolean|) (|List| $)) |#5| $) "\\spad{invertibleElseSplit?(p,ts)} returns \\spad{true} (resp. \\spad{false}) if \\spad{p} is invertible in the tower associated with \\spad{ts} or returns a split of Kalkbrener of \\spad{ts}.")) (|purelyAlgebraicLeadingMonomial?| (((|Boolean|) |#5| $) "\\spad{purelyAlgebraicLeadingMonomial?(p,ts)} returns \\spad{true} iff the main variable of any non-constant iterarted initial of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|algebraicCoefficients?| (((|Boolean|) |#5| $) "\\spad{algebraicCoefficients?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} which is not the main one of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|purelyTranscendental?| (((|Boolean|) |#5| $) "\\spad{purelyTranscendental?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} is not algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}")) (|purelyAlgebraic?| (((|Boolean|) $) "\\spad{purelyAlgebraic?(ts)} returns \\spad{true} iff for every algebraic variable \\spad{v} of \\spad{ts} we have \\spad{algebraicCoefficients?(t_v,ts_v_-)} where \\spad{ts_v} is \\axiomOpFrom{select}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}) and \\spad{ts_v_-} is \\axiomOpFrom{collectUnder}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}).") (((|Boolean|) |#5| $) "\\spad{purelyAlgebraic?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")))
NIL
NIL
-(-1090 R E V P)
+(-1092 R E V P)
((|constructor| (NIL "The category of regular triangular sets,{} introduced under the name regular chains in [1] (and other papers). In [3] it is proved that regular triangular sets and towers of simple extensions of a field are equivalent notions. In the following definitions,{} all polynomials and ideals are taken from the polynomial ring \\spad{k[x1,...,xn]} where \\spad{k} is the fraction field of \\spad{R}. The triangular set \\spad{[t1,...,tm]} is regular iff for every \\spad{i} the initial of \\spad{ti+1} is invertible in the tower of simple extensions associated with \\spad{[t1,...,ti]}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Kalkbrener of a given ideal \\spad{I} iff the radical of \\spad{I} is equal to the intersection of the radical ideals generated by the saturated ideals of the \\spad{[T1,...,Ti]}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Kalkbrener of a given triangular set \\spad{T} iff it is a split of Kalkbrener of the saturated ideal of \\spad{T}. Let \\spad{K} be an algebraic closure of \\spad{k}. Assume that \\spad{V} is finite with cardinality \\spad{n} and let \\spad{A} be the affine space \\spad{K^n}. For a regular triangular set \\spad{T} let denote by \\spad{W(T)} the set of regular zeros of \\spad{T}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Lazard of a given subset \\spad{S} of \\spad{A} iff the union of the \\spad{W(Ti)} contains \\spad{S} and is contained in the closure of \\spad{S} (\\spad{w}.\\spad{r}.\\spad{t}. Zariski topology). A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Lazard of a given triangular set \\spad{T} if it is a split of Lazard of \\spad{W(T)}. Note that if \\spad{[T1,...,Ts]} is a split of Lazard of \\spad{T} then it is also a split of Kalkbrener of \\spad{T}. The converse is \\spad{false}. This category provides operations related to both kinds of splits,{} the former being related to ideals decomposition whereas the latter deals with varieties decomposition. See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets. \\newline References : \\indented{1}{[1] \\spad{M}. KALKBRENER \"Three contributions to elimination theory\"} \\indented{5}{\\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}.")))
-((-4463 . T) (-4462 . T))
+((-4465 . T) (-4464 . T))
NIL
-(-1091 R E V P TS)
+(-1093 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.")))
NIL
NIL
-(-1092)
+(-1094)
((|constructor| (NIL "This domain represents `restrict' expressions.")) (|target| (((|TypeAst|) $) "\\spad{target(e)} returns the target type of the conversion..")) (|expression| (((|SpadAst|) $) "\\spad{expression(e)} returns the expression being converted.")))
NIL
NIL
-(-1093)
+(-1095)
((|constructor| (NIL "This is the datatype of OpenAxiom runtime values. It exists solely for internal purposes.")) (|eq| (((|Boolean|) $ $) "\\spad{eq(x,y)} holds if both values \\spad{x} and \\spad{y} resides at the same address in memory.")))
NIL
NIL
-(-1094 |f|)
+(-1096 |f|)
((|constructor| (NIL "This domain implements named rules")) (|name| (((|Symbol|) $) "\\spad{name(x)} returns the symbol")))
NIL
NIL
-(-1095 |Base| R -1956)
+(-1097 |Base| R -2117)
((|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
-(-1096 |Base| R -1956)
+(-1098 |Base| R -2117)
((|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
-(-1097 R |ls|)
+(-1099 R |ls|)
((|constructor| (NIL "\\indented{1}{A package for computing the rational univariate representation} \\indented{1}{of a zero-dimensional algebraic variety given by a regular} \\indented{1}{triangular set. This package is essentially an interface for the} \\spadtype{InternalRationalUnivariateRepresentationPackage} constructor. It is used in the \\spadtype{ZeroDimensionalSolvePackage} for solving polynomial systems with finitely many solutions.")) (|rur| (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{rur(lp,univ?,check?)} returns the same as \\spad{rur(lp,true)}. Moreover,{} if \\spad{check?} is \\spad{true} then the result is checked.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|))) "\\spad{rur(lp)} returns the same as \\spad{rur(lp,true)}") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{rur(lp,univ?)} returns a rational univariate representation of \\spad{lp}. This assumes that \\spad{lp} defines a regular triangular \\spad{ts} whose associated variety is zero-dimensional over \\spad{R}. \\spad{rur(lp,univ?)} returns a list of items \\spad{[u,lc]} where \\spad{u} is an irreducible univariate polynomial and each \\spad{c} in \\spad{lc} involves two variables: one from \\spad{ls},{} called the coordinate of \\spad{c},{} and an extra variable which represents any root of \\spad{u}. Every root of \\spad{u} leads to a tuple of values for the coordinates of \\spad{lc}. Moreover,{} a point \\spad{x} belongs to the variety associated with \\spad{lp} iff there exists an item \\spad{[u,lc]} in \\spad{rur(lp,univ?)} and a root \\spad{r} of \\spad{u} such that \\spad{x} is given by the tuple of values for the coordinates of \\spad{lc} evaluated at \\spad{r}. If \\spad{univ?} is \\spad{true} then each polynomial \\spad{c} will have a constant leading coefficient \\spad{w}.\\spad{r}.\\spad{t}. its coordinate. See the example which illustrates the \\spadtype{ZeroDimensionalSolvePackage} package constructor.")))
NIL
NIL
-(-1098 UP SAE UPA)
+(-1100 UP SAE UPA)
((|constructor| (NIL "Factorization of univariate polynomials with coefficients in an algebraic extension of the rational numbers (\\spadtype{Fraction Integer}).")) (|factor| (((|Factored| |#3|) |#3|) "\\spad{factor(p)} returns a prime factorisation of \\spad{p}.")))
NIL
NIL
-(-1099 R UP M)
+(-1101 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.")))
-((-4455 |has| |#1| (-374)) (-4460 |has| |#1| (-374)) (-4454 |has| |#1| (-374)) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-360))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-360)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-379))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-360)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-360)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#1| (QUOTE (-360))) (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1195)))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-360)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1195))))) (-12 (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195))))))
-(-1100 UP SAE UPA)
+((-4457 |has| |#1| (-374)) (-4462 |has| |#1| (-374)) (-4456 |has| |#1| (-374)) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-360))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-360)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-379))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-360)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-360)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#1| (QUOTE (-360))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -919) (QUOTE (-1197)))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-360)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -919) (QUOTE (-1197))))) (-12 (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197))))))
+(-1102 UP SAE UPA)
((|constructor| (NIL "Factorization of univariate polynomials with coefficients in an algebraic extension of \\spadtype{Fraction Polynomial Integer}.")) (|factor| (((|Factored| |#3|) |#3|) "\\spad{factor(p)} returns a prime factorisation of \\spad{p}.")))
NIL
NIL
-(-1101)
+(-1103)
((|constructor| (NIL "This trivial domain lets us build Univariate Polynomials in an anonymous variable")))
NIL
NIL
-(-1102)
+(-1104)
((|constructor| (NIL "This is the category of Spad syntax objects.")))
NIL
NIL
-(-1103 S)
+(-1105 S)
((|constructor| (NIL "\\indented{1}{Cache of elements in a set} Author: Manuel Bronstein Date Created: 31 Oct 1988 Date Last Updated: 14 May 1991 \\indented{2}{A sorted cache of a cachable set \\spad{S} is a dynamic structure that} \\indented{2}{keeps the elements of \\spad{S} sorted and assigns an integer to each} \\indented{2}{element of \\spad{S} once it is in the cache. This way,{} equality and ordering} \\indented{2}{on \\spad{S} are tested directly on the integers associated with the elements} \\indented{2}{of \\spad{S},{} once they have been entered in the cache.}")) (|enterInCache| ((|#1| |#1| (|Mapping| (|Integer|) |#1| |#1|)) "\\spad{enterInCache(x, f)} enters \\spad{x} in the cache,{} calling \\spad{f(x, y)} to determine whether \\spad{x < y (f(x,y) < 0), x = y (f(x,y) = 0)},{} or \\spad{x > y (f(x,y) > 0)}. It returns \\spad{x} with an integer associated with it.") ((|#1| |#1| (|Mapping| (|Boolean|) |#1|)) "\\spad{enterInCache(x, f)} enters \\spad{x} in the cache,{} calling \\spad{f(y)} to determine whether \\spad{x} is equal to \\spad{y}. It returns \\spad{x} with an integer associated with it.")) (|cache| (((|List| |#1|)) "\\spad{cache()} returns the current cache as a list.")) (|clearCache| (((|Void|)) "\\spad{clearCache()} empties the cache.")))
NIL
NIL
-(-1104)
+(-1106)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. A `Scope' is a sequence of contours.")) (|currentCategoryFrame| (($) "\\spad{currentCategoryFrame()} returns the category frame currently in effect.")) (|currentScope| (($) "\\spad{currentScope()} returns the scope currently in effect")) (|pushNewContour| (($ (|Binding|) $) "\\spad{pushNewContour(b,s)} pushs a new contour with sole binding \\spad{`b'}.")) (|findBinding| (((|Maybe| (|Binding|)) (|Identifier|) $) "\\spad{findBinding(n,s)} returns the first binding of \\spad{`n'} in \\spad{`s'}; otherwise `nothing'.")) (|contours| (((|List| (|Contour|)) $) "\\spad{contours(s)} returns the list of contours in scope \\spad{s}.")) (|empty| (($) "\\spad{empty()} returns an empty scope.")))
NIL
NIL
-(-1105 R)
+(-1107 R)
((|constructor| (NIL "StructuralConstantsPackage provides functions creating structural constants from a multiplication tables or a basis of a matrix algebra and other useful functions in this context.")) (|coordinates| (((|Vector| |#1|) (|Matrix| |#1|) (|List| (|Matrix| |#1|))) "\\spad{coordinates(a,[v1,...,vn])} returns the coordinates of \\spad{a} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|structuralConstants| (((|Vector| (|Matrix| |#1|)) (|List| (|Matrix| |#1|))) "\\spad{structuralConstants(basis)} takes the \\spad{basis} of a matrix algebra,{} \\spadignore{e.g.} the result of \\spadfun{basisOfCentroid} and calculates the structural constants. Note,{} that the it is not checked,{} whether \\spad{basis} really is a \\spad{basis} of a matrix algebra.") (((|Vector| (|Matrix| (|Polynomial| |#1|))) (|List| (|Symbol|)) (|Matrix| (|Polynomial| |#1|))) "\\spad{structuralConstants(ls,mt)} determines the structural constants of an algebra with generators \\spad{ls} and multiplication table \\spad{mt},{} the entries of which must be given as linear polynomials in the indeterminates given by \\spad{ls}. The result is in particular useful \\indented{1}{as fourth argument for \\spadtype{AlgebraGivenByStructuralConstants}} \\indented{1}{and \\spadtype{GenericNonAssociativeAlgebra}.}") (((|Vector| (|Matrix| (|Fraction| (|Polynomial| |#1|)))) (|List| (|Symbol|)) (|Matrix| (|Fraction| (|Polynomial| |#1|)))) "\\spad{structuralConstants(ls,mt)} determines the structural constants of an algebra with generators \\spad{ls} and multiplication table \\spad{mt},{} the entries of which must be given as linear polynomials in the indeterminates given by \\spad{ls}. The result is in particular useful \\indented{1}{as fourth argument for \\spadtype{AlgebraGivenByStructuralConstants}} \\indented{1}{and \\spadtype{GenericNonAssociativeAlgebra}.}")))
NIL
NIL
-(-1106 R)
+(-1108 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")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-926))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| (-1107 (-1195)) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-390))))) (-12 (|HasCategory| (-1107 (-1195)) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-576))))) (-12 (|HasCategory| (-1107 (-1195)) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390)))))) (-12 (|HasCategory| (-1107 (-1195)) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576)))))) (-12 (|HasCategory| (-1107 (-1195)) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasAttribute| |#1| (QUOTE -4460)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-146)))))
-(-1107 S)
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-928))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| (-1109 (-1197)) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-390))))) (-12 (|HasCategory| (-1109 (-1197)) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-576))))) (-12 (|HasCategory| (-1109 (-1197)) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390)))))) (-12 (|HasCategory| (-1109 (-1197)) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576)))))) (-12 (|HasCategory| (-1109 (-1197)) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasAttribute| |#1| (QUOTE -4462)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-146)))))
+(-1109 S)
((|constructor| (NIL "\\spadtype{OrderlyDifferentialVariable} adds a commonly used sequential ranking to the set of derivatives of an ordered list of differential indeterminates. A sequential ranking is a ranking \\spadfun{<} of the derivatives with the property that for any derivative \\spad{v},{} there are only a finite number of derivatives \\spad{u} with \\spad{u} \\spadfun{<} \\spad{v}. This domain belongs to \\spadtype{DifferentialVariableCategory}. It defines \\spadfun{weight} to be just \\spadfun{order},{} and it defines a sequential ranking \\spadfun{<} on derivatives \\spad{u} by the lexicographic order on the pair (\\spadfun{variable}(\\spad{u}),{} \\spadfun{order}(\\spad{u})).")))
NIL
NIL
-(-1108 R S)
+(-1110 R S)
((|constructor| (NIL "This package provides operations for mapping functions onto segments.")) (|map| (((|List| |#2|) (|Mapping| |#2| |#1|) (|Segment| |#1|)) "\\spad{map(f,s)} expands the segment \\spad{s},{} applying \\spad{f} to each value. For example,{} if \\spad{s = l..h by k},{} then the list \\spad{[f(l), f(l+k),..., f(lN)]} is computed,{} where \\spad{lN <= h < lN+k}.") (((|Segment| |#2|) (|Mapping| |#2| |#1|) (|Segment| |#1|)) "\\spad{map(f,l..h)} returns a new segment \\spad{f(l)..f(h)}.")))
NIL
((|HasCategory| |#1| (QUOTE (-860))))
-(-1109)
+(-1111)
((|constructor| (NIL "This domain represents segement expressions.")) (|bounds| (((|List| (|SpadAst|)) $) "\\spad{bounds(s)} returns the bounds of the segment \\spad{`s'}. If \\spad{`s'} designates an infinite interval,{} then the returns list a singleton list.")))
NIL
NIL
-(-1110 R S)
+(-1112 R S)
((|constructor| (NIL "This package provides operations for mapping functions onto \\spadtype{SegmentBinding}\\spad{s}.")) (|map| (((|SegmentBinding| |#2|) (|Mapping| |#2| |#1|) (|SegmentBinding| |#1|)) "\\spad{map(f,v=a..b)} returns the value given by \\spad{v=f(a)..f(b)}.")))
NIL
NIL
-(-1111 S)
+(-1113 S)
((|constructor| (NIL "This domain is used to provide the function argument syntax \\spad{v=a..b}. This is used,{} for example,{} by the top-level \\spadfun{draw} functions.")))
NIL
-((|HasCategory| (-1113 |#1|) (QUOTE (-1119))))
-(-1112 S)
+((|HasCategory| (-1115 |#1|) (QUOTE (-1121))))
+(-1114 S)
((|constructor| (NIL "This category provides operations on ranges,{} or {\\em segments} as they are called.")) (|segment| (($ |#1| |#1|) "\\spad{segment(i,j)} is an alternate way to create the segment \\spad{i..j}.")) (|incr| (((|Integer|) $) "\\spad{incr(s)} returns \\spad{n},{} where \\spad{s} is a segment in which every \\spad{n}\\spad{-}th element is used. Note: \\spad{incr(l..h by n) = n}.")) (|high| ((|#1| $) "\\spad{high(s)} returns the second endpoint of \\spad{s}. Note: \\spad{high(l..h) = h}.")) (|low| ((|#1| $) "\\spad{low(s)} returns the first endpoint of \\spad{s}. Note: \\spad{low(l..h) = l}.")) (|hi| ((|#1| $) "\\spad{hi(s)} returns the second endpoint of \\spad{s}. Note: \\spad{hi(l..h) = h}.")) (|lo| ((|#1| $) "\\spad{lo(s)} returns the first endpoint of \\spad{s}. Note: \\spad{lo(l..h) = l}.")) (BY (($ $ (|Integer|)) "\\spad{s by n} creates a new segment in which only every \\spad{n}\\spad{-}th element is used.")) (SEGMENT (($ |#1| |#1|) "\\spad{l..h} creates a segment with \\spad{l} and \\spad{h} as the endpoints.")))
NIL
NIL
-(-1113 S)
+(-1115 S)
((|constructor| (NIL "This type is used to specify a range of values from type \\spad{S}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-860))) (|HasCategory| |#1| (QUOTE (-1119))))
-(-1114 S L)
+((|HasCategory| |#1| (QUOTE (-860))) (|HasCategory| |#1| (QUOTE (-1121))))
+(-1116 S L)
((|constructor| (NIL "This category provides an interface for expanding segments to a stream of elements.")) (|map| ((|#2| (|Mapping| |#1| |#1|) $) "\\spad{map(f,l..h by k)} produces a value of type \\spad{L} by applying \\spad{f} to each of the succesive elements of the segment,{} that is,{} \\spad{[f(l), f(l+k), ..., f(lN)]},{} where \\spad{lN <= h < lN+k}.")) (|expand| ((|#2| $) "\\spad{expand(l..h by k)} creates value of type \\spad{L} with elements \\spad{l, l+k, ... lN} where \\spad{lN <= h < lN+k}. For example,{} \\spad{expand(1..5 by 2) = [1,3,5]}.") ((|#2| (|List| $)) "\\spad{expand(l)} creates a new value of type \\spad{L} in which each segment \\spad{l..h by k} is replaced with \\spad{l, l+k, ... lN},{} where \\spad{lN <= h < lN+k}. For example,{} \\spad{expand [1..4, 7..9] = [1,2,3,4,7,8,9]}.")))
NIL
NIL
-(-1115)
+(-1117)
((|constructor| (NIL "This domain represents a block of expressions.")) (|last| (((|SpadAst|) $) "\\spad{last(e)} returns the last instruction in `e'.")) (|body| (((|List| (|SpadAst|)) $) "\\spad{body(e)} returns the list of expressions in the sequence of instruction `e'.")))
NIL
NIL
-(-1116 A S)
+(-1118 A S)
((|constructor| (NIL "A set category lists a collection of set-theoretic operations useful for both finite sets and multisets. Note however that finite sets are distinct from multisets. Although the operations defined for set categories are common to both,{} the relationship between the two cannot be described by inclusion or inheritance.")) (|union| (($ |#2| $) "\\spad{union(x,u)} returns the set aggregate \\spad{u} with the element \\spad{x} added. If \\spad{u} already contains \\spad{x},{} \\axiom{union(\\spad{x},{}\\spad{u})} returns a copy of \\spad{u}.") (($ $ |#2|) "\\spad{union(u,x)} returns the set aggregate \\spad{u} with the element \\spad{x} added. If \\spad{u} already contains \\spad{x},{} \\axiom{union(\\spad{u},{}\\spad{x})} returns a copy of \\spad{u}.") (($ $ $) "\\spad{union(u,v)} returns the set aggregate of elements which are members of either set aggregate \\spad{u} or \\spad{v}.")) (|subset?| (((|Boolean|) $ $) "\\spad{subset?(u,v)} tests if \\spad{u} is a subset of \\spad{v}. Note: equivalent to \\axiom{reduce(and,{}{member?(\\spad{x},{}\\spad{v}) for \\spad{x} in \\spad{u}},{}\\spad{true},{}\\spad{false})}.")) (|symmetricDifference| (($ $ $) "\\spad{symmetricDifference(u,v)} returns the set aggregate of elements \\spad{x} which are members of set aggregate \\spad{u} or set aggregate \\spad{v} but not both. If \\spad{u} and \\spad{v} have no elements in common,{} \\axiom{symmetricDifference(\\spad{u},{}\\spad{v})} returns a copy of \\spad{u}. Note: \\axiom{symmetricDifference(\\spad{u},{}\\spad{v}) = union(difference(\\spad{u},{}\\spad{v}),{}difference(\\spad{v},{}\\spad{u}))}")) (|difference| (($ $ |#2|) "\\spad{difference(u,x)} returns the set aggregate \\spad{u} with element \\spad{x} removed. If \\spad{u} does not contain \\spad{x},{} a copy of \\spad{u} is returned. Note: \\axiom{difference(\\spad{s},{} \\spad{x}) = difference(\\spad{s},{} {\\spad{x}})}.") (($ $ $) "\\spad{difference(u,v)} returns the set aggregate \\spad{w} consisting of elements in set aggregate \\spad{u} but not in set aggregate \\spad{v}. If \\spad{u} and \\spad{v} have no elements in common,{} \\axiom{difference(\\spad{u},{}\\spad{v})} returns a copy of \\spad{u}. Note: equivalent to the notation (not currently supported) \\axiom{{\\spad{x} for \\spad{x} in \\spad{u} | not member?(\\spad{x},{}\\spad{v})}}.")) (|intersect| (($ $ $) "\\spad{intersect(u,v)} returns the set aggregate \\spad{w} consisting of elements common to both set aggregates \\spad{u} and \\spad{v}. Note: equivalent to the notation (not currently supported) {\\spad{x} for \\spad{x} in \\spad{u} | member?(\\spad{x},{}\\spad{v})}.")) (|set| (($ (|List| |#2|)) "\\spad{set([x,y,...,z])} creates a set aggregate containing items \\spad{x},{}\\spad{y},{}...,{}\\spad{z}.") (($) "\\spad{set()}\\$\\spad{D} creates an empty set aggregate of type \\spad{D}.")) (|brace| (($ (|List| |#2|)) "\\spad{brace([x,y,...,z])} creates a set aggregate containing items \\spad{x},{}\\spad{y},{}...,{}\\spad{z}. This form is considered obsolete. Use \\axiomFun{set} instead.") (($) "\\spad{brace()}\\$\\spad{D} (otherwise written {}\\$\\spad{D}) creates an empty set aggregate of type \\spad{D}. This form is considered obsolete. Use \\axiomFun{set} instead.")) (|part?| (((|Boolean|) $ $) "\\spad{s} < \\spad{t} returns \\spad{true} if all elements of set aggregate \\spad{s} are also elements of set aggregate \\spad{t}.")))
NIL
NIL
-(-1117 S)
+(-1119 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}.")))
-((-4452 . T))
+((-4454 . T))
NIL
-(-1118 S)
+(-1120 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{=}}")) (|before?| (((|Boolean|) $ $) "spad{before?(\\spad{x},{}\\spad{y})} holds if \\spad{x} comes before \\spad{y} in the internal total ordering used by OpenAxiom.")) (|latex| (((|String|) $) "\\spad{latex(s)} returns a LaTeX-printable output representation of \\spad{s}.")) (|hash| (((|SingleInteger|) $) "\\spad{hash(s)} calculates a hash code for \\spad{s}.")))
NIL
NIL
-(-1119)
+(-1121)
((|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{=}}")) (|before?| (((|Boolean|) $ $) "spad{before?(\\spad{x},{}\\spad{y})} holds if \\spad{x} comes before \\spad{y} in the internal total ordering used by OpenAxiom.")) (|latex| (((|String|) $) "\\spad{latex(s)} returns a LaTeX-printable output representation of \\spad{s}.")) (|hash| (((|SingleInteger|) $) "\\spad{hash(s)} calculates a hash code for \\spad{s}.")))
NIL
NIL
-(-1120 |m| |n|)
+(-1122 |m| |n|)
((|constructor| (NIL "\\spadtype{SetOfMIntegersInOneToN} implements the subsets of \\spad{M} integers in the interval \\spad{[1..n]}")) (|delta| (((|NonNegativeInteger|) $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{delta(S,k,p)} returns the number of elements of \\spad{S} which are strictly between \\spad{p} and the \\spad{k^}{th} element of \\spad{S}.")) (|member?| (((|Boolean|) (|PositiveInteger|) $) "\\spad{member?(p, s)} returns \\spad{true} is \\spad{p} is in \\spad{s},{} \\spad{false} otherwise.")) (|enumerate| (((|Vector| $)) "\\spad{enumerate()} returns a vector of all the sets of \\spad{M} integers in \\spad{1..n}.")) (|setOfMinN| (($ (|List| (|PositiveInteger|))) "\\spad{setOfMinN([a_1,...,a_m])} returns the set {a_1,{}...,{}a_m}. Error if {a_1,{}...,{}a_m} is not a set of \\spad{M} integers in \\spad{1..n}.")) (|elements| (((|List| (|PositiveInteger|)) $) "\\spad{elements(S)} returns the list of the elements of \\spad{S} in increasing order.")) (|replaceKthElement| (((|Union| $ "failed") $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{replaceKthElement(S,k,p)} replaces the \\spad{k^}{th} element of \\spad{S} by \\spad{p},{} and returns \"failed\" if the result is not a set of \\spad{M} integers in \\spad{1..n} any more.")) (|incrementKthElement| (((|Union| $ "failed") $ (|PositiveInteger|)) "\\spad{incrementKthElement(S,k)} increments the \\spad{k^}{th} element of \\spad{S},{} and returns \"failed\" if the result is not a set of \\spad{M} integers in \\spad{1..n} any more.")))
NIL
NIL
-(-1121 S)
+(-1123 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)}}")))
-((-4462 . T) (-4452 . T) (-4463 . T))
-((-2755 (-12 (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
-(-1122 |Str| |Sym| |Int| |Flt| |Expr|)
+((-4464 . T) (-4454 . T) (-4465 . T))
+((-3795 (-12 (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-379))) (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
+(-1124 |Str| |Sym| |Int| |Flt| |Expr|)
((|constructor| (NIL "This category allows the manipulation of Lisp values while keeping the grunge fairly localized.")) (|#| (((|Integer|) $) "\\spad{\\#((a1,...,an))} returns \\spad{n}.")) (|cdr| (($ $) "\\spad{cdr((a1,...,an))} returns \\spad{(a2,...,an)}.")) (|car| (($ $) "\\spad{car((a1,...,an))} returns 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 \\%peq(\\spad{s},{}\\spad{t}) is \\spad{true} for pointers.")))
NIL
NIL
-(-1123)
+(-1125)
((|constructor| (NIL "This domain allows the manipulation of the usual Lisp values.")))
NIL
NIL
-(-1124 |Str| |Sym| |Int| |Flt| |Expr|)
+(-1126 |Str| |Sym| |Int| |Flt| |Expr|)
((|constructor| (NIL "This domain allows the manipulation of Lisp values over arbitrary atomic types.")))
NIL
NIL
-(-1125 R FS)
+(-1127 R FS)
((|constructor| (NIL "\\axiomType{SimpleFortranProgram(\\spad{f},{}type)} provides a simple model of some FORTRAN subprograms,{} making it possible to coerce objects of various domains into a FORTRAN subprogram called \\axiom{\\spad{f}}. These can then be translated into legal FORTRAN code.")) (|fortran| (($ (|Symbol|) (|FortranScalarType|) |#2|) "\\spad{fortran(fname,ftype,body)} builds an object of type \\axiomType{FortranProgramCategory}. The three arguments specify the name,{} the type and the \\spad{body} of the program.")))
NIL
NIL
-(-1126 R E V P TS)
+(-1128 R E V P TS)
((|constructor| (NIL "\\indented{2}{A internal package for removing redundant quasi-components and redundant} \\indented{2}{branches when decomposing a variety by means of quasi-components} \\indented{2}{of regular triangular sets. \\newline} References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{5}{Tech. Report (PoSSo project)} \\indented{1}{[2] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|branchIfCan| (((|Union| (|Record| (|:| |eq| (|List| |#4|)) (|:| |tower| |#5|) (|:| |ineq| (|List| |#4|))) "failed") (|List| |#4|) |#5| (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{branchIfCan(leq,{}\\spad{ts},{}lineq,{}\\spad{b1},{}\\spad{b2},{}\\spad{b3},{}\\spad{b4},{}\\spad{b5})} is an internal subroutine,{} exported only for developement.")) (|prepareDecompose| (((|List| (|Record| (|:| |eq| (|List| |#4|)) (|:| |tower| |#5|) (|:| |ineq| (|List| |#4|)))) (|List| |#4|) (|List| |#5|) (|Boolean|) (|Boolean|)) "\\axiom{prepareDecompose(\\spad{lp},{}\\spad{lts},{}\\spad{b1},{}\\spad{b2})} is an internal subroutine,{} exported only for developement.")) (|removeSuperfluousCases| (((|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) (|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|)))) "\\axiom{removeSuperfluousCases(llpwt)} is an internal subroutine,{} exported only for developement.")) (|subCase?| (((|Boolean|) (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|)) (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) "\\axiom{subCase?(lpwt1,{}lpwt2)} is an internal subroutine,{} exported only for developement.")) (|removeSuperfluousQuasiComponents| (((|List| |#5|) (|List| |#5|)) "\\axiom{removeSuperfluousQuasiComponents(\\spad{lts})} removes from \\axiom{\\spad{lts}} any \\spad{ts} such that \\axiom{subQuasiComponent?(\\spad{ts},{}us)} holds for another \\spad{us} in \\axiom{\\spad{lts}}.")) (|subQuasiComponent?| (((|Boolean|) |#5| (|List| |#5|)) "\\axiom{subQuasiComponent?(\\spad{ts},{}lus)} returns \\spad{true} iff \\axiom{subQuasiComponent?(\\spad{ts},{}us)} holds for one \\spad{us} in \\spad{lus}.") (((|Boolean|) |#5| |#5|) "\\axiom{subQuasiComponent?(\\spad{ts},{}us)} returns \\spad{true} iff \\axiomOpFrom{internalSubQuasiComponent?(\\spad{ts},{}us)}{QuasiComponentPackage} returs \\spad{true}.")) (|internalSubQuasiComponent?| (((|Union| (|Boolean|) "failed") |#5| |#5|) "\\axiom{internalSubQuasiComponent?(\\spad{ts},{}us)} returns a boolean \\spad{b} value if the fact the regular zero set of \\axiom{us} contains that of \\axiom{\\spad{ts}} can be decided (and in that case \\axiom{\\spad{b}} gives this inclusion) otherwise returns \\axiom{\"failed\"}.")) (|infRittWu?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{infRittWu?(\\spad{lp1},{}\\spad{lp2})} is an internal subroutine,{} exported only for developement.")) (|internalInfRittWu?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{internalInfRittWu?(\\spad{lp1},{}\\spad{lp2})} is an internal subroutine,{} exported only for developement.")) (|internalSubPolSet?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{internalSubPolSet?(\\spad{lp1},{}\\spad{lp2})} returns \\spad{true} iff \\axiom{\\spad{lp1}} is a sub-set of \\axiom{\\spad{lp2}} assuming that these lists are sorted increasingly \\spad{w}.\\spad{r}.\\spad{t}. \\axiomOpFrom{infRittWu?}{RecursivePolynomialCategory}.")) (|subPolSet?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{subPolSet?(\\spad{lp1},{}\\spad{lp2})} returns \\spad{true} iff \\axiom{\\spad{lp1}} is a sub-set of \\axiom{\\spad{lp2}}.")) (|subTriSet?| (((|Boolean|) |#5| |#5|) "\\axiom{subTriSet?(\\spad{ts},{}us)} returns \\spad{true} iff \\axiom{\\spad{ts}} is a sub-set of \\axiom{us}.")) (|moreAlgebraic?| (((|Boolean|) |#5| |#5|) "\\axiom{moreAlgebraic?(\\spad{ts},{}us)} returns \\spad{false} iff \\axiom{\\spad{ts}} and \\axiom{us} are both empty,{} or \\axiom{\\spad{ts}} has less elements than \\axiom{us},{} or some variable is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{us} and is not \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{ts}}.")) (|algebraicSort| (((|List| |#5|) (|List| |#5|)) "\\axiom{algebraicSort(\\spad{lts})} sorts \\axiom{\\spad{lts}} \\spad{w}.\\spad{r}.\\spad{t} \\axiomOpFrom{supDimElseRittWu}{QuasiComponentPackage}.")) (|supDimElseRittWu?| (((|Boolean|) |#5| |#5|) "\\axiom{supDimElseRittWu(\\spad{ts},{}us)} returns \\spad{true} iff \\axiom{\\spad{ts}} has less elements than \\axiom{us} otherwise if \\axiom{\\spad{ts}} has higher rank than \\axiom{us} \\spad{w}.\\spad{r}.\\spad{t}. Riit and Wu ordering.")) (|stopTable!| (((|Void|)) "\\axiom{stopTableGcd!()} is an internal subroutine,{} exported only for developement.")) (|startTable!| (((|Void|) (|String|) (|String|) (|String|)) "\\axiom{startTableGcd!(\\spad{s1},{}\\spad{s2},{}\\spad{s3})} is an internal subroutine,{} exported only for developement.")))
NIL
NIL
-(-1127 R E V P TS)
+(-1129 R E V P TS)
((|constructor| (NIL "A internal package for computing gcds and resultants of univariate polynomials with coefficients in a tower of simple extensions of a field. There is no need to use directly this package since its main operations are available from \\spad{TS}. \\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA and \\spad{R}. RIOBOO \"Computations of \\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.}")))
NIL
NIL
-(-1128 R E V P)
+(-1130 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.}")))
-((-4463 . T) (-4462 . T))
+((-4465 . T) (-4464 . T))
NIL
-(-1129)
+(-1131)
((|constructor| (NIL "SymmetricGroupCombinatoricFunctions contains combinatoric functions concerning symmetric groups and representation theory: list young tableaus,{} improper partitions,{} subsets bijection of Coleman.")) (|unrankImproperPartitions1| (((|List| (|Integer|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{unrankImproperPartitions1(n,m,k)} computes the {\\em k}\\spad{-}th improper partition of nonnegative \\spad{n} in at most \\spad{m} nonnegative parts ordered as follows: first,{} in reverse lexicographically according to their non-zero parts,{} then according to their positions (\\spadignore{i.e.} lexicographical order using {\\em subSet}: {\\em [3,0,0] < [0,3,0] < [0,0,3] < [2,1,0] < [2,0,1] < [0,2,1] < [1,2,0] < [1,0,2] < [0,1,2] < [1,1,1]}). Note: counting of subtrees is done by {\\em numberOfImproperPartitionsInternal}.")) (|unrankImproperPartitions0| (((|List| (|Integer|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{unrankImproperPartitions0(n,m,k)} computes the {\\em k}\\spad{-}th improper partition of nonnegative \\spad{n} in \\spad{m} nonnegative parts in reverse lexicographical order. Example: {\\em [0,0,3] < [0,1,2] < [0,2,1] < [0,3,0] < [1,0,2] < [1,1,1] < [1,2,0] < [2,0,1] < [2,1,0] < [3,0,0]}. Error: if \\spad{k} is negative or too big. Note: counting of subtrees is done by \\spadfunFrom{numberOfImproperPartitions}{SymmetricGroupCombinatoricFunctions}.")) (|subSet| (((|List| (|Integer|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{subSet(n,m,k)} calculates the {\\em k}\\spad{-}th {\\em m}-subset of the set {\\em 0,1,...,(n-1)} in the lexicographic order considered as a decreasing map from {\\em 0,...,(m-1)} into {\\em 0,...,(n-1)}. See \\spad{S}.\\spad{G}. Williamson: Theorem 1.60. Error: if not {\\em (0 <= m <= n and 0 < = k < (n choose m))}.")) (|numberOfImproperPartitions| (((|Integer|) (|Integer|) (|Integer|)) "\\spad{numberOfImproperPartitions(n,m)} computes the number of partitions of the nonnegative integer \\spad{n} in \\spad{m} nonnegative parts with regarding the order (improper partitions). Example: {\\em numberOfImproperPartitions (3,3)} is 10,{} since {\\em [0,0,3], [0,1,2], [0,2,1], [0,3,0], [1,0,2], [1,1,1], [1,2,0], [2,0,1], [2,1,0], [3,0,0]} are the possibilities. Note: this operation has a recursive implementation.")) (|nextPartition| (((|Vector| (|Integer|)) (|List| (|Integer|)) (|Vector| (|Integer|)) (|Integer|)) "\\spad{nextPartition(gamma,part,number)} generates the partition of {\\em number} which follows {\\em part} according to the right-to-left lexicographical order. The partition has the property that its components do not exceed the corresponding components of {\\em gamma}. the first partition is achieved by {\\em part=[]}. Also,{} {\\em []} indicates that {\\em part} is the last partition.") (((|Vector| (|Integer|)) (|Vector| (|Integer|)) (|Vector| (|Integer|)) (|Integer|)) "\\spad{nextPartition(gamma,part,number)} generates the partition of {\\em number} which follows {\\em part} according to the right-to-left lexicographical order. The partition has the property that its components do not exceed the corresponding components of {\\em gamma}. The first partition is achieved by {\\em part=[]}. Also,{} {\\em []} indicates that {\\em part} is the last partition.")) (|nextLatticePermutation| (((|List| (|Integer|)) (|List| (|PositiveInteger|)) (|List| (|Integer|)) (|Boolean|)) "\\spad{nextLatticePermutation(lambda,lattP,constructNotFirst)} generates the lattice permutation according to the proper partition {\\em lambda} succeeding the lattice permutation {\\em lattP} in lexicographical order as long as {\\em constructNotFirst} is \\spad{true}. If {\\em constructNotFirst} is \\spad{false},{} the first lattice permutation is returned. The result {\\em nil} indicates that {\\em lattP} has no successor.")) (|nextColeman| (((|Matrix| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|Matrix| (|Integer|))) "\\spad{nextColeman(alpha,beta,C)} generates the next Coleman matrix of column sums {\\em alpha} and row sums {\\em beta} according to the lexicographical order from bottom-to-top. The first Coleman matrix is achieved by {\\em C=new(1,1,0)}. Also,{} {\\em new(1,1,0)} indicates that \\spad{C} is the last Coleman matrix.")) (|makeYoungTableau| (((|Matrix| (|Integer|)) (|List| (|PositiveInteger|)) (|List| (|Integer|))) "\\spad{makeYoungTableau(lambda,gitter)} computes for a given lattice permutation {\\em gitter} and for an improper partition {\\em lambda} the corresponding standard tableau of shape {\\em lambda}. Notes: see {\\em listYoungTableaus}. The entries are from {\\em 0,...,n-1}.")) (|listYoungTableaus| (((|List| (|Matrix| (|Integer|))) (|List| (|PositiveInteger|))) "\\spad{listYoungTableaus(lambda)} where {\\em lambda} is a proper partition generates the list of all standard tableaus of shape {\\em lambda} by means of lattice permutations. The numbers of the lattice permutation are interpreted as column labels. Hence the contents of these lattice permutations are the conjugate of {\\em lambda}. Notes: the functions {\\em nextLatticePermutation} and {\\em makeYoungTableau} are used. The entries are from {\\em 0,...,n-1}.")) (|inverseColeman| (((|List| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|Matrix| (|Integer|))) "\\spad{inverseColeman(alpha,beta,C)}: there is a bijection from the set of matrices having nonnegative entries and row sums {\\em alpha},{} column sums {\\em beta} to the set of {\\em Salpha - Sbeta} double cosets of the symmetric group {\\em Sn}. ({\\em Salpha} is the Young subgroup corresponding to the improper partition {\\em alpha}). For such a matrix \\spad{C},{} inverseColeman(\\spad{alpha},{}\\spad{beta},{}\\spad{C}) calculates the lexicographical smallest {\\em pi} in the corresponding double coset. Note: the resulting permutation {\\em pi} of {\\em {1,2,...,n}} is given in list form. Notes: the inverse of this map is {\\em coleman}. For details,{} see James/Kerber.")) (|coleman| (((|Matrix| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{coleman(alpha,beta,pi)}: there is a bijection from the set of matrices having nonnegative entries and row sums {\\em alpha},{} column sums {\\em beta} to the set of {\\em Salpha - Sbeta} double cosets of the symmetric group {\\em Sn}. ({\\em Salpha} is the Young subgroup corresponding to the improper partition {\\em alpha}). For a representing element {\\em pi} of such a double coset,{} coleman(\\spad{alpha},{}\\spad{beta},{}\\spad{pi}) generates the Coleman-matrix corresponding to {\\em alpha, beta, pi}. Note: The permutation {\\em pi} of {\\em {1,2,...,n}} has to be given in list form. Note: the inverse of this map is {\\em inverseColeman} (if {\\em pi} is the lexicographical smallest permutation in the coset). For details see James/Kerber.")))
NIL
NIL
-(-1130 S)
+(-1132 S)
((|constructor| (NIL "the class of all multiplicative semigroups,{} \\spadignore{i.e.} a set with an associative operation \\spadop{*}. \\blankline")) (** (($ $ (|PositiveInteger|)) "\\spad{x**n} returns the repeated product of \\spad{x} \\spad{n} times,{} \\spadignore{i.e.} exponentiation.")) (* (($ $ $) "\\spad{x*y} returns the product of \\spad{x} and \\spad{y}.")))
NIL
NIL
-(-1131)
+(-1133)
((|constructor| (NIL "the class of all multiplicative semigroups,{} \\spadignore{i.e.} a set with an associative operation \\spadop{*}. \\blankline")) (** (($ $ (|PositiveInteger|)) "\\spad{x**n} returns the repeated product of \\spad{x} \\spad{n} times,{} \\spadignore{i.e.} exponentiation.")) (* (($ $ $) "\\spad{x*y} returns the product of \\spad{x} and \\spad{y}.")))
NIL
NIL
-(-1132 |dimtot| |dim1| S)
+(-1134 |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}.")))
-((-4456 |has| |#3| (-1068)) (-4457 |has| |#3| (-1068)) (-4459 |has| |#3| (-6 -4459)) (-4462 . T))
-((-2755 (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1119))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))))) (-2755 (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1119)))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-1068)))) (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#3| (QUOTE (-1119))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1119))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#3| (QUOTE (-374))) (-2755 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-1068)))) (-2755 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-374)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (QUOTE (-805))) (-2755 (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (QUOTE (-862)))) (|HasCategory| |#3| (QUOTE (-379))) (-2755 (-12 (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576)))))) (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))) (-2755 (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-102))) (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (QUOTE (-1119)))) (-2755 (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (QUOTE (-1119)))) (-2755 (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-1068)))) (-2755 (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-1068)))) (-2755 (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-1068)))) (-2755 (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-1068)))) (-2755 (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-1068)))) (|HasCategory| |#3| (QUOTE (-238))) (-2755 (|HasCategory| |#3| (QUOTE (-238))) (-12 (|HasCategory| |#3| (QUOTE (-237))) (|HasCategory| |#3| (QUOTE (-1068))))) (-2755 (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))) (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1195)))))) (|HasCategory| |#3| (QUOTE (-1119))) (-2755 (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-21)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-23)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-25)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-132)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-174)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-238)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-374)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-379)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-738)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-805)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-862)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1068)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1119))))) (-2755 (-12 (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1068))) (-12 (|HasCategory| |#3| (QUOTE (-1119))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576)))))) (-2755 (-12 (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-1119))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576)))))) (|HasCategory| (-576) (QUOTE (-862))) (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-237))) (|HasCategory| |#3| (QUOTE (-1068)))) (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1195))))) (-2755 (|HasCategory| |#3| (QUOTE (-1068))) (-12 (|HasCategory| |#3| (QUOTE (-1119))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576)))))) (-12 (|HasCategory| |#3| (QUOTE (-1119))) (|HasCategory| |#3| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1119)))) (|HasAttribute| |#3| (QUOTE -4459)) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-1068)))) (-12 (|HasCategory| |#3| (QUOTE (-1068))) (|HasCategory| |#3| (LIST (QUOTE -915) (QUOTE (-1195))))) (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#3| (QUOTE (-102))) (-12 (|HasCategory| |#3| (QUOTE (-1119))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))))
-(-1133 R |x|)
+((-4458 |has| |#3| (-1070)) (-4459 |has| |#3| (-1070)) (-4461 |has| |#3| (-6 -4461)) (-4464 . T))
+((-3795 (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1121))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))))) (-3795 (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1121)))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-1070)))) (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#3| (QUOTE (-1121))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1121))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#3| (QUOTE (-374))) (-3795 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-1070)))) (-3795 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-374)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (QUOTE (-805))) (-3795 (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (QUOTE (-862)))) (|HasCategory| |#3| (QUOTE (-379))) (-3795 (-12 (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576)))))) (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))) (-3795 (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-102))) (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (QUOTE (-1121)))) (-3795 (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (QUOTE (-1121)))) (-3795 (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-1070)))) (-3795 (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-1070)))) (-3795 (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-1070)))) (-3795 (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (QUOTE (-1070)))) (-3795 (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-1070)))) (|HasCategory| |#3| (QUOTE (-238))) (-3795 (|HasCategory| |#3| (QUOTE (-238))) (-12 (|HasCategory| |#3| (QUOTE (-237))) (|HasCategory| |#3| (QUOTE (-1070))))) (-3795 (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))) (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -919) (QUOTE (-1197)))))) (|HasCategory| |#3| (QUOTE (-1121))) (-3795 (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-21)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-23)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-25)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-132)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-174)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-238)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-374)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-379)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-738)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-805)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-862)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1070)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1121))))) (-3795 (-12 (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1070))) (-12 (|HasCategory| |#3| (QUOTE (-1121))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576)))))) (-3795 (-12 (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-374))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-738))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-805))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-1121))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576)))))) (|HasCategory| (-576) (QUOTE (-862))) (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (QUOTE (-237))) (|HasCategory| |#3| (QUOTE (-1070)))) (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -919) (QUOTE (-1197))))) (-3795 (|HasCategory| |#3| (QUOTE (-1070))) (-12 (|HasCategory| |#3| (QUOTE (-1121))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576)))))) (-12 (|HasCategory| |#3| (QUOTE (-1121))) (|HasCategory| |#3| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#3| (QUOTE (-1121)))) (|HasAttribute| |#3| (QUOTE -4461)) (-12 (|HasCategory| |#3| (QUOTE (-238))) (|HasCategory| |#3| (QUOTE (-1070)))) (-12 (|HasCategory| |#3| (QUOTE (-1070))) (|HasCategory| |#3| (LIST (QUOTE -917) (QUOTE (-1197))))) (|HasCategory| |#3| (QUOTE (-862))) (|HasCategory| |#3| (QUOTE (-174))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-132))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#3| (QUOTE (-102))) (-12 (|HasCategory| |#3| (QUOTE (-1121))) (|HasCategory| |#3| (LIST (QUOTE -319) (|devaluate| |#3|)))))
+(-1135 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
((|HasCategory| |#1| (QUOTE (-464))))
-(-1134)
+(-1136)
((|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
-(-1135 R -1956)
+(-1137 R -2117)
((|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
-(-1136 R)
+(-1138 R)
((|constructor| (NIL "Find the sign of a rational function around a point or infinity.")) (|sign| (((|Union| (|Integer|) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|Fraction| (|Polynomial| |#1|)) (|String|)) "\\spad{sign(f, x, a, s)} returns the sign of \\spad{f} as \\spad{x} nears \\spad{a} from the left (below) if \\spad{s} is the string \\spad{\"left\"},{} or from the right (above) if \\spad{s} is the string \\spad{\"right\"}.") (((|Union| (|Integer|) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|)))) "\\spad{sign(f, x, a)} returns the sign of \\spad{f} as \\spad{x} approaches \\spad{a},{} from both sides if \\spad{a} is finite.") (((|Union| (|Integer|) "failed") (|Fraction| (|Polynomial| |#1|))) "\\spad{sign f} returns the sign of \\spad{f} if it is constant everywhere.")))
NIL
NIL
-(-1137)
+(-1139)
((|constructor| (NIL "This is the datatype for operation signatures as \\indented{2}{used by the compiler and the interpreter.\\space{2}Note that this domain} \\indented{2}{differs from SignatureAst.} See also: ConstructorCall,{} Domain.")) (|source| (((|List| (|Syntax|)) $) "\\spad{source(s)} returns the list of parameter types of \\spad{`s'}.")) (|target| (((|Syntax|) $) "\\spad{target(s)} returns the target type of the signature \\spad{`s'}.")) (|signature| (($ (|List| (|Syntax|)) (|Syntax|)) "\\spad{signature(s,t)} constructs a Signature object with parameter types indicaded by \\spad{`s'},{} and return type indicated by \\spad{`t'}.")))
NIL
NIL
-(-1138)
+(-1140)
((|constructor| (NIL "\\indented{1}{Package to allow simplify to be called on AlgebraicNumbers} by converting to EXPR(INT)")) (|simplify| (((|Expression| (|Integer|)) (|AlgebraicNumber|)) "\\spad{simplify(an)} applies simplifications to \\spad{an}")))
NIL
NIL
-(-1139)
+(-1141)
((|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}.")) (|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.")))
-((-4450 . T) (-4454 . T) (-4449 . T) (-4460 . T) (-4461 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4452 . T) (-4456 . T) (-4451 . T) (-4462 . T) (-4463 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-1140 S)
+(-1142 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}.")))
-((-4462 . T) (-4463 . T))
+((-4464 . T) (-4465 . T))
NIL
-(-1141 S |ndim| R |Row| |Col|)
+(-1143 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 (-374))) (|HasAttribute| |#3| (QUOTE (-4464 "*"))) (|HasCategory| |#3| (QUOTE (-174))))
-(-1142 |ndim| R |Row| |Col|)
+((|HasCategory| |#3| (QUOTE (-374))) (|HasAttribute| |#3| (QUOTE (-4466 "*"))) (|HasCategory| |#3| (QUOTE (-174))))
+(-1144 |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.")))
-((-4462 . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4464 . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-1143 R |Row| |Col| M)
+(-1145 R |Row| |Col| M)
((|constructor| (NIL "\\spadtype{SmithNormalForm} is a package which provides some standard canonical forms for matrices.")) (|diophantineSystem| (((|Record| (|:| |particular| (|Union| |#3| "failed")) (|:| |basis| (|List| |#3|))) |#4| |#3|) "\\spad{diophantineSystem(A,B)} returns a particular integer solution and an integer basis of the equation \\spad{AX = B}.")) (|completeSmith| (((|Record| (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|) "\\spad{completeSmith} returns a record that contains the Smith normal form \\spad{H} of the matrix and the left and right equivalence matrices \\spad{U} and \\spad{V} such that U*m*v = \\spad{H}")) (|smith| ((|#4| |#4|) "\\spad{smith(m)} returns the Smith Normal form of the matrix \\spad{m}.")) (|completeHermite| (((|Record| (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|) "\\spad{completeHermite} returns a record that contains the Hermite normal form \\spad{H} of the matrix and the equivalence matrix \\spad{U} such that U*m = \\spad{H}")) (|hermite| ((|#4| |#4|) "\\spad{hermite(m)} returns the Hermite normal form of the matrix \\spad{m}.")))
NIL
NIL
-(-1144 R |VarSet|)
+(-1146 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.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-926))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-390))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374))) (|HasAttribute| |#1| (QUOTE -4460)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-146)))))
-(-1145 |Coef| |Var| SMP)
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-928))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-390))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374))) (|HasAttribute| |#1| (QUOTE -4462)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-146)))))
+(-1147 |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}.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-374))))
-(-1146 R E V P)
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-374))))
+(-1148 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}")))
-((-4463 . T) (-4462 . T))
+((-4465 . T) (-4464 . T))
NIL
-(-1147 UP -1956)
+(-1149 UP -2117)
((|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
-(-1148 R)
+(-1150 R)
((|constructor| (NIL "This package tries to find solutions expressed in terms of radicals for systems of equations of rational functions with coefficients in an integral domain \\spad{R}.")) (|contractSolve| (((|SuchThat| (|List| (|Expression| |#1|)) (|List| (|Equation| (|Expression| |#1|)))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{contractSolve(rf,x)} finds the solutions expressed in terms of radicals of the equation \\spad{rf} = 0 with respect to the symbol \\spad{x},{} where \\spad{rf} is a rational function. The result contains new symbols for common subexpressions in order to reduce the size of the output.") (((|SuchThat| (|List| (|Expression| |#1|)) (|List| (|Equation| (|Expression| |#1|)))) (|Equation| (|Fraction| (|Polynomial| |#1|))) (|Symbol|)) "\\spad{contractSolve(eq,x)} finds the solutions expressed in terms of radicals of the equation of rational functions \\spad{eq} with respect to the symbol \\spad{x}. The result contains new symbols for common subexpressions in order to reduce the size of the output.")) (|radicalRoots| (((|List| (|List| (|Expression| |#1|))) (|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|Symbol|))) "\\spad{radicalRoots(lrf,lvar)} finds the roots expressed in terms of radicals of the list of rational functions \\spad{lrf} with respect to the list of symbols \\spad{lvar}.") (((|List| (|Expression| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{radicalRoots(rf,x)} finds the roots expressed in terms of radicals of the rational function \\spad{rf} with respect to the symbol \\spad{x}.")) (|radicalSolve| (((|List| (|List| (|Equation| (|Expression| |#1|)))) (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) "\\spad{radicalSolve(leq)} finds the solutions expressed in terms of radicals of the system of equations of rational functions \\spad{leq} with respect to the unique symbol \\spad{x} appearing in \\spad{leq}.") (((|List| (|List| (|Equation| (|Expression| |#1|)))) (|List| (|Equation| (|Fraction| (|Polynomial| |#1|)))) (|List| (|Symbol|))) "\\spad{radicalSolve(leq,lvar)} finds the solutions expressed in terms of radicals of the system of equations of rational functions \\spad{leq} with respect to the list of symbols \\spad{lvar}.") (((|List| (|List| (|Equation| (|Expression| |#1|)))) (|List| (|Fraction| (|Polynomial| |#1|)))) "\\spad{radicalSolve(lrf)} finds the solutions expressed in terms of radicals of the system of equations \\spad{lrf} = 0,{} where \\spad{lrf} is a system of univariate rational functions.") (((|List| (|List| (|Equation| (|Expression| |#1|)))) (|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|Symbol|))) "\\spad{radicalSolve(lrf,lvar)} finds the solutions expressed in terms of radicals of the system of equations \\spad{lrf} = 0 with respect to the list of symbols \\spad{lvar},{} where \\spad{lrf} is a list of rational functions.") (((|List| (|Equation| (|Expression| |#1|))) (|Equation| (|Fraction| (|Polynomial| |#1|)))) "\\spad{radicalSolve(eq)} finds the solutions expressed in terms of radicals of the equation of rational functions \\spad{eq} with respect to the unique symbol \\spad{x} appearing in \\spad{eq}.") (((|List| (|Equation| (|Expression| |#1|))) (|Equation| (|Fraction| (|Polynomial| |#1|))) (|Symbol|)) "\\spad{radicalSolve(eq,x)} finds the solutions expressed in terms of radicals of the equation of rational functions \\spad{eq} with respect to the symbol \\spad{x}.") (((|List| (|Equation| (|Expression| |#1|))) (|Fraction| (|Polynomial| |#1|))) "\\spad{radicalSolve(rf)} finds the solutions expressed in terms of radicals of the equation \\spad{rf} = 0,{} where \\spad{rf} is a univariate rational function.") (((|List| (|Equation| (|Expression| |#1|))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{radicalSolve(rf,x)} finds the solutions expressed in terms of radicals of the equation \\spad{rf} = 0 with respect to the symbol \\spad{x},{} where \\spad{rf} is a rational function.")))
NIL
NIL
-(-1149 R)
+(-1151 R)
((|constructor| (NIL "This package finds the function func3 where func1 and func2 \\indented{1}{are given and\\space{2}func1 = func3(func2) .\\space{2}If there is no solution then} \\indented{1}{function func1 will be returned.} \\indented{1}{An example would be\\space{2}\\spad{func1:= 8*X**3+32*X**2-14*X ::EXPR INT} and} \\indented{1}{\\spad{func2:=2*X ::EXPR INT} convert them via univariate} \\indented{1}{to FRAC SUP EXPR INT and then the solution is \\spad{func3:=X**3+X**2-X}} \\indented{1}{of type FRAC SUP EXPR INT}")) (|unvectorise| (((|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Vector| (|Expression| |#1|)) (|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Integer|)) "\\spad{unvectorise(vect, var, n)} returns \\spad{vect(1) + vect(2)*var + ... + vect(n+1)*var**(n)} where \\spad{vect} is the vector of the coefficients of the polynomail ,{} \\spad{var} the new variable and \\spad{n} the degree.")) (|decomposeFunc| (((|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|)))) "\\spad{decomposeFunc(func1, func2, newvar)} returns a function func3 where \\spad{func1} = func3(\\spad{func2}) and expresses it in the new variable newvar. If there is no solution then \\spad{func1} will be returned.")))
NIL
NIL
-(-1150 R)
+(-1152 R)
((|constructor| (NIL "This package tries to find solutions of equations of type Expression(\\spad{R}). This means expressions involving transcendental,{} exponential,{} logarithmic and nthRoot functions. After trying to transform different kernels to one kernel by applying several rules,{} it calls zerosOf for the SparseUnivariatePolynomial in the remaining kernel. For example the expression \\spad{sin(x)*cos(x)-2} will be transformed to \\indented{3}{\\spad{-2 tan(x/2)**4 -2 tan(x/2)**3 -4 tan(x/2)**2 +2 tan(x/2) -2}} by using the function normalize and then to \\indented{3}{\\spad{-2 tan(x)**2 + tan(x) -2}} with help of subsTan. This function tries to express the given function in terms of \\spad{tan(x/2)} to express in terms of \\spad{tan(x)} . Other examples are the expressions \\spad{sqrt(x+1)+sqrt(x+7)+1} or \\indented{1}{\\spad{sqrt(sin(x))+1} .}")) (|solve| (((|List| (|List| (|Equation| (|Expression| |#1|)))) (|List| (|Equation| (|Expression| |#1|))) (|List| (|Symbol|))) "\\spad{solve(leqs, lvar)} returns a list of solutions to the list of equations \\spad{leqs} with respect to the list of symbols lvar.") (((|List| (|Equation| (|Expression| |#1|))) (|Expression| |#1|) (|Symbol|)) "\\spad{solve(expr,x)} finds the solutions of the equation \\spad{expr} = 0 with respect to the symbol \\spad{x} where \\spad{expr} is a function of type Expression(\\spad{R}).") (((|List| (|Equation| (|Expression| |#1|))) (|Equation| (|Expression| |#1|)) (|Symbol|)) "\\spad{solve(eq,x)} finds the solutions of the equation \\spad{eq} where \\spad{eq} is an equation of functions of type Expression(\\spad{R}) with respect to the symbol \\spad{x}.") (((|List| (|Equation| (|Expression| |#1|))) (|Equation| (|Expression| |#1|))) "\\spad{solve(eq)} finds the solutions of the equation \\spad{eq} where \\spad{eq} is an equation of functions of type Expression(\\spad{R}) with respect to the unique symbol \\spad{x} appearing in \\spad{eq}.") (((|List| (|Equation| (|Expression| |#1|))) (|Expression| |#1|)) "\\spad{solve(expr)} finds the solutions of the equation \\spad{expr} = 0 where \\spad{expr} is a function of type Expression(\\spad{R}) with respect to the unique symbol \\spad{x} appearing in eq.")))
NIL
NIL
-(-1151 S A)
+(-1153 S A)
((|constructor| (NIL "This package exports sorting algorithnms")) (|insertionSort!| ((|#2| |#2|) "\\spad{insertionSort! }\\undocumented") ((|#2| |#2| (|Mapping| (|Boolean|) |#1| |#1|)) "\\spad{insertionSort!(a,f)} \\undocumented")) (|bubbleSort!| ((|#2| |#2|) "\\spad{bubbleSort!(a)} \\undocumented") ((|#2| |#2| (|Mapping| (|Boolean|) |#1| |#1|)) "\\spad{bubbleSort!(a,f)} \\undocumented")))
NIL
((|HasCategory| |#1| (QUOTE (-862))))
-(-1152 R)
+(-1154 R)
((|constructor| (NIL "The domain ThreeSpace is used for creating three dimensional objects using functions for defining points,{} curves,{} polygons,{} constructs and the subspaces containing them.")))
NIL
NIL
-(-1153 R)
+(-1155 R)
((|constructor| (NIL "The category ThreeSpaceCategory is used for creating three dimensional objects using functions for defining points,{} curves,{} polygons,{} constructs and the subspaces containing them.")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(s)} returns the \\spadtype{ThreeSpace} \\spad{s} to Output format.")) (|subspace| (((|SubSpace| 3 |#1|) $) "\\spad{subspace(s)} returns the \\spadtype{SubSpace} which holds all the point information in the \\spadtype{ThreeSpace},{} \\spad{s}.")) (|check| (($ $) "\\spad{check(s)} returns lllpt,{} list of lists of lists of point information about the \\spadtype{ThreeSpace} \\spad{s}.")) (|objects| (((|Record| (|:| |points| (|NonNegativeInteger|)) (|:| |curves| (|NonNegativeInteger|)) (|:| |polygons| (|NonNegativeInteger|)) (|:| |constructs| (|NonNegativeInteger|))) $) "\\spad{objects(s)} returns the \\spadtype{ThreeSpace},{} \\spad{s},{} in the form of a 3D object record containing information on the number of points,{} curves,{} polygons and constructs comprising the \\spadtype{ThreeSpace}..")) (|lprop| (((|List| (|SubSpaceComponentProperty|)) $) "\\spad{lprop(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a list of subspace component properties,{} and if so,{} returns the list; An error is signaled otherwise.")) (|llprop| (((|List| (|List| (|SubSpaceComponentProperty|))) $) "\\spad{llprop(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a list of curves which are lists of the subspace component properties of the curves,{} and if so,{} returns the list of lists; An error is signaled otherwise.")) (|lllp| (((|List| (|List| (|List| (|Point| |#1|)))) $) "\\spad{lllp(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a list of components,{} which are lists of curves,{} which are lists of points,{} and if so,{} returns the list of lists of lists; An error is signaled otherwise.")) (|lllip| (((|List| (|List| (|List| (|NonNegativeInteger|)))) $) "\\spad{lllip(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a list of components,{} which are lists of curves,{} which are lists of indices to points,{} and if so,{} returns the list of lists of lists; An error is signaled otherwise.")) (|lp| (((|List| (|Point| |#1|)) $) "\\spad{lp(s)} returns the list of points component which the \\spadtype{ThreeSpace},{} \\spad{s},{} contains; these points are used by reference,{} \\spadignore{i.e.} the component holds indices referring to the points rather than the points themselves. This allows for sharing of the points.")) (|mesh?| (((|Boolean|) $) "\\spad{mesh?(s)} returns \\spad{true} if the \\spadtype{ThreeSpace} \\spad{s} is composed of one component,{} a mesh comprising a list of curves which are lists of points,{} or returns \\spad{false} if otherwise")) (|mesh| (((|List| (|List| (|Point| |#1|))) $) "\\spad{mesh(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single surface component defined by a list curves which contain lists of points,{} and if so,{} returns the list of lists of points; An error is signaled otherwise.") (($ (|List| (|List| (|Point| |#1|))) (|Boolean|) (|Boolean|)) "\\spad{mesh([[p0],[p1],...,[pn]], close1, close2)} creates a surface defined over a list of curves,{} \\spad{p0} through \\spad{pn},{} which are lists of points; the booleans \\spad{close1} and close2 indicate how the surface is to be closed: \\spad{close1} set to \\spad{true} means that each individual list (a curve) is to be closed (that is,{} the last point of the list is to be connected to the first point); close2 set to \\spad{true} means that the boundary at one end of the surface is to be connected to the boundary at the other end (the boundaries are defined as the first list of points (curve) and the last list of points (curve)); the \\spadtype{ThreeSpace} containing this surface is returned.") (($ (|List| (|List| (|Point| |#1|)))) "\\spad{mesh([[p0],[p1],...,[pn]])} creates a surface defined by a list of curves which are lists,{} \\spad{p0} through \\spad{pn},{} of points,{} and returns a \\spadtype{ThreeSpace} whose component is the surface.") (($ $ (|List| (|List| (|List| |#1|))) (|Boolean|) (|Boolean|)) "\\spad{mesh(s,[ [[r10]...,[r1m]], [[r20]...,[r2m]],..., [[rn0]...,[rnm]] ], close1, close2)} adds a surface component to the \\spadtype{ThreeSpace} \\spad{s},{} which is defined over a rectangular domain of size \\spad{WxH} where \\spad{W} is the number of lists of points from the domain \\spad{PointDomain(R)} and \\spad{H} is the number of elements in each of those lists; the booleans \\spad{close1} and close2 indicate how the surface is to be closed: if \\spad{close1} is \\spad{true} this means that each individual list (a curve) is to be closed (\\spadignore{i.e.} the last point of the list is to be connected to the first point); if close2 is \\spad{true},{} this means that the boundary at one end of the surface is to be connected to the boundary at the other end (the boundaries are defined as the first list of points (curve) and the last list of points (curve)).") (($ $ (|List| (|List| (|Point| |#1|))) (|Boolean|) (|Boolean|)) "\\spad{mesh(s,[[p0],[p1],...,[pn]], close1, close2)} adds a surface component to the \\spadtype{ThreeSpace},{} which is defined over a list of curves,{} in which each of these curves is a list of points. The boolean arguments \\spad{close1} and close2 indicate how the surface is to be closed. Argument \\spad{close1} equal \\spad{true} means that each individual list (a curve) is to be closed,{} \\spadignore{i.e.} the last point of the list is to be connected to the first point. Argument close2 equal \\spad{true} means that the boundary at one end of the surface is to be connected to the boundary at the other end,{} \\spadignore{i.e.} the boundaries are defined as the first list of points (curve) and the last list of points (curve).") (($ $ (|List| (|List| (|List| |#1|))) (|List| (|SubSpaceComponentProperty|)) (|SubSpaceComponentProperty|)) "\\spad{mesh(s,[ [[r10]...,[r1m]], [[r20]...,[r2m]],..., [[rn0]...,[rnm]] ], [props], prop)} adds a surface component to the \\spadtype{ThreeSpace} \\spad{s},{} which is defined over a rectangular domain of size \\spad{WxH} where \\spad{W} is the number of lists of points from the domain \\spad{PointDomain(R)} and \\spad{H} is the number of elements in each of those lists; lprops is the list of the subspace component properties for each curve list,{} and prop is the subspace component property by which the points are defined.") (($ $ (|List| (|List| (|Point| |#1|))) (|List| (|SubSpaceComponentProperty|)) (|SubSpaceComponentProperty|)) "\\spad{mesh(s,[[p0],[p1],...,[pn]],[props],prop)} adds a surface component,{} defined over a list curves which contains lists of points,{} to the \\spadtype{ThreeSpace} \\spad{s}; props is a list which contains the subspace component properties for each surface parameter,{} and \\spad{prop} is the subspace component property by which the points are defined.")) (|polygon?| (((|Boolean|) $) "\\spad{polygon?(s)} returns \\spad{true} if the \\spadtype{ThreeSpace} \\spad{s} contains a single polygon component,{} or \\spad{false} otherwise.")) (|polygon| (((|List| (|Point| |#1|)) $) "\\spad{polygon(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single polygon component defined by a list of points,{} and if so,{} returns the list of points; An error is signaled otherwise.") (($ (|List| (|Point| |#1|))) "\\spad{polygon([p0,p1,...,pn])} creates a polygon defined by a list of points,{} \\spad{p0} through \\spad{pn},{} and returns a \\spadtype{ThreeSpace} whose component is the polygon.") (($ $ (|List| (|List| |#1|))) "\\spad{polygon(s,[[r0],[r1],...,[rn]])} adds a polygon component defined by a list of points \\spad{r0} through \\spad{rn},{} which are lists of elements from the domain \\spad{PointDomain(m,R)} to the \\spadtype{ThreeSpace} \\spad{s},{} where \\spad{m} is the dimension of the points and \\spad{R} is the \\spadtype{Ring} over which the points are defined.") (($ $ (|List| (|Point| |#1|))) "\\spad{polygon(s,[p0,p1,...,pn])} adds a polygon component defined by a list of points,{} \\spad{p0} throught \\spad{pn},{} to the \\spadtype{ThreeSpace} \\spad{s}.")) (|closedCurve?| (((|Boolean|) $) "\\spad{closedCurve?(s)} returns \\spad{true} if the \\spadtype{ThreeSpace} \\spad{s} contains a single closed curve component,{} \\spadignore{i.e.} the first element of the curve is also the last element,{} or \\spad{false} otherwise.")) (|closedCurve| (((|List| (|Point| |#1|)) $) "\\spad{closedCurve(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single closed curve component defined by a list of points in which the first point is also the last point,{} all of which are from the domain \\spad{PointDomain(m,R)} and if so,{} returns the list of points. An error is signaled otherwise.") (($ (|List| (|Point| |#1|))) "\\spad{closedCurve(lp)} sets a list of points defined by the first element of \\spad{lp} through the last element of \\spad{lp} and back to the first elelment again and returns a \\spadtype{ThreeSpace} whose component is the closed curve defined by \\spad{lp}.") (($ $ (|List| (|List| |#1|))) "\\spad{closedCurve(s,[[lr0],[lr1],...,[lrn],[lr0]])} adds a closed curve component defined by a list of points \\spad{lr0} through \\spad{lrn},{} which are lists of elements from the domain \\spad{PointDomain(m,R)},{} where \\spad{R} is the \\spadtype{Ring} over which the point elements are defined and \\spad{m} is the dimension of the points,{} in which the last element of the list of points contains a copy of the first element list,{} \\spad{lr0}. The closed curve is added to the \\spadtype{ThreeSpace},{} \\spad{s}.") (($ $ (|List| (|Point| |#1|))) "\\spad{closedCurve(s,[p0,p1,...,pn,p0])} adds a closed curve component which is a list of points defined by the first element \\spad{p0} through the last element \\spad{pn} and back to the first element \\spad{p0} again,{} to the \\spadtype{ThreeSpace} \\spad{s}.")) (|curve?| (((|Boolean|) $) "\\spad{curve?(s)} queries whether the \\spadtype{ThreeSpace},{} \\spad{s},{} is a curve,{} \\spadignore{i.e.} has one component,{} a list of list of points,{} and returns \\spad{true} if it is,{} or \\spad{false} otherwise.")) (|curve| (((|List| (|Point| |#1|)) $) "\\spad{curve(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single curve defined by a list of points and if so,{} returns the curve,{} \\spadignore{i.e.} list of points. An error is signaled otherwise.") (($ (|List| (|Point| |#1|))) "\\spad{curve([p0,p1,p2,...,pn])} creates a space curve defined by the list of points \\spad{p0} through \\spad{pn},{} and returns the \\spadtype{ThreeSpace} whose component is the curve.") (($ $ (|List| (|List| |#1|))) "\\spad{curve(s,[[p0],[p1],...,[pn]])} adds a space curve which is a list of points \\spad{p0} through \\spad{pn} defined by lists of elements from the domain \\spad{PointDomain(m,R)},{} where \\spad{R} is the \\spadtype{Ring} over which the point elements are defined and \\spad{m} is the dimension of the points,{} to the \\spadtype{ThreeSpace} \\spad{s}.") (($ $ (|List| (|Point| |#1|))) "\\spad{curve(s,[p0,p1,...,pn])} adds a space curve component defined by a list of points \\spad{p0} through \\spad{pn},{} to the \\spadtype{ThreeSpace} \\spad{s}.")) (|point?| (((|Boolean|) $) "\\spad{point?(s)} queries whether the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single component which is a point and returns the boolean result.")) (|point| (((|Point| |#1|) $) "\\spad{point(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of only a single point and if so,{} returns the point. An error is signaled otherwise.") (($ (|Point| |#1|)) "\\spad{point(p)} returns a \\spadtype{ThreeSpace} object which is composed of one component,{} the point \\spad{p}.") (($ $ (|NonNegativeInteger|)) "\\spad{point(s,i)} adds a point component which is placed into a component list of the \\spadtype{ThreeSpace},{} \\spad{s},{} at the index given by \\spad{i}.") (($ $ (|List| |#1|)) "\\spad{point(s,[x,y,z])} adds a point component defined by a list of elements which are from the \\spad{PointDomain(R)} to the \\spadtype{ThreeSpace},{} \\spad{s},{} where \\spad{R} is the \\spadtype{Ring} over which the point elements are defined.") (($ $ (|Point| |#1|)) "\\spad{point(s,p)} adds a point component defined by the point,{} \\spad{p},{} specified as a list from \\spad{List(R)},{} to the \\spadtype{ThreeSpace},{} \\spad{s},{} where \\spad{R} is the \\spadtype{Ring} over which the point is defined.")) (|modifyPointData| (($ $ (|NonNegativeInteger|) (|Point| |#1|)) "\\spad{modifyPointData(s,i,p)} changes the point at the indexed location \\spad{i} in the \\spadtype{ThreeSpace},{} \\spad{s},{} to that of point \\spad{p}. This is useful for making changes to a point which has been transformed.")) (|enterPointData| (((|NonNegativeInteger|) $ (|List| (|Point| |#1|))) "\\spad{enterPointData(s,[p0,p1,...,pn])} adds a list of points from \\spad{p0} through \\spad{pn} to the \\spadtype{ThreeSpace},{} \\spad{s},{} and returns the index,{} to the starting point of the list.")) (|copy| (($ $) "\\spad{copy(s)} returns a new \\spadtype{ThreeSpace} that is an exact copy of \\spad{s}.")) (|composites| (((|List| $) $) "\\spad{composites(s)} takes the \\spadtype{ThreeSpace} \\spad{s},{} and creates a list containing a unique \\spadtype{ThreeSpace} for each single composite of \\spad{s}. If \\spad{s} has no composites defined (composites need to be explicitly created),{} the list returned is empty. Note that not all the components need to be part of a composite.")) (|components| (((|List| $) $) "\\spad{components(s)} takes the \\spadtype{ThreeSpace} \\spad{s},{} and creates a list containing a unique \\spadtype{ThreeSpace} for each single component of \\spad{s}. If \\spad{s} has no components defined,{} the list returned is empty.")) (|composite| (($ (|List| $)) "\\spad{composite([s1,s2,...,sn])} will create a new \\spadtype{ThreeSpace} that is a union of all the components from each \\spadtype{ThreeSpace} in the parameter list,{} grouped as a composite.")) (|merge| (($ $ $) "\\spad{merge(s1,s2)} will create a new \\spadtype{ThreeSpace} that has the components of \\spad{s1} and \\spad{s2}; Groupings of components into composites are maintained.") (($ (|List| $)) "\\spad{merge([s1,s2,...,sn])} will create a new \\spadtype{ThreeSpace} that has the components of all the ones in the list; Groupings of components into composites are maintained.")) (|numberOfComposites| (((|NonNegativeInteger|) $) "\\spad{numberOfComposites(s)} returns the number of supercomponents,{} or composites,{} in the \\spadtype{ThreeSpace},{} \\spad{s}; Composites are arbitrary groupings of otherwise distinct and unrelated components; A \\spadtype{ThreeSpace} need not have any composites defined at all and,{} outside of the requirement that no component can belong to more than one composite at a time,{} the definition and interpretation of composites are unrestricted.")) (|numberOfComponents| (((|NonNegativeInteger|) $) "\\spad{numberOfComponents(s)} returns the number of distinct object components in the indicated \\spadtype{ThreeSpace},{} \\spad{s},{} such as points,{} curves,{} polygons,{} and constructs.")) (|create3Space| (($ (|SubSpace| 3 |#1|)) "\\spad{create3Space(s)} creates a \\spadtype{ThreeSpace} object containing objects pre-defined within some \\spadtype{SubSpace} \\spad{s}.") (($) "\\spad{create3Space()} creates a \\spadtype{ThreeSpace} object capable of holding point,{} curve,{} mesh components and any combination.")))
NIL
NIL
-(-1154)
+(-1156)
((|constructor| (NIL "This domain represents a kind of base domain \\indented{2}{for Spad syntax domain.\\space{2}It merely exists as a kind of} \\indented{2}{of abstract base in object-oriented programming language.} \\indented{2}{However,{} this is not an abstract class.}")))
NIL
NIL
-(-1155)
+(-1157)
((|constructor| (NIL "\\indented{1}{This package provides a simple Spad algebra parser.} Related Constructors: Syntax. See Also: Syntax.")) (|parse| (((|List| (|Syntax|)) (|String|)) "\\spad{parse(f)} parses the source file \\spad{f} (supposedly containing Spad algebras) and returns a List Syntax. The filename \\spad{f} is supposed to have the proper extension. Note that this function has the side effect of executing any system command contained in the file \\spad{f},{} even if it might not be meaningful.")))
NIL
NIL
-(-1156)
+(-1158)
((|constructor| (NIL "This category describes the exported \\indented{2}{signatures of the SpadAst domain.}")) (|autoCoerce| (((|Integer|) $) "\\spad{autoCoerce(s)} returns the Integer view of \\spad{`s'}. Left at the discretion of the compiler.") (((|String|) $) "\\spad{autoCoerce(s)} returns the String view of \\spad{`s'}. Left at the discretion of the compiler.") (((|Identifier|) $) "\\spad{autoCoerce(s)} returns the Identifier view of \\spad{`s'}. Left at the discretion of the compiler.") (((|IsAst|) $) "\\spad{autoCoerce(s)} returns the IsAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|HasAst|) $) "\\spad{autoCoerce(s)} returns the HasAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|CaseAst|) $) "\\spad{autoCoerce(s)} returns the CaseAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|ColonAst|) $) "\\spad{autoCoerce(s)} returns the ColoonAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|SuchThatAst|) $) "\\spad{autoCoerce(s)} returns the SuchThatAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|LetAst|) $) "\\spad{autoCoerce(s)} returns the LetAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|SequenceAst|) $) "\\spad{autoCoerce(s)} returns the SequenceAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|SegmentAst|) $) "\\spad{autoCoerce(s)} returns the SegmentAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|RestrictAst|) $) "\\spad{autoCoerce(s)} returns the RestrictAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|PretendAst|) $) "\\spad{autoCoerce(s)} returns the PretendAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|CoerceAst|) $) "\\spad{autoCoerce(s)} returns the CoerceAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|ReturnAst|) $) "\\spad{autoCoerce(s)} returns the ReturnAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|ExitAst|) $) "\\spad{autoCoerce(s)} returns the ExitAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|ConstructAst|) $) "\\spad{autoCoerce(s)} returns the ConstructAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|CollectAst|) $) "\\spad{autoCoerce(s)} returns the CollectAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|StepAst|) $) "\\spad{autoCoerce(s)} returns the InAst view of \\spad{s}. Left at the discretion of the compiler.") (((|InAst|) $) "\\spad{autoCoerce(s)} returns the InAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|WhileAst|) $) "\\spad{autoCoerce(s)} returns the WhileAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|RepeatAst|) $) "\\spad{autoCoerce(s)} returns the RepeatAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|IfAst|) $) "\\spad{autoCoerce(s)} returns the IfAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|MappingAst|) $) "\\spad{autoCoerce(s)} returns the MappingAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|AttributeAst|) $) "\\spad{autoCoerce(s)} returns the AttributeAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|SignatureAst|) $) "\\spad{autoCoerce(s)} returns the SignatureAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|CapsuleAst|) $) "\\spad{autoCoerce(s)} returns the CapsuleAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|JoinAst|) $) "\\spad{autoCoerce(s)} returns the \\spadype{JoinAst} view of of the AST object \\spad{s}. Left at the discretion of the compiler.") (((|CategoryAst|) $) "\\spad{autoCoerce(s)} returns the CategoryAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|WhereAst|) $) "\\spad{autoCoerce(s)} returns the WhereAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|MacroAst|) $) "\\spad{autoCoerce(s)} returns the MacroAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|DefinitionAst|) $) "\\spad{autoCoerce(s)} returns the DefinitionAst view of \\spad{`s'}. Left at the discretion of the compiler.") (((|ImportAst|) $) "\\spad{autoCoerce(s)} returns the ImportAst view of \\spad{`s'}. Left at the discretion of the compiler.")) (|case| (((|Boolean|) $ (|[\|\|]| (|Integer|))) "\\spad{s case Integer} holds if \\spad{`s'} represents an integer literal.") (((|Boolean|) $ (|[\|\|]| (|String|))) "\\spad{s case String} holds if \\spad{`s'} represents a string literal.") (((|Boolean|) $ (|[\|\|]| (|Identifier|))) "\\spad{s case Identifier} holds if \\spad{`s'} represents an identifier.") (((|Boolean|) $ (|[\|\|]| (|IsAst|))) "\\spad{s case IsAst} holds if \\spad{`s'} represents an is-expression.") (((|Boolean|) $ (|[\|\|]| (|HasAst|))) "\\spad{s case HasAst} holds if \\spad{`s'} represents a has-expression.") (((|Boolean|) $ (|[\|\|]| (|CaseAst|))) "\\spad{s case CaseAst} holds if \\spad{`s'} represents a case-expression.") (((|Boolean|) $ (|[\|\|]| (|ColonAst|))) "\\spad{s case ColonAst} holds if \\spad{`s'} represents a colon-expression.") (((|Boolean|) $ (|[\|\|]| (|SuchThatAst|))) "\\spad{s case SuchThatAst} holds if \\spad{`s'} represents a qualified-expression.") (((|Boolean|) $ (|[\|\|]| (|LetAst|))) "\\spad{s case LetAst} holds if \\spad{`s'} represents an assignment-expression.") (((|Boolean|) $ (|[\|\|]| (|SequenceAst|))) "\\spad{s case SequenceAst} holds if \\spad{`s'} represents a sequence-of-statements.") (((|Boolean|) $ (|[\|\|]| (|SegmentAst|))) "\\spad{s case SegmentAst} holds if \\spad{`s'} represents a segment-expression.") (((|Boolean|) $ (|[\|\|]| (|RestrictAst|))) "\\spad{s case RestrictAst} holds if \\spad{`s'} represents a restrict-expression.") (((|Boolean|) $ (|[\|\|]| (|PretendAst|))) "\\spad{s case PretendAst} holds if \\spad{`s'} represents a pretend-expression.") (((|Boolean|) $ (|[\|\|]| (|CoerceAst|))) "\\spad{s case ReturnAst} holds if \\spad{`s'} represents a coerce-expression.") (((|Boolean|) $ (|[\|\|]| (|ReturnAst|))) "\\spad{s case ReturnAst} holds if \\spad{`s'} represents a return-statement.") (((|Boolean|) $ (|[\|\|]| (|ExitAst|))) "\\spad{s case ExitAst} holds if \\spad{`s'} represents an exit-expression.") (((|Boolean|) $ (|[\|\|]| (|ConstructAst|))) "\\spad{s case ConstructAst} holds if \\spad{`s'} represents a list-expression.") (((|Boolean|) $ (|[\|\|]| (|CollectAst|))) "\\spad{s case CollectAst} holds if \\spad{`s'} represents a list-comprehension.") (((|Boolean|) $ (|[\|\|]| (|StepAst|))) "\\spad{s case StepAst} holds if \\spad{s} represents an arithmetic progression iterator.") (((|Boolean|) $ (|[\|\|]| (|InAst|))) "\\spad{s case InAst} holds if \\spad{`s'} represents a in-iterator") (((|Boolean|) $ (|[\|\|]| (|WhileAst|))) "\\spad{s case WhileAst} holds if \\spad{`s'} represents a while-iterator") (((|Boolean|) $ (|[\|\|]| (|RepeatAst|))) "\\spad{s case RepeatAst} holds if \\spad{`s'} represents an repeat-loop.") (((|Boolean|) $ (|[\|\|]| (|IfAst|))) "\\spad{s case IfAst} holds if \\spad{`s'} represents an if-statement.") (((|Boolean|) $ (|[\|\|]| (|MappingAst|))) "\\spad{s case MappingAst} holds if \\spad{`s'} represents a mapping type.") (((|Boolean|) $ (|[\|\|]| (|AttributeAst|))) "\\spad{s case AttributeAst} holds if \\spad{`s'} represents an attribute.") (((|Boolean|) $ (|[\|\|]| (|SignatureAst|))) "\\spad{s case SignatureAst} holds if \\spad{`s'} represents a signature export.") (((|Boolean|) $ (|[\|\|]| (|CapsuleAst|))) "\\spad{s case CapsuleAst} holds if \\spad{`s'} represents a domain capsule.") (((|Boolean|) $ (|[\|\|]| (|JoinAst|))) "\\spad{s case JoinAst} holds is the syntax object \\spad{s} denotes the join of several categories.") (((|Boolean|) $ (|[\|\|]| (|CategoryAst|))) "\\spad{s case CategoryAst} holds if \\spad{`s'} represents an unnamed category.") (((|Boolean|) $ (|[\|\|]| (|WhereAst|))) "\\spad{s case WhereAst} holds if \\spad{`s'} represents an expression with local definitions.") (((|Boolean|) $ (|[\|\|]| (|MacroAst|))) "\\spad{s case MacroAst} holds if \\spad{`s'} represents a macro definition.") (((|Boolean|) $ (|[\|\|]| (|DefinitionAst|))) "\\spad{s case DefinitionAst} holds if \\spad{`s'} represents a definition.") (((|Boolean|) $ (|[\|\|]| (|ImportAst|))) "\\spad{s case ImportAst} holds if \\spad{`s'} represents an `import' statement.")))
NIL
NIL
-(-1157)
+(-1159)
((|constructor| (NIL "SpecialOutputPackage allows FORTRAN,{} Tex and \\indented{2}{Script Formula Formatter output from programs.}")) (|outputAsTex| (((|Void|) (|List| (|OutputForm|))) "\\spad{outputAsTex(l)} sends (for each expression in the list \\spad{l}) output in Tex format to the destination as defined by \\spadsyscom{set output tex}.") (((|Void|) (|OutputForm|)) "\\spad{outputAsTex(o)} sends output \\spad{o} in Tex format to the destination defined by \\spadsyscom{set output tex}.")) (|outputAsScript| (((|Void|) (|List| (|OutputForm|))) "\\spad{outputAsScript(l)} sends (for each expression in the list \\spad{l}) output in Script Formula Formatter format to the destination defined. by \\spadsyscom{set output forumula}.") (((|Void|) (|OutputForm|)) "\\spad{outputAsScript(o)} sends output \\spad{o} in Script Formula Formatter format to the destination defined by \\spadsyscom{set output formula}.")) (|outputAsFortran| (((|Void|) (|List| (|OutputForm|))) "\\spad{outputAsFortran(l)} sends (for each expression in the list \\spad{l}) output in FORTRAN format to the destination defined by \\spadsyscom{set output fortran}.") (((|Void|) (|OutputForm|)) "\\spad{outputAsFortran(o)} sends output \\spad{o} in FORTRAN format.") (((|Void|) (|String|) (|OutputForm|)) "\\spad{outputAsFortran(v,o)} sends output \\spad{v} = \\spad{o} in FORTRAN format to the destination defined by \\spadsyscom{set output fortran}.")))
NIL
NIL
-(-1158)
+(-1160)
((|constructor| (NIL "Category for the other special functions.")) (|airyBi| (($ $) "\\spad{airyBi(x)} is the Airy function \\spad{Bi(x)}.")) (|airyAi| (($ $) "\\spad{airyAi(x)} is the Airy function \\spad{Ai(x)}.")) (|besselK| (($ $ $) "\\spad{besselK(v,z)} is the modified Bessel function of the second kind.")) (|besselI| (($ $ $) "\\spad{besselI(v,z)} is the modified Bessel function of the first kind.")) (|besselY| (($ $ $) "\\spad{besselY(v,z)} is the Bessel function of the second kind.")) (|besselJ| (($ $ $) "\\spad{besselJ(v,z)} is the Bessel function of the first kind.")) (|polygamma| (($ $ $) "\\spad{polygamma(k,x)} is the \\spad{k-th} derivative of \\spad{digamma(x)},{} (often written \\spad{psi(k,x)} in the literature).")) (|digamma| (($ $) "\\spad{digamma(x)} is the logarithmic derivative of \\spad{Gamma(x)} (often written \\spad{psi(x)} in the literature).")) (|Beta| (($ $ $) "\\spad{Beta(x,y)} is \\spad{Gamma(x) * Gamma(y)/Gamma(x+y)}.")) (|Gamma| (($ $ $) "\\spad{Gamma(a,x)} is the incomplete Gamma function.") (($ $) "\\spad{Gamma(x)} is the Euler Gamma function.")) (|abs| (($ $) "\\spad{abs(x)} returns the absolute value of \\spad{x}.")))
NIL
NIL
-(-1159 V C)
+(-1161 V C)
((|constructor| (NIL "This domain exports a modest implementation for the vertices of splitting trees. These vertices are called here splitting nodes. Every of these nodes store 3 informations. The first one is its value,{} that is the current expression to evaluate. The second one is its condition,{} that is the hypothesis under which the value has to be evaluated. The last one is its status,{} that is a boolean flag which is \\spad{true} iff the value is the result of its evaluation under its condition. Two splitting vertices are equal iff they have the sane values and the same conditions (so their status do not matter).")) (|subNode?| (((|Boolean|) $ $ (|Mapping| (|Boolean|) |#2| |#2|)) "\\axiom{subNode?(\\spad{n1},{}\\spad{n2},{}o2)} returns \\spad{true} iff \\axiom{value(\\spad{n1}) = value(\\spad{n2})} and \\axiom{o2(condition(\\spad{n1}),{}condition(\\spad{n2}))}")) (|infLex?| (((|Boolean|) $ $ (|Mapping| (|Boolean|) |#1| |#1|) (|Mapping| (|Boolean|) |#2| |#2|)) "\\axiom{infLex?(\\spad{n1},{}\\spad{n2},{}o1,{}o2)} returns \\spad{true} iff \\axiom{o1(value(\\spad{n1}),{}value(\\spad{n2}))} or \\axiom{value(\\spad{n1}) = value(\\spad{n2})} and \\axiom{o2(condition(\\spad{n1}),{}condition(\\spad{n2}))}.")) (|setEmpty!| (($ $) "\\axiom{setEmpty!(\\spad{n})} replaces \\spad{n} by \\axiom{empty()\\$\\%}.")) (|setStatus!| (($ $ (|Boolean|)) "\\axiom{setStatus!(\\spad{n},{}\\spad{b})} returns \\spad{n} whose status has been replaced by \\spad{b} if it is not empty,{} else an error is produced.")) (|setCondition!| (($ $ |#2|) "\\axiom{setCondition!(\\spad{n},{}\\spad{t})} returns \\spad{n} whose condition has been replaced by \\spad{t} if it is not empty,{} else an error is produced.")) (|setValue!| (($ $ |#1|) "\\axiom{setValue!(\\spad{n},{}\\spad{v})} returns \\spad{n} whose value has been replaced by \\spad{v} if it is not empty,{} else an error is produced.")) (|copy| (($ $) "\\axiom{copy(\\spad{n})} returns a copy of \\spad{n}.")) (|construct| (((|List| $) |#1| (|List| |#2|)) "\\axiom{construct(\\spad{v},{}\\spad{lt})} returns the same as \\axiom{[construct(\\spad{v},{}\\spad{t}) for \\spad{t} in \\spad{lt}]}") (((|List| $) (|List| (|Record| (|:| |val| |#1|) (|:| |tower| |#2|)))) "\\axiom{construct(\\spad{lvt})} returns the same as \\axiom{[construct(\\spad{vt}.val,{}\\spad{vt}.tower) for \\spad{vt} in \\spad{lvt}]}") (($ (|Record| (|:| |val| |#1|) (|:| |tower| |#2|))) "\\axiom{construct(\\spad{vt})} returns the same as \\axiom{construct(\\spad{vt}.val,{}\\spad{vt}.tower)}") (($ |#1| |#2|) "\\axiom{construct(\\spad{v},{}\\spad{t})} returns the same as \\axiom{construct(\\spad{v},{}\\spad{t},{}\\spad{false})}") (($ |#1| |#2| (|Boolean|)) "\\axiom{construct(\\spad{v},{}\\spad{t},{}\\spad{b})} returns the non-empty node with value \\spad{v},{} condition \\spad{t} and flag \\spad{b}")) (|status| (((|Boolean|) $) "\\axiom{status(\\spad{n})} returns the status of the node \\spad{n}.")) (|condition| ((|#2| $) "\\axiom{condition(\\spad{n})} returns the condition of the node \\spad{n}.")) (|value| ((|#1| $) "\\axiom{value(\\spad{n})} returns the value of the node \\spad{n}.")) (|empty?| (((|Boolean|) $) "\\axiom{empty?(\\spad{n})} returns \\spad{true} iff the node \\spad{n} is \\axiom{empty()\\$\\%}.")) (|empty| (($) "\\axiom{empty()} returns the same as \\axiom{[empty()\\$\\spad{V},{}empty()\\$\\spad{C},{}\\spad{false}]\\$\\%}")))
NIL
NIL
-(-1160 V C)
+(-1162 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.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| (-1159 |#1| |#2|) (LIST (QUOTE -319) (LIST (QUOTE -1159) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1159 |#1| |#2|) (QUOTE (-1119)))) (|HasCategory| (-1159 |#1| |#2|) (QUOTE (-1119))) (-2755 (|HasCategory| (-1159 |#1| |#2|) (QUOTE (-102))) (|HasCategory| (-1159 |#1| |#2|) (QUOTE (-1119)))) (-2755 (|HasCategory| (-1159 |#1| |#2|) (LIST (QUOTE -625) (QUOTE (-874)))) (-12 (|HasCategory| (-1159 |#1| |#2|) (LIST (QUOTE -319) (LIST (QUOTE -1159) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1159 |#1| |#2|) (QUOTE (-1119))))) (|HasCategory| (-1159 |#1| |#2|) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-1159 |#1| |#2|) (QUOTE (-102))))
-(-1161 |ndim| R)
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| (-1161 |#1| |#2|) (LIST (QUOTE -319) (LIST (QUOTE -1161) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1161 |#1| |#2|) (QUOTE (-1121)))) (|HasCategory| (-1161 |#1| |#2|) (QUOTE (-1121))) (-3795 (|HasCategory| (-1161 |#1| |#2|) (QUOTE (-102))) (|HasCategory| (-1161 |#1| |#2|) (QUOTE (-1121)))) (-3795 (|HasCategory| (-1161 |#1| |#2|) (LIST (QUOTE -625) (QUOTE (-876)))) (-12 (|HasCategory| (-1161 |#1| |#2|) (LIST (QUOTE -319) (LIST (QUOTE -1161) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1161 |#1| |#2|) (QUOTE (-1121))))) (|HasCategory| (-1161 |#1| |#2|) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-1161 |#1| |#2|) (QUOTE (-102))))
+(-1163 |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}.")))
-((-4459 . T) (-4451 |has| |#2| (-6 (-4464 "*"))) (-4462 . T) (-4456 . T) (-4457 . T))
-((|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-237))) (|HasAttribute| |#2| (QUOTE (-4464 "*"))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (QUOTE (-317))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-374))) (-2755 (|HasAttribute| |#2| (QUOTE (-4464 "*"))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-238)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-174))))
-(-1162 S)
+((-4461 . T) (-4453 |has| |#2| (-6 (-4466 "*"))) (-4464 . T) (-4458 . T) (-4459 . T))
+((|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (QUOTE (-237))) (|HasAttribute| |#2| (QUOTE (-4466 "*"))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (-12 (|HasCategory| |#2| (QUOTE (-238))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (QUOTE (-317))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-374))) (-3795 (|HasAttribute| |#2| (QUOTE (-4466 "*"))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-238)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-174))))
+(-1164 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
-(-1163)
+(-1165)
((|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.")))
-((-4463 . T) (-4462 . T))
+((-4465 . T) (-4464 . T))
NIL
-(-1164 R E V P TS)
+(-1166 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.}")))
NIL
NIL
-(-1165 R E V P)
+(-1167 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.")))
-((-4463 . T) (-4462 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1119))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#4| (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#4| (QUOTE (-102))))
-(-1166 S)
+((-4465 . T) (-4464 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1121))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#4| (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#4| (QUOTE (-102))))
+(-1168 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}.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
-(-1167 A S)
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
+(-1169 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
NIL
-(-1168 S)
+(-1170 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
NIL
-(-1169 |Key| |Ent| |dent|)
+(-1171 |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.")))
-((-4463 . T))
-((-12 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -4298) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -4437) (|devaluate| |#2|)))))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-862))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))))
-(-1170)
+((-4465 . T))
+((-12 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2240) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2904) (|devaluate| |#2|)))))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-862))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))))
+(-1172)
((|constructor| (NIL "This domain represents an arithmetic progression iterator syntax.")) (|step| (((|SpadAst|) $) "\\spad{step(i)} returns the Spad AST denoting the step of the arithmetic progression represented by the iterator \\spad{i}.")) (|upperBound| (((|Maybe| (|SpadAst|)) $) "If the set of values assumed by the iteration variable is bounded from above,{} \\spad{upperBound(i)} returns the upper bound. Otherwise,{} its returns \\spad{nothing}.")) (|lowerBound| (((|SpadAst|) $) "\\spad{lowerBound(i)} returns the lower bound on the values assumed by the iteration variable.")) (|iterationVar| (((|Identifier|) $) "\\spad{iterationVar(i)} returns the name of the iterating variable of the arithmetic progression iterator \\spad{i}.")))
NIL
NIL
-(-1171)
+(-1173)
((|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
NIL
-(-1172 |Coef|)
+(-1174 |Coef|)
((|constructor| (NIL "This package computes infinite products of Taylor series over an integral domain of characteristic 0. Here Taylor series are represented by streams of Taylor coefficients.")) (|generalInfiniteProduct| (((|Stream| |#1|) (|Stream| |#1|) (|Integer|) (|Integer|)) "\\spad{generalInfiniteProduct(f(x),a,d)} computes \\spad{product(n=a,a+d,a+2*d,...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|oddInfiniteProduct| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{oddInfiniteProduct(f(x))} computes \\spad{product(n=1,3,5...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|evenInfiniteProduct| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{evenInfiniteProduct(f(x))} computes \\spad{product(n=2,4,6...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|infiniteProduct| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{infiniteProduct(f(x))} computes \\spad{product(n=1,2,3...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")))
NIL
NIL
-(-1173 S)
+(-1175 S)
((|constructor| (NIL "Functions defined on streams with entries in one set.")) (|concat| (((|Stream| |#1|) (|Stream| (|Stream| |#1|))) "\\spad{concat(u)} returns the left-to-right concatentation of the streams in \\spad{u}. Note: \\spad{concat(u) = reduce(concat,u)}.")))
NIL
NIL
-(-1174 A B)
+(-1176 A B)
((|constructor| (NIL "Functions defined on streams with entries in two sets.")) (|reduce| ((|#2| |#2| (|Mapping| |#2| |#1| |#2|) (|Stream| |#1|)) "\\spad{reduce(b,f,u)},{} where \\spad{u} is a finite stream \\spad{[x0,x1,...,xn]},{} returns the value \\spad{r(n)} computed as follows: \\spad{r0 = f(x0,b), r1 = f(x1,r0),..., r(n) = f(xn,r(n-1))}.")) (|scan| (((|Stream| |#2|) |#2| (|Mapping| |#2| |#1| |#2|) (|Stream| |#1|)) "\\spad{scan(b,h,[x0,x1,x2,...])} returns \\spad{[y0,y1,y2,...]},{} where \\spad{y0 = h(x0,b)},{} \\spad{y1 = h(x1,y0)},{}\\spad{...} \\spad{yn = h(xn,y(n-1))}.")) (|map| (((|Stream| |#2|) (|Mapping| |#2| |#1|) (|Stream| |#1|)) "\\spad{map(f,s)} returns a stream whose elements are the function \\spad{f} applied to the corresponding elements of \\spad{s}. Note: \\spad{map(f,[x0,x1,x2,...]) = [f(x0),f(x1),f(x2),..]}.")))
NIL
NIL
-(-1175 A B C)
+(-1177 A B C)
((|constructor| (NIL "Functions defined on streams with entries in three sets.")) (|map| (((|Stream| |#3|) (|Mapping| |#3| |#1| |#2|) (|Stream| |#1|) (|Stream| |#2|)) "\\spad{map(f,st1,st2)} returns the stream whose elements are the function \\spad{f} applied to the corresponding elements of \\spad{st1} and \\spad{st2}. Note: \\spad{map(f,[x0,x1,x2,..],[y0,y1,y2,..]) = [f(x0,y0),f(x1,y1),..]}.")))
NIL
NIL
-(-1176 S)
+(-1178 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.")))
-((-4463 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
-(-1177)
+((-4465 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
+(-1179)
((|string| (($ (|DoubleFloat|)) "\\spad{string f} returns the decimal representation of \\spad{f} in a string") (($ (|Integer|)) "\\spad{string i} returns the decimal representation of \\spad{i} in a string")))
-((-4463 . T) (-4462 . T))
-((-2755 (-12 (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145))))) (-12 (|HasCategory| (-145) (QUOTE (-1119))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145)))))) (-2755 (|HasCategory| (-145) (LIST (QUOTE -625) (QUOTE (-874)))) (-12 (|HasCategory| (-145) (QUOTE (-1119))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145)))))) (|HasCategory| (-145) (LIST (QUOTE -626) (QUOTE (-548)))) (-2755 (|HasCategory| (-145) (QUOTE (-102))) (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-145) (QUOTE (-1119)))) (-2755 (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-145) (QUOTE (-1119)))) (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-145) (QUOTE (-1119))) (|HasCategory| (-145) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-145) (QUOTE (-102))) (-12 (|HasCategory| (-145) (QUOTE (-1119))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145))))))
-(-1178 |Entry|)
+((-4465 . T) (-4464 . T))
+((-3795 (-12 (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145))))) (-12 (|HasCategory| (-145) (QUOTE (-1121))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145)))))) (-3795 (|HasCategory| (-145) (LIST (QUOTE -625) (QUOTE (-876)))) (-12 (|HasCategory| (-145) (QUOTE (-1121))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145)))))) (|HasCategory| (-145) (LIST (QUOTE -626) (QUOTE (-548)))) (-3795 (|HasCategory| (-145) (QUOTE (-102))) (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-145) (QUOTE (-1121)))) (-3795 (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-145) (QUOTE (-1121)))) (|HasCategory| (-145) (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| (-145) (QUOTE (-1121))) (|HasCategory| (-145) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-145) (QUOTE (-102))) (-12 (|HasCategory| (-145) (QUOTE (-1121))) (|HasCategory| (-145) (LIST (QUOTE -319) (QUOTE (-145))))))
+(-1180 |Entry|)
((|constructor| (NIL "This domain provides tables where the keys are strings. A specialized hash function for strings is used.")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -4298) (QUOTE (-1177))) (LIST (QUOTE |:|) (QUOTE -4437) (|devaluate| |#1|)))))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (QUOTE (-1119))) (|HasCategory| (-1177) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (-2755 (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-102)))) (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (QUOTE (-102))))
-(-1179 A)
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2240) (QUOTE (-1179))) (LIST (QUOTE |:|) (QUOTE -2904) (|devaluate| |#1|)))))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (QUOTE (-1121))) (|HasCategory| (-1179) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (-3795 (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-102)))) (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (QUOTE (-102))))
+(-1181 A)
((|constructor| (NIL "StreamTaylorSeriesOperations implements Taylor series arithmetic,{} where a Taylor series is represented by a stream of its coefficients.")) (|power| (((|Stream| |#1|) |#1| (|Stream| |#1|)) "\\spad{power(a,f)} returns the power series \\spad{f} raised to the power \\spad{a}.")) (|lazyGintegrate| (((|Stream| |#1|) (|Mapping| |#1| (|Integer|)) |#1| (|Mapping| (|Stream| |#1|))) "\\spad{lazyGintegrate(f,r,g)} is used for fixed point computations.")) (|mapdiv| (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{mapdiv([a0,a1,..],[b0,b1,..])} returns \\spad{[a0/b0,a1/b1,..]}.")) (|powern| (((|Stream| |#1|) (|Fraction| (|Integer|)) (|Stream| |#1|)) "\\spad{powern(r,f)} raises power series \\spad{f} to the power \\spad{r}.")) (|nlde| (((|Stream| |#1|) (|Stream| (|Stream| |#1|))) "\\spad{nlde(u)} solves a first order non-linear differential equation described by \\spad{u} of the form \\spad{[[b<0,0>,b<0,1>,...],[b<1,0>,b<1,1>,.],...]}. the differential equation has the form \\spad{y' = sum(i=0 to infinity,j=0 to infinity,b<i,j>*(x**i)*(y**j))}.")) (|lazyIntegrate| (((|Stream| |#1|) |#1| (|Mapping| (|Stream| |#1|))) "\\spad{lazyIntegrate(r,f)} is a local function used for fixed point computations.")) (|integrate| (((|Stream| |#1|) |#1| (|Stream| |#1|)) "\\spad{integrate(r,a)} returns the integral of the power series \\spad{a} with respect to the power series variableintegration where \\spad{r} denotes the constant of integration. Thus \\spad{integrate(a,[a0,a1,a2,...]) = [a,a0,a1/2,a2/3,...]}.")) (|invmultisect| (((|Stream| |#1|) (|Integer|) (|Integer|) (|Stream| |#1|)) "\\spad{invmultisect(a,b,st)} substitutes \\spad{x**((a+b)*n)} for \\spad{x**n} and multiplies by \\spad{x**b}.")) (|multisect| (((|Stream| |#1|) (|Integer|) (|Integer|) (|Stream| |#1|)) "\\spad{multisect(a,b,st)} selects the coefficients of \\spad{x**((a+b)*n+a)},{} and changes them to \\spad{x**n}.")) (|generalLambert| (((|Stream| |#1|) (|Stream| |#1|) (|Integer|) (|Integer|)) "\\spad{generalLambert(f(x),a,d)} returns \\spad{f(x**a) + f(x**(a + d)) + f(x**(a + 2 d)) + ...}. \\spad{f(x)} should have zero constant coefficient and \\spad{a} and \\spad{d} should be positive.")) (|evenlambert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{evenlambert(st)} computes \\spad{f(x**2) + f(x**4) + f(x**6) + ...} if \\spad{st} is a stream representing \\spad{f(x)}. This function is used for computing infinite products. If \\spad{f(x)} is a power series with constant coefficient 1,{} then \\spad{prod(f(x**(2*n)),n=1..infinity) = exp(evenlambert(log(f(x))))}.")) (|oddlambert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{oddlambert(st)} computes \\spad{f(x) + f(x**3) + f(x**5) + ...} if \\spad{st} is a stream representing \\spad{f(x)}. This function is used for computing infinite products. If \\spad{f}(\\spad{x}) is a power series with constant coefficient 1 then \\spad{prod(f(x**(2*n-1)),n=1..infinity) = exp(oddlambert(log(f(x))))}.")) (|lambert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{lambert(st)} computes \\spad{f(x) + f(x**2) + f(x**3) + ...} if \\spad{st} is a stream representing \\spad{f(x)}. This function is used for computing infinite products. If \\spad{f(x)} is a power series with constant coefficient 1 then \\spad{prod(f(x**n),n = 1..infinity) = exp(lambert(log(f(x))))}.")) (|addiag| (((|Stream| |#1|) (|Stream| (|Stream| |#1|))) "\\spad{addiag(x)} performs diagonal addition of a stream of streams. if \\spad{x} = \\spad{[[a<0,0>,a<0,1>,..],[a<1,0>,a<1,1>,..],[a<2,0>,a<2,1>,..],..]} and \\spad{addiag(x) = [b<0,b<1>,...], then b<k> = sum(i+j=k,a<i,j>)}.")) (|revert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{revert(a)} computes the inverse of a power series \\spad{a} with respect to composition. the series should have constant coefficient 0 and first order coefficient should be invertible.")) (|lagrange| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{lagrange(g)} produces the power series for \\spad{f} where \\spad{f} is implicitly defined as \\spad{f(z) = z*g(f(z))}.")) (|compose| (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{compose(a,b)} composes the power series \\spad{a} with the power series \\spad{b}.")) (|eval| (((|Stream| |#1|) (|Stream| |#1|) |#1|) "\\spad{eval(a,r)} returns a stream of partial sums of the power series \\spad{a} evaluated at the power series variable equal to \\spad{r}.")) (|coerce| (((|Stream| |#1|) |#1|) "\\spad{coerce(r)} converts a ring element \\spad{r} to a stream with one element.")) (|gderiv| (((|Stream| |#1|) (|Mapping| |#1| (|Integer|)) (|Stream| |#1|)) "\\spad{gderiv(f,[a0,a1,a2,..])} returns \\spad{[f(0)*a0,f(1)*a1,f(2)*a2,..]}.")) (|deriv| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{deriv(a)} returns the derivative of the power series with respect to the power series variable. Thus \\spad{deriv([a0,a1,a2,...])} returns \\spad{[a1,2 a2,3 a3,...]}.")) (|mapmult| (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{mapmult([a0,a1,..],[b0,b1,..])} returns \\spad{[a0*b0,a1*b1,..]}.")) (|int| (((|Stream| |#1|) |#1|) "\\spad{int(r)} returns [\\spad{r},{}\\spad{r+1},{}\\spad{r+2},{}...],{} where \\spad{r} is a ring element.")) (|oddintegers| (((|Stream| (|Integer|)) (|Integer|)) "\\spad{oddintegers(n)} returns \\spad{[n,n+2,n+4,...]}.")) (|integers| (((|Stream| (|Integer|)) (|Integer|)) "\\spad{integers(n)} returns \\spad{[n,n+1,n+2,...]}.")) (|monom| (((|Stream| |#1|) |#1| (|Integer|)) "\\spad{monom(deg,coef)} is a monomial of degree \\spad{deg} with coefficient \\spad{coef}.")) (|recip| (((|Union| (|Stream| |#1|) "failed") (|Stream| |#1|)) "\\spad{recip(a)} returns the power series reciprocal of \\spad{a},{} or \"failed\" if not possible.")) (/ (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a / b} returns the power series quotient of \\spad{a} by \\spad{b}. An error message is returned if \\spad{b} is not invertible. This function is used in fixed point computations.")) (|exquo| (((|Union| (|Stream| |#1|) "failed") (|Stream| |#1|) (|Stream| |#1|)) "\\spad{exquo(a,b)} returns the power series quotient of \\spad{a} by \\spad{b},{} if the quotient exists,{} and \"failed\" otherwise")) (* (((|Stream| |#1|) (|Stream| |#1|) |#1|) "\\spad{a * r} returns the power series scalar multiplication of \\spad{a} by \\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,ai * bk)}.")) (- (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{- a} returns the power series negative of \\spad{a}: \\spad{- [a0,a1,...] = [- a0,- a1,...]}") (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a - b} returns the power series difference of \\spad{a} and \\spad{b}: \\spad{[a0,a1,..] - [b0,b1,..] = [a0 - b0,a1 - b1,..]}")) (+ (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a + b} returns the power series sum of \\spad{a} and \\spad{b}: \\spad{[a0,a1,..] + [b0,b1,..] = [a0 + b0,a1 + b1,..]}")))
NIL
((|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))))
-(-1180 |Coef|)
+(-1182 |Coef|)
((|constructor| (NIL "StreamTranscendentalFunctionsNonCommutative implements transcendental functions on Taylor series over a non-commutative ring,{} where a Taylor series is represented by a stream of its coefficients.")) (|acsch| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acsch(st)} computes the inverse hyperbolic cosecant of a power series \\spad{st}.")) (|asech| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{asech(st)} computes the inverse hyperbolic secant of a power series \\spad{st}.")) (|acoth| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acoth(st)} computes the inverse hyperbolic cotangent of a power series \\spad{st}.")) (|atanh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{atanh(st)} computes the inverse hyperbolic tangent of a power series \\spad{st}.")) (|acosh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acosh(st)} computes the inverse hyperbolic cosine of a power series \\spad{st}.")) (|asinh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{asinh(st)} computes the inverse hyperbolic sine of a power series \\spad{st}.")) (|csch| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{csch(st)} computes the hyperbolic cosecant of a power series \\spad{st}.")) (|sech| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{sech(st)} computes the hyperbolic secant of a power series \\spad{st}.")) (|coth| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{coth(st)} computes the hyperbolic cotangent of a power series \\spad{st}.")) (|tanh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{tanh(st)} computes the hyperbolic tangent of a power series \\spad{st}.")) (|cosh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{cosh(st)} computes the hyperbolic cosine of a power series \\spad{st}.")) (|sinh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{sinh(st)} computes the hyperbolic sine of a power series \\spad{st}.")) (|acsc| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acsc(st)} computes arccosecant of a power series \\spad{st}.")) (|asec| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{asec(st)} computes arcsecant of a power series \\spad{st}.")) (|acot| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acot(st)} computes arccotangent of a power series \\spad{st}.")) (|atan| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{atan(st)} computes arctangent of a power series \\spad{st}.")) (|acos| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acos(st)} computes arccosine of a power series \\spad{st}.")) (|asin| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{asin(st)} computes arcsine of a power series \\spad{st}.")) (|csc| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{csc(st)} computes cosecant of a power series \\spad{st}.")) (|sec| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{sec(st)} computes secant of a power series \\spad{st}.")) (|cot| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{cot(st)} computes cotangent of a power series \\spad{st}.")) (|tan| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{tan(st)} computes tangent of a power series \\spad{st}.")) (|cos| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{cos(st)} computes cosine of a power series \\spad{st}.")) (|sin| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{sin(st)} computes sine of a power series \\spad{st}.")) (** (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{st1 ** st2} computes the power of a power series \\spad{st1} by another power series \\spad{st2}.")) (|log| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{log(st)} computes the log of a power series.")) (|exp| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{exp(st)} computes the exponential of a power series \\spad{st}.")))
NIL
NIL
-(-1181 |Coef|)
+(-1183 |Coef|)
((|constructor| (NIL "StreamTranscendentalFunctions implements transcendental functions on Taylor series,{} where a Taylor series is represented by a stream of its coefficients.")) (|acsch| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acsch(st)} computes the inverse hyperbolic cosecant of a power series \\spad{st}.")) (|asech| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{asech(st)} computes the inverse hyperbolic secant of a power series \\spad{st}.")) (|acoth| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acoth(st)} computes the inverse hyperbolic cotangent of a power series \\spad{st}.")) (|atanh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{atanh(st)} computes the inverse hyperbolic tangent of a power series \\spad{st}.")) (|acosh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acosh(st)} computes the inverse hyperbolic cosine of a power series \\spad{st}.")) (|asinh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{asinh(st)} computes the inverse hyperbolic sine of a power series \\spad{st}.")) (|csch| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{csch(st)} computes the hyperbolic cosecant of a power series \\spad{st}.")) (|sech| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{sech(st)} computes the hyperbolic secant of a power series \\spad{st}.")) (|coth| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{coth(st)} computes the hyperbolic cotangent of a power series \\spad{st}.")) (|tanh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{tanh(st)} computes the hyperbolic tangent of a power series \\spad{st}.")) (|cosh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{cosh(st)} computes the hyperbolic cosine of a power series \\spad{st}.")) (|sinh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{sinh(st)} computes the hyperbolic sine of a power series \\spad{st}.")) (|sinhcosh| (((|Record| (|:| |sinh| (|Stream| |#1|)) (|:| |cosh| (|Stream| |#1|))) (|Stream| |#1|)) "\\spad{sinhcosh(st)} returns a record containing the hyperbolic sine and cosine of a power series \\spad{st}.")) (|acsc| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acsc(st)} computes arccosecant of a power series \\spad{st}.")) (|asec| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{asec(st)} computes arcsecant of a power series \\spad{st}.")) (|acot| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acot(st)} computes arccotangent of a power series \\spad{st}.")) (|atan| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{atan(st)} computes arctangent of a power series \\spad{st}.")) (|acos| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acos(st)} computes arccosine of a power series \\spad{st}.")) (|asin| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{asin(st)} computes arcsine of a power series \\spad{st}.")) (|csc| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{csc(st)} computes cosecant of a power series \\spad{st}.")) (|sec| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{sec(st)} computes secant of a power series \\spad{st}.")) (|cot| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{cot(st)} computes cotangent of a power series \\spad{st}.")) (|tan| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{tan(st)} computes tangent of a power series \\spad{st}.")) (|cos| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{cos(st)} computes cosine of a power series \\spad{st}.")) (|sin| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{sin(st)} computes sine of a power series \\spad{st}.")) (|sincos| (((|Record| (|:| |sin| (|Stream| |#1|)) (|:| |cos| (|Stream| |#1|))) (|Stream| |#1|)) "\\spad{sincos(st)} returns a record containing the sine and cosine of a power series \\spad{st}.")) (** (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{st1 ** st2} computes the power of a power series \\spad{st1} by another power series \\spad{st2}.")) (|log| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{log(st)} computes the log of a power series.")) (|exp| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{exp(st)} computes the exponential of a power series \\spad{st}.")))
NIL
NIL
-(-1182 R UP)
+(-1184 R UP)
((|constructor| (NIL "This package computes the subresultants of two polynomials which is needed for the `Lazard Rioboo' enhancement to Tragers integrations formula For efficiency reasons this has been rewritten to call Lionel Ducos package which is currently the best one. \\blankline")) (|primitivePart| ((|#2| |#2| |#1|) "\\spad{primitivePart(p, q)} reduces the coefficient of \\spad{p} modulo \\spad{q},{} takes the primitive part of the result,{} and ensures that the leading coefficient of that result is monic.")) (|subresultantVector| (((|PrimitiveArray| |#2|) |#2| |#2|) "\\spad{subresultantVector(p, q)} returns \\spad{[p0,...,pn]} where \\spad{pi} is the \\spad{i}-th subresultant of \\spad{p} and \\spad{q}. In particular,{} \\spad{p0 = resultant(p, q)}.")))
NIL
((|HasCategory| |#1| (QUOTE (-317))))
-(-1183 |n| R)
+(-1185 |n| R)
((|constructor| (NIL "This domain \\undocumented")) (|pointData| (((|List| (|Point| |#2|)) $) "\\spad{pointData(s)} returns the list of points from the point data field of the 3 dimensional subspace \\spad{s}.")) (|parent| (($ $) "\\spad{parent(s)} returns the subspace which is the parent of the indicated 3 dimensional subspace \\spad{s}. If \\spad{s} is the top level subspace an error message is returned.")) (|level| (((|NonNegativeInteger|) $) "\\spad{level(s)} returns a non negative integer which is the current level field of the indicated 3 dimensional subspace \\spad{s}.")) (|extractProperty| (((|SubSpaceComponentProperty|) $) "\\spad{extractProperty(s)} returns the property of domain \\spadtype{SubSpaceComponentProperty} of the indicated 3 dimensional subspace \\spad{s}.")) (|extractClosed| (((|Boolean|) $) "\\spad{extractClosed(s)} returns the \\spadtype{Boolean} value of the closed property for the indicated 3 dimensional subspace \\spad{s}. If the property is closed,{} \\spad{True} is returned,{} otherwise \\spad{False} is returned.")) (|extractIndex| (((|NonNegativeInteger|) $) "\\spad{extractIndex(s)} returns a non negative integer which is the current index of the 3 dimensional subspace \\spad{s}.")) (|extractPoint| (((|Point| |#2|) $) "\\spad{extractPoint(s)} returns the point which is given by the current index location into the point data field of the 3 dimensional subspace \\spad{s}.")) (|traverse| (($ $ (|List| (|NonNegativeInteger|))) "\\spad{traverse(s,li)} follows the branch list of the 3 dimensional subspace,{} \\spad{s},{} along the path dictated by the list of non negative integers,{} \\spad{li},{} which points to the component which has been traversed to. The subspace,{} \\spad{s},{} is returned,{} where \\spad{s} is now the subspace pointed to by \\spad{li}.")) (|defineProperty| (($ $ (|List| (|NonNegativeInteger|)) (|SubSpaceComponentProperty|)) "\\spad{defineProperty(s,li,p)} defines the component property in the 3 dimensional subspace,{} \\spad{s},{} to be that of \\spad{p},{} where \\spad{p} is of the domain \\spadtype{SubSpaceComponentProperty}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component whose property is being defined. The subspace,{} \\spad{s},{} is returned with the component property definition.")) (|closeComponent| (($ $ (|List| (|NonNegativeInteger|)) (|Boolean|)) "\\spad{closeComponent(s,li,b)} sets the property of the component in the 3 dimensional subspace,{} \\spad{s},{} to be closed if \\spad{b} is \\spad{true},{} or open if \\spad{b} is \\spad{false}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component whose closed property is to be set. The subspace,{} \\spad{s},{} is returned with the component property modification.")) (|modifyPoint| (($ $ (|NonNegativeInteger|) (|Point| |#2|)) "\\spad{modifyPoint(s,ind,p)} modifies the point referenced by the index location,{} \\spad{ind},{} by replacing it with the point,{} \\spad{p} in the 3 dimensional subspace,{} \\spad{s}. An error message occurs if \\spad{s} is empty,{} otherwise the subspace \\spad{s} is returned with the point modification.") (($ $ (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{modifyPoint(s,li,i)} replaces an existing point in the 3 dimensional subspace,{} \\spad{s},{} with the 4 dimensional point indicated by the index location,{} \\spad{i}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component in which the existing point is to be modified. An error message occurs if \\spad{s} is empty,{} otherwise the subspace \\spad{s} is returned with the point modification.") (($ $ (|List| (|NonNegativeInteger|)) (|Point| |#2|)) "\\spad{modifyPoint(s,li,p)} replaces an existing point in the 3 dimensional subspace,{} \\spad{s},{} with the 4 dimensional point,{} \\spad{p}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component in which the existing point is to be modified. An error message occurs if \\spad{s} is empty,{} otherwise the subspace \\spad{s} is returned with the point modification.")) (|addPointLast| (($ $ $ (|Point| |#2|) (|NonNegativeInteger|)) "\\spad{addPointLast(s,s2,li,p)} adds the 4 dimensional point,{} \\spad{p},{} to the 3 dimensional subspace,{} \\spad{s}. \\spad{s2} point to the end of the subspace \\spad{s}. \\spad{n} is the path in the \\spad{s2} component. The subspace \\spad{s} is returned with the additional point.")) (|addPoint2| (($ $ (|Point| |#2|)) "\\spad{addPoint2(s,p)} adds the 4 dimensional point,{} \\spad{p},{} to the 3 dimensional subspace,{} \\spad{s}. The subspace \\spad{s} is returned with the additional point.")) (|addPoint| (((|NonNegativeInteger|) $ (|Point| |#2|)) "\\spad{addPoint(s,p)} adds the point,{} \\spad{p},{} to the 3 dimensional subspace,{} \\spad{s},{} and returns the new total number of points in \\spad{s}.") (($ $ (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{addPoint(s,li,i)} adds the 4 dimensional point indicated by the index location,{} \\spad{i},{} to the 3 dimensional subspace,{} \\spad{s}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component in which the point is to be added. It\\spad{'s} length should range from 0 to \\spad{n - 1} where \\spad{n} is the dimension of the subspace. If the length is \\spad{n - 1},{} then a specific lowest level component is being referenced. If it is less than \\spad{n - 1},{} then some higher level component (0 indicates top level component) is being referenced and a component of that level with the desired point is created. The subspace \\spad{s} is returned with the additional point.") (($ $ (|List| (|NonNegativeInteger|)) (|Point| |#2|)) "\\spad{addPoint(s,li,p)} adds the 4 dimensional point,{} \\spad{p},{} to the 3 dimensional subspace,{} \\spad{s}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component in which the point is to be added. It\\spad{'s} length should range from 0 to \\spad{n - 1} where \\spad{n} is the dimension of the subspace. If the length is \\spad{n - 1},{} then a specific lowest level component is being referenced. If it is less than \\spad{n - 1},{} then some higher level component (0 indicates top level component) is being referenced and a component of that level with the desired point is created. The subspace \\spad{s} is returned with the additional point.")) (|separate| (((|List| $) $) "\\spad{separate(s)} makes each of the components of the \\spadtype{SubSpace},{} \\spad{s},{} into a list of separate and distinct subspaces and returns the list.")) (|merge| (($ (|List| $)) "\\spad{merge(ls)} a list of subspaces,{} \\spad{ls},{} into one subspace.") (($ $ $) "\\spad{merge(s1,s2)} the subspaces \\spad{s1} and \\spad{s2} into a single subspace.")) (|deepCopy| (($ $) "\\spad{deepCopy(x)} \\undocumented")) (|shallowCopy| (($ $) "\\spad{shallowCopy(x)} \\undocumented")) (|numberOfChildren| (((|NonNegativeInteger|) $) "\\spad{numberOfChildren(x)} \\undocumented")) (|children| (((|List| $) $) "\\spad{children(x)} \\undocumented")) (|child| (($ $ (|NonNegativeInteger|)) "\\spad{child(x,n)} \\undocumented")) (|birth| (($ $) "\\spad{birth(x)} \\undocumented")) (|subspace| (($) "\\spad{subspace()} \\undocumented")) (|new| (($) "\\spad{new()} \\undocumented")) (|internal?| (((|Boolean|) $) "\\spad{internal?(x)} \\undocumented")) (|root?| (((|Boolean|) $) "\\spad{root?(x)} \\undocumented")) (|leaf?| (((|Boolean|) $) "\\spad{leaf?(x)} \\undocumented")))
NIL
NIL
-(-1184 S1 S2)
+(-1186 S1 S2)
((|constructor| (NIL "This domain implements \"such that\" forms")) (|rhs| ((|#2| $) "\\spad{rhs(f)} returns the right side of \\spad{f}")) (|lhs| ((|#1| $) "\\spad{lhs(f)} returns the left side of \\spad{f}")) (|construct| (($ |#1| |#2|) "\\spad{construct(s,t)} makes a form \\spad{s:t}")))
NIL
NIL
-(-1185)
+(-1187)
((|constructor| (NIL "This domain represents the filter iterator syntax.")) (|predicate| (((|SpadAst|) $) "\\spad{predicate(e)} returns the syntax object for the predicate in the filter iterator syntax `e'.")))
NIL
NIL
-(-1186 |Coef| |var| |cen|)
+(-1188 |Coef| |var| |cen|)
((|constructor| (NIL "Sparse Laurent series in one variable \\indented{2}{\\spadtype{SparseUnivariateLaurentSeries} is a domain representing Laurent} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{SparseUnivariateLaurentSeries(Integer,x,3)} represents Laurent} \\indented{2}{series in \\spad{(x - 3)} with integer coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Laurent series.")))
-(((-4464 "*") -2755 (-2669 (|has| |#1| (-374)) (|has| (-1193 |#1| |#2| |#3|) (-832))) (|has| |#1| (-174)) (-2669 (|has| |#1| (-374)) (|has| (-1193 |#1| |#2| |#3|) (-926)))) (-4455 -2755 (-2669 (|has| |#1| (-374)) (|has| (-1193 |#1| |#2| |#3|) (-832))) (|has| |#1| (-568)) (-2669 (|has| |#1| (-374)) (|has| (-1193 |#1| |#2| |#3|) (-926)))) (-4460 |has| |#1| (-374)) (-4454 |has| |#1| (-374)) (-4456 . T) (-4457 . T) (-4459 . T))
-((-2755 (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-926))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-1041))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-1171))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -296) (LIST (QUOTE -1193) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1193) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -319) (LIST (QUOTE -1193) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -526) (QUOTE (-1195)) (LIST (QUOTE -1193) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -1057) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-2755 (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-146)))) (-2755 (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-148)))) (-2755 (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|)))))) (-2755 (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|)))))) (-2755 (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (-2755 (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (|HasCategory| (-576) (QUOTE (-1131))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-374))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-926))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -1057) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-1041))) (|HasCategory| |#1| (QUOTE (-374)))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-2755 (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-374))))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-1171))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -296) (LIST (QUOTE -1193) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1193) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -319) (LIST (QUOTE -1193) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -526) (QUOTE (-1195)) (LIST (QUOTE -1193) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -3567) (LIST (|devaluate| |#1|) (QUOTE (-1195)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-576))))) (-2755 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-976))) (|HasCategory| |#1| (QUOTE (-1221))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -2092) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1195))))) (|HasSignature| |#1| (LIST (QUOTE -1960) (LIST (LIST (QUOTE -656) (QUOTE (-1195))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-926))) (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-146))) (-2755 (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-926))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-568)))) (-2755 (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-2755 (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-926))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-174)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-926))) (|HasCategory| |#1| (QUOTE (-374)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-926))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1193 |#1| |#2| |#3|) (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-146)))))
-(-1187 R -1956)
+(((-4466 "*") -3795 (-2311 (|has| |#1| (-374)) (|has| (-1195 |#1| |#2| |#3|) (-832))) (|has| |#1| (-174)) (-2311 (|has| |#1| (-374)) (|has| (-1195 |#1| |#2| |#3|) (-928)))) (-4457 -3795 (-2311 (|has| |#1| (-374)) (|has| (-1195 |#1| |#2| |#3|) (-832))) (|has| |#1| (-568)) (-2311 (|has| |#1| (-374)) (|has| (-1195 |#1| |#2| |#3|) (-928)))) (-4462 |has| |#1| (-374)) (-4456 |has| |#1| (-374)) (-4458 . T) (-4459 . T) (-4461 . T))
+((-3795 (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-928))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-1043))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-1173))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -296) (LIST (QUOTE -1195) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1195) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -319) (LIST (QUOTE -1195) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -526) (QUOTE (-1197)) (LIST (QUOTE -1195) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -1059) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-3795 (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-146)))) (-3795 (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-148)))) (-3795 (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|)))))) (-3795 (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|)))))) (-3795 (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (-3795 (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (|HasCategory| (-576) (QUOTE (-1133))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-374))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-928))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -1059) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-1043))) (|HasCategory| |#1| (QUOTE (-374)))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-3795 (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-374))))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-1173))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -296) (LIST (QUOTE -1195) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1195) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -319) (LIST (QUOTE -1195) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -526) (QUOTE (-1197)) (LIST (QUOTE -1195) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -4114) (LIST (|devaluate| |#1|) (QUOTE (-1197)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-576))))) (-3795 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-978))) (|HasCategory| |#1| (QUOTE (-1223))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -1488) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1197))))) (|HasSignature| |#1| (LIST (QUOTE -1583) (LIST (LIST (QUOTE -656) (QUOTE (-1197))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-928))) (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-146))) (-3795 (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-928))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-568)))) (-3795 (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-3795 (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-928))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-174)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-928))) (|HasCategory| |#1| (QUOTE (-374)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-928))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1195 |#1| |#2| |#3|) (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-146)))))
+(-1189 R -2117)
((|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
-(-1188 R)
+(-1190 R)
((|constructor| (NIL "Computes sums of rational functions.")) (|sum| (((|Union| (|Fraction| (|Polynomial| |#1|)) (|Expression| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|SegmentBinding| (|Fraction| (|Polynomial| |#1|)))) "\\spad{sum(f(n), n = a..b)} returns \\spad{f(a) + f(a+1) + ... f(b)}.") (((|Fraction| (|Polynomial| |#1|)) (|Polynomial| |#1|) (|SegmentBinding| (|Polynomial| |#1|))) "\\spad{sum(f(n), n = a..b)} returns \\spad{f(a) + f(a+1) + ... f(b)}.") (((|Union| (|Fraction| (|Polynomial| |#1|)) (|Expression| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{sum(a(n), n)} returns \\spad{A} which is the indefinite sum of \\spad{a} with respect to upward difference on \\spad{n},{} \\spadignore{i.e.} \\spad{A(n+1) - A(n) = a(n)}.") (((|Fraction| (|Polynomial| |#1|)) (|Polynomial| |#1|) (|Symbol|)) "\\spad{sum(a(n), n)} returns \\spad{A} which is the indefinite sum of \\spad{a} with respect to upward difference on \\spad{n},{} \\spadignore{i.e.} \\spad{A(n+1) - A(n) = a(n)}.")))
NIL
NIL
-(-1189 R S)
+(-1191 R S)
((|constructor| (NIL "This package lifts a mapping from coefficient rings \\spad{R} to \\spad{S} to a mapping from sparse univariate polynomial over \\spad{R} to a sparse univariate polynomial over \\spad{S}. Note that the mapping is assumed to send zero to zero,{} since it will only be applied to the non-zero coefficients of the polynomial.")) (|map| (((|SparseUnivariatePolynomial| |#2|) (|Mapping| |#2| |#1|) (|SparseUnivariatePolynomial| |#1|)) "\\spad{map(func, poly)} creates a new polynomial by applying \\spad{func} to every non-zero coefficient of the polynomial poly.")))
NIL
NIL
-(-1190 E OV R P)
+(-1192 E OV R P)
((|constructor| (NIL "\\indented{1}{SupFractionFactorize} contains the factor function for univariate polynomials over the quotient field of a ring \\spad{S} such that the package MultivariateFactorize works for \\spad{S}")) (|squareFree| (((|Factored| (|SparseUnivariatePolynomial| (|Fraction| |#4|))) (|SparseUnivariatePolynomial| (|Fraction| |#4|))) "\\spad{squareFree(p)} returns the square-free factorization of the univariate polynomial \\spad{p} with coefficients which are fractions of polynomials over \\spad{R}. Each factor has no repeated roots and the factors are pairwise relatively prime.")) (|factor| (((|Factored| (|SparseUnivariatePolynomial| (|Fraction| |#4|))) (|SparseUnivariatePolynomial| (|Fraction| |#4|))) "\\spad{factor(p)} factors the univariate polynomial \\spad{p} with coefficients which are fractions of polynomials over \\spad{R}.")))
NIL
NIL
-(-1191 R)
+(-1193 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.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4458 |has| |#1| (-374)) (-4460 |has| |#1| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-926))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-390))))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -899) (QUOTE (-576))))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390)))))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576)))))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-1171))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-238))) (|HasAttribute| |#1| (QUOTE -4460)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-146)))))
-(-1192 |Coef| |var| |cen|)
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4460 |has| |#1| (-374)) (-4462 |has| |#1| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-928))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-390))))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#1| (LIST (QUOTE -901) (QUOTE (-576))))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390)))))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576)))))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#1| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-1173))) (|HasCategory| |#1| (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-238))) (|HasAttribute| |#1| (QUOTE -4462)) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-146)))))
+(-1194 |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.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-374)) (-4454 |has| |#1| (-374)) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|)))) (|HasCategory| (-419 (-576)) (QUOTE (-1131))) (|HasCategory| |#1| (QUOTE (-374))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasSignature| |#1| (LIST (QUOTE -3567) (LIST (|devaluate| |#1|) (QUOTE (-1195)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (-2755 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-976))) (|HasCategory| |#1| (QUOTE (-1221))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -2092) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1195))))) (|HasSignature| |#1| (LIST (QUOTE -1960) (LIST (LIST (QUOTE -656) (QUOTE (-1195))) (|devaluate| |#1|)))))))
-(-1193 |Coef| |var| |cen|)
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-374)) (-4456 |has| |#1| (-374)) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|)))) (|HasCategory| (-419 (-576)) (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-374))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasSignature| |#1| (LIST (QUOTE -4114) (LIST (|devaluate| |#1|) (QUOTE (-1197)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (-3795 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-978))) (|HasCategory| |#1| (QUOTE (-1223))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -1488) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1197))))) (|HasSignature| |#1| (LIST (QUOTE -1583) (LIST (LIST (QUOTE -656) (QUOTE (-1197))) (|devaluate| |#1|)))))))
+(-1195 |Coef| |var| |cen|)
((|constructor| (NIL "Sparse Taylor series in one variable \\indented{2}{\\spadtype{SparseUnivariateTaylorSeries} is a domain representing Taylor} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spadtype{SparseUnivariateTaylorSeries}(Integer,{}\\spad{x},{}3) represents Taylor} \\indented{2}{series in \\spad{(x - 3)} with \\spadtype{Integer} coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x),x)} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|univariatePolynomial| (((|UnivariatePolynomial| |#2| |#1|) $ (|NonNegativeInteger|)) "\\spad{univariatePolynomial(f,k)} returns a univariate polynomial \\indented{1}{consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.}")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a \\indented{1}{Taylor series.}") (($ (|UnivariatePolynomial| |#2| |#1|)) "\\spad{coerce(p)} converts a univariate polynomial \\spad{p} in the variable \\spad{var} to a univariate Taylor series in \\spad{var}.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-783)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-783)) (|devaluate| |#1|)))) (|HasCategory| (-783) (QUOTE (-1131))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-783))))) (|HasSignature| |#1| (LIST (QUOTE -3567) (LIST (|devaluate| |#1|) (QUOTE (-1195)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-783))))) (|HasCategory| |#1| (QUOTE (-374))) (-2755 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-976))) (|HasCategory| |#1| (QUOTE (-1221))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -2092) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1195))))) (|HasSignature| |#1| (LIST (QUOTE -1960) (LIST (LIST (QUOTE -656) (QUOTE (-1195))) (|devaluate| |#1|)))))))
-(-1194)
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-783)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-783)) (|devaluate| |#1|)))) (|HasCategory| (-783) (QUOTE (-1133))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-783))))) (|HasSignature| |#1| (LIST (QUOTE -4114) (LIST (|devaluate| |#1|) (QUOTE (-1197)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-783))))) (|HasCategory| |#1| (QUOTE (-374))) (-3795 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-978))) (|HasCategory| |#1| (QUOTE (-1223))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -1488) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1197))))) (|HasSignature| |#1| (LIST (QUOTE -1583) (LIST (LIST (QUOTE -656) (QUOTE (-1197))) (|devaluate| |#1|)))))))
+(-1196)
((|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
NIL
-(-1195)
+(-1197)
((|constructor| (NIL "Basic and scripted symbols.")) (|sample| (($) "\\spad{sample()} returns a sample of \\%")) (|list| (((|List| $) $) "\\spad{list(sy)} takes a scripted symbol and produces a list of the name followed by the scripts.")) (|string| (((|String|) $) "\\spad{string(s)} converts the symbol \\spad{s} to a string. Error: if the symbol is subscripted.")) (|elt| (($ $ (|List| (|OutputForm|))) "\\spad{elt(s,[a1,...,an])} or \\spad{s}([a1,{}...,{}an]) returns \\spad{s} subscripted by \\spad{[a1,...,an]}.")) (|argscript| (($ $ (|List| (|OutputForm|))) "\\spad{argscript(s, [a1,...,an])} returns \\spad{s} arg-scripted by \\spad{[a1,...,an]}.")) (|superscript| (($ $ (|List| (|OutputForm|))) "\\spad{superscript(s, [a1,...,an])} returns \\spad{s} superscripted by \\spad{[a1,...,an]}.")) (|subscript| (($ $ (|List| (|OutputForm|))) "\\spad{subscript(s, [a1,...,an])} returns \\spad{s} subscripted by \\spad{[a1,...,an]}.")) (|script| (($ $ (|Record| (|:| |sub| (|List| (|OutputForm|))) (|:| |sup| (|List| (|OutputForm|))) (|:| |presup| (|List| (|OutputForm|))) (|:| |presub| (|List| (|OutputForm|))) (|:| |args| (|List| (|OutputForm|))))) "\\spad{script(s, [a,b,c,d,e])} returns \\spad{s} with subscripts a,{} superscripts \\spad{b},{} pre-superscripts \\spad{c},{} pre-subscripts \\spad{d},{} and argument-scripts \\spad{e}.") (($ $ (|List| (|List| (|OutputForm|)))) "\\spad{script(s, [a,b,c,d,e])} returns \\spad{s} with subscripts a,{} superscripts \\spad{b},{} pre-superscripts \\spad{c},{} pre-subscripts \\spad{d},{} and argument-scripts \\spad{e}. Omitted components are taken to be empty. For example,{} \\spad{script(s, [a,b,c])} is equivalent to \\spad{script(s,[a,b,c,[],[]])}.")) (|scripts| (((|Record| (|:| |sub| (|List| (|OutputForm|))) (|:| |sup| (|List| (|OutputForm|))) (|:| |presup| (|List| (|OutputForm|))) (|:| |presub| (|List| (|OutputForm|))) (|:| |args| (|List| (|OutputForm|)))) $) "\\spad{scripts(s)} returns all the scripts of \\spad{s}.")) (|scripted?| (((|Boolean|) $) "\\spad{scripted?(s)} is \\spad{true} if \\spad{s} has been given any scripts.")) (|name| (($ $) "\\spad{name(s)} returns \\spad{s} without its scripts.")) (|resetNew| (((|Void|)) "\\spad{resetNew()} resets the internals counters that new() and new(\\spad{s}) use to return distinct symbols every time.")) (|new| (($ $) "\\spad{new(s)} returns a new symbol whose name starts with \\%\\spad{s}.") (($) "\\spad{new()} returns a new symbol whose name starts with \\%.")))
NIL
NIL
-(-1196 R)
+(-1198 R)
((|constructor| (NIL "Computes all the symmetric functions in \\spad{n} variables.")) (|symFunc| (((|Vector| |#1|) |#1| (|PositiveInteger|)) "\\spad{symFunc(r, n)} returns the vector of the elementary symmetric functions in \\spad{[r,r,...,r]} \\spad{n} times.") (((|Vector| |#1|) (|List| |#1|)) "\\spad{symFunc([r1,...,rn])} returns the vector of the elementary symmetric functions in the \\spad{ri's}: \\spad{[r1 + ... + rn, r1 r2 + ... + r(n-1) rn, ..., r1 r2 ... rn]}.")))
NIL
NIL
-(-1197 R)
+(-1199 R)
((|constructor| (NIL "This domain implements symmetric polynomial")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-6 -4460)) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| (-990) (QUOTE (-132))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasAttribute| |#1| (QUOTE -4460)))
-(-1198)
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-6 -4462)) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-464))) (-12 (|HasCategory| (-992) (QUOTE (-132))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasAttribute| |#1| (QUOTE -4462)))
+(-1200)
((|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
NIL
-(-1199)
+(-1201)
((|constructor| (NIL "Create and manipulate a symbol table for generated FORTRAN code")) (|symbolTable| (($ (|List| (|Record| (|:| |key| (|Symbol|)) (|:| |entry| (|FortranType|))))) "\\spad{symbolTable(l)} creates a symbol table from the elements of \\spad{l}.")) (|printTypes| (((|Void|) $) "\\spad{printTypes(tab)} produces FORTRAN type declarations from \\spad{tab},{} on the current FORTRAN output stream")) (|newTypeLists| (((|SExpression|) $) "\\spad{newTypeLists(x)} \\undocumented")) (|typeLists| (((|List| (|List| (|Union| (|:| |name| (|Symbol|)) (|:| |bounds| (|List| (|Union| (|:| S (|Symbol|)) (|:| P (|Polynomial| (|Integer|))))))))) $) "\\spad{typeLists(tab)} returns a list of lists of types of objects in \\spad{tab}")) (|externalList| (((|List| (|Symbol|)) $) "\\spad{externalList(tab)} returns a list of all the external symbols in \\spad{tab}")) (|typeList| (((|List| (|Union| (|:| |name| (|Symbol|)) (|:| |bounds| (|List| (|Union| (|:| S (|Symbol|)) (|:| P (|Polynomial| (|Integer|)))))))) (|FortranScalarType|) $) "\\spad{typeList(t,tab)} returns a list of all the objects of type \\spad{t} in \\spad{tab}")) (|parametersOf| (((|List| (|Symbol|)) $) "\\spad{parametersOf(tab)} returns a list of all the symbols declared in \\spad{tab}")) (|fortranTypeOf| (((|FortranType|) (|Symbol|) $) "\\spad{fortranTypeOf(u,tab)} returns the type of \\spad{u} in \\spad{tab}")) (|declare!| (((|FortranType|) (|Symbol|) (|FortranType|) $) "\\spad{declare!(u,t,tab)} creates a new entry in \\spad{tab},{} declaring \\spad{u} to be of type \\spad{t}") (((|FortranType|) (|List| (|Symbol|)) (|FortranType|) $) "\\spad{declare!(l,t,tab)} creates new entrys in \\spad{tab},{} declaring each of \\spad{l} to be of type \\spad{t}")) (|empty| (($) "\\spad{empty()} returns a new,{} empty symbol table")) (|coerce| (((|Table| (|Symbol|) (|FortranType|)) $) "\\spad{coerce(x)} returns a table view of \\spad{x}")))
NIL
NIL
-(-1200)
+(-1202)
((|constructor| (NIL "\\indented{1}{This domain provides a simple domain,{} general enough for} \\indented{2}{building complete representation of Spad programs as objects} \\indented{2}{of a term algebra built from ground terms of type integers,{} foats,{}} \\indented{2}{identifiers,{} and strings.} \\indented{2}{This domain differs from InputForm in that it represents} \\indented{2}{any entity in a Spad program,{} not just expressions.\\space{2}Furthermore,{}} \\indented{2}{while InputForm may contain atoms like vectors and other Lisp} \\indented{2}{objects,{} the Syntax domain is supposed to contain only that} \\indented{2}{initial algebra build from the primitives listed above.} Related Constructors: \\indented{2}{Integer,{} DoubleFloat,{} Identifier,{} String,{} SExpression.} See Also: SExpression,{} InputForm. The equality supported by this domain is structural.")) (|case| (((|Boolean|) $ (|[\|\|]| (|String|))) "\\spad{x case String} is \\spad{true} if \\spad{`x'} really is a String") (((|Boolean|) $ (|[\|\|]| (|Identifier|))) "\\spad{x case Identifier} is \\spad{true} if \\spad{`x'} really is an Identifier") (((|Boolean|) $ (|[\|\|]| (|DoubleFloat|))) "\\spad{x case DoubleFloat} is \\spad{true} if \\spad{`x'} really is a DoubleFloat") (((|Boolean|) $ (|[\|\|]| (|Integer|))) "\\spad{x case Integer} is \\spad{true} if \\spad{`x'} really is an Integer")) (|compound?| (((|Boolean|) $) "\\spad{compound? x} is \\spad{true} when \\spad{`x'} is not an atomic syntax.")) (|getOperands| (((|List| $) $) "\\spad{getOperands(x)} returns the list of operands to the operator in \\spad{`x'}.")) (|getOperator| (((|Union| (|Integer|) (|DoubleFloat|) (|Identifier|) (|String|) $) $) "\\spad{getOperator(x)} returns the operator,{} or tag,{} of the syntax \\spad{`x'}. The value returned is itself a syntax if \\spad{`x'} really is an application of a function symbol as opposed to being an atomic ground term.")) (|nil?| (((|Boolean|) $) "\\spad{nil?(s)} is \\spad{true} when \\spad{`s'} is a syntax for the constant nil.")) (|buildSyntax| (($ $ (|List| $)) "\\spad{buildSyntax(op, [a1, ..., an])} builds a syntax object for \\spad{op}(a1,{}...,{}an).") (($ (|Identifier|) (|List| $)) "\\spad{buildSyntax(op, [a1, ..., an])} builds a syntax object for \\spad{op}(a1,{}...,{}an).")) (|autoCoerce| (((|String|) $) "\\spad{autoCoerce(s)} forcibly extracts a string value from the syntax \\spad{`s'}; no check performed. To be called only at the discretion of the compiler.") (((|Identifier|) $) "\\spad{autoCoerce(s)} forcibly extracts an identifier from the Syntax domain \\spad{`s'}; no check performed. To be called only at at the discretion of the compiler.") (((|DoubleFloat|) $) "\\spad{autoCoerce(s)} forcibly extracts a float value from the syntax \\spad{`s'}; no check performed. To be called only at the discretion of the compiler") (((|Integer|) $) "\\spad{autoCoerce(s)} forcibly extracts an integer value from the syntax \\spad{`s'}; no check performed. To be called only at the discretion of the compiler.")) (|coerce| (((|String|) $) "\\spad{coerce(s)} extracts a string value from the syntax \\spad{`s'}.") (((|Identifier|) $) "\\spad{coerce(s)} extracts an identifier from the syntax \\spad{`s'}.") (((|DoubleFloat|) $) "\\spad{coerce(s)} extracts a float value from the syntax \\spad{`s'}.") (((|Integer|) $) "\\spad{coerce(s)} extracts and integer value from the syntax \\spad{`s'}")) (|convert| (($ (|SExpression|)) "\\spad{convert(s)} converts an \\spad{s}-expression to Syntax. Note,{} when \\spad{`s'} is not an atom,{} it is expected that it designates a proper list,{} \\spadignore{e.g.} a sequence of cons cells ending with nil.") (((|SExpression|) $) "\\spad{convert(s)} returns the \\spad{s}-expression representation of a syntax.")))
NIL
NIL
-(-1201 N)
+(-1203 N)
((|constructor| (NIL "This domain implements sized (signed) integer datatypes parameterized by the precision (or width) of the underlying representation. The intent is that they map directly to the hosting hardware natural integer datatypes. Consequently,{} natural values for \\spad{N} are: 8,{} 16,{} 32,{} 64,{} etc. These datatypes are mostly useful for system programming tasks,{} \\spadignore{i.e.} interfacting with the hosting operating system,{} reading/writing external binary format files.")) (|sample| (($) "\\spad{sample} gives a sample datum of this type.")))
NIL
NIL
-(-1202 N)
+(-1204 N)
((|constructor| (NIL "This domain implements sized (unsigned) integer datatypes parameterized by the precision (or width) of the underlying representation. The intent is that they map directly to the hosting hardware natural integer datatypes. Consequently,{} natural values for \\spad{N} are: 8,{} 16,{} 32,{} 64,{} etc. These datatypes are mostly useful for system programming tasks,{} \\spadignore{i.e.} interfacting with the hosting operating system,{} reading/writing external binary format files.")) (|sample| (($) "\\spad{sample} gives a sample datum of type Byte.")) (|bitior| (($ $ $) "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'}.")))
NIL
NIL
-(-1203)
+(-1205)
((|constructor| (NIL "This domain is a datatype system-level pointer values.")))
NIL
NIL
-(-1204 R)
+(-1206 R)
((|triangularSystems| (((|List| (|List| (|Polynomial| |#1|))) (|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|Symbol|))) "\\spad{triangularSystems(lf,lv)} solves the system of equations defined by \\spad{lf} with respect to the list of symbols \\spad{lv}; the system of equations is obtaining by equating to zero the list of rational functions \\spad{lf}. The output is a list of solutions where each solution is expressed as a \"reduced\" triangular system of polynomials.")) (|solve| (((|List| (|Equation| (|Fraction| (|Polynomial| |#1|)))) (|Equation| (|Fraction| (|Polynomial| |#1|)))) "\\spad{solve(eq)} finds the solutions of the equation \\spad{eq} with respect to the unique variable appearing in \\spad{eq}.") (((|List| (|Equation| (|Fraction| (|Polynomial| |#1|)))) (|Fraction| (|Polynomial| |#1|))) "\\spad{solve(p)} finds the solution of a rational function \\spad{p} = 0 with respect to the unique variable appearing in \\spad{p}.") (((|List| (|Equation| (|Fraction| (|Polynomial| |#1|)))) (|Equation| (|Fraction| (|Polynomial| |#1|))) (|Symbol|)) "\\spad{solve(eq,v)} finds the solutions of the equation \\spad{eq} with respect to the variable \\spad{v}.") (((|List| (|Equation| (|Fraction| (|Polynomial| |#1|)))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{solve(p,v)} solves the equation \\spad{p=0},{} where \\spad{p} is a rational function with respect to the variable \\spad{v}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) "\\spad{solve(le)} finds the solutions of the list \\spad{le} of equations of rational functions with respect to all symbols appearing in \\spad{le}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Fraction| (|Polynomial| |#1|)))) "\\spad{solve(lp)} finds the solutions of the list \\spad{lp} of rational functions with respect to all symbols appearing in \\spad{lp}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Equation| (|Fraction| (|Polynomial| |#1|)))) (|List| (|Symbol|))) "\\spad{solve(le,lv)} finds the solutions of the list \\spad{le} of equations of rational functions with respect to the list of symbols \\spad{lv}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|Symbol|))) "\\spad{solve(lp,lv)} finds the solutions of the list \\spad{lp} of rational functions with respect to the list of symbols \\spad{lv}.")))
NIL
NIL
-(-1205)
+(-1207)
((|constructor| (NIL "The package \\spadtype{System} provides information about the runtime system and its characteristics.")) (|loadNativeModule| (((|Void|) (|String|)) "\\spad{loadNativeModule(path)} loads the native modile designated by \\spadvar{\\spad{path}}.")) (|nativeModuleExtension| (((|String|)) "\\spad{nativeModuleExtension} is a string representation of a filename extension for native modules.")) (|hostByteOrder| (((|ByteOrder|)) "\\sapd{hostByteOrder}")) (|hostPlatform| (((|String|)) "\\spad{hostPlatform} is a string `triplet' description of the platform hosting the running OpenAxiom system.")) (|rootDirectory| (((|String|)) "\\spad{rootDirectory()} returns the pathname of the root directory for the running OpenAxiom system.")))
NIL
NIL
-(-1206 S)
+(-1208 S)
((|constructor| (NIL "TableauBumpers implements the Schenstead-Knuth correspondence between sequences and pairs of Young tableaux. The 2 Young tableaux are represented as a single tableau with pairs as components.")) (|mr| (((|Record| (|:| |f1| (|List| |#1|)) (|:| |f2| (|List| (|List| (|List| |#1|)))) (|:| |f3| (|List| (|List| |#1|))) (|:| |f4| (|List| (|List| (|List| |#1|))))) (|List| (|List| (|List| |#1|)))) "\\spad{mr(t)} is an auxiliary function which finds the position of the maximum element of a tableau \\spad{t} which is in the lowest row,{} producing a record of results")) (|maxrow| (((|Record| (|:| |f1| (|List| |#1|)) (|:| |f2| (|List| (|List| (|List| |#1|)))) (|:| |f3| (|List| (|List| |#1|))) (|:| |f4| (|List| (|List| (|List| |#1|))))) (|List| |#1|) (|List| (|List| (|List| |#1|))) (|List| (|List| |#1|)) (|List| (|List| (|List| |#1|))) (|List| (|List| (|List| |#1|))) (|List| (|List| (|List| |#1|)))) "\\spad{maxrow(a,b,c,d,e)} is an auxiliary function for \\spad{mr}")) (|inverse| (((|List| |#1|) (|List| |#1|)) "\\spad{inverse(ls)} forms the inverse of a sequence \\spad{ls}")) (|slex| (((|List| (|List| |#1|)) (|List| |#1|)) "\\spad{slex(ls)} sorts the argument sequence \\spad{ls},{} then zips (see \\spadfunFrom{map}{ListFunctions3}) the original argument sequence with the sorted result to a list of pairs")) (|lex| (((|List| (|List| |#1|)) (|List| (|List| |#1|))) "\\spad{lex(ls)} sorts a list of pairs to lexicographic order")) (|tab| (((|Tableau| (|List| |#1|)) (|List| |#1|)) "\\spad{tab(ls)} creates a tableau from \\spad{ls} by first creating a list of pairs using \\spadfunFrom{slex}{TableauBumpers},{} then creating a tableau using \\spadfunFrom{tab1}{TableauBumpers}.")) (|tab1| (((|List| (|List| (|List| |#1|))) (|List| (|List| |#1|))) "\\spad{tab1(lp)} creates a tableau from a list of pairs \\spad{lp}")) (|bat| (((|List| (|List| |#1|)) (|Tableau| (|List| |#1|))) "\\spad{bat(ls)} unbumps a tableau \\spad{ls}")) (|bat1| (((|List| (|List| |#1|)) (|List| (|List| (|List| |#1|)))) "\\spad{bat1(llp)} unbumps a tableau \\spad{llp}. Operation bat1 is the inverse of tab1.")) (|untab| (((|List| (|List| |#1|)) (|List| (|List| |#1|)) (|List| (|List| (|List| |#1|)))) "\\spad{untab(lp,llp)} is an auxiliary function which unbumps a tableau \\spad{llp},{} using \\spad{lp} to accumulate pairs")) (|bumptab1| (((|List| (|List| (|List| |#1|))) (|List| |#1|) (|List| (|List| (|List| |#1|)))) "\\spad{bumptab1(pr,t)} bumps a tableau \\spad{t} with a pair \\spad{pr} using comparison function \\spadfun{<},{} returning a new tableau")) (|bumptab| (((|List| (|List| (|List| |#1|))) (|Mapping| (|Boolean|) |#1| |#1|) (|List| |#1|) (|List| (|List| (|List| |#1|)))) "\\spad{bumptab(cf,pr,t)} bumps a tableau \\spad{t} with a pair \\spad{pr} using comparison function \\spad{cf},{} returning a new tableau")) (|bumprow| (((|Record| (|:| |fs| (|Boolean|)) (|:| |sd| (|List| |#1|)) (|:| |td| (|List| (|List| |#1|)))) (|Mapping| (|Boolean|) |#1| |#1|) (|List| |#1|) (|List| (|List| |#1|))) "\\spad{bumprow(cf,pr,r)} is an auxiliary function which bumps a row \\spad{r} with a pair \\spad{pr} using comparison function \\spad{cf},{} and returns a record")))
NIL
NIL
-(-1207 S)
+(-1209 S)
((|constructor| (NIL "\\indented{1}{The tableau domain is for printing Young tableaux,{} and} coercions to and from List List \\spad{S} where \\spad{S} is a set.")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(t)} converts a tableau \\spad{t} to an output form.")) (|listOfLists| (((|List| (|List| |#1|)) $) "\\spad{listOfLists t} converts a tableau \\spad{t} to a list of lists.")) (|tableau| (($ (|List| (|List| |#1|))) "\\spad{tableau(ll)} converts a list of lists \\spad{ll} to a tableau.")))
NIL
NIL
-(-1208 |Key| |Entry|)
+(-1210 |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}")))
-((-4462 . T) (-4463 . T))
-((-12 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -4298) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -4437) (|devaluate| |#2|)))))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1119)))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#2| (QUOTE (-1119))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1119))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874))))) (-2755 (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (QUOTE (-102))))
-(-1209 S)
+((-4464 . T) (-4465 . T))
+((-12 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -319) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2240) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2904) (|devaluate| |#2|)))))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1121)))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -626) (QUOTE (-548)))) (-12 (|HasCategory| |#2| (QUOTE (-1121))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#2| (QUOTE (-1121))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876))))) (-3795 (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (QUOTE (-102))))
+(-1211 S)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: April 17,{} 2010 Date Last Modified: April 17,{} 2010")) (|operator| (($ |#1| (|Arity|)) "\\spad{operator(n,a)} returns an operator named \\spad{n} and with arity \\spad{a}.")))
NIL
NIL
-(-1210 R)
+(-1212 R)
((|constructor| (NIL "Expands tangents of sums and scalar products.")) (|tanNa| ((|#1| |#1| (|Integer|)) "\\spad{tanNa(a, n)} returns \\spad{f(a)} such that if \\spad{a = tan(u)} then \\spad{f(a) = tan(n * u)}.")) (|tanAn| (((|SparseUnivariatePolynomial| |#1|) |#1| (|PositiveInteger|)) "\\spad{tanAn(a, n)} returns \\spad{P(x)} such that if \\spad{a = tan(u)} then \\spad{P(tan(u/n)) = 0}.")) (|tanSum| ((|#1| (|List| |#1|)) "\\spad{tanSum([a1,...,an])} returns \\spad{f(a1,...,an)} such that if \\spad{ai = tan(ui)} then \\spad{f(a1,...,an) = tan(u1 + ... + un)}.")))
NIL
NIL
-(-1211 S |Key| |Entry|)
+(-1213 S |Key| |Entry|)
((|constructor| (NIL "A table aggregate is a model of a table,{} \\spadignore{i.e.} a discrete many-to-one mapping from keys to entries.")) (|map| (($ (|Mapping| |#3| |#3| |#3|) $ $) "\\spad{map(fn,t1,t2)} creates a new table \\spad{t} from given tables \\spad{t1} and \\spad{t2} with elements \\spad{fn}(\\spad{x},{}\\spad{y}) where \\spad{x} and \\spad{y} are corresponding elements from \\spad{t1} and \\spad{t2} respectively.")) (|table| (($ (|List| (|Record| (|:| |key| |#2|) (|:| |entry| |#3|)))) "\\spad{table([x,y,...,z])} creates a table consisting of entries \\axiom{\\spad{x},{}\\spad{y},{}...,{}\\spad{z}}.") (($) "\\spad{table()}\\$\\spad{T} creates an empty table of type \\spad{T}.")) (|setelt| ((|#3| $ |#2| |#3|) "\\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})}.")))
NIL
NIL
-(-1212 |Key| |Entry|)
+(-1214 |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})}.")))
-((-4463 . T))
+((-4465 . T))
NIL
-(-1213 |Key| |Entry|)
+(-1215 |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.")))
NIL
NIL
-(-1214)
+(-1216)
((|constructor| (NIL "This package provides functions for template manipulation")) (|stripCommentsAndBlanks| (((|String|) (|String|)) "\\spad{stripCommentsAndBlanks(s)} treats \\spad{s} as a piece of AXIOM input,{} and removes comments,{} and leading and trailing blanks.")) (|interpretString| (((|Any|) (|String|)) "\\spad{interpretString(s)} treats a string as a piece of AXIOM input,{} by parsing and interpreting it.")))
NIL
NIL
-(-1215 S)
+(-1217 S)
((|constructor| (NIL "\\spadtype{TexFormat1} provides a utility coercion for changing to TeX format anything that has a coercion to the standard output format.")) (|coerce| (((|TexFormat|) |#1|) "\\spad{coerce(s)} provides a direct coercion from a domain \\spad{S} to TeX format. This allows the user to skip the step of first manually coercing the object to standard output format before it is coerced to TeX format.")))
NIL
NIL
-(-1216)
+(-1218)
((|constructor| (NIL "\\spadtype{TexFormat} provides a coercion from \\spadtype{OutputForm} to \\TeX{} format. The particular dialect of \\TeX{} used is \\LaTeX{}. The basic object consists of three parts: a prologue,{} a tex part and an epilogue. The functions \\spadfun{prologue},{} \\spadfun{tex} and \\spadfun{epilogue} extract these parts,{} respectively. The main guts of the expression go into the tex part. The other parts can be set (\\spadfun{setPrologue!},{} \\spadfun{setEpilogue!}) so that contain the appropriate tags for printing. For example,{} the prologue and epilogue might simply contain \\spad{``}\\verb+\\spad{\\[}+\\spad{''} and \\spad{``}\\verb+\\spad{\\]}+\\spad{''},{} respectively,{} so that the TeX section will be printed in LaTeX display math mode.")) (|setPrologue!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setPrologue!(t,strings)} sets the prologue section of a TeX form \\spad{t} to \\spad{strings}.")) (|setTex!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setTex!(t,strings)} sets the TeX section of a TeX form \\spad{t} to \\spad{strings}.")) (|setEpilogue!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setEpilogue!(t,strings)} sets the epilogue section of a TeX form \\spad{t} to \\spad{strings}.")) (|prologue| (((|List| (|String|)) $) "\\spad{prologue(t)} extracts the prologue section of a TeX form \\spad{t}.")) (|new| (($) "\\spad{new()} create a new,{} empty object. Use \\spadfun{setPrologue!},{} \\spadfun{setTex!} and \\spadfun{setEpilogue!} to set the various components of this object.")) (|tex| (((|List| (|String|)) $) "\\spad{tex(t)} extracts the TeX section of a TeX form \\spad{t}.")) (|epilogue| (((|List| (|String|)) $) "\\spad{epilogue(t)} extracts the epilogue section of a TeX form \\spad{t}.")) (|display| (((|Void|) $) "\\spad{display(t)} outputs the TeX formatted code \\spad{t} so that each line has length less than or equal to the value set by the system command \\spadsyscom{set output length}.") (((|Void|) $ (|Integer|)) "\\spad{display(t,width)} outputs the TeX formatted code \\spad{t} so that each line has length less than or equal to \\spadvar{\\spad{width}}.")) (|convert| (($ (|OutputForm|) (|Integer|) (|OutputForm|)) "\\spad{convert(o,step,type)} changes \\spad{o} in standard output format to TeX format and also adds the given \\spad{step} number and \\spad{type}. This is useful if you want to create equations with given numbers or have the equation numbers correspond to the interpreter \\spad{step} numbers.") (($ (|OutputForm|) (|Integer|)) "\\spad{convert(o,step)} changes \\spad{o} in standard output format to TeX format and also adds the given \\spad{step} number. This is useful if you want to create equations with given numbers or have the equation numbers correspond to the interpreter \\spad{step} numbers.")))
NIL
NIL
-(-1217)
+(-1219)
((|constructor| (NIL "This domain provides an implementation of text files. Text is stored in these files using the native character set of the computer.")) (|endOfFile?| (((|Boolean|) $) "\\spad{endOfFile?(f)} tests whether the file \\spad{f} is positioned after the end of all text. If the file is open for output,{} then this test is always \\spad{true}.")) (|readIfCan!| (((|Union| (|String|) "failed") $) "\\spad{readIfCan!(f)} returns a string of the contents of a line from file \\spad{f},{} if possible. If \\spad{f} is not readable or if it is positioned at the end of file,{} then \\spad{\"failed\"} is returned.")) (|readLineIfCan!| (((|Union| (|String|) "failed") $) "\\spad{readLineIfCan!(f)} returns a string of the contents of a line from file \\spad{f},{} if possible. If \\spad{f} is not readable or if it is positioned at the end of file,{} then \\spad{\"failed\"} is returned.")) (|readLine!| (((|String|) $) "\\spad{readLine!(f)} returns a string of the contents of a line from the file \\spad{f}.")) (|writeLine!| (((|String|) $) "\\spad{writeLine!(f)} finishes the current line in the file \\spad{f}. An empty string is returned. The call \\spad{writeLine!(f)} is equivalent to \\spad{writeLine!(f,\"\")}.") (((|String|) $ (|String|)) "\\spad{writeLine!(f,s)} writes the contents of the string \\spad{s} and finishes the current line in the file \\spad{f}. The value of \\spad{s} is returned.")))
NIL
NIL
-(-1218 R)
+(-1220 R)
((|constructor| (NIL "Tools for the sign finding utilities.")) (|direction| (((|Integer|) (|String|)) "\\spad{direction(s)} \\undocumented")) (|nonQsign| (((|Union| (|Integer|) "failed") |#1|) "\\spad{nonQsign(r)} \\undocumented")) (|sign| (((|Union| (|Integer|) "failed") |#1|) "\\spad{sign(r)} \\undocumented")))
NIL
NIL
-(-1219)
+(-1221)
((|constructor| (NIL "This package exports a function for making a \\spadtype{ThreeSpace}")) (|createThreeSpace| (((|ThreeSpace| (|DoubleFloat|))) "\\spad{createThreeSpace()} creates a \\spadtype{ThreeSpace(DoubleFloat)} object capable of holding point,{} curve,{} mesh components and any combination.")))
NIL
NIL
-(-1220 S)
+(-1222 S)
((|constructor| (NIL "Category for the transcendental elementary functions.")) (|pi| (($) "\\spad{pi()} returns the constant \\spad{pi}.")))
NIL
NIL
-(-1221)
+(-1223)
((|constructor| (NIL "Category for the transcendental elementary functions.")) (|pi| (($) "\\spad{pi()} returns the constant \\spad{pi}.")))
NIL
NIL
-(-1222 S)
+(-1224 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}.")))
-((-4463 . T) (-4462 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1119))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))))
-(-1223 S)
+((-4465 . T) (-4464 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1121))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))))
+(-1225 S)
((|constructor| (NIL "Category for the trigonometric functions.")) (|tan| (($ $) "\\spad{tan(x)} returns the tangent of \\spad{x}.")) (|sin| (($ $) "\\spad{sin(x)} returns the sine of \\spad{x}.")) (|sec| (($ $) "\\spad{sec(x)} returns the secant of \\spad{x}.")) (|csc| (($ $) "\\spad{csc(x)} returns the cosecant of \\spad{x}.")) (|cot| (($ $) "\\spad{cot(x)} returns the cotangent of \\spad{x}.")) (|cos| (($ $) "\\spad{cos(x)} returns the cosine of \\spad{x}.")))
NIL
NIL
-(-1224)
+(-1226)
((|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
-(-1225 R -1956)
+(-1227 R -2117)
((|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
-(-1226 R |Row| |Col| M)
+(-1228 R |Row| |Col| M)
((|constructor| (NIL "This package provides functions that compute \"fraction-free\" inverses of upper and lower triangular matrices over a integral domain. By \"fraction-free inverses\" we mean the following: given a matrix \\spad{B} with entries in \\spad{R} and an element \\spad{d} of \\spad{R} such that \\spad{d} * inv(\\spad{B}) also has entries in \\spad{R},{} we return \\spad{d} * inv(\\spad{B}). Thus,{} it is not necessary to pass to the quotient field in any of our computations.")) (|LowTriBddDenomInv| ((|#4| |#4| |#1|) "\\spad{LowTriBddDenomInv(B,d)} returns \\spad{M},{} where \\spad{B} is a non-singular lower triangular matrix and \\spad{d} is an element of \\spad{R} such that \\spad{M = d * inv(B)} has entries in \\spad{R}.")) (|UpTriBddDenomInv| ((|#4| |#4| |#1|) "\\spad{UpTriBddDenomInv(B,d)} returns \\spad{M},{} where \\spad{B} is a non-singular upper triangular matrix and \\spad{d} is an element of \\spad{R} such that \\spad{M = d * inv(B)} has entries in \\spad{R}.")))
NIL
NIL
-(-1227 R -1956)
+(-1229 R -2117)
((|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 -626) (LIST (QUOTE -905) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -899) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -899) (|devaluate| |#1|)))))
-(-1228 S R E V P)
+((-12 (|HasCategory| |#1| (LIST (QUOTE -626) (LIST (QUOTE -907) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -901) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -901) (|devaluate| |#1|)))))
+(-1230 S R E V P)
((|constructor| (NIL "The category of triangular sets of multivariate polynomials with coefficients in an integral domain. Let \\axiom{\\spad{R}} be an integral domain and \\axiom{\\spad{V}} a finite ordered set of variables,{} say \\axiom{\\spad{X1} < \\spad{X2} < ... < \\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| (($ $ |#5|) "\\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") $ |#5|) "\\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| |#5| "failed") $ |#4|) "\\axiom{select(\\spad{ts},{}\\spad{v})} returns the polynomial of \\axiom{\\spad{ts}} with \\axiom{\\spad{v}} as main variable,{} if any.")) (|algebraic?| (((|Boolean|) |#4| $) "\\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| |#4|) $) "\\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| |#5| "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| |#5| "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| |#5|)))) (|List| |#5|)) "\\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| |#5|)) "\\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| ((|#5| |#5| $) "\\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| ((|#5| |#5| $) "\\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| ((|#5| |#5| $) "\\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| ((|#5| |#5| $) "\\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| ((|#5| |#5| $) "\\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| |#5|) (|List| |#5|) $ (|Mapping| |#5| |#5| |#5|) (|Mapping| (|Boolean|) |#5| |#5|)) "\\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| ((|#5| |#5| $ (|Mapping| |#5| |#5| |#5|) (|Mapping| (|Boolean|) |#5| |#5|)) "\\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|) |#5| (|List| |#5|))) "\\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|) |#5| $) "\\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|) |#5| $) "\\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|) |#5| $) "\\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|) |#5| $ (|Mapping| (|Boolean|) |#5| |#5|)) "\\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|) |#5| $) "\\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| |#5|)) (|:| |open| (|List| |#5|))) $) "\\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| |#5|) $) "\\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| |#5|))) "failed") (|List| |#5|) (|Mapping| (|Boolean|) |#5|) (|Mapping| (|Boolean|) |#5| |#5|)) "\\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| |#5|))) "failed") (|List| |#5|) (|Mapping| (|Boolean|) |#5| |#5|)) "\\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.")))
NIL
((|HasCategory| |#4| (QUOTE (-379))))
-(-1229 R E V P)
+(-1231 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.")))
-((-4463 . T) (-4462 . T))
+((-4465 . T) (-4464 . T))
NIL
-(-1230 |Coef|)
+(-1232 |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}.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-374))))
-(-1231 |Curve|)
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-146))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-374))))
+(-1233 |Curve|)
((|constructor| (NIL "\\indented{2}{Package for constructing tubes around 3-dimensional parametric curves.} Domain of tubes around 3-dimensional parametric curves.")) (|tube| (($ |#1| (|List| (|List| (|Point| (|DoubleFloat|)))) (|Boolean|)) "\\spad{tube(c,ll,b)} creates a tube of the domain \\spadtype{TubePlot} from a space curve \\spad{c} of the category \\spadtype{PlottableSpaceCurveCategory},{} a list of lists of points (loops) \\spad{ll} and a boolean \\spad{b} which if \\spad{true} indicates a closed tube,{} or if \\spad{false} an open tube.")) (|setClosed| (((|Boolean|) $ (|Boolean|)) "\\spad{setClosed(t,b)} declares the given tube plot \\spad{t} to be closed if \\spad{b} is \\spad{true},{} or if \\spad{b} is \\spad{false},{} \\spad{t} is set to be open.")) (|open?| (((|Boolean|) $) "\\spad{open?(t)} tests whether the given tube plot \\spad{t} is open.")) (|closed?| (((|Boolean|) $) "\\spad{closed?(t)} tests whether the given tube plot \\spad{t} is closed.")) (|listLoops| (((|List| (|List| (|Point| (|DoubleFloat|)))) $) "\\spad{listLoops(t)} returns the list of lists of points,{} or the 'loops',{} of the given tube plot \\spad{t}.")) (|getCurve| ((|#1| $) "\\spad{getCurve(t)} returns the \\spadtype{PlottableSpaceCurveCategory} representing the parametric curve of the given tube plot \\spad{t}.")))
NIL
NIL
-(-1232)
+(-1234)
((|constructor| (NIL "Tools for constructing tubes around 3-dimensional parametric curves.")) (|loopPoints| (((|List| (|Point| (|DoubleFloat|))) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|List| (|List| (|DoubleFloat|)))) "\\spad{loopPoints(p,n,b,r,lls)} creates and returns a list of points which form the loop with radius \\spad{r},{} around the center point indicated by the point \\spad{p},{} with the principal normal vector of the space curve at point \\spad{p} given by the point(vector) \\spad{n},{} and the binormal vector given by the point(vector) \\spad{b},{} and a list of lists,{} \\spad{lls},{} which is the \\spadfun{cosSinInfo} of the number of points defining the loop.")) (|cosSinInfo| (((|List| (|List| (|DoubleFloat|))) (|Integer|)) "\\spad{cosSinInfo(n)} returns the list of lists of values for \\spad{n},{} in the form: \\spad{[[cos(n - 1) a,sin(n - 1) a],...,[cos 2 a,sin 2 a],[cos a,sin a]]} where \\spad{a = 2 pi/n}. Note: \\spad{n} should be greater than 2.")) (|unitVector| (((|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|))) "\\spad{unitVector(p)} creates the unit vector of the point \\spad{p} and returns the result as a point. Note: \\spad{unitVector(p) = p/|p|}.")) (|cross| (((|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|))) "\\spad{cross(p,q)} computes the cross product of the two points \\spad{p} and \\spad{q} using only the first three coordinates,{} and keeping the color of the first point \\spad{p}. The result is returned as a point.")) (|dot| (((|DoubleFloat|) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|))) "\\spad{dot(p,q)} computes the dot product of the two points \\spad{p} and \\spad{q} using only the first three coordinates,{} and returns the resulting \\spadtype{DoubleFloat}.")) (- (((|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|))) "\\spad{p - q} computes and returns a point whose coordinates are the differences of the coordinates of two points \\spad{p} and \\spad{q},{} using the color,{} or fourth coordinate,{} of the first point \\spad{p} as the color also of the point \\spad{q}.")) (+ (((|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|))) "\\spad{p + q} computes and returns a point whose coordinates are the sums of the coordinates of the two points \\spad{p} and \\spad{q},{} using the color,{} or fourth coordinate,{} of the first point \\spad{p} as the color also of the point \\spad{q}.")) (* (((|Point| (|DoubleFloat|)) (|DoubleFloat|) (|Point| (|DoubleFloat|))) "\\spad{s * p} returns a point whose coordinates are the scalar multiple of the point \\spad{p} by the scalar \\spad{s},{} preserving the color,{} or fourth coordinate,{} of \\spad{p}.")) (|point| (((|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{point(x1,x2,x3,c)} creates and returns a point from the three specified coordinates \\spad{x1},{} \\spad{x2},{} \\spad{x3},{} and also a fourth coordinate,{} \\spad{c},{} which is generally used to specify the color of the point.")))
NIL
NIL
-(-1233 S)
+(-1235 S)
((|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 (-1119))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))))
-(-1234 -1956)
+((|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))))
+(-1236 -2117)
((|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
-(-1235)
+(-1237)
((|constructor| (NIL "This domain represents a type AST.")))
NIL
NIL
-(-1236)
+(-1238)
((|constructor| (NIL "The fundamental Type.")))
NIL
NIL
-(-1237 S)
+(-1239 S)
((|constructor| (NIL "Provides functions to force a partial ordering on any set.")) (|more?| (((|Boolean|) |#1| |#1|) "\\spad{more?(a, b)} compares \\spad{a} and \\spad{b} in the partial ordering induced by setOrder,{} and uses the ordering on \\spad{S} if \\spad{a} and \\spad{b} are not comparable in the partial ordering.")) (|userOrdered?| (((|Boolean|)) "\\spad{userOrdered?()} tests if the partial ordering induced by \\spadfunFrom{setOrder}{UserDefinedPartialOrdering} is not empty.")) (|largest| ((|#1| (|List| |#1|)) "\\spad{largest l} returns the largest element of \\spad{l} where the partial ordering induced by setOrder is completed into a total one by the ordering on \\spad{S}.") ((|#1| (|List| |#1|) (|Mapping| (|Boolean|) |#1| |#1|)) "\\spad{largest(l, fn)} returns the largest element of \\spad{l} where the partial ordering induced by setOrder is completed into a total one by \\spad{fn}.")) (|less?| (((|Boolean|) |#1| |#1| (|Mapping| (|Boolean|) |#1| |#1|)) "\\spad{less?(a, b, fn)} compares \\spad{a} and \\spad{b} in the partial ordering induced by setOrder,{} and returns \\spad{fn(a, b)} if \\spad{a} and \\spad{b} are not comparable in that ordering.") (((|Union| (|Boolean|) "failed") |#1| |#1|) "\\spad{less?(a, b)} compares \\spad{a} and \\spad{b} in the partial ordering induced by setOrder.")) (|getOrder| (((|Record| (|:| |low| (|List| |#1|)) (|:| |high| (|List| |#1|)))) "\\spad{getOrder()} returns \\spad{[[b1,...,bm], [a1,...,an]]} such that the partial ordering on \\spad{S} was given by \\spad{setOrder([b1,...,bm],[a1,...,an])}.")) (|setOrder| (((|Void|) (|List| |#1|) (|List| |#1|)) "\\spad{setOrder([b1,...,bm], [a1,...,an])} defines a partial ordering on \\spad{S} given \\spad{by:} \\indented{3}{(1)\\space{2}\\spad{b1 < b2 < ... < bm < a1 < a2 < ... < an}.} \\indented{3}{(2)\\space{2}\\spad{bj < c < ai}\\space{2}for \\spad{c} not among the \\spad{ai}\\spad{'s} and \\spad{bj}\\spad{'s}.} \\indented{3}{(3)\\space{2}undefined on \\spad{(c,d)} if neither is among the \\spad{ai}\\spad{'s},{}\\spad{bj}\\spad{'s}.}") (((|Void|) (|List| |#1|)) "\\spad{setOrder([a1,...,an])} defines a partial ordering on \\spad{S} given \\spad{by:} \\indented{3}{(1)\\space{2}\\spad{a1 < a2 < ... < an}.} \\indented{3}{(2)\\space{2}\\spad{b < ai\\space{3}for i = 1..n} and \\spad{b} not among the \\spad{ai}\\spad{'s}.} \\indented{3}{(3)\\space{2}undefined on \\spad{(b, c)} if neither is among the \\spad{ai}\\spad{'s}.}")))
NIL
((|HasCategory| |#1| (QUOTE (-862))))
-(-1238)
+(-1240)
((|constructor| (NIL "This packages provides functions to allow the user to select the ordering on the variables and operators for displaying polynomials,{} fractions and expressions. The ordering affects the display only and not the computations.")) (|resetVariableOrder| (((|Void|)) "\\spad{resetVariableOrder()} cancels any previous use of setVariableOrder and returns to the default system ordering.")) (|getVariableOrder| (((|Record| (|:| |high| (|List| (|Symbol|))) (|:| |low| (|List| (|Symbol|))))) "\\spad{getVariableOrder()} returns \\spad{[[b1,...,bm], [a1,...,an]]} such that the ordering on the variables was given by \\spad{setVariableOrder([b1,...,bm], [a1,...,an])}.")) (|setVariableOrder| (((|Void|) (|List| (|Symbol|)) (|List| (|Symbol|))) "\\spad{setVariableOrder([b1,...,bm], [a1,...,an])} defines an ordering on the variables given by \\spad{b1 > b2 > ... > bm >} other variables \\spad{> a1 > a2 > ... > an}.") (((|Void|) (|List| (|Symbol|))) "\\spad{setVariableOrder([a1,...,an])} defines an ordering on the variables given by \\spad{a1 > a2 > ... > an > other variables}.")))
NIL
NIL
-(-1239 S)
+(-1241 S)
((|constructor| (NIL "A constructive unique factorization domain,{} \\spadignore{i.e.} where we can constructively factor members into a product of a finite number of irreducible elements.")) (|factor| (((|Factored| $) $) "\\spad{factor(x)} returns the factorization of \\spad{x} into irreducibles.")) (|squareFreePart| (($ $) "\\spad{squareFreePart(x)} returns a product of prime factors of \\spad{x} each taken with multiplicity one.")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(x)} returns the square-free factorization of \\spad{x} \\spadignore{i.e.} such that the factors are pairwise relatively prime and each has multiple prime factors.")) (|prime?| (((|Boolean|) $) "\\spad{prime?(x)} tests if \\spad{x} can never be written as the product of two non-units of the ring,{} \\spadignore{i.e.} \\spad{x} is an irreducible element.")))
NIL
NIL
-(-1240)
+(-1242)
((|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.")))
-((-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-1241)
+(-1243)
((|constructor| (NIL "This domain is a datatype for (unsigned) integer values of precision 16 bits.")))
NIL
NIL
-(-1242)
+(-1244)
((|constructor| (NIL "This domain is a datatype for (unsigned) integer values of precision 32 bits.")))
NIL
NIL
-(-1243)
+(-1245)
((|constructor| (NIL "This domain is a datatype for (unsigned) integer values of precision 64 bits.")))
NIL
NIL
-(-1244)
+(-1246)
((|constructor| (NIL "This domain is a datatype for (unsigned) integer values of precision 8 bits.")))
NIL
NIL
-(-1245 |Coef1| |Coef2| |var1| |var2| |cen1| |cen2|)
+(-1247 |Coef1| |Coef2| |var1| |var2| |cen1| |cen2|)
((|constructor| (NIL "Mapping package for univariate Laurent series \\indented{2}{This package allows one to apply a function to the coefficients of} \\indented{2}{a univariate Laurent series.}")) (|map| (((|UnivariateLaurentSeries| |#2| |#4| |#6|) (|Mapping| |#2| |#1|) (|UnivariateLaurentSeries| |#1| |#3| |#5|)) "\\spad{map(f,g(x))} applies the map \\spad{f} to the coefficients of the Laurent series \\spad{g(x)}.")))
NIL
NIL
-(-1246 |Coef|)
+(-1248 |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.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-374)) (-4454 |has| |#1| (-374)) (-4456 . T) (-4457 . T) (-4459 . T))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-374)) (-4456 |has| |#1| (-374)) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-1247 S |Coef| UTS)
+(-1249 S |Coef| UTS)
((|constructor| (NIL "This is a category of univariate Laurent series constructed from univariate Taylor series. A Laurent series is represented by a pair \\spad{[n,f(x)]},{} where \\spad{n} is an arbitrary integer and \\spad{f(x)} is a Taylor series. This pair represents the Laurent series \\spad{x**n * f(x)}.")) (|taylorIfCan| (((|Union| |#3| "failed") $) "\\spad{taylorIfCan(f(x))} converts the Laurent series \\spad{f(x)} to a Taylor series,{} if possible. If this is not possible,{} \"failed\" is returned.")) (|taylor| ((|#3| $) "\\spad{taylor(f(x))} converts the Laurent series \\spad{f}(\\spad{x}) to a Taylor series,{} if possible. Error: if this is not possible.")) (|removeZeroes| (($ (|Integer|) $) "\\spad{removeZeroes(n,f(x))} removes up to \\spad{n} leading zeroes from the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable.") (($ $) "\\spad{removeZeroes(f(x))} removes leading zeroes from the representation of the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable. Note: \\spad{removeZeroes(f)} removes all leading zeroes from \\spad{f}")) (|taylorRep| ((|#3| $) "\\spad{taylorRep(f(x))} returns \\spad{g(x)},{} where \\spad{f = x**n * g(x)} is represented by \\spad{[n,g(x)]}.")) (|degree| (((|Integer|) $) "\\spad{degree(f(x))} returns the degree of the lowest order term of \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurent| (($ (|Integer|) |#3|) "\\spad{laurent(n,f(x))} returns \\spad{x**n * f(x)}.")))
NIL
((|HasCategory| |#2| (QUOTE (-374))))
-(-1248 |Coef| UTS)
+(-1250 |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)}.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-374)) (-4454 |has| |#1| (-374)) (-4456 . T) (-4457 . T) (-4459 . T))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-374)) (-4456 |has| |#1| (-374)) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-1249 |Coef| UTS)
+(-1251 |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)}.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-374)) (-4454 |has| |#1| (-374)) (-4456 . T) (-4457 . T) (-4459 . T))
-((-2755 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -296) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -526) (QUOTE (-1195)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-832)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-926)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1041)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1171)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-1195)))))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-2755 (|HasCategory| |#1| (QUOTE (-146))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-146))))) (-2755 (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-148))))) (-2755 (-12 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))))) (-2755 (-12 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1195)))))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-238)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-238)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-237)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (|HasCategory| (-576) (QUOTE (-1131))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-374))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-926)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-1195))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1041)))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-832)))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-832)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-862))))) (-2755 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390)))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -296) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -526) (QUOTE (-1195)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-832)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-926)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1041)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1171)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-390))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-1195)))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1171)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -296) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -526) (QUOTE (-1195)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390)))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-390))))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -3567) (LIST (|devaluate| |#1|) (QUOTE (-1195)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-576))))) (-2755 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-976))) (|HasCategory| |#1| (QUOTE (-1221))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -2092) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1195))))) (|HasSignature| |#1| (LIST (QUOTE -1960) (LIST (LIST (QUOTE -656) (QUOTE (-1195))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-926))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-557)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-317)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-146))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-237)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (-2755 (-12 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1195)))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1195))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-237)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-926)))) (|HasCategory| |#1| (QUOTE (-146))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-146))))))
-(-1250 |Coef| |var| |cen|)
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-374)) (-4456 |has| |#1| (-374)) (-4458 . T) (-4459 . T) (-4461 . T))
+((-3795 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -296) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -526) (QUOTE (-1197)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-832)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-928)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1043)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1173)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-1197)))))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-3795 (|HasCategory| |#1| (QUOTE (-146))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-146))))) (-3795 (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-148))))) (-3795 (-12 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))))) (-3795 (-12 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -919) (QUOTE (-1197)))))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-238)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-238)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-237)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (|HasCategory| (-576) (QUOTE (-1133))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-374))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-928)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-1197))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1043)))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-832)))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-832)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-862))))) (-3795 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390)))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -296) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -526) (QUOTE (-1197)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-832)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-928)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1043)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1173)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-390))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-1197)))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1173)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -296) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -319) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -526) (QUOTE (-1197)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390)))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-576))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-390))))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -4114) (LIST (|devaluate| |#1|) (QUOTE (-1197)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-576))))) (-3795 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-978))) (|HasCategory| |#1| (QUOTE (-1223))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -1488) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1197))))) (|HasSignature| |#1| (LIST (QUOTE -1583) (LIST (LIST (QUOTE -656) (QUOTE (-1197))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-928))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-557)))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-317)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-146))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-237)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (-3795 (-12 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -919) (QUOTE (-1197)))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (LIST (QUOTE -919) (QUOTE (-1197))))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-237)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-928)))) (|HasCategory| |#1| (QUOTE (-146))) (-12 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-146))))))
+(-1252 |Coef| |var| |cen|)
((|constructor| (NIL "Dense Laurent series in one variable \\indented{2}{\\spadtype{UnivariateLaurentSeries} is a domain representing Laurent} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{UnivariateLaurentSeries(Integer,x,3)} represents Laurent series in} \\indented{2}{\\spad{(x - 3)} with integer coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Laurent series.")))
-(((-4464 "*") -2755 (-2669 (|has| |#1| (-374)) (|has| (-1278 |#1| |#2| |#3|) (-832))) (|has| |#1| (-174)) (-2669 (|has| |#1| (-374)) (|has| (-1278 |#1| |#2| |#3|) (-926)))) (-4455 -2755 (-2669 (|has| |#1| (-374)) (|has| (-1278 |#1| |#2| |#3|) (-832))) (|has| |#1| (-568)) (-2669 (|has| |#1| (-374)) (|has| (-1278 |#1| |#2| |#3|) (-926)))) (-4460 |has| |#1| (-374)) (-4454 |has| |#1| (-374)) (-4456 . T) (-4457 . T) (-4459 . T))
-((-2755 (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-926))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-1041))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-1171))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -296) (LIST (QUOTE -1278) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1278) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -319) (LIST (QUOTE -1278) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -526) (QUOTE (-1195)) (LIST (QUOTE -1278) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -1057) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-2755 (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-146)))) (-2755 (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-148)))) (-2755 (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|)))))) (-2755 (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|)))))) (-2755 (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (-2755 (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (|HasCategory| (-576) (QUOTE (-1131))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-374))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-926))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -1057) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-1041))) (|HasCategory| |#1| (QUOTE (-374)))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-2755 (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-374))))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-1171))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -296) (LIST (QUOTE -1278) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1278) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -319) (LIST (QUOTE -1278) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -526) (QUOTE (-1195)) (LIST (QUOTE -1278) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -3567) (LIST (|devaluate| |#1|) (QUOTE (-1195)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-576))))) (-2755 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-976))) (|HasCategory| |#1| (QUOTE (-1221))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -2092) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1195))))) (|HasSignature| |#1| (LIST (QUOTE -1960) (LIST (LIST (QUOTE -656) (QUOTE (-1195))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-926))) (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-146))) (-2755 (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-926))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-568)))) (-2755 (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-2755 (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-926))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-174)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-926))) (|HasCategory| |#1| (QUOTE (-374)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-926))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1278 |#1| |#2| |#3|) (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-146)))))
-(-1251 ZP)
+(((-4466 "*") -3795 (-2311 (|has| |#1| (-374)) (|has| (-1280 |#1| |#2| |#3|) (-832))) (|has| |#1| (-174)) (-2311 (|has| |#1| (-374)) (|has| (-1280 |#1| |#2| |#3|) (-928)))) (-4457 -3795 (-2311 (|has| |#1| (-374)) (|has| (-1280 |#1| |#2| |#3|) (-832))) (|has| |#1| (-568)) (-2311 (|has| |#1| (-374)) (|has| (-1280 |#1| |#2| |#3|) (-928)))) (-4462 |has| |#1| (-374)) (-4456 |has| |#1| (-374)) (-4458 . T) (-4459 . T) (-4461 . T))
+((-3795 (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-928))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-1043))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-1173))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -296) (LIST (QUOTE -1280) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1280) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -319) (LIST (QUOTE -1280) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -526) (QUOTE (-1197)) (LIST (QUOTE -1280) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -1059) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (-3795 (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-146)))) (-3795 (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-148))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-148)))) (-3795 (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|)))))) (-3795 (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|)))))) (-3795 (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (-3795 (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-238))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-576)) (|devaluate| |#1|))))) (|HasCategory| (-576) (QUOTE (-1133))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-374))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-928))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -1059) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-1043))) (|HasCategory| |#1| (QUOTE (-374)))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-3795 (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-374))))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-1173))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -296) (LIST (QUOTE -1280) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1280) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -319) (LIST (QUOTE -1280) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -526) (QUOTE (-1197)) (LIST (QUOTE -1280) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -4114) (LIST (|devaluate| |#1|) (QUOTE (-1197)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-576))))) (-3795 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-978))) (|HasCategory| |#1| (QUOTE (-1223))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -1488) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1197))))) (|HasSignature| |#1| (LIST (QUOTE -1583) (LIST (LIST (QUOTE -656) (QUOTE (-1197))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-557))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-317))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-928))) (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-146))) (-3795 (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-928))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-568)))) (-3795 (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-3795 (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-928))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-174)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-237))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-928))) (|HasCategory| |#1| (QUOTE (-374)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-928))) (|HasCategory| |#1| (QUOTE (-374)))) (-12 (|HasCategory| (-1280 |#1| |#2| |#3|) (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-374)))) (|HasCategory| |#1| (QUOTE (-146)))))
+(-1253 ZP)
((|constructor| (NIL "Package for the factorization of univariate polynomials with integer coefficients. The factorization is done by \"lifting\" (HENSEL) the factorization over a finite field.")) (|henselFact| (((|Record| (|:| |contp| (|Integer|)) (|:| |factors| (|List| (|Record| (|:| |irr| |#1|) (|:| |pow| (|Integer|)))))) |#1| (|Boolean|)) "\\spad{henselFact(m,flag)} returns the factorization of \\spad{m},{} FinalFact is a Record \\spad{s}.\\spad{t}. FinalFact.contp=content \\spad{m},{} FinalFact.factors=List of irreducible factors of \\spad{m} with exponent ,{} if \\spad{flag} =true the polynomial is assumed square free.")) (|factorSquareFree| (((|Factored| |#1|) |#1|) "\\spad{factorSquareFree(m)} returns the factorization of \\spad{m} square free polynomial")) (|factor| (((|Factored| |#1|) |#1|) "\\spad{factor(m)} returns the factorization of \\spad{m}")))
NIL
NIL
-(-1252 R S)
+(-1254 R S)
((|constructor| (NIL "This package provides operations for mapping functions onto segments.")) (|map| (((|Stream| |#2|) (|Mapping| |#2| |#1|) (|UniversalSegment| |#1|)) "\\spad{map(f,s)} expands the segment \\spad{s},{} applying \\spad{f} to each value.") (((|UniversalSegment| |#2|) (|Mapping| |#2| |#1|) (|UniversalSegment| |#1|)) "\\spad{map(f,seg)} returns the new segment obtained by applying \\spad{f} to the endpoints of \\spad{seg}.")))
NIL
((|HasCategory| |#1| (QUOTE (-860))))
-(-1253 S)
+(-1255 S)
((|constructor| (NIL "This domain provides segments which may be half open. That is,{} ranges of the form \\spad{a..} or \\spad{a..b}.")) (|hasHi| (((|Boolean|) $) "\\spad{hasHi(s)} tests whether the segment \\spad{s} has an upper bound.")) (|coerce| (($ (|Segment| |#1|)) "\\spad{coerce(x)} allows \\spadtype{Segment} values to be used as \\%.")) (|segment| (($ |#1|) "\\spad{segment(l)} is an alternate way to construct the segment \\spad{l..}.")) (SEGMENT (($ |#1|) "\\spad{l..} produces a half open segment,{} that is,{} one with no upper bound.")))
NIL
-((|HasCategory| |#1| (QUOTE (-860))) (|HasCategory| |#1| (QUOTE (-1119))))
-(-1254 |x| R |y| S)
+((|HasCategory| |#1| (QUOTE (-860))) (|HasCategory| |#1| (QUOTE (-1121))))
+(-1256 |x| R |y| S)
((|constructor| (NIL "This package lifts a mapping from coefficient rings \\spad{R} to \\spad{S} to a mapping from \\spadtype{UnivariatePolynomial}(\\spad{x},{}\\spad{R}) to \\spadtype{UnivariatePolynomial}(\\spad{y},{}\\spad{S}). Note that the mapping is assumed to send zero to zero,{} since it will only be applied to the non-zero coefficients of the polynomial.")) (|map| (((|UnivariatePolynomial| |#3| |#4|) (|Mapping| |#4| |#2|) (|UnivariatePolynomial| |#1| |#2|)) "\\spad{map(func, poly)} creates a new polynomial by applying \\spad{func} to every non-zero coefficient of the polynomial poly.")))
NIL
NIL
-(-1255 R Q UP)
+(-1257 R Q UP)
((|constructor| (NIL "UnivariatePolynomialCommonDenominator provides functions to compute the common denominator of the coefficients of univariate polynomials over the quotient field of a \\spad{gcd} domain.")) (|splitDenominator| (((|Record| (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) "\\spad{splitDenominator(q)} returns \\spad{[p, d]} such that \\spad{q = p/d} and \\spad{d} is a common denominator for the coefficients of \\spad{q}.")) (|clearDenominator| ((|#3| |#3|) "\\spad{clearDenominator(q)} returns \\spad{p} such that \\spad{q = p/d} where \\spad{d} is a common denominator for the coefficients of \\spad{q}.")) (|commonDenominator| ((|#1| |#3|) "\\spad{commonDenominator(q)} returns a common denominator \\spad{d} for the coefficients of \\spad{q}.")))
NIL
NIL
-(-1256 R UP)
+(-1258 R UP)
((|constructor| (NIL "UnivariatePolynomialDecompositionPackage implements functional decomposition of univariate polynomial with coefficients in an \\spad{IntegralDomain} of \\spad{CharacteristicZero}.")) (|monicCompleteDecompose| (((|List| |#2|) |#2|) "\\spad{monicCompleteDecompose(f)} returns a list of factors of \\spad{f} for the functional decomposition ([ \\spad{f1},{} ...,{} \\spad{fn} ] means \\spad{f} = \\spad{f1} \\spad{o} ... \\spad{o} \\spad{fn}).")) (|monicDecomposeIfCan| (((|Union| (|Record| (|:| |left| |#2|) (|:| |right| |#2|)) "failed") |#2|) "\\spad{monicDecomposeIfCan(f)} returns a functional decomposition of the monic polynomial \\spad{f} of \"failed\" if it has not found any.")) (|leftFactorIfCan| (((|Union| |#2| "failed") |#2| |#2|) "\\spad{leftFactorIfCan(f,h)} returns the left factor (\\spad{g} in \\spad{f} = \\spad{g} \\spad{o} \\spad{h}) of the functional decomposition of the polynomial \\spad{f} with given \\spad{h} or \\spad{\"failed\"} if \\spad{g} does not exist.")) (|rightFactorIfCan| (((|Union| |#2| "failed") |#2| (|NonNegativeInteger|) |#1|) "\\spad{rightFactorIfCan(f,d,c)} returns a candidate to be the right factor (\\spad{h} in \\spad{f} = \\spad{g} \\spad{o} \\spad{h}) of degree \\spad{d} with leading coefficient \\spad{c} of a functional decomposition of the polynomial \\spad{f} or \\spad{\"failed\"} if no such candidate.")) (|monicRightFactorIfCan| (((|Union| |#2| "failed") |#2| (|NonNegativeInteger|)) "\\spad{monicRightFactorIfCan(f,d)} returns a candidate to be the monic right factor (\\spad{h} in \\spad{f} = \\spad{g} \\spad{o} \\spad{h}) of degree \\spad{d} of a functional decomposition of the polynomial \\spad{f} or \\spad{\"failed\"} if no such candidate.")))
NIL
NIL
-(-1257 R UP)
+(-1259 R UP)
((|constructor| (NIL "UnivariatePolynomialDivisionPackage provides a division for non monic univarite polynomials with coefficients in an \\spad{IntegralDomain}.")) (|divideIfCan| (((|Union| (|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) "failed") |#2| |#2|) "\\spad{divideIfCan(f,g)} returns quotient and remainder of the division of \\spad{f} by \\spad{g} or \"failed\" if it has not succeeded.")))
NIL
NIL
-(-1258 R U)
+(-1260 R U)
((|constructor| (NIL "This package implements Karatsuba\\spad{'s} trick for multiplying (large) univariate polynomials. It could be improved with a version doing the work on place and also with a special case for squares. We've done this in Basicmath,{} but we believe that this out of the scope of AXIOM.")) (|karatsuba| ((|#2| |#2| |#2| (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{karatsuba(a,b,l,k)} returns \\spad{a*b} by applying Karatsuba\\spad{'s} trick provided that both \\spad{a} and \\spad{b} have at least \\spad{l} terms and \\spad{k > 0} holds and by calling \\spad{noKaratsuba} otherwise. The other multiplications are performed by recursive calls with the same third argument and \\spad{k-1} as fourth argument.")) (|karatsubaOnce| ((|#2| |#2| |#2|) "\\spad{karatsuba(a,b)} returns \\spad{a*b} by applying Karatsuba\\spad{'s} trick once. The other multiplications are performed by calling \\spad{*} from \\spad{U}.")) (|noKaratsuba| ((|#2| |#2| |#2|) "\\spad{noKaratsuba(a,b)} returns \\spad{a*b} without using Karatsuba\\spad{'s} trick at all.")))
NIL
NIL
-(-1259 |x| R)
+(-1261 |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}")))
-(((-4464 "*") |has| |#2| (-174)) (-4455 |has| |#2| (-568)) (-4458 |has| |#2| (-374)) (-4460 |has| |#2| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#2| (QUOTE (-926))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-174))) (-2755 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-568)))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -899) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-390))))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -899) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -899) (QUOTE (-576))))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-390)))))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -905) (QUOTE (-576)))))) (-12 (|HasCategory| (-1101) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (QUOTE (-576)))) (-2755 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#2| (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (-2755 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-926)))) (-2755 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-926)))) (-2755 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-926)))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1171))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1195)))) (|HasCategory| |#2| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#2| (QUOTE (-238))) (|HasAttribute| |#2| (QUOTE -4460)) (|HasCategory| |#2| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-926)))) (-2755 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-926)))) (|HasCategory| |#2| (QUOTE (-146)))))
-(-1260 R PR S PS)
+(((-4466 "*") |has| |#2| (-174)) (-4457 |has| |#2| (-568)) (-4460 |has| |#2| (-374)) (-4462 |has| |#2| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#2| (QUOTE (-928))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-174))) (-3795 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-568)))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -901) (QUOTE (-390)))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-390))))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -901) (QUOTE (-576)))) (|HasCategory| |#2| (LIST (QUOTE -901) (QUOTE (-576))))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-390)))))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -626) (LIST (QUOTE -907) (QUOTE (-576)))))) (-12 (|HasCategory| (-1103) (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-548))))) (|HasCategory| |#2| (LIST (QUOTE -651) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-148))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (QUOTE (-576)))) (-3795 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| |#2| (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (-3795 (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-928)))) (-3795 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-928)))) (-3795 (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-928)))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-1173))) (|HasCategory| |#2| (LIST (QUOTE -919) (QUOTE (-1197)))) (|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasCategory| |#2| (QUOTE (-237))) (|HasCategory| |#2| (QUOTE (-238))) (|HasAttribute| |#2| (QUOTE -4462)) (|HasCategory| |#2| (QUOTE (-464))) (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-928)))) (-3795 (-12 (|HasCategory| $ (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-928)))) (|HasCategory| |#2| (QUOTE (-146)))))
+(-1262 R PR S PS)
((|constructor| (NIL "Mapping from polynomials over \\spad{R} to polynomials over \\spad{S} given a map from \\spad{R} to \\spad{S} assumed to send zero to zero.")) (|map| ((|#4| (|Mapping| |#3| |#1|) |#2|) "\\spad{map(f, p)} takes a function \\spad{f} from \\spad{R} to \\spad{S},{} and applies it to each (non-zero) coefficient of a polynomial \\spad{p} over \\spad{R},{} getting a new polynomial over \\spad{S}. Note: since the map is not applied to zero elements,{} it may map zero to zero.")))
NIL
NIL
-(-1261 S R)
+(-1263 S R)
((|constructor| (NIL "The category of univariate polynomials over a ring \\spad{R}. No particular model is assumed - implementations can be either sparse or dense.")) (|integrate| (($ $) "\\spad{integrate(p)} integrates the univariate polynomial \\spad{p} with respect to its distinguished variable.")) (|additiveValuation| ((|attribute|) "euclideanSize(a*b) = euclideanSize(a) + euclideanSize(\\spad{b})")) (|separate| (((|Record| (|:| |primePart| $) (|:| |commonPart| $)) $ $) "\\spad{separate(p, q)} returns \\spad{[a, b]} such that polynomial \\spad{p = a b} and \\spad{a} is relatively prime to \\spad{q}.")) (|pseudoDivide| (((|Record| (|:| |coef| |#2|) (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{pseudoDivide(p,q)} returns \\spad{[c, q, r]},{} when \\spad{p' := p*lc(q)**(deg p - deg q + 1) = c * p} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|pseudoQuotient| (($ $ $) "\\spad{pseudoQuotient(p,q)} returns \\spad{r},{} the quotient when \\spad{p' := p*lc(q)**(deg p - deg q + 1)} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|composite| (((|Union| (|Fraction| $) "failed") (|Fraction| $) $) "\\spad{composite(f, q)} returns \\spad{h} if \\spad{f} = \\spad{h}(\\spad{q}),{} and \"failed\" is no such \\spad{h} exists.") (((|Union| $ "failed") $ $) "\\spad{composite(p, q)} returns \\spad{h} if \\spad{p = h(q)},{} and \"failed\" no such \\spad{h} exists.")) (|subResultantGcd| (($ $ $) "\\spad{subResultantGcd(p,q)} computes the \\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| ((|#2| (|Fraction| $) |#2|) "\\spad{elt(a,r)} evaluates the fraction of univariate polynomials \\spad{a} with the distinguished variable replaced by the constant \\spad{r}.") (((|Fraction| $) (|Fraction| $) (|Fraction| $)) "\\spad{elt(a,b)} evaluates the fraction of univariate polynomials \\spad{a} with the distinguished variable replaced by \\spad{b}.")) (|resultant| ((|#2| $ $) "\\spad{resultant(p,q)} returns the resultant of the polynomials \\spad{p} and \\spad{q}.")) (|discriminant| ((|#2| $) "\\spad{discriminant(p)} returns the discriminant of the polynomial \\spad{p}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|) $) "\\spad{differentiate(p, d, x')} extends the \\spad{R}-derivation \\spad{d} to an extension \\spad{D} in \\spad{R[x]} where \\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| |#2|)) "\\spad{unmakeSUP(sup)} converts \\spad{sup} of type \\spadtype{SparseUnivariatePolynomial(R)} to be a member of the given type. Note: converse of makeSUP.")) (|makeSUP| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{makeSUP(p)} converts the polynomial \\spad{p} to be of type SparseUnivariatePolynomial over the same coefficients.")) (|vectorise| (((|Vector| |#2|) $ (|NonNegativeInteger|)) "\\spad{vectorise(p, n)} returns \\spad{[a0,...,a(n-1)]} where \\spad{p = a0 + a1*x + ... + a(n-1)*x**(n-1)} + higher order terms. The degree of polynomial \\spad{p} can be different from \\spad{n-1}.")))
NIL
-((|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-1171))))
-(-1262 R)
+((|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374))) (|HasCategory| |#2| (QUOTE (-464))) (|HasCategory| |#2| (QUOTE (-568))) (|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (QUOTE (-1173))))
+(-1264 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}.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4458 |has| |#1| (-374)) (-4460 |has| |#1| (-6 -4460)) (-4457 . T) (-4456 . T) (-4459 . T))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4460 |has| |#1| (-374)) (-4462 |has| |#1| (-6 -4462)) (-4459 . T) (-4458 . T) (-4461 . T))
NIL
-(-1263 S |Coef| |Expon|)
+(-1265 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}.")) (|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 -915) (QUOTE (-1195)))) (|HasSignature| |#2| (LIST (QUOTE *) (LIST (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#2|)))) (|HasCategory| |#3| (QUOTE (-1131))) (|HasSignature| |#2| (LIST (QUOTE **) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasSignature| |#2| (LIST (QUOTE -3567) (LIST (|devaluate| |#2|) (QUOTE (-1195))))))
-(-1264 |Coef| |Expon|)
+((|HasCategory| |#2| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasSignature| |#2| (LIST (QUOTE *) (LIST (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#2|)))) (|HasCategory| |#3| (QUOTE (-1133))) (|HasSignature| |#2| (LIST (QUOTE **) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasSignature| |#2| (LIST (QUOTE -4114) (LIST (|devaluate| |#2|) (QUOTE (-1197))))))
+(-1266 |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}.")) (|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.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4456 . T) (-4457 . T) (-4459 . T))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-1265 RC P)
+(-1267 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}.")))
NIL
NIL
-(-1266 |Coef1| |Coef2| |var1| |var2| |cen1| |cen2|)
+(-1268 |Coef1| |Coef2| |var1| |var2| |cen1| |cen2|)
((|constructor| (NIL "Mapping package for univariate Puiseux series. This package allows one to apply a function to the coefficients of a univariate Puiseux series.")) (|map| (((|UnivariatePuiseuxSeries| |#2| |#4| |#6|) (|Mapping| |#2| |#1|) (|UnivariatePuiseuxSeries| |#1| |#3| |#5|)) "\\spad{map(f,g(x))} applies the map \\spad{f} to the coefficients of the Puiseux series \\spad{g(x)}.")))
NIL
NIL
-(-1267 |Coef|)
+(-1269 |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.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-374)) (-4454 |has| |#1| (-374)) (-4456 . T) (-4457 . T) (-4459 . T))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-374)) (-4456 |has| |#1| (-374)) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-1268 S |Coef| ULS)
+(-1270 S |Coef| ULS)
((|constructor| (NIL "This is a category of univariate Puiseux series constructed from univariate Laurent series. A Puiseux series is represented by a pair \\spad{[r,f(x)]},{} where \\spad{r} is a positive rational number and \\spad{f(x)} is a Laurent series. This pair represents the Puiseux series \\spad{f(x^r)}.")) (|laurentIfCan| (((|Union| |#3| "failed") $) "\\spad{laurentIfCan(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. If this is not possible,{} \"failed\" is returned.")) (|laurent| ((|#3| $) "\\spad{laurent(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. Error: if this is not possible.")) (|degree| (((|Fraction| (|Integer|)) $) "\\spad{degree(f(x))} returns the degree of the leading term of the Puiseux series \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurentRep| ((|#3| $) "\\spad{laurentRep(f(x))} returns \\spad{g(x)} where the Puiseux series \\spad{f(x) = g(x^r)} is represented by \\spad{[r,g(x)]}.")) (|rationalPower| (((|Fraction| (|Integer|)) $) "\\spad{rationalPower(f(x))} returns \\spad{r} where the Puiseux series \\spad{f(x) = g(x^r)}.")) (|puiseux| (($ (|Fraction| (|Integer|)) |#3|) "\\spad{puiseux(r,f(x))} returns \\spad{f(x^r)}.")))
NIL
NIL
-(-1269 |Coef| ULS)
+(-1271 |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)}.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-374)) (-4454 |has| |#1| (-374)) (-4456 . T) (-4457 . T) (-4459 . T))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-374)) (-4456 |has| |#1| (-374)) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-1270 |Coef| ULS)
+(-1272 |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)}.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-374)) (-4454 |has| |#1| (-374)) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|)))) (|HasCategory| (-419 (-576)) (QUOTE (-1131))) (|HasCategory| |#1| (QUOTE (-374))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasSignature| |#1| (LIST (QUOTE -3567) (LIST (|devaluate| |#1|) (QUOTE (-1195)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (-2755 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-976))) (|HasCategory| |#1| (QUOTE (-1221))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -2092) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1195))))) (|HasSignature| |#1| (LIST (QUOTE -1960) (LIST (LIST (QUOTE -656) (QUOTE (-1195))) (|devaluate| |#1|)))))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))))
-(-1271 |Coef| |var| |cen|)
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-374)) (-4456 |has| |#1| (-374)) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|)))) (|HasCategory| (-419 (-576)) (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-374))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasSignature| |#1| (LIST (QUOTE -4114) (LIST (|devaluate| |#1|) (QUOTE (-1197)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (-3795 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-978))) (|HasCategory| |#1| (QUOTE (-1223))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -1488) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1197))))) (|HasSignature| |#1| (LIST (QUOTE -1583) (LIST (LIST (QUOTE -656) (QUOTE (-1197))) (|devaluate| |#1|)))))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))))
+(-1273 |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.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4460 |has| |#1| (-374)) (-4454 |has| |#1| (-374)) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|)))) (|HasCategory| (-419 (-576)) (QUOTE (-1131))) (|HasCategory| |#1| (QUOTE (-374))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-2755 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasSignature| |#1| (LIST (QUOTE -3567) (LIST (|devaluate| |#1|) (QUOTE (-1195)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (-2755 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-976))) (|HasCategory| |#1| (QUOTE (-1221))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -2092) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1195))))) (|HasSignature| |#1| (LIST (QUOTE -1960) (LIST (LIST (QUOTE -656) (QUOTE (-1195))) (|devaluate| |#1|)))))))
-(-1272 R FE |var| |cen|)
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4462 |has| |#1| (-374)) (-4456 |has| |#1| (-374)) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#1| (QUOTE (-174))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576))) (|devaluate| |#1|)))) (|HasCategory| (-419 (-576)) (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-374))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-3795 (|HasCategory| |#1| (QUOTE (-374))) (|HasCategory| |#1| (QUOTE (-568)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasSignature| |#1| (LIST (QUOTE -4114) (LIST (|devaluate| |#1|) (QUOTE (-1197)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -419) (QUOTE (-576)))))) (-3795 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-978))) (|HasCategory| |#1| (QUOTE (-1223))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -1488) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1197))))) (|HasSignature| |#1| (LIST (QUOTE -1583) (LIST (LIST (QUOTE -656) (QUOTE (-1197))) (|devaluate| |#1|)))))))
+(-1274 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))}.")))
-(((-4464 "*") |has| (-1271 |#2| |#3| |#4|) (-174)) (-4455 |has| (-1271 |#2| |#3| |#4|) (-568)) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| (-1271 |#2| |#3| |#4|) (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-1271 |#2| |#3| |#4|) (QUOTE (-146))) (|HasCategory| (-1271 |#2| |#3| |#4|) (QUOTE (-148))) (|HasCategory| (-1271 |#2| |#3| |#4|) (QUOTE (-174))) (-2755 (|HasCategory| (-1271 |#2| |#3| |#4|) (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-1271 |#2| |#3| |#4|) (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| (-1271 |#2| |#3| |#4|) (LIST (QUOTE -1057) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-1271 |#2| |#3| |#4|) (LIST (QUOTE -1057) (QUOTE (-576)))) (|HasCategory| (-1271 |#2| |#3| |#4|) (QUOTE (-374))) (|HasCategory| (-1271 |#2| |#3| |#4|) (QUOTE (-464))) (|HasCategory| (-1271 |#2| |#3| |#4|) (QUOTE (-568))))
-(-1273 A S)
+(((-4466 "*") |has| (-1273 |#2| |#3| |#4|) (-174)) (-4457 |has| (-1273 |#2| |#3| |#4|) (-568)) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| (-1273 |#2| |#3| |#4|) (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-1273 |#2| |#3| |#4|) (QUOTE (-146))) (|HasCategory| (-1273 |#2| |#3| |#4|) (QUOTE (-148))) (|HasCategory| (-1273 |#2| |#3| |#4|) (QUOTE (-174))) (-3795 (|HasCategory| (-1273 |#2| |#3| |#4|) (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-1273 |#2| |#3| |#4|) (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576)))))) (|HasCategory| (-1273 |#2| |#3| |#4|) (LIST (QUOTE -1059) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| (-1273 |#2| |#3| |#4|) (LIST (QUOTE -1059) (QUOTE (-576)))) (|HasCategory| (-1273 |#2| |#3| |#4|) (QUOTE (-374))) (|HasCategory| (-1273 |#2| |#3| |#4|) (QUOTE (-464))) (|HasCategory| (-1273 |#2| |#3| |#4|) (QUOTE (-568))))
+(-1275 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 -4463)))
-(-1274 S)
+((|HasAttribute| |#1| (QUOTE -4465)))
+(-1276 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
NIL
-(-1275 |Coef1| |Coef2| UTS1 UTS2)
+(-1277 |Coef1| |Coef2| UTS1 UTS2)
((|constructor| (NIL "Mapping package for univariate Taylor series. \\indented{2}{This package allows one to apply a function to the coefficients of} \\indented{2}{a univariate Taylor series.}")) (|map| ((|#4| (|Mapping| |#2| |#1|) |#3|) "\\spad{map(f,g(x))} applies the map \\spad{f} to the coefficients of \\indented{1}{the Taylor series \\spad{g(x)}.}")))
NIL
NIL
-(-1276 S |Coef|)
+(-1278 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 (-576)))) (|HasCategory| |#2| (QUOTE (-976))) (|HasCategory| |#2| (QUOTE (-1221))) (|HasSignature| |#2| (LIST (QUOTE -1960) (LIST (LIST (QUOTE -656) (QUOTE (-1195))) (|devaluate| |#2|)))) (|HasSignature| |#2| (LIST (QUOTE -2092) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (QUOTE (-1195))))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374))))
-(-1277 |Coef|)
+((|HasCategory| |#2| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#2| (QUOTE (-978))) (|HasCategory| |#2| (QUOTE (-1223))) (|HasSignature| |#2| (LIST (QUOTE -1583) (LIST (LIST (QUOTE -656) (QUOTE (-1197))) (|devaluate| |#2|)))) (|HasSignature| |#2| (LIST (QUOTE -1488) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (QUOTE (-1197))))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#2| (QUOTE (-374))))
+(-1279 |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.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4456 . T) (-4457 . T) (-4459 . T))
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-1278 |Coef| |var| |cen|)
+(-1280 |Coef| |var| |cen|)
((|constructor| (NIL "Dense Taylor series in one variable \\spadtype{UnivariateTaylorSeries} is a domain representing Taylor series in one variable with coefficients in an arbitrary ring. The parameters of the type specify the coefficient ring,{} the power series variable,{} and the center of the power series expansion. For example,{} \\spadtype{UnivariateTaylorSeries}(Integer,{}\\spad{x},{}3) represents Taylor series in \\spad{(x - 3)} with \\spadtype{Integer} coefficients.")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x),x)} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|invmultisect| (($ (|Integer|) (|Integer|) $) "\\spad{invmultisect(a,b,f(x))} substitutes \\spad{x^((a+b)*n)} \\indented{1}{for \\spad{x^n} and multiples by \\spad{x^b}.}")) (|multisect| (($ (|Integer|) (|Integer|) $) "\\spad{multisect(a,b,f(x))} selects the coefficients of \\indented{1}{\\spad{x^((a+b)*n+a)},{} and changes this monomial to \\spad{x^n}.}")) (|revert| (($ $) "\\spad{revert(f(x))} returns a Taylor series \\spad{g(x)} such that \\spad{f(g(x)) = g(f(x)) = x}. Series \\spad{f(x)} should have constant coefficient 0 and invertible 1st order coefficient.")) (|generalLambert| (($ $ (|Integer|) (|Integer|)) "\\spad{generalLambert(f(x),a,d)} returns \\spad{f(x^a) + f(x^(a + d)) + \\indented{1}{f(x^(a + 2 d)) + ... }. \\spad{f(x)} should have zero constant} \\indented{1}{coefficient and \\spad{a} and \\spad{d} should be positive.}")) (|evenlambert| (($ $) "\\spad{evenlambert(f(x))} returns \\spad{f(x^2) + f(x^4) + f(x^6) + ...}. \\indented{1}{\\spad{f(x)} should have a zero constant coefficient.} \\indented{1}{This function is used for computing infinite products.} \\indented{1}{If \\spad{f(x)} is a Taylor series with constant term 1,{} then} \\indented{1}{\\spad{product(n=1..infinity,f(x^(2*n))) = exp(log(evenlambert(f(x))))}.}")) (|oddlambert| (($ $) "\\spad{oddlambert(f(x))} returns \\spad{f(x) + f(x^3) + f(x^5) + ...}. \\indented{1}{\\spad{f(x)} should have a zero constant coefficient.} \\indented{1}{This function is used for computing infinite products.} \\indented{1}{If \\spad{f(x)} is a Taylor series with constant term 1,{} then} \\indented{1}{\\spad{product(n=1..infinity,f(x^(2*n-1)))=exp(log(oddlambert(f(x))))}.}")) (|lambert| (($ $) "\\spad{lambert(f(x))} returns \\spad{f(x) + f(x^2) + f(x^3) + ...}. \\indented{1}{This function is used for computing infinite products.} \\indented{1}{\\spad{f(x)} should have zero constant coefficient.} \\indented{1}{If \\spad{f(x)} is a Taylor series with constant term 1,{} then} \\indented{1}{\\spad{product(n = 1..infinity,f(x^n)) = exp(log(lambert(f(x))))}.}")) (|lagrange| (($ $) "\\spad{lagrange(g(x))} produces the Taylor series for \\spad{f(x)} \\indented{1}{where \\spad{f(x)} is implicitly defined as \\spad{f(x) = x*g(f(x))}.}")) (|univariatePolynomial| (((|UnivariatePolynomial| |#2| |#1|) $ (|NonNegativeInteger|)) "\\spad{univariatePolynomial(f,k)} returns a univariate polynomial \\indented{1}{consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.}")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a \\indented{1}{Taylor series.}") (($ (|UnivariatePolynomial| |#2| |#1|)) "\\spad{coerce(p)} converts a univariate polynomial \\spad{p} in the variable \\spad{var} to a univariate Taylor series in \\spad{var}.")))
-(((-4464 "*") |has| |#1| (-174)) (-4455 |has| |#1| (-568)) (-4456 . T) (-4457 . T) (-4459 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (-2755 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (LIST (QUOTE -915) (QUOTE (-1195)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-783)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-783)) (|devaluate| |#1|)))) (|HasCategory| (-783) (QUOTE (-1131))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-783))))) (|HasSignature| |#1| (LIST (QUOTE -3567) (LIST (|devaluate| |#1|) (QUOTE (-1195)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-783))))) (|HasCategory| |#1| (QUOTE (-374))) (-2755 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-976))) (|HasCategory| |#1| (QUOTE (-1221))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -2092) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1195))))) (|HasSignature| |#1| (LIST (QUOTE -1960) (LIST (LIST (QUOTE -656) (QUOTE (-1195))) (|devaluate| |#1|)))))))
-(-1279 |Coef| UTS)
+(((-4466 "*") |has| |#1| (-174)) (-4457 |has| |#1| (-568)) (-4458 . T) (-4459 . T) (-4461 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasCategory| |#1| (QUOTE (-568))) (-3795 (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-568)))) (|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-148))) (-12 (|HasCategory| |#1| (LIST (QUOTE -917) (QUOTE (-1197)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-783)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-783)) (|devaluate| |#1|)))) (|HasCategory| (-783) (QUOTE (-1133))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-783))))) (|HasSignature| |#1| (LIST (QUOTE -4114) (LIST (|devaluate| |#1|) (QUOTE (-1197)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-783))))) (|HasCategory| |#1| (QUOTE (-374))) (-3795 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-576)))) (|HasCategory| |#1| (QUOTE (-978))) (|HasCategory| |#1| (QUOTE (-1223))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasSignature| |#1| (LIST (QUOTE -1488) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1197))))) (|HasSignature| |#1| (LIST (QUOTE -1583) (LIST (LIST (QUOTE -656) (QUOTE (-1197))) (|devaluate| |#1|)))))))
+(-1281 |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
-(-1280 -1956 UP L UTS)
+(-1282 -2117 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 (-568))))
-(-1281)
+(-1283)
((|constructor| (NIL "The category of domains that act like unions. UnionType,{} like Type or Category,{} acts mostly as a take that communicates `union-like' intended semantics to the compiler. A domain \\spad{D} that satifies UnionType should provide definitions for `case' operators,{} with corresponding `autoCoerce' operators.")))
NIL
NIL
-(-1282 |sym|)
+(-1284 |sym|)
((|constructor| (NIL "This domain implements variables")) (|variable| (((|Symbol|)) "\\spad{variable()} returns the symbol")) (|coerce| (((|Symbol|) $) "\\spad{coerce(x)} returns the symbol")))
NIL
NIL
-(-1283 S R)
+(-1285 S R)
((|constructor| (NIL "\\spadtype{VectorCategory} represents the type of vector like objects,{} \\spadignore{i.e.} finite sequences indexed by some finite segment of the integers. The operations available on vectors depend on the structure of the underlying components. Many operations from the component domain are defined for vectors componentwise. It can by assumed that extraction or updating components can be done in constant time.")) (|magnitude| ((|#2| $) "\\spad{magnitude(v)} computes the sqrt(dot(\\spad{v},{}\\spad{v})),{} \\spadignore{i.e.} the length")) (|length| ((|#2| $) "\\spad{length(v)} computes the sqrt(dot(\\spad{v},{}\\spad{v})),{} \\spadignore{i.e.} the magnitude")) (|cross| (($ $ $) "vectorProduct(\\spad{u},{}\\spad{v}) constructs the cross product of \\spad{u} and \\spad{v}. Error: if \\spad{u} and \\spad{v} are not of length 3.")) (|outerProduct| (((|Matrix| |#2|) $ $) "\\spad{outerProduct(u,v)} constructs the matrix whose (\\spad{i},{}\\spad{j})\\spad{'}th element is \\spad{u}(\\spad{i})\\spad{*v}(\\spad{j}).")) (|dot| ((|#2| $ $) "\\spad{dot(x,y)} computes the inner product of the two vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.")) (* (($ $ |#2|) "\\spad{y * r} multiplies each component of the vector \\spad{y} by the element \\spad{r}.") (($ |#2| $) "\\spad{r * y} multiplies the element \\spad{r} times each component of the vector \\spad{y}.") (($ (|Integer|) $) "\\spad{n * y} multiplies each component of the vector \\spad{y} by the integer \\spad{n}.")) (- (($ $ $) "\\spad{x - y} returns the component-wise difference of the vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.") (($ $) "\\spad{-x} negates all components of the vector \\spad{x}.")) (|zero| (($ (|NonNegativeInteger|)) "\\spad{zero(n)} creates a zero vector of length \\spad{n}.")) (+ (($ $ $) "\\spad{x + y} returns the component-wise sum of the vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.")))
NIL
-((|HasCategory| |#2| (QUOTE (-1021))) (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))))
-(-1284 R)
+((|HasCategory| |#2| (QUOTE (-1023))) (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (QUOTE (-738))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))))
+(-1286 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.")))
-((-4463 . T) (-4462 . T))
+((-4465 . T) (-4464 . T))
NIL
-(-1285 A B)
+(-1287 A B)
((|constructor| (NIL "\\indented{2}{This package provides operations which all take as arguments} vectors of elements of some type \\spad{A} and functions from \\spad{A} to another of type \\spad{B}. The operations all iterate over their vector argument and either return a value of type \\spad{B} or a vector over \\spad{B}.")) (|map| (((|Union| (|Vector| |#2|) "failed") (|Mapping| (|Union| |#2| "failed") |#1|) (|Vector| |#1|)) "\\spad{map(f, v)} applies the function \\spad{f} to every element of the vector \\spad{v} producing a new vector containing the values or \\spad{\"failed\"}.") (((|Vector| |#2|) (|Mapping| |#2| |#1|) (|Vector| |#1|)) "\\spad{map(f, v)} applies the function \\spad{f} to every element of the vector \\spad{v} producing a new vector containing the values.")) (|reduce| ((|#2| (|Mapping| |#2| |#1| |#2|) (|Vector| |#1|) |#2|) "\\spad{reduce(func,vec,ident)} combines the elements in \\spad{vec} using the binary function \\spad{func}. Argument \\spad{ident} is returned if \\spad{vec} is empty.")) (|scan| (((|Vector| |#2|) (|Mapping| |#2| |#1| |#2|) (|Vector| |#1|) |#2|) "\\spad{scan(func,vec,ident)} creates a new vector whose elements are the result of applying reduce to the binary function \\spad{func},{} increasing initial subsequences of the vector \\spad{vec},{} and the element \\spad{ident}.")))
NIL
NIL
-(-1286 R)
+(-1288 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.")))
-((-4463 . T) (-4462 . T))
-((-2755 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-2755 (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-2755 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (-2755 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-738))) (|HasCategory| |#1| (QUOTE (-1068))) (-12 (|HasCategory| |#1| (QUOTE (-1021))) (|HasCategory| |#1| (QUOTE (-1068)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1119))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
-(-1287)
+((-4465 . T) (-4464 . T))
+((-3795 (-12 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|))))) (-3795 (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-548)))) (-3795 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (-3795 (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121)))) (|HasCategory| |#1| (QUOTE (-862))) (|HasCategory| (-576) (QUOTE (-862))) (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-738))) (|HasCategory| |#1| (QUOTE (-1070))) (-12 (|HasCategory| |#1| (QUOTE (-1023))) (|HasCategory| |#1| (QUOTE (-1070)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1121))) (|HasCategory| |#1| (LIST (QUOTE -319) (|devaluate| |#1|)))))
+(-1289)
((|constructor| (NIL "TwoDimensionalViewport creates viewports to display graphs.")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(v)} returns the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport} as output of the domain \\spadtype{OutputForm}.")) (|key| (((|Integer|) $) "\\spad{key(v)} returns the process ID number of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport}.")) (|reset| (((|Void|) $) "\\spad{reset(v)} sets the current state of the graph characteristics of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} back to their initial settings.")) (|write| (((|String|) $ (|String|) (|List| (|String|))) "\\spad{write(v,s,lf)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v} and the optional file types indicated by the list \\spad{lf}.") (((|String|) $ (|String|) (|String|)) "\\spad{write(v,s,f)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v} and an optional file type \\spad{f}.") (((|String|) $ (|String|)) "\\spad{write(v,s)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v}.")) (|resize| (((|Void|) $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{resize(v,w,h)} displays the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with a width of \\spad{w} and a height of \\spad{h},{} keeping the upper left-hand corner position unchanged.")) (|update| (((|Void|) $ (|GraphImage|) (|PositiveInteger|)) "\\spad{update(v,gr,n)} drops the graph \\spad{gr} in slot \\spad{n} of viewport \\spad{v}. The graph \\spad{gr} must have been transmitted already and acquired an integer key.")) (|move| (((|Void|) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{move(v,x,y)} displays the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the upper left-hand corner of the viewport window at the screen coordinate position \\spad{x},{} \\spad{y}.")) (|show| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{show(v,n,s)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the graph if \\spad{s} is \"off\".")) (|translate| (((|Void|) $ (|PositiveInteger|) (|Float|) (|Float|)) "\\spad{translate(v,n,dx,dy)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} translated by \\spad{dx} in the \\spad{x}-coordinate direction from the center of the viewport,{} and by \\spad{dy} in the \\spad{y}-coordinate direction from the center. Setting \\spad{dx} and \\spad{dy} to \\spad{0} places the center of the graph at the center of the viewport.")) (|scale| (((|Void|) $ (|PositiveInteger|) (|Float|) (|Float|)) "\\spad{scale(v,n,sx,sy)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} scaled by the factor \\spad{sx} in the \\spad{x}-coordinate direction and by the factor \\spad{sy} in the \\spad{y}-coordinate direction.")) (|dimensions| (((|Void|) $ (|NonNegativeInteger|) (|NonNegativeInteger|) (|PositiveInteger|) (|PositiveInteger|)) "\\spad{dimensions(v,x,y,width,height)} sets the position of the upper left-hand corner of the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} to the window coordinate \\spad{x},{} \\spad{y},{} and sets the dimensions of the window to that of \\spad{width},{} \\spad{height}. The new dimensions are not displayed until the function \\spadfun{makeViewport2D} is executed again for \\spad{v}.")) (|close| (((|Void|) $) "\\spad{close(v)} closes the viewport window of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and terminates the corresponding process ID.")) (|controlPanel| (((|Void|) $ (|String|)) "\\spad{controlPanel(v,s)} displays the control panel of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or hides the control panel if \\spad{s} is \"off\".")) (|connect| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{connect(v,n,s)} displays the lines connecting the graph points in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the lines if \\spad{s} is \"off\".")) (|region| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{region(v,n,s)} displays the bounding box of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the bounding box if \\spad{s} is \"off\".")) (|points| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{points(v,n,s)} displays the points of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the points if \\spad{s} is \"off\".")) (|units| (((|Void|) $ (|PositiveInteger|) (|Palette|)) "\\spad{units(v,n,c)} displays the units of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the units color set to the given palette color \\spad{c}.") (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{units(v,n,s)} displays the units of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the units if \\spad{s} is \"off\".")) (|axes| (((|Void|) $ (|PositiveInteger|) (|Palette|)) "\\spad{axes(v,n,c)} displays the axes of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the axes color set to the given palette color \\spad{c}.") (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{axes(v,n,s)} displays the axes of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the axes if \\spad{s} is \"off\".")) (|getGraph| (((|GraphImage|) $ (|PositiveInteger|)) "\\spad{getGraph(v,n)} returns the graph which is of the domain \\spadtype{GraphImage} which is located in graph field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of the domain \\spadtype{TwoDimensionalViewport}.")) (|putGraph| (((|Void|) $ (|GraphImage|) (|PositiveInteger|)) "\\spad{putGraph(v,gi,n)} sets the graph field indicated by \\spad{n},{} of the indicated two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} to be the graph,{} \\spad{gi} of domain \\spadtype{GraphImage}. The contents of viewport,{} \\spad{v},{} will contain \\spad{gi} when the function \\spadfun{makeViewport2D} is called to create the an updated viewport \\spad{v}.")) (|title| (((|Void|) $ (|String|)) "\\spad{title(v,s)} changes the title which is shown in the two-dimensional viewport window,{} \\spad{v} of domain \\spadtype{TwoDimensionalViewport}.")) (|graphs| (((|Vector| (|Union| (|GraphImage|) "undefined")) $) "\\spad{graphs(v)} returns a vector,{} or list,{} which is a union of all the graphs,{} of the domain \\spadtype{GraphImage},{} which are allocated for the two-dimensional viewport,{} \\spad{v},{} of domain \\spadtype{TwoDimensionalViewport}. Those graphs which have no data are labeled \"undefined\",{} otherwise their contents are shown.")) (|graphStates| (((|Vector| (|Record| (|:| |scaleX| (|DoubleFloat|)) (|:| |scaleY| (|DoubleFloat|)) (|:| |deltaX| (|DoubleFloat|)) (|:| |deltaY| (|DoubleFloat|)) (|:| |points| (|Integer|)) (|:| |connect| (|Integer|)) (|:| |spline| (|Integer|)) (|:| |axes| (|Integer|)) (|:| |axesColor| (|Palette|)) (|:| |units| (|Integer|)) (|:| |unitsColor| (|Palette|)) (|:| |showing| (|Integer|)))) $) "\\spad{graphStates(v)} returns and shows a listing of a record containing the current state of the characteristics of each of the ten graph records in the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport}.")) (|graphState| (((|Void|) $ (|PositiveInteger|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Palette|) (|Integer|) (|Palette|) (|Integer|)) "\\spad{graphState(v,num,sX,sY,dX,dY,pts,lns,box,axes,axesC,un,unC,cP)} sets the state of the characteristics for the graph indicated by \\spad{num} in the given two-dimensional viewport \\spad{v},{} of domain \\spadtype{TwoDimensionalViewport},{} to the values given as parameters. The scaling of the graph in the \\spad{x} and \\spad{y} component directions is set to be \\spad{sX} and \\spad{sY}; the window translation in the \\spad{x} and \\spad{y} component directions is set to be \\spad{dX} and \\spad{dY}; The graph points,{} lines,{} bounding \\spad{box},{} \\spad{axes},{} or units will be shown in the viewport if their given parameters \\spad{pts},{} \\spad{lns},{} \\spad{box},{} \\spad{axes} or \\spad{un} are set to be \\spad{1},{} but will not be shown if they are set to \\spad{0}. The color of the \\spad{axes} and the color of the units are indicated by the palette colors \\spad{axesC} and \\spad{unC} respectively. To display the control panel when the viewport window is displayed,{} set \\spad{cP} to \\spad{1},{} otherwise set it to \\spad{0}.")) (|options| (($ $ (|List| (|DrawOption|))) "\\spad{options(v,lopt)} takes the given two-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{TwoDimensionalViewport} and returns \\spad{v} with it\\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(gi,lopt)} creates and displays a viewport window of the domain \\spadtype{TwoDimensionalViewport} whose graph field is assigned to be the given graph,{} \\spad{gi},{} of domain \\spadtype{GraphImage},{} and whose options field is set to be the list of options,{} \\spad{lopt} of domain \\spadtype{DrawOption}.") (($ $) "\\spad{makeViewport2D(v)} takes the given two-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{TwoDimensionalViewport} and displays a viewport window on the screen which contains the contents of \\spad{v}.")) (|viewport2D| (($) "\\spad{viewport2D()} returns an undefined two-dimensional viewport of the domain \\spadtype{TwoDimensionalViewport} whose contents are empty.")) (|getPickedPoints| (((|List| (|Point| (|DoubleFloat|))) $) "\\spad{getPickedPoints(x)} returns a list of small floats for the points the user interactively picked on the viewport for full integration into the system,{} some design issues need to be addressed: \\spadignore{e.g.} how to go through the GraphImage interface,{} how to default to graphs,{} etc.")))
NIL
NIL
-(-1288)
+(-1290)
((|key| (((|Integer|) $) "\\spad{key(v)} returns the process ID number of the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport}.")) (|close| (((|Void|) $) "\\spad{close(v)} closes the viewport window of the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} and terminates the corresponding process ID.")) (|write| (((|String|) $ (|String|) (|List| (|String|))) "\\spad{write(v,s,lf)} takes the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data file for \\spad{v} and the optional file types indicated by the list \\spad{lf}.") (((|String|) $ (|String|) (|String|)) "\\spad{write(v,s,f)} takes the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data file for \\spad{v} and an optional file type \\spad{f}.") (((|String|) $ (|String|)) "\\spad{write(v,s)} takes the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data file for \\spad{v}.")) (|colorDef| (((|Void|) $ (|Color|) (|Color|)) "\\spad{colorDef(v,c1,c2)} sets the range of colors along the colormap so that the lower end of the colormap is defined by \\spad{c1} and the top end of the colormap is defined by \\spad{c2},{} for the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport}.")) (|reset| (((|Void|) $) "\\spad{reset(v)} sets the current state of the graph characteristics of the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} back to their initial settings.")) (|intensity| (((|Void|) $ (|Float|)) "\\spad{intensity(v,i)} sets the intensity of the light source to \\spad{i},{} for the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport}.")) (|lighting| (((|Void|) $ (|Float|) (|Float|) (|Float|)) "\\spad{lighting(v,x,y,z)} sets the position of the light source to the coordinates \\spad{x},{} \\spad{y},{} and \\spad{z} and displays the graph for the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport}.")) (|clipSurface| (((|Void|) $ (|String|)) "\\spad{clipSurface(v,s)} displays the graph with the specified clipping region removed if \\spad{s} is \"on\",{} or displays the graph without clipping implemented if \\spad{s} is \"off\",{} for the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport}.")) (|showClipRegion| (((|Void|) $ (|String|)) "\\spad{showClipRegion(v,s)} displays the clipping region of the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the region if \\spad{s} is \"off\".")) (|showRegion| (((|Void|) $ (|String|)) "\\spad{showRegion(v,s)} displays the bounding box of the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the box if \\spad{s} is \"off\".")) (|hitherPlane| (((|Void|) $ (|Float|)) "\\spad{hitherPlane(v,h)} sets the hither clipping plane of the graph to \\spad{h},{} for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}.")) (|eyeDistance| (((|Void|) $ (|Float|)) "\\spad{eyeDistance(v,d)} sets the distance of the observer from the center of the graph to \\spad{d},{} for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}.")) (|perspective| (((|Void|) $ (|String|)) "\\spad{perspective(v,s)} displays the graph in perspective if \\spad{s} is \"on\",{} or does not display perspective if \\spad{s} is \"off\" for the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport}.")) (|translate| (((|Void|) $ (|Float|) (|Float|)) "\\spad{translate(v,dx,dy)} sets the horizontal viewport offset to \\spad{dx} and the vertical viewport offset to \\spad{dy},{} for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}.")) (|zoom| (((|Void|) $ (|Float|) (|Float|) (|Float|)) "\\spad{zoom(v,sx,sy,sz)} sets the graph scaling factors for the \\spad{x}-coordinate axis to \\spad{sx},{} the \\spad{y}-coordinate axis to \\spad{sy} and the \\spad{z}-coordinate axis to \\spad{sz} for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}.") (((|Void|) $ (|Float|)) "\\spad{zoom(v,s)} sets the graph scaling factor to \\spad{s},{} for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}.")) (|rotate| (((|Void|) $ (|Integer|) (|Integer|)) "\\spad{rotate(v,th,phi)} rotates the graph to the longitudinal view angle \\spad{th} degrees and the latitudinal view angle \\spad{phi} degrees for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}. The new rotation position is not displayed until the function \\spadfun{makeViewport3D} is executed again for \\spad{v}.") (((|Void|) $ (|Float|) (|Float|)) "\\spad{rotate(v,th,phi)} rotates the graph to the longitudinal view angle \\spad{th} radians and the latitudinal view angle \\spad{phi} radians for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}.")) (|drawStyle| (((|Void|) $ (|String|)) "\\spad{drawStyle(v,s)} displays the surface for the given three-dimensional viewport \\spad{v} which is of domain \\spadtype{ThreeDimensionalViewport} in the style of drawing indicated by \\spad{s}. If \\spad{s} is not a valid drawing style the style is wireframe by default. Possible styles are \\spad{\"shade\"},{} \\spad{\"solid\"} or \\spad{\"opaque\"},{} \\spad{\"smooth\"},{} and \\spad{\"wireMesh\"}.")) (|outlineRender| (((|Void|) $ (|String|)) "\\spad{outlineRender(v,s)} displays the polygon outline showing either triangularized surface or a quadrilateral surface outline depending on the whether the \\spadfun{diagonals} function has been set,{} for the given three-dimensional viewport \\spad{v} which is of domain \\spadtype{ThreeDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the polygon outline if \\spad{s} is \"off\".")) (|diagonals| (((|Void|) $ (|String|)) "\\spad{diagonals(v,s)} displays the diagonals of the polygon outline showing a triangularized surface instead of a quadrilateral surface outline,{} for the given three-dimensional viewport \\spad{v} which is of domain \\spadtype{ThreeDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the diagonals if \\spad{s} is \"off\".")) (|axes| (((|Void|) $ (|String|)) "\\spad{axes(v,s)} displays the axes of the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the axes if \\spad{s} is \"off\".")) (|controlPanel| (((|Void|) $ (|String|)) "\\spad{controlPanel(v,s)} displays the control panel of the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} if \\spad{s} is \"on\",{} or hides the control panel if \\spad{s} is \"off\".")) (|viewpoint| (((|Void|) $ (|Float|) (|Float|) (|Float|)) "\\spad{viewpoint(v,rotx,roty,rotz)} sets the rotation about the \\spad{x}-axis to be \\spad{rotx} radians,{} sets the rotation about the \\spad{y}-axis to be \\spad{roty} radians,{} and sets the rotation about the \\spad{z}-axis to be \\spad{rotz} radians,{} for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport} and displays \\spad{v} with the new view position.") (((|Void|) $ (|Float|) (|Float|)) "\\spad{viewpoint(v,th,phi)} sets the longitudinal view angle to \\spad{th} radians and the latitudinal view angle to \\spad{phi} radians for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}. The new viewpoint position is not displayed until the function \\spadfun{makeViewport3D} is executed again for \\spad{v}.") (((|Void|) $ (|Integer|) (|Integer|) (|Float|) (|Float|) (|Float|)) "\\spad{viewpoint(v,th,phi,s,dx,dy)} sets the longitudinal view angle to \\spad{th} degrees,{} the latitudinal view angle to \\spad{phi} degrees,{} the scale factor to \\spad{s},{} the horizontal viewport offset to \\spad{dx},{} and the vertical viewport offset to \\spad{dy} for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}. The new viewpoint position is not displayed until the function \\spadfun{makeViewport3D} is executed again for \\spad{v}.") (((|Void|) $ (|Record| (|:| |theta| (|DoubleFloat|)) (|:| |phi| (|DoubleFloat|)) (|:| |scale| (|DoubleFloat|)) (|:| |scaleX| (|DoubleFloat|)) (|:| |scaleY| (|DoubleFloat|)) (|:| |scaleZ| (|DoubleFloat|)) (|:| |deltaX| (|DoubleFloat|)) (|:| |deltaY| (|DoubleFloat|)))) "\\spad{viewpoint(v,viewpt)} sets the viewpoint for the viewport. The viewport record consists of the latitudal and longitudal angles,{} the zoom factor,{} the \\spad{X},{} \\spad{Y},{} and \\spad{Z} scales,{} and the \\spad{X} and \\spad{Y} displacements.") (((|Record| (|:| |theta| (|DoubleFloat|)) (|:| |phi| (|DoubleFloat|)) (|:| |scale| (|DoubleFloat|)) (|:| |scaleX| (|DoubleFloat|)) (|:| |scaleY| (|DoubleFloat|)) (|:| |scaleZ| (|DoubleFloat|)) (|:| |deltaX| (|DoubleFloat|)) (|:| |deltaY| (|DoubleFloat|))) $) "\\spad{viewpoint(v)} returns the current viewpoint setting of the given viewport,{} \\spad{v}. This function is useful in the situation where the user has created a viewport,{} proceeded to interact with it via the control panel and desires to save the values of the viewpoint as the default settings for another viewport to be created using the system.") (((|Void|) $ (|Float|) (|Float|) (|Float|) (|Float|) (|Float|)) "\\spad{viewpoint(v,th,phi,s,dx,dy)} sets the longitudinal view angle to \\spad{th} radians,{} the latitudinal view angle to \\spad{phi} radians,{} the scale factor to \\spad{s},{} the horizontal viewport offset to \\spad{dx},{} and the vertical viewport offset to \\spad{dy} for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}. The new viewpoint position is not displayed until the function \\spadfun{makeViewport3D} is executed again for \\spad{v}.")) (|dimensions| (((|Void|) $ (|NonNegativeInteger|) (|NonNegativeInteger|) (|PositiveInteger|) (|PositiveInteger|)) "\\spad{dimensions(v,x,y,width,height)} sets the position of the upper left-hand corner of the three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} to the window coordinate \\spad{x},{} \\spad{y},{} and sets the dimensions of the window to that of \\spad{width},{} \\spad{height}. The new dimensions are not displayed until the function \\spadfun{makeViewport3D} is executed again for \\spad{v}.")) (|title| (((|Void|) $ (|String|)) "\\spad{title(v,s)} changes the title which is shown in the three-dimensional viewport window,{} \\spad{v} of domain \\spadtype{ThreeDimensionalViewport}.")) (|resize| (((|Void|) $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{resize(v,w,h)} displays the three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} with a width of \\spad{w} and a height of \\spad{h},{} keeping the upper left-hand corner position unchanged.")) (|move| (((|Void|) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{move(v,x,y)} displays the three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} with the upper left-hand corner of the viewport window at the screen coordinate position \\spad{x},{} \\spad{y}.")) (|options| (($ $ (|List| (|DrawOption|))) "\\spad{options(v,lopt)} takes the viewport,{} \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport} and sets the draw options being used by \\spad{v} to those indicated in the list,{} \\spad{lopt},{} which is a list of options from the domain \\spad{DrawOption}.") (((|List| (|DrawOption|)) $) "\\spad{options(v)} takes the viewport,{} \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport} and returns a list of all the draw options from the domain \\spad{DrawOption} which are being used by \\spad{v}.")) (|modifyPointData| (((|Void|) $ (|NonNegativeInteger|) (|Point| (|DoubleFloat|))) "\\spad{modifyPointData(v,ind,pt)} takes the viewport,{} \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport},{} and places the data point,{} \\spad{pt} into the list of points database of \\spad{v} at the index location given by \\spad{ind}.")) (|subspace| (($ $ (|ThreeSpace| (|DoubleFloat|))) "\\spad{subspace(v,sp)} places the contents of the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport},{} in the subspace \\spad{sp},{} which is of the domain \\spad{ThreeSpace}.") (((|ThreeSpace| (|DoubleFloat|)) $) "\\spad{subspace(v)} returns the contents of the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport},{} as a subspace of the domain \\spad{ThreeSpace}.")) (|makeViewport3D| (($ (|ThreeSpace| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{makeViewport3D(sp,lopt)} takes the given space,{} \\spad{sp} which is of the domain \\spadtype{ThreeSpace} and displays a viewport window on the screen which contains the contents of \\spad{sp},{} and whose draw options are indicated by the list \\spad{lopt},{} which is a list of options from the domain \\spad{DrawOption}.") (($ (|ThreeSpace| (|DoubleFloat|)) (|String|)) "\\spad{makeViewport3D(sp,s)} takes the given space,{} \\spad{sp} which is of the domain \\spadtype{ThreeSpace} and displays a viewport window on the screen which contains the contents of \\spad{sp},{} and whose title is given by \\spad{s}.") (($ $) "\\spad{makeViewport3D(v)} takes the given three-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{ThreeDimensionalViewport} and displays a viewport window on the screen which contains the contents of \\spad{v}.")) (|viewport3D| (($) "\\spad{viewport3D()} returns an undefined three-dimensional viewport of the domain \\spadtype{ThreeDimensionalViewport} whose contents are empty.")) (|viewDeltaYDefault| (((|Float|) (|Float|)) "\\spad{viewDeltaYDefault(dy)} sets the current default vertical offset from the center of the viewport window to be \\spad{dy} and returns \\spad{dy}.") (((|Float|)) "\\spad{viewDeltaYDefault()} returns the current default vertical offset from the center of the viewport window.")) (|viewDeltaXDefault| (((|Float|) (|Float|)) "\\spad{viewDeltaXDefault(dx)} sets the current default horizontal offset from the center of the viewport window to be \\spad{dx} and returns \\spad{dx}.") (((|Float|)) "\\spad{viewDeltaXDefault()} returns the current default horizontal offset from the center of the viewport window.")) (|viewZoomDefault| (((|Float|) (|Float|)) "\\spad{viewZoomDefault(s)} sets the current default graph scaling value to \\spad{s} and returns \\spad{s}.") (((|Float|)) "\\spad{viewZoomDefault()} returns the current default graph scaling value.")) (|viewPhiDefault| (((|Float|) (|Float|)) "\\spad{viewPhiDefault(p)} sets the current default latitudinal view angle in radians to the value \\spad{p} and returns \\spad{p}.") (((|Float|)) "\\spad{viewPhiDefault()} returns the current default latitudinal view angle in radians.")) (|viewThetaDefault| (((|Float|) (|Float|)) "\\spad{viewThetaDefault(t)} sets the current default longitudinal view angle in radians to the value \\spad{t} and returns \\spad{t}.") (((|Float|)) "\\spad{viewThetaDefault()} returns the current default longitudinal view angle in radians.")))
NIL
NIL
-(-1289)
+(-1291)
((|constructor| (NIL "ViewportDefaultsPackage describes default and user definable values for graphics")) (|tubeRadiusDefault| (((|DoubleFloat|)) "\\spad{tubeRadiusDefault()} returns the radius used for a 3D tube plot.") (((|DoubleFloat|) (|Float|)) "\\spad{tubeRadiusDefault(r)} sets the default radius for a 3D tube plot to \\spad{r}.")) (|tubePointsDefault| (((|PositiveInteger|)) "\\spad{tubePointsDefault()} returns the number of points to be used when creating the circle to be used in creating a 3D tube plot.") (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{tubePointsDefault(i)} sets the number of points to use when creating the circle to be used in creating a 3D tube plot to \\spad{i}.")) (|var2StepsDefault| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{var2StepsDefault(i)} sets the number of steps to take when creating a 3D mesh in the direction of the first defined free variable to \\spad{i} (a free variable is considered defined when its range is specified (\\spadignore{e.g.} \\spad{x=0}..10)).") (((|PositiveInteger|)) "\\spad{var2StepsDefault()} is the current setting for the number of steps to take when creating a 3D mesh in the direction of the first defined free variable (a free variable is considered defined when its range is specified (\\spadignore{e.g.} \\spad{x=0}..10)).")) (|var1StepsDefault| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{var1StepsDefault(i)} sets the number of steps to take when creating a 3D mesh in the direction of the first defined free variable to \\spad{i} (a free variable is considered defined when its range is specified (\\spadignore{e.g.} \\spad{x=0}..10)).") (((|PositiveInteger|)) "\\spad{var1StepsDefault()} is the current setting for the number of steps to take when creating a 3D mesh in the direction of the first defined free variable (a free variable is considered defined when its range is specified (\\spadignore{e.g.} \\spad{x=0}..10)).")) (|viewWriteAvailable| (((|List| (|String|))) "\\spad{viewWriteAvailable()} returns a list of available methods for writing,{} such as BITMAP,{} POSTSCRIPT,{} etc.")) (|viewWriteDefault| (((|List| (|String|)) (|List| (|String|))) "\\spad{viewWriteDefault(l)} sets the default list of things to write in a viewport data file to the strings in \\spad{l}; a viewAlone file is always genereated.") (((|List| (|String|))) "\\spad{viewWriteDefault()} returns the list of things to write in a viewport data file; a viewAlone file is always generated.")) (|viewDefaults| (((|Void|)) "\\spad{viewDefaults()} resets all the default graphics settings.")) (|viewSizeDefault| (((|List| (|PositiveInteger|)) (|List| (|PositiveInteger|))) "\\spad{viewSizeDefault([w,h])} sets the default viewport width to \\spad{w} and height to \\spad{h}.") (((|List| (|PositiveInteger|))) "\\spad{viewSizeDefault()} returns the default viewport width and height.")) (|viewPosDefault| (((|List| (|NonNegativeInteger|)) (|List| (|NonNegativeInteger|))) "\\spad{viewPosDefault([x,y])} sets the default \\spad{X} and \\spad{Y} position of a viewport window unless overriden explicityly,{} newly created viewports will have th \\spad{X} and \\spad{Y} coordinates \\spad{x},{} \\spad{y}.") (((|List| (|NonNegativeInteger|))) "\\spad{viewPosDefault()} returns the default \\spad{X} and \\spad{Y} position of a viewport window unless overriden explicityly,{} newly created viewports will have this \\spad{X} and \\spad{Y} coordinate.")) (|pointSizeDefault| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{pointSizeDefault(i)} sets the default size of the points in a 2D viewport to \\spad{i}.") (((|PositiveInteger|)) "\\spad{pointSizeDefault()} returns the default size of the points in a 2D viewport.")) (|unitsColorDefault| (((|Palette|) (|Palette|)) "\\spad{unitsColorDefault(p)} sets the default color of the unit ticks in a 2D viewport to the palette \\spad{p}.") (((|Palette|)) "\\spad{unitsColorDefault()} returns the default color of the unit ticks in a 2D viewport.")) (|axesColorDefault| (((|Palette|) (|Palette|)) "\\spad{axesColorDefault(p)} sets the default color of the axes in a 2D viewport to the palette \\spad{p}.") (((|Palette|)) "\\spad{axesColorDefault()} returns the default color of the axes in a 2D viewport.")) (|lineColorDefault| (((|Palette|) (|Palette|)) "\\spad{lineColorDefault(p)} sets the default color of lines connecting points in a 2D viewport to the palette \\spad{p}.") (((|Palette|)) "\\spad{lineColorDefault()} returns the default color of lines connecting points in a 2D viewport.")) (|pointColorDefault| (((|Palette|) (|Palette|)) "\\spad{pointColorDefault(p)} sets the default color of points in a 2D viewport to the palette \\spad{p}.") (((|Palette|)) "\\spad{pointColorDefault()} returns the default color of points in a 2D viewport.")))
NIL
NIL
-(-1290)
+(-1292)
((|constructor| (NIL "ViewportPackage provides functions for creating GraphImages and TwoDimensionalViewports from lists of lists of points.")) (|coerce| (((|TwoDimensionalViewport|) (|GraphImage|)) "\\spad{coerce(gi)} converts the indicated \\spadtype{GraphImage},{} \\spad{gi},{} into the \\spadtype{TwoDimensionalViewport} form.")) (|drawCurves| (((|TwoDimensionalViewport|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|List| (|DrawOption|))) "\\spad{drawCurves([[p0],[p1],...,[pn]],[options])} creates a \\spadtype{TwoDimensionalViewport} from the list of lists of points,{} \\spad{p0} throught \\spad{pn},{} using the options specified in the list \\spad{options}.") (((|TwoDimensionalViewport|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|Palette|) (|Palette|) (|PositiveInteger|) (|List| (|DrawOption|))) "\\spad{drawCurves([[p0],[p1],...,[pn]],ptColor,lineColor,ptSize,[options])} creates a \\spadtype{TwoDimensionalViewport} from the list of lists of points,{} \\spad{p0} throught \\spad{pn},{} using the options specified in the list \\spad{options}. The point color is specified by \\spad{ptColor},{} the line color is specified by \\spad{lineColor},{} and the point size is specified by \\spad{ptSize}.")) (|graphCurves| (((|GraphImage|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|List| (|DrawOption|))) "\\spad{graphCurves([[p0],[p1],...,[pn]],[options])} creates a \\spadtype{GraphImage} from the list of lists of points,{} \\spad{p0} throught \\spad{pn},{} using the options specified in the list \\spad{options}.") (((|GraphImage|) (|List| (|List| (|Point| (|DoubleFloat|))))) "\\spad{graphCurves([[p0],[p1],...,[pn]])} creates a \\spadtype{GraphImage} from the list of lists of points indicated by \\spad{p0} through \\spad{pn}.") (((|GraphImage|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|Palette|) (|Palette|) (|PositiveInteger|) (|List| (|DrawOption|))) "\\spad{graphCurves([[p0],[p1],...,[pn]],ptColor,lineColor,ptSize,[options])} creates a \\spadtype{GraphImage} from the list of lists of points,{} \\spad{p0} throught \\spad{pn},{} using the options specified in the list \\spad{options}. The graph point color is specified by \\spad{ptColor},{} the graph line color is specified by \\spad{lineColor},{} and the size of the points is specified by \\spad{ptSize}.")))
NIL
NIL
-(-1291)
+(-1293)
((|constructor| (NIL "This type is used when no value is needed,{} \\spadignore{e.g.} in the \\spad{then} part of a one armed \\spad{if}. All values can be coerced to type Void. Once a value has been coerced to Void,{} it cannot be recovered.")) (|void| (($) "\\spad{void()} produces a void object.")))
NIL
NIL
-(-1292 A S)
+(-1294 A S)
((|constructor| (NIL "Vector Spaces (not necessarily finite dimensional) over a field.")) (|dimension| (((|CardinalNumber|)) "\\spad{dimension()} returns the dimensionality of the vector space.")) (/ (($ $ |#2|) "\\spad{x/y} divides the vector \\spad{x} by the scalar \\spad{y}.")))
NIL
NIL
-(-1293 S)
+(-1295 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}.")))
-((-4457 . T) (-4456 . T))
+((-4459 . T) (-4458 . T))
NIL
-(-1294 R)
+(-1296 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
-(-1295 K R UP -1956)
+(-1297 K R UP -2117)
((|constructor| (NIL "In this package \\spad{K} is a finite field,{} \\spad{R} is a ring of univariate polynomials over \\spad{K},{} and \\spad{F} is a framed algebra over \\spad{R}. The package provides a function to compute the integral closure of \\spad{R} in the quotient field of \\spad{F} as well as a function to compute a \"local integral basis\" at a specific prime.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|))) |#2|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the integral closure of \\spad{R} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")))
NIL
NIL
-(-1296)
+(-1298)
((|constructor| (NIL "This domain represents the syntax of a `where' expression.")) (|qualifier| (((|SpadAst|) $) "\\spad{qualifier(e)} returns the qualifier of the expression `e'.")) (|mainExpression| (((|SpadAst|) $) "\\spad{mainExpression(e)} returns the main expression of the `where' expression `e'.")))
NIL
NIL
-(-1297)
+(-1299)
((|constructor| (NIL "This domain represents the `while' iterator syntax.")) (|condition| (((|SpadAst|) $) "\\spad{condition(i)} returns the condition of the while iterator `i'.")))
NIL
NIL
-(-1298 R |VarSet| E P |vl| |wl| |wtlevel|)
+(-1300 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)")))
-((-4457 |has| |#1| (-174)) (-4456 |has| |#1| (-174)) (-4459 . T))
+((-4459 |has| |#1| (-174)) (-4458 |has| |#1| (-174)) (-4461 . T))
((|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))))
-(-1299 R E V P)
+(-1301 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}}.")))
-((-4463 . T) (-4462 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1119))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#4| (QUOTE (-1119))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-874)))) (|HasCategory| |#4| (QUOTE (-102))))
-(-1300 R)
+((-4465 . T) (-4464 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1121))) (|HasCategory| |#4| (LIST (QUOTE -319) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-548)))) (|HasCategory| |#4| (QUOTE (-1121))) (|HasCategory| |#1| (QUOTE (-568))) (|HasCategory| |#3| (QUOTE (-379))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-876)))) (|HasCategory| |#4| (QUOTE (-102))))
+(-1302 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})")))
-((-4456 . T) (-4457 . T) (-4459 . T))
+((-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-1301 |vl| R)
+(-1303 |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.")))
-((-4459 . T) (-4455 |has| |#2| (-6 -4455)) (-4457 . T) (-4456 . T))
-((|HasCategory| |#2| (QUOTE (-174))) (|HasAttribute| |#2| (QUOTE -4455)))
-(-1302 R |VarSet| XPOLY)
+((-4461 . T) (-4457 |has| |#2| (-6 -4457)) (-4459 . T) (-4458 . T))
+((|HasCategory| |#2| (QUOTE (-174))) (|HasAttribute| |#2| (QUOTE -4457)))
+(-1304 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
-(-1303 |vl| R)
+(-1305 |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}.")))
-((-4455 |has| |#2| (-6 -4455)) (-4457 . T) (-4456 . T) (-4459 . T))
+((-4457 |has| |#2| (-6 -4457)) (-4459 . T) (-4458 . T) (-4461 . T))
NIL
-(-1304 S -1956)
+(-1306 S -2117)
((|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 (-379))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-148))))
-(-1305 -1956)
+(-1307 -2117)
((|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}.")))
-((-4454 . T) (-4460 . T) (-4455 . T) ((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+((-4456 . T) (-4462 . T) (-4457 . T) ((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
-(-1306 |VarSet| R)
+(-1308 |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}}.")))
-((-4455 |has| |#2| (-6 -4455)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -729) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasAttribute| |#2| (QUOTE -4455)))
-(-1307 |vl| R)
+((-4457 |has| |#2| (-6 -4457)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#2| (QUOTE (-174))) (|HasCategory| |#2| (LIST (QUOTE -729) (LIST (QUOTE -419) (QUOTE (-576))))) (|HasAttribute| |#2| (QUOTE -4457)))
+(-1309 |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}.")))
-((-4455 |has| |#2| (-6 -4455)) (-4457 . T) (-4456 . T) (-4459 . T))
+((-4457 |has| |#2| (-6 -4457)) (-4459 . T) (-4458 . T) (-4461 . T))
NIL
-(-1308 R)
+(-1310 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.")))
-((-4455 |has| |#1| (-6 -4455)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#1| (QUOTE (-174))) (|HasAttribute| |#1| (QUOTE -4455)))
-(-1309 R E)
+((-4457 |has| |#1| (-6 -4457)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#1| (QUOTE (-174))) (|HasAttribute| |#1| (QUOTE -4457)))
+(-1311 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}.")))
-((-4459 . T) (-4460 |has| |#1| (-6 -4460)) (-4455 |has| |#1| (-6 -4455)) (-4457 . T) (-4456 . T))
-((|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasAttribute| |#1| (QUOTE -4459)) (|HasAttribute| |#1| (QUOTE -4460)) (|HasAttribute| |#1| (QUOTE -4455)))
-(-1310 |VarSet| R)
+((-4461 . T) (-4462 |has| |#1| (-6 -4462)) (-4457 |has| |#1| (-6 -4457)) (-4459 . T) (-4458 . T))
+((|HasCategory| |#1| (QUOTE (-174))) (|HasCategory| |#1| (QUOTE (-374))) (|HasAttribute| |#1| (QUOTE -4461)) (|HasAttribute| |#1| (QUOTE -4462)) (|HasAttribute| |#1| (QUOTE -4457)))
+(-1312 |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.")))
-((-4455 |has| |#2| (-6 -4455)) (-4457 . T) (-4456 . T) (-4459 . T))
-((|HasCategory| |#2| (QUOTE (-174))) (|HasAttribute| |#2| (QUOTE -4455)))
-(-1311)
+((-4457 |has| |#2| (-6 -4457)) (-4459 . T) (-4458 . T) (-4461 . T))
+((|HasCategory| |#2| (QUOTE (-174))) (|HasAttribute| |#2| (QUOTE -4457)))
+(-1313)
((|constructor| (NIL "This domain provides representations of Young diagrams.")) (|shape| (((|Partition|) $) "\\spad{shape x} returns the partition shaping \\spad{x}.")) (|youngDiagram| (($ (|List| (|PositiveInteger|))) "\\spad{youngDiagram l} returns an object representing a Young diagram with shape given by the list of integers \\spad{l}")))
NIL
NIL
-(-1312 A)
+(-1314 A)
((|constructor| (NIL "This package implements fixed-point computations on streams.")) (Y (((|List| (|Stream| |#1|)) (|Mapping| (|List| (|Stream| |#1|)) (|List| (|Stream| |#1|))) (|Integer|)) "\\spad{Y(g,n)} computes a fixed point of the function \\spad{g},{} where \\spad{g} takes a list of \\spad{n} streams and returns a list of \\spad{n} streams.") (((|Stream| |#1|) (|Mapping| (|Stream| |#1|) (|Stream| |#1|))) "\\spad{Y(f)} computes a fixed point of the function \\spad{f}.")))
NIL
NIL
-(-1313 R |ls| |ls2|)
+(-1315 R |ls| |ls2|)
((|constructor| (NIL "A package for computing symbolically the complex and real roots of zero-dimensional algebraic systems over the integer or rational numbers. Complex roots are given by means of univariate representations of irreducible regular chains. Real roots are given by means of tuples of coordinates lying in the \\spadtype{RealClosure} of the coefficient ring. This constructor takes three arguments. The first one \\spad{R} is the coefficient ring. The second one \\spad{ls} is the list of variables involved in the systems to solve. The third one must be \\spad{concat(ls,s)} where \\spad{s} is an additional symbol used for the univariate representations. WARNING: The third argument is not checked. All operations are based on triangular decompositions. The default is to compute these decompositions directly from the input system by using the \\spadtype{RegularChain} domain constructor. The lexTriangular algorithm can also be used for computing these decompositions (see the \\spadtype{LexTriangularPackage} package constructor). For that purpose,{} the operations \\axiomOpFrom{univariateSolve}{ZeroDimensionalSolvePackage},{} \\axiomOpFrom{realSolve}{ZeroDimensionalSolvePackage} and \\axiomOpFrom{positiveSolve}{ZeroDimensionalSolvePackage} admit an optional argument. \\newline Author: Marc Moreno Maza.")) (|convert| (((|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|))) (|SquareFreeRegularTriangularSet| |#1| (|IndexedExponents| (|OrderedVariableList| |#3|)) (|OrderedVariableList| |#3|) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|)))) "\\spad{convert(st)} returns the members of \\spad{st}.") (((|SparseUnivariatePolynomial| (|RealClosure| (|Fraction| |#1|))) (|SparseUnivariatePolynomial| |#1|)) "\\spad{convert(u)} converts \\spad{u}.") (((|Polynomial| (|RealClosure| (|Fraction| |#1|))) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|))) "\\spad{convert(q)} converts \\spad{q}.") (((|Polynomial| (|RealClosure| (|Fraction| |#1|))) (|Polynomial| |#1|)) "\\spad{convert(p)} converts \\spad{p}.") (((|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|)) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) "\\spad{convert(q)} converts \\spad{q}.")) (|squareFree| (((|List| (|SquareFreeRegularTriangularSet| |#1| (|IndexedExponents| (|OrderedVariableList| |#3|)) (|OrderedVariableList| |#3|) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|)))) (|RegularChain| |#1| |#2|)) "\\spad{squareFree(ts)} returns the square-free factorization of \\spad{ts}. Moreover,{} each factor is a Lazard triangular set and the decomposition is a Kalkbrener split of \\spad{ts},{} which is enough here for the matter of solving zero-dimensional algebraic systems. WARNING: \\spad{ts} is not checked to be zero-dimensional.")) (|positiveSolve| (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|))) "\\spad{positiveSolve(lp)} returns the same as \\spad{positiveSolve(lp,false,false)}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{positiveSolve(lp)} returns the same as \\spad{positiveSolve(lp,info?,false)}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{positiveSolve(lp,info?,lextri?)} returns the set of the points in the variety associated with \\spad{lp} whose coordinates are (real) strictly positive. Moreover,{} if \\spad{info?} is \\spad{true} then some information is displayed during decomposition into regular chains. If \\spad{lextri?} is \\spad{true} then the lexTriangular algorithm is called from the \\spadtype{LexTriangularPackage} constructor (see \\axiomOpFrom{zeroSetSplit}{LexTriangularPackage}(\\spad{lp},{}\\spad{false})). Otherwise,{} the triangular decomposition is computed directly from the input system by using the \\axiomOpFrom{zeroSetSplit}{RegularChain} from \\spadtype{RegularChain}. WARNING: For each set of coordinates given by \\spad{positiveSolve(lp,info?,lextri?)} the ordering of the indeterminates is reversed \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ls}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|RegularChain| |#1| |#2|)) "\\spad{positiveSolve(ts)} returns the points of the regular set of \\spad{ts} with (real) strictly positive coordinates.")) (|realSolve| (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|))) "\\spad{realSolve(lp)} returns the same as \\spad{realSolve(ts,false,false,false)}") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{realSolve(ts,info?)} returns the same as \\spad{realSolve(ts,info?,false,false)}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{realSolve(ts,info?,check?)} returns the same as \\spad{realSolve(ts,info?,check?,false)}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|) (|Boolean|)) "\\spad{realSolve(ts,info?,check?,lextri?)} returns the set of the points in the variety associated with \\spad{lp} whose coordinates are all real. Moreover,{} if \\spad{info?} is \\spad{true} then some information is displayed during decomposition into regular chains. If \\spad{check?} is \\spad{true} then the result is checked. If \\spad{lextri?} is \\spad{true} then the lexTriangular algorithm is called from the \\spadtype{LexTriangularPackage} constructor (see \\axiomOpFrom{zeroSetSplit}{LexTriangularPackage}(\\spad{lp},{}\\spad{false})). Otherwise,{} the triangular decomposition is computed directly from the input system by using the \\axiomOpFrom{zeroSetSplit}{RegularChain} from \\spadtype{RegularChain}. WARNING: For each set of coordinates given by \\spad{realSolve(ts,info?,check?,lextri?)} the ordering of the indeterminates is reversed \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ls}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|RegularChain| |#1| |#2|)) "\\spad{realSolve(ts)} returns the set of the points in the regular zero set of \\spad{ts} whose coordinates are all real. WARNING: For each set of coordinates given by \\spad{realSolve(ts)} the ordering of the indeterminates is reversed \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ls}.")) (|univariateSolve| (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|))) "\\spad{univariateSolve(lp)} returns the same as \\spad{univariateSolve(lp,false,false,false)}.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{univariateSolve(lp,info?)} returns the same as \\spad{univariateSolve(lp,info?,false,false)}.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{univariateSolve(lp,info?,check?)} returns the same as \\spad{univariateSolve(lp,info?,check?,false)}.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|) (|Boolean|)) "\\spad{univariateSolve(lp,info?,check?,lextri?)} returns a univariate representation of the variety associated with \\spad{lp}. Moreover,{} if \\spad{info?} is \\spad{true} then some information is displayed during the decomposition into regular chains. If \\spad{check?} is \\spad{true} then the result is checked. See \\axiomOpFrom{rur}{RationalUnivariateRepresentationPackage}(\\spad{lp},{}\\spad{true}). If \\spad{lextri?} is \\spad{true} then the lexTriangular algorithm is called from the \\spadtype{LexTriangularPackage} constructor (see \\axiomOpFrom{zeroSetSplit}{LexTriangularPackage}(\\spad{lp},{}\\spad{false})). Otherwise,{} the triangular decomposition is computed directly from the input system by using the \\axiomOpFrom{zeroSetSplit}{RegularChain} from \\spadtype{RegularChain}.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|RegularChain| |#1| |#2|)) "\\spad{univariateSolve(ts)} returns a univariate representation of \\spad{ts}. See \\axiomOpFrom{rur}{RationalUnivariateRepresentationPackage}(\\spad{lp},{}\\spad{true}).")) (|triangSolve| (((|List| (|RegularChain| |#1| |#2|)) (|List| (|Polynomial| |#1|))) "\\spad{triangSolve(lp)} returns the same as \\spad{triangSolve(lp,false,false)}") (((|List| (|RegularChain| |#1| |#2|)) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{triangSolve(lp,info?)} returns the same as \\spad{triangSolve(lp,false)}") (((|List| (|RegularChain| |#1| |#2|)) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{triangSolve(lp,info?,lextri?)} decomposes the variety associated with \\axiom{\\spad{lp}} into regular chains. Thus a point belongs to this variety iff it is a regular zero of a regular set in in the output. Note that \\axiom{\\spad{lp}} needs to generate a zero-dimensional ideal. If \\axiom{\\spad{lp}} is not zero-dimensional then the result is only a decomposition of its zero-set in the sense of the closure (\\spad{w}.\\spad{r}.\\spad{t}. Zarisky topology). Moreover,{} if \\spad{info?} is \\spad{true} then some information is displayed during the computations. See \\axiomOpFrom{zeroSetSplit}{RegularTriangularSetCategory}(\\spad{lp},{}\\spad{true},{}\\spad{info?}). If \\spad{lextri?} is \\spad{true} then the lexTriangular algorithm is called from the \\spadtype{LexTriangularPackage} constructor (see \\axiomOpFrom{zeroSetSplit}{LexTriangularPackage}(\\spad{lp},{}\\spad{false})). Otherwise,{} the triangular decomposition is computed directly from the input system by using the \\axiomOpFrom{zeroSetSplit}{RegularChain} from \\spadtype{RegularChain}.")))
NIL
NIL
-(-1314 R)
+(-1316 R)
((|constructor| (NIL "Test for linear dependence over the integers.")) (|solveLinearlyOverQ| (((|Union| (|Vector| (|Fraction| (|Integer|))) "failed") (|Vector| |#1|) |#1|) "\\spad{solveLinearlyOverQ([v1,...,vn], u)} returns \\spad{[c1,...,cn]} such that \\spad{c1*v1 + ... + cn*vn = u},{} \"failed\" if no such rational numbers \\spad{ci}\\spad{'s} exist.")) (|linearDependenceOverZ| (((|Union| (|Vector| (|Integer|)) "failed") (|Vector| |#1|)) "\\spad{linearlyDependenceOverZ([v1,...,vn])} returns \\spad{[c1,...,cn]} if \\spad{c1*v1 + ... + cn*vn = 0} and not all the \\spad{ci}\\spad{'s} are 0,{} \"failed\" if the \\spad{vi}\\spad{'s} are linearly independent over the integers.")) (|linearlyDependentOverZ?| (((|Boolean|) (|Vector| |#1|)) "\\spad{linearlyDependentOverZ?([v1,...,vn])} returns \\spad{true} if the \\spad{vi}\\spad{'s} are linearly dependent over the integers,{} \\spad{false} otherwise.")))
NIL
NIL
-(-1315 |p|)
+(-1317 |p|)
((|constructor| (NIL "IntegerMod(\\spad{n}) creates the ring of integers reduced modulo the integer \\spad{n}.")))
-(((-4464 "*") . T) (-4456 . T) (-4457 . T) (-4459 . T))
+(((-4466 "*") . T) (-4458 . T) (-4459 . T) (-4461 . T))
NIL
NIL
NIL
@@ -5208,4 +5216,4 @@ NIL
NIL
NIL
NIL
-((-3 NIL 2293366 2293371 2293376 2293381) (-2 NIL 2293346 2293351 2293356 2293361) (-1 NIL 2293326 2293331 2293336 2293341) (0 NIL 2293306 2293311 2293316 2293321) (-1315 "ZMOD.spad" 2293115 2293128 2293244 2293301) (-1314 "ZLINDEP.spad" 2292181 2292192 2293105 2293110) (-1313 "ZDSOLVE.spad" 2282126 2282148 2292171 2292176) (-1312 "YSTREAM.spad" 2281621 2281632 2282116 2282121) (-1311 "YDIAGRAM.spad" 2281255 2281264 2281611 2281616) (-1310 "XRPOLY.spad" 2280475 2280495 2281111 2281180) (-1309 "XPR.spad" 2278270 2278283 2280193 2280292) (-1308 "XPOLY.spad" 2277825 2277836 2278126 2278195) (-1307 "XPOLYC.spad" 2277144 2277160 2277751 2277820) (-1306 "XPBWPOLY.spad" 2275581 2275601 2276924 2276993) (-1305 "XF.spad" 2274044 2274059 2275483 2275576) (-1304 "XF.spad" 2272487 2272504 2273928 2273933) (-1303 "XFALG.spad" 2269535 2269551 2272413 2272482) (-1302 "XEXPPKG.spad" 2268786 2268812 2269525 2269530) (-1301 "XDPOLY.spad" 2268400 2268416 2268642 2268711) (-1300 "XALG.spad" 2268060 2268071 2268356 2268395) (-1299 "WUTSET.spad" 2263863 2263880 2267670 2267697) (-1298 "WP.spad" 2263062 2263106 2263721 2263788) (-1297 "WHILEAST.spad" 2262860 2262869 2263052 2263057) (-1296 "WHEREAST.spad" 2262531 2262540 2262850 2262855) (-1295 "WFFINTBS.spad" 2260194 2260216 2262521 2262526) (-1294 "WEIER.spad" 2258416 2258427 2260184 2260189) (-1293 "VSPACE.spad" 2258089 2258100 2258384 2258411) (-1292 "VSPACE.spad" 2257782 2257795 2258079 2258084) (-1291 "VOID.spad" 2257459 2257468 2257772 2257777) (-1290 "VIEW.spad" 2255139 2255148 2257449 2257454) (-1289 "VIEWDEF.spad" 2250340 2250349 2255129 2255134) (-1288 "VIEW3D.spad" 2234301 2234310 2250330 2250335) (-1287 "VIEW2D.spad" 2222192 2222201 2234291 2234296) (-1286 "VECTOR.spad" 2220713 2220724 2220964 2220991) (-1285 "VECTOR2.spad" 2219352 2219365 2220703 2220708) (-1284 "VECTCAT.spad" 2217256 2217267 2219320 2219347) (-1283 "VECTCAT.spad" 2214967 2214980 2217033 2217038) (-1282 "VARIABLE.spad" 2214747 2214762 2214957 2214962) (-1281 "UTYPE.spad" 2214391 2214400 2214737 2214742) (-1280 "UTSODETL.spad" 2213686 2213710 2214347 2214352) (-1279 "UTSODE.spad" 2211902 2211922 2213676 2213681) (-1278 "UTS.spad" 2206849 2206877 2210369 2210466) (-1277 "UTSCAT.spad" 2204328 2204344 2206747 2206844) (-1276 "UTSCAT.spad" 2201451 2201469 2203872 2203877) (-1275 "UTS2.spad" 2201046 2201081 2201441 2201446) (-1274 "URAGG.spad" 2195719 2195730 2201036 2201041) (-1273 "URAGG.spad" 2190356 2190369 2195675 2195680) (-1272 "UPXSSING.spad" 2188001 2188027 2189437 2189570) (-1271 "UPXS.spad" 2185297 2185325 2186133 2186282) (-1270 "UPXSCONS.spad" 2183056 2183076 2183429 2183578) (-1269 "UPXSCCA.spad" 2181627 2181647 2182902 2183051) (-1268 "UPXSCCA.spad" 2180340 2180362 2181617 2181622) (-1267 "UPXSCAT.spad" 2178929 2178945 2180186 2180335) (-1266 "UPXS2.spad" 2178472 2178525 2178919 2178924) (-1265 "UPSQFREE.spad" 2176886 2176900 2178462 2178467) (-1264 "UPSCAT.spad" 2174673 2174697 2176784 2176881) (-1263 "UPSCAT.spad" 2172166 2172192 2174279 2174284) (-1262 "UPOLYC.spad" 2167206 2167217 2172008 2172161) (-1261 "UPOLYC.spad" 2162138 2162151 2166942 2166947) (-1260 "UPOLYC2.spad" 2161609 2161628 2162128 2162133) (-1259 "UP.spad" 2158715 2158730 2159102 2159255) (-1258 "UPMP.spad" 2157615 2157628 2158705 2158710) (-1257 "UPDIVP.spad" 2157180 2157194 2157605 2157610) (-1256 "UPDECOMP.spad" 2155425 2155439 2157170 2157175) (-1255 "UPCDEN.spad" 2154634 2154650 2155415 2155420) (-1254 "UP2.spad" 2153998 2154019 2154624 2154629) (-1253 "UNISEG.spad" 2153351 2153362 2153917 2153922) (-1252 "UNISEG2.spad" 2152848 2152861 2153307 2153312) (-1251 "UNIFACT.spad" 2151951 2151963 2152838 2152843) (-1250 "ULS.spad" 2141735 2141763 2142680 2143109) (-1249 "ULSCONS.spad" 2132869 2132889 2133239 2133388) (-1248 "ULSCCAT.spad" 2130606 2130626 2132715 2132864) (-1247 "ULSCCAT.spad" 2128451 2128473 2130562 2130567) (-1246 "ULSCAT.spad" 2126683 2126699 2128297 2128446) (-1245 "ULS2.spad" 2126197 2126250 2126673 2126678) (-1244 "UINT8.spad" 2126074 2126083 2126187 2126192) (-1243 "UINT64.spad" 2125950 2125959 2126064 2126069) (-1242 "UINT32.spad" 2125826 2125835 2125940 2125945) (-1241 "UINT16.spad" 2125702 2125711 2125816 2125821) (-1240 "UFD.spad" 2124767 2124776 2125628 2125697) (-1239 "UFD.spad" 2123894 2123905 2124757 2124762) (-1238 "UDVO.spad" 2122775 2122784 2123884 2123889) (-1237 "UDPO.spad" 2120268 2120279 2122731 2122736) (-1236 "TYPE.spad" 2120200 2120209 2120258 2120263) (-1235 "TYPEAST.spad" 2120119 2120128 2120190 2120195) (-1234 "TWOFACT.spad" 2118771 2118786 2120109 2120114) (-1233 "TUPLE.spad" 2118257 2118268 2118670 2118675) (-1232 "TUBETOOL.spad" 2115124 2115133 2118247 2118252) (-1231 "TUBE.spad" 2113771 2113788 2115114 2115119) (-1230 "TS.spad" 2112370 2112386 2113336 2113433) (-1229 "TSETCAT.spad" 2099497 2099514 2112338 2112365) (-1228 "TSETCAT.spad" 2086610 2086629 2099453 2099458) (-1227 "TRMANIP.spad" 2080976 2080993 2086316 2086321) (-1226 "TRIMAT.spad" 2079939 2079964 2080966 2080971) (-1225 "TRIGMNIP.spad" 2078466 2078483 2079929 2079934) (-1224 "TRIGCAT.spad" 2077978 2077987 2078456 2078461) (-1223 "TRIGCAT.spad" 2077488 2077499 2077968 2077973) (-1222 "TREE.spad" 2075946 2075957 2076978 2077005) (-1221 "TRANFUN.spad" 2075785 2075794 2075936 2075941) (-1220 "TRANFUN.spad" 2075622 2075633 2075775 2075780) (-1219 "TOPSP.spad" 2075296 2075305 2075612 2075617) (-1218 "TOOLSIGN.spad" 2074959 2074970 2075286 2075291) (-1217 "TEXTFILE.spad" 2073520 2073529 2074949 2074954) (-1216 "TEX.spad" 2070666 2070675 2073510 2073515) (-1215 "TEX1.spad" 2070222 2070233 2070656 2070661) (-1214 "TEMUTL.spad" 2069777 2069786 2070212 2070217) (-1213 "TBCMPPK.spad" 2067870 2067893 2069767 2069772) (-1212 "TBAGG.spad" 2066920 2066943 2067850 2067865) (-1211 "TBAGG.spad" 2065978 2066003 2066910 2066915) (-1210 "TANEXP.spad" 2065386 2065397 2065968 2065973) (-1209 "TALGOP.spad" 2065110 2065121 2065376 2065381) (-1208 "TABLE.spad" 2063079 2063102 2063349 2063376) (-1207 "TABLEAU.spad" 2062560 2062571 2063069 2063074) (-1206 "TABLBUMP.spad" 2059363 2059374 2062550 2062555) (-1205 "SYSTEM.spad" 2058591 2058600 2059353 2059358) (-1204 "SYSSOLP.spad" 2056074 2056085 2058581 2058586) (-1203 "SYSPTR.spad" 2055973 2055982 2056064 2056069) (-1202 "SYSNNI.spad" 2055155 2055166 2055963 2055968) (-1201 "SYSINT.spad" 2054559 2054570 2055145 2055150) (-1200 "SYNTAX.spad" 2050765 2050774 2054549 2054554) (-1199 "SYMTAB.spad" 2048833 2048842 2050755 2050760) (-1198 "SYMS.spad" 2044856 2044865 2048823 2048828) (-1197 "SYMPOLY.spad" 2043863 2043874 2043945 2044072) (-1196 "SYMFUNC.spad" 2043364 2043375 2043853 2043858) (-1195 "SYMBOL.spad" 2040867 2040876 2043354 2043359) (-1194 "SWITCH.spad" 2037638 2037647 2040857 2040862) (-1193 "SUTS.spad" 2034686 2034714 2036105 2036202) (-1192 "SUPXS.spad" 2031969 2031997 2032818 2032967) (-1191 "SUP.spad" 2028689 2028700 2029462 2029615) (-1190 "SUPFRACF.spad" 2027794 2027812 2028679 2028684) (-1189 "SUP2.spad" 2027186 2027199 2027784 2027789) (-1188 "SUMRF.spad" 2026160 2026171 2027176 2027181) (-1187 "SUMFS.spad" 2025797 2025814 2026150 2026155) (-1186 "SULS.spad" 2015568 2015596 2016526 2016955) (-1185 "SUCHTAST.spad" 2015337 2015346 2015558 2015563) (-1184 "SUCH.spad" 2015019 2015034 2015327 2015332) (-1183 "SUBSPACE.spad" 2007134 2007149 2015009 2015014) (-1182 "SUBRESP.spad" 2006304 2006318 2007090 2007095) (-1181 "STTF.spad" 2002403 2002419 2006294 2006299) (-1180 "STTFNC.spad" 1998871 1998887 2002393 2002398) (-1179 "STTAYLOR.spad" 1991506 1991517 1998752 1998757) (-1178 "STRTBL.spad" 1989557 1989574 1989706 1989733) (-1177 "STRING.spad" 1988344 1988353 1988565 1988592) (-1176 "STREAM.spad" 1985145 1985156 1987752 1987767) (-1175 "STREAM3.spad" 1984718 1984733 1985135 1985140) (-1174 "STREAM2.spad" 1983846 1983859 1984708 1984713) (-1173 "STREAM1.spad" 1983552 1983563 1983836 1983841) (-1172 "STINPROD.spad" 1982488 1982504 1983542 1983547) (-1171 "STEP.spad" 1981689 1981698 1982478 1982483) (-1170 "STEPAST.spad" 1980923 1980932 1981679 1981684) (-1169 "STBL.spad" 1979007 1979035 1979174 1979189) (-1168 "STAGG.spad" 1978082 1978093 1978997 1979002) (-1167 "STAGG.spad" 1977155 1977168 1978072 1978077) (-1166 "STACK.spad" 1976395 1976406 1976645 1976672) (-1165 "SREGSET.spad" 1974063 1974080 1976005 1976032) (-1164 "SRDCMPK.spad" 1972624 1972644 1974053 1974058) (-1163 "SRAGG.spad" 1967767 1967776 1972592 1972619) (-1162 "SRAGG.spad" 1962930 1962941 1967757 1967762) (-1161 "SQMATRIX.spad" 1960473 1960491 1961389 1961476) (-1160 "SPLTREE.spad" 1954869 1954882 1959753 1959780) (-1159 "SPLNODE.spad" 1951457 1951470 1954859 1954864) (-1158 "SPFCAT.spad" 1950266 1950275 1951447 1951452) (-1157 "SPECOUT.spad" 1948818 1948827 1950256 1950261) (-1156 "SPADXPT.spad" 1940413 1940422 1948808 1948813) (-1155 "spad-parser.spad" 1939878 1939887 1940403 1940408) (-1154 "SPADAST.spad" 1939579 1939588 1939868 1939873) (-1153 "SPACEC.spad" 1923778 1923789 1939569 1939574) (-1152 "SPACE3.spad" 1923554 1923565 1923768 1923773) (-1151 "SORTPAK.spad" 1923103 1923116 1923510 1923515) (-1150 "SOLVETRA.spad" 1920866 1920877 1923093 1923098) (-1149 "SOLVESER.spad" 1919394 1919405 1920856 1920861) (-1148 "SOLVERAD.spad" 1915420 1915431 1919384 1919389) (-1147 "SOLVEFOR.spad" 1913882 1913900 1915410 1915415) (-1146 "SNTSCAT.spad" 1913482 1913499 1913850 1913877) (-1145 "SMTS.spad" 1911754 1911780 1913047 1913144) (-1144 "SMP.spad" 1909229 1909249 1909619 1909746) (-1143 "SMITH.spad" 1908074 1908099 1909219 1909224) (-1142 "SMATCAT.spad" 1906184 1906214 1908018 1908069) (-1141 "SMATCAT.spad" 1904226 1904258 1906062 1906067) (-1140 "SKAGG.spad" 1903189 1903200 1904194 1904221) (-1139 "SINT.spad" 1902129 1902138 1903055 1903184) (-1138 "SIMPAN.spad" 1901857 1901866 1902119 1902124) (-1137 "SIG.spad" 1901187 1901196 1901847 1901852) (-1136 "SIGNRF.spad" 1900305 1900316 1901177 1901182) (-1135 "SIGNEF.spad" 1899584 1899601 1900295 1900300) (-1134 "SIGAST.spad" 1898969 1898978 1899574 1899579) (-1133 "SHP.spad" 1896897 1896912 1898925 1898930) (-1132 "SHDP.spad" 1884575 1884602 1885084 1885183) (-1131 "SGROUP.spad" 1884183 1884192 1884565 1884570) (-1130 "SGROUP.spad" 1883789 1883800 1884173 1884178) (-1129 "SGCF.spad" 1876928 1876937 1883779 1883784) (-1128 "SFRTCAT.spad" 1875858 1875875 1876896 1876923) (-1127 "SFRGCD.spad" 1874921 1874941 1875848 1875853) (-1126 "SFQCMPK.spad" 1869558 1869578 1874911 1874916) (-1125 "SFORT.spad" 1868997 1869011 1869548 1869553) (-1124 "SEXOF.spad" 1868840 1868880 1868987 1868992) (-1123 "SEX.spad" 1868732 1868741 1868830 1868835) (-1122 "SEXCAT.spad" 1866504 1866544 1868722 1868727) (-1121 "SET.spad" 1864792 1864803 1865889 1865928) (-1120 "SETMN.spad" 1863242 1863259 1864782 1864787) (-1119 "SETCAT.spad" 1862564 1862573 1863232 1863237) (-1118 "SETCAT.spad" 1861884 1861895 1862554 1862559) (-1117 "SETAGG.spad" 1858433 1858444 1861864 1861879) (-1116 "SETAGG.spad" 1854990 1855003 1858423 1858428) (-1115 "SEQAST.spad" 1854693 1854702 1854980 1854985) (-1114 "SEGXCAT.spad" 1853849 1853862 1854683 1854688) (-1113 "SEG.spad" 1853662 1853673 1853768 1853773) (-1112 "SEGCAT.spad" 1852587 1852598 1853652 1853657) (-1111 "SEGBIND.spad" 1852345 1852356 1852534 1852539) (-1110 "SEGBIND2.spad" 1852043 1852056 1852335 1852340) (-1109 "SEGAST.spad" 1851757 1851766 1852033 1852038) (-1108 "SEG2.spad" 1851192 1851205 1851713 1851718) (-1107 "SDVAR.spad" 1850468 1850479 1851182 1851187) (-1106 "SDPOL.spad" 1847801 1847812 1848092 1848219) (-1105 "SCPKG.spad" 1845890 1845901 1847791 1847796) (-1104 "SCOPE.spad" 1845043 1845052 1845880 1845885) (-1103 "SCACHE.spad" 1843739 1843750 1845033 1845038) (-1102 "SASTCAT.spad" 1843648 1843657 1843729 1843734) (-1101 "SAOS.spad" 1843520 1843529 1843638 1843643) (-1100 "SAERFFC.spad" 1843233 1843253 1843510 1843515) (-1099 "SAE.spad" 1840703 1840719 1841314 1841449) (-1098 "SAEFACT.spad" 1840404 1840424 1840693 1840698) (-1097 "RURPK.spad" 1838063 1838079 1840394 1840399) (-1096 "RULESET.spad" 1837516 1837540 1838053 1838058) (-1095 "RULE.spad" 1835756 1835780 1837506 1837511) (-1094 "RULECOLD.spad" 1835608 1835621 1835746 1835751) (-1093 "RTVALUE.spad" 1835343 1835352 1835598 1835603) (-1092 "RSTRCAST.spad" 1835060 1835069 1835333 1835338) (-1091 "RSETGCD.spad" 1831438 1831458 1835050 1835055) (-1090 "RSETCAT.spad" 1821374 1821391 1831406 1831433) (-1089 "RSETCAT.spad" 1811330 1811349 1821364 1821369) (-1088 "RSDCMPK.spad" 1809782 1809802 1811320 1811325) (-1087 "RRCC.spad" 1808166 1808196 1809772 1809777) (-1086 "RRCC.spad" 1806548 1806580 1808156 1808161) (-1085 "RPTAST.spad" 1806250 1806259 1806538 1806543) (-1084 "RPOLCAT.spad" 1785610 1785625 1806118 1806245) (-1083 "RPOLCAT.spad" 1764683 1764700 1785193 1785198) (-1082 "ROUTINE.spad" 1760104 1760113 1762868 1762895) (-1081 "ROMAN.spad" 1759432 1759441 1759970 1760099) (-1080 "ROIRC.spad" 1758512 1758544 1759422 1759427) (-1079 "RNS.spad" 1757415 1757424 1758414 1758507) (-1078 "RNS.spad" 1756404 1756415 1757405 1757410) (-1077 "RNG.spad" 1756139 1756148 1756394 1756399) (-1076 "RNGBIND.spad" 1755299 1755313 1756094 1756099) (-1075 "RMODULE.spad" 1755064 1755075 1755289 1755294) (-1074 "RMCAT2.spad" 1754484 1754541 1755054 1755059) (-1073 "RMATRIX.spad" 1753272 1753291 1753615 1753654) (-1072 "RMATCAT.spad" 1748851 1748882 1753228 1753267) (-1071 "RMATCAT.spad" 1744320 1744353 1748699 1748704) (-1070 "RLINSET.spad" 1744024 1744035 1744310 1744315) (-1069 "RINTERP.spad" 1743912 1743932 1744014 1744019) (-1068 "RING.spad" 1743382 1743391 1743892 1743907) (-1067 "RING.spad" 1742860 1742871 1743372 1743377) (-1066 "RIDIST.spad" 1742252 1742261 1742850 1742855) (-1065 "RGCHAIN.spad" 1740780 1740796 1741682 1741709) (-1064 "RGBCSPC.spad" 1740561 1740573 1740770 1740775) (-1063 "RGBCMDL.spad" 1740091 1740103 1740551 1740556) (-1062 "RF.spad" 1737733 1737744 1740081 1740086) (-1061 "RFFACTOR.spad" 1737195 1737206 1737723 1737728) (-1060 "RFFACT.spad" 1736930 1736942 1737185 1737190) (-1059 "RFDIST.spad" 1735926 1735935 1736920 1736925) (-1058 "RETSOL.spad" 1735345 1735358 1735916 1735921) (-1057 "RETRACT.spad" 1734773 1734784 1735335 1735340) (-1056 "RETRACT.spad" 1734199 1734212 1734763 1734768) (-1055 "RETAST.spad" 1734011 1734020 1734189 1734194) (-1054 "RESULT.spad" 1731609 1731618 1732196 1732223) (-1053 "RESRING.spad" 1730956 1731003 1731547 1731604) (-1052 "RESLATC.spad" 1730280 1730291 1730946 1730951) (-1051 "REPSQ.spad" 1730011 1730022 1730270 1730275) (-1050 "REP.spad" 1727565 1727574 1730001 1730006) (-1049 "REPDB.spad" 1727272 1727283 1727555 1727560) (-1048 "REP2.spad" 1716930 1716941 1727114 1727119) (-1047 "REP1.spad" 1711126 1711137 1716880 1716885) (-1046 "REGSET.spad" 1708887 1708904 1710736 1710763) (-1045 "REF.spad" 1708222 1708233 1708842 1708847) (-1044 "REDORDER.spad" 1707428 1707445 1708212 1708217) (-1043 "RECLOS.spad" 1706211 1706231 1706915 1707008) (-1042 "REALSOLV.spad" 1705351 1705360 1706201 1706206) (-1041 "REAL.spad" 1705223 1705232 1705341 1705346) (-1040 "REAL0Q.spad" 1702521 1702536 1705213 1705218) (-1039 "REAL0.spad" 1699365 1699380 1702511 1702516) (-1038 "RDUCEAST.spad" 1699086 1699095 1699355 1699360) (-1037 "RDIV.spad" 1698741 1698766 1699076 1699081) (-1036 "RDIST.spad" 1698308 1698319 1698731 1698736) (-1035 "RDETRS.spad" 1697172 1697190 1698298 1698303) (-1034 "RDETR.spad" 1695311 1695329 1697162 1697167) (-1033 "RDEEFS.spad" 1694410 1694427 1695301 1695306) (-1032 "RDEEF.spad" 1693420 1693437 1694400 1694405) (-1031 "RCFIELD.spad" 1690606 1690615 1693322 1693415) (-1030 "RCFIELD.spad" 1687878 1687889 1690596 1690601) (-1029 "RCAGG.spad" 1685806 1685817 1687868 1687873) (-1028 "RCAGG.spad" 1683661 1683674 1685725 1685730) (-1027 "RATRET.spad" 1683021 1683032 1683651 1683656) (-1026 "RATFACT.spad" 1682713 1682725 1683011 1683016) (-1025 "RANDSRC.spad" 1682032 1682041 1682703 1682708) (-1024 "RADUTIL.spad" 1681788 1681797 1682022 1682027) (-1023 "RADIX.spad" 1678612 1678626 1680158 1680251) (-1022 "RADFF.spad" 1676351 1676388 1676470 1676626) (-1021 "RADCAT.spad" 1675946 1675955 1676341 1676346) (-1020 "RADCAT.spad" 1675539 1675550 1675936 1675941) (-1019 "QUEUE.spad" 1674770 1674781 1675029 1675056) (-1018 "QUAT.spad" 1673258 1673269 1673601 1673666) (-1017 "QUATCT2.spad" 1672878 1672897 1673248 1673253) (-1016 "QUATCAT.spad" 1671048 1671059 1672808 1672873) (-1015 "QUATCAT.spad" 1668969 1668982 1670731 1670736) (-1014 "QUAGG.spad" 1667796 1667807 1668937 1668964) (-1013 "QQUTAST.spad" 1667564 1667573 1667786 1667791) (-1012 "QFORM.spad" 1667182 1667197 1667554 1667559) (-1011 "QFCAT.spad" 1665884 1665895 1667084 1667177) (-1010 "QFCAT.spad" 1664177 1664190 1665379 1665384) (-1009 "QFCAT2.spad" 1663869 1663886 1664167 1664172) (-1008 "QEQUAT.spad" 1663427 1663436 1663859 1663864) (-1007 "QCMPACK.spad" 1658173 1658193 1663417 1663422) (-1006 "QALGSET.spad" 1654251 1654284 1658087 1658092) (-1005 "QALGSET2.spad" 1652246 1652265 1654241 1654246) (-1004 "PWFFINTB.spad" 1649661 1649683 1652236 1652241) (-1003 "PUSHVAR.spad" 1648999 1649019 1649651 1649656) (-1002 "PTRANFN.spad" 1645126 1645137 1648989 1648994) (-1001 "PTPACK.spad" 1642213 1642224 1645116 1645121) (-1000 "PTFUNC2.spad" 1642035 1642050 1642203 1642208) (-999 "PTCAT.spad" 1641290 1641300 1642003 1642030) (-998 "PSQFR.spad" 1640597 1640621 1641280 1641285) (-997 "PSEUDLIN.spad" 1639483 1639493 1640587 1640592) (-996 "PSETPK.spad" 1624916 1624932 1639361 1639366) (-995 "PSETCAT.spad" 1618836 1618859 1624896 1624911) (-994 "PSETCAT.spad" 1612730 1612755 1618792 1618797) (-993 "PSCURVE.spad" 1611713 1611721 1612720 1612725) (-992 "PSCAT.spad" 1610496 1610525 1611611 1611708) (-991 "PSCAT.spad" 1609369 1609400 1610486 1610491) (-990 "PRTITION.spad" 1608067 1608075 1609359 1609364) (-989 "PRTDAST.spad" 1607786 1607794 1608057 1608062) (-988 "PRS.spad" 1597348 1597365 1607742 1607747) (-987 "PRQAGG.spad" 1596783 1596793 1597316 1597343) (-986 "PROPLOG.spad" 1596355 1596363 1596773 1596778) (-985 "PROPFUN2.spad" 1595978 1595991 1596345 1596350) (-984 "PROPFUN1.spad" 1595376 1595387 1595968 1595973) (-983 "PROPFRML.spad" 1593944 1593955 1595366 1595371) (-982 "PROPERTY.spad" 1593432 1593440 1593934 1593939) (-981 "PRODUCT.spad" 1591114 1591126 1591398 1591453) (-980 "PR.spad" 1589506 1589518 1590205 1590332) (-979 "PRINT.spad" 1589258 1589266 1589496 1589501) (-978 "PRIMES.spad" 1587511 1587521 1589248 1589253) (-977 "PRIMELT.spad" 1585592 1585606 1587501 1587506) (-976 "PRIMCAT.spad" 1585219 1585227 1585582 1585587) (-975 "PRIMARR.spad" 1584071 1584081 1584249 1584276) (-974 "PRIMARR2.spad" 1582838 1582850 1584061 1584066) (-973 "PREASSOC.spad" 1582220 1582232 1582828 1582833) (-972 "PPCURVE.spad" 1581357 1581365 1582210 1582215) (-971 "PORTNUM.spad" 1581132 1581140 1581347 1581352) (-970 "POLYROOT.spad" 1579981 1580003 1581088 1581093) (-969 "POLY.spad" 1577316 1577326 1577831 1577958) (-968 "POLYLIFT.spad" 1576581 1576604 1577306 1577311) (-967 "POLYCATQ.spad" 1574699 1574721 1576571 1576576) (-966 "POLYCAT.spad" 1568169 1568190 1574567 1574694) (-965 "POLYCAT.spad" 1560977 1561000 1567377 1567382) (-964 "POLY2UP.spad" 1560429 1560443 1560967 1560972) (-963 "POLY2.spad" 1560026 1560038 1560419 1560424) (-962 "POLUTIL.spad" 1558967 1558996 1559982 1559987) (-961 "POLTOPOL.spad" 1557715 1557730 1558957 1558962) (-960 "POINT.spad" 1556400 1556410 1556487 1556514) (-959 "PNTHEORY.spad" 1553102 1553110 1556390 1556395) (-958 "PMTOOLS.spad" 1551877 1551891 1553092 1553097) (-957 "PMSYM.spad" 1551426 1551436 1551867 1551872) (-956 "PMQFCAT.spad" 1551017 1551031 1551416 1551421) (-955 "PMPRED.spad" 1550496 1550510 1551007 1551012) (-954 "PMPREDFS.spad" 1549950 1549972 1550486 1550491) (-953 "PMPLCAT.spad" 1549030 1549048 1549882 1549887) (-952 "PMLSAGG.spad" 1548615 1548629 1549020 1549025) (-951 "PMKERNEL.spad" 1548194 1548206 1548605 1548610) (-950 "PMINS.spad" 1547774 1547784 1548184 1548189) (-949 "PMFS.spad" 1547351 1547369 1547764 1547769) (-948 "PMDOWN.spad" 1546641 1546655 1547341 1547346) (-947 "PMASS.spad" 1545651 1545659 1546631 1546636) (-946 "PMASSFS.spad" 1544618 1544634 1545641 1545646) (-945 "PLOTTOOL.spad" 1544398 1544406 1544608 1544613) (-944 "PLOT.spad" 1539321 1539329 1544388 1544393) (-943 "PLOT3D.spad" 1535785 1535793 1539311 1539316) (-942 "PLOT1.spad" 1534942 1534952 1535775 1535780) (-941 "PLEQN.spad" 1522232 1522259 1534932 1534937) (-940 "PINTERP.spad" 1521854 1521873 1522222 1522227) (-939 "PINTERPA.spad" 1521638 1521654 1521844 1521849) (-938 "PI.spad" 1521247 1521255 1521612 1521633) (-937 "PID.spad" 1520217 1520225 1521173 1521242) (-936 "PICOERCE.spad" 1519874 1519884 1520207 1520212) (-935 "PGROEB.spad" 1518475 1518489 1519864 1519869) (-934 "PGE.spad" 1510092 1510100 1518465 1518470) (-933 "PGCD.spad" 1508982 1508999 1510082 1510087) (-932 "PFRPAC.spad" 1508131 1508141 1508972 1508977) (-931 "PFR.spad" 1504794 1504804 1508033 1508126) (-930 "PFOTOOLS.spad" 1504052 1504068 1504784 1504789) (-929 "PFOQ.spad" 1503422 1503440 1504042 1504047) (-928 "PFO.spad" 1502841 1502868 1503412 1503417) (-927 "PF.spad" 1502415 1502427 1502646 1502739) (-926 "PFECAT.spad" 1500097 1500105 1502341 1502410) (-925 "PFECAT.spad" 1497807 1497817 1500053 1500058) (-924 "PFBRU.spad" 1495695 1495707 1497797 1497802) (-923 "PFBR.spad" 1493255 1493278 1495685 1495690) (-922 "PERM.spad" 1489062 1489072 1493085 1493100) (-921 "PERMGRP.spad" 1483832 1483842 1489052 1489057) (-920 "PERMCAT.spad" 1482493 1482503 1483812 1483827) (-919 "PERMAN.spad" 1481025 1481039 1482483 1482488) (-918 "PENDTREE.spad" 1480249 1480259 1480537 1480542) (-917 "PDSPC.spad" 1479062 1479072 1480239 1480244) (-916 "PDSPC.spad" 1477873 1477885 1479052 1479057) (-915 "PDRING.spad" 1477715 1477725 1477853 1477868) (-914 "PDMOD.spad" 1477531 1477543 1477683 1477710) (-913 "PDEPROB.spad" 1476546 1476554 1477521 1477526) (-912 "PDEPACK.spad" 1470586 1470594 1476536 1476541) (-911 "PDECOMP.spad" 1470056 1470073 1470576 1470581) (-910 "PDECAT.spad" 1468412 1468420 1470046 1470051) (-909 "PDDOM.spad" 1467850 1467863 1468402 1468407) (-908 "PDDOM.spad" 1467286 1467301 1467840 1467845) (-907 "PCOMP.spad" 1467139 1467152 1467276 1467281) (-906 "PBWLB.spad" 1465727 1465744 1467129 1467134) (-905 "PATTERN.spad" 1460266 1460276 1465717 1465722) (-904 "PATTERN2.spad" 1460004 1460016 1460256 1460261) (-903 "PATTERN1.spad" 1458340 1458356 1459994 1459999) (-902 "PATRES.spad" 1455915 1455927 1458330 1458335) (-901 "PATRES2.spad" 1455587 1455601 1455905 1455910) (-900 "PATMATCH.spad" 1453784 1453815 1455295 1455300) (-899 "PATMAB.spad" 1453213 1453223 1453774 1453779) (-898 "PATLRES.spad" 1452299 1452313 1453203 1453208) (-897 "PATAB.spad" 1452063 1452073 1452289 1452294) (-896 "PARTPERM.spad" 1450071 1450079 1452053 1452058) (-895 "PARSURF.spad" 1449505 1449533 1450061 1450066) (-894 "PARSU2.spad" 1449302 1449318 1449495 1449500) (-893 "script-parser.spad" 1448822 1448830 1449292 1449297) (-892 "PARSCURV.spad" 1448256 1448284 1448812 1448817) (-891 "PARSC2.spad" 1448047 1448063 1448246 1448251) (-890 "PARPCURV.spad" 1447509 1447537 1448037 1448042) (-889 "PARPC2.spad" 1447300 1447316 1447499 1447504) (-888 "PARAMAST.spad" 1446428 1446436 1447290 1447295) (-887 "PAN2EXPR.spad" 1445840 1445848 1446418 1446423) (-886 "PALETTE.spad" 1444810 1444818 1445830 1445835) (-885 "PAIR.spad" 1443797 1443810 1444398 1444403) (-884 "PADICRC.spad" 1441038 1441056 1442209 1442302) (-883 "PADICRAT.spad" 1438946 1438958 1439167 1439260) (-882 "PADIC.spad" 1438641 1438653 1438872 1438941) (-881 "PADICCT.spad" 1437190 1437202 1438567 1438636) (-880 "PADEPAC.spad" 1435879 1435898 1437180 1437185) (-879 "PADE.spad" 1434631 1434647 1435869 1435874) (-878 "OWP.spad" 1433871 1433901 1434489 1434556) (-877 "OVERSET.spad" 1433444 1433452 1433861 1433866) (-876 "OVAR.spad" 1433225 1433248 1433434 1433439) (-875 "OUT.spad" 1432311 1432319 1433215 1433220) (-874 "OUTFORM.spad" 1421703 1421711 1432301 1432306) (-873 "OUTBFILE.spad" 1421121 1421129 1421693 1421698) (-872 "OUTBCON.spad" 1420127 1420135 1421111 1421116) (-871 "OUTBCON.spad" 1419131 1419141 1420117 1420122) (-870 "OSI.spad" 1418606 1418614 1419121 1419126) (-869 "OSGROUP.spad" 1418524 1418532 1418596 1418601) (-868 "ORTHPOL.spad" 1417009 1417019 1418441 1418446) (-867 "OREUP.spad" 1416462 1416490 1416689 1416728) (-866 "ORESUP.spad" 1415763 1415787 1416142 1416181) (-865 "OREPCTO.spad" 1413620 1413632 1415683 1415688) (-864 "OREPCAT.spad" 1407767 1407777 1413576 1413615) (-863 "OREPCAT.spad" 1401804 1401816 1407615 1407620) (-862 "ORDSET.spad" 1400976 1400984 1401794 1401799) (-861 "ORDSET.spad" 1400146 1400156 1400966 1400971) (-860 "ORDRING.spad" 1399536 1399544 1400126 1400141) (-859 "ORDRING.spad" 1398934 1398944 1399526 1399531) (-858 "ORDMON.spad" 1398789 1398797 1398924 1398929) (-857 "ORDFUNS.spad" 1397921 1397937 1398779 1398784) (-856 "ORDFIN.spad" 1397741 1397749 1397911 1397916) (-855 "ORDCOMP.spad" 1396206 1396216 1397288 1397317) (-854 "ORDCOMP2.spad" 1395499 1395511 1396196 1396201) (-853 "OPTPROB.spad" 1394137 1394145 1395489 1395494) (-852 "OPTPACK.spad" 1386546 1386554 1394127 1394132) (-851 "OPTCAT.spad" 1384225 1384233 1386536 1386541) (-850 "OPSIG.spad" 1383879 1383887 1384215 1384220) (-849 "OPQUERY.spad" 1383428 1383436 1383869 1383874) (-848 "OP.spad" 1383170 1383180 1383250 1383317) (-847 "OPERCAT.spad" 1382636 1382646 1383160 1383165) (-846 "OPERCAT.spad" 1382100 1382112 1382626 1382631) (-845 "ONECOMP.spad" 1380845 1380855 1381647 1381676) (-844 "ONECOMP2.spad" 1380269 1380281 1380835 1380840) (-843 "OMSERVER.spad" 1379275 1379283 1380259 1380264) (-842 "OMSAGG.spad" 1379063 1379073 1379231 1379270) (-841 "OMPKG.spad" 1377679 1377687 1379053 1379058) (-840 "OM.spad" 1376652 1376660 1377669 1377674) (-839 "OMLO.spad" 1376077 1376089 1376538 1376577) (-838 "OMEXPR.spad" 1375911 1375921 1376067 1376072) (-837 "OMERR.spad" 1375456 1375464 1375901 1375906) (-836 "OMERRK.spad" 1374490 1374498 1375446 1375451) (-835 "OMENC.spad" 1373834 1373842 1374480 1374485) (-834 "OMDEV.spad" 1368143 1368151 1373824 1373829) (-833 "OMCONN.spad" 1367552 1367560 1368133 1368138) (-832 "OINTDOM.spad" 1367315 1367323 1367478 1367547) (-831 "OFMONOID.spad" 1365438 1365448 1367271 1367276) (-830 "ODVAR.spad" 1364699 1364709 1365428 1365433) (-829 "ODR.spad" 1364343 1364369 1364511 1364660) (-828 "ODPOL.spad" 1361632 1361642 1361972 1362099) (-827 "ODP.spad" 1349446 1349466 1349819 1349918) (-826 "ODETOOLS.spad" 1348095 1348114 1349436 1349441) (-825 "ODESYS.spad" 1345789 1345806 1348085 1348090) (-824 "ODERTRIC.spad" 1341798 1341815 1345746 1345751) (-823 "ODERED.spad" 1341197 1341221 1341788 1341793) (-822 "ODERAT.spad" 1338812 1338829 1341187 1341192) (-821 "ODEPRRIC.spad" 1335849 1335871 1338802 1338807) (-820 "ODEPROB.spad" 1335106 1335114 1335839 1335844) (-819 "ODEPRIM.spad" 1332440 1332462 1335096 1335101) (-818 "ODEPAL.spad" 1331826 1331850 1332430 1332435) (-817 "ODEPACK.spad" 1318492 1318500 1331816 1331821) (-816 "ODEINT.spad" 1317927 1317943 1318482 1318487) (-815 "ODEIFTBL.spad" 1315322 1315330 1317917 1317922) (-814 "ODEEF.spad" 1310813 1310829 1315312 1315317) (-813 "ODECONST.spad" 1310350 1310368 1310803 1310808) (-812 "ODECAT.spad" 1308948 1308956 1310340 1310345) (-811 "OCT.spad" 1307084 1307094 1307798 1307837) (-810 "OCTCT2.spad" 1306730 1306751 1307074 1307079) (-809 "OC.spad" 1304526 1304536 1306686 1306725) (-808 "OC.spad" 1302047 1302059 1304209 1304214) (-807 "OCAMON.spad" 1301895 1301903 1302037 1302042) (-806 "OASGP.spad" 1301710 1301718 1301885 1301890) (-805 "OAMONS.spad" 1301232 1301240 1301700 1301705) (-804 "OAMON.spad" 1301093 1301101 1301222 1301227) (-803 "OAGROUP.spad" 1300955 1300963 1301083 1301088) (-802 "NUMTUBE.spad" 1300546 1300562 1300945 1300950) (-801 "NUMQUAD.spad" 1288522 1288530 1300536 1300541) (-800 "NUMODE.spad" 1279876 1279884 1288512 1288517) (-799 "NUMINT.spad" 1277442 1277450 1279866 1279871) (-798 "NUMFMT.spad" 1276282 1276290 1277432 1277437) (-797 "NUMERIC.spad" 1268396 1268406 1276087 1276092) (-796 "NTSCAT.spad" 1266904 1266920 1268364 1268391) (-795 "NTPOLFN.spad" 1266455 1266465 1266821 1266826) (-794 "NSUP.spad" 1259408 1259418 1263948 1264101) (-793 "NSUP2.spad" 1258800 1258812 1259398 1259403) (-792 "NSMP.spad" 1255030 1255049 1255338 1255465) (-791 "NREP.spad" 1253408 1253422 1255020 1255025) (-790 "NPCOEF.spad" 1252654 1252674 1253398 1253403) (-789 "NORMRETR.spad" 1252252 1252291 1252644 1252649) (-788 "NORMPK.spad" 1250154 1250173 1252242 1252247) (-787 "NORMMA.spad" 1249842 1249868 1250144 1250149) (-786 "NONE.spad" 1249583 1249591 1249832 1249837) (-785 "NONE1.spad" 1249259 1249269 1249573 1249578) (-784 "NODE1.spad" 1248746 1248762 1249249 1249254) (-783 "NNI.spad" 1247641 1247649 1248720 1248741) (-782 "NLINSOL.spad" 1246267 1246277 1247631 1247636) (-781 "NIPROB.spad" 1244808 1244816 1246257 1246262) (-780 "NFINTBAS.spad" 1242368 1242385 1244798 1244803) (-779 "NETCLT.spad" 1242342 1242353 1242358 1242363) (-778 "NCODIV.spad" 1240558 1240574 1242332 1242337) (-777 "NCNTFRAC.spad" 1240200 1240214 1240548 1240553) (-776 "NCEP.spad" 1238366 1238380 1240190 1240195) (-775 "NASRING.spad" 1237962 1237970 1238356 1238361) (-774 "NASRING.spad" 1237556 1237566 1237952 1237957) (-773 "NARNG.spad" 1236908 1236916 1237546 1237551) (-772 "NARNG.spad" 1236258 1236268 1236898 1236903) (-771 "NAGSP.spad" 1235335 1235343 1236248 1236253) (-770 "NAGS.spad" 1224996 1225004 1235325 1235330) (-769 "NAGF07.spad" 1223427 1223435 1224986 1224991) (-768 "NAGF04.spad" 1217829 1217837 1223417 1223422) (-767 "NAGF02.spad" 1211898 1211906 1217819 1217824) (-766 "NAGF01.spad" 1207659 1207667 1211888 1211893) (-765 "NAGE04.spad" 1201359 1201367 1207649 1207654) (-764 "NAGE02.spad" 1192019 1192027 1201349 1201354) (-763 "NAGE01.spad" 1188021 1188029 1192009 1192014) (-762 "NAGD03.spad" 1186025 1186033 1188011 1188016) (-761 "NAGD02.spad" 1178772 1178780 1186015 1186020) (-760 "NAGD01.spad" 1173065 1173073 1178762 1178767) (-759 "NAGC06.spad" 1168940 1168948 1173055 1173060) (-758 "NAGC05.spad" 1167441 1167449 1168930 1168935) (-757 "NAGC02.spad" 1166708 1166716 1167431 1167436) (-756 "NAALG.spad" 1166249 1166259 1166676 1166703) (-755 "NAALG.spad" 1165810 1165822 1166239 1166244) (-754 "MULTSQFR.spad" 1162768 1162785 1165800 1165805) (-753 "MULTFACT.spad" 1162151 1162168 1162758 1162763) (-752 "MTSCAT.spad" 1160245 1160266 1162049 1162146) (-751 "MTHING.spad" 1159904 1159914 1160235 1160240) (-750 "MSYSCMD.spad" 1159338 1159346 1159894 1159899) (-749 "MSET.spad" 1157260 1157270 1159008 1159047) (-748 "MSETAGG.spad" 1157105 1157115 1157228 1157255) (-747 "MRING.spad" 1154082 1154094 1156813 1156880) (-746 "MRF2.spad" 1153652 1153666 1154072 1154077) (-745 "MRATFAC.spad" 1153198 1153215 1153642 1153647) (-744 "MPRFF.spad" 1151238 1151257 1153188 1153193) (-743 "MPOLY.spad" 1148709 1148724 1149068 1149195) (-742 "MPCPF.spad" 1147973 1147992 1148699 1148704) (-741 "MPC3.spad" 1147790 1147830 1147963 1147968) (-740 "MPC2.spad" 1147436 1147469 1147780 1147785) (-739 "MONOTOOL.spad" 1145787 1145804 1147426 1147431) (-738 "MONOID.spad" 1145106 1145114 1145777 1145782) (-737 "MONOID.spad" 1144423 1144433 1145096 1145101) (-736 "MONOGEN.spad" 1143171 1143184 1144283 1144418) (-735 "MONOGEN.spad" 1141941 1141956 1143055 1143060) (-734 "MONADWU.spad" 1139971 1139979 1141931 1141936) (-733 "MONADWU.spad" 1137999 1138009 1139961 1139966) (-732 "MONAD.spad" 1137159 1137167 1137989 1137994) (-731 "MONAD.spad" 1136317 1136327 1137149 1137154) (-730 "MOEBIUS.spad" 1135053 1135067 1136297 1136312) (-729 "MODULE.spad" 1134923 1134933 1135021 1135048) (-728 "MODULE.spad" 1134813 1134825 1134913 1134918) (-727 "MODRING.spad" 1134148 1134187 1134793 1134808) (-726 "MODOP.spad" 1132813 1132825 1133970 1134037) (-725 "MODMONOM.spad" 1132544 1132562 1132803 1132808) (-724 "MODMON.spad" 1129246 1129262 1129965 1130118) (-723 "MODFIELD.spad" 1128608 1128647 1129148 1129241) (-722 "MMLFORM.spad" 1127468 1127476 1128598 1128603) (-721 "MMAP.spad" 1127210 1127244 1127458 1127463) (-720 "MLO.spad" 1125669 1125679 1127166 1127205) (-719 "MLIFT.spad" 1124281 1124298 1125659 1125664) (-718 "MKUCFUNC.spad" 1123816 1123834 1124271 1124276) (-717 "MKRECORD.spad" 1123420 1123433 1123806 1123811) (-716 "MKFUNC.spad" 1122827 1122837 1123410 1123415) (-715 "MKFLCFN.spad" 1121795 1121805 1122817 1122822) (-714 "MKBCFUNC.spad" 1121290 1121308 1121785 1121790) (-713 "MINT.spad" 1120729 1120737 1121192 1121285) (-712 "MHROWRED.spad" 1119240 1119250 1120719 1120724) (-711 "MFLOAT.spad" 1117760 1117768 1119130 1119235) (-710 "MFINFACT.spad" 1117160 1117182 1117750 1117755) (-709 "MESH.spad" 1114942 1114950 1117150 1117155) (-708 "MDDFACT.spad" 1113153 1113163 1114932 1114937) (-707 "MDAGG.spad" 1112444 1112454 1113133 1113148) (-706 "MCMPLX.spad" 1107875 1107883 1108489 1108690) (-705 "MCDEN.spad" 1107085 1107097 1107865 1107870) (-704 "MCALCFN.spad" 1104207 1104233 1107075 1107080) (-703 "MAYBE.spad" 1103491 1103502 1104197 1104202) (-702 "MATSTOR.spad" 1100799 1100809 1103481 1103486) (-701 "MATRIX.spad" 1099386 1099396 1099870 1099897) (-700 "MATLIN.spad" 1096730 1096754 1099270 1099275) (-699 "MATCAT.spad" 1088252 1088274 1096698 1096725) (-698 "MATCAT.spad" 1079646 1079670 1088094 1088099) (-697 "MATCAT2.spad" 1078928 1078976 1079636 1079641) (-696 "MAPPKG3.spad" 1077843 1077857 1078918 1078923) (-695 "MAPPKG2.spad" 1077181 1077193 1077833 1077838) (-694 "MAPPKG1.spad" 1076009 1076019 1077171 1077176) (-693 "MAPPAST.spad" 1075324 1075332 1075999 1076004) (-692 "MAPHACK3.spad" 1075136 1075150 1075314 1075319) (-691 "MAPHACK2.spad" 1074905 1074917 1075126 1075131) (-690 "MAPHACK1.spad" 1074549 1074559 1074895 1074900) (-689 "MAGMA.spad" 1072339 1072356 1074539 1074544) (-688 "MACROAST.spad" 1071918 1071926 1072329 1072334) (-687 "M3D.spad" 1069521 1069531 1071179 1071184) (-686 "LZSTAGG.spad" 1066759 1066769 1069511 1069516) (-685 "LZSTAGG.spad" 1063995 1064007 1066749 1066754) (-684 "LWORD.spad" 1060700 1060717 1063985 1063990) (-683 "LSTAST.spad" 1060484 1060492 1060690 1060695) (-682 "LSQM.spad" 1058641 1058655 1059035 1059086) (-681 "LSPP.spad" 1058176 1058193 1058631 1058636) (-680 "LSMP.spad" 1057026 1057054 1058166 1058171) (-679 "LSMP1.spad" 1054844 1054858 1057016 1057021) (-678 "LSAGG.spad" 1054513 1054523 1054812 1054839) (-677 "LSAGG.spad" 1054202 1054214 1054503 1054508) (-676 "LPOLY.spad" 1053156 1053175 1054058 1054127) (-675 "LPEFRAC.spad" 1052427 1052437 1053146 1053151) (-674 "LO.spad" 1051828 1051842 1052361 1052388) (-673 "LOGIC.spad" 1051430 1051438 1051818 1051823) (-672 "LOGIC.spad" 1051030 1051040 1051420 1051425) (-671 "LODOOPS.spad" 1049960 1049972 1051020 1051025) (-670 "LODO.spad" 1049344 1049360 1049640 1049679) (-669 "LODOF.spad" 1048390 1048407 1049301 1049306) (-668 "LODOCAT.spad" 1047056 1047066 1048346 1048385) (-667 "LODOCAT.spad" 1045720 1045732 1047012 1047017) (-666 "LODO2.spad" 1044993 1045005 1045400 1045439) (-665 "LODO1.spad" 1044393 1044403 1044673 1044712) (-664 "LODEEF.spad" 1043195 1043213 1044383 1044388) (-663 "LNAGG.spad" 1039342 1039352 1043185 1043190) (-662 "LNAGG.spad" 1035453 1035465 1039298 1039303) (-661 "LMOPS.spad" 1032221 1032238 1035443 1035448) (-660 "LMODULE.spad" 1031989 1031999 1032211 1032216) (-659 "LMDICT.spad" 1031159 1031169 1031423 1031450) (-658 "LLINSET.spad" 1030866 1030876 1031149 1031154) (-657 "LITERAL.spad" 1030772 1030783 1030856 1030861) (-656 "LIST.spad" 1028354 1028364 1029766 1029793) (-655 "LIST3.spad" 1027665 1027679 1028344 1028349) (-654 "LIST2.spad" 1026367 1026379 1027655 1027660) (-653 "LIST2MAP.spad" 1023270 1023282 1026357 1026362) (-652 "LINSET.spad" 1023049 1023059 1023260 1023265) (-651 "LINEXP.spad" 1021792 1021802 1023039 1023044) (-650 "LINDEP.spad" 1020601 1020613 1021704 1021709) (-649 "LIMITRF.spad" 1018529 1018539 1020591 1020596) (-648 "LIMITPS.spad" 1017432 1017445 1018519 1018524) (-647 "LIE.spad" 1015448 1015460 1016722 1016867) (-646 "LIECAT.spad" 1014924 1014934 1015374 1015443) (-645 "LIECAT.spad" 1014428 1014440 1014880 1014885) (-644 "LIB.spad" 1012179 1012187 1012625 1012640) (-643 "LGROBP.spad" 1009532 1009551 1012169 1012174) (-642 "LF.spad" 1008487 1008503 1009522 1009527) (-641 "LFCAT.spad" 1007546 1007554 1008477 1008482) (-640 "LEXTRIPK.spad" 1003049 1003064 1007536 1007541) (-639 "LEXP.spad" 1001052 1001079 1003029 1003044) (-638 "LETAST.spad" 1000751 1000759 1001042 1001047) (-637 "LEADCDET.spad" 999149 999166 1000741 1000746) (-636 "LAZM3PK.spad" 997853 997875 999139 999144) (-635 "LAUPOL.spad" 996453 996466 997353 997422) (-634 "LAPLACE.spad" 996036 996052 996443 996448) (-633 "LA.spad" 995476 995490 995958 995997) (-632 "LALG.spad" 995252 995262 995456 995471) (-631 "LALG.spad" 995036 995048 995242 995247) (-630 "KVTFROM.spad" 994771 994781 995026 995031) (-629 "KTVLOGIC.spad" 994283 994291 994761 994766) (-628 "KRCFROM.spad" 994021 994031 994273 994278) (-627 "KOVACIC.spad" 992744 992761 994011 994016) (-626 "KONVERT.spad" 992466 992476 992734 992739) (-625 "KOERCE.spad" 992203 992213 992456 992461) (-624 "KERNEL.spad" 990858 990868 991987 991992) (-623 "KERNEL2.spad" 990561 990573 990848 990853) (-622 "KDAGG.spad" 989670 989692 990541 990556) (-621 "KDAGG.spad" 988787 988811 989660 989665) (-620 "KAFILE.spad" 987641 987657 987876 987903) (-619 "JORDAN.spad" 985470 985482 986931 987076) (-618 "JOINAST.spad" 985164 985172 985460 985465) (-617 "JAVACODE.spad" 985030 985038 985154 985159) (-616 "IXAGG.spad" 983163 983187 985020 985025) (-615 "IXAGG.spad" 981151 981177 983010 983015) (-614 "IVECTOR.spad" 979768 979783 979923 979950) (-613 "ITUPLE.spad" 978929 978939 979758 979763) (-612 "ITRIGMNP.spad" 977768 977787 978919 978924) (-611 "ITFUN3.spad" 977274 977288 977758 977763) (-610 "ITFUN2.spad" 977018 977030 977264 977269) (-609 "ITFORM.spad" 976373 976381 977008 977013) (-608 "ITAYLOR.spad" 974367 974382 976237 976334) (-607 "ISUPS.spad" 966804 966819 973341 973438) (-606 "ISUMP.spad" 966305 966321 966794 966799) (-605 "ISTRING.spad" 965232 965245 965313 965340) (-604 "ISAST.spad" 964951 964959 965222 965227) (-603 "IRURPK.spad" 963668 963687 964941 964946) (-602 "IRSN.spad" 961640 961648 963658 963663) (-601 "IRRF2F.spad" 960125 960135 961596 961601) (-600 "IRREDFFX.spad" 959726 959737 960115 960120) (-599 "IROOT.spad" 958065 958075 959716 959721) (-598 "IR.spad" 955866 955880 957920 957947) (-597 "IRFORM.spad" 955190 955198 955856 955861) (-596 "IR2.spad" 954218 954234 955180 955185) (-595 "IR2F.spad" 953424 953440 954208 954213) (-594 "IPRNTPK.spad" 953184 953192 953414 953419) (-593 "IPF.spad" 952749 952761 952989 953082) (-592 "IPADIC.spad" 952510 952536 952675 952744) (-591 "IP4ADDR.spad" 952067 952075 952500 952505) (-590 "IOMODE.spad" 951589 951597 952057 952062) (-589 "IOBFILE.spad" 950950 950958 951579 951584) (-588 "IOBCON.spad" 950815 950823 950940 950945) (-587 "INVLAPLA.spad" 950464 950480 950805 950810) (-586 "INTTR.spad" 943846 943863 950454 950459) (-585 "INTTOOLS.spad" 941601 941617 943420 943425) (-584 "INTSLPE.spad" 940921 940929 941591 941596) (-583 "INTRVL.spad" 940487 940497 940835 940916) (-582 "INTRF.spad" 938911 938925 940477 940482) (-581 "INTRET.spad" 938343 938353 938901 938906) (-580 "INTRAT.spad" 937070 937087 938333 938338) (-579 "INTPM.spad" 935455 935471 936713 936718) (-578 "INTPAF.spad" 933319 933337 935387 935392) (-577 "INTPACK.spad" 923693 923701 933309 933314) (-576 "INT.spad" 923141 923149 923547 923688) (-575 "INTHERTR.spad" 922415 922432 923131 923136) (-574 "INTHERAL.spad" 922085 922109 922405 922410) (-573 "INTHEORY.spad" 918524 918532 922075 922080) (-572 "INTG0.spad" 912257 912275 918456 918461) (-571 "INTFTBL.spad" 906286 906294 912247 912252) (-570 "INTFACT.spad" 905345 905355 906276 906281) (-569 "INTEF.spad" 903730 903746 905335 905340) (-568 "INTDOM.spad" 902353 902361 903656 903725) (-567 "INTDOM.spad" 901038 901048 902343 902348) (-566 "INTCAT.spad" 899297 899307 900952 901033) (-565 "INTBIT.spad" 898804 898812 899287 899292) (-564 "INTALG.spad" 897992 898019 898794 898799) (-563 "INTAF.spad" 897492 897508 897982 897987) (-562 "INTABL.spad" 895568 895599 895731 895758) (-561 "INT8.spad" 895448 895456 895558 895563) (-560 "INT64.spad" 895327 895335 895438 895443) (-559 "INT32.spad" 895206 895214 895317 895322) (-558 "INT16.spad" 895085 895093 895196 895201) (-557 "INS.spad" 892588 892596 894987 895080) (-556 "INS.spad" 890177 890187 892578 892583) (-555 "INPSIGN.spad" 889625 889638 890167 890172) (-554 "INPRODPF.spad" 888721 888740 889615 889620) (-553 "INPRODFF.spad" 887809 887833 888711 888716) (-552 "INNMFACT.spad" 886784 886801 887799 887804) (-551 "INMODGCD.spad" 886272 886302 886774 886779) (-550 "INFSP.spad" 884569 884591 886262 886267) (-549 "INFPROD0.spad" 883649 883668 884559 884564) (-548 "INFORM.spad" 880848 880856 883639 883644) (-547 "INFORM1.spad" 880473 880483 880838 880843) (-546 "INFINITY.spad" 880025 880033 880463 880468) (-545 "INETCLTS.spad" 880002 880010 880015 880020) (-544 "INEP.spad" 878540 878562 879992 879997) (-543 "INDE.spad" 878269 878286 878530 878535) (-542 "INCRMAPS.spad" 877690 877700 878259 878264) (-541 "INBFILE.spad" 876762 876770 877680 877685) (-540 "INBFF.spad" 872556 872567 876752 876757) (-539 "INBCON.spad" 870846 870854 872546 872551) (-538 "INBCON.spad" 869134 869144 870836 870841) (-537 "INAST.spad" 868795 868803 869124 869129) (-536 "IMPTAST.spad" 868503 868511 868785 868790) (-535 "IMATRIX.spad" 867331 867357 867843 867870) (-534 "IMATQF.spad" 866425 866469 867287 867292) (-533 "IMATLIN.spad" 865030 865054 866381 866386) (-532 "ILIST.spad" 863535 863550 864060 864087) (-531 "IIARRAY2.spad" 862806 862844 863025 863052) (-530 "IFF.spad" 862216 862232 862487 862580) (-529 "IFAST.spad" 861830 861838 862206 862211) (-528 "IFARRAY.spad" 859170 859185 860860 860887) (-527 "IFAMON.spad" 859032 859049 859126 859131) (-526 "IEVALAB.spad" 858437 858449 859022 859027) (-525 "IEVALAB.spad" 857840 857854 858427 858432) (-524 "IDPO.spad" 857653 857665 857830 857835) (-523 "IDPOAMS.spad" 857409 857421 857643 857648) (-522 "IDPOAM.spad" 857129 857141 857399 857404) (-521 "IDPC.spad" 855858 855870 857119 857124) (-520 "IDPAM.spad" 855603 855615 855848 855853) (-519 "IDPAG.spad" 855350 855362 855593 855598) (-518 "IDENT.spad" 855000 855008 855340 855345) (-517 "IDECOMP.spad" 852239 852257 854990 854995) (-516 "IDEAL.spad" 847188 847227 852174 852179) (-515 "ICDEN.spad" 846377 846393 847178 847183) (-514 "ICARD.spad" 845568 845576 846367 846372) (-513 "IBPTOOLS.spad" 844175 844192 845558 845563) (-512 "IBITS.spad" 843340 843353 843773 843800) (-511 "IBATOOL.spad" 840317 840336 843330 843335) (-510 "IBACHIN.spad" 838824 838839 840307 840312) (-509 "IARRAY2.spad" 837695 837721 838314 838341) (-508 "IARRAY1.spad" 836587 836602 836725 836752) (-507 "IAN.spad" 834810 834818 836403 836496) (-506 "IALGFACT.spad" 834413 834446 834800 834805) (-505 "HYPCAT.spad" 833837 833845 834403 834408) (-504 "HYPCAT.spad" 833259 833269 833827 833832) (-503 "HOSTNAME.spad" 833067 833075 833249 833254) (-502 "HOMOTOP.spad" 832810 832820 833057 833062) (-501 "HOAGG.spad" 830092 830102 832800 832805) (-500 "HOAGG.spad" 827113 827125 829823 829828) (-499 "HEXADEC.spad" 825118 825126 825483 825576) (-498 "HEUGCD.spad" 824153 824164 825108 825113) (-497 "HELLFDIV.spad" 823743 823767 824143 824148) (-496 "HEAP.spad" 823018 823028 823233 823260) (-495 "HEADAST.spad" 822551 822559 823008 823013) (-494 "HDP.spad" 810361 810377 810738 810837) (-493 "HDMP.spad" 807575 807590 808191 808318) (-492 "HB.spad" 805826 805834 807565 807570) (-491 "HASHTBL.spad" 803854 803885 804065 804092) (-490 "HASAST.spad" 803570 803578 803844 803849) (-489 "HACKPI.spad" 803061 803069 803472 803565) (-488 "GTSET.spad" 801964 801980 802671 802698) (-487 "GSTBL.spad" 800041 800076 800215 800230) (-486 "GSERIES.spad" 797354 797381 798173 798322) (-485 "GROUP.spad" 796627 796635 797334 797349) (-484 "GROUP.spad" 795908 795918 796617 796622) (-483 "GROEBSOL.spad" 794402 794423 795898 795903) (-482 "GRMOD.spad" 792973 792985 794392 794397) (-481 "GRMOD.spad" 791542 791556 792963 792968) (-480 "GRIMAGE.spad" 784431 784439 791532 791537) (-479 "GRDEF.spad" 782810 782818 784421 784426) (-478 "GRAY.spad" 781273 781281 782800 782805) (-477 "GRALG.spad" 780350 780362 781263 781268) (-476 "GRALG.spad" 779425 779439 780340 780345) (-475 "GPOLSET.spad" 778843 778866 779071 779098) (-474 "GOSPER.spad" 778112 778130 778833 778838) (-473 "GMODPOL.spad" 777260 777287 778080 778107) (-472 "GHENSEL.spad" 776343 776357 777250 777255) (-471 "GENUPS.spad" 772636 772649 776333 776338) (-470 "GENUFACT.spad" 772213 772223 772626 772631) (-469 "GENPGCD.spad" 771799 771816 772203 772208) (-468 "GENMFACT.spad" 771251 771270 771789 771794) (-467 "GENEEZ.spad" 769202 769215 771241 771246) (-466 "GDMP.spad" 766258 766275 767032 767159) (-465 "GCNAALG.spad" 760181 760208 766052 766119) (-464 "GCDDOM.spad" 759357 759365 760107 760176) (-463 "GCDDOM.spad" 758595 758605 759347 759352) (-462 "GB.spad" 756121 756159 758551 758556) (-461 "GBINTERN.spad" 752141 752179 756111 756116) (-460 "GBF.spad" 747908 747946 752131 752136) (-459 "GBEUCLID.spad" 745790 745828 747898 747903) (-458 "GAUSSFAC.spad" 745103 745111 745780 745785) (-457 "GALUTIL.spad" 743429 743439 745059 745064) (-456 "GALPOLYU.spad" 741883 741896 743419 743424) (-455 "GALFACTU.spad" 740056 740075 741873 741878) (-454 "GALFACT.spad" 730245 730256 740046 740051) (-453 "FVFUN.spad" 727268 727276 730235 730240) (-452 "FVC.spad" 726320 726328 727258 727263) (-451 "FUNDESC.spad" 725998 726006 726310 726315) (-450 "FUNCTION.spad" 725847 725859 725988 725993) (-449 "FT.spad" 724144 724152 725837 725842) (-448 "FTEM.spad" 723309 723317 724134 724139) (-447 "FSUPFACT.spad" 722209 722228 723245 723250) (-446 "FST.spad" 720295 720303 722199 722204) (-445 "FSRED.spad" 719775 719791 720285 720290) (-444 "FSPRMELT.spad" 718657 718673 719732 719737) (-443 "FSPECF.spad" 716748 716764 718647 718652) (-442 "FS.spad" 711016 711026 716523 716743) (-441 "FS.spad" 705062 705074 710571 710576) (-440 "FSINT.spad" 704722 704738 705052 705057) (-439 "FSERIES.spad" 703913 703925 704542 704641) (-438 "FSCINT.spad" 703230 703246 703903 703908) (-437 "FSAGG.spad" 702347 702357 703186 703225) (-436 "FSAGG.spad" 701426 701438 702267 702272) (-435 "FSAGG2.spad" 700169 700185 701416 701421) (-434 "FS2UPS.spad" 694660 694694 700159 700164) (-433 "FS2.spad" 694307 694323 694650 694655) (-432 "FS2EXPXP.spad" 693432 693455 694297 694302) (-431 "FRUTIL.spad" 692386 692396 693422 693427) (-430 "FR.spad" 686009 686019 691317 691386) (-429 "FRNAALG.spad" 681278 681288 685951 686004) (-428 "FRNAALG.spad" 676559 676571 681234 681239) (-427 "FRNAAF2.spad" 676015 676033 676549 676554) (-426 "FRMOD.spad" 675425 675455 675946 675951) (-425 "FRIDEAL.spad" 674650 674671 675405 675420) (-424 "FRIDEAL2.spad" 674254 674286 674640 674645) (-423 "FRETRCT.spad" 673765 673775 674244 674249) (-422 "FRETRCT.spad" 673142 673154 673623 673628) (-421 "FRAMALG.spad" 671490 671503 673098 673137) (-420 "FRAMALG.spad" 669870 669885 671480 671485) (-419 "FRAC.spad" 666876 666886 667279 667452) (-418 "FRAC2.spad" 666481 666493 666866 666871) (-417 "FR2.spad" 665817 665829 666471 666476) (-416 "FPS.spad" 662632 662640 665707 665812) (-415 "FPS.spad" 659475 659485 662552 662557) (-414 "FPC.spad" 658521 658529 659377 659470) (-413 "FPC.spad" 657653 657663 658511 658516) (-412 "FPATMAB.spad" 657415 657425 657643 657648) (-411 "FPARFRAC.spad" 656265 656282 657405 657410) (-410 "FORTRAN.spad" 654771 654814 656255 656260) (-409 "FORT.spad" 653720 653728 654761 654766) (-408 "FORTFN.spad" 650890 650898 653710 653715) (-407 "FORTCAT.spad" 650574 650582 650880 650885) (-406 "FORMULA.spad" 648048 648056 650564 650569) (-405 "FORMULA1.spad" 647527 647537 648038 648043) (-404 "FORDER.spad" 647218 647242 647517 647522) (-403 "FOP.spad" 646419 646427 647208 647213) (-402 "FNLA.spad" 645843 645865 646387 646414) (-401 "FNCAT.spad" 644438 644446 645833 645838) (-400 "FNAME.spad" 644330 644338 644428 644433) (-399 "FMTC.spad" 644128 644136 644256 644325) (-398 "FMONOID.spad" 643793 643803 644084 644089) (-397 "FMONCAT.spad" 640946 640956 643783 643788) (-396 "FM.spad" 640641 640653 640880 640907) (-395 "FMFUN.spad" 637671 637679 640631 640636) (-394 "FMC.spad" 636723 636731 637661 637666) (-393 "FMCAT.spad" 634391 634409 636691 636718) (-392 "FM1.spad" 633748 633760 634325 634352) (-391 "FLOATRP.spad" 631483 631497 633738 633743) (-390 "FLOAT.spad" 624797 624805 631349 631478) (-389 "FLOATCP.spad" 622228 622242 624787 624792) (-388 "FLINEXP.spad" 621950 621960 622218 622223) (-387 "FLINEXP.spad" 621616 621628 621886 621891) (-386 "FLASORT.spad" 620942 620954 621606 621611) (-385 "FLALG.spad" 618588 618607 620868 620937) (-384 "FLAGG.spad" 615630 615640 618568 618583) (-383 "FLAGG.spad" 612573 612585 615513 615518) (-382 "FLAGG2.spad" 611298 611314 612563 612568) (-381 "FINRALG.spad" 609359 609372 611254 611293) (-380 "FINRALG.spad" 607346 607361 609243 609248) (-379 "FINITE.spad" 606498 606506 607336 607341) (-378 "FINAALG.spad" 595619 595629 606440 606493) (-377 "FINAALG.spad" 584752 584764 595575 595580) (-376 "FILE.spad" 584335 584345 584742 584747) (-375 "FILECAT.spad" 582861 582878 584325 584330) (-374 "FIELD.spad" 582267 582275 582763 582856) (-373 "FIELD.spad" 581759 581769 582257 582262) (-372 "FGROUP.spad" 580406 580416 581739 581754) (-371 "FGLMICPK.spad" 579193 579208 580396 580401) (-370 "FFX.spad" 578568 578583 578909 579002) (-369 "FFSLPE.spad" 578071 578092 578558 578563) (-368 "FFPOLY.spad" 569333 569344 578061 578066) (-367 "FFPOLY2.spad" 568393 568410 569323 569328) (-366 "FFP.spad" 567790 567810 568109 568202) (-365 "FF.spad" 567238 567254 567471 567564) (-364 "FFNBX.spad" 565750 565770 566954 567047) (-363 "FFNBP.spad" 564263 564280 565466 565559) (-362 "FFNB.spad" 562728 562749 563944 564037) (-361 "FFINTBAS.spad" 560242 560261 562718 562723) (-360 "FFIELDC.spad" 557819 557827 560144 560237) (-359 "FFIELDC.spad" 555482 555492 557809 557814) (-358 "FFHOM.spad" 554230 554247 555472 555477) (-357 "FFF.spad" 551665 551676 554220 554225) (-356 "FFCGX.spad" 550512 550532 551381 551474) (-355 "FFCGP.spad" 549401 549421 550228 550321) (-354 "FFCG.spad" 548193 548214 549082 549175) (-353 "FFCAT.spad" 541366 541388 548032 548188) (-352 "FFCAT.spad" 534618 534642 541286 541291) (-351 "FFCAT2.spad" 534365 534405 534608 534613) (-350 "FEXPR.spad" 526082 526128 534121 534160) (-349 "FEVALAB.spad" 525790 525800 526072 526077) (-348 "FEVALAB.spad" 525283 525295 525567 525572) (-347 "FDIV.spad" 524725 524749 525273 525278) (-346 "FDIVCAT.spad" 522789 522813 524715 524720) (-345 "FDIVCAT.spad" 520851 520877 522779 522784) (-344 "FDIV2.spad" 520507 520547 520841 520846) (-343 "FCTRDATA.spad" 519515 519523 520497 520502) (-342 "FCPAK1.spad" 518082 518090 519505 519510) (-341 "FCOMP.spad" 517461 517471 518072 518077) (-340 "FC.spad" 507468 507476 517451 517456) (-339 "FAXF.spad" 500439 500453 507370 507463) (-338 "FAXF.spad" 493462 493478 500395 500400) (-337 "FARRAY.spad" 491459 491469 492492 492519) (-336 "FAMR.spad" 489595 489607 491357 491454) (-335 "FAMR.spad" 487715 487729 489479 489484) (-334 "FAMONOID.spad" 487383 487393 487669 487674) (-333 "FAMONC.spad" 485679 485691 487373 487378) (-332 "FAGROUP.spad" 485303 485313 485575 485602) (-331 "FACUTIL.spad" 483507 483524 485293 485298) (-330 "FACTFUNC.spad" 482701 482711 483497 483502) (-329 "EXPUPXS.spad" 479534 479557 480833 480982) (-328 "EXPRTUBE.spad" 476822 476830 479524 479529) (-327 "EXPRODE.spad" 473982 473998 476812 476817) (-326 "EXPR.spad" 469157 469167 469871 470166) (-325 "EXPR2UPS.spad" 465279 465292 469147 469152) (-324 "EXPR2.spad" 464984 464996 465269 465274) (-323 "EXPEXPAN.spad" 461785 461810 462417 462510) (-322 "EXIT.spad" 461456 461464 461775 461780) (-321 "EXITAST.spad" 461192 461200 461446 461451) (-320 "EVALCYC.spad" 460652 460666 461182 461187) (-319 "EVALAB.spad" 460224 460234 460642 460647) (-318 "EVALAB.spad" 459794 459806 460214 460219) (-317 "EUCDOM.spad" 457368 457376 459720 459789) (-316 "EUCDOM.spad" 455004 455014 457358 457363) (-315 "ESTOOLS.spad" 446850 446858 454994 454999) (-314 "ESTOOLS2.spad" 446453 446467 446840 446845) (-313 "ESTOOLS1.spad" 446138 446149 446443 446448) (-312 "ES.spad" 438953 438961 446128 446133) (-311 "ES.spad" 431674 431684 438851 438856) (-310 "ESCONT.spad" 428467 428475 431664 431669) (-309 "ESCONT1.spad" 428216 428228 428457 428462) (-308 "ES2.spad" 427721 427737 428206 428211) (-307 "ES1.spad" 427291 427307 427711 427716) (-306 "ERROR.spad" 424618 424626 427281 427286) (-305 "EQTBL.spad" 422648 422670 422857 422884) (-304 "EQ.spad" 417453 417463 420240 420352) (-303 "EQ2.spad" 417171 417183 417443 417448) (-302 "EP.spad" 413497 413507 417161 417166) (-301 "ENV.spad" 412175 412183 413487 413492) (-300 "ENTIRER.spad" 411843 411851 412119 412170) (-299 "EMR.spad" 411131 411172 411769 411838) (-298 "ELTAGG.spad" 409385 409404 411121 411126) (-297 "ELTAGG.spad" 407603 407624 409341 409346) (-296 "ELTAB.spad" 407078 407091 407593 407598) (-295 "ELFUTS.spad" 406465 406484 407068 407073) (-294 "ELEMFUN.spad" 406154 406162 406455 406460) (-293 "ELEMFUN.spad" 405841 405851 406144 406149) (-292 "ELAGG.spad" 403812 403822 405821 405836) (-291 "ELAGG.spad" 401720 401732 403731 403736) (-290 "ELABOR.spad" 401066 401074 401710 401715) (-289 "ELABEXPR.spad" 399998 400006 401056 401061) (-288 "EFUPXS.spad" 396774 396804 399954 399959) (-287 "EFULS.spad" 393610 393633 396730 396735) (-286 "EFSTRUC.spad" 391625 391641 393600 393605) (-285 "EF.spad" 386401 386417 391615 391620) (-284 "EAB.spad" 384677 384685 386391 386396) (-283 "E04UCFA.spad" 384213 384221 384667 384672) (-282 "E04NAFA.spad" 383790 383798 384203 384208) (-281 "E04MBFA.spad" 383370 383378 383780 383785) (-280 "E04JAFA.spad" 382906 382914 383360 383365) (-279 "E04GCFA.spad" 382442 382450 382896 382901) (-278 "E04FDFA.spad" 381978 381986 382432 382437) (-277 "E04DGFA.spad" 381514 381522 381968 381973) (-276 "E04AGNT.spad" 377364 377372 381504 381509) (-275 "DVARCAT.spad" 374254 374264 377354 377359) (-274 "DVARCAT.spad" 371142 371154 374244 374249) (-273 "DSMP.spad" 368516 368530 368821 368948) (-272 "DSEXT.spad" 367818 367828 368506 368511) (-271 "DSEXT.spad" 367027 367039 367717 367722) (-270 "DROPT.spad" 360986 360994 367017 367022) (-269 "DROPT1.spad" 360651 360661 360976 360981) (-268 "DROPT0.spad" 355508 355516 360641 360646) (-267 "DRAWPT.spad" 353681 353689 355498 355503) (-266 "DRAW.spad" 346557 346570 353671 353676) (-265 "DRAWHACK.spad" 345865 345875 346547 346552) (-264 "DRAWCX.spad" 343335 343343 345855 345860) (-263 "DRAWCURV.spad" 342882 342897 343325 343330) (-262 "DRAWCFUN.spad" 332414 332422 342872 342877) (-261 "DQAGG.spad" 330592 330602 332382 332409) (-260 "DPOLCAT.spad" 325941 325957 330460 330587) (-259 "DPOLCAT.spad" 321376 321394 325897 325902) (-258 "DPMO.spad" 313136 313152 313274 313487) (-257 "DPMM.spad" 304909 304927 305034 305247) (-256 "DOMTMPLT.spad" 304680 304688 304899 304904) (-255 "DOMCTOR.spad" 304435 304443 304670 304675) (-254 "DOMAIN.spad" 303522 303530 304425 304430) (-253 "DMP.spad" 300782 300797 301352 301479) (-252 "DMEXT.spad" 300649 300659 300750 300777) (-251 "DLP.spad" 300001 300011 300639 300644) (-250 "DLIST.spad" 298427 298437 299031 299058) (-249 "DLAGG.spad" 296844 296854 298417 298422) (-248 "DIVRING.spad" 296386 296394 296788 296839) (-247 "DIVRING.spad" 295972 295982 296376 296381) (-246 "DISPLAY.spad" 294162 294170 295962 295967) (-245 "DIRPROD.spad" 281709 281725 282349 282448) (-244 "DIRPROD2.spad" 280527 280545 281699 281704) (-243 "DIRPCAT.spad" 279720 279736 280423 280522) (-242 "DIRPCAT.spad" 278540 278558 279245 279250) (-241 "DIOSP.spad" 277365 277373 278530 278535) (-240 "DIOPS.spad" 276361 276371 277345 277360) (-239 "DIOPS.spad" 275331 275343 276317 276322) (-238 "DIFRING.spad" 275169 275177 275311 275326) (-237 "DIFFSPC.spad" 274748 274756 275159 275164) (-236 "DIFFSPC.spad" 274325 274335 274738 274743) (-235 "DIFFMOD.spad" 273814 273824 274293 274320) (-234 "DIFFDOM.spad" 272979 272990 273804 273809) (-233 "DIFFDOM.spad" 272142 272155 272969 272974) (-232 "DIFEXT.spad" 271961 271971 272122 272137) (-231 "DIAGG.spad" 271591 271601 271941 271956) (-230 "DIAGG.spad" 271229 271241 271581 271586) (-229 "DHMATRIX.spad" 269424 269434 270569 270596) (-228 "DFSFUN.spad" 263064 263072 269414 269419) (-227 "DFLOAT.spad" 259795 259803 262954 263059) (-226 "DFINTTLS.spad" 258026 258042 259785 259790) (-225 "DERHAM.spad" 255940 255972 258006 258021) (-224 "DEQUEUE.spad" 255147 255157 255430 255457) (-223 "DEGRED.spad" 254764 254778 255137 255142) (-222 "DEFINTRF.spad" 252301 252311 254754 254759) (-221 "DEFINTEF.spad" 250811 250827 252291 252296) (-220 "DEFAST.spad" 250179 250187 250801 250806) (-219 "DECIMAL.spad" 248188 248196 248549 248642) (-218 "DDFACT.spad" 246001 246018 248178 248183) (-217 "DBLRESP.spad" 245601 245625 245991 245996) (-216 "DBASE.spad" 244265 244275 245591 245596) (-215 "DATAARY.spad" 243727 243740 244255 244260) (-214 "D03FAFA.spad" 243555 243563 243717 243722) (-213 "D03EEFA.spad" 243375 243383 243545 243550) (-212 "D03AGNT.spad" 242461 242469 243365 243370) (-211 "D02EJFA.spad" 241923 241931 242451 242456) (-210 "D02CJFA.spad" 241401 241409 241913 241918) (-209 "D02BHFA.spad" 240891 240899 241391 241396) (-208 "D02BBFA.spad" 240381 240389 240881 240886) (-207 "D02AGNT.spad" 235195 235203 240371 240376) (-206 "D01WGTS.spad" 233514 233522 235185 235190) (-205 "D01TRNS.spad" 233491 233499 233504 233509) (-204 "D01GBFA.spad" 233013 233021 233481 233486) (-203 "D01FCFA.spad" 232535 232543 233003 233008) (-202 "D01ASFA.spad" 232003 232011 232525 232530) (-201 "D01AQFA.spad" 231449 231457 231993 231998) (-200 "D01APFA.spad" 230873 230881 231439 231444) (-199 "D01ANFA.spad" 230367 230375 230863 230868) (-198 "D01AMFA.spad" 229877 229885 230357 230362) (-197 "D01ALFA.spad" 229417 229425 229867 229872) (-196 "D01AKFA.spad" 228943 228951 229407 229412) (-195 "D01AJFA.spad" 228466 228474 228933 228938) (-194 "D01AGNT.spad" 224533 224541 228456 228461) (-193 "CYCLOTOM.spad" 224039 224047 224523 224528) (-192 "CYCLES.spad" 220831 220839 224029 224034) (-191 "CVMP.spad" 220248 220258 220821 220826) (-190 "CTRIGMNP.spad" 218748 218764 220238 220243) (-189 "CTOR.spad" 218439 218447 218738 218743) (-188 "CTORKIND.spad" 218042 218050 218429 218434) (-187 "CTORCAT.spad" 217291 217299 218032 218037) (-186 "CTORCAT.spad" 216538 216548 217281 217286) (-185 "CTORCALL.spad" 216127 216137 216528 216533) (-184 "CSTTOOLS.spad" 215372 215385 216117 216122) (-183 "CRFP.spad" 209096 209109 215362 215367) (-182 "CRCEAST.spad" 208816 208824 209086 209091) (-181 "CRAPACK.spad" 207867 207877 208806 208811) (-180 "CPMATCH.spad" 207371 207386 207792 207797) (-179 "CPIMA.spad" 207076 207095 207361 207366) (-178 "COORDSYS.spad" 202085 202095 207066 207071) (-177 "CONTOUR.spad" 201496 201504 202075 202080) (-176 "CONTFRAC.spad" 197246 197256 201398 201491) (-175 "CONDUIT.spad" 197004 197012 197236 197241) (-174 "COMRING.spad" 196678 196686 196942 196999) (-173 "COMPPROP.spad" 196196 196204 196668 196673) (-172 "COMPLPAT.spad" 195963 195978 196186 196191) (-171 "COMPLEX.spad" 191340 191350 191584 191845) (-170 "COMPLEX2.spad" 191055 191067 191330 191335) (-169 "COMPILER.spad" 190604 190612 191045 191050) (-168 "COMPFACT.spad" 190206 190220 190594 190599) (-167 "COMPCAT.spad" 188278 188288 189940 190201) (-166 "COMPCAT.spad" 186078 186090 187742 187747) (-165 "COMMUPC.spad" 185826 185844 186068 186073) (-164 "COMMONOP.spad" 185359 185367 185816 185821) (-163 "COMM.spad" 185170 185178 185349 185354) (-162 "COMMAAST.spad" 184933 184941 185160 185165) (-161 "COMBOPC.spad" 183848 183856 184923 184928) (-160 "COMBINAT.spad" 182615 182625 183838 183843) (-159 "COMBF.spad" 179997 180013 182605 182610) (-158 "COLOR.spad" 178834 178842 179987 179992) (-157 "COLONAST.spad" 178500 178508 178824 178829) (-156 "CMPLXRT.spad" 178211 178228 178490 178495) (-155 "CLLCTAST.spad" 177873 177881 178201 178206) (-154 "CLIP.spad" 173981 173989 177863 177868) (-153 "CLIF.spad" 172636 172652 173937 173976) (-152 "CLAGG.spad" 169141 169151 172626 172631) (-151 "CLAGG.spad" 165517 165529 169004 169009) (-150 "CINTSLPE.spad" 164848 164861 165507 165512) (-149 "CHVAR.spad" 162986 163008 164838 164843) (-148 "CHARZ.spad" 162901 162909 162966 162981) (-147 "CHARPOL.spad" 162411 162421 162891 162896) (-146 "CHARNZ.spad" 162164 162172 162391 162406) (-145 "CHAR.spad" 160038 160046 162154 162159) (-144 "CFCAT.spad" 159366 159374 160028 160033) (-143 "CDEN.spad" 158562 158576 159356 159361) (-142 "CCLASS.spad" 156673 156681 157935 157974) (-141 "CATEGORY.spad" 155715 155723 156663 156668) (-140 "CATCTOR.spad" 155606 155614 155705 155710) (-139 "CATAST.spad" 155224 155232 155596 155601) (-138 "CASEAST.spad" 154938 154946 155214 155219) (-137 "CARTEN.spad" 150305 150329 154928 154933) (-136 "CARTEN2.spad" 149695 149722 150295 150300) (-135 "CARD.spad" 146990 146998 149669 149690) (-134 "CAPSLAST.spad" 146764 146772 146980 146985) (-133 "CACHSET.spad" 146388 146396 146754 146759) (-132 "CABMON.spad" 145943 145951 146378 146383) (-131 "BYTEORD.spad" 145618 145626 145933 145938) (-130 "BYTE.spad" 145045 145053 145608 145613) (-129 "BYTEBUF.spad" 142743 142751 144053 144080) (-128 "BTREE.spad" 141699 141709 142233 142260) (-127 "BTOURN.spad" 140587 140597 141189 141216) (-126 "BTCAT.spad" 139979 139989 140555 140582) (-125 "BTCAT.spad" 139391 139403 139969 139974) (-124 "BTAGG.spad" 138857 138865 139359 139386) (-123 "BTAGG.spad" 138343 138353 138847 138852) (-122 "BSTREE.spad" 136967 136977 137833 137860) (-121 "BRILL.spad" 135164 135175 136957 136962) (-120 "BRAGG.spad" 134104 134114 135154 135159) (-119 "BRAGG.spad" 133008 133020 134060 134065) (-118 "BPADICRT.spad" 130882 130894 131137 131230) (-117 "BPADIC.spad" 130546 130558 130808 130877) (-116 "BOUNDZRO.spad" 130202 130219 130536 130541) (-115 "BOP.spad" 125384 125392 130192 130197) (-114 "BOP1.spad" 122850 122860 125374 125379) (-113 "BOOLE.spad" 122500 122508 122840 122845) (-112 "BOOLEAN.spad" 121938 121946 122490 122495) (-111 "BMODULE.spad" 121650 121662 121906 121933) (-110 "BITS.spad" 121033 121041 121248 121275) (-109 "BINDING.spad" 120446 120454 121023 121028) (-108 "BINARY.spad" 118460 118468 118816 118909) (-107 "BGAGG.spad" 117665 117675 118440 118455) (-106 "BGAGG.spad" 116878 116890 117655 117660) (-105 "BFUNCT.spad" 116442 116450 116858 116873) (-104 "BEZOUT.spad" 115582 115609 116392 116397) (-103 "BBTREE.spad" 112310 112320 115072 115099) (-102 "BASTYPE.spad" 111982 111990 112300 112305) (-101 "BASTYPE.spad" 111652 111662 111972 111977) (-100 "BALFACT.spad" 111111 111124 111642 111647) (-99 "AUTOMOR.spad" 110562 110571 111091 111106) (-98 "ATTREG.spad" 107285 107292 110314 110557) (-97 "ATTRBUT.spad" 103308 103315 107265 107280) (-96 "ATTRAST.spad" 103025 103032 103298 103303) (-95 "ATRIG.spad" 102495 102502 103015 103020) (-94 "ATRIG.spad" 101963 101972 102485 102490) (-93 "ASTCAT.spad" 101867 101874 101953 101958) (-92 "ASTCAT.spad" 101769 101778 101857 101862) (-91 "ASTACK.spad" 100991 101000 101259 101286) (-90 "ASSOCEQ.spad" 99817 99828 100947 100952) (-89 "ASP9.spad" 98898 98911 99807 99812) (-88 "ASP8.spad" 97941 97954 98888 98893) (-87 "ASP80.spad" 97263 97276 97931 97936) (-86 "ASP7.spad" 96423 96436 97253 97258) (-85 "ASP78.spad" 95874 95887 96413 96418) (-84 "ASP77.spad" 95243 95256 95864 95869) (-83 "ASP74.spad" 94335 94348 95233 95238) (-82 "ASP73.spad" 93606 93619 94325 94330) (-81 "ASP6.spad" 92473 92486 93596 93601) (-80 "ASP55.spad" 90982 90995 92463 92468) (-79 "ASP50.spad" 88799 88812 90972 90977) (-78 "ASP4.spad" 88094 88107 88789 88794) (-77 "ASP49.spad" 87093 87106 88084 88089) (-76 "ASP42.spad" 85500 85539 87083 87088) (-75 "ASP41.spad" 84079 84118 85490 85495) (-74 "ASP35.spad" 83067 83080 84069 84074) (-73 "ASP34.spad" 82368 82381 83057 83062) (-72 "ASP33.spad" 81928 81941 82358 82363) (-71 "ASP31.spad" 81068 81081 81918 81923) (-70 "ASP30.spad" 79960 79973 81058 81063) (-69 "ASP29.spad" 79426 79439 79950 79955) (-68 "ASP28.spad" 70699 70712 79416 79421) (-67 "ASP27.spad" 69596 69609 70689 70694) (-66 "ASP24.spad" 68683 68696 69586 69591) (-65 "ASP20.spad" 68147 68160 68673 68678) (-64 "ASP1.spad" 67528 67541 68137 68142) (-63 "ASP19.spad" 62214 62227 67518 67523) (-62 "ASP12.spad" 61628 61641 62204 62209) (-61 "ASP10.spad" 60899 60912 61618 61623) (-60 "ARRAY2.spad" 60142 60151 60389 60416) (-59 "ARRAY1.spad" 58826 58835 59172 59199) (-58 "ARRAY12.spad" 57539 57550 58816 58821) (-57 "ARR2CAT.spad" 53313 53334 57507 57534) (-56 "ARR2CAT.spad" 49107 49130 53303 53308) (-55 "ARITY.spad" 48479 48486 49097 49102) (-54 "APPRULE.spad" 47739 47761 48469 48474) (-53 "APPLYORE.spad" 47358 47371 47729 47734) (-52 "ANY.spad" 46217 46224 47348 47353) (-51 "ANY1.spad" 45288 45297 46207 46212) (-50 "ANTISYM.spad" 43733 43749 45268 45283) (-49 "ANON.spad" 43426 43433 43723 43728) (-48 "AN.spad" 41735 41742 43242 43335) (-47 "AMR.spad" 39920 39931 41633 41730) (-46 "AMR.spad" 37942 37955 39657 39662) (-45 "ALIST.spad" 34842 34863 35192 35219) (-44 "ALGSC.spad" 33977 34003 34714 34767) (-43 "ALGPKG.spad" 29760 29771 33933 33938) (-42 "ALGMFACT.spad" 28953 28967 29750 29755) (-41 "ALGMANIP.spad" 26427 26442 28786 28791) (-40 "ALGFF.spad" 24068 24095 24285 24441) (-39 "ALGFACT.spad" 23195 23205 24058 24063) (-38 "ALGEBRA.spad" 23028 23037 23151 23190) (-37 "ALGEBRA.spad" 22893 22904 23018 23023) (-36 "ALAGG.spad" 22405 22426 22861 22888) (-35 "AHYP.spad" 21786 21793 22395 22400) (-34 "AGG.spad" 20103 20110 21776 21781) (-33 "AGG.spad" 18384 18393 20059 20064) (-32 "AF.spad" 16815 16830 18319 18324) (-31 "ADDAST.spad" 16493 16500 16805 16810) (-30 "ACPLOT.spad" 15084 15091 16483 16488) (-29 "ACFS.spad" 12893 12902 14986 15079) (-28 "ACFS.spad" 10788 10799 12883 12888) (-27 "ACF.spad" 7470 7477 10690 10783) (-26 "ACF.spad" 4238 4247 7460 7465) (-25 "ABELSG.spad" 3779 3786 4228 4233) (-24 "ABELSG.spad" 3318 3327 3769 3774) (-23 "ABELMON.spad" 2861 2868 3308 3313) (-22 "ABELMON.spad" 2402 2411 2851 2856) (-21 "ABELGRP.spad" 2067 2074 2392 2397) (-20 "ABELGRP.spad" 1730 1739 2057 2062) (-19 "A1AGG.spad" 870 879 1698 1725) (-18 "A1AGG.spad" 30 41 860 865)) \ No newline at end of file
+((-3 NIL 2294456 2294461 2294466 2294471) (-2 NIL 2294436 2294441 2294446 2294451) (-1 NIL 2294416 2294421 2294426 2294431) (0 NIL 2294396 2294401 2294406 2294411) (-1317 "ZMOD.spad" 2294205 2294218 2294334 2294391) (-1316 "ZLINDEP.spad" 2293271 2293282 2294195 2294200) (-1315 "ZDSOLVE.spad" 2283216 2283238 2293261 2293266) (-1314 "YSTREAM.spad" 2282711 2282722 2283206 2283211) (-1313 "YDIAGRAM.spad" 2282345 2282354 2282701 2282706) (-1312 "XRPOLY.spad" 2281565 2281585 2282201 2282270) (-1311 "XPR.spad" 2279360 2279373 2281283 2281382) (-1310 "XPOLY.spad" 2278915 2278926 2279216 2279285) (-1309 "XPOLYC.spad" 2278234 2278250 2278841 2278910) (-1308 "XPBWPOLY.spad" 2276671 2276691 2278014 2278083) (-1307 "XF.spad" 2275134 2275149 2276573 2276666) (-1306 "XF.spad" 2273577 2273594 2275018 2275023) (-1305 "XFALG.spad" 2270625 2270641 2273503 2273572) (-1304 "XEXPPKG.spad" 2269876 2269902 2270615 2270620) (-1303 "XDPOLY.spad" 2269490 2269506 2269732 2269801) (-1302 "XALG.spad" 2269150 2269161 2269446 2269485) (-1301 "WUTSET.spad" 2264953 2264970 2268760 2268787) (-1300 "WP.spad" 2264152 2264196 2264811 2264878) (-1299 "WHILEAST.spad" 2263950 2263959 2264142 2264147) (-1298 "WHEREAST.spad" 2263621 2263630 2263940 2263945) (-1297 "WFFINTBS.spad" 2261284 2261306 2263611 2263616) (-1296 "WEIER.spad" 2259506 2259517 2261274 2261279) (-1295 "VSPACE.spad" 2259179 2259190 2259474 2259501) (-1294 "VSPACE.spad" 2258872 2258885 2259169 2259174) (-1293 "VOID.spad" 2258549 2258558 2258862 2258867) (-1292 "VIEW.spad" 2256229 2256238 2258539 2258544) (-1291 "VIEWDEF.spad" 2251430 2251439 2256219 2256224) (-1290 "VIEW3D.spad" 2235391 2235400 2251420 2251425) (-1289 "VIEW2D.spad" 2223282 2223291 2235381 2235386) (-1288 "VECTOR.spad" 2221803 2221814 2222054 2222081) (-1287 "VECTOR2.spad" 2220442 2220455 2221793 2221798) (-1286 "VECTCAT.spad" 2218346 2218357 2220410 2220437) (-1285 "VECTCAT.spad" 2216057 2216070 2218123 2218128) (-1284 "VARIABLE.spad" 2215837 2215852 2216047 2216052) (-1283 "UTYPE.spad" 2215481 2215490 2215827 2215832) (-1282 "UTSODETL.spad" 2214776 2214800 2215437 2215442) (-1281 "UTSODE.spad" 2212992 2213012 2214766 2214771) (-1280 "UTS.spad" 2207939 2207967 2211459 2211556) (-1279 "UTSCAT.spad" 2205418 2205434 2207837 2207934) (-1278 "UTSCAT.spad" 2202541 2202559 2204962 2204967) (-1277 "UTS2.spad" 2202136 2202171 2202531 2202536) (-1276 "URAGG.spad" 2196809 2196820 2202126 2202131) (-1275 "URAGG.spad" 2191446 2191459 2196765 2196770) (-1274 "UPXSSING.spad" 2189091 2189117 2190527 2190660) (-1273 "UPXS.spad" 2186387 2186415 2187223 2187372) (-1272 "UPXSCONS.spad" 2184146 2184166 2184519 2184668) (-1271 "UPXSCCA.spad" 2182717 2182737 2183992 2184141) (-1270 "UPXSCCA.spad" 2181430 2181452 2182707 2182712) (-1269 "UPXSCAT.spad" 2180019 2180035 2181276 2181425) (-1268 "UPXS2.spad" 2179562 2179615 2180009 2180014) (-1267 "UPSQFREE.spad" 2177976 2177990 2179552 2179557) (-1266 "UPSCAT.spad" 2175763 2175787 2177874 2177971) (-1265 "UPSCAT.spad" 2173256 2173282 2175369 2175374) (-1264 "UPOLYC.spad" 2168296 2168307 2173098 2173251) (-1263 "UPOLYC.spad" 2163228 2163241 2168032 2168037) (-1262 "UPOLYC2.spad" 2162699 2162718 2163218 2163223) (-1261 "UP.spad" 2159805 2159820 2160192 2160345) (-1260 "UPMP.spad" 2158705 2158718 2159795 2159800) (-1259 "UPDIVP.spad" 2158270 2158284 2158695 2158700) (-1258 "UPDECOMP.spad" 2156515 2156529 2158260 2158265) (-1257 "UPCDEN.spad" 2155724 2155740 2156505 2156510) (-1256 "UP2.spad" 2155088 2155109 2155714 2155719) (-1255 "UNISEG.spad" 2154441 2154452 2155007 2155012) (-1254 "UNISEG2.spad" 2153938 2153951 2154397 2154402) (-1253 "UNIFACT.spad" 2153041 2153053 2153928 2153933) (-1252 "ULS.spad" 2142825 2142853 2143770 2144199) (-1251 "ULSCONS.spad" 2133959 2133979 2134329 2134478) (-1250 "ULSCCAT.spad" 2131696 2131716 2133805 2133954) (-1249 "ULSCCAT.spad" 2129541 2129563 2131652 2131657) (-1248 "ULSCAT.spad" 2127773 2127789 2129387 2129536) (-1247 "ULS2.spad" 2127287 2127340 2127763 2127768) (-1246 "UINT8.spad" 2127164 2127173 2127277 2127282) (-1245 "UINT64.spad" 2127040 2127049 2127154 2127159) (-1244 "UINT32.spad" 2126916 2126925 2127030 2127035) (-1243 "UINT16.spad" 2126792 2126801 2126906 2126911) (-1242 "UFD.spad" 2125857 2125866 2126718 2126787) (-1241 "UFD.spad" 2124984 2124995 2125847 2125852) (-1240 "UDVO.spad" 2123865 2123874 2124974 2124979) (-1239 "UDPO.spad" 2121358 2121369 2123821 2123826) (-1238 "TYPE.spad" 2121290 2121299 2121348 2121353) (-1237 "TYPEAST.spad" 2121209 2121218 2121280 2121285) (-1236 "TWOFACT.spad" 2119861 2119876 2121199 2121204) (-1235 "TUPLE.spad" 2119347 2119358 2119760 2119765) (-1234 "TUBETOOL.spad" 2116214 2116223 2119337 2119342) (-1233 "TUBE.spad" 2114861 2114878 2116204 2116209) (-1232 "TS.spad" 2113460 2113476 2114426 2114523) (-1231 "TSETCAT.spad" 2100587 2100604 2113428 2113455) (-1230 "TSETCAT.spad" 2087700 2087719 2100543 2100548) (-1229 "TRMANIP.spad" 2082066 2082083 2087406 2087411) (-1228 "TRIMAT.spad" 2081029 2081054 2082056 2082061) (-1227 "TRIGMNIP.spad" 2079556 2079573 2081019 2081024) (-1226 "TRIGCAT.spad" 2079068 2079077 2079546 2079551) (-1225 "TRIGCAT.spad" 2078578 2078589 2079058 2079063) (-1224 "TREE.spad" 2077036 2077047 2078068 2078095) (-1223 "TRANFUN.spad" 2076875 2076884 2077026 2077031) (-1222 "TRANFUN.spad" 2076712 2076723 2076865 2076870) (-1221 "TOPSP.spad" 2076386 2076395 2076702 2076707) (-1220 "TOOLSIGN.spad" 2076049 2076060 2076376 2076381) (-1219 "TEXTFILE.spad" 2074610 2074619 2076039 2076044) (-1218 "TEX.spad" 2071756 2071765 2074600 2074605) (-1217 "TEX1.spad" 2071312 2071323 2071746 2071751) (-1216 "TEMUTL.spad" 2070867 2070876 2071302 2071307) (-1215 "TBCMPPK.spad" 2068960 2068983 2070857 2070862) (-1214 "TBAGG.spad" 2068010 2068033 2068940 2068955) (-1213 "TBAGG.spad" 2067068 2067093 2068000 2068005) (-1212 "TANEXP.spad" 2066476 2066487 2067058 2067063) (-1211 "TALGOP.spad" 2066200 2066211 2066466 2066471) (-1210 "TABLE.spad" 2064169 2064192 2064439 2064466) (-1209 "TABLEAU.spad" 2063650 2063661 2064159 2064164) (-1208 "TABLBUMP.spad" 2060453 2060464 2063640 2063645) (-1207 "SYSTEM.spad" 2059681 2059690 2060443 2060448) (-1206 "SYSSOLP.spad" 2057164 2057175 2059671 2059676) (-1205 "SYSPTR.spad" 2057063 2057072 2057154 2057159) (-1204 "SYSNNI.spad" 2056245 2056256 2057053 2057058) (-1203 "SYSINT.spad" 2055649 2055660 2056235 2056240) (-1202 "SYNTAX.spad" 2051855 2051864 2055639 2055644) (-1201 "SYMTAB.spad" 2049923 2049932 2051845 2051850) (-1200 "SYMS.spad" 2045946 2045955 2049913 2049918) (-1199 "SYMPOLY.spad" 2044953 2044964 2045035 2045162) (-1198 "SYMFUNC.spad" 2044454 2044465 2044943 2044948) (-1197 "SYMBOL.spad" 2041957 2041966 2044444 2044449) (-1196 "SWITCH.spad" 2038728 2038737 2041947 2041952) (-1195 "SUTS.spad" 2035776 2035804 2037195 2037292) (-1194 "SUPXS.spad" 2033059 2033087 2033908 2034057) (-1193 "SUP.spad" 2029779 2029790 2030552 2030705) (-1192 "SUPFRACF.spad" 2028884 2028902 2029769 2029774) (-1191 "SUP2.spad" 2028276 2028289 2028874 2028879) (-1190 "SUMRF.spad" 2027250 2027261 2028266 2028271) (-1189 "SUMFS.spad" 2026887 2026904 2027240 2027245) (-1188 "SULS.spad" 2016658 2016686 2017616 2018045) (-1187 "SUCHTAST.spad" 2016427 2016436 2016648 2016653) (-1186 "SUCH.spad" 2016109 2016124 2016417 2016422) (-1185 "SUBSPACE.spad" 2008224 2008239 2016099 2016104) (-1184 "SUBRESP.spad" 2007394 2007408 2008180 2008185) (-1183 "STTF.spad" 2003493 2003509 2007384 2007389) (-1182 "STTFNC.spad" 1999961 1999977 2003483 2003488) (-1181 "STTAYLOR.spad" 1992596 1992607 1999842 1999847) (-1180 "STRTBL.spad" 1990647 1990664 1990796 1990823) (-1179 "STRING.spad" 1989434 1989443 1989655 1989682) (-1178 "STREAM.spad" 1986235 1986246 1988842 1988857) (-1177 "STREAM3.spad" 1985808 1985823 1986225 1986230) (-1176 "STREAM2.spad" 1984936 1984949 1985798 1985803) (-1175 "STREAM1.spad" 1984642 1984653 1984926 1984931) (-1174 "STINPROD.spad" 1983578 1983594 1984632 1984637) (-1173 "STEP.spad" 1982779 1982788 1983568 1983573) (-1172 "STEPAST.spad" 1982013 1982022 1982769 1982774) (-1171 "STBL.spad" 1980097 1980125 1980264 1980279) (-1170 "STAGG.spad" 1979172 1979183 1980087 1980092) (-1169 "STAGG.spad" 1978245 1978258 1979162 1979167) (-1168 "STACK.spad" 1977485 1977496 1977735 1977762) (-1167 "SREGSET.spad" 1975153 1975170 1977095 1977122) (-1166 "SRDCMPK.spad" 1973714 1973734 1975143 1975148) (-1165 "SRAGG.spad" 1968857 1968866 1973682 1973709) (-1164 "SRAGG.spad" 1964020 1964031 1968847 1968852) (-1163 "SQMATRIX.spad" 1961563 1961581 1962479 1962566) (-1162 "SPLTREE.spad" 1955959 1955972 1960843 1960870) (-1161 "SPLNODE.spad" 1952547 1952560 1955949 1955954) (-1160 "SPFCAT.spad" 1951356 1951365 1952537 1952542) (-1159 "SPECOUT.spad" 1949908 1949917 1951346 1951351) (-1158 "SPADXPT.spad" 1941503 1941512 1949898 1949903) (-1157 "spad-parser.spad" 1940968 1940977 1941493 1941498) (-1156 "SPADAST.spad" 1940669 1940678 1940958 1940963) (-1155 "SPACEC.spad" 1924868 1924879 1940659 1940664) (-1154 "SPACE3.spad" 1924644 1924655 1924858 1924863) (-1153 "SORTPAK.spad" 1924193 1924206 1924600 1924605) (-1152 "SOLVETRA.spad" 1921956 1921967 1924183 1924188) (-1151 "SOLVESER.spad" 1920484 1920495 1921946 1921951) (-1150 "SOLVERAD.spad" 1916510 1916521 1920474 1920479) (-1149 "SOLVEFOR.spad" 1914972 1914990 1916500 1916505) (-1148 "SNTSCAT.spad" 1914572 1914589 1914940 1914967) (-1147 "SMTS.spad" 1912844 1912870 1914137 1914234) (-1146 "SMP.spad" 1910319 1910339 1910709 1910836) (-1145 "SMITH.spad" 1909164 1909189 1910309 1910314) (-1144 "SMATCAT.spad" 1907274 1907304 1909108 1909159) (-1143 "SMATCAT.spad" 1905316 1905348 1907152 1907157) (-1142 "SKAGG.spad" 1904279 1904290 1905284 1905311) (-1141 "SINT.spad" 1903219 1903228 1904145 1904274) (-1140 "SIMPAN.spad" 1902947 1902956 1903209 1903214) (-1139 "SIG.spad" 1902277 1902286 1902937 1902942) (-1138 "SIGNRF.spad" 1901395 1901406 1902267 1902272) (-1137 "SIGNEF.spad" 1900674 1900691 1901385 1901390) (-1136 "SIGAST.spad" 1900059 1900068 1900664 1900669) (-1135 "SHP.spad" 1897987 1898002 1900015 1900020) (-1134 "SHDP.spad" 1885665 1885692 1886174 1886273) (-1133 "SGROUP.spad" 1885273 1885282 1885655 1885660) (-1132 "SGROUP.spad" 1884879 1884890 1885263 1885268) (-1131 "SGCF.spad" 1878018 1878027 1884869 1884874) (-1130 "SFRTCAT.spad" 1876948 1876965 1877986 1878013) (-1129 "SFRGCD.spad" 1876011 1876031 1876938 1876943) (-1128 "SFQCMPK.spad" 1870648 1870668 1876001 1876006) (-1127 "SFORT.spad" 1870087 1870101 1870638 1870643) (-1126 "SEXOF.spad" 1869930 1869970 1870077 1870082) (-1125 "SEX.spad" 1869822 1869831 1869920 1869925) (-1124 "SEXCAT.spad" 1867594 1867634 1869812 1869817) (-1123 "SET.spad" 1865882 1865893 1866979 1867018) (-1122 "SETMN.spad" 1864332 1864349 1865872 1865877) (-1121 "SETCAT.spad" 1863654 1863663 1864322 1864327) (-1120 "SETCAT.spad" 1862974 1862985 1863644 1863649) (-1119 "SETAGG.spad" 1859523 1859534 1862954 1862969) (-1118 "SETAGG.spad" 1856080 1856093 1859513 1859518) (-1117 "SEQAST.spad" 1855783 1855792 1856070 1856075) (-1116 "SEGXCAT.spad" 1854939 1854952 1855773 1855778) (-1115 "SEG.spad" 1854752 1854763 1854858 1854863) (-1114 "SEGCAT.spad" 1853677 1853688 1854742 1854747) (-1113 "SEGBIND.spad" 1853435 1853446 1853624 1853629) (-1112 "SEGBIND2.spad" 1853133 1853146 1853425 1853430) (-1111 "SEGAST.spad" 1852847 1852856 1853123 1853128) (-1110 "SEG2.spad" 1852282 1852295 1852803 1852808) (-1109 "SDVAR.spad" 1851558 1851569 1852272 1852277) (-1108 "SDPOL.spad" 1848891 1848902 1849182 1849309) (-1107 "SCPKG.spad" 1846980 1846991 1848881 1848886) (-1106 "SCOPE.spad" 1846133 1846142 1846970 1846975) (-1105 "SCACHE.spad" 1844829 1844840 1846123 1846128) (-1104 "SASTCAT.spad" 1844738 1844747 1844819 1844824) (-1103 "SAOS.spad" 1844610 1844619 1844728 1844733) (-1102 "SAERFFC.spad" 1844323 1844343 1844600 1844605) (-1101 "SAE.spad" 1841793 1841809 1842404 1842539) (-1100 "SAEFACT.spad" 1841494 1841514 1841783 1841788) (-1099 "RURPK.spad" 1839153 1839169 1841484 1841489) (-1098 "RULESET.spad" 1838606 1838630 1839143 1839148) (-1097 "RULE.spad" 1836846 1836870 1838596 1838601) (-1096 "RULECOLD.spad" 1836698 1836711 1836836 1836841) (-1095 "RTVALUE.spad" 1836433 1836442 1836688 1836693) (-1094 "RSTRCAST.spad" 1836150 1836159 1836423 1836428) (-1093 "RSETGCD.spad" 1832528 1832548 1836140 1836145) (-1092 "RSETCAT.spad" 1822464 1822481 1832496 1832523) (-1091 "RSETCAT.spad" 1812420 1812439 1822454 1822459) (-1090 "RSDCMPK.spad" 1810872 1810892 1812410 1812415) (-1089 "RRCC.spad" 1809256 1809286 1810862 1810867) (-1088 "RRCC.spad" 1807638 1807670 1809246 1809251) (-1087 "RPTAST.spad" 1807340 1807349 1807628 1807633) (-1086 "RPOLCAT.spad" 1786700 1786715 1807208 1807335) (-1085 "RPOLCAT.spad" 1765773 1765790 1786283 1786288) (-1084 "ROUTINE.spad" 1761194 1761203 1763958 1763985) (-1083 "ROMAN.spad" 1760522 1760531 1761060 1761189) (-1082 "ROIRC.spad" 1759602 1759634 1760512 1760517) (-1081 "RNS.spad" 1758505 1758514 1759504 1759597) (-1080 "RNS.spad" 1757494 1757505 1758495 1758500) (-1079 "RNG.spad" 1757229 1757238 1757484 1757489) (-1078 "RNGBIND.spad" 1756389 1756403 1757184 1757189) (-1077 "RMODULE.spad" 1756154 1756165 1756379 1756384) (-1076 "RMCAT2.spad" 1755574 1755631 1756144 1756149) (-1075 "RMATRIX.spad" 1754362 1754381 1754705 1754744) (-1074 "RMATCAT.spad" 1749941 1749972 1754318 1754357) (-1073 "RMATCAT.spad" 1745410 1745443 1749789 1749794) (-1072 "RLINSET.spad" 1745114 1745125 1745400 1745405) (-1071 "RINTERP.spad" 1745002 1745022 1745104 1745109) (-1070 "RING.spad" 1744472 1744481 1744982 1744997) (-1069 "RING.spad" 1743950 1743961 1744462 1744467) (-1068 "RIDIST.spad" 1743342 1743351 1743940 1743945) (-1067 "RGCHAIN.spad" 1741870 1741886 1742772 1742799) (-1066 "RGBCSPC.spad" 1741651 1741663 1741860 1741865) (-1065 "RGBCMDL.spad" 1741181 1741193 1741641 1741646) (-1064 "RF.spad" 1738823 1738834 1741171 1741176) (-1063 "RFFACTOR.spad" 1738285 1738296 1738813 1738818) (-1062 "RFFACT.spad" 1738020 1738032 1738275 1738280) (-1061 "RFDIST.spad" 1737016 1737025 1738010 1738015) (-1060 "RETSOL.spad" 1736435 1736448 1737006 1737011) (-1059 "RETRACT.spad" 1735863 1735874 1736425 1736430) (-1058 "RETRACT.spad" 1735289 1735302 1735853 1735858) (-1057 "RETAST.spad" 1735101 1735110 1735279 1735284) (-1056 "RESULT.spad" 1732699 1732708 1733286 1733313) (-1055 "RESRING.spad" 1732046 1732093 1732637 1732694) (-1054 "RESLATC.spad" 1731370 1731381 1732036 1732041) (-1053 "REPSQ.spad" 1731101 1731112 1731360 1731365) (-1052 "REP.spad" 1728655 1728664 1731091 1731096) (-1051 "REPDB.spad" 1728362 1728373 1728645 1728650) (-1050 "REP2.spad" 1718020 1718031 1728204 1728209) (-1049 "REP1.spad" 1712216 1712227 1717970 1717975) (-1048 "REGSET.spad" 1709977 1709994 1711826 1711853) (-1047 "REF.spad" 1709312 1709323 1709932 1709937) (-1046 "REDORDER.spad" 1708518 1708535 1709302 1709307) (-1045 "RECLOS.spad" 1707301 1707321 1708005 1708098) (-1044 "REALSOLV.spad" 1706441 1706450 1707291 1707296) (-1043 "REAL.spad" 1706313 1706322 1706431 1706436) (-1042 "REAL0Q.spad" 1703611 1703626 1706303 1706308) (-1041 "REAL0.spad" 1700455 1700470 1703601 1703606) (-1040 "RDUCEAST.spad" 1700176 1700185 1700445 1700450) (-1039 "RDIV.spad" 1699831 1699856 1700166 1700171) (-1038 "RDIST.spad" 1699398 1699409 1699821 1699826) (-1037 "RDETRS.spad" 1698262 1698280 1699388 1699393) (-1036 "RDETR.spad" 1696401 1696419 1698252 1698257) (-1035 "RDEEFS.spad" 1695500 1695517 1696391 1696396) (-1034 "RDEEF.spad" 1694510 1694527 1695490 1695495) (-1033 "RCFIELD.spad" 1691696 1691705 1694412 1694505) (-1032 "RCFIELD.spad" 1688968 1688979 1691686 1691691) (-1031 "RCAGG.spad" 1686896 1686907 1688958 1688963) (-1030 "RCAGG.spad" 1684751 1684764 1686815 1686820) (-1029 "RATRET.spad" 1684111 1684122 1684741 1684746) (-1028 "RATFACT.spad" 1683803 1683815 1684101 1684106) (-1027 "RANDSRC.spad" 1683122 1683131 1683793 1683798) (-1026 "RADUTIL.spad" 1682878 1682887 1683112 1683117) (-1025 "RADIX.spad" 1679702 1679716 1681248 1681341) (-1024 "RADFF.spad" 1677441 1677478 1677560 1677716) (-1023 "RADCAT.spad" 1677036 1677045 1677431 1677436) (-1022 "RADCAT.spad" 1676629 1676640 1677026 1677031) (-1021 "QUEUE.spad" 1675860 1675871 1676119 1676146) (-1020 "QUAT.spad" 1674348 1674359 1674691 1674756) (-1019 "QUATCT2.spad" 1673968 1673987 1674338 1674343) (-1018 "QUATCAT.spad" 1672138 1672149 1673898 1673963) (-1017 "QUATCAT.spad" 1670059 1670072 1671821 1671826) (-1016 "QUAGG.spad" 1668886 1668897 1670027 1670054) (-1015 "QQUTAST.spad" 1668654 1668663 1668876 1668881) (-1014 "QFORM.spad" 1668272 1668287 1668644 1668649) (-1013 "QFCAT.spad" 1666974 1666985 1668174 1668267) (-1012 "QFCAT.spad" 1665267 1665280 1666469 1666474) (-1011 "QFCAT2.spad" 1664959 1664976 1665257 1665262) (-1010 "QEQUAT.spad" 1664517 1664526 1664949 1664954) (-1009 "QCMPACK.spad" 1659263 1659283 1664507 1664512) (-1008 "QALGSET.spad" 1655341 1655374 1659177 1659182) (-1007 "QALGSET2.spad" 1653336 1653355 1655331 1655336) (-1006 "PWFFINTB.spad" 1650751 1650773 1653326 1653331) (-1005 "PUSHVAR.spad" 1650089 1650109 1650741 1650746) (-1004 "PTRANFN.spad" 1646216 1646227 1650079 1650084) (-1003 "PTPACK.spad" 1643303 1643314 1646206 1646211) (-1002 "PTFUNC2.spad" 1643125 1643140 1643293 1643298) (-1001 "PTCAT.spad" 1642379 1642390 1643093 1643120) (-1000 "PSQFR.spad" 1641685 1641710 1642369 1642374) (-999 "PSEUDLIN.spad" 1640571 1640581 1641675 1641680) (-998 "PSETPK.spad" 1626004 1626020 1640449 1640454) (-997 "PSETCAT.spad" 1619924 1619947 1625984 1625999) (-996 "PSETCAT.spad" 1613818 1613843 1619880 1619885) (-995 "PSCURVE.spad" 1612801 1612809 1613808 1613813) (-994 "PSCAT.spad" 1611584 1611613 1612699 1612796) (-993 "PSCAT.spad" 1610457 1610488 1611574 1611579) (-992 "PRTITION.spad" 1609155 1609163 1610447 1610452) (-991 "PRTDAST.spad" 1608874 1608882 1609145 1609150) (-990 "PRS.spad" 1598436 1598453 1608830 1608835) (-989 "PRQAGG.spad" 1597871 1597881 1598404 1598431) (-988 "PROPLOG.spad" 1597443 1597451 1597861 1597866) (-987 "PROPFUN2.spad" 1597066 1597079 1597433 1597438) (-986 "PROPFUN1.spad" 1596464 1596475 1597056 1597061) (-985 "PROPFRML.spad" 1595032 1595043 1596454 1596459) (-984 "PROPERTY.spad" 1594520 1594528 1595022 1595027) (-983 "PRODUCT.spad" 1592202 1592214 1592486 1592541) (-982 "PR.spad" 1590594 1590606 1591293 1591420) (-981 "PRINT.spad" 1590346 1590354 1590584 1590589) (-980 "PRIMES.spad" 1588599 1588609 1590336 1590341) (-979 "PRIMELT.spad" 1586680 1586694 1588589 1588594) (-978 "PRIMCAT.spad" 1586307 1586315 1586670 1586675) (-977 "PRIMARR.spad" 1585159 1585169 1585337 1585364) (-976 "PRIMARR2.spad" 1583926 1583938 1585149 1585154) (-975 "PREASSOC.spad" 1583308 1583320 1583916 1583921) (-974 "PPCURVE.spad" 1582445 1582453 1583298 1583303) (-973 "PORTNUM.spad" 1582220 1582228 1582435 1582440) (-972 "POLYROOT.spad" 1581069 1581091 1582176 1582181) (-971 "POLY.spad" 1578404 1578414 1578919 1579046) (-970 "POLYLIFT.spad" 1577669 1577692 1578394 1578399) (-969 "POLYCATQ.spad" 1575787 1575809 1577659 1577664) (-968 "POLYCAT.spad" 1569257 1569278 1575655 1575782) (-967 "POLYCAT.spad" 1562065 1562088 1568465 1568470) (-966 "POLY2UP.spad" 1561517 1561531 1562055 1562060) (-965 "POLY2.spad" 1561114 1561126 1561507 1561512) (-964 "POLUTIL.spad" 1560055 1560084 1561070 1561075) (-963 "POLTOPOL.spad" 1558803 1558818 1560045 1560050) (-962 "POINT.spad" 1557488 1557498 1557575 1557602) (-961 "PNTHEORY.spad" 1554190 1554198 1557478 1557483) (-960 "PMTOOLS.spad" 1552965 1552979 1554180 1554185) (-959 "PMSYM.spad" 1552514 1552524 1552955 1552960) (-958 "PMQFCAT.spad" 1552105 1552119 1552504 1552509) (-957 "PMPRED.spad" 1551584 1551598 1552095 1552100) (-956 "PMPREDFS.spad" 1551038 1551060 1551574 1551579) (-955 "PMPLCAT.spad" 1550118 1550136 1550970 1550975) (-954 "PMLSAGG.spad" 1549703 1549717 1550108 1550113) (-953 "PMKERNEL.spad" 1549282 1549294 1549693 1549698) (-952 "PMINS.spad" 1548862 1548872 1549272 1549277) (-951 "PMFS.spad" 1548439 1548457 1548852 1548857) (-950 "PMDOWN.spad" 1547729 1547743 1548429 1548434) (-949 "PMASS.spad" 1546739 1546747 1547719 1547724) (-948 "PMASSFS.spad" 1545706 1545722 1546729 1546734) (-947 "PLOTTOOL.spad" 1545486 1545494 1545696 1545701) (-946 "PLOT.spad" 1540409 1540417 1545476 1545481) (-945 "PLOT3D.spad" 1536873 1536881 1540399 1540404) (-944 "PLOT1.spad" 1536030 1536040 1536863 1536868) (-943 "PLEQN.spad" 1523320 1523347 1536020 1536025) (-942 "PINTERP.spad" 1522942 1522961 1523310 1523315) (-941 "PINTERPA.spad" 1522726 1522742 1522932 1522937) (-940 "PI.spad" 1522335 1522343 1522700 1522721) (-939 "PID.spad" 1521305 1521313 1522261 1522330) (-938 "PICOERCE.spad" 1520962 1520972 1521295 1521300) (-937 "PGROEB.spad" 1519563 1519577 1520952 1520957) (-936 "PGE.spad" 1511180 1511188 1519553 1519558) (-935 "PGCD.spad" 1510070 1510087 1511170 1511175) (-934 "PFRPAC.spad" 1509219 1509229 1510060 1510065) (-933 "PFR.spad" 1505882 1505892 1509121 1509214) (-932 "PFOTOOLS.spad" 1505140 1505156 1505872 1505877) (-931 "PFOQ.spad" 1504510 1504528 1505130 1505135) (-930 "PFO.spad" 1503929 1503956 1504500 1504505) (-929 "PF.spad" 1503503 1503515 1503734 1503827) (-928 "PFECAT.spad" 1501185 1501193 1503429 1503498) (-927 "PFECAT.spad" 1498895 1498905 1501141 1501146) (-926 "PFBRU.spad" 1496783 1496795 1498885 1498890) (-925 "PFBR.spad" 1494343 1494366 1496773 1496778) (-924 "PERM.spad" 1490150 1490160 1494173 1494188) (-923 "PERMGRP.spad" 1484920 1484930 1490140 1490145) (-922 "PERMCAT.spad" 1483581 1483591 1484900 1484915) (-921 "PERMAN.spad" 1482113 1482127 1483571 1483576) (-920 "PENDTREE.spad" 1481337 1481347 1481625 1481630) (-919 "PDSPC.spad" 1480150 1480160 1481327 1481332) (-918 "PDSPC.spad" 1478961 1478973 1480140 1480145) (-917 "PDRING.spad" 1478803 1478813 1478941 1478956) (-916 "PDMOD.spad" 1478619 1478631 1478771 1478798) (-915 "PDEPROB.spad" 1477634 1477642 1478609 1478614) (-914 "PDEPACK.spad" 1471674 1471682 1477624 1477629) (-913 "PDECOMP.spad" 1471144 1471161 1471664 1471669) (-912 "PDECAT.spad" 1469500 1469508 1471134 1471139) (-911 "PDDOM.spad" 1468938 1468951 1469490 1469495) (-910 "PDDOM.spad" 1468374 1468389 1468928 1468933) (-909 "PCOMP.spad" 1468227 1468240 1468364 1468369) (-908 "PBWLB.spad" 1466815 1466832 1468217 1468222) (-907 "PATTERN.spad" 1461354 1461364 1466805 1466810) (-906 "PATTERN2.spad" 1461092 1461104 1461344 1461349) (-905 "PATTERN1.spad" 1459428 1459444 1461082 1461087) (-904 "PATRES.spad" 1457003 1457015 1459418 1459423) (-903 "PATRES2.spad" 1456675 1456689 1456993 1456998) (-902 "PATMATCH.spad" 1454872 1454903 1456383 1456388) (-901 "PATMAB.spad" 1454301 1454311 1454862 1454867) (-900 "PATLRES.spad" 1453387 1453401 1454291 1454296) (-899 "PATAB.spad" 1453151 1453161 1453377 1453382) (-898 "PARTPERM.spad" 1451159 1451167 1453141 1453146) (-897 "PARSURF.spad" 1450593 1450621 1451149 1451154) (-896 "PARSU2.spad" 1450390 1450406 1450583 1450588) (-895 "script-parser.spad" 1449910 1449918 1450380 1450385) (-894 "PARSCURV.spad" 1449344 1449372 1449900 1449905) (-893 "PARSC2.spad" 1449135 1449151 1449334 1449339) (-892 "PARPCURV.spad" 1448597 1448625 1449125 1449130) (-891 "PARPC2.spad" 1448388 1448404 1448587 1448592) (-890 "PARAMAST.spad" 1447516 1447524 1448378 1448383) (-889 "PAN2EXPR.spad" 1446928 1446936 1447506 1447511) (-888 "PALETTE.spad" 1445898 1445906 1446918 1446923) (-887 "PAIR.spad" 1444885 1444898 1445486 1445491) (-886 "PADICRC.spad" 1442126 1442144 1443297 1443390) (-885 "PADICRAT.spad" 1440034 1440046 1440255 1440348) (-884 "PADIC.spad" 1439729 1439741 1439960 1440029) (-883 "PADICCT.spad" 1438278 1438290 1439655 1439724) (-882 "PADEPAC.spad" 1436967 1436986 1438268 1438273) (-881 "PADE.spad" 1435719 1435735 1436957 1436962) (-880 "OWP.spad" 1434959 1434989 1435577 1435644) (-879 "OVERSET.spad" 1434532 1434540 1434949 1434954) (-878 "OVAR.spad" 1434313 1434336 1434522 1434527) (-877 "OUT.spad" 1433399 1433407 1434303 1434308) (-876 "OUTFORM.spad" 1422791 1422799 1433389 1433394) (-875 "OUTBFILE.spad" 1422209 1422217 1422781 1422786) (-874 "OUTBCON.spad" 1421215 1421223 1422199 1422204) (-873 "OUTBCON.spad" 1420219 1420229 1421205 1421210) (-872 "OSI.spad" 1419694 1419702 1420209 1420214) (-871 "OSGROUP.spad" 1419612 1419620 1419684 1419689) (-870 "ORTHPOL.spad" 1418097 1418107 1419529 1419534) (-869 "OREUP.spad" 1417550 1417578 1417777 1417816) (-868 "ORESUP.spad" 1416851 1416875 1417230 1417269) (-867 "OREPCTO.spad" 1414708 1414720 1416771 1416776) (-866 "OREPCAT.spad" 1408855 1408865 1414664 1414703) (-865 "OREPCAT.spad" 1402892 1402904 1408703 1408708) (-864 "ORDTYPE.spad" 1402349 1402357 1402882 1402887) (-863 "ORDTYPE.spad" 1401804 1401814 1402339 1402344) (-862 "ORDSET.spad" 1400976 1400984 1401794 1401799) (-861 "ORDSET.spad" 1400146 1400156 1400966 1400971) (-860 "ORDRING.spad" 1399536 1399544 1400126 1400141) (-859 "ORDRING.spad" 1398934 1398944 1399526 1399531) (-858 "ORDMON.spad" 1398789 1398797 1398924 1398929) (-857 "ORDFUNS.spad" 1397921 1397937 1398779 1398784) (-856 "ORDFIN.spad" 1397741 1397749 1397911 1397916) (-855 "ORDCOMP.spad" 1396206 1396216 1397288 1397317) (-854 "ORDCOMP2.spad" 1395499 1395511 1396196 1396201) (-853 "OPTPROB.spad" 1394137 1394145 1395489 1395494) (-852 "OPTPACK.spad" 1386546 1386554 1394127 1394132) (-851 "OPTCAT.spad" 1384225 1384233 1386536 1386541) (-850 "OPSIG.spad" 1383879 1383887 1384215 1384220) (-849 "OPQUERY.spad" 1383428 1383436 1383869 1383874) (-848 "OP.spad" 1383170 1383180 1383250 1383317) (-847 "OPERCAT.spad" 1382636 1382646 1383160 1383165) (-846 "OPERCAT.spad" 1382100 1382112 1382626 1382631) (-845 "ONECOMP.spad" 1380845 1380855 1381647 1381676) (-844 "ONECOMP2.spad" 1380269 1380281 1380835 1380840) (-843 "OMSERVER.spad" 1379275 1379283 1380259 1380264) (-842 "OMSAGG.spad" 1379063 1379073 1379231 1379270) (-841 "OMPKG.spad" 1377679 1377687 1379053 1379058) (-840 "OM.spad" 1376652 1376660 1377669 1377674) (-839 "OMLO.spad" 1376077 1376089 1376538 1376577) (-838 "OMEXPR.spad" 1375911 1375921 1376067 1376072) (-837 "OMERR.spad" 1375456 1375464 1375901 1375906) (-836 "OMERRK.spad" 1374490 1374498 1375446 1375451) (-835 "OMENC.spad" 1373834 1373842 1374480 1374485) (-834 "OMDEV.spad" 1368143 1368151 1373824 1373829) (-833 "OMCONN.spad" 1367552 1367560 1368133 1368138) (-832 "OINTDOM.spad" 1367315 1367323 1367478 1367547) (-831 "OFMONOID.spad" 1365438 1365448 1367271 1367276) (-830 "ODVAR.spad" 1364699 1364709 1365428 1365433) (-829 "ODR.spad" 1364343 1364369 1364511 1364660) (-828 "ODPOL.spad" 1361632 1361642 1361972 1362099) (-827 "ODP.spad" 1349446 1349466 1349819 1349918) (-826 "ODETOOLS.spad" 1348095 1348114 1349436 1349441) (-825 "ODESYS.spad" 1345789 1345806 1348085 1348090) (-824 "ODERTRIC.spad" 1341798 1341815 1345746 1345751) (-823 "ODERED.spad" 1341197 1341221 1341788 1341793) (-822 "ODERAT.spad" 1338812 1338829 1341187 1341192) (-821 "ODEPRRIC.spad" 1335849 1335871 1338802 1338807) (-820 "ODEPROB.spad" 1335106 1335114 1335839 1335844) (-819 "ODEPRIM.spad" 1332440 1332462 1335096 1335101) (-818 "ODEPAL.spad" 1331826 1331850 1332430 1332435) (-817 "ODEPACK.spad" 1318492 1318500 1331816 1331821) (-816 "ODEINT.spad" 1317927 1317943 1318482 1318487) (-815 "ODEIFTBL.spad" 1315322 1315330 1317917 1317922) (-814 "ODEEF.spad" 1310813 1310829 1315312 1315317) (-813 "ODECONST.spad" 1310350 1310368 1310803 1310808) (-812 "ODECAT.spad" 1308948 1308956 1310340 1310345) (-811 "OCT.spad" 1307084 1307094 1307798 1307837) (-810 "OCTCT2.spad" 1306730 1306751 1307074 1307079) (-809 "OC.spad" 1304526 1304536 1306686 1306725) (-808 "OC.spad" 1302047 1302059 1304209 1304214) (-807 "OCAMON.spad" 1301895 1301903 1302037 1302042) (-806 "OASGP.spad" 1301710 1301718 1301885 1301890) (-805 "OAMONS.spad" 1301232 1301240 1301700 1301705) (-804 "OAMON.spad" 1301093 1301101 1301222 1301227) (-803 "OAGROUP.spad" 1300955 1300963 1301083 1301088) (-802 "NUMTUBE.spad" 1300546 1300562 1300945 1300950) (-801 "NUMQUAD.spad" 1288522 1288530 1300536 1300541) (-800 "NUMODE.spad" 1279876 1279884 1288512 1288517) (-799 "NUMINT.spad" 1277442 1277450 1279866 1279871) (-798 "NUMFMT.spad" 1276282 1276290 1277432 1277437) (-797 "NUMERIC.spad" 1268396 1268406 1276087 1276092) (-796 "NTSCAT.spad" 1266904 1266920 1268364 1268391) (-795 "NTPOLFN.spad" 1266455 1266465 1266821 1266826) (-794 "NSUP.spad" 1259408 1259418 1263948 1264101) (-793 "NSUP2.spad" 1258800 1258812 1259398 1259403) (-792 "NSMP.spad" 1255030 1255049 1255338 1255465) (-791 "NREP.spad" 1253408 1253422 1255020 1255025) (-790 "NPCOEF.spad" 1252654 1252674 1253398 1253403) (-789 "NORMRETR.spad" 1252252 1252291 1252644 1252649) (-788 "NORMPK.spad" 1250154 1250173 1252242 1252247) (-787 "NORMMA.spad" 1249842 1249868 1250144 1250149) (-786 "NONE.spad" 1249583 1249591 1249832 1249837) (-785 "NONE1.spad" 1249259 1249269 1249573 1249578) (-784 "NODE1.spad" 1248746 1248762 1249249 1249254) (-783 "NNI.spad" 1247641 1247649 1248720 1248741) (-782 "NLINSOL.spad" 1246267 1246277 1247631 1247636) (-781 "NIPROB.spad" 1244808 1244816 1246257 1246262) (-780 "NFINTBAS.spad" 1242368 1242385 1244798 1244803) (-779 "NETCLT.spad" 1242342 1242353 1242358 1242363) (-778 "NCODIV.spad" 1240558 1240574 1242332 1242337) (-777 "NCNTFRAC.spad" 1240200 1240214 1240548 1240553) (-776 "NCEP.spad" 1238366 1238380 1240190 1240195) (-775 "NASRING.spad" 1237962 1237970 1238356 1238361) (-774 "NASRING.spad" 1237556 1237566 1237952 1237957) (-773 "NARNG.spad" 1236908 1236916 1237546 1237551) (-772 "NARNG.spad" 1236258 1236268 1236898 1236903) (-771 "NAGSP.spad" 1235335 1235343 1236248 1236253) (-770 "NAGS.spad" 1224996 1225004 1235325 1235330) (-769 "NAGF07.spad" 1223427 1223435 1224986 1224991) (-768 "NAGF04.spad" 1217829 1217837 1223417 1223422) (-767 "NAGF02.spad" 1211898 1211906 1217819 1217824) (-766 "NAGF01.spad" 1207659 1207667 1211888 1211893) (-765 "NAGE04.spad" 1201359 1201367 1207649 1207654) (-764 "NAGE02.spad" 1192019 1192027 1201349 1201354) (-763 "NAGE01.spad" 1188021 1188029 1192009 1192014) (-762 "NAGD03.spad" 1186025 1186033 1188011 1188016) (-761 "NAGD02.spad" 1178772 1178780 1186015 1186020) (-760 "NAGD01.spad" 1173065 1173073 1178762 1178767) (-759 "NAGC06.spad" 1168940 1168948 1173055 1173060) (-758 "NAGC05.spad" 1167441 1167449 1168930 1168935) (-757 "NAGC02.spad" 1166708 1166716 1167431 1167436) (-756 "NAALG.spad" 1166249 1166259 1166676 1166703) (-755 "NAALG.spad" 1165810 1165822 1166239 1166244) (-754 "MULTSQFR.spad" 1162768 1162785 1165800 1165805) (-753 "MULTFACT.spad" 1162151 1162168 1162758 1162763) (-752 "MTSCAT.spad" 1160245 1160266 1162049 1162146) (-751 "MTHING.spad" 1159904 1159914 1160235 1160240) (-750 "MSYSCMD.spad" 1159338 1159346 1159894 1159899) (-749 "MSET.spad" 1157260 1157270 1159008 1159047) (-748 "MSETAGG.spad" 1157105 1157115 1157228 1157255) (-747 "MRING.spad" 1154082 1154094 1156813 1156880) (-746 "MRF2.spad" 1153652 1153666 1154072 1154077) (-745 "MRATFAC.spad" 1153198 1153215 1153642 1153647) (-744 "MPRFF.spad" 1151238 1151257 1153188 1153193) (-743 "MPOLY.spad" 1148709 1148724 1149068 1149195) (-742 "MPCPF.spad" 1147973 1147992 1148699 1148704) (-741 "MPC3.spad" 1147790 1147830 1147963 1147968) (-740 "MPC2.spad" 1147436 1147469 1147780 1147785) (-739 "MONOTOOL.spad" 1145787 1145804 1147426 1147431) (-738 "MONOID.spad" 1145106 1145114 1145777 1145782) (-737 "MONOID.spad" 1144423 1144433 1145096 1145101) (-736 "MONOGEN.spad" 1143171 1143184 1144283 1144418) (-735 "MONOGEN.spad" 1141941 1141956 1143055 1143060) (-734 "MONADWU.spad" 1139971 1139979 1141931 1141936) (-733 "MONADWU.spad" 1137999 1138009 1139961 1139966) (-732 "MONAD.spad" 1137159 1137167 1137989 1137994) (-731 "MONAD.spad" 1136317 1136327 1137149 1137154) (-730 "MOEBIUS.spad" 1135053 1135067 1136297 1136312) (-729 "MODULE.spad" 1134923 1134933 1135021 1135048) (-728 "MODULE.spad" 1134813 1134825 1134913 1134918) (-727 "MODRING.spad" 1134148 1134187 1134793 1134808) (-726 "MODOP.spad" 1132813 1132825 1133970 1134037) (-725 "MODMONOM.spad" 1132544 1132562 1132803 1132808) (-724 "MODMON.spad" 1129246 1129262 1129965 1130118) (-723 "MODFIELD.spad" 1128608 1128647 1129148 1129241) (-722 "MMLFORM.spad" 1127468 1127476 1128598 1128603) (-721 "MMAP.spad" 1127210 1127244 1127458 1127463) (-720 "MLO.spad" 1125669 1125679 1127166 1127205) (-719 "MLIFT.spad" 1124281 1124298 1125659 1125664) (-718 "MKUCFUNC.spad" 1123816 1123834 1124271 1124276) (-717 "MKRECORD.spad" 1123420 1123433 1123806 1123811) (-716 "MKFUNC.spad" 1122827 1122837 1123410 1123415) (-715 "MKFLCFN.spad" 1121795 1121805 1122817 1122822) (-714 "MKBCFUNC.spad" 1121290 1121308 1121785 1121790) (-713 "MINT.spad" 1120729 1120737 1121192 1121285) (-712 "MHROWRED.spad" 1119240 1119250 1120719 1120724) (-711 "MFLOAT.spad" 1117760 1117768 1119130 1119235) (-710 "MFINFACT.spad" 1117160 1117182 1117750 1117755) (-709 "MESH.spad" 1114942 1114950 1117150 1117155) (-708 "MDDFACT.spad" 1113153 1113163 1114932 1114937) (-707 "MDAGG.spad" 1112444 1112454 1113133 1113148) (-706 "MCMPLX.spad" 1107875 1107883 1108489 1108690) (-705 "MCDEN.spad" 1107085 1107097 1107865 1107870) (-704 "MCALCFN.spad" 1104207 1104233 1107075 1107080) (-703 "MAYBE.spad" 1103491 1103502 1104197 1104202) (-702 "MATSTOR.spad" 1100799 1100809 1103481 1103486) (-701 "MATRIX.spad" 1099386 1099396 1099870 1099897) (-700 "MATLIN.spad" 1096730 1096754 1099270 1099275) (-699 "MATCAT.spad" 1088252 1088274 1096698 1096725) (-698 "MATCAT.spad" 1079646 1079670 1088094 1088099) (-697 "MATCAT2.spad" 1078928 1078976 1079636 1079641) (-696 "MAPPKG3.spad" 1077843 1077857 1078918 1078923) (-695 "MAPPKG2.spad" 1077181 1077193 1077833 1077838) (-694 "MAPPKG1.spad" 1076009 1076019 1077171 1077176) (-693 "MAPPAST.spad" 1075324 1075332 1075999 1076004) (-692 "MAPHACK3.spad" 1075136 1075150 1075314 1075319) (-691 "MAPHACK2.spad" 1074905 1074917 1075126 1075131) (-690 "MAPHACK1.spad" 1074549 1074559 1074895 1074900) (-689 "MAGMA.spad" 1072339 1072356 1074539 1074544) (-688 "MACROAST.spad" 1071918 1071926 1072329 1072334) (-687 "M3D.spad" 1069521 1069531 1071179 1071184) (-686 "LZSTAGG.spad" 1066759 1066769 1069511 1069516) (-685 "LZSTAGG.spad" 1063995 1064007 1066749 1066754) (-684 "LWORD.spad" 1060700 1060717 1063985 1063990) (-683 "LSTAST.spad" 1060484 1060492 1060690 1060695) (-682 "LSQM.spad" 1058641 1058655 1059035 1059086) (-681 "LSPP.spad" 1058176 1058193 1058631 1058636) (-680 "LSMP.spad" 1057026 1057054 1058166 1058171) (-679 "LSMP1.spad" 1054844 1054858 1057016 1057021) (-678 "LSAGG.spad" 1054513 1054523 1054812 1054839) (-677 "LSAGG.spad" 1054202 1054214 1054503 1054508) (-676 "LPOLY.spad" 1053156 1053175 1054058 1054127) (-675 "LPEFRAC.spad" 1052427 1052437 1053146 1053151) (-674 "LO.spad" 1051828 1051842 1052361 1052388) (-673 "LOGIC.spad" 1051430 1051438 1051818 1051823) (-672 "LOGIC.spad" 1051030 1051040 1051420 1051425) (-671 "LODOOPS.spad" 1049960 1049972 1051020 1051025) (-670 "LODO.spad" 1049344 1049360 1049640 1049679) (-669 "LODOF.spad" 1048390 1048407 1049301 1049306) (-668 "LODOCAT.spad" 1047056 1047066 1048346 1048385) (-667 "LODOCAT.spad" 1045720 1045732 1047012 1047017) (-666 "LODO2.spad" 1044993 1045005 1045400 1045439) (-665 "LODO1.spad" 1044393 1044403 1044673 1044712) (-664 "LODEEF.spad" 1043195 1043213 1044383 1044388) (-663 "LNAGG.spad" 1039342 1039352 1043185 1043190) (-662 "LNAGG.spad" 1035453 1035465 1039298 1039303) (-661 "LMOPS.spad" 1032221 1032238 1035443 1035448) (-660 "LMODULE.spad" 1031989 1031999 1032211 1032216) (-659 "LMDICT.spad" 1031159 1031169 1031423 1031450) (-658 "LLINSET.spad" 1030866 1030876 1031149 1031154) (-657 "LITERAL.spad" 1030772 1030783 1030856 1030861) (-656 "LIST.spad" 1028354 1028364 1029766 1029793) (-655 "LIST3.spad" 1027665 1027679 1028344 1028349) (-654 "LIST2.spad" 1026367 1026379 1027655 1027660) (-653 "LIST2MAP.spad" 1023270 1023282 1026357 1026362) (-652 "LINSET.spad" 1023049 1023059 1023260 1023265) (-651 "LINEXP.spad" 1021792 1021802 1023039 1023044) (-650 "LINDEP.spad" 1020601 1020613 1021704 1021709) (-649 "LIMITRF.spad" 1018529 1018539 1020591 1020596) (-648 "LIMITPS.spad" 1017432 1017445 1018519 1018524) (-647 "LIE.spad" 1015448 1015460 1016722 1016867) (-646 "LIECAT.spad" 1014924 1014934 1015374 1015443) (-645 "LIECAT.spad" 1014428 1014440 1014880 1014885) (-644 "LIB.spad" 1012179 1012187 1012625 1012640) (-643 "LGROBP.spad" 1009532 1009551 1012169 1012174) (-642 "LF.spad" 1008487 1008503 1009522 1009527) (-641 "LFCAT.spad" 1007546 1007554 1008477 1008482) (-640 "LEXTRIPK.spad" 1003049 1003064 1007536 1007541) (-639 "LEXP.spad" 1001052 1001079 1003029 1003044) (-638 "LETAST.spad" 1000751 1000759 1001042 1001047) (-637 "LEADCDET.spad" 999149 999166 1000741 1000746) (-636 "LAZM3PK.spad" 997853 997875 999139 999144) (-635 "LAUPOL.spad" 996453 996466 997353 997422) (-634 "LAPLACE.spad" 996036 996052 996443 996448) (-633 "LA.spad" 995476 995490 995958 995997) (-632 "LALG.spad" 995252 995262 995456 995471) (-631 "LALG.spad" 995036 995048 995242 995247) (-630 "KVTFROM.spad" 994771 994781 995026 995031) (-629 "KTVLOGIC.spad" 994283 994291 994761 994766) (-628 "KRCFROM.spad" 994021 994031 994273 994278) (-627 "KOVACIC.spad" 992744 992761 994011 994016) (-626 "KONVERT.spad" 992466 992476 992734 992739) (-625 "KOERCE.spad" 992203 992213 992456 992461) (-624 "KERNEL.spad" 990858 990868 991987 991992) (-623 "KERNEL2.spad" 990561 990573 990848 990853) (-622 "KDAGG.spad" 989670 989692 990541 990556) (-621 "KDAGG.spad" 988787 988811 989660 989665) (-620 "KAFILE.spad" 987641 987657 987876 987903) (-619 "JORDAN.spad" 985470 985482 986931 987076) (-618 "JOINAST.spad" 985164 985172 985460 985465) (-617 "JAVACODE.spad" 985030 985038 985154 985159) (-616 "IXAGG.spad" 983163 983187 985020 985025) (-615 "IXAGG.spad" 981151 981177 983010 983015) (-614 "IVECTOR.spad" 979768 979783 979923 979950) (-613 "ITUPLE.spad" 978929 978939 979758 979763) (-612 "ITRIGMNP.spad" 977768 977787 978919 978924) (-611 "ITFUN3.spad" 977274 977288 977758 977763) (-610 "ITFUN2.spad" 977018 977030 977264 977269) (-609 "ITFORM.spad" 976373 976381 977008 977013) (-608 "ITAYLOR.spad" 974367 974382 976237 976334) (-607 "ISUPS.spad" 966804 966819 973341 973438) (-606 "ISUMP.spad" 966305 966321 966794 966799) (-605 "ISTRING.spad" 965232 965245 965313 965340) (-604 "ISAST.spad" 964951 964959 965222 965227) (-603 "IRURPK.spad" 963668 963687 964941 964946) (-602 "IRSN.spad" 961640 961648 963658 963663) (-601 "IRRF2F.spad" 960125 960135 961596 961601) (-600 "IRREDFFX.spad" 959726 959737 960115 960120) (-599 "IROOT.spad" 958065 958075 959716 959721) (-598 "IR.spad" 955866 955880 957920 957947) (-597 "IRFORM.spad" 955190 955198 955856 955861) (-596 "IR2.spad" 954218 954234 955180 955185) (-595 "IR2F.spad" 953424 953440 954208 954213) (-594 "IPRNTPK.spad" 953184 953192 953414 953419) (-593 "IPF.spad" 952749 952761 952989 953082) (-592 "IPADIC.spad" 952510 952536 952675 952744) (-591 "IP4ADDR.spad" 952067 952075 952500 952505) (-590 "IOMODE.spad" 951589 951597 952057 952062) (-589 "IOBFILE.spad" 950950 950958 951579 951584) (-588 "IOBCON.spad" 950815 950823 950940 950945) (-587 "INVLAPLA.spad" 950464 950480 950805 950810) (-586 "INTTR.spad" 943846 943863 950454 950459) (-585 "INTTOOLS.spad" 941601 941617 943420 943425) (-584 "INTSLPE.spad" 940921 940929 941591 941596) (-583 "INTRVL.spad" 940487 940497 940835 940916) (-582 "INTRF.spad" 938911 938925 940477 940482) (-581 "INTRET.spad" 938343 938353 938901 938906) (-580 "INTRAT.spad" 937070 937087 938333 938338) (-579 "INTPM.spad" 935455 935471 936713 936718) (-578 "INTPAF.spad" 933319 933337 935387 935392) (-577 "INTPACK.spad" 923693 923701 933309 933314) (-576 "INT.spad" 923141 923149 923547 923688) (-575 "INTHERTR.spad" 922415 922432 923131 923136) (-574 "INTHERAL.spad" 922085 922109 922405 922410) (-573 "INTHEORY.spad" 918524 918532 922075 922080) (-572 "INTG0.spad" 912257 912275 918456 918461) (-571 "INTFTBL.spad" 906286 906294 912247 912252) (-570 "INTFACT.spad" 905345 905355 906276 906281) (-569 "INTEF.spad" 903730 903746 905335 905340) (-568 "INTDOM.spad" 902353 902361 903656 903725) (-567 "INTDOM.spad" 901038 901048 902343 902348) (-566 "INTCAT.spad" 899297 899307 900952 901033) (-565 "INTBIT.spad" 898804 898812 899287 899292) (-564 "INTALG.spad" 897992 898019 898794 898799) (-563 "INTAF.spad" 897492 897508 897982 897987) (-562 "INTABL.spad" 895568 895599 895731 895758) (-561 "INT8.spad" 895448 895456 895558 895563) (-560 "INT64.spad" 895327 895335 895438 895443) (-559 "INT32.spad" 895206 895214 895317 895322) (-558 "INT16.spad" 895085 895093 895196 895201) (-557 "INS.spad" 892588 892596 894987 895080) (-556 "INS.spad" 890177 890187 892578 892583) (-555 "INPSIGN.spad" 889625 889638 890167 890172) (-554 "INPRODPF.spad" 888721 888740 889615 889620) (-553 "INPRODFF.spad" 887809 887833 888711 888716) (-552 "INNMFACT.spad" 886784 886801 887799 887804) (-551 "INMODGCD.spad" 886272 886302 886774 886779) (-550 "INFSP.spad" 884569 884591 886262 886267) (-549 "INFPROD0.spad" 883649 883668 884559 884564) (-548 "INFORM.spad" 880848 880856 883639 883644) (-547 "INFORM1.spad" 880473 880483 880838 880843) (-546 "INFINITY.spad" 880025 880033 880463 880468) (-545 "INETCLTS.spad" 880002 880010 880015 880020) (-544 "INEP.spad" 878540 878562 879992 879997) (-543 "INDE.spad" 878269 878286 878530 878535) (-542 "INCRMAPS.spad" 877690 877700 878259 878264) (-541 "INBFILE.spad" 876762 876770 877680 877685) (-540 "INBFF.spad" 872556 872567 876752 876757) (-539 "INBCON.spad" 870846 870854 872546 872551) (-538 "INBCON.spad" 869134 869144 870836 870841) (-537 "INAST.spad" 868795 868803 869124 869129) (-536 "IMPTAST.spad" 868503 868511 868785 868790) (-535 "IMATRIX.spad" 867331 867357 867843 867870) (-534 "IMATQF.spad" 866425 866469 867287 867292) (-533 "IMATLIN.spad" 865030 865054 866381 866386) (-532 "ILIST.spad" 863535 863550 864060 864087) (-531 "IIARRAY2.spad" 862806 862844 863025 863052) (-530 "IFF.spad" 862216 862232 862487 862580) (-529 "IFAST.spad" 861830 861838 862206 862211) (-528 "IFARRAY.spad" 859170 859185 860860 860887) (-527 "IFAMON.spad" 859032 859049 859126 859131) (-526 "IEVALAB.spad" 858437 858449 859022 859027) (-525 "IEVALAB.spad" 857840 857854 858427 858432) (-524 "IDPO.spad" 857653 857665 857830 857835) (-523 "IDPOAMS.spad" 857409 857421 857643 857648) (-522 "IDPOAM.spad" 857129 857141 857399 857404) (-521 "IDPC.spad" 855858 855870 857119 857124) (-520 "IDPAM.spad" 855603 855615 855848 855853) (-519 "IDPAG.spad" 855350 855362 855593 855598) (-518 "IDENT.spad" 855000 855008 855340 855345) (-517 "IDECOMP.spad" 852239 852257 854990 854995) (-516 "IDEAL.spad" 847188 847227 852174 852179) (-515 "ICDEN.spad" 846377 846393 847178 847183) (-514 "ICARD.spad" 845568 845576 846367 846372) (-513 "IBPTOOLS.spad" 844175 844192 845558 845563) (-512 "IBITS.spad" 843340 843353 843773 843800) (-511 "IBATOOL.spad" 840317 840336 843330 843335) (-510 "IBACHIN.spad" 838824 838839 840307 840312) (-509 "IARRAY2.spad" 837695 837721 838314 838341) (-508 "IARRAY1.spad" 836587 836602 836725 836752) (-507 "IAN.spad" 834810 834818 836403 836496) (-506 "IALGFACT.spad" 834413 834446 834800 834805) (-505 "HYPCAT.spad" 833837 833845 834403 834408) (-504 "HYPCAT.spad" 833259 833269 833827 833832) (-503 "HOSTNAME.spad" 833067 833075 833249 833254) (-502 "HOMOTOP.spad" 832810 832820 833057 833062) (-501 "HOAGG.spad" 830092 830102 832800 832805) (-500 "HOAGG.spad" 827113 827125 829823 829828) (-499 "HEXADEC.spad" 825118 825126 825483 825576) (-498 "HEUGCD.spad" 824153 824164 825108 825113) (-497 "HELLFDIV.spad" 823743 823767 824143 824148) (-496 "HEAP.spad" 823018 823028 823233 823260) (-495 "HEADAST.spad" 822551 822559 823008 823013) (-494 "HDP.spad" 810361 810377 810738 810837) (-493 "HDMP.spad" 807575 807590 808191 808318) (-492 "HB.spad" 805826 805834 807565 807570) (-491 "HASHTBL.spad" 803854 803885 804065 804092) (-490 "HASAST.spad" 803570 803578 803844 803849) (-489 "HACKPI.spad" 803061 803069 803472 803565) (-488 "GTSET.spad" 801964 801980 802671 802698) (-487 "GSTBL.spad" 800041 800076 800215 800230) (-486 "GSERIES.spad" 797354 797381 798173 798322) (-485 "GROUP.spad" 796627 796635 797334 797349) (-484 "GROUP.spad" 795908 795918 796617 796622) (-483 "GROEBSOL.spad" 794402 794423 795898 795903) (-482 "GRMOD.spad" 792973 792985 794392 794397) (-481 "GRMOD.spad" 791542 791556 792963 792968) (-480 "GRIMAGE.spad" 784431 784439 791532 791537) (-479 "GRDEF.spad" 782810 782818 784421 784426) (-478 "GRAY.spad" 781273 781281 782800 782805) (-477 "GRALG.spad" 780350 780362 781263 781268) (-476 "GRALG.spad" 779425 779439 780340 780345) (-475 "GPOLSET.spad" 778843 778866 779071 779098) (-474 "GOSPER.spad" 778112 778130 778833 778838) (-473 "GMODPOL.spad" 777260 777287 778080 778107) (-472 "GHENSEL.spad" 776343 776357 777250 777255) (-471 "GENUPS.spad" 772636 772649 776333 776338) (-470 "GENUFACT.spad" 772213 772223 772626 772631) (-469 "GENPGCD.spad" 771799 771816 772203 772208) (-468 "GENMFACT.spad" 771251 771270 771789 771794) (-467 "GENEEZ.spad" 769202 769215 771241 771246) (-466 "GDMP.spad" 766258 766275 767032 767159) (-465 "GCNAALG.spad" 760181 760208 766052 766119) (-464 "GCDDOM.spad" 759357 759365 760107 760176) (-463 "GCDDOM.spad" 758595 758605 759347 759352) (-462 "GB.spad" 756121 756159 758551 758556) (-461 "GBINTERN.spad" 752141 752179 756111 756116) (-460 "GBF.spad" 747908 747946 752131 752136) (-459 "GBEUCLID.spad" 745790 745828 747898 747903) (-458 "GAUSSFAC.spad" 745103 745111 745780 745785) (-457 "GALUTIL.spad" 743429 743439 745059 745064) (-456 "GALPOLYU.spad" 741883 741896 743419 743424) (-455 "GALFACTU.spad" 740056 740075 741873 741878) (-454 "GALFACT.spad" 730245 730256 740046 740051) (-453 "FVFUN.spad" 727268 727276 730235 730240) (-452 "FVC.spad" 726320 726328 727258 727263) (-451 "FUNDESC.spad" 725998 726006 726310 726315) (-450 "FUNCTION.spad" 725847 725859 725988 725993) (-449 "FT.spad" 724144 724152 725837 725842) (-448 "FTEM.spad" 723309 723317 724134 724139) (-447 "FSUPFACT.spad" 722209 722228 723245 723250) (-446 "FST.spad" 720295 720303 722199 722204) (-445 "FSRED.spad" 719775 719791 720285 720290) (-444 "FSPRMELT.spad" 718657 718673 719732 719737) (-443 "FSPECF.spad" 716748 716764 718647 718652) (-442 "FS.spad" 711016 711026 716523 716743) (-441 "FS.spad" 705062 705074 710571 710576) (-440 "FSINT.spad" 704722 704738 705052 705057) (-439 "FSERIES.spad" 703913 703925 704542 704641) (-438 "FSCINT.spad" 703230 703246 703903 703908) (-437 "FSAGG.spad" 702347 702357 703186 703225) (-436 "FSAGG.spad" 701426 701438 702267 702272) (-435 "FSAGG2.spad" 700169 700185 701416 701421) (-434 "FS2UPS.spad" 694660 694694 700159 700164) (-433 "FS2.spad" 694307 694323 694650 694655) (-432 "FS2EXPXP.spad" 693432 693455 694297 694302) (-431 "FRUTIL.spad" 692386 692396 693422 693427) (-430 "FR.spad" 686009 686019 691317 691386) (-429 "FRNAALG.spad" 681278 681288 685951 686004) (-428 "FRNAALG.spad" 676559 676571 681234 681239) (-427 "FRNAAF2.spad" 676015 676033 676549 676554) (-426 "FRMOD.spad" 675425 675455 675946 675951) (-425 "FRIDEAL.spad" 674650 674671 675405 675420) (-424 "FRIDEAL2.spad" 674254 674286 674640 674645) (-423 "FRETRCT.spad" 673765 673775 674244 674249) (-422 "FRETRCT.spad" 673142 673154 673623 673628) (-421 "FRAMALG.spad" 671490 671503 673098 673137) (-420 "FRAMALG.spad" 669870 669885 671480 671485) (-419 "FRAC.spad" 666876 666886 667279 667452) (-418 "FRAC2.spad" 666481 666493 666866 666871) (-417 "FR2.spad" 665817 665829 666471 666476) (-416 "FPS.spad" 662632 662640 665707 665812) (-415 "FPS.spad" 659475 659485 662552 662557) (-414 "FPC.spad" 658521 658529 659377 659470) (-413 "FPC.spad" 657653 657663 658511 658516) (-412 "FPATMAB.spad" 657415 657425 657643 657648) (-411 "FPARFRAC.spad" 656265 656282 657405 657410) (-410 "FORTRAN.spad" 654771 654814 656255 656260) (-409 "FORT.spad" 653720 653728 654761 654766) (-408 "FORTFN.spad" 650890 650898 653710 653715) (-407 "FORTCAT.spad" 650574 650582 650880 650885) (-406 "FORMULA.spad" 648048 648056 650564 650569) (-405 "FORMULA1.spad" 647527 647537 648038 648043) (-404 "FORDER.spad" 647218 647242 647517 647522) (-403 "FOP.spad" 646419 646427 647208 647213) (-402 "FNLA.spad" 645843 645865 646387 646414) (-401 "FNCAT.spad" 644438 644446 645833 645838) (-400 "FNAME.spad" 644330 644338 644428 644433) (-399 "FMTC.spad" 644128 644136 644256 644325) (-398 "FMONOID.spad" 643793 643803 644084 644089) (-397 "FMONCAT.spad" 640946 640956 643783 643788) (-396 "FM.spad" 640641 640653 640880 640907) (-395 "FMFUN.spad" 637671 637679 640631 640636) (-394 "FMC.spad" 636723 636731 637661 637666) (-393 "FMCAT.spad" 634391 634409 636691 636718) (-392 "FM1.spad" 633748 633760 634325 634352) (-391 "FLOATRP.spad" 631483 631497 633738 633743) (-390 "FLOAT.spad" 624797 624805 631349 631478) (-389 "FLOATCP.spad" 622228 622242 624787 624792) (-388 "FLINEXP.spad" 621950 621960 622218 622223) (-387 "FLINEXP.spad" 621616 621628 621886 621891) (-386 "FLASORT.spad" 620942 620954 621606 621611) (-385 "FLALG.spad" 618588 618607 620868 620937) (-384 "FLAGG.spad" 615630 615640 618568 618583) (-383 "FLAGG.spad" 612573 612585 615513 615518) (-382 "FLAGG2.spad" 611298 611314 612563 612568) (-381 "FINRALG.spad" 609359 609372 611254 611293) (-380 "FINRALG.spad" 607346 607361 609243 609248) (-379 "FINITE.spad" 606498 606506 607336 607341) (-378 "FINAALG.spad" 595619 595629 606440 606493) (-377 "FINAALG.spad" 584752 584764 595575 595580) (-376 "FILE.spad" 584335 584345 584742 584747) (-375 "FILECAT.spad" 582861 582878 584325 584330) (-374 "FIELD.spad" 582267 582275 582763 582856) (-373 "FIELD.spad" 581759 581769 582257 582262) (-372 "FGROUP.spad" 580406 580416 581739 581754) (-371 "FGLMICPK.spad" 579193 579208 580396 580401) (-370 "FFX.spad" 578568 578583 578909 579002) (-369 "FFSLPE.spad" 578071 578092 578558 578563) (-368 "FFPOLY.spad" 569333 569344 578061 578066) (-367 "FFPOLY2.spad" 568393 568410 569323 569328) (-366 "FFP.spad" 567790 567810 568109 568202) (-365 "FF.spad" 567238 567254 567471 567564) (-364 "FFNBX.spad" 565750 565770 566954 567047) (-363 "FFNBP.spad" 564263 564280 565466 565559) (-362 "FFNB.spad" 562728 562749 563944 564037) (-361 "FFINTBAS.spad" 560242 560261 562718 562723) (-360 "FFIELDC.spad" 557819 557827 560144 560237) (-359 "FFIELDC.spad" 555482 555492 557809 557814) (-358 "FFHOM.spad" 554230 554247 555472 555477) (-357 "FFF.spad" 551665 551676 554220 554225) (-356 "FFCGX.spad" 550512 550532 551381 551474) (-355 "FFCGP.spad" 549401 549421 550228 550321) (-354 "FFCG.spad" 548193 548214 549082 549175) (-353 "FFCAT.spad" 541366 541388 548032 548188) (-352 "FFCAT.spad" 534618 534642 541286 541291) (-351 "FFCAT2.spad" 534365 534405 534608 534613) (-350 "FEXPR.spad" 526082 526128 534121 534160) (-349 "FEVALAB.spad" 525790 525800 526072 526077) (-348 "FEVALAB.spad" 525283 525295 525567 525572) (-347 "FDIV.spad" 524725 524749 525273 525278) (-346 "FDIVCAT.spad" 522789 522813 524715 524720) (-345 "FDIVCAT.spad" 520851 520877 522779 522784) (-344 "FDIV2.spad" 520507 520547 520841 520846) (-343 "FCTRDATA.spad" 519515 519523 520497 520502) (-342 "FCPAK1.spad" 518082 518090 519505 519510) (-341 "FCOMP.spad" 517461 517471 518072 518077) (-340 "FC.spad" 507468 507476 517451 517456) (-339 "FAXF.spad" 500439 500453 507370 507463) (-338 "FAXF.spad" 493462 493478 500395 500400) (-337 "FARRAY.spad" 491459 491469 492492 492519) (-336 "FAMR.spad" 489595 489607 491357 491454) (-335 "FAMR.spad" 487715 487729 489479 489484) (-334 "FAMONOID.spad" 487383 487393 487669 487674) (-333 "FAMONC.spad" 485679 485691 487373 487378) (-332 "FAGROUP.spad" 485303 485313 485575 485602) (-331 "FACUTIL.spad" 483507 483524 485293 485298) (-330 "FACTFUNC.spad" 482701 482711 483497 483502) (-329 "EXPUPXS.spad" 479534 479557 480833 480982) (-328 "EXPRTUBE.spad" 476822 476830 479524 479529) (-327 "EXPRODE.spad" 473982 473998 476812 476817) (-326 "EXPR.spad" 469157 469167 469871 470166) (-325 "EXPR2UPS.spad" 465279 465292 469147 469152) (-324 "EXPR2.spad" 464984 464996 465269 465274) (-323 "EXPEXPAN.spad" 461785 461810 462417 462510) (-322 "EXIT.spad" 461456 461464 461775 461780) (-321 "EXITAST.spad" 461192 461200 461446 461451) (-320 "EVALCYC.spad" 460652 460666 461182 461187) (-319 "EVALAB.spad" 460224 460234 460642 460647) (-318 "EVALAB.spad" 459794 459806 460214 460219) (-317 "EUCDOM.spad" 457368 457376 459720 459789) (-316 "EUCDOM.spad" 455004 455014 457358 457363) (-315 "ESTOOLS.spad" 446850 446858 454994 454999) (-314 "ESTOOLS2.spad" 446453 446467 446840 446845) (-313 "ESTOOLS1.spad" 446138 446149 446443 446448) (-312 "ES.spad" 438953 438961 446128 446133) (-311 "ES.spad" 431674 431684 438851 438856) (-310 "ESCONT.spad" 428467 428475 431664 431669) (-309 "ESCONT1.spad" 428216 428228 428457 428462) (-308 "ES2.spad" 427721 427737 428206 428211) (-307 "ES1.spad" 427291 427307 427711 427716) (-306 "ERROR.spad" 424618 424626 427281 427286) (-305 "EQTBL.spad" 422648 422670 422857 422884) (-304 "EQ.spad" 417453 417463 420240 420352) (-303 "EQ2.spad" 417171 417183 417443 417448) (-302 "EP.spad" 413497 413507 417161 417166) (-301 "ENV.spad" 412175 412183 413487 413492) (-300 "ENTIRER.spad" 411843 411851 412119 412170) (-299 "EMR.spad" 411131 411172 411769 411838) (-298 "ELTAGG.spad" 409385 409404 411121 411126) (-297 "ELTAGG.spad" 407603 407624 409341 409346) (-296 "ELTAB.spad" 407078 407091 407593 407598) (-295 "ELFUTS.spad" 406465 406484 407068 407073) (-294 "ELEMFUN.spad" 406154 406162 406455 406460) (-293 "ELEMFUN.spad" 405841 405851 406144 406149) (-292 "ELAGG.spad" 403812 403822 405821 405836) (-291 "ELAGG.spad" 401720 401732 403731 403736) (-290 "ELABOR.spad" 401066 401074 401710 401715) (-289 "ELABEXPR.spad" 399998 400006 401056 401061) (-288 "EFUPXS.spad" 396774 396804 399954 399959) (-287 "EFULS.spad" 393610 393633 396730 396735) (-286 "EFSTRUC.spad" 391625 391641 393600 393605) (-285 "EF.spad" 386401 386417 391615 391620) (-284 "EAB.spad" 384677 384685 386391 386396) (-283 "E04UCFA.spad" 384213 384221 384667 384672) (-282 "E04NAFA.spad" 383790 383798 384203 384208) (-281 "E04MBFA.spad" 383370 383378 383780 383785) (-280 "E04JAFA.spad" 382906 382914 383360 383365) (-279 "E04GCFA.spad" 382442 382450 382896 382901) (-278 "E04FDFA.spad" 381978 381986 382432 382437) (-277 "E04DGFA.spad" 381514 381522 381968 381973) (-276 "E04AGNT.spad" 377364 377372 381504 381509) (-275 "DVARCAT.spad" 374254 374264 377354 377359) (-274 "DVARCAT.spad" 371142 371154 374244 374249) (-273 "DSMP.spad" 368516 368530 368821 368948) (-272 "DSEXT.spad" 367818 367828 368506 368511) (-271 "DSEXT.spad" 367027 367039 367717 367722) (-270 "DROPT.spad" 360986 360994 367017 367022) (-269 "DROPT1.spad" 360651 360661 360976 360981) (-268 "DROPT0.spad" 355508 355516 360641 360646) (-267 "DRAWPT.spad" 353681 353689 355498 355503) (-266 "DRAW.spad" 346557 346570 353671 353676) (-265 "DRAWHACK.spad" 345865 345875 346547 346552) (-264 "DRAWCX.spad" 343335 343343 345855 345860) (-263 "DRAWCURV.spad" 342882 342897 343325 343330) (-262 "DRAWCFUN.spad" 332414 332422 342872 342877) (-261 "DQAGG.spad" 330592 330602 332382 332409) (-260 "DPOLCAT.spad" 325941 325957 330460 330587) (-259 "DPOLCAT.spad" 321376 321394 325897 325902) (-258 "DPMO.spad" 313136 313152 313274 313487) (-257 "DPMM.spad" 304909 304927 305034 305247) (-256 "DOMTMPLT.spad" 304680 304688 304899 304904) (-255 "DOMCTOR.spad" 304435 304443 304670 304675) (-254 "DOMAIN.spad" 303522 303530 304425 304430) (-253 "DMP.spad" 300782 300797 301352 301479) (-252 "DMEXT.spad" 300649 300659 300750 300777) (-251 "DLP.spad" 300001 300011 300639 300644) (-250 "DLIST.spad" 298427 298437 299031 299058) (-249 "DLAGG.spad" 296844 296854 298417 298422) (-248 "DIVRING.spad" 296386 296394 296788 296839) (-247 "DIVRING.spad" 295972 295982 296376 296381) (-246 "DISPLAY.spad" 294162 294170 295962 295967) (-245 "DIRPROD.spad" 281709 281725 282349 282448) (-244 "DIRPROD2.spad" 280527 280545 281699 281704) (-243 "DIRPCAT.spad" 279720 279736 280423 280522) (-242 "DIRPCAT.spad" 278540 278558 279245 279250) (-241 "DIOSP.spad" 277365 277373 278530 278535) (-240 "DIOPS.spad" 276361 276371 277345 277360) (-239 "DIOPS.spad" 275331 275343 276317 276322) (-238 "DIFRING.spad" 275169 275177 275311 275326) (-237 "DIFFSPC.spad" 274748 274756 275159 275164) (-236 "DIFFSPC.spad" 274325 274335 274738 274743) (-235 "DIFFMOD.spad" 273814 273824 274293 274320) (-234 "DIFFDOM.spad" 272979 272990 273804 273809) (-233 "DIFFDOM.spad" 272142 272155 272969 272974) (-232 "DIFEXT.spad" 271961 271971 272122 272137) (-231 "DIAGG.spad" 271591 271601 271941 271956) (-230 "DIAGG.spad" 271229 271241 271581 271586) (-229 "DHMATRIX.spad" 269424 269434 270569 270596) (-228 "DFSFUN.spad" 263064 263072 269414 269419) (-227 "DFLOAT.spad" 259795 259803 262954 263059) (-226 "DFINTTLS.spad" 258026 258042 259785 259790) (-225 "DERHAM.spad" 255940 255972 258006 258021) (-224 "DEQUEUE.spad" 255147 255157 255430 255457) (-223 "DEGRED.spad" 254764 254778 255137 255142) (-222 "DEFINTRF.spad" 252301 252311 254754 254759) (-221 "DEFINTEF.spad" 250811 250827 252291 252296) (-220 "DEFAST.spad" 250179 250187 250801 250806) (-219 "DECIMAL.spad" 248188 248196 248549 248642) (-218 "DDFACT.spad" 246001 246018 248178 248183) (-217 "DBLRESP.spad" 245601 245625 245991 245996) (-216 "DBASE.spad" 244265 244275 245591 245596) (-215 "DATAARY.spad" 243727 243740 244255 244260) (-214 "D03FAFA.spad" 243555 243563 243717 243722) (-213 "D03EEFA.spad" 243375 243383 243545 243550) (-212 "D03AGNT.spad" 242461 242469 243365 243370) (-211 "D02EJFA.spad" 241923 241931 242451 242456) (-210 "D02CJFA.spad" 241401 241409 241913 241918) (-209 "D02BHFA.spad" 240891 240899 241391 241396) (-208 "D02BBFA.spad" 240381 240389 240881 240886) (-207 "D02AGNT.spad" 235195 235203 240371 240376) (-206 "D01WGTS.spad" 233514 233522 235185 235190) (-205 "D01TRNS.spad" 233491 233499 233504 233509) (-204 "D01GBFA.spad" 233013 233021 233481 233486) (-203 "D01FCFA.spad" 232535 232543 233003 233008) (-202 "D01ASFA.spad" 232003 232011 232525 232530) (-201 "D01AQFA.spad" 231449 231457 231993 231998) (-200 "D01APFA.spad" 230873 230881 231439 231444) (-199 "D01ANFA.spad" 230367 230375 230863 230868) (-198 "D01AMFA.spad" 229877 229885 230357 230362) (-197 "D01ALFA.spad" 229417 229425 229867 229872) (-196 "D01AKFA.spad" 228943 228951 229407 229412) (-195 "D01AJFA.spad" 228466 228474 228933 228938) (-194 "D01AGNT.spad" 224533 224541 228456 228461) (-193 "CYCLOTOM.spad" 224039 224047 224523 224528) (-192 "CYCLES.spad" 220831 220839 224029 224034) (-191 "CVMP.spad" 220248 220258 220821 220826) (-190 "CTRIGMNP.spad" 218748 218764 220238 220243) (-189 "CTOR.spad" 218439 218447 218738 218743) (-188 "CTORKIND.spad" 218042 218050 218429 218434) (-187 "CTORCAT.spad" 217291 217299 218032 218037) (-186 "CTORCAT.spad" 216538 216548 217281 217286) (-185 "CTORCALL.spad" 216127 216137 216528 216533) (-184 "CSTTOOLS.spad" 215372 215385 216117 216122) (-183 "CRFP.spad" 209096 209109 215362 215367) (-182 "CRCEAST.spad" 208816 208824 209086 209091) (-181 "CRAPACK.spad" 207867 207877 208806 208811) (-180 "CPMATCH.spad" 207371 207386 207792 207797) (-179 "CPIMA.spad" 207076 207095 207361 207366) (-178 "COORDSYS.spad" 202085 202095 207066 207071) (-177 "CONTOUR.spad" 201496 201504 202075 202080) (-176 "CONTFRAC.spad" 197246 197256 201398 201491) (-175 "CONDUIT.spad" 197004 197012 197236 197241) (-174 "COMRING.spad" 196678 196686 196942 196999) (-173 "COMPPROP.spad" 196196 196204 196668 196673) (-172 "COMPLPAT.spad" 195963 195978 196186 196191) (-171 "COMPLEX.spad" 191340 191350 191584 191845) (-170 "COMPLEX2.spad" 191055 191067 191330 191335) (-169 "COMPILER.spad" 190604 190612 191045 191050) (-168 "COMPFACT.spad" 190206 190220 190594 190599) (-167 "COMPCAT.spad" 188278 188288 189940 190201) (-166 "COMPCAT.spad" 186078 186090 187742 187747) (-165 "COMMUPC.spad" 185826 185844 186068 186073) (-164 "COMMONOP.spad" 185359 185367 185816 185821) (-163 "COMM.spad" 185170 185178 185349 185354) (-162 "COMMAAST.spad" 184933 184941 185160 185165) (-161 "COMBOPC.spad" 183848 183856 184923 184928) (-160 "COMBINAT.spad" 182615 182625 183838 183843) (-159 "COMBF.spad" 179997 180013 182605 182610) (-158 "COLOR.spad" 178834 178842 179987 179992) (-157 "COLONAST.spad" 178500 178508 178824 178829) (-156 "CMPLXRT.spad" 178211 178228 178490 178495) (-155 "CLLCTAST.spad" 177873 177881 178201 178206) (-154 "CLIP.spad" 173981 173989 177863 177868) (-153 "CLIF.spad" 172636 172652 173937 173976) (-152 "CLAGG.spad" 169141 169151 172626 172631) (-151 "CLAGG.spad" 165517 165529 169004 169009) (-150 "CINTSLPE.spad" 164848 164861 165507 165512) (-149 "CHVAR.spad" 162986 163008 164838 164843) (-148 "CHARZ.spad" 162901 162909 162966 162981) (-147 "CHARPOL.spad" 162411 162421 162891 162896) (-146 "CHARNZ.spad" 162164 162172 162391 162406) (-145 "CHAR.spad" 160038 160046 162154 162159) (-144 "CFCAT.spad" 159366 159374 160028 160033) (-143 "CDEN.spad" 158562 158576 159356 159361) (-142 "CCLASS.spad" 156673 156681 157935 157974) (-141 "CATEGORY.spad" 155715 155723 156663 156668) (-140 "CATCTOR.spad" 155606 155614 155705 155710) (-139 "CATAST.spad" 155224 155232 155596 155601) (-138 "CASEAST.spad" 154938 154946 155214 155219) (-137 "CARTEN.spad" 150305 150329 154928 154933) (-136 "CARTEN2.spad" 149695 149722 150295 150300) (-135 "CARD.spad" 146990 146998 149669 149690) (-134 "CAPSLAST.spad" 146764 146772 146980 146985) (-133 "CACHSET.spad" 146388 146396 146754 146759) (-132 "CABMON.spad" 145943 145951 146378 146383) (-131 "BYTEORD.spad" 145618 145626 145933 145938) (-130 "BYTE.spad" 145045 145053 145608 145613) (-129 "BYTEBUF.spad" 142743 142751 144053 144080) (-128 "BTREE.spad" 141699 141709 142233 142260) (-127 "BTOURN.spad" 140587 140597 141189 141216) (-126 "BTCAT.spad" 139979 139989 140555 140582) (-125 "BTCAT.spad" 139391 139403 139969 139974) (-124 "BTAGG.spad" 138857 138865 139359 139386) (-123 "BTAGG.spad" 138343 138353 138847 138852) (-122 "BSTREE.spad" 136967 136977 137833 137860) (-121 "BRILL.spad" 135164 135175 136957 136962) (-120 "BRAGG.spad" 134104 134114 135154 135159) (-119 "BRAGG.spad" 133008 133020 134060 134065) (-118 "BPADICRT.spad" 130882 130894 131137 131230) (-117 "BPADIC.spad" 130546 130558 130808 130877) (-116 "BOUNDZRO.spad" 130202 130219 130536 130541) (-115 "BOP.spad" 125384 125392 130192 130197) (-114 "BOP1.spad" 122850 122860 125374 125379) (-113 "BOOLE.spad" 122500 122508 122840 122845) (-112 "BOOLEAN.spad" 121938 121946 122490 122495) (-111 "BMODULE.spad" 121650 121662 121906 121933) (-110 "BITS.spad" 121033 121041 121248 121275) (-109 "BINDING.spad" 120446 120454 121023 121028) (-108 "BINARY.spad" 118460 118468 118816 118909) (-107 "BGAGG.spad" 117665 117675 118440 118455) (-106 "BGAGG.spad" 116878 116890 117655 117660) (-105 "BFUNCT.spad" 116442 116450 116858 116873) (-104 "BEZOUT.spad" 115582 115609 116392 116397) (-103 "BBTREE.spad" 112310 112320 115072 115099) (-102 "BASTYPE.spad" 111982 111990 112300 112305) (-101 "BASTYPE.spad" 111652 111662 111972 111977) (-100 "BALFACT.spad" 111111 111124 111642 111647) (-99 "AUTOMOR.spad" 110562 110571 111091 111106) (-98 "ATTREG.spad" 107285 107292 110314 110557) (-97 "ATTRBUT.spad" 103308 103315 107265 107280) (-96 "ATTRAST.spad" 103025 103032 103298 103303) (-95 "ATRIG.spad" 102495 102502 103015 103020) (-94 "ATRIG.spad" 101963 101972 102485 102490) (-93 "ASTCAT.spad" 101867 101874 101953 101958) (-92 "ASTCAT.spad" 101769 101778 101857 101862) (-91 "ASTACK.spad" 100991 101000 101259 101286) (-90 "ASSOCEQ.spad" 99817 99828 100947 100952) (-89 "ASP9.spad" 98898 98911 99807 99812) (-88 "ASP8.spad" 97941 97954 98888 98893) (-87 "ASP80.spad" 97263 97276 97931 97936) (-86 "ASP7.spad" 96423 96436 97253 97258) (-85 "ASP78.spad" 95874 95887 96413 96418) (-84 "ASP77.spad" 95243 95256 95864 95869) (-83 "ASP74.spad" 94335 94348 95233 95238) (-82 "ASP73.spad" 93606 93619 94325 94330) (-81 "ASP6.spad" 92473 92486 93596 93601) (-80 "ASP55.spad" 90982 90995 92463 92468) (-79 "ASP50.spad" 88799 88812 90972 90977) (-78 "ASP4.spad" 88094 88107 88789 88794) (-77 "ASP49.spad" 87093 87106 88084 88089) (-76 "ASP42.spad" 85500 85539 87083 87088) (-75 "ASP41.spad" 84079 84118 85490 85495) (-74 "ASP35.spad" 83067 83080 84069 84074) (-73 "ASP34.spad" 82368 82381 83057 83062) (-72 "ASP33.spad" 81928 81941 82358 82363) (-71 "ASP31.spad" 81068 81081 81918 81923) (-70 "ASP30.spad" 79960 79973 81058 81063) (-69 "ASP29.spad" 79426 79439 79950 79955) (-68 "ASP28.spad" 70699 70712 79416 79421) (-67 "ASP27.spad" 69596 69609 70689 70694) (-66 "ASP24.spad" 68683 68696 69586 69591) (-65 "ASP20.spad" 68147 68160 68673 68678) (-64 "ASP1.spad" 67528 67541 68137 68142) (-63 "ASP19.spad" 62214 62227 67518 67523) (-62 "ASP12.spad" 61628 61641 62204 62209) (-61 "ASP10.spad" 60899 60912 61618 61623) (-60 "ARRAY2.spad" 60142 60151 60389 60416) (-59 "ARRAY1.spad" 58826 58835 59172 59199) (-58 "ARRAY12.spad" 57539 57550 58816 58821) (-57 "ARR2CAT.spad" 53313 53334 57507 57534) (-56 "ARR2CAT.spad" 49107 49130 53303 53308) (-55 "ARITY.spad" 48479 48486 49097 49102) (-54 "APPRULE.spad" 47739 47761 48469 48474) (-53 "APPLYORE.spad" 47358 47371 47729 47734) (-52 "ANY.spad" 46217 46224 47348 47353) (-51 "ANY1.spad" 45288 45297 46207 46212) (-50 "ANTISYM.spad" 43733 43749 45268 45283) (-49 "ANON.spad" 43426 43433 43723 43728) (-48 "AN.spad" 41735 41742 43242 43335) (-47 "AMR.spad" 39920 39931 41633 41730) (-46 "AMR.spad" 37942 37955 39657 39662) (-45 "ALIST.spad" 34842 34863 35192 35219) (-44 "ALGSC.spad" 33977 34003 34714 34767) (-43 "ALGPKG.spad" 29760 29771 33933 33938) (-42 "ALGMFACT.spad" 28953 28967 29750 29755) (-41 "ALGMANIP.spad" 26427 26442 28786 28791) (-40 "ALGFF.spad" 24068 24095 24285 24441) (-39 "ALGFACT.spad" 23195 23205 24058 24063) (-38 "ALGEBRA.spad" 23028 23037 23151 23190) (-37 "ALGEBRA.spad" 22893 22904 23018 23023) (-36 "ALAGG.spad" 22405 22426 22861 22888) (-35 "AHYP.spad" 21786 21793 22395 22400) (-34 "AGG.spad" 20103 20110 21776 21781) (-33 "AGG.spad" 18384 18393 20059 20064) (-32 "AF.spad" 16815 16830 18319 18324) (-31 "ADDAST.spad" 16493 16500 16805 16810) (-30 "ACPLOT.spad" 15084 15091 16483 16488) (-29 "ACFS.spad" 12893 12902 14986 15079) (-28 "ACFS.spad" 10788 10799 12883 12888) (-27 "ACF.spad" 7470 7477 10690 10783) (-26 "ACF.spad" 4238 4247 7460 7465) (-25 "ABELSG.spad" 3779 3786 4228 4233) (-24 "ABELSG.spad" 3318 3327 3769 3774) (-23 "ABELMON.spad" 2861 2868 3308 3313) (-22 "ABELMON.spad" 2402 2411 2851 2856) (-21 "ABELGRP.spad" 2067 2074 2392 2397) (-20 "ABELGRP.spad" 1730 1739 2057 2062) (-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 c9875990..cfde545a 100644
--- a/src/share/algebra/category.daase
+++ b/src/share/algebra/category.daase
@@ -1,109 +1,109 @@
-(203818 . 3486772034)
-(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) ((#0=(-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) #0#) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))))
-((((-576)) . T) (($) -2755 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-360)) (|has| |#1| (-1057 (-419 (-576))))) ((|#1|) . T))
+(203818 . 3486783792)
+(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) ((#0=(-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) #0#) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))))
+((((-576)) . T) (($) -3795 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-360)) (|has| |#1| (-1059 (-419 (-576))))) ((|#1|) . T))
(((|#2| |#2|) . T))
((((-576)) . T))
-((($ $) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))) ((|#2| |#2|) . T) ((#0=(-419 (-576)) #0#) |has| |#2| (-38 (-419 (-576)))))
+((($ $) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))) ((|#2| |#2|) . T) ((#0=(-419 (-576)) #0#) |has| |#2| (-38 (-419 (-576)))))
((($) . T))
(((|#1|) . T))
((($) . T) (((-576)) |has| |#1| (-651 (-576))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(((|#2|) . T))
-((($) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))) ((|#2|) . T) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))))
-(|has| |#1| (-926))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
+((($) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))) ((|#2|) . T) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))))
+(|has| |#1| (-928))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
((($) . T) (((-419 (-576))) . T))
((($) . T))
((($) . T))
(((|#2| |#2|) . T))
((((-145)) . T))
-((((-548)) . T) (((-1177)) . T) (((-227)) . T) (((-390)) . T) (((-905 (-390))) . T))
-(((|#1|) . T))
-((((-227)) . T) (((-874)) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(((|#1|) . T))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-860)))
-((($ $) . T) ((#0=(-419 (-576)) #0#) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1| |#1|) . T))
-(-2755 (|has| |#1| (-832)) (|has| |#1| (-862)))
-((((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) (((-576)) |has| |#1| (-1057 (-576))) ((|#1|) . T))
-((((-874)) . T))
-((((-874)) . T))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-568)))
+((((-548)) . T) (((-1179)) . T) (((-227)) . T) (((-390)) . T) (((-907 (-390))) . T))
+(((|#1|) . T))
+((((-227)) . T) (((-876)) . T))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(((|#1|) . T))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-860)))
+((($ $) . T) ((#0=(-419 (-576)) #0#) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1| |#1|) . T))
+(-3795 (|has| |#1| (-832)) (|has| |#1| (-862)))
+((((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) (((-576)) |has| |#1| (-1059 (-576))) ((|#1|) . T))
+((((-876)) . T))
+((((-876)) . T))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-568)))
(|has| |#1| (-860))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
((((-326 |#1|)) . T) (((-576)) . T) (($) . T))
(((|#1| |#2| |#3|) . T))
-((((-576)) . T) (((-882 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
-((($) . T) (((-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
+((((-576)) . T) (((-884 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
+((($) . T) (((-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
((((-419 (-576))) . T) (((-711)) . T) (($) . T))
-((((-874)) . T))
-((((-1200)) . T))
-((((-1200)) . T))
+((((-876)) . T))
+((((-1202)) . T))
+((((-1202)) . T))
(((|#4|) . T))
((((-419 (-576))) . T) (((-711)) . T) (($) . T))
-((((-874)) . T))
-((((-874)) |has| (-1113 |#1|) (-1119)))
-((((-874)) . T) (((-1200)) . T))
+((((-876)) . T))
+((((-876)) |has| (-1115 |#1|) (-1121)))
+((((-876)) . T) (((-1202)) . T))
(((|#1|) . T) ((|#2|) . T))
-((((-1200)) . T))
-(((|#1|) . T) (((-576)) |has| |#1| (-1057 (-576))) (((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))))
-(-2755 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926)))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-(((|#2| (-494 (-3500 |#1|) (-783))) . T))
-((((-1195)) -2755 (|has| (-419 |#2|) (-915 (-1195))) (|has| (-419 |#2|) (-917 (-1195)))))
-(((|#1| (-543 (-1195))) . T))
-((((-1177)) . T) (((-975 (-130))) . T) (((-874)) . T))
-((((-874)) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-(((#0=(-882 |#1|) #0#) . T) ((#1=(-419 (-576)) #1#) . T) (($ $) . T))
+((((-1202)) . T))
+(((|#1|) . T) (((-576)) |has| |#1| (-1059 (-576))) (((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))))
+(-3795 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928)))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+(((|#2| (-494 (-1968 |#1|) (-783))) . T))
+((((-1197)) -3795 (|has| (-419 |#2|) (-917 (-1197))) (|has| (-419 |#2|) (-919 (-1197)))))
+(((|#1| (-543 (-1197))) . T))
+((((-1179)) . T) (((-977 (-130))) . T) (((-876)) . T))
+((((-876)) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+(((#0=(-884 |#1|) #0#) . T) ((#1=(-419 (-576)) #1#) . T) (($ $) . T))
(|has| |#4| (-379))
(|has| |#3| (-379))
(((|#1|) . T))
-((((-1195)) . T))
+((((-1197)) . T))
((((-518)) . T))
-((((-882 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
-((((-874)) . T))
-((((-874)) . T))
+((((-884 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
+((((-876)) . T))
+((((-876)) . T))
(((|#1| |#2|) . T))
-((((-874)) . T))
+((((-876)) . T))
((($) . T))
(|has| |#1| (-146))
(|has| |#1| (-148))
(|has| |#1| (-568))
-((((-576)) . T) (((-419 (-576))) -2755 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1057 (-419 (-576))))) ((|#2|) . T) (($) -2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))) (((-876 |#1|)) . T))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-568)))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-568)))
-((((-2 (|:| -3222 |#1|) (|:| -2125 |#2|))) . T))
+((((-576)) . T) (((-419 (-576))) -3795 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1059 (-419 (-576))))) ((|#2|) . T) (($) -3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))) (((-878 |#1|)) . T))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-568)))
+((((-2 (|:| -2409 |#1|) (|:| -3744 |#2|))) . T))
((($) . T))
-((((-576)) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))) ((|#1|) . T) (($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) (((-1195)) . T))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-862)) (|has| |#1| (-1119))))
+((((-576)) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))) ((|#1|) . T) (($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) (((-1197)) . T))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-862)) (|has| |#1| (-1121))))
((((-548)) |has| |#1| (-626 (-548))))
-((((-1195)) . T))
+((((-1197)) . T))
((((-576)) . T) (($) . T))
((((-593 |#1|)) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
((($) . T) (((-576)) . T) (((-419 (-576))) . T))
((($) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T))
(((|#1|) . T) (($) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(((|#1|) . T) (((-576)) . T) (($) . T))
-((((-874)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
(((|#1|) . T))
((((-419 (-576))) . T) (($) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
-(((#0=(-419 (-576)) #0#) |has| |#2| (-38 (-419 (-576)))) ((|#2| |#2|) . T) (($ $) -2755 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
-(|has| |#1| (-1119))
+(((#0=(-419 (-576)) #0#) |has| |#2| (-38 (-419 (-576)))) ((|#2| |#2|) . T) (($ $) -3795 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
+(|has| |#1| (-1121))
(((|#1|) . T))
((((-117 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
-((($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
+((($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
((((-117 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
@@ -111,14 +111,14 @@
((((-419 (-576))) . T) (($) . T) (((-576)) . T))
((($) . T) (((-576)) . T) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T))
(((|#2|) . T) (((-576)) . T) ((|#6|) . T))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (($) -2755 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (($) -3795 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
((($) . T))
(((|#2|) . T))
((($) . T))
(((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) (((-576)) . T) (($) . T))
((((-576)) . T) (($) . T) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-(((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))) ((|#1| |#1|) . T) (($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))))
-((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))))
+(((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))) ((|#1| |#1|) . T) (($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))))
+((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))))
((($ $) . T))
((($) . T))
((((-576)) . T) (($) . T) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
@@ -126,38 +126,38 @@
(((|#1|) . T))
(|has| |#1| (-379))
(((|#1|) . T))
-((((-874)) . T))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-1278 |#1| |#2| |#3|)) |has| |#1| (-374)) (($) . T) ((|#1|) . T))
-(((|#1|) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) . T))
+((((-876)) . T))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-1280 |#1| |#2| |#3|)) |has| |#1| (-374)) (($) . T) ((|#1|) . T))
+(((|#1|) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) . T))
(((|#1|) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
(((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) (($) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1119)))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1121)))
((((-576)) . T))
-((((-874)) . T))
+((((-876)) . T))
(((|#1| |#2|) . T))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-915 (-1195))) (|has| |#1| (-1068)))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-915 (-1195))) (|has| |#1| (-1068)))
-((($) -2755 (|has| |#1| (-238)) (|has| |#1| (-237))))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-917 (-1197))) (|has| |#1| (-1070)))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-917 (-1197))) (|has| |#1| (-1070)))
+((($) -3795 (|has| |#1| (-238)) (|has| |#1| (-237))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(|has| |#1| (-568))
(((|#1|) . T) (((-576)) . T) (($) . T))
((((-419 |#2|)) . T) (((-419 (-576))) . T) (($) . T))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-860)))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-860)))
((($ $) . T) ((#0=(-419 (-576)) #0#) . T))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568)))
-(-2755 (|has| |#1| (-862)) (|has| |#1| (-1119)))
-(|has| |#1| (-1119))
-(-2755 (|has| |#1| (-862)) (|has| |#1| (-1119)))
-(|has| |#1| (-1119))
-(-2755 (|has| |#1| (-862)) (|has| |#1| (-1119)))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-862)) (|has| |#1| (-1121)))
+(|has| |#1| (-1121))
+(-3795 (|has| |#1| (-862)) (|has| |#1| (-1121)))
+(|has| |#1| (-1121))
+(-3795 (|has| |#1| (-862)) (|has| |#1| (-1121)))
(|has| |#1| (-860))
(((|#1| |#1|) . T))
((($) . T) (((-419 (-576))) . T))
(((|#1|) . T))
((((-419 (-576))) . T) (($) . T))
((((-576) (-130)) . T))
-((((-874)) . T))
+((((-876)) . T))
((($) . T) (((-419 (-576))) . T))
((((-130)) . T))
(|has| |#4| (-805))
@@ -165,410 +165,410 @@
(|has| |#3| (-805))
(|has| |#3| (-805))
(((|#1| |#2|) . T))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-360)))
-((((-1200)) . T))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-360)))
+((((-1202)) . T))
(((|#1| |#2|) . T))
-(((|#2| |#2|) -12 (|has| |#1| (-374)) (|has| |#2| (-319 |#2|))) (((-1195) |#2|) -12 (|has| |#1| (-374)) (|has| |#2| (-526 (-1195) |#2|))))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
+(((|#2| |#2|) -12 (|has| |#1| (-374)) (|has| |#2| (-319 |#2|))) (((-1197) |#2|) -12 (|has| |#1| (-374)) (|has| |#2| (-526 (-1197) |#2|))))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
((((-576)) . T) (((-419 (-576))) . T))
-(((|#1| (-1195) (-1107 (-1195)) (-543 (-1107 (-1195)))) . T))
+(((|#1| (-1197) (-1109 (-1197)) (-543 (-1109 (-1197)))) . T))
((((-576) |#1|) . T))
((((-576)) . T))
((((-576)) . T))
-((((-927 |#1|)) . T))
+((((-929 |#1|)) . T))
(((|#1| (-543 |#2|)) . T))
((((-576)) . T))
((((-576)) . T))
(((|#1|) . T))
-(|has| |#2| (-1068))
+(|has| |#2| (-1070))
(((|#1| (-783)) . T))
(|has| |#2| (-805))
(|has| |#2| (-805))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2|) . T))
-((((-1177) |#1|) . T))
-((((-1253 (-576)) $) . T) (((-576) (-130)) . T))
+((((-1179) |#1|) . T))
+((((-1255 (-576)) $) . T) (((-576) (-130)) . T))
(((|#1|) . T))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
(((|#3| (-783)) . T))
(|has| |#1| (-148))
(|has| |#1| (-146))
((($) . T) (((-419 (-576))) . T))
((($) . T))
((($) . T))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568)))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568)))
((((-419 (-576))) . T) (($) . T))
((($) . T))
((($) . T))
-(|has| |#1| (-1119))
+(|has| |#1| (-1121))
((((-419 (-576))) . T) (((-576)) . T))
-((((-576)) . T) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))))
-((((-576)) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))) ((|#1|) . T) (($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#2|) . T))
-((((-1195) |#2|) |has| |#2| (-526 (-1195) |#2|)) ((|#2| |#2|) |has| |#2| (-319 |#2|)))
+((((-576)) . T) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))))
+((((-576)) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))) ((|#1|) . T) (($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#2|) . T))
+((((-1197) |#2|) |has| |#2| (-526 (-1197) |#2|)) ((|#2| |#2|) |has| |#2| (-319 |#2|)))
((((-419 (-576))) . T) (((-576)) . T))
-((((-576)) . T) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) (((-1101)) . T) ((|#1|) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))))
+((((-576)) . T) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) (((-1103)) . T) ((|#1|) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))))
(((|#1|) . T) (($) . T))
((((-576)) . T))
((((-576)) . T))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) |has| |#1| (-174)))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) |has| |#1| (-174)))
((((-576)) . T))
((((-576)) . T))
((((-419 (-576))) . T) (($) . T))
-(((#0=(-711) (-1191 #0#)) . T))
+(((#0=(-711) (-1193 #0#)) . T))
((((-419 (-576))) . T) (((-576)) . T) (($) . T))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
(((|#1|) . T))
(((|#1|) . T))
(|has| |#2| (-374))
-((((-1253 (-576)) $) . T) (((-576) |#1|) . T))
-((($) -2755 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-237))))
+((((-1255 (-576)) $) . T) (((-576) |#1|) . T))
+((($) -3795 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-237))))
((($) . T) (((-576)) . T) (((-419 (-576))) . T))
(((|#1| |#2|) . T))
-((((-874)) . T))
+((((-876)) . T))
(((|#1|) . T))
-((((-1177) |#1|) . T))
+((((-1179) |#1|) . T))
(((|#1|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
((($) . T) (((-576)) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T))
(((|#3| |#3|) . T))
-((((-874)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
(((|#1| |#1|) . T))
-(((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))) ((|#1| |#1|) . T) (($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))))
-((($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-(((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1068))) (($) |has| |#2| (-1068)) (((-576)) -12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068))))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
+(((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))) ((|#1| |#1|) . T) (($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))))
+((($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+(((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1070))) (($) |has| |#2| (-1070)) (((-576)) -12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070))))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
((((-576) |#1|) . T))
-((((-874)) . T))
-((((-171 (-227))) |has| |#1| (-1041)) (((-171 (-390))) |has| |#1| (-1041)) (((-548)) |has| |#1| (-626 (-548))) (((-1191 |#1|)) . T) (((-905 (-576))) |has| |#1| (-626 (-905 (-576)))) (((-905 (-390))) |has| |#1| (-626 (-905 (-390)))))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(((|#1|) . T))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-860)))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-860)))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#2|) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
-(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))))
+((((-876)) . T))
+((((-171 (-227))) |has| |#1| (-1043)) (((-171 (-390))) |has| |#1| (-1043)) (((-548)) |has| |#1| (-626 (-548))) (((-1193 |#1|)) . T) (((-907 (-576))) |has| |#1| (-626 (-907 (-576)))) (((-907 (-390))) |has| |#1| (-626 (-907 (-390)))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(((|#1|) . T))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-860)))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-860)))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#2|) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
+(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))))
(|has| |#1| (-374))
-((((-874)) . T))
+((((-876)) . T))
((($) . T))
((($) . T))
((((-130)) . T))
-(-12 (|has| |#4| (-238)) (|has| |#4| (-1068)))
-(-12 (|has| |#3| (-238)) (|has| |#3| (-1068)))
-((($) -2755 (|has| |#2| (-238)) (|has| |#2| (-237))))
-(|has| |#4| (-1068))
-(|has| |#3| (-1068))
-((((-874)) . T) (((-1200)) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
-((((-1200)) . T))
-((((-874)) . T))
-(((|#1|) . T))
-((((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) (((-576)) |has| |#1| (-1057 (-576))) ((|#1|) . T))
+(-12 (|has| |#4| (-238)) (|has| |#4| (-1070)))
+(-12 (|has| |#3| (-238)) (|has| |#3| (-1070)))
+((($) -3795 (|has| |#2| (-238)) (|has| |#2| (-237))))
+(|has| |#4| (-1070))
+(|has| |#3| (-1070))
+((((-876)) . T) (((-1202)) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
+((((-1202)) . T))
+((((-876)) . T))
+(((|#1|) . T))
+((((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) (((-576)) |has| |#1| (-1059 (-576))) ((|#1|) . T))
(((|#1|) . T) (((-576)) |has| |#1| (-651 (-576))))
-(((|#2|) . T) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-(((|#1|) . T) (((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) . T))
+(((|#2|) . T) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+(((|#1|) . T) (((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) . T))
(|has| |#1| (-568))
-((((-576)) -2755 (-12 (|has| |#4| (-1057 (-576))) (|has| |#4| (-1119))) (|has| |#4| (-1068))) ((|#4|) |has| |#4| (-1119)) (((-419 (-576))) -12 (|has| |#4| (-1057 (-419 (-576)))) (|has| |#4| (-1119))))
-((((-576)) -2755 (-12 (|has| |#3| (-1057 (-576))) (|has| |#3| (-1119))) (|has| |#3| (-1068))) ((|#3|) |has| |#3| (-1119)) (((-419 (-576))) -12 (|has| |#3| (-1057 (-419 (-576)))) (|has| |#3| (-1119))))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+((((-576)) -3795 (-12 (|has| |#4| (-1059 (-576))) (|has| |#4| (-1121))) (|has| |#4| (-1070))) ((|#4|) |has| |#4| (-1121)) (((-419 (-576))) -12 (|has| |#4| (-1059 (-419 (-576)))) (|has| |#4| (-1121))))
+((((-576)) -3795 (-12 (|has| |#3| (-1059 (-576))) (|has| |#3| (-1121))) (|has| |#3| (-1070))) ((|#3|) |has| |#3| (-1121)) (((-419 (-576))) -12 (|has| |#3| (-1059 (-419 (-576)))) (|has| |#3| (-1121))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(|has| |#1| (-568))
-(-2755 (|has| |#1| (-862)) (|has| |#1| (-1119)))
+(-3795 (|has| |#1| (-862)) (|has| |#1| (-1121)))
(((|#1|) . T))
(|has| |#1| (-568))
-((((-876 |#1|)) . T))
+((((-878 |#1|)) . T))
(|has| |#1| (-568))
(|has| |#1| (-568))
(((|#2|) . T))
-((((-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))) (((-1101)) . T))
+((((-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))) (((-1103)) . T))
((((-711)) . T))
(((|#1|) . T))
-((((-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))) (((-1107 (-1195))) . T))
-(-12 (|has| |#1| (-1021)) (|has| |#1| (-1221)))
+((((-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))) (((-1109 (-1197))) . T))
+(-12 (|has| |#1| (-1023)) (|has| |#1| (-1223)))
((((-419 |#2|)) . T) (((-419 (-576))) . T) (($) . T))
(((|#2|) . T) (($) . T) (((-419 (-576))) . T))
((((-419 |#2|)) . T) (((-419 (-576))) . T) (($) . T))
-(-12 (|has| |#1| (-1119)) (|has| |#2| (-1119)))
+(-12 (|has| |#1| (-1121)) (|has| |#2| (-1121)))
((($) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-1193 |#1| |#2| |#3|)) |has| |#1| (-374)) (($) . T) ((|#1|) . T))
-(((|#1|) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) . T))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-1195 |#1| |#2| |#3|)) |has| |#1| (-374)) (($) . T) ((|#1|) . T))
+(((|#1|) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) . T))
(((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) (($) . T))
-(((|#4| |#4|) -2755 (|has| |#4| (-174)) (|has| |#4| (-374)) (|has| |#4| (-1068))))
-(((|#3| |#3|) -2755 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-1068))))
+(((|#4| |#4|) -3795 (|has| |#4| (-174)) (|has| |#4| (-374)) (|has| |#4| (-1070))))
+(((|#3| |#3|) -3795 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-1070))))
(((|#2|) . T))
(((|#1|) . T))
-((((-548)) |has| |#2| (-626 (-548))) (((-905 (-390))) |has| |#2| (-626 (-905 (-390)))) (((-905 (-576))) |has| |#2| (-626 (-905 (-576)))))
-((((-874)) . T))
+((((-548)) |has| |#2| (-626 (-548))) (((-907 (-390))) |has| |#2| (-626 (-907 (-390)))) (((-907 (-576))) |has| |#2| (-626 (-907 (-576)))))
+((((-876)) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-2 (|:| -3222 |#1|) (|:| -2125 |#2|))) . T) (((-874)) . T))
-((((-548)) |has| |#1| (-626 (-548))) (((-905 (-390))) |has| |#1| (-626 (-905 (-390)))) (((-905 (-576))) |has| |#1| (-626 (-905 (-576)))))
-(((|#4|) -2755 (|has| |#4| (-174)) (|has| |#4| (-374)) (|has| |#4| (-1068))))
-(((|#3|) -2755 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-1068))))
-((((-2 (|:| -3222 |#1|) (|:| -2125 |#2|))) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-548)) . T) (((-576)) . T) (((-905 (-576))) . T) (((-390)) . T) (((-227)) . T))
+((((-2 (|:| -2409 |#1|) (|:| -3744 |#2|))) . T) (((-876)) . T))
+((((-548)) |has| |#1| (-626 (-548))) (((-907 (-390))) |has| |#1| (-626 (-907 (-390)))) (((-907 (-576))) |has| |#1| (-626 (-907 (-576)))))
+(((|#4|) -3795 (|has| |#4| (-174)) (|has| |#4| (-374)) (|has| |#4| (-1070))))
+(((|#3|) -3795 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-1070))))
+((((-2 (|:| -2409 |#1|) (|:| -3744 |#2|))) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-548)) . T) (((-576)) . T) (((-907 (-576))) . T) (((-390)) . T) (((-227)) . T))
((((-656 |#1|)) . T))
-(((|#1|) . T) (((-576)) |has| |#1| (-1057 (-576))) (((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))))
+(((|#1|) . T) (((-576)) |has| |#1| (-1059 (-576))) (((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))))
((($) . T) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (((-576)) |has| |#2| (-651 (-576))))
((((-419 $) (-419 $)) |has| |#2| (-568)) (($ $) . T) ((|#2| |#2|) . T))
-((($ (-1195)) -2755 (|has| |#2| (-915 (-1195))) (|has| |#2| (-917 (-1195)))))
-((((-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) . T))
+((($ (-1197)) -3795 (|has| |#2| (-917 (-1197))) (|has| |#2| (-919 (-1197)))))
+((((-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) . T))
(((|#1|) . T))
-(|has| |#2| (-926))
-((((-1177) (-52)) . T))
+(|has| |#2| (-928))
+((((-1179) (-52)) . T))
((((-576)) |has| #0=(-419 |#2|) (-651 (-576))) ((#0#) . T))
-((((-548)) . T) (((-227)) . T) (((-390)) . T) (((-905 (-390))) . T))
-((((-874)) . T))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-915 (-1195))) (|has| |#1| (-1068)))
+((((-548)) . T) (((-227)) . T) (((-390)) . T) (((-907 (-390))) . T))
+((((-876)) . T))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-917 (-1197))) (|has| |#1| (-1070)))
(((|#1|) |has| |#1| (-174)))
(((|#1| $) |has| |#1| (-296 |#1| |#1|)))
-((((-874)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
((((-419 (-576))) . T) (($) . T))
((((-419 (-576))) . T) (($) . T))
-((((-874)) . T))
+((((-876)) . T))
(|has| |#1| (-862))
(((|#2|) . T) (((-576)) . T) (((-831 |#1|)) . T))
-((((-927 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
-(|has| |#1| (-1119))
-((((-927 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
+((((-929 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
+(|has| |#1| (-1121))
+((((-929 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
(((|#1|) . T))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-862)) (|has| |#1| (-1119))))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-862)) (|has| |#1| (-1121))))
((((-548)) |has| |#1| (-626 (-548))))
-((((-874)) . T) (((-1200)) . T))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
-((((-1200)) . T))
-((($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((((-876)) . T) (((-1202)) . T))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
+((((-1202)) . T))
+((($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(|has| |#1| (-238))
-((($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-(((|#1| (-543 (-830 (-1195)))) . T))
-(((|#1| (-990)) . T))
+((($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+(((|#1| (-543 (-830 (-1197)))) . T))
+(((|#1| (-992)) . T))
((((-576)) . T) ((|#2|) . T))
-((((-1195)) . T))
-(((#0=(-882 |#1|) $) |has| #0# (-296 #0# #0#)))
+((((-1197)) . T))
+(((#0=(-884 |#1|) $) |has| #0# (-296 #0# #0#)))
((((-576) |#4|) . T))
((((-576) |#3|) . T))
(((|#1|) . T))
(((|#2| |#2|) . T))
-(|has| |#1| (-1171))
-((((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) . T))
-(|has| (-1272 |#1| |#2| |#3| |#4|) (-146))
-(|has| (-1272 |#1| |#2| |#3| |#4|) (-148))
+(|has| |#1| (-1173))
+((((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) . T))
+(|has| (-1274 |#1| |#2| |#3| |#4|) (-146))
+(|has| (-1274 |#1| |#2| |#3| |#4|) (-148))
(|has| |#1| (-146))
(|has| |#1| (-148))
-((((-1195)) -12 (|has| |#2| (-915 (-1195))) (|has| |#2| (-1068))))
+((((-1197)) -12 (|has| |#2| (-917 (-1197))) (|has| |#2| (-1070))))
(((|#1|) |has| |#1| (-174)))
-(|has| |#1| (-1119))
-((((-1177) |#1|) . T))
+(|has| |#1| (-1121))
+((((-1179) |#1|) . T))
(((|#2|) . T))
(((|#1|) . T))
(((|#2|) . T) (((-576)) |has| |#2| (-651 (-576))))
-((((-1144 |#1| (-1195))) . T) (((-576)) . T) (((-830 (-1195))) . T) (($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))) (((-1195)) . T))
+((((-1146 |#1| (-1197))) . T) (((-576)) . T) (((-830 (-1197))) . T) (($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))) (((-1197)) . T))
(|has| |#2| (-379))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
((($) . T) ((|#1|) . T))
-(((|#2|) |has| |#2| (-1068)))
-((((-874)) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) ((#0=(-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) #0#) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))))
+(((|#2|) |has| |#2| (-1070)))
+((((-876)) . T))
+(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) ((#0=(-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) #0#) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))))
(((|#1|) . T))
-((((-1286 (-350 (-3579) (-3579 (QUOTE X)) (-711)))) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((#0=(-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) #0#) |has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))))
-((((-874)) . T))
+((((-1288 (-350 (-4125) (-4125 (QUOTE X)) (-711)))) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((#0=(-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) #0#) |has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))))
+((((-876)) . T))
((((-576) |#1|) . T))
-((((-548)) -12 (|has| |#1| (-626 (-548))) (|has| |#2| (-626 (-548)))) (((-905 (-390))) -12 (|has| |#1| (-626 (-905 (-390)))) (|has| |#2| (-626 (-905 (-390))))) (((-905 (-576))) -12 (|has| |#1| (-626 (-905 (-576)))) (|has| |#2| (-626 (-905 (-576))))))
+((((-548)) -12 (|has| |#1| (-626 (-548))) (|has| |#2| (-626 (-548)))) (((-907 (-390))) -12 (|has| |#1| (-626 (-907 (-390)))) (|has| |#2| (-626 (-907 (-390))))) (((-907 (-576))) -12 (|has| |#1| (-626 (-907 (-576)))) (|has| |#2| (-626 (-907 (-576))))))
((($) . T))
-((((-874)) . T))
-((($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
-((((-874)) . T))
+((((-876)) . T))
+((($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
+((((-876)) . T))
((($) . T))
((($) . T))
((($) . T))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((((-874)) . T))
-((((-874)) . T))
-(|has| (-1271 |#2| |#3| |#4|) (-148))
-(|has| (-1271 |#2| |#3| |#4|) (-146))
-(((|#2|) |has| |#2| (-1119)) (((-576)) -12 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119))) (((-419 (-576))) -12 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((((-876)) . T))
+((((-876)) . T))
+(|has| (-1273 |#2| |#3| |#4|) (-148))
+(|has| (-1273 |#2| |#3| |#4|) (-146))
+(((|#2|) |has| |#2| (-1121)) (((-576)) -12 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121))) (((-419 (-576))) -12 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121))))
(((|#1|) . T))
-(|has| |#1| (-1119))
-((((-874)) . T))
+(|has| |#1| (-1121))
+((((-876)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-915 (-1195))) (|has| |#1| (-1068)))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-917 (-1197))) (|has| |#1| (-1070)))
(((|#1|) . T))
((($) . T))
((((-576) |#1|) . T))
(((|#2|) |has| |#2| (-174)))
(((|#1|) . T))
(((|#1|) |has| |#1| (-174)))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-860)))
-((((-874)) |has| |#1| (-1119)))
-((($) -2755 (|has| |#1| (-238)) (|has| |#1| (-237))))
-(-2755 (|has| |#1| (-485)) (|has| |#1| (-738)) (|has| |#1| (-915 (-1195))) (|has| |#1| (-1068)) (|has| |#1| (-1131)))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-360)))
-((((-927 |#1|)) . T))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-860)))
+((((-876)) |has| |#1| (-1121)))
+((($) -3795 (|has| |#1| (-238)) (|has| |#1| (-237))))
+(-3795 (|has| |#1| (-485)) (|has| |#1| (-738)) (|has| |#1| (-917 (-1197))) (|has| |#1| (-1070)) (|has| |#1| (-1133)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-360)))
+((((-929 |#1|)) . T))
((((-419 |#2|) |#3|) . T))
(|has| |#1| (-15 * (|#1| (-576) |#1|)))
((((-419 (-576))) . T) (($) . T))
(((|#1|) . T))
(((|#1|) . T) (($) . T))
((((-419 (-576))) . T) (($) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) |has| |#1| (-568)))
(|has| |#1| (-374))
-(-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))
+(-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))
(|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))
(|has| |#1| (-374))
(|has| |#1| (-15 * (|#1| (-783) |#1|)))
((((-576)) . T))
((((-576)) . T))
-((((-1161 |#2| (-419 (-969 |#1|)))) . T) (((-419 (-969 |#1|))) . T))
+((((-1163 |#2| (-419 (-971 |#1|)))) . T) (((-419 (-971 |#1|))) . T))
((($) . T))
(((|#1|) |has| |#1| (-174)) (($) . T))
(((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) (($) . T))
(((|#1|) . T))
-((((-1253 (-576)) $) . T) (((-576) |#1|) . T))
-((((-874)) . T))
+((((-1255 (-576)) $) . T) (((-576) |#1|) . T))
+((((-876)) . T))
(((|#2|) . T))
-(-2755 (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926)))
+(-3795 (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928)))
((((-576)) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) |has| |#1| (-568)))
((($) |has| |#1| (-568)) (((-576)) . T))
(|has| |#2| (-805))
(|has| |#2| (-805))
-((((-1278 |#1| |#2| |#3|)) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-576)) . T) ((|#1|) |has| |#1| (-174)))
-((((-1282 |#2|)) . T) (((-1278 |#1| |#2| |#3|)) . T) (((-1250 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-576)) . T) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))))
+((((-1280 |#1| |#2| |#3|)) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-576)) . T) ((|#1|) |has| |#1| (-174)))
+((((-1284 |#2|)) . T) (((-1280 |#1| |#2| |#3|)) . T) (((-1252 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-576)) . T) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))))
((($) |has| |#1| (-568)) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) (((-576)) . T))
(((|#1|) . T))
-((((-1195)) -12 (|has| |#3| (-915 (-1195))) (|has| |#3| (-1068))))
+((((-1197)) -12 (|has| |#3| (-917 (-1197))) (|has| |#3| (-1070))))
(((|#1|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(-12 (|has| |#1| (-374)) (|has| |#2| (-832)))
-(-2755 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)) (|has| |#1| (-568)))
-(((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))) ((|#1| |#1|) . T) (($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))))
+(-3795 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)) (|has| |#1| (-568)))
+(((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))) ((|#1| |#1|) . T) (($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))))
((($ $) |has| |#1| (-568)) ((|#1| |#1|) . T))
-((($ (-1195)) -2755 (|has| (-419 |#2|) (-915 (-1195))) (|has| (-419 |#2|) (-917 (-1195)))))
-(((#0=(-711) (-1191 #0#)) . T))
+((($ (-1197)) -3795 (|has| (-419 |#2|) (-917 (-1197))) (|has| (-419 |#2|) (-919 (-1197)))))
+(((#0=(-711) (-1193 #0#)) . T))
((((-593 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
((((-419 (-576))) . T) (($) . T))
-((((-874)) . T) (((-1286 |#4|)) . T))
-((((-874)) . T) (((-1286 |#3|)) . T))
+((((-876)) . T) (((-1288 |#4|)) . T))
+((((-876)) . T) (((-1288 |#3|)) . T))
((((-593 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
((($) . T) (((-419 (-576))) . T))
-((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))))
+((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))))
((($) |has| |#1| (-568)) ((|#1|) . T))
-((((-874)) . T))
+((((-876)) . T))
((($) . T) (((-576)) . T) (((-419 (-576))) . T))
((($) . T))
-((($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((#0=(-419 (-576)) #0#) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((#1=(-1278 |#1| |#2| |#3|) #1#) |has| |#1| (-374)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((#0=(-419 (-576)) #0#) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-1278 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) . T))
-(((|#1|) . T) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
-(((|#3|) |has| |#3| (-1068)))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
-(|has| (-1113 |#1|) (-1119))
+((($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((#0=(-419 (-576)) #0#) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((#1=(-1280 |#1| |#2| |#3|) #1#) |has| |#1| (-374)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((#0=(-419 (-576)) #0#) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-1280 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) . T))
+(((|#1|) . T) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
+(((|#3|) |has| |#3| (-1070)))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
+(|has| (-1115 |#1|) (-1121))
(((|#2| (-831 |#1|)) . T))
((($) . T) (((-576)) . T) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T))
((((-576)) . T) (($) . T) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(((|#1|) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
(((|#1|) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
(((|#1|) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
(((|#2|) . T) ((|#6|) . T))
(|has| |#1| (-374))
((((-576)) . T) ((|#2|) . T))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (($) -2755 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (($) -3795 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
(((|#2|) . T) ((|#6|) . T))
-((($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(((|#1|) . T))
-((($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
((((-419 $) (-419 $)) |has| |#1| (-568)) (($ $) . T) ((|#1| |#1|) . T))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-(((#0=(-1101) |#2|) . T) ((#0# $) . T) (($ $) . T))
-((((-874)) . T))
-((((-927 |#1|)) . T))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+(((#0=(-1103) |#2|) . T) ((#0# $) . T) (($ $) . T))
+((((-876)) . T))
+((((-929 |#1|)) . T))
((((-145)) . T))
((((-145)) . T))
((((-245 |#1| |#2|) |#2|) . T))
-((((-874)) . T))
-(((|#3|) |has| |#3| (-1119)) (((-576)) -12 (|has| |#3| (-1057 (-576))) (|has| |#3| (-1119))) (((-419 (-576))) -12 (|has| |#3| (-1057 (-419 (-576)))) (|has| |#3| (-1119))))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+((((-876)) . T))
+(((|#3|) |has| |#3| (-1121)) (((-576)) -12 (|has| |#3| (-1059 (-576))) (|has| |#3| (-1121))) (((-419 (-576))) -12 (|has| |#3| (-1059 (-419 (-576)))) (|has| |#3| (-1121))))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
(((|#1|) . T))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-862)) (|has| |#1| (-1119))))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-862)) (|has| |#1| (-1121))))
((((-548)) |has| |#1| (-626 (-548))))
(((|#1|) |has| |#1| (-174)))
-((((-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) . T))
+((((-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) . T))
(|has| |#1| (-374))
-((((-1200)) . T))
+((((-1202)) . T))
(((|#1|) . T))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-860)))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-860)))
((($) . T))
-((((-1195) |#1|) |has| |#1| (-526 (-1195) |#1|)) ((|#1| |#1|) |has| |#1| (-319 |#1|)))
+((((-1197) |#1|) |has| |#1| (-526 (-1197) |#1|)) ((|#1| |#1|) |has| |#1| (-319 |#1|)))
(|has| |#2| (-832))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-860))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
(((|#1| |#2|) . T))
(((|#1| |#2| |#3| (-543 |#3|)) . T))
-((((-874)) . T))
+((((-876)) . T))
(|has| |#1| (-379))
(|has| |#1| (-379))
(|has| |#1| (-379))
((((-419 (-576))) . T))
(((|#1|) . T))
-(-2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926)))
+(-3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928)))
((((-419 (-576))) . T))
-((((-1177) |#1|) . T))
+((((-1179) |#1|) . T))
(|has| |#1| (-379))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-(-2755 (|has| |#1| (-862)) (|has| |#1| (-1119)))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+(-3795 (|has| |#1| (-862)) (|has| |#1| (-1121)))
((((-576)) . T))
((((-576)) . T))
(((|#1|) . T) (((-576)) . T))
-((((-1195)) -12 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))))
-((((-874)) . T))
+((((-1197)) -12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))))
+((((-876)) . T))
(((|#1|) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-576)) . T) (($) . T) (((-419 (-576))) . T))
((((-548)) |has| |#1| (-626 (-548))))
-(-12 (|has| |#2| (-238)) (|has| |#2| (-1068)))
-((((-1195) #0=(-882 |#1|)) |has| #0# (-526 (-1195) #0#)) ((#0# #0#) |has| #0# (-319 #0#)))
+(-12 (|has| |#2| (-238)) (|has| |#2| (-1070)))
+((((-1197) #0=(-884 |#1|)) |has| #0# (-526 (-1197) #0#)) ((#0# #0#) |has| #0# (-319 #0#)))
(((|#1|) . T))
((((-576) |#4|) . T))
((((-576) |#3|) . T))
(((|#1|) . T) (((-576)) |has| |#1| (-651 (-576))))
-(|has| |#2| (-1068))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-(-2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926)))
-((((-874)) . T))
-((((-1272 |#1| |#2| |#3| |#4|)) . T))
+(|has| |#2| (-1070))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+(-3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928)))
+((((-876)) . T))
+((((-1274 |#1| |#2| |#3| |#4|)) . T))
((((-419 (-576))) . T) (((-576)) . T))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
(((|#1| |#1|) . T))
(((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(((|#1|) . T))
(((|#1|) . T))
((($) . T) (((-576)) . T) (((-419 (-576))) . T))
((((-576)) . T))
((((-576)) . T))
-((($) . T) (((-576)) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) . T))
+((($) . T) (((-576)) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) . T))
((($) . T) (((-576)) . T) (((-419 (-576))) . T))
-((((-576)) -2755 (-12 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119))) (|has| |#2| (-1068))) ((|#2|) |has| |#2| (-1119)) (((-419 (-576))) -12 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119))))
+((((-576)) -3795 (-12 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121))) (|has| |#2| (-1070))) ((|#2|) |has| |#2| (-1121)) (((-419 (-576))) -12 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121))))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
@@ -578,122 +578,122 @@
((($) . T) (((-419 (-576))) . T))
(((#0=(-576) #0#) . T) ((#1=(-419 (-576)) #1#) . T) (($ $) . T))
(((|#1|) . T) (($) . T) (((-419 (-576))) . T))
-(((|#1|) . T) (((-576)) |has| |#1| (-1057 (-576))) (((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))))
+(((|#1|) . T) (((-576)) |has| |#1| (-1059 (-576))) (((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))))
(((|#1|) |has| |#1| (-568)))
((((-576) |#4|) . T))
((((-576) |#3|) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-576)) . T) (((-419 (-576))) . T) (($) . T))
-((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))))
+((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))))
((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) |has| |#1| (-568)))
-((((-874)) . T))
+((((-876)) . T))
((((-576) |#1|) . T))
(((|#1|) . T))
-((($ $) . T) ((#0=(-876 |#1|) $) . T) ((#0# |#2|) . T))
+((($ $) . T) ((#0=(-878 |#1|) $) . T) ((#0# |#2|) . T))
((($) . T))
-((($ $) . T) ((#0=(-1195) $) . T) ((#0# |#1|) . T))
+((($ $) . T) ((#0=(-1197) $) . T) ((#0# |#1|) . T))
(((|#2|) |has| |#2| (-174)))
-((($) -2755 (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))) ((|#2|) |has| |#2| (-174)) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))))
-(((|#2| |#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1068))))
+((($) -3795 (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))) ((|#2|) |has| |#2| (-174)) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))))
+(((|#2| |#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1070))))
((((-145)) . T))
(((|#1|) . T))
(-12 (|has| |#1| (-379)) (|has| |#2| (-379)))
-((((-874)) . T))
-(((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1068))))
+((((-876)) . T))
+(((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1070))))
(((|#1|) . T))
-((((-874)) . T))
-(|has| |#1| (-1119))
+((((-876)) . T))
+(|has| |#1| (-1121))
(|has| $ (-148))
-((((-1200)) . T))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#2|) |has| |#1| (-374)) (((-576)) . T) (($) . T) ((|#1|) . T))
-(((|#1|) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-576)) . T) (($) . T))
-((((-1253 (-576)) $) . T) (((-576) |#1|) . T))
-((($) -2755 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
-((((-1195)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))))
+((((-1202)) . T))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#2|) |has| |#1| (-374)) (((-576)) . T) (($) . T) ((|#1|) . T))
+(((|#1|) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-576)) . T) (($) . T))
+((((-1255 (-576)) $) . T) (((-576) |#1|) . T))
+((($) -3795 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
+((((-1197)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))))
(|has| |#1| (-374))
-(-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))
+(-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))
(|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))
(|has| |#1| (-374))
(|has| |#1| (-15 * (|#1| (-783) |#1|)))
(((|#1|) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1119)))
-((((-874)) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(-2755 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926)))
-(((|#2| (-543 (-876 |#1|))) . T))
-((((-874)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(((|#1|) . T))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1121)))
+((((-876)) . T))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(-3795 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928)))
+(((|#2| (-543 (-878 |#1|))) . T))
+((((-876)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(((|#1|) . T))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
((((-593 |#1|)) . T))
((($) . T))
((((-576)) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) |has| |#1| (-568)))
(((|#1|) . T) (($) . T))
((((-576)) |has| |#1| (-651 (-576))) ((|#1|) . T))
-((((-1193 |#1| |#2| |#3|)) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-576)) . T) ((|#1|) |has| |#1| (-174)))
-((((-1282 |#2|)) . T) (((-1193 |#1| |#2| |#3|)) . T) (((-1186 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-576)) . T) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))))
+((((-1195 |#1| |#2| |#3|)) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-576)) . T) ((|#1|) |has| |#1| (-174)))
+((((-1284 |#2|)) . T) (((-1195 |#1| |#2| |#3|)) . T) (((-1188 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-576)) . T) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))))
(((|#4|) . T))
(((|#3|) . T))
-((((-882 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
+((((-884 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
((($) |has| |#1| (-568)) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) (((-576)) . T))
-((((-1195)) -12 (|has| |#2| (-915 (-1195))) (|has| |#2| (-1068))))
-(-2755 (|has| |#2| (-238)) (|has| |#2| (-237)))
+((((-1197)) -12 (|has| |#2| (-917 (-1197))) (|has| |#2| (-1070))))
+(-3795 (|has| |#2| (-238)) (|has| |#2| (-237)))
(((|#1|) . T))
-((((-876 |#1|)) . T))
-((((-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))) ((|#3|) . T))
+((((-878 |#1|)) . T))
+((((-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))) ((|#3|) . T))
((($) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-576)) . T) (((-419 (-576))) -2755 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1057 (-419 (-576))))) ((|#2|) . T) (($) -2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))) (((-876 |#1|)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-576)) . T) (((-419 (-576))) -3795 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1059 (-419 (-576))))) ((|#2|) . T) (($) -3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))) (((-878 |#1|)) . T))
((((-576) |#2|) . T))
-((((-874)) . T))
+((((-876)) . T))
((($) . T) (((-576)) . T) ((|#2|) . T) (((-419 (-576))) . T))
-((((-874)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
(((|#1| |#2| |#3| |#4| |#5|) . T))
-(((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))) ((|#1| |#1|) . T) (($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))))
-((($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((#0=(-419 (-576)) #0#) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((#1=(-1193 |#1| |#2| |#3|) #1#) |has| |#1| (-374)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((#0=(-419 (-576)) #0#) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
-((($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
-((((-874)) . T))
-(((|#2|) |has| |#2| (-1068)))
-(|has| |#1| (-1119))
-((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-1193 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) . T))
-(((|#1|) . T) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+(((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))) ((|#1| |#1|) . T) (($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))))
+((($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((#0=(-419 (-576)) #0#) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((#1=(-1195 |#1| |#2| |#3|) #1#) |has| |#1| (-374)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((#0=(-419 (-576)) #0#) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
+((($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
+((((-876)) . T))
+(((|#2|) |has| |#2| (-1070)))
+(|has| |#1| (-1121))
+((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-1195 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) . T))
+(((|#1|) . T) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(((|#1|) |has| |#1| (-174)) (($) . T))
(((|#1|) . T))
-(((#0=(-419 (-576)) #0#) |has| |#2| (-38 (-419 (-576)))) ((|#2| |#2|) . T) (($ $) -2755 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
-((((-874)) . T))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
-((($ (-876 |#1|)) . T))
+(((#0=(-419 (-576)) #0#) |has| |#2| (-38 (-419 (-576)))) ((|#2| |#2|) . T) (($ $) -3795 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
+((((-876)) . T))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
+((($ (-878 |#1|)) . T))
((($ $) . T) ((|#2| $) . T) ((|#2| |#1|) . T))
-((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))))
+((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))))
((($ |#2|) . T))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (($) -2755 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
-((($ (-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))) (($ (-1101)) . T))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (($) -3795 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
+((($ (-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))) (($ (-1103)) . T))
((($) . T))
-(((#0=(-1101) |#1|) . T) ((#0# $) . T) (($ $) . T))
-((($ (-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))) (($ (-1107 (-1195))) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1119)))
+(((#0=(-1103) |#1|) . T) ((#0# $) . T) (($ $) . T))
+((($ (-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))) (($ (-1109 (-1197))) . T))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1121)))
(((|#1|) . T))
-(((|#2|) |has| |#2| (-1119)) (((-576)) -12 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119))) (((-419 (-576))) -12 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119))))
+(((|#2|) |has| |#2| (-1121)) (((-576)) -12 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121))) (((-419 (-576))) -12 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121))))
(((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) (($) . T))
-(|has| |#1| (-1119))
+(|has| |#1| (-1121))
(((|#2|) |has| |#1| (-374)))
(((|#2|) |has| |#1| (-374)))
((((-576) |#1|) . T))
-((((-1200)) . T))
-((((-1200)) . T))
-((((-1200)) . T))
-((((-1200)) . T))
-((((-1200)) . T))
-((((-1200)) . T))
+((((-1202)) . T))
+((((-1202)) . T))
+((((-1202)) . T))
+((((-1202)) . T))
+((((-1202)) . T))
+((((-1202)) . T))
(((|#1|) |has| |#1| (-174)) (($) . T) (((-576)) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-419 |#2|) |#3|) . T))
(((|#1| (-419 (-576))) . T))
((((-419 (-576))) . T) (($) . T))
@@ -701,177 +701,177 @@
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
-((((-874)) . T) (((-1200)) . T))
+((((-876)) . T) (((-1202)) . T))
(|has| |#1| (-146))
(|has| |#1| (-148))
-((((-1200)) . T))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
-((($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((((-1202)) . T))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
+((($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
((((-419 (-576))) . T) (($) . T))
((((-419 (-576))) . T) (($) . T))
((((-419 (-576))) . T) (($) . T))
-(((|#2| |#3| (-876 |#1|)) . T))
-((((-1195)) |has| |#2| (-915 (-1195))))
+(((|#2| |#3| (-878 |#1|)) . T))
+((((-1197)) |has| |#2| (-917 (-1197))))
(((|#1|) . T))
(((|#1| (-543 |#2|) |#2|) . T))
-(((|#1| (-783) (-1101)) . T))
+(((|#1| (-783) (-1103)) . T))
((((-419 (-576))) |has| |#2| (-374)) (($) . T))
-(((|#1| (-543 (-1107 (-1195))) (-1107 (-1195))) . T))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-((((-1195)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))))
+(((|#1| (-543 (-1109 (-1197))) (-1109 (-1197))) . T))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+((((-1197)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))))
(((|#2|) . T))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
(((|#1|) . T))
(((|#2|) . T))
-((((-1018 |#1|)) . T) (((-576)) . T) ((|#1|) . T) (((-419 (-576))) -2755 (|has| (-1018 |#1|) (-1057 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))))
-(|has| |#2| (-1068))
+((((-1020 |#1|)) . T) (((-576)) . T) ((|#1|) . T) (((-419 (-576))) -3795 (|has| (-1020 |#1|) (-1059 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))))
+(|has| |#2| (-1070))
(|has| |#2| (-805))
(|has| |#2| (-805))
(|has| |#1| (-379))
(|has| |#1| (-379))
(|has| |#1| (-379))
-((((-906 |#1|)) . T) (((-831 |#1|)) . T))
-((((-831 (-1195))) . T))
+((((-908 |#1|)) . T) (((-831 |#1|)) . T))
+((((-831 (-1197))) . T))
(((|#1|) . T))
(((|#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-656 (-938))) . T) (((-874)) . T))
-((((-419 (-576))) . T) (((-874)) . T))
-((((-548)) . T) (((-905 (-576))) . T) (((-390)) . T) (((-227)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-656 (-940))) . T) (((-876)) . T))
+((((-419 (-576))) . T) (((-876)) . T))
+((((-548)) . T) (((-907 (-576))) . T) (((-390)) . T) (((-227)) . T))
(|has| |#1| (-238))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
((($ $) . T) (((-576) |#1|) . T))
(((|#1| |#1|) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-((((-1278 |#1| |#2| |#3|) $) -12 (|has| (-1278 |#1| |#2| |#3|) (-296 (-1278 |#1| |#2| |#3|) (-1278 |#1| |#2| |#3|))) (|has| |#1| (-374))) (($ $) . T) (((-576) |#1|) . T))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+((((-1280 |#1| |#2| |#3|) $) -12 (|has| (-1280 |#1| |#2| |#3|) (-296 (-1280 |#1| |#2| |#3|) (-1280 |#1| |#2| |#3|))) (|has| |#1| (-374))) (($ $) . T) (((-576) |#1|) . T))
((($ $) . T) (((-419 (-576)) |#1|) . T))
((((-783) |#1|) . T) (($ $) . T))
(((|#1|) . T))
-((($ (-1195)) . T))
-((((-1159 |#1| |#2|)) |has| (-1159 |#1| |#2|) (-319 (-1159 |#1| |#2|))))
-(((|#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))
-(((|#3| |#3|) -12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119))))
-(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))))
-(((|#2|) . T) (((-576)) |has| |#2| (-1057 (-576))) (((-419 (-576))) |has| |#2| (-1057 (-419 (-576)))))
+((($ (-1197)) . T))
+((((-1161 |#1| |#2|)) |has| (-1161 |#1| |#2|) (-319 (-1161 |#1| |#2|))))
+(((|#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))
+(((|#3| |#3|) -12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121))))
+(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))))
+(((|#2|) . T) (((-576)) |has| |#2| (-1059 (-576))) (((-419 (-576))) |has| |#2| (-1059 (-419 (-576)))))
(((|#1|) . T))
-((((-1195)) -2755 (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))) (-12 (|has| |#1| (-374)) (|has| |#2| (-915 (-1195)))) (-12 (|has| |#1| (-374)) (|has| |#2| (-917 (-1195))))))
+((((-1197)) -3795 (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))) (-12 (|has| |#1| (-374)) (|has| |#2| (-917 (-1197)))) (-12 (|has| |#1| (-374)) (|has| |#2| (-919 (-1197))))))
(((|#1| |#2|) . T))
-((((-1195)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))))
+((((-1197)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))))
((($) . T))
((($) . T))
(((|#2|) . T))
(((|#3|) . T))
-(-2755 (|has| |#1| (-862)) (|has| |#1| (-1119)))
-(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))))
+(-3795 (|has| |#1| (-862)) (|has| |#1| (-1121)))
+(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))))
(((|#2|) . T))
-((((-874)) -2755 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-625 (-874))) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1068)) (|has| |#2| (-1119))) (((-1286 |#2|)) . T))
-((((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((|#1|) . T) (((-576)) . T) (($) . T))
+((((-876)) -3795 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-625 (-876))) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1070)) (|has| |#2| (-1121))) (((-1288 |#2|)) . T))
+((((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((|#1|) . T) (((-576)) . T) (($) . T))
(((|#1|) |has| |#1| (-174)))
((((-576)) . T))
-((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))))
-(|has| |#1| (-1119))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))))
+(|has| |#1| (-1121))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
((((-576) (-145)) . T))
-(((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1068))) (($) |has| |#2| (-1068)) (((-576)) -12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068))))
+(((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1070))) (($) |has| |#2| (-1070)) (((-576)) -12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070))))
((((-576)) . T))
(((|#1|) . T) ((|#2|) . T) (((-576)) . T))
-((($) |has| |#1| (-568)) ((|#1|) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))) (((-576)) . T))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1068)))
+((($) |has| |#1| (-568)) ((|#1|) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))) (((-576)) . T))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1070)))
(((|#1|) . T))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1068)))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1070)))
((($) . T) (((-576)) . T) ((|#2|) . T))
(((|#1|) |has| |#1| (-174)) (($) . T) (((-576)) . T))
(((|#2|) |has| |#1| (-374)))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(((|#1| |#1|) . T) (($ $) . T))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) |has| |#1| (-174)))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-((((-1200)) . T))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) |has| |#1| (-174)))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+((((-1202)) . T))
((((-419 (-576))) . T) (((-576)) . T) (($) . T))
-(((|#1| (-543 #0=(-1195)) #0#) . T))
+(((|#1| (-543 #0=(-1197)) #0#) . T))
(((|#1|) . T) (($) . T))
((((-576)) . T))
-(((#0=(-419 (-969 |#1|)) #0#) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1119)))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1119)))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-862)) (|has| |#1| (-1119))))
+(((#0=(-419 (-971 |#1|)) #0#) . T))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1121)))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1121)))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-862)) (|has| |#1| (-1121))))
((((-548)) |has| |#1| (-626 (-548))))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1119)))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1121)))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
(((|#1| |#1|) |has| |#1| (-174)))
-(-2755 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-237)))
-((($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-((((-419 (-969 |#1|))) . T))
+(-3795 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-237)))
+((($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+((((-419 (-971 |#1|))) . T))
(((|#1|) . T))
(((|#1|) . T) (((-576)) . T) (($) . T))
(((|#1|) |has| |#1| (-174)))
-((((-1195)) -2755 (|has| |#2| (-915 (-1195))) (|has| |#2| (-917 (-1195)))))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-((((-874)) . T))
-((((-874)) . T))
-((((-1272 |#1| |#2| |#3| |#4|)) . T))
-(((|#1|) |has| |#1| (-1068)) (((-576)) -12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068))))
+((((-1197)) -3795 (|has| |#2| (-917 (-1197))) (|has| |#2| (-919 (-1197)))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+((((-876)) . T))
+((((-876)) . T))
+((((-1274 |#1| |#2| |#3| |#4|)) . T))
+(((|#1|) |has| |#1| (-1070)) (((-576)) -12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070))))
(((|#1| |#2|) . T))
-(|has| |#3| (-1068))
+(|has| |#3| (-1070))
(|has| |#3| (-805))
(|has| |#3| (-805))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#2|) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
-(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#2|) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
+(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))))
(((|#2|) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-(((|#1| (-1176 |#1|)) |has| |#1| (-860)))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+(((|#1| (-1178 |#1|)) |has| |#1| (-860)))
((((-576) |#2|) . T))
-(|has| |#1| (-1119))
+(|has| |#1| (-1121))
(((|#1|) . T))
-(-12 (|has| |#1| (-374)) (|has| |#2| (-1171)))
+(-12 (|has| |#1| (-374)) (|has| |#2| (-1173)))
((((-419 (-576))) . T) (($) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
((($) . T) (((-419 (-576))) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
(((|#2|) . T))
-((((-548)) |has| |#2| (-626 (-548))) (((-905 (-390))) |has| |#2| (-626 (-905 (-390)))) (((-905 (-576))) |has| |#2| (-626 (-905 (-576)))))
-(((|#4|) -2755 (|has| |#4| (-174)) (|has| |#4| (-374))))
-(((|#3|) -2755 (|has| |#3| (-174)) (|has| |#3| (-374))))
-((((-874)) . T))
-(((|#1|) . T))
-(-2755 (|has| |#2| (-464)) (|has| |#2| (-926)))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
-((($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((((-548)) |has| |#2| (-626 (-548))) (((-907 (-390))) |has| |#2| (-626 (-907 (-390)))) (((-907 (-576))) |has| |#2| (-626 (-907 (-576)))))
+(((|#4|) -3795 (|has| |#4| (-174)) (|has| |#4| (-374))))
+(((|#3|) -3795 (|has| |#3| (-174)) (|has| |#3| (-374))))
+((((-876)) . T))
+(((|#1|) . T))
+(-3795 (|has| |#2| (-464)) (|has| |#2| (-928)))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
+((($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-926)))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (($) -2755 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-928)))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (($) -3795 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(((|#1|) . T) (($) . T) (((-419 (-576))) . T))
(((|#1|) . T) (($) . T) (((-419 (-576))) . T))
(((|#1|) . T) (($) . T) (((-419 (-576))) . T))
(((|#2|) . T))
(((|#2|) . T))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-926)))
-((($ $) . T) ((#0=(-1195) $) |has| |#1| (-238)) ((#0# |#1|) |has| |#1| (-238)) ((#1=(-830 (-1195)) |#1|) . T) ((#1# $) . T))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-926)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-928)))
+((($ $) . T) ((#0=(-1197) $) |has| |#1| (-238)) ((#0# |#1|) |has| |#1| (-238)) ((#1=(-830 (-1197)) |#1|) . T) ((#1# $) . T))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-928)))
((((-576) |#2|) . T))
-((((-874)) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(((|#3|) -2755 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-1068))) (($) |has| |#3| (-1068)) (((-576)) -12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1068))))
+((((-876)) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(((|#3|) -3795 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-1070))) (($) |has| |#3| (-1070)) (((-576)) -12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1070))))
((((-576) |#1|) . T))
(|has| (-419 |#2|) (-148))
(|has| (-419 |#2|) (-146))
@@ -879,95 +879,95 @@
(|has| |#1| (-38 (-419 (-576))))
(((|#1|) . T))
(((|#2|) . T) (($) . T) (((-419 (-576))) . T))
-((((-874)) . T))
+((((-876)) . T))
(|has| |#1| (-568))
(|has| |#1| (-568))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-((((-874)) . T))
-((((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+((((-876)) . T))
+((((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) . T))
(|has| |#1| (-38 (-419 (-576))))
-((((-400) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) . T))
+((((-400) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) . T))
(|has| |#1| (-38 (-419 (-576))))
-(|has| |#2| (-1171))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-568)))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-568)))
-((((-874)) . T) (((-1200)) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
-((((-1200)) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
-((((-1235)) . T) (((-874)) . T) (((-1200)) . T))
+(|has| |#2| (-1173))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-568)))
+((((-876)) . T) (((-1202)) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
+((((-1202)) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
+((((-1237)) . T) (((-876)) . T) (((-1202)) . T))
((((-117 |#1|)) . T))
-((((-1200)) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
+((((-1202)) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
(((|#1|) . T))
-((((-400) (-1177)) . T))
+((((-400) (-1179)) . T))
(|has| |#1| (-568))
-((((-1253 (-576)) $) . T) (((-576) |#1|) . T))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
+((((-1255 (-576)) $) . T) (((-576) |#1|) . T))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
((((-576)) . T) (($) . T) (((-419 (-576))) . T))
((((-576)) . T) (($) . T) (((-419 (-576))) . T))
(((|#2|) . T))
-((((-783) (-1200)) . T))
-((((-874)) . T))
+((((-783) (-1202)) . T))
+((((-876)) . T))
((((-831 |#1|)) . T))
((($) . T))
(((|#2|) |has| |#2| (-174)))
-((((-1195) (-52)) . T))
+((((-1197) (-52)) . T))
(((|#1|) . T))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-568))
(((|#1|) |has| |#1| (-174)))
((((-656 |#1|)) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-548)) |has| |#1| (-626 (-548))))
-(-2755 (|has| |#1| (-862)) (|has| |#1| (-1119)))
+(-3795 (|has| |#1| (-862)) (|has| |#1| (-1121)))
(((|#2|) |has| |#2| (-319 |#2|)))
(((#0=(-576) #0#) . T) ((#1=(-419 (-576)) #1#) . T) (($ $) . T))
(((|#1|) . T))
-(((|#1| (-1191 |#1|)) . T))
+(((|#1| (-1193 |#1|)) . T))
(|has| $ (-148))
(((|#2|) . T))
((($) . T))
((($) . T) (((-576)) . T) (((-419 (-576))) . T))
(|has| |#2| (-379))
(((#0=(-576) #0#) . T) ((#1=(-419 (-576)) #1#) . T) (($ $) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1119)))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1121)))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
((((-576)) . T) (((-419 (-576))) . T) (($) . T))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) |has| |#1| (-174)))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) |has| |#1| (-174)))
(((|#1| |#2|) . T))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#1|) . T))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#1|) . T))
((((-576)) . T) (((-419 (-576))) . T) (($) . T))
(((|#1| |#2|) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
((((-548)) |has| |#1| (-626 (-548))))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
-((($) . T) (((-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T) (((-576)) |has| |#1| (-651 (-576))))
-((((-874)) . T))
-((((-1193 |#1| |#2| |#3|) $) -12 (|has| (-1193 |#1| |#2| |#3|) (-296 (-1193 |#1| |#2| |#3|) (-1193 |#1| |#2| |#3|))) (|has| |#1| (-374))) (($ $) . T) (((-576) |#1|) . T))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
+((($) . T) (((-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T) (((-576)) |has| |#1| (-651 (-576))))
+((((-876)) . T))
+((((-1195 |#1| |#2| |#3|) $) -12 (|has| (-1195 |#1| |#2| |#3|) (-296 (-1195 |#1| |#2| |#3|) (-1195 |#1| |#2| |#3|))) (|has| |#1| (-374))) (($ $) . T) (((-576) |#1|) . T))
((($ $) . T) (((-419 (-576)) |#1|) . T))
((((-783) |#1|) . T) (($ $) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(((#0=(-1278 |#1| |#2| |#3|) #0#) -12 (|has| (-1278 |#1| |#2| |#3|) (-319 (-1278 |#1| |#2| |#3|))) (|has| |#1| (-374))) (((-1195) #0#) -12 (|has| (-1278 |#1| |#2| |#3|) (-526 (-1195) (-1278 |#1| |#2| |#3|))) (|has| |#1| (-374))))
-(-12 (|has| |#1| (-1119)) (|has| |#2| (-1119)))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(((#0=(-1280 |#1| |#2| |#3|) #0#) -12 (|has| (-1280 |#1| |#2| |#3|) (-319 (-1280 |#1| |#2| |#3|))) (|has| |#1| (-374))) (((-1197) #0#) -12 (|has| (-1280 |#1| |#2| |#3|) (-526 (-1197) (-1280 |#1| |#2| |#3|))) (|has| |#1| (-374))))
+(-12 (|has| |#1| (-1121)) (|has| |#2| (-1121)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
((((-576)) . T) (($) . T))
-((($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
((($) . T) (((-576)) . T) ((|#2|) . T))
((((-576)) . T) (($) . T) ((|#2|) . T) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))))
((((-419 (-576))) . T) (((-576)) . T))
@@ -975,170 +975,170 @@
((((-145)) . T))
(((|#1|) . T))
((((-112)) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1068)))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1070)))
((((-112)) . T))
-((((-548)) |has| |#1| (-626 (-548))) (((-227)) . #0=(|has| |#1| (-1041))) (((-390)) . #0#))
-((((-874)) . T))
+((((-548)) |has| |#1| (-626 (-548))) (((-227)) . #0=(|has| |#1| (-1043))) (((-390)) . #0#))
+((((-876)) . T))
(((|#1|) . T))
-((((-1200)) . T))
+((((-1202)) . T))
(|has| |#1| (-832))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#2|) |has| |#1| (-374)) ((|#1|) . T))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#2|) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#2|) |has| |#1| (-374)) ((|#1|) . T))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#2|) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-568)))
(|has| |#1| (-568))
-(((|#1|) . T) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
-((($) . T) (((-576)) . T) (((-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
-((((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((|#1|) . T) (((-576)) . T))
-(|has| |#1| (-926))
-(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))))
-(((|#1|) . T))
-(|has| |#1| (-1119))
-((((-874)) . T))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568)))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568)))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-568)))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
+(((|#1|) . T) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
+((($) . T) (((-576)) . T) (((-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
+((((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((|#1|) . T) (((-576)) . T))
+(|has| |#1| (-928))
+(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))))
+(((|#1|) . T))
+(|has| |#1| (-1121))
+((((-876)) . T))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-568)))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
(|has| |#1| (-862))
-(((|#1| (-1286 |#1|) (-1286 |#1|)) . T))
-((((-576) (-145)) . T) (((-1253 (-576)) $) . T))
+(((|#1| (-1288 |#1|) (-1288 |#1|)) . T))
+((((-576) (-145)) . T) (((-1255 (-576)) $) . T))
((($) . T))
-(|has| |#4| (-1068))
-(|has| |#3| (-1068))
-((((-1200)) . T) (((-874)) . T))
-((((-1200)) . T))
-((((-874)) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
-(((|#1| (-990)) . T))
+(|has| |#4| (-1070))
+(|has| |#3| (-1070))
+((((-1202)) . T) (((-876)) . T))
+((((-1202)) . T))
+((((-876)) . T))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
+(((|#1| (-992)) . T))
(((|#1| |#1|) . T))
((($) . T))
(|has| |#2| (-805))
(|has| |#2| (-805))
(-12 (|has| |#1| (-485)) (|has| |#2| (-485)))
-(|has| |#2| (-1068))
-((($) . T) (((-576)) . T) (((-882 |#1|)) . T) (((-419 (-576))) . T))
+(|has| |#2| (-1070))
+((($) . T) (((-576)) . T) (((-884 |#1|)) . T) (((-419 (-576))) . T))
(((|#1|) . T))
(|has| |#2| (-805))
(|has| |#2| (-805))
(((|#1| |#2|) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(-12 (|has| |#1| (-805)) (|has| |#2| (-805)))
(-12 (|has| |#1| (-805)) (|has| |#2| (-805)))
-(-2755 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738))))
+(-3795 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738))))
(((|#1| |#2|) . T))
(((|#1|) |has| |#1| (-174)) ((|#4|) . T) (((-576)) . T))
(((|#2|) |has| |#2| (-174)))
(((|#1|) |has| |#1| (-174)))
-((((-874)) . T))
-(-2755 (|has| |#1| (-238)) (|has| |#1| (-237)))
+((((-876)) . T))
+(-3795 (|has| |#1| (-238)) (|has| |#1| (-237)))
(|has| |#1| (-360))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
((((-419 (-576))) . T) (($) . T))
(((|#2|) . T) (($) . T) (((-419 (-576))) . T))
-((($) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) . T))
+((($) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) . T))
(|has| |#1| (-840))
-((((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) (((-576)) |has| |#1| (-1057 (-576))) ((|#1|) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
+((((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) (((-576)) |has| |#1| (-1059 (-576))) ((|#1|) . T))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
(((|#1| $) |has| |#1| (-296 |#1| |#1|)))
((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) |has| |#1| (-568)))
((($) |has| |#1| (-568)))
(((|#2|) . T) (((-419 (-576))) . T) (($) . T))
-(((|#4|) |has| |#4| (-1119)))
-(((|#3|) |has| |#3| (-1119)))
+(((|#4|) |has| |#4| (-1121)))
+(((|#3|) |has| |#3| (-1121)))
(|has| |#3| (-379))
-((($) |has| |#1| (-568)) ((|#1|) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))) (((-576)) . T))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-1278 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
-((((-874)) . T))
+((($) |has| |#1| (-568)) ((|#1|) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))) (((-576)) . T))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-1280 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
+((((-876)) . T))
(((|#1| |#2|) . T))
-((((-874)) . T))
+((((-876)) . T))
(((|#2|) . T))
(((|#2|) . T))
-(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))))
+(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))))
(|has| |#2| (-374))
((((-419 (-576))) . T) (((-576)) . T))
-((($) -2755 (|has| |#2| (-238)) (|has| |#2| (-237))))
-((($ (-876 |#1|)) . T))
-((($ (-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))) (($ |#3|) . T))
+((($) -3795 (|has| |#2| (-238)) (|has| |#2| (-237))))
+((($ (-878 |#1|)) . T))
+((($ (-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))) (($ |#3|) . T))
((($) . T) (((-576)) . T) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T))
(((|#1|) . T))
-((($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
+((($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
((($) |has| |#1| (-568)) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
((($) . T) (((-576)) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T))
(((|#1|) |has| |#1| (-174)))
((($) . T) (((-576)) . T))
(((|#1| |#1|) |has| |#1| (-174)))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))
((((-145)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1068))) (($) |has| |#2| (-1068)) (((-576)) -12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068))))
+(((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1070))) (($) |has| |#2| (-1070)) (((-576)) -12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070))))
((((-145)) . T))
((((-145)) . T))
((((-419 (-576))) . #0=(|has| |#2| (-374))) (($) . #0#) ((|#2|) . T) (((-576)) . T))
(((|#1| |#2| |#3|) . T))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1068)))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1070)))
(((|#1|) |has| |#1| (-174)))
(|has| $ (-148))
(|has| $ (-148))
-((((-1200)) . T))
+((((-1202)) . T))
(((|#1|) |has| |#1| (-174)))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
-((((-874)) . T))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
+((((-876)) . T))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-485)) (|has| |#1| (-568)) (|has| |#1| (-1068)) (|has| |#1| (-1131)))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-485)) (|has| |#1| (-568)) (|has| |#1| (-1070)) (|has| |#1| (-1133)))
((($ $) |has| |#1| (-296 $ $)) ((|#1| $) |has| |#1| (-296 |#1| |#1|)))
(((|#1| (-419 (-576))) . T))
(((|#1|) . T))
((((-419 (-576))) . T) (((-576)) . T) (($) . T))
-((((-1195)) . T))
+((((-1197)) . T))
(|has| |#1| (-568))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-568)))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-568)))
(|has| |#1| (-568))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
-((((-874)) . T))
+((((-876)) . T))
(|has| |#2| (-146))
(|has| |#2| (-148))
-((((-576) (-419 (-969 |#1|))) . T))
+((((-576) (-419 (-971 |#1|))) . T))
(((|#2|) . T) (($) . T))
(|has| |#1| (-148))
(|has| |#1| (-146))
(|has| |#1| (-148))
-(((|#2| (-245 (-3500 |#1|) (-783)) (-876 |#1|)) . T))
+(((|#2| (-245 (-1968 |#1|) (-783)) (-878 |#1|)) . T))
(((|#1| (-543 |#3|) |#3|) . T))
(|has| |#1| (-146))
(((#0=(-419 (-576)) #0#) |has| |#2| (-374)) (($ $) . T))
-((((-882 |#1|)) . T))
-((((-882 |#1|)) . T))
+((((-884 |#1|)) . T))
+((((-884 |#1|)) . T))
(|has| |#1| (-148))
(|has| |#1| (-379))
(|has| |#1| (-379))
(|has| |#1| (-379))
-((((-874)) . T))
+((((-876)) . T))
(|has| |#1| (-146))
((((-419 (-576))) |has| |#2| (-374)) (($) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(-2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926)))
-(-2755 (|has| |#1| (-360)) (|has| |#1| (-379)))
-((((-1161 |#2| |#1|)) . T) ((|#1|) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(-3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928)))
+(-3795 (|has| |#1| (-360)) (|has| |#1| (-379)))
+((((-1163 |#2| |#1|)) . T) ((|#1|) . T))
(((|#1| |#2|) . T))
-(-12 (|has| |#2| (-238)) (|has| |#2| (-1068)))
-(((|#2|) . T) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+(-12 (|has| |#2| (-238)) (|has| |#2| (-1070)))
+(((|#2|) . T) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
(|has| |#3| (-805))
(|has| |#3| (-805))
-((((-874)) . T))
+((((-876)) . T))
(((|#1|) . T))
(((|#2|) . T) (($) . T))
((((-711)) . T))
-(|has| |#2| (-1068))
+(|has| |#2| (-1070))
(|has| |#1| (-568))
(((|#1|) . T))
(((|#1|) . T))
@@ -1149,65 +1149,65 @@
(((|#1|) . T))
((($) . T))
(((|#1|) . T))
-((((-1195) (-52)) . T))
-((((-1023 10)) . T) (((-419 (-576))) . T) (((-874)) . T))
-((((-548)) . T) (((-905 (-576))) . T) (((-390)) . T) (((-227)) . T))
+((((-1197) (-52)) . T))
+((((-1025 10)) . T) (((-419 (-576))) . T) (((-876)) . T))
+((((-548)) . T) (((-907 (-576))) . T) (((-390)) . T) (((-227)) . T))
(((|#1|) . T))
-((((-1023 16)) . T) (((-419 (-576))) . T) (((-874)) . T))
-((((-548)) . T) (((-905 (-576))) . T) (((-390)) . T) (((-227)) . T))
+((((-1025 16)) . T) (((-419 (-576))) . T) (((-876)) . T))
+((((-548)) . T) (((-907 (-576))) . T) (((-390)) . T) (((-227)) . T))
(((|#1| (-576)) . T))
-((((-874)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
(((|#1| |#2|) . T))
-((((-1195)) -2755 (|has| |#2| (-915 (-1195))) (|has| |#2| (-917 (-1195)))) (((-1101)) . T))
+((((-1197)) -3795 (|has| |#2| (-917 (-1197))) (|has| |#2| (-919 (-1197)))) (((-1103)) . T))
(((|#1|) . T))
(((|#3|) . T) (((-624 $)) . T))
(((|#1| (-419 (-576))) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
(((|#1| |#2|) . T))
(((|#1|) . T) (($) . T))
(((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-((($ (-1282 |#2|)) . T) (($ (-1195)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-((((-576)) -2755 (-12 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119))) (|has| |#2| (-1068))) ((|#2|) |has| |#2| (-1119)) (((-419 (-576))) -12 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+((($ (-1284 |#2|)) . T) (($ (-1197)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+((((-576)) -3795 (-12 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121))) (|has| |#2| (-1070))) ((|#2|) |has| |#2| (-1121)) (((-419 (-576))) -12 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121))))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
((($ $) . T) ((|#2| $) . T))
((((-576)) . T) (($) . T) (((-419 (-576))) . T))
-(((#0=(-1193 |#1| |#2| |#3|) #0#) -12 (|has| (-1193 |#1| |#2| |#3|) (-319 (-1193 |#1| |#2| |#3|))) (|has| |#1| (-374))) (((-1195) #0#) -12 (|has| (-1193 |#1| |#2| |#3|) (-526 (-1195) (-1193 |#1| |#2| |#3|))) (|has| |#1| (-374))))
-((((-874)) . T))
-((((-874)) . T))
+(((#0=(-1195 |#1| |#2| |#3|) #0#) -12 (|has| (-1195 |#1| |#2| |#3|) (-319 (-1195 |#1| |#2| |#3|))) (|has| |#1| (-374))) (((-1197) #0#) -12 (|has| (-1195 |#1| |#2| |#3|) (-526 (-1197) (-1195 |#1| |#2| |#3|))) (|has| |#1| (-374))))
+((((-876)) . T))
+((((-876)) . T))
(((|#1| |#1|) . T))
-(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) (((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) |has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))))
-((((-874)) . T))
+(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) (((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) |has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))))
+((((-876)) . T))
(((|#1|) . T))
(((|#3| |#3|) . T))
(((|#1|) . T))
((($) . T) ((|#2|) . T) (((-576)) |has| |#2| (-651 (-576))))
-((((-1195) (-52)) . T))
-((((-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))))
+((((-1197) (-52)) . T))
+((((-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))))
(((|#3|) . T))
-((($ $) . T) ((#0=(-876 |#1|) $) . T) ((#0# |#2|) . T))
+((($ $) . T) ((#0=(-878 |#1|) $) . T) ((#0# |#2|) . T))
(|has| |#1| (-840))
((($) . T) (((-576)) . T) ((|#1|) . T))
((($) . T) (((-576)) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T))
((((-576)) . T) (($) . T) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-(|has| (-1113 |#1|) (-1119))
-(((|#2| |#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1068))))
-(((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374))))
-((((-576) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T) ((|#1| |#2|) . T))
-(((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1068))))
+(|has| (-1115 |#1|) (-1121))
+(((|#2| |#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1070))))
+(((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374))))
+((((-576) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T) ((|#1| |#2|) . T))
+(((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1070))))
((((-576)) . T))
-((((-1200)) . T))
+((((-1202)) . T))
((((-783)) . T))
(((|#2|) |has| |#2| (-174)))
(((|#1|) |has| |#1| (-174)))
(|has| |#1| (-568))
((((-576)) . T))
(((|#2|) . T))
-((((-874)) . T))
-(((|#1| (-419 (-576)) (-1101)) . T))
+((((-876)) . T))
+(((|#1| (-419 (-576)) (-1103)) . T))
(((|#1|) |has| |#1| (-174)))
(((|#1|) . T))
(|has| |#1| (-568))
@@ -1216,112 +1216,112 @@
(((|#1|) . T))
((((-419 (-576))) . T) (($) . T))
((($) . T) (((-419 (-576))) . T))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-568)))
-((((-1200)) . T))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568)))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568)))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-568)))
+((((-1202)) . T))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-568)))
((((-576)) . T))
(|has| |#1| (-146))
(|has| |#1| (-148))
((((-576)) . T))
-((($ (-1195)) -2755 (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))) (-12 (|has| |#1| (-374)) (|has| |#2| (-915 (-1195)))) (-12 (|has| |#1| (-374)) (|has| |#2| (-917 (-1195))))))
-((($ (-1195)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))))
-((((-905 (-576))) . T) (((-905 (-390))) . T) (((-548)) . T) (((-1195)) . T))
-((((-874)) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1119)))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
+((($ (-1197)) -3795 (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))) (-12 (|has| |#1| (-374)) (|has| |#2| (-917 (-1197)))) (-12 (|has| |#1| (-374)) (|has| |#2| (-919 (-1197))))))
+((($ (-1197)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))))
+((((-907 (-576))) . T) (((-907 (-390))) . T) (((-548)) . T) (((-1197)) . T))
+((((-876)) . T))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1121)))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
((($) . T))
(((|#1|) . T))
-((((-874)) . T))
-(-2755 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926)))
+((((-876)) . T))
+(-3795 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928)))
(((|#1|) . T) (($) . T))
(((|#2|) |has| |#2| (-174)))
-((($) -2755 (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))) ((|#2|) |has| |#2| (-174)) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))))
-((((-882 |#1|)) . T))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1068)) (|has| |#2| (-1119)))
-(-12 (|has| |#3| (-238)) (|has| |#3| (-1068)))
-(|has| |#2| (-1171))
-(((#0=(-52)) . T) (((-2 (|:| -4298 (-1195)) (|:| -4437 #0#))) . T))
+((($) -3795 (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))) ((|#2|) |has| |#2| (-174)) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))))
+((((-884 |#1|)) . T))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1070)) (|has| |#2| (-1121)))
+(-12 (|has| |#3| (-238)) (|has| |#3| (-1070)))
+(|has| |#2| (-1173))
+(((#0=(-52)) . T) (((-2 (|:| -2240 (-1197)) (|:| -2904 #0#))) . T))
(((|#1| |#2|) . T))
-(|has| |#3| (-1068))
-(((|#1| (-576) (-1101)) . T))
-((((-876 |#1|)) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(((|#1| (-419 (-576)) (-1101)) . T))
-((((-1195)) . T))
-((($) -2755 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
-((($) -2755 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-237))))
+(|has| |#3| (-1070))
+(((|#1| (-576) (-1103)) . T))
+((((-878 |#1|)) . T))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(((|#1| (-419 (-576)) (-1103)) . T))
+((((-1197)) . T))
+((($) -3795 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
+((($) -3795 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-237))))
((((-576) |#2|) . T))
-((($ (-1195)) -2755 (|has| |#2| (-915 (-1195))) (|has| |#2| (-917 (-1195)))))
+((($ (-1197)) -3795 (|has| |#2| (-917 (-1197))) (|has| |#2| (-919 (-1197)))))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
(|has| |#2| (-379))
(((|#1| |#1|) . T))
-((((-874)) . T))
-((((-1195) |#1|) |has| |#1| (-526 (-1195) |#1|)) ((|#1| |#1|) |has| |#1| (-319 |#1|)))
+((((-876)) . T))
+((((-1197) |#1|) |has| |#1| (-526 (-1197) |#1|)) ((|#1| |#1|) |has| |#1| (-319 |#1|)))
(-12 (|has| |#1| (-379)) (|has| |#2| (-379)))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))
((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) |has| |#1| (-568)))
(((|#1|) . T))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-1193 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
-(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-1195 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
+(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))))
(|has| |#1| (-360))
-((((-576)) -2755 (-12 (|has| |#3| (-1057 (-576))) (|has| |#3| (-1119))) (|has| |#3| (-1068))) ((|#3|) |has| |#3| (-1119)) (((-419 (-576))) -12 (|has| |#3| (-1057 (-419 (-576)))) (|has| |#3| (-1119))))
+((((-576)) -3795 (-12 (|has| |#3| (-1059 (-576))) (|has| |#3| (-1121))) (|has| |#3| (-1070))) ((|#3|) |has| |#3| (-1121)) (((-419 (-576))) -12 (|has| |#3| (-1059 (-419 (-576)))) (|has| |#3| (-1121))))
(((|#1|) . T))
(((|#1|) . T))
((($) |has| |#1| (-568)) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(((|#4|) . T))
-(((|#4|) . T) (((-874)) . T))
-(((|#3|) . T) ((|#2|) . T) (((-576)) . T) ((|#4|) -2755 (|has| |#4| (-174)) (|has| |#4| (-374)) (|has| |#4| (-738)) (|has| |#4| (-1068))) (($) |has| |#4| (-1068)))
-(((|#2|) . T) (((-576)) . T) ((|#3|) -2755 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-738)) (|has| |#3| (-1068))) (($) |has| |#3| (-1068)))
-(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) ((#0=(-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) #0#) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))))
+(((|#4|) . T) (((-876)) . T))
+(((|#3|) . T) ((|#2|) . T) (((-576)) . T) ((|#4|) -3795 (|has| |#4| (-174)) (|has| |#4| (-374)) (|has| |#4| (-738)) (|has| |#4| (-1070))) (($) |has| |#4| (-1070)))
+(((|#2|) . T) (((-576)) . T) ((|#3|) -3795 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-738)) (|has| |#3| (-1070))) (($) |has| |#3| (-1070)))
+(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) ((#0=(-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) #0#) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))))
(|has| |#1| (-568))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-((((-874)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+((((-876)) . T))
(((|#1| |#2|) . T))
-(-2755 (|has| |#2| (-464)) (|has| |#2| (-926)))
-(-2755 (|has| |#1| (-862)) (|has| |#1| (-1119)))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-926)))
+(-3795 (|has| |#2| (-464)) (|has| |#2| (-928)))
+(-3795 (|has| |#1| (-862)) (|has| |#1| (-1121)))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-928)))
((((-419 (-576))) . T) (((-576)) . T))
((((-576)) . T))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
((($) . T))
-((((-874)) . T))
-(((|#1|) . T))
-((((-882 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
-((((-874)) . T))
-(((|#3| |#3|) -2755 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-1068))))
-(|has| |#1| (-1041))
-((((-874)) . T))
-(((|#3|) -2755 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-1068))))
+((((-876)) . T))
+(((|#1|) . T))
+((((-884 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
+((((-876)) . T))
+(((|#3| |#3|) -3795 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-1070))))
+(|has| |#1| (-1043))
+((((-876)) . T))
+(((|#3|) -3795 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-1070))))
((((-576) (-112)) . T))
-((((-1200)) . T))
+((((-1202)) . T))
(((|#1|) |has| |#1| (-319 |#1|)))
-((((-1200)) . T))
+((((-1202)) . T))
(|has| |#1| (-379))
(|has| |#1| (-379))
(|has| |#1| (-379))
-((((-1195) $) |has| |#1| (-526 (-1195) $)) (($ $) |has| |#1| (-319 $)) ((|#1| |#1|) |has| |#1| (-319 |#1|)) (((-1195) |#1|) |has| |#1| (-526 (-1195) |#1|)))
-((((-1195)) |has| |#1| (-915 (-1195))))
-(-2755 (-12 (|has| |#1| (-238)) (|has| |#1| (-374))) (|has| |#1| (-360)))
+((((-1197) $) |has| |#1| (-526 (-1197) $)) (($ $) |has| |#1| (-319 $)) ((|#1| |#1|) |has| |#1| (-319 |#1|)) (((-1197) |#1|) |has| |#1| (-526 (-1197) |#1|)))
+((((-1197)) |has| |#1| (-917 (-1197))))
+(-3795 (-12 (|has| |#1| (-238)) (|has| |#1| (-374))) (|has| |#1| (-360)))
(((|#1| |#4|) . T))
(((|#1| |#3|) . T))
((($) . T))
((((-400) |#1|) . T))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-360)))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
-(((|#2|) . T) (((-874)) . T))
-((((-874)) . T))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-360)))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
+(((|#2|) . T) (((-876)) . T))
+((((-876)) . T))
(((|#2|) . T))
-((((-927 |#1|)) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
-((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))))
+((((-929 |#1|)) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
+((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))))
(((|#1| |#2|) . T))
((($) . T))
((((-576)) . T) (($) . T) (((-419 (-576))) . T))
@@ -1329,250 +1329,250 @@
(((|#1|) . T) (((-419 (-576))) . T) (($) . T) (((-576)) . T))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T) (((-576)) . T))
(((|#1| |#1|) . T))
-(((#0=(-882 |#1|)) |has| #0# (-319 #0#)))
-((((-576)) . T) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) (((-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-360)) (|has| |#1| (-1057 (-419 (-576))))) ((|#1|) . T))
+(((#0=(-884 |#1|)) |has| #0# (-319 #0#)))
+((((-576)) . T) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) (((-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-360)) (|has| |#1| (-1059 (-419 (-576))))) ((|#1|) . T))
(((|#1| |#2|) . T))
(|has| |#2| (-805))
(|has| |#2| (-805))
(((|#1|) . T))
(-12 (|has| |#1| (-805)) (|has| |#2| (-805)))
(-12 (|has| |#1| (-805)) (|has| |#2| (-805)))
-(|has| |#2| (-1068))
+(|has| |#2| (-1070))
((($) . T) (((-576)) . T) ((|#2|) . T))
-(((|#2|) . T) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+(((|#2|) . T) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
(((|#2|) . T) (($) . T))
-(|has| |#1| (-1221))
+(|has| |#1| (-1223))
(((#0=(-576) #0#) . T) ((#1=(-419 (-576)) #1#) . T) (($ $) . T))
((((-419 (-576))) . T) (($) . T))
-(((|#4|) |has| |#4| (-1068)))
-(((|#4|) |has| |#4| (-1068)))
-(((|#3|) |has| |#3| (-1068)))
-(((|#3|) |has| |#3| (-1068)))
+(((|#4|) |has| |#4| (-1070)))
+(((|#4|) |has| |#4| (-1070)))
+(((|#3|) |has| |#3| (-1070)))
+(((|#3|) |has| |#3| (-1070)))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-419 (-576)) #0#) . T))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-419 (-576)) #0#) . T))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-419 (-576)) #0#) . T))
(|has| |#1| (-374))
((((-576)) . T) (((-419 (-576))) . T) (($) . T))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
(((|#1|) . T) (($) . T) (((-419 (-576))) . T))
-((((-874)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
(((|#1|) . T) (($) . T) (((-419 (-576))) . T))
(((|#1|) . T) (($) . T) (((-419 (-576))) . T))
(((|#1|) . T))
-((($ $) . T) ((#0=(-419 (-576)) #0#) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1| |#1|) . T))
-((((-874)) . T))
+((($ $) . T) ((#0=(-419 (-576)) #0#) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1| |#1|) . T))
+((((-876)) . T))
(((|#1|) . T))
((((-548)) |has| |#3| (-626 (-548))))
-((((-701 |#3|)) . T) (((-874)) . T))
+((((-701 |#3|)) . T) (((-876)) . T))
(((|#1| |#2|) . T))
(|has| |#1| (-860))
(|has| |#1| (-860))
-((($) . T) (((-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
+((($) . T) (((-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
((((-576) |#3|) . T))
(((|#2|) . T))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-568)))
((($) . T))
-(((#0=(-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) #0#) |has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))))
-((((-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))) (((-1101)) . T))
+(((#0=(-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) #0#) |has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))))
+((((-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))) (((-1103)) . T))
((($) . T))
((($) . T))
-(((|#2|) |has| |#2| (-1119)))
-((((-874)) -2755 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-625 (-874))) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1068)) (|has| |#2| (-1119))) (((-1286 |#2|)) . T))
+(((|#2|) |has| |#2| (-1121)))
+((((-876)) -3795 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-625 (-876))) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1070)) (|has| |#2| (-1121))) (((-1288 |#2|)) . T))
((($) . T))
((((-576)) . T) (($) . T) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((((-1177) (-52)) . T))
+((((-1179) (-52)) . T))
(((|#2|) |has| |#2| (-174)))
-((($) -2755 (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))) ((|#2|) |has| |#2| (-174)) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))))
-((((-874)) . T))
+((($) -3795 (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))) ((|#2|) |has| |#2| (-174)) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))))
+((((-876)) . T))
(((|#2|) . T))
-((($) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))) ((|#2|) . T) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))))
+((($) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))) ((|#2|) . T) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))))
((((-576)) |has| #0=(-419 |#2|) (-651 (-576))) ((#0#) . T))
((($) . T) (((-576)) . T))
((((-576) (-145)) . T))
-((((-576) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T) ((|#1| |#2|) . T))
+((((-576) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T) ((|#1| |#2|) . T))
((((-419 (-576))) . T) (($) . T))
(((|#1|) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-((((-874)) . T))
-((((-927 |#1|)) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+((((-876)) . T))
+((((-929 |#1|)) . T))
(|has| |#1| (-374))
(|has| |#1| (-374))
(|has| |#1| (-374))
(|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))
(|has| |#1| (-860))
-((($) -2755 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
+((($) -3795 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
(|has| |#1| (-374))
(((|#1|) . T) (($) . T))
(|has| |#1| (-860))
-((($) . T) (((-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
-((((-1195)) |has| |#1| (-915 (-1195))))
+((($) . T) (((-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
+((((-1197)) |has| |#1| (-917 (-1197))))
(|has| |#1| (-860))
((((-518)) . T))
-(((|#1| (-1195)) . T))
-(((|#1| (-1286 |#1|) (-1286 |#1|)) . T))
-((((-874)) . T) (((-1200)) . T))
+(((|#1| (-1197)) . T))
+(((|#1| (-1288 |#1|) (-1288 |#1|)) . T))
+((((-876)) . T) (((-1202)) . T))
(((|#1| |#2|) . T))
((($ $) . T))
-((((-1200)) . T))
-(|has| |#1| (-1119))
-(((|#1| (-1195) (-830 (-1195)) (-543 (-830 (-1195)))) . T))
-((((-419 (-969 |#1|))) . T))
+((((-1202)) . T))
+(|has| |#1| (-1121))
+(((|#1| (-1197) (-830 (-1197)) (-543 (-830 (-1197)))) . T))
+((((-419 (-971 |#1|))) . T))
((((-548)) . T))
-((((-874)) . T))
+((((-876)) . T))
((($) . T))
-((((-576) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T) (((-1253 (-576)) $) . T) ((|#1| |#2|) . T))
+((((-576) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T) (((-1255 (-576)) $) . T) ((|#1| |#2|) . T))
(((|#1|) . T))
(((|#2|) . T) (($) . T))
(((|#1|) |has| |#1| (-174)))
((($) |has| |#1| (-568)) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(((|#3|) . T))
(((|#1|) |has| |#1| (-174)))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-576)) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) |has| |#1| (-174)))
-((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-576)) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) |has| |#1| (-174)))
+((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(((|#1|) . T))
(((|#1|) . T))
-((((-548)) |has| |#1| (-626 (-548))) (((-905 (-390))) |has| |#1| (-626 (-905 (-390)))) (((-905 (-576))) |has| |#1| (-626 (-905 (-576)))))
-((((-874)) . T))
-((((-882 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
-(((|#2|) . T) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+((((-548)) |has| |#1| (-626 (-548))) (((-907 (-390))) |has| |#1| (-626 (-907 (-390)))) (((-907 (-576))) |has| |#1| (-626 (-907 (-576)))))
+((((-876)) . T))
+((((-884 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
+(((|#2|) . T) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
((((-518)) . T))
((((-518)) . T))
-((((-1195)) -2755 (-12 (|has| |#4| (-915 (-1195))) (|has| |#4| (-1068))) (-12 (|has| |#4| (-917 (-1195))) (|has| |#4| (-1068)))))
-((((-1195)) -2755 (-12 (|has| |#3| (-915 (-1195))) (|has| |#3| (-1068))) (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068)))))
+((((-1197)) -3795 (-12 (|has| |#4| (-917 (-1197))) (|has| |#4| (-1070))) (-12 (|has| |#4| (-919 (-1197))) (|has| |#4| (-1070)))))
+((((-1197)) -3795 (-12 (|has| |#3| (-917 (-1197))) (|has| |#3| (-1070))) (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070)))))
(|has| |#1| (-568))
-(-12 (|has| |#2| (-238)) (|has| |#2| (-1068)))
-(-2755 (|has| |#1| (-238)) (|has| |#1| (-237)))
-((((-882 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
+(-12 (|has| |#2| (-238)) (|has| |#2| (-1070)))
+(-3795 (|has| |#1| (-238)) (|has| |#1| (-237)))
+((((-884 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
(|has| |#1| (-379))
(|has| |#1| (-379))
(|has| |#1| (-379))
-(|has| |#2| (-1068))
-((((-1177) |#1|) . T))
-(|has| |#1| (-1171))
-((((-975 |#1|)) . T))
-(((#0=(-419 (-576)) #0#) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#1| |#1|) . T))
-((((-419 (-576))) |has| |#1| (-1057 (-576))) (((-576)) |has| |#1| (-1057 (-576))) (((-1195)) |has| |#1| (-1057 (-1195))) ((|#1|) . T))
+(|has| |#2| (-1070))
+((((-1179) |#1|) . T))
+(|has| |#1| (-1173))
+((((-977 |#1|)) . T))
+(((#0=(-419 (-576)) #0#) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#1| |#1|) . T))
+((((-419 (-576))) |has| |#1| (-1059 (-576))) (((-576)) |has| |#1| (-1059 (-576))) (((-1197)) |has| |#1| (-1059 (-1197))) ((|#1|) . T))
((($) . T))
((($) . T))
((((-576) |#2|) . T))
-((((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) (((-576)) |has| |#1| (-1057 (-576))) ((|#1|) . T))
+((((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) (((-576)) |has| |#1| (-1059 (-576))) ((|#1|) . T))
((($) . T) (((-576)) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T))
-((((-576)) |has| |#1| (-899 (-576))) (((-390)) |has| |#1| (-899 (-390))))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#1|) . T))
+((((-576)) |has| |#1| (-901 (-576))) (((-390)) |has| |#1| (-901 (-390))))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T) (($) . T) (((-576)) . T))
-((((-656 |#4|)) . T) (((-874)) . T))
+((((-656 |#4|)) . T) (((-876)) . T))
((((-548)) |has| |#4| (-626 (-548))))
((((-548)) |has| |#4| (-626 (-548))))
-((((-874)) . T) (((-656 |#4|)) . T))
+((((-876)) . T) (((-656 |#4|)) . T))
((($) |has| |#1| (-860)))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-1278 |#1| |#2| |#3|)) |has| |#1| (-374)) (((-576)) . T) (($) . T) ((|#1|) . T))
-((((-576)) -2755 (-12 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119))) (|has| |#2| (-1068))) ((|#2|) |has| |#2| (-1119)) (((-419 (-576))) -12 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119))))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-1280 |#1| |#2| |#3|)) |has| |#1| (-374)) (((-576)) . T) (($) . T) ((|#1|) . T))
+((((-576)) -3795 (-12 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121))) (|has| |#2| (-1070))) ((|#2|) |has| |#2| (-1121)) (((-419 (-576))) -12 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121))))
(((|#1|) . T))
(((|#1|) . T))
-((((-656 |#4|)) . T) (((-874)) . T))
+((((-656 |#4|)) . T) (((-876)) . T))
((((-548)) |has| |#4| (-626 (-548))))
(((|#1|) . T))
-(((|#1|) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-576)) . T) (($) . T))
+(((|#1|) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-576)) . T) (($) . T))
(((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) (((-576)) . T) (($) . T))
-((((-1195)) |has| (-419 |#2|) (-915 (-1195))))
+((((-1197)) |has| (-419 |#2|) (-917 (-1197))))
(((|#2|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) ((#0=(-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) #0#) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))))
+(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) ((#0=(-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) #0#) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))))
((($) . T))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (($) -2755 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
-((($) -2755 (|has| |#1| (-238)) (|has| |#1| (-237))))
-((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (($) -3795 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
+((($) -3795 (|has| |#1| (-238)) (|has| |#1| (-237))))
+((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))))
((($) . T))
((($) . T))
-((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))))
+((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))))
((($) . T))
((($) . T))
-((((-874)) -2755 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-132)) (|has| |#3| (-625 (-874))) (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-379)) (|has| |#3| (-738)) (|has| |#3| (-805)) (|has| |#3| (-862)) (|has| |#3| (-1068)) (|has| |#3| (-1119))) (((-1286 |#3|)) . T))
+((((-876)) -3795 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-132)) (|has| |#3| (-625 (-876))) (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-379)) (|has| |#3| (-738)) (|has| |#3| (-805)) (|has| |#3| (-862)) (|has| |#3| (-1070)) (|has| |#3| (-1121))) (((-1288 |#3|)) . T))
(((|#2|) . T))
((((-576) |#2|) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1119)))
-(((|#2| |#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1068))))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1121)))
+(((|#2| |#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1070))))
(((|#2|) . T) (((-576)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T) ((|#2|) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-1177) (-1195) (-576) (-227) (-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T) ((|#2|) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-1179) (-1197) (-576) (-227) (-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
-((((-874)) . T))
+((((-876)) . T))
((((-576) (-112)) . T))
(((|#1|) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-112)) . T))
((((-112)) . T))
-((((-874)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
((((-112)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
((((-419 (-576))) . T) (($) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-548)) |has| |#1| (-626 (-548))))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
((($) . T) (((-419 (-576))) . T))
-(((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1068))))
+(((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1070))))
(|has| $ (-148))
((((-419 |#2|)) . T))
-((((-419 (-576))) |has| #0=(-419 |#2|) (-1057 (-419 (-576)))) (((-576)) |has| #0# (-1057 (-576))) ((#0#) . T))
+((((-419 (-576))) |has| #0=(-419 |#2|) (-1059 (-419 (-576)))) (((-576)) |has| #0# (-1059 (-576))) ((#0#) . T))
(((|#2| |#2|) . T))
(|has| |#2| (-146))
(|has| |#2| (-148))
(|has| |#1| (-148))
(|has| |#1| (-146))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))
(|has| |#1| (-148))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))
(|has| |#1| (-148))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))
(|has| |#1| (-148))
(((|#1|) . T))
(|has| |#2| (-238))
-((((-874)) . T) (((-1200)) . T))
+((((-876)) . T) (((-1202)) . T))
(((|#2|) . T))
-((((-1200)) . T))
-((((-1195) (-52)) . T))
+((((-1202)) . T))
+((((-1197) (-52)) . T))
(|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))
-((((-874)) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
+((((-876)) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
(((|#1| |#1|) . T))
-((((-1195)) |has| |#2| (-915 (-1195))))
+((((-1197)) |has| |#2| (-917 (-1197))))
((((-130)) . T))
-((((-576) (-112)) . T) (((-1253 (-576)) $) . T))
+((((-576) (-112)) . T) (((-1255 (-576)) $) . T))
(|has| |#1| (-568))
(((|#2|) . T))
(((|#2|) . T))
-((((-906 |#1|)) . T) ((|#2|) . T) (((-576)) . T) (((-831 |#1|)) . T))
-(((|#1|) . T) (((-576)) . T) (((-831 (-1195))) . T))
+((((-908 |#1|)) . T) ((|#2|) . T) (((-576)) . T) (((-831 |#1|)) . T))
+(((|#1|) . T) (((-576)) . T) (((-831 (-1197))) . T))
(((|#1|) . T))
(((|#2| |#2|) . T))
(((|#1| |#1|) . T))
@@ -1581,69 +1581,69 @@
(|has| |#1| (-38 (-419 (-576))))
(((|#3|) . T))
(|has| |#1| (-38 (-419 (-576))))
-((((-576)) . T) ((|#2|) . T) (((-419 (-576))) |has| |#2| (-1057 (-419 (-576)))))
-(((|#1|) . T))
-((((-1023 2)) . T) (((-419 (-576))) . T) (((-874)) . T))
-((((-548)) . T) (((-905 (-576))) . T) (((-390)) . T) (((-227)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-1018 |#1|)) . T) ((|#1|) . T))
-((((-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))) (((-830 (-1195))) . T))
-((((-874)) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+((((-576)) . T) ((|#2|) . T) (((-419 (-576))) |has| |#2| (-1059 (-419 (-576)))))
+(((|#1|) . T))
+((((-1025 2)) . T) (((-419 (-576))) . T) (((-876)) . T))
+((((-548)) . T) (((-907 (-576))) . T) (((-390)) . T) (((-227)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-1020 |#1|)) . T) ((|#1|) . T))
+((((-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))) (((-830 (-1197))) . T))
+((((-876)) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
((((-419 (-576))) . T) (((-419 |#1|)) . T) ((|#1|) . T) (($) . T))
-(((|#1| (-1191 |#1|)) . T))
+(((|#1| (-1193 |#1|)) . T))
((((-576)) . T) (($) . T) (((-419 (-576))) . T))
(((|#3|) . T) (($) . T))
(|has| |#1| (-862))
(((|#1|) . T) (((-576)) . T) (($) . T))
(((|#2|) . T))
((((-576)) . T) (($) . T) (((-419 (-576))) . T))
-((((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) . T))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
+((((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) . T))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
((((-576) |#2|) . T))
(((|#1|) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
((($) . T) (((-576)) . T) (((-419 (-576))) . T))
-((((-874)) . T))
+((((-876)) . T))
(((|#2|) . T))
((((-576) |#3|) . T))
(((|#2|) . T))
-((((-874)) . T))
-(((|#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))
-(((|#3|) -12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119))))
-(-2755 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (-12 (|has| |#1| (-374)) (|has| |#2| (-238))) (-12 (|has| |#1| (-374)) (|has| |#2| (-237))))
+((((-876)) . T))
+(((|#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))
+(((|#3|) -12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121))))
+(-3795 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (-12 (|has| |#1| (-374)) (|has| |#2| (-238))) (-12 (|has| |#1| (-374)) (|has| |#2| (-237))))
(|has| |#1| (-38 (-419 (-576))))
-(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) ((#0=(-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) #0#) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))))
+(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) ((#0=(-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) #0#) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))))
(((|#2| |#2|) . T))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#2| (-374))
-(((|#2|) . T) (((-576)) |has| |#2| (-1057 (-576))) (((-419 (-576))) |has| |#2| (-1057 (-419 (-576)))))
-((((-1278 |#1| |#2| |#3|)) |has| |#1| (-374)))
+(((|#2|) . T) (((-576)) |has| |#2| (-1059 (-576))) (((-419 (-576))) |has| |#2| (-1059 (-419 (-576)))))
+((((-1280 |#1| |#2| |#3|)) |has| |#1| (-374)))
(((|#2|) . T))
-((((-1278 |#1| |#2| |#3|)) |has| |#1| (-374)))
+((((-1280 |#1| |#2| |#3|)) |has| |#1| (-374)))
(((|#1|) |has| |#1| (-174)))
-((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-(|has| |#1| (-1119))
+((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+(|has| |#1| (-1121))
(|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))
(|has| |#1| (-38 (-419 (-576))))
-((((-1177) (-52)) . T))
+((((-1179) (-52)) . T))
(((|#1|) . T))
-((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((($ (-1195)) -2755 (|has| |#2| (-915 (-1195))) (|has| |#2| (-917 (-1195)))) (($ (-1101)) . T))
+((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((($ (-1197)) -3795 (|has| |#2| (-917 (-1197))) (|has| |#2| (-919 (-1197)))) (($ (-1103)) . T))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
(((|#2|) |has| |#2| (-174)))
(((|#2|) . T))
-((((-576)) -2755 (|has| |#2| (-21)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1068))) ((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738)) (|has| |#2| (-1068))) (($) |has| |#2| (-1068)))
+((((-576)) -3795 (|has| |#2| (-21)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1070))) ((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738)) (|has| |#2| (-1070))) (($) |has| |#2| (-1070)))
(((|#1|) . T))
((((-576) |#3|) . T))
((((-576) (-145)) . T))
((((-145)) . T))
-((((-874)) . T))
-((((-1200)) . T))
+((((-876)) . T))
+((((-1202)) . T))
((((-112)) . T))
(|has| |#1| (-148))
(((|#1|) . T))
@@ -1651,120 +1651,120 @@
((($) . T))
(|has| |#1| (-568))
((((-576)) . T) (($) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(((|#1|) . T))
-((($ (-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))))
+((($ (-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))))
(((|#2|) . T) (((-576)) |has| |#2| (-651 (-576))))
((((-145)) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-576)) |has| |#1| (-651 (-576))) ((|#1|) . T))
((((-576)) |has| |#1| (-651 (-576))) ((|#1|) . T))
((((-576)) |has| |#1| (-651 (-576))) ((|#1|) . T))
-((((-1195) (-52)) . T) (((-1177) (-52)) . T))
+((((-1197) (-52)) . T) (((-1179) (-52)) . T))
(((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(((|#1| |#2|) . T))
-(-2755 (|has| |#2| (-238)) (|has| |#2| (-237)))
-((((-576) (-145)) . T) (((-1253 (-576)) $) . T))
-(((#0=(-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) #0#) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))
-((($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+(-3795 (|has| |#2| (-238)) (|has| |#2| (-237)))
+((((-576) (-145)) . T) (((-1255 (-576)) $) . T))
+(((#0=(-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) #0#) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))
+((($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(|has| |#1| (-862))
-(((|#2| (-783) (-1101)) . T))
+(((|#2| (-783) (-1103)) . T))
(((|#1| |#2|) . T))
-((((-1195)) -12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))
+((((-1197)) -12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))
(|has| |#1| (-803))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-568)))
-((((-1195)) -2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))))
-((((-1195)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))))
-((((-1195)) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195)))))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-568)))
+((((-1197)) -3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))))
+((((-1197)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))))
+((((-1197)) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197)))))
(((|#1|) |has| |#1| (-174)))
(((|#4|) . T))
(((|#4|) . T))
(((|#1| |#2|) . T))
-(-2755 (|has| |#1| (-148)) (-12 (|has| |#1| (-374)) (|has| |#2| (-148))))
+(-3795 (|has| |#1| (-148)) (-12 (|has| |#1| (-374)) (|has| |#2| (-148))))
(((|#4|) . T))
-(-2755 (|has| |#1| (-146)) (-12 (|has| |#1| (-374)) (|has| |#2| (-146))))
-((((-1177) |#1|) . T))
+(-3795 (|has| |#1| (-146)) (-12 (|has| |#1| (-374)) (|has| |#2| (-146))))
+((((-1179) |#1|) . T))
(|has| |#1| (-146))
(|has| |#1| (-148))
(((|#1|) . T))
((((-576)) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-576)) . T))
(((|#1| |#2|) . T))
-((((-874)) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+((((-876)) . T))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(((|#3|) . T))
-((((-1278 |#1| |#2| |#3|)) |has| |#1| (-374)))
+((((-1280 |#1| |#2| |#3|)) |has| |#1| (-374)))
((($) . T) (((-576)) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-1193 |#1| |#2| |#3|)) |has| |#1| (-374)) (((-576)) . T) (($) . T) ((|#1|) . T))
-(((|#1|) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-576)) . T) (($) . T))
-((((-874)) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1119)))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-1195 |#1| |#2| |#3|)) |has| |#1| (-374)) (((-576)) . T) (($) . T) ((|#1|) . T))
+(((|#1|) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-576)) . T) (($) . T))
+((((-876)) . T))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1121)))
(((|#1|) . T))
(((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) (((-576)) . T) (($) . T))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))) (((-975 |#1|)) . T))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))) (((-977 |#1|)) . T))
(|has| |#1| (-860))
(|has| |#1| (-860))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-((((-975 |#1|)) . T))
-(((|#4|) -2755 (|has| |#4| (-174)) (|has| |#4| (-374)) (|has| |#4| (-738))))
-(((|#3|) -2755 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-738))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+((((-977 |#1|)) . T))
+(((|#4|) -3795 (|has| |#4| (-174)) (|has| |#4| (-374)) (|has| |#4| (-738))))
+(((|#3|) -3795 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-738))))
(|has| |#2| (-374))
(((|#1|) |has| |#1| (-174)))
-(((|#4|) -2755 (|has| |#4| (-174)) (|has| |#4| (-374)) (|has| |#4| (-738)) (|has| |#4| (-1068))))
-(((|#3|) -2755 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-738)) (|has| |#3| (-1068))))
-(((|#2|) |has| |#2| (-1068)))
-(((|#2|) |has| |#2| (-1068)))
-((((-1177) |#1|) . T))
-(((|#3| |#3|) -12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119))))
-(((|#2| (-906 |#1|)) . T))
+(((|#4|) -3795 (|has| |#4| (-174)) (|has| |#4| (-374)) (|has| |#4| (-738)) (|has| |#4| (-1070))))
+(((|#3|) -3795 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-738)) (|has| |#3| (-1070))))
+(((|#2|) |has| |#2| (-1070)))
+(((|#2|) |has| |#2| (-1070)))
+((((-1179) |#1|) . T))
+(((|#3| |#3|) -12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121))))
+(((|#2| (-908 |#1|)) . T))
((($) . T))
-((($ (-876 |#1|)) . T))
+((($ (-878 |#1|)) . T))
((($) . T) (((-576)) . T) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T))
-((((-400) (-1177)) . T))
-((($ (-1195)) . T))
+((((-400) (-1179)) . T))
+((($ (-1197)) . T))
((($) |has| |#1| (-568)) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((((-874)) -2755 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-625 (-874))) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1068)) (|has| |#2| (-1119))) (((-1286 |#2|)) . T))
-(((#0=(-52)) . T) (((-2 (|:| -4298 (-1177)) (|:| -4437 #0#))) . T))
+((((-876)) -3795 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-625 (-876))) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1070)) (|has| |#2| (-1121))) (((-1288 |#2|)) . T))
+(((#0=(-52)) . T) (((-2 (|:| -2240 (-1179)) (|:| -2904 #0#))) . T))
(((|#1|) . T))
-((((-874)) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))
+((((-876)) . T))
+(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))
((((-145)) . T))
(|has| |#2| (-146))
((((-576)) . T))
(|has| |#2| (-148))
(|has| |#1| (-485))
-(-2755 (|has| |#1| (-485)) (|has| |#1| (-738)) (|has| |#1| (-915 (-1195))) (|has| |#1| (-1068)))
+(-3795 (|has| |#1| (-485)) (|has| |#1| (-738)) (|has| |#1| (-917 (-1197))) (|has| |#1| (-1070)))
(|has| |#1| (-374))
-((((-874)) . T))
+((((-876)) . T))
(|has| |#1| (-38 (-419 (-576))))
((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) |has| |#1| (-568)))
((($) |has| |#1| (-568)))
-((((-1200)) . T))
+((((-1202)) . T))
(|has| |#1| (-860))
(|has| |#1| (-860))
-((((-874)) . T))
+((((-876)) . T))
(((|#2|) . T))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-1278 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
-(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-1280 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
+(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))))
((($) |has| |#1| (-568)) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(((|#2|) . T) (((-576)) . T) (((-831 |#1|)) . T))
(((|#1| |#2|) . T))
-((((-1195)) |has| |#1| (-915 (-1195))))
+((((-1197)) |has| |#1| (-917 (-1197))))
(((|#2| |#2|) . T))
-((((-927 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
-((((-874)) . T))
-((((-874)) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
-(((|#2| (-494 (-3500 |#1|) (-783)) (-876 |#1|)) . T))
+((((-929 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
+((((-876)) . T))
+((((-876)) . T))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
+(((|#2| (-494 (-1968 |#1|) (-783)) (-878 |#1|)) . T))
((((-419 (-576))) . #0=(|has| |#2| (-374))) (($) . #0#))
-(((|#1| (-543 (-1195)) (-1195)) . T))
+(((|#1| (-543 (-1197)) (-1197)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-874)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
(((|#3|) . T))
(((|#3|) . T))
(((|#1|) . T))
@@ -1778,56 +1778,56 @@
(((|#2|) |has| |#2| (-174)))
(((|#1|) . T))
(((|#2|) . T))
-(((|#1|) . T) (((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+(((|#1|) . T) (((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
(((|#2|) . T))
-((((-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) . T))
-((((-1193 |#1| |#2| |#3|)) |has| |#1| (-374)))
-((((-1193 |#1| |#2| |#3|)) |has| |#1| (-374)))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-((((-1195) (-52)) . T))
+((((-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) . T))
+((((-1195 |#1| |#2| |#3|)) |has| |#1| (-374)))
+((((-1195 |#1| |#2| |#3|)) |has| |#1| (-374)))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+((((-1197) (-52)) . T))
((((-419 (-576)) |#1|) . T) (($ $) . T))
(((|#1| (-576)) . T))
-((((-927 |#1|)) . T))
-(((|#1|) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-1068))) (($) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-1068))))
-((((-1195)) -2755 (-12 (|has| |#2| (-915 (-1195))) (|has| |#2| (-1068))) (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))))
-(((|#1|) . T) (((-576)) |has| |#1| (-1057 (-576))) (((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))))
+((((-929 |#1|)) . T))
+(((|#1|) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-1070))) (($) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-1070))))
+((((-1197)) -3795 (-12 (|has| |#2| (-917 (-1197))) (|has| |#2| (-1070))) (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))))
+(((|#1|) . T) (((-576)) |has| |#1| (-1059 (-576))) (((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))))
(|has| |#1| (-862))
(|has| |#1| (-862))
((((-576) |#2|) . T))
((($) . T) (((-576)) . T) ((|#1|) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-576)) . T))
(|has| |#1| (-862))
-((((-701 |#2|)) . T) (((-874)) . T))
-((((-1278 |#1| |#2| |#3|)) -12 (|has| (-1278 |#1| |#2| |#3|) (-319 (-1278 |#1| |#2| |#3|))) (|has| |#1| (-374))))
+((((-701 |#2|)) . T) (((-876)) . T))
+((((-1280 |#1| |#2| |#3|)) -12 (|has| (-1280 |#1| |#2| |#3|) (-319 (-1280 |#1| |#2| |#3|))) (|has| |#1| (-374))))
((((-419 (-576))) . T) (((-576)) . T) (($) . T))
(|has| |#1| (-238))
(((|#1| |#2|) . T))
-((((-419 (-969 |#1|))) . T))
-((((-990)) . T))
-(((|#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))
-(((|#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))
+((((-419 (-971 |#1|))) . T))
+((((-992)) . T))
+(((|#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))
+(((|#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))
(((|#1|) |has| |#1| (-174)))
-(((|#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))
-(((|#3|) -2755 (|has| |#3| (-174)) (|has| |#3| (-374))))
-((($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-(-2755 (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-926)))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+(((|#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))
+(((|#3|) -3795 (|has| |#3| (-174)) (|has| |#3| (-374))))
+((($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+(-3795 (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-928)))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
((($ |#2|) . T))
-((($ (-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))) (($ (-1101)) . T))
+((($ (-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))) (($ (-1103)) . T))
((($ $) . T) ((#0=(-419 (-576)) #0#) . T))
((((-576) |#2|) . T))
-(((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374))))
+(((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374))))
(|has| |#1| (-360))
-(((|#3| |#3|) -12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119))))
+(((|#3| |#3|) -12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121))))
(((|#2|) . T) (((-576)) . T))
((($) . T) (((-419 (-576))) . T))
((((-576) (-112)) . T))
(|has| |#1| (-832))
(|has| |#1| (-832))
(((|#1|) . T))
-(-2755 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)))
+(-3795 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)))
(|has| |#1| (-860))
(|has| |#1| (-860))
(|has| |#1| (-860))
@@ -1836,22 +1836,22 @@
((((-576)) . T) (($) . T) (((-419 (-576))) . T))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-360)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-360)))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-((((-1195)) |has| |#1| (-915 (-1195))) (((-1101)) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+((((-1197)) |has| |#1| (-917 (-1197))) (((-1103)) . T))
(((|#1|) . T))
(|has| |#1| (-860))
-(((#0=(-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) #0#) |has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))))))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(|has| |#1| (-1119))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
+(((#0=(-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) #0#) |has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(|has| |#1| (-1121))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
(((|#1|) . T))
(((|#2| |#2|) . T))
(((|#1|) . T))
-((((-1161 |#2| (-419 (-969 |#1|)))) . T) (((-419 (-969 |#1|))) . T) (((-576)) . T))
+((((-1163 |#2| (-419 (-971 |#1|)))) . T) (((-419 (-971 |#1|))) . T) (((-576)) . T))
(((|#1| |#2| |#3| (-245 |#2| |#3|) (-245 |#1| |#3|)) . T))
(((|#1|) . T))
(((|#3| |#3|) . T))
@@ -1861,20 +1861,20 @@
(((|#2|) . T))
(((|#1|) . T))
(((|#1| (-543 |#2|) |#2|) . T))
-((((-874)) . T))
-((((-145)) . T) (((-874)) . T))
+((((-876)) . T))
+((((-145)) . T) (((-876)) . T))
((((-576) |#1|) . T))
-(((|#1| (-783) (-1101)) . T))
+(((|#1| (-783) (-1103)) . T))
(((|#3|) . T))
((((-145)) . T))
-((((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) (((-576)) -2755 (|has| |#1| (-860)) (|has| |#1| (-1057 (-576)))) ((|#1|) . T))
+((((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) (((-576)) -3795 (|has| |#1| (-860)) (|has| |#1| (-1059 (-576)))) ((|#1|) . T))
(((|#1|) . T))
(((|#2|) . T))
((((-145)) . T))
-((((-1195)) -2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))))
-((((-1195)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))))
-((((-1195)) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195)))))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1068)) (|has| |#2| (-1119)))
+((((-1197)) -3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))))
+((((-1197)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))))
+((((-1197)) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197)))))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1070)) (|has| |#2| (-1121)))
(((|#1|) . T))
(|has| |#1| (-146))
(|has| |#1| (-148))
@@ -1882,91 +1882,91 @@
(((|#3|) |has| |#3| (-374)))
(((|#1|) . T))
(((|#2|) |has| |#1| (-374)))
-((((-874)) . T))
-((((-874)) . T))
-((((-876 |#1|)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-878 |#1|)) . T))
(((|#2|) . T))
-(((|#1| (-1191 |#1|)) . T))
-((((-1101)) . T) ((|#1|) . T) (((-576)) |has| |#1| (-1057 (-576))) (((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))))
+(((|#1| (-1193 |#1|)) . T))
+((((-1103)) . T) ((|#1|) . T) (((-576)) |has| |#1| (-1059 (-576))) (((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))))
((($) . T) ((|#1|) . T) (((-419 (-576))) . T) (((-576)) |has| |#1| (-651 (-576))))
((($) . T))
((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) |has| |#1| (-568)))
((($) |has| |#1| (-568)))
(((|#2|) . T))
-((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))))
+((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))))
((($) |has| |#1| (-568)) ((|#1|) . T))
((($) |has| |#1| (-860)))
-((((-1193 |#1| |#2| |#3|)) |has| |#1| (-374)))
-(|has| |#1| (-926))
-((((-1195)) . T))
-((((-874)) . T))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-1278 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) . T))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-1278 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
-(((|#1|) . T) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
-(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))))
+((((-1195 |#1| |#2| |#3|)) |has| |#1| (-374)))
+(|has| |#1| (-928))
+((((-1197)) . T))
+((((-876)) . T))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-1280 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) . T))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-1280 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
+(((|#1|) . T) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
+(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))))
((($) |has| |#1| (-568)) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
((((-576) |#2|) . T))
-((($ (-1195)) -2755 (-12 (|has| |#4| (-915 (-1195))) (|has| |#4| (-1068))) (-12 (|has| |#4| (-917 (-1195))) (|has| |#4| (-1068)))))
-((($ (-1195)) -2755 (-12 (|has| |#3| (-915 (-1195))) (|has| |#3| (-1068))) (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068)))))
-((($) -2755 (|has| |#1| (-238)) (|has| |#1| (-237))))
+((($ (-1197)) -3795 (-12 (|has| |#4| (-917 (-1197))) (|has| |#4| (-1070))) (-12 (|has| |#4| (-919 (-1197))) (|has| |#4| (-1070)))))
+((($ (-1197)) -3795 (-12 (|has| |#3| (-917 (-1197))) (|has| |#3| (-1070))) (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070)))))
+((($) -3795 (|has| |#1| (-238)) (|has| |#1| (-237))))
((($) |has| |#1| (-379)))
((($) |has| |#1| (-379)))
((($) |has| |#1| (-379)))
(((|#1| |#2|) . T))
-(-2755 (|has| |#2| (-464)) (|has| |#2| (-926)))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((#0=(-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) #0#) |has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-926)))
+(-3795 (|has| |#2| (-464)) (|has| |#2| (-928)))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((#0=(-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) #0#) |has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-928)))
(((|#1|) . T))
(((|#1|) . T) (($) . T))
-(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))
+(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))
(((|#1| |#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#3|) -2755 (|has| |#3| (-174)) (|has| |#3| (-374))))
+(((|#3|) -3795 (|has| |#3| (-174)) (|has| |#3| (-374))))
(|has| |#1| (-862))
(|has| |#1| (-568))
((((-593 |#1|)) . T))
((($) . T))
(((|#2|) . T))
-(-2755 (-12 (|has| |#1| (-374)) (|has| |#2| (-832))) (-12 (|has| |#1| (-374)) (|has| |#2| (-862))))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-568)))
-((((-927 |#1|)) . T))
+(-3795 (-12 (|has| |#1| (-374)) (|has| |#2| (-832))) (-12 (|has| |#1| (-374)) (|has| |#2| (-862))))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-568)))
+((((-929 |#1|)) . T))
(((|#1| (-508 |#1| |#3|) (-508 |#1| |#2|)) . T))
(((|#1| |#4| |#5|) . T))
(((|#1| (-783)) . T))
((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) |has| |#1| (-568)))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-1193 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
-(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-1195 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
+(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))))
((($) |has| |#1| (-568)) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((((-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) . T))
+((((-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) . T))
((((-576)) |has| #0=(-419 |#2|) (-651 (-576))) ((#0#) . T) (((-419 (-576))) . T) (($) . T))
((((-684 |#1|)) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-874)) . T) (((-1200)) . T))
+((((-876)) . T) (((-1202)) . T))
((((-548)) . T))
-((((-874)) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-((((-874)) . T))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
-((((-1200)) . T))
+((((-876)) . T))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+((((-876)) . T))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
+((((-1202)) . T))
((((-419 (-576))) . T) (($) . T) (((-419 |#1|)) . T) ((|#1|) . T) (((-576)) . T))
(((|#3|) . T) (((-576)) . T) (((-624 $)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
(((|#2|) . T))
-(-2755 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-132)) (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-379)) (|has| |#3| (-738)) (|has| |#3| (-805)) (|has| |#3| (-862)) (|has| |#3| (-1068)) (|has| |#3| (-1119)))
-(|has| |#2| (-1068))
-((((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) (((-576)) |has| |#1| (-1057 (-576))) ((|#1|) . T))
-(|has| |#1| (-1221))
-(|has| |#1| (-1221))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-102)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1068)) (|has| |#2| (-1119)))
-(|has| |#1| (-1221))
-(|has| |#1| (-1221))
+(-3795 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-132)) (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-379)) (|has| |#3| (-738)) (|has| |#3| (-805)) (|has| |#3| (-862)) (|has| |#3| (-1070)) (|has| |#3| (-1121)))
+(|has| |#2| (-1070))
+((((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) (((-576)) |has| |#1| (-1059 (-576))) ((|#1|) . T))
+(|has| |#1| (-1223))
+(|has| |#1| (-1223))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-102)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1070)) (|has| |#2| (-1121)))
+(|has| |#1| (-1223))
+(|has| |#1| (-1223))
((($) . T) (((-576)) . T) (((-419 (-576))) . T))
((((-576)) . T) (($) . T) (((-419 (-576))) . T))
((($ $) . T) ((#0=(-419 (-576)) #0#) . T) ((#1=(-419 |#1|) #1#) . T) ((|#1| |#1|) . T))
@@ -1980,61 +1980,61 @@
(((|#1|) . T))
((($) |has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))
((($) . T) (((-576)) . T) (((-419 (-576))) . T))
-((((-1177) (-52)) . T))
-(|has| |#1| (-1119))
+((((-1179) (-52)) . T))
+(|has| |#1| (-1121))
(((|#1|) |has| |#1| (-174)) (($) . T))
-(-2755 (|has| |#2| (-832)) (|has| |#2| (-862)))
+(-3795 (|has| |#2| (-832)) (|has| |#2| (-862)))
(((|#1|) . T) (($) . T) (((-419 (-576))) . T))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
(((|#1|) . T))
((((-576)) . T) (($) . T) (((-419 (-576))) . T))
((((-576)) . T) (($) . T))
((((-783)) . T))
-(-2755 (|has| |#1| (-238)) (|has| |#1| (-237)) (|has| |#1| (-360)))
-((((-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))))
-(-2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926)))
-((((-874)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(|has| |#2| (-926))
+(-3795 (|has| |#1| (-238)) (|has| |#1| (-237)) (|has| |#1| (-360)))
+((((-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))))
+(-3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928)))
+((((-876)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(|has| |#2| (-928))
(|has| |#1| (-374))
-(((|#2|) |has| |#2| (-1119)))
+(((|#2|) |has| |#2| (-1121)))
((($) . T) (((-576)) . T))
((($) . T))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-((((-548)) . T) (((-419 (-1191 (-576)))) . T) (((-227)) . T) (((-390)) . T))
-((((-390)) . T) (((-227)) . T) (((-874)) . T))
-(|has| |#1| (-926))
-(|has| |#1| (-926))
-((($ (-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))) (($ (-830 (-1195))) . T))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+((((-548)) . T) (((-419 (-1193 (-576)))) . T) (((-227)) . T) (((-390)) . T))
+((((-390)) . T) (((-227)) . T) (((-876)) . T))
+(|has| |#1| (-928))
+(|has| |#1| (-928))
+((($ (-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))) (($ (-830 (-1197))) . T))
((((-576)) . T) (((-419 (-576))) . T) (($) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1119)))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) (((-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
-(|has| |#1| (-926))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-(((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738))))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-926)))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-862)) (|has| |#1| (-1121)))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) (((-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
+(|has| |#1| (-928))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+(((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738))))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-928)))
((($) . T))
(((|#1|) . T))
((($) . T) ((|#2|) . T) (((-576)) |has| |#2| (-651 (-576))))
-(((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738)) (|has| |#2| (-1068))))
-(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))
-((((-1193 |#1| |#2| |#3|)) -12 (|has| (-1193 |#1| |#2| |#3|) (-319 (-1193 |#1| |#2| |#3|))) (|has| |#1| (-374))))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-926)))
-((((-874)) . T))
-((((-874)) . T))
+(((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738)) (|has| |#2| (-1070))))
+(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))
+((((-1195 |#1| |#2| |#3|)) -12 (|has| (-1195 |#1| |#2| |#3|) (-319 (-1195 |#1| |#2| |#3|))) (|has| |#1| (-374))))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-928)))
+((((-876)) . T))
+((((-876)) . T))
((($ $) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-((($) -2755 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (-12 (|has| |#1| (-374)) (|has| |#2| (-238))) (-12 (|has| |#1| (-374)) (|has| |#2| (-237)))))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+((($) -3795 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (-12 (|has| |#1| (-374)) (|has| |#2| (-238))) (-12 (|has| |#1| (-374)) (|has| |#2| (-237)))))
((($) |has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))
-((((-990)) . T))
-((((-990)) . T) (((-874)) . T))
+((((-992)) . T))
+((((-992)) . T) (((-876)) . T))
((($ $) . T))
((((-576) (-112)) . T))
((($) . T))
(((|#1|) . T))
((((-112)) . T))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568)))
((((-576)) . T))
(((|#1| (-576)) . T))
((($) . T))
@@ -2043,149 +2043,149 @@
(((|#1|) . T))
((((-576)) . T))
(((|#1| |#2|) . T))
-((((-1195)) |has| |#1| (-1068)))
+((((-1197)) |has| |#1| (-1070)))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
-((((-874)) . T))
+((((-876)) . T))
(((|#1|) . T))
(((|#1| (-576)) . T))
-(((|#1| (-1278 |#1| |#2| |#3|)) . T))
+(((|#1| (-1280 |#1| |#2| |#3|)) . T))
(((|#1|) . T))
(((|#1| (-419 (-576))) . T))
-(((|#1| (-1250 |#1| |#2| |#3|)) . T))
+(((|#1| (-1252 |#1| |#2| |#3|)) . T))
(((|#1| (-783)) . T))
-((((-874)) . T))
-(|has| |#1| (-1119))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+((((-876)) . T))
+(|has| |#1| (-1121))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
(((|#1|) . T))
-((((-1177) |#1|) . T))
+((((-1179) |#1|) . T))
((($) . T))
(|has| |#2| (-148))
(|has| |#2| (-146))
-(((|#1| (-543 (-830 (-1195))) (-830 (-1195))) . T))
-((((-874)) . T))
-((((-1272 |#1| |#2| |#3| |#4|)) . T))
-((((-1272 |#1| |#2| |#3| |#4|)) . T))
-(((|#1|) |has| |#1| (-1068)))
-((((-576) (-112)) . T) (((-1253 (-576)) $) . T))
-((((-874)) |has| |#1| (-1119)))
+(((|#1| (-543 (-830 (-1197))) (-830 (-1197))) . T))
+((((-876)) . T))
+((((-1274 |#1| |#2| |#3| |#4|)) . T))
+((((-1274 |#1| |#2| |#3| |#4|)) . T))
+(((|#1|) |has| |#1| (-1070)))
+((((-576) (-112)) . T) (((-1255 (-576)) $) . T))
+((((-876)) |has| |#1| (-1121)))
(((|#1|) . T) (((-576)) . T) (($) . T))
((((-576)) . T))
((((-576)) . T))
(((|#1|) . T))
((((-576)) . T))
((((-576)) . T))
-((((-874)) . T))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-360)))
-((((-874)) . T))
+((((-876)) . T))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-360)))
+((((-876)) . T))
(|has| |#1| (-148))
(((|#3|) . T))
-((((-874)) . T))
-(|has| |#3| (-1068))
-((($) -2755 (|has| |#2| (-238)) (|has| |#2| (-237))))
-((((-1271 |#2| |#3| |#4|)) . T) (((-1272 |#1| |#2| |#3| |#4|)) . T))
-((((-874)) . T))
-((((-48)) -12 (|has| |#1| (-568)) (|has| |#1| (-1057 (-576)))) (((-624 $)) . T) ((|#1|) . T) (((-576)) |has| |#1| (-1057 (-576))) (((-419 (-576))) -2755 (-12 (|has| |#1| (-568)) (|has| |#1| (-1057 (-576)))) (|has| |#1| (-1057 (-419 (-576))))) (((-419 (-969 |#1|))) |has| |#1| (-568)) (((-969 |#1|)) |has| |#1| (-1068)) (((-1195)) . T))
+((((-876)) . T))
+(|has| |#3| (-1070))
+((($) -3795 (|has| |#2| (-238)) (|has| |#2| (-237))))
+((((-1273 |#2| |#3| |#4|)) . T) (((-1274 |#1| |#2| |#3| |#4|)) . T))
+((((-876)) . T))
+((((-48)) -12 (|has| |#1| (-568)) (|has| |#1| (-1059 (-576)))) (((-624 $)) . T) ((|#1|) . T) (((-576)) |has| |#1| (-1059 (-576))) (((-419 (-576))) -3795 (-12 (|has| |#1| (-568)) (|has| |#1| (-1059 (-576)))) (|has| |#1| (-1059 (-419 (-576))))) (((-419 (-971 |#1|))) |has| |#1| (-568)) (((-971 |#1|)) |has| |#1| (-1070)) (((-1197)) . T))
(((|#1|) . T) (($) . T))
(((|#1| (-783)) . T))
(((|#1|) . T))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) |has| |#1| (-174)))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) |has| |#1| (-174)))
(((|#1|) |has| |#1| (-319 |#1|)))
-((((-1272 |#1| |#2| |#3| |#4|)) . T))
-((((-576)) |has| |#1| (-899 (-576))) (((-390)) |has| |#1| (-899 (-390))))
+((((-1274 |#1| |#2| |#3| |#4|)) . T))
+((((-576)) |has| |#1| (-901 (-576))) (((-390)) |has| |#1| (-901 (-390))))
(((|#1|) . T))
-((($ (-1195)) -12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))
+((($ (-1197)) -12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))
(((|#1|) . T))
((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) |has| |#1| (-568)))
(((|#1|) . T))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-1193 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
-(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-1195 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) |has| |#1| (-174)))
+(((|#1|) |has| |#1| (-174)) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))))
((($) |has| |#1| (-568)) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-1193 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) . T))
-(((|#1|) . T) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))))
+((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-1195 |#1| |#2| |#3|)) |has| |#1| (-374)) ((|#1|) . T))
+(((|#1|) . T) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))))
(((|#1|) |has| |#1| (-174)))
-((((-874)) . T))
+((((-876)) . T))
((($) |has| |#1| (-568)) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(|has| |#1| (-568))
-((($ (-1282 |#2|)) . T) (($ (-1195)) -2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))))
-(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))
-((($ (-1282 |#2|)) . T) (($ (-1195)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))))
-((($ (-1282 |#2|)) . T) (($ (-1195)) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195)))))
+((($ (-1284 |#2|)) . T) (($ (-1197)) -3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))))
+(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))
+((($ (-1284 |#2|)) . T) (($ (-1197)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))))
+((($ (-1284 |#2|)) . T) (($ (-1197)) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197)))))
(((|#1|) |has| |#1| (-174)) (($) . T) (((-576)) . T))
(((|#1|) . T))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (($) -2755 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (($) -3795 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
(((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) (((-576)) . T) (($) . T))
-(((|#3|) |has| |#3| (-1119)))
-((((-927 |#1|)) . T) (((-419 (-576))) . T) (($) . T) (((-576)) . T))
-(((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374))))
-((((-1271 |#2| |#3| |#4|)) . T))
+(((|#3|) |has| |#3| (-1121)))
+((((-929 |#1|)) . T) (((-419 (-576))) . T) (($) . T) (((-576)) . T))
+(((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374))))
+((((-1273 |#2| |#3| |#4|)) . T))
((((-112)) . T))
(|has| |#1| (-832))
(|has| |#1| (-832))
-(((|#1| (-576) (-1101)) . T))
+(((|#1| (-576) (-1103)) . T))
((($) |has| |#1| (-319 $)) ((|#1|) |has| |#1| (-319 |#1|)))
(|has| |#1| (-860))
(|has| |#1| (-860))
-(((|#1| (-576) (-1101)) . T))
-(-2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-1068)))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-(((|#1| (-419 (-576)) (-1101)) . T))
-(((|#1| (-783) (-1101)) . T))
+(((|#1| (-576) (-1103)) . T))
+(-3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-1070)))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+(((|#1| (-419 (-576)) (-1103)) . T))
+(((|#1| (-783) (-1103)) . T))
(|has| |#1| (-862))
-(((#0=(-927 |#1|) #0#) . T) (($ $) . T) ((#1=(-419 (-576)) #1#) . T))
+(((#0=(-929 |#1|) #0#) . T) (($ $) . T) ((#1=(-419 (-576)) #1#) . T))
(|has| |#2| (-146))
(|has| |#2| (-148))
(((|#2|) . T))
(|has| |#1| (-146))
(|has| |#1| (-148))
-(|has| |#1| (-1119))
-((((-927 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
-(|has| |#1| (-1119))
+(|has| |#1| (-1121))
+((((-929 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
+(|has| |#1| (-1121))
((((-419 (-576))) |has| |#2| (-374)) (($) . T) (((-576)) . T))
-((((-576)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-1068))))
+((((-576)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-1070))))
(((|#1|) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
((((-576)) -12 (|has| |#1| (-374)) (|has| |#2| (-651 (-576)))) ((|#2|) |has| |#1| (-374)))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1068)) (|has| |#2| (-1119)))
-((((-701 (-350 (-3579) (-3579 (QUOTE X) (QUOTE HESS)) (-711)))) . T))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1070)) (|has| |#2| (-1121)))
+((((-701 (-350 (-4125) (-4125 (QUOTE X) (QUOTE HESS)) (-711)))) . T))
(((|#2|) |has| |#2| (-174)))
(((|#1|) |has| |#1| (-174)))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-((((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-1271 |#2| |#3| |#4|) (-329 |#2| |#3| |#4|)) . T))
-(((|#1| |#1|) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-1068))))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+((((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-1273 |#2| |#3| |#4|) (-329 |#2| |#3| |#4|)) . T))
+(((|#1| |#1|) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-1070))))
(((|#1|) . T))
((((-576)) . T))
((((-576)) . T))
-(((|#1|) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-1068))))
+(((|#1|) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-1070))))
(((|#2|) |has| |#2| (-374)))
(((|#1|) . T))
((($) . T) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-374)) (((-576)) |has| |#1| (-651 (-576))))
(|has| |#1| (-862))
(((|#1|) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
(((|#1|) . T) (((-576)) . T))
(((|#2|) . T))
((((-576)) . T) ((|#3|) . T))
-((((-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) |has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-926)))
+((((-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) |has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-928)))
(((|#2|) . T) (((-576)) |has| |#2| (-651 (-576))))
-((((-874)) . T))
-((((-874)) . T))
-((($ (-1195)) -2755 (-12 (|has| |#2| (-915 (-1195))) (|has| |#2| (-1068))) (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))))
-((((-576)) -2755 (|has| |#2| (-21)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1068))) ((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738)) (|has| |#2| (-1068))) (($) |has| |#2| (-1068)))
-((((-548)) . T) (((-576)) . T) (((-905 (-576))) . T) (((-390)) . T) (((-227)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((($ (-1197)) -3795 (-12 (|has| |#2| (-917 (-1197))) (|has| |#2| (-1070))) (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))))
+((((-576)) -3795 (|has| |#2| (-21)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1070))) ((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738)) (|has| |#2| (-1070))) (($) |has| |#2| (-1070)))
+((((-548)) . T) (((-576)) . T) (((-907 (-576))) . T) (((-390)) . T) (((-227)) . T))
+((((-876)) . T))
((($) |has| |#1| (-238)))
(|has| |#1| (-38 (-419 (-576))))
((((-576)) . T) (($) . T) (((-419 (-576))) . T))
@@ -2200,81 +2200,81 @@
(((|#1| |#1|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
-(((|#1| (-1193 |#1| |#2| |#3|)) . T))
+(((|#1| (-1195 |#1| |#2| |#3|)) . T))
(((|#1|) . T))
(((|#1| (-419 (-576))) . T))
(((|#1| |#1| |#2| (-245 |#1| |#2|) (-245 |#1| |#2|)) . T))
-(((|#1| (-1186 |#1| |#2| |#3|)) . T))
+(((|#1| (-1188 |#1| |#2| |#3|)) . T))
(((|#1| (-783)) . T))
(((|#1|) . T))
-((((-419 (-969 |#1|))) . T))
+((((-419 (-971 |#1|))) . T))
(((|#1|) . T))
(((|#1|) . T))
(|has| |#1| (-146))
(|has| |#1| (-148))
(|has| |#1| (-148))
-((((-419 (-969 |#1|))) . T))
+((((-419 (-971 |#1|))) . T))
(((|#1|) |has| |#1| (-174)))
(|has| |#1| (-146))
((($) |has| |#1| (-568)) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(((|#1|) |has| |#1| (-174)))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((((-576)) . T) ((|#1|) . T) (($) . T) (((-419 (-576))) . T) (((-1195)) |has| |#1| (-1057 (-1195))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((((-576)) . T) ((|#1|) . T) (($) . T) (((-419 (-576))) . T) (((-1197)) |has| |#1| (-1059 (-1197))))
(((|#1| |#2|) . T))
-((((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) (((-576)) -2755 (|has| |#1| (-860)) (|has| |#1| (-1057 (-576)))) ((|#1|) . T))
-(-2755 (-12 (|has| |#4| (-238)) (|has| |#4| (-1068))) (-12 (|has| |#4| (-237)) (|has| |#4| (-1068))))
-(-2755 (-12 (|has| |#3| (-238)) (|has| |#3| (-1068))) (-12 (|has| |#3| (-237)) (|has| |#3| (-1068))))
+((((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) (((-576)) -3795 (|has| |#1| (-860)) (|has| |#1| (-1059 (-576)))) ((|#1|) . T))
+(-3795 (-12 (|has| |#4| (-238)) (|has| |#4| (-1070))) (-12 (|has| |#4| (-237)) (|has| |#4| (-1070))))
+(-3795 (-12 (|has| |#3| (-238)) (|has| |#3| (-1070))) (-12 (|has| |#3| (-237)) (|has| |#3| (-1070))))
((((-145)) . T))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
(((|#1|) . T))
-(|has| |#2| (-1068))
+(|has| |#2| (-1070))
(((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) . T) (($ $) . T))
(((|#2|) . T) ((|#1|) . T) (((-576)) . T))
-((((-874)) . T))
+((((-876)) . T))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
((($) . T) (((-576)) |has| |#1| (-651 (-576))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
(|has| |#1| (-374))
(|has| |#1| (-374))
((($ |#2|) . T))
(|has| (-419 |#2|) (-238))
((((-656 |#1|)) . T))
-((($ (-1282 |#2|)) . T) (($ (-1195)) -2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))))
-((($ (-1282 |#2|)) . T) (($ (-1195)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))))
-((($ (-1282 |#2|)) . T) (($ (-1195)) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195)))))
-(|has| |#1| (-926))
-(((|#2|) |has| |#2| (-1068)))
-(((|#2|) |has| |#2| (-1068)))
+((($ (-1284 |#2|)) . T) (($ (-1197)) -3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))))
+((($ (-1284 |#2|)) . T) (($ (-1197)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))))
+((($ (-1284 |#2|)) . T) (($ (-1197)) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197)))))
+(|has| |#1| (-928))
+(((|#2|) |has| |#2| (-1070)))
+(((|#2|) |has| |#2| (-1070)))
(|has| |#1| (-374))
((($) . T))
-(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))))
+(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))))
(((|#1|) |has| |#1| (-174)))
-((($ (-876 |#1|)) . T))
+((($ (-878 |#1|)) . T))
(((|#1| |#1|) . T))
-((((-882 |#1|)) . T))
-((((-874)) . T))
+((((-884 |#1|)) . T))
+((((-876)) . T))
(((|#1|) . T))
-(((|#2|) |has| |#2| (-1119)))
+(((|#2|) |has| |#2| (-1121)))
(((|#1|) . T))
((((-419 |#2|)) . T) (((-419 (-576))) . T) (($) . T) (((-576)) . T))
-((((-656 $)) . T) (((-1177)) . T) (((-1195)) . T) (((-576)) . T) (((-227)) . T) (((-874)) . T))
-((((-576)) -2755 (|has| |#3| (-21)) (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-1068))) ((|#3|) -2755 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-738)) (|has| |#3| (-1068))) (($) |has| |#3| (-1068)))
+((((-656 $)) . T) (((-1179)) . T) (((-1197)) . T) (((-576)) . T) (((-227)) . T) (((-876)) . T))
+((((-576)) -3795 (|has| |#3| (-21)) (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-1070))) ((|#3|) -3795 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-738)) (|has| |#3| (-1070))) (($) |has| |#3| (-1070)))
((((-419 (-576))) . T) (((-576)) . T) (((-624 $)) . T))
(((|#1|) . T))
-((((-874)) . T))
+((((-876)) . T))
((($) . T))
(((|#1| (-543 |#2|) |#2|) . T))
-((((-874)) . T))
-(((|#1| (-576) (-1101)) . T))
-((((-927 |#1|)) . T))
-((((-874)) . T))
+((((-876)) . T))
+(((|#1| (-576) (-1103)) . T))
+((((-929 |#1|)) . T))
+((((-876)) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
-(((|#1| (-419 (-576)) (-1101)) . T))
-(((|#1| (-783) (-1101)) . T))
+(((|#1| (-419 (-576)) (-1103)) . T))
+(((|#1| (-783) (-1103)) . T))
(((#0=(-419 |#2|) #0#) . T) ((#1=(-419 (-576)) #1#) . T) (($ $) . T))
-(((|#1|) . T) (((-576)) -2755 (|has| (-419 (-576)) (-1057 (-576))) (|has| |#1| (-1057 (-576)))) (((-419 (-576))) . T))
+(((|#1|) . T) (((-576)) -3795 (|has| (-419 (-576)) (-1059 (-576))) (|has| |#1| (-1059 (-576)))) (((-419 (-576))) . T))
(((|#1| (-614 |#1| |#3|) (-614 |#1| |#2|)) . T))
(((|#1|) |has| |#1| (-174)))
(((|#1|) . T))
@@ -2282,67 +2282,67 @@
(((|#1|) . T))
((((-419 |#2|)) . T) (((-419 (-576))) . T) (($) . T))
(|has| |#2| (-238))
-(((|#2| (-543 (-876 |#1|)) (-876 |#1|)) . T))
-((((-874)) . T))
+(((|#2| (-543 (-878 |#1|)) (-878 |#1|)) . T))
+((((-876)) . T))
((($) |has| |#1| (-568)) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((((-874)) . T))
+((((-876)) . T))
(((|#1| |#3|) . T))
-((((-874)) . T))
-(((|#1|) |has| |#1| (-174)) (((-969 |#1|)) . T) (((-576)) . T))
+((((-876)) . T))
+(((|#1|) |has| |#1| (-174)) (((-971 |#1|)) . T) (((-576)) . T))
(((|#1|) |has| |#1| (-174)))
((((-711)) . T))
((((-711)) . T))
(((|#2|) |has| |#2| (-174)))
-(-2755 (|has| |#1| (-238)) (|has| |#1| (-237)))
-((((-576)) . T) ((|#2|) . T) (((-419 (-576))) |has| |#2| (-1057 (-419 (-576)))))
-((((-112)) |has| |#1| (-1119)) (((-874)) -2755 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-485)) (|has| |#1| (-738)) (|has| |#1| (-915 (-1195))) (|has| |#1| (-1068)) (|has| |#1| (-1131)) (|has| |#1| (-1119))))
+(-3795 (|has| |#1| (-238)) (|has| |#1| (-237)))
+((((-576)) . T) ((|#2|) . T) (((-419 (-576))) |has| |#2| (-1059 (-419 (-576)))))
+((((-112)) |has| |#1| (-1121)) (((-876)) -3795 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-485)) (|has| |#1| (-738)) (|has| |#1| (-917 (-1197))) (|has| |#1| (-1070)) (|has| |#1| (-1133)) (|has| |#1| (-1121))))
(((|#1|) . T) (($) . T))
(((|#1| |#2|) . T))
((($) . T) (((-576)) . T) (((-419 (-576))) . T))
((((-576)) . T) (($) . T) (((-419 (-576))) . T))
-((((-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) . T))
+((((-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) . T))
(((|#1|) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
(((|#1|) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
(((|#1|) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
((((-576)) . T) (($) . T) (((-419 (-576))) . T))
((((-576)) . T) (((-419 (-576))) . T) (($) . T))
-((((-874)) . T))
-((((-1195)) -2755 (-12 (|has| |#2| (-915 (-1195))) (|has| |#2| (-1068))) (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))))
+((((-876)) . T))
+((((-1197)) -3795 (-12 (|has| |#2| (-917 (-1197))) (|has| |#2| (-1070))) (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))))
((((-576)) . T) (((-419 (-576))) . T) (($) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-711)) . T) (((-419 (-576))) . T) (((-576)) . T))
(((|#1| |#1|) |has| |#1| (-174)))
(((|#2|) . T))
-((($) . T) (((-576)) . T) (((-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
+((($) . T) (((-576)) . T) (((-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
((((-576) |#1|) . T))
-(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))))
+(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))))
((((-390)) . T))
((((-711)) . T))
((((-419 (-576))) . #0=(|has| |#2| (-374))) (($) . #0#))
(((|#1|) |has| |#1| (-174)))
-((((-419 (-969 |#1|))) . T))
+((((-419 (-971 |#1|))) . T))
(((|#2| |#2|) . T))
-(-2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926)))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
+(-3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928)))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
(((|#1|) . T))
(((|#2|) . T))
-(((|#3|) |has| |#3| (-1068)))
-(|has| |#2| (-926))
-(|has| |#1| (-926))
+(((|#3|) |has| |#3| (-1070)))
+(|has| |#2| (-928))
+(|has| |#1| (-928))
(|has| |#1| (-374))
-(((|#3|) |has| |#3| (-1068)))
+(((|#3|) |has| |#3| (-1070)))
((($) . T))
-((((-1195)) |has| |#2| (-915 (-1195))))
-((((-874)) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+((((-1197)) |has| |#2| (-917 (-1197))))
+((((-876)) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
((((-419 (-576))) . T) (($) . T))
(|has| |#1| (-485))
(|has| |#1| (-379))
(|has| |#1| (-379))
(|has| |#1| (-379))
(|has| |#1| (-374))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-485)) (|has| |#1| (-568)) (|has| |#1| (-1068)) (|has| |#1| (-1131)))
-((($) -2755 (|has| |#1| (-238)) (|has| |#1| (-237)) (|has| |#1| (-360))))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-485)) (|has| |#1| (-568)) (|has| |#1| (-1070)) (|has| |#1| (-1133)))
+((($) -3795 (|has| |#1| (-238)) (|has| |#1| (-237)) (|has| |#1| (-360))))
((((-117 |#1|)) . T))
((((-117 |#1|)) . T))
(|has| |#1| (-360))
@@ -2351,9 +2351,9 @@
((($) . T) (((-576)) . T))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
-(((|#2|) . T) (((-874)) . T))
-(((|#2|) . T) (((-874)) . T))
-((($ (-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))))
+(((|#2|) . T) (((-876)) . T))
+(((|#2|) . T) (((-876)) . T))
+((($ (-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
@@ -2364,22 +2364,22 @@
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-862))
-((((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) . T))
+((((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) . T))
(((|#1| |#2|) . T))
((($) . T) (((-576)) . T))
(|has| |#1| (-148))
(|has| |#1| (-146))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) ((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) ((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))
(((|#2|) . T))
(|has| |#1| (-15 * (|#1| (-576) |#1|)))
(((|#3|) . T))
((((-117 |#1|)) . T))
(|has| |#1| (-379))
-(-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))
+(-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))
(|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))
(|has| |#1| (-862))
(|has| |#1| (-15 * (|#1| (-783) |#1|)))
-(((|#2|) . T) (((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) (((-576)) |has| |#1| (-1057 (-576))) ((|#1|) . T))
+(((|#2|) . T) (((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) (((-576)) |has| |#1| (-1059 (-576))) ((|#1|) . T))
((((-117 |#1|)) . T))
(((|#1|) |has| |#1| (-174)))
(((|#1|) . T))
@@ -2388,57 +2388,57 @@
((((-576)) . T))
(|has| |#1| (-374))
(|has| |#1| (-374))
-((((-874)) . T))
-((((-874)) . T))
-((((-548)) |has| |#1| (-626 (-548))) (((-905 (-576))) |has| |#1| (-626 (-905 (-576)))) (((-905 (-390))) |has| |#1| (-626 (-905 (-390)))) (((-390)) . #0=(|has| |#1| (-1041))) (((-227)) . #0#))
+((((-876)) . T))
+((((-876)) . T))
+((((-548)) |has| |#1| (-626 (-548))) (((-907 (-576))) |has| |#1| (-626 (-907 (-576)))) (((-907 (-390))) |has| |#1| (-626 (-907 (-390)))) (((-390)) . #0=(|has| |#1| (-1043))) (((-227)) . #0#))
(((|#1|) |has| |#1| (-374)))
(((|#1|) |has| |#1| (-374)))
-((((-874)) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+((((-876)) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
((($ $) . T) (((-624 $) $) . T))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-568)))
-((($) . T) (((-1272 |#1| |#2| |#3| |#4|)) . T) (((-419 (-576))) . T))
-((($) -2755 (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1068))) ((|#1|) -2755 (|has| |#1| (-174)) (|has| |#1| (-1068))) (((-419 (-576))) |has| |#1| (-568)) (((-576)) -12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068))))
-((($) . T) (((-576)) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) . T))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-568)))
+((($) . T) (((-1274 |#1| |#2| |#3| |#4|)) . T) (((-419 (-576))) . T))
+((($) -3795 (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1070))) ((|#1|) -3795 (|has| |#1| (-174)) (|has| |#1| (-1070))) (((-419 (-576))) |has| |#1| (-568)) (((-576)) -12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070))))
+((($) . T) (((-576)) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) . T))
(|has| |#1| (-374))
(|has| |#1| (-374))
(|has| |#1| (-374))
((((-390)) . T) (((-576)) . T) (((-419 (-576))) . T))
-((((-1195)) -2755 (-12 (|has| |#3| (-915 (-1195))) (|has| |#3| (-1068))) (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068)))))
-((((-656 (-792 |#1| (-876 |#2|)))) . T) (((-874)) . T))
-((((-548)) |has| (-792 |#1| (-876 |#2|)) (-626 (-548))))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+((((-1197)) -3795 (-12 (|has| |#3| (-917 (-1197))) (|has| |#3| (-1070))) (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070)))))
+((((-656 (-792 |#1| (-878 |#2|)))) . T) (((-876)) . T))
+((((-548)) |has| (-792 |#1| (-878 |#2|)) (-626 (-548))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
((((-390)) . T))
(((|#1|) |has| |#1| (-174)))
-(((|#3|) -12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119))))
+(((|#3|) -12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121))))
(((|#1|) |has| |#1| (-174)))
-((((-874)) . T))
-(-2755 (|has| |#2| (-464)) (|has| |#2| (-926)))
+((((-876)) . T))
+(-3795 (|has| |#2| (-464)) (|has| |#2| (-928)))
(((|#1|) . T))
((($) . T))
((($) |has| |#1| (-568)) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
((((-548)) |has| |#1| (-626 (-548))))
-(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))
+(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))
((((-783)) . T))
-(|has| |#1| (-1119))
-((((-576)) -2755 (|has| |#2| (-21)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1068))) ((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738)) (|has| |#2| (-1068))) (($) |has| |#2| (-1068)))
-((((-874)) . T))
-((((-1195)) . T) (((-874)) . T))
+(|has| |#1| (-1121))
+((((-576)) -3795 (|has| |#2| (-21)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1070))) ((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738)) (|has| |#2| (-1070))) (($) |has| |#2| (-1070)))
+((((-876)) . T))
+((((-1197)) . T) (((-876)) . T))
((((-576)) -12 (|has| |#1| (-21)) (|has| |#2| (-21))))
((((-419 (-576))) . T) (((-576)) . T) (((-624 $)) . T))
(|has| |#1| (-146))
(|has| |#1| (-148))
((((-576)) . T))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-568)))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-568)))
-(((#0=(-1271 |#2| |#3| |#4|)) . T) (((-419 (-576))) |has| #0# (-38 (-419 (-576)))) (($) . T))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-568)))
+(((#0=(-1273 |#2| |#3| |#4|)) . T) (((-419 (-576))) |has| #0# (-38 (-419 (-576)))) (($) . T))
((((-576)) . T))
((($) . T))
(|has| |#1| (-374))
-(-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-148)) (|has| |#1| (-374))) (|has| |#1| (-148)))
-(-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-146)) (|has| |#1| (-374))) (|has| |#1| (-146)))
+(-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-148)) (|has| |#1| (-374))) (|has| |#1| (-148)))
+(-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-146)) (|has| |#1| (-374))) (|has| |#1| (-146)))
(|has| |#1| (-374))
(|has| |#1| (-146))
(|has| |#1| (-148))
@@ -2446,8 +2446,8 @@
(|has| |#1| (-238))
(|has| |#1| (-374))
(((|#3|) . T))
-((((-874)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
((((-576)) |has| |#2| (-651 (-576))) ((|#2|) . T))
(|has| |#1| (-146))
((((-576) |#1|) |has| |#2| (-429 |#1|)))
@@ -2456,73 +2456,73 @@
(((|#2|) . T))
((((-419 (-576))) . #0=(|has| |#2| (-374))) (($) . #0#))
((((-419 (-576))) |has| |#2| (-374)) (($) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
-((((-1161 |#2| |#1|)) . T) ((|#1|) . T) (((-576)) . T))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
+((((-1163 |#2| |#1|)) . T) ((|#1|) . T) (((-576)) . T))
(((|#1| |#2|) . T))
-((((-576)) . T) ((|#1|) . T) (((-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-1057 (-419 (-576))))))
-((((-1195)) -2755 (-12 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195))))))
+((((-576)) . T) ((|#1|) . T) (((-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-1059 (-419 (-576))))))
+((((-1197)) -3795 (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (-12 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197))))))
(((|#1|) . T) (((-576)) |has| |#1| (-651 (-576))))
(((|#2|) . T) (($) . T) (((-576)) . T))
(((|#1|) . T) (($) . T) (((-576)) . T))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-102)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1068)) (|has| |#2| (-1119)))
-((((-874)) . T))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-102)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1070)) (|has| |#2| (-1121)))
+((((-876)) . T))
((((-576)) . T))
-(-2755 (-12 (|has| |#2| (-238)) (|has| |#2| (-1068))) (-12 (|has| |#2| (-237)) (|has| |#2| (-1068))))
+(-3795 (-12 (|has| |#2| (-238)) (|has| |#2| (-1070))) (-12 (|has| |#2| (-237)) (|has| |#2| (-1070))))
(((|#1| $) |has| |#1| (-296 |#1| |#1|)))
((((-419 (-576))) . T) (($) . T) (((-419 |#1|)) . T) ((|#1|) . T))
-((((-969 |#1|)) . T) (((-874)) . T))
+((((-971 |#1|)) . T) (((-876)) . T))
(((|#3|) . T))
-(((|#1| |#1|) . T) (($ $) -2755 (|has| |#1| (-300)) (|has| |#1| (-374))) ((#0=(-419 (-576)) #0#) |has| |#1| (-374)))
-((((-969 |#1|)) . T))
-((((-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) . T))
+(((|#1| |#1|) . T) (($ $) -3795 (|has| |#1| (-300)) (|has| |#1| (-374))) ((#0=(-419 (-576)) #0#) |has| |#1| (-374)))
+((((-971 |#1|)) . T))
+((((-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) . T))
((($) . T))
((((-576) |#1|) . T))
-((((-1195)) |has| (-419 |#2|) (-915 (-1195))))
-(((|#1|) . T) (($) -2755 (|has| |#1| (-300)) (|has| |#1| (-374))) (((-419 (-576))) |has| |#1| (-374)))
+((((-1197)) |has| (-419 |#2|) (-917 (-1197))))
+(((|#1|) . T) (($) -3795 (|has| |#1| (-300)) (|has| |#1| (-374))) (((-419 (-576))) |has| |#1| (-374)))
((((-548)) |has| |#2| (-626 (-548))))
-((((-701 |#2|)) . T) (((-874)) . T))
+((((-701 |#2|)) . T) (((-876)) . T))
(((|#1|) . T))
-(((|#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))
-(((|#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))
-((((-882 |#1|)) . T))
+(((|#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))
+(((|#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))
+((((-884 |#1|)) . T))
(((|#1|) |has| |#1| (-174)))
-(-2755 (|has| |#4| (-805)) (|has| |#4| (-862)))
-(-2755 (|has| |#3| (-805)) (|has| |#3| (-862)))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-((((-874)) . T))
+(-3795 (|has| |#4| (-805)) (|has| |#4| (-862)))
+(-3795 (|has| |#3| (-805)) (|has| |#3| (-862)))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+((((-876)) . T))
(((|#1|) . T))
((($) . T) (((-576)) . T) ((|#2|) . T))
-((((-874)) . T))
-(((|#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))
-(((|#3|) -2755 (|has| |#3| (-174)) (|has| |#3| (-374))))
-(((|#2|) |has| |#2| (-1068)))
-(((|#2|) |has| |#2| (-1068)))
+((((-876)) . T))
+(((|#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))
+(((|#3|) -3795 (|has| |#3| (-174)) (|has| |#3| (-374))))
+(((|#2|) |has| |#2| (-1070)))
+(((|#2|) |has| |#2| (-1070)))
(((|#3|) . T))
((($) . T))
(((|#1|) . T))
((((-419 |#2|)) . T))
-(((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738))))
+(((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738))))
(((|#1|) . T))
-(((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738)) (|has| |#2| (-1068))))
-(((|#3|) -12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119))))
-((((-1253 (-576)) $) . T) (((-576) |#1|) . T))
+(((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738)) (|has| |#2| (-1070))))
+(((|#3|) -12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121))))
+((((-1255 (-576)) $) . T) (((-576) |#1|) . T))
(((|#1|) . T))
((($) . T))
((((-576)) . T) (($) . T) (((-419 (-576))) . T))
((((-419 (-576))) . T) (($) . T))
((((-419 (-576))) . T) (($) . T))
((((-419 (-576))) . T) (($) . T))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-1240)))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-1242)))
((($) . T))
-((((-419 (-576))) |has| #0=(-419 |#2|) (-1057 (-419 (-576)))) (((-576)) |has| #0# (-1057 (-576))) ((#0#) . T))
+((((-419 (-576))) |has| #0=(-419 |#2|) (-1059 (-419 (-576)))) (((-576)) |has| #0# (-1059 (-576))) ((#0#) . T))
(((|#2|) . T) (((-576)) |has| |#2| (-651 (-576))))
(((|#1| (-783)) . T))
(|has| |#1| (-862))
(((|#1|) . T) (((-576)) |has| |#1| (-651 (-576))))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) (((-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) (((-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
((((-576)) . T))
-((((-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) |has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))))))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+((((-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) |has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(|has| |#1| (-860))
((((-576) $) . T) (((-656 (-576)) $) . T))
(|has| |#1| (-379))
@@ -2545,87 +2545,87 @@
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
-((((-1177)) . T) (((-518)) . T) (((-227)) . T) (((-576)) . T))
-((((-1195)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))))
-(-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))
+((((-1179)) . T) (((-518)) . T) (((-227)) . T) (((-576)) . T))
+((((-1197)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))))
+(-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))
(|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))
(|has| |#1| (-15 * (|#1| (-783) |#1|)))
-((((-874)) . T))
-(((|#2|) . T) (((-576)) . T) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) (((-1101)) . T) ((|#1|) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))))
+((((-876)) . T))
+(((|#2|) . T) (((-576)) . T) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) (((-1103)) . T) ((|#1|) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))))
(((|#1| |#2|) . T))
((((-145)) . T))
-((((-792 |#1| (-876 |#2|))) . T))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
-(|has| |#1| (-1221))
-((((-874)) . T))
+((((-792 |#1| (-878 |#2|))) . T))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
+(|has| |#1| (-1223))
+((((-876)) . T))
(((|#1|) . T))
-(-2755 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-102)) (|has| |#3| (-132)) (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-379)) (|has| |#3| (-738)) (|has| |#3| (-805)) (|has| |#3| (-862)) (|has| |#3| (-1068)) (|has| |#3| (-1119)))
-((((-1195) |#1|) |has| |#1| (-526 (-1195) |#1|)))
+(-3795 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-102)) (|has| |#3| (-132)) (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-379)) (|has| |#3| (-738)) (|has| |#3| (-805)) (|has| |#3| (-862)) (|has| |#3| (-1070)) (|has| |#3| (-1121)))
+((((-1197) |#1|) |has| |#1| (-526 (-1197) |#1|)))
(((|#2|) . T))
(((|#2|) . T))
-((($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
-((((-927 |#1|)) . T))
-((($) -2755 (-12 (|has| |#4| (-238)) (|has| |#4| (-1068))) (-12 (|has| |#4| (-237)) (|has| |#4| (-1068)))))
-((($) -2755 (-12 (|has| |#3| (-238)) (|has| |#3| (-1068))) (-12 (|has| |#3| (-237)) (|has| |#3| (-1068)))))
+((($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
+((((-929 |#1|)) . T))
+((($) -3795 (-12 (|has| |#4| (-238)) (|has| |#4| (-1070))) (-12 (|has| |#4| (-237)) (|has| |#4| (-1070)))))
+((($) -3795 (-12 (|has| |#3| (-238)) (|has| |#3| (-1070))) (-12 (|has| |#3| (-237)) (|has| |#3| (-1070)))))
((($) . T))
-((((-419 (-969 |#1|))) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((((-1195)) -2755 (-12 (|has| |#2| (-915 (-1195))) (|has| |#2| (-1068))) (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))))
+((((-419 (-971 |#1|))) . T))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((((-1197)) -3795 (-12 (|has| |#2| (-917 (-1197))) (|has| |#2| (-1070))) (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))))
((((-548)) |has| |#4| (-626 (-548))))
(|has| |#1| (-860))
-((((-874)) . T) (((-656 |#4|)) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+((((-876)) . T) (((-656 |#4|)) . T))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
(((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) (((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) |has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) (((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) |has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))))
(|has| |#1| (-374))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#3|) -2755 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-738))))
+(((|#3|) -3795 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-738))))
((((-684 |#1|)) . T))
-(((|#3|) -2755 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-738)) (|has| |#3| (-1068))))
+(((|#3|) -3795 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-738)) (|has| |#3| (-1070))))
((((-576)) . T) (($) . T) (((-419 (-576))) . T))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) |has| |#1| (-174)))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) |has| |#1| (-174)))
(|has| |#1| (-146))
(|has| |#1| (-148))
-(-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-148)) (|has| |#1| (-374))) (|has| |#1| (-148)))
-(-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-146)) (|has| |#1| (-374))) (|has| |#1| (-146)))
+(-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-148)) (|has| |#1| (-374))) (|has| |#1| (-148)))
+(-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-146)) (|has| |#1| (-374))) (|has| |#1| (-146)))
(|has| |#1| (-146))
(|has| |#1| (-148))
(|has| |#1| (-148))
(|has| |#1| (-146))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
-((((-1278 |#1| |#2| |#3|)) |has| |#1| (-374)))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
+((((-1280 |#1| |#2| |#3|)) |has| |#1| (-374)))
(|has| |#1| (-860))
(((|#1| |#2|) . T))
(((|#1|) . T) (((-576)) |has| |#1| (-651 (-576))))
((((-576)) |has| |#1| (-651 (-576))) ((|#1|) . T))
-((((-927 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
-(|has| |#1| (-1119))
+((((-929 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
+(|has| |#1| (-1121))
(((|#1|) . T) (($) . T) (((-419 (-576))) . T) (((-576)) . T))
-((((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((|#1|) . T) (((-576)) . T))
+((((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((|#1|) . T) (((-576)) . T))
(|has| |#2| (-146))
(|has| |#2| (-148))
-((((-927 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
+((((-929 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
((((-576)) . T) ((|#1|) . T))
(((|#2|) . T) (($) . T) (((-576)) . T))
(((|#2|) . T))
-((((-1195)) -2755 (|has| |#2| (-915 (-1195))) (|has| |#2| (-917 (-1195)))))
+((((-1197)) -3795 (|has| |#2| (-917 (-1197))) (|has| |#2| (-919 (-1197)))))
(((|#1| |#1|) . T))
(((|#3|) |has| |#3| (-374)))
((((-419 |#2|)) . T))
-((((-874)) . T))
+((((-876)) . T))
(((|#1|) . T))
-((((-874)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
((((-548)) |has| |#1| (-626 (-548))))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
((((-576)) . T) (($) . T) (((-419 (-576))) . T))
-((((-1195) |#1|) |has| |#1| (-526 (-1195) |#1|)) ((|#1| |#1|) |has| |#1| (-319 |#1|)))
-(((|#1|) -2755 (|has| |#1| (-174)) (|has| |#1| (-374))))
+((((-1197) |#1|) |has| |#1| (-526 (-1197) |#1|)) ((|#1| |#1|) |has| |#1| (-319 |#1|)))
+(((|#1|) -3795 (|has| |#1| (-174)) (|has| |#1| (-374))))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
((((-576)) . T) (((-419 (-576))) . T) (($) . T))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
@@ -2635,47 +2635,47 @@
(((|#1|) . T) (($) . T) (((-419 (-576))) . T))
(((|#1|) . T) (($) . T) (((-419 (-576))) . T))
(((|#2|) |has| |#2| (-374)))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) (((-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) (((-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
(((|#2|) . T))
((((-419 (-576))) . T) (((-711)) . T) (($) . T))
-((($) . T) (((-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(-2755 (|has| |#1| (-238)) (|has| |#1| (-237)))
-(((#0=(-792 |#1| (-876 |#2|)) #0#) |has| (-792 |#1| (-876 |#2|)) (-319 (-792 |#1| (-876 |#2|)))))
-((($) -2755 (|has| |#1| (-238)) (|has| |#1| (-237))))
+((($) . T) (((-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(-3795 (|has| |#1| (-238)) (|has| |#1| (-237)))
+(((#0=(-792 |#1| (-878 |#2|)) #0#) |has| (-792 |#1| (-878 |#2|)) (-319 (-792 |#1| (-878 |#2|)))))
+((($) -3795 (|has| |#1| (-238)) (|has| |#1| (-237))))
((((-576)) . T) (($) . T))
-((((-876 |#1|)) . T))
+((((-878 |#1|)) . T))
(((|#2|) |has| |#2| (-174)))
(((|#1|) |has| |#1| (-174)))
(((|#2|) . T))
-((((-1195)) |has| |#1| (-915 (-1195))) (((-1101)) . T))
-((((-1195)) |has| |#1| (-915 (-1195))) (((-1107 (-1195))) . T))
-(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))
-((($ (-1195)) -2755 (-12 (|has| |#2| (-915 (-1195))) (|has| |#2| (-1068))) (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))))
+((((-1197)) |has| |#1| (-917 (-1197))) (((-1103)) . T))
+((((-1197)) |has| |#1| (-917 (-1197))) (((-1109 (-1197))) . T))
+(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))
+((($ (-1197)) -3795 (-12 (|has| |#2| (-917 (-1197))) (|has| |#2| (-1070))) (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))))
((((-419 (-576))) . T) (((-576)) . T) (($) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(|has| |#1| (-38 (-419 (-576))))
-(((|#4|) |has| |#4| (-1068)) (((-576)) -12 (|has| |#4| (-651 (-576))) (|has| |#4| (-1068))))
-(((|#3|) |has| |#3| (-1068)) (((-576)) -12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1068))))
+(((|#4|) |has| |#4| (-1070)) (((-576)) -12 (|has| |#4| (-651 (-576))) (|has| |#4| (-1070))))
+(((|#3|) |has| |#3| (-1070)) (((-576)) -12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1070))))
(|has| |#1| (-146))
(|has| |#1| (-148))
((($ $) . T))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-485)) (|has| |#1| (-738)) (|has| |#1| (-915 (-1195))) (|has| |#1| (-1068)) (|has| |#1| (-1131)) (|has| |#1| (-1119)))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-485)) (|has| |#1| (-738)) (|has| |#1| (-917 (-1197))) (|has| |#1| (-1070)) (|has| |#1| (-1133)) (|has| |#1| (-1121)))
(|has| |#1| (-568))
(((|#2|) . T))
((((-576)) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
(((|#1|) . T))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1068)))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1070)))
((((-593 |#1|)) . T))
((($) . T))
(((|#1| (-59 |#1|) (-59 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-874)) . T))
+((((-876)) . T))
((($) . T))
-(((|#2|) |has| |#2| (-6 (-4464 "*"))))
+(((|#2|) |has| |#2| (-6 (-4466 "*"))))
(((|#1|) . T))
(((|#1|) . T))
((($) . T))
@@ -2685,38 +2685,38 @@
(((|#1|) . T))
(((|#1|) . T))
(((|#3|) . T) (((-576)) . T))
-((((-1271 |#2| |#3| |#4|)) . T) (((-576)) . T) (((-1272 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-419 (-576))) . T))
-((((-48)) -12 (|has| |#1| (-568)) (|has| |#1| (-1057 (-576)))) (((-576)) -2755 (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1057 (-576))) (|has| |#1| (-1068))) ((|#1|) . T) (((-624 $)) . T) (($) |has| |#1| (-568)) (((-419 (-576))) -2755 (|has| |#1| (-568)) (|has| |#1| (-1057 (-419 (-576))))) (((-419 (-969 |#1|))) |has| |#1| (-568)) (((-969 |#1|)) |has| |#1| (-1068)) (((-1195)) . T))
-((((-419 (-576))) |has| |#2| (-1057 (-419 (-576)))) (((-576)) |has| |#2| (-1057 (-576))) ((|#2|) . T) (((-876 |#1|)) . T))
+((((-1273 |#2| |#3| |#4|)) . T) (((-576)) . T) (((-1274 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-419 (-576))) . T))
+((((-48)) -12 (|has| |#1| (-568)) (|has| |#1| (-1059 (-576)))) (((-576)) -3795 (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1059 (-576))) (|has| |#1| (-1070))) ((|#1|) . T) (((-624 $)) . T) (($) |has| |#1| (-568)) (((-419 (-576))) -3795 (|has| |#1| (-568)) (|has| |#1| (-1059 (-419 (-576))))) (((-419 (-971 |#1|))) |has| |#1| (-568)) (((-971 |#1|)) |has| |#1| (-1070)) (((-1197)) . T))
+((((-419 (-576))) |has| |#2| (-1059 (-419 (-576)))) (((-576)) |has| |#2| (-1059 (-576))) ((|#2|) . T) (((-878 |#1|)) . T))
((($) . T) (((-117 |#1|)) . T) (((-419 (-576))) . T))
-((((-1144 |#1| |#2|)) . T) ((|#2|) . T) ((|#1|) . T) (((-576)) |has| |#1| (-1057 (-576))) (((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))))
-((((-1191 |#1|)) . T) (((-1101)) . T) ((|#1|) . T) (((-576)) |has| |#1| (-1057 (-576))) (((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))))
-((((-1144 |#1| (-1195))) . T) (((-1107 (-1195))) . T) ((|#1|) . T) (((-576)) |has| |#1| (-1057 (-576))) (((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) (((-1195)) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
+((((-1146 |#1| |#2|)) . T) ((|#2|) . T) ((|#1|) . T) (((-576)) |has| |#1| (-1059 (-576))) (((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))))
+((((-1193 |#1|)) . T) (((-1103)) . T) ((|#1|) . T) (((-576)) |has| |#1| (-1059 (-576))) (((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))))
+((((-1146 |#1| (-1197))) . T) (((-1109 (-1197))) . T) ((|#1|) . T) (((-576)) |has| |#1| (-1059 (-576))) (((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) (((-1197)) . T))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
((($) . T))
-(|has| |#1| (-1119))
-((((-576)) -12 (|has| |#1| (-899 (-576))) (|has| |#2| (-899 (-576)))) (((-390)) -12 (|has| |#1| (-899 (-390))) (|has| |#2| (-899 (-390)))))
+(|has| |#1| (-1121))
+((((-576)) -12 (|has| |#1| (-901 (-576))) (|has| |#2| (-901 (-576)))) (((-390)) -12 (|has| |#1| (-901 (-390))) (|has| |#2| (-901 (-390)))))
(((|#1| |#2|) . T))
-((((-1195) |#1|) . T))
+((((-1197) |#1|) . T))
(((|#4|) . T))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-360)))
-((((-1195) (-52)) . T))
-((((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) (((-576)) |has| |#1| (-1057 (-576))) ((|#1|) . T))
-((((-1271 |#2| |#3| |#4|) (-329 |#2| |#3| |#4|)) . T))
-((((-874)) . T))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-102)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1068)) (|has| |#2| (-1119)))
-(((#0=(-1272 |#1| |#2| |#3| |#4|) #0#) . T) ((#1=(-419 (-576)) #1#) . T) (($ $) . T))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-360)))
+((((-1197) (-52)) . T))
+((((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) (((-576)) |has| |#1| (-1059 (-576))) ((|#1|) . T))
+((((-1273 |#2| |#3| |#4|) (-329 |#2| |#3| |#4|)) . T))
+((((-876)) . T))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-102)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-379)) (|has| |#2| (-738)) (|has| |#2| (-805)) (|has| |#2| (-862)) (|has| |#2| (-1070)) (|has| |#2| (-1121)))
+(((#0=(-1274 |#1| |#2| |#3| |#4|) #0#) . T) ((#1=(-419 (-576)) #1#) . T) (($ $) . T))
(((|#1| |#1|) |has| |#1| (-174)) ((#0=(-419 (-576)) #0#) |has| |#1| (-568)) (($ $) |has| |#1| (-568)))
((($) |has| |#1| (-15 * (|#1| (-576) |#1|))))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) |has| |#1| (-174)))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) |has| |#1| (-174)))
(((|#1|) . T) (($) . T) (((-419 (-576))) . T))
(((|#1| $) |has| |#1| (-296 |#1| |#1|)))
-((((-1272 |#1| |#2| |#3| |#4|)) . T) (((-419 (-576))) . T) (($) . T))
+((((-1274 |#1| |#2| |#3| |#4|)) . T) (((-419 (-576))) . T) (($) . T))
(((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-568)) (($) |has| |#1| (-568)))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#1|) . T))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#1|) . T))
(|has| |#1| (-374))
-((($) |has| |#1| (-860)) (((-576)) -2755 (|has| |#1| (-21)) (|has| |#1| (-860))))
-((($) -2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))))
+((($) |has| |#1| (-860)) (((-576)) -3795 (|has| |#1| (-21)) (|has| |#1| (-860))))
+((($) -3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))))
((($) |has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))
(|has| |#1| (-146))
(|has| |#1| (-148))
@@ -2725,50 +2725,50 @@
((((-419 (-576))) . T) (($) . T))
(((|#3|) |has| |#3| (-374)))
((($) |has| |#1| (-15 * (|#1| (-783) |#1|))))
-(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))
-((((-1195)) . T))
-((($) . T) (((-1271 |#2| |#3| |#4|)) . T) (((-419 (-576))) |has| (-1271 |#2| |#3| |#4|) (-38 (-419 (-576)))) (((-576)) . T))
+(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))
+((((-1197)) . T))
+((($) . T) (((-1273 |#2| |#3| |#4|)) . T) (((-419 (-576))) |has| (-1273 |#2| |#3| |#4|) (-38 (-419 (-576)))) (((-576)) . T))
(((|#1|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))
+(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))
(((|#2| |#3|) . T))
-(-2755 (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926)))
+(-3795 (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928)))
(((|#1| (-543 |#2|)) . T))
(((|#1| (-783)) . T))
-(((|#1| (-543 (-1107 (-1195)))) . T))
+(((|#1| (-543 (-1109 (-1197)))) . T))
(((|#1|) |has| |#1| (-174)))
(((|#1|) . T))
-(|has| |#2| (-926))
-(-2755 (|has| |#2| (-805)) (|has| |#2| (-862)))
-((((-874)) . T))
-(((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738))))
-(((|#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738)) (|has| |#2| (-1068))))
-((($ (-1195)) -2755 (-12 (|has| |#3| (-915 (-1195))) (|has| |#3| (-1068))) (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068)))))
-((($ $) . T) ((#0=(-1271 |#2| |#3| |#4|) #0#) . T) ((#1=(-419 (-576)) #1#) |has| #0# (-38 (-419 (-576)))))
-((((-927 |#1|)) . T))
+(|has| |#2| (-928))
+(-3795 (|has| |#2| (-805)) (|has| |#2| (-862)))
+((((-876)) . T))
+(((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738))))
+(((|#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-738)) (|has| |#2| (-1070))))
+((($ (-1197)) -3795 (-12 (|has| |#3| (-917 (-1197))) (|has| |#3| (-1070))) (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070)))))
+((($ $) . T) ((#0=(-1273 |#2| |#3| |#4|) #0#) . T) ((#1=(-419 (-576)) #1#) |has| #0# (-38 (-419 (-576)))))
+((((-929 |#1|)) . T))
(-12 (|has| |#1| (-374)) (|has| |#2| (-832)))
((((-576)) . T) (($) . T) (((-419 (-576))) . T))
-((((-874)) . T))
+((((-876)) . T))
((($) . T) (((-576)) . T))
((($) . T))
-(-2755 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)) (|has| |#1| (-568)))
(|has| |#1| (-374))
(|has| |#1| (-374))
(((|#1| |#2|) . T))
-((($) . T) ((#0=(-1271 |#2| |#3| |#4|)) . T) (((-419 (-576))) |has| #0# (-38 (-419 (-576)))))
-((((-1193 |#1| |#2| |#3|)) |has| |#1| (-374)))
-(-2755 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))) (|has| |#1| (-374)) (|has| |#1| (-360)))
-(-2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-1068)))
+((($) . T) ((#0=(-1273 |#2| |#3| |#4|)) . T) (((-419 (-576))) |has| #0# (-38 (-419 (-576)))))
+((((-1195 |#1| |#2| |#3|)) |has| |#1| (-374)))
+(-3795 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))) (|has| |#1| (-374)) (|has| |#1| (-360)))
+(-3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-1070)))
((((-576)) |has| |#1| (-651 (-576))) ((|#1|) . T))
(((|#1| |#2|) . T))
-((((-874)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
((((-112)) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#2|) . T))
((((-419 |#2|)) . T) (((-419 (-576))) . T) (($) . T))
(((|#1| |#2| |#3| |#4|) . T))
-(((|#1| (-543 (-876 |#2|)) (-876 |#2|) (-792 |#1| (-876 |#2|))) . T))
+(((|#1| (-543 (-878 |#2|)) (-878 |#2|) (-792 |#1| (-878 |#2|))) . T))
(((|#2|) . T))
(|has| |#2| (-374))
(|has| |#1| (-862))
@@ -2778,15 +2778,15 @@
(((|#1|) . T))
((((-576)) . T))
(((|#1|) . T))
-((((-874)) . T))
+((((-876)) . T))
(((|#2|) |has| |#2| (-174)))
-(|has| |#1| (-1119))
+(|has| |#1| (-1121))
(((|#1|) |has| |#1| (-174)))
(((|#2|) . T))
(((|#1|) . T))
(((|#4|) . T))
(((|#4|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
((((-419 (-576))) . T) (((-419 |#1|)) . T) ((|#1|) . T) (((-576)) . T) (($) . T))
(((|#3|) . T) (((-576)) . T) (($) . T))
((((-419 $) (-419 $)) |has| |#1| (-568)) (($ $) . T) ((|#1| |#1|) . T))
@@ -2794,184 +2794,184 @@
((($) . T))
(((|#4|) . T))
((($) . T))
-((($ (-1195)) -2755 (-12 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195))))))
-((((-874)) . T))
-(((|#1| (-543 (-1195))) . T))
+((($ (-1197)) -3795 (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (-12 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197))))))
+((((-876)) . T))
+(((|#1| (-543 (-1197))) . T))
((($ $) . T))
(((|#1|) |has| |#1| (-174)))
((($) . T))
-((((-874)) . T))
+((((-876)) . T))
(((|#2|) . T))
-(((|#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))
+(((|#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))
(((|#2|) . T))
-(((|#2|) -2755 (|has| |#2| (-6 (-4464 "*"))) (|has| |#2| (-174))))
-(-2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926)))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-(|has| |#2| (-926))
-(|has| |#1| (-926))
-((($) -2755 (-12 (|has| |#2| (-238)) (|has| |#2| (-1068))) (-12 (|has| |#2| (-237)) (|has| |#2| (-1068)))))
+(((|#2|) -3795 (|has| |#2| (-6 (-4466 "*"))) (|has| |#2| (-174))))
+(-3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928)))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+(|has| |#2| (-928))
+(|has| |#1| (-928))
+((($) -3795 (-12 (|has| |#2| (-238)) (|has| |#2| (-1070))) (-12 (|has| |#2| (-237)) (|has| |#2| (-1070)))))
(((|#2|) |has| |#2| (-174)))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-((((-1278 |#1| |#2| |#3|)) |has| |#1| (-374)))
-((((-874)) . T))
-((((-874)) . T))
-((((-548)) . T) (((-576)) . T) (((-905 (-576))) . T) (((-390)) . T) (((-227)) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+((((-1280 |#1| |#2| |#3|)) |has| |#1| (-374)))
+((((-876)) . T))
+((((-876)) . T))
+((((-548)) . T) (((-576)) . T) (((-907 (-576))) . T) (((-390)) . T) (((-227)) . T))
(((|#1| |#2|) . T))
((($) . T) (((-576)) . T))
-((((-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) . T))
+((((-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) . T))
(((|#1|) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-((((-874)) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+((((-876)) . T))
(((|#1| |#2|) . T))
((($) . T) (((-576)) . T))
(((|#1| (-419 (-576))) . T))
(((|#1|) . T))
-(-2755 (|has| |#1| (-300)) (|has| |#1| (-374)))
+(-3795 (|has| |#1| (-300)) (|has| |#1| (-374)))
((((-145)) . T))
((((-576)) |has| #0=(-419 |#2|) (-651 (-576))) ((#0#) . T) (((-419 (-576))) . T) (($) . T))
(|has| |#1| (-860))
-((((-874)) . T))
-((((-874)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+((((-876)) . T))
+((((-876)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(((|#1| |#1| |#2| (-245 |#1| |#2|) (-245 |#1| |#2|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#2|) . T))
((((-419 (-576))) . T) (($) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-189)) . T) (((-874)) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-189)) . T) (((-876)) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
(((|#2| |#2|) . T) ((|#1| |#1|) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-548)) |has| |#1| (-626 (-548))) (((-905 (-576))) |has| |#1| (-626 (-905 (-576)))) (((-905 (-390))) |has| |#1| (-626 (-905 (-390)))))
-((((-1195) (-52)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-548)) |has| |#1| (-626 (-548))) (((-907 (-576))) |has| |#1| (-626 (-907 (-576)))) (((-907 (-390))) |has| |#1| (-626 (-907 (-390)))))
+((((-1197) (-52)) . T))
(((|#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((($ (-1195)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))))
-((((-656 (-145))) . T) (((-1177)) . T))
-((((-874)) . T))
-((((-1177)) . T))
-((((-1195) |#1|) |has| |#1| (-526 (-1195) |#1|)) ((|#1| |#1|) |has| |#1| (-319 |#1|)))
+((($ (-1197)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))))
+((((-656 (-145))) . T) (((-1179)) . T))
+((((-876)) . T))
+((((-1179)) . T))
+((((-1197) |#1|) |has| |#1| (-526 (-1197) |#1|)) ((|#1| |#1|) |has| |#1| (-319 |#1|)))
(|has| |#1| (-862))
-((((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) . T))
-((((-874)) . T))
+((((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) . T))
+((((-876)) . T))
((((-548)) |has| |#1| (-626 (-548))))
-((($) -2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))))
+((($) -3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))))
((($) |has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))
-((((-874)) . T))
+((((-876)) . T))
(((|#2|) |has| |#2| (-374)))
-((((-874)) . T))
+((((-876)) . T))
((($) |has| |#1| (-15 * (|#1| (-783) |#1|))))
((((-548)) |has| |#4| (-626 (-548))))
(((|#2|) . T))
-((((-874)) . T) (((-656 |#4|)) . T))
-((((-927 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
+((((-876)) . T) (((-656 |#4|)) . T))
+((((-929 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
((($) . T) (((-576)) . T) (((-419 (-576))) . T) (((-624 $)) . T))
-(|has| |#4| (-1068))
-(|has| |#3| (-1068))
-(|has| |#1| (-1119))
-((((-1195) (-52)) . T))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
+(|has| |#4| (-1070))
+(|has| |#3| (-1070))
+(|has| |#1| (-1121))
+((((-1197) (-52)) . T))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1068)))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1068)))
-(|has| |#1| (-926))
-((((-927 |#1|)) . T) (((-419 (-576))) . T) (($) . T) (((-576)) . T))
-(|has| |#1| (-926))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1070)))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1070)))
+(|has| |#1| (-928))
+((((-929 |#1|)) . T) (((-419 (-576))) . T) (($) . T) (((-576)) . T))
+(|has| |#1| (-928))
(((|#1|) . T) (((-576)) . T) (((-419 (-576))) . T) (($) . T))
(((|#2|) . T))
-((($ (-1195)) -2755 (-12 (|has| |#2| (-915 (-1195))) (|has| |#2| (-1068))) (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))))
+((($ (-1197)) -3795 (-12 (|has| |#2| (-917 (-1197))) (|has| |#2| (-1070))) (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))))
(((#0=(-419 (-576)) #0#) . T) (($ $) . T))
((((-576)) . T))
(((|#1|) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-419 (-576))) . T) (($) . T))
-(((|#1| (-419 (-576)) (-1101)) . T))
-(|has| |#1| (-1119))
+(((|#1| (-419 (-576)) (-1103)) . T))
+(|has| |#1| (-1121))
(|has| |#1| (-568))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
(|has| |#1| (-832))
-(((#0=(-927 |#1|) #0#) . T) (($ $) . T) ((#1=(-419 (-576)) #1#) . T))
+(((#0=(-929 |#1|) #0#) . T) (($ $) . T) ((#1=(-419 (-576)) #1#) . T))
((((-419 |#2|)) . T))
(|has| |#1| (-860))
-((((-1222 |#1|)) . T) (((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
+((((-1224 |#1|)) . T) (((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
(((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) . T) ((#1=(-576) #1#) . T) (($ $) . T))
-((((-927 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
-(((|#2|) |has| |#2| (-1068)) (((-576)) -12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068))))
-((((-927 |#1|)) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
+((((-929 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
+(((|#2|) |has| |#2| (-1070)) (((-576)) -12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070))))
+((((-929 |#1|)) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
(((|#1|) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
(((|#1| |#2| |#3| |#4|) . T))
(|has| |#1| (-148))
(|has| |#1| (-146))
(((|#2|) . T))
-((((-874)) . T))
-((((-1195)) . T))
+((((-876)) . T))
+((((-1197)) . T))
((((-419 (-576))) . T) (((-711)) . T) (($) . T) (((-576)) . T))
(((|#1|) |has| |#1| (-174)))
(((|#2|) |has| |#2| (-174)))
(((|#1|) . T))
(((|#2|) . T))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))
-((((-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) . T))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))
+((((-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) . T))
((((-576) |#3|) . T))
-(((#0=(-52)) . T) (((-2 (|:| -4298 (-1195)) (|:| -4437 #0#))) . T))
+(((#0=(-52)) . T) (((-2 (|:| -2240 (-1197)) (|:| -2904 #0#))) . T))
(|has| |#1| (-360))
((((-576)) . T))
-((((-874)) . T))
+((((-876)) . T))
(((|#1|) . T))
-(((#0=(-1272 |#1| |#2| |#3| |#4|) $) |has| #0# (-296 #0# #0#)))
+(((#0=(-1274 |#1| |#2| |#3| |#4|) $) |has| #0# (-296 #0# #0#)))
(|has| |#1| (-374))
-(-2755 (-12 (|has| |#2| (-238)) (|has| |#2| (-1068))) (-12 (|has| |#2| (-237)) (|has| |#2| (-1068))))
-(((|#1|) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-1068))) (($) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-1068))) (((-576)) -2755 (|has| |#1| (-21)) (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-915 (-1195))) (|has| |#1| (-1068))))
-(((#0=(-1101) |#1|) . T) ((#0# $) . T) (($ $) . T))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-360)))
+(-3795 (-12 (|has| |#2| (-238)) (|has| |#2| (-1070))) (-12 (|has| |#2| (-237)) (|has| |#2| (-1070))))
+(((|#1|) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-1070))) (($) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-1070))) (((-576)) -3795 (|has| |#1| (-21)) (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-917 (-1197))) (|has| |#1| (-1070))))
+(((#0=(-1103) |#1|) . T) ((#0# $) . T) (($ $) . T))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-360)))
(((#0=(-419 (-576)) #0#) . T) ((#1=(-711) #1#) . T) (($ $) . T))
((((-326 |#1|)) . T) (($) . T))
(((|#1|) . T) (((-419 (-576))) |has| |#1| (-374)))
-((((-874)) . T))
-(|has| |#1| (-1119))
+((((-876)) . T))
+(|has| |#1| (-1121))
(((|#1|) . T))
-(((|#1|) -2755 (|has| |#2| (-378 |#1|)) (|has| |#2| (-429 |#1|))))
-(((|#1|) -2755 (|has| |#2| (-378 |#1|)) (|has| |#2| (-429 |#1|))))
+(((|#1|) -3795 (|has| |#2| (-378 |#1|)) (|has| |#2| (-429 |#1|))))
+(((|#1|) -3795 (|has| |#2| (-378 |#1|)) (|has| |#2| (-429 |#1|))))
(((|#2|) . T))
((((-419 (-576))) . T) (((-711)) . T) (($) . T))
((((-591)) . T))
(((|#3| |#3|) . T))
-((($ (-1195)) -2755 (|has| |#2| (-915 (-1195))) (|has| |#2| (-917 (-1195)))))
+((($ (-1197)) -3795 (|has| |#2| (-917 (-1197))) (|has| |#2| (-919 (-1197)))))
(|has| |#2| (-238))
-((((-876 |#1|)) . T))
-((((-1195)) |has| |#1| (-915 (-1195))) ((|#3|) . T))
+((((-878 |#1|)) . T))
+((((-1197)) |has| |#1| (-917 (-1197))) ((|#3|) . T))
((((-656 $)) . T) ((|#1|) . T) ((|#2|) . T) ((|#3|) . T) ((|#4|) . T) ((|#5|) . T))
-(-12 (|has| |#1| (-374)) (|has| |#2| (-1041)))
+(-12 (|has| |#1| (-374)) (|has| |#2| (-1043)))
((((-419 (-576))) . T) (($) . T))
-((((-1193 |#1| |#2| |#3|)) |has| |#1| (-374)))
+((((-1195 |#1| |#2| |#3|)) |has| |#1| (-374)))
((($) . T) (((-419 (-576))) . T))
-((((-874)) . T))
+((((-876)) . T))
(|has| |#1| (-374))
(|has| |#1| (-374))
((((-419 (-576))) . T) (($) . T) (((-419 |#1|)) . T) ((|#1|) . T))
((((-576)) . T) (((-117 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
((((-576)) . T))
(((|#3|) . T))
-(|has| |#1| (-1119))
+(|has| |#1| (-1121))
(((|#2|) . T))
(((|#1|) . T))
-((($) -2755 (|has| |#1| (-238)) (|has| |#1| (-237))))
+((($) -3795 (|has| |#1| (-238)) (|has| |#1| (-237))))
((((-576)) . T))
-(((|#2|) . T) (((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((|#1|) . T) (($) . T) (((-576)) . T))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
+(((|#2|) . T) (((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((|#1|) . T) (($) . T) (((-576)) . T))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
(((|#2|) . T) (((-576)) |has| |#2| (-651 (-576))))
(((|#1| |#2|) . T))
((($) . T))
@@ -2981,16 +2981,16 @@
(((|#1|) . T) (($) . T))
(((|#1|) . T) (((-576)) . T))
(((|#1|) . T) (((-576)) . T))
-(((|#1| (-1286 |#1|) (-1286 |#1|)) . T))
+(((|#1| (-1288 |#1|) (-1288 |#1|)) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#2|) . T))
-((((-874)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
(((|#2|) . T))
(((|#3|) . T))
(((#0=(-117 |#1|) #0#) . T) ((#1=(-419 (-576)) #1#) . T) (($ $) . T))
-((((-419 (-576))) |has| |#2| (-1057 (-419 (-576)))) (((-576)) |has| |#2| (-1057 (-576))) ((|#2|) . T) (((-876 |#1|)) . T))
-((((-1144 |#1| |#2|)) . T) ((|#3|) . T) ((|#1|) . T) (((-576)) |has| |#1| (-1057 (-576))) (((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((|#2|) . T))
+((((-419 (-576))) |has| |#2| (-1059 (-419 (-576)))) (((-576)) |has| |#2| (-1059 (-576))) ((|#2|) . T) (((-878 |#1|)) . T))
+((((-1146 |#1| |#2|)) . T) ((|#3|) . T) ((|#1|) . T) (((-576)) |has| |#1| (-1059 (-576))) (((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((|#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
@@ -2999,7 +2999,7 @@
((((-684 |#1|)) . T))
((($) . T) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (((-576)) |has| |#2| (-651 (-576))))
((((-117 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
-((((-576)) -12 (|has| |#1| (-899 (-576))) (|has| |#3| (-899 (-576)))) (((-390)) -12 (|has| |#1| (-899 (-390))) (|has| |#3| (-899 (-390)))))
+((((-576)) -12 (|has| |#1| (-901 (-576))) (|has| |#3| (-901 (-576)))) (((-390)) -12 (|has| |#1| (-901 (-390))) (|has| |#3| (-901 (-390)))))
(((|#2|) . T) ((|#6|) . T))
((((-576)) |has| |#1| (-651 (-576))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) (($) . T))
((((-145)) . T))
@@ -3008,13 +3008,13 @@
((((-390)) . T) (((-419 (-576))) . T) (($) . T) (((-576)) . T))
((($) . T) (((-576)) |has| |#1| (-651 (-576))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(((|#1|) . T))
-(|has| |#2| (-926))
-(|has| |#1| (-926))
-(|has| |#1| (-926))
-(|has| |#2| (-1041))
+(|has| |#2| (-928))
+(|has| |#1| (-928))
+(|has| |#1| (-928))
+(|has| |#2| (-1043))
((($) . T))
-(|has| |#1| (-926))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+(|has| |#1| (-928))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
(((|#4|) . T))
((($) . T))
(((|#2|) . T))
@@ -3022,43 +3022,43 @@
(((|#1|) . T) (($) . T))
((($) . T))
(|has| |#1| (-374))
-((((-927 |#1|)) . T))
+((((-929 |#1|)) . T))
((($) . T) (((-576)) . T) ((|#1|) . T) (((-419 (-576))) . T))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((($) |has| |#1| (-860)) (((-576)) -2755 (|has| |#1| (-21)) (|has| |#1| (-860))))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((($) |has| |#1| (-860)) (((-576)) -3795 (|has| |#1| (-21)) (|has| |#1| (-860))))
((($ $) . T) ((#0=(-419 (-576)) #0#) . T))
-(-2755 (|has| |#1| (-379)) (|has| |#1| (-862)))
+(-3795 (|has| |#1| (-379)) (|has| |#1| (-862)))
(((|#1|) . T))
((((-783)) . T))
-((((-874)) . T))
-((((-1195)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))))
+((((-876)) . T))
+((((-1197)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))))
((((-419 |#2|) |#3|) . T))
-(-2755 (-12 (|has| |#3| (-238)) (|has| |#3| (-1068))) (-12 (|has| |#3| (-237)) (|has| |#3| (-1068))))
+(-3795 (-12 (|has| |#3| (-238)) (|has| |#3| (-1070))) (-12 (|has| |#3| (-237)) (|has| |#3| (-1070))))
((($) . T) (((-419 (-576))) . T))
((($) . T) (((-576)) . T) (((-419 (-576))) . T) (((-624 $)) . T))
((((-576)) . T) (($) . T))
((((-576)) . T) (($) . T))
((((-783) |#1|) . T))
-(((|#2| (-245 (-3500 |#1|) (-783))) . T))
+(((|#2| (-245 (-1968 |#1|) (-783))) . T))
(((|#1| (-543 |#3|)) . T))
((((-419 (-576))) . T))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-((((-1177)) . T) (((-874)) . T))
-(((#0=(-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) #0#) |has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))))
-((((-1177)) . T))
-(|has| |#1| (-926))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+((((-1179)) . T) (((-876)) . T))
+(((#0=(-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) #0#) |has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))))
+((((-1179)) . T))
+(|has| |#1| (-928))
(|has| |#2| (-374))
(((|#1|) . T) (($) . T) (((-576)) . T))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1068)))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1070)))
((((-171 (-390))) . T) (((-227)) . T) (((-390)) . T))
-((((-874)) . T))
+((((-876)) . T))
(((|#1|) . T))
((((-390)) . T) (((-576)) . T))
(((#0=(-419 (-576)) #0#) . T) (($ $) . T))
((($ $) . T))
((($ $) . T))
(((|#1| |#1|) . T))
-((((-874)) . T))
+((((-876)) . T))
(|has| |#1| (-568))
((((-419 (-576))) . T) (($) . T))
((($) . T))
@@ -3066,13 +3066,13 @@
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
-(-2755 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)))
+(-3795 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)))
(|has| |#1| (-38 (-419 (-576))))
(-12 (|has| |#1| (-557)) (|has| |#1| (-840)))
-((((-874)) . T))
-((((-1195)) -2755 (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))) (-12 (|has| |#1| (-374)) (|has| |#2| (-915 (-1195))))))
+((((-876)) . T))
+((((-1197)) -3795 (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))) (-12 (|has| |#1| (-374)) (|has| |#2| (-917 (-1197))))))
(|has| |#1| (-374))
-((((-1195)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))))
+((((-1197)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))))
(|has| |#1| (-374))
((((-419 (-576))) . T) (($) . T))
((((-419 |#2|)) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
@@ -3081,25 +3081,25 @@
(|has| |#1| (-379))
(|has| |#1| (-379))
((((-576) |#1|) . T))
-((((-1195)) |has| |#1| (-915 (-1195))))
+((((-1197)) |has| |#1| (-917 (-1197))))
(((|#1|) . T))
-(-2755 (-12 (|has| |#1| (-238)) (|has| |#1| (-374))) (-12 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))
+(-3795 (-12 (|has| |#1| (-238)) (|has| |#1| (-374))) (-12 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))
(((|#2|) |has| |#1| (-374)))
(((|#2|) |has| |#1| (-374)))
((((-576)) . T) (($) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) |has| |#1| (-174)))
((($) . T))
(((|#1|) . T))
-(((|#2|) . T) (((-1195)) -12 (|has| |#1| (-374)) (|has| |#2| (-1057 (-1195)))) (((-576)) -12 (|has| |#1| (-374)) (|has| |#2| (-1057 (-576)))) (((-419 (-576))) -12 (|has| |#1| (-374)) (|has| |#2| (-1057 (-576)))))
+(((|#2|) . T) (((-1197)) -12 (|has| |#1| (-374)) (|has| |#2| (-1059 (-1197)))) (((-576)) -12 (|has| |#1| (-374)) (|has| |#2| (-1059 (-576)))) (((-419 (-576))) -12 (|has| |#1| (-374)) (|has| |#2| (-1059 (-576)))))
(((|#2|) . T))
((($) . T))
-((((-1195) #0=(-1272 |#1| |#2| |#3| |#4|)) |has| #0# (-526 (-1195) #0#)) ((#0# #0#) |has| #0# (-319 #0#)))
+((((-1197) #0=(-1274 |#1| |#2| |#3| |#4|)) |has| #0# (-526 (-1197) #0#)) ((#0# #0#) |has| #0# (-319 #0#)))
((((-419 (-576))) . T) (($) . T) (((-419 |#1|)) . T) ((|#1|) . T))
((((-624 $) $) . T) (($ $) . T))
-((((-171 (-227))) . T) (((-171 (-390))) . T) (((-1191 (-711))) . T) (((-905 (-390))) . T))
+((((-171 (-227))) . T) (((-171 (-390))) . T) (((-1193 (-711))) . T) (((-907 (-390))) . T))
(((|#3|) . T))
(|has| |#1| (-568))
(|has| (-419 |#2|) (-238))
@@ -3107,51 +3107,51 @@
((($) . T) (((-419 (-576))) . T) (((-419 |#1|)) . T) ((|#1|) . T))
(((|#3|) . T))
(|has| |#1| (-568))
-((((-874)) . T))
+((((-876)) . T))
((($ $) . T))
-((((-874)) . T))
+((((-876)) . T))
((($) . T))
-((((-1195)) |has| |#2| (-915 (-1195))))
+((((-1197)) |has| |#2| (-917 (-1197))))
((((-419 (-576))) . T) (($) . T))
(((|#1|) |has| |#1| (-174)) (($) . T) (((-576)) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-((((-874)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+((((-876)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(((|#2|) |has| |#1| (-374)))
-((((-390)) -12 (|has| |#1| (-374)) (|has| |#2| (-899 (-390)))) (((-576)) -12 (|has| |#1| (-374)) (|has| |#2| (-899 (-576)))))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-568)))
+((((-390)) -12 (|has| |#1| (-374)) (|has| |#2| (-901 (-390)))) (((-576)) -12 (|has| |#1| (-374)) (|has| |#2| (-901 (-576)))))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-568)))
(((|#1|) . T))
((($) . T) (((-576)) . T) ((|#2|) . T))
(|has| |#1| (-374))
(((|#3|) . T))
-((((-1177)) . T) (((-518)) . T) (((-227)) . T) (((-576)) . T))
+((((-1179)) . T) (((-518)) . T) (((-227)) . T) (((-576)) . T))
(((|#1|) . T))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-568)))
(|has| |#1| (-374))
(|has| |#1| (-568))
-(((|#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))
+(((|#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))
((((-419 |#2|)) . T) (((-419 (-576))) . T) (($) . T) (((-576)) . T))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1068)))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1070)))
(((|#2|) . T))
(((|#2|) . T))
-(|has| |#2| (-1068))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-((((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+(|has| |#2| (-1070))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+((((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
(|has| |#1| (-38 (-419 (-576))))
(((|#1| |#2|) . T))
(|has| |#1| (-38 (-419 (-576))))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))
((($) . T))
(|has| |#1| (-148))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))
(|has| |#1| (-148))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))
(|has| |#1| (-148))
((($) . T))
((((-593 |#1|)) . T))
((($) . T))
-((((-1177) |#1|) . T))
+((((-1179) |#1|) . T))
(|has| |#1| (-568))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
@@ -3159,101 +3159,101 @@
((($) . T))
((((-419 |#2|)) . T))
((((-419 |#2|)) . T))
-((((-419 (-576))) |has| |#2| (-1057 (-576))) (((-576)) |has| |#2| (-1057 (-576))) (((-1195)) |has| |#2| (-1057 (-1195))) ((|#2|) . T))
+((((-419 (-576))) |has| |#2| (-1059 (-576))) (((-576)) |has| |#2| (-1059 (-576))) (((-1197)) |has| |#2| (-1059 (-1197))) ((|#2|) . T))
(((#0=(-419 |#2|) #0#) . T) ((#1=(-419 (-576)) #1#) . T) (($ $) . T))
(((|#1|) . T))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-360)))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-360)))
(|has| |#1| (-148))
-((((-874)) . T))
+((((-876)) . T))
((($) . T))
-((((-1159 |#1| |#2|)) . T))
+((((-1161 |#1| |#2|)) . T))
(((|#1| (-576)) . T))
(((|#1| (-419 (-576))) . T))
-((((-576)) |has| |#2| (-899 (-576))) (((-390)) |has| |#2| (-899 (-390))))
+((((-576)) |has| |#2| (-901 (-576))) (((-390)) |has| |#2| (-901 (-390))))
(((|#2|) . T))
((((-419 |#2|)) . T) (((-419 (-576))) . T) (($) . T))
((((-112)) . T))
(((|#1| |#2| (-245 |#1| |#2|) (-245 |#1| |#2|)) . T))
(((|#2|) . T))
-((((-874)) . T))
+((((-876)) . T))
(|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-((((-1195) (-52)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+((((-1197) (-52)) . T))
((((-419 |#2|)) . T))
-((((-874)) . T))
+((((-876)) . T))
(((|#1|) . T))
-((((-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
+((((-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
(|has| |#1| (-803))
(|has| |#1| (-803))
-((((-874)) . T))
-((((-927 |#1|)) . T) (((-419 (-576))) . T) (($) . T) (((-576)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-929 |#1|)) . T) (((-419 (-576))) . T) (($) . T) (((-576)) . T))
+((((-876)) . T))
((((-548)) |has| |#1| (-626 (-548))))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-862)) (|has| |#1| (-1119))))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-862)) (|has| |#1| (-1121))))
((((-115)) . T) ((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-227)) . T) (((-390)) . T) (((-905 (-390))) . T))
-((((-874)) . T))
-((((-1272 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-419 (-576))) . T))
+((((-227)) . T) (((-390)) . T) (((-907 (-390))) . T))
+((((-876)) . T))
+((((-1274 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-419 (-576))) . T))
(((|#1|) |has| |#1| (-174)) (($) |has| |#1| (-568)) (((-419 (-576))) |has| |#1| (-568)))
-((((-874)) . T))
-(-2755 (-12 (|has| |#2| (-238)) (|has| |#2| (-1068))) (-12 (|has| |#2| (-237)) (|has| |#2| (-1068))))
-((((-874)) . T))
+((((-876)) . T))
+(-3795 (-12 (|has| |#2| (-238)) (|has| |#2| (-1070))) (-12 (|has| |#2| (-237)) (|has| |#2| (-1070))))
+((((-876)) . T))
(((|#2|) . T))
(((|#2|) . T))
-(((#0=(-927 |#1|) #0#) . T) (($ $) . T) ((#1=(-419 (-576)) #1#) . T))
+(((#0=(-929 |#1|) #0#) . T) (($ $) . T) ((#1=(-419 (-576)) #1#) . T))
(((|#1|) . T))
-((((-874)) . T))
+((((-876)) . T))
(((|#1|) . T))
-((((-927 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
+((((-929 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
(|has| |#1| (-374))
-((((-874)) . T))
+((((-876)) . T))
(((|#2|) . T))
((((-576)) . T))
-((((-1195)) -2755 (|has| (-419 |#2|) (-915 (-1195))) (|has| (-419 |#2|) (-917 (-1195)))))
-((((-874)) . T))
+((((-1197)) -3795 (|has| (-419 |#2|) (-917 (-1197))) (|has| (-419 |#2|) (-919 (-1197)))))
+((((-876)) . T))
((((-576)) . T))
-(-2755 (|has| |#2| (-805)) (|has| |#2| (-862)))
+(-3795 (|has| |#2| (-805)) (|has| |#2| (-862)))
((((-171 (-390))) . T) (((-227)) . T) (((-390)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-1177)) . T) (((-548)) . T) (((-576)) . T) (((-905 (-576))) . T) (((-390)) . T) (((-227)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-1179)) . T) (((-548)) . T) (((-576)) . T) (((-907 (-576))) . T) (((-390)) . T) (((-227)) . T))
+((((-876)) . T))
(|has| |#1| (-148))
(|has| |#1| (-146))
-((($) . T) ((#0=(-1271 |#2| |#3| |#4|)) |has| #0# (-174)) (((-419 (-576))) |has| #0# (-38 (-419 (-576)))))
+((($) . T) ((#0=(-1273 |#2| |#3| |#4|)) |has| #0# (-174)) (((-419 (-576))) |has| #0# (-38 (-419 (-576)))))
(((|#1|) . T) (($) . T) (((-419 (-576))) . T))
(|has| |#1| (-374))
(|has| |#1| (-374))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
((((-576) $) . T) (((-656 (-576)) $) . T))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-485)) (|has| |#1| (-738)) (|has| |#1| (-915 (-1195))) (|has| |#1| (-1068)) (|has| |#1| (-1131)) (|has| |#1| (-1119)))
-(|has| |#1| (-1171))
-((((-927 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-485)) (|has| |#1| (-738)) (|has| |#1| (-917 (-1197))) (|has| |#1| (-1070)) (|has| |#1| (-1133)) (|has| |#1| (-1121)))
+(|has| |#1| (-1173))
+((((-929 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
((($) . T))
-((((-927 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
+((((-929 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
((((-576) |#1|) . T))
(((|#1|) . T))
(((#0=(-117 |#1|) $) |has| #0# (-296 #0# #0#)))
(((|#1|) |has| |#1| (-174)))
((((-326 |#1|)) . T) (((-576)) . T))
-(-2755 (|has| |#2| (-238)) (|has| |#2| (-237)))
+(-3795 (|has| |#2| (-238)) (|has| |#2| (-237)))
(((|#1|) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-115)) . T) ((|#1|) . T))
-((((-874)) . T))
-((((-1195)) -2755 (|has| |#2| (-915 (-1195))) (|has| |#2| (-917 (-1195)))))
+((((-876)) . T))
+((((-1197)) -3795 (|has| |#2| (-917 (-1197))) (|has| |#2| (-919 (-1197)))))
(((|#1|) |has| |#1| (-319 |#1|)))
-((((-576) |#1|) . T) (((-1253 (-576)) $) . T))
+((((-576) |#1|) . T) (((-1255 (-576)) $) . T))
(((|#1| |#2|) . T))
-((((-1195) |#1|) . T))
-(((|#1|) -2755 (|has| |#1| (-174)) (|has| |#1| (-374))))
+((((-1197) |#1|) . T))
+(((|#1|) -3795 (|has| |#1| (-174)) (|has| |#1| (-374))))
(((|#1|) . T))
-((($ (-1195)) . T))
-(((|#1|) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-1068))))
+((($ (-1197)) . T))
+(((|#1|) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-1070))))
((((-576)) . T) (((-419 (-576))) . T))
(((|#1|) . T))
(|has| |#1| (-568))
@@ -3262,54 +3262,54 @@
(((|#1|) . T))
(((|#1|) . T))
((((-419 |#2|)) . T) (((-419 (-576))) . T) (($) . T))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-568)))
(|has| |#1| (-374))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-568)))
(|has| |#1| (-374))
(|has| |#1| (-568))
((($) . T))
-(|has| |#1| (-1119))
-((((-792 |#1| (-876 |#2|))) |has| (-792 |#1| (-876 |#2|)) (-319 (-792 |#1| (-876 |#2|)))))
-(-2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926)))
+(|has| |#1| (-1121))
+((((-792 |#1| (-878 |#2|))) |has| (-792 |#1| (-878 |#2|)) (-319 (-792 |#1| (-878 |#2|)))))
+(-3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928)))
(((|#1|) . T))
(((|#2| |#3|) . T))
(((|#1|) . T))
-(|has| |#2| (-926))
+(|has| |#2| (-928))
(((|#1| (-543 |#2|)) . T))
(((|#1| (-783)) . T))
(|has| |#1| (-238))
-(((|#1| (-543 (-1107 (-1195)))) . T))
-((($) -2755 (-12 (|has| |#2| (-238)) (|has| |#2| (-1068))) (-12 (|has| |#2| (-237)) (|has| |#2| (-1068)))))
+(((|#1| (-543 (-1109 (-1197)))) . T))
+((($) -3795 (-12 (|has| |#2| (-238)) (|has| |#2| (-1070))) (-12 (|has| |#2| (-237)) (|has| |#2| (-1070)))))
((((-593 |#1|)) . T) (((-419 (-576))) . T) (($) . T) (((-576)) . T))
((((-576)) . T) (((-419 (-576))) . T) (($) . T))
-((((-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) . T))
+((((-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) . T))
(((|#1|) . T))
(((|#1|) . T) (((-576)) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(|has| |#2| (-374))
-((((-874)) . T))
-((((-874)) . T))
-(-2755 (|has| |#3| (-805)) (|has| |#3| (-862)))
-((((-874)) . T))
-((((-1139)) . T) (((-874)) . T))
-((((-548)) . T) (((-874)) . T))
+((((-876)) . T))
+((((-876)) . T))
+(-3795 (|has| |#3| (-805)) (|has| |#3| (-862)))
+((((-876)) . T))
+((((-1141)) . T) (((-876)) . T))
+((((-548)) . T) (((-876)) . T))
(((|#1|) . T))
((($ $) . T) (((-624 $) $) . T))
(((|#1|) . T))
(((|#1|) . T))
((((-576)) . T))
(((|#3|) . T))
-((((-874)) . T))
-(-2755 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)))
-((((-576)) . T) (((-419 (-576))) -2755 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1057 (-419 (-576))))) ((|#2|) . T) (($) -2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))) (((-876 |#1|)) . T))
-((((-1144 |#1| |#2|)) . T) ((|#2|) . T) (($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))) (((-576)) . T))
-((((-1191 |#1|)) . T) (((-576)) . T) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) (((-1101)) . T) ((|#1|) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))))
-(-2755 (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1068)))
+((((-876)) . T))
+(-3795 (|has| |#1| (-317)) (|has| |#1| (-374)) (|has| |#1| (-360)))
+((((-576)) . T) (((-419 (-576))) -3795 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1059 (-419 (-576))))) ((|#2|) . T) (($) -3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))) (((-878 |#1|)) . T))
+((((-1146 |#1| |#2|)) . T) ((|#2|) . T) (($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))) (((-576)) . T))
+((((-1193 |#1|)) . T) (((-576)) . T) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) (((-1103)) . T) ((|#1|) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))))
+(-3795 (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1070)))
(((#0=(-593 |#1|) #0#) . T) (($ $) . T) ((#1=(-419 (-576)) #1#) . T))
((($ $) . T) ((#0=(-419 (-576)) #0#) . T))
-((((-1144 |#1| (-1195))) . T) (((-576)) . T) (((-1107 (-1195))) . T) (($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))) (((-1195)) . T))
+((((-1146 |#1| (-1197))) . T) (((-576)) . T) (((-1109 (-1197))) . T) (($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))) (((-1197)) . T))
(((|#1|) |has| |#1| (-174)))
-(((|#1| (-1286 |#1|) (-1286 |#1|)) . T))
+(((|#1| (-1288 |#1|) (-1288 |#1|)) . T))
((((-593 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
((($) . T) (((-419 (-576))) . T))
(((|#1|) . T))
@@ -3317,13 +3317,13 @@
(((|#1|) . T))
(((|#1|) . T))
((($) . T) (((-419 (-576))) . T))
-(((|#2|) |has| |#2| (-6 (-4464 "*"))))
+(((|#2|) |has| |#2| (-6 (-4466 "*"))))
(((|#1|) . T))
-((((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((|#1|) . T) (((-576)) . T))
+((((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((|#1|) . T) (((-576)) . T))
(((|#1|) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-304 |#3|)) . T))
-(((#0=(-419 (-576)) #0#) |has| |#2| (-38 (-419 (-576)))) ((|#2| |#2|) . T) (($ $) -2755 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
+(((#0=(-419 (-576)) #0#) |has| |#2| (-38 (-419 (-576)))) ((|#2| |#2|) . T) (($ $) -3795 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
(((|#2| |#2|) . T) ((|#6| |#6|) . T))
(((|#1|) . T))
((($) . T) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (((-576)) |has| |#2| (-651 (-576))))
@@ -3331,80 +3331,80 @@
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
-((($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
-((($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
+((($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
+((($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
(((|#2|) . T))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (($) -2755 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (($) -3795 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
(((|#2|) . T) ((|#6|) . T))
-((($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
-((((-874)) . T))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-(|has| |#2| (-926))
-(|has| |#1| (-926))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((((-874)) . T))
+((($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
+((((-876)) . T))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+(|has| |#2| (-928))
+(|has| |#1| (-928))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((((-876)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) . T))
+((((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
(((|#1|) . T))
(((|#1|) . T) (($) . T) (((-419 (-576))) . T))
-((((-1195)) . T) ((|#1|) . T))
-((((-874)) . T))
+((((-1197)) . T) ((|#1|) . T))
+((((-876)) . T))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-576)) . T) (($) . T) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))
+(((|#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))
(((#0=(-419 (-576)) #0#) . T))
((((-419 (-576))) . T))
(((|#1|) |has| |#1| (-174)))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1068)))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1070)))
(((|#1|) . T))
(((|#1|) . T))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1068)))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1070)))
(((|#1|) . T))
((((-419 (-576))) . T) (((-576)) . T) (($) . T))
((((-548)) . T))
-((((-874)) . T))
-((($) -2755 (-12 (|has| |#3| (-238)) (|has| |#3| (-1068))) (-12 (|has| |#3| (-237)) (|has| |#3| (-1068)))))
+((((-876)) . T))
+((($) -3795 (-12 (|has| |#3| (-238)) (|has| |#3| (-1070))) (-12 (|has| |#3| (-237)) (|has| |#3| (-1070)))))
((((-576)) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) |has| |#1| (-568)))
-((((-874)) . T))
-((((-1195)) |has| |#2| (-915 (-1195))) (((-1101)) . T))
-((((-927 |#1|)) . T))
-((((-1271 |#2| |#3| |#4|)) . T))
+((((-876)) . T))
+((((-1197)) |has| |#2| (-917 (-1197))) (((-1103)) . T))
+((((-929 |#1|)) . T))
+((((-1273 |#2| |#3| |#4|)) . T))
((($) . T) (((-419 (-576))) . T))
(-12 (|has| |#1| (-374)) (|has| |#2| (-832)))
(-12 (|has| |#1| (-374)) (|has| |#2| (-832)))
-((((-874)) . T))
-(|has| |#1| (-1240))
+((((-876)) . T))
+(|has| |#1| (-1242))
(((|#2|) . T))
((($ $) . T) ((#0=(-419 (-576)) #0#) . T))
-((((-1195)) |has| |#1| (-915 (-1195))))
-((((-927 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
-((($) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) . T))
-(((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))) ((|#1| |#1|) . T) (($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))))
+((((-1197)) |has| |#1| (-917 (-1197))))
+((((-929 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
+((($) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) . T))
+(((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))) ((|#1| |#1|) . T) (($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))))
((((-419 |#2|)) . T) (((-419 (-576))) . T) (($) . T))
((($) . T) (((-419 (-576))) . T))
(((|#1|) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
-(((|#2|) |has| |#2| (-1068)) (((-576)) -12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068))))
+(((|#2|) |has| |#2| (-1070)) (((-576)) -12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070))))
((((-419 |#2|)) . T) (((-419 (-576))) . T) (($) . T))
-((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-568))))
+((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-568))))
(|has| |#1| (-568))
(((|#1|) |has| |#1| (-374)))
((((-576)) . T))
-((((-1195) #0=(-117 |#1|)) |has| #0# (-526 (-1195) #0#)) ((#0# #0#) |has| #0# (-319 #0#)))
+((((-1197) #0=(-117 |#1|)) |has| #0# (-526 (-1197) #0#)) ((#0# #0#) |has| #0# (-319 #0#)))
(|has| |#1| (-803))
(|has| |#1| (-803))
-((((-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))))
-(((|#2|) . T) (((-576)) |has| |#2| (-1057 (-576))) (((-419 (-576))) |has| |#2| (-1057 (-419 (-576)))))
-((((-1101)) . T) ((|#2|) . T) (((-576)) |has| |#2| (-1057 (-576))) (((-419 (-576))) |has| |#2| (-1057 (-419 (-576)))))
+((((-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))))
+(((|#2|) . T) (((-576)) |has| |#2| (-1059 (-576))) (((-419 (-576))) |has| |#2| (-1059 (-419 (-576)))))
+((((-1103)) . T) ((|#2|) . T) (((-576)) |has| |#2| (-1059 (-576))) (((-419 (-576))) |has| |#2| (-1059 (-419 (-576)))))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
@@ -3414,33 +3414,33 @@
(((|#1|) . T))
(((|#1| |#2|) . T))
((($) . T))
-((((-874)) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+((((-876)) . T))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
((($) |has| |#1| (-379)))
((($) |has| |#1| (-379)))
((($) |has| |#1| (-379)))
(|has| |#2| (-832))
(|has| |#2| (-832))
-((((-576)) -12 (|has| |#1| (-374)) (|has| |#2| (-651 (-576)))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#2|) |has| |#1| (-374)) (($) . T) ((|#1|) . T))
-((($ (-1195)) |has| |#1| (-915 (-1195))))
-(((|#1|) . T) (((-576)) |has| |#1| (-1057 (-576))) (((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))))
-((($) -2755 (-12 (|has| |#1| (-238)) (|has| |#1| (-374))) (-12 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360))))
-(((|#1|) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-((((-576)) |has| |#1| (-899 (-576))) (((-390)) |has| |#1| (-899 (-390))))
-(((|#1|) . T))
-((((-882 |#1|)) . T))
-((((-882 |#1|)) . T))
+((((-576)) -12 (|has| |#1| (-374)) (|has| |#2| (-651 (-576)))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#2|) |has| |#1| (-374)) (($) . T) ((|#1|) . T))
+((($ (-1197)) |has| |#1| (-917 (-1197))))
+(((|#1|) . T) (((-576)) |has| |#1| (-1059 (-576))) (((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))))
+((($) -3795 (-12 (|has| |#1| (-238)) (|has| |#1| (-374))) (-12 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360))))
+(((|#1|) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+((((-576)) |has| |#1| (-901 (-576))) (((-390)) |has| |#1| (-901 (-390))))
+(((|#1|) . T))
+((((-884 |#1|)) . T))
+((((-884 |#1|)) . T))
((((-419 (-576))) . T) (((-711)) . T) (($) . T))
(((|#1|) |has| |#1| (-174)))
-(-12 (|has| |#1| (-374)) (|has| |#2| (-926)))
+(-12 (|has| |#1| (-374)) (|has| |#2| (-928)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) |has| |#1| (-174)))
(|has| |#1| (-374))
(|has| |#1| (-374))
-(((|#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))
-(((|#2|) -2755 (|has| |#2| (-6 (-4464 "*"))) (|has| |#2| (-174))))
+(((|#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))
+(((|#2|) -3795 (|has| |#2| (-6 (-4466 "*"))) (|has| |#2| (-174))))
(((|#2|) . T))
(|has| |#1| (-374))
(((|#2|) . T))
@@ -3448,447 +3448,447 @@
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-876 |#1|)) . T))
+((((-878 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#2| (-783)) . T))
-((((-1195)) . T))
-((((-882 |#1|)) . T))
-(-2755 (|has| |#3| (-21)) (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-1068)))
-(-2755 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-132)) (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-805)) (|has| |#3| (-1068)))
-((((-874)) . T))
+((((-1197)) . T))
+((((-884 |#1|)) . T))
+(-3795 (|has| |#3| (-21)) (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-1070)))
+(-3795 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-132)) (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-805)) (|has| |#3| (-1070)))
+((((-876)) . T))
(((|#1|) . T))
-(-2755 (|has| |#2| (-805)) (|has| |#2| (-862)))
-(-2755 (-12 (|has| |#1| (-805)) (|has| |#2| (-805))) (-12 (|has| |#1| (-862)) (|has| |#2| (-862))))
-((((-882 |#1|)) . T))
+(-3795 (|has| |#2| (-805)) (|has| |#2| (-862)))
+(-3795 (-12 (|has| |#1| (-805)) (|has| |#2| (-805))) (-12 (|has| |#1| (-862)) (|has| |#2| (-862))))
+((((-884 |#1|)) . T))
(((|#1|) . T))
(|has| |#1| (-379))
(|has| |#1| (-379))
(|has| |#1| (-379))
((($ $) . T) (((-624 $) $) . T))
((($) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-576)) . T))
(((|#2|) . T))
-((((-874)) . T))
+((((-876)) . T))
((($) . T) (((-576)) . T))
(((|#1|) . T) (((-419 (-576))) |has| |#1| (-374)))
-((((-874)) . T))
+((((-876)) . T))
(((|#1|) . T))
-((((-874)) . T))
+((((-876)) . T))
((($) . T) ((|#2|) . T) (((-419 (-576))) . T) (((-576)) |has| |#2| (-651 (-576))))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-874)) . T))
-(|has| |#2| (-926))
-((((-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) . T))
-((((-548)) |has| |#2| (-626 (-548))) (((-905 (-390))) |has| |#2| (-626 (-905 (-390)))) (((-905 (-576))) |has| |#2| (-626 (-905 (-576)))))
-((((-874)) . T))
-((((-874)) . T))
-(((|#3|) |has| |#3| (-1068)) (((-576)) -12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1068))))
-((((-1144 |#1| |#2|)) . T) (((-969 |#1|)) |has| |#2| (-626 (-1195))) (((-874)) . T))
-((((-969 |#1|)) |has| |#2| (-626 (-1195))) (((-1177)) -12 (|has| |#1| (-1057 (-576))) (|has| |#2| (-626 (-1195)))) (((-905 (-576))) -12 (|has| |#1| (-626 (-905 (-576)))) (|has| |#2| (-626 (-905 (-576))))) (((-905 (-390))) -12 (|has| |#1| (-626 (-905 (-390)))) (|has| |#2| (-626 (-905 (-390))))) (((-548)) -12 (|has| |#1| (-626 (-548))) (|has| |#2| (-626 (-548)))))
-((((-1191 |#1|)) . T) (((-874)) . T))
-((((-874)) . T))
-((((-419 (-576))) |has| |#2| (-1057 (-419 (-576)))) (((-576)) |has| |#2| (-1057 (-576))) ((|#2|) . T) (((-876 |#1|)) . T))
-((((-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))) (((-1101)) . T))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-876)) . T))
+(|has| |#2| (-928))
+((((-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) . T))
+((((-548)) |has| |#2| (-626 (-548))) (((-907 (-390))) |has| |#2| (-626 (-907 (-390)))) (((-907 (-576))) |has| |#2| (-626 (-907 (-576)))))
+((((-876)) . T))
+((((-876)) . T))
+(((|#3|) |has| |#3| (-1070)) (((-576)) -12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1070))))
+((((-1146 |#1| |#2|)) . T) (((-971 |#1|)) |has| |#2| (-626 (-1197))) (((-876)) . T))
+((((-971 |#1|)) |has| |#2| (-626 (-1197))) (((-1179)) -12 (|has| |#1| (-1059 (-576))) (|has| |#2| (-626 (-1197)))) (((-907 (-576))) -12 (|has| |#1| (-626 (-907 (-576)))) (|has| |#2| (-626 (-907 (-576))))) (((-907 (-390))) -12 (|has| |#1| (-626 (-907 (-390)))) (|has| |#2| (-626 (-907 (-390))))) (((-548)) -12 (|has| |#1| (-626 (-548))) (|has| |#2| (-626 (-548)))))
+((((-1193 |#1|)) . T) (((-876)) . T))
+((((-876)) . T))
+((((-419 (-576))) |has| |#2| (-1059 (-419 (-576)))) (((-576)) |has| |#2| (-1059 (-576))) ((|#2|) . T) (((-878 |#1|)) . T))
+((((-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))) (((-1103)) . T))
((((-117 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
-((((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) (((-576)) |has| |#1| (-1057 (-576))) ((|#1|) . T) (((-1195)) . T))
-((((-874)) . T))
+((((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) (((-576)) |has| |#1| (-1059 (-576))) ((|#1|) . T) (((-1197)) . T))
+((((-876)) . T))
((((-576)) . T))
(((|#1|) . T))
((($) . T))
-((((-390)) |has| |#1| (-899 (-390))) (((-576)) |has| |#1| (-899 (-576))))
+((((-390)) |has| |#1| (-901 (-390))) (((-576)) |has| |#1| (-901 (-576))))
((((-576)) . T))
(((|#1|) . T))
-((((-874)) . T))
+((((-876)) . T))
(((|#1|) . T))
-((((-874)) . T))
-((((-1200)) . T))
-((((-1200)) . T))
-((((-1200)) . T))
+((((-876)) . T))
+((((-1202)) . T))
+((((-1202)) . T))
+((((-1202)) . T))
((((-656 |#1|)) . T))
((($) |has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))
-((($) . T) (((-576)) . T) (((-1272 |#1| |#2| |#3| |#4|)) . T) (((-419 (-576))) . T))
-((((-576)) -2755 (|has| |#1| (-21)) (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1068))) (($) -2755 (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1068))) ((|#1|) -2755 (|has| |#1| (-174)) (|has| |#1| (-1068))) (((-419 (-576))) |has| |#1| (-568)))
-((((-1200)) . T))
+((($) . T) (((-576)) . T) (((-1274 |#1| |#2| |#3| |#4|)) . T) (((-419 (-576))) . T))
+((((-576)) -3795 (|has| |#1| (-21)) (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1070))) (($) -3795 (|has| |#1| (-146)) (|has| |#1| (-148)) (|has| |#1| (-174)) (|has| |#1| (-568)) (|has| |#1| (-1070))) ((|#1|) -3795 (|has| |#1| (-174)) (|has| |#1| (-1070))) (((-419 (-576))) |has| |#1| (-568)))
+((((-1202)) . T))
((((-576)) . T) (((-419 (-576))) . T))
-((($ (-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))))
-((((-1200)) . T))
-((((-1200)) . T))
+((($ (-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))))
+((((-1202)) . T))
+((((-1202)) . T))
(((|#1|) |has| |#1| (-174)) (($) . T))
-((((-1200)) . T))
+((((-1202)) . T))
(((|#1|) |has| |#1| (-319 |#1|)))
((((-390)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-419 (-576))) . T) (($) . T))
((((-419 |#2|) |#3|) . T))
-((((-874)) . T))
+((((-876)) . T))
(((|#1|) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
-(((|#2| (-494 (-3500 |#1|) (-783))) . T))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
+(((|#2| (-494 (-1968 |#1|) (-783))) . T))
((((-576) |#1|) . T))
-((((-1177)) . T) (((-874)) . T))
+((((-1179)) . T) (((-876)) . T))
(((|#2| |#2|) . T))
-(((|#1| (-543 (-1195))) . T))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1068)))
+(((|#1| (-543 (-1197))) . T))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1070)))
((((-576)) . T))
(((|#2|) . T))
-((($) -2755 (-12 (|has| |#2| (-238)) (|has| |#2| (-1068))) (-12 (|has| |#2| (-237)) (|has| |#2| (-1068)))))
+((($) -3795 (-12 (|has| |#2| (-238)) (|has| |#2| (-1070))) (-12 (|has| |#2| (-237)) (|has| |#2| (-1070)))))
(((|#2|) . T))
-((((-1195)) |has| |#1| (-915 (-1195))) (((-1101)) . T))
+((((-1197)) |has| |#1| (-917 (-1197))) (((-1103)) . T))
(((|#1|) . T) (((-576)) |has| |#1| (-651 (-576))))
(|has| |#1| (-568))
-(((#0=(-1271 |#2| |#3| |#4|)) . T) (((-419 (-576))) |has| #0# (-38 (-419 (-576)))) (((-576)) . T) (($) . T))
+(((#0=(-1273 |#2| |#3| |#4|)) . T) (((-419 (-576))) |has| #0# (-38 (-419 (-576)))) (((-576)) . T) (($) . T))
((($) . T) (((-419 (-576))) . T))
((($) . T))
((($) . T))
-(-2755 (|has| |#1| (-862)) (|has| |#1| (-1119)))
+(-3795 (|has| |#1| (-862)) (|has| |#1| (-1121)))
(((|#1|) . T))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((((-874)) . T))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((((-876)) . T))
((((-145)) . T))
(((|#1|) . T) (((-419 (-576))) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-874)) . T))
+((((-876)) . T))
(((|#1|) . T))
-(|has| |#1| (-1171))
-((($ (-1195)) -2755 (|has| (-419 |#2|) (-915 (-1195))) (|has| (-419 |#2|) (-917 (-1195)))))
+(|has| |#1| (-1173))
+((($ (-1197)) -3795 (|has| (-419 |#2|) (-917 (-1197))) (|has| (-419 |#2|) (-919 (-1197)))))
(((|#1|) . T))
-(((|#1| (-543 (-876 |#2|)) (-876 |#2|) (-792 |#1| (-876 |#2|))) . T))
+(((|#1| (-543 (-878 |#2|)) (-878 |#2|) (-792 |#1| (-878 |#2|))) . T))
((((-419 $) (-419 $)) |has| |#1| (-568)) (($ $) . T) ((|#1| |#1|) . T))
-(((|#1|) . T) (((-576)) |has| |#1| (-1057 (-576))) (((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))))
-((((-874)) . T))
-((((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) (((-576)) |has| |#1| (-1057 (-576))) ((|#1|) . T) ((|#2|) . T))
-((((-1101)) . T) ((|#1|) . T) (((-576)) |has| |#1| (-1057 (-576))) (((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))))
-((((-390)) -12 (|has| |#1| (-899 (-390))) (|has| |#2| (-899 (-390)))) (((-576)) -12 (|has| |#1| (-899 (-576))) (|has| |#2| (-899 (-576)))))
-((((-1272 |#1| |#2| |#3| |#4|)) . T))
-((((-1272 |#1| |#2| |#3| |#4|)) . T))
+(((|#1|) . T) (((-576)) |has| |#1| (-1059 (-576))) (((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))))
+((((-876)) . T))
+((((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) (((-576)) |has| |#1| (-1059 (-576))) ((|#1|) . T) ((|#2|) . T))
+((((-1103)) . T) ((|#1|) . T) (((-576)) |has| |#1| (-1059 (-576))) (((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))))
+((((-390)) -12 (|has| |#1| (-901 (-390))) (|has| |#2| (-901 (-390)))) (((-576)) -12 (|has| |#1| (-901 (-576))) (|has| |#2| (-901 (-576)))))
+((((-1274 |#1| |#2| |#3| |#4|)) . T))
+((((-1274 |#1| |#2| |#3| |#4|)) . T))
((((-576) |#1|) . T))
(((|#1| |#1|) . T))
((($) . T) ((|#2|) . T))
(((|#1|) |has| |#1| (-174)) (($) . T))
((($) . T))
((((-711)) . T))
-((((-792 |#1| (-876 |#2|))) . T))
+((((-792 |#1| (-878 |#2|))) . T))
((((-576)) . T) (($) . T))
((($) . T))
(((|#1|) . T) (((-419 (-576))) |has| |#1| (-374)))
((((-419 (-576))) . T) (($) . T))
-(|has| |#1| (-1119))
-(|has| |#1| (-1119))
+(|has| |#1| (-1121))
+(|has| |#1| (-1121))
(|has| |#2| (-374))
-(((|#1|) . T) (($) -2755 (|has| |#1| (-300)) (|has| |#1| (-374))) (((-419 (-576))) |has| |#1| (-374)))
+(((|#1|) . T) (($) -3795 (|has| |#1| (-300)) (|has| |#1| (-374))) (((-419 (-576))) |has| |#1| (-374)))
(|has| |#1| (-374))
(|has| |#1| (-374))
(|has| |#1| (-38 (-419 (-576))))
-((($) -2755 (|has| |#2| (-238)) (|has| |#2| (-237))))
+((($) -3795 (|has| |#2| (-238)) (|has| |#2| (-237))))
((((-576)) . T))
-(|has| |#1| (-1119))
-((($ (-1195)) -2755 (|has| |#2| (-915 (-1195))) (|has| |#2| (-917 (-1195)))))
-((((-1195)) -12 (|has| |#4| (-915 (-1195))) (|has| |#4| (-1068))))
-((((-1195)) -12 (|has| |#3| (-915 (-1195))) (|has| |#3| (-1068))))
+(|has| |#1| (-1121))
+((($ (-1197)) -3795 (|has| |#2| (-917 (-1197))) (|has| |#2| (-919 (-1197)))))
+((((-1197)) -12 (|has| |#4| (-917 (-1197))) (|has| |#4| (-1070))))
+((((-1197)) -12 (|has| |#3| (-917 (-1197))) (|has| |#3| (-1070))))
(((|#1|) . T))
(|has| |#1| (-238))
-(((|#2| (-245 (-3500 |#1|) (-783))) . T))
+(((|#2| (-245 (-1968 |#1|) (-783))) . T))
(((|#1| (-543 |#3|)) . T))
(|has| |#1| (-379))
(|has| |#1| (-379))
(|has| |#1| (-379))
(((|#1|) . T) (($) . T))
(((|#1| (-543 |#2|)) . T))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1068)))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1070)))
(((|#1| (-783)) . T))
(|has| |#1| (-568))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1068)))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1068)))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-1070)))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1070)))
(-12 (|has| |#1| (-21)) (|has| |#2| (-21)))
-((((-874)) . T))
+((((-876)) . T))
((((-576)) . T) (((-419 (-576))) . T) (($) . T))
-(-2755 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805))))
-(-2755 (|has| |#3| (-21)) (|has| |#3| (-132)) (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-805)) (|has| |#3| (-1068)))
-(|has| |#2| (-1068))
+(-3795 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805))))
+(-3795 (|has| |#3| (-21)) (|has| |#3| (-132)) (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-805)) (|has| |#3| (-1070)))
+(|has| |#2| (-1070))
(((|#1|) |has| |#1| (-174)))
-(((|#4|) |has| |#4| (-1068)))
-(((|#3|) |has| |#3| (-1068)))
+(((|#4|) |has| |#4| (-1070)))
+(((|#3|) |has| |#3| (-1070)))
(-12 (|has| |#1| (-374)) (|has| |#2| (-832)))
(-12 (|has| |#1| (-374)) (|has| |#2| (-832)))
-((((-576)) . T) (((-419 (-576))) -2755 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1057 (-419 (-576))))) ((|#2|) . T) (($) -2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))) (((-876 |#1|)) . T))
-((((-1144 |#1| |#2|)) . T) (((-576)) . T) ((|#3|) . T) (($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))) ((|#2|) . T))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-862)) (|has| |#1| (-1119))))
+((((-576)) . T) (((-419 (-576))) -3795 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1059 (-419 (-576))))) ((|#2|) . T) (($) -3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))) (((-878 |#1|)) . T))
+((((-1146 |#1| |#2|)) . T) (((-576)) . T) ((|#3|) . T) (($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))) ((|#2|) . T))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-862)) (|has| |#1| (-1121))))
((((-548)) |has| |#1| (-626 (-548))))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T) (((-576)) . T))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T) (((-576)) . T))
(((|#1|) . T) (((-419 (-576))) . T) (($) . T) (((-576)) . T))
-((((-1200)) . T))
+((((-1202)) . T))
((((-684 |#1|)) . T))
((((-419 |#2|)) . T) (((-419 (-576))) . T) (($) . T))
((($ $) . T) ((#0=(-419 (-576)) #0#) . T))
-((((-874)) . T))
-((((-656 $)) . T) (((-1177)) . T) (((-1195)) . T) (((-576)) . T) (((-227)) . T) (((-874)) . T))
-((((-1200)) . T))
-((((-1200)) . T))
+((((-876)) . T))
+((((-656 $)) . T) (((-1179)) . T) (((-1197)) . T) (((-576)) . T) (((-227)) . T) (((-876)) . T))
+((((-1202)) . T))
+((((-1202)) . T))
((($) . T) (((-419 (-576))) . T))
(((|#1|) . T))
-(((|#4|) |has| |#4| (-1119)) (((-576)) -12 (|has| |#4| (-1057 (-576))) (|has| |#4| (-1119))) (((-419 (-576))) -12 (|has| |#4| (-1057 (-419 (-576)))) (|has| |#4| (-1119))))
-(((|#3|) |has| |#3| (-1119)) (((-576)) -12 (|has| |#3| (-1057 (-576))) (|has| |#3| (-1119))) (((-419 (-576))) -12 (|has| |#3| (-1057 (-419 (-576)))) (|has| |#3| (-1119))))
+(((|#4|) |has| |#4| (-1121)) (((-576)) -12 (|has| |#4| (-1059 (-576))) (|has| |#4| (-1121))) (((-419 (-576))) -12 (|has| |#4| (-1059 (-419 (-576)))) (|has| |#4| (-1121))))
+(((|#3|) |has| |#3| (-1121)) (((-576)) -12 (|has| |#3| (-1059 (-576))) (|has| |#3| (-1121))) (((-419 (-576))) -12 (|has| |#3| (-1059 (-419 (-576)))) (|has| |#3| (-1121))))
(|has| |#2| (-374))
-(((|#2|) |has| |#2| (-1068)) (((-576)) -12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068))))
+(((|#2|) |has| |#2| (-1070)) (((-576)) -12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070))))
(((|#1|) . T))
-(((#0=(-419 (-576)) #0#) |has| |#2| (-38 (-419 (-576)))) ((|#2| |#2|) . T) (($ $) -2755 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
-((($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
+(((#0=(-419 (-576)) #0#) |has| |#2| (-38 (-419 (-576)))) ((|#2| |#2|) . T) (($ $) -3795 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
+((($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1| |#1|) . T) ((#0=(-419 (-576)) #0#) |has| |#1| (-38 (-419 (-576)))))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-419 (-576)) #0#) . T))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-419 (-576)) #0#) . T))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-419 (-576)) #0#) . T))
-((((-1195)) |has| |#1| (-1068)))
+((((-1197)) |has| |#1| (-1070)))
(|has| |#2| (-374))
(((|#2| |#2|) . T))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (($) -2755 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (($) -3795 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(((|#1|) . T) (($) . T) (((-419 (-576))) . T))
(((|#1|) . T) (($) . T) (((-419 (-576))) . T))
(((|#1|) . T) (($) . T) (((-419 (-576))) . T))
(((|#2|) . T))
-((((-874)) |has| |#1| (-1119)))
+((((-876)) |has| |#1| (-1121)))
((($) . T))
-((((-1272 |#1| |#2| |#3| |#4|)) . T))
+((((-1274 |#1| |#2| |#3| |#4|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(|has| |#2| (-832))
(|has| |#2| (-832))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(|has| |#1| (-374))
(|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))
(|has| |#1| (-374))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(|has| |#1| (-374))
(((|#1|) |has| |#2| (-429 |#1|)))
(((|#1|) |has| |#2| (-429 |#1|)))
-((((-1177)) . T))
-((((-927 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-656 |#1|)) . T) (((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-862)) (|has| |#1| (-1119))))
-((((-1200)) . T))
-((((-1200)) . T))
-((((-1200)) . T))
+((((-1179)) . T))
+((((-929 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-656 |#1|)) . T) (((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-862)) (|has| |#1| (-1121))))
+((((-1202)) . T))
+((((-1202)) . T))
+((((-1202)) . T))
((((-656 |#1|)) . T))
((((-548)) |has| |#1| (-626 (-548))))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
-((((-874)) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-1235)) . T) (((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
-((((-1200)) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
-((((-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) |has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))))
-(-2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926)))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
+((((-876)) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-1237)) . T) (((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
+((((-1202)) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
+((((-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) |has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))))
+(-3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928)))
((((-576) |#1|) . T))
((((-576) |#1|) . T))
((((-576) |#1|) . T))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
((((-576) |#1|) . T))
(((|#1|) . T))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-576)) . T) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) |has| |#1| (-174)))
-((((-1195)) |has| |#1| (-915 (-1195))) (((-830 (-1195))) . T))
-(-2755 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-132)) (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-805)) (|has| |#3| (-1068)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-576)) . T) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#1|) |has| |#1| (-174)))
+((((-1197)) |has| |#1| (-917 (-1197))) (((-830 (-1197))) . T))
+(-3795 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-132)) (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-805)) (|has| |#3| (-1070)))
((((-831 |#1|)) . T))
(((|#1| |#2|) . T))
-((((-874)) . T))
-(|has| |#3| (-1068))
+((((-876)) . T))
+(|has| |#3| (-1070))
(((|#1| |#2|) . T))
((($) . T) (((-576)) . T) (((-419 (-576))) . T))
(|has| |#1| (-38 (-419 (-576))))
-((((-874)) . T))
-((((-1272 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-419 (-576))) . T))
+((((-876)) . T))
+((((-1274 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-419 (-576))) . T))
(((|#1|) |has| |#1| (-174)) (($) |has| |#1| (-568)) (((-419 (-576))) |has| |#1| (-568)))
(((|#2|) . T) (((-576)) |has| |#2| (-651 (-576))))
(|has| |#1| (-374))
-(-2755 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (-12 (|has| |#1| (-374)) (|has| |#2| (-238))))
+(-3795 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (-12 (|has| |#1| (-374)) (|has| |#2| (-238))))
(|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))
(|has| |#1| (-374))
(((|#1|) . T))
-(((#0=(-419 (-576)) #0#) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#1| |#1|) . T))
-((((-1253 (-576)) $) . T) (((-576) |#1|) . T))
+(((#0=(-419 (-576)) #0#) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#1| |#1|) . T))
+((((-1255 (-576)) $) . T) (((-576) |#1|) . T))
((((-326 |#1|)) . T))
-((((-927 |#1|)) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
-(((#0=(-711) (-1191 #0#)) . T))
-((((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#1|) . T))
+((((-929 |#1|)) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
+(((#0=(-711) (-1193 #0#)) . T))
+((((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((|#1|) . T))
(((|#1|) . T) (($) . T) (((-576)) . T) (((-419 (-576))) . T))
(((|#1| |#2| |#3| |#4|) . T))
(|has| |#1| (-860))
-(((|#2|) . T) (((-1195)) -12 (|has| |#1| (-374)) (|has| |#2| (-1057 (-1195)))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-576)) . T) ((|#1|) |has| |#1| (-174)))
-(((|#2|) . T) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-576)) . T) (($) -2755 (|has| |#1| (-374)) (|has| |#1| (-568))))
-((($ $) . T) ((#0=(-876 |#1|) $) . T) ((#0# |#2|) . T))
-((((-1144 |#1| (-1195))) . T) (((-830 (-1195))) . T) ((|#1|) . T) (((-576)) |has| |#1| (-1057 (-576))) (((-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) (((-1195)) . T))
+(((|#2|) . T) (((-1197)) -12 (|has| |#1| (-374)) (|has| |#2| (-1059 (-1197)))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))) (((-576)) . T) ((|#1|) |has| |#1| (-174)))
+(((|#2|) . T) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) (((-576)) . T) (($) -3795 (|has| |#1| (-374)) (|has| |#1| (-568))))
+((($ $) . T) ((#0=(-878 |#1|) $) . T) ((#0# |#2|) . T))
+((((-1146 |#1| (-1197))) . T) (((-830 (-1197))) . T) ((|#1|) . T) (((-576)) |has| |#1| (-1059 (-576))) (((-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) (((-1197)) . T))
((($) . T))
(((|#2| |#1|) . T) ((|#2| $) . T) (($ $) . T))
-(((#0=(-1101) |#1|) . T) ((#0# $) . T) (($ $) . T))
-((($ $) . T) ((#0=(-1195) $) |has| |#1| (-238)) ((#0# |#1|) |has| |#1| (-238)) ((#1=(-1107 (-1195)) |#1|) . T) ((#1# $) . T))
+(((#0=(-1103) |#1|) . T) ((#0# $) . T) (($ $) . T))
+((($ $) . T) ((#0=(-1197) $) |has| |#1| (-238)) ((#0# |#1|) |has| |#1| (-238)) ((#1=(-1109 (-1197)) |#1|) . T) ((#1# $) . T))
((($) . T) ((|#2|) . T))
((($) . T) (((-576)) |has| |#2| (-651 (-576))) ((|#2|) . T) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))))
-(|has| |#2| (-926))
-((($) . T) ((#0=(-1271 |#2| |#3| |#4|)) |has| #0# (-174)) (((-419 (-576))) |has| #0# (-38 (-419 (-576)))))
+(|has| |#2| (-928))
+((($) . T) ((#0=(-1273 |#2| |#3| |#4|)) |has| #0# (-174)) (((-419 (-576))) |has| #0# (-38 (-419 (-576)))))
(((|#1|) |has| |#1| (-174)))
((((-576) |#1|) . T))
(((|#1|) . T))
-((((-1200)) . T))
-(((#0=(-1272 |#1| |#2| |#3| |#4|)) |has| #0# (-319 #0#)))
+((((-1202)) . T))
+(((#0=(-1274 |#1| |#2| |#3| |#4|)) |has| #0# (-319 #0#)))
((($) . T))
(((|#1|) . T))
-((($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((#0=(-419 (-576)) #0#) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#2| |#2|) |has| |#1| (-374)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((#0=(-419 (-576)) #0#) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
+((($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((#0=(-419 (-576)) #0#) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#2| |#2|) |has| |#1| (-374)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) ((#0=(-419 (-576)) #0#) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
(|has| |#2| (-238))
(|has| $ (-148))
-((((-874)) . T))
-((($) . T) (((-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T) (((-576)) |has| |#1| (-651 (-576))))
-((((-874)) . T))
+((((-876)) . T))
+((($) . T) (((-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-360))) ((|#1|) . T) (((-576)) |has| |#1| (-651 (-576))))
+((((-876)) . T))
(|has| |#1| (-860))
((((-130)) . T))
-((((-1195)) -12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))
+((((-1197)) -12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))
((((-419 (-576))) . T) (((-711)) . T) (($) . T) (((-576)) . T))
(((|#1|) . T))
((((-130)) . T))
-((($ (-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))))
-((((-874)) . T))
-(-12 (|has| |#1| (-317)) (|has| |#1| (-926)))
+((($ (-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))))
+((((-876)) . T))
+(-12 (|has| |#1| (-317)) (|has| |#1| (-928)))
(((|#2| (-684 |#1|)) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
((((-419 |#2|) |#3|) . T))
-((((-874)) |has| |#1| (-1119)))
+((((-876)) |has| |#1| (-1121)))
(((|#4|) . T))
(|has| |#1| (-568))
-((($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#2|) |has| |#1| (-374)) ((|#1|) . T))
-((((-1195)) -2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))))
-(((|#1|) . T) (($) -2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
-((((-1195)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))))
-((((-1253 (-576)) $) . T) (((-576) |#1|) . T))
-(-2755 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926)))
-((((-1195)) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195)))))
-(((|#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))
-(((|#1|) . T))
-(((|#1| (-543 (-830 (-1195)))) . T))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-((((-576)) . T) ((|#2|) . T) (($) . T) (((-419 (-576))) . T) (((-1195)) |has| |#2| (-1057 (-1195))))
-(((|#1|) . T))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
-(((|#1|) . T))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1068)))
-(-2755 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805))))
-((((-1278 |#1| |#2| |#3|)) |has| |#1| (-374)))
-((($) . T) (((-882 |#1|)) . T) (((-419 (-576))) . T))
-((((-1278 |#1| |#2| |#3|)) |has| |#1| (-374)))
+((($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))) ((|#2|) |has| |#1| (-374)) ((|#1|) . T))
+((((-1197)) -3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))))
+(((|#1|) . T) (($) -3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-568))) (((-419 (-576))) -3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-374))))
+((((-1197)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))))
+((((-1255 (-576)) $) . T) (((-576) |#1|) . T))
+(-3795 (|has| |#2| (-174)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928)))
+((((-1197)) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197)))))
+(((|#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))
+(((|#1|) . T))
+(((|#1| (-543 (-830 (-1197)))) . T))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+((((-576)) . T) ((|#2|) . T) (($) . T) (((-419 (-576))) . T) (((-1197)) |has| |#2| (-1059 (-1197))))
+(((|#1|) . T))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
+(((|#1|) . T))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1070)))
+(-3795 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805))))
+((((-1280 |#1| |#2| |#3|)) |has| |#1| (-374)))
+((($) . T) (((-884 |#1|)) . T) (((-419 (-576))) . T))
+((((-1280 |#1| |#2| |#3|)) |has| |#1| (-374)))
(|has| |#1| (-568))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
((((-419 |#2|)) . T))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-360)))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-862)) (|has| |#1| (-1119))))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-360)))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-862)) (|has| |#1| (-1121))))
((((-548)) |has| |#1| (-626 (-548))))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-862)) (|has| |#1| (-1119))))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-862)) (|has| |#1| (-1121))))
((((-548)) |has| |#1| (-626 (-548))))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-862)) (|has| |#1| (-1119))))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-862)) (|has| |#1| (-1121))))
((((-548)) |has| |#1| (-626 (-548))))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
(((|#1|) . T))
(((|#2| |#2|) . T) ((#0=(-419 (-576)) #0#) . T) (($ $) . T))
(((|#2|) . T) (((-419 (-576))) . T) (($) . T))
((((-576)) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-593 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-419 (-576))) . T) (($) . T))
((((-576) |#1|) . T))
((($) . T))
((($) . T))
-((((-874)) . T))
-((((-548)) |has| |#2| (-626 (-548))) (((-905 (-390))) |has| |#2| (-626 (-905 (-390)))) (((-905 (-576))) |has| |#2| (-626 (-905 (-576)))))
-((((-874)) . T))
-((((-874)) . T))
-((((-905 (-576))) -12 (|has| |#1| (-626 (-905 (-576)))) (|has| |#3| (-626 (-905 (-576))))) (((-905 (-390))) -12 (|has| |#1| (-626 (-905 (-390)))) (|has| |#3| (-626 (-905 (-390))))) (((-548)) -12 (|has| |#1| (-626 (-548))) (|has| |#3| (-626 (-548)))))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-(-2755 (|has| |#1| (-238)) (|has| |#1| (-237)))
-(((|#1|) . T) (((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
-((((-874)) . T))
+((((-876)) . T))
+((((-548)) |has| |#2| (-626 (-548))) (((-907 (-390))) |has| |#2| (-626 (-907 (-390)))) (((-907 (-576))) |has| |#2| (-626 (-907 (-576)))))
+((((-876)) . T))
+((((-876)) . T))
+((((-907 (-576))) -12 (|has| |#1| (-626 (-907 (-576)))) (|has| |#3| (-626 (-907 (-576))))) (((-907 (-390))) -12 (|has| |#1| (-626 (-907 (-390)))) (|has| |#3| (-626 (-907 (-390))))) (((-548)) -12 (|has| |#1| (-626 (-548))) (|has| |#3| (-626 (-548)))))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+(-3795 (|has| |#1| (-238)) (|has| |#1| (-237)))
+(((|#1|) . T) (((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
+((((-876)) . T))
((((-115)) . T) ((|#1|) . T) (((-576)) . T))
((((-130)) . T))
((($) . T) (((-576)) . T) (((-117 |#1|)) . T) (((-419 (-576))) . T))
-(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(((|#1| (-543 (-876 |#2|)) (-876 |#2|) (-792 |#1| (-876 |#2|))) . T))
-((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))))
+(((|#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(((|#1| (-543 (-878 |#2|)) (-878 |#2|) (-792 |#1| (-878 |#2|))) . T))
+((((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) |has| |#2| (-174)) (($) -3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))))
(((|#2|) . T) ((|#6|) . T))
((($) . T) (((-419 (-576))) |has| |#2| (-38 (-419 (-576)))) ((|#2|) . T) (((-576)) |has| |#2| (-651 (-576))))
((($) . T) (((-576)) . T))
-((($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-((((-1123)) . T))
-((((-874)) . T))
-((((-1200)) . T) (((-874)) . T))
-((((-1200)) . T) (((-874)) . T))
-((((-1200)) . T))
-((((-1200)) . T))
-((($) -2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((((-1125)) . T))
+((((-876)) . T))
+((((-1202)) . T) (((-876)) . T))
+((((-1202)) . T) (((-876)) . T))
+((((-1202)) . T))
+((((-1202)) . T))
+((($) -3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
((($) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (((-576)) |has| |#1| (-651 (-576))))
((($) . T) (((-576)) . T))
-((($) -2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
+((($) -3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928))) ((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
(((|#1| |#2| (-245 |#1| |#2|) (-245 |#1| |#2|)) . T))
-(|has| |#2| (-926))
-((((-874)) . T))
-((($ $) . T) (((-1195) $) . T))
+(|has| |#2| (-928))
+((((-876)) . T))
+((($ $) . T) (((-1197) $) . T))
(((|#1|) . T))
-((((-1278 |#1| |#2| |#3|)) . T))
-((((-1278 |#1| |#2| |#3|)) |has| |#1| (-374)))
-(|has| |#1| (-926))
-((((-1278 |#1| |#2| |#3|)) . T) (((-1250 |#1| |#2| |#3|)) . T))
-((((-1195)) . T) (((-874)) . T))
+((((-1280 |#1| |#2| |#3|)) . T))
+((((-1280 |#1| |#2| |#3|)) |has| |#1| (-374)))
+(|has| |#1| (-928))
+((((-1280 |#1| |#2| |#3|)) . T) (((-1252 |#1| |#2| |#3|)) . T))
+((((-1197)) . T) (((-876)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) |has| |#1| (-174)))
((((-711)) . T))
((((-711)) . T))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
-((((-1200)) . T))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
+((((-1202)) . T))
(((|#1|) |has| |#1| (-174)))
-((((-1200)) . T))
-((((-1272 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-419 (-576))) . T))
+((((-1202)) . T))
+((((-1274 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-419 (-576))) . T))
(((|#1|) |has| |#1| (-174)) (($) |has| |#1| (-568)) (((-419 (-576))) |has| |#1| (-568)))
-((((-1200)) . T))
-((((-1272 |#1| |#2| |#3| |#4|)) . T) (((-419 (-576))) . T) (($) . T))
+((((-1202)) . T))
+((((-1274 |#1| |#2| |#3| |#4|)) . T) (((-419 (-576))) . T) (($) . T))
(((|#1|) |has| |#1| (-174)) (((-419 (-576))) |has| |#1| (-568)) (($) |has| |#1| (-568)))
((((-419 (-576))) . T) (($) . T))
(((|#1| (-576)) . T))
-((($ (-1195)) -2755 (|has| |#1| (-915 (-1195))) (|has| |#1| (-917 (-1195)))) (($ (-1101)) . T))
+((($ (-1197)) -3795 (|has| |#1| (-917 (-1197))) (|has| |#1| (-919 (-1197)))) (($ (-1103)) . T))
((((-419 (-576))) . T) (((-576)) . T) (($) . T))
(((|#1|) |has| |#1| (-174)))
-((((-1200)) . T))
-((((-1200)) . T))
-((((-1200)) . T))
-((((-1200)) . T))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-360)))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-360)))
-((((-1200)) . T))
-((((-1200)) . T))
+((((-1202)) . T))
+((((-1202)) . T))
+((((-1202)) . T))
+((((-1202)) . T))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-360)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-360)))
+((((-1202)) . T))
+((((-1202)) . T))
(|has| |#1| (-374))
(|has| |#1| (-374))
-(-2755 (|has| |#1| (-174)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-174)) (|has| |#1| (-568)))
(((|#1| (-576)) . T))
(((|#1| (-419 (-576))) . T))
(((|#1| (-783)) . T))
@@ -3896,44 +3896,44 @@
(((|#1| (-543 |#2|) |#2|) . T))
((((-576) |#1|) . T))
((((-576) |#1|) . T))
-(-2755 (|has| |#1| (-102)) (|has| |#1| (-1119)))
-(-2755 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-237)))
+(-3795 (|has| |#1| (-102)) (|has| |#1| (-1121)))
+(-3795 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-237)))
((((-576) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-905 (-390))) . T) (((-905 (-576))) . T) (((-1195)) . T) (((-548)) . T))
-(-2755 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1068)))
-(-2755 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805))))
-((((-874)) . T))
+((((-907 (-390))) . T) (((-907 (-576))) . T) (((-1197)) . T) (((-548)) . T))
+(-3795 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-132)) (|has| |#2| (-174)) (|has| |#2| (-374)) (|has| |#2| (-805)) (|has| |#2| (-1070)))
+(-3795 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805))))
+((((-876)) . T))
((((-576)) . T))
((((-576)) . T))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
-(|has| |#2| (-1068))
-((((-1195)) -12 (|has| |#2| (-915 (-1195))) (|has| |#2| (-1068))))
-(-2755 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738))))
+(|has| |#2| (-1070))
+((((-1197)) -12 (|has| |#2| (-917 (-1197))) (|has| |#2| (-1070))))
+(-3795 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738))))
(|has| |#1| (-146))
(|has| |#1| (-148))
(|has| |#1| (-374))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
-((($) . T) ((#0=(-1271 |#2| |#3| |#4|)) |has| #0# (-174)) (((-419 (-576))) |has| #0# (-38 (-419 (-576)))))
+((($) . T) ((#0=(-1273 |#2| |#3| |#4|)) |has| #0# (-174)) (((-419 (-576))) |has| #0# (-38 (-419 (-576)))))
(|has| |#1| (-238))
((($) . T) (((-576)) . T) (((-419 (-576))) . T))
((($) . T) (((-576)) . T))
((($) . T) (((-576)) . T))
-((($) . T) ((#0=(-1271 |#2| |#3| |#4|)) . T) (((-419 (-576))) |has| #0# (-38 (-419 (-576)))))
-((((-874)) . T))
-(((|#1| (-783) (-1101)) . T))
-((((-1253 (-576)) $) . T) (((-576) |#1|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-((((-1253 (-576)) $) . T) (((-576) |#1|) . T))
-((((-1253 (-576)) $) . T) (((-576) |#1|) . T))
+((($) . T) ((#0=(-1273 |#2| |#3| |#4|)) . T) (((-419 (-576))) |has| #0# (-38 (-419 (-576)))))
+((((-876)) . T))
+(((|#1| (-783) (-1103)) . T))
+((((-1255 (-576)) $) . T) (((-576) |#1|) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+((((-1255 (-576)) $) . T) (((-576) |#1|) . T))
+((((-1255 (-576)) $) . T) (((-576) |#1|) . T))
((((-117 |#1|)) . T))
((((-117 |#1|)) . T))
-(((|#2|) |has| |#2| (-1068)))
+(((|#2|) |has| |#2| (-1070)))
((((-419 (-576))) . T) (($) . T))
((((-419 (-576))) . T) (((-576)) . T))
(((|#2|) . T))
@@ -3941,44 +3941,44 @@
((((-576)) . T))
((((-576)) . T))
((((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) |has| |#1| (-174)) (($) |has| |#1| (-568)))
-((((-1177) (-1195) (-576) (-227) (-874)) . T))
+((((-1179) (-1197) (-576) (-227) (-876)) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2|) . T))
((((-576)) . T) ((|#2|) |has| |#2| (-174)))
((((-115)) . T) ((|#1|) . T) (((-576)) . T))
-(-2755 (|has| |#1| (-360)) (|has| |#1| (-379)))
+(-3795 (|has| |#1| (-360)) (|has| |#1| (-379)))
(((|#1| |#2|) . T))
((((-227)) . T))
((((-419 (-576))) . T) (($) . T) (((-576)) . T))
-((((-874)) . T))
+((((-876)) . T))
((($) . T) ((|#1|) . T))
((($) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((|#1|) . T) (((-576)) |has| |#1| (-651 (-576))))
((($) . T) (((-576)) |has| |#1| (-651 (-576))) ((|#1|) . T) (((-419 (-576))) |has| |#1| (-38 (-419 (-576)))))
-(((|#2|) |has| |#2| (-1119)) (((-576)) -12 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119))) (((-419 (-576))) -12 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119))))
-(-2755 (|has| |#2| (-238)) (|has| |#2| (-237)))
+(((|#2|) |has| |#2| (-1121)) (((-576)) -12 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121))) (((-419 (-576))) -12 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121))))
+(-3795 (|has| |#2| (-238)) (|has| |#2| (-237)))
(((|#1|) . T))
(((|#1|) . T))
((((-548)) |has| |#1| (-626 (-548))))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-862)) (|has| |#1| (-1119))))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-862)) (|has| |#1| (-1121))))
((((-576) $) . T) (((-656 (-576)) $) . T))
((($) . T) (((-419 (-576))) . T))
-(|has| |#1| (-926))
-(|has| |#1| (-926))
-((((-227)) -12 (|has| |#1| (-374)) (|has| |#2| (-1041))) (((-390)) -12 (|has| |#1| (-374)) (|has| |#2| (-1041))) (((-905 (-390))) -12 (|has| |#1| (-374)) (|has| |#2| (-626 (-905 (-390))))) (((-905 (-576))) -12 (|has| |#1| (-374)) (|has| |#2| (-626 (-905 (-576))))) (((-548)) -12 (|has| |#1| (-374)) (|has| |#2| (-626 (-548)))))
-((((-874)) . T))
-((((-874)) . T))
+(|has| |#1| (-928))
+(|has| |#1| (-928))
+((((-227)) -12 (|has| |#1| (-374)) (|has| |#2| (-1043))) (((-390)) -12 (|has| |#1| (-374)) (|has| |#2| (-1043))) (((-907 (-390))) -12 (|has| |#1| (-374)) (|has| |#2| (-626 (-907 (-390))))) (((-907 (-576))) -12 (|has| |#1| (-374)) (|has| |#2| (-626 (-907 (-576))))) (((-548)) -12 (|has| |#1| (-374)) (|has| |#2| (-626 (-548)))))
+((((-876)) . T))
+((((-876)) . T))
(((|#2| |#2|) . T))
(((|#1| |#1|) |has| |#1| (-174)))
(((|#1|) . T) (((-576)) . T))
-((((-1200)) . T))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-568)))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-860)))
+((((-1202)) . T))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-568)))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-860)))
(((|#2|) . T))
-(-2755 (|has| |#1| (-21)) (|has| |#1| (-860)))
+(-3795 (|has| |#1| (-21)) (|has| |#1| (-860)))
(((|#1|) |has| |#1| (-174)))
(((|#1|) . T))
(((|#1|) . T))
-((((-874)) -2755 (-12 (|has| |#1| (-625 (-874))) (|has| |#2| (-625 (-874)))) (-12 (|has| |#1| (-1119)) (|has| |#2| (-1119)))))
+((((-876)) -3795 (-12 (|has| |#1| (-625 (-876))) (|has| |#2| (-625 (-876)))) (-12 (|has| |#1| (-1121)) (|has| |#2| (-1121)))))
((((-419 |#2|) |#3|) . T))
((((-419 (-576))) . T) (($) . T))
(|has| |#1| (-38 (-419 (-576))))
@@ -3992,132 +3992,132 @@
(((|#1|) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
(((#0=(-576) #0#) . T))
((($) . T) (((-419 (-576))) . T))
-(|has| |#4| (-1068))
-(|has| |#3| (-1068))
-((((-874)) . T) (((-1200)) . T))
+(|has| |#4| (-1070))
+(|has| |#3| (-1070))
+((((-876)) . T) (((-1202)) . T))
(|has| |#4| (-805))
(|has| |#4| (-805))
(|has| |#3| (-805))
(|has| |#3| (-805))
-((((-1200)) . T))
+((((-1202)) . T))
((((-576)) . T))
(((|#2|) . T))
-((((-1195)) -2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))))
-((((-1195)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))))
-((((-1195)) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195)))))
+((((-1197)) -3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))))
+((((-1197)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))))
+((((-1197)) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197)))))
(((|#1| |#1|) . T) (($ $) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T) (($) . T))
(((|#1|) . T))
-((((-876 |#1|)) . T))
-((((-1193 |#1| |#2| |#3|)) |has| |#1| (-374)))
-((((-1159 |#1| |#2|)) . T))
-((((-1193 |#1| |#2| |#3|)) |has| |#1| (-374)))
-(((|#2|) . T) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
-((((-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) . T))
+((((-878 |#1|)) . T))
+((((-1195 |#1| |#2| |#3|)) |has| |#1| (-374)))
+((((-1161 |#1| |#2|)) . T))
+((((-1195 |#1| |#2| |#3|)) |has| |#1| (-374)))
+(((|#2|) . T) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
+((((-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) . T))
((($) . T))
-(|has| |#1| (-1041))
-(((|#2|) . T) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+(|has| |#1| (-1043))
+(((|#2|) . T) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
((($) . T))
-((((-874)) . T))
-((((-548)) |has| |#2| (-626 (-548))) (((-905 (-576))) |has| |#2| (-626 (-905 (-576)))) (((-905 (-390))) |has| |#2| (-626 (-905 (-390)))) (((-390)) . #0=(|has| |#2| (-1041))) (((-227)) . #0#))
+((((-876)) . T))
+((((-548)) |has| |#2| (-626 (-548))) (((-907 (-576))) |has| |#2| (-626 (-907 (-576)))) (((-907 (-390))) |has| |#2| (-626 (-907 (-390)))) (((-390)) . #0=(|has| |#2| (-1043))) (((-227)) . #0#))
((((-304 |#3|)) . T))
-((((-1195) (-52)) . T))
+((((-1197) (-52)) . T))
(((|#1|) . T))
(|has| |#1| (-38 (-419 (-576))))
(|has| |#1| (-38 (-419 (-576))))
-((((-1195)) -2755 (|has| |#2| (-915 (-1195))) (|has| |#2| (-917 (-1195)))))
-((((-874)) . T))
+((((-1197)) -3795 (|has| |#2| (-917 (-1197))) (|has| |#2| (-919 (-1197)))))
+((((-876)) . T))
(((|#2|) . T))
-((((-874)) . T))
+((((-876)) . T))
((((-419 (-576)) |#1|) . T) (($ $) . T))
((((-419 |#2|)) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
((((-419 (-576))) . T) (((-711)) . T) (($) . T))
-((((-1193 |#1| |#2| |#3|)) . T))
-((((-1193 |#1| |#2| |#3|)) . T) (((-1186 |#1| |#2| |#3|)) . T))
-((((-874)) . T))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
+((((-1195 |#1| |#2| |#3|)) . T))
+((((-1195 |#1| |#2| |#3|)) . T) (((-1188 |#1| |#2| |#3|)) . T))
+((((-876)) . T))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
((((-576) |#1|) . T))
-((((-1193 |#1| |#2| |#3|)) |has| |#1| (-374)))
+((((-1195 |#1| |#2| |#3|)) |has| |#1| (-374)))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1|) . T))
(((|#2|) . T))
(|has| |#2| (-374))
-(((|#3|) . T) ((|#2|) . T) ((|#4|) -2755 (|has| |#4| (-174)) (|has| |#4| (-374)) (|has| |#4| (-1068))) (($) |has| |#4| (-1068)) (((-576)) -12 (|has| |#4| (-651 (-576))) (|has| |#4| (-1068))))
-(((|#2|) . T) ((|#3|) -2755 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-1068))) (($) |has| |#3| (-1068)) (((-576)) -12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1068))))
+(((|#3|) . T) ((|#2|) . T) ((|#4|) -3795 (|has| |#4| (-174)) (|has| |#4| (-374)) (|has| |#4| (-1070))) (($) |has| |#4| (-1070)) (((-576)) -12 (|has| |#4| (-651 (-576))) (|has| |#4| (-1070))))
+(((|#2|) . T) ((|#3|) -3795 (|has| |#3| (-174)) (|has| |#3| (-374)) (|has| |#3| (-1070))) (($) |has| |#3| (-1070)) (((-576)) -12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1070))))
(((|#1|) . T))
(((|#1|) . T))
((((-117 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-419 (-576))) |has| |#2| (-1057 (-419 (-576)))) (((-576)) |has| |#2| (-1057 (-576))) ((|#2|) . T) (((-876 |#1|)) . T))
-((((-1195)) . T) ((|#1|) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
-((((-189)) . T) (((-874)) . T))
-((((-874)) . T))
+((((-419 (-576))) |has| |#2| (-1059 (-419 (-576)))) (((-576)) |has| |#2| (-1059 (-576))) ((|#2|) . T) (((-878 |#1|)) . T))
+((((-1197)) . T) ((|#1|) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
+((((-189)) . T) (((-876)) . T))
+((((-876)) . T))
(((|#1|) . T))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
-((((-130)) . T) (((-874)) . T))
-((((-576) |#1|) . T) (((-1253 (-576)) $) . T))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
+((((-130)) . T) (((-876)) . T))
+((((-576) |#1|) . T) (((-1255 (-576)) $) . T))
((((-130)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#2| $) -12 (|has| |#1| (-374)) (|has| |#2| (-296 |#2| |#2|))) (($ $) . T) (((-576) |#1|) . T))
((($ $) . T) (((-419 (-576)) |#1|) . T))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-926)))
-((($ (-1195)) |has| |#1| (-1068)))
-(-2755 (|has| |#1| (-862)) (|has| |#1| (-1119)))
-((((-874)) . T))
-((((-874)) . T))
-((((-874)) . T))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-464)) (|has| |#1| (-928)))
+((($ (-1197)) |has| |#1| (-1070)))
+(-3795 (|has| |#1| (-862)) (|has| |#1| (-1121)))
+((((-876)) . T))
+((((-876)) . T))
+((((-876)) . T))
(((|#1| (-543 |#2|)) . T))
-((((-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) . T))
+((((-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) . T))
((((-576) (-130)) . T))
(((|#1| (-576)) . T))
(((|#1| (-419 (-576))) . T))
(((|#1| (-783)) . T))
-((((-927 |#1|)) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
+((((-929 |#1|)) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
((((-117 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
-((((-1200)) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-874)) . T) (((-1200)) . T))
-(-2755 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926)))
-(-2755 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-926)))
+((((-1202)) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-876)) . T) (((-1202)) . T))
+(-3795 (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928)))
+(-3795 (|has| |#1| (-464)) (|has| |#1| (-568)) (|has| |#1| (-928)))
((($) . T))
-(((|#2| (-543 (-876 |#1|))) . T))
-((((-1200)) . T))
-((((-1200)) . T))
+(((|#2| (-543 (-878 |#1|))) . T))
+((((-1202)) . T))
+((((-1202)) . T))
((((-576) |#1|) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
(((|#2|) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
-((((-874)) . T) (((-1200)) . T))
-((((-1200)) . T))
-((((-874)) -2755 (|has| |#1| (-625 (-874))) (|has| |#1| (-1119))))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
+((((-876)) . T) (((-1202)) . T))
+((((-1202)) . T))
+((((-876)) -3795 (|has| |#1| (-625 (-876))) (|has| |#1| (-1121))))
(((|#1| |#2|) . T))
(((|#1|) . T))
-((((-1177) |#1|) . T))
+((((-1179) |#1|) . T))
((((-419 |#2|)) . T))
((((-419 |#2|)) . T))
(|has| |#1| (-568))
(|has| |#1| (-568))
-((((-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T))
+((((-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T))
(((|#2| (-783)) . T))
((($) . T) ((|#2|) . T))
((($) . T) (((-419 (-576))) . T))
@@ -4127,35 +4127,35 @@
((((-576)) . T) (($) . T))
(((|#2| $) |has| |#2| (-296 |#2| |#2|)))
(((|#1| (-656 |#1|)) |has| |#1| (-860)))
-(-2755 (|has| |#1| (-238)) (|has| |#1| (-360)))
-(-2755 (|has| |#1| (-374)) (|has| |#1| (-360)))
-((((-1282 |#1|)) . T) (((-576)) . T) ((|#2|) . T) (((-419 (-576))) |has| |#2| (-1057 (-419 (-576)))))
-(|has| |#1| (-1119))
+(-3795 (|has| |#1| (-238)) (|has| |#1| (-360)))
+(-3795 (|has| |#1| (-374)) (|has| |#1| (-360)))
+((((-1284 |#1|)) . T) (((-576)) . T) ((|#2|) . T) (((-419 (-576))) |has| |#2| (-1059 (-419 (-576)))))
+(|has| |#1| (-1121))
(((|#1|) . T))
((((-419 (-576))) . T) (($) . T))
-((((-1282 |#1|)) . T) (((-576)) . T) (($) -2755 (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-926))) (((-1101)) . T) ((|#2|) . T) (((-419 (-576))) -2755 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1057 (-419 (-576))))))
-((((-1018 |#1|)) . T) ((|#1|) . T) (((-576)) -2755 (|has| (-1018 |#1|) (-1057 (-576))) (|has| |#1| (-1057 (-576)))) (((-419 (-576))) -2755 (|has| (-1018 |#1|) (-1057 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))))
-((((-927 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-((((-1195)) |has| |#1| (-915 (-1195))))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
-((((-927 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
+((((-1284 |#1|)) . T) (((-576)) . T) (($) -3795 (|has| |#2| (-374)) (|has| |#2| (-464)) (|has| |#2| (-568)) (|has| |#2| (-928))) (((-1103)) . T) ((|#2|) . T) (((-419 (-576))) -3795 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1059 (-419 (-576))))))
+((((-1020 |#1|)) . T) ((|#1|) . T) (((-576)) -3795 (|has| (-1020 |#1|) (-1059 (-576))) (|has| |#1| (-1059 (-576)))) (((-419 (-576))) -3795 (|has| (-1020 |#1|) (-1059 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))))
+((((-929 |#1|)) . T) (((-419 (-576))) . T) (($) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+((((-1197)) |has| |#1| (-917 (-1197))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
+((((-929 |#1|)) . T) (($) . T) (((-419 (-576))) . T))
((($) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))
+(((|#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))
(((|#1| (-614 |#1| |#3|) (-614 |#1| |#2|)) . T))
(((|#1|) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
(((|#1|) . T))
(((|#1|) . T) (((-419 (-576))) . T) (((-576)) . T) (($) . T))
(((|#1| |#2| |#3| |#4|) . T))
-(((#0=(-1159 |#1| |#2|) #0#) |has| (-1159 |#1| |#2|) (-319 (-1159 |#1| |#2|))))
+(((#0=(-1161 |#1| |#2|) #0#) |has| (-1161 |#1| |#2|) (-319 (-1161 |#1| |#2|))))
(((|#1|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) ((#0=(-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) #0#) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))))
-(-2755 (|has| |#1| (-238)) (|has| |#1| (-237)))
+(((|#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) ((#0=(-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) #0#) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))))
+(-3795 (|has| |#1| (-238)) (|has| |#1| (-237)))
(((#0=(-117 |#1|)) |has| #0# (-319 #0#)))
((($ $) . T))
-(-2755 (|has| |#1| (-862)) (|has| |#1| (-1119)))
-((($ $) . T) ((#0=(-876 |#1|) $) . T) ((#0# |#2|) . T))
+(-3795 (|has| |#1| (-862)) (|has| |#1| (-1121)))
+((($ $) . T) ((#0=(-878 |#1|) $) . T) ((#0# |#2|) . T))
((($ $) . T) ((|#2| $) |has| |#1| (-238)) ((|#2| |#1|) |has| |#1| (-238)) ((|#3| |#1|) . T) ((|#3| $) . T))
-(((-490 . -1119) T) ((-273 . -526) 203709) ((-253 . -526) 203652) ((-250 . -1119) 203602) ((-583 . -111) 203587) ((-543 . -23) T) ((-139 . -1119) T) ((-138 . -1119) T) ((-118 . -319) 203544) ((-134 . -1119) T) ((-1018 . -237) 203495) ((-811 . -1236) T) ((-491 . -526) 203287) ((-689 . -628) 203271) ((-706 . -102) T) ((-1160 . -526) 203190) ((-411 . -237) T) ((-402 . -132) T) ((-1299 . -995) 203159) ((-1043 . -1070) 203096) ((-31 . -93) T) ((-614 . -501) 203080) ((-1043 . -652) 203017) ((-633 . -132) T) ((-831 . -858) T) ((-535 . -57) 202967) ((-531 . -526) 202900) ((-362 . -234) 202887) ((-365 . -1070) 202832) ((-59 . -526) 202765) ((-528 . -526) 202698) ((-430 . -915) 202657) ((-171 . -1068) T) ((-509 . -526) 202590) ((-508 . -526) 202523) ((-365 . -652) 202468) ((-811 . -1057) 202248) ((-1259 . -628) 201996) ((-711 . -38) 201961) ((-1113 . -1112) 201945) ((-354 . -360) T) ((-480 . -1236) T) ((-1113 . -1119) 201923) ((-867 . -628) 201820) ((-171 . -248) 201771) ((-171 . -238) 201722) ((-1113 . -1114) 201680) ((-884 . -296) 201638) ((-227 . -807) T) ((-227 . -804) T) ((-706 . -294) NIL) ((-583 . -628) 201610) ((-1169 . -1212) 201589) ((-419 . -1011) 201573) ((-48 . -1070) 201538) ((-713 . -21) T) ((-713 . -25) T) ((-48 . -652) 201503) ((-1301 . -660) 201477) ((-1259 . -336) 201454) ((-1169 . -107) 201404) ((-326 . -161) 201383) ((-326 . -144) 201362) ((-117 . -21) T) ((-40 . -232) 201339) ((-40 . -272) 201316) ((-135 . -25) T) ((-117 . -25) T) ((-1259 . -238) T) ((-1259 . -1068) T) ((-620 . -298) 201292) ((-867 . -1068) T) ((-618 . -1236) T) ((-811 . -349) 201276) ((-487 . -298) 201255) ((-683 . -1236) T) ((-182 . -1236) T) ((-162 . -1236) T) ((-157 . -1236) T) ((-155 . -1236) T) ((-140 . -187) T) ((-118 . -1171) NIL) ((-91 . -625) 201187) ((-489 . -132) T) ((-1184 . -1236) T) ((-1115 . -502) 201168) ((-1115 . -625) 201134) ((-1109 . -502) 201115) ((-1109 . -625) 201081) ((-605 . -1236) T) ((-1092 . -502) 201062) ((-583 . -1068) T) ((-1092 . -625) 201028) ((-674 . -729) 201012) ((-1085 . -502) 200993) ((-1085 . -625) 200959) ((-975 . -298) 200936) ((-60 . -34) T) ((-1081 . -807) T) ((-1081 . -804) T) ((-1055 . -502) 200917) ((-1038 . -502) 200898) ((-828 . -738) T) ((-743 . -47) 200863) ((-635 . -38) 200850) ((-366 . -300) T) ((-363 . -300) T) ((-355 . -300) T) ((-273 . -300) 200781) ((-253 . -300) 200712) ((-1055 . -625) 200678) ((-1043 . -102) T) ((-1038 . -625) 200644) ((-638 . -502) 200625) ((-425 . -738) T) ((-118 . -38) 200570) ((-495 . -502) 200551) ((-638 . -625) 200517) ((-425 . -485) T) ((-220 . -502) 200498) ((-495 . -625) 200464) ((-365 . -102) T) ((-220 . -625) 200430) ((-1230 . -1077) T) ((-354 . -658) 200360) ((-723 . -1077) T) ((-1193 . -47) 200337) ((-1192 . -47) 200307) ((-1186 . -47) 200284) ((-129 . -298) 200259) ((-1054 . -152) 200205) ((-927 . -300) T) ((-1145 . -47) 200177) ((-706 . -319) NIL) ((-527 . -625) 200159) ((-522 . -625) 200141) ((-520 . -625) 200123) ((-497 . -1236) T) ((-337 . -1119) 200073) ((-326 . -909) 200037) ((-323 . -909) NIL) ((-724 . -464) 199968) ((-48 . -102) T) ((-1270 . -296) 199926) ((-1249 . -296) 199826) ((-656 . -678) 199810) ((-656 . -663) 199794) ((-350 . -21) T) ((-350 . -25) T) ((-40 . -360) NIL) ((-176 . -21) T) ((-176 . -25) T) ((-656 . -384) 199778) ((-617 . -502) 199760) ((-614 . -296) 199712) ((-617 . -625) 199679) ((-400 . -102) T) ((-1139 . -144) T) ((-127 . -625) 199611) ((-886 . -1119) T) ((-670 . -423) 199595) ((-743 . -1236) T) ((-726 . -625) 199577) ((-255 . -625) 199544) ((-189 . -625) 199526) ((-163 . -625) 199508) ((-158 . -625) 199490) ((-1301 . -738) T) ((-1121 . -34) T) ((-883 . -807) NIL) ((-883 . -804) NIL) ((-870 . -862) T) ((-743 . -899) NIL) ((-1310 . -132) T) ((-392 . -132) T) ((-905 . -628) 199458) ((-921 . -102) T) ((-743 . -1057) 199334) ((-1193 . -1236) T) ((-1192 . -1236) T) ((-543 . -132) T) ((-1186 . -1236) T) ((-1106 . -423) 199318) ((-1019 . -501) 199302) ((-118 . -412) 199279) ((-1145 . -1236) T) ((-794 . -423) 199263) ((-792 . -423) 199247) ((-960 . -34) T) ((-706 . -1171) NIL) ((-258 . -660) 199067) ((-257 . -660) 198874) ((-829 . -937) 198853) ((-466 . -423) 198837) ((-614 . -19) 198821) ((-1165 . -1229) 198790) ((-1186 . -899) NIL) ((-1186 . -897) 198742) ((-614 . -616) 198719) ((-1222 . -625) 198651) ((-1194 . -625) 198633) ((-62 . -407) T) ((-1192 . -1057) 198568) ((-1186 . -1057) 198534) ((-706 . -38) 198484) ((-40 . -658) 198414) ((-486 . -296) 198372) ((-1242 . -625) 198354) ((-743 . -388) 198338) ((-850 . -625) 198320) ((-670 . -1077) T) ((-635 . -917) 198243) ((-1270 . -1021) 198209) ((-448 . -1236) T) ((-1249 . -1021) 198175) ((-256 . -1236) T) ((-1107 . -628) 198159) ((-1082 . -1212) 198134) ((-1095 . -628) 198111) ((-884 . -626) 197918) ((-884 . -625) 197900) ((-118 . -917) NIL) ((-713 . -234) 197887) ((-1208 . -501) 197824) ((-430 . -1041) 197802) ((-48 . -319) 197789) ((-1082 . -107) 197735) ((-491 . -501) 197672) ((-537 . -1236) T) ((-532 . -1236) T) ((-1186 . -349) 197624) ((-1160 . -501) 197595) ((-1186 . -388) 197547) ((-1106 . -1077) T) ((-449 . -102) T) ((-185 . -1119) T) ((-258 . -34) T) ((-257 . -34) T) ((-794 . -1077) T) ((-792 . -1077) T) ((-743 . -915) 197524) ((-466 . -1077) T) ((-59 . -501) 197508) ((-1053 . -1075) 197482) ((-531 . -501) 197466) ((-528 . -501) 197450) ((-509 . -501) 197434) ((-508 . -501) 197418) ((-250 . -526) 197351) ((-1053 . -111) 197318) ((-1193 . -915) 197231) ((-1192 . -915) 197137) ((-682 . -1131) T) ((-1186 . -915) 196970) ((-657 . -93) T) ((-1145 . -915) 196954) ((-365 . -1171) T) ((-332 . -1075) 196936) ((-31 . -502) 196917) ((-258 . -806) 196896) ((-258 . -805) 196875) ((-257 . -806) 196854) ((-257 . -805) 196833) ((-31 . -625) 196799) ((-50 . -1077) T) ((-258 . -738) 196777) ((-257 . -738) 196755) ((-1230 . -1119) T) ((-682 . -23) T) ((-593 . -1077) T) ((-530 . -1077) T) ((-390 . -1075) 196720) ((-332 . -111) 196695) ((-73 . -394) T) ((-73 . -407) T) ((-1043 . -38) 196632) ((-706 . -412) 196614) ((-99 . -102) T) ((-723 . -1119) T) ((-1315 . -1070) 196601) ((-1022 . -146) 196573) ((-1022 . -148) 196545) ((-882 . -658) 196517) ((-390 . -111) 196473) ((-329 . -1240) 196452) ((-486 . -1021) 196418) ((-365 . -38) 196383) ((-40 . -381) 196355) ((-885 . -625) 196227) ((-128 . -126) 196211) ((-122 . -126) 196195) ((-848 . -1075) 196165) ((-845 . -21) 196117) ((-839 . -1075) 196101) ((-845 . -25) 196053) ((-329 . -568) 196004) ((-529 . -628) 195985) ((-576 . -840) T) ((-245 . -1236) T) ((-1053 . -628) 195954) ((-848 . -111) 195919) ((-839 . -111) 195898) ((-1270 . -625) 195880) ((-1249 . -625) 195862) ((-1249 . -626) 195533) ((-1191 . -926) 195512) ((-1144 . -926) 195491) ((-48 . -38) 195456) ((-1308 . -1131) T) ((-548 . -296) 195412) ((-614 . -625) 195324) ((-614 . -626) 195285) ((-1306 . -1131) T) ((-372 . -628) 195269) ((-332 . -628) 195253) ((-1161 . -237) 195204) ((-245 . -1057) 195031) ((-1191 . -660) 194920) ((-1144 . -660) 194809) ((-866 . -660) 194783) ((-730 . -625) 194765) ((-558 . -379) T) ((-1308 . -23) T) ((-706 . -917) NIL) ((-1306 . -23) T) ((-503 . -1119) T) ((-390 . -628) 194715) ((-390 . -630) 194697) ((-1053 . -1068) T) ((-877 . -102) T) ((-1208 . -296) 194676) ((-171 . -379) 194627) ((-1023 . -1236) T) ((-990 . -1236) T) ((-931 . -1236) T) ((-848 . -628) 194581) ((-839 . -628) 194536) ((-44 . -23) T) ((-1315 . -102) T) ((-491 . -296) 194515) ((-598 . -1119) T) ((-1165 . -1128) 194484) ((-439 . -1236) T) ((-1123 . -1122) 194436) ((-402 . -21) T) ((-402 . -25) T) ((-153 . -1131) T) ((-1230 . -729) 194333) ((-1216 . -1119) T) ((-1023 . -897) 194315) ((-1023 . -899) 194297) ((-635 . -232) 194281) ((-635 . -272) 194265) ((-633 . -21) T) ((-299 . -568) T) ((-633 . -25) T) ((-1023 . -1057) 194225) ((-723 . -729) 194190) ((-245 . -388) 194159) ((-390 . -1068) T) ((-225 . -1077) T) ((-118 . -272) 194136) ((-118 . -232) 194113) ((-59 . -296) 194065) ((-153 . -23) T) ((-528 . -296) 194017) ((-337 . -526) 193950) ((-508 . -296) 193902) ((-390 . -248) T) ((-390 . -238) T) ((-848 . -1068) T) ((-839 . -1068) T) ((-724 . -966) 193871) ((-713 . -862) T) ((-486 . -625) 193853) ((-1272 . -1070) 193758) ((-592 . -658) 193730) ((-576 . -658) 193702) ((-507 . -658) 193652) ((-839 . -238) 193631) ((-135 . -862) T) ((-1272 . -652) 193523) ((-670 . -1119) T) ((-1208 . -616) 193502) ((-562 . -1212) 193481) ((-347 . -1119) T) ((-329 . -374) 193460) ((-419 . -148) 193439) ((-419 . -146) 193418) ((-981 . -1131) 193317) ((-245 . -915) 193249) ((-827 . -1131) 193227) ((-666 . -864) 193211) ((-491 . -616) 193190) ((-536 . -1236) T) ((-562 . -107) 193140) ((-1023 . -388) 193122) ((-1023 . -349) 193104) ((-1195 . -625) 193086) ((-97 . -1119) T) ((-981 . -23) 192897) ((-489 . -21) T) ((-489 . -25) T) ((-827 . -23) 192749) ((-1195 . -626) 192671) ((-59 . -19) 192655) ((-1191 . -738) T) ((-1144 . -738) T) ((-1106 . -1119) T) ((-528 . -19) 192639) ((-508 . -19) 192623) ((-59 . -616) 192600) ((-1022 . -237) 192537) ((-918 . -102) 192487) ((-866 . -738) T) ((-794 . -1119) T) ((-528 . -616) 192464) ((-508 . -616) 192441) ((-792 . -1119) T) ((-792 . -1084) 192408) ((-473 . -1119) T) ((-466 . -1119) T) ((-598 . -729) 192383) ((-661 . -1119) T) ((-1278 . -47) 192360) ((-1272 . -102) T) ((-1271 . -47) 192330) ((-1250 . -47) 192307) ((-1230 . -174) 192258) ((-1192 . -317) 192237) ((-1186 . -317) 192216) ((-1115 . -628) 192197) ((-1109 . -628) 192178) ((-1099 . -568) 192129) ((-1099 . -1240) 192080) ((-1023 . -915) NIL) ((-1092 . -628) 192061) ((-682 . -132) T) ((-639 . -1131) T) ((-1085 . -628) 192042) ((-1055 . -628) 192023) ((-1038 . -628) 192004) ((-726 . -1075) 191974) ((-711 . -658) 191924) ((-284 . -1119) T) ((-85 . -453) T) ((-85 . -407) T) ((-724 . -909) 191827) ((-723 . -174) T) ((-50 . -1119) T) ((-607 . -47) 191804) ((-227 . -660) 191769) ((-593 . -1119) T) ((-530 . -1119) T) ((-499 . -832) T) ((-499 . -937) T) ((-370 . -1240) T) ((-364 . -1240) T) ((-356 . -1240) T) ((-329 . -1131) T) ((-326 . -1070) 191679) ((-323 . -1070) 191608) ((-108 . -1240) T) ((-638 . -628) 191589) ((-370 . -568) T) ((-219 . -937) T) ((-219 . -832) T) ((-326 . -652) 191499) ((-323 . -652) 191428) ((-364 . -568) T) ((-356 . -568) T) ((-495 . -628) 191409) ((-108 . -568) T) ((-670 . -729) 191379) ((-1186 . -1041) NIL) ((-220 . -628) 191360) ((-329 . -23) T) ((-67 . -1236) T) ((-1019 . -625) 191292) ((-706 . -272) 191274) ((-706 . -232) 191256) ((-1315 . -1171) T) ((-726 . -111) 191221) ((-1310 . -21) T) ((-656 . -34) T) ((-250 . -501) 191205) ((-1310 . -25) T) ((-1308 . -132) T) ((-1306 . -132) T) ((-1299 . -102) T) ((-1121 . -1117) 191189) ((-173 . -1119) T) ((-1282 . -625) 191155) ((-1278 . -1236) T) ((-1271 . -1236) T) ((-1271 . -1057) 191090) ((-1250 . -1236) T) ((-969 . -926) 191069) ((-1250 . -899) NIL) ((-1250 . -897) 191021) ((-1250 . -1057) 190987) ((-527 . -628) 190971) ((-1230 . -526) 190938) ((-1208 . -626) NIL) ((-1208 . -625) 190920) ((-493 . -926) 190899) ((-1161 . -1142) 190844) ((-1106 . -729) 190693) ((-1081 . -660) 190665) ((-969 . -660) 190554) ((-794 . -729) 190383) ((-609 . -502) 190364) ((-597 . -502) 190345) ((-609 . -625) 190311) ((-597 . -625) 190277) ((-548 . -625) 190259) ((-591 . -1236) T) ((-548 . -626) 190240) ((-792 . -729) 190089) ((-1096 . -102) T) ((-635 . -658) 190061) ((-392 . -25) T) ((-392 . -21) T) ((-493 . -660) 189950) ((-473 . -729) 189921) ((-466 . -729) 189770) ((-1006 . -102) T) ((-1065 . -1229) 189699) ((-918 . -319) 189637) ((-888 . -93) T) ((-749 . -102) T) ((-118 . -658) 189567) ((-617 . -628) 189549) ((-726 . -628) 189503) ((-693 . -93) T) ((-543 . -25) T) ((-688 . -93) T) ((-676 . -625) 189485) ((-657 . -502) 189466) ((-657 . -625) 189419) ((-142 . -102) T) ((-44 . -132) T) ((-608 . -1236) T) ((-607 . -1236) T) ((-354 . -1077) T) ((-299 . -1131) T) ((-490 . -93) T) ((-419 . -237) 189370) ((-366 . -625) 189352) ((-363 . -625) 189334) ((-355 . -625) 189316) ((-273 . -626) 189064) ((-273 . -625) 189046) ((-253 . -625) 189028) ((-253 . -626) 188889) ((-139 . -93) T) ((-138 . -93) T) ((-134 . -93) T) ((-1160 . -625) 188871) ((-1139 . -652) 188858) ((-1139 . -1070) 188845) ((-831 . -738) T) ((-831 . -869) T) ((-614 . -298) 188822) ((-593 . -729) 188787) ((-491 . -626) NIL) ((-491 . -625) 188769) ((-530 . -729) 188714) ((-326 . -102) T) ((-323 . -102) T) ((-299 . -23) T) ((-153 . -132) T) ((-927 . -625) 188696) ((-927 . -626) 188678) ((-398 . -738) T) ((-884 . -1075) 188630) ((-884 . -111) 188568) ((-726 . -1068) T) ((-724 . -1262) 188552) ((-706 . -360) NIL) ((-115 . -102) T) ((-140 . -102) T) ((-137 . -102) T) ((-531 . -625) 188484) ((-390 . -807) T) ((-169 . -1236) T) ((-225 . -1119) T) ((-390 . -804) T) ((-59 . -626) 188445) ((-227 . -806) T) ((-227 . -803) T) ((-59 . -625) 188357) ((-227 . -738) T) ((-528 . -626) 188318) ((-528 . -625) 188230) ((-509 . -625) 188162) ((-508 . -626) 188123) ((-508 . -625) 188035) ((-1099 . -374) 187986) ((-40 . -423) 187963) ((-77 . -1236) T) ((-883 . -926) NIL) ((-370 . -339) 187947) ((-370 . -374) T) ((-364 . -339) 187931) ((-364 . -374) T) ((-356 . -339) 187915) ((-356 . -374) T) ((-326 . -294) 187894) ((-108 . -374) T) ((-70 . -1236) T) ((-1250 . -349) 187846) ((-883 . -660) 187791) ((-1250 . -388) 187743) ((-981 . -132) 187598) ((-827 . -132) 187469) ((-975 . -663) 187453) ((-1106 . -174) 187364) ((-975 . -384) 187348) ((-1081 . -806) T) ((-1081 . -803) T) ((-884 . -628) 187246) ((-794 . -174) 187137) ((-792 . -174) 187048) ((-828 . -47) 187010) ((-1081 . -738) T) ((-337 . -501) 186994) ((-969 . -738) T) ((-1299 . -319) 186932) ((-1278 . -915) 186845) ((-466 . -174) 186756) ((-250 . -296) 186708) ((-1271 . -915) 186614) ((-1270 . -1075) 186449) ((-1250 . -915) 186282) ((-493 . -738) T) ((-1249 . -1075) 186090) ((-1230 . -300) 186069) ((-1205 . -1236) T) ((-1202 . -379) T) ((-1201 . -379) T) ((-1165 . -152) 186053) ((-1139 . -102) T) ((-1137 . -1119) T) ((-1099 . -23) T) ((-1099 . -1131) T) ((-1094 . -102) T) ((-1076 . -625) 186020) ((-1022 . -421) 185992) ((-944 . -972) T) ((-749 . -319) 185930) ((-75 . -1236) T) ((-676 . -393) 185902) ((-171 . -926) 185855) ((-30 . -972) T) ((-112 . -856) T) ((-1 . -625) 185837) ((-1018 . -909) 185758) ((-129 . -663) 185740) ((-50 . -632) 185724) ((-706 . -658) 185659) ((-607 . -915) 185572) ((-450 . -102) T) ((-129 . -384) 185554) ((-142 . -319) NIL) ((-884 . -1068) T) ((-845 . -862) 185533) ((-81 . -1236) T) ((-723 . -300) T) ((-40 . -1077) T) ((-593 . -174) T) ((-530 . -174) T) ((-523 . -625) 185515) ((-171 . -660) 185389) ((-519 . -625) 185371) ((-362 . -148) 185353) ((-362 . -146) T) ((-370 . -1131) T) ((-364 . -1131) T) ((-356 . -1131) T) ((-1023 . -317) T) ((-931 . -317) T) ((-884 . -248) T) ((-108 . -1131) T) ((-884 . -238) 185332) ((-1270 . -111) 185153) ((-1249 . -111) 184942) ((-250 . -1274) 184926) ((-576 . -860) T) ((-370 . -23) T) ((-365 . -360) T) ((-326 . -319) 184913) ((-323 . -319) 184854) ((-364 . -23) T) ((-329 . -132) T) ((-356 . -23) T) ((-1023 . -1041) T) ((-31 . -628) 184835) ((-108 . -23) T) ((-666 . -1070) 184819) ((-250 . -616) 184796) ((-343 . -1119) T) ((-666 . -652) 184766) ((-1272 . -38) 184658) ((-1259 . -926) 184637) ((-112 . -1119) T) ((-828 . -1236) T) ((-425 . -1236) T) ((-1054 . -102) T) ((-1259 . -660) 184526) ((-883 . -806) NIL) ((-867 . -660) 184500) ((-883 . -803) NIL) ((-828 . -899) NIL) ((-883 . -738) T) ((-1106 . -526) 184373) ((-794 . -526) 184320) ((-792 . -526) 184272) ((-583 . -660) 184259) ((-828 . -1057) 184087) ((-466 . -526) 184030) ((-400 . -401) T) ((-1270 . -628) 183843) ((-1249 . -628) 183591) ((-60 . -1236) T) ((-633 . -862) 183570) ((-512 . -673) T) ((-1165 . -995) 183539) ((-1043 . -658) 183476) ((-1022 . -464) T) ((-711 . -860) T) ((-522 . -804) T) ((-486 . -1075) 183311) ((-512 . -113) T) ((-354 . -1119) T) ((-323 . -1171) NIL) ((-299 . -132) T) ((-406 . -1119) T) ((-882 . -1077) T) ((-706 . -381) 183278) ((-365 . -658) 183208) ((-225 . -632) 183185) ((-337 . -296) 183137) ((-486 . -111) 182958) ((-1270 . -1068) T) ((-1249 . -1068) T) ((-828 . -388) 182942) ((-836 . -1236) T) ((-171 . -738) T) ((-1301 . -1236) T) ((-666 . -102) T) ((-1270 . -248) 182921) ((-1270 . -238) 182873) ((-1249 . -238) 182778) ((-1249 . -248) 182757) ((-1022 . -414) NIL) ((-682 . -651) 182705) ((-326 . -38) 182615) ((-323 . -38) 182544) ((-69 . -625) 182526) ((-329 . -505) 182492) ((-48 . -658) 182442) ((-1208 . -298) 182421) ((-1244 . -862) T) ((-1132 . -1131) 182399) ((-83 . -1236) T) ((-61 . -625) 182381) ((-491 . -298) 182360) ((-1301 . -1057) 182337) ((-1183 . -1119) T) ((-1132 . -23) 182189) ((-828 . -915) 182125) ((-1259 . -738) T) ((-1121 . -1236) T) ((-486 . -628) 181951) ((-362 . -237) T) ((-1106 . -300) 181882) ((-983 . -1119) T) ((-906 . -102) T) ((-794 . -300) 181793) ((-337 . -19) 181777) ((-59 . -298) 181754) ((-792 . -300) 181685) ((-867 . -738) T) ((-118 . -860) NIL) ((-528 . -298) 181662) ((-337 . -616) 181639) ((-508 . -298) 181616) ((-466 . -300) 181547) ((-1054 . -319) 181398) ((-888 . -502) 181379) ((-888 . -625) 181345) ((-693 . -502) 181326) ((-583 . -738) T) ((-688 . -502) 181307) ((-693 . -625) 181257) ((-688 . -625) 181223) ((-674 . -625) 181205) ((-490 . -502) 181186) ((-490 . -625) 181152) ((-250 . -626) 181113) ((-250 . -502) 181090) ((-139 . -502) 181071) ((-138 . -502) 181052) ((-134 . -502) 181033) ((-250 . -625) 180925) ((-215 . -102) T) ((-139 . -625) 180891) ((-138 . -625) 180857) ((-134 . -625) 180823) ((-1166 . -34) T) ((-960 . -1236) T) ((-354 . -729) 180768) ((-682 . -25) T) ((-682 . -21) T) ((-1195 . -628) 180749) ((-341 . -1236) T) ((-486 . -1068) T) ((-647 . -429) 180714) ((-619 . -429) 180679) ((-1139 . -1171) T) ((-1271 . -317) 180658) ((-724 . -1070) 180481) ((-593 . -300) T) ((-530 . -300) T) ((-1250 . -317) 180460) ((-486 . -238) 180412) ((-486 . -248) 180391) ((-451 . -1236) T) ((-724 . -652) 180220) ((-1250 . -1041) NIL) ((-1099 . -132) T) ((-884 . -807) 180199) ((-145 . -102) T) ((-40 . -1119) T) ((-884 . -804) 180178) ((-656 . -1029) 180162) ((-592 . -1077) T) ((-576 . -1077) T) ((-507 . -1077) T) ((-419 . -464) T) ((-370 . -132) T) ((-326 . -412) 180146) ((-323 . -412) 180107) ((-364 . -132) T) ((-356 . -132) T) ((-1200 . -1119) T) ((-1139 . -38) 180094) ((-1113 . -625) 180061) ((-108 . -132) T) ((-971 . -1119) T) ((-938 . -1119) T) ((-783 . -1119) T) ((-684 . -1119) T) ((-713 . -148) T) ((-117 . -148) T) ((-1308 . -21) T) ((-1308 . -25) T) ((-1306 . -21) T) ((-1306 . -25) T) ((-676 . -1075) 180045) ((-543 . -862) T) ((-512 . -862) T) ((-376 . -1236) T) ((-366 . -1075) 179997) ((-363 . -1075) 179949) ((-355 . -1075) 179901) ((-258 . -1236) T) ((-257 . -1236) T) ((-273 . -1075) 179744) ((-253 . -1075) 179587) ((-676 . -111) 179566) ((-829 . -1240) 179545) ((-559 . -856) T) ((-326 . -917) 179511) ((-366 . -111) 179449) ((-363 . -111) 179387) ((-355 . -111) 179325) ((-273 . -111) 179154) ((-253 . -111) 178983) ((-323 . -917) NIL) ((-635 . -423) 178967) ((-44 . -21) T) ((-44 . -25) T) ((-827 . -651) 178873) ((-829 . -568) 178852) ((-258 . -1057) 178679) ((-257 . -1057) 178506) ((-127 . -120) 178490) ((-927 . -1075) 178455) ((-724 . -102) T) ((-711 . -1077) T) ((-609 . -628) 178436) ((-597 . -628) 178417) ((-548 . -630) 178320) ((-354 . -174) T) ((-153 . -21) T) ((-153 . -25) T) ((-88 . -625) 178302) ((-927 . -111) 178258) ((-40 . -729) 178203) ((-882 . -1119) T) ((-676 . -628) 178180) ((-657 . -628) 178161) ((-366 . -628) 178098) ((-363 . -628) 178035) ((-355 . -628) 177972) ((-559 . -1119) T) ((-337 . -626) 177933) ((-337 . -625) 177845) ((-273 . -628) 177598) ((-253 . -628) 177383) ((-188 . -1236) T) ((-1249 . -804) 177336) ((-1249 . -807) 177289) ((-258 . -388) 177258) ((-257 . -388) 177227) ((-666 . -38) 177197) ((-620 . -34) T) ((-494 . -1131) 177175) ((-487 . -34) T) ((-1132 . -132) 177046) ((-981 . -25) 176857) ((-927 . -628) 176807) ((-886 . -625) 176789) ((-981 . -21) 176744) ((-827 . -25) 176577) ((-827 . -21) 176488) ((-1242 . -379) T) ((-635 . -1077) T) ((-1197 . -568) 176467) ((-1191 . -47) 176444) ((-366 . -1068) T) ((-363 . -1068) T) ((-494 . -23) 176296) ((-355 . -1068) T) ((-273 . -1068) T) ((-253 . -1068) T) ((-1144 . -47) 176268) ((-118 . -1077) T) ((-1053 . -660) 176242) ((-975 . -34) T) ((-366 . -238) 176221) ((-366 . -248) T) ((-363 . -238) 176200) ((-363 . -248) T) ((-355 . -238) 176179) ((-355 . -248) T) ((-273 . -336) 176151) ((-253 . -336) 176108) ((-273 . -238) 176087) ((-1176 . -152) 176071) ((-258 . -915) 176003) ((-257 . -915) 175935) ((-1161 . -909) 175856) ((-1101 . -862) T) ((-1253 . -1236) 175834) ((-426 . -1131) T) ((-1073 . -23) T) ((-1043 . -860) T) ((-927 . -1068) T) ((-332 . -660) 175816) ((-713 . -237) T) ((-682 . -234) 175761) ((-1230 . -1021) 175727) ((-1192 . -937) 175706) ((-1186 . -937) 175685) ((-1186 . -832) NIL) ((-1018 . -1070) 175581) ((-984 . -1236) T) ((-927 . -248) T) ((-829 . -374) 175560) ((-396 . -23) T) ((-128 . -1119) 175538) ((-122 . -1119) 175516) ((-927 . -238) T) ((-129 . -34) T) ((-390 . -660) 175481) ((-1018 . -652) 175429) ((-882 . -729) 175416) ((-1315 . -658) 175388) ((-1065 . -152) 175353) ((-1012 . -1236) T) ((-874 . -1236) T) ((-40 . -174) T) ((-706 . -423) 175335) ((-724 . -319) 175322) ((-848 . -660) 175282) ((-839 . -660) 175256) ((-329 . -25) T) ((-329 . -21) T) ((-670 . -296) 175235) ((-592 . -1119) T) ((-576 . -1119) T) ((-507 . -1119) T) ((-1191 . -1236) T) ((-250 . -298) 175212) ((-1144 . -1236) T) ((-866 . -1236) T) ((-323 . -272) 175173) ((-323 . -232) 175134) ((-1191 . -899) NIL) ((-55 . -1119) T) ((-1144 . -899) 174993) ((-130 . -862) T) ((-1191 . -1057) 174873) ((-1144 . -1057) 174756) ((-185 . -625) 174738) ((-866 . -1057) 174634) ((-794 . -296) 174561) ((-829 . -1131) T) ((-1053 . -738) T) ((-1065 . -995) 174490) ((-614 . -663) 174474) ((-1022 . -909) 174381) ((-1018 . -102) T) ((-829 . -23) T) ((-724 . -1171) 174359) ((-706 . -1077) T) ((-614 . -384) 174343) ((-362 . -464) T) ((-354 . -300) T) ((-1287 . -1119) T) ((-254 . -1119) T) ((-411 . -102) T) ((-299 . -21) T) ((-299 . -25) T) ((-372 . -738) T) ((-722 . -1119) T) ((-711 . -1119) T) ((-372 . -485) T) ((-1230 . -625) 174325) ((-1191 . -388) 174309) ((-1144 . -388) 174293) ((-1043 . -423) 174255) ((-142 . -231) 174237) ((-390 . -806) T) ((-390 . -803) T) ((-882 . -174) T) ((-390 . -738) T) ((-723 . -625) 174219) ((-724 . -38) 174048) ((-1286 . -1284) 174032) ((-362 . -414) T) ((-1286 . -1119) 173982) ((-1209 . -1119) T) ((-592 . -729) 173969) ((-576 . -729) 173956) ((-507 . -729) 173921) ((-1272 . -658) 173811) ((-326 . -641) 173790) ((-848 . -738) T) ((-839 . -738) T) ((-1134 . -1236) T) ((-656 . -1236) T) ((-1099 . -651) 173738) ((-1191 . -915) 173681) ((-1144 . -915) 173665) ((-827 . -234) 173556) ((-674 . -1075) 173540) ((-108 . -651) 173522) ((-494 . -132) 173393) ((-1197 . -1131) T) ((-831 . -1236) T) ((-969 . -47) 173362) ((-635 . -1119) T) ((-674 . -111) 173341) ((-503 . -625) 173307) ((-337 . -298) 173284) ((-398 . -1236) T) ((-334 . -1236) T) ((-493 . -47) 173241) ((-1197 . -23) T) ((-118 . -1119) T) ((-103 . -102) 173191) ((-1298 . -1131) T) ((-560 . -862) T) ((-227 . -1236) T) ((-1073 . -132) T) ((-1043 . -1077) T) ((-1298 . -23) T) ((-831 . -1057) 173175) ((-1216 . -625) 173157) ((-1022 . -736) 173129) ((-1139 . -840) T) ((-711 . -729) 173094) ((-598 . -625) 173076) ((-398 . -1057) 173060) ((-365 . -1077) T) ((-396 . -132) T) ((-334 . -1057) 173044) ((-1124 . -1119) T) ((-1099 . -21) T) ((-1099 . -25) T) ((-227 . -899) 173026) ((-1023 . -937) T) ((-91 . -34) T) ((-1023 . -832) T) ((-931 . -937) T) ((-1018 . -319) 172991) ((-888 . -628) 172972) ((-499 . -1240) T) ((-726 . -660) 172932) ((-693 . -628) 172913) ((-688 . -628) 172894) ((-219 . -1240) T) ((-419 . -909) 172815) ((-227 . -1057) 172775) ((-40 . -300) T) ((-499 . -568) T) ((-490 . -628) 172756) ((-370 . -25) T) ((-326 . -658) 172411) ((-323 . -658) 172325) ((-370 . -21) T) ((-364 . -25) T) ((-364 . -21) T) ((-219 . -568) T) ((-356 . -25) T) ((-356 . -21) T) ((-329 . -234) 172271) ((-250 . -628) 172248) ((-139 . -628) 172229) ((-138 . -628) 172210) ((-134 . -628) 172191) ((-108 . -25) T) ((-108 . -21) T) ((-48 . -1077) T) ((-592 . -174) T) ((-576 . -174) T) ((-507 . -174) T) ((-1081 . -1236) T) ((-969 . -1236) T) ((-725 . -1236) T) ((-670 . -625) 172173) ((-493 . -1236) T) ((-749 . -748) 172157) ((-347 . -625) 172139) ((-68 . -394) T) ((-68 . -407) T) ((-1121 . -107) 172123) ((-1081 . -899) 172105) ((-969 . -899) 172030) ((-665 . -1131) T) ((-635 . -729) 172017) ((-493 . -899) NIL) ((-1165 . -102) T) ((-1113 . -630) 172001) ((-1081 . -1057) 171983) ((-97 . -625) 171965) ((-489 . -148) T) ((-969 . -1057) 171845) ((-118 . -729) 171790) ((-724 . -917) 171697) ((-665 . -23) T) ((-493 . -1057) 171573) ((-1106 . -626) NIL) ((-1106 . -625) 171555) ((-794 . -626) NIL) ((-794 . -625) 171516) ((-792 . -626) 171150) ((-792 . -625) 171064) ((-1132 . -651) 170970) ((-473 . -625) 170952) ((-466 . -625) 170934) ((-466 . -626) 170795) ((-1054 . -231) 170741) ((-884 . -926) 170720) ((-127 . -34) T) ((-829 . -132) T) ((-661 . -625) 170702) ((-590 . -102) T) ((-366 . -1305) 170686) ((-363 . -1305) 170670) ((-355 . -1305) 170654) ((-128 . -526) 170587) ((-122 . -526) 170520) ((-523 . -804) T) ((-523 . -807) T) ((-522 . -806) T) ((-103 . -319) 170458) ((-224 . -102) 170408) ((-711 . -174) T) ((-706 . -1119) T) ((-884 . -660) 170324) ((-65 . -395) T) ((-284 . -625) 170306) ((-65 . -407) T) ((-969 . -388) 170290) ((-882 . -300) T) ((-50 . -625) 170272) ((-1018 . -38) 170220) ((-1139 . -658) 170192) ((-593 . -625) 170174) ((-493 . -388) 170158) ((-593 . -626) 170140) ((-530 . -625) 170122) ((-927 . -1305) 170109) ((-883 . -1236) T) ((-713 . -464) T) ((-507 . -526) 170075) ((-1297 . -1236) T) ((-1296 . -1236) T) ((-499 . -374) T) ((-366 . -379) 170054) ((-363 . -379) 170033) ((-355 . -379) 170012) ((-726 . -738) T) ((-219 . -374) T) ((-117 . -464) T) ((-1309 . -1300) 169996) ((-883 . -897) 169973) ((-883 . -899) NIL) ((-981 . -862) 169872) ((-827 . -862) 169823) ((-1243 . -102) T) ((-666 . -668) 169807) ((-1222 . -34) T) ((-173 . -625) 169789) ((-1132 . -25) 169622) ((-1132 . -21) 169533) ((-883 . -1057) 169510) ((-969 . -915) 169491) ((-1259 . -47) 169468) ((-927 . -379) T) ((-59 . -663) 169452) ((-528 . -663) 169436) ((-493 . -915) 169413) ((-71 . -453) T) ((-71 . -407) T) ((-508 . -663) 169397) ((-59 . -384) 169381) ((-635 . -174) T) ((-528 . -384) 169365) ((-508 . -384) 169349) ((-558 . -1236) T) ((-839 . -720) 169333) ((-1191 . -317) 169312) ((-1197 . -132) T) ((-1161 . -1070) 169296) ((-118 . -174) T) ((-1161 . -652) 169228) ((-1165 . -319) 169166) ((-171 . -1236) T) ((-1298 . -132) T) ((-1271 . -937) 169145) ((-1250 . -937) 169124) ((-1250 . -832) NIL) ((-878 . -1070) 169094) ((-647 . -756) 169078) ((-619 . -756) 169062) ((-1249 . -926) 169015) ((-1043 . -1119) T) ((-922 . -1131) T) ((-878 . -652) 168985) ((-706 . -729) 168935) ((-913 . -1236) T) ((-883 . -388) 168912) ((-883 . -349) 168889) ((-853 . -1236) T) ((-820 . -1236) T) ((-171 . -897) 168873) ((-171 . -899) 168798) ((-781 . -1236) T) ((-689 . -1236) T) ((-1286 . -526) 168731) ((-1270 . -660) 168628) ((-1099 . -234) 168501) ((-499 . -1131) T) ((-365 . -1119) T) ((-219 . -1131) T) ((-76 . -453) T) ((-76 . -407) T) ((-171 . -1057) 168397) ((-304 . -909) 168354) ((-329 . -862) T) ((-1249 . -660) 168162) ((-884 . -806) 168141) ((-884 . -803) 168120) ((-884 . -738) T) ((-499 . -23) T) ((-370 . -234) 168093) ((-364 . -234) 168066) ((-356 . -234) 168039) ((-176 . -464) T) ((-86 . -453) T) ((-224 . -319) 167977) ((-86 . -407) T) ((-225 . -625) 167959) ((-108 . -234) 167946) ((-219 . -23) T) ((-1310 . -1303) 167925) ((-689 . -1057) 167909) ((-592 . -300) T) ((-576 . -300) T) ((-507 . -300) T) ((-1259 . -1236) T) ((-137 . -482) 167864) ((-867 . -1236) T) ((-666 . -658) 167823) ((-48 . -1119) T) ((-724 . -272) 167807) ((-724 . -232) 167791) ((-883 . -915) NIL) ((-583 . -1236) T) ((-1259 . -899) NIL) ((-902 . -102) T) ((-898 . -102) T) ((-400 . -1119) T) ((-171 . -388) 167775) ((-171 . -349) 167759) ((-1259 . -1057) 167639) ((-867 . -1057) 167535) ((-1161 . -102) T) ((-1018 . -917) 167458) ((-674 . -804) 167437) ((-665 . -132) T) ((-674 . -807) 167416) ((-118 . -526) 167324) ((-583 . -1057) 167306) ((-304 . -1293) 167276) ((-878 . -102) T) ((-980 . -568) 167255) ((-1230 . -1075) 167138) ((-1022 . -1070) 167083) ((-494 . -651) 166989) ((-921 . -1119) T) ((-1043 . -729) 166926) ((-723 . -1075) 166891) ((-1022 . -652) 166836) ((-629 . -102) T) ((-614 . -34) T) ((-1166 . -1236) T) ((-1230 . -111) 166705) ((-486 . -660) 166602) ((-365 . -729) 166547) ((-171 . -915) 166506) ((-711 . -300) T) ((-706 . -174) T) ((-723 . -111) 166462) ((-1315 . -1077) T) ((-1259 . -388) 166446) ((-430 . -1240) 166424) ((-1137 . -625) 166406) ((-323 . -860) NIL) ((-430 . -568) T) ((-227 . -317) T) ((-1249 . -803) 166359) ((-1249 . -806) 166312) ((-1270 . -738) T) ((-1249 . -738) T) ((-48 . -729) 166277) ((-227 . -1041) T) ((-1272 . -423) 166243) ((-362 . -1293) 166220) ((-1259 . -915) 166163) ((-730 . -738) T) ((-343 . -625) 166145) ((-1230 . -628) 166027) ((-1132 . -234) 165918) ((-112 . -625) 165900) ((-112 . -626) 165882) ((-730 . -485) T) ((-723 . -628) 165832) ((-1309 . -1070) 165816) ((-494 . -25) 165649) ((-128 . -501) 165633) ((-122 . -501) 165617) ((-494 . -21) 165528) ((-1309 . -652) 165498) ((-635 . -300) T) ((-598 . -1075) 165473) ((-449 . -1119) T) ((-1081 . -317) T) ((-118 . -300) T) ((-1123 . -102) T) ((-1022 . -102) T) ((-598 . -111) 165441) ((-1230 . -1068) T) ((-1161 . -319) 165379) ((-1081 . -1041) T) ((-1073 . -25) T) ((-66 . -1236) T) ((-905 . -1236) T) ((-1073 . -21) T) ((-723 . -1068) T) ((-396 . -21) T) ((-396 . -25) T) ((-706 . -526) NIL) ((-1043 . -174) T) ((-723 . -248) T) ((-1081 . -557) T) ((-724 . -658) 165289) ((-518 . -102) T) ((-514 . -102) T) ((-365 . -174) T) ((-354 . -625) 165271) ((-419 . -1070) 165223) ((-406 . -625) 165205) ((-1139 . -860) T) ((-486 . -738) T) ((-905 . -1057) 165173) ((-419 . -652) 165125) ((-108 . -862) T) ((-670 . -1075) 165109) ((-499 . -132) T) ((-1272 . -1077) T) ((-219 . -132) T) ((-1176 . -102) 165059) ((-99 . -1119) T) ((-250 . -678) 165043) ((-250 . -663) 165027) ((-670 . -111) 165006) ((-598 . -628) 164990) ((-326 . -423) 164974) ((-250 . -384) 164958) ((-1178 . -240) 164905) ((-1018 . -272) 164889) ((-1018 . -232) 164873) ((-74 . -1236) T) ((-48 . -174) T) ((-713 . -399) T) ((-713 . -144) T) ((-1309 . -102) T) ((-1217 . -1236) T) ((-1216 . -628) 164855) ((-1107 . -1236) T) ((-1106 . -1075) 164698) ((-1095 . -1236) T) ((-273 . -926) 164677) ((-253 . -926) 164656) ((-794 . -1075) 164479) ((-792 . -1075) 164322) ((-620 . -1236) T) ((-1183 . -625) 164304) ((-1106 . -111) 164133) ((-1065 . -102) T) ((-487 . -1236) T) ((-473 . -1075) 164104) ((-466 . -1075) 163947) ((-676 . -660) 163931) ((-883 . -317) T) ((-794 . -111) 163740) ((-792 . -111) 163569) ((-366 . -660) 163521) ((-363 . -660) 163473) ((-355 . -660) 163425) ((-273 . -660) 163314) ((-253 . -660) 163203) ((-1177 . -862) T) ((-1107 . -1057) 163187) ((-473 . -111) 163148) ((-466 . -111) 162977) ((-1095 . -1057) 162954) ((-1019 . -34) T) ((-983 . -625) 162936) ((-975 . -1236) T) ((-127 . -1029) 162920) ((-980 . -1131) T) ((-883 . -1041) NIL) ((-747 . -1131) T) ((-727 . -1131) T) ((-670 . -628) 162838) ((-1286 . -501) 162822) ((-1203 . -1236) T) ((-1202 . -1236) T) ((-1161 . -38) 162782) ((-980 . -23) T) ((-927 . -660) 162747) ((-877 . -1119) T) ((-855 . -102) T) ((-829 . -21) T) ((-647 . -1070) 162731) ((-619 . -1070) 162715) ((-829 . -25) T) ((-747 . -23) T) ((-727 . -23) T) ((-647 . -652) 162699) ((-110 . -673) T) ((-619 . -652) 162683) ((-593 . -1075) 162648) ((-530 . -1075) 162593) ((-229 . -57) 162551) ((-465 . -23) T) ((-419 . -102) T) ((-1201 . -1236) T) ((-270 . -102) T) ((-110 . -113) T) ((-706 . -300) T) ((-878 . -38) 162521) ((-1106 . -628) 162257) ((-593 . -111) 162213) ((-530 . -111) 162142) ((-430 . -1131) T) ((-326 . -1077) 162032) ((-323 . -1077) T) ((-129 . -1236) T) ((-131 . -1236) T) ((-794 . -628) 161780) ((-792 . -628) 161546) ((-670 . -1068) T) ((-1315 . -1119) T) ((-466 . -628) 161331) ((-171 . -317) 161262) ((-430 . -23) T) ((-40 . -625) 161244) ((-40 . -626) 161228) ((-108 . -1011) 161210) ((-117 . -881) 161194) ((-661 . -628) 161178) ((-48 . -526) 161144) ((-1222 . -1029) 161128) ((-1200 . -625) 161095) ((-1208 . -34) T) ((-971 . -625) 161061) ((-938 . -625) 161043) ((-1132 . -862) 160994) ((-783 . -625) 160976) ((-684 . -625) 160958) ((-529 . -1236) T) ((-1259 . -317) 160937) ((-1176 . -319) 160875) ((-1160 . -34) T) ((-491 . -34) T) ((-1111 . -1236) T) ((-489 . -464) T) ((-1053 . -1236) T) ((-1106 . -1068) T) ((-50 . -628) 160844) ((-794 . -1068) T) ((-792 . -1068) T) ((-659 . -240) 160828) ((-644 . -240) 160774) ((-1197 . -21) T) ((-593 . -628) 160724) ((-530 . -628) 160654) ((-494 . -234) 160545) ((-1197 . -25) T) ((-1106 . -336) 160506) ((-466 . -1068) T) ((-1106 . -238) 160485) ((-794 . -336) 160462) ((-794 . -238) T) ((-792 . -336) 160434) ((-743 . -1240) 160413) ((-531 . -34) T) ((-337 . -663) 160397) ((-528 . -34) T) ((-59 . -34) T) ((-509 . -34) T) ((-508 . -34) T) ((-466 . -336) 160376) ((-337 . -384) 160360) ((-372 . -1236) T) ((-332 . -1236) T) ((-1022 . -1171) NIL) ((-743 . -568) 160291) ((-647 . -102) T) ((-619 . -102) T) ((-366 . -738) T) ((-363 . -738) T) ((-355 . -738) T) ((-273 . -738) T) ((-253 . -738) T) ((-390 . -1236) T) ((-1298 . -21) T) ((-1065 . -319) 160199) ((-1298 . -25) T) ((-918 . -1119) 160177) ((-830 . -234) 160164) ((-50 . -1068) T) ((-1193 . -568) 160143) ((-1192 . -1240) 160122) ((-1192 . -568) 160073) ((-1186 . -1240) 160052) ((-1186 . -568) 160003) ((-1043 . -300) T) ((-593 . -1068) T) ((-530 . -1068) T) ((-1022 . -38) 159948) ((-372 . -1057) 159932) ((-332 . -1057) 159916) ((-1018 . -658) 159839) ((-390 . -899) 159821) ((-848 . -1236) T) ((-839 . -1236) T) ((-837 . -1236) T) ((-811 . -1131) T) ((-927 . -738) T) ((-593 . -248) T) ((-593 . -238) T) ((-530 . -238) T) ((-530 . -248) T) ((-1145 . -568) 159800) ((-365 . -300) T) ((-659 . -707) 159784) ((-390 . -1057) 159744) ((-304 . -1070) 159665) ((-350 . -909) 159644) ((-1139 . -1077) T) ((-103 . -126) 159628) ((-304 . -652) 159570) ((-811 . -23) T) ((-1308 . -1303) 159546) ((-1306 . -1303) 159525) ((-1286 . -296) 159477) ((-419 . -319) 159442) ((-1272 . -1119) T) ((-1161 . -917) 159365) ((-882 . -625) 159347) ((-848 . -1057) 159316) ((-205 . -799) T) ((-204 . -799) T) ((-203 . -799) T) ((-202 . -799) T) ((-201 . -799) T) ((-200 . -799) T) ((-199 . -799) T) ((-198 . -799) T) ((-197 . -799) T) ((-196 . -799) T) ((-559 . -625) 159298) ((-507 . -1021) T) ((-283 . -851) T) ((-282 . -851) T) ((-281 . -851) T) ((-280 . -851) T) ((-48 . -300) T) ((-279 . -851) T) ((-278 . -851) T) ((-277 . -851) T) ((-195 . -799) T) ((-624 . -862) T) ((-666 . -423) 159282) ((-682 . -237) 159233) ((-225 . -628) 159195) ((-110 . -862) T) ((-665 . -21) T) ((-665 . -25) T) ((-1309 . -38) 159165) ((-118 . -296) 159116) ((-1286 . -19) 159100) ((-1286 . -616) 159077) ((-1299 . -1119) T) ((-362 . -1070) 159022) ((-1096 . -1119) T) ((-1006 . -1119) T) ((-980 . -132) T) ((-829 . -234) 159009) ((-749 . -1119) T) ((-362 . -652) 158954) ((-747 . -132) T) ((-727 . -132) T) ((-523 . -805) T) ((-523 . -806) T) ((-465 . -132) T) ((-419 . -1171) 158932) ((-225 . -1068) T) ((-304 . -102) 158714) ((-142 . -1119) T) ((-711 . -1021) T) ((-1124 . -296) 158670) ((-91 . -1236) T) ((-128 . -625) 158602) ((-122 . -625) 158534) ((-1315 . -174) T) ((-1192 . -374) 158513) ((-1186 . -374) 158492) ((-326 . -1119) T) ((-430 . -132) T) ((-323 . -1119) T) ((-419 . -38) 158444) ((-1152 . -102) T) ((-1272 . -729) 158336) ((-1154 . -1281) T) ((-1115 . -1236) T) ((-1109 . -1236) T) ((-666 . -1077) T) ((-1092 . -1236) T) ((-1085 . -1236) T) ((-1055 . -1236) T) ((-1038 . -1236) T) ((-329 . -146) 158315) ((-329 . -148) 158294) ((-140 . -1119) T) ((-137 . -1119) T) ((-115 . -1119) T) ((-870 . -102) T) ((-638 . -1236) T) ((-495 . -1236) T) ((-592 . -625) 158276) ((-576 . -626) 158175) ((-576 . -625) 158157) ((-507 . -625) 158139) ((-507 . -626) 158084) ((-497 . -23) T) ((-220 . -1236) T) ((-494 . -862) 158035) ((-499 . -651) 158017) ((-982 . -625) 157999) ((-1022 . -917) 157908) ((-219 . -651) 157890) ((-227 . -416) T) ((-674 . -660) 157874) ((-55 . -625) 157856) ((-1191 . -937) 157835) ((-743 . -1131) T) ((-527 . -1236) T) ((-522 . -1236) T) ((-520 . -1236) T) ((-362 . -102) T) ((-1235 . -1102) T) ((-1139 . -856) T) ((-830 . -862) T) ((-743 . -23) T) ((-354 . -1075) 157780) ((-1166 . -107) 157764) ((-1287 . -625) 157746) ((-1193 . -23) T) ((-1193 . -1131) T) ((-1192 . -1131) T) ((-1192 . -23) T) ((-527 . -1057) 157730) ((-1186 . -1131) T) ((-1145 . -1131) T) ((-354 . -111) 157659) ((-1023 . -1240) T) ((-127 . -1236) T) ((-931 . -1240) T) ((-1186 . -23) T) ((-1161 . -272) 157643) ((-706 . -296) NIL) ((-726 . -1236) T) ((-1161 . -232) 157627) ((-1145 . -23) T) ((-1094 . -1119) T) ((-1023 . -568) T) ((-931 . -568) T) ((-255 . -1236) T) ((-189 . -1236) T) ((-163 . -1236) T) ((-158 . -1236) T) ((-254 . -625) 157609) ((-827 . -237) 157506) ((-811 . -132) T) ((-722 . -625) 157488) ((-326 . -729) 157398) ((-323 . -729) 157327) ((-711 . -625) 157309) ((-711 . -626) 157254) ((-419 . -412) 157238) ((-450 . -1119) T) ((-499 . -25) T) ((-499 . -21) T) ((-1139 . -1119) T) ((-219 . -25) T) ((-219 . -21) T) ((-724 . -423) 157222) ((-726 . -1057) 157191) ((-1286 . -625) 157103) ((-1286 . -626) 157064) ((-1272 . -174) T) ((-1209 . -625) 157046) ((-250 . -34) T) ((-354 . -628) 156976) ((-406 . -628) 156958) ((-943 . -993) T) ((-1222 . -1236) T) ((-674 . -803) 156937) ((-674 . -806) 156916) ((-410 . -407) T) ((-535 . -102) 156866) ((-1242 . -1236) T) ((-1054 . -1119) T) ((-419 . -917) 156789) ((-224 . -1014) 156773) ((-850 . -1236) T) ((-516 . -102) T) ((-635 . -625) 156755) ((-45 . -862) NIL) ((-635 . -626) 156732) ((-1054 . -622) 156707) ((-918 . -526) 156640) ((-329 . -237) 156592) ((-354 . -1068) T) ((-118 . -626) NIL) ((-118 . -625) 156574) ((-884 . -1236) T) ((-682 . -429) 156558) ((-682 . -1142) 156503) ((-512 . -152) 156485) ((-354 . -238) T) ((-354 . -248) T) ((-40 . -1075) 156430) ((-884 . -897) 156414) ((-884 . -899) 156339) ((-724 . -1077) T) ((-706 . -1021) NIL) ((-1270 . -47) 156309) ((-1249 . -47) 156286) ((-1160 . -1029) 156257) ((-1139 . -729) 156244) ((-3 . |UnionCategory|) T) ((-1124 . -625) 156226) ((-1099 . -148) 156205) ((-1099 . -146) 156156) ((-1023 . -374) T) ((-983 . -628) 156140) ((-227 . -937) T) ((-40 . -111) 156069) ((-884 . -1057) 155933) ((-1022 . -232) 155910) ((-1022 . -272) 155887) ((-713 . -1070) 155874) ((-931 . -374) T) ((-713 . -652) 155861) ((-329 . -1224) 155827) ((-390 . -317) T) ((-329 . -1221) 155793) ((-326 . -174) 155772) ((-323 . -174) T) ((-620 . -1212) 155748) ((-593 . -1305) 155735) ((-530 . -1305) 155712) ((-117 . -1070) 155699) ((-370 . -148) 155678) ((-370 . -146) 155629) ((-364 . -148) 155608) ((-364 . -146) 155559) ((-356 . -148) 155538) ((-117 . -652) 155525) ((-356 . -146) 155476) ((-329 . -35) 155442) ((-487 . -1212) 155421) ((0 . |EnumerationCategory|) T) ((-329 . -95) 155387) ((-390 . -1041) T) ((-108 . -148) T) ((-108 . -146) NIL) ((-45 . -240) 155337) ((-666 . -1119) T) ((-620 . -107) 155284) ((-497 . -132) T) ((-487 . -107) 155234) ((-245 . -1131) 155212) ((-31 . -1236) T) ((-884 . -388) 155196) ((-884 . -349) 155180) ((-245 . -23) 155032) ((-40 . -628) 154962) ((-1081 . -937) T) ((-1081 . -832) T) ((-593 . -379) T) ((-530 . -379) T) ((-1299 . -526) 154895) ((-1278 . -568) 154874) ((-1271 . -1240) 154853) ((-1271 . -568) 154804) ((-362 . -1171) T) ((-337 . -34) T) ((-44 . -429) 154788) ((-1200 . -628) 154724) ((-885 . -1236) T) ((-402 . -756) 154708) ((-1270 . -1236) T) ((-1250 . -1240) 154687) ((-1161 . -658) 154646) ((-743 . -132) T) ((-684 . -628) 154630) ((-1250 . -568) 154581) ((-1249 . -1236) T) ((-1249 . -899) 154454) ((-1249 . -897) 154424) ((-1193 . -132) T) ((-1192 . -132) T) ((-321 . -1102) T) ((-1186 . -132) T) ((-749 . -526) 154357) ((-1145 . -132) T) ((-1043 . -1021) T) ((-906 . -1119) T) ((-145 . -856) T) ((-1023 . -23) T) ((-703 . -625) 154339) ((-1023 . -1131) T) ((-535 . -319) 154277) ((-1022 . -360) NIL) ((-142 . -526) NIL) ((-878 . -658) 154222) ((-990 . -23) T) ((-931 . -1131) T) ((-931 . -23) T) ((-362 . -38) 154187) ((-884 . -915) 154146) ((-882 . -1075) 154133) ((-82 . -625) 154115) ((-40 . -1068) T) ((-882 . -111) 154100) ((-730 . -1236) T) ((-713 . -102) T) ((-706 . -625) 154082) ((-614 . -1236) T) ((-608 . -568) 154061) ((-439 . -1131) T) ((-350 . -1070) 154045) ((-215 . -1119) T) ((-176 . -1070) 153977) ((-486 . -47) 153947) ((-40 . -238) 153919) ((-40 . -248) T) ((-135 . -102) T) ((-117 . -102) T) ((-607 . -568) 153898) ((-350 . -652) 153882) ((-706 . -626) 153790) ((-326 . -526) 153756) ((-176 . -652) 153688) ((-323 . -526) 153580) ((-499 . -234) 153567) ((-1270 . -1057) 153551) ((-1249 . -1057) 153337) ((-1018 . -423) 153321) ((-219 . -234) 153308) ((-439 . -23) T) ((-1139 . -174) T) ((-1272 . -300) T) ((-666 . -729) 153278) ((-145 . -1119) T) ((-48 . -1021) T) ((-419 . -272) 153262) ((-419 . -232) 153246) ((-305 . -240) 153196) ((-883 . -937) T) ((-883 . -832) NIL) ((-882 . -628) 153168) ((-876 . -862) T) ((-1249 . -349) 153138) ((-1249 . -388) 153108) ((-1099 . -237) 152987) ((-224 . -1140) 152971) ((-304 . -917) 152930) ((-1286 . -298) 152907) ((-370 . -237) 152886) ((-364 . -237) 152865) ((-486 . -1236) T) ((-356 . -237) 152844) ((-108 . -237) T) ((-1230 . -660) 152769) ((-1022 . -658) 152699) ((-980 . -21) T) ((-980 . -25) T) ((-747 . -21) T) ((-747 . -25) T) ((-727 . -21) T) ((-727 . -25) T) ((-723 . -660) 152664) ((-465 . -21) T) ((-465 . -25) T) ((-350 . -102) T) ((-176 . -102) T) ((-1018 . -1077) T) ((-882 . -1068) T) ((-786 . -102) T) ((-1271 . -374) 152643) ((-1270 . -915) 152549) ((-1250 . -374) 152528) ((-1249 . -915) 152379) ((-1195 . -1236) T) ((-1043 . -625) 152361) ((-419 . -840) 152314) ((-1193 . -505) 152280) ((-171 . -937) 152211) ((-1192 . -505) 152177) ((-1186 . -505) 152143) ((-724 . -1119) T) ((-1145 . -505) 152109) ((-592 . -1075) 152096) ((-576 . -1075) 152083) ((-507 . -1075) 152048) ((-326 . -300) 152027) ((-323 . -300) T) ((-365 . -625) 152009) ((-430 . -25) T) ((-430 . -21) T) ((-99 . -296) 151988) ((-592 . -111) 151973) ((-576 . -111) 151958) ((-507 . -111) 151914) ((-1195 . -899) 151881) ((-918 . -501) 151865) ((-48 . -625) 151847) ((-48 . -626) 151792) ((-245 . -132) 151663) ((-1309 . -658) 151622) ((-1259 . -937) 151601) ((-828 . -1240) 151580) ((-400 . -502) 151561) ((-1054 . -526) 151405) ((-400 . -625) 151371) ((-828 . -568) 151302) ((-598 . -660) 151277) ((-273 . -47) 151249) ((-253 . -47) 151206) ((-543 . -521) 151183) ((-592 . -628) 151155) ((-576 . -628) 151127) ((-507 . -628) 151060) ((-1093 . -1236) T) ((-1019 . -1236) T) ((-1278 . -23) T) ((-1278 . -1131) T) ((-1271 . -1131) T) ((-1271 . -23) T) ((-1250 . -1131) T) ((-711 . -1075) 151025) ((-1250 . -23) T) ((-1230 . -738) T) ((-1139 . -300) T) ((-1132 . -237) 150922) ((-1023 . -132) T) ((-1022 . -381) 150894) ((-112 . -379) T) ((-486 . -915) 150800) ((-990 . -132) T) ((-921 . -625) 150782) ((-55 . -628) 150764) ((-91 . -107) 150748) ((-931 . -132) T) ((-922 . -862) 150699) ((-713 . -1171) T) ((-711 . -111) 150655) ((-855 . -658) 150572) ((-608 . -1131) T) ((-607 . -1131) T) ((-724 . -729) 150401) ((-723 . -738) T) ((-811 . -25) T) ((-811 . -21) T) ((-499 . -862) T) ((-609 . -1236) T) ((-597 . -1236) T) ((-592 . -1068) T) ((-219 . -862) T) ((-419 . -658) 150338) ((-576 . -1068) T) ((-548 . -1236) T) ((-507 . -1068) T) ((-608 . -23) T) ((-354 . -1305) 150315) ((-329 . -464) 150294) ((-350 . -319) 150281) ((-607 . -23) T) ((-439 . -132) T) ((-670 . -660) 150255) ((-250 . -1029) 150239) ((-884 . -317) T) ((-1310 . -1300) 150223) ((-783 . -804) T) ((-783 . -807) T) ((-713 . -38) 150210) ((-576 . -238) T) ((-507 . -248) T) ((-507 . -238) T) ((-1299 . -501) 150194) ((-1282 . -1236) T) ((-1169 . -240) 150144) ((-1106 . -926) 150123) ((-117 . -38) 150110) ((-211 . -812) T) ((-210 . -812) T) ((-209 . -812) T) ((-208 . -812) T) ((-884 . -1041) 150088) ((-676 . -1236) T) ((-657 . -1236) T) ((-794 . -926) 150067) ((-792 . -926) 150046) ((-1208 . -1236) T) ((-366 . -1236) T) ((-363 . -1236) T) ((-355 . -1236) T) ((-273 . -1236) T) ((-253 . -1236) T) ((-466 . -926) 150025) ((-749 . -501) 150009) ((-1106 . -660) 149898) ((-711 . -628) 149833) ((-794 . -660) 149722) ((-635 . -1075) 149709) ((-491 . -1236) T) ((-354 . -379) T) ((-142 . -501) 149691) ((-792 . -660) 149580) ((-1160 . -1236) T) ((-561 . -862) T) ((-473 . -660) 149551) ((-273 . -899) 149410) ((-253 . -899) NIL) ((-118 . -1075) 149355) ((-466 . -660) 149244) ((-676 . -1057) 149221) ((-635 . -111) 149206) ((-402 . -1070) 149190) ((-366 . -1057) 149174) ((-363 . -1057) 149158) ((-355 . -1057) 149142) ((-273 . -1057) 148986) ((-253 . -1057) 148862) ((-927 . -1236) T) ((-118 . -111) 148791) ((-59 . -1236) T) ((-402 . -652) 148775) ((-633 . -1070) 148759) ((-531 . -1236) T) ((-528 . -1236) T) ((-509 . -1236) T) ((-508 . -1236) T) ((-449 . -625) 148741) ((-446 . -625) 148723) ((-633 . -652) 148707) ((-3 . -102) T) ((-1046 . -1229) 148676) ((-845 . -102) T) ((-701 . -57) 148634) ((-711 . -1068) T) ((-647 . -658) 148603) ((-619 . -658) 148572) ((-50 . -660) 148546) ((-299 . -464) T) ((-488 . -1229) 148515) ((0 . -102) T) ((-593 . -660) 148480) ((-530 . -660) 148425) ((-49 . -102) T) ((-927 . -1057) 148412) ((-711 . -248) T) ((-1099 . -421) 148391) ((-743 . -651) 148339) ((-1018 . -1119) T) ((-724 . -174) 148230) ((-635 . -628) 148125) ((-499 . -1011) 148107) ((-430 . -234) 148052) ((-273 . -388) 148036) ((-253 . -388) 148020) ((-411 . -1119) T) ((-1045 . -102) 147998) ((-350 . -38) 147982) ((-219 . -1011) 147964) ((-118 . -628) 147894) ((-176 . -38) 147826) ((-1270 . -317) 147805) ((-1249 . -317) 147784) ((-670 . -738) T) ((-99 . -625) 147766) ((-489 . -1070) 147731) ((-1186 . -651) 147683) ((-489 . -652) 147648) ((-497 . -25) T) ((-497 . -21) T) ((-1249 . -1041) 147600) ((-1076 . -1236) T) ((-1 . -1236) T) ((-635 . -1068) T) ((-390 . -416) T) ((-402 . -102) T) ((-1124 . -630) 147515) ((-273 . -915) 147461) ((-253 . -915) 147438) ((-118 . -1068) T) ((-828 . -1131) T) ((-1106 . -738) T) ((-635 . -238) 147417) ((-633 . -102) T) ((-523 . -1236) T) ((-519 . -1236) T) ((-794 . -738) T) ((-792 . -738) T) ((-425 . -1131) T) ((-118 . -248) T) ((-40 . -379) NIL) ((-118 . -238) NIL) ((-1241 . -862) T) ((-466 . -738) T) ((-828 . -23) T) ((-743 . -25) T) ((-743 . -21) T) ((-682 . -909) 147338) ((-1096 . -296) 147317) ((-78 . -408) T) ((-78 . -407) T) ((-545 . -779) 147299) ((-706 . -1075) 147249) ((-1311 . -102) T) ((-1278 . -132) T) ((-1271 . -132) T) ((-1250 . -132) T) ((-1193 . -25) T) ((-1161 . -423) 147233) ((-647 . -378) 147165) ((-619 . -378) 147097) ((-1176 . -1168) 147081) ((-103 . -1119) 147059) ((-1193 . -21) T) ((-1192 . -21) T) ((-877 . -625) 147041) ((-1018 . -729) 146989) ((-225 . -660) 146956) ((-706 . -111) 146890) ((-50 . -738) T) ((-1192 . -25) T) ((-362 . -360) T) ((-1186 . -21) T) ((-1099 . -464) 146841) ((-1186 . -25) T) ((-724 . -526) 146788) ((-593 . -738) T) ((-530 . -738) T) ((-1145 . -21) T) ((-1145 . -25) T) ((-608 . -132) T) ((-607 . -132) T) ((-304 . -658) 146523) ((-494 . -237) 146420) ((-370 . -464) T) ((-364 . -464) T) ((-356 . -464) T) ((-486 . -317) 146399) ((-1244 . -102) T) ((-323 . -296) 146334) ((-108 . -464) T) ((-79 . -453) T) ((-79 . -407) T) ((-489 . -102) T) ((-703 . -628) 146318) ((-1315 . -625) 146300) ((-1315 . -626) 146282) ((-1099 . -414) 146261) ((-1054 . -501) 146192) ((-137 . -296) 146169) ((-576 . -807) T) ((-576 . -804) T) ((-1082 . -240) 146115) ((-370 . -414) 146066) ((-364 . -414) 146017) ((-356 . -414) 145968) ((-1301 . -1131) T) ((-1310 . -1070) 145952) ((-392 . -1070) 145936) ((-1310 . -652) 145906) ((-830 . -237) T) ((-392 . -652) 145876) ((-706 . -628) 145811) ((-1301 . -23) T) ((-1288 . -102) T) ((-350 . -917) 145792) ((-177 . -625) 145774) ((-1161 . -1077) T) ((-559 . -379) T) ((-682 . -756) 145758) ((-1197 . -146) 145737) ((-1197 . -148) 145716) ((-1165 . -1119) T) ((-1165 . -1090) 145685) ((-69 . -1236) T) ((-1043 . -1075) 145622) ((-362 . -658) 145552) ((-878 . -1077) T) ((-245 . -651) 145458) ((-706 . -1068) T) ((-365 . -1075) 145403) ((-61 . -1236) T) ((-1043 . -111) 145319) ((-918 . -625) 145230) ((-706 . -248) T) ((-706 . -238) NIL) ((-855 . -860) 145209) ((-711 . -807) T) ((-711 . -804) T) ((-1022 . -423) 145186) ((-365 . -111) 145115) ((-390 . -937) T) ((-419 . -860) 145094) ((-724 . -300) 145005) ((-225 . -738) T) ((-1278 . -505) 144971) ((-1271 . -505) 144937) ((-1250 . -505) 144903) ((-590 . -1119) T) ((-326 . -1021) 144882) ((-224 . -1119) 144860) ((-1243 . -856) T) ((-329 . -992) 144822) ((-105 . -102) T) ((-48 . -1075) 144787) ((-1310 . -102) T) ((-392 . -102) T) ((-1272 . -625) 144769) ((-1152 . -1153) 144753) ((-1023 . -651) 144735) ((-888 . -1236) T) ((-48 . -111) 144691) ((-693 . -1236) T) ((-688 . -1236) T) ((-674 . -1236) T) ((-827 . -909) 144558) ((-490 . -1236) T) ((-250 . -1236) T) ((-543 . -102) T) ((-512 . -102) T) ((-153 . -1293) 144542) ((-139 . -1236) T) ((-138 . -1236) T) ((-134 . -1236) T) ((-1235 . -102) T) ((-1043 . -628) 144479) ((-829 . -237) T) ((-1191 . -1240) 144458) ((-365 . -628) 144388) ((-1144 . -1240) 144367) ((-245 . -25) 144200) ((-245 . -21) 144111) ((-128 . -120) 144095) ((-122 . -120) 144079) ((-44 . -756) 144063) ((-1191 . -568) 143974) ((-1144 . -568) 143905) ((-1243 . -1119) T) ((-1054 . -296) 143880) ((-1185 . -1102) T) ((-1013 . -1102) T) ((-828 . -132) T) ((-118 . -807) NIL) ((-118 . -804) NIL) ((-366 . -317) T) ((-363 . -317) T) ((-355 . -317) T) ((-1113 . -1236) 143858) ((-258 . -1131) 143836) ((-257 . -1131) 143814) ((-1043 . -1068) T) ((-1022 . -1077) T) ((-48 . -628) 143747) ((-354 . -660) 143692) ((-1299 . -625) 143654) ((-633 . -38) 143638) ((-1299 . -626) 143599) ((-1193 . -234) 143552) ((-1096 . -625) 143534) ((-1043 . -248) T) ((-365 . -1068) T) ((-827 . -1293) 143504) ((-258 . -23) T) ((-257 . -23) T) ((-1006 . -625) 143486) ((-1192 . -234) 143432) ((-1186 . -234) 143249) ((-749 . -626) 143210) ((-749 . -625) 143192) ((-1178 . -152) 143139) ((-811 . -862) 143118) ((-1023 . -25) T) ((-1018 . -526) 143030) ((-365 . -238) T) ((-365 . -248) T) ((-400 . -628) 143011) ((-927 . -317) T) ((-142 . -625) 142993) ((-142 . -626) 142952) ((-329 . -909) 142856) ((-1023 . -21) T) ((-990 . -25) T) ((-931 . -21) T) ((-931 . -25) T) ((-439 . -21) T) ((-439 . -25) T) ((-855 . -423) 142840) ((-48 . -1068) T) ((-1308 . -1300) 142824) ((-1306 . -1300) 142808) ((-1054 . -616) 142783) ((-326 . -626) 142644) ((-326 . -625) 142626) ((-323 . -626) NIL) ((-323 . -625) 142608) ((-48 . -248) T) ((-48 . -238) T) ((-666 . -296) 142569) ((-562 . -240) 142519) ((-140 . -625) 142486) ((-137 . -625) 142468) ((-115 . -625) 142450) ((-489 . -38) 142415) ((-1310 . -1307) 142394) ((-1301 . -132) T) ((-1309 . -1077) T) ((-1101 . -102) T) ((-88 . -1236) T) ((-512 . -319) NIL) ((-1019 . -107) 142378) ((-902 . -1119) T) ((-898 . -1119) T) ((-1286 . -663) 142362) ((-1286 . -384) 142346) ((-337 . -1236) T) ((-605 . -862) T) ((-1161 . -1119) T) ((-1161 . -1072) 142286) ((-103 . -526) 142219) ((-944 . -625) 142201) ((-354 . -738) T) ((-30 . -625) 142183) ((-878 . -1119) T) ((-855 . -1077) 142162) ((-40 . -660) 142069) ((-227 . -1240) T) ((-419 . -1077) T) ((-1177 . -152) 142051) ((-1018 . -300) 142002) ((-886 . -1236) T) ((-629 . -1119) T) ((-227 . -568) T) ((-329 . -1267) 141986) ((-329 . -1264) 141956) ((-713 . -658) 141928) ((-1208 . -1212) 141907) ((-1094 . -625) 141889) ((-1208 . -107) 141839) ((-659 . -152) 141823) ((-644 . -152) 141769) ((-117 . -658) 141741) ((-491 . -1212) 141720) ((-499 . -148) T) ((-499 . -146) NIL) ((-1139 . -626) 141635) ((-450 . -625) 141617) ((-219 . -148) T) ((-219 . -146) NIL) ((-1139 . -625) 141599) ((-130 . -102) T) ((-52 . -102) T) ((-1250 . -651) 141551) ((-491 . -107) 141501) ((-1012 . -23) T) ((-1310 . -38) 141471) ((-1191 . -1131) T) ((-1144 . -1131) T) ((-1081 . -1240) T) ((-245 . -234) 141362) ((-321 . -102) T) ((-866 . -1131) T) ((-969 . -1240) 141341) ((-493 . -1240) 141320) ((-1081 . -568) T) ((-969 . -568) 141251) ((-1191 . -23) T) ((-1170 . -1102) T) ((-1144 . -23) T) ((-866 . -23) T) ((-493 . -568) 141182) ((-1161 . -729) 141114) ((-682 . -1070) 141098) ((-1165 . -526) 141031) ((-682 . -652) 141015) ((-1054 . -626) NIL) ((-1054 . -625) 140997) ((-96 . -1102) T) ((-1315 . -1075) 140984) ((-878 . -729) 140954) ((-1315 . -111) 140939) ((-1230 . -47) 140908) ((-1186 . -862) NIL) ((-258 . -132) T) ((-257 . -132) T) ((-1123 . -1119) T) ((-1022 . -1119) T) ((-62 . -625) 140890) ((-1099 . -909) 140759) ((-1043 . -804) T) ((-1043 . -807) T) ((-1278 . -25) T) ((-1278 . -21) T) ((-1271 . -21) T) ((-1271 . -25) T) ((-882 . -660) 140746) ((-1250 . -21) T) ((-1250 . -25) T) ((-1046 . -152) 140730) ((-1023 . -234) 140717) ((-884 . -832) 140696) ((-884 . -937) T) ((-724 . -296) 140623) ((-608 . -21) T) ((-350 . -658) 140582) ((-108 . -909) NIL) ((-608 . -25) T) ((-607 . -21) T) ((-176 . -658) 140499) ((-40 . -738) T) ((-224 . -526) 140432) ((-607 . -25) T) ((-488 . -152) 140416) ((-475 . -152) 140400) ((-185 . -1236) T) ((-938 . -806) T) ((-938 . -738) T) ((-783 . -805) T) ((-783 . -806) T) ((-518 . -1119) T) ((-514 . -1119) T) ((-783 . -738) T) ((-227 . -374) T) ((-1308 . -1070) 140384) ((-1306 . -1070) 140368) ((-1308 . -652) 140338) ((-1176 . -1119) 140316) ((-883 . -1240) T) ((-1306 . -652) 140286) ((-666 . -625) 140268) ((-883 . -568) T) ((-706 . -379) NIL) ((-44 . -1070) 140252) ((-1315 . -628) 140234) ((-1309 . -1119) T) ((-682 . -102) T) ((-370 . -1293) 140218) ((-364 . -1293) 140202) ((-44 . -652) 140186) ((-356 . -1293) 140170) ((-560 . -102) T) ((-1230 . -1236) T) ((-532 . -862) 140149) ((-723 . -1236) T) ((-499 . -237) T) ((-219 . -237) T) ((-1065 . -1119) T) ((-829 . -464) 140128) ((-153 . -1070) 140112) ((-1065 . -1090) 140041) ((-1046 . -995) 140010) ((-831 . -1131) T) ((-1022 . -729) 139955) ((-153 . -652) 139939) ((-398 . -1131) T) ((-488 . -995) 139908) ((-475 . -995) 139877) ((-110 . -152) 139859) ((-73 . -625) 139841) ((-906 . -625) 139823) ((-1099 . -736) 139802) ((-1315 . -1068) T) ((-828 . -651) 139750) ((-304 . -1077) 139692) ((-171 . -1240) 139597) ((-227 . -1131) T) ((-334 . -23) T) ((-1186 . -1011) 139549) ((-855 . -1119) T) ((-1272 . -1075) 139454) ((-1145 . -752) 139433) ((-1270 . -937) 139412) ((-1249 . -937) 139391) ((-882 . -738) T) ((-171 . -568) 139302) ((-592 . -660) 139289) ((-576 . -660) 139261) ((-419 . -1119) T) ((-270 . -1119) T) ((-215 . -625) 139243) ((-507 . -660) 139193) ((-227 . -23) T) ((-1249 . -832) 139146) ((-1308 . -102) T) ((-503 . -1236) T) ((-365 . -1305) 139123) ((-1306 . -102) T) ((-1272 . -111) 139015) ((-1132 . -909) 138882) ((-827 . -1070) 138783) ((-827 . -652) 138705) ((-145 . -625) 138687) ((-1012 . -132) T) ((-44 . -102) T) ((-245 . -862) 138638) ((-598 . -1236) T) ((-1259 . -1240) 138617) ((-103 . -501) 138601) ((-1309 . -729) 138571) ((-1106 . -47) 138532) ((-1081 . -1131) T) ((-969 . -1131) T) ((-128 . -34) T) ((-122 . -34) T) ((-794 . -47) 138509) ((-792 . -47) 138481) ((-1259 . -568) 138392) ((-1216 . -1236) T) ((-365 . -379) T) ((-493 . -1131) T) ((-1191 . -132) T) ((-1144 . -132) T) ((-466 . -47) 138371) ((-883 . -374) T) ((-866 . -132) T) ((-153 . -102) T) ((-1081 . -23) T) ((-969 . -23) T) ((-583 . -568) T) ((-828 . -25) T) ((-828 . -21) T) ((-1161 . -526) 138304) ((-604 . -1102) T) ((-598 . -1057) 138288) ((-1272 . -628) 138162) ((-493 . -23) T) ((-362 . -1077) T) ((-1230 . -915) 138143) ((-682 . -319) 138081) ((-1278 . -234) 138034) ((-1132 . -1293) 138004) ((-711 . -660) 137969) ((-1023 . -862) T) ((-1022 . -174) T) ((-980 . -146) 137948) ((-647 . -1119) T) ((-619 . -1119) T) ((-980 . -148) 137927) ((-747 . -148) 137906) ((-747 . -146) 137885) ((-670 . -1236) T) ((-990 . -862) T) ((-1271 . -234) 137831) ((-1250 . -234) 137648) ((-845 . -658) 137565) ((-486 . -937) 137544) ((-347 . -1236) T) ((-329 . -1070) 137379) ((-326 . -1075) 137289) ((-323 . -1075) 137218) ((-1018 . -296) 137176) ((-419 . -729) 137128) ((-329 . -652) 136969) ((-607 . -234) 136922) ((-713 . -860) T) ((-1272 . -1068) T) ((-326 . -111) 136818) ((-323 . -111) 136731) ((-97 . -1236) T) ((-981 . -102) T) ((-827 . -102) 136463) ((-724 . -626) NIL) ((-724 . -625) 136445) ((-1272 . -336) 136389) ((-670 . -1057) 136285) ((-1106 . -1236) T) ((-1054 . -298) 136260) ((-592 . -738) T) ((-576 . -806) T) ((-171 . -374) 136211) ((-576 . -803) T) ((-576 . -738) T) ((-507 . -738) T) ((-794 . -1236) T) ((-792 . -1236) T) ((-1165 . -501) 136195) ((-473 . -1236) T) ((-466 . -1236) T) ((-1308 . -1307) 136171) ((-1106 . -899) NIL) ((-883 . -1131) T) ((-118 . -926) NIL) ((-1306 . -1307) 136150) ((-661 . -1236) T) ((-794 . -899) NIL) ((-792 . -899) 136009) ((-1301 . -25) T) ((-1301 . -21) T) ((-1233 . -102) 135987) ((-1125 . -407) T) ((-635 . -660) 135974) ((-466 . -899) NIL) ((-687 . -102) 135924) ((-1106 . -1057) 135751) ((-883 . -23) T) ((-794 . -1057) 135610) ((-792 . -1057) 135467) ((-118 . -660) 135412) ((-466 . -1057) 135288) ((-284 . -1236) T) ((-326 . -628) 134852) ((-323 . -628) 134735) ((-50 . -1236) T) ((-402 . -658) 134704) ((-661 . -1057) 134688) ((-639 . -102) T) ((-593 . -1236) T) ((-530 . -1236) T) ((-224 . -501) 134672) ((-1286 . -34) T) ((-633 . -658) 134631) ((-299 . -1070) 134618) ((-137 . -628) 134602) ((-299 . -652) 134589) ((-647 . -729) 134573) ((-619 . -729) 134557) ((-682 . -38) 134517) ((-329 . -102) T) ((-1139 . -1075) 134504) ((-85 . -625) 134486) ((-50 . -1057) 134470) ((-1106 . -388) 134454) ((-794 . -388) 134438) ((-711 . -738) T) ((-711 . -806) T) ((-711 . -803) T) ((-60 . -57) 134400) ((-593 . -1057) 134387) ((-530 . -1057) 134364) ((-173 . -1236) T) ((-334 . -132) T) ((-326 . -1068) 134254) ((-323 . -1068) T) ((-171 . -1131) T) ((-792 . -388) 134238) ((-45 . -152) 134188) ((-1023 . -1011) 134170) ((-466 . -388) 134154) ((-419 . -174) T) ((-326 . -248) 134133) ((-323 . -248) T) ((-323 . -238) NIL) ((-304 . -1119) 133915) ((-227 . -132) T) ((-1139 . -111) 133900) ((-171 . -23) T) ((-811 . -148) 133879) ((-811 . -146) 133858) ((-258 . -651) 133764) ((-257 . -651) 133670) ((-329 . -294) 133636) ((-1176 . -526) 133569) ((-489 . -658) 133519) ((-494 . -909) 133386) ((-1152 . -1119) T) ((-227 . -1079) T) ((-827 . -319) 133324) ((-1106 . -915) 133259) ((-794 . -915) 133202) ((-792 . -915) 133186) ((-1308 . -38) 133156) ((-1306 . -38) 133126) ((-1259 . -1131) T) ((-867 . -1131) T) ((-466 . -915) 133103) ((-870 . -1119) T) ((-1259 . -23) T) ((-1139 . -628) 133075) ((-1081 . -132) T) ((-583 . -1131) T) ((-867 . -23) T) ((-635 . -738) T) ((-366 . -937) T) ((-363 . -937) T) ((-299 . -102) T) ((-355 . -937) T) ((-989 . -1102) T) ((-969 . -132) T) ((-828 . -234) 133020) ((-118 . -806) NIL) ((-118 . -803) NIL) ((-118 . -738) T) ((-1065 . -526) 132921) ((-706 . -926) NIL) ((-583 . -23) T) ((-493 . -132) T) ((-430 . -237) 132872) ((-687 . -319) 132810) ((-225 . -1236) T) ((-647 . -773) T) ((-619 . -773) T) ((-1250 . -862) NIL) ((-1099 . -1070) 132720) ((-1022 . -300) T) ((-706 . -660) 132670) ((-258 . -25) T) ((-362 . -1119) T) ((-258 . -21) T) ((-257 . -25) T) ((-257 . -21) T) ((-153 . -38) 132654) ((-2 . -102) T) ((-927 . -937) T) ((-1099 . -652) 132522) ((-494 . -1293) 132492) ((-1139 . -1068) T) ((-723 . -317) T) ((-370 . -1070) 132444) ((-364 . -1070) 132396) ((-356 . -1070) 132348) ((-370 . -652) 132300) ((-225 . -1057) 132277) ((-364 . -652) 132229) ((-108 . -1070) 132179) ((-356 . -652) 132131) ((-304 . -729) 132073) ((-713 . -1077) T) ((-499 . -464) T) ((-419 . -526) 131985) ((-108 . -652) 131935) ((-219 . -464) T) ((-1139 . -238) T) ((-305 . -152) 131885) ((-1018 . -626) 131846) ((-1018 . -625) 131828) ((-1008 . -625) 131810) ((-117 . -1077) T) ((-666 . -1075) 131794) ((-227 . -505) T) ((-411 . -625) 131776) ((-411 . -626) 131753) ((-1073 . -1293) 131723) ((-666 . -111) 131702) ((-682 . -917) 131625) ((-1161 . -501) 131609) ((-1310 . -658) 131568) ((-392 . -658) 131537) ((-63 . -453) T) ((-63 . -407) T) ((-1178 . -102) T) ((-883 . -132) T) ((-496 . -102) 131487) ((-1137 . -1236) T) ((-1315 . -379) T) ((-1099 . -102) T) ((-1080 . -102) T) ((-362 . -729) 131432) ((-743 . -148) 131411) ((-743 . -146) 131390) ((-666 . -628) 131308) ((-1043 . -660) 131245) ((-535 . -1119) 131223) ((-370 . -102) T) ((-364 . -102) T) ((-356 . -102) T) ((-108 . -102) T) ((-516 . -1119) T) ((-365 . -660) 131168) ((-1191 . -651) 131116) ((-1144 . -651) 131064) ((-396 . -521) 131043) ((-845 . -860) 131022) ((-706 . -738) T) ((-390 . -1240) T) ((-343 . -1236) T) ((-1250 . -1011) 130974) ((-350 . -1077) T) ((-112 . -1236) T) ((-176 . -1077) T) ((-103 . -625) 130906) ((-1193 . -146) 130885) ((-1193 . -148) 130864) ((-390 . -568) T) ((-1192 . -148) 130843) ((-1192 . -146) 130822) ((-1186 . -146) 130729) ((-419 . -300) T) ((-1186 . -148) 130636) ((-1145 . -148) 130615) ((-1145 . -146) 130594) ((-329 . -38) 130435) ((-171 . -132) T) ((-323 . -807) NIL) ((-323 . -804) NIL) ((-666 . -1068) T) ((-48 . -660) 130385) ((-1132 . -1070) 130286) ((-906 . -628) 130263) ((-1132 . -652) 130185) ((-1185 . -102) T) ((-1013 . -102) T) ((-1012 . -21) T) ((-128 . -1029) 130169) ((-122 . -1029) 130153) ((-1012 . -25) T) ((-918 . -120) 130137) ((-1177 . -102) T) ((-1259 . -132) T) ((-1191 . -25) T) ((-1191 . -21) T) ((-354 . -1236) T) ((-1144 . -25) T) ((-867 . -132) T) ((-406 . -1236) T) ((-1144 . -21) T) ((-866 . -25) T) ((-866 . -21) T) ((-794 . -317) 130116) ((-1178 . -319) 129911) ((-1176 . -501) 129895) ((-1169 . -152) 129845) ((-659 . -102) 129795) ((-644 . -102) T) ((-1165 . -625) 129757) ((-583 . -132) T) ((-633 . -860) 129736) ((-1165 . -626) 129697) ((-1043 . -803) T) ((-1043 . -806) T) ((-1043 . -738) T) ((-827 . -917) 129566) ((-724 . -1075) 129389) ((-496 . -319) 129327) ((-465 . -429) 129297) ((-362 . -174) T) ((-299 . -38) 129284) ((-258 . -234) 129175) ((-257 . -234) 129066) ((-283 . -102) T) ((-282 . -102) T) ((-281 . -102) T) ((-280 . -102) T) ((-279 . -102) T) ((-278 . -102) T) ((-354 . -1057) 129043) ((-277 . -102) T) ((-214 . -102) T) ((-213 . -102) T) ((-211 . -102) T) ((-210 . -102) T) ((-209 . -102) T) ((-208 . -102) T) ((-205 . -102) T) ((-204 . -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) ((-724 . -111) 128852) ((-365 . -738) T) ((-682 . -272) 128836) ((-682 . -232) 128820) ((-593 . -317) T) ((-530 . -317) T) ((-304 . -526) 128769) ((-1183 . -1236) T) ((-108 . -319) NIL) ((-72 . -407) T) ((-1132 . -102) 128501) ((-845 . -423) 128485) ((-1139 . -807) T) ((-1139 . -804) T) ((-713 . -1119) T) ((-590 . -625) 128467) ((-390 . -374) T) ((-171 . -505) 128445) ((-224 . -625) 128377) ((-135 . -1119) T) ((-117 . -1119) T) ((-983 . -1236) T) ((-48 . -738) T) ((-1065 . -501) 128342) ((-142 . -437) 128324) ((-142 . -379) T) ((-1046 . -102) T) ((-524 . -521) 128303) ((-724 . -628) 128059) ((-1243 . -625) 128041) ((-1200 . -1236) T) ((-1193 . -237) 128000) ((-488 . -102) T) ((-475 . -102) T) ((-1192 . -237) 127952) ((-1186 . -237) 127775) ((-1053 . -1131) T) ((-329 . -917) 127681) ((-1200 . -1057) 127617) ((-1193 . -35) 127583) ((-1193 . -95) 127549) ((-1193 . -1224) 127515) ((-1193 . -1221) 127481) ((-1192 . -1221) 127447) ((-1192 . -1224) 127413) ((-1192 . -95) 127379) ((-1192 . -35) 127345) ((-1186 . -1221) 127311) ((-1186 . -1224) 127277) ((-1177 . -319) NIL) ((-89 . -408) T) ((-89 . -407) T) ((-1099 . -1171) 127256) ((-40 . -1236) T) ((-1186 . -95) 127222) ((-1053 . -23) T) ((-1186 . -35) 127188) ((-583 . -505) T) ((-1145 . -35) 127154) ((-1145 . -95) 127120) ((-1145 . -1224) 127086) ((-1145 . -1221) 127052) ((-372 . -1131) T) ((-370 . -1171) 127031) ((-364 . -1171) 127010) ((-356 . -1171) 126989) ((-1123 . -296) 126945) ((-971 . -1236) T) ((-938 . -1236) T) ((-108 . -1171) T) ((-845 . -1077) 126924) ((-783 . -1236) T) ((-659 . -319) 126862) ((-644 . -319) 126713) ((-684 . -1236) T) ((-724 . -1068) T) ((-1081 . -651) 126695) ((-1099 . -38) 126563) ((-969 . -651) 126511) ((-1023 . -148) T) ((-1023 . -146) NIL) ((-390 . -1131) T) ((-334 . -25) T) ((-332 . -23) T) ((-960 . -862) 126490) ((-724 . -336) 126467) ((-493 . -651) 126415) ((-40 . -1057) 126303) ((-724 . -238) T) ((-713 . -729) 126290) ((-350 . -1119) T) ((-176 . -1119) T) ((-341 . -862) T) ((-430 . -464) 126240) ((-390 . -23) T) ((-370 . -38) 126205) ((-364 . -38) 126170) ((-356 . -38) 126135) ((-80 . -453) T) ((-80 . -407) T) ((-227 . -25) T) ((-227 . -21) T) ((-848 . -1131) T) ((-108 . -38) 126085) ((-839 . -1131) T) ((-786 . -1119) T) ((-117 . -729) 126072) ((-684 . -1057) 126056) ((-624 . -102) T) ((-848 . -23) T) ((-839 . -23) T) ((-1176 . -296) 126008) ((-1132 . -319) 125946) ((-494 . -1070) 125847) ((-1121 . -240) 125831) ((-64 . -408) T) ((-64 . -407) T) ((-1170 . -102) T) ((-110 . -102) T) ((-494 . -652) 125753) ((-40 . -388) 125730) ((-96 . -102) T) ((-665 . -864) 125714) ((-1191 . -234) 125701) ((-1154 . -1102) T) ((-1081 . -21) T) ((-1081 . -25) T) ((-1073 . -1070) 125685) ((-827 . -272) 125654) ((-827 . -232) 125623) ((-969 . -25) T) ((-969 . -21) T) ((-1139 . -379) T) ((-1073 . -652) 125565) ((-633 . -1077) T) ((-1046 . -319) 125503) ((-902 . -625) 125485) ((-682 . -658) 125444) ((-493 . -25) T) ((-493 . -21) T) ((-396 . -1070) 125428) ((-898 . -625) 125410) ((-882 . -1236) T) ((-535 . -526) 125343) ((-258 . -862) 125294) ((-257 . -862) 125245) ((-396 . -652) 125215) ((-883 . -651) 125192) ((-488 . -319) 125130) ((-559 . -1236) T) ((-475 . -319) 125068) ((-362 . -300) T) ((-1176 . -1274) 125052) ((-1161 . -625) 125014) ((-1161 . -626) 124975) ((-1159 . -102) T) ((-1018 . -1075) 124871) ((-40 . -915) 124823) ((-1176 . -616) 124800) ((-1315 . -660) 124787) ((-1082 . -152) 124733) ((-499 . -909) NIL) ((-878 . -502) 124710) ((-1018 . -111) 124592) ((-884 . -1240) T) ((-219 . -909) NIL) ((-350 . -729) 124576) ((-878 . -625) 124538) ((-176 . -729) 124470) ((-884 . -568) T) ((-419 . -296) 124428) ((-245 . -237) 124325) ((-108 . -412) 124307) ((-84 . -395) T) ((-84 . -407) T) ((-713 . -174) T) ((-629 . -625) 124289) ((-99 . -738) T) ((-494 . -102) 124021) ((-99 . -485) T) ((-117 . -174) T) ((-1308 . -658) 123980) ((-1306 . -658) 123939) ((-171 . -651) 123887) ((-1099 . -917) 123758) ((-1073 . -102) T) ((-1018 . -628) 123648) ((-883 . -25) T) ((-827 . -243) 123627) ((-883 . -21) T) ((-830 . -102) T) ((-44 . -658) 123570) ((-1023 . -237) T) ((-426 . -102) T) ((-396 . -102) T) ((-110 . -319) NIL) ((-229 . -102) 123520) ((-128 . -1236) T) ((-122 . -1236) T) ((-108 . -917) NIL) ((-829 . -1070) 123471) ((-829 . -652) 123413) ((-1053 . -132) T) ((-682 . -378) 123397) ((-153 . -658) 123356) ((-1315 . -738) T) ((-647 . -296) 123314) ((-619 . -296) 123272) ((-1278 . -146) 123251) ((-1259 . -651) 123199) ((-1018 . -1068) T) ((-1123 . -625) 123181) ((-1022 . -625) 123163) ((-592 . -1236) T) ((-576 . -1236) T) ((-507 . -1236) T) ((-527 . -23) T) ((-522 . -23) T) ((-354 . -317) T) ((-520 . -23) T) ((-332 . -132) T) ((-3 . -1119) T) ((-1022 . -626) 123147) ((-1018 . -248) 123126) ((-1018 . -238) 123105) ((-1278 . -148) 123084) ((-1271 . -148) 123063) ((-845 . -1119) T) ((-1271 . -146) 123042) ((-1270 . -1240) 123021) ((-1250 . -146) 122928) ((-1250 . -148) 122835) ((-1249 . -1240) 122814) ((-390 . -132) T) ((-227 . -234) 122801) ((-176 . -174) T) ((-576 . -899) 122783) ((0 . -1119) T) ((-171 . -21) T) ((-171 . -25) T) ((-55 . -1236) T) ((-49 . -1119) T) ((-1272 . -660) 122688) ((-1270 . -568) 122639) ((-726 . -1131) T) ((-1249 . -568) 122590) ((-576 . -1057) 122572) ((-607 . -148) 122551) ((-607 . -146) 122530) ((-507 . -1057) 122473) ((-1154 . -1156) T) ((-87 . -395) T) ((-87 . -407) T) ((-884 . -374) T) ((-848 . -132) T) ((-839 . -132) T) ((-981 . -658) 122417) ((-726 . -23) T) ((-518 . -625) 122383) ((-514 . -625) 122365) ((-827 . -658) 122144) ((-1310 . -1077) T) ((-390 . -1079) T) ((-1045 . -1119) 122122) ((-55 . -1057) 122104) ((-918 . -34) T) ((-494 . -319) 122042) ((-604 . -102) T) ((-1176 . -626) 122003) ((-1176 . -625) 121935) ((-1197 . -1070) 121818) ((-45 . -102) T) ((-829 . -102) T) ((-1197 . -652) 121715) ((-1287 . -1236) T) ((-1259 . -25) T) ((-1259 . -21) T) ((-1081 . -234) 121702) ((-867 . -25) T) ((-254 . -1236) T) ((-44 . -378) 121686) ((-867 . -21) T) ((-743 . -464) 121637) ((-1309 . -625) 121619) ((-722 . -1236) T) ((-711 . -1236) T) ((-1298 . -1070) 121589) ((-1073 . -319) 121527) ((-683 . -1102) T) ((-618 . -1102) T) ((-402 . -1119) T) ((-583 . -25) T) ((-583 . -21) T) ((-182 . -1102) T) ((-162 . -1102) T) ((-157 . -1102) T) ((-155 . -1102) T) ((-1298 . -652) 121497) ((-633 . -1119) T) ((-711 . -899) 121479) ((-1286 . -1236) T) ((-229 . -319) 121417) ((-145 . -379) T) ((-1209 . -1236) T) ((-1065 . -626) 121359) ((-1065 . -625) 121302) ((-323 . -926) NIL) ((-1244 . -856) T) ((-1132 . -917) 121171) ((-711 . -1057) 121116) ((-723 . -937) T) ((-486 . -1240) 121095) ((-1192 . -464) 121074) ((-1186 . -464) 121053) ((-340 . -102) T) ((-884 . -1131) T) ((-329 . -658) 120935) ((-326 . -660) 120664) ((-323 . -660) 120593) ((-486 . -568) 120544) ((-350 . -526) 120510) ((-562 . -152) 120460) ((-40 . -317) T) ((-855 . -625) 120442) ((-713 . -300) T) ((-884 . -23) T) ((-390 . -505) T) ((-1099 . -272) 120412) ((-1099 . -232) 120382) ((-524 . -102) T) ((-419 . -626) 120189) ((-419 . -625) 120171) ((-270 . -625) 120153) ((-117 . -300) T) ((-1272 . -738) T) ((-635 . -1236) T) ((-1311 . -1119) T) ((-1270 . -374) 120132) ((-1249 . -374) 120111) ((-1299 . -34) T) ((-1244 . -1119) T) ((-118 . -1236) T) ((-108 . -272) 120093) ((-108 . -232) 120075) ((-1197 . -102) T) ((-489 . -1119) T) ((-535 . -501) 120059) ((-749 . -34) T) ((-665 . -1070) 120043) ((-665 . -652) 120013) ((-883 . -234) NIL) ((-142 . -34) T) ((-118 . -897) 119990) ((-118 . -899) NIL) ((-635 . -1057) 119873) ((-1298 . -102) T) ((-1278 . -237) 119832) ((-656 . -862) 119811) ((-1271 . -237) 119763) ((-1250 . -237) 119586) ((-305 . -102) T) ((-724 . -379) 119565) ((-118 . -1057) 119542) ((-402 . -729) 119526) ((-607 . -237) 119485) ((-633 . -729) 119469) ((-1124 . -1236) T) ((-45 . -319) 119273) ((-828 . -146) 119252) ((-828 . -148) 119231) ((-299 . -658) 119203) ((-1309 . -393) 119182) ((-831 . -862) T) ((-1288 . -1119) T) ((-1178 . -231) 119129) ((-398 . -862) 119108) ((-1278 . -35) 119074) ((-1278 . -1224) 119040) ((-1278 . -1221) 119006) ((-1271 . -1221) 118972) ((-527 . -132) T) ((-1271 . -1224) 118938) ((-1250 . -1221) 118904) ((-1250 . -1224) 118870) ((-1278 . -95) 118836) ((-1271 . -95) 118802) ((-430 . -909) 118723) ((-647 . -625) 118692) ((-619 . -625) 118661) ((-227 . -862) T) ((-1271 . -35) 118627) ((-1270 . -1131) T) ((-1250 . -95) 118593) ((-1139 . -660) 118565) ((-1250 . -35) 118531) ((-1249 . -1131) T) ((-605 . -152) 118513) ((-1099 . -360) 118492) ((-176 . -300) T) ((-118 . -388) 118469) ((-118 . -349) 118446) ((-171 . -234) 118371) ((-882 . -317) T) ((-323 . -806) NIL) ((-323 . -803) NIL) ((-326 . -738) 118220) ((-323 . -738) T) ((-486 . -374) 118199) ((-370 . -360) 118178) ((-364 . -360) 118157) ((-356 . -360) 118136) ((-326 . -485) 118115) ((-1270 . -23) T) ((-1249 . -23) T) ((-730 . -1131) T) ((-726 . -132) T) ((-665 . -102) T) ((-489 . -729) 118080) ((-45 . -292) 118030) ((-105 . -1119) T) ((-68 . -625) 118012) ((-989 . -102) T) ((-876 . -102) T) ((-635 . -915) 117971) ((-1310 . -1119) T) ((-392 . -1119) T) ((-1259 . -234) 117958) ((-1235 . -1119) T) ((-82 . -1236) T) ((-1132 . -272) 117927) ((-1081 . -862) T) ((-118 . -915) NIL) ((-794 . -937) 117906) ((-725 . -862) T) ((-543 . -1119) T) ((-512 . -1119) T) ((-366 . -1240) T) ((-363 . -1240) T) ((-355 . -1240) T) ((-273 . -1240) 117885) ((-253 . -1240) 117864) ((-545 . -872) T) ((-1132 . -232) 117833) ((-1177 . -840) T) ((-1161 . -1075) 117817) ((-402 . -773) T) ((-706 . -1236) T) ((-703 . -1057) 117801) ((-366 . -568) T) ((-363 . -568) T) ((-355 . -568) T) ((-273 . -568) 117732) ((-253 . -568) 117663) ((-537 . -1102) T) ((-1161 . -111) 117642) ((-465 . -756) 117612) ((-878 . -1075) 117582) ((-829 . -38) 117524) ((-706 . -897) 117506) ((-706 . -899) 117488) ((-305 . -319) 117292) ((-1176 . -298) 117269) ((-927 . -1240) T) ((-1099 . -658) 117164) ((-1023 . -464) T) ((-682 . -423) 117148) ((-878 . -111) 117113) ((-931 . -464) T) ((-706 . -1057) 117058) ((-927 . -568) T) ((-545 . -625) 117040) ((-593 . -937) T) ((-499 . -1070) 116990) ((-486 . -1131) T) ((-530 . -937) T) ((-494 . -917) 116859) ((-65 . -625) 116841) ((-219 . -1070) 116791) ((-499 . -652) 116741) ((-370 . -658) 116678) ((-364 . -658) 116615) ((-356 . -658) 116552) ((-644 . -231) 116498) ((-219 . -652) 116448) ((-108 . -658) 116398) ((-486 . -23) T) ((-1139 . -806) T) ((-884 . -132) T) ((-1139 . -803) T) ((-1301 . -1303) 116377) ((-1139 . -738) T) ((-666 . -660) 116351) ((-304 . -625) 116092) ((-1161 . -628) 116010) ((-1054 . -34) T) ((-828 . -237) 115961) ((-592 . -317) T) ((-576 . -317) T) ((-507 . -317) T) ((-1310 . -729) 115931) ((-706 . -388) 115913) ((-706 . -349) 115895) ((-489 . -174) T) ((-392 . -729) 115865) ((-878 . -628) 115800) ((-883 . -862) NIL) ((-576 . -1041) T) ((-507 . -1041) T) ((-1152 . -625) 115782) ((-1132 . -243) 115761) ((-216 . -102) T) ((-1169 . -102) T) ((-71 . -625) 115743) ((-1043 . -1236) T) ((-1161 . -1068) T) ((-1197 . -38) 115640) ((-870 . -625) 115622) ((-576 . -557) T) ((-682 . -1077) T) ((-743 . -966) 115575) ((-365 . -1236) T) ((-1161 . -238) 115554) ((-1101 . -1119) T) ((-1053 . -25) T) ((-1053 . -21) T) ((-1022 . -1075) 115499) ((-922 . -102) T) ((-878 . -1068) T) ((-706 . -915) NIL) ((-366 . -339) 115483) ((-366 . -374) T) ((-363 . -339) 115467) ((-363 . -374) T) ((-355 . -339) 115451) ((-355 . -374) T) ((-499 . -102) T) ((-1298 . -38) 115421) ((-558 . -862) T) ((-535 . -699) 115371) ((-219 . -102) T) ((-1043 . -1057) 115251) ((-1022 . -111) 115180) ((-1193 . -992) 115149) ((-1192 . -992) 115111) ((-532 . -152) 115095) ((-1099 . -381) 115074) ((-362 . -625) 115056) ((-332 . -21) T) ((-365 . -1057) 115033) ((-332 . -25) T) ((-1186 . -992) 115002) ((-48 . -1236) T) ((-76 . -625) 114984) ((-1145 . -992) 114951) ((-711 . -317) T) ((-130 . -856) T) ((-927 . -374) T) ((-390 . -25) T) ((-390 . -21) T) ((-927 . -339) 114938) ((-86 . -625) 114920) ((-711 . -1041) T) ((-689 . -862) T) ((-400 . -1236) T) ((-1270 . -132) T) ((-1249 . -132) T) ((-918 . -1029) 114904) ((-848 . -21) T) ((-48 . -1057) 114847) ((-848 . -25) T) ((-839 . -25) T) ((-839 . -21) T) ((-1132 . -658) 114626) ((-1308 . -1077) T) ((-561 . -102) T) ((-1306 . -1077) T) ((-666 . -738) T) ((-1123 . -630) 114529) ((-1022 . -628) 114459) ((-1309 . -1075) 114443) ((-921 . -1236) T) ((-827 . -423) 114412) ((-103 . -120) 114396) ((-130 . -1119) T) ((-52 . -1119) T) ((-943 . -625) 114378) ((-883 . -1011) 114355) ((-835 . -102) T) ((-1309 . -111) 114334) ((-743 . -909) 114309) ((-665 . -38) 114279) ((-583 . -862) T) ((-366 . -1131) T) ((-363 . -1131) T) ((-355 . -1131) T) ((-273 . -1131) T) ((-253 . -1131) T) ((-1169 . -319) 114083) ((-1107 . -234) 114070) ((-635 . -317) 114049) ((-676 . -23) T) ((-536 . -1102) T) ((-321 . -1119) T) ((-494 . -272) 114018) ((-494 . -232) 113987) ((-153 . -1077) T) ((-366 . -23) T) ((-363 . -23) T) ((-355 . -23) T) ((-118 . -317) T) ((-273 . -23) T) ((-253 . -23) T) ((-1022 . -1068) T) ((-724 . -926) 113966) ((-1193 . -909) 113854) ((-1192 . -909) 113735) ((-1186 . -909) 113471) ((-1176 . -628) 113448) ((-1022 . -238) 113420) ((-1022 . -248) T) ((-1145 . -909) 113402) ((-118 . -1041) NIL) ((-927 . -1131) T) ((-1271 . -464) 113381) ((-1250 . -464) 113360) ((-535 . -625) 113292) ((-724 . -660) 113181) ((-419 . -1075) 113133) ((-516 . -625) 113115) ((-927 . -23) T) ((-499 . -319) NIL) ((-1309 . -628) 113071) ((-486 . -132) T) ((-219 . -319) NIL) ((-419 . -111) 113009) ((-827 . -1077) 112987) ((-749 . -1117) 112971) ((-1270 . -505) 112937) ((-1249 . -505) 112903) ((-449 . -1236) T) ((-560 . -856) T) ((-142 . -1117) 112885) ((-489 . -300) T) ((-1309 . -1068) T) ((-258 . -237) 112782) ((-257 . -237) 112679) ((-1241 . -102) T) ((-1082 . -102) T) ((-855 . -628) 112547) ((-512 . -526) NIL) ((-494 . -243) 112526) ((-419 . -628) 112424) ((-980 . -1070) 112307) ((-747 . -1070) 112277) ((-980 . -652) 112174) ((-1191 . -146) 112153) ((-747 . -652) 112123) ((-465 . -1070) 112093) ((-1191 . -148) 112072) ((-1144 . -148) 112051) ((-1144 . -146) 112030) ((-647 . -1075) 112014) ((-619 . -1075) 111998) ((-465 . -652) 111968) ((-1193 . -1277) 111952) ((-1193 . -1264) 111929) ((-1192 . -1269) 111890) ((-682 . -1119) T) ((-682 . -1072) 111830) ((-1192 . -1264) 111800) ((-560 . -1119) T) ((-499 . -1171) T) ((-1192 . -1267) 111784) ((-1186 . -1248) 111745) ((-830 . -275) 111729) ((-219 . -1171) T) ((-354 . -937) T) ((-99 . -1236) T) ((-647 . -111) 111708) ((-619 . -111) 111687) ((-1186 . -1264) 111664) ((-855 . -1068) 111643) ((-1186 . -1246) 111627) ((-527 . -25) T) ((-507 . -312) T) ((-523 . -23) T) ((-522 . -25) T) ((-520 . -25) T) ((-519 . -23) T) ((-430 . -1070) 111601) ((-419 . -1068) T) ((-329 . -1077) T) ((-706 . -317) T) ((-430 . -652) 111575) ((-108 . -860) T) ((-724 . -738) T) ((-419 . -248) T) ((-419 . -238) 111554) ((-390 . -234) 111541) ((-499 . -38) 111491) ((-219 . -38) 111441) ((-486 . -505) 111407) ((-1243 . -379) T) ((-1177 . -1163) T) ((-1120 . -102) T) ((-839 . -234) 111380) ((-713 . -625) 111362) ((-713 . -626) 111277) ((-726 . -21) T) ((-726 . -25) T) ((-1154 . -102) T) ((-494 . -658) 111056) ((-245 . -909) 110923) ((-135 . -625) 110905) ((-117 . -625) 110887) ((-158 . -25) T) ((-1308 . -1119) T) ((-884 . -651) 110835) ((-1306 . -1119) T) ((-877 . -1236) T) ((-980 . -102) T) ((-747 . -102) T) ((-727 . -102) T) ((-465 . -102) T) ((-828 . -464) 110786) ((-44 . -1119) T) ((-1107 . -862) T) ((-1082 . -319) 110637) ((-676 . -132) T) ((-1073 . -658) 110606) ((-682 . -729) 110590) ((-299 . -1077) T) ((-366 . -132) T) ((-363 . -132) T) ((-355 . -132) T) ((-273 . -132) T) ((-253 . -132) T) ((-396 . -658) 110559) ((-1315 . -1236) T) ((-430 . -102) T) ((-153 . -1119) T) ((-45 . -231) 110509) ((-1023 . -909) NIL) ((-811 . -1070) 110493) ((-975 . -862) 110472) ((-1018 . -660) 110374) ((-811 . -652) 110358) ((-245 . -1293) 110328) ((-1043 . -317) T) ((-304 . -1075) 110249) ((-927 . -132) T) ((-40 . -937) T) ((-499 . -412) 110231) ((-365 . -317) T) ((-219 . -412) 110213) ((-1099 . -423) 110197) ((-304 . -111) 110113) ((-1202 . -862) T) ((-1201 . -862) T) ((-884 . -25) T) ((-884 . -21) T) ((-1272 . -47) 110057) ((-350 . -625) 110039) ((-1191 . -237) T) ((-227 . -148) T) ((-176 . -625) 110021) ((-786 . -625) 110003) ((-129 . -862) T) ((-620 . -240) 109950) ((-487 . -240) 109900) ((-1308 . -729) 109870) ((-48 . -317) T) ((-1306 . -729) 109840) ((-65 . -628) 109769) ((-981 . -1119) T) ((-827 . -1119) 109521) ((-322 . -102) T) ((-918 . -1236) T) ((-48 . -1041) T) ((-1249 . -651) 109429) ((-701 . -102) 109379) ((-44 . -729) 109363) ((-562 . -102) T) ((-304 . -628) 109294) ((-67 . -394) T) ((-499 . -917) NIL) ((-67 . -407) T) ((-219 . -917) NIL) ((-674 . -23) T) ((-829 . -658) 109230) ((-682 . -773) T) ((-1233 . -1119) 109208) ((-362 . -1075) 109153) ((-687 . -1119) 109131) ((-1081 . -148) T) ((-969 . -148) 109110) ((-969 . -146) 109089) ((-811 . -102) T) ((-153 . -729) 109073) ((-493 . -148) 109052) ((-493 . -146) 109031) ((-362 . -111) 108960) ((-1099 . -1077) T) ((-332 . -862) 108939) ((-1278 . -992) 108908) ((-1272 . -1236) T) ((-639 . -1119) T) ((-1271 . -992) 108870) ((-523 . -132) T) ((-519 . -132) T) ((-305 . -231) 108820) ((-370 . -1077) T) ((-364 . -1077) T) ((-356 . -1077) T) ((-304 . -1068) 108762) ((-1250 . -992) 108731) ((-390 . -862) T) ((-108 . -1077) T) ((-1018 . -738) T) ((-882 . -937) T) ((-855 . -807) 108710) ((-855 . -804) 108689) ((-430 . -319) 108628) ((-480 . -102) T) ((-607 . -992) 108597) ((-329 . -1119) T) ((-419 . -807) 108576) ((-419 . -804) 108555) ((-512 . -501) 108537) ((-1272 . -1057) 108503) ((-1270 . -21) T) ((-1270 . -25) T) ((-1249 . -21) T) ((-1249 . -25) T) ((-827 . -729) 108445) ((-362 . -628) 108375) ((-711 . -416) T) ((-1299 . -1236) T) ((-1132 . -423) 108344) ((-1096 . -1236) T) ((-618 . -102) T) ((-1022 . -379) NIL) ((-1006 . -1236) T) ((-683 . -102) T) ((-182 . -102) T) ((-162 . -102) T) ((-157 . -102) T) ((-155 . -102) T) ((-103 . -34) T) ((-1197 . -658) 108254) ((-749 . -1236) T) ((-743 . -1070) 108097) ((-44 . -773) T) ((-743 . -652) 107946) ((-605 . -102) T) ((-665 . -668) 107930) ((-77 . -408) T) ((-77 . -407) T) ((-142 . -1236) T) ((-883 . -148) T) ((-883 . -146) NIL) ((-1298 . -658) 107875) ((-1278 . -909) 107763) ((-1271 . -909) 107644) ((-1235 . -93) T) ((-362 . -1068) T) ((-227 . -237) T) ((-70 . -394) T) ((-70 . -407) T) ((-1184 . -102) T) ((-682 . -526) 107577) ((-1250 . -909) 107313) ((-1230 . -568) 107292) ((-701 . -319) 107230) ((-980 . -38) 107127) ((-1199 . -625) 107109) ((-747 . -38) 107079) ((-562 . -319) 106883) ((-1193 . -1070) 106766) ((-326 . -1236) T) ((-362 . -238) T) ((-362 . -248) T) ((-323 . -1236) T) ((-299 . -1119) T) ((-1192 . -1070) 106601) ((-1186 . -1070) 106391) ((-1145 . -1070) 106274) ((-1193 . -652) 106171) ((-1192 . -652) 106012) ((-723 . -1240) T) ((-1186 . -652) 105808) ((-1176 . -663) 105792) ((-1145 . -652) 105689) ((-831 . -397) 105673) ((-723 . -568) T) ((-607 . -909) 105584) ((-326 . -897) 105568) ((-326 . -899) 105493) ((-323 . -897) 105454) ((-140 . -1236) T) ((-137 . -1236) T) ((-115 . -1236) T) ((-323 . -899) NIL) ((-811 . -319) 105419) ((-329 . -729) 105260) ((-398 . -397) 105244) ((-334 . -333) 105221) ((-497 . -102) T) ((-486 . -25) T) ((-486 . -21) T) ((-430 . -38) 105195) ((-326 . -1057) 104858) ((-227 . -1221) T) ((-227 . -1224) T) ((-3 . -625) 104840) ((-323 . -1057) 104770) ((-884 . -234) 104715) ((-2 . -1119) T) ((-2 . |RecordCategory|) T) ((-1132 . -1077) 104693) ((-845 . -625) 104675) ((-1081 . -237) T) ((-592 . -937) T) ((-576 . -832) T) ((-576 . -937) T) ((-507 . -937) T) ((-137 . -1057) 104659) ((-227 . -95) T) ((-171 . -148) 104638) ((-75 . -453) T) ((0 . -625) 104620) ((-75 . -407) T) ((-171 . -146) 104571) ((-227 . -35) T) ((-49 . -625) 104553) ((-489 . -1077) T) ((-499 . -272) 104535) ((-499 . -232) 104517) ((-496 . -987) 104501) ((-219 . -272) 104483) ((-219 . -232) 104465) ((-81 . -453) T) ((-81 . -407) T) ((-1165 . -34) T) ((-743 . -102) T) ((-665 . -658) 104424) ((-1045 . -625) 104391) ((-512 . -296) 104341) ((-326 . -388) 104310) ((-323 . -388) 104271) ((-323 . -349) 104232) ((-1104 . -625) 104214) ((-828 . -966) 104161) ((-674 . -132) T) ((-1259 . -146) 104140) ((-1259 . -148) 104119) ((-1193 . -102) T) ((-1192 . -102) T) ((-1186 . -102) T) ((-1178 . -1119) T) ((-1145 . -102) T) ((-1094 . -1236) T) ((-224 . -34) T) ((-299 . -729) 104106) ((-1178 . -622) 104082) ((-605 . -319) NIL) ((-1278 . -1277) 104066) ((-1169 . -231) 104016) ((-496 . -1119) 103994) ((-450 . -1236) T) ((-402 . -625) 103976) ((-522 . -862) T) ((-1139 . -1236) T) ((-1278 . -1264) 103953) ((-1271 . -1269) 103914) ((-1271 . -1264) 103884) ((-1271 . -1267) 103868) ((-1250 . -1248) 103829) ((-1250 . -1264) 103806) ((-1250 . -1246) 103790) ((-633 . -625) 103772) ((-1193 . -294) 103738) ((-711 . -937) T) ((-1192 . -294) 103704) ((-1186 . -294) 103670) ((-1145 . -294) 103636) ((-1099 . -1119) T) ((-1080 . -1119) T) ((-48 . -312) T) ((-326 . -915) 103602) ((-323 . -915) NIL) ((-1080 . -1087) 103581) ((-1139 . -899) 103563) ((-811 . -38) 103547) ((-273 . -651) 103495) ((-253 . -651) 103443) ((-713 . -1075) 103430) ((-607 . -1264) 103407) ((-1139 . -1057) 103389) ((-329 . -174) 103320) ((-370 . -1119) T) ((-364 . -1119) T) ((-356 . -1119) T) ((-512 . -19) 103302) ((-1121 . -152) 103286) ((-883 . -237) NIL) ((-108 . -1119) T) ((-117 . -1075) 103273) ((-723 . -374) T) ((-512 . -616) 103248) ((-713 . -111) 103233) ((-1311 . -625) 103200) ((-1311 . -502) 103182) ((-1270 . -234) 103128) ((-1249 . -234) 102981) ((-448 . -102) T) ((-888 . -1281) T) ((-256 . -102) T) ((-45 . -1168) 102931) ((-117 . -111) 102916) ((-1288 . -625) 102898) ((-1259 . -237) T) ((-1244 . -625) 102880) ((-1242 . -862) T) ((-647 . -732) T) ((-619 . -732) T) ((-1230 . -1131) T) ((-1230 . -23) T) ((-1191 . -464) 102811) ((-1186 . -319) 102696) ((-1185 . -1119) T) ((-827 . -526) 102629) ((-1054 . -1236) T) ((-245 . -1070) 102530) ((-1177 . -1119) T) ((-1161 . -660) 102468) ((-960 . -152) 102452) ((-1145 . -319) 102439) ((-1144 . -464) 102390) ((-245 . -652) 102312) ((-1106 . -568) 102243) ((-1106 . -1240) 102222) ((-1099 . -729) 102090) ((-537 . -102) T) ((-532 . -102) 102020) ((-1023 . -1070) 101970) ((-1013 . -1119) T) ((-828 . -909) 101866) ((-794 . -1240) 101845) ((-792 . -1240) 101824) ((-62 . -1236) T) ((-489 . -625) 101776) ((-489 . -626) 101698) ((-794 . -568) 101609) ((-792 . -568) 101540) ((-743 . -319) 101527) ((-713 . -628) 101499) ((-494 . -423) 101468) ((-635 . -937) 101447) ((-466 . -1240) 101426) ((-687 . -526) 101359) ((-676 . -25) T) ((-410 . -625) 101341) ((-676 . -21) T) ((-466 . -568) 101272) ((-430 . -917) 101195) ((-366 . -25) T) ((-366 . -21) T) ((-363 . -25) T) ((-118 . -937) T) ((-118 . -832) NIL) ((-363 . -21) T) ((-355 . -25) T) ((-355 . -21) T) ((-273 . -25) T) ((-273 . -21) T) ((-253 . -25) T) ((-253 . -21) T) ((-171 . -237) 101126) ((-83 . -395) T) ((-83 . -407) T) ((-135 . -628) 101108) ((-117 . -628) 101080) ((-1023 . -652) 101030) ((-960 . -999) 101014) ((-931 . -652) 100966) ((-931 . -1070) 100918) ((-927 . -21) T) ((-927 . -25) T) ((-884 . -862) 100869) ((-878 . -660) 100829) ((-723 . -1131) T) ((-723 . -23) T) ((-713 . -1068) T) ((-713 . -238) T) ((-299 . -174) T) ((-666 . -1236) T) ((-321 . -93) T) ((-659 . -1119) 100807) ((-644 . -622) 100782) ((-644 . -1119) T) ((-593 . -1240) T) ((-593 . -568) T) ((-530 . -1240) T) ((-530 . -568) T) ((-499 . -658) 100732) ((-486 . -234) 100678) ((-439 . -1070) 100662) ((-439 . -652) 100646) ((-370 . -729) 100598) ((-364 . -729) 100550) ((-350 . -1075) 100534) ((-356 . -729) 100486) ((-350 . -111) 100465) ((-176 . -1075) 100397) ((-176 . -111) 100308) ((-108 . -729) 100258) ((-219 . -658) 100208) ((-283 . -1119) T) ((-282 . -1119) T) ((-281 . -1119) T) ((-280 . -1119) T) ((-279 . -1119) T) ((-278 . -1119) T) ((-277 . -1119) T) ((-214 . -1119) T) ((-213 . -1119) T) ((-171 . -1224) 100186) ((-171 . -1221) 100164) ((-211 . -1119) T) ((-210 . -1119) T) ((-117 . -1068) T) ((-209 . -1119) T) ((-208 . -1119) T) ((-205 . -1119) T) ((-204 . -1119) T) ((-203 . -1119) T) ((-202 . -1119) T) ((-201 . -1119) T) ((-200 . -1119) T) ((-199 . -1119) T) ((-198 . -1119) T) ((-197 . -1119) T) ((-196 . -1119) T) ((-195 . -1119) T) ((-245 . -102) 99896) ((-171 . -35) 99874) ((-171 . -95) 99852) ((-666 . -1057) 99748) ((-494 . -1077) 99726) ((-1132 . -1119) 99478) ((-1161 . -34) T) ((-682 . -501) 99462) ((-73 . -1236) T) ((-105 . -625) 99444) ((-906 . -1236) T) ((-1310 . -625) 99426) ((-392 . -625) 99408) ((-350 . -628) 99360) ((-176 . -628) 99277) ((-1235 . -502) 99258) ((-743 . -38) 99107) ((-583 . -1224) T) ((-583 . -1221) T) ((-543 . -625) 99089) ((-532 . -319) 99027) ((-512 . -625) 99009) ((-512 . -626) 98991) ((-1235 . -625) 98957) ((-1186 . -1171) NIL) ((-215 . -1236) T) ((-1046 . -1090) 98926) ((-1046 . -1119) T) ((-1023 . -102) T) ((-990 . -102) T) ((-931 . -102) T) ((-906 . -1057) 98903) ((-1161 . -738) T) ((-1022 . -660) 98810) ((-488 . -1119) T) ((-475 . -1119) T) ((-598 . -23) T) ((-583 . -35) T) ((-583 . -95) T) ((-439 . -102) T) ((-1082 . -231) 98756) ((-1193 . -38) 98653) ((-1192 . -38) 98494) ((-878 . -738) T) ((-706 . -937) T) ((-523 . -25) T) ((-519 . -21) T) ((-519 . -25) T) ((-1186 . -38) 98290) ((-350 . -1068) T) ((-145 . -1236) T) ((-1099 . -174) T) ((-176 . -1068) T) ((-1145 . -38) 98187) ((-724 . -47) 98164) ((-370 . -174) T) ((-364 . -174) T) ((-531 . -57) 98138) ((-509 . -57) 98088) ((-362 . -1305) 98065) ((-227 . -464) T) ((-329 . -300) 98016) ((-356 . -174) T) ((-176 . -248) T) ((-1249 . -862) 97915) ((-108 . -174) T) ((-884 . -1011) 97899) ((-670 . -1131) T) ((-593 . -374) T) ((-593 . -339) 97886) ((-530 . -339) 97863) ((-530 . -374) T) ((-326 . -317) 97842) ((-323 . -317) T) ((-614 . -862) 97821) ((-1132 . -729) 97763) ((-532 . -292) 97747) ((-670 . -23) T) ((-430 . -232) 97731) ((-430 . -272) 97715) ((-323 . -1041) NIL) ((-347 . -23) T) ((-103 . -1029) 97699) ((-45 . -36) 97678) ((-624 . -1119) T) ((-362 . -379) T) ((-536 . -102) T) ((-507 . -27) T) ((-245 . -319) 97616) ((-1106 . -1131) T) ((-1309 . -660) 97590) ((-794 . -1131) T) ((-792 . -1131) T) ((-1197 . -423) 97574) ((-466 . -1131) T) ((-1081 . -464) T) ((-1170 . -1119) T) ((-969 . -464) 97525) ((-1134 . -1102) T) ((-110 . -1119) T) ((-1106 . -23) T) ((-1178 . -526) 97308) ((-829 . -1077) T) ((-794 . -23) T) ((-792 . -23) T) ((-493 . -464) 97259) ((-473 . -23) T) ((-392 . -393) 97238) ((-366 . -234) 97211) ((-363 . -234) 97184) ((-355 . -234) 97157) ((-466 . -23) T) ((-273 . -234) 97102) ((-258 . -909) 96969) ((-257 . -909) 96836) ((-96 . -1119) T) ((-724 . -1236) T) ((-682 . -296) 96813) ((-496 . -526) 96746) ((-1278 . -1070) 96629) ((-1278 . -652) 96526) ((-1271 . -652) 96367) ((-1271 . -1070) 96202) ((-1250 . -652) 95998) ((-299 . -300) T) ((-1250 . -1070) 95788) ((-1101 . -625) 95770) ((-1101 . -626) 95751) ((-419 . -926) 95730) ((-1230 . -132) T) ((-50 . -1131) T) ((-1186 . -412) 95682) ((-1043 . -937) T) ((-1022 . -738) T) ((-855 . -660) 95655) ((-724 . -899) NIL) ((-608 . -1070) 95615) ((-593 . -1131) T) ((-530 . -1131) T) ((-607 . -1070) 95498) ((-1176 . -34) T) ((-1023 . -319) NIL) ((-827 . -501) 95482) ((-608 . -652) 95455) ((-365 . -937) T) ((-607 . -652) 95352) ((-927 . -234) 95339) ((-419 . -660) 95255) ((-50 . -23) T) ((-723 . -132) T) ((-724 . -1057) 95135) ((-593 . -23) T) ((-108 . -526) NIL) ((-530 . -23) T) ((-171 . -421) 95106) ((-1159 . -1119) T) ((-1301 . -1300) 95090) ((-743 . -917) 95067) ((-713 . -807) T) ((-713 . -804) T) ((-1139 . -317) T) ((-390 . -148) T) ((-290 . -625) 95049) ((-289 . -625) 95031) ((-1249 . -1011) 95001) ((-48 . -937) T) ((-687 . -501) 94985) ((-258 . -1293) 94955) ((-257 . -1293) 94925) ((-1107 . -237) T) ((-1195 . -862) T) ((-1139 . -1041) T) ((-1065 . -34) T) ((-848 . -148) 94904) ((-848 . -146) 94883) ((-749 . -107) 94867) ((-624 . -133) T) ((-1197 . -1077) T) ((-494 . -1119) 94619) ((-1193 . -917) 94532) ((-1192 . -917) 94438) ((-1186 . -917) 94199) ((-883 . -464) T) ((-85 . -1236) T) ((-142 . -107) 94181) ((-1145 . -917) 94165) ((-724 . -388) 94149) ((-845 . -628) 94017) ((-1309 . -738) T) ((-1298 . -1077) T) ((-1278 . -102) T) ((-1139 . -557) T) ((-591 . -102) T) ((-130 . -502) 93999) ((-1271 . -102) T) ((-402 . -1075) 93983) ((-1191 . -966) 93952) ((-44 . -296) 93929) ((-130 . -625) 93896) ((-52 . -625) 93878) ((-1144 . -966) 93845) ((-665 . -423) 93829) ((-1250 . -102) T) ((-1177 . -526) NIL) ((-674 . -25) T) ((-633 . -1075) 93813) ((-674 . -21) T) ((-980 . -658) 93723) ((-747 . -658) 93668) ((-727 . -658) 93640) ((-402 . -111) 93619) ((-224 . -261) 93603) ((-1073 . -1072) 93543) ((-1073 . -1119) T) ((-1023 . -1171) T) ((-830 . -1119) T) ((-465 . -658) 93458) ((-647 . -660) 93442) ((-633 . -111) 93421) ((-619 . -660) 93405) ((-354 . -1240) T) ((-608 . -102) T) ((-321 . -502) 93386) ((-598 . -132) T) ((-607 . -102) T) ((-426 . -1119) T) ((-396 . -1119) T) ((-321 . -625) 93352) ((-229 . -1119) 93330) ((-659 . -526) 93263) ((-644 . -526) 93107) ((-845 . -1068) 93086) ((-656 . -152) 93070) ((-354 . -568) T) ((-724 . -915) 93013) ((-562 . -231) 92963) ((-1278 . -294) 92929) ((-1271 . -294) 92895) ((-1099 . -300) 92846) ((-499 . -860) T) ((-225 . -1131) T) ((-1250 . -294) 92812) ((-1230 . -505) 92778) ((-1023 . -38) 92728) ((-219 . -860) T) ((-430 . -658) 92687) ((-931 . -38) 92639) ((-855 . -806) 92618) ((-855 . -803) 92597) ((-855 . -738) 92576) ((-370 . -300) T) ((-364 . -300) T) ((-356 . -300) T) ((-171 . -464) 92507) ((-439 . -38) 92491) ((-225 . -23) T) ((-108 . -300) T) ((-419 . -806) 92470) ((-419 . -803) 92449) ((-419 . -738) T) ((-512 . -298) 92424) ((-489 . -1075) 92389) ((-670 . -132) T) ((-633 . -628) 92358) ((-1132 . -526) 92291) ((-347 . -132) T) ((-171 . -414) 92270) ((-494 . -729) 92212) ((-827 . -296) 92189) ((-489 . -111) 92145) ((-665 . -1077) T) ((-1191 . -909) 92048) ((-1144 . -909) 92030) ((-828 . -1070) 91873) ((-1297 . -1102) T) ((-1259 . -464) 91804) ((-828 . -652) 91653) ((-1296 . -1102) T) ((-1106 . -132) T) ((-1073 . -729) 91595) ((-1046 . -526) 91528) ((-794 . -132) T) ((-792 . -132) T) ((-583 . -464) T) ((-633 . -1068) T) ((-604 . -1119) T) ((-545 . -175) T) ((-473 . -132) T) ((-466 . -132) T) ((-390 . -237) T) ((-1018 . -1236) T) ((-45 . -1119) T) ((-396 . -729) 91498) ((-829 . -1119) T) ((-488 . -526) 91431) ((-475 . -526) 91364) ((-1311 . -628) 91346) ((-465 . -378) 91316) ((-45 . -622) 91295) ((-411 . -1236) T) ((-326 . -312) T) ((-839 . -237) 91274) ((-489 . -628) 91224) ((-1250 . -319) 91109) ((-682 . -625) 91071) ((-59 . -862) 91050) ((-1023 . -412) 91032) ((-560 . -625) 91014) ((-811 . -658) 90973) ((-827 . -616) 90950) ((-528 . -862) 90929) ((-508 . -862) 90908) ((-1018 . -1057) 90804) ((-40 . -1240) T) ((-245 . -917) 90673) ((-50 . -132) T) ((-593 . -132) T) ((-530 . -132) T) ((-304 . -660) 90533) ((-354 . -339) 90510) ((-354 . -374) T) ((-332 . -333) 90487) ((-329 . -296) 90445) ((-40 . -568) T) ((-390 . -1221) T) ((-390 . -1224) T) ((-1054 . -1212) 90420) ((-1208 . -240) 90370) ((-1186 . -232) 90322) ((-1186 . -272) 90274) ((-340 . -1119) T) ((-390 . -95) T) ((-390 . -35) T) ((-1054 . -107) 90220) ((-489 . -1068) T) ((-1310 . -1075) 90204) ((-491 . -240) 90154) ((-1178 . -501) 90088) ((-1301 . -1070) 90072) ((-392 . -1075) 90056) ((-1301 . -652) 90026) ((-489 . -248) T) ((-828 . -102) T) ((-726 . -148) 90005) ((-726 . -146) 89984) ((-496 . -501) 89968) ((-497 . -346) 89937) ((-524 . -1119) T) ((-1310 . -111) 89916) ((-1018 . -388) 89900) ((-425 . -102) T) ((-392 . -111) 89879) ((-1018 . -349) 89863) ((-288 . -1002) 89847) ((-287 . -1002) 89831) ((-1023 . -917) NIL) ((-1308 . -625) 89813) ((-1306 . -625) 89795) ((-110 . -526) NIL) ((-1191 . -1262) 89779) ((-866 . -864) 89763) ((-1197 . -1119) T) ((-103 . -1236) T) ((-969 . -966) 89724) ((-829 . -729) 89666) ((-1250 . -1171) NIL) ((-493 . -966) 89611) ((-1081 . -144) T) ((-60 . -102) 89561) ((-44 . -625) 89543) ((-78 . -625) 89525) ((-362 . -660) 89470) ((-1298 . -1119) T) ((-523 . -862) T) ((-299 . -296) 89449) ((-354 . -1131) T) ((-305 . -1119) T) ((-1018 . -915) 89408) ((-305 . -622) 89387) ((-1310 . -628) 89336) ((-1278 . -38) 89233) ((-1271 . -38) 89074) ((-1250 . -38) 88870) ((-499 . -1077) T) ((-392 . -628) 88854) ((-219 . -1077) T) ((-354 . -23) T) ((-153 . -625) 88836) ((-845 . -807) 88815) ((-845 . -804) 88794) ((-1235 . -628) 88775) ((-608 . -38) 88748) ((-607 . -38) 88645) ((-882 . -568) T) ((-225 . -132) T) ((-329 . -1021) 88611) ((-79 . -625) 88593) ((-724 . -317) 88572) ((-304 . -738) 88474) ((-836 . -102) T) ((-876 . -856) T) ((-304 . -485) 88453) ((-1301 . -102) T) ((-40 . -374) T) ((-884 . -148) 88432) ((-497 . -658) 88414) ((-884 . -146) 88393) ((-1177 . -501) 88375) ((-1310 . -1068) T) ((-494 . -526) 88308) ((-1165 . -1236) T) ((-981 . -625) 88290) ((-659 . -501) 88274) ((-644 . -501) 88205) ((-827 . -625) 87898) ((-48 . -27) T) ((-1197 . -729) 87795) ((-969 . -909) 87774) ((-665 . -1119) T) ((-873 . -872) T) ((-448 . -375) 87748) ((-743 . -658) 87658) ((-493 . -909) 87633) ((-1121 . -102) T) ((-989 . -1119) T) ((-876 . -1119) T) ((-828 . -319) 87620) ((-545 . -539) T) ((-545 . -588) T) ((-1306 . -393) 87592) ((-1073 . -526) 87525) ((-1178 . -296) 87501) ((-245 . -272) 87470) ((-245 . -232) 87439) ((-258 . -1070) 87340) ((-257 . -1070) 87241) ((-1298 . -729) 87211) ((-1185 . -93) T) ((-1013 . -93) T) ((-829 . -174) 87190) ((-258 . -652) 87112) ((-257 . -652) 87034) ((-1233 . -502) 87011) ((-590 . -1236) T) ((-229 . -526) 86944) ((-633 . -807) 86923) ((-633 . -804) 86902) ((-1233 . -625) 86814) ((-224 . -1236) T) ((-687 . -625) 86746) ((-1193 . -658) 86656) ((-1176 . -1029) 86640) ((-960 . -102) 86570) ((-362 . -738) T) ((-873 . -625) 86552) ((-1192 . -658) 86434) ((-1186 . -658) 86271) ((-1145 . -658) 86181) ((-1250 . -412) 86133) ((-1132 . -501) 86117) ((-60 . -319) 86055) ((-341 . -102) T) ((-1230 . -21) T) ((-1230 . -25) T) ((-40 . -1131) T) ((-723 . -21) T) ((-639 . -625) 86037) ((-527 . -333) 86016) ((-723 . -25) T) ((-451 . -102) T) ((-108 . -296) NIL) ((-938 . -1131) T) ((-40 . -23) T) ((-783 . -1131) T) ((-576 . -1240) T) ((-507 . -1240) T) ((-1023 . -272) 85998) ((-329 . -625) 85980) ((-1023 . -232) 85962) ((-171 . -167) 85946) ((-592 . -568) T) ((-576 . -568) T) ((-507 . -568) T) ((-783 . -23) T) ((-1270 . -148) 85925) ((-1270 . -146) 85904) ((-1178 . -616) 85880) ((-1249 . -146) 85805) ((-1046 . -501) 85789) ((-1243 . -1236) T) ((-1249 . -148) 85714) ((-1301 . -1307) 85693) ((-883 . -909) NIL) ((-488 . -501) 85677) ((-475 . -501) 85661) ((-535 . -34) T) ((-665 . -729) 85631) ((-1278 . -917) 85544) ((-1271 . -917) 85450) ((-1250 . -917) 85211) ((-112 . -986) T) ((-1197 . -174) 85162) ((-674 . -862) 85141) ((-376 . -102) T) ((-607 . -917) 85054) ((-245 . -243) 85033) ((-258 . -102) T) ((-257 . -102) T) ((-1259 . -966) 85002) ((-250 . -862) 84981) ((-828 . -38) 84830) ((-45 . -526) 84622) ((-1177 . -296) 84572) ((-216 . -1119) T) ((-1169 . -1119) T) ((-884 . -237) 84523) ((-1169 . -622) 84502) ((-598 . -25) T) ((-598 . -21) T) ((-1121 . -319) 84440) ((-980 . -423) 84424) ((-711 . -1240) T) ((-644 . -296) 84377) ((-1106 . -651) 84325) ((-922 . -1119) T) ((-794 . -651) 84273) ((-792 . -651) 84221) ((-354 . -132) T) ((-299 . -625) 84203) ((-882 . -1131) T) ((-711 . -568) T) ((-130 . -628) 84185) ((-466 . -651) 84133) ((-171 . -909) 84054) ((-922 . -920) 84038) ((-390 . -464) T) ((-499 . -1119) T) ((-960 . -319) 83976) ((-713 . -660) 83948) ((-561 . -856) T) ((-219 . -1119) T) ((-326 . -937) 83927) ((-323 . -937) T) ((-323 . -832) NIL) ((-402 . -732) T) ((-882 . -23) T) ((-117 . -660) 83914) ((-486 . -146) 83893) ((-430 . -423) 83877) ((-486 . -148) 83856) ((-110 . -501) 83838) ((-321 . -628) 83819) ((-2 . -625) 83801) ((-188 . -102) T) ((-1177 . -19) 83783) ((-1177 . -616) 83758) ((-670 . -21) T) ((-670 . -25) T) ((-605 . -1163) T) ((-1132 . -296) 83735) ((-347 . -25) T) ((-347 . -21) T) ((-902 . -1236) T) ((-898 . -1236) T) ((-1308 . -1075) 83719) ((-245 . -658) 83498) ((-507 . -374) T) ((-1306 . -1075) 83482) ((-1301 . -38) 83452) ((-1270 . -1221) 83418) ((-1270 . -1224) 83384) ((-1259 . -909) 83287) ((-1191 . -1070) 83110) ((-1161 . -1236) T) ((-1144 . -1070) 82953) ((-866 . -1070) 82937) ((-644 . -616) 82912) ((-1270 . -95) 82878) ((-1270 . -237) 82830) ((-1253 . -102) 82808) ((-1191 . -652) 82637) ((-1144 . -652) 82486) ((-866 . -652) 82456) ((-1250 . -232) 82408) ((-1106 . -25) T) ((-561 . -1119) T) ((-1106 . -21) T) ((-980 . -1077) T) ((-543 . -804) T) ((-543 . -807) T) ((-118 . -1240) T) ((-878 . -1236) T) ((-635 . -568) T) ((-794 . -25) T) ((-794 . -21) T) ((-792 . -21) T) ((-792 . -25) T) ((-747 . -1077) T) ((-727 . -1077) T) ((-682 . -1075) 82392) ((-529 . -1102) T) ((-473 . -25) T) ((-118 . -568) T) ((-473 . -21) T) ((-466 . -25) T) ((-466 . -21) T) ((-1250 . -272) 82344) ((-1170 . -93) T) ((-1161 . -1057) 82240) ((-829 . -300) 82219) ((-1249 . -1221) 82185) ((-835 . -1119) T) ((-983 . -986) T) ((-682 . -111) 82164) ((-629 . -1236) T) ((-305 . -526) 81956) ((-1249 . -1224) 81922) ((-1249 . -237) 81781) ((-1244 . -379) T) ((-258 . -319) 81719) ((-257 . -319) 81657) ((-1241 . -856) T) ((-1178 . -626) NIL) ((-1178 . -625) 81639) ((-1161 . -388) 81623) ((-1139 . -832) T) ((-1139 . -937) T) ((-96 . -93) T) ((-1132 . -616) 81600) ((-1099 . -626) 81584) ((-1099 . -625) 81566) ((-1023 . -658) 81516) ((-931 . -658) 81453) ((-827 . -298) 81430) ((-496 . -625) 81362) ((-620 . -152) 81309) ((-499 . -729) 81259) ((-430 . -1077) T) ((-494 . -501) 81243) ((-439 . -658) 81202) ((-337 . -862) 81181) ((-350 . -660) 81155) ((-50 . -21) T) ((-50 . -25) T) ((-219 . -729) 81105) ((-171 . -736) 81076) ((-176 . -660) 81008) ((-593 . -21) T) ((-593 . -25) T) ((-530 . -25) T) ((-530 . -21) T) ((-487 . -152) 80958) ((-1080 . -625) 80940) ((-1012 . -102) T) ((-874 . -102) T) ((-828 . -917) 80840) ((-811 . -423) 80803) ((-40 . -132) T) ((-711 . -374) T) ((-713 . -738) T) ((-713 . -806) T) ((-713 . -803) T) ((-214 . -910) T) ((-592 . -1131) T) ((-576 . -1131) T) ((-507 . -1131) T) ((-370 . -625) 80785) ((-364 . -625) 80767) ((-356 . -625) 80749) ((-66 . -408) T) ((-66 . -407) T) ((-108 . -626) 80679) ((-108 . -625) 80621) ((-213 . -910) T) ((-975 . -152) 80605) ((-783 . -132) T) ((-682 . -628) 80523) ((-135 . -738) T) ((-117 . -738) T) ((-1270 . -35) 80489) ((-1073 . -501) 80473) ((-592 . -23) T) ((-576 . -23) T) ((-507 . -23) T) ((-1249 . -95) 80439) ((-1249 . -35) 80405) ((-1191 . -102) T) ((-1144 . -102) T) ((-866 . -102) T) ((-229 . -501) 80389) ((-1308 . -111) 80368) ((-1306 . -111) 80347) ((-44 . -1075) 80331) ((-1309 . -1236) T) ((-1308 . -628) 80277) ((-1308 . -1068) T) ((-1306 . -628) 80206) ((-1306 . -1068) T) ((-1259 . -1262) 80190) ((-867 . -864) 80174) ((-1197 . -300) 80153) ((-1123 . -1236) T) ((-110 . -296) 80103) ((-1022 . -1236) T) ((-129 . -152) 80085) ((-1161 . -915) 80044) ((-44 . -111) 80023) ((-1241 . -1119) T) ((-1200 . -1281) T) ((-1186 . -860) NIL) ((-1185 . -502) 80004) ((-682 . -1068) T) ((-1185 . -625) 79970) ((-1177 . -625) 79952) ((-486 . -237) 79904) ((-1082 . -622) 79879) ((-1013 . -502) 79860) ((-74 . -453) T) ((-74 . -407) T) ((-1082 . -1119) T) ((-153 . -1075) 79844) ((-1013 . -625) 79810) ((-682 . -238) 79789) ((-583 . -566) 79773) ((-366 . -148) 79752) ((-366 . -146) 79703) ((-363 . -148) 79682) ((-363 . -146) 79633) ((-355 . -148) 79612) ((-355 . -146) 79563) ((-273 . -146) 79542) ((-273 . -148) 79521) ((-253 . -148) 79500) ((-118 . -374) T) ((-253 . -146) 79479) ((-1177 . -626) NIL) ((-153 . -111) 79458) ((-1022 . -1057) 79346) ((-1176 . -1236) T) ((-706 . -1240) T) ((-811 . -1077) T) ((-711 . -1131) T) ((-1022 . -388) 79323) ((-518 . -1236) T) ((-514 . -1236) T) ((-927 . -146) T) ((-927 . -148) 79305) ((-882 . -132) T) ((-827 . -1075) 79226) ((-711 . -23) T) ((-706 . -568) T) ((-227 . -1070) 79191) ((-659 . -625) 79123) ((-659 . -626) 79084) ((-644 . -626) NIL) ((-644 . -625) 79066) ((-499 . -174) T) ((-227 . -652) 79031) ((-219 . -174) T) ((-225 . -21) T) ((-225 . -25) T) ((-486 . -1224) 78997) ((-486 . -1221) 78963) ((-283 . -625) 78945) ((-282 . -625) 78927) ((-281 . -625) 78909) ((-280 . -625) 78891) ((-279 . -625) 78873) ((-512 . -663) 78855) ((-278 . -625) 78837) ((-350 . -738) T) ((-277 . -625) 78819) ((-110 . -19) 78801) ((-176 . -738) T) ((-512 . -384) 78783) ((-214 . -625) 78765) ((-532 . -1168) 78749) ((-512 . -124) T) ((-110 . -616) 78724) ((-213 . -625) 78706) ((-486 . -35) 78672) ((-486 . -95) 78638) ((-211 . -625) 78620) ((-210 . -625) 78602) ((-209 . -625) 78584) ((-208 . -625) 78566) ((-205 . -625) 78548) ((-204 . -625) 78530) ((-203 . -625) 78512) ((-202 . -625) 78494) ((-201 . -625) 78476) ((-200 . -625) 78458) ((-199 . -625) 78440) ((-548 . -1122) 78392) ((-198 . -625) 78374) ((-197 . -625) 78356) ((-45 . -501) 78293) ((-196 . -625) 78275) ((-195 . -625) 78257) ((-153 . -628) 78226) ((-1134 . -102) T) ((-827 . -111) 78142) ((-656 . -102) 78072) ((-494 . -296) 78049) ((-1309 . -1057) 78033) ((-1132 . -625) 77726) ((-1120 . -1119) T) ((-1065 . -1236) T) ((-1191 . -319) 77713) ((-1081 . -1070) 77700) ((-1154 . -1119) T) ((-969 . -1070) 77543) ((-1144 . -319) 77530) ((-1115 . -1102) T) ((-635 . -1131) T) ((-1081 . -652) 77517) ((-1109 . -1102) T) ((-969 . -652) 77366) ((-1106 . -234) 77311) ((-493 . -1070) 77154) ((-1092 . -1102) T) ((-1085 . -1102) T) ((-1055 . -1102) T) ((-1038 . -1102) T) ((-118 . -1131) T) ((-493 . -652) 77003) ((-794 . -234) 76990) ((-831 . -102) T) ((-638 . -1102) T) ((-635 . -23) T) ((-1169 . -526) 76782) ((-495 . -1102) T) ((-980 . -1119) T) ((-398 . -102) T) ((-334 . -102) T) ((-220 . -1102) T) ((-855 . -1236) T) ((-153 . -1068) T) ((-743 . -423) 76766) ((-118 . -23) T) ((-1022 . -915) 76718) ((-747 . -1119) T) ((-727 . -1119) T) ((-1278 . -658) 76628) ((-1271 . -658) 76510) ((-465 . -1119) T) ((-419 . -1236) T) ((-326 . -442) 76494) ((-604 . -93) T) ((-1046 . -626) 76455) ((-270 . -1236) T) ((-1043 . -1240) T) ((-227 . -102) T) ((-1046 . -625) 76417) ((-828 . -272) 76401) ((-828 . -232) 76385) ((-827 . -628) 76183) ((-1250 . -658) 76020) ((-1043 . -568) T) ((-845 . -660) 75993) ((-365 . -1240) T) ((-488 . -625) 75955) ((-488 . -626) 75916) ((-475 . -626) 75877) ((-475 . -625) 75839) ((-608 . -658) 75798) ((-419 . -897) 75782) ((-329 . -1075) 75617) ((-419 . -899) 75542) ((-607 . -658) 75452) ((-855 . -1057) 75348) ((-499 . -526) NIL) ((-494 . -616) 75325) ((-593 . -234) 75312) ((-365 . -568) T) ((-530 . -234) 75299) ((-219 . -526) NIL) ((-884 . -464) T) ((-430 . -1119) T) ((-419 . -1057) 75163) ((-329 . -111) 74984) ((-706 . -374) T) ((-227 . -294) T) ((-1233 . -628) 74961) ((-48 . -1240) T) ((-1191 . -1171) 74939) ((-1178 . -298) 74915) ((-1081 . -102) T) ((-969 . -102) T) ((-827 . -1068) 74893) ((-592 . -132) T) ((-576 . -132) T) ((-507 . -132) T) ((-366 . -237) 74872) ((-363 . -237) 74851) ((-355 . -237) 74830) ((-48 . -568) T) ((-883 . -1070) 74775) ((-273 . -237) 74726) ((-827 . -238) 74678) ((-326 . -27) 74657) ((-258 . -917) 74526) ((-257 . -917) 74395) ((-255 . -847) 74377) ((-189 . -847) 74359) ((-725 . -102) T) ((-305 . -501) 74296) ((-883 . -652) 74241) ((-493 . -102) T) ((-743 . -1077) T) ((-624 . -625) 74223) ((-624 . -626) 74084) ((-419 . -388) 74068) ((-419 . -349) 74052) ((-1191 . -38) 73881) ((-1144 . -38) 73730) ((-329 . -628) 73556) ((-927 . -237) T) ((-647 . -1236) T) ((-619 . -1236) T) ((-866 . -38) 73526) ((-402 . -660) 73510) ((-656 . -319) 73448) ((-1170 . -502) 73429) ((-1170 . -625) 73395) ((-980 . -729) 73292) ((-747 . -729) 73262) ((-633 . -660) 73236) ((-224 . -107) 73220) ((-45 . -296) 73120) ((-322 . -1119) T) ((-299 . -1075) 73107) ((-110 . -625) 73089) ((-110 . -626) 73071) ((-465 . -729) 73041) ((-828 . -260) 72980) ((-701 . -1119) 72958) ((-562 . -1119) T) ((-1193 . -1077) T) ((-1192 . -1077) T) ((-96 . -502) 72939) ((-1186 . -1077) T) ((-299 . -111) 72924) ((-1145 . -1077) T) ((-562 . -622) 72903) ((-96 . -625) 72869) ((-1023 . -860) T) ((-229 . -699) 72827) ((-706 . -1131) T) ((-1230 . -752) 72803) ((-1043 . -374) T) ((-850 . -847) 72785) ((-845 . -806) 72764) ((-419 . -915) 72723) ((-329 . -1068) T) ((-354 . -25) T) ((-354 . -21) T) ((-171 . -1070) 72633) ((-68 . -1236) T) ((-845 . -803) 72612) ((-430 . -729) 72586) ((-811 . -1119) T) ((-724 . -937) 72565) ((-711 . -132) T) ((-171 . -652) 72393) ((-706 . -23) T) ((-499 . -300) T) ((-845 . -738) 72372) ((-329 . -238) 72324) ((-329 . -248) 72303) ((-219 . -300) T) ((-130 . -379) T) ((-1270 . -464) 72282) ((-1249 . -464) 72261) ((-365 . -339) 72238) ((-365 . -374) T) ((-1159 . -625) 72220) ((-45 . -1274) 72170) ((-883 . -102) T) ((-656 . -292) 72154) ((-711 . -1079) T) ((-1297 . -102) T) ((-1296 . -102) T) ((-489 . -660) 72119) ((-480 . -1119) T) ((-45 . -616) 72044) ((-1177 . -298) 72019) ((-299 . -628) 71991) ((-40 . -651) 71930) ((-1259 . -1070) 71753) ((-867 . -1070) 71737) ((-48 . -374) T) ((-1125 . -625) 71719) ((-1259 . -652) 71548) ((-867 . -652) 71518) ((-644 . -298) 71493) ((-828 . -658) 71403) ((-583 . -1070) 71390) ((-494 . -625) 71083) ((-245 . -423) 71052) ((-969 . -319) 71039) ((-583 . -652) 71026) ((-65 . -1236) T) ((-1191 . -917) 70933) ((-1184 . -1119) T) ((-1152 . -1236) T) ((-1082 . -526) 70777) ((-683 . -1119) T) ((-635 . -132) T) ((-493 . -319) 70764) ((-618 . -1119) T) ((-558 . -102) T) ((-118 . -132) T) ((-299 . -1068) T) ((-182 . -1119) T) ((-162 . -1119) T) ((-157 . -1119) T) ((-155 . -1119) T) ((-465 . -773) T) ((-31 . -1102) T) ((-980 . -174) 70715) ((-1144 . -917) 70699) ((-989 . -93) T) ((-1132 . -298) 70676) ((-1099 . -1075) 70586) ((-633 . -738) T) ((-633 . -806) 70565) ((-605 . -1119) T) ((-633 . -803) 70544) ((-305 . -296) 70523) ((-304 . -1236) T) ((-1073 . -625) 70485) ((-1073 . -626) 70446) ((-1043 . -1131) T) ((-171 . -102) T) ((-284 . -862) T) ((-1121 . -231) 70430) ((-830 . -625) 70412) ((-1099 . -111) 70308) ((-1043 . -23) T) ((-1022 . -317) T) ((-811 . -729) 70292) ((-370 . -1075) 70244) ((-365 . -1131) T) ((-364 . -1075) 70196) ((-426 . -625) 70178) ((-396 . -625) 70160) ((-356 . -1075) 70112) ((-229 . -625) 70044) ((-913 . -102) T) ((-853 . -102) T) ((-108 . -1075) 69994) ((-820 . -102) T) ((-781 . -102) T) ((-689 . -102) T) ((-486 . -464) 69973) ((-430 . -174) T) ((-370 . -111) 69911) ((-364 . -111) 69849) ((-356 . -111) 69787) ((-258 . -272) 69756) ((-258 . -232) 69725) ((-257 . -272) 69694) ((-257 . -232) 69663) ((-365 . -23) T) ((-71 . -1236) T) ((-227 . -38) 69628) ((-108 . -111) 69562) ((-40 . -25) T) ((-40 . -21) T) ((-682 . -732) T) ((-171 . -294) 69540) ((-48 . -1131) T) ((-870 . -1236) T) ((-938 . -25) T) ((-783 . -25) T) ((-1310 . -660) 69514) ((-1169 . -501) 69451) ((-497 . -1119) T) ((-1301 . -658) 69410) ((-1259 . -102) T) ((-1081 . -1171) T) ((-867 . -102) T) ((-245 . -1077) 69388) ((-981 . -804) 69341) ((-981 . -807) 69294) ((-392 . -660) 69278) ((-48 . -23) T) ((-827 . -807) 69257) ((-827 . -804) 69236) ((-560 . -379) T) ((-305 . -616) 69215) ((-489 . -738) T) ((-583 . -102) T) ((-1099 . -628) 69033) ((-255 . -187) T) ((-189 . -187) T) ((-883 . -319) 68990) ((-665 . -296) 68969) ((-112 . -673) T) ((-362 . -1236) T) ((-370 . -628) 68906) ((-364 . -628) 68843) ((-356 . -628) 68780) ((-76 . -1236) T) ((-108 . -628) 68730) ((-112 . -113) T) ((-1081 . -38) 68717) ((-676 . -385) 68696) ((-969 . -38) 68545) ((-743 . -1119) T) ((-493 . -38) 68394) ((-86 . -1236) T) ((-604 . -502) 68375) ((-1250 . -860) NIL) ((-583 . -294) T) ((-1193 . -1119) T) ((-604 . -625) 68341) ((-1192 . -1119) T) ((-1186 . -1119) T) ((-1099 . -1068) T) ((-362 . -1057) 68318) ((-829 . -502) 68302) ((-1023 . -1077) T) ((-45 . -625) 68284) ((-45 . -626) NIL) ((-931 . -1077) T) ((-829 . -625) 68253) ((-1166 . -102) 68203) ((-1099 . -248) 68154) ((-439 . -1077) T) ((-370 . -1068) T) ((-364 . -1068) T) ((-376 . -375) 68131) ((-356 . -1068) T) ((-354 . -234) 68118) ((-258 . -243) 68097) ((-257 . -243) 68076) ((-1099 . -238) 68001) ((-1145 . -1119) T) ((-304 . -915) 67960) ((-108 . -1068) T) ((-706 . -132) T) ((-430 . -526) 67802) ((-370 . -238) 67781) ((-370 . -248) T) ((-44 . -732) T) ((-364 . -238) 67760) ((-364 . -248) T) ((-356 . -238) 67739) ((-356 . -248) T) ((-1185 . -628) 67720) ((-171 . -319) 67685) ((-108 . -248) T) ((-108 . -238) T) ((-1013 . -628) 67666) ((-329 . -804) T) ((-882 . -21) T) ((-882 . -25) T) ((-419 . -317) T) ((-512 . -34) T) ((-110 . -298) 67641) ((-1132 . -1075) 67562) ((-883 . -1171) NIL) ((-340 . -625) 67544) ((-419 . -1041) 67522) ((-1132 . -111) 67438) ((-703 . -1281) T) ((-448 . -1119) T) ((-256 . -1119) T) ((-1310 . -738) T) ((-63 . -625) 67420) ((-883 . -38) 67365) ((-535 . -1236) T) ((-614 . -152) 67349) ((-524 . -625) 67331) ((-1259 . -319) 67318) ((-743 . -729) 67167) ((-543 . -805) T) ((-543 . -806) T) ((-576 . -651) 67149) ((-507 . -651) 67109) ((-516 . -1236) T) ((-366 . -464) T) ((-363 . -464) T) ((-355 . -464) T) ((-273 . -464) 67060) ((-537 . -1119) T) ((-532 . -1119) 67010) ((-253 . -464) 66961) ((-1169 . -296) 66940) ((-1197 . -625) 66922) ((-701 . -526) 66855) ((-980 . -300) 66834) ((-562 . -526) 66626) ((-258 . -658) 66474) ((-257 . -658) 66309) ((-1298 . -625) 66278) ((-1298 . -502) 66262) ((-1193 . -729) 66159) ((-1191 . -272) 66143) ((-1191 . -232) 66127) ((-1132 . -628) 65925) ((-171 . -1171) 65904) ((-1192 . -729) 65745) ((-1186 . -729) 65541) ((-983 . -113) T) ((-905 . -102) T) ((-1176 . -686) 65525) ((-1145 . -729) 65422) ((-1043 . -132) T) ((-366 . -414) 65373) ((-363 . -414) 65324) ((-355 . -414) 65275) ((-981 . -379) 65228) ((-811 . -526) 65140) ((-305 . -626) NIL) ((-305 . -625) 65122) ((-927 . -464) T) ((-922 . -296) 65101) ((-827 . -379) 65080) ((-522 . -521) 65059) ((-520 . -521) 65038) ((-884 . -909) 64959) ((-499 . -296) NIL) ((-494 . -298) 64936) ((-430 . -300) T) ((-365 . -132) T) ((-219 . -296) NIL) ((-706 . -505) NIL) ((-99 . -1131) T) ((-40 . -234) 64867) ((-171 . -38) 64695) ((-969 . -917) 64676) ((-1270 . -992) 64638) ((-1166 . -319) 64576) ((-493 . -917) 64553) ((-1249 . -992) 64522) ((-927 . -414) T) ((-1132 . -1068) 64500) ((-1272 . -568) T) ((-1169 . -616) 64479) ((-112 . -862) T) ((-1082 . -501) 64410) ((-592 . -21) T) ((-592 . -25) T) ((-576 . -21) T) ((-576 . -25) T) ((-507 . -25) T) ((-507 . -21) T) ((-1259 . -1171) 64388) ((-1132 . -238) 64340) ((-48 . -132) T) ((-1217 . -102) T) ((-245 . -1119) 64092) ((-883 . -412) 64069) ((-1107 . -102) T) ((-1095 . -102) T) ((-620 . -102) T) ((-487 . -102) T) ((-1259 . -38) 63898) ((-867 . -38) 63868) ((-1053 . -1070) 63842) ((-743 . -174) 63753) ((-665 . -625) 63735) ((-657 . -1102) T) ((-1053 . -652) 63719) ((-583 . -38) 63706) ((-989 . -502) 63687) ((-989 . -625) 63653) ((-975 . -102) 63583) ((-876 . -625) 63565) ((-876 . -626) 63487) ((-605 . -526) NIL) ((-1315 . -1131) T) ((-1278 . -1077) T) ((-1271 . -1077) T) ((-1270 . -909) 63391) ((-1250 . -1077) T) ((-1249 . -909) 63186) ((-332 . -1070) 63168) ((-1230 . -148) 63147) ((-1230 . -146) 63126) ((-1203 . -102) T) ((-1202 . -102) T) ((-1201 . -102) T) ((-332 . -652) 63108) ((-713 . -1236) T) ((-1193 . -174) 63059) ((-1192 . -174) 62990) ((-1186 . -174) 62921) ((-1170 . -628) 62902) ((-608 . -1077) T) ((-607 . -1077) T) ((-1145 . -174) 62853) ((-1023 . -1119) T) ((-390 . -1070) 62818) ((-135 . -1236) T) ((-117 . -1236) T) ((-990 . -1119) T) ((-931 . -1119) T) ((-883 . -917) NIL) ((-390 . -652) 62783) ((-811 . -809) 62767) ((-711 . -25) T) ((-711 . -21) T) ((-118 . -651) 62744) ((-713 . -899) 62726) ((-439 . -1119) T) ((-326 . -1240) 62705) ((-323 . -1240) T) ((-171 . -412) 62689) ((-848 . -1070) 62659) ((-486 . -992) 62621) ((-129 . -102) T) ((-72 . -625) 62603) ((-131 . -102) T) ((-839 . -1070) 62587) ((-108 . -807) T) ((-108 . -804) T) ((-713 . -1057) 62569) ((-326 . -568) 62548) ((-323 . -568) T) ((-848 . -652) 62518) ((-839 . -652) 62488) ((-1315 . -23) T) ((-135 . -1057) 62470) ((-96 . -628) 62451) ((-1012 . -658) 62433) ((-494 . -1075) 62354) ((-45 . -298) 62279) ((-245 . -729) 62221) ((-529 . -102) T) ((-494 . -111) 62137) ((-1111 . -102) 62107) ((-1053 . -102) T) ((-1191 . -658) 62017) ((-1144 . -658) 61927) ((-866 . -658) 61886) ((-656 . -840) 61865) ((-743 . -526) 61808) ((-1073 . -1075) 61792) ((-171 . -917) 61715) ((-1154 . -93) T) ((-1082 . -296) 61690) ((-635 . -21) T) ((-635 . -25) T) ((-536 . -1119) T) ((-682 . -660) 61628) ((-372 . -102) T) ((-332 . -102) T) ((-396 . -1075) 61612) ((-1073 . -111) 61591) ((-828 . -423) 61575) ((-118 . -25) T) ((-89 . -625) 61557) ((-118 . -21) T) ((-620 . -319) 61352) ((-1169 . -626) NIL) ((-487 . -319) 61156) ((-350 . -1236) T) ((-176 . -1236) T) ((-396 . -111) 61135) ((-390 . -102) T) ((-216 . -625) 61117) ((-1169 . -625) 61099) ((-786 . -1236) T) ((-1186 . -526) 60868) ((-1023 . -729) 60818) ((-1145 . -526) 60788) ((-931 . -729) 60740) ((-494 . -628) 60538) ((-362 . -317) T) ((-1208 . -152) 60488) ((-486 . -909) 60369) ((-975 . -319) 60307) ((-848 . -102) T) ((-439 . -729) 60291) ((-227 . -840) T) ((-839 . -102) T) ((-837 . -102) T) ((-1308 . -660) 60265) ((-1270 . -1269) 60244) ((-491 . -152) 60194) ((-1270 . -1264) 60164) ((-1139 . -1240) T) ((-350 . -1057) 60131) ((-1270 . -1267) 60115) ((-1259 . -917) 60022) ((-1249 . -1248) 60001) ((-80 . -625) 59983) ((-922 . -625) 59965) ((-1249 . -1264) 59942) ((-1139 . -568) T) ((-938 . -862) T) ((-783 . -862) T) ((-684 . -862) T) ((-499 . -626) 59872) ((-499 . -625) 59813) ((-390 . -294) T) ((-1249 . -1246) 59797) ((-1272 . -1131) T) ((-219 . -626) 59727) ((-219 . -625) 59668) ((-1082 . -616) 59643) ((-830 . -628) 59627) ((-576 . -234) 59614) ((-528 . -152) 59598) ((-59 . -152) 59582) ((-508 . -152) 59566) ((-507 . -234) 59553) ((-370 . -1305) 59537) ((-364 . -1305) 59521) ((-356 . -1305) 59505) ((-326 . -374) 59484) ((-323 . -374) T) ((-494 . -1068) 59462) ((-706 . -651) 59444) ((-1306 . -660) 59418) ((-129 . -319) NIL) ((-1272 . -23) T) ((-701 . -501) 59402) ((-64 . -625) 59384) ((-1132 . -807) 59363) ((-1132 . -804) 59342) ((-562 . -501) 59279) ((-682 . -34) T) ((-494 . -238) 59231) ((-305 . -298) 59210) ((-828 . -1077) T) ((-44 . -660) 59168) ((-1099 . -379) 59119) ((-743 . -300) 59050) ((-532 . -526) 58983) ((-829 . -1075) 58934) ((-1106 . -146) 58913) ((-561 . -625) 58895) ((-370 . -379) 58874) ((-364 . -379) 58853) ((-356 . -379) 58832) ((-1106 . -148) 58811) ((-985 . -1236) T) ((-883 . -272) 58788) ((-883 . -232) 58765) ((-829 . -111) 58707) ((-794 . -146) 58686) ((-273 . -966) 58653) ((-253 . -966) 58598) ((-794 . -148) 58577) ((-792 . -146) 58556) ((-792 . -148) 58535) ((-153 . -660) 58509) ((-591 . -1119) T) ((-465 . -296) 58472) ((-466 . -148) 58451) ((-466 . -146) 58430) ((-682 . -738) T) ((-835 . -625) 58412) ((-1278 . -1119) T) ((-1271 . -1119) T) ((-1250 . -1119) T) ((-1230 . -1224) 58378) ((-1230 . -1221) 58344) ((-1193 . -300) 58323) ((-1192 . -300) 58274) ((-1186 . -300) 58225) ((-1145 . -300) 58204) ((-350 . -915) 58185) ((-1023 . -174) T) ((-931 . -174) T) ((-706 . -21) T) ((-706 . -25) T) ((-227 . -658) 58135) ((-608 . -1119) T) ((-607 . -1119) T) ((-486 . -1267) 58119) ((-486 . -1264) 58089) ((-430 . -296) 58017) ((-559 . -862) T) ((-326 . -1131) 57866) ((-323 . -1131) T) ((-1230 . -35) 57832) ((-1230 . -95) 57798) ((-84 . -625) 57780) ((-91 . -102) 57730) ((-1315 . -132) T) ((-726 . -1070) 57700) ((-604 . -628) 57681) ((-593 . -146) T) ((-593 . -148) 57663) ((-530 . -148) 57645) ((-530 . -146) T) ((-726 . -652) 57615) ((-326 . -23) 57467) ((-40 . -353) 57441) ((-323 . -23) T) ((-829 . -628) 57355) ((-1177 . -663) 57337) ((-1301 . -1077) T) ((-1177 . -384) 57319) ((-1115 . -102) T) ((-827 . -660) 57152) ((-1109 . -102) T) ((-1092 . -102) T) ((-171 . -272) 57136) ((-171 . -232) 57120) ((-1085 . -102) T) ((-1055 . -102) T) ((-1038 . -102) T) ((-605 . -501) 57102) ((-638 . -102) T) ((-245 . -526) 57035) ((-495 . -102) T) ((-1308 . -738) T) ((-1306 . -738) T) ((-220 . -102) T) ((-1197 . -1075) 56918) ((-1298 . -111) 56883) ((-1081 . -658) 56855) ((-1298 . -1075) 56825) ((-969 . -658) 56735) ((-1278 . -729) 56632) ((-1197 . -111) 56501) ((-1053 . -38) 56485) ((-888 . -1102) T) ((-873 . -175) T) ((-493 . -658) 56395) ((-273 . -909) 56301) ((-253 . -909) 56276) ((-829 . -1068) T) ((-693 . -1102) T) ((-688 . -1102) T) ((-635 . -234) 56221) ((-527 . -102) T) ((-522 . -102) T) ((-48 . -651) 56181) ((-520 . -102) T) ((-490 . -1102) T) ((-118 . -234) NIL) ((-3 . -1236) T) ((-139 . -1102) T) ((-138 . -1102) T) ((-134 . -1102) T) ((-845 . -1236) T) ((-829 . -238) T) ((-829 . -248) 56160) ((-1271 . -729) 56001) ((-1259 . -272) 55985) ((-1259 . -232) 55969) ((-1241 . -625) 55951) ((-562 . -296) 55930) ((-1082 . -626) NIL) ((-1082 . -625) 55912) ((-618 . -93) T) ((-683 . -93) T) ((0 . -1236) T) ((-49 . -1236) T) ((-182 . -93) T) ((-162 . -93) T) ((-157 . -93) T) ((-155 . -93) T) ((-1250 . -729) 55708) ((-1022 . -937) T) ((-153 . -738) T) ((-1197 . -628) 55561) ((-1132 . -379) 55540) ((-1043 . -25) T) ((-1023 . -526) NIL) ((-258 . -423) 55509) ((-257 . -423) 55478) ((-1043 . -21) T) ((-884 . -1070) 55430) ((-608 . -729) 55403) ((-607 . -729) 55300) ((-811 . -296) 55258) ((-127 . -102) 55208) ((-845 . -1057) 55104) ((-171 . -840) 55083) ((-329 . -660) 54980) ((-827 . -34) T) ((-726 . -102) T) ((-1139 . -1131) T) ((-1045 . -1236) T) ((-884 . -652) 54932) ((-390 . -38) 54897) ((-365 . -25) T) ((-365 . -21) T) ((-189 . -102) T) ((-163 . -102) T) ((-255 . -102) T) ((-158 . -102) T) ((-366 . -1293) 54881) ((-363 . -1293) 54865) ((-355 . -1293) 54849) ((-171 . -360) 54828) ((-576 . -862) T) ((-1106 . -237) 54779) ((-1139 . -23) T) ((-87 . -625) 54761) ((-794 . -237) T) ((-713 . -317) T) ((-848 . -38) 54731) ((-839 . -38) 54701) ((-1298 . -628) 54643) ((-1272 . -132) T) ((-1169 . -298) 54622) ((-981 . -738) 54521) ((-981 . -805) 54474) ((-981 . -806) 54427) ((-117 . -317) T) ((-91 . -319) 54365) ((-687 . -34) T) ((-562 . -616) 54344) ((-48 . -25) T) ((-48 . -21) T) ((-827 . -806) 54323) ((-827 . -805) 54302) ((-713 . -1041) T) ((-665 . -1075) 54286) ((-883 . -658) 54216) ((-827 . -738) 54194) ((-402 . -1236) T) ((-981 . -485) 54147) ((-494 . -807) 54126) ((-494 . -804) 54105) ((-927 . -1293) 54092) ((-1197 . -1068) T) ((-633 . -1236) T) ((-665 . -111) 54071) ((-1197 . -336) 54048) ((-1222 . -102) 53998) ((-1120 . -625) 53980) ((-713 . -557) T) ((-828 . -1119) T) ((-593 . -237) T) ((-530 . -237) T) ((-1298 . -1068) T) ((-1154 . -502) 53961) ((-1242 . -102) T) ((-425 . -1119) T) ((-1154 . -625) 53927) ((-258 . -1077) 53905) ((-257 . -1077) 53883) ((-850 . -102) T) ((-299 . -660) 53870) ((-605 . -296) 53820) ((-701 . -699) 53778) ((-1311 . -1236) T) ((-1286 . -862) 53757) ((-980 . -625) 53739) ((-884 . -102) T) ((-747 . -625) 53721) ((-727 . -625) 53703) ((-1278 . -174) 53654) ((-1271 . -174) 53585) ((-1250 . -174) 53516) ((-711 . -862) T) ((-1023 . -300) T) ((-465 . -625) 53498) ((-639 . -738) T) ((-60 . -1119) 53476) ((-250 . -152) 53460) ((-1270 . -652) 53301) ((-931 . -300) T) ((-1043 . -1031) T) ((-639 . -485) T) ((-724 . -1240) 53280) ((-706 . -234) NIL) ((-665 . -628) 53198) ((-171 . -658) 53093) ((-1270 . -1070) 52928) ((-608 . -174) 52907) ((-607 . -174) 52858) ((-1249 . -652) 52672) ((-1249 . -1070) 52480) ((-1244 . -1236) T) ((-724 . -568) 52391) ((-419 . -832) 52370) ((-419 . -937) T) ((-329 . -806) T) ((-489 . -1236) T) ((-989 . -628) 52351) ((-329 . -738) T) ((-656 . -1168) 52335) ((-430 . -625) 52317) ((-430 . -626) 52224) ((-110 . -663) 52206) ((-326 . -132) 52077) ((-176 . -317) T) ((-127 . -319) 52015) ((-410 . -1236) T) ((-110 . -384) 51997) ((-323 . -132) T) ((-69 . -407) T) ((-110 . -124) T) ((-532 . -501) 51981) ((-666 . -1131) T) ((-605 . -19) 51963) ((-61 . -453) T) ((-61 . -407) T) ((-836 . -1119) T) ((-605 . -616) 51938) ((-489 . -1057) 51898) ((-665 . -1068) T) ((-666 . -23) T) ((-1301 . -1119) T) ((-31 . -102) T) ((-1259 . -658) 51808) ((-867 . -658) 51767) ((-828 . -729) 51616) ((-1288 . -1236) T) ((-589 . -872) T) ((-583 . -658) 51588) ((-118 . -862) NIL) ((-1191 . -423) 51572) ((-1144 . -423) 51556) ((-866 . -423) 51540) ((-885 . -102) 51491) ((-1270 . -102) T) ((-1250 . -526) 51260) ((-1249 . -102) T) ((-1222 . -319) 51198) ((-1193 . -296) 51163) ((-1192 . -296) 51121) ((-537 . -93) T) ((-1186 . -296) 50949) ((-322 . -625) 50931) ((-1121 . -1119) T) ((-1099 . -660) 50805) ((-723 . -464) T) ((-701 . -625) 50737) ((-299 . -738) T) ((-108 . -926) NIL) ((-701 . -626) 50698) ((-613 . -625) 50680) ((-589 . -625) 50662) ((-562 . -626) NIL) ((-562 . -625) 50644) ((-541 . -625) 50626) ((-523 . -521) 50605) ((-499 . -1075) 50555) ((-486 . -1070) 50390) ((-519 . -521) 50369) ((-486 . -652) 50210) ((-219 . -1075) 50160) ((-370 . -660) 50112) ((-364 . -660) 50064) ((-227 . -860) T) ((-356 . -660) 50016) ((-614 . -102) 49946) ((-499 . -111) 49880) ((-494 . -379) 49859) ((-108 . -660) 49809) ((-365 . -234) 49796) ((-245 . -501) 49780) ((-354 . -148) 49762) ((-354 . -146) T) ((-171 . -381) 49733) ((-960 . -1284) 49717) ((-105 . -1236) T) ((-219 . -111) 49651) ((-884 . -319) 49616) ((-960 . -1119) 49566) ((-811 . -626) 49527) ((-811 . -625) 49509) ((-730 . -102) T) ((-1310 . -1236) T) ((-392 . -1236) T) ((-341 . -1119) T) ((-216 . -628) 49486) ((-1139 . -132) T) ((-726 . -38) 49456) ((-326 . -505) 49435) ((-543 . -1236) T) ((-512 . -1236) T) ((-1270 . -294) 49401) ((-1249 . -294) 49367) ((-337 . -152) 49351) ((-451 . -1119) T) ((-1235 . -1236) T) ((-1082 . -298) 49326) ((-1301 . -729) 49296) ((-48 . -234) 49283) ((-1178 . -34) T) ((-1310 . -1057) 49260) ((-496 . -34) T) ((-480 . -625) 49242) ((-256 . -296) 49216) ((-392 . -1057) 49200) ((-1191 . -1077) T) ((-1144 . -1077) T) ((-866 . -1077) T) ((-1081 . -860) T) ((-499 . -628) 49150) ((-219 . -628) 49100) ((-828 . -174) 49011) ((-532 . -296) 48963) ((-1278 . -300) 48942) ((-1217 . -375) 48916) ((-1107 . -275) 48900) ((-683 . -502) 48881) ((-683 . -625) 48847) ((-618 . -502) 48828) ((-118 . -1011) 48805) ((-618 . -625) 48755) ((-486 . -102) T) ((-182 . -502) 48736) ((-182 . -625) 48702) ((-162 . -502) 48683) ((-162 . -625) 48649) ((-157 . -502) 48630) ((-155 . -502) 48611) ((-157 . -625) 48577) ((-376 . -1119) T) ((-258 . -1119) T) ((-257 . -1119) T) ((-155 . -625) 48543) ((-1271 . -300) 48494) ((-1250 . -300) 48445) ((-884 . -1171) 48423) ((-1193 . -1021) 48389) ((-620 . -375) 48329) ((-1192 . -1021) 48295) ((-620 . -231) 48242) ((-706 . -862) T) ((-605 . -625) 48224) ((-605 . -626) NIL) ((-487 . -231) 48174) ((-499 . -1068) T) ((-1186 . -1021) 48140) ((-88 . -452) T) ((-88 . -407) T) ((-219 . -1068) T) ((-1145 . -1021) 48106) ((-1099 . -738) T) ((-724 . -1131) T) ((-608 . -300) 48085) ((-607 . -300) 48064) ((-499 . -248) T) ((-499 . -238) T) ((-219 . -248) T) ((-219 . -238) T) ((-1184 . -625) 48046) ((-884 . -38) 47998) ((-370 . -738) T) ((-364 . -738) T) ((-356 . -738) T) ((-108 . -806) T) ((-108 . -803) T) ((-724 . -23) T) ((-108 . -738) T) ((-532 . -1274) 47982) ((-1315 . -25) T) ((-486 . -294) 47948) ((-1315 . -21) T) ((-1249 . -319) 47887) ((-1195 . -102) T) ((-40 . -146) 47859) ((-40 . -148) 47831) ((-532 . -616) 47808) ((-1132 . -660) 47641) ((-614 . -319) 47579) ((-45 . -663) 47529) ((-45 . -678) 47479) ((-45 . -384) 47429) ((-1177 . -34) T) ((-883 . -860) NIL) ((-666 . -132) T) ((-497 . -625) 47411) ((-245 . -296) 47388) ((-1101 . -1236) T) ((-188 . -1119) T) ((-1106 . -464) 47339) ((-828 . -526) 47213) ((-794 . -464) 47144) ((-676 . -1070) 47128) ((-659 . -34) T) ((-644 . -34) T) ((-676 . -652) 47112) ((-366 . -1070) 47064) ((-354 . -237) T) ((-363 . -1070) 47016) ((-355 . -1070) 46968) ((-273 . -1070) 46811) ((-253 . -1070) 46654) ((-792 . -464) 46605) ((-366 . -652) 46557) ((-363 . -652) 46509) ((-355 . -652) 46461) ((-273 . -652) 46310) ((-253 . -652) 46159) ((-466 . -464) 46110) ((-969 . -423) 46094) ((-743 . -625) 46076) ((-258 . -729) 46018) ((-257 . -729) 45960) ((-743 . -626) 45821) ((-493 . -423) 45805) ((-350 . -312) T) ((-536 . -93) T) ((-362 . -937) T) ((-1019 . -102) 45755) ((-927 . -1070) 45720) ((-1043 . -862) T) ((-60 . -526) 45653) ((-927 . -652) 45618) ((-1249 . -1171) 45570) ((-1023 . -296) NIL) ((-227 . -1077) T) ((-390 . -840) T) ((-1132 . -34) T) ((-593 . -464) T) ((-530 . -464) T) ((-1253 . -1112) 45554) ((-1253 . -1119) 45532) ((-245 . -616) 45509) ((-1253 . -1114) 45466) ((-1193 . -625) 45448) ((-1192 . -625) 45430) ((-1186 . -625) 45412) ((-1186 . -626) NIL) ((-1145 . -625) 45394) ((-884 . -412) 45378) ((-609 . -102) T) ((-597 . -102) T) ((-548 . -102) T) ((-1270 . -38) 45219) ((-1249 . -38) 45033) ((-130 . -1236) T) ((-52 . -1236) T) ((-882 . -148) T) ((-593 . -414) T) ((-530 . -414) T) ((-1282 . -102) T) ((-1272 . -21) T) ((-1272 . -25) T) ((-1208 . -102) T) ((-1132 . -806) 45012) ((-1132 . -805) 44991) ((-1012 . -1119) T) ((-1046 . -34) T) ((-874 . -1119) T) ((-1132 . -738) 44969) ((-676 . -102) T) ((-657 . -102) T) ((-562 . -298) 44948) ((-488 . -34) T) ((-475 . -34) T) ((-366 . -102) T) ((-363 . -102) T) ((-321 . -1236) T) ((-355 . -102) T) ((-273 . -102) T) ((-253 . -102) T) ((-489 . -317) T) ((-1081 . -1077) T) ((-969 . -1077) T) ((-326 . -651) 44854) ((-323 . -651) 44815) ((-1191 . -1119) T) ((-493 . -1077) T) ((-491 . -102) T) ((-448 . -625) 44797) ((-1144 . -1119) T) ((-256 . -625) 44779) ((-866 . -1119) T) ((-1160 . -102) T) ((-828 . -300) 44710) ((-980 . -1075) 44593) ((-489 . -1041) T) ((-884 . -917) 44516) ((-747 . -1075) 44486) ((-1053 . -658) 44445) ((-1166 . -1140) 44429) ((-465 . -1075) 44399) ((-1121 . -526) 44332) ((-980 . -111) 44201) ((-927 . -102) T) ((-40 . -237) 44138) ((-747 . -111) 44103) ((-537 . -502) 44084) ((-537 . -625) 44050) ((-59 . -102) 43980) ((-532 . -626) 43941) ((-532 . -625) 43853) ((-531 . -102) 43803) ((-528 . -102) 43733) ((-509 . -102) 43683) ((-508 . -102) 43613) ((-465 . -111) 43576) ((-332 . -658) 43558) ((-430 . -1075) 43532) ((-1230 . -992) 43494) ((-1018 . -1131) T) ((-390 . -658) 43444) ((-1154 . -628) 43425) ((-960 . -526) 43358) ((-499 . -807) T) ((-486 . -38) 43199) ((-430 . -111) 43166) ((-499 . -804) T) ((-1019 . -319) 43104) ((-219 . -807) T) ((-219 . -804) T) ((-1018 . -23) T) ((-724 . -132) T) ((-1249 . -412) 43074) ((-848 . -658) 43019) ((-839 . -658) 42978) ((-326 . -25) 42830) ((-171 . -423) 42814) ((-326 . -21) 42685) ((-323 . -25) T) ((-323 . -21) T) ((-876 . -379) T) ((-980 . -628) 42538) ((-110 . -34) T) ((-747 . -628) 42494) ((-727 . -628) 42476) ((-494 . -660) 42309) ((-883 . -1077) T) ((-605 . -298) 42284) ((-592 . -148) T) ((-576 . -148) T) ((-507 . -148) T) ((-1191 . -729) 42113) ((-1076 . -102) 42091) ((-1144 . -729) 41940) ((-1139 . -651) 41922) ((-866 . -729) 41892) ((-682 . -1236) T) ((-1 . -102) T) ((-560 . -1236) T) ((-430 . -628) 41800) ((-245 . -625) 41493) ((-1134 . -1119) T) ((-1259 . -423) 41477) ((-1208 . -319) 41281) ((-980 . -1068) T) ((-747 . -1068) T) ((-727 . -1068) T) ((-656 . -1119) 41231) ((-1073 . -660) 41215) ((-867 . -423) 41199) ((-523 . -102) T) ((-519 . -102) T) ((-273 . -319) 41186) ((-253 . -319) 41173) ((-1270 . -917) 41079) ((-980 . -336) 41058) ((-1249 . -917) 40855) ((-396 . -660) 40839) ((-682 . -1057) 40735) ((-491 . -319) 40539) ((-258 . -526) 40472) ((-257 . -526) 40405) ((-1160 . -319) 40331) ((-1230 . -909) 40310) ((-831 . -1119) T) ((-811 . -1075) 40294) ((-1278 . -296) 40259) ((-1271 . -296) 40217) ((-1250 . -296) 40045) ((-398 . -1119) T) ((-334 . -1119) T) ((-430 . -1068) T) ((-171 . -1077) T) ((-59 . -319) 39983) ((-811 . -111) 39962) ((-607 . -296) 39927) ((-531 . -319) 39865) ((-528 . -319) 39803) ((-509 . -319) 39741) ((-508 . -319) 39679) ((-430 . -238) 39658) ((-494 . -34) T) ((-227 . -1119) T) ((-1023 . -626) 39588) ((-1023 . -625) 39548) ((-990 . -625) 39508) ((-931 . -625) 39490) ((-711 . -148) T) ((-1308 . -1236) T) ((-1306 . -1236) T) ((-713 . -937) T) ((-713 . -832) T) ((-439 . -625) 39472) ((-1139 . -21) T) ((-1139 . -25) T) ((-682 . -388) 39456) ((-117 . -937) T) ((-884 . -272) 39440) ((-884 . -232) 39424) ((-44 . -1236) T) ((-78 . -1236) T) ((-127 . -126) 39408) ((-1073 . -34) T) ((-1308 . -1057) 39382) ((-1306 . -1057) 39339) ((-1259 . -1077) T) ((-867 . -1077) T) ((-366 . -1171) 39318) ((-363 . -1171) 39297) ((-355 . -1171) 39276) ((-494 . -806) 39255) ((-494 . -805) 39234) ((-229 . -34) T) ((-494 . -738) 39212) ((-811 . -628) 39058) ((-674 . -1070) 39042) ((-60 . -501) 39026) ((-583 . -1077) T) ((-1191 . -174) 38917) ((-674 . -652) 38901) ((-486 . -917) 38807) ((-153 . -1236) T) ((-1144 . -174) 38718) ((-1081 . -1119) T) ((-1106 . -966) 38663) ((-969 . -1119) T) ((-829 . -660) 38614) ((-794 . -966) 38583) ((-725 . -1119) T) ((-792 . -966) 38550) ((-528 . -292) 38534) ((-682 . -915) 38493) ((-493 . -1119) T) ((-466 . -966) 38460) ((-79 . -1236) T) ((-366 . -38) 38425) ((-363 . -38) 38390) ((-355 . -38) 38355) ((-273 . -38) 38204) ((-253 . -38) 38053) ((-927 . -1171) T) ((-536 . -502) 38034) ((-635 . -148) 38013) ((-635 . -146) 37992) ((-536 . -625) 37958) ((-118 . -148) T) ((-118 . -146) NIL) ((-426 . -738) T) ((-811 . -1068) T) ((-576 . -237) T) ((-507 . -237) T) ((-354 . -464) T) ((-1278 . -1021) 37924) ((-1271 . -1021) 37890) ((-1250 . -1021) 37856) ((-927 . -38) 37821) ((-227 . -729) 37786) ((-1018 . -132) T) ((-329 . -47) 37756) ((-40 . -421) 37728) ((-141 . -625) 37710) ((-981 . -1236) T) ((-827 . -1236) T) ((-176 . -937) T) ((-561 . -379) T) ((-726 . -658) 37655) ((-618 . -628) 37636) ((-354 . -414) T) ((-683 . -628) 37617) ((-323 . -234) NIL) ((-182 . -628) 37598) ((-162 . -628) 37579) ((-157 . -628) 37560) ((-155 . -628) 37541) ((-532 . -298) 37518) ((-1249 . -232) 37488) ((-1249 . -272) 37458) ((-1233 . -1236) 37436) ((-1197 . -660) 37361) ((-888 . -102) T) ((-827 . -1057) 37188) ((-45 . -34) T) ((-693 . -102) T) ((-688 . -102) T) ((-674 . -102) T) ((-666 . -21) T) ((-666 . -25) T) ((-1121 . -501) 37172) ((-687 . -1236) T) ((-490 . -102) T) ((-250 . -102) 37102) ((-558 . -856) T) ((-139 . -102) T) ((-138 . -102) T) ((-134 . -102) T) ((-1106 . -909) 36997) ((-883 . -1119) T) ((-1191 . -526) 36944) ((-1081 . -729) 36931) ((-794 . -909) 36834) ((-743 . -1075) 36677) ((-792 . -909) 36659) ((-969 . -729) 36508) ((-1144 . -526) 36460) ((-1297 . -1119) T) ((-1296 . -1119) T) ((-466 . -909) 36435) ((-493 . -729) 36284) ((-67 . -625) 36266) ((-639 . -1236) T) ((-743 . -111) 36095) ((-960 . -501) 36079) ((-1298 . -660) 36039) ((-1193 . -1075) 35922) ((-829 . -738) T) ((-1192 . -1075) 35757) ((-1186 . -1075) 35547) ((-329 . -1236) T) ((-1145 . -1075) 35430) ((-1022 . -1240) T) ((-1113 . -102) 35408) ((-827 . -388) 35377) ((-591 . -625) 35359) ((-558 . -1119) T) ((-1022 . -568) T) ((-1193 . -111) 35228) ((-1192 . -111) 35049) ((-1186 . -111) 34818) ((-1145 . -111) 34687) ((-1124 . -1122) 34651) ((-390 . -860) T) ((-1278 . -625) 34633) ((-1271 . -625) 34615) ((-884 . -658) 34552) ((-1250 . -625) 34534) ((-1250 . -626) NIL) ((-245 . -298) 34511) ((-40 . -464) T) ((-227 . -174) T) ((-171 . -1119) T) ((-743 . -628) 34296) ((-706 . -148) T) ((-706 . -146) NIL) ((-608 . -625) 34278) ((-607 . -625) 34260) ((-1139 . -234) 34247) ((-913 . -1119) T) ((-853 . -1119) T) ((-820 . -1119) T) ((-273 . -917) 34157) ((-253 . -917) 34134) ((-781 . -1119) T) ((-689 . -1119) T) ((-670 . -864) 34118) ((-635 . -237) 34069) ((-827 . -915) 34001) ((-1241 . -379) T) ((-40 . -414) NIL) ((-118 . -237) NIL) ((-1193 . -628) 33883) ((-1139 . -673) T) ((-883 . -729) 33828) ((-258 . -501) 33812) ((-257 . -501) 33796) ((-1192 . -628) 33539) ((-1186 . -628) 33334) ((-724 . -651) 33282) ((-665 . -660) 33256) ((-1145 . -628) 33138) ((-305 . -34) T) ((-1139 . -113) T) ((-743 . -1068) T) ((-593 . -1293) 33125) ((-530 . -1293) 33102) ((-1259 . -1119) T) ((-1191 . -300) 33013) ((-1144 . -300) 32944) ((-1081 . -174) T) ((-299 . -1236) T) ((-867 . -1119) T) ((-969 . -174) 32855) ((-794 . -1262) 32839) ((-656 . -526) 32772) ((-77 . -625) 32754) ((-743 . -336) 32719) ((-1197 . -738) T) ((-583 . -1119) T) ((-493 . -174) 32630) ((-250 . -319) 32568) ((-1161 . -1131) T) ((-70 . -625) 32550) ((-1298 . -738) T) ((-1193 . -1068) T) ((-1192 . -1068) T) ((-1186 . -1068) T) ((-337 . -102) 32480) ((-1161 . -23) T) ((-2 . -1236) T) ((-1145 . -1068) T) ((-91 . -1140) 32464) ((-878 . -1131) T) ((-1193 . -238) 32423) ((-1192 . -248) 32402) ((-1192 . -238) 32354) ((-1186 . -238) 32241) ((-1186 . -248) 32220) ((-329 . -915) 32126) ((-878 . -23) T) ((-171 . -729) 31954) ((-419 . -1240) T) ((-1120 . -379) T) ((-1022 . -374) T) ((-882 . -464) T) ((-1043 . -148) T) ((-960 . -296) 31906) ((-323 . -862) NIL) ((-1270 . -658) 31788) ((-886 . -102) T) ((-1249 . -658) 31643) ((-724 . -25) T) ((-419 . -568) T) ((-724 . -21) T) ((-537 . -628) 31624) ((-365 . -148) 31606) ((-365 . -146) T) ((-1166 . -1119) 31584) ((-465 . -732) T) ((-75 . -625) 31566) ((-115 . -862) T) ((-250 . -292) 31550) ((-245 . -1075) 31471) ((-81 . -625) 31453) ((-747 . -379) 31406) ((-1195 . -840) T) ((-749 . -240) 31390) ((-1178 . -1236) T) ((-142 . -240) 31372) ((-245 . -111) 31288) ((-1259 . -729) 31117) ((-48 . -148) T) ((-883 . -174) T) ((-867 . -729) 31087) ((-496 . -1236) T) ((-969 . -526) 31034) ((-665 . -738) T) ((-583 . -729) 31021) ((-1053 . -1077) T) ((-706 . -237) NIL) ((-493 . -526) 30964) ((-960 . -19) 30948) ((-960 . -616) 30925) ((-1099 . -1236) T) ((-1080 . -1236) T) ((-828 . -626) NIL) ((-828 . -625) 30907) ((-1230 . -652) 30804) ((-1230 . -1070) 30687) ((-1023 . -1075) 30637) ((-425 . -625) 30619) ((-258 . -296) 30596) ((-370 . -1236) T) ((-364 . -1236) T) ((-356 . -1236) T) ((-257 . -296) 30573) ((-499 . -926) NIL) ((-326 . -29) 30543) ((-108 . -1236) T) ((-1022 . -1131) T) ((-219 . -926) NIL) ((-1099 . -1057) 30439) ((-931 . -1075) 30391) ((-1023 . -111) 30325) ((-1022 . -23) T) ((-723 . -1070) 30290) ((-931 . -111) 30228) ((-749 . -707) 30212) ((-723 . -652) 30177) ((-273 . -272) 30161) ((-273 . -232) 30145) ((-439 . -1075) 30129) ((-390 . -1077) T) ((-245 . -628) 29927) ((-706 . -1224) NIL) ((-499 . -660) 29877) ((-486 . -658) 29759) ((-108 . -897) 29741) ((-108 . -899) 29723) ((-706 . -1221) NIL) ((-219 . -660) 29673) ((-370 . -1057) 29657) ((-364 . -1057) 29641) ((-337 . -319) 29579) ((-356 . -1057) 29563) ((-227 . -300) T) ((-439 . -111) 29542) ((-60 . -625) 29474) ((-171 . -174) T) ((-1139 . -862) T) ((-108 . -1057) 29434) ((-905 . -1119) T) ((-848 . -1077) T) ((-839 . -1077) T) ((-706 . -35) NIL) ((-706 . -95) NIL) ((-323 . -1011) 29395) ((-185 . -102) T) ((-592 . -464) T) ((-576 . -464) T) ((-507 . -464) T) ((-1309 . -1131) T) ((-1309 . -23) T) ((-1301 . -625) 29377) ((-419 . -374) T) ((-1259 . -174) 29268) ((-1230 . -102) T) ((-1217 . -1119) T) ((-1208 . -231) 29218) ((-1185 . -1236) T) ((-245 . -1068) 29196) ((-1013 . -1236) T) ((-1169 . -34) T) ((-1202 . -856) T) ((-1201 . -856) T) ((-1186 . -804) NIL) ((-489 . -937) T) ((-1018 . -651) 29144) ((-258 . -616) 29121) ((-257 . -616) 29098) ((-1186 . -807) NIL) ((-1177 . -1236) T) ((-1099 . -388) 29082) ((-883 . -526) 28990) ((-245 . -238) 28942) ((-1161 . -132) T) ((-1121 . -626) 28903) ((-1023 . -628) 28853) ((-1121 . -625) 28835) ((-931 . -628) 28772) ((-836 . -625) 28754) ((-1107 . -1119) T) ((-1099 . -915) 28687) ((-1095 . -1119) T) ((-1081 . -300) T) ((-1023 . -248) T) ((-1023 . -238) T) ((-1023 . -1068) T) ((-439 . -628) 28656) ((-108 . -388) 28638) ((-108 . -349) 28620) ((-975 . -1119) 28570) ((-969 . -300) 28501) ((-811 . -379) 28480) ((-931 . -1068) T) ((-723 . -102) T) ((-659 . -1236) T) ((-644 . -1236) T) ((-620 . -1119) T) ((-620 . -622) 28456) ((-598 . -1070) 28431) ((-493 . -300) 28362) ((-583 . -174) T) ((-337 . -292) 28346) ((-365 . -237) T) ((-598 . -652) 28321) ((-366 . -360) 28300) ((-363 . -360) 28279) ((-355 . -360) 28258) ((-214 . -1236) T) ((-83 . -625) 28240) ((-213 . -1236) T) ((-211 . -1236) T) ((-210 . -1236) T) ((-209 . -1236) T) ((-208 . -1236) T) ((-205 . -1236) T) ((-204 . -1236) T) ((-203 . -1236) T) ((-202 . -1236) T) ((-487 . -1119) T) ((-201 . -1236) T) ((-273 . -260) 28202) ((-200 . -1236) T) ((-199 . -1236) T) ((-198 . -1236) T) ((-197 . -1236) T) ((-196 . -1236) T) ((-487 . -622) 28181) ((-195 . -1236) T) ((-283 . -1236) T) ((-282 . -1236) T) ((-281 . -1236) T) ((-280 . -1236) T) ((-491 . -231) 28131) ((-279 . -1236) T) ((-278 . -1236) T) ((-277 . -1236) T) ((-439 . -1068) T) ((-931 . -248) T) ((-878 . -132) T) ((-48 . -237) T) ((-711 . -464) T) ((-855 . -1131) 28110) ((-108 . -915) NIL) ((-1230 . -294) 28076) ((-1132 . -1236) T) ((-884 . -860) 28055) ((-1018 . -25) T) ((-922 . -738) T) ((-171 . -526) 27967) ((-1018 . -21) T) ((-922 . -485) T) ((-419 . -1131) T) ((-499 . -806) T) ((-499 . -803) T) ((-927 . -360) T) ((-499 . -738) T) ((-219 . -806) T) ((-219 . -803) T) ((-724 . -234) 27954) ((-219 . -738) T) ((-855 . -23) 27906) ((-1203 . -1119) T) ((-670 . -1070) 27890) ((-1202 . -1119) T) ((-536 . -628) 27871) ((-1201 . -1119) T) ((-329 . -317) 27850) ((-1054 . -240) 27796) ((-670 . -652) 27766) ((-419 . -23) T) ((-960 . -626) 27727) ((-960 . -625) 27639) ((-656 . -501) 27623) ((-45 . -1029) 27573) ((-1132 . -1057) 27400) ((-629 . -986) T) ((-503 . -102) T) ((-341 . -625) 27382) ((-1012 . -296) 27349) ((-605 . -663) 27331) ((-129 . -1119) T) ((-131 . -1119) T) ((-605 . -384) 27313) ((-354 . -1293) 27290) ((-451 . -625) 27272) ((-1259 . -526) 27219) ((-1106 . -1070) 27062) ((-1046 . -1236) T) ((-883 . -300) T) ((-1191 . -296) 26989) ((-1106 . -652) 26838) ((-1019 . -1014) 26822) ((-794 . -1070) 26645) ((-792 . -1070) 26488) ((-794 . -652) 26317) ((-792 . -652) 26166) ((-488 . -1236) T) ((-475 . -1236) T) ((-598 . -102) T) ((-473 . -1070) 26137) ((-466 . -1070) 25980) ((-676 . -658) 25949) ((-635 . -464) 25928) ((-473 . -652) 25899) ((-466 . -652) 25748) ((-366 . -658) 25685) ((-363 . -658) 25622) ((-355 . -658) 25559) ((-273 . -658) 25469) ((-253 . -658) 25379) ((-1301 . -393) 25351) ((-529 . -1119) T) ((-118 . -464) T) ((-1216 . -102) T) ((-1111 . -1119) 25321) ((-1053 . -1119) T) ((-1134 . -93) T) ((-906 . -862) T) ((-1278 . -111) 25190) ((-362 . -1240) T) ((-1278 . -1075) 25073) ((-1132 . -388) 25042) ((-1271 . -1075) 24877) ((-1250 . -1075) 24667) ((-1271 . -111) 24488) ((-1250 . -111) 24257) ((-1230 . -319) 24244) ((-1022 . -132) T) ((-927 . -658) 24194) ((-376 . -625) 24176) ((-362 . -568) T) ((-299 . -317) T) ((-608 . -1075) 24136) ((-607 . -1075) 24019) ((-593 . -1070) 23984) ((-530 . -1070) 23929) ((-372 . -1119) T) ((-332 . -1119) T) ((-258 . -625) 23890) ((-257 . -625) 23851) ((-593 . -652) 23816) ((-530 . -652) 23761) ((-706 . -421) 23728) ((-647 . -23) T) ((-619 . -23) T) ((-40 . -909) 23635) ((-670 . -102) T) ((-608 . -111) 23588) ((-607 . -111) 23457) ((-390 . -1119) T) ((-347 . -102) T) ((-171 . -300) 23368) ((-1249 . -860) 23321) ((-726 . -1077) T) ((-624 . -1236) T) ((-1166 . -526) 23254) ((-1209 . -847) 23238) ((-1132 . -915) 23170) ((-848 . -1119) T) ((-839 . -1119) T) ((-837 . -1119) T) ((-97 . -102) T) ((-145 . -862) T) ((-624 . -897) 23154) ((-1170 . -1236) T) ((-110 . -1236) T) ((-1106 . -102) T) ((-1082 . -34) T) ((-794 . -102) T) ((-792 . -102) T) ((-1278 . -628) 23036) ((-1271 . -628) 22779) ((-473 . -102) T) ((-466 . -102) T) ((-1250 . -628) 22574) ((-96 . -1236) T) ((-245 . -807) 22553) ((-245 . -804) 22532) ((-661 . -102) T) ((-608 . -628) 22490) ((-607 . -628) 22372) ((-1259 . -300) 22283) ((-676 . -646) 22267) ((-188 . -625) 22249) ((-656 . -296) 22201) ((-1053 . -729) 22185) ((-583 . -300) T) ((-980 . -660) 22110) ((-1309 . -132) T) ((-747 . -660) 22070) ((-727 . -660) 22057) ((-284 . -102) T) ((-465 . -660) 21987) ((-50 . -102) T) ((-593 . -102) T) ((-530 . -102) T) ((-1278 . -1068) T) ((-1271 . -1068) T) ((-1250 . -1068) T) ((-1159 . -1236) T) ((-519 . -658) 21969) ((-332 . -729) 21951) ((-1278 . -238) 21910) ((-1271 . -248) 21889) ((-1271 . -238) 21841) ((-1250 . -238) 21728) ((-1250 . -248) 21707) ((-1230 . -38) 21604) ((-608 . -1068) T) ((-607 . -1068) T) ((-1023 . -807) T) ((-1023 . -804) T) ((-990 . -807) T) ((-990 . -804) T) ((-884 . -1077) T) ((-109 . -625) 21586) ((-706 . -464) T) ((-390 . -729) 21551) ((-430 . -660) 21525) ((-882 . -881) 21509) ((-723 . -38) 21474) ((-607 . -238) 21433) ((-40 . -736) 21405) ((-362 . -339) 21382) ((-362 . -374) T) ((-1099 . -317) 21333) ((-304 . -1131) 21214) ((-1125 . -1236) T) ((-1018 . -234) 21159) ((-173 . -102) T) ((-1253 . -625) 21126) ((-855 . -132) 21078) ((-848 . -729) 21048) ((-656 . -1274) 21032) ((-839 . -729) 21002) ((-656 . -616) 20979) ((-494 . -1236) T) ((-370 . -317) T) ((-364 . -317) T) ((-356 . -317) T) ((-411 . -234) 20966) ((-419 . -132) T) ((-532 . -678) 20950) ((-108 . -317) T) ((-304 . -23) 20833) ((-532 . -663) 20817) ((-706 . -414) NIL) ((-532 . -384) 20801) ((-301 . -625) 20783) ((-91 . -1119) 20761) ((-108 . -1041) T) ((-576 . -144) T) ((-1286 . -152) 20745) ((-494 . -1057) 20572) ((-1272 . -146) 20533) ((-1272 . -148) 20494) ((-1073 . -1236) T) ((-1297 . -93) T) ((-1012 . -625) 20476) ((-830 . -1236) T) ((-874 . -625) 20458) ((-828 . -1075) 20301) ((-1296 . -93) T) ((-1191 . -626) NIL) ((-1115 . -1119) T) ((-1109 . -1119) T) ((-1106 . -319) 20288) ((-426 . -1236) T) ((-396 . -1236) T) ((-1092 . -1119) T) ((-229 . -1236) T) ((-1085 . -1119) T) ((-1055 . -1119) T) ((-1038 . -1119) T) ((-794 . -319) 20275) ((-792 . -319) 20262) ((-1191 . -625) 20244) ((-828 . -111) 20073) ((-1144 . -625) 20055) ((-638 . -1119) T) ((-589 . -175) T) ((-541 . -175) T) ((-466 . -319) 20042) ((-495 . -1119) T) ((-1144 . -626) 19790) ((-1053 . -174) T) ((-960 . -298) 19767) ((-220 . -1119) T) ((-866 . -625) 19749) ((-620 . -526) 19532) ((-81 . -628) 19473) ((-830 . -1057) 19457) ((-487 . -526) 19249) ((-980 . -738) T) ((-747 . -738) T) ((-727 . -738) T) ((-362 . -1131) T) ((-1198 . -625) 19231) ((-225 . -102) T) ((-494 . -388) 19200) ((-527 . -1119) T) ((-522 . -1119) T) ((-520 . -1119) T) ((-811 . -660) 19174) ((-1043 . -464) T) ((-975 . -526) 19107) ((-362 . -23) T) ((-647 . -132) T) ((-619 . -132) T) ((-365 . -464) T) ((-245 . -379) 19086) ((-390 . -174) T) ((-1270 . -1077) T) ((-1249 . -1077) T) ((-227 . -1021) T) ((-828 . -628) 18823) ((-711 . -399) T) ((-430 . -738) T) ((-713 . -1240) T) ((-1161 . -651) 18771) ((-592 . -881) 18755) ((-1301 . -1075) 18739) ((-1178 . -1212) 18715) ((-713 . -568) T) ((-127 . -1119) 18693) ((-726 . -1119) T) ((-670 . -38) 18663) ((-494 . -915) 18595) ((-255 . -1119) T) ((-189 . -1119) T) ((-365 . -414) T) ((-326 . -148) 18574) ((-326 . -146) 18553) ((-117 . -568) T) ((-129 . -526) NIL) ((-323 . -148) 18509) ((-323 . -146) 18465) ((-48 . -464) T) ((-163 . -1119) T) ((-158 . -1119) T) ((-1178 . -107) 18412) ((-794 . -1171) 18390) ((-1301 . -111) 18369) ((-701 . -34) T) ((-604 . -1236) T) ((-562 . -34) T) ((-496 . -107) 18353) ((-258 . -298) 18330) ((-257 . -298) 18307) ((-1242 . -856) T) ((-883 . -296) 18258) ((-45 . -1236) T) ((-1230 . -917) 18239) ((-829 . -1236) T) ((-828 . -1068) T) ((-674 . -658) 18208) ((-1197 . -47) 18185) ((-828 . -336) 18147) ((-1106 . -38) 17996) ((-828 . -238) 17975) ((-794 . -38) 17804) ((-792 . -38) 17653) ((-1134 . -502) 17634) ((-466 . -38) 17483) ((-1134 . -625) 17449) ((-1137 . -102) T) ((-656 . -626) 17410) ((-656 . -625) 17322) ((-593 . -1171) T) ((-530 . -1171) T) ((-1166 . -501) 17306) ((-354 . -1070) 17251) ((-1222 . -1119) 17229) ((-1161 . -25) T) ((-1161 . -21) T) ((-354 . -652) 17174) ((-1301 . -628) 17123) ((-340 . -1236) T) ((-486 . -1077) T) ((-1242 . -1119) T) ((-1250 . -804) NIL) ((-1250 . -807) NIL) ((-1018 . -862) 17102) ((-850 . -1119) T) ((-831 . -625) 17084) ((-878 . -21) T) ((-878 . -25) T) ((-811 . -738) T) ((-176 . -1240) T) ((-593 . -38) 17049) ((-530 . -38) 17014) ((-398 . -625) 16996) ((-343 . -102) T) ((-334 . -625) 16978) ((-171 . -296) 16936) ((-63 . -1236) T) ((-112 . -102) T) ((-884 . -1119) T) ((-524 . -1236) T) ((-176 . -568) T) ((-726 . -729) 16906) ((-304 . -132) 16789) ((-227 . -625) 16771) ((-227 . -626) 16701) ((-1022 . -651) 16640) ((-1301 . -1068) T) ((-1197 . -1236) T) ((-1139 . -148) T) ((-644 . -1212) 16615) ((-743 . -926) 16594) ((-605 . -34) T) ((-659 . -107) 16578) ((-644 . -107) 16524) ((-1298 . -1236) T) ((-635 . -909) 16445) ((-1259 . -296) 16372) ((-743 . -660) 16261) ((-305 . -1236) T) ((-1197 . -1057) 16157) ((-960 . -630) 16134) ((-589 . -588) T) ((-589 . -539) T) ((-541 . -539) T) ((-118 . -909) NIL) ((-1186 . -926) NIL) ((-1081 . -626) 16049) ((-1081 . -625) 16031) ((-969 . -625) 16013) ((-725 . -502) 15963) ((-354 . -102) T) ((-258 . -1075) 15884) ((-257 . -1075) 15805) ((-406 . -102) T) ((-31 . -1119) T) ((-969 . -626) 15666) ((-725 . -625) 15601) ((-1299 . -1229) 15570) ((-493 . -625) 15552) ((-493 . -626) 15413) ((-273 . -423) 15397) ((-253 . -423) 15381) ((-323 . -237) NIL) ((-258 . -111) 15297) ((-257 . -111) 15213) ((-1193 . -660) 15138) ((-1192 . -660) 15035) ((-1186 . -660) 14887) ((-1145 . -660) 14812) ((-362 . -132) T) ((-82 . -453) T) ((-82 . -407) T) ((-1022 . -25) T) ((-1022 . -21) T) ((-885 . -1119) 14763) ((-40 . -1070) 14708) ((-884 . -729) 14660) ((-40 . -652) 14605) ((-390 . -300) T) ((-171 . -1021) 14556) ((-1106 . -917) 14455) ((-706 . -399) T) ((-1018 . -1016) 14439) ((-713 . -1131) T) ((-706 . -167) 14421) ((-794 . -917) 14328) ((-792 . -917) 14312) ((-1270 . -1119) T) ((-1249 . -1119) T) ((-1183 . -102) T) ((-326 . -1221) 14291) ((-326 . -1224) 14270) ((-466 . -917) 14247) ((-326 . -976) 14226) ((-135 . -1131) T) ((-117 . -1131) T) ((-989 . -1236) T) ((-665 . -1236) T) ((-614 . -1284) 14210) ((-713 . -23) T) ((-876 . -1236) T) ((-614 . -1119) 14160) ((-326 . -95) 14139) ((-91 . -526) 14072) ((-176 . -374) T) ((-258 . -628) 13870) ((-257 . -628) 13668) ((-326 . -35) 13647) ((-620 . -501) 13581) ((-135 . -23) T) ((-117 . -23) T) ((-983 . -102) T) ((-730 . -1119) T) ((-487 . -501) 13518) ((-419 . -651) 13466) ((-665 . -1057) 13362) ((-975 . -501) 13346) ((-366 . -1077) T) ((-363 . -1077) T) ((-355 . -1077) T) ((-273 . -1077) T) ((-253 . -1077) T) ((-883 . -626) NIL) ((-883 . -625) 13328) ((-1297 . -502) 13309) ((-1296 . -502) 13290) ((-1309 . -21) T) ((-1297 . -625) 13256) ((-1296 . -625) 13222) ((-583 . -1021) T) ((-743 . -738) T) ((-1309 . -25) T) ((-258 . -1068) 13200) ((-257 . -1068) 13178) ((-72 . -1236) T) ((-1161 . -234) 13123) ((-258 . -238) 13075) ((-257 . -238) 13027) ((-1139 . -237) T) ((-40 . -102) T) ((-927 . -1077) T) ((-706 . -909) NIL) ((-1200 . -102) T) ((-129 . -501) 13009) ((-1193 . -738) T) ((-1192 . -738) T) ((-1186 . -738) T) ((-1186 . -803) NIL) ((-1186 . -806) NIL) ((-971 . -102) T) ((-938 . -102) T) ((-882 . -1070) 12996) ((-1145 . -738) T) ((-783 . -102) T) ((-684 . -102) T) ((-882 . -652) 12983) ((-558 . -625) 12965) ((-486 . -1119) T) ((-350 . -1131) T) ((-176 . -1131) T) ((-329 . -937) 12944) ((-1270 . -729) 12785) ((-884 . -174) T) ((-1249 . -729) 12599) ((-855 . -21) 12551) ((-855 . -25) 12503) ((-250 . -1168) 12487) ((-127 . -526) 12420) ((-419 . -25) T) ((-419 . -21) T) ((-350 . -23) T) ((-171 . -626) 12186) ((-171 . -625) 12168) ((-176 . -23) T) ((-656 . -298) 12145) ((-532 . -34) T) ((-913 . -625) 12127) ((-89 . -1236) T) ((-853 . -625) 12109) ((-820 . -625) 12091) ((-781 . -625) 12073) ((-689 . -625) 12055) ((-245 . -660) 11888) ((-629 . -113) T) ((-1195 . -1119) T) ((-1191 . -1075) 11711) ((-216 . -1236) T) ((-1169 . -1236) T) ((-1144 . -1075) 11554) ((-866 . -1075) 11538) ((-1253 . -630) 11522) ((-1191 . -111) 11331) ((-1144 . -111) 11160) ((-866 . -111) 11139) ((-1243 . -862) T) ((-1259 . -626) NIL) ((-1259 . -625) 11121) ((-354 . -1171) T) ((-867 . -625) 11103) ((-1095 . -296) 11082) ((-1230 . -658) 10992) ((-80 . -1236) T) ((-922 . -1236) T) ((-1222 . -526) 10925) ((-1023 . -926) NIL) ((-1106 . -272) 10909) ((-620 . -296) 10885) ((-1106 . -232) 10869) ((-499 . -1236) T) ((-583 . -625) 10851) ((-487 . -296) 10830) ((-1023 . -660) 10780) ((-529 . -93) T) ((-1022 . -234) 10711) ((-219 . -1236) T) ((-975 . -296) 10663) ((-882 . -102) T) ((-299 . -937) T) ((-829 . -317) 10642) ((-794 . -272) 10626) ((-794 . -232) 10610) ((-931 . -660) 10562) ((-723 . -658) 10512) ((-706 . -736) 10479) ((-647 . -21) T) ((-647 . -25) T) ((-619 . -21) T) ((-559 . -102) T) ((-354 . -38) 10444) ((-499 . -897) 10426) ((-499 . -899) 10408) ((-486 . -729) 10249) ((-64 . -1236) T) ((-219 . -897) 10231) ((-219 . -899) 10213) ((-619 . -25) T) ((-439 . -660) 10187) ((-1191 . -628) 9956) ((-499 . -1057) 9916) ((-884 . -526) 9828) ((-1144 . -628) 9620) ((-866 . -628) 9538) ((-219 . -1057) 9498) ((-245 . -34) T) ((-1019 . -1119) 9476) ((-592 . -1070) 9463) ((-576 . -1070) 9450) ((-507 . -1070) 9415) ((-1270 . -174) 9346) ((-1249 . -174) 9277) ((-592 . -652) 9264) ((-576 . -652) 9251) ((-507 . -652) 9216) ((-724 . -146) 9195) ((-724 . -148) 9174) ((-713 . -132) T) ((-561 . -1236) T) ((-137 . -477) 9151) ((-1166 . -625) 9083) ((-670 . -668) 9067) ((-129 . -296) 9017) ((-117 . -132) T) ((-489 . -1240) T) ((-620 . -616) 8993) ((-487 . -616) 8972) ((-347 . -346) 8941) ((-609 . -1119) T) ((-597 . -1119) T) ((-548 . -1119) T) ((-489 . -568) T) ((-1191 . -1068) T) ((-1144 . -1068) T) ((-866 . -1068) T) ((-835 . -1236) T) ((-245 . -806) 8920) ((-245 . -805) 8899) ((-1191 . -336) 8876) ((-245 . -738) 8854) ((-975 . -19) 8838) ((-499 . -388) 8820) ((-499 . -349) 8802) ((-1144 . -336) 8774) ((-365 . -1293) 8751) ((-219 . -388) 8733) ((-219 . -349) 8715) ((-975 . -616) 8692) ((-1191 . -238) T) ((-1282 . -1119) T) ((-676 . -1119) T) ((-657 . -1119) T) ((-1208 . -1119) T) ((-1106 . -260) 8629) ((-598 . -658) 8589) ((-366 . -1119) T) ((-363 . -1119) T) ((-355 . -1119) T) ((-273 . -1119) T) ((-253 . -1119) T) ((-84 . -1236) T) ((-128 . -102) 8539) ((-122 . -102) 8489) ((-1249 . -526) 8349) ((-1208 . -622) 8328) ((-1160 . -1119) T) ((-1134 . -628) 8309) ((-1099 . -937) 8260) ((-491 . -1119) T) ((-1023 . -806) T) ((-1023 . -803) T) ((-491 . -622) 8239) ((-258 . -807) 8218) ((-258 . -804) 8197) ((-257 . -807) 8176) ((-40 . -1171) NIL) ((-257 . -804) 8155) ((-1023 . -738) T) ((-129 . -19) 8137) ((-990 . -806) T) ((-711 . -1070) 8102) ((-931 . -738) T) ((-927 . -1119) T) ((-905 . -625) 8084) ((-129 . -616) 8059) ((-711 . -652) 8024) ((-91 . -501) 8008) ((-499 . -915) NIL) ((-884 . -300) T) ((-227 . -1075) 7973) ((-848 . -296) 7952) ((-219 . -915) NIL) ((-845 . -1131) 7931) ((-59 . -1119) 7881) ((-531 . -1119) 7859) ((-528 . -1119) 7809) ((-509 . -1119) 7787) ((-508 . -1119) 7737) ((-592 . -102) T) ((-576 . -102) T) ((-507 . -102) T) ((-486 . -174) 7668) ((-370 . -937) T) ((-364 . -937) T) ((-356 . -937) T) ((-227 . -111) 7624) ((-845 . -23) 7576) ((-439 . -738) T) ((-108 . -937) T) ((-40 . -38) 7521) ((-108 . -832) T) ((-593 . -360) T) ((-530 . -360) T) ((-670 . -658) 7480) ((-326 . -464) 7459) ((-323 . -464) T) ((-614 . -526) 7392) ((-419 . -234) 7337) ((-350 . -132) T) ((-176 . -132) T) ((-304 . -25) 7201) ((-304 . -21) 7084) ((-45 . -1212) 7063) ((-66 . -625) 7045) ((-55 . -102) T) ((-347 . -658) 7027) ((-1287 . -102) T) ((-1286 . -102) 6957) ((-1278 . -660) 6882) ((-45 . -107) 6832) ((-831 . -628) 6816) ((-1271 . -660) 6713) ((-1250 . -660) 6565) ((-1250 . -926) NIL) ((-1241 . -1236) T) ((-1217 . -625) 6547) ((-1121 . -437) 6531) ((-1121 . -379) 6510) ((-398 . -628) 6494) ((-334 . -628) 6478) ((-1209 . -102) T) ((-1115 . -93) T) ((-1082 . -1236) T) ((-1106 . -658) 6388) ((-1081 . -1075) 6375) ((-1081 . -111) 6360) ((-969 . -1075) 6203) ((-969 . -111) 6032) ((-794 . -658) 5942) ((-792 . -658) 5852) ((-635 . -1070) 5839) ((-676 . -729) 5823) ((-635 . -652) 5810) ((-493 . -1075) 5653) ((-489 . -374) T) ((-473 . -658) 5609) ((-466 . -658) 5519) ((-227 . -628) 5469) ((-366 . -729) 5421) ((-363 . -729) 5373) ((-118 . -1070) 5318) ((-355 . -729) 5270) ((-273 . -729) 5119) ((-253 . -729) 4968) ((-1109 . -93) T) ((-1092 . -93) T) ((-118 . -652) 4913) ((-1085 . -93) T) ((-960 . -663) 4897) ((-1076 . -1119) 4875) ((-493 . -111) 4704) ((-1055 . -93) T) ((-1038 . -93) T) ((-960 . -384) 4688) ((-254 . -102) T) ((-980 . -47) 4667) ((-74 . -625) 4649) ((-724 . -237) T) ((-722 . -102) T) ((-711 . -102) T) ((-1 . -1119) T) ((-633 . -1131) T) ((-1107 . -625) 4631) ((-638 . -93) T) ((-1095 . -625) 4613) ((-927 . -729) 4578) ((-127 . -501) 4562) ((-495 . -93) T) ((-633 . -23) T) ((-402 . -23) T) ((-87 . -1236) T) ((-220 . -93) T) ((-620 . -625) 4544) ((-620 . -626) NIL) ((-487 . -626) NIL) ((-487 . -625) 4526) ((-362 . -25) T) ((-362 . -21) T) ((-50 . -658) 4485) ((-523 . -1119) T) ((-519 . -1119) T) ((-128 . -319) 4423) ((-122 . -319) 4361) ((-608 . -660) 4335) ((-607 . -660) 4260) ((-593 . -658) 4210) ((-227 . -1068) T) ((-530 . -658) 4140) ((-390 . -1021) T) ((-227 . -248) T) ((-227 . -238) T) ((-1081 . -628) 4112) ((-1081 . -630) 4093) ((-975 . -626) 4054) ((-975 . -625) 3966) ((-969 . -628) 3755) ((-882 . -38) 3742) ((-725 . -628) 3692) ((-1270 . -300) 3643) ((-1249 . -300) 3594) ((-493 . -628) 3379) ((-1139 . -464) T) ((-514 . -862) T) ((-326 . -1158) 3358) ((-1120 . -1236) T) ((-1018 . -148) 3337) ((-1018 . -146) 3316) ((-507 . -319) 3303) ((-1203 . -625) 3285) ((-305 . -1212) 3264) ((-1202 . -625) 3246) ((-1154 . -1236) T) ((-1201 . -625) 3228) ((-883 . -1075) 3173) ((-489 . -1131) T) ((-140 . -847) 3155) ((-115 . -847) 3136) ((-1222 . -501) 3120) ((-1081 . -1068) T) ((-635 . -102) T) ((-980 . -1236) T) ((-969 . -1068) T) ((-258 . -379) 3099) ((-257 . -379) 3078) ((-883 . -111) 3007) ((-305 . -107) 2957) ((-131 . -625) 2939) ((-129 . -626) NIL) ((-129 . -625) 2883) ((-118 . -102) T) ((-747 . -1236) T) ((-727 . -1236) T) ((-489 . -23) T) ((-465 . -1236) T) ((-493 . -1068) T) ((-1081 . -238) T) ((-969 . -336) 2852) ((-40 . -917) 2761) ((-493 . -336) 2718) ((-366 . -174) T) ((-363 . -174) T) ((-355 . -174) T) ((-273 . -174) 2629) ((-253 . -174) 2540) ((-980 . -1057) 2436) ((-529 . -502) 2417) ((-747 . -1057) 2388) ((-529 . -625) 2354) ((-430 . -1236) T) ((-1124 . -102) T) ((-1111 . -625) 2313) ((-1053 . -625) 2295) ((-706 . -1070) 2245) ((-1299 . -152) 2229) ((-1297 . -628) 2210) ((-1296 . -628) 2191) ((-1291 . -625) 2173) ((-1278 . -738) T) ((-706 . -652) 2123) ((-1271 . -738) T) ((-1250 . -803) NIL) ((-1250 . -806) NIL) ((-171 . -1075) 2033) ((-927 . -174) T) ((-883 . -628) 1963) ((-1250 . -738) T) ((-1022 . -353) 1937) ((-225 . -658) 1889) ((-1019 . -526) 1822) ((-855 . -862) 1801) ((-576 . -1171) T) ((-486 . -300) 1752) ((-608 . -738) T) ((-372 . -625) 1734) ((-332 . -625) 1716) ((-430 . -1057) 1612) ((-607 . -738) T) ((-419 . -862) 1563) ((-171 . -111) 1459) ((-845 . -132) 1411) ((-749 . -152) 1395) ((-1286 . -319) 1333) ((-499 . -317) T) ((-390 . -625) 1300) ((-532 . -1029) 1284) ((-390 . -626) 1198) ((-219 . -317) T) ((-142 . -152) 1180) ((-726 . -296) 1159) ((-499 . -1041) T) ((-592 . -38) 1146) ((-576 . -38) 1133) ((-507 . -38) 1098) ((-219 . -1041) T) ((-883 . -1068) T) ((-848 . -625) 1080) ((-839 . -625) 1062) ((-837 . -625) 1044) ((-828 . -926) 1023) ((-1310 . -1131) T) ((-322 . -1236) T) ((-1259 . -1075) 846) ((-867 . -1075) 830) ((-883 . -248) T) ((-883 . -238) NIL) ((-701 . -1236) T) ((-1310 . -23) T) ((-828 . -660) 719) ((-562 . -1236) T) ((-430 . -349) 703) ((-583 . -1075) 690) ((-1259 . -111) 499) ((-713 . -651) 481) ((-867 . -111) 460) ((-392 . -23) T) ((-171 . -628) 238) ((-1208 . -526) 30) ((-888 . -1119) T) ((-693 . -1119) T) ((-688 . -1119) T) ((-674 . -1119) T)) \ No newline at end of file
+(((-490 . -1121) T) ((-273 . -526) 203709) ((-253 . -526) 203652) ((-250 . -1121) 203602) ((-583 . -111) 203587) ((-543 . -23) T) ((-139 . -1121) T) ((-138 . -1121) T) ((-118 . -319) 203544) ((-134 . -1121) T) ((-1020 . -237) 203495) ((-811 . -1238) T) ((-491 . -526) 203287) ((-689 . -628) 203271) ((-706 . -102) T) ((-1162 . -526) 203190) ((-411 . -237) T) ((-402 . -132) T) ((-1301 . -997) 203159) ((-1045 . -1072) 203096) ((-31 . -93) T) ((-614 . -501) 203080) ((-1045 . -652) 203017) ((-633 . -132) T) ((-831 . -858) T) ((-535 . -57) 202967) ((-531 . -526) 202900) ((-362 . -234) 202887) ((-365 . -1072) 202832) ((-59 . -526) 202765) ((-528 . -526) 202698) ((-430 . -917) 202657) ((-171 . -1070) T) ((-509 . -526) 202590) ((-508 . -526) 202523) ((-365 . -652) 202468) ((-811 . -1059) 202248) ((-1261 . -628) 201996) ((-711 . -38) 201961) ((-1115 . -1114) 201945) ((-354 . -360) T) ((-480 . -1238) T) ((-1115 . -1121) 201923) ((-869 . -628) 201820) ((-171 . -248) 201771) ((-171 . -238) 201722) ((-1115 . -1116) 201680) ((-886 . -296) 201638) ((-227 . -807) T) ((-227 . -804) T) ((-706 . -294) NIL) ((-583 . -628) 201610) ((-1171 . -1214) 201589) ((-419 . -1013) 201573) ((-48 . -1072) 201538) ((-713 . -21) T) ((-713 . -25) T) ((-48 . -652) 201503) ((-1303 . -660) 201477) ((-1261 . -336) 201454) ((-1171 . -107) 201404) ((-326 . -161) 201383) ((-326 . -144) 201362) ((-117 . -21) T) ((-40 . -232) 201339) ((-40 . -272) 201316) ((-135 . -25) T) ((-117 . -25) T) ((-1261 . -238) T) ((-1261 . -1070) T) ((-620 . -298) 201292) ((-869 . -1070) T) ((-618 . -1238) T) ((-811 . -349) 201276) ((-487 . -298) 201255) ((-683 . -1238) T) ((-182 . -1238) T) ((-162 . -1238) T) ((-157 . -1238) T) ((-155 . -1238) T) ((-140 . -187) T) ((-118 . -1173) NIL) ((-91 . -625) 201187) ((-489 . -132) T) ((-1186 . -1238) T) ((-1117 . -502) 201168) ((-1117 . -625) 201134) ((-1111 . -502) 201115) ((-1111 . -625) 201081) ((-605 . -1238) T) ((-1094 . -502) 201062) ((-583 . -1070) T) ((-1094 . -625) 201028) ((-674 . -729) 201012) ((-1087 . -502) 200993) ((-1087 . -625) 200959) ((-977 . -298) 200936) ((-60 . -34) T) ((-1083 . -807) T) ((-1083 . -804) T) ((-1057 . -502) 200917) ((-1040 . -502) 200898) ((-828 . -738) T) ((-743 . -47) 200863) ((-635 . -38) 200850) ((-366 . -300) T) ((-363 . -300) T) ((-355 . -300) T) ((-273 . -300) 200781) ((-253 . -300) 200712) ((-1057 . -625) 200678) ((-1045 . -102) T) ((-1040 . -625) 200644) ((-638 . -502) 200625) ((-425 . -738) T) ((-118 . -38) 200570) ((-495 . -502) 200551) ((-638 . -625) 200517) ((-425 . -485) T) ((-220 . -502) 200498) ((-495 . -625) 200464) ((-365 . -102) T) ((-220 . -625) 200430) ((-1232 . -1079) T) ((-354 . -658) 200360) ((-723 . -1079) T) ((-1195 . -47) 200337) ((-1194 . -47) 200307) ((-1188 . -47) 200284) ((-129 . -298) 200259) ((-1056 . -152) 200205) ((-929 . -300) T) ((-1147 . -47) 200177) ((-706 . -319) NIL) ((-527 . -625) 200159) ((-522 . -625) 200141) ((-520 . -625) 200123) ((-497 . -1238) T) ((-337 . -1121) 200073) ((-326 . -911) 200037) ((-323 . -911) NIL) ((-724 . -464) 199968) ((-48 . -102) T) ((-1272 . -296) 199926) ((-1251 . -296) 199826) ((-656 . -678) 199810) ((-656 . -663) 199794) ((-350 . -21) T) ((-350 . -25) T) ((-40 . -360) NIL) ((-176 . -21) T) ((-176 . -25) T) ((-656 . -384) 199778) ((-617 . -502) 199760) ((-614 . -296) 199712) ((-617 . -625) 199679) ((-400 . -102) T) ((-1141 . -144) T) ((-127 . -625) 199611) ((-888 . -1121) T) ((-670 . -423) 199595) ((-743 . -1238) T) ((-726 . -625) 199577) ((-255 . -625) 199544) ((-189 . -625) 199526) ((-163 . -625) 199508) ((-158 . -625) 199490) ((-1303 . -738) T) ((-1123 . -34) T) ((-885 . -807) NIL) ((-885 . -804) NIL) ((-872 . -862) T) ((-743 . -901) NIL) ((-1312 . -132) T) ((-392 . -132) T) ((-907 . -628) 199458) ((-923 . -102) T) ((-743 . -1059) 199334) ((-1195 . -1238) T) ((-1194 . -1238) T) ((-543 . -132) T) ((-1188 . -1238) T) ((-1108 . -423) 199318) ((-1021 . -501) 199302) ((-118 . -412) 199279) ((-1147 . -1238) T) ((-794 . -423) 199263) ((-792 . -423) 199247) ((-962 . -34) T) ((-706 . -1173) NIL) ((-258 . -660) 199067) ((-257 . -660) 198874) ((-829 . -939) 198853) ((-466 . -423) 198837) ((-614 . -19) 198821) ((-1167 . -1231) 198790) ((-1188 . -901) NIL) ((-1188 . -899) 198742) ((-614 . -616) 198719) ((-1224 . -625) 198651) ((-1196 . -625) 198633) ((-62 . -407) T) ((-1194 . -1059) 198568) ((-1188 . -1059) 198534) ((-706 . -38) 198484) ((-40 . -658) 198414) ((-486 . -296) 198372) ((-1244 . -625) 198354) ((-743 . -388) 198338) ((-850 . -625) 198320) ((-670 . -1079) T) ((-635 . -919) 198243) ((-1272 . -1023) 198209) ((-448 . -1238) T) ((-1251 . -1023) 198175) ((-256 . -1238) T) ((-1109 . -628) 198159) ((-1084 . -1214) 198134) ((-1097 . -628) 198111) ((-886 . -626) 197918) ((-886 . -625) 197900) ((-118 . -919) NIL) ((-713 . -234) 197887) ((-1210 . -501) 197824) ((-430 . -1043) 197802) ((-48 . -319) 197789) ((-1084 . -107) 197735) ((-491 . -501) 197672) ((-537 . -1238) T) ((-532 . -1238) T) ((-1188 . -349) 197624) ((-1162 . -501) 197595) ((-1188 . -388) 197547) ((-1108 . -1079) T) ((-449 . -102) T) ((-185 . -1121) T) ((-258 . -34) T) ((-257 . -34) T) ((-794 . -1079) T) ((-792 . -1079) T) ((-743 . -917) 197524) ((-466 . -1079) T) ((-59 . -501) 197508) ((-1055 . -1077) 197482) ((-531 . -501) 197466) ((-528 . -501) 197450) ((-509 . -501) 197434) ((-508 . -501) 197418) ((-250 . -526) 197351) ((-1055 . -111) 197318) ((-1195 . -917) 197231) ((-1194 . -917) 197137) ((-682 . -1133) T) ((-1188 . -917) 196970) ((-657 . -93) T) ((-1147 . -917) 196954) ((-365 . -1173) T) ((-332 . -1077) 196936) ((-31 . -502) 196917) ((-258 . -806) 196896) ((-258 . -805) 196875) ((-257 . -806) 196854) ((-257 . -805) 196833) ((-31 . -625) 196799) ((-50 . -1079) T) ((-258 . -738) 196777) ((-257 . -738) 196755) ((-1232 . -1121) T) ((-682 . -23) T) ((-593 . -1079) T) ((-530 . -1079) T) ((-390 . -1077) 196720) ((-332 . -111) 196695) ((-73 . -394) T) ((-73 . -407) T) ((-1045 . -38) 196632) ((-706 . -412) 196614) ((-99 . -102) T) ((-723 . -1121) T) ((-1317 . -1072) 196601) ((-1024 . -146) 196573) ((-1024 . -148) 196545) ((-884 . -658) 196517) ((-390 . -111) 196473) ((-329 . -1242) 196452) ((-486 . -1023) 196418) ((-365 . -38) 196383) ((-40 . -381) 196355) ((-887 . -625) 196227) ((-128 . -126) 196211) ((-122 . -126) 196195) ((-848 . -1077) 196165) ((-845 . -21) 196117) ((-839 . -1077) 196101) ((-845 . -25) 196053) ((-329 . -568) 196004) ((-529 . -628) 195985) ((-576 . -840) T) ((-245 . -1238) T) ((-1055 . -628) 195954) ((-848 . -111) 195919) ((-839 . -111) 195898) ((-1272 . -625) 195880) ((-1251 . -625) 195862) ((-1251 . -626) 195533) ((-1193 . -928) 195512) ((-1146 . -928) 195491) ((-48 . -38) 195456) ((-1310 . -1133) T) ((-548 . -296) 195412) ((-614 . -625) 195324) ((-614 . -626) 195285) ((-1308 . -1133) T) ((-372 . -628) 195269) ((-332 . -628) 195253) ((-1163 . -237) 195204) ((-245 . -1059) 195031) ((-1193 . -660) 194920) ((-1146 . -660) 194809) ((-868 . -660) 194783) ((-730 . -625) 194765) ((-558 . -379) T) ((-1310 . -23) T) ((-706 . -919) NIL) ((-1308 . -23) T) ((-503 . -1121) T) ((-390 . -628) 194715) ((-390 . -630) 194697) ((-1055 . -1070) T) ((-879 . -102) T) ((-1210 . -296) 194676) ((-171 . -379) 194627) ((-1025 . -1238) T) ((-992 . -1238) T) ((-933 . -1238) T) ((-848 . -628) 194581) ((-839 . -628) 194536) ((-44 . -23) T) ((-1317 . -102) T) ((-491 . -296) 194515) ((-598 . -1121) T) ((-1167 . -1130) 194484) ((-439 . -1238) T) ((-1125 . -1124) 194436) ((-402 . -21) T) ((-402 . -25) T) ((-153 . -1133) T) ((-1232 . -729) 194333) ((-1218 . -1121) T) ((-1025 . -899) 194315) ((-1025 . -901) 194297) ((-635 . -232) 194281) ((-635 . -272) 194265) ((-633 . -21) T) ((-299 . -568) T) ((-633 . -25) T) ((-1025 . -1059) 194225) ((-723 . -729) 194190) ((-245 . -388) 194159) ((-390 . -1070) T) ((-225 . -1079) T) ((-118 . -272) 194136) ((-118 . -232) 194113) ((-59 . -296) 194065) ((-153 . -23) T) ((-528 . -296) 194017) ((-337 . -526) 193950) ((-508 . -296) 193902) ((-390 . -248) T) ((-390 . -238) T) ((-848 . -1070) T) ((-839 . -1070) T) ((-724 . -968) 193871) ((-713 . -862) T) ((-486 . -625) 193853) ((-1274 . -1072) 193758) ((-592 . -658) 193730) ((-576 . -658) 193702) ((-507 . -658) 193652) ((-839 . -238) 193631) ((-135 . -862) T) ((-1274 . -652) 193523) ((-670 . -1121) T) ((-1210 . -616) 193502) ((-562 . -1214) 193481) ((-347 . -1121) T) ((-329 . -374) 193460) ((-419 . -148) 193439) ((-419 . -146) 193418) ((-983 . -1133) 193317) ((-245 . -917) 193249) ((-827 . -1133) 193227) ((-666 . -866) 193211) ((-491 . -616) 193190) ((-536 . -1238) T) ((-562 . -107) 193140) ((-1025 . -388) 193122) ((-1025 . -349) 193104) ((-1197 . -625) 193086) ((-97 . -1121) T) ((-983 . -23) 192897) ((-489 . -21) T) ((-489 . -25) T) ((-827 . -23) 192749) ((-1197 . -626) 192671) ((-59 . -19) 192655) ((-1193 . -738) T) ((-1146 . -738) T) ((-1108 . -1121) T) ((-528 . -19) 192639) ((-508 . -19) 192623) ((-59 . -616) 192600) ((-1024 . -237) 192537) ((-920 . -102) 192487) ((-868 . -738) T) ((-794 . -1121) T) ((-528 . -616) 192464) ((-508 . -616) 192441) ((-792 . -1121) T) ((-792 . -1086) 192408) ((-473 . -1121) T) ((-466 . -1121) T) ((-598 . -729) 192383) ((-661 . -1121) T) ((-1280 . -47) 192360) ((-1274 . -102) T) ((-1273 . -47) 192330) ((-1252 . -47) 192307) ((-1232 . -174) 192258) ((-1194 . -317) 192237) ((-1188 . -317) 192216) ((-1117 . -628) 192197) ((-1111 . -628) 192178) ((-1101 . -568) 192129) ((-1101 . -1242) 192080) ((-1025 . -917) NIL) ((-1094 . -628) 192061) ((-682 . -132) T) ((-639 . -1133) T) ((-1087 . -628) 192042) ((-1057 . -628) 192023) ((-1040 . -628) 192004) ((-726 . -1077) 191974) ((-711 . -658) 191924) ((-284 . -1121) T) ((-85 . -453) T) ((-85 . -407) T) ((-724 . -911) 191827) ((-723 . -174) T) ((-50 . -1121) T) ((-607 . -47) 191804) ((-227 . -660) 191769) ((-593 . -1121) T) ((-530 . -1121) T) ((-499 . -832) T) ((-499 . -939) T) ((-370 . -1242) T) ((-364 . -1242) T) ((-356 . -1242) T) ((-329 . -1133) T) ((-326 . -1072) 191679) ((-323 . -1072) 191608) ((-108 . -1242) T) ((-638 . -628) 191589) ((-370 . -568) T) ((-219 . -939) T) ((-219 . -832) T) ((-326 . -652) 191499) ((-323 . -652) 191428) ((-364 . -568) T) ((-356 . -568) T) ((-495 . -628) 191409) ((-108 . -568) T) ((-670 . -729) 191379) ((-1188 . -1043) NIL) ((-220 . -628) 191360) ((-329 . -23) T) ((-67 . -1238) T) ((-1021 . -625) 191292) ((-706 . -272) 191274) ((-706 . -232) 191256) ((-1317 . -1173) T) ((-726 . -111) 191221) ((-1312 . -21) T) ((-656 . -34) T) ((-250 . -501) 191205) ((-1312 . -25) T) ((-1310 . -132) T) ((-1308 . -132) T) ((-1301 . -102) T) ((-1123 . -1119) 191189) ((-173 . -1121) T) ((-1284 . -625) 191155) ((-1280 . -1238) T) ((-1273 . -1238) T) ((-1273 . -1059) 191090) ((-1252 . -1238) T) ((-971 . -928) 191069) ((-1252 . -901) NIL) ((-1252 . -899) 191021) ((-1252 . -1059) 190987) ((-527 . -628) 190971) ((-1232 . -526) 190938) ((-1210 . -626) NIL) ((-1210 . -625) 190920) ((-493 . -928) 190899) ((-1163 . -1144) 190844) ((-1108 . -729) 190693) ((-1083 . -660) 190665) ((-971 . -660) 190554) ((-794 . -729) 190383) ((-609 . -502) 190364) ((-597 . -502) 190345) ((-609 . -625) 190311) ((-597 . -625) 190277) ((-548 . -625) 190259) ((-591 . -1238) T) ((-548 . -626) 190240) ((-792 . -729) 190089) ((-1098 . -102) T) ((-635 . -658) 190061) ((-392 . -25) T) ((-392 . -21) T) ((-493 . -660) 189950) ((-473 . -729) 189921) ((-466 . -729) 189770) ((-1008 . -102) T) ((-1067 . -1231) 189699) ((-920 . -319) 189637) ((-890 . -93) T) ((-749 . -102) T) ((-118 . -658) 189567) ((-617 . -628) 189549) ((-726 . -628) 189503) ((-693 . -93) T) ((-543 . -25) T) ((-688 . -93) T) ((-676 . -625) 189485) ((-657 . -502) 189466) ((-657 . -625) 189419) ((-142 . -102) T) ((-44 . -132) T) ((-608 . -1238) T) ((-607 . -1238) T) ((-354 . -1079) T) ((-299 . -1133) T) ((-490 . -93) T) ((-419 . -237) 189370) ((-366 . -625) 189352) ((-363 . -625) 189334) ((-355 . -625) 189316) ((-273 . -626) 189064) ((-273 . -625) 189046) ((-253 . -625) 189028) ((-253 . -626) 188889) ((-139 . -93) T) ((-138 . -93) T) ((-134 . -93) T) ((-1162 . -625) 188871) ((-1141 . -652) 188858) ((-1141 . -1072) 188845) ((-831 . -738) T) ((-831 . -871) T) ((-614 . -298) 188822) ((-593 . -729) 188787) ((-491 . -626) NIL) ((-491 . -625) 188769) ((-530 . -729) 188714) ((-326 . -102) T) ((-323 . -102) T) ((-299 . -23) T) ((-153 . -132) T) ((-929 . -625) 188696) ((-929 . -626) 188678) ((-398 . -738) T) ((-886 . -1077) 188630) ((-886 . -111) 188568) ((-726 . -1070) T) ((-724 . -1264) 188552) ((-706 . -360) NIL) ((-115 . -102) T) ((-140 . -102) T) ((-137 . -102) T) ((-531 . -625) 188484) ((-390 . -807) T) ((-169 . -1238) T) ((-225 . -1121) T) ((-390 . -804) T) ((-59 . -626) 188445) ((-227 . -806) T) ((-227 . -803) T) ((-59 . -625) 188357) ((-227 . -738) T) ((-528 . -626) 188318) ((-528 . -625) 188230) ((-509 . -625) 188162) ((-508 . -626) 188123) ((-508 . -625) 188035) ((-1101 . -374) 187986) ((-40 . -423) 187963) ((-77 . -1238) T) ((-885 . -928) NIL) ((-370 . -339) 187947) ((-370 . -374) T) ((-364 . -339) 187931) ((-364 . -374) T) ((-356 . -339) 187915) ((-356 . -374) T) ((-326 . -294) 187894) ((-108 . -374) T) ((-70 . -1238) T) ((-1252 . -349) 187846) ((-885 . -660) 187791) ((-1252 . -388) 187743) ((-983 . -132) 187598) ((-827 . -132) 187469) ((-977 . -663) 187453) ((-1108 . -174) 187364) ((-977 . -384) 187348) ((-1083 . -806) T) ((-1083 . -803) T) ((-886 . -628) 187246) ((-794 . -174) 187137) ((-792 . -174) 187048) ((-828 . -47) 187010) ((-1083 . -738) T) ((-337 . -501) 186994) ((-971 . -738) T) ((-1301 . -319) 186932) ((-1280 . -917) 186845) ((-466 . -174) 186756) ((-250 . -296) 186708) ((-1273 . -917) 186614) ((-1272 . -1077) 186449) ((-1252 . -917) 186282) ((-493 . -738) T) ((-1251 . -1077) 186090) ((-1232 . -300) 186069) ((-1207 . -1238) T) ((-1204 . -379) T) ((-1203 . -379) T) ((-1167 . -152) 186053) ((-1141 . -102) T) ((-1139 . -1121) T) ((-1101 . -23) T) ((-1101 . -1133) T) ((-1096 . -102) T) ((-1078 . -625) 186020) ((-1024 . -421) 185992) ((-946 . -974) T) ((-749 . -319) 185930) ((-75 . -1238) T) ((-676 . -393) 185902) ((-171 . -928) 185855) ((-30 . -974) T) ((-112 . -856) T) ((-1 . -625) 185837) ((-1020 . -911) 185758) ((-129 . -663) 185740) ((-50 . -632) 185724) ((-706 . -658) 185659) ((-607 . -917) 185572) ((-450 . -102) T) ((-129 . -384) 185554) ((-142 . -319) NIL) ((-886 . -1070) T) ((-845 . -862) 185533) ((-81 . -1238) T) ((-723 . -300) T) ((-40 . -1079) T) ((-593 . -174) T) ((-530 . -174) T) ((-523 . -625) 185515) ((-171 . -660) 185389) ((-519 . -625) 185371) ((-362 . -148) 185353) ((-362 . -146) T) ((-370 . -1133) T) ((-364 . -1133) T) ((-356 . -1133) T) ((-1025 . -317) T) ((-933 . -317) T) ((-886 . -248) T) ((-108 . -1133) T) ((-886 . -238) 185332) ((-1272 . -111) 185153) ((-1251 . -111) 184942) ((-250 . -1276) 184926) ((-576 . -860) T) ((-370 . -23) T) ((-365 . -360) T) ((-326 . -319) 184913) ((-323 . -319) 184854) ((-364 . -23) T) ((-329 . -132) T) ((-356 . -23) T) ((-1025 . -1043) T) ((-31 . -628) 184835) ((-108 . -23) T) ((-666 . -1072) 184819) ((-250 . -616) 184796) ((-343 . -1121) T) ((-666 . -652) 184766) ((-1274 . -38) 184658) ((-1261 . -928) 184637) ((-112 . -1121) T) ((-828 . -1238) T) ((-425 . -1238) T) ((-1056 . -102) T) ((-1261 . -660) 184526) ((-885 . -806) NIL) ((-869 . -660) 184500) ((-885 . -803) NIL) ((-828 . -901) NIL) ((-885 . -738) T) ((-1108 . -526) 184373) ((-794 . -526) 184320) ((-792 . -526) 184272) ((-583 . -660) 184259) ((-828 . -1059) 184087) ((-466 . -526) 184030) ((-400 . -401) T) ((-1272 . -628) 183843) ((-1251 . -628) 183591) ((-60 . -1238) T) ((-633 . -862) 183570) ((-512 . -673) T) ((-1167 . -997) 183539) ((-1045 . -658) 183476) ((-1024 . -464) T) ((-711 . -860) T) ((-522 . -804) T) ((-486 . -1077) 183311) ((-512 . -113) T) ((-354 . -1121) T) ((-323 . -1173) NIL) ((-299 . -132) T) ((-406 . -1121) T) ((-884 . -1079) T) ((-706 . -381) 183278) ((-365 . -658) 183208) ((-225 . -632) 183185) ((-337 . -296) 183137) ((-486 . -111) 182958) ((-1272 . -1070) T) ((-1251 . -1070) T) ((-828 . -388) 182942) ((-836 . -1238) T) ((-171 . -738) T) ((-1303 . -1238) T) ((-666 . -102) T) ((-1272 . -248) 182921) ((-1272 . -238) 182873) ((-1251 . -238) 182778) ((-1251 . -248) 182757) ((-1024 . -414) NIL) ((-682 . -651) 182705) ((-326 . -38) 182615) ((-323 . -38) 182544) ((-69 . -625) 182526) ((-329 . -505) 182492) ((-48 . -658) 182442) ((-1210 . -298) 182421) ((-1246 . -862) T) ((-1134 . -1133) 182399) ((-83 . -1238) T) ((-61 . -625) 182381) ((-491 . -298) 182360) ((-1303 . -1059) 182337) ((-1185 . -1121) T) ((-1134 . -23) 182189) ((-828 . -917) 182125) ((-1261 . -738) T) ((-1123 . -1238) T) ((-486 . -628) 181951) ((-362 . -237) T) ((-1108 . -300) 181882) ((-985 . -1121) T) ((-908 . -102) T) ((-794 . -300) 181793) ((-337 . -19) 181777) ((-59 . -298) 181754) ((-792 . -300) 181685) ((-869 . -738) T) ((-118 . -860) NIL) ((-528 . -298) 181662) ((-337 . -616) 181639) ((-508 . -298) 181616) ((-466 . -300) 181547) ((-1056 . -319) 181398) ((-890 . -502) 181379) ((-890 . -625) 181345) ((-693 . -502) 181326) ((-583 . -738) T) ((-688 . -502) 181307) ((-693 . -625) 181257) ((-688 . -625) 181223) ((-674 . -625) 181205) ((-490 . -502) 181186) ((-490 . -625) 181152) ((-250 . -626) 181113) ((-250 . -502) 181090) ((-139 . -502) 181071) ((-138 . -502) 181052) ((-134 . -502) 181033) ((-250 . -625) 180925) ((-215 . -102) T) ((-139 . -625) 180891) ((-138 . -625) 180857) ((-134 . -625) 180823) ((-1168 . -34) T) ((-962 . -1238) T) ((-354 . -729) 180768) ((-682 . -25) T) ((-682 . -21) T) ((-1197 . -628) 180749) ((-341 . -1238) T) ((-486 . -1070) T) ((-647 . -429) 180714) ((-619 . -429) 180679) ((-1141 . -1173) T) ((-1273 . -317) 180658) ((-724 . -1072) 180481) ((-593 . -300) T) ((-530 . -300) T) ((-1252 . -317) 180460) ((-486 . -238) 180412) ((-486 . -248) 180391) ((-451 . -1238) T) ((-724 . -652) 180220) ((-1252 . -1043) NIL) ((-1101 . -132) T) ((-886 . -807) 180199) ((-145 . -102) T) ((-40 . -1121) T) ((-886 . -804) 180178) ((-656 . -1031) 180162) ((-592 . -1079) T) ((-576 . -1079) T) ((-507 . -1079) T) ((-419 . -464) T) ((-370 . -132) T) ((-326 . -412) 180146) ((-323 . -412) 180107) ((-364 . -132) T) ((-356 . -132) T) ((-1202 . -1121) T) ((-1141 . -38) 180094) ((-1115 . -625) 180061) ((-108 . -132) T) ((-973 . -1121) T) ((-940 . -1121) T) ((-783 . -1121) T) ((-684 . -1121) T) ((-713 . -148) T) ((-117 . -148) T) ((-1310 . -21) T) ((-1310 . -25) T) ((-1308 . -21) T) ((-1308 . -25) T) ((-676 . -1077) 180045) ((-543 . -862) T) ((-512 . -862) T) ((-376 . -1238) T) ((-366 . -1077) 179997) ((-363 . -1077) 179949) ((-355 . -1077) 179901) ((-258 . -1238) T) ((-257 . -1238) T) ((-273 . -1077) 179744) ((-253 . -1077) 179587) ((-676 . -111) 179566) ((-829 . -1242) 179545) ((-559 . -856) T) ((-326 . -919) 179511) ((-366 . -111) 179449) ((-363 . -111) 179387) ((-355 . -111) 179325) ((-273 . -111) 179154) ((-253 . -111) 178983) ((-323 . -919) NIL) ((-635 . -423) 178967) ((-44 . -21) T) ((-44 . -25) T) ((-827 . -651) 178873) ((-829 . -568) 178852) ((-258 . -1059) 178679) ((-257 . -1059) 178506) ((-127 . -120) 178490) ((-929 . -1077) 178455) ((-724 . -102) T) ((-711 . -1079) T) ((-609 . -628) 178436) ((-597 . -628) 178417) ((-548 . -630) 178320) ((-354 . -174) T) ((-153 . -21) T) ((-153 . -25) T) ((-88 . -625) 178302) ((-929 . -111) 178258) ((-40 . -729) 178203) ((-884 . -1121) T) ((-676 . -628) 178180) ((-657 . -628) 178161) ((-366 . -628) 178098) ((-363 . -628) 178035) ((-355 . -628) 177972) ((-559 . -1121) T) ((-337 . -626) 177933) ((-337 . -625) 177845) ((-273 . -628) 177598) ((-253 . -628) 177383) ((-188 . -1238) T) ((-1251 . -804) 177336) ((-1251 . -807) 177289) ((-258 . -388) 177258) ((-257 . -388) 177227) ((-666 . -38) 177197) ((-620 . -34) T) ((-494 . -1133) 177175) ((-487 . -34) T) ((-1134 . -132) 177046) ((-983 . -25) 176857) ((-929 . -628) 176807) ((-888 . -625) 176789) ((-983 . -21) 176744) ((-827 . -25) 176577) ((-827 . -21) 176488) ((-1244 . -379) T) ((-635 . -1079) T) ((-1199 . -568) 176467) ((-1193 . -47) 176444) ((-366 . -1070) T) ((-363 . -1070) T) ((-494 . -23) 176296) ((-355 . -1070) T) ((-273 . -1070) T) ((-253 . -1070) T) ((-1146 . -47) 176268) ((-118 . -1079) T) ((-1055 . -660) 176242) ((-977 . -34) T) ((-366 . -238) 176221) ((-366 . -248) T) ((-363 . -238) 176200) ((-363 . -248) T) ((-355 . -238) 176179) ((-355 . -248) T) ((-273 . -336) 176151) ((-253 . -336) 176108) ((-273 . -238) 176087) ((-1178 . -152) 176071) ((-258 . -917) 176003) ((-257 . -917) 175935) ((-1163 . -911) 175856) ((-1103 . -862) T) ((-1255 . -1238) 175834) ((-426 . -1133) T) ((-1075 . -23) T) ((-1045 . -860) T) ((-929 . -1070) T) ((-332 . -660) 175816) ((-713 . -237) T) ((-682 . -234) 175761) ((-1232 . -1023) 175727) ((-1194 . -939) 175706) ((-1188 . -939) 175685) ((-1188 . -832) NIL) ((-1020 . -1072) 175581) ((-986 . -1238) T) ((-929 . -248) T) ((-829 . -374) 175560) ((-396 . -23) T) ((-128 . -1121) 175538) ((-122 . -1121) 175516) ((-929 . -238) T) ((-129 . -34) T) ((-390 . -660) 175481) ((-1020 . -652) 175429) ((-884 . -729) 175416) ((-1317 . -658) 175388) ((-1067 . -152) 175353) ((-1014 . -1238) T) ((-876 . -1238) T) ((-40 . -174) T) ((-706 . -423) 175335) ((-724 . -319) 175322) ((-848 . -660) 175282) ((-839 . -660) 175256) ((-329 . -25) T) ((-329 . -21) T) ((-670 . -296) 175235) ((-592 . -1121) T) ((-576 . -1121) T) ((-507 . -1121) T) ((-1193 . -1238) T) ((-250 . -298) 175212) ((-1146 . -1238) T) ((-868 . -1238) T) ((-323 . -272) 175173) ((-323 . -232) 175134) ((-1193 . -901) NIL) ((-55 . -1121) T) ((-1146 . -901) 174993) ((-130 . -862) T) ((-1193 . -1059) 174873) ((-1146 . -1059) 174756) ((-185 . -625) 174738) ((-868 . -1059) 174634) ((-794 . -296) 174561) ((-829 . -1133) T) ((-1055 . -738) T) ((-1067 . -997) 174490) ((-614 . -663) 174474) ((-1024 . -911) 174381) ((-1020 . -102) T) ((-829 . -23) T) ((-724 . -1173) 174359) ((-706 . -1079) T) ((-614 . -384) 174343) ((-362 . -464) T) ((-354 . -300) T) ((-1289 . -1121) T) ((-254 . -1121) T) ((-411 . -102) T) ((-299 . -21) T) ((-299 . -25) T) ((-372 . -738) T) ((-722 . -1121) T) ((-711 . -1121) T) ((-372 . -485) T) ((-1232 . -625) 174325) ((-1193 . -388) 174309) ((-1146 . -388) 174293) ((-1045 . -423) 174255) ((-142 . -231) 174237) ((-390 . -806) T) ((-390 . -803) T) ((-884 . -174) T) ((-390 . -738) T) ((-723 . -625) 174219) ((-724 . -38) 174048) ((-1288 . -1286) 174032) ((-362 . -414) T) ((-1288 . -1121) 173982) ((-1211 . -1121) T) ((-592 . -729) 173969) ((-576 . -729) 173956) ((-507 . -729) 173921) ((-1274 . -658) 173811) ((-326 . -641) 173790) ((-848 . -738) T) ((-839 . -738) T) ((-1136 . -1238) T) ((-656 . -1238) T) ((-1101 . -651) 173738) ((-1193 . -917) 173681) ((-1146 . -917) 173665) ((-827 . -234) 173556) ((-674 . -1077) 173540) ((-108 . -651) 173522) ((-494 . -132) 173393) ((-1199 . -1133) T) ((-831 . -1238) T) ((-971 . -47) 173362) ((-635 . -1121) T) ((-674 . -111) 173341) ((-503 . -625) 173307) ((-337 . -298) 173284) ((-398 . -1238) T) ((-334 . -1238) T) ((-493 . -47) 173241) ((-1199 . -23) T) ((-118 . -1121) T) ((-103 . -102) 173191) ((-1300 . -1133) T) ((-560 . -862) T) ((-227 . -1238) T) ((-1075 . -132) T) ((-1045 . -1079) T) ((-1300 . -23) T) ((-831 . -1059) 173175) ((-1218 . -625) 173157) ((-1024 . -736) 173129) ((-1141 . -840) T) ((-711 . -729) 173094) ((-598 . -625) 173076) ((-398 . -1059) 173060) ((-365 . -1079) T) ((-396 . -132) T) ((-334 . -1059) 173044) ((-1126 . -1121) T) ((-1101 . -21) T) ((-1101 . -25) T) ((-227 . -901) 173026) ((-1025 . -939) T) ((-91 . -34) T) ((-1025 . -832) T) ((-933 . -939) T) ((-1020 . -319) 172991) ((-890 . -628) 172972) ((-499 . -1242) T) ((-726 . -660) 172932) ((-693 . -628) 172913) ((-688 . -628) 172894) ((-219 . -1242) T) ((-419 . -911) 172815) ((-227 . -1059) 172775) ((-40 . -300) T) ((-499 . -568) T) ((-490 . -628) 172756) ((-370 . -25) T) ((-326 . -658) 172411) ((-323 . -658) 172325) ((-370 . -21) T) ((-364 . -25) T) ((-364 . -21) T) ((-219 . -568) T) ((-356 . -25) T) ((-356 . -21) T) ((-329 . -234) 172271) ((-250 . -628) 172248) ((-139 . -628) 172229) ((-138 . -628) 172210) ((-134 . -628) 172191) ((-108 . -25) T) ((-108 . -21) T) ((-48 . -1079) T) ((-592 . -174) T) ((-576 . -174) T) ((-507 . -174) T) ((-1083 . -1238) T) ((-971 . -1238) T) ((-725 . -1238) T) ((-670 . -625) 172173) ((-493 . -1238) T) ((-749 . -748) 172157) ((-347 . -625) 172139) ((-68 . -394) T) ((-68 . -407) T) ((-1123 . -107) 172123) ((-1083 . -901) 172105) ((-971 . -901) 172030) ((-665 . -1133) T) ((-635 . -729) 172017) ((-493 . -901) NIL) ((-1167 . -102) T) ((-1115 . -630) 172001) ((-1083 . -1059) 171983) ((-97 . -625) 171965) ((-489 . -148) T) ((-971 . -1059) 171845) ((-118 . -729) 171790) ((-724 . -919) 171697) ((-665 . -23) T) ((-493 . -1059) 171573) ((-1108 . -626) NIL) ((-1108 . -625) 171555) ((-794 . -626) NIL) ((-794 . -625) 171516) ((-792 . -626) 171150) ((-792 . -625) 171064) ((-1134 . -651) 170970) ((-473 . -625) 170952) ((-466 . -625) 170934) ((-466 . -626) 170795) ((-1056 . -231) 170741) ((-886 . -928) 170720) ((-127 . -34) T) ((-829 . -132) T) ((-661 . -625) 170702) ((-590 . -102) T) ((-366 . -1307) 170686) ((-363 . -1307) 170670) ((-355 . -1307) 170654) ((-128 . -526) 170587) ((-122 . -526) 170520) ((-523 . -804) T) ((-523 . -807) T) ((-522 . -806) T) ((-103 . -319) 170458) ((-224 . -102) 170408) ((-711 . -174) T) ((-706 . -1121) T) ((-886 . -660) 170324) ((-65 . -395) T) ((-284 . -625) 170306) ((-65 . -407) T) ((-971 . -388) 170290) ((-884 . -300) T) ((-50 . -625) 170272) ((-1020 . -38) 170220) ((-1141 . -658) 170192) ((-593 . -625) 170174) ((-493 . -388) 170158) ((-593 . -626) 170140) ((-530 . -625) 170122) ((-929 . -1307) 170109) ((-885 . -1238) T) ((-713 . -464) T) ((-507 . -526) 170075) ((-1299 . -1238) T) ((-1298 . -1238) T) ((-499 . -374) T) ((-366 . -379) 170054) ((-363 . -379) 170033) ((-355 . -379) 170012) ((-726 . -738) T) ((-219 . -374) T) ((-117 . -464) T) ((-1311 . -1302) 169996) ((-885 . -899) 169973) ((-885 . -901) NIL) ((-983 . -862) 169872) ((-827 . -862) 169823) ((-1245 . -102) T) ((-666 . -668) 169807) ((-1224 . -34) T) ((-173 . -625) 169789) ((-1134 . -25) 169622) ((-1134 . -21) 169533) ((-885 . -1059) 169510) ((-971 . -917) 169491) ((-1261 . -47) 169468) ((-929 . -379) T) ((-59 . -663) 169452) ((-528 . -663) 169436) ((-493 . -917) 169413) ((-71 . -453) T) ((-71 . -407) T) ((-508 . -663) 169397) ((-59 . -384) 169381) ((-635 . -174) T) ((-528 . -384) 169365) ((-508 . -384) 169349) ((-558 . -1238) T) ((-839 . -720) 169333) ((-1193 . -317) 169312) ((-1199 . -132) T) ((-1163 . -1072) 169296) ((-118 . -174) T) ((-1163 . -652) 169228) ((-1167 . -319) 169166) ((-171 . -1238) T) ((-1300 . -132) T) ((-1273 . -939) 169145) ((-1252 . -939) 169124) ((-1252 . -832) NIL) ((-880 . -1072) 169094) ((-647 . -756) 169078) ((-619 . -756) 169062) ((-1251 . -928) 169015) ((-1045 . -1121) T) ((-924 . -1133) T) ((-880 . -652) 168985) ((-706 . -729) 168935) ((-915 . -1238) T) ((-885 . -388) 168912) ((-885 . -349) 168889) ((-853 . -1238) T) ((-820 . -1238) T) ((-171 . -899) 168873) ((-171 . -901) 168798) ((-781 . -1238) T) ((-689 . -1238) T) ((-1288 . -526) 168731) ((-1272 . -660) 168628) ((-1101 . -234) 168501) ((-499 . -1133) T) ((-365 . -1121) T) ((-219 . -1133) T) ((-76 . -453) T) ((-76 . -407) T) ((-171 . -1059) 168397) ((-304 . -911) 168354) ((-329 . -862) T) ((-1251 . -660) 168162) ((-886 . -806) 168141) ((-886 . -803) 168120) ((-886 . -738) T) ((-499 . -23) T) ((-370 . -234) 168093) ((-364 . -234) 168066) ((-356 . -234) 168039) ((-176 . -464) T) ((-86 . -453) T) ((-224 . -319) 167977) ((-86 . -407) T) ((-225 . -625) 167959) ((-108 . -234) 167946) ((-219 . -23) T) ((-1312 . -1305) 167925) ((-689 . -1059) 167909) ((-592 . -300) T) ((-576 . -300) T) ((-507 . -300) T) ((-1261 . -1238) T) ((-137 . -482) 167864) ((-869 . -1238) T) ((-666 . -658) 167823) ((-48 . -1121) T) ((-724 . -272) 167807) ((-724 . -232) 167791) ((-885 . -917) NIL) ((-583 . -1238) T) ((-1261 . -901) NIL) ((-904 . -102) T) ((-900 . -102) T) ((-400 . -1121) T) ((-171 . -388) 167775) ((-171 . -349) 167759) ((-1261 . -1059) 167639) ((-869 . -1059) 167535) ((-1163 . -102) T) ((-1020 . -919) 167458) ((-674 . -804) 167437) ((-665 . -132) T) ((-674 . -807) 167416) ((-118 . -526) 167324) ((-583 . -1059) 167306) ((-304 . -1295) 167276) ((-880 . -102) T) ((-982 . -568) 167255) ((-1232 . -1077) 167138) ((-1024 . -1072) 167083) ((-494 . -651) 166989) ((-923 . -1121) T) ((-1045 . -729) 166926) ((-723 . -1077) 166891) ((-1024 . -652) 166836) ((-629 . -102) T) ((-614 . -34) T) ((-1168 . -1238) T) ((-1232 . -111) 166705) ((-486 . -660) 166602) ((-365 . -729) 166547) ((-171 . -917) 166506) ((-711 . -300) T) ((-706 . -174) T) ((-723 . -111) 166462) ((-1317 . -1079) T) ((-1261 . -388) 166446) ((-430 . -1242) 166424) ((-1139 . -625) 166406) ((-323 . -860) NIL) ((-430 . -568) T) ((-227 . -317) T) ((-1251 . -803) 166359) ((-1251 . -806) 166312) ((-1272 . -738) T) ((-1251 . -738) T) ((-48 . -729) 166277) ((-227 . -1043) T) ((-1274 . -423) 166243) ((-362 . -1295) 166220) ((-1261 . -917) 166163) ((-730 . -738) T) ((-343 . -625) 166145) ((-1232 . -628) 166027) ((-1134 . -234) 165918) ((-112 . -625) 165900) ((-112 . -626) 165882) ((-730 . -485) T) ((-723 . -628) 165832) ((-1311 . -1072) 165816) ((-494 . -25) 165649) ((-128 . -501) 165633) ((-122 . -501) 165617) ((-494 . -21) 165528) ((-1311 . -652) 165498) ((-635 . -300) T) ((-598 . -1077) 165473) ((-449 . -1121) T) ((-1083 . -317) T) ((-118 . -300) T) ((-1125 . -102) T) ((-1024 . -102) T) ((-598 . -111) 165441) ((-1232 . -1070) T) ((-1163 . -319) 165379) ((-1083 . -1043) T) ((-1075 . -25) T) ((-66 . -1238) T) ((-907 . -1238) T) ((-1075 . -21) T) ((-723 . -1070) T) ((-396 . -21) T) ((-396 . -25) T) ((-706 . -526) NIL) ((-1045 . -174) T) ((-723 . -248) T) ((-1083 . -557) T) ((-724 . -658) 165289) ((-518 . -102) T) ((-514 . -102) T) ((-365 . -174) T) ((-354 . -625) 165271) ((-419 . -1072) 165223) ((-406 . -625) 165205) ((-1141 . -860) T) ((-486 . -738) T) ((-907 . -1059) 165173) ((-419 . -652) 165125) ((-108 . -862) T) ((-670 . -1077) 165109) ((-499 . -132) T) ((-1274 . -1079) T) ((-219 . -132) T) ((-1178 . -102) 165059) ((-99 . -1121) T) ((-250 . -678) 165043) ((-250 . -663) 165027) ((-670 . -111) 165006) ((-598 . -628) 164990) ((-326 . -423) 164974) ((-250 . -384) 164958) ((-1180 . -240) 164905) ((-1020 . -272) 164889) ((-1020 . -232) 164873) ((-74 . -1238) T) ((-48 . -174) T) ((-713 . -399) T) ((-713 . -144) T) ((-1311 . -102) T) ((-1219 . -1238) T) ((-1218 . -628) 164855) ((-1109 . -1238) T) ((-1108 . -1077) 164698) ((-1097 . -1238) T) ((-273 . -928) 164677) ((-253 . -928) 164656) ((-794 . -1077) 164479) ((-792 . -1077) 164322) ((-620 . -1238) T) ((-1185 . -625) 164304) ((-1108 . -111) 164133) ((-1067 . -102) T) ((-487 . -1238) T) ((-473 . -1077) 164104) ((-466 . -1077) 163947) ((-676 . -660) 163931) ((-885 . -317) T) ((-794 . -111) 163740) ((-792 . -111) 163569) ((-366 . -660) 163521) ((-363 . -660) 163473) ((-355 . -660) 163425) ((-273 . -660) 163314) ((-253 . -660) 163203) ((-1179 . -862) T) ((-1109 . -1059) 163187) ((-473 . -111) 163148) ((-466 . -111) 162977) ((-1097 . -1059) 162954) ((-1021 . -34) T) ((-985 . -625) 162936) ((-977 . -1238) T) ((-127 . -1031) 162920) ((-982 . -1133) T) ((-885 . -1043) NIL) ((-747 . -1133) T) ((-727 . -1133) T) ((-670 . -628) 162838) ((-1288 . -501) 162822) ((-1205 . -1238) T) ((-1204 . -1238) T) ((-1163 . -38) 162782) ((-982 . -23) T) ((-929 . -660) 162747) ((-879 . -1121) T) ((-855 . -102) T) ((-829 . -21) T) ((-647 . -1072) 162731) ((-619 . -1072) 162715) ((-829 . -25) T) ((-747 . -23) T) ((-727 . -23) T) ((-647 . -652) 162699) ((-110 . -673) T) ((-619 . -652) 162683) ((-593 . -1077) 162648) ((-530 . -1077) 162593) ((-229 . -57) 162551) ((-465 . -23) T) ((-419 . -102) T) ((-1203 . -1238) T) ((-270 . -102) T) ((-110 . -113) T) ((-706 . -300) T) ((-880 . -38) 162521) ((-1108 . -628) 162257) ((-593 . -111) 162213) ((-530 . -111) 162142) ((-430 . -1133) T) ((-326 . -1079) 162032) ((-323 . -1079) T) ((-129 . -1238) T) ((-131 . -1238) T) ((-794 . -628) 161780) ((-792 . -628) 161546) ((-670 . -1070) T) ((-1317 . -1121) T) ((-466 . -628) 161331) ((-171 . -317) 161262) ((-430 . -23) T) ((-40 . -625) 161244) ((-40 . -626) 161228) ((-108 . -1013) 161210) ((-117 . -883) 161194) ((-661 . -628) 161178) ((-48 . -526) 161144) ((-1224 . -1031) 161128) ((-1202 . -625) 161095) ((-1210 . -34) T) ((-973 . -625) 161061) ((-940 . -625) 161043) ((-1134 . -862) 160994) ((-783 . -625) 160976) ((-684 . -625) 160958) ((-529 . -1238) T) ((-1261 . -317) 160937) ((-1178 . -319) 160875) ((-1162 . -34) T) ((-491 . -34) T) ((-1113 . -1238) T) ((-489 . -464) T) ((-1055 . -1238) T) ((-1108 . -1070) T) ((-50 . -628) 160844) ((-794 . -1070) T) ((-792 . -1070) T) ((-659 . -240) 160828) ((-644 . -240) 160774) ((-1199 . -21) T) ((-593 . -628) 160724) ((-530 . -628) 160654) ((-494 . -234) 160545) ((-1199 . -25) T) ((-1108 . -336) 160506) ((-466 . -1070) T) ((-1108 . -238) 160485) ((-794 . -336) 160462) ((-794 . -238) T) ((-792 . -336) 160434) ((-743 . -1242) 160413) ((-531 . -34) T) ((-337 . -663) 160397) ((-528 . -34) T) ((-59 . -34) T) ((-509 . -34) T) ((-508 . -34) T) ((-466 . -336) 160376) ((-337 . -384) 160360) ((-372 . -1238) T) ((-332 . -1238) T) ((-1024 . -1173) NIL) ((-743 . -568) 160291) ((-647 . -102) T) ((-619 . -102) T) ((-366 . -738) T) ((-363 . -738) T) ((-355 . -738) T) ((-273 . -738) T) ((-253 . -738) T) ((-390 . -1238) T) ((-1300 . -21) T) ((-1067 . -319) 160199) ((-1300 . -25) T) ((-920 . -1121) 160177) ((-830 . -234) 160164) ((-50 . -1070) T) ((-1195 . -568) 160143) ((-1194 . -1242) 160122) ((-1194 . -568) 160073) ((-1188 . -1242) 160052) ((-1188 . -568) 160003) ((-1045 . -300) T) ((-593 . -1070) T) ((-530 . -1070) T) ((-1024 . -38) 159948) ((-372 . -1059) 159932) ((-332 . -1059) 159916) ((-1020 . -658) 159839) ((-390 . -901) 159821) ((-848 . -1238) T) ((-839 . -1238) T) ((-837 . -1238) T) ((-811 . -1133) T) ((-929 . -738) T) ((-593 . -248) T) ((-593 . -238) T) ((-530 . -238) T) ((-530 . -248) T) ((-1147 . -568) 159800) ((-365 . -300) T) ((-659 . -707) 159784) ((-390 . -1059) 159744) ((-304 . -1072) 159665) ((-350 . -911) 159644) ((-1141 . -1079) T) ((-103 . -126) 159628) ((-304 . -652) 159570) ((-811 . -23) T) ((-1310 . -1305) 159546) ((-1308 . -1305) 159525) ((-1288 . -296) 159477) ((-419 . -319) 159442) ((-1274 . -1121) T) ((-1163 . -919) 159365) ((-884 . -625) 159347) ((-848 . -1059) 159316) ((-205 . -799) T) ((-204 . -799) T) ((-203 . -799) T) ((-202 . -799) T) ((-201 . -799) T) ((-200 . -799) T) ((-199 . -799) T) ((-198 . -799) T) ((-197 . -799) T) ((-196 . -799) T) ((-559 . -625) 159298) ((-507 . -1023) T) ((-283 . -851) T) ((-282 . -851) T) ((-281 . -851) T) ((-280 . -851) T) ((-48 . -300) T) ((-279 . -851) T) ((-278 . -851) T) ((-277 . -851) T) ((-195 . -799) T) ((-624 . -862) T) ((-666 . -423) 159282) ((-682 . -237) 159233) ((-225 . -628) 159195) ((-110 . -862) T) ((-665 . -21) T) ((-665 . -25) T) ((-1311 . -38) 159165) ((-118 . -296) 159116) ((-1288 . -19) 159100) ((-1288 . -616) 159077) ((-1301 . -1121) T) ((-362 . -1072) 159022) ((-1098 . -1121) T) ((-1008 . -1121) T) ((-982 . -132) T) ((-829 . -234) 159009) ((-749 . -1121) T) ((-362 . -652) 158954) ((-747 . -132) T) ((-727 . -132) T) ((-523 . -805) T) ((-523 . -806) T) ((-465 . -132) T) ((-419 . -1173) 158932) ((-225 . -1070) T) ((-304 . -102) 158714) ((-142 . -1121) T) ((-711 . -1023) T) ((-1126 . -296) 158670) ((-91 . -1238) T) ((-128 . -625) 158602) ((-122 . -625) 158534) ((-1317 . -174) T) ((-1194 . -374) 158513) ((-1188 . -374) 158492) ((-326 . -1121) T) ((-430 . -132) T) ((-323 . -1121) T) ((-419 . -38) 158444) ((-1154 . -102) T) ((-1274 . -729) 158336) ((-1156 . -1283) T) ((-1117 . -1238) T) ((-1111 . -1238) T) ((-666 . -1079) T) ((-1094 . -1238) T) ((-1087 . -1238) T) ((-1057 . -1238) T) ((-1040 . -1238) T) ((-329 . -146) 158315) ((-329 . -148) 158294) ((-140 . -1121) T) ((-137 . -1121) T) ((-115 . -1121) T) ((-872 . -102) T) ((-638 . -1238) T) ((-495 . -1238) T) ((-592 . -625) 158276) ((-576 . -626) 158175) ((-576 . -625) 158157) ((-507 . -625) 158139) ((-507 . -626) 158084) ((-497 . -23) T) ((-220 . -1238) T) ((-494 . -862) 158035) ((-499 . -651) 158017) ((-984 . -625) 157999) ((-1024 . -919) 157908) ((-219 . -651) 157890) ((-227 . -416) T) ((-674 . -660) 157874) ((-55 . -625) 157856) ((-1193 . -939) 157835) ((-743 . -1133) T) ((-527 . -1238) T) ((-522 . -1238) T) ((-520 . -1238) T) ((-362 . -102) T) ((-1237 . -1104) T) ((-1141 . -856) T) ((-830 . -862) T) ((-743 . -23) T) ((-354 . -1077) 157780) ((-1168 . -107) 157764) ((-1289 . -625) 157746) ((-1195 . -23) T) ((-1195 . -1133) T) ((-1194 . -1133) T) ((-1194 . -23) T) ((-527 . -1059) 157730) ((-1188 . -1133) T) ((-1147 . -1133) T) ((-354 . -111) 157659) ((-1025 . -1242) T) ((-127 . -1238) T) ((-933 . -1242) T) ((-1188 . -23) T) ((-1163 . -272) 157643) ((-706 . -296) NIL) ((-726 . -1238) T) ((-1163 . -232) 157627) ((-1147 . -23) T) ((-1096 . -1121) T) ((-1025 . -568) T) ((-933 . -568) T) ((-255 . -1238) T) ((-189 . -1238) T) ((-163 . -1238) T) ((-158 . -1238) T) ((-254 . -625) 157609) ((-827 . -237) 157506) ((-811 . -132) T) ((-722 . -625) 157488) ((-326 . -729) 157398) ((-323 . -729) 157327) ((-711 . -625) 157309) ((-711 . -626) 157254) ((-419 . -412) 157238) ((-450 . -1121) T) ((-499 . -25) T) ((-499 . -21) T) ((-1141 . -1121) T) ((-219 . -25) T) ((-219 . -21) T) ((-724 . -423) 157222) ((-726 . -1059) 157191) ((-1288 . -625) 157103) ((-1288 . -626) 157064) ((-1274 . -174) T) ((-1211 . -625) 157046) ((-250 . -34) T) ((-354 . -628) 156976) ((-406 . -628) 156958) ((-945 . -995) T) ((-1224 . -1238) T) ((-674 . -803) 156937) ((-674 . -806) 156916) ((-410 . -407) T) ((-535 . -102) 156866) ((-1244 . -1238) T) ((-1056 . -1121) T) ((-419 . -919) 156789) ((-224 . -1016) 156773) ((-850 . -1238) T) ((-516 . -102) T) ((-635 . -625) 156755) ((-45 . -862) NIL) ((-635 . -626) 156732) ((-1056 . -622) 156707) ((-920 . -526) 156640) ((-329 . -237) 156592) ((-354 . -1070) T) ((-118 . -626) NIL) ((-118 . -625) 156574) ((-886 . -1238) T) ((-682 . -429) 156558) ((-682 . -1144) 156503) ((-512 . -152) 156485) ((-354 . -238) T) ((-354 . -248) T) ((-40 . -1077) 156430) ((-886 . -899) 156414) ((-886 . -901) 156339) ((-724 . -1079) T) ((-706 . -1023) NIL) ((-1272 . -47) 156309) ((-1251 . -47) 156286) ((-1162 . -1031) 156257) ((-1141 . -729) 156244) ((-3 . |UnionCategory|) T) ((-1126 . -625) 156226) ((-1101 . -148) 156205) ((-1101 . -146) 156156) ((-1025 . -374) T) ((-985 . -628) 156140) ((-227 . -939) T) ((-40 . -111) 156069) ((-886 . -1059) 155933) ((-1024 . -232) 155910) ((-1024 . -272) 155887) ((-713 . -1072) 155874) ((-933 . -374) T) ((-713 . -652) 155861) ((-329 . -1226) 155827) ((-390 . -317) T) ((-329 . -1223) 155793) ((-326 . -174) 155772) ((-323 . -174) T) ((-620 . -1214) 155748) ((-593 . -1307) 155735) ((-530 . -1307) 155712) ((-117 . -1072) 155699) ((-370 . -148) 155678) ((-370 . -146) 155629) ((-364 . -148) 155608) ((-364 . -146) 155559) ((-356 . -148) 155538) ((-117 . -652) 155525) ((-356 . -146) 155476) ((-329 . -35) 155442) ((-487 . -1214) 155421) ((0 . |EnumerationCategory|) T) ((-329 . -95) 155387) ((-390 . -1043) T) ((-108 . -148) T) ((-108 . -146) NIL) ((-45 . -240) 155337) ((-666 . -1121) T) ((-620 . -107) 155284) ((-497 . -132) T) ((-487 . -107) 155234) ((-245 . -1133) 155212) ((-31 . -1238) T) ((-886 . -388) 155196) ((-886 . -349) 155180) ((-245 . -23) 155032) ((-40 . -628) 154962) ((-1083 . -939) T) ((-1083 . -832) T) ((-593 . -379) T) ((-530 . -379) T) ((-1301 . -526) 154895) ((-1280 . -568) 154874) ((-1273 . -1242) 154853) ((-1273 . -568) 154804) ((-362 . -1173) T) ((-337 . -34) T) ((-44 . -429) 154788) ((-1202 . -628) 154724) ((-887 . -1238) T) ((-402 . -756) 154708) ((-1272 . -1238) T) ((-1252 . -1242) 154687) ((-1163 . -658) 154646) ((-743 . -132) T) ((-684 . -628) 154630) ((-1252 . -568) 154581) ((-1251 . -1238) T) ((-1251 . -901) 154454) ((-1251 . -899) 154424) ((-1195 . -132) T) ((-1194 . -132) T) ((-321 . -1104) T) ((-1188 . -132) T) ((-749 . -526) 154357) ((-1147 . -132) T) ((-1045 . -1023) T) ((-908 . -1121) T) ((-145 . -856) T) ((-1025 . -23) T) ((-703 . -625) 154339) ((-1025 . -1133) T) ((-535 . -319) 154277) ((-1024 . -360) NIL) ((-142 . -526) NIL) ((-880 . -658) 154222) ((-992 . -23) T) ((-933 . -1133) T) ((-933 . -23) T) ((-362 . -38) 154187) ((-886 . -917) 154146) ((-884 . -1077) 154133) ((-82 . -625) 154115) ((-40 . -1070) T) ((-884 . -111) 154100) ((-730 . -1238) T) ((-713 . -102) T) ((-706 . -625) 154082) ((-614 . -1238) T) ((-608 . -568) 154061) ((-439 . -1133) T) ((-350 . -1072) 154045) ((-215 . -1121) T) ((-176 . -1072) 153977) ((-486 . -47) 153947) ((-40 . -238) 153919) ((-40 . -248) T) ((-135 . -102) T) ((-117 . -102) T) ((-607 . -568) 153898) ((-350 . -652) 153882) ((-706 . -626) 153790) ((-326 . -526) 153756) ((-176 . -652) 153688) ((-323 . -526) 153580) ((-499 . -234) 153567) ((-1272 . -1059) 153551) ((-1251 . -1059) 153337) ((-1020 . -423) 153321) ((-219 . -234) 153308) ((-439 . -23) T) ((-1141 . -174) T) ((-1274 . -300) T) ((-666 . -729) 153278) ((-145 . -1121) T) ((-48 . -1023) T) ((-419 . -272) 153262) ((-419 . -232) 153246) ((-305 . -240) 153196) ((-885 . -939) T) ((-885 . -832) NIL) ((-884 . -628) 153168) ((-878 . -862) T) ((-1251 . -349) 153138) ((-1251 . -388) 153108) ((-1101 . -237) 152987) ((-224 . -1142) 152971) ((-304 . -919) 152930) ((-1288 . -298) 152907) ((-370 . -237) 152886) ((-364 . -237) 152865) ((-486 . -1238) T) ((-356 . -237) 152844) ((-108 . -237) T) ((-1232 . -660) 152769) ((-1024 . -658) 152699) ((-982 . -21) T) ((-982 . -25) T) ((-747 . -21) T) ((-747 . -25) T) ((-727 . -21) T) ((-727 . -25) T) ((-723 . -660) 152664) ((-465 . -21) T) ((-465 . -25) T) ((-350 . -102) T) ((-176 . -102) T) ((-1020 . -1079) T) ((-884 . -1070) T) ((-786 . -102) T) ((-1273 . -374) 152643) ((-1272 . -917) 152549) ((-1252 . -374) 152528) ((-1251 . -917) 152379) ((-1197 . -1238) T) ((-1045 . -625) 152361) ((-419 . -840) 152314) ((-1195 . -505) 152280) ((-171 . -939) 152211) ((-1194 . -505) 152177) ((-1188 . -505) 152143) ((-724 . -1121) T) ((-1147 . -505) 152109) ((-592 . -1077) 152096) ((-576 . -1077) 152083) ((-507 . -1077) 152048) ((-326 . -300) 152027) ((-323 . -300) T) ((-365 . -625) 152009) ((-430 . -25) T) ((-430 . -21) T) ((-99 . -296) 151988) ((-592 . -111) 151973) ((-576 . -111) 151958) ((-507 . -111) 151914) ((-1197 . -901) 151881) ((-920 . -501) 151865) ((-48 . -625) 151847) ((-48 . -626) 151792) ((-245 . -132) 151663) ((-1311 . -658) 151622) ((-1261 . -939) 151601) ((-828 . -1242) 151580) ((-400 . -502) 151561) ((-1056 . -526) 151405) ((-400 . -625) 151371) ((-828 . -568) 151302) ((-598 . -660) 151277) ((-273 . -47) 151249) ((-253 . -47) 151206) ((-543 . -521) 151183) ((-592 . -628) 151155) ((-576 . -628) 151127) ((-507 . -628) 151060) ((-1095 . -1238) T) ((-1021 . -1238) T) ((-1280 . -23) T) ((-1280 . -1133) T) ((-1273 . -1133) T) ((-1273 . -23) T) ((-1252 . -1133) T) ((-711 . -1077) 151025) ((-1252 . -23) T) ((-1232 . -738) T) ((-1141 . -300) T) ((-1134 . -237) 150922) ((-1025 . -132) T) ((-1024 . -381) 150894) ((-112 . -379) T) ((-486 . -917) 150800) ((-992 . -132) T) ((-923 . -625) 150782) ((-55 . -628) 150764) ((-91 . -107) 150748) ((-933 . -132) T) ((-924 . -862) 150699) ((-713 . -1173) T) ((-711 . -111) 150655) ((-855 . -658) 150572) ((-608 . -1133) T) ((-607 . -1133) T) ((-724 . -729) 150401) ((-723 . -738) T) ((-811 . -25) T) ((-811 . -21) T) ((-499 . -862) T) ((-609 . -1238) T) ((-597 . -1238) T) ((-592 . -1070) T) ((-219 . -862) T) ((-419 . -658) 150338) ((-576 . -1070) T) ((-548 . -1238) T) ((-507 . -1070) T) ((-608 . -23) T) ((-354 . -1307) 150315) ((-329 . -464) 150294) ((-350 . -319) 150281) ((-607 . -23) T) ((-439 . -132) T) ((-670 . -660) 150255) ((-250 . -1031) 150239) ((-886 . -317) T) ((-1312 . -1302) 150223) ((-783 . -804) T) ((-783 . -807) T) ((-713 . -38) 150210) ((-576 . -238) T) ((-507 . -248) T) ((-507 . -238) T) ((-1301 . -501) 150194) ((-1284 . -1238) T) ((-1171 . -240) 150144) ((-1108 . -928) 150123) ((-117 . -38) 150110) ((-211 . -812) T) ((-210 . -812) T) ((-209 . -812) T) ((-208 . -812) T) ((-886 . -1043) 150088) ((-676 . -1238) T) ((-657 . -1238) T) ((-794 . -928) 150067) ((-792 . -928) 150046) ((-1210 . -1238) T) ((-366 . -1238) T) ((-363 . -1238) T) ((-355 . -1238) T) ((-273 . -1238) T) ((-253 . -1238) T) ((-466 . -928) 150025) ((-749 . -501) 150009) ((-1108 . -660) 149898) ((-711 . -628) 149833) ((-794 . -660) 149722) ((-635 . -1077) 149709) ((-491 . -1238) T) ((-354 . -379) T) ((-142 . -501) 149691) ((-792 . -660) 149580) ((-1162 . -1238) T) ((-561 . -862) T) ((-473 . -660) 149551) ((-273 . -901) 149410) ((-253 . -901) NIL) ((-118 . -1077) 149355) ((-466 . -660) 149244) ((-676 . -1059) 149221) ((-635 . -111) 149206) ((-402 . -1072) 149190) ((-366 . -1059) 149174) ((-363 . -1059) 149158) ((-355 . -1059) 149142) ((-273 . -1059) 148986) ((-253 . -1059) 148862) ((-929 . -1238) T) ((-118 . -111) 148791) ((-59 . -1238) T) ((-402 . -652) 148775) ((-633 . -1072) 148759) ((-531 . -1238) T) ((-528 . -1238) T) ((-509 . -1238) T) ((-508 . -1238) T) ((-449 . -625) 148741) ((-446 . -625) 148723) ((-633 . -652) 148707) ((-3 . -102) T) ((-1048 . -1231) 148676) ((-845 . -102) T) ((-701 . -57) 148634) ((-711 . -1070) T) ((-647 . -658) 148603) ((-619 . -658) 148572) ((-50 . -660) 148546) ((-299 . -464) T) ((-488 . -1231) 148515) ((0 . -102) T) ((-593 . -660) 148480) ((-530 . -660) 148425) ((-49 . -102) T) ((-929 . -1059) 148412) ((-711 . -248) T) ((-1101 . -421) 148391) ((-743 . -651) 148339) ((-1020 . -1121) T) ((-724 . -174) 148230) ((-635 . -628) 148125) ((-499 . -1013) 148107) ((-430 . -234) 148052) ((-273 . -388) 148036) ((-253 . -388) 148020) ((-411 . -1121) T) ((-1047 . -102) 147998) ((-350 . -38) 147982) ((-219 . -1013) 147964) ((-118 . -628) 147894) ((-176 . -38) 147826) ((-1272 . -317) 147805) ((-1251 . -317) 147784) ((-670 . -738) T) ((-99 . -625) 147766) ((-489 . -1072) 147731) ((-1188 . -651) 147683) ((-489 . -652) 147648) ((-497 . -25) T) ((-497 . -21) T) ((-1251 . -1043) 147600) ((-1078 . -1238) T) ((-1 . -1238) T) ((-635 . -1070) T) ((-390 . -416) T) ((-402 . -102) T) ((-1126 . -630) 147515) ((-273 . -917) 147461) ((-253 . -917) 147438) ((-118 . -1070) T) ((-828 . -1133) T) ((-1108 . -738) T) ((-635 . -238) 147417) ((-633 . -102) T) ((-523 . -1238) T) ((-519 . -1238) T) ((-794 . -738) T) ((-792 . -738) T) ((-425 . -1133) T) ((-118 . -248) T) ((-40 . -379) NIL) ((-118 . -238) NIL) ((-1243 . -862) T) ((-466 . -738) T) ((-828 . -23) T) ((-743 . -25) T) ((-743 . -21) T) ((-682 . -911) 147338) ((-1098 . -296) 147317) ((-78 . -408) T) ((-78 . -407) T) ((-545 . -779) 147299) ((-706 . -1077) 147249) ((-1313 . -102) T) ((-1280 . -132) T) ((-1273 . -132) T) ((-1252 . -132) T) ((-1195 . -25) T) ((-1163 . -423) 147233) ((-647 . -378) 147165) ((-619 . -378) 147097) ((-1178 . -1170) 147081) ((-103 . -1121) 147059) ((-1195 . -21) T) ((-1194 . -21) T) ((-879 . -625) 147041) ((-1020 . -729) 146989) ((-225 . -660) 146956) ((-706 . -111) 146890) ((-50 . -738) T) ((-1194 . -25) T) ((-362 . -360) T) ((-1188 . -21) T) ((-1101 . -464) 146841) ((-1188 . -25) T) ((-724 . -526) 146788) ((-593 . -738) T) ((-530 . -738) T) ((-1147 . -21) T) ((-1147 . -25) T) ((-608 . -132) T) ((-607 . -132) T) ((-304 . -658) 146523) ((-494 . -237) 146420) ((-370 . -464) T) ((-364 . -464) T) ((-356 . -464) T) ((-486 . -317) 146399) ((-1246 . -102) T) ((-323 . -296) 146334) ((-108 . -464) T) ((-79 . -453) T) ((-79 . -407) T) ((-489 . -102) T) ((-703 . -628) 146318) ((-1317 . -625) 146300) ((-1317 . -626) 146282) ((-1101 . -414) 146261) ((-1056 . -501) 146192) ((-137 . -296) 146169) ((-576 . -807) T) ((-576 . -804) T) ((-1084 . -240) 146115) ((-370 . -414) 146066) ((-364 . -414) 146017) ((-356 . -414) 145968) ((-1303 . -1133) T) ((-1312 . -1072) 145952) ((-392 . -1072) 145936) ((-1312 . -652) 145906) ((-830 . -237) T) ((-392 . -652) 145876) ((-706 . -628) 145811) ((-1303 . -23) T) ((-1290 . -102) T) ((-350 . -919) 145792) ((-177 . -625) 145774) ((-1163 . -1079) T) ((-559 . -379) T) ((-682 . -756) 145758) ((-1199 . -146) 145737) ((-1199 . -148) 145716) ((-1167 . -1121) T) ((-1167 . -1092) 145685) ((-69 . -1238) T) ((-1045 . -1077) 145622) ((-362 . -658) 145552) ((-880 . -1079) T) ((-245 . -651) 145458) ((-706 . -1070) T) ((-365 . -1077) 145403) ((-61 . -1238) T) ((-1045 . -111) 145319) ((-920 . -625) 145230) ((-706 . -248) T) ((-706 . -238) NIL) ((-855 . -860) 145209) ((-711 . -807) T) ((-711 . -804) T) ((-1024 . -423) 145186) ((-365 . -111) 145115) ((-390 . -939) T) ((-419 . -860) 145094) ((-724 . -300) 145005) ((-225 . -738) T) ((-1280 . -505) 144971) ((-1273 . -505) 144937) ((-1252 . -505) 144903) ((-590 . -1121) T) ((-326 . -1023) 144882) ((-224 . -1121) 144860) ((-1245 . -856) T) ((-329 . -994) 144822) ((-105 . -102) T) ((-48 . -1077) 144787) ((-1312 . -102) T) ((-392 . -102) T) ((-1274 . -625) 144769) ((-1154 . -1155) 144753) ((-1025 . -651) 144735) ((-890 . -1238) T) ((-48 . -111) 144691) ((-693 . -1238) T) ((-688 . -1238) T) ((-674 . -1238) T) ((-827 . -911) 144558) ((-490 . -1238) T) ((-250 . -1238) T) ((-543 . -102) T) ((-512 . -102) T) ((-153 . -1295) 144542) ((-139 . -1238) T) ((-138 . -1238) T) ((-134 . -1238) T) ((-1237 . -102) T) ((-1045 . -628) 144479) ((-829 . -237) T) ((-1193 . -1242) 144458) ((-365 . -628) 144388) ((-1146 . -1242) 144367) ((-245 . -25) 144200) ((-245 . -21) 144111) ((-128 . -120) 144095) ((-122 . -120) 144079) ((-44 . -756) 144063) ((-1193 . -568) 143974) ((-1146 . -568) 143905) ((-1245 . -1121) T) ((-1056 . -296) 143880) ((-1187 . -1104) T) ((-1015 . -1104) T) ((-828 . -132) T) ((-118 . -807) NIL) ((-118 . -804) NIL) ((-366 . -317) T) ((-363 . -317) T) ((-355 . -317) T) ((-1115 . -1238) 143858) ((-258 . -1133) 143836) ((-257 . -1133) 143814) ((-1045 . -1070) T) ((-1024 . -1079) T) ((-48 . -628) 143747) ((-354 . -660) 143692) ((-1301 . -625) 143654) ((-633 . -38) 143638) ((-1301 . -626) 143599) ((-1195 . -234) 143552) ((-1098 . -625) 143534) ((-1045 . -248) T) ((-365 . -1070) T) ((-827 . -1295) 143504) ((-258 . -23) T) ((-257 . -23) T) ((-1008 . -625) 143486) ((-1194 . -234) 143432) ((-1188 . -234) 143249) ((-749 . -626) 143210) ((-749 . -625) 143192) ((-1180 . -152) 143139) ((-811 . -862) 143118) ((-1025 . -25) T) ((-1020 . -526) 143030) ((-365 . -238) T) ((-365 . -248) T) ((-400 . -628) 143011) ((-929 . -317) T) ((-142 . -625) 142993) ((-142 . -626) 142952) ((-329 . -911) 142856) ((-1025 . -21) T) ((-992 . -25) T) ((-933 . -21) T) ((-933 . -25) T) ((-439 . -21) T) ((-439 . -25) T) ((-855 . -423) 142840) ((-48 . -1070) T) ((-1310 . -1302) 142824) ((-1308 . -1302) 142808) ((-1056 . -616) 142783) ((-326 . -626) 142644) ((-326 . -625) 142626) ((-323 . -626) NIL) ((-323 . -625) 142608) ((-48 . -248) T) ((-48 . -238) T) ((-666 . -296) 142569) ((-562 . -240) 142519) ((-140 . -625) 142486) ((-137 . -625) 142468) ((-115 . -625) 142450) ((-489 . -38) 142415) ((-1312 . -1309) 142394) ((-1303 . -132) T) ((-1311 . -1079) T) ((-1103 . -102) T) ((-88 . -1238) T) ((-512 . -319) NIL) ((-1021 . -107) 142378) ((-904 . -1121) T) ((-900 . -1121) T) ((-1288 . -663) 142362) ((-1288 . -384) 142346) ((-337 . -1238) T) ((-605 . -862) T) ((-1163 . -1121) T) ((-1163 . -1074) 142286) ((-103 . -526) 142219) ((-946 . -625) 142201) ((-354 . -738) T) ((-30 . -625) 142183) ((-880 . -1121) T) ((-855 . -1079) 142162) ((-40 . -660) 142069) ((-227 . -1242) T) ((-419 . -1079) T) ((-1179 . -152) 142051) ((-1020 . -300) 142002) ((-888 . -1238) T) ((-629 . -1121) T) ((-227 . -568) T) ((-329 . -1269) 141986) ((-329 . -1266) 141956) ((-713 . -658) 141928) ((-1210 . -1214) 141907) ((-1096 . -625) 141889) ((-1210 . -107) 141839) ((-659 . -152) 141823) ((-644 . -152) 141769) ((-117 . -658) 141741) ((-491 . -1214) 141720) ((-499 . -148) T) ((-499 . -146) NIL) ((-1141 . -626) 141635) ((-450 . -625) 141617) ((-219 . -148) T) ((-219 . -146) NIL) ((-1141 . -625) 141599) ((-130 . -102) T) ((-52 . -102) T) ((-1252 . -651) 141551) ((-491 . -107) 141501) ((-1014 . -23) T) ((-1312 . -38) 141471) ((-1193 . -1133) T) ((-1146 . -1133) T) ((-1083 . -1242) T) ((-245 . -234) 141362) ((-321 . -102) T) ((-868 . -1133) T) ((-971 . -1242) 141341) ((-493 . -1242) 141320) ((-1083 . -568) T) ((-971 . -568) 141251) ((-1193 . -23) T) ((-1172 . -1104) T) ((-1146 . -23) T) ((-868 . -23) T) ((-493 . -568) 141182) ((-1163 . -729) 141114) ((-682 . -1072) 141098) ((-1167 . -526) 141031) ((-682 . -652) 141015) ((-1056 . -626) NIL) ((-1056 . -625) 140997) ((-96 . -1104) T) ((-1317 . -1077) 140984) ((-880 . -729) 140954) ((-1317 . -111) 140939) ((-1232 . -47) 140908) ((-1188 . -862) NIL) ((-258 . -132) T) ((-257 . -132) T) ((-1125 . -1121) T) ((-1024 . -1121) T) ((-62 . -625) 140890) ((-1101 . -911) 140759) ((-1045 . -804) T) ((-1045 . -807) T) ((-1280 . -25) T) ((-1280 . -21) T) ((-1273 . -21) T) ((-1273 . -25) T) ((-884 . -660) 140746) ((-1252 . -21) T) ((-1252 . -25) T) ((-1048 . -152) 140730) ((-1025 . -234) 140717) ((-886 . -832) 140696) ((-886 . -939) T) ((-724 . -296) 140623) ((-608 . -21) T) ((-350 . -658) 140582) ((-108 . -911) NIL) ((-608 . -25) T) ((-607 . -21) T) ((-176 . -658) 140499) ((-40 . -738) T) ((-224 . -526) 140432) ((-607 . -25) T) ((-488 . -152) 140416) ((-475 . -152) 140400) ((-185 . -1238) T) ((-940 . -806) T) ((-940 . -738) T) ((-783 . -805) T) ((-783 . -806) T) ((-518 . -1121) T) ((-514 . -1121) T) ((-783 . -738) T) ((-227 . -374) T) ((-1310 . -1072) 140384) ((-1308 . -1072) 140368) ((-1310 . -652) 140338) ((-1178 . -1121) 140316) ((-885 . -1242) T) ((-1308 . -652) 140286) ((-666 . -625) 140268) ((-885 . -568) T) ((-706 . -379) NIL) ((-44 . -1072) 140252) ((-1317 . -628) 140234) ((-1311 . -1121) T) ((-682 . -102) T) ((-370 . -1295) 140218) ((-364 . -1295) 140202) ((-44 . -652) 140186) ((-356 . -1295) 140170) ((-560 . -102) T) ((-1232 . -1238) T) ((-532 . -862) 140149) ((-723 . -1238) T) ((-499 . -237) T) ((-219 . -237) T) ((-1067 . -1121) T) ((-829 . -464) 140128) ((-153 . -1072) 140112) ((-1067 . -1092) 140041) ((-1048 . -997) 140010) ((-831 . -1133) T) ((-1024 . -729) 139955) ((-153 . -652) 139939) ((-398 . -1133) T) ((-488 . -997) 139908) ((-475 . -997) 139877) ((-110 . -152) 139859) ((-73 . -625) 139841) ((-908 . -625) 139823) ((-1101 . -736) 139802) ((-1317 . -1070) T) ((-828 . -651) 139750) ((-304 . -1079) 139692) ((-171 . -1242) 139597) ((-227 . -1133) T) ((-334 . -23) T) ((-1188 . -1013) 139549) ((-855 . -1121) T) ((-1274 . -1077) 139454) ((-1147 . -752) 139433) ((-1272 . -939) 139412) ((-1251 . -939) 139391) ((-884 . -738) T) ((-171 . -568) 139302) ((-592 . -660) 139289) ((-576 . -660) 139261) ((-419 . -1121) T) ((-270 . -1121) T) ((-215 . -625) 139243) ((-507 . -660) 139193) ((-227 . -23) T) ((-1251 . -832) 139146) ((-1310 . -102) T) ((-503 . -1238) T) ((-365 . -1307) 139123) ((-1308 . -102) T) ((-1274 . -111) 139015) ((-1134 . -911) 138882) ((-827 . -1072) 138783) ((-827 . -652) 138705) ((-145 . -625) 138687) ((-1014 . -132) T) ((-44 . -102) T) ((-245 . -862) 138638) ((-598 . -1238) T) ((-1261 . -1242) 138617) ((-103 . -501) 138601) ((-1311 . -729) 138571) ((-1108 . -47) 138532) ((-1083 . -1133) T) ((-971 . -1133) T) ((-128 . -34) T) ((-122 . -34) T) ((-794 . -47) 138509) ((-792 . -47) 138481) ((-1261 . -568) 138392) ((-1218 . -1238) T) ((-365 . -379) T) ((-493 . -1133) T) ((-1193 . -132) T) ((-1146 . -132) T) ((-466 . -47) 138371) ((-885 . -374) T) ((-868 . -132) T) ((-153 . -102) T) ((-1083 . -23) T) ((-971 . -23) T) ((-583 . -568) T) ((-828 . -25) T) ((-828 . -21) T) ((-1163 . -526) 138304) ((-604 . -1104) T) ((-598 . -1059) 138288) ((-1274 . -628) 138162) ((-493 . -23) T) ((-362 . -1079) T) ((-1232 . -917) 138143) ((-682 . -319) 138081) ((-1280 . -234) 138034) ((-1134 . -1295) 138004) ((-711 . -660) 137969) ((-1025 . -862) T) ((-1024 . -174) T) ((-982 . -146) 137948) ((-647 . -1121) T) ((-619 . -1121) T) ((-982 . -148) 137927) ((-747 . -148) 137906) ((-747 . -146) 137885) ((-670 . -1238) T) ((-992 . -862) T) ((-1273 . -234) 137831) ((-1252 . -234) 137648) ((-845 . -658) 137565) ((-486 . -939) 137544) ((-347 . -1238) T) ((-329 . -1072) 137379) ((-326 . -1077) 137289) ((-323 . -1077) 137218) ((-1020 . -296) 137176) ((-419 . -729) 137128) ((-329 . -652) 136969) ((-607 . -234) 136922) ((-713 . -860) T) ((-1274 . -1070) T) ((-326 . -111) 136818) ((-323 . -111) 136731) ((-97 . -1238) T) ((-983 . -102) T) ((-827 . -102) 136463) ((-724 . -626) NIL) ((-724 . -625) 136445) ((-1274 . -336) 136389) ((-670 . -1059) 136285) ((-1108 . -1238) T) ((-1056 . -298) 136260) ((-592 . -738) T) ((-576 . -806) T) ((-171 . -374) 136211) ((-576 . -803) T) ((-576 . -738) T) ((-507 . -738) T) ((-794 . -1238) T) ((-792 . -1238) T) ((-1167 . -501) 136195) ((-473 . -1238) T) ((-466 . -1238) T) ((-1310 . -1309) 136171) ((-1108 . -901) NIL) ((-885 . -1133) T) ((-118 . -928) NIL) ((-1308 . -1309) 136150) ((-661 . -1238) T) ((-794 . -901) NIL) ((-792 . -901) 136009) ((-1303 . -25) T) ((-1303 . -21) T) ((-1235 . -102) 135987) ((-1127 . -407) T) ((-635 . -660) 135974) ((-466 . -901) NIL) ((-687 . -102) 135924) ((-1108 . -1059) 135751) ((-885 . -23) T) ((-794 . -1059) 135610) ((-792 . -1059) 135467) ((-118 . -660) 135412) ((-466 . -1059) 135288) ((-284 . -1238) T) ((-326 . -628) 134852) ((-323 . -628) 134735) ((-50 . -1238) T) ((-402 . -658) 134704) ((-661 . -1059) 134688) ((-639 . -102) T) ((-593 . -1238) T) ((-530 . -1238) T) ((-224 . -501) 134672) ((-1288 . -34) T) ((-633 . -658) 134631) ((-299 . -1072) 134618) ((-137 . -628) 134602) ((-299 . -652) 134589) ((-647 . -729) 134573) ((-619 . -729) 134557) ((-682 . -38) 134517) ((-329 . -102) T) ((-1141 . -1077) 134504) ((-85 . -625) 134486) ((-50 . -1059) 134470) ((-1108 . -388) 134454) ((-794 . -388) 134438) ((-711 . -738) T) ((-711 . -806) T) ((-711 . -803) T) ((-60 . -57) 134400) ((-593 . -1059) 134387) ((-530 . -1059) 134364) ((-173 . -1238) T) ((-334 . -132) T) ((-326 . -1070) 134254) ((-323 . -1070) T) ((-171 . -1133) T) ((-792 . -388) 134238) ((-45 . -152) 134188) ((-1025 . -1013) 134170) ((-466 . -388) 134154) ((-419 . -174) T) ((-326 . -248) 134133) ((-323 . -248) T) ((-323 . -238) NIL) ((-304 . -1121) 133915) ((-227 . -132) T) ((-1141 . -111) 133900) ((-171 . -23) T) ((-811 . -148) 133879) ((-811 . -146) 133858) ((-258 . -651) 133764) ((-257 . -651) 133670) ((-329 . -294) 133636) ((-1178 . -526) 133569) ((-489 . -658) 133519) ((-494 . -911) 133386) ((-1154 . -1121) T) ((-227 . -1081) T) ((-827 . -319) 133324) ((-1108 . -917) 133259) ((-794 . -917) 133202) ((-792 . -917) 133186) ((-1310 . -38) 133156) ((-1308 . -38) 133126) ((-1261 . -1133) T) ((-869 . -1133) T) ((-466 . -917) 133103) ((-872 . -1121) T) ((-1261 . -23) T) ((-1141 . -628) 133075) ((-1083 . -132) T) ((-583 . -1133) T) ((-869 . -23) T) ((-635 . -738) T) ((-366 . -939) T) ((-363 . -939) T) ((-299 . -102) T) ((-355 . -939) T) ((-991 . -1104) T) ((-971 . -132) T) ((-828 . -234) 133020) ((-118 . -806) NIL) ((-118 . -803) NIL) ((-118 . -738) T) ((-1067 . -526) 132921) ((-706 . -928) NIL) ((-583 . -23) T) ((-493 . -132) T) ((-430 . -237) 132872) ((-687 . -319) 132810) ((-225 . -1238) T) ((-647 . -773) T) ((-619 . -773) T) ((-1252 . -862) NIL) ((-1101 . -1072) 132720) ((-1024 . -300) T) ((-706 . -660) 132670) ((-258 . -25) T) ((-362 . -1121) T) ((-258 . -21) T) ((-257 . -25) T) ((-257 . -21) T) ((-153 . -38) 132654) ((-2 . -102) T) ((-929 . -939) T) ((-1101 . -652) 132522) ((-494 . -1295) 132492) ((-1141 . -1070) T) ((-723 . -317) T) ((-370 . -1072) 132444) ((-364 . -1072) 132396) ((-356 . -1072) 132348) ((-370 . -652) 132300) ((-225 . -1059) 132277) ((-364 . -652) 132229) ((-108 . -1072) 132179) ((-356 . -652) 132131) ((-304 . -729) 132073) ((-713 . -1079) T) ((-499 . -464) T) ((-419 . -526) 131985) ((-108 . -652) 131935) ((-219 . -464) T) ((-1141 . -238) T) ((-305 . -152) 131885) ((-1020 . -626) 131846) ((-1020 . -625) 131828) ((-1010 . -625) 131810) ((-117 . -1079) T) ((-666 . -1077) 131794) ((-227 . -505) T) ((-411 . -625) 131776) ((-411 . -626) 131753) ((-1075 . -1295) 131723) ((-666 . -111) 131702) ((-682 . -919) 131625) ((-1163 . -501) 131609) ((-1312 . -658) 131568) ((-392 . -658) 131537) ((-63 . -453) T) ((-63 . -407) T) ((-1180 . -102) T) ((-885 . -132) T) ((-496 . -102) 131487) ((-1139 . -1238) T) ((-1317 . -379) T) ((-1101 . -102) T) ((-1082 . -102) T) ((-362 . -729) 131432) ((-743 . -148) 131411) ((-743 . -146) 131390) ((-666 . -628) 131308) ((-1045 . -660) 131245) ((-535 . -1121) 131223) ((-370 . -102) T) ((-364 . -102) T) ((-356 . -102) T) ((-108 . -102) T) ((-516 . -1121) T) ((-365 . -660) 131168) ((-1193 . -651) 131116) ((-1146 . -651) 131064) ((-396 . -521) 131043) ((-845 . -860) 131022) ((-706 . -738) T) ((-390 . -1242) T) ((-343 . -1238) T) ((-1252 . -1013) 130974) ((-350 . -1079) T) ((-112 . -1238) T) ((-176 . -1079) T) ((-103 . -625) 130906) ((-1195 . -146) 130885) ((-1195 . -148) 130864) ((-390 . -568) T) ((-1194 . -148) 130843) ((-1194 . -146) 130822) ((-1188 . -146) 130729) ((-419 . -300) T) ((-1188 . -148) 130636) ((-1147 . -148) 130615) ((-1147 . -146) 130594) ((-329 . -38) 130435) ((-171 . -132) T) ((-323 . -807) NIL) ((-323 . -804) NIL) ((-666 . -1070) T) ((-48 . -660) 130385) ((-1134 . -1072) 130286) ((-908 . -628) 130263) ((-1134 . -652) 130185) ((-1187 . -102) T) ((-1015 . -102) T) ((-1014 . -21) T) ((-128 . -1031) 130169) ((-122 . -1031) 130153) ((-1014 . -25) T) ((-920 . -120) 130137) ((-1179 . -102) T) ((-1261 . -132) T) ((-1193 . -25) T) ((-1193 . -21) T) ((-354 . -1238) T) ((-1146 . -25) T) ((-869 . -132) T) ((-406 . -1238) T) ((-1146 . -21) T) ((-868 . -25) T) ((-868 . -21) T) ((-794 . -317) 130116) ((-1180 . -319) 129911) ((-1178 . -501) 129895) ((-1171 . -152) 129845) ((-659 . -102) 129795) ((-644 . -102) T) ((-1167 . -625) 129757) ((-583 . -132) T) ((-633 . -860) 129736) ((-1167 . -626) 129697) ((-1045 . -803) T) ((-1045 . -806) T) ((-1045 . -738) T) ((-827 . -919) 129566) ((-724 . -1077) 129389) ((-496 . -319) 129327) ((-465 . -429) 129297) ((-362 . -174) T) ((-299 . -38) 129284) ((-258 . -234) 129175) ((-257 . -234) 129066) ((-283 . -102) T) ((-282 . -102) T) ((-281 . -102) T) ((-280 . -102) T) ((-279 . -102) T) ((-278 . -102) T) ((-354 . -1059) 129043) ((-277 . -102) T) ((-214 . -102) T) ((-213 . -102) T) ((-211 . -102) T) ((-210 . -102) T) ((-209 . -102) T) ((-208 . -102) T) ((-205 . -102) T) ((-204 . -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) ((-724 . -111) 128852) ((-365 . -738) T) ((-682 . -272) 128836) ((-682 . -232) 128820) ((-593 . -317) T) ((-530 . -317) T) ((-304 . -526) 128769) ((-1185 . -1238) T) ((-108 . -319) NIL) ((-72 . -407) T) ((-1134 . -102) 128501) ((-845 . -423) 128485) ((-1141 . -807) T) ((-1141 . -804) T) ((-713 . -1121) T) ((-590 . -625) 128467) ((-390 . -374) T) ((-171 . -505) 128445) ((-224 . -625) 128377) ((-135 . -1121) T) ((-117 . -1121) T) ((-985 . -1238) T) ((-48 . -738) T) ((-1067 . -501) 128342) ((-142 . -437) 128324) ((-142 . -379) T) ((-1048 . -102) T) ((-524 . -521) 128303) ((-724 . -628) 128059) ((-1245 . -625) 128041) ((-1202 . -1238) T) ((-1195 . -237) 128000) ((-488 . -102) T) ((-475 . -102) T) ((-1194 . -237) 127952) ((-1188 . -237) 127775) ((-1055 . -1133) T) ((-329 . -919) 127681) ((-1202 . -1059) 127617) ((-1195 . -35) 127583) ((-1195 . -95) 127549) ((-1195 . -1226) 127515) ((-1195 . -1223) 127481) ((-1194 . -1223) 127447) ((-1194 . -1226) 127413) ((-1194 . -95) 127379) ((-1194 . -35) 127345) ((-1188 . -1223) 127311) ((-1188 . -1226) 127277) ((-1179 . -319) NIL) ((-89 . -408) T) ((-89 . -407) T) ((-1101 . -1173) 127256) ((-40 . -1238) T) ((-1188 . -95) 127222) ((-1055 . -23) T) ((-1188 . -35) 127188) ((-583 . -505) T) ((-1147 . -35) 127154) ((-1147 . -95) 127120) ((-1147 . -1226) 127086) ((-1147 . -1223) 127052) ((-372 . -1133) T) ((-370 . -1173) 127031) ((-364 . -1173) 127010) ((-356 . -1173) 126989) ((-1125 . -296) 126945) ((-973 . -1238) T) ((-940 . -1238) T) ((-108 . -1173) T) ((-845 . -1079) 126924) ((-783 . -1238) T) ((-659 . -319) 126862) ((-644 . -319) 126713) ((-684 . -1238) T) ((-724 . -1070) T) ((-1083 . -651) 126695) ((-1101 . -38) 126563) ((-971 . -651) 126511) ((-1025 . -148) T) ((-1025 . -146) NIL) ((-390 . -1133) T) ((-334 . -25) T) ((-332 . -23) T) ((-962 . -862) 126490) ((-724 . -336) 126467) ((-493 . -651) 126415) ((-40 . -1059) 126303) ((-724 . -238) T) ((-713 . -729) 126290) ((-350 . -1121) T) ((-176 . -1121) T) ((-341 . -862) T) ((-430 . -464) 126240) ((-390 . -23) T) ((-370 . -38) 126205) ((-364 . -38) 126170) ((-356 . -38) 126135) ((-80 . -453) T) ((-80 . -407) T) ((-227 . -25) T) ((-227 . -21) T) ((-848 . -1133) T) ((-108 . -38) 126085) ((-839 . -1133) T) ((-786 . -1121) T) ((-117 . -729) 126072) ((-684 . -1059) 126056) ((-624 . -102) T) ((-848 . -23) T) ((-839 . -23) T) ((-1178 . -296) 126008) ((-1134 . -319) 125946) ((-494 . -1072) 125847) ((-1123 . -240) 125831) ((-64 . -408) T) ((-64 . -407) T) ((-1172 . -102) T) ((-110 . -102) T) ((-494 . -652) 125753) ((-40 . -388) 125730) ((-96 . -102) T) ((-665 . -866) 125714) ((-1193 . -234) 125701) ((-1156 . -1104) T) ((-1083 . -21) T) ((-1083 . -25) T) ((-1075 . -1072) 125685) ((-827 . -272) 125654) ((-827 . -232) 125623) ((-971 . -25) T) ((-971 . -21) T) ((-1141 . -379) T) ((-1075 . -652) 125565) ((-633 . -1079) T) ((-1048 . -319) 125503) ((-904 . -625) 125485) ((-682 . -658) 125444) ((-493 . -25) T) ((-493 . -21) T) ((-396 . -1072) 125428) ((-900 . -625) 125410) ((-884 . -1238) T) ((-535 . -526) 125343) ((-258 . -862) 125294) ((-257 . -862) 125245) ((-396 . -652) 125215) ((-885 . -651) 125192) ((-488 . -319) 125130) ((-559 . -1238) T) ((-475 . -319) 125068) ((-362 . -300) T) ((-1178 . -1276) 125052) ((-1163 . -625) 125014) ((-1163 . -626) 124975) ((-1161 . -102) T) ((-1020 . -1077) 124871) ((-40 . -917) 124823) ((-1178 . -616) 124800) ((-1317 . -660) 124787) ((-1084 . -152) 124733) ((-499 . -911) NIL) ((-880 . -502) 124710) ((-1020 . -111) 124592) ((-886 . -1242) T) ((-219 . -911) NIL) ((-350 . -729) 124576) ((-880 . -625) 124538) ((-176 . -729) 124470) ((-886 . -568) T) ((-419 . -296) 124428) ((-245 . -237) 124325) ((-108 . -412) 124307) ((-84 . -395) T) ((-84 . -407) T) ((-713 . -174) T) ((-629 . -625) 124289) ((-99 . -738) T) ((-494 . -102) 124021) ((-99 . -485) T) ((-117 . -174) T) ((-1310 . -658) 123980) ((-1308 . -658) 123939) ((-171 . -651) 123887) ((-1101 . -919) 123758) ((-1075 . -102) T) ((-1020 . -628) 123648) ((-885 . -25) T) ((-827 . -243) 123627) ((-885 . -21) T) ((-830 . -102) T) ((-44 . -658) 123570) ((-1025 . -237) T) ((-426 . -102) T) ((-396 . -102) T) ((-110 . -319) NIL) ((-229 . -102) 123520) ((-128 . -1238) T) ((-122 . -1238) T) ((-108 . -919) NIL) ((-829 . -1072) 123471) ((-829 . -652) 123413) ((-1055 . -132) T) ((-682 . -378) 123397) ((-153 . -658) 123356) ((-1317 . -738) T) ((-647 . -296) 123314) ((-619 . -296) 123272) ((-1280 . -146) 123251) ((-1261 . -651) 123199) ((-1020 . -1070) T) ((-1125 . -625) 123181) ((-1024 . -625) 123163) ((-592 . -1238) T) ((-576 . -1238) T) ((-507 . -1238) T) ((-527 . -23) T) ((-522 . -23) T) ((-354 . -317) T) ((-520 . -23) T) ((-332 . -132) T) ((-3 . -1121) T) ((-1024 . -626) 123147) ((-1020 . -248) 123126) ((-1020 . -238) 123105) ((-1280 . -148) 123084) ((-1273 . -148) 123063) ((-845 . -1121) T) ((-1273 . -146) 123042) ((-1272 . -1242) 123021) ((-1252 . -146) 122928) ((-1252 . -148) 122835) ((-1251 . -1242) 122814) ((-390 . -132) T) ((-227 . -234) 122801) ((-176 . -174) T) ((-576 . -901) 122783) ((0 . -1121) T) ((-171 . -21) T) ((-171 . -25) T) ((-55 . -1238) T) ((-49 . -1121) T) ((-1274 . -660) 122688) ((-1272 . -568) 122639) ((-726 . -1133) T) ((-1251 . -568) 122590) ((-576 . -1059) 122572) ((-607 . -148) 122551) ((-607 . -146) 122530) ((-507 . -1059) 122473) ((-1156 . -1158) T) ((-87 . -395) T) ((-87 . -407) T) ((-886 . -374) T) ((-848 . -132) T) ((-839 . -132) T) ((-983 . -658) 122417) ((-726 . -23) T) ((-518 . -625) 122383) ((-514 . -625) 122365) ((-827 . -658) 122144) ((-1312 . -1079) T) ((-390 . -1081) T) ((-1047 . -1121) 122122) ((-55 . -1059) 122104) ((-920 . -34) T) ((-494 . -319) 122042) ((-604 . -102) T) ((-1178 . -626) 122003) ((-1178 . -625) 121935) ((-1199 . -1072) 121818) ((-45 . -102) T) ((-829 . -102) T) ((-1199 . -652) 121715) ((-1289 . -1238) T) ((-1261 . -25) T) ((-1261 . -21) T) ((-1083 . -234) 121702) ((-869 . -25) T) ((-254 . -1238) T) ((-44 . -378) 121686) ((-869 . -21) T) ((-743 . -464) 121637) ((-1311 . -625) 121619) ((-722 . -1238) T) ((-711 . -1238) T) ((-1300 . -1072) 121589) ((-1075 . -319) 121527) ((-683 . -1104) T) ((-618 . -1104) T) ((-402 . -1121) T) ((-583 . -25) T) ((-583 . -21) T) ((-182 . -1104) T) ((-162 . -1104) T) ((-157 . -1104) T) ((-155 . -1104) T) ((-1300 . -652) 121497) ((-633 . -1121) T) ((-711 . -901) 121479) ((-1288 . -1238) T) ((-229 . -319) 121417) ((-145 . -379) T) ((-1211 . -1238) T) ((-1067 . -626) 121359) ((-1067 . -625) 121302) ((-323 . -928) NIL) ((-1246 . -856) T) ((-1134 . -919) 121171) ((-711 . -1059) 121116) ((-723 . -939) T) ((-486 . -1242) 121095) ((-1194 . -464) 121074) ((-1188 . -464) 121053) ((-340 . -102) T) ((-886 . -1133) T) ((-329 . -658) 120935) ((-326 . -660) 120664) ((-323 . -660) 120593) ((-486 . -568) 120544) ((-350 . -526) 120510) ((-562 . -152) 120460) ((-40 . -317) T) ((-855 . -625) 120442) ((-713 . -300) T) ((-886 . -23) T) ((-390 . -505) T) ((-1101 . -272) 120412) ((-1101 . -232) 120382) ((-524 . -102) T) ((-419 . -626) 120189) ((-419 . -625) 120171) ((-270 . -625) 120153) ((-117 . -300) T) ((-1274 . -738) T) ((-635 . -1238) T) ((-1313 . -1121) T) ((-1272 . -374) 120132) ((-1251 . -374) 120111) ((-1301 . -34) T) ((-1246 . -1121) T) ((-118 . -1238) T) ((-108 . -272) 120093) ((-108 . -232) 120075) ((-1199 . -102) T) ((-489 . -1121) T) ((-535 . -501) 120059) ((-749 . -34) T) ((-665 . -1072) 120043) ((-665 . -652) 120013) ((-885 . -234) NIL) ((-142 . -34) T) ((-118 . -899) 119990) ((-118 . -901) NIL) ((-635 . -1059) 119873) ((-1300 . -102) T) ((-1280 . -237) 119832) ((-656 . -862) 119811) ((-1273 . -237) 119763) ((-1252 . -237) 119586) ((-305 . -102) T) ((-724 . -379) 119565) ((-118 . -1059) 119542) ((-402 . -729) 119526) ((-607 . -237) 119485) ((-633 . -729) 119469) ((-1126 . -1238) T) ((-45 . -319) 119273) ((-828 . -146) 119252) ((-828 . -148) 119231) ((-299 . -658) 119203) ((-1311 . -393) 119182) ((-831 . -862) T) ((-1290 . -1121) T) ((-1180 . -231) 119129) ((-398 . -862) 119108) ((-1280 . -35) 119074) ((-1280 . -1226) 119040) ((-1280 . -1223) 119006) ((-1273 . -1223) 118972) ((-527 . -132) T) ((-1273 . -1226) 118938) ((-1252 . -1223) 118904) ((-1252 . -1226) 118870) ((-1280 . -95) 118836) ((-1273 . -95) 118802) ((-430 . -911) 118723) ((-647 . -625) 118692) ((-619 . -625) 118661) ((-227 . -862) T) ((-1273 . -35) 118627) ((-1272 . -1133) T) ((-1252 . -95) 118593) ((-1141 . -660) 118565) ((-1252 . -35) 118531) ((-1251 . -1133) T) ((-605 . -152) 118513) ((-1101 . -360) 118492) ((-176 . -300) T) ((-118 . -388) 118469) ((-118 . -349) 118446) ((-171 . -234) 118371) ((-884 . -317) T) ((-323 . -806) NIL) ((-323 . -803) NIL) ((-326 . -738) 118220) ((-323 . -738) T) ((-486 . -374) 118199) ((-370 . -360) 118178) ((-364 . -360) 118157) ((-356 . -360) 118136) ((-326 . -485) 118115) ((-1272 . -23) T) ((-1251 . -23) T) ((-730 . -1133) T) ((-726 . -132) T) ((-665 . -102) T) ((-489 . -729) 118080) ((-45 . -292) 118030) ((-105 . -1121) T) ((-68 . -625) 118012) ((-991 . -102) T) ((-878 . -102) T) ((-635 . -917) 117971) ((-1312 . -1121) T) ((-392 . -1121) T) ((-1261 . -234) 117958) ((-1237 . -1121) T) ((-82 . -1238) T) ((-1134 . -272) 117927) ((-1083 . -862) T) ((-118 . -917) NIL) ((-794 . -939) 117906) ((-725 . -862) T) ((-543 . -1121) T) ((-512 . -1121) T) ((-366 . -1242) T) ((-363 . -1242) T) ((-355 . -1242) T) ((-273 . -1242) 117885) ((-253 . -1242) 117864) ((-545 . -874) T) ((-1134 . -232) 117833) ((-1179 . -840) T) ((-1163 . -1077) 117817) ((-402 . -773) T) ((-706 . -1238) T) ((-703 . -1059) 117801) ((-366 . -568) T) ((-363 . -568) T) ((-355 . -568) T) ((-273 . -568) 117732) ((-253 . -568) 117663) ((-537 . -1104) T) ((-1163 . -111) 117642) ((-465 . -756) 117612) ((-880 . -1077) 117582) ((-829 . -38) 117524) ((-706 . -899) 117506) ((-706 . -901) 117488) ((-305 . -319) 117292) ((-1178 . -298) 117269) ((-929 . -1242) T) ((-1101 . -658) 117164) ((-1025 . -464) T) ((-682 . -423) 117148) ((-880 . -111) 117113) ((-933 . -464) T) ((-706 . -1059) 117058) ((-929 . -568) T) ((-545 . -625) 117040) ((-593 . -939) T) ((-499 . -1072) 116990) ((-486 . -1133) T) ((-530 . -939) T) ((-494 . -919) 116859) ((-65 . -625) 116841) ((-219 . -1072) 116791) ((-499 . -652) 116741) ((-370 . -658) 116678) ((-364 . -658) 116615) ((-356 . -658) 116552) ((-644 . -231) 116498) ((-219 . -652) 116448) ((-108 . -658) 116398) ((-486 . -23) T) ((-1141 . -806) T) ((-886 . -132) T) ((-1141 . -803) T) ((-1303 . -1305) 116377) ((-1141 . -738) T) ((-666 . -660) 116351) ((-304 . -625) 116092) ((-1163 . -628) 116010) ((-1056 . -34) T) ((-828 . -237) 115961) ((-592 . -317) T) ((-576 . -317) T) ((-507 . -317) T) ((-1312 . -729) 115931) ((-706 . -388) 115913) ((-706 . -349) 115895) ((-489 . -174) T) ((-392 . -729) 115865) ((-880 . -628) 115800) ((-885 . -862) NIL) ((-576 . -1043) T) ((-507 . -1043) T) ((-1154 . -625) 115782) ((-1134 . -243) 115761) ((-216 . -102) T) ((-1171 . -102) T) ((-71 . -625) 115743) ((-1045 . -1238) T) ((-1163 . -1070) T) ((-1199 . -38) 115640) ((-872 . -625) 115622) ((-576 . -557) T) ((-682 . -1079) T) ((-743 . -968) 115575) ((-365 . -1238) T) ((-1163 . -238) 115554) ((-1103 . -1121) T) ((-1055 . -25) T) ((-1055 . -21) T) ((-1024 . -1077) 115499) ((-924 . -102) T) ((-880 . -1070) T) ((-706 . -917) NIL) ((-366 . -339) 115483) ((-366 . -374) T) ((-363 . -339) 115467) ((-363 . -374) T) ((-355 . -339) 115451) ((-355 . -374) T) ((-499 . -102) T) ((-1300 . -38) 115421) ((-558 . -862) T) ((-535 . -699) 115371) ((-219 . -102) T) ((-1045 . -1059) 115251) ((-1024 . -111) 115180) ((-1195 . -994) 115149) ((-1194 . -994) 115111) ((-532 . -152) 115095) ((-1101 . -381) 115074) ((-362 . -625) 115056) ((-332 . -21) T) ((-365 . -1059) 115033) ((-332 . -25) T) ((-1188 . -994) 115002) ((-48 . -1238) T) ((-76 . -625) 114984) ((-1147 . -994) 114951) ((-711 . -317) T) ((-130 . -856) T) ((-929 . -374) T) ((-390 . -25) T) ((-390 . -21) T) ((-929 . -339) 114938) ((-86 . -625) 114920) ((-711 . -1043) T) ((-689 . -862) T) ((-400 . -1238) T) ((-1272 . -132) T) ((-1251 . -132) T) ((-920 . -1031) 114904) ((-848 . -21) T) ((-48 . -1059) 114847) ((-848 . -25) T) ((-839 . -25) T) ((-839 . -21) T) ((-1134 . -658) 114626) ((-1310 . -1079) T) ((-561 . -102) T) ((-1308 . -1079) T) ((-666 . -738) T) ((-1125 . -630) 114529) ((-1024 . -628) 114459) ((-1311 . -1077) 114443) ((-923 . -1238) T) ((-827 . -423) 114412) ((-103 . -120) 114396) ((-130 . -1121) T) ((-52 . -1121) T) ((-945 . -625) 114378) ((-885 . -1013) 114355) ((-835 . -102) T) ((-1311 . -111) 114334) ((-743 . -911) 114309) ((-665 . -38) 114279) ((-583 . -862) T) ((-366 . -1133) T) ((-363 . -1133) T) ((-355 . -1133) T) ((-273 . -1133) T) ((-253 . -1133) T) ((-1171 . -319) 114083) ((-1109 . -234) 114070) ((-635 . -317) 114049) ((-676 . -23) T) ((-536 . -1104) T) ((-321 . -1121) T) ((-494 . -272) 114018) ((-494 . -232) 113987) ((-153 . -1079) T) ((-366 . -23) T) ((-363 . -23) T) ((-355 . -23) T) ((-118 . -317) T) ((-273 . -23) T) ((-253 . -23) T) ((-1024 . -1070) T) ((-724 . -928) 113966) ((-1195 . -911) 113854) ((-1194 . -911) 113735) ((-1188 . -911) 113471) ((-1178 . -628) 113448) ((-1024 . -238) 113420) ((-1024 . -248) T) ((-1147 . -911) 113402) ((-118 . -1043) NIL) ((-929 . -1133) T) ((-1273 . -464) 113381) ((-1252 . -464) 113360) ((-535 . -625) 113292) ((-724 . -660) 113181) ((-419 . -1077) 113133) ((-516 . -625) 113115) ((-929 . -23) T) ((-499 . -319) NIL) ((-1311 . -628) 113071) ((-486 . -132) T) ((-219 . -319) NIL) ((-419 . -111) 113009) ((-827 . -1079) 112987) ((-749 . -1119) 112971) ((-1272 . -505) 112937) ((-1251 . -505) 112903) ((-449 . -1238) T) ((-560 . -856) T) ((-142 . -1119) 112885) ((-489 . -300) T) ((-1311 . -1070) T) ((-258 . -237) 112782) ((-257 . -237) 112679) ((-1243 . -102) T) ((-1084 . -102) T) ((-855 . -628) 112547) ((-512 . -526) NIL) ((-494 . -243) 112526) ((-419 . -628) 112424) ((-982 . -1072) 112307) ((-747 . -1072) 112277) ((-982 . -652) 112174) ((-1193 . -146) 112153) ((-747 . -652) 112123) ((-465 . -1072) 112093) ((-1193 . -148) 112072) ((-1146 . -148) 112051) ((-1146 . -146) 112030) ((-647 . -1077) 112014) ((-619 . -1077) 111998) ((-465 . -652) 111968) ((-1195 . -1279) 111952) ((-1195 . -1266) 111929) ((-1194 . -1271) 111890) ((-682 . -1121) T) ((-682 . -1074) 111830) ((-1194 . -1266) 111800) ((-560 . -1121) T) ((-499 . -1173) T) ((-1194 . -1269) 111784) ((-1188 . -1250) 111745) ((-830 . -275) 111729) ((-219 . -1173) T) ((-354 . -939) T) ((-99 . -1238) T) ((-647 . -111) 111708) ((-619 . -111) 111687) ((-1188 . -1266) 111664) ((-855 . -1070) 111643) ((-1188 . -1248) 111627) ((-527 . -25) T) ((-507 . -312) T) ((-523 . -23) T) ((-522 . -25) T) ((-520 . -25) T) ((-519 . -23) T) ((-430 . -1072) 111601) ((-419 . -1070) T) ((-329 . -1079) T) ((-706 . -317) T) ((-430 . -652) 111575) ((-108 . -860) T) ((-724 . -738) T) ((-419 . -248) T) ((-419 . -238) 111554) ((-390 . -234) 111541) ((-499 . -38) 111491) ((-219 . -38) 111441) ((-486 . -505) 111407) ((-1245 . -379) T) ((-1179 . -1165) T) ((-1122 . -102) T) ((-839 . -234) 111380) ((-713 . -625) 111362) ((-713 . -626) 111277) ((-726 . -21) T) ((-726 . -25) T) ((-1156 . -102) T) ((-494 . -658) 111056) ((-245 . -911) 110923) ((-135 . -625) 110905) ((-117 . -625) 110887) ((-158 . -25) T) ((-1310 . -1121) T) ((-886 . -651) 110835) ((-1308 . -1121) T) ((-879 . -1238) T) ((-982 . -102) T) ((-747 . -102) T) ((-727 . -102) T) ((-465 . -102) T) ((-828 . -464) 110786) ((-44 . -1121) T) ((-1109 . -862) T) ((-1084 . -319) 110637) ((-676 . -132) T) ((-1075 . -658) 110606) ((-682 . -729) 110590) ((-299 . -1079) T) ((-366 . -132) T) ((-363 . -132) T) ((-355 . -132) T) ((-273 . -132) T) ((-253 . -132) T) ((-396 . -658) 110559) ((-1317 . -1238) T) ((-430 . -102) T) ((-153 . -1121) T) ((-45 . -231) 110509) ((-1025 . -911) NIL) ((-811 . -1072) 110493) ((-977 . -862) 110472) ((-1020 . -660) 110374) ((-811 . -652) 110358) ((-245 . -1295) 110328) ((-1045 . -317) T) ((-304 . -1077) 110249) ((-929 . -132) T) ((-40 . -939) T) ((-499 . -412) 110231) ((-365 . -317) T) ((-219 . -412) 110213) ((-1101 . -423) 110197) ((-304 . -111) 110113) ((-1204 . -862) T) ((-1203 . -862) T) ((-886 . -25) T) ((-886 . -21) T) ((-1274 . -47) 110057) ((-350 . -625) 110039) ((-1193 . -237) T) ((-227 . -148) T) ((-176 . -625) 110021) ((-786 . -625) 110003) ((-129 . -862) T) ((-620 . -240) 109950) ((-487 . -240) 109900) ((-1310 . -729) 109870) ((-48 . -317) T) ((-1308 . -729) 109840) ((-65 . -628) 109769) ((-983 . -1121) T) ((-827 . -1121) 109521) ((-322 . -102) T) ((-920 . -1238) T) ((-48 . -1043) T) ((-1251 . -651) 109429) ((-701 . -102) 109379) ((-44 . -729) 109363) ((-562 . -102) T) ((-304 . -628) 109294) ((-67 . -394) T) ((-499 . -919) NIL) ((-67 . -407) T) ((-219 . -919) NIL) ((-674 . -23) T) ((-829 . -658) 109230) ((-682 . -773) T) ((-1235 . -1121) 109208) ((-362 . -1077) 109153) ((-687 . -1121) 109131) ((-1083 . -148) T) ((-971 . -148) 109110) ((-971 . -146) 109089) ((-811 . -102) T) ((-153 . -729) 109073) ((-493 . -148) 109052) ((-493 . -146) 109031) ((-362 . -111) 108960) ((-1101 . -1079) T) ((-332 . -862) 108939) ((-1280 . -994) 108908) ((-1274 . -1238) T) ((-639 . -1121) T) ((-1273 . -994) 108870) ((-523 . -132) T) ((-519 . -132) T) ((-305 . -231) 108820) ((-370 . -1079) T) ((-364 . -1079) T) ((-356 . -1079) T) ((-304 . -1070) 108762) ((-1252 . -994) 108731) ((-390 . -862) T) ((-108 . -1079) T) ((-1020 . -738) T) ((-884 . -939) T) ((-855 . -807) 108710) ((-855 . -804) 108689) ((-430 . -319) 108628) ((-480 . -102) T) ((-607 . -994) 108597) ((-329 . -1121) T) ((-419 . -807) 108576) ((-419 . -804) 108555) ((-512 . -501) 108537) ((-1274 . -1059) 108503) ((-1272 . -21) T) ((-1272 . -25) T) ((-1251 . -21) T) ((-1251 . -25) T) ((-827 . -729) 108445) ((-362 . -628) 108375) ((-711 . -416) T) ((-1301 . -1238) T) ((-1134 . -423) 108344) ((-1098 . -1238) T) ((-618 . -102) T) ((-1024 . -379) NIL) ((-1008 . -1238) T) ((-683 . -102) T) ((-182 . -102) T) ((-162 . -102) T) ((-157 . -102) T) ((-155 . -102) T) ((-103 . -34) T) ((-1199 . -658) 108254) ((-749 . -1238) T) ((-743 . -1072) 108097) ((-44 . -773) T) ((-743 . -652) 107946) ((-605 . -102) T) ((-665 . -668) 107930) ((-77 . -408) T) ((-77 . -407) T) ((-142 . -1238) T) ((-885 . -148) T) ((-885 . -146) NIL) ((-1300 . -658) 107875) ((-1280 . -911) 107763) ((-1273 . -911) 107644) ((-1237 . -93) T) ((-362 . -1070) T) ((-227 . -237) T) ((-70 . -394) T) ((-70 . -407) T) ((-1186 . -102) T) ((-682 . -526) 107577) ((-1252 . -911) 107313) ((-1232 . -568) 107292) ((-701 . -319) 107230) ((-982 . -38) 107127) ((-1201 . -625) 107109) ((-747 . -38) 107079) ((-562 . -319) 106883) ((-1195 . -1072) 106766) ((-326 . -1238) T) ((-362 . -238) T) ((-362 . -248) T) ((-323 . -1238) T) ((-299 . -1121) T) ((-1194 . -1072) 106601) ((-1188 . -1072) 106391) ((-1147 . -1072) 106274) ((-1195 . -652) 106171) ((-1194 . -652) 106012) ((-723 . -1242) T) ((-1188 . -652) 105808) ((-1178 . -663) 105792) ((-1147 . -652) 105689) ((-831 . -397) 105673) ((-723 . -568) T) ((-607 . -911) 105584) ((-326 . -899) 105568) ((-326 . -901) 105493) ((-323 . -899) 105454) ((-140 . -1238) T) ((-137 . -1238) T) ((-115 . -1238) T) ((-323 . -901) NIL) ((-811 . -319) 105419) ((-329 . -729) 105260) ((-398 . -397) 105244) ((-334 . -333) 105221) ((-497 . -102) T) ((-486 . -25) T) ((-486 . -21) T) ((-430 . -38) 105195) ((-326 . -1059) 104858) ((-227 . -1223) T) ((-227 . -1226) T) ((-3 . -625) 104840) ((-323 . -1059) 104770) ((-886 . -234) 104715) ((-2 . -1121) T) ((-2 . |RecordCategory|) T) ((-1134 . -1079) 104693) ((-845 . -625) 104675) ((-1083 . -237) T) ((-592 . -939) T) ((-576 . -832) T) ((-576 . -939) T) ((-507 . -939) T) ((-137 . -1059) 104659) ((-227 . -95) T) ((-171 . -148) 104638) ((-75 . -453) T) ((0 . -625) 104620) ((-75 . -407) T) ((-171 . -146) 104571) ((-227 . -35) T) ((-49 . -625) 104553) ((-489 . -1079) T) ((-499 . -272) 104535) ((-499 . -232) 104517) ((-496 . -989) 104501) ((-219 . -272) 104483) ((-219 . -232) 104465) ((-81 . -453) T) ((-81 . -407) T) ((-1167 . -34) T) ((-743 . -102) T) ((-665 . -658) 104424) ((-1047 . -625) 104391) ((-512 . -296) 104341) ((-326 . -388) 104310) ((-323 . -388) 104271) ((-323 . -349) 104232) ((-1106 . -625) 104214) ((-828 . -968) 104161) ((-674 . -132) T) ((-1261 . -146) 104140) ((-1261 . -148) 104119) ((-1195 . -102) T) ((-1194 . -102) T) ((-1188 . -102) T) ((-1180 . -1121) T) ((-1147 . -102) T) ((-1096 . -1238) T) ((-224 . -34) T) ((-299 . -729) 104106) ((-1180 . -622) 104082) ((-605 . -319) NIL) ((-1280 . -1279) 104066) ((-1171 . -231) 104016) ((-496 . -1121) 103994) ((-450 . -1238) T) ((-402 . -625) 103976) ((-522 . -862) T) ((-1141 . -1238) T) ((-1280 . -1266) 103953) ((-1273 . -1271) 103914) ((-1273 . -1266) 103884) ((-1273 . -1269) 103868) ((-1252 . -1250) 103829) ((-1252 . -1266) 103806) ((-1252 . -1248) 103790) ((-633 . -625) 103772) ((-1195 . -294) 103738) ((-711 . -939) T) ((-1194 . -294) 103704) ((-1188 . -294) 103670) ((-1147 . -294) 103636) ((-1101 . -1121) T) ((-1082 . -1121) T) ((-48 . -312) T) ((-326 . -917) 103602) ((-323 . -917) NIL) ((-1082 . -1089) 103581) ((-1141 . -901) 103563) ((-811 . -38) 103547) ((-273 . -651) 103495) ((-253 . -651) 103443) ((-713 . -1077) 103430) ((-607 . -1266) 103407) ((-1141 . -1059) 103389) ((-329 . -174) 103320) ((-370 . -1121) T) ((-364 . -1121) T) ((-356 . -1121) T) ((-512 . -19) 103302) ((-1123 . -152) 103286) ((-885 . -237) NIL) ((-108 . -1121) T) ((-117 . -1077) 103273) ((-723 . -374) T) ((-512 . -616) 103248) ((-713 . -111) 103233) ((-1313 . -625) 103200) ((-1313 . -502) 103182) ((-1272 . -234) 103128) ((-1251 . -234) 102981) ((-448 . -102) T) ((-890 . -1283) T) ((-256 . -102) T) ((-45 . -1170) 102931) ((-117 . -111) 102916) ((-1290 . -625) 102898) ((-1261 . -237) T) ((-1246 . -625) 102880) ((-1244 . -862) T) ((-647 . -732) T) ((-619 . -732) T) ((-1232 . -1133) T) ((-1232 . -23) T) ((-1193 . -464) 102811) ((-1188 . -319) 102696) ((-1187 . -1121) T) ((-827 . -526) 102629) ((-1056 . -1238) T) ((-245 . -1072) 102530) ((-1179 . -1121) T) ((-1163 . -660) 102468) ((-962 . -152) 102452) ((-1147 . -319) 102439) ((-1146 . -464) 102390) ((-245 . -652) 102312) ((-1108 . -568) 102243) ((-1108 . -1242) 102222) ((-1101 . -729) 102090) ((-537 . -102) T) ((-532 . -102) 102020) ((-1025 . -1072) 101970) ((-1015 . -1121) T) ((-828 . -911) 101866) ((-794 . -1242) 101845) ((-792 . -1242) 101824) ((-62 . -1238) T) ((-489 . -625) 101776) ((-489 . -626) 101698) ((-794 . -568) 101609) ((-792 . -568) 101540) ((-743 . -319) 101527) ((-713 . -628) 101499) ((-494 . -423) 101468) ((-635 . -939) 101447) ((-466 . -1242) 101426) ((-687 . -526) 101359) ((-676 . -25) T) ((-410 . -625) 101341) ((-676 . -21) T) ((-466 . -568) 101272) ((-430 . -919) 101195) ((-366 . -25) T) ((-366 . -21) T) ((-363 . -25) T) ((-118 . -939) T) ((-118 . -832) NIL) ((-363 . -21) T) ((-355 . -25) T) ((-355 . -21) T) ((-273 . -25) T) ((-273 . -21) T) ((-253 . -25) T) ((-253 . -21) T) ((-171 . -237) 101126) ((-83 . -395) T) ((-83 . -407) T) ((-135 . -628) 101108) ((-117 . -628) 101080) ((-1025 . -652) 101030) ((-962 . -1001) 101014) ((-933 . -652) 100966) ((-933 . -1072) 100918) ((-929 . -21) T) ((-929 . -25) T) ((-886 . -862) 100869) ((-880 . -660) 100829) ((-723 . -1133) T) ((-723 . -23) T) ((-713 . -1070) T) ((-713 . -238) T) ((-299 . -174) T) ((-666 . -1238) T) ((-321 . -93) T) ((-659 . -1121) 100807) ((-644 . -622) 100782) ((-644 . -1121) T) ((-593 . -1242) T) ((-593 . -568) T) ((-530 . -1242) T) ((-530 . -568) T) ((-499 . -658) 100732) ((-486 . -234) 100678) ((-439 . -1072) 100662) ((-439 . -652) 100646) ((-370 . -729) 100598) ((-364 . -729) 100550) ((-350 . -1077) 100534) ((-356 . -729) 100486) ((-350 . -111) 100465) ((-176 . -1077) 100397) ((-176 . -111) 100308) ((-108 . -729) 100258) ((-219 . -658) 100208) ((-283 . -1121) T) ((-282 . -1121) T) ((-281 . -1121) T) ((-280 . -1121) T) ((-279 . -1121) T) ((-278 . -1121) T) ((-277 . -1121) T) ((-214 . -1121) T) ((-213 . -1121) T) ((-171 . -1226) 100186) ((-171 . -1223) 100164) ((-211 . -1121) T) ((-210 . -1121) T) ((-117 . -1070) T) ((-209 . -1121) T) ((-208 . -1121) T) ((-205 . -1121) T) ((-204 . -1121) T) ((-203 . -1121) T) ((-202 . -1121) T) ((-201 . -1121) T) ((-200 . -1121) T) ((-199 . -1121) T) ((-198 . -1121) T) ((-197 . -1121) T) ((-196 . -1121) T) ((-195 . -1121) T) ((-245 . -102) 99896) ((-171 . -35) 99874) ((-171 . -95) 99852) ((-666 . -1059) 99748) ((-494 . -1079) 99726) ((-1134 . -1121) 99478) ((-1163 . -34) T) ((-682 . -501) 99462) ((-73 . -1238) T) ((-105 . -625) 99444) ((-908 . -1238) T) ((-1312 . -625) 99426) ((-392 . -625) 99408) ((-350 . -628) 99360) ((-176 . -628) 99277) ((-1237 . -502) 99258) ((-743 . -38) 99107) ((-583 . -1226) T) ((-583 . -1223) T) ((-543 . -625) 99089) ((-532 . -319) 99027) ((-512 . -625) 99009) ((-512 . -626) 98991) ((-1237 . -625) 98957) ((-1188 . -1173) NIL) ((-215 . -1238) T) ((-1048 . -1092) 98926) ((-1048 . -1121) T) ((-1025 . -102) T) ((-992 . -102) T) ((-933 . -102) T) ((-908 . -1059) 98903) ((-1163 . -738) T) ((-1024 . -660) 98810) ((-488 . -1121) T) ((-475 . -1121) T) ((-598 . -23) T) ((-583 . -35) T) ((-583 . -95) T) ((-439 . -102) T) ((-1084 . -231) 98756) ((-1195 . -38) 98653) ((-1194 . -38) 98494) ((-880 . -738) T) ((-706 . -939) T) ((-523 . -25) T) ((-519 . -21) T) ((-519 . -25) T) ((-1188 . -38) 98290) ((-350 . -1070) T) ((-145 . -1238) T) ((-1101 . -174) T) ((-176 . -1070) T) ((-1147 . -38) 98187) ((-724 . -47) 98164) ((-370 . -174) T) ((-364 . -174) T) ((-531 . -57) 98138) ((-509 . -57) 98088) ((-362 . -1307) 98065) ((-227 . -464) T) ((-329 . -300) 98016) ((-356 . -174) T) ((-176 . -248) T) ((-1251 . -862) 97915) ((-108 . -174) T) ((-886 . -1013) 97899) ((-670 . -1133) T) ((-593 . -374) T) ((-593 . -339) 97886) ((-530 . -339) 97863) ((-530 . -374) T) ((-326 . -317) 97842) ((-323 . -317) T) ((-614 . -862) 97821) ((-1134 . -729) 97763) ((-532 . -292) 97747) ((-670 . -23) T) ((-430 . -232) 97731) ((-430 . -272) 97715) ((-323 . -1043) NIL) ((-347 . -23) T) ((-103 . -1031) 97699) ((-45 . -36) 97678) ((-624 . -1121) T) ((-362 . -379) T) ((-536 . -102) T) ((-507 . -27) T) ((-245 . -319) 97616) ((-1108 . -1133) T) ((-1311 . -660) 97590) ((-794 . -1133) T) ((-792 . -1133) T) ((-1199 . -423) 97574) ((-466 . -1133) T) ((-1083 . -464) T) ((-1172 . -1121) T) ((-971 . -464) 97525) ((-1136 . -1104) T) ((-110 . -1121) T) ((-1108 . -23) T) ((-1180 . -526) 97308) ((-829 . -1079) T) ((-794 . -23) T) ((-792 . -23) T) ((-493 . -464) 97259) ((-473 . -23) T) ((-392 . -393) 97238) ((-366 . -234) 97211) ((-363 . -234) 97184) ((-355 . -234) 97157) ((-466 . -23) T) ((-273 . -234) 97102) ((-258 . -911) 96969) ((-257 . -911) 96836) ((-96 . -1121) T) ((-724 . -1238) T) ((-682 . -296) 96813) ((-496 . -526) 96746) ((-1280 . -1072) 96629) ((-1280 . -652) 96526) ((-1273 . -652) 96367) ((-1273 . -1072) 96202) ((-1252 . -652) 95998) ((-299 . -300) T) ((-1252 . -1072) 95788) ((-1103 . -625) 95770) ((-1103 . -626) 95751) ((-419 . -928) 95730) ((-1232 . -132) T) ((-50 . -1133) T) ((-1188 . -412) 95682) ((-1045 . -939) T) ((-1024 . -738) T) ((-855 . -660) 95655) ((-724 . -901) NIL) ((-608 . -1072) 95615) ((-593 . -1133) T) ((-530 . -1133) T) ((-607 . -1072) 95498) ((-1178 . -34) T) ((-1025 . -319) NIL) ((-827 . -501) 95482) ((-608 . -652) 95455) ((-365 . -939) T) ((-607 . -652) 95352) ((-929 . -234) 95339) ((-419 . -660) 95255) ((-50 . -23) T) ((-723 . -132) T) ((-724 . -1059) 95135) ((-593 . -23) T) ((-108 . -526) NIL) ((-530 . -23) T) ((-171 . -421) 95106) ((-1161 . -1121) T) ((-1303 . -1302) 95090) ((-743 . -919) 95067) ((-713 . -807) T) ((-713 . -804) T) ((-1141 . -317) T) ((-390 . -148) T) ((-290 . -625) 95049) ((-289 . -625) 95031) ((-1251 . -1013) 95001) ((-48 . -939) T) ((-687 . -501) 94985) ((-258 . -1295) 94955) ((-257 . -1295) 94925) ((-1109 . -237) T) ((-1197 . -862) T) ((-1141 . -1043) T) ((-1067 . -34) T) ((-848 . -148) 94904) ((-848 . -146) 94883) ((-749 . -107) 94867) ((-624 . -133) T) ((-1199 . -1079) T) ((-494 . -1121) 94619) ((-1195 . -919) 94532) ((-1194 . -919) 94438) ((-1188 . -919) 94199) ((-885 . -464) T) ((-85 . -1238) T) ((-142 . -107) 94181) ((-1147 . -919) 94165) ((-724 . -388) 94149) ((-845 . -628) 94017) ((-1311 . -738) T) ((-1300 . -1079) T) ((-1280 . -102) T) ((-1141 . -557) T) ((-591 . -102) T) ((-130 . -502) 93999) ((-1273 . -102) T) ((-402 . -1077) 93983) ((-1193 . -968) 93952) ((-44 . -296) 93929) ((-130 . -625) 93896) ((-52 . -625) 93878) ((-1146 . -968) 93845) ((-665 . -423) 93829) ((-1252 . -102) T) ((-1179 . -526) NIL) ((-674 . -25) T) ((-633 . -1077) 93813) ((-674 . -21) T) ((-982 . -658) 93723) ((-747 . -658) 93668) ((-727 . -658) 93640) ((-402 . -111) 93619) ((-224 . -261) 93603) ((-1075 . -1074) 93543) ((-1075 . -1121) T) ((-1025 . -1173) T) ((-830 . -1121) T) ((-465 . -658) 93458) ((-647 . -660) 93442) ((-633 . -111) 93421) ((-619 . -660) 93405) ((-354 . -1242) T) ((-608 . -102) T) ((-321 . -502) 93386) ((-598 . -132) T) ((-607 . -102) T) ((-426 . -1121) T) ((-396 . -1121) T) ((-321 . -625) 93352) ((-229 . -1121) 93330) ((-659 . -526) 93263) ((-644 . -526) 93107) ((-845 . -1070) 93086) ((-656 . -152) 93070) ((-354 . -568) T) ((-724 . -917) 93013) ((-562 . -231) 92963) ((-1280 . -294) 92929) ((-1273 . -294) 92895) ((-1101 . -300) 92846) ((-499 . -860) T) ((-225 . -1133) T) ((-1252 . -294) 92812) ((-1232 . -505) 92778) ((-1025 . -38) 92728) ((-219 . -860) T) ((-430 . -658) 92687) ((-933 . -38) 92639) ((-855 . -806) 92618) ((-855 . -803) 92597) ((-855 . -738) 92576) ((-370 . -300) T) ((-364 . -300) T) ((-356 . -300) T) ((-171 . -464) 92507) ((-439 . -38) 92491) ((-225 . -23) T) ((-108 . -300) T) ((-419 . -806) 92470) ((-419 . -803) 92449) ((-419 . -738) T) ((-512 . -298) 92424) ((-489 . -1077) 92389) ((-670 . -132) T) ((-633 . -628) 92358) ((-1134 . -526) 92291) ((-347 . -132) T) ((-171 . -414) 92270) ((-494 . -729) 92212) ((-827 . -296) 92189) ((-489 . -111) 92145) ((-665 . -1079) T) ((-1193 . -911) 92048) ((-1146 . -911) 92030) ((-828 . -1072) 91873) ((-1299 . -1104) T) ((-1261 . -464) 91804) ((-828 . -652) 91653) ((-1298 . -1104) T) ((-1108 . -132) T) ((-1075 . -729) 91595) ((-1048 . -526) 91528) ((-794 . -132) T) ((-792 . -132) T) ((-583 . -464) T) ((-633 . -1070) T) ((-604 . -1121) T) ((-545 . -175) T) ((-473 . -132) T) ((-466 . -132) T) ((-390 . -237) T) ((-1020 . -1238) T) ((-45 . -1121) T) ((-396 . -729) 91498) ((-829 . -1121) T) ((-488 . -526) 91431) ((-475 . -526) 91364) ((-1313 . -628) 91346) ((-465 . -378) 91316) ((-45 . -622) 91295) ((-411 . -1238) T) ((-326 . -312) T) ((-839 . -237) 91274) ((-489 . -628) 91224) ((-1252 . -319) 91109) ((-682 . -625) 91071) ((-59 . -862) 91050) ((-1025 . -412) 91032) ((-560 . -625) 91014) ((-811 . -658) 90973) ((-827 . -616) 90950) ((-528 . -862) 90929) ((-508 . -862) 90908) ((-1020 . -1059) 90804) ((-40 . -1242) T) ((-245 . -919) 90673) ((-50 . -132) T) ((-593 . -132) T) ((-530 . -132) T) ((-304 . -660) 90533) ((-354 . -339) 90510) ((-354 . -374) T) ((-332 . -333) 90487) ((-329 . -296) 90445) ((-40 . -568) T) ((-390 . -1223) T) ((-390 . -1226) T) ((-1056 . -1214) 90420) ((-1210 . -240) 90370) ((-1188 . -232) 90322) ((-1188 . -272) 90274) ((-340 . -1121) T) ((-390 . -95) T) ((-390 . -35) T) ((-1056 . -107) 90220) ((-489 . -1070) T) ((-1312 . -1077) 90204) ((-491 . -240) 90154) ((-1180 . -501) 90088) ((-1303 . -1072) 90072) ((-392 . -1077) 90056) ((-1303 . -652) 90026) ((-489 . -248) T) ((-828 . -102) T) ((-726 . -148) 90005) ((-726 . -146) 89984) ((-496 . -501) 89968) ((-497 . -346) 89937) ((-524 . -1121) T) ((-1312 . -111) 89916) ((-1020 . -388) 89900) ((-425 . -102) T) ((-392 . -111) 89879) ((-1020 . -349) 89863) ((-288 . -1004) 89847) ((-287 . -1004) 89831) ((-1025 . -919) NIL) ((-1310 . -625) 89813) ((-1308 . -625) 89795) ((-110 . -526) NIL) ((-1193 . -1264) 89779) ((-868 . -866) 89763) ((-1199 . -1121) T) ((-103 . -1238) T) ((-971 . -968) 89724) ((-829 . -729) 89666) ((-1252 . -1173) NIL) ((-493 . -968) 89611) ((-1083 . -144) T) ((-60 . -102) 89561) ((-44 . -625) 89543) ((-78 . -625) 89525) ((-362 . -660) 89470) ((-1300 . -1121) T) ((-523 . -862) T) ((-299 . -296) 89449) ((-354 . -1133) T) ((-305 . -1121) T) ((-1020 . -917) 89408) ((-305 . -622) 89387) ((-1312 . -628) 89336) ((-1280 . -38) 89233) ((-1273 . -38) 89074) ((-1252 . -38) 88870) ((-499 . -1079) T) ((-392 . -628) 88854) ((-219 . -1079) T) ((-354 . -23) T) ((-153 . -625) 88836) ((-845 . -807) 88815) ((-845 . -804) 88794) ((-1237 . -628) 88775) ((-608 . -38) 88748) ((-607 . -38) 88645) ((-884 . -568) T) ((-225 . -132) T) ((-329 . -1023) 88611) ((-79 . -625) 88593) ((-724 . -317) 88572) ((-304 . -738) 88474) ((-836 . -102) T) ((-878 . -856) T) ((-304 . -485) 88453) ((-1303 . -102) T) ((-40 . -374) T) ((-886 . -148) 88432) ((-497 . -658) 88414) ((-886 . -146) 88393) ((-1179 . -501) 88375) ((-1312 . -1070) T) ((-494 . -526) 88308) ((-1167 . -1238) T) ((-983 . -625) 88290) ((-659 . -501) 88274) ((-644 . -501) 88205) ((-827 . -625) 87898) ((-48 . -27) T) ((-1199 . -729) 87795) ((-971 . -911) 87774) ((-665 . -1121) T) ((-875 . -874) T) ((-448 . -375) 87748) ((-743 . -658) 87658) ((-493 . -911) 87633) ((-1123 . -102) T) ((-991 . -1121) T) ((-878 . -1121) T) ((-828 . -319) 87620) ((-545 . -539) T) ((-545 . -588) T) ((-1308 . -393) 87592) ((-1075 . -526) 87525) ((-1180 . -296) 87501) ((-245 . -272) 87470) ((-245 . -232) 87439) ((-258 . -1072) 87340) ((-257 . -1072) 87241) ((-1300 . -729) 87211) ((-1187 . -93) T) ((-1015 . -93) T) ((-829 . -174) 87190) ((-258 . -652) 87112) ((-257 . -652) 87034) ((-1235 . -502) 87011) ((-590 . -1238) T) ((-229 . -526) 86944) ((-633 . -807) 86923) ((-633 . -804) 86902) ((-1235 . -625) 86814) ((-224 . -1238) T) ((-687 . -625) 86746) ((-1195 . -658) 86656) ((-1178 . -1031) 86640) ((-962 . -102) 86570) ((-362 . -738) T) ((-875 . -625) 86552) ((-1194 . -658) 86434) ((-1188 . -658) 86271) ((-1147 . -658) 86181) ((-1252 . -412) 86133) ((-1134 . -501) 86117) ((-60 . -319) 86055) ((-341 . -102) T) ((-1232 . -21) T) ((-1232 . -25) T) ((-40 . -1133) T) ((-723 . -21) T) ((-639 . -625) 86037) ((-527 . -333) 86016) ((-723 . -25) T) ((-451 . -102) T) ((-108 . -296) NIL) ((-940 . -1133) T) ((-40 . -23) T) ((-783 . -1133) T) ((-576 . -1242) T) ((-507 . -1242) T) ((-1025 . -272) 85998) ((-329 . -625) 85980) ((-1025 . -232) 85962) ((-171 . -167) 85946) ((-592 . -568) T) ((-576 . -568) T) ((-507 . -568) T) ((-783 . -23) T) ((-1272 . -148) 85925) ((-1272 . -146) 85904) ((-1180 . -616) 85880) ((-1251 . -146) 85805) ((-1048 . -501) 85789) ((-1245 . -1238) T) ((-1251 . -148) 85714) ((-1303 . -1309) 85693) ((-885 . -911) NIL) ((-488 . -501) 85677) ((-475 . -501) 85661) ((-535 . -34) T) ((-665 . -729) 85631) ((-1280 . -919) 85544) ((-1273 . -919) 85450) ((-1252 . -919) 85211) ((-112 . -988) T) ((-1199 . -174) 85162) ((-674 . -862) 85141) ((-376 . -102) T) ((-607 . -919) 85054) ((-245 . -243) 85033) ((-258 . -102) T) ((-257 . -102) T) ((-1261 . -968) 85002) ((-250 . -862) 84981) ((-828 . -38) 84830) ((-45 . -526) 84622) ((-1179 . -296) 84572) ((-216 . -1121) T) ((-1171 . -1121) T) ((-886 . -237) 84523) ((-1171 . -622) 84502) ((-598 . -25) T) ((-598 . -21) T) ((-1123 . -319) 84440) ((-982 . -423) 84424) ((-711 . -1242) T) ((-644 . -296) 84377) ((-1108 . -651) 84325) ((-924 . -1121) T) ((-794 . -651) 84273) ((-792 . -651) 84221) ((-354 . -132) T) ((-299 . -625) 84203) ((-884 . -1133) T) ((-711 . -568) T) ((-130 . -628) 84185) ((-466 . -651) 84133) ((-171 . -911) 84054) ((-924 . -922) 84038) ((-390 . -464) T) ((-499 . -1121) T) ((-962 . -319) 83976) ((-713 . -660) 83948) ((-561 . -856) T) ((-219 . -1121) T) ((-326 . -939) 83927) ((-323 . -939) T) ((-323 . -832) NIL) ((-402 . -732) T) ((-884 . -23) T) ((-117 . -660) 83914) ((-486 . -146) 83893) ((-430 . -423) 83877) ((-486 . -148) 83856) ((-110 . -501) 83838) ((-321 . -628) 83819) ((-2 . -625) 83801) ((-188 . -102) T) ((-1179 . -19) 83783) ((-1179 . -616) 83758) ((-670 . -21) T) ((-670 . -25) T) ((-605 . -1165) T) ((-1134 . -296) 83735) ((-347 . -25) T) ((-347 . -21) T) ((-904 . -1238) T) ((-900 . -1238) T) ((-1310 . -1077) 83719) ((-245 . -658) 83498) ((-507 . -374) T) ((-1308 . -1077) 83482) ((-1303 . -38) 83452) ((-1272 . -1223) 83418) ((-1272 . -1226) 83384) ((-1261 . -911) 83287) ((-1193 . -1072) 83110) ((-1163 . -1238) T) ((-1146 . -1072) 82953) ((-868 . -1072) 82937) ((-644 . -616) 82912) ((-1272 . -95) 82878) ((-1272 . -237) 82830) ((-1255 . -102) 82808) ((-1193 . -652) 82637) ((-1146 . -652) 82486) ((-868 . -652) 82456) ((-1252 . -232) 82408) ((-1108 . -25) T) ((-561 . -1121) T) ((-1108 . -21) T) ((-982 . -1079) T) ((-543 . -804) T) ((-543 . -807) T) ((-118 . -1242) T) ((-880 . -1238) T) ((-635 . -568) T) ((-794 . -25) T) ((-794 . -21) T) ((-792 . -21) T) ((-792 . -25) T) ((-747 . -1079) T) ((-727 . -1079) T) ((-682 . -1077) 82392) ((-529 . -1104) T) ((-473 . -25) T) ((-118 . -568) T) ((-473 . -21) T) ((-466 . -25) T) ((-466 . -21) T) ((-1252 . -272) 82344) ((-1172 . -93) T) ((-1163 . -1059) 82240) ((-829 . -300) 82219) ((-1251 . -1223) 82185) ((-835 . -1121) T) ((-985 . -988) T) ((-682 . -111) 82164) ((-629 . -1238) T) ((-305 . -526) 81956) ((-1251 . -1226) 81922) ((-1251 . -237) 81781) ((-1246 . -379) T) ((-258 . -319) 81719) ((-257 . -319) 81657) ((-1243 . -856) T) ((-1180 . -626) NIL) ((-1180 . -625) 81639) ((-1163 . -388) 81623) ((-1141 . -832) T) ((-1141 . -939) T) ((-96 . -93) T) ((-1134 . -616) 81600) ((-1101 . -626) 81584) ((-1101 . -625) 81566) ((-1025 . -658) 81516) ((-933 . -658) 81453) ((-827 . -298) 81430) ((-496 . -625) 81362) ((-620 . -152) 81309) ((-499 . -729) 81259) ((-430 . -1079) T) ((-494 . -501) 81243) ((-439 . -658) 81202) ((-337 . -862) 81181) ((-350 . -660) 81155) ((-50 . -21) T) ((-50 . -25) T) ((-219 . -729) 81105) ((-171 . -736) 81076) ((-176 . -660) 81008) ((-593 . -21) T) ((-593 . -25) T) ((-530 . -25) T) ((-530 . -21) T) ((-487 . -152) 80958) ((-1082 . -625) 80940) ((-1014 . -102) T) ((-876 . -102) T) ((-828 . -919) 80840) ((-811 . -423) 80803) ((-40 . -132) T) ((-711 . -374) T) ((-713 . -738) T) ((-713 . -806) T) ((-713 . -803) T) ((-214 . -912) T) ((-592 . -1133) T) ((-576 . -1133) T) ((-507 . -1133) T) ((-370 . -625) 80785) ((-364 . -625) 80767) ((-356 . -625) 80749) ((-66 . -408) T) ((-66 . -407) T) ((-108 . -626) 80679) ((-108 . -625) 80621) ((-213 . -912) T) ((-977 . -152) 80605) ((-783 . -132) T) ((-682 . -628) 80523) ((-135 . -738) T) ((-117 . -738) T) ((-1272 . -35) 80489) ((-1075 . -501) 80473) ((-592 . -23) T) ((-576 . -23) T) ((-507 . -23) T) ((-1251 . -95) 80439) ((-1251 . -35) 80405) ((-1193 . -102) T) ((-1146 . -102) T) ((-868 . -102) T) ((-229 . -501) 80389) ((-1310 . -111) 80368) ((-1308 . -111) 80347) ((-44 . -1077) 80331) ((-1311 . -1238) T) ((-1310 . -628) 80277) ((-1310 . -1070) T) ((-1308 . -628) 80206) ((-1308 . -1070) T) ((-1261 . -1264) 80190) ((-869 . -866) 80174) ((-1199 . -300) 80153) ((-1125 . -1238) T) ((-110 . -296) 80103) ((-1024 . -1238) T) ((-129 . -152) 80085) ((-1163 . -917) 80044) ((-44 . -111) 80023) ((-1243 . -1121) T) ((-1202 . -1283) T) ((-1188 . -860) NIL) ((-1187 . -502) 80004) ((-682 . -1070) T) ((-1187 . -625) 79970) ((-1179 . -625) 79952) ((-486 . -237) 79904) ((-1084 . -622) 79879) ((-1015 . -502) 79860) ((-74 . -453) T) ((-74 . -407) T) ((-1084 . -1121) T) ((-153 . -1077) 79844) ((-1015 . -625) 79810) ((-682 . -238) 79789) ((-583 . -566) 79773) ((-366 . -148) 79752) ((-366 . -146) 79703) ((-363 . -148) 79682) ((-363 . -146) 79633) ((-355 . -148) 79612) ((-355 . -146) 79563) ((-273 . -146) 79542) ((-273 . -148) 79521) ((-253 . -148) 79500) ((-118 . -374) T) ((-253 . -146) 79479) ((-1179 . -626) NIL) ((-153 . -111) 79458) ((-1024 . -1059) 79346) ((-1178 . -1238) T) ((-706 . -1242) T) ((-811 . -1079) T) ((-711 . -1133) T) ((-1024 . -388) 79323) ((-518 . -1238) T) ((-514 . -1238) T) ((-929 . -146) T) ((-929 . -148) 79305) ((-884 . -132) T) ((-827 . -1077) 79226) ((-711 . -23) T) ((-706 . -568) T) ((-227 . -1072) 79191) ((-659 . -625) 79123) ((-659 . -626) 79084) ((-644 . -626) NIL) ((-644 . -625) 79066) ((-499 . -174) T) ((-227 . -652) 79031) ((-219 . -174) T) ((-225 . -21) T) ((-225 . -25) T) ((-486 . -1226) 78997) ((-486 . -1223) 78963) ((-283 . -625) 78945) ((-282 . -625) 78927) ((-281 . -625) 78909) ((-280 . -625) 78891) ((-279 . -625) 78873) ((-512 . -663) 78855) ((-278 . -625) 78837) ((-350 . -738) T) ((-277 . -625) 78819) ((-110 . -19) 78801) ((-176 . -738) T) ((-512 . -384) 78783) ((-214 . -625) 78765) ((-532 . -1170) 78749) ((-512 . -124) T) ((-110 . -616) 78724) ((-213 . -625) 78706) ((-486 . -35) 78672) ((-486 . -95) 78638) ((-211 . -625) 78620) ((-210 . -625) 78602) ((-209 . -625) 78584) ((-208 . -625) 78566) ((-205 . -625) 78548) ((-204 . -625) 78530) ((-203 . -625) 78512) ((-202 . -625) 78494) ((-201 . -625) 78476) ((-200 . -625) 78458) ((-199 . -625) 78440) ((-548 . -1124) 78392) ((-198 . -625) 78374) ((-197 . -625) 78356) ((-45 . -501) 78293) ((-196 . -625) 78275) ((-195 . -625) 78257) ((-153 . -628) 78226) ((-1136 . -102) T) ((-827 . -111) 78142) ((-656 . -102) 78072) ((-494 . -296) 78049) ((-1311 . -1059) 78033) ((-1134 . -625) 77726) ((-1122 . -1121) T) ((-1067 . -1238) T) ((-1193 . -319) 77713) ((-1083 . -1072) 77700) ((-1156 . -1121) T) ((-971 . -1072) 77543) ((-1146 . -319) 77530) ((-1117 . -1104) T) ((-635 . -1133) T) ((-1083 . -652) 77517) ((-1111 . -1104) T) ((-971 . -652) 77366) ((-1108 . -234) 77311) ((-493 . -1072) 77154) ((-1094 . -1104) T) ((-1087 . -1104) T) ((-1057 . -1104) T) ((-1040 . -1104) T) ((-118 . -1133) T) ((-493 . -652) 77003) ((-794 . -234) 76990) ((-831 . -102) T) ((-638 . -1104) T) ((-635 . -23) T) ((-1171 . -526) 76782) ((-495 . -1104) T) ((-982 . -1121) T) ((-398 . -102) T) ((-334 . -102) T) ((-220 . -1104) T) ((-855 . -1238) T) ((-153 . -1070) T) ((-743 . -423) 76766) ((-118 . -23) T) ((-1024 . -917) 76718) ((-747 . -1121) T) ((-727 . -1121) T) ((-1280 . -658) 76628) ((-1273 . -658) 76510) ((-465 . -1121) T) ((-419 . -1238) T) ((-326 . -442) 76494) ((-604 . -93) T) ((-1048 . -626) 76455) ((-270 . -1238) T) ((-1045 . -1242) T) ((-227 . -102) T) ((-1048 . -625) 76417) ((-828 . -272) 76401) ((-828 . -232) 76385) ((-827 . -628) 76183) ((-1252 . -658) 76020) ((-1045 . -568) T) ((-845 . -660) 75993) ((-365 . -1242) T) ((-488 . -625) 75955) ((-488 . -626) 75916) ((-475 . -626) 75877) ((-475 . -625) 75839) ((-608 . -658) 75798) ((-419 . -899) 75782) ((-329 . -1077) 75617) ((-419 . -901) 75542) ((-607 . -658) 75452) ((-855 . -1059) 75348) ((-499 . -526) NIL) ((-494 . -616) 75325) ((-593 . -234) 75312) ((-365 . -568) T) ((-530 . -234) 75299) ((-219 . -526) NIL) ((-886 . -464) T) ((-430 . -1121) T) ((-419 . -1059) 75163) ((-329 . -111) 74984) ((-706 . -374) T) ((-227 . -294) T) ((-1235 . -628) 74961) ((-48 . -1242) T) ((-1193 . -1173) 74939) ((-1180 . -298) 74915) ((-1083 . -102) T) ((-971 . -102) T) ((-827 . -1070) 74893) ((-592 . -132) T) ((-576 . -132) T) ((-507 . -132) T) ((-366 . -237) 74872) ((-363 . -237) 74851) ((-355 . -237) 74830) ((-48 . -568) T) ((-885 . -1072) 74775) ((-273 . -237) 74726) ((-827 . -238) 74678) ((-326 . -27) 74657) ((-258 . -919) 74526) ((-257 . -919) 74395) ((-255 . -847) 74377) ((-189 . -847) 74359) ((-725 . -102) T) ((-305 . -501) 74296) ((-885 . -652) 74241) ((-493 . -102) T) ((-743 . -1079) T) ((-624 . -625) 74223) ((-624 . -626) 74084) ((-419 . -388) 74068) ((-419 . -349) 74052) ((-1193 . -38) 73881) ((-1146 . -38) 73730) ((-329 . -628) 73556) ((-929 . -237) T) ((-647 . -1238) T) ((-619 . -1238) T) ((-868 . -38) 73526) ((-402 . -660) 73510) ((-656 . -319) 73448) ((-1172 . -502) 73429) ((-1172 . -625) 73395) ((-982 . -729) 73292) ((-747 . -729) 73262) ((-633 . -660) 73236) ((-224 . -107) 73220) ((-45 . -296) 73120) ((-322 . -1121) T) ((-299 . -1077) 73107) ((-110 . -625) 73089) ((-110 . -626) 73071) ((-465 . -729) 73041) ((-828 . -260) 72980) ((-701 . -1121) 72958) ((-562 . -1121) T) ((-1195 . -1079) T) ((-1194 . -1079) T) ((-96 . -502) 72939) ((-1188 . -1079) T) ((-299 . -111) 72924) ((-1147 . -1079) T) ((-562 . -622) 72903) ((-96 . -625) 72869) ((-1025 . -860) T) ((-229 . -699) 72827) ((-706 . -1133) T) ((-1232 . -752) 72803) ((-1045 . -374) T) ((-850 . -847) 72785) ((-845 . -806) 72764) ((-419 . -917) 72723) ((-329 . -1070) T) ((-354 . -25) T) ((-354 . -21) T) ((-171 . -1072) 72633) ((-68 . -1238) T) ((-845 . -803) 72612) ((-430 . -729) 72586) ((-811 . -1121) T) ((-724 . -939) 72565) ((-711 . -132) T) ((-171 . -652) 72393) ((-706 . -23) T) ((-499 . -300) T) ((-845 . -738) 72372) ((-329 . -238) 72324) ((-329 . -248) 72303) ((-219 . -300) T) ((-130 . -379) T) ((-1272 . -464) 72282) ((-1251 . -464) 72261) ((-365 . -339) 72238) ((-365 . -374) T) ((-1161 . -625) 72220) ((-45 . -1276) 72170) ((-885 . -102) T) ((-656 . -292) 72154) ((-711 . -1081) T) ((-1299 . -102) T) ((-1298 . -102) T) ((-489 . -660) 72119) ((-480 . -1121) T) ((-45 . -616) 72044) ((-1179 . -298) 72019) ((-299 . -628) 71991) ((-40 . -651) 71930) ((-1261 . -1072) 71753) ((-869 . -1072) 71737) ((-48 . -374) T) ((-1127 . -625) 71719) ((-1261 . -652) 71548) ((-869 . -652) 71518) ((-644 . -298) 71493) ((-828 . -658) 71403) ((-583 . -1072) 71390) ((-494 . -625) 71083) ((-245 . -423) 71052) ((-971 . -319) 71039) ((-583 . -652) 71026) ((-65 . -1238) T) ((-1193 . -919) 70933) ((-1186 . -1121) T) ((-1154 . -1238) T) ((-1084 . -526) 70777) ((-683 . -1121) T) ((-635 . -132) T) ((-493 . -319) 70764) ((-618 . -1121) T) ((-558 . -102) T) ((-118 . -132) T) ((-299 . -1070) T) ((-182 . -1121) T) ((-162 . -1121) T) ((-157 . -1121) T) ((-155 . -1121) T) ((-465 . -773) T) ((-31 . -1104) T) ((-982 . -174) 70715) ((-1146 . -919) 70699) ((-991 . -93) T) ((-1134 . -298) 70676) ((-1101 . -1077) 70586) ((-633 . -738) T) ((-633 . -806) 70565) ((-605 . -1121) T) ((-633 . -803) 70544) ((-305 . -296) 70523) ((-304 . -1238) T) ((-1075 . -625) 70485) ((-1075 . -626) 70446) ((-1045 . -1133) T) ((-171 . -102) T) ((-284 . -862) T) ((-1123 . -231) 70430) ((-830 . -625) 70412) ((-1101 . -111) 70308) ((-1045 . -23) T) ((-1024 . -317) T) ((-811 . -729) 70292) ((-370 . -1077) 70244) ((-365 . -1133) T) ((-364 . -1077) 70196) ((-426 . -625) 70178) ((-396 . -625) 70160) ((-356 . -1077) 70112) ((-229 . -625) 70044) ((-915 . -102) T) ((-853 . -102) T) ((-108 . -1077) 69994) ((-820 . -102) T) ((-781 . -102) T) ((-689 . -102) T) ((-486 . -464) 69973) ((-430 . -174) T) ((-370 . -111) 69911) ((-364 . -111) 69849) ((-356 . -111) 69787) ((-258 . -272) 69756) ((-258 . -232) 69725) ((-257 . -272) 69694) ((-257 . -232) 69663) ((-365 . -23) T) ((-71 . -1238) T) ((-227 . -38) 69628) ((-108 . -111) 69562) ((-40 . -25) T) ((-40 . -21) T) ((-682 . -732) T) ((-171 . -294) 69540) ((-48 . -1133) T) ((-872 . -1238) T) ((-940 . -25) T) ((-783 . -25) T) ((-1312 . -660) 69514) ((-1171 . -501) 69451) ((-497 . -1121) T) ((-1303 . -658) 69410) ((-1261 . -102) T) ((-1083 . -1173) T) ((-869 . -102) T) ((-245 . -1079) 69388) ((-983 . -804) 69341) ((-983 . -807) 69294) ((-392 . -660) 69278) ((-48 . -23) T) ((-827 . -807) 69257) ((-827 . -804) 69236) ((-560 . -379) T) ((-305 . -616) 69215) ((-489 . -738) T) ((-583 . -102) T) ((-1101 . -628) 69033) ((-255 . -187) T) ((-189 . -187) T) ((-885 . -319) 68990) ((-665 . -296) 68969) ((-112 . -673) T) ((-362 . -1238) T) ((-370 . -628) 68906) ((-364 . -628) 68843) ((-356 . -628) 68780) ((-76 . -1238) T) ((-108 . -628) 68730) ((-112 . -113) T) ((-1083 . -38) 68717) ((-676 . -385) 68696) ((-971 . -38) 68545) ((-743 . -1121) T) ((-493 . -38) 68394) ((-86 . -1238) T) ((-604 . -502) 68375) ((-1252 . -860) NIL) ((-583 . -294) T) ((-1195 . -1121) T) ((-604 . -625) 68341) ((-1194 . -1121) T) ((-1188 . -1121) T) ((-1101 . -1070) T) ((-362 . -1059) 68318) ((-829 . -502) 68302) ((-1025 . -1079) T) ((-45 . -625) 68284) ((-45 . -626) NIL) ((-933 . -1079) T) ((-829 . -625) 68253) ((-1168 . -102) 68203) ((-1101 . -248) 68154) ((-439 . -1079) T) ((-370 . -1070) T) ((-364 . -1070) T) ((-376 . -375) 68131) ((-356 . -1070) T) ((-354 . -234) 68118) ((-258 . -243) 68097) ((-257 . -243) 68076) ((-1101 . -238) 68001) ((-1147 . -1121) T) ((-304 . -917) 67960) ((-108 . -1070) T) ((-706 . -132) T) ((-430 . -526) 67802) ((-370 . -238) 67781) ((-370 . -248) T) ((-44 . -732) T) ((-364 . -238) 67760) ((-364 . -248) T) ((-356 . -238) 67739) ((-356 . -248) T) ((-1187 . -628) 67720) ((-171 . -319) 67685) ((-108 . -248) T) ((-108 . -238) T) ((-1015 . -628) 67666) ((-329 . -804) T) ((-884 . -21) T) ((-884 . -25) T) ((-419 . -317) T) ((-512 . -34) T) ((-110 . -298) 67641) ((-1134 . -1077) 67562) ((-885 . -1173) NIL) ((-340 . -625) 67544) ((-419 . -1043) 67522) ((-1134 . -111) 67438) ((-703 . -1283) T) ((-448 . -1121) T) ((-256 . -1121) T) ((-1312 . -738) T) ((-63 . -625) 67420) ((-885 . -38) 67365) ((-535 . -1238) T) ((-614 . -152) 67349) ((-524 . -625) 67331) ((-1261 . -319) 67318) ((-743 . -729) 67167) ((-543 . -805) T) ((-543 . -806) T) ((-576 . -651) 67149) ((-507 . -651) 67109) ((-516 . -1238) T) ((-366 . -464) T) ((-363 . -464) T) ((-355 . -464) T) ((-273 . -464) 67060) ((-537 . -1121) T) ((-532 . -1121) 67010) ((-253 . -464) 66961) ((-1171 . -296) 66940) ((-1199 . -625) 66922) ((-701 . -526) 66855) ((-982 . -300) 66834) ((-562 . -526) 66626) ((-258 . -658) 66474) ((-257 . -658) 66309) ((-1300 . -625) 66278) ((-1300 . -502) 66262) ((-1195 . -729) 66159) ((-1193 . -272) 66143) ((-1193 . -232) 66127) ((-1134 . -628) 65925) ((-171 . -1173) 65904) ((-1194 . -729) 65745) ((-1188 . -729) 65541) ((-985 . -113) T) ((-907 . -102) T) ((-1178 . -686) 65525) ((-1147 . -729) 65422) ((-1045 . -132) T) ((-366 . -414) 65373) ((-363 . -414) 65324) ((-355 . -414) 65275) ((-983 . -379) 65228) ((-811 . -526) 65140) ((-305 . -626) NIL) ((-305 . -625) 65122) ((-929 . -464) T) ((-924 . -296) 65101) ((-827 . -379) 65080) ((-522 . -521) 65059) ((-520 . -521) 65038) ((-886 . -911) 64959) ((-499 . -296) NIL) ((-494 . -298) 64936) ((-430 . -300) T) ((-365 . -132) T) ((-219 . -296) NIL) ((-706 . -505) NIL) ((-99 . -1133) T) ((-40 . -234) 64867) ((-171 . -38) 64695) ((-971 . -919) 64676) ((-1272 . -994) 64638) ((-1168 . -319) 64576) ((-493 . -919) 64553) ((-1251 . -994) 64522) ((-929 . -414) T) ((-1134 . -1070) 64500) ((-1274 . -568) T) ((-1171 . -616) 64479) ((-112 . -862) T) ((-1084 . -501) 64410) ((-592 . -21) T) ((-592 . -25) T) ((-576 . -21) T) ((-576 . -25) T) ((-507 . -25) T) ((-507 . -21) T) ((-1261 . -1173) 64388) ((-1134 . -238) 64340) ((-48 . -132) T) ((-1219 . -102) T) ((-245 . -1121) 64092) ((-885 . -412) 64069) ((-1109 . -102) T) ((-1097 . -102) T) ((-620 . -102) T) ((-487 . -102) T) ((-1261 . -38) 63898) ((-869 . -38) 63868) ((-1055 . -1072) 63842) ((-743 . -174) 63753) ((-665 . -625) 63735) ((-657 . -1104) T) ((-1055 . -652) 63719) ((-583 . -38) 63706) ((-991 . -502) 63687) ((-991 . -625) 63653) ((-977 . -102) 63583) ((-878 . -625) 63565) ((-878 . -626) 63487) ((-605 . -526) NIL) ((-1317 . -1133) T) ((-1280 . -1079) T) ((-1273 . -1079) T) ((-1272 . -911) 63391) ((-1252 . -1079) T) ((-1251 . -911) 63186) ((-332 . -1072) 63168) ((-1232 . -148) 63147) ((-1232 . -146) 63126) ((-1205 . -102) T) ((-1204 . -102) T) ((-1203 . -102) T) ((-332 . -652) 63108) ((-713 . -1238) T) ((-1195 . -174) 63059) ((-1194 . -174) 62990) ((-1188 . -174) 62921) ((-1172 . -628) 62902) ((-608 . -1079) T) ((-607 . -1079) T) ((-1147 . -174) 62853) ((-1025 . -1121) T) ((-390 . -1072) 62818) ((-135 . -1238) T) ((-117 . -1238) T) ((-992 . -1121) T) ((-933 . -1121) T) ((-885 . -919) NIL) ((-390 . -652) 62783) ((-811 . -809) 62767) ((-711 . -25) T) ((-711 . -21) T) ((-118 . -651) 62744) ((-713 . -901) 62726) ((-439 . -1121) T) ((-326 . -1242) 62705) ((-323 . -1242) T) ((-171 . -412) 62689) ((-848 . -1072) 62659) ((-486 . -994) 62621) ((-129 . -102) T) ((-72 . -625) 62603) ((-131 . -102) T) ((-839 . -1072) 62587) ((-108 . -807) T) ((-108 . -804) T) ((-713 . -1059) 62569) ((-326 . -568) 62548) ((-323 . -568) T) ((-848 . -652) 62518) ((-839 . -652) 62488) ((-1317 . -23) T) ((-135 . -1059) 62470) ((-96 . -628) 62451) ((-1014 . -658) 62433) ((-494 . -1077) 62354) ((-45 . -298) 62279) ((-245 . -729) 62221) ((-529 . -102) T) ((-494 . -111) 62137) ((-1113 . -102) 62107) ((-1055 . -102) T) ((-1193 . -658) 62017) ((-1146 . -658) 61927) ((-868 . -658) 61886) ((-656 . -840) 61865) ((-743 . -526) 61808) ((-1075 . -1077) 61792) ((-171 . -919) 61715) ((-1156 . -93) T) ((-1084 . -296) 61690) ((-635 . -21) T) ((-635 . -25) T) ((-536 . -1121) T) ((-682 . -660) 61628) ((-372 . -102) T) ((-332 . -102) T) ((-396 . -1077) 61612) ((-1075 . -111) 61591) ((-828 . -423) 61575) ((-118 . -25) T) ((-89 . -625) 61557) ((-118 . -21) T) ((-620 . -319) 61352) ((-1171 . -626) NIL) ((-487 . -319) 61156) ((-350 . -1238) T) ((-176 . -1238) T) ((-396 . -111) 61135) ((-390 . -102) T) ((-216 . -625) 61117) ((-1171 . -625) 61099) ((-786 . -1238) T) ((-1188 . -526) 60868) ((-1025 . -729) 60818) ((-1147 . -526) 60788) ((-933 . -729) 60740) ((-494 . -628) 60538) ((-362 . -317) T) ((-1210 . -152) 60488) ((-486 . -911) 60369) ((-977 . -319) 60307) ((-848 . -102) T) ((-439 . -729) 60291) ((-227 . -840) T) ((-839 . -102) T) ((-837 . -102) T) ((-1310 . -660) 60265) ((-1272 . -1271) 60244) ((-491 . -152) 60194) ((-1272 . -1266) 60164) ((-1141 . -1242) T) ((-350 . -1059) 60131) ((-1272 . -1269) 60115) ((-1261 . -919) 60022) ((-1251 . -1250) 60001) ((-80 . -625) 59983) ((-924 . -625) 59965) ((-1251 . -1266) 59942) ((-1141 . -568) T) ((-940 . -862) T) ((-783 . -862) T) ((-684 . -862) T) ((-499 . -626) 59872) ((-499 . -625) 59813) ((-390 . -294) T) ((-1251 . -1248) 59797) ((-1274 . -1133) T) ((-219 . -626) 59727) ((-219 . -625) 59668) ((-1084 . -616) 59643) ((-830 . -628) 59627) ((-576 . -234) 59614) ((-528 . -152) 59598) ((-59 . -152) 59582) ((-508 . -152) 59566) ((-507 . -234) 59553) ((-370 . -1307) 59537) ((-364 . -1307) 59521) ((-356 . -1307) 59505) ((-326 . -374) 59484) ((-323 . -374) T) ((-494 . -1070) 59462) ((-706 . -651) 59444) ((-1308 . -660) 59418) ((-129 . -319) NIL) ((-1274 . -23) T) ((-701 . -501) 59402) ((-64 . -625) 59384) ((-1134 . -807) 59363) ((-1134 . -804) 59342) ((-562 . -501) 59279) ((-682 . -34) T) ((-494 . -238) 59231) ((-305 . -298) 59210) ((-828 . -1079) T) ((-44 . -660) 59168) ((-1101 . -379) 59119) ((-743 . -300) 59050) ((-532 . -526) 58983) ((-829 . -1077) 58934) ((-1108 . -146) 58913) ((-561 . -625) 58895) ((-370 . -379) 58874) ((-364 . -379) 58853) ((-356 . -379) 58832) ((-1108 . -148) 58811) ((-987 . -1238) T) ((-885 . -272) 58788) ((-885 . -232) 58765) ((-829 . -111) 58707) ((-794 . -146) 58686) ((-273 . -968) 58653) ((-253 . -968) 58598) ((-794 . -148) 58577) ((-792 . -146) 58556) ((-792 . -148) 58535) ((-153 . -660) 58509) ((-591 . -1121) T) ((-465 . -296) 58472) ((-466 . -148) 58451) ((-466 . -146) 58430) ((-682 . -738) T) ((-835 . -625) 58412) ((-1280 . -1121) T) ((-1273 . -1121) T) ((-1252 . -1121) T) ((-1232 . -1226) 58378) ((-1232 . -1223) 58344) ((-1195 . -300) 58323) ((-1194 . -300) 58274) ((-1188 . -300) 58225) ((-1147 . -300) 58204) ((-350 . -917) 58185) ((-1025 . -174) T) ((-933 . -174) T) ((-706 . -21) T) ((-706 . -25) T) ((-227 . -658) 58135) ((-608 . -1121) T) ((-607 . -1121) T) ((-486 . -1269) 58119) ((-486 . -1266) 58089) ((-430 . -296) 58017) ((-559 . -862) T) ((-326 . -1133) 57866) ((-323 . -1133) T) ((-1232 . -35) 57832) ((-1232 . -95) 57798) ((-84 . -625) 57780) ((-91 . -102) 57730) ((-1317 . -132) T) ((-726 . -1072) 57700) ((-604 . -628) 57681) ((-593 . -146) T) ((-593 . -148) 57663) ((-530 . -148) 57645) ((-530 . -146) T) ((-726 . -652) 57615) ((-326 . -23) 57467) ((-40 . -353) 57441) ((-323 . -23) T) ((-829 . -628) 57355) ((-1179 . -663) 57337) ((-1303 . -1079) T) ((-1179 . -384) 57319) ((-1117 . -102) T) ((-827 . -660) 57152) ((-1111 . -102) T) ((-1094 . -102) T) ((-171 . -272) 57136) ((-171 . -232) 57120) ((-1087 . -102) T) ((-1057 . -102) T) ((-1040 . -102) T) ((-605 . -501) 57102) ((-638 . -102) T) ((-245 . -526) 57035) ((-495 . -102) T) ((-1310 . -738) T) ((-1308 . -738) T) ((-220 . -102) T) ((-1199 . -1077) 56918) ((-1300 . -111) 56883) ((-1083 . -658) 56855) ((-1300 . -1077) 56825) ((-971 . -658) 56735) ((-1280 . -729) 56632) ((-1199 . -111) 56501) ((-1055 . -38) 56485) ((-890 . -1104) T) ((-875 . -175) T) ((-493 . -658) 56395) ((-273 . -911) 56301) ((-253 . -911) 56276) ((-829 . -1070) T) ((-693 . -1104) T) ((-688 . -1104) T) ((-635 . -234) 56221) ((-527 . -102) T) ((-522 . -102) T) ((-48 . -651) 56181) ((-520 . -102) T) ((-490 . -1104) T) ((-118 . -234) NIL) ((-3 . -1238) T) ((-139 . -1104) T) ((-138 . -1104) T) ((-134 . -1104) T) ((-845 . -1238) T) ((-829 . -238) T) ((-829 . -248) 56160) ((-1273 . -729) 56001) ((-1261 . -272) 55985) ((-1261 . -232) 55969) ((-1243 . -625) 55951) ((-562 . -296) 55930) ((-1084 . -626) NIL) ((-1084 . -625) 55912) ((-618 . -93) T) ((-683 . -93) T) ((0 . -1238) T) ((-49 . -1238) T) ((-182 . -93) T) ((-162 . -93) T) ((-157 . -93) T) ((-155 . -93) T) ((-1252 . -729) 55708) ((-1024 . -939) T) ((-153 . -738) T) ((-1199 . -628) 55561) ((-1134 . -379) 55540) ((-1045 . -25) T) ((-1025 . -526) NIL) ((-258 . -423) 55509) ((-257 . -423) 55478) ((-1045 . -21) T) ((-886 . -1072) 55430) ((-608 . -729) 55403) ((-607 . -729) 55300) ((-811 . -296) 55258) ((-127 . -102) 55208) ((-845 . -1059) 55104) ((-171 . -840) 55083) ((-329 . -660) 54980) ((-827 . -34) T) ((-726 . -102) T) ((-1141 . -1133) T) ((-1047 . -1238) T) ((-886 . -652) 54932) ((-390 . -38) 54897) ((-365 . -25) T) ((-365 . -21) T) ((-189 . -102) T) ((-163 . -102) T) ((-255 . -102) T) ((-158 . -102) T) ((-366 . -1295) 54881) ((-363 . -1295) 54865) ((-355 . -1295) 54849) ((-171 . -360) 54828) ((-576 . -862) T) ((-1108 . -237) 54779) ((-1141 . -23) T) ((-87 . -625) 54761) ((-794 . -237) T) ((-713 . -317) T) ((-848 . -38) 54731) ((-839 . -38) 54701) ((-1300 . -628) 54643) ((-1274 . -132) T) ((-1171 . -298) 54622) ((-983 . -738) 54521) ((-983 . -805) 54474) ((-983 . -806) 54427) ((-117 . -317) T) ((-91 . -319) 54365) ((-687 . -34) T) ((-562 . -616) 54344) ((-48 . -25) T) ((-48 . -21) T) ((-827 . -806) 54323) ((-827 . -805) 54302) ((-713 . -1043) T) ((-665 . -1077) 54286) ((-885 . -658) 54216) ((-827 . -738) 54194) ((-402 . -1238) T) ((-983 . -485) 54147) ((-494 . -807) 54126) ((-494 . -804) 54105) ((-929 . -1295) 54092) ((-1199 . -1070) T) ((-633 . -1238) T) ((-665 . -111) 54071) ((-1199 . -336) 54048) ((-1224 . -102) 53998) ((-1122 . -625) 53980) ((-713 . -557) T) ((-828 . -1121) T) ((-593 . -237) T) ((-530 . -237) T) ((-1300 . -1070) T) ((-1156 . -502) 53961) ((-1244 . -102) T) ((-425 . -1121) T) ((-1156 . -625) 53927) ((-258 . -1079) 53905) ((-257 . -1079) 53883) ((-850 . -102) T) ((-299 . -660) 53870) ((-605 . -296) 53820) ((-701 . -699) 53778) ((-1313 . -1238) T) ((-1288 . -862) 53757) ((-982 . -625) 53739) ((-886 . -102) T) ((-747 . -625) 53721) ((-727 . -625) 53703) ((-1280 . -174) 53654) ((-1273 . -174) 53585) ((-1252 . -174) 53516) ((-711 . -862) T) ((-1025 . -300) T) ((-465 . -625) 53498) ((-639 . -738) T) ((-60 . -1121) 53476) ((-250 . -152) 53460) ((-1272 . -652) 53301) ((-933 . -300) T) ((-1045 . -1033) T) ((-639 . -485) T) ((-724 . -1242) 53280) ((-706 . -234) NIL) ((-665 . -628) 53198) ((-171 . -658) 53093) ((-1272 . -1072) 52928) ((-608 . -174) 52907) ((-607 . -174) 52858) ((-1251 . -652) 52672) ((-1251 . -1072) 52480) ((-1246 . -1238) T) ((-724 . -568) 52391) ((-419 . -832) 52370) ((-419 . -939) T) ((-329 . -806) T) ((-489 . -1238) T) ((-991 . -628) 52351) ((-329 . -738) T) ((-656 . -1170) 52335) ((-430 . -625) 52317) ((-430 . -626) 52224) ((-110 . -663) 52206) ((-326 . -132) 52077) ((-176 . -317) T) ((-127 . -319) 52015) ((-410 . -1238) T) ((-110 . -384) 51997) ((-323 . -132) T) ((-69 . -407) T) ((-110 . -124) T) ((-532 . -501) 51981) ((-666 . -1133) T) ((-605 . -19) 51963) ((-61 . -453) T) ((-61 . -407) T) ((-836 . -1121) T) ((-605 . -616) 51938) ((-489 . -1059) 51898) ((-665 . -1070) T) ((-666 . -23) T) ((-1303 . -1121) T) ((-31 . -102) T) ((-1261 . -658) 51808) ((-869 . -658) 51767) ((-828 . -729) 51616) ((-1290 . -1238) T) ((-589 . -874) T) ((-583 . -658) 51588) ((-118 . -862) NIL) ((-1193 . -423) 51572) ((-1146 . -423) 51556) ((-868 . -423) 51540) ((-887 . -102) 51491) ((-1272 . -102) T) ((-1252 . -526) 51260) ((-1251 . -102) T) ((-1224 . -319) 51198) ((-1195 . -296) 51163) ((-1194 . -296) 51121) ((-537 . -93) T) ((-1188 . -296) 50949) ((-322 . -625) 50931) ((-1123 . -1121) T) ((-1101 . -660) 50805) ((-723 . -464) T) ((-701 . -625) 50737) ((-299 . -738) T) ((-108 . -928) NIL) ((-701 . -626) 50698) ((-613 . -625) 50680) ((-589 . -625) 50662) ((-562 . -626) NIL) ((-562 . -625) 50644) ((-541 . -625) 50626) ((-523 . -521) 50605) ((-499 . -1077) 50555) ((-486 . -1072) 50390) ((-519 . -521) 50369) ((-486 . -652) 50210) ((-219 . -1077) 50160) ((-370 . -660) 50112) ((-364 . -660) 50064) ((-227 . -860) T) ((-356 . -660) 50016) ((-614 . -102) 49946) ((-499 . -111) 49880) ((-494 . -379) 49859) ((-108 . -660) 49809) ((-365 . -234) 49796) ((-245 . -501) 49780) ((-354 . -148) 49762) ((-354 . -146) T) ((-171 . -381) 49733) ((-962 . -1286) 49717) ((-105 . -1238) T) ((-219 . -111) 49651) ((-886 . -319) 49616) ((-962 . -1121) 49566) ((-811 . -626) 49527) ((-811 . -625) 49509) ((-730 . -102) T) ((-1312 . -1238) T) ((-392 . -1238) T) ((-341 . -1121) T) ((-216 . -628) 49486) ((-1141 . -132) T) ((-726 . -38) 49456) ((-326 . -505) 49435) ((-543 . -1238) T) ((-512 . -1238) T) ((-1272 . -294) 49401) ((-1251 . -294) 49367) ((-337 . -152) 49351) ((-451 . -1121) T) ((-1237 . -1238) T) ((-1084 . -298) 49326) ((-1303 . -729) 49296) ((-48 . -234) 49283) ((-1180 . -34) T) ((-1312 . -1059) 49260) ((-496 . -34) T) ((-480 . -625) 49242) ((-256 . -296) 49216) ((-392 . -1059) 49200) ((-1193 . -1079) T) ((-1146 . -1079) T) ((-868 . -1079) T) ((-1083 . -860) T) ((-499 . -628) 49150) ((-219 . -628) 49100) ((-828 . -174) 49011) ((-532 . -296) 48963) ((-1280 . -300) 48942) ((-1219 . -375) 48916) ((-1109 . -275) 48900) ((-683 . -502) 48881) ((-683 . -625) 48847) ((-618 . -502) 48828) ((-118 . -1013) 48805) ((-618 . -625) 48755) ((-486 . -102) T) ((-182 . -502) 48736) ((-182 . -625) 48702) ((-162 . -502) 48683) ((-162 . -625) 48649) ((-157 . -502) 48630) ((-155 . -502) 48611) ((-157 . -625) 48577) ((-376 . -1121) T) ((-258 . -1121) T) ((-257 . -1121) T) ((-155 . -625) 48543) ((-1273 . -300) 48494) ((-1252 . -300) 48445) ((-886 . -1173) 48423) ((-1195 . -1023) 48389) ((-620 . -375) 48329) ((-1194 . -1023) 48295) ((-620 . -231) 48242) ((-706 . -862) T) ((-605 . -625) 48224) ((-605 . -626) NIL) ((-487 . -231) 48174) ((-499 . -1070) T) ((-1188 . -1023) 48140) ((-88 . -452) T) ((-88 . -407) T) ((-219 . -1070) T) ((-1147 . -1023) 48106) ((-1101 . -738) T) ((-724 . -1133) T) ((-608 . -300) 48085) ((-607 . -300) 48064) ((-499 . -248) T) ((-499 . -238) T) ((-219 . -248) T) ((-219 . -238) T) ((-1186 . -625) 48046) ((-886 . -38) 47998) ((-370 . -738) T) ((-364 . -738) T) ((-356 . -738) T) ((-108 . -806) T) ((-108 . -803) T) ((-724 . -23) T) ((-108 . -738) T) ((-532 . -1276) 47982) ((-1317 . -25) T) ((-486 . -294) 47948) ((-1317 . -21) T) ((-1251 . -319) 47887) ((-1197 . -102) T) ((-40 . -146) 47859) ((-40 . -148) 47831) ((-532 . -616) 47808) ((-1134 . -660) 47641) ((-614 . -319) 47579) ((-45 . -663) 47529) ((-45 . -678) 47479) ((-45 . -384) 47429) ((-1179 . -34) T) ((-885 . -860) NIL) ((-666 . -132) T) ((-497 . -625) 47411) ((-245 . -296) 47388) ((-1103 . -1238) T) ((-188 . -1121) T) ((-1108 . -464) 47339) ((-828 . -526) 47213) ((-794 . -464) 47144) ((-676 . -1072) 47128) ((-659 . -34) T) ((-644 . -34) T) ((-676 . -652) 47112) ((-366 . -1072) 47064) ((-354 . -237) T) ((-363 . -1072) 47016) ((-355 . -1072) 46968) ((-273 . -1072) 46811) ((-253 . -1072) 46654) ((-792 . -464) 46605) ((-366 . -652) 46557) ((-363 . -652) 46509) ((-355 . -652) 46461) ((-273 . -652) 46310) ((-253 . -652) 46159) ((-466 . -464) 46110) ((-971 . -423) 46094) ((-743 . -625) 46076) ((-258 . -729) 46018) ((-257 . -729) 45960) ((-743 . -626) 45821) ((-493 . -423) 45805) ((-350 . -312) T) ((-536 . -93) T) ((-362 . -939) T) ((-1021 . -102) 45755) ((-929 . -1072) 45720) ((-1045 . -862) T) ((-60 . -526) 45653) ((-929 . -652) 45618) ((-1251 . -1173) 45570) ((-1025 . -296) NIL) ((-227 . -1079) T) ((-390 . -840) T) ((-1134 . -34) T) ((-593 . -464) T) ((-530 . -464) T) ((-1255 . -1114) 45554) ((-1255 . -1121) 45532) ((-245 . -616) 45509) ((-1255 . -1116) 45466) ((-1195 . -625) 45448) ((-1194 . -625) 45430) ((-1188 . -625) 45412) ((-1188 . -626) NIL) ((-1147 . -625) 45394) ((-886 . -412) 45378) ((-609 . -102) T) ((-597 . -102) T) ((-548 . -102) T) ((-1272 . -38) 45219) ((-1251 . -38) 45033) ((-130 . -1238) T) ((-52 . -1238) T) ((-884 . -148) T) ((-593 . -414) T) ((-530 . -414) T) ((-1284 . -102) T) ((-1274 . -21) T) ((-1274 . -25) T) ((-1210 . -102) T) ((-1134 . -806) 45012) ((-1134 . -805) 44991) ((-1014 . -1121) T) ((-1048 . -34) T) ((-876 . -1121) T) ((-1134 . -738) 44969) ((-676 . -102) T) ((-657 . -102) T) ((-562 . -298) 44948) ((-488 . -34) T) ((-475 . -34) T) ((-366 . -102) T) ((-363 . -102) T) ((-321 . -1238) T) ((-355 . -102) T) ((-273 . -102) T) ((-253 . -102) T) ((-489 . -317) T) ((-1083 . -1079) T) ((-971 . -1079) T) ((-326 . -651) 44854) ((-323 . -651) 44815) ((-1193 . -1121) T) ((-493 . -1079) T) ((-491 . -102) T) ((-448 . -625) 44797) ((-1146 . -1121) T) ((-256 . -625) 44779) ((-868 . -1121) T) ((-1162 . -102) T) ((-828 . -300) 44710) ((-982 . -1077) 44593) ((-489 . -1043) T) ((-886 . -919) 44516) ((-747 . -1077) 44486) ((-1055 . -658) 44445) ((-1168 . -1142) 44429) ((-465 . -1077) 44399) ((-1123 . -526) 44332) ((-982 . -111) 44201) ((-929 . -102) T) ((-40 . -237) 44138) ((-747 . -111) 44103) ((-537 . -502) 44084) ((-537 . -625) 44050) ((-59 . -102) 43980) ((-532 . -626) 43941) ((-532 . -625) 43853) ((-531 . -102) 43803) ((-528 . -102) 43733) ((-509 . -102) 43683) ((-508 . -102) 43613) ((-465 . -111) 43576) ((-332 . -658) 43558) ((-430 . -1077) 43532) ((-1232 . -994) 43494) ((-1020 . -1133) T) ((-390 . -658) 43444) ((-1156 . -628) 43425) ((-962 . -526) 43358) ((-499 . -807) T) ((-486 . -38) 43199) ((-430 . -111) 43166) ((-499 . -804) T) ((-1021 . -319) 43104) ((-219 . -807) T) ((-219 . -804) T) ((-1020 . -23) T) ((-724 . -132) T) ((-1251 . -412) 43074) ((-848 . -658) 43019) ((-839 . -658) 42978) ((-326 . -25) 42830) ((-171 . -423) 42814) ((-326 . -21) 42685) ((-323 . -25) T) ((-323 . -21) T) ((-878 . -379) T) ((-982 . -628) 42538) ((-110 . -34) T) ((-747 . -628) 42494) ((-727 . -628) 42476) ((-494 . -660) 42309) ((-885 . -1079) T) ((-605 . -298) 42284) ((-592 . -148) T) ((-576 . -148) T) ((-507 . -148) T) ((-1193 . -729) 42113) ((-1078 . -102) 42091) ((-1146 . -729) 41940) ((-1141 . -651) 41922) ((-868 . -729) 41892) ((-682 . -1238) T) ((-1 . -102) T) ((-560 . -1238) T) ((-430 . -628) 41800) ((-245 . -625) 41493) ((-1136 . -1121) T) ((-1261 . -423) 41477) ((-1210 . -319) 41281) ((-982 . -1070) T) ((-747 . -1070) T) ((-727 . -1070) T) ((-656 . -1121) 41231) ((-1075 . -660) 41215) ((-869 . -423) 41199) ((-523 . -102) T) ((-519 . -102) T) ((-273 . -319) 41186) ((-253 . -319) 41173) ((-1272 . -919) 41079) ((-982 . -336) 41058) ((-1251 . -919) 40855) ((-396 . -660) 40839) ((-682 . -1059) 40735) ((-491 . -319) 40539) ((-258 . -526) 40472) ((-257 . -526) 40405) ((-1162 . -319) 40331) ((-1232 . -911) 40310) ((-831 . -1121) T) ((-811 . -1077) 40294) ((-1280 . -296) 40259) ((-1273 . -296) 40217) ((-1252 . -296) 40045) ((-398 . -1121) T) ((-334 . -1121) T) ((-430 . -1070) T) ((-171 . -1079) T) ((-59 . -319) 39983) ((-811 . -111) 39962) ((-607 . -296) 39927) ((-531 . -319) 39865) ((-528 . -319) 39803) ((-509 . -319) 39741) ((-508 . -319) 39679) ((-430 . -238) 39658) ((-494 . -34) T) ((-227 . -1121) T) ((-1025 . -626) 39588) ((-1025 . -625) 39548) ((-992 . -625) 39508) ((-933 . -625) 39490) ((-711 . -148) T) ((-1310 . -1238) T) ((-1308 . -1238) T) ((-713 . -939) T) ((-713 . -832) T) ((-439 . -625) 39472) ((-1141 . -21) T) ((-1141 . -25) T) ((-682 . -388) 39456) ((-117 . -939) T) ((-886 . -272) 39440) ((-886 . -232) 39424) ((-44 . -1238) T) ((-78 . -1238) T) ((-127 . -126) 39408) ((-1075 . -34) T) ((-1310 . -1059) 39382) ((-1308 . -1059) 39339) ((-1261 . -1079) T) ((-869 . -1079) T) ((-366 . -1173) 39318) ((-363 . -1173) 39297) ((-355 . -1173) 39276) ((-494 . -806) 39255) ((-494 . -805) 39234) ((-229 . -34) T) ((-494 . -738) 39212) ((-811 . -628) 39058) ((-674 . -1072) 39042) ((-60 . -501) 39026) ((-583 . -1079) T) ((-1193 . -174) 38917) ((-674 . -652) 38901) ((-486 . -919) 38807) ((-153 . -1238) T) ((-1146 . -174) 38718) ((-1083 . -1121) T) ((-1108 . -968) 38663) ((-971 . -1121) T) ((-829 . -660) 38614) ((-794 . -968) 38583) ((-725 . -1121) T) ((-792 . -968) 38550) ((-528 . -292) 38534) ((-682 . -917) 38493) ((-493 . -1121) T) ((-466 . -968) 38460) ((-79 . -1238) T) ((-366 . -38) 38425) ((-363 . -38) 38390) ((-355 . -38) 38355) ((-273 . -38) 38204) ((-253 . -38) 38053) ((-929 . -1173) T) ((-536 . -502) 38034) ((-635 . -148) 38013) ((-635 . -146) 37992) ((-536 . -625) 37958) ((-118 . -148) T) ((-118 . -146) NIL) ((-426 . -738) T) ((-811 . -1070) T) ((-576 . -237) T) ((-507 . -237) T) ((-354 . -464) T) ((-1280 . -1023) 37924) ((-1273 . -1023) 37890) ((-1252 . -1023) 37856) ((-929 . -38) 37821) ((-227 . -729) 37786) ((-1020 . -132) T) ((-329 . -47) 37756) ((-40 . -421) 37728) ((-141 . -625) 37710) ((-983 . -1238) T) ((-827 . -1238) T) ((-176 . -939) T) ((-561 . -379) T) ((-726 . -658) 37655) ((-618 . -628) 37636) ((-354 . -414) T) ((-683 . -628) 37617) ((-323 . -234) NIL) ((-182 . -628) 37598) ((-162 . -628) 37579) ((-157 . -628) 37560) ((-155 . -628) 37541) ((-532 . -298) 37518) ((-1251 . -232) 37488) ((-1251 . -272) 37458) ((-1235 . -1238) 37436) ((-1199 . -660) 37361) ((-890 . -102) T) ((-827 . -1059) 37188) ((-45 . -34) T) ((-693 . -102) T) ((-688 . -102) T) ((-674 . -102) T) ((-666 . -21) T) ((-666 . -25) T) ((-1123 . -501) 37172) ((-687 . -1238) T) ((-490 . -102) T) ((-250 . -102) 37102) ((-558 . -856) T) ((-139 . -102) T) ((-138 . -102) T) ((-134 . -102) T) ((-1108 . -911) 36997) ((-885 . -1121) T) ((-1193 . -526) 36944) ((-1083 . -729) 36931) ((-794 . -911) 36834) ((-743 . -1077) 36677) ((-792 . -911) 36659) ((-971 . -729) 36508) ((-1146 . -526) 36460) ((-1299 . -1121) T) ((-1298 . -1121) T) ((-466 . -911) 36435) ((-493 . -729) 36284) ((-67 . -625) 36266) ((-639 . -1238) T) ((-743 . -111) 36095) ((-962 . -501) 36079) ((-1300 . -660) 36039) ((-1195 . -1077) 35922) ((-829 . -738) T) ((-1194 . -1077) 35757) ((-1188 . -1077) 35547) ((-329 . -1238) T) ((-1147 . -1077) 35430) ((-1024 . -1242) T) ((-1115 . -102) 35408) ((-827 . -388) 35377) ((-591 . -625) 35359) ((-558 . -1121) T) ((-1024 . -568) T) ((-1195 . -111) 35228) ((-1194 . -111) 35049) ((-1188 . -111) 34818) ((-1147 . -111) 34687) ((-1126 . -1124) 34651) ((-390 . -860) T) ((-1280 . -625) 34633) ((-1273 . -625) 34615) ((-886 . -658) 34552) ((-1252 . -625) 34534) ((-1252 . -626) NIL) ((-245 . -298) 34511) ((-40 . -464) T) ((-227 . -174) T) ((-171 . -1121) T) ((-743 . -628) 34296) ((-706 . -148) T) ((-706 . -146) NIL) ((-608 . -625) 34278) ((-607 . -625) 34260) ((-1141 . -234) 34247) ((-915 . -1121) T) ((-853 . -1121) T) ((-820 . -1121) T) ((-273 . -919) 34157) ((-253 . -919) 34134) ((-781 . -1121) T) ((-689 . -1121) T) ((-670 . -866) 34118) ((-635 . -237) 34069) ((-827 . -917) 34001) ((-1243 . -379) T) ((-40 . -414) NIL) ((-118 . -237) NIL) ((-1195 . -628) 33883) ((-1141 . -673) T) ((-885 . -729) 33828) ((-258 . -501) 33812) ((-257 . -501) 33796) ((-1194 . -628) 33539) ((-1188 . -628) 33334) ((-724 . -651) 33282) ((-665 . -660) 33256) ((-1147 . -628) 33138) ((-305 . -34) T) ((-1141 . -113) T) ((-743 . -1070) T) ((-593 . -1295) 33125) ((-530 . -1295) 33102) ((-1261 . -1121) T) ((-1193 . -300) 33013) ((-1146 . -300) 32944) ((-1083 . -174) T) ((-299 . -1238) T) ((-869 . -1121) T) ((-971 . -174) 32855) ((-794 . -1264) 32839) ((-656 . -526) 32772) ((-77 . -625) 32754) ((-743 . -336) 32719) ((-1199 . -738) T) ((-583 . -1121) T) ((-493 . -174) 32630) ((-250 . -319) 32568) ((-1163 . -1133) T) ((-70 . -625) 32550) ((-1300 . -738) T) ((-1195 . -1070) T) ((-1194 . -1070) T) ((-1188 . -1070) T) ((-337 . -102) 32480) ((-1163 . -23) T) ((-2 . -1238) T) ((-1147 . -1070) T) ((-91 . -1142) 32464) ((-880 . -1133) T) ((-1195 . -238) 32423) ((-1194 . -248) 32402) ((-1194 . -238) 32354) ((-1188 . -238) 32241) ((-1188 . -248) 32220) ((-329 . -917) 32126) ((-880 . -23) T) ((-171 . -729) 31954) ((-419 . -1242) T) ((-1122 . -379) T) ((-1024 . -374) T) ((-884 . -464) T) ((-1045 . -148) T) ((-962 . -296) 31906) ((-323 . -862) NIL) ((-1272 . -658) 31788) ((-888 . -102) T) ((-1251 . -658) 31643) ((-724 . -25) T) ((-419 . -568) T) ((-724 . -21) T) ((-537 . -628) 31624) ((-365 . -148) 31606) ((-365 . -146) T) ((-1168 . -1121) 31584) ((-465 . -732) T) ((-75 . -625) 31566) ((-115 . -862) T) ((-250 . -292) 31550) ((-245 . -1077) 31471) ((-81 . -625) 31453) ((-747 . -379) 31406) ((-1197 . -840) T) ((-749 . -240) 31390) ((-1180 . -1238) T) ((-142 . -240) 31372) ((-245 . -111) 31288) ((-1261 . -729) 31117) ((-48 . -148) T) ((-885 . -174) T) ((-869 . -729) 31087) ((-496 . -1238) T) ((-971 . -526) 31034) ((-665 . -738) T) ((-583 . -729) 31021) ((-1055 . -1079) T) ((-706 . -237) NIL) ((-493 . -526) 30964) ((-962 . -19) 30948) ((-962 . -616) 30925) ((-1101 . -1238) T) ((-1082 . -1238) T) ((-828 . -626) NIL) ((-828 . -625) 30907) ((-1232 . -652) 30804) ((-1232 . -1072) 30687) ((-1025 . -1077) 30637) ((-425 . -625) 30619) ((-258 . -296) 30596) ((-370 . -1238) T) ((-364 . -1238) T) ((-356 . -1238) T) ((-257 . -296) 30573) ((-499 . -928) NIL) ((-326 . -29) 30543) ((-108 . -1238) T) ((-1024 . -1133) T) ((-219 . -928) NIL) ((-1101 . -1059) 30439) ((-933 . -1077) 30391) ((-1025 . -111) 30325) ((-1024 . -23) T) ((-723 . -1072) 30290) ((-933 . -111) 30228) ((-749 . -707) 30212) ((-723 . -652) 30177) ((-273 . -272) 30161) ((-273 . -232) 30145) ((-439 . -1077) 30129) ((-390 . -1079) T) ((-245 . -628) 29927) ((-706 . -1226) NIL) ((-499 . -660) 29877) ((-486 . -658) 29759) ((-108 . -899) 29741) ((-108 . -901) 29723) ((-706 . -1223) NIL) ((-219 . -660) 29673) ((-370 . -1059) 29657) ((-364 . -1059) 29641) ((-337 . -319) 29579) ((-356 . -1059) 29563) ((-227 . -300) T) ((-439 . -111) 29542) ((-60 . -625) 29474) ((-171 . -174) T) ((-1141 . -862) T) ((-108 . -1059) 29434) ((-907 . -1121) T) ((-848 . -1079) T) ((-839 . -1079) T) ((-706 . -35) NIL) ((-706 . -95) NIL) ((-323 . -1013) 29395) ((-185 . -102) T) ((-592 . -464) T) ((-576 . -464) T) ((-507 . -464) T) ((-1311 . -1133) T) ((-1311 . -23) T) ((-1303 . -625) 29377) ((-419 . -374) T) ((-1261 . -174) 29268) ((-1232 . -102) T) ((-1219 . -1121) T) ((-1210 . -231) 29218) ((-1187 . -1238) T) ((-245 . -1070) 29196) ((-1015 . -1238) T) ((-1171 . -34) T) ((-1204 . -856) T) ((-1203 . -856) T) ((-1188 . -804) NIL) ((-489 . -939) T) ((-1020 . -651) 29144) ((-258 . -616) 29121) ((-257 . -616) 29098) ((-1188 . -807) NIL) ((-1179 . -1238) T) ((-1101 . -388) 29082) ((-885 . -526) 28990) ((-245 . -238) 28942) ((-1163 . -132) T) ((-1123 . -626) 28903) ((-1025 . -628) 28853) ((-1123 . -625) 28835) ((-933 . -628) 28772) ((-836 . -625) 28754) ((-1109 . -1121) T) ((-1101 . -917) 28687) ((-1097 . -1121) T) ((-1083 . -300) T) ((-1025 . -248) T) ((-1025 . -238) T) ((-1025 . -1070) T) ((-439 . -628) 28656) ((-108 . -388) 28638) ((-108 . -349) 28620) ((-977 . -1121) 28570) ((-971 . -300) 28501) ((-811 . -379) 28480) ((-933 . -1070) T) ((-723 . -102) T) ((-659 . -1238) T) ((-644 . -1238) T) ((-620 . -1121) T) ((-620 . -622) 28456) ((-598 . -1072) 28431) ((-493 . -300) 28362) ((-583 . -174) T) ((-337 . -292) 28346) ((-365 . -237) T) ((-598 . -652) 28321) ((-366 . -360) 28300) ((-363 . -360) 28279) ((-355 . -360) 28258) ((-214 . -1238) T) ((-83 . -625) 28240) ((-213 . -1238) T) ((-211 . -1238) T) ((-210 . -1238) T) ((-209 . -1238) T) ((-208 . -1238) T) ((-205 . -1238) T) ((-204 . -1238) T) ((-203 . -1238) T) ((-202 . -1238) T) ((-487 . -1121) T) ((-201 . -1238) T) ((-273 . -260) 28202) ((-200 . -1238) T) ((-199 . -1238) T) ((-198 . -1238) T) ((-197 . -1238) T) ((-196 . -1238) T) ((-487 . -622) 28181) ((-195 . -1238) T) ((-283 . -1238) T) ((-282 . -1238) T) ((-281 . -1238) T) ((-280 . -1238) T) ((-491 . -231) 28131) ((-279 . -1238) T) ((-278 . -1238) T) ((-277 . -1238) T) ((-439 . -1070) T) ((-933 . -248) T) ((-880 . -132) T) ((-48 . -237) T) ((-711 . -464) T) ((-855 . -1133) 28110) ((-108 . -917) NIL) ((-1232 . -294) 28076) ((-1134 . -1238) T) ((-886 . -860) 28055) ((-1020 . -25) T) ((-924 . -738) T) ((-171 . -526) 27967) ((-1020 . -21) T) ((-924 . -485) T) ((-419 . -1133) T) ((-499 . -806) T) ((-499 . -803) T) ((-929 . -360) T) ((-499 . -738) T) ((-219 . -806) T) ((-219 . -803) T) ((-724 . -234) 27954) ((-219 . -738) T) ((-855 . -23) 27906) ((-1205 . -1121) T) ((-670 . -1072) 27890) ((-1204 . -1121) T) ((-536 . -628) 27871) ((-1203 . -1121) T) ((-329 . -317) 27850) ((-1056 . -240) 27796) ((-670 . -652) 27766) ((-419 . -23) T) ((-962 . -626) 27727) ((-962 . -625) 27639) ((-656 . -501) 27623) ((-45 . -1031) 27573) ((-1134 . -1059) 27400) ((-629 . -988) T) ((-503 . -102) T) ((-341 . -625) 27382) ((-1014 . -296) 27349) ((-605 . -663) 27331) ((-129 . -1121) T) ((-131 . -1121) T) ((-605 . -384) 27313) ((-354 . -1295) 27290) ((-451 . -625) 27272) ((-1261 . -526) 27219) ((-1108 . -1072) 27062) ((-1048 . -1238) T) ((-885 . -300) T) ((-1193 . -296) 26989) ((-1108 . -652) 26838) ((-1021 . -1016) 26822) ((-794 . -1072) 26645) ((-792 . -1072) 26488) ((-794 . -652) 26317) ((-792 . -652) 26166) ((-488 . -1238) T) ((-475 . -1238) T) ((-598 . -102) T) ((-473 . -1072) 26137) ((-466 . -1072) 25980) ((-676 . -658) 25949) ((-635 . -464) 25928) ((-473 . -652) 25899) ((-466 . -652) 25748) ((-366 . -658) 25685) ((-363 . -658) 25622) ((-355 . -658) 25559) ((-273 . -658) 25469) ((-253 . -658) 25379) ((-1303 . -393) 25351) ((-529 . -1121) T) ((-118 . -464) T) ((-1218 . -102) T) ((-1113 . -1121) 25321) ((-1055 . -1121) T) ((-1136 . -93) T) ((-908 . -862) T) ((-1280 . -111) 25190) ((-362 . -1242) T) ((-1280 . -1077) 25073) ((-1134 . -388) 25042) ((-1273 . -1077) 24877) ((-1252 . -1077) 24667) ((-1273 . -111) 24488) ((-1252 . -111) 24257) ((-1232 . -319) 24244) ((-1024 . -132) T) ((-929 . -658) 24194) ((-376 . -625) 24176) ((-362 . -568) T) ((-299 . -317) T) ((-608 . -1077) 24136) ((-607 . -1077) 24019) ((-593 . -1072) 23984) ((-530 . -1072) 23929) ((-372 . -1121) T) ((-332 . -1121) T) ((-258 . -625) 23890) ((-257 . -625) 23851) ((-593 . -652) 23816) ((-530 . -652) 23761) ((-706 . -421) 23728) ((-647 . -23) T) ((-619 . -23) T) ((-40 . -911) 23635) ((-670 . -102) T) ((-608 . -111) 23588) ((-607 . -111) 23457) ((-390 . -1121) T) ((-347 . -102) T) ((-171 . -300) 23368) ((-1251 . -860) 23321) ((-726 . -1079) T) ((-624 . -1238) T) ((-1168 . -526) 23254) ((-1211 . -847) 23238) ((-1134 . -917) 23170) ((-848 . -1121) T) ((-839 . -1121) T) ((-837 . -1121) T) ((-97 . -102) T) ((-145 . -862) T) ((-624 . -899) 23154) ((-1172 . -1238) T) ((-110 . -1238) T) ((-1108 . -102) T) ((-1084 . -34) T) ((-794 . -102) T) ((-792 . -102) T) ((-1280 . -628) 23036) ((-1273 . -628) 22779) ((-473 . -102) T) ((-466 . -102) T) ((-1252 . -628) 22574) ((-96 . -1238) T) ((-245 . -807) 22553) ((-245 . -804) 22532) ((-661 . -102) T) ((-608 . -628) 22490) ((-607 . -628) 22372) ((-1261 . -300) 22283) ((-676 . -646) 22267) ((-188 . -625) 22249) ((-656 . -296) 22201) ((-1055 . -729) 22185) ((-583 . -300) T) ((-982 . -660) 22110) ((-1311 . -132) T) ((-747 . -660) 22070) ((-727 . -660) 22057) ((-284 . -102) T) ((-465 . -660) 21987) ((-50 . -102) T) ((-593 . -102) T) ((-530 . -102) T) ((-1280 . -1070) T) ((-1273 . -1070) T) ((-1252 . -1070) T) ((-1161 . -1238) T) ((-519 . -658) 21969) ((-332 . -729) 21951) ((-1280 . -238) 21910) ((-1273 . -248) 21889) ((-1273 . -238) 21841) ((-1252 . -238) 21728) ((-1252 . -248) 21707) ((-1232 . -38) 21604) ((-608 . -1070) T) ((-607 . -1070) T) ((-1025 . -807) T) ((-1025 . -804) T) ((-992 . -807) T) ((-992 . -804) T) ((-886 . -1079) T) ((-109 . -625) 21586) ((-706 . -464) T) ((-390 . -729) 21551) ((-430 . -660) 21525) ((-884 . -883) 21509) ((-723 . -38) 21474) ((-607 . -238) 21433) ((-40 . -736) 21405) ((-362 . -339) 21382) ((-362 . -374) T) ((-1101 . -317) 21333) ((-304 . -1133) 21214) ((-1127 . -1238) T) ((-1020 . -234) 21159) ((-173 . -102) T) ((-1255 . -625) 21126) ((-855 . -132) 21078) ((-848 . -729) 21048) ((-656 . -1276) 21032) ((-839 . -729) 21002) ((-656 . -616) 20979) ((-494 . -1238) T) ((-370 . -317) T) ((-364 . -317) T) ((-356 . -317) T) ((-411 . -234) 20966) ((-419 . -132) T) ((-532 . -678) 20950) ((-108 . -317) T) ((-304 . -23) 20833) ((-532 . -663) 20817) ((-706 . -414) NIL) ((-532 . -384) 20801) ((-301 . -625) 20783) ((-91 . -1121) 20761) ((-108 . -1043) T) ((-576 . -144) T) ((-1288 . -152) 20745) ((-494 . -1059) 20572) ((-1274 . -146) 20533) ((-1274 . -148) 20494) ((-1075 . -1238) T) ((-1299 . -93) T) ((-1014 . -625) 20476) ((-830 . -1238) T) ((-876 . -625) 20458) ((-828 . -1077) 20301) ((-1298 . -93) T) ((-1193 . -626) NIL) ((-1117 . -1121) T) ((-1111 . -1121) T) ((-1108 . -319) 20288) ((-426 . -1238) T) ((-396 . -1238) T) ((-1094 . -1121) T) ((-229 . -1238) T) ((-1087 . -1121) T) ((-1057 . -1121) T) ((-1040 . -1121) T) ((-794 . -319) 20275) ((-792 . -319) 20262) ((-1193 . -625) 20244) ((-828 . -111) 20073) ((-1146 . -625) 20055) ((-638 . -1121) T) ((-589 . -175) T) ((-541 . -175) T) ((-466 . -319) 20042) ((-495 . -1121) T) ((-1146 . -626) 19790) ((-1055 . -174) T) ((-962 . -298) 19767) ((-220 . -1121) T) ((-868 . -625) 19749) ((-620 . -526) 19532) ((-81 . -628) 19473) ((-830 . -1059) 19457) ((-487 . -526) 19249) ((-982 . -738) T) ((-747 . -738) T) ((-727 . -738) T) ((-362 . -1133) T) ((-1200 . -625) 19231) ((-225 . -102) T) ((-494 . -388) 19200) ((-527 . -1121) T) ((-522 . -1121) T) ((-520 . -1121) T) ((-811 . -660) 19174) ((-1045 . -464) T) ((-977 . -526) 19107) ((-362 . -23) T) ((-647 . -132) T) ((-619 . -132) T) ((-365 . -464) T) ((-245 . -379) 19086) ((-390 . -174) T) ((-1272 . -1079) T) ((-1251 . -1079) T) ((-227 . -1023) T) ((-828 . -628) 18823) ((-711 . -399) T) ((-430 . -738) T) ((-713 . -1242) T) ((-1163 . -651) 18771) ((-592 . -883) 18755) ((-1303 . -1077) 18739) ((-1180 . -1214) 18715) ((-713 . -568) T) ((-127 . -1121) 18693) ((-726 . -1121) T) ((-670 . -38) 18663) ((-494 . -917) 18595) ((-255 . -1121) T) ((-189 . -1121) T) ((-365 . -414) T) ((-326 . -148) 18574) ((-326 . -146) 18553) ((-117 . -568) T) ((-129 . -526) NIL) ((-323 . -148) 18509) ((-323 . -146) 18465) ((-48 . -464) T) ((-163 . -1121) T) ((-158 . -1121) T) ((-1180 . -107) 18412) ((-794 . -1173) 18390) ((-1303 . -111) 18369) ((-701 . -34) T) ((-604 . -1238) T) ((-562 . -34) T) ((-496 . -107) 18353) ((-258 . -298) 18330) ((-257 . -298) 18307) ((-1244 . -856) T) ((-885 . -296) 18258) ((-45 . -1238) T) ((-1232 . -919) 18239) ((-829 . -1238) T) ((-828 . -1070) T) ((-674 . -658) 18208) ((-1199 . -47) 18185) ((-828 . -336) 18147) ((-1108 . -38) 17996) ((-828 . -238) 17975) ((-794 . -38) 17804) ((-792 . -38) 17653) ((-1136 . -502) 17634) ((-466 . -38) 17483) ((-1136 . -625) 17449) ((-1139 . -102) T) ((-656 . -626) 17410) ((-656 . -625) 17322) ((-593 . -1173) T) ((-530 . -1173) T) ((-1168 . -501) 17306) ((-354 . -1072) 17251) ((-1224 . -1121) 17229) ((-1163 . -25) T) ((-1163 . -21) T) ((-354 . -652) 17174) ((-1303 . -628) 17123) ((-340 . -1238) T) ((-486 . -1079) T) ((-1244 . -1121) T) ((-1252 . -804) NIL) ((-1252 . -807) NIL) ((-1020 . -862) 17102) ((-850 . -1121) T) ((-831 . -625) 17084) ((-880 . -21) T) ((-880 . -25) T) ((-811 . -738) T) ((-176 . -1242) T) ((-593 . -38) 17049) ((-530 . -38) 17014) ((-398 . -625) 16996) ((-343 . -102) T) ((-334 . -625) 16978) ((-171 . -296) 16936) ((-63 . -1238) T) ((-112 . -102) T) ((-886 . -1121) T) ((-524 . -1238) T) ((-176 . -568) T) ((-726 . -729) 16906) ((-304 . -132) 16789) ((-227 . -625) 16771) ((-227 . -626) 16701) ((-1024 . -651) 16640) ((-1303 . -1070) T) ((-1199 . -1238) T) ((-1141 . -148) T) ((-644 . -1214) 16615) ((-743 . -928) 16594) ((-605 . -34) T) ((-659 . -107) 16578) ((-644 . -107) 16524) ((-1300 . -1238) T) ((-635 . -911) 16445) ((-1261 . -296) 16372) ((-743 . -660) 16261) ((-305 . -1238) T) ((-1199 . -1059) 16157) ((-962 . -630) 16134) ((-589 . -588) T) ((-589 . -539) T) ((-541 . -539) T) ((-118 . -911) NIL) ((-1188 . -928) NIL) ((-1083 . -626) 16049) ((-1083 . -625) 16031) ((-971 . -625) 16013) ((-725 . -502) 15963) ((-354 . -102) T) ((-258 . -1077) 15884) ((-257 . -1077) 15805) ((-406 . -102) T) ((-31 . -1121) T) ((-971 . -626) 15666) ((-725 . -625) 15601) ((-1301 . -1231) 15570) ((-493 . -625) 15552) ((-493 . -626) 15413) ((-273 . -423) 15397) ((-253 . -423) 15381) ((-323 . -237) NIL) ((-258 . -111) 15297) ((-257 . -111) 15213) ((-1195 . -660) 15138) ((-1194 . -660) 15035) ((-1188 . -660) 14887) ((-1147 . -660) 14812) ((-362 . -132) T) ((-82 . -453) T) ((-82 . -407) T) ((-1024 . -25) T) ((-1024 . -21) T) ((-887 . -1121) 14763) ((-40 . -1072) 14708) ((-886 . -729) 14660) ((-40 . -652) 14605) ((-390 . -300) T) ((-171 . -1023) 14556) ((-1108 . -919) 14455) ((-706 . -399) T) ((-1020 . -1018) 14439) ((-713 . -1133) T) ((-706 . -167) 14421) ((-794 . -919) 14328) ((-792 . -919) 14312) ((-1272 . -1121) T) ((-1251 . -1121) T) ((-1185 . -102) T) ((-326 . -1223) 14291) ((-326 . -1226) 14270) ((-466 . -919) 14247) ((-326 . -978) 14226) ((-135 . -1133) T) ((-117 . -1133) T) ((-991 . -1238) T) ((-665 . -1238) T) ((-614 . -1286) 14210) ((-713 . -23) T) ((-878 . -1238) T) ((-614 . -1121) 14160) ((-326 . -95) 14139) ((-91 . -526) 14072) ((-176 . -374) T) ((-258 . -628) 13870) ((-257 . -628) 13668) ((-326 . -35) 13647) ((-620 . -501) 13581) ((-135 . -23) T) ((-117 . -23) T) ((-985 . -102) T) ((-730 . -1121) T) ((-487 . -501) 13518) ((-419 . -651) 13466) ((-665 . -1059) 13362) ((-977 . -501) 13346) ((-366 . -1079) T) ((-363 . -1079) T) ((-355 . -1079) T) ((-273 . -1079) T) ((-253 . -1079) T) ((-885 . -626) NIL) ((-885 . -625) 13328) ((-1299 . -502) 13309) ((-1298 . -502) 13290) ((-1311 . -21) T) ((-1299 . -625) 13256) ((-1298 . -625) 13222) ((-583 . -1023) T) ((-743 . -738) T) ((-1311 . -25) T) ((-258 . -1070) 13200) ((-257 . -1070) 13178) ((-72 . -1238) T) ((-1163 . -234) 13123) ((-258 . -238) 13075) ((-257 . -238) 13027) ((-1141 . -237) T) ((-40 . -102) T) ((-929 . -1079) T) ((-706 . -911) NIL) ((-1202 . -102) T) ((-129 . -501) 13009) ((-1195 . -738) T) ((-1194 . -738) T) ((-1188 . -738) T) ((-1188 . -803) NIL) ((-1188 . -806) NIL) ((-973 . -102) T) ((-940 . -102) T) ((-884 . -1072) 12996) ((-1147 . -738) T) ((-783 . -102) T) ((-684 . -102) T) ((-884 . -652) 12983) ((-558 . -625) 12965) ((-486 . -1121) T) ((-350 . -1133) T) ((-176 . -1133) T) ((-329 . -939) 12944) ((-1272 . -729) 12785) ((-886 . -174) T) ((-1251 . -729) 12599) ((-855 . -21) 12551) ((-855 . -25) 12503) ((-250 . -1170) 12487) ((-127 . -526) 12420) ((-419 . -25) T) ((-419 . -21) T) ((-350 . -23) T) ((-171 . -626) 12186) ((-171 . -625) 12168) ((-176 . -23) T) ((-656 . -298) 12145) ((-532 . -34) T) ((-915 . -625) 12127) ((-89 . -1238) T) ((-853 . -625) 12109) ((-820 . -625) 12091) ((-781 . -625) 12073) ((-689 . -625) 12055) ((-245 . -660) 11888) ((-629 . -113) T) ((-1197 . -1121) T) ((-1193 . -1077) 11711) ((-216 . -1238) T) ((-1171 . -1238) T) ((-1146 . -1077) 11554) ((-868 . -1077) 11538) ((-1255 . -630) 11522) ((-1193 . -111) 11331) ((-1146 . -111) 11160) ((-868 . -111) 11139) ((-1245 . -862) T) ((-1261 . -626) NIL) ((-1261 . -625) 11121) ((-354 . -1173) T) ((-869 . -625) 11103) ((-1097 . -296) 11082) ((-1232 . -658) 10992) ((-80 . -1238) T) ((-924 . -1238) T) ((-1224 . -526) 10925) ((-1025 . -928) NIL) ((-1108 . -272) 10909) ((-620 . -296) 10885) ((-1108 . -232) 10869) ((-499 . -1238) T) ((-583 . -625) 10851) ((-487 . -296) 10830) ((-1025 . -660) 10780) ((-529 . -93) T) ((-1024 . -234) 10711) ((-219 . -1238) T) ((-977 . -296) 10663) ((-884 . -102) T) ((-299 . -939) T) ((-829 . -317) 10642) ((-794 . -272) 10626) ((-794 . -232) 10610) ((-933 . -660) 10562) ((-723 . -658) 10512) ((-706 . -736) 10479) ((-647 . -21) T) ((-647 . -25) T) ((-619 . -21) T) ((-559 . -102) T) ((-354 . -38) 10444) ((-499 . -899) 10426) ((-499 . -901) 10408) ((-486 . -729) 10249) ((-64 . -1238) T) ((-219 . -899) 10231) ((-219 . -901) 10213) ((-619 . -25) T) ((-439 . -660) 10187) ((-1193 . -628) 9956) ((-499 . -1059) 9916) ((-886 . -526) 9828) ((-1146 . -628) 9620) ((-868 . -628) 9538) ((-219 . -1059) 9498) ((-245 . -34) T) ((-1021 . -1121) 9476) ((-592 . -1072) 9463) ((-576 . -1072) 9450) ((-507 . -1072) 9415) ((-1272 . -174) 9346) ((-1251 . -174) 9277) ((-592 . -652) 9264) ((-576 . -652) 9251) ((-507 . -652) 9216) ((-724 . -146) 9195) ((-724 . -148) 9174) ((-713 . -132) T) ((-561 . -1238) T) ((-137 . -477) 9151) ((-1168 . -625) 9083) ((-670 . -668) 9067) ((-129 . -296) 9017) ((-117 . -132) T) ((-489 . -1242) T) ((-620 . -616) 8993) ((-487 . -616) 8972) ((-347 . -346) 8941) ((-609 . -1121) T) ((-597 . -1121) T) ((-548 . -1121) T) ((-489 . -568) T) ((-1193 . -1070) T) ((-1146 . -1070) T) ((-868 . -1070) T) ((-835 . -1238) T) ((-245 . -806) 8920) ((-245 . -805) 8899) ((-1193 . -336) 8876) ((-245 . -738) 8854) ((-977 . -19) 8838) ((-499 . -388) 8820) ((-499 . -349) 8802) ((-1146 . -336) 8774) ((-365 . -1295) 8751) ((-219 . -388) 8733) ((-219 . -349) 8715) ((-977 . -616) 8692) ((-1193 . -238) T) ((-1284 . -1121) T) ((-676 . -1121) T) ((-657 . -1121) T) ((-1210 . -1121) T) ((-1108 . -260) 8629) ((-598 . -658) 8589) ((-366 . -1121) T) ((-363 . -1121) T) ((-355 . -1121) T) ((-273 . -1121) T) ((-253 . -1121) T) ((-84 . -1238) T) ((-128 . -102) 8539) ((-122 . -102) 8489) ((-1251 . -526) 8349) ((-1210 . -622) 8328) ((-1162 . -1121) T) ((-1136 . -628) 8309) ((-1101 . -939) 8260) ((-491 . -1121) T) ((-1025 . -806) T) ((-1025 . -803) T) ((-491 . -622) 8239) ((-258 . -807) 8218) ((-258 . -804) 8197) ((-257 . -807) 8176) ((-40 . -1173) NIL) ((-257 . -804) 8155) ((-1025 . -738) T) ((-129 . -19) 8137) ((-992 . -806) T) ((-711 . -1072) 8102) ((-933 . -738) T) ((-929 . -1121) T) ((-907 . -625) 8084) ((-129 . -616) 8059) ((-711 . -652) 8024) ((-91 . -501) 8008) ((-499 . -917) NIL) ((-886 . -300) T) ((-227 . -1077) 7973) ((-848 . -296) 7952) ((-219 . -917) NIL) ((-845 . -1133) 7931) ((-59 . -1121) 7881) ((-531 . -1121) 7859) ((-528 . -1121) 7809) ((-509 . -1121) 7787) ((-508 . -1121) 7737) ((-592 . -102) T) ((-576 . -102) T) ((-507 . -102) T) ((-486 . -174) 7668) ((-370 . -939) T) ((-364 . -939) T) ((-356 . -939) T) ((-227 . -111) 7624) ((-845 . -23) 7576) ((-439 . -738) T) ((-108 . -939) T) ((-40 . -38) 7521) ((-108 . -832) T) ((-593 . -360) T) ((-530 . -360) T) ((-670 . -658) 7480) ((-326 . -464) 7459) ((-323 . -464) T) ((-614 . -526) 7392) ((-419 . -234) 7337) ((-350 . -132) T) ((-176 . -132) T) ((-304 . -25) 7201) ((-304 . -21) 7084) ((-45 . -1214) 7063) ((-66 . -625) 7045) ((-55 . -102) T) ((-347 . -658) 7027) ((-1289 . -102) T) ((-1288 . -102) 6957) ((-1280 . -660) 6882) ((-45 . -107) 6832) ((-831 . -628) 6816) ((-1273 . -660) 6713) ((-1252 . -660) 6565) ((-1252 . -928) NIL) ((-1243 . -1238) T) ((-1219 . -625) 6547) ((-1123 . -437) 6531) ((-1123 . -379) 6510) ((-398 . -628) 6494) ((-334 . -628) 6478) ((-1211 . -102) T) ((-1117 . -93) T) ((-1084 . -1238) T) ((-1108 . -658) 6388) ((-1083 . -1077) 6375) ((-1083 . -111) 6360) ((-971 . -1077) 6203) ((-971 . -111) 6032) ((-794 . -658) 5942) ((-792 . -658) 5852) ((-635 . -1072) 5839) ((-676 . -729) 5823) ((-635 . -652) 5810) ((-493 . -1077) 5653) ((-489 . -374) T) ((-473 . -658) 5609) ((-466 . -658) 5519) ((-227 . -628) 5469) ((-366 . -729) 5421) ((-363 . -729) 5373) ((-118 . -1072) 5318) ((-355 . -729) 5270) ((-273 . -729) 5119) ((-253 . -729) 4968) ((-1111 . -93) T) ((-1094 . -93) T) ((-118 . -652) 4913) ((-1087 . -93) T) ((-962 . -663) 4897) ((-1078 . -1121) 4875) ((-493 . -111) 4704) ((-1057 . -93) T) ((-1040 . -93) T) ((-962 . -384) 4688) ((-254 . -102) T) ((-982 . -47) 4667) ((-74 . -625) 4649) ((-724 . -237) T) ((-722 . -102) T) ((-711 . -102) T) ((-1 . -1121) T) ((-633 . -1133) T) ((-1109 . -625) 4631) ((-638 . -93) T) ((-1097 . -625) 4613) ((-929 . -729) 4578) ((-127 . -501) 4562) ((-495 . -93) T) ((-633 . -23) T) ((-402 . -23) T) ((-87 . -1238) T) ((-220 . -93) T) ((-620 . -625) 4544) ((-620 . -626) NIL) ((-487 . -626) NIL) ((-487 . -625) 4526) ((-362 . -25) T) ((-362 . -21) T) ((-50 . -658) 4485) ((-523 . -1121) T) ((-519 . -1121) T) ((-128 . -319) 4423) ((-122 . -319) 4361) ((-608 . -660) 4335) ((-607 . -660) 4260) ((-593 . -658) 4210) ((-227 . -1070) T) ((-530 . -658) 4140) ((-390 . -1023) T) ((-227 . -248) T) ((-227 . -238) T) ((-1083 . -628) 4112) ((-1083 . -630) 4093) ((-977 . -626) 4054) ((-977 . -625) 3966) ((-971 . -628) 3755) ((-884 . -38) 3742) ((-725 . -628) 3692) ((-1272 . -300) 3643) ((-1251 . -300) 3594) ((-493 . -628) 3379) ((-1141 . -464) T) ((-514 . -862) T) ((-326 . -1160) 3358) ((-1122 . -1238) T) ((-1020 . -148) 3337) ((-1020 . -146) 3316) ((-507 . -319) 3303) ((-1205 . -625) 3285) ((-305 . -1214) 3264) ((-1204 . -625) 3246) ((-1156 . -1238) T) ((-1203 . -625) 3228) ((-885 . -1077) 3173) ((-489 . -1133) T) ((-140 . -847) 3155) ((-115 . -847) 3136) ((-1224 . -501) 3120) ((-1083 . -1070) T) ((-635 . -102) T) ((-982 . -1238) T) ((-971 . -1070) T) ((-258 . -379) 3099) ((-257 . -379) 3078) ((-885 . -111) 3007) ((-305 . -107) 2957) ((-131 . -625) 2939) ((-129 . -626) NIL) ((-129 . -625) 2883) ((-118 . -102) T) ((-747 . -1238) T) ((-727 . -1238) T) ((-489 . -23) T) ((-465 . -1238) T) ((-493 . -1070) T) ((-1083 . -238) T) ((-971 . -336) 2852) ((-40 . -919) 2761) ((-493 . -336) 2718) ((-366 . -174) T) ((-363 . -174) T) ((-355 . -174) T) ((-273 . -174) 2629) ((-253 . -174) 2540) ((-982 . -1059) 2436) ((-529 . -502) 2417) ((-747 . -1059) 2388) ((-529 . -625) 2354) ((-430 . -1238) T) ((-1126 . -102) T) ((-1113 . -625) 2313) ((-1055 . -625) 2295) ((-706 . -1072) 2245) ((-1301 . -152) 2229) ((-1299 . -628) 2210) ((-1298 . -628) 2191) ((-1293 . -625) 2173) ((-1280 . -738) T) ((-706 . -652) 2123) ((-1273 . -738) T) ((-1252 . -803) NIL) ((-1252 . -806) NIL) ((-171 . -1077) 2033) ((-929 . -174) T) ((-885 . -628) 1963) ((-1252 . -738) T) ((-1024 . -353) 1937) ((-225 . -658) 1889) ((-1021 . -526) 1822) ((-855 . -862) 1801) ((-576 . -1173) T) ((-486 . -300) 1752) ((-608 . -738) T) ((-372 . -625) 1734) ((-332 . -625) 1716) ((-430 . -1059) 1612) ((-607 . -738) T) ((-419 . -862) 1563) ((-171 . -111) 1459) ((-845 . -132) 1411) ((-749 . -152) 1395) ((-1288 . -319) 1333) ((-499 . -317) T) ((-390 . -625) 1300) ((-532 . -1031) 1284) ((-390 . -626) 1198) ((-219 . -317) T) ((-142 . -152) 1180) ((-726 . -296) 1159) ((-499 . -1043) T) ((-592 . -38) 1146) ((-576 . -38) 1133) ((-507 . -38) 1098) ((-219 . -1043) T) ((-885 . -1070) T) ((-848 . -625) 1080) ((-839 . -625) 1062) ((-837 . -625) 1044) ((-828 . -928) 1023) ((-1312 . -1133) T) ((-322 . -1238) T) ((-1261 . -1077) 846) ((-869 . -1077) 830) ((-885 . -248) T) ((-885 . -238) NIL) ((-701 . -1238) T) ((-1312 . -23) T) ((-828 . -660) 719) ((-562 . -1238) T) ((-430 . -349) 703) ((-583 . -1077) 690) ((-1261 . -111) 499) ((-713 . -651) 481) ((-869 . -111) 460) ((-392 . -23) T) ((-171 . -628) 238) ((-1210 . -526) 30) ((-890 . -1121) T) ((-693 . -1121) T) ((-688 . -1121) T) ((-674 . -1121) T)) \ No newline at end of file
diff --git a/src/share/algebra/compress.daase b/src/share/algebra/compress.daase
index 4f3f1d36..e876b75f 100644
--- a/src/share/algebra/compress.daase
+++ b/src/share/algebra/compress.daase
@@ -1,6 +1,6 @@
-(30 . 3486772023)
-(4465 |Enumeration| |Mapping| |Record| |Union| |ofCategory| |isDomain|
+(30 . 3486783783)
+(4467 |Enumeration| |Mapping| |Record| |Union| |ofCategory| |isDomain|
ATTRIBUTE |package| |domain| |category| CATEGORY |nobranch| AND |Join|
|ofType| SIGNATURE "failed" "algebra" |OneDimensionalArrayAggregate&|
|OneDimensionalArrayAggregate| |AbelianGroup&| |AbelianGroup|
@@ -313,8 +313,8 @@
|AnnaNumericalOptimizationPackage| |NumericalOptimizationProblem|
|OrderedCompletionFunctions2| |OrderedCompletion| |OrderedFinite|
|OrderingFunctions| |OrderedMonoid| |OrderedRing&| |OrderedRing|
- |OrderedSet&| |OrderedSet| |UnivariateSkewPolynomialCategory&|
- |UnivariateSkewPolynomialCategory|
+ |OrderedSet&| |OrderedSet| |OrderedType&| |OrderedType|
+ |UnivariateSkewPolynomialCategory&| |UnivariateSkewPolynomialCategory|
|UnivariateSkewPolynomialCategoryOps| |SparseUnivariateSkewPolynomial|
|UnivariateSkewPolynomial| |OrthogonalPolynomialFunctions|
|OrderedSemiGroup| |OrdSetInts| |OutputByteConduit&|
@@ -488,665 +488,666 @@
|XPolynomial| |XPolynomialRing| |XRecursivePolynomial| |YoungDiagram|
|ParadoxicalCombinatorsForStreams| |ZeroDimensionalSolvePackage|
|IntegerLinearDependence| |IntegerMod| |Enumeration| |Mapping|
- |Record| |Union| |space| |deleteRoutine!| |readInt16!|
- |identification| |arg2| |makeCos| |pile| |string| |addPoint2|
- |intermediateResultsIF| |basisOfCentroid| |startPolynomial| |tablePow|
- |psolve| |diagonal| |computeCycleLength| |horizConcat|
- |fortranLinkerArgs| |say| |OMunhandledSymbol| |upperCase?|
- |multiEuclideanTree| |mainValue| |f01maf| |setEmpty!| |conditions|
- |lfextlimint| |infix| |isList| |dfRange| |reopen!| |numberOfFactors|
- |cAsinh| |zero?| |drawStyle| |title| |match| |bezoutDiscriminant|
- |radPoly| |fullPartialFraction| |reset| |primintfldpoly| |exists?|
- |rewriteSetByReducingWithParticularGenerators| |getMeasure|
- |taylorQuoByVar| |c05nbf| |sum| |rst| |stoseInvertible?reg|
- |modularGcd| |inc| |scaleRoots| |Lazard| |upperCase| |newTypeLists|
- |complexElementary| |pushuconst| |copies| |cot2tan| |write| |adjoint|
- |bfKeys| |createLowComplexityTable| |addPointLast| |primeFrobenius|
- |graphState| |e| |denominators| |cycleElt| |environment| |save|
- |groebSolve| |lp| |totalDifferential| |selectMultiDimensionalRoutines|
- |printInfo!| |inverseIntegralMatrixAtInfinity| |OMgetInteger|
- |normInvertible?| |sylvesterMatrix| |leadingIndex| |nothing|
- |commutativeEquality| |bitTruth| |principalIdeal| |subResultantChain|
- |cyclic| |contains?| |roughSubIdeal?| |removeRedundantFactors|
- |d03faf| |OMgetFloat| |iiasech| |hspace| |squareFreePart|
- |coercePreimagesImages| |top| |elseBranch| |isNot| |currentSubProgram|
- |sechIfCan| |startTable!| |approximants| |extension| |OMlistSymbols|
- |factorFraction| |continue| |setScreenResolution3D| |mainVariable|
- |inverse| |complexRoots| |duplicates?| |innerEigenvectors| |child?|
- |antisymmetricTensors| |nextSublist| |fixPredicate|
- |degreeSubResultantEuclidean| |mpsode| |createNormalElement|
- |difference| |removeCoshSq| |countRealRootsMultiple| |prinb|
- |listOfLists| |part?| ** |hash| |copy!| |middle| |inputBinaryFile|
- |minPol| |branchIfCan| |isOp| |complexEigenvalues| |resultantReduit|
- |returnTypeOf| |count| |e04jaf| |f01brf| |kroneckerDelta| |cAsech|
- |presub| |open?| |splitLinear| |SturmHabicht| |LazardQuotient2|
- |imagJ| |basicSet| |headReduced?| |leadingTerm| |initTable!|
- |oblateSpheroidal| |univariatePolynomialsGcds| |rationalPower|
- |numberOfPrimitivePoly| |dmp2rfi| |constant| |nullSpace| |s13aaf|
- |showTheIFTable| |e04naf| |f04faf| |twoFactor| |leftMinimalPolynomial|
- |screenResolution3D| |dequeue| |generalizedInverse|
- |initializeGroupForWordProblem| |mantissa| |imagj| |outputMeasure|
- |compactFraction| |dihedralGroup| |minColIndex| |aQuadratic|
- |copyInto!| |LiePoly| |minimalPolynomial| |virtualDegree| |bat|
- |zeroSquareMatrix| |triangulate| |scalarTypeOf| |property| |subCase?|
- |denominator| |ScanFloatIgnoreSpacesIfCan| |edf2efi|
- |tryFunctionalDecomposition?| |factorAndSplit| |extensionDegree|
- |OMputEndObject| |stiffnessAndStabilityOfODEIF| |complex?| |Ci|
- |setTopPredicate| |tanh2coth| |branchPoint?| |lfunc| |equiv|
- |removeIrreducibleRedundantFactors| |iteratedInitials| |paren|
- |s19acf| |subresultantVector| |cCos|
- |zeroSetSplitIntoTriangularSystems| |basisOfNucleus| |factorList|
- |c06eaf| |addiag| |completeEval| |exprToUPS| |moduleSum|
- |discriminantEuclidean| |f01qef| |monomials| |f02wef| |before?|
- |genericRightMinimalPolynomial| |check| |laurentRep| |mainVariables|
- |nthRootIfCan| |findBinding| |iisec| |explimitedint|
- |selectIntegrationRoutines| |blankSeparate| |iisech| |fill!|
- |clearTheIFTable| |noLinearFactor?| |associative?| |separateFactors|
- |stFunc1| |setScreenResolution| |purelyAlgebraicLeadingMonomial?|
- |plenaryPower| |df2mf| |mapDown!| |categories| |f04axf| |groebner|
- |f07aef| |deriv| |numer| |curryRight| |retractIfCan| |readable?|
- |mainPrimitivePart| |eulerPhi| |iiasinh| |linears| |insertBottom!|
- |e04dgf| |deref| |denom| |superscript| |HenselLift| |mainVariable?|
- |reflect| |representationType| |bumptab1| |s18adf| |midpoints|
- |nextSubsetGray| |exptMod| |inRadical?| |stoseInvertibleSet|
- |seriesToOutputForm| |stiffnessAndStabilityFactor| |prinshINFO|
- |chebyshevT| |pToHdmp| GF2FG |pi| |paraboloidal| |curryLeft|
- |standardBasisOfCyclicSubmodule| |fixedPoints| |vark| |dark|
- |expintegrate| |internalLastSubResultant| |rombergo| |infinity|
- |exteriorDifferential| |radix| |cycleSplit!| |userOrdered?| |concat|
- |step| |explogs2trigs| |f04asf| |squareFreePrim| |rroot|
- |getMultiplicationTable| |reduceBasisAtInfinity| |pdct| |eyeDistance|
- |generalSqFr| |algintegrate| |doubleFloatFormat| |complexNormalize|
- |intensity| |OMserve| |curry| |hessian| |s17ahf| |decreasePrecision|
- |ratpart| |cSinh| |palgRDE0| |rightRemainder| |kernel| |adaptive?|
- |bits| |removeDuplicates| |quasiComponent| |algebraicOf| |formula|
- |d01ajf| |s18dcf| |list| |internalAugment| |lex| |ptree| |norm|
- |iiasin| |limitedIntegrate| |mapGen| |normalElement| |lhs| |rotatey|
- |unit?| |yellow| |rootRadius| |draw| |UpTriBddDenomInv| |close!|
- |cAtan| |semiSubResultantGcdEuclidean2| |clearCache|
- |strongGenerators| |rhs| |vedf2vef| |substitute| |linGenPos|
- |OMencodingXML| |elaborate| |dominantTerm| |bezoutResultant|
- |fortranCompilerName| |interval| |genericRightDiscriminant|
- |antiCommutator| |radicalOfLeftTraceForm| |currentScope| |subTriSet?|
- |cos2sec| |unparse| |viewDefaults| |relativeApprox| |currentEnv|
- |nrows| |d02kef| |selectAndPolynomials| |isobaric?| |coefficients|
- |OMgetEndError| |stoseInvertibleSetreg| |associatedSystem| |d01bbf|
- |integerBound| |ncols| |indiceSubResultantEuclidean| |getOperands|
- |anticoord| |setStatus!| |makeObject| |rightExtendedGcd| |nlde|
- |mappingAst| |setOfMinN| |bounds| |df2fi| |subPolSet?| |iflist2Result|
- |lazyPseudoQuotient| |df2ef| |coef| |prod| |computeInt|
- |hypergeometric0F1| |f2st| |coefChoose| |poisson| |elRow1!|
- |writeBytes!| |traceMatrix| |unitVector| |padicallyExpand| |lambert|
- |signAround| |alternating| |palgint| |separateDegrees|
- |mightHaveRoots| |boundOfCauchy| |hermite| |normal?| |s19aaf|
- |OMgetBind| |build| |numFunEvals3D| |tubePoints| |expintfldpoly|
- |exactQuotient!| |bfEntry| |indices| |rdHack1| |radicalSolve| |kind|
- |OMconnectTCP| |contractSolve| |thetaCoord| |coefficient| |sincos|
- |unprotectedRemoveRedundantFactors| |reverse!| |slex| |laguerre| |op|
- |cAsec| |po| |reify| |curveColorPalette| |showTheFTable| |kernels|
- |setvalue!| |se2rfi| |inGroundField?| |useSingleFactorBound?|
- |powerAssociative?| |rightDivide| |semiLastSubResultantEuclidean|
- |zeroDim?| |leftDivide| |cyclicSubmodule| |callForm?|
- |rowEchelonLocal| |operator| |startTableInvSet!| |setAdaptive3D|
- |numberOfVariables| |specialTrigs| |simplifyLog| |divisors|
- |symmetricProduct| |monicModulo| SEGMENT |makeYoungTableau| |dn|
- |totolex| |leftAlternative?| |fortranComplex| |axesColorDefault|
- |hermiteH| |partitions| |contours| |sort| |simplifyPower|
- |cycleLength| |double?| |univariate| |d01asf| |doubleRank| |digit?|
- |mapCoef| |trueEqual| |scale| |cardinality| |dec| |checkRur| |symFunc|
- |linearPart| |overbar| |lazyVariations| |nextPrimitiveNormalPoly|
- |closeComponent| |setClipValue| |iExquo| |setnext!| |infieldint|
- |companionBlocks| |union| |summation| |fortranCarriageReturn| |binary|
- |getExplanations| |wordsForStrongGenerators| |belong?| |duplicates|
- |rightScalarTimes!| |factor| |numberOfCycles| |sizeLess?|
- |factorPolynomial| |charpol| |supRittWu?| |moreAlgebraic?| |random|
- |littleEndian| |normalDenom| |f04arf| |sqrt| |mirror| |factors|
- |monicRightFactorIfCan| |nthFactor| |lazyPremWithDefault| |comp|
- |tube| |f2df| |shiftRight| |real| |simpson| |completeSmith| |e02dff|
- |changeVar| |leftReducedSystem| |empty| |setLength!| |cAcsc| |ode1|
- |imag| |bracket| |iiabs| |super| |properties| |root| |leastMonomial|
- |ellipticCylindrical| |patternMatch| |nand| |copy| |solid?|
- |directProduct| |symmetricGroup| |merge| |leftRecip| |groebnerIdeal|
- |selectODEIVPRoutines| |translate| |Nul| |leftNorm| |iiacoth|
- |makeResult| |bit?| |setMinPoints3D| |invertible?| |rangeIsFinite|
- |depth| |fmecg| |iisin| |scanOneDimSubspaces| |ideal| |alphabetic|
- |graeffe| |drawComplexVectorField| |brace| |getBadValues| |iibinom|
- |fortranDoubleComplex| |laplace| |asecIfCan| |clipParametric|
- |mapBivariate| |birth| |destruct| |removeZero| |smith| |determinant|
- |curve| |cyclePartition| |viewWriteAvailable| |categoryFrame|
- |semiSubResultantGcdEuclidean1| |numberOfComputedEntries|
- |rowEchLocal| |getOrder| |match?| |writeByte!| |polyred|
- |integralMatrix| |prologue| |autoCoerce| |argumentList!| |addMatch|
- |nextColeman| |rewriteIdealWithQuasiMonicGenerators| |arguments|
- |totalDegree| |toseLastSubResultant| |algSplitSimple|
- |characteristicSet| |host| |truncate| |central?| |bigEndian| |minus!|
- |iicot| |numberOfMonomials| |radicalSimplify| |expand| |twist|
- |s21bbf| |monomial| |lowerPolynomial| |primintegrate| |maxdeg|
- |jacobian| |OMencodingBinary| |routines| |filterWhile| |limit|
- |e02bef| |multivariate| |uniform01| |close| |mat| |polCase|
- |consnewpol| F |factorByRecursion| |invertIfCan| |filterUntil|
- |variables| |monomRDEsys| |aCubic| |elementary| |rischNormalize|
- |pushdown| |select| |degree| |solid| |quasiMonic?| |f02bjf| |display|
- |applyRules| |updatD| |clipPointsDefault| |shallowCopy|
- |exportedOperators| |repSq| |maxPoints3D| |shufflein|
- |integralAtInfinity?| |stronglyReduced?| |mapUnivariate| |acosIfCan|
- |OMParseError?| |leftUnits| |split!| |reducedForm| |sncndn|
- |fillPascalTriangle| |resultant| |order| |dmpToP| |domainTemplate|
- |predicate| |gradient| |epilogue| |pmintegrate| |cAcsch| |lintgcd|
- |c06gsf| |reseed| |debug| |taylor| |escape| |modulus|
- |createPrimitiveNormalPoly| |setPoly| |halfExtendedSubResultantGcd2|
- |cycleTail| |cn| |completeHensel| |polynomialZeros| |atom?| D
- |laurent| |input| |removeDuplicates!| |getRef| |coord|
- |permutationRepresentation| |iilog| |lieAdmissible?| |lyndon| |opeval|
- |reduceByQuasiMonic| |puiseux| |library| |continuedFraction| |c06ecf|
- |push| |setUnion| EQ |antiAssociative?| |putProperty| |over|
- |acoshIfCan| |intersect| |child| |cycleEntry| |outputSpacing|
- |selectSumOfSquaresRoutines| |halfExtendedResultant2| |knownInfBasis|
- |odd?| |inv| |coerceImages| |mathieu23| |weights| |pdf2ef|
- |cyclicGroup| |setPrologue!| |Hausdorff|
- |generalizedContinuumHypothesisAssumed| |lowerCase!| |ground?|
- |pomopo!| |removeRedundantFactorsInPols| |polyRDE|
- |rewriteSetWithReduction| |increase| |unit|
- |functionIsFracPolynomial?| |monomialIntegrate| |frobenius| |ground|
- |set| |column| |rightUnit| |genericRightTrace| |innerSolve1|
- |transpose| |firstDenom| |OMbindTCP| |badNum| |leftLcm|
- |leadingMonomial| |ord| |e01daf| |parametersOf| |GospersMethod|
- |rename| |rotate!| |basisOfCommutingElements| |divideIfCan|
- |computePowers| |leadingCoefficient| |parameters| |pastel|
- |dictionary| |f02ajf| |ricDsolve| |integrate| |size| |modularFactor|
- |OMgetApp| |presuper| |geometric| |primitiveMonomials| RF2UTS
- |yCoordinates| |rightExactQuotient| |multiple?| |invertibleSet|
- |matrixGcd| |symmetricSquare| |position!| |front| |print| |reductum|
- |unary?| |complexEigenvectors| |slash| |substring?| |setleaves!|
- |divisorCascade| |possiblyNewVariety?| |f07fef| |permanent|
- |cosh2sech| |resolve| |pointSizeDefault| |atrapezoidal| |charClass|
- |f01qdf| |exponent| |initiallyReduce| |zeroSetSplit|
- |quasiMonicPolynomials| |partialDenominators| |wrregime| |lSpaceBasis|
- |e01bgf| |setRow!| |irCtor| |sample| |suffix?| |true| |c06gcf|
- |f04atf| |category| |iicsc| |mainMonomials| |bivariateSLPEBR|
- |uniform| |content| |pop!| |domain| |distdfact| |shiftRoots| |hue|
- |shuffle| |viewPhiDefault| |optional| |magnitude| |eigenvectors|
- |setLabelValue| |collect| |adaptive| |LyndonWordsList|
- |bandedJacobian| |prefix?| |nextItem| |equality|
- |rightCharacteristicPolynomial| |package| |s21bcf|
- |leftCharacteristicPolynomial| |safetyMargin| |tableau| |permutations|
- |insert| |indicialEquationAtInfinity| |nsqfree| |factorSquareFree|
- |sumOfSquares| |inf| |enterInCache| |curveColor| |const|
- |readLineIfCan!| |expenseOfEvaluationIF| |show| |putColorInfo| |qPot|
- |restorePrecision| |probablyZeroDim?| |unexpand| |overset?|
- |enterPointData| |var1Steps| |OMgetVariable| |search| |normalise|
- |removeSuperfluousQuasiComponents| |reduceLODE| |maxColIndex|
- |genericPosition| |deepestTail| |makeEq| |node|
- |tableForDiscreteLogarithm| |dimensionsOf| |coordinates|
- |pseudoQuotient| |trace| |internalDecompose| |decimal| |vertConcat|
- |voidMode| |OMmakeConn| |e04ucf| |OMputBind| |branchPointAtInfinity?|
- |physicalLength!| |zeroOf| |iiGamma| |binomThmExpt| |product|
- |parabolic| |sylvesterSequence| |findConstructor| |mapdiv| |irVar|
- |polygamma| |ipow| |cyclotomicFactorization| |even?| |cAsin| |infix?|
- |cCsch| |setlast!| |getCode| |iidprod| |reduction| |FormatRoman|
- |positiveSolve| |drawComplex| |mask| |makeMulti| |exQuo| |e02def|
- |supersub| |identity| |isExpt| |closed| |s01eaf| |groebgen| |flatten|
- |viewport3D| |mainContent| |recip| |sin?| |dimension| |clikeUniv|
- |e02bbf| |bernoulli| |listBranches| |s14abf| |iitan| |singularitiesOf|
- |pushup| |hMonic| |mathieu12| |constantOperator| |whatInfinity|
- |flagFactor| |roman| |printStatement| |isQuotient| |alternatingGroup|
- |thenBranch| |round| |splitNodeOf!| |mainExpression| |capacity|
- |write!| |conjunction| |randnum| |limitPlus| |writeLine!|
- |resultantReduitEuclidean| |baseRDE| |balancedBinaryTree| |pol| |back|
- |f01bsf| |style| |fi2df| |setValue!| |traverse| |e04mbf|
- |symbolTableOf| |coth2tanh| |constant?| |find| |deepCopy|
- |variationOfParameters| |tubePointsDefault| |evaluate|
- |outputFloating| |fortranLiteral| |d02cjf| |OMgetEndAttr| |torsion?|
- |directory| |any?| |factorSquareFreePolynomial| |redmat| |region|
- |euler| |createZechTable| |transcendent?| |rangePascalTriangle|
- |OMcloseConn| |OMgetEndBind| |Is| |critMonD1| |subQuasiComponent?|
- |extractIfCan| |viewDeltaYDefault| |nextsousResultant2| |height|
- |units| |rotatez| |log10| |leaf?| |hcrf| |evaluateInverse| |cCot|
- |satisfy?| |pointColorPalette| |equation| |alternative?| |seriesSolve|
- |lfextendedint| |spherical| |bitand| |nthFractionalTerm| |c05pbf|
- |setClosed| |frst| |numberOfFractionalTerms| |critT| |readLine!|
- |nullary| |RittWuCompare| |measure2Result| |leaves| |has?|
- |outerProduct| |bitior| |max| |tab1| |linear| |showAll?|
- |univariatePolynomial| |rightFactorCandidate| |operators|
- |increasePrecision| |makeSin| |fortranReal| |power!|
- |positiveRemainder| |meshPar1Var| |lfinfieldint| |permutationGroup|
- |c06fpf| |s13adf| |gramschmidt| |showTheRoutinesTable| |macroExpand|
- |e02aef| |stirling1| |mix| |upDateBranches| |clearTheSymbolTable|
- |inverseColeman| |polynomial| |OMputObject| |divergence|
- |lexTriangular| |nextsubResultant2| |indicialEquation| |comment|
- |chebyshevU| |bandedHessian| |fixedDivisor| |rk4f| |OMgetEndApp|
- |factorGroebnerBasis| |center| |quoted?| |tanhIfCan| |stopTable!|
- |low| |validExponential| |airyBi| |noKaratsuba| |algint| |composite|
- |elaborateFile| |readInt32!| |primaryDecomp| |factor1| |OMputSymbol|
- |index?| |quotedOperators| |d01apf| |rule| |SturmHabichtCoefficients|
- |weierstrass| |cycles| |bipolarCylindrical| |declare| |rightUnits|
- |asinIfCan| |extendedSubResultantGcd| |cylindrical|
- |particularSolution| |linearPolynomials| |startTableGcd!| |common|
- |tan2trig| |iroot| |squareFreePolynomial| |makeSketch|
- |doublyTransitive?| |powern| |expenseOfEvaluation| |areEquivalent?|
- |nextPrimitivePoly| |length| |cup| |quasiRegular| |f01mcf|
- |quotientByP| |homogeneous?| |iFTable| |algebraicVariables| |qfactor|
- |d01alf| |scripts| |OMreadFile| |readUInt32!| |realEigenvectors|
- |setDifference| |s20acf| |blue| |modTree| |OMgetEndAtp| |imagi|
- |selectPDERoutines| |fullDisplay| |root?| |f04adf| |scan| |OMputBVar|
- |colorFunction| |rename!| |less?| |outputAsTex| |matrix| |module|
- |localReal?| |sinIfCan| |square?| |number?| |romberg| |pointPlot|
- |getVariableOrder| |f04qaf| |integralLastSubResultant| |list?|
- |monomRDE| |tracePowMod| |more?| |closedCurve?| |repeating| |mdeg|
- |rischDEsys| |exactQuotient| |stoseInvertible?| |addmod|
- |radicalEigenvectors| |rootProduct| |trapezoidalo| |approxNthRoot|
- |minimumDegree| |f02xef| Y |discriminant| |tanQ| |c06fuf|
- |viewPosDefault| |represents| |plot| |processTemplate| |polyRicDE|
- |label| |isAtom| |unitNormal| |lastSubResultant| |packageCall|
- |selectOptimizationRoutines| |OMUnknownSymbol?| |doubleResultant|
- |rubiksGroup| |raisePolynomial| |phiCoord| |replace| |showArrayValues|
- |createNormalPrimitivePoly| |linSolve| |zeroVector| |failed?|
- |LiePolyIfCan| |palgLODE0| |rightQuotient| |useEisensteinCriterion?|
- |primPartElseUnitCanonical| |outputArgs| |radicalRoots| |listLoops|
- |recolor| |result| |axes| |d03edf| |delay| |accuracyIF| |external?|
- |var2Steps| |ocf2ocdf| |nonSingularModel| |resetAttributeButtons|
- |outputGeneral| |pureLex| |halfExtendedSubResultantGcd1|
- |swapColumns!| |s17adf| |xCoord| |univariatePolynomials|
- |linearMatrix| |sqfrFactor| |monomial?| |numeric| |mesh| |read!|
- |commaSeparate| |OMputEndApp| |incrementKthElement| |critM|
- |putProperties| |resultantEuclidean| |dot| |critMTonD1| |radical|
- |monic?| |indicialEquations| |ldf2vmf| |taylorRep| |constructor|
- |retractable?| |palglimint0| |symbol?| |addMatchRestricted| |meatAxe|
- |trigs| |integralBasis| |setButtonValue| |null?| |compdegd| |bindings|
- |option| |flexibleArray| |loopPoints| |clearDenominator| |writable?|
- |symbolTable| |showSummary| |setAdaptive| |clearTable!| |orbit|
- |figureUnits| |rquo| |brillhartIrreducible?| |lowerBound|
- |subResultantGcdEuclidean| |removeSquaresIfCan| |mvar| |externalList|
- |jacobiIdentity?| |qinterval| |cAcos| |multiplyCoefficients| |points|
- |characteristic| |pushFortranOutputStack| |evenInfiniteProduct|
- |showAttributes| |makeViewport2D| |shape| |bytes| |approxSqrt|
- |lifting1| |localAbs| |noValueMode| |makeRecord| |showClipRegion|
- |popFortranOutputStack| |saturate| |hasTopPredicate?| |btwFact|
- |cyclicCopy| |completeHermite| |numberOfComposites| |acotIfCan|
- |swap!| |outputAsFortran| |primitivePart| |autoReduced?| |setright!|
- |trailingCoefficient| |OMopenString| |name| |parents| |e02agf|
- |secIfCan| |rarrow| |green| |clipWithRanges| |tubePlot| |randomLC|
- |rightTrim| |addBadValue| |cyclic?| |body| |pdf2df| |digamma| |maxrow|
- |graphStates| |toScale| |orthonormalBasis| |leftTrim|
- |viewSizeDefault| |integralMatrixAtInfinity| |rightFactorIfCan| |null|
- |fractionFreeGauss!| |changeName| |s17def| |youngGroup| |stack|
- |extractProperty| |prinpolINFO| |reduced?| |monicRightDivide|
- |legendreP| |not| |wordInGenerators| |associatorDependence| |fTable|
- |lowerCase| |rootOf| BY |factorOfDegree| |conditionsForIdempotents|
- |cothIfCan| |sin2csc| |and| |nativeModuleExtension| |singRicDE|
- |invmod| |An| |squareFreeLexTriangular| |outputList| |d03eef|
- |setVariableOrder| |triangular?| |node?| |or| |selectsecond| |lexico|
- |OMputAttr| |numerator| |leastAffineMultiple| |f01qcf| |superHeight|
- |toseInvertibleSet| |xor| |lastSubResultantElseSplit| |stronglyReduce|
- |isTimes| |isImplies| |rootPower| |getButtonValue| |multiEuclidean|
- |linkToFortran| |c02aff| |fortranLogical| |signature| |dim|
- |integralCoordinates| |case| |combineFeatureCompatibility|
- |irreducible?| |polygon?| |assert| |pushdterm| |nthr| |port|
- |dmpToHdmp| |transcendentalDecompose|
- |dimensionOfIrreducibleRepresentation| |normal01| |pattern| |Zero|
- |chiSquare1| |triangularSystems| |constantCoefficientRicDE|
- |ratDsolve| |decrease| |balancedFactorisation| |testModulus| |listexp|
- |shallowExpand| |denomRicDE| |One| |untab| |iiasec| |rightTrace|
- |palgextint0| |putGraph| |alphanumeric?| |t| |arity|
- |screenResolution| |PollardSmallFactor| |removeSinSq| |s17dgf| |shift|
- NOT |numerators| |explicitlyFinite?| |ip4Address| |meshFun2Var|
- |output| |oddInfiniteProduct| |ramifiedAtInfinity?| |safeCeiling|
- |characteristicSerie| |log2| |dequeue!| |adaptive3D?| |leader| OR
- |leftTraceMatrix| |vector| |constantRight| |SturmHabichtMultiple|
- |rightDiscriminant| |changeThreshhold| |halfExtendedResultant1|
- |initiallyReduced?| |iiacot| |digits| |message| |insert!| AND
- |constantIfCan| |differentiate| |firstUncouplingMatrix|
- |rationalIfCan| |goodnessOfFit| |infRittWu?| |numericIfCan|
- |ListOfTerms| |fprindINFO| |e01sbf| |commutative?| |insertMatch|
- |call| |predicates| |rightTraceMatrix| |real?| |fortran| |sign|
- |atanh| |cCoth| |internal?| |outputBinaryFile| |hdmpToP|
- |numberOfDivisors| |printStats!| |elt| |rur|
- |unrankImproperPartitions0| |push!| |OMputEndError| |viewport2D|
- |acoth| |critB| |inconsistent?| |rightMinimalPolynomial|
- |setLegalFortranSourceExtensions| |ScanRoman| |extendIfCan|
- |doubleComplex?| |unravel| |monicCompleteDecompose| |dihedral|
- |linearlyDependentOverZ?| |asech| |level| |setfirst!| |sts2stst|
- |edf2df| |decomposeFunc| |OMputApp| |OMputEndBind| |mapExpon|
- |sizeMultiplication| |c06gbf| FG2F |sub| |printCode| |acothIfCan|
- |complementaryBasis| |leftTrace| |nilFactor| LODO2FUN |collectUnder|
- |showIntensityFunctions| |mesh?| |irreducibleFactor|
- |removeRedundantFactorsInContents| |multiple| |cons| |top!| |f01rdf|
- |minPoints3D| |direction| |complement| |compound?| |setTex!|
- |integralRepresents| |charthRoot| |bag| |key?| |applyQuote| |cond|
- |goto| |subSet| |intPatternMatch| |OMUnknownCD?| |iiacsc| |mindeg|
- |retract| |transcendenceDegree| |realZeros| |SturmHabichtSequence|
- |iicsch| |nextPartition| |stopMusserTrials| |merge!| |ptFunc|
- |cycleRagits| |c06frf| |queue| |rootsOf| |unitNormalize| |oddlambert|
- |basisOfRightNucleus| |tubeRadiusDefault| |setColumn!|
- |subscriptedVariables| |dioSolve| |elem?| |quadraticNorm|
- |zeroDimPrimary?| |d01fcf| |second| * |OMencodingSGML|
- |factorSquareFreeByRecursion| |pushNewContour| |insertRoot!|
- |element?| |ruleset| |basisOfLeftNucloid| |skewSFunction|
- |numberOfNormalPoly| |prevPrime| |iisqrt3| |patternVariable|
- |complexExpand| |third| |digit| |basisOfLeftNucleus|
- |createThreeSpace| |identitySquareMatrix| |quadratic| |normalize|
- |headReduce| |createLowComplexityNormalBasis| |hclf| |e01sef|
- |mainMonomial| |c06ebf| |df2st| |d01aqf| |computeBasis| |tValues|
- |source| |void| |primextendedint| |isOr| |tryFunctionalDecomposition|
- |viewWriteDefault| |rightRecip| |OMgetAttr| = |string?| |d01gbf|
- |buildSyntax| |leftZero| |cRationalPower| |suchThat| |pole?|
- |lazyPseudoDivide| |jacobi| |car| |f02aef| |linearDependenceOverZ|
- |ef2edf| |numberOfIrreduciblePoly| |ldf2lst| |divideExponents|
- |measure| |script| |BasicMethod| |inputOutputBinaryFile| |varselect|
- |ode| |iomode| |viewZoomDefault| < |listYoungTableaus|
- |normalizeIfCan| |conjugate| |critBonD| F2FG |plusInfinity| |cycle|
- |plotPolar| |mkIntegral| |differentialVariables| |Si|
- |makeFloatFunction| |char| > |readIfCan!| |associatedEquations| UTS2UP
- |e02baf| |setrest!| |bombieriNorm| |minusInfinity| |systemCommand|
- |ridHack1| |ScanFloatIgnoreSpaces| |graphCurves| |zeroMatrix| |e02dcf|
- |chvar| <= |invmultisect| |linearlyDependent?| |sinhIfCan|
- |eigenvector| |tex| |target| |s15aef| |RemainderList| |rk4| |ref|
- |roughBase?| |asinhIfCan| |compBound| >= |sayLength| |leftFactor|
- |jokerMode| |ReduceOrder| |absolutelyIrreducible?| |moebiusMu| |lprop|
- |leftMult| |enqueue!| |readInt8!| |coshIfCan| |expr|
- |selectOrPolynomials| |getConstant| |singularAtInfinity?| |mkcomm|
- |OMsetEncoding| |constantOpIfCan| |nextNormalPrimitivePoly| |contract|
- |semiResultantEuclidean2| |gcdPrimitive| |normal| |nthExponent|
- |splitDenominator| |OMgetAtp| |setleft!| |OMgetObject| |morphism|
- |plus!| |acschIfCan| |compose| |leftRank|
- |solveLinearPolynomialEquationByRecursion| |c05adf| |clipSurface|
- |nodeOf?| + |f04mcf| |shiftLeft| |powerSum| |generalInfiniteProduct|
- |type| |changeBase| |internalZeroSetSplit| |leftRemainder|
- |stoseLastSubResultant| |solveLinearPolynomialEquationByFractions|
- |shade| |tubeRadius| |point| - |float| |complexLimit| |fractRadix|
- |iiperm| |cot2trig| |baseRDEsys| |closed?| |pleskenSplit|
- |leftRankPolynomial| |mapmult| |variable| |mapMatrixIfCan| /
- |polarCoordinates| |postfix| |leftRegularRepresentation|
- |OMencodingUnknown| |sortConstraints| |infieldIntegrate|
- |eisensteinIrreducible?| |maxint| |algDsolve| |iterators|
- |constDsolve| |numberOfOperations| |squareMatrix| |isMult| |palgLODE|
- |iitanh| |getlo| |normalizedDivide| |extendedEuclidean| |bernoulliB|
- |positive?| |mainCoefficients| |series| |setIntersection| |qqq|
- |safeFloor| |stFuncN| |alphanumeric| |signatureAst| |f04mbf| |atoms|
- |logGamma| |rightZero| |maximumExponent| |resetBadValues|
- |appendPoint| |cfirst| |deepExpand| |integer?| |iipow| |zeroDimPrime?|
- |id| |laplacian| |generateIrredPoly| |setelt!| |lazyPquo|
- |closedCurve| |e04fdf| |value| |sizePascalTriangle| |setFieldInfo|
- |symbol| |finite?| |cosIfCan| |writeInt8!| |lo| |f02fjf|
- |rootOfIrreduciblePoly| |cyclicParents| |nextNormalPoly| |regime|
- |jordanAdmissible?| |definingPolynomial| |removeSuperfluousCases|
- |expression| |semiDiscriminantEuclidean| |rotatex| |leadingExponent|
- |min| |sumOfKthPowerDivisors| |ParCondList| |setFormula!| |bringDown|
- |interactiveEnv| |corrPoly| |cyclicEqual?| |integer| |Lazard2|
- |shanksDiscLogAlgorithm| |polygon| |kovacic| GE |drawToScale| |s17dlf|
- |gcdprim| |cyclotomic| |ffactor| |reducedSystem| |cCsc| |OMclose|
- |realElementary| |OMputEndAttr| |cyclicEntries| GT |d01anf| |s17dcf|
- |rightNorm| |roughUnitIdeal?| |oneDimensionalArray| |s13acf|
- |basisOfRightNucloid| |newReduc| |rightGcd| |optpair| LE |e02bcf|
- |torsionIfCan| |getMultiplicationMatrix| |listOfMonoms| |iicos|
- |bsolve| |extendedIntegrate| |intcompBasis| |OMputError|
- |hyperelliptic| LT |expt| |argscript| |compiledFunction|
- |purelyTranscendental?| |wreath| |e02ajf| |rootKerSimp|
- |completeEchelonBasis| |mkAnswer| |lyndonIfCan| |subspace|
- |idealSimplify| |laurentIfCan| |times!| |indiceSubResultant|
- |internalIntegrate0| |prem| |zag| |lagrange| |extendedint|
- |repeatUntilLoop| |topPredicate| |hasoln| |lineColorDefault|
- |pointColorDefault| |recoverAfterFail| |nthFlag| |constantLeft|
- |bivariatePolynomials| |keys| |quasiAlgebraicSet| |algebraic?|
- |makeUnit| |edf2ef| |imports| |harmonic| |s17akf| |e04gcf|
- |atanhIfCan| |exponential1| |componentUpperBound| |getCurve| |diag|
- |e02bdf| |curve?| |lazyGintegrate| |whileLoop| |trapezoidal|
- |toroidal| |exponents| |xn| |index| |augment| |changeMeasure|
- |bumptab| |leftOne| |singleFactorBound| |composites|
- |rationalFunction| |dflist| |reducedQPowers| |OMgetType|
- |coerceListOfPairs| |fracPart| |prepareDecompose| |redPo| |c06fqf|
- |noncommutativeJordanAlgebra?| |member?| |quickSort| |simplify|
- |showTheSymbolTable| |iprint| |quotient| |gderiv| |ranges| |floor|
- |symmetricRemainder| |e01bhf| |pair| |imagK| |fractionPart| |tree|
- |open| |cAcot| |f02awf| |normalDeriv| |realSolve|
- |linearAssociatedOrder| |bright| |wholeRagits| |f02abf|
- |defineProperty| |monicDecomposeIfCan| |Vectorise| |monicLeftDivide|
- |iterationVar| |returns| |wordInStrongGenerators| |inverseLaplace|
- |asechIfCan| |numberOfHues| |distance| |lazyIrreducibleFactors|
- |subHeight| |setAttributeButtonStep| |diophantineSystem| |eulerE|
- |tanIfCan| |minIndex| |eval| |subresultantSequence| |myDegree|
- |llprop| |character?| |iicoth| |primitivePart!| |stopTableGcd!|
- |getStream| |bat1| |explicitEntries?| |fixedPoint| |high|
- |basisOfCenter| |att2Result| |operations| |leftUnit| |groebner?|
- |argument| |comparison| |implies| |lllip| |modifyPointData| |hex|
- |generic| |quadratic?| |scalarMatrix| |interpret| |matrixConcat3D|
- |redpps| |error| |e02ddf| |resetNew| |functionIsContinuousAtEndPoints|
- |KrullNumber| |s18aef| |elaboration| |perfectNthPower?| |expandPower|
- |jordanAlgebra?| |pade| |rectangularMatrix| |pointData| |s17acf|
- |rationalPoints| |ramified?| |eigenMatrix| |universe| |power|
- |optimize| |swap| |repeating?| |aspFilename| |imagI| |primitive?|
- |fortranTypeOf| |precision| |e02gaf| |function| |besselK|
- |basisOfLeftAnnihilator| |reducedContinuedFraction| |polyPart|
- |midpoint| |outputFixed| |mainSquareFreePart| |solveid|
- |principalAncestors| |convergents| |errorInfo| |firstSubsetGray|
- |selectfirst| |iisqrt2| |moebius| |checkForZero| |FormatArabic|
- |shrinkable| |width| |cartesian| |exprToGenUPS| |tab| |rootPoly|
- |UP2ifCan| |mainCharacterization| |rules| |Gamma| |double|
- |crushedSet| |associator| |rootSimp| |weakBiRank| |asimpson|
- |minordet| |makeVariable| |tan2cot| |selectNonFiniteRoutines|
- |outputForm| |divideIfCan!| |besselJ| |musserTrials| |henselFact|
- |iicosh| |OMread| |cAcoth| UP2UTS |computeCycleEntry| |palgextint|
- |symmetric?| |c06ekf| |removeSinhSq| |solveLinearlyOverQ| |lifting|
- |minrank| |polar| |quote| |ignore?| |rightMult| |s15adf|
- |clearFortranOutputStack| |directSum| |distribute|
- |stoseInternalLastSubResultant| |checkPrecision| |mr|
- |createNormalPoly| |Beta| |d02bhf| |getPickedPoints| |roughBasicSet|
- |ksec| |updatF| |resultantnaif| |bitLength| |tanNa| |integral?|
- |OMputVariable| |reciprocalPolynomial| |hasSolution?|
- |LyndonWordsList1| |f07fdf| |cAtanh| |squareFree| |s21baf|
- |generalLambert| |subst| |rem| |fibonacci| |ode2| |distFact| |parent|
- |innerint| |integral| |useSingleFactorBound| |totalfract|
- |listConjugateBases| |makingStats?| |attributeData| |quo|
- |createMultiplicationMatrix| |setsubMatrix!| |symmetricPower|
- |numericalIntegration| |declare!| |varList| |rowEch| |Ei| |badValues|
- |principal?| |cPower| |rootSplit| |limitedint| |members|
- |extractSplittingLeaf| |droot| |variable?| |radicalEigenvalues| |lcm|
- |mainDefiningPolynomial| |OMlistCDs| |resultantEuclideannaif|
- |shellSort| |div| |delete| |imagk| |complexZeros| |OMconnOutDevice|
- |newLine| |trunc| |functionIsOscillatory| |var2StepsDefault| |elRow2!|
- |partialFraction| |exquo| |squareTop| |extractPoint| |idealiser|
- |remainder| |palginfieldint| |any| |stirling2| |exprex| |append|
- |surface| |inHallBasis?| |status| ~= |mkPrim| |notelem| |conical|
- |printTypes| |irreducibleRepresentation| |mapExponents| |finiteBasis|
- |symbolIfCan| |gcd| |internalInfRittWu?| |mainKernel| |d01akf|
- |objects| |#| |f02agf| |inR?| |nullary?| |binaryTournament| |rischDE|
- |primPartElseUnitCanonical!| |false| |mainForm| |lazyPrem| |decompose|
- |credPol| |resize| |base| ~ |someBasis| |remove!| |isConnected?| |cdr|
- |enumerate| |f02adf| |transform| |wholePart| |idealiserMatrix|
- |removeRoughlyRedundantFactorsInPol| |uncouplingMatrices| |ravel|
- |diagonal?| |rightAlternative?| |lllp| |leftExactQuotient| |segment|
- |s17ajf| |separant| |leastPower| |powmod| |ParCond| |init|
- |complexIntegrate| |coerceS| |solveInField| |conjugates| |reshape|
- |d01gaf| |discreteLog| |iiatanh| |nthExpon| |factorsOfCyclicGroupSize|
- |makeViewport3D| |/\\| |brillhartTrials| |e02adf| |normalForm|
- |removeZeroes| |solve| |cAcosh| |swapRows!| |definingInequation|
- |ODESolve| |expint| |\\/| |makeTerm| |e01baf| |edf2fi| |readUInt8!|
- |possiblyInfinite?| |apply| |coerce| |ran| |imaginary|
- |solveLinearPolynomialEquation| |conjug| |hostByteOrder| |aromberg|
- |OMgetString| |d02bbf| |move| |mapSolve| |first| |construct|
- |structuralConstants| |eof?| |argumentListOf| |alphabetic?|
- |taylorIfCan| |recur| |rightLcm| |LyndonBasis| |generalTwoFactor|
- |genericLeftMinimalPolynomial| |rest| |matrixDimensions|
- |regularRepresentation| |maxrank| |leadingSupport| |subset?|
- |anfactor| |plus| |leftPower| |OMopenFile| |subNode?| |newSubProgram|
- |update| |e02daf| |integerIfCan| |f02axf| |nor| |physicalLength|
- |degreePartition| |sumSquares| |setErrorBound| |getGraph| |one?|
- |besselI| |dual| |subResultantGcd| |fortranInteger| |in?|
- |solveLinear| |cross| |debug3D| |maxRowIndex| |prepareSubResAlgo|
- |viewpoint| |setprevious!| |removeRoughlyRedundantFactorsInContents|
- |every?| |modifyPoint| |factorial| |setMaxPoints| |fortranDouble|
- |stripCommentsAndBlanks| |yCoord| |times| |innerSolve| |infinityNorm|
- |commutator| |identityMatrix| |stoseInvertibleSetsqfreg| |previous|
- |delta| |diff| |LazardQuotient| |partialNumerators| |f01rcf|
- |exprHasLogarithmicWeights| |typeForm| |rightPower| |choosemon|
- |assign| |laguerreL| |minset| |hexDigit?| |mergeDifference| |box|
- |bipolar| |isPlus| |pascalTriangle| |position| |e02ahf| |irForm|
- |definingEquations| |lfintegrate| |bubbleSort!| |d01amf|
- |numericalOptimization| |chineseRemainder| |negative?| |padecf|
- |datalist| |lift| |exponentialOrder| |dimensions| |mapUp!| |quartic|
- |multinomial| |OMReadError?| |cap| |interpretString| |Aleph|
- |pointLists| |nary?| |monom| |reduce| |gcdcofact| |s17aff| |makeFR|
- |collectQuasiMonic| |cSin| |hostPlatform| |euclideanGroebner| |tRange|
- |vconcat| |rootDirectory| |genericLeftTraceForm| |loadNativeModule|
- |f07adf| |cubic| |inverseIntegralMatrix| |expPot| |s19abf| |quoByVar|
- |relationsIdeal| |setPredicates| |factorSFBRlcUnit| |categoryMode|
- |csc2sin| |infiniteProduct| |errorKind| |hasPredicate?| |divide|
- |Frobenius| |expextendedint| |s17dhf| |s18acf| |problemPoints|
- |isPower| |constantToUnaryFunction| |qroot| |writeUInt8!| |reindex|
- |primeFactor| |firstNumer| |just| |rowEchelon| |lambda| |removeCosSq|
- |hasHi| |finiteBound| |getIdentifier| |initials| |rank|
- |primextintfrac| |size?| |unknownEndian|
- |semiIndiceSubResultantEuclidean| |countRealRoots| |component|
- |UnVectorise| |pushucoef| |endOfFile?| |mathieu24| |log|
- |irreducibleFactors| |perfectNthRoot| |extendedResultant| |complete|
- |bumprow| |OMsend| |getDatabase| |setProperty| |binaryTree|
- |socf2socdf| |setelt| |normDeriv2| |setMaxPoints3D| |viewThetaDefault|
- |coordinate| |symmetricDifference| |sequences| |resetVariableOrder|
- |expandLog| |unmakeSUP| |addPoint| |zerosOf| |f04jgf| |dualSignature|
- |maxIndex| |functorData| |mindegTerm| |extractBottom!|
- |explicitlyEmpty?| |coerceP| |fractRagits| |isEquiv| |antisymmetric?|
- |setMinPoints| |selectPolynomials| |s21bdf| |sech2cosh| |makeCrit|
- |endSubProgram| |linearDependence| |lighting| |oddintegers|
- |encodingDirectory| |schwerpunkt| |tanAn| |iiatan| |triangSolve|
- |generalizedEigenvectors| |preprocess| |multiset|
- |rewriteIdealWithRemainder| |setImagSteps|
- |rewriteIdealWithHeadRemainder| |is?| |linearAssociatedLog|
- |patternMatchTimes| |OMgetBVar| |evenlambert| |singular?| |cSech|
- |largest| |youngDiagram| |lexGroebner| |byte| |lists|
- |stoseInvertible?sqfreg| |nullity| |genericLeftDiscriminant|
- |factorset| |nonLinearPart| |reorder| |nthCoef| |replaceKthElement|
- |rootNormalize| |simplifyExp| |fortranCharacter| |prindINFO| |minPoly|
- |tensorProduct| |divisor| |showAllElements| |erf| |partialQuotients|
- |groebnerFactorize| |stosePrepareSubResAlgo| |neglist| |zero|
- |leadingIdeal| |exponential| |mulmod| |reverse| |simpleBounds?|
- |makeGraphImage| |systemSizeIF| |medialSet| |printHeader| |zoom|
- |generators| |commonDenominator| |primlimintfrac| |showRegion| |irDef|
- |fglmIfCan| |li| |omError| |sup| |LowTriBddDenomInv| |iiacsch| |rk4qc|
- |nonQsign| |showScalarValues| |And| |rightRank| |beauzamyBound|
- |subResultantsChain| |setCondition!| |unknown| |insertionSort!|
- |dilog| |binarySearchTree| |c02agf| |currentCategoryFrame| |infLex?|
- |Or| |nthRoot| |cExp| |logIfCan| |rationalApproximation|
- |LagrangeInterpolation| |pack!| |OMputEndBVar| |sin|
- |euclideanNormalForm| |OMgetEndObject| |collectUpper| |typeLists|
- |Not| |prolateSpheroidal| |latex| |leviCivitaSymbol| |solve1|
- |getGoodPrime| |colorDef| |cos| |critpOrder| |certainlySubVariety?|
- |setPosition| |subNodeOf?| |stoseSquareFreePart| |int| |karatsubaOnce|
- |intChoose| |OMconnInDevice| |scopes| |elements| |tan|
- |fortranLiteralLine| |split| |showFortranOutputStack| |lazy?| |weight|
- |palgRDE| |extend| |concat!| |cot| |genericLeftNorm| |euclideanSize|
- |doubleDisc| |expIfCan| |rotate| |lepol| |light| |radicalEigenvector|
- |internalSubQuasiComponent?| |sec| |dAndcExp| |rightRankPolynomial|
- |perfectSquare?| |elColumn2!| |linearAssociatedExp| |iCompose|
- |vectorise| |row| |head| |csc| |simpsono| |parabolicCylindrical|
- |insertTop!| |children| |s18def| |s17aef| |roughEqualIdeals?| |asin|
- |hconcat| |test| |mapUnivariateIfCan| |randomR| |operation|
- |outlineRender| |remove| |interpolate| |meshPar2Var| |OMsupportsCD?|
- |isAbsolutelyIrreducible?| |stopTableInvSet!| |acos|
- |antiCommutative?| |s17agf| |rk4a| |leftScalarTimes!|
- |topFortranOutputStack| |range| |cotIfCan| |rdregime| |diagonals|
- |atan| |B1solve| |sn| |pquo| |monicDivide| |parts| |terms|
- |rightRegularRepresentation| |last| |exprToXXP| |trigs2explogs|
- |getOperator| |qualifier| |acot| |basisOfMiddleNucleus| |tanh2trigh|
- |assoc| |upperBound| |e01bef| |leftQuotient| |sparsityIF| |froot|
- |asec| |splitSquarefree| |wronskianMatrix| |powers| |condition| |eq?|
- |tower| |getProperties| |localUnquote| |minPoints| |block| |gensym|
- |acsc| |iiacosh| |s19adf| |prefixRagits| |overlabel| |lflimitedint|
- |tanintegrate| |OMgetError| |OMgetSymbol| |prefix|
- |localIntegralBasis| |sinh| |weighted| |cTan| |vspace| |bezoutMatrix|
- |OMputAtp| |PDESolve| |fixedPointExquo| |cosh| |orbits| |e04ycf|
- |hitherPlane| |numberOfChildren| |iifact| |elliptic?|
- |listRepresentation| |ratPoly| |binomial| |obj| |tanh| |palglimint|
- |eq| |imagE| |algebraicSort| |pow| |withPredicates| |biRank|
- |viewDeltaXDefault| |extractTop!| |float?| |cache| |coth| |arrayStack|
- |iter| |linear?| |pseudoRemainder| |pointColor| |complexNumeric|
- |arbitrary| |ScanArabic| |eigenvalues| |lazyPseudoRemainder|
- |leftExtendedGcd| |integers| |sech| |purelyAlgebraic?|
- |deleteProperty!| |setStatus| |overlap| |optAttributes|
- |OMsupportsSymbol?| |forLoop| |minimize| |infinite?| |lazyIntegrate|
- |csch| |createPrimitiveElement| |rootBound| |outputAsScript|
- |createGenericMatrix| |minRowIndex| |f01ref| |selectFiniteRoutines|
- |relerror| |diagonalProduct| |asinh| |coerceL| |sdf2lst| |schema|
- |inrootof| |bivariate?| |genus| |s20adf| |parametric?| |besselY|
- |gcdcofactprim| |binaryFunction| |acosh| |realEigenvalues| |sort!|
- |removeRoughlyRedundantFactorsInPols| |genericLeftTrace| |BumInSepFFE|
- |coleman| |readBytes!| |semiResultantReduitEuclidean| |iiacos|
- |s18aff| |leftGcd| |primlimitedint| |univcase| |internalSubPolSet?|
- |f02akf| |gethi| |leftFactorIfCan| |conditionP| |nodes| |upperCase!|
- |exp| |optional?| |components| |leftDiscriminant|
- |useEisensteinCriterion| |OMreadStr| |sinhcosh| |getProperty|
- |hdmpToDmp| |pToDmp| |rightOne| |f04maf| |scripted?| |map|
- |factorsOfDegree| |palgint0| |mappingMode| |OMputEndAtp| |OMreceive|
- |createPrimitivePoly| |unitsColorDefault| |makeSUP| |var1StepsDefault|
- |allRootsOf| |table| |generator| |setRealSteps| |totalLex|
- |toseInvertible?| |HermiteIntegrate| |getMatch| |nil| |lquo|
- |reducedDiscriminant| |e02akf| |connect| |heap| |new| |bothWays|
- |minimumExponent| |cscIfCan| |delete!| |subscript| |compile|
- |fintegrate| |lyndon?| |supDimElseRittWu?| |headRemainder|
- |OMputInteger| |lookupFunction| |tanSum| |removeConstantTerm| |janko2|
- |lazyResidueClass| |factorials| |basis| |trivialIdeal?| |wholeRadix|
- |messagePrint| |mathieu22| |primitiveElement| |extractIndex|
- |approximate| |stop| |rationalPoint?| |connectTo| |algebraicDecompose|
- |lazyEvaluate| |convert| |karatsuba| |heapSort| |quadraticForm|
- |parseString| |e01saf| |complex| |algebraicCoefficients?|
- |exprHasAlgebraicWeight| |pmComplexintegrate| |normalized?|
- |complexForm| |ratDenom| |e02zaf| |cLog| |multisect| |submod|
- |createIrreduciblePoly| |airyAi| |normFactors|
- |generalizedEigenvector| |getZechTable| |zeroDimensional?|
- |reverseLex| |sqfree| |failed| |d02ejf| |associates?| |f02aff|
- |setEpilogue!| |disjunction| |internalIntegrate| |LyndonCoordinates|
- |nextPrime| |sec2cos| |integralDerivationMatrix| |empty?|
- |expandTrigProducts| |sinh2csch| |setProperties| |f02bbf|
- |degreeSubResultant| |semiResultantEuclidean1| |startStats!|
- |useNagFunctions| |cyclotomicDecomposition| |npcoef| |unaryFunction|
- |incr| |derivationCoordinates| |inspect| |totalGroebner| |setref|
- |perspective| |increment| |logical?| |octon| |maxPoints| |hi|
- |stoseIntegralLastSubResultant| |sPol| |palgintegrate|
- |integralBasisAtInfinity| |expressIdealMember| |controlPanel| |iidsum|
- |genericRightNorm| |semiDegreeSubResultantEuclidean| |left|
- |byteBuffer| |semicolonSeparate| |csch2sinh| |moduloP| |printingInfo?|
- |trace2PowMod| |calcRanges| |seed| |color| |right| |zCoord| |gbasis|
- |createRandomElement| |multMonom| |kmax| |c06gqf|
- |invertibleElseSplit?| |multiplyExponents| |graphImage| |freeOf?|
- |generic?| |aQuartic| |partition| |coth2trigh| |univariateSolve|
- |generalizedContinuumHypothesisAssumed?| |quasiRegular?|
- |constantKernel| |clearTheFTable| |nextLatticePermutation|
- |splitConstant| |rspace| |d02gaf| |qelt| |semiResultantEuclideannaif|
- |hexDigit| |complexSolve| |typeList| |qsetelt| |csubst| |entries|
- |pseudoDivide| |prime| |setchildren!| |initial| |prime?|
- |generalPosition| |makeprod| |normalizeAtInfinity| |cTanh| |sh|
- |subMatrix| |ddFact| |xRange| |quatern| |exprHasWeightCosWXorSinWX|
- |next| |testDim| |nil?| |legendre| |key| |subtractIfCan|
- |modularGcdPrimitive| |s14aaf| |sturmSequence| |yRange| |create|
- |revert| |lowerCase?| |OMgetEndBVar| |abs| |clipBoolean| |realRoots|
- |d02gbf| |cschIfCan| |primes| |zRange| |binding| |bitCoef| |ceiling|
- |makeop| |filename| |map!| |pr2dmp| |symmetricTensors| |coHeight|
- |characteristicPolynomial| |pair?| |backOldPos| |exp1| |mathieu11|
- |padicFraction| |qsetelt!| |OMputString| |toseSquareFreePart|
- |findCycle| |f02aaf| |rational| |cosSinInfo| |clip| |isOpen?| |trim|
- |parse| |numberOfComponents| |univariate?| |setOrder| |countable?|
- |deepestInitial| |code| |createMultiplicationTable| |e01sff|
- |squareFreeFactors| |e01bff| |generate| |numFunEvals|
- |leadingCoefficientRicDE| |rCoord| |goodPoint| |leadingBasisTerm|
- |refine| |SFunction| |OMwrite| |red| |iiexp| |cSec| |point?|
- |nextIrreduciblePoly| |monomialIntPoly| |aLinear| |acscIfCan|
- |stFunc2| |derivative| |incrementBy| |flexible?| |sorted?|
- |extractClosed| |makeSeries| |returnType!| |create3Space| |logpart|
- |changeWeightLevel| |lookup| |unitCanonical| |d02raf| |sumOfDivisors|
- |support| |atanIfCan| |acsch| |sturmVariationsOf| |headAst|
- |usingTable?| |cCosh| |mergeFactors| |minGbasis| |readByte!|
- |printInfo| |select!| |crest| |getSyntaxFormsFromFile| |unvectorise|
- |drawCurves| |isAnd| |unrankImproperPartitions1| |s14baf|
- |complexNumericIfCan| |lieAlgebra?| |OMputFloat| |gcdPolynomial|
- |changeNameToObjf| |normalizedAssociate| |entry?| |redPol|
- |perfectSqrt| |htrigs| |interReduce| |numberOfImproperPartitions|
- |iisinh| |lastSubResultantEuclidean| |genericRightTraceForm| |options|
- |option?| |elliptic| |whitePoint| |denomLODE| |tail| |rational?|
- |karatsubaDivide| |dom| |chainSubResultants| |separate| |graphs|
- |chiSquare| |solveRetract| |highCommonTerms| |diagonalMatrix|
- |abelianGroup| |updateStatus!| |arg1| |extract!| |entry| |bottom!|
- |readUInt16!| |permutation| |basisOfRightAnnihilator| |sequence| |nil|
- |infinite| |arbitraryExponent| |approximate| |complex|
- |shallowMutable| |canonical| |noetherian| |central|
+ |Record| |Union| |fixedDivisor| |var2StepsDefault| |hdmpToDmp|
+ |leftTrim| |intcompBasis| |OMbindTCP| |encodingDirectory|
+ |fortranLogical| |elliptic| |roughSubIdeal?| |thetaCoord| |elRow2!|
+ |rk4f| |pToDmp| |OMputError| |badNum| |schwerpunkt|
+ |integralCoordinates| |whitePoint| |coefficient| |OMgetEndApp|
+ |partialFraction| |rightOne| |hyperelliptic| |leftLcm|
+ |combineFeatureCompatibility| |tanAn| |denomLODE| |sincos|
+ |factorGroebnerBasis| |squareTop| |f04maf| |ord| |expt| |irreducible?|
+ |iiatan| |rational?| |mantissa| |unprotectedRemoveRedundantFactors|
+ |quoted?| |extractPoint| |scripted?| |e01daf| |argscript| |polygon?|
+ |triangSolve| |karatsubaDivide| |idealiser| |reverse!|
+ |complexNumeric| |tanhIfCan| |factorsOfDegree| |compiledFunction|
+ |parametersOf| |generalizedEigenvectors| |pushdterm|
+ |chainSubResultants| |slex| |remainder| |stopTable!| |palgint0|
+ |GospersMethod| |purelyTranscendental?| |nthr| |preprocess| |separate|
+ |kernels| |laguerre| |palginfieldint| |low| |mappingMode| |wreath|
+ |rename| |multiset| |dmpToHdmp| |graphs| |stirling2| |cAsec|
+ |validExponential| |operator| |OMputEndAtp| |e02ajf| |rotate!|
+ |rewriteIdealWithRemainder| |transcendentalDecompose| |chiSquare| |po|
+ |exprex| |airyBi| |OMreceive| |rootKerSimp| |basisOfCommutingElements|
+ |setImagSteps| |dimensionOfIrreducibleRepresentation| |solveRetract|
+ |reify| |surface| |varList| |univariate| |noKaratsuba|
+ |createPrimitivePoly| |arg1| |completeEchelonBasis| |divideIfCan|
+ |rewriteIdealWithHeadRemainder| |normal01| |highCommonTerms|
+ |curveColorPalette| |inHallBasis?| |algint| |arg2| |unitsColorDefault|
+ |mkAnswer| |computePowers| |is?| |chiSquare1| |diagonalMatrix| Y
+ |showTheFTable| |status| |composite| |makeSUP| |lyndonIfCan| |pastel|
+ |linearAssociatedLog| |triangularSystems| |abelianGroup|
+ |elaborateFile| |setvalue!| |mkPrim| |factor| |conditions|
+ |var1StepsDefault| |dictionary| |subspace| |constantCoefficientRicDE|
+ |patternMatchTimes| |updateStatus!| |readInt32!| |se2rfi| |notelem|
+ |sqrt| |allRootsOf| |match| |f02ajf| |idealSimplify| |ratDsolve|
+ |OMgetBVar| |extract!| |conical| |inGroundField?| |primaryDecomp|
+ |real| |setRealSteps| |decrease| |ricDsolve| |laurentIfCan| |tree|
+ |evenlambert| |bottom!| |useSingleFactorBound?| |factor1| |printTypes|
+ |imag| |totalLex| |times!| |integrate| |balancedFactorisation|
+ |singular?| |readUInt16!| |directProduct| |powerAssociative?|
+ |irreducibleRepresentation| |OMputSymbol| |toseInvertible?|
+ |modularFactor| |indiceSubResultant| |testModulus| |cSech|
+ |permutation| |rightDivide| |options| |mapExponents| |index?|
+ |HermiteIntegrate| |internalIntegrate0| |OMgetApp| |listexp| |largest|
+ |basisOfRightAnnihilator| |finiteBasis|
+ |semiLastSubResultantEuclidean| |quotedOperators| |brace| |getMatch|
+ |presuper| |prem| |shallowExpand| |youngDiagram| |sequence| |zeroDim?|
+ |symbolIfCan| |d01apf| |destruct| |lquo| |zag| |geometric|
+ |denomRicDE| |lexGroebner| |leftDivide| |string| |internalInfRittWu?|
+ |SturmHabichtCoefficients| |reducedDiscriminant| |lagrange| RF2UTS
+ |stoseInvertible?sqfreg| |untab| |cyclicSubmodule| |mainKernel|
+ |weierstrass| |e02akf| |yCoordinates| |extendedint| |iiasec| |nullity|
+ |macroExpand| |callForm?| |plus| |d01akf| |cycles| |connect| |convert|
+ |repeatUntilLoop| |rightExactQuotient| |rightTrace|
+ |genericLeftDiscriminant| |bipolarCylindrical| |rowEchelonLocal|
+ |f02agf| |monomial| |heap| |topPredicate| |multiple?| |palgextint0|
+ |factorset| |rightUnits| |inR?| |startTableInvSet!| |ptree|
+ |multivariate| |bothWays| |nonLinearPart| |hasoln| |invertibleSet|
+ |flatten| |putGraph| |nullary?| |times| |setAdaptive3D| |asinIfCan|
+ |variables| |minimumExponent| |matrixGcd| |lineColorDefault|
+ |alphanumeric?| |reorder| |numberOfVariables| |binaryTournament|
+ |extendedSubResultantGcd| |cscIfCan| |symmetricSquare| |close|
+ |pointColorDefault| |nthCoef| |arity| |specialTrigs| |cylindrical|
+ |rischDE| |delete!| |position!| |recoverAfterFail| |screenResolution|
+ |replaceKthElement| |simplifyLog| |primPartElseUnitCanonical!|
+ |particularSolution| |subscript| |nthFlag| |front| |display|
+ |rootNormalize| |PollardSmallFactor| |expr| |divisors| |monom|
+ |linearPolynomials| |mainForm| |fintegrate| |unary?| |constantLeft|
+ |simplifyExp| |removeSinSq| |symmetricProduct| |lazyPrem|
+ |startTableGcd!| |taylor| |lyndon?| |complexEigenvectors|
+ |bivariatePolynomials| |fortranCharacter| |s17dgf| |decompose|
+ |monicModulo| |tan2trig| |laurent| |supDimElseRittWu?| |slash|
+ |quasiAlgebraicSet| |numerators| |prindINFO| |iroot| |common|
+ |credPol| |puiseux| |headRemainder| |setleaves!| |algebraic?|
+ |minPoly| |explicitlyFinite?| |variable| |rootRadius|
+ |squareFreePolynomial| |resize| |OMputInteger| |divisorCascade|
+ |showSummary| |input| |ip4Address| |makeUnit| |tensorProduct|
+ |outerProduct| |iterators| |UpTriBddDenomInv| |makeSketch| |someBasis|
+ |inv| |lookupFunction| |edf2ef| |library| |possiblyNewVariety?|
+ |divisor| |meshFun2Var| |close!| |doublyTransitive?| |ground?|
+ |remove!| |tanSum| |oddInfiniteProduct| |showAllElements| |cAtan| |id|
+ |ground| |isConnected?| |powern| |removeConstantTerm| |value|
+ |optimize| |acosIfCan| |stFuncN| |partialQuotients|
+ |ramifiedAtInfinity?| |semiSubResultantGcdEuclidean2| |lo|
+ |expenseOfEvaluation| |leadingMonomial| |cdr| |janko2| |alphanumeric|
+ |OMParseError?| |safeCeiling| |groebnerFactorize| |showAttributes|
+ |strongGenerators| |mainVariable| |areEquivalent?|
+ |leadingCoefficient| |enumerate| |lazyResidueClass| |leftUnits|
+ |signatureAst| |stosePrepareSubResAlgo| |characteristicSerie|
+ |vedf2vef| |assert| |inverse| |factorials| |f04mbf| |split!| |neglist|
+ |log2| |substitute| |d02cjf| |symmetric?| |basis| |reducedForm|
+ |atoms| |leadingIdeal| |dequeue!| |linGenPos| |c06ekf| |OMgetEndAttr|
+ |trivialIdeal?| |logGamma| |sncndn| |adaptive3D?| |exponential|
+ |OMencodingXML| |torsion?| |removeSinhSq| |wholeRadix| |rightZero|
+ |fillPascalTriangle| |elaborate| |any?| |solveLinearlyOverQ|
+ |messagePrint| |expextendedint| |maximumExponent| |resultant|
+ |acotIfCan| |first| |dominantTerm| |lifting|
+ |factorSquareFreePolynomial| |mathieu22| |swap!| |resetBadValues|
+ |order| |s17dhf| |rest| |bezoutResultant| |minrank| |redmat|
+ |primitiveElement| |appendPoint| |dmpToP| |s18acf| |primitivePart|
+ |polar| |fortranCompilerName| |lhs| |region| |domainTemplate| |cfirst|
+ |problemPoints| |autoReduced?| |interval| |quote| |euler| |rhs|
+ |pseudoRemainder| |constructor| |deepExpand| |gradient| |setright!|
+ |isPower| |ignore?| |genericRightDiscriminant| |pointColor|
+ |createZechTable| |subst| |minPol| |integer?| |epilogue|
+ |constantToUnaryFunction| |trailingCoefficient| |currentEnv|
+ |antiCommutator| |rightMult| |transcendent?| |arbitrary| |branchIfCan|
+ |iipow| |pmintegrate| |OMopenString| |qroot| |radicalOfLeftTraceForm|
+ |rangePascalTriangle| |s15adf| |ScanArabic| |isOp| |zeroDimPrime?|
+ |cAcsch| |e02agf| |writeUInt8!| |leadingCoefficientRicDE|
+ |currentScope| |clearFortranOutputStack| |OMcloseConn| |eigenvalues|
+ |complexEigenvalues| |lintgcd| |li| |laplacian| |reindex| |secIfCan|
+ |rCoord| |subTriSet?| |directSum| |OMgetEndBind| |lazyPseudoRemainder|
+ |resultantReduit| |generateIrredPoly| |c06gsf| |primeFactor| |rarrow|
+ |goodPoint| |cos2sec| |distribute| |Is| |leftExtendedGcd|
+ |returnTypeOf| |c05nbf| |setelt!| |reseed| |firstNumer| |green|
+ |leadingBasisTerm| |critMonD1| |unparse| |e04jaf|
+ |stoseInternalLastSubResultant| |objects| |integers| |rst| |escape|
+ |lazyPquo| |clipWithRanges| |just| |refine| |createNormalPoly|
+ |viewDefaults| |f01brf| |subQuasiComponent?| |base| |purelyAlgebraic?|
+ |modulus| |closedCurve| |tubePlot| |rowEchelon| |SFunction|
+ |relativeApprox| |Beta| |extractIfCan| |deleteProperty!|
+ |kroneckerDelta| |createPrimitiveNormalPoly| |e04fdf| |randomLC|
+ |removeCosSq| |OMwrite| |d02kef| |d02bhf| |viewDeltaYDefault| |cAsech|
+ |setStatus| |type| |sizePascalTriangle| |setPoly| |rem| |addBadValue|
+ |hasHi| |red| |map!| |selectAndPolynomials| |nextsousResultant2|
+ |getPickedPoints| |overlap| |presub| |finiteBound| |setFieldInfo|
+ |halfExtendedSubResultantGcd2| |quo| |cyclic?| |iiexp| |qsetelt!|
+ |rotatez| |isobaric?| |dim| |roughBasicSet| |optAttributes| |open?|
+ |finite?| |cycleTail| |getIdentifier| |pdf2df| |inc| |cSec| |test|
+ |width| |coefficients| |ksec| |leaf?| |splitLinear|
+ |OMsupportsSymbol?| |completeHensel| |div| |cosIfCan| |digamma|
+ |initials| |point?| |OMgetEndError| |hcrf| |updatF| |forLoop|
+ |SturmHabicht| |polynomialZeros| |numberOfFactors| |primextintfrac|
+ |writeInt8!| |exquo| |maxrow| |nextIrreduciblePoly|
+ |stoseInvertibleSetreg| |evaluateInverse| |resultantnaif| |minimize|
+ |LazardQuotient2| |size?| |cAsinh| |f02fjf| |atom?| ~= |graphStates|
+ |monomialIntPoly| |pattern| |associatedSystem| |bitLength| |cCot|
+ |infinite?| |imagJ| |unknownEndian| |rootOfIrreduciblePoly|
+ |removeDuplicates!| |toScale| |#| |aLinear| |acsch| |d01bbf|
+ |lazyIntegrate| |satisfy?| |tanNa| |table| |basicSet| |getRef| ~
+ |cyclicParents| |semiIndiceSubResultantEuclidean| |orthonormalBasis|
+ |acscIfCan| |integerBound| |pointColorPalette| |integral?|
+ |createPrimitiveElement| |rules| |new| |headReduced?| |nextNormalPoly|
+ |delta| |coord| |prefix| |countRealRoots| |viewSizeDefault| |obj|
+ |stFunc2| |previous| |indiceSubResultantEuclidean| |alternative?|
+ |OMputVariable| |leadingTerm| |rootBound| |regime|
+ |permutationRepresentation| |integralMatrixAtInfinity| |component|
+ |derivative| |cache| |message| |optional| |getOperands|
+ |reciprocalPolynomial| |seriesSolve| |outputAsScript| |initTable!|
+ |iilog| |jordanAdmissible?| |/\\| |UnVectorise| |rightFactorIfCan|
+ |flexible?| |anticoord| |lfextendedint| |hasSolution?|
+ |oblateSpheroidal| |createGenericMatrix| |lieAdmissible?| |\\/|
+ |definingPolynomial| |fractionFreeGauss!| |pushucoef| |sorted?|
+ |setStatus!| |spherical| |LyndonWordsList1| |minRowIndex|
+ |univariatePolynomialsGcds| |lyndon| |removeSuperfluousCases|
+ |changeName| |endOfFile?| |extractClosed| |rightExtendedGcd| |f07fdf|
+ |nthFractionalTerm| |f01ref| |rationalPower| |search| |opeval|
+ |semiDiscriminantEuclidean| |s17def| |mathieu24| |makeSeries| |nlde|
+ |cAtanh| |c05pbf| |adjoint| |selectFiniteRoutines| |innerEigenvectors|
+ |rotatex| |reduceByQuasiMonic| |youngGroup| |irreducibleFactors|
+ |returnType!| |mappingAst| |setClosed| |squareFree| |bfKeys|
+ |relerror| |lambda| |leadingExponent| |continuedFraction|
+ |perfectNthRoot| |extractProperty| |create3Space| |setOfMinN| |frst|
+ |s21baf| |diagonalProduct| |sumOfKthPowerDivisors| |c06ecf|
+ |prinpolINFO| |extendedResultant| |logpart| |bounds|
+ |numberOfFractionalTerms| |generalLambert| |coerceL| |child?| |push|
+ |ParCondList| |complete| |reduced?| |changeWeightLevel| |df2fi|
+ |critT| |fibonacci| |sdf2lst| |left| |setFormula!| |setUnion|
+ |monicRightDivide| |level| |bumprow| |lookup| |subPolSet?| |readLine!|
+ |ode2| |schema| |right| |antiAssociative?| |bringDown| |OMsend|
+ |legendreP| |unitCanonical| F |iflist2Result| |distFact| |nullary|
+ |inrootof| |bright| |interactiveEnv| |putProperty| |getDatabase|
+ |wordInGenerators| |d02raf| |lazyPseudoQuotient| |RittWuCompare|
+ |parent| |bivariate?| |part?| |corrPoly| |over| |setProperty|
+ |associatorDependence| |sumOfDivisors| |df2ef| |innerint|
+ |measure2Result| |genus| |copy!| |eval| |acoshIfCan| |cyclicEqual?|
+ |binaryTree| |fTable| |support| |has?| |s20adf| |prod| |zero|
+ |integral| |exp| |middle| |Lazard2| |intersect| |socf2socdf|
+ |lowerCase| |atanIfCan| |computeInt| |useSingleFactorBound| |max|
+ |inputBinaryFile| |parametric?| |shanksDiscLogAlgorithm| |child|
+ |normDeriv2| |rootOf| |sturmVariationsOf| |hypergeometric0F1|
+ |totalfract| |tab1| |And| |besselY| |error| |polygon| |cycleEntry|
+ |factorOfDegree| |setMaxPoints3D| |headAst| |f2st|
+ |listConjugateBases| |showAll?| |gcdcofactprim| |Or| |outputSpacing|
+ |kovacic| |conditionsForIdempotents| |viewThetaDefault| |usingTable?|
+ |space| |coefChoose| |makingStats?| |univariatePolynomial|
+ |binaryFunction| |Not| |drawToScale| |selectSumOfSquaresRoutines|
+ |size| |coordinate| |cothIfCan| |cCosh| |deleteRoutine!| |poisson|
+ |attributeData| |rightFactorCandidate| |realEigenvalues| |s17dlf|
+ |halfExtendedResultant2| |symmetricDifference| |sin2csc|
+ |mergeFactors| |readInt16!| |elRow1!| |operators|
+ |createMultiplicationMatrix| |sort!| |symbol| |knownInfBasis|
+ |gcdprim| |sequences| |nativeModuleExtension| |minGbasis|
+ |identification| |writeBytes!| |increasePrecision| |setsubMatrix!|
+ |removeRoughlyRedundantFactorsInPols| |expression| |odd?| |cyclotomic|
+ |singRicDE| |substring?| |resetVariableOrder| |readByte!|
+ |traceMatrix| |makeCos| |systemCommand| |key| |makeSin|
+ |symmetricPower| |genericLeftTrace| |integer| |double| |ffactor|
+ |coerceImages| |invmod| |expandLog| |select!| |pile| |fortranReal|
+ |numericalIntegration| |BumInSepFFE| |reducedSystem| |An| |mathieu23|
+ |suffix?| |unmakeSUP| |crest| |prinshINFO| |addPoint2| |filename|
+ |power!| |rowEch| |coleman| |weights| |cCsc| |squareFreeLexTriangular|
+ |addPoint| |getSyntaxFormsFromFile| |intermediateResultsIF|
+ |chebyshevT| |positiveRemainder| |Ei| |readBytes!| |subResultantChain|
+ |zerosOf| |pdf2ef| |OMclose| |d03eef| |prefix?| |unvectorise|
+ |basisOfCentroid| |pToHdmp| |null| |parse| |meshPar1Var| |badValues|
+ |semiResultantReduitEuclidean| |cyclic| |f04jgf| |setVariableOrder|
+ |startPolynomial| |drawCurves| |initial| GF2FG |principal?|
+ |lfinfieldint| |not| |iiacos| |setleft!| |writeByte!| |node|
+ |dualSignature| |triangular?| |isAnd| |paraboloidal| |tablePow|
+ |cPower| |and| |permutationGroup| |s18aff| |OMgetObject| |polyred|
+ |maxIndex| |node?| |retract| |unrankImproperPartitions1| |curryLeft|
+ |psolve| |rootSplit| |c06fpf| |or| |leftGcd| |declare!| |morphism|
+ |integralMatrix| |functorData| |selectsecond| |s14baf|
+ |standardBasisOfCyclicSubmodule| |diagonal| |primlimitedint| |delete|
+ |plus!| |prologue| |lexico| |mindegTerm| |computeCycleLength|
+ |complexNumericIfCan| |ramified?| |fixedPoints| |isExpt| |box|
+ |univcase| |acschIfCan| |argumentList!| |extractBottom!| |OMputAttr|
+ |infix?| |lieAlgebra?| |keys| |vark| |horizConcat| |closed|
+ |eigenMatrix| |internalSubPolSet?| ** |addMatch| |compose| |mask|
+ |explicitlyEmpty?| |numerator| |OMputFloat| |fortranLinkerArgs| |dark|
+ |universe| |s01eaf| |f02akf| |predicate| |leftRank| |nextColeman|
+ |gcdPolynomial| |expintegrate| |OMunhandledSymbol| |groebgen| |power|
+ |gethi| |sort| |solveLinearPolynomialEquationByRecursion|
+ |rewriteIdealWithQuasiMonicGenerators| |assign| |incrementKthElement|
+ |changeNameToObjf| |upperCase?| |internalLastSubResultant| |swap|
+ |viewport3D| |leftFactorIfCan| |c05adf| |totalDegree| |critM|
+ |laguerreL| |multiEuclideanTree| |normalizedAssociate|
+ |inverseIntegralMatrixAtInfinity| |rombergo| |mainContent|
+ |repeating?| |conditionP| |segment| |toseLastSubResultant|
+ |clipSurface| |putProperties| |minset| |exteriorDifferential| |entry?|
+ |index| |OMgetInteger| |mainValue| |aspFilename| |recip|
+ |algSplitSimple| |nodeOf?| |hexDigit?| |resultantEuclidean| |sin?|
+ |redPol| |f01maf| |radix| |imagI| |map| |exprToXXP| |pushNewContour|
+ |f04mcf| |characteristicSet| |mergeDifference| |dot| |primitive?|
+ |perfectSqrt| |cycleSplit!| |setEmpty!| |void| |dimension|
+ |insertRoot!| |trigs2explogs| |bipolar| |host| |shiftLeft|
+ |critMTonD1| |equation| |lfextlimint| |htrigs| |fortranTypeOf|
+ |userOrdered?| |clikeUniv| |pair| |element?| |getOperator| |powerSum|
+ |truncate| |isPlus| |monic?| |explogs2trigs| |infix| |e02bbf| |e02gaf|
+ |basisOfLeftNucloid| |qualifier| |central?| |createLowComplexityTable|
+ |generalInfiniteProduct| |pascalTriangle| |indicialEquations|
+ |normalizeAtInfinity| |f04asf| |isList| |bernoulli| |besselK|
+ |basisOfMiddleNucleus| |skewSFunction| |bigEndian| |parameters|
+ |changeBase| |addPointLast| |ldf2vmf| |e02ahf| |cTanh|
+ |squareFreePrim| |basisOfLeftAnnihilator| |listBranches|
+ |numberOfNormalPoly| |tanh2trigh| |log10| |minus!|
+ |internalZeroSetSplit| |irForm| |taylorRep| |sh|
+ |reducedContinuedFraction| |rroot| |say| |s14abf| |prevPrime|
+ |upperBound| SEGMENT |iicot| |leftRemainder| |retractable?|
+ |definingEquations| |subMatrix| |getMultiplicationTable| |iitan|
+ |polyPart| |iisqrt3| |e01bef| |datalist| |numberOfMonomials|
+ |stoseLastSubResultant| |lfintegrate| |palglimint0| |ddFact|
+ |reduceBasisAtInfinity| |reset| |singularitiesOf| |midpoint|
+ |leftQuotient| |patternVariable|
+ |solveLinearPolynomialEquationByFractions| |radicalSimplify| |symbol?|
+ |bubbleSort!| |quatern| |pdct| |outputFixed| |pushup| |sparsityIF|
+ |complexExpand| |groebSolve| |twist| |failed| |shade| |d01amf|
+ |addMatchRestricted| |exprHasWeightCosWXorSinWX| |write| |eyeDistance|
+ |hMonic| |mainSquareFreePart| |digit| |froot| |totalDifferential|
+ |tubeRadius| |s21bbf| |numericalOptimization| |meatAxe| |testDim|
+ |generator| |save| |generalSqFr| |solveid| |mathieu12|
+ |basisOfLeftNucleus| |splitSquarefree| |lowerPolynomial|
+ |complexLimit| |chineseRemainder| |trigs| |nil?| |algintegrate|
+ |constantOperator| |principalAncestors| |wronskianMatrix|
+ |createThreeSpace| |primeFrobenius| |primintegrate| |fractRadix|
+ |negative?| |integralBasis| |legendre| |denominators|
+ |doubleFloatFormat| |convergents| |whatInfinity|
+ |identitySquareMatrix| |powers| |iiperm| |graphState| |maxdeg|
+ |setButtonValue| |padecf| |subtractIfCan| |complexNormalize|
+ |flagFactor| |errorInfo| |eq?| |quadratic| |jacobian| |cot2trig|
+ |exponentialOrder| |null?| |modularGcdPrimitive| |cycleElt|
+ |intensity| |firstSubsetGray| |roman| |getProperties| |normalize|
+ |nil| |OMencodingBinary| |upperCase| |baseRDEsys| |zero?| |compdegd|
+ |dimensions| |s14aaf| |log| |environment| |OMserve| |printStatement|
+ |selectfirst| |localUnquote| |headReduce| |routines| |newTypeLists|
+ |closed?| |drawStyle| |mapUp!| |flexibleArray| |sturmSequence| |curry|
+ |iisqrt2| |alternatingGroup| |createLowComplexityNormalBasis|
+ |minPoints| |pleskenSplit| |limit| |quartic| |loopPoints| |create|
+ |hessian| |float| |thenBranch| |moebius| |block| |hclf| |multinomial|
+ |leftRankPolynomial| |e02bef| |clearDenominator| |approximate|
+ |revert| |s17ahf| |checkForZero| |round| |gensym| |e01sef| |complex|
+ |writable?| |uniform01| |mapmult| |apply| |OMReadError?| |lowerCase?|
+ |incr| |decreasePrecision| |FormatArabic| |splitNodeOf!| |iiacosh|
+ |mainMonomial| |cap| |mat| |mapMatrixIfCan| |setAdaptive| |constant|
+ |OMgetEndBVar| |hi| |complexRoots| |ratpart| |shrinkable|
+ |mainExpression| |c06ebf| |s19adf| |polarCoordinates| |polCase|
+ |clearTable!| |interpretString| |abs| |capacity| |cSinh| |cartesian|
+ |df2st| |duplicates?| |prefixRagits| |consnewpol| |numer| |postfix|
+ |Aleph| |orbit| |clipBoolean| |palgRDE0| |write!| |exprToGenUPS|
+ |d01aqf| |overlabel| |leftRegularRepresentation| |denom|
+ |factorByRecursion| |figureUnits| |pointLists| |realRoots|
+ |rightRemainder| |conjunction| |tab| |lflimitedint| |computeBasis|
+ |formula| |lift| |invertIfCan| |OMencodingUnknown| |nary?| |rquo|
+ |d02gbf| |normInvertible?| |adaptive?| |rootPoly| |randnum|
+ |tanintegrate| |tValues| |sortConstraints| |reduce| |pi| |monomRDEsys|
+ |brillhartIrreducible?| |gcdcofact| |cschIfCan| |sylvesterMatrix|
+ |bits| GE |UP2ifCan| |limitPlus| |primextendedint| |OMgetError|
+ |infieldIntegrate| |infinity| |aCubic| |s17aff| |lowerBound| |primes|
+ |removeDuplicates| GT |mainCharacterization| |writeLine!|
+ |OMgetSymbol| |isOr| |elementary| |eisensteinIrreducible?| |makeFR|
+ |subResultantGcdEuclidean| |binding| |quasiComponent| LE
+ |resultantReduitEuclidean| |Gamma| |tryFunctionalDecomposition|
+ |localIntegralBasis| |rischNormalize| |nrows| |precision| |maxint|
+ |removeSquaresIfCan| |collectQuasiMonic| |bitCoef| |algebraicOf| LT
+ |concat| |crushedSet| |baseRDE| |weighted| |viewWriteDefault| |kernel|
+ |ncols| |algDsolve| |pushdown| |cSin| |mvar| |ceiling| |d01ajf|
+ |balancedBinaryTree| |associator| |cTan| |rightRecip| |list|
+ |constDsolve| |degree| |externalList| |hostPlatform| |makeop| |s18dcf|
+ |rootSimp| |pol| |OMgetAttr| |vspace| |solid| |draw|
+ |numberOfOperations| |jacobiIdentity?| |euclideanGroebner| |pr2dmp|
+ |internalAugment| |weakBiRank| |back| |bezoutMatrix| |string?|
+ |quasiMonic?| |squareMatrix| |qinterval| |tRange| |symmetricTensors|
+ |elseBranch| |d01gbf| |f01bsf| |lex| |asimpson| |fortran| |OMputAtp|
+ |polynomial| |isMult| |f02bjf| |point| |cAcos| |vconcat| |remove|
+ |coHeight| |leadingIndex| |style| |norm| |minordet| |PDESolve| |isNot|
+ |buildSyntax| |applyRules| |palgLODE| |rootDirectory|
+ |multiplyCoefficients| |characteristicPolynomial|
+ |commutativeEquality| |iiasin| |makeVariable| |fi2df| |leftZero|
+ |fixedPointExquo| |makeObject| |iitanh| |updatD|
+ |genericLeftTraceForm| |points| |pair?| |last| |limitedIntegrate| |lp|
+ |setValue!| |tan2cot| |cRationalPower| |orbits| |byte| |getlo|
+ |clipPointsDefault| |complexElementary| |series| |coef| |f07adf|
+ |characteristic| |assoc| |backOldPos| |mapGen|
+ |selectNonFiniteRoutines| |traverse| |e04ycf| |pole?| |pushuconst|
+ |normalizedDivide| |shallowCopy| |cubic| |evenInfiniteProduct| |exp1|
+ |normalElement| |e04mbf| |outputForm| |lazyPseudoDivide| |hitherPlane|
+ |exportedOperators| |extendedEuclidean| |inverseIntegralMatrix|
+ |makeViewport2D| |mathieu11| |rotatey| |divideIfCan!| |symbolTableOf|
+ |jacobi| |numberOfChildren| |repSq| |bernoulliB| |expPot| |shape|
+ |padicFraction| |unit?| |isQuotient| |besselJ| |coth2tanh| |iifact|
+ |car| |entry| |min| |maxPoints3D| |positive?| |bytes| |s19abf|
+ |OMputString| |yellow| |musserTrials| |constant?| |elliptic?| |f02aef|
+ |any| |shufflein| |mainCoefficients| |approxSqrt| |quoByVar|
+ |toseSquareFreePart| |find| |henselFact| |listRepresentation|
+ |linearDependenceOverZ| |integralAtInfinity?| |setIntersection|
+ |relationsIdeal| |lifting1| |findCycle| |exprToUPS| |iicosh|
+ |deepCopy| |ratPoly| |ef2edf| |stronglyReduced?| |qqq| |localAbs|
+ |setPredicates| |f02aaf| |moduleSum| |variationOfParameters| |OMread|
+ |numberOfIrreduciblePoly| |binomial| |safeFloor| |mapUnivariate|
+ |noValueMode| |factorSFBRlcUnit| |cAcoth| |rational| |function|
+ |discriminantEuclidean| |height| |fixPredicate| |script|
+ |tubePointsDefault| |ldf2lst| |palglimint| |categoryMode|
+ |showClipRegion| |directory| |cosSinInfo| |f01qef| |evaluate| UP2UTS
+ |imagE| |divideExponents| |simpson| |conjugate| |saturate| |csc2sin|
+ |clip| |monomials| |computeCycleEntry| |outputFloating| |measure|
+ |algebraicSort| |bezoutDiscriminant| |critBonD| |retractIfCan|
+ |completeSmith| |hasTopPredicate?| |infiniteProduct| |mpsode|
+ |isOpen?| |f02wef| |fortranLiteral| |palgextint| |tex| |BasicMethod|
+ |pow| |radPoly| F2FG |e02dff| |btwFact| |errorKind|
+ |createNormalElement| |trim| |before?| |inputOutputBinaryFile|
+ |numeric| |withPredicates| |changeVar| |cycle| |hasPredicate?|
+ |cyclicCopy| |numberOfComponents| |genericRightMinimalPolynomial|
+ |putColorInfo| |monicLeftDivide| |biRank| |radical| |varselect|
+ |leftReducedSystem| |top| |plotPolar| |divide| |completeHermite|
+ |univariate?| |label| |check| |qPot| |iterationVar| |ode|
+ |viewDeltaXDefault| |mkIntegral| |continue| |empty| |extension|
+ |numberOfComposites| |Frobenius| |setOrder| |laurentRep| |returns|
+ |restorePrecision| |extractTop!| |iomode| |setLength!|
+ |differentialVariables| |OMlistSymbols| |countable?| EQ
+ |mainVariables| |wordInStrongGenerators| |probablyZeroDim?| |float?|
+ |viewZoomDefault| |cAcsc| |unknown| |Si| |rightLcm| |discriminant|
+ |sn| |deepestInitial| |nthRootIfCan| |inverseLaplace| |unexpand|
+ |arrayStack| |listYoungTableaus| |makeFloatFunction| |ode1| |tanQ|
+ |LyndonBasis| |createMultiplicationTable| |findBinding| |overset?|
+ |asechIfCan| |normalizeIfCan| |linear?| |bracket| |readIfCan!|
+ |c06fuf| |generalTwoFactor| |e01sff| |numberOfHues| |iisec| |lcm|
+ |enterPointData| |associatedEquations| |iiabs|
+ |genericLeftMinimalPolynomial| |viewPosDefault| |squareFreeFactors|
+ |explimitedint| |printInfo| |var1Steps| |distance|
+ |fortranLiteralLine| |c06gbf| |root| UTS2UP |represents|
+ |matrixDimensions| |tail| |e01bff| |append|
+ |selectIntegrationRoutines| |OMgetVariable| |lazyIrreducibleFactors|
+ FG2F |split| |removeCoshSq| |regularRepresentation| |e02baf|
+ |leastMonomial| |plot| |length| |option| |showFortranOutputStack|
+ |numFunEvals| |blankSeparate| |subHeight| |normalise| |gcd| |sub|
+ |hash| |declare| |countRealRootsMultiple| |ellipticCylindrical|
+ |category| |processTemplate| |setrest!| |maxrank| |scripts|
+ |setAttributeButtonStep| |iisech| |printCode|
+ |removeSuperfluousQuasiComponents| |false| |count| |lazy?| |domain|
+ |bombieriNorm| |patternMatch| |leadingSupport| |polyRicDE| |logical?|
+ |weight| |fill!| |reduceLODE| |diophantineSystem| |debug| |acothIfCan|
+ |nand| |package| |ridHack1| |isAtom| |subset?| |octon|
+ |complementaryBasis| |eulerE| |clearTheIFTable| |maxColIndex|
+ |degreeSubResultantEuclidean| |palgRDE| D |solid?|
+ |ScanFloatIgnoreSpaces| |anfactor| |unitNormal| |maxPoints|
+ |noLinearFactor?| |bitTruth| |genericPosition| |tanIfCan| |leftTrace|
+ |extend| |symmetricGroup| |graphCurves| |leftPower| |lastSubResultant|
+ |stoseIntegralLastSubResultant| |associative?| |principalIdeal|
+ |minIndex| |deepestTail| |nilFactor| |concat!| |zeroMatrix| |merge|
+ |packageCall| |OMopenFile| |sPol| |makeEq| |separateFactors|
+ |subresultantSequence| |center| |genericLeftNorm| LODO2FUN |leftRecip|
+ |e02dcf| |selectOptimizationRoutines| |subNode?| |palgintegrate|
+ |stFunc1| |tableForDiscreteLogarithm| |myDegree| |euclideanSize|
+ |collectUnder| |chvar| |groebnerIdeal| |OMUnknownSymbol?|
+ |newSubProgram| |integralBasisAtInfinity| |difference|
+ |setScreenResolution| |dimensionsOf| |llprop| |showIntensityFunctions|
+ |doubleDisc| |selectODEIVPRoutines| |invmultisect| |doubleResultant|
+ |e02daf| |expressIdealMember| |purelyAlgebraicLeadingMonomial?|
+ |character?| |coordinates| |expIfCan| |mesh?| |bindings| |Nul|
+ |linearlyDependent?| |integerIfCan| |rubiksGroup| |controlPanel|
+ |plenaryPower| |iicoth| |pseudoQuotient| |irreducibleFactor| |rotate|
+ |leftNorm| |sinhIfCan| |raisePolynomial| |f02axf| |iidsum| |df2mf|
+ |primitivePart!| |internalDecompose| |lepol|
+ |removeRedundantFactorsInContents| |iiacoth| |eigenvector| |nor|
+ |phiCoord| |genericRightNorm| |mapDown!| |decimal| |top!|
+ |stopTableGcd!| |light| |print| |s15aef| |makeResult| |physicalLength|
+ |replace| |semiDegreeSubResultantEuclidean| |resolve| |f04axf|
+ |getStream| |vertConcat| |f01rdf| |radicalEigenvector| |bit?|
+ |RemainderList| |degreePartition| |showArrayValues| |byteBuffer|
+ |groebner| |condition| |voidMode| |bat1| |minPoints3D|
+ |internalSubQuasiComponent?| |createNormalPrimitivePoly|
+ |fullPartialFraction| |rk4| |setMinPoints3D| |scaleRoots| |sumSquares|
+ |semicolonSeparate| |f07aef| |explicitEntries?| |OMmakeConn|
+ |dAndcExp| |direction| |prinb| |setErrorBound| |primintfldpoly| |ref|
+ |invertible?| |linSolve| |Lazard| |csch2sinh| |deriv|
+ |primitiveMonomials| |fixedPoint| |e04ucf| |complement|
+ |rightRankPolynomial| |listOfLists| |rangeIsFinite| |roughBase?|
+ |zeroVector| |getGraph| |moduloP| |comment| |curryRight| |reductum|
+ |OMputBind| |high| |perfectSquare?| |compound?| |one?| |asinhIfCan|
+ |fmecg| |failed?| |linear| |printingInfo?| |basisOfCenter| |readable?|
+ |branchPointAtInfinity?| |elColumn2!| |step| |setTex!| |iisin|
+ |compBound| |besselI| |LiePolyIfCan| |trace2PowMod|
+ |mainPrimitivePart| |att2Result| |physicalLength!|
+ |linearAssociatedExp| |integralRepresents| |sayLength|
+ |scanOneDimSubspaces| |palgLODE0| |dual| |calcRanges| |eulerPhi|
+ |zeroOf| |leftUnit| |iCompose| |charthRoot| |ideal| |leftFactor|
+ |rightQuotient| |subResultantGcd| |seed| |sum| |iiasinh| |iiGamma|
+ |groebner?| |bag| |vectorise| |alphabetic| |jokerMode|
+ |fortranInteger| |useEisensteinCriterion?| |color| |erf| |linears|
+ |binomThmExpt| |argument| |key?| |row| |graeffe| |ReduceOrder| |in?|
+ |primPartElseUnitCanonical| |zCoord| |insertBottom!| |comparison|
+ |product| |goto| |head| |eq| |drawComplexVectorField|
+ |absolutelyIrreducible?| |solveLinear| |outputArgs| |gbasis| |shift|
+ |insert| |e04dgf| |parabolic| |implies| |simpsono| |subSet| |iter|
+ |moebiusMu| |getBadValues| |radicalRoots| |cross|
+ |createRandomElement| |ravel| |dilog| |deref| |output|
+ |sylvesterSequence| |lllip| |parabolicCylindrical| |intPatternMatch|
+ |iibinom| |debug3D| |lprop| |matrix| |listLoops| |multMonom| |sin|
+ |reshape| |superscript| |findConstructor| |modifyPointData|
+ |insertTop!| |OMUnknownCD?| |fortranDoubleComplex| |leftMult|
+ |recolor| |maxRowIndex| |kmax| |cos| |HenselLift| |hex| |mapdiv|
+ |iiacsc| |children| |laplace| |enqueue!| |prepareSubResAlgo| |axes|
+ |c06gqf| |tan| |mainVariable?| |generic| |irVar| |s18def| |mindeg|
+ |readInt8!| |asecIfCan| |second| |d03edf| |viewpoint|
+ |invertibleElseSplit?| |reflect| |cot| |cn| |compile| |quadratic?|
+ |polygamma| |s17aef| |transcendenceDegree| |clipParametric|
+ |coshIfCan| |third| |setprevious!| |delay| |multiplyExponents| |sec|
+ |representationType| |ipow| |scalarMatrix| |roughEqualIdeals?|
+ |realZeros| |mapBivariate| |selectOrPolynomials| |accuracyIF|
+ |removeRoughlyRedundantFactorsInContents| |dfRange| |graphImage|
+ |cyclotomicFactorization| |csc| |bumptab1| |update| |matrixConcat3D|
+ |hconcat| |SturmHabichtSequence| |units| |getConstant| |birth|
+ |external?| |every?| |freeOf?| |reopen!| |asin| |s18adf| |even?|
+ |redpps| |iicsch| |mapUnivariateIfCan| |singularAtInfinity?|
+ |removeZero| |var2Steps| |modifyPoint| |generic?| |acos| |midpoints|
+ |cAsin| |e02ddf| |randomR| |nextPartition| |mkcomm| |smith|
+ |factorial| |ocf2ocdf| |aQuartic| |antisymmetricTensors| |atan|
+ |nextSubsetGray| |cCsch| |signature| |resetNew| |stopMusserTrials|
+ |outlineRender| |OMsetEncoding| |determinant| |nonSingularModel|
+ |setMaxPoints| |partition| |nextSublist| |acot|
+ |functionIsContinuousAtEndPoints| |exptMod| |generate| |setlast!|
+ |merge!| |interpolate| |super| |constantOpIfCan| |curve|
+ |resetAttributeButtons| |fortranDouble| |coth2trigh| |getCode| |asec|
+ |inRadical?| |position| |code| |KrullNumber| |meshPar2Var| |ptFunc|
+ |nextNormalPrimitivePoly| |cyclePartition| |outputGeneral|
+ |stripCommentsAndBlanks| |operation| |univariateSolve| |acsc|
+ |iidprod| |stoseInvertibleSet| |incrementBy| |s18aef| |OMsupportsCD?|
+ |cycleRagits| |contract| |viewWriteAvailable| |pureLex| |yCoord|
+ |generalizedContinuumHypothesisAssumed?| |sinh| |elaboration|
+ |seriesToOutputForm| |reduction| |c06frf| |expand|
+ |isAbsolutelyIrreducible?| |categoryFrame| |semiResultantEuclidean2|
+ |innerSolve| |halfExtendedSubResultantGcd1| |quasiRegular?| |cosh|
+ |stiffnessAndStabilityFactor| |perfectNthPower?| |FormatRoman|
+ |filterWhile| |queue| |stopTableInvSet!| |gcdPrimitive|
+ |semiSubResultantGcdEuclidean1| |infinityNorm| |swapColumns!|
+ |constantKernel| |tanh| |rootsOf| |expandPower| |positiveSolve|
+ |antiCommutative?| |filterUntil| |nthExponent|
+ |numberOfComputedEntries| |s17adf| |commutator| |clearTheFTable|
+ |stoseInvertible?reg| |numberOfPrimitivePoly| |coth| |drawComplex|
+ |jordanAlgebra?| |unitNormalize| |s17agf| |select| |rowEchLocal|
+ |splitDenominator| |identityMatrix| |xCoord| |modularGcd|
+ |nextLatticePermutation| |dmp2rfi| |sech| |makeMulti| |pade| |rk4a|
+ |oddlambert| |OMgetAtp| |getOrder| |univariatePolynomials|
+ |stoseInvertibleSetsqfreg| |splitConstant| |nullSpace| |csch| |exQuo|
+ |rectangularMatrix| |basisOfRightNucleus| |leftScalarTimes!|
+ |linearMatrix| |diff| |rspace| |s13aaf| |asinh| |e02def| |pointData|
+ |topFortranOutputStack| |tubeRadiusDefault| |makeYoungTableau|
+ |sqfrFactor| |LazardQuotient| |d02gaf| |showTheIFTable| |acosh|
+ |s17acf| |supersub| |setColumn!| |range| |dn| |partialNumerators|
+ |monomial?| |semiResultantEuclideannaif| |init| |e04naf| |atanh|
+ |identity| |cond| |rationalPoints| |subscriptedVariables| |cotIfCan|
+ |totolex| |f01rcf| |mesh| |hexDigit| |f04faf| |acoth| |dioSolve|
+ |makeRecord| |rdregime| |leftAlternative?| |exprHasLogarithmicWeights|
+ |read!| |complexSolve| |twoFactor| |asech| |imports| |f07fef| |elem?|
+ |diagonals| |fortranComplex| |rightPower| |commaSeparate| |typeList|
+ |leftMinimalPolynomial| |harmonic| |permanent| |quadraticNorm|
+ |B1solve| |axesColorDefault| |choosemon| |OMputEndApp| |csubst|
+ |screenResolution3D| |multiple| |s17akf| |cosh2sech| |zeroDimPrimary?|
+ |pquo| |hermiteH| |dom| |dequeue| |entries| |applyQuote| |e04gcf|
+ |set| |pointSizeDefault| |d01fcf| |monicDivide| |partitions|
+ |nextPrimitivePoly| |f02adf| |pseudoDivide| |generalizedInverse|
+ |atrapezoidal| |atanhIfCan| |OMencodingSGML| BY |terms| |contours|
+ |cup| |transform| |prime| |qelt| |parts|
+ |initializeGroupForWordProblem| |charClass| |exponential1|
+ |rightRegularRepresentation| |nothing| |factorSquareFreeByRecursion|
+ |simplifyPower| |wholePart| |quasiRegular| |qsetelt| |setchildren!|
+ |imagj| |ruleset| |f01qdf| |componentUpperBound| |cycleLength|
+ |idealiserMatrix| |f01mcf| |xRange| |prime?| |outputMeasure|
+ |exponent| |getCurve| |leftTraceMatrix| |mulmod| |double?|
+ |quotientByP| |removeRoughlyRedundantFactorsInPol| |title|
+ |simpleBounds?| |generalPosition| |yRange| |dec| |compactFraction|
+ |diag| |initiallyReduce| |typeForm| |constantRight| |d01asf|
+ |uncouplingMatrices| |homogeneous?| |makeprod| |zRange|
+ |dihedralGroup| |suchThat| |e02bdf| |zeroSetSplit| |makeGraphImage|
+ |SturmHabichtMultiple| |doubleRank| |iFTable| |diagonal?|
+ |minColIndex| |quasiMonicPolynomials| |curve?| |systemSizeIF|
+ |rightDiscriminant| |digit?| |e| |rightAlternative?|
+ |algebraicVariables| |extractIndex| NOT |aQuadratic|
+ |partialDenominators| |lazyGintegrate| |changeThreshhold| |medialSet|
+ |mapCoef| |qfactor| |lllp| |rationalPoint?| OR |copyInto!| |whileLoop|
+ |wrregime| |halfExtendedResultant1| |printHeader| |trueEqual| |d01alf|
+ |leftExactQuotient| |connectTo| |properties| AND |lSpaceBasis|
+ |LiePoly| |trapezoidal| |show| |initiallyReduced?| |zoom| |scale|
+ |s17ajf| |OMreadFile| |algebraicDecompose| |minimalPolynomial|
+ |translate| |toroidal| |e01bgf| |iiacot| |generators| |open|
+ |cardinality| |separant| |readUInt32!| |lazyEvaluate|
+ |removeRedundantFactors| |setRow!| |exponents| |virtualDegree| |trace|
+ |digits| |currentSubProgram| |commonDenominator| |checkRur|
+ |leastPower| |realEigenvectors| |d03faf| |karatsuba| |xn| |bat|
+ |primlimintfrac| |irCtor| |sechIfCan| |insert!| |symFunc| |powmod|
+ |setDifference| |heapSort| |zeroSquareMatrix| |augment| |sample|
+ |constantIfCan| |showRegion| |linearPart| |s20acf| |ParCond|
+ |quadraticForm| |bitand| |char| |triangulate| |c06gcf| |changeMeasure|
+ |irDef| |firstUncouplingMatrix| |operations| |overbar|
+ |complexIntegrate| |blue| |parseString| |factorFraction| |bitior|
+ |scalarTypeOf| |f04atf| |bumptab| |fglmIfCan| |rationalIfCan|
+ |lazyVariations| |getMeasure| |modTree| |coerceS| |e01saf|
+ |setScreenResolution3D| |result| |property| |iicsc| |leftOne|
+ |omError| |goodnessOfFit| |nextPrimitiveNormalPoly| |taylorQuoByVar|
+ |solveInField| |OMgetEndAtp| |algebraicCoefficients?| |exists?|
+ |subCase?| |singleFactorBound| |mainMonomials| |sup| |infRittWu?|
+ |closeComponent| |imagi| |conjugates| |exprHasAlgebraicWeight| *
+ |numericIfCan| |denominator| |bivariateSLPEBR| |composites|
+ |rewriteSetByReducingWithParticularGenerators| |LowTriBddDenomInv|
+ |setClipValue| |d01gaf| |selectPDERoutines| |pmComplexintegrate|
+ |ScanFloatIgnoreSpacesIfCan| |uniform| |rationalFunction| |iiacsch|
+ |ListOfTerms| |iExquo| |discreteLog| |fullDisplay| |normalized?|
+ |symbolTable| |edf2efi| |dflist| |content| |fprindINFO| |rk4qc|
+ |setnext!| |iiatanh| |root?| |OMgetFloat| |complexForm|
+ |reducedQPowers| |tryFunctionalDecomposition?| = |interpret| |pop!|
+ |e01sbf| |nonQsign| |infieldint| |nthExpon| |f04adf| |ratDenom|
+ |iiasech| |pushFortranOutputStack| |kind| |factorAndSplit| |distdfact|
+ |OMgetType| |commutative?| |showScalarValues| |companionBlocks|
+ |factorsOfCyclicGroupSize| |scan| |e02zaf| |popFortranOutputStack|
+ |op| < |extensionDegree| |shiftRoots| |coerceListOfPairs| |rightRank|
+ |insertMatch| |loadNativeModule| |summation| |OMputBVar|
+ |makeViewport3D| |cLog| |outputAsFortran| |OMputEndObject| >
+ |fracPart| |hue| |call| |beauzamyBound| |fortranCarriageReturn|
+ |brillhartTrials| |colorFunction| |multisect|
+ |stiffnessAndStabilityOfODEIF| <= |shuffle| |prepareDecompose|
+ |subResultantsChain| |predicates| |binary| |e02adf| |rename!| |submod|
+ |complex?| >= |redPo| |viewPhiDefault| |rightTraceMatrix|
+ |setCondition!| |getExplanations| |normalForm| |less?|
+ |createIrreduciblePoly| |Ci| |clearCache| |c06fqf| |magnitude|
+ |insertionSort!| |real?| |wordsForStrongGenerators| |outputAsTex|
+ |removeZeroes| |airyAi| |setTopPredicate| |eigenvectors|
+ |noncommutativeJordanAlgebra?| |binarySearchTree| |sign| |mr|
+ |belong?| |module| |solve| |normFactors| |categories| |union|
+ |tanh2coth| + |setLabelValue| |member?| |cCoth| |c02agf| |duplicates|
+ |localReal?| |cAcosh| |generalizedEigenvector| |branchPoint?| -
+ |quickSort| |collect| |currentCategoryFrame| |internal?|
+ |rightScalarTimes!| |swapRows!| |sinIfCan| |getZechTable| |lfunc| /
+ |adaptive| |simplify| |outputBinaryFile| |infLex?| |parents|
+ |numberOfCycles| |definingInequation| |square?| |zeroDimensional?|
+ |hspace| |cons| |equiv| |LyndonWordsList| |showTheSymbolTable|
+ |hdmpToP| |nthRoot| |sizeLess?| |number?| |ODESolve| |reverseLex|
+ |squareFreePart| |removeIrreducibleRedundantFactors| |iprint|
+ |bandedJacobian| |numberOfDivisors| |cExp| |factorPolynomial|
+ |romberg| |expint| |sqfree| |iteratedInitials| |quotient| |nextItem|
+ |logIfCan| |printStats!| |charpol| |makeTerm| |pointPlot| |d02ejf|
+ |paren| |equality| |gderiv| |rationalApproximation| |rur| |supRittWu?|
+ |e01baf| |getVariableOrder| |associates?| |vector| |s19acf|
+ |rightCharacteristicPolynomial| |ranges| |LagrangeInterpolation|
+ |unrankImproperPartitions0| |edf2fi| |moreAlgebraic?| |comp| |f04qaf|
+ |f02aff| |differentiate| |subresultantVector| |s21bcf| |floor| |pack!|
+ |push!| |littleEndian| |coerce| |readUInt8!|
+ |integralLastSubResultant| |setEpilogue!| |cCos| |source|
+ |leftCharacteristicPolynomial| |symmetricRemainder| |OMputEndBVar|
+ |OMputEndError| |normalDenom| |construct| |list?| |possiblyInfinite?|
+ |disjunction| |safetyMargin| |zeroSetSplitIntoTriangularSystems|
+ |e01bhf| |stack| |euclideanNormalForm| |viewport2D| |f04arf| |rank|
+ |ran| |monomRDE| |internalIntegrate| |basisOfNucleus| |imagK|
+ |tableau| |critB| |OMgetEndObject| |mirror| |imaginary| |tracePowMod|
+ |LyndonCoordinates| |name| |factorList| |permutations| |fractionPart|
+ |inconsistent?| |collectUpper| |factors|
+ |solveLinearPolynomialEquation| |more?| |nextPrime| |body| |c06eaf|
+ |cAcot| |indicialEquationAtInfinity| |rightMinimalPolynomial|
+ |typeLists| |monicRightFactorIfCan| |conjug| |closedCurve?| |sec2cos|
+ |outputList| |target| |addiag| |nsqfree| |f02awf| |prolateSpheroidal|
+ |setLegalFortranSourceExtensions| |next| |nthFactor| |repeating|
+ |hostByteOrder| |integralDerivationMatrix| |completeEval|
+ |normalDeriv| |factorSquareFree| |ScanRoman| |latex| |leaves|
+ |lazyPremWithDefault| |aromberg| |mdeg| |empty?| |sumOfSquares|
+ |realSolve| |leviCivitaSymbol| |extendIfCan| |leader| |tube|
+ |OMgetString| |rischDEsys| |expandTrigProducts|
+ |linearAssociatedOrder| |inf| |doubleComplex?| |solve1| |reverse|
+ |f2df| |lists| |d02bbf| |exactQuotient| |sinh2csch| |wholeRagits|
+ |enterInCache| |unravel| |getGoodPrime|
+ |selectMultiDimensionalRoutines| |shiftRight| |stoseInvertible?|
+ |move| |setProperties| |checkPrecision| |curveColor| |f02abf|
+ |monicCompleteDecompose| |colorDef| |printInfo!| |addmod| |mapSolve|
+ |f02bbf| |port| |const| |defineProperty| |dihedral| |critpOrder|
+ |unitVector| |radicalEigenvectors| |structuralConstants|
+ |degreeSubResultant| |readLineIfCan!| |monicDecomposeIfCan|
+ |certainlySubVariety?| |linearlyDependentOverZ?| |padicallyExpand|
+ |rootProduct| |eof?| |semiResultantEuclidean1| |t|
+ |expenseOfEvaluationIF| |Vectorise| |setPosition| |setfirst!| |normal|
+ |lambert| |trapezoidalo| |argumentListOf| |startStats!| |startTable!|
+ |subNodeOf?| |sts2stst| |signAround| |alphabetic?| |approxNthRoot|
+ |useNagFunctions| |realElementary| |cyclicGroup| |approximants|
+ |edf2df| |stoseSquareFreePart| |alternating| |setelt| |minimumDegree|
+ |taylorIfCan| |cyclotomicDecomposition| |OMputEndAttr| |setPrologue!|
+ |decomposeFunc| |karatsubaOnce| |palgint| |recur| |f02xef| |rule|
+ |npcoef| |cyclicEntries| |Hausdorff| |intChoose| |OMputApp|
+ |arguments| |separateDegrees| |copy| |unaryFunction|
+ |generalizedContinuumHypothesisAssumed| |d01anf| |OMconnInDevice|
+ |OMputEndBind| |limitedint| |mightHaveRoots| |s13adf| |xor|
+ |derivationCoordinates| |s17dcf| |lowerCase!| |scopes| |mapExpon|
+ |members| |boundOfCauchy| |gramschmidt| |case| |inspect| |depth|
+ |pomopo!| |rightNorm| |sizeMultiplication| |elements| |Zero| |hermite|
+ |showTheRoutinesTable| |extractSplittingLeaf| |totalGroebner|
+ |roughUnitIdeal?| |removeRedundantFactorsInPols| |droot| |normal?|
+ |e02aef| |One| |setref| |oneDimensionalArray| |polyRDE| |true|
+ |match?| |coerceP| |leastAffineMultiple| |stirling1| |s19aaf|
+ |variable?| |autoCoerce| |perspective| |s13acf|
+ |rewriteSetWithReduction| |f01qcf| |fractRagits| |copies| |OMgetBind|
+ |mix| |radicalEigenvalues| |increment| |basisOfRightNucloid|
+ |increase| |superHeight| |isEquiv| |cot2tan| |build|
+ |mainDefiningPolynomial| |upDateBranches| |unit| |newReduc|
+ |antisymmetric?| |toseInvertibleSet| |plusInfinity| |numFunEvals3D|
+ |OMlistCDs| |clearTheSymbolTable| |nodes| |functionIsFracPolynomial?|
+ |rightGcd| |setMinPoints| |lastSubResultantElseSplit| |minusInfinity|
+ |tubePoints| |resultantEuclideannaif| |inverseColeman| |elt| |random|
+ |upperCase!| |monomialIntegrate| |optpair| |selectPolynomials|
+ |stronglyReduce| |expintfldpoly| |shellSort| |OMputObject| |optional?|
+ |frobenius| |e02bcf| |s21bdf| |isTimes| |exactQuotient!| |divergence|
+ |imagk| |components| |torsionIfCan| |column| |isImplies| |sech2cosh|
+ |interReduce| |bfEntry| |complexZeros| |lexTriangular|
+ |leftDiscriminant| |getMultiplicationMatrix| |rightUnit| |rootPower|
+ |makeCrit| |numberOfImproperPartitions| |indices| |OMconnOutDevice|
+ |nextsubResultant2| |useEisensteinCriterion| |int| |genericRightTrace|
+ |listOfMonoms| |getButtonValue| |endSubProgram| |iisinh| |rdHack1|
+ |newLine| |indicialEquation| |OMreadStr| |iicos| |innerSolve1|
+ |multiEuclidean| |linearDependence| |lastSubResultantEuclidean|
+ |radicalSolve| |chebyshevU| |trunc| |sinhcosh| |bsolve| |transpose|
+ |linkToFortran| |lighting| |genericRightTraceForm| |OMconnectTCP|
+ |functionIsOscillatory| |bandedHessian| |getProperty|
+ |coercePreimagesImages| |rightTrim| |extendedIntegrate| |firstDenom|
+ |c02aff| |oddintegers| |option?| |contains?| |tower| |stop|
+ |contractSolve| |nil| |infinite| |arbitraryExponent| |approximate|
+ |complex| |shallowMutable| |canonical| |noetherian| |central|
|partiallyOrderedSet| |arbitraryPrecision| |canonicalsClosed|
|noZeroDivisors| |rightUnitary| |leftUnitary| |additiveValuation|
|unitsKnown| |canonicalUnitNormal| |multiplicativeValuation|
diff --git a/src/share/algebra/interp.daase b/src/share/algebra/interp.daase
index 28fdbe06..051550ac 100644
--- a/src/share/algebra/interp.daase
+++ b/src/share/algebra/interp.daase
@@ -1,5435 +1,5444 @@
-(3260701 . 3486772049)
-((-4372 (((-112) (-1 (-112) |#2| |#2|) $) 86) (((-112) $) NIL)) (-4082 (($ (-1 (-112) |#2| |#2|) $) 18) (($ $) NIL)) (-3753 ((|#2| $ (-576) |#2|) NIL) ((|#2| $ (-1253 (-576)) |#2|) 44)) (-1752 (($ $) 80)) (-3683 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 52) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 50) ((|#2| (-1 |#2| |#2| |#2|) $) 49)) (-3658 (((-576) (-1 (-112) |#2|) $) 27) (((-576) |#2| $) NIL) (((-576) |#2| $ (-576)) 96)) (-3963 (((-656 |#2|) $) 13)) (-1872 (($ (-1 (-112) |#2| |#2|) $ $) 64) (($ $ $) NIL)) (-4320 (($ (-1 |#2| |#2|) $) 37)) (-4114 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 60)) (-2171 (($ |#2| $ (-576)) NIL) (($ $ $ (-576)) 67)) (-2295 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 29)) (-3626 (((-112) (-1 (-112) |#2|) $) 23)) (-2794 ((|#2| $ (-576) |#2|) NIL) ((|#2| $ (-576)) NIL) (($ $ (-1253 (-576))) 66)) (-3463 (($ $ (-576)) 76) (($ $ (-1253 (-576))) 75)) (-1458 (((-783) (-1 (-112) |#2|) $) 34) (((-783) |#2| $) NIL)) (-1497 (($ $ $ (-576)) 69)) (-1868 (($ $) 68)) (-3579 (($ (-656 |#2|)) 73)) (-1613 (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ $ $) 87) (($ (-656 $)) 85)) (-3567 (((-874) $) 92)) (-2306 (((-112) (-1 (-112) |#2|) $) 22)) (-2921 (((-112) $ $) 95)) (-2946 (((-112) $ $) 99)))
-(((-18 |#1| |#2|) (-10 -8 (-15 -2921 ((-112) |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -2946 ((-112) |#1| |#1|)) (-15 -4082 (|#1| |#1|)) (-15 -4082 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -1752 (|#1| |#1|)) (-15 -1497 (|#1| |#1| |#1| (-576))) (-15 -4372 ((-112) |#1|)) (-15 -1872 (|#1| |#1| |#1|)) (-15 -3658 ((-576) |#2| |#1| (-576))) (-15 -3658 ((-576) |#2| |#1|)) (-15 -3658 ((-576) (-1 (-112) |#2|) |#1|)) (-15 -4372 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -1872 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -3753 (|#2| |#1| (-1253 (-576)) |#2|)) (-15 -2171 (|#1| |#1| |#1| (-576))) (-15 -2171 (|#1| |#2| |#1| (-576))) (-15 -3463 (|#1| |#1| (-1253 (-576)))) (-15 -3463 (|#1| |#1| (-576))) (-15 -4114 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1613 (|#1| (-656 |#1|))) (-15 -1613 (|#1| |#1| |#1|)) (-15 -1613 (|#1| |#2| |#1|)) (-15 -1613 (|#1| |#1| |#2|)) (-15 -2794 (|#1| |#1| (-1253 (-576)))) (-15 -3579 (|#1| (-656 |#2|))) (-15 -2295 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2794 (|#2| |#1| (-576))) (-15 -2794 (|#2| |#1| (-576) |#2|)) (-15 -3753 (|#2| |#1| (-576) |#2|)) (-15 -1458 ((-783) |#2| |#1|)) (-15 -3963 ((-656 |#2|) |#1|)) (-15 -1458 ((-783) (-1 (-112) |#2|) |#1|)) (-15 -3626 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2306 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -4320 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4114 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1868 (|#1| |#1|))) (-19 |#2|) (-1236)) (T -18))
+(3261782 . 3486783806)
+((-2033 (((-112) (-1 (-112) |#2| |#2|) $) 86) (((-112) $) NIL)) (-2218 (($ (-1 (-112) |#2| |#2|) $) 18) (($ $) NIL)) (-4268 ((|#2| $ (-576) |#2|) NIL) ((|#2| $ (-1255 (-576)) |#2|) 44)) (-1370 (($ $) 80)) (-2722 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 52) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 50) ((|#2| (-1 |#2| |#2| |#2|) $) 49)) (-3539 (((-576) (-1 (-112) |#2|) $) 27) (((-576) |#2| $) NIL) (((-576) |#2| $ (-576)) 96)) (-3722 (((-656 |#2|) $) 13)) (-3181 (($ (-1 (-112) |#2| |#2|) $ $) 64) (($ $ $) NIL)) (-1896 (($ (-1 |#2| |#2|) $) 37)) (-2423 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 60)) (-3386 (($ |#2| $ (-576)) NIL) (($ $ $ (-576)) 67)) (-2922 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 29)) (-3484 (((-112) (-1 (-112) |#2|) $) 23)) (-4369 ((|#2| $ (-576) |#2|) NIL) ((|#2| $ (-576)) NIL) (($ $ (-1255 (-576))) 66)) (-2335 (($ $ (-576)) 76) (($ $ (-1255 (-576))) 75)) (-3131 (((-783) (-1 (-112) |#2|) $) 34) (((-783) |#2| $) NIL)) (-3796 (($ $ $ (-576)) 69)) (-4287 (($ $) 68)) (-4125 (($ (-656 |#2|)) 73)) (-2767 (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ $ $) 87) (($ (-656 $)) 85)) (-4114 (((-876) $) 92)) (-1746 (((-112) (-1 (-112) |#2|) $) 22)) (-3939 (((-112) $ $) 95)) (-3962 (((-112) $ $) 99)))
+(((-18 |#1| |#2|) (-10 -8 (-15 -3939 ((-112) |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -3962 ((-112) |#1| |#1|)) (-15 -2218 (|#1| |#1|)) (-15 -2218 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -1370 (|#1| |#1|)) (-15 -3796 (|#1| |#1| |#1| (-576))) (-15 -2033 ((-112) |#1|)) (-15 -3181 (|#1| |#1| |#1|)) (-15 -3539 ((-576) |#2| |#1| (-576))) (-15 -3539 ((-576) |#2| |#1|)) (-15 -3539 ((-576) (-1 (-112) |#2|) |#1|)) (-15 -2033 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -3181 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -4268 (|#2| |#1| (-1255 (-576)) |#2|)) (-15 -3386 (|#1| |#1| |#1| (-576))) (-15 -3386 (|#1| |#2| |#1| (-576))) (-15 -2335 (|#1| |#1| (-1255 (-576)))) (-15 -2335 (|#1| |#1| (-576))) (-15 -2423 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2767 (|#1| (-656 |#1|))) (-15 -2767 (|#1| |#1| |#1|)) (-15 -2767 (|#1| |#2| |#1|)) (-15 -2767 (|#1| |#1| |#2|)) (-15 -4369 (|#1| |#1| (-1255 (-576)))) (-15 -4125 (|#1| (-656 |#2|))) (-15 -2922 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -4369 (|#2| |#1| (-576))) (-15 -4369 (|#2| |#1| (-576) |#2|)) (-15 -4268 (|#2| |#1| (-576) |#2|)) (-15 -3131 ((-783) |#2| |#1|)) (-15 -3722 ((-656 |#2|) |#1|)) (-15 -3131 ((-783) (-1 (-112) |#2|) |#1|)) (-15 -3484 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1746 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1896 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2423 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4287 (|#1| |#1|))) (-19 |#2|) (-1238)) (T -18))
NIL
-(-10 -8 (-15 -2921 ((-112) |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -2946 ((-112) |#1| |#1|)) (-15 -4082 (|#1| |#1|)) (-15 -4082 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -1752 (|#1| |#1|)) (-15 -1497 (|#1| |#1| |#1| (-576))) (-15 -4372 ((-112) |#1|)) (-15 -1872 (|#1| |#1| |#1|)) (-15 -3658 ((-576) |#2| |#1| (-576))) (-15 -3658 ((-576) |#2| |#1|)) (-15 -3658 ((-576) (-1 (-112) |#2|) |#1|)) (-15 -4372 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -1872 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -3753 (|#2| |#1| (-1253 (-576)) |#2|)) (-15 -2171 (|#1| |#1| |#1| (-576))) (-15 -2171 (|#1| |#2| |#1| (-576))) (-15 -3463 (|#1| |#1| (-1253 (-576)))) (-15 -3463 (|#1| |#1| (-576))) (-15 -4114 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1613 (|#1| (-656 |#1|))) (-15 -1613 (|#1| |#1| |#1|)) (-15 -1613 (|#1| |#2| |#1|)) (-15 -1613 (|#1| |#1| |#2|)) (-15 -2794 (|#1| |#1| (-1253 (-576)))) (-15 -3579 (|#1| (-656 |#2|))) (-15 -2295 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2794 (|#2| |#1| (-576))) (-15 -2794 (|#2| |#1| (-576) |#2|)) (-15 -3753 (|#2| |#1| (-576) |#2|)) (-15 -1458 ((-783) |#2| |#1|)) (-15 -3963 ((-656 |#2|) |#1|)) (-15 -1458 ((-783) (-1 (-112) |#2|) |#1|)) (-15 -3626 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2306 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -4320 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4114 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1868 (|#1| |#1|)))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-2617 (((-1291) $ (-576) (-576)) 41 (|has| $ (-6 -4463)))) (-4372 (((-112) (-1 (-112) |#1| |#1|) $) 101) (((-112) $) 95 (|has| |#1| (-862)))) (-4082 (($ (-1 (-112) |#1| |#1|) $) 92 (|has| $ (-6 -4463))) (($ $) 91 (-12 (|has| |#1| (-862)) (|has| $ (-6 -4463))))) (-1793 (($ (-1 (-112) |#1| |#1|) $) 102) (($ $) 96 (|has| |#1| (-862)))) (-3733 (((-112) $ (-783)) 8)) (-3753 ((|#1| $ (-576) |#1|) 53 (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) 60 (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4462)))) (-2135 (($) 7 T CONST)) (-1752 (($ $) 93 (|has| $ (-6 -4463)))) (-3833 (($ $) 103)) (-1640 (($ $) 80 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3942 (($ |#1| $) 79 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 78 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 75 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) 74 (|has| $ (-6 -4462)))) (-4330 ((|#1| $ (-576) |#1|) 54 (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) 52)) (-3658 (((-576) (-1 (-112) |#1|) $) 100) (((-576) |#1| $) 99 (|has| |#1| (-1119))) (((-576) |#1| $ (-576)) 98 (|has| |#1| (-1119)))) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-4138 (($ (-783) |#1|) 70)) (-2476 (((-112) $ (-783)) 9)) (-3280 (((-576) $) 44 (|has| (-576) (-862)))) (-3123 (($ $ $) 90 (|has| |#1| (-862)))) (-1872 (($ (-1 (-112) |#1| |#1|) $ $) 104) (($ $ $) 97 (|has| |#1| (-862)))) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3767 (((-576) $) 45 (|has| (-576) (-862)))) (-2352 (($ $ $) 89 (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-2171 (($ |#1| $ (-576)) 62) (($ $ $ (-576)) 61)) (-1742 (((-656 (-576)) $) 47)) (-2406 (((-112) (-576) $) 48)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-3578 ((|#1| $) 43 (|has| (-576) (-862)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 73)) (-1552 (($ $ |#1|) 42 (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4408 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) 49)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#1| $ (-576) |#1|) 51) ((|#1| $ (-576)) 50) (($ $ (-1253 (-576))) 71)) (-3463 (($ $ (-576)) 64) (($ $ (-1253 (-576))) 63)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1497 (($ $ $ (-576)) 94 (|has| $ (-6 -4463)))) (-1868 (($ $) 13)) (-4169 (((-548) $) 81 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 72)) (-1613 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-656 $)) 66)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) 87 (|has| |#1| (-862)))) (-2960 (((-112) $ $) 86 (|has| |#1| (-862)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-2975 (((-112) $ $) 88 (|has| |#1| (-862)))) (-2946 (((-112) $ $) 85 (|has| |#1| (-862)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-19 |#1|) (-141) (-1236)) (T -19))
+(-10 -8 (-15 -3939 ((-112) |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -3962 ((-112) |#1| |#1|)) (-15 -2218 (|#1| |#1|)) (-15 -2218 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -1370 (|#1| |#1|)) (-15 -3796 (|#1| |#1| |#1| (-576))) (-15 -2033 ((-112) |#1|)) (-15 -3181 (|#1| |#1| |#1|)) (-15 -3539 ((-576) |#2| |#1| (-576))) (-15 -3539 ((-576) |#2| |#1|)) (-15 -3539 ((-576) (-1 (-112) |#2|) |#1|)) (-15 -2033 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -3181 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -4268 (|#2| |#1| (-1255 (-576)) |#2|)) (-15 -3386 (|#1| |#1| |#1| (-576))) (-15 -3386 (|#1| |#2| |#1| (-576))) (-15 -2335 (|#1| |#1| (-1255 (-576)))) (-15 -2335 (|#1| |#1| (-576))) (-15 -2423 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2767 (|#1| (-656 |#1|))) (-15 -2767 (|#1| |#1| |#1|)) (-15 -2767 (|#1| |#2| |#1|)) (-15 -2767 (|#1| |#1| |#2|)) (-15 -4369 (|#1| |#1| (-1255 (-576)))) (-15 -4125 (|#1| (-656 |#2|))) (-15 -2922 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -4369 (|#2| |#1| (-576))) (-15 -4369 (|#2| |#1| (-576) |#2|)) (-15 -4268 (|#2| |#1| (-576) |#2|)) (-15 -3131 ((-783) |#2| |#1|)) (-15 -3722 ((-656 |#2|) |#1|)) (-15 -3131 ((-783) (-1 (-112) |#2|) |#1|)) (-15 -3484 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1746 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1896 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2423 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4287 (|#1| |#1|)))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1758 (((-1293) $ (-576) (-576)) 41 (|has| $ (-6 -4465)))) (-2033 (((-112) (-1 (-112) |#1| |#1|) $) 101) (((-112) $) 95 (|has| |#1| (-862)))) (-2218 (($ (-1 (-112) |#1| |#1|) $) 92 (|has| $ (-6 -4465))) (($ $) 91 (-12 (|has| |#1| (-862)) (|has| $ (-6 -4465))))) (-2380 (($ (-1 (-112) |#1| |#1|) $) 102) (($ $) 96 (|has| |#1| (-862)))) (-1951 (((-112) $ (-783)) 8)) (-4268 ((|#1| $ (-576) |#1|) 53 (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) 60 (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4464)))) (-3853 (($) 7 T CONST)) (-1370 (($ $) 93 (|has| $ (-6 -4465)))) (-4204 (($ $) 103)) (-2741 (($ $) 80 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2824 (($ |#1| $) 79 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 78 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 75 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) 74 (|has| $ (-6 -4464)))) (-1908 ((|#1| $ (-576) |#1|) 54 (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) 52)) (-3539 (((-576) (-1 (-112) |#1|) $) 100) (((-576) |#1| $) 99 (|has| |#1| (-1121))) (((-576) |#1| $ (-576)) 98 (|has| |#1| (-1121)))) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-1988 (($ (-783) |#1|) 70)) (-4157 (((-112) $ (-783)) 9)) (-3176 (((-576) $) 44 (|has| (-576) (-862)))) (-2905 (($ $ $) 90 (|has| |#1| (-862)))) (-3181 (($ (-1 (-112) |#1| |#1|) $ $) 104) (($ $ $) 97 (|has| |#1| (-862)))) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2316 (((-576) $) 45 (|has| (-576) (-862)))) (-2163 (($ $ $) 89 (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-3386 (($ |#1| $ (-576)) 62) (($ $ $ (-576)) 61)) (-4402 (((-656 (-576)) $) 47)) (-1505 (((-112) (-576) $) 48)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-1753 ((|#1| $) 43 (|has| (-576) (-862)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 73)) (-3140 (($ $ |#1|) 42 (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-2408 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) 49)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#1| $ (-576) |#1|) 51) ((|#1| $ (-576)) 50) (($ $ (-1255 (-576))) 71)) (-2335 (($ $ (-576)) 64) (($ $ (-1255 (-576))) 63)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-3796 (($ $ $ (-576)) 94 (|has| $ (-6 -4465)))) (-4287 (($ $) 13)) (-1554 (((-548) $) 81 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 72)) (-2767 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-656 $)) 66)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) 87 (|has| |#1| (-862)))) (-3975 (((-112) $ $) 86 (|has| |#1| (-862)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3985 (((-112) $ $) 88 (|has| |#1| (-862)))) (-3962 (((-112) $ $) 85 (|has| |#1| (-862)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-19 |#1|) (-141) (-1238)) (T -19))
NIL
-(-13 (-384 |t#1|) (-10 -7 (-6 -4463)))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-862)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-862)) (|has| |#1| (-625 (-874)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1253 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-384 |#1|) . T) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-663 |#1|) . T) ((-862) |has| |#1| (-862)) ((-1119) -2755 (|has| |#1| (-1119)) (|has| |#1| (-862))) ((-1236) . T))
-((-4299 (((-3 $ "failed") $ $) 12)) (-3041 (($ $) NIL) (($ $ $) 9)) (* (($ (-938) $) NIL) (($ (-783) $) 16) (($ (-576) $) 26)))
-(((-20 |#1|) (-10 -8 (-15 -3041 (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 -4299 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-938) |#1|))) (-21)) (T -20))
+(-13 (-384 |t#1|) (-10 -7 (-6 -4465)))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-862)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-862)) (|has| |#1| (-625 (-876)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1255 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-384 |#1|) . T) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-663 |#1|) . T) ((-862) |has| |#1| (-862)) ((-1121) -3795 (|has| |#1| (-1121)) (|has| |#1| (-862))) ((-1238) . T))
+((-2583 (((-3 $ "failed") $ $) 12)) (-4037 (($ $) NIL) (($ $ $) 9)) (* (($ (-940) $) NIL) (($ (-783) $) 16) (($ (-576) $) 26)))
+(((-20 |#1|) (-10 -8 (-15 -4037 (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 -2583 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-940) |#1|))) (-21)) (T -20))
NIL
-(-10 -8 (-15 -3041 (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 -4299 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-938) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24)))
+(-10 -8 (-15 -4037 (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 -2583 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-940) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24)))
(((-21) (-141)) (T -21))
-((-3041 (*1 *1 *1) (-4 *1 (-21))) (-3041 (*1 *1 *1 *1) (-4 *1 (-21))))
-(-13 (-132) (-658 (-576)) (-10 -8 (-15 -3041 ($ $)) (-15 -3041 ($ $ $))))
-(((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-1119) . T) ((-1236) . T))
-((-1353 (((-112) $) 10)) (-2135 (($) 15)) (* (($ (-938) $) 14) (($ (-783) $) 19)))
-(((-22 |#1|) (-10 -8 (-15 * (|#1| (-783) |#1|)) (-15 -1353 ((-112) |#1|)) (-15 -2135 (|#1|)) (-15 * (|#1| (-938) |#1|))) (-23)) (T -22))
-NIL
-(-10 -8 (-15 * (|#1| (-783) |#1|)) (-15 -1353 ((-112) |#1|)) (-15 -2135 (|#1|)) (-15 * (|#1| (-938) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2135 (($) 18 T CONST)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16)))
+((-4037 (*1 *1 *1) (-4 *1 (-21))) (-4037 (*1 *1 *1 *1) (-4 *1 (-21))))
+(-13 (-132) (-658 (-576)) (-10 -8 (-15 -4037 ($ $)) (-15 -4037 ($ $ $))))
+(((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-1121) . T) ((-1238) . T))
+((-2604 (((-112) $) 10)) (-3853 (($) 15)) (* (($ (-940) $) 14) (($ (-783) $) 19)))
+(((-22 |#1|) (-10 -8 (-15 * (|#1| (-783) |#1|)) (-15 -2604 ((-112) |#1|)) (-15 -3853 (|#1|)) (-15 * (|#1| (-940) |#1|))) (-23)) (T -22))
+NIL
+(-10 -8 (-15 * (|#1| (-783) |#1|)) (-15 -2604 ((-112) |#1|)) (-15 -3853 (|#1|)) (-15 * (|#1| (-940) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3853 (($) 18 T CONST)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16)))
(((-23) (-141)) (T -23))
-((-2716 (*1 *1) (-4 *1 (-23))) (-2135 (*1 *1) (-4 *1 (-23))) (-1353 (*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-112)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-783)))))
-(-13 (-25) (-10 -8 (-15 (-2716) ($) -1478) (-15 -2135 ($) -1478) (-15 -1353 ((-112) $)) (-15 * ($ (-783) $))))
-(((-25) . T) ((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((* (($ (-938) $) 10)))
-(((-24 |#1|) (-10 -8 (-15 * (|#1| (-938) |#1|))) (-25)) (T -24))
-NIL
-(-10 -8 (-15 * (|#1| (-938) |#1|)))
-((-3486 (((-112) $ $) 6)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14)))
+((-4312 (*1 *1) (-4 *1 (-23))) (-3853 (*1 *1) (-4 *1 (-23))) (-2604 (*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-112)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-783)))))
+(-13 (-25) (-10 -8 (-15 (-4312) ($) -2666) (-15 -3853 ($) -2666) (-15 -2604 ((-112) $)) (-15 * ($ (-783) $))))
+(((-25) . T) ((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((* (($ (-940) $) 10)))
+(((-24 |#1|) (-10 -8 (-15 * (|#1| (-940) |#1|))) (-25)) (T -24))
+NIL
+(-10 -8 (-15 * (|#1| (-940) |#1|)))
+((-1955 (((-112) $ $) 6)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14)))
(((-25) (-141)) (T -25))
-((-3027 (*1 *1 *1 *1) (-4 *1 (-25))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-938)))))
-(-13 (-1119) (-10 -8 (-15 -3027 ($ $ $)) (-15 * ($ (-938) $))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-3764 (((-656 $) (-969 $)) 32) (((-656 $) (-1191 $)) 16) (((-656 $) (-1191 $) (-1195)) 20)) (-2215 (($ (-969 $)) 30) (($ (-1191 $)) 11) (($ (-1191 $) (-1195)) 60)) (-2869 (((-656 $) (-969 $)) 33) (((-656 $) (-1191 $)) 18) (((-656 $) (-1191 $) (-1195)) 19)) (-2663 (($ (-969 $)) 31) (($ (-1191 $)) 13) (($ (-1191 $) (-1195)) NIL)))
-(((-26 |#1|) (-10 -8 (-15 -3764 ((-656 |#1|) (-1191 |#1|) (-1195))) (-15 -3764 ((-656 |#1|) (-1191 |#1|))) (-15 -3764 ((-656 |#1|) (-969 |#1|))) (-15 -2215 (|#1| (-1191 |#1|) (-1195))) (-15 -2215 (|#1| (-1191 |#1|))) (-15 -2215 (|#1| (-969 |#1|))) (-15 -2869 ((-656 |#1|) (-1191 |#1|) (-1195))) (-15 -2869 ((-656 |#1|) (-1191 |#1|))) (-15 -2869 ((-656 |#1|) (-969 |#1|))) (-15 -2663 (|#1| (-1191 |#1|) (-1195))) (-15 -2663 (|#1| (-1191 |#1|))) (-15 -2663 (|#1| (-969 |#1|)))) (-27)) (T -26))
-NIL
-(-10 -8 (-15 -3764 ((-656 |#1|) (-1191 |#1|) (-1195))) (-15 -3764 ((-656 |#1|) (-1191 |#1|))) (-15 -3764 ((-656 |#1|) (-969 |#1|))) (-15 -2215 (|#1| (-1191 |#1|) (-1195))) (-15 -2215 (|#1| (-1191 |#1|))) (-15 -2215 (|#1| (-969 |#1|))) (-15 -2869 ((-656 |#1|) (-1191 |#1|) (-1195))) (-15 -2869 ((-656 |#1|) (-1191 |#1|))) (-15 -2869 ((-656 |#1|) (-969 |#1|))) (-15 -2663 (|#1| (-1191 |#1|) (-1195))) (-15 -2663 (|#1| (-1191 |#1|))) (-15 -2663 (|#1| (-969 |#1|))))
-((-3486 (((-112) $ $) 6)) (-3764 (((-656 $) (-969 $)) 88) (((-656 $) (-1191 $)) 87) (((-656 $) (-1191 $) (-1195)) 86)) (-2215 (($ (-969 $)) 91) (($ (-1191 $)) 90) (($ (-1191 $) (-1195)) 89)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-4299 (((-3 $ "failed") $ $) 20)) (-1415 (($ $) 81)) (-3422 (((-430 $) $) 80)) (-1838 (($ $) 100)) (-1829 (((-112) $ $) 65)) (-2135 (($) 18 T CONST)) (-2869 (((-656 $) (-969 $)) 94) (((-656 $) (-1191 $)) 93) (((-656 $) (-1191 $) (-1195)) 92)) (-2663 (($ (-969 $)) 97) (($ (-1191 $)) 96) (($ (-1191 $) (-1195)) 95)) (-3426 (($ $ $) 61)) (-2251 (((-3 $ "failed") $) 37)) (-3438 (($ $ $) 62)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 57)) (-4283 (((-112) $) 79)) (-3612 (((-112) $) 35)) (-3867 (($ $ (-576)) 99)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-2045 (($ $) 78)) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-1827 (((-430 $) $) 82)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-3473 (((-3 $ "failed") $ $) 48)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3909 (((-783) $) 64)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 63)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 45)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3054 (($ $ $) 73)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77) (($ $ (-419 (-576))) 98)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75)))
+((-4027 (*1 *1 *1 *1) (-4 *1 (-25))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-940)))))
+(-13 (-1121) (-10 -8 (-15 -4027 ($ $ $)) (-15 * ($ (-940) $))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-2278 (((-656 $) (-971 $)) 32) (((-656 $) (-1193 $)) 16) (((-656 $) (-1193 $) (-1197)) 20)) (-3343 (($ (-971 $)) 30) (($ (-1193 $)) 11) (($ (-1193 $) (-1197)) 60)) (-3587 (((-656 $) (-971 $)) 33) (((-656 $) (-1193 $)) 18) (((-656 $) (-1193 $) (-1197)) 19)) (-2169 (($ (-971 $)) 31) (($ (-1193 $)) 13) (($ (-1193 $) (-1197)) NIL)))
+(((-26 |#1|) (-10 -8 (-15 -2278 ((-656 |#1|) (-1193 |#1|) (-1197))) (-15 -2278 ((-656 |#1|) (-1193 |#1|))) (-15 -2278 ((-656 |#1|) (-971 |#1|))) (-15 -3343 (|#1| (-1193 |#1|) (-1197))) (-15 -3343 (|#1| (-1193 |#1|))) (-15 -3343 (|#1| (-971 |#1|))) (-15 -3587 ((-656 |#1|) (-1193 |#1|) (-1197))) (-15 -3587 ((-656 |#1|) (-1193 |#1|))) (-15 -3587 ((-656 |#1|) (-971 |#1|))) (-15 -2169 (|#1| (-1193 |#1|) (-1197))) (-15 -2169 (|#1| (-1193 |#1|))) (-15 -2169 (|#1| (-971 |#1|)))) (-27)) (T -26))
+NIL
+(-10 -8 (-15 -2278 ((-656 |#1|) (-1193 |#1|) (-1197))) (-15 -2278 ((-656 |#1|) (-1193 |#1|))) (-15 -2278 ((-656 |#1|) (-971 |#1|))) (-15 -3343 (|#1| (-1193 |#1|) (-1197))) (-15 -3343 (|#1| (-1193 |#1|))) (-15 -3343 (|#1| (-971 |#1|))) (-15 -3587 ((-656 |#1|) (-1193 |#1|) (-1197))) (-15 -3587 ((-656 |#1|) (-1193 |#1|))) (-15 -3587 ((-656 |#1|) (-971 |#1|))) (-15 -2169 (|#1| (-1193 |#1|) (-1197))) (-15 -2169 (|#1| (-1193 |#1|))) (-15 -2169 (|#1| (-971 |#1|))))
+((-1955 (((-112) $ $) 6)) (-2278 (((-656 $) (-971 $)) 88) (((-656 $) (-1193 $)) 87) (((-656 $) (-1193 $) (-1197)) 86)) (-3343 (($ (-971 $)) 91) (($ (-1193 $)) 90) (($ (-1193 $) (-1197)) 89)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-2583 (((-3 $ "failed") $ $) 20)) (-4068 (($ $) 81)) (-2068 (((-430 $) $) 80)) (-1463 (($ $) 100)) (-4064 (((-112) $ $) 65)) (-3853 (($) 18 T CONST)) (-3587 (((-656 $) (-971 $)) 94) (((-656 $) (-1193 $)) 93) (((-656 $) (-1193 $) (-1197)) 92)) (-2169 (($ (-971 $)) 97) (($ (-1193 $)) 96) (($ (-1193 $) (-1197)) 95)) (-1892 (($ $ $) 61)) (-2413 (((-3 $ "failed") $) 37)) (-1905 (($ $ $) 62)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 57)) (-3742 (((-112) $) 79)) (-3315 (((-112) $) 35)) (-4063 (($ $ (-576)) 99)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-1668 (($ $) 78)) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-1452 (((-430 $) $) 82)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-1943 (((-3 $ "failed") $ $) 48)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3199 (((-783) $) 64)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 63)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 45)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4047 (($ $ $) 73)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77) (($ $ (-419 (-576))) 98)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75)))
(((-27) (-141)) (T -27))
-((-2663 (*1 *1 *2) (-12 (-5 *2 (-969 *1)) (-4 *1 (-27)))) (-2663 (*1 *1 *2) (-12 (-5 *2 (-1191 *1)) (-4 *1 (-27)))) (-2663 (*1 *1 *2 *3) (-12 (-5 *2 (-1191 *1)) (-5 *3 (-1195)) (-4 *1 (-27)))) (-2869 (*1 *2 *3) (-12 (-5 *3 (-969 *1)) (-4 *1 (-27)) (-5 *2 (-656 *1)))) (-2869 (*1 *2 *3) (-12 (-5 *3 (-1191 *1)) (-4 *1 (-27)) (-5 *2 (-656 *1)))) (-2869 (*1 *2 *3 *4) (-12 (-5 *3 (-1191 *1)) (-5 *4 (-1195)) (-4 *1 (-27)) (-5 *2 (-656 *1)))) (-2215 (*1 *1 *2) (-12 (-5 *2 (-969 *1)) (-4 *1 (-27)))) (-2215 (*1 *1 *2) (-12 (-5 *2 (-1191 *1)) (-4 *1 (-27)))) (-2215 (*1 *1 *2 *3) (-12 (-5 *2 (-1191 *1)) (-5 *3 (-1195)) (-4 *1 (-27)))) (-3764 (*1 *2 *3) (-12 (-5 *3 (-969 *1)) (-4 *1 (-27)) (-5 *2 (-656 *1)))) (-3764 (*1 *2 *3) (-12 (-5 *3 (-1191 *1)) (-4 *1 (-27)) (-5 *2 (-656 *1)))) (-3764 (*1 *2 *3 *4) (-12 (-5 *3 (-1191 *1)) (-5 *4 (-1195)) (-4 *1 (-27)) (-5 *2 (-656 *1)))))
-(-13 (-374) (-1021) (-10 -8 (-15 -2663 ($ (-969 $))) (-15 -2663 ($ (-1191 $))) (-15 -2663 ($ (-1191 $) (-1195))) (-15 -2869 ((-656 $) (-969 $))) (-15 -2869 ((-656 $) (-1191 $))) (-15 -2869 ((-656 $) (-1191 $) (-1195))) (-15 -2215 ($ (-969 $))) (-15 -2215 ($ (-1191 $))) (-15 -2215 ($ (-1191 $) (-1195))) (-15 -3764 ((-656 $) (-969 $))) (-15 -3764 ((-656 $) (-1191 $))) (-15 -3764 ((-656 $) (-1191 $) (-1195)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-132) . T) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-248) . T) ((-300) . T) ((-317) . T) ((-374) . T) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 $) . T) ((-738) . T) ((-937) . T) ((-1021) . T) ((-1070 #0#) . T) ((-1070 $) . T) ((-1075 #0#) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T) ((-1240) . T))
-((-3764 (((-656 $) (-969 $)) NIL) (((-656 $) (-1191 $)) NIL) (((-656 $) (-1191 $) (-1195)) 55) (((-656 $) $) 22) (((-656 $) $ (-1195)) 46)) (-2215 (($ (-969 $)) NIL) (($ (-1191 $)) NIL) (($ (-1191 $) (-1195)) 57) (($ $) 20) (($ $ (-1195)) 40)) (-2869 (((-656 $) (-969 $)) NIL) (((-656 $) (-1191 $)) NIL) (((-656 $) (-1191 $) (-1195)) 53) (((-656 $) $) 18) (((-656 $) $ (-1195)) 48)) (-2663 (($ (-969 $)) NIL) (($ (-1191 $)) NIL) (($ (-1191 $) (-1195)) NIL) (($ $) 15) (($ $ (-1195)) 42)))
-(((-28 |#1| |#2|) (-10 -8 (-15 -3764 ((-656 |#1|) |#1| (-1195))) (-15 -2215 (|#1| |#1| (-1195))) (-15 -3764 ((-656 |#1|) |#1|)) (-15 -2215 (|#1| |#1|)) (-15 -2869 ((-656 |#1|) |#1| (-1195))) (-15 -2663 (|#1| |#1| (-1195))) (-15 -2869 ((-656 |#1|) |#1|)) (-15 -2663 (|#1| |#1|)) (-15 -3764 ((-656 |#1|) (-1191 |#1|) (-1195))) (-15 -3764 ((-656 |#1|) (-1191 |#1|))) (-15 -3764 ((-656 |#1|) (-969 |#1|))) (-15 -2215 (|#1| (-1191 |#1|) (-1195))) (-15 -2215 (|#1| (-1191 |#1|))) (-15 -2215 (|#1| (-969 |#1|))) (-15 -2869 ((-656 |#1|) (-1191 |#1|) (-1195))) (-15 -2869 ((-656 |#1|) (-1191 |#1|))) (-15 -2869 ((-656 |#1|) (-969 |#1|))) (-15 -2663 (|#1| (-1191 |#1|) (-1195))) (-15 -2663 (|#1| (-1191 |#1|))) (-15 -2663 (|#1| (-969 |#1|)))) (-29 |#2|) (-568)) (T -28))
-NIL
-(-10 -8 (-15 -3764 ((-656 |#1|) |#1| (-1195))) (-15 -2215 (|#1| |#1| (-1195))) (-15 -3764 ((-656 |#1|) |#1|)) (-15 -2215 (|#1| |#1|)) (-15 -2869 ((-656 |#1|) |#1| (-1195))) (-15 -2663 (|#1| |#1| (-1195))) (-15 -2869 ((-656 |#1|) |#1|)) (-15 -2663 (|#1| |#1|)) (-15 -3764 ((-656 |#1|) (-1191 |#1|) (-1195))) (-15 -3764 ((-656 |#1|) (-1191 |#1|))) (-15 -3764 ((-656 |#1|) (-969 |#1|))) (-15 -2215 (|#1| (-1191 |#1|) (-1195))) (-15 -2215 (|#1| (-1191 |#1|))) (-15 -2215 (|#1| (-969 |#1|))) (-15 -2869 ((-656 |#1|) (-1191 |#1|) (-1195))) (-15 -2869 ((-656 |#1|) (-1191 |#1|))) (-15 -2869 ((-656 |#1|) (-969 |#1|))) (-15 -2663 (|#1| (-1191 |#1|) (-1195))) (-15 -2663 (|#1| (-1191 |#1|))) (-15 -2663 (|#1| (-969 |#1|))))
-((-3486 (((-112) $ $) 6)) (-3764 (((-656 $) (-969 $)) 88) (((-656 $) (-1191 $)) 87) (((-656 $) (-1191 $) (-1195)) 86) (((-656 $) $) 138) (((-656 $) $ (-1195)) 136)) (-2215 (($ (-969 $)) 91) (($ (-1191 $)) 90) (($ (-1191 $) (-1195)) 89) (($ $) 139) (($ $ (-1195)) 137)) (-1353 (((-112) $) 17)) (-1960 (((-656 (-1195)) $) 207)) (-1797 (((-419 (-1191 $)) $ (-624 $)) 239 (|has| |#1| (-568)))) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-3986 (((-656 (-624 $)) $) 170)) (-4299 (((-3 $ "failed") $ $) 20)) (-3425 (($ $ (-656 (-624 $)) (-656 $)) 160) (($ $ (-656 (-304 $))) 159) (($ $ (-304 $)) 158)) (-1415 (($ $) 81)) (-3422 (((-430 $) $) 80)) (-1838 (($ $) 100)) (-1829 (((-112) $ $) 65)) (-2135 (($) 18 T CONST)) (-2869 (((-656 $) (-969 $)) 94) (((-656 $) (-1191 $)) 93) (((-656 $) (-1191 $) (-1195)) 92) (((-656 $) $) 142) (((-656 $) $ (-1195)) 140)) (-2663 (($ (-969 $)) 97) (($ (-1191 $)) 96) (($ (-1191 $) (-1195)) 95) (($ $) 143) (($ $ (-1195)) 141)) (-1570 (((-3 (-969 |#1|) "failed") $) 258 (|has| |#1| (-1068))) (((-3 (-419 (-969 |#1|)) "failed") $) 241 (|has| |#1| (-568))) (((-3 |#1| "failed") $) 203) (((-3 (-576) "failed") $) 200 (|has| |#1| (-1057 (-576)))) (((-3 (-1195) "failed") $) 194) (((-3 (-624 $) "failed") $) 145) (((-3 (-419 (-576)) "failed") $) 133 (-2755 (-12 (|has| |#1| (-1057 (-576))) (|has| |#1| (-568))) (|has| |#1| (-1057 (-419 (-576))))))) (-2857 (((-969 |#1|) $) 257 (|has| |#1| (-1068))) (((-419 (-969 |#1|)) $) 240 (|has| |#1| (-568))) ((|#1| $) 202) (((-576) $) 201 (|has| |#1| (-1057 (-576)))) (((-1195) $) 193) (((-624 $) $) 144) (((-419 (-576)) $) 134 (-2755 (-12 (|has| |#1| (-1057 (-576))) (|has| |#1| (-568))) (|has| |#1| (-1057 (-419 (-576))))))) (-3426 (($ $ $) 61)) (-3142 (((-701 |#1|) (-701 $)) 246 (|has| |#1| (-1068))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) 245 (|has| |#1| (-1068))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 132 (-2755 (-2669 (|has| |#1| (-1068)) (|has| |#1| (-651 (-576)))) (-2669 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068))))) (((-701 (-576)) (-701 $)) 131 (-2755 (-2669 (|has| |#1| (-1068)) (|has| |#1| (-651 (-576)))) (-2669 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068)))))) (-2251 (((-3 $ "failed") $) 37)) (-3438 (($ $ $) 62)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 57)) (-4283 (((-112) $) 79)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 199 (|has| |#1| (-899 (-390)))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) 198 (|has| |#1| (-899 (-576))))) (-1524 (($ (-656 $)) 164) (($ $) 163)) (-2358 (((-656 (-115)) $) 171)) (-1774 (((-115) (-115)) 172)) (-3612 (((-112) $) 35)) (-2044 (((-112) $) 192 (|has| $ (-1057 (-576))))) (-2684 (($ $) 224 (|has| |#1| (-1068)))) (-1568 (((-1144 |#1| (-624 $)) $) 223 (|has| |#1| (-1068)))) (-3867 (($ $ (-576)) 99)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-3820 (((-1191 $) (-624 $)) 189 (|has| $ (-1068)))) (-4114 (($ (-1 $ $) (-624 $)) 178)) (-3497 (((-3 (-624 $) "failed") $) 168)) (-1853 (((-701 |#1|) (-1286 $)) 248 (|has| |#1| (-1068))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) 247 (|has| |#1| (-1068))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) 130 (-2755 (-2669 (|has| |#1| (-1068)) (|has| |#1| (-651 (-576)))) (-2669 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068))))) (((-701 (-576)) (-1286 $)) 129 (-2755 (-2669 (|has| |#1| (-1068)) (|has| |#1| (-651 (-576)))) (-2669 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068)))))) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-1761 (((-656 (-624 $)) $) 169)) (-1637 (($ (-115) (-656 $)) 177) (($ (-115) $) 176)) (-2692 (((-3 (-656 $) "failed") $) 218 (|has| |#1| (-1131)))) (-3716 (((-3 (-2 (|:| |val| $) (|:| -2125 (-576))) "failed") $) 227 (|has| |#1| (-1068)))) (-3656 (((-3 (-656 $) "failed") $) 220 (|has| |#1| (-25)))) (-3068 (((-3 (-2 (|:| -1713 (-576)) (|:| |var| (-624 $))) "failed") $) 221 (|has| |#1| (-25)))) (-2244 (((-3 (-2 (|:| |var| (-624 $)) (|:| -2125 (-576))) "failed") $ (-1195)) 226 (|has| |#1| (-1068))) (((-3 (-2 (|:| |var| (-624 $)) (|:| -2125 (-576))) "failed") $ (-115)) 225 (|has| |#1| (-1068))) (((-3 (-2 (|:| |var| (-624 $)) (|:| -2125 (-576))) "failed") $) 219 (|has| |#1| (-1131)))) (-3796 (((-112) $ (-1195)) 175) (((-112) $ (-115)) 174)) (-2045 (($ $) 78)) (-2322 (((-783) $) 167)) (-1448 (((-1139) $) 11)) (-2055 (((-112) $) 205)) (-2065 ((|#1| $) 206)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-4257 (((-112) $ (-1195)) 180) (((-112) $ $) 179)) (-1827 (((-430 $) $) 82)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-3473 (((-3 $ "failed") $ $) 48)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-2227 (((-112) $) 191 (|has| $ (-1057 (-576))))) (-3281 (($ $ (-1195) (-783) (-1 $ $)) 231 (|has| |#1| (-1068))) (($ $ (-1195) (-783) (-1 $ (-656 $))) 230 (|has| |#1| (-1068))) (($ $ (-656 (-1195)) (-656 (-783)) (-656 (-1 $ (-656 $)))) 229 (|has| |#1| (-1068))) (($ $ (-656 (-1195)) (-656 (-783)) (-656 (-1 $ $))) 228 (|has| |#1| (-1068))) (($ $ (-656 (-115)) (-656 $) (-1195)) 217 (|has| |#1| (-626 (-548)))) (($ $ (-115) $ (-1195)) 216 (|has| |#1| (-626 (-548)))) (($ $) 215 (|has| |#1| (-626 (-548)))) (($ $ (-656 (-1195))) 214 (|has| |#1| (-626 (-548)))) (($ $ (-1195)) 213 (|has| |#1| (-626 (-548)))) (($ $ (-115) (-1 $ $)) 188) (($ $ (-115) (-1 $ (-656 $))) 187) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) 186) (($ $ (-656 (-115)) (-656 (-1 $ $))) 185) (($ $ (-1195) (-1 $ $)) 184) (($ $ (-1195) (-1 $ (-656 $))) 183) (($ $ (-656 (-1195)) (-656 (-1 $ (-656 $)))) 182) (($ $ (-656 (-1195)) (-656 (-1 $ $))) 181) (($ $ (-656 $) (-656 $)) 152) (($ $ $ $) 151) (($ $ (-304 $)) 150) (($ $ (-656 (-304 $))) 149) (($ $ (-656 (-624 $)) (-656 $)) 148) (($ $ (-624 $) $) 147)) (-3909 (((-783) $) 64)) (-2794 (($ (-115) (-656 $)) 157) (($ (-115) $ $ $ $) 156) (($ (-115) $ $ $) 155) (($ (-115) $ $) 154) (($ (-115) $) 153)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 63)) (-3401 (($ $ $) 166) (($ $) 165)) (-2770 (($ $ (-656 (-1195)) (-656 (-783))) 253 (|has| |#1| (-1068))) (($ $ (-1195) (-783)) 252 (|has| |#1| (-1068))) (($ $ (-656 (-1195))) 251 (|has| |#1| (-1068))) (($ $ (-1195)) 249 (|has| |#1| (-1068)))) (-1507 (($ $) 234 (|has| |#1| (-568)))) (-1579 (((-1144 |#1| (-624 $)) $) 233 (|has| |#1| (-568)))) (-3117 (($ $) 190 (|has| $ (-1068)))) (-4169 (((-548) $) 262 (|has| |#1| (-626 (-548)))) (($ (-430 $)) 232 (|has| |#1| (-568))) (((-905 (-390)) $) 197 (|has| |#1| (-626 (-905 (-390))))) (((-905 (-576)) $) 196 (|has| |#1| (-626 (-905 (-576)))))) (-2949 (($ $ $) 261 (|has| |#1| (-485)))) (-3636 (($ $ $) 260 (|has| |#1| (-485)))) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74) (($ (-969 |#1|)) 259 (|has| |#1| (-1068))) (($ (-419 (-969 |#1|))) 242 (|has| |#1| (-568))) (($ (-419 (-969 (-419 |#1|)))) 238 (|has| |#1| (-568))) (($ (-969 (-419 |#1|))) 237 (|has| |#1| (-568))) (($ (-419 |#1|)) 236 (|has| |#1| (-568))) (($ (-1144 |#1| (-624 $))) 222 (|has| |#1| (-1068))) (($ |#1|) 204) (($ (-1195)) 195) (($ (-624 $)) 146)) (-2846 (((-3 $ "failed") $) 244 (|has| |#1| (-146)))) (-2596 (((-783)) 32 T CONST)) (-3654 (($ (-656 $)) 162) (($ $) 161)) (-1824 (((-112) (-115)) 173)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 45)) (-2849 (($ (-1195) (-656 $)) 212) (($ (-1195) $ $ $ $) 211) (($ (-1195) $ $ $) 210) (($ (-1195) $ $) 209) (($ (-1195) $) 208)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-656 (-1195)) (-656 (-783))) 256 (|has| |#1| (-1068))) (($ $ (-1195) (-783)) 255 (|has| |#1| (-1068))) (($ $ (-656 (-1195))) 254 (|has| |#1| (-1068))) (($ $ (-1195)) 250 (|has| |#1| (-1068)))) (-2921 (((-112) $ $) 7)) (-3054 (($ $ $) 73) (($ (-1144 |#1| (-624 $)) (-1144 |#1| (-624 $))) 235 (|has| |#1| (-568)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77) (($ $ (-419 (-576))) 98)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75) (($ $ |#1|) 243 (|has| |#1| (-174))) (($ |#1| $) 135 (|has| |#1| (-1068)))))
+((-2169 (*1 *1 *2) (-12 (-5 *2 (-971 *1)) (-4 *1 (-27)))) (-2169 (*1 *1 *2) (-12 (-5 *2 (-1193 *1)) (-4 *1 (-27)))) (-2169 (*1 *1 *2 *3) (-12 (-5 *2 (-1193 *1)) (-5 *3 (-1197)) (-4 *1 (-27)))) (-3587 (*1 *2 *3) (-12 (-5 *3 (-971 *1)) (-4 *1 (-27)) (-5 *2 (-656 *1)))) (-3587 (*1 *2 *3) (-12 (-5 *3 (-1193 *1)) (-4 *1 (-27)) (-5 *2 (-656 *1)))) (-3587 (*1 *2 *3 *4) (-12 (-5 *3 (-1193 *1)) (-5 *4 (-1197)) (-4 *1 (-27)) (-5 *2 (-656 *1)))) (-3343 (*1 *1 *2) (-12 (-5 *2 (-971 *1)) (-4 *1 (-27)))) (-3343 (*1 *1 *2) (-12 (-5 *2 (-1193 *1)) (-4 *1 (-27)))) (-3343 (*1 *1 *2 *3) (-12 (-5 *2 (-1193 *1)) (-5 *3 (-1197)) (-4 *1 (-27)))) (-2278 (*1 *2 *3) (-12 (-5 *3 (-971 *1)) (-4 *1 (-27)) (-5 *2 (-656 *1)))) (-2278 (*1 *2 *3) (-12 (-5 *3 (-1193 *1)) (-4 *1 (-27)) (-5 *2 (-656 *1)))) (-2278 (*1 *2 *3 *4) (-12 (-5 *3 (-1193 *1)) (-5 *4 (-1197)) (-4 *1 (-27)) (-5 *2 (-656 *1)))))
+(-13 (-374) (-1023) (-10 -8 (-15 -2169 ($ (-971 $))) (-15 -2169 ($ (-1193 $))) (-15 -2169 ($ (-1193 $) (-1197))) (-15 -3587 ((-656 $) (-971 $))) (-15 -3587 ((-656 $) (-1193 $))) (-15 -3587 ((-656 $) (-1193 $) (-1197))) (-15 -3343 ($ (-971 $))) (-15 -3343 ($ (-1193 $))) (-15 -3343 ($ (-1193 $) (-1197))) (-15 -2278 ((-656 $) (-971 $))) (-15 -2278 ((-656 $) (-1193 $))) (-15 -2278 ((-656 $) (-1193 $) (-1197)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-132) . T) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-248) . T) ((-300) . T) ((-317) . T) ((-374) . T) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 $) . T) ((-738) . T) ((-939) . T) ((-1023) . T) ((-1072 #0#) . T) ((-1072 $) . T) ((-1077 #0#) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T) ((-1242) . T))
+((-2278 (((-656 $) (-971 $)) NIL) (((-656 $) (-1193 $)) NIL) (((-656 $) (-1193 $) (-1197)) 55) (((-656 $) $) 22) (((-656 $) $ (-1197)) 46)) (-3343 (($ (-971 $)) NIL) (($ (-1193 $)) NIL) (($ (-1193 $) (-1197)) 57) (($ $) 20) (($ $ (-1197)) 40)) (-3587 (((-656 $) (-971 $)) NIL) (((-656 $) (-1193 $)) NIL) (((-656 $) (-1193 $) (-1197)) 53) (((-656 $) $) 18) (((-656 $) $ (-1197)) 48)) (-2169 (($ (-971 $)) NIL) (($ (-1193 $)) NIL) (($ (-1193 $) (-1197)) NIL) (($ $) 15) (($ $ (-1197)) 42)))
+(((-28 |#1| |#2|) (-10 -8 (-15 -2278 ((-656 |#1|) |#1| (-1197))) (-15 -3343 (|#1| |#1| (-1197))) (-15 -2278 ((-656 |#1|) |#1|)) (-15 -3343 (|#1| |#1|)) (-15 -3587 ((-656 |#1|) |#1| (-1197))) (-15 -2169 (|#1| |#1| (-1197))) (-15 -3587 ((-656 |#1|) |#1|)) (-15 -2169 (|#1| |#1|)) (-15 -2278 ((-656 |#1|) (-1193 |#1|) (-1197))) (-15 -2278 ((-656 |#1|) (-1193 |#1|))) (-15 -2278 ((-656 |#1|) (-971 |#1|))) (-15 -3343 (|#1| (-1193 |#1|) (-1197))) (-15 -3343 (|#1| (-1193 |#1|))) (-15 -3343 (|#1| (-971 |#1|))) (-15 -3587 ((-656 |#1|) (-1193 |#1|) (-1197))) (-15 -3587 ((-656 |#1|) (-1193 |#1|))) (-15 -3587 ((-656 |#1|) (-971 |#1|))) (-15 -2169 (|#1| (-1193 |#1|) (-1197))) (-15 -2169 (|#1| (-1193 |#1|))) (-15 -2169 (|#1| (-971 |#1|)))) (-29 |#2|) (-568)) (T -28))
+NIL
+(-10 -8 (-15 -2278 ((-656 |#1|) |#1| (-1197))) (-15 -3343 (|#1| |#1| (-1197))) (-15 -2278 ((-656 |#1|) |#1|)) (-15 -3343 (|#1| |#1|)) (-15 -3587 ((-656 |#1|) |#1| (-1197))) (-15 -2169 (|#1| |#1| (-1197))) (-15 -3587 ((-656 |#1|) |#1|)) (-15 -2169 (|#1| |#1|)) (-15 -2278 ((-656 |#1|) (-1193 |#1|) (-1197))) (-15 -2278 ((-656 |#1|) (-1193 |#1|))) (-15 -2278 ((-656 |#1|) (-971 |#1|))) (-15 -3343 (|#1| (-1193 |#1|) (-1197))) (-15 -3343 (|#1| (-1193 |#1|))) (-15 -3343 (|#1| (-971 |#1|))) (-15 -3587 ((-656 |#1|) (-1193 |#1|) (-1197))) (-15 -3587 ((-656 |#1|) (-1193 |#1|))) (-15 -3587 ((-656 |#1|) (-971 |#1|))) (-15 -2169 (|#1| (-1193 |#1|) (-1197))) (-15 -2169 (|#1| (-1193 |#1|))) (-15 -2169 (|#1| (-971 |#1|))))
+((-1955 (((-112) $ $) 6)) (-2278 (((-656 $) (-971 $)) 88) (((-656 $) (-1193 $)) 87) (((-656 $) (-1193 $) (-1197)) 86) (((-656 $) $) 138) (((-656 $) $ (-1197)) 136)) (-3343 (($ (-971 $)) 91) (($ (-1193 $)) 90) (($ (-1193 $) (-1197)) 89) (($ $) 139) (($ $ (-1197)) 137)) (-2604 (((-112) $) 17)) (-1583 (((-656 (-1197)) $) 207)) (-1420 (((-419 (-1193 $)) $ (-624 $)) 239 (|has| |#1| (-568)))) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-4442 (((-656 (-624 $)) $) 170)) (-2583 (((-3 $ "failed") $ $) 20)) (-1793 (($ $ (-656 (-624 $)) (-656 $)) 160) (($ $ (-656 (-304 $))) 159) (($ $ (-304 $)) 158)) (-4068 (($ $) 81)) (-2068 (((-430 $) $) 80)) (-1463 (($ $) 100)) (-4064 (((-112) $ $) 65)) (-3853 (($) 18 T CONST)) (-3587 (((-656 $) (-971 $)) 94) (((-656 $) (-1193 $)) 93) (((-656 $) (-1193 $) (-1197)) 92) (((-656 $) $) 142) (((-656 $) $ (-1197)) 140)) (-2169 (($ (-971 $)) 97) (($ (-1193 $)) 96) (($ (-1193 $) (-1197)) 95) (($ $) 143) (($ $ (-1197)) 141)) (-2981 (((-3 (-971 |#1|) "failed") $) 258 (|has| |#1| (-1070))) (((-3 (-419 (-971 |#1|)) "failed") $) 241 (|has| |#1| (-568))) (((-3 |#1| "failed") $) 203) (((-3 (-576) "failed") $) 200 (|has| |#1| (-1059 (-576)))) (((-3 (-1197) "failed") $) 194) (((-3 (-624 $) "failed") $) 145) (((-3 (-419 (-576)) "failed") $) 133 (-3795 (-12 (|has| |#1| (-1059 (-576))) (|has| |#1| (-568))) (|has| |#1| (-1059 (-419 (-576))))))) (-2318 (((-971 |#1|) $) 257 (|has| |#1| (-1070))) (((-419 (-971 |#1|)) $) 240 (|has| |#1| (-568))) ((|#1| $) 202) (((-576) $) 201 (|has| |#1| (-1059 (-576)))) (((-1197) $) 193) (((-624 $) $) 144) (((-419 (-576)) $) 134 (-3795 (-12 (|has| |#1| (-1059 (-576))) (|has| |#1| (-568))) (|has| |#1| (-1059 (-419 (-576))))))) (-1892 (($ $ $) 61)) (-2255 (((-701 |#1|) (-701 $)) 246 (|has| |#1| (-1070))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) 245 (|has| |#1| (-1070))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 132 (-3795 (-2311 (|has| |#1| (-1070)) (|has| |#1| (-651 (-576)))) (-2311 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070))))) (((-701 (-576)) (-701 $)) 131 (-3795 (-2311 (|has| |#1| (-1070)) (|has| |#1| (-651 (-576)))) (-2311 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070)))))) (-2413 (((-3 $ "failed") $) 37)) (-1905 (($ $ $) 62)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 57)) (-3742 (((-112) $) 79)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 199 (|has| |#1| (-901 (-390)))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) 198 (|has| |#1| (-901 (-576))))) (-4087 (($ (-656 $)) 164) (($ $) 163)) (-2216 (((-656 (-115)) $) 171)) (-1401 (((-115) (-115)) 172)) (-3315 (((-112) $) 35)) (-2231 (((-112) $) 192 (|has| $ (-1059 (-576))))) (-2364 (($ $) 224 (|has| |#1| (-1070)))) (-2687 (((-1146 |#1| (-624 $)) $) 223 (|has| |#1| (-1070)))) (-4063 (($ $ (-576)) 99)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-1650 (((-1193 $) (-624 $)) 189 (|has| $ (-1070)))) (-2423 (($ (-1 $ $) (-624 $)) 178)) (-1541 (((-3 (-624 $) "failed") $) 168)) (-3015 (((-701 |#1|) (-1288 $)) 248 (|has| |#1| (-1070))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) 247 (|has| |#1| (-1070))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) 130 (-3795 (-2311 (|has| |#1| (-1070)) (|has| |#1| (-651 (-576)))) (-2311 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070))))) (((-701 (-576)) (-1288 $)) 129 (-3795 (-2311 (|has| |#1| (-1070)) (|has| |#1| (-651 (-576)))) (-2311 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070)))))) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-1388 (((-656 (-624 $)) $) 169)) (-2772 (($ (-115) (-656 $)) 177) (($ (-115) $) 176)) (-4383 (((-3 (-656 $) "failed") $) 218 (|has| |#1| (-1133)))) (-1788 (((-3 (-2 (|:| |val| $) (|:| -3744 (-576))) "failed") $) 227 (|has| |#1| (-1070)))) (-2453 (((-3 (-656 $) "failed") $) 220 (|has| |#1| (-25)))) (-2819 (((-3 (-2 (|:| -2862 (-576)) (|:| |var| (-624 $))) "failed") $) 221 (|has| |#1| (-25)))) (-2344 (((-3 (-2 (|:| |var| (-624 $)) (|:| -3744 (-576))) "failed") $ (-1197)) 226 (|has| |#1| (-1070))) (((-3 (-2 (|:| |var| (-624 $)) (|:| -3744 (-576))) "failed") $ (-115)) 225 (|has| |#1| (-1070))) (((-3 (-2 (|:| |var| (-624 $)) (|:| -3744 (-576))) "failed") $) 219 (|has| |#1| (-1133)))) (-1436 (((-112) $ (-1197)) 175) (((-112) $ (-115)) 174)) (-1668 (($ $) 78)) (-2954 (((-783) $) 167)) (-3117 (((-1141) $) 11)) (-1677 (((-112) $) 205)) (-1684 ((|#1| $) 206)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-3485 (((-112) $ (-1197)) 180) (((-112) $ $) 179)) (-1452 (((-430 $) $) 82)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-1943 (((-3 $ "failed") $ $) 48)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3489 (((-112) $) 191 (|has| $ (-1059 (-576))))) (-2143 (($ $ (-1197) (-783) (-1 $ $)) 231 (|has| |#1| (-1070))) (($ $ (-1197) (-783) (-1 $ (-656 $))) 230 (|has| |#1| (-1070))) (($ $ (-656 (-1197)) (-656 (-783)) (-656 (-1 $ (-656 $)))) 229 (|has| |#1| (-1070))) (($ $ (-656 (-1197)) (-656 (-783)) (-656 (-1 $ $))) 228 (|has| |#1| (-1070))) (($ $ (-656 (-115)) (-656 $) (-1197)) 217 (|has| |#1| (-626 (-548)))) (($ $ (-115) $ (-1197)) 216 (|has| |#1| (-626 (-548)))) (($ $) 215 (|has| |#1| (-626 (-548)))) (($ $ (-656 (-1197))) 214 (|has| |#1| (-626 (-548)))) (($ $ (-1197)) 213 (|has| |#1| (-626 (-548)))) (($ $ (-115) (-1 $ $)) 188) (($ $ (-115) (-1 $ (-656 $))) 187) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) 186) (($ $ (-656 (-115)) (-656 (-1 $ $))) 185) (($ $ (-1197) (-1 $ $)) 184) (($ $ (-1197) (-1 $ (-656 $))) 183) (($ $ (-656 (-1197)) (-656 (-1 $ (-656 $)))) 182) (($ $ (-656 (-1197)) (-656 (-1 $ $))) 181) (($ $ (-656 $) (-656 $)) 152) (($ $ $ $) 151) (($ $ (-304 $)) 150) (($ $ (-656 (-304 $))) 149) (($ $ (-656 (-624 $)) (-656 $)) 148) (($ $ (-624 $) $) 147)) (-3199 (((-783) $) 64)) (-4369 (($ (-115) (-656 $)) 157) (($ (-115) $ $ $ $) 156) (($ (-115) $ $ $) 155) (($ (-115) $ $) 154) (($ (-115) $) 153)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 63)) (-1841 (($ $ $) 166) (($ $) 165)) (-4107 (($ $ (-656 (-1197)) (-656 (-783))) 253 (|has| |#1| (-1070))) (($ $ (-1197) (-783)) 252 (|has| |#1| (-1070))) (($ $ (-656 (-1197))) 251 (|has| |#1| (-1070))) (($ $ (-1197)) 249 (|has| |#1| (-1070)))) (-3908 (($ $) 234 (|has| |#1| (-568)))) (-2698 (((-1146 |#1| (-624 $)) $) 233 (|has| |#1| (-568)))) (-2030 (($ $) 190 (|has| $ (-1070)))) (-1554 (((-548) $) 262 (|has| |#1| (-626 (-548)))) (($ (-430 $)) 232 (|has| |#1| (-568))) (((-907 (-390)) $) 197 (|has| |#1| (-626 (-907 (-390))))) (((-907 (-576)) $) 196 (|has| |#1| (-626 (-907 (-576)))))) (-2970 (($ $ $) 261 (|has| |#1| (-485)))) (-3595 (($ $ $) 260 (|has| |#1| (-485)))) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74) (($ (-971 |#1|)) 259 (|has| |#1| (-1070))) (($ (-419 (-971 |#1|))) 242 (|has| |#1| (-568))) (($ (-419 (-971 (-419 |#1|)))) 238 (|has| |#1| (-568))) (($ (-971 (-419 |#1|))) 237 (|has| |#1| (-568))) (($ (-419 |#1|)) 236 (|has| |#1| (-568))) (($ (-1146 |#1| (-624 $))) 222 (|has| |#1| (-1070))) (($ |#1|) 204) (($ (-1197)) 195) (($ (-624 $)) 146)) (-3346 (((-3 $ "failed") $) 244 (|has| |#1| (-146)))) (-2864 (((-783)) 32 T CONST)) (-2345 (($ (-656 $)) 162) (($ $) 161)) (-4020 (((-112) (-115)) 173)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 45)) (-3701 (($ (-1197) (-656 $)) 212) (($ (-1197) $ $ $ $) 211) (($ (-1197) $ $ $) 210) (($ (-1197) $ $) 209) (($ (-1197) $) 208)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-656 (-1197)) (-656 (-783))) 256 (|has| |#1| (-1070))) (($ $ (-1197) (-783)) 255 (|has| |#1| (-1070))) (($ $ (-656 (-1197))) 254 (|has| |#1| (-1070))) (($ $ (-1197)) 250 (|has| |#1| (-1070)))) (-3939 (((-112) $ $) 7)) (-4047 (($ $ $) 73) (($ (-1146 |#1| (-624 $)) (-1146 |#1| (-624 $))) 235 (|has| |#1| (-568)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77) (($ $ (-419 (-576))) 98)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75) (($ $ |#1|) 243 (|has| |#1| (-174))) (($ |#1| $) 135 (|has| |#1| (-1070)))))
(((-29 |#1|) (-141) (-568)) (T -29))
-((-2663 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-568)))) (-2869 (*1 *2 *1) (-12 (-4 *3 (-568)) (-5 *2 (-656 *1)) (-4 *1 (-29 *3)))) (-2663 (*1 *1 *1 *2) (-12 (-5 *2 (-1195)) (-4 *1 (-29 *3)) (-4 *3 (-568)))) (-2869 (*1 *2 *1 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-568)) (-5 *2 (-656 *1)) (-4 *1 (-29 *4)))) (-2215 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-568)))) (-3764 (*1 *2 *1) (-12 (-4 *3 (-568)) (-5 *2 (-656 *1)) (-4 *1 (-29 *3)))) (-2215 (*1 *1 *1 *2) (-12 (-5 *2 (-1195)) (-4 *1 (-29 *3)) (-4 *3 (-568)))) (-3764 (*1 *2 *1 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-568)) (-5 *2 (-656 *1)) (-4 *1 (-29 *4)))))
-(-13 (-27) (-442 |t#1|) (-10 -8 (-15 -2663 ($ $)) (-15 -2869 ((-656 $) $)) (-15 -2663 ($ $ (-1195))) (-15 -2869 ((-656 $) $ (-1195))) (-15 -2215 ($ $)) (-15 -3764 ((-656 $) $)) (-15 -2215 ($ $ (-1195))) (-15 -3764 ((-656 $) $ (-1195)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) . T) ((-27) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) |has| |#1| (-174)) ((-111 $ $) . T) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) . T) ((-628 #1=(-419 (-969 |#1|))) |has| |#1| (-568)) ((-628 (-576)) . T) ((-628 #2=(-624 $)) . T) ((-628 #3=(-969 |#1|)) |has| |#1| (-1068)) ((-628 #4=(-1195)) . T) ((-628 |#1|) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-626 (-905 (-390))) |has| |#1| (-626 (-905 (-390)))) ((-626 (-905 (-576))) |has| |#1| (-626 (-905 (-576)))) ((-248) . T) ((-300) . T) ((-317) . T) ((-319 $) . T) ((-312) . T) ((-374) . T) ((-388 |#1|) |has| |#1| (-1068)) ((-412 |#1|) . T) ((-423 |#1|) . T) ((-442 |#1|) . T) ((-464) . T) ((-485) |has| |#1| (-485)) ((-526 (-624 $) $) . T) ((-526 $ $) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 |#1|) -2755 (|has| |#1| (-1068)) (|has| |#1| (-174))) ((-658 $) . T) ((-660 #0#) . T) ((-660 #5=(-576)) -12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068))) ((-660 |#1|) -2755 (|has| |#1| (-1068)) (|has| |#1| (-174))) ((-660 $) . T) ((-652 #0#) . T) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) . T) ((-651 #5#) -12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068))) ((-651 |#1|) |has| |#1| (-1068)) ((-729 #0#) . T) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) . T) ((-738) . T) ((-909 $ #6=(-1195)) |has| |#1| (-1068)) ((-915 #6#) |has| |#1| (-1068)) ((-917 #6#) |has| |#1| (-1068)) ((-899 (-390)) |has| |#1| (-899 (-390))) ((-899 (-576)) |has| |#1| (-899 (-576))) ((-897 |#1|) . T) ((-937) . T) ((-1021) . T) ((-1057 (-419 (-576))) -2755 (|has| |#1| (-1057 (-419 (-576)))) (-12 (|has| |#1| (-568)) (|has| |#1| (-1057 (-576))))) ((-1057 #1#) |has| |#1| (-568)) ((-1057 (-576)) |has| |#1| (-1057 (-576))) ((-1057 #2#) . T) ((-1057 #3#) |has| |#1| (-1068)) ((-1057 #4#) . T) ((-1057 |#1|) . T) ((-1070 #0#) . T) ((-1070 |#1|) |has| |#1| (-174)) ((-1070 $) . T) ((-1075 #0#) . T) ((-1075 |#1|) |has| |#1| (-174)) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T) ((-1240) . T))
-((-4303 (((-1113 (-227)) $) NIL)) (-4291 (((-1113 (-227)) $) NIL)) (-4357 (($ $ (-227)) 164)) (-2426 (($ (-969 (-576)) (-1195) (-1195) (-1113 (-419 (-576))) (-1113 (-419 (-576)))) 104)) (-2257 (((-656 (-656 (-960 (-227)))) $) 180)) (-3567 (((-874) $) 194)))
-(((-30) (-13 (-972) (-10 -8 (-15 -2426 ($ (-969 (-576)) (-1195) (-1195) (-1113 (-419 (-576))) (-1113 (-419 (-576))))) (-15 -4357 ($ $ (-227)))))) (T -30))
-((-2426 (*1 *1 *2 *3 *3 *4 *4) (-12 (-5 *2 (-969 (-576))) (-5 *3 (-1195)) (-5 *4 (-1113 (-419 (-576)))) (-5 *1 (-30)))) (-4357 (*1 *1 *1 *2) (-12 (-5 *2 (-227)) (-5 *1 (-30)))))
-(-13 (-972) (-10 -8 (-15 -2426 ($ (-969 (-576)) (-1195) (-1195) (-1113 (-419 (-576))) (-1113 (-419 (-576))))) (-15 -4357 ($ $ (-227)))))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 17) (($ (-1200)) NIL) (((-1200) $) NIL)) (-2636 (((-1154) $) 11)) (-1540 (((-112) $ $) NIL)) (-3513 (((-1154) $) 9)) (-2921 (((-112) $ $) NIL)))
-(((-31) (-13 (-1102) (-10 -8 (-15 -3513 ((-1154) $)) (-15 -2636 ((-1154) $))))) (T -31))
-((-3513 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-31)))) (-2636 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-31)))))
-(-13 (-1102) (-10 -8 (-15 -3513 ((-1154) $)) (-15 -2636 ((-1154) $))))
-((-2663 ((|#2| (-1191 |#2|) (-1195)) 41)) (-1774 (((-115) (-115)) 55)) (-3820 (((-1191 |#2|) (-624 |#2|)) 149 (|has| |#1| (-1057 (-576))))) (-2424 ((|#2| |#1| (-576)) 137 (|has| |#1| (-1057 (-576))))) (-4072 ((|#2| (-1191 |#2|) |#2|) 29)) (-3454 (((-874) (-656 |#2|)) 86)) (-3117 ((|#2| |#2|) 144 (|has| |#1| (-1057 (-576))))) (-1824 (((-112) (-115)) 17)) (** ((|#2| |#2| (-419 (-576))) 103 (|has| |#1| (-1057 (-576))))))
-(((-32 |#1| |#2|) (-10 -7 (-15 -2663 (|#2| (-1191 |#2|) (-1195))) (-15 -1774 ((-115) (-115))) (-15 -1824 ((-112) (-115))) (-15 -4072 (|#2| (-1191 |#2|) |#2|)) (-15 -3454 ((-874) (-656 |#2|))) (IF (|has| |#1| (-1057 (-576))) (PROGN (-15 ** (|#2| |#2| (-419 (-576)))) (-15 -3820 ((-1191 |#2|) (-624 |#2|))) (-15 -3117 (|#2| |#2|)) (-15 -2424 (|#2| |#1| (-576)))) |%noBranch|)) (-568) (-442 |#1|)) (T -32))
-((-2424 (*1 *2 *3 *4) (-12 (-5 *4 (-576)) (-4 *2 (-442 *3)) (-5 *1 (-32 *3 *2)) (-4 *3 (-1057 *4)) (-4 *3 (-568)))) (-3117 (*1 *2 *2) (-12 (-4 *3 (-1057 (-576))) (-4 *3 (-568)) (-5 *1 (-32 *3 *2)) (-4 *2 (-442 *3)))) (-3820 (*1 *2 *3) (-12 (-5 *3 (-624 *5)) (-4 *5 (-442 *4)) (-4 *4 (-1057 (-576))) (-4 *4 (-568)) (-5 *2 (-1191 *5)) (-5 *1 (-32 *4 *5)))) (** (*1 *2 *2 *3) (-12 (-5 *3 (-419 (-576))) (-4 *4 (-1057 (-576))) (-4 *4 (-568)) (-5 *1 (-32 *4 *2)) (-4 *2 (-442 *4)))) (-3454 (*1 *2 *3) (-12 (-5 *3 (-656 *5)) (-4 *5 (-442 *4)) (-4 *4 (-568)) (-5 *2 (-874)) (-5 *1 (-32 *4 *5)))) (-4072 (*1 *2 *3 *2) (-12 (-5 *3 (-1191 *2)) (-4 *2 (-442 *4)) (-4 *4 (-568)) (-5 *1 (-32 *4 *2)))) (-1824 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-32 *4 *5)) (-4 *5 (-442 *4)))) (-1774 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-568)) (-5 *1 (-32 *3 *4)) (-4 *4 (-442 *3)))) (-2663 (*1 *2 *3 *4) (-12 (-5 *3 (-1191 *2)) (-5 *4 (-1195)) (-4 *2 (-442 *5)) (-5 *1 (-32 *5 *2)) (-4 *5 (-568)))))
-(-10 -7 (-15 -2663 (|#2| (-1191 |#2|) (-1195))) (-15 -1774 ((-115) (-115))) (-15 -1824 ((-112) (-115))) (-15 -4072 (|#2| (-1191 |#2|) |#2|)) (-15 -3454 ((-874) (-656 |#2|))) (IF (|has| |#1| (-1057 (-576))) (PROGN (-15 ** (|#2| |#2| (-419 (-576)))) (-15 -3820 ((-1191 |#2|) (-624 |#2|))) (-15 -3117 (|#2| |#2|)) (-15 -2424 (|#2| |#1| (-576)))) |%noBranch|))
-((-3733 (((-112) $ (-783)) 20)) (-2135 (($) 10)) (-2476 (((-112) $ (-783)) 19)) (-2460 (((-112) $ (-783)) 17)) (-3985 (((-112) $ $) 8)) (-4205 (((-112) $) 15)))
-(((-33 |#1|) (-10 -8 (-15 -2135 (|#1|)) (-15 -3733 ((-112) |#1| (-783))) (-15 -2476 ((-112) |#1| (-783))) (-15 -2460 ((-112) |#1| (-783))) (-15 -4205 ((-112) |#1|)) (-15 -3985 ((-112) |#1| |#1|))) (-34)) (T -33))
-NIL
-(-10 -8 (-15 -2135 (|#1|)) (-15 -3733 ((-112) |#1| (-783))) (-15 -2476 ((-112) |#1| (-783))) (-15 -2460 ((-112) |#1| (-783))) (-15 -4205 ((-112) |#1|)) (-15 -3985 ((-112) |#1| |#1|)))
-((-3733 (((-112) $ (-783)) 8)) (-2135 (($) 7 T CONST)) (-2476 (((-112) $ (-783)) 9)) (-2460 (((-112) $ (-783)) 10)) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-1868 (($ $) 13)) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
+((-2169 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-568)))) (-3587 (*1 *2 *1) (-12 (-4 *3 (-568)) (-5 *2 (-656 *1)) (-4 *1 (-29 *3)))) (-2169 (*1 *1 *1 *2) (-12 (-5 *2 (-1197)) (-4 *1 (-29 *3)) (-4 *3 (-568)))) (-3587 (*1 *2 *1 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-568)) (-5 *2 (-656 *1)) (-4 *1 (-29 *4)))) (-3343 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-568)))) (-2278 (*1 *2 *1) (-12 (-4 *3 (-568)) (-5 *2 (-656 *1)) (-4 *1 (-29 *3)))) (-3343 (*1 *1 *1 *2) (-12 (-5 *2 (-1197)) (-4 *1 (-29 *3)) (-4 *3 (-568)))) (-2278 (*1 *2 *1 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-568)) (-5 *2 (-656 *1)) (-4 *1 (-29 *4)))))
+(-13 (-27) (-442 |t#1|) (-10 -8 (-15 -2169 ($ $)) (-15 -3587 ((-656 $) $)) (-15 -2169 ($ $ (-1197))) (-15 -3587 ((-656 $) $ (-1197))) (-15 -3343 ($ $)) (-15 -2278 ((-656 $) $)) (-15 -3343 ($ $ (-1197))) (-15 -2278 ((-656 $) $ (-1197)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) . T) ((-27) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) |has| |#1| (-174)) ((-111 $ $) . T) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) . T) ((-628 #1=(-419 (-971 |#1|))) |has| |#1| (-568)) ((-628 (-576)) . T) ((-628 #2=(-624 $)) . T) ((-628 #3=(-971 |#1|)) |has| |#1| (-1070)) ((-628 #4=(-1197)) . T) ((-628 |#1|) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-626 (-907 (-390))) |has| |#1| (-626 (-907 (-390)))) ((-626 (-907 (-576))) |has| |#1| (-626 (-907 (-576)))) ((-248) . T) ((-300) . T) ((-317) . T) ((-319 $) . T) ((-312) . T) ((-374) . T) ((-388 |#1|) |has| |#1| (-1070)) ((-412 |#1|) . T) ((-423 |#1|) . T) ((-442 |#1|) . T) ((-464) . T) ((-485) |has| |#1| (-485)) ((-526 (-624 $) $) . T) ((-526 $ $) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 |#1|) -3795 (|has| |#1| (-1070)) (|has| |#1| (-174))) ((-658 $) . T) ((-660 #0#) . T) ((-660 #5=(-576)) -12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070))) ((-660 |#1|) -3795 (|has| |#1| (-1070)) (|has| |#1| (-174))) ((-660 $) . T) ((-652 #0#) . T) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) . T) ((-651 #5#) -12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070))) ((-651 |#1|) |has| |#1| (-1070)) ((-729 #0#) . T) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) . T) ((-738) . T) ((-911 $ #6=(-1197)) |has| |#1| (-1070)) ((-917 #6#) |has| |#1| (-1070)) ((-919 #6#) |has| |#1| (-1070)) ((-901 (-390)) |has| |#1| (-901 (-390))) ((-901 (-576)) |has| |#1| (-901 (-576))) ((-899 |#1|) . T) ((-939) . T) ((-1023) . T) ((-1059 (-419 (-576))) -3795 (|has| |#1| (-1059 (-419 (-576)))) (-12 (|has| |#1| (-568)) (|has| |#1| (-1059 (-576))))) ((-1059 #1#) |has| |#1| (-568)) ((-1059 (-576)) |has| |#1| (-1059 (-576))) ((-1059 #2#) . T) ((-1059 #3#) |has| |#1| (-1070)) ((-1059 #4#) . T) ((-1059 |#1|) . T) ((-1072 #0#) . T) ((-1072 |#1|) |has| |#1| (-174)) ((-1072 $) . T) ((-1077 #0#) . T) ((-1077 |#1|) |has| |#1| (-174)) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T) ((-1242) . T))
+((-3754 (((-1115 (-227)) $) NIL)) (-3741 (((-1115 (-227)) $) NIL)) (-1862 (($ $ (-227)) 164)) (-1666 (($ (-971 (-576)) (-1197) (-1197) (-1115 (-419 (-576))) (-1115 (-419 (-576)))) 104)) (-2482 (((-656 (-656 (-962 (-227)))) $) 180)) (-4114 (((-876) $) 194)))
+(((-30) (-13 (-974) (-10 -8 (-15 -1666 ($ (-971 (-576)) (-1197) (-1197) (-1115 (-419 (-576))) (-1115 (-419 (-576))))) (-15 -1862 ($ $ (-227)))))) (T -30))
+((-1666 (*1 *1 *2 *3 *3 *4 *4) (-12 (-5 *2 (-971 (-576))) (-5 *3 (-1197)) (-5 *4 (-1115 (-419 (-576)))) (-5 *1 (-30)))) (-1862 (*1 *1 *1 *2) (-12 (-5 *2 (-227)) (-5 *1 (-30)))))
+(-13 (-974) (-10 -8 (-15 -1666 ($ (-971 (-576)) (-1197) (-1197) (-1115 (-419 (-576))) (-1115 (-419 (-576))))) (-15 -1862 ($ $ (-227)))))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 17) (($ (-1202)) NIL) (((-1202) $) NIL)) (-4159 (((-1156) $) 11)) (-3000 (((-112) $ $) NIL)) (-1867 (((-1156) $) 9)) (-3939 (((-112) $ $) NIL)))
+(((-31) (-13 (-1104) (-10 -8 (-15 -1867 ((-1156) $)) (-15 -4159 ((-1156) $))))) (T -31))
+((-1867 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-31)))) (-4159 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-31)))))
+(-13 (-1104) (-10 -8 (-15 -1867 ((-1156) $)) (-15 -4159 ((-1156) $))))
+((-2169 ((|#2| (-1193 |#2|) (-1197)) 41)) (-1401 (((-115) (-115)) 55)) (-1650 (((-1193 |#2|) (-624 |#2|)) 149 (|has| |#1| (-1059 (-576))))) (-1643 ((|#2| |#1| (-576)) 137 (|has| |#1| (-1059 (-576))))) (-2121 ((|#2| (-1193 |#2|) |#2|) 29)) (-4319 (((-876) (-656 |#2|)) 86)) (-2030 ((|#2| |#2|) 144 (|has| |#1| (-1059 (-576))))) (-4020 (((-112) (-115)) 17)) (** ((|#2| |#2| (-419 (-576))) 103 (|has| |#1| (-1059 (-576))))))
+(((-32 |#1| |#2|) (-10 -7 (-15 -2169 (|#2| (-1193 |#2|) (-1197))) (-15 -1401 ((-115) (-115))) (-15 -4020 ((-112) (-115))) (-15 -2121 (|#2| (-1193 |#2|) |#2|)) (-15 -4319 ((-876) (-656 |#2|))) (IF (|has| |#1| (-1059 (-576))) (PROGN (-15 ** (|#2| |#2| (-419 (-576)))) (-15 -1650 ((-1193 |#2|) (-624 |#2|))) (-15 -2030 (|#2| |#2|)) (-15 -1643 (|#2| |#1| (-576)))) |%noBranch|)) (-568) (-442 |#1|)) (T -32))
+((-1643 (*1 *2 *3 *4) (-12 (-5 *4 (-576)) (-4 *2 (-442 *3)) (-5 *1 (-32 *3 *2)) (-4 *3 (-1059 *4)) (-4 *3 (-568)))) (-2030 (*1 *2 *2) (-12 (-4 *3 (-1059 (-576))) (-4 *3 (-568)) (-5 *1 (-32 *3 *2)) (-4 *2 (-442 *3)))) (-1650 (*1 *2 *3) (-12 (-5 *3 (-624 *5)) (-4 *5 (-442 *4)) (-4 *4 (-1059 (-576))) (-4 *4 (-568)) (-5 *2 (-1193 *5)) (-5 *1 (-32 *4 *5)))) (** (*1 *2 *2 *3) (-12 (-5 *3 (-419 (-576))) (-4 *4 (-1059 (-576))) (-4 *4 (-568)) (-5 *1 (-32 *4 *2)) (-4 *2 (-442 *4)))) (-4319 (*1 *2 *3) (-12 (-5 *3 (-656 *5)) (-4 *5 (-442 *4)) (-4 *4 (-568)) (-5 *2 (-876)) (-5 *1 (-32 *4 *5)))) (-2121 (*1 *2 *3 *2) (-12 (-5 *3 (-1193 *2)) (-4 *2 (-442 *4)) (-4 *4 (-568)) (-5 *1 (-32 *4 *2)))) (-4020 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-32 *4 *5)) (-4 *5 (-442 *4)))) (-1401 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-568)) (-5 *1 (-32 *3 *4)) (-4 *4 (-442 *3)))) (-2169 (*1 *2 *3 *4) (-12 (-5 *3 (-1193 *2)) (-5 *4 (-1197)) (-4 *2 (-442 *5)) (-5 *1 (-32 *5 *2)) (-4 *5 (-568)))))
+(-10 -7 (-15 -2169 (|#2| (-1193 |#2|) (-1197))) (-15 -1401 ((-115) (-115))) (-15 -4020 ((-112) (-115))) (-15 -2121 (|#2| (-1193 |#2|) |#2|)) (-15 -4319 ((-876) (-656 |#2|))) (IF (|has| |#1| (-1059 (-576))) (PROGN (-15 ** (|#2| |#2| (-419 (-576)))) (-15 -1650 ((-1193 |#2|) (-624 |#2|))) (-15 -2030 (|#2| |#2|)) (-15 -1643 (|#2| |#1| (-576)))) |%noBranch|))
+((-1951 (((-112) $ (-783)) 20)) (-3853 (($) 10)) (-4157 (((-112) $ (-783)) 19)) (-4002 (((-112) $ (-783)) 17)) (-2587 (((-112) $ $) 8)) (-4190 (((-112) $) 15)))
+(((-33 |#1|) (-10 -8 (-15 -3853 (|#1|)) (-15 -1951 ((-112) |#1| (-783))) (-15 -4157 ((-112) |#1| (-783))) (-15 -4002 ((-112) |#1| (-783))) (-15 -4190 ((-112) |#1|)) (-15 -2587 ((-112) |#1| |#1|))) (-34)) (T -33))
+NIL
+(-10 -8 (-15 -3853 (|#1|)) (-15 -1951 ((-112) |#1| (-783))) (-15 -4157 ((-112) |#1| (-783))) (-15 -4002 ((-112) |#1| (-783))) (-15 -4190 ((-112) |#1|)) (-15 -2587 ((-112) |#1| |#1|)))
+((-1951 (((-112) $ (-783)) 8)) (-3853 (($) 7 T CONST)) (-4157 (((-112) $ (-783)) 9)) (-4002 (((-112) $ (-783)) 10)) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4287 (($ $) 13)) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
(((-34) (-141)) (T -34))
-((-3985 (*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))) (-1868 (*1 *1 *1) (-4 *1 (-34))) (-1854 (*1 *1) (-4 *1 (-34))) (-4205 (*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))) (-2460 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-783)) (-5 *2 (-112)))) (-2476 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-783)) (-5 *2 (-112)))) (-3733 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-783)) (-5 *2 (-112)))) (-2135 (*1 *1) (-4 *1 (-34))) (-3500 (*1 *2 *1) (-12 (|has| *1 (-6 -4462)) (-4 *1 (-34)) (-5 *2 (-783)))))
-(-13 (-1236) (-10 -8 (-15 -3985 ((-112) $ $)) (-15 -1868 ($ $)) (-15 -1854 ($)) (-15 -4205 ((-112) $)) (-15 -2460 ((-112) $ (-783))) (-15 -2476 ((-112) $ (-783))) (-15 -3733 ((-112) $ (-783))) (-15 -2135 ($) -1478) (IF (|has| $ (-6 -4462)) (-15 -3500 ((-783) $)) |%noBranch|)))
-(((-1236) . T))
-((-2787 (($ $) 11)) (-4068 (($ $) 10)) (-2812 (($ $) 9)) (-4385 (($ $) 8)) (-2800 (($ $) 7)) (-4080 (($ $) 6)))
+((-2587 (*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))) (-4287 (*1 *1 *1) (-4 *1 (-34))) (-3029 (*1 *1) (-4 *1 (-34))) (-4190 (*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))) (-4002 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-783)) (-5 *2 (-112)))) (-4157 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-783)) (-5 *2 (-112)))) (-1951 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-783)) (-5 *2 (-112)))) (-3853 (*1 *1) (-4 *1 (-34))) (-1968 (*1 *2 *1) (-12 (|has| *1 (-6 -4464)) (-4 *1 (-34)) (-5 *2 (-783)))))
+(-13 (-1238) (-10 -8 (-15 -2587 ((-112) $ $)) (-15 -4287 ($ $)) (-15 -3029 ($)) (-15 -4190 ((-112) $)) (-15 -4002 ((-112) $ (-783))) (-15 -4157 ((-112) $ (-783))) (-15 -1951 ((-112) $ (-783))) (-15 -3853 ($) -2666) (IF (|has| $ (-6 -4464)) (-15 -1968 ((-783) $)) |%noBranch|)))
+(((-1238) . T))
+((-3653 (($ $) 11)) (-3632 (($ $) 10)) (-3673 (($ $) 9)) (-1970 (($ $) 8)) (-3664 (($ $) 7)) (-3642 (($ $) 6)))
(((-35) (-141)) (T -35))
-((-2787 (*1 *1 *1) (-4 *1 (-35))) (-4068 (*1 *1 *1) (-4 *1 (-35))) (-2812 (*1 *1 *1) (-4 *1 (-35))) (-4385 (*1 *1 *1) (-4 *1 (-35))) (-2800 (*1 *1 *1) (-4 *1 (-35))) (-4080 (*1 *1 *1) (-4 *1 (-35))))
-(-13 (-10 -8 (-15 -4080 ($ $)) (-15 -2800 ($ $)) (-15 -4385 ($ $)) (-15 -2812 ($ $)) (-15 -4068 ($ $)) (-15 -2787 ($ $))))
-((-3486 (((-112) $ $) 20 (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)) (|has| |#2| (-102)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102))))) (-3103 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 127)) (-2896 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 150)) (-4422 (($ $) 148)) (-4125 (($) 73) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 72)) (-2617 (((-1291) $ |#1| |#1|) 100 (|has| $ (-6 -4463))) (((-1291) $ (-576) (-576)) 180 (|has| $ (-6 -4463)))) (-1986 (($ $ (-576)) 161 (|has| $ (-6 -4463)))) (-4372 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 211) (((-112) $) 205 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-4082 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 202 (|has| $ (-6 -4463))) (($ $) 201 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)) (|has| $ (-6 -4463))))) (-1793 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 212) (($ $) 206 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-3733 (((-112) $ (-783)) 8)) (-1762 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 136 (|has| $ (-6 -4463)))) (-2965 (($ $ $) 157 (|has| $ (-6 -4463)))) (-2231 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 159 (|has| $ (-6 -4463)))) (-2814 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 155 (|has| $ (-6 -4463)))) (-3753 ((|#2| $ |#1| |#2|) 74) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-576) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 191 (|has| $ (-6 -4463))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-1253 (-576)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 162 (|has| $ (-6 -4463))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ "last" (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 160 (|has| $ (-6 -4463))) (($ $ "rest" $) 158 (|has| $ (-6 -4463))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ "first" (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 156 (|has| $ (-6 -4463))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ "value" (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 135 (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) 134 (|has| $ (-6 -4463)))) (-4394 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 46 (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 218)) (-1966 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 56 (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 177 (|has| $ (-6 -4462)))) (-2881 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 149)) (-2192 (((-3 |#2| "failed") |#1| $) 62)) (-2135 (($) 7 T CONST)) (-1752 (($ $) 203 (|has| $ (-6 -4463)))) (-3833 (($ $) 213)) (-3590 (($ $ (-783)) 144) (($ $) 142)) (-2017 (($ $) 216 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (-1640 (($ $) 59 (-2755 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462))) (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462)))))) (-3516 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 48 (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 47 (|has| $ (-6 -4462))) (((-3 |#2| "failed") |#1| $) 63) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 222) (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 217 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (-3942 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 58 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 55 (|has| $ (-6 -4462))) (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 179 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 176 (|has| $ (-6 -4462)))) (-3683 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 57 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462)))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 54 (|has| $ (-6 -4462))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 53 (|has| $ (-6 -4462))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 178 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462)))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 175 (|has| $ (-6 -4462))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 174 (|has| $ (-6 -4462)))) (-4330 ((|#2| $ |#1| |#2|) 88 (|has| $ (-6 -4463))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-576) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 192 (|has| $ (-6 -4463)))) (-4271 ((|#2| $ |#1|) 89) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-576)) 190)) (-3565 (((-112) $) 194)) (-3658 (((-576) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 210) (((-576) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 209 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))) (((-576) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-576)) 208 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (-3963 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 31 (|has| $ (-6 -4462))) (((-656 |#2|) $) 80 (|has| $ (-6 -4462))) (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 116 (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) 125)) (-2679 (((-112) $ $) 133 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (-4138 (($ (-783) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 170)) (-2476 (((-112) $ (-783)) 9)) (-3280 ((|#1| $) 97 (|has| |#1| (-862))) (((-576) $) 182 (|has| (-576) (-862)))) (-3123 (($ $ $) 200 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-2864 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ $) 219) (($ $ $) 215 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-1872 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ $) 214) (($ $ $) 207 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-3452 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 30 (|has| $ (-6 -4462))) (((-656 |#2|) $) 81 (|has| $ (-6 -4462))) (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 117 (|has| $ (-6 -4462)))) (-3239 (((-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 28 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462)))) (((-112) |#2| $) 83 (-12 (|has| |#2| (-1119)) (|has| $ (-6 -4462)))) (((-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 119 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462))))) (-3767 ((|#1| $) 96 (|has| |#1| (-862))) (((-576) $) 183 (|has| (-576) (-862)))) (-2352 (($ $ $) 199 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-4320 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 35 (|has| $ (-6 -4463))) (($ (-1 |#2| |#2|) $) 76 (|has| $ (-6 -4463))) (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 112 (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 36) (($ (-1 |#2| |#2|) $) 75) (($ (-1 |#2| |#2| |#2|) $ $) 71) (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ $) 167) (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 111)) (-1646 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 227)) (-2460 (((-112) $ (-783)) 10)) (-2348 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 130)) (-2326 (((-112) $) 126)) (-3881 (((-1177) $) 22 (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-3966 (($ $ (-783)) 147) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 145)) (-3200 (((-656 |#1|) $) 64)) (-2848 (((-112) |#1| $) 65)) (-4219 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 40)) (-2767 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 41) (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-576)) 221) (($ $ $ (-576)) 220)) (-2171 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-576)) 164) (($ $ $ (-576)) 163)) (-1742 (((-656 |#1|) $) 94) (((-656 (-576)) $) 185)) (-2406 (((-112) |#1| $) 93) (((-112) (-576) $) 186)) (-1448 (((-1139) $) 21 (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-3578 ((|#2| $) 98 (|has| |#1| (-862))) (($ $ (-783)) 141) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 139)) (-2295 (((-3 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) "failed") (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 52) (((-3 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) "failed") (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 173)) (-1552 (($ $ |#2|) 99 (|has| $ (-6 -4463))) (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 181 (|has| $ (-6 -4463)))) (-4436 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 42)) (-2743 (((-112) $) 193)) (-3626 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 33 (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) 78 (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 114 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))))) 27 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 26 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 25 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 24 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 |#2|) (-656 |#2|)) 87 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ |#2| |#2|) 86 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-304 |#2|)) 85 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 (-304 |#2|))) 84 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 123 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 122 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 121 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))))) 120 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-3985 (((-112) $ $) 14)) (-4408 (((-112) |#2| $) 95 (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119)))) (((-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 184 (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-4278 (((-656 |#2|) $) 92) (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 187)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#2| $ |#1|) 91) ((|#2| $ |#1| |#2|) 90) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-576) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 189) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-576)) 188) (($ $ (-1253 (-576))) 171) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ "last") 146) (($ $ "rest") 143) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ "first") 140) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ "value") 128)) (-3273 (((-576) $ $) 131)) (-2089 (($) 50) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 49)) (-4142 (($ $ (-576)) 224) (($ $ (-1253 (-576))) 223)) (-3463 (($ $ (-576)) 166) (($ $ (-1253 (-576))) 165)) (-2635 (((-112) $) 129)) (-2009 (($ $) 153)) (-1611 (($ $) 154 (|has| $ (-6 -4463)))) (-1795 (((-783) $) 152)) (-2039 (($ $) 151)) (-1458 (((-783) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 32 (|has| $ (-6 -4462))) (((-783) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 29 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462)))) (((-783) |#2| $) 82 (-12 (|has| |#2| (-1119)) (|has| $ (-6 -4462)))) (((-783) (-1 (-112) |#2|) $) 79 (|has| $ (-6 -4462))) (((-783) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 118 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462)))) (((-783) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 115 (|has| $ (-6 -4462)))) (-1497 (($ $ $ (-576)) 204 (|has| $ (-6 -4463)))) (-1868 (($ $) 13)) (-4169 (((-548) $) 60 (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-626 (-548))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-626 (-548)))))) (-3579 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 51) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 172)) (-3906 (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 226) (($ $ $) 225)) (-1613 (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 169) (($ (-656 $)) 168) (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 138) (($ $ $) 137)) (-3567 (((-874) $) 18 (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-625 (-874))) (|has| |#2| (-625 (-874))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-625 (-874)))))) (-3931 (((-656 $) $) 124)) (-1434 (((-112) $ $) 132 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (-1540 (((-112) $ $) 23 (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-2847 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 43)) (-3974 (((-3 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) "failed") |#1| $) 110)) (-2306 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 34 (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) 77 (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 113 (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) 197 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-2960 (((-112) $ $) 196 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-2921 (((-112) $ $) 19 (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)) (|has| |#2| (-102)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102))))) (-2975 (((-112) $ $) 198 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-2946 (((-112) $ $) 195 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-36 |#1| |#2|) (-141) (-1119) (-1119)) (T -36))
-((-3974 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-5 *2 (-2 (|:| -4298 *3) (|:| -4437 *4))))))
-(-13 (-1212 |t#1| |t#2|) (-678 (-2 (|:| -4298 |t#1|) (|:| -4437 |t#2|))) (-10 -8 (-15 -3974 ((-3 (-2 (|:| -4298 |t#1|) (|:| -4437 |t#2|)) "failed") |t#1| $))))
-(((-34) . T) ((-107 #0=(-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T) ((-102) -2755 (|has| |#2| (-1119)) (|has| |#2| (-102)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102))) ((-625 (-874)) -2755 (|has| |#2| (-1119)) (|has| |#2| (-625 (-874))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-625 (-874)))) ((-152 #1=(-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T) ((-626 (-548)) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-626 (-548))) ((-231 #0#) . T) ((-240 #0#) . T) ((-296 #2=(-576) #1#) . T) ((-296 (-1253 (-576)) $) . T) ((-296 |#1| |#2|) . T) ((-298 #2# #1#) . T) ((-298 |#1| |#2|) . T) ((-319 #1#) -12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))) ((-319 |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) ((-292 #1#) . T) ((-384 #1#) . T) ((-501 #1#) . T) ((-501 |#2|) . T) ((-616 #2# #1#) . T) ((-616 |#1| |#2|) . T) ((-526 #1# #1#) -12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))) ((-526 |#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) ((-622 |#1| |#2|) . T) ((-663 #1#) . T) ((-678 #1#) . T) ((-862) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)) ((-1029 #1#) . T) ((-1119) -2755 (|has| |#2| (-1119)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862))) ((-1168 #1#) . T) ((-1212 |#1| |#2|) . T) ((-1236) . T) ((-1274 #1#) . T))
-((-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#2|) 10)))
-(((-37 |#1| |#2|) (-10 -8 (-15 -3567 (|#1| |#2|)) (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|))) (-38 |#2|) (-174)) (T -37))
-NIL
-(-10 -8 (-15 -3567 (|#1| |#2|)) (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-3612 (((-112) $) 35)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 44)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45)))
+((-3653 (*1 *1 *1) (-4 *1 (-35))) (-3632 (*1 *1 *1) (-4 *1 (-35))) (-3673 (*1 *1 *1) (-4 *1 (-35))) (-1970 (*1 *1 *1) (-4 *1 (-35))) (-3664 (*1 *1 *1) (-4 *1 (-35))) (-3642 (*1 *1 *1) (-4 *1 (-35))))
+(-13 (-10 -8 (-15 -3642 ($ $)) (-15 -3664 ($ $)) (-15 -1970 ($ $)) (-15 -3673 ($ $)) (-15 -3632 ($ $)) (-15 -3653 ($ $))))
+((-1955 (((-112) $ $) 20 (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)) (|has| |#2| (-102)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102))))) (-1688 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 127)) (-3457 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 150)) (-3095 (($ $) 148)) (-1975 (($) 73) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 72)) (-1758 (((-1293) $ |#1| |#1|) 100 (|has| $ (-6 -4465))) (((-1293) $ (-576) (-576)) 180 (|has| $ (-6 -4465)))) (-1720 (($ $ (-576)) 161 (|has| $ (-6 -4465)))) (-2033 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 211) (((-112) $) 205 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-2218 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 202 (|has| $ (-6 -4465))) (($ $) 201 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)) (|has| $ (-6 -4465))))) (-2380 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 212) (($ $) 206 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-1951 (((-112) $ (-783)) 8)) (-1450 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 136 (|has| $ (-6 -4465)))) (-3123 (($ $ $) 157 (|has| $ (-6 -4465)))) (-3527 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 159 (|has| $ (-6 -4465)))) (-4249 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 155 (|has| $ (-6 -4465)))) (-4268 ((|#2| $ |#1| |#2|) 74) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-576) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 191 (|has| $ (-6 -4465))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-1255 (-576)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 162 (|has| $ (-6 -4465))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ "last" (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 160 (|has| $ (-6 -4465))) (($ $ "rest" $) 158 (|has| $ (-6 -4465))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ "first" (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 156 (|has| $ (-6 -4465))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ "value" (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 135 (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) 134 (|has| $ (-6 -4465)))) (-2250 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 46 (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 218)) (-3604 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 56 (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 177 (|has| $ (-6 -4464)))) (-3443 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 149)) (-2049 (((-3 |#2| "failed") |#1| $) 62)) (-3853 (($) 7 T CONST)) (-1370 (($ $) 203 (|has| $ (-6 -4465)))) (-4204 (($ $) 213)) (-1762 (($ $ (-783)) 144) (($ $) 142)) (-1966 (($ $) 216 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (-2741 (($ $) 59 (-3795 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464))) (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464)))))) (-1678 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 48 (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 47 (|has| $ (-6 -4464))) (((-3 |#2| "failed") |#1| $) 63) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 222) (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 217 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (-2824 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 58 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 55 (|has| $ (-6 -4464))) (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 179 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 176 (|has| $ (-6 -4464)))) (-2722 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 57 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464)))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 54 (|has| $ (-6 -4464))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 53 (|has| $ (-6 -4464))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 178 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464)))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 175 (|has| $ (-6 -4464))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 174 (|has| $ (-6 -4464)))) (-1908 ((|#2| $ |#1| |#2|) 88 (|has| $ (-6 -4465))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-576) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 192 (|has| $ (-6 -4465)))) (-3721 ((|#2| $ |#1|) 89) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-576)) 190)) (-4127 (((-112) $) 194)) (-3539 (((-576) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 210) (((-576) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 209 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))) (((-576) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-576)) 208 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (-3722 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 31 (|has| $ (-6 -4464))) (((-656 |#2|) $) 80 (|has| $ (-6 -4464))) (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 116 (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) 125)) (-2317 (((-112) $ $) 133 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (-1988 (($ (-783) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 170)) (-4157 (((-112) $ (-783)) 9)) (-3176 ((|#1| $) 97 (|has| |#1| (-862))) (((-576) $) 182 (|has| (-576) (-862)))) (-2905 (($ $ $) 200 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-3528 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ $) 219) (($ $ $) 215 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-3181 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ $) 214) (($ $ $) 207 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-4302 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 30 (|has| $ (-6 -4464))) (((-656 |#2|) $) 81 (|has| $ (-6 -4464))) (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 117 (|has| $ (-6 -4464)))) (-4029 (((-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464)))) (((-112) |#2| $) 83 (-12 (|has| |#2| (-1121)) (|has| $ (-6 -4464)))) (((-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 119 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464))))) (-2316 ((|#1| $) 96 (|has| |#1| (-862))) (((-576) $) 183 (|has| (-576) (-862)))) (-2163 (($ $ $) 199 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-1896 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 35 (|has| $ (-6 -4465))) (($ (-1 |#2| |#2|) $) 76 (|has| $ (-6 -4465))) (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 112 (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 36) (($ (-1 |#2| |#2|) $) 75) (($ (-1 |#2| |#2| |#2|) $ $) 71) (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ $) 167) (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 111)) (-2784 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 227)) (-4002 (((-112) $ (-783)) 10)) (-4186 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 130)) (-1925 (((-112) $) 126)) (-4185 (((-1179) $) 22 (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-2850 (($ $ (-783)) 147) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 145)) (-2353 (((-656 |#1|) $) 64)) (-3367 (((-112) |#1| $) 65)) (-4306 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 40)) (-3846 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 41) (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-576)) 221) (($ $ $ (-576)) 220)) (-3386 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-576)) 164) (($ $ $ (-576)) 163)) (-4402 (((-656 |#1|) $) 94) (((-656 (-576)) $) 185)) (-1505 (((-112) |#1| $) 93) (((-112) (-576) $) 186)) (-3117 (((-1141) $) 21 (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-1753 ((|#2| $) 98 (|has| |#1| (-862))) (($ $ (-783)) 141) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 139)) (-2922 (((-3 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) "failed") (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 52) (((-3 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) "failed") (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 173)) (-3140 (($ $ |#2|) 99 (|has| $ (-6 -4465))) (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 181 (|has| $ (-6 -4465)))) (-1470 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 42)) (-1651 (((-112) $) 193)) (-3484 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 33 (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) 78 (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 114 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))))) 27 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 26 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 25 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 24 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 |#2|) (-656 |#2|)) 87 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ |#2| |#2|) 86 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-304 |#2|)) 85 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 (-304 |#2|))) 84 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 123 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 122 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 121 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))))) 120 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-2587 (((-112) $ $) 14)) (-2408 (((-112) |#2| $) 95 (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121)))) (((-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 184 (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-3700 (((-656 |#2|) $) 92) (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 187)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#2| $ |#1|) 91) ((|#2| $ |#1| |#2|) 90) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-576) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 189) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-576)) 188) (($ $ (-1255 (-576))) 171) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ "last") 146) (($ $ "rest") 143) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ "first") 140) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ "value") 128)) (-3088 (((-576) $ $) 131)) (-1455 (($) 50) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 49)) (-1601 (($ $ (-576)) 224) (($ $ (-1255 (-576))) 223)) (-2335 (($ $ (-576)) 166) (($ $ (-1255 (-576))) 165)) (-1906 (((-112) $) 129)) (-1916 (($ $) 153)) (-2432 (($ $) 154 (|has| $ (-6 -4465)))) (-3738 (((-783) $) 152)) (-2178 (($ $) 151)) (-3131 (((-783) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 32 (|has| $ (-6 -4464))) (((-783) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 29 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464)))) (((-783) |#2| $) 82 (-12 (|has| |#2| (-1121)) (|has| $ (-6 -4464)))) (((-783) (-1 (-112) |#2|) $) 79 (|has| $ (-6 -4464))) (((-783) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 118 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464)))) (((-783) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 115 (|has| $ (-6 -4464)))) (-3796 (($ $ $ (-576)) 204 (|has| $ (-6 -4465)))) (-4287 (($ $) 13)) (-1554 (((-548) $) 60 (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-626 (-548))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-626 (-548)))))) (-4125 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 51) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 172)) (-3179 (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 226) (($ $ $) 225)) (-2767 (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 169) (($ (-656 $)) 168) (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 138) (($ $ $) 137)) (-4114 (((-876) $) 18 (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-625 (-876))) (|has| |#2| (-625 (-876))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-625 (-876)))))) (-3429 (((-656 $) $) 124)) (-2090 (((-112) $ $) 132 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (-3000 (((-112) $ $) 23 (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-3356 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 43)) (-2865 (((-3 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) "failed") |#1| $) 110)) (-1746 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 34 (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) 77 (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 113 (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) 197 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-3975 (((-112) $ $) 196 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-3939 (((-112) $ $) 19 (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)) (|has| |#2| (-102)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102))))) (-3985 (((-112) $ $) 198 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-3962 (((-112) $ $) 195 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-36 |#1| |#2|) (-141) (-1121) (-1121)) (T -36))
+((-2865 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-5 *2 (-2 (|:| -2240 *3) (|:| -2904 *4))))))
+(-13 (-1214 |t#1| |t#2|) (-678 (-2 (|:| -2240 |t#1|) (|:| -2904 |t#2|))) (-10 -8 (-15 -2865 ((-3 (-2 (|:| -2240 |t#1|) (|:| -2904 |t#2|)) "failed") |t#1| $))))
+(((-34) . T) ((-107 #0=(-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T) ((-102) -3795 (|has| |#2| (-1121)) (|has| |#2| (-102)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102))) ((-625 (-876)) -3795 (|has| |#2| (-1121)) (|has| |#2| (-625 (-876))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-625 (-876)))) ((-152 #1=(-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T) ((-626 (-548)) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-626 (-548))) ((-231 #0#) . T) ((-240 #0#) . T) ((-296 #2=(-576) #1#) . T) ((-296 (-1255 (-576)) $) . T) ((-296 |#1| |#2|) . T) ((-298 #2# #1#) . T) ((-298 |#1| |#2|) . T) ((-319 #1#) -12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))) ((-319 |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) ((-292 #1#) . T) ((-384 #1#) . T) ((-501 #1#) . T) ((-501 |#2|) . T) ((-616 #2# #1#) . T) ((-616 |#1| |#2|) . T) ((-526 #1# #1#) -12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))) ((-526 |#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) ((-622 |#1| |#2|) . T) ((-663 #1#) . T) ((-678 #1#) . T) ((-862) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)) ((-1031 #1#) . T) ((-1121) -3795 (|has| |#2| (-1121)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862))) ((-1170 #1#) . T) ((-1214 |#1| |#2|) . T) ((-1238) . T) ((-1276 #1#) . T))
+((-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#2|) 10)))
+(((-37 |#1| |#2|) (-10 -8 (-15 -4114 (|#1| |#2|)) (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|))) (-38 |#2|) (-174)) (T -37))
+NIL
+(-10 -8 (-15 -4114 (|#1| |#2|)) (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-3315 (((-112) $) 35)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 44)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45)))
(((-38 |#1|) (-141) (-174)) (T -38))
NIL
-(-13 (-1068) (-729 |t#1|) (-628 |t#1|))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-738) . T) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3900 (((-430 |#1|) |#1|) 41)) (-1827 (((-430 |#1|) |#1|) 30) (((-430 |#1|) |#1| (-656 (-48))) 33)) (-2427 (((-112) |#1|) 59)))
-(((-39 |#1|) (-10 -7 (-15 -1827 ((-430 |#1|) |#1| (-656 (-48)))) (-15 -1827 ((-430 |#1|) |#1|)) (-15 -3900 ((-430 |#1|) |#1|)) (-15 -2427 ((-112) |#1|))) (-1262 (-48))) (T -39))
-((-2427 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-39 *3)) (-4 *3 (-1262 (-48))))) (-3900 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1262 (-48))))) (-1827 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1262 (-48))))) (-1827 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-48))) (-5 *2 (-430 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1262 (-48))))))
-(-10 -7 (-15 -1827 ((-430 |#1|) |#1| (-656 (-48)))) (-15 -1827 ((-430 |#1|) |#1|)) (-15 -3900 ((-430 |#1|) |#1|)) (-15 -2427 ((-112) |#1|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2100 (((-2 (|:| |num| (-1286 |#2|)) (|:| |den| |#2|)) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| (-419 |#2|) (-374)))) (-4380 (($ $) NIL (|has| (-419 |#2|) (-374)))) (-1657 (((-112) $) NIL (|has| (-419 |#2|) (-374)))) (-1722 (((-701 (-419 |#2|)) (-1286 $)) NIL) (((-701 (-419 |#2|))) NIL)) (-2205 (((-419 |#2|) $) NIL)) (-2201 (((-1208 (-938) (-783)) (-576)) NIL (|has| (-419 |#2|) (-360)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL (|has| (-419 |#2|) (-374)))) (-3422 (((-430 $) $) NIL (|has| (-419 |#2|) (-374)))) (-1829 (((-112) $ $) NIL (|has| (-419 |#2|) (-374)))) (-2093 (((-783)) NIL (|has| (-419 |#2|) (-379)))) (-3004 (((-112)) NIL)) (-3801 (((-112) |#1|) NIL) (((-112) |#2|) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL (|has| (-419 |#2|) (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-419 |#2|) (-1057 (-419 (-576))))) (((-3 (-419 |#2|) "failed") $) NIL)) (-2857 (((-576) $) NIL (|has| (-419 |#2|) (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| (-419 |#2|) (-1057 (-419 (-576))))) (((-419 |#2|) $) NIL)) (-2495 (($ (-1286 (-419 |#2|)) (-1286 $)) NIL) (($ (-1286 (-419 |#2|))) 61) (($ (-1286 |#2|) |#2|) 131)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-419 |#2|) (-360)))) (-3426 (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-3592 (((-701 (-419 |#2|)) $ (-1286 $)) NIL) (((-701 (-419 |#2|)) $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-419 |#2|))) (|:| |vec| (-1286 (-419 |#2|)))) (-701 $) (-1286 $)) NIL) (((-701 (-419 |#2|)) (-701 $)) NIL)) (-1620 (((-1286 $) (-1286 $)) NIL)) (-3683 (($ |#3|) NIL) (((-3 $ "failed") (-419 |#3|)) NIL (|has| (-419 |#2|) (-374)))) (-2251 (((-3 $ "failed") $) NIL)) (-3325 (((-656 (-656 |#1|))) NIL (|has| |#1| (-379)))) (-4165 (((-112) |#1| |#1|) NIL)) (-3731 (((-938)) NIL)) (-1834 (($) NIL (|has| (-419 |#2|) (-379)))) (-2748 (((-112)) NIL)) (-3326 (((-112) |#1|) NIL) (((-112) |#2|) NIL)) (-3438 (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| (-419 |#2|) (-374)))) (-2619 (($ $) NIL)) (-4161 (($) NIL (|has| (-419 |#2|) (-360)))) (-3335 (((-112) $) NIL (|has| (-419 |#2|) (-360)))) (-1385 (($ $ (-783)) NIL (|has| (-419 |#2|) (-360))) (($ $) NIL (|has| (-419 |#2|) (-360)))) (-4283 (((-112) $) NIL (|has| (-419 |#2|) (-374)))) (-1991 (((-938) $) NIL (|has| (-419 |#2|) (-360))) (((-845 (-938)) $) NIL (|has| (-419 |#2|) (-360)))) (-3612 (((-112) $) NIL)) (-4341 (((-783)) NIL)) (-4286 (((-1286 $) (-1286 $)) 106)) (-1650 (((-419 |#2|) $) NIL)) (-2533 (((-656 (-969 |#1|)) (-1195)) NIL (|has| |#1| (-374)))) (-2162 (((-3 $ "failed") $) NIL (|has| (-419 |#2|) (-360)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| (-419 |#2|) (-374)))) (-1499 ((|#3| $) NIL (|has| (-419 |#2|) (-374)))) (-4379 (((-938) $) NIL (|has| (-419 |#2|) (-379)))) (-3670 ((|#3| $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-419 |#2|))) (|:| |vec| (-1286 (-419 |#2|)))) (-1286 $) $) NIL) (((-701 (-419 |#2|)) (-1286 $)) NIL)) (-3457 (($ (-656 $)) NIL (|has| (-419 |#2|) (-374))) (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-3881 (((-1177) $) NIL)) (-2043 (((-1291) (-783)) 84)) (-1397 (((-701 (-419 |#2|))) 56)) (-3698 (((-701 (-419 |#2|))) 49)) (-2045 (($ $) NIL (|has| (-419 |#2|) (-374)))) (-2845 (($ (-1286 |#2|) |#2|) 132)) (-2645 (((-701 (-419 |#2|))) 50)) (-1917 (((-701 (-419 |#2|))) 48)) (-4204 (((-2 (|:| |num| (-701 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 130)) (-2702 (((-2 (|:| |num| (-1286 |#2|)) (|:| |den| |#2|)) $) 68)) (-4231 (((-1286 $)) 47)) (-2568 (((-1286 $)) 46)) (-1980 (((-112) $) NIL)) (-3415 (((-112) $) NIL) (((-112) $ |#1|) NIL) (((-112) $ |#2|) NIL)) (-3537 (($) NIL (|has| (-419 |#2|) (-360)) CONST)) (-3222 (($ (-938)) NIL (|has| (-419 |#2|) (-379)))) (-3169 (((-3 |#2| "failed")) NIL)) (-1448 (((-1139) $) NIL)) (-4074 (((-783)) NIL)) (-4126 (($) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| (-419 |#2|) (-374)))) (-3495 (($ (-656 $)) NIL (|has| (-419 |#2|) (-374))) (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) NIL (|has| (-419 |#2|) (-360)))) (-1827 (((-430 $) $) NIL (|has| (-419 |#2|) (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-419 |#2|) (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| (-419 |#2|) (-374)))) (-3473 (((-3 $ "failed") $ $) NIL (|has| (-419 |#2|) (-374)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| (-419 |#2|) (-374)))) (-3909 (((-783) $) NIL (|has| (-419 |#2|) (-374)))) (-2794 ((|#1| $ |#1| |#1|) NIL)) (-4419 (((-3 |#2| "failed")) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| (-419 |#2|) (-374)))) (-2491 (((-419 |#2|) (-1286 $)) NIL) (((-419 |#2|)) 44)) (-3544 (((-783) $) NIL (|has| (-419 |#2|) (-360))) (((-3 (-783) "failed") $ $) NIL (|has| (-419 |#2|) (-360)))) (-2770 (($ $ (-1 (-419 |#2|) (-419 |#2|))) NIL (|has| (-419 |#2|) (-374))) (($ $ (-1 (-419 |#2|) (-419 |#2|)) (-783)) NIL (|has| (-419 |#2|) (-374))) (($ $ (-1 |#2| |#2|)) 126) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))))) (($ $ (-783)) NIL (-2755 (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360)))) (($ $) NIL (-2755 (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360))))) (-4218 (((-701 (-419 |#2|)) (-1286 $) (-1 (-419 |#2|) (-419 |#2|))) NIL (|has| (-419 |#2|) (-374)))) (-3117 ((|#3|) 55)) (-4059 (($) NIL (|has| (-419 |#2|) (-360)))) (-2203 (((-1286 (-419 |#2|)) $ (-1286 $)) NIL) (((-701 (-419 |#2|)) (-1286 $) (-1286 $)) NIL) (((-1286 (-419 |#2|)) $) 62) (((-701 (-419 |#2|)) (-1286 $)) 107)) (-4169 (((-1286 (-419 |#2|)) $) NIL) (($ (-1286 (-419 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (|has| (-419 |#2|) (-360)))) (-2827 (((-1286 $) (-1286 $)) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ (-419 |#2|)) NIL) (($ (-419 (-576))) NIL (-2755 (|has| (-419 |#2|) (-1057 (-419 (-576)))) (|has| (-419 |#2|) (-374)))) (($ $) NIL (|has| (-419 |#2|) (-374)))) (-2846 (($ $) NIL (|has| (-419 |#2|) (-360))) (((-3 $ "failed") $) NIL (|has| (-419 |#2|) (-146)))) (-4324 ((|#3| $) NIL)) (-2596 (((-783)) NIL T CONST)) (-2213 (((-112)) 42)) (-1519 (((-112) |#1|) 54) (((-112) |#2|) 138)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) NIL)) (-4196 (((-112) $ $) NIL (|has| (-419 |#2|) (-374)))) (-1927 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-2994 (((-112)) NIL)) (-2716 (($) 17 T CONST)) (-2727 (($) 27 T CONST)) (-2014 (($ $ (-1 (-419 |#2|) (-419 |#2|))) NIL (|has| (-419 |#2|) (-374))) (($ $ (-1 (-419 |#2|) (-419 |#2|)) (-783)) NIL (|has| (-419 |#2|) (-374))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))))) (($ $ (-783)) NIL (-2755 (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360)))) (($ $) NIL (-2755 (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360))))) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| (-419 |#2|) (-374)))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 |#2|)) NIL) (($ (-419 |#2|) $) NIL) (($ (-419 (-576)) $) NIL (|has| (-419 |#2|) (-374))) (($ $ (-419 (-576))) NIL (|has| (-419 |#2|) (-374)))))
-(((-40 |#1| |#2| |#3| |#4|) (-13 (-353 |#1| |#2| |#3|) (-10 -7 (-15 -2043 ((-1291) (-783))))) (-374) (-1262 |#1|) (-1262 (-419 |#2|)) |#3|) (T -40))
-((-2043 (*1 *2 *3) (-12 (-5 *3 (-783)) (-4 *4 (-374)) (-4 *5 (-1262 *4)) (-5 *2 (-1291)) (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1262 (-419 *5))) (-14 *7 *6))))
-(-13 (-353 |#1| |#2| |#3|) (-10 -7 (-15 -2043 ((-1291) (-783)))))
-((-3450 ((|#2| |#2|) 47)) (-3370 ((|#2| |#2|) 139 (-12 (|has| |#2| (-442 |#1|)) (|has| |#1| (-13 (-464) (-1057 (-576))))))) (-2485 ((|#2| |#2|) 100 (-12 (|has| |#2| (-442 |#1|)) (|has| |#1| (-13 (-464) (-1057 (-576))))))) (-2694 ((|#2| |#2|) 101 (-12 (|has| |#2| (-442 |#1|)) (|has| |#1| (-13 (-464) (-1057 (-576))))))) (-3177 ((|#2| (-115) |#2| (-783)) 135 (-12 (|has| |#2| (-442 |#1|)) (|has| |#1| (-13 (-464) (-1057 (-576))))))) (-4019 (((-1191 |#2|) |#2|) 44)) (-4181 ((|#2| |#2| (-656 (-624 |#2|))) 18) ((|#2| |#2| (-656 |#2|)) 20) ((|#2| |#2| |#2|) 21) ((|#2| |#2|) 16)))
-(((-41 |#1| |#2|) (-10 -7 (-15 -3450 (|#2| |#2|)) (-15 -4181 (|#2| |#2|)) (-15 -4181 (|#2| |#2| |#2|)) (-15 -4181 (|#2| |#2| (-656 |#2|))) (-15 -4181 (|#2| |#2| (-656 (-624 |#2|)))) (-15 -4019 ((-1191 |#2|) |#2|)) (IF (|has| |#1| (-13 (-464) (-1057 (-576)))) (IF (|has| |#2| (-442 |#1|)) (PROGN (-15 -2694 (|#2| |#2|)) (-15 -2485 (|#2| |#2|)) (-15 -3370 (|#2| |#2|)) (-15 -3177 (|#2| (-115) |#2| (-783)))) |%noBranch|) |%noBranch|)) (-568) (-13 (-374) (-312) (-10 -8 (-15 -1568 ((-1144 |#1| (-624 $)) $)) (-15 -1579 ((-1144 |#1| (-624 $)) $)) (-15 -3567 ($ (-1144 |#1| (-624 $))))))) (T -41))
-((-3177 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-115)) (-5 *4 (-783)) (-4 *5 (-13 (-464) (-1057 (-576)))) (-4 *5 (-568)) (-5 *1 (-41 *5 *2)) (-4 *2 (-442 *5)) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -1568 ((-1144 *5 (-624 $)) $)) (-15 -1579 ((-1144 *5 (-624 $)) $)) (-15 -3567 ($ (-1144 *5 (-624 $))))))))) (-3370 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1057 (-576)))) (-4 *3 (-568)) (-5 *1 (-41 *3 *2)) (-4 *2 (-442 *3)) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -1568 ((-1144 *3 (-624 $)) $)) (-15 -1579 ((-1144 *3 (-624 $)) $)) (-15 -3567 ($ (-1144 *3 (-624 $))))))))) (-2485 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1057 (-576)))) (-4 *3 (-568)) (-5 *1 (-41 *3 *2)) (-4 *2 (-442 *3)) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -1568 ((-1144 *3 (-624 $)) $)) (-15 -1579 ((-1144 *3 (-624 $)) $)) (-15 -3567 ($ (-1144 *3 (-624 $))))))))) (-2694 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1057 (-576)))) (-4 *3 (-568)) (-5 *1 (-41 *3 *2)) (-4 *2 (-442 *3)) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -1568 ((-1144 *3 (-624 $)) $)) (-15 -1579 ((-1144 *3 (-624 $)) $)) (-15 -3567 ($ (-1144 *3 (-624 $))))))))) (-4019 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-1191 *3)) (-5 *1 (-41 *4 *3)) (-4 *3 (-13 (-374) (-312) (-10 -8 (-15 -1568 ((-1144 *4 (-624 $)) $)) (-15 -1579 ((-1144 *4 (-624 $)) $)) (-15 -3567 ($ (-1144 *4 (-624 $))))))))) (-4181 (*1 *2 *2 *3) (-12 (-5 *3 (-656 (-624 *2))) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -1568 ((-1144 *4 (-624 $)) $)) (-15 -1579 ((-1144 *4 (-624 $)) $)) (-15 -3567 ($ (-1144 *4 (-624 $))))))) (-4 *4 (-568)) (-5 *1 (-41 *4 *2)))) (-4181 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -1568 ((-1144 *4 (-624 $)) $)) (-15 -1579 ((-1144 *4 (-624 $)) $)) (-15 -3567 ($ (-1144 *4 (-624 $))))))) (-4 *4 (-568)) (-5 *1 (-41 *4 *2)))) (-4181 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -1568 ((-1144 *3 (-624 $)) $)) (-15 -1579 ((-1144 *3 (-624 $)) $)) (-15 -3567 ($ (-1144 *3 (-624 $))))))))) (-4181 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -1568 ((-1144 *3 (-624 $)) $)) (-15 -1579 ((-1144 *3 (-624 $)) $)) (-15 -3567 ($ (-1144 *3 (-624 $))))))))) (-3450 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -1568 ((-1144 *3 (-624 $)) $)) (-15 -1579 ((-1144 *3 (-624 $)) $)) (-15 -3567 ($ (-1144 *3 (-624 $))))))))))
-(-10 -7 (-15 -3450 (|#2| |#2|)) (-15 -4181 (|#2| |#2|)) (-15 -4181 (|#2| |#2| |#2|)) (-15 -4181 (|#2| |#2| (-656 |#2|))) (-15 -4181 (|#2| |#2| (-656 (-624 |#2|)))) (-15 -4019 ((-1191 |#2|) |#2|)) (IF (|has| |#1| (-13 (-464) (-1057 (-576)))) (IF (|has| |#2| (-442 |#1|)) (PROGN (-15 -2694 (|#2| |#2|)) (-15 -2485 (|#2| |#2|)) (-15 -3370 (|#2| |#2|)) (-15 -3177 (|#2| (-115) |#2| (-783)))) |%noBranch|) |%noBranch|))
-((-1827 (((-430 (-1191 |#3|)) (-1191 |#3|) (-656 (-48))) 23) (((-430 |#3|) |#3| (-656 (-48))) 19)))
-(((-42 |#1| |#2| |#3|) (-10 -7 (-15 -1827 ((-430 |#3|) |#3| (-656 (-48)))) (-15 -1827 ((-430 (-1191 |#3|)) (-1191 |#3|) (-656 (-48))))) (-862) (-805) (-966 (-48) |#2| |#1|)) (T -42))
-((-1827 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-48))) (-4 *5 (-862)) (-4 *6 (-805)) (-4 *7 (-966 (-48) *6 *5)) (-5 *2 (-430 (-1191 *7))) (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1191 *7)))) (-1827 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-48))) (-4 *5 (-862)) (-4 *6 (-805)) (-5 *2 (-430 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-966 (-48) *6 *5)))))
-(-10 -7 (-15 -1827 ((-430 |#3|) |#3| (-656 (-48)))) (-15 -1827 ((-430 (-1191 |#3|)) (-1191 |#3|) (-656 (-48)))))
-((-3371 (((-783) |#2|) 70)) (-3855 (((-783) |#2|) 74)) (-1679 (((-656 |#2|)) 37)) (-3022 (((-783) |#2|) 73)) (-1799 (((-783) |#2|) 69)) (-4029 (((-783) |#2|) 72)) (-3155 (((-656 (-701 |#1|))) 65)) (-2872 (((-656 |#2|)) 60)) (-4441 (((-656 |#2|) |#2|) 48)) (-1529 (((-656 |#2|)) 62)) (-3972 (((-656 |#2|)) 61)) (-2889 (((-656 (-701 |#1|))) 53)) (-2898 (((-656 |#2|)) 59)) (-3341 (((-656 |#2|) |#2|) 47)) (-2083 (((-656 |#2|)) 55)) (-1330 (((-656 (-701 |#1|))) 66)) (-3294 (((-656 |#2|)) 64)) (-4156 (((-1286 |#2|) (-1286 |#2|)) 99 (|has| |#1| (-317)))))
-(((-43 |#1| |#2|) (-10 -7 (-15 -3022 ((-783) |#2|)) (-15 -3855 ((-783) |#2|)) (-15 -1799 ((-783) |#2|)) (-15 -3371 ((-783) |#2|)) (-15 -4029 ((-783) |#2|)) (-15 -2083 ((-656 |#2|))) (-15 -3341 ((-656 |#2|) |#2|)) (-15 -4441 ((-656 |#2|) |#2|)) (-15 -2898 ((-656 |#2|))) (-15 -2872 ((-656 |#2|))) (-15 -3972 ((-656 |#2|))) (-15 -1529 ((-656 |#2|))) (-15 -3294 ((-656 |#2|))) (-15 -2889 ((-656 (-701 |#1|)))) (-15 -3155 ((-656 (-701 |#1|)))) (-15 -1330 ((-656 (-701 |#1|)))) (-15 -1679 ((-656 |#2|))) (IF (|has| |#1| (-317)) (-15 -4156 ((-1286 |#2|) (-1286 |#2|))) |%noBranch|)) (-568) (-429 |#1|)) (T -43))
-((-4156 (*1 *2 *2) (-12 (-5 *2 (-1286 *4)) (-4 *4 (-429 *3)) (-4 *3 (-317)) (-4 *3 (-568)) (-5 *1 (-43 *3 *4)))) (-1679 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-1330 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 (-701 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-3155 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 (-701 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-2889 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 (-701 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-3294 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-1529 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-3972 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-2872 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-2898 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-4441 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-656 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-429 *4)))) (-3341 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-656 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-429 *4)))) (-2083 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-4029 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3)) (-4 *3 (-429 *4)))) (-3371 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3)) (-4 *3 (-429 *4)))) (-1799 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3)) (-4 *3 (-429 *4)))) (-3855 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3)) (-4 *3 (-429 *4)))) (-3022 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3)) (-4 *3 (-429 *4)))))
-(-10 -7 (-15 -3022 ((-783) |#2|)) (-15 -3855 ((-783) |#2|)) (-15 -1799 ((-783) |#2|)) (-15 -3371 ((-783) |#2|)) (-15 -4029 ((-783) |#2|)) (-15 -2083 ((-656 |#2|))) (-15 -3341 ((-656 |#2|) |#2|)) (-15 -4441 ((-656 |#2|) |#2|)) (-15 -2898 ((-656 |#2|))) (-15 -2872 ((-656 |#2|))) (-15 -3972 ((-656 |#2|))) (-15 -1529 ((-656 |#2|))) (-15 -3294 ((-656 |#2|))) (-15 -2889 ((-656 (-701 |#1|)))) (-15 -3155 ((-656 (-701 |#1|)))) (-15 -1330 ((-656 (-701 |#1|)))) (-15 -1679 ((-656 |#2|))) (IF (|has| |#1| (-317)) (-15 -4156 ((-1286 |#2|) (-1286 |#2|))) |%noBranch|))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2061 (((-3 $ "failed")) NIL (|has| |#1| (-568)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-3580 (((-1286 (-701 |#1|)) (-1286 $)) NIL) (((-1286 (-701 |#1|))) 24)) (-3515 (((-1286 $)) 52)) (-2135 (($) NIL T CONST)) (-2415 (((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed")) NIL (|has| |#1| (-568)))) (-2068 (((-3 $ "failed")) NIL (|has| |#1| (-568)))) (-2783 (((-701 |#1|) (-1286 $)) NIL) (((-701 |#1|)) NIL)) (-2730 ((|#1| $) NIL)) (-3965 (((-701 |#1|) $ (-1286 $)) NIL) (((-701 |#1|) $) NIL)) (-2919 (((-3 $ "failed") $) NIL (|has| |#1| (-568)))) (-3919 (((-1191 (-969 |#1|))) NIL (|has| |#1| (-374)))) (-3647 (($ $ (-938)) NIL)) (-3151 ((|#1| $) NIL)) (-2803 (((-1191 |#1|) $) NIL (|has| |#1| (-568)))) (-2760 ((|#1| (-1286 $)) NIL) ((|#1|) NIL)) (-2164 (((-1191 |#1|) $) NIL)) (-3528 (((-112)) 99)) (-2495 (($ (-1286 |#1|) (-1286 $)) NIL) (($ (-1286 |#1|)) NIL)) (-2251 (((-3 $ "failed") $) 14 (|has| |#1| (-568)))) (-3731 (((-938)) 53)) (-1766 (((-112)) NIL)) (-1560 (($ $ (-938)) NIL)) (-3238 (((-112)) NIL)) (-4403 (((-112)) NIL)) (-2022 (((-112)) 101)) (-1985 (((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed")) NIL (|has| |#1| (-568)))) (-3297 (((-3 $ "failed")) NIL (|has| |#1| (-568)))) (-2756 (((-701 |#1|) (-1286 $)) NIL) (((-701 |#1|)) NIL)) (-2828 ((|#1| $) NIL)) (-3057 (((-701 |#1|) $ (-1286 $)) NIL) (((-701 |#1|) $) NIL)) (-1873 (((-3 $ "failed") $) NIL (|has| |#1| (-568)))) (-3050 (((-1191 (-969 |#1|))) NIL (|has| |#1| (-374)))) (-3598 (($ $ (-938)) NIL)) (-1878 ((|#1| $) NIL)) (-1485 (((-1191 |#1|) $) NIL (|has| |#1| (-568)))) (-4104 ((|#1| (-1286 $)) NIL) ((|#1|) NIL)) (-2167 (((-1191 |#1|) $) NIL)) (-1787 (((-112)) 98)) (-3881 (((-1177) $) NIL)) (-3320 (((-112)) 106)) (-3116 (((-112)) 105)) (-2591 (((-112)) 107)) (-1448 (((-1139) $) NIL)) (-4371 (((-112)) 100)) (-2794 ((|#1| $ (-576)) 55)) (-2203 (((-1286 |#1|) $ (-1286 $)) 48) (((-701 |#1|) (-1286 $) (-1286 $)) NIL) (((-1286 |#1|) $) 28) (((-701 |#1|) (-1286 $)) NIL)) (-4169 (((-1286 |#1|) $) NIL) (($ (-1286 |#1|)) NIL)) (-2666 (((-656 (-969 |#1|)) (-1286 $)) NIL) (((-656 (-969 |#1|))) NIL)) (-3636 (($ $ $) NIL)) (-2779 (((-112)) 95)) (-3567 (((-874) $) 71) (($ (-1286 |#1|)) 22)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) 51)) (-2660 (((-656 (-1286 |#1|))) NIL (|has| |#1| (-568)))) (-3369 (($ $ $ $) NIL)) (-1555 (((-112)) 91)) (-3566 (($ (-701 |#1|) $) 18)) (-1678 (($ $ $) NIL)) (-3949 (((-112)) 97)) (-2033 (((-112)) 92)) (-2333 (((-112)) 90)) (-2716 (($) NIL T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 80) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-1161 |#2| |#1|) $) 19)))
-(((-44 |#1| |#2| |#3| |#4|) (-13 (-429 |#1|) (-660 (-1161 |#2| |#1|)) (-10 -8 (-15 -3567 ($ (-1286 |#1|))))) (-374) (-938) (-656 (-1195)) (-1286 (-701 |#1|))) (T -44))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1286 *3)) (-4 *3 (-374)) (-14 *6 (-1286 (-701 *3))) (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))))))
-(-13 (-429 |#1|) (-660 (-1161 |#2| |#1|)) (-10 -8 (-15 -3567 ($ (-1286 |#1|)))))
-((-3486 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)) (|has| |#2| (-102))))) (-3103 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-2896 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-4422 (($ $) NIL)) (-4125 (($) NIL) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-2617 (((-1291) $ |#1| |#1|) NIL (|has| $ (-6 -4463))) (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-1986 (($ $ (-576)) NIL (|has| $ (-6 -4463)))) (-4372 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL) (((-112) $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-4082 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4463))) (($ $) NIL (-12 (|has| $ (-6 -4463)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862))))) (-1793 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL) (($ $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-3733 (((-112) $ (-783)) NIL)) (-1762 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (|has| $ (-6 -4463)))) (-2965 (($ $ $) 33 (|has| $ (-6 -4463)))) (-2231 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (|has| $ (-6 -4463)))) (-2814 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 35 (|has| $ (-6 -4463)))) (-3753 ((|#2| $ |#1| |#2|) 53) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-576) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (|has| $ (-6 -4463))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-1253 (-576)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (|has| $ (-6 -4463))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ "last" (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (|has| $ (-6 -4463))) (($ $ "rest" $) NIL (|has| $ (-6 -4463))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ "first" (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (|has| $ (-6 -4463))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ "value" (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) NIL (|has| $ (-6 -4463)))) (-4394 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL)) (-1966 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-2881 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-2192 (((-3 |#2| "failed") |#1| $) 43)) (-2135 (($) NIL T CONST)) (-1752 (($ $) NIL (|has| $ (-6 -4463)))) (-3833 (($ $) NIL)) (-3590 (($ $ (-783)) NIL) (($ $) 29)) (-2017 (($ $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-3516 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-3 |#2| "failed") |#1| $) 56) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL) (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (-3942 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-3683 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (|has| $ (-6 -4462))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (|has| $ (-6 -4462))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-4330 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4463))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-576) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (|has| $ (-6 -4463)))) (-4271 ((|#2| $ |#1|) NIL) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-576)) NIL)) (-3565 (((-112) $) NIL)) (-3658 (((-576) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL) (((-576) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))) (((-576) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-576)) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (-3963 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 20 (|has| $ (-6 -4462))) (((-656 |#2|) $) NIL (|has| $ (-6 -4462))) (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 20 (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) NIL)) (-2679 (((-112) $ $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (-4138 (($ (-783) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3280 ((|#1| $) NIL (|has| |#1| (-862))) (((-576) $) 38 (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-2864 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-1872 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-3452 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-656 |#2|) $) NIL (|has| $ (-6 -4462))) (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119)))) (((-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-3767 ((|#1| $) NIL (|has| |#1| (-862))) (((-576) $) 40 (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-4320 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4463))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4463))) (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ $) NIL) (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL)) (-1646 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-2348 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL)) (-2326 (((-112) $) NIL)) (-3881 (((-1177) $) 49 (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-3966 (($ $ (-783)) NIL) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-3200 (((-656 |#1|) $) 22)) (-2848 (((-112) |#1| $) NIL)) (-4219 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-2767 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL) (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-2171 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-1742 (((-656 |#1|) $) NIL) (((-656 (-576)) $) NIL)) (-2406 (((-112) |#1| $) NIL) (((-112) (-576) $) NIL)) (-1448 (((-1139) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-3578 ((|#2| $) NIL (|has| |#1| (-862))) (($ $ (-783)) NIL) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 27)) (-2295 (((-3 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) "failed") (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL) (((-3 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) "failed") (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL)) (-1552 (($ $ |#2|) NIL (|has| $ (-6 -4463))) (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (|has| $ (-6 -4463)))) (-4436 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-2743 (((-112) $) NIL)) (-3626 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119)))) (((-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-4278 (((-656 |#2|) $) NIL) (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 19)) (-4205 (((-112) $) 18)) (-1854 (($) 14)) (-2794 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-576) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ (-576)) NIL) (($ $ (-1253 (-576))) NIL) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ "last") NIL) (($ $ "rest") NIL) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ "first") NIL) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $ "value") NIL)) (-3273 (((-576) $ $) NIL)) (-2089 (($) 13) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-4142 (($ $ (-576)) NIL) (($ $ (-1253 (-576))) NIL)) (-3463 (($ $ (-576)) NIL) (($ $ (-1253 (-576))) NIL)) (-2635 (((-112) $) NIL)) (-2009 (($ $) NIL)) (-1611 (($ $) NIL (|has| $ (-6 -4463)))) (-1795 (((-783) $) NIL)) (-2039 (($ $) NIL)) (-1458 (((-783) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-783) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119)))) (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462))) (((-783) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-783) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-1497 (($ $ $ (-576)) NIL (|has| $ (-6 -4463)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-626 (-548))))) (-3579 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-3906 (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL) (($ $ $) NIL)) (-1613 (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL) (($ (-656 $)) NIL) (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 31) (($ $ $) NIL)) (-3567 (((-874) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-625 (-874))) (|has| |#2| (-625 (-874)))))) (-3931 (((-656 $) $) NIL)) (-1434 (((-112) $ $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (-1540 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-2847 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-3974 (((-3 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) "failed") |#1| $) 51)) (-2306 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-2960 (((-112) $ $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-2921 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)) (|has| |#2| (-102))))) (-2975 (((-112) $ $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-2946 (((-112) $ $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-862)))) (-3500 (((-783) $) 25 (|has| $ (-6 -4462)))))
-(((-45 |#1| |#2|) (-36 |#1| |#2|) (-1119) (-1119)) (T -45))
+(-13 (-1070) (-729 |t#1|) (-628 |t#1|))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-738) . T) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-3102 (((-430 |#1|) |#1|) 41)) (-1452 (((-430 |#1|) |#1|) 30) (((-430 |#1|) |#1| (-656 (-48))) 33)) (-1676 (((-112) |#1|) 59)))
+(((-39 |#1|) (-10 -7 (-15 -1452 ((-430 |#1|) |#1| (-656 (-48)))) (-15 -1452 ((-430 |#1|) |#1|)) (-15 -3102 ((-430 |#1|) |#1|)) (-15 -1676 ((-112) |#1|))) (-1264 (-48))) (T -39))
+((-1676 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-39 *3)) (-4 *3 (-1264 (-48))))) (-3102 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1264 (-48))))) (-1452 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1264 (-48))))) (-1452 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-48))) (-5 *2 (-430 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1264 (-48))))))
+(-10 -7 (-15 -1452 ((-430 |#1|) |#1| (-656 (-48)))) (-15 -1452 ((-430 |#1|) |#1|)) (-15 -3102 ((-430 |#1|) |#1|)) (-15 -1676 ((-112) |#1|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1544 (((-2 (|:| |num| (-1288 |#2|)) (|:| |den| |#2|)) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| (-419 |#2|) (-374)))) (-2116 (($ $) NIL (|has| (-419 |#2|) (-374)))) (-2898 (((-112) $) NIL (|has| (-419 |#2|) (-374)))) (-2237 (((-701 (-419 |#2|)) (-1288 $)) NIL) (((-701 (-419 |#2|))) NIL)) (-3832 (((-419 |#2|) $) NIL)) (-3197 (((-1210 (-940) (-783)) (-576)) NIL (|has| (-419 |#2|) (-360)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL (|has| (-419 |#2|) (-374)))) (-2068 (((-430 $) $) NIL (|has| (-419 |#2|) (-374)))) (-4064 (((-112) $ $) NIL (|has| (-419 |#2|) (-374)))) (-2200 (((-783)) NIL (|has| (-419 |#2|) (-379)))) (-3493 (((-112)) NIL)) (-1490 (((-112) |#1|) NIL) (((-112) |#2|) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL (|has| (-419 |#2|) (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-419 |#2|) (-1059 (-419 (-576))))) (((-3 (-419 |#2|) "failed") $) NIL)) (-2318 (((-576) $) NIL (|has| (-419 |#2|) (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| (-419 |#2|) (-1059 (-419 (-576))))) (((-419 |#2|) $) NIL)) (-3093 (($ (-1288 (-419 |#2|)) (-1288 $)) NIL) (($ (-1288 (-419 |#2|))) 61) (($ (-1288 |#2|) |#2|) 131)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-419 |#2|) (-360)))) (-1892 (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-3104 (((-701 (-419 |#2|)) $ (-1288 $)) NIL) (((-701 (-419 |#2|)) $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-419 |#2|))) (|:| |vec| (-1288 (-419 |#2|)))) (-701 $) (-1288 $)) NIL) (((-701 (-419 |#2|)) (-701 $)) NIL)) (-2514 (((-1288 $) (-1288 $)) NIL)) (-2722 (($ |#3|) NIL) (((-3 $ "failed") (-419 |#3|)) NIL (|has| (-419 |#2|) (-374)))) (-2413 (((-3 $ "failed") $) NIL)) (-3656 (((-656 (-656 |#1|))) NIL (|has| |#1| (-379)))) (-3794 (((-112) |#1| |#1|) NIL)) (-4136 (((-940)) NIL)) (-4370 (($) NIL (|has| (-419 |#2|) (-379)))) (-1693 (((-112)) NIL)) (-2342 (((-112) |#1|) NIL) (((-112) |#2|) NIL)) (-1905 (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| (-419 |#2|) (-374)))) (-1770 (($ $) NIL)) (-1766 (($) NIL (|has| (-419 |#2|) (-360)))) (-2430 (((-112) $) NIL (|has| (-419 |#2|) (-360)))) (-2566 (($ $ (-783)) NIL (|has| (-419 |#2|) (-360))) (($ $) NIL (|has| (-419 |#2|) (-360)))) (-3742 (((-112) $) NIL (|has| (-419 |#2|) (-374)))) (-1760 (((-940) $) NIL (|has| (-419 |#2|) (-360))) (((-845 (-940)) $) NIL (|has| (-419 |#2|) (-360)))) (-3315 (((-112) $) NIL)) (-3008 (((-783)) NIL)) (-2466 (((-1288 $) (-1288 $)) 106)) (-2828 (((-419 |#2|) $) NIL)) (-3519 (((-656 (-971 |#1|)) (-1197)) NIL (|has| |#1| (-374)))) (-4080 (((-3 $ "failed") $) NIL (|has| (-419 |#2|) (-360)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| (-419 |#2|) (-374)))) (-3817 ((|#3| $) NIL (|has| (-419 |#2|) (-374)))) (-2106 (((-940) $) NIL (|has| (-419 |#2|) (-379)))) (-2709 ((|#3| $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-419 |#2|))) (|:| |vec| (-1288 (-419 |#2|)))) (-1288 $) $) NIL) (((-701 (-419 |#2|)) (-1288 $)) NIL)) (-3078 (($ (-656 $)) NIL (|has| (-419 |#2|) (-374))) (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-4185 (((-1179) $) NIL)) (-2220 (((-1293) (-783)) 84)) (-2397 (((-701 (-419 |#2|))) 56)) (-2885 (((-701 (-419 |#2|))) 49)) (-1668 (($ $) NIL (|has| (-419 |#2|) (-374)))) (-3336 (($ (-1288 |#2|) |#2|) 132)) (-2006 (((-701 (-419 |#2|))) 50)) (-2328 (((-701 (-419 |#2|))) 48)) (-4180 (((-2 (|:| |num| (-701 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 130)) (-1339 (((-2 (|:| |num| (-1288 |#2|)) (|:| |den| |#2|)) $) 68)) (-3205 (((-1288 $)) 47)) (-2570 (((-1288 $)) 46)) (-2926 (((-112) $) NIL)) (-1985 (((-112) $) NIL) (((-112) $ |#1|) NIL) (((-112) $ |#2|) NIL)) (-3651 (($) NIL (|has| (-419 |#2|) (-360)) CONST)) (-2409 (($ (-940)) NIL (|has| (-419 |#2|) (-379)))) (-1345 (((-3 |#2| "failed")) NIL)) (-3117 (((-1141) $) NIL)) (-2141 (((-783)) NIL)) (-2549 (($) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| (-419 |#2|) (-374)))) (-3115 (($ (-656 $)) NIL (|has| (-419 |#2|) (-374))) (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) NIL (|has| (-419 |#2|) (-360)))) (-1452 (((-430 $) $) NIL (|has| (-419 |#2|) (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-419 |#2|) (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| (-419 |#2|) (-374)))) (-1943 (((-3 $ "failed") $ $) NIL (|has| (-419 |#2|) (-374)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| (-419 |#2|) (-374)))) (-3199 (((-783) $) NIL (|has| (-419 |#2|) (-374)))) (-4369 ((|#1| $ |#1| |#1|) NIL)) (-1330 (((-3 |#2| "failed")) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| (-419 |#2|) (-374)))) (-3053 (((-419 |#2|) (-1288 $)) NIL) (((-419 |#2|)) 44)) (-3923 (((-783) $) NIL (|has| (-419 |#2|) (-360))) (((-3 (-783) "failed") $ $) NIL (|has| (-419 |#2|) (-360)))) (-4107 (($ $ (-1 (-419 |#2|) (-419 |#2|))) NIL (|has| (-419 |#2|) (-374))) (($ $ (-1 (-419 |#2|) (-419 |#2|)) (-783)) NIL (|has| (-419 |#2|) (-374))) (($ $ (-1 |#2| |#2|)) 126) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))))) (($ $ (-783)) NIL (-3795 (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360)))) (($ $) NIL (-3795 (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360))))) (-4297 (((-701 (-419 |#2|)) (-1288 $) (-1 (-419 |#2|) (-419 |#2|))) NIL (|has| (-419 |#2|) (-374)))) (-2030 ((|#3|) 55)) (-1986 (($) NIL (|has| (-419 |#2|) (-360)))) (-3219 (((-1288 (-419 |#2|)) $ (-1288 $)) NIL) (((-701 (-419 |#2|)) (-1288 $) (-1288 $)) NIL) (((-1288 (-419 |#2|)) $) 62) (((-701 (-419 |#2|)) (-1288 $)) 107)) (-1554 (((-1288 (-419 |#2|)) $) NIL) (($ (-1288 (-419 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (|has| (-419 |#2|) (-360)))) (-3151 (((-1288 $) (-1288 $)) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ (-419 |#2|)) NIL) (($ (-419 (-576))) NIL (-3795 (|has| (-419 |#2|) (-1059 (-419 (-576)))) (|has| (-419 |#2|) (-374)))) (($ $) NIL (|has| (-419 |#2|) (-374)))) (-3346 (($ $) NIL (|has| (-419 |#2|) (-360))) (((-3 $ "failed") $) NIL (|has| (-419 |#2|) (-146)))) (-2837 ((|#3| $) NIL)) (-2864 (((-783)) NIL T CONST)) (-3323 (((-112)) 42)) (-4036 (((-112) |#1|) 54) (((-112) |#2|) 138)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) NIL)) (-4095 (((-112) $ $) NIL (|has| (-419 |#2|) (-374)))) (-2414 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-3381 (((-112)) NIL)) (-4312 (($) 17 T CONST)) (-4322 (($) 27 T CONST)) (-3157 (($ $ (-1 (-419 |#2|) (-419 |#2|))) NIL (|has| (-419 |#2|) (-374))) (($ $ (-1 (-419 |#2|) (-419 |#2|)) (-783)) NIL (|has| (-419 |#2|) (-374))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))))) (($ $ (-783)) NIL (-3795 (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360)))) (($ $) NIL (-3795 (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360))))) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| (-419 |#2|) (-374)))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 |#2|)) NIL) (($ (-419 |#2|) $) NIL) (($ (-419 (-576)) $) NIL (|has| (-419 |#2|) (-374))) (($ $ (-419 (-576))) NIL (|has| (-419 |#2|) (-374)))))
+(((-40 |#1| |#2| |#3| |#4|) (-13 (-353 |#1| |#2| |#3|) (-10 -7 (-15 -2220 ((-1293) (-783))))) (-374) (-1264 |#1|) (-1264 (-419 |#2|)) |#3|) (T -40))
+((-2220 (*1 *2 *3) (-12 (-5 *3 (-783)) (-4 *4 (-374)) (-4 *5 (-1264 *4)) (-5 *2 (-1293)) (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1264 (-419 *5))) (-14 *7 *6))))
+(-13 (-353 |#1| |#2| |#3|) (-10 -7 (-15 -2220 ((-1293) (-783)))))
+((-2322 ((|#2| |#2|) 47)) (-2791 ((|#2| |#2|) 139 (-12 (|has| |#2| (-442 |#1|)) (|has| |#1| (-13 (-464) (-1059 (-576))))))) (-4242 ((|#2| |#2|) 100 (-12 (|has| |#2| (-442 |#1|)) (|has| |#1| (-13 (-464) (-1059 (-576))))))) (-4399 ((|#2| |#2|) 101 (-12 (|has| |#2| (-442 |#1|)) (|has| |#1| (-13 (-464) (-1059 (-576))))))) (-1412 ((|#2| (-115) |#2| (-783)) 135 (-12 (|has| |#2| (-442 |#1|)) (|has| |#1| (-13 (-464) (-1059 (-576))))))) (-2934 (((-1193 |#2|) |#2|) 44)) (-3947 ((|#2| |#2| (-656 (-624 |#2|))) 18) ((|#2| |#2| (-656 |#2|)) 20) ((|#2| |#2| |#2|) 21) ((|#2| |#2|) 16)))
+(((-41 |#1| |#2|) (-10 -7 (-15 -2322 (|#2| |#2|)) (-15 -3947 (|#2| |#2|)) (-15 -3947 (|#2| |#2| |#2|)) (-15 -3947 (|#2| |#2| (-656 |#2|))) (-15 -3947 (|#2| |#2| (-656 (-624 |#2|)))) (-15 -2934 ((-1193 |#2|) |#2|)) (IF (|has| |#1| (-13 (-464) (-1059 (-576)))) (IF (|has| |#2| (-442 |#1|)) (PROGN (-15 -4399 (|#2| |#2|)) (-15 -4242 (|#2| |#2|)) (-15 -2791 (|#2| |#2|)) (-15 -1412 (|#2| (-115) |#2| (-783)))) |%noBranch|) |%noBranch|)) (-568) (-13 (-374) (-312) (-10 -8 (-15 -2687 ((-1146 |#1| (-624 $)) $)) (-15 -2698 ((-1146 |#1| (-624 $)) $)) (-15 -4114 ($ (-1146 |#1| (-624 $))))))) (T -41))
+((-1412 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-115)) (-5 *4 (-783)) (-4 *5 (-13 (-464) (-1059 (-576)))) (-4 *5 (-568)) (-5 *1 (-41 *5 *2)) (-4 *2 (-442 *5)) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -2687 ((-1146 *5 (-624 $)) $)) (-15 -2698 ((-1146 *5 (-624 $)) $)) (-15 -4114 ($ (-1146 *5 (-624 $))))))))) (-2791 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1059 (-576)))) (-4 *3 (-568)) (-5 *1 (-41 *3 *2)) (-4 *2 (-442 *3)) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -2687 ((-1146 *3 (-624 $)) $)) (-15 -2698 ((-1146 *3 (-624 $)) $)) (-15 -4114 ($ (-1146 *3 (-624 $))))))))) (-4242 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1059 (-576)))) (-4 *3 (-568)) (-5 *1 (-41 *3 *2)) (-4 *2 (-442 *3)) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -2687 ((-1146 *3 (-624 $)) $)) (-15 -2698 ((-1146 *3 (-624 $)) $)) (-15 -4114 ($ (-1146 *3 (-624 $))))))))) (-4399 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1059 (-576)))) (-4 *3 (-568)) (-5 *1 (-41 *3 *2)) (-4 *2 (-442 *3)) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -2687 ((-1146 *3 (-624 $)) $)) (-15 -2698 ((-1146 *3 (-624 $)) $)) (-15 -4114 ($ (-1146 *3 (-624 $))))))))) (-2934 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-1193 *3)) (-5 *1 (-41 *4 *3)) (-4 *3 (-13 (-374) (-312) (-10 -8 (-15 -2687 ((-1146 *4 (-624 $)) $)) (-15 -2698 ((-1146 *4 (-624 $)) $)) (-15 -4114 ($ (-1146 *4 (-624 $))))))))) (-3947 (*1 *2 *2 *3) (-12 (-5 *3 (-656 (-624 *2))) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -2687 ((-1146 *4 (-624 $)) $)) (-15 -2698 ((-1146 *4 (-624 $)) $)) (-15 -4114 ($ (-1146 *4 (-624 $))))))) (-4 *4 (-568)) (-5 *1 (-41 *4 *2)))) (-3947 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -2687 ((-1146 *4 (-624 $)) $)) (-15 -2698 ((-1146 *4 (-624 $)) $)) (-15 -4114 ($ (-1146 *4 (-624 $))))))) (-4 *4 (-568)) (-5 *1 (-41 *4 *2)))) (-3947 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -2687 ((-1146 *3 (-624 $)) $)) (-15 -2698 ((-1146 *3 (-624 $)) $)) (-15 -4114 ($ (-1146 *3 (-624 $))))))))) (-3947 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -2687 ((-1146 *3 (-624 $)) $)) (-15 -2698 ((-1146 *3 (-624 $)) $)) (-15 -4114 ($ (-1146 *3 (-624 $))))))))) (-2322 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-374) (-312) (-10 -8 (-15 -2687 ((-1146 *3 (-624 $)) $)) (-15 -2698 ((-1146 *3 (-624 $)) $)) (-15 -4114 ($ (-1146 *3 (-624 $))))))))))
+(-10 -7 (-15 -2322 (|#2| |#2|)) (-15 -3947 (|#2| |#2|)) (-15 -3947 (|#2| |#2| |#2|)) (-15 -3947 (|#2| |#2| (-656 |#2|))) (-15 -3947 (|#2| |#2| (-656 (-624 |#2|)))) (-15 -2934 ((-1193 |#2|) |#2|)) (IF (|has| |#1| (-13 (-464) (-1059 (-576)))) (IF (|has| |#2| (-442 |#1|)) (PROGN (-15 -4399 (|#2| |#2|)) (-15 -4242 (|#2| |#2|)) (-15 -2791 (|#2| |#2|)) (-15 -1412 (|#2| (-115) |#2| (-783)))) |%noBranch|) |%noBranch|))
+((-1452 (((-430 (-1193 |#3|)) (-1193 |#3|) (-656 (-48))) 23) (((-430 |#3|) |#3| (-656 (-48))) 19)))
+(((-42 |#1| |#2| |#3|) (-10 -7 (-15 -1452 ((-430 |#3|) |#3| (-656 (-48)))) (-15 -1452 ((-430 (-1193 |#3|)) (-1193 |#3|) (-656 (-48))))) (-862) (-805) (-968 (-48) |#2| |#1|)) (T -42))
+((-1452 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-48))) (-4 *5 (-862)) (-4 *6 (-805)) (-4 *7 (-968 (-48) *6 *5)) (-5 *2 (-430 (-1193 *7))) (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1193 *7)))) (-1452 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-48))) (-4 *5 (-862)) (-4 *6 (-805)) (-5 *2 (-430 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-968 (-48) *6 *5)))))
+(-10 -7 (-15 -1452 ((-430 |#3|) |#3| (-656 (-48)))) (-15 -1452 ((-430 (-1193 |#3|)) (-1193 |#3|) (-656 (-48)))))
+((-2802 (((-783) |#2|) 70)) (-3966 (((-783) |#2|) 74)) (-1809 (((-656 |#2|)) 37)) (-2372 (((-783) |#2|) 73)) (-3772 (((-783) |#2|) 69)) (-3012 (((-783) |#2|) 72)) (-4344 (((-656 (-701 |#1|))) 65)) (-3626 (((-656 |#2|)) 60)) (-1511 (((-656 |#2|) |#2|) 48)) (-4140 (((-656 |#2|)) 62)) (-2471 (((-656 |#2|)) 61)) (-2459 (((-656 (-701 |#1|))) 53)) (-2554 (((-656 |#2|)) 59)) (-2481 (((-656 |#2|) |#2|) 47)) (-1413 (((-656 |#2|)) 55)) (-2284 (((-656 (-701 |#1|))) 66)) (-3321 (((-656 |#2|)) 64)) (-1726 (((-1288 |#2|) (-1288 |#2|)) 99 (|has| |#1| (-317)))))
+(((-43 |#1| |#2|) (-10 -7 (-15 -2372 ((-783) |#2|)) (-15 -3966 ((-783) |#2|)) (-15 -3772 ((-783) |#2|)) (-15 -2802 ((-783) |#2|)) (-15 -3012 ((-783) |#2|)) (-15 -1413 ((-656 |#2|))) (-15 -2481 ((-656 |#2|) |#2|)) (-15 -1511 ((-656 |#2|) |#2|)) (-15 -2554 ((-656 |#2|))) (-15 -3626 ((-656 |#2|))) (-15 -2471 ((-656 |#2|))) (-15 -4140 ((-656 |#2|))) (-15 -3321 ((-656 |#2|))) (-15 -2459 ((-656 (-701 |#1|)))) (-15 -4344 ((-656 (-701 |#1|)))) (-15 -2284 ((-656 (-701 |#1|)))) (-15 -1809 ((-656 |#2|))) (IF (|has| |#1| (-317)) (-15 -1726 ((-1288 |#2|) (-1288 |#2|))) |%noBranch|)) (-568) (-429 |#1|)) (T -43))
+((-1726 (*1 *2 *2) (-12 (-5 *2 (-1288 *4)) (-4 *4 (-429 *3)) (-4 *3 (-317)) (-4 *3 (-568)) (-5 *1 (-43 *3 *4)))) (-1809 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-2284 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 (-701 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-4344 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 (-701 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-2459 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 (-701 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-3321 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-4140 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-2471 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-3626 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-2554 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-1511 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-656 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-429 *4)))) (-2481 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-656 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-429 *4)))) (-1413 (*1 *2) (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-429 *3)))) (-3012 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3)) (-4 *3 (-429 *4)))) (-2802 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3)) (-4 *3 (-429 *4)))) (-3772 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3)) (-4 *3 (-429 *4)))) (-3966 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3)) (-4 *3 (-429 *4)))) (-2372 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3)) (-4 *3 (-429 *4)))))
+(-10 -7 (-15 -2372 ((-783) |#2|)) (-15 -3966 ((-783) |#2|)) (-15 -3772 ((-783) |#2|)) (-15 -2802 ((-783) |#2|)) (-15 -3012 ((-783) |#2|)) (-15 -1413 ((-656 |#2|))) (-15 -2481 ((-656 |#2|) |#2|)) (-15 -1511 ((-656 |#2|) |#2|)) (-15 -2554 ((-656 |#2|))) (-15 -3626 ((-656 |#2|))) (-15 -2471 ((-656 |#2|))) (-15 -4140 ((-656 |#2|))) (-15 -3321 ((-656 |#2|))) (-15 -2459 ((-656 (-701 |#1|)))) (-15 -4344 ((-656 (-701 |#1|)))) (-15 -2284 ((-656 (-701 |#1|)))) (-15 -1809 ((-656 |#2|))) (IF (|has| |#1| (-317)) (-15 -1726 ((-1288 |#2|) (-1288 |#2|))) |%noBranch|))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-4352 (((-3 $ "failed")) NIL (|has| |#1| (-568)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4235 (((-1288 (-701 |#1|)) (-1288 $)) NIL) (((-1288 (-701 |#1|))) 24)) (-1667 (((-1288 $)) 52)) (-3853 (($) NIL T CONST)) (-1568 (((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed")) NIL (|has| |#1| (-568)))) (-4398 (((-3 $ "failed")) NIL (|has| |#1| (-568)))) (-3998 (((-701 |#1|) (-1288 $)) NIL) (((-701 |#1|)) NIL)) (-1557 ((|#1| $) NIL)) (-3726 (((-701 |#1|) $ (-1288 $)) NIL) (((-701 |#1|) $) NIL)) (-2783 (((-3 $ "failed") $) NIL (|has| |#1| (-568)))) (-3301 (((-1193 (-971 |#1|))) NIL (|has| |#1| (-374)))) (-3679 (($ $ (-940)) NIL)) (-4309 ((|#1| $) NIL)) (-4163 (((-1193 |#1|) $) NIL (|has| |#1| (-568)))) (-3779 ((|#1| (-1288 $)) NIL) ((|#1|) NIL)) (-4098 (((-1193 |#1|) $) NIL)) (-3782 (((-112)) 99)) (-3093 (($ (-1288 |#1|) (-1288 $)) NIL) (($ (-1288 |#1|)) NIL)) (-2413 (((-3 $ "failed") $) 14 (|has| |#1| (-568)))) (-4136 (((-940)) 53)) (-1493 (((-112)) NIL)) (-3228 (($ $ (-940)) NIL)) (-4016 (((-112)) NIL)) (-2352 (((-112)) NIL)) (-2028 (((-112)) 101)) (-1711 (((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed")) NIL (|has| |#1| (-568)))) (-3344 (((-3 $ "failed")) NIL (|has| |#1| (-568)))) (-3746 (((-701 |#1|) (-1288 $)) NIL) (((-701 |#1|)) NIL)) (-3167 ((|#1| $) NIL)) (-2697 (((-701 |#1|) $ (-1288 $)) NIL) (((-701 |#1|) $) NIL)) (-3191 (((-3 $ "failed") $) NIL (|has| |#1| (-568)))) (-2639 (((-1193 (-971 |#1|))) NIL (|has| |#1| (-374)))) (-3171 (($ $ (-940)) NIL)) (-3233 ((|#1| $) NIL)) (-3682 (((-1193 |#1|) $) NIL (|has| |#1| (-568)))) (-4396 ((|#1| (-1288 $)) NIL) ((|#1|) NIL)) (-4120 (((-1193 |#1|) $) NIL)) (-3668 (((-112)) 98)) (-4185 (((-1179) $) NIL)) (-3601 (((-112)) 106)) (-2018 (((-112)) 105)) (-2798 (((-112)) 107)) (-3117 (((-1141) $) NIL)) (-2022 (((-112)) 100)) (-4369 ((|#1| $ (-576)) 55)) (-3219 (((-1288 |#1|) $ (-1288 $)) 48) (((-701 |#1|) (-1288 $) (-1288 $)) NIL) (((-1288 |#1|) $) 28) (((-701 |#1|) (-1288 $)) NIL)) (-1554 (((-1288 |#1|) $) NIL) (($ (-1288 |#1|)) NIL)) (-2189 (((-656 (-971 |#1|)) (-1288 $)) NIL) (((-656 (-971 |#1|))) NIL)) (-3595 (($ $ $) NIL)) (-3954 (((-112)) 95)) (-4114 (((-876) $) 71) (($ (-1288 |#1|)) 22)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) 51)) (-2136 (((-656 (-1288 |#1|))) NIL (|has| |#1| (-568)))) (-2781 (($ $ $ $) NIL)) (-3174 (((-112)) 91)) (-2653 (($ (-701 |#1|) $) 18)) (-1800 (($ $ $) NIL)) (-3590 (((-112)) 97)) (-2112 (((-112)) 92)) (-2000 (((-112)) 90)) (-4312 (($) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 80) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-1163 |#2| |#1|) $) 19)))
+(((-44 |#1| |#2| |#3| |#4|) (-13 (-429 |#1|) (-660 (-1163 |#2| |#1|)) (-10 -8 (-15 -4114 ($ (-1288 |#1|))))) (-374) (-940) (-656 (-1197)) (-1288 (-701 |#1|))) (T -44))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1288 *3)) (-4 *3 (-374)) (-14 *6 (-1288 (-701 *3))) (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))))))
+(-13 (-429 |#1|) (-660 (-1163 |#2| |#1|)) (-10 -8 (-15 -4114 ($ (-1288 |#1|)))))
+((-1955 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)) (|has| |#2| (-102))))) (-1688 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-3457 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-3095 (($ $) NIL)) (-1975 (($) NIL) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-1758 (((-1293) $ |#1| |#1|) NIL (|has| $ (-6 -4465))) (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-1720 (($ $ (-576)) NIL (|has| $ (-6 -4465)))) (-2033 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL) (((-112) $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-2218 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4465))) (($ $) NIL (-12 (|has| $ (-6 -4465)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862))))) (-2380 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL) (($ $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-1951 (((-112) $ (-783)) NIL)) (-1450 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (|has| $ (-6 -4465)))) (-3123 (($ $ $) 33 (|has| $ (-6 -4465)))) (-3527 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (|has| $ (-6 -4465)))) (-4249 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 35 (|has| $ (-6 -4465)))) (-4268 ((|#2| $ |#1| |#2|) 53) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-576) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (|has| $ (-6 -4465))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-1255 (-576)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (|has| $ (-6 -4465))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ "last" (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (|has| $ (-6 -4465))) (($ $ "rest" $) NIL (|has| $ (-6 -4465))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ "first" (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (|has| $ (-6 -4465))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ "value" (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) NIL (|has| $ (-6 -4465)))) (-2250 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL)) (-3604 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-3443 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-2049 (((-3 |#2| "failed") |#1| $) 43)) (-3853 (($) NIL T CONST)) (-1370 (($ $) NIL (|has| $ (-6 -4465)))) (-4204 (($ $) NIL)) (-1762 (($ $ (-783)) NIL) (($ $) 29)) (-1966 (($ $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-1678 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-3 |#2| "failed") |#1| $) 56) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL) (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (-2824 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-2722 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (|has| $ (-6 -4464))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (|has| $ (-6 -4464))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-1908 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4465))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-576) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (|has| $ (-6 -4465)))) (-3721 ((|#2| $ |#1|) NIL) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-576)) NIL)) (-4127 (((-112) $) NIL)) (-3539 (((-576) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL) (((-576) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))) (((-576) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-576)) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (-3722 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 20 (|has| $ (-6 -4464))) (((-656 |#2|) $) NIL (|has| $ (-6 -4464))) (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 20 (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) NIL)) (-2317 (((-112) $ $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (-1988 (($ (-783) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-3176 ((|#1| $) NIL (|has| |#1| (-862))) (((-576) $) 38 (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-3528 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-3181 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-4302 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-656 |#2|) $) NIL (|has| $ (-6 -4464))) (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121)))) (((-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-2316 ((|#1| $) NIL (|has| |#1| (-862))) (((-576) $) 40 (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-1896 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4465))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4465))) (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ $) NIL) (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL)) (-2784 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4186 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL)) (-1925 (((-112) $) NIL)) (-4185 (((-1179) $) 49 (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-2850 (($ $ (-783)) NIL) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-2353 (((-656 |#1|) $) 22)) (-3367 (((-112) |#1| $) NIL)) (-4306 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-3846 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL) (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-3386 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-4402 (((-656 |#1|) $) NIL) (((-656 (-576)) $) NIL)) (-1505 (((-112) |#1| $) NIL) (((-112) (-576) $) NIL)) (-3117 (((-1141) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-1753 ((|#2| $) NIL (|has| |#1| (-862))) (($ $ (-783)) NIL) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 27)) (-2922 (((-3 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) "failed") (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL) (((-3 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) "failed") (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL)) (-3140 (($ $ |#2|) NIL (|has| $ (-6 -4465))) (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (|has| $ (-6 -4465)))) (-1470 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-1651 (((-112) $) NIL)) (-3484 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121)))) (((-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-3700 (((-656 |#2|) $) NIL) (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 19)) (-4190 (((-112) $) 18)) (-3029 (($) 14)) (-4369 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-576) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ (-576)) NIL) (($ $ (-1255 (-576))) NIL) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ "last") NIL) (($ $ "rest") NIL) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ "first") NIL) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $ "value") NIL)) (-3088 (((-576) $ $) NIL)) (-1455 (($) 13) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-1601 (($ $ (-576)) NIL) (($ $ (-1255 (-576))) NIL)) (-2335 (($ $ (-576)) NIL) (($ $ (-1255 (-576))) NIL)) (-1906 (((-112) $) NIL)) (-1916 (($ $) NIL)) (-2432 (($ $) NIL (|has| $ (-6 -4465)))) (-3738 (((-783) $) NIL)) (-2178 (($ $) NIL)) (-3131 (((-783) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-783) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121)))) (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464))) (((-783) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-783) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-3796 (($ $ $ (-576)) NIL (|has| $ (-6 -4465)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-626 (-548))))) (-4125 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-3179 (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL) (($ $ $) NIL)) (-2767 (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL) (($ (-656 $)) NIL) (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 31) (($ $ $) NIL)) (-4114 (((-876) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-625 (-876))) (|has| |#2| (-625 (-876)))))) (-3429 (((-656 $) $) NIL)) (-2090 (((-112) $ $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (-3000 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-3356 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-2865 (((-3 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) "failed") |#1| $) 51)) (-1746 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-3975 (((-112) $ $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-3939 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)) (|has| |#2| (-102))))) (-3985 (((-112) $ $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-3962 (((-112) $ $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-862)))) (-1968 (((-783) $) 25 (|has| $ (-6 -4464)))))
+(((-45 |#1| |#2|) (-36 |#1| |#2|) (-1121) (-1121)) (T -45))
NIL
(-36 |#1| |#2|)
-((-2544 (((-112) $) 12)) (-4114 (($ (-1 |#2| |#2|) $) 21)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ (-419 (-576)) $) 25) (($ $ (-419 (-576))) NIL)))
-(((-46 |#1| |#2| |#3|) (-10 -8 (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 -2544 ((-112) |#1|)) (-15 -4114 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-938) |#1|))) (-47 |#2| |#3|) (-1068) (-804)) (T -46))
-NIL
-(-10 -8 (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 -2544 ((-112) |#1|)) (-15 -4114 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-938) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-4380 (($ $) 64 (|has| |#1| (-568)))) (-1657 (((-112) $) 66 (|has| |#1| (-568)))) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2109 (($ $) 72)) (-2251 (((-3 $ "failed") $) 37)) (-3612 (((-112) $) 35)) (-2544 (((-112) $) 74)) (-1940 (($ |#1| |#2|) 73)) (-4114 (($ (-1 |#1| |#1|) $) 75)) (-2076 (($ $) 77)) (-2086 ((|#1| $) 78)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3473 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568)))) (-1967 ((|#2| $) 76)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 69 (|has| |#1| (-38 (-419 (-576))))) (($ $) 61 (|has| |#1| (-568))) (($ |#1|) 59 (|has| |#1| (-174)))) (-1749 ((|#1| $ |#2|) 71)) (-2846 (((-3 $ "failed") $) 60 (|has| |#1| (-146)))) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 65 (|has| |#1| (-568)))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#1|) 70 (|has| |#1| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
-(((-47 |#1| |#2|) (-141) (-1068) (-804)) (T -47))
-((-2086 (*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1068)))) (-2076 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-804)))) (-1967 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-804)))) (-4114 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804)))) (-2544 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804)) (-5 *2 (-112)))) (-1940 (*1 *1 *2 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-804)))) (-2109 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-804)))) (-1749 (*1 *2 *1 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1068)))) (-3054 (*1 *1 *1 *2) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-804)) (-4 *2 (-374)))))
-(-13 (-1068) (-111 |t#1| |t#1|) (-10 -8 (-15 -2086 (|t#1| $)) (-15 -2076 ($ $)) (-15 -1967 (|t#2| $)) (-15 -4114 ($ (-1 |t#1| |t#1|) $)) (-15 -2544 ((-112) $)) (-15 -1940 ($ |t#1| |t#2|)) (-15 -2109 ($ $)) (-15 -1749 (|t#1| $ |t#2|)) (IF (|has| |t#1| (-374)) (-15 -3054 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-174)) (PROGN (-6 (-174)) (-6 (-38 |t#1|))) |%noBranch|) (IF (|has| |t#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |t#1| (-568)) (-6 (-568)) |%noBranch|) (IF (|has| |t#1| (-38 (-419 (-576)))) (-6 (-38 (-419 (-576)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) |has| |#1| (-568)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) |has| |#1| (-38 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-628 $) |has| |#1| (-568)) ((-625 (-874)) . T) ((-174) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-300) |has| |#1| (-568)) ((-568) |has| |#1| (-568)) ((-658 #0#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) |has| |#1| (-38 (-419 (-576)))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) |has| |#1| (-568)) ((-729 #0#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) |has| |#1| (-568)) ((-738) . T) ((-1070 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1070 |#1|) . T) ((-1070 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1075 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1075 |#1|) . T) ((-1075 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-3764 (((-656 $) (-1191 $) (-1195)) NIL) (((-656 $) (-1191 $)) NIL) (((-656 $) (-969 $)) NIL)) (-2215 (($ (-1191 $) (-1195)) NIL) (($ (-1191 $)) NIL) (($ (-969 $)) NIL)) (-1353 (((-112) $) 9)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-3986 (((-656 (-624 $)) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-3425 (($ $ (-304 $)) NIL) (($ $ (-656 (-304 $))) NIL) (($ $ (-656 (-624 $)) (-656 $)) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1838 (($ $) NIL)) (-1829 (((-112) $ $) NIL)) (-2135 (($) NIL T CONST)) (-2869 (((-656 $) (-1191 $) (-1195)) NIL) (((-656 $) (-1191 $)) NIL) (((-656 $) (-969 $)) NIL)) (-2663 (($ (-1191 $) (-1195)) NIL) (($ (-1191 $)) NIL) (($ (-969 $)) NIL)) (-1570 (((-3 (-624 $) "failed") $) NIL) (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL)) (-2857 (((-624 $) $) NIL) (((-576) $) NIL) (((-419 (-576)) $) NIL)) (-3426 (($ $ $) NIL)) (-3142 (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL) (((-701 (-576)) (-701 $)) NIL) (((-2 (|:| -1953 (-701 (-419 (-576)))) (|:| |vec| (-1286 (-419 (-576))))) (-701 $) (-1286 $)) NIL) (((-701 (-419 (-576))) (-701 $)) NIL)) (-3683 (($ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-1524 (($ $) NIL) (($ (-656 $)) NIL)) (-2358 (((-656 (-115)) $) NIL)) (-1774 (((-115) (-115)) NIL)) (-3612 (((-112) $) 11)) (-2044 (((-112) $) NIL (|has| $ (-1057 (-576))))) (-1568 (((-1144 (-576) (-624 $)) $) NIL)) (-3867 (($ $ (-576)) NIL)) (-1650 (((-1191 $) (-1191 $) (-624 $)) NIL) (((-1191 $) (-1191 $) (-656 (-624 $))) NIL) (($ $ (-624 $)) NIL) (($ $ (-656 (-624 $))) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3820 (((-1191 $) (-624 $)) NIL (|has| $ (-1068)))) (-4114 (($ (-1 $ $) (-624 $)) NIL)) (-3497 (((-3 (-624 $) "failed") $) NIL)) (-1853 (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL) (((-701 (-576)) (-1286 $)) NIL) (((-2 (|:| -1953 (-701 (-419 (-576)))) (|:| |vec| (-1286 (-419 (-576))))) (-1286 $) $) NIL) (((-701 (-419 (-576))) (-1286 $)) NIL)) (-3457 (($ (-656 $)) NIL) (($ $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1761 (((-656 (-624 $)) $) NIL)) (-1637 (($ (-115) $) NIL) (($ (-115) (-656 $)) NIL)) (-3796 (((-112) $ (-115)) NIL) (((-112) $ (-1195)) NIL)) (-2045 (($ $) NIL)) (-2322 (((-783) $) NIL)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ (-656 $)) NIL) (($ $ $) NIL)) (-4257 (((-112) $ $) NIL) (((-112) $ (-1195)) NIL)) (-1827 (((-430 $) $) NIL)) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2227 (((-112) $) NIL (|has| $ (-1057 (-576))))) (-3281 (($ $ (-624 $) $) NIL) (($ $ (-656 (-624 $)) (-656 $)) NIL) (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-656 (-1195)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-1195)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-1195) (-1 $ (-656 $))) NIL) (($ $ (-1195) (-1 $ $)) NIL) (($ $ (-656 (-115)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-115) (-1 $ (-656 $))) NIL) (($ $ (-115) (-1 $ $)) NIL)) (-3909 (((-783) $) NIL)) (-2794 (($ (-115) $) NIL) (($ (-115) $ $) NIL) (($ (-115) $ $ $) NIL) (($ (-115) $ $ $ $) NIL) (($ (-115) (-656 $)) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-3401 (($ $) NIL) (($ $ $) NIL)) (-2770 (($ $) NIL) (($ $ (-783)) NIL)) (-1579 (((-1144 (-576) (-624 $)) $) NIL)) (-3117 (($ $) NIL (|has| $ (-1068)))) (-4169 (((-390) $) NIL) (((-227) $) NIL) (((-171 (-390)) $) NIL)) (-3567 (((-874) $) NIL) (($ (-624 $)) NIL) (($ (-419 (-576))) NIL) (($ $) NIL) (($ (-576)) NIL) (($ (-1144 (-576) (-624 $))) NIL)) (-2596 (((-783)) NIL T CONST)) (-3654 (($ $) NIL) (($ (-656 $)) NIL)) (-1824 (((-112) (-115)) NIL)) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-2716 (($) 6 T CONST)) (-2727 (($) 10 T CONST)) (-2014 (($ $) NIL) (($ $ (-783)) NIL)) (-2921 (((-112) $ $) 13)) (-3054 (($ $ $) NIL)) (-3041 (($ $ $) NIL) (($ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-419 (-576))) NIL) (($ $ (-576)) NIL) (($ $ (-783)) NIL) (($ $ (-938)) NIL)) (* (($ (-419 (-576)) $) NIL) (($ $ (-419 (-576))) NIL) (($ $ $) NIL) (($ (-576) $) NIL) (($ (-783) $) NIL) (($ (-938) $) NIL)))
-(((-48) (-13 (-312) (-27) (-1057 (-576)) (-1057 (-419 (-576))) (-651 (-576)) (-1041) (-651 (-419 (-576))) (-148) (-626 (-171 (-390))) (-238) (-10 -8 (-15 -3567 ($ (-1144 (-576) (-624 $)))) (-15 -1568 ((-1144 (-576) (-624 $)) $)) (-15 -1579 ((-1144 (-576) (-624 $)) $)) (-15 -3683 ($ $)) (-15 -1650 ((-1191 $) (-1191 $) (-624 $))) (-15 -1650 ((-1191 $) (-1191 $) (-656 (-624 $)))) (-15 -1650 ($ $ (-624 $))) (-15 -1650 ($ $ (-656 (-624 $))))))) (T -48))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1144 (-576) (-624 (-48)))) (-5 *1 (-48)))) (-1568 (*1 *2 *1) (-12 (-5 *2 (-1144 (-576) (-624 (-48)))) (-5 *1 (-48)))) (-1579 (*1 *2 *1) (-12 (-5 *2 (-1144 (-576) (-624 (-48)))) (-5 *1 (-48)))) (-3683 (*1 *1 *1) (-5 *1 (-48))) (-1650 (*1 *2 *2 *3) (-12 (-5 *2 (-1191 (-48))) (-5 *3 (-624 (-48))) (-5 *1 (-48)))) (-1650 (*1 *2 *2 *3) (-12 (-5 *2 (-1191 (-48))) (-5 *3 (-656 (-624 (-48)))) (-5 *1 (-48)))) (-1650 (*1 *1 *1 *2) (-12 (-5 *2 (-624 (-48))) (-5 *1 (-48)))) (-1650 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-624 (-48)))) (-5 *1 (-48)))))
-(-13 (-312) (-27) (-1057 (-576)) (-1057 (-419 (-576))) (-651 (-576)) (-1041) (-651 (-419 (-576))) (-148) (-626 (-171 (-390))) (-238) (-10 -8 (-15 -3567 ($ (-1144 (-576) (-624 $)))) (-15 -1568 ((-1144 (-576) (-624 $)) $)) (-15 -1579 ((-1144 (-576) (-624 $)) $)) (-15 -3683 ($ $)) (-15 -1650 ((-1191 $) (-1191 $) (-624 $))) (-15 -1650 ((-1191 $) (-1191 $) (-656 (-624 $)))) (-15 -1650 ($ $ (-624 $))) (-15 -1650 ($ $ (-656 (-624 $))))))
-((-3486 (((-112) $ $) NIL)) (-2087 (((-656 (-518)) $) 17)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 7)) (-2636 (((-1200) $) 18)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-49) (-13 (-1119) (-10 -8 (-15 -2087 ((-656 (-518)) $)) (-15 -2636 ((-1200) $))))) (T -49))
-((-2087 (*1 *2 *1) (-12 (-5 *2 (-656 (-518))) (-5 *1 (-49)))) (-2636 (*1 *2 *1) (-12 (-5 *2 (-1200)) (-5 *1 (-49)))))
-(-13 (-1119) (-10 -8 (-15 -2087 ((-656 (-518)) $)) (-15 -2636 ((-1200) $))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 85)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-2562 (((-112) $) 30)) (-1570 (((-3 |#1| "failed") $) 33)) (-2857 ((|#1| $) 34)) (-2109 (($ $) 40)) (-2251 (((-3 $ "failed") $) NIL)) (-3612 (((-112) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-2086 ((|#1| $) 31)) (-4356 (($ $) 74)) (-3881 (((-1177) $) NIL)) (-2437 (((-112) $) 43)) (-1448 (((-1139) $) NIL)) (-4126 (($ (-783)) 72)) (-4101 (($ (-656 (-576))) 73)) (-1967 (((-783) $) 44)) (-3567 (((-874) $) 91) (($ (-576)) 69) (($ |#1|) 67)) (-1749 ((|#1| $ $) 28)) (-2596 (((-783)) 71 T CONST)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 45 T CONST)) (-2727 (($) 17 T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) 64)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 65) (($ |#1| $) 58)))
-(((-50 |#1| |#2|) (-13 (-632 |#1|) (-1057 |#1|) (-10 -8 (-15 -2086 (|#1| $)) (-15 -4356 ($ $)) (-15 -2109 ($ $)) (-15 -1749 (|#1| $ $)) (-15 -4126 ($ (-783))) (-15 -4101 ($ (-656 (-576)))) (-15 -2437 ((-112) $)) (-15 -2562 ((-112) $)) (-15 -1967 ((-783) $)) (-15 -4114 ($ (-1 |#1| |#1|) $)))) (-1068) (-656 (-1195))) (T -50))
-((-2086 (*1 *2 *1) (-12 (-4 *2 (-1068)) (-5 *1 (-50 *2 *3)) (-14 *3 (-656 (-1195))))) (-4356 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1068)) (-14 *3 (-656 (-1195))))) (-2109 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1068)) (-14 *3 (-656 (-1195))))) (-1749 (*1 *2 *1 *1) (-12 (-4 *2 (-1068)) (-5 *1 (-50 *2 *3)) (-14 *3 (-656 (-1195))))) (-4126 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1068)) (-14 *4 (-656 (-1195))))) (-4101 (*1 *1 *2) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1068)) (-14 *4 (-656 (-1195))))) (-2437 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1068)) (-14 *4 (-656 (-1195))))) (-2562 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1068)) (-14 *4 (-656 (-1195))))) (-1967 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1068)) (-14 *4 (-656 (-1195))))) (-4114 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1068)) (-5 *1 (-50 *3 *4)) (-14 *4 (-656 (-1195))))))
-(-13 (-632 |#1|) (-1057 |#1|) (-10 -8 (-15 -2086 (|#1| $)) (-15 -4356 ($ $)) (-15 -2109 ($ $)) (-15 -1749 (|#1| $ $)) (-15 -4126 ($ (-783))) (-15 -4101 ($ (-656 (-576)))) (-15 -2437 ((-112) $)) (-15 -2562 ((-112) $)) (-15 -1967 ((-783) $)) (-15 -4114 ($ (-1 |#1| |#1|) $))))
-((-2562 (((-112) (-52)) 18)) (-1570 (((-3 |#1| "failed") (-52)) 20)) (-2857 ((|#1| (-52)) 21)) (-3567 (((-52) |#1|) 14)))
-(((-51 |#1|) (-10 -7 (-15 -3567 ((-52) |#1|)) (-15 -1570 ((-3 |#1| "failed") (-52))) (-15 -2562 ((-112) (-52))) (-15 -2857 (|#1| (-52)))) (-1236)) (T -51))
-((-2857 (*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1236)))) (-2562 (*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *2 (-112)) (-5 *1 (-51 *4)) (-4 *4 (-1236)))) (-1570 (*1 *2 *3) (|partial| -12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1236)))) (-3567 (*1 *2 *3) (-12 (-5 *2 (-52)) (-5 *1 (-51 *3)) (-4 *3 (-1236)))))
-(-10 -7 (-15 -3567 ((-52) |#1|)) (-15 -1570 ((-3 |#1| "failed") (-52))) (-15 -2562 ((-112) (-52))) (-15 -2857 (|#1| (-52))))
-((-3486 (((-112) $ $) NIL)) (-4021 (((-786) $) 8)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-4425 (((-1123) $) 10)) (-3567 (((-874) $) 15)) (-1540 (((-112) $ $) NIL)) (-3479 (($ (-1123) (-786)) 16)) (-2921 (((-112) $ $) 12)))
-(((-52) (-13 (-1119) (-10 -8 (-15 -3479 ($ (-1123) (-786))) (-15 -4425 ((-1123) $)) (-15 -4021 ((-786) $))))) (T -52))
-((-3479 (*1 *1 *2 *3) (-12 (-5 *2 (-1123)) (-5 *3 (-786)) (-5 *1 (-52)))) (-4425 (*1 *2 *1) (-12 (-5 *2 (-1123)) (-5 *1 (-52)))) (-4021 (*1 *2 *1) (-12 (-5 *2 (-786)) (-5 *1 (-52)))))
-(-13 (-1119) (-10 -8 (-15 -3479 ($ (-1123) (-786))) (-15 -4425 ((-1123) $)) (-15 -4021 ((-786) $))))
-((-3566 ((|#2| |#3| (-1 |#2| |#2|) |#2|) 16)))
-(((-53 |#1| |#2| |#3|) (-10 -7 (-15 -3566 (|#2| |#3| (-1 |#2| |#2|) |#2|))) (-1068) (-660 |#1|) (-864 |#1|)) (T -53))
-((-3566 (*1 *2 *3 *4 *2) (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-660 *5)) (-4 *5 (-1068)) (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-864 *5)))))
-(-10 -7 (-15 -3566 (|#2| |#3| (-1 |#2| |#2|) |#2|)))
-((-3988 ((|#3| |#3| (-656 (-1195))) 44)) (-1972 ((|#3| (-656 (-1095 |#1| |#2| |#3|)) |#3| (-938)) 32) ((|#3| (-656 (-1095 |#1| |#2| |#3|)) |#3|) 31)))
-(((-54 |#1| |#2| |#3|) (-10 -7 (-15 -1972 (|#3| (-656 (-1095 |#1| |#2| |#3|)) |#3|)) (-15 -1972 (|#3| (-656 (-1095 |#1| |#2| |#3|)) |#3| (-938))) (-15 -3988 (|#3| |#3| (-656 (-1195))))) (-1119) (-13 (-1068) (-899 |#1|) (-626 (-905 |#1|))) (-13 (-442 |#2|) (-899 |#1|) (-626 (-905 |#1|)))) (T -54))
-((-3988 (*1 *2 *2 *3) (-12 (-5 *3 (-656 (-1195))) (-4 *4 (-1119)) (-4 *5 (-13 (-1068) (-899 *4) (-626 (-905 *4)))) (-5 *1 (-54 *4 *5 *2)) (-4 *2 (-13 (-442 *5) (-899 *4) (-626 (-905 *4)))))) (-1972 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-656 (-1095 *5 *6 *2))) (-5 *4 (-938)) (-4 *5 (-1119)) (-4 *6 (-13 (-1068) (-899 *5) (-626 (-905 *5)))) (-4 *2 (-13 (-442 *6) (-899 *5) (-626 (-905 *5)))) (-5 *1 (-54 *5 *6 *2)))) (-1972 (*1 *2 *3 *2) (-12 (-5 *3 (-656 (-1095 *4 *5 *2))) (-4 *4 (-1119)) (-4 *5 (-13 (-1068) (-899 *4) (-626 (-905 *4)))) (-4 *2 (-13 (-442 *5) (-899 *4) (-626 (-905 *4)))) (-5 *1 (-54 *4 *5 *2)))))
-(-10 -7 (-15 -1972 (|#3| (-656 (-1095 |#1| |#2| |#3|)) |#3|)) (-15 -1972 (|#3| (-656 (-1095 |#1| |#2| |#3|)) |#3| (-938))) (-15 -3988 (|#3| |#3| (-656 (-1195)))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 14)) (-1570 (((-3 (-783) "failed") $) 34)) (-2857 (((-783) $) NIL)) (-3612 (((-112) $) 16)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) 18)) (-3567 (((-874) $) 23) (($ (-783)) 29)) (-1540 (((-112) $ $) NIL)) (-4041 (($) 11 T CONST)) (-2921 (((-112) $ $) 20)))
-(((-55) (-13 (-1119) (-1057 (-783)) (-10 -8 (-15 -4041 ($) -1478) (-15 -1353 ((-112) $)) (-15 -3612 ((-112) $))))) (T -55))
-((-4041 (*1 *1) (-5 *1 (-55))) (-1353 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55)))) (-3612 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55)))))
-(-13 (-1119) (-1057 (-783)) (-10 -8 (-15 -4041 ($) -1478) (-15 -1353 ((-112) $)) (-15 -3612 ((-112) $))))
-((-3733 (((-112) $ (-783)) 27)) (-2133 (($ $ (-576) |#3|) 66)) (-2874 (($ $ (-576) |#4|) 70)) (-3925 ((|#3| $ (-576)) 79)) (-3963 (((-656 |#2|) $) 47)) (-2476 (((-112) $ (-783)) 31)) (-3239 (((-112) |#2| $) 74)) (-4320 (($ (-1 |#2| |#2|) $) 55)) (-4114 (($ (-1 |#2| |#2|) $) 54) (($ (-1 |#2| |#2| |#2|) $ $) 58) (($ (-1 |#2| |#2| |#2|) $ $ |#2|) 62)) (-2460 (((-112) $ (-783)) 29)) (-1552 (($ $ |#2|) 52)) (-3626 (((-112) (-1 (-112) |#2|) $) 21)) (-2794 ((|#2| $ (-576) (-576)) NIL) ((|#2| $ (-576) (-576) |#2|) 35)) (-1458 (((-783) (-1 (-112) |#2|) $) 41) (((-783) |#2| $) 76)) (-1868 (($ $) 51)) (-2067 ((|#4| $ (-576)) 82)) (-3567 (((-874) $) 88)) (-2306 (((-112) (-1 (-112) |#2|) $) 20)) (-2921 (((-112) $ $) 73)) (-3500 (((-783) $) 32)))
-(((-56 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2921 ((-112) |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -4114 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -4114 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4320 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2874 (|#1| |#1| (-576) |#4|)) (-15 -2133 (|#1| |#1| (-576) |#3|)) (-15 -3963 ((-656 |#2|) |#1|)) (-15 -2067 (|#4| |#1| (-576))) (-15 -3925 (|#3| |#1| (-576))) (-15 -2794 (|#2| |#1| (-576) (-576) |#2|)) (-15 -2794 (|#2| |#1| (-576) (-576))) (-15 -1552 (|#1| |#1| |#2|)) (-15 -3239 ((-112) |#2| |#1|)) (-15 -1458 ((-783) |#2| |#1|)) (-15 -1458 ((-783) (-1 (-112) |#2|) |#1|)) (-15 -3626 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2306 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -4114 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3500 ((-783) |#1|)) (-15 -3733 ((-112) |#1| (-783))) (-15 -2476 ((-112) |#1| (-783))) (-15 -2460 ((-112) |#1| (-783))) (-15 -1868 (|#1| |#1|))) (-57 |#2| |#3| |#4|) (-1236) (-384 |#2|) (-384 |#2|)) (T -56))
-NIL
-(-10 -8 (-15 -2921 ((-112) |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -4114 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -4114 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4320 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2874 (|#1| |#1| (-576) |#4|)) (-15 -2133 (|#1| |#1| (-576) |#3|)) (-15 -3963 ((-656 |#2|) |#1|)) (-15 -2067 (|#4| |#1| (-576))) (-15 -3925 (|#3| |#1| (-576))) (-15 -2794 (|#2| |#1| (-576) (-576) |#2|)) (-15 -2794 (|#2| |#1| (-576) (-576))) (-15 -1552 (|#1| |#1| |#2|)) (-15 -3239 ((-112) |#2| |#1|)) (-15 -1458 ((-783) |#2| |#1|)) (-15 -1458 ((-783) (-1 (-112) |#2|) |#1|)) (-15 -3626 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2306 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -4114 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3500 ((-783) |#1|)) (-15 -3733 ((-112) |#1| (-783))) (-15 -2476 ((-112) |#1| (-783))) (-15 -2460 ((-112) |#1| (-783))) (-15 -1868 (|#1| |#1|)))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3733 (((-112) $ (-783)) 8)) (-3753 ((|#1| $ (-576) (-576) |#1|) 45)) (-2133 (($ $ (-576) |#2|) 43)) (-2874 (($ $ (-576) |#3|) 42)) (-2135 (($) 7 T CONST)) (-3925 ((|#2| $ (-576)) 47)) (-4330 ((|#1| $ (-576) (-576) |#1|) 44)) (-4271 ((|#1| $ (-576) (-576)) 49)) (-3963 (((-656 |#1|) $) 31)) (-1687 (((-783) $) 52)) (-4138 (($ (-783) (-783) |#1|) 58)) (-1697 (((-783) $) 51)) (-2476 (((-112) $ (-783)) 9)) (-4063 (((-576) $) 56)) (-1495 (((-576) $) 54)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3621 (((-576) $) 55)) (-2196 (((-576) $) 53)) (-4320 (($ (-1 |#1| |#1|) $) 35)) (-4114 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 41) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 40)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-1552 (($ $ |#1|) 57)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#1| $ (-576) (-576)) 50) ((|#1| $ (-576) (-576) |#1|) 48)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-2067 ((|#3| $ (-576)) 46)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-57 |#1| |#2| |#3|) (-141) (-1236) (-384 |t#1|) (-384 |t#1|)) (T -57))
-((-4114 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-4138 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-783)) (-4 *3 (-1236)) (-4 *1 (-57 *3 *4 *5)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-1552 (*1 *1 *1 *2) (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1236)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (-4063 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-576)))) (-3621 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-576)))) (-1495 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-576)))) (-2196 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-576)))) (-1687 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-783)))) (-1697 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-783)))) (-2794 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-384 *2)) (-4 *5 (-384 *2)) (-4 *2 (-1236)))) (-4271 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-384 *2)) (-4 *5 (-384 *2)) (-4 *2 (-1236)))) (-2794 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1236)) (-4 *4 (-384 *2)) (-4 *5 (-384 *2)))) (-3925 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1236)) (-4 *5 (-384 *4)) (-4 *2 (-384 *4)))) (-2067 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1236)) (-4 *5 (-384 *4)) (-4 *2 (-384 *4)))) (-3963 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-656 *3)))) (-3753 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1236)) (-4 *4 (-384 *2)) (-4 *5 (-384 *2)))) (-4330 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1236)) (-4 *4 (-384 *2)) (-4 *5 (-384 *2)))) (-2133 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-576)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1236)) (-4 *3 (-384 *4)) (-4 *5 (-384 *4)))) (-2874 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-576)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1236)) (-4 *5 (-384 *4)) (-4 *3 (-384 *4)))) (-4320 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-4114 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-4114 (*1 *1 *2 *1 *1 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))))
-(-13 (-501 |t#1|) (-10 -8 (-6 -4463) (-6 -4462) (-15 -4138 ($ (-783) (-783) |t#1|)) (-15 -1552 ($ $ |t#1|)) (-15 -4063 ((-576) $)) (-15 -3621 ((-576) $)) (-15 -1495 ((-576) $)) (-15 -2196 ((-576) $)) (-15 -1687 ((-783) $)) (-15 -1697 ((-783) $)) (-15 -2794 (|t#1| $ (-576) (-576))) (-15 -4271 (|t#1| $ (-576) (-576))) (-15 -2794 (|t#1| $ (-576) (-576) |t#1|)) (-15 -3925 (|t#2| $ (-576))) (-15 -2067 (|t#3| $ (-576))) (-15 -3963 ((-656 |t#1|) $)) (-15 -3753 (|t#1| $ (-576) (-576) |t#1|)) (-15 -4330 (|t#1| $ (-576) (-576) |t#1|)) (-15 -2133 ($ $ (-576) |t#2|)) (-15 -2874 ($ $ (-576) |t#3|)) (-15 -4114 ($ (-1 |t#1| |t#1|) $)) (-15 -4320 ($ (-1 |t#1| |t#1|) $)) (-15 -4114 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -4114 ($ (-1 |t#1| |t#1| |t#1|) $ $ |t#1|))))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1119) |has| |#1| (-1119)) ((-1236) . T))
-((-2456 (((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|) 16)) (-3683 ((|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|) 18)) (-4114 (((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|)) 13)))
-(((-58 |#1| |#2|) (-10 -7 (-15 -2456 ((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -3683 (|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -4114 ((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|)))) (-1236) (-1236)) (T -58))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-59 *5)) (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-59 *6)) (-5 *1 (-58 *5 *6)))) (-3683 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-59 *5)) (-4 *5 (-1236)) (-4 *2 (-1236)) (-5 *1 (-58 *5 *2)))) (-2456 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-59 *6)) (-4 *6 (-1236)) (-4 *5 (-1236)) (-5 *2 (-59 *5)) (-5 *1 (-58 *6 *5)))))
-(-10 -7 (-15 -2456 ((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -3683 (|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -4114 ((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|))))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-4372 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-862)))) (-4082 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4463))) (($ $) NIL (-12 (|has| $ (-6 -4463)) (|has| |#1| (-862))))) (-1793 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-862)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) NIL (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-1752 (($ $) NIL (|has| $ (-6 -4463)))) (-3833 (($ $) NIL)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3942 (($ |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4462)))) (-4330 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) NIL)) (-3658 (((-576) (-1 (-112) |#1|) $) NIL) (((-576) |#1| $) NIL (|has| |#1| (-1119))) (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1119)))) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3153 (($ (-656 |#1|)) 11) (($ (-783) |#1|) 14)) (-4138 (($ (-783) |#1|) 13)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) NIL (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| |#1| (-862)))) (-1872 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-862)))) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-2171 (($ |#1| $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3578 ((|#1| $) NIL (|has| (-576) (-862)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1552 (($ $ |#1|) NIL (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#1| $ (-576) |#1|) NIL) ((|#1| $ (-576)) NIL) (($ $ (-1253 (-576))) NIL)) (-3463 (($ $ (-576)) NIL) (($ $ (-1253 (-576))) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1497 (($ $ $ (-576)) NIL (|has| $ (-6 -4463)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 10)) (-1613 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-656 $)) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-59 |#1|) (-13 (-19 |#1|) (-10 -8 (-15 -3153 ($ (-656 |#1|))) (-15 -3153 ($ (-783) |#1|)))) (-1236)) (T -59))
-((-3153 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-5 *1 (-59 *3)))) (-3153 (*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *1 (-59 *3)) (-4 *3 (-1236)))))
-(-13 (-19 |#1|) (-10 -8 (-15 -3153 ($ (-656 |#1|))) (-15 -3153 ($ (-783) |#1|))))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 ((|#1| $ (-576) (-576) |#1|) NIL)) (-2133 (($ $ (-576) (-59 |#1|)) NIL)) (-2874 (($ $ (-576) (-59 |#1|)) NIL)) (-2135 (($) NIL T CONST)) (-3925 (((-59 |#1|) $ (-576)) NIL)) (-4330 ((|#1| $ (-576) (-576) |#1|) NIL)) (-4271 ((|#1| $ (-576) (-576)) NIL)) (-3963 (((-656 |#1|) $) NIL)) (-1687 (((-783) $) NIL)) (-4138 (($ (-783) (-783) |#1|) NIL)) (-1697 (((-783) $) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-4063 (((-576) $) NIL)) (-1495 (((-576) $) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3621 (((-576) $) NIL)) (-2196 (((-576) $) NIL)) (-4320 (($ (-1 |#1| |#1|) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-1552 (($ $ |#1|) NIL)) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#1| $ (-576) (-576)) NIL) ((|#1| $ (-576) (-576) |#1|) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) NIL)) (-2067 (((-59 |#1|) $ (-576)) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-60 |#1|) (-13 (-57 |#1| (-59 |#1|) (-59 |#1|)) (-10 -7 (-6 -4463))) (-1236)) (T -60))
-NIL
-(-13 (-57 |#1| (-59 |#1|) (-59 |#1|)) (-10 -7 (-6 -4463)))
-((-1570 (((-3 $ "failed") (-1286 (-326 (-390)))) 74) (((-3 $ "failed") (-1286 (-326 (-576)))) 63) (((-3 $ "failed") (-1286 (-969 (-390)))) 94) (((-3 $ "failed") (-1286 (-969 (-576)))) 84) (((-3 $ "failed") (-1286 (-419 (-969 (-390))))) 52) (((-3 $ "failed") (-1286 (-419 (-969 (-576))))) 39)) (-2857 (($ (-1286 (-326 (-390)))) 70) (($ (-1286 (-326 (-576)))) 59) (($ (-1286 (-969 (-390)))) 90) (($ (-1286 (-969 (-576)))) 80) (($ (-1286 (-419 (-969 (-390))))) 48) (($ (-1286 (-419 (-969 (-576))))) 32)) (-2618 (((-1291) $) 124)) (-3567 (((-874) $) 118) (($ (-656 (-340))) 103) (($ (-340)) 97) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 101) (($ (-1286 (-350 (-3579 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-3579) (-711)))) 31)))
-(((-61 |#1|) (-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-3579) (-711))))))) (-1195)) (T -61))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1286 (-350 (-3579 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-3579) (-711)))) (-5 *1 (-61 *3)) (-14 *3 (-1195)))))
-(-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-3579) (-711)))))))
-((-2618 (((-1291) $) 54) (((-1291)) 55)) (-3567 (((-874) $) 51)))
-(((-62 |#1|) (-13 (-407) (-10 -7 (-15 -2618 ((-1291))))) (-1195)) (T -62))
-((-2618 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-62 *3)) (-14 *3 (-1195)))))
-(-13 (-407) (-10 -7 (-15 -2618 ((-1291)))))
-((-1570 (((-3 $ "failed") (-1286 (-326 (-390)))) 150) (((-3 $ "failed") (-1286 (-326 (-576)))) 140) (((-3 $ "failed") (-1286 (-969 (-390)))) 170) (((-3 $ "failed") (-1286 (-969 (-576)))) 160) (((-3 $ "failed") (-1286 (-419 (-969 (-390))))) 129) (((-3 $ "failed") (-1286 (-419 (-969 (-576))))) 117)) (-2857 (($ (-1286 (-326 (-390)))) 146) (($ (-1286 (-326 (-576)))) 136) (($ (-1286 (-969 (-390)))) 166) (($ (-1286 (-969 (-576)))) 156) (($ (-1286 (-419 (-969 (-390))))) 125) (($ (-1286 (-419 (-969 (-576))))) 110)) (-2618 (((-1291) $) 103)) (-3567 (((-874) $) 97) (($ (-656 (-340))) 30) (($ (-340)) 35) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 33) (($ (-1286 (-350 (-3579) (-3579 (QUOTE XC)) (-711)))) 95)))
-(((-63 |#1|) (-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579) (-3579 (QUOTE XC)) (-711))))))) (-1195)) (T -63))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1286 (-350 (-3579) (-3579 (QUOTE XC)) (-711)))) (-5 *1 (-63 *3)) (-14 *3 (-1195)))))
-(-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579) (-3579 (QUOTE XC)) (-711)))))))
-((-1570 (((-3 $ "failed") (-326 (-390))) 41) (((-3 $ "failed") (-326 (-576))) 46) (((-3 $ "failed") (-969 (-390))) 50) (((-3 $ "failed") (-969 (-576))) 54) (((-3 $ "failed") (-419 (-969 (-390)))) 36) (((-3 $ "failed") (-419 (-969 (-576)))) 29)) (-2857 (($ (-326 (-390))) 39) (($ (-326 (-576))) 44) (($ (-969 (-390))) 48) (($ (-969 (-576))) 52) (($ (-419 (-969 (-390)))) 34) (($ (-419 (-969 (-576)))) 26)) (-2618 (((-1291) $) 76)) (-3567 (((-874) $) 69) (($ (-656 (-340))) 61) (($ (-340)) 66) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 64) (($ (-350 (-3579 (QUOTE X)) (-3579) (-711))) 25)))
-(((-64 |#1|) (-13 (-408) (-10 -8 (-15 -3567 ($ (-350 (-3579 (QUOTE X)) (-3579) (-711)))))) (-1195)) (T -64))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-350 (-3579 (QUOTE X)) (-3579) (-711))) (-5 *1 (-64 *3)) (-14 *3 (-1195)))))
-(-13 (-408) (-10 -8 (-15 -3567 ($ (-350 (-3579 (QUOTE X)) (-3579) (-711))))))
-((-1570 (((-3 $ "failed") (-701 (-326 (-390)))) 111) (((-3 $ "failed") (-701 (-326 (-576)))) 99) (((-3 $ "failed") (-701 (-969 (-390)))) 133) (((-3 $ "failed") (-701 (-969 (-576)))) 122) (((-3 $ "failed") (-701 (-419 (-969 (-390))))) 87) (((-3 $ "failed") (-701 (-419 (-969 (-576))))) 73)) (-2857 (($ (-701 (-326 (-390)))) 107) (($ (-701 (-326 (-576)))) 95) (($ (-701 (-969 (-390)))) 129) (($ (-701 (-969 (-576)))) 118) (($ (-701 (-419 (-969 (-390))))) 83) (($ (-701 (-419 (-969 (-576))))) 66)) (-2618 (((-1291) $) 141)) (-3567 (((-874) $) 135) (($ (-656 (-340))) 29) (($ (-340)) 34) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 32) (($ (-701 (-350 (-3579) (-3579 (QUOTE X) (QUOTE HESS)) (-711)))) 56)))
-(((-65 |#1|) (-13 (-395) (-628 (-701 (-350 (-3579) (-3579 (QUOTE X) (QUOTE HESS)) (-711))))) (-1195)) (T -65))
-NIL
-(-13 (-395) (-628 (-701 (-350 (-3579) (-3579 (QUOTE X) (QUOTE HESS)) (-711)))))
-((-1570 (((-3 $ "failed") (-326 (-390))) 60) (((-3 $ "failed") (-326 (-576))) 65) (((-3 $ "failed") (-969 (-390))) 69) (((-3 $ "failed") (-969 (-576))) 73) (((-3 $ "failed") (-419 (-969 (-390)))) 55) (((-3 $ "failed") (-419 (-969 (-576)))) 48)) (-2857 (($ (-326 (-390))) 58) (($ (-326 (-576))) 63) (($ (-969 (-390))) 67) (($ (-969 (-576))) 71) (($ (-419 (-969 (-390)))) 53) (($ (-419 (-969 (-576)))) 45)) (-2618 (((-1291) $) 82)) (-3567 (((-874) $) 76) (($ (-656 (-340))) 29) (($ (-340)) 34) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 32) (($ (-350 (-3579) (-3579 (QUOTE XC)) (-711))) 40)))
-(((-66 |#1|) (-13 (-408) (-10 -8 (-15 -3567 ($ (-350 (-3579) (-3579 (QUOTE XC)) (-711)))))) (-1195)) (T -66))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-350 (-3579) (-3579 (QUOTE XC)) (-711))) (-5 *1 (-66 *3)) (-14 *3 (-1195)))))
-(-13 (-408) (-10 -8 (-15 -3567 ($ (-350 (-3579) (-3579 (QUOTE XC)) (-711))))))
-((-2618 (((-1291) $) 65)) (-3567 (((-874) $) 59) (($ (-701 (-711))) 51) (($ (-656 (-340))) 50) (($ (-340)) 57) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 55)))
-(((-67 |#1|) (-394) (-1195)) (T -67))
+((-3649 (((-112) $) 12)) (-2423 (($ (-1 |#2| |#2|) $) 21)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ (-419 (-576)) $) 25) (($ $ (-419 (-576))) NIL)))
+(((-46 |#1| |#2| |#3|) (-10 -8 (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 -3649 ((-112) |#1|)) (-15 -2423 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-940) |#1|))) (-47 |#2| |#3|) (-1070) (-804)) (T -46))
+NIL
+(-10 -8 (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 -3649 ((-112) |#1|)) (-15 -2423 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-940) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-2116 (($ $) 64 (|has| |#1| (-568)))) (-2898 (((-112) $) 66 (|has| |#1| (-568)))) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-3310 (($ $) 72)) (-2413 (((-3 $ "failed") $) 37)) (-3315 (((-112) $) 35)) (-3649 (((-112) $) 74)) (-1562 (($ |#1| |#2|) 73)) (-2423 (($ (-1 |#1| |#1|) $) 75)) (-1697 (($ $) 77)) (-1708 ((|#1| $) 78)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-1943 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568)))) (-2786 ((|#2| $) 76)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 69 (|has| |#1| (-38 (-419 (-576))))) (($ $) 61 (|has| |#1| (-568))) (($ |#1|) 59 (|has| |#1| (-174)))) (-1341 ((|#1| $ |#2|) 71)) (-3346 (((-3 $ "failed") $) 60 (|has| |#1| (-146)))) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 65 (|has| |#1| (-568)))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#1|) 70 (|has| |#1| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
+(((-47 |#1| |#2|) (-141) (-1070) (-804)) (T -47))
+((-1708 (*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1070)))) (-1697 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-804)))) (-2786 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-804)))) (-2423 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804)))) (-3649 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804)) (-5 *2 (-112)))) (-1562 (*1 *1 *2 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-804)))) (-3310 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-804)))) (-1341 (*1 *2 *1 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1070)))) (-4047 (*1 *1 *1 *2) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-804)) (-4 *2 (-374)))))
+(-13 (-1070) (-111 |t#1| |t#1|) (-10 -8 (-15 -1708 (|t#1| $)) (-15 -1697 ($ $)) (-15 -2786 (|t#2| $)) (-15 -2423 ($ (-1 |t#1| |t#1|) $)) (-15 -3649 ((-112) $)) (-15 -1562 ($ |t#1| |t#2|)) (-15 -3310 ($ $)) (-15 -1341 (|t#1| $ |t#2|)) (IF (|has| |t#1| (-374)) (-15 -4047 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-174)) (PROGN (-6 (-174)) (-6 (-38 |t#1|))) |%noBranch|) (IF (|has| |t#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |t#1| (-568)) (-6 (-568)) |%noBranch|) (IF (|has| |t#1| (-38 (-419 (-576)))) (-6 (-38 (-419 (-576)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) |has| |#1| (-568)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) |has| |#1| (-38 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-628 $) |has| |#1| (-568)) ((-625 (-876)) . T) ((-174) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-300) |has| |#1| (-568)) ((-568) |has| |#1| (-568)) ((-658 #0#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) |has| |#1| (-38 (-419 (-576)))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) |has| |#1| (-568)) ((-729 #0#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) |has| |#1| (-568)) ((-738) . T) ((-1072 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1072 |#1|) . T) ((-1072 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1077 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1077 |#1|) . T) ((-1077 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2278 (((-656 $) (-1193 $) (-1197)) NIL) (((-656 $) (-1193 $)) NIL) (((-656 $) (-971 $)) NIL)) (-3343 (($ (-1193 $) (-1197)) NIL) (($ (-1193 $)) NIL) (($ (-971 $)) NIL)) (-2604 (((-112) $) 9)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-4442 (((-656 (-624 $)) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1793 (($ $ (-304 $)) NIL) (($ $ (-656 (-304 $))) NIL) (($ $ (-656 (-624 $)) (-656 $)) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-1463 (($ $) NIL)) (-4064 (((-112) $ $) NIL)) (-3853 (($) NIL T CONST)) (-3587 (((-656 $) (-1193 $) (-1197)) NIL) (((-656 $) (-1193 $)) NIL) (((-656 $) (-971 $)) NIL)) (-2169 (($ (-1193 $) (-1197)) NIL) (($ (-1193 $)) NIL) (($ (-971 $)) NIL)) (-2981 (((-3 (-624 $) "failed") $) NIL) (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL)) (-2318 (((-624 $) $) NIL) (((-576) $) NIL) (((-419 (-576)) $) NIL)) (-1892 (($ $ $) NIL)) (-2255 (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL) (((-701 (-576)) (-701 $)) NIL) (((-2 (|:| -2663 (-701 (-419 (-576)))) (|:| |vec| (-1288 (-419 (-576))))) (-701 $) (-1288 $)) NIL) (((-701 (-419 (-576))) (-701 $)) NIL)) (-2722 (($ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-4087 (($ $) NIL) (($ (-656 $)) NIL)) (-2216 (((-656 (-115)) $) NIL)) (-1401 (((-115) (-115)) NIL)) (-3315 (((-112) $) 11)) (-2231 (((-112) $) NIL (|has| $ (-1059 (-576))))) (-2687 (((-1146 (-576) (-624 $)) $) NIL)) (-4063 (($ $ (-576)) NIL)) (-2828 (((-1193 $) (-1193 $) (-624 $)) NIL) (((-1193 $) (-1193 $) (-656 (-624 $))) NIL) (($ $ (-624 $)) NIL) (($ $ (-656 (-624 $))) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1650 (((-1193 $) (-624 $)) NIL (|has| $ (-1070)))) (-2423 (($ (-1 $ $) (-624 $)) NIL)) (-1541 (((-3 (-624 $) "failed") $) NIL)) (-3015 (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL) (((-701 (-576)) (-1288 $)) NIL) (((-2 (|:| -2663 (-701 (-419 (-576)))) (|:| |vec| (-1288 (-419 (-576))))) (-1288 $) $) NIL) (((-701 (-419 (-576))) (-1288 $)) NIL)) (-3078 (($ (-656 $)) NIL) (($ $ $) NIL)) (-4185 (((-1179) $) NIL)) (-1388 (((-656 (-624 $)) $) NIL)) (-2772 (($ (-115) $) NIL) (($ (-115) (-656 $)) NIL)) (-1436 (((-112) $ (-115)) NIL) (((-112) $ (-1197)) NIL)) (-1668 (($ $) NIL)) (-2954 (((-783) $) NIL)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ (-656 $)) NIL) (($ $ $) NIL)) (-3485 (((-112) $ $) NIL) (((-112) $ (-1197)) NIL)) (-1452 (((-430 $) $) NIL)) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3489 (((-112) $) NIL (|has| $ (-1059 (-576))))) (-2143 (($ $ (-624 $) $) NIL) (($ $ (-656 (-624 $)) (-656 $)) NIL) (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-656 (-1197)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-1197)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-1197) (-1 $ (-656 $))) NIL) (($ $ (-1197) (-1 $ $)) NIL) (($ $ (-656 (-115)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-115) (-1 $ (-656 $))) NIL) (($ $ (-115) (-1 $ $)) NIL)) (-3199 (((-783) $) NIL)) (-4369 (($ (-115) $) NIL) (($ (-115) $ $) NIL) (($ (-115) $ $ $) NIL) (($ (-115) $ $ $ $) NIL) (($ (-115) (-656 $)) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-1841 (($ $) NIL) (($ $ $) NIL)) (-4107 (($ $) NIL) (($ $ (-783)) NIL)) (-2698 (((-1146 (-576) (-624 $)) $) NIL)) (-2030 (($ $) NIL (|has| $ (-1070)))) (-1554 (((-390) $) NIL) (((-227) $) NIL) (((-171 (-390)) $) NIL)) (-4114 (((-876) $) NIL) (($ (-624 $)) NIL) (($ (-419 (-576))) NIL) (($ $) NIL) (($ (-576)) NIL) (($ (-1146 (-576) (-624 $))) NIL)) (-2864 (((-783)) NIL T CONST)) (-2345 (($ $) NIL) (($ (-656 $)) NIL)) (-4020 (((-112) (-115)) NIL)) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-4312 (($) 6 T CONST)) (-4322 (($) 10 T CONST)) (-3157 (($ $) NIL) (($ $ (-783)) NIL)) (-3939 (((-112) $ $) 13)) (-4047 (($ $ $) NIL)) (-4037 (($ $ $) NIL) (($ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-419 (-576))) NIL) (($ $ (-576)) NIL) (($ $ (-783)) NIL) (($ $ (-940)) NIL)) (* (($ (-419 (-576)) $) NIL) (($ $ (-419 (-576))) NIL) (($ $ $) NIL) (($ (-576) $) NIL) (($ (-783) $) NIL) (($ (-940) $) NIL)))
+(((-48) (-13 (-312) (-27) (-1059 (-576)) (-1059 (-419 (-576))) (-651 (-576)) (-1043) (-651 (-419 (-576))) (-148) (-626 (-171 (-390))) (-238) (-10 -8 (-15 -4114 ($ (-1146 (-576) (-624 $)))) (-15 -2687 ((-1146 (-576) (-624 $)) $)) (-15 -2698 ((-1146 (-576) (-624 $)) $)) (-15 -2722 ($ $)) (-15 -2828 ((-1193 $) (-1193 $) (-624 $))) (-15 -2828 ((-1193 $) (-1193 $) (-656 (-624 $)))) (-15 -2828 ($ $ (-624 $))) (-15 -2828 ($ $ (-656 (-624 $))))))) (T -48))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1146 (-576) (-624 (-48)))) (-5 *1 (-48)))) (-2687 (*1 *2 *1) (-12 (-5 *2 (-1146 (-576) (-624 (-48)))) (-5 *1 (-48)))) (-2698 (*1 *2 *1) (-12 (-5 *2 (-1146 (-576) (-624 (-48)))) (-5 *1 (-48)))) (-2722 (*1 *1 *1) (-5 *1 (-48))) (-2828 (*1 *2 *2 *3) (-12 (-5 *2 (-1193 (-48))) (-5 *3 (-624 (-48))) (-5 *1 (-48)))) (-2828 (*1 *2 *2 *3) (-12 (-5 *2 (-1193 (-48))) (-5 *3 (-656 (-624 (-48)))) (-5 *1 (-48)))) (-2828 (*1 *1 *1 *2) (-12 (-5 *2 (-624 (-48))) (-5 *1 (-48)))) (-2828 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-624 (-48)))) (-5 *1 (-48)))))
+(-13 (-312) (-27) (-1059 (-576)) (-1059 (-419 (-576))) (-651 (-576)) (-1043) (-651 (-419 (-576))) (-148) (-626 (-171 (-390))) (-238) (-10 -8 (-15 -4114 ($ (-1146 (-576) (-624 $)))) (-15 -2687 ((-1146 (-576) (-624 $)) $)) (-15 -2698 ((-1146 (-576) (-624 $)) $)) (-15 -2722 ($ $)) (-15 -2828 ((-1193 $) (-1193 $) (-624 $))) (-15 -2828 ((-1193 $) (-1193 $) (-656 (-624 $)))) (-15 -2828 ($ $ (-624 $))) (-15 -2828 ($ $ (-656 (-624 $))))))
+((-1955 (((-112) $ $) NIL)) (-2474 (((-656 (-518)) $) 17)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 7)) (-4159 (((-1202) $) 18)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-49) (-13 (-1121) (-10 -8 (-15 -2474 ((-656 (-518)) $)) (-15 -4159 ((-1202) $))))) (T -49))
+((-2474 (*1 *2 *1) (-12 (-5 *2 (-656 (-518))) (-5 *1 (-49)))) (-4159 (*1 *2 *1) (-12 (-5 *2 (-1202)) (-5 *1 (-49)))))
+(-13 (-1121) (-10 -8 (-15 -2474 ((-656 (-518)) $)) (-15 -4159 ((-1202) $))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 85)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2500 (((-112) $) 30)) (-2981 (((-3 |#1| "failed") $) 33)) (-2318 ((|#1| $) 34)) (-3310 (($ $) 40)) (-2413 (((-3 $ "failed") $) NIL)) (-3315 (((-112) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-1708 ((|#1| $) 31)) (-1850 (($ $) 74)) (-4185 (((-1179) $) NIL)) (-3763 (((-112) $) 43)) (-3117 (((-1141) $) NIL)) (-2549 (($ (-783)) 72)) (-2154 (($ (-656 (-576))) 73)) (-2786 (((-783) $) 44)) (-4114 (((-876) $) 91) (($ (-576)) 69) (($ |#1|) 67)) (-1341 ((|#1| $ $) 28)) (-2864 (((-783)) 71 T CONST)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 45 T CONST)) (-4322 (($) 17 T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) 64)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 65) (($ |#1| $) 58)))
+(((-50 |#1| |#2|) (-13 (-632 |#1|) (-1059 |#1|) (-10 -8 (-15 -1708 (|#1| $)) (-15 -1850 ($ $)) (-15 -3310 ($ $)) (-15 -1341 (|#1| $ $)) (-15 -2549 ($ (-783))) (-15 -2154 ($ (-656 (-576)))) (-15 -3763 ((-112) $)) (-15 -2500 ((-112) $)) (-15 -2786 ((-783) $)) (-15 -2423 ($ (-1 |#1| |#1|) $)))) (-1070) (-656 (-1197))) (T -50))
+((-1708 (*1 *2 *1) (-12 (-4 *2 (-1070)) (-5 *1 (-50 *2 *3)) (-14 *3 (-656 (-1197))))) (-1850 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1070)) (-14 *3 (-656 (-1197))))) (-3310 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1070)) (-14 *3 (-656 (-1197))))) (-1341 (*1 *2 *1 *1) (-12 (-4 *2 (-1070)) (-5 *1 (-50 *2 *3)) (-14 *3 (-656 (-1197))))) (-2549 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1070)) (-14 *4 (-656 (-1197))))) (-2154 (*1 *1 *2) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1070)) (-14 *4 (-656 (-1197))))) (-3763 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1070)) (-14 *4 (-656 (-1197))))) (-2500 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1070)) (-14 *4 (-656 (-1197))))) (-2786 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1070)) (-14 *4 (-656 (-1197))))) (-2423 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1070)) (-5 *1 (-50 *3 *4)) (-14 *4 (-656 (-1197))))))
+(-13 (-632 |#1|) (-1059 |#1|) (-10 -8 (-15 -1708 (|#1| $)) (-15 -1850 ($ $)) (-15 -3310 ($ $)) (-15 -1341 (|#1| $ $)) (-15 -2549 ($ (-783))) (-15 -2154 ($ (-656 (-576)))) (-15 -3763 ((-112) $)) (-15 -2500 ((-112) $)) (-15 -2786 ((-783) $)) (-15 -2423 ($ (-1 |#1| |#1|) $))))
+((-2500 (((-112) (-52)) 18)) (-2981 (((-3 |#1| "failed") (-52)) 20)) (-2318 ((|#1| (-52)) 21)) (-4114 (((-52) |#1|) 14)))
+(((-51 |#1|) (-10 -7 (-15 -4114 ((-52) |#1|)) (-15 -2981 ((-3 |#1| "failed") (-52))) (-15 -2500 ((-112) (-52))) (-15 -2318 (|#1| (-52)))) (-1238)) (T -51))
+((-2318 (*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1238)))) (-2500 (*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *2 (-112)) (-5 *1 (-51 *4)) (-4 *4 (-1238)))) (-2981 (*1 *2 *3) (|partial| -12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1238)))) (-4114 (*1 *2 *3) (-12 (-5 *2 (-52)) (-5 *1 (-51 *3)) (-4 *3 (-1238)))))
+(-10 -7 (-15 -4114 ((-52) |#1|)) (-15 -2981 ((-3 |#1| "failed") (-52))) (-15 -2500 ((-112) (-52))) (-15 -2318 (|#1| (-52))))
+((-1955 (((-112) $ $) NIL)) (-1996 (((-786) $) 8)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-3698 (((-1125) $) 10)) (-4114 (((-876) $) 15)) (-3000 (((-112) $ $) NIL)) (-2916 (($ (-1125) (-786)) 16)) (-3939 (((-112) $ $) 12)))
+(((-52) (-13 (-1121) (-10 -8 (-15 -2916 ($ (-1125) (-786))) (-15 -3698 ((-1125) $)) (-15 -1996 ((-786) $))))) (T -52))
+((-2916 (*1 *1 *2 *3) (-12 (-5 *2 (-1125)) (-5 *3 (-786)) (-5 *1 (-52)))) (-3698 (*1 *2 *1) (-12 (-5 *2 (-1125)) (-5 *1 (-52)))) (-1996 (*1 *2 *1) (-12 (-5 *2 (-786)) (-5 *1 (-52)))))
+(-13 (-1121) (-10 -8 (-15 -2916 ($ (-1125) (-786))) (-15 -3698 ((-1125) $)) (-15 -1996 ((-786) $))))
+((-2653 ((|#2| |#3| (-1 |#2| |#2|) |#2|) 16)))
+(((-53 |#1| |#2| |#3|) (-10 -7 (-15 -2653 (|#2| |#3| (-1 |#2| |#2|) |#2|))) (-1070) (-660 |#1|) (-866 |#1|)) (T -53))
+((-2653 (*1 *2 *3 *4 *2) (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-660 *5)) (-4 *5 (-1070)) (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-866 *5)))))
+(-10 -7 (-15 -2653 (|#2| |#3| (-1 |#2| |#2|) |#2|)))
+((-2613 ((|#3| |#3| (-656 (-1197))) 44)) (-2833 ((|#3| (-656 (-1097 |#1| |#2| |#3|)) |#3| (-940)) 32) ((|#3| (-656 (-1097 |#1| |#2| |#3|)) |#3|) 31)))
+(((-54 |#1| |#2| |#3|) (-10 -7 (-15 -2833 (|#3| (-656 (-1097 |#1| |#2| |#3|)) |#3|)) (-15 -2833 (|#3| (-656 (-1097 |#1| |#2| |#3|)) |#3| (-940))) (-15 -2613 (|#3| |#3| (-656 (-1197))))) (-1121) (-13 (-1070) (-901 |#1|) (-626 (-907 |#1|))) (-13 (-442 |#2|) (-901 |#1|) (-626 (-907 |#1|)))) (T -54))
+((-2613 (*1 *2 *2 *3) (-12 (-5 *3 (-656 (-1197))) (-4 *4 (-1121)) (-4 *5 (-13 (-1070) (-901 *4) (-626 (-907 *4)))) (-5 *1 (-54 *4 *5 *2)) (-4 *2 (-13 (-442 *5) (-901 *4) (-626 (-907 *4)))))) (-2833 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-656 (-1097 *5 *6 *2))) (-5 *4 (-940)) (-4 *5 (-1121)) (-4 *6 (-13 (-1070) (-901 *5) (-626 (-907 *5)))) (-4 *2 (-13 (-442 *6) (-901 *5) (-626 (-907 *5)))) (-5 *1 (-54 *5 *6 *2)))) (-2833 (*1 *2 *3 *2) (-12 (-5 *3 (-656 (-1097 *4 *5 *2))) (-4 *4 (-1121)) (-4 *5 (-13 (-1070) (-901 *4) (-626 (-907 *4)))) (-4 *2 (-13 (-442 *5) (-901 *4) (-626 (-907 *4)))) (-5 *1 (-54 *4 *5 *2)))))
+(-10 -7 (-15 -2833 (|#3| (-656 (-1097 |#1| |#2| |#3|)) |#3|)) (-15 -2833 (|#3| (-656 (-1097 |#1| |#2| |#3|)) |#3| (-940))) (-15 -2613 (|#3| |#3| (-656 (-1197)))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 14)) (-2981 (((-3 (-783) "failed") $) 34)) (-2318 (((-783) $) NIL)) (-3315 (((-112) $) 16)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) 18)) (-4114 (((-876) $) 23) (($ (-783)) 29)) (-3000 (((-112) $ $) NIL)) (-1803 (($) 11 T CONST)) (-3939 (((-112) $ $) 20)))
+(((-55) (-13 (-1121) (-1059 (-783)) (-10 -8 (-15 -1803 ($) -2666) (-15 -2604 ((-112) $)) (-15 -3315 ((-112) $))))) (T -55))
+((-1803 (*1 *1) (-5 *1 (-55))) (-2604 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55)))) (-3315 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55)))))
+(-13 (-1121) (-1059 (-783)) (-10 -8 (-15 -1803 ($) -2666) (-15 -2604 ((-112) $)) (-15 -3315 ((-112) $))))
+((-1951 (((-112) $ (-783)) 27)) (-3829 (($ $ (-576) |#3|) 66)) (-3645 (($ $ (-576) |#4|) 70)) (-3368 ((|#3| $ (-576)) 79)) (-3722 (((-656 |#2|) $) 47)) (-4157 (((-112) $ (-783)) 31)) (-4029 (((-112) |#2| $) 74)) (-1896 (($ (-1 |#2| |#2|) $) 55)) (-2423 (($ (-1 |#2| |#2|) $) 54) (($ (-1 |#2| |#2| |#2|) $ $) 58) (($ (-1 |#2| |#2| |#2|) $ $ |#2|) 62)) (-4002 (((-112) $ (-783)) 29)) (-3140 (($ $ |#2|) 52)) (-3484 (((-112) (-1 (-112) |#2|) $) 21)) (-4369 ((|#2| $ (-576) (-576)) NIL) ((|#2| $ (-576) (-576) |#2|) 35)) (-3131 (((-783) (-1 (-112) |#2|) $) 41) (((-783) |#2| $) 76)) (-4287 (($ $) 51)) (-4389 ((|#4| $ (-576)) 82)) (-4114 (((-876) $) 88)) (-1746 (((-112) (-1 (-112) |#2|) $) 20)) (-3939 (((-112) $ $) 73)) (-1968 (((-783) $) 32)))
+(((-56 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3939 ((-112) |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -2423 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -2423 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1896 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3645 (|#1| |#1| (-576) |#4|)) (-15 -3829 (|#1| |#1| (-576) |#3|)) (-15 -3722 ((-656 |#2|) |#1|)) (-15 -4389 (|#4| |#1| (-576))) (-15 -3368 (|#3| |#1| (-576))) (-15 -4369 (|#2| |#1| (-576) (-576) |#2|)) (-15 -4369 (|#2| |#1| (-576) (-576))) (-15 -3140 (|#1| |#1| |#2|)) (-15 -4029 ((-112) |#2| |#1|)) (-15 -3131 ((-783) |#2| |#1|)) (-15 -3131 ((-783) (-1 (-112) |#2|) |#1|)) (-15 -3484 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1746 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2423 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1968 ((-783) |#1|)) (-15 -1951 ((-112) |#1| (-783))) (-15 -4157 ((-112) |#1| (-783))) (-15 -4002 ((-112) |#1| (-783))) (-15 -4287 (|#1| |#1|))) (-57 |#2| |#3| |#4|) (-1238) (-384 |#2|) (-384 |#2|)) (T -56))
+NIL
+(-10 -8 (-15 -3939 ((-112) |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -2423 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -2423 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1896 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3645 (|#1| |#1| (-576) |#4|)) (-15 -3829 (|#1| |#1| (-576) |#3|)) (-15 -3722 ((-656 |#2|) |#1|)) (-15 -4389 (|#4| |#1| (-576))) (-15 -3368 (|#3| |#1| (-576))) (-15 -4369 (|#2| |#1| (-576) (-576) |#2|)) (-15 -4369 (|#2| |#1| (-576) (-576))) (-15 -3140 (|#1| |#1| |#2|)) (-15 -4029 ((-112) |#2| |#1|)) (-15 -3131 ((-783) |#2| |#1|)) (-15 -3131 ((-783) (-1 (-112) |#2|) |#1|)) (-15 -3484 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1746 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2423 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1968 ((-783) |#1|)) (-15 -1951 ((-112) |#1| (-783))) (-15 -4157 ((-112) |#1| (-783))) (-15 -4002 ((-112) |#1| (-783))) (-15 -4287 (|#1| |#1|)))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1951 (((-112) $ (-783)) 8)) (-4268 ((|#1| $ (-576) (-576) |#1|) 45)) (-3829 (($ $ (-576) |#2|) 43)) (-3645 (($ $ (-576) |#3|) 42)) (-3853 (($) 7 T CONST)) (-3368 ((|#2| $ (-576)) 47)) (-1908 ((|#1| $ (-576) (-576) |#1|) 44)) (-3721 ((|#1| $ (-576) (-576)) 49)) (-3722 (((-656 |#1|) $) 31)) (-2759 (((-783) $) 52)) (-1988 (($ (-783) (-783) |#1|) 58)) (-2773 (((-783) $) 51)) (-4157 (((-112) $ (-783)) 9)) (-2037 (((-576) $) 56)) (-3775 (((-576) $) 54)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-3422 (((-576) $) 55)) (-3154 (((-576) $) 53)) (-1896 (($ (-1 |#1| |#1|) $) 35)) (-2423 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 41) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 40)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-3140 (($ $ |#1|) 57)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#1| $ (-576) (-576)) 50) ((|#1| $ (-576) (-576) |#1|) 48)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-4389 ((|#3| $ (-576)) 46)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-57 |#1| |#2| |#3|) (-141) (-1238) (-384 |t#1|) (-384 |t#1|)) (T -57))
+((-2423 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-1988 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-783)) (-4 *3 (-1238)) (-4 *1 (-57 *3 *4 *5)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-3140 (*1 *1 *1 *2) (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1238)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (-2037 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-576)))) (-3422 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-576)))) (-3775 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-576)))) (-3154 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-576)))) (-2759 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-783)))) (-2773 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-783)))) (-4369 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-384 *2)) (-4 *5 (-384 *2)) (-4 *2 (-1238)))) (-3721 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-384 *2)) (-4 *5 (-384 *2)) (-4 *2 (-1238)))) (-4369 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1238)) (-4 *4 (-384 *2)) (-4 *5 (-384 *2)))) (-3368 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1238)) (-4 *5 (-384 *4)) (-4 *2 (-384 *4)))) (-4389 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1238)) (-4 *5 (-384 *4)) (-4 *2 (-384 *4)))) (-3722 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-656 *3)))) (-4268 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1238)) (-4 *4 (-384 *2)) (-4 *5 (-384 *2)))) (-1908 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1238)) (-4 *4 (-384 *2)) (-4 *5 (-384 *2)))) (-3829 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-576)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1238)) (-4 *3 (-384 *4)) (-4 *5 (-384 *4)))) (-3645 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-576)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1238)) (-4 *5 (-384 *4)) (-4 *3 (-384 *4)))) (-1896 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-2423 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-2423 (*1 *1 *2 *1 *1 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))))
+(-13 (-501 |t#1|) (-10 -8 (-6 -4465) (-6 -4464) (-15 -1988 ($ (-783) (-783) |t#1|)) (-15 -3140 ($ $ |t#1|)) (-15 -2037 ((-576) $)) (-15 -3422 ((-576) $)) (-15 -3775 ((-576) $)) (-15 -3154 ((-576) $)) (-15 -2759 ((-783) $)) (-15 -2773 ((-783) $)) (-15 -4369 (|t#1| $ (-576) (-576))) (-15 -3721 (|t#1| $ (-576) (-576))) (-15 -4369 (|t#1| $ (-576) (-576) |t#1|)) (-15 -3368 (|t#2| $ (-576))) (-15 -4389 (|t#3| $ (-576))) (-15 -3722 ((-656 |t#1|) $)) (-15 -4268 (|t#1| $ (-576) (-576) |t#1|)) (-15 -1908 (|t#1| $ (-576) (-576) |t#1|)) (-15 -3829 ($ $ (-576) |t#2|)) (-15 -3645 ($ $ (-576) |t#3|)) (-15 -2423 ($ (-1 |t#1| |t#1|) $)) (-15 -1896 ($ (-1 |t#1| |t#1|) $)) (-15 -2423 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -2423 ($ (-1 |t#1| |t#1| |t#1|) $ $ |t#1|))))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1121) |has| |#1| (-1121)) ((-1238) . T))
+((-3958 (((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|) 16)) (-2722 ((|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|) 18)) (-2423 (((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|)) 13)))
+(((-58 |#1| |#2|) (-10 -7 (-15 -3958 ((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -2722 (|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -2423 ((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|)))) (-1238) (-1238)) (T -58))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-59 *5)) (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-59 *6)) (-5 *1 (-58 *5 *6)))) (-2722 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-59 *5)) (-4 *5 (-1238)) (-4 *2 (-1238)) (-5 *1 (-58 *5 *2)))) (-3958 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-59 *6)) (-4 *6 (-1238)) (-4 *5 (-1238)) (-5 *2 (-59 *5)) (-5 *1 (-58 *6 *5)))))
+(-10 -7 (-15 -3958 ((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -2722 (|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -2423 ((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|))))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-2033 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-862)))) (-2218 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4465))) (($ $) NIL (-12 (|has| $ (-6 -4465)) (|has| |#1| (-862))))) (-2380 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-862)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) NIL (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-1370 (($ $) NIL (|has| $ (-6 -4465)))) (-4204 (($ $) NIL)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2824 (($ |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4464)))) (-1908 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) NIL)) (-3539 (((-576) (-1 (-112) |#1|) $) NIL) (((-576) |#1| $) NIL (|has| |#1| (-1121))) (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1121)))) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4324 (($ (-656 |#1|)) 11) (($ (-783) |#1|) 14)) (-1988 (($ (-783) |#1|) 13)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) NIL (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| |#1| (-862)))) (-3181 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-862)))) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3386 (($ |#1| $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-1753 ((|#1| $) NIL (|has| (-576) (-862)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3140 (($ $ |#1|) NIL (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#1| $ (-576) |#1|) NIL) ((|#1| $ (-576)) NIL) (($ $ (-1255 (-576))) NIL)) (-2335 (($ $ (-576)) NIL) (($ $ (-1255 (-576))) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3796 (($ $ $ (-576)) NIL (|has| $ (-6 -4465)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 10)) (-2767 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-656 $)) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3985 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3962 (((-112) $ $) NIL (|has| |#1| (-862)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-59 |#1|) (-13 (-19 |#1|) (-10 -8 (-15 -4324 ($ (-656 |#1|))) (-15 -4324 ($ (-783) |#1|)))) (-1238)) (T -59))
+((-4324 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-5 *1 (-59 *3)))) (-4324 (*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *1 (-59 *3)) (-4 *3 (-1238)))))
+(-13 (-19 |#1|) (-10 -8 (-15 -4324 ($ (-656 |#1|))) (-15 -4324 ($ (-783) |#1|))))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 ((|#1| $ (-576) (-576) |#1|) NIL)) (-3829 (($ $ (-576) (-59 |#1|)) NIL)) (-3645 (($ $ (-576) (-59 |#1|)) NIL)) (-3853 (($) NIL T CONST)) (-3368 (((-59 |#1|) $ (-576)) NIL)) (-1908 ((|#1| $ (-576) (-576) |#1|) NIL)) (-3721 ((|#1| $ (-576) (-576)) NIL)) (-3722 (((-656 |#1|) $) NIL)) (-2759 (((-783) $) NIL)) (-1988 (($ (-783) (-783) |#1|) NIL)) (-2773 (((-783) $) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-2037 (((-576) $) NIL)) (-3775 (((-576) $) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3422 (((-576) $) NIL)) (-3154 (((-576) $) NIL)) (-1896 (($ (-1 |#1| |#1|) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-3140 (($ $ |#1|) NIL)) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#1| $ (-576) (-576)) NIL) ((|#1| $ (-576) (-576) |#1|) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) NIL)) (-4389 (((-59 |#1|) $ (-576)) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-60 |#1|) (-13 (-57 |#1| (-59 |#1|) (-59 |#1|)) (-10 -7 (-6 -4465))) (-1238)) (T -60))
+NIL
+(-13 (-57 |#1| (-59 |#1|) (-59 |#1|)) (-10 -7 (-6 -4465)))
+((-2981 (((-3 $ "failed") (-1288 (-326 (-390)))) 74) (((-3 $ "failed") (-1288 (-326 (-576)))) 63) (((-3 $ "failed") (-1288 (-971 (-390)))) 94) (((-3 $ "failed") (-1288 (-971 (-576)))) 84) (((-3 $ "failed") (-1288 (-419 (-971 (-390))))) 52) (((-3 $ "failed") (-1288 (-419 (-971 (-576))))) 39)) (-2318 (($ (-1288 (-326 (-390)))) 70) (($ (-1288 (-326 (-576)))) 59) (($ (-1288 (-971 (-390)))) 90) (($ (-1288 (-971 (-576)))) 80) (($ (-1288 (-419 (-971 (-390))))) 48) (($ (-1288 (-419 (-971 (-576))))) 32)) (-3973 (((-1293) $) 124)) (-4114 (((-876) $) 118) (($ (-656 (-340))) 103) (($ (-340)) 97) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 101) (($ (-1288 (-350 (-4125 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-4125) (-711)))) 31)))
+(((-61 |#1|) (-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-4125) (-711))))))) (-1197)) (T -61))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1288 (-350 (-4125 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-4125) (-711)))) (-5 *1 (-61 *3)) (-14 *3 (-1197)))))
+(-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-4125) (-711)))))))
+((-3973 (((-1293) $) 54) (((-1293)) 55)) (-4114 (((-876) $) 51)))
+(((-62 |#1|) (-13 (-407) (-10 -7 (-15 -3973 ((-1293))))) (-1197)) (T -62))
+((-3973 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-62 *3)) (-14 *3 (-1197)))))
+(-13 (-407) (-10 -7 (-15 -3973 ((-1293)))))
+((-2981 (((-3 $ "failed") (-1288 (-326 (-390)))) 150) (((-3 $ "failed") (-1288 (-326 (-576)))) 140) (((-3 $ "failed") (-1288 (-971 (-390)))) 170) (((-3 $ "failed") (-1288 (-971 (-576)))) 160) (((-3 $ "failed") (-1288 (-419 (-971 (-390))))) 129) (((-3 $ "failed") (-1288 (-419 (-971 (-576))))) 117)) (-2318 (($ (-1288 (-326 (-390)))) 146) (($ (-1288 (-326 (-576)))) 136) (($ (-1288 (-971 (-390)))) 166) (($ (-1288 (-971 (-576)))) 156) (($ (-1288 (-419 (-971 (-390))))) 125) (($ (-1288 (-419 (-971 (-576))))) 110)) (-3973 (((-1293) $) 103)) (-4114 (((-876) $) 97) (($ (-656 (-340))) 30) (($ (-340)) 35) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 33) (($ (-1288 (-350 (-4125) (-4125 (QUOTE XC)) (-711)))) 95)))
+(((-63 |#1|) (-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125) (-4125 (QUOTE XC)) (-711))))))) (-1197)) (T -63))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1288 (-350 (-4125) (-4125 (QUOTE XC)) (-711)))) (-5 *1 (-63 *3)) (-14 *3 (-1197)))))
+(-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125) (-4125 (QUOTE XC)) (-711)))))))
+((-2981 (((-3 $ "failed") (-326 (-390))) 41) (((-3 $ "failed") (-326 (-576))) 46) (((-3 $ "failed") (-971 (-390))) 50) (((-3 $ "failed") (-971 (-576))) 54) (((-3 $ "failed") (-419 (-971 (-390)))) 36) (((-3 $ "failed") (-419 (-971 (-576)))) 29)) (-2318 (($ (-326 (-390))) 39) (($ (-326 (-576))) 44) (($ (-971 (-390))) 48) (($ (-971 (-576))) 52) (($ (-419 (-971 (-390)))) 34) (($ (-419 (-971 (-576)))) 26)) (-3973 (((-1293) $) 76)) (-4114 (((-876) $) 69) (($ (-656 (-340))) 61) (($ (-340)) 66) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 64) (($ (-350 (-4125 (QUOTE X)) (-4125) (-711))) 25)))
+(((-64 |#1|) (-13 (-408) (-10 -8 (-15 -4114 ($ (-350 (-4125 (QUOTE X)) (-4125) (-711)))))) (-1197)) (T -64))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-350 (-4125 (QUOTE X)) (-4125) (-711))) (-5 *1 (-64 *3)) (-14 *3 (-1197)))))
+(-13 (-408) (-10 -8 (-15 -4114 ($ (-350 (-4125 (QUOTE X)) (-4125) (-711))))))
+((-2981 (((-3 $ "failed") (-701 (-326 (-390)))) 111) (((-3 $ "failed") (-701 (-326 (-576)))) 99) (((-3 $ "failed") (-701 (-971 (-390)))) 133) (((-3 $ "failed") (-701 (-971 (-576)))) 122) (((-3 $ "failed") (-701 (-419 (-971 (-390))))) 87) (((-3 $ "failed") (-701 (-419 (-971 (-576))))) 73)) (-2318 (($ (-701 (-326 (-390)))) 107) (($ (-701 (-326 (-576)))) 95) (($ (-701 (-971 (-390)))) 129) (($ (-701 (-971 (-576)))) 118) (($ (-701 (-419 (-971 (-390))))) 83) (($ (-701 (-419 (-971 (-576))))) 66)) (-3973 (((-1293) $) 141)) (-4114 (((-876) $) 135) (($ (-656 (-340))) 29) (($ (-340)) 34) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 32) (($ (-701 (-350 (-4125) (-4125 (QUOTE X) (QUOTE HESS)) (-711)))) 56)))
+(((-65 |#1|) (-13 (-395) (-628 (-701 (-350 (-4125) (-4125 (QUOTE X) (QUOTE HESS)) (-711))))) (-1197)) (T -65))
+NIL
+(-13 (-395) (-628 (-701 (-350 (-4125) (-4125 (QUOTE X) (QUOTE HESS)) (-711)))))
+((-2981 (((-3 $ "failed") (-326 (-390))) 60) (((-3 $ "failed") (-326 (-576))) 65) (((-3 $ "failed") (-971 (-390))) 69) (((-3 $ "failed") (-971 (-576))) 73) (((-3 $ "failed") (-419 (-971 (-390)))) 55) (((-3 $ "failed") (-419 (-971 (-576)))) 48)) (-2318 (($ (-326 (-390))) 58) (($ (-326 (-576))) 63) (($ (-971 (-390))) 67) (($ (-971 (-576))) 71) (($ (-419 (-971 (-390)))) 53) (($ (-419 (-971 (-576)))) 45)) (-3973 (((-1293) $) 82)) (-4114 (((-876) $) 76) (($ (-656 (-340))) 29) (($ (-340)) 34) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 32) (($ (-350 (-4125) (-4125 (QUOTE XC)) (-711))) 40)))
+(((-66 |#1|) (-13 (-408) (-10 -8 (-15 -4114 ($ (-350 (-4125) (-4125 (QUOTE XC)) (-711)))))) (-1197)) (T -66))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-350 (-4125) (-4125 (QUOTE XC)) (-711))) (-5 *1 (-66 *3)) (-14 *3 (-1197)))))
+(-13 (-408) (-10 -8 (-15 -4114 ($ (-350 (-4125) (-4125 (QUOTE XC)) (-711))))))
+((-3973 (((-1293) $) 65)) (-4114 (((-876) $) 59) (($ (-701 (-711))) 51) (($ (-656 (-340))) 50) (($ (-340)) 57) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 55)))
+(((-67 |#1|) (-394) (-1197)) (T -67))
NIL
(-394)
-((-2618 (((-1291) $) 66)) (-3567 (((-874) $) 60) (($ (-701 (-711))) 52) (($ (-656 (-340))) 51) (($ (-340)) 54) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 57)))
-(((-68 |#1|) (-394) (-1195)) (T -68))
+((-3973 (((-1293) $) 66)) (-4114 (((-876) $) 60) (($ (-701 (-711))) 52) (($ (-656 (-340))) 51) (($ (-340)) 54) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 57)))
+(((-68 |#1|) (-394) (-1197)) (T -68))
NIL
(-394)
-((-2618 (((-1291) $) NIL) (((-1291)) 33)) (-3567 (((-874) $) NIL)))
-(((-69 |#1|) (-13 (-407) (-10 -7 (-15 -2618 ((-1291))))) (-1195)) (T -69))
-((-2618 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-69 *3)) (-14 *3 (-1195)))))
-(-13 (-407) (-10 -7 (-15 -2618 ((-1291)))))
-((-2618 (((-1291) $) 75)) (-3567 (((-874) $) 69) (($ (-701 (-711))) 61) (($ (-656 (-340))) 63) (($ (-340)) 66) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 60)))
-(((-70 |#1|) (-394) (-1195)) (T -70))
+((-3973 (((-1293) $) NIL) (((-1293)) 33)) (-4114 (((-876) $) NIL)))
+(((-69 |#1|) (-13 (-407) (-10 -7 (-15 -3973 ((-1293))))) (-1197)) (T -69))
+((-3973 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-69 *3)) (-14 *3 (-1197)))))
+(-13 (-407) (-10 -7 (-15 -3973 ((-1293)))))
+((-3973 (((-1293) $) 75)) (-4114 (((-876) $) 69) (($ (-701 (-711))) 61) (($ (-656 (-340))) 63) (($ (-340)) 66) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 60)))
+(((-70 |#1|) (-394) (-1197)) (T -70))
NIL
(-394)
-((-1570 (((-3 $ "failed") (-1286 (-326 (-390)))) 109) (((-3 $ "failed") (-1286 (-326 (-576)))) 98) (((-3 $ "failed") (-1286 (-969 (-390)))) 129) (((-3 $ "failed") (-1286 (-969 (-576)))) 119) (((-3 $ "failed") (-1286 (-419 (-969 (-390))))) 87) (((-3 $ "failed") (-1286 (-419 (-969 (-576))))) 74)) (-2857 (($ (-1286 (-326 (-390)))) 105) (($ (-1286 (-326 (-576)))) 94) (($ (-1286 (-969 (-390)))) 125) (($ (-1286 (-969 (-576)))) 115) (($ (-1286 (-419 (-969 (-390))))) 83) (($ (-1286 (-419 (-969 (-576))))) 67)) (-2618 (((-1291) $) 142)) (-3567 (((-874) $) 136) (($ (-656 (-340))) 131) (($ (-340)) 134) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 59) (($ (-1286 (-350 (-3579 (QUOTE X)) (-3579 (QUOTE -2490)) (-711)))) 60)))
-(((-71 |#1|) (-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579 (QUOTE X)) (-3579 (QUOTE -2490)) (-711))))))) (-1195)) (T -71))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1286 (-350 (-3579 (QUOTE X)) (-3579 (QUOTE -2490)) (-711)))) (-5 *1 (-71 *3)) (-14 *3 (-1195)))))
-(-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579 (QUOTE X)) (-3579 (QUOTE -2490)) (-711)))))))
-((-2618 (((-1291) $) 33) (((-1291)) 32)) (-3567 (((-874) $) 36)))
-(((-72 |#1|) (-13 (-407) (-10 -7 (-15 -2618 ((-1291))))) (-1195)) (T -72))
-((-2618 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-72 *3)) (-14 *3 (-1195)))))
-(-13 (-407) (-10 -7 (-15 -2618 ((-1291)))))
-((-2618 (((-1291) $) 65)) (-3567 (((-874) $) 59) (($ (-701 (-711))) 51) (($ (-656 (-340))) 53) (($ (-340)) 56) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 50)))
-(((-73 |#1|) (-394) (-1195)) (T -73))
+((-2981 (((-3 $ "failed") (-1288 (-326 (-390)))) 109) (((-3 $ "failed") (-1288 (-326 (-576)))) 98) (((-3 $ "failed") (-1288 (-971 (-390)))) 129) (((-3 $ "failed") (-1288 (-971 (-576)))) 119) (((-3 $ "failed") (-1288 (-419 (-971 (-390))))) 87) (((-3 $ "failed") (-1288 (-419 (-971 (-576))))) 74)) (-2318 (($ (-1288 (-326 (-390)))) 105) (($ (-1288 (-326 (-576)))) 94) (($ (-1288 (-971 (-390)))) 125) (($ (-1288 (-971 (-576)))) 115) (($ (-1288 (-419 (-971 (-390))))) 83) (($ (-1288 (-419 (-971 (-576))))) 67)) (-3973 (((-1293) $) 142)) (-4114 (((-876) $) 136) (($ (-656 (-340))) 131) (($ (-340)) 134) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 59) (($ (-1288 (-350 (-4125 (QUOTE X)) (-4125 (QUOTE -1439)) (-711)))) 60)))
+(((-71 |#1|) (-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125 (QUOTE X)) (-4125 (QUOTE -1439)) (-711))))))) (-1197)) (T -71))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1288 (-350 (-4125 (QUOTE X)) (-4125 (QUOTE -1439)) (-711)))) (-5 *1 (-71 *3)) (-14 *3 (-1197)))))
+(-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125 (QUOTE X)) (-4125 (QUOTE -1439)) (-711)))))))
+((-3973 (((-1293) $) 33) (((-1293)) 32)) (-4114 (((-876) $) 36)))
+(((-72 |#1|) (-13 (-407) (-10 -7 (-15 -3973 ((-1293))))) (-1197)) (T -72))
+((-3973 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-72 *3)) (-14 *3 (-1197)))))
+(-13 (-407) (-10 -7 (-15 -3973 ((-1293)))))
+((-3973 (((-1293) $) 65)) (-4114 (((-876) $) 59) (($ (-701 (-711))) 51) (($ (-656 (-340))) 53) (($ (-340)) 56) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 50)))
+(((-73 |#1|) (-394) (-1197)) (T -73))
NIL
(-394)
-((-1570 (((-3 $ "failed") (-1286 (-326 (-390)))) 127) (((-3 $ "failed") (-1286 (-326 (-576)))) 117) (((-3 $ "failed") (-1286 (-969 (-390)))) 147) (((-3 $ "failed") (-1286 (-969 (-576)))) 137) (((-3 $ "failed") (-1286 (-419 (-969 (-390))))) 107) (((-3 $ "failed") (-1286 (-419 (-969 (-576))))) 95)) (-2857 (($ (-1286 (-326 (-390)))) 123) (($ (-1286 (-326 (-576)))) 113) (($ (-1286 (-969 (-390)))) 143) (($ (-1286 (-969 (-576)))) 133) (($ (-1286 (-419 (-969 (-390))))) 103) (($ (-1286 (-419 (-969 (-576))))) 88)) (-2618 (((-1291) $) 80)) (-3567 (((-874) $) 28) (($ (-656 (-340))) 70) (($ (-340)) 66) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 73) (($ (-1286 (-350 (-3579) (-3579 (QUOTE X)) (-711)))) 67)))
-(((-74 |#1|) (-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579) (-3579 (QUOTE X)) (-711))))))) (-1195)) (T -74))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1286 (-350 (-3579) (-3579 (QUOTE X)) (-711)))) (-5 *1 (-74 *3)) (-14 *3 (-1195)))))
-(-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579) (-3579 (QUOTE X)) (-711)))))))
-((-1570 (((-3 $ "failed") (-1286 (-326 (-390)))) 132) (((-3 $ "failed") (-1286 (-326 (-576)))) 121) (((-3 $ "failed") (-1286 (-969 (-390)))) 152) (((-3 $ "failed") (-1286 (-969 (-576)))) 142) (((-3 $ "failed") (-1286 (-419 (-969 (-390))))) 110) (((-3 $ "failed") (-1286 (-419 (-969 (-576))))) 97)) (-2857 (($ (-1286 (-326 (-390)))) 128) (($ (-1286 (-326 (-576)))) 117) (($ (-1286 (-969 (-390)))) 148) (($ (-1286 (-969 (-576)))) 138) (($ (-1286 (-419 (-969 (-390))))) 106) (($ (-1286 (-419 (-969 (-576))))) 90)) (-2618 (((-1291) $) 82)) (-3567 (((-874) $) 74) (($ (-656 (-340))) NIL) (($ (-340)) NIL) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) NIL) (($ (-1286 (-350 (-3579 (QUOTE X) (QUOTE EPS)) (-3579 (QUOTE -2490)) (-711)))) 69)))
-(((-75 |#1| |#2| |#3|) (-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579 (QUOTE X) (QUOTE EPS)) (-3579 (QUOTE -2490)) (-711))))))) (-1195) (-1195) (-1195)) (T -75))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1286 (-350 (-3579 (QUOTE X) (QUOTE EPS)) (-3579 (QUOTE -2490)) (-711)))) (-5 *1 (-75 *3 *4 *5)) (-14 *3 (-1195)) (-14 *4 (-1195)) (-14 *5 (-1195)))))
-(-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579 (QUOTE X) (QUOTE EPS)) (-3579 (QUOTE -2490)) (-711)))))))
-((-1570 (((-3 $ "failed") (-1286 (-326 (-390)))) 138) (((-3 $ "failed") (-1286 (-326 (-576)))) 127) (((-3 $ "failed") (-1286 (-969 (-390)))) 158) (((-3 $ "failed") (-1286 (-969 (-576)))) 148) (((-3 $ "failed") (-1286 (-419 (-969 (-390))))) 116) (((-3 $ "failed") (-1286 (-419 (-969 (-576))))) 103)) (-2857 (($ (-1286 (-326 (-390)))) 134) (($ (-1286 (-326 (-576)))) 123) (($ (-1286 (-969 (-390)))) 154) (($ (-1286 (-969 (-576)))) 144) (($ (-1286 (-419 (-969 (-390))))) 112) (($ (-1286 (-419 (-969 (-576))))) 96)) (-2618 (((-1291) $) 88)) (-3567 (((-874) $) 80) (($ (-656 (-340))) NIL) (($ (-340)) NIL) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) NIL) (($ (-1286 (-350 (-3579 (QUOTE EPS)) (-3579 (QUOTE YA) (QUOTE YB)) (-711)))) 75)))
-(((-76 |#1| |#2| |#3|) (-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579 (QUOTE EPS)) (-3579 (QUOTE YA) (QUOTE YB)) (-711))))))) (-1195) (-1195) (-1195)) (T -76))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1286 (-350 (-3579 (QUOTE EPS)) (-3579 (QUOTE YA) (QUOTE YB)) (-711)))) (-5 *1 (-76 *3 *4 *5)) (-14 *3 (-1195)) (-14 *4 (-1195)) (-14 *5 (-1195)))))
-(-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579 (QUOTE EPS)) (-3579 (QUOTE YA) (QUOTE YB)) (-711)))))))
-((-1570 (((-3 $ "failed") (-326 (-390))) 83) (((-3 $ "failed") (-326 (-576))) 88) (((-3 $ "failed") (-969 (-390))) 92) (((-3 $ "failed") (-969 (-576))) 96) (((-3 $ "failed") (-419 (-969 (-390)))) 78) (((-3 $ "failed") (-419 (-969 (-576)))) 71)) (-2857 (($ (-326 (-390))) 81) (($ (-326 (-576))) 86) (($ (-969 (-390))) 90) (($ (-969 (-576))) 94) (($ (-419 (-969 (-390)))) 76) (($ (-419 (-969 (-576)))) 68)) (-2618 (((-1291) $) 63)) (-3567 (((-874) $) 51) (($ (-656 (-340))) 47) (($ (-340)) 57) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 55) (($ (-350 (-3579) (-3579 (QUOTE X)) (-711))) 48)))
-(((-77 |#1|) (-13 (-408) (-10 -8 (-15 -3567 ($ (-350 (-3579) (-3579 (QUOTE X)) (-711)))))) (-1195)) (T -77))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-350 (-3579) (-3579 (QUOTE X)) (-711))) (-5 *1 (-77 *3)) (-14 *3 (-1195)))))
-(-13 (-408) (-10 -8 (-15 -3567 ($ (-350 (-3579) (-3579 (QUOTE X)) (-711))))))
-((-1570 (((-3 $ "failed") (-326 (-390))) 47) (((-3 $ "failed") (-326 (-576))) 52) (((-3 $ "failed") (-969 (-390))) 56) (((-3 $ "failed") (-969 (-576))) 60) (((-3 $ "failed") (-419 (-969 (-390)))) 42) (((-3 $ "failed") (-419 (-969 (-576)))) 35)) (-2857 (($ (-326 (-390))) 45) (($ (-326 (-576))) 50) (($ (-969 (-390))) 54) (($ (-969 (-576))) 58) (($ (-419 (-969 (-390)))) 40) (($ (-419 (-969 (-576)))) 32)) (-2618 (((-1291) $) 81)) (-3567 (((-874) $) 75) (($ (-656 (-340))) 67) (($ (-340)) 72) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 70) (($ (-350 (-3579) (-3579 (QUOTE X)) (-711))) 31)))
-(((-78 |#1|) (-13 (-408) (-10 -8 (-15 -3567 ($ (-350 (-3579) (-3579 (QUOTE X)) (-711)))))) (-1195)) (T -78))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-350 (-3579) (-3579 (QUOTE X)) (-711))) (-5 *1 (-78 *3)) (-14 *3 (-1195)))))
-(-13 (-408) (-10 -8 (-15 -3567 ($ (-350 (-3579) (-3579 (QUOTE X)) (-711))))))
-((-1570 (((-3 $ "failed") (-1286 (-326 (-390)))) 90) (((-3 $ "failed") (-1286 (-326 (-576)))) 79) (((-3 $ "failed") (-1286 (-969 (-390)))) 110) (((-3 $ "failed") (-1286 (-969 (-576)))) 100) (((-3 $ "failed") (-1286 (-419 (-969 (-390))))) 68) (((-3 $ "failed") (-1286 (-419 (-969 (-576))))) 55)) (-2857 (($ (-1286 (-326 (-390)))) 86) (($ (-1286 (-326 (-576)))) 75) (($ (-1286 (-969 (-390)))) 106) (($ (-1286 (-969 (-576)))) 96) (($ (-1286 (-419 (-969 (-390))))) 64) (($ (-1286 (-419 (-969 (-576))))) 48)) (-2618 (((-1291) $) 126)) (-3567 (((-874) $) 120) (($ (-656 (-340))) 113) (($ (-340)) 38) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 116) (($ (-1286 (-350 (-3579) (-3579 (QUOTE XC)) (-711)))) 39)))
-(((-79 |#1|) (-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579) (-3579 (QUOTE XC)) (-711))))))) (-1195)) (T -79))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1286 (-350 (-3579) (-3579 (QUOTE XC)) (-711)))) (-5 *1 (-79 *3)) (-14 *3 (-1195)))))
-(-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579) (-3579 (QUOTE XC)) (-711)))))))
-((-1570 (((-3 $ "failed") (-1286 (-326 (-390)))) 151) (((-3 $ "failed") (-1286 (-326 (-576)))) 141) (((-3 $ "failed") (-1286 (-969 (-390)))) 171) (((-3 $ "failed") (-1286 (-969 (-576)))) 161) (((-3 $ "failed") (-1286 (-419 (-969 (-390))))) 131) (((-3 $ "failed") (-1286 (-419 (-969 (-576))))) 119)) (-2857 (($ (-1286 (-326 (-390)))) 147) (($ (-1286 (-326 (-576)))) 137) (($ (-1286 (-969 (-390)))) 167) (($ (-1286 (-969 (-576)))) 157) (($ (-1286 (-419 (-969 (-390))))) 127) (($ (-1286 (-419 (-969 (-576))))) 112)) (-2618 (((-1291) $) 105)) (-3567 (((-874) $) 99) (($ (-656 (-340))) 90) (($ (-340)) 97) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 95) (($ (-1286 (-350 (-3579) (-3579 (QUOTE X)) (-711)))) 91)))
-(((-80 |#1|) (-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579) (-3579 (QUOTE X)) (-711))))))) (-1195)) (T -80))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1286 (-350 (-3579) (-3579 (QUOTE X)) (-711)))) (-5 *1 (-80 *3)) (-14 *3 (-1195)))))
-(-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579) (-3579 (QUOTE X)) (-711)))))))
-((-1570 (((-3 $ "failed") (-1286 (-326 (-390)))) 79) (((-3 $ "failed") (-1286 (-326 (-576)))) 68) (((-3 $ "failed") (-1286 (-969 (-390)))) 99) (((-3 $ "failed") (-1286 (-969 (-576)))) 89) (((-3 $ "failed") (-1286 (-419 (-969 (-390))))) 57) (((-3 $ "failed") (-1286 (-419 (-969 (-576))))) 44)) (-2857 (($ (-1286 (-326 (-390)))) 75) (($ (-1286 (-326 (-576)))) 64) (($ (-1286 (-969 (-390)))) 95) (($ (-1286 (-969 (-576)))) 85) (($ (-1286 (-419 (-969 (-390))))) 53) (($ (-1286 (-419 (-969 (-576))))) 37)) (-2618 (((-1291) $) 125)) (-3567 (((-874) $) 119) (($ (-656 (-340))) 110) (($ (-340)) 116) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 114) (($ (-1286 (-350 (-3579) (-3579 (QUOTE X)) (-711)))) 36)))
-(((-81 |#1|) (-13 (-453) (-628 (-1286 (-350 (-3579) (-3579 (QUOTE X)) (-711))))) (-1195)) (T -81))
-NIL
-(-13 (-453) (-628 (-1286 (-350 (-3579) (-3579 (QUOTE X)) (-711)))))
-((-1570 (((-3 $ "failed") (-1286 (-326 (-390)))) 98) (((-3 $ "failed") (-1286 (-326 (-576)))) 87) (((-3 $ "failed") (-1286 (-969 (-390)))) 118) (((-3 $ "failed") (-1286 (-969 (-576)))) 108) (((-3 $ "failed") (-1286 (-419 (-969 (-390))))) 76) (((-3 $ "failed") (-1286 (-419 (-969 (-576))))) 63)) (-2857 (($ (-1286 (-326 (-390)))) 94) (($ (-1286 (-326 (-576)))) 83) (($ (-1286 (-969 (-390)))) 114) (($ (-1286 (-969 (-576)))) 104) (($ (-1286 (-419 (-969 (-390))))) 72) (($ (-1286 (-419 (-969 (-576))))) 56)) (-2618 (((-1291) $) 48)) (-3567 (((-874) $) 42) (($ (-656 (-340))) 32) (($ (-340)) 35) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 38) (($ (-1286 (-350 (-3579 (QUOTE X) (QUOTE -2490)) (-3579) (-711)))) 33)))
-(((-82 |#1|) (-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579 (QUOTE X) (QUOTE -2490)) (-3579) (-711))))))) (-1195)) (T -82))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1286 (-350 (-3579 (QUOTE X) (QUOTE -2490)) (-3579) (-711)))) (-5 *1 (-82 *3)) (-14 *3 (-1195)))))
-(-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579 (QUOTE X) (QUOTE -2490)) (-3579) (-711)))))))
-((-1570 (((-3 $ "failed") (-701 (-326 (-390)))) 118) (((-3 $ "failed") (-701 (-326 (-576)))) 107) (((-3 $ "failed") (-701 (-969 (-390)))) 140) (((-3 $ "failed") (-701 (-969 (-576)))) 129) (((-3 $ "failed") (-701 (-419 (-969 (-390))))) 96) (((-3 $ "failed") (-701 (-419 (-969 (-576))))) 83)) (-2857 (($ (-701 (-326 (-390)))) 114) (($ (-701 (-326 (-576)))) 103) (($ (-701 (-969 (-390)))) 136) (($ (-701 (-969 (-576)))) 125) (($ (-701 (-419 (-969 (-390))))) 92) (($ (-701 (-419 (-969 (-576))))) 76)) (-2618 (((-1291) $) 66)) (-3567 (((-874) $) 53) (($ (-656 (-340))) 60) (($ (-340)) 49) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 58) (($ (-701 (-350 (-3579 (QUOTE X) (QUOTE -2490)) (-3579) (-711)))) 50)))
-(((-83 |#1|) (-13 (-395) (-10 -8 (-15 -3567 ($ (-701 (-350 (-3579 (QUOTE X) (QUOTE -2490)) (-3579) (-711))))))) (-1195)) (T -83))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-701 (-350 (-3579 (QUOTE X) (QUOTE -2490)) (-3579) (-711)))) (-5 *1 (-83 *3)) (-14 *3 (-1195)))))
-(-13 (-395) (-10 -8 (-15 -3567 ($ (-701 (-350 (-3579 (QUOTE X) (QUOTE -2490)) (-3579) (-711)))))))
-((-1570 (((-3 $ "failed") (-701 (-326 (-390)))) 113) (((-3 $ "failed") (-701 (-326 (-576)))) 101) (((-3 $ "failed") (-701 (-969 (-390)))) 135) (((-3 $ "failed") (-701 (-969 (-576)))) 124) (((-3 $ "failed") (-701 (-419 (-969 (-390))))) 89) (((-3 $ "failed") (-701 (-419 (-969 (-576))))) 75)) (-2857 (($ (-701 (-326 (-390)))) 109) (($ (-701 (-326 (-576)))) 97) (($ (-701 (-969 (-390)))) 131) (($ (-701 (-969 (-576)))) 120) (($ (-701 (-419 (-969 (-390))))) 85) (($ (-701 (-419 (-969 (-576))))) 68)) (-2618 (((-1291) $) 60)) (-3567 (((-874) $) 54) (($ (-656 (-340))) 48) (($ (-340)) 51) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 45) (($ (-701 (-350 (-3579 (QUOTE X)) (-3579) (-711)))) 46)))
-(((-84 |#1|) (-13 (-395) (-10 -8 (-15 -3567 ($ (-701 (-350 (-3579 (QUOTE X)) (-3579) (-711))))))) (-1195)) (T -84))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-701 (-350 (-3579 (QUOTE X)) (-3579) (-711)))) (-5 *1 (-84 *3)) (-14 *3 (-1195)))))
-(-13 (-395) (-10 -8 (-15 -3567 ($ (-701 (-350 (-3579 (QUOTE X)) (-3579) (-711)))))))
-((-1570 (((-3 $ "failed") (-1286 (-326 (-390)))) 105) (((-3 $ "failed") (-1286 (-326 (-576)))) 94) (((-3 $ "failed") (-1286 (-969 (-390)))) 125) (((-3 $ "failed") (-1286 (-969 (-576)))) 115) (((-3 $ "failed") (-1286 (-419 (-969 (-390))))) 83) (((-3 $ "failed") (-1286 (-419 (-969 (-576))))) 70)) (-2857 (($ (-1286 (-326 (-390)))) 101) (($ (-1286 (-326 (-576)))) 90) (($ (-1286 (-969 (-390)))) 121) (($ (-1286 (-969 (-576)))) 111) (($ (-1286 (-419 (-969 (-390))))) 79) (($ (-1286 (-419 (-969 (-576))))) 63)) (-2618 (((-1291) $) 47)) (-3567 (((-874) $) 41) (($ (-656 (-340))) 50) (($ (-340)) 37) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 53) (($ (-1286 (-350 (-3579 (QUOTE X)) (-3579) (-711)))) 38)))
-(((-85 |#1|) (-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579 (QUOTE X)) (-3579) (-711))))))) (-1195)) (T -85))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1286 (-350 (-3579 (QUOTE X)) (-3579) (-711)))) (-5 *1 (-85 *3)) (-14 *3 (-1195)))))
-(-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579 (QUOTE X)) (-3579) (-711)))))))
-((-1570 (((-3 $ "failed") (-1286 (-326 (-390)))) 80) (((-3 $ "failed") (-1286 (-326 (-576)))) 69) (((-3 $ "failed") (-1286 (-969 (-390)))) 100) (((-3 $ "failed") (-1286 (-969 (-576)))) 90) (((-3 $ "failed") (-1286 (-419 (-969 (-390))))) 58) (((-3 $ "failed") (-1286 (-419 (-969 (-576))))) 45)) (-2857 (($ (-1286 (-326 (-390)))) 76) (($ (-1286 (-326 (-576)))) 65) (($ (-1286 (-969 (-390)))) 96) (($ (-1286 (-969 (-576)))) 86) (($ (-1286 (-419 (-969 (-390))))) 54) (($ (-1286 (-419 (-969 (-576))))) 38)) (-2618 (((-1291) $) 126)) (-3567 (((-874) $) 120) (($ (-656 (-340))) 111) (($ (-340)) 117) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 115) (($ (-1286 (-350 (-3579 (QUOTE X)) (-3579 (QUOTE -2490)) (-711)))) 37)))
-(((-86 |#1|) (-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579 (QUOTE X)) (-3579 (QUOTE -2490)) (-711))))))) (-1195)) (T -86))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1286 (-350 (-3579 (QUOTE X)) (-3579 (QUOTE -2490)) (-711)))) (-5 *1 (-86 *3)) (-14 *3 (-1195)))))
-(-13 (-453) (-10 -8 (-15 -3567 ($ (-1286 (-350 (-3579 (QUOTE X)) (-3579 (QUOTE -2490)) (-711)))))))
-((-1570 (((-3 $ "failed") (-701 (-326 (-390)))) 117) (((-3 $ "failed") (-701 (-326 (-576)))) 105) (((-3 $ "failed") (-701 (-969 (-390)))) 139) (((-3 $ "failed") (-701 (-969 (-576)))) 128) (((-3 $ "failed") (-701 (-419 (-969 (-390))))) 93) (((-3 $ "failed") (-701 (-419 (-969 (-576))))) 79)) (-2857 (($ (-701 (-326 (-390)))) 113) (($ (-701 (-326 (-576)))) 101) (($ (-701 (-969 (-390)))) 135) (($ (-701 (-969 (-576)))) 124) (($ (-701 (-419 (-969 (-390))))) 89) (($ (-701 (-419 (-969 (-576))))) 72)) (-2618 (((-1291) $) 63)) (-3567 (((-874) $) 57) (($ (-656 (-340))) 47) (($ (-340)) 54) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 52) (($ (-701 (-350 (-3579 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-3579) (-711)))) 48)))
-(((-87 |#1|) (-13 (-395) (-10 -8 (-15 -3567 ($ (-701 (-350 (-3579 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-3579) (-711))))))) (-1195)) (T -87))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-701 (-350 (-3579 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-3579) (-711)))) (-5 *1 (-87 *3)) (-14 *3 (-1195)))))
-(-13 (-395) (-10 -8 (-15 -3567 ($ (-701 (-350 (-3579 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-3579) (-711)))))))
-((-2618 (((-1291) $) 45)) (-3567 (((-874) $) 39) (($ (-1286 (-711))) 100) (($ (-656 (-340))) 31) (($ (-340)) 36) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 34)))
-(((-88 |#1|) (-452) (-1195)) (T -88))
+((-2981 (((-3 $ "failed") (-1288 (-326 (-390)))) 127) (((-3 $ "failed") (-1288 (-326 (-576)))) 117) (((-3 $ "failed") (-1288 (-971 (-390)))) 147) (((-3 $ "failed") (-1288 (-971 (-576)))) 137) (((-3 $ "failed") (-1288 (-419 (-971 (-390))))) 107) (((-3 $ "failed") (-1288 (-419 (-971 (-576))))) 95)) (-2318 (($ (-1288 (-326 (-390)))) 123) (($ (-1288 (-326 (-576)))) 113) (($ (-1288 (-971 (-390)))) 143) (($ (-1288 (-971 (-576)))) 133) (($ (-1288 (-419 (-971 (-390))))) 103) (($ (-1288 (-419 (-971 (-576))))) 88)) (-3973 (((-1293) $) 80)) (-4114 (((-876) $) 28) (($ (-656 (-340))) 70) (($ (-340)) 66) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 73) (($ (-1288 (-350 (-4125) (-4125 (QUOTE X)) (-711)))) 67)))
+(((-74 |#1|) (-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125) (-4125 (QUOTE X)) (-711))))))) (-1197)) (T -74))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1288 (-350 (-4125) (-4125 (QUOTE X)) (-711)))) (-5 *1 (-74 *3)) (-14 *3 (-1197)))))
+(-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125) (-4125 (QUOTE X)) (-711)))))))
+((-2981 (((-3 $ "failed") (-1288 (-326 (-390)))) 132) (((-3 $ "failed") (-1288 (-326 (-576)))) 121) (((-3 $ "failed") (-1288 (-971 (-390)))) 152) (((-3 $ "failed") (-1288 (-971 (-576)))) 142) (((-3 $ "failed") (-1288 (-419 (-971 (-390))))) 110) (((-3 $ "failed") (-1288 (-419 (-971 (-576))))) 97)) (-2318 (($ (-1288 (-326 (-390)))) 128) (($ (-1288 (-326 (-576)))) 117) (($ (-1288 (-971 (-390)))) 148) (($ (-1288 (-971 (-576)))) 138) (($ (-1288 (-419 (-971 (-390))))) 106) (($ (-1288 (-419 (-971 (-576))))) 90)) (-3973 (((-1293) $) 82)) (-4114 (((-876) $) 74) (($ (-656 (-340))) NIL) (($ (-340)) NIL) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) NIL) (($ (-1288 (-350 (-4125 (QUOTE X) (QUOTE EPS)) (-4125 (QUOTE -1439)) (-711)))) 69)))
+(((-75 |#1| |#2| |#3|) (-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125 (QUOTE X) (QUOTE EPS)) (-4125 (QUOTE -1439)) (-711))))))) (-1197) (-1197) (-1197)) (T -75))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1288 (-350 (-4125 (QUOTE X) (QUOTE EPS)) (-4125 (QUOTE -1439)) (-711)))) (-5 *1 (-75 *3 *4 *5)) (-14 *3 (-1197)) (-14 *4 (-1197)) (-14 *5 (-1197)))))
+(-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125 (QUOTE X) (QUOTE EPS)) (-4125 (QUOTE -1439)) (-711)))))))
+((-2981 (((-3 $ "failed") (-1288 (-326 (-390)))) 138) (((-3 $ "failed") (-1288 (-326 (-576)))) 127) (((-3 $ "failed") (-1288 (-971 (-390)))) 158) (((-3 $ "failed") (-1288 (-971 (-576)))) 148) (((-3 $ "failed") (-1288 (-419 (-971 (-390))))) 116) (((-3 $ "failed") (-1288 (-419 (-971 (-576))))) 103)) (-2318 (($ (-1288 (-326 (-390)))) 134) (($ (-1288 (-326 (-576)))) 123) (($ (-1288 (-971 (-390)))) 154) (($ (-1288 (-971 (-576)))) 144) (($ (-1288 (-419 (-971 (-390))))) 112) (($ (-1288 (-419 (-971 (-576))))) 96)) (-3973 (((-1293) $) 88)) (-4114 (((-876) $) 80) (($ (-656 (-340))) NIL) (($ (-340)) NIL) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) NIL) (($ (-1288 (-350 (-4125 (QUOTE EPS)) (-4125 (QUOTE YA) (QUOTE YB)) (-711)))) 75)))
+(((-76 |#1| |#2| |#3|) (-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125 (QUOTE EPS)) (-4125 (QUOTE YA) (QUOTE YB)) (-711))))))) (-1197) (-1197) (-1197)) (T -76))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1288 (-350 (-4125 (QUOTE EPS)) (-4125 (QUOTE YA) (QUOTE YB)) (-711)))) (-5 *1 (-76 *3 *4 *5)) (-14 *3 (-1197)) (-14 *4 (-1197)) (-14 *5 (-1197)))))
+(-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125 (QUOTE EPS)) (-4125 (QUOTE YA) (QUOTE YB)) (-711)))))))
+((-2981 (((-3 $ "failed") (-326 (-390))) 83) (((-3 $ "failed") (-326 (-576))) 88) (((-3 $ "failed") (-971 (-390))) 92) (((-3 $ "failed") (-971 (-576))) 96) (((-3 $ "failed") (-419 (-971 (-390)))) 78) (((-3 $ "failed") (-419 (-971 (-576)))) 71)) (-2318 (($ (-326 (-390))) 81) (($ (-326 (-576))) 86) (($ (-971 (-390))) 90) (($ (-971 (-576))) 94) (($ (-419 (-971 (-390)))) 76) (($ (-419 (-971 (-576)))) 68)) (-3973 (((-1293) $) 63)) (-4114 (((-876) $) 51) (($ (-656 (-340))) 47) (($ (-340)) 57) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 55) (($ (-350 (-4125) (-4125 (QUOTE X)) (-711))) 48)))
+(((-77 |#1|) (-13 (-408) (-10 -8 (-15 -4114 ($ (-350 (-4125) (-4125 (QUOTE X)) (-711)))))) (-1197)) (T -77))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-350 (-4125) (-4125 (QUOTE X)) (-711))) (-5 *1 (-77 *3)) (-14 *3 (-1197)))))
+(-13 (-408) (-10 -8 (-15 -4114 ($ (-350 (-4125) (-4125 (QUOTE X)) (-711))))))
+((-2981 (((-3 $ "failed") (-326 (-390))) 47) (((-3 $ "failed") (-326 (-576))) 52) (((-3 $ "failed") (-971 (-390))) 56) (((-3 $ "failed") (-971 (-576))) 60) (((-3 $ "failed") (-419 (-971 (-390)))) 42) (((-3 $ "failed") (-419 (-971 (-576)))) 35)) (-2318 (($ (-326 (-390))) 45) (($ (-326 (-576))) 50) (($ (-971 (-390))) 54) (($ (-971 (-576))) 58) (($ (-419 (-971 (-390)))) 40) (($ (-419 (-971 (-576)))) 32)) (-3973 (((-1293) $) 81)) (-4114 (((-876) $) 75) (($ (-656 (-340))) 67) (($ (-340)) 72) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 70) (($ (-350 (-4125) (-4125 (QUOTE X)) (-711))) 31)))
+(((-78 |#1|) (-13 (-408) (-10 -8 (-15 -4114 ($ (-350 (-4125) (-4125 (QUOTE X)) (-711)))))) (-1197)) (T -78))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-350 (-4125) (-4125 (QUOTE X)) (-711))) (-5 *1 (-78 *3)) (-14 *3 (-1197)))))
+(-13 (-408) (-10 -8 (-15 -4114 ($ (-350 (-4125) (-4125 (QUOTE X)) (-711))))))
+((-2981 (((-3 $ "failed") (-1288 (-326 (-390)))) 90) (((-3 $ "failed") (-1288 (-326 (-576)))) 79) (((-3 $ "failed") (-1288 (-971 (-390)))) 110) (((-3 $ "failed") (-1288 (-971 (-576)))) 100) (((-3 $ "failed") (-1288 (-419 (-971 (-390))))) 68) (((-3 $ "failed") (-1288 (-419 (-971 (-576))))) 55)) (-2318 (($ (-1288 (-326 (-390)))) 86) (($ (-1288 (-326 (-576)))) 75) (($ (-1288 (-971 (-390)))) 106) (($ (-1288 (-971 (-576)))) 96) (($ (-1288 (-419 (-971 (-390))))) 64) (($ (-1288 (-419 (-971 (-576))))) 48)) (-3973 (((-1293) $) 126)) (-4114 (((-876) $) 120) (($ (-656 (-340))) 113) (($ (-340)) 38) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 116) (($ (-1288 (-350 (-4125) (-4125 (QUOTE XC)) (-711)))) 39)))
+(((-79 |#1|) (-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125) (-4125 (QUOTE XC)) (-711))))))) (-1197)) (T -79))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1288 (-350 (-4125) (-4125 (QUOTE XC)) (-711)))) (-5 *1 (-79 *3)) (-14 *3 (-1197)))))
+(-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125) (-4125 (QUOTE XC)) (-711)))))))
+((-2981 (((-3 $ "failed") (-1288 (-326 (-390)))) 151) (((-3 $ "failed") (-1288 (-326 (-576)))) 141) (((-3 $ "failed") (-1288 (-971 (-390)))) 171) (((-3 $ "failed") (-1288 (-971 (-576)))) 161) (((-3 $ "failed") (-1288 (-419 (-971 (-390))))) 131) (((-3 $ "failed") (-1288 (-419 (-971 (-576))))) 119)) (-2318 (($ (-1288 (-326 (-390)))) 147) (($ (-1288 (-326 (-576)))) 137) (($ (-1288 (-971 (-390)))) 167) (($ (-1288 (-971 (-576)))) 157) (($ (-1288 (-419 (-971 (-390))))) 127) (($ (-1288 (-419 (-971 (-576))))) 112)) (-3973 (((-1293) $) 105)) (-4114 (((-876) $) 99) (($ (-656 (-340))) 90) (($ (-340)) 97) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 95) (($ (-1288 (-350 (-4125) (-4125 (QUOTE X)) (-711)))) 91)))
+(((-80 |#1|) (-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125) (-4125 (QUOTE X)) (-711))))))) (-1197)) (T -80))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1288 (-350 (-4125) (-4125 (QUOTE X)) (-711)))) (-5 *1 (-80 *3)) (-14 *3 (-1197)))))
+(-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125) (-4125 (QUOTE X)) (-711)))))))
+((-2981 (((-3 $ "failed") (-1288 (-326 (-390)))) 79) (((-3 $ "failed") (-1288 (-326 (-576)))) 68) (((-3 $ "failed") (-1288 (-971 (-390)))) 99) (((-3 $ "failed") (-1288 (-971 (-576)))) 89) (((-3 $ "failed") (-1288 (-419 (-971 (-390))))) 57) (((-3 $ "failed") (-1288 (-419 (-971 (-576))))) 44)) (-2318 (($ (-1288 (-326 (-390)))) 75) (($ (-1288 (-326 (-576)))) 64) (($ (-1288 (-971 (-390)))) 95) (($ (-1288 (-971 (-576)))) 85) (($ (-1288 (-419 (-971 (-390))))) 53) (($ (-1288 (-419 (-971 (-576))))) 37)) (-3973 (((-1293) $) 125)) (-4114 (((-876) $) 119) (($ (-656 (-340))) 110) (($ (-340)) 116) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 114) (($ (-1288 (-350 (-4125) (-4125 (QUOTE X)) (-711)))) 36)))
+(((-81 |#1|) (-13 (-453) (-628 (-1288 (-350 (-4125) (-4125 (QUOTE X)) (-711))))) (-1197)) (T -81))
+NIL
+(-13 (-453) (-628 (-1288 (-350 (-4125) (-4125 (QUOTE X)) (-711)))))
+((-2981 (((-3 $ "failed") (-1288 (-326 (-390)))) 98) (((-3 $ "failed") (-1288 (-326 (-576)))) 87) (((-3 $ "failed") (-1288 (-971 (-390)))) 118) (((-3 $ "failed") (-1288 (-971 (-576)))) 108) (((-3 $ "failed") (-1288 (-419 (-971 (-390))))) 76) (((-3 $ "failed") (-1288 (-419 (-971 (-576))))) 63)) (-2318 (($ (-1288 (-326 (-390)))) 94) (($ (-1288 (-326 (-576)))) 83) (($ (-1288 (-971 (-390)))) 114) (($ (-1288 (-971 (-576)))) 104) (($ (-1288 (-419 (-971 (-390))))) 72) (($ (-1288 (-419 (-971 (-576))))) 56)) (-3973 (((-1293) $) 48)) (-4114 (((-876) $) 42) (($ (-656 (-340))) 32) (($ (-340)) 35) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 38) (($ (-1288 (-350 (-4125 (QUOTE X) (QUOTE -1439)) (-4125) (-711)))) 33)))
+(((-82 |#1|) (-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125 (QUOTE X) (QUOTE -1439)) (-4125) (-711))))))) (-1197)) (T -82))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1288 (-350 (-4125 (QUOTE X) (QUOTE -1439)) (-4125) (-711)))) (-5 *1 (-82 *3)) (-14 *3 (-1197)))))
+(-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125 (QUOTE X) (QUOTE -1439)) (-4125) (-711)))))))
+((-2981 (((-3 $ "failed") (-701 (-326 (-390)))) 118) (((-3 $ "failed") (-701 (-326 (-576)))) 107) (((-3 $ "failed") (-701 (-971 (-390)))) 140) (((-3 $ "failed") (-701 (-971 (-576)))) 129) (((-3 $ "failed") (-701 (-419 (-971 (-390))))) 96) (((-3 $ "failed") (-701 (-419 (-971 (-576))))) 83)) (-2318 (($ (-701 (-326 (-390)))) 114) (($ (-701 (-326 (-576)))) 103) (($ (-701 (-971 (-390)))) 136) (($ (-701 (-971 (-576)))) 125) (($ (-701 (-419 (-971 (-390))))) 92) (($ (-701 (-419 (-971 (-576))))) 76)) (-3973 (((-1293) $) 66)) (-4114 (((-876) $) 53) (($ (-656 (-340))) 60) (($ (-340)) 49) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 58) (($ (-701 (-350 (-4125 (QUOTE X) (QUOTE -1439)) (-4125) (-711)))) 50)))
+(((-83 |#1|) (-13 (-395) (-10 -8 (-15 -4114 ($ (-701 (-350 (-4125 (QUOTE X) (QUOTE -1439)) (-4125) (-711))))))) (-1197)) (T -83))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-701 (-350 (-4125 (QUOTE X) (QUOTE -1439)) (-4125) (-711)))) (-5 *1 (-83 *3)) (-14 *3 (-1197)))))
+(-13 (-395) (-10 -8 (-15 -4114 ($ (-701 (-350 (-4125 (QUOTE X) (QUOTE -1439)) (-4125) (-711)))))))
+((-2981 (((-3 $ "failed") (-701 (-326 (-390)))) 113) (((-3 $ "failed") (-701 (-326 (-576)))) 101) (((-3 $ "failed") (-701 (-971 (-390)))) 135) (((-3 $ "failed") (-701 (-971 (-576)))) 124) (((-3 $ "failed") (-701 (-419 (-971 (-390))))) 89) (((-3 $ "failed") (-701 (-419 (-971 (-576))))) 75)) (-2318 (($ (-701 (-326 (-390)))) 109) (($ (-701 (-326 (-576)))) 97) (($ (-701 (-971 (-390)))) 131) (($ (-701 (-971 (-576)))) 120) (($ (-701 (-419 (-971 (-390))))) 85) (($ (-701 (-419 (-971 (-576))))) 68)) (-3973 (((-1293) $) 60)) (-4114 (((-876) $) 54) (($ (-656 (-340))) 48) (($ (-340)) 51) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 45) (($ (-701 (-350 (-4125 (QUOTE X)) (-4125) (-711)))) 46)))
+(((-84 |#1|) (-13 (-395) (-10 -8 (-15 -4114 ($ (-701 (-350 (-4125 (QUOTE X)) (-4125) (-711))))))) (-1197)) (T -84))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-701 (-350 (-4125 (QUOTE X)) (-4125) (-711)))) (-5 *1 (-84 *3)) (-14 *3 (-1197)))))
+(-13 (-395) (-10 -8 (-15 -4114 ($ (-701 (-350 (-4125 (QUOTE X)) (-4125) (-711)))))))
+((-2981 (((-3 $ "failed") (-1288 (-326 (-390)))) 105) (((-3 $ "failed") (-1288 (-326 (-576)))) 94) (((-3 $ "failed") (-1288 (-971 (-390)))) 125) (((-3 $ "failed") (-1288 (-971 (-576)))) 115) (((-3 $ "failed") (-1288 (-419 (-971 (-390))))) 83) (((-3 $ "failed") (-1288 (-419 (-971 (-576))))) 70)) (-2318 (($ (-1288 (-326 (-390)))) 101) (($ (-1288 (-326 (-576)))) 90) (($ (-1288 (-971 (-390)))) 121) (($ (-1288 (-971 (-576)))) 111) (($ (-1288 (-419 (-971 (-390))))) 79) (($ (-1288 (-419 (-971 (-576))))) 63)) (-3973 (((-1293) $) 47)) (-4114 (((-876) $) 41) (($ (-656 (-340))) 50) (($ (-340)) 37) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 53) (($ (-1288 (-350 (-4125 (QUOTE X)) (-4125) (-711)))) 38)))
+(((-85 |#1|) (-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125 (QUOTE X)) (-4125) (-711))))))) (-1197)) (T -85))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1288 (-350 (-4125 (QUOTE X)) (-4125) (-711)))) (-5 *1 (-85 *3)) (-14 *3 (-1197)))))
+(-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125 (QUOTE X)) (-4125) (-711)))))))
+((-2981 (((-3 $ "failed") (-1288 (-326 (-390)))) 80) (((-3 $ "failed") (-1288 (-326 (-576)))) 69) (((-3 $ "failed") (-1288 (-971 (-390)))) 100) (((-3 $ "failed") (-1288 (-971 (-576)))) 90) (((-3 $ "failed") (-1288 (-419 (-971 (-390))))) 58) (((-3 $ "failed") (-1288 (-419 (-971 (-576))))) 45)) (-2318 (($ (-1288 (-326 (-390)))) 76) (($ (-1288 (-326 (-576)))) 65) (($ (-1288 (-971 (-390)))) 96) (($ (-1288 (-971 (-576)))) 86) (($ (-1288 (-419 (-971 (-390))))) 54) (($ (-1288 (-419 (-971 (-576))))) 38)) (-3973 (((-1293) $) 126)) (-4114 (((-876) $) 120) (($ (-656 (-340))) 111) (($ (-340)) 117) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 115) (($ (-1288 (-350 (-4125 (QUOTE X)) (-4125 (QUOTE -1439)) (-711)))) 37)))
+(((-86 |#1|) (-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125 (QUOTE X)) (-4125 (QUOTE -1439)) (-711))))))) (-1197)) (T -86))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1288 (-350 (-4125 (QUOTE X)) (-4125 (QUOTE -1439)) (-711)))) (-5 *1 (-86 *3)) (-14 *3 (-1197)))))
+(-13 (-453) (-10 -8 (-15 -4114 ($ (-1288 (-350 (-4125 (QUOTE X)) (-4125 (QUOTE -1439)) (-711)))))))
+((-2981 (((-3 $ "failed") (-701 (-326 (-390)))) 117) (((-3 $ "failed") (-701 (-326 (-576)))) 105) (((-3 $ "failed") (-701 (-971 (-390)))) 139) (((-3 $ "failed") (-701 (-971 (-576)))) 128) (((-3 $ "failed") (-701 (-419 (-971 (-390))))) 93) (((-3 $ "failed") (-701 (-419 (-971 (-576))))) 79)) (-2318 (($ (-701 (-326 (-390)))) 113) (($ (-701 (-326 (-576)))) 101) (($ (-701 (-971 (-390)))) 135) (($ (-701 (-971 (-576)))) 124) (($ (-701 (-419 (-971 (-390))))) 89) (($ (-701 (-419 (-971 (-576))))) 72)) (-3973 (((-1293) $) 63)) (-4114 (((-876) $) 57) (($ (-656 (-340))) 47) (($ (-340)) 54) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 52) (($ (-701 (-350 (-4125 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-4125) (-711)))) 48)))
+(((-87 |#1|) (-13 (-395) (-10 -8 (-15 -4114 ($ (-701 (-350 (-4125 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-4125) (-711))))))) (-1197)) (T -87))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-701 (-350 (-4125 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-4125) (-711)))) (-5 *1 (-87 *3)) (-14 *3 (-1197)))))
+(-13 (-395) (-10 -8 (-15 -4114 ($ (-701 (-350 (-4125 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-4125) (-711)))))))
+((-3973 (((-1293) $) 45)) (-4114 (((-876) $) 39) (($ (-1288 (-711))) 100) (($ (-656 (-340))) 31) (($ (-340)) 36) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 34)))
+(((-88 |#1|) (-452) (-1197)) (T -88))
NIL
(-452)
-((-1570 (((-3 $ "failed") (-326 (-390))) 48) (((-3 $ "failed") (-326 (-576))) 53) (((-3 $ "failed") (-969 (-390))) 57) (((-3 $ "failed") (-969 (-576))) 61) (((-3 $ "failed") (-419 (-969 (-390)))) 43) (((-3 $ "failed") (-419 (-969 (-576)))) 36)) (-2857 (($ (-326 (-390))) 46) (($ (-326 (-576))) 51) (($ (-969 (-390))) 55) (($ (-969 (-576))) 59) (($ (-419 (-969 (-390)))) 41) (($ (-419 (-969 (-576)))) 33)) (-2618 (((-1291) $) 91)) (-3567 (((-874) $) 85) (($ (-656 (-340))) 79) (($ (-340)) 82) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 77) (($ (-350 (-3579 (QUOTE X)) (-3579 (QUOTE -2490)) (-711))) 32)))
-(((-89 |#1|) (-13 (-408) (-10 -8 (-15 -3567 ($ (-350 (-3579 (QUOTE X)) (-3579 (QUOTE -2490)) (-711)))))) (-1195)) (T -89))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-350 (-3579 (QUOTE X)) (-3579 (QUOTE -2490)) (-711))) (-5 *1 (-89 *3)) (-14 *3 (-1195)))))
-(-13 (-408) (-10 -8 (-15 -3567 ($ (-350 (-3579 (QUOTE X)) (-3579 (QUOTE -2490)) (-711))))))
-((-3525 (((-1286 (-701 |#1|)) (-701 |#1|)) 61)) (-1694 (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 (-656 (-938))))) |#2| (-938)) 49)) (-2962 (((-2 (|:| |minor| (-656 (-938))) (|:| -4024 |#2|) (|:| |minors| (-656 (-656 (-938)))) (|:| |ops| (-656 |#2|))) |#2| (-938)) 72 (|has| |#1| (-374)))))
-(((-90 |#1| |#2|) (-10 -7 (-15 -1694 ((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 (-656 (-938))))) |#2| (-938))) (-15 -3525 ((-1286 (-701 |#1|)) (-701 |#1|))) (IF (|has| |#1| (-374)) (-15 -2962 ((-2 (|:| |minor| (-656 (-938))) (|:| -4024 |#2|) (|:| |minors| (-656 (-656 (-938)))) (|:| |ops| (-656 |#2|))) |#2| (-938))) |%noBranch|)) (-568) (-668 |#1|)) (T -90))
-((-2962 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-4 *5 (-568)) (-5 *2 (-2 (|:| |minor| (-656 (-938))) (|:| -4024 *3) (|:| |minors| (-656 (-656 (-938)))) (|:| |ops| (-656 *3)))) (-5 *1 (-90 *5 *3)) (-5 *4 (-938)) (-4 *3 (-668 *5)))) (-3525 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-1286 (-701 *4))) (-5 *1 (-90 *4 *5)) (-5 *3 (-701 *4)) (-4 *5 (-668 *4)))) (-1694 (*1 *2 *3 *4) (-12 (-4 *5 (-568)) (-5 *2 (-2 (|:| -1953 (-701 *5)) (|:| |vec| (-1286 (-656 (-938)))))) (-5 *1 (-90 *5 *3)) (-5 *4 (-938)) (-4 *3 (-668 *5)))))
-(-10 -7 (-15 -1694 ((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 (-656 (-938))))) |#2| (-938))) (-15 -3525 ((-1286 (-701 |#1|)) (-701 |#1|))) (IF (|has| |#1| (-374)) (-15 -2962 ((-2 (|:| |minor| (-656 (-938))) (|:| -4024 |#2|) (|:| |minors| (-656 (-656 (-938)))) (|:| |ops| (-656 |#2|))) |#2| (-938))) |%noBranch|))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1417 ((|#1| $) 40)) (-3733 (((-112) $ (-783)) NIL)) (-2135 (($) NIL T CONST)) (-2797 ((|#1| |#1| $) 35)) (-2146 ((|#1| $) 33)) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-4219 ((|#1| $) NIL)) (-2767 (($ |#1| $) 36)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-4436 ((|#1| $) 34)) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) 18)) (-1854 (($) 45)) (-1885 (((-783) $) 31)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) 17)) (-3567 (((-874) $) 30 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2847 (($ (-656 |#1|)) NIL)) (-4035 (($ (-656 |#1|)) 42)) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 15 (|has| |#1| (-102)))) (-3500 (((-783) $) 12 (|has| $ (-6 -4462)))))
-(((-91 |#1|) (-13 (-1140 |#1|) (-10 -8 (-15 -4035 ($ (-656 |#1|))))) (-1119)) (T -91))
-((-4035 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-5 *1 (-91 *3)))))
-(-13 (-1140 |#1|) (-10 -8 (-15 -4035 ($ (-656 |#1|)))))
-((-3567 (((-874) $) 13) (($ (-1200)) 9) (((-1200) $) 8)))
-(((-92 |#1|) (-10 -8 (-15 -3567 ((-1200) |#1|)) (-15 -3567 (|#1| (-1200))) (-15 -3567 ((-874) |#1|))) (-93)) (T -92))
-NIL
-(-10 -8 (-15 -3567 ((-1200) |#1|)) (-15 -3567 (|#1| (-1200))) (-15 -3567 ((-874) |#1|)))
-((-3486 (((-112) $ $) 6)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12) (($ (-1200)) 17) (((-1200) $) 16)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)))
+((-2981 (((-3 $ "failed") (-326 (-390))) 48) (((-3 $ "failed") (-326 (-576))) 53) (((-3 $ "failed") (-971 (-390))) 57) (((-3 $ "failed") (-971 (-576))) 61) (((-3 $ "failed") (-419 (-971 (-390)))) 43) (((-3 $ "failed") (-419 (-971 (-576)))) 36)) (-2318 (($ (-326 (-390))) 46) (($ (-326 (-576))) 51) (($ (-971 (-390))) 55) (($ (-971 (-576))) 59) (($ (-419 (-971 (-390)))) 41) (($ (-419 (-971 (-576)))) 33)) (-3973 (((-1293) $) 91)) (-4114 (((-876) $) 85) (($ (-656 (-340))) 79) (($ (-340)) 82) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 77) (($ (-350 (-4125 (QUOTE X)) (-4125 (QUOTE -1439)) (-711))) 32)))
+(((-89 |#1|) (-13 (-408) (-10 -8 (-15 -4114 ($ (-350 (-4125 (QUOTE X)) (-4125 (QUOTE -1439)) (-711)))))) (-1197)) (T -89))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-350 (-4125 (QUOTE X)) (-4125 (QUOTE -1439)) (-711))) (-5 *1 (-89 *3)) (-14 *3 (-1197)))))
+(-13 (-408) (-10 -8 (-15 -4114 ($ (-350 (-4125 (QUOTE X)) (-4125 (QUOTE -1439)) (-711))))))
+((-3762 (((-1288 (-701 |#1|)) (-701 |#1|)) 61)) (-1959 (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 (-656 (-940))))) |#2| (-940)) 49)) (-3080 (((-2 (|:| |minor| (-656 (-940))) (|:| -3379 |#2|) (|:| |minors| (-656 (-656 (-940)))) (|:| |ops| (-656 |#2|))) |#2| (-940)) 72 (|has| |#1| (-374)))))
+(((-90 |#1| |#2|) (-10 -7 (-15 -1959 ((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 (-656 (-940))))) |#2| (-940))) (-15 -3762 ((-1288 (-701 |#1|)) (-701 |#1|))) (IF (|has| |#1| (-374)) (-15 -3080 ((-2 (|:| |minor| (-656 (-940))) (|:| -3379 |#2|) (|:| |minors| (-656 (-656 (-940)))) (|:| |ops| (-656 |#2|))) |#2| (-940))) |%noBranch|)) (-568) (-668 |#1|)) (T -90))
+((-3080 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-4 *5 (-568)) (-5 *2 (-2 (|:| |minor| (-656 (-940))) (|:| -3379 *3) (|:| |minors| (-656 (-656 (-940)))) (|:| |ops| (-656 *3)))) (-5 *1 (-90 *5 *3)) (-5 *4 (-940)) (-4 *3 (-668 *5)))) (-3762 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-1288 (-701 *4))) (-5 *1 (-90 *4 *5)) (-5 *3 (-701 *4)) (-4 *5 (-668 *4)))) (-1959 (*1 *2 *3 *4) (-12 (-4 *5 (-568)) (-5 *2 (-2 (|:| -2663 (-701 *5)) (|:| |vec| (-1288 (-656 (-940)))))) (-5 *1 (-90 *5 *3)) (-5 *4 (-940)) (-4 *3 (-668 *5)))))
+(-10 -7 (-15 -1959 ((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 (-656 (-940))))) |#2| (-940))) (-15 -3762 ((-1288 (-701 |#1|)) (-701 |#1|))) (IF (|has| |#1| (-374)) (-15 -3080 ((-2 (|:| |minor| (-656 (-940))) (|:| -3379 |#2|) (|:| |minors| (-656 (-656 (-940)))) (|:| |ops| (-656 |#2|))) |#2| (-940))) |%noBranch|))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3016 ((|#1| $) 40)) (-1951 (((-112) $ (-783)) NIL)) (-3853 (($) NIL T CONST)) (-4112 ((|#1| |#1| $) 35)) (-3941 ((|#1| $) 33)) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-4306 ((|#1| $) NIL)) (-3846 (($ |#1| $) 36)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-1470 ((|#1| $) 34)) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) 18)) (-3029 (($) 45)) (-4307 (((-783) $) 31)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) 17)) (-4114 (((-876) $) 30 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-3356 (($ (-656 |#1|)) NIL)) (-3059 (($ (-656 |#1|)) 42)) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 15 (|has| |#1| (-102)))) (-1968 (((-783) $) 12 (|has| $ (-6 -4464)))))
+(((-91 |#1|) (-13 (-1142 |#1|) (-10 -8 (-15 -3059 ($ (-656 |#1|))))) (-1121)) (T -91))
+((-3059 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-5 *1 (-91 *3)))))
+(-13 (-1142 |#1|) (-10 -8 (-15 -3059 ($ (-656 |#1|)))))
+((-4114 (((-876) $) 13) (($ (-1202)) 9) (((-1202) $) 8)))
+(((-92 |#1|) (-10 -8 (-15 -4114 ((-1202) |#1|)) (-15 -4114 (|#1| (-1202))) (-15 -4114 ((-876) |#1|))) (-93)) (T -92))
+NIL
+(-10 -8 (-15 -4114 ((-1202) |#1|)) (-15 -4114 (|#1| (-1202))) (-15 -4114 ((-876) |#1|)))
+((-1955 (((-112) $ $) 6)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12) (($ (-1202)) 17) (((-1202) $) 16)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)))
(((-93) (-141)) (T -93))
NIL
-(-13 (-1119) (-502 (-1200)))
-(((-102) . T) ((-628 #0=(-1200)) . T) ((-625 (-874)) . T) ((-625 #0#) . T) ((-502 #0#) . T) ((-1119) . T) ((-1236) . T))
-((-3980 (($ $) 10)) (-3992 (($ $) 12)))
-(((-94 |#1|) (-10 -8 (-15 -3992 (|#1| |#1|)) (-15 -3980 (|#1| |#1|))) (-95)) (T -94))
+(-13 (-1121) (-502 (-1202)))
+(((-102) . T) ((-628 #0=(-1202)) . T) ((-625 (-876)) . T) ((-625 #0#) . T) ((-502 #0#) . T) ((-1121) . T) ((-1238) . T))
+((-3537 (($ $) 10)) (-3550 (($ $) 12)))
+(((-94 |#1|) (-10 -8 (-15 -3550 (|#1| |#1|)) (-15 -3537 (|#1| |#1|))) (-95)) (T -94))
NIL
-(-10 -8 (-15 -3992 (|#1| |#1|)) (-15 -3980 (|#1| |#1|)))
-((-3958 (($ $) 11)) (-3935 (($ $) 10)) (-3980 (($ $) 9)) (-3992 (($ $) 8)) (-3971 (($ $) 7)) (-3948 (($ $) 6)))
+(-10 -8 (-15 -3550 (|#1| |#1|)) (-15 -3537 (|#1| |#1|)))
+((-3510 (($ $) 11)) (-3487 (($ $) 10)) (-3537 (($ $) 9)) (-3550 (($ $) 8)) (-3523 (($ $) 7)) (-3498 (($ $) 6)))
(((-95) (-141)) (T -95))
-((-3958 (*1 *1 *1) (-4 *1 (-95))) (-3935 (*1 *1 *1) (-4 *1 (-95))) (-3980 (*1 *1 *1) (-4 *1 (-95))) (-3992 (*1 *1 *1) (-4 *1 (-95))) (-3971 (*1 *1 *1) (-4 *1 (-95))) (-3948 (*1 *1 *1) (-4 *1 (-95))))
-(-13 (-10 -8 (-15 -3948 ($ $)) (-15 -3971 ($ $)) (-15 -3992 ($ $)) (-15 -3980 ($ $)) (-15 -3935 ($ $)) (-15 -3958 ($ $))))
-((-3486 (((-112) $ $) NIL)) (-2624 (((-1154) $) 9)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 15) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-96) (-13 (-1102) (-10 -8 (-15 -2624 ((-1154) $))))) (T -96))
-((-2624 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-96)))))
-(-13 (-1102) (-10 -8 (-15 -2624 ((-1154) $))))
-((-3486 (((-112) $ $) NIL)) (-2569 (((-390) (-1177) (-390)) 46) (((-390) (-1177) (-1177) (-390)) 44)) (-3276 (((-390) (-390)) 35)) (-2534 (((-1291)) 37)) (-3881 (((-1177) $) NIL)) (-2060 (((-390) (-1177) (-1177)) 50) (((-390) (-1177)) 52)) (-1448 (((-1139) $) NIL)) (-2695 (((-390) (-1177) (-1177)) 51)) (-2721 (((-390) (-1177) (-1177)) 53) (((-390) (-1177)) 54)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-97) (-13 (-1119) (-10 -7 (-15 -2060 ((-390) (-1177) (-1177))) (-15 -2060 ((-390) (-1177))) (-15 -2721 ((-390) (-1177) (-1177))) (-15 -2721 ((-390) (-1177))) (-15 -2695 ((-390) (-1177) (-1177))) (-15 -2534 ((-1291))) (-15 -3276 ((-390) (-390))) (-15 -2569 ((-390) (-1177) (-390))) (-15 -2569 ((-390) (-1177) (-1177) (-390))) (-6 -4462)))) (T -97))
-((-2060 (*1 *2 *3 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-390)) (-5 *1 (-97)))) (-2060 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-390)) (-5 *1 (-97)))) (-2721 (*1 *2 *3 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-390)) (-5 *1 (-97)))) (-2721 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-390)) (-5 *1 (-97)))) (-2695 (*1 *2 *3 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-390)) (-5 *1 (-97)))) (-2534 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-97)))) (-3276 (*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-97)))) (-2569 (*1 *2 *3 *2) (-12 (-5 *2 (-390)) (-5 *3 (-1177)) (-5 *1 (-97)))) (-2569 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-390)) (-5 *3 (-1177)) (-5 *1 (-97)))))
-(-13 (-1119) (-10 -7 (-15 -2060 ((-390) (-1177) (-1177))) (-15 -2060 ((-390) (-1177))) (-15 -2721 ((-390) (-1177) (-1177))) (-15 -2721 ((-390) (-1177))) (-15 -2695 ((-390) (-1177) (-1177))) (-15 -2534 ((-1291))) (-15 -3276 ((-390) (-390))) (-15 -2569 ((-390) (-1177) (-390))) (-15 -2569 ((-390) (-1177) (-1177) (-390))) (-6 -4462)))
+((-3510 (*1 *1 *1) (-4 *1 (-95))) (-3487 (*1 *1 *1) (-4 *1 (-95))) (-3537 (*1 *1 *1) (-4 *1 (-95))) (-3550 (*1 *1 *1) (-4 *1 (-95))) (-3523 (*1 *1 *1) (-4 *1 (-95))) (-3498 (*1 *1 *1) (-4 *1 (-95))))
+(-13 (-10 -8 (-15 -3498 ($ $)) (-15 -3523 ($ $)) (-15 -3550 ($ $)) (-15 -3537 ($ $)) (-15 -3487 ($ $)) (-15 -3510 ($ $))))
+((-1955 (((-112) $ $) NIL)) (-4149 (((-1156) $) 9)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 15) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-96) (-13 (-1104) (-10 -8 (-15 -4149 ((-1156) $))))) (T -96))
+((-4149 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-96)))))
+(-13 (-1104) (-10 -8 (-15 -4149 ((-1156) $))))
+((-1955 (((-112) $ $) NIL)) (-2581 (((-390) (-1179) (-390)) 46) (((-390) (-1179) (-1179) (-390)) 44)) (-3126 (((-390) (-390)) 35)) (-3533 (((-1293)) 37)) (-4185 (((-1179) $) NIL)) (-4345 (((-390) (-1179) (-1179)) 50) (((-390) (-1179)) 52)) (-3117 (((-1141) $) NIL)) (-4409 (((-390) (-1179) (-1179)) 51)) (-1476 (((-390) (-1179) (-1179)) 53) (((-390) (-1179)) 54)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-97) (-13 (-1121) (-10 -7 (-15 -4345 ((-390) (-1179) (-1179))) (-15 -4345 ((-390) (-1179))) (-15 -1476 ((-390) (-1179) (-1179))) (-15 -1476 ((-390) (-1179))) (-15 -4409 ((-390) (-1179) (-1179))) (-15 -3533 ((-1293))) (-15 -3126 ((-390) (-390))) (-15 -2581 ((-390) (-1179) (-390))) (-15 -2581 ((-390) (-1179) (-1179) (-390))) (-6 -4464)))) (T -97))
+((-4345 (*1 *2 *3 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-390)) (-5 *1 (-97)))) (-4345 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-390)) (-5 *1 (-97)))) (-1476 (*1 *2 *3 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-390)) (-5 *1 (-97)))) (-1476 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-390)) (-5 *1 (-97)))) (-4409 (*1 *2 *3 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-390)) (-5 *1 (-97)))) (-3533 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-97)))) (-3126 (*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-97)))) (-2581 (*1 *2 *3 *2) (-12 (-5 *2 (-390)) (-5 *3 (-1179)) (-5 *1 (-97)))) (-2581 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-390)) (-5 *3 (-1179)) (-5 *1 (-97)))))
+(-13 (-1121) (-10 -7 (-15 -4345 ((-390) (-1179) (-1179))) (-15 -4345 ((-390) (-1179))) (-15 -1476 ((-390) (-1179) (-1179))) (-15 -1476 ((-390) (-1179))) (-15 -4409 ((-390) (-1179) (-1179))) (-15 -3533 ((-1293))) (-15 -3126 ((-390) (-390))) (-15 -2581 ((-390) (-1179) (-390))) (-15 -2581 ((-390) (-1179) (-1179) (-390))) (-6 -4464)))
NIL
(((-98) (-141)) (T -98))
NIL
-(-13 (-10 -7 (-6 -4462) (-6 (-4464 "*")) (-6 -4463) (-6 -4459) (-6 -4457) (-6 -4456) (-6 -4455) (-6 -4460) (-6 -4454) (-6 -4453) (-6 -4452) (-6 -4451) (-6 -4450) (-6 -4458) (-6 -4461) (-6 |NullSquare|) (-6 |JacobiIdentity|) (-6 -4449)))
-((-3486 (((-112) $ $) NIL)) (-2135 (($) NIL T CONST)) (-2251 (((-3 $ "failed") $) NIL)) (-3612 (((-112) $) NIL)) (-3018 (($ (-1 |#1| |#1|)) 27) (($ (-1 |#1| |#1|) (-1 |#1| |#1|)) 26) (($ (-1 |#1| |#1| (-576))) 24)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 16)) (-1448 (((-1139) $) NIL)) (-2794 ((|#1| $ |#1|) 13)) (-2949 (($ $ $) NIL)) (-3636 (($ $ $) NIL)) (-3567 (((-874) $) 22)) (-1540 (((-112) $ $) NIL)) (-2727 (($) 8 T CONST)) (-2921 (((-112) $ $) 10)) (-3054 (($ $ $) NIL)) (** (($ $ (-938)) 32) (($ $ (-783)) NIL) (($ $ (-576)) 18)) (* (($ $ $) 33)))
-(((-99 |#1|) (-13 (-485) (-296 |#1| |#1|) (-10 -8 (-15 -3018 ($ (-1 |#1| |#1|))) (-15 -3018 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -3018 ($ (-1 |#1| |#1| (-576)))))) (-1068)) (T -99))
-((-3018 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1068)) (-5 *1 (-99 *3)))) (-3018 (*1 *1 *2 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1068)) (-5 *1 (-99 *3)))) (-3018 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 (-576))) (-4 *3 (-1068)) (-5 *1 (-99 *3)))))
-(-13 (-485) (-296 |#1| |#1|) (-10 -8 (-15 -3018 ($ (-1 |#1| |#1|))) (-15 -3018 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -3018 ($ (-1 |#1| |#1| (-576))))))
-((-2722 (((-430 |#2|) |#2| (-656 |#2|)) 10) (((-430 |#2|) |#2| |#2|) 11)))
-(((-100 |#1| |#2|) (-10 -7 (-15 -2722 ((-430 |#2|) |#2| |#2|)) (-15 -2722 ((-430 |#2|) |#2| (-656 |#2|)))) (-13 (-464) (-148)) (-1262 |#1|)) (T -100))
-((-2722 (*1 *2 *3 *4) (-12 (-5 *4 (-656 *3)) (-4 *3 (-1262 *5)) (-4 *5 (-13 (-464) (-148))) (-5 *2 (-430 *3)) (-5 *1 (-100 *5 *3)))) (-2722 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-464) (-148))) (-5 *2 (-430 *3)) (-5 *1 (-100 *4 *3)) (-4 *3 (-1262 *4)))))
-(-10 -7 (-15 -2722 ((-430 |#2|) |#2| |#2|)) (-15 -2722 ((-430 |#2|) |#2| (-656 |#2|))))
-((-3486 (((-112) $ $) 10)))
-(((-101 |#1|) (-10 -8 (-15 -3486 ((-112) |#1| |#1|))) (-102)) (T -101))
-NIL
-(-10 -8 (-15 -3486 ((-112) |#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-2921 (((-112) $ $) 7)))
+(-13 (-10 -7 (-6 -4464) (-6 (-4466 "*")) (-6 -4465) (-6 -4461) (-6 -4459) (-6 -4458) (-6 -4457) (-6 -4462) (-6 -4456) (-6 -4455) (-6 -4454) (-6 -4453) (-6 -4452) (-6 -4460) (-6 -4463) (-6 |NullSquare|) (-6 |JacobiIdentity|) (-6 -4451)))
+((-1955 (((-112) $ $) NIL)) (-3853 (($) NIL T CONST)) (-2413 (((-3 $ "failed") $) NIL)) (-3315 (((-112) $) NIL)) (-2327 (($ (-1 |#1| |#1|)) 27) (($ (-1 |#1| |#1|) (-1 |#1| |#1|)) 26) (($ (-1 |#1| |#1| (-576))) 24)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 16)) (-3117 (((-1141) $) NIL)) (-4369 ((|#1| $ |#1|) 13)) (-2970 (($ $ $) NIL)) (-3595 (($ $ $) NIL)) (-4114 (((-876) $) 22)) (-3000 (((-112) $ $) NIL)) (-4322 (($) 8 T CONST)) (-3939 (((-112) $ $) 10)) (-4047 (($ $ $) NIL)) (** (($ $ (-940)) 32) (($ $ (-783)) NIL) (($ $ (-576)) 18)) (* (($ $ $) 33)))
+(((-99 |#1|) (-13 (-485) (-296 |#1| |#1|) (-10 -8 (-15 -2327 ($ (-1 |#1| |#1|))) (-15 -2327 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -2327 ($ (-1 |#1| |#1| (-576)))))) (-1070)) (T -99))
+((-2327 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1070)) (-5 *1 (-99 *3)))) (-2327 (*1 *1 *2 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1070)) (-5 *1 (-99 *3)))) (-2327 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 (-576))) (-4 *3 (-1070)) (-5 *1 (-99 *3)))))
+(-13 (-485) (-296 |#1| |#1|) (-10 -8 (-15 -2327 ($ (-1 |#1| |#1|))) (-15 -2327 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -2327 ($ (-1 |#1| |#1| (-576))))))
+((-1489 (((-430 |#2|) |#2| (-656 |#2|)) 10) (((-430 |#2|) |#2| |#2|) 11)))
+(((-100 |#1| |#2|) (-10 -7 (-15 -1489 ((-430 |#2|) |#2| |#2|)) (-15 -1489 ((-430 |#2|) |#2| (-656 |#2|)))) (-13 (-464) (-148)) (-1264 |#1|)) (T -100))
+((-1489 (*1 *2 *3 *4) (-12 (-5 *4 (-656 *3)) (-4 *3 (-1264 *5)) (-4 *5 (-13 (-464) (-148))) (-5 *2 (-430 *3)) (-5 *1 (-100 *5 *3)))) (-1489 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-464) (-148))) (-5 *2 (-430 *3)) (-5 *1 (-100 *4 *3)) (-4 *3 (-1264 *4)))))
+(-10 -7 (-15 -1489 ((-430 |#2|) |#2| |#2|)) (-15 -1489 ((-430 |#2|) |#2| (-656 |#2|))))
+((-1955 (((-112) $ $) 10)))
+(((-101 |#1|) (-10 -8 (-15 -1955 ((-112) |#1| |#1|))) (-102)) (T -101))
+NIL
+(-10 -8 (-15 -1955 ((-112) |#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-3939 (((-112) $ $) 7)))
(((-102) (-141)) (T -102))
-((-2921 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112)))) (-3486 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112)))))
-(-13 (-1236) (-10 -8 (-15 -2921 ((-112) $ $)) (-15 -3486 ((-112) $ $))))
-(((-1236) . T))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3103 ((|#1| $) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-1762 ((|#1| $ |#1|) 24 (|has| $ (-6 -4463)))) (-2621 (($ $ $) NIL (|has| $ (-6 -4463)))) (-3016 (($ $ $) NIL (|has| $ (-6 -4463)))) (-2114 (($ $ (-656 |#1|)) 30)) (-3753 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4463))) (($ $ "left" $) NIL (|has| $ (-6 -4463))) (($ $ "right" $) NIL (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) NIL (|has| $ (-6 -4463)))) (-2135 (($) NIL T CONST)) (-4247 (($ $) 12)) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) NIL)) (-2679 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2200 (($ $ |#1| $) 32)) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3673 ((|#1| $ (-1 |#1| |#1| |#1|)) 40) (($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|)) 45)) (-1562 (($ $ |#1| (-1 |#1| |#1| |#1|)) 46) (($ $ |#1| (-1 (-656 |#1|) |#1| |#1| |#1|)) 49)) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-4237 (($ $) 11)) (-2348 (((-656 |#1|) $) NIL)) (-2326 (((-112) $) 13)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) 9)) (-1854 (($) 31)) (-2794 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-3273 (((-576) $ $) NIL)) (-2635 (((-112) $) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) NIL)) (-1434 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2283 (($ (-783) |#1|) 33)) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-103 |#1|) (-13 (-126 |#1|) (-10 -8 (-6 -4462) (-6 -4463) (-15 -2283 ($ (-783) |#1|)) (-15 -2114 ($ $ (-656 |#1|))) (-15 -3673 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -3673 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -1562 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -1562 ($ $ |#1| (-1 (-656 |#1|) |#1| |#1| |#1|))))) (-1119)) (T -103))
-((-2283 (*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *1 (-103 *3)) (-4 *3 (-1119)))) (-2114 (*1 *1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-5 *1 (-103 *3)))) (-3673 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-103 *2)) (-4 *2 (-1119)))) (-3673 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1119)) (-5 *1 (-103 *3)))) (-1562 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1119)) (-5 *1 (-103 *2)))) (-1562 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 (-656 *2) *2 *2 *2)) (-4 *2 (-1119)) (-5 *1 (-103 *2)))))
-(-13 (-126 |#1|) (-10 -8 (-6 -4462) (-6 -4463) (-15 -2283 ($ (-783) |#1|)) (-15 -2114 ($ $ (-656 |#1|))) (-15 -3673 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -3673 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -1562 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -1562 ($ $ |#1| (-1 (-656 |#1|) |#1| |#1| |#1|)))))
-((-1400 ((|#3| |#2| |#2|) 34)) (-1674 ((|#1| |#2| |#2|) 51 (|has| |#1| (-6 (-4464 "*"))))) (-4007 ((|#3| |#2| |#2|) 36)) (-1357 ((|#1| |#2|) 54 (|has| |#1| (-6 (-4464 "*"))))))
-(((-104 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1400 (|#3| |#2| |#2|)) (-15 -4007 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4464 "*"))) (PROGN (-15 -1674 (|#1| |#2| |#2|)) (-15 -1357 (|#1| |#2|))) |%noBranch|)) (-1068) (-1262 |#1|) (-699 |#1| |#4| |#5|) (-384 |#1|) (-384 |#1|)) (T -104))
-((-1357 (*1 *2 *3) (-12 (|has| *2 (-6 (-4464 "*"))) (-4 *5 (-384 *2)) (-4 *6 (-384 *2)) (-4 *2 (-1068)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1262 *2)) (-4 *4 (-699 *2 *5 *6)))) (-1674 (*1 *2 *3 *3) (-12 (|has| *2 (-6 (-4464 "*"))) (-4 *5 (-384 *2)) (-4 *6 (-384 *2)) (-4 *2 (-1068)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1262 *2)) (-4 *4 (-699 *2 *5 *6)))) (-4007 (*1 *2 *3 *3) (-12 (-4 *4 (-1068)) (-4 *2 (-699 *4 *5 *6)) (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1262 *4)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)))) (-1400 (*1 *2 *3 *3) (-12 (-4 *4 (-1068)) (-4 *2 (-699 *4 *5 *6)) (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1262 *4)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)))))
-(-10 -7 (-15 -1400 (|#3| |#2| |#2|)) (-15 -4007 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4464 "*"))) (PROGN (-15 -1674 (|#1| |#2| |#2|)) (-15 -1357 (|#1| |#2|))) |%noBranch|))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1382 (((-656 (-1195))) 37)) (-1741 (((-2 (|:| |zeros| (-1176 (-227))) (|:| |ones| (-1176 (-227))) (|:| |singularities| (-1176 (-227)))) (-1195)) 39)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-105) (-13 (-1119) (-10 -7 (-15 -1382 ((-656 (-1195)))) (-15 -1741 ((-2 (|:| |zeros| (-1176 (-227))) (|:| |ones| (-1176 (-227))) (|:| |singularities| (-1176 (-227)))) (-1195))) (-6 -4462)))) (T -105))
-((-1382 (*1 *2) (-12 (-5 *2 (-656 (-1195))) (-5 *1 (-105)))) (-1741 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-2 (|:| |zeros| (-1176 (-227))) (|:| |ones| (-1176 (-227))) (|:| |singularities| (-1176 (-227))))) (-5 *1 (-105)))))
-(-13 (-1119) (-10 -7 (-15 -1382 ((-656 (-1195)))) (-15 -1741 ((-2 (|:| |zeros| (-1176 (-227))) (|:| |ones| (-1176 (-227))) (|:| |singularities| (-1176 (-227)))) (-1195))) (-6 -4462)))
-((-2847 (($ (-656 |#2|)) 11)))
-(((-106 |#1| |#2|) (-10 -8 (-15 -2847 (|#1| (-656 |#2|)))) (-107 |#2|) (-1236)) (T -106))
-NIL
-(-10 -8 (-15 -2847 (|#1| (-656 |#2|))))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3733 (((-112) $ (-783)) 8)) (-2135 (($) 7 T CONST)) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) 9)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-4219 ((|#1| $) 40)) (-2767 (($ |#1| $) 41)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-4436 ((|#1| $) 42)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2847 (($ (-656 |#1|)) 43)) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-107 |#1|) (-141) (-1236)) (T -107))
-((-2847 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-4 *1 (-107 *3)))) (-4436 (*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1236)))) (-2767 (*1 *1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1236)))) (-4219 (*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1236)))))
-(-13 (-501 |t#1|) (-10 -8 (-6 -4463) (-15 -2847 ($ (-656 |t#1|))) (-15 -4436 (|t#1| $)) (-15 -2767 ($ |t#1| $)) (-15 -4219 (|t#1| $))))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1119) |has| |#1| (-1119)) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3522 (((-576) $) NIL (|has| (-576) (-317)))) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-576) (-926)))) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| (-576) (-926)))) (-1829 (((-112) $ $) NIL)) (-2786 (((-576) $) NIL (|has| (-576) (-832)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL) (((-3 (-1195) "failed") $) NIL (|has| (-576) (-1057 (-1195)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-576) (-1057 (-576)))) (((-3 (-576) "failed") $) NIL (|has| (-576) (-1057 (-576))))) (-2857 (((-576) $) NIL) (((-1195) $) NIL (|has| (-576) (-1057 (-1195)))) (((-419 (-576)) $) NIL (|has| (-576) (-1057 (-576)))) (((-576) $) NIL (|has| (-576) (-1057 (-576))))) (-3426 (($ $ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL) (((-701 (-576)) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) NIL (|has| (-576) (-557)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3075 (((-112) $) NIL (|has| (-576) (-832)))) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (|has| (-576) (-899 (-576)))) (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (|has| (-576) (-899 (-390))))) (-3612 (((-112) $) NIL)) (-2684 (($ $) NIL)) (-1568 (((-576) $) NIL)) (-2162 (((-3 $ "failed") $) NIL (|has| (-576) (-1171)))) (-3667 (((-112) $) NIL (|has| (-576) (-832)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3123 (($ $ $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| (-576) (-862)))) (-4114 (($ (-1 (-576) (-576)) $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL) (((-701 (-576)) (-1286 $)) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL (|has| (-576) (-1171)) CONST)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3252 (($ $) NIL (|has| (-576) (-317))) (((-419 (-576)) $) NIL)) (-3247 (((-576) $) NIL (|has| (-576) (-557)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-576) (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-576) (-926)))) (-1827 (((-430 $) $) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3281 (($ $ (-656 (-576)) (-656 (-576))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-576) (-576)) NIL (|has| (-576) (-319 (-576)))) (($ $ (-304 (-576))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-656 (-304 (-576)))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-656 (-1195)) (-656 (-576))) NIL (|has| (-576) (-526 (-1195) (-576)))) (($ $ (-1195) (-576)) NIL (|has| (-576) (-526 (-1195) (-576))))) (-3909 (((-783) $) NIL)) (-2794 (($ $ (-576)) NIL (|has| (-576) (-296 (-576) (-576))))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2770 (($ $ (-1 (-576) (-576))) NIL) (($ $ (-1 (-576) (-576)) (-783)) NIL) (($ $ (-1195)) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| (-576) (-917 (-1195)))) (($ $) NIL (|has| (-576) (-237))) (($ $ (-783)) NIL (|has| (-576) (-237)))) (-1507 (($ $) NIL)) (-1579 (((-576) $) NIL)) (-4169 (((-905 (-576)) $) NIL (|has| (-576) (-626 (-905 (-576))))) (((-905 (-390)) $) NIL (|has| (-576) (-626 (-905 (-390))))) (((-548) $) NIL (|has| (-576) (-626 (-548)))) (((-390) $) NIL (|has| (-576) (-1041))) (((-227) $) NIL (|has| (-576) (-1041)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-576) (-926))))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) 8) (($ (-576)) NIL) (($ (-1195)) NIL (|has| (-576) (-1057 (-1195)))) (((-419 (-576)) $) NIL) (((-1023 2) $) 10)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| (-576) (-926))) (|has| (-576) (-146))))) (-2596 (((-783)) NIL T CONST)) (-4317 (((-576) $) NIL (|has| (-576) (-557)))) (-1821 (($ (-419 (-576))) 9)) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-4308 (($ $) NIL (|has| (-576) (-832)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-1 (-576) (-576))) NIL) (($ $ (-1 (-576) (-576)) (-783)) NIL) (($ $ (-1195)) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| (-576) (-917 (-1195)))) (($ $) NIL (|has| (-576) (-237))) (($ $ (-783)) NIL (|has| (-576) (-237)))) (-2989 (((-112) $ $) NIL (|has| (-576) (-862)))) (-2960 (((-112) $ $) NIL (|has| (-576) (-862)))) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL (|has| (-576) (-862)))) (-2946 (((-112) $ $) NIL (|has| (-576) (-862)))) (-3054 (($ $ $) NIL) (($ (-576) (-576)) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ (-576) $) NIL) (($ $ (-576)) NIL)))
-(((-108) (-13 (-1011 (-576)) (-625 (-419 (-576))) (-625 (-1023 2)) (-10 -8 (-15 -3252 ((-419 (-576)) $)) (-15 -1821 ($ (-419 (-576))))))) (T -108))
-((-3252 (*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-108)))) (-1821 (*1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-108)))))
-(-13 (-1011 (-576)) (-625 (-419 (-576))) (-625 (-1023 2)) (-10 -8 (-15 -3252 ((-419 (-576)) $)) (-15 -1821 ($ (-419 (-576))))))
-((-1862 (((-656 (-982)) $) 13)) (-2624 (((-518) $) 9)) (-3567 (((-874) $) 20)) (-4315 (($ (-518) (-656 (-982))) 15)))
-(((-109) (-13 (-625 (-874)) (-10 -8 (-15 -2624 ((-518) $)) (-15 -1862 ((-656 (-982)) $)) (-15 -4315 ($ (-518) (-656 (-982))))))) (T -109))
-((-2624 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-109)))) (-1862 (*1 *2 *1) (-12 (-5 *2 (-656 (-982))) (-5 *1 (-109)))) (-4315 (*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-656 (-982))) (-5 *1 (-109)))))
-(-13 (-625 (-874)) (-10 -8 (-15 -2624 ((-518) $)) (-15 -1862 ((-656 (-982)) $)) (-15 -4315 ($ (-518) (-656 (-982))))))
-((-3486 (((-112) $ $) NIL)) (-3514 (($ $) NIL)) (-2689 (($ $ $) NIL)) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-4372 (((-112) $) NIL (|has| (-112) (-862))) (((-112) (-1 (-112) (-112) (-112)) $) NIL)) (-4082 (($ $) NIL (-12 (|has| $ (-6 -4463)) (|has| (-112) (-862)))) (($ (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4463)))) (-1793 (($ $) NIL (|has| (-112) (-862))) (($ (-1 (-112) (-112) (-112)) $) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-3753 (((-112) $ (-1253 (-576)) (-112)) NIL (|has| $ (-6 -4463))) (((-112) $ (-576) (-112)) NIL (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-1752 (($ $) NIL (|has| $ (-6 -4463)))) (-3833 (($ $) NIL)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-112) (-1119))))) (-3942 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4462))) (($ (-112) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-112) (-1119))))) (-3683 (((-112) (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) NIL (-12 (|has| $ (-6 -4462)) (|has| (-112) (-1119))))) (-4330 (((-112) $ (-576) (-112)) NIL (|has| $ (-6 -4463)))) (-4271 (((-112) $ (-576)) NIL)) (-3658 (((-576) (-112) $ (-576)) NIL (|has| (-112) (-1119))) (((-576) (-112) $) NIL (|has| (-112) (-1119))) (((-576) (-1 (-112) (-112)) $) NIL)) (-3963 (((-656 (-112)) $) NIL (|has| $ (-6 -4462)))) (-2680 (($ $ $) NIL)) (-2658 (($ $) NIL)) (-3606 (($ $ $) NIL)) (-4138 (($ (-783) (-112)) 10)) (-1867 (($ $ $) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) NIL (|has| (-576) (-862)))) (-3123 (($ $ $) NIL)) (-1872 (($ $ $) NIL (|has| (-112) (-862))) (($ (-1 (-112) (-112) (-112)) $ $) NIL)) (-3452 (((-656 (-112)) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-112) (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL)) (-4320 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-112) (-112) (-112)) $ $) NIL) (($ (-1 (-112) (-112)) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL)) (-2171 (($ $ $ (-576)) NIL) (($ (-112) $ (-576)) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-1448 (((-1139) $) NIL)) (-3578 (((-112) $) NIL (|has| (-576) (-862)))) (-2295 (((-3 (-112) "failed") (-1 (-112) (-112)) $) NIL)) (-1552 (($ $ (-112)) NIL (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-112)) (-656 (-112))) NIL (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1119)))) (($ $ (-112) (-112)) NIL (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1119)))) (($ $ (-304 (-112))) NIL (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1119)))) (($ $ (-656 (-304 (-112)))) NIL (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-112) (-1119))))) (-4278 (((-656 (-112)) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 (($ $ (-1253 (-576))) NIL) (((-112) $ (-576)) NIL) (((-112) $ (-576) (-112)) NIL)) (-3463 (($ $ (-1253 (-576))) NIL) (($ $ (-576)) NIL)) (-1458 (((-783) (-112) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-112) (-1119)))) (((-783) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4462)))) (-1497 (($ $ $ (-576)) NIL (|has| $ (-6 -4463)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| (-112) (-626 (-548))))) (-3579 (($ (-656 (-112))) NIL)) (-1613 (($ (-656 $)) NIL) (($ $ $) NIL) (($ (-112) $) NIL) (($ $ (-112)) NIL)) (-3567 (((-874) $) NIL)) (-1639 (($ (-783) (-112)) 11)) (-1540 (((-112) $ $) NIL)) (-2306 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4462)))) (-2669 (($ $ $) NIL)) (-3560 (($ $ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-3549 (($ $ $) NIL)) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-110) (-13 (-124) (-10 -8 (-15 -1639 ($ (-783) (-112)))))) (T -110))
-((-1639 (*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *3 (-112)) (-5 *1 (-110)))))
-(-13 (-124) (-10 -8 (-15 -1639 ($ (-783) (-112)))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27) (($ $ |#2|) 31)))
-(((-111 |#1| |#2|) (-141) (-1068) (-1068)) (T -111))
-NIL
-(-13 (-660 |t#1|) (-1075 |t#2|) (-10 -7 (-6 -4457) (-6 -4456)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-1070 |#2|) . T) ((-1075 |#2|) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-3514 (($ $) 10)) (-2689 (($ $ $) 15)) (-2137 (($) 7 T CONST)) (-3937 (($ $) 6)) (-2093 (((-783)) 24)) (-1834 (($) 32)) (-2680 (($ $ $) 13)) (-2658 (($ $) 9)) (-3606 (($ $ $) 16)) (-1867 (($ $ $) 17)) (-3123 (($ $ $) NIL) (($) NIL T CONST)) (-2352 (($ $ $) NIL) (($) NIL T CONST)) (-4379 (((-938) $) 30)) (-3881 (((-1177) $) NIL)) (-3222 (($ (-938)) 28)) (-3301 (($ $ $) 20)) (-1448 (((-1139) $) NIL)) (-3507 (($) 8 T CONST)) (-1521 (($ $ $) 21)) (-4169 (((-548) $) 34)) (-3567 (((-874) $) 36)) (-1540 (((-112) $ $) NIL)) (-2669 (($ $ $) 11)) (-3560 (($ $ $) 14)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 19)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 22)) (-3549 (($ $ $) 12)))
-(((-112) (-13 (-856) (-673) (-986) (-626 (-548)) (-10 -8 (-15 -2689 ($ $ $)) (-15 -1867 ($ $ $)) (-15 -3606 ($ $ $)) (-15 -3937 ($ $))))) (T -112))
-((-2689 (*1 *1 *1 *1) (-5 *1 (-112))) (-1867 (*1 *1 *1 *1) (-5 *1 (-112))) (-3606 (*1 *1 *1 *1) (-5 *1 (-112))) (-3937 (*1 *1 *1) (-5 *1 (-112))))
-(-13 (-856) (-673) (-986) (-626 (-548)) (-10 -8 (-15 -2689 ($ $ $)) (-15 -1867 ($ $ $)) (-15 -3606 ($ $ $)) (-15 -3937 ($ $))))
-((-2680 (($ $ $) 6)) (-2658 (($ $) 8)) (-2669 (($ $ $) 7)))
+((-3939 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112)))) (-1955 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112)))))
+(-13 (-1238) (-10 -8 (-15 -3939 ((-112) $ $)) (-15 -1955 ((-112) $ $))))
+(((-1238) . T))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1688 ((|#1| $) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-1450 ((|#1| $ |#1|) 24 (|has| $ (-6 -4465)))) (-1787 (($ $ $) NIL (|has| $ (-6 -4465)))) (-2302 (($ $ $) NIL (|has| $ (-6 -4465)))) (-1648 (($ $ (-656 |#1|)) 30)) (-4268 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4465))) (($ $ "left" $) NIL (|has| $ (-6 -4465))) (($ $ "right" $) NIL (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) NIL (|has| $ (-6 -4465)))) (-3853 (($) NIL T CONST)) (-2111 (($ $) 12)) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) NIL)) (-2317 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-2304 (($ $ |#1| $) 32)) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2619 ((|#1| $ (-1 |#1| |#1| |#1|)) 40) (($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|)) 45)) (-3248 (($ $ |#1| (-1 |#1| |#1| |#1|)) 46) (($ $ |#1| (-1 (-656 |#1|) |#1| |#1| |#1|)) 49)) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-2100 (($ $) 11)) (-4186 (((-656 |#1|) $) NIL)) (-1925 (((-112) $) 13)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) 9)) (-3029 (($) 31)) (-4369 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-3088 (((-576) $ $) NIL)) (-1906 (((-112) $) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) NIL)) (-2090 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-2780 (($ (-783) |#1|) 33)) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-103 |#1|) (-13 (-126 |#1|) (-10 -8 (-6 -4464) (-6 -4465) (-15 -2780 ($ (-783) |#1|)) (-15 -1648 ($ $ (-656 |#1|))) (-15 -2619 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -2619 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -3248 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -3248 ($ $ |#1| (-1 (-656 |#1|) |#1| |#1| |#1|))))) (-1121)) (T -103))
+((-2780 (*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *1 (-103 *3)) (-4 *3 (-1121)))) (-1648 (*1 *1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-5 *1 (-103 *3)))) (-2619 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-103 *2)) (-4 *2 (-1121)))) (-2619 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1121)) (-5 *1 (-103 *3)))) (-3248 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1121)) (-5 *1 (-103 *2)))) (-3248 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 (-656 *2) *2 *2 *2)) (-4 *2 (-1121)) (-5 *1 (-103 *2)))))
+(-13 (-126 |#1|) (-10 -8 (-6 -4464) (-6 -4465) (-15 -2780 ($ (-783) |#1|)) (-15 -1648 ($ $ (-656 |#1|))) (-15 -2619 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -2619 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -3248 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -3248 ($ $ |#1| (-1 (-656 |#1|) |#1| |#1| |#1|)))))
+((-2728 ((|#3| |#2| |#2|) 34)) (-1763 ((|#1| |#2| |#2|) 51 (|has| |#1| (-6 (-4466 "*"))))) (-2804 ((|#3| |#2| |#2|) 36)) (-2979 ((|#1| |#2|) 54 (|has| |#1| (-6 (-4466 "*"))))))
+(((-104 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2728 (|#3| |#2| |#2|)) (-15 -2804 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4466 "*"))) (PROGN (-15 -1763 (|#1| |#2| |#2|)) (-15 -2979 (|#1| |#2|))) |%noBranch|)) (-1070) (-1264 |#1|) (-699 |#1| |#4| |#5|) (-384 |#1|) (-384 |#1|)) (T -104))
+((-2979 (*1 *2 *3) (-12 (|has| *2 (-6 (-4466 "*"))) (-4 *5 (-384 *2)) (-4 *6 (-384 *2)) (-4 *2 (-1070)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1264 *2)) (-4 *4 (-699 *2 *5 *6)))) (-1763 (*1 *2 *3 *3) (-12 (|has| *2 (-6 (-4466 "*"))) (-4 *5 (-384 *2)) (-4 *6 (-384 *2)) (-4 *2 (-1070)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1264 *2)) (-4 *4 (-699 *2 *5 *6)))) (-2804 (*1 *2 *3 *3) (-12 (-4 *4 (-1070)) (-4 *2 (-699 *4 *5 *6)) (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1264 *4)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)))) (-2728 (*1 *2 *3 *3) (-12 (-4 *4 (-1070)) (-4 *2 (-699 *4 *5 *6)) (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1264 *4)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)))))
+(-10 -7 (-15 -2728 (|#3| |#2| |#2|)) (-15 -2804 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4466 "*"))) (PROGN (-15 -1763 (|#1| |#2| |#2|)) (-15 -2979 (|#1| |#2|))) |%noBranch|))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-2069 (((-656 (-1197))) 37)) (-4393 (((-2 (|:| |zeros| (-1178 (-227))) (|:| |ones| (-1178 (-227))) (|:| |singularities| (-1178 (-227)))) (-1197)) 39)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-105) (-13 (-1121) (-10 -7 (-15 -2069 ((-656 (-1197)))) (-15 -4393 ((-2 (|:| |zeros| (-1178 (-227))) (|:| |ones| (-1178 (-227))) (|:| |singularities| (-1178 (-227)))) (-1197))) (-6 -4464)))) (T -105))
+((-2069 (*1 *2) (-12 (-5 *2 (-656 (-1197))) (-5 *1 (-105)))) (-4393 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-2 (|:| |zeros| (-1178 (-227))) (|:| |ones| (-1178 (-227))) (|:| |singularities| (-1178 (-227))))) (-5 *1 (-105)))))
+(-13 (-1121) (-10 -7 (-15 -2069 ((-656 (-1197)))) (-15 -4393 ((-2 (|:| |zeros| (-1178 (-227))) (|:| |ones| (-1178 (-227))) (|:| |singularities| (-1178 (-227)))) (-1197))) (-6 -4464)))
+((-3356 (($ (-656 |#2|)) 11)))
+(((-106 |#1| |#2|) (-10 -8 (-15 -3356 (|#1| (-656 |#2|)))) (-107 |#2|) (-1238)) (T -106))
+NIL
+(-10 -8 (-15 -3356 (|#1| (-656 |#2|))))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1951 (((-112) $ (-783)) 8)) (-3853 (($) 7 T CONST)) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) 9)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-4306 ((|#1| $) 40)) (-3846 (($ |#1| $) 41)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-1470 ((|#1| $) 42)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-3356 (($ (-656 |#1|)) 43)) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-107 |#1|) (-141) (-1238)) (T -107))
+((-3356 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-4 *1 (-107 *3)))) (-1470 (*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1238)))) (-3846 (*1 *1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1238)))) (-4306 (*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1238)))))
+(-13 (-501 |t#1|) (-10 -8 (-6 -4465) (-15 -3356 ($ (-656 |t#1|))) (-15 -1470 (|t#1| $)) (-15 -3846 ($ |t#1| $)) (-15 -4306 (|t#1| $))))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1121) |has| |#1| (-1121)) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3730 (((-576) $) NIL (|has| (-576) (-317)))) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-576) (-928)))) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| (-576) (-928)))) (-4064 (((-112) $ $) NIL)) (-4018 (((-576) $) NIL (|has| (-576) (-832)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL) (((-3 (-1197) "failed") $) NIL (|has| (-576) (-1059 (-1197)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-576) (-1059 (-576)))) (((-3 (-576) "failed") $) NIL (|has| (-576) (-1059 (-576))))) (-2318 (((-576) $) NIL) (((-1197) $) NIL (|has| (-576) (-1059 (-1197)))) (((-419 (-576)) $) NIL (|has| (-576) (-1059 (-576)))) (((-576) $) NIL (|has| (-576) (-1059 (-576))))) (-1892 (($ $ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL) (((-701 (-576)) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) NIL (|has| (-576) (-557)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-2907 (((-112) $) NIL (|has| (-576) (-832)))) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (|has| (-576) (-901 (-576)))) (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (|has| (-576) (-901 (-390))))) (-3315 (((-112) $) NIL)) (-2364 (($ $) NIL)) (-2687 (((-576) $) NIL)) (-4080 (((-3 $ "failed") $) NIL (|has| (-576) (-1173)))) (-2569 (((-112) $) NIL (|has| (-576) (-832)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2905 (($ $ $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| (-576) (-862)))) (-2423 (($ (-1 (-576) (-576)) $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL) (((-701 (-576)) (-1288 $)) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL (|has| (-576) (-1173)) CONST)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4152 (($ $) NIL (|has| (-576) (-317))) (((-419 (-576)) $) NIL)) (-4110 (((-576) $) NIL (|has| (-576) (-557)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-576) (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-576) (-928)))) (-1452 (((-430 $) $) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2143 (($ $ (-656 (-576)) (-656 (-576))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-576) (-576)) NIL (|has| (-576) (-319 (-576)))) (($ $ (-304 (-576))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-656 (-304 (-576)))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-656 (-1197)) (-656 (-576))) NIL (|has| (-576) (-526 (-1197) (-576)))) (($ $ (-1197) (-576)) NIL (|has| (-576) (-526 (-1197) (-576))))) (-3199 (((-783) $) NIL)) (-4369 (($ $ (-576)) NIL (|has| (-576) (-296 (-576) (-576))))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-4107 (($ $ (-1 (-576) (-576))) NIL) (($ $ (-1 (-576) (-576)) (-783)) NIL) (($ $ (-1197)) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| (-576) (-919 (-1197)))) (($ $) NIL (|has| (-576) (-237))) (($ $ (-783)) NIL (|has| (-576) (-237)))) (-3908 (($ $) NIL)) (-2698 (((-576) $) NIL)) (-1554 (((-907 (-576)) $) NIL (|has| (-576) (-626 (-907 (-576))))) (((-907 (-390)) $) NIL (|has| (-576) (-626 (-907 (-390))))) (((-548) $) NIL (|has| (-576) (-626 (-548)))) (((-390) $) NIL (|has| (-576) (-1043))) (((-227) $) NIL (|has| (-576) (-1043)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-576) (-928))))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) 8) (($ (-576)) NIL) (($ (-1197)) NIL (|has| (-576) (-1059 (-1197)))) (((-419 (-576)) $) NIL) (((-1025 2) $) 10)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| (-576) (-928))) (|has| (-576) (-146))))) (-2864 (((-783)) NIL T CONST)) (-2778 (((-576) $) NIL (|has| (-576) (-557)))) (-3990 (($ (-419 (-576))) 9)) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-2679 (($ $) NIL (|has| (-576) (-832)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-1 (-576) (-576))) NIL) (($ $ (-1 (-576) (-576)) (-783)) NIL) (($ $ (-1197)) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| (-576) (-919 (-1197)))) (($ $) NIL (|has| (-576) (-237))) (($ $ (-783)) NIL (|has| (-576) (-237)))) (-3995 (((-112) $ $) NIL (|has| (-576) (-862)))) (-3975 (((-112) $ $) NIL (|has| (-576) (-862)))) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL (|has| (-576) (-862)))) (-3962 (((-112) $ $) NIL (|has| (-576) (-862)))) (-4047 (($ $ $) NIL) (($ (-576) (-576)) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ (-576) $) NIL) (($ $ (-576)) NIL)))
+(((-108) (-13 (-1013 (-576)) (-625 (-419 (-576))) (-625 (-1025 2)) (-10 -8 (-15 -4152 ((-419 (-576)) $)) (-15 -3990 ($ (-419 (-576))))))) (T -108))
+((-4152 (*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-108)))) (-3990 (*1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-108)))))
+(-13 (-1013 (-576)) (-625 (-419 (-576))) (-625 (-1025 2)) (-10 -8 (-15 -4152 ((-419 (-576)) $)) (-15 -3990 ($ (-419 (-576))))))
+((-3805 (((-656 (-984)) $) 13)) (-4149 (((-518) $) 9)) (-4114 (((-876) $) 20)) (-2751 (($ (-518) (-656 (-984))) 15)))
+(((-109) (-13 (-625 (-876)) (-10 -8 (-15 -4149 ((-518) $)) (-15 -3805 ((-656 (-984)) $)) (-15 -2751 ($ (-518) (-656 (-984))))))) (T -109))
+((-4149 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-109)))) (-3805 (*1 *2 *1) (-12 (-5 *2 (-656 (-984))) (-5 *1 (-109)))) (-2751 (*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-656 (-984))) (-5 *1 (-109)))))
+(-13 (-625 (-876)) (-10 -8 (-15 -4149 ((-518) $)) (-15 -3805 ((-656 (-984)) $)) (-15 -2751 ($ (-518) (-656 (-984))))))
+((-1955 (((-112) $ $) NIL)) (-1978 (($ $) NIL)) (-4296 (($ $ $) NIL)) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-2033 (((-112) $) NIL (|has| (-112) (-862))) (((-112) (-1 (-112) (-112) (-112)) $) NIL)) (-2218 (($ $) NIL (-12 (|has| $ (-6 -4465)) (|has| (-112) (-862)))) (($ (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4465)))) (-2380 (($ $) NIL (|has| (-112) (-862))) (($ (-1 (-112) (-112) (-112)) $) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-4268 (((-112) $ (-1255 (-576)) (-112)) NIL (|has| $ (-6 -4465))) (((-112) $ (-576) (-112)) NIL (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-1370 (($ $) NIL (|has| $ (-6 -4465)))) (-4204 (($ $) NIL)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-112) (-1121))))) (-2824 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4464))) (($ (-112) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-112) (-1121))))) (-2722 (((-112) (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) NIL (-12 (|has| $ (-6 -4464)) (|has| (-112) (-1121))))) (-1908 (((-112) $ (-576) (-112)) NIL (|has| $ (-6 -4465)))) (-3721 (((-112) $ (-576)) NIL)) (-3539 (((-576) (-112) $ (-576)) NIL (|has| (-112) (-1121))) (((-576) (-112) $) NIL (|has| (-112) (-1121))) (((-576) (-1 (-112) (-112)) $) NIL)) (-3722 (((-656 (-112)) $) NIL (|has| $ (-6 -4464)))) (-2324 (($ $ $) NIL)) (-2300 (($ $) NIL)) (-3245 (($ $ $) NIL)) (-1988 (($ (-783) (-112)) 10)) (-3145 (($ $ $) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) NIL (|has| (-576) (-862)))) (-2905 (($ $ $) NIL)) (-3181 (($ $ $) NIL (|has| (-112) (-862))) (($ (-1 (-112) (-112) (-112)) $ $) NIL)) (-4302 (((-656 (-112)) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-112) (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL)) (-1896 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-112) (-112) (-112)) $ $) NIL) (($ (-1 (-112) (-112)) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL)) (-3386 (($ $ $ (-576)) NIL) (($ (-112) $ (-576)) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-3117 (((-1141) $) NIL)) (-1753 (((-112) $) NIL (|has| (-576) (-862)))) (-2922 (((-3 (-112) "failed") (-1 (-112) (-112)) $) NIL)) (-3140 (($ $ (-112)) NIL (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-112)) (-656 (-112))) NIL (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1121)))) (($ $ (-112) (-112)) NIL (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1121)))) (($ $ (-304 (-112))) NIL (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1121)))) (($ $ (-656 (-304 (-112)))) NIL (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-112) (-1121))))) (-3700 (((-656 (-112)) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 (($ $ (-1255 (-576))) NIL) (((-112) $ (-576)) NIL) (((-112) $ (-576) (-112)) NIL)) (-2335 (($ $ (-1255 (-576))) NIL) (($ $ (-576)) NIL)) (-3131 (((-783) (-112) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-112) (-1121)))) (((-783) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4464)))) (-3796 (($ $ $ (-576)) NIL (|has| $ (-6 -4465)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| (-112) (-626 (-548))))) (-4125 (($ (-656 (-112))) NIL)) (-2767 (($ (-656 $)) NIL) (($ $ $) NIL) (($ (-112) $) NIL) (($ $ (-112)) NIL)) (-4114 (((-876) $) NIL)) (-2729 (($ (-783) (-112)) 11)) (-3000 (((-112) $ $) NIL)) (-1746 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4464)))) (-2311 (($ $ $) NIL)) (-2029 (($ $ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)) (-2019 (($ $ $) NIL)) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-110) (-13 (-124) (-10 -8 (-15 -2729 ($ (-783) (-112)))))) (T -110))
+((-2729 (*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *3 (-112)) (-5 *1 (-110)))))
+(-13 (-124) (-10 -8 (-15 -2729 ($ (-783) (-112)))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27) (($ $ |#2|) 31)))
+(((-111 |#1| |#2|) (-141) (-1070) (-1070)) (T -111))
+NIL
+(-13 (-660 |t#1|) (-1077 |t#2|) (-10 -7 (-6 -4459) (-6 -4458)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-1072 |#2|) . T) ((-1077 |#2|) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-1978 (($ $) 10)) (-4296 (($ $ $) 15)) (-4326 (($) 7 T CONST)) (-1921 (($ $) 6)) (-2200 (((-783)) 24)) (-4370 (($) 32)) (-2324 (($ $ $) 13)) (-2300 (($ $) 9)) (-3245 (($ $ $) 16)) (-3145 (($ $ $) 17)) (-2905 (($ $ $) NIL) (($) NIL T CONST)) (-2163 (($ $ $) NIL) (($) NIL T CONST)) (-2106 (((-940) $) 30)) (-4185 (((-1179) $) NIL)) (-2409 (($ (-940)) 28)) (-3389 (($ $ $) 20)) (-3117 (((-1141) $) NIL)) (-3130 (($) 8 T CONST)) (-4059 (($ $ $) 21)) (-1554 (((-548) $) 34)) (-4114 (((-876) $) 36)) (-3000 (((-112) $ $) NIL)) (-2311 (($ $ $) 11)) (-2029 (($ $ $) 14)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 19)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 22)) (-2019 (($ $ $) 12)))
+(((-112) (-13 (-856) (-673) (-988) (-626 (-548)) (-10 -8 (-15 -4296 ($ $ $)) (-15 -3145 ($ $ $)) (-15 -3245 ($ $ $)) (-15 -1921 ($ $))))) (T -112))
+((-4296 (*1 *1 *1 *1) (-5 *1 (-112))) (-3145 (*1 *1 *1 *1) (-5 *1 (-112))) (-3245 (*1 *1 *1 *1) (-5 *1 (-112))) (-1921 (*1 *1 *1) (-5 *1 (-112))))
+(-13 (-856) (-673) (-988) (-626 (-548)) (-10 -8 (-15 -4296 ($ $ $)) (-15 -3145 ($ $ $)) (-15 -3245 ($ $ $)) (-15 -1921 ($ $))))
+((-2324 (($ $ $) 6)) (-2300 (($ $) 8)) (-2311 (($ $ $) 7)))
(((-113) (-141)) (T -113))
-((-2658 (*1 *1 *1) (-4 *1 (-113))) (-2669 (*1 *1 *1 *1) (-4 *1 (-113))) (-2680 (*1 *1 *1 *1) (-4 *1 (-113))))
-(-13 (-1236) (-10 -8 (-15 -2658 ($ $)) (-15 -2669 ($ $ $)) (-15 -2680 ($ $ $))))
-(((-1236) . T))
-((-2299 (((-3 (-1 |#1| (-656 |#1|)) "failed") (-115)) 23) (((-115) (-115) (-1 |#1| |#1|)) 13) (((-115) (-115) (-1 |#1| (-656 |#1|))) 11) (((-3 |#1| "failed") (-115) (-656 |#1|)) 25)) (-4369 (((-3 (-656 (-1 |#1| (-656 |#1|))) "failed") (-115)) 29) (((-115) (-115) (-1 |#1| |#1|)) 33) (((-115) (-115) (-656 (-1 |#1| (-656 |#1|)))) 30)) (-2264 (((-115) |#1|) 63)) (-3007 (((-3 |#1| "failed") (-115)) 58)))
-(((-114 |#1|) (-10 -7 (-15 -2299 ((-3 |#1| "failed") (-115) (-656 |#1|))) (-15 -2299 ((-115) (-115) (-1 |#1| (-656 |#1|)))) (-15 -2299 ((-115) (-115) (-1 |#1| |#1|))) (-15 -2299 ((-3 (-1 |#1| (-656 |#1|)) "failed") (-115))) (-15 -4369 ((-115) (-115) (-656 (-1 |#1| (-656 |#1|))))) (-15 -4369 ((-115) (-115) (-1 |#1| |#1|))) (-15 -4369 ((-3 (-656 (-1 |#1| (-656 |#1|))) "failed") (-115))) (-15 -2264 ((-115) |#1|)) (-15 -3007 ((-3 |#1| "failed") (-115)))) (-1119)) (T -114))
-((-3007 (*1 *2 *3) (|partial| -12 (-5 *3 (-115)) (-5 *1 (-114 *2)) (-4 *2 (-1119)))) (-2264 (*1 *2 *3) (-12 (-5 *2 (-115)) (-5 *1 (-114 *3)) (-4 *3 (-1119)))) (-4369 (*1 *2 *3) (|partial| -12 (-5 *3 (-115)) (-5 *2 (-656 (-1 *4 (-656 *4)))) (-5 *1 (-114 *4)) (-4 *4 (-1119)))) (-4369 (*1 *2 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1119)) (-5 *1 (-114 *4)))) (-4369 (*1 *2 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-656 (-1 *4 (-656 *4)))) (-4 *4 (-1119)) (-5 *1 (-114 *4)))) (-2299 (*1 *2 *3) (|partial| -12 (-5 *3 (-115)) (-5 *2 (-1 *4 (-656 *4))) (-5 *1 (-114 *4)) (-4 *4 (-1119)))) (-2299 (*1 *2 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1119)) (-5 *1 (-114 *4)))) (-2299 (*1 *2 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 (-656 *4))) (-4 *4 (-1119)) (-5 *1 (-114 *4)))) (-2299 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-115)) (-5 *4 (-656 *2)) (-5 *1 (-114 *2)) (-4 *2 (-1119)))))
-(-10 -7 (-15 -2299 ((-3 |#1| "failed") (-115) (-656 |#1|))) (-15 -2299 ((-115) (-115) (-1 |#1| (-656 |#1|)))) (-15 -2299 ((-115) (-115) (-1 |#1| |#1|))) (-15 -2299 ((-3 (-1 |#1| (-656 |#1|)) "failed") (-115))) (-15 -4369 ((-115) (-115) (-656 (-1 |#1| (-656 |#1|))))) (-15 -4369 ((-115) (-115) (-1 |#1| |#1|))) (-15 -4369 ((-3 (-656 (-1 |#1| (-656 |#1|))) "failed") (-115))) (-15 -2264 ((-115) |#1|)) (-15 -3007 ((-3 |#1| "failed") (-115))))
-((-3486 (((-112) $ $) NIL)) (-3903 (((-783) $) 91) (($ $ (-783)) 37)) (-2110 (((-112) $) 41)) (-3750 (($ $ (-1177) (-786)) 58) (($ $ (-518) (-786)) 33)) (-4208 (($ $ (-45 (-1177) (-786))) 16)) (-1505 (((-3 (-786) "failed") $ (-1177)) 27) (((-703 (-786)) $ (-518)) 32)) (-1862 (((-45 (-1177) (-786)) $) 15)) (-1774 (($ (-1195)) 20) (($ (-1195) (-783)) 23) (($ (-1195) (-55)) 24)) (-3503 (((-112) $) 39)) (-3681 (((-112) $) 43)) (-2624 (((-1195) $) 8)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-3881 (((-1177) $) NIL)) (-3796 (((-112) $ (-1195)) 11)) (-2016 (($ $ (-1 (-548) (-656 (-548)))) 64) (((-3 (-1 (-548) (-656 (-548))) "failed") $) 71)) (-1448 (((-1139) $) NIL)) (-2349 (((-112) $ (-518)) 36)) (-2163 (($ $ (-1 (-112) $ $)) 45)) (-1971 (((-3 (-1 (-874) (-656 (-874))) "failed") $) 69) (($ $ (-1 (-874) (-656 (-874)))) 51) (($ $ (-1 (-874) (-874))) 53)) (-4049 (($ $ (-1177)) 55) (($ $ (-518)) 56)) (-1868 (($ $) 77)) (-3300 (($ $ (-1 (-112) $ $)) 46)) (-3567 (((-874) $) 60)) (-1540 (((-112) $ $) NIL)) (-2707 (($ $ (-518)) 34)) (-2735 (((-55) $) 72)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 89)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 103)))
-(((-115) (-13 (-862) (-847 (-1195)) (-10 -8 (-15 -1862 ((-45 (-1177) (-786)) $)) (-15 -1868 ($ $)) (-15 -1774 ($ (-1195))) (-15 -1774 ($ (-1195) (-783))) (-15 -1774 ($ (-1195) (-55))) (-15 -3503 ((-112) $)) (-15 -2110 ((-112) $)) (-15 -3681 ((-112) $)) (-15 -3903 ((-783) $)) (-15 -3903 ($ $ (-783))) (-15 -2163 ($ $ (-1 (-112) $ $))) (-15 -3300 ($ $ (-1 (-112) $ $))) (-15 -1971 ((-3 (-1 (-874) (-656 (-874))) "failed") $)) (-15 -1971 ($ $ (-1 (-874) (-656 (-874))))) (-15 -1971 ($ $ (-1 (-874) (-874)))) (-15 -2016 ($ $ (-1 (-548) (-656 (-548))))) (-15 -2016 ((-3 (-1 (-548) (-656 (-548))) "failed") $)) (-15 -2349 ((-112) $ (-518))) (-15 -2707 ($ $ (-518))) (-15 -4049 ($ $ (-1177))) (-15 -4049 ($ $ (-518))) (-15 -1505 ((-3 (-786) "failed") $ (-1177))) (-15 -1505 ((-703 (-786)) $ (-518))) (-15 -3750 ($ $ (-1177) (-786))) (-15 -3750 ($ $ (-518) (-786))) (-15 -4208 ($ $ (-45 (-1177) (-786))))))) (T -115))
-((-1862 (*1 *2 *1) (-12 (-5 *2 (-45 (-1177) (-786))) (-5 *1 (-115)))) (-1868 (*1 *1 *1) (-5 *1 (-115))) (-1774 (*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-115)))) (-1774 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-783)) (-5 *1 (-115)))) (-1774 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-55)) (-5 *1 (-115)))) (-3503 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-115)))) (-2110 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-115)))) (-3681 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-115)))) (-3903 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-115)))) (-3903 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-115)))) (-2163 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-115) (-115))) (-5 *1 (-115)))) (-3300 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-115) (-115))) (-5 *1 (-115)))) (-1971 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-874) (-656 (-874)))) (-5 *1 (-115)))) (-1971 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-874) (-656 (-874)))) (-5 *1 (-115)))) (-1971 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-874) (-874))) (-5 *1 (-115)))) (-2016 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-548) (-656 (-548)))) (-5 *1 (-115)))) (-2016 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-548) (-656 (-548)))) (-5 *1 (-115)))) (-2349 (*1 *2 *1 *3) (-12 (-5 *3 (-518)) (-5 *2 (-112)) (-5 *1 (-115)))) (-2707 (*1 *1 *1 *2) (-12 (-5 *2 (-518)) (-5 *1 (-115)))) (-4049 (*1 *1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-115)))) (-4049 (*1 *1 *1 *2) (-12 (-5 *2 (-518)) (-5 *1 (-115)))) (-1505 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1177)) (-5 *2 (-786)) (-5 *1 (-115)))) (-1505 (*1 *2 *1 *3) (-12 (-5 *3 (-518)) (-5 *2 (-703 (-786))) (-5 *1 (-115)))) (-3750 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1177)) (-5 *3 (-786)) (-5 *1 (-115)))) (-3750 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-786)) (-5 *1 (-115)))) (-4208 (*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1177) (-786))) (-5 *1 (-115)))))
-(-13 (-862) (-847 (-1195)) (-10 -8 (-15 -1862 ((-45 (-1177) (-786)) $)) (-15 -1868 ($ $)) (-15 -1774 ($ (-1195))) (-15 -1774 ($ (-1195) (-783))) (-15 -1774 ($ (-1195) (-55))) (-15 -3503 ((-112) $)) (-15 -2110 ((-112) $)) (-15 -3681 ((-112) $)) (-15 -3903 ((-783) $)) (-15 -3903 ($ $ (-783))) (-15 -2163 ($ $ (-1 (-112) $ $))) (-15 -3300 ($ $ (-1 (-112) $ $))) (-15 -1971 ((-3 (-1 (-874) (-656 (-874))) "failed") $)) (-15 -1971 ($ $ (-1 (-874) (-656 (-874))))) (-15 -1971 ($ $ (-1 (-874) (-874)))) (-15 -2016 ($ $ (-1 (-548) (-656 (-548))))) (-15 -2016 ((-3 (-1 (-548) (-656 (-548))) "failed") $)) (-15 -2349 ((-112) $ (-518))) (-15 -2707 ($ $ (-518))) (-15 -4049 ($ $ (-1177))) (-15 -4049 ($ $ (-518))) (-15 -1505 ((-3 (-786) "failed") $ (-1177))) (-15 -1505 ((-703 (-786)) $ (-518))) (-15 -3750 ($ $ (-1177) (-786))) (-15 -3750 ($ $ (-518) (-786))) (-15 -4208 ($ $ (-45 (-1177) (-786))))))
-((-1696 (((-576) |#2|) 41)))
-(((-116 |#1| |#2|) (-10 -7 (-15 -1696 ((-576) |#2|))) (-13 (-374) (-1057 (-419 (-576)))) (-1262 |#1|)) (T -116))
-((-1696 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-1057 (-419 *2)))) (-5 *2 (-576)) (-5 *1 (-116 *4 *3)) (-4 *3 (-1262 *4)))))
-(-10 -7 (-15 -1696 ((-576) |#2|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1838 (($ $ (-576)) NIL)) (-1829 (((-112) $ $) NIL)) (-2135 (($) NIL T CONST)) (-1863 (($ (-1191 (-576)) (-576)) NIL)) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2436 (($ $) NIL)) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-1991 (((-783) $) NIL)) (-3612 (((-112) $) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2005 (((-576)) NIL)) (-4241 (((-576) $) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3905 (($ $ (-576)) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2765 (((-1176 (-576)) $) NIL)) (-3746 (($ $) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-4163 (((-576) $ (-576)) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL)))
-(((-117 |#1|) (-881 |#1|) (-576)) (T -117))
-NIL
-(-881 |#1|)
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3522 (((-117 |#1|) $) NIL (|has| (-117 |#1|) (-317)))) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-117 |#1|) (-926)))) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| (-117 |#1|) (-926)))) (-1829 (((-112) $ $) NIL)) (-2786 (((-576) $) NIL (|has| (-117 |#1|) (-832)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-117 |#1|) "failed") $) NIL) (((-3 (-1195) "failed") $) NIL (|has| (-117 |#1|) (-1057 (-1195)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-117 |#1|) (-1057 (-576)))) (((-3 (-576) "failed") $) NIL (|has| (-117 |#1|) (-1057 (-576))))) (-2857 (((-117 |#1|) $) NIL) (((-1195) $) NIL (|has| (-117 |#1|) (-1057 (-1195)))) (((-419 (-576)) $) NIL (|has| (-117 |#1|) (-1057 (-576)))) (((-576) $) NIL (|has| (-117 |#1|) (-1057 (-576))))) (-3553 (($ $) NIL) (($ (-576) $) NIL)) (-3426 (($ $ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| (-117 |#1|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| (-117 |#1|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-117 |#1|))) (|:| |vec| (-1286 (-117 |#1|)))) (-701 $) (-1286 $)) NIL) (((-701 (-117 |#1|)) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) NIL (|has| (-117 |#1|) (-557)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3075 (((-112) $) NIL (|has| (-117 |#1|) (-832)))) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (|has| (-117 |#1|) (-899 (-576)))) (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (|has| (-117 |#1|) (-899 (-390))))) (-3612 (((-112) $) NIL)) (-2684 (($ $) NIL)) (-1568 (((-117 |#1|) $) NIL)) (-2162 (((-3 $ "failed") $) NIL (|has| (-117 |#1|) (-1171)))) (-3667 (((-112) $) NIL (|has| (-117 |#1|) (-832)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3123 (($ $ $) NIL (|has| (-117 |#1|) (-862)))) (-2352 (($ $ $) NIL (|has| (-117 |#1|) (-862)))) (-4114 (($ (-1 (-117 |#1|) (-117 |#1|)) $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| (-117 |#1|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| (-117 |#1|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-117 |#1|))) (|:| |vec| (-1286 (-117 |#1|)))) (-1286 $) $) NIL) (((-701 (-117 |#1|)) (-1286 $)) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL (|has| (-117 |#1|) (-1171)) CONST)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3252 (($ $) NIL (|has| (-117 |#1|) (-317)))) (-3247 (((-117 |#1|) $) NIL (|has| (-117 |#1|) (-557)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-117 |#1|) (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-117 |#1|) (-926)))) (-1827 (((-430 $) $) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3281 (($ $ (-656 (-117 |#1|)) (-656 (-117 |#1|))) NIL (|has| (-117 |#1|) (-319 (-117 |#1|)))) (($ $ (-117 |#1|) (-117 |#1|)) NIL (|has| (-117 |#1|) (-319 (-117 |#1|)))) (($ $ (-304 (-117 |#1|))) NIL (|has| (-117 |#1|) (-319 (-117 |#1|)))) (($ $ (-656 (-304 (-117 |#1|)))) NIL (|has| (-117 |#1|) (-319 (-117 |#1|)))) (($ $ (-656 (-1195)) (-656 (-117 |#1|))) NIL (|has| (-117 |#1|) (-526 (-1195) (-117 |#1|)))) (($ $ (-1195) (-117 |#1|)) NIL (|has| (-117 |#1|) (-526 (-1195) (-117 |#1|))))) (-3909 (((-783) $) NIL)) (-2794 (($ $ (-117 |#1|)) NIL (|has| (-117 |#1|) (-296 (-117 |#1|) (-117 |#1|))))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2770 (($ $ (-1 (-117 |#1|) (-117 |#1|))) NIL) (($ $ (-1 (-117 |#1|) (-117 |#1|)) (-783)) NIL) (($ $ (-1195)) NIL (|has| (-117 |#1|) (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| (-117 |#1|) (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| (-117 |#1|) (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| (-117 |#1|) (-917 (-1195)))) (($ $) NIL (|has| (-117 |#1|) (-237))) (($ $ (-783)) NIL (|has| (-117 |#1|) (-237)))) (-1507 (($ $) NIL)) (-1579 (((-117 |#1|) $) NIL)) (-4169 (((-905 (-576)) $) NIL (|has| (-117 |#1|) (-626 (-905 (-576))))) (((-905 (-390)) $) NIL (|has| (-117 |#1|) (-626 (-905 (-390))))) (((-548) $) NIL (|has| (-117 |#1|) (-626 (-548)))) (((-390) $) NIL (|has| (-117 |#1|) (-1041))) (((-227) $) NIL (|has| (-117 |#1|) (-1041)))) (-2028 (((-176 (-419 (-576))) $) NIL)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-117 |#1|) (-926))))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-117 |#1|)) NIL) (($ (-1195)) NIL (|has| (-117 |#1|) (-1057 (-1195))))) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| (-117 |#1|) (-926))) (|has| (-117 |#1|) (-146))))) (-2596 (((-783)) NIL T CONST)) (-4317 (((-117 |#1|) $) NIL (|has| (-117 |#1|) (-557)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-4163 (((-419 (-576)) $ (-576)) NIL)) (-4308 (($ $) NIL (|has| (-117 |#1|) (-832)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-1 (-117 |#1|) (-117 |#1|))) NIL) (($ $ (-1 (-117 |#1|) (-117 |#1|)) (-783)) NIL) (($ $ (-1195)) NIL (|has| (-117 |#1|) (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| (-117 |#1|) (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| (-117 |#1|) (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| (-117 |#1|) (-917 (-1195)))) (($ $) NIL (|has| (-117 |#1|) (-237))) (($ $ (-783)) NIL (|has| (-117 |#1|) (-237)))) (-2989 (((-112) $ $) NIL (|has| (-117 |#1|) (-862)))) (-2960 (((-112) $ $) NIL (|has| (-117 |#1|) (-862)))) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL (|has| (-117 |#1|) (-862)))) (-2946 (((-112) $ $) NIL (|has| (-117 |#1|) (-862)))) (-3054 (($ $ $) NIL) (($ (-117 |#1|) (-117 |#1|)) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ (-117 |#1|) $) NIL) (($ $ (-117 |#1|)) NIL)))
-(((-118 |#1|) (-13 (-1011 (-117 |#1|)) (-10 -8 (-15 -4163 ((-419 (-576)) $ (-576))) (-15 -2028 ((-176 (-419 (-576))) $)) (-15 -3553 ($ $)) (-15 -3553 ($ (-576) $)))) (-576)) (T -118))
-((-4163 (*1 *2 *1 *3) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-118 *4)) (-14 *4 *3) (-5 *3 (-576)))) (-2028 (*1 *2 *1) (-12 (-5 *2 (-176 (-419 (-576)))) (-5 *1 (-118 *3)) (-14 *3 (-576)))) (-3553 (*1 *1 *1) (-12 (-5 *1 (-118 *2)) (-14 *2 (-576)))) (-3553 (*1 *1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-118 *3)) (-14 *3 *2))))
-(-13 (-1011 (-117 |#1|)) (-10 -8 (-15 -4163 ((-419 (-576)) $ (-576))) (-15 -2028 ((-176 (-419 (-576))) $)) (-15 -3553 ($ $)) (-15 -3553 ($ (-576) $))))
-((-3753 ((|#2| $ "value" |#2|) NIL) (($ $ "left" $) 61) (($ $ "right" $) 63)) (-4099 (((-656 $) $) 31)) (-2679 (((-112) $ $) 36)) (-3239 (((-112) |#2| $) 40)) (-2348 (((-656 |#2|) $) 25)) (-2326 (((-112) $) 18)) (-2794 ((|#2| $ "value") NIL) (($ $ "left") 10) (($ $ "right") 13)) (-2635 (((-112) $) 57)) (-3567 (((-874) $) 47)) (-3931 (((-656 $) $) 32)) (-2921 (((-112) $ $) 38)) (-3500 (((-783) $) 50)))
-(((-119 |#1| |#2|) (-10 -8 (-15 -2921 ((-112) |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -3753 (|#1| |#1| "right" |#1|)) (-15 -3753 (|#1| |#1| "left" |#1|)) (-15 -2794 (|#1| |#1| "right")) (-15 -2794 (|#1| |#1| "left")) (-15 -3753 (|#2| |#1| "value" |#2|)) (-15 -2679 ((-112) |#1| |#1|)) (-15 -2348 ((-656 |#2|) |#1|)) (-15 -2635 ((-112) |#1|)) (-15 -2794 (|#2| |#1| "value")) (-15 -2326 ((-112) |#1|)) (-15 -4099 ((-656 |#1|) |#1|)) (-15 -3931 ((-656 |#1|) |#1|)) (-15 -3239 ((-112) |#2| |#1|)) (-15 -3500 ((-783) |#1|))) (-120 |#2|) (-1236)) (T -119))
-NIL
-(-10 -8 (-15 -2921 ((-112) |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -3753 (|#1| |#1| "right" |#1|)) (-15 -3753 (|#1| |#1| "left" |#1|)) (-15 -2794 (|#1| |#1| "right")) (-15 -2794 (|#1| |#1| "left")) (-15 -3753 (|#2| |#1| "value" |#2|)) (-15 -2679 ((-112) |#1| |#1|)) (-15 -2348 ((-656 |#2|) |#1|)) (-15 -2635 ((-112) |#1|)) (-15 -2794 (|#2| |#1| "value")) (-15 -2326 ((-112) |#1|)) (-15 -4099 ((-656 |#1|) |#1|)) (-15 -3931 ((-656 |#1|) |#1|)) (-15 -3239 ((-112) |#2| |#1|)) (-15 -3500 ((-783) |#1|)))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3103 ((|#1| $) 49)) (-3733 (((-112) $ (-783)) 8)) (-1762 ((|#1| $ |#1|) 40 (|has| $ (-6 -4463)))) (-2621 (($ $ $) 53 (|has| $ (-6 -4463)))) (-3016 (($ $ $) 55 (|has| $ (-6 -4463)))) (-3753 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4463))) (($ $ "left" $) 56 (|has| $ (-6 -4463))) (($ $ "right" $) 54 (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) 42 (|has| $ (-6 -4463)))) (-2135 (($) 7 T CONST)) (-4247 (($ $) 58)) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) 51)) (-2679 (((-112) $ $) 43 (|has| |#1| (-1119)))) (-2476 (((-112) $ (-783)) 9)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-4237 (($ $) 60)) (-2348 (((-656 |#1|) $) 46)) (-2326 (((-112) $) 50)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#1| $ "value") 48) (($ $ "left") 59) (($ $ "right") 57)) (-3273 (((-576) $ $) 45)) (-2635 (((-112) $) 47)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) 52)) (-1434 (((-112) $ $) 44 (|has| |#1| (-1119)))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-120 |#1|) (-141) (-1236)) (T -120))
-((-4237 (*1 *1 *1) (-12 (-4 *1 (-120 *2)) (-4 *2 (-1236)))) (-2794 (*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-120 *3)) (-4 *3 (-1236)))) (-4247 (*1 *1 *1) (-12 (-4 *1 (-120 *2)) (-4 *2 (-1236)))) (-2794 (*1 *1 *1 *2) (-12 (-5 *2 "right") (-4 *1 (-120 *3)) (-4 *3 (-1236)))) (-3753 (*1 *1 *1 *2 *1) (-12 (-5 *2 "left") (|has| *1 (-6 -4463)) (-4 *1 (-120 *3)) (-4 *3 (-1236)))) (-3016 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-120 *2)) (-4 *2 (-1236)))) (-3753 (*1 *1 *1 *2 *1) (-12 (-5 *2 "right") (|has| *1 (-6 -4463)) (-4 *1 (-120 *3)) (-4 *3 (-1236)))) (-2621 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-120 *2)) (-4 *2 (-1236)))))
-(-13 (-1029 |t#1|) (-10 -8 (-15 -4237 ($ $)) (-15 -2794 ($ $ "left")) (-15 -4247 ($ $)) (-15 -2794 ($ $ "right")) (IF (|has| $ (-6 -4463)) (PROGN (-15 -3753 ($ $ "left" $)) (-15 -3016 ($ $ $)) (-15 -3753 ($ $ "right" $)) (-15 -2621 ($ $ $))) |%noBranch|)))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1029 |#1|) . T) ((-1119) |has| |#1| (-1119)) ((-1236) . T))
-((-1554 (((-112) |#1|) 29)) (-3550 (((-783) (-783)) 28) (((-783)) 27)) (-2585 (((-112) |#1| (-112)) 30) (((-112) |#1|) 31)))
-(((-121 |#1|) (-10 -7 (-15 -2585 ((-112) |#1|)) (-15 -2585 ((-112) |#1| (-112))) (-15 -3550 ((-783))) (-15 -3550 ((-783) (-783))) (-15 -1554 ((-112) |#1|))) (-1262 (-576))) (T -121))
-((-1554 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-121 *3)) (-4 *3 (-1262 (-576))))) (-3550 (*1 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-121 *3)) (-4 *3 (-1262 (-576))))) (-3550 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-121 *3)) (-4 *3 (-1262 (-576))))) (-2585 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *1 (-121 *3)) (-4 *3 (-1262 (-576))))) (-2585 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-121 *3)) (-4 *3 (-1262 (-576))))))
-(-10 -7 (-15 -2585 ((-112) |#1|)) (-15 -2585 ((-112) |#1| (-112))) (-15 -3550 ((-783))) (-15 -3550 ((-783) (-783))) (-15 -1554 ((-112) |#1|)))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3103 ((|#1| $) 18)) (-3900 (((-2 (|:| |less| $) (|:| |greater| $)) |#1| $) 26)) (-3733 (((-112) $ (-783)) NIL)) (-1762 ((|#1| $ |#1|) NIL (|has| $ (-6 -4463)))) (-2621 (($ $ $) 21 (|has| $ (-6 -4463)))) (-3016 (($ $ $) 23 (|has| $ (-6 -4463)))) (-3753 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4463))) (($ $ "left" $) NIL (|has| $ (-6 -4463))) (($ $ "right" $) NIL (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) NIL (|has| $ (-6 -4463)))) (-2135 (($) NIL T CONST)) (-4247 (($ $) 20)) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) NIL)) (-2679 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2200 (($ $ |#1| $) 27)) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-4237 (($ $) 22)) (-2348 (((-656 |#1|) $) NIL)) (-2326 (((-112) $) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-2886 (($ |#1| $) 28)) (-2767 (($ |#1| $) 15)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) 17)) (-1854 (($) 11)) (-2794 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-3273 (((-576) $ $) NIL)) (-2635 (((-112) $) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) NIL)) (-1434 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-3862 (($ (-656 |#1|)) 16)) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-122 |#1|) (-13 (-126 |#1|) (-10 -8 (-6 -4463) (-6 -4462) (-15 -3862 ($ (-656 |#1|))) (-15 -2767 ($ |#1| $)) (-15 -2886 ($ |#1| $)) (-15 -3900 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $)))) (-862)) (T -122))
-((-3862 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-122 *3)))) (-2767 (*1 *1 *2 *1) (-12 (-5 *1 (-122 *2)) (-4 *2 (-862)))) (-2886 (*1 *1 *2 *1) (-12 (-5 *1 (-122 *2)) (-4 *2 (-862)))) (-3900 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |less| (-122 *3)) (|:| |greater| (-122 *3)))) (-5 *1 (-122 *3)) (-4 *3 (-862)))))
-(-13 (-126 |#1|) (-10 -8 (-6 -4463) (-6 -4462) (-15 -3862 ($ (-656 |#1|))) (-15 -2767 ($ |#1| $)) (-15 -2886 ($ |#1| $)) (-15 -3900 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $))))
-((-3514 (($ $) 13)) (-2658 (($ $) 11)) (-3606 (($ $ $) 23)) (-1867 (($ $ $) 21)) (-3560 (($ $ $) 19)) (-3549 (($ $ $) 17)))
-(((-123 |#1|) (-10 -8 (-15 -3606 (|#1| |#1| |#1|)) (-15 -1867 (|#1| |#1| |#1|)) (-15 -3514 (|#1| |#1|)) (-15 -3549 (|#1| |#1| |#1|)) (-15 -3560 (|#1| |#1| |#1|)) (-15 -2658 (|#1| |#1|))) (-124)) (T -123))
-NIL
-(-10 -8 (-15 -3606 (|#1| |#1| |#1|)) (-15 -1867 (|#1| |#1| |#1|)) (-15 -3514 (|#1| |#1|)) (-15 -3549 (|#1| |#1| |#1|)) (-15 -3560 (|#1| |#1| |#1|)) (-15 -2658 (|#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-3514 (($ $) 103)) (-2689 (($ $ $) 28)) (-2617 (((-1291) $ (-576) (-576)) 66 (|has| $ (-6 -4463)))) (-4372 (((-112) $) 98 (|has| (-112) (-862))) (((-112) (-1 (-112) (-112) (-112)) $) 92)) (-4082 (($ $) 102 (-12 (|has| (-112) (-862)) (|has| $ (-6 -4463)))) (($ (-1 (-112) (-112) (-112)) $) 101 (|has| $ (-6 -4463)))) (-1793 (($ $) 97 (|has| (-112) (-862))) (($ (-1 (-112) (-112) (-112)) $) 91)) (-3733 (((-112) $ (-783)) 37)) (-3753 (((-112) $ (-1253 (-576)) (-112)) 88 (|has| $ (-6 -4463))) (((-112) $ (-576) (-112)) 54 (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) (-112)) $) 71 (|has| $ (-6 -4462)))) (-2135 (($) 38 T CONST)) (-1752 (($ $) 100 (|has| $ (-6 -4463)))) (-3833 (($ $) 90)) (-1640 (($ $) 68 (-12 (|has| (-112) (-1119)) (|has| $ (-6 -4462))))) (-3942 (($ (-1 (-112) (-112)) $) 72 (|has| $ (-6 -4462))) (($ (-112) $) 69 (-12 (|has| (-112) (-1119)) (|has| $ (-6 -4462))))) (-3683 (((-112) (-1 (-112) (-112) (-112)) $) 74 (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) 73 (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) 70 (-12 (|has| (-112) (-1119)) (|has| $ (-6 -4462))))) (-4330 (((-112) $ (-576) (-112)) 53 (|has| $ (-6 -4463)))) (-4271 (((-112) $ (-576)) 55)) (-3658 (((-576) (-112) $ (-576)) 95 (|has| (-112) (-1119))) (((-576) (-112) $) 94 (|has| (-112) (-1119))) (((-576) (-1 (-112) (-112)) $) 93)) (-3963 (((-656 (-112)) $) 45 (|has| $ (-6 -4462)))) (-2680 (($ $ $) 108)) (-2658 (($ $) 106)) (-3606 (($ $ $) 29)) (-4138 (($ (-783) (-112)) 78)) (-1867 (($ $ $) 30)) (-2476 (((-112) $ (-783)) 36)) (-3280 (((-576) $) 63 (|has| (-576) (-862)))) (-3123 (($ $ $) 14)) (-1872 (($ $ $) 96 (|has| (-112) (-862))) (($ (-1 (-112) (-112) (-112)) $ $) 89)) (-3452 (((-656 (-112)) $) 46 (|has| $ (-6 -4462)))) (-3239 (((-112) (-112) $) 48 (-12 (|has| (-112) (-1119)) (|has| $ (-6 -4462))))) (-3767 (((-576) $) 62 (|has| (-576) (-862)))) (-2352 (($ $ $) 15)) (-4320 (($ (-1 (-112) (-112)) $) 41 (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-112) (-112) (-112)) $ $) 83) (($ (-1 (-112) (-112)) $) 40)) (-2460 (((-112) $ (-783)) 35)) (-3881 (((-1177) $) 10)) (-2171 (($ $ $ (-576)) 87) (($ (-112) $ (-576)) 86)) (-1742 (((-656 (-576)) $) 60)) (-2406 (((-112) (-576) $) 59)) (-1448 (((-1139) $) 11)) (-3578 (((-112) $) 64 (|has| (-576) (-862)))) (-2295 (((-3 (-112) "failed") (-1 (-112) (-112)) $) 75)) (-1552 (($ $ (-112)) 65 (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) (-112)) $) 43 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-112)) (-656 (-112))) 52 (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1119)))) (($ $ (-112) (-112)) 51 (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1119)))) (($ $ (-304 (-112))) 50 (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1119)))) (($ $ (-656 (-304 (-112)))) 49 (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1119))))) (-3985 (((-112) $ $) 31)) (-4408 (((-112) (-112) $) 61 (-12 (|has| $ (-6 -4462)) (|has| (-112) (-1119))))) (-4278 (((-656 (-112)) $) 58)) (-4205 (((-112) $) 34)) (-1854 (($) 33)) (-2794 (($ $ (-1253 (-576))) 77) (((-112) $ (-576)) 57) (((-112) $ (-576) (-112)) 56)) (-3463 (($ $ (-1253 (-576))) 85) (($ $ (-576)) 84)) (-1458 (((-783) (-112) $) 47 (-12 (|has| (-112) (-1119)) (|has| $ (-6 -4462)))) (((-783) (-1 (-112) (-112)) $) 44 (|has| $ (-6 -4462)))) (-1497 (($ $ $ (-576)) 99 (|has| $ (-6 -4463)))) (-1868 (($ $) 32)) (-4169 (((-548) $) 67 (|has| (-112) (-626 (-548))))) (-3579 (($ (-656 (-112))) 76)) (-1613 (($ (-656 $)) 82) (($ $ $) 81) (($ (-112) $) 80) (($ $ (-112)) 79)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2306 (((-112) (-1 (-112) (-112)) $) 42 (|has| $ (-6 -4462)))) (-2669 (($ $ $) 107)) (-3560 (($ $ $) 105)) (-2989 (((-112) $ $) 17)) (-2960 (((-112) $ $) 18)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 16)) (-2946 (((-112) $ $) 19)) (-3549 (($ $ $) 104)) (-3500 (((-783) $) 39 (|has| $ (-6 -4462)))))
+((-2300 (*1 *1 *1) (-4 *1 (-113))) (-2311 (*1 *1 *1 *1) (-4 *1 (-113))) (-2324 (*1 *1 *1 *1) (-4 *1 (-113))))
+(-13 (-1238) (-10 -8 (-15 -2300 ($ $)) (-15 -2311 ($ $ $)) (-15 -2324 ($ $ $))))
+(((-1238) . T))
+((-2965 (((-3 (-1 |#1| (-656 |#1|)) "failed") (-115)) 23) (((-115) (-115) (-1 |#1| |#1|)) 13) (((-115) (-115) (-1 |#1| (-656 |#1|))) 11) (((-3 |#1| "failed") (-115) (-656 |#1|)) 25)) (-2008 (((-3 (-656 (-1 |#1| (-656 |#1|))) "failed") (-115)) 29) (((-115) (-115) (-1 |#1| |#1|)) 33) (((-115) (-115) (-656 (-1 |#1| (-656 |#1|)))) 30)) (-2562 (((-115) |#1|) 63)) (-3531 (((-3 |#1| "failed") (-115)) 58)))
+(((-114 |#1|) (-10 -7 (-15 -2965 ((-3 |#1| "failed") (-115) (-656 |#1|))) (-15 -2965 ((-115) (-115) (-1 |#1| (-656 |#1|)))) (-15 -2965 ((-115) (-115) (-1 |#1| |#1|))) (-15 -2965 ((-3 (-1 |#1| (-656 |#1|)) "failed") (-115))) (-15 -2008 ((-115) (-115) (-656 (-1 |#1| (-656 |#1|))))) (-15 -2008 ((-115) (-115) (-1 |#1| |#1|))) (-15 -2008 ((-3 (-656 (-1 |#1| (-656 |#1|))) "failed") (-115))) (-15 -2562 ((-115) |#1|)) (-15 -3531 ((-3 |#1| "failed") (-115)))) (-1121)) (T -114))
+((-3531 (*1 *2 *3) (|partial| -12 (-5 *3 (-115)) (-5 *1 (-114 *2)) (-4 *2 (-1121)))) (-2562 (*1 *2 *3) (-12 (-5 *2 (-115)) (-5 *1 (-114 *3)) (-4 *3 (-1121)))) (-2008 (*1 *2 *3) (|partial| -12 (-5 *3 (-115)) (-5 *2 (-656 (-1 *4 (-656 *4)))) (-5 *1 (-114 *4)) (-4 *4 (-1121)))) (-2008 (*1 *2 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1121)) (-5 *1 (-114 *4)))) (-2008 (*1 *2 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-656 (-1 *4 (-656 *4)))) (-4 *4 (-1121)) (-5 *1 (-114 *4)))) (-2965 (*1 *2 *3) (|partial| -12 (-5 *3 (-115)) (-5 *2 (-1 *4 (-656 *4))) (-5 *1 (-114 *4)) (-4 *4 (-1121)))) (-2965 (*1 *2 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1121)) (-5 *1 (-114 *4)))) (-2965 (*1 *2 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 (-656 *4))) (-4 *4 (-1121)) (-5 *1 (-114 *4)))) (-2965 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-115)) (-5 *4 (-656 *2)) (-5 *1 (-114 *2)) (-4 *2 (-1121)))))
+(-10 -7 (-15 -2965 ((-3 |#1| "failed") (-115) (-656 |#1|))) (-15 -2965 ((-115) (-115) (-1 |#1| (-656 |#1|)))) (-15 -2965 ((-115) (-115) (-1 |#1| |#1|))) (-15 -2965 ((-3 (-1 |#1| (-656 |#1|)) "failed") (-115))) (-15 -2008 ((-115) (-115) (-656 (-1 |#1| (-656 |#1|))))) (-15 -2008 ((-115) (-115) (-1 |#1| |#1|))) (-15 -2008 ((-3 (-656 (-1 |#1| (-656 |#1|))) "failed") (-115))) (-15 -2562 ((-115) |#1|)) (-15 -3531 ((-3 |#1| "failed") (-115))))
+((-1955 (((-112) $ $) NIL)) (-3139 (((-783) $) 91) (($ $ (-783)) 37)) (-1621 (((-112) $) 41)) (-2135 (($ $ (-1179) (-786)) 58) (($ $ (-518) (-786)) 33)) (-4218 (($ $ (-45 (-1179) (-786))) 16)) (-3886 (((-3 (-786) "failed") $ (-1179)) 27) (((-703 (-786)) $ (-518)) 32)) (-3805 (((-45 (-1179) (-786)) $) 15)) (-1401 (($ (-1197)) 20) (($ (-1197) (-783)) 23) (($ (-1197) (-55)) 24)) (-1579 (((-112) $) 39)) (-2712 (((-112) $) 43)) (-4149 (((-1197) $) 8)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-4185 (((-1179) $) NIL)) (-1436 (((-112) $ (-1197)) 11)) (-1659 (($ $ (-1 (-548) (-656 (-548)))) 64) (((-3 (-1 (-548) (-656 (-548))) "failed") $) 71)) (-3117 (((-1141) $) NIL)) (-2149 (((-112) $ (-518)) 36)) (-4088 (($ $ (-1 (-112) $ $)) 45)) (-1612 (((-3 (-1 (-876) (-656 (-876))) "failed") $) 69) (($ $ (-1 (-876) (-656 (-876)))) 51) (($ $ (-1 (-876) (-876))) 53)) (-1877 (($ $ (-1179)) 55) (($ $ (-518)) 56)) (-4287 (($ $) 77)) (-3375 (($ $ (-1 (-112) $ $)) 46)) (-4114 (((-876) $) 60)) (-3000 (((-112) $ $) NIL)) (-1716 (($ $ (-518)) 34)) (-1597 (((-55) $) 72)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 89)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 103)))
+(((-115) (-13 (-862) (-847 (-1197)) (-10 -8 (-15 -3805 ((-45 (-1179) (-786)) $)) (-15 -4287 ($ $)) (-15 -1401 ($ (-1197))) (-15 -1401 ($ (-1197) (-783))) (-15 -1401 ($ (-1197) (-55))) (-15 -1579 ((-112) $)) (-15 -1621 ((-112) $)) (-15 -2712 ((-112) $)) (-15 -3139 ((-783) $)) (-15 -3139 ($ $ (-783))) (-15 -4088 ($ $ (-1 (-112) $ $))) (-15 -3375 ($ $ (-1 (-112) $ $))) (-15 -1612 ((-3 (-1 (-876) (-656 (-876))) "failed") $)) (-15 -1612 ($ $ (-1 (-876) (-656 (-876))))) (-15 -1612 ($ $ (-1 (-876) (-876)))) (-15 -1659 ($ $ (-1 (-548) (-656 (-548))))) (-15 -1659 ((-3 (-1 (-548) (-656 (-548))) "failed") $)) (-15 -2149 ((-112) $ (-518))) (-15 -1716 ($ $ (-518))) (-15 -1877 ($ $ (-1179))) (-15 -1877 ($ $ (-518))) (-15 -3886 ((-3 (-786) "failed") $ (-1179))) (-15 -3886 ((-703 (-786)) $ (-518))) (-15 -2135 ($ $ (-1179) (-786))) (-15 -2135 ($ $ (-518) (-786))) (-15 -4218 ($ $ (-45 (-1179) (-786))))))) (T -115))
+((-3805 (*1 *2 *1) (-12 (-5 *2 (-45 (-1179) (-786))) (-5 *1 (-115)))) (-4287 (*1 *1 *1) (-5 *1 (-115))) (-1401 (*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-115)))) (-1401 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-783)) (-5 *1 (-115)))) (-1401 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-55)) (-5 *1 (-115)))) (-1579 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-115)))) (-1621 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-115)))) (-2712 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-115)))) (-3139 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-115)))) (-3139 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-115)))) (-4088 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-115) (-115))) (-5 *1 (-115)))) (-3375 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-115) (-115))) (-5 *1 (-115)))) (-1612 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-876) (-656 (-876)))) (-5 *1 (-115)))) (-1612 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-876) (-656 (-876)))) (-5 *1 (-115)))) (-1612 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-876) (-876))) (-5 *1 (-115)))) (-1659 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-548) (-656 (-548)))) (-5 *1 (-115)))) (-1659 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-548) (-656 (-548)))) (-5 *1 (-115)))) (-2149 (*1 *2 *1 *3) (-12 (-5 *3 (-518)) (-5 *2 (-112)) (-5 *1 (-115)))) (-1716 (*1 *1 *1 *2) (-12 (-5 *2 (-518)) (-5 *1 (-115)))) (-1877 (*1 *1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-115)))) (-1877 (*1 *1 *1 *2) (-12 (-5 *2 (-518)) (-5 *1 (-115)))) (-3886 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1179)) (-5 *2 (-786)) (-5 *1 (-115)))) (-3886 (*1 *2 *1 *3) (-12 (-5 *3 (-518)) (-5 *2 (-703 (-786))) (-5 *1 (-115)))) (-2135 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1179)) (-5 *3 (-786)) (-5 *1 (-115)))) (-2135 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-786)) (-5 *1 (-115)))) (-4218 (*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1179) (-786))) (-5 *1 (-115)))))
+(-13 (-862) (-847 (-1197)) (-10 -8 (-15 -3805 ((-45 (-1179) (-786)) $)) (-15 -4287 ($ $)) (-15 -1401 ($ (-1197))) (-15 -1401 ($ (-1197) (-783))) (-15 -1401 ($ (-1197) (-55))) (-15 -1579 ((-112) $)) (-15 -1621 ((-112) $)) (-15 -2712 ((-112) $)) (-15 -3139 ((-783) $)) (-15 -3139 ($ $ (-783))) (-15 -4088 ($ $ (-1 (-112) $ $))) (-15 -3375 ($ $ (-1 (-112) $ $))) (-15 -1612 ((-3 (-1 (-876) (-656 (-876))) "failed") $)) (-15 -1612 ($ $ (-1 (-876) (-656 (-876))))) (-15 -1612 ($ $ (-1 (-876) (-876)))) (-15 -1659 ($ $ (-1 (-548) (-656 (-548))))) (-15 -1659 ((-3 (-1 (-548) (-656 (-548))) "failed") $)) (-15 -2149 ((-112) $ (-518))) (-15 -1716 ($ $ (-518))) (-15 -1877 ($ $ (-1179))) (-15 -1877 ($ $ (-518))) (-15 -3886 ((-3 (-786) "failed") $ (-1179))) (-15 -3886 ((-703 (-786)) $ (-518))) (-15 -2135 ($ $ (-1179) (-786))) (-15 -2135 ($ $ (-518) (-786))) (-15 -4218 ($ $ (-45 (-1179) (-786))))))
+((-1983 (((-576) |#2|) 41)))
+(((-116 |#1| |#2|) (-10 -7 (-15 -1983 ((-576) |#2|))) (-13 (-374) (-1059 (-419 (-576)))) (-1264 |#1|)) (T -116))
+((-1983 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-1059 (-419 *2)))) (-5 *2 (-576)) (-5 *1 (-116 *4 *3)) (-4 *3 (-1264 *4)))))
+(-10 -7 (-15 -1983 ((-576) |#2|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1463 (($ $ (-576)) NIL)) (-4064 (((-112) $ $) NIL)) (-3853 (($) NIL T CONST)) (-3091 (($ (-1193 (-576)) (-576)) NIL)) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-3749 (($ $) NIL)) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-1760 (((-783) $) NIL)) (-3315 (((-112) $) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1869 (((-576)) NIL)) (-3307 (((-576) $) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3168 (($ $ (-576)) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-3833 (((-1178 (-576)) $) NIL)) (-2093 (($ $) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-2642 (((-576) $ (-576)) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL)))
+(((-117 |#1|) (-883 |#1|) (-576)) (T -117))
+NIL
+(-883 |#1|)
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3730 (((-117 |#1|) $) NIL (|has| (-117 |#1|) (-317)))) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-117 |#1|) (-928)))) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| (-117 |#1|) (-928)))) (-4064 (((-112) $ $) NIL)) (-4018 (((-576) $) NIL (|has| (-117 |#1|) (-832)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-117 |#1|) "failed") $) NIL) (((-3 (-1197) "failed") $) NIL (|has| (-117 |#1|) (-1059 (-1197)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-117 |#1|) (-1059 (-576)))) (((-3 (-576) "failed") $) NIL (|has| (-117 |#1|) (-1059 (-576))))) (-2318 (((-117 |#1|) $) NIL) (((-1197) $) NIL (|has| (-117 |#1|) (-1059 (-1197)))) (((-419 (-576)) $) NIL (|has| (-117 |#1|) (-1059 (-576)))) (((-576) $) NIL (|has| (-117 |#1|) (-1059 (-576))))) (-4012 (($ $) NIL) (($ (-576) $) NIL)) (-1892 (($ $ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| (-117 |#1|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| (-117 |#1|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-117 |#1|))) (|:| |vec| (-1288 (-117 |#1|)))) (-701 $) (-1288 $)) NIL) (((-701 (-117 |#1|)) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) NIL (|has| (-117 |#1|) (-557)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-2907 (((-112) $) NIL (|has| (-117 |#1|) (-832)))) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (|has| (-117 |#1|) (-901 (-576)))) (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (|has| (-117 |#1|) (-901 (-390))))) (-3315 (((-112) $) NIL)) (-2364 (($ $) NIL)) (-2687 (((-117 |#1|) $) NIL)) (-4080 (((-3 $ "failed") $) NIL (|has| (-117 |#1|) (-1173)))) (-2569 (((-112) $) NIL (|has| (-117 |#1|) (-832)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2905 (($ $ $) NIL (|has| (-117 |#1|) (-862)))) (-2163 (($ $ $) NIL (|has| (-117 |#1|) (-862)))) (-2423 (($ (-1 (-117 |#1|) (-117 |#1|)) $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| (-117 |#1|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| (-117 |#1|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-117 |#1|))) (|:| |vec| (-1288 (-117 |#1|)))) (-1288 $) $) NIL) (((-701 (-117 |#1|)) (-1288 $)) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL (|has| (-117 |#1|) (-1173)) CONST)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4152 (($ $) NIL (|has| (-117 |#1|) (-317)))) (-4110 (((-117 |#1|) $) NIL (|has| (-117 |#1|) (-557)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-117 |#1|) (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-117 |#1|) (-928)))) (-1452 (((-430 $) $) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2143 (($ $ (-656 (-117 |#1|)) (-656 (-117 |#1|))) NIL (|has| (-117 |#1|) (-319 (-117 |#1|)))) (($ $ (-117 |#1|) (-117 |#1|)) NIL (|has| (-117 |#1|) (-319 (-117 |#1|)))) (($ $ (-304 (-117 |#1|))) NIL (|has| (-117 |#1|) (-319 (-117 |#1|)))) (($ $ (-656 (-304 (-117 |#1|)))) NIL (|has| (-117 |#1|) (-319 (-117 |#1|)))) (($ $ (-656 (-1197)) (-656 (-117 |#1|))) NIL (|has| (-117 |#1|) (-526 (-1197) (-117 |#1|)))) (($ $ (-1197) (-117 |#1|)) NIL (|has| (-117 |#1|) (-526 (-1197) (-117 |#1|))))) (-3199 (((-783) $) NIL)) (-4369 (($ $ (-117 |#1|)) NIL (|has| (-117 |#1|) (-296 (-117 |#1|) (-117 |#1|))))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-4107 (($ $ (-1 (-117 |#1|) (-117 |#1|))) NIL) (($ $ (-1 (-117 |#1|) (-117 |#1|)) (-783)) NIL) (($ $ (-1197)) NIL (|has| (-117 |#1|) (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| (-117 |#1|) (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| (-117 |#1|) (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| (-117 |#1|) (-919 (-1197)))) (($ $) NIL (|has| (-117 |#1|) (-237))) (($ $ (-783)) NIL (|has| (-117 |#1|) (-237)))) (-3908 (($ $) NIL)) (-2698 (((-117 |#1|) $) NIL)) (-1554 (((-907 (-576)) $) NIL (|has| (-117 |#1|) (-626 (-907 (-576))))) (((-907 (-390)) $) NIL (|has| (-117 |#1|) (-626 (-907 (-390))))) (((-548) $) NIL (|has| (-117 |#1|) (-626 (-548)))) (((-390) $) NIL (|has| (-117 |#1|) (-1043))) (((-227) $) NIL (|has| (-117 |#1|) (-1043)))) (-2073 (((-176 (-419 (-576))) $) NIL)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-117 |#1|) (-928))))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-117 |#1|)) NIL) (($ (-1197)) NIL (|has| (-117 |#1|) (-1059 (-1197))))) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| (-117 |#1|) (-928))) (|has| (-117 |#1|) (-146))))) (-2864 (((-783)) NIL T CONST)) (-2778 (((-117 |#1|) $) NIL (|has| (-117 |#1|) (-557)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-2642 (((-419 (-576)) $ (-576)) NIL)) (-2679 (($ $) NIL (|has| (-117 |#1|) (-832)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-1 (-117 |#1|) (-117 |#1|))) NIL) (($ $ (-1 (-117 |#1|) (-117 |#1|)) (-783)) NIL) (($ $ (-1197)) NIL (|has| (-117 |#1|) (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| (-117 |#1|) (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| (-117 |#1|) (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| (-117 |#1|) (-919 (-1197)))) (($ $) NIL (|has| (-117 |#1|) (-237))) (($ $ (-783)) NIL (|has| (-117 |#1|) (-237)))) (-3995 (((-112) $ $) NIL (|has| (-117 |#1|) (-862)))) (-3975 (((-112) $ $) NIL (|has| (-117 |#1|) (-862)))) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL (|has| (-117 |#1|) (-862)))) (-3962 (((-112) $ $) NIL (|has| (-117 |#1|) (-862)))) (-4047 (($ $ $) NIL) (($ (-117 |#1|) (-117 |#1|)) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ (-117 |#1|) $) NIL) (($ $ (-117 |#1|)) NIL)))
+(((-118 |#1|) (-13 (-1013 (-117 |#1|)) (-10 -8 (-15 -2642 ((-419 (-576)) $ (-576))) (-15 -2073 ((-176 (-419 (-576))) $)) (-15 -4012 ($ $)) (-15 -4012 ($ (-576) $)))) (-576)) (T -118))
+((-2642 (*1 *2 *1 *3) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-118 *4)) (-14 *4 *3) (-5 *3 (-576)))) (-2073 (*1 *2 *1) (-12 (-5 *2 (-176 (-419 (-576)))) (-5 *1 (-118 *3)) (-14 *3 (-576)))) (-4012 (*1 *1 *1) (-12 (-5 *1 (-118 *2)) (-14 *2 (-576)))) (-4012 (*1 *1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-118 *3)) (-14 *3 *2))))
+(-13 (-1013 (-117 |#1|)) (-10 -8 (-15 -2642 ((-419 (-576)) $ (-576))) (-15 -2073 ((-176 (-419 (-576))) $)) (-15 -4012 ($ $)) (-15 -4012 ($ (-576) $))))
+((-4268 ((|#2| $ "value" |#2|) NIL) (($ $ "left" $) 61) (($ $ "right" $) 63)) (-4360 (((-656 $) $) 31)) (-2317 (((-112) $ $) 36)) (-4029 (((-112) |#2| $) 40)) (-4186 (((-656 |#2|) $) 25)) (-1925 (((-112) $) 18)) (-4369 ((|#2| $ "value") NIL) (($ $ "left") 10) (($ $ "right") 13)) (-1906 (((-112) $) 57)) (-4114 (((-876) $) 47)) (-3429 (((-656 $) $) 32)) (-3939 (((-112) $ $) 38)) (-1968 (((-783) $) 50)))
+(((-119 |#1| |#2|) (-10 -8 (-15 -3939 ((-112) |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -4268 (|#1| |#1| "right" |#1|)) (-15 -4268 (|#1| |#1| "left" |#1|)) (-15 -4369 (|#1| |#1| "right")) (-15 -4369 (|#1| |#1| "left")) (-15 -4268 (|#2| |#1| "value" |#2|)) (-15 -2317 ((-112) |#1| |#1|)) (-15 -4186 ((-656 |#2|) |#1|)) (-15 -1906 ((-112) |#1|)) (-15 -4369 (|#2| |#1| "value")) (-15 -1925 ((-112) |#1|)) (-15 -4360 ((-656 |#1|) |#1|)) (-15 -3429 ((-656 |#1|) |#1|)) (-15 -4029 ((-112) |#2| |#1|)) (-15 -1968 ((-783) |#1|))) (-120 |#2|) (-1238)) (T -119))
+NIL
+(-10 -8 (-15 -3939 ((-112) |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -4268 (|#1| |#1| "right" |#1|)) (-15 -4268 (|#1| |#1| "left" |#1|)) (-15 -4369 (|#1| |#1| "right")) (-15 -4369 (|#1| |#1| "left")) (-15 -4268 (|#2| |#1| "value" |#2|)) (-15 -2317 ((-112) |#1| |#1|)) (-15 -4186 ((-656 |#2|) |#1|)) (-15 -1906 ((-112) |#1|)) (-15 -4369 (|#2| |#1| "value")) (-15 -1925 ((-112) |#1|)) (-15 -4360 ((-656 |#1|) |#1|)) (-15 -3429 ((-656 |#1|) |#1|)) (-15 -4029 ((-112) |#2| |#1|)) (-15 -1968 ((-783) |#1|)))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1688 ((|#1| $) 49)) (-1951 (((-112) $ (-783)) 8)) (-1450 ((|#1| $ |#1|) 40 (|has| $ (-6 -4465)))) (-1787 (($ $ $) 53 (|has| $ (-6 -4465)))) (-2302 (($ $ $) 55 (|has| $ (-6 -4465)))) (-4268 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4465))) (($ $ "left" $) 56 (|has| $ (-6 -4465))) (($ $ "right" $) 54 (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) 42 (|has| $ (-6 -4465)))) (-3853 (($) 7 T CONST)) (-2111 (($ $) 58)) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) 51)) (-2317 (((-112) $ $) 43 (|has| |#1| (-1121)))) (-4157 (((-112) $ (-783)) 9)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-2100 (($ $) 60)) (-4186 (((-656 |#1|) $) 46)) (-1925 (((-112) $) 50)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#1| $ "value") 48) (($ $ "left") 59) (($ $ "right") 57)) (-3088 (((-576) $ $) 45)) (-1906 (((-112) $) 47)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) 52)) (-2090 (((-112) $ $) 44 (|has| |#1| (-1121)))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-120 |#1|) (-141) (-1238)) (T -120))
+((-2100 (*1 *1 *1) (-12 (-4 *1 (-120 *2)) (-4 *2 (-1238)))) (-4369 (*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-120 *3)) (-4 *3 (-1238)))) (-2111 (*1 *1 *1) (-12 (-4 *1 (-120 *2)) (-4 *2 (-1238)))) (-4369 (*1 *1 *1 *2) (-12 (-5 *2 "right") (-4 *1 (-120 *3)) (-4 *3 (-1238)))) (-4268 (*1 *1 *1 *2 *1) (-12 (-5 *2 "left") (|has| *1 (-6 -4465)) (-4 *1 (-120 *3)) (-4 *3 (-1238)))) (-2302 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-120 *2)) (-4 *2 (-1238)))) (-4268 (*1 *1 *1 *2 *1) (-12 (-5 *2 "right") (|has| *1 (-6 -4465)) (-4 *1 (-120 *3)) (-4 *3 (-1238)))) (-1787 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-120 *2)) (-4 *2 (-1238)))))
+(-13 (-1031 |t#1|) (-10 -8 (-15 -2100 ($ $)) (-15 -4369 ($ $ "left")) (-15 -2111 ($ $)) (-15 -4369 ($ $ "right")) (IF (|has| $ (-6 -4465)) (PROGN (-15 -4268 ($ $ "left" $)) (-15 -2302 ($ $ $)) (-15 -4268 ($ $ "right" $)) (-15 -1787 ($ $ $))) |%noBranch|)))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1031 |#1|) . T) ((-1121) |has| |#1| (-1121)) ((-1238) . T))
+((-3163 (((-112) |#1|) 29)) (-3981 (((-783) (-783)) 28) (((-783)) 27)) (-2725 (((-112) |#1| (-112)) 30) (((-112) |#1|) 31)))
+(((-121 |#1|) (-10 -7 (-15 -2725 ((-112) |#1|)) (-15 -2725 ((-112) |#1| (-112))) (-15 -3981 ((-783))) (-15 -3981 ((-783) (-783))) (-15 -3163 ((-112) |#1|))) (-1264 (-576))) (T -121))
+((-3163 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-121 *3)) (-4 *3 (-1264 (-576))))) (-3981 (*1 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-121 *3)) (-4 *3 (-1264 (-576))))) (-3981 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-121 *3)) (-4 *3 (-1264 (-576))))) (-2725 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *1 (-121 *3)) (-4 *3 (-1264 (-576))))) (-2725 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-121 *3)) (-4 *3 (-1264 (-576))))))
+(-10 -7 (-15 -2725 ((-112) |#1|)) (-15 -2725 ((-112) |#1| (-112))) (-15 -3981 ((-783))) (-15 -3981 ((-783) (-783))) (-15 -3163 ((-112) |#1|)))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1688 ((|#1| $) 18)) (-3102 (((-2 (|:| |less| $) (|:| |greater| $)) |#1| $) 26)) (-1951 (((-112) $ (-783)) NIL)) (-1450 ((|#1| $ |#1|) NIL (|has| $ (-6 -4465)))) (-1787 (($ $ $) 21 (|has| $ (-6 -4465)))) (-2302 (($ $ $) 23 (|has| $ (-6 -4465)))) (-4268 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4465))) (($ $ "left" $) NIL (|has| $ (-6 -4465))) (($ $ "right" $) NIL (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) NIL (|has| $ (-6 -4465)))) (-3853 (($) NIL T CONST)) (-2111 (($ $) 20)) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) NIL)) (-2317 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-2304 (($ $ |#1| $) 27)) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-2100 (($ $) 22)) (-4186 (((-656 |#1|) $) NIL)) (-1925 (((-112) $) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-2436 (($ |#1| $) 28)) (-3846 (($ |#1| $) 15)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) 17)) (-3029 (($) 11)) (-4369 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-3088 (((-576) $ $) NIL)) (-1906 (((-112) $) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) NIL)) (-2090 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-4017 (($ (-656 |#1|)) 16)) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-122 |#1|) (-13 (-126 |#1|) (-10 -8 (-6 -4465) (-6 -4464) (-15 -4017 ($ (-656 |#1|))) (-15 -3846 ($ |#1| $)) (-15 -2436 ($ |#1| $)) (-15 -3102 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $)))) (-862)) (T -122))
+((-4017 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-122 *3)))) (-3846 (*1 *1 *2 *1) (-12 (-5 *1 (-122 *2)) (-4 *2 (-862)))) (-2436 (*1 *1 *2 *1) (-12 (-5 *1 (-122 *2)) (-4 *2 (-862)))) (-3102 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |less| (-122 *3)) (|:| |greater| (-122 *3)))) (-5 *1 (-122 *3)) (-4 *3 (-862)))))
+(-13 (-126 |#1|) (-10 -8 (-6 -4465) (-6 -4464) (-15 -4017 ($ (-656 |#1|))) (-15 -3846 ($ |#1| $)) (-15 -2436 ($ |#1| $)) (-15 -3102 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $))))
+((-1978 (($ $) 13)) (-2300 (($ $) 11)) (-3245 (($ $ $) 23)) (-3145 (($ $ $) 21)) (-2029 (($ $ $) 19)) (-2019 (($ $ $) 17)))
+(((-123 |#1|) (-10 -8 (-15 -3245 (|#1| |#1| |#1|)) (-15 -3145 (|#1| |#1| |#1|)) (-15 -1978 (|#1| |#1|)) (-15 -2019 (|#1| |#1| |#1|)) (-15 -2029 (|#1| |#1| |#1|)) (-15 -2300 (|#1| |#1|))) (-124)) (T -123))
+NIL
+(-10 -8 (-15 -3245 (|#1| |#1| |#1|)) (-15 -3145 (|#1| |#1| |#1|)) (-15 -1978 (|#1| |#1|)) (-15 -2019 (|#1| |#1| |#1|)) (-15 -2029 (|#1| |#1| |#1|)) (-15 -2300 (|#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-1978 (($ $) 103)) (-4296 (($ $ $) 28)) (-1758 (((-1293) $ (-576) (-576)) 66 (|has| $ (-6 -4465)))) (-2033 (((-112) $) 98 (|has| (-112) (-862))) (((-112) (-1 (-112) (-112) (-112)) $) 92)) (-2218 (($ $) 102 (-12 (|has| (-112) (-862)) (|has| $ (-6 -4465)))) (($ (-1 (-112) (-112) (-112)) $) 101 (|has| $ (-6 -4465)))) (-2380 (($ $) 97 (|has| (-112) (-862))) (($ (-1 (-112) (-112) (-112)) $) 91)) (-1951 (((-112) $ (-783)) 37)) (-4268 (((-112) $ (-1255 (-576)) (-112)) 88 (|has| $ (-6 -4465))) (((-112) $ (-576) (-112)) 54 (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) (-112)) $) 71 (|has| $ (-6 -4464)))) (-3853 (($) 38 T CONST)) (-1370 (($ $) 100 (|has| $ (-6 -4465)))) (-4204 (($ $) 90)) (-2741 (($ $) 68 (-12 (|has| (-112) (-1121)) (|has| $ (-6 -4464))))) (-2824 (($ (-1 (-112) (-112)) $) 72 (|has| $ (-6 -4464))) (($ (-112) $) 69 (-12 (|has| (-112) (-1121)) (|has| $ (-6 -4464))))) (-2722 (((-112) (-1 (-112) (-112) (-112)) $) 74 (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) 73 (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) 70 (-12 (|has| (-112) (-1121)) (|has| $ (-6 -4464))))) (-1908 (((-112) $ (-576) (-112)) 53 (|has| $ (-6 -4465)))) (-3721 (((-112) $ (-576)) 55)) (-3539 (((-576) (-112) $ (-576)) 95 (|has| (-112) (-1121))) (((-576) (-112) $) 94 (|has| (-112) (-1121))) (((-576) (-1 (-112) (-112)) $) 93)) (-3722 (((-656 (-112)) $) 45 (|has| $ (-6 -4464)))) (-2324 (($ $ $) 108)) (-2300 (($ $) 106)) (-3245 (($ $ $) 29)) (-1988 (($ (-783) (-112)) 78)) (-3145 (($ $ $) 30)) (-4157 (((-112) $ (-783)) 36)) (-3176 (((-576) $) 63 (|has| (-576) (-862)))) (-2905 (($ $ $) 14)) (-3181 (($ $ $) 96 (|has| (-112) (-862))) (($ (-1 (-112) (-112) (-112)) $ $) 89)) (-4302 (((-656 (-112)) $) 46 (|has| $ (-6 -4464)))) (-4029 (((-112) (-112) $) 48 (-12 (|has| (-112) (-1121)) (|has| $ (-6 -4464))))) (-2316 (((-576) $) 62 (|has| (-576) (-862)))) (-2163 (($ $ $) 15)) (-1896 (($ (-1 (-112) (-112)) $) 41 (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-112) (-112) (-112)) $ $) 83) (($ (-1 (-112) (-112)) $) 40)) (-4002 (((-112) $ (-783)) 35)) (-4185 (((-1179) $) 10)) (-3386 (($ $ $ (-576)) 87) (($ (-112) $ (-576)) 86)) (-4402 (((-656 (-576)) $) 60)) (-1505 (((-112) (-576) $) 59)) (-3117 (((-1141) $) 11)) (-1753 (((-112) $) 64 (|has| (-576) (-862)))) (-2922 (((-3 (-112) "failed") (-1 (-112) (-112)) $) 75)) (-3140 (($ $ (-112)) 65 (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) (-112)) $) 43 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-112)) (-656 (-112))) 52 (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1121)))) (($ $ (-112) (-112)) 51 (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1121)))) (($ $ (-304 (-112))) 50 (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1121)))) (($ $ (-656 (-304 (-112)))) 49 (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1121))))) (-2587 (((-112) $ $) 31)) (-2408 (((-112) (-112) $) 61 (-12 (|has| $ (-6 -4464)) (|has| (-112) (-1121))))) (-3700 (((-656 (-112)) $) 58)) (-4190 (((-112) $) 34)) (-3029 (($) 33)) (-4369 (($ $ (-1255 (-576))) 77) (((-112) $ (-576)) 57) (((-112) $ (-576) (-112)) 56)) (-2335 (($ $ (-1255 (-576))) 85) (($ $ (-576)) 84)) (-3131 (((-783) (-112) $) 47 (-12 (|has| (-112) (-1121)) (|has| $ (-6 -4464)))) (((-783) (-1 (-112) (-112)) $) 44 (|has| $ (-6 -4464)))) (-3796 (($ $ $ (-576)) 99 (|has| $ (-6 -4465)))) (-4287 (($ $) 32)) (-1554 (((-548) $) 67 (|has| (-112) (-626 (-548))))) (-4125 (($ (-656 (-112))) 76)) (-2767 (($ (-656 $)) 82) (($ $ $) 81) (($ (-112) $) 80) (($ $ (-112)) 79)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-1746 (((-112) (-1 (-112) (-112)) $) 42 (|has| $ (-6 -4464)))) (-2311 (($ $ $) 107)) (-2029 (($ $ $) 105)) (-3995 (((-112) $ $) 17)) (-3975 (((-112) $ $) 18)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 16)) (-3962 (((-112) $ $) 19)) (-2019 (($ $ $) 104)) (-1968 (((-783) $) 39 (|has| $ (-6 -4464)))))
(((-124) (-141)) (T -124))
-((-1867 (*1 *1 *1 *1) (-4 *1 (-124))) (-3606 (*1 *1 *1 *1) (-4 *1 (-124))) (-2689 (*1 *1 *1 *1) (-4 *1 (-124))))
-(-13 (-862) (-113) (-673) (-19 (-112)) (-10 -8 (-15 -1867 ($ $ $)) (-15 -3606 ($ $ $)) (-15 -2689 ($ $ $))))
-(((-34) . T) ((-102) . T) ((-113) . T) ((-625 (-874)) . T) ((-152 #0=(-112)) . T) ((-626 (-548)) |has| (-112) (-626 (-548))) ((-296 #1=(-576) #0#) . T) ((-296 (-1253 (-576)) $) . T) ((-298 #1# #0#) . T) ((-319 #0#) -12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1119))) ((-384 #0#) . T) ((-501 #0#) . T) ((-616 #1# #0#) . T) ((-526 #0# #0#) -12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1119))) ((-663 #0#) . T) ((-673) . T) ((-19 #0#) . T) ((-862) . T) ((-1119) . T) ((-1236) . T))
-((-4320 (($ (-1 |#2| |#2|) $) 22)) (-1868 (($ $) 16)) (-3500 (((-783) $) 25)))
-(((-125 |#1| |#2|) (-10 -8 (-15 -4320 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3500 ((-783) |#1|)) (-15 -1868 (|#1| |#1|))) (-126 |#2|) (-1119)) (T -125))
-NIL
-(-10 -8 (-15 -4320 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3500 ((-783) |#1|)) (-15 -1868 (|#1| |#1|)))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3103 ((|#1| $) 49)) (-3733 (((-112) $ (-783)) 8)) (-1762 ((|#1| $ |#1|) 40 (|has| $ (-6 -4463)))) (-2621 (($ $ $) 53 (|has| $ (-6 -4463)))) (-3016 (($ $ $) 55 (|has| $ (-6 -4463)))) (-3753 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4463))) (($ $ "left" $) 56 (|has| $ (-6 -4463))) (($ $ "right" $) 54 (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) 42 (|has| $ (-6 -4463)))) (-2135 (($) 7 T CONST)) (-4247 (($ $) 58)) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) 51)) (-2679 (((-112) $ $) 43 (|has| |#1| (-1119)))) (-2200 (($ $ |#1| $) 61)) (-2476 (((-112) $ (-783)) 9)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-4237 (($ $) 60)) (-2348 (((-656 |#1|) $) 46)) (-2326 (((-112) $) 50)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#1| $ "value") 48) (($ $ "left") 59) (($ $ "right") 57)) (-3273 (((-576) $ $) 45)) (-2635 (((-112) $) 47)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) 52)) (-1434 (((-112) $ $) 44 (|has| |#1| (-1119)))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-126 |#1|) (-141) (-1119)) (T -126))
-((-2200 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-126 *2)) (-4 *2 (-1119)))))
-(-13 (-120 |t#1|) (-10 -8 (-6 -4463) (-6 -4462) (-15 -2200 ($ $ |t#1| $))))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-120 |#1|) . T) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1029 |#1|) . T) ((-1119) |has| |#1| (-1119)) ((-1236) . T))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3103 ((|#1| $) 18)) (-3733 (((-112) $ (-783)) NIL)) (-1762 ((|#1| $ |#1|) 22 (|has| $ (-6 -4463)))) (-2621 (($ $ $) 23 (|has| $ (-6 -4463)))) (-3016 (($ $ $) 21 (|has| $ (-6 -4463)))) (-3753 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4463))) (($ $ "left" $) NIL (|has| $ (-6 -4463))) (($ $ "right" $) NIL (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) NIL (|has| $ (-6 -4463)))) (-2135 (($) NIL T CONST)) (-4247 (($ $) 24)) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) NIL)) (-2679 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2200 (($ $ |#1| $) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-4237 (($ $) NIL)) (-2348 (((-656 |#1|) $) NIL)) (-2326 (((-112) $) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-2767 (($ |#1| $) 15)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) 17)) (-1854 (($) 11)) (-2794 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-3273 (((-576) $ $) NIL)) (-2635 (((-112) $) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) 20)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) NIL)) (-1434 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-3504 (($ (-656 |#1|)) 16)) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-127 |#1|) (-13 (-126 |#1|) (-10 -8 (-6 -4463) (-15 -3504 ($ (-656 |#1|))) (-15 -2767 ($ |#1| $)))) (-862)) (T -127))
-((-3504 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-127 *3)))) (-2767 (*1 *1 *2 *1) (-12 (-5 *1 (-127 *2)) (-4 *2 (-862)))))
-(-13 (-126 |#1|) (-10 -8 (-6 -4463) (-15 -3504 ($ (-656 |#1|))) (-15 -2767 ($ |#1| $))))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3103 ((|#1| $) 30)) (-3733 (((-112) $ (-783)) NIL)) (-1762 ((|#1| $ |#1|) 32 (|has| $ (-6 -4463)))) (-2621 (($ $ $) 36 (|has| $ (-6 -4463)))) (-3016 (($ $ $) 34 (|has| $ (-6 -4463)))) (-3753 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4463))) (($ $ "left" $) NIL (|has| $ (-6 -4463))) (($ $ "right" $) NIL (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) NIL (|has| $ (-6 -4463)))) (-2135 (($) NIL T CONST)) (-4247 (($ $) 23)) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) NIL)) (-2679 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2200 (($ $ |#1| $) 16)) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-4237 (($ $) 22)) (-2348 (((-656 |#1|) $) NIL)) (-2326 (((-112) $) 25)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) 20)) (-1854 (($) 11)) (-2794 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-3273 (((-576) $ $) NIL)) (-2635 (((-112) $) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) NIL)) (-1434 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-3751 (($ |#1|) 18) (($ $ |#1| $) 17)) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 10 (|has| |#1| (-102)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-128 |#1|) (-13 (-126 |#1|) (-10 -8 (-15 -3751 ($ |#1|)) (-15 -3751 ($ $ |#1| $)))) (-1119)) (T -128))
-((-3751 (*1 *1 *2) (-12 (-5 *1 (-128 *2)) (-4 *2 (-1119)))) (-3751 (*1 *1 *1 *2 *1) (-12 (-5 *1 (-128 *2)) (-4 *2 (-1119)))))
-(-13 (-126 |#1|) (-10 -8 (-15 -3751 ($ |#1|)) (-15 -3751 ($ $ |#1| $))))
-((-3486 (((-112) $ $) NIL (|has| (-130) (-102)))) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-4372 (((-112) (-1 (-112) (-130) (-130)) $) NIL) (((-112) $) NIL (|has| (-130) (-862)))) (-4082 (($ (-1 (-112) (-130) (-130)) $) NIL (|has| $ (-6 -4463))) (($ $) NIL (-12 (|has| $ (-6 -4463)) (|has| (-130) (-862))))) (-1793 (($ (-1 (-112) (-130) (-130)) $) NIL) (($ $) NIL (|has| (-130) (-862)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 (((-130) $ (-576) (-130)) 26 (|has| $ (-6 -4463))) (((-130) $ (-1253 (-576)) (-130)) NIL (|has| $ (-6 -4463)))) (-1855 (((-783) $ (-783)) 34)) (-1966 (($ (-1 (-112) (-130)) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-1752 (($ $) NIL (|has| $ (-6 -4463)))) (-3833 (($ $) NIL)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-130) (-1119))))) (-3942 (($ (-130) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-130) (-1119)))) (($ (-1 (-112) (-130)) $) NIL (|has| $ (-6 -4462)))) (-3683 (((-130) (-1 (-130) (-130) (-130)) $ (-130) (-130)) NIL (-12 (|has| $ (-6 -4462)) (|has| (-130) (-1119)))) (((-130) (-1 (-130) (-130) (-130)) $ (-130)) NIL (|has| $ (-6 -4462))) (((-130) (-1 (-130) (-130) (-130)) $) NIL (|has| $ (-6 -4462)))) (-4330 (((-130) $ (-576) (-130)) 25 (|has| $ (-6 -4463)))) (-4271 (((-130) $ (-576)) 20)) (-3658 (((-576) (-1 (-112) (-130)) $) NIL) (((-576) (-130) $) NIL (|has| (-130) (-1119))) (((-576) (-130) $ (-576)) NIL (|has| (-130) (-1119)))) (-3963 (((-656 (-130)) $) NIL (|has| $ (-6 -4462)))) (-4138 (($ (-783) (-130)) 14)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) 27 (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| (-130) (-862)))) (-1872 (($ (-1 (-112) (-130) (-130)) $ $) NIL) (($ $ $) NIL (|has| (-130) (-862)))) (-3452 (((-656 (-130)) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-130) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-130) (-1119))))) (-3767 (((-576) $) 30 (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| (-130) (-862)))) (-4320 (($ (-1 (-130) (-130)) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-130) (-130)) $) NIL) (($ (-1 (-130) (-130) (-130)) $ $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (|has| (-130) (-1119)))) (-2171 (($ (-130) $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-1448 (((-1139) $) NIL (|has| (-130) (-1119)))) (-3578 (((-130) $) NIL (|has| (-576) (-862)))) (-2295 (((-3 (-130) "failed") (-1 (-112) (-130)) $) NIL)) (-1552 (($ $ (-130)) NIL (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) (-130)) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-130)))) NIL (-12 (|has| (-130) (-319 (-130))) (|has| (-130) (-1119)))) (($ $ (-304 (-130))) NIL (-12 (|has| (-130) (-319 (-130))) (|has| (-130) (-1119)))) (($ $ (-130) (-130)) NIL (-12 (|has| (-130) (-319 (-130))) (|has| (-130) (-1119)))) (($ $ (-656 (-130)) (-656 (-130))) NIL (-12 (|has| (-130) (-319 (-130))) (|has| (-130) (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) (-130) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-130) (-1119))))) (-4278 (((-656 (-130)) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) 12)) (-2794 (((-130) $ (-576) (-130)) NIL) (((-130) $ (-576)) 23) (($ $ (-1253 (-576))) NIL)) (-3463 (($ $ (-576)) NIL) (($ $ (-1253 (-576))) NIL)) (-1458 (((-783) (-1 (-112) (-130)) $) NIL (|has| $ (-6 -4462))) (((-783) (-130) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-130) (-1119))))) (-1497 (($ $ $ (-576)) NIL (|has| $ (-6 -4463)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| (-130) (-626 (-548))))) (-3579 (($ (-656 (-130))) 46)) (-1613 (($ $ (-130)) NIL) (($ (-130) $) NIL) (($ $ $) 47) (($ (-656 $)) NIL)) (-3567 (((-975 (-130)) $) 35) (((-1177) $) 43) (((-874) $) NIL (|has| (-130) (-625 (-874))))) (-2275 (((-783) $) 18)) (-4238 (($ (-783)) 8)) (-1540 (((-112) $ $) NIL (|has| (-130) (-1119)))) (-2306 (((-112) (-1 (-112) (-130)) $) NIL (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) NIL (|has| (-130) (-862)))) (-2960 (((-112) $ $) NIL (|has| (-130) (-862)))) (-2921 (((-112) $ $) 32 (|has| (-130) (-102)))) (-2975 (((-112) $ $) NIL (|has| (-130) (-862)))) (-2946 (((-112) $ $) NIL (|has| (-130) (-862)))) (-3500 (((-783) $) 15 (|has| $ (-6 -4462)))))
-(((-129) (-13 (-19 (-130)) (-625 (-975 (-130))) (-625 (-1177)) (-10 -8 (-15 -4238 ($ (-783))) (-15 -2275 ((-783) $)) (-15 -1855 ((-783) $ (-783))) (-6 -4462)))) (T -129))
-((-4238 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-129)))) (-2275 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-129)))) (-1855 (*1 *2 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-129)))))
-(-13 (-19 (-130)) (-625 (-975 (-130))) (-625 (-1177)) (-10 -8 (-15 -4238 ($ (-783))) (-15 -2275 ((-783) $)) (-15 -1855 ((-783) $ (-783))) (-6 -4462)))
-((-3486 (((-112) $ $) NIL)) (-2093 (((-783)) 26)) (-2135 (($) NIL T CONST)) (-1834 (($) 35)) (-3123 (($ $ $) NIL) (($) 24 T CONST)) (-2352 (($ $ $) NIL) (($) 25 T CONST)) (-4379 (((-938) $) 33)) (-3881 (((-1177) $) NIL)) (-3222 (($ (-938)) 31)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL) (($ (-145)) 15) (((-145) $) 17)) (-3806 (($ (-783)) 8)) (-2351 (($ $ $) 37)) (-2337 (($ $ $) 36)) (-1540 (((-112) $ $) NIL)) (-2989 (((-112) $ $) 22)) (-2960 (((-112) $ $) 20)) (-2921 (((-112) $ $) 18)) (-2975 (((-112) $ $) 21)) (-2946 (((-112) $ $) 19)))
-(((-130) (-13 (-856) (-502 (-145)) (-10 -8 (-15 -3806 ($ (-783))) (-15 -2337 ($ $ $)) (-15 -2351 ($ $ $)) (-15 -2135 ($) -1478)))) (T -130))
-((-3806 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-130)))) (-2337 (*1 *1 *1 *1) (-5 *1 (-130))) (-2351 (*1 *1 *1 *1) (-5 *1 (-130))) (-2135 (*1 *1) (-5 *1 (-130))))
-(-13 (-856) (-502 (-145)) (-10 -8 (-15 -3806 ($ (-783))) (-15 -2337 ($ $ $)) (-15 -2351 ($ $ $)) (-15 -2135 ($) -1478)))
+((-3145 (*1 *1 *1 *1) (-4 *1 (-124))) (-3245 (*1 *1 *1 *1) (-4 *1 (-124))) (-4296 (*1 *1 *1 *1) (-4 *1 (-124))))
+(-13 (-862) (-113) (-673) (-19 (-112)) (-10 -8 (-15 -3145 ($ $ $)) (-15 -3245 ($ $ $)) (-15 -4296 ($ $ $))))
+(((-34) . T) ((-102) . T) ((-113) . T) ((-625 (-876)) . T) ((-152 #0=(-112)) . T) ((-626 (-548)) |has| (-112) (-626 (-548))) ((-296 #1=(-576) #0#) . T) ((-296 (-1255 (-576)) $) . T) ((-298 #1# #0#) . T) ((-319 #0#) -12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1121))) ((-384 #0#) . T) ((-501 #0#) . T) ((-616 #1# #0#) . T) ((-526 #0# #0#) -12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1121))) ((-663 #0#) . T) ((-673) . T) ((-19 #0#) . T) ((-862) . T) ((-1121) . T) ((-1238) . T))
+((-1896 (($ (-1 |#2| |#2|) $) 22)) (-4287 (($ $) 16)) (-1968 (((-783) $) 25)))
+(((-125 |#1| |#2|) (-10 -8 (-15 -1896 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1968 ((-783) |#1|)) (-15 -4287 (|#1| |#1|))) (-126 |#2|) (-1121)) (T -125))
+NIL
+(-10 -8 (-15 -1896 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1968 ((-783) |#1|)) (-15 -4287 (|#1| |#1|)))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1688 ((|#1| $) 49)) (-1951 (((-112) $ (-783)) 8)) (-1450 ((|#1| $ |#1|) 40 (|has| $ (-6 -4465)))) (-1787 (($ $ $) 53 (|has| $ (-6 -4465)))) (-2302 (($ $ $) 55 (|has| $ (-6 -4465)))) (-4268 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4465))) (($ $ "left" $) 56 (|has| $ (-6 -4465))) (($ $ "right" $) 54 (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) 42 (|has| $ (-6 -4465)))) (-3853 (($) 7 T CONST)) (-2111 (($ $) 58)) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) 51)) (-2317 (((-112) $ $) 43 (|has| |#1| (-1121)))) (-2304 (($ $ |#1| $) 61)) (-4157 (((-112) $ (-783)) 9)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-2100 (($ $) 60)) (-4186 (((-656 |#1|) $) 46)) (-1925 (((-112) $) 50)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#1| $ "value") 48) (($ $ "left") 59) (($ $ "right") 57)) (-3088 (((-576) $ $) 45)) (-1906 (((-112) $) 47)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) 52)) (-2090 (((-112) $ $) 44 (|has| |#1| (-1121)))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-126 |#1|) (-141) (-1121)) (T -126))
+((-2304 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-126 *2)) (-4 *2 (-1121)))))
+(-13 (-120 |t#1|) (-10 -8 (-6 -4465) (-6 -4464) (-15 -2304 ($ $ |t#1| $))))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-120 |#1|) . T) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1031 |#1|) . T) ((-1121) |has| |#1| (-1121)) ((-1238) . T))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1688 ((|#1| $) 18)) (-1951 (((-112) $ (-783)) NIL)) (-1450 ((|#1| $ |#1|) 22 (|has| $ (-6 -4465)))) (-1787 (($ $ $) 23 (|has| $ (-6 -4465)))) (-2302 (($ $ $) 21 (|has| $ (-6 -4465)))) (-4268 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4465))) (($ $ "left" $) NIL (|has| $ (-6 -4465))) (($ $ "right" $) NIL (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) NIL (|has| $ (-6 -4465)))) (-3853 (($) NIL T CONST)) (-2111 (($ $) 24)) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) NIL)) (-2317 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-2304 (($ $ |#1| $) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-2100 (($ $) NIL)) (-4186 (((-656 |#1|) $) NIL)) (-1925 (((-112) $) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3846 (($ |#1| $) 15)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) 17)) (-3029 (($) 11)) (-4369 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-3088 (((-576) $ $) NIL)) (-1906 (((-112) $) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) 20)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) NIL)) (-2090 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1590 (($ (-656 |#1|)) 16)) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-127 |#1|) (-13 (-126 |#1|) (-10 -8 (-6 -4465) (-15 -1590 ($ (-656 |#1|))) (-15 -3846 ($ |#1| $)))) (-862)) (T -127))
+((-1590 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-127 *3)))) (-3846 (*1 *1 *2 *1) (-12 (-5 *1 (-127 *2)) (-4 *2 (-862)))))
+(-13 (-126 |#1|) (-10 -8 (-6 -4465) (-15 -1590 ($ (-656 |#1|))) (-15 -3846 ($ |#1| $))))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1688 ((|#1| $) 30)) (-1951 (((-112) $ (-783)) NIL)) (-1450 ((|#1| $ |#1|) 32 (|has| $ (-6 -4465)))) (-1787 (($ $ $) 36 (|has| $ (-6 -4465)))) (-2302 (($ $ $) 34 (|has| $ (-6 -4465)))) (-4268 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4465))) (($ $ "left" $) NIL (|has| $ (-6 -4465))) (($ $ "right" $) NIL (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) NIL (|has| $ (-6 -4465)))) (-3853 (($) NIL T CONST)) (-2111 (($ $) 23)) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) NIL)) (-2317 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-2304 (($ $ |#1| $) 16)) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-2100 (($ $) 22)) (-4186 (((-656 |#1|) $) NIL)) (-1925 (((-112) $) 25)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) 20)) (-3029 (($) 11)) (-4369 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-3088 (((-576) $ $) NIL)) (-1906 (((-112) $) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) NIL)) (-2090 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-2146 (($ |#1|) 18) (($ $ |#1| $) 17)) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 10 (|has| |#1| (-102)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-128 |#1|) (-13 (-126 |#1|) (-10 -8 (-15 -2146 ($ |#1|)) (-15 -2146 ($ $ |#1| $)))) (-1121)) (T -128))
+((-2146 (*1 *1 *2) (-12 (-5 *1 (-128 *2)) (-4 *2 (-1121)))) (-2146 (*1 *1 *1 *2 *1) (-12 (-5 *1 (-128 *2)) (-4 *2 (-1121)))))
+(-13 (-126 |#1|) (-10 -8 (-15 -2146 ($ |#1|)) (-15 -2146 ($ $ |#1| $))))
+((-1955 (((-112) $ $) NIL (|has| (-130) (-102)))) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-2033 (((-112) (-1 (-112) (-130) (-130)) $) NIL) (((-112) $) NIL (|has| (-130) (-862)))) (-2218 (($ (-1 (-112) (-130) (-130)) $) NIL (|has| $ (-6 -4465))) (($ $) NIL (-12 (|has| $ (-6 -4465)) (|has| (-130) (-862))))) (-2380 (($ (-1 (-112) (-130) (-130)) $) NIL) (($ $) NIL (|has| (-130) (-862)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 (((-130) $ (-576) (-130)) 26 (|has| $ (-6 -4465))) (((-130) $ (-1255 (-576)) (-130)) NIL (|has| $ (-6 -4465)))) (-3039 (((-783) $ (-783)) 34)) (-3604 (($ (-1 (-112) (-130)) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-1370 (($ $) NIL (|has| $ (-6 -4465)))) (-4204 (($ $) NIL)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-130) (-1121))))) (-2824 (($ (-130) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-130) (-1121)))) (($ (-1 (-112) (-130)) $) NIL (|has| $ (-6 -4464)))) (-2722 (((-130) (-1 (-130) (-130) (-130)) $ (-130) (-130)) NIL (-12 (|has| $ (-6 -4464)) (|has| (-130) (-1121)))) (((-130) (-1 (-130) (-130) (-130)) $ (-130)) NIL (|has| $ (-6 -4464))) (((-130) (-1 (-130) (-130) (-130)) $) NIL (|has| $ (-6 -4464)))) (-1908 (((-130) $ (-576) (-130)) 25 (|has| $ (-6 -4465)))) (-3721 (((-130) $ (-576)) 20)) (-3539 (((-576) (-1 (-112) (-130)) $) NIL) (((-576) (-130) $) NIL (|has| (-130) (-1121))) (((-576) (-130) $ (-576)) NIL (|has| (-130) (-1121)))) (-3722 (((-656 (-130)) $) NIL (|has| $ (-6 -4464)))) (-1988 (($ (-783) (-130)) 14)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) 27 (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| (-130) (-862)))) (-3181 (($ (-1 (-112) (-130) (-130)) $ $) NIL) (($ $ $) NIL (|has| (-130) (-862)))) (-4302 (((-656 (-130)) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-130) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-130) (-1121))))) (-2316 (((-576) $) 30 (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| (-130) (-862)))) (-1896 (($ (-1 (-130) (-130)) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-130) (-130)) $) NIL) (($ (-1 (-130) (-130) (-130)) $ $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (|has| (-130) (-1121)))) (-3386 (($ (-130) $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-3117 (((-1141) $) NIL (|has| (-130) (-1121)))) (-1753 (((-130) $) NIL (|has| (-576) (-862)))) (-2922 (((-3 (-130) "failed") (-1 (-112) (-130)) $) NIL)) (-3140 (($ $ (-130)) NIL (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) (-130)) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-130)))) NIL (-12 (|has| (-130) (-319 (-130))) (|has| (-130) (-1121)))) (($ $ (-304 (-130))) NIL (-12 (|has| (-130) (-319 (-130))) (|has| (-130) (-1121)))) (($ $ (-130) (-130)) NIL (-12 (|has| (-130) (-319 (-130))) (|has| (-130) (-1121)))) (($ $ (-656 (-130)) (-656 (-130))) NIL (-12 (|has| (-130) (-319 (-130))) (|has| (-130) (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) (-130) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-130) (-1121))))) (-3700 (((-656 (-130)) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) 12)) (-4369 (((-130) $ (-576) (-130)) NIL) (((-130) $ (-576)) 23) (($ $ (-1255 (-576))) NIL)) (-2335 (($ $ (-576)) NIL) (($ $ (-1255 (-576))) NIL)) (-3131 (((-783) (-1 (-112) (-130)) $) NIL (|has| $ (-6 -4464))) (((-783) (-130) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-130) (-1121))))) (-3796 (($ $ $ (-576)) NIL (|has| $ (-6 -4465)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| (-130) (-626 (-548))))) (-4125 (($ (-656 (-130))) 46)) (-2767 (($ $ (-130)) NIL) (($ (-130) $) NIL) (($ $ $) 47) (($ (-656 $)) NIL)) (-4114 (((-977 (-130)) $) 35) (((-1179) $) 43) (((-876) $) NIL (|has| (-130) (-625 (-876))))) (-2680 (((-783) $) 18)) (-3269 (($ (-783)) 8)) (-3000 (((-112) $ $) NIL (|has| (-130) (-1121)))) (-1746 (((-112) (-1 (-112) (-130)) $) NIL (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) NIL (|has| (-130) (-862)))) (-3975 (((-112) $ $) NIL (|has| (-130) (-862)))) (-3939 (((-112) $ $) 32 (|has| (-130) (-102)))) (-3985 (((-112) $ $) NIL (|has| (-130) (-862)))) (-3962 (((-112) $ $) NIL (|has| (-130) (-862)))) (-1968 (((-783) $) 15 (|has| $ (-6 -4464)))))
+(((-129) (-13 (-19 (-130)) (-625 (-977 (-130))) (-625 (-1179)) (-10 -8 (-15 -3269 ($ (-783))) (-15 -2680 ((-783) $)) (-15 -3039 ((-783) $ (-783))) (-6 -4464)))) (T -129))
+((-3269 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-129)))) (-2680 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-129)))) (-3039 (*1 *2 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-129)))))
+(-13 (-19 (-130)) (-625 (-977 (-130))) (-625 (-1179)) (-10 -8 (-15 -3269 ($ (-783))) (-15 -2680 ((-783) $)) (-15 -3039 ((-783) $ (-783))) (-6 -4464)))
+((-1955 (((-112) $ $) NIL)) (-2200 (((-783)) 26)) (-3853 (($) NIL T CONST)) (-4370 (($) 35)) (-2905 (($ $ $) NIL) (($) 24 T CONST)) (-2163 (($ $ $) NIL) (($) 25 T CONST)) (-2106 (((-940) $) 33)) (-4185 (((-1179) $) NIL)) (-2409 (($ (-940)) 31)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL) (($ (-145)) 15) (((-145) $) 17)) (-2857 (($ (-783)) 8)) (-3873 (($ $ $) 37)) (-3860 (($ $ $) 36)) (-3000 (((-112) $ $) NIL)) (-3995 (((-112) $ $) 22)) (-3975 (((-112) $ $) 20)) (-3939 (((-112) $ $) 18)) (-3985 (((-112) $ $) 21)) (-3962 (((-112) $ $) 19)))
+(((-130) (-13 (-856) (-502 (-145)) (-10 -8 (-15 -2857 ($ (-783))) (-15 -3860 ($ $ $)) (-15 -3873 ($ $ $)) (-15 -3853 ($) -2666)))) (T -130))
+((-2857 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-130)))) (-3860 (*1 *1 *1 *1) (-5 *1 (-130))) (-3873 (*1 *1 *1 *1) (-5 *1 (-130))) (-3853 (*1 *1) (-5 *1 (-130))))
+(-13 (-856) (-502 (-145)) (-10 -8 (-15 -2857 ($ (-783))) (-15 -3860 ($ $ $)) (-15 -3873 ($ $ $)) (-15 -3853 ($) -2666)))
((|NonNegativeInteger|) (|%ilt| |#1| 256))
-((-3486 (((-112) $ $) NIL)) (-3734 (($) 6 T CONST)) (-1835 (($) 7 T CONST)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 14)) (-1932 (($) 8 T CONST)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 10)))
-(((-131) (-13 (-1119) (-10 -8 (-15 -1835 ($) -1478) (-15 -1932 ($) -1478) (-15 -3734 ($) -1478)))) (T -131))
-((-1835 (*1 *1) (-5 *1 (-131))) (-1932 (*1 *1) (-5 *1 (-131))) (-3734 (*1 *1) (-5 *1 (-131))))
-(-13 (-1119) (-10 -8 (-15 -1835 ($) -1478) (-15 -1932 ($) -1478) (-15 -3734 ($) -1478)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16)))
+((-1955 (((-112) $ $) NIL)) (-1964 (($) 6 T CONST)) (-4113 (($) 7 T CONST)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 14)) (-2473 (($) 8 T CONST)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 10)))
+(((-131) (-13 (-1121) (-10 -8 (-15 -4113 ($) -2666) (-15 -2473 ($) -2666) (-15 -1964 ($) -2666)))) (T -131))
+((-4113 (*1 *1) (-5 *1 (-131))) (-2473 (*1 *1) (-5 *1 (-131))) (-1964 (*1 *1) (-5 *1 (-131))))
+(-13 (-1121) (-10 -8 (-15 -4113 ($) -2666) (-15 -2473 ($) -2666) (-15 -1964 ($) -2666)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16)))
(((-132) (-141)) (T -132))
-((-4299 (*1 *1 *1 *1) (|partial| -4 *1 (-132))))
-(-13 (-23) (-10 -8 (-15 -4299 ((-3 $ "failed") $ $))))
-(((-23) . T) ((-25) . T) ((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) 6)) (-3889 (((-1291) $ (-783)) 14)) (-3658 (((-783) $) 15)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)))
+((-2583 (*1 *1 *1 *1) (|partial| -4 *1 (-132))))
+(-13 (-23) (-10 -8 (-15 -2583 ((-3 $ "failed") $ $))))
+(((-23) . T) ((-25) . T) ((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) 6)) (-4248 (((-1293) $ (-783)) 14)) (-3539 (((-783) $) 15)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)))
(((-133) (-141)) (T -133))
-((-3658 (*1 *2 *1) (-12 (-4 *1 (-133)) (-5 *2 (-783)))) (-3889 (*1 *2 *1 *3) (-12 (-4 *1 (-133)) (-5 *3 (-783)) (-5 *2 (-1291)))))
-(-13 (-1119) (-10 -8 (-15 -3658 ((-783) $)) (-15 -3889 ((-1291) $ (-783)))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 16) (($ (-1200)) NIL) (((-1200) $) NIL)) (-2636 (((-656 (-1154)) $) 10)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-134) (-13 (-1102) (-10 -8 (-15 -2636 ((-656 (-1154)) $))))) (T -134))
-((-2636 (*1 *2 *1) (-12 (-5 *2 (-656 (-1154))) (-5 *1 (-134)))))
-(-13 (-1102) (-10 -8 (-15 -2636 ((-656 (-1154)) $))))
-((-3486 (((-112) $ $) 49)) (-1353 (((-112) $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-783) "failed") $) 58)) (-2857 (((-783) $) 56)) (-2251 (((-3 $ "failed") $) NIL)) (-3612 (((-112) $) NIL)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) 37)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-4263 (((-112)) 59)) (-2053 (((-112) (-112)) 61)) (-3107 (((-112) $) 30)) (-4344 (((-112) $) 55)) (-3567 (((-874) $) 28) (($ (-783)) 20)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 18 T CONST)) (-2727 (($) 19 T CONST)) (-3679 (($ (-783)) 21)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) 40)) (-2921 (((-112) $ $) 32)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 35)) (-3041 (((-3 $ "failed") $ $) 42)) (-3027 (($ $ $) 38)) (** (($ $ (-783)) NIL) (($ $ (-938)) NIL) (($ $ $) 54)) (* (($ (-783) $) 48) (($ (-938) $) NIL) (($ $ $) 45)))
-(((-135) (-13 (-862) (-23) (-738) (-1057 (-783)) (-10 -8 (-6 (-4464 "*")) (-15 -3041 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -3679 ($ (-783))) (-15 -3107 ((-112) $)) (-15 -4344 ((-112) $)) (-15 -4263 ((-112))) (-15 -2053 ((-112) (-112)))))) (T -135))
-((-3041 (*1 *1 *1 *1) (|partial| -5 *1 (-135))) (** (*1 *1 *1 *1) (-5 *1 (-135))) (-3679 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-135)))) (-3107 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-135)))) (-4344 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-135)))) (-4263 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-135)))) (-2053 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-135)))))
-(-13 (-862) (-23) (-738) (-1057 (-783)) (-10 -8 (-6 (-4464 "*")) (-15 -3041 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -3679 ($ (-783))) (-15 -3107 ((-112) $)) (-15 -4344 ((-112) $)) (-15 -4263 ((-112))) (-15 -2053 ((-112) (-112)))))
-((-3542 (((-137 |#1| |#2| |#4|) (-656 |#4|) (-137 |#1| |#2| |#3|)) 14)) (-4114 (((-137 |#1| |#2| |#4|) (-1 |#4| |#3|) (-137 |#1| |#2| |#3|)) 18)))
-(((-136 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3542 ((-137 |#1| |#2| |#4|) (-656 |#4|) (-137 |#1| |#2| |#3|))) (-15 -4114 ((-137 |#1| |#2| |#4|) (-1 |#4| |#3|) (-137 |#1| |#2| |#3|)))) (-576) (-783) (-174) (-174)) (T -136))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-137 *5 *6 *7)) (-14 *5 (-576)) (-14 *6 (-783)) (-4 *7 (-174)) (-4 *8 (-174)) (-5 *2 (-137 *5 *6 *8)) (-5 *1 (-136 *5 *6 *7 *8)))) (-3542 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-137 *5 *6 *7)) (-14 *5 (-576)) (-14 *6 (-783)) (-4 *7 (-174)) (-4 *8 (-174)) (-5 *2 (-137 *5 *6 *8)) (-5 *1 (-136 *5 *6 *7 *8)))))
-(-10 -7 (-15 -3542 ((-137 |#1| |#2| |#4|) (-656 |#4|) (-137 |#1| |#2| |#3|))) (-15 -4114 ((-137 |#1| |#2| |#4|) (-1 |#4| |#3|) (-137 |#1| |#2| |#3|))))
-((-3486 (((-112) $ $) NIL)) (-2808 (($ (-656 |#3|)) 61)) (-2071 (($ $) 123) (($ $ (-576) (-576)) 122)) (-2135 (($) 20)) (-1570 (((-3 |#3| "failed") $) 83)) (-2857 ((|#3| $) NIL)) (-3720 (($ $ (-656 (-576))) 124)) (-3526 (((-656 |#3|) $) 56)) (-3731 (((-783) $) 66)) (-2218 (($ $ $) 117)) (-3882 (($) 65)) (-3881 (((-1177) $) NIL)) (-1461 (($) 19)) (-1448 (((-1139) $) NIL)) (-2794 ((|#3| $ (-576)) 69) ((|#3| $) 68) ((|#3| $ (-576) (-576)) 70) ((|#3| $ (-576) (-576) (-576)) 71) ((|#3| $ (-576) (-576) (-576) (-576)) 72) ((|#3| $ (-656 (-576))) 73)) (-1967 (((-783) $) 67)) (-3009 (($ $ (-576) $ (-576)) 118) (($ $ (-576) (-576)) 120)) (-3567 (((-874) $) 91) (($ |#3|) 92) (($ (-245 |#2| |#3|)) 99) (($ (-1161 |#2| |#3|)) 102) (($ (-656 |#3|)) 74) (($ (-656 $)) 80)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 93 T CONST)) (-2727 (($) 94 T CONST)) (-2921 (((-112) $ $) 104)) (-3041 (($ $) 110) (($ $ $) 108)) (-3027 (($ $ $) 106)) (* (($ |#3| $) 115) (($ $ |#3|) 116) (($ $ (-576)) 113) (($ (-576) $) 112) (($ $ $) 119)))
-(((-137 |#1| |#2| |#3|) (-13 (-477 |#3| (-783)) (-482 (-576) (-783)) (-296 (-576) |#3|) (-10 -8 (-15 -3567 ($ (-245 |#2| |#3|))) (-15 -3567 ($ (-1161 |#2| |#3|))) (-15 -3567 ($ (-656 |#3|))) (-15 -3567 ($ (-656 $))) (-15 -3731 ((-783) $)) (-15 -2794 (|#3| $)) (-15 -2794 (|#3| $ (-576) (-576))) (-15 -2794 (|#3| $ (-576) (-576) (-576))) (-15 -2794 (|#3| $ (-576) (-576) (-576) (-576))) (-15 -2794 (|#3| $ (-656 (-576)))) (-15 -2218 ($ $ $)) (-15 * ($ $ $)) (-15 -3009 ($ $ (-576) $ (-576))) (-15 -3009 ($ $ (-576) (-576))) (-15 -2071 ($ $)) (-15 -2071 ($ $ (-576) (-576))) (-15 -3720 ($ $ (-656 (-576)))) (-15 -1461 ($)) (-15 -3882 ($)) (-15 -3526 ((-656 |#3|) $)) (-15 -2808 ($ (-656 |#3|))) (-15 -2135 ($)))) (-576) (-783) (-174)) (T -137))
-((-2218 (*1 *1 *1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783)) (-4 *4 (-174)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-245 *4 *5)) (-14 *4 (-783)) (-4 *5 (-174)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-1161 *4 *5)) (-14 *4 (-783)) (-4 *5 (-174)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-656 *5)) (-4 *5 (-174)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576)) (-14 *4 (-783)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-656 (-137 *3 *4 *5))) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576)) (-14 *4 (-783)) (-4 *5 (-174)))) (-3731 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576)) (-14 *4 *2) (-4 *5 (-174)))) (-2794 (*1 *2 *1) (-12 (-4 *2 (-174)) (-5 *1 (-137 *3 *4 *2)) (-14 *3 (-576)) (-14 *4 (-783)))) (-2794 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-576)) (-4 *2 (-174)) (-5 *1 (-137 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-783)))) (-2794 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-576)) (-4 *2 (-174)) (-5 *1 (-137 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-783)))) (-2794 (*1 *2 *1 *3 *3 *3 *3) (-12 (-5 *3 (-576)) (-4 *2 (-174)) (-5 *1 (-137 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-783)))) (-2794 (*1 *2 *1 *3) (-12 (-5 *3 (-656 (-576))) (-4 *2 (-174)) (-5 *1 (-137 *4 *5 *2)) (-14 *4 (-576)) (-14 *5 (-783)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783)) (-4 *4 (-174)))) (-3009 (*1 *1 *1 *2 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-783)) (-4 *5 (-174)))) (-3009 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-783)) (-4 *5 (-174)))) (-2071 (*1 *1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783)) (-4 *4 (-174)))) (-2071 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-783)) (-4 *5 (-174)))) (-3720 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576)) (-14 *4 (-783)) (-4 *5 (-174)))) (-1461 (*1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783)) (-4 *4 (-174)))) (-3882 (*1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783)) (-4 *4 (-174)))) (-3526 (*1 *2 *1) (-12 (-5 *2 (-656 *5)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576)) (-14 *4 (-783)) (-4 *5 (-174)))) (-2808 (*1 *1 *2) (-12 (-5 *2 (-656 *5)) (-4 *5 (-174)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576)) (-14 *4 (-783)))) (-2135 (*1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783)) (-4 *4 (-174)))))
-(-13 (-477 |#3| (-783)) (-482 (-576) (-783)) (-296 (-576) |#3|) (-10 -8 (-15 -3567 ($ (-245 |#2| |#3|))) (-15 -3567 ($ (-1161 |#2| |#3|))) (-15 -3567 ($ (-656 |#3|))) (-15 -3567 ($ (-656 $))) (-15 -3731 ((-783) $)) (-15 -2794 (|#3| $)) (-15 -2794 (|#3| $ (-576) (-576))) (-15 -2794 (|#3| $ (-576) (-576) (-576))) (-15 -2794 (|#3| $ (-576) (-576) (-576) (-576))) (-15 -2794 (|#3| $ (-656 (-576)))) (-15 -2218 ($ $ $)) (-15 * ($ $ $)) (-15 -3009 ($ $ (-576) $ (-576))) (-15 -3009 ($ $ (-576) (-576))) (-15 -2071 ($ $)) (-15 -2071 ($ $ (-576) (-576))) (-15 -3720 ($ $ (-656 (-576)))) (-15 -1461 ($)) (-15 -3882 ($)) (-15 -3526 ((-656 |#3|) $)) (-15 -2808 ($ (-656 |#3|))) (-15 -2135 ($))))
-((-3486 (((-112) $ $) NIL)) (-1667 (((-1154) $) 11)) (-1655 (((-1154) $) 9)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 17) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-138) (-13 (-1102) (-10 -8 (-15 -1655 ((-1154) $)) (-15 -1667 ((-1154) $))))) (T -138))
-((-1655 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-138)))) (-1667 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-138)))))
-(-13 (-1102) (-10 -8 (-15 -1655 ((-1154) $)) (-15 -1667 ((-1154) $))))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1745 (((-188) $) 10)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 20) (($ (-1200)) NIL) (((-1200) $) NIL)) (-2636 (((-656 (-1154)) $) 13)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-139) (-13 (-1102) (-10 -8 (-15 -1745 ((-188) $)) (-15 -2636 ((-656 (-1154)) $))))) (T -139))
-((-1745 (*1 *2 *1) (-12 (-5 *2 (-188)) (-5 *1 (-139)))) (-2636 (*1 *2 *1) (-12 (-5 *2 (-656 (-1154))) (-5 *1 (-139)))))
-(-13 (-1102) (-10 -8 (-15 -1745 ((-188) $)) (-15 -2636 ((-656 (-1154)) $))))
-((-3486 (((-112) $ $) NIL)) (-3296 (((-656 (-877)) $) NIL)) (-2624 (((-518) $) NIL)) (-3881 (((-1177) $) NIL)) (-1745 (((-188) $) NIL)) (-3796 (((-112) $ (-518)) NIL)) (-1448 (((-1139) $) NIL)) (-3766 (((-656 (-112)) $) NIL)) (-3567 (((-874) $) NIL) (((-189) $) 6)) (-1540 (((-112) $ $) NIL)) (-2735 (((-55) $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-3539 (*1 *2 *1) (-12 (-4 *1 (-133)) (-5 *2 (-783)))) (-4248 (*1 *2 *1 *3) (-12 (-4 *1 (-133)) (-5 *3 (-783)) (-5 *2 (-1293)))))
+(-13 (-1121) (-10 -8 (-15 -3539 ((-783) $)) (-15 -4248 ((-1293) $ (-783)))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 16) (($ (-1202)) NIL) (((-1202) $) NIL)) (-4159 (((-656 (-1156)) $) 10)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-134) (-13 (-1104) (-10 -8 (-15 -4159 ((-656 (-1156)) $))))) (T -134))
+((-4159 (*1 *2 *1) (-12 (-5 *2 (-656 (-1156))) (-5 *1 (-134)))))
+(-13 (-1104) (-10 -8 (-15 -4159 ((-656 (-1156)) $))))
+((-1955 (((-112) $ $) 49)) (-2604 (((-112) $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-783) "failed") $) 58)) (-2318 (((-783) $) 56)) (-2413 (((-3 $ "failed") $) NIL)) (-3315 (((-112) $) NIL)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) 37)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-3561 (((-112)) 59)) (-4289 (((-112) (-112)) 61)) (-1915 (((-112) $) 30)) (-3042 (((-112) $) 55)) (-4114 (((-876) $) 28) (($ (-783)) 20)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 18 T CONST)) (-4322 (($) 19 T CONST)) (-2689 (($ (-783)) 21)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) 40)) (-3939 (((-112) $ $) 32)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 35)) (-4037 (((-3 $ "failed") $ $) 42)) (-4027 (($ $ $) 38)) (** (($ $ (-783)) NIL) (($ $ (-940)) NIL) (($ $ $) 54)) (* (($ (-783) $) 48) (($ (-940) $) NIL) (($ $ $) 45)))
+(((-135) (-13 (-862) (-23) (-738) (-1059 (-783)) (-10 -8 (-6 (-4466 "*")) (-15 -4037 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -2689 ($ (-783))) (-15 -1915 ((-112) $)) (-15 -3042 ((-112) $)) (-15 -3561 ((-112))) (-15 -4289 ((-112) (-112)))))) (T -135))
+((-4037 (*1 *1 *1 *1) (|partial| -5 *1 (-135))) (** (*1 *1 *1 *1) (-5 *1 (-135))) (-2689 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-135)))) (-1915 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-135)))) (-3042 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-135)))) (-3561 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-135)))) (-4289 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-135)))))
+(-13 (-862) (-23) (-738) (-1059 (-783)) (-10 -8 (-6 (-4466 "*")) (-15 -4037 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -2689 ($ (-783))) (-15 -1915 ((-112) $)) (-15 -3042 ((-112) $)) (-15 -3561 ((-112))) (-15 -4289 ((-112) (-112)))))
+((-3413 (((-137 |#1| |#2| |#4|) (-656 |#4|) (-137 |#1| |#2| |#3|)) 14)) (-2423 (((-137 |#1| |#2| |#4|) (-1 |#4| |#3|) (-137 |#1| |#2| |#3|)) 18)))
+(((-136 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3413 ((-137 |#1| |#2| |#4|) (-656 |#4|) (-137 |#1| |#2| |#3|))) (-15 -2423 ((-137 |#1| |#2| |#4|) (-1 |#4| |#3|) (-137 |#1| |#2| |#3|)))) (-576) (-783) (-174) (-174)) (T -136))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-137 *5 *6 *7)) (-14 *5 (-576)) (-14 *6 (-783)) (-4 *7 (-174)) (-4 *8 (-174)) (-5 *2 (-137 *5 *6 *8)) (-5 *1 (-136 *5 *6 *7 *8)))) (-3413 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-137 *5 *6 *7)) (-14 *5 (-576)) (-14 *6 (-783)) (-4 *7 (-174)) (-4 *8 (-174)) (-5 *2 (-137 *5 *6 *8)) (-5 *1 (-136 *5 *6 *7 *8)))))
+(-10 -7 (-15 -3413 ((-137 |#1| |#2| |#4|) (-656 |#4|) (-137 |#1| |#2| |#3|))) (-15 -2423 ((-137 |#1| |#2| |#4|) (-1 |#4| |#3|) (-137 |#1| |#2| |#3|))))
+((-1955 (((-112) $ $) NIL)) (-4212 (($ (-656 |#3|)) 61)) (-4426 (($ $) 123) (($ $ (-576) (-576)) 122)) (-3853 (($) 20)) (-2981 (((-3 |#3| "failed") $) 83)) (-2318 ((|#3| $) NIL)) (-1827 (($ $ (-656 (-576))) 124)) (-3398 (((-656 |#3|) $) 56)) (-4136 (((-783) $) 66)) (-3376 (($ $ $) 117)) (-4193 (($) 65)) (-4185 (((-1179) $) NIL)) (-1878 (($) 19)) (-3117 (((-1141) $) NIL)) (-4369 ((|#3| $ (-576)) 69) ((|#3| $) 68) ((|#3| $ (-576) (-576)) 70) ((|#3| $ (-576) (-576) (-576)) 71) ((|#3| $ (-576) (-576) (-576) (-576)) 72) ((|#3| $ (-656 (-576))) 73)) (-2786 (((-783) $) 67)) (-3557 (($ $ (-576) $ (-576)) 118) (($ $ (-576) (-576)) 120)) (-4114 (((-876) $) 91) (($ |#3|) 92) (($ (-245 |#2| |#3|)) 99) (($ (-1163 |#2| |#3|)) 102) (($ (-656 |#3|)) 74) (($ (-656 $)) 80)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 93 T CONST)) (-4322 (($) 94 T CONST)) (-3939 (((-112) $ $) 104)) (-4037 (($ $) 110) (($ $ $) 108)) (-4027 (($ $ $) 106)) (* (($ |#3| $) 115) (($ $ |#3|) 116) (($ $ (-576)) 113) (($ (-576) $) 112) (($ $ $) 119)))
+(((-137 |#1| |#2| |#3|) (-13 (-477 |#3| (-783)) (-482 (-576) (-783)) (-296 (-576) |#3|) (-10 -8 (-15 -4114 ($ (-245 |#2| |#3|))) (-15 -4114 ($ (-1163 |#2| |#3|))) (-15 -4114 ($ (-656 |#3|))) (-15 -4114 ($ (-656 $))) (-15 -4136 ((-783) $)) (-15 -4369 (|#3| $)) (-15 -4369 (|#3| $ (-576) (-576))) (-15 -4369 (|#3| $ (-576) (-576) (-576))) (-15 -4369 (|#3| $ (-576) (-576) (-576) (-576))) (-15 -4369 (|#3| $ (-656 (-576)))) (-15 -3376 ($ $ $)) (-15 * ($ $ $)) (-15 -3557 ($ $ (-576) $ (-576))) (-15 -3557 ($ $ (-576) (-576))) (-15 -4426 ($ $)) (-15 -4426 ($ $ (-576) (-576))) (-15 -1827 ($ $ (-656 (-576)))) (-15 -1878 ($)) (-15 -4193 ($)) (-15 -3398 ((-656 |#3|) $)) (-15 -4212 ($ (-656 |#3|))) (-15 -3853 ($)))) (-576) (-783) (-174)) (T -137))
+((-3376 (*1 *1 *1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783)) (-4 *4 (-174)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-245 *4 *5)) (-14 *4 (-783)) (-4 *5 (-174)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-1163 *4 *5)) (-14 *4 (-783)) (-4 *5 (-174)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-656 *5)) (-4 *5 (-174)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576)) (-14 *4 (-783)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-656 (-137 *3 *4 *5))) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576)) (-14 *4 (-783)) (-4 *5 (-174)))) (-4136 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576)) (-14 *4 *2) (-4 *5 (-174)))) (-4369 (*1 *2 *1) (-12 (-4 *2 (-174)) (-5 *1 (-137 *3 *4 *2)) (-14 *3 (-576)) (-14 *4 (-783)))) (-4369 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-576)) (-4 *2 (-174)) (-5 *1 (-137 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-783)))) (-4369 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-576)) (-4 *2 (-174)) (-5 *1 (-137 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-783)))) (-4369 (*1 *2 *1 *3 *3 *3 *3) (-12 (-5 *3 (-576)) (-4 *2 (-174)) (-5 *1 (-137 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-783)))) (-4369 (*1 *2 *1 *3) (-12 (-5 *3 (-656 (-576))) (-4 *2 (-174)) (-5 *1 (-137 *4 *5 *2)) (-14 *4 (-576)) (-14 *5 (-783)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783)) (-4 *4 (-174)))) (-3557 (*1 *1 *1 *2 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-783)) (-4 *5 (-174)))) (-3557 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-783)) (-4 *5 (-174)))) (-4426 (*1 *1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783)) (-4 *4 (-174)))) (-4426 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-783)) (-4 *5 (-174)))) (-1827 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576)) (-14 *4 (-783)) (-4 *5 (-174)))) (-1878 (*1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783)) (-4 *4 (-174)))) (-4193 (*1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783)) (-4 *4 (-174)))) (-3398 (*1 *2 *1) (-12 (-5 *2 (-656 *5)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576)) (-14 *4 (-783)) (-4 *5 (-174)))) (-4212 (*1 *1 *2) (-12 (-5 *2 (-656 *5)) (-4 *5 (-174)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576)) (-14 *4 (-783)))) (-3853 (*1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783)) (-4 *4 (-174)))))
+(-13 (-477 |#3| (-783)) (-482 (-576) (-783)) (-296 (-576) |#3|) (-10 -8 (-15 -4114 ($ (-245 |#2| |#3|))) (-15 -4114 ($ (-1163 |#2| |#3|))) (-15 -4114 ($ (-656 |#3|))) (-15 -4114 ($ (-656 $))) (-15 -4136 ((-783) $)) (-15 -4369 (|#3| $)) (-15 -4369 (|#3| $ (-576) (-576))) (-15 -4369 (|#3| $ (-576) (-576) (-576))) (-15 -4369 (|#3| $ (-576) (-576) (-576) (-576))) (-15 -4369 (|#3| $ (-656 (-576)))) (-15 -3376 ($ $ $)) (-15 * ($ $ $)) (-15 -3557 ($ $ (-576) $ (-576))) (-15 -3557 ($ $ (-576) (-576))) (-15 -4426 ($ $)) (-15 -4426 ($ $ (-576) (-576))) (-15 -1827 ($ $ (-656 (-576)))) (-15 -1878 ($)) (-15 -4193 ($)) (-15 -3398 ((-656 |#3|) $)) (-15 -4212 ($ (-656 |#3|))) (-15 -3853 ($))))
+((-1955 (((-112) $ $) NIL)) (-1782 (((-1156) $) 11)) (-1773 (((-1156) $) 9)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 17) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-138) (-13 (-1104) (-10 -8 (-15 -1773 ((-1156) $)) (-15 -1782 ((-1156) $))))) (T -138))
+((-1773 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-138)))) (-1782 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-138)))))
+(-13 (-1104) (-10 -8 (-15 -1773 ((-1156) $)) (-15 -1782 ((-1156) $))))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3950 (((-188) $) 10)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 20) (($ (-1202)) NIL) (((-1202) $) NIL)) (-4159 (((-656 (-1156)) $) 13)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-139) (-13 (-1104) (-10 -8 (-15 -3950 ((-188) $)) (-15 -4159 ((-656 (-1156)) $))))) (T -139))
+((-3950 (*1 *2 *1) (-12 (-5 *2 (-188)) (-5 *1 (-139)))) (-4159 (*1 *2 *1) (-12 (-5 *2 (-656 (-1156))) (-5 *1 (-139)))))
+(-13 (-1104) (-10 -8 (-15 -3950 ((-188) $)) (-15 -4159 ((-656 (-1156)) $))))
+((-1955 (((-112) $ $) NIL)) (-3867 (((-656 (-879)) $) NIL)) (-4149 (((-518) $) NIL)) (-4185 (((-1179) $) NIL)) (-3950 (((-188) $) NIL)) (-1436 (((-112) $ (-518)) NIL)) (-3117 (((-1141) $) NIL)) (-2305 (((-656 (-112)) $) NIL)) (-4114 (((-876) $) NIL) (((-189) $) 6)) (-3000 (((-112) $ $) NIL)) (-1597 (((-55) $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-140) (-13 (-187) (-625 (-189)))) (T -140))
NIL
(-13 (-187) (-625 (-189)))
-((-3348 (((-656 (-185 (-140))) $) 13)) (-2625 (((-656 (-185 (-140))) $) 14)) (-1976 (((-656 (-850)) $) 10)) (-2561 (((-140) $) 7)) (-3567 (((-874) $) 16)))
-(((-141) (-13 (-625 (-874)) (-10 -8 (-15 -2561 ((-140) $)) (-15 -1976 ((-656 (-850)) $)) (-15 -3348 ((-656 (-185 (-140))) $)) (-15 -2625 ((-656 (-185 (-140))) $))))) (T -141))
-((-2561 (*1 *2 *1) (-12 (-5 *2 (-140)) (-5 *1 (-141)))) (-1976 (*1 *2 *1) (-12 (-5 *2 (-656 (-850))) (-5 *1 (-141)))) (-3348 (*1 *2 *1) (-12 (-5 *2 (-656 (-185 (-140)))) (-5 *1 (-141)))) (-2625 (*1 *2 *1) (-12 (-5 *2 (-656 (-185 (-140)))) (-5 *1 (-141)))))
-(-13 (-625 (-874)) (-10 -8 (-15 -2561 ((-140) $)) (-15 -1976 ((-656 (-850)) $)) (-15 -3348 ((-656 (-185 (-140))) $)) (-15 -2625 ((-656 (-185 (-140))) $))))
-((-3486 (((-112) $ $) NIL)) (-1374 (($) 17 T CONST)) (-3328 (($) NIL (|has| (-145) (-379)))) (-1818 (($ $ $) 19) (($ $ (-145)) NIL) (($ (-145) $) NIL)) (-3758 (($ $ $) NIL)) (-3595 (((-112) $ $) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-2093 (((-783)) NIL (|has| (-145) (-379)))) (-2066 (($) NIL) (($ (-656 (-145))) NIL)) (-4394 (($ (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119))))) (-3516 (($ (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4462))) (($ (-145) $) 60 (|has| $ (-6 -4462)))) (-3942 (($ (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4462))) (($ (-145) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119))))) (-3683 (((-145) (-1 (-145) (-145) (-145)) $) NIL (|has| $ (-6 -4462))) (((-145) (-1 (-145) (-145) (-145)) $ (-145)) NIL (|has| $ (-6 -4462))) (((-145) (-1 (-145) (-145) (-145)) $ (-145) (-145)) NIL (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119))))) (-1834 (($) NIL (|has| (-145) (-379)))) (-3963 (((-656 (-145)) $) 69 (|has| $ (-6 -4462)))) (-1446 (((-112) $ $) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3123 (((-145) $) NIL (|has| (-145) (-862)))) (-3452 (((-656 (-145)) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-145) $) 27 (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119))))) (-2352 (((-145) $) NIL (|has| (-145) (-862)))) (-4320 (($ (-1 (-145) (-145)) $) 68 (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-145) (-145)) $) 64)) (-2662 (($) 18 T CONST)) (-4379 (((-938) $) NIL (|has| (-145) (-379)))) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL)) (-2037 (($ $ $) 30)) (-4219 (((-145) $) 61)) (-2767 (($ (-145) $) 59)) (-3222 (($ (-938)) NIL (|has| (-145) (-379)))) (-4273 (($) 16 T CONST)) (-1448 (((-1139) $) NIL)) (-2295 (((-3 (-145) "failed") (-1 (-112) (-145)) $) NIL)) (-4436 (((-145) $) 62)) (-3626 (((-112) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-145)) (-656 (-145))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119)))) (($ $ (-145) (-145)) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119)))) (($ $ (-304 (-145))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119)))) (($ $ (-656 (-304 (-145)))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) 57)) (-2897 (($) 15 T CONST)) (-1441 (($ $ $) 32) (($ $ (-145)) NIL)) (-2089 (($ (-656 (-145))) NIL) (($) NIL)) (-1458 (((-783) (-145) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119)))) (((-783) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) NIL)) (-4169 (((-1177) $) 37) (((-548) $) NIL (|has| (-145) (-626 (-548)))) (((-656 (-145)) $) 35)) (-3579 (($ (-656 (-145))) NIL)) (-2842 (($ $) 33 (|has| (-145) (-379)))) (-3567 (((-874) $) 53)) (-2123 (($ (-1177)) 14) (($ (-656 (-145))) 50)) (-1804 (((-783) $) NIL)) (-1893 (($) 58) (($ (-656 (-145))) NIL)) (-1540 (((-112) $ $) NIL)) (-2847 (($ (-656 (-145))) NIL)) (-2306 (((-112) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4462)))) (-3082 (($) 21 T CONST)) (-1890 (($) 20 T CONST)) (-2921 (((-112) $ $) 24)) (-3500 (((-783) $) 56 (|has| $ (-6 -4462)))))
-(((-142) (-13 (-1119) (-626 (-1177)) (-437 (-145)) (-626 (-656 (-145))) (-10 -8 (-15 -2123 ($ (-1177))) (-15 -2123 ($ (-656 (-145)))) (-15 -2897 ($) -1478) (-15 -4273 ($) -1478) (-15 -1374 ($) -1478) (-15 -2662 ($) -1478) (-15 -1890 ($) -1478) (-15 -3082 ($) -1478)))) (T -142))
-((-2123 (*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-142)))) (-2123 (*1 *1 *2) (-12 (-5 *2 (-656 (-145))) (-5 *1 (-142)))) (-2897 (*1 *1) (-5 *1 (-142))) (-4273 (*1 *1) (-5 *1 (-142))) (-1374 (*1 *1) (-5 *1 (-142))) (-2662 (*1 *1) (-5 *1 (-142))) (-1890 (*1 *1) (-5 *1 (-142))) (-3082 (*1 *1) (-5 *1 (-142))))
-(-13 (-1119) (-626 (-1177)) (-437 (-145)) (-626 (-656 (-145))) (-10 -8 (-15 -2123 ($ (-1177))) (-15 -2123 ($ (-656 (-145)))) (-15 -2897 ($) -1478) (-15 -4273 ($) -1478) (-15 -1374 ($) -1478) (-15 -2662 ($) -1478) (-15 -1890 ($) -1478) (-15 -3082 ($) -1478)))
-((-3014 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 17)) (-3841 ((|#1| |#3|) 9)) (-2576 ((|#3| |#3|) 15)))
-(((-143 |#1| |#2| |#3|) (-10 -7 (-15 -3841 (|#1| |#3|)) (-15 -2576 (|#3| |#3|)) (-15 -3014 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-568) (-1011 |#1|) (-384 |#2|)) (T -143))
-((-3014 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-1011 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-143 *4 *5 *3)) (-4 *3 (-384 *5)))) (-2576 (*1 *2 *2) (-12 (-4 *3 (-568)) (-4 *4 (-1011 *3)) (-5 *1 (-143 *3 *4 *2)) (-4 *2 (-384 *4)))) (-3841 (*1 *2 *3) (-12 (-4 *4 (-1011 *2)) (-4 *2 (-568)) (-5 *1 (-143 *2 *4 *3)) (-4 *3 (-384 *4)))))
-(-10 -7 (-15 -3841 (|#1| |#3|)) (-15 -2576 (|#3| |#3|)) (-15 -3014 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
-((-4440 (($ $ $) 8)) (-3628 (($ $) 7)) (-4020 (($ $ $) 6)))
+((-2563 (((-656 (-185 (-140))) $) 13)) (-4052 (((-656 (-185 (-140))) $) 14)) (-2883 (((-656 (-850)) $) 10)) (-1784 (((-140) $) 7)) (-4114 (((-876) $) 16)))
+(((-141) (-13 (-625 (-876)) (-10 -8 (-15 -1784 ((-140) $)) (-15 -2883 ((-656 (-850)) $)) (-15 -2563 ((-656 (-185 (-140))) $)) (-15 -4052 ((-656 (-185 (-140))) $))))) (T -141))
+((-1784 (*1 *2 *1) (-12 (-5 *2 (-140)) (-5 *1 (-141)))) (-2883 (*1 *2 *1) (-12 (-5 *2 (-656 (-850))) (-5 *1 (-141)))) (-2563 (*1 *2 *1) (-12 (-5 *2 (-656 (-185 (-140)))) (-5 *1 (-141)))) (-4052 (*1 *2 *1) (-12 (-5 *2 (-656 (-185 (-140)))) (-5 *1 (-141)))))
+(-13 (-625 (-876)) (-10 -8 (-15 -1784 ((-140) $)) (-15 -2883 ((-656 (-850)) $)) (-15 -2563 ((-656 (-185 (-140))) $)) (-15 -4052 ((-656 (-185 (-140))) $))))
+((-1955 (((-112) $ $) NIL)) (-2602 (($) 17 T CONST)) (-2368 (($) NIL (|has| (-145) (-379)))) (-4025 (($ $ $) 19) (($ $ (-145)) NIL) (($ (-145) $) NIL)) (-2211 (($ $ $) NIL)) (-3149 (((-112) $ $) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-2200 (((-783)) NIL (|has| (-145) (-379)))) (-3703 (($) NIL) (($ (-656 (-145))) NIL)) (-2250 (($ (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121))))) (-1678 (($ (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4464))) (($ (-145) $) 60 (|has| $ (-6 -4464)))) (-2824 (($ (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4464))) (($ (-145) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121))))) (-2722 (((-145) (-1 (-145) (-145) (-145)) $) NIL (|has| $ (-6 -4464))) (((-145) (-1 (-145) (-145) (-145)) $ (-145)) NIL (|has| $ (-6 -4464))) (((-145) (-1 (-145) (-145) (-145)) $ (-145) (-145)) NIL (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121))))) (-4370 (($) NIL (|has| (-145) (-379)))) (-3722 (((-656 (-145)) $) 69 (|has| $ (-6 -4464)))) (-2132 (((-112) $ $) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-2905 (((-145) $) NIL (|has| (-145) (-862)))) (-4302 (((-656 (-145)) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-145) $) 27 (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121))))) (-2163 (((-145) $) NIL (|has| (-145) (-862)))) (-1896 (($ (-1 (-145) (-145)) $) 68 (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-145) (-145)) $) 64)) (-2159 (($) 18 T CONST)) (-2106 (((-940) $) NIL (|has| (-145) (-379)))) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL)) (-2157 (($ $ $) 30)) (-4306 (((-145) $) 61)) (-3846 (($ (-145) $) 59)) (-2409 (($ (-940)) NIL (|has| (-145) (-379)))) (-3662 (($) 16 T CONST)) (-3117 (((-1141) $) NIL)) (-2922 (((-3 (-145) "failed") (-1 (-112) (-145)) $) NIL)) (-1470 (((-145) $) 62)) (-3484 (((-112) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-145)) (-656 (-145))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121)))) (($ $ (-145) (-145)) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121)))) (($ $ (-304 (-145))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121)))) (($ $ (-656 (-304 (-145)))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) 57)) (-2541 (($) 15 T CONST)) (-3206 (($ $ $) 32) (($ $ (-145)) NIL)) (-1455 (($ (-656 (-145))) NIL) (($) NIL)) (-3131 (((-783) (-145) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121)))) (((-783) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) NIL)) (-1554 (((-1179) $) 37) (((-548) $) NIL (|has| (-145) (-626 (-548)))) (((-656 (-145)) $) 35)) (-4125 (($ (-656 (-145))) NIL)) (-3300 (($ $) 33 (|has| (-145) (-379)))) (-4114 (((-876) $) 53)) (-3724 (($ (-1179)) 14) (($ (-656 (-145))) 50)) (-3824 (((-783) $) NIL)) (-1515 (($) 58) (($ (-656 (-145))) NIL)) (-3000 (((-112) $ $) NIL)) (-3356 (($ (-656 (-145))) NIL)) (-1746 (((-112) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4464)))) (-1700 (($) 21 T CONST)) (-3358 (($) 20 T CONST)) (-3939 (((-112) $ $) 24)) (-1968 (((-783) $) 56 (|has| $ (-6 -4464)))))
+(((-142) (-13 (-1121) (-626 (-1179)) (-437 (-145)) (-626 (-656 (-145))) (-10 -8 (-15 -3724 ($ (-1179))) (-15 -3724 ($ (-656 (-145)))) (-15 -2541 ($) -2666) (-15 -3662 ($) -2666) (-15 -2602 ($) -2666) (-15 -2159 ($) -2666) (-15 -3358 ($) -2666) (-15 -1700 ($) -2666)))) (T -142))
+((-3724 (*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-142)))) (-3724 (*1 *1 *2) (-12 (-5 *2 (-656 (-145))) (-5 *1 (-142)))) (-2541 (*1 *1) (-5 *1 (-142))) (-3662 (*1 *1) (-5 *1 (-142))) (-2602 (*1 *1) (-5 *1 (-142))) (-2159 (*1 *1) (-5 *1 (-142))) (-3358 (*1 *1) (-5 *1 (-142))) (-1700 (*1 *1) (-5 *1 (-142))))
+(-13 (-1121) (-626 (-1179)) (-437 (-145)) (-626 (-656 (-145))) (-10 -8 (-15 -3724 ($ (-1179))) (-15 -3724 ($ (-656 (-145)))) (-15 -2541 ($) -2666) (-15 -3662 ($) -2666) (-15 -2602 ($) -2666) (-15 -2159 ($) -2666) (-15 -3358 ($) -2666) (-15 -1700 ($) -2666)))
+((-3606 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 17)) (-3835 ((|#1| |#3|) 9)) (-2641 ((|#3| |#3|) 15)))
+(((-143 |#1| |#2| |#3|) (-10 -7 (-15 -3835 (|#1| |#3|)) (-15 -2641 (|#3| |#3|)) (-15 -3606 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-568) (-1013 |#1|) (-384 |#2|)) (T -143))
+((-3606 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-1013 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-143 *4 *5 *3)) (-4 *3 (-384 *5)))) (-2641 (*1 *2 *2) (-12 (-4 *3 (-568)) (-4 *4 (-1013 *3)) (-5 *1 (-143 *3 *4 *2)) (-4 *2 (-384 *4)))) (-3835 (*1 *2 *3) (-12 (-4 *4 (-1013 *2)) (-4 *2 (-568)) (-5 *1 (-143 *2 *4 *3)) (-4 *3 (-384 *4)))))
+(-10 -7 (-15 -3835 (|#1| |#3|)) (-15 -2641 (|#3| |#3|)) (-15 -3606 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
+((-1501 (($ $ $) 8)) (-3506 (($ $) 7)) (-2945 (($ $ $) 6)))
(((-144) (-141)) (T -144))
-((-4440 (*1 *1 *1 *1) (-4 *1 (-144))) (-3628 (*1 *1 *1) (-4 *1 (-144))) (-4020 (*1 *1 *1 *1) (-4 *1 (-144))))
-(-13 (-10 -8 (-15 -4020 ($ $ $)) (-15 -3628 ($ $)) (-15 -4440 ($ $ $))))
-((-3486 (((-112) $ $) NIL)) (-1340 (((-112) $) 39)) (-1374 (($ $) 55)) (-1320 (($) 26 T CONST)) (-2093 (((-783)) 13)) (-1834 (($) 25)) (-3395 (($) 27 T CONST)) (-2077 (((-783) $) 21)) (-3123 (($ $ $) NIL) (($) NIL T CONST)) (-2352 (($ $ $) NIL) (($) NIL T CONST)) (-4306 (((-112) $) 41)) (-2662 (($ $) 56)) (-4379 (((-938) $) 23)) (-3881 (((-1177) $) 49)) (-3222 (($ (-938)) 20)) (-3652 (((-112) $) 37)) (-1448 (((-1139) $) NIL)) (-2004 (($) 28 T CONST)) (-1800 (((-112) $) 35)) (-3567 (((-874) $) 30)) (-2959 (($ (-783)) 19) (($ (-1177)) 54)) (-1540 (((-112) $ $) NIL)) (-2733 (((-112) $) 45)) (-3583 (((-112) $) 43)) (-2989 (((-112) $ $) 11)) (-2960 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 10)) (-2946 (((-112) $ $) 8)))
-(((-145) (-13 (-856) (-10 -8 (-15 -2077 ((-783) $)) (-15 -2959 ($ (-783))) (-15 -2959 ($ (-1177))) (-15 -1320 ($) -1478) (-15 -3395 ($) -1478) (-15 -2004 ($) -1478) (-15 -1374 ($ $)) (-15 -2662 ($ $)) (-15 -1800 ((-112) $)) (-15 -3652 ((-112) $)) (-15 -3583 ((-112) $)) (-15 -1340 ((-112) $)) (-15 -4306 ((-112) $)) (-15 -2733 ((-112) $))))) (T -145))
-((-2077 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-145)))) (-2959 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-145)))) (-2959 (*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-145)))) (-1320 (*1 *1) (-5 *1 (-145))) (-3395 (*1 *1) (-5 *1 (-145))) (-2004 (*1 *1) (-5 *1 (-145))) (-1374 (*1 *1 *1) (-5 *1 (-145))) (-2662 (*1 *1 *1) (-5 *1 (-145))) (-1800 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))) (-3652 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))) (-3583 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))) (-1340 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))) (-4306 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))) (-2733 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))))
-(-13 (-856) (-10 -8 (-15 -2077 ((-783) $)) (-15 -2959 ($ (-783))) (-15 -2959 ($ (-1177))) (-15 -1320 ($) -1478) (-15 -3395 ($) -1478) (-15 -2004 ($) -1478) (-15 -1374 ($ $)) (-15 -2662 ($ $)) (-15 -1800 ((-112) $)) (-15 -3652 ((-112) $)) (-15 -3583 ((-112) $)) (-15 -1340 ((-112) $)) (-15 -4306 ((-112) $)) (-15 -2733 ((-112) $))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-3612 (((-112) $) 35)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12) (($ (-576)) 33)) (-2846 (((-3 $ "failed") $) 39)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+((-1501 (*1 *1 *1 *1) (-4 *1 (-144))) (-3506 (*1 *1 *1) (-4 *1 (-144))) (-2945 (*1 *1 *1 *1) (-4 *1 (-144))))
+(-13 (-10 -8 (-15 -2945 ($ $ $)) (-15 -3506 ($ $)) (-15 -1501 ($ $ $))))
+((-1955 (((-112) $ $) NIL)) (-2386 (((-112) $) 39)) (-2602 (($ $) 55)) (-2192 (($) 26 T CONST)) (-2200 (((-783)) 13)) (-4370 (($) 25)) (-1780 (($) 27 T CONST)) (-1354 (((-783) $) 21)) (-2905 (($ $ $) NIL) (($) NIL T CONST)) (-2163 (($ $ $) NIL) (($) NIL T CONST)) (-2655 (((-112) $) 41)) (-2159 (($ $) 56)) (-2106 (((-940) $) 23)) (-4185 (((-1179) $) 49)) (-2409 (($ (-940)) 20)) (-2416 (((-112) $) 37)) (-3117 (((-1141) $) NIL)) (-1858 (($) 28 T CONST)) (-3780 (((-112) $) 35)) (-4114 (((-876) $) 30)) (-3861 (($ (-783)) 19) (($ (-1179)) 54)) (-3000 (((-112) $ $) NIL)) (-1587 (((-112) $) 45)) (-4259 (((-112) $) 43)) (-3995 (((-112) $ $) 11)) (-3975 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 10)) (-3962 (((-112) $ $) 8)))
+(((-145) (-13 (-856) (-10 -8 (-15 -1354 ((-783) $)) (-15 -3861 ($ (-783))) (-15 -3861 ($ (-1179))) (-15 -2192 ($) -2666) (-15 -1780 ($) -2666) (-15 -1858 ($) -2666) (-15 -2602 ($ $)) (-15 -2159 ($ $)) (-15 -3780 ((-112) $)) (-15 -2416 ((-112) $)) (-15 -4259 ((-112) $)) (-15 -2386 ((-112) $)) (-15 -2655 ((-112) $)) (-15 -1587 ((-112) $))))) (T -145))
+((-1354 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-145)))) (-3861 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-145)))) (-3861 (*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-145)))) (-2192 (*1 *1) (-5 *1 (-145))) (-1780 (*1 *1) (-5 *1 (-145))) (-1858 (*1 *1) (-5 *1 (-145))) (-2602 (*1 *1 *1) (-5 *1 (-145))) (-2159 (*1 *1 *1) (-5 *1 (-145))) (-3780 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))) (-2416 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))) (-4259 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))) (-2386 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))) (-2655 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))) (-1587 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))))
+(-13 (-856) (-10 -8 (-15 -1354 ((-783) $)) (-15 -3861 ($ (-783))) (-15 -3861 ($ (-1179))) (-15 -2192 ($) -2666) (-15 -1780 ($) -2666) (-15 -1858 ($) -2666) (-15 -2602 ($ $)) (-15 -2159 ($ $)) (-15 -3780 ((-112) $)) (-15 -2416 ((-112) $)) (-15 -4259 ((-112) $)) (-15 -2386 ((-112) $)) (-15 -2655 ((-112) $)) (-15 -1587 ((-112) $))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-3315 (((-112) $) 35)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12) (($ (-576)) 33)) (-3346 (((-3 $ "failed") $) 39)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
(((-146) (-141)) (T -146))
-((-2846 (*1 *1 *1) (|partial| -4 *1 (-146))))
-(-13 (-1068) (-10 -8 (-15 -2846 ((-3 $ "failed") $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-4324 ((|#1| (-701 |#1|) |#1|) 19)))
-(((-147 |#1|) (-10 -7 (-15 -4324 (|#1| (-701 |#1|) |#1|))) (-174)) (T -147))
-((-4324 (*1 *2 *3 *2) (-12 (-5 *3 (-701 *2)) (-4 *2 (-174)) (-5 *1 (-147 *2)))))
-(-10 -7 (-15 -4324 (|#1| (-701 |#1|) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-3612 (((-112) $) 35)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12) (($ (-576)) 33)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+((-3346 (*1 *1 *1) (|partial| -4 *1 (-146))))
+(-13 (-1070) (-10 -8 (-15 -3346 ((-3 $ "failed") $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-2837 ((|#1| (-701 |#1|) |#1|) 19)))
+(((-147 |#1|) (-10 -7 (-15 -2837 (|#1| (-701 |#1|) |#1|))) (-174)) (T -147))
+((-2837 (*1 *2 *3 *2) (-12 (-5 *3 (-701 *2)) (-4 *2 (-174)) (-5 *1 (-147 *2)))))
+(-10 -7 (-15 -2837 (|#1| (-701 |#1|) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-3315 (((-112) $) 35)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12) (($ (-576)) 33)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
(((-148) (-141)) (T -148))
NIL
-(-13 (-1068))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3362 (((-2 (|:| -2125 (-783)) (|:| -1713 (-419 |#2|)) (|:| |radicand| |#2|)) (-419 |#2|) (-783)) 76)) (-1358 (((-3 (-2 (|:| |radicand| (-419 |#2|)) (|:| |deg| (-783))) "failed") |#3|) 56)) (-2955 (((-2 (|:| -1713 (-419 |#2|)) (|:| |poly| |#3|)) |#3|) 41)) (-4355 ((|#1| |#3| |#3|) 44)) (-3281 ((|#3| |#3| (-419 |#2|) (-419 |#2|)) 20)) (-2974 (((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-419 |#2|)) (|:| |c2| (-419 |#2|)) (|:| |deg| (-783))) |#3| |#3|) 53)))
-(((-149 |#1| |#2| |#3|) (-10 -7 (-15 -2955 ((-2 (|:| -1713 (-419 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -1358 ((-3 (-2 (|:| |radicand| (-419 |#2|)) (|:| |deg| (-783))) "failed") |#3|)) (-15 -3362 ((-2 (|:| -2125 (-783)) (|:| -1713 (-419 |#2|)) (|:| |radicand| |#2|)) (-419 |#2|) (-783))) (-15 -4355 (|#1| |#3| |#3|)) (-15 -3281 (|#3| |#3| (-419 |#2|) (-419 |#2|))) (-15 -2974 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-419 |#2|)) (|:| |c2| (-419 |#2|)) (|:| |deg| (-783))) |#3| |#3|))) (-1240) (-1262 |#1|) (-1262 (-419 |#2|))) (T -149))
-((-2974 (*1 *2 *3 *3) (-12 (-4 *4 (-1240)) (-4 *5 (-1262 *4)) (-5 *2 (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-419 *5)) (|:| |c2| (-419 *5)) (|:| |deg| (-783)))) (-5 *1 (-149 *4 *5 *3)) (-4 *3 (-1262 (-419 *5))))) (-3281 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-419 *5)) (-4 *4 (-1240)) (-4 *5 (-1262 *4)) (-5 *1 (-149 *4 *5 *2)) (-4 *2 (-1262 *3)))) (-4355 (*1 *2 *3 *3) (-12 (-4 *4 (-1262 *2)) (-4 *2 (-1240)) (-5 *1 (-149 *2 *4 *3)) (-4 *3 (-1262 (-419 *4))))) (-3362 (*1 *2 *3 *4) (-12 (-5 *3 (-419 *6)) (-4 *5 (-1240)) (-4 *6 (-1262 *5)) (-5 *2 (-2 (|:| -2125 (-783)) (|:| -1713 *3) (|:| |radicand| *6))) (-5 *1 (-149 *5 *6 *7)) (-5 *4 (-783)) (-4 *7 (-1262 *3)))) (-1358 (*1 *2 *3) (|partial| -12 (-4 *4 (-1240)) (-4 *5 (-1262 *4)) (-5 *2 (-2 (|:| |radicand| (-419 *5)) (|:| |deg| (-783)))) (-5 *1 (-149 *4 *5 *3)) (-4 *3 (-1262 (-419 *5))))) (-2955 (*1 *2 *3) (-12 (-4 *4 (-1240)) (-4 *5 (-1262 *4)) (-5 *2 (-2 (|:| -1713 (-419 *5)) (|:| |poly| *3))) (-5 *1 (-149 *4 *5 *3)) (-4 *3 (-1262 (-419 *5))))))
-(-10 -7 (-15 -2955 ((-2 (|:| -1713 (-419 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -1358 ((-3 (-2 (|:| |radicand| (-419 |#2|)) (|:| |deg| (-783))) "failed") |#3|)) (-15 -3362 ((-2 (|:| -2125 (-783)) (|:| -1713 (-419 |#2|)) (|:| |radicand| |#2|)) (-419 |#2|) (-783))) (-15 -4355 (|#1| |#3| |#3|)) (-15 -3281 (|#3| |#3| (-419 |#2|) (-419 |#2|))) (-15 -2974 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-419 |#2|)) (|:| |c2| (-419 |#2|)) (|:| |deg| (-783))) |#3| |#3|)))
-((-3570 (((-3 (-656 (-1191 |#2|)) "failed") (-656 (-1191 |#2|)) (-1191 |#2|)) 35)))
-(((-150 |#1| |#2|) (-10 -7 (-15 -3570 ((-3 (-656 (-1191 |#2|)) "failed") (-656 (-1191 |#2|)) (-1191 |#2|)))) (-557) (-167 |#1|)) (T -150))
-((-3570 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-656 (-1191 *5))) (-5 *3 (-1191 *5)) (-4 *5 (-167 *4)) (-4 *4 (-557)) (-5 *1 (-150 *4 *5)))))
-(-10 -7 (-15 -3570 ((-3 (-656 (-1191 |#2|)) "failed") (-656 (-1191 |#2|)) (-1191 |#2|))))
-((-1966 (($ (-1 (-112) |#2|) $) 37)) (-1640 (($ $) 44)) (-3942 (($ (-1 (-112) |#2|) $) 35) (($ |#2| $) 40)) (-3683 ((|#2| (-1 |#2| |#2| |#2|) $) 30) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 32) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 42)) (-2295 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 27)) (-3626 (((-112) (-1 (-112) |#2|) $) 24)) (-1458 (((-783) (-1 (-112) |#2|) $) 18) (((-783) |#2| $) NIL)) (-2306 (((-112) (-1 (-112) |#2|) $) 21)) (-3500 (((-783) $) 12)))
-(((-151 |#1| |#2|) (-10 -8 (-15 -1640 (|#1| |#1|)) (-15 -3942 (|#1| |#2| |#1|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -1966 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3942 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2295 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -1458 ((-783) |#2| |#1|)) (-15 -1458 ((-783) (-1 (-112) |#2|) |#1|)) (-15 -3626 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2306 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3500 ((-783) |#1|))) (-152 |#2|) (-1236)) (T -151))
-NIL
-(-10 -8 (-15 -1640 (|#1| |#1|)) (-15 -3942 (|#1| |#2| |#1|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -1966 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3942 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2295 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -1458 ((-783) |#2| |#1|)) (-15 -1458 ((-783) (-1 (-112) |#2|) |#1|)) (-15 -3626 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2306 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3500 ((-783) |#1|)))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3733 (((-112) $ (-783)) 8)) (-1966 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4462)))) (-2135 (($) 7 T CONST)) (-1640 (($ $) 42 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3942 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4462))) (($ |#1| $) 43 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $) 48 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 47 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 44 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) 9)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 49)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-4169 (((-548) $) 41 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 50)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-152 |#1|) (-141) (-1236)) (T -152))
-((-3579 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-4 *1 (-152 *3)))) (-2295 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1 (-112) *2)) (-4 *1 (-152 *2)) (-4 *2 (-1236)))) (-3683 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4462)) (-4 *1 (-152 *2)) (-4 *2 (-1236)))) (-3683 (*1 *2 *3 *1 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4462)) (-4 *1 (-152 *2)) (-4 *2 (-1236)))) (-3942 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4462)) (-4 *1 (-152 *3)) (-4 *3 (-1236)))) (-1966 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4462)) (-4 *1 (-152 *3)) (-4 *3 (-1236)))) (-3683 (*1 *2 *3 *1 *2 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1119)) (|has| *1 (-6 -4462)) (-4 *1 (-152 *2)) (-4 *2 (-1236)))) (-3942 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4462)) (-4 *1 (-152 *2)) (-4 *2 (-1236)) (-4 *2 (-1119)))) (-1640 (*1 *1 *1) (-12 (|has| *1 (-6 -4462)) (-4 *1 (-152 *2)) (-4 *2 (-1236)) (-4 *2 (-1119)))))
-(-13 (-501 |t#1|) (-10 -8 (-15 -3579 ($ (-656 |t#1|))) (-15 -2295 ((-3 |t#1| "failed") (-1 (-112) |t#1|) $)) (IF (|has| $ (-6 -4462)) (PROGN (-15 -3683 (|t#1| (-1 |t#1| |t#1| |t#1|) $)) (-15 -3683 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1|)) (-15 -3942 ($ (-1 (-112) |t#1|) $)) (-15 -1966 ($ (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1119)) (PROGN (-15 -3683 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1| |t#1|)) (-15 -3942 ($ |t#1| $)) (-15 -1640 ($ $))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|)))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1119) |has| |#1| (-1119)) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-2251 (((-3 $ "failed") $) 111)) (-3612 (((-112) $) NIL)) (-1940 (($ |#2| (-656 (-938))) 71)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-1387 (($ (-938)) 57)) (-2253 (((-135)) 23)) (-3567 (((-874) $) 86) (($ (-576)) 53) (($ |#2|) 54)) (-1749 ((|#2| $ (-656 (-938))) 74)) (-2596 (((-783)) 20 T CONST)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 47 T CONST)) (-2727 (($) 51 T CONST)) (-2921 (((-112) $ $) 33)) (-3054 (($ $ |#2|) NIL)) (-3041 (($ $) 42) (($ $ $) 40)) (-3027 (($ $ $) 38)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 44) (($ $ $) 63) (($ |#2| $) 46) (($ $ |#2|) NIL)))
-(((-153 |#1| |#2| |#3|) (-13 (-1068) (-38 |#2|) (-1293 |#2|) (-10 -8 (-15 -1387 ($ (-938))) (-15 -1940 ($ |#2| (-656 (-938)))) (-15 -1749 (|#2| $ (-656 (-938)))) (-15 -2251 ((-3 $ "failed") $)))) (-938) (-374) (-1012 |#1| |#2|)) (T -153))
-((-2251 (*1 *1 *1) (|partial| -12 (-5 *1 (-153 *2 *3 *4)) (-14 *2 (-938)) (-4 *3 (-374)) (-14 *4 (-1012 *2 *3)))) (-1387 (*1 *1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-153 *3 *4 *5)) (-14 *3 *2) (-4 *4 (-374)) (-14 *5 (-1012 *3 *4)))) (-1940 (*1 *1 *2 *3) (-12 (-5 *3 (-656 (-938))) (-5 *1 (-153 *4 *2 *5)) (-14 *4 (-938)) (-4 *2 (-374)) (-14 *5 (-1012 *4 *2)))) (-1749 (*1 *2 *1 *3) (-12 (-5 *3 (-656 (-938))) (-4 *2 (-374)) (-5 *1 (-153 *4 *2 *5)) (-14 *4 (-938)) (-14 *5 (-1012 *4 *2)))))
-(-13 (-1068) (-38 |#2|) (-1293 |#2|) (-10 -8 (-15 -1387 ($ (-938))) (-15 -1940 ($ |#2| (-656 (-938)))) (-15 -1749 (|#2| $ (-656 (-938)))) (-15 -2251 ((-3 $ "failed") $))))
-((-2630 (((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-656 (-656 (-960 (-227)))) (-227) (-227) (-227) (-227)) 59)) (-1899 (((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-944) (-419 (-576)) (-419 (-576))) 95) (((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-944)) 96)) (-4337 (((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-656 (-656 (-960 (-227))))) 99) (((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-656 (-960 (-227)))) 98) (((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-944) (-419 (-576)) (-419 (-576))) 90) (((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-944)) 91)))
-(((-154) (-10 -7 (-15 -4337 ((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-944))) (-15 -4337 ((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-944) (-419 (-576)) (-419 (-576)))) (-15 -1899 ((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-944))) (-15 -1899 ((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-944) (-419 (-576)) (-419 (-576)))) (-15 -2630 ((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-656 (-656 (-960 (-227)))) (-227) (-227) (-227) (-227))) (-15 -4337 ((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-656 (-960 (-227))))) (-15 -4337 ((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-656 (-656 (-960 (-227)))))))) (T -154))
-((-4337 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227))))) (-5 *1 (-154)) (-5 *3 (-656 (-656 (-960 (-227))))))) (-4337 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227))))) (-5 *1 (-154)) (-5 *3 (-656 (-960 (-227)))))) (-2630 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *4 (-227)) (-5 *2 (-2 (|:| |brans| (-656 (-656 (-960 *4)))) (|:| |xValues| (-1113 *4)) (|:| |yValues| (-1113 *4)))) (-5 *1 (-154)) (-5 *3 (-656 (-656 (-960 *4)))))) (-1899 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-944)) (-5 *4 (-419 (-576))) (-5 *2 (-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227))))) (-5 *1 (-154)))) (-1899 (*1 *2 *3) (-12 (-5 *3 (-944)) (-5 *2 (-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227))))) (-5 *1 (-154)))) (-4337 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-944)) (-5 *4 (-419 (-576))) (-5 *2 (-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227))))) (-5 *1 (-154)))) (-4337 (*1 *2 *3) (-12 (-5 *3 (-944)) (-5 *2 (-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227))))) (-5 *1 (-154)))))
-(-10 -7 (-15 -4337 ((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-944))) (-15 -4337 ((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-944) (-419 (-576)) (-419 (-576)))) (-15 -1899 ((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-944))) (-15 -1899 ((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-944) (-419 (-576)) (-419 (-576)))) (-15 -2630 ((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-656 (-656 (-960 (-227)))) (-227) (-227) (-227) (-227))) (-15 -4337 ((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-656 (-960 (-227))))) (-15 -4337 ((-2 (|:| |brans| (-656 (-656 (-960 (-227))))) (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))) (-656 (-656 (-960 (-227)))))))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-3064 (((-656 (-1154)) $) 20)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 27) (($ (-1200)) NIL) (((-1200) $) NIL)) (-2636 (((-1154) $) 9)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-155) (-13 (-1102) (-10 -8 (-15 -3064 ((-656 (-1154)) $)) (-15 -2636 ((-1154) $))))) (T -155))
-((-3064 (*1 *2 *1) (-12 (-5 *2 (-656 (-1154))) (-5 *1 (-155)))) (-2636 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-155)))))
-(-13 (-1102) (-10 -8 (-15 -3064 ((-656 (-1154)) $)) (-15 -2636 ((-1154) $))))
-((-3465 (((-656 (-171 |#2|)) |#1| |#2|) 50)))
-(((-156 |#1| |#2|) (-10 -7 (-15 -3465 ((-656 (-171 |#2|)) |#1| |#2|))) (-1262 (-171 (-576))) (-13 (-374) (-860))) (T -156))
-((-3465 (*1 *2 *3 *4) (-12 (-5 *2 (-656 (-171 *4))) (-5 *1 (-156 *3 *4)) (-4 *3 (-1262 (-171 (-576)))) (-4 *4 (-13 (-374) (-860))))))
-(-10 -7 (-15 -3465 ((-656 (-171 |#2|)) |#1| |#2|)))
-((-3486 (((-112) $ $) NIL)) (-1667 (((-1235) $) 12)) (-1655 (((-1154) $) 9)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 19) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-157) (-13 (-1102) (-10 -8 (-15 -1655 ((-1154) $)) (-15 -1667 ((-1235) $))))) (T -157))
-((-1655 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-157)))) (-1667 (*1 *2 *1) (-12 (-5 *2 (-1235)) (-5 *1 (-157)))))
-(-13 (-1102) (-10 -8 (-15 -1655 ((-1154) $)) (-15 -1667 ((-1235) $))))
-((-3486 (((-112) $ $) NIL)) (-1658 (($) 41)) (-4360 (($) 40)) (-3272 (((-938)) 46)) (-3881 (((-1177) $) NIL)) (-2150 (((-576) $) 44)) (-1448 (((-1139) $) NIL)) (-2629 (($) 42)) (-4246 (($ (-576)) 47)) (-3567 (((-874) $) 53)) (-2448 (($) 43)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 38)) (-3027 (($ $ $) 35)) (* (($ (-938) $) 45) (($ (-227) $) 11)))
-(((-158) (-13 (-25) (-10 -8 (-15 * ($ (-938) $)) (-15 * ($ (-227) $)) (-15 -3027 ($ $ $)) (-15 -4360 ($)) (-15 -1658 ($)) (-15 -2629 ($)) (-15 -2448 ($)) (-15 -2150 ((-576) $)) (-15 -3272 ((-938))) (-15 -4246 ($ (-576)))))) (T -158))
-((-3027 (*1 *1 *1 *1) (-5 *1 (-158))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-938)) (-5 *1 (-158)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-227)) (-5 *1 (-158)))) (-4360 (*1 *1) (-5 *1 (-158))) (-1658 (*1 *1) (-5 *1 (-158))) (-2629 (*1 *1) (-5 *1 (-158))) (-2448 (*1 *1) (-5 *1 (-158))) (-2150 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-158)))) (-3272 (*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-158)))) (-4246 (*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-158)))))
-(-13 (-25) (-10 -8 (-15 * ($ (-938) $)) (-15 * ($ (-227) $)) (-15 -3027 ($ $ $)) (-15 -4360 ($)) (-15 -1658 ($)) (-15 -2629 ($)) (-15 -2448 ($)) (-15 -2150 ((-576) $)) (-15 -3272 ((-938))) (-15 -4246 ($ (-576)))))
-((-1819 ((|#2| |#2| (-1111 |#2|)) 98) ((|#2| |#2| (-1195)) 75)) (-2218 ((|#2| |#2| (-1111 |#2|)) 97) ((|#2| |#2| (-1195)) 74)) (-4440 ((|#2| |#2| |#2|) 25)) (-1774 (((-115) (-115)) 111)) (-2225 ((|#2| (-656 |#2|)) 130)) (-3094 ((|#2| (-656 |#2|)) 151)) (-3045 ((|#2| (-656 |#2|)) 138)) (-4016 ((|#2| |#2|) 136)) (-4234 ((|#2| (-656 |#2|)) 124)) (-2233 ((|#2| (-656 |#2|)) 125)) (-1895 ((|#2| (-656 |#2|)) 149)) (-4155 ((|#2| |#2| (-1195)) 63) ((|#2| |#2|) 62)) (-3628 ((|#2| |#2|) 21)) (-4020 ((|#2| |#2| |#2|) 24)) (-1824 (((-112) (-115)) 55)) (** ((|#2| |#2| |#2|) 46)))
-(((-159 |#1| |#2|) (-10 -7 (-15 -1824 ((-112) (-115))) (-15 -1774 ((-115) (-115))) (-15 ** (|#2| |#2| |#2|)) (-15 -4020 (|#2| |#2| |#2|)) (-15 -4440 (|#2| |#2| |#2|)) (-15 -3628 (|#2| |#2|)) (-15 -4155 (|#2| |#2|)) (-15 -4155 (|#2| |#2| (-1195))) (-15 -1819 (|#2| |#2| (-1195))) (-15 -1819 (|#2| |#2| (-1111 |#2|))) (-15 -2218 (|#2| |#2| (-1195))) (-15 -2218 (|#2| |#2| (-1111 |#2|))) (-15 -4016 (|#2| |#2|)) (-15 -1895 (|#2| (-656 |#2|))) (-15 -3045 (|#2| (-656 |#2|))) (-15 -3094 (|#2| (-656 |#2|))) (-15 -4234 (|#2| (-656 |#2|))) (-15 -2233 (|#2| (-656 |#2|))) (-15 -2225 (|#2| (-656 |#2|)))) (-568) (-442 |#1|)) (T -159))
-((-2225 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2)) (-4 *4 (-568)))) (-2233 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2)) (-4 *4 (-568)))) (-4234 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2)) (-4 *4 (-568)))) (-3094 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2)) (-4 *4 (-568)))) (-3045 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2)) (-4 *4 (-568)))) (-1895 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2)) (-4 *4 (-568)))) (-4016 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3)))) (-2218 (*1 *2 *2 *3) (-12 (-5 *3 (-1111 *2)) (-4 *2 (-442 *4)) (-4 *4 (-568)) (-5 *1 (-159 *4 *2)))) (-2218 (*1 *2 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-568)) (-5 *1 (-159 *4 *2)) (-4 *2 (-442 *4)))) (-1819 (*1 *2 *2 *3) (-12 (-5 *3 (-1111 *2)) (-4 *2 (-442 *4)) (-4 *4 (-568)) (-5 *1 (-159 *4 *2)))) (-1819 (*1 *2 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-568)) (-5 *1 (-159 *4 *2)) (-4 *2 (-442 *4)))) (-4155 (*1 *2 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-568)) (-5 *1 (-159 *4 *2)) (-4 *2 (-442 *4)))) (-4155 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3)))) (-3628 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3)))) (-4440 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3)))) (-4020 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3)))) (** (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3)))) (-1774 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-568)) (-5 *1 (-159 *3 *4)) (-4 *4 (-442 *3)))) (-1824 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-159 *4 *5)) (-4 *5 (-442 *4)))))
-(-10 -7 (-15 -1824 ((-112) (-115))) (-15 -1774 ((-115) (-115))) (-15 ** (|#2| |#2| |#2|)) (-15 -4020 (|#2| |#2| |#2|)) (-15 -4440 (|#2| |#2| |#2|)) (-15 -3628 (|#2| |#2|)) (-15 -4155 (|#2| |#2|)) (-15 -4155 (|#2| |#2| (-1195))) (-15 -1819 (|#2| |#2| (-1195))) (-15 -1819 (|#2| |#2| (-1111 |#2|))) (-15 -2218 (|#2| |#2| (-1195))) (-15 -2218 (|#2| |#2| (-1111 |#2|))) (-15 -4016 (|#2| |#2|)) (-15 -1895 (|#2| (-656 |#2|))) (-15 -3045 (|#2| (-656 |#2|))) (-15 -3094 (|#2| (-656 |#2|))) (-15 -4234 (|#2| (-656 |#2|))) (-15 -2233 (|#2| (-656 |#2|))) (-15 -2225 (|#2| (-656 |#2|))))
-((-3480 ((|#1| |#1| |#1|) 64)) (-2373 ((|#1| |#1| |#1|) 61)) (-4440 ((|#1| |#1| |#1|) 55)) (-4260 ((|#1| |#1|) 42)) (-3675 ((|#1| |#1| (-656 |#1|)) 53)) (-3628 ((|#1| |#1|) 46)) (-4020 ((|#1| |#1| |#1|) 49)))
-(((-160 |#1|) (-10 -7 (-15 -4020 (|#1| |#1| |#1|)) (-15 -3628 (|#1| |#1|)) (-15 -3675 (|#1| |#1| (-656 |#1|))) (-15 -4260 (|#1| |#1|)) (-15 -4440 (|#1| |#1| |#1|)) (-15 -2373 (|#1| |#1| |#1|)) (-15 -3480 (|#1| |#1| |#1|))) (-557)) (T -160))
-((-3480 (*1 *2 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))) (-2373 (*1 *2 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))) (-4440 (*1 *2 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))) (-4260 (*1 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))) (-3675 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-557)) (-5 *1 (-160 *2)))) (-3628 (*1 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))) (-4020 (*1 *2 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))))
-(-10 -7 (-15 -4020 (|#1| |#1| |#1|)) (-15 -3628 (|#1| |#1|)) (-15 -3675 (|#1| |#1| (-656 |#1|))) (-15 -4260 (|#1| |#1|)) (-15 -4440 (|#1| |#1| |#1|)) (-15 -2373 (|#1| |#1| |#1|)) (-15 -3480 (|#1| |#1| |#1|)))
-((-1819 (($ $ (-1195)) 12) (($ $ (-1111 $)) 11)) (-2218 (($ $ (-1195)) 10) (($ $ (-1111 $)) 9)) (-4440 (($ $ $) 8)) (-4155 (($ $) 14) (($ $ (-1195)) 13)) (-3628 (($ $) 7)) (-4020 (($ $ $) 6)))
+(-13 (-1070))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-2717 (((-2 (|:| -3744 (-783)) (|:| -2862 (-419 |#2|)) (|:| |radicand| |#2|)) (-419 |#2|) (-783)) 76)) (-2993 (((-3 (-2 (|:| |radicand| (-419 |#2|)) (|:| |deg| (-783))) "failed") |#3|) 56)) (-3027 (((-2 (|:| -2862 (-419 |#2|)) (|:| |poly| |#3|)) |#3|) 41)) (-1839 ((|#1| |#3| |#3|) 44)) (-2143 ((|#3| |#3| (-419 |#2|) (-419 |#2|)) 20)) (-3201 (((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-419 |#2|)) (|:| |c2| (-419 |#2|)) (|:| |deg| (-783))) |#3| |#3|) 53)))
+(((-149 |#1| |#2| |#3|) (-10 -7 (-15 -3027 ((-2 (|:| -2862 (-419 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -2993 ((-3 (-2 (|:| |radicand| (-419 |#2|)) (|:| |deg| (-783))) "failed") |#3|)) (-15 -2717 ((-2 (|:| -3744 (-783)) (|:| -2862 (-419 |#2|)) (|:| |radicand| |#2|)) (-419 |#2|) (-783))) (-15 -1839 (|#1| |#3| |#3|)) (-15 -2143 (|#3| |#3| (-419 |#2|) (-419 |#2|))) (-15 -3201 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-419 |#2|)) (|:| |c2| (-419 |#2|)) (|:| |deg| (-783))) |#3| |#3|))) (-1242) (-1264 |#1|) (-1264 (-419 |#2|))) (T -149))
+((-3201 (*1 *2 *3 *3) (-12 (-4 *4 (-1242)) (-4 *5 (-1264 *4)) (-5 *2 (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-419 *5)) (|:| |c2| (-419 *5)) (|:| |deg| (-783)))) (-5 *1 (-149 *4 *5 *3)) (-4 *3 (-1264 (-419 *5))))) (-2143 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-419 *5)) (-4 *4 (-1242)) (-4 *5 (-1264 *4)) (-5 *1 (-149 *4 *5 *2)) (-4 *2 (-1264 *3)))) (-1839 (*1 *2 *3 *3) (-12 (-4 *4 (-1264 *2)) (-4 *2 (-1242)) (-5 *1 (-149 *2 *4 *3)) (-4 *3 (-1264 (-419 *4))))) (-2717 (*1 *2 *3 *4) (-12 (-5 *3 (-419 *6)) (-4 *5 (-1242)) (-4 *6 (-1264 *5)) (-5 *2 (-2 (|:| -3744 (-783)) (|:| -2862 *3) (|:| |radicand| *6))) (-5 *1 (-149 *5 *6 *7)) (-5 *4 (-783)) (-4 *7 (-1264 *3)))) (-2993 (*1 *2 *3) (|partial| -12 (-4 *4 (-1242)) (-4 *5 (-1264 *4)) (-5 *2 (-2 (|:| |radicand| (-419 *5)) (|:| |deg| (-783)))) (-5 *1 (-149 *4 *5 *3)) (-4 *3 (-1264 (-419 *5))))) (-3027 (*1 *2 *3) (-12 (-4 *4 (-1242)) (-4 *5 (-1264 *4)) (-5 *2 (-2 (|:| -2862 (-419 *5)) (|:| |poly| *3))) (-5 *1 (-149 *4 *5 *3)) (-4 *3 (-1264 (-419 *5))))))
+(-10 -7 (-15 -3027 ((-2 (|:| -2862 (-419 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -2993 ((-3 (-2 (|:| |radicand| (-419 |#2|)) (|:| |deg| (-783))) "failed") |#3|)) (-15 -2717 ((-2 (|:| -3744 (-783)) (|:| -2862 (-419 |#2|)) (|:| |radicand| |#2|)) (-419 |#2|) (-783))) (-15 -1839 (|#1| |#3| |#3|)) (-15 -2143 (|#3| |#3| (-419 |#2|) (-419 |#2|))) (-15 -3201 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-419 |#2|)) (|:| |c2| (-419 |#2|)) (|:| |deg| (-783))) |#3| |#3|)))
+((-4156 (((-3 (-656 (-1193 |#2|)) "failed") (-656 (-1193 |#2|)) (-1193 |#2|)) 35)))
+(((-150 |#1| |#2|) (-10 -7 (-15 -4156 ((-3 (-656 (-1193 |#2|)) "failed") (-656 (-1193 |#2|)) (-1193 |#2|)))) (-557) (-167 |#1|)) (T -150))
+((-4156 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-656 (-1193 *5))) (-5 *3 (-1193 *5)) (-4 *5 (-167 *4)) (-4 *4 (-557)) (-5 *1 (-150 *4 *5)))))
+(-10 -7 (-15 -4156 ((-3 (-656 (-1193 |#2|)) "failed") (-656 (-1193 |#2|)) (-1193 |#2|))))
+((-3604 (($ (-1 (-112) |#2|) $) 37)) (-2741 (($ $) 44)) (-2824 (($ (-1 (-112) |#2|) $) 35) (($ |#2| $) 40)) (-2722 ((|#2| (-1 |#2| |#2| |#2|) $) 30) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 32) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 42)) (-2922 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 27)) (-3484 (((-112) (-1 (-112) |#2|) $) 24)) (-3131 (((-783) (-1 (-112) |#2|) $) 18) (((-783) |#2| $) NIL)) (-1746 (((-112) (-1 (-112) |#2|) $) 21)) (-1968 (((-783) $) 12)))
+(((-151 |#1| |#2|) (-10 -8 (-15 -2741 (|#1| |#1|)) (-15 -2824 (|#1| |#2| |#1|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3604 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2824 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2922 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -3131 ((-783) |#2| |#1|)) (-15 -3131 ((-783) (-1 (-112) |#2|) |#1|)) (-15 -3484 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1746 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1968 ((-783) |#1|))) (-152 |#2|) (-1238)) (T -151))
+NIL
+(-10 -8 (-15 -2741 (|#1| |#1|)) (-15 -2824 (|#1| |#2| |#1|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3604 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2824 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2922 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -3131 ((-783) |#2| |#1|)) (-15 -3131 ((-783) (-1 (-112) |#2|) |#1|)) (-15 -3484 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1746 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1968 ((-783) |#1|)))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1951 (((-112) $ (-783)) 8)) (-3604 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4464)))) (-3853 (($) 7 T CONST)) (-2741 (($ $) 42 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2824 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4464))) (($ |#1| $) 43 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $) 48 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 47 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 44 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) 9)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 49)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-1554 (((-548) $) 41 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 50)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-152 |#1|) (-141) (-1238)) (T -152))
+((-4125 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-4 *1 (-152 *3)))) (-2922 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1 (-112) *2)) (-4 *1 (-152 *2)) (-4 *2 (-1238)))) (-2722 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4464)) (-4 *1 (-152 *2)) (-4 *2 (-1238)))) (-2722 (*1 *2 *3 *1 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4464)) (-4 *1 (-152 *2)) (-4 *2 (-1238)))) (-2824 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4464)) (-4 *1 (-152 *3)) (-4 *3 (-1238)))) (-3604 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4464)) (-4 *1 (-152 *3)) (-4 *3 (-1238)))) (-2722 (*1 *2 *3 *1 *2 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1121)) (|has| *1 (-6 -4464)) (-4 *1 (-152 *2)) (-4 *2 (-1238)))) (-2824 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4464)) (-4 *1 (-152 *2)) (-4 *2 (-1238)) (-4 *2 (-1121)))) (-2741 (*1 *1 *1) (-12 (|has| *1 (-6 -4464)) (-4 *1 (-152 *2)) (-4 *2 (-1238)) (-4 *2 (-1121)))))
+(-13 (-501 |t#1|) (-10 -8 (-15 -4125 ($ (-656 |t#1|))) (-15 -2922 ((-3 |t#1| "failed") (-1 (-112) |t#1|) $)) (IF (|has| $ (-6 -4464)) (PROGN (-15 -2722 (|t#1| (-1 |t#1| |t#1| |t#1|) $)) (-15 -2722 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1|)) (-15 -2824 ($ (-1 (-112) |t#1|) $)) (-15 -3604 ($ (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1121)) (PROGN (-15 -2722 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1| |t#1|)) (-15 -2824 ($ |t#1| $)) (-15 -2741 ($ $))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|)))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1121) |has| |#1| (-1121)) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2413 (((-3 $ "failed") $) 111)) (-3315 (((-112) $) NIL)) (-1562 (($ |#2| (-656 (-940))) 71)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-3781 (($ (-940)) 57)) (-2435 (((-135)) 23)) (-4114 (((-876) $) 86) (($ (-576)) 53) (($ |#2|) 54)) (-1341 ((|#2| $ (-656 (-940))) 74)) (-2864 (((-783)) 20 T CONST)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 47 T CONST)) (-4322 (($) 51 T CONST)) (-3939 (((-112) $ $) 33)) (-4047 (($ $ |#2|) NIL)) (-4037 (($ $) 42) (($ $ $) 40)) (-4027 (($ $ $) 38)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 44) (($ $ $) 63) (($ |#2| $) 46) (($ $ |#2|) NIL)))
+(((-153 |#1| |#2| |#3|) (-13 (-1070) (-38 |#2|) (-1295 |#2|) (-10 -8 (-15 -3781 ($ (-940))) (-15 -1562 ($ |#2| (-656 (-940)))) (-15 -1341 (|#2| $ (-656 (-940)))) (-15 -2413 ((-3 $ "failed") $)))) (-940) (-374) (-1014 |#1| |#2|)) (T -153))
+((-2413 (*1 *1 *1) (|partial| -12 (-5 *1 (-153 *2 *3 *4)) (-14 *2 (-940)) (-4 *3 (-374)) (-14 *4 (-1014 *2 *3)))) (-3781 (*1 *1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-153 *3 *4 *5)) (-14 *3 *2) (-4 *4 (-374)) (-14 *5 (-1014 *3 *4)))) (-1562 (*1 *1 *2 *3) (-12 (-5 *3 (-656 (-940))) (-5 *1 (-153 *4 *2 *5)) (-14 *4 (-940)) (-4 *2 (-374)) (-14 *5 (-1014 *4 *2)))) (-1341 (*1 *2 *1 *3) (-12 (-5 *3 (-656 (-940))) (-4 *2 (-374)) (-5 *1 (-153 *4 *2 *5)) (-14 *4 (-940)) (-14 *5 (-1014 *4 *2)))))
+(-13 (-1070) (-38 |#2|) (-1295 |#2|) (-10 -8 (-15 -3781 ($ (-940))) (-15 -1562 ($ |#2| (-656 (-940)))) (-15 -1341 (|#2| $ (-656 (-940)))) (-15 -2413 ((-3 $ "failed") $))))
+((-1860 (((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-656 (-656 (-962 (-227)))) (-227) (-227) (-227) (-227)) 59)) (-3455 (((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-946) (-419 (-576)) (-419 (-576))) 95) (((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-946)) 96)) (-2973 (((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-656 (-656 (-962 (-227))))) 99) (((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-656 (-962 (-227)))) 98) (((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-946) (-419 (-576)) (-419 (-576))) 90) (((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-946)) 91)))
+(((-154) (-10 -7 (-15 -2973 ((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-946))) (-15 -2973 ((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-946) (-419 (-576)) (-419 (-576)))) (-15 -3455 ((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-946))) (-15 -3455 ((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-946) (-419 (-576)) (-419 (-576)))) (-15 -1860 ((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-656 (-656 (-962 (-227)))) (-227) (-227) (-227) (-227))) (-15 -2973 ((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-656 (-962 (-227))))) (-15 -2973 ((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-656 (-656 (-962 (-227)))))))) (T -154))
+((-2973 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227))))) (-5 *1 (-154)) (-5 *3 (-656 (-656 (-962 (-227))))))) (-2973 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227))))) (-5 *1 (-154)) (-5 *3 (-656 (-962 (-227)))))) (-1860 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *4 (-227)) (-5 *2 (-2 (|:| |brans| (-656 (-656 (-962 *4)))) (|:| |xValues| (-1115 *4)) (|:| |yValues| (-1115 *4)))) (-5 *1 (-154)) (-5 *3 (-656 (-656 (-962 *4)))))) (-3455 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-946)) (-5 *4 (-419 (-576))) (-5 *2 (-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227))))) (-5 *1 (-154)))) (-3455 (*1 *2 *3) (-12 (-5 *3 (-946)) (-5 *2 (-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227))))) (-5 *1 (-154)))) (-2973 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-946)) (-5 *4 (-419 (-576))) (-5 *2 (-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227))))) (-5 *1 (-154)))) (-2973 (*1 *2 *3) (-12 (-5 *3 (-946)) (-5 *2 (-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227))))) (-5 *1 (-154)))))
+(-10 -7 (-15 -2973 ((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-946))) (-15 -2973 ((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-946) (-419 (-576)) (-419 (-576)))) (-15 -3455 ((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-946))) (-15 -3455 ((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-946) (-419 (-576)) (-419 (-576)))) (-15 -1860 ((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-656 (-656 (-962 (-227)))) (-227) (-227) (-227) (-227))) (-15 -2973 ((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-656 (-962 (-227))))) (-15 -2973 ((-2 (|:| |brans| (-656 (-656 (-962 (-227))))) (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))) (-656 (-656 (-962 (-227)))))))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-1664 (((-656 (-1156)) $) 20)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 27) (($ (-1202)) NIL) (((-1202) $) NIL)) (-4159 (((-1156) $) 9)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-155) (-13 (-1104) (-10 -8 (-15 -1664 ((-656 (-1156)) $)) (-15 -4159 ((-1156) $))))) (T -155))
+((-1664 (*1 *2 *1) (-12 (-5 *2 (-656 (-1156))) (-5 *1 (-155)))) (-4159 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-155)))))
+(-13 (-1104) (-10 -8 (-15 -1664 ((-656 (-1156)) $)) (-15 -4159 ((-1156) $))))
+((-4394 (((-656 (-171 |#2|)) |#1| |#2|) 50)))
+(((-156 |#1| |#2|) (-10 -7 (-15 -4394 ((-656 (-171 |#2|)) |#1| |#2|))) (-1264 (-171 (-576))) (-13 (-374) (-860))) (T -156))
+((-4394 (*1 *2 *3 *4) (-12 (-5 *2 (-656 (-171 *4))) (-5 *1 (-156 *3 *4)) (-4 *3 (-1264 (-171 (-576)))) (-4 *4 (-13 (-374) (-860))))))
+(-10 -7 (-15 -4394 ((-656 (-171 |#2|)) |#1| |#2|)))
+((-1955 (((-112) $ $) NIL)) (-1782 (((-1237) $) 12)) (-1773 (((-1156) $) 9)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 19) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-157) (-13 (-1104) (-10 -8 (-15 -1773 ((-1156) $)) (-15 -1782 ((-1237) $))))) (T -157))
+((-1773 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-157)))) (-1782 (*1 *2 *1) (-12 (-5 *2 (-1237)) (-5 *1 (-157)))))
+(-13 (-1104) (-10 -8 (-15 -1773 ((-1156) $)) (-15 -1782 ((-1237) $))))
+((-1955 (((-112) $ $) NIL)) (-2911 (($) 41)) (-1895 (($) 40)) (-3076 (((-940)) 46)) (-4185 (((-1179) $) NIL)) (-3977 (((-576) $) 44)) (-3117 (((-1141) $) NIL)) (-1849 (($) 42)) (-3362 (($ (-576)) 47)) (-4114 (((-876) $) 53)) (-3870 (($) 43)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 38)) (-4027 (($ $ $) 35)) (* (($ (-940) $) 45) (($ (-227) $) 11)))
+(((-158) (-13 (-25) (-10 -8 (-15 * ($ (-940) $)) (-15 * ($ (-227) $)) (-15 -4027 ($ $ $)) (-15 -1895 ($)) (-15 -2911 ($)) (-15 -1849 ($)) (-15 -3870 ($)) (-15 -3977 ((-576) $)) (-15 -3076 ((-940))) (-15 -3362 ($ (-576)))))) (T -158))
+((-4027 (*1 *1 *1 *1) (-5 *1 (-158))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-940)) (-5 *1 (-158)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-227)) (-5 *1 (-158)))) (-1895 (*1 *1) (-5 *1 (-158))) (-2911 (*1 *1) (-5 *1 (-158))) (-1849 (*1 *1) (-5 *1 (-158))) (-3870 (*1 *1) (-5 *1 (-158))) (-3977 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-158)))) (-3076 (*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-158)))) (-3362 (*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-158)))))
+(-13 (-25) (-10 -8 (-15 * ($ (-940) $)) (-15 * ($ (-227) $)) (-15 -4027 ($ $ $)) (-15 -1895 ($)) (-15 -2911 ($)) (-15 -1849 ($)) (-15 -3870 ($)) (-15 -3977 ((-576) $)) (-15 -3076 ((-940))) (-15 -3362 ($ (-576)))))
+((-3969 ((|#2| |#2| (-1113 |#2|)) 98) ((|#2| |#2| (-1197)) 75)) (-3376 ((|#2| |#2| (-1113 |#2|)) 97) ((|#2| |#2| (-1197)) 74)) (-1501 ((|#2| |#2| |#2|) 25)) (-1401 (((-115) (-115)) 111)) (-3463 ((|#2| (-656 |#2|)) 130)) (-1805 ((|#2| (-656 |#2|)) 151)) (-2578 ((|#2| (-656 |#2|)) 138)) (-2902 ((|#2| |#2|) 136)) (-3237 ((|#2| (-656 |#2|)) 124)) (-3551 ((|#2| (-656 |#2|)) 125)) (-3406 ((|#2| (-656 |#2|)) 149)) (-1718 ((|#2| |#2| (-1197)) 63) ((|#2| |#2|) 62)) (-3506 ((|#2| |#2|) 21)) (-2945 ((|#2| |#2| |#2|) 24)) (-4020 (((-112) (-115)) 55)) (** ((|#2| |#2| |#2|) 46)))
+(((-159 |#1| |#2|) (-10 -7 (-15 -4020 ((-112) (-115))) (-15 -1401 ((-115) (-115))) (-15 ** (|#2| |#2| |#2|)) (-15 -2945 (|#2| |#2| |#2|)) (-15 -1501 (|#2| |#2| |#2|)) (-15 -3506 (|#2| |#2|)) (-15 -1718 (|#2| |#2|)) (-15 -1718 (|#2| |#2| (-1197))) (-15 -3969 (|#2| |#2| (-1197))) (-15 -3969 (|#2| |#2| (-1113 |#2|))) (-15 -3376 (|#2| |#2| (-1197))) (-15 -3376 (|#2| |#2| (-1113 |#2|))) (-15 -2902 (|#2| |#2|)) (-15 -3406 (|#2| (-656 |#2|))) (-15 -2578 (|#2| (-656 |#2|))) (-15 -1805 (|#2| (-656 |#2|))) (-15 -3237 (|#2| (-656 |#2|))) (-15 -3551 (|#2| (-656 |#2|))) (-15 -3463 (|#2| (-656 |#2|)))) (-568) (-442 |#1|)) (T -159))
+((-3463 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2)) (-4 *4 (-568)))) (-3551 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2)) (-4 *4 (-568)))) (-3237 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2)) (-4 *4 (-568)))) (-1805 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2)) (-4 *4 (-568)))) (-2578 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2)) (-4 *4 (-568)))) (-3406 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2)) (-4 *4 (-568)))) (-2902 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3)))) (-3376 (*1 *2 *2 *3) (-12 (-5 *3 (-1113 *2)) (-4 *2 (-442 *4)) (-4 *4 (-568)) (-5 *1 (-159 *4 *2)))) (-3376 (*1 *2 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-568)) (-5 *1 (-159 *4 *2)) (-4 *2 (-442 *4)))) (-3969 (*1 *2 *2 *3) (-12 (-5 *3 (-1113 *2)) (-4 *2 (-442 *4)) (-4 *4 (-568)) (-5 *1 (-159 *4 *2)))) (-3969 (*1 *2 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-568)) (-5 *1 (-159 *4 *2)) (-4 *2 (-442 *4)))) (-1718 (*1 *2 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-568)) (-5 *1 (-159 *4 *2)) (-4 *2 (-442 *4)))) (-1718 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3)))) (-3506 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3)))) (-1501 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3)))) (-2945 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3)))) (** (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3)))) (-1401 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-568)) (-5 *1 (-159 *3 *4)) (-4 *4 (-442 *3)))) (-4020 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-159 *4 *5)) (-4 *5 (-442 *4)))))
+(-10 -7 (-15 -4020 ((-112) (-115))) (-15 -1401 ((-115) (-115))) (-15 ** (|#2| |#2| |#2|)) (-15 -2945 (|#2| |#2| |#2|)) (-15 -1501 (|#2| |#2| |#2|)) (-15 -3506 (|#2| |#2|)) (-15 -1718 (|#2| |#2|)) (-15 -1718 (|#2| |#2| (-1197))) (-15 -3969 (|#2| |#2| (-1197))) (-15 -3969 (|#2| |#2| (-1113 |#2|))) (-15 -3376 (|#2| |#2| (-1197))) (-15 -3376 (|#2| |#2| (-1113 |#2|))) (-15 -2902 (|#2| |#2|)) (-15 -3406 (|#2| (-656 |#2|))) (-15 -2578 (|#2| (-656 |#2|))) (-15 -1805 (|#2| (-656 |#2|))) (-15 -3237 (|#2| (-656 |#2|))) (-15 -3551 (|#2| (-656 |#2|))) (-15 -3463 (|#2| (-656 |#2|))))
+((-1398 ((|#1| |#1| |#1|) 64)) (-4330 ((|#1| |#1| |#1|) 61)) (-1501 ((|#1| |#1| |#1|) 55)) (-3521 ((|#1| |#1|) 42)) (-2638 ((|#1| |#1| (-656 |#1|)) 53)) (-3506 ((|#1| |#1|) 46)) (-2945 ((|#1| |#1| |#1|) 49)))
+(((-160 |#1|) (-10 -7 (-15 -2945 (|#1| |#1| |#1|)) (-15 -3506 (|#1| |#1|)) (-15 -2638 (|#1| |#1| (-656 |#1|))) (-15 -3521 (|#1| |#1|)) (-15 -1501 (|#1| |#1| |#1|)) (-15 -4330 (|#1| |#1| |#1|)) (-15 -1398 (|#1| |#1| |#1|))) (-557)) (T -160))
+((-1398 (*1 *2 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))) (-4330 (*1 *2 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))) (-1501 (*1 *2 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))) (-3521 (*1 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))) (-2638 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-557)) (-5 *1 (-160 *2)))) (-3506 (*1 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))) (-2945 (*1 *2 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))))
+(-10 -7 (-15 -2945 (|#1| |#1| |#1|)) (-15 -3506 (|#1| |#1|)) (-15 -2638 (|#1| |#1| (-656 |#1|))) (-15 -3521 (|#1| |#1|)) (-15 -1501 (|#1| |#1| |#1|)) (-15 -4330 (|#1| |#1| |#1|)) (-15 -1398 (|#1| |#1| |#1|)))
+((-3969 (($ $ (-1197)) 12) (($ $ (-1113 $)) 11)) (-3376 (($ $ (-1197)) 10) (($ $ (-1113 $)) 9)) (-1501 (($ $ $) 8)) (-1718 (($ $) 14) (($ $ (-1197)) 13)) (-3506 (($ $) 7)) (-2945 (($ $ $) 6)))
(((-161) (-141)) (T -161))
-((-4155 (*1 *1 *1) (-4 *1 (-161))) (-4155 (*1 *1 *1 *2) (-12 (-4 *1 (-161)) (-5 *2 (-1195)))) (-1819 (*1 *1 *1 *2) (-12 (-4 *1 (-161)) (-5 *2 (-1195)))) (-1819 (*1 *1 *1 *2) (-12 (-5 *2 (-1111 *1)) (-4 *1 (-161)))) (-2218 (*1 *1 *1 *2) (-12 (-4 *1 (-161)) (-5 *2 (-1195)))) (-2218 (*1 *1 *1 *2) (-12 (-5 *2 (-1111 *1)) (-4 *1 (-161)))))
-(-13 (-144) (-10 -8 (-15 -4155 ($ $)) (-15 -4155 ($ $ (-1195))) (-15 -1819 ($ $ (-1195))) (-15 -1819 ($ $ (-1111 $))) (-15 -2218 ($ $ (-1195))) (-15 -2218 ($ $ (-1111 $)))))
+((-1718 (*1 *1 *1) (-4 *1 (-161))) (-1718 (*1 *1 *1 *2) (-12 (-4 *1 (-161)) (-5 *2 (-1197)))) (-3969 (*1 *1 *1 *2) (-12 (-4 *1 (-161)) (-5 *2 (-1197)))) (-3969 (*1 *1 *1 *2) (-12 (-5 *2 (-1113 *1)) (-4 *1 (-161)))) (-3376 (*1 *1 *1 *2) (-12 (-4 *1 (-161)) (-5 *2 (-1197)))) (-3376 (*1 *1 *1 *2) (-12 (-5 *2 (-1113 *1)) (-4 *1 (-161)))))
+(-13 (-144) (-10 -8 (-15 -1718 ($ $)) (-15 -1718 ($ $ (-1197))) (-15 -3969 ($ $ (-1197))) (-15 -3969 ($ $ (-1113 $))) (-15 -3376 ($ $ (-1197))) (-15 -3376 ($ $ (-1113 $)))))
(((-144) . T))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 16) (($ (-1200)) NIL) (((-1200) $) NIL)) (-2636 (((-656 (-1154)) $) 10)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-162) (-13 (-1102) (-10 -8 (-15 -2636 ((-656 (-1154)) $))))) (T -162))
-((-2636 (*1 *2 *1) (-12 (-5 *2 (-656 (-1154))) (-5 *1 (-162)))))
-(-13 (-1102) (-10 -8 (-15 -2636 ((-656 (-1154)) $))))
-((-3486 (((-112) $ $) NIL)) (-3005 (($ (-576)) 14) (($ $ $) 15)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 18)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 9)))
-(((-163) (-13 (-1119) (-10 -8 (-15 -3005 ($ (-576))) (-15 -3005 ($ $ $))))) (T -163))
-((-3005 (*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-163)))) (-3005 (*1 *1 *1 *1) (-5 *1 (-163))))
-(-13 (-1119) (-10 -8 (-15 -3005 ($ (-576))) (-15 -3005 ($ $ $))))
-((-1774 (((-115) (-1195)) 102)))
-(((-164) (-10 -7 (-15 -1774 ((-115) (-1195))))) (T -164))
-((-1774 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-115)) (-5 *1 (-164)))))
-(-10 -7 (-15 -1774 ((-115) (-1195))))
-((-3331 ((|#3| |#3|) 19)))
-(((-165 |#1| |#2| |#3|) (-10 -7 (-15 -3331 (|#3| |#3|))) (-1068) (-1262 |#1|) (-1262 |#2|)) (T -165))
-((-3331 (*1 *2 *2) (-12 (-4 *3 (-1068)) (-4 *4 (-1262 *3)) (-5 *1 (-165 *3 *4 *2)) (-4 *2 (-1262 *4)))))
-(-10 -7 (-15 -3331 (|#3| |#3|)))
-((-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 223)) (-2205 ((|#2| $) 102)) (-4022 (($ $) 256)) (-3898 (($ $) 250)) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) 47)) (-4003 (($ $) 254)) (-3874 (($ $) 248)) (-1570 (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 |#2| "failed") $) 146)) (-2857 (((-576) $) NIL) (((-419 (-576)) $) NIL) ((|#2| $) 144)) (-3426 (($ $ $) 229)) (-3142 (((-701 (-576)) (-701 $)) NIL) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) 160) (((-701 |#2|) (-701 $)) 154)) (-3683 (($ (-1191 |#2|)) 125) (((-3 $ "failed") (-419 (-1191 |#2|))) NIL)) (-2251 (((-3 $ "failed") $) 214)) (-2772 (((-3 (-419 (-576)) "failed") $) 204)) (-4423 (((-112) $) 199)) (-4335 (((-419 (-576)) $) 202)) (-3731 (((-938)) 96)) (-3438 (($ $ $) 231)) (-3055 (((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) $) 269)) (-1598 (($) 245)) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) 193) (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 198)) (-1650 ((|#2| $) 100)) (-1499 (((-1191 |#2|) $) 127)) (-4114 (($ (-1 |#2| |#2|) $) 108)) (-3742 (($ $) 247)) (-3670 (((-1191 |#2|) $) 126)) (-2045 (($ $) 207)) (-3569 (($) 103)) (-2307 (((-430 (-1191 $)) (-1191 $)) 95)) (-1830 (((-430 (-1191 $)) (-1191 $)) 64)) (-3473 (((-3 $ "failed") $ |#2|) 209) (((-3 $ "failed") $ $) 212)) (-4101 (($ $) 246)) (-3909 (((-783) $) 226)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 236)) (-2491 ((|#2| (-1286 $)) NIL) ((|#2|) 98)) (-2770 (($ $ (-1 |#2| |#2|)) 119) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195))) NIL) (($ $ (-1195)) NIL) (($ $ (-783)) NIL) (($ $) NIL)) (-3117 (((-1191 |#2|)) 120)) (-4011 (($ $) 255)) (-3886 (($ $) 249)) (-2203 (((-1286 |#2|) $ (-1286 $)) 136) (((-701 |#2|) (-1286 $) (-1286 $)) NIL) (((-1286 |#2|) $) 116) (((-701 |#2|) (-1286 $)) NIL)) (-4169 (((-1286 |#2|) $) NIL) (($ (-1286 |#2|)) NIL) (((-1191 |#2|) $) NIL) (($ (-1191 |#2|)) NIL) (((-905 (-576)) $) 184) (((-905 (-390)) $) 188) (((-171 (-390)) $) 172) (((-171 (-227)) $) 167) (((-548) $) 180)) (-2949 (($ $) 104)) (-3567 (((-874) $) 143) (($ (-576)) NIL) (($ |#2|) NIL) (($ (-419 (-576))) NIL) (($ $) NIL)) (-4324 (((-1191 |#2|) $) 32)) (-2596 (((-783)) 106)) (-1540 (((-112) $ $) 13)) (-2787 (($ $) 259)) (-3958 (($ $) 253)) (-4068 (($ $) 257)) (-3935 (($ $) 251)) (-3299 ((|#2| $) 242)) (-4080 (($ $) 258)) (-3948 (($ $) 252)) (-4308 (($ $) 162)) (-2921 (((-112) $ $) 110)) (-3041 (($ $) 112) (($ $ $) NIL)) (-3027 (($ $ $) 111)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-419 (-576))) 276) (($ $ $) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 118) (($ $ $) 147) (($ $ |#2|) NIL) (($ |#2| $) 114) (($ (-419 (-576)) $) NIL) (($ $ (-419 (-576))) NIL)))
-(((-166 |#1| |#2|) (-10 -8 (-15 -2770 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -3567 (|#1| |#1|)) (-15 -3473 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2501 ((-2 (|:| -2061 |#1|) (|:| -4449 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3909 ((-783) |#1|)) (-15 -3710 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|)) (-15 -3438 (|#1| |#1| |#1|)) (-15 -3426 (|#1| |#1| |#1|)) (-15 -2045 (|#1| |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -4169 ((-548) |#1|)) (-15 -4169 ((-171 (-227)) |#1|)) (-15 -4169 ((-171 (-390)) |#1|)) (-15 -3898 (|#1| |#1|)) (-15 -3874 (|#1| |#1|)) (-15 -3886 (|#1| |#1|)) (-15 -3948 (|#1| |#1|)) (-15 -3935 (|#1| |#1|)) (-15 -3958 (|#1| |#1|)) (-15 -4011 (|#1| |#1|)) (-15 -4003 (|#1| |#1|)) (-15 -4022 (|#1| |#1|)) (-15 -4080 (|#1| |#1|)) (-15 -4068 (|#1| |#1|)) (-15 -2787 (|#1| |#1|)) (-15 -3742 (|#1| |#1|)) (-15 -4101 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -1598 (|#1|)) (-15 ** (|#1| |#1| (-419 (-576)))) (-15 -1830 ((-430 (-1191 |#1|)) (-1191 |#1|))) (-15 -2307 ((-430 (-1191 |#1|)) (-1191 |#1|))) (-15 -3570 ((-3 (-656 (-1191 |#1|)) "failed") (-656 (-1191 |#1|)) (-1191 |#1|))) (-15 -2772 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -4335 ((-419 (-576)) |#1|)) (-15 -4423 ((-112) |#1|)) (-15 -3055 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -3299 (|#2| |#1|)) (-15 -4308 (|#1| |#1|)) (-15 -3473 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2949 (|#1| |#1|)) (-15 -3569 (|#1|)) (-15 -4169 ((-905 (-390)) |#1|)) (-15 -4169 ((-905 (-576)) |#1|)) (-15 -1866 ((-902 (-390) |#1|) |#1| (-905 (-390)) (-902 (-390) |#1|))) (-15 -1866 ((-902 (-576) |#1|) |#1| (-905 (-576)) (-902 (-576) |#1|))) (-15 -4114 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3683 ((-3 |#1| "failed") (-419 (-1191 |#2|)))) (-15 -3670 ((-1191 |#2|) |#1|)) (-15 -4169 (|#1| (-1191 |#2|))) (-15 -3683 (|#1| (-1191 |#2|))) (-15 -3117 ((-1191 |#2|))) (-15 -3142 ((-701 |#2|) (-701 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-701 (-576)) (-701 |#1|))) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -4169 ((-1191 |#2|) |#1|)) (-15 -2491 (|#2|)) (-15 -4169 (|#1| (-1286 |#2|))) (-15 -4169 ((-1286 |#2|) |#1|)) (-15 -2203 ((-701 |#2|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1|)) (-15 -1499 ((-1191 |#2|) |#1|)) (-15 -4324 ((-1191 |#2|) |#1|)) (-15 -2491 (|#2| (-1286 |#1|))) (-15 -2203 ((-701 |#2|) (-1286 |#1|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1| (-1286 |#1|))) (-15 -1650 (|#2| |#1|)) (-15 -2205 (|#2| |#1|)) (-15 -3731 ((-938))) (-15 -3567 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2596 ((-783))) (-15 -3567 (|#1| (-576))) (-15 ** (|#1| |#1| (-783))) (-15 -2251 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-938))) (-15 -3041 (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-938) |#1|)) (-15 -3027 (|#1| |#1| |#1|)) (-15 -1540 ((-112) |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -2921 ((-112) |#1| |#1|))) (-167 |#2|) (-174)) (T -166))
-((-2596 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-783)) (-5 *1 (-166 *3 *4)) (-4 *3 (-167 *4)))) (-3731 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-938)) (-5 *1 (-166 *3 *4)) (-4 *3 (-167 *4)))) (-2491 (*1 *2) (-12 (-4 *2 (-174)) (-5 *1 (-166 *3 *2)) (-4 *3 (-167 *2)))) (-3117 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-1191 *4)) (-5 *1 (-166 *3 *4)) (-4 *3 (-167 *4)))))
-(-10 -8 (-15 -2770 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -3567 (|#1| |#1|)) (-15 -3473 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2501 ((-2 (|:| -2061 |#1|) (|:| -4449 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3909 ((-783) |#1|)) (-15 -3710 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|)) (-15 -3438 (|#1| |#1| |#1|)) (-15 -3426 (|#1| |#1| |#1|)) (-15 -2045 (|#1| |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -4169 ((-548) |#1|)) (-15 -4169 ((-171 (-227)) |#1|)) (-15 -4169 ((-171 (-390)) |#1|)) (-15 -3898 (|#1| |#1|)) (-15 -3874 (|#1| |#1|)) (-15 -3886 (|#1| |#1|)) (-15 -3948 (|#1| |#1|)) (-15 -3935 (|#1| |#1|)) (-15 -3958 (|#1| |#1|)) (-15 -4011 (|#1| |#1|)) (-15 -4003 (|#1| |#1|)) (-15 -4022 (|#1| |#1|)) (-15 -4080 (|#1| |#1|)) (-15 -4068 (|#1| |#1|)) (-15 -2787 (|#1| |#1|)) (-15 -3742 (|#1| |#1|)) (-15 -4101 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -1598 (|#1|)) (-15 ** (|#1| |#1| (-419 (-576)))) (-15 -1830 ((-430 (-1191 |#1|)) (-1191 |#1|))) (-15 -2307 ((-430 (-1191 |#1|)) (-1191 |#1|))) (-15 -3570 ((-3 (-656 (-1191 |#1|)) "failed") (-656 (-1191 |#1|)) (-1191 |#1|))) (-15 -2772 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -4335 ((-419 (-576)) |#1|)) (-15 -4423 ((-112) |#1|)) (-15 -3055 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -3299 (|#2| |#1|)) (-15 -4308 (|#1| |#1|)) (-15 -3473 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2949 (|#1| |#1|)) (-15 -3569 (|#1|)) (-15 -4169 ((-905 (-390)) |#1|)) (-15 -4169 ((-905 (-576)) |#1|)) (-15 -1866 ((-902 (-390) |#1|) |#1| (-905 (-390)) (-902 (-390) |#1|))) (-15 -1866 ((-902 (-576) |#1|) |#1| (-905 (-576)) (-902 (-576) |#1|))) (-15 -4114 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3683 ((-3 |#1| "failed") (-419 (-1191 |#2|)))) (-15 -3670 ((-1191 |#2|) |#1|)) (-15 -4169 (|#1| (-1191 |#2|))) (-15 -3683 (|#1| (-1191 |#2|))) (-15 -3117 ((-1191 |#2|))) (-15 -3142 ((-701 |#2|) (-701 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-701 (-576)) (-701 |#1|))) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -4169 ((-1191 |#2|) |#1|)) (-15 -2491 (|#2|)) (-15 -4169 (|#1| (-1286 |#2|))) (-15 -4169 ((-1286 |#2|) |#1|)) (-15 -2203 ((-701 |#2|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1|)) (-15 -1499 ((-1191 |#2|) |#1|)) (-15 -4324 ((-1191 |#2|) |#1|)) (-15 -2491 (|#2| (-1286 |#1|))) (-15 -2203 ((-701 |#2|) (-1286 |#1|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1| (-1286 |#1|))) (-15 -1650 (|#2| |#1|)) (-15 -2205 (|#2| |#1|)) (-15 -3731 ((-938))) (-15 -3567 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2596 ((-783))) (-15 -3567 (|#1| (-576))) (-15 ** (|#1| |#1| (-783))) (-15 -2251 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-938))) (-15 -3041 (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-938) |#1|)) (-15 -3027 (|#1| |#1| |#1|)) (-15 -1540 ((-112) |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -2921 ((-112) |#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 105 (-2755 (|has| |#1| (-568)) (-12 (|has| |#1| (-317)) (|has| |#1| (-926)))))) (-4380 (($ $) 106 (-2755 (|has| |#1| (-568)) (-12 (|has| |#1| (-317)) (|has| |#1| (-926)))))) (-1657 (((-112) $) 108 (-2755 (|has| |#1| (-568)) (-12 (|has| |#1| (-317)) (|has| |#1| (-926)))))) (-1722 (((-701 |#1|) (-1286 $)) 53) (((-701 |#1|)) 68)) (-2205 ((|#1| $) 59)) (-4022 (($ $) 236 (|has| |#1| (-1221)))) (-3898 (($ $) 219 (|has| |#1| (-1221)))) (-2201 (((-1208 (-938) (-783)) (-576)) 158 (|has| |#1| (-360)))) (-4299 (((-3 $ "failed") $ $) 20)) (-2425 (((-430 (-1191 $)) (-1191 $)) 250 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))))) (-1415 (($ $) 125 (-2755 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))) (|has| |#1| (-374))))) (-3422 (((-430 $) $) 126 (-2755 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))) (|has| |#1| (-374))))) (-1838 (($ $) 249 (-12 (|has| |#1| (-1021)) (|has| |#1| (-1221))))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) 253 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))))) (-1829 (((-112) $ $) 116 (|has| |#1| (-317)))) (-2093 (((-783)) 99 (|has| |#1| (-379)))) (-4003 (($ $) 235 (|has| |#1| (-1221)))) (-3874 (($ $) 220 (|has| |#1| (-1221)))) (-4047 (($ $) 234 (|has| |#1| (-1221)))) (-3917 (($ $) 221 (|has| |#1| (-1221)))) (-2135 (($) 18 T CONST)) (-1570 (((-3 (-576) "failed") $) 185 (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) 183 (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) 180)) (-2857 (((-576) $) 184 (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) 182 (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) 181)) (-2495 (($ (-1286 |#1|) (-1286 $)) 55) (($ (-1286 |#1|)) 71)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) 164 (|has| |#1| (-360)))) (-3426 (($ $ $) 120 (|has| |#1| (-317)))) (-3592 (((-701 |#1|) $ (-1286 $)) 60) (((-701 |#1|) $) 66)) (-3142 (((-701 (-576)) (-701 $)) 177 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 176 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) 175) (((-701 |#1|) (-701 $)) 174)) (-3683 (($ (-1191 |#1|)) 169) (((-3 $ "failed") (-419 (-1191 |#1|))) 166 (|has| |#1| (-374)))) (-2251 (((-3 $ "failed") $) 37)) (-1848 ((|#1| $) 261)) (-2772 (((-3 (-419 (-576)) "failed") $) 254 (|has| |#1| (-557)))) (-4423 (((-112) $) 256 (|has| |#1| (-557)))) (-4335 (((-419 (-576)) $) 255 (|has| |#1| (-557)))) (-3731 (((-938)) 61)) (-1834 (($) 102 (|has| |#1| (-379)))) (-3438 (($ $ $) 119 (|has| |#1| (-317)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 114 (|has| |#1| (-317)))) (-4161 (($) 160 (|has| |#1| (-360)))) (-3335 (((-112) $) 161 (|has| |#1| (-360)))) (-1385 (($ $ (-783)) 152 (|has| |#1| (-360))) (($ $) 151 (|has| |#1| (-360)))) (-4283 (((-112) $) 127 (-2755 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))) (|has| |#1| (-374))))) (-3055 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) 257 (-12 (|has| |#1| (-1079)) (|has| |#1| (-1221))))) (-1598 (($) 246 (|has| |#1| (-1221)))) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) 269 (|has| |#1| (-899 (-576)))) (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 268 (|has| |#1| (-899 (-390))))) (-1991 (((-938) $) 163 (|has| |#1| (-360))) (((-845 (-938)) $) 149 (|has| |#1| (-360)))) (-3612 (((-112) $) 35)) (-3867 (($ $ (-576)) 248 (-12 (|has| |#1| (-1021)) (|has| |#1| (-1221))))) (-1650 ((|#1| $) 58)) (-2162 (((-3 $ "failed") $) 153 (|has| |#1| (-360)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 123 (|has| |#1| (-317)))) (-1499 (((-1191 |#1|) $) 51 (|has| |#1| (-374)))) (-4114 (($ (-1 |#1| |#1|) $) 270)) (-4379 (((-938) $) 101 (|has| |#1| (-379)))) (-3742 (($ $) 243 (|has| |#1| (-1221)))) (-3670 (((-1191 |#1|) $) 167)) (-1853 (((-701 (-576)) (-1286 $)) 179 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) 178 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) 173) (((-701 |#1|) (-1286 $)) 172)) (-3457 (($ (-656 $)) 112 (-2755 (|has| |#1| (-317)) (-12 (|has| |#1| (-317)) (|has| |#1| (-926))))) (($ $ $) 111 (-2755 (|has| |#1| (-317)) (-12 (|has| |#1| (-317)) (|has| |#1| (-926)))))) (-3881 (((-1177) $) 10)) (-2045 (($ $) 128 (|has| |#1| (-374)))) (-3537 (($) 154 (|has| |#1| (-360)) CONST)) (-3222 (($ (-938)) 100 (|has| |#1| (-379)))) (-3569 (($) 265)) (-1858 ((|#1| $) 262)) (-1448 (((-1139) $) 11)) (-4126 (($) 171)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 113 (-2755 (|has| |#1| (-317)) (-12 (|has| |#1| (-317)) (|has| |#1| (-926)))))) (-3495 (($ (-656 $)) 110 (-2755 (|has| |#1| (-317)) (-12 (|has| |#1| (-317)) (|has| |#1| (-926))))) (($ $ $) 109 (-2755 (|has| |#1| (-317)) (-12 (|has| |#1| (-317)) (|has| |#1| (-926)))))) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) 157 (|has| |#1| (-360)))) (-2307 (((-430 (-1191 $)) (-1191 $)) 252 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))))) (-1830 (((-430 (-1191 $)) (-1191 $)) 251 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))))) (-1827 (((-430 $) $) 124 (-2755 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))) (|has| |#1| (-374))))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 122 (|has| |#1| (-317))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 121 (|has| |#1| (-317)))) (-3473 (((-3 $ "failed") $ |#1|) 260 (|has| |#1| (-568))) (((-3 $ "failed") $ $) 104 (-2755 (|has| |#1| (-568)) (-12 (|has| |#1| (-317)) (|has| |#1| (-926)))))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 115 (|has| |#1| (-317)))) (-4101 (($ $) 244 (|has| |#1| (-1221)))) (-3281 (($ $ (-656 |#1|) (-656 |#1|)) 276 (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) 275 (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) 274 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) 273 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1195)) (-656 |#1|)) 272 (|has| |#1| (-526 (-1195) |#1|))) (($ $ (-1195) |#1|) 271 (|has| |#1| (-526 (-1195) |#1|)))) (-3909 (((-783) $) 117 (|has| |#1| (-317)))) (-2794 (($ $ |#1|) 277 (|has| |#1| (-296 |#1| |#1|)))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 118 (|has| |#1| (-317)))) (-2491 ((|#1| (-1286 $)) 54) ((|#1|) 67)) (-3544 (((-783) $) 162 (|has| |#1| (-360))) (((-3 (-783) "failed") $ $) 150 (|has| |#1| (-360)))) (-2770 (($ $ (-1 |#1| |#1|)) 136) (($ $ (-1 |#1| |#1|) (-783)) 135) (($ $ (-656 (-1195)) (-656 (-783))) 141 (-2755 (-2669 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195)))) (-2669 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (|has| |#1| (-917 (-1195))))) (($ $ (-1195) (-783)) 140 (-2755 (-2669 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195)))) (-2669 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (|has| |#1| (-917 (-1195))))) (($ $ (-656 (-1195))) 139 (-2755 (-2669 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195)))) (-2669 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (|has| |#1| (-917 (-1195))))) (($ $ (-1195)) 137 (-2755 (-2669 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195)))) (-2669 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (|has| |#1| (-917 (-1195))))) (($ $ (-783)) 147 (-2755 (-2669 (|has| |#1| (-374)) (|has| |#1| (-237))) (-2669 (|has| |#1| (-374)) (|has| |#1| (-238))) (|has| |#1| (-237)) (-2669 (|has| |#1| (-237)) (|has| |#1| (-374))))) (($ $) 145 (-2755 (-2669 (|has| |#1| (-374)) (|has| |#1| (-237))) (-2669 (|has| |#1| (-374)) (|has| |#1| (-238))) (|has| |#1| (-237)) (-2669 (|has| |#1| (-237)) (|has| |#1| (-374)))))) (-4218 (((-701 |#1|) (-1286 $) (-1 |#1| |#1|)) 165 (|has| |#1| (-374)))) (-3117 (((-1191 |#1|)) 170)) (-4058 (($ $) 233 (|has| |#1| (-1221)))) (-3927 (($ $) 222 (|has| |#1| (-1221)))) (-4059 (($) 159 (|has| |#1| (-360)))) (-4034 (($ $) 232 (|has| |#1| (-1221)))) (-3907 (($ $) 223 (|has| |#1| (-1221)))) (-4011 (($ $) 231 (|has| |#1| (-1221)))) (-3886 (($ $) 224 (|has| |#1| (-1221)))) (-2203 (((-1286 |#1|) $ (-1286 $)) 57) (((-701 |#1|) (-1286 $) (-1286 $)) 56) (((-1286 |#1|) $) 73) (((-701 |#1|) (-1286 $)) 72)) (-4169 (((-1286 |#1|) $) 70) (($ (-1286 |#1|)) 69) (((-1191 |#1|) $) 186) (($ (-1191 |#1|)) 168) (((-905 (-576)) $) 267 (|has| |#1| (-626 (-905 (-576))))) (((-905 (-390)) $) 266 (|has| |#1| (-626 (-905 (-390))))) (((-171 (-390)) $) 218 (|has| |#1| (-1041))) (((-171 (-227)) $) 217 (|has| |#1| (-1041))) (((-548) $) 216 (|has| |#1| (-626 (-548))))) (-2949 (($ $) 264)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) 156 (-2755 (-2669 (|has| $ (-146)) (-12 (|has| |#1| (-317)) (|has| |#1| (-926)))) (|has| |#1| (-360))))) (-4175 (($ |#1| |#1|) 263)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 44) (($ (-419 (-576))) 98 (-2755 (|has| |#1| (-374)) (|has| |#1| (-1057 (-419 (-576)))))) (($ $) 103 (-2755 (|has| |#1| (-568)) (-12 (|has| |#1| (-317)) (|has| |#1| (-926)))))) (-2846 (($ $) 155 (|has| |#1| (-360))) (((-3 $ "failed") $) 50 (-2755 (-2669 (|has| $ (-146)) (-12 (|has| |#1| (-317)) (|has| |#1| (-926)))) (|has| |#1| (-146))))) (-4324 (((-1191 |#1|) $) 52)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4156 (((-1286 $)) 74)) (-2787 (($ $) 242 (|has| |#1| (-1221)))) (-3958 (($ $) 230 (|has| |#1| (-1221)))) (-4196 (((-112) $ $) 107 (-2755 (|has| |#1| (-568)) (-12 (|has| |#1| (-317)) (|has| |#1| (-926)))))) (-4068 (($ $) 241 (|has| |#1| (-1221)))) (-3935 (($ $) 229 (|has| |#1| (-1221)))) (-2812 (($ $) 240 (|has| |#1| (-1221)))) (-3980 (($ $) 228 (|has| |#1| (-1221)))) (-3299 ((|#1| $) 258 (|has| |#1| (-1221)))) (-4385 (($ $) 239 (|has| |#1| (-1221)))) (-3992 (($ $) 227 (|has| |#1| (-1221)))) (-2800 (($ $) 238 (|has| |#1| (-1221)))) (-3971 (($ $) 226 (|has| |#1| (-1221)))) (-4080 (($ $) 237 (|has| |#1| (-1221)))) (-3948 (($ $) 225 (|has| |#1| (-1221)))) (-4308 (($ $) 259 (|has| |#1| (-1079)))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-1 |#1| |#1|)) 134) (($ $ (-1 |#1| |#1|) (-783)) 133) (($ $ (-656 (-1195)) (-656 (-783))) 144 (-2755 (-2669 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195)))) (-2669 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (|has| |#1| (-917 (-1195))))) (($ $ (-1195) (-783)) 143 (-2755 (-2669 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195)))) (-2669 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (|has| |#1| (-917 (-1195))))) (($ $ (-656 (-1195))) 142 (-2755 (-2669 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195)))) (-2669 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (|has| |#1| (-917 (-1195))))) (($ $ (-1195)) 138 (-2755 (-2669 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195)))) (-2669 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (|has| |#1| (-917 (-1195))))) (($ $ (-783)) 148 (-2755 (-2669 (|has| |#1| (-374)) (|has| |#1| (-237))) (-2669 (|has| |#1| (-374)) (|has| |#1| (-238))) (|has| |#1| (-237)) (-2669 (|has| |#1| (-237)) (|has| |#1| (-374))))) (($ $) 146 (-2755 (-2669 (|has| |#1| (-374)) (|has| |#1| (-237))) (-2669 (|has| |#1| (-374)) (|has| |#1| (-238))) (|has| |#1| (-237)) (-2669 (|has| |#1| (-237)) (|has| |#1| (-374)))))) (-2921 (((-112) $ $) 7)) (-3054 (($ $ $) 132 (|has| |#1| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-419 (-576))) 247 (-12 (|has| |#1| (-1021)) (|has| |#1| (-1221)))) (($ $ $) 245 (|has| |#1| (-1221))) (($ $ (-576)) 129 (|has| |#1| (-374)))) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45) (($ (-419 (-576)) $) 131 (|has| |#1| (-374))) (($ $ (-419 (-576))) 130 (|has| |#1| (-374)))))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 16) (($ (-1202)) NIL) (((-1202) $) NIL)) (-4159 (((-656 (-1156)) $) 10)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-162) (-13 (-1104) (-10 -8 (-15 -4159 ((-656 (-1156)) $))))) (T -162))
+((-4159 (*1 *2 *1) (-12 (-5 *2 (-656 (-1156))) (-5 *1 (-162)))))
+(-13 (-1104) (-10 -8 (-15 -4159 ((-656 (-1156)) $))))
+((-1955 (((-112) $ $) NIL)) (-3504 (($ (-576)) 14) (($ $ $) 15)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 18)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 9)))
+(((-163) (-13 (-1121) (-10 -8 (-15 -3504 ($ (-576))) (-15 -3504 ($ $ $))))) (T -163))
+((-3504 (*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-163)))) (-3504 (*1 *1 *1 *1) (-5 *1 (-163))))
+(-13 (-1121) (-10 -8 (-15 -3504 ($ (-576))) (-15 -3504 ($ $ $))))
+((-1401 (((-115) (-1197)) 102)))
+(((-164) (-10 -7 (-15 -1401 ((-115) (-1197))))) (T -164))
+((-1401 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-115)) (-5 *1 (-164)))))
+(-10 -7 (-15 -1401 ((-115) (-1197))))
+((-2388 ((|#3| |#3|) 19)))
+(((-165 |#1| |#2| |#3|) (-10 -7 (-15 -2388 (|#3| |#3|))) (-1070) (-1264 |#1|) (-1264 |#2|)) (T -165))
+((-2388 (*1 *2 *2) (-12 (-4 *3 (-1070)) (-4 *4 (-1264 *3)) (-5 *1 (-165 *3 *4 *2)) (-4 *2 (-1264 *4)))))
+(-10 -7 (-15 -2388 (|#3| |#3|)))
+((-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 223)) (-3832 ((|#2| $) 102)) (-3586 (($ $) 256)) (-3435 (($ $) 250)) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) 47)) (-3562 (($ $) 254)) (-3412 (($ $) 248)) (-2981 (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 |#2| "failed") $) 146)) (-2318 (((-576) $) NIL) (((-419 (-576)) $) NIL) ((|#2| $) 144)) (-1892 (($ $ $) 229)) (-2255 (((-701 (-576)) (-701 $)) NIL) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) 160) (((-701 |#2|) (-701 $)) 154)) (-2722 (($ (-1193 |#2|)) 125) (((-3 $ "failed") (-419 (-1193 |#2|))) NIL)) (-2413 (((-3 $ "failed") $) 214)) (-3878 (((-3 (-419 (-576)) "failed") $) 204)) (-1358 (((-112) $) 199)) (-2951 (((-419 (-576)) $) 202)) (-4136 (((-940)) 96)) (-1905 (($ $ $) 231)) (-2675 (((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) $) 269)) (-2723 (($) 245)) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) 193) (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 198)) (-2828 ((|#2| $) 100)) (-3817 (((-1193 |#2|) $) 127)) (-2423 (($ (-1 |#2| |#2|) $) 108)) (-2608 (($ $) 247)) (-2709 (((-1193 |#2|) $) 126)) (-1668 (($ $) 207)) (-4146 (($) 103)) (-1756 (((-430 (-1193 $)) (-1193 $)) 95)) (-4074 (((-430 (-1193 $)) (-1193 $)) 64)) (-1943 (((-3 $ "failed") $ |#2|) 209) (((-3 $ "failed") $ $) 212)) (-2154 (($ $) 246)) (-3199 (((-783) $) 226)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 236)) (-3053 ((|#2| (-1288 $)) NIL) ((|#2|) 98)) (-4107 (($ $ (-1 |#2| |#2|)) 119) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197))) NIL) (($ $ (-1197)) NIL) (($ $ (-783)) NIL) (($ $) NIL)) (-2030 (((-1193 |#2|)) 120)) (-3574 (($ $) 255)) (-3424 (($ $) 249)) (-3219 (((-1288 |#2|) $ (-1288 $)) 136) (((-701 |#2|) (-1288 $) (-1288 $)) NIL) (((-1288 |#2|) $) 116) (((-701 |#2|) (-1288 $)) NIL)) (-1554 (((-1288 |#2|) $) NIL) (($ (-1288 |#2|)) NIL) (((-1193 |#2|) $) NIL) (($ (-1193 |#2|)) NIL) (((-907 (-576)) $) 184) (((-907 (-390)) $) 188) (((-171 (-390)) $) 172) (((-171 (-227)) $) 167) (((-548) $) 180)) (-2970 (($ $) 104)) (-4114 (((-876) $) 143) (($ (-576)) NIL) (($ |#2|) NIL) (($ (-419 (-576))) NIL) (($ $) NIL)) (-2837 (((-1193 |#2|) $) 32)) (-2864 (((-783)) 106)) (-3000 (((-112) $ $) 13)) (-3653 (($ $) 259)) (-3510 (($ $) 253)) (-3632 (($ $) 257)) (-3487 (($ $) 251)) (-3366 ((|#2| $) 242)) (-3642 (($ $) 258)) (-3498 (($ $) 252)) (-2679 (($ $) 162)) (-3939 (((-112) $ $) 110)) (-4037 (($ $) 112) (($ $ $) NIL)) (-4027 (($ $ $) 111)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-419 (-576))) 276) (($ $ $) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 118) (($ $ $) 147) (($ $ |#2|) NIL) (($ |#2| $) 114) (($ (-419 (-576)) $) NIL) (($ $ (-419 (-576))) NIL)))
+(((-166 |#1| |#2|) (-10 -8 (-15 -4107 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4114 (|#1| |#1|)) (-15 -1943 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3161 ((-2 (|:| -4352 |#1|) (|:| -4451 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3199 ((-783) |#1|)) (-15 -3018 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|)) (-15 -1905 (|#1| |#1| |#1|)) (-15 -1892 (|#1| |#1| |#1|)) (-15 -1668 (|#1| |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -1554 ((-548) |#1|)) (-15 -1554 ((-171 (-227)) |#1|)) (-15 -1554 ((-171 (-390)) |#1|)) (-15 -3435 (|#1| |#1|)) (-15 -3412 (|#1| |#1|)) (-15 -3424 (|#1| |#1|)) (-15 -3498 (|#1| |#1|)) (-15 -3487 (|#1| |#1|)) (-15 -3510 (|#1| |#1|)) (-15 -3574 (|#1| |#1|)) (-15 -3562 (|#1| |#1|)) (-15 -3586 (|#1| |#1|)) (-15 -3642 (|#1| |#1|)) (-15 -3632 (|#1| |#1|)) (-15 -3653 (|#1| |#1|)) (-15 -2608 (|#1| |#1|)) (-15 -2154 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -2723 (|#1|)) (-15 ** (|#1| |#1| (-419 (-576)))) (-15 -4074 ((-430 (-1193 |#1|)) (-1193 |#1|))) (-15 -1756 ((-430 (-1193 |#1|)) (-1193 |#1|))) (-15 -4156 ((-3 (-656 (-1193 |#1|)) "failed") (-656 (-1193 |#1|)) (-1193 |#1|))) (-15 -3878 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2951 ((-419 (-576)) |#1|)) (-15 -1358 ((-112) |#1|)) (-15 -2675 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -3366 (|#2| |#1|)) (-15 -2679 (|#1| |#1|)) (-15 -1943 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2970 (|#1| |#1|)) (-15 -4146 (|#1|)) (-15 -1554 ((-907 (-390)) |#1|)) (-15 -1554 ((-907 (-576)) |#1|)) (-15 -3135 ((-904 (-390) |#1|) |#1| (-907 (-390)) (-904 (-390) |#1|))) (-15 -3135 ((-904 (-576) |#1|) |#1| (-907 (-576)) (-904 (-576) |#1|))) (-15 -2423 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2722 ((-3 |#1| "failed") (-419 (-1193 |#2|)))) (-15 -2709 ((-1193 |#2|) |#1|)) (-15 -1554 (|#1| (-1193 |#2|))) (-15 -2722 (|#1| (-1193 |#2|))) (-15 -2030 ((-1193 |#2|))) (-15 -2255 ((-701 |#2|) (-701 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-701 (-576)) (-701 |#1|))) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -1554 ((-1193 |#2|) |#1|)) (-15 -3053 (|#2|)) (-15 -1554 (|#1| (-1288 |#2|))) (-15 -1554 ((-1288 |#2|) |#1|)) (-15 -3219 ((-701 |#2|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1|)) (-15 -3817 ((-1193 |#2|) |#1|)) (-15 -2837 ((-1193 |#2|) |#1|)) (-15 -3053 (|#2| (-1288 |#1|))) (-15 -3219 ((-701 |#2|) (-1288 |#1|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1| (-1288 |#1|))) (-15 -2828 (|#2| |#1|)) (-15 -3832 (|#2| |#1|)) (-15 -4136 ((-940))) (-15 -4114 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2864 ((-783))) (-15 -4114 (|#1| (-576))) (-15 ** (|#1| |#1| (-783))) (-15 -2413 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-940))) (-15 -4037 (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-940) |#1|)) (-15 -4027 (|#1| |#1| |#1|)) (-15 -3000 ((-112) |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -3939 ((-112) |#1| |#1|))) (-167 |#2|) (-174)) (T -166))
+((-2864 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-783)) (-5 *1 (-166 *3 *4)) (-4 *3 (-167 *4)))) (-4136 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-940)) (-5 *1 (-166 *3 *4)) (-4 *3 (-167 *4)))) (-3053 (*1 *2) (-12 (-4 *2 (-174)) (-5 *1 (-166 *3 *2)) (-4 *3 (-167 *2)))) (-2030 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-1193 *4)) (-5 *1 (-166 *3 *4)) (-4 *3 (-167 *4)))))
+(-10 -8 (-15 -4107 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4114 (|#1| |#1|)) (-15 -1943 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3161 ((-2 (|:| -4352 |#1|) (|:| -4451 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3199 ((-783) |#1|)) (-15 -3018 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|)) (-15 -1905 (|#1| |#1| |#1|)) (-15 -1892 (|#1| |#1| |#1|)) (-15 -1668 (|#1| |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -1554 ((-548) |#1|)) (-15 -1554 ((-171 (-227)) |#1|)) (-15 -1554 ((-171 (-390)) |#1|)) (-15 -3435 (|#1| |#1|)) (-15 -3412 (|#1| |#1|)) (-15 -3424 (|#1| |#1|)) (-15 -3498 (|#1| |#1|)) (-15 -3487 (|#1| |#1|)) (-15 -3510 (|#1| |#1|)) (-15 -3574 (|#1| |#1|)) (-15 -3562 (|#1| |#1|)) (-15 -3586 (|#1| |#1|)) (-15 -3642 (|#1| |#1|)) (-15 -3632 (|#1| |#1|)) (-15 -3653 (|#1| |#1|)) (-15 -2608 (|#1| |#1|)) (-15 -2154 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -2723 (|#1|)) (-15 ** (|#1| |#1| (-419 (-576)))) (-15 -4074 ((-430 (-1193 |#1|)) (-1193 |#1|))) (-15 -1756 ((-430 (-1193 |#1|)) (-1193 |#1|))) (-15 -4156 ((-3 (-656 (-1193 |#1|)) "failed") (-656 (-1193 |#1|)) (-1193 |#1|))) (-15 -3878 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2951 ((-419 (-576)) |#1|)) (-15 -1358 ((-112) |#1|)) (-15 -2675 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -3366 (|#2| |#1|)) (-15 -2679 (|#1| |#1|)) (-15 -1943 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2970 (|#1| |#1|)) (-15 -4146 (|#1|)) (-15 -1554 ((-907 (-390)) |#1|)) (-15 -1554 ((-907 (-576)) |#1|)) (-15 -3135 ((-904 (-390) |#1|) |#1| (-907 (-390)) (-904 (-390) |#1|))) (-15 -3135 ((-904 (-576) |#1|) |#1| (-907 (-576)) (-904 (-576) |#1|))) (-15 -2423 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2722 ((-3 |#1| "failed") (-419 (-1193 |#2|)))) (-15 -2709 ((-1193 |#2|) |#1|)) (-15 -1554 (|#1| (-1193 |#2|))) (-15 -2722 (|#1| (-1193 |#2|))) (-15 -2030 ((-1193 |#2|))) (-15 -2255 ((-701 |#2|) (-701 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-701 (-576)) (-701 |#1|))) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -1554 ((-1193 |#2|) |#1|)) (-15 -3053 (|#2|)) (-15 -1554 (|#1| (-1288 |#2|))) (-15 -1554 ((-1288 |#2|) |#1|)) (-15 -3219 ((-701 |#2|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1|)) (-15 -3817 ((-1193 |#2|) |#1|)) (-15 -2837 ((-1193 |#2|) |#1|)) (-15 -3053 (|#2| (-1288 |#1|))) (-15 -3219 ((-701 |#2|) (-1288 |#1|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1| (-1288 |#1|))) (-15 -2828 (|#2| |#1|)) (-15 -3832 (|#2| |#1|)) (-15 -4136 ((-940))) (-15 -4114 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2864 ((-783))) (-15 -4114 (|#1| (-576))) (-15 ** (|#1| |#1| (-783))) (-15 -2413 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-940))) (-15 -4037 (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-940) |#1|)) (-15 -4027 (|#1| |#1| |#1|)) (-15 -3000 ((-112) |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -3939 ((-112) |#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 105 (-3795 (|has| |#1| (-568)) (-12 (|has| |#1| (-317)) (|has| |#1| (-928)))))) (-2116 (($ $) 106 (-3795 (|has| |#1| (-568)) (-12 (|has| |#1| (-317)) (|has| |#1| (-928)))))) (-2898 (((-112) $) 108 (-3795 (|has| |#1| (-568)) (-12 (|has| |#1| (-317)) (|has| |#1| (-928)))))) (-2237 (((-701 |#1|) (-1288 $)) 53) (((-701 |#1|)) 68)) (-3832 ((|#1| $) 59)) (-3586 (($ $) 236 (|has| |#1| (-1223)))) (-3435 (($ $) 219 (|has| |#1| (-1223)))) (-3197 (((-1210 (-940) (-783)) (-576)) 158 (|has| |#1| (-360)))) (-2583 (((-3 $ "failed") $ $) 20)) (-1654 (((-430 (-1193 $)) (-1193 $)) 250 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))))) (-4068 (($ $) 125 (-3795 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))) (|has| |#1| (-374))))) (-2068 (((-430 $) $) 126 (-3795 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))) (|has| |#1| (-374))))) (-1463 (($ $) 249 (-12 (|has| |#1| (-1023)) (|has| |#1| (-1223))))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) 253 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))))) (-4064 (((-112) $ $) 116 (|has| |#1| (-317)))) (-2200 (((-783)) 99 (|has| |#1| (-379)))) (-3562 (($ $) 235 (|has| |#1| (-1223)))) (-3412 (($ $) 220 (|has| |#1| (-1223)))) (-3612 (($ $) 234 (|has| |#1| (-1223)))) (-3461 (($ $) 221 (|has| |#1| (-1223)))) (-3853 (($) 18 T CONST)) (-2981 (((-3 (-576) "failed") $) 185 (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) 183 (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) 180)) (-2318 (((-576) $) 184 (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) 182 (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) 181)) (-3093 (($ (-1288 |#1|) (-1288 $)) 55) (($ (-1288 |#1|)) 71)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) 164 (|has| |#1| (-360)))) (-1892 (($ $ $) 120 (|has| |#1| (-317)))) (-3104 (((-701 |#1|) $ (-1288 $)) 60) (((-701 |#1|) $) 66)) (-2255 (((-701 (-576)) (-701 $)) 177 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 176 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) 175) (((-701 |#1|) (-701 $)) 174)) (-2722 (($ (-1193 |#1|)) 169) (((-3 $ "failed") (-419 (-1193 |#1|))) 166 (|has| |#1| (-374)))) (-2413 (((-3 $ "failed") $) 37)) (-1474 ((|#1| $) 261)) (-3878 (((-3 (-419 (-576)) "failed") $) 254 (|has| |#1| (-557)))) (-1358 (((-112) $) 256 (|has| |#1| (-557)))) (-2951 (((-419 (-576)) $) 255 (|has| |#1| (-557)))) (-4136 (((-940)) 61)) (-4370 (($) 102 (|has| |#1| (-379)))) (-1905 (($ $ $) 119 (|has| |#1| (-317)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 114 (|has| |#1| (-317)))) (-1766 (($) 160 (|has| |#1| (-360)))) (-2430 (((-112) $) 161 (|has| |#1| (-360)))) (-2566 (($ $ (-783)) 152 (|has| |#1| (-360))) (($ $) 151 (|has| |#1| (-360)))) (-3742 (((-112) $) 127 (-3795 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))) (|has| |#1| (-374))))) (-2675 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) 257 (-12 (|has| |#1| (-1081)) (|has| |#1| (-1223))))) (-2723 (($) 246 (|has| |#1| (-1223)))) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) 269 (|has| |#1| (-901 (-576)))) (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 268 (|has| |#1| (-901 (-390))))) (-1760 (((-940) $) 163 (|has| |#1| (-360))) (((-845 (-940)) $) 149 (|has| |#1| (-360)))) (-3315 (((-112) $) 35)) (-4063 (($ $ (-576)) 248 (-12 (|has| |#1| (-1023)) (|has| |#1| (-1223))))) (-2828 ((|#1| $) 58)) (-4080 (((-3 $ "failed") $) 153 (|has| |#1| (-360)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 123 (|has| |#1| (-317)))) (-3817 (((-1193 |#1|) $) 51 (|has| |#1| (-374)))) (-2423 (($ (-1 |#1| |#1|) $) 270)) (-2106 (((-940) $) 101 (|has| |#1| (-379)))) (-2608 (($ $) 243 (|has| |#1| (-1223)))) (-2709 (((-1193 |#1|) $) 167)) (-3015 (((-701 (-576)) (-1288 $)) 179 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) 178 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) 173) (((-701 |#1|) (-1288 $)) 172)) (-3078 (($ (-656 $)) 112 (-3795 (|has| |#1| (-317)) (-12 (|has| |#1| (-317)) (|has| |#1| (-928))))) (($ $ $) 111 (-3795 (|has| |#1| (-317)) (-12 (|has| |#1| (-317)) (|has| |#1| (-928)))))) (-4185 (((-1179) $) 10)) (-1668 (($ $) 128 (|has| |#1| (-374)))) (-3651 (($) 154 (|has| |#1| (-360)) CONST)) (-2409 (($ (-940)) 100 (|has| |#1| (-379)))) (-4146 (($) 265)) (-1485 ((|#1| $) 262)) (-3117 (((-1141) $) 11)) (-2549 (($) 171)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 113 (-3795 (|has| |#1| (-317)) (-12 (|has| |#1| (-317)) (|has| |#1| (-928)))))) (-3115 (($ (-656 $)) 110 (-3795 (|has| |#1| (-317)) (-12 (|has| |#1| (-317)) (|has| |#1| (-928))))) (($ $ $) 109 (-3795 (|has| |#1| (-317)) (-12 (|has| |#1| (-317)) (|has| |#1| (-928)))))) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) 157 (|has| |#1| (-360)))) (-1756 (((-430 (-1193 $)) (-1193 $)) 252 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))))) (-4074 (((-430 (-1193 $)) (-1193 $)) 251 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))))) (-1452 (((-430 $) $) 124 (-3795 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))) (|has| |#1| (-374))))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 122 (|has| |#1| (-317))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 121 (|has| |#1| (-317)))) (-1943 (((-3 $ "failed") $ |#1|) 260 (|has| |#1| (-568))) (((-3 $ "failed") $ $) 104 (-3795 (|has| |#1| (-568)) (-12 (|has| |#1| (-317)) (|has| |#1| (-928)))))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 115 (|has| |#1| (-317)))) (-2154 (($ $) 244 (|has| |#1| (-1223)))) (-2143 (($ $ (-656 |#1|) (-656 |#1|)) 276 (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) 275 (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) 274 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) 273 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1197)) (-656 |#1|)) 272 (|has| |#1| (-526 (-1197) |#1|))) (($ $ (-1197) |#1|) 271 (|has| |#1| (-526 (-1197) |#1|)))) (-3199 (((-783) $) 117 (|has| |#1| (-317)))) (-4369 (($ $ |#1|) 277 (|has| |#1| (-296 |#1| |#1|)))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 118 (|has| |#1| (-317)))) (-3053 ((|#1| (-1288 $)) 54) ((|#1|) 67)) (-3923 (((-783) $) 162 (|has| |#1| (-360))) (((-3 (-783) "failed") $ $) 150 (|has| |#1| (-360)))) (-4107 (($ $ (-1 |#1| |#1|)) 136) (($ $ (-1 |#1| |#1|) (-783)) 135) (($ $ (-656 (-1197)) (-656 (-783))) 141 (-3795 (-2311 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197)))) (-2311 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (|has| |#1| (-919 (-1197))))) (($ $ (-1197) (-783)) 140 (-3795 (-2311 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197)))) (-2311 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (|has| |#1| (-919 (-1197))))) (($ $ (-656 (-1197))) 139 (-3795 (-2311 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197)))) (-2311 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (|has| |#1| (-919 (-1197))))) (($ $ (-1197)) 137 (-3795 (-2311 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197)))) (-2311 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (|has| |#1| (-919 (-1197))))) (($ $ (-783)) 147 (-3795 (-2311 (|has| |#1| (-374)) (|has| |#1| (-237))) (-2311 (|has| |#1| (-374)) (|has| |#1| (-238))) (|has| |#1| (-237)) (-2311 (|has| |#1| (-237)) (|has| |#1| (-374))))) (($ $) 145 (-3795 (-2311 (|has| |#1| (-374)) (|has| |#1| (-237))) (-2311 (|has| |#1| (-374)) (|has| |#1| (-238))) (|has| |#1| (-237)) (-2311 (|has| |#1| (-237)) (|has| |#1| (-374)))))) (-4297 (((-701 |#1|) (-1288 $) (-1 |#1| |#1|)) 165 (|has| |#1| (-374)))) (-2030 (((-1193 |#1|)) 170)) (-3623 (($ $) 233 (|has| |#1| (-1223)))) (-3474 (($ $) 222 (|has| |#1| (-1223)))) (-1986 (($) 159 (|has| |#1| (-360)))) (-3599 (($ $) 232 (|has| |#1| (-1223)))) (-3448 (($ $) 223 (|has| |#1| (-1223)))) (-3574 (($ $) 231 (|has| |#1| (-1223)))) (-3424 (($ $) 224 (|has| |#1| (-1223)))) (-3219 (((-1288 |#1|) $ (-1288 $)) 57) (((-701 |#1|) (-1288 $) (-1288 $)) 56) (((-1288 |#1|) $) 73) (((-701 |#1|) (-1288 $)) 72)) (-1554 (((-1288 |#1|) $) 70) (($ (-1288 |#1|)) 69) (((-1193 |#1|) $) 186) (($ (-1193 |#1|)) 168) (((-907 (-576)) $) 267 (|has| |#1| (-626 (-907 (-576))))) (((-907 (-390)) $) 266 (|has| |#1| (-626 (-907 (-390))))) (((-171 (-390)) $) 218 (|has| |#1| (-1043))) (((-171 (-227)) $) 217 (|has| |#1| (-1043))) (((-548) $) 216 (|has| |#1| (-626 (-548))))) (-2970 (($ $) 264)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) 156 (-3795 (-2311 (|has| $ (-146)) (-12 (|has| |#1| (-317)) (|has| |#1| (-928)))) (|has| |#1| (-360))))) (-2649 (($ |#1| |#1|) 263)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 44) (($ (-419 (-576))) 98 (-3795 (|has| |#1| (-374)) (|has| |#1| (-1059 (-419 (-576)))))) (($ $) 103 (-3795 (|has| |#1| (-568)) (-12 (|has| |#1| (-317)) (|has| |#1| (-928)))))) (-3346 (($ $) 155 (|has| |#1| (-360))) (((-3 $ "failed") $) 50 (-3795 (-2311 (|has| $ (-146)) (-12 (|has| |#1| (-317)) (|has| |#1| (-928)))) (|has| |#1| (-146))))) (-2837 (((-1193 |#1|) $) 52)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-1726 (((-1288 $)) 74)) (-3653 (($ $) 242 (|has| |#1| (-1223)))) (-3510 (($ $) 230 (|has| |#1| (-1223)))) (-4095 (((-112) $ $) 107 (-3795 (|has| |#1| (-568)) (-12 (|has| |#1| (-317)) (|has| |#1| (-928)))))) (-3632 (($ $) 241 (|has| |#1| (-1223)))) (-3487 (($ $) 229 (|has| |#1| (-1223)))) (-3673 (($ $) 240 (|has| |#1| (-1223)))) (-3537 (($ $) 228 (|has| |#1| (-1223)))) (-3366 ((|#1| $) 258 (|has| |#1| (-1223)))) (-1970 (($ $) 239 (|has| |#1| (-1223)))) (-3550 (($ $) 227 (|has| |#1| (-1223)))) (-3664 (($ $) 238 (|has| |#1| (-1223)))) (-3523 (($ $) 226 (|has| |#1| (-1223)))) (-3642 (($ $) 237 (|has| |#1| (-1223)))) (-3498 (($ $) 225 (|has| |#1| (-1223)))) (-2679 (($ $) 259 (|has| |#1| (-1081)))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-1 |#1| |#1|)) 134) (($ $ (-1 |#1| |#1|) (-783)) 133) (($ $ (-656 (-1197)) (-656 (-783))) 144 (-3795 (-2311 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197)))) (-2311 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (|has| |#1| (-919 (-1197))))) (($ $ (-1197) (-783)) 143 (-3795 (-2311 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197)))) (-2311 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (|has| |#1| (-919 (-1197))))) (($ $ (-656 (-1197))) 142 (-3795 (-2311 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197)))) (-2311 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (|has| |#1| (-919 (-1197))))) (($ $ (-1197)) 138 (-3795 (-2311 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197)))) (-2311 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (|has| |#1| (-919 (-1197))))) (($ $ (-783)) 148 (-3795 (-2311 (|has| |#1| (-374)) (|has| |#1| (-237))) (-2311 (|has| |#1| (-374)) (|has| |#1| (-238))) (|has| |#1| (-237)) (-2311 (|has| |#1| (-237)) (|has| |#1| (-374))))) (($ $) 146 (-3795 (-2311 (|has| |#1| (-374)) (|has| |#1| (-237))) (-2311 (|has| |#1| (-374)) (|has| |#1| (-238))) (|has| |#1| (-237)) (-2311 (|has| |#1| (-237)) (|has| |#1| (-374)))))) (-3939 (((-112) $ $) 7)) (-4047 (($ $ $) 132 (|has| |#1| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-419 (-576))) 247 (-12 (|has| |#1| (-1023)) (|has| |#1| (-1223)))) (($ $ $) 245 (|has| |#1| (-1223))) (($ $ (-576)) 129 (|has| |#1| (-374)))) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45) (($ (-419 (-576)) $) 131 (|has| |#1| (-374))) (($ $ (-419 (-576))) 130 (|has| |#1| (-374)))))
(((-167 |#1|) (-141) (-174)) (T -167))
-((-1650 (*1 *2 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)))) (-3569 (*1 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)))) (-2949 (*1 *1 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)))) (-4175 (*1 *1 *2 *2) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)))) (-1858 (*1 *2 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)))) (-1848 (*1 *2 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)))) (-3473 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-167 *2)) (-4 *2 (-174)) (-4 *2 (-568)))) (-4308 (*1 *1 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)) (-4 *2 (-1079)))) (-3299 (*1 *2 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)) (-4 *2 (-1221)))) (-3055 (*1 *2 *1) (-12 (-4 *1 (-167 *3)) (-4 *3 (-174)) (-4 *3 (-1079)) (-4 *3 (-1221)) (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))) (-4423 (*1 *2 *1) (-12 (-4 *1 (-167 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-112)))) (-4335 (*1 *2 *1) (-12 (-4 *1 (-167 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-419 (-576))))) (-2772 (*1 *2 *1) (|partial| -12 (-4 *1 (-167 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-419 (-576))))))
-(-13 (-736 |t#1| (-1191 |t#1|)) (-423 |t#1|) (-232 |t#1|) (-349 |t#1|) (-412 |t#1|) (-897 |t#1|) (-388 |t#1|) (-174) (-10 -8 (-6 -4175) (-15 -3569 ($)) (-15 -2949 ($ $)) (-15 -4175 ($ |t#1| |t#1|)) (-15 -1858 (|t#1| $)) (-15 -1848 (|t#1| $)) (-15 -1650 (|t#1| $)) (IF (|has| |t#1| (-568)) (PROGN (-6 (-568)) (-15 -3473 ((-3 $ "failed") $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-317)) (-6 (-317)) |%noBranch|) (IF (|has| |t#1| (-6 -4461)) (-6 -4461) |%noBranch|) (IF (|has| |t#1| (-6 -4458)) (-6 -4458) |%noBranch|) (IF (|has| |t#1| (-374)) (-6 (-374)) |%noBranch|) (IF (|has| |t#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (IF (|has| |t#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |t#1| (-1041)) (PROGN (-6 (-626 (-171 (-227)))) (-6 (-626 (-171 (-390))))) |%noBranch|) (IF (|has| |t#1| (-1079)) (-15 -4308 ($ $)) |%noBranch|) (IF (|has| |t#1| (-1221)) (PROGN (-6 (-1221)) (-15 -3299 (|t#1| $)) (IF (|has| |t#1| (-1021)) (-6 (-1021)) |%noBranch|) (IF (|has| |t#1| (-1079)) (-15 -3055 ((-2 (|:| |r| |t#1|) (|:| |phi| |t#1|)) $)) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-557)) (PROGN (-15 -4423 ((-112) $)) (-15 -4335 ((-419 (-576)) $)) (-15 -2772 ((-3 (-419 (-576)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-926)) (IF (|has| |t#1| (-317)) (-6 (-926)) |%noBranch|) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-38 |#1|) . T) ((-38 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-35) |has| |#1| (-1221)) ((-95) |has| |#1| (-1221)) ((-102) . T) ((-111 #0# #0#) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-132) . T) ((-146) -2755 (|has| |#1| (-360)) (|has| |#1| (-146))) ((-148) |has| |#1| (-148)) ((-628 #0#) -2755 (|has| |#1| (-1057 (-419 (-576)))) (|has| |#1| (-360)) (|has| |#1| (-374))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-628 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-625 (-874)) . T) ((-174) . T) ((-626 (-171 (-227))) |has| |#1| (-1041)) ((-626 (-171 (-390))) |has| |#1| (-1041)) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-626 (-905 (-390))) |has| |#1| (-626 (-905 (-390)))) ((-626 (-905 (-576))) |has| |#1| (-626 (-905 (-576)))) ((-626 #1=(-1191 |#1|)) . T) ((-234 $) -2755 (|has| |#1| (-360)) (|has| |#1| (-237)) (|has| |#1| (-238))) ((-232 |#1|) . T) ((-238) -2755 (|has| |#1| (-360)) (|has| |#1| (-238))) ((-237) -2755 (|has| |#1| (-360)) (|has| |#1| (-237)) (|has| |#1| (-238))) ((-272 |#1|) . T) ((-248) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-294) |has| |#1| (-1221)) ((-296 |#1| $) |has| |#1| (-296 |#1| |#1|)) ((-300) -2755 (|has| |#1| (-568)) (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-317) -2755 (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-319 |#1|) |has| |#1| (-319 |#1|)) ((-374) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-414) |has| |#1| (-360)) ((-379) -2755 (|has| |#1| (-379)) (|has| |#1| (-360))) ((-360) |has| |#1| (-360)) ((-381 |#1| #1#) . T) ((-421 |#1| #1#) . T) ((-349 |#1|) . T) ((-388 |#1|) . T) ((-412 |#1|) . T) ((-423 |#1|) . T) ((-464) -2755 (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-505) |has| |#1| (-1221)) ((-526 (-1195) |#1|) |has| |#1| (-526 (-1195) |#1|)) ((-526 |#1| |#1|) |has| |#1| (-319 |#1|)) ((-568) -2755 (|has| |#1| (-568)) (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-658 #0#) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-660 #2=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-652 |#1|) . T) ((-652 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-651 #2#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-729 #0#) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-729 |#1|) . T) ((-729 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-736 |#1| #1#) . T) ((-738) . T) ((-909 $ #3=(-1195)) -2755 (|has| |#1| (-917 (-1195))) (|has| |#1| (-915 (-1195)))) ((-915 (-1195)) |has| |#1| (-915 (-1195))) ((-917 #3#) -2755 (|has| |#1| (-917 (-1195))) (|has| |#1| (-915 (-1195)))) ((-899 (-390)) |has| |#1| (-899 (-390))) ((-899 (-576)) |has| |#1| (-899 (-576))) ((-897 |#1|) . T) ((-926) -12 (|has| |#1| (-317)) (|has| |#1| (-926))) ((-937) -2755 (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-1021) -12 (|has| |#1| (-1021)) (|has| |#1| (-1221))) ((-1057 (-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((-1057 (-576)) |has| |#1| (-1057 (-576))) ((-1057 |#1|) . T) ((-1070 #0#) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-1070 |#1|) . T) ((-1070 $) . T) ((-1075 #0#) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-1075 |#1|) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1171) |has| |#1| (-360)) ((-1221) |has| |#1| (-1221)) ((-1224) |has| |#1| (-1221)) ((-1236) . T) ((-1240) -2755 (|has| |#1| (-360)) (|has| |#1| (-374)) (-12 (|has| |#1| (-317)) (|has| |#1| (-926)))))
-((-1827 (((-430 |#2|) |#2|) 67)))
-(((-168 |#1| |#2|) (-10 -7 (-15 -1827 ((-430 |#2|) |#2|))) (-317) (-1262 (-171 |#1|))) (T -168))
-((-1827 (*1 *2 *3) (-12 (-4 *4 (-317)) (-5 *2 (-430 *3)) (-5 *1 (-168 *4 *3)) (-4 *3 (-1262 (-171 *4))))))
-(-10 -7 (-15 -1827 ((-430 |#2|) |#2|)))
-((-2371 (((-1154) (-1154) (-301)) 8)) (-2401 (((-656 (-703 (-290))) (-1177)) 81)) (-1672 (((-703 (-290)) (-1154)) 76)))
-(((-169) (-13 (-1236) (-10 -7 (-15 -2371 ((-1154) (-1154) (-301))) (-15 -1672 ((-703 (-290)) (-1154))) (-15 -2401 ((-656 (-703 (-290))) (-1177)))))) (T -169))
-((-2371 (*1 *2 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-301)) (-5 *1 (-169)))) (-1672 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-703 (-290))) (-5 *1 (-169)))) (-2401 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-656 (-703 (-290)))) (-5 *1 (-169)))))
-(-13 (-1236) (-10 -7 (-15 -2371 ((-1154) (-1154) (-301))) (-15 -1672 ((-703 (-290)) (-1154))) (-15 -2401 ((-656 (-703 (-290))) (-1177)))))
-((-4114 (((-171 |#2|) (-1 |#2| |#1|) (-171 |#1|)) 14)))
-(((-170 |#1| |#2|) (-10 -7 (-15 -4114 ((-171 |#2|) (-1 |#2| |#1|) (-171 |#1|)))) (-174) (-174)) (T -170))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-171 *5)) (-4 *5 (-174)) (-4 *6 (-174)) (-5 *2 (-171 *6)) (-5 *1 (-170 *5 *6)))))
-(-10 -7 (-15 -4114 ((-171 |#2|) (-1 |#2| |#1|) (-171 |#1|))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 34)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (-2755 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))) (|has| |#1| (-568))))) (-4380 (($ $) NIL (-2755 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))) (|has| |#1| (-568))))) (-1657 (((-112) $) NIL (-2755 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))) (|has| |#1| (-568))))) (-1722 (((-701 |#1|) (-1286 $)) NIL) (((-701 |#1|)) NIL)) (-2205 ((|#1| $) NIL)) (-4022 (($ $) NIL (|has| |#1| (-1221)))) (-3898 (($ $) NIL (|has| |#1| (-1221)))) (-2201 (((-1208 (-938) (-783)) (-576)) NIL (|has| |#1| (-360)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (-12 (|has| |#1| (-317)) (|has| |#1| (-926))))) (-1415 (($ $) NIL (-2755 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))) (|has| |#1| (-374))))) (-3422 (((-430 $) $) NIL (-2755 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))) (|has| |#1| (-374))))) (-1838 (($ $) NIL (-12 (|has| |#1| (-1021)) (|has| |#1| (-1221))))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (-12 (|has| |#1| (-317)) (|has| |#1| (-926))))) (-1829 (((-112) $ $) NIL (|has| |#1| (-317)))) (-2093 (((-783)) NIL (|has| |#1| (-379)))) (-4003 (($ $) NIL (|has| |#1| (-1221)))) (-3874 (($ $) NIL (|has| |#1| (-1221)))) (-4047 (($ $) NIL (|has| |#1| (-1221)))) (-3917 (($ $) NIL (|has| |#1| (-1221)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) NIL)) (-2857 (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) NIL)) (-2495 (($ (-1286 |#1|) (-1286 $)) NIL) (($ (-1286 |#1|)) NIL)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-360)))) (-3426 (($ $ $) NIL (|has| |#1| (-317)))) (-3592 (((-701 |#1|) $ (-1286 $)) NIL) (((-701 |#1|) $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-3683 (($ (-1191 |#1|)) NIL) (((-3 $ "failed") (-419 (-1191 |#1|))) NIL (|has| |#1| (-374)))) (-2251 (((-3 $ "failed") $) NIL)) (-1848 ((|#1| $) 13)) (-2772 (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-557)))) (-4423 (((-112) $) NIL (|has| |#1| (-557)))) (-4335 (((-419 (-576)) $) NIL (|has| |#1| (-557)))) (-3731 (((-938)) NIL)) (-1834 (($) NIL (|has| |#1| (-379)))) (-3438 (($ $ $) NIL (|has| |#1| (-317)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| |#1| (-317)))) (-4161 (($) NIL (|has| |#1| (-360)))) (-3335 (((-112) $) NIL (|has| |#1| (-360)))) (-1385 (($ $ (-783)) NIL (|has| |#1| (-360))) (($ $) NIL (|has| |#1| (-360)))) (-4283 (((-112) $) NIL (-2755 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))) (|has| |#1| (-374))))) (-3055 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) NIL (-12 (|has| |#1| (-1079)) (|has| |#1| (-1221))))) (-1598 (($) NIL (|has| |#1| (-1221)))) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (|has| |#1| (-899 (-576)))) (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (|has| |#1| (-899 (-390))))) (-1991 (((-938) $) NIL (|has| |#1| (-360))) (((-845 (-938)) $) NIL (|has| |#1| (-360)))) (-3612 (((-112) $) 36)) (-3867 (($ $ (-576)) NIL (-12 (|has| |#1| (-1021)) (|has| |#1| (-1221))))) (-1650 ((|#1| $) 47)) (-2162 (((-3 $ "failed") $) NIL (|has| |#1| (-360)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-317)))) (-1499 (((-1191 |#1|) $) NIL (|has| |#1| (-374)))) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-4379 (((-938) $) NIL (|has| |#1| (-379)))) (-3742 (($ $) NIL (|has| |#1| (-1221)))) (-3670 (((-1191 |#1|) $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) NIL) (((-701 |#1|) (-1286 $)) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-317))) (($ $ $) NIL (|has| |#1| (-317)))) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL (|has| |#1| (-374)))) (-3537 (($) NIL (|has| |#1| (-360)) CONST)) (-3222 (($ (-938)) NIL (|has| |#1| (-379)))) (-3569 (($) NIL)) (-1858 ((|#1| $) 15)) (-1448 (((-1139) $) NIL)) (-4126 (($) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-317)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-317))) (($ $ $) NIL (|has| |#1| (-317)))) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) NIL (|has| |#1| (-360)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (-12 (|has| |#1| (-317)) (|has| |#1| (-926))))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (-12 (|has| |#1| (-317)) (|has| |#1| (-926))))) (-1827 (((-430 $) $) NIL (-2755 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))) (|has| |#1| (-374))))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-317))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-317)))) (-3473 (((-3 $ "failed") $ |#1|) 45 (|has| |#1| (-568))) (((-3 $ "failed") $ $) 48 (-2755 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))) (|has| |#1| (-568))))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-317)))) (-4101 (($ $) NIL (|has| |#1| (-1221)))) (-3281 (($ $ (-656 |#1|) (-656 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1195)) (-656 |#1|)) NIL (|has| |#1| (-526 (-1195) |#1|))) (($ $ (-1195) |#1|) NIL (|has| |#1| (-526 (-1195) |#1|)))) (-3909 (((-783) $) NIL (|has| |#1| (-317)))) (-2794 (($ $ |#1|) NIL (|has| |#1| (-296 |#1| |#1|)))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-317)))) (-2491 ((|#1| (-1286 $)) NIL) ((|#1|) NIL)) (-3544 (((-783) $) NIL (|has| |#1| (-360))) (((-3 (-783) "failed") $ $) NIL (|has| |#1| (-360)))) (-2770 (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (|has| |#1| (-917 (-1195))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (|has| |#1| (-917 (-1195))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (|has| |#1| (-917 (-1195))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (|has| |#1| (-917 (-1195))))) (($ $ (-783)) NIL (-2755 (-12 (|has| |#1| (-238)) (|has| |#1| (-374))) (|has| |#1| (-237)))) (($ $) NIL (-2755 (-12 (|has| |#1| (-238)) (|has| |#1| (-374))) (|has| |#1| (-237))))) (-4218 (((-701 |#1|) (-1286 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-374)))) (-3117 (((-1191 |#1|)) NIL)) (-4058 (($ $) NIL (|has| |#1| (-1221)))) (-3927 (($ $) NIL (|has| |#1| (-1221)))) (-4059 (($) NIL (|has| |#1| (-360)))) (-4034 (($ $) NIL (|has| |#1| (-1221)))) (-3907 (($ $) NIL (|has| |#1| (-1221)))) (-4011 (($ $) NIL (|has| |#1| (-1221)))) (-3886 (($ $) NIL (|has| |#1| (-1221)))) (-2203 (((-1286 |#1|) $ (-1286 $)) NIL) (((-701 |#1|) (-1286 $) (-1286 $)) NIL) (((-1286 |#1|) $) NIL) (((-701 |#1|) (-1286 $)) NIL)) (-4169 (((-1286 |#1|) $) NIL) (($ (-1286 |#1|)) NIL) (((-1191 |#1|) $) NIL) (($ (-1191 |#1|)) NIL) (((-905 (-576)) $) NIL (|has| |#1| (-626 (-905 (-576))))) (((-905 (-390)) $) NIL (|has| |#1| (-626 (-905 (-390))))) (((-171 (-390)) $) NIL (|has| |#1| (-1041))) (((-171 (-227)) $) NIL (|has| |#1| (-1041))) (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-2949 (($ $) 46)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#1| (-317)) (|has| |#1| (-926))) (|has| |#1| (-360))))) (-4175 (($ |#1| |#1|) 38)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#1|) 37) (($ (-419 (-576))) NIL (-2755 (|has| |#1| (-374)) (|has| |#1| (-1057 (-419 (-576)))))) (($ $) NIL (-2755 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))) (|has| |#1| (-568))))) (-2846 (($ $) NIL (|has| |#1| (-360))) (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#1| (-317)) (|has| |#1| (-926))) (|has| |#1| (-146))))) (-4324 (((-1191 |#1|) $) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) NIL)) (-2787 (($ $) NIL (|has| |#1| (-1221)))) (-3958 (($ $) NIL (|has| |#1| (-1221)))) (-4196 (((-112) $ $) NIL (-2755 (-12 (|has| |#1| (-317)) (|has| |#1| (-926))) (|has| |#1| (-568))))) (-4068 (($ $) NIL (|has| |#1| (-1221)))) (-3935 (($ $) NIL (|has| |#1| (-1221)))) (-2812 (($ $) NIL (|has| |#1| (-1221)))) (-3980 (($ $) NIL (|has| |#1| (-1221)))) (-3299 ((|#1| $) NIL (|has| |#1| (-1221)))) (-4385 (($ $) NIL (|has| |#1| (-1221)))) (-3992 (($ $) NIL (|has| |#1| (-1221)))) (-2800 (($ $) NIL (|has| |#1| (-1221)))) (-3971 (($ $) NIL (|has| |#1| (-1221)))) (-4080 (($ $) NIL (|has| |#1| (-1221)))) (-3948 (($ $) NIL (|has| |#1| (-1221)))) (-4308 (($ $) NIL (|has| |#1| (-1079)))) (-2716 (($) 28 T CONST)) (-2727 (($) 30 T CONST)) (-4359 (((-1177) $) 23 (|has| |#1| (-840))) (((-1177) $ (-112)) 25 (|has| |#1| (-840))) (((-1291) (-834) $) 26 (|has| |#1| (-840))) (((-1291) (-834) $ (-112)) 27 (|has| |#1| (-840)))) (-2014 (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (|has| |#1| (-917 (-1195))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (|has| |#1| (-917 (-1195))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (|has| |#1| (-917 (-1195))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) (|has| |#1| (-917 (-1195))))) (($ $ (-783)) NIL (-2755 (-12 (|has| |#1| (-238)) (|has| |#1| (-374))) (|has| |#1| (-237)))) (($ $) NIL (-2755 (-12 (|has| |#1| (-238)) (|has| |#1| (-374))) (|has| |#1| (-237))))) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ $) NIL (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) 40)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-419 (-576))) NIL (-12 (|has| |#1| (-1021)) (|has| |#1| (-1221)))) (($ $ $) NIL (|has| |#1| (-1221))) (($ $ (-576)) NIL (|has| |#1| (-374)))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 43) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-419 (-576)) $) NIL (|has| |#1| (-374))) (($ $ (-419 (-576))) NIL (|has| |#1| (-374)))))
+((-2828 (*1 *2 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)))) (-4146 (*1 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)))) (-2970 (*1 *1 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)))) (-2649 (*1 *1 *2 *2) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)))) (-1485 (*1 *2 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)))) (-1474 (*1 *2 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)))) (-1943 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-167 *2)) (-4 *2 (-174)) (-4 *2 (-568)))) (-2679 (*1 *1 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)) (-4 *2 (-1081)))) (-3366 (*1 *2 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)) (-4 *2 (-1223)))) (-2675 (*1 *2 *1) (-12 (-4 *1 (-167 *3)) (-4 *3 (-174)) (-4 *3 (-1081)) (-4 *3 (-1223)) (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))) (-1358 (*1 *2 *1) (-12 (-4 *1 (-167 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-112)))) (-2951 (*1 *2 *1) (-12 (-4 *1 (-167 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-419 (-576))))) (-3878 (*1 *2 *1) (|partial| -12 (-4 *1 (-167 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-419 (-576))))))
+(-13 (-736 |t#1| (-1193 |t#1|)) (-423 |t#1|) (-232 |t#1|) (-349 |t#1|) (-412 |t#1|) (-899 |t#1|) (-388 |t#1|) (-174) (-10 -8 (-6 -2649) (-15 -4146 ($)) (-15 -2970 ($ $)) (-15 -2649 ($ |t#1| |t#1|)) (-15 -1485 (|t#1| $)) (-15 -1474 (|t#1| $)) (-15 -2828 (|t#1| $)) (IF (|has| |t#1| (-568)) (PROGN (-6 (-568)) (-15 -1943 ((-3 $ "failed") $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-317)) (-6 (-317)) |%noBranch|) (IF (|has| |t#1| (-6 -4463)) (-6 -4463) |%noBranch|) (IF (|has| |t#1| (-6 -4460)) (-6 -4460) |%noBranch|) (IF (|has| |t#1| (-374)) (-6 (-374)) |%noBranch|) (IF (|has| |t#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (IF (|has| |t#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |t#1| (-1043)) (PROGN (-6 (-626 (-171 (-227)))) (-6 (-626 (-171 (-390))))) |%noBranch|) (IF (|has| |t#1| (-1081)) (-15 -2679 ($ $)) |%noBranch|) (IF (|has| |t#1| (-1223)) (PROGN (-6 (-1223)) (-15 -3366 (|t#1| $)) (IF (|has| |t#1| (-1023)) (-6 (-1023)) |%noBranch|) (IF (|has| |t#1| (-1081)) (-15 -2675 ((-2 (|:| |r| |t#1|) (|:| |phi| |t#1|)) $)) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-557)) (PROGN (-15 -1358 ((-112) $)) (-15 -2951 ((-419 (-576)) $)) (-15 -3878 ((-3 (-419 (-576)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-928)) (IF (|has| |t#1| (-317)) (-6 (-928)) |%noBranch|) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-38 |#1|) . T) ((-38 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-35) |has| |#1| (-1223)) ((-95) |has| |#1| (-1223)) ((-102) . T) ((-111 #0# #0#) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-132) . T) ((-146) -3795 (|has| |#1| (-360)) (|has| |#1| (-146))) ((-148) |has| |#1| (-148)) ((-628 #0#) -3795 (|has| |#1| (-1059 (-419 (-576)))) (|has| |#1| (-360)) (|has| |#1| (-374))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-628 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-625 (-876)) . T) ((-174) . T) ((-626 (-171 (-227))) |has| |#1| (-1043)) ((-626 (-171 (-390))) |has| |#1| (-1043)) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-626 (-907 (-390))) |has| |#1| (-626 (-907 (-390)))) ((-626 (-907 (-576))) |has| |#1| (-626 (-907 (-576)))) ((-626 #1=(-1193 |#1|)) . T) ((-234 $) -3795 (|has| |#1| (-360)) (|has| |#1| (-237)) (|has| |#1| (-238))) ((-232 |#1|) . T) ((-238) -3795 (|has| |#1| (-360)) (|has| |#1| (-238))) ((-237) -3795 (|has| |#1| (-360)) (|has| |#1| (-237)) (|has| |#1| (-238))) ((-272 |#1|) . T) ((-248) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-294) |has| |#1| (-1223)) ((-296 |#1| $) |has| |#1| (-296 |#1| |#1|)) ((-300) -3795 (|has| |#1| (-568)) (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-317) -3795 (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-319 |#1|) |has| |#1| (-319 |#1|)) ((-374) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-414) |has| |#1| (-360)) ((-379) -3795 (|has| |#1| (-379)) (|has| |#1| (-360))) ((-360) |has| |#1| (-360)) ((-381 |#1| #1#) . T) ((-421 |#1| #1#) . T) ((-349 |#1|) . T) ((-388 |#1|) . T) ((-412 |#1|) . T) ((-423 |#1|) . T) ((-464) -3795 (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-505) |has| |#1| (-1223)) ((-526 (-1197) |#1|) |has| |#1| (-526 (-1197) |#1|)) ((-526 |#1| |#1|) |has| |#1| (-319 |#1|)) ((-568) -3795 (|has| |#1| (-568)) (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-658 #0#) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-660 #2=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-652 |#1|) . T) ((-652 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-651 #2#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-729 #0#) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-729 |#1|) . T) ((-729 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-736 |#1| #1#) . T) ((-738) . T) ((-911 $ #3=(-1197)) -3795 (|has| |#1| (-919 (-1197))) (|has| |#1| (-917 (-1197)))) ((-917 (-1197)) |has| |#1| (-917 (-1197))) ((-919 #3#) -3795 (|has| |#1| (-919 (-1197))) (|has| |#1| (-917 (-1197)))) ((-901 (-390)) |has| |#1| (-901 (-390))) ((-901 (-576)) |has| |#1| (-901 (-576))) ((-899 |#1|) . T) ((-928) -12 (|has| |#1| (-317)) (|has| |#1| (-928))) ((-939) -3795 (|has| |#1| (-360)) (|has| |#1| (-374)) (|has| |#1| (-317))) ((-1023) -12 (|has| |#1| (-1023)) (|has| |#1| (-1223))) ((-1059 (-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((-1059 (-576)) |has| |#1| (-1059 (-576))) ((-1059 |#1|) . T) ((-1072 #0#) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-1072 |#1|) . T) ((-1072 $) . T) ((-1077 #0#) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-1077 |#1|) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1173) |has| |#1| (-360)) ((-1223) |has| |#1| (-1223)) ((-1226) |has| |#1| (-1223)) ((-1238) . T) ((-1242) -3795 (|has| |#1| (-360)) (|has| |#1| (-374)) (-12 (|has| |#1| (-317)) (|has| |#1| (-928)))))
+((-1452 (((-430 |#2|) |#2|) 67)))
+(((-168 |#1| |#2|) (-10 -7 (-15 -1452 ((-430 |#2|) |#2|))) (-317) (-1264 (-171 |#1|))) (T -168))
+((-1452 (*1 *2 *3) (-12 (-4 *4 (-317)) (-5 *2 (-430 *3)) (-5 *1 (-168 *4 *3)) (-4 *3 (-1264 (-171 *4))))))
+(-10 -7 (-15 -1452 ((-430 |#2|) |#2|)))
+((-1548 (((-1156) (-1156) (-301)) 8)) (-1449 (((-656 (-703 (-290))) (-1179)) 81)) (-1745 (((-703 (-290)) (-1156)) 76)))
+(((-169) (-13 (-1238) (-10 -7 (-15 -1548 ((-1156) (-1156) (-301))) (-15 -1745 ((-703 (-290)) (-1156))) (-15 -1449 ((-656 (-703 (-290))) (-1179)))))) (T -169))
+((-1548 (*1 *2 *2 *3) (-12 (-5 *2 (-1156)) (-5 *3 (-301)) (-5 *1 (-169)))) (-1745 (*1 *2 *3) (-12 (-5 *3 (-1156)) (-5 *2 (-703 (-290))) (-5 *1 (-169)))) (-1449 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-656 (-703 (-290)))) (-5 *1 (-169)))))
+(-13 (-1238) (-10 -7 (-15 -1548 ((-1156) (-1156) (-301))) (-15 -1745 ((-703 (-290)) (-1156))) (-15 -1449 ((-656 (-703 (-290))) (-1179)))))
+((-2423 (((-171 |#2|) (-1 |#2| |#1|) (-171 |#1|)) 14)))
+(((-170 |#1| |#2|) (-10 -7 (-15 -2423 ((-171 |#2|) (-1 |#2| |#1|) (-171 |#1|)))) (-174) (-174)) (T -170))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-171 *5)) (-4 *5 (-174)) (-4 *6 (-174)) (-5 *2 (-171 *6)) (-5 *1 (-170 *5 *6)))))
+(-10 -7 (-15 -2423 ((-171 |#2|) (-1 |#2| |#1|) (-171 |#1|))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 34)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (-3795 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))) (|has| |#1| (-568))))) (-2116 (($ $) NIL (-3795 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))) (|has| |#1| (-568))))) (-2898 (((-112) $) NIL (-3795 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))) (|has| |#1| (-568))))) (-2237 (((-701 |#1|) (-1288 $)) NIL) (((-701 |#1|)) NIL)) (-3832 ((|#1| $) NIL)) (-3586 (($ $) NIL (|has| |#1| (-1223)))) (-3435 (($ $) NIL (|has| |#1| (-1223)))) (-3197 (((-1210 (-940) (-783)) (-576)) NIL (|has| |#1| (-360)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (-12 (|has| |#1| (-317)) (|has| |#1| (-928))))) (-4068 (($ $) NIL (-3795 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))) (|has| |#1| (-374))))) (-2068 (((-430 $) $) NIL (-3795 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))) (|has| |#1| (-374))))) (-1463 (($ $) NIL (-12 (|has| |#1| (-1023)) (|has| |#1| (-1223))))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (-12 (|has| |#1| (-317)) (|has| |#1| (-928))))) (-4064 (((-112) $ $) NIL (|has| |#1| (-317)))) (-2200 (((-783)) NIL (|has| |#1| (-379)))) (-3562 (($ $) NIL (|has| |#1| (-1223)))) (-3412 (($ $) NIL (|has| |#1| (-1223)))) (-3612 (($ $) NIL (|has| |#1| (-1223)))) (-3461 (($ $) NIL (|has| |#1| (-1223)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) NIL)) (-2318 (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) NIL)) (-3093 (($ (-1288 |#1|) (-1288 $)) NIL) (($ (-1288 |#1|)) NIL)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-360)))) (-1892 (($ $ $) NIL (|has| |#1| (-317)))) (-3104 (((-701 |#1|) $ (-1288 $)) NIL) (((-701 |#1|) $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2722 (($ (-1193 |#1|)) NIL) (((-3 $ "failed") (-419 (-1193 |#1|))) NIL (|has| |#1| (-374)))) (-2413 (((-3 $ "failed") $) NIL)) (-1474 ((|#1| $) 13)) (-3878 (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-557)))) (-1358 (((-112) $) NIL (|has| |#1| (-557)))) (-2951 (((-419 (-576)) $) NIL (|has| |#1| (-557)))) (-4136 (((-940)) NIL)) (-4370 (($) NIL (|has| |#1| (-379)))) (-1905 (($ $ $) NIL (|has| |#1| (-317)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| |#1| (-317)))) (-1766 (($) NIL (|has| |#1| (-360)))) (-2430 (((-112) $) NIL (|has| |#1| (-360)))) (-2566 (($ $ (-783)) NIL (|has| |#1| (-360))) (($ $) NIL (|has| |#1| (-360)))) (-3742 (((-112) $) NIL (-3795 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))) (|has| |#1| (-374))))) (-2675 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) NIL (-12 (|has| |#1| (-1081)) (|has| |#1| (-1223))))) (-2723 (($) NIL (|has| |#1| (-1223)))) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (|has| |#1| (-901 (-576)))) (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (|has| |#1| (-901 (-390))))) (-1760 (((-940) $) NIL (|has| |#1| (-360))) (((-845 (-940)) $) NIL (|has| |#1| (-360)))) (-3315 (((-112) $) 36)) (-4063 (($ $ (-576)) NIL (-12 (|has| |#1| (-1023)) (|has| |#1| (-1223))))) (-2828 ((|#1| $) 47)) (-4080 (((-3 $ "failed") $) NIL (|has| |#1| (-360)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-317)))) (-3817 (((-1193 |#1|) $) NIL (|has| |#1| (-374)))) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-2106 (((-940) $) NIL (|has| |#1| (-379)))) (-2608 (($ $) NIL (|has| |#1| (-1223)))) (-2709 (((-1193 |#1|) $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) NIL) (((-701 |#1|) (-1288 $)) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-317))) (($ $ $) NIL (|has| |#1| (-317)))) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL (|has| |#1| (-374)))) (-3651 (($) NIL (|has| |#1| (-360)) CONST)) (-2409 (($ (-940)) NIL (|has| |#1| (-379)))) (-4146 (($) NIL)) (-1485 ((|#1| $) 15)) (-3117 (((-1141) $) NIL)) (-2549 (($) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-317)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-317))) (($ $ $) NIL (|has| |#1| (-317)))) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) NIL (|has| |#1| (-360)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (-12 (|has| |#1| (-317)) (|has| |#1| (-928))))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (-12 (|has| |#1| (-317)) (|has| |#1| (-928))))) (-1452 (((-430 $) $) NIL (-3795 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))) (|has| |#1| (-374))))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-317))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-317)))) (-1943 (((-3 $ "failed") $ |#1|) 45 (|has| |#1| (-568))) (((-3 $ "failed") $ $) 48 (-3795 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))) (|has| |#1| (-568))))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-317)))) (-2154 (($ $) NIL (|has| |#1| (-1223)))) (-2143 (($ $ (-656 |#1|) (-656 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1197)) (-656 |#1|)) NIL (|has| |#1| (-526 (-1197) |#1|))) (($ $ (-1197) |#1|) NIL (|has| |#1| (-526 (-1197) |#1|)))) (-3199 (((-783) $) NIL (|has| |#1| (-317)))) (-4369 (($ $ |#1|) NIL (|has| |#1| (-296 |#1| |#1|)))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-317)))) (-3053 ((|#1| (-1288 $)) NIL) ((|#1|) NIL)) (-3923 (((-783) $) NIL (|has| |#1| (-360))) (((-3 (-783) "failed") $ $) NIL (|has| |#1| (-360)))) (-4107 (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (|has| |#1| (-919 (-1197))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (|has| |#1| (-919 (-1197))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (|has| |#1| (-919 (-1197))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (|has| |#1| (-919 (-1197))))) (($ $ (-783)) NIL (-3795 (-12 (|has| |#1| (-238)) (|has| |#1| (-374))) (|has| |#1| (-237)))) (($ $) NIL (-3795 (-12 (|has| |#1| (-238)) (|has| |#1| (-374))) (|has| |#1| (-237))))) (-4297 (((-701 |#1|) (-1288 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-374)))) (-2030 (((-1193 |#1|)) NIL)) (-3623 (($ $) NIL (|has| |#1| (-1223)))) (-3474 (($ $) NIL (|has| |#1| (-1223)))) (-1986 (($) NIL (|has| |#1| (-360)))) (-3599 (($ $) NIL (|has| |#1| (-1223)))) (-3448 (($ $) NIL (|has| |#1| (-1223)))) (-3574 (($ $) NIL (|has| |#1| (-1223)))) (-3424 (($ $) NIL (|has| |#1| (-1223)))) (-3219 (((-1288 |#1|) $ (-1288 $)) NIL) (((-701 |#1|) (-1288 $) (-1288 $)) NIL) (((-1288 |#1|) $) NIL) (((-701 |#1|) (-1288 $)) NIL)) (-1554 (((-1288 |#1|) $) NIL) (($ (-1288 |#1|)) NIL) (((-1193 |#1|) $) NIL) (($ (-1193 |#1|)) NIL) (((-907 (-576)) $) NIL (|has| |#1| (-626 (-907 (-576))))) (((-907 (-390)) $) NIL (|has| |#1| (-626 (-907 (-390))))) (((-171 (-390)) $) NIL (|has| |#1| (-1043))) (((-171 (-227)) $) NIL (|has| |#1| (-1043))) (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-2970 (($ $) 46)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#1| (-317)) (|has| |#1| (-928))) (|has| |#1| (-360))))) (-2649 (($ |#1| |#1|) 38)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#1|) 37) (($ (-419 (-576))) NIL (-3795 (|has| |#1| (-374)) (|has| |#1| (-1059 (-419 (-576)))))) (($ $) NIL (-3795 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))) (|has| |#1| (-568))))) (-3346 (($ $) NIL (|has| |#1| (-360))) (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#1| (-317)) (|has| |#1| (-928))) (|has| |#1| (-146))))) (-2837 (((-1193 |#1|) $) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) NIL)) (-3653 (($ $) NIL (|has| |#1| (-1223)))) (-3510 (($ $) NIL (|has| |#1| (-1223)))) (-4095 (((-112) $ $) NIL (-3795 (-12 (|has| |#1| (-317)) (|has| |#1| (-928))) (|has| |#1| (-568))))) (-3632 (($ $) NIL (|has| |#1| (-1223)))) (-3487 (($ $) NIL (|has| |#1| (-1223)))) (-3673 (($ $) NIL (|has| |#1| (-1223)))) (-3537 (($ $) NIL (|has| |#1| (-1223)))) (-3366 ((|#1| $) NIL (|has| |#1| (-1223)))) (-1970 (($ $) NIL (|has| |#1| (-1223)))) (-3550 (($ $) NIL (|has| |#1| (-1223)))) (-3664 (($ $) NIL (|has| |#1| (-1223)))) (-3523 (($ $) NIL (|has| |#1| (-1223)))) (-3642 (($ $) NIL (|has| |#1| (-1223)))) (-3498 (($ $) NIL (|has| |#1| (-1223)))) (-2679 (($ $) NIL (|has| |#1| (-1081)))) (-4312 (($) 28 T CONST)) (-4322 (($) 30 T CONST)) (-1883 (((-1179) $) 23 (|has| |#1| (-840))) (((-1179) $ (-112)) 25 (|has| |#1| (-840))) (((-1293) (-834) $) 26 (|has| |#1| (-840))) (((-1293) (-834) $ (-112)) 27 (|has| |#1| (-840)))) (-3157 (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (|has| |#1| (-919 (-1197))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (|has| |#1| (-919 (-1197))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (|has| |#1| (-919 (-1197))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) (|has| |#1| (-919 (-1197))))) (($ $ (-783)) NIL (-3795 (-12 (|has| |#1| (-238)) (|has| |#1| (-374))) (|has| |#1| (-237)))) (($ $) NIL (-3795 (-12 (|has| |#1| (-238)) (|has| |#1| (-374))) (|has| |#1| (-237))))) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ $) NIL (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) 40)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-419 (-576))) NIL (-12 (|has| |#1| (-1023)) (|has| |#1| (-1223)))) (($ $ $) NIL (|has| |#1| (-1223))) (($ $ (-576)) NIL (|has| |#1| (-374)))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 43) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-419 (-576)) $) NIL (|has| |#1| (-374))) (($ $ (-419 (-576))) NIL (|has| |#1| (-374)))))
(((-171 |#1|) (-13 (-167 |#1|) (-10 -7 (IF (|has| |#1| (-840)) (-6 (-840)) |%noBranch|))) (-174)) (T -171))
NIL
(-13 (-167 |#1|) (-10 -7 (IF (|has| |#1| (-840)) (-6 (-840)) |%noBranch|)))
-((-4169 (((-905 |#1|) |#3|) 22)))
-(((-172 |#1| |#2| |#3|) (-10 -7 (-15 -4169 ((-905 |#1|) |#3|))) (-1119) (-13 (-626 (-905 |#1|)) (-174)) (-167 |#2|)) (T -172))
-((-4169 (*1 *2 *3) (-12 (-4 *5 (-13 (-626 *2) (-174))) (-5 *2 (-905 *4)) (-5 *1 (-172 *4 *5 *3)) (-4 *4 (-1119)) (-4 *3 (-167 *5)))))
-(-10 -7 (-15 -4169 ((-905 |#1|) |#3|)))
-((-3486 (((-112) $ $) NIL)) (-1869 (((-112) $) 9)) (-1968 (((-112) $ (-112)) 11)) (-4138 (($) 13)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-1868 (($ $) 14)) (-3567 (((-874) $) 18)) (-3048 (((-112) $) 8)) (-1952 (((-112) $ (-112)) 10)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-173) (-13 (-1119) (-10 -8 (-15 -4138 ($)) (-15 -3048 ((-112) $)) (-15 -1869 ((-112) $)) (-15 -1952 ((-112) $ (-112))) (-15 -1968 ((-112) $ (-112))) (-15 -1868 ($ $))))) (T -173))
-((-4138 (*1 *1) (-5 *1 (-173))) (-3048 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-173)))) (-1869 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-173)))) (-1952 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-173)))) (-1968 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-173)))) (-1868 (*1 *1 *1) (-5 *1 (-173))))
-(-13 (-1119) (-10 -8 (-15 -4138 ($)) (-15 -3048 ((-112) $)) (-15 -1869 ((-112) $)) (-15 -1952 ((-112) $ (-112))) (-15 -1968 ((-112) $ (-112))) (-15 -1868 ($ $))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-3612 (((-112) $) 35)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12) (($ (-576)) 33)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+((-1554 (((-907 |#1|) |#3|) 22)))
+(((-172 |#1| |#2| |#3|) (-10 -7 (-15 -1554 ((-907 |#1|) |#3|))) (-1121) (-13 (-626 (-907 |#1|)) (-174)) (-167 |#2|)) (T -172))
+((-1554 (*1 *2 *3) (-12 (-4 *5 (-13 (-626 *2) (-174))) (-5 *2 (-907 *4)) (-5 *1 (-172 *4 *5 *3)) (-4 *4 (-1121)) (-4 *3 (-167 *5)))))
+(-10 -7 (-15 -1554 ((-907 |#1|) |#3|)))
+((-1955 (((-112) $ $) NIL)) (-3158 (((-112) $) 9)) (-2795 (((-112) $ (-112)) 11)) (-1988 (($) 13)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4287 (($ $) 14)) (-4114 (((-876) $) 18)) (-2617 (((-112) $) 8)) (-1594 (((-112) $ (-112)) 10)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-173) (-13 (-1121) (-10 -8 (-15 -1988 ($)) (-15 -2617 ((-112) $)) (-15 -3158 ((-112) $)) (-15 -1594 ((-112) $ (-112))) (-15 -2795 ((-112) $ (-112))) (-15 -4287 ($ $))))) (T -173))
+((-1988 (*1 *1) (-5 *1 (-173))) (-2617 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-173)))) (-3158 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-173)))) (-1594 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-173)))) (-2795 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-173)))) (-4287 (*1 *1 *1) (-5 *1 (-173))))
+(-13 (-1121) (-10 -8 (-15 -1988 ($)) (-15 -2617 ((-112) $)) (-15 -3158 ((-112) $)) (-15 -1594 ((-112) $ (-112))) (-15 -2795 ((-112) $ (-112))) (-15 -4287 ($ $))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-3315 (((-112) $) 35)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12) (($ (-576)) 33)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
(((-174) (-141)) (T -174))
NIL
-(-13 (-1068) (-111 $ $) (-10 -7 (-6 (-4464 "*"))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-1070 $) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-1662 (($ $) 6)))
+(-13 (-1070) (-111 $ $) (-10 -7 (-6 (-4466 "*"))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-1072 $) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-1675 (($ $) 6)))
(((-175) (-141)) (T -175))
-((-1662 (*1 *1 *1) (-4 *1 (-175))))
-(-13 (-10 -8 (-15 -1662 ($ $))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3522 ((|#1| $) 81)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1829 (((-112) $ $) NIL)) (-2135 (($) NIL T CONST)) (-3426 (($ $ $) NIL)) (-1987 (($ $) 21)) (-3342 (($ |#1| (-1176 |#1|)) 50)) (-2251 (((-3 $ "failed") $) 123)) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3825 (((-1176 |#1|) $) 88)) (-3643 (((-1176 |#1|) $) 85)) (-2129 (((-1176 |#1|) $) 86)) (-3612 (((-112) $) NIL)) (-2742 (((-1176 |#1|) $) 94)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3457 (($ (-656 $)) NIL) (($ $ $) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ (-656 $)) NIL) (($ $ $) NIL)) (-1827 (((-430 $) $) NIL)) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL)) (-3905 (($ $ (-576)) 97)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-1388 (((-1176 |#1|) $) 95)) (-3349 (((-1176 (-419 |#1|)) $) 14)) (-2028 (($ (-419 |#1|)) 17) (($ |#1| (-1176 |#1|) (-1176 |#1|)) 40)) (-3746 (($ $) 99)) (-3567 (((-874) $) 139) (($ (-576)) 53) (($ |#1|) 54) (($ (-419 |#1|)) 38) (($ (-419 (-576))) NIL) (($ $) NIL)) (-2596 (((-783)) 69 T CONST)) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-1423 (((-1176 (-419 |#1|)) $) 20)) (-2716 (($) 27 T CONST)) (-2727 (($) 30 T CONST)) (-2921 (((-112) $ $) 37)) (-3054 (($ $ $) 121)) (-3041 (($ $) 112) (($ $ $) 109)) (-3027 (($ $ $) 107)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 119) (($ $ $) 114) (($ $ |#1|) NIL) (($ |#1| $) 116) (($ (-419 |#1|) $) 117) (($ $ (-419 |#1|)) NIL) (($ (-419 (-576)) $) NIL) (($ $ (-419 (-576))) NIL)))
-(((-176 |#1|) (-13 (-38 |#1|) (-38 (-419 |#1|)) (-374) (-10 -8 (-15 -2028 ($ (-419 |#1|))) (-15 -2028 ($ |#1| (-1176 |#1|) (-1176 |#1|))) (-15 -3342 ($ |#1| (-1176 |#1|))) (-15 -3643 ((-1176 |#1|) $)) (-15 -2129 ((-1176 |#1|) $)) (-15 -3825 ((-1176 |#1|) $)) (-15 -3522 (|#1| $)) (-15 -1987 ($ $)) (-15 -1423 ((-1176 (-419 |#1|)) $)) (-15 -3349 ((-1176 (-419 |#1|)) $)) (-15 -2742 ((-1176 |#1|) $)) (-15 -1388 ((-1176 |#1|) $)) (-15 -3905 ($ $ (-576))) (-15 -3746 ($ $)))) (-317)) (T -176))
-((-2028 (*1 *1 *2) (-12 (-5 *2 (-419 *3)) (-4 *3 (-317)) (-5 *1 (-176 *3)))) (-2028 (*1 *1 *2 *3 *3) (-12 (-5 *3 (-1176 *2)) (-4 *2 (-317)) (-5 *1 (-176 *2)))) (-3342 (*1 *1 *2 *3) (-12 (-5 *3 (-1176 *2)) (-4 *2 (-317)) (-5 *1 (-176 *2)))) (-3643 (*1 *2 *1) (-12 (-5 *2 (-1176 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))) (-2129 (*1 *2 *1) (-12 (-5 *2 (-1176 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))) (-3825 (*1 *2 *1) (-12 (-5 *2 (-1176 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))) (-3522 (*1 *2 *1) (-12 (-5 *1 (-176 *2)) (-4 *2 (-317)))) (-1987 (*1 *1 *1) (-12 (-5 *1 (-176 *2)) (-4 *2 (-317)))) (-1423 (*1 *2 *1) (-12 (-5 *2 (-1176 (-419 *3))) (-5 *1 (-176 *3)) (-4 *3 (-317)))) (-3349 (*1 *2 *1) (-12 (-5 *2 (-1176 (-419 *3))) (-5 *1 (-176 *3)) (-4 *3 (-317)))) (-2742 (*1 *2 *1) (-12 (-5 *2 (-1176 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))) (-1388 (*1 *2 *1) (-12 (-5 *2 (-1176 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))) (-3905 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-176 *3)) (-4 *3 (-317)))) (-3746 (*1 *1 *1) (-12 (-5 *1 (-176 *2)) (-4 *2 (-317)))))
-(-13 (-38 |#1|) (-38 (-419 |#1|)) (-374) (-10 -8 (-15 -2028 ($ (-419 |#1|))) (-15 -2028 ($ |#1| (-1176 |#1|) (-1176 |#1|))) (-15 -3342 ($ |#1| (-1176 |#1|))) (-15 -3643 ((-1176 |#1|) $)) (-15 -2129 ((-1176 |#1|) $)) (-15 -3825 ((-1176 |#1|) $)) (-15 -3522 (|#1| $)) (-15 -1987 ($ $)) (-15 -1423 ((-1176 (-419 |#1|)) $)) (-15 -3349 ((-1176 (-419 |#1|)) $)) (-15 -2742 ((-1176 |#1|) $)) (-15 -1388 ((-1176 |#1|) $)) (-15 -3905 ($ $ (-576))) (-15 -3746 ($ $))))
-((-2030 (($ (-109) $) 15)) (-1546 (((-703 (-109)) (-518) $) 14)) (-3567 (((-874) $) 18)) (-2572 (((-656 (-109)) $) 8)))
-(((-177) (-13 (-625 (-874)) (-10 -8 (-15 -2572 ((-656 (-109)) $)) (-15 -2030 ($ (-109) $)) (-15 -1546 ((-703 (-109)) (-518) $))))) (T -177))
-((-2572 (*1 *2 *1) (-12 (-5 *2 (-656 (-109))) (-5 *1 (-177)))) (-2030 (*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-177)))) (-1546 (*1 *2 *3 *1) (-12 (-5 *3 (-518)) (-5 *2 (-703 (-109))) (-5 *1 (-177)))))
-(-13 (-625 (-874)) (-10 -8 (-15 -2572 ((-656 (-109)) $)) (-15 -2030 ($ (-109) $)) (-15 -1546 ((-703 (-109)) (-518) $))))
-((-3219 (((-1 (-960 |#1|) (-960 |#1|)) |#1|) 38)) (-2336 (((-960 |#1|) (-960 |#1|)) 22)) (-3880 (((-1 (-960 |#1|) (-960 |#1|)) |#1|) 34)) (-3394 (((-960 |#1|) (-960 |#1|)) 20)) (-1599 (((-960 |#1|) (-960 |#1|)) 28)) (-3929 (((-960 |#1|) (-960 |#1|)) 27)) (-2219 (((-960 |#1|) (-960 |#1|)) 26)) (-1473 (((-1 (-960 |#1|) (-960 |#1|)) |#1|) 35)) (-1865 (((-1 (-960 |#1|) (-960 |#1|)) |#1|) 33)) (-4419 (((-1 (-960 |#1|) (-960 |#1|)) |#1|) 32)) (-2418 (((-960 |#1|) (-960 |#1|)) 21)) (-3489 (((-1 (-960 |#1|) (-960 |#1|)) |#1| |#1|) 41)) (-3359 (((-960 |#1|) (-960 |#1|)) 8)) (-2413 (((-1 (-960 |#1|) (-960 |#1|)) |#1|) 37)) (-3655 (((-1 (-960 |#1|) (-960 |#1|)) |#1|) 36)))
-(((-178 |#1|) (-10 -7 (-15 -3359 ((-960 |#1|) (-960 |#1|))) (-15 -3394 ((-960 |#1|) (-960 |#1|))) (-15 -2418 ((-960 |#1|) (-960 |#1|))) (-15 -2336 ((-960 |#1|) (-960 |#1|))) (-15 -2219 ((-960 |#1|) (-960 |#1|))) (-15 -3929 ((-960 |#1|) (-960 |#1|))) (-15 -1599 ((-960 |#1|) (-960 |#1|))) (-15 -4419 ((-1 (-960 |#1|) (-960 |#1|)) |#1|)) (-15 -1865 ((-1 (-960 |#1|) (-960 |#1|)) |#1|)) (-15 -3880 ((-1 (-960 |#1|) (-960 |#1|)) |#1|)) (-15 -1473 ((-1 (-960 |#1|) (-960 |#1|)) |#1|)) (-15 -3655 ((-1 (-960 |#1|) (-960 |#1|)) |#1|)) (-15 -2413 ((-1 (-960 |#1|) (-960 |#1|)) |#1|)) (-15 -3219 ((-1 (-960 |#1|) (-960 |#1|)) |#1|)) (-15 -3489 ((-1 (-960 |#1|) (-960 |#1|)) |#1| |#1|))) (-13 (-374) (-1221) (-1021))) (T -178))
-((-3489 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-960 *3) (-960 *3))) (-5 *1 (-178 *3)) (-4 *3 (-13 (-374) (-1221) (-1021))))) (-3219 (*1 *2 *3) (-12 (-5 *2 (-1 (-960 *3) (-960 *3))) (-5 *1 (-178 *3)) (-4 *3 (-13 (-374) (-1221) (-1021))))) (-2413 (*1 *2 *3) (-12 (-5 *2 (-1 (-960 *3) (-960 *3))) (-5 *1 (-178 *3)) (-4 *3 (-13 (-374) (-1221) (-1021))))) (-3655 (*1 *2 *3) (-12 (-5 *2 (-1 (-960 *3) (-960 *3))) (-5 *1 (-178 *3)) (-4 *3 (-13 (-374) (-1221) (-1021))))) (-1473 (*1 *2 *3) (-12 (-5 *2 (-1 (-960 *3) (-960 *3))) (-5 *1 (-178 *3)) (-4 *3 (-13 (-374) (-1221) (-1021))))) (-3880 (*1 *2 *3) (-12 (-5 *2 (-1 (-960 *3) (-960 *3))) (-5 *1 (-178 *3)) (-4 *3 (-13 (-374) (-1221) (-1021))))) (-1865 (*1 *2 *3) (-12 (-5 *2 (-1 (-960 *3) (-960 *3))) (-5 *1 (-178 *3)) (-4 *3 (-13 (-374) (-1221) (-1021))))) (-4419 (*1 *2 *3) (-12 (-5 *2 (-1 (-960 *3) (-960 *3))) (-5 *1 (-178 *3)) (-4 *3 (-13 (-374) (-1221) (-1021))))) (-1599 (*1 *2 *2) (-12 (-5 *2 (-960 *3)) (-4 *3 (-13 (-374) (-1221) (-1021))) (-5 *1 (-178 *3)))) (-3929 (*1 *2 *2) (-12 (-5 *2 (-960 *3)) (-4 *3 (-13 (-374) (-1221) (-1021))) (-5 *1 (-178 *3)))) (-2219 (*1 *2 *2) (-12 (-5 *2 (-960 *3)) (-4 *3 (-13 (-374) (-1221) (-1021))) (-5 *1 (-178 *3)))) (-2336 (*1 *2 *2) (-12 (-5 *2 (-960 *3)) (-4 *3 (-13 (-374) (-1221) (-1021))) (-5 *1 (-178 *3)))) (-2418 (*1 *2 *2) (-12 (-5 *2 (-960 *3)) (-4 *3 (-13 (-374) (-1221) (-1021))) (-5 *1 (-178 *3)))) (-3394 (*1 *2 *2) (-12 (-5 *2 (-960 *3)) (-4 *3 (-13 (-374) (-1221) (-1021))) (-5 *1 (-178 *3)))) (-3359 (*1 *2 *2) (-12 (-5 *2 (-960 *3)) (-4 *3 (-13 (-374) (-1221) (-1021))) (-5 *1 (-178 *3)))))
-(-10 -7 (-15 -3359 ((-960 |#1|) (-960 |#1|))) (-15 -3394 ((-960 |#1|) (-960 |#1|))) (-15 -2418 ((-960 |#1|) (-960 |#1|))) (-15 -2336 ((-960 |#1|) (-960 |#1|))) (-15 -2219 ((-960 |#1|) (-960 |#1|))) (-15 -3929 ((-960 |#1|) (-960 |#1|))) (-15 -1599 ((-960 |#1|) (-960 |#1|))) (-15 -4419 ((-1 (-960 |#1|) (-960 |#1|)) |#1|)) (-15 -1865 ((-1 (-960 |#1|) (-960 |#1|)) |#1|)) (-15 -3880 ((-1 (-960 |#1|) (-960 |#1|)) |#1|)) (-15 -1473 ((-1 (-960 |#1|) (-960 |#1|)) |#1|)) (-15 -3655 ((-1 (-960 |#1|) (-960 |#1|)) |#1|)) (-15 -2413 ((-1 (-960 |#1|) (-960 |#1|)) |#1|)) (-15 -3219 ((-1 (-960 |#1|) (-960 |#1|)) |#1|)) (-15 -3489 ((-1 (-960 |#1|) (-960 |#1|)) |#1| |#1|)))
-((-4324 ((|#2| |#3|) 28)))
-(((-179 |#1| |#2| |#3|) (-10 -7 (-15 -4324 (|#2| |#3|))) (-174) (-1262 |#1|) (-736 |#1| |#2|)) (T -179))
-((-4324 (*1 *2 *3) (-12 (-4 *4 (-174)) (-4 *2 (-1262 *4)) (-5 *1 (-179 *4 *2 *3)) (-4 *3 (-736 *4 *2)))))
-(-10 -7 (-15 -4324 (|#2| |#3|)))
-((-1866 (((-902 |#1| |#3|) |#3| (-905 |#1|) (-902 |#1| |#3|)) 44 (|has| (-969 |#2|) (-899 |#1|)))))
-(((-180 |#1| |#2| |#3|) (-10 -7 (IF (|has| (-969 |#2|) (-899 |#1|)) (-15 -1866 ((-902 |#1| |#3|) |#3| (-905 |#1|) (-902 |#1| |#3|))) |%noBranch|)) (-1119) (-13 (-899 |#1|) (-174)) (-167 |#2|)) (T -180))
-((-1866 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-902 *5 *3)) (-5 *4 (-905 *5)) (-4 *5 (-1119)) (-4 *3 (-167 *6)) (-4 (-969 *6) (-899 *5)) (-4 *6 (-13 (-899 *5) (-174))) (-5 *1 (-180 *5 *6 *3)))))
-(-10 -7 (IF (|has| (-969 |#2|) (-899 |#1|)) (-15 -1866 ((-902 |#1| |#3|) |#3| (-905 |#1|) (-902 |#1| |#3|))) |%noBranch|))
-((-1341 (((-656 |#1|) (-656 |#1|) |#1|) 41)) (-2449 (((-656 |#1|) |#1| (-656 |#1|)) 20)) (-3666 (((-656 |#1|) (-656 (-656 |#1|)) (-656 |#1|)) 36) ((|#1| (-656 |#1|) (-656 |#1|)) 32)))
-(((-181 |#1|) (-10 -7 (-15 -2449 ((-656 |#1|) |#1| (-656 |#1|))) (-15 -3666 (|#1| (-656 |#1|) (-656 |#1|))) (-15 -3666 ((-656 |#1|) (-656 (-656 |#1|)) (-656 |#1|))) (-15 -1341 ((-656 |#1|) (-656 |#1|) |#1|))) (-317)) (T -181))
-((-1341 (*1 *2 *2 *3) (-12 (-5 *2 (-656 *3)) (-4 *3 (-317)) (-5 *1 (-181 *3)))) (-3666 (*1 *2 *3 *2) (-12 (-5 *3 (-656 (-656 *4))) (-5 *2 (-656 *4)) (-4 *4 (-317)) (-5 *1 (-181 *4)))) (-3666 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *2)) (-5 *1 (-181 *2)) (-4 *2 (-317)))) (-2449 (*1 *2 *3 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-317)) (-5 *1 (-181 *3)))))
-(-10 -7 (-15 -2449 ((-656 |#1|) |#1| (-656 |#1|))) (-15 -3666 (|#1| (-656 |#1|) (-656 |#1|))) (-15 -3666 ((-656 |#1|) (-656 (-656 |#1|)) (-656 |#1|))) (-15 -1341 ((-656 |#1|) (-656 |#1|) |#1|)))
-((-3486 (((-112) $ $) NIL)) (-2981 (((-1235) $) 13)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3119 (((-1154) $) 10)) (-3567 (((-874) $) 20) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-182) (-13 (-1102) (-10 -8 (-15 -3119 ((-1154) $)) (-15 -2981 ((-1235) $))))) (T -182))
-((-3119 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-182)))) (-2981 (*1 *2 *1) (-12 (-5 *2 (-1235)) (-5 *1 (-182)))))
-(-13 (-1102) (-10 -8 (-15 -3119 ((-1154) $)) (-15 -2981 ((-1235) $))))
-((-1331 (((-2 (|:| |start| |#2|) (|:| -1840 (-430 |#2|))) |#2|) 66)) (-3610 ((|#1| |#1|) 58)) (-3786 (((-171 |#1|) |#2|) 93)) (-1659 ((|#1| |#2|) 136) ((|#1| |#2| |#1|) 90)) (-3417 ((|#2| |#2|) 91)) (-3049 (((-430 |#2|) |#2| |#1|) 118) (((-430 |#2|) |#2| |#1| (-112)) 88)) (-1650 ((|#1| |#2|) 117)) (-1891 ((|#2| |#2|) 130)) (-1827 (((-430 |#2|) |#2|) 153) (((-430 |#2|) |#2| |#1|) 33) (((-430 |#2|) |#2| |#1| (-112)) 152)) (-2115 (((-656 (-2 (|:| -1840 (-656 |#2|)) (|:| -3311 |#1|))) |#2| |#2|) 151) (((-656 (-2 (|:| -1840 (-656 |#2|)) (|:| -3311 |#1|))) |#2| |#2| (-112)) 81)) (-3465 (((-656 (-171 |#1|)) |#2| |#1|) 42) (((-656 (-171 |#1|)) |#2|) 43)))
-(((-183 |#1| |#2|) (-10 -7 (-15 -3465 ((-656 (-171 |#1|)) |#2|)) (-15 -3465 ((-656 (-171 |#1|)) |#2| |#1|)) (-15 -2115 ((-656 (-2 (|:| -1840 (-656 |#2|)) (|:| -3311 |#1|))) |#2| |#2| (-112))) (-15 -2115 ((-656 (-2 (|:| -1840 (-656 |#2|)) (|:| -3311 |#1|))) |#2| |#2|)) (-15 -1827 ((-430 |#2|) |#2| |#1| (-112))) (-15 -1827 ((-430 |#2|) |#2| |#1|)) (-15 -1827 ((-430 |#2|) |#2|)) (-15 -1891 (|#2| |#2|)) (-15 -1650 (|#1| |#2|)) (-15 -3049 ((-430 |#2|) |#2| |#1| (-112))) (-15 -3049 ((-430 |#2|) |#2| |#1|)) (-15 -3417 (|#2| |#2|)) (-15 -1659 (|#1| |#2| |#1|)) (-15 -1659 (|#1| |#2|)) (-15 -3786 ((-171 |#1|) |#2|)) (-15 -3610 (|#1| |#1|)) (-15 -1331 ((-2 (|:| |start| |#2|) (|:| -1840 (-430 |#2|))) |#2|))) (-13 (-374) (-860)) (-1262 (-171 |#1|))) (T -183))
-((-1331 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-2 (|:| |start| *3) (|:| -1840 (-430 *3)))) (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4))))) (-3610 (*1 *2 *2) (-12 (-4 *2 (-13 (-374) (-860))) (-5 *1 (-183 *2 *3)) (-4 *3 (-1262 (-171 *2))))) (-3786 (*1 *2 *3) (-12 (-5 *2 (-171 *4)) (-5 *1 (-183 *4 *3)) (-4 *4 (-13 (-374) (-860))) (-4 *3 (-1262 *2)))) (-1659 (*1 *2 *3) (-12 (-4 *2 (-13 (-374) (-860))) (-5 *1 (-183 *2 *3)) (-4 *3 (-1262 (-171 *2))))) (-1659 (*1 *2 *3 *2) (-12 (-4 *2 (-13 (-374) (-860))) (-5 *1 (-183 *2 *3)) (-4 *3 (-1262 (-171 *2))))) (-3417 (*1 *2 *2) (-12 (-4 *3 (-13 (-374) (-860))) (-5 *1 (-183 *3 *2)) (-4 *2 (-1262 (-171 *3))))) (-3049 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-430 *3)) (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4))))) (-3049 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *4 (-13 (-374) (-860))) (-5 *2 (-430 *3)) (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4))))) (-1650 (*1 *2 *3) (-12 (-4 *2 (-13 (-374) (-860))) (-5 *1 (-183 *2 *3)) (-4 *3 (-1262 (-171 *2))))) (-1891 (*1 *2 *2) (-12 (-4 *3 (-13 (-374) (-860))) (-5 *1 (-183 *3 *2)) (-4 *2 (-1262 (-171 *3))))) (-1827 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-430 *3)) (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4))))) (-1827 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-430 *3)) (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4))))) (-1827 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *4 (-13 (-374) (-860))) (-5 *2 (-430 *3)) (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4))))) (-2115 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-656 (-2 (|:| -1840 (-656 *3)) (|:| -3311 *4)))) (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4))))) (-2115 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-374) (-860))) (-5 *2 (-656 (-2 (|:| -1840 (-656 *3)) (|:| -3311 *5)))) (-5 *1 (-183 *5 *3)) (-4 *3 (-1262 (-171 *5))))) (-3465 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-656 (-171 *4))) (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4))))) (-3465 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-656 (-171 *4))) (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4))))))
-(-10 -7 (-15 -3465 ((-656 (-171 |#1|)) |#2|)) (-15 -3465 ((-656 (-171 |#1|)) |#2| |#1|)) (-15 -2115 ((-656 (-2 (|:| -1840 (-656 |#2|)) (|:| -3311 |#1|))) |#2| |#2| (-112))) (-15 -2115 ((-656 (-2 (|:| -1840 (-656 |#2|)) (|:| -3311 |#1|))) |#2| |#2|)) (-15 -1827 ((-430 |#2|) |#2| |#1| (-112))) (-15 -1827 ((-430 |#2|) |#2| |#1|)) (-15 -1827 ((-430 |#2|) |#2|)) (-15 -1891 (|#2| |#2|)) (-15 -1650 (|#1| |#2|)) (-15 -3049 ((-430 |#2|) |#2| |#1| (-112))) (-15 -3049 ((-430 |#2|) |#2| |#1|)) (-15 -3417 (|#2| |#2|)) (-15 -1659 (|#1| |#2| |#1|)) (-15 -1659 (|#1| |#2|)) (-15 -3786 ((-171 |#1|) |#2|)) (-15 -3610 (|#1| |#1|)) (-15 -1331 ((-2 (|:| |start| |#2|) (|:| -1840 (-430 |#2|))) |#2|)))
-((-1389 (((-3 |#2| "failed") |#2|) 16)) (-1335 (((-783) |#2|) 18)) (-3386 ((|#2| |#2| |#2|) 20)))
-(((-184 |#1| |#2|) (-10 -7 (-15 -1389 ((-3 |#2| "failed") |#2|)) (-15 -1335 ((-783) |#2|)) (-15 -3386 (|#2| |#2| |#2|))) (-1236) (-686 |#1|)) (T -184))
-((-3386 (*1 *2 *2 *2) (-12 (-4 *3 (-1236)) (-5 *1 (-184 *3 *2)) (-4 *2 (-686 *3)))) (-1335 (*1 *2 *3) (-12 (-4 *4 (-1236)) (-5 *2 (-783)) (-5 *1 (-184 *4 *3)) (-4 *3 (-686 *4)))) (-1389 (*1 *2 *2) (|partial| -12 (-4 *3 (-1236)) (-5 *1 (-184 *3 *2)) (-4 *2 (-686 *3)))))
-(-10 -7 (-15 -1389 ((-3 |#2| "failed") |#2|)) (-15 -1335 ((-783) |#2|)) (-15 -3386 (|#2| |#2| |#2|)))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2561 ((|#1| $) 7)) (-3567 (((-874) $) 14)) (-1540 (((-112) $ $) NIL)) (-1924 (((-656 (-1200)) $) 10)) (-2921 (((-112) $ $) 12)))
-(((-185 |#1|) (-13 (-1119) (-10 -8 (-15 -2561 (|#1| $)) (-15 -1924 ((-656 (-1200)) $)))) (-187)) (T -185))
-((-2561 (*1 *2 *1) (-12 (-5 *1 (-185 *2)) (-4 *2 (-187)))) (-1924 (*1 *2 *1) (-12 (-5 *2 (-656 (-1200))) (-5 *1 (-185 *3)) (-4 *3 (-187)))))
-(-13 (-1119) (-10 -8 (-15 -2561 (|#1| $)) (-15 -1924 ((-656 (-1200)) $))))
-((-3296 (((-656 (-877)) $) 16)) (-1745 (((-188) $) 8)) (-3766 (((-656 (-112)) $) 13)) (-2735 (((-55) $) 10)))
-(((-186 |#1|) (-10 -8 (-15 -3296 ((-656 (-877)) |#1|)) (-15 -3766 ((-656 (-112)) |#1|)) (-15 -1745 ((-188) |#1|)) (-15 -2735 ((-55) |#1|))) (-187)) (T -186))
-NIL
-(-10 -8 (-15 -3296 ((-656 (-877)) |#1|)) (-15 -3766 ((-656 (-112)) |#1|)) (-15 -1745 ((-188) |#1|)) (-15 -2735 ((-55) |#1|)))
-((-3486 (((-112) $ $) 6)) (-3296 (((-656 (-877)) $) 19)) (-2624 (((-518) $) 16)) (-3881 (((-1177) $) 10)) (-1745 (((-188) $) 21)) (-3796 (((-112) $ (-518)) 14)) (-1448 (((-1139) $) 11)) (-3766 (((-656 (-112)) $) 20)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2735 (((-55) $) 15)) (-2921 (((-112) $ $) 7)))
+((-1675 (*1 *1 *1) (-4 *1 (-175))))
+(-13 (-10 -8 (-15 -1675 ($ $))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3730 ((|#1| $) 81)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4064 (((-112) $ $) NIL)) (-3853 (($) NIL T CONST)) (-1892 (($ $ $) NIL)) (-1727 (($ $) 21)) (-2491 (($ |#1| (-1178 |#1|)) 50)) (-2413 (((-3 $ "failed") $) 123)) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-1692 (((-1178 |#1|) $) 88)) (-3648 (((-1178 |#1|) $) 85)) (-3787 (((-1178 |#1|) $) 86)) (-3315 (((-112) $) NIL)) (-1641 (((-1178 |#1|) $) 94)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3078 (($ (-656 $)) NIL) (($ $ $) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ (-656 $)) NIL) (($ $ $) NIL)) (-1452 (((-430 $) $) NIL)) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL)) (-3168 (($ $ (-576)) 97)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-2572 (((-1178 |#1|) $) 95)) (-2574 (((-1178 (-419 |#1|)) $) 14)) (-2073 (($ (-419 |#1|)) 17) (($ |#1| (-1178 |#1|) (-1178 |#1|)) 40)) (-2093 (($ $) 99)) (-4114 (((-876) $) 139) (($ (-576)) 53) (($ |#1|) 54) (($ (-419 |#1|)) 38) (($ (-419 (-576))) NIL) (($ $) NIL)) (-2864 (((-783)) 69 T CONST)) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-4264 (((-1178 (-419 |#1|)) $) 20)) (-4312 (($) 27 T CONST)) (-4322 (($) 30 T CONST)) (-3939 (((-112) $ $) 37)) (-4047 (($ $ $) 121)) (-4037 (($ $) 112) (($ $ $) 109)) (-4027 (($ $ $) 107)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 119) (($ $ $) 114) (($ $ |#1|) NIL) (($ |#1| $) 116) (($ (-419 |#1|) $) 117) (($ $ (-419 |#1|)) NIL) (($ (-419 (-576)) $) NIL) (($ $ (-419 (-576))) NIL)))
+(((-176 |#1|) (-13 (-38 |#1|) (-38 (-419 |#1|)) (-374) (-10 -8 (-15 -2073 ($ (-419 |#1|))) (-15 -2073 ($ |#1| (-1178 |#1|) (-1178 |#1|))) (-15 -2491 ($ |#1| (-1178 |#1|))) (-15 -3648 ((-1178 |#1|) $)) (-15 -3787 ((-1178 |#1|) $)) (-15 -1692 ((-1178 |#1|) $)) (-15 -3730 (|#1| $)) (-15 -1727 ($ $)) (-15 -4264 ((-1178 (-419 |#1|)) $)) (-15 -2574 ((-1178 (-419 |#1|)) $)) (-15 -1641 ((-1178 |#1|) $)) (-15 -2572 ((-1178 |#1|) $)) (-15 -3168 ($ $ (-576))) (-15 -2093 ($ $)))) (-317)) (T -176))
+((-2073 (*1 *1 *2) (-12 (-5 *2 (-419 *3)) (-4 *3 (-317)) (-5 *1 (-176 *3)))) (-2073 (*1 *1 *2 *3 *3) (-12 (-5 *3 (-1178 *2)) (-4 *2 (-317)) (-5 *1 (-176 *2)))) (-2491 (*1 *1 *2 *3) (-12 (-5 *3 (-1178 *2)) (-4 *2 (-317)) (-5 *1 (-176 *2)))) (-3648 (*1 *2 *1) (-12 (-5 *2 (-1178 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))) (-3787 (*1 *2 *1) (-12 (-5 *2 (-1178 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))) (-1692 (*1 *2 *1) (-12 (-5 *2 (-1178 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))) (-3730 (*1 *2 *1) (-12 (-5 *1 (-176 *2)) (-4 *2 (-317)))) (-1727 (*1 *1 *1) (-12 (-5 *1 (-176 *2)) (-4 *2 (-317)))) (-4264 (*1 *2 *1) (-12 (-5 *2 (-1178 (-419 *3))) (-5 *1 (-176 *3)) (-4 *3 (-317)))) (-2574 (*1 *2 *1) (-12 (-5 *2 (-1178 (-419 *3))) (-5 *1 (-176 *3)) (-4 *3 (-317)))) (-1641 (*1 *2 *1) (-12 (-5 *2 (-1178 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))) (-2572 (*1 *2 *1) (-12 (-5 *2 (-1178 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))) (-3168 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-176 *3)) (-4 *3 (-317)))) (-2093 (*1 *1 *1) (-12 (-5 *1 (-176 *2)) (-4 *2 (-317)))))
+(-13 (-38 |#1|) (-38 (-419 |#1|)) (-374) (-10 -8 (-15 -2073 ($ (-419 |#1|))) (-15 -2073 ($ |#1| (-1178 |#1|) (-1178 |#1|))) (-15 -2491 ($ |#1| (-1178 |#1|))) (-15 -3648 ((-1178 |#1|) $)) (-15 -3787 ((-1178 |#1|) $)) (-15 -1692 ((-1178 |#1|) $)) (-15 -3730 (|#1| $)) (-15 -1727 ($ $)) (-15 -4264 ((-1178 (-419 |#1|)) $)) (-15 -2574 ((-1178 (-419 |#1|)) $)) (-15 -1641 ((-1178 |#1|) $)) (-15 -2572 ((-1178 |#1|) $)) (-15 -3168 ($ $ (-576))) (-15 -2093 ($ $))))
+((-2091 (($ (-109) $) 15)) (-3066 (((-703 (-109)) (-518) $) 14)) (-4114 (((-876) $) 18)) (-3222 (((-656 (-109)) $) 8)))
+(((-177) (-13 (-625 (-876)) (-10 -8 (-15 -3222 ((-656 (-109)) $)) (-15 -2091 ($ (-109) $)) (-15 -3066 ((-703 (-109)) (-518) $))))) (T -177))
+((-3222 (*1 *2 *1) (-12 (-5 *2 (-656 (-109))) (-5 *1 (-177)))) (-2091 (*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-177)))) (-3066 (*1 *2 *3 *1) (-12 (-5 *3 (-518)) (-5 *2 (-703 (-109))) (-5 *1 (-177)))))
+(-13 (-625 (-876)) (-10 -8 (-15 -3222 ((-656 (-109)) $)) (-15 -2091 ($ (-109) $)) (-15 -3066 ((-703 (-109)) (-518) $))))
+((-3819 (((-1 (-962 |#1|) (-962 |#1|)) |#1|) 38)) (-2035 (((-962 |#1|) (-962 |#1|)) 22)) (-4174 (((-1 (-962 |#1|) (-962 |#1|)) |#1|) 34)) (-1771 (((-962 |#1|) (-962 |#1|)) 20)) (-2308 (((-962 |#1|) (-962 |#1|)) 28)) (-3404 (((-962 |#1|) (-962 |#1|)) 27)) (-3388 (((-962 |#1|) (-962 |#1|)) 26)) (-2026 (((-1 (-962 |#1|) (-962 |#1|)) |#1|) 35)) (-3120 (((-1 (-962 |#1|) (-962 |#1|)) |#1|) 33)) (-1330 (((-1 (-962 |#1|) (-962 |#1|)) |#1|) 32)) (-1599 (((-962 |#1|) (-962 |#1|)) 21)) (-1471 (((-1 (-962 |#1|) (-962 |#1|)) |#1| |#1|) 41)) (-2682 (((-962 |#1|) (-962 |#1|)) 8)) (-1559 (((-1 (-962 |#1|) (-962 |#1|)) |#1|) 37)) (-2438 (((-1 (-962 |#1|) (-962 |#1|)) |#1|) 36)))
+(((-178 |#1|) (-10 -7 (-15 -2682 ((-962 |#1|) (-962 |#1|))) (-15 -1771 ((-962 |#1|) (-962 |#1|))) (-15 -1599 ((-962 |#1|) (-962 |#1|))) (-15 -2035 ((-962 |#1|) (-962 |#1|))) (-15 -3388 ((-962 |#1|) (-962 |#1|))) (-15 -3404 ((-962 |#1|) (-962 |#1|))) (-15 -2308 ((-962 |#1|) (-962 |#1|))) (-15 -1330 ((-1 (-962 |#1|) (-962 |#1|)) |#1|)) (-15 -3120 ((-1 (-962 |#1|) (-962 |#1|)) |#1|)) (-15 -4174 ((-1 (-962 |#1|) (-962 |#1|)) |#1|)) (-15 -2026 ((-1 (-962 |#1|) (-962 |#1|)) |#1|)) (-15 -2438 ((-1 (-962 |#1|) (-962 |#1|)) |#1|)) (-15 -1559 ((-1 (-962 |#1|) (-962 |#1|)) |#1|)) (-15 -3819 ((-1 (-962 |#1|) (-962 |#1|)) |#1|)) (-15 -1471 ((-1 (-962 |#1|) (-962 |#1|)) |#1| |#1|))) (-13 (-374) (-1223) (-1023))) (T -178))
+((-1471 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-962 *3) (-962 *3))) (-5 *1 (-178 *3)) (-4 *3 (-13 (-374) (-1223) (-1023))))) (-3819 (*1 *2 *3) (-12 (-5 *2 (-1 (-962 *3) (-962 *3))) (-5 *1 (-178 *3)) (-4 *3 (-13 (-374) (-1223) (-1023))))) (-1559 (*1 *2 *3) (-12 (-5 *2 (-1 (-962 *3) (-962 *3))) (-5 *1 (-178 *3)) (-4 *3 (-13 (-374) (-1223) (-1023))))) (-2438 (*1 *2 *3) (-12 (-5 *2 (-1 (-962 *3) (-962 *3))) (-5 *1 (-178 *3)) (-4 *3 (-13 (-374) (-1223) (-1023))))) (-2026 (*1 *2 *3) (-12 (-5 *2 (-1 (-962 *3) (-962 *3))) (-5 *1 (-178 *3)) (-4 *3 (-13 (-374) (-1223) (-1023))))) (-4174 (*1 *2 *3) (-12 (-5 *2 (-1 (-962 *3) (-962 *3))) (-5 *1 (-178 *3)) (-4 *3 (-13 (-374) (-1223) (-1023))))) (-3120 (*1 *2 *3) (-12 (-5 *2 (-1 (-962 *3) (-962 *3))) (-5 *1 (-178 *3)) (-4 *3 (-13 (-374) (-1223) (-1023))))) (-1330 (*1 *2 *3) (-12 (-5 *2 (-1 (-962 *3) (-962 *3))) (-5 *1 (-178 *3)) (-4 *3 (-13 (-374) (-1223) (-1023))))) (-2308 (*1 *2 *2) (-12 (-5 *2 (-962 *3)) (-4 *3 (-13 (-374) (-1223) (-1023))) (-5 *1 (-178 *3)))) (-3404 (*1 *2 *2) (-12 (-5 *2 (-962 *3)) (-4 *3 (-13 (-374) (-1223) (-1023))) (-5 *1 (-178 *3)))) (-3388 (*1 *2 *2) (-12 (-5 *2 (-962 *3)) (-4 *3 (-13 (-374) (-1223) (-1023))) (-5 *1 (-178 *3)))) (-2035 (*1 *2 *2) (-12 (-5 *2 (-962 *3)) (-4 *3 (-13 (-374) (-1223) (-1023))) (-5 *1 (-178 *3)))) (-1599 (*1 *2 *2) (-12 (-5 *2 (-962 *3)) (-4 *3 (-13 (-374) (-1223) (-1023))) (-5 *1 (-178 *3)))) (-1771 (*1 *2 *2) (-12 (-5 *2 (-962 *3)) (-4 *3 (-13 (-374) (-1223) (-1023))) (-5 *1 (-178 *3)))) (-2682 (*1 *2 *2) (-12 (-5 *2 (-962 *3)) (-4 *3 (-13 (-374) (-1223) (-1023))) (-5 *1 (-178 *3)))))
+(-10 -7 (-15 -2682 ((-962 |#1|) (-962 |#1|))) (-15 -1771 ((-962 |#1|) (-962 |#1|))) (-15 -1599 ((-962 |#1|) (-962 |#1|))) (-15 -2035 ((-962 |#1|) (-962 |#1|))) (-15 -3388 ((-962 |#1|) (-962 |#1|))) (-15 -3404 ((-962 |#1|) (-962 |#1|))) (-15 -2308 ((-962 |#1|) (-962 |#1|))) (-15 -1330 ((-1 (-962 |#1|) (-962 |#1|)) |#1|)) (-15 -3120 ((-1 (-962 |#1|) (-962 |#1|)) |#1|)) (-15 -4174 ((-1 (-962 |#1|) (-962 |#1|)) |#1|)) (-15 -2026 ((-1 (-962 |#1|) (-962 |#1|)) |#1|)) (-15 -2438 ((-1 (-962 |#1|) (-962 |#1|)) |#1|)) (-15 -1559 ((-1 (-962 |#1|) (-962 |#1|)) |#1|)) (-15 -3819 ((-1 (-962 |#1|) (-962 |#1|)) |#1|)) (-15 -1471 ((-1 (-962 |#1|) (-962 |#1|)) |#1| |#1|)))
+((-2837 ((|#2| |#3|) 28)))
+(((-179 |#1| |#2| |#3|) (-10 -7 (-15 -2837 (|#2| |#3|))) (-174) (-1264 |#1|) (-736 |#1| |#2|)) (T -179))
+((-2837 (*1 *2 *3) (-12 (-4 *4 (-174)) (-4 *2 (-1264 *4)) (-5 *1 (-179 *4 *2 *3)) (-4 *3 (-736 *4 *2)))))
+(-10 -7 (-15 -2837 (|#2| |#3|)))
+((-3135 (((-904 |#1| |#3|) |#3| (-907 |#1|) (-904 |#1| |#3|)) 44 (|has| (-971 |#2|) (-901 |#1|)))))
+(((-180 |#1| |#2| |#3|) (-10 -7 (IF (|has| (-971 |#2|) (-901 |#1|)) (-15 -3135 ((-904 |#1| |#3|) |#3| (-907 |#1|) (-904 |#1| |#3|))) |%noBranch|)) (-1121) (-13 (-901 |#1|) (-174)) (-167 |#2|)) (T -180))
+((-3135 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-904 *5 *3)) (-5 *4 (-907 *5)) (-4 *5 (-1121)) (-4 *3 (-167 *6)) (-4 (-971 *6) (-901 *5)) (-4 *6 (-13 (-901 *5) (-174))) (-5 *1 (-180 *5 *6 *3)))))
+(-10 -7 (IF (|has| (-971 |#2|) (-901 |#1|)) (-15 -3135 ((-904 |#1| |#3|) |#3| (-907 |#1|) (-904 |#1| |#3|))) |%noBranch|))
+((-2395 (((-656 |#1|) (-656 |#1|) |#1|) 41)) (-3881 (((-656 |#1|) |#1| (-656 |#1|)) 20)) (-2558 (((-656 |#1|) (-656 (-656 |#1|)) (-656 |#1|)) 36) ((|#1| (-656 |#1|) (-656 |#1|)) 32)))
+(((-181 |#1|) (-10 -7 (-15 -3881 ((-656 |#1|) |#1| (-656 |#1|))) (-15 -2558 (|#1| (-656 |#1|) (-656 |#1|))) (-15 -2558 ((-656 |#1|) (-656 (-656 |#1|)) (-656 |#1|))) (-15 -2395 ((-656 |#1|) (-656 |#1|) |#1|))) (-317)) (T -181))
+((-2395 (*1 *2 *2 *3) (-12 (-5 *2 (-656 *3)) (-4 *3 (-317)) (-5 *1 (-181 *3)))) (-2558 (*1 *2 *3 *2) (-12 (-5 *3 (-656 (-656 *4))) (-5 *2 (-656 *4)) (-4 *4 (-317)) (-5 *1 (-181 *4)))) (-2558 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *2)) (-5 *1 (-181 *2)) (-4 *2 (-317)))) (-3881 (*1 *2 *3 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-317)) (-5 *1 (-181 *3)))))
+(-10 -7 (-15 -3881 ((-656 |#1|) |#1| (-656 |#1|))) (-15 -2558 (|#1| (-656 |#1|) (-656 |#1|))) (-15 -2558 ((-656 |#1|) (-656 (-656 |#1|)) (-656 |#1|))) (-15 -2395 ((-656 |#1|) (-656 |#1|) |#1|)))
+((-1955 (((-112) $ $) NIL)) (-4170 (((-1237) $) 13)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2230 (((-1156) $) 10)) (-4114 (((-876) $) 20) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-182) (-13 (-1104) (-10 -8 (-15 -2230 ((-1156) $)) (-15 -4170 ((-1237) $))))) (T -182))
+((-2230 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-182)))) (-4170 (*1 *2 *1) (-12 (-5 *2 (-1237)) (-5 *1 (-182)))))
+(-13 (-1104) (-10 -8 (-15 -2230 ((-1156) $)) (-15 -4170 ((-1237) $))))
+((-2294 (((-2 (|:| |start| |#2|) (|:| -4155 (-430 |#2|))) |#2|) 66)) (-3289 ((|#1| |#1|) 58)) (-1338 (((-171 |#1|) |#2|) 93)) (-1653 ((|#1| |#2|) 136) ((|#1| |#2| |#1|) 90)) (-2013 ((|#2| |#2|) 91)) (-2627 (((-430 |#2|) |#2| |#1|) 118) (((-430 |#2|) |#2| |#1| (-112)) 88)) (-2828 ((|#1| |#2|) 117)) (-3369 ((|#2| |#2|) 130)) (-1452 (((-430 |#2|) |#2|) 153) (((-430 |#2|) |#2| |#1|) 33) (((-430 |#2|) |#2| |#1| (-112)) 152)) (-1657 (((-656 (-2 (|:| -4155 (-656 |#2|)) (|:| -2176 |#1|))) |#2| |#2|) 151) (((-656 (-2 (|:| -4155 (-656 |#2|)) (|:| -2176 |#1|))) |#2| |#2| (-112)) 81)) (-4394 (((-656 (-171 |#1|)) |#2| |#1|) 42) (((-656 (-171 |#1|)) |#2|) 43)))
+(((-183 |#1| |#2|) (-10 -7 (-15 -4394 ((-656 (-171 |#1|)) |#2|)) (-15 -4394 ((-656 (-171 |#1|)) |#2| |#1|)) (-15 -1657 ((-656 (-2 (|:| -4155 (-656 |#2|)) (|:| -2176 |#1|))) |#2| |#2| (-112))) (-15 -1657 ((-656 (-2 (|:| -4155 (-656 |#2|)) (|:| -2176 |#1|))) |#2| |#2|)) (-15 -1452 ((-430 |#2|) |#2| |#1| (-112))) (-15 -1452 ((-430 |#2|) |#2| |#1|)) (-15 -1452 ((-430 |#2|) |#2|)) (-15 -3369 (|#2| |#2|)) (-15 -2828 (|#1| |#2|)) (-15 -2627 ((-430 |#2|) |#2| |#1| (-112))) (-15 -2627 ((-430 |#2|) |#2| |#1|)) (-15 -2013 (|#2| |#2|)) (-15 -1653 (|#1| |#2| |#1|)) (-15 -1653 (|#1| |#2|)) (-15 -1338 ((-171 |#1|) |#2|)) (-15 -3289 (|#1| |#1|)) (-15 -2294 ((-2 (|:| |start| |#2|) (|:| -4155 (-430 |#2|))) |#2|))) (-13 (-374) (-860)) (-1264 (-171 |#1|))) (T -183))
+((-2294 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-2 (|:| |start| *3) (|:| -4155 (-430 *3)))) (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4))))) (-3289 (*1 *2 *2) (-12 (-4 *2 (-13 (-374) (-860))) (-5 *1 (-183 *2 *3)) (-4 *3 (-1264 (-171 *2))))) (-1338 (*1 *2 *3) (-12 (-5 *2 (-171 *4)) (-5 *1 (-183 *4 *3)) (-4 *4 (-13 (-374) (-860))) (-4 *3 (-1264 *2)))) (-1653 (*1 *2 *3) (-12 (-4 *2 (-13 (-374) (-860))) (-5 *1 (-183 *2 *3)) (-4 *3 (-1264 (-171 *2))))) (-1653 (*1 *2 *3 *2) (-12 (-4 *2 (-13 (-374) (-860))) (-5 *1 (-183 *2 *3)) (-4 *3 (-1264 (-171 *2))))) (-2013 (*1 *2 *2) (-12 (-4 *3 (-13 (-374) (-860))) (-5 *1 (-183 *3 *2)) (-4 *2 (-1264 (-171 *3))))) (-2627 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-430 *3)) (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4))))) (-2627 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *4 (-13 (-374) (-860))) (-5 *2 (-430 *3)) (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4))))) (-2828 (*1 *2 *3) (-12 (-4 *2 (-13 (-374) (-860))) (-5 *1 (-183 *2 *3)) (-4 *3 (-1264 (-171 *2))))) (-3369 (*1 *2 *2) (-12 (-4 *3 (-13 (-374) (-860))) (-5 *1 (-183 *3 *2)) (-4 *2 (-1264 (-171 *3))))) (-1452 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-430 *3)) (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4))))) (-1452 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-430 *3)) (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4))))) (-1452 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *4 (-13 (-374) (-860))) (-5 *2 (-430 *3)) (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4))))) (-1657 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-656 (-2 (|:| -4155 (-656 *3)) (|:| -2176 *4)))) (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4))))) (-1657 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-374) (-860))) (-5 *2 (-656 (-2 (|:| -4155 (-656 *3)) (|:| -2176 *5)))) (-5 *1 (-183 *5 *3)) (-4 *3 (-1264 (-171 *5))))) (-4394 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-656 (-171 *4))) (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4))))) (-4394 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-656 (-171 *4))) (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4))))))
+(-10 -7 (-15 -4394 ((-656 (-171 |#1|)) |#2|)) (-15 -4394 ((-656 (-171 |#1|)) |#2| |#1|)) (-15 -1657 ((-656 (-2 (|:| -4155 (-656 |#2|)) (|:| -2176 |#1|))) |#2| |#2| (-112))) (-15 -1657 ((-656 (-2 (|:| -4155 (-656 |#2|)) (|:| -2176 |#1|))) |#2| |#2|)) (-15 -1452 ((-430 |#2|) |#2| |#1| (-112))) (-15 -1452 ((-430 |#2|) |#2| |#1|)) (-15 -1452 ((-430 |#2|) |#2|)) (-15 -3369 (|#2| |#2|)) (-15 -2828 (|#1| |#2|)) (-15 -2627 ((-430 |#2|) |#2| |#1| (-112))) (-15 -2627 ((-430 |#2|) |#2| |#1|)) (-15 -2013 (|#2| |#2|)) (-15 -1653 (|#1| |#2| |#1|)) (-15 -1653 (|#1| |#2|)) (-15 -1338 ((-171 |#1|) |#2|)) (-15 -3289 (|#1| |#1|)) (-15 -2294 ((-2 (|:| |start| |#2|) (|:| -4155 (-430 |#2|))) |#2|)))
+((-2594 (((-3 |#2| "failed") |#2|) 16)) (-2340 (((-783) |#2|) 18)) (-2975 ((|#2| |#2| |#2|) 20)))
+(((-184 |#1| |#2|) (-10 -7 (-15 -2594 ((-3 |#2| "failed") |#2|)) (-15 -2340 ((-783) |#2|)) (-15 -2975 (|#2| |#2| |#2|))) (-1238) (-686 |#1|)) (T -184))
+((-2975 (*1 *2 *2 *2) (-12 (-4 *3 (-1238)) (-5 *1 (-184 *3 *2)) (-4 *2 (-686 *3)))) (-2340 (*1 *2 *3) (-12 (-4 *4 (-1238)) (-5 *2 (-783)) (-5 *1 (-184 *4 *3)) (-4 *3 (-686 *4)))) (-2594 (*1 *2 *2) (|partial| -12 (-4 *3 (-1238)) (-5 *1 (-184 *3 *2)) (-4 *2 (-686 *3)))))
+(-10 -7 (-15 -2594 ((-3 |#2| "failed") |#2|)) (-15 -2340 ((-783) |#2|)) (-15 -2975 (|#2| |#2| |#2|)))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1784 ((|#1| $) 7)) (-4114 (((-876) $) 14)) (-3000 (((-112) $ $) NIL)) (-4285 (((-656 (-1202)) $) 10)) (-3939 (((-112) $ $) 12)))
+(((-185 |#1|) (-13 (-1121) (-10 -8 (-15 -1784 (|#1| $)) (-15 -4285 ((-656 (-1202)) $)))) (-187)) (T -185))
+((-1784 (*1 *2 *1) (-12 (-5 *1 (-185 *2)) (-4 *2 (-187)))) (-4285 (*1 *2 *1) (-12 (-5 *2 (-656 (-1202))) (-5 *1 (-185 *3)) (-4 *3 (-187)))))
+(-13 (-1121) (-10 -8 (-15 -1784 (|#1| $)) (-15 -4285 ((-656 (-1202)) $))))
+((-3867 (((-656 (-879)) $) 16)) (-3950 (((-188) $) 8)) (-2305 (((-656 (-112)) $) 13)) (-1597 (((-55) $) 10)))
+(((-186 |#1|) (-10 -8 (-15 -3867 ((-656 (-879)) |#1|)) (-15 -2305 ((-656 (-112)) |#1|)) (-15 -3950 ((-188) |#1|)) (-15 -1597 ((-55) |#1|))) (-187)) (T -186))
+NIL
+(-10 -8 (-15 -3867 ((-656 (-879)) |#1|)) (-15 -2305 ((-656 (-112)) |#1|)) (-15 -3950 ((-188) |#1|)) (-15 -1597 ((-55) |#1|)))
+((-1955 (((-112) $ $) 6)) (-3867 (((-656 (-879)) $) 19)) (-4149 (((-518) $) 16)) (-4185 (((-1179) $) 10)) (-3950 (((-188) $) 21)) (-1436 (((-112) $ (-518)) 14)) (-3117 (((-1141) $) 11)) (-2305 (((-656 (-112)) $) 20)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-1597 (((-55) $) 15)) (-3939 (((-112) $ $) 7)))
(((-187) (-141)) (T -187))
-((-1745 (*1 *2 *1) (-12 (-4 *1 (-187)) (-5 *2 (-188)))) (-3766 (*1 *2 *1) (-12 (-4 *1 (-187)) (-5 *2 (-656 (-112))))) (-3296 (*1 *2 *1) (-12 (-4 *1 (-187)) (-5 *2 (-656 (-877))))))
-(-13 (-847 (-518)) (-10 -8 (-15 -1745 ((-188) $)) (-15 -3766 ((-656 (-112)) $)) (-15 -3296 ((-656 (-877)) $))))
-(((-102) . T) ((-625 (-874)) . T) ((-847 (-518)) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-7 (($) 8 T CONST)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-8 (($) 7 T CONST)) (-3567 (((-874) $) 12)) (-9 (($) 6 T CONST)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 10)))
-(((-188) (-13 (-1119) (-10 -8 (-15 -9 ($) -1478) (-15 -8 ($) -1478) (-15 -7 ($) -1478)))) (T -188))
+((-3950 (*1 *2 *1) (-12 (-4 *1 (-187)) (-5 *2 (-188)))) (-2305 (*1 *2 *1) (-12 (-4 *1 (-187)) (-5 *2 (-656 (-112))))) (-3867 (*1 *2 *1) (-12 (-4 *1 (-187)) (-5 *2 (-656 (-879))))))
+(-13 (-847 (-518)) (-10 -8 (-15 -3950 ((-188) $)) (-15 -2305 ((-656 (-112)) $)) (-15 -3867 ((-656 (-879)) $))))
+(((-102) . T) ((-625 (-876)) . T) ((-847 (-518)) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-7 (($) 8 T CONST)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-8 (($) 7 T CONST)) (-4114 (((-876) $) 12)) (-9 (($) 6 T CONST)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 10)))
+(((-188) (-13 (-1121) (-10 -8 (-15 -9 ($) -2666) (-15 -8 ($) -2666) (-15 -7 ($) -2666)))) (T -188))
((-9 (*1 *1) (-5 *1 (-188))) (-8 (*1 *1) (-5 *1 (-188))) (-7 (*1 *1) (-5 *1 (-188))))
-(-13 (-1119) (-10 -8 (-15 -9 ($) -1478) (-15 -8 ($) -1478) (-15 -7 ($) -1478)))
-((-3486 (((-112) $ $) NIL)) (-3296 (((-656 (-877)) $) NIL)) (-2624 (((-518) $) 8)) (-3881 (((-1177) $) NIL)) (-1745 (((-188) $) 10)) (-3796 (((-112) $ (-518)) NIL)) (-1448 (((-1139) $) NIL)) (-2221 (((-703 $) (-518)) 17)) (-3766 (((-656 (-112)) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2735 (((-55) $) 12)) (-2921 (((-112) $ $) NIL)))
-(((-189) (-13 (-187) (-10 -8 (-15 -2221 ((-703 $) (-518)))))) (T -189))
-((-2221 (*1 *2 *3) (-12 (-5 *3 (-518)) (-5 *2 (-703 (-189))) (-5 *1 (-189)))))
-(-13 (-187) (-10 -8 (-15 -2221 ((-703 $) (-518)))))
-((-2567 ((|#2| |#2|) 28)) (-2784 (((-112) |#2|) 19)) (-1848 (((-326 |#1|) |#2|) 12)) (-1858 (((-326 |#1|) |#2|) 14)) (-1626 ((|#2| |#2| (-1195)) 69) ((|#2| |#2|) 70)) (-4180 (((-171 (-326 |#1|)) |#2|) 10)) (-1376 ((|#2| |#2| (-1195)) 66) ((|#2| |#2|) 60)))
-(((-190 |#1| |#2|) (-10 -7 (-15 -1626 (|#2| |#2|)) (-15 -1626 (|#2| |#2| (-1195))) (-15 -1376 (|#2| |#2|)) (-15 -1376 (|#2| |#2| (-1195))) (-15 -1848 ((-326 |#1|) |#2|)) (-15 -1858 ((-326 |#1|) |#2|)) (-15 -2784 ((-112) |#2|)) (-15 -2567 (|#2| |#2|)) (-15 -4180 ((-171 (-326 |#1|)) |#2|))) (-13 (-568) (-1057 (-576))) (-13 (-27) (-1221) (-442 (-171 |#1|)))) (T -190))
-((-4180 (*1 *2 *3) (-12 (-4 *4 (-13 (-568) (-1057 (-576)))) (-5 *2 (-171 (-326 *4))) (-5 *1 (-190 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 (-171 *4)))))) (-2567 (*1 *2 *2) (-12 (-4 *3 (-13 (-568) (-1057 (-576)))) (-5 *1 (-190 *3 *2)) (-4 *2 (-13 (-27) (-1221) (-442 (-171 *3)))))) (-2784 (*1 *2 *3) (-12 (-4 *4 (-13 (-568) (-1057 (-576)))) (-5 *2 (-112)) (-5 *1 (-190 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 (-171 *4)))))) (-1858 (*1 *2 *3) (-12 (-4 *4 (-13 (-568) (-1057 (-576)))) (-5 *2 (-326 *4)) (-5 *1 (-190 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 (-171 *4)))))) (-1848 (*1 *2 *3) (-12 (-4 *4 (-13 (-568) (-1057 (-576)))) (-5 *2 (-326 *4)) (-5 *1 (-190 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 (-171 *4)))))) (-1376 (*1 *2 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-568) (-1057 (-576)))) (-5 *1 (-190 *4 *2)) (-4 *2 (-13 (-27) (-1221) (-442 (-171 *4)))))) (-1376 (*1 *2 *2) (-12 (-4 *3 (-13 (-568) (-1057 (-576)))) (-5 *1 (-190 *3 *2)) (-4 *2 (-13 (-27) (-1221) (-442 (-171 *3)))))) (-1626 (*1 *2 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-568) (-1057 (-576)))) (-5 *1 (-190 *4 *2)) (-4 *2 (-13 (-27) (-1221) (-442 (-171 *4)))))) (-1626 (*1 *2 *2) (-12 (-4 *3 (-13 (-568) (-1057 (-576)))) (-5 *1 (-190 *3 *2)) (-4 *2 (-13 (-27) (-1221) (-442 (-171 *3)))))))
-(-10 -7 (-15 -1626 (|#2| |#2|)) (-15 -1626 (|#2| |#2| (-1195))) (-15 -1376 (|#2| |#2|)) (-15 -1376 (|#2| |#2| (-1195))) (-15 -1848 ((-326 |#1|) |#2|)) (-15 -1858 ((-326 |#1|) |#2|)) (-15 -2784 ((-112) |#2|)) (-15 -2567 (|#2| |#2|)) (-15 -4180 ((-171 (-326 |#1|)) |#2|)))
-((-3772 (((-1286 (-701 (-969 |#1|))) (-1286 (-701 |#1|))) 26)) (-3567 (((-1286 (-701 (-419 (-969 |#1|)))) (-1286 (-701 |#1|))) 37)))
-(((-191 |#1|) (-10 -7 (-15 -3772 ((-1286 (-701 (-969 |#1|))) (-1286 (-701 |#1|)))) (-15 -3567 ((-1286 (-701 (-419 (-969 |#1|)))) (-1286 (-701 |#1|))))) (-174)) (T -191))
-((-3567 (*1 *2 *3) (-12 (-5 *3 (-1286 (-701 *4))) (-4 *4 (-174)) (-5 *2 (-1286 (-701 (-419 (-969 *4))))) (-5 *1 (-191 *4)))) (-3772 (*1 *2 *3) (-12 (-5 *3 (-1286 (-701 *4))) (-4 *4 (-174)) (-5 *2 (-1286 (-701 (-969 *4)))) (-5 *1 (-191 *4)))))
-(-10 -7 (-15 -3772 ((-1286 (-701 (-969 |#1|))) (-1286 (-701 |#1|)))) (-15 -3567 ((-1286 (-701 (-419 (-969 |#1|)))) (-1286 (-701 |#1|)))))
-((-3175 (((-1197 (-419 (-576))) (-1197 (-419 (-576))) (-1197 (-419 (-576)))) 93)) (-2890 (((-1197 (-419 (-576))) (-656 (-576)) (-656 (-576))) 107)) (-3030 (((-1197 (-419 (-576))) (-938)) 54)) (-4428 (((-1197 (-419 (-576))) (-938)) 79)) (-3281 (((-419 (-576)) (-1197 (-419 (-576)))) 89)) (-1963 (((-1197 (-419 (-576))) (-938)) 37)) (-2810 (((-1197 (-419 (-576))) (-938)) 66)) (-1407 (((-1197 (-419 (-576))) (-938)) 61)) (-2433 (((-1197 (-419 (-576))) (-1197 (-419 (-576))) (-1197 (-419 (-576)))) 87)) (-3746 (((-1197 (-419 (-576))) (-938)) 29)) (-3677 (((-419 (-576)) (-1197 (-419 (-576))) (-1197 (-419 (-576)))) 91)) (-1727 (((-1197 (-419 (-576))) (-938)) 35)) (-4358 (((-1197 (-419 (-576))) (-656 (-938))) 100)))
-(((-192) (-10 -7 (-15 -3746 ((-1197 (-419 (-576))) (-938))) (-15 -3030 ((-1197 (-419 (-576))) (-938))) (-15 -1963 ((-1197 (-419 (-576))) (-938))) (-15 -1727 ((-1197 (-419 (-576))) (-938))) (-15 -1407 ((-1197 (-419 (-576))) (-938))) (-15 -2810 ((-1197 (-419 (-576))) (-938))) (-15 -4428 ((-1197 (-419 (-576))) (-938))) (-15 -3677 ((-419 (-576)) (-1197 (-419 (-576))) (-1197 (-419 (-576))))) (-15 -2433 ((-1197 (-419 (-576))) (-1197 (-419 (-576))) (-1197 (-419 (-576))))) (-15 -3281 ((-419 (-576)) (-1197 (-419 (-576))))) (-15 -3175 ((-1197 (-419 (-576))) (-1197 (-419 (-576))) (-1197 (-419 (-576))))) (-15 -4358 ((-1197 (-419 (-576))) (-656 (-938)))) (-15 -2890 ((-1197 (-419 (-576))) (-656 (-576)) (-656 (-576)))))) (T -192))
-((-2890 (*1 *2 *3 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))) (-4358 (*1 *2 *3) (-12 (-5 *3 (-656 (-938))) (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))) (-3175 (*1 *2 *2 *2) (-12 (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))) (-3281 (*1 *2 *3) (-12 (-5 *3 (-1197 (-419 (-576)))) (-5 *2 (-419 (-576))) (-5 *1 (-192)))) (-2433 (*1 *2 *2 *2) (-12 (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))) (-3677 (*1 *2 *3 *3) (-12 (-5 *3 (-1197 (-419 (-576)))) (-5 *2 (-419 (-576))) (-5 *1 (-192)))) (-4428 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))) (-2810 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))) (-1407 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))) (-1727 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))) (-1963 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))) (-3030 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))) (-3746 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))))
-(-10 -7 (-15 -3746 ((-1197 (-419 (-576))) (-938))) (-15 -3030 ((-1197 (-419 (-576))) (-938))) (-15 -1963 ((-1197 (-419 (-576))) (-938))) (-15 -1727 ((-1197 (-419 (-576))) (-938))) (-15 -1407 ((-1197 (-419 (-576))) (-938))) (-15 -2810 ((-1197 (-419 (-576))) (-938))) (-15 -4428 ((-1197 (-419 (-576))) (-938))) (-15 -3677 ((-419 (-576)) (-1197 (-419 (-576))) (-1197 (-419 (-576))))) (-15 -2433 ((-1197 (-419 (-576))) (-1197 (-419 (-576))) (-1197 (-419 (-576))))) (-15 -3281 ((-419 (-576)) (-1197 (-419 (-576))))) (-15 -3175 ((-1197 (-419 (-576))) (-1197 (-419 (-576))) (-1197 (-419 (-576))))) (-15 -4358 ((-1197 (-419 (-576))) (-656 (-938)))) (-15 -2890 ((-1197 (-419 (-576))) (-656 (-576)) (-656 (-576)))))
-((-2226 (((-430 (-1191 (-576))) (-576)) 38)) (-4214 (((-656 (-1191 (-576))) (-576)) 33)) (-3140 (((-1191 (-576)) (-576)) 28)))
-(((-193) (-10 -7 (-15 -4214 ((-656 (-1191 (-576))) (-576))) (-15 -3140 ((-1191 (-576)) (-576))) (-15 -2226 ((-430 (-1191 (-576))) (-576))))) (T -193))
-((-2226 (*1 *2 *3) (-12 (-5 *2 (-430 (-1191 (-576)))) (-5 *1 (-193)) (-5 *3 (-576)))) (-3140 (*1 *2 *3) (-12 (-5 *2 (-1191 (-576))) (-5 *1 (-193)) (-5 *3 (-576)))) (-4214 (*1 *2 *3) (-12 (-5 *2 (-656 (-1191 (-576)))) (-5 *1 (-193)) (-5 *3 (-576)))))
-(-10 -7 (-15 -4214 ((-656 (-1191 (-576))) (-576))) (-15 -3140 ((-1191 (-576)) (-576))) (-15 -2226 ((-430 (-1191 (-576))) (-576))))
-((-2260 (((-1176 (-227)) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 132)) (-4070 (((-656 (-1177)) (-1176 (-227))) NIL)) (-1884 (((-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| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 109)) (-3715 (((-656 (-227)) (-326 (-227)) (-1195) (-1113 (-855 (-227)))) NIL)) (-2936 (((-656 (-1177)) (-656 (-227))) NIL)) (-3071 (((-227) (-1113 (-855 (-227)))) 31)) (-4096 (((-227) (-1113 (-855 (-227)))) 32)) (-3469 (((-390) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 126)) (-3314 (((-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| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 67)) (-2909 (((-1177) (-227)) NIL)) (-2548 (((-1177) (-656 (-1177))) 27)) (-2649 (((-1054) (-1195) (-1195) (-1054)) 13)))
-(((-194) (-10 -7 (-15 -1884 ((-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| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3314 ((-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| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3071 ((-227) (-1113 (-855 (-227))))) (-15 -4096 ((-227) (-1113 (-855 (-227))))) (-15 -3469 ((-390) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3715 ((-656 (-227)) (-326 (-227)) (-1195) (-1113 (-855 (-227))))) (-15 -2260 ((-1176 (-227)) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2909 ((-1177) (-227))) (-15 -2936 ((-656 (-1177)) (-656 (-227)))) (-15 -4070 ((-656 (-1177)) (-1176 (-227)))) (-15 -2548 ((-1177) (-656 (-1177)))) (-15 -2649 ((-1054) (-1195) (-1195) (-1054))))) (T -194))
-((-2649 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1054)) (-5 *3 (-1195)) (-5 *1 (-194)))) (-2548 (*1 *2 *3) (-12 (-5 *3 (-656 (-1177))) (-5 *2 (-1177)) (-5 *1 (-194)))) (-4070 (*1 *2 *3) (-12 (-5 *3 (-1176 (-227))) (-5 *2 (-656 (-1177))) (-5 *1 (-194)))) (-2936 (*1 *2 *3) (-12 (-5 *3 (-656 (-227))) (-5 *2 (-656 (-1177))) (-5 *1 (-194)))) (-2909 (*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-1177)) (-5 *1 (-194)))) (-2260 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-1176 (-227))) (-5 *1 (-194)))) (-3715 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-227))) (-5 *4 (-1195)) (-5 *5 (-1113 (-855 (-227)))) (-5 *2 (-656 (-227))) (-5 *1 (-194)))) (-3469 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-390)) (-5 *1 (-194)))) (-4096 (*1 *2 *3) (-12 (-5 *3 (-1113 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-194)))) (-3071 (*1 *2 *3) (-12 (-5 *3 (-1113 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-194)))) (-3314 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-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 (-194)))) (-1884 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-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 (-194)))))
-(-10 -7 (-15 -1884 ((-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| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3314 ((-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| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3071 ((-227) (-1113 (-855 (-227))))) (-15 -4096 ((-227) (-1113 (-855 (-227))))) (-15 -3469 ((-390) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3715 ((-656 (-227)) (-326 (-227)) (-1195) (-1113 (-855 (-227))))) (-15 -2260 ((-1176 (-227)) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2909 ((-1177) (-227))) (-15 -2936 ((-656 (-1177)) (-656 (-227)))) (-15 -4070 ((-656 (-1177)) (-1176 (-227)))) (-15 -2548 ((-1177) (-656 (-1177)))) (-15 -2649 ((-1054) (-1195) (-1195) (-1054))))
-((-3486 (((-112) $ $) NIL)) (-3442 (((-1054) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) 61) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) NIL)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 33) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+(-13 (-1121) (-10 -8 (-15 -9 ($) -2666) (-15 -8 ($) -2666) (-15 -7 ($) -2666)))
+((-1955 (((-112) $ $) NIL)) (-3867 (((-656 (-879)) $) NIL)) (-4149 (((-518) $) 8)) (-4185 (((-1179) $) NIL)) (-3950 (((-188) $) 10)) (-1436 (((-112) $ (-518)) NIL)) (-3117 (((-1141) $) NIL)) (-3415 (((-703 $) (-518)) 17)) (-2305 (((-656 (-112)) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-1597 (((-55) $) 12)) (-3939 (((-112) $ $) NIL)))
+(((-189) (-13 (-187) (-10 -8 (-15 -3415 ((-703 $) (-518)))))) (T -189))
+((-3415 (*1 *2 *3) (-12 (-5 *3 (-518)) (-5 *2 (-703 (-189))) (-5 *1 (-189)))))
+(-13 (-187) (-10 -8 (-15 -3415 ((-703 $) (-518)))))
+((-2559 ((|#2| |#2|) 28)) (-4009 (((-112) |#2|) 19)) (-1474 (((-326 |#1|) |#2|) 12)) (-1485 (((-326 |#1|) |#2|) 14)) (-2584 ((|#2| |#2| (-1197)) 69) ((|#2| |#2|) 70)) (-3936 (((-171 (-326 |#1|)) |#2|) 10)) (-2860 ((|#2| |#2| (-1197)) 66) ((|#2| |#2|) 60)))
+(((-190 |#1| |#2|) (-10 -7 (-15 -2584 (|#2| |#2|)) (-15 -2584 (|#2| |#2| (-1197))) (-15 -2860 (|#2| |#2|)) (-15 -2860 (|#2| |#2| (-1197))) (-15 -1474 ((-326 |#1|) |#2|)) (-15 -1485 ((-326 |#1|) |#2|)) (-15 -4009 ((-112) |#2|)) (-15 -2559 (|#2| |#2|)) (-15 -3936 ((-171 (-326 |#1|)) |#2|))) (-13 (-568) (-1059 (-576))) (-13 (-27) (-1223) (-442 (-171 |#1|)))) (T -190))
+((-3936 (*1 *2 *3) (-12 (-4 *4 (-13 (-568) (-1059 (-576)))) (-5 *2 (-171 (-326 *4))) (-5 *1 (-190 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 (-171 *4)))))) (-2559 (*1 *2 *2) (-12 (-4 *3 (-13 (-568) (-1059 (-576)))) (-5 *1 (-190 *3 *2)) (-4 *2 (-13 (-27) (-1223) (-442 (-171 *3)))))) (-4009 (*1 *2 *3) (-12 (-4 *4 (-13 (-568) (-1059 (-576)))) (-5 *2 (-112)) (-5 *1 (-190 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 (-171 *4)))))) (-1485 (*1 *2 *3) (-12 (-4 *4 (-13 (-568) (-1059 (-576)))) (-5 *2 (-326 *4)) (-5 *1 (-190 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 (-171 *4)))))) (-1474 (*1 *2 *3) (-12 (-4 *4 (-13 (-568) (-1059 (-576)))) (-5 *2 (-326 *4)) (-5 *1 (-190 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 (-171 *4)))))) (-2860 (*1 *2 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-568) (-1059 (-576)))) (-5 *1 (-190 *4 *2)) (-4 *2 (-13 (-27) (-1223) (-442 (-171 *4)))))) (-2860 (*1 *2 *2) (-12 (-4 *3 (-13 (-568) (-1059 (-576)))) (-5 *1 (-190 *3 *2)) (-4 *2 (-13 (-27) (-1223) (-442 (-171 *3)))))) (-2584 (*1 *2 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-568) (-1059 (-576)))) (-5 *1 (-190 *4 *2)) (-4 *2 (-13 (-27) (-1223) (-442 (-171 *4)))))) (-2584 (*1 *2 *2) (-12 (-4 *3 (-13 (-568) (-1059 (-576)))) (-5 *1 (-190 *3 *2)) (-4 *2 (-13 (-27) (-1223) (-442 (-171 *3)))))))
+(-10 -7 (-15 -2584 (|#2| |#2|)) (-15 -2584 (|#2| |#2| (-1197))) (-15 -2860 (|#2| |#2|)) (-15 -2860 (|#2| |#2| (-1197))) (-15 -1474 ((-326 |#1|) |#2|)) (-15 -1485 ((-326 |#1|) |#2|)) (-15 -4009 ((-112) |#2|)) (-15 -2559 (|#2| |#2|)) (-15 -3936 ((-171 (-326 |#1|)) |#2|)))
+((-4328 (((-1288 (-701 (-971 |#1|))) (-1288 (-701 |#1|))) 26)) (-4114 (((-1288 (-701 (-419 (-971 |#1|)))) (-1288 (-701 |#1|))) 37)))
+(((-191 |#1|) (-10 -7 (-15 -4328 ((-1288 (-701 (-971 |#1|))) (-1288 (-701 |#1|)))) (-15 -4114 ((-1288 (-701 (-419 (-971 |#1|)))) (-1288 (-701 |#1|))))) (-174)) (T -191))
+((-4114 (*1 *2 *3) (-12 (-5 *3 (-1288 (-701 *4))) (-4 *4 (-174)) (-5 *2 (-1288 (-701 (-419 (-971 *4))))) (-5 *1 (-191 *4)))) (-4328 (*1 *2 *3) (-12 (-5 *3 (-1288 (-701 *4))) (-4 *4 (-174)) (-5 *2 (-1288 (-701 (-971 *4)))) (-5 *1 (-191 *4)))))
+(-10 -7 (-15 -4328 ((-1288 (-701 (-971 |#1|))) (-1288 (-701 |#1|)))) (-15 -4114 ((-1288 (-701 (-419 (-971 |#1|)))) (-1288 (-701 |#1|)))))
+((-1393 (((-1199 (-419 (-576))) (-1199 (-419 (-576))) (-1199 (-419 (-576)))) 93)) (-2472 (((-1199 (-419 (-576))) (-656 (-576)) (-656 (-576))) 107)) (-2451 (((-1199 (-419 (-576))) (-940)) 54)) (-1397 (((-1199 (-419 (-576))) (-940)) 79)) (-2143 (((-419 (-576)) (-1199 (-419 (-576)))) 89)) (-2747 (((-1199 (-419 (-576))) (-940)) 37)) (-4231 (((-1199 (-419 (-576))) (-940)) 66)) (-2291 (((-1199 (-419 (-576))) (-940)) 61)) (-3718 (((-1199 (-419 (-576))) (-1199 (-419 (-576))) (-1199 (-419 (-576)))) 87)) (-2093 (((-1199 (-419 (-576))) (-940)) 29)) (-2662 (((-419 (-576)) (-1199 (-419 (-576))) (-1199 (-419 (-576)))) 91)) (-4267 (((-1199 (-419 (-576))) (-940)) 35)) (-1873 (((-1199 (-419 (-576))) (-656 (-940))) 100)))
+(((-192) (-10 -7 (-15 -2093 ((-1199 (-419 (-576))) (-940))) (-15 -2451 ((-1199 (-419 (-576))) (-940))) (-15 -2747 ((-1199 (-419 (-576))) (-940))) (-15 -4267 ((-1199 (-419 (-576))) (-940))) (-15 -2291 ((-1199 (-419 (-576))) (-940))) (-15 -4231 ((-1199 (-419 (-576))) (-940))) (-15 -1397 ((-1199 (-419 (-576))) (-940))) (-15 -2662 ((-419 (-576)) (-1199 (-419 (-576))) (-1199 (-419 (-576))))) (-15 -3718 ((-1199 (-419 (-576))) (-1199 (-419 (-576))) (-1199 (-419 (-576))))) (-15 -2143 ((-419 (-576)) (-1199 (-419 (-576))))) (-15 -1393 ((-1199 (-419 (-576))) (-1199 (-419 (-576))) (-1199 (-419 (-576))))) (-15 -1873 ((-1199 (-419 (-576))) (-656 (-940)))) (-15 -2472 ((-1199 (-419 (-576))) (-656 (-576)) (-656 (-576)))))) (T -192))
+((-2472 (*1 *2 *3 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))) (-1873 (*1 *2 *3) (-12 (-5 *3 (-656 (-940))) (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))) (-1393 (*1 *2 *2 *2) (-12 (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))) (-2143 (*1 *2 *3) (-12 (-5 *3 (-1199 (-419 (-576)))) (-5 *2 (-419 (-576))) (-5 *1 (-192)))) (-3718 (*1 *2 *2 *2) (-12 (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))) (-2662 (*1 *2 *3 *3) (-12 (-5 *3 (-1199 (-419 (-576)))) (-5 *2 (-419 (-576))) (-5 *1 (-192)))) (-1397 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))) (-4231 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))) (-2291 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))) (-4267 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))) (-2747 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))) (-2451 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))) (-2093 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))))
+(-10 -7 (-15 -2093 ((-1199 (-419 (-576))) (-940))) (-15 -2451 ((-1199 (-419 (-576))) (-940))) (-15 -2747 ((-1199 (-419 (-576))) (-940))) (-15 -4267 ((-1199 (-419 (-576))) (-940))) (-15 -2291 ((-1199 (-419 (-576))) (-940))) (-15 -4231 ((-1199 (-419 (-576))) (-940))) (-15 -1397 ((-1199 (-419 (-576))) (-940))) (-15 -2662 ((-419 (-576)) (-1199 (-419 (-576))) (-1199 (-419 (-576))))) (-15 -3718 ((-1199 (-419 (-576))) (-1199 (-419 (-576))) (-1199 (-419 (-576))))) (-15 -2143 ((-419 (-576)) (-1199 (-419 (-576))))) (-15 -1393 ((-1199 (-419 (-576))) (-1199 (-419 (-576))) (-1199 (-419 (-576))))) (-15 -1873 ((-1199 (-419 (-576))) (-656 (-940)))) (-15 -2472 ((-1199 (-419 (-576))) (-656 (-576)) (-656 (-576)))))
+((-3473 (((-430 (-1193 (-576))) (-576)) 38)) (-4271 (((-656 (-1193 (-576))) (-576)) 33)) (-2232 (((-1193 (-576)) (-576)) 28)))
+(((-193) (-10 -7 (-15 -4271 ((-656 (-1193 (-576))) (-576))) (-15 -2232 ((-1193 (-576)) (-576))) (-15 -3473 ((-430 (-1193 (-576))) (-576))))) (T -193))
+((-3473 (*1 *2 *3) (-12 (-5 *2 (-430 (-1193 (-576)))) (-5 *1 (-193)) (-5 *3 (-576)))) (-2232 (*1 *2 *3) (-12 (-5 *2 (-1193 (-576))) (-5 *1 (-193)) (-5 *3 (-576)))) (-4271 (*1 *2 *3) (-12 (-5 *2 (-656 (-1193 (-576)))) (-5 *1 (-193)) (-5 *3 (-576)))))
+(-10 -7 (-15 -4271 ((-656 (-1193 (-576))) (-576))) (-15 -2232 ((-1193 (-576)) (-576))) (-15 -3473 ((-430 (-1193 (-576))) (-576))))
+((-2516 (((-1178 (-227)) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 132)) (-2099 (((-656 (-1179)) (-1178 (-227))) NIL)) (-3303 (((-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| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 109)) (-1777 (((-656 (-227)) (-326 (-227)) (-1197) (-1115 (-855 (-227)))) NIL)) (-2958 (((-656 (-1179)) (-656 (-227))) NIL)) (-2858 (((-227) (-1115 (-855 (-227)))) 31)) (-2379 (((-227) (-1115 (-855 (-227)))) 32)) (-4431 (((-390) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 126)) (-3524 (((-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| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 67)) (-2683 (((-1179) (-227)) NIL)) (-3680 (((-1179) (-656 (-1179))) 27)) (-2041 (((-1056) (-1197) (-1197) (-1056)) 13)))
+(((-194) (-10 -7 (-15 -3303 ((-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| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3524 ((-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| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2858 ((-227) (-1115 (-855 (-227))))) (-15 -2379 ((-227) (-1115 (-855 (-227))))) (-15 -4431 ((-390) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -1777 ((-656 (-227)) (-326 (-227)) (-1197) (-1115 (-855 (-227))))) (-15 -2516 ((-1178 (-227)) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2683 ((-1179) (-227))) (-15 -2958 ((-656 (-1179)) (-656 (-227)))) (-15 -2099 ((-656 (-1179)) (-1178 (-227)))) (-15 -3680 ((-1179) (-656 (-1179)))) (-15 -2041 ((-1056) (-1197) (-1197) (-1056))))) (T -194))
+((-2041 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1056)) (-5 *3 (-1197)) (-5 *1 (-194)))) (-3680 (*1 *2 *3) (-12 (-5 *3 (-656 (-1179))) (-5 *2 (-1179)) (-5 *1 (-194)))) (-2099 (*1 *2 *3) (-12 (-5 *3 (-1178 (-227))) (-5 *2 (-656 (-1179))) (-5 *1 (-194)))) (-2958 (*1 *2 *3) (-12 (-5 *3 (-656 (-227))) (-5 *2 (-656 (-1179))) (-5 *1 (-194)))) (-2683 (*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-1179)) (-5 *1 (-194)))) (-2516 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-1178 (-227))) (-5 *1 (-194)))) (-1777 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-227))) (-5 *4 (-1197)) (-5 *5 (-1115 (-855 (-227)))) (-5 *2 (-656 (-227))) (-5 *1 (-194)))) (-4431 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-390)) (-5 *1 (-194)))) (-2379 (*1 *2 *3) (-12 (-5 *3 (-1115 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-194)))) (-2858 (*1 *2 *3) (-12 (-5 *3 (-1115 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-194)))) (-3524 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-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 (-194)))) (-3303 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-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 (-194)))))
+(-10 -7 (-15 -3303 ((-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| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3524 ((-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| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2858 ((-227) (-1115 (-855 (-227))))) (-15 -2379 ((-227) (-1115 (-855 (-227))))) (-15 -4431 ((-390) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -1777 ((-656 (-227)) (-326 (-227)) (-1197) (-1115 (-855 (-227))))) (-15 -2516 ((-1178 (-227)) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2683 ((-1179) (-227))) (-15 -2958 ((-656 (-1179)) (-656 (-227)))) (-15 -2099 ((-656 (-1179)) (-1178 (-227)))) (-15 -3680 ((-1179) (-656 (-1179)))) (-15 -2041 ((-1056) (-1197) (-1197) (-1056))))
+((-1955 (((-112) $ $) NIL)) (-2253 (((-1056) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) 61) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) NIL)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 33) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-195) (-799)) (T -195))
NIL
(-799)
-((-3486 (((-112) $ $) NIL)) (-3442 (((-1054) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) 66) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) NIL)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 44) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2253 (((-1056) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) 66) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) NIL)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 44) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-196) (-799)) (T -196))
NIL
(-799)
-((-3486 (((-112) $ $) NIL)) (-3442 (((-1054) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) 81) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) NIL)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 46) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2253 (((-1056) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) 81) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) NIL)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 46) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-197) (-799)) (T -197))
NIL
(-799)
-((-3486 (((-112) $ $) NIL)) (-3442 (((-1054) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) 63) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) NIL)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 36) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2253 (((-1056) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) 63) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) NIL)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 36) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-198) (-799)) (T -198))
NIL
(-799)
-((-3486 (((-112) $ $) NIL)) (-3442 (((-1054) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) 76) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) NIL)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 40) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2253 (((-1056) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) 76) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) NIL)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 40) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-199) (-799)) (T -199))
NIL
(-799)
-((-3486 (((-112) $ $) NIL)) (-3442 (((-1054) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) 93) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) NIL)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 49) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2253 (((-1056) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) 93) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) NIL)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 49) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-200) (-799)) (T -200))
NIL
(-799)
-((-3486 (((-112) $ $) NIL)) (-3442 (((-1054) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) 90) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) NIL)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 51) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2253 (((-1056) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) 90) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) NIL)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 51) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-201) (-799)) (T -201))
NIL
(-799)
-((-3486 (((-112) $ $) NIL)) (-3442 (((-1054) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) 78) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) NIL)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 44) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2253 (((-1056) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) 78) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) NIL)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 44) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-202) (-799)) (T -202))
NIL
(-799)
-((-3486 (((-112) $ $) NIL)) (-3442 (((-1054) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) NIL) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) 76)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 35)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2253 (((-1056) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) NIL) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) 76)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 35)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-203) (-799)) (T -203))
NIL
(-799)
-((-3486 (((-112) $ $) NIL)) (-3442 (((-1054) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) NIL) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) 77)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 42)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2253 (((-1056) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) NIL) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) 77)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 42)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-204) (-799)) (T -204))
NIL
(-799)
-((-3486 (((-112) $ $) NIL)) (-3442 (((-1054) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) 105) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) NIL)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 86) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2253 (((-1056) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) 105) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) NIL)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 86) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-205) (-799)) (T -205))
NIL
(-799)
-((-4293 (((-3 (-2 (|:| -1755 (-115)) (|:| |w| (-227))) "failed") (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 109)) (-3645 (((-576) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 59)) (-4177 (((-3 (-656 (-227)) "failed") (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 90)))
-(((-206) (-10 -7 (-15 -4293 ((-3 (-2 (|:| -1755 (-115)) (|:| |w| (-227))) "failed") (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -4177 ((-3 (-656 (-227)) "failed") (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3645 ((-576) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))) (T -206))
-((-3645 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-576)) (-5 *1 (-206)))) (-4177 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-656 (-227))) (-5 *1 (-206)))) (-4293 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-2 (|:| -1755 (-115)) (|:| |w| (-227)))) (-5 *1 (-206)))))
-(-10 -7 (-15 -4293 ((-3 (-2 (|:| -1755 (-115)) (|:| |w| (-227))) "failed") (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -4177 ((-3 (-656 (-227)) "failed") (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3645 ((-576) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))
-((-3836 (((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 49)) (-1514 (((-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390))) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 157)) (-1593 (((-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390))) (-701 (-326 (-227)))) 112)) (-3978 (((-390) (-701 (-326 (-227)))) 140)) (-1944 (((-701 (-326 (-227))) (-1286 (-326 (-227))) (-656 (-1195))) 136)) (-1329 (((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 37)) (-2181 (((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 53)) (-3281 (((-701 (-326 (-227))) (-701 (-326 (-227))) (-656 (-1195)) (-1286 (-326 (-227)))) 125)) (-2704 (((-390) (-390) (-656 (-390))) 133) (((-390) (-390) (-390)) 128)) (-2529 (((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 45)))
-(((-207) (-10 -7 (-15 -2704 ((-390) (-390) (-390))) (-15 -2704 ((-390) (-390) (-656 (-390)))) (-15 -3978 ((-390) (-701 (-326 (-227))))) (-15 -1944 ((-701 (-326 (-227))) (-1286 (-326 (-227))) (-656 (-1195)))) (-15 -3281 ((-701 (-326 (-227))) (-701 (-326 (-227))) (-656 (-1195)) (-1286 (-326 (-227))))) (-15 -1593 ((-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390))) (-701 (-326 (-227))))) (-15 -1514 ((-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390))) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3836 ((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2181 ((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2529 ((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -1329 ((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))) (T -207))
-((-1329 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-390)) (-5 *1 (-207)))) (-2529 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-390)) (-5 *1 (-207)))) (-2181 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-390)) (-5 *1 (-207)))) (-3836 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-390)) (-5 *1 (-207)))) (-1514 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390)))) (-5 *1 (-207)))) (-1593 (*1 *2 *3) (-12 (-5 *3 (-701 (-326 (-227)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390)))) (-5 *1 (-207)))) (-3281 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-701 (-326 (-227)))) (-5 *3 (-656 (-1195))) (-5 *4 (-1286 (-326 (-227)))) (-5 *1 (-207)))) (-1944 (*1 *2 *3 *4) (-12 (-5 *3 (-1286 (-326 (-227)))) (-5 *4 (-656 (-1195))) (-5 *2 (-701 (-326 (-227)))) (-5 *1 (-207)))) (-3978 (*1 *2 *3) (-12 (-5 *3 (-701 (-326 (-227)))) (-5 *2 (-390)) (-5 *1 (-207)))) (-2704 (*1 *2 *2 *3) (-12 (-5 *3 (-656 (-390))) (-5 *2 (-390)) (-5 *1 (-207)))) (-2704 (*1 *2 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-207)))))
-(-10 -7 (-15 -2704 ((-390) (-390) (-390))) (-15 -2704 ((-390) (-390) (-656 (-390)))) (-15 -3978 ((-390) (-701 (-326 (-227))))) (-15 -1944 ((-701 (-326 (-227))) (-1286 (-326 (-227))) (-656 (-1195)))) (-15 -3281 ((-701 (-326 (-227))) (-701 (-326 (-227))) (-656 (-1195)) (-1286 (-326 (-227))))) (-15 -1593 ((-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390))) (-701 (-326 (-227))))) (-15 -1514 ((-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390))) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3836 ((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2181 ((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2529 ((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -1329 ((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))
-((-3486 (((-112) $ $) NIL)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 43)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-3558 (((-1054) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 75)) (-2921 (((-112) $ $) NIL)))
+((-2536 (((-3 (-2 (|:| -3961 (-115)) (|:| |w| (-227))) "failed") (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 109)) (-3669 (((-576) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 59)) (-3905 (((-3 (-656 (-227)) "failed") (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 90)))
+(((-206) (-10 -7 (-15 -2536 ((-3 (-2 (|:| -3961 (-115)) (|:| |w| (-227))) "failed") (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3905 ((-3 (-656 (-227)) "failed") (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3669 ((-576) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))) (T -206))
+((-3669 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-576)) (-5 *1 (-206)))) (-3905 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-656 (-227))) (-5 *1 (-206)))) (-2536 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-2 (|:| -3961 (-115)) (|:| |w| (-227)))) (-5 *1 (-206)))))
+(-10 -7 (-15 -2536 ((-3 (-2 (|:| -3961 (-115)) (|:| |w| (-227))) "failed") (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3905 ((-3 (-656 (-227)) "failed") (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3669 ((-576) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))
+((-3778 (((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 49)) (-3984 (((-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390))) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 157)) (-3575 (((-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390))) (-701 (-326 (-227)))) 112)) (-2528 (((-390) (-701 (-326 (-227)))) 140)) (-2589 (((-701 (-326 (-227))) (-1288 (-326 (-227))) (-656 (-1197))) 136)) (-2272 (((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 37)) (-4246 (((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 53)) (-2143 (((-701 (-326 (-227))) (-701 (-326 (-227))) (-656 (-1197)) (-1288 (-326 (-227)))) 125)) (-1347 (((-390) (-390) (-656 (-390))) 133) (((-390) (-390) (-390)) 128)) (-3469 (((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 45)))
+(((-207) (-10 -7 (-15 -1347 ((-390) (-390) (-390))) (-15 -1347 ((-390) (-390) (-656 (-390)))) (-15 -2528 ((-390) (-701 (-326 (-227))))) (-15 -2589 ((-701 (-326 (-227))) (-1288 (-326 (-227))) (-656 (-1197)))) (-15 -2143 ((-701 (-326 (-227))) (-701 (-326 (-227))) (-656 (-1197)) (-1288 (-326 (-227))))) (-15 -3575 ((-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390))) (-701 (-326 (-227))))) (-15 -3984 ((-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390))) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3778 ((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -4246 ((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3469 ((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2272 ((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))) (T -207))
+((-2272 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-390)) (-5 *1 (-207)))) (-3469 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-390)) (-5 *1 (-207)))) (-4246 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-390)) (-5 *1 (-207)))) (-3778 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-390)) (-5 *1 (-207)))) (-3984 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390)))) (-5 *1 (-207)))) (-3575 (*1 *2 *3) (-12 (-5 *3 (-701 (-326 (-227)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390)))) (-5 *1 (-207)))) (-2143 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-701 (-326 (-227)))) (-5 *3 (-656 (-1197))) (-5 *4 (-1288 (-326 (-227)))) (-5 *1 (-207)))) (-2589 (*1 *2 *3 *4) (-12 (-5 *3 (-1288 (-326 (-227)))) (-5 *4 (-656 (-1197))) (-5 *2 (-701 (-326 (-227)))) (-5 *1 (-207)))) (-2528 (*1 *2 *3) (-12 (-5 *3 (-701 (-326 (-227)))) (-5 *2 (-390)) (-5 *1 (-207)))) (-1347 (*1 *2 *2 *3) (-12 (-5 *3 (-656 (-390))) (-5 *2 (-390)) (-5 *1 (-207)))) (-1347 (*1 *2 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-207)))))
+(-10 -7 (-15 -1347 ((-390) (-390) (-390))) (-15 -1347 ((-390) (-390) (-656 (-390)))) (-15 -2528 ((-390) (-701 (-326 (-227))))) (-15 -2589 ((-701 (-326 (-227))) (-1288 (-326 (-227))) (-656 (-1197)))) (-15 -2143 ((-701 (-326 (-227))) (-701 (-326 (-227))) (-656 (-1197)) (-1288 (-326 (-227))))) (-15 -3575 ((-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390))) (-701 (-326 (-227))))) (-15 -3984 ((-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390))) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3778 ((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -4246 ((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3469 ((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2272 ((-390) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))
+((-1955 (((-112) $ $) NIL)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 43)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-4066 (((-1056) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 75)) (-3939 (((-112) $ $) NIL)))
(((-208) (-812)) (T -208))
NIL
(-812)
-((-3486 (((-112) $ $) NIL)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 43)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-3558 (((-1054) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 73)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 43)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-4066 (((-1056) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 73)) (-3939 (((-112) $ $) NIL)))
(((-209) (-812)) (T -209))
NIL
(-812)
-((-3486 (((-112) $ $) NIL)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 40)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-3558 (((-1054) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 76)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 40)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-4066 (((-1056) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 76)) (-3939 (((-112) $ $) NIL)))
(((-210) (-812)) (T -210))
NIL
(-812)
-((-3486 (((-112) $ $) NIL)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 48)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-3558 (((-1054) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 88)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 48)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-4066 (((-1056) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 88)) (-3939 (((-112) $ $) NIL)))
(((-211) (-812)) (T -211))
NIL
(-812)
-((-3444 (((-656 (-1195)) (-1195) (-783)) 26)) (-2875 (((-326 (-227)) (-326 (-227))) 35)) (-4017 (((-112) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227)))) 87)) (-1931 (((-112) (-227) (-227) (-656 (-326 (-227)))) 47)))
-(((-212) (-10 -7 (-15 -3444 ((-656 (-1195)) (-1195) (-783))) (-15 -2875 ((-326 (-227)) (-326 (-227)))) (-15 -1931 ((-112) (-227) (-227) (-656 (-326 (-227))))) (-15 -4017 ((-112) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227))))))) (T -212))
-((-4017 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227)))) (-5 *2 (-112)) (-5 *1 (-212)))) (-1931 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-656 (-326 (-227)))) (-5 *3 (-227)) (-5 *2 (-112)) (-5 *1 (-212)))) (-2875 (*1 *2 *2) (-12 (-5 *2 (-326 (-227))) (-5 *1 (-212)))) (-3444 (*1 *2 *3 *4) (-12 (-5 *4 (-783)) (-5 *2 (-656 (-1195))) (-5 *1 (-212)) (-5 *3 (-1195)))))
-(-10 -7 (-15 -3444 ((-656 (-1195)) (-1195) (-783))) (-15 -2875 ((-326 (-227)) (-326 (-227)))) (-15 -1931 ((-112) (-227) (-227) (-656 (-326 (-227))))) (-15 -4017 ((-112) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227))))))
-((-3486 (((-112) $ $) NIL)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227)))) 28)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-4009 (((-1054) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227)))) 70)) (-2921 (((-112) $ $) NIL)))
-(((-213) (-910)) (T -213))
-NIL
-(-910)
-((-3486 (((-112) $ $) NIL)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227)))) 24)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-4009 (((-1054) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227)))) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-214) (-910)) (T -214))
-NIL
-(-910)
-((-3486 (((-112) $ $) NIL)) (-4276 ((|#2| $ (-783) |#2|) 11)) (-4271 ((|#2| $ (-783)) 10)) (-4138 (($) 8)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 23)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 13)))
-(((-215 |#1| |#2|) (-13 (-1119) (-10 -8 (-15 -4138 ($)) (-15 -4271 (|#2| $ (-783))) (-15 -4276 (|#2| $ (-783) |#2|)))) (-938) (-1119)) (T -215))
-((-4138 (*1 *1) (-12 (-5 *1 (-215 *2 *3)) (-14 *2 (-938)) (-4 *3 (-1119)))) (-4271 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *2 (-1119)) (-5 *1 (-215 *4 *2)) (-14 *4 (-938)))) (-4276 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-215 *4 *2)) (-14 *4 (-938)) (-4 *2 (-1119)))))
-(-13 (-1119) (-10 -8 (-15 -4138 ($)) (-15 -4271 (|#2| $ (-783))) (-15 -4276 (|#2| $ (-783) |#2|))))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2453 (((-1291) $) 37) (((-1291) $ (-938) (-938)) 41)) (-2794 (($ $ (-1008)) 19) (((-250 (-1177)) $ (-1195)) 15)) (-1971 (((-1291) $) 35)) (-3567 (((-874) $) 32) (($ (-656 |#1|)) 8)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $ $) 27)) (-3027 (($ $ $) 22)))
-(((-216 |#1|) (-13 (-1119) (-628 (-656 |#1|)) (-10 -8 (-15 -2794 ($ $ (-1008))) (-15 -2794 ((-250 (-1177)) $ (-1195))) (-15 -3027 ($ $ $)) (-15 -3041 ($ $ $)) (-15 -1971 ((-1291) $)) (-15 -2453 ((-1291) $)) (-15 -2453 ((-1291) $ (-938) (-938))))) (-13 (-862) (-10 -8 (-15 -2794 ((-1177) $ (-1195))) (-15 -1971 ((-1291) $)) (-15 -2453 ((-1291) $))))) (T -216))
-((-2794 (*1 *1 *1 *2) (-12 (-5 *2 (-1008)) (-5 *1 (-216 *3)) (-4 *3 (-13 (-862) (-10 -8 (-15 -2794 ((-1177) $ (-1195))) (-15 -1971 ((-1291) $)) (-15 -2453 ((-1291) $))))))) (-2794 (*1 *2 *1 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-250 (-1177))) (-5 *1 (-216 *4)) (-4 *4 (-13 (-862) (-10 -8 (-15 -2794 ((-1177) $ *3)) (-15 -1971 ((-1291) $)) (-15 -2453 ((-1291) $))))))) (-3027 (*1 *1 *1 *1) (-12 (-5 *1 (-216 *2)) (-4 *2 (-13 (-862) (-10 -8 (-15 -2794 ((-1177) $ (-1195))) (-15 -1971 ((-1291) $)) (-15 -2453 ((-1291) $))))))) (-3041 (*1 *1 *1 *1) (-12 (-5 *1 (-216 *2)) (-4 *2 (-13 (-862) (-10 -8 (-15 -2794 ((-1177) $ (-1195))) (-15 -1971 ((-1291) $)) (-15 -2453 ((-1291) $))))))) (-1971 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-216 *3)) (-4 *3 (-13 (-862) (-10 -8 (-15 -2794 ((-1177) $ (-1195))) (-15 -1971 (*2 $)) (-15 -2453 (*2 $))))))) (-2453 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-216 *3)) (-4 *3 (-13 (-862) (-10 -8 (-15 -2794 ((-1177) $ (-1195))) (-15 -1971 (*2 $)) (-15 -2453 (*2 $))))))) (-2453 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1291)) (-5 *1 (-216 *4)) (-4 *4 (-13 (-862) (-10 -8 (-15 -2794 ((-1177) $ (-1195))) (-15 -1971 (*2 $)) (-15 -2453 (*2 $))))))))
-(-13 (-1119) (-628 (-656 |#1|)) (-10 -8 (-15 -2794 ($ $ (-1008))) (-15 -2794 ((-250 (-1177)) $ (-1195))) (-15 -3027 ($ $ $)) (-15 -3041 ($ $ $)) (-15 -1971 ((-1291) $)) (-15 -2453 ((-1291) $)) (-15 -2453 ((-1291) $ (-938) (-938)))))
-((-2506 ((|#2| |#4| (-1 |#2| |#2|)) 49)))
-(((-217 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2506 (|#2| |#4| (-1 |#2| |#2|)))) (-374) (-1262 |#1|) (-1262 (-419 |#2|)) (-353 |#1| |#2| |#3|)) (T -217))
-((-2506 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-374)) (-4 *6 (-1262 (-419 *2))) (-4 *2 (-1262 *5)) (-5 *1 (-217 *5 *2 *6 *3)) (-4 *3 (-353 *5 *2 *6)))))
-(-10 -7 (-15 -2506 (|#2| |#4| (-1 |#2| |#2|))))
-((-2475 ((|#2| |#2| (-783) |#2|) 55)) (-4243 ((|#2| |#2| (-783) |#2|) 51)) (-1556 (((-656 |#2|) (-656 (-2 (|:| |deg| (-783)) (|:| -1714 |#2|)))) 79)) (-1729 (((-656 (-2 (|:| |deg| (-783)) (|:| -1714 |#2|))) |#2|) 73)) (-2705 (((-112) |#2|) 71)) (-2174 (((-430 |#2|) |#2|) 91)) (-1827 (((-430 |#2|) |#2|) 90)) (-1589 ((|#2| |#2| (-783) |#2|) 49)) (-2148 (((-2 (|:| |cont| |#1|) (|:| -1840 (-656 (-2 (|:| |irr| |#2|) (|:| -4027 (-576)))))) |#2| (-112)) 85)))
-(((-218 |#1| |#2|) (-10 -7 (-15 -1827 ((-430 |#2|) |#2|)) (-15 -2174 ((-430 |#2|) |#2|)) (-15 -2148 ((-2 (|:| |cont| |#1|) (|:| -1840 (-656 (-2 (|:| |irr| |#2|) (|:| -4027 (-576)))))) |#2| (-112))) (-15 -1729 ((-656 (-2 (|:| |deg| (-783)) (|:| -1714 |#2|))) |#2|)) (-15 -1556 ((-656 |#2|) (-656 (-2 (|:| |deg| (-783)) (|:| -1714 |#2|))))) (-15 -1589 (|#2| |#2| (-783) |#2|)) (-15 -4243 (|#2| |#2| (-783) |#2|)) (-15 -2475 (|#2| |#2| (-783) |#2|)) (-15 -2705 ((-112) |#2|))) (-360) (-1262 |#1|)) (T -218))
-((-2705 (*1 *2 *3) (-12 (-4 *4 (-360)) (-5 *2 (-112)) (-5 *1 (-218 *4 *3)) (-4 *3 (-1262 *4)))) (-2475 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-783)) (-4 *4 (-360)) (-5 *1 (-218 *4 *2)) (-4 *2 (-1262 *4)))) (-4243 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-783)) (-4 *4 (-360)) (-5 *1 (-218 *4 *2)) (-4 *2 (-1262 *4)))) (-1589 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-783)) (-4 *4 (-360)) (-5 *1 (-218 *4 *2)) (-4 *2 (-1262 *4)))) (-1556 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| |deg| (-783)) (|:| -1714 *5)))) (-4 *5 (-1262 *4)) (-4 *4 (-360)) (-5 *2 (-656 *5)) (-5 *1 (-218 *4 *5)))) (-1729 (*1 *2 *3) (-12 (-4 *4 (-360)) (-5 *2 (-656 (-2 (|:| |deg| (-783)) (|:| -1714 *3)))) (-5 *1 (-218 *4 *3)) (-4 *3 (-1262 *4)))) (-2148 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-360)) (-5 *2 (-2 (|:| |cont| *5) (|:| -1840 (-656 (-2 (|:| |irr| *3) (|:| -4027 (-576))))))) (-5 *1 (-218 *5 *3)) (-4 *3 (-1262 *5)))) (-2174 (*1 *2 *3) (-12 (-4 *4 (-360)) (-5 *2 (-430 *3)) (-5 *1 (-218 *4 *3)) (-4 *3 (-1262 *4)))) (-1827 (*1 *2 *3) (-12 (-4 *4 (-360)) (-5 *2 (-430 *3)) (-5 *1 (-218 *4 *3)) (-4 *3 (-1262 *4)))))
-(-10 -7 (-15 -1827 ((-430 |#2|) |#2|)) (-15 -2174 ((-430 |#2|) |#2|)) (-15 -2148 ((-2 (|:| |cont| |#1|) (|:| -1840 (-656 (-2 (|:| |irr| |#2|) (|:| -4027 (-576)))))) |#2| (-112))) (-15 -1729 ((-656 (-2 (|:| |deg| (-783)) (|:| -1714 |#2|))) |#2|)) (-15 -1556 ((-656 |#2|) (-656 (-2 (|:| |deg| (-783)) (|:| -1714 |#2|))))) (-15 -1589 (|#2| |#2| (-783) |#2|)) (-15 -4243 (|#2| |#2| (-783) |#2|)) (-15 -2475 (|#2| |#2| (-783) |#2|)) (-15 -2705 ((-112) |#2|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3522 (((-576) $) NIL (|has| (-576) (-317)))) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-576) (-926)))) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| (-576) (-926)))) (-1829 (((-112) $ $) NIL)) (-2786 (((-576) $) NIL (|has| (-576) (-832)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL) (((-3 (-1195) "failed") $) NIL (|has| (-576) (-1057 (-1195)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-576) (-1057 (-576)))) (((-3 (-576) "failed") $) NIL (|has| (-576) (-1057 (-576))))) (-2857 (((-576) $) NIL) (((-1195) $) NIL (|has| (-576) (-1057 (-1195)))) (((-419 (-576)) $) NIL (|has| (-576) (-1057 (-576)))) (((-576) $) NIL (|has| (-576) (-1057 (-576))))) (-3426 (($ $ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL) (((-701 (-576)) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) NIL (|has| (-576) (-557)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3075 (((-112) $) NIL (|has| (-576) (-832)))) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (|has| (-576) (-899 (-576)))) (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (|has| (-576) (-899 (-390))))) (-3612 (((-112) $) NIL)) (-2684 (($ $) NIL)) (-1568 (((-576) $) NIL)) (-2162 (((-3 $ "failed") $) NIL (|has| (-576) (-1171)))) (-3667 (((-112) $) NIL (|has| (-576) (-832)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3123 (($ $ $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| (-576) (-862)))) (-4114 (($ (-1 (-576) (-576)) $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL) (((-701 (-576)) (-1286 $)) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL (|has| (-576) (-1171)) CONST)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3252 (($ $) NIL (|has| (-576) (-317))) (((-419 (-576)) $) NIL)) (-3247 (((-576) $) NIL (|has| (-576) (-557)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-576) (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-576) (-926)))) (-1827 (((-430 $) $) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3281 (($ $ (-656 (-576)) (-656 (-576))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-576) (-576)) NIL (|has| (-576) (-319 (-576)))) (($ $ (-304 (-576))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-656 (-304 (-576)))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-656 (-1195)) (-656 (-576))) NIL (|has| (-576) (-526 (-1195) (-576)))) (($ $ (-1195) (-576)) NIL (|has| (-576) (-526 (-1195) (-576))))) (-3909 (((-783) $) NIL)) (-2794 (($ $ (-576)) NIL (|has| (-576) (-296 (-576) (-576))))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2770 (($ $ (-1 (-576) (-576))) NIL) (($ $ (-1 (-576) (-576)) (-783)) NIL) (($ $ (-1195)) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| (-576) (-917 (-1195)))) (($ $) NIL (|has| (-576) (-237))) (($ $ (-783)) NIL (|has| (-576) (-237)))) (-1507 (($ $) NIL)) (-1579 (((-576) $) NIL)) (-2207 (($ (-419 (-576))) 9)) (-4169 (((-905 (-576)) $) NIL (|has| (-576) (-626 (-905 (-576))))) (((-905 (-390)) $) NIL (|has| (-576) (-626 (-905 (-390))))) (((-548) $) NIL (|has| (-576) (-626 (-548)))) (((-390) $) NIL (|has| (-576) (-1041))) (((-227) $) NIL (|has| (-576) (-1041)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-576) (-926))))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) 8) (($ (-576)) NIL) (($ (-1195)) NIL (|has| (-576) (-1057 (-1195)))) (((-419 (-576)) $) NIL) (((-1023 10) $) 10)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| (-576) (-926))) (|has| (-576) (-146))))) (-2596 (((-783)) NIL T CONST)) (-4317 (((-576) $) NIL (|has| (-576) (-557)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-4308 (($ $) NIL (|has| (-576) (-832)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-1 (-576) (-576))) NIL) (($ $ (-1 (-576) (-576)) (-783)) NIL) (($ $ (-1195)) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| (-576) (-917 (-1195)))) (($ $) NIL (|has| (-576) (-237))) (($ $ (-783)) NIL (|has| (-576) (-237)))) (-2989 (((-112) $ $) NIL (|has| (-576) (-862)))) (-2960 (((-112) $ $) NIL (|has| (-576) (-862)))) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL (|has| (-576) (-862)))) (-2946 (((-112) $ $) NIL (|has| (-576) (-862)))) (-3054 (($ $ $) NIL) (($ (-576) (-576)) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ (-576) $) NIL) (($ $ (-576)) NIL)))
-(((-219) (-13 (-1011 (-576)) (-625 (-419 (-576))) (-625 (-1023 10)) (-10 -8 (-15 -3252 ((-419 (-576)) $)) (-15 -2207 ($ (-419 (-576))))))) (T -219))
-((-3252 (*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-219)))) (-2207 (*1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-219)))))
-(-13 (-1011 (-576)) (-625 (-419 (-576))) (-625 (-1023 10)) (-10 -8 (-15 -3252 ((-419 (-576)) $)) (-15 -2207 ($ (-419 (-576))))))
-((-3486 (((-112) $ $) NIL)) (-2700 (((-1137) $) 13)) (-3881 (((-1177) $) NIL)) (-3926 (((-495) $) 10)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 23) (($ (-1200)) NIL) (((-1200) $) NIL)) (-2636 (((-1154) $) 15)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-220) (-13 (-1102) (-10 -8 (-15 -3926 ((-495) $)) (-15 -2700 ((-1137) $)) (-15 -2636 ((-1154) $))))) (T -220))
-((-3926 (*1 *2 *1) (-12 (-5 *2 (-495)) (-5 *1 (-220)))) (-2700 (*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-220)))) (-2636 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-220)))))
-(-13 (-1102) (-10 -8 (-15 -3926 ((-495) $)) (-15 -2700 ((-1137) $)) (-15 -2636 ((-1154) $))))
-((-2092 (((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1111 (-855 |#2|)) (-1177)) 29) (((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1111 (-855 |#2|))) 25)) (-3431 (((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1195) (-855 |#2|) (-855 |#2|) (-112)) 17)))
-(((-221 |#1| |#2|) (-10 -7 (-15 -2092 ((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1111 (-855 |#2|)))) (-15 -2092 ((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1111 (-855 |#2|)) (-1177))) (-15 -3431 ((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1195) (-855 |#2|) (-855 |#2|) (-112)))) (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))) (-13 (-1221) (-976) (-29 |#1|))) (T -221))
-((-3431 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-1195)) (-5 *6 (-112)) (-4 *7 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576)))) (-4 *3 (-13 (-1221) (-976) (-29 *7))) (-5 *2 (-3 (|:| |f1| (-855 *3)) (|:| |f2| (-656 (-855 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-221 *7 *3)) (-5 *5 (-855 *3)))) (-2092 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1111 (-855 *3))) (-5 *5 (-1177)) (-4 *3 (-13 (-1221) (-976) (-29 *6))) (-4 *6 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-3 (|:| |f1| (-855 *3)) (|:| |f2| (-656 (-855 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-221 *6 *3)))) (-2092 (*1 *2 *3 *4) (-12 (-5 *4 (-1111 (-855 *3))) (-4 *3 (-13 (-1221) (-976) (-29 *5))) (-4 *5 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-3 (|:| |f1| (-855 *3)) (|:| |f2| (-656 (-855 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-221 *5 *3)))))
-(-10 -7 (-15 -2092 ((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1111 (-855 |#2|)))) (-15 -2092 ((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1111 (-855 |#2|)) (-1177))) (-15 -3431 ((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1195) (-855 |#2|) (-855 |#2|) (-112))))
-((-2092 (((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-969 |#1|)) (-1111 (-855 (-419 (-969 |#1|)))) (-1177)) 49) (((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-969 |#1|)) (-1111 (-855 (-419 (-969 |#1|))))) 46) (((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-969 |#1|)) (-1111 (-855 (-326 |#1|))) (-1177)) 50) (((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-969 |#1|)) (-1111 (-855 (-326 |#1|)))) 22)))
-(((-222 |#1|) (-10 -7 (-15 -2092 ((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-969 |#1|)) (-1111 (-855 (-326 |#1|))))) (-15 -2092 ((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-969 |#1|)) (-1111 (-855 (-326 |#1|))) (-1177))) (-15 -2092 ((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-969 |#1|)) (-1111 (-855 (-419 (-969 |#1|)))))) (-15 -2092 ((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-969 |#1|)) (-1111 (-855 (-419 (-969 |#1|)))) (-1177)))) (-13 (-317) (-148) (-1057 (-576)) (-651 (-576)))) (T -222))
-((-2092 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1111 (-855 (-419 (-969 *6))))) (-5 *5 (-1177)) (-5 *3 (-419 (-969 *6))) (-4 *6 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-3 (|:| |f1| (-855 (-326 *6))) (|:| |f2| (-656 (-855 (-326 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-222 *6)))) (-2092 (*1 *2 *3 *4) (-12 (-5 *4 (-1111 (-855 (-419 (-969 *5))))) (-5 *3 (-419 (-969 *5))) (-4 *5 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-3 (|:| |f1| (-855 (-326 *5))) (|:| |f2| (-656 (-855 (-326 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-222 *5)))) (-2092 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-419 (-969 *6))) (-5 *4 (-1111 (-855 (-326 *6)))) (-5 *5 (-1177)) (-4 *6 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-3 (|:| |f1| (-855 (-326 *6))) (|:| |f2| (-656 (-855 (-326 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-222 *6)))) (-2092 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-1111 (-855 (-326 *5)))) (-4 *5 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-3 (|:| |f1| (-855 (-326 *5))) (|:| |f2| (-656 (-855 (-326 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-222 *5)))))
-(-10 -7 (-15 -2092 ((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-969 |#1|)) (-1111 (-855 (-326 |#1|))))) (-15 -2092 ((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-969 |#1|)) (-1111 (-855 (-326 |#1|))) (-1177))) (-15 -2092 ((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-969 |#1|)) (-1111 (-855 (-419 (-969 |#1|)))))) (-15 -2092 ((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-969 |#1|)) (-1111 (-855 (-419 (-969 |#1|)))) (-1177))))
-((-3683 (((-2 (|:| -2284 (-1191 |#1|)) (|:| |deg| (-938))) (-1191 |#1|)) 26)) (-1937 (((-656 (-326 |#2|)) (-326 |#2|) (-938)) 51)))
-(((-223 |#1| |#2|) (-10 -7 (-15 -3683 ((-2 (|:| -2284 (-1191 |#1|)) (|:| |deg| (-938))) (-1191 |#1|))) (-15 -1937 ((-656 (-326 |#2|)) (-326 |#2|) (-938)))) (-1068) (-568)) (T -223))
-((-1937 (*1 *2 *3 *4) (-12 (-5 *4 (-938)) (-4 *6 (-568)) (-5 *2 (-656 (-326 *6))) (-5 *1 (-223 *5 *6)) (-5 *3 (-326 *6)) (-4 *5 (-1068)))) (-3683 (*1 *2 *3) (-12 (-4 *4 (-1068)) (-5 *2 (-2 (|:| -2284 (-1191 *4)) (|:| |deg| (-938)))) (-5 *1 (-223 *4 *5)) (-5 *3 (-1191 *4)) (-4 *5 (-568)))))
-(-10 -7 (-15 -3683 ((-2 (|:| -2284 (-1191 |#1|)) (|:| |deg| (-938))) (-1191 |#1|))) (-15 -1937 ((-656 (-326 |#2|)) (-326 |#2|) (-938))))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2838 ((|#1| $) NIL)) (-1417 ((|#1| $) 30)) (-3733 (((-112) $ (-783)) NIL)) (-2135 (($) NIL T CONST)) (-2082 (($ $) NIL)) (-1752 (($ $) 39)) (-2797 ((|#1| |#1| $) NIL)) (-2146 ((|#1| $) NIL)) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-2432 (((-783) $) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-4219 ((|#1| $) NIL)) (-3930 ((|#1| |#1| $) 35)) (-1576 ((|#1| |#1| $) 37)) (-2767 (($ |#1| $) NIL)) (-2322 (((-783) $) 33)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-2107 ((|#1| $) NIL)) (-4031 ((|#1| $) 31)) (-3770 ((|#1| $) 29)) (-4436 ((|#1| $) NIL)) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-2998 ((|#1| |#1| $) NIL)) (-4205 (((-112) $) 9)) (-1854 (($) NIL)) (-2752 ((|#1| $) NIL)) (-1487 (($) NIL) (($ (-656 |#1|)) 16)) (-1885 (((-783) $) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-4438 ((|#1| $) 13)) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2847 (($ (-656 |#1|)) NIL)) (-2285 ((|#1| $) NIL)) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-224 |#1|) (-13 (-261 |#1|) (-10 -8 (-15 -1487 ($ (-656 |#1|))))) (-1119)) (T -224))
-((-1487 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-5 *1 (-224 *3)))))
-(-13 (-261 |#1|) (-10 -8 (-15 -1487 ($ (-656 |#1|)))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-1394 (($ (-326 |#1|)) 24)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-2562 (((-112) $) NIL)) (-1570 (((-3 (-326 |#1|) "failed") $) NIL)) (-2857 (((-326 |#1|) $) NIL)) (-2109 (($ $) 32)) (-2251 (((-3 $ "failed") $) NIL)) (-3612 (((-112) $) NIL)) (-4114 (($ (-1 (-326 |#1|) (-326 |#1|)) $) NIL)) (-2086 (((-326 |#1|) $) NIL)) (-4356 (($ $) 31)) (-3881 (((-1177) $) NIL)) (-2437 (((-112) $) NIL)) (-1448 (((-1139) $) NIL)) (-4126 (($ (-783)) NIL)) (-1609 (($ $) 33)) (-1967 (((-576) $) NIL)) (-3567 (((-874) $) 65) (($ (-576)) NIL) (($ (-326 |#1|)) NIL)) (-1749 (((-326 |#1|) $ $) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 26 T CONST)) (-2727 (($) NIL T CONST)) (-2921 (((-112) $ $) 29)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) 20)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 25) (($ (-326 |#1|) $) 19)))
-(((-225 |#1| |#2|) (-13 (-632 (-326 |#1|)) (-1057 (-326 |#1|)) (-10 -8 (-15 -2086 ((-326 |#1|) $)) (-15 -4356 ($ $)) (-15 -2109 ($ $)) (-15 -1749 ((-326 |#1|) $ $)) (-15 -4126 ($ (-783))) (-15 -2437 ((-112) $)) (-15 -2562 ((-112) $)) (-15 -1967 ((-576) $)) (-15 -4114 ($ (-1 (-326 |#1|) (-326 |#1|)) $)) (-15 -1394 ($ (-326 |#1|))) (-15 -1609 ($ $)))) (-13 (-1068) (-862)) (-656 (-1195))) (T -225))
-((-2086 (*1 *2 *1) (-12 (-5 *2 (-326 *3)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1068) (-862))) (-14 *4 (-656 (-1195))))) (-4356 (*1 *1 *1) (-12 (-5 *1 (-225 *2 *3)) (-4 *2 (-13 (-1068) (-862))) (-14 *3 (-656 (-1195))))) (-2109 (*1 *1 *1) (-12 (-5 *1 (-225 *2 *3)) (-4 *2 (-13 (-1068) (-862))) (-14 *3 (-656 (-1195))))) (-1749 (*1 *2 *1 *1) (-12 (-5 *2 (-326 *3)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1068) (-862))) (-14 *4 (-656 (-1195))))) (-4126 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1068) (-862))) (-14 *4 (-656 (-1195))))) (-2437 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1068) (-862))) (-14 *4 (-656 (-1195))))) (-2562 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1068) (-862))) (-14 *4 (-656 (-1195))))) (-1967 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1068) (-862))) (-14 *4 (-656 (-1195))))) (-4114 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-326 *3) (-326 *3))) (-4 *3 (-13 (-1068) (-862))) (-5 *1 (-225 *3 *4)) (-14 *4 (-656 (-1195))))) (-1394 (*1 *1 *2) (-12 (-5 *2 (-326 *3)) (-4 *3 (-13 (-1068) (-862))) (-5 *1 (-225 *3 *4)) (-14 *4 (-656 (-1195))))) (-1609 (*1 *1 *1) (-12 (-5 *1 (-225 *2 *3)) (-4 *2 (-13 (-1068) (-862))) (-14 *3 (-656 (-1195))))))
-(-13 (-632 (-326 |#1|)) (-1057 (-326 |#1|)) (-10 -8 (-15 -2086 ((-326 |#1|) $)) (-15 -4356 ($ $)) (-15 -2109 ($ $)) (-15 -1749 ((-326 |#1|) $ $)) (-15 -4126 ($ (-783))) (-15 -2437 ((-112) $)) (-15 -2562 ((-112) $)) (-15 -1967 ((-576) $)) (-15 -4114 ($ (-1 (-326 |#1|) (-326 |#1|)) $)) (-15 -1394 ($ (-326 |#1|))) (-15 -1609 ($ $))))
-((-3396 (((-112) (-1177)) 26)) (-1715 (((-3 (-855 |#2|) "failed") (-624 |#2|) |#2| (-855 |#2|) (-855 |#2|) (-112)) 35)) (-3355 (((-3 (-112) "failed") (-1191 |#2|) (-855 |#2|) (-855 |#2|) (-112)) 84) (((-3 (-112) "failed") (-969 |#1|) (-1195) (-855 |#2|) (-855 |#2|) (-112)) 85)))
-(((-226 |#1| |#2|) (-10 -7 (-15 -3396 ((-112) (-1177))) (-15 -1715 ((-3 (-855 |#2|) "failed") (-624 |#2|) |#2| (-855 |#2|) (-855 |#2|) (-112))) (-15 -3355 ((-3 (-112) "failed") (-969 |#1|) (-1195) (-855 |#2|) (-855 |#2|) (-112))) (-15 -3355 ((-3 (-112) "failed") (-1191 |#2|) (-855 |#2|) (-855 |#2|) (-112)))) (-13 (-464) (-1057 (-576)) (-651 (-576))) (-13 (-1221) (-29 |#1|))) (T -226))
-((-3355 (*1 *2 *3 *4 *4 *2) (|partial| -12 (-5 *2 (-112)) (-5 *3 (-1191 *6)) (-5 *4 (-855 *6)) (-4 *6 (-13 (-1221) (-29 *5))) (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-226 *5 *6)))) (-3355 (*1 *2 *3 *4 *5 *5 *2) (|partial| -12 (-5 *2 (-112)) (-5 *3 (-969 *6)) (-5 *4 (-1195)) (-5 *5 (-855 *7)) (-4 *6 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-4 *7 (-13 (-1221) (-29 *6))) (-5 *1 (-226 *6 *7)))) (-1715 (*1 *2 *3 *4 *2 *2 *5) (|partial| -12 (-5 *2 (-855 *4)) (-5 *3 (-624 *4)) (-5 *5 (-112)) (-4 *4 (-13 (-1221) (-29 *6))) (-4 *6 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-226 *6 *4)))) (-3396 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-112)) (-5 *1 (-226 *4 *5)) (-4 *5 (-13 (-1221) (-29 *4))))))
-(-10 -7 (-15 -3396 ((-112) (-1177))) (-15 -1715 ((-3 (-855 |#2|) "failed") (-624 |#2|) |#2| (-855 |#2|) (-855 |#2|) (-112))) (-15 -3355 ((-3 (-112) "failed") (-969 |#1|) (-1195) (-855 |#2|) (-855 |#2|) (-112))) (-15 -3355 ((-3 (-112) "failed") (-1191 |#2|) (-855 |#2|) (-855 |#2|) (-112))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 98)) (-3522 (((-576) $) 33)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-1930 (($ $) NIL)) (-4022 (($ $) 87)) (-3898 (($ $) 75)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1838 (($ $) 66)) (-1829 (((-112) $ $) NIL)) (-4003 (($ $) 85)) (-3874 (($ $) 73)) (-2786 (((-576) $) 127)) (-4047 (($ $) 90)) (-3917 (($ $) 77)) (-2135 (($) NIL T CONST)) (-2272 (($ $) NIL)) (-1570 (((-3 (-576) "failed") $) 126) (((-3 (-419 (-576)) "failed") $) 123)) (-2857 (((-576) $) 124) (((-419 (-576)) $) 121)) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) 103)) (-3870 (((-419 (-576)) $ (-783)) 117) (((-419 (-576)) $ (-783) (-783)) 116)) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3337 (((-938)) 28) (((-938) (-938)) NIL (|has| $ (-6 -4453)))) (-3075 (((-112) $) NIL)) (-1598 (($) 46)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL)) (-1991 (((-576) $) 40)) (-3612 (((-112) $) 99)) (-3867 (($ $ (-576)) NIL)) (-1650 (($ $) NIL)) (-3667 (((-112) $) 97)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3123 (($ $ $) 63) (($) 36 (-12 (-2658 (|has| $ (-6 -4445))) (-2658 (|has| $ (-6 -4453)))))) (-2352 (($ $ $) 62) (($) 35 (-12 (-2658 (|has| $ (-6 -4445))) (-2658 (|has| $ (-6 -4453)))))) (-1490 (((-576) $) 26)) (-2751 (($ $) 31)) (-2325 (($ $) 67)) (-3742 (($ $) 72)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-2359 (((-938) (-576)) NIL (|has| $ (-6 -4453)))) (-1448 (((-1139) $) 101)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3252 (($ $) NIL)) (-3247 (($ $) NIL)) (-3042 (($ (-576) (-576)) NIL) (($ (-576) (-576) (-938)) 110)) (-1827 (((-430 $) $) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2125 (((-576) $) 27)) (-4327 (($) 45)) (-4101 (($ $) 71)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2765 (((-938)) NIL) (((-938) (-938)) NIL (|has| $ (-6 -4453)))) (-2770 (($ $) 104) (($ $ (-783)) NIL)) (-1632 (((-938) (-576)) NIL (|has| $ (-6 -4453)))) (-4058 (($ $) 88)) (-3927 (($ $) 78)) (-4034 (($ $) 89)) (-3907 (($ $) 76)) (-4011 (($ $) 86)) (-3886 (($ $) 74)) (-4169 (((-390) $) 113) (((-227) $) 14) (((-905 (-390)) $) NIL) (((-548) $) 52)) (-3567 (((-874) $) 49) (($ (-576)) 152) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-576)) 152) (($ (-419 (-576))) NIL)) (-2596 (((-783)) NIL T CONST)) (-4317 (($ $) NIL)) (-1639 (((-938)) 34) (((-938) (-938)) NIL (|has| $ (-6 -4453)))) (-1540 (((-112) $ $) NIL)) (-3513 (((-938)) 24)) (-2787 (($ $) 93)) (-3958 (($ $) 81) (($ $ $) 119)) (-4196 (((-112) $ $) NIL)) (-4068 (($ $) 91)) (-3935 (($ $) 79)) (-2812 (($ $) 96)) (-3980 (($ $) 84)) (-4385 (($ $) 94)) (-3992 (($ $) 82)) (-2800 (($ $) 95)) (-3971 (($ $) 83)) (-4080 (($ $) 92)) (-3948 (($ $) 80)) (-4308 (($ $) 118)) (-2716 (($) 42 T CONST)) (-2727 (($) 43 T CONST)) (-4359 (((-1177) $) 18) (((-1177) $ (-112)) 20) (((-1291) (-834) $) 21) (((-1291) (-834) $ (-112)) 22)) (-3366 (($ $) 107)) (-2014 (($ $) NIL) (($ $ (-783)) NIL)) (-3406 (($ $ $) 109)) (-2989 (((-112) $ $) 56)) (-2960 (((-112) $ $) 54)) (-2921 (((-112) $ $) 64)) (-2975 (((-112) $ $) 55)) (-2946 (((-112) $ $) 53)) (-3054 (($ $ $) 44) (($ $ (-576)) 65)) (-3041 (($ $) 57) (($ $ $) 59)) (-3027 (($ $ $) 58)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) 68) (($ $ (-419 (-576))) 151) (($ $ $) 69)) (* (($ (-938) $) 32) (($ (-783) $) NIL) (($ (-576) $) 61) (($ $ $) 60) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL)))
-(((-227) (-13 (-416) (-238) (-840) (-1221) (-626 (-548)) (-10 -8 (-15 -3054 ($ $ (-576))) (-15 ** ($ $ $)) (-15 -4327 ($)) (-15 -2751 ($ $)) (-15 -2325 ($ $)) (-15 -3958 ($ $ $)) (-15 -3366 ($ $)) (-15 -3406 ($ $ $)) (-15 -3870 ((-419 (-576)) $ (-783))) (-15 -3870 ((-419 (-576)) $ (-783) (-783)))))) (T -227))
-((** (*1 *1 *1 *1) (-5 *1 (-227))) (-3054 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-227)))) (-4327 (*1 *1) (-5 *1 (-227))) (-2751 (*1 *1 *1) (-5 *1 (-227))) (-2325 (*1 *1 *1) (-5 *1 (-227))) (-3958 (*1 *1 *1 *1) (-5 *1 (-227))) (-3366 (*1 *1 *1) (-5 *1 (-227))) (-3406 (*1 *1 *1 *1) (-5 *1 (-227))) (-3870 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *2 (-419 (-576))) (-5 *1 (-227)))) (-3870 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-783)) (-5 *2 (-419 (-576))) (-5 *1 (-227)))))
-(-13 (-416) (-238) (-840) (-1221) (-626 (-548)) (-10 -8 (-15 -3054 ($ $ (-576))) (-15 ** ($ $ $)) (-15 -4327 ($)) (-15 -2751 ($ $)) (-15 -2325 ($ $)) (-15 -3958 ($ $ $)) (-15 -3366 ($ $)) (-15 -3406 ($ $ $)) (-15 -3870 ((-419 (-576)) $ (-783))) (-15 -3870 ((-419 (-576)) $ (-783) (-783)))))
-((-2224 (((-171 (-227)) (-783) (-171 (-227))) 11) (((-227) (-783) (-227)) 12)) (-3086 (((-171 (-227)) (-171 (-227))) 13) (((-227) (-227)) 14)) (-1716 (((-171 (-227)) (-171 (-227)) (-171 (-227))) 19) (((-227) (-227) (-227)) 22)) (-2638 (((-171 (-227)) (-171 (-227))) 27) (((-227) (-227)) 26)) (-4077 (((-171 (-227)) (-171 (-227)) (-171 (-227))) 57) (((-227) (-227) (-227)) 49)) (-3340 (((-171 (-227)) (-171 (-227)) (-171 (-227))) 62) (((-227) (-227) (-227)) 60)) (-3379 (((-171 (-227)) (-171 (-227)) (-171 (-227))) 15) (((-227) (-227) (-227)) 16)) (-3613 (((-171 (-227)) (-171 (-227)) (-171 (-227))) 17) (((-227) (-227) (-227)) 18)) (-2397 (((-171 (-227)) (-171 (-227))) 74) (((-227) (-227)) 73)) (-4187 (((-227) (-227)) 68) (((-171 (-227)) (-171 (-227))) 72)) (-3366 (((-171 (-227)) (-171 (-227))) 8) (((-227) (-227)) 9)) (-3406 (((-171 (-227)) (-171 (-227)) (-171 (-227))) 35) (((-227) (-227) (-227)) 31)))
-(((-228) (-10 -7 (-15 -3366 ((-227) (-227))) (-15 -3366 ((-171 (-227)) (-171 (-227)))) (-15 -3406 ((-227) (-227) (-227))) (-15 -3406 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -3086 ((-227) (-227))) (-15 -3086 ((-171 (-227)) (-171 (-227)))) (-15 -2638 ((-227) (-227))) (-15 -2638 ((-171 (-227)) (-171 (-227)))) (-15 -2224 ((-227) (-783) (-227))) (-15 -2224 ((-171 (-227)) (-783) (-171 (-227)))) (-15 -3379 ((-227) (-227) (-227))) (-15 -3379 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -4077 ((-227) (-227) (-227))) (-15 -4077 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -3613 ((-227) (-227) (-227))) (-15 -3613 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -3340 ((-227) (-227) (-227))) (-15 -3340 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -4187 ((-171 (-227)) (-171 (-227)))) (-15 -4187 ((-227) (-227))) (-15 -2397 ((-227) (-227))) (-15 -2397 ((-171 (-227)) (-171 (-227)))) (-15 -1716 ((-227) (-227) (-227))) (-15 -1716 ((-171 (-227)) (-171 (-227)) (-171 (-227)))))) (T -228))
-((-1716 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-1716 (*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-2397 (*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-2397 (*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-4187 (*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-4187 (*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-3340 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-3340 (*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-3613 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-3613 (*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-4077 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-4077 (*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-3379 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-3379 (*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-2224 (*1 *2 *3 *2) (-12 (-5 *2 (-171 (-227))) (-5 *3 (-783)) (-5 *1 (-228)))) (-2224 (*1 *2 *3 *2) (-12 (-5 *2 (-227)) (-5 *3 (-783)) (-5 *1 (-228)))) (-2638 (*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-2638 (*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-3086 (*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-3086 (*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-3406 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-3406 (*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-3366 (*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-3366 (*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))))
-(-10 -7 (-15 -3366 ((-227) (-227))) (-15 -3366 ((-171 (-227)) (-171 (-227)))) (-15 -3406 ((-227) (-227) (-227))) (-15 -3406 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -3086 ((-227) (-227))) (-15 -3086 ((-171 (-227)) (-171 (-227)))) (-15 -2638 ((-227) (-227))) (-15 -2638 ((-171 (-227)) (-171 (-227)))) (-15 -2224 ((-227) (-783) (-227))) (-15 -2224 ((-171 (-227)) (-783) (-171 (-227)))) (-15 -3379 ((-227) (-227) (-227))) (-15 -3379 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -4077 ((-227) (-227) (-227))) (-15 -4077 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -3613 ((-227) (-227) (-227))) (-15 -3613 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -3340 ((-227) (-227) (-227))) (-15 -3340 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -4187 ((-171 (-227)) (-171 (-227)))) (-15 -4187 ((-227) (-227))) (-15 -2397 ((-227) (-227))) (-15 -2397 ((-171 (-227)) (-171 (-227)))) (-15 -1716 ((-227) (-227) (-227))) (-15 -1716 ((-171 (-227)) (-171 (-227)) (-171 (-227)))))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3829 (($ (-783) (-783)) NIL)) (-2208 (($ $ $) NIL)) (-2071 (($ (-1286 |#1|)) NIL) (($ $) NIL)) (-1876 (($ |#1| |#1| |#1|) 33)) (-3388 (((-112) $) NIL)) (-3556 (($ $ (-576) (-576)) NIL)) (-2538 (($ $ (-576) (-576)) NIL)) (-4289 (($ $ (-576) (-576) (-576) (-576)) NIL)) (-3474 (($ $) NIL)) (-2466 (((-112) $) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-3440 (($ $ (-576) (-576) $) NIL)) (-3753 ((|#1| $ (-576) (-576) |#1|) NIL) (($ $ (-656 (-576)) (-656 (-576)) $) NIL)) (-2133 (($ $ (-576) (-1286 |#1|)) NIL)) (-2874 (($ $ (-576) (-1286 |#1|)) NIL)) (-1803 (($ |#1| |#1| |#1|) 32)) (-3307 (($ (-783) |#1|) NIL)) (-2135 (($) NIL T CONST)) (-3724 (($ $) NIL (|has| |#1| (-317)))) (-3925 (((-1286 |#1|) $ (-576)) NIL)) (-2324 (($ |#1|) 31)) (-1656 (($ |#1|) 30)) (-3121 (($ |#1|) 29)) (-3731 (((-783) $) NIL (|has| |#1| (-568)))) (-4330 ((|#1| $ (-576) (-576) |#1|) NIL)) (-4271 ((|#1| $ (-576) (-576)) NIL)) (-3963 (((-656 |#1|) $) NIL)) (-3809 (((-783) $) NIL (|has| |#1| (-568)))) (-1479 (((-656 (-1286 |#1|)) $) NIL (|has| |#1| (-568)))) (-1687 (((-783) $) NIL)) (-4138 (($ (-783) (-783) |#1|) NIL)) (-1697 (((-783) $) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3373 ((|#1| $) NIL (|has| |#1| (-6 (-4464 "*"))))) (-4063 (((-576) $) NIL)) (-1495 (((-576) $) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3621 (((-576) $) NIL)) (-2196 (((-576) $) NIL)) (-2462 (($ (-656 (-656 |#1|))) 11) (($ (-783) (-783) (-1 |#1| (-576) (-576))) NIL)) (-4320 (($ (-1 |#1| |#1|) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-1445 (((-656 (-656 |#1|)) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-1430 (((-3 $ "failed") $) NIL (|has| |#1| (-374)))) (-2243 (($) 12)) (-1336 (($ $ $) NIL)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-1552 (($ $ |#1|) NIL)) (-3473 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568)))) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#1| $ (-576) (-576)) NIL) ((|#1| $ (-576) (-576) |#1|) NIL) (($ $ (-656 (-576)) (-656 (-576))) NIL)) (-4432 (($ (-656 |#1|)) NIL) (($ (-656 $)) NIL)) (-3527 (((-112) $) NIL)) (-1905 ((|#1| $) NIL (|has| |#1| (-6 (-4464 "*"))))) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) NIL)) (-2067 (((-1286 |#1|) $ (-576)) NIL)) (-3567 (($ (-1286 |#1|)) NIL) (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3775 (((-112) $) NIL)) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-3041 (($ $ $) NIL) (($ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-576) $) NIL) (((-1286 |#1|) $ (-1286 |#1|)) 15) (((-1286 |#1|) (-1286 |#1|) $) NIL) (((-960 |#1|) $ (-960 |#1|)) 21)) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-229 |#1|) (-13 (-699 |#1| (-1286 |#1|) (-1286 |#1|)) (-10 -8 (-15 * ((-960 |#1|) $ (-960 |#1|))) (-15 -2243 ($)) (-15 -3121 ($ |#1|)) (-15 -1656 ($ |#1|)) (-15 -2324 ($ |#1|)) (-15 -1803 ($ |#1| |#1| |#1|)) (-15 -1876 ($ |#1| |#1| |#1|)))) (-13 (-374) (-1221))) (T -229))
-((* (*1 *2 *1 *2) (-12 (-5 *2 (-960 *3)) (-4 *3 (-13 (-374) (-1221))) (-5 *1 (-229 *3)))) (-2243 (*1 *1) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1221))))) (-3121 (*1 *1 *2) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1221))))) (-1656 (*1 *1 *2) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1221))))) (-2324 (*1 *1 *2) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1221))))) (-1803 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1221))))) (-1876 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1221))))))
-(-13 (-699 |#1| (-1286 |#1|) (-1286 |#1|)) (-10 -8 (-15 * ((-960 |#1|) $ (-960 |#1|))) (-15 -2243 ($)) (-15 -3121 ($ |#1|)) (-15 -1656 ($ |#1|)) (-15 -2324 ($ |#1|)) (-15 -1803 ($ |#1| |#1| |#1|)) (-15 -1876 ($ |#1| |#1| |#1|))))
-((-4394 (($ (-1 (-112) |#2|) $) 16)) (-3516 (($ |#2| $) NIL) (($ (-1 (-112) |#2|) $) 28)) (-2089 (($) NIL) (($ (-656 |#2|)) 11)) (-2921 (((-112) $ $) 26)))
-(((-230 |#1| |#2|) (-10 -8 (-15 -2921 ((-112) |#1| |#1|)) (-15 -4394 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3516 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3516 (|#1| |#2| |#1|)) (-15 -2089 (|#1| (-656 |#2|))) (-15 -2089 (|#1|))) (-231 |#2|) (-1119)) (T -230))
-NIL
-(-10 -8 (-15 -2921 ((-112) |#1| |#1|)) (-15 -4394 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3516 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3516 (|#1| |#2| |#1|)) (-15 -2089 (|#1| (-656 |#2|))) (-15 -2089 (|#1|)))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3733 (((-112) $ (-783)) 8)) (-4394 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4462)))) (-2135 (($) 7 T CONST)) (-1640 (($ $) 59 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3516 (($ |#1| $) 48 (|has| $ (-6 -4462))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4462)))) (-3942 (($ |#1| $) 58 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4462)))) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) 9)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-4219 ((|#1| $) 40)) (-2767 (($ |#1| $) 41)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-4436 ((|#1| $) 42)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2089 (($) 50) (($ (-656 |#1|)) 49)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-4169 (((-548) $) 60 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 51)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2847 (($ (-656 |#1|)) 43)) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-231 |#1|) (-141) (-1119)) (T -231))
+((-1419 (((-656 (-1197)) (-1197) (-783)) 26)) (-3657 (((-326 (-227)) (-326 (-227))) 35)) (-2914 (((-112) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227)))) 87)) (-2461 (((-112) (-227) (-227) (-656 (-326 (-227)))) 47)))
+(((-212) (-10 -7 (-15 -1419 ((-656 (-1197)) (-1197) (-783))) (-15 -3657 ((-326 (-227)) (-326 (-227)))) (-15 -2461 ((-112) (-227) (-227) (-656 (-326 (-227))))) (-15 -2914 ((-112) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227))))))) (T -212))
+((-2914 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227)))) (-5 *2 (-112)) (-5 *1 (-212)))) (-2461 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-656 (-326 (-227)))) (-5 *3 (-227)) (-5 *2 (-112)) (-5 *1 (-212)))) (-3657 (*1 *2 *2) (-12 (-5 *2 (-326 (-227))) (-5 *1 (-212)))) (-1419 (*1 *2 *3 *4) (-12 (-5 *4 (-783)) (-5 *2 (-656 (-1197))) (-5 *1 (-212)) (-5 *3 (-1197)))))
+(-10 -7 (-15 -1419 ((-656 (-1197)) (-1197) (-783))) (-15 -3657 ((-326 (-227)) (-326 (-227)))) (-15 -2461 ((-112) (-227) (-227) (-656 (-326 (-227))))) (-15 -2914 ((-112) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227))))))
+((-1955 (((-112) $ $) NIL)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227)))) 28)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-2830 (((-1056) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227)))) 70)) (-3939 (((-112) $ $) NIL)))
+(((-213) (-912)) (T -213))
+NIL
+(-912)
+((-1955 (((-112) $ $) NIL)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227)))) 24)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-2830 (((-1056) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227)))) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-214) (-912)) (T -214))
+NIL
+(-912)
+((-1955 (((-112) $ $) NIL)) (-3732 ((|#2| $ (-783) |#2|) 11)) (-3721 ((|#2| $ (-783)) 10)) (-1988 (($) 8)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 23)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 13)))
+(((-215 |#1| |#2|) (-13 (-1121) (-10 -8 (-15 -1988 ($)) (-15 -3721 (|#2| $ (-783))) (-15 -3732 (|#2| $ (-783) |#2|)))) (-940) (-1121)) (T -215))
+((-1988 (*1 *1) (-12 (-5 *1 (-215 *2 *3)) (-14 *2 (-940)) (-4 *3 (-1121)))) (-3721 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *2 (-1121)) (-5 *1 (-215 *4 *2)) (-14 *4 (-940)))) (-3732 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-215 *4 *2)) (-14 *4 (-940)) (-4 *2 (-1121)))))
+(-13 (-1121) (-10 -8 (-15 -1988 ($)) (-15 -3721 (|#2| $ (-783))) (-15 -3732 (|#2| $ (-783) |#2|))))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-3924 (((-1293) $) 37) (((-1293) $ (-940) (-940)) 41)) (-4369 (($ $ (-1010)) 19) (((-250 (-1179)) $ (-1197)) 15)) (-1612 (((-1293) $) 35)) (-4114 (((-876) $) 32) (($ (-656 |#1|)) 8)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $ $) 27)) (-4027 (($ $ $) 22)))
+(((-216 |#1|) (-13 (-1121) (-628 (-656 |#1|)) (-10 -8 (-15 -4369 ($ $ (-1010))) (-15 -4369 ((-250 (-1179)) $ (-1197))) (-15 -4027 ($ $ $)) (-15 -4037 ($ $ $)) (-15 -1612 ((-1293) $)) (-15 -3924 ((-1293) $)) (-15 -3924 ((-1293) $ (-940) (-940))))) (-13 (-862) (-10 -8 (-15 -4369 ((-1179) $ (-1197))) (-15 -1612 ((-1293) $)) (-15 -3924 ((-1293) $))))) (T -216))
+((-4369 (*1 *1 *1 *2) (-12 (-5 *2 (-1010)) (-5 *1 (-216 *3)) (-4 *3 (-13 (-862) (-10 -8 (-15 -4369 ((-1179) $ (-1197))) (-15 -1612 ((-1293) $)) (-15 -3924 ((-1293) $))))))) (-4369 (*1 *2 *1 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-250 (-1179))) (-5 *1 (-216 *4)) (-4 *4 (-13 (-862) (-10 -8 (-15 -4369 ((-1179) $ *3)) (-15 -1612 ((-1293) $)) (-15 -3924 ((-1293) $))))))) (-4027 (*1 *1 *1 *1) (-12 (-5 *1 (-216 *2)) (-4 *2 (-13 (-862) (-10 -8 (-15 -4369 ((-1179) $ (-1197))) (-15 -1612 ((-1293) $)) (-15 -3924 ((-1293) $))))))) (-4037 (*1 *1 *1 *1) (-12 (-5 *1 (-216 *2)) (-4 *2 (-13 (-862) (-10 -8 (-15 -4369 ((-1179) $ (-1197))) (-15 -1612 ((-1293) $)) (-15 -3924 ((-1293) $))))))) (-1612 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-216 *3)) (-4 *3 (-13 (-862) (-10 -8 (-15 -4369 ((-1179) $ (-1197))) (-15 -1612 (*2 $)) (-15 -3924 (*2 $))))))) (-3924 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-216 *3)) (-4 *3 (-13 (-862) (-10 -8 (-15 -4369 ((-1179) $ (-1197))) (-15 -1612 (*2 $)) (-15 -3924 (*2 $))))))) (-3924 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1293)) (-5 *1 (-216 *4)) (-4 *4 (-13 (-862) (-10 -8 (-15 -4369 ((-1179) $ (-1197))) (-15 -1612 (*2 $)) (-15 -3924 (*2 $))))))))
+(-13 (-1121) (-628 (-656 |#1|)) (-10 -8 (-15 -4369 ($ $ (-1010))) (-15 -4369 ((-250 (-1179)) $ (-1197))) (-15 -4027 ($ $ $)) (-15 -4037 ($ $ $)) (-15 -1612 ((-1293) $)) (-15 -3924 ((-1293) $)) (-15 -3924 ((-1293) $ (-940) (-940)))))
+((-3214 ((|#2| |#4| (-1 |#2| |#2|)) 49)))
+(((-217 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3214 (|#2| |#4| (-1 |#2| |#2|)))) (-374) (-1264 |#1|) (-1264 (-419 |#2|)) (-353 |#1| |#2| |#3|)) (T -217))
+((-3214 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-374)) (-4 *6 (-1264 (-419 *2))) (-4 *2 (-1264 *5)) (-5 *1 (-217 *5 *2 *6 *3)) (-4 *3 (-353 *5 *2 *6)))))
+(-10 -7 (-15 -3214 (|#2| |#4| (-1 |#2| |#2|))))
+((-4147 ((|#2| |#2| (-783) |#2|) 55)) (-3331 ((|#2| |#2| (-783) |#2|) 51)) (-3186 (((-656 |#2|) (-656 (-2 (|:| |deg| (-783)) (|:| -2151 |#2|)))) 79)) (-4286 (((-656 (-2 (|:| |deg| (-783)) (|:| -2151 |#2|))) |#2|) 73)) (-1356 (((-112) |#2|) 71)) (-4183 (((-430 |#2|) |#2|) 91)) (-1452 (((-430 |#2|) |#2|) 90)) (-3525 ((|#2| |#2| (-783) |#2|) 49)) (-3952 (((-2 (|:| |cont| |#1|) (|:| -4155 (-656 (-2 (|:| |irr| |#2|) (|:| -2992 (-576)))))) |#2| (-112)) 85)))
+(((-218 |#1| |#2|) (-10 -7 (-15 -1452 ((-430 |#2|) |#2|)) (-15 -4183 ((-430 |#2|) |#2|)) (-15 -3952 ((-2 (|:| |cont| |#1|) (|:| -4155 (-656 (-2 (|:| |irr| |#2|) (|:| -2992 (-576)))))) |#2| (-112))) (-15 -4286 ((-656 (-2 (|:| |deg| (-783)) (|:| -2151 |#2|))) |#2|)) (-15 -3186 ((-656 |#2|) (-656 (-2 (|:| |deg| (-783)) (|:| -2151 |#2|))))) (-15 -3525 (|#2| |#2| (-783) |#2|)) (-15 -3331 (|#2| |#2| (-783) |#2|)) (-15 -4147 (|#2| |#2| (-783) |#2|)) (-15 -1356 ((-112) |#2|))) (-360) (-1264 |#1|)) (T -218))
+((-1356 (*1 *2 *3) (-12 (-4 *4 (-360)) (-5 *2 (-112)) (-5 *1 (-218 *4 *3)) (-4 *3 (-1264 *4)))) (-4147 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-783)) (-4 *4 (-360)) (-5 *1 (-218 *4 *2)) (-4 *2 (-1264 *4)))) (-3331 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-783)) (-4 *4 (-360)) (-5 *1 (-218 *4 *2)) (-4 *2 (-1264 *4)))) (-3525 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-783)) (-4 *4 (-360)) (-5 *1 (-218 *4 *2)) (-4 *2 (-1264 *4)))) (-3186 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| |deg| (-783)) (|:| -2151 *5)))) (-4 *5 (-1264 *4)) (-4 *4 (-360)) (-5 *2 (-656 *5)) (-5 *1 (-218 *4 *5)))) (-4286 (*1 *2 *3) (-12 (-4 *4 (-360)) (-5 *2 (-656 (-2 (|:| |deg| (-783)) (|:| -2151 *3)))) (-5 *1 (-218 *4 *3)) (-4 *3 (-1264 *4)))) (-3952 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-360)) (-5 *2 (-2 (|:| |cont| *5) (|:| -4155 (-656 (-2 (|:| |irr| *3) (|:| -2992 (-576))))))) (-5 *1 (-218 *5 *3)) (-4 *3 (-1264 *5)))) (-4183 (*1 *2 *3) (-12 (-4 *4 (-360)) (-5 *2 (-430 *3)) (-5 *1 (-218 *4 *3)) (-4 *3 (-1264 *4)))) (-1452 (*1 *2 *3) (-12 (-4 *4 (-360)) (-5 *2 (-430 *3)) (-5 *1 (-218 *4 *3)) (-4 *3 (-1264 *4)))))
+(-10 -7 (-15 -1452 ((-430 |#2|) |#2|)) (-15 -4183 ((-430 |#2|) |#2|)) (-15 -3952 ((-2 (|:| |cont| |#1|) (|:| -4155 (-656 (-2 (|:| |irr| |#2|) (|:| -2992 (-576)))))) |#2| (-112))) (-15 -4286 ((-656 (-2 (|:| |deg| (-783)) (|:| -2151 |#2|))) |#2|)) (-15 -3186 ((-656 |#2|) (-656 (-2 (|:| |deg| (-783)) (|:| -2151 |#2|))))) (-15 -3525 (|#2| |#2| (-783) |#2|)) (-15 -3331 (|#2| |#2| (-783) |#2|)) (-15 -4147 (|#2| |#2| (-783) |#2|)) (-15 -1356 ((-112) |#2|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3730 (((-576) $) NIL (|has| (-576) (-317)))) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-576) (-928)))) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| (-576) (-928)))) (-4064 (((-112) $ $) NIL)) (-4018 (((-576) $) NIL (|has| (-576) (-832)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL) (((-3 (-1197) "failed") $) NIL (|has| (-576) (-1059 (-1197)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-576) (-1059 (-576)))) (((-3 (-576) "failed") $) NIL (|has| (-576) (-1059 (-576))))) (-2318 (((-576) $) NIL) (((-1197) $) NIL (|has| (-576) (-1059 (-1197)))) (((-419 (-576)) $) NIL (|has| (-576) (-1059 (-576)))) (((-576) $) NIL (|has| (-576) (-1059 (-576))))) (-1892 (($ $ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL) (((-701 (-576)) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) NIL (|has| (-576) (-557)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-2907 (((-112) $) NIL (|has| (-576) (-832)))) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (|has| (-576) (-901 (-576)))) (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (|has| (-576) (-901 (-390))))) (-3315 (((-112) $) NIL)) (-2364 (($ $) NIL)) (-2687 (((-576) $) NIL)) (-4080 (((-3 $ "failed") $) NIL (|has| (-576) (-1173)))) (-2569 (((-112) $) NIL (|has| (-576) (-832)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2905 (($ $ $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| (-576) (-862)))) (-2423 (($ (-1 (-576) (-576)) $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL) (((-701 (-576)) (-1288 $)) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL (|has| (-576) (-1173)) CONST)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4152 (($ $) NIL (|has| (-576) (-317))) (((-419 (-576)) $) NIL)) (-4110 (((-576) $) NIL (|has| (-576) (-557)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-576) (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-576) (-928)))) (-1452 (((-430 $) $) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2143 (($ $ (-656 (-576)) (-656 (-576))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-576) (-576)) NIL (|has| (-576) (-319 (-576)))) (($ $ (-304 (-576))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-656 (-304 (-576)))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-656 (-1197)) (-656 (-576))) NIL (|has| (-576) (-526 (-1197) (-576)))) (($ $ (-1197) (-576)) NIL (|has| (-576) (-526 (-1197) (-576))))) (-3199 (((-783) $) NIL)) (-4369 (($ $ (-576)) NIL (|has| (-576) (-296 (-576) (-576))))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-4107 (($ $ (-1 (-576) (-576))) NIL) (($ $ (-1 (-576) (-576)) (-783)) NIL) (($ $ (-1197)) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| (-576) (-919 (-1197)))) (($ $) NIL (|has| (-576) (-237))) (($ $ (-783)) NIL (|has| (-576) (-237)))) (-3908 (($ $) NIL)) (-2698 (((-576) $) NIL)) (-3249 (($ (-419 (-576))) 9)) (-1554 (((-907 (-576)) $) NIL (|has| (-576) (-626 (-907 (-576))))) (((-907 (-390)) $) NIL (|has| (-576) (-626 (-907 (-390))))) (((-548) $) NIL (|has| (-576) (-626 (-548)))) (((-390) $) NIL (|has| (-576) (-1043))) (((-227) $) NIL (|has| (-576) (-1043)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-576) (-928))))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) 8) (($ (-576)) NIL) (($ (-1197)) NIL (|has| (-576) (-1059 (-1197)))) (((-419 (-576)) $) NIL) (((-1025 10) $) 10)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| (-576) (-928))) (|has| (-576) (-146))))) (-2864 (((-783)) NIL T CONST)) (-2778 (((-576) $) NIL (|has| (-576) (-557)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-2679 (($ $) NIL (|has| (-576) (-832)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-1 (-576) (-576))) NIL) (($ $ (-1 (-576) (-576)) (-783)) NIL) (($ $ (-1197)) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| (-576) (-919 (-1197)))) (($ $) NIL (|has| (-576) (-237))) (($ $ (-783)) NIL (|has| (-576) (-237)))) (-3995 (((-112) $ $) NIL (|has| (-576) (-862)))) (-3975 (((-112) $ $) NIL (|has| (-576) (-862)))) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL (|has| (-576) (-862)))) (-3962 (((-112) $ $) NIL (|has| (-576) (-862)))) (-4047 (($ $ $) NIL) (($ (-576) (-576)) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ (-576) $) NIL) (($ $ (-576)) NIL)))
+(((-219) (-13 (-1013 (-576)) (-625 (-419 (-576))) (-625 (-1025 10)) (-10 -8 (-15 -4152 ((-419 (-576)) $)) (-15 -3249 ($ (-419 (-576))))))) (T -219))
+((-4152 (*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-219)))) (-3249 (*1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-219)))))
+(-13 (-1013 (-576)) (-625 (-419 (-576))) (-625 (-1025 10)) (-10 -8 (-15 -4152 ((-419 (-576)) $)) (-15 -3249 ($ (-419 (-576))))))
+((-1955 (((-112) $ $) NIL)) (-3513 (((-1139) $) 13)) (-4185 (((-1179) $) NIL)) (-3378 (((-495) $) 10)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 23) (($ (-1202)) NIL) (((-1202) $) NIL)) (-4159 (((-1156) $) 15)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-220) (-13 (-1104) (-10 -8 (-15 -3378 ((-495) $)) (-15 -3513 ((-1139) $)) (-15 -4159 ((-1156) $))))) (T -220))
+((-3378 (*1 *2 *1) (-12 (-5 *2 (-495)) (-5 *1 (-220)))) (-3513 (*1 *2 *1) (-12 (-5 *2 (-1139)) (-5 *1 (-220)))) (-4159 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-220)))))
+(-13 (-1104) (-10 -8 (-15 -3378 ((-495) $)) (-15 -3513 ((-1139) $)) (-15 -4159 ((-1156) $))))
+((-1488 (((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1113 (-855 |#2|)) (-1179)) 29) (((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1113 (-855 |#2|))) 25)) (-2139 (((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1197) (-855 |#2|) (-855 |#2|) (-112)) 17)))
+(((-221 |#1| |#2|) (-10 -7 (-15 -1488 ((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1113 (-855 |#2|)))) (-15 -1488 ((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1113 (-855 |#2|)) (-1179))) (-15 -2139 ((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1197) (-855 |#2|) (-855 |#2|) (-112)))) (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))) (-13 (-1223) (-978) (-29 |#1|))) (T -221))
+((-2139 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-1197)) (-5 *6 (-112)) (-4 *7 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576)))) (-4 *3 (-13 (-1223) (-978) (-29 *7))) (-5 *2 (-3 (|:| |f1| (-855 *3)) (|:| |f2| (-656 (-855 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-221 *7 *3)) (-5 *5 (-855 *3)))) (-1488 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1113 (-855 *3))) (-5 *5 (-1179)) (-4 *3 (-13 (-1223) (-978) (-29 *6))) (-4 *6 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-3 (|:| |f1| (-855 *3)) (|:| |f2| (-656 (-855 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-221 *6 *3)))) (-1488 (*1 *2 *3 *4) (-12 (-5 *4 (-1113 (-855 *3))) (-4 *3 (-13 (-1223) (-978) (-29 *5))) (-4 *5 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-3 (|:| |f1| (-855 *3)) (|:| |f2| (-656 (-855 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-221 *5 *3)))))
+(-10 -7 (-15 -1488 ((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1113 (-855 |#2|)))) (-15 -1488 ((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1113 (-855 |#2|)) (-1179))) (-15 -2139 ((-3 (|:| |f1| (-855 |#2|)) (|:| |f2| (-656 (-855 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1197) (-855 |#2|) (-855 |#2|) (-112))))
+((-1488 (((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-971 |#1|)) (-1113 (-855 (-419 (-971 |#1|)))) (-1179)) 49) (((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-971 |#1|)) (-1113 (-855 (-419 (-971 |#1|))))) 46) (((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-971 |#1|)) (-1113 (-855 (-326 |#1|))) (-1179)) 50) (((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-971 |#1|)) (-1113 (-855 (-326 |#1|)))) 22)))
+(((-222 |#1|) (-10 -7 (-15 -1488 ((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-971 |#1|)) (-1113 (-855 (-326 |#1|))))) (-15 -1488 ((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-971 |#1|)) (-1113 (-855 (-326 |#1|))) (-1179))) (-15 -1488 ((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-971 |#1|)) (-1113 (-855 (-419 (-971 |#1|)))))) (-15 -1488 ((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-971 |#1|)) (-1113 (-855 (-419 (-971 |#1|)))) (-1179)))) (-13 (-317) (-148) (-1059 (-576)) (-651 (-576)))) (T -222))
+((-1488 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1113 (-855 (-419 (-971 *6))))) (-5 *5 (-1179)) (-5 *3 (-419 (-971 *6))) (-4 *6 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-3 (|:| |f1| (-855 (-326 *6))) (|:| |f2| (-656 (-855 (-326 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-222 *6)))) (-1488 (*1 *2 *3 *4) (-12 (-5 *4 (-1113 (-855 (-419 (-971 *5))))) (-5 *3 (-419 (-971 *5))) (-4 *5 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-3 (|:| |f1| (-855 (-326 *5))) (|:| |f2| (-656 (-855 (-326 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-222 *5)))) (-1488 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-419 (-971 *6))) (-5 *4 (-1113 (-855 (-326 *6)))) (-5 *5 (-1179)) (-4 *6 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-3 (|:| |f1| (-855 (-326 *6))) (|:| |f2| (-656 (-855 (-326 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-222 *6)))) (-1488 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-1113 (-855 (-326 *5)))) (-4 *5 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-3 (|:| |f1| (-855 (-326 *5))) (|:| |f2| (-656 (-855 (-326 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-222 *5)))))
+(-10 -7 (-15 -1488 ((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-971 |#1|)) (-1113 (-855 (-326 |#1|))))) (-15 -1488 ((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-971 |#1|)) (-1113 (-855 (-326 |#1|))) (-1179))) (-15 -1488 ((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-971 |#1|)) (-1113 (-855 (-419 (-971 |#1|)))))) (-15 -1488 ((-3 (|:| |f1| (-855 (-326 |#1|))) (|:| |f2| (-656 (-855 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-419 (-971 |#1|)) (-1113 (-855 (-419 (-971 |#1|)))) (-1179))))
+((-2722 (((-2 (|:| -2792 (-1193 |#1|)) (|:| |deg| (-940))) (-1193 |#1|)) 26)) (-3567 (((-656 (-326 |#2|)) (-326 |#2|) (-940)) 51)))
+(((-223 |#1| |#2|) (-10 -7 (-15 -2722 ((-2 (|:| -2792 (-1193 |#1|)) (|:| |deg| (-940))) (-1193 |#1|))) (-15 -3567 ((-656 (-326 |#2|)) (-326 |#2|) (-940)))) (-1070) (-568)) (T -223))
+((-3567 (*1 *2 *3 *4) (-12 (-5 *4 (-940)) (-4 *6 (-568)) (-5 *2 (-656 (-326 *6))) (-5 *1 (-223 *5 *6)) (-5 *3 (-326 *6)) (-4 *5 (-1070)))) (-2722 (*1 *2 *3) (-12 (-4 *4 (-1070)) (-5 *2 (-2 (|:| -2792 (-1193 *4)) (|:| |deg| (-940)))) (-5 *1 (-223 *4 *5)) (-5 *3 (-1193 *4)) (-4 *5 (-568)))))
+(-10 -7 (-15 -2722 ((-2 (|:| -2792 (-1193 |#1|)) (|:| |deg| (-940))) (-1193 |#1|))) (-15 -3567 ((-656 (-326 |#2|)) (-326 |#2|) (-940))))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3250 ((|#1| $) NIL)) (-3016 ((|#1| $) 30)) (-1951 (((-112) $ (-783)) NIL)) (-3853 (($) NIL T CONST)) (-1404 (($ $) NIL)) (-1370 (($ $) 39)) (-4112 ((|#1| |#1| $) NIL)) (-3941 ((|#1| $) NIL)) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-3108 (((-783) $) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-4306 ((|#1| $) NIL)) (-3417 ((|#1| |#1| $) 35)) (-3374 ((|#1| |#1| $) 37)) (-3846 (($ |#1| $) NIL)) (-2954 (((-783) $) 33)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-1611 ((|#1| $) NIL)) (-3037 ((|#1| $) 31)) (-2349 ((|#1| $) 29)) (-1470 ((|#1| $) NIL)) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-3431 ((|#1| |#1| $) NIL)) (-4190 (((-112) $) 9)) (-3029 (($) NIL)) (-1730 ((|#1| $) NIL)) (-3699 (($) NIL) (($ (-656 |#1|)) 16)) (-4307 (((-783) $) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-1481 ((|#1| $) 13)) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-3356 (($ (-656 |#1|)) NIL)) (-2803 ((|#1| $) NIL)) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-224 |#1|) (-13 (-261 |#1|) (-10 -8 (-15 -3699 ($ (-656 |#1|))))) (-1121)) (T -224))
+((-3699 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-5 *1 (-224 *3)))))
+(-13 (-261 |#1|) (-10 -8 (-15 -3699 ($ (-656 |#1|)))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2543 (($ (-326 |#1|)) 24)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2500 (((-112) $) NIL)) (-2981 (((-3 (-326 |#1|) "failed") $) NIL)) (-2318 (((-326 |#1|) $) NIL)) (-3310 (($ $) 32)) (-2413 (((-3 $ "failed") $) NIL)) (-3315 (((-112) $) NIL)) (-2423 (($ (-1 (-326 |#1|) (-326 |#1|)) $) NIL)) (-1708 (((-326 |#1|) $) NIL)) (-1850 (($ $) 31)) (-4185 (((-1179) $) NIL)) (-3763 (((-112) $) NIL)) (-3117 (((-1141) $) NIL)) (-2549 (($ (-783)) NIL)) (-2407 (($ $) 33)) (-2786 (((-576) $) NIL)) (-4114 (((-876) $) 65) (($ (-576)) NIL) (($ (-326 |#1|)) NIL)) (-1341 (((-326 |#1|) $ $) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 26 T CONST)) (-4322 (($) NIL T CONST)) (-3939 (((-112) $ $) 29)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) 20)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 25) (($ (-326 |#1|) $) 19)))
+(((-225 |#1| |#2|) (-13 (-632 (-326 |#1|)) (-1059 (-326 |#1|)) (-10 -8 (-15 -1708 ((-326 |#1|) $)) (-15 -1850 ($ $)) (-15 -3310 ($ $)) (-15 -1341 ((-326 |#1|) $ $)) (-15 -2549 ($ (-783))) (-15 -3763 ((-112) $)) (-15 -2500 ((-112) $)) (-15 -2786 ((-576) $)) (-15 -2423 ($ (-1 (-326 |#1|) (-326 |#1|)) $)) (-15 -2543 ($ (-326 |#1|))) (-15 -2407 ($ $)))) (-13 (-1070) (-862)) (-656 (-1197))) (T -225))
+((-1708 (*1 *2 *1) (-12 (-5 *2 (-326 *3)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1070) (-862))) (-14 *4 (-656 (-1197))))) (-1850 (*1 *1 *1) (-12 (-5 *1 (-225 *2 *3)) (-4 *2 (-13 (-1070) (-862))) (-14 *3 (-656 (-1197))))) (-3310 (*1 *1 *1) (-12 (-5 *1 (-225 *2 *3)) (-4 *2 (-13 (-1070) (-862))) (-14 *3 (-656 (-1197))))) (-1341 (*1 *2 *1 *1) (-12 (-5 *2 (-326 *3)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1070) (-862))) (-14 *4 (-656 (-1197))))) (-2549 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1070) (-862))) (-14 *4 (-656 (-1197))))) (-3763 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1070) (-862))) (-14 *4 (-656 (-1197))))) (-2500 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1070) (-862))) (-14 *4 (-656 (-1197))))) (-2786 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1070) (-862))) (-14 *4 (-656 (-1197))))) (-2423 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-326 *3) (-326 *3))) (-4 *3 (-13 (-1070) (-862))) (-5 *1 (-225 *3 *4)) (-14 *4 (-656 (-1197))))) (-2543 (*1 *1 *2) (-12 (-5 *2 (-326 *3)) (-4 *3 (-13 (-1070) (-862))) (-5 *1 (-225 *3 *4)) (-14 *4 (-656 (-1197))))) (-2407 (*1 *1 *1) (-12 (-5 *1 (-225 *2 *3)) (-4 *2 (-13 (-1070) (-862))) (-14 *3 (-656 (-1197))))))
+(-13 (-632 (-326 |#1|)) (-1059 (-326 |#1|)) (-10 -8 (-15 -1708 ((-326 |#1|) $)) (-15 -1850 ($ $)) (-15 -3310 ($ $)) (-15 -1341 ((-326 |#1|) $ $)) (-15 -2549 ($ (-783))) (-15 -3763 ((-112) $)) (-15 -2500 ((-112) $)) (-15 -2786 ((-576) $)) (-15 -2423 ($ (-1 (-326 |#1|) (-326 |#1|)) $)) (-15 -2543 ($ (-326 |#1|))) (-15 -2407 ($ $))))
+((-1789 (((-112) (-1179)) 26)) (-2161 (((-3 (-855 |#2|) "failed") (-624 |#2|) |#2| (-855 |#2|) (-855 |#2|) (-112)) 35)) (-2645 (((-3 (-112) "failed") (-1193 |#2|) (-855 |#2|) (-855 |#2|) (-112)) 84) (((-3 (-112) "failed") (-971 |#1|) (-1197) (-855 |#2|) (-855 |#2|) (-112)) 85)))
+(((-226 |#1| |#2|) (-10 -7 (-15 -1789 ((-112) (-1179))) (-15 -2161 ((-3 (-855 |#2|) "failed") (-624 |#2|) |#2| (-855 |#2|) (-855 |#2|) (-112))) (-15 -2645 ((-3 (-112) "failed") (-971 |#1|) (-1197) (-855 |#2|) (-855 |#2|) (-112))) (-15 -2645 ((-3 (-112) "failed") (-1193 |#2|) (-855 |#2|) (-855 |#2|) (-112)))) (-13 (-464) (-1059 (-576)) (-651 (-576))) (-13 (-1223) (-29 |#1|))) (T -226))
+((-2645 (*1 *2 *3 *4 *4 *2) (|partial| -12 (-5 *2 (-112)) (-5 *3 (-1193 *6)) (-5 *4 (-855 *6)) (-4 *6 (-13 (-1223) (-29 *5))) (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-226 *5 *6)))) (-2645 (*1 *2 *3 *4 *5 *5 *2) (|partial| -12 (-5 *2 (-112)) (-5 *3 (-971 *6)) (-5 *4 (-1197)) (-5 *5 (-855 *7)) (-4 *6 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-4 *7 (-13 (-1223) (-29 *6))) (-5 *1 (-226 *6 *7)))) (-2161 (*1 *2 *3 *4 *2 *2 *5) (|partial| -12 (-5 *2 (-855 *4)) (-5 *3 (-624 *4)) (-5 *5 (-112)) (-4 *4 (-13 (-1223) (-29 *6))) (-4 *6 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-226 *6 *4)))) (-1789 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-112)) (-5 *1 (-226 *4 *5)) (-4 *5 (-13 (-1223) (-29 *4))))))
+(-10 -7 (-15 -1789 ((-112) (-1179))) (-15 -2161 ((-3 (-855 |#2|) "failed") (-624 |#2|) |#2| (-855 |#2|) (-855 |#2|) (-112))) (-15 -2645 ((-3 (-112) "failed") (-971 |#1|) (-1197) (-855 |#2|) (-855 |#2|) (-112))) (-15 -2645 ((-3 (-112) "failed") (-1193 |#2|) (-855 |#2|) (-855 |#2|) (-112))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 98)) (-3730 (((-576) $) 33)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2452 (($ $) NIL)) (-3586 (($ $) 87)) (-3435 (($ $) 75)) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-1463 (($ $) 66)) (-4064 (((-112) $ $) NIL)) (-3562 (($ $) 85)) (-3412 (($ $) 73)) (-4018 (((-576) $) 127)) (-3612 (($ $) 90)) (-3461 (($ $) 77)) (-3853 (($) NIL T CONST)) (-2646 (($ $) NIL)) (-2981 (((-3 (-576) "failed") $) 126) (((-3 (-419 (-576)) "failed") $) 123)) (-2318 (((-576) $) 124) (((-419 (-576)) $) 121)) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) 103)) (-4090 (((-419 (-576)) $ (-783)) 117) (((-419 (-576)) $ (-783) (-783)) 116)) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-2760 (((-940)) 28) (((-940) (-940)) NIL (|has| $ (-6 -4455)))) (-2907 (((-112) $) NIL)) (-2723 (($) 46)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL)) (-1760 (((-576) $) 40)) (-3315 (((-112) $) 99)) (-4063 (($ $ (-576)) NIL)) (-2828 (($ $) NIL)) (-2569 (((-112) $) 97)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2905 (($ $ $) 63) (($) 36 (-12 (-2300 (|has| $ (-6 -4447))) (-2300 (|has| $ (-6 -4455)))))) (-2163 (($ $ $) 62) (($) 35 (-12 (-2300 (|has| $ (-6 -4447))) (-2300 (|has| $ (-6 -4455)))))) (-1359 (((-576) $) 26)) (-1722 (($ $) 31)) (-2485 (($ $) 67)) (-2608 (($ $) 72)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-2227 (((-940) (-576)) NIL (|has| $ (-6 -4455)))) (-3117 (((-1141) $) 101)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4152 (($ $) NIL)) (-4110 (($ $) NIL)) (-2633 (($ (-576) (-576)) NIL) (($ (-576) (-576) (-940)) 110)) (-1452 (((-430 $) $) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3744 (((-576) $) 27)) (-2877 (($) 45)) (-2154 (($ $) 71)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-3833 (((-940)) NIL) (((-940) (-940)) NIL (|has| $ (-6 -4455)))) (-4107 (($ $) 104) (($ $ (-783)) NIL)) (-2657 (((-940) (-576)) NIL (|has| $ (-6 -4455)))) (-3623 (($ $) 88)) (-3474 (($ $) 78)) (-3599 (($ $) 89)) (-3448 (($ $) 76)) (-3574 (($ $) 86)) (-3424 (($ $) 74)) (-1554 (((-390) $) 113) (((-227) $) 14) (((-907 (-390)) $) NIL) (((-548) $) 52)) (-4114 (((-876) $) 49) (($ (-576)) 152) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-576)) 152) (($ (-419 (-576))) NIL)) (-2864 (((-783)) NIL T CONST)) (-2778 (($ $) NIL)) (-2729 (((-940)) 34) (((-940) (-940)) NIL (|has| $ (-6 -4455)))) (-3000 (((-112) $ $) NIL)) (-1867 (((-940)) 24)) (-3653 (($ $) 93)) (-3510 (($ $) 81) (($ $ $) 119)) (-4095 (((-112) $ $) NIL)) (-3632 (($ $) 91)) (-3487 (($ $) 79)) (-3673 (($ $) 96)) (-3537 (($ $) 84)) (-1970 (($ $) 94)) (-3550 (($ $) 82)) (-3664 (($ $) 95)) (-3523 (($ $) 83)) (-3642 (($ $) 92)) (-3498 (($ $) 80)) (-2679 (($ $) 118)) (-4312 (($) 42 T CONST)) (-4322 (($) 43 T CONST)) (-1883 (((-1179) $) 18) (((-1179) $ (-112)) 20) (((-1293) (-834) $) 21) (((-1293) (-834) $ (-112)) 22)) (-2755 (($ $) 107)) (-3157 (($ $) NIL) (($ $ (-783)) NIL)) (-1875 (($ $ $) 109)) (-3995 (((-112) $ $) 56)) (-3975 (((-112) $ $) 54)) (-3939 (((-112) $ $) 64)) (-3985 (((-112) $ $) 55)) (-3962 (((-112) $ $) 53)) (-4047 (($ $ $) 44) (($ $ (-576)) 65)) (-4037 (($ $) 57) (($ $ $) 59)) (-4027 (($ $ $) 58)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) 68) (($ $ (-419 (-576))) 151) (($ $ $) 69)) (* (($ (-940) $) 32) (($ (-783) $) NIL) (($ (-576) $) 61) (($ $ $) 60) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL)))
+(((-227) (-13 (-416) (-238) (-840) (-1223) (-626 (-548)) (-10 -8 (-15 -4047 ($ $ (-576))) (-15 ** ($ $ $)) (-15 -2877 ($)) (-15 -1722 ($ $)) (-15 -2485 ($ $)) (-15 -3510 ($ $ $)) (-15 -2755 ($ $)) (-15 -1875 ($ $ $)) (-15 -4090 ((-419 (-576)) $ (-783))) (-15 -4090 ((-419 (-576)) $ (-783) (-783)))))) (T -227))
+((** (*1 *1 *1 *1) (-5 *1 (-227))) (-4047 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-227)))) (-2877 (*1 *1) (-5 *1 (-227))) (-1722 (*1 *1 *1) (-5 *1 (-227))) (-2485 (*1 *1 *1) (-5 *1 (-227))) (-3510 (*1 *1 *1 *1) (-5 *1 (-227))) (-2755 (*1 *1 *1) (-5 *1 (-227))) (-1875 (*1 *1 *1 *1) (-5 *1 (-227))) (-4090 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *2 (-419 (-576))) (-5 *1 (-227)))) (-4090 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-783)) (-5 *2 (-419 (-576))) (-5 *1 (-227)))))
+(-13 (-416) (-238) (-840) (-1223) (-626 (-548)) (-10 -8 (-15 -4047 ($ $ (-576))) (-15 ** ($ $ $)) (-15 -2877 ($)) (-15 -1722 ($ $)) (-15 -2485 ($ $)) (-15 -3510 ($ $ $)) (-15 -2755 ($ $)) (-15 -1875 ($ $ $)) (-15 -4090 ((-419 (-576)) $ (-783))) (-15 -4090 ((-419 (-576)) $ (-783) (-783)))))
+((-3452 (((-171 (-227)) (-783) (-171 (-227))) 11) (((-227) (-783) (-227)) 12)) (-1735 (((-171 (-227)) (-171 (-227))) 13) (((-227) (-227)) 14)) (-2171 (((-171 (-227)) (-171 (-227)) (-171 (-227))) 19) (((-227) (-227) (-227)) 22)) (-1931 (((-171 (-227)) (-171 (-227))) 27) (((-227) (-227)) 26)) (-2175 (((-171 (-227)) (-171 (-227)) (-171 (-227))) 57) (((-227) (-227) (-227)) 49)) (-2470 (((-171 (-227)) (-171 (-227)) (-171 (-227))) 62) (((-227) (-227) (-227)) 60)) (-2900 (((-171 (-227)) (-171 (-227)) (-171 (-227))) 15) (((-227) (-227) (-227)) 16)) (-3329 (((-171 (-227)) (-171 (-227)) (-171 (-227))) 17) (((-227) (-227) (-227)) 18)) (-1410 (((-171 (-227)) (-171 (-227))) 74) (((-227) (-227)) 73)) (-4013 (((-227) (-227)) 68) (((-171 (-227)) (-171 (-227))) 72)) (-2755 (((-171 (-227)) (-171 (-227))) 8) (((-227) (-227)) 9)) (-1875 (((-171 (-227)) (-171 (-227)) (-171 (-227))) 35) (((-227) (-227) (-227)) 31)))
+(((-228) (-10 -7 (-15 -2755 ((-227) (-227))) (-15 -2755 ((-171 (-227)) (-171 (-227)))) (-15 -1875 ((-227) (-227) (-227))) (-15 -1875 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -1735 ((-227) (-227))) (-15 -1735 ((-171 (-227)) (-171 (-227)))) (-15 -1931 ((-227) (-227))) (-15 -1931 ((-171 (-227)) (-171 (-227)))) (-15 -3452 ((-227) (-783) (-227))) (-15 -3452 ((-171 (-227)) (-783) (-171 (-227)))) (-15 -2900 ((-227) (-227) (-227))) (-15 -2900 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -2175 ((-227) (-227) (-227))) (-15 -2175 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -3329 ((-227) (-227) (-227))) (-15 -3329 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -2470 ((-227) (-227) (-227))) (-15 -2470 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -4013 ((-171 (-227)) (-171 (-227)))) (-15 -4013 ((-227) (-227))) (-15 -1410 ((-227) (-227))) (-15 -1410 ((-171 (-227)) (-171 (-227)))) (-15 -2171 ((-227) (-227) (-227))) (-15 -2171 ((-171 (-227)) (-171 (-227)) (-171 (-227)))))) (T -228))
+((-2171 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-2171 (*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-1410 (*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-1410 (*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-4013 (*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-4013 (*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-2470 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-2470 (*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-3329 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-3329 (*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-2175 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-2175 (*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-2900 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-2900 (*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-3452 (*1 *2 *3 *2) (-12 (-5 *2 (-171 (-227))) (-5 *3 (-783)) (-5 *1 (-228)))) (-3452 (*1 *2 *3 *2) (-12 (-5 *2 (-227)) (-5 *3 (-783)) (-5 *1 (-228)))) (-1931 (*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-1931 (*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-1735 (*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-1735 (*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-1875 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-1875 (*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))) (-2755 (*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))) (-2755 (*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228)))))
+(-10 -7 (-15 -2755 ((-227) (-227))) (-15 -2755 ((-171 (-227)) (-171 (-227)))) (-15 -1875 ((-227) (-227) (-227))) (-15 -1875 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -1735 ((-227) (-227))) (-15 -1735 ((-171 (-227)) (-171 (-227)))) (-15 -1931 ((-227) (-227))) (-15 -1931 ((-171 (-227)) (-171 (-227)))) (-15 -3452 ((-227) (-783) (-227))) (-15 -3452 ((-171 (-227)) (-783) (-171 (-227)))) (-15 -2900 ((-227) (-227) (-227))) (-15 -2900 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -2175 ((-227) (-227) (-227))) (-15 -2175 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -3329 ((-227) (-227) (-227))) (-15 -3329 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -2470 ((-227) (-227) (-227))) (-15 -2470 ((-171 (-227)) (-171 (-227)) (-171 (-227)))) (-15 -4013 ((-171 (-227)) (-171 (-227)))) (-15 -4013 ((-227) (-227))) (-15 -1410 ((-227) (-227))) (-15 -1410 ((-171 (-227)) (-171 (-227)))) (-15 -2171 ((-227) (-227) (-227))) (-15 -2171 ((-171 (-227)) (-171 (-227)) (-171 (-227)))))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2152 (($ (-783) (-783)) NIL)) (-3262 (($ $ $) NIL)) (-4426 (($ (-1288 |#1|)) NIL) (($ $) NIL)) (-3818 (($ |#1| |#1| |#1|) 33)) (-1725 (((-112) $) NIL)) (-4043 (($ $ (-576) (-576)) NIL)) (-3584 (($ $ (-576) (-576)) NIL)) (-2502 (($ $ (-576) (-576) (-576) (-576)) NIL)) (-1352 (($ $) NIL)) (-4055 (((-112) $) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-2228 (($ $ (-576) (-576) $) NIL)) (-4268 ((|#1| $ (-576) (-576) |#1|) NIL) (($ $ (-656 (-576)) (-656 (-576)) $) NIL)) (-3829 (($ $ (-576) (-1288 |#1|)) NIL)) (-3645 (($ $ (-576) (-1288 |#1|)) NIL)) (-3813 (($ |#1| |#1| |#1|) 32)) (-3464 (($ (-783) |#1|) NIL)) (-3853 (($) NIL T CONST)) (-1872 (($ $) NIL (|has| |#1| (-317)))) (-3368 (((-1288 |#1|) $ (-576)) NIL)) (-1909 (($ |#1|) 31)) (-2888 (($ |#1|) 30)) (-2061 (($ |#1|) 29)) (-4136 (((-783) $) NIL (|has| |#1| (-568)))) (-1908 ((|#1| $ (-576) (-576) |#1|) NIL)) (-3721 ((|#1| $ (-576) (-576)) NIL)) (-3722 (((-656 |#1|) $) NIL)) (-1547 (((-783) $) NIL (|has| |#1| (-568)))) (-3622 (((-656 (-1288 |#1|)) $) NIL (|has| |#1| (-568)))) (-2759 (((-783) $) NIL)) (-1988 (($ (-783) (-783) |#1|) NIL)) (-2773 (((-783) $) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-2829 ((|#1| $) NIL (|has| |#1| (-6 (-4466 "*"))))) (-2037 (((-576) $) NIL)) (-3775 (((-576) $) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3422 (((-576) $) NIL)) (-3154 (((-576) $) NIL)) (-3409 (($ (-656 (-656 |#1|))) 11) (($ (-783) (-783) (-1 |#1| (-576) (-576))) NIL)) (-1896 (($ (-1 |#1| |#1|) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-3302 (((-656 (-656 |#1|)) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-1717 (((-3 $ "failed") $) NIL (|has| |#1| (-374)))) (-3654 (($) 12)) (-2355 (($ $ $) NIL)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-3140 (($ $ |#1|) NIL)) (-1943 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568)))) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#1| $ (-576) (-576)) NIL) ((|#1| $ (-576) (-576) |#1|) NIL) (($ $ (-656 (-576)) (-656 (-576))) NIL)) (-1438 (($ (-656 |#1|)) NIL) (($ (-656 $)) NIL)) (-3774 (((-112) $) NIL)) (-3518 ((|#1| $) NIL (|has| |#1| (-6 (-4466 "*"))))) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) NIL)) (-4389 (((-1288 |#1|) $ (-576)) NIL)) (-4114 (($ (-1288 |#1|)) NIL) (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-4354 (((-112) $) NIL)) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-4037 (($ $ $) NIL) (($ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-576) $) NIL) (((-1288 |#1|) $ (-1288 |#1|)) 15) (((-1288 |#1|) (-1288 |#1|) $) NIL) (((-962 |#1|) $ (-962 |#1|)) 21)) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-229 |#1|) (-13 (-699 |#1| (-1288 |#1|) (-1288 |#1|)) (-10 -8 (-15 * ((-962 |#1|) $ (-962 |#1|))) (-15 -3654 ($)) (-15 -2061 ($ |#1|)) (-15 -2888 ($ |#1|)) (-15 -1909 ($ |#1|)) (-15 -3813 ($ |#1| |#1| |#1|)) (-15 -3818 ($ |#1| |#1| |#1|)))) (-13 (-374) (-1223))) (T -229))
+((* (*1 *2 *1 *2) (-12 (-5 *2 (-962 *3)) (-4 *3 (-13 (-374) (-1223))) (-5 *1 (-229 *3)))) (-3654 (*1 *1) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1223))))) (-2061 (*1 *1 *2) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1223))))) (-2888 (*1 *1 *2) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1223))))) (-1909 (*1 *1 *2) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1223))))) (-3813 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1223))))) (-3818 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1223))))))
+(-13 (-699 |#1| (-1288 |#1|) (-1288 |#1|)) (-10 -8 (-15 * ((-962 |#1|) $ (-962 |#1|))) (-15 -3654 ($)) (-15 -2061 ($ |#1|)) (-15 -2888 ($ |#1|)) (-15 -1909 ($ |#1|)) (-15 -3813 ($ |#1| |#1| |#1|)) (-15 -3818 ($ |#1| |#1| |#1|))))
+((-2250 (($ (-1 (-112) |#2|) $) 16)) (-1678 (($ |#2| $) NIL) (($ (-1 (-112) |#2|) $) 28)) (-1455 (($) NIL) (($ (-656 |#2|)) 11)) (-3939 (((-112) $ $) 26)))
+(((-230 |#1| |#2|) (-10 -8 (-15 -3939 ((-112) |#1| |#1|)) (-15 -2250 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1678 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1678 (|#1| |#2| |#1|)) (-15 -1455 (|#1| (-656 |#2|))) (-15 -1455 (|#1|))) (-231 |#2|) (-1121)) (T -230))
+NIL
+(-10 -8 (-15 -3939 ((-112) |#1| |#1|)) (-15 -2250 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1678 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1678 (|#1| |#2| |#1|)) (-15 -1455 (|#1| (-656 |#2|))) (-15 -1455 (|#1|)))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1951 (((-112) $ (-783)) 8)) (-2250 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4464)))) (-3853 (($) 7 T CONST)) (-2741 (($ $) 59 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1678 (($ |#1| $) 48 (|has| $ (-6 -4464))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4464)))) (-2824 (($ |#1| $) 58 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4464)))) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) 9)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-4306 ((|#1| $) 40)) (-3846 (($ |#1| $) 41)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-1470 ((|#1| $) 42)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-1455 (($) 50) (($ (-656 |#1|)) 49)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-1554 (((-548) $) 60 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 51)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-3356 (($ (-656 |#1|)) 43)) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-231 |#1|) (-141) (-1121)) (T -231))
NIL
(-13 (-240 |t#1|))
-(((-34) . T) ((-107 |#1|) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-240 |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1119) |has| |#1| (-1119)) ((-1236) . T))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-3612 (((-112) $) 35)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-2770 (($ $ (-1 |#1| |#1|) (-783)) 57) (($ $ (-1 |#1| |#1|)) 56) (($ $ (-1195)) 55 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) 53 (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) 52 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) 51 (|has| |#1| (-917 (-1195)))) (($ $) 47 (|has| |#1| (-237))) (($ $ (-783)) 45 (|has| |#1| (-237)))) (-3567 (((-874) $) 12) (($ (-576)) 33)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-1 |#1| |#1|) (-783)) 59) (($ $ (-1 |#1| |#1|)) 58) (($ $ (-1195)) 54 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) 50 (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) 49 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) 48 (|has| |#1| (-917 (-1195)))) (($ $) 46 (|has| |#1| (-237))) (($ $ (-783)) 44 (|has| |#1| (-237)))) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
-(((-232 |#1|) (-141) (-1068)) (T -232))
-NIL
-(-13 (-1068) (-272 |t#1|) (-10 -7 (IF (|has| |t#1| (-238)) (-6 (-238)) |%noBranch|) (IF (|has| |t#1| (-915 (-1195))) (-6 (-915 (-1195))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-874)) . T) ((-234 $) -2755 (|has| |#1| (-237)) (|has| |#1| (-238))) ((-238) |has| |#1| (-238)) ((-237) -2755 (|has| |#1| (-237)) (|has| |#1| (-238))) ((-272 |#1|) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-909 $ #0=(-1195)) -2755 (|has| |#1| (-917 (-1195))) (|has| |#1| (-915 (-1195)))) ((-915 (-1195)) |has| |#1| (-915 (-1195))) ((-917 #0#) -2755 (|has| |#1| (-917 (-1195))) (|has| |#1| (-915 (-1195)))) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-2014 ((|#2| $) 9)))
-(((-233 |#1| |#2|) (-10 -8 (-15 -2014 (|#2| |#1|))) (-234 |#2|) (-1236)) (T -233))
-NIL
-(-10 -8 (-15 -2014 (|#2| |#1|)))
-((-2770 ((|#1| $) 7)) (-2014 ((|#1| $) 6)))
-(((-234 |#1|) (-141) (-1236)) (T -234))
-((-2770 (*1 *2 *1) (-12 (-4 *1 (-234 *2)) (-4 *2 (-1236)))) (-2014 (*1 *2 *1) (-12 (-4 *1 (-234 *2)) (-4 *2 (-1236)))))
-(-13 (-1236) (-10 -8 (-15 -2770 (|t#1| $)) (-15 -2014 (|t#1| $))))
-(((-1236) . T))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-2770 (($ $ (-783)) 37) (($ $) 35)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2014 (($ $ (-783)) 38) (($ $) 36)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
-(((-235 |#1|) (-141) (-1068)) (T -235))
+(((-34) . T) ((-107 |#1|) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-240 |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1121) |has| |#1| (-1121)) ((-1238) . T))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-3315 (((-112) $) 35)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4107 (($ $ (-1 |#1| |#1|) (-783)) 57) (($ $ (-1 |#1| |#1|)) 56) (($ $ (-1197)) 55 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) 53 (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) 52 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) 51 (|has| |#1| (-919 (-1197)))) (($ $) 47 (|has| |#1| (-237))) (($ $ (-783)) 45 (|has| |#1| (-237)))) (-4114 (((-876) $) 12) (($ (-576)) 33)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-1 |#1| |#1|) (-783)) 59) (($ $ (-1 |#1| |#1|)) 58) (($ $ (-1197)) 54 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) 50 (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) 49 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) 48 (|has| |#1| (-919 (-1197)))) (($ $) 46 (|has| |#1| (-237))) (($ $ (-783)) 44 (|has| |#1| (-237)))) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+(((-232 |#1|) (-141) (-1070)) (T -232))
+NIL
+(-13 (-1070) (-272 |t#1|) (-10 -7 (IF (|has| |t#1| (-238)) (-6 (-238)) |%noBranch|) (IF (|has| |t#1| (-917 (-1197))) (-6 (-917 (-1197))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-876)) . T) ((-234 $) -3795 (|has| |#1| (-237)) (|has| |#1| (-238))) ((-238) |has| |#1| (-238)) ((-237) -3795 (|has| |#1| (-237)) (|has| |#1| (-238))) ((-272 |#1|) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-911 $ #0=(-1197)) -3795 (|has| |#1| (-919 (-1197))) (|has| |#1| (-917 (-1197)))) ((-917 (-1197)) |has| |#1| (-917 (-1197))) ((-919 #0#) -3795 (|has| |#1| (-919 (-1197))) (|has| |#1| (-917 (-1197)))) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-3157 ((|#2| $) 9)))
+(((-233 |#1| |#2|) (-10 -8 (-15 -3157 (|#2| |#1|))) (-234 |#2|) (-1238)) (T -233))
+NIL
+(-10 -8 (-15 -3157 (|#2| |#1|)))
+((-4107 ((|#1| $) 7)) (-3157 ((|#1| $) 6)))
+(((-234 |#1|) (-141) (-1238)) (T -234))
+((-4107 (*1 *2 *1) (-12 (-4 *1 (-234 *2)) (-4 *2 (-1238)))) (-3157 (*1 *2 *1) (-12 (-4 *1 (-234 *2)) (-4 *2 (-1238)))))
+(-13 (-1238) (-10 -8 (-15 -4107 (|t#1| $)) (-15 -3157 (|t#1| $))))
+(((-1238) . T))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4107 (($ $ (-783)) 37) (($ $) 35)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3157 (($ $ (-783)) 38) (($ $) 36)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
+(((-235 |#1|) (-141) (-1070)) (T -235))
NIL
(-13 (-111 |t#1| |t#1|) (-237) (-10 -7 (IF (|has| |t#1| (-174)) (-6 (-729 |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-874)) . T) ((-234 $) . T) ((-237) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) |has| |#1| (-174)) ((-729 |#1|) |has| |#1| (-174)) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-2770 (($ $) NIL) (($ $ (-783)) 9)) (-2014 (($ $) NIL) (($ $ (-783)) 11)))
-(((-236 |#1|) (-10 -8 (-15 -2014 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1| (-783))) (-15 -2014 (|#1| |#1|)) (-15 -2770 (|#1| |#1|))) (-237)) (T -236))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-876)) . T) ((-234 $) . T) ((-237) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) |has| |#1| (-174)) ((-729 |#1|) |has| |#1| (-174)) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-4107 (($ $) NIL) (($ $ (-783)) 9)) (-3157 (($ $) NIL) (($ $ (-783)) 11)))
+(((-236 |#1|) (-10 -8 (-15 -3157 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1| (-783))) (-15 -3157 (|#1| |#1|)) (-15 -4107 (|#1| |#1|))) (-237)) (T -236))
NIL
-(-10 -8 (-15 -2014 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1| (-783))) (-15 -2014 (|#1| |#1|)) (-15 -2770 (|#1| |#1|)))
-((-2770 (($ $) 7) (($ $ (-783)) 10)) (-2014 (($ $) 6) (($ $ (-783)) 9)))
+(-10 -8 (-15 -3157 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1| (-783))) (-15 -3157 (|#1| |#1|)) (-15 -4107 (|#1| |#1|)))
+((-4107 (($ $) 7) (($ $ (-783)) 10)) (-3157 (($ $) 6) (($ $ (-783)) 9)))
(((-237) (-141)) (T -237))
-((-2770 (*1 *1 *1 *2) (-12 (-4 *1 (-237)) (-5 *2 (-783)))) (-2014 (*1 *1 *1 *2) (-12 (-4 *1 (-237)) (-5 *2 (-783)))))
-(-13 (-234 $) (-10 -8 (-15 -2770 ($ $ (-783))) (-15 -2014 ($ $ (-783)))))
-(((-234 $) . T) ((-1236) . T))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-3612 (((-112) $) 35)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-2770 (($ $ (-783)) 42) (($ $) 40)) (-3567 (((-874) $) 12) (($ (-576)) 33)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-783)) 43) (($ $) 41)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+((-4107 (*1 *1 *1 *2) (-12 (-4 *1 (-237)) (-5 *2 (-783)))) (-3157 (*1 *1 *1 *2) (-12 (-4 *1 (-237)) (-5 *2 (-783)))))
+(-13 (-234 $) (-10 -8 (-15 -4107 ($ $ (-783))) (-15 -3157 ($ $ (-783)))))
+(((-234 $) . T) ((-1238) . T))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-3315 (((-112) $) 35)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4107 (($ $ (-783)) 42) (($ $) 40)) (-4114 (((-876) $) 12) (($ (-576)) 33)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-783)) 43) (($ $) 41)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
(((-238) (-141)) (T -238))
NIL
-(-13 (-1068) (-237))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-874)) . T) ((-234 $) . T) ((-237) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-2089 (($) 12) (($ (-656 |#2|)) NIL)) (-1868 (($ $) 14)) (-3579 (($ (-656 |#2|)) 10)) (-3567 (((-874) $) 21)))
-(((-239 |#1| |#2|) (-10 -8 (-15 -3567 ((-874) |#1|)) (-15 -2089 (|#1| (-656 |#2|))) (-15 -2089 (|#1|)) (-15 -3579 (|#1| (-656 |#2|))) (-15 -1868 (|#1| |#1|))) (-240 |#2|) (-1119)) (T -239))
-NIL
-(-10 -8 (-15 -3567 ((-874) |#1|)) (-15 -2089 (|#1| (-656 |#2|))) (-15 -2089 (|#1|)) (-15 -3579 (|#1| (-656 |#2|))) (-15 -1868 (|#1| |#1|)))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3733 (((-112) $ (-783)) 8)) (-4394 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4462)))) (-2135 (($) 7 T CONST)) (-1640 (($ $) 59 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3516 (($ |#1| $) 48 (|has| $ (-6 -4462))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4462)))) (-3942 (($ |#1| $) 58 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4462)))) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) 9)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-4219 ((|#1| $) 40)) (-2767 (($ |#1| $) 41)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-4436 ((|#1| $) 42)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2089 (($) 50) (($ (-656 |#1|)) 49)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-4169 (((-548) $) 60 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 51)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2847 (($ (-656 |#1|)) 43)) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-240 |#1|) (-141) (-1119)) (T -240))
-((-2089 (*1 *1) (-12 (-4 *1 (-240 *2)) (-4 *2 (-1119)))) (-2089 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-4 *1 (-240 *3)))) (-3516 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4462)) (-4 *1 (-240 *2)) (-4 *2 (-1119)))) (-3516 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4462)) (-4 *1 (-240 *3)) (-4 *3 (-1119)))) (-4394 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4462)) (-4 *1 (-240 *3)) (-4 *3 (-1119)))))
-(-13 (-107 |t#1|) (-152 |t#1|) (-10 -8 (-15 -2089 ($)) (-15 -2089 ($ (-656 |t#1|))) (IF (|has| $ (-6 -4462)) (PROGN (-15 -3516 ($ |t#1| $)) (-15 -3516 ($ (-1 (-112) |t#1|) $)) (-15 -4394 ($ (-1 (-112) |t#1|) $))) |%noBranch|)))
-(((-34) . T) ((-107 |#1|) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1119) |has| |#1| (-1119)) ((-1236) . T))
-((-2876 (((-2 (|:| |varOrder| (-656 (-1195))) (|:| |inhom| (-3 (-656 (-1286 (-783))) "failed")) (|:| |hom| (-656 (-1286 (-783))))) (-304 (-969 (-576)))) 42)))
-(((-241) (-10 -7 (-15 -2876 ((-2 (|:| |varOrder| (-656 (-1195))) (|:| |inhom| (-3 (-656 (-1286 (-783))) "failed")) (|:| |hom| (-656 (-1286 (-783))))) (-304 (-969 (-576))))))) (T -241))
-((-2876 (*1 *2 *3) (-12 (-5 *3 (-304 (-969 (-576)))) (-5 *2 (-2 (|:| |varOrder| (-656 (-1195))) (|:| |inhom| (-3 (-656 (-1286 (-783))) "failed")) (|:| |hom| (-656 (-1286 (-783)))))) (-5 *1 (-241)))))
-(-10 -7 (-15 -2876 ((-2 (|:| |varOrder| (-656 (-1195))) (|:| |inhom| (-3 (-656 (-1286 (-783))) "failed")) (|:| |hom| (-656 (-1286 (-783))))) (-304 (-969 (-576))))))
-((-2093 (((-783)) 56)) (-3142 (((-2 (|:| -1953 (-701 |#3|)) (|:| |vec| (-1286 |#3|))) (-701 $) (-1286 $)) 53) (((-701 |#3|) (-701 $)) 44) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL) (((-701 (-576)) (-701 $)) NIL)) (-2253 (((-135)) 62)) (-2770 (($ $ (-1 |#3| |#3|)) 18) (($ $ (-1 |#3| |#3|) (-783)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195))) NIL) (($ $ (-1195)) NIL) (($ $ (-783)) NIL) (($ $) NIL)) (-3567 (((-1286 |#3|) $) NIL) (($ |#3|) NIL) (((-874) $) NIL) (($ (-576)) 12) (($ (-419 (-576))) NIL)) (-2596 (((-783)) 15)) (-3054 (($ $ |#3|) 59)))
-(((-242 |#1| |#2| |#3|) (-10 -8 (-15 -3567 (|#1| (-419 (-576)))) (-15 -3567 (|#1| (-576))) (-15 -2770 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -3567 ((-874) |#1|)) (-15 -2596 ((-783))) (-15 -3142 ((-701 (-576)) (-701 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 |#1|) (-1286 |#1|))) (-15 -3567 (|#1| |#3|)) (-15 -2770 (|#1| |#1| (-1 |#3| |#3|) (-783))) (-15 -2770 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3142 ((-701 |#3|) (-701 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 |#3|)) (|:| |vec| (-1286 |#3|))) (-701 |#1|) (-1286 |#1|))) (-15 -2093 ((-783))) (-15 -3054 (|#1| |#1| |#3|)) (-15 -2253 ((-135))) (-15 -3567 ((-1286 |#3|) |#1|))) (-243 |#2| |#3|) (-783) (-1236)) (T -242))
-((-2253 (*1 *2) (-12 (-14 *4 (-783)) (-4 *5 (-1236)) (-5 *2 (-135)) (-5 *1 (-242 *3 *4 *5)) (-4 *3 (-243 *4 *5)))) (-2093 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1236)) (-5 *2 (-783)) (-5 *1 (-242 *3 *4 *5)) (-4 *3 (-243 *4 *5)))) (-2596 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1236)) (-5 *2 (-783)) (-5 *1 (-242 *3 *4 *5)) (-4 *3 (-243 *4 *5)))))
-(-10 -8 (-15 -3567 (|#1| (-419 (-576)))) (-15 -3567 (|#1| (-576))) (-15 -2770 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -3567 ((-874) |#1|)) (-15 -2596 ((-783))) (-15 -3142 ((-701 (-576)) (-701 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 |#1|) (-1286 |#1|))) (-15 -3567 (|#1| |#3|)) (-15 -2770 (|#1| |#1| (-1 |#3| |#3|) (-783))) (-15 -2770 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3142 ((-701 |#3|) (-701 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 |#3|)) (|:| |vec| (-1286 |#3|))) (-701 |#1|) (-1286 |#1|))) (-15 -2093 ((-783))) (-15 -3054 (|#1| |#1| |#3|)) (-15 -2253 ((-135))) (-15 -3567 ((-1286 |#3|) |#1|)))
-((-3486 (((-112) $ $) 20 (|has| |#2| (-102)))) (-1353 (((-112) $) 76 (|has| |#2| (-23)))) (-1723 (($ (-938)) 129 (|has| |#2| (-1068)))) (-2617 (((-1291) $ (-576) (-576)) 41 (|has| $ (-6 -4463)))) (-3848 (($ $ $) 125 (|has| |#2| (-805)))) (-4299 (((-3 $ "failed") $ $) 78 (|has| |#2| (-132)))) (-3733 (((-112) $ (-783)) 8)) (-2093 (((-783)) 115 (|has| |#2| (-379)))) (-3753 ((|#2| $ (-576) |#2|) 53 (|has| $ (-6 -4463)))) (-2135 (($) 7 T CONST)) (-1570 (((-3 (-576) "failed") $) 71 (-2669 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119)))) (((-3 (-419 (-576)) "failed") $) 68 (-2669 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119)))) (((-3 |#2| "failed") $) 65 (|has| |#2| (-1119)))) (-2857 (((-576) $) 70 (-2669 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119)))) (((-419 (-576)) $) 67 (-2669 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119)))) ((|#2| $) 66 (|has| |#2| (-1119)))) (-3142 (((-701 (-576)) (-701 $)) 112 (-2669 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 111 (-2669 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) 110 (|has| |#2| (-1068))) (((-701 |#2|) (-701 $)) 109 (|has| |#2| (-1068)))) (-2251 (((-3 $ "failed") $) 86 (|has| |#2| (-1068)))) (-1834 (($) 118 (|has| |#2| (-379)))) (-4330 ((|#2| $ (-576) |#2|) 54 (|has| $ (-6 -4463)))) (-4271 ((|#2| $ (-576)) 52)) (-3963 (((-656 |#2|) $) 31 (|has| $ (-6 -4462)))) (-3612 (((-112) $) 88 (|has| |#2| (-1068)))) (-2476 (((-112) $ (-783)) 9)) (-3280 (((-576) $) 44 (|has| (-576) (-862)))) (-3123 (($ $ $) 124 (|has| |#2| (-862)))) (-3452 (((-656 |#2|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#2| $) 28 (-12 (|has| |#2| (-1119)) (|has| $ (-6 -4462))))) (-3767 (((-576) $) 45 (|has| (-576) (-862)))) (-2352 (($ $ $) 123 (|has| |#2| (-862)))) (-4320 (($ (-1 |#2| |#2|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#2| |#2|) $) 36)) (-4379 (((-938) $) 117 (|has| |#2| (-379)))) (-2460 (((-112) $ (-783)) 10)) (-1853 (((-701 (-576)) (-1286 $)) 114 (-2669 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) 113 (-2669 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-1286 $) $) 108 (|has| |#2| (-1068))) (((-701 |#2|) (-1286 $)) 107 (|has| |#2| (-1068)))) (-3881 (((-1177) $) 22 (|has| |#2| (-1119)))) (-1742 (((-656 (-576)) $) 47)) (-2406 (((-112) (-576) $) 48)) (-3222 (($ (-938)) 116 (|has| |#2| (-379)))) (-1448 (((-1139) $) 21 (|has| |#2| (-1119)))) (-3578 ((|#2| $) 43 (|has| (-576) (-862)))) (-1552 (($ $ |#2|) 42 (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#2|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#2|))) 27 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-304 |#2|)) 26 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ |#2| |#2|) 25 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 |#2|) (-656 |#2|)) 24 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))) (-3985 (((-112) $ $) 14)) (-4408 (((-112) |#2| $) 46 (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-4278 (((-656 |#2|) $) 49)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#2| $ (-576) |#2|) 51) ((|#2| $ (-576)) 50)) (-2554 ((|#2| $ $) 128 (|has| |#2| (-1068)))) (-1870 (($ (-1286 |#2|)) 130)) (-2253 (((-135)) 127 (|has| |#2| (-374)))) (-2770 (($ $ (-783)) 105 (-2669 (|has| |#2| (-237)) (|has| |#2| (-1068)))) (($ $) 103 (-2669 (|has| |#2| (-237)) (|has| |#2| (-1068)))) (($ $ (-656 (-1195)) (-656 (-783))) 99 (-2669 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1195) (-783)) 98 (-2669 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-656 (-1195))) 97 (-2669 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1195)) 95 (-2669 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1 |#2| |#2|)) 94 (|has| |#2| (-1068))) (($ $ (-1 |#2| |#2|) (-783)) 93 (|has| |#2| (-1068)))) (-1458 (((-783) (-1 (-112) |#2|) $) 32 (|has| $ (-6 -4462))) (((-783) |#2| $) 29 (-12 (|has| |#2| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-3567 (((-1286 |#2|) $) 131) (($ (-576)) 72 (-2755 (-2669 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119))) (|has| |#2| (-1068)))) (($ (-419 (-576))) 69 (-2669 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119)))) (($ |#2|) 64 (|has| |#2| (-1119))) (((-874) $) 18 (|has| |#2| (-625 (-874))))) (-2596 (((-783)) 90 (|has| |#2| (-1068)) CONST)) (-1540 (((-112) $ $) 23 (|has| |#2| (-1119)))) (-2306 (((-112) (-1 (-112) |#2|) $) 34 (|has| $ (-6 -4462)))) (-2716 (($) 75 (|has| |#2| (-23)) CONST)) (-2727 (($) 89 (|has| |#2| (-1068)) CONST)) (-2014 (($ $ (-783)) 106 (-2669 (|has| |#2| (-237)) (|has| |#2| (-1068)))) (($ $) 104 (-2669 (|has| |#2| (-237)) (|has| |#2| (-1068)))) (($ $ (-656 (-1195)) (-656 (-783))) 102 (-2669 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1195) (-783)) 101 (-2669 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-656 (-1195))) 100 (-2669 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1195)) 96 (-2669 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1 |#2| |#2|)) 92 (|has| |#2| (-1068))) (($ $ (-1 |#2| |#2|) (-783)) 91 (|has| |#2| (-1068)))) (-2989 (((-112) $ $) 121 (|has| |#2| (-862)))) (-2960 (((-112) $ $) 120 (|has| |#2| (-862)))) (-2921 (((-112) $ $) 19 (|has| |#2| (-102)))) (-2975 (((-112) $ $) 122 (|has| |#2| (-862)))) (-2946 (((-112) $ $) 119 (|has| |#2| (-862)))) (-3054 (($ $ |#2|) 126 (|has| |#2| (-374)))) (-3041 (($ $ $) 81 (|has| |#2| (-21))) (($ $) 80 (|has| |#2| (-21)))) (-3027 (($ $ $) 73 (|has| |#2| (-25)))) (** (($ $ (-783)) 87 (|has| |#2| (-1068))) (($ $ (-938)) 84 (|has| |#2| (-1068)))) (* (($ $ $) 85 (|has| |#2| (-1068))) (($ $ |#2|) 83 (|has| |#2| (-738))) (($ |#2| $) 82 (|has| |#2| (-738))) (($ (-576) $) 79 (|has| |#2| (-21))) (($ (-783) $) 77 (|has| |#2| (-23))) (($ (-938) $) 74 (|has| |#2| (-25)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-243 |#1| |#2|) (-141) (-783) (-1236)) (T -243))
-((-1870 (*1 *1 *2) (-12 (-5 *2 (-1286 *4)) (-4 *4 (-1236)) (-4 *1 (-243 *3 *4)))) (-1723 (*1 *1 *2) (-12 (-5 *2 (-938)) (-4 *1 (-243 *3 *4)) (-4 *4 (-1068)) (-4 *4 (-1236)))) (-2554 (*1 *2 *1 *1) (-12 (-4 *1 (-243 *3 *2)) (-4 *2 (-1236)) (-4 *2 (-1068)))))
-(-13 (-616 (-576) |t#2|) (-625 (-1286 |t#2|)) (-10 -8 (-6 -4462) (-15 -1870 ($ (-1286 |t#2|))) (IF (|has| |t#2| (-1119)) (-6 (-423 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-1068)) (PROGN (-6 (-111 |t#2| |t#2|)) (-6 (-232 |t#2|)) (-6 (-388 |t#2|)) (-15 -1723 ($ (-938))) (-15 -2554 (|t#2| $ $))) |%noBranch|) (IF (|has| |t#2| (-25)) (-6 (-25)) |%noBranch|) (IF (|has| |t#2| (-132)) (-6 (-132)) |%noBranch|) (IF (|has| |t#2| (-23)) (-6 (-23)) |%noBranch|) (IF (|has| |t#2| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#2| (-738)) (-6 (-652 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-379)) (-6 (-379)) |%noBranch|) (IF (|has| |t#2| (-174)) (-6 (-729 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-6 -4459)) (-6 -4459) |%noBranch|) (IF (|has| |t#2| (-862)) (-6 (-862)) |%noBranch|) (IF (|has| |t#2| (-805)) (-6 (-805)) |%noBranch|) (IF (|has| |t#2| (-374)) (-6 (-1293 |t#2|)) |%noBranch|)))
-(((-21) -2755 (|has| |#2| (-1068)) (|has| |#2| (-374)) (|has| |#2| (-174)) (|has| |#2| (-21))) ((-23) -2755 (|has| |#2| (-1068)) (|has| |#2| (-805)) (|has| |#2| (-374)) (|has| |#2| (-174)) (|has| |#2| (-132)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-25) -2755 (|has| |#2| (-1068)) (|has| |#2| (-805)) (|has| |#2| (-374)) (|has| |#2| (-174)) (|has| |#2| (-132)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-34) . T) ((-102) -2755 (|has| |#2| (-1119)) (|has| |#2| (-1068)) (|has| |#2| (-862)) (|has| |#2| (-805)) (|has| |#2| (-738)) (|has| |#2| (-379)) (|has| |#2| (-374)) (|has| |#2| (-174)) (|has| |#2| (-132)) (|has| |#2| (-102)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-111 |#2| |#2|) -2755 (|has| |#2| (-1068)) (|has| |#2| (-374)) (|has| |#2| (-174))) ((-132) -2755 (|has| |#2| (-1068)) (|has| |#2| (-805)) (|has| |#2| (-374)) (|has| |#2| (-174)) (|has| |#2| (-132)) (|has| |#2| (-21))) ((-628 #0=(-419 (-576))) -12 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119))) ((-628 (-576)) -2755 (|has| |#2| (-1068)) (-12 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119)))) ((-628 |#2|) |has| |#2| (-1119)) ((-625 (-874)) -2755 (|has| |#2| (-1119)) (|has| |#2| (-1068)) (|has| |#2| (-862)) (|has| |#2| (-805)) (|has| |#2| (-738)) (|has| |#2| (-379)) (|has| |#2| (-374)) (|has| |#2| (-174)) (|has| |#2| (-625 (-874))) (|has| |#2| (-132)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-625 (-1286 |#2|)) . T) ((-234 $) -2755 (-12 (|has| |#2| (-237)) (|has| |#2| (-1068))) (-12 (|has| |#2| (-238)) (|has| |#2| (-1068)))) ((-232 |#2|) |has| |#2| (-1068)) ((-238) -12 (|has| |#2| (-238)) (|has| |#2| (-1068))) ((-237) -2755 (-12 (|has| |#2| (-237)) (|has| |#2| (-1068))) (-12 (|has| |#2| (-238)) (|has| |#2| (-1068)))) ((-272 |#2|) |has| |#2| (-1068)) ((-296 #1=(-576) |#2|) . T) ((-298 #1# |#2|) . T) ((-319 |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) ((-379) |has| |#2| (-379)) ((-388 |#2|) |has| |#2| (-1068)) ((-423 |#2|) |has| |#2| (-1119)) ((-501 |#2|) . T) ((-616 #1# |#2|) . T) ((-526 |#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) ((-658 (-576)) -2755 (|has| |#2| (-1068)) (|has| |#2| (-374)) (|has| |#2| (-174)) (|has| |#2| (-21))) ((-658 |#2|) -2755 (|has| |#2| (-1068)) (|has| |#2| (-738)) (|has| |#2| (-374)) (|has| |#2| (-174))) ((-658 $) |has| |#2| (-1068)) ((-660 #2=(-576)) -12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068))) ((-660 |#2|) -2755 (|has| |#2| (-1068)) (|has| |#2| (-374)) (|has| |#2| (-174))) ((-660 $) |has| |#2| (-1068)) ((-652 |#2|) -2755 (|has| |#2| (-738)) (|has| |#2| (-374)) (|has| |#2| (-174))) ((-651 #2#) -12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068))) ((-651 |#2|) |has| |#2| (-1068)) ((-729 |#2|) -2755 (|has| |#2| (-374)) (|has| |#2| (-174))) ((-738) |has| |#2| (-1068)) ((-804) |has| |#2| (-805)) ((-805) |has| |#2| (-805)) ((-806) |has| |#2| (-805)) ((-807) |has| |#2| (-805)) ((-862) -2755 (|has| |#2| (-862)) (|has| |#2| (-805))) ((-909 $ #3=(-1195)) -2755 (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068))) (-12 (|has| |#2| (-915 (-1195))) (|has| |#2| (-1068)))) ((-915 (-1195)) -12 (|has| |#2| (-915 (-1195))) (|has| |#2| (-1068))) ((-917 #3#) -2755 (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068))) (-12 (|has| |#2| (-915 (-1195))) (|has| |#2| (-1068)))) ((-1057 #0#) -12 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119))) ((-1057 (-576)) -12 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119))) ((-1057 |#2|) |has| |#2| (-1119)) ((-1070 |#2|) -2755 (|has| |#2| (-1068)) (|has| |#2| (-738)) (|has| |#2| (-374)) (|has| |#2| (-174))) ((-1075 |#2|) -2755 (|has| |#2| (-1068)) (|has| |#2| (-374)) (|has| |#2| (-174))) ((-1068) |has| |#2| (-1068)) ((-1077) |has| |#2| (-1068)) ((-1131) |has| |#2| (-1068)) ((-1119) -2755 (|has| |#2| (-1119)) (|has| |#2| (-1068)) (|has| |#2| (-862)) (|has| |#2| (-805)) (|has| |#2| (-738)) (|has| |#2| (-379)) (|has| |#2| (-374)) (|has| |#2| (-174)) (|has| |#2| (-132)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-1236) . T) ((-1293 |#2|) |has| |#2| (-374)))
-((-2456 (((-245 |#1| |#3|) (-1 |#3| |#2| |#3|) (-245 |#1| |#2|) |#3|) 21)) (-3683 ((|#3| (-1 |#3| |#2| |#3|) (-245 |#1| |#2|) |#3|) 23)) (-4114 (((-245 |#1| |#3|) (-1 |#3| |#2|) (-245 |#1| |#2|)) 18)))
-(((-244 |#1| |#2| |#3|) (-10 -7 (-15 -2456 ((-245 |#1| |#3|) (-1 |#3| |#2| |#3|) (-245 |#1| |#2|) |#3|)) (-15 -3683 (|#3| (-1 |#3| |#2| |#3|) (-245 |#1| |#2|) |#3|)) (-15 -4114 ((-245 |#1| |#3|) (-1 |#3| |#2|) (-245 |#1| |#2|)))) (-783) (-1236) (-1236)) (T -244))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-245 *5 *6)) (-14 *5 (-783)) (-4 *6 (-1236)) (-4 *7 (-1236)) (-5 *2 (-245 *5 *7)) (-5 *1 (-244 *5 *6 *7)))) (-3683 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-245 *5 *6)) (-14 *5 (-783)) (-4 *6 (-1236)) (-4 *2 (-1236)) (-5 *1 (-244 *5 *6 *2)))) (-2456 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-245 *6 *7)) (-14 *6 (-783)) (-4 *7 (-1236)) (-4 *5 (-1236)) (-5 *2 (-245 *6 *5)) (-5 *1 (-244 *6 *7 *5)))))
-(-10 -7 (-15 -2456 ((-245 |#1| |#3|) (-1 |#3| |#2| |#3|) (-245 |#1| |#2|) |#3|)) (-15 -3683 (|#3| (-1 |#3| |#2| |#3|) (-245 |#1| |#2|) |#3|)) (-15 -4114 ((-245 |#1| |#3|) (-1 |#3| |#2|) (-245 |#1| |#2|))))
-((-3486 (((-112) $ $) NIL (|has| |#2| (-102)))) (-1353 (((-112) $) NIL (|has| |#2| (-23)))) (-1723 (($ (-938)) 62 (|has| |#2| (-1068)))) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-3848 (($ $ $) 68 (|has| |#2| (-805)))) (-4299 (((-3 $ "failed") $ $) 53 (|has| |#2| (-132)))) (-3733 (((-112) $ (-783)) NIL)) (-2093 (((-783)) NIL (|has| |#2| (-379)))) (-3753 ((|#2| $ (-576) |#2|) NIL (|has| $ (-6 -4463)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL (-12 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119)))) (((-3 |#2| "failed") $) 30 (|has| |#2| (-1119)))) (-2857 (((-576) $) NIL (-12 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119)))) (((-419 (-576)) $) NIL (-12 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119)))) ((|#2| $) 28 (|has| |#2| (-1119)))) (-3142 (((-701 (-576)) (-701 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) NIL (|has| |#2| (-1068))) (((-701 |#2|) (-701 $)) NIL (|has| |#2| (-1068)))) (-2251 (((-3 $ "failed") $) 58 (|has| |#2| (-1068)))) (-1834 (($) NIL (|has| |#2| (-379)))) (-4330 ((|#2| $ (-576) |#2|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#2| $ (-576)) 56)) (-3963 (((-656 |#2|) $) 14 (|has| $ (-6 -4462)))) (-3612 (((-112) $) NIL (|has| |#2| (-1068)))) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) 19 (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| |#2| (-862)))) (-3452 (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| |#2| (-862)))) (-4320 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#2| |#2|) $) NIL)) (-4379 (((-938) $) NIL (|has| |#2| (-379)))) (-2460 (((-112) $ (-783)) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-1286 $) $) NIL (|has| |#2| (-1068))) (((-701 |#2|) (-1286 $)) NIL (|has| |#2| (-1068)))) (-3881 (((-1177) $) NIL (|has| |#2| (-1119)))) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-3222 (($ (-938)) NIL (|has| |#2| (-379)))) (-1448 (((-1139) $) NIL (|has| |#2| (-1119)))) (-3578 ((|#2| $) NIL (|has| (-576) (-862)))) (-1552 (($ $ |#2|) NIL (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#2|) $) 23 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-4278 (((-656 |#2|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#2| $ (-576) |#2|) NIL) ((|#2| $ (-576)) 20)) (-2554 ((|#2| $ $) NIL (|has| |#2| (-1068)))) (-1870 (($ (-1286 |#2|)) 17)) (-2253 (((-135)) NIL (|has| |#2| (-374)))) (-2770 (($ $ (-783)) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1068)))) (($ $) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1068)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1195)) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1068))) (($ $ (-1 |#2| |#2|) (-783)) NIL (|has| |#2| (-1068)))) (-1458 (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-1868 (($ $) NIL)) (-3567 (((-1286 |#2|) $) 9) (($ (-576)) NIL (-2755 (-12 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119))) (|has| |#2| (-1068)))) (($ (-419 (-576))) NIL (-12 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119)))) (($ |#2|) 12 (|has| |#2| (-1119))) (((-874) $) NIL (|has| |#2| (-625 (-874))))) (-2596 (((-783)) NIL (|has| |#2| (-1068)) CONST)) (-1540 (((-112) $ $) NIL (|has| |#2| (-1119)))) (-2306 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-2716 (($) 36 (|has| |#2| (-23)) CONST)) (-2727 (($) 40 (|has| |#2| (-1068)) CONST)) (-2014 (($ $ (-783)) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1068)))) (($ $) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1068)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1195)) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1068))) (($ $ (-1 |#2| |#2|) (-783)) NIL (|has| |#2| (-1068)))) (-2989 (((-112) $ $) NIL (|has| |#2| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#2| (-862)))) (-2921 (((-112) $ $) 27 (|has| |#2| (-102)))) (-2975 (((-112) $ $) NIL (|has| |#2| (-862)))) (-2946 (((-112) $ $) 66 (|has| |#2| (-862)))) (-3054 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-3041 (($ $ $) NIL (|has| |#2| (-21))) (($ $) NIL (|has| |#2| (-21)))) (-3027 (($ $ $) 34 (|has| |#2| (-25)))) (** (($ $ (-783)) NIL (|has| |#2| (-1068))) (($ $ (-938)) NIL (|has| |#2| (-1068)))) (* (($ $ $) 46 (|has| |#2| (-1068))) (($ $ |#2|) 44 (|has| |#2| (-738))) (($ |#2| $) 45 (|has| |#2| (-738))) (($ (-576) $) NIL (|has| |#2| (-21))) (($ (-783) $) NIL (|has| |#2| (-23))) (($ (-938) $) NIL (|has| |#2| (-25)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-245 |#1| |#2|) (-243 |#1| |#2|) (-783) (-1236)) (T -245))
+(-13 (-1070) (-237))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-876)) . T) ((-234 $) . T) ((-237) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-1455 (($) 12) (($ (-656 |#2|)) NIL)) (-4287 (($ $) 14)) (-4125 (($ (-656 |#2|)) 10)) (-4114 (((-876) $) 21)))
+(((-239 |#1| |#2|) (-10 -8 (-15 -4114 ((-876) |#1|)) (-15 -1455 (|#1| (-656 |#2|))) (-15 -1455 (|#1|)) (-15 -4125 (|#1| (-656 |#2|))) (-15 -4287 (|#1| |#1|))) (-240 |#2|) (-1121)) (T -239))
+NIL
+(-10 -8 (-15 -4114 ((-876) |#1|)) (-15 -1455 (|#1| (-656 |#2|))) (-15 -1455 (|#1|)) (-15 -4125 (|#1| (-656 |#2|))) (-15 -4287 (|#1| |#1|)))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1951 (((-112) $ (-783)) 8)) (-2250 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4464)))) (-3853 (($) 7 T CONST)) (-2741 (($ $) 59 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1678 (($ |#1| $) 48 (|has| $ (-6 -4464))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4464)))) (-2824 (($ |#1| $) 58 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4464)))) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) 9)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-4306 ((|#1| $) 40)) (-3846 (($ |#1| $) 41)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-1470 ((|#1| $) 42)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-1455 (($) 50) (($ (-656 |#1|)) 49)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-1554 (((-548) $) 60 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 51)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-3356 (($ (-656 |#1|)) 43)) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-240 |#1|) (-141) (-1121)) (T -240))
+((-1455 (*1 *1) (-12 (-4 *1 (-240 *2)) (-4 *2 (-1121)))) (-1455 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-4 *1 (-240 *3)))) (-1678 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4464)) (-4 *1 (-240 *2)) (-4 *2 (-1121)))) (-1678 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4464)) (-4 *1 (-240 *3)) (-4 *3 (-1121)))) (-2250 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4464)) (-4 *1 (-240 *3)) (-4 *3 (-1121)))))
+(-13 (-107 |t#1|) (-152 |t#1|) (-10 -8 (-15 -1455 ($)) (-15 -1455 ($ (-656 |t#1|))) (IF (|has| $ (-6 -4464)) (PROGN (-15 -1678 ($ |t#1| $)) (-15 -1678 ($ (-1 (-112) |t#1|) $)) (-15 -2250 ($ (-1 (-112) |t#1|) $))) |%noBranch|)))
+(((-34) . T) ((-107 |#1|) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1121) |has| |#1| (-1121)) ((-1238) . T))
+((-3665 (((-2 (|:| |varOrder| (-656 (-1197))) (|:| |inhom| (-3 (-656 (-1288 (-783))) "failed")) (|:| |hom| (-656 (-1288 (-783))))) (-304 (-971 (-576)))) 42)))
+(((-241) (-10 -7 (-15 -3665 ((-2 (|:| |varOrder| (-656 (-1197))) (|:| |inhom| (-3 (-656 (-1288 (-783))) "failed")) (|:| |hom| (-656 (-1288 (-783))))) (-304 (-971 (-576))))))) (T -241))
+((-3665 (*1 *2 *3) (-12 (-5 *3 (-304 (-971 (-576)))) (-5 *2 (-2 (|:| |varOrder| (-656 (-1197))) (|:| |inhom| (-3 (-656 (-1288 (-783))) "failed")) (|:| |hom| (-656 (-1288 (-783)))))) (-5 *1 (-241)))))
+(-10 -7 (-15 -3665 ((-2 (|:| |varOrder| (-656 (-1197))) (|:| |inhom| (-3 (-656 (-1288 (-783))) "failed")) (|:| |hom| (-656 (-1288 (-783))))) (-304 (-971 (-576))))))
+((-2200 (((-783)) 56)) (-2255 (((-2 (|:| -2663 (-701 |#3|)) (|:| |vec| (-1288 |#3|))) (-701 $) (-1288 $)) 53) (((-701 |#3|) (-701 $)) 44) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL) (((-701 (-576)) (-701 $)) NIL)) (-2435 (((-135)) 62)) (-4107 (($ $ (-1 |#3| |#3|)) 18) (($ $ (-1 |#3| |#3|) (-783)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197))) NIL) (($ $ (-1197)) NIL) (($ $ (-783)) NIL) (($ $) NIL)) (-4114 (((-1288 |#3|) $) NIL) (($ |#3|) NIL) (((-876) $) NIL) (($ (-576)) 12) (($ (-419 (-576))) NIL)) (-2864 (((-783)) 15)) (-4047 (($ $ |#3|) 59)))
+(((-242 |#1| |#2| |#3|) (-10 -8 (-15 -4114 (|#1| (-419 (-576)))) (-15 -4114 (|#1| (-576))) (-15 -4107 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4114 ((-876) |#1|)) (-15 -2864 ((-783))) (-15 -2255 ((-701 (-576)) (-701 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 |#1|) (-1288 |#1|))) (-15 -4114 (|#1| |#3|)) (-15 -4107 (|#1| |#1| (-1 |#3| |#3|) (-783))) (-15 -4107 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2255 ((-701 |#3|) (-701 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 |#3|)) (|:| |vec| (-1288 |#3|))) (-701 |#1|) (-1288 |#1|))) (-15 -2200 ((-783))) (-15 -4047 (|#1| |#1| |#3|)) (-15 -2435 ((-135))) (-15 -4114 ((-1288 |#3|) |#1|))) (-243 |#2| |#3|) (-783) (-1238)) (T -242))
+((-2435 (*1 *2) (-12 (-14 *4 (-783)) (-4 *5 (-1238)) (-5 *2 (-135)) (-5 *1 (-242 *3 *4 *5)) (-4 *3 (-243 *4 *5)))) (-2200 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1238)) (-5 *2 (-783)) (-5 *1 (-242 *3 *4 *5)) (-4 *3 (-243 *4 *5)))) (-2864 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1238)) (-5 *2 (-783)) (-5 *1 (-242 *3 *4 *5)) (-4 *3 (-243 *4 *5)))))
+(-10 -8 (-15 -4114 (|#1| (-419 (-576)))) (-15 -4114 (|#1| (-576))) (-15 -4107 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4114 ((-876) |#1|)) (-15 -2864 ((-783))) (-15 -2255 ((-701 (-576)) (-701 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 |#1|) (-1288 |#1|))) (-15 -4114 (|#1| |#3|)) (-15 -4107 (|#1| |#1| (-1 |#3| |#3|) (-783))) (-15 -4107 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2255 ((-701 |#3|) (-701 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 |#3|)) (|:| |vec| (-1288 |#3|))) (-701 |#1|) (-1288 |#1|))) (-15 -2200 ((-783))) (-15 -4047 (|#1| |#1| |#3|)) (-15 -2435 ((-135))) (-15 -4114 ((-1288 |#3|) |#1|)))
+((-1955 (((-112) $ $) 20 (|has| |#2| (-102)))) (-2604 (((-112) $) 76 (|has| |#2| (-23)))) (-4233 (($ (-940)) 129 (|has| |#2| (-1070)))) (-1758 (((-1293) $ (-576) (-576)) 41 (|has| $ (-6 -4465)))) (-3900 (($ $ $) 125 (|has| |#2| (-805)))) (-2583 (((-3 $ "failed") $ $) 78 (|has| |#2| (-132)))) (-1951 (((-112) $ (-783)) 8)) (-2200 (((-783)) 115 (|has| |#2| (-379)))) (-4268 ((|#2| $ (-576) |#2|) 53 (|has| $ (-6 -4465)))) (-3853 (($) 7 T CONST)) (-2981 (((-3 (-576) "failed") $) 71 (-2311 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121)))) (((-3 (-419 (-576)) "failed") $) 68 (-2311 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121)))) (((-3 |#2| "failed") $) 65 (|has| |#2| (-1121)))) (-2318 (((-576) $) 70 (-2311 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121)))) (((-419 (-576)) $) 67 (-2311 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121)))) ((|#2| $) 66 (|has| |#2| (-1121)))) (-2255 (((-701 (-576)) (-701 $)) 112 (-2311 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 111 (-2311 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) 110 (|has| |#2| (-1070))) (((-701 |#2|) (-701 $)) 109 (|has| |#2| (-1070)))) (-2413 (((-3 $ "failed") $) 86 (|has| |#2| (-1070)))) (-4370 (($) 118 (|has| |#2| (-379)))) (-1908 ((|#2| $ (-576) |#2|) 54 (|has| $ (-6 -4465)))) (-3721 ((|#2| $ (-576)) 52)) (-3722 (((-656 |#2|) $) 31 (|has| $ (-6 -4464)))) (-3315 (((-112) $) 88 (|has| |#2| (-1070)))) (-4157 (((-112) $ (-783)) 9)) (-3176 (((-576) $) 44 (|has| (-576) (-862)))) (-2905 (($ $ $) 124 (|has| |#2| (-862)))) (-4302 (((-656 |#2|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#2| $) 28 (-12 (|has| |#2| (-1121)) (|has| $ (-6 -4464))))) (-2316 (((-576) $) 45 (|has| (-576) (-862)))) (-2163 (($ $ $) 123 (|has| |#2| (-862)))) (-1896 (($ (-1 |#2| |#2|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#2| |#2|) $) 36)) (-2106 (((-940) $) 117 (|has| |#2| (-379)))) (-4002 (((-112) $ (-783)) 10)) (-3015 (((-701 (-576)) (-1288 $)) 114 (-2311 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) 113 (-2311 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-1288 $) $) 108 (|has| |#2| (-1070))) (((-701 |#2|) (-1288 $)) 107 (|has| |#2| (-1070)))) (-4185 (((-1179) $) 22 (|has| |#2| (-1121)))) (-4402 (((-656 (-576)) $) 47)) (-1505 (((-112) (-576) $) 48)) (-2409 (($ (-940)) 116 (|has| |#2| (-379)))) (-3117 (((-1141) $) 21 (|has| |#2| (-1121)))) (-1753 ((|#2| $) 43 (|has| (-576) (-862)))) (-3140 (($ $ |#2|) 42 (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#2|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#2|))) 27 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-304 |#2|)) 26 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ |#2| |#2|) 25 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 |#2|) (-656 |#2|)) 24 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))) (-2587 (((-112) $ $) 14)) (-2408 (((-112) |#2| $) 46 (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-3700 (((-656 |#2|) $) 49)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#2| $ (-576) |#2|) 51) ((|#2| $ (-576)) 50)) (-2429 ((|#2| $ $) 128 (|has| |#2| (-1070)))) (-1492 (($ (-1288 |#2|)) 130)) (-2435 (((-135)) 127 (|has| |#2| (-374)))) (-4107 (($ $ (-783)) 105 (-2311 (|has| |#2| (-237)) (|has| |#2| (-1070)))) (($ $) 103 (-2311 (|has| |#2| (-237)) (|has| |#2| (-1070)))) (($ $ (-656 (-1197)) (-656 (-783))) 99 (-2311 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1197) (-783)) 98 (-2311 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-656 (-1197))) 97 (-2311 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1197)) 95 (-2311 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1 |#2| |#2|)) 94 (|has| |#2| (-1070))) (($ $ (-1 |#2| |#2|) (-783)) 93 (|has| |#2| (-1070)))) (-3131 (((-783) (-1 (-112) |#2|) $) 32 (|has| $ (-6 -4464))) (((-783) |#2| $) 29 (-12 (|has| |#2| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-4114 (((-1288 |#2|) $) 131) (($ (-576)) 72 (-3795 (-2311 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121))) (|has| |#2| (-1070)))) (($ (-419 (-576))) 69 (-2311 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121)))) (($ |#2|) 64 (|has| |#2| (-1121))) (((-876) $) 18 (|has| |#2| (-625 (-876))))) (-2864 (((-783)) 90 (|has| |#2| (-1070)) CONST)) (-3000 (((-112) $ $) 23 (|has| |#2| (-1121)))) (-1746 (((-112) (-1 (-112) |#2|) $) 34 (|has| $ (-6 -4464)))) (-4312 (($) 75 (|has| |#2| (-23)) CONST)) (-4322 (($) 89 (|has| |#2| (-1070)) CONST)) (-3157 (($ $ (-783)) 106 (-2311 (|has| |#2| (-237)) (|has| |#2| (-1070)))) (($ $) 104 (-2311 (|has| |#2| (-237)) (|has| |#2| (-1070)))) (($ $ (-656 (-1197)) (-656 (-783))) 102 (-2311 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1197) (-783)) 101 (-2311 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-656 (-1197))) 100 (-2311 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1197)) 96 (-2311 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1 |#2| |#2|)) 92 (|has| |#2| (-1070))) (($ $ (-1 |#2| |#2|) (-783)) 91 (|has| |#2| (-1070)))) (-3995 (((-112) $ $) 121 (|has| |#2| (-862)))) (-3975 (((-112) $ $) 120 (|has| |#2| (-862)))) (-3939 (((-112) $ $) 19 (|has| |#2| (-102)))) (-3985 (((-112) $ $) 122 (|has| |#2| (-862)))) (-3962 (((-112) $ $) 119 (|has| |#2| (-862)))) (-4047 (($ $ |#2|) 126 (|has| |#2| (-374)))) (-4037 (($ $ $) 81 (|has| |#2| (-21))) (($ $) 80 (|has| |#2| (-21)))) (-4027 (($ $ $) 73 (|has| |#2| (-25)))) (** (($ $ (-783)) 87 (|has| |#2| (-1070))) (($ $ (-940)) 84 (|has| |#2| (-1070)))) (* (($ $ $) 85 (|has| |#2| (-1070))) (($ $ |#2|) 83 (|has| |#2| (-738))) (($ |#2| $) 82 (|has| |#2| (-738))) (($ (-576) $) 79 (|has| |#2| (-21))) (($ (-783) $) 77 (|has| |#2| (-23))) (($ (-940) $) 74 (|has| |#2| (-25)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-243 |#1| |#2|) (-141) (-783) (-1238)) (T -243))
+((-1492 (*1 *1 *2) (-12 (-5 *2 (-1288 *4)) (-4 *4 (-1238)) (-4 *1 (-243 *3 *4)))) (-4233 (*1 *1 *2) (-12 (-5 *2 (-940)) (-4 *1 (-243 *3 *4)) (-4 *4 (-1070)) (-4 *4 (-1238)))) (-2429 (*1 *2 *1 *1) (-12 (-4 *1 (-243 *3 *2)) (-4 *2 (-1238)) (-4 *2 (-1070)))))
+(-13 (-616 (-576) |t#2|) (-625 (-1288 |t#2|)) (-10 -8 (-6 -4464) (-15 -1492 ($ (-1288 |t#2|))) (IF (|has| |t#2| (-1121)) (-6 (-423 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-1070)) (PROGN (-6 (-111 |t#2| |t#2|)) (-6 (-232 |t#2|)) (-6 (-388 |t#2|)) (-15 -4233 ($ (-940))) (-15 -2429 (|t#2| $ $))) |%noBranch|) (IF (|has| |t#2| (-25)) (-6 (-25)) |%noBranch|) (IF (|has| |t#2| (-132)) (-6 (-132)) |%noBranch|) (IF (|has| |t#2| (-23)) (-6 (-23)) |%noBranch|) (IF (|has| |t#2| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#2| (-738)) (-6 (-652 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-379)) (-6 (-379)) |%noBranch|) (IF (|has| |t#2| (-174)) (-6 (-729 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-6 -4461)) (-6 -4461) |%noBranch|) (IF (|has| |t#2| (-862)) (-6 (-862)) |%noBranch|) (IF (|has| |t#2| (-805)) (-6 (-805)) |%noBranch|) (IF (|has| |t#2| (-374)) (-6 (-1295 |t#2|)) |%noBranch|)))
+(((-21) -3795 (|has| |#2| (-1070)) (|has| |#2| (-374)) (|has| |#2| (-174)) (|has| |#2| (-21))) ((-23) -3795 (|has| |#2| (-1070)) (|has| |#2| (-805)) (|has| |#2| (-374)) (|has| |#2| (-174)) (|has| |#2| (-132)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-25) -3795 (|has| |#2| (-1070)) (|has| |#2| (-805)) (|has| |#2| (-374)) (|has| |#2| (-174)) (|has| |#2| (-132)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-34) . T) ((-102) -3795 (|has| |#2| (-1121)) (|has| |#2| (-1070)) (|has| |#2| (-862)) (|has| |#2| (-805)) (|has| |#2| (-738)) (|has| |#2| (-379)) (|has| |#2| (-374)) (|has| |#2| (-174)) (|has| |#2| (-132)) (|has| |#2| (-102)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-111 |#2| |#2|) -3795 (|has| |#2| (-1070)) (|has| |#2| (-374)) (|has| |#2| (-174))) ((-132) -3795 (|has| |#2| (-1070)) (|has| |#2| (-805)) (|has| |#2| (-374)) (|has| |#2| (-174)) (|has| |#2| (-132)) (|has| |#2| (-21))) ((-628 #0=(-419 (-576))) -12 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121))) ((-628 (-576)) -3795 (|has| |#2| (-1070)) (-12 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121)))) ((-628 |#2|) |has| |#2| (-1121)) ((-625 (-876)) -3795 (|has| |#2| (-1121)) (|has| |#2| (-1070)) (|has| |#2| (-862)) (|has| |#2| (-805)) (|has| |#2| (-738)) (|has| |#2| (-379)) (|has| |#2| (-374)) (|has| |#2| (-174)) (|has| |#2| (-625 (-876))) (|has| |#2| (-132)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-625 (-1288 |#2|)) . T) ((-234 $) -3795 (-12 (|has| |#2| (-237)) (|has| |#2| (-1070))) (-12 (|has| |#2| (-238)) (|has| |#2| (-1070)))) ((-232 |#2|) |has| |#2| (-1070)) ((-238) -12 (|has| |#2| (-238)) (|has| |#2| (-1070))) ((-237) -3795 (-12 (|has| |#2| (-237)) (|has| |#2| (-1070))) (-12 (|has| |#2| (-238)) (|has| |#2| (-1070)))) ((-272 |#2|) |has| |#2| (-1070)) ((-296 #1=(-576) |#2|) . T) ((-298 #1# |#2|) . T) ((-319 |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) ((-379) |has| |#2| (-379)) ((-388 |#2|) |has| |#2| (-1070)) ((-423 |#2|) |has| |#2| (-1121)) ((-501 |#2|) . T) ((-616 #1# |#2|) . T) ((-526 |#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) ((-658 (-576)) -3795 (|has| |#2| (-1070)) (|has| |#2| (-374)) (|has| |#2| (-174)) (|has| |#2| (-21))) ((-658 |#2|) -3795 (|has| |#2| (-1070)) (|has| |#2| (-738)) (|has| |#2| (-374)) (|has| |#2| (-174))) ((-658 $) |has| |#2| (-1070)) ((-660 #2=(-576)) -12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070))) ((-660 |#2|) -3795 (|has| |#2| (-1070)) (|has| |#2| (-374)) (|has| |#2| (-174))) ((-660 $) |has| |#2| (-1070)) ((-652 |#2|) -3795 (|has| |#2| (-738)) (|has| |#2| (-374)) (|has| |#2| (-174))) ((-651 #2#) -12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070))) ((-651 |#2|) |has| |#2| (-1070)) ((-729 |#2|) -3795 (|has| |#2| (-374)) (|has| |#2| (-174))) ((-738) |has| |#2| (-1070)) ((-804) |has| |#2| (-805)) ((-805) |has| |#2| (-805)) ((-806) |has| |#2| (-805)) ((-807) |has| |#2| (-805)) ((-862) -3795 (|has| |#2| (-862)) (|has| |#2| (-805))) ((-911 $ #3=(-1197)) -3795 (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070))) (-12 (|has| |#2| (-917 (-1197))) (|has| |#2| (-1070)))) ((-917 (-1197)) -12 (|has| |#2| (-917 (-1197))) (|has| |#2| (-1070))) ((-919 #3#) -3795 (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070))) (-12 (|has| |#2| (-917 (-1197))) (|has| |#2| (-1070)))) ((-1059 #0#) -12 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121))) ((-1059 (-576)) -12 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121))) ((-1059 |#2|) |has| |#2| (-1121)) ((-1072 |#2|) -3795 (|has| |#2| (-1070)) (|has| |#2| (-738)) (|has| |#2| (-374)) (|has| |#2| (-174))) ((-1077 |#2|) -3795 (|has| |#2| (-1070)) (|has| |#2| (-374)) (|has| |#2| (-174))) ((-1070) |has| |#2| (-1070)) ((-1079) |has| |#2| (-1070)) ((-1133) |has| |#2| (-1070)) ((-1121) -3795 (|has| |#2| (-1121)) (|has| |#2| (-1070)) (|has| |#2| (-862)) (|has| |#2| (-805)) (|has| |#2| (-738)) (|has| |#2| (-379)) (|has| |#2| (-374)) (|has| |#2| (-174)) (|has| |#2| (-132)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-1238) . T) ((-1295 |#2|) |has| |#2| (-374)))
+((-3958 (((-245 |#1| |#3|) (-1 |#3| |#2| |#3|) (-245 |#1| |#2|) |#3|) 21)) (-2722 ((|#3| (-1 |#3| |#2| |#3|) (-245 |#1| |#2|) |#3|) 23)) (-2423 (((-245 |#1| |#3|) (-1 |#3| |#2|) (-245 |#1| |#2|)) 18)))
+(((-244 |#1| |#2| |#3|) (-10 -7 (-15 -3958 ((-245 |#1| |#3|) (-1 |#3| |#2| |#3|) (-245 |#1| |#2|) |#3|)) (-15 -2722 (|#3| (-1 |#3| |#2| |#3|) (-245 |#1| |#2|) |#3|)) (-15 -2423 ((-245 |#1| |#3|) (-1 |#3| |#2|) (-245 |#1| |#2|)))) (-783) (-1238) (-1238)) (T -244))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-245 *5 *6)) (-14 *5 (-783)) (-4 *6 (-1238)) (-4 *7 (-1238)) (-5 *2 (-245 *5 *7)) (-5 *1 (-244 *5 *6 *7)))) (-2722 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-245 *5 *6)) (-14 *5 (-783)) (-4 *6 (-1238)) (-4 *2 (-1238)) (-5 *1 (-244 *5 *6 *2)))) (-3958 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-245 *6 *7)) (-14 *6 (-783)) (-4 *7 (-1238)) (-4 *5 (-1238)) (-5 *2 (-245 *6 *5)) (-5 *1 (-244 *6 *7 *5)))))
+(-10 -7 (-15 -3958 ((-245 |#1| |#3|) (-1 |#3| |#2| |#3|) (-245 |#1| |#2|) |#3|)) (-15 -2722 (|#3| (-1 |#3| |#2| |#3|) (-245 |#1| |#2|) |#3|)) (-15 -2423 ((-245 |#1| |#3|) (-1 |#3| |#2|) (-245 |#1| |#2|))))
+((-1955 (((-112) $ $) NIL (|has| |#2| (-102)))) (-2604 (((-112) $) NIL (|has| |#2| (-23)))) (-4233 (($ (-940)) 62 (|has| |#2| (-1070)))) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-3900 (($ $ $) 68 (|has| |#2| (-805)))) (-2583 (((-3 $ "failed") $ $) 53 (|has| |#2| (-132)))) (-1951 (((-112) $ (-783)) NIL)) (-2200 (((-783)) NIL (|has| |#2| (-379)))) (-4268 ((|#2| $ (-576) |#2|) NIL (|has| $ (-6 -4465)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL (-12 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121)))) (((-3 |#2| "failed") $) 30 (|has| |#2| (-1121)))) (-2318 (((-576) $) NIL (-12 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121)))) (((-419 (-576)) $) NIL (-12 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121)))) ((|#2| $) 28 (|has| |#2| (-1121)))) (-2255 (((-701 (-576)) (-701 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) NIL (|has| |#2| (-1070))) (((-701 |#2|) (-701 $)) NIL (|has| |#2| (-1070)))) (-2413 (((-3 $ "failed") $) 58 (|has| |#2| (-1070)))) (-4370 (($) NIL (|has| |#2| (-379)))) (-1908 ((|#2| $ (-576) |#2|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#2| $ (-576)) 56)) (-3722 (((-656 |#2|) $) 14 (|has| $ (-6 -4464)))) (-3315 (((-112) $) NIL (|has| |#2| (-1070)))) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) 19 (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| |#2| (-862)))) (-4302 (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| |#2| (-862)))) (-1896 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#2| |#2|) $) NIL)) (-2106 (((-940) $) NIL (|has| |#2| (-379)))) (-4002 (((-112) $ (-783)) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-1288 $) $) NIL (|has| |#2| (-1070))) (((-701 |#2|) (-1288 $)) NIL (|has| |#2| (-1070)))) (-4185 (((-1179) $) NIL (|has| |#2| (-1121)))) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-2409 (($ (-940)) NIL (|has| |#2| (-379)))) (-3117 (((-1141) $) NIL (|has| |#2| (-1121)))) (-1753 ((|#2| $) NIL (|has| (-576) (-862)))) (-3140 (($ $ |#2|) NIL (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#2|) $) 23 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-3700 (((-656 |#2|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#2| $ (-576) |#2|) NIL) ((|#2| $ (-576)) 20)) (-2429 ((|#2| $ $) NIL (|has| |#2| (-1070)))) (-1492 (($ (-1288 |#2|)) 17)) (-2435 (((-135)) NIL (|has| |#2| (-374)))) (-4107 (($ $ (-783)) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1070)))) (($ $) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1070)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1197)) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1070))) (($ $ (-1 |#2| |#2|) (-783)) NIL (|has| |#2| (-1070)))) (-3131 (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-4287 (($ $) NIL)) (-4114 (((-1288 |#2|) $) 9) (($ (-576)) NIL (-3795 (-12 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121))) (|has| |#2| (-1070)))) (($ (-419 (-576))) NIL (-12 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121)))) (($ |#2|) 12 (|has| |#2| (-1121))) (((-876) $) NIL (|has| |#2| (-625 (-876))))) (-2864 (((-783)) NIL (|has| |#2| (-1070)) CONST)) (-3000 (((-112) $ $) NIL (|has| |#2| (-1121)))) (-1746 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-4312 (($) 36 (|has| |#2| (-23)) CONST)) (-4322 (($) 40 (|has| |#2| (-1070)) CONST)) (-3157 (($ $ (-783)) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1070)))) (($ $) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1070)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1197)) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1070))) (($ $ (-1 |#2| |#2|) (-783)) NIL (|has| |#2| (-1070)))) (-3995 (((-112) $ $) NIL (|has| |#2| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#2| (-862)))) (-3939 (((-112) $ $) 27 (|has| |#2| (-102)))) (-3985 (((-112) $ $) NIL (|has| |#2| (-862)))) (-3962 (((-112) $ $) 66 (|has| |#2| (-862)))) (-4047 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-4037 (($ $ $) NIL (|has| |#2| (-21))) (($ $) NIL (|has| |#2| (-21)))) (-4027 (($ $ $) 34 (|has| |#2| (-25)))) (** (($ $ (-783)) NIL (|has| |#2| (-1070))) (($ $ (-940)) NIL (|has| |#2| (-1070)))) (* (($ $ $) 46 (|has| |#2| (-1070))) (($ $ |#2|) 44 (|has| |#2| (-738))) (($ |#2| $) 45 (|has| |#2| (-738))) (($ (-576) $) NIL (|has| |#2| (-21))) (($ (-783) $) NIL (|has| |#2| (-23))) (($ (-940) $) NIL (|has| |#2| (-25)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-245 |#1| |#2|) (-243 |#1| |#2|) (-783) (-1238)) (T -245))
NIL
(-243 |#1| |#2|)
-((-2990 (((-576) (-656 (-1177))) 36) (((-576) (-1177)) 29)) (-1338 (((-1291) (-656 (-1177))) 40) (((-1291) (-1177)) 39)) (-3467 (((-1177)) 16)) (-1378 (((-1177) (-576) (-1177)) 23)) (-2391 (((-656 (-1177)) (-656 (-1177)) (-576) (-1177)) 37) (((-1177) (-1177) (-576) (-1177)) 35)) (-3260 (((-656 (-1177)) (-656 (-1177))) 15) (((-656 (-1177)) (-1177)) 11)))
-(((-246) (-10 -7 (-15 -3260 ((-656 (-1177)) (-1177))) (-15 -3260 ((-656 (-1177)) (-656 (-1177)))) (-15 -3467 ((-1177))) (-15 -1378 ((-1177) (-576) (-1177))) (-15 -2391 ((-1177) (-1177) (-576) (-1177))) (-15 -2391 ((-656 (-1177)) (-656 (-1177)) (-576) (-1177))) (-15 -1338 ((-1291) (-1177))) (-15 -1338 ((-1291) (-656 (-1177)))) (-15 -2990 ((-576) (-1177))) (-15 -2990 ((-576) (-656 (-1177)))))) (T -246))
-((-2990 (*1 *2 *3) (-12 (-5 *3 (-656 (-1177))) (-5 *2 (-576)) (-5 *1 (-246)))) (-2990 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-576)) (-5 *1 (-246)))) (-1338 (*1 *2 *3) (-12 (-5 *3 (-656 (-1177))) (-5 *2 (-1291)) (-5 *1 (-246)))) (-1338 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-246)))) (-2391 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-656 (-1177))) (-5 *3 (-576)) (-5 *4 (-1177)) (-5 *1 (-246)))) (-2391 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-1177)) (-5 *3 (-576)) (-5 *1 (-246)))) (-1378 (*1 *2 *3 *2) (-12 (-5 *2 (-1177)) (-5 *3 (-576)) (-5 *1 (-246)))) (-3467 (*1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-246)))) (-3260 (*1 *2 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-246)))) (-3260 (*1 *2 *3) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-246)) (-5 *3 (-1177)))))
-(-10 -7 (-15 -3260 ((-656 (-1177)) (-1177))) (-15 -3260 ((-656 (-1177)) (-656 (-1177)))) (-15 -3467 ((-1177))) (-15 -1378 ((-1177) (-576) (-1177))) (-15 -2391 ((-1177) (-1177) (-576) (-1177))) (-15 -2391 ((-656 (-1177)) (-656 (-1177)) (-576) (-1177))) (-15 -1338 ((-1291) (-1177))) (-15 -1338 ((-1291) (-656 (-1177)))) (-15 -2990 ((-576) (-1177))) (-15 -2990 ((-576) (-656 (-1177)))))
-((** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) 20)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ (-419 (-576)) $) 27) (($ $ (-419 (-576))) NIL)))
-(((-247 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-576))) (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 ** (|#1| |#1| (-783))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-938))) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-938) |#1|))) (-248)) (T -247))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-576))) (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 ** (|#1| |#1| (-783))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-938))) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-938) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-3612 (((-112) $) 35)) (-3881 (((-1177) $) 10)) (-2045 (($ $) 47)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 51)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 48)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ (-419 (-576)) $) 50) (($ $ (-419 (-576))) 49)))
+((-3337 (((-576) (-656 (-1179))) 36) (((-576) (-1179)) 29)) (-2493 (((-1293) (-656 (-1179))) 40) (((-1293) (-1179)) 39)) (-4413 (((-1179)) 16)) (-4339 (((-1179) (-576) (-1179)) 23)) (-3188 (((-656 (-1179)) (-656 (-1179)) (-576) (-1179)) 37) (((-1179) (-1179) (-576) (-1179)) 35)) (-2122 (((-656 (-1179)) (-656 (-1179))) 15) (((-656 (-1179)) (-1179)) 11)))
+(((-246) (-10 -7 (-15 -2122 ((-656 (-1179)) (-1179))) (-15 -2122 ((-656 (-1179)) (-656 (-1179)))) (-15 -4413 ((-1179))) (-15 -4339 ((-1179) (-576) (-1179))) (-15 -3188 ((-1179) (-1179) (-576) (-1179))) (-15 -3188 ((-656 (-1179)) (-656 (-1179)) (-576) (-1179))) (-15 -2493 ((-1293) (-1179))) (-15 -2493 ((-1293) (-656 (-1179)))) (-15 -3337 ((-576) (-1179))) (-15 -3337 ((-576) (-656 (-1179)))))) (T -246))
+((-3337 (*1 *2 *3) (-12 (-5 *3 (-656 (-1179))) (-5 *2 (-576)) (-5 *1 (-246)))) (-3337 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-576)) (-5 *1 (-246)))) (-2493 (*1 *2 *3) (-12 (-5 *3 (-656 (-1179))) (-5 *2 (-1293)) (-5 *1 (-246)))) (-2493 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-246)))) (-3188 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-656 (-1179))) (-5 *3 (-576)) (-5 *4 (-1179)) (-5 *1 (-246)))) (-3188 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-1179)) (-5 *3 (-576)) (-5 *1 (-246)))) (-4339 (*1 *2 *3 *2) (-12 (-5 *2 (-1179)) (-5 *3 (-576)) (-5 *1 (-246)))) (-4413 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-246)))) (-2122 (*1 *2 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-246)))) (-2122 (*1 *2 *3) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-246)) (-5 *3 (-1179)))))
+(-10 -7 (-15 -2122 ((-656 (-1179)) (-1179))) (-15 -2122 ((-656 (-1179)) (-656 (-1179)))) (-15 -4413 ((-1179))) (-15 -4339 ((-1179) (-576) (-1179))) (-15 -3188 ((-1179) (-1179) (-576) (-1179))) (-15 -3188 ((-656 (-1179)) (-656 (-1179)) (-576) (-1179))) (-15 -2493 ((-1293) (-1179))) (-15 -2493 ((-1293) (-656 (-1179)))) (-15 -3337 ((-576) (-1179))) (-15 -3337 ((-576) (-656 (-1179)))))
+((** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) 20)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ (-419 (-576)) $) 27) (($ $ (-419 (-576))) NIL)))
+(((-247 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-576))) (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 ** (|#1| |#1| (-783))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-940))) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-940) |#1|))) (-248)) (T -247))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-576))) (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 ** (|#1| |#1| (-783))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-940))) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-940) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-3315 (((-112) $) 35)) (-4185 (((-1179) $) 10)) (-1668 (($ $) 47)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 51)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 48)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ (-419 (-576)) $) 50) (($ $ (-419 (-576))) 49)))
(((-248) (-141)) (T -248))
-((** (*1 *1 *1 *2) (-12 (-4 *1 (-248)) (-5 *2 (-576)))) (-2045 (*1 *1 *1) (-4 *1 (-248))))
-(-13 (-300) (-38 (-419 (-576))) (-10 -8 (-15 ** ($ $ (-576))) (-15 -2045 ($ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-132) . T) ((-628 #0#) . T) ((-628 (-576)) . T) ((-625 (-874)) . T) ((-300) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-652 #0#) . T) ((-729 #0#) . T) ((-738) . T) ((-1070 #0#) . T) ((-1070 $) . T) ((-1075 #0#) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3103 ((|#1| $) 49)) (-4422 (($ $) 58)) (-3733 (((-112) $ (-783)) 8)) (-1762 ((|#1| $ |#1|) 40 (|has| $ (-6 -4463)))) (-3624 (($ $ $) 54 (|has| $ (-6 -4463)))) (-1815 (($ $ $) 53 (|has| $ (-6 -4463)))) (-3753 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) 42 (|has| $ (-6 -4463)))) (-2135 (($) 7 T CONST)) (-3639 (($ $) 57)) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) 51)) (-2679 (((-112) $ $) 43 (|has| |#1| (-1119)))) (-4294 (($ $) 56)) (-2476 (((-112) $ (-783)) 9)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-2348 (((-656 |#1|) $) 46)) (-2326 (((-112) $) 50)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-3966 ((|#1| $) 60)) (-3926 (($ $) 59)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#1| $ "value") 48)) (-3273 (((-576) $ $) 45)) (-2635 (((-112) $) 47)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-3906 (($ $ $) 55 (|has| $ (-6 -4463)))) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) 52)) (-1434 (((-112) $ $) 44 (|has| |#1| (-1119)))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-249 |#1|) (-141) (-1236)) (T -249))
-((-3966 (*1 *2 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1236)))) (-3926 (*1 *1 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1236)))) (-4422 (*1 *1 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1236)))) (-3639 (*1 *1 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1236)))) (-4294 (*1 *1 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1236)))) (-3906 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-249 *2)) (-4 *2 (-1236)))) (-3624 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-249 *2)) (-4 *2 (-1236)))) (-1815 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-249 *2)) (-4 *2 (-1236)))))
-(-13 (-1029 |t#1|) (-10 -8 (-15 -3966 (|t#1| $)) (-15 -3926 ($ $)) (-15 -4422 ($ $)) (-15 -3639 ($ $)) (-15 -4294 ($ $)) (IF (|has| $ (-6 -4463)) (PROGN (-15 -3906 ($ $ $)) (-15 -3624 ($ $ $)) (-15 -1815 ($ $ $))) |%noBranch|)))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1029 |#1|) . T) ((-1119) |has| |#1| (-1119)) ((-1236) . T))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3103 ((|#1| $) NIL)) (-2896 ((|#1| $) NIL)) (-4422 (($ $) NIL)) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-1986 (($ $ (-576)) NIL (|has| $ (-6 -4463)))) (-4372 (((-112) $) NIL (|has| |#1| (-862))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-4082 (($ $) NIL (-12 (|has| $ (-6 -4463)) (|has| |#1| (-862)))) (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-1793 (($ $) 10 (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-1762 ((|#1| $ |#1|) NIL (|has| $ (-6 -4463)))) (-2965 (($ $ $) NIL (|has| $ (-6 -4463)))) (-2231 ((|#1| $ |#1|) NIL (|has| $ (-6 -4463)))) (-2814 ((|#1| $ |#1|) NIL (|has| $ (-6 -4463)))) (-3753 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4463))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4463))) (($ $ "rest" $) NIL (|has| $ (-6 -4463))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) NIL (|has| $ (-6 -4463))) ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) NIL (|has| $ (-6 -4463)))) (-4394 (($ (-1 (-112) |#1|) $) NIL)) (-1966 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2881 ((|#1| $) NIL)) (-2135 (($) NIL T CONST)) (-1752 (($ $) NIL (|has| $ (-6 -4463)))) (-3833 (($ $) NIL)) (-3590 (($ $) NIL) (($ $ (-783)) NIL)) (-2017 (($ $) NIL (|has| |#1| (-1119)))) (-1640 (($ $) 7 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3516 (($ |#1| $) NIL (|has| |#1| (-1119))) (($ (-1 (-112) |#1|) $) NIL)) (-3942 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4330 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) NIL)) (-3565 (((-112) $) NIL)) (-3658 (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1119))) (((-576) |#1| $) NIL (|has| |#1| (-1119))) (((-576) (-1 (-112) |#1|) $) NIL)) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) NIL)) (-2679 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-4138 (($ (-783) |#1|) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) NIL (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| |#1| (-862)))) (-2864 (($ $ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-1872 (($ $ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1646 (($ |#1|) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-2348 (((-656 |#1|) $) NIL)) (-2326 (((-112) $) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-3966 ((|#1| $) NIL) (($ $ (-783)) NIL)) (-2767 (($ $ $ (-576)) NIL) (($ |#1| $ (-576)) NIL)) (-2171 (($ $ $ (-576)) NIL) (($ |#1| $ (-576)) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3578 ((|#1| $) NIL) (($ $ (-783)) NIL)) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1552 (($ $ |#1|) NIL (|has| $ (-6 -4463)))) (-2743 (((-112) $) NIL)) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1253 (-576))) NIL) ((|#1| $ (-576)) NIL) ((|#1| $ (-576) |#1|) NIL) (($ $ "unique") 9) (($ $ "sort") 12) (((-783) $ "count") 16)) (-3273 (((-576) $ $) NIL)) (-4142 (($ $ (-1253 (-576))) NIL) (($ $ (-576)) NIL)) (-3463 (($ $ (-1253 (-576))) NIL) (($ $ (-576)) NIL)) (-3669 (($ (-656 |#1|)) 22)) (-2635 (((-112) $) NIL)) (-2009 (($ $) NIL)) (-1611 (($ $) NIL (|has| $ (-6 -4463)))) (-1795 (((-783) $) NIL)) (-2039 (($ $) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1497 (($ $ $ (-576)) NIL (|has| $ (-6 -4463)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) NIL)) (-3906 (($ $ $) NIL) (($ $ |#1|) NIL)) (-1613 (($ $ $) NIL) (($ |#1| $) NIL) (($ (-656 $)) NIL) (($ $ |#1|) NIL)) (-3567 (($ (-656 |#1|)) 17) (((-656 |#1|) $) 18) (((-874) $) 21 (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) NIL)) (-1434 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3500 (((-783) $) 14 (|has| $ (-6 -4462)))))
-(((-250 |#1|) (-13 (-678 |#1|) (-502 (-656 |#1|)) (-10 -8 (-15 -3669 ($ (-656 |#1|))) (-15 -2794 ($ $ "unique")) (-15 -2794 ($ $ "sort")) (-15 -2794 ((-783) $ "count")))) (-862)) (T -250))
-((-3669 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-250 *3)))) (-2794 (*1 *1 *1 *2) (-12 (-5 *2 "unique") (-5 *1 (-250 *3)) (-4 *3 (-862)))) (-2794 (*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-250 *3)) (-4 *3 (-862)))) (-2794 (*1 *2 *1 *3) (-12 (-5 *3 "count") (-5 *2 (-783)) (-5 *1 (-250 *4)) (-4 *4 (-862)))))
-(-13 (-678 |#1|) (-502 (-656 |#1|)) (-10 -8 (-15 -3669 ($ (-656 |#1|))) (-15 -2794 ($ $ "unique")) (-15 -2794 ($ $ "sort")) (-15 -2794 ((-783) $ "count"))))
-((-3133 (((-3 (-783) "failed") |#1| |#1| (-783)) 40)))
-(((-251 |#1|) (-10 -7 (-15 -3133 ((-3 (-783) "failed") |#1| |#1| (-783)))) (-13 (-738) (-379) (-10 -7 (-15 ** (|#1| |#1| (-576)))))) (T -251))
-((-3133 (*1 *2 *3 *3 *2) (|partial| -12 (-5 *2 (-783)) (-4 *3 (-13 (-738) (-379) (-10 -7 (-15 ** (*3 *3 (-576)))))) (-5 *1 (-251 *3)))))
-(-10 -7 (-15 -3133 ((-3 (-783) "failed") |#1| |#1| (-783))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-2770 (($ $) 54 (|has| |#1| (-237))) (($ $ (-783)) 52 (|has| |#1| (-237))) (($ $ (-1195)) 50 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) 48 (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) 47 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) 46 (|has| |#1| (-917 (-1195)))) (($ $ (-1 |#1| |#1|) (-783)) 40) (($ $ (-1 |#1| |#1|)) 39)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2014 (($ $) 53 (|has| |#1| (-237))) (($ $ (-783)) 51 (|has| |#1| (-237))) (($ $ (-1195)) 49 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) 45 (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) 44 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) 43 (|has| |#1| (-917 (-1195)))) (($ $ (-1 |#1| |#1|) (-783)) 42) (($ $ (-1 |#1| |#1|)) 41)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
-(((-252 |#1|) (-141) (-1068)) (T -252))
-NIL
-(-13 (-111 |t#1| |t#1|) (-272 |t#1|) (-10 -7 (IF (|has| |t#1| (-237)) (-6 (-235 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-917 (-1195))) (-6 (-914 |t#1| (-1195))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-874)) . T) ((-234 $) |has| |#1| (-237)) ((-235 |#1|) |has| |#1| (-237)) ((-237) |has| |#1| (-237)) ((-272 |#1|) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) -2755 (-12 (|has| |#1| (-174)) (|has| |#1| (-917 (-1195)))) (-12 (|has| |#1| (-174)) (|has| |#1| (-237)))) ((-729 |#1|) -2755 (-12 (|has| |#1| (-174)) (|has| |#1| (-917 (-1195)))) (-12 (|has| |#1| (-174)) (|has| |#1| (-237)))) ((-909 $ #0=(-1195)) |has| |#1| (-917 (-1195))) ((-914 |#1| (-1195)) |has| |#1| (-917 (-1195))) ((-917 #0#) |has| |#1| (-917 (-1195))) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-1960 (((-656 (-876 |#1|)) $) NIL)) (-1797 (((-1191 $) $ (-876 |#1|)) NIL) (((-1191 |#2|) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#2| (-568)))) (-4380 (($ $) NIL (|has| |#2| (-568)))) (-1657 (((-112) $) NIL (|has| |#2| (-568)))) (-1925 (((-783) $) NIL) (((-783) $ (-656 (-876 |#1|))) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1415 (($ $) NIL (|has| |#2| (-464)))) (-3422 (((-430 $) $) NIL (|has| |#2| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#2| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#2| (-1057 (-576)))) (((-3 (-876 |#1|) "failed") $) NIL)) (-2857 ((|#2| $) NIL) (((-419 (-576)) $) NIL (|has| |#2| (-1057 (-419 (-576))))) (((-576) $) NIL (|has| |#2| (-1057 (-576)))) (((-876 |#1|) $) NIL)) (-1990 (($ $ $ (-876 |#1|)) NIL (|has| |#2| (-174)))) (-3813 (($ $ (-656 (-576))) NIL)) (-2109 (($ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) NIL) (((-701 |#2|) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2619 (($ $) NIL (|has| |#2| (-464))) (($ $ (-876 |#1|)) NIL (|has| |#2| (-464)))) (-2098 (((-656 $) $) NIL)) (-4283 (((-112) $) NIL (|has| |#2| (-926)))) (-2056 (($ $ |#2| (-245 (-3500 |#1|) (-783)) $) NIL)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (-12 (|has| (-876 |#1|) (-899 (-390))) (|has| |#2| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (-12 (|has| (-876 |#1|) (-899 (-576))) (|has| |#2| (-899 (-576)))))) (-3612 (((-112) $) NIL)) (-1935 (((-783) $) NIL)) (-1950 (($ (-1191 |#2|) (-876 |#1|)) NIL) (($ (-1191 $) (-876 |#1|)) NIL)) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) NIL)) (-1940 (($ |#2| (-245 (-3500 |#1|) (-783))) NIL) (($ $ (-876 |#1|) (-783)) NIL) (($ $ (-656 (-876 |#1|)) (-656 (-783))) NIL)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ (-876 |#1|)) NIL)) (-2488 (((-245 (-3500 |#1|) (-783)) $) NIL) (((-783) $ (-876 |#1|)) NIL) (((-656 (-783)) $ (-656 (-876 |#1|))) NIL)) (-3492 (($ (-1 (-245 (-3500 |#1|) (-783)) (-245 (-3500 |#1|) (-783))) $) NIL)) (-4114 (($ (-1 |#2| |#2|) $) NIL)) (-1429 (((-3 (-876 |#1|) "failed") $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-1286 $) $) NIL) (((-701 |#2|) (-1286 $)) NIL)) (-2076 (($ $) NIL)) (-2086 ((|#2| $) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-3881 (((-1177) $) NIL)) (-2692 (((-3 (-656 $) "failed") $) NIL)) (-3656 (((-3 (-656 $) "failed") $) NIL)) (-2244 (((-3 (-2 (|:| |var| (-876 |#1|)) (|:| -2125 (-783))) "failed") $) NIL)) (-1448 (((-1139) $) NIL)) (-2055 (((-112) $) NIL)) (-2065 ((|#2| $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#2| (-464)))) (-3495 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1827 (((-430 $) $) NIL (|has| |#2| (-926)))) (-3473 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-568)))) (-3281 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-876 |#1|) |#2|) NIL) (($ $ (-656 (-876 |#1|)) (-656 |#2|)) NIL) (($ $ (-876 |#1|) $) NIL) (($ $ (-656 (-876 |#1|)) (-656 $)) NIL)) (-2491 (($ $ (-876 |#1|)) NIL (|has| |#2| (-174)))) (-2770 (($ $ (-656 (-876 |#1|)) (-656 (-783))) NIL) (($ $ (-876 |#1|) (-783)) NIL) (($ $ (-656 (-876 |#1|))) NIL) (($ $ (-876 |#1|)) NIL)) (-1967 (((-245 (-3500 |#1|) (-783)) $) NIL) (((-783) $ (-876 |#1|)) NIL) (((-656 (-783)) $ (-656 (-876 |#1|))) NIL)) (-4169 (((-905 (-390)) $) NIL (-12 (|has| (-876 |#1|) (-626 (-905 (-390)))) (|has| |#2| (-626 (-905 (-390)))))) (((-905 (-576)) $) NIL (-12 (|has| (-876 |#1|) (-626 (-905 (-576)))) (|has| |#2| (-626 (-905 (-576)))))) (((-548) $) NIL (-12 (|has| (-876 |#1|) (-626 (-548))) (|has| |#2| (-626 (-548)))))) (-2145 ((|#2| $) NIL (|has| |#2| (-464))) (($ $ (-876 |#1|)) NIL (|has| |#2| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#2| (-926))))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#2|) NIL) (($ (-876 |#1|)) NIL) (($ (-419 (-576))) NIL (-2755 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1057 (-419 (-576)))))) (($ $) NIL (|has| |#2| (-568)))) (-1691 (((-656 |#2|) $) NIL)) (-1749 ((|#2| $ (-245 (-3500 |#1|) (-783))) NIL) (($ $ (-876 |#1|) (-783)) NIL) (($ $ (-656 (-876 |#1|)) (-656 (-783))) NIL)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#2| (-926))) (|has| |#2| (-146))))) (-2596 (((-783)) NIL T CONST)) (-2217 (($ $ $ (-783)) NIL (|has| |#2| (-174)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL (|has| |#2| (-568)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-656 (-876 |#1|)) (-656 (-783))) NIL) (($ $ (-876 |#1|) (-783)) NIL) (($ $ (-656 (-876 |#1|))) NIL) (($ $ (-876 |#1|)) NIL)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#2| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#2| (-38 (-419 (-576))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-253 |#1| |#2|) (-13 (-966 |#2| (-245 (-3500 |#1|) (-783)) (-876 |#1|)) (-10 -8 (-15 -3813 ($ $ (-656 (-576)))))) (-656 (-1195)) (-1068)) (T -253))
-((-3813 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-253 *3 *4)) (-14 *3 (-656 (-1195))) (-4 *4 (-1068)))))
-(-13 (-966 |#2| (-245 (-3500 |#1|) (-783)) (-876 |#1|)) (-10 -8 (-15 -3813 ($ $ (-656 (-576))))))
-((-3486 (((-112) $ $) NIL)) (-2579 (((-1291) $) 17)) (-1758 (((-185 (-255)) $) 11)) (-1583 (($ (-185 (-255))) 12)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2561 (((-255) $) 7)) (-3567 (((-874) $) 9)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 15)))
-(((-254) (-13 (-1119) (-10 -8 (-15 -2561 ((-255) $)) (-15 -1758 ((-185 (-255)) $)) (-15 -1583 ($ (-185 (-255)))) (-15 -2579 ((-1291) $))))) (T -254))
-((-2561 (*1 *2 *1) (-12 (-5 *2 (-255)) (-5 *1 (-254)))) (-1758 (*1 *2 *1) (-12 (-5 *2 (-185 (-255))) (-5 *1 (-254)))) (-1583 (*1 *1 *2) (-12 (-5 *2 (-185 (-255))) (-5 *1 (-254)))) (-2579 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-254)))))
-(-13 (-1119) (-10 -8 (-15 -2561 ((-255) $)) (-15 -1758 ((-185 (-255)) $)) (-15 -1583 ($ (-185 (-255)))) (-15 -2579 ((-1291) $))))
-((-3486 (((-112) $ $) NIL)) (-3296 (((-656 (-877)) $) NIL)) (-2624 (((-518) $) NIL)) (-3881 (((-1177) $) NIL)) (-1745 (((-188) $) NIL)) (-3796 (((-112) $ (-518)) NIL)) (-1448 (((-1139) $) NIL)) (-3768 (((-343) $) 7)) (-3766 (((-656 (-112)) $) NIL)) (-3567 (((-874) $) NIL) (((-189) $) 8)) (-1540 (((-112) $ $) NIL)) (-2735 (((-55) $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-255) (-13 (-187) (-625 (-189)) (-10 -8 (-15 -3768 ((-343) $))))) (T -255))
-((-3768 (*1 *2 *1) (-12 (-5 *2 (-343)) (-5 *1 (-255)))))
-(-13 (-187) (-625 (-189)) (-10 -8 (-15 -3768 ((-343) $))))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2794 (((-1200) $ (-783)) 13)) (-3567 (((-874) $) 20)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 16)) (-3500 (((-783) $) 9)))
-(((-256) (-13 (-1119) (-296 (-783) (-1200)) (-10 -8 (-15 -3500 ((-783) $))))) (T -256))
-((-3500 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-256)))))
-(-13 (-1119) (-296 (-783) (-1200)) (-10 -8 (-15 -3500 ((-783) $))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-1723 (($ (-938)) NIL (|has| |#4| (-1068)))) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-3848 (($ $ $) NIL (|has| |#4| (-805)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-2093 (((-783)) NIL (|has| |#4| (-379)))) (-3753 ((|#4| $ (-576) |#4|) NIL (|has| $ (-6 -4463)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#4| "failed") $) NIL (|has| |#4| (-1119))) (((-3 (-576) "failed") $) NIL (-12 (|has| |#4| (-1057 (-576))) (|has| |#4| (-1119)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| |#4| (-1057 (-419 (-576)))) (|has| |#4| (-1119))))) (-2857 ((|#4| $) NIL (|has| |#4| (-1119))) (((-576) $) NIL (-12 (|has| |#4| (-1057 (-576))) (|has| |#4| (-1119)))) (((-419 (-576)) $) NIL (-12 (|has| |#4| (-1057 (-419 (-576)))) (|has| |#4| (-1119))))) (-3142 (((-2 (|:| -1953 (-701 |#4|)) (|:| |vec| (-1286 |#4|))) (-701 $) (-1286 $)) NIL (|has| |#4| (-1068))) (((-701 |#4|) (-701 $)) NIL (|has| |#4| (-1068))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (-12 (|has| |#4| (-651 (-576))) (|has| |#4| (-1068)))) (((-701 (-576)) (-701 $)) NIL (-12 (|has| |#4| (-651 (-576))) (|has| |#4| (-1068))))) (-2251 (((-3 $ "failed") $) NIL (|has| |#4| (-1068)))) (-1834 (($) NIL (|has| |#4| (-379)))) (-4330 ((|#4| $ (-576) |#4|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#4| $ (-576)) NIL)) (-3963 (((-656 |#4|) $) NIL (|has| $ (-6 -4462)))) (-3612 (((-112) $) NIL (|has| |#4| (-1068)))) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) NIL (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| |#4| (-862)))) (-3452 (((-656 |#4|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| |#4| (-862)))) (-4320 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#4| |#4|) $) NIL)) (-4379 (((-938) $) NIL (|has| |#4| (-379)))) (-2460 (((-112) $ (-783)) NIL)) (-1853 (((-2 (|:| -1953 (-701 |#4|)) (|:| |vec| (-1286 |#4|))) (-1286 $) $) NIL (|has| |#4| (-1068))) (((-701 |#4|) (-1286 $)) NIL (|has| |#4| (-1068))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (-12 (|has| |#4| (-651 (-576))) (|has| |#4| (-1068)))) (((-701 (-576)) (-1286 $)) NIL (-12 (|has| |#4| (-651 (-576))) (|has| |#4| (-1068))))) (-3881 (((-1177) $) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-3222 (($ (-938)) NIL (|has| |#4| (-379)))) (-1448 (((-1139) $) NIL)) (-3578 ((|#4| $) NIL (|has| (-576) (-862)))) (-1552 (($ $ |#4|) NIL (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#4|))) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-304 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-656 |#4|) (-656 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119))))) (-4278 (((-656 |#4|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#4| $ (-576) |#4|) NIL) ((|#4| $ (-576)) 12)) (-2554 ((|#4| $ $) NIL (|has| |#4| (-1068)))) (-1870 (($ (-1286 |#4|)) NIL)) (-2253 (((-135)) NIL (|has| |#4| (-374)))) (-2770 (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1068))) (($ $ (-1 |#4| |#4|) (-783)) NIL (|has| |#4| (-1068))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| |#4| (-915 (-1195))) (|has| |#4| (-1068))) (-12 (|has| |#4| (-917 (-1195))) (|has| |#4| (-1068))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| |#4| (-915 (-1195))) (|has| |#4| (-1068))) (-12 (|has| |#4| (-917 (-1195))) (|has| |#4| (-1068))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| |#4| (-915 (-1195))) (|has| |#4| (-1068))) (-12 (|has| |#4| (-917 (-1195))) (|has| |#4| (-1068))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| |#4| (-915 (-1195))) (|has| |#4| (-1068))) (-12 (|has| |#4| (-917 (-1195))) (|has| |#4| (-1068))))) (($ $ (-783)) NIL (-2755 (-12 (|has| |#4| (-238)) (|has| |#4| (-1068))) (-12 (|has| |#4| (-237)) (|has| |#4| (-1068))))) (($ $) NIL (-2755 (-12 (|has| |#4| (-238)) (|has| |#4| (-1068))) (-12 (|has| |#4| (-237)) (|has| |#4| (-1068)))))) (-1458 (((-783) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462))) (((-783) |#4| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119))))) (-1868 (($ $) NIL)) (-3567 (((-1286 |#4|) $) NIL) (($ |#4|) NIL (|has| |#4| (-1119))) (((-874) $) NIL) (($ (-576)) NIL (-2755 (-12 (|has| |#4| (-1057 (-576))) (|has| |#4| (-1119))) (|has| |#4| (-1068)))) (($ (-419 (-576))) NIL (-12 (|has| |#4| (-1057 (-419 (-576)))) (|has| |#4| (-1119))))) (-2596 (((-783)) NIL (|has| |#4| (-1068)) CONST)) (-1540 (((-112) $ $) NIL)) (-2306 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL (|has| |#4| (-1068)) CONST)) (-2014 (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1068))) (($ $ (-1 |#4| |#4|) (-783)) NIL (|has| |#4| (-1068))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| |#4| (-915 (-1195))) (|has| |#4| (-1068))) (-12 (|has| |#4| (-917 (-1195))) (|has| |#4| (-1068))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| |#4| (-915 (-1195))) (|has| |#4| (-1068))) (-12 (|has| |#4| (-917 (-1195))) (|has| |#4| (-1068))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| |#4| (-915 (-1195))) (|has| |#4| (-1068))) (-12 (|has| |#4| (-917 (-1195))) (|has| |#4| (-1068))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| |#4| (-915 (-1195))) (|has| |#4| (-1068))) (-12 (|has| |#4| (-917 (-1195))) (|has| |#4| (-1068))))) (($ $ (-783)) NIL (-2755 (-12 (|has| |#4| (-238)) (|has| |#4| (-1068))) (-12 (|has| |#4| (-237)) (|has| |#4| (-1068))))) (($ $) NIL (-2755 (-12 (|has| |#4| (-238)) (|has| |#4| (-1068))) (-12 (|has| |#4| (-237)) (|has| |#4| (-1068)))))) (-2989 (((-112) $ $) NIL (|has| |#4| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#4| (-862)))) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL (|has| |#4| (-862)))) (-2946 (((-112) $ $) NIL (|has| |#4| (-862)))) (-3054 (($ $ |#4|) NIL (|has| |#4| (-374)))) (-3041 (($ $ $) NIL) (($ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-783)) NIL (|has| |#4| (-1068))) (($ $ (-938)) NIL (|has| |#4| (-1068)))) (* (($ |#2| $) 14) (($ (-576) $) NIL) (($ (-783) $) NIL) (($ (-938) $) NIL) (($ |#3| $) 18) (($ $ |#4|) NIL (|has| |#4| (-738))) (($ |#4| $) NIL (|has| |#4| (-738))) (($ $ $) NIL (|has| |#4| (-1068)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-257 |#1| |#2| |#3| |#4|) (-13 (-243 |#1| |#4|) (-660 |#2|) (-660 |#3|)) (-938) (-1068) (-1142 |#1| |#2| (-245 |#1| |#2|) (-245 |#1| |#2|)) (-660 |#2|)) (T -257))
+((** (*1 *1 *1 *2) (-12 (-4 *1 (-248)) (-5 *2 (-576)))) (-1668 (*1 *1 *1) (-4 *1 (-248))))
+(-13 (-300) (-38 (-419 (-576))) (-10 -8 (-15 ** ($ $ (-576))) (-15 -1668 ($ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-132) . T) ((-628 #0#) . T) ((-628 (-576)) . T) ((-625 (-876)) . T) ((-300) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-652 #0#) . T) ((-729 #0#) . T) ((-738) . T) ((-1072 #0#) . T) ((-1072 $) . T) ((-1077 #0#) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1688 ((|#1| $) 49)) (-3095 (($ $) 58)) (-1951 (((-112) $ (-783)) 8)) (-1450 ((|#1| $ |#1|) 40 (|has| $ (-6 -4465)))) (-3458 (($ $ $) 54 (|has| $ (-6 -4465)))) (-3932 (($ $ $) 53 (|has| $ (-6 -4465)))) (-4268 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) 42 (|has| $ (-6 -4465)))) (-3853 (($) 7 T CONST)) (-1998 (($ $) 57)) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) 51)) (-2317 (((-112) $ $) 43 (|has| |#1| (-1121)))) (-4176 (($ $) 56)) (-4157 (((-112) $ (-783)) 9)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-4186 (((-656 |#1|) $) 46)) (-1925 (((-112) $) 50)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-2850 ((|#1| $) 60)) (-3378 (($ $) 59)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#1| $ "value") 48)) (-3088 (((-576) $ $) 45)) (-1906 (((-112) $) 47)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-3179 (($ $ $) 55 (|has| $ (-6 -4465)))) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) 52)) (-2090 (((-112) $ $) 44 (|has| |#1| (-1121)))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-249 |#1|) (-141) (-1238)) (T -249))
+((-2850 (*1 *2 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1238)))) (-3378 (*1 *1 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1238)))) (-3095 (*1 *1 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1238)))) (-1998 (*1 *1 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1238)))) (-4176 (*1 *1 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1238)))) (-3179 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-249 *2)) (-4 *2 (-1238)))) (-3458 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-249 *2)) (-4 *2 (-1238)))) (-3932 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-249 *2)) (-4 *2 (-1238)))))
+(-13 (-1031 |t#1|) (-10 -8 (-15 -2850 (|t#1| $)) (-15 -3378 ($ $)) (-15 -3095 ($ $)) (-15 -1998 ($ $)) (-15 -4176 ($ $)) (IF (|has| $ (-6 -4465)) (PROGN (-15 -3179 ($ $ $)) (-15 -3458 ($ $ $)) (-15 -3932 ($ $ $))) |%noBranch|)))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1031 |#1|) . T) ((-1121) |has| |#1| (-1121)) ((-1238) . T))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1688 ((|#1| $) NIL)) (-3457 ((|#1| $) NIL)) (-3095 (($ $) NIL)) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-1720 (($ $ (-576)) NIL (|has| $ (-6 -4465)))) (-2033 (((-112) $) NIL (|has| |#1| (-862))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-2218 (($ $) NIL (-12 (|has| $ (-6 -4465)) (|has| |#1| (-862)))) (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2380 (($ $) 10 (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-1450 ((|#1| $ |#1|) NIL (|has| $ (-6 -4465)))) (-3123 (($ $ $) NIL (|has| $ (-6 -4465)))) (-3527 ((|#1| $ |#1|) NIL (|has| $ (-6 -4465)))) (-4249 ((|#1| $ |#1|) NIL (|has| $ (-6 -4465)))) (-4268 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4465))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4465))) (($ $ "rest" $) NIL (|has| $ (-6 -4465))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) NIL (|has| $ (-6 -4465))) ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) NIL (|has| $ (-6 -4465)))) (-2250 (($ (-1 (-112) |#1|) $) NIL)) (-3604 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3443 ((|#1| $) NIL)) (-3853 (($) NIL T CONST)) (-1370 (($ $) NIL (|has| $ (-6 -4465)))) (-4204 (($ $) NIL)) (-1762 (($ $) NIL) (($ $ (-783)) NIL)) (-1966 (($ $) NIL (|has| |#1| (-1121)))) (-2741 (($ $) 7 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1678 (($ |#1| $) NIL (|has| |#1| (-1121))) (($ (-1 (-112) |#1|) $) NIL)) (-2824 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1908 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) NIL)) (-4127 (((-112) $) NIL)) (-3539 (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1121))) (((-576) |#1| $) NIL (|has| |#1| (-1121))) (((-576) (-1 (-112) |#1|) $) NIL)) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) NIL)) (-2317 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1988 (($ (-783) |#1|) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) NIL (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| |#1| (-862)))) (-3528 (($ $ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-3181 (($ $ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2784 (($ |#1|) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4186 (((-656 |#1|) $) NIL)) (-1925 (((-112) $) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-2850 ((|#1| $) NIL) (($ $ (-783)) NIL)) (-3846 (($ $ $ (-576)) NIL) (($ |#1| $ (-576)) NIL)) (-3386 (($ $ $ (-576)) NIL) (($ |#1| $ (-576)) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-1753 ((|#1| $) NIL) (($ $ (-783)) NIL)) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3140 (($ $ |#1|) NIL (|has| $ (-6 -4465)))) (-1651 (((-112) $) NIL)) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1255 (-576))) NIL) ((|#1| $ (-576)) NIL) ((|#1| $ (-576) |#1|) NIL) (($ $ "unique") 9) (($ $ "sort") 12) (((-783) $ "count") 16)) (-3088 (((-576) $ $) NIL)) (-1601 (($ $ (-1255 (-576))) NIL) (($ $ (-576)) NIL)) (-2335 (($ $ (-1255 (-576))) NIL) (($ $ (-576)) NIL)) (-2508 (($ (-656 |#1|)) 22)) (-1906 (((-112) $) NIL)) (-1916 (($ $) NIL)) (-2432 (($ $) NIL (|has| $ (-6 -4465)))) (-3738 (((-783) $) NIL)) (-2178 (($ $) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3796 (($ $ $ (-576)) NIL (|has| $ (-6 -4465)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) NIL)) (-3179 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2767 (($ $ $) NIL) (($ |#1| $) NIL) (($ (-656 $)) NIL) (($ $ |#1|) NIL)) (-4114 (($ (-656 |#1|)) 17) (((-656 |#1|) $) 18) (((-876) $) 21 (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) NIL)) (-2090 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3985 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3962 (((-112) $ $) NIL (|has| |#1| (-862)))) (-1968 (((-783) $) 14 (|has| $ (-6 -4464)))))
+(((-250 |#1|) (-13 (-678 |#1|) (-502 (-656 |#1|)) (-10 -8 (-15 -2508 ($ (-656 |#1|))) (-15 -4369 ($ $ "unique")) (-15 -4369 ($ $ "sort")) (-15 -4369 ((-783) $ "count")))) (-862)) (T -250))
+((-2508 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-250 *3)))) (-4369 (*1 *1 *1 *2) (-12 (-5 *2 "unique") (-5 *1 (-250 *3)) (-4 *3 (-862)))) (-4369 (*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-250 *3)) (-4 *3 (-862)))) (-4369 (*1 *2 *1 *3) (-12 (-5 *3 "count") (-5 *2 (-783)) (-5 *1 (-250 *4)) (-4 *4 (-862)))))
+(-13 (-678 |#1|) (-502 (-656 |#1|)) (-10 -8 (-15 -2508 ($ (-656 |#1|))) (-15 -4369 ($ $ "unique")) (-15 -4369 ($ $ "sort")) (-15 -4369 ((-783) $ "count"))))
+((-2166 (((-3 (-783) "failed") |#1| |#1| (-783)) 40)))
+(((-251 |#1|) (-10 -7 (-15 -2166 ((-3 (-783) "failed") |#1| |#1| (-783)))) (-13 (-738) (-379) (-10 -7 (-15 ** (|#1| |#1| (-576)))))) (T -251))
+((-2166 (*1 *2 *3 *3 *2) (|partial| -12 (-5 *2 (-783)) (-4 *3 (-13 (-738) (-379) (-10 -7 (-15 ** (*3 *3 (-576)))))) (-5 *1 (-251 *3)))))
+(-10 -7 (-15 -2166 ((-3 (-783) "failed") |#1| |#1| (-783))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4107 (($ $) 54 (|has| |#1| (-237))) (($ $ (-783)) 52 (|has| |#1| (-237))) (($ $ (-1197)) 50 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) 48 (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) 47 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) 46 (|has| |#1| (-919 (-1197)))) (($ $ (-1 |#1| |#1|) (-783)) 40) (($ $ (-1 |#1| |#1|)) 39)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3157 (($ $) 53 (|has| |#1| (-237))) (($ $ (-783)) 51 (|has| |#1| (-237))) (($ $ (-1197)) 49 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) 45 (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) 44 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) 43 (|has| |#1| (-919 (-1197)))) (($ $ (-1 |#1| |#1|) (-783)) 42) (($ $ (-1 |#1| |#1|)) 41)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
+(((-252 |#1|) (-141) (-1070)) (T -252))
+NIL
+(-13 (-111 |t#1| |t#1|) (-272 |t#1|) (-10 -7 (IF (|has| |t#1| (-237)) (-6 (-235 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-919 (-1197))) (-6 (-916 |t#1| (-1197))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-876)) . T) ((-234 $) |has| |#1| (-237)) ((-235 |#1|) |has| |#1| (-237)) ((-237) |has| |#1| (-237)) ((-272 |#1|) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) -3795 (-12 (|has| |#1| (-174)) (|has| |#1| (-919 (-1197)))) (-12 (|has| |#1| (-174)) (|has| |#1| (-237)))) ((-729 |#1|) -3795 (-12 (|has| |#1| (-174)) (|has| |#1| (-919 (-1197)))) (-12 (|has| |#1| (-174)) (|has| |#1| (-237)))) ((-911 $ #0=(-1197)) |has| |#1| (-919 (-1197))) ((-916 |#1| (-1197)) |has| |#1| (-919 (-1197))) ((-919 #0#) |has| |#1| (-919 (-1197))) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1583 (((-656 (-878 |#1|)) $) NIL)) (-1420 (((-1193 $) $ (-878 |#1|)) NIL) (((-1193 |#2|) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#2| (-568)))) (-2116 (($ $) NIL (|has| |#2| (-568)))) (-2898 (((-112) $) NIL (|has| |#2| (-568)))) (-2392 (((-783) $) NIL) (((-783) $ (-656 (-878 |#1|))) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-4068 (($ $) NIL (|has| |#2| (-464)))) (-2068 (((-430 $) $) NIL (|has| |#2| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#2| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#2| (-1059 (-576)))) (((-3 (-878 |#1|) "failed") $) NIL)) (-2318 ((|#2| $) NIL) (((-419 (-576)) $) NIL (|has| |#2| (-1059 (-419 (-576))))) (((-576) $) NIL (|has| |#2| (-1059 (-576)))) (((-878 |#1|) $) NIL)) (-1751 (($ $ $ (-878 |#1|)) NIL (|has| |#2| (-174)))) (-1588 (($ $ (-656 (-576))) NIL)) (-3310 (($ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) NIL) (((-701 |#2|) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1770 (($ $) NIL (|has| |#2| (-464))) (($ $ (-878 |#1|)) NIL (|has| |#2| (-464)))) (-3297 (((-656 $) $) NIL)) (-3742 (((-112) $) NIL (|has| |#2| (-928)))) (-4308 (($ $ |#2| (-245 (-1968 |#1|) (-783)) $) NIL)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (-12 (|has| (-878 |#1|) (-901 (-390))) (|has| |#2| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (-12 (|has| (-878 |#1|) (-901 (-576))) (|has| |#2| (-901 (-576)))))) (-3315 (((-112) $) NIL)) (-2509 (((-783) $) NIL)) (-1572 (($ (-1193 |#2|) (-878 |#1|)) NIL) (($ (-1193 $) (-878 |#1|)) NIL)) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) NIL)) (-1562 (($ |#2| (-245 (-1968 |#1|) (-783))) NIL) (($ $ (-878 |#1|) (-783)) NIL) (($ $ (-656 (-878 |#1|)) (-656 (-783))) NIL)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ (-878 |#1|)) NIL)) (-4269 (((-245 (-1968 |#1|) (-783)) $) NIL) (((-783) $ (-878 |#1|)) NIL) (((-656 (-783)) $ (-656 (-878 |#1|))) NIL)) (-1504 (($ (-1 (-245 (-1968 |#1|) (-783)) (-245 (-1968 |#1|) (-783))) $) NIL)) (-2423 (($ (-1 |#2| |#2|) $) NIL)) (-1706 (((-3 (-878 |#1|) "failed") $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-1288 $) $) NIL) (((-701 |#2|) (-1288 $)) NIL)) (-1697 (($ $) NIL)) (-1708 ((|#2| $) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-4185 (((-1179) $) NIL)) (-4383 (((-3 (-656 $) "failed") $) NIL)) (-2453 (((-3 (-656 $) "failed") $) NIL)) (-2344 (((-3 (-2 (|:| |var| (-878 |#1|)) (|:| -3744 (-783))) "failed") $) NIL)) (-3117 (((-1141) $) NIL)) (-1677 (((-112) $) NIL)) (-1684 ((|#2| $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#2| (-464)))) (-3115 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-1452 (((-430 $) $) NIL (|has| |#2| (-928)))) (-1943 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-568)))) (-2143 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-878 |#1|) |#2|) NIL) (($ $ (-656 (-878 |#1|)) (-656 |#2|)) NIL) (($ $ (-878 |#1|) $) NIL) (($ $ (-656 (-878 |#1|)) (-656 $)) NIL)) (-3053 (($ $ (-878 |#1|)) NIL (|has| |#2| (-174)))) (-4107 (($ $ (-656 (-878 |#1|)) (-656 (-783))) NIL) (($ $ (-878 |#1|) (-783)) NIL) (($ $ (-656 (-878 |#1|))) NIL) (($ $ (-878 |#1|)) NIL)) (-2786 (((-245 (-1968 |#1|) (-783)) $) NIL) (((-783) $ (-878 |#1|)) NIL) (((-656 (-783)) $ (-656 (-878 |#1|))) NIL)) (-1554 (((-907 (-390)) $) NIL (-12 (|has| (-878 |#1|) (-626 (-907 (-390)))) (|has| |#2| (-626 (-907 (-390)))))) (((-907 (-576)) $) NIL (-12 (|has| (-878 |#1|) (-626 (-907 (-576)))) (|has| |#2| (-626 (-907 (-576)))))) (((-548) $) NIL (-12 (|has| (-878 |#1|) (-626 (-548))) (|has| |#2| (-626 (-548)))))) (-3929 ((|#2| $) NIL (|has| |#2| (-464))) (($ $ (-878 |#1|)) NIL (|has| |#2| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#2| (-928))))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#2|) NIL) (($ (-878 |#1|)) NIL) (($ (-419 (-576))) NIL (-3795 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1059 (-419 (-576)))))) (($ $) NIL (|has| |#2| (-568)))) (-1923 (((-656 |#2|) $) NIL)) (-1341 ((|#2| $ (-245 (-1968 |#1|) (-783))) NIL) (($ $ (-878 |#1|) (-783)) NIL) (($ $ (-656 (-878 |#1|)) (-656 (-783))) NIL)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#2| (-928))) (|has| |#2| (-146))))) (-2864 (((-783)) NIL T CONST)) (-3365 (($ $ $ (-783)) NIL (|has| |#2| (-174)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL (|has| |#2| (-568)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-656 (-878 |#1|)) (-656 (-783))) NIL) (($ $ (-878 |#1|) (-783)) NIL) (($ $ (-656 (-878 |#1|))) NIL) (($ $ (-878 |#1|)) NIL)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#2| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#2| (-38 (-419 (-576))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-253 |#1| |#2|) (-13 (-968 |#2| (-245 (-1968 |#1|) (-783)) (-878 |#1|)) (-10 -8 (-15 -1588 ($ $ (-656 (-576)))))) (-656 (-1197)) (-1070)) (T -253))
+((-1588 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-253 *3 *4)) (-14 *3 (-656 (-1197))) (-4 *4 (-1070)))))
+(-13 (-968 |#2| (-245 (-1968 |#1|) (-783)) (-878 |#1|)) (-10 -8 (-15 -1588 ($ $ (-656 (-576))))))
+((-1955 (((-112) $ $) NIL)) (-1658 (((-1293) $) 17)) (-1417 (((-185 (-255)) $) 11)) (-3447 (($ (-185 (-255))) 12)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1784 (((-255) $) 7)) (-4114 (((-876) $) 9)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 15)))
+(((-254) (-13 (-1121) (-10 -8 (-15 -1784 ((-255) $)) (-15 -1417 ((-185 (-255)) $)) (-15 -3447 ($ (-185 (-255)))) (-15 -1658 ((-1293) $))))) (T -254))
+((-1784 (*1 *2 *1) (-12 (-5 *2 (-255)) (-5 *1 (-254)))) (-1417 (*1 *2 *1) (-12 (-5 *2 (-185 (-255))) (-5 *1 (-254)))) (-3447 (*1 *1 *2) (-12 (-5 *2 (-185 (-255))) (-5 *1 (-254)))) (-1658 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-254)))))
+(-13 (-1121) (-10 -8 (-15 -1784 ((-255) $)) (-15 -1417 ((-185 (-255)) $)) (-15 -3447 ($ (-185 (-255)))) (-15 -1658 ((-1293) $))))
+((-1955 (((-112) $ $) NIL)) (-3867 (((-656 (-879)) $) NIL)) (-4149 (((-518) $) NIL)) (-4185 (((-1179) $) NIL)) (-3950 (((-188) $) NIL)) (-1436 (((-112) $ (-518)) NIL)) (-3117 (((-1141) $) NIL)) (-2329 (((-343) $) 7)) (-2305 (((-656 (-112)) $) NIL)) (-4114 (((-876) $) NIL) (((-189) $) 8)) (-3000 (((-112) $ $) NIL)) (-1597 (((-55) $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-255) (-13 (-187) (-625 (-189)) (-10 -8 (-15 -2329 ((-343) $))))) (T -255))
+((-2329 (*1 *2 *1) (-12 (-5 *2 (-343)) (-5 *1 (-255)))))
+(-13 (-187) (-625 (-189)) (-10 -8 (-15 -2329 ((-343) $))))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4369 (((-1202) $ (-783)) 13)) (-4114 (((-876) $) 20)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 16)) (-1968 (((-783) $) 9)))
+(((-256) (-13 (-1121) (-296 (-783) (-1202)) (-10 -8 (-15 -1968 ((-783) $))))) (T -256))
+((-1968 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-256)))))
+(-13 (-1121) (-296 (-783) (-1202)) (-10 -8 (-15 -1968 ((-783) $))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-4233 (($ (-940)) NIL (|has| |#4| (-1070)))) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-3900 (($ $ $) NIL (|has| |#4| (-805)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-2200 (((-783)) NIL (|has| |#4| (-379)))) (-4268 ((|#4| $ (-576) |#4|) NIL (|has| $ (-6 -4465)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#4| "failed") $) NIL (|has| |#4| (-1121))) (((-3 (-576) "failed") $) NIL (-12 (|has| |#4| (-1059 (-576))) (|has| |#4| (-1121)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| |#4| (-1059 (-419 (-576)))) (|has| |#4| (-1121))))) (-2318 ((|#4| $) NIL (|has| |#4| (-1121))) (((-576) $) NIL (-12 (|has| |#4| (-1059 (-576))) (|has| |#4| (-1121)))) (((-419 (-576)) $) NIL (-12 (|has| |#4| (-1059 (-419 (-576)))) (|has| |#4| (-1121))))) (-2255 (((-2 (|:| -2663 (-701 |#4|)) (|:| |vec| (-1288 |#4|))) (-701 $) (-1288 $)) NIL (|has| |#4| (-1070))) (((-701 |#4|) (-701 $)) NIL (|has| |#4| (-1070))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (-12 (|has| |#4| (-651 (-576))) (|has| |#4| (-1070)))) (((-701 (-576)) (-701 $)) NIL (-12 (|has| |#4| (-651 (-576))) (|has| |#4| (-1070))))) (-2413 (((-3 $ "failed") $) NIL (|has| |#4| (-1070)))) (-4370 (($) NIL (|has| |#4| (-379)))) (-1908 ((|#4| $ (-576) |#4|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#4| $ (-576)) NIL)) (-3722 (((-656 |#4|) $) NIL (|has| $ (-6 -4464)))) (-3315 (((-112) $) NIL (|has| |#4| (-1070)))) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) NIL (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| |#4| (-862)))) (-4302 (((-656 |#4|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| |#4| (-862)))) (-1896 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#4| |#4|) $) NIL)) (-2106 (((-940) $) NIL (|has| |#4| (-379)))) (-4002 (((-112) $ (-783)) NIL)) (-3015 (((-2 (|:| -2663 (-701 |#4|)) (|:| |vec| (-1288 |#4|))) (-1288 $) $) NIL (|has| |#4| (-1070))) (((-701 |#4|) (-1288 $)) NIL (|has| |#4| (-1070))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (-12 (|has| |#4| (-651 (-576))) (|has| |#4| (-1070)))) (((-701 (-576)) (-1288 $)) NIL (-12 (|has| |#4| (-651 (-576))) (|has| |#4| (-1070))))) (-4185 (((-1179) $) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-2409 (($ (-940)) NIL (|has| |#4| (-379)))) (-3117 (((-1141) $) NIL)) (-1753 ((|#4| $) NIL (|has| (-576) (-862)))) (-3140 (($ $ |#4|) NIL (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#4|))) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-304 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-656 |#4|) (-656 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121))))) (-3700 (((-656 |#4|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#4| $ (-576) |#4|) NIL) ((|#4| $ (-576)) 12)) (-2429 ((|#4| $ $) NIL (|has| |#4| (-1070)))) (-1492 (($ (-1288 |#4|)) NIL)) (-2435 (((-135)) NIL (|has| |#4| (-374)))) (-4107 (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1070))) (($ $ (-1 |#4| |#4|) (-783)) NIL (|has| |#4| (-1070))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| |#4| (-917 (-1197))) (|has| |#4| (-1070))) (-12 (|has| |#4| (-919 (-1197))) (|has| |#4| (-1070))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| |#4| (-917 (-1197))) (|has| |#4| (-1070))) (-12 (|has| |#4| (-919 (-1197))) (|has| |#4| (-1070))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| |#4| (-917 (-1197))) (|has| |#4| (-1070))) (-12 (|has| |#4| (-919 (-1197))) (|has| |#4| (-1070))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| |#4| (-917 (-1197))) (|has| |#4| (-1070))) (-12 (|has| |#4| (-919 (-1197))) (|has| |#4| (-1070))))) (($ $ (-783)) NIL (-3795 (-12 (|has| |#4| (-238)) (|has| |#4| (-1070))) (-12 (|has| |#4| (-237)) (|has| |#4| (-1070))))) (($ $) NIL (-3795 (-12 (|has| |#4| (-238)) (|has| |#4| (-1070))) (-12 (|has| |#4| (-237)) (|has| |#4| (-1070)))))) (-3131 (((-783) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464))) (((-783) |#4| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121))))) (-4287 (($ $) NIL)) (-4114 (((-1288 |#4|) $) NIL) (($ |#4|) NIL (|has| |#4| (-1121))) (((-876) $) NIL) (($ (-576)) NIL (-3795 (-12 (|has| |#4| (-1059 (-576))) (|has| |#4| (-1121))) (|has| |#4| (-1070)))) (($ (-419 (-576))) NIL (-12 (|has| |#4| (-1059 (-419 (-576)))) (|has| |#4| (-1121))))) (-2864 (((-783)) NIL (|has| |#4| (-1070)) CONST)) (-3000 (((-112) $ $) NIL)) (-1746 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL (|has| |#4| (-1070)) CONST)) (-3157 (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1070))) (($ $ (-1 |#4| |#4|) (-783)) NIL (|has| |#4| (-1070))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| |#4| (-917 (-1197))) (|has| |#4| (-1070))) (-12 (|has| |#4| (-919 (-1197))) (|has| |#4| (-1070))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| |#4| (-917 (-1197))) (|has| |#4| (-1070))) (-12 (|has| |#4| (-919 (-1197))) (|has| |#4| (-1070))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| |#4| (-917 (-1197))) (|has| |#4| (-1070))) (-12 (|has| |#4| (-919 (-1197))) (|has| |#4| (-1070))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| |#4| (-917 (-1197))) (|has| |#4| (-1070))) (-12 (|has| |#4| (-919 (-1197))) (|has| |#4| (-1070))))) (($ $ (-783)) NIL (-3795 (-12 (|has| |#4| (-238)) (|has| |#4| (-1070))) (-12 (|has| |#4| (-237)) (|has| |#4| (-1070))))) (($ $) NIL (-3795 (-12 (|has| |#4| (-238)) (|has| |#4| (-1070))) (-12 (|has| |#4| (-237)) (|has| |#4| (-1070)))))) (-3995 (((-112) $ $) NIL (|has| |#4| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#4| (-862)))) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL (|has| |#4| (-862)))) (-3962 (((-112) $ $) NIL (|has| |#4| (-862)))) (-4047 (($ $ |#4|) NIL (|has| |#4| (-374)))) (-4037 (($ $ $) NIL) (($ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-783)) NIL (|has| |#4| (-1070))) (($ $ (-940)) NIL (|has| |#4| (-1070)))) (* (($ |#2| $) 14) (($ (-576) $) NIL) (($ (-783) $) NIL) (($ (-940) $) NIL) (($ |#3| $) 18) (($ $ |#4|) NIL (|has| |#4| (-738))) (($ |#4| $) NIL (|has| |#4| (-738))) (($ $ $) NIL (|has| |#4| (-1070)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-257 |#1| |#2| |#3| |#4|) (-13 (-243 |#1| |#4|) (-660 |#2|) (-660 |#3|)) (-940) (-1070) (-1144 |#1| |#2| (-245 |#1| |#2|) (-245 |#1| |#2|)) (-660 |#2|)) (T -257))
NIL
(-13 (-243 |#1| |#4|) (-660 |#2|) (-660 |#3|))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-1723 (($ (-938)) NIL (|has| |#3| (-1068)))) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-3848 (($ $ $) NIL (|has| |#3| (-805)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-2093 (((-783)) NIL (|has| |#3| (-379)))) (-3753 ((|#3| $ (-576) |#3|) NIL (|has| $ (-6 -4463)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#3| "failed") $) NIL (|has| |#3| (-1119))) (((-3 (-576) "failed") $) NIL (-12 (|has| |#3| (-1057 (-576))) (|has| |#3| (-1119)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| |#3| (-1057 (-419 (-576)))) (|has| |#3| (-1119))))) (-2857 ((|#3| $) NIL (|has| |#3| (-1119))) (((-576) $) NIL (-12 (|has| |#3| (-1057 (-576))) (|has| |#3| (-1119)))) (((-419 (-576)) $) NIL (-12 (|has| |#3| (-1057 (-419 (-576)))) (|has| |#3| (-1119))))) (-3142 (((-2 (|:| -1953 (-701 |#3|)) (|:| |vec| (-1286 |#3|))) (-701 $) (-1286 $)) NIL (|has| |#3| (-1068))) (((-701 |#3|) (-701 $)) NIL (|has| |#3| (-1068))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (-12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1068)))) (((-701 (-576)) (-701 $)) NIL (-12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1068))))) (-2251 (((-3 $ "failed") $) NIL (|has| |#3| (-1068)))) (-1834 (($) NIL (|has| |#3| (-379)))) (-4330 ((|#3| $ (-576) |#3|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#3| $ (-576)) NIL)) (-3963 (((-656 |#3|) $) NIL (|has| $ (-6 -4462)))) (-3612 (((-112) $) NIL (|has| |#3| (-1068)))) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) NIL (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| |#3| (-862)))) (-3452 (((-656 |#3|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#3| (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| |#3| (-862)))) (-4320 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#3| |#3|) $) NIL)) (-4379 (((-938) $) NIL (|has| |#3| (-379)))) (-2460 (((-112) $ (-783)) NIL)) (-1853 (((-2 (|:| -1953 (-701 |#3|)) (|:| |vec| (-1286 |#3|))) (-1286 $) $) NIL (|has| |#3| (-1068))) (((-701 |#3|) (-1286 $)) NIL (|has| |#3| (-1068))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (-12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1068)))) (((-701 (-576)) (-1286 $)) NIL (-12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1068))))) (-3881 (((-1177) $) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-3222 (($ (-938)) NIL (|has| |#3| (-379)))) (-1448 (((-1139) $) NIL)) (-3578 ((|#3| $) NIL (|has| (-576) (-862)))) (-1552 (($ $ |#3|) NIL (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#3|))) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119)))) (($ $ (-304 |#3|)) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119)))) (($ $ (-656 |#3|) (-656 |#3|)) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#3| (-1119))))) (-4278 (((-656 |#3|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#3| $ (-576) |#3|) NIL) ((|#3| $ (-576)) 11)) (-2554 ((|#3| $ $) NIL (|has| |#3| (-1068)))) (-1870 (($ (-1286 |#3|)) NIL)) (-2253 (((-135)) NIL (|has| |#3| (-374)))) (-2770 (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1068))) (($ $ (-1 |#3| |#3|) (-783)) NIL (|has| |#3| (-1068))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| |#3| (-915 (-1195))) (|has| |#3| (-1068))) (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| |#3| (-915 (-1195))) (|has| |#3| (-1068))) (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| |#3| (-915 (-1195))) (|has| |#3| (-1068))) (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| |#3| (-915 (-1195))) (|has| |#3| (-1068))) (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068))))) (($ $ (-783)) NIL (-2755 (-12 (|has| |#3| (-238)) (|has| |#3| (-1068))) (-12 (|has| |#3| (-237)) (|has| |#3| (-1068))))) (($ $) NIL (-2755 (-12 (|has| |#3| (-238)) (|has| |#3| (-1068))) (-12 (|has| |#3| (-237)) (|has| |#3| (-1068)))))) (-1458 (((-783) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4462))) (((-783) |#3| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#3| (-1119))))) (-1868 (($ $) NIL)) (-3567 (((-1286 |#3|) $) NIL) (($ |#3|) NIL (|has| |#3| (-1119))) (((-874) $) NIL) (($ (-576)) NIL (-2755 (-12 (|has| |#3| (-1057 (-576))) (|has| |#3| (-1119))) (|has| |#3| (-1068)))) (($ (-419 (-576))) NIL (-12 (|has| |#3| (-1057 (-419 (-576)))) (|has| |#3| (-1119))))) (-2596 (((-783)) NIL (|has| |#3| (-1068)) CONST)) (-1540 (((-112) $ $) NIL)) (-2306 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4462)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL (|has| |#3| (-1068)) CONST)) (-2014 (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1068))) (($ $ (-1 |#3| |#3|) (-783)) NIL (|has| |#3| (-1068))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| |#3| (-915 (-1195))) (|has| |#3| (-1068))) (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| |#3| (-915 (-1195))) (|has| |#3| (-1068))) (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| |#3| (-915 (-1195))) (|has| |#3| (-1068))) (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| |#3| (-915 (-1195))) (|has| |#3| (-1068))) (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068))))) (($ $ (-783)) NIL (-2755 (-12 (|has| |#3| (-238)) (|has| |#3| (-1068))) (-12 (|has| |#3| (-237)) (|has| |#3| (-1068))))) (($ $) NIL (-2755 (-12 (|has| |#3| (-238)) (|has| |#3| (-1068))) (-12 (|has| |#3| (-237)) (|has| |#3| (-1068)))))) (-2989 (((-112) $ $) NIL (|has| |#3| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#3| (-862)))) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL (|has| |#3| (-862)))) (-2946 (((-112) $ $) NIL (|has| |#3| (-862)))) (-3054 (($ $ |#3|) NIL (|has| |#3| (-374)))) (-3041 (($ $ $) NIL) (($ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-783)) NIL (|has| |#3| (-1068))) (($ $ (-938)) NIL (|has| |#3| (-1068)))) (* (($ |#2| $) 13) (($ (-576) $) NIL) (($ (-783) $) NIL) (($ (-938) $) NIL) (($ $ |#3|) NIL (|has| |#3| (-738))) (($ |#3| $) NIL (|has| |#3| (-738))) (($ $ $) NIL (|has| |#3| (-1068)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-258 |#1| |#2| |#3|) (-13 (-243 |#1| |#3|) (-660 |#2|)) (-783) (-1068) (-660 |#2|)) (T -258))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-4233 (($ (-940)) NIL (|has| |#3| (-1070)))) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-3900 (($ $ $) NIL (|has| |#3| (-805)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-2200 (((-783)) NIL (|has| |#3| (-379)))) (-4268 ((|#3| $ (-576) |#3|) NIL (|has| $ (-6 -4465)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#3| "failed") $) NIL (|has| |#3| (-1121))) (((-3 (-576) "failed") $) NIL (-12 (|has| |#3| (-1059 (-576))) (|has| |#3| (-1121)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| |#3| (-1059 (-419 (-576)))) (|has| |#3| (-1121))))) (-2318 ((|#3| $) NIL (|has| |#3| (-1121))) (((-576) $) NIL (-12 (|has| |#3| (-1059 (-576))) (|has| |#3| (-1121)))) (((-419 (-576)) $) NIL (-12 (|has| |#3| (-1059 (-419 (-576)))) (|has| |#3| (-1121))))) (-2255 (((-2 (|:| -2663 (-701 |#3|)) (|:| |vec| (-1288 |#3|))) (-701 $) (-1288 $)) NIL (|has| |#3| (-1070))) (((-701 |#3|) (-701 $)) NIL (|has| |#3| (-1070))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (-12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1070)))) (((-701 (-576)) (-701 $)) NIL (-12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1070))))) (-2413 (((-3 $ "failed") $) NIL (|has| |#3| (-1070)))) (-4370 (($) NIL (|has| |#3| (-379)))) (-1908 ((|#3| $ (-576) |#3|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#3| $ (-576)) NIL)) (-3722 (((-656 |#3|) $) NIL (|has| $ (-6 -4464)))) (-3315 (((-112) $) NIL (|has| |#3| (-1070)))) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) NIL (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| |#3| (-862)))) (-4302 (((-656 |#3|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#3| (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| |#3| (-862)))) (-1896 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#3| |#3|) $) NIL)) (-2106 (((-940) $) NIL (|has| |#3| (-379)))) (-4002 (((-112) $ (-783)) NIL)) (-3015 (((-2 (|:| -2663 (-701 |#3|)) (|:| |vec| (-1288 |#3|))) (-1288 $) $) NIL (|has| |#3| (-1070))) (((-701 |#3|) (-1288 $)) NIL (|has| |#3| (-1070))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (-12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1070)))) (((-701 (-576)) (-1288 $)) NIL (-12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1070))))) (-4185 (((-1179) $) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-2409 (($ (-940)) NIL (|has| |#3| (-379)))) (-3117 (((-1141) $) NIL)) (-1753 ((|#3| $) NIL (|has| (-576) (-862)))) (-3140 (($ $ |#3|) NIL (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#3|))) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121)))) (($ $ (-304 |#3|)) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121)))) (($ $ (-656 |#3|) (-656 |#3|)) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#3| (-1121))))) (-3700 (((-656 |#3|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#3| $ (-576) |#3|) NIL) ((|#3| $ (-576)) 11)) (-2429 ((|#3| $ $) NIL (|has| |#3| (-1070)))) (-1492 (($ (-1288 |#3|)) NIL)) (-2435 (((-135)) NIL (|has| |#3| (-374)))) (-4107 (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1070))) (($ $ (-1 |#3| |#3|) (-783)) NIL (|has| |#3| (-1070))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| |#3| (-917 (-1197))) (|has| |#3| (-1070))) (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| |#3| (-917 (-1197))) (|has| |#3| (-1070))) (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| |#3| (-917 (-1197))) (|has| |#3| (-1070))) (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| |#3| (-917 (-1197))) (|has| |#3| (-1070))) (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070))))) (($ $ (-783)) NIL (-3795 (-12 (|has| |#3| (-238)) (|has| |#3| (-1070))) (-12 (|has| |#3| (-237)) (|has| |#3| (-1070))))) (($ $) NIL (-3795 (-12 (|has| |#3| (-238)) (|has| |#3| (-1070))) (-12 (|has| |#3| (-237)) (|has| |#3| (-1070)))))) (-3131 (((-783) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4464))) (((-783) |#3| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#3| (-1121))))) (-4287 (($ $) NIL)) (-4114 (((-1288 |#3|) $) NIL) (($ |#3|) NIL (|has| |#3| (-1121))) (((-876) $) NIL) (($ (-576)) NIL (-3795 (-12 (|has| |#3| (-1059 (-576))) (|has| |#3| (-1121))) (|has| |#3| (-1070)))) (($ (-419 (-576))) NIL (-12 (|has| |#3| (-1059 (-419 (-576)))) (|has| |#3| (-1121))))) (-2864 (((-783)) NIL (|has| |#3| (-1070)) CONST)) (-3000 (((-112) $ $) NIL)) (-1746 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4464)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL (|has| |#3| (-1070)) CONST)) (-3157 (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1070))) (($ $ (-1 |#3| |#3|) (-783)) NIL (|has| |#3| (-1070))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| |#3| (-917 (-1197))) (|has| |#3| (-1070))) (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| |#3| (-917 (-1197))) (|has| |#3| (-1070))) (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| |#3| (-917 (-1197))) (|has| |#3| (-1070))) (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| |#3| (-917 (-1197))) (|has| |#3| (-1070))) (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070))))) (($ $ (-783)) NIL (-3795 (-12 (|has| |#3| (-238)) (|has| |#3| (-1070))) (-12 (|has| |#3| (-237)) (|has| |#3| (-1070))))) (($ $) NIL (-3795 (-12 (|has| |#3| (-238)) (|has| |#3| (-1070))) (-12 (|has| |#3| (-237)) (|has| |#3| (-1070)))))) (-3995 (((-112) $ $) NIL (|has| |#3| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#3| (-862)))) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL (|has| |#3| (-862)))) (-3962 (((-112) $ $) NIL (|has| |#3| (-862)))) (-4047 (($ $ |#3|) NIL (|has| |#3| (-374)))) (-4037 (($ $ $) NIL) (($ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-783)) NIL (|has| |#3| (-1070))) (($ $ (-940)) NIL (|has| |#3| (-1070)))) (* (($ |#2| $) 13) (($ (-576) $) NIL) (($ (-783) $) NIL) (($ (-940) $) NIL) (($ $ |#3|) NIL (|has| |#3| (-738))) (($ |#3| $) NIL (|has| |#3| (-738))) (($ $ $) NIL (|has| |#3| (-1070)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-258 |#1| |#2| |#3|) (-13 (-243 |#1| |#3|) (-660 |#2|)) (-783) (-1070) (-660 |#2|)) (T -258))
NIL
(-13 (-243 |#1| |#3|) (-660 |#2|))
-((-2048 (((-656 (-783)) $) 56) (((-656 (-783)) $ |#3|) 59)) (-3903 (((-783) $) 58) (((-783) $ |#3|) 61)) (-3533 (($ $) 76)) (-1570 (((-3 |#2| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 (-576) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 |#3| "failed") $) 83)) (-1991 (((-783) $ |#3|) 43) (((-783) $) 38)) (-3374 (((-1 $ (-783)) |#3|) 15) (((-1 $ (-783)) $) 88)) (-2754 ((|#4| $) 69)) (-1690 (((-112) $) 67)) (-4282 (($ $) 75)) (-3281 (($ $ (-656 (-304 $))) 111) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-656 |#4|) (-656 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-656 |#4|) (-656 $)) NIL) (($ $ |#3| $) NIL) (($ $ (-656 |#3|) (-656 $)) 103) (($ $ |#3| |#2|) NIL) (($ $ (-656 |#3|) (-656 |#2|)) 97)) (-2770 (($ $ (-656 |#4|) (-656 (-783))) NIL) (($ $ |#4| (-783)) NIL) (($ $ (-656 |#4|)) NIL) (($ $ |#4|) NIL) (($ $ (-1 |#2| |#2|)) 32) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1195)) NIL) (($ $ (-656 (-1195))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL) (($ $) NIL) (($ $ (-783)) NIL)) (-2956 (((-656 |#3|) $) 86)) (-1967 ((|#5| $) NIL) (((-783) $ |#4|) NIL) (((-656 (-783)) $ (-656 |#4|)) NIL) (((-783) $ |#3|) 49)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (($ |#3|) 78) (($ (-419 (-576))) NIL) (($ $) NIL)))
-(((-259 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -3567 (|#1| |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -3281 (|#1| |#1| (-656 |#3|) (-656 |#2|))) (-15 -3281 (|#1| |#1| |#3| |#2|)) (-15 -3281 (|#1| |#1| (-656 |#3|) (-656 |#1|))) (-15 -3281 (|#1| |#1| |#3| |#1|)) (-15 -3374 ((-1 |#1| (-783)) |#1|)) (-15 -3533 (|#1| |#1|)) (-15 -4282 (|#1| |#1|)) (-15 -2754 (|#4| |#1|)) (-15 -1690 ((-112) |#1|)) (-15 -3903 ((-783) |#1| |#3|)) (-15 -2048 ((-656 (-783)) |#1| |#3|)) (-15 -3903 ((-783) |#1|)) (-15 -2048 ((-656 (-783)) |#1|)) (-15 -1967 ((-783) |#1| |#3|)) (-15 -1991 ((-783) |#1|)) (-15 -1991 ((-783) |#1| |#3|)) (-15 -2956 ((-656 |#3|) |#1|)) (-15 -3374 ((-1 |#1| (-783)) |#3|)) (-15 -3567 (|#1| |#3|)) (-15 -1570 ((-3 |#3| "failed") |#1|)) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1967 ((-656 (-783)) |#1| (-656 |#4|))) (-15 -1967 ((-783) |#1| |#4|)) (-15 -3567 (|#1| |#4|)) (-15 -1570 ((-3 |#4| "failed") |#1|)) (-15 -3281 (|#1| |#1| (-656 |#4|) (-656 |#1|))) (-15 -3281 (|#1| |#1| |#4| |#1|)) (-15 -3281 (|#1| |#1| (-656 |#4|) (-656 |#2|))) (-15 -3281 (|#1| |#1| |#4| |#2|)) (-15 -3281 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -3281 (|#1| |#1| |#1| |#1|)) (-15 -3281 (|#1| |#1| (-304 |#1|))) (-15 -3281 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -1967 (|#5| |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -3567 (|#1| |#2|)) (-15 -2770 (|#1| |#1| |#4|)) (-15 -2770 (|#1| |#1| (-656 |#4|))) (-15 -2770 (|#1| |#1| |#4| (-783))) (-15 -2770 (|#1| |#1| (-656 |#4|) (-656 (-783)))) (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|))) (-260 |#2| |#3| |#4| |#5|) (-1068) (-862) (-275 |#3|) (-805)) (T -259))
-NIL
-(-10 -8 (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -3567 (|#1| |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -3281 (|#1| |#1| (-656 |#3|) (-656 |#2|))) (-15 -3281 (|#1| |#1| |#3| |#2|)) (-15 -3281 (|#1| |#1| (-656 |#3|) (-656 |#1|))) (-15 -3281 (|#1| |#1| |#3| |#1|)) (-15 -3374 ((-1 |#1| (-783)) |#1|)) (-15 -3533 (|#1| |#1|)) (-15 -4282 (|#1| |#1|)) (-15 -2754 (|#4| |#1|)) (-15 -1690 ((-112) |#1|)) (-15 -3903 ((-783) |#1| |#3|)) (-15 -2048 ((-656 (-783)) |#1| |#3|)) (-15 -3903 ((-783) |#1|)) (-15 -2048 ((-656 (-783)) |#1|)) (-15 -1967 ((-783) |#1| |#3|)) (-15 -1991 ((-783) |#1|)) (-15 -1991 ((-783) |#1| |#3|)) (-15 -2956 ((-656 |#3|) |#1|)) (-15 -3374 ((-1 |#1| (-783)) |#3|)) (-15 -3567 (|#1| |#3|)) (-15 -1570 ((-3 |#3| "failed") |#1|)) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1967 ((-656 (-783)) |#1| (-656 |#4|))) (-15 -1967 ((-783) |#1| |#4|)) (-15 -3567 (|#1| |#4|)) (-15 -1570 ((-3 |#4| "failed") |#1|)) (-15 -3281 (|#1| |#1| (-656 |#4|) (-656 |#1|))) (-15 -3281 (|#1| |#1| |#4| |#1|)) (-15 -3281 (|#1| |#1| (-656 |#4|) (-656 |#2|))) (-15 -3281 (|#1| |#1| |#4| |#2|)) (-15 -3281 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -3281 (|#1| |#1| |#1| |#1|)) (-15 -3281 (|#1| |#1| (-304 |#1|))) (-15 -3281 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -1967 (|#5| |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -3567 (|#1| |#2|)) (-15 -2770 (|#1| |#1| |#4|)) (-15 -2770 (|#1| |#1| (-656 |#4|))) (-15 -2770 (|#1| |#1| |#4| (-783))) (-15 -2770 (|#1| |#1| (-656 |#4|) (-656 (-783)))) (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2048 (((-656 (-783)) $) 236) (((-656 (-783)) $ |#2|) 234)) (-3903 (((-783) $) 235) (((-783) $ |#2|) 233)) (-1960 (((-656 |#3|) $) 113)) (-1797 (((-1191 $) $ |#3|) 128) (((-1191 |#1|) $) 127)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 90 (|has| |#1| (-568)))) (-4380 (($ $) 91 (|has| |#1| (-568)))) (-1657 (((-112) $) 93 (|has| |#1| (-568)))) (-1925 (((-783) $) 115) (((-783) $ (-656 |#3|)) 114)) (-4299 (((-3 $ "failed") $ $) 20)) (-2425 (((-430 (-1191 $)) (-1191 $)) 103 (|has| |#1| (-926)))) (-1415 (($ $) 101 (|has| |#1| (-464)))) (-3422 (((-430 $) $) 100 (|has| |#1| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) 106 (|has| |#1| (-926)))) (-3533 (($ $) 229)) (-2135 (($) 18 T CONST)) (-1570 (((-3 |#1| "failed") $) 171) (((-3 (-419 (-576)) "failed") $) 168 (|has| |#1| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) 166 (|has| |#1| (-1057 (-576)))) (((-3 |#3| "failed") $) 143) (((-3 |#2| "failed") $) 243)) (-2857 ((|#1| $) 170) (((-419 (-576)) $) 169 (|has| |#1| (-1057 (-419 (-576))))) (((-576) $) 167 (|has| |#1| (-1057 (-576)))) ((|#3| $) 144) ((|#2| $) 244)) (-1990 (($ $ $ |#3|) 111 (|has| |#1| (-174)))) (-2109 (($ $) 161)) (-3142 (((-701 (-576)) (-701 $)) 139 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 138 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) 137) (((-701 |#1|) (-701 $)) 136)) (-2251 (((-3 $ "failed") $) 37)) (-2619 (($ $) 183 (|has| |#1| (-464))) (($ $ |#3|) 108 (|has| |#1| (-464)))) (-2098 (((-656 $) $) 112)) (-4283 (((-112) $) 99 (|has| |#1| (-926)))) (-2056 (($ $ |#1| |#4| $) 179)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 87 (-12 (|has| |#3| (-899 (-390))) (|has| |#1| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) 86 (-12 (|has| |#3| (-899 (-576))) (|has| |#1| (-899 (-576)))))) (-1991 (((-783) $ |#2|) 239) (((-783) $) 238)) (-3612 (((-112) $) 35)) (-1935 (((-783) $) 176)) (-1950 (($ (-1191 |#1|) |#3|) 120) (($ (-1191 $) |#3|) 119)) (-1538 (((-656 $) $) 129)) (-2544 (((-112) $) 159)) (-1940 (($ |#1| |#4|) 160) (($ $ |#3| (-783)) 122) (($ $ (-656 |#3|) (-656 (-783))) 121)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ |#3|) 123)) (-2488 ((|#4| $) 177) (((-783) $ |#3|) 125) (((-656 (-783)) $ (-656 |#3|)) 124)) (-3492 (($ (-1 |#4| |#4|) $) 178)) (-4114 (($ (-1 |#1| |#1|) $) 158)) (-3374 (((-1 $ (-783)) |#2|) 241) (((-1 $ (-783)) $) 228 (|has| |#1| (-238)))) (-1429 (((-3 |#3| "failed") $) 126)) (-1853 (((-701 (-576)) (-1286 $)) 141 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) 140 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) 135) (((-701 |#1|) (-1286 $)) 134)) (-2076 (($ $) 156)) (-2086 ((|#1| $) 155)) (-2754 ((|#3| $) 231)) (-3457 (($ (-656 $)) 97 (|has| |#1| (-464))) (($ $ $) 96 (|has| |#1| (-464)))) (-3881 (((-1177) $) 10)) (-1690 (((-112) $) 232)) (-2692 (((-3 (-656 $) "failed") $) 117)) (-3656 (((-3 (-656 $) "failed") $) 118)) (-2244 (((-3 (-2 (|:| |var| |#3|) (|:| -2125 (-783))) "failed") $) 116)) (-4282 (($ $) 230)) (-1448 (((-1139) $) 11)) (-2055 (((-112) $) 173)) (-2065 ((|#1| $) 174)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 98 (|has| |#1| (-464)))) (-3495 (($ (-656 $)) 95 (|has| |#1| (-464))) (($ $ $) 94 (|has| |#1| (-464)))) (-2307 (((-430 (-1191 $)) (-1191 $)) 105 (|has| |#1| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) 104 (|has| |#1| (-926)))) (-1827 (((-430 $) $) 102 (|has| |#1| (-926)))) (-3473 (((-3 $ "failed") $ |#1|) 181 (|has| |#1| (-568))) (((-3 $ "failed") $ $) 89 (|has| |#1| (-568)))) (-3281 (($ $ (-656 (-304 $))) 152) (($ $ (-304 $)) 151) (($ $ $ $) 150) (($ $ (-656 $) (-656 $)) 149) (($ $ |#3| |#1|) 148) (($ $ (-656 |#3|) (-656 |#1|)) 147) (($ $ |#3| $) 146) (($ $ (-656 |#3|) (-656 $)) 145) (($ $ |#2| $) 227 (|has| |#1| (-238))) (($ $ (-656 |#2|) (-656 $)) 226 (|has| |#1| (-238))) (($ $ |#2| |#1|) 225 (|has| |#1| (-238))) (($ $ (-656 |#2|) (-656 |#1|)) 224 (|has| |#1| (-238)))) (-2491 (($ $ |#3|) 110 (|has| |#1| (-174)))) (-2770 (($ $ (-656 |#3|) (-656 (-783))) 44) (($ $ |#3| (-783)) 43) (($ $ (-656 |#3|)) 42) (($ $ |#3|) 40) (($ $ (-1 |#1| |#1|)) 248) (($ $ (-1 |#1| |#1|) (-783)) 247) (($ $) 223 (|has| |#1| (-237))) (($ $ (-783)) 221 (|has| |#1| (-237))) (($ $ (-1195)) 219 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) 217 (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) 216 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) 215 (|has| |#1| (-917 (-1195))))) (-2956 (((-656 |#2|) $) 240)) (-1967 ((|#4| $) 157) (((-783) $ |#3|) 133) (((-656 (-783)) $ (-656 |#3|)) 132) (((-783) $ |#2|) 237)) (-4169 (((-905 (-390)) $) 85 (-12 (|has| |#3| (-626 (-905 (-390)))) (|has| |#1| (-626 (-905 (-390)))))) (((-905 (-576)) $) 84 (-12 (|has| |#3| (-626 (-905 (-576)))) (|has| |#1| (-626 (-905 (-576)))))) (((-548) $) 83 (-12 (|has| |#3| (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-2145 ((|#1| $) 182 (|has| |#1| (-464))) (($ $ |#3|) 109 (|has| |#1| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) 107 (-2669 (|has| $ (-146)) (|has| |#1| (-926))))) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 172) (($ |#3|) 142) (($ |#2|) 242) (($ (-419 (-576))) 81 (-2755 (|has| |#1| (-1057 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576)))))) (($ $) 88 (|has| |#1| (-568)))) (-1691 (((-656 |#1|) $) 175)) (-1749 ((|#1| $ |#4|) 162) (($ $ |#3| (-783)) 131) (($ $ (-656 |#3|) (-656 (-783))) 130)) (-2846 (((-3 $ "failed") $) 82 (-2755 (-2669 (|has| $ (-146)) (|has| |#1| (-926))) (|has| |#1| (-146))))) (-2596 (((-783)) 32 T CONST)) (-2217 (($ $ $ (-783)) 180 (|has| |#1| (-174)))) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 92 (|has| |#1| (-568)))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-656 |#3|) (-656 (-783))) 47) (($ $ |#3| (-783)) 46) (($ $ (-656 |#3|)) 45) (($ $ |#3|) 41) (($ $ (-1 |#1| |#1|)) 246) (($ $ (-1 |#1| |#1|) (-783)) 245) (($ $) 222 (|has| |#1| (-237))) (($ $ (-783)) 220 (|has| |#1| (-237))) (($ $ (-1195)) 218 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) 214 (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) 213 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) 212 (|has| |#1| (-917 (-1195))))) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#1|) 163 (|has| |#1| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 165 (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) 164 (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 154) (($ $ |#1|) 153)))
-(((-260 |#1| |#2| |#3| |#4|) (-141) (-1068) (-862) (-275 |t#2|) (-805)) (T -260))
-((-3374 (*1 *2 *3) (-12 (-4 *4 (-1068)) (-4 *3 (-862)) (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-1 *1 (-783))) (-4 *1 (-260 *4 *3 *5 *6)))) (-2956 (*1 *2 *1) (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-862)) (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-656 *4)))) (-1991 (*1 *2 *1 *3) (-12 (-4 *1 (-260 *4 *3 *5 *6)) (-4 *4 (-1068)) (-4 *3 (-862)) (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-783)))) (-1991 (*1 *2 *1) (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-862)) (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-783)))) (-1967 (*1 *2 *1 *3) (-12 (-4 *1 (-260 *4 *3 *5 *6)) (-4 *4 (-1068)) (-4 *3 (-862)) (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-783)))) (-2048 (*1 *2 *1) (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-862)) (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-656 (-783))))) (-3903 (*1 *2 *1) (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-862)) (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-783)))) (-2048 (*1 *2 *1 *3) (-12 (-4 *1 (-260 *4 *3 *5 *6)) (-4 *4 (-1068)) (-4 *3 (-862)) (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-656 (-783))))) (-3903 (*1 *2 *1 *3) (-12 (-4 *1 (-260 *4 *3 *5 *6)) (-4 *4 (-1068)) (-4 *3 (-862)) (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-783)))) (-1690 (*1 *2 *1) (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-862)) (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-112)))) (-2754 (*1 *2 *1) (-12 (-4 *1 (-260 *3 *4 *2 *5)) (-4 *3 (-1068)) (-4 *4 (-862)) (-4 *5 (-805)) (-4 *2 (-275 *4)))) (-4282 (*1 *1 *1) (-12 (-4 *1 (-260 *2 *3 *4 *5)) (-4 *2 (-1068)) (-4 *3 (-862)) (-4 *4 (-275 *3)) (-4 *5 (-805)))) (-3533 (*1 *1 *1) (-12 (-4 *1 (-260 *2 *3 *4 *5)) (-4 *2 (-1068)) (-4 *3 (-862)) (-4 *4 (-275 *3)) (-4 *5 (-805)))) (-3374 (*1 *2 *1) (-12 (-4 *3 (-238)) (-4 *3 (-1068)) (-4 *4 (-862)) (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-1 *1 (-783))) (-4 *1 (-260 *3 *4 *5 *6)))))
-(-13 (-966 |t#1| |t#4| |t#3|) (-232 |t#1|) (-1057 |t#2|) (-10 -8 (-15 -3374 ((-1 $ (-783)) |t#2|)) (-15 -2956 ((-656 |t#2|) $)) (-15 -1991 ((-783) $ |t#2|)) (-15 -1991 ((-783) $)) (-15 -1967 ((-783) $ |t#2|)) (-15 -2048 ((-656 (-783)) $)) (-15 -3903 ((-783) $)) (-15 -2048 ((-656 (-783)) $ |t#2|)) (-15 -3903 ((-783) $ |t#2|)) (-15 -1690 ((-112) $)) (-15 -2754 (|t#3| $)) (-15 -4282 ($ $)) (-15 -3533 ($ $)) (IF (|has| |t#1| (-238)) (PROGN (-6 (-526 |t#2| |t#1|)) (-6 (-526 |t#2| $)) (-6 (-319 $)) (-15 -3374 ((-1 $ (-783)) $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#4|) . T) ((-25) . T) ((-38 #0=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) -2755 (|has| |#1| (-1057 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-628 |#2|) . T) ((-628 |#3|) . T) ((-628 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-625 (-874)) . T) ((-174) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-626 (-548)) -12 (|has| |#1| (-626 (-548))) (|has| |#3| (-626 (-548)))) ((-626 (-905 (-390))) -12 (|has| |#1| (-626 (-905 (-390)))) (|has| |#3| (-626 (-905 (-390))))) ((-626 (-905 (-576))) -12 (|has| |#1| (-626 (-905 (-576)))) (|has| |#3| (-626 (-905 (-576))))) ((-234 $) -2755 (|has| |#1| (-237)) (|has| |#1| (-238))) ((-232 |#1|) . T) ((-238) |has| |#1| (-238)) ((-237) -2755 (|has| |#1| (-237)) (|has| |#1| (-238))) ((-272 |#1|) . T) ((-300) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-319 $) . T) ((-336 |#1| |#4|) . T) ((-388 |#1|) . T) ((-423 |#1|) . T) ((-464) -2755 (|has| |#1| (-926)) (|has| |#1| (-464))) ((-526 |#2| |#1|) |has| |#1| (-238)) ((-526 |#2| $) |has| |#1| (-238)) ((-526 |#3| |#1|) . T) ((-526 |#3| $) . T) ((-526 $ $) . T) ((-568) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-658 #0#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) |has| |#1| (-38 (-419 (-576)))) ((-660 #1=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-651 #1#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-729 #0#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-738) . T) ((-909 $ #2=(-1195)) -2755 (|has| |#1| (-917 (-1195))) (|has| |#1| (-915 (-1195)))) ((-909 $ |#3|) . T) ((-915 (-1195)) |has| |#1| (-915 (-1195))) ((-915 |#3|) . T) ((-917 #2#) -2755 (|has| |#1| (-917 (-1195))) (|has| |#1| (-915 (-1195)))) ((-917 |#3|) . T) ((-899 (-390)) -12 (|has| |#1| (-899 (-390))) (|has| |#3| (-899 (-390)))) ((-899 (-576)) -12 (|has| |#1| (-899 (-576))) (|has| |#3| (-899 (-576)))) ((-966 |#1| |#4| |#3|) . T) ((-926) |has| |#1| (-926)) ((-1057 (-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((-1057 (-576)) |has| |#1| (-1057 (-576))) ((-1057 |#1|) . T) ((-1057 |#2|) . T) ((-1057 |#3|) . T) ((-1070 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1070 |#1|) . T) ((-1070 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-1075 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1075 |#1|) . T) ((-1075 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T) ((-1240) |has| |#1| (-926)))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-2838 ((|#1| $) 55)) (-1417 ((|#1| $) 45)) (-3733 (((-112) $ (-783)) 8)) (-2135 (($) 7 T CONST)) (-2082 (($ $) 61)) (-1752 (($ $) 49)) (-2797 ((|#1| |#1| $) 47)) (-2146 ((|#1| $) 46)) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) 9)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-2432 (((-783) $) 62)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-4219 ((|#1| $) 40)) (-3930 ((|#1| |#1| $) 53)) (-1576 ((|#1| |#1| $) 52)) (-2767 (($ |#1| $) 41)) (-2322 (((-783) $) 56)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-2107 ((|#1| $) 63)) (-4031 ((|#1| $) 51)) (-3770 ((|#1| $) 50)) (-4436 ((|#1| $) 42)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-2998 ((|#1| |#1| $) 59)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2752 ((|#1| $) 60)) (-1487 (($) 58) (($ (-656 |#1|)) 57)) (-1885 (((-783) $) 44)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-4438 ((|#1| $) 54)) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2847 (($ (-656 |#1|)) 43)) (-2285 ((|#1| $) 64)) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-261 |#1|) (-141) (-1236)) (T -261))
-((-1487 (*1 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1236)))) (-1487 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-4 *1 (-261 *3)))) (-2322 (*1 *2 *1) (-12 (-4 *1 (-261 *3)) (-4 *3 (-1236)) (-5 *2 (-783)))) (-2838 (*1 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1236)))) (-4438 (*1 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1236)))) (-3930 (*1 *2 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1236)))) (-1576 (*1 *2 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1236)))) (-4031 (*1 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1236)))) (-3770 (*1 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1236)))) (-1752 (*1 *1 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1236)))))
-(-13 (-1140 |t#1|) (-1014 |t#1|) (-10 -8 (-15 -1487 ($)) (-15 -1487 ($ (-656 |t#1|))) (-15 -2322 ((-783) $)) (-15 -2838 (|t#1| $)) (-15 -4438 (|t#1| $)) (-15 -3930 (|t#1| |t#1| $)) (-15 -1576 (|t#1| |t#1| $)) (-15 -4031 (|t#1| $)) (-15 -3770 (|t#1| $)) (-15 -1752 ($ $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1014 |#1|) . T) ((-1119) |has| |#1| (-1119)) ((-1140 |#1|) . T) ((-1236) . T))
-((-2524 (((-1 (-960 (-227)) (-227) (-227)) (-1 (-960 (-227)) (-227) (-227)) (-1 (-227) (-227) (-227) (-227))) 153)) (-1702 (((-1152 (-227)) (-895 (-1 (-227) (-227) (-227))) (-1113 (-390)) (-1113 (-390))) 173) (((-1152 (-227)) (-895 (-1 (-227) (-227) (-227))) (-1113 (-390)) (-1113 (-390)) (-656 (-270))) 171) (((-1152 (-227)) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-390)) (-1113 (-390))) 176) (((-1152 (-227)) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-390)) (-1113 (-390)) (-656 (-270))) 172) (((-1152 (-227)) (-1 (-227) (-227) (-227)) (-1113 (-390)) (-1113 (-390))) 164) (((-1152 (-227)) (-1 (-227) (-227) (-227)) (-1113 (-390)) (-1113 (-390)) (-656 (-270))) 163) (((-1152 (-227)) (-1 (-960 (-227)) (-227)) (-1113 (-390))) 145) (((-1152 (-227)) (-1 (-960 (-227)) (-227)) (-1113 (-390)) (-656 (-270))) 143) (((-1152 (-227)) (-892 (-1 (-227) (-227))) (-1113 (-390))) 144) (((-1152 (-227)) (-892 (-1 (-227) (-227))) (-1113 (-390)) (-656 (-270))) 141)) (-1660 (((-1288) (-895 (-1 (-227) (-227) (-227))) (-1113 (-390)) (-1113 (-390))) 175) (((-1288) (-895 (-1 (-227) (-227) (-227))) (-1113 (-390)) (-1113 (-390)) (-656 (-270))) 174) (((-1288) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-390)) (-1113 (-390))) 178) (((-1288) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-390)) (-1113 (-390)) (-656 (-270))) 177) (((-1288) (-1 (-227) (-227) (-227)) (-1113 (-390)) (-1113 (-390))) 166) (((-1288) (-1 (-227) (-227) (-227)) (-1113 (-390)) (-1113 (-390)) (-656 (-270))) 165) (((-1288) (-1 (-960 (-227)) (-227)) (-1113 (-390))) 151) (((-1288) (-1 (-960 (-227)) (-227)) (-1113 (-390)) (-656 (-270))) 150) (((-1288) (-892 (-1 (-227) (-227))) (-1113 (-390))) 149) (((-1288) (-892 (-1 (-227) (-227))) (-1113 (-390)) (-656 (-270))) 148) (((-1287) (-890 (-1 (-227) (-227))) (-1113 (-390))) 113) (((-1287) (-890 (-1 (-227) (-227))) (-1113 (-390)) (-656 (-270))) 112) (((-1287) (-1 (-227) (-227)) (-1113 (-390))) 107) (((-1287) (-1 (-227) (-227)) (-1113 (-390)) (-656 (-270))) 105)))
-(((-262) (-10 -7 (-15 -1660 ((-1287) (-1 (-227) (-227)) (-1113 (-390)) (-656 (-270)))) (-15 -1660 ((-1287) (-1 (-227) (-227)) (-1113 (-390)))) (-15 -1660 ((-1287) (-890 (-1 (-227) (-227))) (-1113 (-390)) (-656 (-270)))) (-15 -1660 ((-1287) (-890 (-1 (-227) (-227))) (-1113 (-390)))) (-15 -1660 ((-1288) (-892 (-1 (-227) (-227))) (-1113 (-390)) (-656 (-270)))) (-15 -1660 ((-1288) (-892 (-1 (-227) (-227))) (-1113 (-390)))) (-15 -1660 ((-1288) (-1 (-960 (-227)) (-227)) (-1113 (-390)) (-656 (-270)))) (-15 -1660 ((-1288) (-1 (-960 (-227)) (-227)) (-1113 (-390)))) (-15 -1702 ((-1152 (-227)) (-892 (-1 (-227) (-227))) (-1113 (-390)) (-656 (-270)))) (-15 -1702 ((-1152 (-227)) (-892 (-1 (-227) (-227))) (-1113 (-390)))) (-15 -1702 ((-1152 (-227)) (-1 (-960 (-227)) (-227)) (-1113 (-390)) (-656 (-270)))) (-15 -1702 ((-1152 (-227)) (-1 (-960 (-227)) (-227)) (-1113 (-390)))) (-15 -1660 ((-1288) (-1 (-227) (-227) (-227)) (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -1660 ((-1288) (-1 (-227) (-227) (-227)) (-1113 (-390)) (-1113 (-390)))) (-15 -1702 ((-1152 (-227)) (-1 (-227) (-227) (-227)) (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -1702 ((-1152 (-227)) (-1 (-227) (-227) (-227)) (-1113 (-390)) (-1113 (-390)))) (-15 -1660 ((-1288) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -1660 ((-1288) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-390)) (-1113 (-390)))) (-15 -1702 ((-1152 (-227)) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -1702 ((-1152 (-227)) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-390)) (-1113 (-390)))) (-15 -1660 ((-1288) (-895 (-1 (-227) (-227) (-227))) (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -1660 ((-1288) (-895 (-1 (-227) (-227) (-227))) (-1113 (-390)) (-1113 (-390)))) (-15 -1702 ((-1152 (-227)) (-895 (-1 (-227) (-227) (-227))) (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -1702 ((-1152 (-227)) (-895 (-1 (-227) (-227) (-227))) (-1113 (-390)) (-1113 (-390)))) (-15 -2524 ((-1 (-960 (-227)) (-227) (-227)) (-1 (-960 (-227)) (-227) (-227)) (-1 (-227) (-227) (-227) (-227)))))) (T -262))
-((-2524 (*1 *2 *2 *3) (-12 (-5 *2 (-1 (-960 (-227)) (-227) (-227))) (-5 *3 (-1 (-227) (-227) (-227) (-227))) (-5 *1 (-262)))) (-1702 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-895 (-1 (-227) (-227) (-227)))) (-5 *4 (-1113 (-390))) (-5 *2 (-1152 (-227))) (-5 *1 (-262)))) (-1702 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-895 (-1 (-227) (-227) (-227)))) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-262)))) (-1660 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-895 (-1 (-227) (-227) (-227)))) (-5 *4 (-1113 (-390))) (-5 *2 (-1288)) (-5 *1 (-262)))) (-1660 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-895 (-1 (-227) (-227) (-227)))) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1288)) (-5 *1 (-262)))) (-1702 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-960 (-227)) (-227) (-227))) (-5 *4 (-1113 (-390))) (-5 *2 (-1152 (-227))) (-5 *1 (-262)))) (-1702 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-960 (-227)) (-227) (-227))) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-262)))) (-1660 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-960 (-227)) (-227) (-227))) (-5 *4 (-1113 (-390))) (-5 *2 (-1288)) (-5 *1 (-262)))) (-1660 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-960 (-227)) (-227) (-227))) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1288)) (-5 *1 (-262)))) (-1702 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1113 (-390))) (-5 *2 (-1152 (-227))) (-5 *1 (-262)))) (-1702 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-262)))) (-1660 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1113 (-390))) (-5 *2 (-1288)) (-5 *1 (-262)))) (-1660 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1288)) (-5 *1 (-262)))) (-1702 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-960 (-227)) (-227))) (-5 *4 (-1113 (-390))) (-5 *2 (-1152 (-227))) (-5 *1 (-262)))) (-1702 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-960 (-227)) (-227))) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-262)))) (-1702 (*1 *2 *3 *4) (-12 (-5 *3 (-892 (-1 (-227) (-227)))) (-5 *4 (-1113 (-390))) (-5 *2 (-1152 (-227))) (-5 *1 (-262)))) (-1702 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-892 (-1 (-227) (-227)))) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-262)))) (-1660 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-960 (-227)) (-227))) (-5 *4 (-1113 (-390))) (-5 *2 (-1288)) (-5 *1 (-262)))) (-1660 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-960 (-227)) (-227))) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1288)) (-5 *1 (-262)))) (-1660 (*1 *2 *3 *4) (-12 (-5 *3 (-892 (-1 (-227) (-227)))) (-5 *4 (-1113 (-390))) (-5 *2 (-1288)) (-5 *1 (-262)))) (-1660 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-892 (-1 (-227) (-227)))) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1288)) (-5 *1 (-262)))) (-1660 (*1 *2 *3 *4) (-12 (-5 *3 (-890 (-1 (-227) (-227)))) (-5 *4 (-1113 (-390))) (-5 *2 (-1287)) (-5 *1 (-262)))) (-1660 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-890 (-1 (-227) (-227)))) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1287)) (-5 *1 (-262)))) (-1660 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-227) (-227))) (-5 *4 (-1113 (-390))) (-5 *2 (-1287)) (-5 *1 (-262)))) (-1660 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-227) (-227))) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1287)) (-5 *1 (-262)))))
-(-10 -7 (-15 -1660 ((-1287) (-1 (-227) (-227)) (-1113 (-390)) (-656 (-270)))) (-15 -1660 ((-1287) (-1 (-227) (-227)) (-1113 (-390)))) (-15 -1660 ((-1287) (-890 (-1 (-227) (-227))) (-1113 (-390)) (-656 (-270)))) (-15 -1660 ((-1287) (-890 (-1 (-227) (-227))) (-1113 (-390)))) (-15 -1660 ((-1288) (-892 (-1 (-227) (-227))) (-1113 (-390)) (-656 (-270)))) (-15 -1660 ((-1288) (-892 (-1 (-227) (-227))) (-1113 (-390)))) (-15 -1660 ((-1288) (-1 (-960 (-227)) (-227)) (-1113 (-390)) (-656 (-270)))) (-15 -1660 ((-1288) (-1 (-960 (-227)) (-227)) (-1113 (-390)))) (-15 -1702 ((-1152 (-227)) (-892 (-1 (-227) (-227))) (-1113 (-390)) (-656 (-270)))) (-15 -1702 ((-1152 (-227)) (-892 (-1 (-227) (-227))) (-1113 (-390)))) (-15 -1702 ((-1152 (-227)) (-1 (-960 (-227)) (-227)) (-1113 (-390)) (-656 (-270)))) (-15 -1702 ((-1152 (-227)) (-1 (-960 (-227)) (-227)) (-1113 (-390)))) (-15 -1660 ((-1288) (-1 (-227) (-227) (-227)) (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -1660 ((-1288) (-1 (-227) (-227) (-227)) (-1113 (-390)) (-1113 (-390)))) (-15 -1702 ((-1152 (-227)) (-1 (-227) (-227) (-227)) (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -1702 ((-1152 (-227)) (-1 (-227) (-227) (-227)) (-1113 (-390)) (-1113 (-390)))) (-15 -1660 ((-1288) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -1660 ((-1288) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-390)) (-1113 (-390)))) (-15 -1702 ((-1152 (-227)) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -1702 ((-1152 (-227)) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-390)) (-1113 (-390)))) (-15 -1660 ((-1288) (-895 (-1 (-227) (-227) (-227))) (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -1660 ((-1288) (-895 (-1 (-227) (-227) (-227))) (-1113 (-390)) (-1113 (-390)))) (-15 -1702 ((-1152 (-227)) (-895 (-1 (-227) (-227) (-227))) (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -1702 ((-1152 (-227)) (-895 (-1 (-227) (-227) (-227))) (-1113 (-390)) (-1113 (-390)))) (-15 -2524 ((-1 (-960 (-227)) (-227) (-227)) (-1 (-960 (-227)) (-227) (-227)) (-1 (-227) (-227) (-227) (-227)))))
-((-1660 (((-1287) (-304 |#2|) (-1195) (-1195) (-656 (-270))) 101)))
-(((-263 |#1| |#2|) (-10 -7 (-15 -1660 ((-1287) (-304 |#2|) (-1195) (-1195) (-656 (-270))))) (-13 (-568) (-862) (-1057 (-576))) (-442 |#1|)) (T -263))
-((-1660 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-304 *7)) (-5 *4 (-1195)) (-5 *5 (-656 (-270))) (-4 *7 (-442 *6)) (-4 *6 (-13 (-568) (-862) (-1057 (-576)))) (-5 *2 (-1287)) (-5 *1 (-263 *6 *7)))))
-(-10 -7 (-15 -1660 ((-1287) (-304 |#2|) (-1195) (-1195) (-656 (-270)))))
-((-4127 (((-576) (-576)) 71)) (-3794 (((-576) (-576)) 72)) (-1813 (((-227) (-227)) 73)) (-1892 (((-1288) (-1 (-171 (-227)) (-171 (-227))) (-1113 (-227)) (-1113 (-227))) 70)) (-2237 (((-1288) (-1 (-171 (-227)) (-171 (-227))) (-1113 (-227)) (-1113 (-227)) (-112)) 68)))
-(((-264) (-10 -7 (-15 -2237 ((-1288) (-1 (-171 (-227)) (-171 (-227))) (-1113 (-227)) (-1113 (-227)) (-112))) (-15 -1892 ((-1288) (-1 (-171 (-227)) (-171 (-227))) (-1113 (-227)) (-1113 (-227)))) (-15 -4127 ((-576) (-576))) (-15 -3794 ((-576) (-576))) (-15 -1813 ((-227) (-227))))) (T -264))
-((-1813 (*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-264)))) (-3794 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-264)))) (-4127 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-264)))) (-1892 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-171 (-227)) (-171 (-227)))) (-5 *4 (-1113 (-227))) (-5 *2 (-1288)) (-5 *1 (-264)))) (-2237 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-171 (-227)) (-171 (-227)))) (-5 *4 (-1113 (-227))) (-5 *5 (-112)) (-5 *2 (-1288)) (-5 *1 (-264)))))
-(-10 -7 (-15 -2237 ((-1288) (-1 (-171 (-227)) (-171 (-227))) (-1113 (-227)) (-1113 (-227)) (-112))) (-15 -1892 ((-1288) (-1 (-171 (-227)) (-171 (-227))) (-1113 (-227)) (-1113 (-227)))) (-15 -4127 ((-576) (-576))) (-15 -3794 ((-576) (-576))) (-15 -1813 ((-227) (-227))))
-((-3567 (((-1111 (-390)) (-1111 (-326 |#1|))) 16)))
-(((-265 |#1|) (-10 -7 (-15 -3567 ((-1111 (-390)) (-1111 (-326 |#1|))))) (-13 (-862) (-568) (-626 (-390)))) (T -265))
-((-3567 (*1 *2 *3) (-12 (-5 *3 (-1111 (-326 *4))) (-4 *4 (-13 (-862) (-568) (-626 (-390)))) (-5 *2 (-1111 (-390))) (-5 *1 (-265 *4)))))
-(-10 -7 (-15 -3567 ((-1111 (-390)) (-1111 (-326 |#1|)))))
-((-1702 (((-1152 (-227)) (-895 |#1|) (-1111 (-390)) (-1111 (-390))) 75) (((-1152 (-227)) (-895 |#1|) (-1111 (-390)) (-1111 (-390)) (-656 (-270))) 74) (((-1152 (-227)) |#1| (-1111 (-390)) (-1111 (-390))) 65) (((-1152 (-227)) |#1| (-1111 (-390)) (-1111 (-390)) (-656 (-270))) 64) (((-1152 (-227)) (-892 |#1|) (-1111 (-390))) 56) (((-1152 (-227)) (-892 |#1|) (-1111 (-390)) (-656 (-270))) 55)) (-1660 (((-1288) (-895 |#1|) (-1111 (-390)) (-1111 (-390))) 78) (((-1288) (-895 |#1|) (-1111 (-390)) (-1111 (-390)) (-656 (-270))) 77) (((-1288) |#1| (-1111 (-390)) (-1111 (-390))) 68) (((-1288) |#1| (-1111 (-390)) (-1111 (-390)) (-656 (-270))) 67) (((-1288) (-892 |#1|) (-1111 (-390))) 60) (((-1288) (-892 |#1|) (-1111 (-390)) (-656 (-270))) 59) (((-1287) (-890 |#1|) (-1111 (-390))) 47) (((-1287) (-890 |#1|) (-1111 (-390)) (-656 (-270))) 46) (((-1287) |#1| (-1111 (-390))) 38) (((-1287) |#1| (-1111 (-390)) (-656 (-270))) 36)))
-(((-266 |#1|) (-10 -7 (-15 -1660 ((-1287) |#1| (-1111 (-390)) (-656 (-270)))) (-15 -1660 ((-1287) |#1| (-1111 (-390)))) (-15 -1660 ((-1287) (-890 |#1|) (-1111 (-390)) (-656 (-270)))) (-15 -1660 ((-1287) (-890 |#1|) (-1111 (-390)))) (-15 -1660 ((-1288) (-892 |#1|) (-1111 (-390)) (-656 (-270)))) (-15 -1660 ((-1288) (-892 |#1|) (-1111 (-390)))) (-15 -1702 ((-1152 (-227)) (-892 |#1|) (-1111 (-390)) (-656 (-270)))) (-15 -1702 ((-1152 (-227)) (-892 |#1|) (-1111 (-390)))) (-15 -1660 ((-1288) |#1| (-1111 (-390)) (-1111 (-390)) (-656 (-270)))) (-15 -1660 ((-1288) |#1| (-1111 (-390)) (-1111 (-390)))) (-15 -1702 ((-1152 (-227)) |#1| (-1111 (-390)) (-1111 (-390)) (-656 (-270)))) (-15 -1702 ((-1152 (-227)) |#1| (-1111 (-390)) (-1111 (-390)))) (-15 -1660 ((-1288) (-895 |#1|) (-1111 (-390)) (-1111 (-390)) (-656 (-270)))) (-15 -1660 ((-1288) (-895 |#1|) (-1111 (-390)) (-1111 (-390)))) (-15 -1702 ((-1152 (-227)) (-895 |#1|) (-1111 (-390)) (-1111 (-390)) (-656 (-270)))) (-15 -1702 ((-1152 (-227)) (-895 |#1|) (-1111 (-390)) (-1111 (-390))))) (-13 (-626 (-548)) (-1119))) (T -266))
-((-1702 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-895 *5)) (-5 *4 (-1111 (-390))) (-4 *5 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1152 (-227))) (-5 *1 (-266 *5)))) (-1702 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-895 *6)) (-5 *4 (-1111 (-390))) (-5 *5 (-656 (-270))) (-4 *6 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1152 (-227))) (-5 *1 (-266 *6)))) (-1660 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-895 *5)) (-5 *4 (-1111 (-390))) (-4 *5 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1288)) (-5 *1 (-266 *5)))) (-1660 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-895 *6)) (-5 *4 (-1111 (-390))) (-5 *5 (-656 (-270))) (-4 *6 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1288)) (-5 *1 (-266 *6)))) (-1702 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1111 (-390))) (-5 *2 (-1152 (-227))) (-5 *1 (-266 *3)) (-4 *3 (-13 (-626 (-548)) (-1119))))) (-1702 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1111 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-266 *3)) (-4 *3 (-13 (-626 (-548)) (-1119))))) (-1660 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1111 (-390))) (-5 *2 (-1288)) (-5 *1 (-266 *3)) (-4 *3 (-13 (-626 (-548)) (-1119))))) (-1660 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1111 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1288)) (-5 *1 (-266 *3)) (-4 *3 (-13 (-626 (-548)) (-1119))))) (-1702 (*1 *2 *3 *4) (-12 (-5 *3 (-892 *5)) (-5 *4 (-1111 (-390))) (-4 *5 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1152 (-227))) (-5 *1 (-266 *5)))) (-1702 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-892 *6)) (-5 *4 (-1111 (-390))) (-5 *5 (-656 (-270))) (-4 *6 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1152 (-227))) (-5 *1 (-266 *6)))) (-1660 (*1 *2 *3 *4) (-12 (-5 *3 (-892 *5)) (-5 *4 (-1111 (-390))) (-4 *5 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1288)) (-5 *1 (-266 *5)))) (-1660 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-892 *6)) (-5 *4 (-1111 (-390))) (-5 *5 (-656 (-270))) (-4 *6 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1288)) (-5 *1 (-266 *6)))) (-1660 (*1 *2 *3 *4) (-12 (-5 *3 (-890 *5)) (-5 *4 (-1111 (-390))) (-4 *5 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1287)) (-5 *1 (-266 *5)))) (-1660 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-890 *6)) (-5 *4 (-1111 (-390))) (-5 *5 (-656 (-270))) (-4 *6 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1287)) (-5 *1 (-266 *6)))) (-1660 (*1 *2 *3 *4) (-12 (-5 *4 (-1111 (-390))) (-5 *2 (-1287)) (-5 *1 (-266 *3)) (-4 *3 (-13 (-626 (-548)) (-1119))))) (-1660 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1111 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1287)) (-5 *1 (-266 *3)) (-4 *3 (-13 (-626 (-548)) (-1119))))))
-(-10 -7 (-15 -1660 ((-1287) |#1| (-1111 (-390)) (-656 (-270)))) (-15 -1660 ((-1287) |#1| (-1111 (-390)))) (-15 -1660 ((-1287) (-890 |#1|) (-1111 (-390)) (-656 (-270)))) (-15 -1660 ((-1287) (-890 |#1|) (-1111 (-390)))) (-15 -1660 ((-1288) (-892 |#1|) (-1111 (-390)) (-656 (-270)))) (-15 -1660 ((-1288) (-892 |#1|) (-1111 (-390)))) (-15 -1702 ((-1152 (-227)) (-892 |#1|) (-1111 (-390)) (-656 (-270)))) (-15 -1702 ((-1152 (-227)) (-892 |#1|) (-1111 (-390)))) (-15 -1660 ((-1288) |#1| (-1111 (-390)) (-1111 (-390)) (-656 (-270)))) (-15 -1660 ((-1288) |#1| (-1111 (-390)) (-1111 (-390)))) (-15 -1702 ((-1152 (-227)) |#1| (-1111 (-390)) (-1111 (-390)) (-656 (-270)))) (-15 -1702 ((-1152 (-227)) |#1| (-1111 (-390)) (-1111 (-390)))) (-15 -1660 ((-1288) (-895 |#1|) (-1111 (-390)) (-1111 (-390)) (-656 (-270)))) (-15 -1660 ((-1288) (-895 |#1|) (-1111 (-390)) (-1111 (-390)))) (-15 -1702 ((-1152 (-227)) (-895 |#1|) (-1111 (-390)) (-1111 (-390)) (-656 (-270)))) (-15 -1702 ((-1152 (-227)) (-895 |#1|) (-1111 (-390)) (-1111 (-390)))))
-((-1660 (((-1288) (-656 (-227)) (-656 (-227)) (-656 (-227)) (-656 (-270))) 23) (((-1288) (-656 (-227)) (-656 (-227)) (-656 (-227))) 24) (((-1287) (-656 (-960 (-227))) (-656 (-270))) 16) (((-1287) (-656 (-960 (-227)))) 17) (((-1287) (-656 (-227)) (-656 (-227)) (-656 (-270))) 20) (((-1287) (-656 (-227)) (-656 (-227))) 21)))
-(((-267) (-10 -7 (-15 -1660 ((-1287) (-656 (-227)) (-656 (-227)))) (-15 -1660 ((-1287) (-656 (-227)) (-656 (-227)) (-656 (-270)))) (-15 -1660 ((-1287) (-656 (-960 (-227))))) (-15 -1660 ((-1287) (-656 (-960 (-227))) (-656 (-270)))) (-15 -1660 ((-1288) (-656 (-227)) (-656 (-227)) (-656 (-227)))) (-15 -1660 ((-1288) (-656 (-227)) (-656 (-227)) (-656 (-227)) (-656 (-270)))))) (T -267))
-((-1660 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-656 (-227))) (-5 *4 (-656 (-270))) (-5 *2 (-1288)) (-5 *1 (-267)))) (-1660 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-656 (-227))) (-5 *2 (-1288)) (-5 *1 (-267)))) (-1660 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-960 (-227)))) (-5 *4 (-656 (-270))) (-5 *2 (-1287)) (-5 *1 (-267)))) (-1660 (*1 *2 *3) (-12 (-5 *3 (-656 (-960 (-227)))) (-5 *2 (-1287)) (-5 *1 (-267)))) (-1660 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-656 (-227))) (-5 *4 (-656 (-270))) (-5 *2 (-1287)) (-5 *1 (-267)))) (-1660 (*1 *2 *3 *3) (-12 (-5 *3 (-656 (-227))) (-5 *2 (-1287)) (-5 *1 (-267)))))
-(-10 -7 (-15 -1660 ((-1287) (-656 (-227)) (-656 (-227)))) (-15 -1660 ((-1287) (-656 (-227)) (-656 (-227)) (-656 (-270)))) (-15 -1660 ((-1287) (-656 (-960 (-227))))) (-15 -1660 ((-1287) (-656 (-960 (-227))) (-656 (-270)))) (-15 -1660 ((-1288) (-656 (-227)) (-656 (-227)) (-656 (-227)))) (-15 -1660 ((-1288) (-656 (-227)) (-656 (-227)) (-656 (-227)) (-656 (-270)))))
-((-3623 (((-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))) (-656 (-270)) (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)))) 25)) (-2531 (((-938) (-656 (-270)) (-938)) 52)) (-2190 (((-938) (-656 (-270)) (-938)) 51)) (-2323 (((-656 (-390)) (-656 (-270)) (-656 (-390))) 68)) (-3039 (((-390) (-656 (-270)) (-390)) 57)) (-1738 (((-938) (-656 (-270)) (-938)) 53)) (-2641 (((-112) (-656 (-270)) (-112)) 27)) (-1355 (((-1177) (-656 (-270)) (-1177)) 19)) (-2287 (((-1177) (-656 (-270)) (-1177)) 26)) (-1320 (((-1152 (-227)) (-656 (-270))) 46)) (-3246 (((-656 (-1113 (-390))) (-656 (-270)) (-656 (-1113 (-390)))) 40)) (-2331 (((-886) (-656 (-270)) (-886)) 32)) (-1759 (((-886) (-656 (-270)) (-886)) 33)) (-2019 (((-1 (-960 (-227)) (-960 (-227))) (-656 (-270)) (-1 (-960 (-227)) (-960 (-227)))) 63)) (-4309 (((-112) (-656 (-270)) (-112)) 14)) (-2158 (((-112) (-656 (-270)) (-112)) 13)))
-(((-268) (-10 -7 (-15 -2158 ((-112) (-656 (-270)) (-112))) (-15 -4309 ((-112) (-656 (-270)) (-112))) (-15 -3623 ((-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))) (-656 (-270)) (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))) (-15 -1355 ((-1177) (-656 (-270)) (-1177))) (-15 -2287 ((-1177) (-656 (-270)) (-1177))) (-15 -2641 ((-112) (-656 (-270)) (-112))) (-15 -2331 ((-886) (-656 (-270)) (-886))) (-15 -1759 ((-886) (-656 (-270)) (-886))) (-15 -3246 ((-656 (-1113 (-390))) (-656 (-270)) (-656 (-1113 (-390))))) (-15 -2190 ((-938) (-656 (-270)) (-938))) (-15 -2531 ((-938) (-656 (-270)) (-938))) (-15 -1320 ((-1152 (-227)) (-656 (-270)))) (-15 -1738 ((-938) (-656 (-270)) (-938))) (-15 -3039 ((-390) (-656 (-270)) (-390))) (-15 -2019 ((-1 (-960 (-227)) (-960 (-227))) (-656 (-270)) (-1 (-960 (-227)) (-960 (-227))))) (-15 -2323 ((-656 (-390)) (-656 (-270)) (-656 (-390)))))) (T -268))
-((-2323 (*1 *2 *3 *2) (-12 (-5 *2 (-656 (-390))) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-2019 (*1 *2 *3 *2) (-12 (-5 *2 (-1 (-960 (-227)) (-960 (-227)))) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-3039 (*1 *2 *3 *2) (-12 (-5 *2 (-390)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-1738 (*1 *2 *3 *2) (-12 (-5 *2 (-938)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-1320 (*1 *2 *3) (-12 (-5 *3 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-268)))) (-2531 (*1 *2 *3 *2) (-12 (-5 *2 (-938)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-2190 (*1 *2 *3 *2) (-12 (-5 *2 (-938)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-3246 (*1 *2 *3 *2) (-12 (-5 *2 (-656 (-1113 (-390)))) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-1759 (*1 *2 *3 *2) (-12 (-5 *2 (-886)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-2331 (*1 *2 *3 *2) (-12 (-5 *2 (-886)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-2641 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-2287 (*1 *2 *3 *2) (-12 (-5 *2 (-1177)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-1355 (*1 *2 *3 *2) (-12 (-5 *2 (-1177)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-3623 (*1 *2 *3 *2) (-12 (-5 *2 (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)))) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-4309 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-2158 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))))
-(-10 -7 (-15 -2158 ((-112) (-656 (-270)) (-112))) (-15 -4309 ((-112) (-656 (-270)) (-112))) (-15 -3623 ((-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))) (-656 (-270)) (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))) (-15 -1355 ((-1177) (-656 (-270)) (-1177))) (-15 -2287 ((-1177) (-656 (-270)) (-1177))) (-15 -2641 ((-112) (-656 (-270)) (-112))) (-15 -2331 ((-886) (-656 (-270)) (-886))) (-15 -1759 ((-886) (-656 (-270)) (-886))) (-15 -3246 ((-656 (-1113 (-390))) (-656 (-270)) (-656 (-1113 (-390))))) (-15 -2190 ((-938) (-656 (-270)) (-938))) (-15 -2531 ((-938) (-656 (-270)) (-938))) (-15 -1320 ((-1152 (-227)) (-656 (-270)))) (-15 -1738 ((-938) (-656 (-270)) (-938))) (-15 -3039 ((-390) (-656 (-270)) (-390))) (-15 -2019 ((-1 (-960 (-227)) (-960 (-227))) (-656 (-270)) (-1 (-960 (-227)) (-960 (-227))))) (-15 -2323 ((-656 (-390)) (-656 (-270)) (-656 (-390)))))
-((-2573 (((-3 |#1| "failed") (-656 (-270)) (-1195)) 17)))
-(((-269 |#1|) (-10 -7 (-15 -2573 ((-3 |#1| "failed") (-656 (-270)) (-1195)))) (-1236)) (T -269))
-((-2573 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-656 (-270))) (-5 *4 (-1195)) (-5 *1 (-269 *2)) (-4 *2 (-1236)))))
-(-10 -7 (-15 -2573 ((-3 |#1| "failed") (-656 (-270)) (-1195))))
-((-3486 (((-112) $ $) NIL)) (-3623 (($ (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)))) 24)) (-2531 (($ (-938)) 81)) (-2190 (($ (-938)) 80)) (-2061 (($ (-656 (-390))) 87)) (-3039 (($ (-390)) 66)) (-1738 (($ (-938)) 82)) (-2641 (($ (-112)) 33)) (-1355 (($ (-1177)) 28)) (-2287 (($ (-1177)) 29)) (-1320 (($ (-1152 (-227))) 76)) (-3246 (($ (-656 (-1113 (-390)))) 72)) (-3954 (($ (-656 (-1113 (-390)))) 68) (($ (-656 (-1113 (-419 (-576))))) 71)) (-4039 (($ (-390)) 38) (($ (-886)) 42)) (-4418 (((-112) (-656 $) (-1195)) 100)) (-2573 (((-3 (-52) "failed") (-656 $) (-1195)) 102)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2178 (($ (-390)) 43) (($ (-886)) 44)) (-2203 (($ (-1 (-960 (-227)) (-960 (-227)))) 65)) (-2019 (($ (-1 (-960 (-227)) (-960 (-227)))) 83)) (-2458 (($ (-1 (-227) (-227))) 48) (($ (-1 (-227) (-227) (-227))) 52) (($ (-1 (-227) (-227) (-227) (-227))) 56)) (-3567 (((-874) $) 93)) (-4337 (($ (-112)) 34) (($ (-656 (-1113 (-390)))) 60)) (-1540 (((-112) $ $) NIL)) (-2158 (($ (-112)) 35)) (-2921 (((-112) $ $) 97)))
-(((-270) (-13 (-1119) (-10 -8 (-15 -2158 ($ (-112))) (-15 -4337 ($ (-112))) (-15 -3623 ($ (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))) (-15 -1355 ($ (-1177))) (-15 -2287 ($ (-1177))) (-15 -2641 ($ (-112))) (-15 -4337 ($ (-656 (-1113 (-390))))) (-15 -2203 ($ (-1 (-960 (-227)) (-960 (-227))))) (-15 -4039 ($ (-390))) (-15 -4039 ($ (-886))) (-15 -2178 ($ (-390))) (-15 -2178 ($ (-886))) (-15 -2458 ($ (-1 (-227) (-227)))) (-15 -2458 ($ (-1 (-227) (-227) (-227)))) (-15 -2458 ($ (-1 (-227) (-227) (-227) (-227)))) (-15 -3039 ($ (-390))) (-15 -3954 ($ (-656 (-1113 (-390))))) (-15 -3954 ($ (-656 (-1113 (-419 (-576)))))) (-15 -3246 ($ (-656 (-1113 (-390))))) (-15 -1320 ($ (-1152 (-227)))) (-15 -2190 ($ (-938))) (-15 -2531 ($ (-938))) (-15 -1738 ($ (-938))) (-15 -2019 ($ (-1 (-960 (-227)) (-960 (-227))))) (-15 -2061 ($ (-656 (-390)))) (-15 -2573 ((-3 (-52) "failed") (-656 $) (-1195))) (-15 -4418 ((-112) (-656 $) (-1195)))))) (T -270))
-((-2158 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-270)))) (-4337 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-270)))) (-3623 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)))) (-5 *1 (-270)))) (-1355 (*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-270)))) (-2287 (*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-270)))) (-2641 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-270)))) (-4337 (*1 *1 *2) (-12 (-5 *2 (-656 (-1113 (-390)))) (-5 *1 (-270)))) (-2203 (*1 *1 *2) (-12 (-5 *2 (-1 (-960 (-227)) (-960 (-227)))) (-5 *1 (-270)))) (-4039 (*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-270)))) (-4039 (*1 *1 *2) (-12 (-5 *2 (-886)) (-5 *1 (-270)))) (-2178 (*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-270)))) (-2178 (*1 *1 *2) (-12 (-5 *2 (-886)) (-5 *1 (-270)))) (-2458 (*1 *1 *2) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *1 (-270)))) (-2458 (*1 *1 *2) (-12 (-5 *2 (-1 (-227) (-227) (-227))) (-5 *1 (-270)))) (-2458 (*1 *1 *2) (-12 (-5 *2 (-1 (-227) (-227) (-227) (-227))) (-5 *1 (-270)))) (-3039 (*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-270)))) (-3954 (*1 *1 *2) (-12 (-5 *2 (-656 (-1113 (-390)))) (-5 *1 (-270)))) (-3954 (*1 *1 *2) (-12 (-5 *2 (-656 (-1113 (-419 (-576))))) (-5 *1 (-270)))) (-3246 (*1 *1 *2) (-12 (-5 *2 (-656 (-1113 (-390)))) (-5 *1 (-270)))) (-1320 (*1 *1 *2) (-12 (-5 *2 (-1152 (-227))) (-5 *1 (-270)))) (-2190 (*1 *1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-270)))) (-2531 (*1 *1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-270)))) (-1738 (*1 *1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-270)))) (-2019 (*1 *1 *2) (-12 (-5 *2 (-1 (-960 (-227)) (-960 (-227)))) (-5 *1 (-270)))) (-2061 (*1 *1 *2) (-12 (-5 *2 (-656 (-390))) (-5 *1 (-270)))) (-2573 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-656 (-270))) (-5 *4 (-1195)) (-5 *2 (-52)) (-5 *1 (-270)))) (-4418 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-270))) (-5 *4 (-1195)) (-5 *2 (-112)) (-5 *1 (-270)))))
-(-13 (-1119) (-10 -8 (-15 -2158 ($ (-112))) (-15 -4337 ($ (-112))) (-15 -3623 ($ (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))) (-15 -1355 ($ (-1177))) (-15 -2287 ($ (-1177))) (-15 -2641 ($ (-112))) (-15 -4337 ($ (-656 (-1113 (-390))))) (-15 -2203 ($ (-1 (-960 (-227)) (-960 (-227))))) (-15 -4039 ($ (-390))) (-15 -4039 ($ (-886))) (-15 -2178 ($ (-390))) (-15 -2178 ($ (-886))) (-15 -2458 ($ (-1 (-227) (-227)))) (-15 -2458 ($ (-1 (-227) (-227) (-227)))) (-15 -2458 ($ (-1 (-227) (-227) (-227) (-227)))) (-15 -3039 ($ (-390))) (-15 -3954 ($ (-656 (-1113 (-390))))) (-15 -3954 ($ (-656 (-1113 (-419 (-576)))))) (-15 -3246 ($ (-656 (-1113 (-390))))) (-15 -1320 ($ (-1152 (-227)))) (-15 -2190 ($ (-938))) (-15 -2531 ($ (-938))) (-15 -1738 ($ (-938))) (-15 -2019 ($ (-1 (-960 (-227)) (-960 (-227))))) (-15 -2061 ($ (-656 (-390)))) (-15 -2573 ((-3 (-52) "failed") (-656 $) (-1195))) (-15 -4418 ((-112) (-656 $) (-1195)))))
-((-2770 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-783)) 11) (($ $ (-656 (-1195)) (-656 (-783))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195))) NIL) (($ $ (-1195)) 19) (($ $ (-783)) NIL) (($ $) 16)) (-2014 (($ $ (-1 |#2| |#2|)) 12) (($ $ (-1 |#2| |#2|) (-783)) 14) (($ $ (-656 (-1195)) (-656 (-783))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195))) NIL) (($ $ (-1195)) NIL) (($ $ (-783)) NIL) (($ $) NIL)))
-(((-271 |#1| |#2|) (-10 -8 (-15 -2770 (|#1| |#1|)) (-15 -2014 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2014 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -2014 (|#1| |#1| (-1195))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -2014 (|#1| |#1| (-656 (-1195)))) (-15 -2014 (|#1| |#1| (-1195) (-783))) (-15 -2014 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -2014 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -2014 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|)))) (-272 |#2|) (-1236)) (T -271))
-NIL
-(-10 -8 (-15 -2770 (|#1| |#1|)) (-15 -2014 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2014 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -2014 (|#1| |#1| (-1195))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -2014 (|#1| |#1| (-656 (-1195)))) (-15 -2014 (|#1| |#1| (-1195) (-783))) (-15 -2014 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -2014 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -2014 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|))))
-((-2770 (($ $ (-1 |#1| |#1|)) 23) (($ $ (-1 |#1| |#1|) (-783)) 22) (($ $ (-656 (-1195)) (-656 (-783))) 16 (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) 15 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) 14 (|has| |#1| (-917 (-1195)))) (($ $ (-1195)) 12 (|has| |#1| (-917 (-1195)))) (($ $ (-783)) 10 (|has| |#1| (-237))) (($ $) 8 (|has| |#1| (-237)))) (-2014 (($ $ (-1 |#1| |#1|)) 21) (($ $ (-1 |#1| |#1|) (-783)) 20) (($ $ (-656 (-1195)) (-656 (-783))) 19 (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) 18 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) 17 (|has| |#1| (-917 (-1195)))) (($ $ (-1195)) 13 (|has| |#1| (-917 (-1195)))) (($ $ (-783)) 11 (|has| |#1| (-237))) (($ $) 9 (|has| |#1| (-237)))))
-(((-272 |#1|) (-141) (-1236)) (T -272))
-((-2770 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-272 *3)) (-4 *3 (-1236)))) (-2770 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-783)) (-4 *1 (-272 *4)) (-4 *4 (-1236)))) (-2014 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-272 *3)) (-4 *3 (-1236)))) (-2014 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-783)) (-4 *1 (-272 *4)) (-4 *4 (-1236)))))
-(-13 (-1236) (-10 -8 (-15 -2770 ($ $ (-1 |t#1| |t#1|))) (-15 -2770 ($ $ (-1 |t#1| |t#1|) (-783))) (-15 -2014 ($ $ (-1 |t#1| |t#1|))) (-15 -2014 ($ $ (-1 |t#1| |t#1|) (-783))) (IF (|has| |t#1| (-237)) (-6 (-237)) |%noBranch|) (IF (|has| |t#1| (-917 (-1195))) (-6 (-917 (-1195))) |%noBranch|)))
-(((-234 $) |has| |#1| (-237)) ((-237) |has| |#1| (-237)) ((-909 $ #0=(-1195)) |has| |#1| (-917 (-1195))) ((-917 #0#) |has| |#1| (-917 (-1195))) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2048 (((-656 (-783)) $) NIL) (((-656 (-783)) $ |#2|) NIL)) (-3903 (((-783) $) NIL) (((-783) $ |#2|) NIL)) (-1960 (((-656 |#3|) $) NIL)) (-1797 (((-1191 $) $ |#3|) NIL) (((-1191 |#1|) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-1925 (((-783) $) NIL) (((-783) $ (-656 |#3|)) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1415 (($ $) NIL (|has| |#1| (-464)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-3533 (($ $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 |#3| "failed") $) NIL) (((-3 |#2| "failed") $) NIL) (((-3 (-1144 |#1| |#2|) "failed") $) 23)) (-2857 ((|#1| $) NIL) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1057 (-576)))) ((|#3| $) NIL) ((|#2| $) NIL) (((-1144 |#1| |#2|) $) NIL)) (-1990 (($ $ $ |#3|) NIL (|has| |#1| (-174)))) (-2109 (($ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2619 (($ $) NIL (|has| |#1| (-464))) (($ $ |#3|) NIL (|has| |#1| (-464)))) (-2098 (((-656 $) $) NIL)) (-4283 (((-112) $) NIL (|has| |#1| (-926)))) (-2056 (($ $ |#1| (-543 |#3|) $) NIL)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (-12 (|has| |#1| (-899 (-390))) (|has| |#3| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (-12 (|has| |#1| (-899 (-576))) (|has| |#3| (-899 (-576)))))) (-1991 (((-783) $ |#2|) NIL) (((-783) $) 10)) (-3612 (((-112) $) NIL)) (-1935 (((-783) $) NIL)) (-1950 (($ (-1191 |#1|) |#3|) NIL) (($ (-1191 $) |#3|) NIL)) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-543 |#3|)) NIL) (($ $ |#3| (-783)) NIL) (($ $ (-656 |#3|) (-656 (-783))) NIL)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ |#3|) NIL)) (-2488 (((-543 |#3|) $) NIL) (((-783) $ |#3|) NIL) (((-656 (-783)) $ (-656 |#3|)) NIL)) (-3492 (($ (-1 (-543 |#3|) (-543 |#3|)) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-3374 (((-1 $ (-783)) |#2|) NIL) (((-1 $ (-783)) $) NIL (|has| |#1| (-238)))) (-1429 (((-3 |#3| "failed") $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) NIL) (((-701 |#1|) (-1286 $)) NIL)) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-2754 ((|#3| $) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-3881 (((-1177) $) NIL)) (-1690 (((-112) $) NIL)) (-2692 (((-3 (-656 $) "failed") $) NIL)) (-3656 (((-3 (-656 $) "failed") $) NIL)) (-2244 (((-3 (-2 (|:| |var| |#3|) (|:| -2125 (-783))) "failed") $) NIL)) (-4282 (($ $) NIL)) (-1448 (((-1139) $) NIL)) (-2055 (((-112) $) NIL)) (-2065 ((|#1| $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-464)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1827 (((-430 $) $) NIL (|has| |#1| (-926)))) (-3473 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-3281 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ |#3| |#1|) NIL) (($ $ (-656 |#3|) (-656 |#1|)) NIL) (($ $ |#3| $) NIL) (($ $ (-656 |#3|) (-656 $)) NIL) (($ $ |#2| $) NIL (|has| |#1| (-238))) (($ $ (-656 |#2|) (-656 $)) NIL (|has| |#1| (-238))) (($ $ |#2| |#1|) NIL (|has| |#1| (-238))) (($ $ (-656 |#2|) (-656 |#1|)) NIL (|has| |#1| (-238)))) (-2491 (($ $ |#3|) NIL (|has| |#1| (-174)))) (-2770 (($ $ (-656 |#3|) (-656 (-783))) NIL) (($ $ |#3| (-783)) NIL) (($ $ (-656 |#3|)) NIL) (($ $ |#3|) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195)))) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237)))) (-2956 (((-656 |#2|) $) NIL)) (-1967 (((-543 |#3|) $) NIL) (((-783) $ |#3|) NIL) (((-656 (-783)) $ (-656 |#3|)) NIL) (((-783) $ |#2|) NIL)) (-4169 (((-905 (-390)) $) NIL (-12 (|has| |#1| (-626 (-905 (-390)))) (|has| |#3| (-626 (-905 (-390)))))) (((-905 (-576)) $) NIL (-12 (|has| |#1| (-626 (-905 (-576)))) (|has| |#3| (-626 (-905 (-576)))))) (((-548) $) NIL (-12 (|has| |#1| (-626 (-548))) (|has| |#3| (-626 (-548)))))) (-2145 ((|#1| $) NIL (|has| |#1| (-464))) (($ $ |#3|) NIL (|has| |#1| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-926))))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#1|) 26) (($ |#3|) 25) (($ |#2|) NIL) (($ (-1144 |#1| |#2|)) 32) (($ (-419 (-576))) NIL (-2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576)))))) (($ $) NIL (|has| |#1| (-568)))) (-1691 (((-656 |#1|) $) NIL)) (-1749 ((|#1| $ (-543 |#3|)) NIL) (($ $ |#3| (-783)) NIL) (($ $ (-656 |#3|) (-656 (-783))) NIL)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#1| (-926))) (|has| |#1| (-146))))) (-2596 (((-783)) NIL T CONST)) (-2217 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-656 |#3|) (-656 (-783))) NIL) (($ $ |#3| (-783)) NIL) (($ $ (-656 |#3|)) NIL) (($ $ |#3|) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195)))) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237)))) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-273 |#1| |#2| |#3|) (-13 (-260 |#1| |#2| |#3| (-543 |#3|)) (-1057 (-1144 |#1| |#2|))) (-1068) (-862) (-275 |#2|)) (T -273))
-NIL
-(-13 (-260 |#1| |#2| |#3| (-543 |#3|)) (-1057 (-1144 |#1| |#2|)))
-((-3903 (((-783) $) 37)) (-1570 (((-3 |#2| "failed") $) 22)) (-2857 ((|#2| $) 33)) (-2770 (($ $ (-783)) 18) (($ $) 14)) (-3567 (((-874) $) 32) (($ |#2|) 11)) (-2921 (((-112) $ $) 26)) (-2946 (((-112) $ $) 36)))
-(((-274 |#1| |#2|) (-10 -8 (-15 -3903 ((-783) |#1|)) (-15 -3567 (|#1| |#2|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -2770 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2946 ((-112) |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -2921 ((-112) |#1| |#1|))) (-275 |#2|) (-862)) (T -274))
-NIL
-(-10 -8 (-15 -3903 ((-783) |#1|)) (-15 -3567 (|#1| |#2|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -2770 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2946 ((-112) |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -2921 ((-112) |#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-3903 (((-783) $) 22)) (-3052 ((|#1| $) 23)) (-1570 (((-3 |#1| "failed") $) 27)) (-2857 ((|#1| $) 28)) (-1991 (((-783) $) 24)) (-3123 (($ $ $) 14)) (-2352 (($ $ $) 15)) (-3374 (($ |#1| (-783)) 25)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-2770 (($ $ (-783)) 31) (($ $) 29)) (-3567 (((-874) $) 12) (($ |#1|) 26)) (-1540 (((-112) $ $) 9)) (-2014 (($ $ (-783)) 32) (($ $) 30)) (-2989 (((-112) $ $) 17)) (-2960 (((-112) $ $) 18)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 16)) (-2946 (((-112) $ $) 19)))
+((-2267 (((-656 (-783)) $) 56) (((-656 (-783)) $ |#3|) 59)) (-3139 (((-783) $) 58) (((-783) $ |#3|) 61)) (-3825 (($ $) 76)) (-2981 (((-3 |#2| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 (-576) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 |#3| "failed") $) 83)) (-1760 (((-783) $ |#3|) 43) (((-783) $) 38)) (-2840 (((-1 $ (-783)) |#3|) 15) (((-1 $ (-783)) $) 88)) (-4195 ((|#4| $) 69)) (-1910 (((-112) $) 67)) (-2296 (($ $) 75)) (-2143 (($ $ (-656 (-304 $))) 111) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-656 |#4|) (-656 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-656 |#4|) (-656 $)) NIL) (($ $ |#3| $) NIL) (($ $ (-656 |#3|) (-656 $)) 103) (($ $ |#3| |#2|) NIL) (($ $ (-656 |#3|) (-656 |#2|)) 97)) (-4107 (($ $ (-656 |#4|) (-656 (-783))) NIL) (($ $ |#4| (-783)) NIL) (($ $ (-656 |#4|)) NIL) (($ $ |#4|) NIL) (($ $ (-1 |#2| |#2|)) 32) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1197)) NIL) (($ $ (-656 (-1197))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL) (($ $) NIL) (($ $ (-783)) NIL)) (-3040 (((-656 |#3|) $) 86)) (-2786 ((|#5| $) NIL) (((-783) $ |#4|) NIL) (((-656 (-783)) $ (-656 |#4|)) NIL) (((-783) $ |#3|) 49)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (($ |#3|) 78) (($ (-419 (-576))) NIL) (($ $) NIL)))
+(((-259 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -4114 (|#1| |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -2143 (|#1| |#1| (-656 |#3|) (-656 |#2|))) (-15 -2143 (|#1| |#1| |#3| |#2|)) (-15 -2143 (|#1| |#1| (-656 |#3|) (-656 |#1|))) (-15 -2143 (|#1| |#1| |#3| |#1|)) (-15 -2840 ((-1 |#1| (-783)) |#1|)) (-15 -3825 (|#1| |#1|)) (-15 -2296 (|#1| |#1|)) (-15 -4195 (|#4| |#1|)) (-15 -1910 ((-112) |#1|)) (-15 -3139 ((-783) |#1| |#3|)) (-15 -2267 ((-656 (-783)) |#1| |#3|)) (-15 -3139 ((-783) |#1|)) (-15 -2267 ((-656 (-783)) |#1|)) (-15 -2786 ((-783) |#1| |#3|)) (-15 -1760 ((-783) |#1|)) (-15 -1760 ((-783) |#1| |#3|)) (-15 -3040 ((-656 |#3|) |#1|)) (-15 -2840 ((-1 |#1| (-783)) |#3|)) (-15 -4114 (|#1| |#3|)) (-15 -2981 ((-3 |#3| "failed") |#1|)) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2786 ((-656 (-783)) |#1| (-656 |#4|))) (-15 -2786 ((-783) |#1| |#4|)) (-15 -4114 (|#1| |#4|)) (-15 -2981 ((-3 |#4| "failed") |#1|)) (-15 -2143 (|#1| |#1| (-656 |#4|) (-656 |#1|))) (-15 -2143 (|#1| |#1| |#4| |#1|)) (-15 -2143 (|#1| |#1| (-656 |#4|) (-656 |#2|))) (-15 -2143 (|#1| |#1| |#4| |#2|)) (-15 -2143 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -2143 (|#1| |#1| |#1| |#1|)) (-15 -2143 (|#1| |#1| (-304 |#1|))) (-15 -2143 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -2786 (|#5| |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -4114 (|#1| |#2|)) (-15 -4107 (|#1| |#1| |#4|)) (-15 -4107 (|#1| |#1| (-656 |#4|))) (-15 -4107 (|#1| |#1| |#4| (-783))) (-15 -4107 (|#1| |#1| (-656 |#4|) (-656 (-783)))) (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|))) (-260 |#2| |#3| |#4| |#5|) (-1070) (-862) (-275 |#3|) (-805)) (T -259))
+NIL
+(-10 -8 (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -4114 (|#1| |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -2143 (|#1| |#1| (-656 |#3|) (-656 |#2|))) (-15 -2143 (|#1| |#1| |#3| |#2|)) (-15 -2143 (|#1| |#1| (-656 |#3|) (-656 |#1|))) (-15 -2143 (|#1| |#1| |#3| |#1|)) (-15 -2840 ((-1 |#1| (-783)) |#1|)) (-15 -3825 (|#1| |#1|)) (-15 -2296 (|#1| |#1|)) (-15 -4195 (|#4| |#1|)) (-15 -1910 ((-112) |#1|)) (-15 -3139 ((-783) |#1| |#3|)) (-15 -2267 ((-656 (-783)) |#1| |#3|)) (-15 -3139 ((-783) |#1|)) (-15 -2267 ((-656 (-783)) |#1|)) (-15 -2786 ((-783) |#1| |#3|)) (-15 -1760 ((-783) |#1|)) (-15 -1760 ((-783) |#1| |#3|)) (-15 -3040 ((-656 |#3|) |#1|)) (-15 -2840 ((-1 |#1| (-783)) |#3|)) (-15 -4114 (|#1| |#3|)) (-15 -2981 ((-3 |#3| "failed") |#1|)) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2786 ((-656 (-783)) |#1| (-656 |#4|))) (-15 -2786 ((-783) |#1| |#4|)) (-15 -4114 (|#1| |#4|)) (-15 -2981 ((-3 |#4| "failed") |#1|)) (-15 -2143 (|#1| |#1| (-656 |#4|) (-656 |#1|))) (-15 -2143 (|#1| |#1| |#4| |#1|)) (-15 -2143 (|#1| |#1| (-656 |#4|) (-656 |#2|))) (-15 -2143 (|#1| |#1| |#4| |#2|)) (-15 -2143 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -2143 (|#1| |#1| |#1| |#1|)) (-15 -2143 (|#1| |#1| (-304 |#1|))) (-15 -2143 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -2786 (|#5| |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -4114 (|#1| |#2|)) (-15 -4107 (|#1| |#1| |#4|)) (-15 -4107 (|#1| |#1| (-656 |#4|))) (-15 -4107 (|#1| |#1| |#4| (-783))) (-15 -4107 (|#1| |#1| (-656 |#4|) (-656 (-783)))) (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2267 (((-656 (-783)) $) 236) (((-656 (-783)) $ |#2|) 234)) (-3139 (((-783) $) 235) (((-783) $ |#2|) 233)) (-1583 (((-656 |#3|) $) 113)) (-1420 (((-1193 $) $ |#3|) 128) (((-1193 |#1|) $) 127)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 90 (|has| |#1| (-568)))) (-2116 (($ $) 91 (|has| |#1| (-568)))) (-2898 (((-112) $) 93 (|has| |#1| (-568)))) (-2392 (((-783) $) 115) (((-783) $ (-656 |#3|)) 114)) (-2583 (((-3 $ "failed") $ $) 20)) (-1654 (((-430 (-1193 $)) (-1193 $)) 103 (|has| |#1| (-928)))) (-4068 (($ $) 101 (|has| |#1| (-464)))) (-2068 (((-430 $) $) 100 (|has| |#1| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) 106 (|has| |#1| (-928)))) (-3825 (($ $) 229)) (-3853 (($) 18 T CONST)) (-2981 (((-3 |#1| "failed") $) 171) (((-3 (-419 (-576)) "failed") $) 168 (|has| |#1| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) 166 (|has| |#1| (-1059 (-576)))) (((-3 |#3| "failed") $) 143) (((-3 |#2| "failed") $) 243)) (-2318 ((|#1| $) 170) (((-419 (-576)) $) 169 (|has| |#1| (-1059 (-419 (-576))))) (((-576) $) 167 (|has| |#1| (-1059 (-576)))) ((|#3| $) 144) ((|#2| $) 244)) (-1751 (($ $ $ |#3|) 111 (|has| |#1| (-174)))) (-3310 (($ $) 161)) (-2255 (((-701 (-576)) (-701 $)) 139 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 138 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) 137) (((-701 |#1|) (-701 $)) 136)) (-2413 (((-3 $ "failed") $) 37)) (-1770 (($ $) 183 (|has| |#1| (-464))) (($ $ |#3|) 108 (|has| |#1| (-464)))) (-3297 (((-656 $) $) 112)) (-3742 (((-112) $) 99 (|has| |#1| (-928)))) (-4308 (($ $ |#1| |#4| $) 179)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 87 (-12 (|has| |#3| (-901 (-390))) (|has| |#1| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) 86 (-12 (|has| |#3| (-901 (-576))) (|has| |#1| (-901 (-576)))))) (-1760 (((-783) $ |#2|) 239) (((-783) $) 238)) (-3315 (((-112) $) 35)) (-2509 (((-783) $) 176)) (-1572 (($ (-1193 |#1|) |#3|) 120) (($ (-1193 $) |#3|) 119)) (-2974 (((-656 $) $) 129)) (-3649 (((-112) $) 159)) (-1562 (($ |#1| |#4|) 160) (($ $ |#3| (-783)) 122) (($ $ (-656 |#3|) (-656 (-783))) 121)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ |#3|) 123)) (-4269 ((|#4| $) 177) (((-783) $ |#3|) 125) (((-656 (-783)) $ (-656 |#3|)) 124)) (-1504 (($ (-1 |#4| |#4|) $) 178)) (-2423 (($ (-1 |#1| |#1|) $) 158)) (-2840 (((-1 $ (-783)) |#2|) 241) (((-1 $ (-783)) $) 228 (|has| |#1| (-238)))) (-1706 (((-3 |#3| "failed") $) 126)) (-3015 (((-701 (-576)) (-1288 $)) 141 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) 140 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) 135) (((-701 |#1|) (-1288 $)) 134)) (-1697 (($ $) 156)) (-1708 ((|#1| $) 155)) (-4195 ((|#3| $) 231)) (-3078 (($ (-656 $)) 97 (|has| |#1| (-464))) (($ $ $) 96 (|has| |#1| (-464)))) (-4185 (((-1179) $) 10)) (-1910 (((-112) $) 232)) (-4383 (((-3 (-656 $) "failed") $) 117)) (-2453 (((-3 (-656 $) "failed") $) 118)) (-2344 (((-3 (-2 (|:| |var| |#3|) (|:| -3744 (-783))) "failed") $) 116)) (-2296 (($ $) 230)) (-3117 (((-1141) $) 11)) (-1677 (((-112) $) 173)) (-1684 ((|#1| $) 174)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 98 (|has| |#1| (-464)))) (-3115 (($ (-656 $)) 95 (|has| |#1| (-464))) (($ $ $) 94 (|has| |#1| (-464)))) (-1756 (((-430 (-1193 $)) (-1193 $)) 105 (|has| |#1| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) 104 (|has| |#1| (-928)))) (-1452 (((-430 $) $) 102 (|has| |#1| (-928)))) (-1943 (((-3 $ "failed") $ |#1|) 181 (|has| |#1| (-568))) (((-3 $ "failed") $ $) 89 (|has| |#1| (-568)))) (-2143 (($ $ (-656 (-304 $))) 152) (($ $ (-304 $)) 151) (($ $ $ $) 150) (($ $ (-656 $) (-656 $)) 149) (($ $ |#3| |#1|) 148) (($ $ (-656 |#3|) (-656 |#1|)) 147) (($ $ |#3| $) 146) (($ $ (-656 |#3|) (-656 $)) 145) (($ $ |#2| $) 227 (|has| |#1| (-238))) (($ $ (-656 |#2|) (-656 $)) 226 (|has| |#1| (-238))) (($ $ |#2| |#1|) 225 (|has| |#1| (-238))) (($ $ (-656 |#2|) (-656 |#1|)) 224 (|has| |#1| (-238)))) (-3053 (($ $ |#3|) 110 (|has| |#1| (-174)))) (-4107 (($ $ (-656 |#3|) (-656 (-783))) 44) (($ $ |#3| (-783)) 43) (($ $ (-656 |#3|)) 42) (($ $ |#3|) 40) (($ $ (-1 |#1| |#1|)) 248) (($ $ (-1 |#1| |#1|) (-783)) 247) (($ $) 223 (|has| |#1| (-237))) (($ $ (-783)) 221 (|has| |#1| (-237))) (($ $ (-1197)) 219 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) 217 (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) 216 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) 215 (|has| |#1| (-919 (-1197))))) (-3040 (((-656 |#2|) $) 240)) (-2786 ((|#4| $) 157) (((-783) $ |#3|) 133) (((-656 (-783)) $ (-656 |#3|)) 132) (((-783) $ |#2|) 237)) (-1554 (((-907 (-390)) $) 85 (-12 (|has| |#3| (-626 (-907 (-390)))) (|has| |#1| (-626 (-907 (-390)))))) (((-907 (-576)) $) 84 (-12 (|has| |#3| (-626 (-907 (-576)))) (|has| |#1| (-626 (-907 (-576)))))) (((-548) $) 83 (-12 (|has| |#3| (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-3929 ((|#1| $) 182 (|has| |#1| (-464))) (($ $ |#3|) 109 (|has| |#1| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) 107 (-2311 (|has| $ (-146)) (|has| |#1| (-928))))) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 172) (($ |#3|) 142) (($ |#2|) 242) (($ (-419 (-576))) 81 (-3795 (|has| |#1| (-1059 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576)))))) (($ $) 88 (|has| |#1| (-568)))) (-1923 (((-656 |#1|) $) 175)) (-1341 ((|#1| $ |#4|) 162) (($ $ |#3| (-783)) 131) (($ $ (-656 |#3|) (-656 (-783))) 130)) (-3346 (((-3 $ "failed") $) 82 (-3795 (-2311 (|has| $ (-146)) (|has| |#1| (-928))) (|has| |#1| (-146))))) (-2864 (((-783)) 32 T CONST)) (-3365 (($ $ $ (-783)) 180 (|has| |#1| (-174)))) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 92 (|has| |#1| (-568)))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-656 |#3|) (-656 (-783))) 47) (($ $ |#3| (-783)) 46) (($ $ (-656 |#3|)) 45) (($ $ |#3|) 41) (($ $ (-1 |#1| |#1|)) 246) (($ $ (-1 |#1| |#1|) (-783)) 245) (($ $) 222 (|has| |#1| (-237))) (($ $ (-783)) 220 (|has| |#1| (-237))) (($ $ (-1197)) 218 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) 214 (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) 213 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) 212 (|has| |#1| (-919 (-1197))))) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#1|) 163 (|has| |#1| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 165 (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) 164 (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 154) (($ $ |#1|) 153)))
+(((-260 |#1| |#2| |#3| |#4|) (-141) (-1070) (-862) (-275 |t#2|) (-805)) (T -260))
+((-2840 (*1 *2 *3) (-12 (-4 *4 (-1070)) (-4 *3 (-862)) (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-1 *1 (-783))) (-4 *1 (-260 *4 *3 *5 *6)))) (-3040 (*1 *2 *1) (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-862)) (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-656 *4)))) (-1760 (*1 *2 *1 *3) (-12 (-4 *1 (-260 *4 *3 *5 *6)) (-4 *4 (-1070)) (-4 *3 (-862)) (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-783)))) (-1760 (*1 *2 *1) (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-862)) (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-783)))) (-2786 (*1 *2 *1 *3) (-12 (-4 *1 (-260 *4 *3 *5 *6)) (-4 *4 (-1070)) (-4 *3 (-862)) (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-783)))) (-2267 (*1 *2 *1) (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-862)) (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-656 (-783))))) (-3139 (*1 *2 *1) (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-862)) (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-783)))) (-2267 (*1 *2 *1 *3) (-12 (-4 *1 (-260 *4 *3 *5 *6)) (-4 *4 (-1070)) (-4 *3 (-862)) (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-656 (-783))))) (-3139 (*1 *2 *1 *3) (-12 (-4 *1 (-260 *4 *3 *5 *6)) (-4 *4 (-1070)) (-4 *3 (-862)) (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-783)))) (-1910 (*1 *2 *1) (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-862)) (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-112)))) (-4195 (*1 *2 *1) (-12 (-4 *1 (-260 *3 *4 *2 *5)) (-4 *3 (-1070)) (-4 *4 (-862)) (-4 *5 (-805)) (-4 *2 (-275 *4)))) (-2296 (*1 *1 *1) (-12 (-4 *1 (-260 *2 *3 *4 *5)) (-4 *2 (-1070)) (-4 *3 (-862)) (-4 *4 (-275 *3)) (-4 *5 (-805)))) (-3825 (*1 *1 *1) (-12 (-4 *1 (-260 *2 *3 *4 *5)) (-4 *2 (-1070)) (-4 *3 (-862)) (-4 *4 (-275 *3)) (-4 *5 (-805)))) (-2840 (*1 *2 *1) (-12 (-4 *3 (-238)) (-4 *3 (-1070)) (-4 *4 (-862)) (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-1 *1 (-783))) (-4 *1 (-260 *3 *4 *5 *6)))))
+(-13 (-968 |t#1| |t#4| |t#3|) (-232 |t#1|) (-1059 |t#2|) (-10 -8 (-15 -2840 ((-1 $ (-783)) |t#2|)) (-15 -3040 ((-656 |t#2|) $)) (-15 -1760 ((-783) $ |t#2|)) (-15 -1760 ((-783) $)) (-15 -2786 ((-783) $ |t#2|)) (-15 -2267 ((-656 (-783)) $)) (-15 -3139 ((-783) $)) (-15 -2267 ((-656 (-783)) $ |t#2|)) (-15 -3139 ((-783) $ |t#2|)) (-15 -1910 ((-112) $)) (-15 -4195 (|t#3| $)) (-15 -2296 ($ $)) (-15 -3825 ($ $)) (IF (|has| |t#1| (-238)) (PROGN (-6 (-526 |t#2| |t#1|)) (-6 (-526 |t#2| $)) (-6 (-319 $)) (-15 -2840 ((-1 $ (-783)) $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#4|) . T) ((-25) . T) ((-38 #0=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) -3795 (|has| |#1| (-1059 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-628 |#2|) . T) ((-628 |#3|) . T) ((-628 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-625 (-876)) . T) ((-174) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-626 (-548)) -12 (|has| |#1| (-626 (-548))) (|has| |#3| (-626 (-548)))) ((-626 (-907 (-390))) -12 (|has| |#1| (-626 (-907 (-390)))) (|has| |#3| (-626 (-907 (-390))))) ((-626 (-907 (-576))) -12 (|has| |#1| (-626 (-907 (-576)))) (|has| |#3| (-626 (-907 (-576))))) ((-234 $) -3795 (|has| |#1| (-237)) (|has| |#1| (-238))) ((-232 |#1|) . T) ((-238) |has| |#1| (-238)) ((-237) -3795 (|has| |#1| (-237)) (|has| |#1| (-238))) ((-272 |#1|) . T) ((-300) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-319 $) . T) ((-336 |#1| |#4|) . T) ((-388 |#1|) . T) ((-423 |#1|) . T) ((-464) -3795 (|has| |#1| (-928)) (|has| |#1| (-464))) ((-526 |#2| |#1|) |has| |#1| (-238)) ((-526 |#2| $) |has| |#1| (-238)) ((-526 |#3| |#1|) . T) ((-526 |#3| $) . T) ((-526 $ $) . T) ((-568) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-658 #0#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) |has| |#1| (-38 (-419 (-576)))) ((-660 #1=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-651 #1#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-729 #0#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-738) . T) ((-911 $ #2=(-1197)) -3795 (|has| |#1| (-919 (-1197))) (|has| |#1| (-917 (-1197)))) ((-911 $ |#3|) . T) ((-917 (-1197)) |has| |#1| (-917 (-1197))) ((-917 |#3|) . T) ((-919 #2#) -3795 (|has| |#1| (-919 (-1197))) (|has| |#1| (-917 (-1197)))) ((-919 |#3|) . T) ((-901 (-390)) -12 (|has| |#1| (-901 (-390))) (|has| |#3| (-901 (-390)))) ((-901 (-576)) -12 (|has| |#1| (-901 (-576))) (|has| |#3| (-901 (-576)))) ((-968 |#1| |#4| |#3|) . T) ((-928) |has| |#1| (-928)) ((-1059 (-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((-1059 (-576)) |has| |#1| (-1059 (-576))) ((-1059 |#1|) . T) ((-1059 |#2|) . T) ((-1059 |#3|) . T) ((-1072 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1072 |#1|) . T) ((-1072 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-1077 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1077 |#1|) . T) ((-1077 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T) ((-1242) |has| |#1| (-928)))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3250 ((|#1| $) 55)) (-3016 ((|#1| $) 45)) (-1951 (((-112) $ (-783)) 8)) (-3853 (($) 7 T CONST)) (-1404 (($ $) 61)) (-1370 (($ $) 49)) (-4112 ((|#1| |#1| $) 47)) (-3941 ((|#1| $) 46)) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) 9)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-3108 (((-783) $) 62)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-4306 ((|#1| $) 40)) (-3417 ((|#1| |#1| $) 53)) (-3374 ((|#1| |#1| $) 52)) (-3846 (($ |#1| $) 41)) (-2954 (((-783) $) 56)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-1611 ((|#1| $) 63)) (-3037 ((|#1| $) 51)) (-2349 ((|#1| $) 50)) (-1470 ((|#1| $) 42)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-3431 ((|#1| |#1| $) 59)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-1730 ((|#1| $) 60)) (-3699 (($) 58) (($ (-656 |#1|)) 57)) (-4307 (((-783) $) 44)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-1481 ((|#1| $) 54)) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-3356 (($ (-656 |#1|)) 43)) (-2803 ((|#1| $) 64)) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-261 |#1|) (-141) (-1238)) (T -261))
+((-3699 (*1 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1238)))) (-3699 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-4 *1 (-261 *3)))) (-2954 (*1 *2 *1) (-12 (-4 *1 (-261 *3)) (-4 *3 (-1238)) (-5 *2 (-783)))) (-3250 (*1 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1238)))) (-1481 (*1 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1238)))) (-3417 (*1 *2 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1238)))) (-3374 (*1 *2 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1238)))) (-3037 (*1 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1238)))) (-2349 (*1 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1238)))) (-1370 (*1 *1 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1238)))))
+(-13 (-1142 |t#1|) (-1016 |t#1|) (-10 -8 (-15 -3699 ($)) (-15 -3699 ($ (-656 |t#1|))) (-15 -2954 ((-783) $)) (-15 -3250 (|t#1| $)) (-15 -1481 (|t#1| $)) (-15 -3417 (|t#1| |t#1| $)) (-15 -3374 (|t#1| |t#1| $)) (-15 -3037 (|t#1| $)) (-15 -2349 (|t#1| $)) (-15 -1370 ($ $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1016 |#1|) . T) ((-1121) |has| |#1| (-1121)) ((-1142 |#1|) . T) ((-1238) . T))
+((-3421 (((-1 (-962 (-227)) (-227) (-227)) (-1 (-962 (-227)) (-227) (-227)) (-1 (-227) (-227) (-227) (-227))) 153)) (-2844 (((-1154 (-227)) (-897 (-1 (-227) (-227) (-227))) (-1115 (-390)) (-1115 (-390))) 173) (((-1154 (-227)) (-897 (-1 (-227) (-227) (-227))) (-1115 (-390)) (-1115 (-390)) (-656 (-270))) 171) (((-1154 (-227)) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-390)) (-1115 (-390))) 176) (((-1154 (-227)) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-390)) (-1115 (-390)) (-656 (-270))) 172) (((-1154 (-227)) (-1 (-227) (-227) (-227)) (-1115 (-390)) (-1115 (-390))) 164) (((-1154 (-227)) (-1 (-227) (-227) (-227)) (-1115 (-390)) (-1115 (-390)) (-656 (-270))) 163) (((-1154 (-227)) (-1 (-962 (-227)) (-227)) (-1115 (-390))) 145) (((-1154 (-227)) (-1 (-962 (-227)) (-227)) (-1115 (-390)) (-656 (-270))) 143) (((-1154 (-227)) (-894 (-1 (-227) (-227))) (-1115 (-390))) 144) (((-1154 (-227)) (-894 (-1 (-227) (-227))) (-1115 (-390)) (-656 (-270))) 141)) (-2796 (((-1290) (-897 (-1 (-227) (-227) (-227))) (-1115 (-390)) (-1115 (-390))) 175) (((-1290) (-897 (-1 (-227) (-227) (-227))) (-1115 (-390)) (-1115 (-390)) (-656 (-270))) 174) (((-1290) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-390)) (-1115 (-390))) 178) (((-1290) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-390)) (-1115 (-390)) (-656 (-270))) 177) (((-1290) (-1 (-227) (-227) (-227)) (-1115 (-390)) (-1115 (-390))) 166) (((-1290) (-1 (-227) (-227) (-227)) (-1115 (-390)) (-1115 (-390)) (-656 (-270))) 165) (((-1290) (-1 (-962 (-227)) (-227)) (-1115 (-390))) 151) (((-1290) (-1 (-962 (-227)) (-227)) (-1115 (-390)) (-656 (-270))) 150) (((-1290) (-894 (-1 (-227) (-227))) (-1115 (-390))) 149) (((-1290) (-894 (-1 (-227) (-227))) (-1115 (-390)) (-656 (-270))) 148) (((-1289) (-892 (-1 (-227) (-227))) (-1115 (-390))) 113) (((-1289) (-892 (-1 (-227) (-227))) (-1115 (-390)) (-656 (-270))) 112) (((-1289) (-1 (-227) (-227)) (-1115 (-390))) 107) (((-1289) (-1 (-227) (-227)) (-1115 (-390)) (-656 (-270))) 105)))
+(((-262) (-10 -7 (-15 -2796 ((-1289) (-1 (-227) (-227)) (-1115 (-390)) (-656 (-270)))) (-15 -2796 ((-1289) (-1 (-227) (-227)) (-1115 (-390)))) (-15 -2796 ((-1289) (-892 (-1 (-227) (-227))) (-1115 (-390)) (-656 (-270)))) (-15 -2796 ((-1289) (-892 (-1 (-227) (-227))) (-1115 (-390)))) (-15 -2796 ((-1290) (-894 (-1 (-227) (-227))) (-1115 (-390)) (-656 (-270)))) (-15 -2796 ((-1290) (-894 (-1 (-227) (-227))) (-1115 (-390)))) (-15 -2796 ((-1290) (-1 (-962 (-227)) (-227)) (-1115 (-390)) (-656 (-270)))) (-15 -2796 ((-1290) (-1 (-962 (-227)) (-227)) (-1115 (-390)))) (-15 -2844 ((-1154 (-227)) (-894 (-1 (-227) (-227))) (-1115 (-390)) (-656 (-270)))) (-15 -2844 ((-1154 (-227)) (-894 (-1 (-227) (-227))) (-1115 (-390)))) (-15 -2844 ((-1154 (-227)) (-1 (-962 (-227)) (-227)) (-1115 (-390)) (-656 (-270)))) (-15 -2844 ((-1154 (-227)) (-1 (-962 (-227)) (-227)) (-1115 (-390)))) (-15 -2796 ((-1290) (-1 (-227) (-227) (-227)) (-1115 (-390)) (-1115 (-390)) (-656 (-270)))) (-15 -2796 ((-1290) (-1 (-227) (-227) (-227)) (-1115 (-390)) (-1115 (-390)))) (-15 -2844 ((-1154 (-227)) (-1 (-227) (-227) (-227)) (-1115 (-390)) (-1115 (-390)) (-656 (-270)))) (-15 -2844 ((-1154 (-227)) (-1 (-227) (-227) (-227)) (-1115 (-390)) (-1115 (-390)))) (-15 -2796 ((-1290) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-390)) (-1115 (-390)) (-656 (-270)))) (-15 -2796 ((-1290) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-390)) (-1115 (-390)))) (-15 -2844 ((-1154 (-227)) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-390)) (-1115 (-390)) (-656 (-270)))) (-15 -2844 ((-1154 (-227)) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-390)) (-1115 (-390)))) (-15 -2796 ((-1290) (-897 (-1 (-227) (-227) (-227))) (-1115 (-390)) (-1115 (-390)) (-656 (-270)))) (-15 -2796 ((-1290) (-897 (-1 (-227) (-227) (-227))) (-1115 (-390)) (-1115 (-390)))) (-15 -2844 ((-1154 (-227)) (-897 (-1 (-227) (-227) (-227))) (-1115 (-390)) (-1115 (-390)) (-656 (-270)))) (-15 -2844 ((-1154 (-227)) (-897 (-1 (-227) (-227) (-227))) (-1115 (-390)) (-1115 (-390)))) (-15 -3421 ((-1 (-962 (-227)) (-227) (-227)) (-1 (-962 (-227)) (-227) (-227)) (-1 (-227) (-227) (-227) (-227)))))) (T -262))
+((-3421 (*1 *2 *2 *3) (-12 (-5 *2 (-1 (-962 (-227)) (-227) (-227))) (-5 *3 (-1 (-227) (-227) (-227) (-227))) (-5 *1 (-262)))) (-2844 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-897 (-1 (-227) (-227) (-227)))) (-5 *4 (-1115 (-390))) (-5 *2 (-1154 (-227))) (-5 *1 (-262)))) (-2844 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-897 (-1 (-227) (-227) (-227)))) (-5 *4 (-1115 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-262)))) (-2796 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-897 (-1 (-227) (-227) (-227)))) (-5 *4 (-1115 (-390))) (-5 *2 (-1290)) (-5 *1 (-262)))) (-2796 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-897 (-1 (-227) (-227) (-227)))) (-5 *4 (-1115 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1290)) (-5 *1 (-262)))) (-2844 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-962 (-227)) (-227) (-227))) (-5 *4 (-1115 (-390))) (-5 *2 (-1154 (-227))) (-5 *1 (-262)))) (-2844 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-962 (-227)) (-227) (-227))) (-5 *4 (-1115 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-262)))) (-2796 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-962 (-227)) (-227) (-227))) (-5 *4 (-1115 (-390))) (-5 *2 (-1290)) (-5 *1 (-262)))) (-2796 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-962 (-227)) (-227) (-227))) (-5 *4 (-1115 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1290)) (-5 *1 (-262)))) (-2844 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1115 (-390))) (-5 *2 (-1154 (-227))) (-5 *1 (-262)))) (-2844 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1115 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-262)))) (-2796 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1115 (-390))) (-5 *2 (-1290)) (-5 *1 (-262)))) (-2796 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1115 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1290)) (-5 *1 (-262)))) (-2844 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-962 (-227)) (-227))) (-5 *4 (-1115 (-390))) (-5 *2 (-1154 (-227))) (-5 *1 (-262)))) (-2844 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-962 (-227)) (-227))) (-5 *4 (-1115 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-262)))) (-2844 (*1 *2 *3 *4) (-12 (-5 *3 (-894 (-1 (-227) (-227)))) (-5 *4 (-1115 (-390))) (-5 *2 (-1154 (-227))) (-5 *1 (-262)))) (-2844 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-894 (-1 (-227) (-227)))) (-5 *4 (-1115 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-262)))) (-2796 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-962 (-227)) (-227))) (-5 *4 (-1115 (-390))) (-5 *2 (-1290)) (-5 *1 (-262)))) (-2796 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-962 (-227)) (-227))) (-5 *4 (-1115 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1290)) (-5 *1 (-262)))) (-2796 (*1 *2 *3 *4) (-12 (-5 *3 (-894 (-1 (-227) (-227)))) (-5 *4 (-1115 (-390))) (-5 *2 (-1290)) (-5 *1 (-262)))) (-2796 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-894 (-1 (-227) (-227)))) (-5 *4 (-1115 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1290)) (-5 *1 (-262)))) (-2796 (*1 *2 *3 *4) (-12 (-5 *3 (-892 (-1 (-227) (-227)))) (-5 *4 (-1115 (-390))) (-5 *2 (-1289)) (-5 *1 (-262)))) (-2796 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-892 (-1 (-227) (-227)))) (-5 *4 (-1115 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1289)) (-5 *1 (-262)))) (-2796 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-227) (-227))) (-5 *4 (-1115 (-390))) (-5 *2 (-1289)) (-5 *1 (-262)))) (-2796 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-227) (-227))) (-5 *4 (-1115 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1289)) (-5 *1 (-262)))))
+(-10 -7 (-15 -2796 ((-1289) (-1 (-227) (-227)) (-1115 (-390)) (-656 (-270)))) (-15 -2796 ((-1289) (-1 (-227) (-227)) (-1115 (-390)))) (-15 -2796 ((-1289) (-892 (-1 (-227) (-227))) (-1115 (-390)) (-656 (-270)))) (-15 -2796 ((-1289) (-892 (-1 (-227) (-227))) (-1115 (-390)))) (-15 -2796 ((-1290) (-894 (-1 (-227) (-227))) (-1115 (-390)) (-656 (-270)))) (-15 -2796 ((-1290) (-894 (-1 (-227) (-227))) (-1115 (-390)))) (-15 -2796 ((-1290) (-1 (-962 (-227)) (-227)) (-1115 (-390)) (-656 (-270)))) (-15 -2796 ((-1290) (-1 (-962 (-227)) (-227)) (-1115 (-390)))) (-15 -2844 ((-1154 (-227)) (-894 (-1 (-227) (-227))) (-1115 (-390)) (-656 (-270)))) (-15 -2844 ((-1154 (-227)) (-894 (-1 (-227) (-227))) (-1115 (-390)))) (-15 -2844 ((-1154 (-227)) (-1 (-962 (-227)) (-227)) (-1115 (-390)) (-656 (-270)))) (-15 -2844 ((-1154 (-227)) (-1 (-962 (-227)) (-227)) (-1115 (-390)))) (-15 -2796 ((-1290) (-1 (-227) (-227) (-227)) (-1115 (-390)) (-1115 (-390)) (-656 (-270)))) (-15 -2796 ((-1290) (-1 (-227) (-227) (-227)) (-1115 (-390)) (-1115 (-390)))) (-15 -2844 ((-1154 (-227)) (-1 (-227) (-227) (-227)) (-1115 (-390)) (-1115 (-390)) (-656 (-270)))) (-15 -2844 ((-1154 (-227)) (-1 (-227) (-227) (-227)) (-1115 (-390)) (-1115 (-390)))) (-15 -2796 ((-1290) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-390)) (-1115 (-390)) (-656 (-270)))) (-15 -2796 ((-1290) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-390)) (-1115 (-390)))) (-15 -2844 ((-1154 (-227)) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-390)) (-1115 (-390)) (-656 (-270)))) (-15 -2844 ((-1154 (-227)) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-390)) (-1115 (-390)))) (-15 -2796 ((-1290) (-897 (-1 (-227) (-227) (-227))) (-1115 (-390)) (-1115 (-390)) (-656 (-270)))) (-15 -2796 ((-1290) (-897 (-1 (-227) (-227) (-227))) (-1115 (-390)) (-1115 (-390)))) (-15 -2844 ((-1154 (-227)) (-897 (-1 (-227) (-227) (-227))) (-1115 (-390)) (-1115 (-390)) (-656 (-270)))) (-15 -2844 ((-1154 (-227)) (-897 (-1 (-227) (-227) (-227))) (-1115 (-390)) (-1115 (-390)))) (-15 -3421 ((-1 (-962 (-227)) (-227) (-227)) (-1 (-962 (-227)) (-227) (-227)) (-1 (-227) (-227) (-227) (-227)))))
+((-2796 (((-1289) (-304 |#2|) (-1197) (-1197) (-656 (-270))) 101)))
+(((-263 |#1| |#2|) (-10 -7 (-15 -2796 ((-1289) (-304 |#2|) (-1197) (-1197) (-656 (-270))))) (-13 (-568) (-862) (-1059 (-576))) (-442 |#1|)) (T -263))
+((-2796 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-304 *7)) (-5 *4 (-1197)) (-5 *5 (-656 (-270))) (-4 *7 (-442 *6)) (-4 *6 (-13 (-568) (-862) (-1059 (-576)))) (-5 *2 (-1289)) (-5 *1 (-263 *6 *7)))))
+(-10 -7 (-15 -2796 ((-1289) (-304 |#2|) (-1197) (-1197) (-656 (-270)))))
+((-1475 (((-576) (-576)) 71)) (-1414 (((-576) (-576)) 72)) (-3913 (((-227) (-227)) 73)) (-3380 (((-1290) (-1 (-171 (-227)) (-171 (-227))) (-1115 (-227)) (-1115 (-227))) 70)) (-3600 (((-1290) (-1 (-171 (-227)) (-171 (-227))) (-1115 (-227)) (-1115 (-227)) (-112)) 68)))
+(((-264) (-10 -7 (-15 -3600 ((-1290) (-1 (-171 (-227)) (-171 (-227))) (-1115 (-227)) (-1115 (-227)) (-112))) (-15 -3380 ((-1290) (-1 (-171 (-227)) (-171 (-227))) (-1115 (-227)) (-1115 (-227)))) (-15 -1475 ((-576) (-576))) (-15 -1414 ((-576) (-576))) (-15 -3913 ((-227) (-227))))) (T -264))
+((-3913 (*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-264)))) (-1414 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-264)))) (-1475 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-264)))) (-3380 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-171 (-227)) (-171 (-227)))) (-5 *4 (-1115 (-227))) (-5 *2 (-1290)) (-5 *1 (-264)))) (-3600 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-171 (-227)) (-171 (-227)))) (-5 *4 (-1115 (-227))) (-5 *5 (-112)) (-5 *2 (-1290)) (-5 *1 (-264)))))
+(-10 -7 (-15 -3600 ((-1290) (-1 (-171 (-227)) (-171 (-227))) (-1115 (-227)) (-1115 (-227)) (-112))) (-15 -3380 ((-1290) (-1 (-171 (-227)) (-171 (-227))) (-1115 (-227)) (-1115 (-227)))) (-15 -1475 ((-576) (-576))) (-15 -1414 ((-576) (-576))) (-15 -3913 ((-227) (-227))))
+((-4114 (((-1113 (-390)) (-1113 (-326 |#1|))) 16)))
+(((-265 |#1|) (-10 -7 (-15 -4114 ((-1113 (-390)) (-1113 (-326 |#1|))))) (-13 (-862) (-568) (-626 (-390)))) (T -265))
+((-4114 (*1 *2 *3) (-12 (-5 *3 (-1113 (-326 *4))) (-4 *4 (-13 (-862) (-568) (-626 (-390)))) (-5 *2 (-1113 (-390))) (-5 *1 (-265 *4)))))
+(-10 -7 (-15 -4114 ((-1113 (-390)) (-1113 (-326 |#1|)))))
+((-2844 (((-1154 (-227)) (-897 |#1|) (-1113 (-390)) (-1113 (-390))) 75) (((-1154 (-227)) (-897 |#1|) (-1113 (-390)) (-1113 (-390)) (-656 (-270))) 74) (((-1154 (-227)) |#1| (-1113 (-390)) (-1113 (-390))) 65) (((-1154 (-227)) |#1| (-1113 (-390)) (-1113 (-390)) (-656 (-270))) 64) (((-1154 (-227)) (-894 |#1|) (-1113 (-390))) 56) (((-1154 (-227)) (-894 |#1|) (-1113 (-390)) (-656 (-270))) 55)) (-2796 (((-1290) (-897 |#1|) (-1113 (-390)) (-1113 (-390))) 78) (((-1290) (-897 |#1|) (-1113 (-390)) (-1113 (-390)) (-656 (-270))) 77) (((-1290) |#1| (-1113 (-390)) (-1113 (-390))) 68) (((-1290) |#1| (-1113 (-390)) (-1113 (-390)) (-656 (-270))) 67) (((-1290) (-894 |#1|) (-1113 (-390))) 60) (((-1290) (-894 |#1|) (-1113 (-390)) (-656 (-270))) 59) (((-1289) (-892 |#1|) (-1113 (-390))) 47) (((-1289) (-892 |#1|) (-1113 (-390)) (-656 (-270))) 46) (((-1289) |#1| (-1113 (-390))) 38) (((-1289) |#1| (-1113 (-390)) (-656 (-270))) 36)))
+(((-266 |#1|) (-10 -7 (-15 -2796 ((-1289) |#1| (-1113 (-390)) (-656 (-270)))) (-15 -2796 ((-1289) |#1| (-1113 (-390)))) (-15 -2796 ((-1289) (-892 |#1|) (-1113 (-390)) (-656 (-270)))) (-15 -2796 ((-1289) (-892 |#1|) (-1113 (-390)))) (-15 -2796 ((-1290) (-894 |#1|) (-1113 (-390)) (-656 (-270)))) (-15 -2796 ((-1290) (-894 |#1|) (-1113 (-390)))) (-15 -2844 ((-1154 (-227)) (-894 |#1|) (-1113 (-390)) (-656 (-270)))) (-15 -2844 ((-1154 (-227)) (-894 |#1|) (-1113 (-390)))) (-15 -2796 ((-1290) |#1| (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -2796 ((-1290) |#1| (-1113 (-390)) (-1113 (-390)))) (-15 -2844 ((-1154 (-227)) |#1| (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -2844 ((-1154 (-227)) |#1| (-1113 (-390)) (-1113 (-390)))) (-15 -2796 ((-1290) (-897 |#1|) (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -2796 ((-1290) (-897 |#1|) (-1113 (-390)) (-1113 (-390)))) (-15 -2844 ((-1154 (-227)) (-897 |#1|) (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -2844 ((-1154 (-227)) (-897 |#1|) (-1113 (-390)) (-1113 (-390))))) (-13 (-626 (-548)) (-1121))) (T -266))
+((-2844 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-897 *5)) (-5 *4 (-1113 (-390))) (-4 *5 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1154 (-227))) (-5 *1 (-266 *5)))) (-2844 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-897 *6)) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-4 *6 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1154 (-227))) (-5 *1 (-266 *6)))) (-2796 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-897 *5)) (-5 *4 (-1113 (-390))) (-4 *5 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1290)) (-5 *1 (-266 *5)))) (-2796 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-897 *6)) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-4 *6 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1290)) (-5 *1 (-266 *6)))) (-2844 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1113 (-390))) (-5 *2 (-1154 (-227))) (-5 *1 (-266 *3)) (-4 *3 (-13 (-626 (-548)) (-1121))))) (-2844 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-266 *3)) (-4 *3 (-13 (-626 (-548)) (-1121))))) (-2796 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1113 (-390))) (-5 *2 (-1290)) (-5 *1 (-266 *3)) (-4 *3 (-13 (-626 (-548)) (-1121))))) (-2796 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1290)) (-5 *1 (-266 *3)) (-4 *3 (-13 (-626 (-548)) (-1121))))) (-2844 (*1 *2 *3 *4) (-12 (-5 *3 (-894 *5)) (-5 *4 (-1113 (-390))) (-4 *5 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1154 (-227))) (-5 *1 (-266 *5)))) (-2844 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-894 *6)) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-4 *6 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1154 (-227))) (-5 *1 (-266 *6)))) (-2796 (*1 *2 *3 *4) (-12 (-5 *3 (-894 *5)) (-5 *4 (-1113 (-390))) (-4 *5 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1290)) (-5 *1 (-266 *5)))) (-2796 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-894 *6)) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-4 *6 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1290)) (-5 *1 (-266 *6)))) (-2796 (*1 *2 *3 *4) (-12 (-5 *3 (-892 *5)) (-5 *4 (-1113 (-390))) (-4 *5 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1289)) (-5 *1 (-266 *5)))) (-2796 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-892 *6)) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-4 *6 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1289)) (-5 *1 (-266 *6)))) (-2796 (*1 *2 *3 *4) (-12 (-5 *4 (-1113 (-390))) (-5 *2 (-1289)) (-5 *1 (-266 *3)) (-4 *3 (-13 (-626 (-548)) (-1121))))) (-2796 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1289)) (-5 *1 (-266 *3)) (-4 *3 (-13 (-626 (-548)) (-1121))))))
+(-10 -7 (-15 -2796 ((-1289) |#1| (-1113 (-390)) (-656 (-270)))) (-15 -2796 ((-1289) |#1| (-1113 (-390)))) (-15 -2796 ((-1289) (-892 |#1|) (-1113 (-390)) (-656 (-270)))) (-15 -2796 ((-1289) (-892 |#1|) (-1113 (-390)))) (-15 -2796 ((-1290) (-894 |#1|) (-1113 (-390)) (-656 (-270)))) (-15 -2796 ((-1290) (-894 |#1|) (-1113 (-390)))) (-15 -2844 ((-1154 (-227)) (-894 |#1|) (-1113 (-390)) (-656 (-270)))) (-15 -2844 ((-1154 (-227)) (-894 |#1|) (-1113 (-390)))) (-15 -2796 ((-1290) |#1| (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -2796 ((-1290) |#1| (-1113 (-390)) (-1113 (-390)))) (-15 -2844 ((-1154 (-227)) |#1| (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -2844 ((-1154 (-227)) |#1| (-1113 (-390)) (-1113 (-390)))) (-15 -2796 ((-1290) (-897 |#1|) (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -2796 ((-1290) (-897 |#1|) (-1113 (-390)) (-1113 (-390)))) (-15 -2844 ((-1154 (-227)) (-897 |#1|) (-1113 (-390)) (-1113 (-390)) (-656 (-270)))) (-15 -2844 ((-1154 (-227)) (-897 |#1|) (-1113 (-390)) (-1113 (-390)))))
+((-2796 (((-1290) (-656 (-227)) (-656 (-227)) (-656 (-227)) (-656 (-270))) 23) (((-1290) (-656 (-227)) (-656 (-227)) (-656 (-227))) 24) (((-1289) (-656 (-962 (-227))) (-656 (-270))) 16) (((-1289) (-656 (-962 (-227)))) 17) (((-1289) (-656 (-227)) (-656 (-227)) (-656 (-270))) 20) (((-1289) (-656 (-227)) (-656 (-227))) 21)))
+(((-267) (-10 -7 (-15 -2796 ((-1289) (-656 (-227)) (-656 (-227)))) (-15 -2796 ((-1289) (-656 (-227)) (-656 (-227)) (-656 (-270)))) (-15 -2796 ((-1289) (-656 (-962 (-227))))) (-15 -2796 ((-1289) (-656 (-962 (-227))) (-656 (-270)))) (-15 -2796 ((-1290) (-656 (-227)) (-656 (-227)) (-656 (-227)))) (-15 -2796 ((-1290) (-656 (-227)) (-656 (-227)) (-656 (-227)) (-656 (-270)))))) (T -267))
+((-2796 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-656 (-227))) (-5 *4 (-656 (-270))) (-5 *2 (-1290)) (-5 *1 (-267)))) (-2796 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-656 (-227))) (-5 *2 (-1290)) (-5 *1 (-267)))) (-2796 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-962 (-227)))) (-5 *4 (-656 (-270))) (-5 *2 (-1289)) (-5 *1 (-267)))) (-2796 (*1 *2 *3) (-12 (-5 *3 (-656 (-962 (-227)))) (-5 *2 (-1289)) (-5 *1 (-267)))) (-2796 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-656 (-227))) (-5 *4 (-656 (-270))) (-5 *2 (-1289)) (-5 *1 (-267)))) (-2796 (*1 *2 *3 *3) (-12 (-5 *3 (-656 (-227))) (-5 *2 (-1289)) (-5 *1 (-267)))))
+(-10 -7 (-15 -2796 ((-1289) (-656 (-227)) (-656 (-227)))) (-15 -2796 ((-1289) (-656 (-227)) (-656 (-227)) (-656 (-270)))) (-15 -2796 ((-1289) (-656 (-962 (-227))))) (-15 -2796 ((-1289) (-656 (-962 (-227))) (-656 (-270)))) (-15 -2796 ((-1290) (-656 (-227)) (-656 (-227)) (-656 (-227)))) (-15 -2796 ((-1290) (-656 (-227)) (-656 (-227)) (-656 (-227)) (-656 (-270)))))
+((-3445 (((-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))) (-656 (-270)) (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)))) 25)) (-3495 (((-940) (-656 (-270)) (-940)) 52)) (-3087 (((-940) (-656 (-270)) (-940)) 51)) (-3480 (((-656 (-390)) (-656 (-270)) (-656 (-390))) 68)) (-2544 (((-390) (-656 (-270)) (-390)) 57)) (-4366 (((-940) (-656 (-270)) (-940)) 53)) (-1967 (((-112) (-656 (-270)) (-112)) 27)) (-3751 (((-1179) (-656 (-270)) (-1179)) 19)) (-2827 (((-1179) (-656 (-270)) (-1179)) 26)) (-2192 (((-1154 (-227)) (-656 (-270))) 46)) (-4099 (((-656 (-1115 (-390))) (-656 (-270)) (-656 (-1115 (-390)))) 40)) (-1984 (((-888) (-656 (-270)) (-888)) 32)) (-1429 (((-888) (-656 (-270)) (-888)) 33)) (-1992 (((-1 (-962 (-227)) (-962 (-227))) (-656 (-270)) (-1 (-962 (-227)) (-962 (-227)))) 63)) (-2691 (((-112) (-656 (-270)) (-112)) 14)) (-4048 (((-112) (-656 (-270)) (-112)) 13)))
+(((-268) (-10 -7 (-15 -4048 ((-112) (-656 (-270)) (-112))) (-15 -2691 ((-112) (-656 (-270)) (-112))) (-15 -3445 ((-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))) (-656 (-270)) (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))) (-15 -3751 ((-1179) (-656 (-270)) (-1179))) (-15 -2827 ((-1179) (-656 (-270)) (-1179))) (-15 -1967 ((-112) (-656 (-270)) (-112))) (-15 -1984 ((-888) (-656 (-270)) (-888))) (-15 -1429 ((-888) (-656 (-270)) (-888))) (-15 -4099 ((-656 (-1115 (-390))) (-656 (-270)) (-656 (-1115 (-390))))) (-15 -3087 ((-940) (-656 (-270)) (-940))) (-15 -3495 ((-940) (-656 (-270)) (-940))) (-15 -2192 ((-1154 (-227)) (-656 (-270)))) (-15 -4366 ((-940) (-656 (-270)) (-940))) (-15 -2544 ((-390) (-656 (-270)) (-390))) (-15 -1992 ((-1 (-962 (-227)) (-962 (-227))) (-656 (-270)) (-1 (-962 (-227)) (-962 (-227))))) (-15 -3480 ((-656 (-390)) (-656 (-270)) (-656 (-390)))))) (T -268))
+((-3480 (*1 *2 *3 *2) (-12 (-5 *2 (-656 (-390))) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-1992 (*1 *2 *3 *2) (-12 (-5 *2 (-1 (-962 (-227)) (-962 (-227)))) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-2544 (*1 *2 *3 *2) (-12 (-5 *2 (-390)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-4366 (*1 *2 *3 *2) (-12 (-5 *2 (-940)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-2192 (*1 *2 *3) (-12 (-5 *3 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-268)))) (-3495 (*1 *2 *3 *2) (-12 (-5 *2 (-940)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-3087 (*1 *2 *3 *2) (-12 (-5 *2 (-940)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-4099 (*1 *2 *3 *2) (-12 (-5 *2 (-656 (-1115 (-390)))) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-1429 (*1 *2 *3 *2) (-12 (-5 *2 (-888)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-1984 (*1 *2 *3 *2) (-12 (-5 *2 (-888)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-1967 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-2827 (*1 *2 *3 *2) (-12 (-5 *2 (-1179)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-3751 (*1 *2 *3 *2) (-12 (-5 *2 (-1179)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-3445 (*1 *2 *3 *2) (-12 (-5 *2 (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)))) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-2691 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))) (-4048 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))))
+(-10 -7 (-15 -4048 ((-112) (-656 (-270)) (-112))) (-15 -2691 ((-112) (-656 (-270)) (-112))) (-15 -3445 ((-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))) (-656 (-270)) (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))) (-15 -3751 ((-1179) (-656 (-270)) (-1179))) (-15 -2827 ((-1179) (-656 (-270)) (-1179))) (-15 -1967 ((-112) (-656 (-270)) (-112))) (-15 -1984 ((-888) (-656 (-270)) (-888))) (-15 -1429 ((-888) (-656 (-270)) (-888))) (-15 -4099 ((-656 (-1115 (-390))) (-656 (-270)) (-656 (-1115 (-390))))) (-15 -3087 ((-940) (-656 (-270)) (-940))) (-15 -3495 ((-940) (-656 (-270)) (-940))) (-15 -2192 ((-1154 (-227)) (-656 (-270)))) (-15 -4366 ((-940) (-656 (-270)) (-940))) (-15 -2544 ((-390) (-656 (-270)) (-390))) (-15 -1992 ((-1 (-962 (-227)) (-962 (-227))) (-656 (-270)) (-1 (-962 (-227)) (-962 (-227))))) (-15 -3480 ((-656 (-390)) (-656 (-270)) (-656 (-390)))))
+((-3109 (((-3 |#1| "failed") (-656 (-270)) (-1197)) 17)))
+(((-269 |#1|) (-10 -7 (-15 -3109 ((-3 |#1| "failed") (-656 (-270)) (-1197)))) (-1238)) (T -269))
+((-3109 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-656 (-270))) (-5 *4 (-1197)) (-5 *1 (-269 *2)) (-4 *2 (-1238)))))
+(-10 -7 (-15 -3109 ((-3 |#1| "failed") (-656 (-270)) (-1197))))
+((-1955 (((-112) $ $) NIL)) (-3445 (($ (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)))) 24)) (-3495 (($ (-940)) 81)) (-3087 (($ (-940)) 80)) (-4352 (($ (-656 (-390))) 87)) (-2544 (($ (-390)) 66)) (-4366 (($ (-940)) 82)) (-1967 (($ (-112)) 33)) (-3751 (($ (-1179)) 28)) (-2827 (($ (-1179)) 29)) (-2192 (($ (-1154 (-227))) 76)) (-4099 (($ (-656 (-1115 (-390)))) 72)) (-3646 (($ (-656 (-1115 (-390)))) 68) (($ (-656 (-1115 (-419 (-576))))) 71)) (-1791 (($ (-390)) 38) (($ (-888)) 42)) (-4440 (((-112) (-656 $) (-1197)) 100)) (-3109 (((-3 (-52) "failed") (-656 $) (-1197)) 102)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4220 (($ (-390)) 43) (($ (-888)) 44)) (-3219 (($ (-1 (-962 (-227)) (-962 (-227)))) 65)) (-1992 (($ (-1 (-962 (-227)) (-962 (-227)))) 83)) (-3982 (($ (-1 (-227) (-227))) 48) (($ (-1 (-227) (-227) (-227))) 52) (($ (-1 (-227) (-227) (-227) (-227))) 56)) (-4114 (((-876) $) 93)) (-2973 (($ (-112)) 34) (($ (-656 (-1115 (-390)))) 60)) (-3000 (((-112) $ $) NIL)) (-4048 (($ (-112)) 35)) (-3939 (((-112) $ $) 97)))
+(((-270) (-13 (-1121) (-10 -8 (-15 -4048 ($ (-112))) (-15 -2973 ($ (-112))) (-15 -3445 ($ (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))) (-15 -3751 ($ (-1179))) (-15 -2827 ($ (-1179))) (-15 -1967 ($ (-112))) (-15 -2973 ($ (-656 (-1115 (-390))))) (-15 -3219 ($ (-1 (-962 (-227)) (-962 (-227))))) (-15 -1791 ($ (-390))) (-15 -1791 ($ (-888))) (-15 -4220 ($ (-390))) (-15 -4220 ($ (-888))) (-15 -3982 ($ (-1 (-227) (-227)))) (-15 -3982 ($ (-1 (-227) (-227) (-227)))) (-15 -3982 ($ (-1 (-227) (-227) (-227) (-227)))) (-15 -2544 ($ (-390))) (-15 -3646 ($ (-656 (-1115 (-390))))) (-15 -3646 ($ (-656 (-1115 (-419 (-576)))))) (-15 -4099 ($ (-656 (-1115 (-390))))) (-15 -2192 ($ (-1154 (-227)))) (-15 -3087 ($ (-940))) (-15 -3495 ($ (-940))) (-15 -4366 ($ (-940))) (-15 -1992 ($ (-1 (-962 (-227)) (-962 (-227))))) (-15 -4352 ($ (-656 (-390)))) (-15 -3109 ((-3 (-52) "failed") (-656 $) (-1197))) (-15 -4440 ((-112) (-656 $) (-1197)))))) (T -270))
+((-4048 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-270)))) (-2973 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-270)))) (-3445 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)))) (-5 *1 (-270)))) (-3751 (*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-270)))) (-2827 (*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-270)))) (-1967 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-270)))) (-2973 (*1 *1 *2) (-12 (-5 *2 (-656 (-1115 (-390)))) (-5 *1 (-270)))) (-3219 (*1 *1 *2) (-12 (-5 *2 (-1 (-962 (-227)) (-962 (-227)))) (-5 *1 (-270)))) (-1791 (*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-270)))) (-1791 (*1 *1 *2) (-12 (-5 *2 (-888)) (-5 *1 (-270)))) (-4220 (*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-270)))) (-4220 (*1 *1 *2) (-12 (-5 *2 (-888)) (-5 *1 (-270)))) (-3982 (*1 *1 *2) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *1 (-270)))) (-3982 (*1 *1 *2) (-12 (-5 *2 (-1 (-227) (-227) (-227))) (-5 *1 (-270)))) (-3982 (*1 *1 *2) (-12 (-5 *2 (-1 (-227) (-227) (-227) (-227))) (-5 *1 (-270)))) (-2544 (*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-270)))) (-3646 (*1 *1 *2) (-12 (-5 *2 (-656 (-1115 (-390)))) (-5 *1 (-270)))) (-3646 (*1 *1 *2) (-12 (-5 *2 (-656 (-1115 (-419 (-576))))) (-5 *1 (-270)))) (-4099 (*1 *1 *2) (-12 (-5 *2 (-656 (-1115 (-390)))) (-5 *1 (-270)))) (-2192 (*1 *1 *2) (-12 (-5 *2 (-1154 (-227))) (-5 *1 (-270)))) (-3087 (*1 *1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-270)))) (-3495 (*1 *1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-270)))) (-4366 (*1 *1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-270)))) (-1992 (*1 *1 *2) (-12 (-5 *2 (-1 (-962 (-227)) (-962 (-227)))) (-5 *1 (-270)))) (-4352 (*1 *1 *2) (-12 (-5 *2 (-656 (-390))) (-5 *1 (-270)))) (-3109 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-656 (-270))) (-5 *4 (-1197)) (-5 *2 (-52)) (-5 *1 (-270)))) (-4440 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-270))) (-5 *4 (-1197)) (-5 *2 (-112)) (-5 *1 (-270)))))
+(-13 (-1121) (-10 -8 (-15 -4048 ($ (-112))) (-15 -2973 ($ (-112))) (-15 -3445 ($ (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))) (-15 -3751 ($ (-1179))) (-15 -2827 ($ (-1179))) (-15 -1967 ($ (-112))) (-15 -2973 ($ (-656 (-1115 (-390))))) (-15 -3219 ($ (-1 (-962 (-227)) (-962 (-227))))) (-15 -1791 ($ (-390))) (-15 -1791 ($ (-888))) (-15 -4220 ($ (-390))) (-15 -4220 ($ (-888))) (-15 -3982 ($ (-1 (-227) (-227)))) (-15 -3982 ($ (-1 (-227) (-227) (-227)))) (-15 -3982 ($ (-1 (-227) (-227) (-227) (-227)))) (-15 -2544 ($ (-390))) (-15 -3646 ($ (-656 (-1115 (-390))))) (-15 -3646 ($ (-656 (-1115 (-419 (-576)))))) (-15 -4099 ($ (-656 (-1115 (-390))))) (-15 -2192 ($ (-1154 (-227)))) (-15 -3087 ($ (-940))) (-15 -3495 ($ (-940))) (-15 -4366 ($ (-940))) (-15 -1992 ($ (-1 (-962 (-227)) (-962 (-227))))) (-15 -4352 ($ (-656 (-390)))) (-15 -3109 ((-3 (-52) "failed") (-656 $) (-1197))) (-15 -4440 ((-112) (-656 $) (-1197)))))
+((-4107 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-783)) 11) (($ $ (-656 (-1197)) (-656 (-783))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197))) NIL) (($ $ (-1197)) 19) (($ $ (-783)) NIL) (($ $) 16)) (-3157 (($ $ (-1 |#2| |#2|)) 12) (($ $ (-1 |#2| |#2|) (-783)) 14) (($ $ (-656 (-1197)) (-656 (-783))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197))) NIL) (($ $ (-1197)) NIL) (($ $ (-783)) NIL) (($ $) NIL)))
+(((-271 |#1| |#2|) (-10 -8 (-15 -4107 (|#1| |#1|)) (-15 -3157 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -3157 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -3157 (|#1| |#1| (-1197))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -3157 (|#1| |#1| (-656 (-1197)))) (-15 -3157 (|#1| |#1| (-1197) (-783))) (-15 -3157 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -3157 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -3157 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|)))) (-272 |#2|) (-1238)) (T -271))
+NIL
+(-10 -8 (-15 -4107 (|#1| |#1|)) (-15 -3157 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -3157 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -3157 (|#1| |#1| (-1197))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -3157 (|#1| |#1| (-656 (-1197)))) (-15 -3157 (|#1| |#1| (-1197) (-783))) (-15 -3157 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -3157 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -3157 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|))))
+((-4107 (($ $ (-1 |#1| |#1|)) 23) (($ $ (-1 |#1| |#1|) (-783)) 22) (($ $ (-656 (-1197)) (-656 (-783))) 16 (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) 15 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) 14 (|has| |#1| (-919 (-1197)))) (($ $ (-1197)) 12 (|has| |#1| (-919 (-1197)))) (($ $ (-783)) 10 (|has| |#1| (-237))) (($ $) 8 (|has| |#1| (-237)))) (-3157 (($ $ (-1 |#1| |#1|)) 21) (($ $ (-1 |#1| |#1|) (-783)) 20) (($ $ (-656 (-1197)) (-656 (-783))) 19 (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) 18 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) 17 (|has| |#1| (-919 (-1197)))) (($ $ (-1197)) 13 (|has| |#1| (-919 (-1197)))) (($ $ (-783)) 11 (|has| |#1| (-237))) (($ $) 9 (|has| |#1| (-237)))))
+(((-272 |#1|) (-141) (-1238)) (T -272))
+((-4107 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-272 *3)) (-4 *3 (-1238)))) (-4107 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-783)) (-4 *1 (-272 *4)) (-4 *4 (-1238)))) (-3157 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-272 *3)) (-4 *3 (-1238)))) (-3157 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-783)) (-4 *1 (-272 *4)) (-4 *4 (-1238)))))
+(-13 (-1238) (-10 -8 (-15 -4107 ($ $ (-1 |t#1| |t#1|))) (-15 -4107 ($ $ (-1 |t#1| |t#1|) (-783))) (-15 -3157 ($ $ (-1 |t#1| |t#1|))) (-15 -3157 ($ $ (-1 |t#1| |t#1|) (-783))) (IF (|has| |t#1| (-237)) (-6 (-237)) |%noBranch|) (IF (|has| |t#1| (-919 (-1197))) (-6 (-919 (-1197))) |%noBranch|)))
+(((-234 $) |has| |#1| (-237)) ((-237) |has| |#1| (-237)) ((-911 $ #0=(-1197)) |has| |#1| (-919 (-1197))) ((-919 #0#) |has| |#1| (-919 (-1197))) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2267 (((-656 (-783)) $) NIL) (((-656 (-783)) $ |#2|) NIL)) (-3139 (((-783) $) NIL) (((-783) $ |#2|) NIL)) (-1583 (((-656 |#3|) $) NIL)) (-1420 (((-1193 $) $ |#3|) NIL) (((-1193 |#1|) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2392 (((-783) $) NIL) (((-783) $ (-656 |#3|)) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4068 (($ $) NIL (|has| |#1| (-464)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-3825 (($ $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 |#3| "failed") $) NIL) (((-3 |#2| "failed") $) NIL) (((-3 (-1146 |#1| |#2|) "failed") $) 23)) (-2318 ((|#1| $) NIL) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1059 (-576)))) ((|#3| $) NIL) ((|#2| $) NIL) (((-1146 |#1| |#2|) $) NIL)) (-1751 (($ $ $ |#3|) NIL (|has| |#1| (-174)))) (-3310 (($ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1770 (($ $) NIL (|has| |#1| (-464))) (($ $ |#3|) NIL (|has| |#1| (-464)))) (-3297 (((-656 $) $) NIL)) (-3742 (((-112) $) NIL (|has| |#1| (-928)))) (-4308 (($ $ |#1| (-543 |#3|) $) NIL)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (-12 (|has| |#1| (-901 (-390))) (|has| |#3| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (-12 (|has| |#1| (-901 (-576))) (|has| |#3| (-901 (-576)))))) (-1760 (((-783) $ |#2|) NIL) (((-783) $) 10)) (-3315 (((-112) $) NIL)) (-2509 (((-783) $) NIL)) (-1572 (($ (-1193 |#1|) |#3|) NIL) (($ (-1193 $) |#3|) NIL)) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-543 |#3|)) NIL) (($ $ |#3| (-783)) NIL) (($ $ (-656 |#3|) (-656 (-783))) NIL)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ |#3|) NIL)) (-4269 (((-543 |#3|) $) NIL) (((-783) $ |#3|) NIL) (((-656 (-783)) $ (-656 |#3|)) NIL)) (-1504 (($ (-1 (-543 |#3|) (-543 |#3|)) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-2840 (((-1 $ (-783)) |#2|) NIL) (((-1 $ (-783)) $) NIL (|has| |#1| (-238)))) (-1706 (((-3 |#3| "failed") $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) NIL) (((-701 |#1|) (-1288 $)) NIL)) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-4195 ((|#3| $) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-4185 (((-1179) $) NIL)) (-1910 (((-112) $) NIL)) (-4383 (((-3 (-656 $) "failed") $) NIL)) (-2453 (((-3 (-656 $) "failed") $) NIL)) (-2344 (((-3 (-2 (|:| |var| |#3|) (|:| -3744 (-783))) "failed") $) NIL)) (-2296 (($ $) NIL)) (-3117 (((-1141) $) NIL)) (-1677 (((-112) $) NIL)) (-1684 ((|#1| $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-464)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-1452 (((-430 $) $) NIL (|has| |#1| (-928)))) (-1943 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-2143 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ |#3| |#1|) NIL) (($ $ (-656 |#3|) (-656 |#1|)) NIL) (($ $ |#3| $) NIL) (($ $ (-656 |#3|) (-656 $)) NIL) (($ $ |#2| $) NIL (|has| |#1| (-238))) (($ $ (-656 |#2|) (-656 $)) NIL (|has| |#1| (-238))) (($ $ |#2| |#1|) NIL (|has| |#1| (-238))) (($ $ (-656 |#2|) (-656 |#1|)) NIL (|has| |#1| (-238)))) (-3053 (($ $ |#3|) NIL (|has| |#1| (-174)))) (-4107 (($ $ (-656 |#3|) (-656 (-783))) NIL) (($ $ |#3| (-783)) NIL) (($ $ (-656 |#3|)) NIL) (($ $ |#3|) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197)))) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237)))) (-3040 (((-656 |#2|) $) NIL)) (-2786 (((-543 |#3|) $) NIL) (((-783) $ |#3|) NIL) (((-656 (-783)) $ (-656 |#3|)) NIL) (((-783) $ |#2|) NIL)) (-1554 (((-907 (-390)) $) NIL (-12 (|has| |#1| (-626 (-907 (-390)))) (|has| |#3| (-626 (-907 (-390)))))) (((-907 (-576)) $) NIL (-12 (|has| |#1| (-626 (-907 (-576)))) (|has| |#3| (-626 (-907 (-576)))))) (((-548) $) NIL (-12 (|has| |#1| (-626 (-548))) (|has| |#3| (-626 (-548)))))) (-3929 ((|#1| $) NIL (|has| |#1| (-464))) (($ $ |#3|) NIL (|has| |#1| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-928))))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#1|) 26) (($ |#3|) 25) (($ |#2|) NIL) (($ (-1146 |#1| |#2|)) 32) (($ (-419 (-576))) NIL (-3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576)))))) (($ $) NIL (|has| |#1| (-568)))) (-1923 (((-656 |#1|) $) NIL)) (-1341 ((|#1| $ (-543 |#3|)) NIL) (($ $ |#3| (-783)) NIL) (($ $ (-656 |#3|) (-656 (-783))) NIL)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#1| (-928))) (|has| |#1| (-146))))) (-2864 (((-783)) NIL T CONST)) (-3365 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-656 |#3|) (-656 (-783))) NIL) (($ $ |#3| (-783)) NIL) (($ $ (-656 |#3|)) NIL) (($ $ |#3|) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197)))) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237)))) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-273 |#1| |#2| |#3|) (-13 (-260 |#1| |#2| |#3| (-543 |#3|)) (-1059 (-1146 |#1| |#2|))) (-1070) (-862) (-275 |#2|)) (T -273))
+NIL
+(-13 (-260 |#1| |#2| |#3| (-543 |#3|)) (-1059 (-1146 |#1| |#2|)))
+((-3139 (((-783) $) 37)) (-2981 (((-3 |#2| "failed") $) 22)) (-2318 ((|#2| $) 33)) (-4107 (($ $ (-783)) 18) (($ $) 14)) (-4114 (((-876) $) 32) (($ |#2|) 11)) (-3939 (((-112) $ $) 26)) (-3962 (((-112) $ $) 36)))
+(((-274 |#1| |#2|) (-10 -8 (-15 -3139 ((-783) |#1|)) (-15 -4114 (|#1| |#2|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -4107 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -3962 ((-112) |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -3939 ((-112) |#1| |#1|))) (-275 |#2|) (-862)) (T -274))
+NIL
+(-10 -8 (-15 -3139 ((-783) |#1|)) (-15 -4114 (|#1| |#2|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -4107 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -3962 ((-112) |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -3939 ((-112) |#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-3139 (((-783) $) 22)) (-1652 ((|#1| $) 23)) (-2981 (((-3 |#1| "failed") $) 27)) (-2318 ((|#1| $) 28)) (-1760 (((-783) $) 24)) (-2905 (($ $ $) 14)) (-2163 (($ $ $) 15)) (-2840 (($ |#1| (-783)) 25)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4107 (($ $ (-783)) 31) (($ $) 29)) (-4114 (((-876) $) 12) (($ |#1|) 26)) (-3000 (((-112) $ $) 9)) (-3157 (($ $ (-783)) 32) (($ $) 30)) (-3995 (((-112) $ $) 17)) (-3975 (((-112) $ $) 18)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 16)) (-3962 (((-112) $ $) 19)))
(((-275 |#1|) (-141) (-862)) (T -275))
-((-3567 (*1 *1 *2) (-12 (-4 *1 (-275 *2)) (-4 *2 (-862)))) (-3374 (*1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-275 *2)) (-4 *2 (-862)))) (-1991 (*1 *2 *1) (-12 (-4 *1 (-275 *3)) (-4 *3 (-862)) (-5 *2 (-783)))) (-3052 (*1 *2 *1) (-12 (-4 *1 (-275 *2)) (-4 *2 (-862)))) (-3903 (*1 *2 *1) (-12 (-4 *1 (-275 *3)) (-4 *3 (-862)) (-5 *2 (-783)))))
-(-13 (-862) (-237) (-1057 |t#1|) (-10 -8 (-15 -3374 ($ |t#1| (-783))) (-15 -1991 ((-783) $)) (-15 -3052 (|t#1| $)) (-15 -3903 ((-783) $)) (-15 -3567 ($ |t#1|))))
-(((-102) . T) ((-628 |#1|) . T) ((-625 (-874)) . T) ((-234 $) . T) ((-237) . T) ((-862) . T) ((-1057 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-1960 (((-656 (-1195)) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) 53)) (-3444 (((-656 (-1195)) (-326 (-227)) (-783)) 94)) (-2175 (((-3 (-326 (-227)) "failed") (-326 (-227))) 63)) (-1465 (((-326 (-227)) (-326 (-227))) 79)) (-3059 (((-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227))))) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 38)) (-3834 (((-112) (-656 (-326 (-227)))) 104)) (-3306 (((-112) (-326 (-227))) 36)) (-4052 (((-656 (-1177)) (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))))) 132)) (-3812 (((-656 (-326 (-227))) (-656 (-326 (-227)))) 108)) (-1808 (((-656 (-326 (-227))) (-656 (-326 (-227)))) 106)) (-2542 (((-701 (-227)) (-656 (-326 (-227))) (-783)) 120)) (-4037 (((-112) (-326 (-227))) 31) (((-112) (-656 (-326 (-227)))) 105)) (-3728 (((-656 (-227)) (-656 (-855 (-227))) (-227)) 15)) (-2429 (((-390) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) 126)) (-4406 (((-1054) (-1195) (-1054)) 46)))
-(((-276) (-10 -7 (-15 -3728 ((-656 (-227)) (-656 (-855 (-227))) (-227))) (-15 -3059 ((-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227))))) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227))))))) (-15 -2175 ((-3 (-326 (-227)) "failed") (-326 (-227)))) (-15 -1465 ((-326 (-227)) (-326 (-227)))) (-15 -3834 ((-112) (-656 (-326 (-227))))) (-15 -4037 ((-112) (-656 (-326 (-227))))) (-15 -4037 ((-112) (-326 (-227)))) (-15 -2542 ((-701 (-227)) (-656 (-326 (-227))) (-783))) (-15 -1808 ((-656 (-326 (-227))) (-656 (-326 (-227))))) (-15 -3812 ((-656 (-326 (-227))) (-656 (-326 (-227))))) (-15 -3306 ((-112) (-326 (-227)))) (-15 -1960 ((-656 (-1195)) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))) (-15 -3444 ((-656 (-1195)) (-326 (-227)) (-783))) (-15 -4406 ((-1054) (-1195) (-1054))) (-15 -2429 ((-390) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))) (-15 -4052 ((-656 (-1177)) (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))))))) (T -276))
-((-4052 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))))) (-5 *2 (-656 (-1177))) (-5 *1 (-276)))) (-2429 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) (-5 *2 (-390)) (-5 *1 (-276)))) (-4406 (*1 *2 *3 *2) (-12 (-5 *2 (-1054)) (-5 *3 (-1195)) (-5 *1 (-276)))) (-3444 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-227))) (-5 *4 (-783)) (-5 *2 (-656 (-1195))) (-5 *1 (-276)))) (-1960 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) (-5 *2 (-656 (-1195))) (-5 *1 (-276)))) (-3306 (*1 *2 *3) (-12 (-5 *3 (-326 (-227))) (-5 *2 (-112)) (-5 *1 (-276)))) (-3812 (*1 *2 *2) (-12 (-5 *2 (-656 (-326 (-227)))) (-5 *1 (-276)))) (-1808 (*1 *2 *2) (-12 (-5 *2 (-656 (-326 (-227)))) (-5 *1 (-276)))) (-2542 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-326 (-227)))) (-5 *4 (-783)) (-5 *2 (-701 (-227))) (-5 *1 (-276)))) (-4037 (*1 *2 *3) (-12 (-5 *3 (-326 (-227))) (-5 *2 (-112)) (-5 *1 (-276)))) (-4037 (*1 *2 *3) (-12 (-5 *3 (-656 (-326 (-227)))) (-5 *2 (-112)) (-5 *1 (-276)))) (-3834 (*1 *2 *3) (-12 (-5 *3 (-656 (-326 (-227)))) (-5 *2 (-112)) (-5 *1 (-276)))) (-1465 (*1 *2 *2) (-12 (-5 *2 (-326 (-227))) (-5 *1 (-276)))) (-2175 (*1 *2 *2) (|partial| -12 (-5 *2 (-326 (-227))) (-5 *1 (-276)))) (-3059 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (-5 *1 (-276)))) (-3728 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-855 (-227)))) (-5 *4 (-227)) (-5 *2 (-656 *4)) (-5 *1 (-276)))))
-(-10 -7 (-15 -3728 ((-656 (-227)) (-656 (-855 (-227))) (-227))) (-15 -3059 ((-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227))))) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227))))))) (-15 -2175 ((-3 (-326 (-227)) "failed") (-326 (-227)))) (-15 -1465 ((-326 (-227)) (-326 (-227)))) (-15 -3834 ((-112) (-656 (-326 (-227))))) (-15 -4037 ((-112) (-656 (-326 (-227))))) (-15 -4037 ((-112) (-326 (-227)))) (-15 -2542 ((-701 (-227)) (-656 (-326 (-227))) (-783))) (-15 -1808 ((-656 (-326 (-227))) (-656 (-326 (-227))))) (-15 -3812 ((-656 (-326 (-227))) (-656 (-326 (-227))))) (-15 -3306 ((-112) (-326 (-227)))) (-15 -1960 ((-656 (-1195)) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))) (-15 -3444 ((-656 (-1195)) (-326 (-227)) (-783))) (-15 -4406 ((-1054) (-1195) (-1054))) (-15 -2429 ((-390) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))) (-15 -4052 ((-656 (-1177)) (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))))))
-((-3486 (((-112) $ $) NIL)) (-3665 (((-1054) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) NIL) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 56)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 32) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-4114 (*1 *1 *2) (-12 (-4 *1 (-275 *2)) (-4 *2 (-862)))) (-2840 (*1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-275 *2)) (-4 *2 (-862)))) (-1760 (*1 *2 *1) (-12 (-4 *1 (-275 *3)) (-4 *3 (-862)) (-5 *2 (-783)))) (-1652 (*1 *2 *1) (-12 (-4 *1 (-275 *2)) (-4 *2 (-862)))) (-3139 (*1 *2 *1) (-12 (-4 *1 (-275 *3)) (-4 *3 (-862)) (-5 *2 (-783)))))
+(-13 (-862) (-237) (-1059 |t#1|) (-10 -8 (-15 -2840 ($ |t#1| (-783))) (-15 -1760 ((-783) $)) (-15 -1652 (|t#1| $)) (-15 -3139 ((-783) $)) (-15 -4114 ($ |t#1|))))
+(((-102) . T) ((-628 |#1|) . T) ((-625 (-876)) . T) ((-234 $) . T) ((-237) . T) ((-862) . T) ((-1059 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-1583 (((-656 (-1197)) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) 53)) (-1419 (((-656 (-1197)) (-326 (-227)) (-783)) 94)) (-4191 (((-3 (-326 (-227)) "failed") (-326 (-227))) 63)) (-1926 (((-326 (-227)) (-326 (-227))) 79)) (-2721 (((-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227))))) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 38)) (-3752 (((-112) (-656 (-326 (-227)))) 104)) (-3451 (((-112) (-326 (-227))) 36)) (-1913 (((-656 (-1179)) (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))))) 132)) (-1574 (((-656 (-326 (-227))) (-656 (-326 (-227)))) 108)) (-3856 (((-656 (-326 (-227))) (-656 (-326 (-227)))) 106)) (-3628 (((-701 (-227)) (-656 (-326 (-227))) (-783)) 120)) (-3070 (((-112) (-326 (-227))) 31) (((-112) (-656 (-326 (-227)))) 105)) (-1902 (((-656 (-227)) (-656 (-855 (-227))) (-227)) 15)) (-1696 (((-390) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) 126)) (-2385 (((-1056) (-1197) (-1056)) 46)))
+(((-276) (-10 -7 (-15 -1902 ((-656 (-227)) (-656 (-855 (-227))) (-227))) (-15 -2721 ((-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227))))) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227))))))) (-15 -4191 ((-3 (-326 (-227)) "failed") (-326 (-227)))) (-15 -1926 ((-326 (-227)) (-326 (-227)))) (-15 -3752 ((-112) (-656 (-326 (-227))))) (-15 -3070 ((-112) (-656 (-326 (-227))))) (-15 -3070 ((-112) (-326 (-227)))) (-15 -3628 ((-701 (-227)) (-656 (-326 (-227))) (-783))) (-15 -3856 ((-656 (-326 (-227))) (-656 (-326 (-227))))) (-15 -1574 ((-656 (-326 (-227))) (-656 (-326 (-227))))) (-15 -3451 ((-112) (-326 (-227)))) (-15 -1583 ((-656 (-1197)) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))) (-15 -1419 ((-656 (-1197)) (-326 (-227)) (-783))) (-15 -2385 ((-1056) (-1197) (-1056))) (-15 -1696 ((-390) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))) (-15 -1913 ((-656 (-1179)) (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))))))) (T -276))
+((-1913 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))))) (-5 *2 (-656 (-1179))) (-5 *1 (-276)))) (-1696 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) (-5 *2 (-390)) (-5 *1 (-276)))) (-2385 (*1 *2 *3 *2) (-12 (-5 *2 (-1056)) (-5 *3 (-1197)) (-5 *1 (-276)))) (-1419 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-227))) (-5 *4 (-783)) (-5 *2 (-656 (-1197))) (-5 *1 (-276)))) (-1583 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) (-5 *2 (-656 (-1197))) (-5 *1 (-276)))) (-3451 (*1 *2 *3) (-12 (-5 *3 (-326 (-227))) (-5 *2 (-112)) (-5 *1 (-276)))) (-1574 (*1 *2 *2) (-12 (-5 *2 (-656 (-326 (-227)))) (-5 *1 (-276)))) (-3856 (*1 *2 *2) (-12 (-5 *2 (-656 (-326 (-227)))) (-5 *1 (-276)))) (-3628 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-326 (-227)))) (-5 *4 (-783)) (-5 *2 (-701 (-227))) (-5 *1 (-276)))) (-3070 (*1 *2 *3) (-12 (-5 *3 (-326 (-227))) (-5 *2 (-112)) (-5 *1 (-276)))) (-3070 (*1 *2 *3) (-12 (-5 *3 (-656 (-326 (-227)))) (-5 *2 (-112)) (-5 *1 (-276)))) (-3752 (*1 *2 *3) (-12 (-5 *3 (-656 (-326 (-227)))) (-5 *2 (-112)) (-5 *1 (-276)))) (-1926 (*1 *2 *2) (-12 (-5 *2 (-326 (-227))) (-5 *1 (-276)))) (-4191 (*1 *2 *2) (|partial| -12 (-5 *2 (-326 (-227))) (-5 *1 (-276)))) (-2721 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (-5 *1 (-276)))) (-1902 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-855 (-227)))) (-5 *4 (-227)) (-5 *2 (-656 *4)) (-5 *1 (-276)))))
+(-10 -7 (-15 -1902 ((-656 (-227)) (-656 (-855 (-227))) (-227))) (-15 -2721 ((-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227))))) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227))))))) (-15 -4191 ((-3 (-326 (-227)) "failed") (-326 (-227)))) (-15 -1926 ((-326 (-227)) (-326 (-227)))) (-15 -3752 ((-112) (-656 (-326 (-227))))) (-15 -3070 ((-112) (-656 (-326 (-227))))) (-15 -3070 ((-112) (-326 (-227)))) (-15 -3628 ((-701 (-227)) (-656 (-326 (-227))) (-783))) (-15 -3856 ((-656 (-326 (-227))) (-656 (-326 (-227))))) (-15 -1574 ((-656 (-326 (-227))) (-656 (-326 (-227))))) (-15 -3451 ((-112) (-326 (-227)))) (-15 -1583 ((-656 (-1197)) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))) (-15 -1419 ((-656 (-1197)) (-326 (-227)) (-783))) (-15 -2385 ((-1056) (-1197) (-1056))) (-15 -1696 ((-390) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))) (-15 -1913 ((-656 (-1179)) (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))))))
+((-1955 (((-112) $ $) NIL)) (-2546 (((-1056) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) NIL) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 56)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 32) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-277) (-851)) (T -277))
NIL
(-851)
-((-3486 (((-112) $ $) NIL)) (-3665 (((-1054) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) 72) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 63)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 41) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) 43)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2546 (((-1056) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) 72) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 63)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 41) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) 43)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-278) (-851)) (T -278))
NIL
(-851)
-((-3486 (((-112) $ $) NIL)) (-3665 (((-1054) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) 90) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 85)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 52) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) 65)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2546 (((-1056) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) 90) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 85)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 52) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) 65)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-279) (-851)) (T -279))
NIL
(-851)
-((-3486 (((-112) $ $) NIL)) (-3665 (((-1054) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) NIL) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 73)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 45) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2546 (((-1056) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) NIL) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 73)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 45) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-280) (-851)) (T -280))
NIL
(-851)
-((-3486 (((-112) $ $) NIL)) (-3665 (((-1054) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) NIL) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 65)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 31) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2546 (((-1056) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) NIL) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 65)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 31) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-281) (-851)) (T -281))
NIL
(-851)
-((-3486 (((-112) $ $) NIL)) (-3665 (((-1054) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) NIL) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 90)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 33) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2546 (((-1056) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) NIL) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 90)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 33) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-282) (-851)) (T -282))
NIL
(-851)
-((-3486 (((-112) $ $) NIL)) (-3665 (((-1054) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) NIL) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 87)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 32) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2546 (((-1056) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) NIL) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 87)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 32) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
(((-283) (-851)) (T -283))
NIL
(-851)
-((-3486 (((-112) $ $) NIL)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3220 (((-656 (-576)) $) 29)) (-1967 (((-783) $) 27)) (-3567 (((-874) $) 33) (($ (-656 (-576))) 23)) (-1540 (((-112) $ $) NIL)) (-1877 (($ (-783)) 30)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 9)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 17)))
-(((-284) (-13 (-862) (-10 -8 (-15 -3567 ($ (-656 (-576)))) (-15 -1967 ((-783) $)) (-15 -3220 ((-656 (-576)) $)) (-15 -1877 ($ (-783)))))) (T -284))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-284)))) (-1967 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-284)))) (-3220 (*1 *2 *1) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-284)))) (-1877 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-284)))))
-(-13 (-862) (-10 -8 (-15 -3567 ($ (-656 (-576)))) (-15 -1967 ((-783) $)) (-15 -3220 ((-656 (-576)) $)) (-15 -1877 ($ (-783)))))
-((-4022 ((|#2| |#2|) 77)) (-3898 ((|#2| |#2|) 65)) (-1778 (((-3 |#2| "failed") |#2| (-656 (-2 (|:| |func| |#2|) (|:| |pole| (-112))))) 125)) (-4003 ((|#2| |#2|) 75)) (-3874 ((|#2| |#2|) 63)) (-4047 ((|#2| |#2|) 79)) (-3917 ((|#2| |#2|) 67)) (-1598 ((|#2|) 46)) (-1774 (((-115) (-115)) 100)) (-3742 ((|#2| |#2|) 61)) (-2464 (((-112) |#2|) 147)) (-3070 ((|#2| |#2|) 195)) (-2259 ((|#2| |#2|) 171)) (-2893 ((|#2|) 59)) (-3353 ((|#2|) 58)) (-4414 ((|#2| |#2|) 191)) (-1887 ((|#2| |#2|) 167)) (-1551 ((|#2| |#2|) 199)) (-1547 ((|#2| |#2|) 175)) (-2021 ((|#2| |#2|) 163)) (-4361 ((|#2| |#2|) 165)) (-2861 ((|#2| |#2|) 201)) (-2141 ((|#2| |#2|) 177)) (-3286 ((|#2| |#2|) 197)) (-1934 ((|#2| |#2|) 173)) (-3382 ((|#2| |#2|) 193)) (-3164 ((|#2| |#2|) 169)) (-3545 ((|#2| |#2|) 207)) (-3788 ((|#2| |#2|) 183)) (-1574 ((|#2| |#2|) 203)) (-1651 ((|#2| |#2|) 179)) (-1413 ((|#2| |#2|) 211)) (-2729 ((|#2| |#2|) 187)) (-3850 ((|#2| |#2|) 213)) (-2855 ((|#2| |#2|) 189)) (-1879 ((|#2| |#2|) 209)) (-2764 ((|#2| |#2|) 185)) (-3993 ((|#2| |#2|) 205)) (-4089 ((|#2| |#2|) 181)) (-4101 ((|#2| |#2|) 62)) (-4058 ((|#2| |#2|) 80)) (-3927 ((|#2| |#2|) 68)) (-4034 ((|#2| |#2|) 78)) (-3907 ((|#2| |#2|) 66)) (-4011 ((|#2| |#2|) 76)) (-3886 ((|#2| |#2|) 64)) (-1824 (((-112) (-115)) 98)) (-2787 ((|#2| |#2|) 83)) (-3958 ((|#2| |#2|) 71)) (-4068 ((|#2| |#2|) 81)) (-3935 ((|#2| |#2|) 69)) (-2812 ((|#2| |#2|) 85)) (-3980 ((|#2| |#2|) 73)) (-4385 ((|#2| |#2|) 86)) (-3992 ((|#2| |#2|) 74)) (-2800 ((|#2| |#2|) 84)) (-3971 ((|#2| |#2|) 72)) (-4080 ((|#2| |#2|) 82)) (-3948 ((|#2| |#2|) 70)))
-(((-285 |#1| |#2|) (-10 -7 (-15 -4101 (|#2| |#2|)) (-15 -3742 (|#2| |#2|)) (-15 -3874 (|#2| |#2|)) (-15 -3886 (|#2| |#2|)) (-15 -3898 (|#2| |#2|)) (-15 -3907 (|#2| |#2|)) (-15 -3917 (|#2| |#2|)) (-15 -3927 (|#2| |#2|)) (-15 -3935 (|#2| |#2|)) (-15 -3948 (|#2| |#2|)) (-15 -3958 (|#2| |#2|)) (-15 -3971 (|#2| |#2|)) (-15 -3980 (|#2| |#2|)) (-15 -3992 (|#2| |#2|)) (-15 -4003 (|#2| |#2|)) (-15 -4011 (|#2| |#2|)) (-15 -4022 (|#2| |#2|)) (-15 -4034 (|#2| |#2|)) (-15 -4047 (|#2| |#2|)) (-15 -4058 (|#2| |#2|)) (-15 -4068 (|#2| |#2|)) (-15 -4080 (|#2| |#2|)) (-15 -2787 (|#2| |#2|)) (-15 -2800 (|#2| |#2|)) (-15 -2812 (|#2| |#2|)) (-15 -4385 (|#2| |#2|)) (-15 -1598 (|#2|)) (-15 -1824 ((-112) (-115))) (-15 -1774 ((-115) (-115))) (-15 -3353 (|#2|)) (-15 -2893 (|#2|)) (-15 -4361 (|#2| |#2|)) (-15 -2021 (|#2| |#2|)) (-15 -1887 (|#2| |#2|)) (-15 -3164 (|#2| |#2|)) (-15 -2259 (|#2| |#2|)) (-15 -1934 (|#2| |#2|)) (-15 -1547 (|#2| |#2|)) (-15 -2141 (|#2| |#2|)) (-15 -1651 (|#2| |#2|)) (-15 -4089 (|#2| |#2|)) (-15 -3788 (|#2| |#2|)) (-15 -2764 (|#2| |#2|)) (-15 -2729 (|#2| |#2|)) (-15 -2855 (|#2| |#2|)) (-15 -4414 (|#2| |#2|)) (-15 -3382 (|#2| |#2|)) (-15 -3070 (|#2| |#2|)) (-15 -3286 (|#2| |#2|)) (-15 -1551 (|#2| |#2|)) (-15 -2861 (|#2| |#2|)) (-15 -1574 (|#2| |#2|)) (-15 -3993 (|#2| |#2|)) (-15 -3545 (|#2| |#2|)) (-15 -1879 (|#2| |#2|)) (-15 -1413 (|#2| |#2|)) (-15 -3850 (|#2| |#2|)) (-15 -1778 ((-3 |#2| "failed") |#2| (-656 (-2 (|:| |func| |#2|) (|:| |pole| (-112)))))) (-15 -2464 ((-112) |#2|))) (-568) (-13 (-442 |#1|) (-1021))) (T -285))
-((-2464 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-285 *4 *3)) (-4 *3 (-13 (-442 *4) (-1021))))) (-1778 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-656 (-2 (|:| |func| *2) (|:| |pole| (-112))))) (-4 *2 (-13 (-442 *4) (-1021))) (-4 *4 (-568)) (-5 *1 (-285 *4 *2)))) (-3850 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-1413 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-1879 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3545 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3993 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-1574 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-2861 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-1551 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3286 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3070 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3382 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-4414 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-2855 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-2729 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-2764 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3788 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-4089 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-1651 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-2141 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-1547 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-1934 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-2259 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3164 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-1887 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-2021 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-4361 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-2893 (*1 *2) (-12 (-4 *2 (-13 (-442 *3) (-1021))) (-5 *1 (-285 *3 *2)) (-4 *3 (-568)))) (-3353 (*1 *2) (-12 (-4 *2 (-13 (-442 *3) (-1021))) (-5 *1 (-285 *3 *2)) (-4 *3 (-568)))) (-1774 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-568)) (-5 *1 (-285 *3 *4)) (-4 *4 (-13 (-442 *3) (-1021))))) (-1824 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-285 *4 *5)) (-4 *5 (-13 (-442 *4) (-1021))))) (-1598 (*1 *2) (-12 (-4 *2 (-13 (-442 *3) (-1021))) (-5 *1 (-285 *3 *2)) (-4 *3 (-568)))) (-4385 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-2812 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-2800 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-2787 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-4080 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-4068 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-4058 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-4047 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-4034 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-4022 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-4011 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-4003 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3992 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3980 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3971 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3958 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3948 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3935 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3927 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3917 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3907 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3898 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3886 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3874 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-3742 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))) (-4101 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021))))))
-(-10 -7 (-15 -4101 (|#2| |#2|)) (-15 -3742 (|#2| |#2|)) (-15 -3874 (|#2| |#2|)) (-15 -3886 (|#2| |#2|)) (-15 -3898 (|#2| |#2|)) (-15 -3907 (|#2| |#2|)) (-15 -3917 (|#2| |#2|)) (-15 -3927 (|#2| |#2|)) (-15 -3935 (|#2| |#2|)) (-15 -3948 (|#2| |#2|)) (-15 -3958 (|#2| |#2|)) (-15 -3971 (|#2| |#2|)) (-15 -3980 (|#2| |#2|)) (-15 -3992 (|#2| |#2|)) (-15 -4003 (|#2| |#2|)) (-15 -4011 (|#2| |#2|)) (-15 -4022 (|#2| |#2|)) (-15 -4034 (|#2| |#2|)) (-15 -4047 (|#2| |#2|)) (-15 -4058 (|#2| |#2|)) (-15 -4068 (|#2| |#2|)) (-15 -4080 (|#2| |#2|)) (-15 -2787 (|#2| |#2|)) (-15 -2800 (|#2| |#2|)) (-15 -2812 (|#2| |#2|)) (-15 -4385 (|#2| |#2|)) (-15 -1598 (|#2|)) (-15 -1824 ((-112) (-115))) (-15 -1774 ((-115) (-115))) (-15 -3353 (|#2|)) (-15 -2893 (|#2|)) (-15 -4361 (|#2| |#2|)) (-15 -2021 (|#2| |#2|)) (-15 -1887 (|#2| |#2|)) (-15 -3164 (|#2| |#2|)) (-15 -2259 (|#2| |#2|)) (-15 -1934 (|#2| |#2|)) (-15 -1547 (|#2| |#2|)) (-15 -2141 (|#2| |#2|)) (-15 -1651 (|#2| |#2|)) (-15 -4089 (|#2| |#2|)) (-15 -3788 (|#2| |#2|)) (-15 -2764 (|#2| |#2|)) (-15 -2729 (|#2| |#2|)) (-15 -2855 (|#2| |#2|)) (-15 -4414 (|#2| |#2|)) (-15 -3382 (|#2| |#2|)) (-15 -3070 (|#2| |#2|)) (-15 -3286 (|#2| |#2|)) (-15 -1551 (|#2| |#2|)) (-15 -2861 (|#2| |#2|)) (-15 -1574 (|#2| |#2|)) (-15 -3993 (|#2| |#2|)) (-15 -3545 (|#2| |#2|)) (-15 -1879 (|#2| |#2|)) (-15 -1413 (|#2| |#2|)) (-15 -3850 (|#2| |#2|)) (-15 -1778 ((-3 |#2| "failed") |#2| (-656 (-2 (|:| |func| |#2|) (|:| |pole| (-112)))))) (-15 -2464 ((-112) |#2|)))
-((-2396 (((-3 |#2| "failed") (-656 (-624 |#2|)) |#2| (-1195)) 151)) (-2492 ((|#2| (-419 (-576)) |#2|) 49)) (-3816 ((|#2| |#2| (-624 |#2|)) 144)) (-1964 (((-2 (|:| |func| |#2|) (|:| |kers| (-656 (-624 |#2|))) (|:| |vals| (-656 |#2|))) |#2| (-1195)) 143)) (-3145 ((|#2| |#2| (-1195)) 20) ((|#2| |#2|) 23)) (-2902 ((|#2| |#2| (-1195)) 157) ((|#2| |#2|) 155)))
-(((-286 |#1| |#2|) (-10 -7 (-15 -2902 (|#2| |#2|)) (-15 -2902 (|#2| |#2| (-1195))) (-15 -1964 ((-2 (|:| |func| |#2|) (|:| |kers| (-656 (-624 |#2|))) (|:| |vals| (-656 |#2|))) |#2| (-1195))) (-15 -3145 (|#2| |#2|)) (-15 -3145 (|#2| |#2| (-1195))) (-15 -2396 ((-3 |#2| "failed") (-656 (-624 |#2|)) |#2| (-1195))) (-15 -3816 (|#2| |#2| (-624 |#2|))) (-15 -2492 (|#2| (-419 (-576)) |#2|))) (-13 (-568) (-1057 (-576)) (-651 (-576))) (-13 (-27) (-1221) (-442 |#1|))) (T -286))
-((-2492 (*1 *2 *3 *2) (-12 (-5 *3 (-419 (-576))) (-4 *4 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-286 *4 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *4))))) (-3816 (*1 *2 *2 *3) (-12 (-5 *3 (-624 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *4))) (-4 *4 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-286 *4 *2)))) (-2396 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-656 (-624 *2))) (-5 *4 (-1195)) (-4 *2 (-13 (-27) (-1221) (-442 *5))) (-4 *5 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-286 *5 *2)))) (-3145 (*1 *2 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-286 *4 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *4))))) (-3145 (*1 *2 *2) (-12 (-4 *3 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-286 *3 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *3))))) (-1964 (*1 *2 *3 *4) (-12 (-5 *4 (-1195)) (-4 *5 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-2 (|:| |func| *3) (|:| |kers| (-656 (-624 *3))) (|:| |vals| (-656 *3)))) (-5 *1 (-286 *5 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5))))) (-2902 (*1 *2 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-286 *4 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *4))))) (-2902 (*1 *2 *2) (-12 (-4 *3 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-286 *3 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *3))))))
-(-10 -7 (-15 -2902 (|#2| |#2|)) (-15 -2902 (|#2| |#2| (-1195))) (-15 -1964 ((-2 (|:| |func| |#2|) (|:| |kers| (-656 (-624 |#2|))) (|:| |vals| (-656 |#2|))) |#2| (-1195))) (-15 -3145 (|#2| |#2|)) (-15 -3145 (|#2| |#2| (-1195))) (-15 -2396 ((-3 |#2| "failed") (-656 (-624 |#2|)) |#2| (-1195))) (-15 -3816 (|#2| |#2| (-624 |#2|))) (-15 -2492 (|#2| (-419 (-576)) |#2|)))
-((-2393 (((-3 |#3| "failed") |#3|) 120)) (-4022 ((|#3| |#3|) 142)) (-3279 (((-3 |#3| "failed") |#3|) 89)) (-3898 ((|#3| |#3|) 132)) (-2978 (((-3 |#3| "failed") |#3|) 65)) (-4003 ((|#3| |#3|) 140)) (-2465 (((-3 |#3| "failed") |#3|) 53)) (-3874 ((|#3| |#3|) 130)) (-1421 (((-3 |#3| "failed") |#3|) 122)) (-4047 ((|#3| |#3|) 144)) (-2627 (((-3 |#3| "failed") |#3|) 91)) (-3917 ((|#3| |#3|) 134)) (-1545 (((-3 |#3| "failed") |#3| (-783)) 41)) (-3869 (((-3 |#3| "failed") |#3|) 81)) (-3742 ((|#3| |#3|) 129)) (-3911 (((-3 |#3| "failed") |#3|) 51)) (-4101 ((|#3| |#3|) 128)) (-4312 (((-3 |#3| "failed") |#3|) 123)) (-4058 ((|#3| |#3|) 145)) (-4141 (((-3 |#3| "failed") |#3|) 92)) (-3927 ((|#3| |#3|) 135)) (-2667 (((-3 |#3| "failed") |#3|) 121)) (-4034 ((|#3| |#3|) 143)) (-3955 (((-3 |#3| "failed") |#3|) 90)) (-3907 ((|#3| |#3|) 133)) (-3000 (((-3 |#3| "failed") |#3|) 67)) (-4011 ((|#3| |#3|) 141)) (-3108 (((-3 |#3| "failed") |#3|) 55)) (-3886 ((|#3| |#3|) 131)) (-3209 (((-3 |#3| "failed") |#3|) 73)) (-2787 ((|#3| |#3|) 148)) (-4384 (((-3 |#3| "failed") |#3|) 114)) (-3958 ((|#3| |#3|) 152)) (-2987 (((-3 |#3| "failed") |#3|) 69)) (-4068 ((|#3| |#3|) 146)) (-2416 (((-3 |#3| "failed") |#3|) 57)) (-3935 ((|#3| |#3|) 136)) (-3271 (((-3 |#3| "failed") |#3|) 77)) (-2812 ((|#3| |#3|) 150)) (-1898 (((-3 |#3| "failed") |#3|) 61)) (-3980 ((|#3| |#3|) 138)) (-3020 (((-3 |#3| "failed") |#3|) 79)) (-4385 ((|#3| |#3|) 151)) (-4367 (((-3 |#3| "failed") |#3|) 63)) (-3992 ((|#3| |#3|) 139)) (-2826 (((-3 |#3| "failed") |#3|) 75)) (-2800 ((|#3| |#3|) 149)) (-2616 (((-3 |#3| "failed") |#3|) 117)) (-3971 ((|#3| |#3|) 153)) (-2036 (((-3 |#3| "failed") |#3|) 71)) (-4080 ((|#3| |#3|) 147)) (-1983 (((-3 |#3| "failed") |#3|) 59)) (-3948 ((|#3| |#3|) 137)) (** ((|#3| |#3| (-419 (-576))) 47 (|has| |#1| (-374)))))
-(((-287 |#1| |#2| |#3|) (-13 (-1002 |#3|) (-10 -7 (IF (|has| |#1| (-374)) (-15 ** (|#3| |#3| (-419 (-576)))) |%noBranch|) (-15 -4101 (|#3| |#3|)) (-15 -3742 (|#3| |#3|)) (-15 -3874 (|#3| |#3|)) (-15 -3886 (|#3| |#3|)) (-15 -3898 (|#3| |#3|)) (-15 -3907 (|#3| |#3|)) (-15 -3917 (|#3| |#3|)) (-15 -3927 (|#3| |#3|)) (-15 -3935 (|#3| |#3|)) (-15 -3948 (|#3| |#3|)) (-15 -3958 (|#3| |#3|)) (-15 -3971 (|#3| |#3|)) (-15 -3980 (|#3| |#3|)) (-15 -3992 (|#3| |#3|)) (-15 -4003 (|#3| |#3|)) (-15 -4011 (|#3| |#3|)) (-15 -4022 (|#3| |#3|)) (-15 -4034 (|#3| |#3|)) (-15 -4047 (|#3| |#3|)) (-15 -4058 (|#3| |#3|)) (-15 -4068 (|#3| |#3|)) (-15 -4080 (|#3| |#3|)) (-15 -2787 (|#3| |#3|)) (-15 -2800 (|#3| |#3|)) (-15 -2812 (|#3| |#3|)) (-15 -4385 (|#3| |#3|)))) (-38 (-419 (-576))) (-1277 |#1|) (-1248 |#1| |#2|)) (T -287))
-((** (*1 *2 *2 *3) (-12 (-5 *3 (-419 (-576))) (-4 *4 (-374)) (-4 *4 (-38 *3)) (-4 *5 (-1277 *4)) (-5 *1 (-287 *4 *5 *2)) (-4 *2 (-1248 *4 *5)))) (-4101 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-3742 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-3874 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-3886 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-3898 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-3907 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-3917 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-3927 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-3935 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-3948 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-3958 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-3971 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-3980 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-3992 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-4003 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-4011 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-4022 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-4034 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-4047 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-4058 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-4068 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-4080 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-2787 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-2800 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-2812 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))) (-4385 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4)))))
-(-13 (-1002 |#3|) (-10 -7 (IF (|has| |#1| (-374)) (-15 ** (|#3| |#3| (-419 (-576)))) |%noBranch|) (-15 -4101 (|#3| |#3|)) (-15 -3742 (|#3| |#3|)) (-15 -3874 (|#3| |#3|)) (-15 -3886 (|#3| |#3|)) (-15 -3898 (|#3| |#3|)) (-15 -3907 (|#3| |#3|)) (-15 -3917 (|#3| |#3|)) (-15 -3927 (|#3| |#3|)) (-15 -3935 (|#3| |#3|)) (-15 -3948 (|#3| |#3|)) (-15 -3958 (|#3| |#3|)) (-15 -3971 (|#3| |#3|)) (-15 -3980 (|#3| |#3|)) (-15 -3992 (|#3| |#3|)) (-15 -4003 (|#3| |#3|)) (-15 -4011 (|#3| |#3|)) (-15 -4022 (|#3| |#3|)) (-15 -4034 (|#3| |#3|)) (-15 -4047 (|#3| |#3|)) (-15 -4058 (|#3| |#3|)) (-15 -4068 (|#3| |#3|)) (-15 -4080 (|#3| |#3|)) (-15 -2787 (|#3| |#3|)) (-15 -2800 (|#3| |#3|)) (-15 -2812 (|#3| |#3|)) (-15 -4385 (|#3| |#3|))))
-((-2393 (((-3 |#3| "failed") |#3|) 70)) (-4022 ((|#3| |#3|) 137)) (-3279 (((-3 |#3| "failed") |#3|) 54)) (-3898 ((|#3| |#3|) 125)) (-2978 (((-3 |#3| "failed") |#3|) 66)) (-4003 ((|#3| |#3|) 135)) (-2465 (((-3 |#3| "failed") |#3|) 50)) (-3874 ((|#3| |#3|) 123)) (-1421 (((-3 |#3| "failed") |#3|) 74)) (-4047 ((|#3| |#3|) 139)) (-2627 (((-3 |#3| "failed") |#3|) 58)) (-3917 ((|#3| |#3|) 127)) (-1545 (((-3 |#3| "failed") |#3| (-783)) 38)) (-3869 (((-3 |#3| "failed") |#3|) 48)) (-3742 ((|#3| |#3|) 111)) (-3911 (((-3 |#3| "failed") |#3|) 46)) (-4101 ((|#3| |#3|) 122)) (-4312 (((-3 |#3| "failed") |#3|) 76)) (-4058 ((|#3| |#3|) 140)) (-4141 (((-3 |#3| "failed") |#3|) 60)) (-3927 ((|#3| |#3|) 128)) (-2667 (((-3 |#3| "failed") |#3|) 72)) (-4034 ((|#3| |#3|) 138)) (-3955 (((-3 |#3| "failed") |#3|) 56)) (-3907 ((|#3| |#3|) 126)) (-3000 (((-3 |#3| "failed") |#3|) 68)) (-4011 ((|#3| |#3|) 136)) (-3108 (((-3 |#3| "failed") |#3|) 52)) (-3886 ((|#3| |#3|) 124)) (-3209 (((-3 |#3| "failed") |#3|) 78)) (-2787 ((|#3| |#3|) 143)) (-4384 (((-3 |#3| "failed") |#3|) 62)) (-3958 ((|#3| |#3|) 131)) (-2987 (((-3 |#3| "failed") |#3|) 112)) (-4068 ((|#3| |#3|) 141)) (-2416 (((-3 |#3| "failed") |#3|) 100)) (-3935 ((|#3| |#3|) 129)) (-3271 (((-3 |#3| "failed") |#3|) 116)) (-2812 ((|#3| |#3|) 145)) (-1898 (((-3 |#3| "failed") |#3|) 107)) (-3980 ((|#3| |#3|) 133)) (-3020 (((-3 |#3| "failed") |#3|) 117)) (-4385 ((|#3| |#3|) 146)) (-4367 (((-3 |#3| "failed") |#3|) 109)) (-3992 ((|#3| |#3|) 134)) (-2826 (((-3 |#3| "failed") |#3|) 80)) (-2800 ((|#3| |#3|) 144)) (-2616 (((-3 |#3| "failed") |#3|) 64)) (-3971 ((|#3| |#3|) 132)) (-2036 (((-3 |#3| "failed") |#3|) 113)) (-4080 ((|#3| |#3|) 142)) (-1983 (((-3 |#3| "failed") |#3|) 103)) (-3948 ((|#3| |#3|) 130)) (** ((|#3| |#3| (-419 (-576))) 44 (|has| |#1| (-374)))))
-(((-288 |#1| |#2| |#3| |#4|) (-13 (-1002 |#3|) (-10 -7 (IF (|has| |#1| (-374)) (-15 ** (|#3| |#3| (-419 (-576)))) |%noBranch|) (-15 -4101 (|#3| |#3|)) (-15 -3742 (|#3| |#3|)) (-15 -3874 (|#3| |#3|)) (-15 -3886 (|#3| |#3|)) (-15 -3898 (|#3| |#3|)) (-15 -3907 (|#3| |#3|)) (-15 -3917 (|#3| |#3|)) (-15 -3927 (|#3| |#3|)) (-15 -3935 (|#3| |#3|)) (-15 -3948 (|#3| |#3|)) (-15 -3958 (|#3| |#3|)) (-15 -3971 (|#3| |#3|)) (-15 -3980 (|#3| |#3|)) (-15 -3992 (|#3| |#3|)) (-15 -4003 (|#3| |#3|)) (-15 -4011 (|#3| |#3|)) (-15 -4022 (|#3| |#3|)) (-15 -4034 (|#3| |#3|)) (-15 -4047 (|#3| |#3|)) (-15 -4058 (|#3| |#3|)) (-15 -4068 (|#3| |#3|)) (-15 -4080 (|#3| |#3|)) (-15 -2787 (|#3| |#3|)) (-15 -2800 (|#3| |#3|)) (-15 -2812 (|#3| |#3|)) (-15 -4385 (|#3| |#3|)))) (-38 (-419 (-576))) (-1246 |#1|) (-1269 |#1| |#2|) (-1002 |#2|)) (T -288))
-((** (*1 *2 *2 *3) (-12 (-5 *3 (-419 (-576))) (-4 *4 (-374)) (-4 *4 (-38 *3)) (-4 *5 (-1246 *4)) (-5 *1 (-288 *4 *5 *2 *6)) (-4 *2 (-1269 *4 *5)) (-4 *6 (-1002 *5)))) (-4101 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-3742 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-3874 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-3886 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-3898 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-3907 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-3917 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-3927 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-3935 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-3948 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-3958 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-3971 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-3980 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-3992 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-4003 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-4011 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-4022 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-4034 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-4047 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-4058 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-4068 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-4080 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-2787 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-2800 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-2812 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))) (-4385 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4)))))
-(-13 (-1002 |#3|) (-10 -7 (IF (|has| |#1| (-374)) (-15 ** (|#3| |#3| (-419 (-576)))) |%noBranch|) (-15 -4101 (|#3| |#3|)) (-15 -3742 (|#3| |#3|)) (-15 -3874 (|#3| |#3|)) (-15 -3886 (|#3| |#3|)) (-15 -3898 (|#3| |#3|)) (-15 -3907 (|#3| |#3|)) (-15 -3917 (|#3| |#3|)) (-15 -3927 (|#3| |#3|)) (-15 -3935 (|#3| |#3|)) (-15 -3948 (|#3| |#3|)) (-15 -3958 (|#3| |#3|)) (-15 -3971 (|#3| |#3|)) (-15 -3980 (|#3| |#3|)) (-15 -3992 (|#3| |#3|)) (-15 -4003 (|#3| |#3|)) (-15 -4011 (|#3| |#3|)) (-15 -4022 (|#3| |#3|)) (-15 -4034 (|#3| |#3|)) (-15 -4047 (|#3| |#3|)) (-15 -4058 (|#3| |#3|)) (-15 -4068 (|#3| |#3|)) (-15 -4080 (|#3| |#3|)) (-15 -2787 (|#3| |#3|)) (-15 -2800 (|#3| |#3|)) (-15 -2812 (|#3| |#3|)) (-15 -4385 (|#3| |#3|))))
-((-3455 (((-112) $) 20)) (-3032 (((-1200) $) 7)) (-3969 (((-3 (-518) "failed") $) 14)) (-1699 (((-3 (-656 $) "failed") $) NIL)) (-3729 (((-3 (-518) "failed") $) 21)) (-3003 (((-3 (-1123) "failed") $) 18)) (-2294 (((-112) $) 16)) (-3567 (((-874) $) NIL)) (-1772 (((-112) $) 9)))
-(((-289) (-13 (-625 (-874)) (-10 -8 (-15 -3032 ((-1200) $)) (-15 -2294 ((-112) $)) (-15 -3003 ((-3 (-1123) "failed") $)) (-15 -3455 ((-112) $)) (-15 -3729 ((-3 (-518) "failed") $)) (-15 -1772 ((-112) $)) (-15 -3969 ((-3 (-518) "failed") $)) (-15 -1699 ((-3 (-656 $) "failed") $))))) (T -289))
-((-3032 (*1 *2 *1) (-12 (-5 *2 (-1200)) (-5 *1 (-289)))) (-2294 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-289)))) (-3003 (*1 *2 *1) (|partial| -12 (-5 *2 (-1123)) (-5 *1 (-289)))) (-3455 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-289)))) (-3729 (*1 *2 *1) (|partial| -12 (-5 *2 (-518)) (-5 *1 (-289)))) (-1772 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-289)))) (-3969 (*1 *2 *1) (|partial| -12 (-5 *2 (-518)) (-5 *1 (-289)))) (-1699 (*1 *2 *1) (|partial| -12 (-5 *2 (-656 (-289))) (-5 *1 (-289)))))
-(-13 (-625 (-874)) (-10 -8 (-15 -3032 ((-1200) $)) (-15 -2294 ((-112) $)) (-15 -3003 ((-3 (-1123) "failed") $)) (-15 -3455 ((-112) $)) (-15 -3729 ((-3 (-518) "failed") $)) (-15 -1772 ((-112) $)) (-15 -3969 ((-3 (-518) "failed") $)) (-15 -1699 ((-3 (-656 $) "failed") $))))
-((-3646 (((-609) $) 10)) (-3660 (((-597) $) 8)) (-1390 (((-301) $) 12)) (-3317 (($ (-597) (-609) (-301)) NIL)) (-3567 (((-874) $) 19)))
-(((-290) (-13 (-625 (-874)) (-10 -8 (-15 -3317 ($ (-597) (-609) (-301))) (-15 -3660 ((-597) $)) (-15 -3646 ((-609) $)) (-15 -1390 ((-301) $))))) (T -290))
-((-3317 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-597)) (-5 *3 (-609)) (-5 *4 (-301)) (-5 *1 (-290)))) (-3660 (*1 *2 *1) (-12 (-5 *2 (-597)) (-5 *1 (-290)))) (-3646 (*1 *2 *1) (-12 (-5 *2 (-609)) (-5 *1 (-290)))) (-1390 (*1 *2 *1) (-12 (-5 *2 (-301)) (-5 *1 (-290)))))
-(-13 (-625 (-874)) (-10 -8 (-15 -3317 ($ (-597) (-609) (-301))) (-15 -3660 ((-597) $)) (-15 -3646 ((-609) $)) (-15 -1390 ((-301) $))))
-((-1966 (($ (-1 (-112) |#2|) $) 24)) (-1640 (($ $) 38)) (-3516 (($ (-1 (-112) |#2|) $) NIL) (($ |#2| $) 36)) (-3942 (($ |#2| $) 34) (($ (-1 (-112) |#2|) $) 18)) (-2864 (($ (-1 (-112) |#2| |#2|) $ $) NIL) (($ $ $) 42)) (-2171 (($ |#2| $ (-576)) 20) (($ $ $ (-576)) 22)) (-3463 (($ $ (-576)) 11) (($ $ (-1253 (-576))) 14)) (-3906 (($ $ |#2|) 32) (($ $ $) NIL)) (-1613 (($ $ |#2|) 31) (($ |#2| $) NIL) (($ $ $) 26) (($ (-656 $)) NIL)))
-(((-291 |#1| |#2|) (-10 -8 (-15 -2864 (|#1| |#1| |#1|)) (-15 -3516 (|#1| |#2| |#1|)) (-15 -2864 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -3516 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3906 (|#1| |#1| |#1|)) (-15 -3906 (|#1| |#1| |#2|)) (-15 -2171 (|#1| |#1| |#1| (-576))) (-15 -2171 (|#1| |#2| |#1| (-576))) (-15 -3463 (|#1| |#1| (-1253 (-576)))) (-15 -3463 (|#1| |#1| (-576))) (-15 -1613 (|#1| (-656 |#1|))) (-15 -1613 (|#1| |#1| |#1|)) (-15 -1613 (|#1| |#2| |#1|)) (-15 -1613 (|#1| |#1| |#2|)) (-15 -3942 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1966 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3942 (|#1| |#2| |#1|)) (-15 -1640 (|#1| |#1|))) (-292 |#2|) (-1236)) (T -291))
-NIL
-(-10 -8 (-15 -2864 (|#1| |#1| |#1|)) (-15 -3516 (|#1| |#2| |#1|)) (-15 -2864 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -3516 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3906 (|#1| |#1| |#1|)) (-15 -3906 (|#1| |#1| |#2|)) (-15 -2171 (|#1| |#1| |#1| (-576))) (-15 -2171 (|#1| |#2| |#1| (-576))) (-15 -3463 (|#1| |#1| (-1253 (-576)))) (-15 -3463 (|#1| |#1| (-576))) (-15 -1613 (|#1| (-656 |#1|))) (-15 -1613 (|#1| |#1| |#1|)) (-15 -1613 (|#1| |#2| |#1|)) (-15 -1613 (|#1| |#1| |#2|)) (-15 -3942 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1966 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3942 (|#1| |#2| |#1|)) (-15 -1640 (|#1| |#1|)))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-2617 (((-1291) $ (-576) (-576)) 41 (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) 8)) (-3753 ((|#1| $ (-576) |#1|) 53 (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) 60 (|has| $ (-6 -4463)))) (-4394 (($ (-1 (-112) |#1|) $) 88)) (-1966 (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4462)))) (-2135 (($) 7 T CONST)) (-2017 (($ $) 86 (|has| |#1| (-1119)))) (-1640 (($ $) 80 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3516 (($ (-1 (-112) |#1|) $) 92) (($ |#1| $) 87 (|has| |#1| (-1119)))) (-3942 (($ |#1| $) 79 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 78 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 75 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) 74 (|has| $ (-6 -4462)))) (-4330 ((|#1| $ (-576) |#1|) 54 (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) 52)) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-4138 (($ (-783) |#1|) 70)) (-2476 (((-112) $ (-783)) 9)) (-3280 (((-576) $) 44 (|has| (-576) (-862)))) (-2864 (($ (-1 (-112) |#1| |#1|) $ $) 89) (($ $ $) 85 (|has| |#1| (-862)))) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3767 (((-576) $) 45 (|has| (-576) (-862)))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-2767 (($ |#1| $ (-576)) 91) (($ $ $ (-576)) 90)) (-2171 (($ |#1| $ (-576)) 62) (($ $ $ (-576)) 61)) (-1742 (((-656 (-576)) $) 47)) (-2406 (((-112) (-576) $) 48)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-3578 ((|#1| $) 43 (|has| (-576) (-862)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 73)) (-1552 (($ $ |#1|) 42 (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4408 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) 49)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#1| $ (-576) |#1|) 51) ((|#1| $ (-576)) 50) (($ $ (-1253 (-576))) 71)) (-4142 (($ $ (-576)) 94) (($ $ (-1253 (-576))) 93)) (-3463 (($ $ (-576)) 64) (($ $ (-1253 (-576))) 63)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-4169 (((-548) $) 81 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 72)) (-3906 (($ $ |#1|) 96) (($ $ $) 95)) (-1613 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-656 $)) 66)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-292 |#1|) (-141) (-1236)) (T -292))
-((-3906 (*1 *1 *1 *2) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1236)))) (-3906 (*1 *1 *1 *1) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1236)))) (-4142 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-292 *3)) (-4 *3 (-1236)))) (-4142 (*1 *1 *1 *2) (-12 (-5 *2 (-1253 (-576))) (-4 *1 (-292 *3)) (-4 *3 (-1236)))) (-3516 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-292 *3)) (-4 *3 (-1236)))) (-2767 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-292 *2)) (-4 *2 (-1236)))) (-2767 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-292 *3)) (-4 *3 (-1236)))) (-2864 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-292 *3)) (-4 *3 (-1236)))) (-4394 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-292 *3)) (-4 *3 (-1236)))) (-3516 (*1 *1 *2 *1) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1236)) (-4 *2 (-1119)))) (-2017 (*1 *1 *1) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1236)) (-4 *2 (-1119)))) (-2864 (*1 *1 *1 *1) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1236)) (-4 *2 (-862)))))
-(-13 (-663 |t#1|) (-10 -8 (-6 -4463) (-15 -3906 ($ $ |t#1|)) (-15 -3906 ($ $ $)) (-15 -4142 ($ $ (-576))) (-15 -4142 ($ $ (-1253 (-576)))) (-15 -3516 ($ (-1 (-112) |t#1|) $)) (-15 -2767 ($ |t#1| $ (-576))) (-15 -2767 ($ $ $ (-576))) (-15 -2864 ($ (-1 (-112) |t#1| |t#1|) $ $)) (-15 -4394 ($ (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1119)) (PROGN (-15 -3516 ($ |t#1| $)) (-15 -2017 ($ $))) |%noBranch|) (IF (|has| |t#1| (-862)) (-15 -2864 ($ $ $)) |%noBranch|)))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1253 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-663 |#1|) . T) ((-1119) |has| |#1| (-1119)) ((-1236) . T))
+((-1955 (((-112) $ $) NIL)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-3830 (((-656 (-576)) $) 29)) (-2786 (((-783) $) 27)) (-4114 (((-876) $) 33) (($ (-656 (-576))) 23)) (-3000 (((-112) $ $) NIL)) (-3223 (($ (-783)) 30)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 9)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 17)))
+(((-284) (-13 (-862) (-10 -8 (-15 -4114 ($ (-656 (-576)))) (-15 -2786 ((-783) $)) (-15 -3830 ((-656 (-576)) $)) (-15 -3223 ($ (-783)))))) (T -284))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-284)))) (-2786 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-284)))) (-3830 (*1 *2 *1) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-284)))) (-3223 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-284)))))
+(-13 (-862) (-10 -8 (-15 -4114 ($ (-656 (-576)))) (-15 -2786 ((-783) $)) (-15 -3830 ((-656 (-576)) $)) (-15 -3223 ($ (-783)))))
+((-3586 ((|#2| |#2|) 77)) (-3435 ((|#2| |#2|) 65)) (-1598 (((-3 |#2| "failed") |#2| (-656 (-2 (|:| |func| |#2|) (|:| |pole| (-112))))) 125)) (-3562 ((|#2| |#2|) 75)) (-3412 ((|#2| |#2|) 63)) (-3612 ((|#2| |#2|) 79)) (-3461 ((|#2| |#2|) 67)) (-2723 ((|#2|) 46)) (-1401 (((-115) (-115)) 100)) (-2608 ((|#2| |#2|) 61)) (-4033 (((-112) |#2|) 147)) (-2845 ((|#2| |#2|) 195)) (-2504 ((|#2| |#2|) 171)) (-2506 ((|#2|) 59)) (-2623 ((|#2|) 58)) (-4411 ((|#2| |#2|) 191)) (-3327 ((|#2| |#2|) 167)) (-3127 ((|#2| |#2|) 199)) (-3077 ((|#2| |#2|) 175)) (-2017 ((|#2| |#2|) 163)) (-1907 ((|#2| |#2|) 165)) (-3491 ((|#2| |#2|) 201)) (-3887 ((|#2| |#2|) 177)) (-3229 ((|#2| |#2|) 197)) (-2498 ((|#2| |#2|) 173)) (-2932 ((|#2| |#2|) 193)) (-4416 ((|#2| |#2|) 169)) (-3933 ((|#2| |#2|) 207)) (-1357 ((|#2| |#2|) 183)) (-3353 ((|#2| |#2|) 203)) (-2839 ((|#2| |#2|) 179)) (-3948 ((|#2| |#2|) 211)) (-1546 ((|#2| |#2|) 187)) (-3920 ((|#2| |#2|) 213)) (-3428 ((|#2| |#2|) 189)) (-3243 ((|#2| |#2|) 209)) (-3821 ((|#2| |#2|) 185)) (-2660 ((|#2| |#2|) 205)) (-2301 ((|#2| |#2|) 181)) (-2154 ((|#2| |#2|) 62)) (-3623 ((|#2| |#2|) 80)) (-3474 ((|#2| |#2|) 68)) (-3599 ((|#2| |#2|) 78)) (-3448 ((|#2| |#2|) 66)) (-3574 ((|#2| |#2|) 76)) (-3424 ((|#2| |#2|) 64)) (-4020 (((-112) (-115)) 98)) (-3653 ((|#2| |#2|) 83)) (-3510 ((|#2| |#2|) 71)) (-3632 ((|#2| |#2|) 81)) (-3487 ((|#2| |#2|) 69)) (-3673 ((|#2| |#2|) 85)) (-3537 ((|#2| |#2|) 73)) (-1970 ((|#2| |#2|) 86)) (-3550 ((|#2| |#2|) 74)) (-3664 ((|#2| |#2|) 84)) (-3523 ((|#2| |#2|) 72)) (-3642 ((|#2| |#2|) 82)) (-3498 ((|#2| |#2|) 70)))
+(((-285 |#1| |#2|) (-10 -7 (-15 -2154 (|#2| |#2|)) (-15 -2608 (|#2| |#2|)) (-15 -3412 (|#2| |#2|)) (-15 -3424 (|#2| |#2|)) (-15 -3435 (|#2| |#2|)) (-15 -3448 (|#2| |#2|)) (-15 -3461 (|#2| |#2|)) (-15 -3474 (|#2| |#2|)) (-15 -3487 (|#2| |#2|)) (-15 -3498 (|#2| |#2|)) (-15 -3510 (|#2| |#2|)) (-15 -3523 (|#2| |#2|)) (-15 -3537 (|#2| |#2|)) (-15 -3550 (|#2| |#2|)) (-15 -3562 (|#2| |#2|)) (-15 -3574 (|#2| |#2|)) (-15 -3586 (|#2| |#2|)) (-15 -3599 (|#2| |#2|)) (-15 -3612 (|#2| |#2|)) (-15 -3623 (|#2| |#2|)) (-15 -3632 (|#2| |#2|)) (-15 -3642 (|#2| |#2|)) (-15 -3653 (|#2| |#2|)) (-15 -3664 (|#2| |#2|)) (-15 -3673 (|#2| |#2|)) (-15 -1970 (|#2| |#2|)) (-15 -2723 (|#2|)) (-15 -4020 ((-112) (-115))) (-15 -1401 ((-115) (-115))) (-15 -2623 (|#2|)) (-15 -2506 (|#2|)) (-15 -1907 (|#2| |#2|)) (-15 -2017 (|#2| |#2|)) (-15 -3327 (|#2| |#2|)) (-15 -4416 (|#2| |#2|)) (-15 -2504 (|#2| |#2|)) (-15 -2498 (|#2| |#2|)) (-15 -3077 (|#2| |#2|)) (-15 -3887 (|#2| |#2|)) (-15 -2839 (|#2| |#2|)) (-15 -2301 (|#2| |#2|)) (-15 -1357 (|#2| |#2|)) (-15 -3821 (|#2| |#2|)) (-15 -1546 (|#2| |#2|)) (-15 -3428 (|#2| |#2|)) (-15 -4411 (|#2| |#2|)) (-15 -2932 (|#2| |#2|)) (-15 -2845 (|#2| |#2|)) (-15 -3229 (|#2| |#2|)) (-15 -3127 (|#2| |#2|)) (-15 -3491 (|#2| |#2|)) (-15 -3353 (|#2| |#2|)) (-15 -2660 (|#2| |#2|)) (-15 -3933 (|#2| |#2|)) (-15 -3243 (|#2| |#2|)) (-15 -3948 (|#2| |#2|)) (-15 -3920 (|#2| |#2|)) (-15 -1598 ((-3 |#2| "failed") |#2| (-656 (-2 (|:| |func| |#2|) (|:| |pole| (-112)))))) (-15 -4033 ((-112) |#2|))) (-568) (-13 (-442 |#1|) (-1023))) (T -285))
+((-4033 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-285 *4 *3)) (-4 *3 (-13 (-442 *4) (-1023))))) (-1598 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-656 (-2 (|:| |func| *2) (|:| |pole| (-112))))) (-4 *2 (-13 (-442 *4) (-1023))) (-4 *4 (-568)) (-5 *1 (-285 *4 *2)))) (-3920 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3948 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3243 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3933 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-2660 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3353 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3491 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3127 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3229 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-2845 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-2932 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-4411 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3428 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-1546 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3821 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-1357 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-2301 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-2839 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3887 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3077 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-2498 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-2504 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-4416 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3327 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-2017 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-1907 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-2506 (*1 *2) (-12 (-4 *2 (-13 (-442 *3) (-1023))) (-5 *1 (-285 *3 *2)) (-4 *3 (-568)))) (-2623 (*1 *2) (-12 (-4 *2 (-13 (-442 *3) (-1023))) (-5 *1 (-285 *3 *2)) (-4 *3 (-568)))) (-1401 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-568)) (-5 *1 (-285 *3 *4)) (-4 *4 (-13 (-442 *3) (-1023))))) (-4020 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-285 *4 *5)) (-4 *5 (-13 (-442 *4) (-1023))))) (-2723 (*1 *2) (-12 (-4 *2 (-13 (-442 *3) (-1023))) (-5 *1 (-285 *3 *2)) (-4 *3 (-568)))) (-1970 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3673 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3664 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3653 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3642 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3632 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3623 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3612 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3599 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3586 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3574 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3562 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3550 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3537 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3523 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3510 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3498 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3487 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3474 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3461 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3448 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3435 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3424 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-3412 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-2608 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))) (-2154 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023))))))
+(-10 -7 (-15 -2154 (|#2| |#2|)) (-15 -2608 (|#2| |#2|)) (-15 -3412 (|#2| |#2|)) (-15 -3424 (|#2| |#2|)) (-15 -3435 (|#2| |#2|)) (-15 -3448 (|#2| |#2|)) (-15 -3461 (|#2| |#2|)) (-15 -3474 (|#2| |#2|)) (-15 -3487 (|#2| |#2|)) (-15 -3498 (|#2| |#2|)) (-15 -3510 (|#2| |#2|)) (-15 -3523 (|#2| |#2|)) (-15 -3537 (|#2| |#2|)) (-15 -3550 (|#2| |#2|)) (-15 -3562 (|#2| |#2|)) (-15 -3574 (|#2| |#2|)) (-15 -3586 (|#2| |#2|)) (-15 -3599 (|#2| |#2|)) (-15 -3612 (|#2| |#2|)) (-15 -3623 (|#2| |#2|)) (-15 -3632 (|#2| |#2|)) (-15 -3642 (|#2| |#2|)) (-15 -3653 (|#2| |#2|)) (-15 -3664 (|#2| |#2|)) (-15 -3673 (|#2| |#2|)) (-15 -1970 (|#2| |#2|)) (-15 -2723 (|#2|)) (-15 -4020 ((-112) (-115))) (-15 -1401 ((-115) (-115))) (-15 -2623 (|#2|)) (-15 -2506 (|#2|)) (-15 -1907 (|#2| |#2|)) (-15 -2017 (|#2| |#2|)) (-15 -3327 (|#2| |#2|)) (-15 -4416 (|#2| |#2|)) (-15 -2504 (|#2| |#2|)) (-15 -2498 (|#2| |#2|)) (-15 -3077 (|#2| |#2|)) (-15 -3887 (|#2| |#2|)) (-15 -2839 (|#2| |#2|)) (-15 -2301 (|#2| |#2|)) (-15 -1357 (|#2| |#2|)) (-15 -3821 (|#2| |#2|)) (-15 -1546 (|#2| |#2|)) (-15 -3428 (|#2| |#2|)) (-15 -4411 (|#2| |#2|)) (-15 -2932 (|#2| |#2|)) (-15 -2845 (|#2| |#2|)) (-15 -3229 (|#2| |#2|)) (-15 -3127 (|#2| |#2|)) (-15 -3491 (|#2| |#2|)) (-15 -3353 (|#2| |#2|)) (-15 -2660 (|#2| |#2|)) (-15 -3933 (|#2| |#2|)) (-15 -3243 (|#2| |#2|)) (-15 -3948 (|#2| |#2|)) (-15 -3920 (|#2| |#2|)) (-15 -1598 ((-3 |#2| "failed") |#2| (-656 (-2 (|:| |func| |#2|) (|:| |pole| (-112)))))) (-15 -4033 ((-112) |#2|)))
+((-1400 (((-3 |#2| "failed") (-656 (-624 |#2|)) |#2| (-1197)) 151)) (-3063 ((|#2| (-419 (-576)) |#2|) 49)) (-1613 ((|#2| |#2| (-624 |#2|)) 144)) (-2758 (((-2 (|:| |func| |#2|) (|:| |kers| (-656 (-624 |#2|))) (|:| |vals| (-656 |#2|))) |#2| (-1197)) 143)) (-4262 ((|#2| |#2| (-1197)) 20) ((|#2| |#2|) 23)) (-2599 ((|#2| |#2| (-1197)) 157) ((|#2| |#2|) 155)))
+(((-286 |#1| |#2|) (-10 -7 (-15 -2599 (|#2| |#2|)) (-15 -2599 (|#2| |#2| (-1197))) (-15 -2758 ((-2 (|:| |func| |#2|) (|:| |kers| (-656 (-624 |#2|))) (|:| |vals| (-656 |#2|))) |#2| (-1197))) (-15 -4262 (|#2| |#2|)) (-15 -4262 (|#2| |#2| (-1197))) (-15 -1400 ((-3 |#2| "failed") (-656 (-624 |#2|)) |#2| (-1197))) (-15 -1613 (|#2| |#2| (-624 |#2|))) (-15 -3063 (|#2| (-419 (-576)) |#2|))) (-13 (-568) (-1059 (-576)) (-651 (-576))) (-13 (-27) (-1223) (-442 |#1|))) (T -286))
+((-3063 (*1 *2 *3 *2) (-12 (-5 *3 (-419 (-576))) (-4 *4 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-286 *4 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *4))))) (-1613 (*1 *2 *2 *3) (-12 (-5 *3 (-624 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *4))) (-4 *4 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-286 *4 *2)))) (-1400 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-656 (-624 *2))) (-5 *4 (-1197)) (-4 *2 (-13 (-27) (-1223) (-442 *5))) (-4 *5 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-286 *5 *2)))) (-4262 (*1 *2 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-286 *4 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *4))))) (-4262 (*1 *2 *2) (-12 (-4 *3 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-286 *3 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *3))))) (-2758 (*1 *2 *3 *4) (-12 (-5 *4 (-1197)) (-4 *5 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-2 (|:| |func| *3) (|:| |kers| (-656 (-624 *3))) (|:| |vals| (-656 *3)))) (-5 *1 (-286 *5 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5))))) (-2599 (*1 *2 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-286 *4 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *4))))) (-2599 (*1 *2 *2) (-12 (-4 *3 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-286 *3 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *3))))))
+(-10 -7 (-15 -2599 (|#2| |#2|)) (-15 -2599 (|#2| |#2| (-1197))) (-15 -2758 ((-2 (|:| |func| |#2|) (|:| |kers| (-656 (-624 |#2|))) (|:| |vals| (-656 |#2|))) |#2| (-1197))) (-15 -4262 (|#2| |#2|)) (-15 -4262 (|#2| |#2| (-1197))) (-15 -1400 ((-3 |#2| "failed") (-656 (-624 |#2|)) |#2| (-1197))) (-15 -1613 (|#2| |#2| (-624 |#2|))) (-15 -3063 (|#2| (-419 (-576)) |#2|)))
+((-1372 (((-3 |#3| "failed") |#3|) 120)) (-3586 ((|#3| |#3|) 142)) (-3166 (((-3 |#3| "failed") |#3|) 89)) (-3435 ((|#3| |#3|) 132)) (-3234 (((-3 |#3| "failed") |#3|) 65)) (-3562 ((|#3| |#3|) 140)) (-4044 (((-3 |#3| "failed") |#3|) 53)) (-3412 ((|#3| |#3|) 130)) (-3845 (((-3 |#3| "failed") |#3|) 122)) (-3612 ((|#3| |#3|) 144)) (-1828 (((-3 |#3| "failed") |#3|) 91)) (-3461 ((|#3| |#3|) 134)) (-3056 (((-3 |#3| "failed") |#3| (-783)) 41)) (-4081 (((-3 |#3| "failed") |#3|) 81)) (-2608 ((|#3| |#3|) 129)) (-3220 (((-3 |#3| "failed") |#3|) 51)) (-2154 ((|#3| |#3|) 128)) (-2727 (((-3 |#3| "failed") |#3|) 123)) (-3623 ((|#3| |#3|) 145)) (-1592 (((-3 |#3| "failed") |#3|) 92)) (-3474 ((|#3| |#3|) 135)) (-2202 (((-3 |#3| "failed") |#3|) 121)) (-3599 ((|#3| |#3|) 143)) (-3658 (((-3 |#3| "failed") |#3|) 90)) (-3448 ((|#3| |#3|) 133)) (-3456 (((-3 |#3| "failed") |#3|) 67)) (-3574 ((|#3| |#3|) 141)) (-1930 (((-3 |#3| "failed") |#3|) 55)) (-3424 ((|#3| |#3|) 131)) (-3713 (((-3 |#3| "failed") |#3|) 73)) (-3653 ((|#3| |#3|) 148)) (-2160 (((-3 |#3| "failed") |#3|) 114)) (-3510 ((|#3| |#3|) 152)) (-3316 (((-3 |#3| "failed") |#3|) 69)) (-3632 ((|#3| |#3|) 146)) (-1582 (((-3 |#3| "failed") |#3|) 57)) (-3487 ((|#3| |#3|) 136)) (-3068 (((-3 |#3| "failed") |#3|) 77)) (-3673 ((|#3| |#3|) 150)) (-3442 (((-3 |#3| "failed") |#3|) 61)) (-3537 ((|#3| |#3|) 138)) (-2347 (((-3 |#3| "failed") |#3|) 79)) (-1970 ((|#3| |#3|) 151)) (-1982 (((-3 |#3| "failed") |#3|) 63)) (-3550 ((|#3| |#3|) 139)) (-3144 (((-3 |#3| "failed") |#3|) 75)) (-3664 ((|#3| |#3|) 149)) (-1752 (((-3 |#3| "failed") |#3|) 117)) (-3523 ((|#3| |#3|) 153)) (-2144 (((-3 |#3| "failed") |#3|) 71)) (-3642 ((|#3| |#3|) 147)) (-1690 (((-3 |#3| "failed") |#3|) 59)) (-3498 ((|#3| |#3|) 137)) (** ((|#3| |#3| (-419 (-576))) 47 (|has| |#1| (-374)))))
+(((-287 |#1| |#2| |#3|) (-13 (-1004 |#3|) (-10 -7 (IF (|has| |#1| (-374)) (-15 ** (|#3| |#3| (-419 (-576)))) |%noBranch|) (-15 -2154 (|#3| |#3|)) (-15 -2608 (|#3| |#3|)) (-15 -3412 (|#3| |#3|)) (-15 -3424 (|#3| |#3|)) (-15 -3435 (|#3| |#3|)) (-15 -3448 (|#3| |#3|)) (-15 -3461 (|#3| |#3|)) (-15 -3474 (|#3| |#3|)) (-15 -3487 (|#3| |#3|)) (-15 -3498 (|#3| |#3|)) (-15 -3510 (|#3| |#3|)) (-15 -3523 (|#3| |#3|)) (-15 -3537 (|#3| |#3|)) (-15 -3550 (|#3| |#3|)) (-15 -3562 (|#3| |#3|)) (-15 -3574 (|#3| |#3|)) (-15 -3586 (|#3| |#3|)) (-15 -3599 (|#3| |#3|)) (-15 -3612 (|#3| |#3|)) (-15 -3623 (|#3| |#3|)) (-15 -3632 (|#3| |#3|)) (-15 -3642 (|#3| |#3|)) (-15 -3653 (|#3| |#3|)) (-15 -3664 (|#3| |#3|)) (-15 -3673 (|#3| |#3|)) (-15 -1970 (|#3| |#3|)))) (-38 (-419 (-576))) (-1279 |#1|) (-1250 |#1| |#2|)) (T -287))
+((** (*1 *2 *2 *3) (-12 (-5 *3 (-419 (-576))) (-4 *4 (-374)) (-4 *4 (-38 *3)) (-4 *5 (-1279 *4)) (-5 *1 (-287 *4 *5 *2)) (-4 *2 (-1250 *4 *5)))) (-2154 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-2608 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3412 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3424 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3435 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3448 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3461 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3474 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3487 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3498 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3510 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3523 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3537 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3550 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3562 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3574 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3586 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3599 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3612 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3623 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3632 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3642 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3653 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3664 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-3673 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))) (-1970 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3)) (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4)))))
+(-13 (-1004 |#3|) (-10 -7 (IF (|has| |#1| (-374)) (-15 ** (|#3| |#3| (-419 (-576)))) |%noBranch|) (-15 -2154 (|#3| |#3|)) (-15 -2608 (|#3| |#3|)) (-15 -3412 (|#3| |#3|)) (-15 -3424 (|#3| |#3|)) (-15 -3435 (|#3| |#3|)) (-15 -3448 (|#3| |#3|)) (-15 -3461 (|#3| |#3|)) (-15 -3474 (|#3| |#3|)) (-15 -3487 (|#3| |#3|)) (-15 -3498 (|#3| |#3|)) (-15 -3510 (|#3| |#3|)) (-15 -3523 (|#3| |#3|)) (-15 -3537 (|#3| |#3|)) (-15 -3550 (|#3| |#3|)) (-15 -3562 (|#3| |#3|)) (-15 -3574 (|#3| |#3|)) (-15 -3586 (|#3| |#3|)) (-15 -3599 (|#3| |#3|)) (-15 -3612 (|#3| |#3|)) (-15 -3623 (|#3| |#3|)) (-15 -3632 (|#3| |#3|)) (-15 -3642 (|#3| |#3|)) (-15 -3653 (|#3| |#3|)) (-15 -3664 (|#3| |#3|)) (-15 -3673 (|#3| |#3|)) (-15 -1970 (|#3| |#3|))))
+((-1372 (((-3 |#3| "failed") |#3|) 70)) (-3586 ((|#3| |#3|) 137)) (-3166 (((-3 |#3| "failed") |#3|) 54)) (-3435 ((|#3| |#3|) 125)) (-3234 (((-3 |#3| "failed") |#3|) 66)) (-3562 ((|#3| |#3|) 135)) (-4044 (((-3 |#3| "failed") |#3|) 50)) (-3412 ((|#3| |#3|) 123)) (-3845 (((-3 |#3| "failed") |#3|) 74)) (-3612 ((|#3| |#3|) 139)) (-1828 (((-3 |#3| "failed") |#3|) 58)) (-3461 ((|#3| |#3|) 127)) (-3056 (((-3 |#3| "failed") |#3| (-783)) 38)) (-4081 (((-3 |#3| "failed") |#3|) 48)) (-2608 ((|#3| |#3|) 111)) (-3220 (((-3 |#3| "failed") |#3|) 46)) (-2154 ((|#3| |#3|) 122)) (-2727 (((-3 |#3| "failed") |#3|) 76)) (-3623 ((|#3| |#3|) 140)) (-1592 (((-3 |#3| "failed") |#3|) 60)) (-3474 ((|#3| |#3|) 128)) (-2202 (((-3 |#3| "failed") |#3|) 72)) (-3599 ((|#3| |#3|) 138)) (-3658 (((-3 |#3| "failed") |#3|) 56)) (-3448 ((|#3| |#3|) 126)) (-3456 (((-3 |#3| "failed") |#3|) 68)) (-3574 ((|#3| |#3|) 136)) (-1930 (((-3 |#3| "failed") |#3|) 52)) (-3424 ((|#3| |#3|) 124)) (-3713 (((-3 |#3| "failed") |#3|) 78)) (-3653 ((|#3| |#3|) 143)) (-2160 (((-3 |#3| "failed") |#3|) 62)) (-3510 ((|#3| |#3|) 131)) (-3316 (((-3 |#3| "failed") |#3|) 112)) (-3632 ((|#3| |#3|) 141)) (-1582 (((-3 |#3| "failed") |#3|) 100)) (-3487 ((|#3| |#3|) 129)) (-3068 (((-3 |#3| "failed") |#3|) 116)) (-3673 ((|#3| |#3|) 145)) (-3442 (((-3 |#3| "failed") |#3|) 107)) (-3537 ((|#3| |#3|) 133)) (-2347 (((-3 |#3| "failed") |#3|) 117)) (-1970 ((|#3| |#3|) 146)) (-1982 (((-3 |#3| "failed") |#3|) 109)) (-3550 ((|#3| |#3|) 134)) (-3144 (((-3 |#3| "failed") |#3|) 80)) (-3664 ((|#3| |#3|) 144)) (-1752 (((-3 |#3| "failed") |#3|) 64)) (-3523 ((|#3| |#3|) 132)) (-2144 (((-3 |#3| "failed") |#3|) 113)) (-3642 ((|#3| |#3|) 142)) (-1690 (((-3 |#3| "failed") |#3|) 103)) (-3498 ((|#3| |#3|) 130)) (** ((|#3| |#3| (-419 (-576))) 44 (|has| |#1| (-374)))))
+(((-288 |#1| |#2| |#3| |#4|) (-13 (-1004 |#3|) (-10 -7 (IF (|has| |#1| (-374)) (-15 ** (|#3| |#3| (-419 (-576)))) |%noBranch|) (-15 -2154 (|#3| |#3|)) (-15 -2608 (|#3| |#3|)) (-15 -3412 (|#3| |#3|)) (-15 -3424 (|#3| |#3|)) (-15 -3435 (|#3| |#3|)) (-15 -3448 (|#3| |#3|)) (-15 -3461 (|#3| |#3|)) (-15 -3474 (|#3| |#3|)) (-15 -3487 (|#3| |#3|)) (-15 -3498 (|#3| |#3|)) (-15 -3510 (|#3| |#3|)) (-15 -3523 (|#3| |#3|)) (-15 -3537 (|#3| |#3|)) (-15 -3550 (|#3| |#3|)) (-15 -3562 (|#3| |#3|)) (-15 -3574 (|#3| |#3|)) (-15 -3586 (|#3| |#3|)) (-15 -3599 (|#3| |#3|)) (-15 -3612 (|#3| |#3|)) (-15 -3623 (|#3| |#3|)) (-15 -3632 (|#3| |#3|)) (-15 -3642 (|#3| |#3|)) (-15 -3653 (|#3| |#3|)) (-15 -3664 (|#3| |#3|)) (-15 -3673 (|#3| |#3|)) (-15 -1970 (|#3| |#3|)))) (-38 (-419 (-576))) (-1248 |#1|) (-1271 |#1| |#2|) (-1004 |#2|)) (T -288))
+((** (*1 *2 *2 *3) (-12 (-5 *3 (-419 (-576))) (-4 *4 (-374)) (-4 *4 (-38 *3)) (-4 *5 (-1248 *4)) (-5 *1 (-288 *4 *5 *2 *6)) (-4 *2 (-1271 *4 *5)) (-4 *6 (-1004 *5)))) (-2154 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-2608 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3412 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3424 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3435 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3448 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3461 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3474 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3487 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3498 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3510 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3523 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3537 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3550 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3562 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3574 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3586 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3599 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3612 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3623 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3632 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3642 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3653 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3664 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-3673 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))) (-1970 (*1 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3)) (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4)))))
+(-13 (-1004 |#3|) (-10 -7 (IF (|has| |#1| (-374)) (-15 ** (|#3| |#3| (-419 (-576)))) |%noBranch|) (-15 -2154 (|#3| |#3|)) (-15 -2608 (|#3| |#3|)) (-15 -3412 (|#3| |#3|)) (-15 -3424 (|#3| |#3|)) (-15 -3435 (|#3| |#3|)) (-15 -3448 (|#3| |#3|)) (-15 -3461 (|#3| |#3|)) (-15 -3474 (|#3| |#3|)) (-15 -3487 (|#3| |#3|)) (-15 -3498 (|#3| |#3|)) (-15 -3510 (|#3| |#3|)) (-15 -3523 (|#3| |#3|)) (-15 -3537 (|#3| |#3|)) (-15 -3550 (|#3| |#3|)) (-15 -3562 (|#3| |#3|)) (-15 -3574 (|#3| |#3|)) (-15 -3586 (|#3| |#3|)) (-15 -3599 (|#3| |#3|)) (-15 -3612 (|#3| |#3|)) (-15 -3623 (|#3| |#3|)) (-15 -3632 (|#3| |#3|)) (-15 -3642 (|#3| |#3|)) (-15 -3653 (|#3| |#3|)) (-15 -3664 (|#3| |#3|)) (-15 -3673 (|#3| |#3|)) (-15 -1970 (|#3| |#3|))))
+((-4332 (((-112) $) 20)) (-1889 (((-1202) $) 7)) (-2450 (((-3 (-518) "failed") $) 14)) (-2012 (((-3 (-656 $) "failed") $) NIL)) (-1917 (((-3 (-518) "failed") $) 21)) (-3481 (((-3 (-1125) "failed") $) 18)) (-2913 (((-112) $) 16)) (-4114 (((-876) $) NIL)) (-1549 (((-112) $) 9)))
+(((-289) (-13 (-625 (-876)) (-10 -8 (-15 -1889 ((-1202) $)) (-15 -2913 ((-112) $)) (-15 -3481 ((-3 (-1125) "failed") $)) (-15 -4332 ((-112) $)) (-15 -1917 ((-3 (-518) "failed") $)) (-15 -1549 ((-112) $)) (-15 -2450 ((-3 (-518) "failed") $)) (-15 -2012 ((-3 (-656 $) "failed") $))))) (T -289))
+((-1889 (*1 *2 *1) (-12 (-5 *2 (-1202)) (-5 *1 (-289)))) (-2913 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-289)))) (-3481 (*1 *2 *1) (|partial| -12 (-5 *2 (-1125)) (-5 *1 (-289)))) (-4332 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-289)))) (-1917 (*1 *2 *1) (|partial| -12 (-5 *2 (-518)) (-5 *1 (-289)))) (-1549 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-289)))) (-2450 (*1 *2 *1) (|partial| -12 (-5 *2 (-518)) (-5 *1 (-289)))) (-2012 (*1 *2 *1) (|partial| -12 (-5 *2 (-656 (-289))) (-5 *1 (-289)))))
+(-13 (-625 (-876)) (-10 -8 (-15 -1889 ((-1202) $)) (-15 -2913 ((-112) $)) (-15 -3481 ((-3 (-1125) "failed") $)) (-15 -4332 ((-112) $)) (-15 -1917 ((-3 (-518) "failed") $)) (-15 -1549 ((-112) $)) (-15 -2450 ((-3 (-518) "failed") $)) (-15 -2012 ((-3 (-656 $) "failed") $))))
+((-3759 (((-609) $) 10)) (-2488 (((-597) $) 8)) (-2609 (((-301) $) 12)) (-3563 (($ (-597) (-609) (-301)) NIL)) (-4114 (((-876) $) 19)))
+(((-290) (-13 (-625 (-876)) (-10 -8 (-15 -3563 ($ (-597) (-609) (-301))) (-15 -2488 ((-597) $)) (-15 -3759 ((-609) $)) (-15 -2609 ((-301) $))))) (T -290))
+((-3563 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-597)) (-5 *3 (-609)) (-5 *4 (-301)) (-5 *1 (-290)))) (-2488 (*1 *2 *1) (-12 (-5 *2 (-597)) (-5 *1 (-290)))) (-3759 (*1 *2 *1) (-12 (-5 *2 (-609)) (-5 *1 (-290)))) (-2609 (*1 *2 *1) (-12 (-5 *2 (-301)) (-5 *1 (-290)))))
+(-13 (-625 (-876)) (-10 -8 (-15 -3563 ($ (-597) (-609) (-301))) (-15 -2488 ((-597) $)) (-15 -3759 ((-609) $)) (-15 -2609 ((-301) $))))
+((-3604 (($ (-1 (-112) |#2|) $) 24)) (-2741 (($ $) 38)) (-1678 (($ (-1 (-112) |#2|) $) NIL) (($ |#2| $) 36)) (-2824 (($ |#2| $) 34) (($ (-1 (-112) |#2|) $) 18)) (-3528 (($ (-1 (-112) |#2| |#2|) $ $) NIL) (($ $ $) 42)) (-3386 (($ |#2| $ (-576)) 20) (($ $ $ (-576)) 22)) (-2335 (($ $ (-576)) 11) (($ $ (-1255 (-576))) 14)) (-3179 (($ $ |#2|) 32) (($ $ $) NIL)) (-2767 (($ $ |#2|) 31) (($ |#2| $) NIL) (($ $ $) 26) (($ (-656 $)) NIL)))
+(((-291 |#1| |#2|) (-10 -8 (-15 -3528 (|#1| |#1| |#1|)) (-15 -1678 (|#1| |#2| |#1|)) (-15 -3528 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -1678 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3179 (|#1| |#1| |#1|)) (-15 -3179 (|#1| |#1| |#2|)) (-15 -3386 (|#1| |#1| |#1| (-576))) (-15 -3386 (|#1| |#2| |#1| (-576))) (-15 -2335 (|#1| |#1| (-1255 (-576)))) (-15 -2335 (|#1| |#1| (-576))) (-15 -2767 (|#1| (-656 |#1|))) (-15 -2767 (|#1| |#1| |#1|)) (-15 -2767 (|#1| |#2| |#1|)) (-15 -2767 (|#1| |#1| |#2|)) (-15 -2824 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3604 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2824 (|#1| |#2| |#1|)) (-15 -2741 (|#1| |#1|))) (-292 |#2|) (-1238)) (T -291))
+NIL
+(-10 -8 (-15 -3528 (|#1| |#1| |#1|)) (-15 -1678 (|#1| |#2| |#1|)) (-15 -3528 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -1678 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3179 (|#1| |#1| |#1|)) (-15 -3179 (|#1| |#1| |#2|)) (-15 -3386 (|#1| |#1| |#1| (-576))) (-15 -3386 (|#1| |#2| |#1| (-576))) (-15 -2335 (|#1| |#1| (-1255 (-576)))) (-15 -2335 (|#1| |#1| (-576))) (-15 -2767 (|#1| (-656 |#1|))) (-15 -2767 (|#1| |#1| |#1|)) (-15 -2767 (|#1| |#2| |#1|)) (-15 -2767 (|#1| |#1| |#2|)) (-15 -2824 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3604 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2824 (|#1| |#2| |#1|)) (-15 -2741 (|#1| |#1|)))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1758 (((-1293) $ (-576) (-576)) 41 (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) 8)) (-4268 ((|#1| $ (-576) |#1|) 53 (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) 60 (|has| $ (-6 -4465)))) (-2250 (($ (-1 (-112) |#1|) $) 88)) (-3604 (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4464)))) (-3853 (($) 7 T CONST)) (-1966 (($ $) 86 (|has| |#1| (-1121)))) (-2741 (($ $) 80 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1678 (($ (-1 (-112) |#1|) $) 92) (($ |#1| $) 87 (|has| |#1| (-1121)))) (-2824 (($ |#1| $) 79 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 78 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 75 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) 74 (|has| $ (-6 -4464)))) (-1908 ((|#1| $ (-576) |#1|) 54 (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) 52)) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-1988 (($ (-783) |#1|) 70)) (-4157 (((-112) $ (-783)) 9)) (-3176 (((-576) $) 44 (|has| (-576) (-862)))) (-3528 (($ (-1 (-112) |#1| |#1|) $ $) 89) (($ $ $) 85 (|has| |#1| (-862)))) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2316 (((-576) $) 45 (|has| (-576) (-862)))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-3846 (($ |#1| $ (-576)) 91) (($ $ $ (-576)) 90)) (-3386 (($ |#1| $ (-576)) 62) (($ $ $ (-576)) 61)) (-4402 (((-656 (-576)) $) 47)) (-1505 (((-112) (-576) $) 48)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-1753 ((|#1| $) 43 (|has| (-576) (-862)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 73)) (-3140 (($ $ |#1|) 42 (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-2408 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) 49)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#1| $ (-576) |#1|) 51) ((|#1| $ (-576)) 50) (($ $ (-1255 (-576))) 71)) (-1601 (($ $ (-576)) 94) (($ $ (-1255 (-576))) 93)) (-2335 (($ $ (-576)) 64) (($ $ (-1255 (-576))) 63)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-1554 (((-548) $) 81 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 72)) (-3179 (($ $ |#1|) 96) (($ $ $) 95)) (-2767 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-656 $)) 66)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-292 |#1|) (-141) (-1238)) (T -292))
+((-3179 (*1 *1 *1 *2) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1238)))) (-3179 (*1 *1 *1 *1) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1238)))) (-1601 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-292 *3)) (-4 *3 (-1238)))) (-1601 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 (-576))) (-4 *1 (-292 *3)) (-4 *3 (-1238)))) (-1678 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-292 *3)) (-4 *3 (-1238)))) (-3846 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-292 *2)) (-4 *2 (-1238)))) (-3846 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-292 *3)) (-4 *3 (-1238)))) (-3528 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-292 *3)) (-4 *3 (-1238)))) (-2250 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-292 *3)) (-4 *3 (-1238)))) (-1678 (*1 *1 *2 *1) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1238)) (-4 *2 (-1121)))) (-1966 (*1 *1 *1) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1238)) (-4 *2 (-1121)))) (-3528 (*1 *1 *1 *1) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1238)) (-4 *2 (-862)))))
+(-13 (-663 |t#1|) (-10 -8 (-6 -4465) (-15 -3179 ($ $ |t#1|)) (-15 -3179 ($ $ $)) (-15 -1601 ($ $ (-576))) (-15 -1601 ($ $ (-1255 (-576)))) (-15 -1678 ($ (-1 (-112) |t#1|) $)) (-15 -3846 ($ |t#1| $ (-576))) (-15 -3846 ($ $ $ (-576))) (-15 -3528 ($ (-1 (-112) |t#1| |t#1|) $ $)) (-15 -2250 ($ (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1121)) (PROGN (-15 -1678 ($ |t#1| $)) (-15 -1966 ($ $))) |%noBranch|) (IF (|has| |t#1| (-862)) (-15 -3528 ($ $ $)) |%noBranch|)))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1255 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-663 |#1|) . T) ((-1121) |has| |#1| (-1121)) ((-1238) . T))
((** (($ $ $) 10)))
(((-293 |#1|) (-10 -8 (-15 ** (|#1| |#1| |#1|))) (-294)) (T -293))
NIL
(-10 -8 (-15 ** (|#1| |#1| |#1|)))
-((-3742 (($ $) 6)) (-4101 (($ $) 7)) (** (($ $ $) 8)))
+((-2608 (($ $) 6)) (-2154 (($ $) 7)) (** (($ $ $) 8)))
(((-294) (-141)) (T -294))
-((** (*1 *1 *1 *1) (-4 *1 (-294))) (-4101 (*1 *1 *1) (-4 *1 (-294))) (-3742 (*1 *1 *1) (-4 *1 (-294))))
-(-13 (-10 -8 (-15 -3742 ($ $)) (-15 -4101 ($ $)) (-15 ** ($ $ $))))
-((-1988 (((-656 (-1176 |#1|)) (-1176 |#1|) |#1|) 35)) (-3960 ((|#2| |#2| |#1|) 39)) (-1785 ((|#2| |#2| |#1|) 41)) (-2010 ((|#2| |#2| |#1|) 40)))
-(((-295 |#1| |#2|) (-10 -7 (-15 -3960 (|#2| |#2| |#1|)) (-15 -2010 (|#2| |#2| |#1|)) (-15 -1785 (|#2| |#2| |#1|)) (-15 -1988 ((-656 (-1176 |#1|)) (-1176 |#1|) |#1|))) (-374) (-1277 |#1|)) (T -295))
-((-1988 (*1 *2 *3 *4) (-12 (-4 *4 (-374)) (-5 *2 (-656 (-1176 *4))) (-5 *1 (-295 *4 *5)) (-5 *3 (-1176 *4)) (-4 *5 (-1277 *4)))) (-1785 (*1 *2 *2 *3) (-12 (-4 *3 (-374)) (-5 *1 (-295 *3 *2)) (-4 *2 (-1277 *3)))) (-2010 (*1 *2 *2 *3) (-12 (-4 *3 (-374)) (-5 *1 (-295 *3 *2)) (-4 *2 (-1277 *3)))) (-3960 (*1 *2 *2 *3) (-12 (-4 *3 (-374)) (-5 *1 (-295 *3 *2)) (-4 *2 (-1277 *3)))))
-(-10 -7 (-15 -3960 (|#2| |#2| |#1|)) (-15 -2010 (|#2| |#2| |#1|)) (-15 -1785 (|#2| |#2| |#1|)) (-15 -1988 ((-656 (-1176 |#1|)) (-1176 |#1|) |#1|)))
-((-2794 ((|#2| $ |#1|) 6)))
-(((-296 |#1| |#2|) (-141) (-1236) (-1236)) (T -296))
-((-2794 (*1 *2 *1 *3) (-12 (-4 *1 (-296 *3 *2)) (-4 *3 (-1236)) (-4 *2 (-1236)))))
-(-13 (-1236) (-10 -8 (-15 -2794 (|t#2| $ |t#1|))))
-(((-1236) . T))
-((-4330 ((|#3| $ |#2| |#3|) 12)) (-4271 ((|#3| $ |#2|) 10)))
-(((-297 |#1| |#2| |#3|) (-10 -8 (-15 -4330 (|#3| |#1| |#2| |#3|)) (-15 -4271 (|#3| |#1| |#2|))) (-298 |#2| |#3|) (-1119) (-1236)) (T -297))
-NIL
-(-10 -8 (-15 -4330 (|#3| |#1| |#2| |#3|)) (-15 -4271 (|#3| |#1| |#2|)))
-((-3753 ((|#2| $ |#1| |#2|) 10 (|has| $ (-6 -4463)))) (-4330 ((|#2| $ |#1| |#2|) 9 (|has| $ (-6 -4463)))) (-4271 ((|#2| $ |#1|) 11)) (-2794 ((|#2| $ |#1|) 6) ((|#2| $ |#1| |#2|) 12)))
-(((-298 |#1| |#2|) (-141) (-1119) (-1236)) (T -298))
-((-2794 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-298 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1236)))) (-4271 (*1 *2 *1 *3) (-12 (-4 *1 (-298 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1236)))) (-3753 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-298 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1236)))) (-4330 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-298 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1236)))))
-(-13 (-296 |t#1| |t#2|) (-10 -8 (-15 -2794 (|t#2| $ |t#1| |t#2|)) (-15 -4271 (|t#2| $ |t#1|)) (IF (|has| $ (-6 -4463)) (PROGN (-15 -3753 (|t#2| $ |t#1| |t#2|)) (-15 -4330 (|t#2| $ |t#1| |t#2|))) |%noBranch|)))
-(((-296 |#1| |#2|) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 37)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 44)) (-4380 (($ $) 41)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1829 (((-112) $ $) NIL)) (-2135 (($) NIL T CONST)) (-3426 (($ $ $) 35)) (-3683 (($ |#2| |#3|) 18)) (-2251 (((-3 $ "failed") $) NIL)) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-3612 (((-112) $) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2005 ((|#3| $) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 19)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2240 (((-3 $ "failed") $ $) NIL)) (-3909 (((-783) $) 36)) (-2794 ((|#2| $ |#2|) 46)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 23)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) ((|#2| $) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-2716 (($) 31 T CONST)) (-2727 (($) 39 T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 40)))
-(((-299 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-317) (-296 |#2| |#2|) (-10 -8 (-15 -2005 (|#3| $)) (-15 -3567 (|#2| $)) (-15 -3683 ($ |#2| |#3|)) (-15 -2240 ((-3 $ "failed") $ $)) (-15 -2251 ((-3 $ "failed") $)) (-15 -2045 ($ $)))) (-174) (-1262 |#1|) (-23) (-1 |#2| |#2| |#3|) (-1 (-3 |#3| "failed") |#3| |#3|) (-1 (-3 |#2| "failed") |#2| |#2| |#3|)) (T -299))
-((-2251 (*1 *1 *1) (|partial| -12 (-4 *2 (-174)) (-5 *1 (-299 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1262 *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)))) (-2005 (*1 *2 *1) (-12 (-4 *3 (-174)) (-4 *2 (-23)) (-5 *1 (-299 *3 *4 *2 *5 *6 *7)) (-4 *4 (-1262 *3)) (-14 *5 (-1 *4 *4 *2)) (-14 *6 (-1 (-3 *2 "failed") *2 *2)) (-14 *7 (-1 (-3 *4 "failed") *4 *4 *2)))) (-3567 (*1 *2 *1) (-12 (-4 *2 (-1262 *3)) (-5 *1 (-299 *3 *2 *4 *5 *6 *7)) (-4 *3 (-174)) (-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)))) (-3683 (*1 *1 *2 *3) (-12 (-4 *4 (-174)) (-5 *1 (-299 *4 *2 *3 *5 *6 *7)) (-4 *2 (-1262 *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)))) (-2240 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-174)) (-5 *1 (-299 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1262 *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)))) (-2045 (*1 *1 *1) (-12 (-4 *2 (-174)) (-5 *1 (-299 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1262 *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)))))
-(-13 (-317) (-296 |#2| |#2|) (-10 -8 (-15 -2005 (|#3| $)) (-15 -3567 (|#2| $)) (-15 -3683 ($ |#2| |#3|)) (-15 -2240 ((-3 $ "failed") $ $)) (-15 -2251 ((-3 $ "failed") $)) (-15 -2045 ($ $))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-3612 (((-112) $) 35)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12) (($ (-576)) 33)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+((** (*1 *1 *1 *1) (-4 *1 (-294))) (-2154 (*1 *1 *1) (-4 *1 (-294))) (-2608 (*1 *1 *1) (-4 *1 (-294))))
+(-13 (-10 -8 (-15 -2608 ($ $)) (-15 -2154 ($ $)) (-15 ** ($ $ $))))
+((-1736 (((-656 (-1178 |#1|)) (-1178 |#1|) |#1|) 35)) (-3054 ((|#2| |#2| |#1|) 39)) (-3647 ((|#2| |#2| |#1|) 41)) (-3449 ((|#2| |#2| |#1|) 40)))
+(((-295 |#1| |#2|) (-10 -7 (-15 -3054 (|#2| |#2| |#1|)) (-15 -3449 (|#2| |#2| |#1|)) (-15 -3647 (|#2| |#2| |#1|)) (-15 -1736 ((-656 (-1178 |#1|)) (-1178 |#1|) |#1|))) (-374) (-1279 |#1|)) (T -295))
+((-1736 (*1 *2 *3 *4) (-12 (-4 *4 (-374)) (-5 *2 (-656 (-1178 *4))) (-5 *1 (-295 *4 *5)) (-5 *3 (-1178 *4)) (-4 *5 (-1279 *4)))) (-3647 (*1 *2 *2 *3) (-12 (-4 *3 (-374)) (-5 *1 (-295 *3 *2)) (-4 *2 (-1279 *3)))) (-3449 (*1 *2 *2 *3) (-12 (-4 *3 (-374)) (-5 *1 (-295 *3 *2)) (-4 *2 (-1279 *3)))) (-3054 (*1 *2 *2 *3) (-12 (-4 *3 (-374)) (-5 *1 (-295 *3 *2)) (-4 *2 (-1279 *3)))))
+(-10 -7 (-15 -3054 (|#2| |#2| |#1|)) (-15 -3449 (|#2| |#2| |#1|)) (-15 -3647 (|#2| |#2| |#1|)) (-15 -1736 ((-656 (-1178 |#1|)) (-1178 |#1|) |#1|)))
+((-4369 ((|#2| $ |#1|) 6)))
+(((-296 |#1| |#2|) (-141) (-1238) (-1238)) (T -296))
+((-4369 (*1 *2 *1 *3) (-12 (-4 *1 (-296 *3 *2)) (-4 *3 (-1238)) (-4 *2 (-1238)))))
+(-13 (-1238) (-10 -8 (-15 -4369 (|t#2| $ |t#1|))))
+(((-1238) . T))
+((-1908 ((|#3| $ |#2| |#3|) 12)) (-3721 ((|#3| $ |#2|) 10)))
+(((-297 |#1| |#2| |#3|) (-10 -8 (-15 -1908 (|#3| |#1| |#2| |#3|)) (-15 -3721 (|#3| |#1| |#2|))) (-298 |#2| |#3|) (-1121) (-1238)) (T -297))
+NIL
+(-10 -8 (-15 -1908 (|#3| |#1| |#2| |#3|)) (-15 -3721 (|#3| |#1| |#2|)))
+((-4268 ((|#2| $ |#1| |#2|) 10 (|has| $ (-6 -4465)))) (-1908 ((|#2| $ |#1| |#2|) 9 (|has| $ (-6 -4465)))) (-3721 ((|#2| $ |#1|) 11)) (-4369 ((|#2| $ |#1|) 6) ((|#2| $ |#1| |#2|) 12)))
+(((-298 |#1| |#2|) (-141) (-1121) (-1238)) (T -298))
+((-4369 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-298 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1238)))) (-3721 (*1 *2 *1 *3) (-12 (-4 *1 (-298 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1238)))) (-4268 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-298 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1238)))) (-1908 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-298 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1238)))))
+(-13 (-296 |t#1| |t#2|) (-10 -8 (-15 -4369 (|t#2| $ |t#1| |t#2|)) (-15 -3721 (|t#2| $ |t#1|)) (IF (|has| $ (-6 -4465)) (PROGN (-15 -4268 (|t#2| $ |t#1| |t#2|)) (-15 -1908 (|t#2| $ |t#1| |t#2|))) |%noBranch|)))
+(((-296 |#1| |#2|) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 37)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 44)) (-2116 (($ $) 41)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-4064 (((-112) $ $) NIL)) (-3853 (($) NIL T CONST)) (-1892 (($ $ $) 35)) (-2722 (($ |#2| |#3|) 18)) (-2413 (((-3 $ "failed") $) NIL)) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3315 (((-112) $) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1869 ((|#3| $) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 19)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3624 (((-3 $ "failed") $ $) NIL)) (-3199 (((-783) $) 36)) (-4369 ((|#2| $ |#2|) 46)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 23)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) ((|#2| $) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-4312 (($) 31 T CONST)) (-4322 (($) 39 T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 40)))
+(((-299 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-317) (-296 |#2| |#2|) (-10 -8 (-15 -1869 (|#3| $)) (-15 -4114 (|#2| $)) (-15 -2722 ($ |#2| |#3|)) (-15 -3624 ((-3 $ "failed") $ $)) (-15 -2413 ((-3 $ "failed") $)) (-15 -1668 ($ $)))) (-174) (-1264 |#1|) (-23) (-1 |#2| |#2| |#3|) (-1 (-3 |#3| "failed") |#3| |#3|) (-1 (-3 |#2| "failed") |#2| |#2| |#3|)) (T -299))
+((-2413 (*1 *1 *1) (|partial| -12 (-4 *2 (-174)) (-5 *1 (-299 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1264 *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)))) (-1869 (*1 *2 *1) (-12 (-4 *3 (-174)) (-4 *2 (-23)) (-5 *1 (-299 *3 *4 *2 *5 *6 *7)) (-4 *4 (-1264 *3)) (-14 *5 (-1 *4 *4 *2)) (-14 *6 (-1 (-3 *2 "failed") *2 *2)) (-14 *7 (-1 (-3 *4 "failed") *4 *4 *2)))) (-4114 (*1 *2 *1) (-12 (-4 *2 (-1264 *3)) (-5 *1 (-299 *3 *2 *4 *5 *6 *7)) (-4 *3 (-174)) (-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)))) (-2722 (*1 *1 *2 *3) (-12 (-4 *4 (-174)) (-5 *1 (-299 *4 *2 *3 *5 *6 *7)) (-4 *2 (-1264 *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)))) (-3624 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-174)) (-5 *1 (-299 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1264 *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)))) (-1668 (*1 *1 *1) (-12 (-4 *2 (-174)) (-5 *1 (-299 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1264 *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)))))
+(-13 (-317) (-296 |#2| |#2|) (-10 -8 (-15 -1869 (|#3| $)) (-15 -4114 (|#2| $)) (-15 -2722 ($ |#2| |#3|)) (-15 -3624 ((-3 $ "failed") $ $)) (-15 -2413 ((-3 $ "failed") $)) (-15 -1668 ($ $))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-3315 (((-112) $) 35)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12) (($ (-576)) 33)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
(((-300) (-141)) (T -300))
NIL
-(-13 (-1068) (-111 $ $) (-10 -7 (-6 -4455)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-1070 $) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3896 (((-656 (-1104)) $) 10)) (-2034 (($ (-518) (-518) (-1123) $) 19)) (-2552 (($ (-518) (-656 (-982)) $) 23)) (-3128 (($) 25)) (-4108 (((-703 (-1123)) (-518) (-518) $) 18)) (-3987 (((-656 (-982)) (-518) $) 22)) (-1854 (($) 7)) (-1686 (($) 24)) (-3567 (((-874) $) 29)) (-1909 (($) 26)))
-(((-301) (-13 (-625 (-874)) (-10 -8 (-15 -1854 ($)) (-15 -3896 ((-656 (-1104)) $)) (-15 -4108 ((-703 (-1123)) (-518) (-518) $)) (-15 -2034 ($ (-518) (-518) (-1123) $)) (-15 -3987 ((-656 (-982)) (-518) $)) (-15 -2552 ($ (-518) (-656 (-982)) $)) (-15 -1686 ($)) (-15 -3128 ($)) (-15 -1909 ($))))) (T -301))
-((-1854 (*1 *1) (-5 *1 (-301))) (-3896 (*1 *2 *1) (-12 (-5 *2 (-656 (-1104))) (-5 *1 (-301)))) (-4108 (*1 *2 *3 *3 *1) (-12 (-5 *3 (-518)) (-5 *2 (-703 (-1123))) (-5 *1 (-301)))) (-2034 (*1 *1 *2 *2 *3 *1) (-12 (-5 *2 (-518)) (-5 *3 (-1123)) (-5 *1 (-301)))) (-3987 (*1 *2 *3 *1) (-12 (-5 *3 (-518)) (-5 *2 (-656 (-982))) (-5 *1 (-301)))) (-2552 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-518)) (-5 *3 (-656 (-982))) (-5 *1 (-301)))) (-1686 (*1 *1) (-5 *1 (-301))) (-3128 (*1 *1) (-5 *1 (-301))) (-1909 (*1 *1) (-5 *1 (-301))))
-(-13 (-625 (-874)) (-10 -8 (-15 -1854 ($)) (-15 -3896 ((-656 (-1104)) $)) (-15 -4108 ((-703 (-1123)) (-518) (-518) $)) (-15 -2034 ($ (-518) (-518) (-1123) $)) (-15 -3987 ((-656 (-982)) (-518) $)) (-15 -2552 ($ (-518) (-656 (-982)) $)) (-15 -1686 ($)) (-15 -3128 ($)) (-15 -1909 ($))))
-((-3790 (((-656 (-2 (|:| |eigval| (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|)))) (|:| |geneigvec| (-656 (-701 (-419 (-969 |#1|))))))) (-701 (-419 (-969 |#1|)))) 102)) (-4189 (((-656 (-701 (-419 (-969 |#1|)))) (-2 (|:| |eigval| (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|)))) (|:| |eigmult| (-783)) (|:| |eigvec| (-656 (-701 (-419 (-969 |#1|)))))) (-701 (-419 (-969 |#1|)))) 97) (((-656 (-701 (-419 (-969 |#1|)))) (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|))) (-701 (-419 (-969 |#1|))) (-783) (-783)) 41)) (-2155 (((-656 (-2 (|:| |eigval| (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|)))) (|:| |eigmult| (-783)) (|:| |eigvec| (-656 (-701 (-419 (-969 |#1|))))))) (-701 (-419 (-969 |#1|)))) 99)) (-2979 (((-656 (-701 (-419 (-969 |#1|)))) (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|))) (-701 (-419 (-969 |#1|)))) 75)) (-4043 (((-656 (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|)))) (-701 (-419 (-969 |#1|)))) 74)) (-4324 (((-969 |#1|) (-701 (-419 (-969 |#1|)))) 55) (((-969 |#1|) (-701 (-419 (-969 |#1|))) (-1195)) 56)))
-(((-302 |#1|) (-10 -7 (-15 -4324 ((-969 |#1|) (-701 (-419 (-969 |#1|))) (-1195))) (-15 -4324 ((-969 |#1|) (-701 (-419 (-969 |#1|))))) (-15 -4043 ((-656 (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|)))) (-701 (-419 (-969 |#1|))))) (-15 -2979 ((-656 (-701 (-419 (-969 |#1|)))) (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|))) (-701 (-419 (-969 |#1|))))) (-15 -4189 ((-656 (-701 (-419 (-969 |#1|)))) (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|))) (-701 (-419 (-969 |#1|))) (-783) (-783))) (-15 -4189 ((-656 (-701 (-419 (-969 |#1|)))) (-2 (|:| |eigval| (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|)))) (|:| |eigmult| (-783)) (|:| |eigvec| (-656 (-701 (-419 (-969 |#1|)))))) (-701 (-419 (-969 |#1|))))) (-15 -3790 ((-656 (-2 (|:| |eigval| (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|)))) (|:| |geneigvec| (-656 (-701 (-419 (-969 |#1|))))))) (-701 (-419 (-969 |#1|))))) (-15 -2155 ((-656 (-2 (|:| |eigval| (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|)))) (|:| |eigmult| (-783)) (|:| |eigvec| (-656 (-701 (-419 (-969 |#1|))))))) (-701 (-419 (-969 |#1|)))))) (-464)) (T -302))
-((-2155 (*1 *2 *3) (-12 (-4 *4 (-464)) (-5 *2 (-656 (-2 (|:| |eigval| (-3 (-419 (-969 *4)) (-1184 (-1195) (-969 *4)))) (|:| |eigmult| (-783)) (|:| |eigvec| (-656 (-701 (-419 (-969 *4)))))))) (-5 *1 (-302 *4)) (-5 *3 (-701 (-419 (-969 *4)))))) (-3790 (*1 *2 *3) (-12 (-4 *4 (-464)) (-5 *2 (-656 (-2 (|:| |eigval| (-3 (-419 (-969 *4)) (-1184 (-1195) (-969 *4)))) (|:| |geneigvec| (-656 (-701 (-419 (-969 *4)))))))) (-5 *1 (-302 *4)) (-5 *3 (-701 (-419 (-969 *4)))))) (-4189 (*1 *2 *3 *4) (-12 (-5 *3 (-2 (|:| |eigval| (-3 (-419 (-969 *5)) (-1184 (-1195) (-969 *5)))) (|:| |eigmult| (-783)) (|:| |eigvec| (-656 *4)))) (-4 *5 (-464)) (-5 *2 (-656 (-701 (-419 (-969 *5))))) (-5 *1 (-302 *5)) (-5 *4 (-701 (-419 (-969 *5)))))) (-4189 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-3 (-419 (-969 *6)) (-1184 (-1195) (-969 *6)))) (-5 *5 (-783)) (-4 *6 (-464)) (-5 *2 (-656 (-701 (-419 (-969 *6))))) (-5 *1 (-302 *6)) (-5 *4 (-701 (-419 (-969 *6)))))) (-2979 (*1 *2 *3 *4) (-12 (-5 *3 (-3 (-419 (-969 *5)) (-1184 (-1195) (-969 *5)))) (-4 *5 (-464)) (-5 *2 (-656 (-701 (-419 (-969 *5))))) (-5 *1 (-302 *5)) (-5 *4 (-701 (-419 (-969 *5)))))) (-4043 (*1 *2 *3) (-12 (-5 *3 (-701 (-419 (-969 *4)))) (-4 *4 (-464)) (-5 *2 (-656 (-3 (-419 (-969 *4)) (-1184 (-1195) (-969 *4))))) (-5 *1 (-302 *4)))) (-4324 (*1 *2 *3) (-12 (-5 *3 (-701 (-419 (-969 *4)))) (-5 *2 (-969 *4)) (-5 *1 (-302 *4)) (-4 *4 (-464)))) (-4324 (*1 *2 *3 *4) (-12 (-5 *3 (-701 (-419 (-969 *5)))) (-5 *4 (-1195)) (-5 *2 (-969 *5)) (-5 *1 (-302 *5)) (-4 *5 (-464)))))
-(-10 -7 (-15 -4324 ((-969 |#1|) (-701 (-419 (-969 |#1|))) (-1195))) (-15 -4324 ((-969 |#1|) (-701 (-419 (-969 |#1|))))) (-15 -4043 ((-656 (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|)))) (-701 (-419 (-969 |#1|))))) (-15 -2979 ((-656 (-701 (-419 (-969 |#1|)))) (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|))) (-701 (-419 (-969 |#1|))))) (-15 -4189 ((-656 (-701 (-419 (-969 |#1|)))) (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|))) (-701 (-419 (-969 |#1|))) (-783) (-783))) (-15 -4189 ((-656 (-701 (-419 (-969 |#1|)))) (-2 (|:| |eigval| (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|)))) (|:| |eigmult| (-783)) (|:| |eigvec| (-656 (-701 (-419 (-969 |#1|)))))) (-701 (-419 (-969 |#1|))))) (-15 -3790 ((-656 (-2 (|:| |eigval| (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|)))) (|:| |geneigvec| (-656 (-701 (-419 (-969 |#1|))))))) (-701 (-419 (-969 |#1|))))) (-15 -2155 ((-656 (-2 (|:| |eigval| (-3 (-419 (-969 |#1|)) (-1184 (-1195) (-969 |#1|)))) (|:| |eigmult| (-783)) (|:| |eigvec| (-656 (-701 (-419 (-969 |#1|))))))) (-701 (-419 (-969 |#1|))))))
-((-4114 (((-304 |#2|) (-1 |#2| |#1|) (-304 |#1|)) 14)))
-(((-303 |#1| |#2|) (-10 -7 (-15 -4114 ((-304 |#2|) (-1 |#2| |#1|) (-304 |#1|)))) (-1236) (-1236)) (T -303))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-304 *5)) (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-304 *6)) (-5 *1 (-303 *5 *6)))))
-(-10 -7 (-15 -4114 ((-304 |#2|) (-1 |#2| |#1|) (-304 |#1|))))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-1353 (((-112) $) NIL (|has| |#1| (-21)))) (-3331 (($ $) 12)) (-4299 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-3425 (($ $ $) 95 (|has| |#1| (-312)))) (-2135 (($) NIL (-2755 (|has| |#1| (-21)) (|has| |#1| (-738))) CONST)) (-3087 (($ $) 51 (|has| |#1| (-21)))) (-4111 (((-3 $ "failed") $) 62 (|has| |#1| (-738)))) (-1667 ((|#1| $) 11)) (-2251 (((-3 $ "failed") $) 60 (|has| |#1| (-738)))) (-3612 (((-112) $) NIL (|has| |#1| (-738)))) (-4114 (($ (-1 |#1| |#1|) $) 14)) (-1655 ((|#1| $) 10)) (-2925 (($ $) 50 (|has| |#1| (-21)))) (-3226 (((-3 $ "failed") $) 61 (|has| |#1| (-738)))) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-2045 (($ $) 64 (-2755 (|has| |#1| (-374)) (|has| |#1| (-485))))) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-1511 (((-656 $) $) 85 (|has| |#1| (-568)))) (-3281 (($ $ $) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 $)) 28 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-1195) |#1|) 17 (|has| |#1| (-526 (-1195) |#1|))) (($ $ (-656 (-1195)) (-656 |#1|)) 21 (|has| |#1| (-526 (-1195) |#1|)))) (-2332 (($ |#1| |#1|) 9)) (-2253 (((-135)) 90 (|has| |#1| (-374)))) (-2770 (($ $ (-1195)) 87 (|has| |#1| (-915 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-915 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-915 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-915 (-1195))))) (-2949 (($ $ $) NIL (|has| |#1| (-485)))) (-3636 (($ $ $) NIL (|has| |#1| (-485)))) (-3567 (($ (-576)) NIL (|has| |#1| (-1068))) (((-112) $) 37 (|has| |#1| (-1119))) (((-874) $) 36 (|has| |#1| (-1119)))) (-2596 (((-783)) 67 (|has| |#1| (-1068)) CONST)) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2716 (($) 47 (|has| |#1| (-21)) CONST)) (-2727 (($) 57 (|has| |#1| (-738)) CONST)) (-2014 (($ $ (-1195)) NIL (|has| |#1| (-915 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-915 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-915 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-915 (-1195))))) (-2921 (($ |#1| |#1|) 8) (((-112) $ $) 32 (|has| |#1| (-1119)))) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) 92 (-2755 (|has| |#1| (-374)) (|has| |#1| (-485))))) (-3041 (($ |#1| $) 45 (|has| |#1| (-21))) (($ $ |#1|) 46 (|has| |#1| (-21))) (($ $ $) 44 (|has| |#1| (-21))) (($ $) 43 (|has| |#1| (-21)))) (-3027 (($ |#1| $) 40 (|has| |#1| (-25))) (($ $ |#1|) 41 (|has| |#1| (-25))) (($ $ $) 39 (|has| |#1| (-25)))) (** (($ $ (-576)) NIL (|has| |#1| (-485))) (($ $ (-783)) NIL (|has| |#1| (-738))) (($ $ (-938)) NIL (|has| |#1| (-1131)))) (* (($ $ |#1|) 55 (|has| |#1| (-1131))) (($ |#1| $) 54 (|has| |#1| (-1131))) (($ $ $) 53 (|has| |#1| (-1131))) (($ (-576) $) 70 (|has| |#1| (-21))) (($ (-783) $) NIL (|has| |#1| (-21))) (($ (-938) $) NIL (|has| |#1| (-25)))))
-(((-304 |#1|) (-13 (-1236) (-10 -8 (-15 -2921 ($ |#1| |#1|)) (-15 -2332 ($ |#1| |#1|)) (-15 -3331 ($ $)) (-15 -1655 (|#1| $)) (-15 -1667 (|#1| $)) (-15 -4114 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-526 (-1195) |#1|)) (-6 (-526 (-1195) |#1|)) |%noBranch|) (IF (|has| |#1| (-1119)) (PROGN (-6 (-1119)) (-6 (-625 (-112))) (IF (|has| |#1| (-319 |#1|)) (PROGN (-15 -3281 ($ $ $)) (-15 -3281 ($ $ (-656 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -3027 ($ |#1| $)) (-15 -3027 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -2925 ($ $)) (-15 -3087 ($ $)) (-15 -3041 ($ |#1| $)) (-15 -3041 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1131)) (PROGN (-6 (-1131)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-738)) (PROGN (-6 (-738)) (-15 -3226 ((-3 $ "failed") $)) (-15 -4111 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-485)) (PROGN (-6 (-485)) (-15 -3226 ((-3 $ "failed") $)) (-15 -4111 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1068)) (PROGN (-6 (-1068)) (-6 (-111 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-174)) (-6 (-729 |#1|)) |%noBranch|) (IF (|has| |#1| (-568)) (-15 -1511 ((-656 $) $)) |%noBranch|) (IF (|has| |#1| (-915 (-1195))) (-6 (-915 (-1195))) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-6 (-1293 |#1|)) (-15 -3054 ($ $ $)) (-15 -2045 ($ $))) |%noBranch|) (IF (|has| |#1| (-312)) (-15 -3425 ($ $ $)) |%noBranch|))) (-1236)) (T -304))
-((-2921 (*1 *1 *2 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1236)))) (-2332 (*1 *1 *2 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1236)))) (-3331 (*1 *1 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1236)))) (-1655 (*1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1236)))) (-1667 (*1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1236)))) (-4114 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1236)) (-5 *1 (-304 *3)))) (-3281 (*1 *1 *1 *1) (-12 (-4 *2 (-319 *2)) (-4 *2 (-1119)) (-4 *2 (-1236)) (-5 *1 (-304 *2)))) (-3281 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-304 *3))) (-4 *3 (-319 *3)) (-4 *3 (-1119)) (-4 *3 (-1236)) (-5 *1 (-304 *3)))) (-3027 (*1 *1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-25)) (-4 *2 (-1236)))) (-3027 (*1 *1 *1 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-25)) (-4 *2 (-1236)))) (-2925 (*1 *1 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-21)) (-4 *2 (-1236)))) (-3087 (*1 *1 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-21)) (-4 *2 (-1236)))) (-3041 (*1 *1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-21)) (-4 *2 (-1236)))) (-3041 (*1 *1 *1 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-21)) (-4 *2 (-1236)))) (-3226 (*1 *1 *1) (|partial| -12 (-5 *1 (-304 *2)) (-4 *2 (-738)) (-4 *2 (-1236)))) (-4111 (*1 *1 *1) (|partial| -12 (-5 *1 (-304 *2)) (-4 *2 (-738)) (-4 *2 (-1236)))) (-1511 (*1 *2 *1) (-12 (-5 *2 (-656 (-304 *3))) (-5 *1 (-304 *3)) (-4 *3 (-568)) (-4 *3 (-1236)))) (-3425 (*1 *1 *1 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-312)) (-4 *2 (-1236)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1131)) (-4 *2 (-1236)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1131)) (-4 *2 (-1236)))) (-3054 (*1 *1 *1 *1) (-2755 (-12 (-5 *1 (-304 *2)) (-4 *2 (-374)) (-4 *2 (-1236))) (-12 (-5 *1 (-304 *2)) (-4 *2 (-485)) (-4 *2 (-1236))))) (-2045 (*1 *1 *1) (-2755 (-12 (-5 *1 (-304 *2)) (-4 *2 (-374)) (-4 *2 (-1236))) (-12 (-5 *1 (-304 *2)) (-4 *2 (-485)) (-4 *2 (-1236))))))
-(-13 (-1236) (-10 -8 (-15 -2921 ($ |#1| |#1|)) (-15 -2332 ($ |#1| |#1|)) (-15 -3331 ($ $)) (-15 -1655 (|#1| $)) (-15 -1667 (|#1| $)) (-15 -4114 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-526 (-1195) |#1|)) (-6 (-526 (-1195) |#1|)) |%noBranch|) (IF (|has| |#1| (-1119)) (PROGN (-6 (-1119)) (-6 (-625 (-112))) (IF (|has| |#1| (-319 |#1|)) (PROGN (-15 -3281 ($ $ $)) (-15 -3281 ($ $ (-656 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -3027 ($ |#1| $)) (-15 -3027 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -2925 ($ $)) (-15 -3087 ($ $)) (-15 -3041 ($ |#1| $)) (-15 -3041 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1131)) (PROGN (-6 (-1131)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-738)) (PROGN (-6 (-738)) (-15 -3226 ((-3 $ "failed") $)) (-15 -4111 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-485)) (PROGN (-6 (-485)) (-15 -3226 ((-3 $ "failed") $)) (-15 -4111 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1068)) (PROGN (-6 (-1068)) (-6 (-111 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-174)) (-6 (-729 |#1|)) |%noBranch|) (IF (|has| |#1| (-568)) (-15 -1511 ((-656 $) $)) |%noBranch|) (IF (|has| |#1| (-915 (-1195))) (-6 (-915 (-1195))) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-6 (-1293 |#1|)) (-15 -3054 ($ $ $)) (-15 -2045 ($ $))) |%noBranch|) (IF (|has| |#1| (-312)) (-15 -3425 ($ $ $)) |%noBranch|)))
-((-3486 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)) (|has| |#2| (-102))))) (-4125 (($) NIL) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-2617 (((-1291) $ |#1| |#1|) NIL (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 ((|#2| $ |#1| |#2|) NIL)) (-4394 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-2192 (((-3 |#2| "failed") |#1| $) NIL)) (-2135 (($) NIL T CONST)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-3516 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-3 |#2| "failed") |#1| $) NIL)) (-3942 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-3683 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (|has| $ (-6 -4462))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-4330 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#2| $ |#1|) NIL)) (-3963 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) NIL)) (-3280 ((|#1| $) NIL (|has| |#1| (-862)))) (-3452 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-3767 ((|#1| $) NIL (|has| |#1| (-862)))) (-4320 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4463))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-3200 (((-656 |#1|) $) NIL)) (-2848 (((-112) |#1| $) NIL)) (-4219 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-2767 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-1742 (((-656 |#1|) $) NIL)) (-2406 (((-112) |#1| $) NIL)) (-1448 (((-1139) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-3578 ((|#2| $) NIL (|has| |#1| (-862)))) (-2295 (((-3 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) "failed") (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL)) (-1552 (($ $ |#2|) NIL (|has| $ (-6 -4463)))) (-4436 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-3626 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-4278 (((-656 |#2|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2089 (($) NIL) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-1458 (((-783) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-783) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119)))) (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-626 (-548))))) (-3579 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-3567 (((-874) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-625 (-874))) (|has| |#2| (-625 (-874)))))) (-1540 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-2847 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-2306 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)) (|has| |#2| (-102))))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-305 |#1| |#2|) (-13 (-1212 |#1| |#2|) (-10 -7 (-6 -4462))) (-1119) (-1119)) (T -305))
-NIL
-(-13 (-1212 |#1| |#2|) (-10 -7 (-6 -4462)))
-((-3311 (((-322) (-1177) (-656 (-1177))) 17) (((-322) (-1177) (-1177)) 16) (((-322) (-656 (-1177))) 15) (((-322) (-1177)) 14)))
-(((-306) (-10 -7 (-15 -3311 ((-322) (-1177))) (-15 -3311 ((-322) (-656 (-1177)))) (-15 -3311 ((-322) (-1177) (-1177))) (-15 -3311 ((-322) (-1177) (-656 (-1177)))))) (T -306))
-((-3311 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-1177))) (-5 *3 (-1177)) (-5 *2 (-322)) (-5 *1 (-306)))) (-3311 (*1 *2 *3 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-322)) (-5 *1 (-306)))) (-3311 (*1 *2 *3) (-12 (-5 *3 (-656 (-1177))) (-5 *2 (-322)) (-5 *1 (-306)))) (-3311 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-322)) (-5 *1 (-306)))))
-(-10 -7 (-15 -3311 ((-322) (-1177))) (-15 -3311 ((-322) (-656 (-1177)))) (-15 -3311 ((-322) (-1177) (-1177))) (-15 -3311 ((-322) (-1177) (-656 (-1177)))))
-((-4114 ((|#2| (-1 |#2| |#1|) (-1177) (-624 |#1|)) 18)))
-(((-307 |#1| |#2|) (-10 -7 (-15 -4114 (|#2| (-1 |#2| |#1|) (-1177) (-624 |#1|)))) (-312) (-1236)) (T -307))
-((-4114 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1177)) (-5 *5 (-624 *6)) (-4 *6 (-312)) (-4 *2 (-1236)) (-5 *1 (-307 *6 *2)))))
-(-10 -7 (-15 -4114 (|#2| (-1 |#2| |#1|) (-1177) (-624 |#1|))))
-((-4114 ((|#2| (-1 |#2| |#1|) (-624 |#1|)) 17)))
-(((-308 |#1| |#2|) (-10 -7 (-15 -4114 (|#2| (-1 |#2| |#1|) (-624 |#1|)))) (-312) (-312)) (T -308))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-624 *5)) (-4 *5 (-312)) (-4 *2 (-312)) (-5 *1 (-308 *5 *2)))))
-(-10 -7 (-15 -4114 (|#2| (-1 |#2| |#1|) (-624 |#1|))))
-((-3617 (((-112) (-227)) 12)))
-(((-309 |#1| |#2|) (-10 -7 (-15 -3617 ((-112) (-227)))) (-227) (-227)) (T -309))
-((-3617 (*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-112)) (-5 *1 (-309 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
-(-10 -7 (-15 -3617 ((-112) (-227))))
-((-3764 (((-1176 (-227)) (-326 (-227)) (-656 (-1195)) (-1113 (-855 (-227)))) 118)) (-2260 (((-1176 (-227)) (-1286 (-326 (-227))) (-656 (-1195)) (-1113 (-855 (-227)))) 135) (((-1176 (-227)) (-326 (-227)) (-656 (-1195)) (-1113 (-855 (-227)))) 72)) (-4070 (((-656 (-1177)) (-1176 (-227))) NIL)) (-3715 (((-656 (-227)) (-326 (-227)) (-1195) (-1113 (-855 (-227)))) 69)) (-2012 (((-656 (-227)) (-969 (-419 (-576))) (-1195) (-1113 (-855 (-227)))) 59)) (-2936 (((-656 (-1177)) (-656 (-227))) NIL)) (-3071 (((-227) (-1113 (-855 (-227)))) 29)) (-4096 (((-227) (-1113 (-855 (-227)))) 30)) (-2062 (((-112) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 64)) (-2909 (((-1177) (-227)) NIL)))
-(((-310) (-10 -7 (-15 -3071 ((-227) (-1113 (-855 (-227))))) (-15 -4096 ((-227) (-1113 (-855 (-227))))) (-15 -2062 ((-112) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3715 ((-656 (-227)) (-326 (-227)) (-1195) (-1113 (-855 (-227))))) (-15 -3764 ((-1176 (-227)) (-326 (-227)) (-656 (-1195)) (-1113 (-855 (-227))))) (-15 -2260 ((-1176 (-227)) (-326 (-227)) (-656 (-1195)) (-1113 (-855 (-227))))) (-15 -2260 ((-1176 (-227)) (-1286 (-326 (-227))) (-656 (-1195)) (-1113 (-855 (-227))))) (-15 -2012 ((-656 (-227)) (-969 (-419 (-576))) (-1195) (-1113 (-855 (-227))))) (-15 -2909 ((-1177) (-227))) (-15 -2936 ((-656 (-1177)) (-656 (-227)))) (-15 -4070 ((-656 (-1177)) (-1176 (-227)))))) (T -310))
-((-4070 (*1 *2 *3) (-12 (-5 *3 (-1176 (-227))) (-5 *2 (-656 (-1177))) (-5 *1 (-310)))) (-2936 (*1 *2 *3) (-12 (-5 *3 (-656 (-227))) (-5 *2 (-656 (-1177))) (-5 *1 (-310)))) (-2909 (*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-1177)) (-5 *1 (-310)))) (-2012 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-969 (-419 (-576)))) (-5 *4 (-1195)) (-5 *5 (-1113 (-855 (-227)))) (-5 *2 (-656 (-227))) (-5 *1 (-310)))) (-2260 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1286 (-326 (-227)))) (-5 *4 (-656 (-1195))) (-5 *5 (-1113 (-855 (-227)))) (-5 *2 (-1176 (-227))) (-5 *1 (-310)))) (-2260 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-227))) (-5 *4 (-656 (-1195))) (-5 *5 (-1113 (-855 (-227)))) (-5 *2 (-1176 (-227))) (-5 *1 (-310)))) (-3764 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-227))) (-5 *4 (-656 (-1195))) (-5 *5 (-1113 (-855 (-227)))) (-5 *2 (-1176 (-227))) (-5 *1 (-310)))) (-3715 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-227))) (-5 *4 (-1195)) (-5 *5 (-1113 (-855 (-227)))) (-5 *2 (-656 (-227))) (-5 *1 (-310)))) (-2062 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-112)) (-5 *1 (-310)))) (-4096 (*1 *2 *3) (-12 (-5 *3 (-1113 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-310)))) (-3071 (*1 *2 *3) (-12 (-5 *3 (-1113 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-310)))))
-(-10 -7 (-15 -3071 ((-227) (-1113 (-855 (-227))))) (-15 -4096 ((-227) (-1113 (-855 (-227))))) (-15 -2062 ((-112) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3715 ((-656 (-227)) (-326 (-227)) (-1195) (-1113 (-855 (-227))))) (-15 -3764 ((-1176 (-227)) (-326 (-227)) (-656 (-1195)) (-1113 (-855 (-227))))) (-15 -2260 ((-1176 (-227)) (-326 (-227)) (-656 (-1195)) (-1113 (-855 (-227))))) (-15 -2260 ((-1176 (-227)) (-1286 (-326 (-227))) (-656 (-1195)) (-1113 (-855 (-227))))) (-15 -2012 ((-656 (-227)) (-969 (-419 (-576))) (-1195) (-1113 (-855 (-227))))) (-15 -2909 ((-1177) (-227))) (-15 -2936 ((-656 (-1177)) (-656 (-227)))) (-15 -4070 ((-656 (-1177)) (-1176 (-227)))))
-((-3986 (((-656 (-624 $)) $) 27)) (-3425 (($ $ (-304 $)) 78) (($ $ (-656 (-304 $))) 139) (($ $ (-656 (-624 $)) (-656 $)) NIL)) (-1570 (((-3 (-624 $) "failed") $) 127)) (-2857 (((-624 $) $) 126)) (-1524 (($ $) 17) (($ (-656 $)) 54)) (-2358 (((-656 (-115)) $) 35)) (-1774 (((-115) (-115)) 88)) (-2044 (((-112) $) 150)) (-4114 (($ (-1 $ $) (-624 $)) 86)) (-3497 (((-3 (-624 $) "failed") $) 94)) (-1637 (($ (-115) $) 59) (($ (-115) (-656 $)) 110)) (-3796 (((-112) $ (-115)) 132) (((-112) $ (-1195)) 131)) (-2322 (((-783) $) 44)) (-4257 (((-112) $ $) 57) (((-112) $ (-1195)) 49)) (-2227 (((-112) $) 148)) (-3281 (($ $ (-624 $) $) NIL) (($ $ (-656 (-624 $)) (-656 $)) NIL) (($ $ (-656 (-304 $))) 137) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-656 (-1195)) (-656 (-1 $ $))) 81) (($ $ (-656 (-1195)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-1195) (-1 $ (-656 $))) 67) (($ $ (-1195) (-1 $ $)) 72) (($ $ (-656 (-115)) (-656 (-1 $ $))) 80) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) 82) (($ $ (-115) (-1 $ (-656 $))) 68) (($ $ (-115) (-1 $ $)) 74)) (-2794 (($ (-115) $) 60) (($ (-115) $ $) 61) (($ (-115) $ $ $) 62) (($ (-115) $ $ $ $) 63) (($ (-115) (-656 $)) 123)) (-3401 (($ $) 51) (($ $ $) 135)) (-3654 (($ $) 15) (($ (-656 $)) 53)) (-1824 (((-112) (-115)) 21)))
-(((-311 |#1|) (-10 -8 (-15 -2044 ((-112) |#1|)) (-15 -2227 ((-112) |#1|)) (-15 -3281 (|#1| |#1| (-115) (-1 |#1| |#1|))) (-15 -3281 (|#1| |#1| (-115) (-1 |#1| (-656 |#1|)))) (-15 -3281 (|#1| |#1| (-656 (-115)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -3281 (|#1| |#1| (-656 (-115)) (-656 (-1 |#1| |#1|)))) (-15 -3281 (|#1| |#1| (-1195) (-1 |#1| |#1|))) (-15 -3281 (|#1| |#1| (-1195) (-1 |#1| (-656 |#1|)))) (-15 -3281 (|#1| |#1| (-656 (-1195)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -3281 (|#1| |#1| (-656 (-1195)) (-656 (-1 |#1| |#1|)))) (-15 -4257 ((-112) |#1| (-1195))) (-15 -4257 ((-112) |#1| |#1|)) (-15 -4114 (|#1| (-1 |#1| |#1|) (-624 |#1|))) (-15 -1637 (|#1| (-115) (-656 |#1|))) (-15 -1637 (|#1| (-115) |#1|)) (-15 -3796 ((-112) |#1| (-1195))) (-15 -3796 ((-112) |#1| (-115))) (-15 -1824 ((-112) (-115))) (-15 -1774 ((-115) (-115))) (-15 -2358 ((-656 (-115)) |#1|)) (-15 -3986 ((-656 (-624 |#1|)) |#1|)) (-15 -3497 ((-3 (-624 |#1|) "failed") |#1|)) (-15 -2322 ((-783) |#1|)) (-15 -3401 (|#1| |#1| |#1|)) (-15 -3401 (|#1| |#1|)) (-15 -1524 (|#1| (-656 |#1|))) (-15 -1524 (|#1| |#1|)) (-15 -3654 (|#1| (-656 |#1|))) (-15 -3654 (|#1| |#1|)) (-15 -3425 (|#1| |#1| (-656 (-624 |#1|)) (-656 |#1|))) (-15 -3425 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -3425 (|#1| |#1| (-304 |#1|))) (-15 -2794 (|#1| (-115) (-656 |#1|))) (-15 -2794 (|#1| (-115) |#1| |#1| |#1| |#1|)) (-15 -2794 (|#1| (-115) |#1| |#1| |#1|)) (-15 -2794 (|#1| (-115) |#1| |#1|)) (-15 -2794 (|#1| (-115) |#1|)) (-15 -3281 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -3281 (|#1| |#1| |#1| |#1|)) (-15 -3281 (|#1| |#1| (-304 |#1|))) (-15 -3281 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -3281 (|#1| |#1| (-656 (-624 |#1|)) (-656 |#1|))) (-15 -3281 (|#1| |#1| (-624 |#1|) |#1|)) (-15 -1570 ((-3 (-624 |#1|) "failed") |#1|)) (-15 -2857 ((-624 |#1|) |#1|))) (-312)) (T -311))
-((-1774 (*1 *2 *2) (-12 (-5 *2 (-115)) (-5 *1 (-311 *3)) (-4 *3 (-312)))) (-1824 (*1 *2 *3) (-12 (-5 *3 (-115)) (-5 *2 (-112)) (-5 *1 (-311 *4)) (-4 *4 (-312)))))
-(-10 -8 (-15 -2044 ((-112) |#1|)) (-15 -2227 ((-112) |#1|)) (-15 -3281 (|#1| |#1| (-115) (-1 |#1| |#1|))) (-15 -3281 (|#1| |#1| (-115) (-1 |#1| (-656 |#1|)))) (-15 -3281 (|#1| |#1| (-656 (-115)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -3281 (|#1| |#1| (-656 (-115)) (-656 (-1 |#1| |#1|)))) (-15 -3281 (|#1| |#1| (-1195) (-1 |#1| |#1|))) (-15 -3281 (|#1| |#1| (-1195) (-1 |#1| (-656 |#1|)))) (-15 -3281 (|#1| |#1| (-656 (-1195)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -3281 (|#1| |#1| (-656 (-1195)) (-656 (-1 |#1| |#1|)))) (-15 -4257 ((-112) |#1| (-1195))) (-15 -4257 ((-112) |#1| |#1|)) (-15 -4114 (|#1| (-1 |#1| |#1|) (-624 |#1|))) (-15 -1637 (|#1| (-115) (-656 |#1|))) (-15 -1637 (|#1| (-115) |#1|)) (-15 -3796 ((-112) |#1| (-1195))) (-15 -3796 ((-112) |#1| (-115))) (-15 -1824 ((-112) (-115))) (-15 -1774 ((-115) (-115))) (-15 -2358 ((-656 (-115)) |#1|)) (-15 -3986 ((-656 (-624 |#1|)) |#1|)) (-15 -3497 ((-3 (-624 |#1|) "failed") |#1|)) (-15 -2322 ((-783) |#1|)) (-15 -3401 (|#1| |#1| |#1|)) (-15 -3401 (|#1| |#1|)) (-15 -1524 (|#1| (-656 |#1|))) (-15 -1524 (|#1| |#1|)) (-15 -3654 (|#1| (-656 |#1|))) (-15 -3654 (|#1| |#1|)) (-15 -3425 (|#1| |#1| (-656 (-624 |#1|)) (-656 |#1|))) (-15 -3425 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -3425 (|#1| |#1| (-304 |#1|))) (-15 -2794 (|#1| (-115) (-656 |#1|))) (-15 -2794 (|#1| (-115) |#1| |#1| |#1| |#1|)) (-15 -2794 (|#1| (-115) |#1| |#1| |#1|)) (-15 -2794 (|#1| (-115) |#1| |#1|)) (-15 -2794 (|#1| (-115) |#1|)) (-15 -3281 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -3281 (|#1| |#1| |#1| |#1|)) (-15 -3281 (|#1| |#1| (-304 |#1|))) (-15 -3281 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -3281 (|#1| |#1| (-656 (-624 |#1|)) (-656 |#1|))) (-15 -3281 (|#1| |#1| (-624 |#1|) |#1|)) (-15 -1570 ((-3 (-624 |#1|) "failed") |#1|)) (-15 -2857 ((-624 |#1|) |#1|)))
-((-3486 (((-112) $ $) 6)) (-3986 (((-656 (-624 $)) $) 39)) (-3425 (($ $ (-304 $)) 51) (($ $ (-656 (-304 $))) 50) (($ $ (-656 (-624 $)) (-656 $)) 49)) (-1570 (((-3 (-624 $) "failed") $) 64)) (-2857 (((-624 $) $) 65)) (-1524 (($ $) 46) (($ (-656 $)) 45)) (-2358 (((-656 (-115)) $) 38)) (-1774 (((-115) (-115)) 37)) (-2044 (((-112) $) 17 (|has| $ (-1057 (-576))))) (-3820 (((-1191 $) (-624 $)) 20 (|has| $ (-1068)))) (-4114 (($ (-1 $ $) (-624 $)) 31)) (-3497 (((-3 (-624 $) "failed") $) 41)) (-3881 (((-1177) $) 10)) (-1761 (((-656 (-624 $)) $) 40)) (-1637 (($ (-115) $) 33) (($ (-115) (-656 $)) 32)) (-3796 (((-112) $ (-115)) 35) (((-112) $ (-1195)) 34)) (-2322 (((-783) $) 42)) (-1448 (((-1139) $) 11)) (-4257 (((-112) $ $) 30) (((-112) $ (-1195)) 29)) (-2227 (((-112) $) 18 (|has| $ (-1057 (-576))))) (-3281 (($ $ (-624 $) $) 62) (($ $ (-656 (-624 $)) (-656 $)) 61) (($ $ (-656 (-304 $))) 60) (($ $ (-304 $)) 59) (($ $ $ $) 58) (($ $ (-656 $) (-656 $)) 57) (($ $ (-656 (-1195)) (-656 (-1 $ $))) 28) (($ $ (-656 (-1195)) (-656 (-1 $ (-656 $)))) 27) (($ $ (-1195) (-1 $ (-656 $))) 26) (($ $ (-1195) (-1 $ $)) 25) (($ $ (-656 (-115)) (-656 (-1 $ $))) 24) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) 23) (($ $ (-115) (-1 $ (-656 $))) 22) (($ $ (-115) (-1 $ $)) 21)) (-2794 (($ (-115) $) 56) (($ (-115) $ $) 55) (($ (-115) $ $ $) 54) (($ (-115) $ $ $ $) 53) (($ (-115) (-656 $)) 52)) (-3401 (($ $) 44) (($ $ $) 43)) (-3117 (($ $) 19 (|has| $ (-1068)))) (-3567 (((-874) $) 12) (($ (-624 $)) 63)) (-3654 (($ $) 48) (($ (-656 $)) 47)) (-1824 (((-112) (-115)) 36)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)))
+(-13 (-1070) (-111 $ $) (-10 -7 (-6 -4457)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-1072 $) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-4300 (((-656 (-1106)) $) 10)) (-2124 (($ (-518) (-518) (-1125) $) 19)) (-2405 (($ (-518) (-656 (-984)) $) 23)) (-2123 (($) 25)) (-4433 (((-703 (-1125)) (-518) (-518) $) 18)) (-2598 (((-656 (-984)) (-518) $) 22)) (-3029 (($) 7)) (-1799 (($) 24)) (-4114 (((-876) $) 29)) (-3569 (($) 26)))
+(((-301) (-13 (-625 (-876)) (-10 -8 (-15 -3029 ($)) (-15 -4300 ((-656 (-1106)) $)) (-15 -4433 ((-703 (-1125)) (-518) (-518) $)) (-15 -2124 ($ (-518) (-518) (-1125) $)) (-15 -2598 ((-656 (-984)) (-518) $)) (-15 -2405 ($ (-518) (-656 (-984)) $)) (-15 -1799 ($)) (-15 -2123 ($)) (-15 -3569 ($))))) (T -301))
+((-3029 (*1 *1) (-5 *1 (-301))) (-4300 (*1 *2 *1) (-12 (-5 *2 (-656 (-1106))) (-5 *1 (-301)))) (-4433 (*1 *2 *3 *3 *1) (-12 (-5 *3 (-518)) (-5 *2 (-703 (-1125))) (-5 *1 (-301)))) (-2124 (*1 *1 *2 *2 *3 *1) (-12 (-5 *2 (-518)) (-5 *3 (-1125)) (-5 *1 (-301)))) (-2598 (*1 *2 *3 *1) (-12 (-5 *3 (-518)) (-5 *2 (-656 (-984))) (-5 *1 (-301)))) (-2405 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-518)) (-5 *3 (-656 (-984))) (-5 *1 (-301)))) (-1799 (*1 *1) (-5 *1 (-301))) (-2123 (*1 *1) (-5 *1 (-301))) (-3569 (*1 *1) (-5 *1 (-301))))
+(-13 (-625 (-876)) (-10 -8 (-15 -3029 ($)) (-15 -4300 ((-656 (-1106)) $)) (-15 -4433 ((-703 (-1125)) (-518) (-518) $)) (-15 -2124 ($ (-518) (-518) (-1125) $)) (-15 -2598 ((-656 (-984)) (-518) $)) (-15 -2405 ($ (-518) (-656 (-984)) $)) (-15 -1799 ($)) (-15 -2123 ($)) (-15 -3569 ($))))
+((-1376 (((-656 (-2 (|:| |eigval| (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|)))) (|:| |geneigvec| (-656 (-701 (-419 (-971 |#1|))))))) (-701 (-419 (-971 |#1|)))) 102)) (-4035 (((-656 (-701 (-419 (-971 |#1|)))) (-2 (|:| |eigval| (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|)))) (|:| |eigmult| (-783)) (|:| |eigvec| (-656 (-701 (-419 (-971 |#1|)))))) (-701 (-419 (-971 |#1|)))) 97) (((-656 (-701 (-419 (-971 |#1|)))) (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|))) (-701 (-419 (-971 |#1|))) (-783) (-783)) 41)) (-4015 (((-656 (-2 (|:| |eigval| (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|)))) (|:| |eigmult| (-783)) (|:| |eigvec| (-656 (-701 (-419 (-971 |#1|))))))) (-701 (-419 (-971 |#1|)))) 99)) (-3244 (((-656 (-701 (-419 (-971 |#1|)))) (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|))) (-701 (-419 (-971 |#1|)))) 75)) (-1822 (((-656 (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|)))) (-701 (-419 (-971 |#1|)))) 74)) (-2837 (((-971 |#1|) (-701 (-419 (-971 |#1|)))) 55) (((-971 |#1|) (-701 (-419 (-971 |#1|))) (-1197)) 56)))
+(((-302 |#1|) (-10 -7 (-15 -2837 ((-971 |#1|) (-701 (-419 (-971 |#1|))) (-1197))) (-15 -2837 ((-971 |#1|) (-701 (-419 (-971 |#1|))))) (-15 -1822 ((-656 (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|)))) (-701 (-419 (-971 |#1|))))) (-15 -3244 ((-656 (-701 (-419 (-971 |#1|)))) (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|))) (-701 (-419 (-971 |#1|))))) (-15 -4035 ((-656 (-701 (-419 (-971 |#1|)))) (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|))) (-701 (-419 (-971 |#1|))) (-783) (-783))) (-15 -4035 ((-656 (-701 (-419 (-971 |#1|)))) (-2 (|:| |eigval| (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|)))) (|:| |eigmult| (-783)) (|:| |eigvec| (-656 (-701 (-419 (-971 |#1|)))))) (-701 (-419 (-971 |#1|))))) (-15 -1376 ((-656 (-2 (|:| |eigval| (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|)))) (|:| |geneigvec| (-656 (-701 (-419 (-971 |#1|))))))) (-701 (-419 (-971 |#1|))))) (-15 -4015 ((-656 (-2 (|:| |eigval| (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|)))) (|:| |eigmult| (-783)) (|:| |eigvec| (-656 (-701 (-419 (-971 |#1|))))))) (-701 (-419 (-971 |#1|)))))) (-464)) (T -302))
+((-4015 (*1 *2 *3) (-12 (-4 *4 (-464)) (-5 *2 (-656 (-2 (|:| |eigval| (-3 (-419 (-971 *4)) (-1186 (-1197) (-971 *4)))) (|:| |eigmult| (-783)) (|:| |eigvec| (-656 (-701 (-419 (-971 *4)))))))) (-5 *1 (-302 *4)) (-5 *3 (-701 (-419 (-971 *4)))))) (-1376 (*1 *2 *3) (-12 (-4 *4 (-464)) (-5 *2 (-656 (-2 (|:| |eigval| (-3 (-419 (-971 *4)) (-1186 (-1197) (-971 *4)))) (|:| |geneigvec| (-656 (-701 (-419 (-971 *4)))))))) (-5 *1 (-302 *4)) (-5 *3 (-701 (-419 (-971 *4)))))) (-4035 (*1 *2 *3 *4) (-12 (-5 *3 (-2 (|:| |eigval| (-3 (-419 (-971 *5)) (-1186 (-1197) (-971 *5)))) (|:| |eigmult| (-783)) (|:| |eigvec| (-656 *4)))) (-4 *5 (-464)) (-5 *2 (-656 (-701 (-419 (-971 *5))))) (-5 *1 (-302 *5)) (-5 *4 (-701 (-419 (-971 *5)))))) (-4035 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-3 (-419 (-971 *6)) (-1186 (-1197) (-971 *6)))) (-5 *5 (-783)) (-4 *6 (-464)) (-5 *2 (-656 (-701 (-419 (-971 *6))))) (-5 *1 (-302 *6)) (-5 *4 (-701 (-419 (-971 *6)))))) (-3244 (*1 *2 *3 *4) (-12 (-5 *3 (-3 (-419 (-971 *5)) (-1186 (-1197) (-971 *5)))) (-4 *5 (-464)) (-5 *2 (-656 (-701 (-419 (-971 *5))))) (-5 *1 (-302 *5)) (-5 *4 (-701 (-419 (-971 *5)))))) (-1822 (*1 *2 *3) (-12 (-5 *3 (-701 (-419 (-971 *4)))) (-4 *4 (-464)) (-5 *2 (-656 (-3 (-419 (-971 *4)) (-1186 (-1197) (-971 *4))))) (-5 *1 (-302 *4)))) (-2837 (*1 *2 *3) (-12 (-5 *3 (-701 (-419 (-971 *4)))) (-5 *2 (-971 *4)) (-5 *1 (-302 *4)) (-4 *4 (-464)))) (-2837 (*1 *2 *3 *4) (-12 (-5 *3 (-701 (-419 (-971 *5)))) (-5 *4 (-1197)) (-5 *2 (-971 *5)) (-5 *1 (-302 *5)) (-4 *5 (-464)))))
+(-10 -7 (-15 -2837 ((-971 |#1|) (-701 (-419 (-971 |#1|))) (-1197))) (-15 -2837 ((-971 |#1|) (-701 (-419 (-971 |#1|))))) (-15 -1822 ((-656 (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|)))) (-701 (-419 (-971 |#1|))))) (-15 -3244 ((-656 (-701 (-419 (-971 |#1|)))) (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|))) (-701 (-419 (-971 |#1|))))) (-15 -4035 ((-656 (-701 (-419 (-971 |#1|)))) (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|))) (-701 (-419 (-971 |#1|))) (-783) (-783))) (-15 -4035 ((-656 (-701 (-419 (-971 |#1|)))) (-2 (|:| |eigval| (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|)))) (|:| |eigmult| (-783)) (|:| |eigvec| (-656 (-701 (-419 (-971 |#1|)))))) (-701 (-419 (-971 |#1|))))) (-15 -1376 ((-656 (-2 (|:| |eigval| (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|)))) (|:| |geneigvec| (-656 (-701 (-419 (-971 |#1|))))))) (-701 (-419 (-971 |#1|))))) (-15 -4015 ((-656 (-2 (|:| |eigval| (-3 (-419 (-971 |#1|)) (-1186 (-1197) (-971 |#1|)))) (|:| |eigmult| (-783)) (|:| |eigvec| (-656 (-701 (-419 (-971 |#1|))))))) (-701 (-419 (-971 |#1|))))))
+((-2423 (((-304 |#2|) (-1 |#2| |#1|) (-304 |#1|)) 14)))
+(((-303 |#1| |#2|) (-10 -7 (-15 -2423 ((-304 |#2|) (-1 |#2| |#1|) (-304 |#1|)))) (-1238) (-1238)) (T -303))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-304 *5)) (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-304 *6)) (-5 *1 (-303 *5 *6)))))
+(-10 -7 (-15 -2423 ((-304 |#2|) (-1 |#2| |#1|) (-304 |#1|))))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-2604 (((-112) $) NIL (|has| |#1| (-21)))) (-2388 (($ $) 12)) (-2583 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-1793 (($ $ $) 95 (|has| |#1| (-312)))) (-3853 (($) NIL (-3795 (|has| |#1| (-21)) (|has| |#1| (-738))) CONST)) (-1743 (($ $) 51 (|has| |#1| (-21)))) (-1344 (((-3 $ "failed") $) 62 (|has| |#1| (-738)))) (-1782 ((|#1| $) 11)) (-2413 (((-3 $ "failed") $) 60 (|has| |#1| (-738)))) (-3315 (((-112) $) NIL (|has| |#1| (-738)))) (-2423 (($ (-1 |#1| |#1|) $) 14)) (-1773 ((|#1| $) 10)) (-2842 (($ $) 50 (|has| |#1| (-21)))) (-3888 (((-3 $ "failed") $) 61 (|has| |#1| (-738)))) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-1668 (($ $) 64 (-3795 (|has| |#1| (-374)) (|has| |#1| (-485))))) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-3951 (((-656 $) $) 85 (|has| |#1| (-568)))) (-2143 (($ $ $) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 $)) 28 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-1197) |#1|) 17 (|has| |#1| (-526 (-1197) |#1|))) (($ $ (-656 (-1197)) (-656 |#1|)) 21 (|has| |#1| (-526 (-1197) |#1|)))) (-2442 (($ |#1| |#1|) 9)) (-2435 (((-135)) 90 (|has| |#1| (-374)))) (-4107 (($ $ (-1197)) 87 (|has| |#1| (-917 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-917 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-917 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-917 (-1197))))) (-2970 (($ $ $) NIL (|has| |#1| (-485)))) (-3595 (($ $ $) NIL (|has| |#1| (-485)))) (-4114 (($ (-576)) NIL (|has| |#1| (-1070))) (((-112) $) 37 (|has| |#1| (-1121))) (((-876) $) 36 (|has| |#1| (-1121)))) (-2864 (((-783)) 67 (|has| |#1| (-1070)) CONST)) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-4312 (($) 47 (|has| |#1| (-21)) CONST)) (-4322 (($) 57 (|has| |#1| (-738)) CONST)) (-3157 (($ $ (-1197)) NIL (|has| |#1| (-917 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-917 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-917 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-917 (-1197))))) (-3939 (($ |#1| |#1|) 8) (((-112) $ $) 32 (|has| |#1| (-1121)))) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) 92 (-3795 (|has| |#1| (-374)) (|has| |#1| (-485))))) (-4037 (($ |#1| $) 45 (|has| |#1| (-21))) (($ $ |#1|) 46 (|has| |#1| (-21))) (($ $ $) 44 (|has| |#1| (-21))) (($ $) 43 (|has| |#1| (-21)))) (-4027 (($ |#1| $) 40 (|has| |#1| (-25))) (($ $ |#1|) 41 (|has| |#1| (-25))) (($ $ $) 39 (|has| |#1| (-25)))) (** (($ $ (-576)) NIL (|has| |#1| (-485))) (($ $ (-783)) NIL (|has| |#1| (-738))) (($ $ (-940)) NIL (|has| |#1| (-1133)))) (* (($ $ |#1|) 55 (|has| |#1| (-1133))) (($ |#1| $) 54 (|has| |#1| (-1133))) (($ $ $) 53 (|has| |#1| (-1133))) (($ (-576) $) 70 (|has| |#1| (-21))) (($ (-783) $) NIL (|has| |#1| (-21))) (($ (-940) $) NIL (|has| |#1| (-25)))))
+(((-304 |#1|) (-13 (-1238) (-10 -8 (-15 -3939 ($ |#1| |#1|)) (-15 -2442 ($ |#1| |#1|)) (-15 -2388 ($ $)) (-15 -1773 (|#1| $)) (-15 -1782 (|#1| $)) (-15 -2423 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-526 (-1197) |#1|)) (-6 (-526 (-1197) |#1|)) |%noBranch|) (IF (|has| |#1| (-1121)) (PROGN (-6 (-1121)) (-6 (-625 (-112))) (IF (|has| |#1| (-319 |#1|)) (PROGN (-15 -2143 ($ $ $)) (-15 -2143 ($ $ (-656 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -4027 ($ |#1| $)) (-15 -4027 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -2842 ($ $)) (-15 -1743 ($ $)) (-15 -4037 ($ |#1| $)) (-15 -4037 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1133)) (PROGN (-6 (-1133)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-738)) (PROGN (-6 (-738)) (-15 -3888 ((-3 $ "failed") $)) (-15 -1344 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-485)) (PROGN (-6 (-485)) (-15 -3888 ((-3 $ "failed") $)) (-15 -1344 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1070)) (PROGN (-6 (-1070)) (-6 (-111 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-174)) (-6 (-729 |#1|)) |%noBranch|) (IF (|has| |#1| (-568)) (-15 -3951 ((-656 $) $)) |%noBranch|) (IF (|has| |#1| (-917 (-1197))) (-6 (-917 (-1197))) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-6 (-1295 |#1|)) (-15 -4047 ($ $ $)) (-15 -1668 ($ $))) |%noBranch|) (IF (|has| |#1| (-312)) (-15 -1793 ($ $ $)) |%noBranch|))) (-1238)) (T -304))
+((-3939 (*1 *1 *2 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1238)))) (-2442 (*1 *1 *2 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1238)))) (-2388 (*1 *1 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1238)))) (-1773 (*1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1238)))) (-1782 (*1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1238)))) (-2423 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1238)) (-5 *1 (-304 *3)))) (-2143 (*1 *1 *1 *1) (-12 (-4 *2 (-319 *2)) (-4 *2 (-1121)) (-4 *2 (-1238)) (-5 *1 (-304 *2)))) (-2143 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-304 *3))) (-4 *3 (-319 *3)) (-4 *3 (-1121)) (-4 *3 (-1238)) (-5 *1 (-304 *3)))) (-4027 (*1 *1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-25)) (-4 *2 (-1238)))) (-4027 (*1 *1 *1 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-25)) (-4 *2 (-1238)))) (-2842 (*1 *1 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-21)) (-4 *2 (-1238)))) (-1743 (*1 *1 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-21)) (-4 *2 (-1238)))) (-4037 (*1 *1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-21)) (-4 *2 (-1238)))) (-4037 (*1 *1 *1 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-21)) (-4 *2 (-1238)))) (-3888 (*1 *1 *1) (|partial| -12 (-5 *1 (-304 *2)) (-4 *2 (-738)) (-4 *2 (-1238)))) (-1344 (*1 *1 *1) (|partial| -12 (-5 *1 (-304 *2)) (-4 *2 (-738)) (-4 *2 (-1238)))) (-3951 (*1 *2 *1) (-12 (-5 *2 (-656 (-304 *3))) (-5 *1 (-304 *3)) (-4 *3 (-568)) (-4 *3 (-1238)))) (-1793 (*1 *1 *1 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-312)) (-4 *2 (-1238)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1133)) (-4 *2 (-1238)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1133)) (-4 *2 (-1238)))) (-4047 (*1 *1 *1 *1) (-3795 (-12 (-5 *1 (-304 *2)) (-4 *2 (-374)) (-4 *2 (-1238))) (-12 (-5 *1 (-304 *2)) (-4 *2 (-485)) (-4 *2 (-1238))))) (-1668 (*1 *1 *1) (-3795 (-12 (-5 *1 (-304 *2)) (-4 *2 (-374)) (-4 *2 (-1238))) (-12 (-5 *1 (-304 *2)) (-4 *2 (-485)) (-4 *2 (-1238))))))
+(-13 (-1238) (-10 -8 (-15 -3939 ($ |#1| |#1|)) (-15 -2442 ($ |#1| |#1|)) (-15 -2388 ($ $)) (-15 -1773 (|#1| $)) (-15 -1782 (|#1| $)) (-15 -2423 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-526 (-1197) |#1|)) (-6 (-526 (-1197) |#1|)) |%noBranch|) (IF (|has| |#1| (-1121)) (PROGN (-6 (-1121)) (-6 (-625 (-112))) (IF (|has| |#1| (-319 |#1|)) (PROGN (-15 -2143 ($ $ $)) (-15 -2143 ($ $ (-656 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -4027 ($ |#1| $)) (-15 -4027 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -2842 ($ $)) (-15 -1743 ($ $)) (-15 -4037 ($ |#1| $)) (-15 -4037 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1133)) (PROGN (-6 (-1133)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-738)) (PROGN (-6 (-738)) (-15 -3888 ((-3 $ "failed") $)) (-15 -1344 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-485)) (PROGN (-6 (-485)) (-15 -3888 ((-3 $ "failed") $)) (-15 -1344 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1070)) (PROGN (-6 (-1070)) (-6 (-111 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-174)) (-6 (-729 |#1|)) |%noBranch|) (IF (|has| |#1| (-568)) (-15 -3951 ((-656 $) $)) |%noBranch|) (IF (|has| |#1| (-917 (-1197))) (-6 (-917 (-1197))) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-6 (-1295 |#1|)) (-15 -4047 ($ $ $)) (-15 -1668 ($ $))) |%noBranch|) (IF (|has| |#1| (-312)) (-15 -1793 ($ $ $)) |%noBranch|)))
+((-1955 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)) (|has| |#2| (-102))))) (-1975 (($) NIL) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-1758 (((-1293) $ |#1| |#1|) NIL (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 ((|#2| $ |#1| |#2|) NIL)) (-2250 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-2049 (((-3 |#2| "failed") |#1| $) NIL)) (-3853 (($) NIL T CONST)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-1678 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-3 |#2| "failed") |#1| $) NIL)) (-2824 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-2722 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (|has| $ (-6 -4464))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-1908 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#2| $ |#1|) NIL)) (-3722 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) NIL)) (-3176 ((|#1| $) NIL (|has| |#1| (-862)))) (-4302 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-2316 ((|#1| $) NIL (|has| |#1| (-862)))) (-1896 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4465))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-2353 (((-656 |#1|) $) NIL)) (-3367 (((-112) |#1| $) NIL)) (-4306 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-3846 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-4402 (((-656 |#1|) $) NIL)) (-1505 (((-112) |#1| $) NIL)) (-3117 (((-1141) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-1753 ((|#2| $) NIL (|has| |#1| (-862)))) (-2922 (((-3 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) "failed") (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL)) (-3140 (($ $ |#2|) NIL (|has| $ (-6 -4465)))) (-1470 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-3484 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-3700 (((-656 |#2|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-1455 (($) NIL) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-3131 (((-783) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-783) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121)))) (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-626 (-548))))) (-4125 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-4114 (((-876) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-625 (-876))) (|has| |#2| (-625 (-876)))))) (-3000 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-3356 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-1746 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)) (|has| |#2| (-102))))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-305 |#1| |#2|) (-13 (-1214 |#1| |#2|) (-10 -7 (-6 -4464))) (-1121) (-1121)) (T -305))
+NIL
+(-13 (-1214 |#1| |#2|) (-10 -7 (-6 -4464)))
+((-2176 (((-322) (-1179) (-656 (-1179))) 17) (((-322) (-1179) (-1179)) 16) (((-322) (-656 (-1179))) 15) (((-322) (-1179)) 14)))
+(((-306) (-10 -7 (-15 -2176 ((-322) (-1179))) (-15 -2176 ((-322) (-656 (-1179)))) (-15 -2176 ((-322) (-1179) (-1179))) (-15 -2176 ((-322) (-1179) (-656 (-1179)))))) (T -306))
+((-2176 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-1179))) (-5 *3 (-1179)) (-5 *2 (-322)) (-5 *1 (-306)))) (-2176 (*1 *2 *3 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-322)) (-5 *1 (-306)))) (-2176 (*1 *2 *3) (-12 (-5 *3 (-656 (-1179))) (-5 *2 (-322)) (-5 *1 (-306)))) (-2176 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-322)) (-5 *1 (-306)))))
+(-10 -7 (-15 -2176 ((-322) (-1179))) (-15 -2176 ((-322) (-656 (-1179)))) (-15 -2176 ((-322) (-1179) (-1179))) (-15 -2176 ((-322) (-1179) (-656 (-1179)))))
+((-2423 ((|#2| (-1 |#2| |#1|) (-1179) (-624 |#1|)) 18)))
+(((-307 |#1| |#2|) (-10 -7 (-15 -2423 (|#2| (-1 |#2| |#1|) (-1179) (-624 |#1|)))) (-312) (-1238)) (T -307))
+((-2423 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1179)) (-5 *5 (-624 *6)) (-4 *6 (-312)) (-4 *2 (-1238)) (-5 *1 (-307 *6 *2)))))
+(-10 -7 (-15 -2423 (|#2| (-1 |#2| |#1|) (-1179) (-624 |#1|))))
+((-2423 ((|#2| (-1 |#2| |#1|) (-624 |#1|)) 17)))
+(((-308 |#1| |#2|) (-10 -7 (-15 -2423 (|#2| (-1 |#2| |#1|) (-624 |#1|)))) (-312) (-312)) (T -308))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-624 *5)) (-4 *5 (-312)) (-4 *2 (-312)) (-5 *1 (-308 *5 *2)))))
+(-10 -7 (-15 -2423 (|#2| (-1 |#2| |#1|) (-624 |#1|))))
+((-3371 (((-112) (-227)) 12)))
+(((-309 |#1| |#2|) (-10 -7 (-15 -3371 ((-112) (-227)))) (-227) (-227)) (T -309))
+((-3371 (*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-112)) (-5 *1 (-309 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
+(-10 -7 (-15 -3371 ((-112) (-227))))
+((-2278 (((-1178 (-227)) (-326 (-227)) (-656 (-1197)) (-1115 (-855 (-227)))) 118)) (-2516 (((-1178 (-227)) (-1288 (-326 (-227))) (-656 (-1197)) (-1115 (-855 (-227)))) 135) (((-1178 (-227)) (-326 (-227)) (-656 (-1197)) (-1115 (-855 (-227)))) 72)) (-2099 (((-656 (-1179)) (-1178 (-227))) NIL)) (-1777 (((-656 (-227)) (-326 (-227)) (-1197) (-1115 (-855 (-227)))) 69)) (-1939 (((-656 (-227)) (-971 (-419 (-576))) (-1197) (-1115 (-855 (-227)))) 59)) (-2958 (((-656 (-1179)) (-656 (-227))) NIL)) (-2858 (((-227) (-1115 (-855 (-227)))) 29)) (-2379 (((-227) (-1115 (-855 (-227)))) 30)) (-4361 (((-112) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 64)) (-2683 (((-1179) (-227)) NIL)))
+(((-310) (-10 -7 (-15 -2858 ((-227) (-1115 (-855 (-227))))) (-15 -2379 ((-227) (-1115 (-855 (-227))))) (-15 -4361 ((-112) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -1777 ((-656 (-227)) (-326 (-227)) (-1197) (-1115 (-855 (-227))))) (-15 -2278 ((-1178 (-227)) (-326 (-227)) (-656 (-1197)) (-1115 (-855 (-227))))) (-15 -2516 ((-1178 (-227)) (-326 (-227)) (-656 (-1197)) (-1115 (-855 (-227))))) (-15 -2516 ((-1178 (-227)) (-1288 (-326 (-227))) (-656 (-1197)) (-1115 (-855 (-227))))) (-15 -1939 ((-656 (-227)) (-971 (-419 (-576))) (-1197) (-1115 (-855 (-227))))) (-15 -2683 ((-1179) (-227))) (-15 -2958 ((-656 (-1179)) (-656 (-227)))) (-15 -2099 ((-656 (-1179)) (-1178 (-227)))))) (T -310))
+((-2099 (*1 *2 *3) (-12 (-5 *3 (-1178 (-227))) (-5 *2 (-656 (-1179))) (-5 *1 (-310)))) (-2958 (*1 *2 *3) (-12 (-5 *3 (-656 (-227))) (-5 *2 (-656 (-1179))) (-5 *1 (-310)))) (-2683 (*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-1179)) (-5 *1 (-310)))) (-1939 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-971 (-419 (-576)))) (-5 *4 (-1197)) (-5 *5 (-1115 (-855 (-227)))) (-5 *2 (-656 (-227))) (-5 *1 (-310)))) (-2516 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1288 (-326 (-227)))) (-5 *4 (-656 (-1197))) (-5 *5 (-1115 (-855 (-227)))) (-5 *2 (-1178 (-227))) (-5 *1 (-310)))) (-2516 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-227))) (-5 *4 (-656 (-1197))) (-5 *5 (-1115 (-855 (-227)))) (-5 *2 (-1178 (-227))) (-5 *1 (-310)))) (-2278 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-227))) (-5 *4 (-656 (-1197))) (-5 *5 (-1115 (-855 (-227)))) (-5 *2 (-1178 (-227))) (-5 *1 (-310)))) (-1777 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-227))) (-5 *4 (-1197)) (-5 *5 (-1115 (-855 (-227)))) (-5 *2 (-656 (-227))) (-5 *1 (-310)))) (-4361 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-112)) (-5 *1 (-310)))) (-2379 (*1 *2 *3) (-12 (-5 *3 (-1115 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-310)))) (-2858 (*1 *2 *3) (-12 (-5 *3 (-1115 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-310)))))
+(-10 -7 (-15 -2858 ((-227) (-1115 (-855 (-227))))) (-15 -2379 ((-227) (-1115 (-855 (-227))))) (-15 -4361 ((-112) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -1777 ((-656 (-227)) (-326 (-227)) (-1197) (-1115 (-855 (-227))))) (-15 -2278 ((-1178 (-227)) (-326 (-227)) (-656 (-1197)) (-1115 (-855 (-227))))) (-15 -2516 ((-1178 (-227)) (-326 (-227)) (-656 (-1197)) (-1115 (-855 (-227))))) (-15 -2516 ((-1178 (-227)) (-1288 (-326 (-227))) (-656 (-1197)) (-1115 (-855 (-227))))) (-15 -1939 ((-656 (-227)) (-971 (-419 (-576))) (-1197) (-1115 (-855 (-227))))) (-15 -2683 ((-1179) (-227))) (-15 -2958 ((-656 (-1179)) (-656 (-227)))) (-15 -2099 ((-656 (-1179)) (-1178 (-227)))))
+((-4442 (((-656 (-624 $)) $) 27)) (-1793 (($ $ (-304 $)) 78) (($ $ (-656 (-304 $))) 139) (($ $ (-656 (-624 $)) (-656 $)) NIL)) (-2981 (((-3 (-624 $) "failed") $) 127)) (-2318 (((-624 $) $) 126)) (-4087 (($ $) 17) (($ (-656 $)) 54)) (-2216 (((-656 (-115)) $) 35)) (-1401 (((-115) (-115)) 88)) (-2231 (((-112) $) 150)) (-2423 (($ (-1 $ $) (-624 $)) 86)) (-1541 (((-3 (-624 $) "failed") $) 94)) (-2772 (($ (-115) $) 59) (($ (-115) (-656 $)) 110)) (-1436 (((-112) $ (-115)) 132) (((-112) $ (-1197)) 131)) (-2954 (((-783) $) 44)) (-3485 (((-112) $ $) 57) (((-112) $ (-1197)) 49)) (-3489 (((-112) $) 148)) (-2143 (($ $ (-624 $) $) NIL) (($ $ (-656 (-624 $)) (-656 $)) NIL) (($ $ (-656 (-304 $))) 137) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-656 (-1197)) (-656 (-1 $ $))) 81) (($ $ (-656 (-1197)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-1197) (-1 $ (-656 $))) 67) (($ $ (-1197) (-1 $ $)) 72) (($ $ (-656 (-115)) (-656 (-1 $ $))) 80) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) 82) (($ $ (-115) (-1 $ (-656 $))) 68) (($ $ (-115) (-1 $ $)) 74)) (-4369 (($ (-115) $) 60) (($ (-115) $ $) 61) (($ (-115) $ $ $) 62) (($ (-115) $ $ $ $) 63) (($ (-115) (-656 $)) 123)) (-1841 (($ $) 51) (($ $ $) 135)) (-2345 (($ $) 15) (($ (-656 $)) 53)) (-4020 (((-112) (-115)) 21)))
+(((-311 |#1|) (-10 -8 (-15 -2231 ((-112) |#1|)) (-15 -3489 ((-112) |#1|)) (-15 -2143 (|#1| |#1| (-115) (-1 |#1| |#1|))) (-15 -2143 (|#1| |#1| (-115) (-1 |#1| (-656 |#1|)))) (-15 -2143 (|#1| |#1| (-656 (-115)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -2143 (|#1| |#1| (-656 (-115)) (-656 (-1 |#1| |#1|)))) (-15 -2143 (|#1| |#1| (-1197) (-1 |#1| |#1|))) (-15 -2143 (|#1| |#1| (-1197) (-1 |#1| (-656 |#1|)))) (-15 -2143 (|#1| |#1| (-656 (-1197)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -2143 (|#1| |#1| (-656 (-1197)) (-656 (-1 |#1| |#1|)))) (-15 -3485 ((-112) |#1| (-1197))) (-15 -3485 ((-112) |#1| |#1|)) (-15 -2423 (|#1| (-1 |#1| |#1|) (-624 |#1|))) (-15 -2772 (|#1| (-115) (-656 |#1|))) (-15 -2772 (|#1| (-115) |#1|)) (-15 -1436 ((-112) |#1| (-1197))) (-15 -1436 ((-112) |#1| (-115))) (-15 -4020 ((-112) (-115))) (-15 -1401 ((-115) (-115))) (-15 -2216 ((-656 (-115)) |#1|)) (-15 -4442 ((-656 (-624 |#1|)) |#1|)) (-15 -1541 ((-3 (-624 |#1|) "failed") |#1|)) (-15 -2954 ((-783) |#1|)) (-15 -1841 (|#1| |#1| |#1|)) (-15 -1841 (|#1| |#1|)) (-15 -4087 (|#1| (-656 |#1|))) (-15 -4087 (|#1| |#1|)) (-15 -2345 (|#1| (-656 |#1|))) (-15 -2345 (|#1| |#1|)) (-15 -1793 (|#1| |#1| (-656 (-624 |#1|)) (-656 |#1|))) (-15 -1793 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -1793 (|#1| |#1| (-304 |#1|))) (-15 -4369 (|#1| (-115) (-656 |#1|))) (-15 -4369 (|#1| (-115) |#1| |#1| |#1| |#1|)) (-15 -4369 (|#1| (-115) |#1| |#1| |#1|)) (-15 -4369 (|#1| (-115) |#1| |#1|)) (-15 -4369 (|#1| (-115) |#1|)) (-15 -2143 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -2143 (|#1| |#1| |#1| |#1|)) (-15 -2143 (|#1| |#1| (-304 |#1|))) (-15 -2143 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -2143 (|#1| |#1| (-656 (-624 |#1|)) (-656 |#1|))) (-15 -2143 (|#1| |#1| (-624 |#1|) |#1|)) (-15 -2981 ((-3 (-624 |#1|) "failed") |#1|)) (-15 -2318 ((-624 |#1|) |#1|))) (-312)) (T -311))
+((-1401 (*1 *2 *2) (-12 (-5 *2 (-115)) (-5 *1 (-311 *3)) (-4 *3 (-312)))) (-4020 (*1 *2 *3) (-12 (-5 *3 (-115)) (-5 *2 (-112)) (-5 *1 (-311 *4)) (-4 *4 (-312)))))
+(-10 -8 (-15 -2231 ((-112) |#1|)) (-15 -3489 ((-112) |#1|)) (-15 -2143 (|#1| |#1| (-115) (-1 |#1| |#1|))) (-15 -2143 (|#1| |#1| (-115) (-1 |#1| (-656 |#1|)))) (-15 -2143 (|#1| |#1| (-656 (-115)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -2143 (|#1| |#1| (-656 (-115)) (-656 (-1 |#1| |#1|)))) (-15 -2143 (|#1| |#1| (-1197) (-1 |#1| |#1|))) (-15 -2143 (|#1| |#1| (-1197) (-1 |#1| (-656 |#1|)))) (-15 -2143 (|#1| |#1| (-656 (-1197)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -2143 (|#1| |#1| (-656 (-1197)) (-656 (-1 |#1| |#1|)))) (-15 -3485 ((-112) |#1| (-1197))) (-15 -3485 ((-112) |#1| |#1|)) (-15 -2423 (|#1| (-1 |#1| |#1|) (-624 |#1|))) (-15 -2772 (|#1| (-115) (-656 |#1|))) (-15 -2772 (|#1| (-115) |#1|)) (-15 -1436 ((-112) |#1| (-1197))) (-15 -1436 ((-112) |#1| (-115))) (-15 -4020 ((-112) (-115))) (-15 -1401 ((-115) (-115))) (-15 -2216 ((-656 (-115)) |#1|)) (-15 -4442 ((-656 (-624 |#1|)) |#1|)) (-15 -1541 ((-3 (-624 |#1|) "failed") |#1|)) (-15 -2954 ((-783) |#1|)) (-15 -1841 (|#1| |#1| |#1|)) (-15 -1841 (|#1| |#1|)) (-15 -4087 (|#1| (-656 |#1|))) (-15 -4087 (|#1| |#1|)) (-15 -2345 (|#1| (-656 |#1|))) (-15 -2345 (|#1| |#1|)) (-15 -1793 (|#1| |#1| (-656 (-624 |#1|)) (-656 |#1|))) (-15 -1793 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -1793 (|#1| |#1| (-304 |#1|))) (-15 -4369 (|#1| (-115) (-656 |#1|))) (-15 -4369 (|#1| (-115) |#1| |#1| |#1| |#1|)) (-15 -4369 (|#1| (-115) |#1| |#1| |#1|)) (-15 -4369 (|#1| (-115) |#1| |#1|)) (-15 -4369 (|#1| (-115) |#1|)) (-15 -2143 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -2143 (|#1| |#1| |#1| |#1|)) (-15 -2143 (|#1| |#1| (-304 |#1|))) (-15 -2143 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -2143 (|#1| |#1| (-656 (-624 |#1|)) (-656 |#1|))) (-15 -2143 (|#1| |#1| (-624 |#1|) |#1|)) (-15 -2981 ((-3 (-624 |#1|) "failed") |#1|)) (-15 -2318 ((-624 |#1|) |#1|)))
+((-1955 (((-112) $ $) 6)) (-4442 (((-656 (-624 $)) $) 39)) (-1793 (($ $ (-304 $)) 51) (($ $ (-656 (-304 $))) 50) (($ $ (-656 (-624 $)) (-656 $)) 49)) (-2981 (((-3 (-624 $) "failed") $) 64)) (-2318 (((-624 $) $) 65)) (-4087 (($ $) 46) (($ (-656 $)) 45)) (-2216 (((-656 (-115)) $) 38)) (-1401 (((-115) (-115)) 37)) (-2231 (((-112) $) 17 (|has| $ (-1059 (-576))))) (-1650 (((-1193 $) (-624 $)) 20 (|has| $ (-1070)))) (-2423 (($ (-1 $ $) (-624 $)) 31)) (-1541 (((-3 (-624 $) "failed") $) 41)) (-4185 (((-1179) $) 10)) (-1388 (((-656 (-624 $)) $) 40)) (-2772 (($ (-115) $) 33) (($ (-115) (-656 $)) 32)) (-1436 (((-112) $ (-115)) 35) (((-112) $ (-1197)) 34)) (-2954 (((-783) $) 42)) (-3117 (((-1141) $) 11)) (-3485 (((-112) $ $) 30) (((-112) $ (-1197)) 29)) (-3489 (((-112) $) 18 (|has| $ (-1059 (-576))))) (-2143 (($ $ (-624 $) $) 62) (($ $ (-656 (-624 $)) (-656 $)) 61) (($ $ (-656 (-304 $))) 60) (($ $ (-304 $)) 59) (($ $ $ $) 58) (($ $ (-656 $) (-656 $)) 57) (($ $ (-656 (-1197)) (-656 (-1 $ $))) 28) (($ $ (-656 (-1197)) (-656 (-1 $ (-656 $)))) 27) (($ $ (-1197) (-1 $ (-656 $))) 26) (($ $ (-1197) (-1 $ $)) 25) (($ $ (-656 (-115)) (-656 (-1 $ $))) 24) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) 23) (($ $ (-115) (-1 $ (-656 $))) 22) (($ $ (-115) (-1 $ $)) 21)) (-4369 (($ (-115) $) 56) (($ (-115) $ $) 55) (($ (-115) $ $ $) 54) (($ (-115) $ $ $ $) 53) (($ (-115) (-656 $)) 52)) (-1841 (($ $) 44) (($ $ $) 43)) (-2030 (($ $) 19 (|has| $ (-1070)))) (-4114 (((-876) $) 12) (($ (-624 $)) 63)) (-2345 (($ $) 48) (($ (-656 $)) 47)) (-4020 (((-112) (-115)) 36)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)))
(((-312) (-141)) (T -312))
-((-2794 (*1 *1 *2 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115)))) (-2794 (*1 *1 *2 *1 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115)))) (-2794 (*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115)))) (-2794 (*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115)))) (-2794 (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-656 *1)) (-4 *1 (-312)))) (-3425 (*1 *1 *1 *2) (-12 (-5 *2 (-304 *1)) (-4 *1 (-312)))) (-3425 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-304 *1))) (-4 *1 (-312)))) (-3425 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-624 *1))) (-5 *3 (-656 *1)) (-4 *1 (-312)))) (-3654 (*1 *1 *1) (-4 *1 (-312))) (-3654 (*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-312)))) (-1524 (*1 *1 *1) (-4 *1 (-312))) (-1524 (*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-312)))) (-3401 (*1 *1 *1) (-4 *1 (-312))) (-3401 (*1 *1 *1 *1) (-4 *1 (-312))) (-2322 (*1 *2 *1) (-12 (-4 *1 (-312)) (-5 *2 (-783)))) (-3497 (*1 *2 *1) (|partial| -12 (-5 *2 (-624 *1)) (-4 *1 (-312)))) (-1761 (*1 *2 *1) (-12 (-5 *2 (-656 (-624 *1))) (-4 *1 (-312)))) (-3986 (*1 *2 *1) (-12 (-5 *2 (-656 (-624 *1))) (-4 *1 (-312)))) (-2358 (*1 *2 *1) (-12 (-4 *1 (-312)) (-5 *2 (-656 (-115))))) (-1774 (*1 *2 *2) (-12 (-4 *1 (-312)) (-5 *2 (-115)))) (-1824 (*1 *2 *3) (-12 (-4 *1 (-312)) (-5 *3 (-115)) (-5 *2 (-112)))) (-3796 (*1 *2 *1 *3) (-12 (-4 *1 (-312)) (-5 *3 (-115)) (-5 *2 (-112)))) (-3796 (*1 *2 *1 *3) (-12 (-4 *1 (-312)) (-5 *3 (-1195)) (-5 *2 (-112)))) (-1637 (*1 *1 *2 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115)))) (-1637 (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-656 *1)) (-4 *1 (-312)))) (-4114 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-624 *1)) (-4 *1 (-312)))) (-4257 (*1 *2 *1 *1) (-12 (-4 *1 (-312)) (-5 *2 (-112)))) (-4257 (*1 *2 *1 *3) (-12 (-4 *1 (-312)) (-5 *3 (-1195)) (-5 *2 (-112)))) (-3281 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-1195))) (-5 *3 (-656 (-1 *1 *1))) (-4 *1 (-312)))) (-3281 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-1195))) (-5 *3 (-656 (-1 *1 (-656 *1)))) (-4 *1 (-312)))) (-3281 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-1 *1 (-656 *1))) (-4 *1 (-312)))) (-3281 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-1 *1 *1)) (-4 *1 (-312)))) (-3281 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-115))) (-5 *3 (-656 (-1 *1 *1))) (-4 *1 (-312)))) (-3281 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-115))) (-5 *3 (-656 (-1 *1 (-656 *1)))) (-4 *1 (-312)))) (-3281 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *1 (-656 *1))) (-4 *1 (-312)))) (-3281 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *1 *1)) (-4 *1 (-312)))) (-3820 (*1 *2 *3) (-12 (-5 *3 (-624 *1)) (-4 *1 (-1068)) (-4 *1 (-312)) (-5 *2 (-1191 *1)))) (-3117 (*1 *1 *1) (-12 (-4 *1 (-1068)) (-4 *1 (-312)))) (-2227 (*1 *2 *1) (-12 (-4 *1 (-1057 (-576))) (-4 *1 (-312)) (-5 *2 (-112)))) (-2044 (*1 *2 *1) (-12 (-4 *1 (-1057 (-576))) (-4 *1 (-312)) (-5 *2 (-112)))))
-(-13 (-1119) (-1057 (-624 $)) (-526 (-624 $) $) (-319 $) (-10 -8 (-15 -2794 ($ (-115) $)) (-15 -2794 ($ (-115) $ $)) (-15 -2794 ($ (-115) $ $ $)) (-15 -2794 ($ (-115) $ $ $ $)) (-15 -2794 ($ (-115) (-656 $))) (-15 -3425 ($ $ (-304 $))) (-15 -3425 ($ $ (-656 (-304 $)))) (-15 -3425 ($ $ (-656 (-624 $)) (-656 $))) (-15 -3654 ($ $)) (-15 -3654 ($ (-656 $))) (-15 -1524 ($ $)) (-15 -1524 ($ (-656 $))) (-15 -3401 ($ $)) (-15 -3401 ($ $ $)) (-15 -2322 ((-783) $)) (-15 -3497 ((-3 (-624 $) "failed") $)) (-15 -1761 ((-656 (-624 $)) $)) (-15 -3986 ((-656 (-624 $)) $)) (-15 -2358 ((-656 (-115)) $)) (-15 -1774 ((-115) (-115))) (-15 -1824 ((-112) (-115))) (-15 -3796 ((-112) $ (-115))) (-15 -3796 ((-112) $ (-1195))) (-15 -1637 ($ (-115) $)) (-15 -1637 ($ (-115) (-656 $))) (-15 -4114 ($ (-1 $ $) (-624 $))) (-15 -4257 ((-112) $ $)) (-15 -4257 ((-112) $ (-1195))) (-15 -3281 ($ $ (-656 (-1195)) (-656 (-1 $ $)))) (-15 -3281 ($ $ (-656 (-1195)) (-656 (-1 $ (-656 $))))) (-15 -3281 ($ $ (-1195) (-1 $ (-656 $)))) (-15 -3281 ($ $ (-1195) (-1 $ $))) (-15 -3281 ($ $ (-656 (-115)) (-656 (-1 $ $)))) (-15 -3281 ($ $ (-656 (-115)) (-656 (-1 $ (-656 $))))) (-15 -3281 ($ $ (-115) (-1 $ (-656 $)))) (-15 -3281 ($ $ (-115) (-1 $ $))) (IF (|has| $ (-1068)) (PROGN (-15 -3820 ((-1191 $) (-624 $))) (-15 -3117 ($ $))) |%noBranch|) (IF (|has| $ (-1057 (-576))) (PROGN (-15 -2227 ((-112) $)) (-15 -2044 ((-112) $))) |%noBranch|)))
-(((-102) . T) ((-628 #0=(-624 $)) . T) ((-625 (-874)) . T) ((-319 $) . T) ((-526 (-624 $) $) . T) ((-526 $ $) . T) ((-1057 #0#) . T) ((-1119) . T) ((-1236) . T))
-((-3828 (((-656 |#1|) (-656 |#1|)) 10)))
-(((-313 |#1|) (-10 -7 (-15 -3828 ((-656 |#1|) (-656 |#1|)))) (-860)) (T -313))
-((-3828 (*1 *2 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-860)) (-5 *1 (-313 *3)))))
-(-10 -7 (-15 -3828 ((-656 |#1|) (-656 |#1|))))
-((-4114 (((-701 |#2|) (-1 |#2| |#1|) (-701 |#1|)) 17)))
-(((-314 |#1| |#2|) (-10 -7 (-15 -4114 ((-701 |#2|) (-1 |#2| |#1|) (-701 |#1|)))) (-1068) (-1068)) (T -314))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-701 *5)) (-4 *5 (-1068)) (-4 *6 (-1068)) (-5 *2 (-701 *6)) (-5 *1 (-314 *5 *6)))))
-(-10 -7 (-15 -4114 ((-701 |#2|) (-1 |#2| |#1|) (-701 |#1|))))
-((-1668 (((-1286 (-326 (-390))) (-1286 (-326 (-227)))) 110)) (-3752 (((-1113 (-855 (-227))) (-1113 (-855 (-390)))) 43)) (-4070 (((-656 (-1177)) (-1176 (-227))) 92)) (-2049 (((-326 (-390)) (-969 (-227))) 53)) (-2637 (((-227) (-969 (-227))) 49)) (-1492 (((-1177) (-390)) 195)) (-2532 (((-855 (-227)) (-855 (-390))) 37)) (-3066 (((-2 (|:| |additions| (-576)) (|:| |multiplications| (-576)) (|:| |exponentiations| (-576)) (|:| |functionCalls| (-576))) (-1286 (-326 (-227)))) 165)) (-2347 (((-1054) (-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))) (|:| |extra| (-1054)))) 207) (((-1054) (-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))))) 205)) (-1953 (((-701 (-227)) (-656 (-227)) (-783)) 19)) (-2559 (((-1286 (-711)) (-656 (-227))) 99)) (-2936 (((-656 (-1177)) (-656 (-227))) 79)) (-2269 (((-3 (-326 (-227)) "failed") (-326 (-227))) 128)) (-3617 (((-112) (-227) (-1113 (-855 (-227)))) 117)) (-1710 (((-1054) (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390)))) 224)) (-3071 (((-227) (-1113 (-855 (-227)))) 112)) (-4096 (((-227) (-1113 (-855 (-227)))) 113)) (-2288 (((-227) (-419 (-576))) 31)) (-1717 (((-1177) (-390)) 77)) (-1846 (((-227) (-390)) 22)) (-2429 (((-390) (-1286 (-326 (-227)))) 177)) (-2934 (((-326 (-227)) (-326 (-390))) 28)) (-3563 (((-419 (-576)) (-326 (-227))) 56)) (-1509 (((-326 (-419 (-576))) (-326 (-227))) 73)) (-3204 (((-326 (-390)) (-326 (-227))) 103)) (-2816 (((-227) (-326 (-227))) 57)) (-3230 (((-656 (-227)) (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))) 68)) (-1349 (((-1113 (-855 (-227))) (-1113 (-855 (-227)))) 65)) (-2909 (((-1177) (-227)) 76)) (-1561 (((-711) (-227)) 95)) (-1708 (((-419 (-576)) (-227)) 58)) (-1712 (((-326 (-390)) (-227)) 52)) (-4169 (((-656 (-1113 (-855 (-227)))) (-656 (-1113 (-855 (-390))))) 46)) (-1613 (((-1054) (-656 (-1054))) 191) (((-1054) (-1054) (-1054)) 185)) (-3295 (((-1054) (-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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"))))) 221)))
-(((-315) (-10 -7 (-15 -1846 ((-227) (-390))) (-15 -2934 ((-326 (-227)) (-326 (-390)))) (-15 -2532 ((-855 (-227)) (-855 (-390)))) (-15 -3752 ((-1113 (-855 (-227))) (-1113 (-855 (-390))))) (-15 -4169 ((-656 (-1113 (-855 (-227)))) (-656 (-1113 (-855 (-390)))))) (-15 -1708 ((-419 (-576)) (-227))) (-15 -3563 ((-419 (-576)) (-326 (-227)))) (-15 -2816 ((-227) (-326 (-227)))) (-15 -2269 ((-3 (-326 (-227)) "failed") (-326 (-227)))) (-15 -2429 ((-390) (-1286 (-326 (-227))))) (-15 -3066 ((-2 (|:| |additions| (-576)) (|:| |multiplications| (-576)) (|:| |exponentiations| (-576)) (|:| |functionCalls| (-576))) (-1286 (-326 (-227))))) (-15 -1509 ((-326 (-419 (-576))) (-326 (-227)))) (-15 -1349 ((-1113 (-855 (-227))) (-1113 (-855 (-227))))) (-15 -3230 ((-656 (-227)) (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))))) (-15 -1561 ((-711) (-227))) (-15 -2559 ((-1286 (-711)) (-656 (-227)))) (-15 -3204 ((-326 (-390)) (-326 (-227)))) (-15 -1668 ((-1286 (-326 (-390))) (-1286 (-326 (-227))))) (-15 -3617 ((-112) (-227) (-1113 (-855 (-227))))) (-15 -2909 ((-1177) (-227))) (-15 -1717 ((-1177) (-390))) (-15 -2936 ((-656 (-1177)) (-656 (-227)))) (-15 -4070 ((-656 (-1177)) (-1176 (-227)))) (-15 -3071 ((-227) (-1113 (-855 (-227))))) (-15 -4096 ((-227) (-1113 (-855 (-227))))) (-15 -1613 ((-1054) (-1054) (-1054))) (-15 -1613 ((-1054) (-656 (-1054)))) (-15 -1492 ((-1177) (-390))) (-15 -2347 ((-1054) (-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))))) (-15 -2347 ((-1054) (-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))) (|:| |extra| (-1054))))) (-15 -3295 ((-1054) (-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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 -1710 ((-1054) (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))))) (-15 -2049 ((-326 (-390)) (-969 (-227)))) (-15 -2637 ((-227) (-969 (-227)))) (-15 -1712 ((-326 (-390)) (-227))) (-15 -2288 ((-227) (-419 (-576)))) (-15 -1953 ((-701 (-227)) (-656 (-227)) (-783))))) (T -315))
-((-1953 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-227))) (-5 *4 (-783)) (-5 *2 (-701 (-227))) (-5 *1 (-315)))) (-2288 (*1 *2 *3) (-12 (-5 *3 (-419 (-576))) (-5 *2 (-227)) (-5 *1 (-315)))) (-1712 (*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-326 (-390))) (-5 *1 (-315)))) (-2637 (*1 *2 *3) (-12 (-5 *3 (-969 (-227))) (-5 *2 (-227)) (-5 *1 (-315)))) (-2049 (*1 *2 *3) (-12 (-5 *3 (-969 (-227))) (-5 *2 (-326 (-390))) (-5 *1 (-315)))) (-1710 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390)))) (-5 *2 (-1054)) (-5 *1 (-315)))) (-3295 (*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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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 (-1054)) (-5 *1 (-315)))) (-2347 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))) (|:| |extra| (-1054)))) (-5 *2 (-1054)) (-5 *1 (-315)))) (-2347 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))))) (-5 *2 (-1054)) (-5 *1 (-315)))) (-1492 (*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1177)) (-5 *1 (-315)))) (-1613 (*1 *2 *3) (-12 (-5 *3 (-656 (-1054))) (-5 *2 (-1054)) (-5 *1 (-315)))) (-1613 (*1 *2 *2 *2) (-12 (-5 *2 (-1054)) (-5 *1 (-315)))) (-4096 (*1 *2 *3) (-12 (-5 *3 (-1113 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-315)))) (-3071 (*1 *2 *3) (-12 (-5 *3 (-1113 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-315)))) (-4070 (*1 *2 *3) (-12 (-5 *3 (-1176 (-227))) (-5 *2 (-656 (-1177))) (-5 *1 (-315)))) (-2936 (*1 *2 *3) (-12 (-5 *3 (-656 (-227))) (-5 *2 (-656 (-1177))) (-5 *1 (-315)))) (-1717 (*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1177)) (-5 *1 (-315)))) (-2909 (*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-1177)) (-5 *1 (-315)))) (-3617 (*1 *2 *3 *4) (-12 (-5 *4 (-1113 (-855 (-227)))) (-5 *3 (-227)) (-5 *2 (-112)) (-5 *1 (-315)))) (-1668 (*1 *2 *3) (-12 (-5 *3 (-1286 (-326 (-227)))) (-5 *2 (-1286 (-326 (-390)))) (-5 *1 (-315)))) (-3204 (*1 *2 *3) (-12 (-5 *3 (-326 (-227))) (-5 *2 (-326 (-390))) (-5 *1 (-315)))) (-2559 (*1 *2 *3) (-12 (-5 *3 (-656 (-227))) (-5 *2 (-1286 (-711))) (-5 *1 (-315)))) (-1561 (*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-711)) (-5 *1 (-315)))) (-3230 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))) (-5 *2 (-656 (-227))) (-5 *1 (-315)))) (-1349 (*1 *2 *2) (-12 (-5 *2 (-1113 (-855 (-227)))) (-5 *1 (-315)))) (-1509 (*1 *2 *3) (-12 (-5 *3 (-326 (-227))) (-5 *2 (-326 (-419 (-576)))) (-5 *1 (-315)))) (-3066 (*1 *2 *3) (-12 (-5 *3 (-1286 (-326 (-227)))) (-5 *2 (-2 (|:| |additions| (-576)) (|:| |multiplications| (-576)) (|:| |exponentiations| (-576)) (|:| |functionCalls| (-576)))) (-5 *1 (-315)))) (-2429 (*1 *2 *3) (-12 (-5 *3 (-1286 (-326 (-227)))) (-5 *2 (-390)) (-5 *1 (-315)))) (-2269 (*1 *2 *2) (|partial| -12 (-5 *2 (-326 (-227))) (-5 *1 (-315)))) (-2816 (*1 *2 *3) (-12 (-5 *3 (-326 (-227))) (-5 *2 (-227)) (-5 *1 (-315)))) (-3563 (*1 *2 *3) (-12 (-5 *3 (-326 (-227))) (-5 *2 (-419 (-576))) (-5 *1 (-315)))) (-1708 (*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-419 (-576))) (-5 *1 (-315)))) (-4169 (*1 *2 *3) (-12 (-5 *3 (-656 (-1113 (-855 (-390))))) (-5 *2 (-656 (-1113 (-855 (-227))))) (-5 *1 (-315)))) (-3752 (*1 *2 *3) (-12 (-5 *3 (-1113 (-855 (-390)))) (-5 *2 (-1113 (-855 (-227)))) (-5 *1 (-315)))) (-2532 (*1 *2 *3) (-12 (-5 *3 (-855 (-390))) (-5 *2 (-855 (-227))) (-5 *1 (-315)))) (-2934 (*1 *2 *3) (-12 (-5 *3 (-326 (-390))) (-5 *2 (-326 (-227))) (-5 *1 (-315)))) (-1846 (*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-227)) (-5 *1 (-315)))))
-(-10 -7 (-15 -1846 ((-227) (-390))) (-15 -2934 ((-326 (-227)) (-326 (-390)))) (-15 -2532 ((-855 (-227)) (-855 (-390)))) (-15 -3752 ((-1113 (-855 (-227))) (-1113 (-855 (-390))))) (-15 -4169 ((-656 (-1113 (-855 (-227)))) (-656 (-1113 (-855 (-390)))))) (-15 -1708 ((-419 (-576)) (-227))) (-15 -3563 ((-419 (-576)) (-326 (-227)))) (-15 -2816 ((-227) (-326 (-227)))) (-15 -2269 ((-3 (-326 (-227)) "failed") (-326 (-227)))) (-15 -2429 ((-390) (-1286 (-326 (-227))))) (-15 -3066 ((-2 (|:| |additions| (-576)) (|:| |multiplications| (-576)) (|:| |exponentiations| (-576)) (|:| |functionCalls| (-576))) (-1286 (-326 (-227))))) (-15 -1509 ((-326 (-419 (-576))) (-326 (-227)))) (-15 -1349 ((-1113 (-855 (-227))) (-1113 (-855 (-227))))) (-15 -3230 ((-656 (-227)) (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))))) (-15 -1561 ((-711) (-227))) (-15 -2559 ((-1286 (-711)) (-656 (-227)))) (-15 -3204 ((-326 (-390)) (-326 (-227)))) (-15 -1668 ((-1286 (-326 (-390))) (-1286 (-326 (-227))))) (-15 -3617 ((-112) (-227) (-1113 (-855 (-227))))) (-15 -2909 ((-1177) (-227))) (-15 -1717 ((-1177) (-390))) (-15 -2936 ((-656 (-1177)) (-656 (-227)))) (-15 -4070 ((-656 (-1177)) (-1176 (-227)))) (-15 -3071 ((-227) (-1113 (-855 (-227))))) (-15 -4096 ((-227) (-1113 (-855 (-227))))) (-15 -1613 ((-1054) (-1054) (-1054))) (-15 -1613 ((-1054) (-656 (-1054)))) (-15 -1492 ((-1177) (-390))) (-15 -2347 ((-1054) (-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))))) (-15 -2347 ((-1054) (-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))) (|:| |extra| (-1054))))) (-15 -3295 ((-1054) (-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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 -1710 ((-1054) (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))))) (-15 -2049 ((-326 (-390)) (-969 (-227)))) (-15 -2637 ((-227) (-969 (-227)))) (-15 -1712 ((-326 (-390)) (-227))) (-15 -2288 ((-227) (-419 (-576)))) (-15 -1953 ((-701 (-227)) (-656 (-227)) (-783))))
-((-1829 (((-112) $ $) 14)) (-3426 (($ $ $) 18)) (-3438 (($ $ $) 17)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 50)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 65)) (-3495 (($ $ $) 25) (($ (-656 $)) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 35) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 40)) (-3473 (((-3 $ "failed") $ $) 21)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 53)))
-(((-316 |#1|) (-10 -8 (-15 -2696 ((-3 (-656 |#1|) "failed") (-656 |#1|) |#1|)) (-15 -3073 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -3073 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4126 |#1|)) |#1| |#1|)) (-15 -3426 (|#1| |#1| |#1|)) (-15 -3438 (|#1| |#1| |#1|)) (-15 -1829 ((-112) |#1| |#1|)) (-15 -4232 ((-3 (-656 |#1|) "failed") (-656 |#1|) |#1|)) (-15 -1405 ((-2 (|:| -1713 (-656 |#1|)) (|:| -4126 |#1|)) (-656 |#1|))) (-15 -3495 (|#1| (-656 |#1|))) (-15 -3495 (|#1| |#1| |#1|)) (-15 -3473 ((-3 |#1| "failed") |#1| |#1|))) (-317)) (T -316))
-NIL
-(-10 -8 (-15 -2696 ((-3 (-656 |#1|) "failed") (-656 |#1|) |#1|)) (-15 -3073 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -3073 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4126 |#1|)) |#1| |#1|)) (-15 -3426 (|#1| |#1| |#1|)) (-15 -3438 (|#1| |#1| |#1|)) (-15 -1829 ((-112) |#1| |#1|)) (-15 -4232 ((-3 (-656 |#1|) "failed") (-656 |#1|) |#1|)) (-15 -1405 ((-2 (|:| -1713 (-656 |#1|)) (|:| -4126 |#1|)) (-656 |#1|))) (-15 -3495 (|#1| (-656 |#1|))) (-15 -3495 (|#1| |#1| |#1|)) (-15 -3473 ((-3 |#1| "failed") |#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-4299 (((-3 $ "failed") $ $) 20)) (-1829 (((-112) $ $) 65)) (-2135 (($) 18 T CONST)) (-3426 (($ $ $) 61)) (-2251 (((-3 $ "failed") $) 37)) (-3438 (($ $ $) 62)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 57)) (-3612 (((-112) $) 35)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-3473 (((-3 $ "failed") $ $) 48)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3909 (((-783) $) 64)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 63)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 45)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+((-4369 (*1 *1 *2 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115)))) (-4369 (*1 *1 *2 *1 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115)))) (-4369 (*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115)))) (-4369 (*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115)))) (-4369 (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-656 *1)) (-4 *1 (-312)))) (-1793 (*1 *1 *1 *2) (-12 (-5 *2 (-304 *1)) (-4 *1 (-312)))) (-1793 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-304 *1))) (-4 *1 (-312)))) (-1793 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-624 *1))) (-5 *3 (-656 *1)) (-4 *1 (-312)))) (-2345 (*1 *1 *1) (-4 *1 (-312))) (-2345 (*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-312)))) (-4087 (*1 *1 *1) (-4 *1 (-312))) (-4087 (*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-312)))) (-1841 (*1 *1 *1) (-4 *1 (-312))) (-1841 (*1 *1 *1 *1) (-4 *1 (-312))) (-2954 (*1 *2 *1) (-12 (-4 *1 (-312)) (-5 *2 (-783)))) (-1541 (*1 *2 *1) (|partial| -12 (-5 *2 (-624 *1)) (-4 *1 (-312)))) (-1388 (*1 *2 *1) (-12 (-5 *2 (-656 (-624 *1))) (-4 *1 (-312)))) (-4442 (*1 *2 *1) (-12 (-5 *2 (-656 (-624 *1))) (-4 *1 (-312)))) (-2216 (*1 *2 *1) (-12 (-4 *1 (-312)) (-5 *2 (-656 (-115))))) (-1401 (*1 *2 *2) (-12 (-4 *1 (-312)) (-5 *2 (-115)))) (-4020 (*1 *2 *3) (-12 (-4 *1 (-312)) (-5 *3 (-115)) (-5 *2 (-112)))) (-1436 (*1 *2 *1 *3) (-12 (-4 *1 (-312)) (-5 *3 (-115)) (-5 *2 (-112)))) (-1436 (*1 *2 *1 *3) (-12 (-4 *1 (-312)) (-5 *3 (-1197)) (-5 *2 (-112)))) (-2772 (*1 *1 *2 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115)))) (-2772 (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-656 *1)) (-4 *1 (-312)))) (-2423 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-624 *1)) (-4 *1 (-312)))) (-3485 (*1 *2 *1 *1) (-12 (-4 *1 (-312)) (-5 *2 (-112)))) (-3485 (*1 *2 *1 *3) (-12 (-4 *1 (-312)) (-5 *3 (-1197)) (-5 *2 (-112)))) (-2143 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-1197))) (-5 *3 (-656 (-1 *1 *1))) (-4 *1 (-312)))) (-2143 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-1197))) (-5 *3 (-656 (-1 *1 (-656 *1)))) (-4 *1 (-312)))) (-2143 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-1 *1 (-656 *1))) (-4 *1 (-312)))) (-2143 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-1 *1 *1)) (-4 *1 (-312)))) (-2143 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-115))) (-5 *3 (-656 (-1 *1 *1))) (-4 *1 (-312)))) (-2143 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-115))) (-5 *3 (-656 (-1 *1 (-656 *1)))) (-4 *1 (-312)))) (-2143 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *1 (-656 *1))) (-4 *1 (-312)))) (-2143 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *1 *1)) (-4 *1 (-312)))) (-1650 (*1 *2 *3) (-12 (-5 *3 (-624 *1)) (-4 *1 (-1070)) (-4 *1 (-312)) (-5 *2 (-1193 *1)))) (-2030 (*1 *1 *1) (-12 (-4 *1 (-1070)) (-4 *1 (-312)))) (-3489 (*1 *2 *1) (-12 (-4 *1 (-1059 (-576))) (-4 *1 (-312)) (-5 *2 (-112)))) (-2231 (*1 *2 *1) (-12 (-4 *1 (-1059 (-576))) (-4 *1 (-312)) (-5 *2 (-112)))))
+(-13 (-1121) (-1059 (-624 $)) (-526 (-624 $) $) (-319 $) (-10 -8 (-15 -4369 ($ (-115) $)) (-15 -4369 ($ (-115) $ $)) (-15 -4369 ($ (-115) $ $ $)) (-15 -4369 ($ (-115) $ $ $ $)) (-15 -4369 ($ (-115) (-656 $))) (-15 -1793 ($ $ (-304 $))) (-15 -1793 ($ $ (-656 (-304 $)))) (-15 -1793 ($ $ (-656 (-624 $)) (-656 $))) (-15 -2345 ($ $)) (-15 -2345 ($ (-656 $))) (-15 -4087 ($ $)) (-15 -4087 ($ (-656 $))) (-15 -1841 ($ $)) (-15 -1841 ($ $ $)) (-15 -2954 ((-783) $)) (-15 -1541 ((-3 (-624 $) "failed") $)) (-15 -1388 ((-656 (-624 $)) $)) (-15 -4442 ((-656 (-624 $)) $)) (-15 -2216 ((-656 (-115)) $)) (-15 -1401 ((-115) (-115))) (-15 -4020 ((-112) (-115))) (-15 -1436 ((-112) $ (-115))) (-15 -1436 ((-112) $ (-1197))) (-15 -2772 ($ (-115) $)) (-15 -2772 ($ (-115) (-656 $))) (-15 -2423 ($ (-1 $ $) (-624 $))) (-15 -3485 ((-112) $ $)) (-15 -3485 ((-112) $ (-1197))) (-15 -2143 ($ $ (-656 (-1197)) (-656 (-1 $ $)))) (-15 -2143 ($ $ (-656 (-1197)) (-656 (-1 $ (-656 $))))) (-15 -2143 ($ $ (-1197) (-1 $ (-656 $)))) (-15 -2143 ($ $ (-1197) (-1 $ $))) (-15 -2143 ($ $ (-656 (-115)) (-656 (-1 $ $)))) (-15 -2143 ($ $ (-656 (-115)) (-656 (-1 $ (-656 $))))) (-15 -2143 ($ $ (-115) (-1 $ (-656 $)))) (-15 -2143 ($ $ (-115) (-1 $ $))) (IF (|has| $ (-1070)) (PROGN (-15 -1650 ((-1193 $) (-624 $))) (-15 -2030 ($ $))) |%noBranch|) (IF (|has| $ (-1059 (-576))) (PROGN (-15 -3489 ((-112) $)) (-15 -2231 ((-112) $))) |%noBranch|)))
+(((-102) . T) ((-628 #0=(-624 $)) . T) ((-625 (-876)) . T) ((-319 $) . T) ((-526 (-624 $) $) . T) ((-526 $ $) . T) ((-1059 #0#) . T) ((-1121) . T) ((-1238) . T))
+((-1721 (((-656 |#1|) (-656 |#1|)) 10)))
+(((-313 |#1|) (-10 -7 (-15 -1721 ((-656 |#1|) (-656 |#1|)))) (-860)) (T -313))
+((-1721 (*1 *2 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-860)) (-5 *1 (-313 *3)))))
+(-10 -7 (-15 -1721 ((-656 |#1|) (-656 |#1|))))
+((-2423 (((-701 |#2|) (-1 |#2| |#1|) (-701 |#1|)) 17)))
+(((-314 |#1| |#2|) (-10 -7 (-15 -2423 ((-701 |#2|) (-1 |#2| |#1|) (-701 |#1|)))) (-1070) (-1070)) (T -314))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-701 *5)) (-4 *5 (-1070)) (-4 *6 (-1070)) (-5 *2 (-701 *6)) (-5 *1 (-314 *5 *6)))))
+(-10 -7 (-15 -2423 ((-701 |#2|) (-1 |#2| |#1|) (-701 |#1|))))
+((-1715 (((-1288 (-326 (-390))) (-1288 (-326 (-227)))) 110)) (-2158 (((-1115 (-855 (-227))) (-1115 (-855 (-390)))) 43)) (-2099 (((-656 (-1179)) (-1178 (-227))) 92)) (-2279 (((-326 (-390)) (-971 (-227))) 53)) (-1918 (((-227) (-971 (-227))) 49)) (-3743 (((-1179) (-390)) 195)) (-3507 (((-855 (-227)) (-855 (-390))) 37)) (-2797 (((-2 (|:| |additions| (-576)) (|:| |multiplications| (-576)) (|:| |exponentiations| (-576)) (|:| |functionCalls| (-576))) (-1288 (-326 (-227)))) 165)) (-2140 (((-1056) (-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))) (|:| |extra| (-1056)))) 207) (((-1056) (-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))))) 205)) (-2663 (((-701 (-227)) (-656 (-227)) (-783)) 19)) (-2477 (((-1288 (-711)) (-656 (-227))) 99)) (-2958 (((-656 (-1179)) (-656 (-227))) 79)) (-2899 (((-3 (-326 (-227)) "failed") (-326 (-227))) 128)) (-3371 (((-112) (-227) (-1115 (-855 (-227)))) 117)) (-2118 (((-1056) (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390)))) 224)) (-2858 (((-227) (-1115 (-855 (-227)))) 112)) (-2379 (((-227) (-1115 (-855 (-227)))) 113)) (-2841 (((-227) (-419 (-576))) 31)) (-2182 (((-1179) (-390)) 77)) (-4205 (((-227) (-390)) 22)) (-1696 (((-390) (-1288 (-326 (-227)))) 177)) (-2935 (((-326 (-227)) (-326 (-390))) 28)) (-4102 (((-419 (-576)) (-326 (-227))) 56)) (-3927 (((-326 (-419 (-576))) (-326 (-227))) 73)) (-1670 (((-326 (-390)) (-326 (-227))) 103)) (-4265 (((-227) (-326 (-227))) 57)) (-3928 (((-656 (-227)) (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))) 68)) (-3471 (((-1115 (-855 (-227))) (-1115 (-855 (-227)))) 65)) (-2683 (((-1179) (-227)) 76)) (-3238 (((-711) (-227)) 95)) (-2096 (((-419 (-576)) (-227)) 58)) (-2138 (((-326 (-390)) (-227)) 52)) (-1554 (((-656 (-1115 (-855 (-227)))) (-656 (-1115 (-855 (-390))))) 46)) (-2767 (((-1056) (-656 (-1056))) 191) (((-1056) (-1056) (-1056)) 185)) (-3333 (((-1056) (-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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"))))) 221)))
+(((-315) (-10 -7 (-15 -4205 ((-227) (-390))) (-15 -2935 ((-326 (-227)) (-326 (-390)))) (-15 -3507 ((-855 (-227)) (-855 (-390)))) (-15 -2158 ((-1115 (-855 (-227))) (-1115 (-855 (-390))))) (-15 -1554 ((-656 (-1115 (-855 (-227)))) (-656 (-1115 (-855 (-390)))))) (-15 -2096 ((-419 (-576)) (-227))) (-15 -4102 ((-419 (-576)) (-326 (-227)))) (-15 -4265 ((-227) (-326 (-227)))) (-15 -2899 ((-3 (-326 (-227)) "failed") (-326 (-227)))) (-15 -1696 ((-390) (-1288 (-326 (-227))))) (-15 -2797 ((-2 (|:| |additions| (-576)) (|:| |multiplications| (-576)) (|:| |exponentiations| (-576)) (|:| |functionCalls| (-576))) (-1288 (-326 (-227))))) (-15 -3927 ((-326 (-419 (-576))) (-326 (-227)))) (-15 -3471 ((-1115 (-855 (-227))) (-1115 (-855 (-227))))) (-15 -3928 ((-656 (-227)) (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))))) (-15 -3238 ((-711) (-227))) (-15 -2477 ((-1288 (-711)) (-656 (-227)))) (-15 -1670 ((-326 (-390)) (-326 (-227)))) (-15 -1715 ((-1288 (-326 (-390))) (-1288 (-326 (-227))))) (-15 -3371 ((-112) (-227) (-1115 (-855 (-227))))) (-15 -2683 ((-1179) (-227))) (-15 -2182 ((-1179) (-390))) (-15 -2958 ((-656 (-1179)) (-656 (-227)))) (-15 -2099 ((-656 (-1179)) (-1178 (-227)))) (-15 -2858 ((-227) (-1115 (-855 (-227))))) (-15 -2379 ((-227) (-1115 (-855 (-227))))) (-15 -2767 ((-1056) (-1056) (-1056))) (-15 -2767 ((-1056) (-656 (-1056)))) (-15 -3743 ((-1179) (-390))) (-15 -2140 ((-1056) (-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))))) (-15 -2140 ((-1056) (-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))) (|:| |extra| (-1056))))) (-15 -3333 ((-1056) (-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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 -2118 ((-1056) (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))))) (-15 -2279 ((-326 (-390)) (-971 (-227)))) (-15 -1918 ((-227) (-971 (-227)))) (-15 -2138 ((-326 (-390)) (-227))) (-15 -2841 ((-227) (-419 (-576)))) (-15 -2663 ((-701 (-227)) (-656 (-227)) (-783))))) (T -315))
+((-2663 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-227))) (-5 *4 (-783)) (-5 *2 (-701 (-227))) (-5 *1 (-315)))) (-2841 (*1 *2 *3) (-12 (-5 *3 (-419 (-576))) (-5 *2 (-227)) (-5 *1 (-315)))) (-2138 (*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-326 (-390))) (-5 *1 (-315)))) (-1918 (*1 *2 *3) (-12 (-5 *3 (-971 (-227))) (-5 *2 (-227)) (-5 *1 (-315)))) (-2279 (*1 *2 *3) (-12 (-5 *3 (-971 (-227))) (-5 *2 (-326 (-390))) (-5 *1 (-315)))) (-2118 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390)))) (-5 *2 (-1056)) (-5 *1 (-315)))) (-3333 (*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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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 (-1056)) (-5 *1 (-315)))) (-2140 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))) (|:| |extra| (-1056)))) (-5 *2 (-1056)) (-5 *1 (-315)))) (-2140 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))))) (-5 *2 (-1056)) (-5 *1 (-315)))) (-3743 (*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1179)) (-5 *1 (-315)))) (-2767 (*1 *2 *3) (-12 (-5 *3 (-656 (-1056))) (-5 *2 (-1056)) (-5 *1 (-315)))) (-2767 (*1 *2 *2 *2) (-12 (-5 *2 (-1056)) (-5 *1 (-315)))) (-2379 (*1 *2 *3) (-12 (-5 *3 (-1115 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-315)))) (-2858 (*1 *2 *3) (-12 (-5 *3 (-1115 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-315)))) (-2099 (*1 *2 *3) (-12 (-5 *3 (-1178 (-227))) (-5 *2 (-656 (-1179))) (-5 *1 (-315)))) (-2958 (*1 *2 *3) (-12 (-5 *3 (-656 (-227))) (-5 *2 (-656 (-1179))) (-5 *1 (-315)))) (-2182 (*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1179)) (-5 *1 (-315)))) (-2683 (*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-1179)) (-5 *1 (-315)))) (-3371 (*1 *2 *3 *4) (-12 (-5 *4 (-1115 (-855 (-227)))) (-5 *3 (-227)) (-5 *2 (-112)) (-5 *1 (-315)))) (-1715 (*1 *2 *3) (-12 (-5 *3 (-1288 (-326 (-227)))) (-5 *2 (-1288 (-326 (-390)))) (-5 *1 (-315)))) (-1670 (*1 *2 *3) (-12 (-5 *3 (-326 (-227))) (-5 *2 (-326 (-390))) (-5 *1 (-315)))) (-2477 (*1 *2 *3) (-12 (-5 *3 (-656 (-227))) (-5 *2 (-1288 (-711))) (-5 *1 (-315)))) (-3238 (*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-711)) (-5 *1 (-315)))) (-3928 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))) (-5 *2 (-656 (-227))) (-5 *1 (-315)))) (-3471 (*1 *2 *2) (-12 (-5 *2 (-1115 (-855 (-227)))) (-5 *1 (-315)))) (-3927 (*1 *2 *3) (-12 (-5 *3 (-326 (-227))) (-5 *2 (-326 (-419 (-576)))) (-5 *1 (-315)))) (-2797 (*1 *2 *3) (-12 (-5 *3 (-1288 (-326 (-227)))) (-5 *2 (-2 (|:| |additions| (-576)) (|:| |multiplications| (-576)) (|:| |exponentiations| (-576)) (|:| |functionCalls| (-576)))) (-5 *1 (-315)))) (-1696 (*1 *2 *3) (-12 (-5 *3 (-1288 (-326 (-227)))) (-5 *2 (-390)) (-5 *1 (-315)))) (-2899 (*1 *2 *2) (|partial| -12 (-5 *2 (-326 (-227))) (-5 *1 (-315)))) (-4265 (*1 *2 *3) (-12 (-5 *3 (-326 (-227))) (-5 *2 (-227)) (-5 *1 (-315)))) (-4102 (*1 *2 *3) (-12 (-5 *3 (-326 (-227))) (-5 *2 (-419 (-576))) (-5 *1 (-315)))) (-2096 (*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-419 (-576))) (-5 *1 (-315)))) (-1554 (*1 *2 *3) (-12 (-5 *3 (-656 (-1115 (-855 (-390))))) (-5 *2 (-656 (-1115 (-855 (-227))))) (-5 *1 (-315)))) (-2158 (*1 *2 *3) (-12 (-5 *3 (-1115 (-855 (-390)))) (-5 *2 (-1115 (-855 (-227)))) (-5 *1 (-315)))) (-3507 (*1 *2 *3) (-12 (-5 *3 (-855 (-390))) (-5 *2 (-855 (-227))) (-5 *1 (-315)))) (-2935 (*1 *2 *3) (-12 (-5 *3 (-326 (-390))) (-5 *2 (-326 (-227))) (-5 *1 (-315)))) (-4205 (*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-227)) (-5 *1 (-315)))))
+(-10 -7 (-15 -4205 ((-227) (-390))) (-15 -2935 ((-326 (-227)) (-326 (-390)))) (-15 -3507 ((-855 (-227)) (-855 (-390)))) (-15 -2158 ((-1115 (-855 (-227))) (-1115 (-855 (-390))))) (-15 -1554 ((-656 (-1115 (-855 (-227)))) (-656 (-1115 (-855 (-390)))))) (-15 -2096 ((-419 (-576)) (-227))) (-15 -4102 ((-419 (-576)) (-326 (-227)))) (-15 -4265 ((-227) (-326 (-227)))) (-15 -2899 ((-3 (-326 (-227)) "failed") (-326 (-227)))) (-15 -1696 ((-390) (-1288 (-326 (-227))))) (-15 -2797 ((-2 (|:| |additions| (-576)) (|:| |multiplications| (-576)) (|:| |exponentiations| (-576)) (|:| |functionCalls| (-576))) (-1288 (-326 (-227))))) (-15 -3927 ((-326 (-419 (-576))) (-326 (-227)))) (-15 -3471 ((-1115 (-855 (-227))) (-1115 (-855 (-227))))) (-15 -3928 ((-656 (-227)) (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))))) (-15 -3238 ((-711) (-227))) (-15 -2477 ((-1288 (-711)) (-656 (-227)))) (-15 -1670 ((-326 (-390)) (-326 (-227)))) (-15 -1715 ((-1288 (-326 (-390))) (-1288 (-326 (-227))))) (-15 -3371 ((-112) (-227) (-1115 (-855 (-227))))) (-15 -2683 ((-1179) (-227))) (-15 -2182 ((-1179) (-390))) (-15 -2958 ((-656 (-1179)) (-656 (-227)))) (-15 -2099 ((-656 (-1179)) (-1178 (-227)))) (-15 -2858 ((-227) (-1115 (-855 (-227))))) (-15 -2379 ((-227) (-1115 (-855 (-227))))) (-15 -2767 ((-1056) (-1056) (-1056))) (-15 -2767 ((-1056) (-656 (-1056)))) (-15 -3743 ((-1179) (-390))) (-15 -2140 ((-1056) (-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))))) (-15 -2140 ((-1056) (-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))) (|:| |extra| (-1056))))) (-15 -3333 ((-1056) (-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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 -2118 ((-1056) (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))))) (-15 -2279 ((-326 (-390)) (-971 (-227)))) (-15 -1918 ((-227) (-971 (-227)))) (-15 -2138 ((-326 (-390)) (-227))) (-15 -2841 ((-227) (-419 (-576)))) (-15 -2663 ((-701 (-227)) (-656 (-227)) (-783))))
+((-4064 (((-112) $ $) 14)) (-1892 (($ $ $) 18)) (-1905 (($ $ $) 17)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 50)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 65)) (-3115 (($ $ $) 25) (($ (-656 $)) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 35) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 40)) (-1943 (((-3 $ "failed") $ $) 21)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 53)))
+(((-316 |#1|) (-10 -8 (-15 -4418 ((-3 (-656 |#1|) "failed") (-656 |#1|) |#1|)) (-15 -2884 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -2884 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2549 |#1|)) |#1| |#1|)) (-15 -1892 (|#1| |#1| |#1|)) (-15 -1905 (|#1| |#1| |#1|)) (-15 -4064 ((-112) |#1| |#1|)) (-15 -3216 ((-3 (-656 |#1|) "failed") (-656 |#1|) |#1|)) (-15 -3175 ((-2 (|:| -2862 (-656 |#1|)) (|:| -2549 |#1|)) (-656 |#1|))) (-15 -3115 (|#1| (-656 |#1|))) (-15 -3115 (|#1| |#1| |#1|)) (-15 -1943 ((-3 |#1| "failed") |#1| |#1|))) (-317)) (T -316))
+NIL
+(-10 -8 (-15 -4418 ((-3 (-656 |#1|) "failed") (-656 |#1|) |#1|)) (-15 -2884 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -2884 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2549 |#1|)) |#1| |#1|)) (-15 -1892 (|#1| |#1| |#1|)) (-15 -1905 (|#1| |#1| |#1|)) (-15 -4064 ((-112) |#1| |#1|)) (-15 -3216 ((-3 (-656 |#1|) "failed") (-656 |#1|) |#1|)) (-15 -3175 ((-2 (|:| -2862 (-656 |#1|)) (|:| -2549 |#1|)) (-656 |#1|))) (-15 -3115 (|#1| (-656 |#1|))) (-15 -3115 (|#1| |#1| |#1|)) (-15 -1943 ((-3 |#1| "failed") |#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-2583 (((-3 $ "failed") $ $) 20)) (-4064 (((-112) $ $) 65)) (-3853 (($) 18 T CONST)) (-1892 (($ $ $) 61)) (-2413 (((-3 $ "failed") $) 37)) (-1905 (($ $ $) 62)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 57)) (-3315 (((-112) $) 35)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-1943 (((-3 $ "failed") $ $) 48)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3199 (((-783) $) 64)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 63)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 45)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
(((-317) (-141)) (T -317))
-((-1829 (*1 *2 *1 *1) (-12 (-4 *1 (-317)) (-5 *2 (-112)))) (-3909 (*1 *2 *1) (-12 (-4 *1 (-317)) (-5 *2 (-783)))) (-3710 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-317)))) (-3438 (*1 *1 *1 *1) (-4 *1 (-317))) (-3426 (*1 *1 *1 *1) (-4 *1 (-317))) (-3073 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4126 *1))) (-4 *1 (-317)))) (-3073 (*1 *2 *1 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-317)))) (-2696 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-656 *1)) (-4 *1 (-317)))))
-(-13 (-937) (-10 -8 (-15 -1829 ((-112) $ $)) (-15 -3909 ((-783) $)) (-15 -3710 ((-2 (|:| -3244 $) (|:| -3477 $)) $ $)) (-15 -3438 ($ $ $)) (-15 -3426 ($ $ $)) (-15 -3073 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $)) (-15 -3073 ((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $)) (-15 -2696 ((-3 (-656 $) "failed") (-656 $) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-300) . T) ((-464) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-937) . T) ((-1070 $) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3281 (($ $ (-656 |#2|) (-656 |#2|)) 14) (($ $ |#2| |#2|) NIL) (($ $ (-304 |#2|)) 11) (($ $ (-656 (-304 |#2|))) NIL)))
-(((-318 |#1| |#2|) (-10 -8 (-15 -3281 (|#1| |#1| (-656 (-304 |#2|)))) (-15 -3281 (|#1| |#1| (-304 |#2|))) (-15 -3281 (|#1| |#1| |#2| |#2|)) (-15 -3281 (|#1| |#1| (-656 |#2|) (-656 |#2|)))) (-319 |#2|) (-1119)) (T -318))
-NIL
-(-10 -8 (-15 -3281 (|#1| |#1| (-656 (-304 |#2|)))) (-15 -3281 (|#1| |#1| (-304 |#2|))) (-15 -3281 (|#1| |#1| |#2| |#2|)) (-15 -3281 (|#1| |#1| (-656 |#2|) (-656 |#2|))))
-((-3281 (($ $ (-656 |#1|) (-656 |#1|)) 7) (($ $ |#1| |#1|) 6) (($ $ (-304 |#1|)) 11) (($ $ (-656 (-304 |#1|))) 10)))
-(((-319 |#1|) (-141) (-1119)) (T -319))
-((-3281 (*1 *1 *1 *2) (-12 (-5 *2 (-304 *3)) (-4 *1 (-319 *3)) (-4 *3 (-1119)))) (-3281 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-304 *3))) (-4 *1 (-319 *3)) (-4 *3 (-1119)))))
-(-13 (-526 |t#1| |t#1|) (-10 -8 (-15 -3281 ($ $ (-304 |t#1|))) (-15 -3281 ($ $ (-656 (-304 |t#1|))))))
+((-4064 (*1 *2 *1 *1) (-12 (-4 *1 (-317)) (-5 *2 (-112)))) (-3199 (*1 *2 *1) (-12 (-4 *1 (-317)) (-5 *2 (-783)))) (-3018 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-317)))) (-1905 (*1 *1 *1 *1) (-4 *1 (-317))) (-1892 (*1 *1 *1 *1) (-4 *1 (-317))) (-2884 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2549 *1))) (-4 *1 (-317)))) (-2884 (*1 *2 *1 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-317)))) (-4418 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-656 *1)) (-4 *1 (-317)))))
+(-13 (-939) (-10 -8 (-15 -4064 ((-112) $ $)) (-15 -3199 ((-783) $)) (-15 -3018 ((-2 (|:| -4079 $) (|:| -1380 $)) $ $)) (-15 -1905 ($ $ $)) (-15 -1892 ($ $ $)) (-15 -2884 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $)) (-15 -2884 ((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $)) (-15 -4418 ((-3 (-656 $) "failed") (-656 $) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-300) . T) ((-464) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-939) . T) ((-1072 $) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-2143 (($ $ (-656 |#2|) (-656 |#2|)) 14) (($ $ |#2| |#2|) NIL) (($ $ (-304 |#2|)) 11) (($ $ (-656 (-304 |#2|))) NIL)))
+(((-318 |#1| |#2|) (-10 -8 (-15 -2143 (|#1| |#1| (-656 (-304 |#2|)))) (-15 -2143 (|#1| |#1| (-304 |#2|))) (-15 -2143 (|#1| |#1| |#2| |#2|)) (-15 -2143 (|#1| |#1| (-656 |#2|) (-656 |#2|)))) (-319 |#2|) (-1121)) (T -318))
+NIL
+(-10 -8 (-15 -2143 (|#1| |#1| (-656 (-304 |#2|)))) (-15 -2143 (|#1| |#1| (-304 |#2|))) (-15 -2143 (|#1| |#1| |#2| |#2|)) (-15 -2143 (|#1| |#1| (-656 |#2|) (-656 |#2|))))
+((-2143 (($ $ (-656 |#1|) (-656 |#1|)) 7) (($ $ |#1| |#1|) 6) (($ $ (-304 |#1|)) 11) (($ $ (-656 (-304 |#1|))) 10)))
+(((-319 |#1|) (-141) (-1121)) (T -319))
+((-2143 (*1 *1 *1 *2) (-12 (-5 *2 (-304 *3)) (-4 *1 (-319 *3)) (-4 *3 (-1121)))) (-2143 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-304 *3))) (-4 *1 (-319 *3)) (-4 *3 (-1121)))))
+(-13 (-526 |t#1| |t#1|) (-10 -8 (-15 -2143 ($ $ (-304 |t#1|))) (-15 -2143 ($ $ (-656 (-304 |t#1|))))))
(((-526 |#1| |#1|) . T))
-((-3281 ((|#1| (-1 |#1| (-576)) (-1197 (-419 (-576)))) 26)))
-(((-320 |#1|) (-10 -7 (-15 -3281 (|#1| (-1 |#1| (-576)) (-1197 (-419 (-576)))))) (-38 (-419 (-576)))) (T -320))
-((-3281 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-576))) (-5 *4 (-1197 (-419 (-576)))) (-5 *1 (-320 *2)) (-4 *2 (-38 (-419 (-576)))))))
-(-10 -7 (-15 -3281 (|#1| (-1 |#1| (-576)) (-1197 (-419 (-576))))))
-((-3486 (((-112) $ $) NIL)) (-2813 (((-576) $) 12)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3119 (((-1154) $) 9)) (-3567 (((-874) $) 19) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-321) (-13 (-1102) (-10 -8 (-15 -3119 ((-1154) $)) (-15 -2813 ((-576) $))))) (T -321))
-((-3119 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-321)))) (-2813 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-321)))))
-(-13 (-1102) (-10 -8 (-15 -3119 ((-1154) $)) (-15 -2813 ((-576) $))))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 7)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 9)))
-(((-322) (-1119)) (T -322))
-NIL
-(-1119)
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 60)) (-3522 (((-1272 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-317)))) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-926)))) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-926)))) (-1829 (((-112) $ $) NIL)) (-2786 (((-576) $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-832)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-1272 |#1| |#2| |#3| |#4|) "failed") $) NIL) (((-3 (-1195) "failed") $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-1057 (-1195)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-1057 (-576)))) (((-3 (-576) "failed") $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-1057 (-576)))) (((-3 (-1271 |#2| |#3| |#4|) "failed") $) 26)) (-2857 (((-1272 |#1| |#2| |#3| |#4|) $) NIL) (((-1195) $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-1057 (-1195)))) (((-419 (-576)) $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-1057 (-576)))) (((-576) $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-1057 (-576)))) (((-1271 |#2| |#3| |#4|) $) NIL)) (-3426 (($ $ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-1272 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1286 (-1272 |#1| |#2| |#3| |#4|)))) (-701 $) (-1286 $)) NIL) (((-701 (-1272 |#1| |#2| |#3| |#4|)) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-557)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3075 (((-112) $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-832)))) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-899 (-576)))) (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-899 (-390))))) (-3612 (((-112) $) NIL)) (-2684 (($ $) NIL)) (-1568 (((-1272 |#1| |#2| |#3| |#4|) $) 22)) (-2162 (((-3 $ "failed") $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-1171)))) (-3667 (((-112) $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-832)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3123 (($ $ $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-862)))) (-2352 (($ $ $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-862)))) (-4114 (($ (-1 (-1272 |#1| |#2| |#3| |#4|) (-1272 |#1| |#2| |#3| |#4|)) $) NIL)) (-2279 (((-3 (-855 |#2|) "failed") $) 80)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-1272 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1286 (-1272 |#1| |#2| |#3| |#4|)))) (-1286 $) $) NIL) (((-701 (-1272 |#1| |#2| |#3| |#4|)) (-1286 $)) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-1171)) CONST)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3252 (($ $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-317)))) (-3247 (((-1272 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-557)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-926)))) (-1827 (((-430 $) $) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3281 (($ $ (-656 (-1272 |#1| |#2| |#3| |#4|)) (-656 (-1272 |#1| |#2| |#3| |#4|))) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-319 (-1272 |#1| |#2| |#3| |#4|)))) (($ $ (-1272 |#1| |#2| |#3| |#4|) (-1272 |#1| |#2| |#3| |#4|)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-319 (-1272 |#1| |#2| |#3| |#4|)))) (($ $ (-304 (-1272 |#1| |#2| |#3| |#4|))) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-319 (-1272 |#1| |#2| |#3| |#4|)))) (($ $ (-656 (-304 (-1272 |#1| |#2| |#3| |#4|)))) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-319 (-1272 |#1| |#2| |#3| |#4|)))) (($ $ (-656 (-1195)) (-656 (-1272 |#1| |#2| |#3| |#4|))) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-526 (-1195) (-1272 |#1| |#2| |#3| |#4|)))) (($ $ (-1195) (-1272 |#1| |#2| |#3| |#4|)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-526 (-1195) (-1272 |#1| |#2| |#3| |#4|))))) (-3909 (((-783) $) NIL)) (-2794 (($ $ (-1272 |#1| |#2| |#3| |#4|)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-296 (-1272 |#1| |#2| |#3| |#4|) (-1272 |#1| |#2| |#3| |#4|))))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2770 (($ $ (-1 (-1272 |#1| |#2| |#3| |#4|) (-1272 |#1| |#2| |#3| |#4|))) NIL) (($ $ (-1 (-1272 |#1| |#2| |#3| |#4|) (-1272 |#1| |#2| |#3| |#4|)) (-783)) NIL) (($ $ (-1195)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-917 (-1195)))) (($ $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-237))) (($ $ (-783)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-237)))) (-1507 (($ $) NIL)) (-1579 (((-1272 |#1| |#2| |#3| |#4|) $) 19)) (-4169 (((-905 (-576)) $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-626 (-905 (-576))))) (((-905 (-390)) $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-626 (-905 (-390))))) (((-548) $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-626 (-548)))) (((-390) $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-1041))) (((-227) $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-1041)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-1272 |#1| |#2| |#3| |#4|) (-926))))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-1272 |#1| |#2| |#3| |#4|)) 30) (($ (-1195)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-1057 (-1195)))) (($ (-1271 |#2| |#3| |#4|)) 37)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| (-1272 |#1| |#2| |#3| |#4|) (-926))) (|has| (-1272 |#1| |#2| |#3| |#4|) (-146))))) (-2596 (((-783)) NIL T CONST)) (-4317 (((-1272 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-557)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-4308 (($ $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-832)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-1 (-1272 |#1| |#2| |#3| |#4|) (-1272 |#1| |#2| |#3| |#4|))) NIL) (($ $ (-1 (-1272 |#1| |#2| |#3| |#4|) (-1272 |#1| |#2| |#3| |#4|)) (-783)) NIL) (($ $ (-1195)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-917 (-1195)))) (($ $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-237))) (($ $ (-783)) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-237)))) (-2989 (((-112) $ $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-862)))) (-2960 (((-112) $ $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-862)))) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-862)))) (-2946 (((-112) $ $) NIL (|has| (-1272 |#1| |#2| |#3| |#4|) (-862)))) (-3054 (($ $ $) 35) (($ (-1272 |#1| |#2| |#3| |#4|) (-1272 |#1| |#2| |#3| |#4|)) 32)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ (-1272 |#1| |#2| |#3| |#4|) $) 31) (($ $ (-1272 |#1| |#2| |#3| |#4|)) NIL)))
-(((-323 |#1| |#2| |#3| |#4|) (-13 (-1011 (-1272 |#1| |#2| |#3| |#4|)) (-1057 (-1271 |#2| |#3| |#4|)) (-10 -8 (-15 -2279 ((-3 (-855 |#2|) "failed") $)) (-15 -3567 ($ (-1271 |#2| |#3| |#4|))))) (-13 (-1057 (-576)) (-651 (-576)) (-464)) (-13 (-27) (-1221) (-442 |#1|)) (-1195) |#2|) (T -323))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1271 *4 *5 *6)) (-4 *4 (-13 (-27) (-1221) (-442 *3))) (-14 *5 (-1195)) (-14 *6 *4) (-4 *3 (-13 (-1057 (-576)) (-651 (-576)) (-464))) (-5 *1 (-323 *3 *4 *5 *6)))) (-2279 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1057 (-576)) (-651 (-576)) (-464))) (-5 *2 (-855 *4)) (-5 *1 (-323 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1221) (-442 *3))) (-14 *5 (-1195)) (-14 *6 *4))))
-(-13 (-1011 (-1272 |#1| |#2| |#3| |#4|)) (-1057 (-1271 |#2| |#3| |#4|)) (-10 -8 (-15 -2279 ((-3 (-855 |#2|) "failed") $)) (-15 -3567 ($ (-1271 |#2| |#3| |#4|)))))
-((-4114 (((-326 |#2|) (-1 |#2| |#1|) (-326 |#1|)) 13)))
-(((-324 |#1| |#2|) (-10 -7 (-15 -4114 ((-326 |#2|) (-1 |#2| |#1|) (-326 |#1|)))) (-1119) (-1119)) (T -324))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-326 *5)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-5 *2 (-326 *6)) (-5 *1 (-324 *5 *6)))))
-(-10 -7 (-15 -4114 ((-326 |#2|) (-1 |#2| |#1|) (-326 |#1|))))
-((-2003 (((-52) |#2| (-304 |#2|) (-783)) 40) (((-52) |#2| (-304 |#2|)) 32) (((-52) |#2| (-783)) 35) (((-52) |#2|) 33) (((-52) (-1195)) 26)) (-3077 (((-52) |#2| (-304 |#2|) (-419 (-576))) 59) (((-52) |#2| (-304 |#2|)) 56) (((-52) |#2| (-419 (-576))) 58) (((-52) |#2|) 57) (((-52) (-1195)) 55)) (-2026 (((-52) |#2| (-304 |#2|) (-419 (-576))) 54) (((-52) |#2| (-304 |#2|)) 51) (((-52) |#2| (-419 (-576))) 53) (((-52) |#2|) 52) (((-52) (-1195)) 50)) (-2015 (((-52) |#2| (-304 |#2|) (-576)) 47) (((-52) |#2| (-304 |#2|)) 44) (((-52) |#2| (-576)) 46) (((-52) |#2|) 45) (((-52) (-1195)) 43)))
-(((-325 |#1| |#2|) (-10 -7 (-15 -2003 ((-52) (-1195))) (-15 -2003 ((-52) |#2|)) (-15 -2003 ((-52) |#2| (-783))) (-15 -2003 ((-52) |#2| (-304 |#2|))) (-15 -2003 ((-52) |#2| (-304 |#2|) (-783))) (-15 -2015 ((-52) (-1195))) (-15 -2015 ((-52) |#2|)) (-15 -2015 ((-52) |#2| (-576))) (-15 -2015 ((-52) |#2| (-304 |#2|))) (-15 -2015 ((-52) |#2| (-304 |#2|) (-576))) (-15 -2026 ((-52) (-1195))) (-15 -2026 ((-52) |#2|)) (-15 -2026 ((-52) |#2| (-419 (-576)))) (-15 -2026 ((-52) |#2| (-304 |#2|))) (-15 -2026 ((-52) |#2| (-304 |#2|) (-419 (-576)))) (-15 -3077 ((-52) (-1195))) (-15 -3077 ((-52) |#2|)) (-15 -3077 ((-52) |#2| (-419 (-576)))) (-15 -3077 ((-52) |#2| (-304 |#2|))) (-15 -3077 ((-52) |#2| (-304 |#2|) (-419 (-576))))) (-13 (-464) (-1057 (-576)) (-651 (-576))) (-13 (-27) (-1221) (-442 |#1|))) (T -325))
-((-3077 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-304 *3)) (-5 *5 (-419 (-576))) (-4 *3 (-13 (-27) (-1221) (-442 *6))) (-4 *6 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *6 *3)))) (-3077 (*1 *2 *3 *4) (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5))) (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *5 *3)))) (-3077 (*1 *2 *3 *4) (-12 (-5 *4 (-419 (-576))) (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *5 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5))))) (-3077 (*1 *2 *3) (-12 (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *4))))) (-3077 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *4 *5)) (-4 *5 (-13 (-27) (-1221) (-442 *4))))) (-2026 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-304 *3)) (-5 *5 (-419 (-576))) (-4 *3 (-13 (-27) (-1221) (-442 *6))) (-4 *6 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *6 *3)))) (-2026 (*1 *2 *3 *4) (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5))) (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *5 *3)))) (-2026 (*1 *2 *3 *4) (-12 (-5 *4 (-419 (-576))) (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *5 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5))))) (-2026 (*1 *2 *3) (-12 (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *4))))) (-2026 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *4 *5)) (-4 *5 (-13 (-27) (-1221) (-442 *4))))) (-2015 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *6))) (-4 *6 (-13 (-464) (-1057 *5) (-651 *5))) (-5 *5 (-576)) (-5 *2 (-52)) (-5 *1 (-325 *6 *3)))) (-2015 (*1 *2 *3 *4) (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5))) (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *5 *3)))) (-2015 (*1 *2 *3 *4) (-12 (-5 *4 (-576)) (-4 *5 (-13 (-464) (-1057 *4) (-651 *4))) (-5 *2 (-52)) (-5 *1 (-325 *5 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5))))) (-2015 (*1 *2 *3) (-12 (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *4))))) (-2015 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *4 *5)) (-4 *5 (-13 (-27) (-1221) (-442 *4))))) (-2003 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-304 *3)) (-5 *5 (-783)) (-4 *3 (-13 (-27) (-1221) (-442 *6))) (-4 *6 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *6 *3)))) (-2003 (*1 *2 *3 *4) (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5))) (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *5 *3)))) (-2003 (*1 *2 *3 *4) (-12 (-5 *4 (-783)) (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *5 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5))))) (-2003 (*1 *2 *3) (-12 (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *4))))) (-2003 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *4 *5)) (-4 *5 (-13 (-27) (-1221) (-442 *4))))))
-(-10 -7 (-15 -2003 ((-52) (-1195))) (-15 -2003 ((-52) |#2|)) (-15 -2003 ((-52) |#2| (-783))) (-15 -2003 ((-52) |#2| (-304 |#2|))) (-15 -2003 ((-52) |#2| (-304 |#2|) (-783))) (-15 -2015 ((-52) (-1195))) (-15 -2015 ((-52) |#2|)) (-15 -2015 ((-52) |#2| (-576))) (-15 -2015 ((-52) |#2| (-304 |#2|))) (-15 -2015 ((-52) |#2| (-304 |#2|) (-576))) (-15 -2026 ((-52) (-1195))) (-15 -2026 ((-52) |#2|)) (-15 -2026 ((-52) |#2| (-419 (-576)))) (-15 -2026 ((-52) |#2| (-304 |#2|))) (-15 -2026 ((-52) |#2| (-304 |#2|) (-419 (-576)))) (-15 -3077 ((-52) (-1195))) (-15 -3077 ((-52) |#2|)) (-15 -3077 ((-52) |#2| (-419 (-576)))) (-15 -3077 ((-52) |#2| (-304 |#2|))) (-15 -3077 ((-52) |#2| (-304 |#2|) (-419 (-576)))))
-((-3486 (((-112) $ $) NIL)) (-3764 (((-656 $) $ (-1195)) NIL (|has| |#1| (-568))) (((-656 $) $) NIL (|has| |#1| (-568))) (((-656 $) (-1191 $) (-1195)) NIL (|has| |#1| (-568))) (((-656 $) (-1191 $)) NIL (|has| |#1| (-568))) (((-656 $) (-969 $)) NIL (|has| |#1| (-568)))) (-2215 (($ $ (-1195)) NIL (|has| |#1| (-568))) (($ $) NIL (|has| |#1| (-568))) (($ (-1191 $) (-1195)) NIL (|has| |#1| (-568))) (($ (-1191 $)) NIL (|has| |#1| (-568))) (($ (-969 $)) NIL (|has| |#1| (-568)))) (-1353 (((-112) $) 27 (-2755 (|has| |#1| (-25)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068)))))) (-1960 (((-656 (-1195)) $) 368)) (-1797 (((-419 (-1191 $)) $ (-624 $)) NIL (|has| |#1| (-568)))) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-3986 (((-656 (-624 $)) $) NIL)) (-4022 (($ $) 171 (|has| |#1| (-568)))) (-3898 (($ $) 147 (|has| |#1| (-568)))) (-1819 (($ $ (-1111 $)) 232 (|has| |#1| (-568))) (($ $ (-1195)) 228 (|has| |#1| (-568)))) (-4299 (((-3 $ "failed") $ $) NIL (-2755 (|has| |#1| (-21)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068)))))) (-3425 (($ $ (-304 $)) NIL) (($ $ (-656 (-304 $))) 386) (($ $ (-656 (-624 $)) (-656 $)) 430)) (-2425 (((-430 (-1191 $)) (-1191 $)) 308 (-12 (|has| |#1| (-464)) (|has| |#1| (-568))))) (-1415 (($ $) NIL (|has| |#1| (-568)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-568)))) (-1838 (($ $) NIL (|has| |#1| (-568)))) (-1829 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4003 (($ $) 167 (|has| |#1| (-568)))) (-3874 (($ $) 143 (|has| |#1| (-568)))) (-1794 (($ $ (-576)) 73 (|has| |#1| (-568)))) (-4047 (($ $) 175 (|has| |#1| (-568)))) (-3917 (($ $) 151 (|has| |#1| (-568)))) (-2135 (($) NIL (-2755 (|has| |#1| (-25)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068))) (|has| |#1| (-1131))) CONST)) (-2869 (((-656 $) $ (-1195)) NIL (|has| |#1| (-568))) (((-656 $) $) NIL (|has| |#1| (-568))) (((-656 $) (-1191 $) (-1195)) NIL (|has| |#1| (-568))) (((-656 $) (-1191 $)) NIL (|has| |#1| (-568))) (((-656 $) (-969 $)) NIL (|has| |#1| (-568)))) (-2663 (($ $ (-1195)) NIL (|has| |#1| (-568))) (($ $) NIL (|has| |#1| (-568))) (($ (-1191 $) (-1195)) 134 (|has| |#1| (-568))) (($ (-1191 $)) NIL (|has| |#1| (-568))) (($ (-969 $)) NIL (|has| |#1| (-568)))) (-1570 (((-3 (-624 $) "failed") $) 18) (((-3 (-1195) "failed") $) NIL) (((-3 |#1| "failed") $) 441) (((-3 (-48) "failed") $) 336 (-12 (|has| |#1| (-568)) (|has| |#1| (-1057 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-969 |#1|)) "failed") $) NIL (|has| |#1| (-568))) (((-3 (-969 |#1|) "failed") $) NIL (|has| |#1| (-1068))) (((-3 (-419 (-576)) "failed") $) 46 (-2755 (-12 (|has| |#1| (-568)) (|has| |#1| (-1057 (-576)))) (|has| |#1| (-1057 (-419 (-576))))))) (-2857 (((-624 $) $) 12) (((-1195) $) NIL) ((|#1| $) 421) (((-48) $) NIL (-12 (|has| |#1| (-568)) (|has| |#1| (-1057 (-576))))) (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-419 (-969 |#1|)) $) NIL (|has| |#1| (-568))) (((-969 |#1|) $) NIL (|has| |#1| (-1068))) (((-419 (-576)) $) 319 (-2755 (-12 (|has| |#1| (-568)) (|has| |#1| (-1057 (-576)))) (|has| |#1| (-1057 (-419 (-576))))))) (-3426 (($ $ $) NIL (|has| |#1| (-568)))) (-3142 (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) 125 (|has| |#1| (-1068))) (((-701 |#1|) (-701 $)) 115 (|has| |#1| (-1068))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068)))) (((-701 (-576)) (-701 $)) NIL (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068))))) (-3683 (($ $) 96 (|has| |#1| (-568)))) (-2251 (((-3 $ "failed") $) NIL (|has| |#1| (-1131)))) (-3438 (($ $ $) NIL (|has| |#1| (-568)))) (-2218 (($ $ (-1111 $)) 236 (|has| |#1| (-568))) (($ $ (-1195)) 234 (|has| |#1| (-568)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| |#1| (-568)))) (-4283 (((-112) $) NIL (|has| |#1| (-568)))) (-2224 (($ $ $) 202 (|has| |#1| (-568)))) (-1598 (($) 137 (|has| |#1| (-568)))) (-4440 (($ $ $) 222 (|has| |#1| (-568)))) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) 392 (|has| |#1| (-899 (-576)))) (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 399 (|has| |#1| (-899 (-390))))) (-1524 (($ $) NIL) (($ (-656 $)) NIL)) (-2358 (((-656 (-115)) $) NIL)) (-1774 (((-115) (-115)) 276)) (-3612 (((-112) $) 25 (|has| |#1| (-1131)))) (-2044 (((-112) $) NIL (|has| $ (-1057 (-576))))) (-2684 (($ $) 72 (|has| |#1| (-1068)))) (-1568 (((-1144 |#1| (-624 $)) $) 91 (|has| |#1| (-1068)))) (-2467 (((-112) $) 62 (|has| |#1| (-568)))) (-3867 (($ $ (-576)) NIL (|has| |#1| (-568)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-568)))) (-3820 (((-1191 $) (-624 $)) 277 (|has| $ (-1068)))) (-4114 (($ (-1 $ $) (-624 $)) 426)) (-3497 (((-3 (-624 $) "failed") $) NIL)) (-3742 (($ $) 141 (|has| |#1| (-568)))) (-3846 (($ $) 247 (|has| |#1| (-568)))) (-1853 (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) NIL (|has| |#1| (-1068))) (((-701 |#1|) (-1286 $)) NIL (|has| |#1| (-1068))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068)))) (((-701 (-576)) (-1286 $)) NIL (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068))))) (-3457 (($ (-656 $)) NIL (|has| |#1| (-568))) (($ $ $) NIL (|has| |#1| (-568)))) (-3881 (((-1177) $) NIL)) (-1761 (((-656 (-624 $)) $) 49)) (-1637 (($ (-115) $) NIL) (($ (-115) (-656 $)) 431)) (-2692 (((-3 (-656 $) "failed") $) NIL (|has| |#1| (-1131)))) (-3716 (((-3 (-2 (|:| |val| $) (|:| -2125 (-576))) "failed") $) NIL (|has| |#1| (-1068)))) (-3656 (((-3 (-656 $) "failed") $) 436 (|has| |#1| (-25)))) (-3068 (((-3 (-2 (|:| -1713 (-576)) (|:| |var| (-624 $))) "failed") $) 440 (|has| |#1| (-25)))) (-2244 (((-3 (-2 (|:| |var| (-624 $)) (|:| -2125 (-576))) "failed") $) NIL (|has| |#1| (-1131))) (((-3 (-2 (|:| |var| (-624 $)) (|:| -2125 (-576))) "failed") $ (-115)) NIL (|has| |#1| (-1068))) (((-3 (-2 (|:| |var| (-624 $)) (|:| -2125 (-576))) "failed") $ (-1195)) NIL (|has| |#1| (-1068)))) (-3796 (((-112) $ (-115)) NIL) (((-112) $ (-1195)) 51)) (-2045 (($ $) NIL (-2755 (|has| |#1| (-485)) (|has| |#1| (-568))))) (-3432 (($ $ (-1195)) 251 (|has| |#1| (-568))) (($ $ (-1111 $)) 253 (|has| |#1| (-568)))) (-2322 (((-783) $) NIL)) (-1448 (((-1139) $) NIL)) (-2055 (((-112) $) 43)) (-2065 ((|#1| $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 301 (|has| |#1| (-568)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-568))) (($ $ $) NIL (|has| |#1| (-568)))) (-4257 (((-112) $ $) NIL) (((-112) $ (-1195)) NIL)) (-4155 (($ $ (-1195)) 226 (|has| |#1| (-568))) (($ $) 224 (|has| |#1| (-568)))) (-3628 (($ $) 218 (|has| |#1| (-568)))) (-1830 (((-430 (-1191 $)) (-1191 $)) 306 (-12 (|has| |#1| (-464)) (|has| |#1| (-568))))) (-1827 (((-430 $) $) NIL (|has| |#1| (-568)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-568))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-568)))) (-3473 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-568)))) (-4101 (($ $) 139 (|has| |#1| (-568)))) (-2227 (((-112) $) NIL (|has| $ (-1057 (-576))))) (-3281 (($ $ (-624 $) $) NIL) (($ $ (-656 (-624 $)) (-656 $)) 425) (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-656 (-1195)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-1195)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-1195) (-1 $ (-656 $))) NIL) (($ $ (-1195) (-1 $ $)) NIL) (($ $ (-656 (-115)) (-656 (-1 $ $))) 379) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-115) (-1 $ (-656 $))) NIL) (($ $ (-115) (-1 $ $)) NIL) (($ $ (-1195)) NIL (|has| |#1| (-626 (-548)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-626 (-548)))) (($ $) NIL (|has| |#1| (-626 (-548)))) (($ $ (-115) $ (-1195)) 366 (|has| |#1| (-626 (-548)))) (($ $ (-656 (-115)) (-656 $) (-1195)) 365 (|has| |#1| (-626 (-548)))) (($ $ (-656 (-1195)) (-656 (-783)) (-656 (-1 $ $))) NIL (|has| |#1| (-1068))) (($ $ (-656 (-1195)) (-656 (-783)) (-656 (-1 $ (-656 $)))) NIL (|has| |#1| (-1068))) (($ $ (-1195) (-783) (-1 $ (-656 $))) NIL (|has| |#1| (-1068))) (($ $ (-1195) (-783) (-1 $ $)) NIL (|has| |#1| (-1068)))) (-3909 (((-783) $) NIL (|has| |#1| (-568)))) (-3824 (($ $) 239 (|has| |#1| (-568)))) (-2794 (($ (-115) $) NIL) (($ (-115) $ $) NIL) (($ (-115) $ $ $) NIL) (($ (-115) $ $ $ $) NIL) (($ (-115) (-656 $)) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-568)))) (-3401 (($ $) NIL) (($ $ $) NIL)) (-3861 (($ $) 249 (|has| |#1| (-568)))) (-2638 (($ $) 200 (|has| |#1| (-568)))) (-2770 (($ $ (-1195)) NIL (|has| |#1| (-1068))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-1068))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-1068))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-1068)))) (-1507 (($ $) 74 (|has| |#1| (-568)))) (-1579 (((-1144 |#1| (-624 $)) $) 93 (|has| |#1| (-568)))) (-3117 (($ $) 317 (|has| $ (-1068)))) (-4058 (($ $) 177 (|has| |#1| (-568)))) (-3927 (($ $) 153 (|has| |#1| (-568)))) (-4034 (($ $) 173 (|has| |#1| (-568)))) (-3907 (($ $) 149 (|has| |#1| (-568)))) (-4011 (($ $) 169 (|has| |#1| (-568)))) (-3886 (($ $) 145 (|has| |#1| (-568)))) (-4169 (((-905 (-576)) $) NIL (|has| |#1| (-626 (-905 (-576))))) (((-905 (-390)) $) NIL (|has| |#1| (-626 (-905 (-390))))) (($ (-430 $)) NIL (|has| |#1| (-568))) (((-548) $) 363 (|has| |#1| (-626 (-548))))) (-2949 (($ $ $) NIL (|has| |#1| (-485)))) (-3636 (($ $ $) NIL (|has| |#1| (-485)))) (-3567 (((-874) $) 424) (($ (-624 $)) 415) (($ (-1195)) 381) (($ |#1|) 337) (($ $) NIL (|has| |#1| (-568))) (($ (-48)) 312 (-12 (|has| |#1| (-568)) (|has| |#1| (-1057 (-576))))) (($ (-1144 |#1| (-624 $))) 95 (|has| |#1| (-1068))) (($ (-419 |#1|)) NIL (|has| |#1| (-568))) (($ (-969 (-419 |#1|))) NIL (|has| |#1| (-568))) (($ (-419 (-969 (-419 |#1|)))) NIL (|has| |#1| (-568))) (($ (-419 (-969 |#1|))) NIL (|has| |#1| (-568))) (($ (-969 |#1|)) NIL (|has| |#1| (-1068))) (($ (-576)) 34 (-2755 (|has| |#1| (-1057 (-576))) (|has| |#1| (-1068)))) (($ (-419 (-576))) NIL (-2755 (|has| |#1| (-568)) (|has| |#1| (-1057 (-419 (-576))))))) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) NIL (|has| |#1| (-1068)) CONST)) (-3654 (($ $) NIL) (($ (-656 $)) NIL)) (-4020 (($ $ $) 220 (|has| |#1| (-568)))) (-4077 (($ $ $) 206 (|has| |#1| (-568)))) (-3340 (($ $ $) 210 (|has| |#1| (-568)))) (-3379 (($ $ $) 204 (|has| |#1| (-568)))) (-3613 (($ $ $) 208 (|has| |#1| (-568)))) (-1824 (((-112) (-115)) 10)) (-1540 (((-112) $ $) 86)) (-2787 (($ $) 183 (|has| |#1| (-568)))) (-3958 (($ $) 159 (|has| |#1| (-568)))) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4068 (($ $) 179 (|has| |#1| (-568)))) (-3935 (($ $) 155 (|has| |#1| (-568)))) (-2812 (($ $) 187 (|has| |#1| (-568)))) (-3980 (($ $) 163 (|has| |#1| (-568)))) (-2849 (($ (-1195) $) NIL) (($ (-1195) $ $) NIL) (($ (-1195) $ $ $) NIL) (($ (-1195) $ $ $ $) NIL) (($ (-1195) (-656 $)) NIL)) (-2397 (($ $) 214 (|has| |#1| (-568)))) (-4187 (($ $) 212 (|has| |#1| (-568)))) (-4385 (($ $) 189 (|has| |#1| (-568)))) (-3992 (($ $) 165 (|has| |#1| (-568)))) (-2800 (($ $) 185 (|has| |#1| (-568)))) (-3971 (($ $) 161 (|has| |#1| (-568)))) (-4080 (($ $) 181 (|has| |#1| (-568)))) (-3948 (($ $) 157 (|has| |#1| (-568)))) (-4308 (($ $) 192 (|has| |#1| (-568)))) (-2716 (($) 21 (-2755 (|has| |#1| (-25)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068)))) CONST)) (-2957 (($ $) 243 (|has| |#1| (-568)))) (-2727 (($) 23 (|has| |#1| (-1131)) CONST)) (-3366 (($ $) 194 (|has| |#1| (-568))) (($ $ $) 196 (|has| |#1| (-568)))) (-3446 (($ $) 241 (|has| |#1| (-568)))) (-2014 (($ $ (-1195)) NIL (|has| |#1| (-1068))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-1068))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-1068))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-1068)))) (-1516 (($ $) 245 (|has| |#1| (-568)))) (-3406 (($ $ $) 198 (|has| |#1| (-568)))) (-2921 (((-112) $ $) 88)) (-3054 (($ (-1144 |#1| (-624 $)) (-1144 |#1| (-624 $))) 106 (|has| |#1| (-568))) (($ $ $) 42 (-2755 (|has| |#1| (-485)) (|has| |#1| (-568))))) (-3041 (($ $ $) 40 (-2755 (|has| |#1| (-21)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068))))) (($ $) 29 (-2755 (|has| |#1| (-21)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068)))))) (-3027 (($ $ $) 38 (-2755 (|has| |#1| (-25)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068)))))) (** (($ $ $) 64 (|has| |#1| (-568))) (($ $ (-419 (-576))) 314 (|has| |#1| (-568))) (($ $ (-576)) 80 (-2755 (|has| |#1| (-485)) (|has| |#1| (-568)))) (($ $ (-783)) 75 (|has| |#1| (-1131))) (($ $ (-938)) 84 (|has| |#1| (-1131)))) (* (($ (-419 (-576)) $) NIL (|has| |#1| (-568))) (($ $ (-419 (-576))) NIL (|has| |#1| (-568))) (($ $ |#1|) NIL (|has| |#1| (-174))) (($ |#1| $) NIL (|has| |#1| (-1068))) (($ $ $) 36 (|has| |#1| (-1131))) (($ (-576) $) 32 (-2755 (|has| |#1| (-21)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068))))) (($ (-783) $) NIL (-2755 (|has| |#1| (-25)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068))))) (($ (-938) $) NIL (-2755 (|has| |#1| (-25)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068)))))))
-(((-326 |#1|) (-13 (-442 |#1|) (-10 -8 (IF (|has| |#1| (-568)) (PROGN (-6 (-29 |#1|)) (-6 (-1221)) (-6 (-161)) (-6 (-641)) (-6 (-1158)) (-15 -3683 ($ $)) (-15 -2467 ((-112) $)) (-15 -1794 ($ $ (-576))) (IF (|has| |#1| (-464)) (PROGN (-15 -1830 ((-430 (-1191 $)) (-1191 $))) (-15 -2425 ((-430 (-1191 $)) (-1191 $)))) |%noBranch|) (IF (|has| |#1| (-1057 (-576))) (-6 (-1057 (-48))) |%noBranch|)) |%noBranch|))) (-1119)) (T -326))
-((-3683 (*1 *1 *1) (-12 (-5 *1 (-326 *2)) (-4 *2 (-568)) (-4 *2 (-1119)))) (-2467 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-326 *3)) (-4 *3 (-568)) (-4 *3 (-1119)))) (-1794 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-326 *3)) (-4 *3 (-568)) (-4 *3 (-1119)))) (-1830 (*1 *2 *3) (-12 (-5 *2 (-430 (-1191 *1))) (-5 *1 (-326 *4)) (-5 *3 (-1191 *1)) (-4 *4 (-464)) (-4 *4 (-568)) (-4 *4 (-1119)))) (-2425 (*1 *2 *3) (-12 (-5 *2 (-430 (-1191 *1))) (-5 *1 (-326 *4)) (-5 *3 (-1191 *1)) (-4 *4 (-464)) (-4 *4 (-568)) (-4 *4 (-1119)))))
-(-13 (-442 |#1|) (-10 -8 (IF (|has| |#1| (-568)) (PROGN (-6 (-29 |#1|)) (-6 (-1221)) (-6 (-161)) (-6 (-641)) (-6 (-1158)) (-15 -3683 ($ $)) (-15 -2467 ((-112) $)) (-15 -1794 ($ $ (-576))) (IF (|has| |#1| (-464)) (PROGN (-15 -1830 ((-430 (-1191 $)) (-1191 $))) (-15 -2425 ((-430 (-1191 $)) (-1191 $)))) |%noBranch|) (IF (|has| |#1| (-1057 (-576))) (-6 (-1057 (-48))) |%noBranch|)) |%noBranch|)))
-((-2334 (((-52) |#2| (-115) (-304 |#2|) (-656 |#2|)) 89) (((-52) |#2| (-115) (-304 |#2|) (-304 |#2|)) 85) (((-52) |#2| (-115) (-304 |#2|) |#2|) 87) (((-52) (-304 |#2|) (-115) (-304 |#2|) |#2|) 88) (((-52) (-656 |#2|) (-656 (-115)) (-304 |#2|) (-656 (-304 |#2|))) 81) (((-52) (-656 |#2|) (-656 (-115)) (-304 |#2|) (-656 |#2|)) 83) (((-52) (-656 (-304 |#2|)) (-656 (-115)) (-304 |#2|) (-656 |#2|)) 84) (((-52) (-656 (-304 |#2|)) (-656 (-115)) (-304 |#2|) (-656 (-304 |#2|))) 82) (((-52) (-304 |#2|) (-115) (-304 |#2|) (-656 |#2|)) 90) (((-52) (-304 |#2|) (-115) (-304 |#2|) (-304 |#2|)) 86)))
-(((-327 |#1| |#2|) (-10 -7 (-15 -2334 ((-52) (-304 |#2|) (-115) (-304 |#2|) (-304 |#2|))) (-15 -2334 ((-52) (-304 |#2|) (-115) (-304 |#2|) (-656 |#2|))) (-15 -2334 ((-52) (-656 (-304 |#2|)) (-656 (-115)) (-304 |#2|) (-656 (-304 |#2|)))) (-15 -2334 ((-52) (-656 (-304 |#2|)) (-656 (-115)) (-304 |#2|) (-656 |#2|))) (-15 -2334 ((-52) (-656 |#2|) (-656 (-115)) (-304 |#2|) (-656 |#2|))) (-15 -2334 ((-52) (-656 |#2|) (-656 (-115)) (-304 |#2|) (-656 (-304 |#2|)))) (-15 -2334 ((-52) (-304 |#2|) (-115) (-304 |#2|) |#2|)) (-15 -2334 ((-52) |#2| (-115) (-304 |#2|) |#2|)) (-15 -2334 ((-52) |#2| (-115) (-304 |#2|) (-304 |#2|))) (-15 -2334 ((-52) |#2| (-115) (-304 |#2|) (-656 |#2|)))) (-13 (-568) (-626 (-548))) (-442 |#1|)) (T -327))
-((-2334 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-115)) (-5 *5 (-304 *3)) (-5 *6 (-656 *3)) (-4 *3 (-442 *7)) (-4 *7 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *7 *3)))) (-2334 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-115)) (-5 *5 (-304 *3)) (-4 *3 (-442 *6)) (-4 *6 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *6 *3)))) (-2334 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-115)) (-5 *5 (-304 *3)) (-4 *3 (-442 *6)) (-4 *6 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *6 *3)))) (-2334 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-304 *5)) (-5 *4 (-115)) (-4 *5 (-442 *6)) (-4 *6 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *6 *5)))) (-2334 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 (-115))) (-5 *6 (-656 (-304 *8))) (-4 *8 (-442 *7)) (-5 *5 (-304 *8)) (-4 *7 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *7 *8)))) (-2334 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-656 *7)) (-5 *4 (-656 (-115))) (-5 *5 (-304 *7)) (-4 *7 (-442 *6)) (-4 *6 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *6 *7)))) (-2334 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-656 (-304 *8))) (-5 *4 (-656 (-115))) (-5 *5 (-304 *8)) (-5 *6 (-656 *8)) (-4 *8 (-442 *7)) (-4 *7 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *7 *8)))) (-2334 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-656 (-304 *7))) (-5 *4 (-656 (-115))) (-5 *5 (-304 *7)) (-4 *7 (-442 *6)) (-4 *6 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *6 *7)))) (-2334 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-304 *7)) (-5 *4 (-115)) (-5 *5 (-656 *7)) (-4 *7 (-442 *6)) (-4 *6 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *6 *7)))) (-2334 (*1 *2 *3 *4 *3 *3) (-12 (-5 *3 (-304 *6)) (-5 *4 (-115)) (-4 *6 (-442 *5)) (-4 *5 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *5 *6)))))
-(-10 -7 (-15 -2334 ((-52) (-304 |#2|) (-115) (-304 |#2|) (-304 |#2|))) (-15 -2334 ((-52) (-304 |#2|) (-115) (-304 |#2|) (-656 |#2|))) (-15 -2334 ((-52) (-656 (-304 |#2|)) (-656 (-115)) (-304 |#2|) (-656 (-304 |#2|)))) (-15 -2334 ((-52) (-656 (-304 |#2|)) (-656 (-115)) (-304 |#2|) (-656 |#2|))) (-15 -2334 ((-52) (-656 |#2|) (-656 (-115)) (-304 |#2|) (-656 |#2|))) (-15 -2334 ((-52) (-656 |#2|) (-656 (-115)) (-304 |#2|) (-656 (-304 |#2|)))) (-15 -2334 ((-52) (-304 |#2|) (-115) (-304 |#2|) |#2|)) (-15 -2334 ((-52) |#2| (-115) (-304 |#2|) |#2|)) (-15 -2334 ((-52) |#2| (-115) (-304 |#2|) (-304 |#2|))) (-15 -2334 ((-52) |#2| (-115) (-304 |#2|) (-656 |#2|))))
-((-2631 (((-1231 (-943)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1113 (-227)) (-227) (-576) (-1177)) 67) (((-1231 (-943)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1113 (-227)) (-227) (-576)) 68) (((-1231 (-943)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1113 (-227)) (-1 (-227) (-227)) (-576) (-1177)) 64) (((-1231 (-943)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1113 (-227)) (-1 (-227) (-227)) (-576)) 65)) (-3717 (((-1 (-227) (-227)) (-227)) 66)))
-(((-328) (-10 -7 (-15 -3717 ((-1 (-227) (-227)) (-227))) (-15 -2631 ((-1231 (-943)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1113 (-227)) (-1 (-227) (-227)) (-576))) (-15 -2631 ((-1231 (-943)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1113 (-227)) (-1 (-227) (-227)) (-576) (-1177))) (-15 -2631 ((-1231 (-943)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1113 (-227)) (-227) (-576))) (-15 -2631 ((-1231 (-943)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1113 (-227)) (-227) (-576) (-1177))))) (T -328))
-((-2631 (*1 *2 *3 *3 *3 *4 *5 *6 *7 *8) (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227))) (-5 *5 (-1113 (-227))) (-5 *6 (-227)) (-5 *7 (-576)) (-5 *8 (-1177)) (-5 *2 (-1231 (-943))) (-5 *1 (-328)))) (-2631 (*1 *2 *3 *3 *3 *4 *5 *6 *7) (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227))) (-5 *5 (-1113 (-227))) (-5 *6 (-227)) (-5 *7 (-576)) (-5 *2 (-1231 (-943))) (-5 *1 (-328)))) (-2631 (*1 *2 *3 *3 *3 *4 *5 *4 *6 *7) (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227))) (-5 *5 (-1113 (-227))) (-5 *6 (-576)) (-5 *7 (-1177)) (-5 *2 (-1231 (-943))) (-5 *1 (-328)))) (-2631 (*1 *2 *3 *3 *3 *4 *5 *4 *6) (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227))) (-5 *5 (-1113 (-227))) (-5 *6 (-576)) (-5 *2 (-1231 (-943))) (-5 *1 (-328)))) (-3717 (*1 *2 *3) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *1 (-328)) (-5 *3 (-227)))))
-(-10 -7 (-15 -3717 ((-1 (-227) (-227)) (-227))) (-15 -2631 ((-1231 (-943)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1113 (-227)) (-1 (-227) (-227)) (-576))) (-15 -2631 ((-1231 (-943)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1113 (-227)) (-1 (-227) (-227)) (-576) (-1177))) (-15 -2631 ((-1231 (-943)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1113 (-227)) (-227) (-576))) (-15 -2631 ((-1231 (-943)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1113 (-227)) (-227) (-576) (-1177))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 26)) (-1960 (((-656 (-1101)) $) NIL)) (-3052 (((-1195) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-1930 (($ $ (-419 (-576))) NIL) (($ $ (-419 (-576)) (-419 (-576))) NIL)) (-3964 (((-1176 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|))) $) 20)) (-4022 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL (|has| |#1| (-374)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-374)))) (-1838 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1829 (((-112) $ $) NIL (|has| |#1| (-374)))) (-4003 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3077 (($ (-783) (-1176 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|)))) NIL)) (-4047 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) NIL T CONST)) (-3426 (($ $ $) NIL (|has| |#1| (-374)))) (-2109 (($ $) 36)) (-2251 (((-3 $ "failed") $) NIL)) (-3438 (($ $ $) NIL (|has| |#1| (-374)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-4283 (((-112) $) NIL (|has| |#1| (-374)))) (-2928 (((-112) $) NIL)) (-1598 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1991 (((-419 (-576)) $) NIL) (((-419 (-576)) $ (-419 (-576))) 16)) (-3612 (((-112) $) NIL)) (-3867 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4255 (($ $ (-938)) NIL) (($ $ (-419 (-576))) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-419 (-576))) NIL) (($ $ (-1101) (-419 (-576))) NIL) (($ $ (-656 (-1101)) (-656 (-419 (-576)))) NIL)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-3742 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL (|has| |#1| (-374)))) (-2092 (($ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| |#1| (-15 -2092 (|#1| |#1| (-1195)))) (|has| |#1| (-15 -1960 ((-656 (-1195)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-976)) (|has| |#1| (-1221)))))) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-374)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-1827 (((-430 $) $) NIL (|has| |#1| (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-3905 (($ $ (-419 (-576))) NIL)) (-3473 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3671 (((-419 (-576)) $) 17)) (-3831 (($ (-1271 |#1| |#2| |#3|)) 11)) (-2125 (((-1271 |#1| |#2| |#3|) $) 12)) (-4101 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3281 (((-1176 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))))) (-3909 (((-783) $) NIL (|has| |#1| (-374)))) (-2794 ((|#1| $ (-419 (-576))) NIL) (($ $ $) NIL (|has| (-419 (-576)) (-1131)))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-374)))) (-2770 (($ $ (-1195)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (-1967 (((-419 (-576)) $) NIL)) (-4058 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3746 (($ $) 10)) (-3567 (((-874) $) 42) (($ (-576)) NIL) (($ |#1|) NIL (|has| |#1| (-174))) (($ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568)))) (-1749 ((|#1| $ (-419 (-576))) 34)) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) NIL T CONST)) (-2391 ((|#1| $) NIL)) (-1540 (((-112) $ $) NIL)) (-2787 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4068 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4163 ((|#1| $ (-419 (-576))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))) (|has| |#1| (-15 -3567 (|#1| (-1195))))))) (-4385 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-1195)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 28)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 37)) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
-(((-329 |#1| |#2| |#3|) (-13 (-1267 |#1|) (-804) (-10 -8 (-15 -3831 ($ (-1271 |#1| |#2| |#3|))) (-15 -2125 ((-1271 |#1| |#2| |#3|) $)) (-15 -3671 ((-419 (-576)) $)))) (-374) (-1195) |#1|) (T -329))
-((-3831 (*1 *1 *2) (-12 (-5 *2 (-1271 *3 *4 *5)) (-4 *3 (-374)) (-14 *4 (-1195)) (-14 *5 *3) (-5 *1 (-329 *3 *4 *5)))) (-2125 (*1 *2 *1) (-12 (-5 *2 (-1271 *3 *4 *5)) (-5 *1 (-329 *3 *4 *5)) (-4 *3 (-374)) (-14 *4 (-1195)) (-14 *5 *3))) (-3671 (*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-329 *3 *4 *5)) (-4 *3 (-374)) (-14 *4 (-1195)) (-14 *5 *3))))
-(-13 (-1267 |#1|) (-804) (-10 -8 (-15 -3831 ($ (-1271 |#1| |#2| |#3|))) (-15 -2125 ((-1271 |#1| |#2| |#3|) $)) (-15 -3671 ((-419 (-576)) $))))
-((-3867 (((-2 (|:| -2125 (-783)) (|:| -1713 |#1|) (|:| |radicand| (-656 |#1|))) (-430 |#1|) (-783)) 35)) (-3742 (((-656 (-2 (|:| -1713 (-783)) (|:| |logand| |#1|))) (-430 |#1|)) 40)))
-(((-330 |#1|) (-10 -7 (-15 -3867 ((-2 (|:| -2125 (-783)) (|:| -1713 |#1|) (|:| |radicand| (-656 |#1|))) (-430 |#1|) (-783))) (-15 -3742 ((-656 (-2 (|:| -1713 (-783)) (|:| |logand| |#1|))) (-430 |#1|)))) (-568)) (T -330))
-((-3742 (*1 *2 *3) (-12 (-5 *3 (-430 *4)) (-4 *4 (-568)) (-5 *2 (-656 (-2 (|:| -1713 (-783)) (|:| |logand| *4)))) (-5 *1 (-330 *4)))) (-3867 (*1 *2 *3 *4) (-12 (-5 *3 (-430 *5)) (-4 *5 (-568)) (-5 *2 (-2 (|:| -2125 (-783)) (|:| -1713 *5) (|:| |radicand| (-656 *5)))) (-5 *1 (-330 *5)) (-5 *4 (-783)))))
-(-10 -7 (-15 -3867 ((-2 (|:| -2125 (-783)) (|:| -1713 |#1|) (|:| |radicand| (-656 |#1|))) (-430 |#1|) (-783))) (-15 -3742 ((-656 (-2 (|:| -1713 (-783)) (|:| |logand| |#1|))) (-430 |#1|))))
-((-1960 (((-656 |#2|) (-1191 |#4|)) 44)) (-3568 ((|#3| (-576)) 47)) (-2508 (((-1191 |#4|) (-1191 |#3|)) 30)) (-3257 (((-1191 |#4|) (-1191 |#4|) (-576)) 66)) (-1941 (((-1191 |#3|) (-1191 |#4|)) 21)) (-1967 (((-656 (-783)) (-1191 |#4|) (-656 |#2|)) 41)) (-1533 (((-1191 |#3|) (-1191 |#4|) (-656 |#2|) (-656 |#3|)) 35)))
-(((-331 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1533 ((-1191 |#3|) (-1191 |#4|) (-656 |#2|) (-656 |#3|))) (-15 -1967 ((-656 (-783)) (-1191 |#4|) (-656 |#2|))) (-15 -1960 ((-656 |#2|) (-1191 |#4|))) (-15 -1941 ((-1191 |#3|) (-1191 |#4|))) (-15 -2508 ((-1191 |#4|) (-1191 |#3|))) (-15 -3257 ((-1191 |#4|) (-1191 |#4|) (-576))) (-15 -3568 (|#3| (-576)))) (-805) (-862) (-1068) (-966 |#3| |#1| |#2|)) (T -331))
-((-3568 (*1 *2 *3) (-12 (-5 *3 (-576)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1068)) (-5 *1 (-331 *4 *5 *2 *6)) (-4 *6 (-966 *2 *4 *5)))) (-3257 (*1 *2 *2 *3) (-12 (-5 *2 (-1191 *7)) (-5 *3 (-576)) (-4 *7 (-966 *6 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1068)) (-5 *1 (-331 *4 *5 *6 *7)))) (-2508 (*1 *2 *3) (-12 (-5 *3 (-1191 *6)) (-4 *6 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-1191 *7)) (-5 *1 (-331 *4 *5 *6 *7)) (-4 *7 (-966 *6 *4 *5)))) (-1941 (*1 *2 *3) (-12 (-5 *3 (-1191 *7)) (-4 *7 (-966 *6 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1068)) (-5 *2 (-1191 *6)) (-5 *1 (-331 *4 *5 *6 *7)))) (-1960 (*1 *2 *3) (-12 (-5 *3 (-1191 *7)) (-4 *7 (-966 *6 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1068)) (-5 *2 (-656 *5)) (-5 *1 (-331 *4 *5 *6 *7)))) (-1967 (*1 *2 *3 *4) (-12 (-5 *3 (-1191 *8)) (-5 *4 (-656 *6)) (-4 *6 (-862)) (-4 *8 (-966 *7 *5 *6)) (-4 *5 (-805)) (-4 *7 (-1068)) (-5 *2 (-656 (-783))) (-5 *1 (-331 *5 *6 *7 *8)))) (-1533 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1191 *9)) (-5 *4 (-656 *7)) (-5 *5 (-656 *8)) (-4 *7 (-862)) (-4 *8 (-1068)) (-4 *9 (-966 *8 *6 *7)) (-4 *6 (-805)) (-5 *2 (-1191 *8)) (-5 *1 (-331 *6 *7 *8 *9)))))
-(-10 -7 (-15 -1533 ((-1191 |#3|) (-1191 |#4|) (-656 |#2|) (-656 |#3|))) (-15 -1967 ((-656 (-783)) (-1191 |#4|) (-656 |#2|))) (-15 -1960 ((-656 |#2|) (-1191 |#4|))) (-15 -1941 ((-1191 |#3|) (-1191 |#4|))) (-15 -2508 ((-1191 |#4|) (-1191 |#3|))) (-15 -3257 ((-1191 |#4|) (-1191 |#4|) (-576))) (-15 -3568 (|#3| (-576))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 19)) (-3964 (((-656 (-2 (|:| |gen| |#1|) (|:| -4101 (-576)))) $) 21)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2093 (((-783) $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) NIL)) (-2857 ((|#1| $) NIL)) (-1842 ((|#1| $ (-576)) NIL)) (-3814 (((-576) $ (-576)) NIL)) (-3123 (($ $ $) NIL (|has| |#1| (-862)))) (-2352 (($ $ $) NIL (|has| |#1| (-862)))) (-1653 (($ (-1 |#1| |#1|) $) NIL)) (-1801 (($ (-1 (-576) (-576)) $) 11)) (-3881 (((-1177) $) NIL)) (-4431 (($ $ $) NIL (|has| (-576) (-804)))) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL) (($ |#1|) NIL)) (-1749 (((-576) |#1| $) NIL)) (-1540 (((-112) $ $) NIL)) (-2716 (($) NIL T CONST)) (-2989 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2946 (((-112) $ $) 29 (|has| |#1| (-862)))) (-3041 (($ $) 12) (($ $ $) 28)) (-3027 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ (-576)) NIL) (($ (-576) |#1|) 27)))
-(((-332 |#1|) (-13 (-21) (-729 (-576)) (-333 |#1| (-576)) (-10 -7 (IF (|has| |#1| (-862)) (-6 (-862)) |%noBranch|))) (-1119)) (T -332))
+((-2143 ((|#1| (-1 |#1| (-576)) (-1199 (-419 (-576)))) 26)))
+(((-320 |#1|) (-10 -7 (-15 -2143 (|#1| (-1 |#1| (-576)) (-1199 (-419 (-576)))))) (-38 (-419 (-576)))) (T -320))
+((-2143 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-576))) (-5 *4 (-1199 (-419 (-576)))) (-5 *1 (-320 *2)) (-4 *2 (-38 (-419 (-576)))))))
+(-10 -7 (-15 -2143 (|#1| (-1 |#1| (-576)) (-1199 (-419 (-576))))))
+((-1955 (((-112) $ $) NIL)) (-2104 (((-576) $) 12)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2230 (((-1156) $) 9)) (-4114 (((-876) $) 19) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-321) (-13 (-1104) (-10 -8 (-15 -2230 ((-1156) $)) (-15 -2104 ((-576) $))))) (T -321))
+((-2230 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-321)))) (-2104 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-321)))))
+(-13 (-1104) (-10 -8 (-15 -2230 ((-1156) $)) (-15 -2104 ((-576) $))))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 7)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 9)))
+(((-322) (-1121)) (T -322))
+NIL
+(-1121)
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 60)) (-3730 (((-1274 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-317)))) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-928)))) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-928)))) (-4064 (((-112) $ $) NIL)) (-4018 (((-576) $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-832)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-1274 |#1| |#2| |#3| |#4|) "failed") $) NIL) (((-3 (-1197) "failed") $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-1059 (-1197)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-1059 (-576)))) (((-3 (-576) "failed") $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-1059 (-576)))) (((-3 (-1273 |#2| |#3| |#4|) "failed") $) 26)) (-2318 (((-1274 |#1| |#2| |#3| |#4|) $) NIL) (((-1197) $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-1059 (-1197)))) (((-419 (-576)) $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-1059 (-576)))) (((-576) $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-1059 (-576)))) (((-1273 |#2| |#3| |#4|) $) NIL)) (-1892 (($ $ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-1274 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1288 (-1274 |#1| |#2| |#3| |#4|)))) (-701 $) (-1288 $)) NIL) (((-701 (-1274 |#1| |#2| |#3| |#4|)) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-557)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-2907 (((-112) $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-832)))) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-901 (-576)))) (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-901 (-390))))) (-3315 (((-112) $) NIL)) (-2364 (($ $) NIL)) (-2687 (((-1274 |#1| |#2| |#3| |#4|) $) 22)) (-4080 (((-3 $ "failed") $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-1173)))) (-2569 (((-112) $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-832)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2905 (($ $ $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-862)))) (-2163 (($ $ $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-862)))) (-2423 (($ (-1 (-1274 |#1| |#2| |#3| |#4|) (-1274 |#1| |#2| |#3| |#4|)) $) NIL)) (-2732 (((-3 (-855 |#2|) "failed") $) 80)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-1274 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1288 (-1274 |#1| |#2| |#3| |#4|)))) (-1288 $) $) NIL) (((-701 (-1274 |#1| |#2| |#3| |#4|)) (-1288 $)) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-1173)) CONST)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4152 (($ $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-317)))) (-4110 (((-1274 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-557)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-928)))) (-1452 (((-430 $) $) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2143 (($ $ (-656 (-1274 |#1| |#2| |#3| |#4|)) (-656 (-1274 |#1| |#2| |#3| |#4|))) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-319 (-1274 |#1| |#2| |#3| |#4|)))) (($ $ (-1274 |#1| |#2| |#3| |#4|) (-1274 |#1| |#2| |#3| |#4|)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-319 (-1274 |#1| |#2| |#3| |#4|)))) (($ $ (-304 (-1274 |#1| |#2| |#3| |#4|))) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-319 (-1274 |#1| |#2| |#3| |#4|)))) (($ $ (-656 (-304 (-1274 |#1| |#2| |#3| |#4|)))) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-319 (-1274 |#1| |#2| |#3| |#4|)))) (($ $ (-656 (-1197)) (-656 (-1274 |#1| |#2| |#3| |#4|))) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-526 (-1197) (-1274 |#1| |#2| |#3| |#4|)))) (($ $ (-1197) (-1274 |#1| |#2| |#3| |#4|)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-526 (-1197) (-1274 |#1| |#2| |#3| |#4|))))) (-3199 (((-783) $) NIL)) (-4369 (($ $ (-1274 |#1| |#2| |#3| |#4|)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-296 (-1274 |#1| |#2| |#3| |#4|) (-1274 |#1| |#2| |#3| |#4|))))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-4107 (($ $ (-1 (-1274 |#1| |#2| |#3| |#4|) (-1274 |#1| |#2| |#3| |#4|))) NIL) (($ $ (-1 (-1274 |#1| |#2| |#3| |#4|) (-1274 |#1| |#2| |#3| |#4|)) (-783)) NIL) (($ $ (-1197)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-919 (-1197)))) (($ $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-237))) (($ $ (-783)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-237)))) (-3908 (($ $) NIL)) (-2698 (((-1274 |#1| |#2| |#3| |#4|) $) 19)) (-1554 (((-907 (-576)) $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-626 (-907 (-576))))) (((-907 (-390)) $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-626 (-907 (-390))))) (((-548) $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-626 (-548)))) (((-390) $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-1043))) (((-227) $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-1043)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-1274 |#1| |#2| |#3| |#4|) (-928))))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-1274 |#1| |#2| |#3| |#4|)) 30) (($ (-1197)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-1059 (-1197)))) (($ (-1273 |#2| |#3| |#4|)) 37)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| (-1274 |#1| |#2| |#3| |#4|) (-928))) (|has| (-1274 |#1| |#2| |#3| |#4|) (-146))))) (-2864 (((-783)) NIL T CONST)) (-2778 (((-1274 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-557)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-2679 (($ $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-832)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-1 (-1274 |#1| |#2| |#3| |#4|) (-1274 |#1| |#2| |#3| |#4|))) NIL) (($ $ (-1 (-1274 |#1| |#2| |#3| |#4|) (-1274 |#1| |#2| |#3| |#4|)) (-783)) NIL) (($ $ (-1197)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-919 (-1197)))) (($ $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-237))) (($ $ (-783)) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-237)))) (-3995 (((-112) $ $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-862)))) (-3975 (((-112) $ $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-862)))) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-862)))) (-3962 (((-112) $ $) NIL (|has| (-1274 |#1| |#2| |#3| |#4|) (-862)))) (-4047 (($ $ $) 35) (($ (-1274 |#1| |#2| |#3| |#4|) (-1274 |#1| |#2| |#3| |#4|)) 32)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ (-1274 |#1| |#2| |#3| |#4|) $) 31) (($ $ (-1274 |#1| |#2| |#3| |#4|)) NIL)))
+(((-323 |#1| |#2| |#3| |#4|) (-13 (-1013 (-1274 |#1| |#2| |#3| |#4|)) (-1059 (-1273 |#2| |#3| |#4|)) (-10 -8 (-15 -2732 ((-3 (-855 |#2|) "failed") $)) (-15 -4114 ($ (-1273 |#2| |#3| |#4|))))) (-13 (-1059 (-576)) (-651 (-576)) (-464)) (-13 (-27) (-1223) (-442 |#1|)) (-1197) |#2|) (T -323))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1273 *4 *5 *6)) (-4 *4 (-13 (-27) (-1223) (-442 *3))) (-14 *5 (-1197)) (-14 *6 *4) (-4 *3 (-13 (-1059 (-576)) (-651 (-576)) (-464))) (-5 *1 (-323 *3 *4 *5 *6)))) (-2732 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1059 (-576)) (-651 (-576)) (-464))) (-5 *2 (-855 *4)) (-5 *1 (-323 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1223) (-442 *3))) (-14 *5 (-1197)) (-14 *6 *4))))
+(-13 (-1013 (-1274 |#1| |#2| |#3| |#4|)) (-1059 (-1273 |#2| |#3| |#4|)) (-10 -8 (-15 -2732 ((-3 (-855 |#2|) "failed") $)) (-15 -4114 ($ (-1273 |#2| |#3| |#4|)))))
+((-2423 (((-326 |#2|) (-1 |#2| |#1|) (-326 |#1|)) 13)))
+(((-324 |#1| |#2|) (-10 -7 (-15 -2423 ((-326 |#2|) (-1 |#2| |#1|) (-326 |#1|)))) (-1121) (-1121)) (T -324))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-326 *5)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-5 *2 (-326 *6)) (-5 *1 (-324 *5 *6)))))
+(-10 -7 (-15 -2423 ((-326 |#2|) (-1 |#2| |#1|) (-326 |#1|))))
+((-1628 (((-52) |#2| (-304 |#2|) (-783)) 40) (((-52) |#2| (-304 |#2|)) 32) (((-52) |#2| (-783)) 35) (((-52) |#2|) 33) (((-52) (-1197)) 26)) (-2861 (((-52) |#2| (-304 |#2|) (-419 (-576))) 59) (((-52) |#2| (-304 |#2|)) 56) (((-52) |#2| (-419 (-576))) 58) (((-52) |#2|) 57) (((-52) (-1197)) 55)) (-1646 (((-52) |#2| (-304 |#2|) (-419 (-576))) 54) (((-52) |#2| (-304 |#2|)) 51) (((-52) |#2| (-419 (-576))) 53) (((-52) |#2|) 52) (((-52) (-1197)) 50)) (-1637 (((-52) |#2| (-304 |#2|) (-576)) 47) (((-52) |#2| (-304 |#2|)) 44) (((-52) |#2| (-576)) 46) (((-52) |#2|) 45) (((-52) (-1197)) 43)))
+(((-325 |#1| |#2|) (-10 -7 (-15 -1628 ((-52) (-1197))) (-15 -1628 ((-52) |#2|)) (-15 -1628 ((-52) |#2| (-783))) (-15 -1628 ((-52) |#2| (-304 |#2|))) (-15 -1628 ((-52) |#2| (-304 |#2|) (-783))) (-15 -1637 ((-52) (-1197))) (-15 -1637 ((-52) |#2|)) (-15 -1637 ((-52) |#2| (-576))) (-15 -1637 ((-52) |#2| (-304 |#2|))) (-15 -1637 ((-52) |#2| (-304 |#2|) (-576))) (-15 -1646 ((-52) (-1197))) (-15 -1646 ((-52) |#2|)) (-15 -1646 ((-52) |#2| (-419 (-576)))) (-15 -1646 ((-52) |#2| (-304 |#2|))) (-15 -1646 ((-52) |#2| (-304 |#2|) (-419 (-576)))) (-15 -2861 ((-52) (-1197))) (-15 -2861 ((-52) |#2|)) (-15 -2861 ((-52) |#2| (-419 (-576)))) (-15 -2861 ((-52) |#2| (-304 |#2|))) (-15 -2861 ((-52) |#2| (-304 |#2|) (-419 (-576))))) (-13 (-464) (-1059 (-576)) (-651 (-576))) (-13 (-27) (-1223) (-442 |#1|))) (T -325))
+((-2861 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-304 *3)) (-5 *5 (-419 (-576))) (-4 *3 (-13 (-27) (-1223) (-442 *6))) (-4 *6 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *6 *3)))) (-2861 (*1 *2 *3 *4) (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5))) (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *5 *3)))) (-2861 (*1 *2 *3 *4) (-12 (-5 *4 (-419 (-576))) (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *5 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5))))) (-2861 (*1 *2 *3) (-12 (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *4))))) (-2861 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *4 *5)) (-4 *5 (-13 (-27) (-1223) (-442 *4))))) (-1646 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-304 *3)) (-5 *5 (-419 (-576))) (-4 *3 (-13 (-27) (-1223) (-442 *6))) (-4 *6 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *6 *3)))) (-1646 (*1 *2 *3 *4) (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5))) (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *5 *3)))) (-1646 (*1 *2 *3 *4) (-12 (-5 *4 (-419 (-576))) (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *5 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5))))) (-1646 (*1 *2 *3) (-12 (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *4))))) (-1646 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *4 *5)) (-4 *5 (-13 (-27) (-1223) (-442 *4))))) (-1637 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *6))) (-4 *6 (-13 (-464) (-1059 *5) (-651 *5))) (-5 *5 (-576)) (-5 *2 (-52)) (-5 *1 (-325 *6 *3)))) (-1637 (*1 *2 *3 *4) (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5))) (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *5 *3)))) (-1637 (*1 *2 *3 *4) (-12 (-5 *4 (-576)) (-4 *5 (-13 (-464) (-1059 *4) (-651 *4))) (-5 *2 (-52)) (-5 *1 (-325 *5 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5))))) (-1637 (*1 *2 *3) (-12 (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *4))))) (-1637 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *4 *5)) (-4 *5 (-13 (-27) (-1223) (-442 *4))))) (-1628 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-304 *3)) (-5 *5 (-783)) (-4 *3 (-13 (-27) (-1223) (-442 *6))) (-4 *6 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *6 *3)))) (-1628 (*1 *2 *3 *4) (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5))) (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *5 *3)))) (-1628 (*1 *2 *3 *4) (-12 (-5 *4 (-783)) (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *5 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5))))) (-1628 (*1 *2 *3) (-12 (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *4))))) (-1628 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-325 *4 *5)) (-4 *5 (-13 (-27) (-1223) (-442 *4))))))
+(-10 -7 (-15 -1628 ((-52) (-1197))) (-15 -1628 ((-52) |#2|)) (-15 -1628 ((-52) |#2| (-783))) (-15 -1628 ((-52) |#2| (-304 |#2|))) (-15 -1628 ((-52) |#2| (-304 |#2|) (-783))) (-15 -1637 ((-52) (-1197))) (-15 -1637 ((-52) |#2|)) (-15 -1637 ((-52) |#2| (-576))) (-15 -1637 ((-52) |#2| (-304 |#2|))) (-15 -1637 ((-52) |#2| (-304 |#2|) (-576))) (-15 -1646 ((-52) (-1197))) (-15 -1646 ((-52) |#2|)) (-15 -1646 ((-52) |#2| (-419 (-576)))) (-15 -1646 ((-52) |#2| (-304 |#2|))) (-15 -1646 ((-52) |#2| (-304 |#2|) (-419 (-576)))) (-15 -2861 ((-52) (-1197))) (-15 -2861 ((-52) |#2|)) (-15 -2861 ((-52) |#2| (-419 (-576)))) (-15 -2861 ((-52) |#2| (-304 |#2|))) (-15 -2861 ((-52) |#2| (-304 |#2|) (-419 (-576)))))
+((-1955 (((-112) $ $) NIL)) (-2278 (((-656 $) $ (-1197)) NIL (|has| |#1| (-568))) (((-656 $) $) NIL (|has| |#1| (-568))) (((-656 $) (-1193 $) (-1197)) NIL (|has| |#1| (-568))) (((-656 $) (-1193 $)) NIL (|has| |#1| (-568))) (((-656 $) (-971 $)) NIL (|has| |#1| (-568)))) (-3343 (($ $ (-1197)) NIL (|has| |#1| (-568))) (($ $) NIL (|has| |#1| (-568))) (($ (-1193 $) (-1197)) NIL (|has| |#1| (-568))) (($ (-1193 $)) NIL (|has| |#1| (-568))) (($ (-971 $)) NIL (|has| |#1| (-568)))) (-2604 (((-112) $) 27 (-3795 (|has| |#1| (-25)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070)))))) (-1583 (((-656 (-1197)) $) 368)) (-1420 (((-419 (-1193 $)) $ (-624 $)) NIL (|has| |#1| (-568)))) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-4442 (((-656 (-624 $)) $) NIL)) (-3586 (($ $) 171 (|has| |#1| (-568)))) (-3435 (($ $) 147 (|has| |#1| (-568)))) (-3969 (($ $ (-1113 $)) 232 (|has| |#1| (-568))) (($ $ (-1197)) 228 (|has| |#1| (-568)))) (-2583 (((-3 $ "failed") $ $) NIL (-3795 (|has| |#1| (-21)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070)))))) (-1793 (($ $ (-304 $)) NIL) (($ $ (-656 (-304 $))) 386) (($ $ (-656 (-624 $)) (-656 $)) 430)) (-1654 (((-430 (-1193 $)) (-1193 $)) 308 (-12 (|has| |#1| (-464)) (|has| |#1| (-568))))) (-4068 (($ $) NIL (|has| |#1| (-568)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-568)))) (-1463 (($ $) NIL (|has| |#1| (-568)))) (-4064 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3562 (($ $) 167 (|has| |#1| (-568)))) (-3412 (($ $) 143 (|has| |#1| (-568)))) (-3729 (($ $ (-576)) 73 (|has| |#1| (-568)))) (-3612 (($ $) 175 (|has| |#1| (-568)))) (-3461 (($ $) 151 (|has| |#1| (-568)))) (-3853 (($) NIL (-3795 (|has| |#1| (-25)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070))) (|has| |#1| (-1133))) CONST)) (-3587 (((-656 $) $ (-1197)) NIL (|has| |#1| (-568))) (((-656 $) $) NIL (|has| |#1| (-568))) (((-656 $) (-1193 $) (-1197)) NIL (|has| |#1| (-568))) (((-656 $) (-1193 $)) NIL (|has| |#1| (-568))) (((-656 $) (-971 $)) NIL (|has| |#1| (-568)))) (-2169 (($ $ (-1197)) NIL (|has| |#1| (-568))) (($ $) NIL (|has| |#1| (-568))) (($ (-1193 $) (-1197)) 134 (|has| |#1| (-568))) (($ (-1193 $)) NIL (|has| |#1| (-568))) (($ (-971 $)) NIL (|has| |#1| (-568)))) (-2981 (((-3 (-624 $) "failed") $) 18) (((-3 (-1197) "failed") $) NIL) (((-3 |#1| "failed") $) 441) (((-3 (-48) "failed") $) 336 (-12 (|has| |#1| (-568)) (|has| |#1| (-1059 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-971 |#1|)) "failed") $) NIL (|has| |#1| (-568))) (((-3 (-971 |#1|) "failed") $) NIL (|has| |#1| (-1070))) (((-3 (-419 (-576)) "failed") $) 46 (-3795 (-12 (|has| |#1| (-568)) (|has| |#1| (-1059 (-576)))) (|has| |#1| (-1059 (-419 (-576))))))) (-2318 (((-624 $) $) 12) (((-1197) $) NIL) ((|#1| $) 421) (((-48) $) NIL (-12 (|has| |#1| (-568)) (|has| |#1| (-1059 (-576))))) (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-419 (-971 |#1|)) $) NIL (|has| |#1| (-568))) (((-971 |#1|) $) NIL (|has| |#1| (-1070))) (((-419 (-576)) $) 319 (-3795 (-12 (|has| |#1| (-568)) (|has| |#1| (-1059 (-576)))) (|has| |#1| (-1059 (-419 (-576))))))) (-1892 (($ $ $) NIL (|has| |#1| (-568)))) (-2255 (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) 125 (|has| |#1| (-1070))) (((-701 |#1|) (-701 $)) 115 (|has| |#1| (-1070))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070)))) (((-701 (-576)) (-701 $)) NIL (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070))))) (-2722 (($ $) 96 (|has| |#1| (-568)))) (-2413 (((-3 $ "failed") $) NIL (|has| |#1| (-1133)))) (-1905 (($ $ $) NIL (|has| |#1| (-568)))) (-3376 (($ $ (-1113 $)) 236 (|has| |#1| (-568))) (($ $ (-1197)) 234 (|has| |#1| (-568)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| |#1| (-568)))) (-3742 (((-112) $) NIL (|has| |#1| (-568)))) (-3452 (($ $ $) 202 (|has| |#1| (-568)))) (-2723 (($) 137 (|has| |#1| (-568)))) (-1501 (($ $ $) 222 (|has| |#1| (-568)))) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) 392 (|has| |#1| (-901 (-576)))) (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 399 (|has| |#1| (-901 (-390))))) (-4087 (($ $) NIL) (($ (-656 $)) NIL)) (-2216 (((-656 (-115)) $) NIL)) (-1401 (((-115) (-115)) 276)) (-3315 (((-112) $) 25 (|has| |#1| (-1133)))) (-2231 (((-112) $) NIL (|has| $ (-1059 (-576))))) (-2364 (($ $) 72 (|has| |#1| (-1070)))) (-2687 (((-1146 |#1| (-624 $)) $) 91 (|has| |#1| (-1070)))) (-4065 (((-112) $) 62 (|has| |#1| (-568)))) (-4063 (($ $ (-576)) NIL (|has| |#1| (-568)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-568)))) (-1650 (((-1193 $) (-624 $)) 277 (|has| $ (-1070)))) (-2423 (($ (-1 $ $) (-624 $)) 426)) (-1541 (((-3 (-624 $) "failed") $) NIL)) (-2608 (($ $) 141 (|has| |#1| (-568)))) (-1825 (($ $) 247 (|has| |#1| (-568)))) (-3015 (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) NIL (|has| |#1| (-1070))) (((-701 |#1|) (-1288 $)) NIL (|has| |#1| (-1070))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070)))) (((-701 (-576)) (-1288 $)) NIL (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070))))) (-3078 (($ (-656 $)) NIL (|has| |#1| (-568))) (($ $ $) NIL (|has| |#1| (-568)))) (-4185 (((-1179) $) NIL)) (-1388 (((-656 (-624 $)) $) 49)) (-2772 (($ (-115) $) NIL) (($ (-115) (-656 $)) 431)) (-4383 (((-3 (-656 $) "failed") $) NIL (|has| |#1| (-1133)))) (-1788 (((-3 (-2 (|:| |val| $) (|:| -3744 (-576))) "failed") $) NIL (|has| |#1| (-1070)))) (-2453 (((-3 (-656 $) "failed") $) 436 (|has| |#1| (-25)))) (-2819 (((-3 (-2 (|:| -2862 (-576)) (|:| |var| (-624 $))) "failed") $) 440 (|has| |#1| (-25)))) (-2344 (((-3 (-2 (|:| |var| (-624 $)) (|:| -3744 (-576))) "failed") $) NIL (|has| |#1| (-1133))) (((-3 (-2 (|:| |var| (-624 $)) (|:| -3744 (-576))) "failed") $ (-115)) NIL (|has| |#1| (-1070))) (((-3 (-2 (|:| |var| (-624 $)) (|:| -3744 (-576))) "failed") $ (-1197)) NIL (|has| |#1| (-1070)))) (-1436 (((-112) $ (-115)) NIL) (((-112) $ (-1197)) 51)) (-1668 (($ $) NIL (-3795 (|has| |#1| (-485)) (|has| |#1| (-568))))) (-2153 (($ $ (-1197)) 251 (|has| |#1| (-568))) (($ $ (-1113 $)) 253 (|has| |#1| (-568)))) (-2954 (((-783) $) NIL)) (-3117 (((-1141) $) NIL)) (-1677 (((-112) $) 43)) (-1684 ((|#1| $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 301 (|has| |#1| (-568)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-568))) (($ $ $) NIL (|has| |#1| (-568)))) (-3485 (((-112) $ $) NIL) (((-112) $ (-1197)) NIL)) (-1718 (($ $ (-1197)) 226 (|has| |#1| (-568))) (($ $) 224 (|has| |#1| (-568)))) (-3506 (($ $) 218 (|has| |#1| (-568)))) (-4074 (((-430 (-1193 $)) (-1193 $)) 306 (-12 (|has| |#1| (-464)) (|has| |#1| (-568))))) (-1452 (((-430 $) $) NIL (|has| |#1| (-568)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-568))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-568)))) (-1943 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-568)))) (-2154 (($ $) 139 (|has| |#1| (-568)))) (-3489 (((-112) $) NIL (|has| $ (-1059 (-576))))) (-2143 (($ $ (-624 $) $) NIL) (($ $ (-656 (-624 $)) (-656 $)) 425) (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-656 (-1197)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-1197)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-1197) (-1 $ (-656 $))) NIL) (($ $ (-1197) (-1 $ $)) NIL) (($ $ (-656 (-115)) (-656 (-1 $ $))) 379) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-115) (-1 $ (-656 $))) NIL) (($ $ (-115) (-1 $ $)) NIL) (($ $ (-1197)) NIL (|has| |#1| (-626 (-548)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-626 (-548)))) (($ $) NIL (|has| |#1| (-626 (-548)))) (($ $ (-115) $ (-1197)) 366 (|has| |#1| (-626 (-548)))) (($ $ (-656 (-115)) (-656 $) (-1197)) 365 (|has| |#1| (-626 (-548)))) (($ $ (-656 (-1197)) (-656 (-783)) (-656 (-1 $ $))) NIL (|has| |#1| (-1070))) (($ $ (-656 (-1197)) (-656 (-783)) (-656 (-1 $ (-656 $)))) NIL (|has| |#1| (-1070))) (($ $ (-1197) (-783) (-1 $ (-656 $))) NIL (|has| |#1| (-1070))) (($ $ (-1197) (-783) (-1 $ $)) NIL (|has| |#1| (-1070)))) (-3199 (((-783) $) NIL (|has| |#1| (-568)))) (-3363 (($ $) 239 (|has| |#1| (-568)))) (-4369 (($ (-115) $) NIL) (($ (-115) $ $) NIL) (($ (-115) $ $ $) NIL) (($ (-115) $ $ $ $) NIL) (($ (-115) (-656 $)) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-568)))) (-1841 (($ $) NIL) (($ $ $) NIL)) (-3399 (($ $) 249 (|has| |#1| (-568)))) (-1931 (($ $) 200 (|has| |#1| (-568)))) (-4107 (($ $ (-1197)) NIL (|has| |#1| (-1070))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-1070))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-1070))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-1070)))) (-3908 (($ $) 74 (|has| |#1| (-568)))) (-2698 (((-1146 |#1| (-624 $)) $) 93 (|has| |#1| (-568)))) (-2030 (($ $) 317 (|has| $ (-1070)))) (-3623 (($ $) 177 (|has| |#1| (-568)))) (-3474 (($ $) 153 (|has| |#1| (-568)))) (-3599 (($ $) 173 (|has| |#1| (-568)))) (-3448 (($ $) 149 (|has| |#1| (-568)))) (-3574 (($ $) 169 (|has| |#1| (-568)))) (-3424 (($ $) 145 (|has| |#1| (-568)))) (-1554 (((-907 (-576)) $) NIL (|has| |#1| (-626 (-907 (-576))))) (((-907 (-390)) $) NIL (|has| |#1| (-626 (-907 (-390))))) (($ (-430 $)) NIL (|has| |#1| (-568))) (((-548) $) 363 (|has| |#1| (-626 (-548))))) (-2970 (($ $ $) NIL (|has| |#1| (-485)))) (-3595 (($ $ $) NIL (|has| |#1| (-485)))) (-4114 (((-876) $) 424) (($ (-624 $)) 415) (($ (-1197)) 381) (($ |#1|) 337) (($ $) NIL (|has| |#1| (-568))) (($ (-48)) 312 (-12 (|has| |#1| (-568)) (|has| |#1| (-1059 (-576))))) (($ (-1146 |#1| (-624 $))) 95 (|has| |#1| (-1070))) (($ (-419 |#1|)) NIL (|has| |#1| (-568))) (($ (-971 (-419 |#1|))) NIL (|has| |#1| (-568))) (($ (-419 (-971 (-419 |#1|)))) NIL (|has| |#1| (-568))) (($ (-419 (-971 |#1|))) NIL (|has| |#1| (-568))) (($ (-971 |#1|)) NIL (|has| |#1| (-1070))) (($ (-576)) 34 (-3795 (|has| |#1| (-1059 (-576))) (|has| |#1| (-1070)))) (($ (-419 (-576))) NIL (-3795 (|has| |#1| (-568)) (|has| |#1| (-1059 (-419 (-576))))))) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) NIL (|has| |#1| (-1070)) CONST)) (-2345 (($ $) NIL) (($ (-656 $)) NIL)) (-2945 (($ $ $) 220 (|has| |#1| (-568)))) (-2175 (($ $ $) 206 (|has| |#1| (-568)))) (-2470 (($ $ $) 210 (|has| |#1| (-568)))) (-2900 (($ $ $) 204 (|has| |#1| (-568)))) (-3329 (($ $ $) 208 (|has| |#1| (-568)))) (-4020 (((-112) (-115)) 10)) (-3000 (((-112) $ $) 86)) (-3653 (($ $) 183 (|has| |#1| (-568)))) (-3510 (($ $) 159 (|has| |#1| (-568)))) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3632 (($ $) 179 (|has| |#1| (-568)))) (-3487 (($ $) 155 (|has| |#1| (-568)))) (-3673 (($ $) 187 (|has| |#1| (-568)))) (-3537 (($ $) 163 (|has| |#1| (-568)))) (-3701 (($ (-1197) $) NIL) (($ (-1197) $ $) NIL) (($ (-1197) $ $ $) NIL) (($ (-1197) $ $ $ $) NIL) (($ (-1197) (-656 $)) NIL)) (-1410 (($ $) 214 (|has| |#1| (-568)))) (-4013 (($ $) 212 (|has| |#1| (-568)))) (-1970 (($ $) 189 (|has| |#1| (-568)))) (-3550 (($ $) 165 (|has| |#1| (-568)))) (-3664 (($ $) 185 (|has| |#1| (-568)))) (-3523 (($ $) 161 (|has| |#1| (-568)))) (-3642 (($ $) 181 (|has| |#1| (-568)))) (-3498 (($ $) 157 (|has| |#1| (-568)))) (-2679 (($ $) 192 (|has| |#1| (-568)))) (-4312 (($) 21 (-3795 (|has| |#1| (-25)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070)))) CONST)) (-3051 (($ $) 243 (|has| |#1| (-568)))) (-4322 (($) 23 (|has| |#1| (-1133)) CONST)) (-2755 (($ $) 194 (|has| |#1| (-568))) (($ $ $) 196 (|has| |#1| (-568)))) (-2275 (($ $) 241 (|has| |#1| (-568)))) (-3157 (($ $ (-1197)) NIL (|has| |#1| (-1070))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-1070))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-1070))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-1070)))) (-4004 (($ $) 245 (|has| |#1| (-568)))) (-1875 (($ $ $) 198 (|has| |#1| (-568)))) (-3939 (((-112) $ $) 88)) (-4047 (($ (-1146 |#1| (-624 $)) (-1146 |#1| (-624 $))) 106 (|has| |#1| (-568))) (($ $ $) 42 (-3795 (|has| |#1| (-485)) (|has| |#1| (-568))))) (-4037 (($ $ $) 40 (-3795 (|has| |#1| (-21)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070))))) (($ $) 29 (-3795 (|has| |#1| (-21)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070)))))) (-4027 (($ $ $) 38 (-3795 (|has| |#1| (-25)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070)))))) (** (($ $ $) 64 (|has| |#1| (-568))) (($ $ (-419 (-576))) 314 (|has| |#1| (-568))) (($ $ (-576)) 80 (-3795 (|has| |#1| (-485)) (|has| |#1| (-568)))) (($ $ (-783)) 75 (|has| |#1| (-1133))) (($ $ (-940)) 84 (|has| |#1| (-1133)))) (* (($ (-419 (-576)) $) NIL (|has| |#1| (-568))) (($ $ (-419 (-576))) NIL (|has| |#1| (-568))) (($ $ |#1|) NIL (|has| |#1| (-174))) (($ |#1| $) NIL (|has| |#1| (-1070))) (($ $ $) 36 (|has| |#1| (-1133))) (($ (-576) $) 32 (-3795 (|has| |#1| (-21)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070))))) (($ (-783) $) NIL (-3795 (|has| |#1| (-25)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070))))) (($ (-940) $) NIL (-3795 (|has| |#1| (-25)) (-12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070)))))))
+(((-326 |#1|) (-13 (-442 |#1|) (-10 -8 (IF (|has| |#1| (-568)) (PROGN (-6 (-29 |#1|)) (-6 (-1223)) (-6 (-161)) (-6 (-641)) (-6 (-1160)) (-15 -2722 ($ $)) (-15 -4065 ((-112) $)) (-15 -3729 ($ $ (-576))) (IF (|has| |#1| (-464)) (PROGN (-15 -4074 ((-430 (-1193 $)) (-1193 $))) (-15 -1654 ((-430 (-1193 $)) (-1193 $)))) |%noBranch|) (IF (|has| |#1| (-1059 (-576))) (-6 (-1059 (-48))) |%noBranch|)) |%noBranch|))) (-1121)) (T -326))
+((-2722 (*1 *1 *1) (-12 (-5 *1 (-326 *2)) (-4 *2 (-568)) (-4 *2 (-1121)))) (-4065 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-326 *3)) (-4 *3 (-568)) (-4 *3 (-1121)))) (-3729 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-326 *3)) (-4 *3 (-568)) (-4 *3 (-1121)))) (-4074 (*1 *2 *3) (-12 (-5 *2 (-430 (-1193 *1))) (-5 *1 (-326 *4)) (-5 *3 (-1193 *1)) (-4 *4 (-464)) (-4 *4 (-568)) (-4 *4 (-1121)))) (-1654 (*1 *2 *3) (-12 (-5 *2 (-430 (-1193 *1))) (-5 *1 (-326 *4)) (-5 *3 (-1193 *1)) (-4 *4 (-464)) (-4 *4 (-568)) (-4 *4 (-1121)))))
+(-13 (-442 |#1|) (-10 -8 (IF (|has| |#1| (-568)) (PROGN (-6 (-29 |#1|)) (-6 (-1223)) (-6 (-161)) (-6 (-641)) (-6 (-1160)) (-15 -2722 ($ $)) (-15 -4065 ((-112) $)) (-15 -3729 ($ $ (-576))) (IF (|has| |#1| (-464)) (PROGN (-15 -4074 ((-430 (-1193 $)) (-1193 $))) (-15 -1654 ((-430 (-1193 $)) (-1193 $)))) |%noBranch|) (IF (|has| |#1| (-1059 (-576))) (-6 (-1059 (-48))) |%noBranch|)) |%noBranch|)))
+((-2014 (((-52) |#2| (-115) (-304 |#2|) (-656 |#2|)) 89) (((-52) |#2| (-115) (-304 |#2|) (-304 |#2|)) 85) (((-52) |#2| (-115) (-304 |#2|) |#2|) 87) (((-52) (-304 |#2|) (-115) (-304 |#2|) |#2|) 88) (((-52) (-656 |#2|) (-656 (-115)) (-304 |#2|) (-656 (-304 |#2|))) 81) (((-52) (-656 |#2|) (-656 (-115)) (-304 |#2|) (-656 |#2|)) 83) (((-52) (-656 (-304 |#2|)) (-656 (-115)) (-304 |#2|) (-656 |#2|)) 84) (((-52) (-656 (-304 |#2|)) (-656 (-115)) (-304 |#2|) (-656 (-304 |#2|))) 82) (((-52) (-304 |#2|) (-115) (-304 |#2|) (-656 |#2|)) 90) (((-52) (-304 |#2|) (-115) (-304 |#2|) (-304 |#2|)) 86)))
+(((-327 |#1| |#2|) (-10 -7 (-15 -2014 ((-52) (-304 |#2|) (-115) (-304 |#2|) (-304 |#2|))) (-15 -2014 ((-52) (-304 |#2|) (-115) (-304 |#2|) (-656 |#2|))) (-15 -2014 ((-52) (-656 (-304 |#2|)) (-656 (-115)) (-304 |#2|) (-656 (-304 |#2|)))) (-15 -2014 ((-52) (-656 (-304 |#2|)) (-656 (-115)) (-304 |#2|) (-656 |#2|))) (-15 -2014 ((-52) (-656 |#2|) (-656 (-115)) (-304 |#2|) (-656 |#2|))) (-15 -2014 ((-52) (-656 |#2|) (-656 (-115)) (-304 |#2|) (-656 (-304 |#2|)))) (-15 -2014 ((-52) (-304 |#2|) (-115) (-304 |#2|) |#2|)) (-15 -2014 ((-52) |#2| (-115) (-304 |#2|) |#2|)) (-15 -2014 ((-52) |#2| (-115) (-304 |#2|) (-304 |#2|))) (-15 -2014 ((-52) |#2| (-115) (-304 |#2|) (-656 |#2|)))) (-13 (-568) (-626 (-548))) (-442 |#1|)) (T -327))
+((-2014 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-115)) (-5 *5 (-304 *3)) (-5 *6 (-656 *3)) (-4 *3 (-442 *7)) (-4 *7 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *7 *3)))) (-2014 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-115)) (-5 *5 (-304 *3)) (-4 *3 (-442 *6)) (-4 *6 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *6 *3)))) (-2014 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-115)) (-5 *5 (-304 *3)) (-4 *3 (-442 *6)) (-4 *6 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *6 *3)))) (-2014 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-304 *5)) (-5 *4 (-115)) (-4 *5 (-442 *6)) (-4 *6 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *6 *5)))) (-2014 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 (-115))) (-5 *6 (-656 (-304 *8))) (-4 *8 (-442 *7)) (-5 *5 (-304 *8)) (-4 *7 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *7 *8)))) (-2014 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-656 *7)) (-5 *4 (-656 (-115))) (-5 *5 (-304 *7)) (-4 *7 (-442 *6)) (-4 *6 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *6 *7)))) (-2014 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-656 (-304 *8))) (-5 *4 (-656 (-115))) (-5 *5 (-304 *8)) (-5 *6 (-656 *8)) (-4 *8 (-442 *7)) (-4 *7 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *7 *8)))) (-2014 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-656 (-304 *7))) (-5 *4 (-656 (-115))) (-5 *5 (-304 *7)) (-4 *7 (-442 *6)) (-4 *6 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *6 *7)))) (-2014 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-304 *7)) (-5 *4 (-115)) (-5 *5 (-656 *7)) (-4 *7 (-442 *6)) (-4 *6 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *6 *7)))) (-2014 (*1 *2 *3 *4 *3 *3) (-12 (-5 *3 (-304 *6)) (-5 *4 (-115)) (-4 *6 (-442 *5)) (-4 *5 (-13 (-568) (-626 (-548)))) (-5 *2 (-52)) (-5 *1 (-327 *5 *6)))))
+(-10 -7 (-15 -2014 ((-52) (-304 |#2|) (-115) (-304 |#2|) (-304 |#2|))) (-15 -2014 ((-52) (-304 |#2|) (-115) (-304 |#2|) (-656 |#2|))) (-15 -2014 ((-52) (-656 (-304 |#2|)) (-656 (-115)) (-304 |#2|) (-656 (-304 |#2|)))) (-15 -2014 ((-52) (-656 (-304 |#2|)) (-656 (-115)) (-304 |#2|) (-656 |#2|))) (-15 -2014 ((-52) (-656 |#2|) (-656 (-115)) (-304 |#2|) (-656 |#2|))) (-15 -2014 ((-52) (-656 |#2|) (-656 (-115)) (-304 |#2|) (-656 (-304 |#2|)))) (-15 -2014 ((-52) (-304 |#2|) (-115) (-304 |#2|) |#2|)) (-15 -2014 ((-52) |#2| (-115) (-304 |#2|) |#2|)) (-15 -2014 ((-52) |#2| (-115) (-304 |#2|) (-304 |#2|))) (-15 -2014 ((-52) |#2| (-115) (-304 |#2|) (-656 |#2|))))
+((-1871 (((-1233 (-945)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1115 (-227)) (-227) (-576) (-1179)) 67) (((-1233 (-945)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1115 (-227)) (-227) (-576)) 68) (((-1233 (-945)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1115 (-227)) (-1 (-227) (-227)) (-576) (-1179)) 64) (((-1233 (-945)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1115 (-227)) (-1 (-227) (-227)) (-576)) 65)) (-1797 (((-1 (-227) (-227)) (-227)) 66)))
+(((-328) (-10 -7 (-15 -1797 ((-1 (-227) (-227)) (-227))) (-15 -1871 ((-1233 (-945)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1115 (-227)) (-1 (-227) (-227)) (-576))) (-15 -1871 ((-1233 (-945)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1115 (-227)) (-1 (-227) (-227)) (-576) (-1179))) (-15 -1871 ((-1233 (-945)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1115 (-227)) (-227) (-576))) (-15 -1871 ((-1233 (-945)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1115 (-227)) (-227) (-576) (-1179))))) (T -328))
+((-1871 (*1 *2 *3 *3 *3 *4 *5 *6 *7 *8) (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227))) (-5 *5 (-1115 (-227))) (-5 *6 (-227)) (-5 *7 (-576)) (-5 *8 (-1179)) (-5 *2 (-1233 (-945))) (-5 *1 (-328)))) (-1871 (*1 *2 *3 *3 *3 *4 *5 *6 *7) (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227))) (-5 *5 (-1115 (-227))) (-5 *6 (-227)) (-5 *7 (-576)) (-5 *2 (-1233 (-945))) (-5 *1 (-328)))) (-1871 (*1 *2 *3 *3 *3 *4 *5 *4 *6 *7) (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227))) (-5 *5 (-1115 (-227))) (-5 *6 (-576)) (-5 *7 (-1179)) (-5 *2 (-1233 (-945))) (-5 *1 (-328)))) (-1871 (*1 *2 *3 *3 *3 *4 *5 *4 *6) (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227))) (-5 *5 (-1115 (-227))) (-5 *6 (-576)) (-5 *2 (-1233 (-945))) (-5 *1 (-328)))) (-1797 (*1 *2 *3) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *1 (-328)) (-5 *3 (-227)))))
+(-10 -7 (-15 -1797 ((-1 (-227) (-227)) (-227))) (-15 -1871 ((-1233 (-945)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1115 (-227)) (-1 (-227) (-227)) (-576))) (-15 -1871 ((-1233 (-945)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1115 (-227)) (-1 (-227) (-227)) (-576) (-1179))) (-15 -1871 ((-1233 (-945)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1115 (-227)) (-227) (-576))) (-15 -1871 ((-1233 (-945)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1115 (-227)) (-227) (-576) (-1179))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 26)) (-1583 (((-656 (-1103)) $) NIL)) (-1652 (((-1197) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2452 (($ $ (-419 (-576))) NIL) (($ $ (-419 (-576)) (-419 (-576))) NIL)) (-3716 (((-1178 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|))) $) 20)) (-3586 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL (|has| |#1| (-374)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-374)))) (-1463 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4064 (((-112) $ $) NIL (|has| |#1| (-374)))) (-3562 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2861 (($ (-783) (-1178 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|)))) NIL)) (-3612 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) NIL T CONST)) (-1892 (($ $ $) NIL (|has| |#1| (-374)))) (-3310 (($ $) 36)) (-2413 (((-3 $ "failed") $) NIL)) (-1905 (($ $ $) NIL (|has| |#1| (-374)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-3742 (((-112) $) NIL (|has| |#1| (-374)))) (-2871 (((-112) $) NIL)) (-2723 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1760 (((-419 (-576)) $) NIL) (((-419 (-576)) $ (-419 (-576))) 16)) (-3315 (((-112) $) NIL)) (-4063 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3460 (($ $ (-940)) NIL) (($ $ (-419 (-576))) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-419 (-576))) NIL) (($ $ (-1103) (-419 (-576))) NIL) (($ $ (-656 (-1103)) (-656 (-419 (-576)))) NIL)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-2608 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL (|has| |#1| (-374)))) (-1488 (($ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| |#1| (-15 -1488 (|#1| |#1| (-1197)))) (|has| |#1| (-15 -1583 ((-656 (-1197)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-978)) (|has| |#1| (-1223)))))) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-374)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-1452 (((-430 $) $) NIL (|has| |#1| (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-3168 (($ $ (-419 (-576))) NIL)) (-1943 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2591 (((-419 (-576)) $) 17)) (-1738 (($ (-1273 |#1| |#2| |#3|)) 11)) (-3744 (((-1273 |#1| |#2| |#3|) $) 12)) (-2154 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2143 (((-1178 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))))) (-3199 (((-783) $) NIL (|has| |#1| (-374)))) (-4369 ((|#1| $ (-419 (-576))) NIL) (($ $ $) NIL (|has| (-419 (-576)) (-1133)))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-374)))) (-4107 (($ $ (-1197)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (-2786 (((-419 (-576)) $) NIL)) (-3623 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2093 (($ $) 10)) (-4114 (((-876) $) 42) (($ (-576)) NIL) (($ |#1|) NIL (|has| |#1| (-174))) (($ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568)))) (-1341 ((|#1| $ (-419 (-576))) 34)) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) NIL T CONST)) (-3188 ((|#1| $) NIL)) (-3000 (((-112) $ $) NIL)) (-3653 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3632 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2642 ((|#1| $ (-419 (-576))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))) (|has| |#1| (-15 -4114 (|#1| (-1197))))))) (-1970 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-1197)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 28)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 37)) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
+(((-329 |#1| |#2| |#3|) (-13 (-1269 |#1|) (-804) (-10 -8 (-15 -1738 ($ (-1273 |#1| |#2| |#3|))) (-15 -3744 ((-1273 |#1| |#2| |#3|) $)) (-15 -2591 ((-419 (-576)) $)))) (-374) (-1197) |#1|) (T -329))
+((-1738 (*1 *1 *2) (-12 (-5 *2 (-1273 *3 *4 *5)) (-4 *3 (-374)) (-14 *4 (-1197)) (-14 *5 *3) (-5 *1 (-329 *3 *4 *5)))) (-3744 (*1 *2 *1) (-12 (-5 *2 (-1273 *3 *4 *5)) (-5 *1 (-329 *3 *4 *5)) (-4 *3 (-374)) (-14 *4 (-1197)) (-14 *5 *3))) (-2591 (*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-329 *3 *4 *5)) (-4 *3 (-374)) (-14 *4 (-1197)) (-14 *5 *3))))
+(-13 (-1269 |#1|) (-804) (-10 -8 (-15 -1738 ($ (-1273 |#1| |#2| |#3|))) (-15 -3744 ((-1273 |#1| |#2| |#3|) $)) (-15 -2591 ((-419 (-576)) $))))
+((-4063 (((-2 (|:| -3744 (-783)) (|:| -2862 |#1|) (|:| |radicand| (-656 |#1|))) (-430 |#1|) (-783)) 35)) (-2608 (((-656 (-2 (|:| -2862 (-783)) (|:| |logand| |#1|))) (-430 |#1|)) 40)))
+(((-330 |#1|) (-10 -7 (-15 -4063 ((-2 (|:| -3744 (-783)) (|:| -2862 |#1|) (|:| |radicand| (-656 |#1|))) (-430 |#1|) (-783))) (-15 -2608 ((-656 (-2 (|:| -2862 (-783)) (|:| |logand| |#1|))) (-430 |#1|)))) (-568)) (T -330))
+((-2608 (*1 *2 *3) (-12 (-5 *3 (-430 *4)) (-4 *4 (-568)) (-5 *2 (-656 (-2 (|:| -2862 (-783)) (|:| |logand| *4)))) (-5 *1 (-330 *4)))) (-4063 (*1 *2 *3 *4) (-12 (-5 *3 (-430 *5)) (-4 *5 (-568)) (-5 *2 (-2 (|:| -3744 (-783)) (|:| -2862 *5) (|:| |radicand| (-656 *5)))) (-5 *1 (-330 *5)) (-5 *4 (-783)))))
+(-10 -7 (-15 -4063 ((-2 (|:| -3744 (-783)) (|:| -2862 |#1|) (|:| |radicand| (-656 |#1|))) (-430 |#1|) (-783))) (-15 -2608 ((-656 (-2 (|:| -2862 (-783)) (|:| |logand| |#1|))) (-430 |#1|))))
+((-1583 (((-656 |#2|) (-1193 |#4|)) 44)) (-4137 ((|#3| (-576)) 47)) (-3235 (((-1193 |#4|) (-1193 |#3|)) 30)) (-4182 (((-1193 |#4|) (-1193 |#4|) (-576)) 66)) (-2556 (((-1193 |#3|) (-1193 |#4|)) 21)) (-2786 (((-656 (-783)) (-1193 |#4|) (-656 |#2|)) 41)) (-4181 (((-1193 |#3|) (-1193 |#4|) (-656 |#2|) (-656 |#3|)) 35)))
+(((-331 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4181 ((-1193 |#3|) (-1193 |#4|) (-656 |#2|) (-656 |#3|))) (-15 -2786 ((-656 (-783)) (-1193 |#4|) (-656 |#2|))) (-15 -1583 ((-656 |#2|) (-1193 |#4|))) (-15 -2556 ((-1193 |#3|) (-1193 |#4|))) (-15 -3235 ((-1193 |#4|) (-1193 |#3|))) (-15 -4182 ((-1193 |#4|) (-1193 |#4|) (-576))) (-15 -4137 (|#3| (-576)))) (-805) (-862) (-1070) (-968 |#3| |#1| |#2|)) (T -331))
+((-4137 (*1 *2 *3) (-12 (-5 *3 (-576)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1070)) (-5 *1 (-331 *4 *5 *2 *6)) (-4 *6 (-968 *2 *4 *5)))) (-4182 (*1 *2 *2 *3) (-12 (-5 *2 (-1193 *7)) (-5 *3 (-576)) (-4 *7 (-968 *6 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1070)) (-5 *1 (-331 *4 *5 *6 *7)))) (-3235 (*1 *2 *3) (-12 (-5 *3 (-1193 *6)) (-4 *6 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-1193 *7)) (-5 *1 (-331 *4 *5 *6 *7)) (-4 *7 (-968 *6 *4 *5)))) (-2556 (*1 *2 *3) (-12 (-5 *3 (-1193 *7)) (-4 *7 (-968 *6 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1070)) (-5 *2 (-1193 *6)) (-5 *1 (-331 *4 *5 *6 *7)))) (-1583 (*1 *2 *3) (-12 (-5 *3 (-1193 *7)) (-4 *7 (-968 *6 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1070)) (-5 *2 (-656 *5)) (-5 *1 (-331 *4 *5 *6 *7)))) (-2786 (*1 *2 *3 *4) (-12 (-5 *3 (-1193 *8)) (-5 *4 (-656 *6)) (-4 *6 (-862)) (-4 *8 (-968 *7 *5 *6)) (-4 *5 (-805)) (-4 *7 (-1070)) (-5 *2 (-656 (-783))) (-5 *1 (-331 *5 *6 *7 *8)))) (-4181 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1193 *9)) (-5 *4 (-656 *7)) (-5 *5 (-656 *8)) (-4 *7 (-862)) (-4 *8 (-1070)) (-4 *9 (-968 *8 *6 *7)) (-4 *6 (-805)) (-5 *2 (-1193 *8)) (-5 *1 (-331 *6 *7 *8 *9)))))
+(-10 -7 (-15 -4181 ((-1193 |#3|) (-1193 |#4|) (-656 |#2|) (-656 |#3|))) (-15 -2786 ((-656 (-783)) (-1193 |#4|) (-656 |#2|))) (-15 -1583 ((-656 |#2|) (-1193 |#4|))) (-15 -2556 ((-1193 |#3|) (-1193 |#4|))) (-15 -3235 ((-1193 |#4|) (-1193 |#3|))) (-15 -4182 ((-1193 |#4|) (-1193 |#4|) (-576))) (-15 -4137 (|#3| (-576))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 19)) (-3716 (((-656 (-2 (|:| |gen| |#1|) (|:| -2154 (-576)))) $) 21)) (-2583 (((-3 $ "failed") $ $) NIL)) (-2200 (((-783) $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) NIL)) (-2318 ((|#1| $) NIL)) (-4177 ((|#1| $ (-576)) NIL)) (-1596 (((-576) $ (-576)) NIL)) (-2905 (($ $ $) NIL (|has| |#1| (-862)))) (-2163 (($ $ $) NIL (|has| |#1| (-862)))) (-2867 (($ (-1 |#1| |#1|) $) NIL)) (-3791 (($ (-1 (-576) (-576)) $) 11)) (-4185 (((-1179) $) NIL)) (-1428 (($ $ $) NIL (|has| (-576) (-804)))) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL) (($ |#1|) NIL)) (-1341 (((-576) |#1| $) NIL)) (-3000 (((-112) $ $) NIL)) (-4312 (($) NIL T CONST)) (-3995 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3962 (((-112) $ $) 29 (|has| |#1| (-862)))) (-4037 (($ $) 12) (($ $ $) 28)) (-4027 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ (-576)) NIL) (($ (-576) |#1|) 27)))
+(((-332 |#1|) (-13 (-21) (-729 (-576)) (-333 |#1| (-576)) (-10 -7 (IF (|has| |#1| (-862)) (-6 (-862)) |%noBranch|))) (-1121)) (T -332))
NIL
(-13 (-21) (-729 (-576)) (-333 |#1| (-576)) (-10 -7 (IF (|has| |#1| (-862)) (-6 (-862)) |%noBranch|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-3964 (((-656 (-2 (|:| |gen| |#1|) (|:| -4101 |#2|))) $) 28)) (-4299 (((-3 $ "failed") $ $) 20)) (-2093 (((-783) $) 29)) (-2135 (($) 18 T CONST)) (-1570 (((-3 |#1| "failed") $) 33)) (-2857 ((|#1| $) 34)) (-1842 ((|#1| $ (-576)) 26)) (-3814 ((|#2| $ (-576)) 27)) (-1653 (($ (-1 |#1| |#1|) $) 23)) (-1801 (($ (-1 |#2| |#2|) $) 24)) (-3881 (((-1177) $) 10)) (-4431 (($ $ $) 22 (|has| |#2| (-804)))) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12) (($ |#1|) 32)) (-1749 ((|#2| |#1| $) 25)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3027 (($ $ $) 15) (($ |#1| $) 31)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ |#2| |#1|) 30)))
-(((-333 |#1| |#2|) (-141) (-1119) (-132)) (T -333))
-((-3027 (*1 *1 *2 *1) (-12 (-4 *1 (-333 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-132)))) (* (*1 *1 *2 *3) (-12 (-4 *1 (-333 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-132)))) (-2093 (*1 *2 *1) (-12 (-4 *1 (-333 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-132)) (-5 *2 (-783)))) (-3964 (*1 *2 *1) (-12 (-4 *1 (-333 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-132)) (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -4101 *4)))))) (-3814 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-333 *4 *2)) (-4 *4 (-1119)) (-4 *2 (-132)))) (-1842 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-333 *2 *4)) (-4 *4 (-132)) (-4 *2 (-1119)))) (-1749 (*1 *2 *3 *1) (-12 (-4 *1 (-333 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-132)))) (-1801 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-333 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-132)))) (-1653 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-333 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-132)))) (-4431 (*1 *1 *1 *1) (-12 (-4 *1 (-333 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-132)) (-4 *3 (-804)))))
-(-13 (-132) (-1057 |t#1|) (-10 -8 (-15 -3027 ($ |t#1| $)) (-15 * ($ |t#2| |t#1|)) (-15 -2093 ((-783) $)) (-15 -3964 ((-656 (-2 (|:| |gen| |t#1|) (|:| -4101 |t#2|))) $)) (-15 -3814 (|t#2| $ (-576))) (-15 -1842 (|t#1| $ (-576))) (-15 -1749 (|t#2| |t#1| $)) (-15 -1801 ($ (-1 |t#2| |t#2|) $)) (-15 -1653 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#2| (-804)) (-15 -4431 ($ $ $)) |%noBranch|)))
-(((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 |#1|) . T) ((-625 (-874)) . T) ((-1057 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3964 (((-656 (-2 (|:| |gen| |#1|) (|:| -4101 (-783)))) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2093 (((-783) $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) NIL)) (-2857 ((|#1| $) NIL)) (-1842 ((|#1| $ (-576)) NIL)) (-3814 (((-783) $ (-576)) NIL)) (-1653 (($ (-1 |#1| |#1|) $) NIL)) (-1801 (($ (-1 (-783) (-783)) $) NIL)) (-3881 (((-1177) $) NIL)) (-4431 (($ $ $) NIL (|has| (-783) (-804)))) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL) (($ |#1|) NIL)) (-1749 (((-783) |#1| $) NIL)) (-1540 (((-112) $ $) NIL)) (-2716 (($) NIL T CONST)) (-2921 (((-112) $ $) NIL)) (-3027 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-783) |#1|) NIL)))
-(((-334 |#1|) (-333 |#1| (-783)) (-1119)) (T -334))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3716 (((-656 (-2 (|:| |gen| |#1|) (|:| -2154 |#2|))) $) 28)) (-2583 (((-3 $ "failed") $ $) 20)) (-2200 (((-783) $) 29)) (-3853 (($) 18 T CONST)) (-2981 (((-3 |#1| "failed") $) 33)) (-2318 ((|#1| $) 34)) (-4177 ((|#1| $ (-576)) 26)) (-1596 ((|#2| $ (-576)) 27)) (-2867 (($ (-1 |#1| |#1|) $) 23)) (-3791 (($ (-1 |#2| |#2|) $) 24)) (-4185 (((-1179) $) 10)) (-1428 (($ $ $) 22 (|has| |#2| (-804)))) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12) (($ |#1|) 32)) (-1341 ((|#2| |#1| $) 25)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4027 (($ $ $) 15) (($ |#1| $) 31)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ |#2| |#1|) 30)))
+(((-333 |#1| |#2|) (-141) (-1121) (-132)) (T -333))
+((-4027 (*1 *1 *2 *1) (-12 (-4 *1 (-333 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-132)))) (* (*1 *1 *2 *3) (-12 (-4 *1 (-333 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-132)))) (-2200 (*1 *2 *1) (-12 (-4 *1 (-333 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-132)) (-5 *2 (-783)))) (-3716 (*1 *2 *1) (-12 (-4 *1 (-333 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-132)) (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -2154 *4)))))) (-1596 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-333 *4 *2)) (-4 *4 (-1121)) (-4 *2 (-132)))) (-4177 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-333 *2 *4)) (-4 *4 (-132)) (-4 *2 (-1121)))) (-1341 (*1 *2 *3 *1) (-12 (-4 *1 (-333 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-132)))) (-3791 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-333 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-132)))) (-2867 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-333 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-132)))) (-1428 (*1 *1 *1 *1) (-12 (-4 *1 (-333 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-132)) (-4 *3 (-804)))))
+(-13 (-132) (-1059 |t#1|) (-10 -8 (-15 -4027 ($ |t#1| $)) (-15 * ($ |t#2| |t#1|)) (-15 -2200 ((-783) $)) (-15 -3716 ((-656 (-2 (|:| |gen| |t#1|) (|:| -2154 |t#2|))) $)) (-15 -1596 (|t#2| $ (-576))) (-15 -4177 (|t#1| $ (-576))) (-15 -1341 (|t#2| |t#1| $)) (-15 -3791 ($ (-1 |t#2| |t#2|) $)) (-15 -2867 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#2| (-804)) (-15 -1428 ($ $ $)) |%noBranch|)))
+(((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 |#1|) . T) ((-625 (-876)) . T) ((-1059 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3716 (((-656 (-2 (|:| |gen| |#1|) (|:| -2154 (-783)))) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-2200 (((-783) $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) NIL)) (-2318 ((|#1| $) NIL)) (-4177 ((|#1| $ (-576)) NIL)) (-1596 (((-783) $ (-576)) NIL)) (-2867 (($ (-1 |#1| |#1|) $) NIL)) (-3791 (($ (-1 (-783) (-783)) $) NIL)) (-4185 (((-1179) $) NIL)) (-1428 (($ $ $) NIL (|has| (-783) (-804)))) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL) (($ |#1|) NIL)) (-1341 (((-783) |#1| $) NIL)) (-3000 (((-112) $ $) NIL)) (-4312 (($) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-4027 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-783) |#1|) NIL)))
+(((-334 |#1|) (-333 |#1| (-783)) (-1121)) (T -334))
NIL
(-333 |#1| (-783))
-((-2619 (($ $) 72)) (-2056 (($ $ |#2| |#3| $) 14)) (-3492 (($ (-1 |#3| |#3|) $) 51)) (-2055 (((-112) $) 42)) (-2065 ((|#2| $) 44)) (-3473 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#2|) 64)) (-2145 ((|#2| $) 68)) (-1691 (((-656 |#2|) $) 56)) (-2217 (($ $ $ (-783)) 37)) (-3054 (($ $ |#2|) 60)))
-(((-335 |#1| |#2| |#3|) (-10 -8 (-15 -2619 (|#1| |#1|)) (-15 -2145 (|#2| |#1|)) (-15 -3473 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2217 (|#1| |#1| |#1| (-783))) (-15 -2056 (|#1| |#1| |#2| |#3| |#1|)) (-15 -3492 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1691 ((-656 |#2|) |#1|)) (-15 -2065 (|#2| |#1|)) (-15 -2055 ((-112) |#1|)) (-15 -3473 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3054 (|#1| |#1| |#2|))) (-336 |#2| |#3|) (-1068) (-804)) (T -335))
-NIL
-(-10 -8 (-15 -2619 (|#1| |#1|)) (-15 -2145 (|#2| |#1|)) (-15 -3473 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2217 (|#1| |#1| |#1| (-783))) (-15 -2056 (|#1| |#1| |#2| |#3| |#1|)) (-15 -3492 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1691 ((-656 |#2|) |#1|)) (-15 -2065 (|#2| |#1|)) (-15 -2055 ((-112) |#1|)) (-15 -3473 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3054 (|#1| |#1| |#2|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-4380 (($ $) 64 (|has| |#1| (-568)))) (-1657 (((-112) $) 66 (|has| |#1| (-568)))) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-1570 (((-3 (-576) "failed") $) 100 (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) 98 (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) 95)) (-2857 (((-576) $) 99 (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) 97 (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) 96)) (-2109 (($ $) 72)) (-2251 (((-3 $ "failed") $) 37)) (-2619 (($ $) 84 (|has| |#1| (-464)))) (-2056 (($ $ |#1| |#2| $) 88)) (-3612 (((-112) $) 35)) (-1935 (((-783) $) 91)) (-2544 (((-112) $) 74)) (-1940 (($ |#1| |#2|) 73)) (-2488 ((|#2| $) 90)) (-3492 (($ (-1 |#2| |#2|) $) 89)) (-4114 (($ (-1 |#1| |#1|) $) 75)) (-2076 (($ $) 77)) (-2086 ((|#1| $) 78)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-2055 (((-112) $) 94)) (-2065 ((|#1| $) 93)) (-3473 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568))) (((-3 $ "failed") $ |#1|) 86 (|has| |#1| (-568)))) (-1967 ((|#2| $) 76)) (-2145 ((|#1| $) 85 (|has| |#1| (-464)))) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 61 (|has| |#1| (-568))) (($ |#1|) 59) (($ (-419 (-576))) 69 (-2755 (|has| |#1| (-1057 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576))))))) (-1691 (((-656 |#1|) $) 92)) (-1749 ((|#1| $ |#2|) 71)) (-2846 (((-3 $ "failed") $) 60 (|has| |#1| (-146)))) (-2596 (((-783)) 32 T CONST)) (-2217 (($ $ $ (-783)) 87 (|has| |#1| (-174)))) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 65 (|has| |#1| (-568)))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#1|) 70 (|has| |#1| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
-(((-336 |#1| |#2|) (-141) (-1068) (-804)) (T -336))
-((-2055 (*1 *2 *1) (-12 (-4 *1 (-336 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804)) (-5 *2 (-112)))) (-2065 (*1 *2 *1) (-12 (-4 *1 (-336 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1068)))) (-1691 (*1 *2 *1) (-12 (-4 *1 (-336 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804)) (-5 *2 (-656 *3)))) (-1935 (*1 *2 *1) (-12 (-4 *1 (-336 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804)) (-5 *2 (-783)))) (-2488 (*1 *2 *1) (-12 (-4 *1 (-336 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-804)))) (-3492 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-336 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804)))) (-2056 (*1 *1 *1 *2 *3 *1) (-12 (-4 *1 (-336 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-804)))) (-2217 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-336 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804)) (-4 *3 (-174)))) (-3473 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-336 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-804)) (-4 *2 (-568)))) (-2145 (*1 *2 *1) (-12 (-4 *1 (-336 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1068)) (-4 *2 (-464)))) (-2619 (*1 *1 *1) (-12 (-4 *1 (-336 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-804)) (-4 *2 (-464)))))
-(-13 (-47 |t#1| |t#2|) (-423 |t#1|) (-10 -8 (-15 -2055 ((-112) $)) (-15 -2065 (|t#1| $)) (-15 -1691 ((-656 |t#1|) $)) (-15 -1935 ((-783) $)) (-15 -2488 (|t#2| $)) (-15 -3492 ($ (-1 |t#2| |t#2|) $)) (-15 -2056 ($ $ |t#1| |t#2| $)) (IF (|has| |t#1| (-174)) (-15 -2217 ($ $ $ (-783))) |%noBranch|) (IF (|has| |t#1| (-568)) (-15 -3473 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-464)) (PROGN (-15 -2145 (|t#1| $)) (-15 -2619 ($ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) |has| |#1| (-568)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) -2755 (|has| |#1| (-1057 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-628 $) |has| |#1| (-568)) ((-625 (-874)) . T) ((-174) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-300) |has| |#1| (-568)) ((-423 |#1|) . T) ((-568) |has| |#1| (-568)) ((-658 #0#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) |has| |#1| (-38 (-419 (-576)))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) |has| |#1| (-568)) ((-729 #0#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) |has| |#1| (-568)) ((-738) . T) ((-1057 (-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((-1057 (-576)) |has| |#1| (-1057 (-576))) ((-1057 |#1|) . T) ((-1070 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1070 |#1|) . T) ((-1070 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1075 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1075 |#1|) . T) ((-1075 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-4372 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-862)))) (-4082 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4463))) (($ $) NIL (-12 (|has| $ (-6 -4463)) (|has| |#1| (-862))))) (-1793 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-862)))) (-3733 (((-112) $ (-783)) NIL)) (-3357 (((-112) (-112)) NIL)) (-3753 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) NIL (|has| $ (-6 -4463)))) (-4394 (($ (-1 (-112) |#1|) $) NIL)) (-1966 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-1752 (($ $) NIL (|has| $ (-6 -4463)))) (-3833 (($ $) NIL)) (-2017 (($ $) NIL (|has| |#1| (-1119)))) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3516 (($ |#1| $) NIL (|has| |#1| (-1119))) (($ (-1 (-112) |#1|) $) NIL)) (-3942 (($ |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4462)))) (-4330 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) NIL)) (-3658 (((-576) (-1 (-112) |#1|) $) NIL) (((-576) |#1| $) NIL (|has| |#1| (-1119))) (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1119)))) (-2214 (($ $ (-576)) NIL)) (-3607 (((-783) $) NIL)) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-4138 (($ (-783) |#1|) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) NIL (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| |#1| (-862)))) (-2864 (($ $ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-1872 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-862)))) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-2767 (($ $ $ (-576)) NIL) (($ |#1| $ (-576)) NIL)) (-2171 (($ |#1| $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-2574 (($ (-656 |#1|)) NIL)) (-3578 ((|#1| $) NIL (|has| (-576) (-862)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1552 (($ $ |#1|) NIL (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#1| $ (-576) |#1|) NIL) ((|#1| $ (-576)) NIL) (($ $ (-1253 (-576))) NIL)) (-4142 (($ $ (-1253 (-576))) NIL) (($ $ (-576)) NIL)) (-3463 (($ $ (-576)) NIL) (($ $ (-1253 (-576))) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1497 (($ $ $ (-576)) NIL (|has| $ (-6 -4463)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) NIL)) (-3906 (($ $ $) NIL) (($ $ |#1|) NIL)) (-1613 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-656 $)) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-337 |#1|) (-13 (-19 |#1|) (-292 |#1|) (-10 -8 (-15 -2574 ($ (-656 |#1|))) (-15 -3607 ((-783) $)) (-15 -2214 ($ $ (-576))) (-15 -3357 ((-112) (-112))))) (-1236)) (T -337))
-((-2574 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-5 *1 (-337 *3)))) (-3607 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-337 *3)) (-4 *3 (-1236)))) (-2214 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-337 *3)) (-4 *3 (-1236)))) (-3357 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-337 *3)) (-4 *3 (-1236)))))
-(-13 (-19 |#1|) (-292 |#1|) (-10 -8 (-15 -2574 ($ (-656 |#1|))) (-15 -3607 ((-783) $)) (-15 -2214 ($ $ (-576))) (-15 -3357 ((-112) (-112)))))
-((-2312 (((-112) $) 47)) (-2858 (((-783)) 23)) (-2205 ((|#2| $) 51) (($ $ (-938)) 121)) (-2093 (((-783)) 122)) (-2495 (($ (-1286 |#2|)) 20)) (-1733 (((-112) $) 134)) (-1650 ((|#2| $) 53) (($ $ (-938)) 118)) (-1499 (((-1191 |#2|) $) NIL) (((-1191 $) $ (-938)) 109)) (-3259 (((-1191 |#2|) $) 95)) (-3797 (((-1191 |#2|) $) 91) (((-3 (-1191 |#2|) "failed") $ $) 88)) (-3922 (($ $ (-1191 |#2|)) 58)) (-1512 (((-845 (-938))) 30) (((-938)) 48)) (-2253 (((-135)) 27)) (-1967 (((-845 (-938)) $) 32) (((-938) $) 137)) (-1440 (($) 128)) (-2203 (((-1286 |#2|) $) NIL) (((-701 |#2|) (-1286 $)) 42)) (-2846 (($ $) NIL) (((-3 $ "failed") $) 98)) (-3202 (((-112) $) 45)))
-(((-338 |#1| |#2|) (-10 -8 (-15 -2846 ((-3 |#1| "failed") |#1|)) (-15 -2093 ((-783))) (-15 -2846 (|#1| |#1|)) (-15 -3797 ((-3 (-1191 |#2|) "failed") |#1| |#1|)) (-15 -3797 ((-1191 |#2|) |#1|)) (-15 -3259 ((-1191 |#2|) |#1|)) (-15 -3922 (|#1| |#1| (-1191 |#2|))) (-15 -1733 ((-112) |#1|)) (-15 -1440 (|#1|)) (-15 -2205 (|#1| |#1| (-938))) (-15 -1650 (|#1| |#1| (-938))) (-15 -1499 ((-1191 |#1|) |#1| (-938))) (-15 -2205 (|#2| |#1|)) (-15 -1650 (|#2| |#1|)) (-15 -1967 ((-938) |#1|)) (-15 -1512 ((-938))) (-15 -1499 ((-1191 |#2|) |#1|)) (-15 -2495 (|#1| (-1286 |#2|))) (-15 -2203 ((-701 |#2|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1|)) (-15 -2858 ((-783))) (-15 -1512 ((-845 (-938)))) (-15 -1967 ((-845 (-938)) |#1|)) (-15 -2312 ((-112) |#1|)) (-15 -3202 ((-112) |#1|)) (-15 -2253 ((-135)))) (-339 |#2|) (-374)) (T -338))
-((-2253 (*1 *2) (-12 (-4 *4 (-374)) (-5 *2 (-135)) (-5 *1 (-338 *3 *4)) (-4 *3 (-339 *4)))) (-1512 (*1 *2) (-12 (-4 *4 (-374)) (-5 *2 (-845 (-938))) (-5 *1 (-338 *3 *4)) (-4 *3 (-339 *4)))) (-2858 (*1 *2) (-12 (-4 *4 (-374)) (-5 *2 (-783)) (-5 *1 (-338 *3 *4)) (-4 *3 (-339 *4)))) (-1512 (*1 *2) (-12 (-4 *4 (-374)) (-5 *2 (-938)) (-5 *1 (-338 *3 *4)) (-4 *3 (-339 *4)))) (-2093 (*1 *2) (-12 (-4 *4 (-374)) (-5 *2 (-783)) (-5 *1 (-338 *3 *4)) (-4 *3 (-339 *4)))))
-(-10 -8 (-15 -2846 ((-3 |#1| "failed") |#1|)) (-15 -2093 ((-783))) (-15 -2846 (|#1| |#1|)) (-15 -3797 ((-3 (-1191 |#2|) "failed") |#1| |#1|)) (-15 -3797 ((-1191 |#2|) |#1|)) (-15 -3259 ((-1191 |#2|) |#1|)) (-15 -3922 (|#1| |#1| (-1191 |#2|))) (-15 -1733 ((-112) |#1|)) (-15 -1440 (|#1|)) (-15 -2205 (|#1| |#1| (-938))) (-15 -1650 (|#1| |#1| (-938))) (-15 -1499 ((-1191 |#1|) |#1| (-938))) (-15 -2205 (|#2| |#1|)) (-15 -1650 (|#2| |#1|)) (-15 -1967 ((-938) |#1|)) (-15 -1512 ((-938))) (-15 -1499 ((-1191 |#2|) |#1|)) (-15 -2495 (|#1| (-1286 |#2|))) (-15 -2203 ((-701 |#2|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1|)) (-15 -2858 ((-783))) (-15 -1512 ((-845 (-938)))) (-15 -1967 ((-845 (-938)) |#1|)) (-15 -2312 ((-112) |#1|)) (-15 -3202 ((-112) |#1|)) (-15 -2253 ((-135))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-2312 (((-112) $) 104)) (-2858 (((-783)) 100)) (-2205 ((|#1| $) 151) (($ $ (-938)) 148 (|has| |#1| (-379)))) (-2201 (((-1208 (-938) (-783)) (-576)) 133 (|has| |#1| (-379)))) (-4299 (((-3 $ "failed") $ $) 20)) (-1415 (($ $) 81)) (-3422 (((-430 $) $) 80)) (-1829 (((-112) $ $) 65)) (-2093 (((-783)) 123 (|has| |#1| (-379)))) (-2135 (($) 18 T CONST)) (-1570 (((-3 |#1| "failed") $) 111)) (-2857 ((|#1| $) 112)) (-2495 (($ (-1286 |#1|)) 157)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) 139 (|has| |#1| (-379)))) (-3426 (($ $ $) 61)) (-2251 (((-3 $ "failed") $) 37)) (-1834 (($) 120 (|has| |#1| (-379)))) (-3438 (($ $ $) 62)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 57)) (-4161 (($) 135 (|has| |#1| (-379)))) (-3335 (((-112) $) 136 (|has| |#1| (-379)))) (-1385 (($ $ (-783)) 97 (-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))) (($ $) 96 (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-4283 (((-112) $) 79)) (-1991 (((-938) $) 138 (|has| |#1| (-379))) (((-845 (-938)) $) 94 (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3612 (((-112) $) 35)) (-1654 (($) 146 (|has| |#1| (-379)))) (-1733 (((-112) $) 145 (|has| |#1| (-379)))) (-1650 ((|#1| $) 152) (($ $ (-938)) 149 (|has| |#1| (-379)))) (-2162 (((-3 $ "failed") $) 124 (|has| |#1| (-379)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-1499 (((-1191 |#1|) $) 156) (((-1191 $) $ (-938)) 150 (|has| |#1| (-379)))) (-4379 (((-938) $) 121 (|has| |#1| (-379)))) (-3259 (((-1191 |#1|) $) 142 (|has| |#1| (-379)))) (-3797 (((-1191 |#1|) $) 141 (|has| |#1| (-379))) (((-3 (-1191 |#1|) "failed") $ $) 140 (|has| |#1| (-379)))) (-3922 (($ $ (-1191 |#1|)) 143 (|has| |#1| (-379)))) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-2045 (($ $) 78)) (-3537 (($) 125 (|has| |#1| (-379)) CONST)) (-3222 (($ (-938)) 122 (|has| |#1| (-379)))) (-1764 (((-112) $) 103)) (-1448 (((-1139) $) 11)) (-4126 (($) 144 (|has| |#1| (-379)))) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) 132 (|has| |#1| (-379)))) (-1827 (((-430 $) $) 82)) (-1512 (((-845 (-938))) 101) (((-938)) 154)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-3473 (((-3 $ "failed") $ $) 48)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3909 (((-783) $) 64)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 63)) (-3544 (((-783) $) 137 (|has| |#1| (-379))) (((-3 (-783) "failed") $ $) 95 (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2253 (((-135)) 109)) (-2770 (($ $ (-783)) 128 (|has| |#1| (-379))) (($ $) 126 (|has| |#1| (-379)))) (-1967 (((-845 (-938)) $) 102) (((-938) $) 153)) (-3117 (((-1191 |#1|)) 155)) (-4059 (($) 134 (|has| |#1| (-379)))) (-1440 (($) 147 (|has| |#1| (-379)))) (-2203 (((-1286 |#1|) $) 159) (((-701 |#1|) (-1286 $)) 158)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) 131 (|has| |#1| (-379)))) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74) (($ |#1|) 110)) (-2846 (($ $) 130 (|has| |#1| (-379))) (((-3 $ "failed") $) 93 (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4156 (((-1286 $)) 161) (((-1286 $) (-938)) 160)) (-4196 (((-112) $ $) 45)) (-3202 (((-112) $) 105)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-3711 (($ $) 99 (|has| |#1| (-379))) (($ $ (-783)) 98 (|has| |#1| (-379)))) (-2014 (($ $ (-783)) 129 (|has| |#1| (-379))) (($ $) 127 (|has| |#1| (-379)))) (-2921 (((-112) $ $) 7)) (-3054 (($ $ $) 73) (($ $ |#1|) 108)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75) (($ $ |#1|) 107) (($ |#1| $) 106)))
+((-1770 (($ $) 72)) (-4308 (($ $ |#2| |#3| $) 14)) (-1504 (($ (-1 |#3| |#3|) $) 51)) (-1677 (((-112) $) 42)) (-1684 ((|#2| $) 44)) (-1943 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#2|) 64)) (-3929 ((|#2| $) 68)) (-1923 (((-656 |#2|) $) 56)) (-3365 (($ $ $ (-783)) 37)) (-4047 (($ $ |#2|) 60)))
+(((-335 |#1| |#2| |#3|) (-10 -8 (-15 -1770 (|#1| |#1|)) (-15 -3929 (|#2| |#1|)) (-15 -1943 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3365 (|#1| |#1| |#1| (-783))) (-15 -4308 (|#1| |#1| |#2| |#3| |#1|)) (-15 -1504 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1923 ((-656 |#2|) |#1|)) (-15 -1684 (|#2| |#1|)) (-15 -1677 ((-112) |#1|)) (-15 -1943 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4047 (|#1| |#1| |#2|))) (-336 |#2| |#3|) (-1070) (-804)) (T -335))
+NIL
+(-10 -8 (-15 -1770 (|#1| |#1|)) (-15 -3929 (|#2| |#1|)) (-15 -1943 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3365 (|#1| |#1| |#1| (-783))) (-15 -4308 (|#1| |#1| |#2| |#3| |#1|)) (-15 -1504 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1923 ((-656 |#2|) |#1|)) (-15 -1684 (|#2| |#1|)) (-15 -1677 ((-112) |#1|)) (-15 -1943 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4047 (|#1| |#1| |#2|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-2116 (($ $) 64 (|has| |#1| (-568)))) (-2898 (((-112) $) 66 (|has| |#1| (-568)))) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2981 (((-3 (-576) "failed") $) 100 (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) 98 (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) 95)) (-2318 (((-576) $) 99 (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) 97 (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) 96)) (-3310 (($ $) 72)) (-2413 (((-3 $ "failed") $) 37)) (-1770 (($ $) 84 (|has| |#1| (-464)))) (-4308 (($ $ |#1| |#2| $) 88)) (-3315 (((-112) $) 35)) (-2509 (((-783) $) 91)) (-3649 (((-112) $) 74)) (-1562 (($ |#1| |#2|) 73)) (-4269 ((|#2| $) 90)) (-1504 (($ (-1 |#2| |#2|) $) 89)) (-2423 (($ (-1 |#1| |#1|) $) 75)) (-1697 (($ $) 77)) (-1708 ((|#1| $) 78)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-1677 (((-112) $) 94)) (-1684 ((|#1| $) 93)) (-1943 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568))) (((-3 $ "failed") $ |#1|) 86 (|has| |#1| (-568)))) (-2786 ((|#2| $) 76)) (-3929 ((|#1| $) 85 (|has| |#1| (-464)))) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 61 (|has| |#1| (-568))) (($ |#1|) 59) (($ (-419 (-576))) 69 (-3795 (|has| |#1| (-1059 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576))))))) (-1923 (((-656 |#1|) $) 92)) (-1341 ((|#1| $ |#2|) 71)) (-3346 (((-3 $ "failed") $) 60 (|has| |#1| (-146)))) (-2864 (((-783)) 32 T CONST)) (-3365 (($ $ $ (-783)) 87 (|has| |#1| (-174)))) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 65 (|has| |#1| (-568)))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#1|) 70 (|has| |#1| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
+(((-336 |#1| |#2|) (-141) (-1070) (-804)) (T -336))
+((-1677 (*1 *2 *1) (-12 (-4 *1 (-336 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804)) (-5 *2 (-112)))) (-1684 (*1 *2 *1) (-12 (-4 *1 (-336 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1070)))) (-1923 (*1 *2 *1) (-12 (-4 *1 (-336 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804)) (-5 *2 (-656 *3)))) (-2509 (*1 *2 *1) (-12 (-4 *1 (-336 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804)) (-5 *2 (-783)))) (-4269 (*1 *2 *1) (-12 (-4 *1 (-336 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-804)))) (-1504 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-336 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804)))) (-4308 (*1 *1 *1 *2 *3 *1) (-12 (-4 *1 (-336 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-804)))) (-3365 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-336 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804)) (-4 *3 (-174)))) (-1943 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-336 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-804)) (-4 *2 (-568)))) (-3929 (*1 *2 *1) (-12 (-4 *1 (-336 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1070)) (-4 *2 (-464)))) (-1770 (*1 *1 *1) (-12 (-4 *1 (-336 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-804)) (-4 *2 (-464)))))
+(-13 (-47 |t#1| |t#2|) (-423 |t#1|) (-10 -8 (-15 -1677 ((-112) $)) (-15 -1684 (|t#1| $)) (-15 -1923 ((-656 |t#1|) $)) (-15 -2509 ((-783) $)) (-15 -4269 (|t#2| $)) (-15 -1504 ($ (-1 |t#2| |t#2|) $)) (-15 -4308 ($ $ |t#1| |t#2| $)) (IF (|has| |t#1| (-174)) (-15 -3365 ($ $ $ (-783))) |%noBranch|) (IF (|has| |t#1| (-568)) (-15 -1943 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-464)) (PROGN (-15 -3929 (|t#1| $)) (-15 -1770 ($ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) |has| |#1| (-568)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) -3795 (|has| |#1| (-1059 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-628 $) |has| |#1| (-568)) ((-625 (-876)) . T) ((-174) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-300) |has| |#1| (-568)) ((-423 |#1|) . T) ((-568) |has| |#1| (-568)) ((-658 #0#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) |has| |#1| (-38 (-419 (-576)))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) |has| |#1| (-568)) ((-729 #0#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) |has| |#1| (-568)) ((-738) . T) ((-1059 (-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((-1059 (-576)) |has| |#1| (-1059 (-576))) ((-1059 |#1|) . T) ((-1072 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1072 |#1|) . T) ((-1072 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1077 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1077 |#1|) . T) ((-1077 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-2033 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-862)))) (-2218 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4465))) (($ $) NIL (-12 (|has| $ (-6 -4465)) (|has| |#1| (-862))))) (-2380 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-862)))) (-1951 (((-112) $ (-783)) NIL)) (-2671 (((-112) (-112)) NIL)) (-4268 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) NIL (|has| $ (-6 -4465)))) (-2250 (($ (-1 (-112) |#1|) $) NIL)) (-3604 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-1370 (($ $) NIL (|has| $ (-6 -4465)))) (-4204 (($ $) NIL)) (-1966 (($ $) NIL (|has| |#1| (-1121)))) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1678 (($ |#1| $) NIL (|has| |#1| (-1121))) (($ (-1 (-112) |#1|) $) NIL)) (-2824 (($ |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4464)))) (-1908 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) NIL)) (-3539 (((-576) (-1 (-112) |#1|) $) NIL) (((-576) |#1| $) NIL (|has| |#1| (-1121))) (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1121)))) (-3334 (($ $ (-576)) NIL)) (-3256 (((-783) $) NIL)) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-1988 (($ (-783) |#1|) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) NIL (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| |#1| (-862)))) (-3528 (($ $ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-3181 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-862)))) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3846 (($ $ $ (-576)) NIL) (($ |#1| $ (-576)) NIL)) (-3386 (($ |#1| $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-2620 (($ (-656 |#1|)) NIL)) (-1753 ((|#1| $) NIL (|has| (-576) (-862)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3140 (($ $ |#1|) NIL (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#1| $ (-576) |#1|) NIL) ((|#1| $ (-576)) NIL) (($ $ (-1255 (-576))) NIL)) (-1601 (($ $ (-1255 (-576))) NIL) (($ $ (-576)) NIL)) (-2335 (($ $ (-576)) NIL) (($ $ (-1255 (-576))) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3796 (($ $ $ (-576)) NIL (|has| $ (-6 -4465)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) NIL)) (-3179 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2767 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-656 $)) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3985 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3962 (((-112) $ $) NIL (|has| |#1| (-862)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-337 |#1|) (-13 (-19 |#1|) (-292 |#1|) (-10 -8 (-15 -2620 ($ (-656 |#1|))) (-15 -3256 ((-783) $)) (-15 -3334 ($ $ (-576))) (-15 -2671 ((-112) (-112))))) (-1238)) (T -337))
+((-2620 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-5 *1 (-337 *3)))) (-3256 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-337 *3)) (-4 *3 (-1238)))) (-3334 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-337 *3)) (-4 *3 (-1238)))) (-2671 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-337 *3)) (-4 *3 (-1238)))))
+(-13 (-19 |#1|) (-292 |#1|) (-10 -8 (-15 -2620 ($ (-656 |#1|))) (-15 -3256 ((-783) $)) (-15 -3334 ($ $ (-576))) (-15 -2671 ((-112) (-112)))))
+((-1802 (((-112) $) 47)) (-3454 (((-783)) 23)) (-3832 ((|#2| $) 51) (($ $ (-940)) 121)) (-2200 (((-783)) 122)) (-3093 (($ (-1288 |#2|)) 20)) (-4320 (((-112) $) 134)) (-2828 ((|#2| $) 53) (($ $ (-940)) 118)) (-3817 (((-1193 |#2|) $) NIL) (((-1193 $) $ (-940)) 109)) (-4200 (((-1193 |#2|) $) 95)) (-1446 (((-1193 |#2|) $) 91) (((-3 (-1193 |#2|) "failed") $ $) 88)) (-3335 (($ $ (-1193 |#2|)) 58)) (-3963 (((-845 (-940))) 30) (((-940)) 48)) (-2435 (((-135)) 27)) (-2786 (((-845 (-940)) $) 32) (((-940) $) 137)) (-2998 (($) 128)) (-3219 (((-1288 |#2|) $) NIL) (((-701 |#2|) (-1288 $)) 42)) (-3346 (($ $) NIL) (((-3 $ "failed") $) 98)) (-1649 (((-112) $) 45)))
+(((-338 |#1| |#2|) (-10 -8 (-15 -3346 ((-3 |#1| "failed") |#1|)) (-15 -2200 ((-783))) (-15 -3346 (|#1| |#1|)) (-15 -1446 ((-3 (-1193 |#2|) "failed") |#1| |#1|)) (-15 -1446 ((-1193 |#2|) |#1|)) (-15 -4200 ((-1193 |#2|) |#1|)) (-15 -3335 (|#1| |#1| (-1193 |#2|))) (-15 -4320 ((-112) |#1|)) (-15 -2998 (|#1|)) (-15 -3832 (|#1| |#1| (-940))) (-15 -2828 (|#1| |#1| (-940))) (-15 -3817 ((-1193 |#1|) |#1| (-940))) (-15 -3832 (|#2| |#1|)) (-15 -2828 (|#2| |#1|)) (-15 -2786 ((-940) |#1|)) (-15 -3963 ((-940))) (-15 -3817 ((-1193 |#2|) |#1|)) (-15 -3093 (|#1| (-1288 |#2|))) (-15 -3219 ((-701 |#2|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1|)) (-15 -3454 ((-783))) (-15 -3963 ((-845 (-940)))) (-15 -2786 ((-845 (-940)) |#1|)) (-15 -1802 ((-112) |#1|)) (-15 -1649 ((-112) |#1|)) (-15 -2435 ((-135)))) (-339 |#2|) (-374)) (T -338))
+((-2435 (*1 *2) (-12 (-4 *4 (-374)) (-5 *2 (-135)) (-5 *1 (-338 *3 *4)) (-4 *3 (-339 *4)))) (-3963 (*1 *2) (-12 (-4 *4 (-374)) (-5 *2 (-845 (-940))) (-5 *1 (-338 *3 *4)) (-4 *3 (-339 *4)))) (-3454 (*1 *2) (-12 (-4 *4 (-374)) (-5 *2 (-783)) (-5 *1 (-338 *3 *4)) (-4 *3 (-339 *4)))) (-3963 (*1 *2) (-12 (-4 *4 (-374)) (-5 *2 (-940)) (-5 *1 (-338 *3 *4)) (-4 *3 (-339 *4)))) (-2200 (*1 *2) (-12 (-4 *4 (-374)) (-5 *2 (-783)) (-5 *1 (-338 *3 *4)) (-4 *3 (-339 *4)))))
+(-10 -8 (-15 -3346 ((-3 |#1| "failed") |#1|)) (-15 -2200 ((-783))) (-15 -3346 (|#1| |#1|)) (-15 -1446 ((-3 (-1193 |#2|) "failed") |#1| |#1|)) (-15 -1446 ((-1193 |#2|) |#1|)) (-15 -4200 ((-1193 |#2|) |#1|)) (-15 -3335 (|#1| |#1| (-1193 |#2|))) (-15 -4320 ((-112) |#1|)) (-15 -2998 (|#1|)) (-15 -3832 (|#1| |#1| (-940))) (-15 -2828 (|#1| |#1| (-940))) (-15 -3817 ((-1193 |#1|) |#1| (-940))) (-15 -3832 (|#2| |#1|)) (-15 -2828 (|#2| |#1|)) (-15 -2786 ((-940) |#1|)) (-15 -3963 ((-940))) (-15 -3817 ((-1193 |#2|) |#1|)) (-15 -3093 (|#1| (-1288 |#2|))) (-15 -3219 ((-701 |#2|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1|)) (-15 -3454 ((-783))) (-15 -3963 ((-845 (-940)))) (-15 -2786 ((-845 (-940)) |#1|)) (-15 -1802 ((-112) |#1|)) (-15 -1649 ((-112) |#1|)) (-15 -2435 ((-135))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-1802 (((-112) $) 104)) (-3454 (((-783)) 100)) (-3832 ((|#1| $) 151) (($ $ (-940)) 148 (|has| |#1| (-379)))) (-3197 (((-1210 (-940) (-783)) (-576)) 133 (|has| |#1| (-379)))) (-2583 (((-3 $ "failed") $ $) 20)) (-4068 (($ $) 81)) (-2068 (((-430 $) $) 80)) (-4064 (((-112) $ $) 65)) (-2200 (((-783)) 123 (|has| |#1| (-379)))) (-3853 (($) 18 T CONST)) (-2981 (((-3 |#1| "failed") $) 111)) (-2318 ((|#1| $) 112)) (-3093 (($ (-1288 |#1|)) 157)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) 139 (|has| |#1| (-379)))) (-1892 (($ $ $) 61)) (-2413 (((-3 $ "failed") $) 37)) (-4370 (($) 120 (|has| |#1| (-379)))) (-1905 (($ $ $) 62)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 57)) (-1766 (($) 135 (|has| |#1| (-379)))) (-2430 (((-112) $) 136 (|has| |#1| (-379)))) (-2566 (($ $ (-783)) 97 (-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))) (($ $) 96 (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3742 (((-112) $) 79)) (-1760 (((-940) $) 138 (|has| |#1| (-379))) (((-845 (-940)) $) 94 (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3315 (((-112) $) 35)) (-2878 (($) 146 (|has| |#1| (-379)))) (-4320 (((-112) $) 145 (|has| |#1| (-379)))) (-2828 ((|#1| $) 152) (($ $ (-940)) 149 (|has| |#1| (-379)))) (-4080 (((-3 $ "failed") $) 124 (|has| |#1| (-379)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-3817 (((-1193 |#1|) $) 156) (((-1193 $) $ (-940)) 150 (|has| |#1| (-379)))) (-2106 (((-940) $) 121 (|has| |#1| (-379)))) (-4200 (((-1193 |#1|) $) 142 (|has| |#1| (-379)))) (-1446 (((-1193 |#1|) $) 141 (|has| |#1| (-379))) (((-3 (-1193 |#1|) "failed") $ $) 140 (|has| |#1| (-379)))) (-3335 (($ $ (-1193 |#1|)) 143 (|has| |#1| (-379)))) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-1668 (($ $) 78)) (-3651 (($) 125 (|has| |#1| (-379)) CONST)) (-2409 (($ (-940)) 122 (|has| |#1| (-379)))) (-1472 (((-112) $) 103)) (-3117 (((-1141) $) 11)) (-2549 (($) 144 (|has| |#1| (-379)))) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) 132 (|has| |#1| (-379)))) (-1452 (((-430 $) $) 82)) (-3963 (((-845 (-940))) 101) (((-940)) 154)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-1943 (((-3 $ "failed") $ $) 48)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3199 (((-783) $) 64)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 63)) (-3923 (((-783) $) 137 (|has| |#1| (-379))) (((-3 (-783) "failed") $ $) 95 (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2435 (((-135)) 109)) (-4107 (($ $ (-783)) 128 (|has| |#1| (-379))) (($ $) 126 (|has| |#1| (-379)))) (-2786 (((-845 (-940)) $) 102) (((-940) $) 153)) (-2030 (((-1193 |#1|)) 155)) (-1986 (($) 134 (|has| |#1| (-379)))) (-2998 (($) 147 (|has| |#1| (-379)))) (-3219 (((-1288 |#1|) $) 159) (((-701 |#1|) (-1288 $)) 158)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) 131 (|has| |#1| (-379)))) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74) (($ |#1|) 110)) (-3346 (($ $) 130 (|has| |#1| (-379))) (((-3 $ "failed") $) 93 (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-1726 (((-1288 $)) 161) (((-1288 $) (-940)) 160)) (-4095 (((-112) $ $) 45)) (-1649 (((-112) $) 105)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3032 (($ $) 99 (|has| |#1| (-379))) (($ $ (-783)) 98 (|has| |#1| (-379)))) (-3157 (($ $ (-783)) 129 (|has| |#1| (-379))) (($ $) 127 (|has| |#1| (-379)))) (-3939 (((-112) $ $) 7)) (-4047 (($ $ $) 73) (($ $ |#1|) 108)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75) (($ $ |#1|) 107) (($ |#1| $) 106)))
(((-339 |#1|) (-141) (-374)) (T -339))
-((-4156 (*1 *2) (-12 (-4 *3 (-374)) (-5 *2 (-1286 *1)) (-4 *1 (-339 *3)))) (-4156 (*1 *2 *3) (-12 (-5 *3 (-938)) (-4 *4 (-374)) (-5 *2 (-1286 *1)) (-4 *1 (-339 *4)))) (-2203 (*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-1286 *3)))) (-2203 (*1 *2 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-339 *4)) (-4 *4 (-374)) (-5 *2 (-701 *4)))) (-2495 (*1 *1 *2) (-12 (-5 *2 (-1286 *3)) (-4 *3 (-374)) (-4 *1 (-339 *3)))) (-1499 (*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-1191 *3)))) (-3117 (*1 *2) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-1191 *3)))) (-1512 (*1 *2) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-938)))) (-1967 (*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-938)))) (-1650 (*1 *2 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-374)))) (-2205 (*1 *2 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-374)))) (-1499 (*1 *2 *1 *3) (-12 (-5 *3 (-938)) (-4 *4 (-379)) (-4 *4 (-374)) (-5 *2 (-1191 *1)) (-4 *1 (-339 *4)))) (-1650 (*1 *1 *1 *2) (-12 (-5 *2 (-938)) (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379)))) (-2205 (*1 *1 *1 *2) (-12 (-5 *2 (-938)) (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379)))) (-1440 (*1 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-379)) (-4 *2 (-374)))) (-1654 (*1 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-379)) (-4 *2 (-374)))) (-1733 (*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379)) (-5 *2 (-112)))) (-4126 (*1 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-379)) (-4 *2 (-374)))) (-3922 (*1 *1 *1 *2) (-12 (-5 *2 (-1191 *3)) (-4 *3 (-379)) (-4 *1 (-339 *3)) (-4 *3 (-374)))) (-3259 (*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379)) (-5 *2 (-1191 *3)))) (-3797 (*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379)) (-5 *2 (-1191 *3)))) (-3797 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379)) (-5 *2 (-1191 *3)))))
-(-13 (-1305 |t#1|) (-1057 |t#1|) (-10 -8 (-15 -4156 ((-1286 $))) (-15 -4156 ((-1286 $) (-938))) (-15 -2203 ((-1286 |t#1|) $)) (-15 -2203 ((-701 |t#1|) (-1286 $))) (-15 -2495 ($ (-1286 |t#1|))) (-15 -1499 ((-1191 |t#1|) $)) (-15 -3117 ((-1191 |t#1|))) (-15 -1512 ((-938))) (-15 -1967 ((-938) $)) (-15 -1650 (|t#1| $)) (-15 -2205 (|t#1| $)) (IF (|has| |t#1| (-379)) (PROGN (-6 (-360)) (-15 -1499 ((-1191 $) $ (-938))) (-15 -1650 ($ $ (-938))) (-15 -2205 ($ $ (-938))) (-15 -1440 ($)) (-15 -1654 ($)) (-15 -1733 ((-112) $)) (-15 -4126 ($)) (-15 -3922 ($ $ (-1191 |t#1|))) (-15 -3259 ((-1191 |t#1|) $)) (-15 -3797 ((-1191 |t#1|) $)) (-15 -3797 ((-3 (-1191 |t#1|) "failed") $ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-132) . T) ((-146) -2755 (|has| |#1| (-379)) (|has| |#1| (-146))) ((-148) |has| |#1| (-148)) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-234 $) |has| |#1| (-379)) ((-238) |has| |#1| (-379)) ((-237) |has| |#1| (-379)) ((-248) . T) ((-300) . T) ((-317) . T) ((-1305 |#1|) . T) ((-374) . T) ((-414) -2755 (|has| |#1| (-379)) (|has| |#1| (-146))) ((-379) |has| |#1| (-379)) ((-360) |has| |#1| (-379)) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 |#1|) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 |#1|) . T) ((-729 $) . T) ((-738) . T) ((-937) . T) ((-1057 |#1|) . T) ((-1070 #0#) . T) ((-1070 |#1|) . T) ((-1070 $) . T) ((-1075 #0#) . T) ((-1075 |#1|) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1171) |has| |#1| (-379)) ((-1236) . T) ((-1240) . T) ((-1293 |#1|) . T))
-((-3486 (((-112) $ $) NIL)) (-3217 (($ (-1194) $) 100)) (-4164 (($) 89)) (-2156 (((-1139) (-1139)) 9)) (-1391 (($) 90)) (-3268 (($) 104) (($ (-326 (-711))) 112) (($ (-326 (-713))) 108) (($ (-326 (-706))) 116) (($ (-326 (-390))) 123) (($ (-326 (-576))) 119) (($ (-326 (-171 (-390)))) 127)) (-3191 (($ (-1194) $) 101)) (-2268 (($ (-656 (-874))) 91)) (-2825 (((-1291) $) 87)) (-3940 (((-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")) $) 33)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2851 (($ (-1139)) 58)) (-2232 (((-1123) $) 30)) (-4054 (($ (-1111 (-969 (-576))) $) 97) (($ (-1111 (-969 (-576))) (-969 (-576)) $) 98)) (-1427 (($ (-1139)) 99)) (-2850 (($ (-1194) $) 129) (($ (-1194) $ $) 130)) (-2422 (($ (-1195) (-656 (-1195))) 88)) (-2384 (($ (-1177)) 94) (($ (-656 (-1177))) 92)) (-3567 (((-874) $) 132)) (-4346 (((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1195)) (|:| |arrayIndex| (-656 (-969 (-576)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -3001 (-874)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1195)) (|:| |rand| (-874)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1194)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -4205 (-112)) (|:| -3103 (-2 (|:| |ints2Floats?| (-112)) (|:| -3001 (-874)))))) (|:| |blockBranch| (-656 $)) (|:| |commentBranch| (-656 (-1177))) (|:| |callBranch| (-1177)) (|:| |forBranch| (-2 (|:| -3954 (-1111 (-969 (-576)))) (|:| |span| (-969 (-576))) (|:| -2636 $))) (|:| |labelBranch| (-1139)) (|:| |loopBranch| (-2 (|:| |switch| (-1194)) (|:| -2636 $))) (|:| |commonBranch| (-2 (|:| -2624 (-1195)) (|:| |contents| (-656 (-1195))))) (|:| |printBranch| (-656 (-874)))) $) 50)) (-2781 (($ (-1177)) 202)) (-3990 (($ (-656 $)) 128)) (-1540 (((-112) $ $) NIL)) (-3649 (($ (-1195) (-1177)) 135) (($ (-1195) (-326 (-713))) 175) (($ (-1195) (-326 (-711))) 176) (($ (-1195) (-326 (-706))) 177) (($ (-1195) (-701 (-713))) 138) (($ (-1195) (-701 (-711))) 141) (($ (-1195) (-701 (-706))) 144) (($ (-1195) (-1286 (-713))) 147) (($ (-1195) (-1286 (-711))) 150) (($ (-1195) (-1286 (-706))) 153) (($ (-1195) (-701 (-326 (-713)))) 156) (($ (-1195) (-701 (-326 (-711)))) 159) (($ (-1195) (-701 (-326 (-706)))) 162) (($ (-1195) (-1286 (-326 (-713)))) 165) (($ (-1195) (-1286 (-326 (-711)))) 168) (($ (-1195) (-1286 (-326 (-706)))) 171) (($ (-1195) (-656 (-969 (-576))) (-326 (-713))) 172) (($ (-1195) (-656 (-969 (-576))) (-326 (-711))) 173) (($ (-1195) (-656 (-969 (-576))) (-326 (-706))) 174) (($ (-1195) (-326 (-576))) 199) (($ (-1195) (-326 (-390))) 200) (($ (-1195) (-326 (-171 (-390)))) 201) (($ (-1195) (-701 (-326 (-576)))) 180) (($ (-1195) (-701 (-326 (-390)))) 183) (($ (-1195) (-701 (-326 (-171 (-390))))) 186) (($ (-1195) (-1286 (-326 (-576)))) 189) (($ (-1195) (-1286 (-326 (-390)))) 192) (($ (-1195) (-1286 (-326 (-171 (-390))))) 195) (($ (-1195) (-656 (-969 (-576))) (-326 (-576))) 196) (($ (-1195) (-656 (-969 (-576))) (-326 (-390))) 197) (($ (-1195) (-656 (-969 (-576))) (-326 (-171 (-390)))) 198)) (-2921 (((-112) $ $) NIL)))
-(((-340) (-13 (-1119) (-10 -8 (-15 -4054 ($ (-1111 (-969 (-576))) $)) (-15 -4054 ($ (-1111 (-969 (-576))) (-969 (-576)) $)) (-15 -3217 ($ (-1194) $)) (-15 -3191 ($ (-1194) $)) (-15 -2851 ($ (-1139))) (-15 -1427 ($ (-1139))) (-15 -2384 ($ (-1177))) (-15 -2384 ($ (-656 (-1177)))) (-15 -2781 ($ (-1177))) (-15 -3268 ($)) (-15 -3268 ($ (-326 (-711)))) (-15 -3268 ($ (-326 (-713)))) (-15 -3268 ($ (-326 (-706)))) (-15 -3268 ($ (-326 (-390)))) (-15 -3268 ($ (-326 (-576)))) (-15 -3268 ($ (-326 (-171 (-390))))) (-15 -2850 ($ (-1194) $)) (-15 -2850 ($ (-1194) $ $)) (-15 -3649 ($ (-1195) (-1177))) (-15 -3649 ($ (-1195) (-326 (-713)))) (-15 -3649 ($ (-1195) (-326 (-711)))) (-15 -3649 ($ (-1195) (-326 (-706)))) (-15 -3649 ($ (-1195) (-701 (-713)))) (-15 -3649 ($ (-1195) (-701 (-711)))) (-15 -3649 ($ (-1195) (-701 (-706)))) (-15 -3649 ($ (-1195) (-1286 (-713)))) (-15 -3649 ($ (-1195) (-1286 (-711)))) (-15 -3649 ($ (-1195) (-1286 (-706)))) (-15 -3649 ($ (-1195) (-701 (-326 (-713))))) (-15 -3649 ($ (-1195) (-701 (-326 (-711))))) (-15 -3649 ($ (-1195) (-701 (-326 (-706))))) (-15 -3649 ($ (-1195) (-1286 (-326 (-713))))) (-15 -3649 ($ (-1195) (-1286 (-326 (-711))))) (-15 -3649 ($ (-1195) (-1286 (-326 (-706))))) (-15 -3649 ($ (-1195) (-656 (-969 (-576))) (-326 (-713)))) (-15 -3649 ($ (-1195) (-656 (-969 (-576))) (-326 (-711)))) (-15 -3649 ($ (-1195) (-656 (-969 (-576))) (-326 (-706)))) (-15 -3649 ($ (-1195) (-326 (-576)))) (-15 -3649 ($ (-1195) (-326 (-390)))) (-15 -3649 ($ (-1195) (-326 (-171 (-390))))) (-15 -3649 ($ (-1195) (-701 (-326 (-576))))) (-15 -3649 ($ (-1195) (-701 (-326 (-390))))) (-15 -3649 ($ (-1195) (-701 (-326 (-171 (-390)))))) (-15 -3649 ($ (-1195) (-1286 (-326 (-576))))) (-15 -3649 ($ (-1195) (-1286 (-326 (-390))))) (-15 -3649 ($ (-1195) (-1286 (-326 (-171 (-390)))))) (-15 -3649 ($ (-1195) (-656 (-969 (-576))) (-326 (-576)))) (-15 -3649 ($ (-1195) (-656 (-969 (-576))) (-326 (-390)))) (-15 -3649 ($ (-1195) (-656 (-969 (-576))) (-326 (-171 (-390))))) (-15 -3990 ($ (-656 $))) (-15 -4164 ($)) (-15 -1391 ($)) (-15 -2268 ($ (-656 (-874)))) (-15 -2422 ($ (-1195) (-656 (-1195)))) (-15 -3940 ((-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 -4346 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1195)) (|:| |arrayIndex| (-656 (-969 (-576)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -3001 (-874)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1195)) (|:| |rand| (-874)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1194)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -4205 (-112)) (|:| -3103 (-2 (|:| |ints2Floats?| (-112)) (|:| -3001 (-874)))))) (|:| |blockBranch| (-656 $)) (|:| |commentBranch| (-656 (-1177))) (|:| |callBranch| (-1177)) (|:| |forBranch| (-2 (|:| -3954 (-1111 (-969 (-576)))) (|:| |span| (-969 (-576))) (|:| -2636 $))) (|:| |labelBranch| (-1139)) (|:| |loopBranch| (-2 (|:| |switch| (-1194)) (|:| -2636 $))) (|:| |commonBranch| (-2 (|:| -2624 (-1195)) (|:| |contents| (-656 (-1195))))) (|:| |printBranch| (-656 (-874)))) $)) (-15 -2825 ((-1291) $)) (-15 -2232 ((-1123) $)) (-15 -2156 ((-1139) (-1139)))))) (T -340))
-((-4054 (*1 *1 *2 *1) (-12 (-5 *2 (-1111 (-969 (-576)))) (-5 *1 (-340)))) (-4054 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1111 (-969 (-576)))) (-5 *3 (-969 (-576))) (-5 *1 (-340)))) (-3217 (*1 *1 *2 *1) (-12 (-5 *2 (-1194)) (-5 *1 (-340)))) (-3191 (*1 *1 *2 *1) (-12 (-5 *2 (-1194)) (-5 *1 (-340)))) (-2851 (*1 *1 *2) (-12 (-5 *2 (-1139)) (-5 *1 (-340)))) (-1427 (*1 *1 *2) (-12 (-5 *2 (-1139)) (-5 *1 (-340)))) (-2384 (*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-340)))) (-2384 (*1 *1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-340)))) (-2781 (*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-340)))) (-3268 (*1 *1) (-5 *1 (-340))) (-3268 (*1 *1 *2) (-12 (-5 *2 (-326 (-711))) (-5 *1 (-340)))) (-3268 (*1 *1 *2) (-12 (-5 *2 (-326 (-713))) (-5 *1 (-340)))) (-3268 (*1 *1 *2) (-12 (-5 *2 (-326 (-706))) (-5 *1 (-340)))) (-3268 (*1 *1 *2) (-12 (-5 *2 (-326 (-390))) (-5 *1 (-340)))) (-3268 (*1 *1 *2) (-12 (-5 *2 (-326 (-576))) (-5 *1 (-340)))) (-3268 (*1 *1 *2) (-12 (-5 *2 (-326 (-171 (-390)))) (-5 *1 (-340)))) (-2850 (*1 *1 *2 *1) (-12 (-5 *2 (-1194)) (-5 *1 (-340)))) (-2850 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1194)) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-1177)) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-326 (-713))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-326 (-711))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-326 (-706))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-713))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-711))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-706))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-713))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-711))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-706))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-326 (-713)))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-326 (-711)))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-326 (-706)))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-326 (-713)))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-326 (-711)))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-326 (-706)))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1195)) (-5 *3 (-656 (-969 (-576)))) (-5 *4 (-326 (-713))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1195)) (-5 *3 (-656 (-969 (-576)))) (-5 *4 (-326 (-711))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1195)) (-5 *3 (-656 (-969 (-576)))) (-5 *4 (-326 (-706))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-326 (-576))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-326 (-390))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-326 (-171 (-390)))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-326 (-576)))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-326 (-390)))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-326 (-171 (-390))))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-326 (-576)))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-326 (-390)))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-326 (-171 (-390))))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1195)) (-5 *3 (-656 (-969 (-576)))) (-5 *4 (-326 (-576))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1195)) (-5 *3 (-656 (-969 (-576)))) (-5 *4 (-326 (-390))) (-5 *1 (-340)))) (-3649 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1195)) (-5 *3 (-656 (-969 (-576)))) (-5 *4 (-326 (-171 (-390)))) (-5 *1 (-340)))) (-3990 (*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-5 *1 (-340)))) (-4164 (*1 *1) (-5 *1 (-340))) (-1391 (*1 *1) (-5 *1 (-340))) (-2268 (*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-340)))) (-2422 (*1 *1 *2 *3) (-12 (-5 *3 (-656 (-1195))) (-5 *2 (-1195)) (-5 *1 (-340)))) (-3940 (*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 (-340)))) (-4346 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1195)) (|:| |arrayIndex| (-656 (-969 (-576)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -3001 (-874)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1195)) (|:| |rand| (-874)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1194)) (|:| |thenClause| (-340)) (|:| |elseClause| (-340)))) (|:| |returnBranch| (-2 (|:| -4205 (-112)) (|:| -3103 (-2 (|:| |ints2Floats?| (-112)) (|:| -3001 (-874)))))) (|:| |blockBranch| (-656 (-340))) (|:| |commentBranch| (-656 (-1177))) (|:| |callBranch| (-1177)) (|:| |forBranch| (-2 (|:| -3954 (-1111 (-969 (-576)))) (|:| |span| (-969 (-576))) (|:| -2636 (-340)))) (|:| |labelBranch| (-1139)) (|:| |loopBranch| (-2 (|:| |switch| (-1194)) (|:| -2636 (-340)))) (|:| |commonBranch| (-2 (|:| -2624 (-1195)) (|:| |contents| (-656 (-1195))))) (|:| |printBranch| (-656 (-874))))) (-5 *1 (-340)))) (-2825 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-340)))) (-2232 (*1 *2 *1) (-12 (-5 *2 (-1123)) (-5 *1 (-340)))) (-2156 (*1 *2 *2) (-12 (-5 *2 (-1139)) (-5 *1 (-340)))))
-(-13 (-1119) (-10 -8 (-15 -4054 ($ (-1111 (-969 (-576))) $)) (-15 -4054 ($ (-1111 (-969 (-576))) (-969 (-576)) $)) (-15 -3217 ($ (-1194) $)) (-15 -3191 ($ (-1194) $)) (-15 -2851 ($ (-1139))) (-15 -1427 ($ (-1139))) (-15 -2384 ($ (-1177))) (-15 -2384 ($ (-656 (-1177)))) (-15 -2781 ($ (-1177))) (-15 -3268 ($)) (-15 -3268 ($ (-326 (-711)))) (-15 -3268 ($ (-326 (-713)))) (-15 -3268 ($ (-326 (-706)))) (-15 -3268 ($ (-326 (-390)))) (-15 -3268 ($ (-326 (-576)))) (-15 -3268 ($ (-326 (-171 (-390))))) (-15 -2850 ($ (-1194) $)) (-15 -2850 ($ (-1194) $ $)) (-15 -3649 ($ (-1195) (-1177))) (-15 -3649 ($ (-1195) (-326 (-713)))) (-15 -3649 ($ (-1195) (-326 (-711)))) (-15 -3649 ($ (-1195) (-326 (-706)))) (-15 -3649 ($ (-1195) (-701 (-713)))) (-15 -3649 ($ (-1195) (-701 (-711)))) (-15 -3649 ($ (-1195) (-701 (-706)))) (-15 -3649 ($ (-1195) (-1286 (-713)))) (-15 -3649 ($ (-1195) (-1286 (-711)))) (-15 -3649 ($ (-1195) (-1286 (-706)))) (-15 -3649 ($ (-1195) (-701 (-326 (-713))))) (-15 -3649 ($ (-1195) (-701 (-326 (-711))))) (-15 -3649 ($ (-1195) (-701 (-326 (-706))))) (-15 -3649 ($ (-1195) (-1286 (-326 (-713))))) (-15 -3649 ($ (-1195) (-1286 (-326 (-711))))) (-15 -3649 ($ (-1195) (-1286 (-326 (-706))))) (-15 -3649 ($ (-1195) (-656 (-969 (-576))) (-326 (-713)))) (-15 -3649 ($ (-1195) (-656 (-969 (-576))) (-326 (-711)))) (-15 -3649 ($ (-1195) (-656 (-969 (-576))) (-326 (-706)))) (-15 -3649 ($ (-1195) (-326 (-576)))) (-15 -3649 ($ (-1195) (-326 (-390)))) (-15 -3649 ($ (-1195) (-326 (-171 (-390))))) (-15 -3649 ($ (-1195) (-701 (-326 (-576))))) (-15 -3649 ($ (-1195) (-701 (-326 (-390))))) (-15 -3649 ($ (-1195) (-701 (-326 (-171 (-390)))))) (-15 -3649 ($ (-1195) (-1286 (-326 (-576))))) (-15 -3649 ($ (-1195) (-1286 (-326 (-390))))) (-15 -3649 ($ (-1195) (-1286 (-326 (-171 (-390)))))) (-15 -3649 ($ (-1195) (-656 (-969 (-576))) (-326 (-576)))) (-15 -3649 ($ (-1195) (-656 (-969 (-576))) (-326 (-390)))) (-15 -3649 ($ (-1195) (-656 (-969 (-576))) (-326 (-171 (-390))))) (-15 -3990 ($ (-656 $))) (-15 -4164 ($)) (-15 -1391 ($)) (-15 -2268 ($ (-656 (-874)))) (-15 -2422 ($ (-1195) (-656 (-1195)))) (-15 -3940 ((-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 -4346 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1195)) (|:| |arrayIndex| (-656 (-969 (-576)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -3001 (-874)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1195)) (|:| |rand| (-874)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1194)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -4205 (-112)) (|:| -3103 (-2 (|:| |ints2Floats?| (-112)) (|:| -3001 (-874)))))) (|:| |blockBranch| (-656 $)) (|:| |commentBranch| (-656 (-1177))) (|:| |callBranch| (-1177)) (|:| |forBranch| (-2 (|:| -3954 (-1111 (-969 (-576)))) (|:| |span| (-969 (-576))) (|:| -2636 $))) (|:| |labelBranch| (-1139)) (|:| |loopBranch| (-2 (|:| |switch| (-1194)) (|:| -2636 $))) (|:| |commonBranch| (-2 (|:| -2624 (-1195)) (|:| |contents| (-656 (-1195))))) (|:| |printBranch| (-656 (-874)))) $)) (-15 -2825 ((-1291) $)) (-15 -2232 ((-1123) $)) (-15 -2156 ((-1139) (-1139)))))
-((-3486 (((-112) $ $) NIL)) (-2252 (((-112) $) 13)) (-3874 (($ |#1|) 10)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3886 (($ |#1|) 12)) (-3567 (((-874) $) 19)) (-1540 (((-112) $ $) NIL)) (-3299 ((|#1| $) 14)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 21)))
-(((-341 |#1|) (-13 (-862) (-10 -8 (-15 -3874 ($ |#1|)) (-15 -3886 ($ |#1|)) (-15 -2252 ((-112) $)) (-15 -3299 (|#1| $)))) (-862)) (T -341))
-((-3874 (*1 *1 *2) (-12 (-5 *1 (-341 *2)) (-4 *2 (-862)))) (-3886 (*1 *1 *2) (-12 (-5 *1 (-341 *2)) (-4 *2 (-862)))) (-2252 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-341 *3)) (-4 *3 (-862)))) (-3299 (*1 *2 *1) (-12 (-5 *1 (-341 *2)) (-4 *2 (-862)))))
-(-13 (-862) (-10 -8 (-15 -3874 ($ |#1|)) (-15 -3886 ($ |#1|)) (-15 -2252 ((-112) $)) (-15 -3299 (|#1| $))))
-((-2514 (((-340) (-1195) (-969 (-576))) 23)) (-1502 (((-340) (-1195) (-969 (-576))) 27)) (-2972 (((-340) (-1195) (-1111 (-969 (-576))) (-1111 (-969 (-576)))) 26) (((-340) (-1195) (-969 (-576)) (-969 (-576))) 24)) (-2900 (((-340) (-1195) (-969 (-576))) 31)))
-(((-342) (-10 -7 (-15 -2514 ((-340) (-1195) (-969 (-576)))) (-15 -2972 ((-340) (-1195) (-969 (-576)) (-969 (-576)))) (-15 -2972 ((-340) (-1195) (-1111 (-969 (-576))) (-1111 (-969 (-576))))) (-15 -1502 ((-340) (-1195) (-969 (-576)))) (-15 -2900 ((-340) (-1195) (-969 (-576)))))) (T -342))
-((-2900 (*1 *2 *3 *4) (-12 (-5 *3 (-1195)) (-5 *4 (-969 (-576))) (-5 *2 (-340)) (-5 *1 (-342)))) (-1502 (*1 *2 *3 *4) (-12 (-5 *3 (-1195)) (-5 *4 (-969 (-576))) (-5 *2 (-340)) (-5 *1 (-342)))) (-2972 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1195)) (-5 *4 (-1111 (-969 (-576)))) (-5 *2 (-340)) (-5 *1 (-342)))) (-2972 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1195)) (-5 *4 (-969 (-576))) (-5 *2 (-340)) (-5 *1 (-342)))) (-2514 (*1 *2 *3 *4) (-12 (-5 *3 (-1195)) (-5 *4 (-969 (-576))) (-5 *2 (-340)) (-5 *1 (-342)))))
-(-10 -7 (-15 -2514 ((-340) (-1195) (-969 (-576)))) (-15 -2972 ((-340) (-1195) (-969 (-576)) (-969 (-576)))) (-15 -2972 ((-340) (-1195) (-1111 (-969 (-576))) (-1111 (-969 (-576))))) (-15 -1502 ((-340) (-1195) (-969 (-576)))) (-15 -2900 ((-340) (-1195) (-969 (-576)))))
-((-3486 (((-112) $ $) NIL)) (-4150 (((-518) $) 20)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3785 (((-975 (-783)) $) 18)) (-1993 (((-256) $) 7)) (-3567 (((-874) $) 26)) (-1563 (((-975 (-185 (-140))) $) 16)) (-1540 (((-112) $ $) NIL)) (-3437 (((-656 (-885 (-1200) (-783))) $) 12)) (-2921 (((-112) $ $) 22)))
-(((-343) (-13 (-1119) (-10 -8 (-15 -1993 ((-256) $)) (-15 -3437 ((-656 (-885 (-1200) (-783))) $)) (-15 -3785 ((-975 (-783)) $)) (-15 -1563 ((-975 (-185 (-140))) $)) (-15 -4150 ((-518) $))))) (T -343))
-((-1993 (*1 *2 *1) (-12 (-5 *2 (-256)) (-5 *1 (-343)))) (-3437 (*1 *2 *1) (-12 (-5 *2 (-656 (-885 (-1200) (-783)))) (-5 *1 (-343)))) (-3785 (*1 *2 *1) (-12 (-5 *2 (-975 (-783))) (-5 *1 (-343)))) (-1563 (*1 *2 *1) (-12 (-5 *2 (-975 (-185 (-140)))) (-5 *1 (-343)))) (-4150 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-343)))))
-(-13 (-1119) (-10 -8 (-15 -1993 ((-256) $)) (-15 -3437 ((-656 (-885 (-1200) (-783))) $)) (-15 -3785 ((-975 (-783)) $)) (-15 -1563 ((-975 (-185 (-140))) $)) (-15 -4150 ((-518) $))))
-((-4114 (((-347 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-347 |#1| |#2| |#3| |#4|)) 33)))
-(((-344 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -4114 ((-347 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-347 |#1| |#2| |#3| |#4|)))) (-374) (-1262 |#1|) (-1262 (-419 |#2|)) (-353 |#1| |#2| |#3|) (-374) (-1262 |#5|) (-1262 (-419 |#6|)) (-353 |#5| |#6| |#7|)) (T -344))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-347 *5 *6 *7 *8)) (-4 *5 (-374)) (-4 *6 (-1262 *5)) (-4 *7 (-1262 (-419 *6))) (-4 *8 (-353 *5 *6 *7)) (-4 *9 (-374)) (-4 *10 (-1262 *9)) (-4 *11 (-1262 (-419 *10))) (-5 *2 (-347 *9 *10 *11 *12)) (-5 *1 (-344 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-353 *9 *10 *11)))))
-(-10 -7 (-15 -4114 ((-347 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-347 |#1| |#2| |#3| |#4|))))
-((-3448 (((-112) $) 14)))
-(((-345 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3448 ((-112) |#1|))) (-346 |#2| |#3| |#4| |#5|) (-374) (-1262 |#2|) (-1262 (-419 |#3|)) (-353 |#2| |#3| |#4|)) (T -345))
-NIL
-(-10 -8 (-15 -3448 ((-112) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-3683 (($ $) 29)) (-3448 (((-112) $) 28)) (-3881 (((-1177) $) 10)) (-1889 (((-425 |#2| (-419 |#2|) |#3| |#4|) $) 35)) (-1448 (((-1139) $) 11)) (-4126 (((-3 |#4| "failed") $) 27)) (-3822 (($ (-425 |#2| (-419 |#2|) |#3| |#4|)) 34) (($ |#4|) 33) (($ |#1| |#1|) 32) (($ |#1| |#1| (-576)) 31) (($ |#4| |#2| |#2| |#2| |#1|) 26)) (-3510 (((-2 (|:| -3096 (-425 |#2| (-419 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 30)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24)))
-(((-346 |#1| |#2| |#3| |#4|) (-141) (-374) (-1262 |t#1|) (-1262 (-419 |t#2|)) (-353 |t#1| |t#2| |t#3|)) (T -346))
-((-1889 (*1 *2 *1) (-12 (-4 *1 (-346 *3 *4 *5 *6)) (-4 *3 (-374)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-4 *6 (-353 *3 *4 *5)) (-5 *2 (-425 *4 (-419 *4) *5 *6)))) (-3822 (*1 *1 *2) (-12 (-5 *2 (-425 *4 (-419 *4) *5 *6)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-4 *6 (-353 *3 *4 *5)) (-4 *3 (-374)) (-4 *1 (-346 *3 *4 *5 *6)))) (-3822 (*1 *1 *2) (-12 (-4 *3 (-374)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-4 *1 (-346 *3 *4 *5 *2)) (-4 *2 (-353 *3 *4 *5)))) (-3822 (*1 *1 *2 *2) (-12 (-4 *2 (-374)) (-4 *3 (-1262 *2)) (-4 *4 (-1262 (-419 *3))) (-4 *1 (-346 *2 *3 *4 *5)) (-4 *5 (-353 *2 *3 *4)))) (-3822 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-576)) (-4 *2 (-374)) (-4 *4 (-1262 *2)) (-4 *5 (-1262 (-419 *4))) (-4 *1 (-346 *2 *4 *5 *6)) (-4 *6 (-353 *2 *4 *5)))) (-3510 (*1 *2 *1) (-12 (-4 *1 (-346 *3 *4 *5 *6)) (-4 *3 (-374)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-4 *6 (-353 *3 *4 *5)) (-5 *2 (-2 (|:| -3096 (-425 *4 (-419 *4) *5 *6)) (|:| |principalPart| *6))))) (-3683 (*1 *1 *1) (-12 (-4 *1 (-346 *2 *3 *4 *5)) (-4 *2 (-374)) (-4 *3 (-1262 *2)) (-4 *4 (-1262 (-419 *3))) (-4 *5 (-353 *2 *3 *4)))) (-3448 (*1 *2 *1) (-12 (-4 *1 (-346 *3 *4 *5 *6)) (-4 *3 (-374)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-4 *6 (-353 *3 *4 *5)) (-5 *2 (-112)))) (-4126 (*1 *2 *1) (|partial| -12 (-4 *1 (-346 *3 *4 *5 *2)) (-4 *3 (-374)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-4 *2 (-353 *3 *4 *5)))) (-3822 (*1 *1 *2 *3 *3 *3 *4) (-12 (-4 *4 (-374)) (-4 *3 (-1262 *4)) (-4 *5 (-1262 (-419 *3))) (-4 *1 (-346 *4 *3 *5 *2)) (-4 *2 (-353 *4 *3 *5)))))
-(-13 (-21) (-10 -8 (-15 -1889 ((-425 |t#2| (-419 |t#2|) |t#3| |t#4|) $)) (-15 -3822 ($ (-425 |t#2| (-419 |t#2|) |t#3| |t#4|))) (-15 -3822 ($ |t#4|)) (-15 -3822 ($ |t#1| |t#1|)) (-15 -3822 ($ |t#1| |t#1| (-576))) (-15 -3510 ((-2 (|:| -3096 (-425 |t#2| (-419 |t#2|) |t#3| |t#4|)) (|:| |principalPart| |t#4|)) $)) (-15 -3683 ($ $)) (-15 -3448 ((-112) $)) (-15 -4126 ((-3 |t#4| "failed") $)) (-15 -3822 ($ |t#4| |t#2| |t#2| |t#2| |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-3683 (($ $) 33)) (-3448 (((-112) $) NIL)) (-3881 (((-1177) $) NIL)) (-2131 (((-1286 |#4|) $) 134)) (-1889 (((-425 |#2| (-419 |#2|) |#3| |#4|) $) 31)) (-1448 (((-1139) $) NIL)) (-4126 (((-3 |#4| "failed") $) 36)) (-3493 (((-1286 |#4|) $) 126)) (-3822 (($ (-425 |#2| (-419 |#2|) |#3| |#4|)) 41) (($ |#4|) 43) (($ |#1| |#1|) 45) (($ |#1| |#1| (-576)) 47) (($ |#4| |#2| |#2| |#2| |#1|) 49)) (-3510 (((-2 (|:| -3096 (-425 |#2| (-419 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 39)) (-3567 (((-874) $) 17)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 14 T CONST)) (-2921 (((-112) $ $) 20)) (-3041 (($ $) 27) (($ $ $) NIL)) (-3027 (($ $ $) 25)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 23)))
-(((-347 |#1| |#2| |#3| |#4|) (-13 (-346 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3493 ((-1286 |#4|) $)) (-15 -2131 ((-1286 |#4|) $)))) (-374) (-1262 |#1|) (-1262 (-419 |#2|)) (-353 |#1| |#2| |#3|)) (T -347))
-((-3493 (*1 *2 *1) (-12 (-4 *3 (-374)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-1286 *6)) (-5 *1 (-347 *3 *4 *5 *6)) (-4 *6 (-353 *3 *4 *5)))) (-2131 (*1 *2 *1) (-12 (-4 *3 (-374)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-1286 *6)) (-5 *1 (-347 *3 *4 *5 *6)) (-4 *6 (-353 *3 *4 *5)))))
-(-13 (-346 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3493 ((-1286 |#4|) $)) (-15 -2131 ((-1286 |#4|) $))))
-((-3281 (($ $ (-1195) |#2|) NIL) (($ $ (-656 (-1195)) (-656 |#2|)) 20) (($ $ (-656 (-304 |#2|))) 15) (($ $ (-304 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-656 |#2|) (-656 |#2|)) NIL)) (-2794 (($ $ |#2|) 11)))
-(((-348 |#1| |#2|) (-10 -8 (-15 -2794 (|#1| |#1| |#2|)) (-15 -3281 (|#1| |#1| (-656 |#2|) (-656 |#2|))) (-15 -3281 (|#1| |#1| |#2| |#2|)) (-15 -3281 (|#1| |#1| (-304 |#2|))) (-15 -3281 (|#1| |#1| (-656 (-304 |#2|)))) (-15 -3281 (|#1| |#1| (-656 (-1195)) (-656 |#2|))) (-15 -3281 (|#1| |#1| (-1195) |#2|))) (-349 |#2|) (-1119)) (T -348))
-NIL
-(-10 -8 (-15 -2794 (|#1| |#1| |#2|)) (-15 -3281 (|#1| |#1| (-656 |#2|) (-656 |#2|))) (-15 -3281 (|#1| |#1| |#2| |#2|)) (-15 -3281 (|#1| |#1| (-304 |#2|))) (-15 -3281 (|#1| |#1| (-656 (-304 |#2|)))) (-15 -3281 (|#1| |#1| (-656 (-1195)) (-656 |#2|))) (-15 -3281 (|#1| |#1| (-1195) |#2|)))
-((-4114 (($ (-1 |#1| |#1|) $) 6)) (-3281 (($ $ (-1195) |#1|) 17 (|has| |#1| (-526 (-1195) |#1|))) (($ $ (-656 (-1195)) (-656 |#1|)) 16 (|has| |#1| (-526 (-1195) |#1|))) (($ $ (-656 (-304 |#1|))) 15 (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) 14 (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) 13 (|has| |#1| (-319 |#1|))) (($ $ (-656 |#1|) (-656 |#1|)) 12 (|has| |#1| (-319 |#1|)))) (-2794 (($ $ |#1|) 11 (|has| |#1| (-296 |#1| |#1|)))))
-(((-349 |#1|) (-141) (-1119)) (T -349))
-((-4114 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-349 *3)) (-4 *3 (-1119)))))
-(-13 (-10 -8 (-15 -4114 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-296 |t#1| |t#1|)) (-6 (-296 |t#1| $)) |%noBranch|) (IF (|has| |t#1| (-319 |t#1|)) (-6 (-319 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-526 (-1195) |t#1|)) (-6 (-526 (-1195) |t#1|)) |%noBranch|)))
-(((-296 |#1| $) |has| |#1| (-296 |#1| |#1|)) ((-319 |#1|) |has| |#1| (-319 |#1|)) ((-526 (-1195) |#1|) |has| |#1| (-526 (-1195) |#1|)) ((-526 |#1| |#1|) |has| |#1| (-319 |#1|)) ((-1236) |has| |#1| (-296 |#1| |#1|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-1960 (((-656 (-1195)) $) NIL)) (-4213 (((-112)) 96) (((-112) (-112)) 97)) (-3986 (((-656 (-624 $)) $) NIL)) (-4022 (($ $) NIL)) (-3898 (($ $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-3425 (($ $ (-304 $)) NIL) (($ $ (-656 (-304 $))) NIL) (($ $ (-656 (-624 $)) (-656 $)) NIL)) (-1838 (($ $) NIL)) (-4003 (($ $) NIL)) (-3874 (($ $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-624 $) "failed") $) NIL) (((-3 |#3| "failed") $) NIL) (((-3 $ "failed") (-326 |#3|)) 76) (((-3 $ "failed") (-1195)) 103) (((-3 $ "failed") (-326 (-576))) 64 (|has| |#3| (-1057 (-576)))) (((-3 $ "failed") (-419 (-969 (-576)))) 70 (|has| |#3| (-1057 (-576)))) (((-3 $ "failed") (-969 (-576))) 65 (|has| |#3| (-1057 (-576)))) (((-3 $ "failed") (-326 (-390))) 94 (|has| |#3| (-1057 (-390)))) (((-3 $ "failed") (-419 (-969 (-390)))) 88 (|has| |#3| (-1057 (-390)))) (((-3 $ "failed") (-969 (-390))) 83 (|has| |#3| (-1057 (-390))))) (-2857 (((-624 $) $) NIL) ((|#3| $) NIL) (($ (-326 |#3|)) 77) (($ (-1195)) 104) (($ (-326 (-576))) 66 (|has| |#3| (-1057 (-576)))) (($ (-419 (-969 (-576)))) 71 (|has| |#3| (-1057 (-576)))) (($ (-969 (-576))) 67 (|has| |#3| (-1057 (-576)))) (($ (-326 (-390))) 95 (|has| |#3| (-1057 (-390)))) (($ (-419 (-969 (-390)))) 89 (|has| |#3| (-1057 (-390)))) (($ (-969 (-390))) 85 (|has| |#3| (-1057 (-390))))) (-2251 (((-3 $ "failed") $) NIL)) (-1598 (($) 101)) (-1524 (($ $) NIL) (($ (-656 $)) NIL)) (-2358 (((-656 (-115)) $) NIL)) (-1774 (((-115) (-115)) NIL)) (-3612 (((-112) $) NIL)) (-2044 (((-112) $) NIL (|has| $ (-1057 (-576))))) (-3820 (((-1191 $) (-624 $)) NIL (|has| $ (-1068)))) (-4114 (($ (-1 $ $) (-624 $)) NIL)) (-3497 (((-3 (-624 $) "failed") $) NIL)) (-2325 (($ $) 99)) (-3742 (($ $) NIL)) (-3881 (((-1177) $) NIL)) (-1761 (((-656 (-624 $)) $) NIL)) (-1637 (($ (-115) $) 98) (($ (-115) (-656 $)) NIL)) (-3796 (((-112) $ (-115)) NIL) (((-112) $ (-1195)) NIL)) (-2322 (((-783) $) NIL)) (-1448 (((-1139) $) NIL)) (-4257 (((-112) $ $) NIL) (((-112) $ (-1195)) NIL)) (-4101 (($ $) NIL)) (-2227 (((-112) $) NIL (|has| $ (-1057 (-576))))) (-3281 (($ $ (-624 $) $) NIL) (($ $ (-656 (-624 $)) (-656 $)) NIL) (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-656 (-1195)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-1195)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-1195) (-1 $ (-656 $))) NIL) (($ $ (-1195) (-1 $ $)) NIL) (($ $ (-656 (-115)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-115) (-1 $ (-656 $))) NIL) (($ $ (-115) (-1 $ $)) NIL)) (-2794 (($ (-115) $) NIL) (($ (-115) $ $) NIL) (($ (-115) $ $ $) NIL) (($ (-115) $ $ $ $) NIL) (($ (-115) (-656 $)) NIL)) (-3401 (($ $) NIL) (($ $ $) NIL)) (-2770 (($ $ (-1195)) NIL) (($ $ (-656 (-1195))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL)) (-3117 (($ $) NIL (|has| $ (-1068)))) (-4011 (($ $) NIL)) (-3886 (($ $) NIL)) (-3567 (((-874) $) NIL) (($ (-624 $)) NIL) (($ |#3|) NIL) (($ (-576)) NIL) (((-326 |#3|) $) 102)) (-2596 (((-783)) NIL T CONST)) (-3654 (($ $) NIL) (($ (-656 $)) NIL)) (-1824 (((-112) (-115)) NIL)) (-1540 (((-112) $ $) NIL)) (-3958 (($ $) NIL)) (-3935 (($ $) NIL)) (-3948 (($ $) NIL)) (-4308 (($ $) NIL)) (-2716 (($) 100 T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-1195)) NIL) (($ $ (-656 (-1195))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $ $) NIL) (($ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-783)) NIL) (($ $ (-938)) NIL)) (* (($ |#3| $) NIL) (($ $ |#3|) NIL) (($ $ $) NIL) (($ (-576) $) NIL) (($ (-783) $) NIL) (($ (-938) $) NIL)))
-(((-350 |#1| |#2| |#3|) (-13 (-312) (-38 |#3|) (-1057 |#3|) (-915 (-1195)) (-10 -8 (-15 -2857 ($ (-326 |#3|))) (-15 -1570 ((-3 $ "failed") (-326 |#3|))) (-15 -2857 ($ (-1195))) (-15 -1570 ((-3 $ "failed") (-1195))) (-15 -3567 ((-326 |#3|) $)) (IF (|has| |#3| (-1057 (-576))) (PROGN (-15 -2857 ($ (-326 (-576)))) (-15 -1570 ((-3 $ "failed") (-326 (-576)))) (-15 -2857 ($ (-419 (-969 (-576))))) (-15 -1570 ((-3 $ "failed") (-419 (-969 (-576))))) (-15 -2857 ($ (-969 (-576)))) (-15 -1570 ((-3 $ "failed") (-969 (-576))))) |%noBranch|) (IF (|has| |#3| (-1057 (-390))) (PROGN (-15 -2857 ($ (-326 (-390)))) (-15 -1570 ((-3 $ "failed") (-326 (-390)))) (-15 -2857 ($ (-419 (-969 (-390))))) (-15 -1570 ((-3 $ "failed") (-419 (-969 (-390))))) (-15 -2857 ($ (-969 (-390)))) (-15 -1570 ((-3 $ "failed") (-969 (-390))))) |%noBranch|) (-15 -4308 ($ $)) (-15 -1838 ($ $)) (-15 -4101 ($ $)) (-15 -3742 ($ $)) (-15 -2325 ($ $)) (-15 -3874 ($ $)) (-15 -3886 ($ $)) (-15 -3898 ($ $)) (-15 -3935 ($ $)) (-15 -3948 ($ $)) (-15 -3958 ($ $)) (-15 -4003 ($ $)) (-15 -4011 ($ $)) (-15 -4022 ($ $)) (-15 -1598 ($)) (-15 -1960 ((-656 (-1195)) $)) (-15 -4213 ((-112))) (-15 -4213 ((-112) (-112))))) (-656 (-1195)) (-656 (-1195)) (-399)) (T -350))
-((-2857 (*1 *1 *2) (-12 (-5 *2 (-326 *5)) (-4 *5 (-399)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 *5)) (-4 *5 (-399)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 *2)) (-14 *4 (-656 *2)) (-4 *5 (-399)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-1195)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 *2)) (-14 *4 (-656 *2)) (-4 *5 (-399)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-326 *5)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))) (-4 *5 (-399)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-326 (-576))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1057 (-576))) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))) (-4 *5 (-399)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-576))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1057 (-576))) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))) (-4 *5 (-399)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-419 (-969 (-576)))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1057 (-576))) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))) (-4 *5 (-399)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-419 (-969 (-576)))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1057 (-576))) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))) (-4 *5 (-399)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-969 (-576))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1057 (-576))) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))) (-4 *5 (-399)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-969 (-576))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1057 (-576))) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))) (-4 *5 (-399)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-326 (-390))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1057 (-390))) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))) (-4 *5 (-399)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-390))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1057 (-390))) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))) (-4 *5 (-399)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-419 (-969 (-390)))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1057 (-390))) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))) (-4 *5 (-399)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-419 (-969 (-390)))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1057 (-390))) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))) (-4 *5 (-399)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-969 (-390))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1057 (-390))) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))) (-4 *5 (-399)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-969 (-390))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1057 (-390))) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))) (-4 *5 (-399)))) (-4308 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195))) (-14 *3 (-656 (-1195))) (-4 *4 (-399)))) (-1838 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195))) (-14 *3 (-656 (-1195))) (-4 *4 (-399)))) (-4101 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195))) (-14 *3 (-656 (-1195))) (-4 *4 (-399)))) (-3742 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195))) (-14 *3 (-656 (-1195))) (-4 *4 (-399)))) (-2325 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195))) (-14 *3 (-656 (-1195))) (-4 *4 (-399)))) (-3874 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195))) (-14 *3 (-656 (-1195))) (-4 *4 (-399)))) (-3886 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195))) (-14 *3 (-656 (-1195))) (-4 *4 (-399)))) (-3898 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195))) (-14 *3 (-656 (-1195))) (-4 *4 (-399)))) (-3935 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195))) (-14 *3 (-656 (-1195))) (-4 *4 (-399)))) (-3948 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195))) (-14 *3 (-656 (-1195))) (-4 *4 (-399)))) (-3958 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195))) (-14 *3 (-656 (-1195))) (-4 *4 (-399)))) (-4003 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195))) (-14 *3 (-656 (-1195))) (-4 *4 (-399)))) (-4011 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195))) (-14 *3 (-656 (-1195))) (-4 *4 (-399)))) (-4022 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195))) (-14 *3 (-656 (-1195))) (-4 *4 (-399)))) (-1598 (*1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195))) (-14 *3 (-656 (-1195))) (-4 *4 (-399)))) (-1960 (*1 *2 *1) (-12 (-5 *2 (-656 (-1195))) (-5 *1 (-350 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-399)))) (-4213 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))) (-4 *5 (-399)))) (-4213 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))) (-4 *5 (-399)))))
-(-13 (-312) (-38 |#3|) (-1057 |#3|) (-915 (-1195)) (-10 -8 (-15 -2857 ($ (-326 |#3|))) (-15 -1570 ((-3 $ "failed") (-326 |#3|))) (-15 -2857 ($ (-1195))) (-15 -1570 ((-3 $ "failed") (-1195))) (-15 -3567 ((-326 |#3|) $)) (IF (|has| |#3| (-1057 (-576))) (PROGN (-15 -2857 ($ (-326 (-576)))) (-15 -1570 ((-3 $ "failed") (-326 (-576)))) (-15 -2857 ($ (-419 (-969 (-576))))) (-15 -1570 ((-3 $ "failed") (-419 (-969 (-576))))) (-15 -2857 ($ (-969 (-576)))) (-15 -1570 ((-3 $ "failed") (-969 (-576))))) |%noBranch|) (IF (|has| |#3| (-1057 (-390))) (PROGN (-15 -2857 ($ (-326 (-390)))) (-15 -1570 ((-3 $ "failed") (-326 (-390)))) (-15 -2857 ($ (-419 (-969 (-390))))) (-15 -1570 ((-3 $ "failed") (-419 (-969 (-390))))) (-15 -2857 ($ (-969 (-390)))) (-15 -1570 ((-3 $ "failed") (-969 (-390))))) |%noBranch|) (-15 -4308 ($ $)) (-15 -1838 ($ $)) (-15 -4101 ($ $)) (-15 -3742 ($ $)) (-15 -2325 ($ $)) (-15 -3874 ($ $)) (-15 -3886 ($ $)) (-15 -3898 ($ $)) (-15 -3935 ($ $)) (-15 -3948 ($ $)) (-15 -3958 ($ $)) (-15 -4003 ($ $)) (-15 -4011 ($ $)) (-15 -4022 ($ $)) (-15 -1598 ($)) (-15 -1960 ((-656 (-1195)) $)) (-15 -4213 ((-112))) (-15 -4213 ((-112) (-112)))))
-((-4114 ((|#8| (-1 |#5| |#1|) |#4|) 19)))
-(((-351 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -4114 (|#8| (-1 |#5| |#1|) |#4|))) (-1240) (-1262 |#1|) (-1262 (-419 |#2|)) (-353 |#1| |#2| |#3|) (-1240) (-1262 |#5|) (-1262 (-419 |#6|)) (-353 |#5| |#6| |#7|)) (T -351))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1240)) (-4 *8 (-1240)) (-4 *6 (-1262 *5)) (-4 *7 (-1262 (-419 *6))) (-4 *9 (-1262 *8)) (-4 *2 (-353 *8 *9 *10)) (-5 *1 (-351 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-353 *5 *6 *7)) (-4 *10 (-1262 (-419 *9))))))
-(-10 -7 (-15 -4114 (|#8| (-1 |#5| |#1|) |#4|)))
-((-2100 (((-2 (|:| |num| (-1286 |#3|)) (|:| |den| |#3|)) $) 39)) (-2495 (($ (-1286 (-419 |#3|)) (-1286 $)) NIL) (($ (-1286 (-419 |#3|))) NIL) (($ (-1286 |#3|) |#3|) 173)) (-1620 (((-1286 $) (-1286 $)) 156)) (-3325 (((-656 (-656 |#2|))) 126)) (-4165 (((-112) |#2| |#2|) 76)) (-2619 (($ $) 148)) (-4341 (((-783)) 172)) (-4286 (((-1286 $) (-1286 $)) 218)) (-2533 (((-656 (-969 |#2|)) (-1195)) 115)) (-1980 (((-112) $) 169)) (-3415 (((-112) $) 27) (((-112) $ |#2|) 31) (((-112) $ |#3|) 222)) (-3169 (((-3 |#3| "failed")) 52)) (-4074 (((-783)) 184)) (-2794 ((|#2| $ |#2| |#2|) 140)) (-4419 (((-3 |#3| "failed")) 71)) (-2770 (($ $ (-1 (-419 |#3|) (-419 |#3|))) NIL) (($ $ (-1 (-419 |#3|) (-419 |#3|)) (-783)) NIL) (($ $ (-1 |#3| |#3|)) 226) (($ $ (-656 (-1195)) (-656 (-783))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195))) NIL) (($ $ (-1195)) NIL) (($ $ (-783)) NIL) (($ $) NIL)) (-2827 (((-1286 $) (-1286 $)) 162)) (-1927 (((-2 (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (-1 |#3| |#3|)) 68)) (-2994 (((-112)) 34)))
-(((-352 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2770 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -3325 ((-656 (-656 |#2|)))) (-15 -2533 ((-656 (-969 |#2|)) (-1195))) (-15 -1927 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -3169 ((-3 |#3| "failed"))) (-15 -4419 ((-3 |#3| "failed"))) (-15 -2794 (|#2| |#1| |#2| |#2|)) (-15 -2619 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3415 ((-112) |#1| |#3|)) (-15 -3415 ((-112) |#1| |#2|)) (-15 -2495 (|#1| (-1286 |#3|) |#3|)) (-15 -2100 ((-2 (|:| |num| (-1286 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -1620 ((-1286 |#1|) (-1286 |#1|))) (-15 -4286 ((-1286 |#1|) (-1286 |#1|))) (-15 -2827 ((-1286 |#1|) (-1286 |#1|))) (-15 -3415 ((-112) |#1|)) (-15 -1980 ((-112) |#1|)) (-15 -4165 ((-112) |#2| |#2|)) (-15 -2994 ((-112))) (-15 -4074 ((-783))) (-15 -4341 ((-783))) (-15 -2770 (|#1| |#1| (-1 (-419 |#3|) (-419 |#3|)) (-783))) (-15 -2770 (|#1| |#1| (-1 (-419 |#3|) (-419 |#3|)))) (-15 -2495 (|#1| (-1286 (-419 |#3|)))) (-15 -2495 (|#1| (-1286 (-419 |#3|)) (-1286 |#1|)))) (-353 |#2| |#3| |#4|) (-1240) (-1262 |#2|) (-1262 (-419 |#3|))) (T -352))
-((-4341 (*1 *2) (-12 (-4 *4 (-1240)) (-4 *5 (-1262 *4)) (-4 *6 (-1262 (-419 *5))) (-5 *2 (-783)) (-5 *1 (-352 *3 *4 *5 *6)) (-4 *3 (-353 *4 *5 *6)))) (-4074 (*1 *2) (-12 (-4 *4 (-1240)) (-4 *5 (-1262 *4)) (-4 *6 (-1262 (-419 *5))) (-5 *2 (-783)) (-5 *1 (-352 *3 *4 *5 *6)) (-4 *3 (-353 *4 *5 *6)))) (-2994 (*1 *2) (-12 (-4 *4 (-1240)) (-4 *5 (-1262 *4)) (-4 *6 (-1262 (-419 *5))) (-5 *2 (-112)) (-5 *1 (-352 *3 *4 *5 *6)) (-4 *3 (-353 *4 *5 *6)))) (-4165 (*1 *2 *3 *3) (-12 (-4 *3 (-1240)) (-4 *5 (-1262 *3)) (-4 *6 (-1262 (-419 *5))) (-5 *2 (-112)) (-5 *1 (-352 *4 *3 *5 *6)) (-4 *4 (-353 *3 *5 *6)))) (-4419 (*1 *2) (|partial| -12 (-4 *4 (-1240)) (-4 *5 (-1262 (-419 *2))) (-4 *2 (-1262 *4)) (-5 *1 (-352 *3 *4 *2 *5)) (-4 *3 (-353 *4 *2 *5)))) (-3169 (*1 *2) (|partial| -12 (-4 *4 (-1240)) (-4 *5 (-1262 (-419 *2))) (-4 *2 (-1262 *4)) (-5 *1 (-352 *3 *4 *2 *5)) (-4 *3 (-353 *4 *2 *5)))) (-2533 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-4 *5 (-1240)) (-4 *6 (-1262 *5)) (-4 *7 (-1262 (-419 *6))) (-5 *2 (-656 (-969 *5))) (-5 *1 (-352 *4 *5 *6 *7)) (-4 *4 (-353 *5 *6 *7)))) (-3325 (*1 *2) (-12 (-4 *4 (-1240)) (-4 *5 (-1262 *4)) (-4 *6 (-1262 (-419 *5))) (-5 *2 (-656 (-656 *4))) (-5 *1 (-352 *3 *4 *5 *6)) (-4 *3 (-353 *4 *5 *6)))))
-(-10 -8 (-15 -2770 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -3325 ((-656 (-656 |#2|)))) (-15 -2533 ((-656 (-969 |#2|)) (-1195))) (-15 -1927 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -3169 ((-3 |#3| "failed"))) (-15 -4419 ((-3 |#3| "failed"))) (-15 -2794 (|#2| |#1| |#2| |#2|)) (-15 -2619 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3415 ((-112) |#1| |#3|)) (-15 -3415 ((-112) |#1| |#2|)) (-15 -2495 (|#1| (-1286 |#3|) |#3|)) (-15 -2100 ((-2 (|:| |num| (-1286 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -1620 ((-1286 |#1|) (-1286 |#1|))) (-15 -4286 ((-1286 |#1|) (-1286 |#1|))) (-15 -2827 ((-1286 |#1|) (-1286 |#1|))) (-15 -3415 ((-112) |#1|)) (-15 -1980 ((-112) |#1|)) (-15 -4165 ((-112) |#2| |#2|)) (-15 -2994 ((-112))) (-15 -4074 ((-783))) (-15 -4341 ((-783))) (-15 -2770 (|#1| |#1| (-1 (-419 |#3|) (-419 |#3|)) (-783))) (-15 -2770 (|#1| |#1| (-1 (-419 |#3|) (-419 |#3|)))) (-15 -2495 (|#1| (-1286 (-419 |#3|)))) (-15 -2495 (|#1| (-1286 (-419 |#3|)) (-1286 |#1|))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2100 (((-2 (|:| |num| (-1286 |#2|)) (|:| |den| |#2|)) $) 211)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 105 (|has| (-419 |#2|) (-374)))) (-4380 (($ $) 106 (|has| (-419 |#2|) (-374)))) (-1657 (((-112) $) 108 (|has| (-419 |#2|) (-374)))) (-1722 (((-701 (-419 |#2|)) (-1286 $)) 53) (((-701 (-419 |#2|))) 68)) (-2205 (((-419 |#2|) $) 59)) (-2201 (((-1208 (-938) (-783)) (-576)) 158 (|has| (-419 |#2|) (-360)))) (-4299 (((-3 $ "failed") $ $) 20)) (-1415 (($ $) 125 (|has| (-419 |#2|) (-374)))) (-3422 (((-430 $) $) 126 (|has| (-419 |#2|) (-374)))) (-1829 (((-112) $ $) 116 (|has| (-419 |#2|) (-374)))) (-2093 (((-783)) 99 (|has| (-419 |#2|) (-379)))) (-3004 (((-112)) 228)) (-3801 (((-112) |#1|) 227) (((-112) |#2|) 226)) (-2135 (($) 18 T CONST)) (-1570 (((-3 (-576) "failed") $) 185 (|has| (-419 |#2|) (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) 183 (|has| (-419 |#2|) (-1057 (-419 (-576))))) (((-3 (-419 |#2|) "failed") $) 180)) (-2857 (((-576) $) 184 (|has| (-419 |#2|) (-1057 (-576)))) (((-419 (-576)) $) 182 (|has| (-419 |#2|) (-1057 (-419 (-576))))) (((-419 |#2|) $) 181)) (-2495 (($ (-1286 (-419 |#2|)) (-1286 $)) 55) (($ (-1286 (-419 |#2|))) 71) (($ (-1286 |#2|) |#2|) 210)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) 164 (|has| (-419 |#2|) (-360)))) (-3426 (($ $ $) 120 (|has| (-419 |#2|) (-374)))) (-3592 (((-701 (-419 |#2|)) $ (-1286 $)) 60) (((-701 (-419 |#2|)) $) 66)) (-3142 (((-701 (-576)) (-701 $)) 177 (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 176 (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-419 |#2|))) (|:| |vec| (-1286 (-419 |#2|)))) (-701 $) (-1286 $)) 175) (((-701 (-419 |#2|)) (-701 $)) 174)) (-1620 (((-1286 $) (-1286 $)) 216)) (-3683 (($ |#3|) 169) (((-3 $ "failed") (-419 |#3|)) 166 (|has| (-419 |#2|) (-374)))) (-2251 (((-3 $ "failed") $) 37)) (-3325 (((-656 (-656 |#1|))) 197 (|has| |#1| (-379)))) (-4165 (((-112) |#1| |#1|) 232)) (-3731 (((-938)) 61)) (-1834 (($) 102 (|has| (-419 |#2|) (-379)))) (-2748 (((-112)) 225)) (-3326 (((-112) |#1|) 224) (((-112) |#2|) 223)) (-3438 (($ $ $) 119 (|has| (-419 |#2|) (-374)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 114 (|has| (-419 |#2|) (-374)))) (-2619 (($ $) 203)) (-4161 (($) 160 (|has| (-419 |#2|) (-360)))) (-3335 (((-112) $) 161 (|has| (-419 |#2|) (-360)))) (-1385 (($ $ (-783)) 152 (|has| (-419 |#2|) (-360))) (($ $) 151 (|has| (-419 |#2|) (-360)))) (-4283 (((-112) $) 127 (|has| (-419 |#2|) (-374)))) (-1991 (((-938) $) 163 (|has| (-419 |#2|) (-360))) (((-845 (-938)) $) 149 (|has| (-419 |#2|) (-360)))) (-3612 (((-112) $) 35)) (-4341 (((-783)) 235)) (-4286 (((-1286 $) (-1286 $)) 217)) (-1650 (((-419 |#2|) $) 58)) (-2533 (((-656 (-969 |#1|)) (-1195)) 198 (|has| |#1| (-374)))) (-2162 (((-3 $ "failed") $) 153 (|has| (-419 |#2|) (-360)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 123 (|has| (-419 |#2|) (-374)))) (-1499 ((|#3| $) 51 (|has| (-419 |#2|) (-374)))) (-4379 (((-938) $) 101 (|has| (-419 |#2|) (-379)))) (-3670 ((|#3| $) 167)) (-1853 (((-701 (-576)) (-1286 $)) 179 (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) 178 (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-419 |#2|))) (|:| |vec| (-1286 (-419 |#2|)))) (-1286 $) $) 173) (((-701 (-419 |#2|)) (-1286 $)) 172)) (-3457 (($ (-656 $)) 112 (|has| (-419 |#2|) (-374))) (($ $ $) 111 (|has| (-419 |#2|) (-374)))) (-3881 (((-1177) $) 10)) (-1397 (((-701 (-419 |#2|))) 212)) (-3698 (((-701 (-419 |#2|))) 214)) (-2045 (($ $) 128 (|has| (-419 |#2|) (-374)))) (-2845 (($ (-1286 |#2|) |#2|) 208)) (-2645 (((-701 (-419 |#2|))) 213)) (-1917 (((-701 (-419 |#2|))) 215)) (-4204 (((-2 (|:| |num| (-701 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 207)) (-2702 (((-2 (|:| |num| (-1286 |#2|)) (|:| |den| |#2|)) $) 209)) (-4231 (((-1286 $)) 221)) (-2568 (((-1286 $)) 222)) (-1980 (((-112) $) 220)) (-3415 (((-112) $) 219) (((-112) $ |#1|) 206) (((-112) $ |#2|) 205)) (-3537 (($) 154 (|has| (-419 |#2|) (-360)) CONST)) (-3222 (($ (-938)) 100 (|has| (-419 |#2|) (-379)))) (-3169 (((-3 |#2| "failed")) 200)) (-1448 (((-1139) $) 11)) (-4074 (((-783)) 234)) (-4126 (($) 171)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 113 (|has| (-419 |#2|) (-374)))) (-3495 (($ (-656 $)) 110 (|has| (-419 |#2|) (-374))) (($ $ $) 109 (|has| (-419 |#2|) (-374)))) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) 157 (|has| (-419 |#2|) (-360)))) (-1827 (((-430 $) $) 124 (|has| (-419 |#2|) (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 122 (|has| (-419 |#2|) (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 121 (|has| (-419 |#2|) (-374)))) (-3473 (((-3 $ "failed") $ $) 104 (|has| (-419 |#2|) (-374)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 115 (|has| (-419 |#2|) (-374)))) (-3909 (((-783) $) 117 (|has| (-419 |#2|) (-374)))) (-2794 ((|#1| $ |#1| |#1|) 202)) (-4419 (((-3 |#2| "failed")) 201)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 118 (|has| (-419 |#2|) (-374)))) (-2491 (((-419 |#2|) (-1286 $)) 54) (((-419 |#2|)) 67)) (-3544 (((-783) $) 162 (|has| (-419 |#2|) (-360))) (((-3 (-783) "failed") $ $) 150 (|has| (-419 |#2|) (-360)))) (-2770 (($ $ (-1 (-419 |#2|) (-419 |#2|))) 136 (|has| (-419 |#2|) (-374))) (($ $ (-1 (-419 |#2|) (-419 |#2|)) (-783)) 135 (|has| (-419 |#2|) (-374))) (($ $ (-1 |#2| |#2|)) 204) (($ $ (-656 (-1195)) (-656 (-783))) 141 (-2755 (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))) (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-2669 (|has| (-419 |#2|) (-917 (-1195))) (|has| (-419 |#2|) (-374))))) (($ $ (-1195) (-783)) 140 (-2755 (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))) (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-2669 (|has| (-419 |#2|) (-917 (-1195))) (|has| (-419 |#2|) (-374))))) (($ $ (-656 (-1195))) 139 (-2755 (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))) (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-2669 (|has| (-419 |#2|) (-917 (-1195))) (|has| (-419 |#2|) (-374))))) (($ $ (-1195)) 137 (-2755 (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))) (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-2669 (|has| (-419 |#2|) (-917 (-1195))) (|has| (-419 |#2|) (-374))))) (($ $ (-783)) 147 (-2755 (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-237))) (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-238))) (-2669 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360)))) (($ $) 145 (-2755 (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-237))) (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-238))) (-2669 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360))))) (-4218 (((-701 (-419 |#2|)) (-1286 $) (-1 (-419 |#2|) (-419 |#2|))) 165 (|has| (-419 |#2|) (-374)))) (-3117 ((|#3|) 170)) (-4059 (($) 159 (|has| (-419 |#2|) (-360)))) (-2203 (((-1286 (-419 |#2|)) $ (-1286 $)) 57) (((-701 (-419 |#2|)) (-1286 $) (-1286 $)) 56) (((-1286 (-419 |#2|)) $) 73) (((-701 (-419 |#2|)) (-1286 $)) 72)) (-4169 (((-1286 (-419 |#2|)) $) 70) (($ (-1286 (-419 |#2|))) 69) ((|#3| $) 186) (($ |#3|) 168)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) 156 (|has| (-419 |#2|) (-360)))) (-2827 (((-1286 $) (-1286 $)) 218)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ (-419 |#2|)) 44) (($ (-419 (-576))) 98 (-2755 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-1057 (-419 (-576)))))) (($ $) 103 (|has| (-419 |#2|) (-374)))) (-2846 (($ $) 155 (|has| (-419 |#2|) (-360))) (((-3 $ "failed") $) 50 (|has| (-419 |#2|) (-146)))) (-4324 ((|#3| $) 52)) (-2596 (((-783)) 32 T CONST)) (-2213 (((-112)) 231)) (-1519 (((-112) |#1|) 230) (((-112) |#2|) 229)) (-1540 (((-112) $ $) 9)) (-4156 (((-1286 $)) 74)) (-4196 (((-112) $ $) 107 (|has| (-419 |#2|) (-374)))) (-1927 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) 199)) (-2994 (((-112)) 233)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-1 (-419 |#2|) (-419 |#2|))) 134 (|has| (-419 |#2|) (-374))) (($ $ (-1 (-419 |#2|) (-419 |#2|)) (-783)) 133 (|has| (-419 |#2|) (-374))) (($ $ (-656 (-1195)) (-656 (-783))) 144 (-2755 (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))) (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-2669 (|has| (-419 |#2|) (-917 (-1195))) (|has| (-419 |#2|) (-374))))) (($ $ (-1195) (-783)) 143 (-2755 (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))) (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-2669 (|has| (-419 |#2|) (-917 (-1195))) (|has| (-419 |#2|) (-374))))) (($ $ (-656 (-1195))) 142 (-2755 (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))) (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-2669 (|has| (-419 |#2|) (-917 (-1195))) (|has| (-419 |#2|) (-374))))) (($ $ (-1195)) 138 (-2755 (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))) (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-2669 (|has| (-419 |#2|) (-917 (-1195))) (|has| (-419 |#2|) (-374))))) (($ $ (-783)) 148 (-2755 (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-237))) (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-238))) (-2669 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360)))) (($ $) 146 (-2755 (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-237))) (-2669 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-238))) (-2669 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360))))) (-2921 (((-112) $ $) 7)) (-3054 (($ $ $) 132 (|has| (-419 |#2|) (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 129 (|has| (-419 |#2|) (-374)))) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 |#2|)) 46) (($ (-419 |#2|) $) 45) (($ (-419 (-576)) $) 131 (|has| (-419 |#2|) (-374))) (($ $ (-419 (-576))) 130 (|has| (-419 |#2|) (-374)))))
-(((-353 |#1| |#2| |#3|) (-141) (-1240) (-1262 |t#1|) (-1262 (-419 |t#2|))) (T -353))
-((-4341 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-783)))) (-4074 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-783)))) (-2994 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))) (-4165 (*1 *2 *3 *3) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))) (-2213 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))) (-1519 (*1 *2 *3) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))) (-1519 (*1 *2 *3) (-12 (-4 *1 (-353 *4 *3 *5)) (-4 *4 (-1240)) (-4 *3 (-1262 *4)) (-4 *5 (-1262 (-419 *3))) (-5 *2 (-112)))) (-3004 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))) (-3801 (*1 *2 *3) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))) (-3801 (*1 *2 *3) (-12 (-4 *1 (-353 *4 *3 *5)) (-4 *4 (-1240)) (-4 *3 (-1262 *4)) (-4 *5 (-1262 (-419 *3))) (-5 *2 (-112)))) (-2748 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))) (-3326 (*1 *2 *3) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))) (-3326 (*1 *2 *3) (-12 (-4 *1 (-353 *4 *3 *5)) (-4 *4 (-1240)) (-4 *3 (-1262 *4)) (-4 *5 (-1262 (-419 *3))) (-5 *2 (-112)))) (-2568 (*1 *2) (-12 (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-1286 *1)) (-4 *1 (-353 *3 *4 *5)))) (-4231 (*1 *2) (-12 (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-1286 *1)) (-4 *1 (-353 *3 *4 *5)))) (-1980 (*1 *2 *1) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))) (-3415 (*1 *2 *1) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))) (-2827 (*1 *2 *2) (-12 (-5 *2 (-1286 *1)) (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))))) (-4286 (*1 *2 *2) (-12 (-5 *2 (-1286 *1)) (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))))) (-1620 (*1 *2 *2) (-12 (-5 *2 (-1286 *1)) (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))))) (-1917 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-701 (-419 *4))))) (-3698 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-701 (-419 *4))))) (-2645 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-701 (-419 *4))))) (-1397 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-701 (-419 *4))))) (-2100 (*1 *2 *1) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-2 (|:| |num| (-1286 *4)) (|:| |den| *4))))) (-2495 (*1 *1 *2 *3) (-12 (-5 *2 (-1286 *3)) (-4 *3 (-1262 *4)) (-4 *4 (-1240)) (-4 *1 (-353 *4 *3 *5)) (-4 *5 (-1262 (-419 *3))))) (-2702 (*1 *2 *1) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-2 (|:| |num| (-1286 *4)) (|:| |den| *4))))) (-2845 (*1 *1 *2 *3) (-12 (-5 *2 (-1286 *3)) (-4 *3 (-1262 *4)) (-4 *4 (-1240)) (-4 *1 (-353 *4 *3 *5)) (-4 *5 (-1262 (-419 *3))))) (-4204 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-353 *4 *5 *6)) (-4 *4 (-1240)) (-4 *5 (-1262 *4)) (-4 *6 (-1262 (-419 *5))) (-5 *2 (-2 (|:| |num| (-701 *5)) (|:| |den| *5))))) (-3415 (*1 *2 *1 *3) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))) (-3415 (*1 *2 *1 *3) (-12 (-4 *1 (-353 *4 *3 *5)) (-4 *4 (-1240)) (-4 *3 (-1262 *4)) (-4 *5 (-1262 (-419 *3))) (-5 *2 (-112)))) (-2770 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))))) (-2619 (*1 *1 *1) (-12 (-4 *1 (-353 *2 *3 *4)) (-4 *2 (-1240)) (-4 *3 (-1262 *2)) (-4 *4 (-1262 (-419 *3))))) (-2794 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-353 *2 *3 *4)) (-4 *2 (-1240)) (-4 *3 (-1262 *2)) (-4 *4 (-1262 (-419 *3))))) (-4419 (*1 *2) (|partial| -12 (-4 *1 (-353 *3 *2 *4)) (-4 *3 (-1240)) (-4 *4 (-1262 (-419 *2))) (-4 *2 (-1262 *3)))) (-3169 (*1 *2) (|partial| -12 (-4 *1 (-353 *3 *2 *4)) (-4 *3 (-1240)) (-4 *4 (-1262 (-419 *2))) (-4 *2 (-1262 *3)))) (-1927 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1262 *4)) (-4 *4 (-1240)) (-4 *6 (-1262 (-419 *5))) (-5 *2 (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5) (|:| |gd| *5))) (-4 *1 (-353 *4 *5 *6)))) (-2533 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-4 *1 (-353 *4 *5 *6)) (-4 *4 (-1240)) (-4 *5 (-1262 *4)) (-4 *6 (-1262 (-419 *5))) (-4 *4 (-374)) (-5 *2 (-656 (-969 *4))))) (-3325 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))) (-4 *3 (-379)) (-5 *2 (-656 (-656 *3))))))
-(-13 (-736 (-419 |t#2|) |t#3|) (-10 -8 (-15 -4341 ((-783))) (-15 -4074 ((-783))) (-15 -2994 ((-112))) (-15 -4165 ((-112) |t#1| |t#1|)) (-15 -2213 ((-112))) (-15 -1519 ((-112) |t#1|)) (-15 -1519 ((-112) |t#2|)) (-15 -3004 ((-112))) (-15 -3801 ((-112) |t#1|)) (-15 -3801 ((-112) |t#2|)) (-15 -2748 ((-112))) (-15 -3326 ((-112) |t#1|)) (-15 -3326 ((-112) |t#2|)) (-15 -2568 ((-1286 $))) (-15 -4231 ((-1286 $))) (-15 -1980 ((-112) $)) (-15 -3415 ((-112) $)) (-15 -2827 ((-1286 $) (-1286 $))) (-15 -4286 ((-1286 $) (-1286 $))) (-15 -1620 ((-1286 $) (-1286 $))) (-15 -1917 ((-701 (-419 |t#2|)))) (-15 -3698 ((-701 (-419 |t#2|)))) (-15 -2645 ((-701 (-419 |t#2|)))) (-15 -1397 ((-701 (-419 |t#2|)))) (-15 -2100 ((-2 (|:| |num| (-1286 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -2495 ($ (-1286 |t#2|) |t#2|)) (-15 -2702 ((-2 (|:| |num| (-1286 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -2845 ($ (-1286 |t#2|) |t#2|)) (-15 -4204 ((-2 (|:| |num| (-701 |t#2|)) (|:| |den| |t#2|)) (-1 |t#2| |t#2|))) (-15 -3415 ((-112) $ |t#1|)) (-15 -3415 ((-112) $ |t#2|)) (-15 -2770 ($ $ (-1 |t#2| |t#2|))) (-15 -2619 ($ $)) (-15 -2794 (|t#1| $ |t#1| |t#1|)) (-15 -4419 ((-3 |t#2| "failed"))) (-15 -3169 ((-3 |t#2| "failed"))) (-15 -1927 ((-2 (|:| |num| $) (|:| |den| |t#2|) (|:| |derivden| |t#2|) (|:| |gd| |t#2|)) $ (-1 |t#2| |t#2|))) (IF (|has| |t#1| (-374)) (-15 -2533 ((-656 (-969 |t#1|)) (-1195))) |%noBranch|) (IF (|has| |t#1| (-379)) (-15 -3325 ((-656 (-656 |t#1|)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-38 #1=(-419 |#2|)) . T) ((-38 $) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-102) . T) ((-111 #0# #0#) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-111 #1# #1#) . T) ((-111 $ $) . T) ((-132) . T) ((-146) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-146))) ((-148) |has| (-419 |#2|) (-148)) ((-628 #0#) -2755 (|has| (-419 |#2|) (-1057 (-419 (-576)))) (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-628 #1#) . T) ((-628 (-576)) . T) ((-628 $) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-625 (-874)) . T) ((-174) . T) ((-626 |#3|) . T) ((-234 $) -2755 (|has| (-419 |#2|) (-360)) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374)))) ((-232 #1#) |has| (-419 |#2|) (-374)) ((-238) -2755 (|has| (-419 |#2|) (-360)) (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374)))) ((-237) -2755 (|has| (-419 |#2|) (-360)) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374)))) ((-272 #1#) |has| (-419 |#2|) (-374)) ((-248) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-300) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-317) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-374) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-414) |has| (-419 |#2|) (-360)) ((-379) -2755 (|has| (-419 |#2|) (-379)) (|has| (-419 |#2|) (-360))) ((-360) |has| (-419 |#2|) (-360)) ((-381 #1# |#3|) . T) ((-421 #1# |#3|) . T) ((-388 #1#) . T) ((-423 #1#) . T) ((-464) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-568) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-658 #0#) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-658 #1#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-660 #1#) . T) ((-660 #2=(-576)) |has| (-419 |#2|) (-651 (-576))) ((-660 $) . T) ((-652 #0#) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-652 #1#) . T) ((-652 $) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-651 #1#) . T) ((-651 #2#) |has| (-419 |#2|) (-651 (-576))) ((-729 #0#) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-729 #1#) . T) ((-729 $) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-736 #1# |#3|) . T) ((-738) . T) ((-909 $ #3=(-1195)) -2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195))))) ((-915 (-1195)) -12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) ((-917 #3#) -2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195))))) ((-937) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-1057 (-419 (-576))) |has| (-419 |#2|) (-1057 (-419 (-576)))) ((-1057 #1#) . T) ((-1057 (-576)) |has| (-419 |#2|) (-1057 (-576))) ((-1070 #0#) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-1070 #1#) . T) ((-1070 $) . T) ((-1075 #0#) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-1075 #1#) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1171) |has| (-419 |#2|) (-360)) ((-1236) . T) ((-1240) -2755 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-2312 (((-112) $) NIL)) (-2858 (((-783)) NIL)) (-2205 (((-927 |#1|) $) NIL) (($ $ (-938)) NIL (|has| (-927 |#1|) (-379)))) (-2201 (((-1208 (-938) (-783)) (-576)) NIL (|has| (-927 |#1|) (-379)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1829 (((-112) $ $) NIL)) (-2093 (((-783)) NIL (|has| (-927 |#1|) (-379)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-927 |#1|) "failed") $) NIL)) (-2857 (((-927 |#1|) $) NIL)) (-2495 (($ (-1286 (-927 |#1|))) NIL)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-927 |#1|) (-379)))) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) NIL (|has| (-927 |#1|) (-379)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4161 (($) NIL (|has| (-927 |#1|) (-379)))) (-3335 (((-112) $) NIL (|has| (-927 |#1|) (-379)))) (-1385 (($ $ (-783)) NIL (-2755 (|has| (-927 |#1|) (-146)) (|has| (-927 |#1|) (-379)))) (($ $) NIL (-2755 (|has| (-927 |#1|) (-146)) (|has| (-927 |#1|) (-379))))) (-4283 (((-112) $) NIL)) (-1991 (((-938) $) NIL (|has| (-927 |#1|) (-379))) (((-845 (-938)) $) NIL (-2755 (|has| (-927 |#1|) (-146)) (|has| (-927 |#1|) (-379))))) (-3612 (((-112) $) NIL)) (-1654 (($) NIL (|has| (-927 |#1|) (-379)))) (-1733 (((-112) $) NIL (|has| (-927 |#1|) (-379)))) (-1650 (((-927 |#1|) $) NIL) (($ $ (-938)) NIL (|has| (-927 |#1|) (-379)))) (-2162 (((-3 $ "failed") $) NIL (|has| (-927 |#1|) (-379)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1499 (((-1191 (-927 |#1|)) $) NIL) (((-1191 $) $ (-938)) NIL (|has| (-927 |#1|) (-379)))) (-4379 (((-938) $) NIL (|has| (-927 |#1|) (-379)))) (-3259 (((-1191 (-927 |#1|)) $) NIL (|has| (-927 |#1|) (-379)))) (-3797 (((-1191 (-927 |#1|)) $) NIL (|has| (-927 |#1|) (-379))) (((-3 (-1191 (-927 |#1|)) "failed") $ $) NIL (|has| (-927 |#1|) (-379)))) (-3922 (($ $ (-1191 (-927 |#1|))) NIL (|has| (-927 |#1|) (-379)))) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL (|has| (-927 |#1|) (-379)) CONST)) (-3222 (($ (-938)) NIL (|has| (-927 |#1|) (-379)))) (-1764 (((-112) $) NIL)) (-1448 (((-1139) $) NIL)) (-4190 (((-975 (-1139))) NIL)) (-4126 (($) NIL (|has| (-927 |#1|) (-379)))) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) NIL (|has| (-927 |#1|) (-379)))) (-1827 (((-430 $) $) NIL)) (-1512 (((-845 (-938))) NIL) (((-938)) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-3544 (((-783) $) NIL (|has| (-927 |#1|) (-379))) (((-3 (-783) "failed") $ $) NIL (-2755 (|has| (-927 |#1|) (-146)) (|has| (-927 |#1|) (-379))))) (-2253 (((-135)) NIL)) (-2770 (($ $ (-783)) NIL (|has| (-927 |#1|) (-379))) (($ $) NIL (|has| (-927 |#1|) (-379)))) (-1967 (((-845 (-938)) $) NIL) (((-938) $) NIL)) (-3117 (((-1191 (-927 |#1|))) NIL)) (-4059 (($) NIL (|has| (-927 |#1|) (-379)))) (-1440 (($) NIL (|has| (-927 |#1|) (-379)))) (-2203 (((-1286 (-927 |#1|)) $) NIL) (((-701 (-927 |#1|)) (-1286 $)) NIL)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (|has| (-927 |#1|) (-379)))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-927 |#1|)) NIL)) (-2846 (($ $) NIL (|has| (-927 |#1|) (-379))) (((-3 $ "failed") $) NIL (-2755 (|has| (-927 |#1|) (-146)) (|has| (-927 |#1|) (-379))))) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) NIL) (((-1286 $) (-938)) NIL)) (-4196 (((-112) $ $) NIL)) (-3202 (((-112) $) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-3711 (($ $) NIL (|has| (-927 |#1|) (-379))) (($ $ (-783)) NIL (|has| (-927 |#1|) (-379)))) (-2014 (($ $ (-783)) NIL (|has| (-927 |#1|) (-379))) (($ $) NIL (|has| (-927 |#1|) (-379)))) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ $) NIL) (($ $ (-927 |#1|)) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ (-927 |#1|)) NIL) (($ (-927 |#1|) $) NIL)))
-(((-354 |#1| |#2|) (-13 (-339 (-927 |#1|)) (-10 -7 (-15 -4190 ((-975 (-1139)))))) (-938) (-938)) (T -354))
-((-4190 (*1 *2) (-12 (-5 *2 (-975 (-1139))) (-5 *1 (-354 *3 *4)) (-14 *3 (-938)) (-14 *4 (-938)))))
-(-13 (-339 (-927 |#1|)) (-10 -7 (-15 -4190 ((-975 (-1139))))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 58)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-2312 (((-112) $) NIL)) (-2858 (((-783)) NIL)) (-2205 ((|#1| $) NIL) (($ $ (-938)) NIL (|has| |#1| (-379)))) (-2201 (((-1208 (-938) (-783)) (-576)) 56 (|has| |#1| (-379)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1829 (((-112) $ $) NIL)) (-2093 (((-783)) NIL (|has| |#1| (-379)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) 142)) (-2857 ((|#1| $) 113)) (-2495 (($ (-1286 |#1|)) 130)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) 121 (|has| |#1| (-379)))) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) 124 (|has| |#1| (-379)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4161 (($) 160 (|has| |#1| (-379)))) (-3335 (((-112) $) 66 (|has| |#1| (-379)))) (-1385 (($ $ (-783)) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))) (($ $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-4283 (((-112) $) NIL)) (-1991 (((-938) $) 60 (|has| |#1| (-379))) (((-845 (-938)) $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3612 (((-112) $) 62)) (-1654 (($) 162 (|has| |#1| (-379)))) (-1733 (((-112) $) NIL (|has| |#1| (-379)))) (-1650 ((|#1| $) NIL) (($ $ (-938)) NIL (|has| |#1| (-379)))) (-2162 (((-3 $ "failed") $) NIL (|has| |#1| (-379)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1499 (((-1191 |#1|) $) 117) (((-1191 $) $ (-938)) NIL (|has| |#1| (-379)))) (-4379 (((-938) $) 171 (|has| |#1| (-379)))) (-3259 (((-1191 |#1|) $) NIL (|has| |#1| (-379)))) (-3797 (((-1191 |#1|) $) NIL (|has| |#1| (-379))) (((-3 (-1191 |#1|) "failed") $ $) NIL (|has| |#1| (-379)))) (-3922 (($ $ (-1191 |#1|)) NIL (|has| |#1| (-379)))) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 178)) (-3537 (($) NIL (|has| |#1| (-379)) CONST)) (-3222 (($ (-938)) 96 (|has| |#1| (-379)))) (-1764 (((-112) $) 147)) (-1448 (((-1139) $) NIL)) (-4190 (((-975 (-1139))) 57)) (-4126 (($) 158 (|has| |#1| (-379)))) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) 119 (|has| |#1| (-379)))) (-1827 (((-430 $) $) NIL)) (-1512 (((-845 (-938))) 90) (((-938)) 91)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-3544 (((-783) $) 161 (|has| |#1| (-379))) (((-3 (-783) "failed") $ $) 154 (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2253 (((-135)) NIL)) (-2770 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-1967 (((-845 (-938)) $) NIL) (((-938) $) NIL)) (-3117 (((-1191 |#1|)) 122)) (-4059 (($) 159 (|has| |#1| (-379)))) (-1440 (($) 167 (|has| |#1| (-379)))) (-2203 (((-1286 |#1|) $) 77) (((-701 |#1|) (-1286 $)) NIL)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (|has| |#1| (-379)))) (-3567 (((-874) $) 174) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ |#1|) 100)) (-2846 (($ $) NIL (|has| |#1| (-379))) (((-3 $ "failed") $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2596 (((-783)) 155 T CONST)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) 144) (((-1286 $) (-938)) 98)) (-4196 (((-112) $ $) NIL)) (-3202 (((-112) $) NIL)) (-2716 (($) 67 T CONST)) (-2727 (($) 103 T CONST)) (-3711 (($ $) 107 (|has| |#1| (-379))) (($ $ (-783)) NIL (|has| |#1| (-379)))) (-2014 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-2921 (((-112) $ $) 65)) (-3054 (($ $ $) 176) (($ $ |#1|) 177)) (-3041 (($ $) 157) (($ $ $) NIL)) (-3027 (($ $ $) 86)) (** (($ $ (-938)) 180) (($ $ (-783)) 181) (($ $ (-576)) 179)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 102) (($ $ $) 101) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 175)))
-(((-355 |#1| |#2|) (-13 (-339 |#1|) (-10 -7 (-15 -4190 ((-975 (-1139)))))) (-360) (-1191 |#1|)) (T -355))
-((-4190 (*1 *2) (-12 (-5 *2 (-975 (-1139))) (-5 *1 (-355 *3 *4)) (-4 *3 (-360)) (-14 *4 (-1191 *3)))))
-(-13 (-339 |#1|) (-10 -7 (-15 -4190 ((-975 (-1139))))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-2312 (((-112) $) NIL)) (-2858 (((-783)) NIL)) (-2205 ((|#1| $) NIL) (($ $ (-938)) NIL (|has| |#1| (-379)))) (-2201 (((-1208 (-938) (-783)) (-576)) NIL (|has| |#1| (-379)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1829 (((-112) $ $) NIL)) (-2093 (((-783)) NIL (|has| |#1| (-379)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) NIL)) (-2857 ((|#1| $) NIL)) (-2495 (($ (-1286 |#1|)) NIL)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-379)))) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) NIL (|has| |#1| (-379)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4161 (($) NIL (|has| |#1| (-379)))) (-3335 (((-112) $) NIL (|has| |#1| (-379)))) (-1385 (($ $ (-783)) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))) (($ $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-4283 (((-112) $) NIL)) (-1991 (((-938) $) NIL (|has| |#1| (-379))) (((-845 (-938)) $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3612 (((-112) $) NIL)) (-1654 (($) NIL (|has| |#1| (-379)))) (-1733 (((-112) $) NIL (|has| |#1| (-379)))) (-1650 ((|#1| $) NIL) (($ $ (-938)) NIL (|has| |#1| (-379)))) (-2162 (((-3 $ "failed") $) NIL (|has| |#1| (-379)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1499 (((-1191 |#1|) $) NIL) (((-1191 $) $ (-938)) NIL (|has| |#1| (-379)))) (-4379 (((-938) $) NIL (|has| |#1| (-379)))) (-3259 (((-1191 |#1|) $) NIL (|has| |#1| (-379)))) (-3797 (((-1191 |#1|) $) NIL (|has| |#1| (-379))) (((-3 (-1191 |#1|) "failed") $ $) NIL (|has| |#1| (-379)))) (-3922 (($ $ (-1191 |#1|)) NIL (|has| |#1| (-379)))) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL (|has| |#1| (-379)) CONST)) (-3222 (($ (-938)) NIL (|has| |#1| (-379)))) (-1764 (((-112) $) NIL)) (-1448 (((-1139) $) NIL)) (-4190 (((-975 (-1139))) NIL)) (-4126 (($) NIL (|has| |#1| (-379)))) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) NIL (|has| |#1| (-379)))) (-1827 (((-430 $) $) NIL)) (-1512 (((-845 (-938))) NIL) (((-938)) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-3544 (((-783) $) NIL (|has| |#1| (-379))) (((-3 (-783) "failed") $ $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2253 (((-135)) NIL)) (-2770 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-1967 (((-845 (-938)) $) NIL) (((-938) $) NIL)) (-3117 (((-1191 |#1|)) NIL)) (-4059 (($) NIL (|has| |#1| (-379)))) (-1440 (($) NIL (|has| |#1| (-379)))) (-2203 (((-1286 |#1|) $) NIL) (((-701 |#1|) (-1286 $)) NIL)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (|has| |#1| (-379)))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ |#1|) NIL)) (-2846 (($ $) NIL (|has| |#1| (-379))) (((-3 $ "failed") $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) NIL) (((-1286 $) (-938)) NIL)) (-4196 (((-112) $ $) NIL)) (-3202 (((-112) $) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-3711 (($ $) NIL (|has| |#1| (-379))) (($ $ (-783)) NIL (|has| |#1| (-379)))) (-2014 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ $) NIL) (($ $ |#1|) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-356 |#1| |#2|) (-13 (-339 |#1|) (-10 -7 (-15 -4190 ((-975 (-1139)))))) (-360) (-938)) (T -356))
-((-4190 (*1 *2) (-12 (-5 *2 (-975 (-1139))) (-5 *1 (-356 *3 *4)) (-4 *3 (-360)) (-14 *4 (-938)))))
-(-13 (-339 |#1|) (-10 -7 (-15 -4190 ((-975 (-1139))))))
-((-2821 (((-783) (-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139)))))) 61)) (-2311 (((-975 (-1139)) (-1191 |#1|)) 112)) (-4347 (((-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))) (-1191 |#1|)) 103)) (-3439 (((-701 |#1|) (-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139)))))) 113)) (-1383 (((-3 (-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))) "failed") (-938)) 13)) (-2904 (((-3 (-1191 |#1|) (-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139)))))) (-938)) 18)))
-(((-357 |#1|) (-10 -7 (-15 -2311 ((-975 (-1139)) (-1191 |#1|))) (-15 -4347 ((-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))) (-1191 |#1|))) (-15 -3439 ((-701 |#1|) (-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))))) (-15 -2821 ((-783) (-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))))) (-15 -1383 ((-3 (-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))) "failed") (-938))) (-15 -2904 ((-3 (-1191 |#1|) (-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139)))))) (-938)))) (-360)) (T -357))
-((-2904 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-3 (-1191 *4) (-1286 (-656 (-2 (|:| -3103 *4) (|:| -3222 (-1139))))))) (-5 *1 (-357 *4)) (-4 *4 (-360)))) (-1383 (*1 *2 *3) (|partial| -12 (-5 *3 (-938)) (-5 *2 (-1286 (-656 (-2 (|:| -3103 *4) (|:| -3222 (-1139)))))) (-5 *1 (-357 *4)) (-4 *4 (-360)))) (-2821 (*1 *2 *3) (-12 (-5 *3 (-1286 (-656 (-2 (|:| -3103 *4) (|:| -3222 (-1139)))))) (-4 *4 (-360)) (-5 *2 (-783)) (-5 *1 (-357 *4)))) (-3439 (*1 *2 *3) (-12 (-5 *3 (-1286 (-656 (-2 (|:| -3103 *4) (|:| -3222 (-1139)))))) (-4 *4 (-360)) (-5 *2 (-701 *4)) (-5 *1 (-357 *4)))) (-4347 (*1 *2 *3) (-12 (-5 *3 (-1191 *4)) (-4 *4 (-360)) (-5 *2 (-1286 (-656 (-2 (|:| -3103 *4) (|:| -3222 (-1139)))))) (-5 *1 (-357 *4)))) (-2311 (*1 *2 *3) (-12 (-5 *3 (-1191 *4)) (-4 *4 (-360)) (-5 *2 (-975 (-1139))) (-5 *1 (-357 *4)))))
-(-10 -7 (-15 -2311 ((-975 (-1139)) (-1191 |#1|))) (-15 -4347 ((-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))) (-1191 |#1|))) (-15 -3439 ((-701 |#1|) (-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))))) (-15 -2821 ((-783) (-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))))) (-15 -1383 ((-3 (-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))) "failed") (-938))) (-15 -2904 ((-3 (-1191 |#1|) (-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139)))))) (-938))))
-((-3567 ((|#1| |#3|) 104) ((|#3| |#1|) 87)))
-(((-358 |#1| |#2| |#3|) (-10 -7 (-15 -3567 (|#3| |#1|)) (-15 -3567 (|#1| |#3|))) (-339 |#2|) (-360) (-339 |#2|)) (T -358))
-((-3567 (*1 *2 *3) (-12 (-4 *4 (-360)) (-4 *2 (-339 *4)) (-5 *1 (-358 *2 *4 *3)) (-4 *3 (-339 *4)))) (-3567 (*1 *2 *3) (-12 (-4 *4 (-360)) (-4 *2 (-339 *4)) (-5 *1 (-358 *3 *4 *2)) (-4 *3 (-339 *4)))))
-(-10 -7 (-15 -3567 (|#3| |#1|)) (-15 -3567 (|#1| |#3|)))
-((-3335 (((-112) $) 60)) (-1991 (((-845 (-938)) $) 23) (((-938) $) 64)) (-2162 (((-3 $ "failed") $) 18)) (-3537 (($) 9)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 114)) (-3544 (((-3 (-783) "failed") $ $) 92) (((-783) $) 79)) (-2770 (($ $) 8) (($ $ (-783)) NIL)) (-4059 (($) 53)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) 38)) (-2846 (((-3 $ "failed") $) 45) (($ $) 44)))
-(((-359 |#1|) (-10 -8 (-15 -1991 ((-938) |#1|)) (-15 -3544 ((-783) |#1|)) (-15 -3335 ((-112) |#1|)) (-15 -4059 (|#1|)) (-15 -4098 ((-3 (-1286 |#1|) "failed") (-701 |#1|))) (-15 -2846 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1|)) (-15 -3537 (|#1|)) (-15 -2162 ((-3 |#1| "failed") |#1|)) (-15 -3544 ((-3 (-783) "failed") |#1| |#1|)) (-15 -1991 ((-845 (-938)) |#1|)) (-15 -2846 ((-3 |#1| "failed") |#1|)) (-15 -4405 ((-1191 |#1|) (-1191 |#1|) (-1191 |#1|)))) (-360)) (T -359))
-NIL
-(-10 -8 (-15 -1991 ((-938) |#1|)) (-15 -3544 ((-783) |#1|)) (-15 -3335 ((-112) |#1|)) (-15 -4059 (|#1|)) (-15 -4098 ((-3 (-1286 |#1|) "failed") (-701 |#1|))) (-15 -2846 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1|)) (-15 -3537 (|#1|)) (-15 -2162 ((-3 |#1| "failed") |#1|)) (-15 -3544 ((-3 (-783) "failed") |#1| |#1|)) (-15 -1991 ((-845 (-938)) |#1|)) (-15 -2846 ((-3 |#1| "failed") |#1|)) (-15 -4405 ((-1191 |#1|) (-1191 |#1|) (-1191 |#1|))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-2201 (((-1208 (-938) (-783)) (-576)) 102)) (-4299 (((-3 $ "failed") $ $) 20)) (-1415 (($ $) 81)) (-3422 (((-430 $) $) 80)) (-1829 (((-112) $ $) 65)) (-2093 (((-783)) 112)) (-2135 (($) 18 T CONST)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) 96)) (-3426 (($ $ $) 61)) (-2251 (((-3 $ "failed") $) 37)) (-1834 (($) 115)) (-3438 (($ $ $) 62)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 57)) (-4161 (($) 100)) (-3335 (((-112) $) 99)) (-1385 (($ $) 87) (($ $ (-783)) 86)) (-4283 (((-112) $) 79)) (-1991 (((-845 (-938)) $) 89) (((-938) $) 97)) (-3612 (((-112) $) 35)) (-2162 (((-3 $ "failed") $) 111)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-4379 (((-938) $) 114)) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-2045 (($ $) 78)) (-3537 (($) 110 T CONST)) (-3222 (($ (-938)) 113)) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) 103)) (-1827 (((-430 $) $) 82)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-3473 (((-3 $ "failed") $ $) 48)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3909 (((-783) $) 64)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 63)) (-3544 (((-3 (-783) "failed") $ $) 88) (((-783) $) 98)) (-2770 (($ $) 109) (($ $ (-783)) 107)) (-4059 (($) 101)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) 104)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74)) (-2846 (((-3 $ "failed") $) 90) (($ $) 105)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 45)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $) 108) (($ $ (-783)) 106)) (-2921 (((-112) $ $) 7)) (-3054 (($ $ $) 73)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75)))
+((-1726 (*1 *2) (-12 (-4 *3 (-374)) (-5 *2 (-1288 *1)) (-4 *1 (-339 *3)))) (-1726 (*1 *2 *3) (-12 (-5 *3 (-940)) (-4 *4 (-374)) (-5 *2 (-1288 *1)) (-4 *1 (-339 *4)))) (-3219 (*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-1288 *3)))) (-3219 (*1 *2 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-339 *4)) (-4 *4 (-374)) (-5 *2 (-701 *4)))) (-3093 (*1 *1 *2) (-12 (-5 *2 (-1288 *3)) (-4 *3 (-374)) (-4 *1 (-339 *3)))) (-3817 (*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-1193 *3)))) (-2030 (*1 *2) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-1193 *3)))) (-3963 (*1 *2) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-940)))) (-2786 (*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-940)))) (-2828 (*1 *2 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-374)))) (-3832 (*1 *2 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-374)))) (-3817 (*1 *2 *1 *3) (-12 (-5 *3 (-940)) (-4 *4 (-379)) (-4 *4 (-374)) (-5 *2 (-1193 *1)) (-4 *1 (-339 *4)))) (-2828 (*1 *1 *1 *2) (-12 (-5 *2 (-940)) (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379)))) (-3832 (*1 *1 *1 *2) (-12 (-5 *2 (-940)) (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379)))) (-2998 (*1 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-379)) (-4 *2 (-374)))) (-2878 (*1 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-379)) (-4 *2 (-374)))) (-4320 (*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379)) (-5 *2 (-112)))) (-2549 (*1 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-379)) (-4 *2 (-374)))) (-3335 (*1 *1 *1 *2) (-12 (-5 *2 (-1193 *3)) (-4 *3 (-379)) (-4 *1 (-339 *3)) (-4 *3 (-374)))) (-4200 (*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379)) (-5 *2 (-1193 *3)))) (-1446 (*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379)) (-5 *2 (-1193 *3)))) (-1446 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379)) (-5 *2 (-1193 *3)))))
+(-13 (-1307 |t#1|) (-1059 |t#1|) (-10 -8 (-15 -1726 ((-1288 $))) (-15 -1726 ((-1288 $) (-940))) (-15 -3219 ((-1288 |t#1|) $)) (-15 -3219 ((-701 |t#1|) (-1288 $))) (-15 -3093 ($ (-1288 |t#1|))) (-15 -3817 ((-1193 |t#1|) $)) (-15 -2030 ((-1193 |t#1|))) (-15 -3963 ((-940))) (-15 -2786 ((-940) $)) (-15 -2828 (|t#1| $)) (-15 -3832 (|t#1| $)) (IF (|has| |t#1| (-379)) (PROGN (-6 (-360)) (-15 -3817 ((-1193 $) $ (-940))) (-15 -2828 ($ $ (-940))) (-15 -3832 ($ $ (-940))) (-15 -2998 ($)) (-15 -2878 ($)) (-15 -4320 ((-112) $)) (-15 -2549 ($)) (-15 -3335 ($ $ (-1193 |t#1|))) (-15 -4200 ((-1193 |t#1|) $)) (-15 -1446 ((-1193 |t#1|) $)) (-15 -1446 ((-3 (-1193 |t#1|) "failed") $ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-132) . T) ((-146) -3795 (|has| |#1| (-379)) (|has| |#1| (-146))) ((-148) |has| |#1| (-148)) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-234 $) |has| |#1| (-379)) ((-238) |has| |#1| (-379)) ((-237) |has| |#1| (-379)) ((-248) . T) ((-300) . T) ((-317) . T) ((-1307 |#1|) . T) ((-374) . T) ((-414) -3795 (|has| |#1| (-379)) (|has| |#1| (-146))) ((-379) |has| |#1| (-379)) ((-360) |has| |#1| (-379)) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 |#1|) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 |#1|) . T) ((-729 $) . T) ((-738) . T) ((-939) . T) ((-1059 |#1|) . T) ((-1072 #0#) . T) ((-1072 |#1|) . T) ((-1072 $) . T) ((-1077 #0#) . T) ((-1077 |#1|) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1173) |has| |#1| (-379)) ((-1238) . T) ((-1242) . T) ((-1295 |#1|) . T))
+((-1955 (((-112) $ $) NIL)) (-3797 (($ (-1196) $) 100)) (-4443 (($) 89)) (-4028 (((-1141) (-1141)) 9)) (-2550 (($) 90)) (-3035 (($) 104) (($ (-326 (-711))) 112) (($ (-326 (-713))) 108) (($ (-326 (-706))) 116) (($ (-326 (-390))) 123) (($ (-326 (-576))) 119) (($ (-326 (-171 (-390)))) 127)) (-1555 (($ (-1196) $) 101)) (-2611 (($ (-656 (-876))) 91)) (-3128 (((-1293) $) 87)) (-3548 (((-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")) $) 33)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-3377 (($ (-1141)) 58)) (-3536 (((-1125) $) 30)) (-1937 (($ (-1113 (-971 (-576))) $) 97) (($ (-1113 (-971 (-576))) (-971 (-576)) $) 98)) (-3028 (($ (-1141)) 99)) (-3655 (($ (-1196) $) 129) (($ (-1196) $ $) 130)) (-1644 (($ (-1197) (-656 (-1197))) 88)) (-3308 (($ (-1179)) 94) (($ (-656 (-1179))) 92)) (-4114 (((-876) $) 132)) (-3540 (((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1197)) (|:| |arrayIndex| (-656 (-971 (-576)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -1615 (-876)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1197)) (|:| |rand| (-876)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1196)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -4190 (-112)) (|:| -1688 (-2 (|:| |ints2Floats?| (-112)) (|:| -1615 (-876)))))) (|:| |blockBranch| (-656 $)) (|:| |commentBranch| (-656 (-1179))) (|:| |callBranch| (-1179)) (|:| |forBranch| (-2 (|:| -3646 (-1113 (-971 (-576)))) (|:| |span| (-971 (-576))) (|:| -4159 $))) (|:| |labelBranch| (-1141)) (|:| |loopBranch| (-2 (|:| |switch| (-1196)) (|:| -4159 $))) (|:| |commonBranch| (-2 (|:| -4149 (-1197)) (|:| |contents| (-656 (-1197))))) (|:| |printBranch| (-656 (-876)))) $) 50)) (-3978 (($ (-1179)) 202)) (-2636 (($ (-656 $)) 128)) (-3000 (((-112) $ $) NIL)) (-2383 (($ (-1197) (-1179)) 135) (($ (-1197) (-326 (-713))) 175) (($ (-1197) (-326 (-711))) 176) (($ (-1197) (-326 (-706))) 177) (($ (-1197) (-701 (-713))) 138) (($ (-1197) (-701 (-711))) 141) (($ (-1197) (-701 (-706))) 144) (($ (-1197) (-1288 (-713))) 147) (($ (-1197) (-1288 (-711))) 150) (($ (-1197) (-1288 (-706))) 153) (($ (-1197) (-701 (-326 (-713)))) 156) (($ (-1197) (-701 (-326 (-711)))) 159) (($ (-1197) (-701 (-326 (-706)))) 162) (($ (-1197) (-1288 (-326 (-713)))) 165) (($ (-1197) (-1288 (-326 (-711)))) 168) (($ (-1197) (-1288 (-326 (-706)))) 171) (($ (-1197) (-656 (-971 (-576))) (-326 (-713))) 172) (($ (-1197) (-656 (-971 (-576))) (-326 (-711))) 173) (($ (-1197) (-656 (-971 (-576))) (-326 (-706))) 174) (($ (-1197) (-326 (-576))) 199) (($ (-1197) (-326 (-390))) 200) (($ (-1197) (-326 (-171 (-390)))) 201) (($ (-1197) (-701 (-326 (-576)))) 180) (($ (-1197) (-701 (-326 (-390)))) 183) (($ (-1197) (-701 (-326 (-171 (-390))))) 186) (($ (-1197) (-1288 (-326 (-576)))) 189) (($ (-1197) (-1288 (-326 (-390)))) 192) (($ (-1197) (-1288 (-326 (-171 (-390))))) 195) (($ (-1197) (-656 (-971 (-576))) (-326 (-576))) 196) (($ (-1197) (-656 (-971 (-576))) (-326 (-390))) 197) (($ (-1197) (-656 (-971 (-576))) (-326 (-171 (-390)))) 198)) (-3939 (((-112) $ $) NIL)))
+(((-340) (-13 (-1121) (-10 -8 (-15 -1937 ($ (-1113 (-971 (-576))) $)) (-15 -1937 ($ (-1113 (-971 (-576))) (-971 (-576)) $)) (-15 -3797 ($ (-1196) $)) (-15 -1555 ($ (-1196) $)) (-15 -3377 ($ (-1141))) (-15 -3028 ($ (-1141))) (-15 -3308 ($ (-1179))) (-15 -3308 ($ (-656 (-1179)))) (-15 -3978 ($ (-1179))) (-15 -3035 ($)) (-15 -3035 ($ (-326 (-711)))) (-15 -3035 ($ (-326 (-713)))) (-15 -3035 ($ (-326 (-706)))) (-15 -3035 ($ (-326 (-390)))) (-15 -3035 ($ (-326 (-576)))) (-15 -3035 ($ (-326 (-171 (-390))))) (-15 -3655 ($ (-1196) $)) (-15 -3655 ($ (-1196) $ $)) (-15 -2383 ($ (-1197) (-1179))) (-15 -2383 ($ (-1197) (-326 (-713)))) (-15 -2383 ($ (-1197) (-326 (-711)))) (-15 -2383 ($ (-1197) (-326 (-706)))) (-15 -2383 ($ (-1197) (-701 (-713)))) (-15 -2383 ($ (-1197) (-701 (-711)))) (-15 -2383 ($ (-1197) (-701 (-706)))) (-15 -2383 ($ (-1197) (-1288 (-713)))) (-15 -2383 ($ (-1197) (-1288 (-711)))) (-15 -2383 ($ (-1197) (-1288 (-706)))) (-15 -2383 ($ (-1197) (-701 (-326 (-713))))) (-15 -2383 ($ (-1197) (-701 (-326 (-711))))) (-15 -2383 ($ (-1197) (-701 (-326 (-706))))) (-15 -2383 ($ (-1197) (-1288 (-326 (-713))))) (-15 -2383 ($ (-1197) (-1288 (-326 (-711))))) (-15 -2383 ($ (-1197) (-1288 (-326 (-706))))) (-15 -2383 ($ (-1197) (-656 (-971 (-576))) (-326 (-713)))) (-15 -2383 ($ (-1197) (-656 (-971 (-576))) (-326 (-711)))) (-15 -2383 ($ (-1197) (-656 (-971 (-576))) (-326 (-706)))) (-15 -2383 ($ (-1197) (-326 (-576)))) (-15 -2383 ($ (-1197) (-326 (-390)))) (-15 -2383 ($ (-1197) (-326 (-171 (-390))))) (-15 -2383 ($ (-1197) (-701 (-326 (-576))))) (-15 -2383 ($ (-1197) (-701 (-326 (-390))))) (-15 -2383 ($ (-1197) (-701 (-326 (-171 (-390)))))) (-15 -2383 ($ (-1197) (-1288 (-326 (-576))))) (-15 -2383 ($ (-1197) (-1288 (-326 (-390))))) (-15 -2383 ($ (-1197) (-1288 (-326 (-171 (-390)))))) (-15 -2383 ($ (-1197) (-656 (-971 (-576))) (-326 (-576)))) (-15 -2383 ($ (-1197) (-656 (-971 (-576))) (-326 (-390)))) (-15 -2383 ($ (-1197) (-656 (-971 (-576))) (-326 (-171 (-390))))) (-15 -2636 ($ (-656 $))) (-15 -4443 ($)) (-15 -2550 ($)) (-15 -2611 ($ (-656 (-876)))) (-15 -1644 ($ (-1197) (-656 (-1197)))) (-15 -3548 ((-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 -3540 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1197)) (|:| |arrayIndex| (-656 (-971 (-576)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -1615 (-876)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1197)) (|:| |rand| (-876)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1196)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -4190 (-112)) (|:| -1688 (-2 (|:| |ints2Floats?| (-112)) (|:| -1615 (-876)))))) (|:| |blockBranch| (-656 $)) (|:| |commentBranch| (-656 (-1179))) (|:| |callBranch| (-1179)) (|:| |forBranch| (-2 (|:| -3646 (-1113 (-971 (-576)))) (|:| |span| (-971 (-576))) (|:| -4159 $))) (|:| |labelBranch| (-1141)) (|:| |loopBranch| (-2 (|:| |switch| (-1196)) (|:| -4159 $))) (|:| |commonBranch| (-2 (|:| -4149 (-1197)) (|:| |contents| (-656 (-1197))))) (|:| |printBranch| (-656 (-876)))) $)) (-15 -3128 ((-1293) $)) (-15 -3536 ((-1125) $)) (-15 -4028 ((-1141) (-1141)))))) (T -340))
+((-1937 (*1 *1 *2 *1) (-12 (-5 *2 (-1113 (-971 (-576)))) (-5 *1 (-340)))) (-1937 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1113 (-971 (-576)))) (-5 *3 (-971 (-576))) (-5 *1 (-340)))) (-3797 (*1 *1 *2 *1) (-12 (-5 *2 (-1196)) (-5 *1 (-340)))) (-1555 (*1 *1 *2 *1) (-12 (-5 *2 (-1196)) (-5 *1 (-340)))) (-3377 (*1 *1 *2) (-12 (-5 *2 (-1141)) (-5 *1 (-340)))) (-3028 (*1 *1 *2) (-12 (-5 *2 (-1141)) (-5 *1 (-340)))) (-3308 (*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-340)))) (-3308 (*1 *1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-340)))) (-3978 (*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-340)))) (-3035 (*1 *1) (-5 *1 (-340))) (-3035 (*1 *1 *2) (-12 (-5 *2 (-326 (-711))) (-5 *1 (-340)))) (-3035 (*1 *1 *2) (-12 (-5 *2 (-326 (-713))) (-5 *1 (-340)))) (-3035 (*1 *1 *2) (-12 (-5 *2 (-326 (-706))) (-5 *1 (-340)))) (-3035 (*1 *1 *2) (-12 (-5 *2 (-326 (-390))) (-5 *1 (-340)))) (-3035 (*1 *1 *2) (-12 (-5 *2 (-326 (-576))) (-5 *1 (-340)))) (-3035 (*1 *1 *2) (-12 (-5 *2 (-326 (-171 (-390)))) (-5 *1 (-340)))) (-3655 (*1 *1 *2 *1) (-12 (-5 *2 (-1196)) (-5 *1 (-340)))) (-3655 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1196)) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-1179)) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-326 (-713))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-326 (-711))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-326 (-706))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-713))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-711))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-706))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-713))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-711))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-706))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-326 (-713)))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-326 (-711)))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-326 (-706)))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-326 (-713)))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-326 (-711)))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-326 (-706)))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1197)) (-5 *3 (-656 (-971 (-576)))) (-5 *4 (-326 (-713))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1197)) (-5 *3 (-656 (-971 (-576)))) (-5 *4 (-326 (-711))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1197)) (-5 *3 (-656 (-971 (-576)))) (-5 *4 (-326 (-706))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-326 (-576))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-326 (-390))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-326 (-171 (-390)))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-326 (-576)))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-326 (-390)))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-326 (-171 (-390))))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-326 (-576)))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-326 (-390)))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-326 (-171 (-390))))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1197)) (-5 *3 (-656 (-971 (-576)))) (-5 *4 (-326 (-576))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1197)) (-5 *3 (-656 (-971 (-576)))) (-5 *4 (-326 (-390))) (-5 *1 (-340)))) (-2383 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1197)) (-5 *3 (-656 (-971 (-576)))) (-5 *4 (-326 (-171 (-390)))) (-5 *1 (-340)))) (-2636 (*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-5 *1 (-340)))) (-4443 (*1 *1) (-5 *1 (-340))) (-2550 (*1 *1) (-5 *1 (-340))) (-2611 (*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-340)))) (-1644 (*1 *1 *2 *3) (-12 (-5 *3 (-656 (-1197))) (-5 *2 (-1197)) (-5 *1 (-340)))) (-3548 (*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 (-340)))) (-3540 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1197)) (|:| |arrayIndex| (-656 (-971 (-576)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -1615 (-876)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1197)) (|:| |rand| (-876)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1196)) (|:| |thenClause| (-340)) (|:| |elseClause| (-340)))) (|:| |returnBranch| (-2 (|:| -4190 (-112)) (|:| -1688 (-2 (|:| |ints2Floats?| (-112)) (|:| -1615 (-876)))))) (|:| |blockBranch| (-656 (-340))) (|:| |commentBranch| (-656 (-1179))) (|:| |callBranch| (-1179)) (|:| |forBranch| (-2 (|:| -3646 (-1113 (-971 (-576)))) (|:| |span| (-971 (-576))) (|:| -4159 (-340)))) (|:| |labelBranch| (-1141)) (|:| |loopBranch| (-2 (|:| |switch| (-1196)) (|:| -4159 (-340)))) (|:| |commonBranch| (-2 (|:| -4149 (-1197)) (|:| |contents| (-656 (-1197))))) (|:| |printBranch| (-656 (-876))))) (-5 *1 (-340)))) (-3128 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-340)))) (-3536 (*1 *2 *1) (-12 (-5 *2 (-1125)) (-5 *1 (-340)))) (-4028 (*1 *2 *2) (-12 (-5 *2 (-1141)) (-5 *1 (-340)))))
+(-13 (-1121) (-10 -8 (-15 -1937 ($ (-1113 (-971 (-576))) $)) (-15 -1937 ($ (-1113 (-971 (-576))) (-971 (-576)) $)) (-15 -3797 ($ (-1196) $)) (-15 -1555 ($ (-1196) $)) (-15 -3377 ($ (-1141))) (-15 -3028 ($ (-1141))) (-15 -3308 ($ (-1179))) (-15 -3308 ($ (-656 (-1179)))) (-15 -3978 ($ (-1179))) (-15 -3035 ($)) (-15 -3035 ($ (-326 (-711)))) (-15 -3035 ($ (-326 (-713)))) (-15 -3035 ($ (-326 (-706)))) (-15 -3035 ($ (-326 (-390)))) (-15 -3035 ($ (-326 (-576)))) (-15 -3035 ($ (-326 (-171 (-390))))) (-15 -3655 ($ (-1196) $)) (-15 -3655 ($ (-1196) $ $)) (-15 -2383 ($ (-1197) (-1179))) (-15 -2383 ($ (-1197) (-326 (-713)))) (-15 -2383 ($ (-1197) (-326 (-711)))) (-15 -2383 ($ (-1197) (-326 (-706)))) (-15 -2383 ($ (-1197) (-701 (-713)))) (-15 -2383 ($ (-1197) (-701 (-711)))) (-15 -2383 ($ (-1197) (-701 (-706)))) (-15 -2383 ($ (-1197) (-1288 (-713)))) (-15 -2383 ($ (-1197) (-1288 (-711)))) (-15 -2383 ($ (-1197) (-1288 (-706)))) (-15 -2383 ($ (-1197) (-701 (-326 (-713))))) (-15 -2383 ($ (-1197) (-701 (-326 (-711))))) (-15 -2383 ($ (-1197) (-701 (-326 (-706))))) (-15 -2383 ($ (-1197) (-1288 (-326 (-713))))) (-15 -2383 ($ (-1197) (-1288 (-326 (-711))))) (-15 -2383 ($ (-1197) (-1288 (-326 (-706))))) (-15 -2383 ($ (-1197) (-656 (-971 (-576))) (-326 (-713)))) (-15 -2383 ($ (-1197) (-656 (-971 (-576))) (-326 (-711)))) (-15 -2383 ($ (-1197) (-656 (-971 (-576))) (-326 (-706)))) (-15 -2383 ($ (-1197) (-326 (-576)))) (-15 -2383 ($ (-1197) (-326 (-390)))) (-15 -2383 ($ (-1197) (-326 (-171 (-390))))) (-15 -2383 ($ (-1197) (-701 (-326 (-576))))) (-15 -2383 ($ (-1197) (-701 (-326 (-390))))) (-15 -2383 ($ (-1197) (-701 (-326 (-171 (-390)))))) (-15 -2383 ($ (-1197) (-1288 (-326 (-576))))) (-15 -2383 ($ (-1197) (-1288 (-326 (-390))))) (-15 -2383 ($ (-1197) (-1288 (-326 (-171 (-390)))))) (-15 -2383 ($ (-1197) (-656 (-971 (-576))) (-326 (-576)))) (-15 -2383 ($ (-1197) (-656 (-971 (-576))) (-326 (-390)))) (-15 -2383 ($ (-1197) (-656 (-971 (-576))) (-326 (-171 (-390))))) (-15 -2636 ($ (-656 $))) (-15 -4443 ($)) (-15 -2550 ($)) (-15 -2611 ($ (-656 (-876)))) (-15 -1644 ($ (-1197) (-656 (-1197)))) (-15 -3548 ((-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 -3540 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1197)) (|:| |arrayIndex| (-656 (-971 (-576)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -1615 (-876)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1197)) (|:| |rand| (-876)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1196)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -4190 (-112)) (|:| -1688 (-2 (|:| |ints2Floats?| (-112)) (|:| -1615 (-876)))))) (|:| |blockBranch| (-656 $)) (|:| |commentBranch| (-656 (-1179))) (|:| |callBranch| (-1179)) (|:| |forBranch| (-2 (|:| -3646 (-1113 (-971 (-576)))) (|:| |span| (-971 (-576))) (|:| -4159 $))) (|:| |labelBranch| (-1141)) (|:| |loopBranch| (-2 (|:| |switch| (-1196)) (|:| -4159 $))) (|:| |commonBranch| (-2 (|:| -4149 (-1197)) (|:| |contents| (-656 (-1197))))) (|:| |printBranch| (-656 (-876)))) $)) (-15 -3128 ((-1293) $)) (-15 -3536 ((-1125) $)) (-15 -4028 ((-1141) (-1141)))))
+((-1955 (((-112) $ $) NIL)) (-2418 (((-112) $) 13)) (-3412 (($ |#1|) 10)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-3424 (($ |#1|) 12)) (-4114 (((-876) $) 19)) (-3000 (((-112) $ $) NIL)) (-3366 ((|#1| $) 14)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 21)))
+(((-341 |#1|) (-13 (-862) (-10 -8 (-15 -3412 ($ |#1|)) (-15 -3424 ($ |#1|)) (-15 -2418 ((-112) $)) (-15 -3366 (|#1| $)))) (-862)) (T -341))
+((-3412 (*1 *1 *2) (-12 (-5 *1 (-341 *2)) (-4 *2 (-862)))) (-3424 (*1 *1 *2) (-12 (-5 *1 (-341 *2)) (-4 *2 (-862)))) (-2418 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-341 *3)) (-4 *3 (-862)))) (-3366 (*1 *2 *1) (-12 (-5 *1 (-341 *2)) (-4 *2 (-862)))))
+(-13 (-862) (-10 -8 (-15 -3412 ($ |#1|)) (-15 -3424 ($ |#1|)) (-15 -2418 ((-112) $)) (-15 -3366 (|#1| $))))
+((-3305 (((-340) (-1197) (-971 (-576))) 23)) (-3851 (((-340) (-1197) (-971 (-576))) 27)) (-3180 (((-340) (-1197) (-1113 (-971 (-576))) (-1113 (-971 (-576)))) 26) (((-340) (-1197) (-971 (-576)) (-971 (-576))) 24)) (-2576 (((-340) (-1197) (-971 (-576))) 31)))
+(((-342) (-10 -7 (-15 -3305 ((-340) (-1197) (-971 (-576)))) (-15 -3180 ((-340) (-1197) (-971 (-576)) (-971 (-576)))) (-15 -3180 ((-340) (-1197) (-1113 (-971 (-576))) (-1113 (-971 (-576))))) (-15 -3851 ((-340) (-1197) (-971 (-576)))) (-15 -2576 ((-340) (-1197) (-971 (-576)))))) (T -342))
+((-2576 (*1 *2 *3 *4) (-12 (-5 *3 (-1197)) (-5 *4 (-971 (-576))) (-5 *2 (-340)) (-5 *1 (-342)))) (-3851 (*1 *2 *3 *4) (-12 (-5 *3 (-1197)) (-5 *4 (-971 (-576))) (-5 *2 (-340)) (-5 *1 (-342)))) (-3180 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1197)) (-5 *4 (-1113 (-971 (-576)))) (-5 *2 (-340)) (-5 *1 (-342)))) (-3180 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1197)) (-5 *4 (-971 (-576))) (-5 *2 (-340)) (-5 *1 (-342)))) (-3305 (*1 *2 *3 *4) (-12 (-5 *3 (-1197)) (-5 *4 (-971 (-576))) (-5 *2 (-340)) (-5 *1 (-342)))))
+(-10 -7 (-15 -3305 ((-340) (-1197) (-971 (-576)))) (-15 -3180 ((-340) (-1197) (-971 (-576)) (-971 (-576)))) (-15 -3180 ((-340) (-1197) (-1113 (-971 (-576))) (-1113 (-971 (-576))))) (-15 -3851 ((-340) (-1197) (-971 (-576)))) (-15 -2576 ((-340) (-1197) (-971 (-576)))))
+((-1955 (((-112) $ $) NIL)) (-1669 (((-518) $) 20)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1328 (((-977 (-783)) $) 18)) (-1775 (((-256) $) 7)) (-4114 (((-876) $) 26)) (-4024 (((-977 (-185 (-140))) $) 16)) (-3000 (((-112) $ $) NIL)) (-2206 (((-656 (-887 (-1202) (-783))) $) 12)) (-3939 (((-112) $ $) 22)))
+(((-343) (-13 (-1121) (-10 -8 (-15 -1775 ((-256) $)) (-15 -2206 ((-656 (-887 (-1202) (-783))) $)) (-15 -1328 ((-977 (-783)) $)) (-15 -4024 ((-977 (-185 (-140))) $)) (-15 -1669 ((-518) $))))) (T -343))
+((-1775 (*1 *2 *1) (-12 (-5 *2 (-256)) (-5 *1 (-343)))) (-2206 (*1 *2 *1) (-12 (-5 *2 (-656 (-887 (-1202) (-783)))) (-5 *1 (-343)))) (-1328 (*1 *2 *1) (-12 (-5 *2 (-977 (-783))) (-5 *1 (-343)))) (-4024 (*1 *2 *1) (-12 (-5 *2 (-977 (-185 (-140)))) (-5 *1 (-343)))) (-1669 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-343)))))
+(-13 (-1121) (-10 -8 (-15 -1775 ((-256) $)) (-15 -2206 ((-656 (-887 (-1202) (-783))) $)) (-15 -1328 ((-977 (-783)) $)) (-15 -4024 ((-977 (-185 (-140))) $)) (-15 -1669 ((-518) $))))
+((-2423 (((-347 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-347 |#1| |#2| |#3| |#4|)) 33)))
+(((-344 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2423 ((-347 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-347 |#1| |#2| |#3| |#4|)))) (-374) (-1264 |#1|) (-1264 (-419 |#2|)) (-353 |#1| |#2| |#3|) (-374) (-1264 |#5|) (-1264 (-419 |#6|)) (-353 |#5| |#6| |#7|)) (T -344))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-347 *5 *6 *7 *8)) (-4 *5 (-374)) (-4 *6 (-1264 *5)) (-4 *7 (-1264 (-419 *6))) (-4 *8 (-353 *5 *6 *7)) (-4 *9 (-374)) (-4 *10 (-1264 *9)) (-4 *11 (-1264 (-419 *10))) (-5 *2 (-347 *9 *10 *11 *12)) (-5 *1 (-344 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-353 *9 *10 *11)))))
+(-10 -7 (-15 -2423 ((-347 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-347 |#1| |#2| |#3| |#4|))))
+((-2298 (((-112) $) 14)))
+(((-345 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2298 ((-112) |#1|))) (-346 |#2| |#3| |#4| |#5|) (-374) (-1264 |#2|) (-1264 (-419 |#3|)) (-353 |#2| |#3| |#4|)) (T -345))
+NIL
+(-10 -8 (-15 -2298 ((-112) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2722 (($ $) 29)) (-2298 (((-112) $) 28)) (-4185 (((-1179) $) 10)) (-3347 (((-425 |#2| (-419 |#2|) |#3| |#4|) $) 35)) (-3117 (((-1141) $) 11)) (-2549 (((-3 |#4| "failed") $) 27)) (-1673 (($ (-425 |#2| (-419 |#2|) |#3| |#4|)) 34) (($ |#4|) 33) (($ |#1| |#1|) 32) (($ |#1| |#1| (-576)) 31) (($ |#4| |#2| |#2| |#2| |#1|) 26)) (-1634 (((-2 (|:| -1683 (-425 |#2| (-419 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 30)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24)))
+(((-346 |#1| |#2| |#3| |#4|) (-141) (-374) (-1264 |t#1|) (-1264 (-419 |t#2|)) (-353 |t#1| |t#2| |t#3|)) (T -346))
+((-3347 (*1 *2 *1) (-12 (-4 *1 (-346 *3 *4 *5 *6)) (-4 *3 (-374)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-4 *6 (-353 *3 *4 *5)) (-5 *2 (-425 *4 (-419 *4) *5 *6)))) (-1673 (*1 *1 *2) (-12 (-5 *2 (-425 *4 (-419 *4) *5 *6)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-4 *6 (-353 *3 *4 *5)) (-4 *3 (-374)) (-4 *1 (-346 *3 *4 *5 *6)))) (-1673 (*1 *1 *2) (-12 (-4 *3 (-374)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-4 *1 (-346 *3 *4 *5 *2)) (-4 *2 (-353 *3 *4 *5)))) (-1673 (*1 *1 *2 *2) (-12 (-4 *2 (-374)) (-4 *3 (-1264 *2)) (-4 *4 (-1264 (-419 *3))) (-4 *1 (-346 *2 *3 *4 *5)) (-4 *5 (-353 *2 *3 *4)))) (-1673 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-576)) (-4 *2 (-374)) (-4 *4 (-1264 *2)) (-4 *5 (-1264 (-419 *4))) (-4 *1 (-346 *2 *4 *5 *6)) (-4 *6 (-353 *2 *4 *5)))) (-1634 (*1 *2 *1) (-12 (-4 *1 (-346 *3 *4 *5 *6)) (-4 *3 (-374)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-4 *6 (-353 *3 *4 *5)) (-5 *2 (-2 (|:| -1683 (-425 *4 (-419 *4) *5 *6)) (|:| |principalPart| *6))))) (-2722 (*1 *1 *1) (-12 (-4 *1 (-346 *2 *3 *4 *5)) (-4 *2 (-374)) (-4 *3 (-1264 *2)) (-4 *4 (-1264 (-419 *3))) (-4 *5 (-353 *2 *3 *4)))) (-2298 (*1 *2 *1) (-12 (-4 *1 (-346 *3 *4 *5 *6)) (-4 *3 (-374)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-4 *6 (-353 *3 *4 *5)) (-5 *2 (-112)))) (-2549 (*1 *2 *1) (|partial| -12 (-4 *1 (-346 *3 *4 *5 *2)) (-4 *3 (-374)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-4 *2 (-353 *3 *4 *5)))) (-1673 (*1 *1 *2 *3 *3 *3 *4) (-12 (-4 *4 (-374)) (-4 *3 (-1264 *4)) (-4 *5 (-1264 (-419 *3))) (-4 *1 (-346 *4 *3 *5 *2)) (-4 *2 (-353 *4 *3 *5)))))
+(-13 (-21) (-10 -8 (-15 -3347 ((-425 |t#2| (-419 |t#2|) |t#3| |t#4|) $)) (-15 -1673 ($ (-425 |t#2| (-419 |t#2|) |t#3| |t#4|))) (-15 -1673 ($ |t#4|)) (-15 -1673 ($ |t#1| |t#1|)) (-15 -1673 ($ |t#1| |t#1| (-576))) (-15 -1634 ((-2 (|:| -1683 (-425 |t#2| (-419 |t#2|) |t#3| |t#4|)) (|:| |principalPart| |t#4|)) $)) (-15 -2722 ($ $)) (-15 -2298 ((-112) $)) (-15 -2549 ((-3 |t#4| "failed") $)) (-15 -1673 ($ |t#4| |t#2| |t#2| |t#2| |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2722 (($ $) 33)) (-2298 (((-112) $) NIL)) (-4185 (((-1179) $) NIL)) (-3807 (((-1288 |#4|) $) 134)) (-3347 (((-425 |#2| (-419 |#2|) |#3| |#4|) $) 31)) (-3117 (((-1141) $) NIL)) (-2549 (((-3 |#4| "failed") $) 36)) (-1512 (((-1288 |#4|) $) 126)) (-1673 (($ (-425 |#2| (-419 |#2|) |#3| |#4|)) 41) (($ |#4|) 43) (($ |#1| |#1|) 45) (($ |#1| |#1| (-576)) 47) (($ |#4| |#2| |#2| |#2| |#1|) 49)) (-1634 (((-2 (|:| -1683 (-425 |#2| (-419 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 39)) (-4114 (((-876) $) 17)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 14 T CONST)) (-3939 (((-112) $ $) 20)) (-4037 (($ $) 27) (($ $ $) NIL)) (-4027 (($ $ $) 25)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 23)))
+(((-347 |#1| |#2| |#3| |#4|) (-13 (-346 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1512 ((-1288 |#4|) $)) (-15 -3807 ((-1288 |#4|) $)))) (-374) (-1264 |#1|) (-1264 (-419 |#2|)) (-353 |#1| |#2| |#3|)) (T -347))
+((-1512 (*1 *2 *1) (-12 (-4 *3 (-374)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-1288 *6)) (-5 *1 (-347 *3 *4 *5 *6)) (-4 *6 (-353 *3 *4 *5)))) (-3807 (*1 *2 *1) (-12 (-4 *3 (-374)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-1288 *6)) (-5 *1 (-347 *3 *4 *5 *6)) (-4 *6 (-353 *3 *4 *5)))))
+(-13 (-346 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1512 ((-1288 |#4|) $)) (-15 -3807 ((-1288 |#4|) $))))
+((-2143 (($ $ (-1197) |#2|) NIL) (($ $ (-656 (-1197)) (-656 |#2|)) 20) (($ $ (-656 (-304 |#2|))) 15) (($ $ (-304 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-656 |#2|) (-656 |#2|)) NIL)) (-4369 (($ $ |#2|) 11)))
+(((-348 |#1| |#2|) (-10 -8 (-15 -4369 (|#1| |#1| |#2|)) (-15 -2143 (|#1| |#1| (-656 |#2|) (-656 |#2|))) (-15 -2143 (|#1| |#1| |#2| |#2|)) (-15 -2143 (|#1| |#1| (-304 |#2|))) (-15 -2143 (|#1| |#1| (-656 (-304 |#2|)))) (-15 -2143 (|#1| |#1| (-656 (-1197)) (-656 |#2|))) (-15 -2143 (|#1| |#1| (-1197) |#2|))) (-349 |#2|) (-1121)) (T -348))
+NIL
+(-10 -8 (-15 -4369 (|#1| |#1| |#2|)) (-15 -2143 (|#1| |#1| (-656 |#2|) (-656 |#2|))) (-15 -2143 (|#1| |#1| |#2| |#2|)) (-15 -2143 (|#1| |#1| (-304 |#2|))) (-15 -2143 (|#1| |#1| (-656 (-304 |#2|)))) (-15 -2143 (|#1| |#1| (-656 (-1197)) (-656 |#2|))) (-15 -2143 (|#1| |#1| (-1197) |#2|)))
+((-2423 (($ (-1 |#1| |#1|) $) 6)) (-2143 (($ $ (-1197) |#1|) 17 (|has| |#1| (-526 (-1197) |#1|))) (($ $ (-656 (-1197)) (-656 |#1|)) 16 (|has| |#1| (-526 (-1197) |#1|))) (($ $ (-656 (-304 |#1|))) 15 (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) 14 (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) 13 (|has| |#1| (-319 |#1|))) (($ $ (-656 |#1|) (-656 |#1|)) 12 (|has| |#1| (-319 |#1|)))) (-4369 (($ $ |#1|) 11 (|has| |#1| (-296 |#1| |#1|)))))
+(((-349 |#1|) (-141) (-1121)) (T -349))
+((-2423 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-349 *3)) (-4 *3 (-1121)))))
+(-13 (-10 -8 (-15 -2423 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-296 |t#1| |t#1|)) (-6 (-296 |t#1| $)) |%noBranch|) (IF (|has| |t#1| (-319 |t#1|)) (-6 (-319 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-526 (-1197) |t#1|)) (-6 (-526 (-1197) |t#1|)) |%noBranch|)))
+(((-296 |#1| $) |has| |#1| (-296 |#1| |#1|)) ((-319 |#1|) |has| |#1| (-319 |#1|)) ((-526 (-1197) |#1|) |has| |#1| (-526 (-1197) |#1|)) ((-526 |#1| |#1|) |has| |#1| (-319 |#1|)) ((-1238) |has| |#1| (-296 |#1| |#1|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1583 (((-656 (-1197)) $) NIL)) (-4261 (((-112)) 96) (((-112) (-112)) 97)) (-4442 (((-656 (-624 $)) $) NIL)) (-3586 (($ $) NIL)) (-3435 (($ $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1793 (($ $ (-304 $)) NIL) (($ $ (-656 (-304 $))) NIL) (($ $ (-656 (-624 $)) (-656 $)) NIL)) (-1463 (($ $) NIL)) (-3562 (($ $) NIL)) (-3412 (($ $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-624 $) "failed") $) NIL) (((-3 |#3| "failed") $) NIL) (((-3 $ "failed") (-326 |#3|)) 76) (((-3 $ "failed") (-1197)) 103) (((-3 $ "failed") (-326 (-576))) 64 (|has| |#3| (-1059 (-576)))) (((-3 $ "failed") (-419 (-971 (-576)))) 70 (|has| |#3| (-1059 (-576)))) (((-3 $ "failed") (-971 (-576))) 65 (|has| |#3| (-1059 (-576)))) (((-3 $ "failed") (-326 (-390))) 94 (|has| |#3| (-1059 (-390)))) (((-3 $ "failed") (-419 (-971 (-390)))) 88 (|has| |#3| (-1059 (-390)))) (((-3 $ "failed") (-971 (-390))) 83 (|has| |#3| (-1059 (-390))))) (-2318 (((-624 $) $) NIL) ((|#3| $) NIL) (($ (-326 |#3|)) 77) (($ (-1197)) 104) (($ (-326 (-576))) 66 (|has| |#3| (-1059 (-576)))) (($ (-419 (-971 (-576)))) 71 (|has| |#3| (-1059 (-576)))) (($ (-971 (-576))) 67 (|has| |#3| (-1059 (-576)))) (($ (-326 (-390))) 95 (|has| |#3| (-1059 (-390)))) (($ (-419 (-971 (-390)))) 89 (|has| |#3| (-1059 (-390)))) (($ (-971 (-390))) 85 (|has| |#3| (-1059 (-390))))) (-2413 (((-3 $ "failed") $) NIL)) (-2723 (($) 101)) (-4087 (($ $) NIL) (($ (-656 $)) NIL)) (-2216 (((-656 (-115)) $) NIL)) (-1401 (((-115) (-115)) NIL)) (-3315 (((-112) $) NIL)) (-2231 (((-112) $) NIL (|has| $ (-1059 (-576))))) (-1650 (((-1193 $) (-624 $)) NIL (|has| $ (-1070)))) (-2423 (($ (-1 $ $) (-624 $)) NIL)) (-1541 (((-3 (-624 $) "failed") $) NIL)) (-2485 (($ $) 99)) (-2608 (($ $) NIL)) (-4185 (((-1179) $) NIL)) (-1388 (((-656 (-624 $)) $) NIL)) (-2772 (($ (-115) $) 98) (($ (-115) (-656 $)) NIL)) (-1436 (((-112) $ (-115)) NIL) (((-112) $ (-1197)) NIL)) (-2954 (((-783) $) NIL)) (-3117 (((-1141) $) NIL)) (-3485 (((-112) $ $) NIL) (((-112) $ (-1197)) NIL)) (-2154 (($ $) NIL)) (-3489 (((-112) $) NIL (|has| $ (-1059 (-576))))) (-2143 (($ $ (-624 $) $) NIL) (($ $ (-656 (-624 $)) (-656 $)) NIL) (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-656 (-1197)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-1197)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-1197) (-1 $ (-656 $))) NIL) (($ $ (-1197) (-1 $ $)) NIL) (($ $ (-656 (-115)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-115) (-1 $ (-656 $))) NIL) (($ $ (-115) (-1 $ $)) NIL)) (-4369 (($ (-115) $) NIL) (($ (-115) $ $) NIL) (($ (-115) $ $ $) NIL) (($ (-115) $ $ $ $) NIL) (($ (-115) (-656 $)) NIL)) (-1841 (($ $) NIL) (($ $ $) NIL)) (-4107 (($ $ (-1197)) NIL) (($ $ (-656 (-1197))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL)) (-2030 (($ $) NIL (|has| $ (-1070)))) (-3574 (($ $) NIL)) (-3424 (($ $) NIL)) (-4114 (((-876) $) NIL) (($ (-624 $)) NIL) (($ |#3|) NIL) (($ (-576)) NIL) (((-326 |#3|) $) 102)) (-2864 (((-783)) NIL T CONST)) (-2345 (($ $) NIL) (($ (-656 $)) NIL)) (-4020 (((-112) (-115)) NIL)) (-3000 (((-112) $ $) NIL)) (-3510 (($ $) NIL)) (-3487 (($ $) NIL)) (-3498 (($ $) NIL)) (-2679 (($ $) NIL)) (-4312 (($) 100 T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-1197)) NIL) (($ $ (-656 (-1197))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $ $) NIL) (($ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-783)) NIL) (($ $ (-940)) NIL)) (* (($ |#3| $) NIL) (($ $ |#3|) NIL) (($ $ $) NIL) (($ (-576) $) NIL) (($ (-783) $) NIL) (($ (-940) $) NIL)))
+(((-350 |#1| |#2| |#3|) (-13 (-312) (-38 |#3|) (-1059 |#3|) (-917 (-1197)) (-10 -8 (-15 -2318 ($ (-326 |#3|))) (-15 -2981 ((-3 $ "failed") (-326 |#3|))) (-15 -2318 ($ (-1197))) (-15 -2981 ((-3 $ "failed") (-1197))) (-15 -4114 ((-326 |#3|) $)) (IF (|has| |#3| (-1059 (-576))) (PROGN (-15 -2318 ($ (-326 (-576)))) (-15 -2981 ((-3 $ "failed") (-326 (-576)))) (-15 -2318 ($ (-419 (-971 (-576))))) (-15 -2981 ((-3 $ "failed") (-419 (-971 (-576))))) (-15 -2318 ($ (-971 (-576)))) (-15 -2981 ((-3 $ "failed") (-971 (-576))))) |%noBranch|) (IF (|has| |#3| (-1059 (-390))) (PROGN (-15 -2318 ($ (-326 (-390)))) (-15 -2981 ((-3 $ "failed") (-326 (-390)))) (-15 -2318 ($ (-419 (-971 (-390))))) (-15 -2981 ((-3 $ "failed") (-419 (-971 (-390))))) (-15 -2318 ($ (-971 (-390)))) (-15 -2981 ((-3 $ "failed") (-971 (-390))))) |%noBranch|) (-15 -2679 ($ $)) (-15 -1463 ($ $)) (-15 -2154 ($ $)) (-15 -2608 ($ $)) (-15 -2485 ($ $)) (-15 -3412 ($ $)) (-15 -3424 ($ $)) (-15 -3435 ($ $)) (-15 -3487 ($ $)) (-15 -3498 ($ $)) (-15 -3510 ($ $)) (-15 -3562 ($ $)) (-15 -3574 ($ $)) (-15 -3586 ($ $)) (-15 -2723 ($)) (-15 -1583 ((-656 (-1197)) $)) (-15 -4261 ((-112))) (-15 -4261 ((-112) (-112))))) (-656 (-1197)) (-656 (-1197)) (-399)) (T -350))
+((-2318 (*1 *1 *2) (-12 (-5 *2 (-326 *5)) (-4 *5 (-399)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 *5)) (-4 *5 (-399)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 *2)) (-14 *4 (-656 *2)) (-4 *5 (-399)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-1197)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 *2)) (-14 *4 (-656 *2)) (-4 *5 (-399)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-326 *5)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))) (-4 *5 (-399)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-326 (-576))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1059 (-576))) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))) (-4 *5 (-399)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-576))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1059 (-576))) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))) (-4 *5 (-399)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-419 (-971 (-576)))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1059 (-576))) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))) (-4 *5 (-399)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-419 (-971 (-576)))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1059 (-576))) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))) (-4 *5 (-399)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-971 (-576))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1059 (-576))) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))) (-4 *5 (-399)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-971 (-576))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1059 (-576))) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))) (-4 *5 (-399)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-326 (-390))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1059 (-390))) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))) (-4 *5 (-399)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-390))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1059 (-390))) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))) (-4 *5 (-399)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-419 (-971 (-390)))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1059 (-390))) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))) (-4 *5 (-399)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-419 (-971 (-390)))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1059 (-390))) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))) (-4 *5 (-399)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-971 (-390))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1059 (-390))) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))) (-4 *5 (-399)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-971 (-390))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-1059 (-390))) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))) (-4 *5 (-399)))) (-2679 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197))) (-14 *3 (-656 (-1197))) (-4 *4 (-399)))) (-1463 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197))) (-14 *3 (-656 (-1197))) (-4 *4 (-399)))) (-2154 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197))) (-14 *3 (-656 (-1197))) (-4 *4 (-399)))) (-2608 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197))) (-14 *3 (-656 (-1197))) (-4 *4 (-399)))) (-2485 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197))) (-14 *3 (-656 (-1197))) (-4 *4 (-399)))) (-3412 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197))) (-14 *3 (-656 (-1197))) (-4 *4 (-399)))) (-3424 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197))) (-14 *3 (-656 (-1197))) (-4 *4 (-399)))) (-3435 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197))) (-14 *3 (-656 (-1197))) (-4 *4 (-399)))) (-3487 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197))) (-14 *3 (-656 (-1197))) (-4 *4 (-399)))) (-3498 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197))) (-14 *3 (-656 (-1197))) (-4 *4 (-399)))) (-3510 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197))) (-14 *3 (-656 (-1197))) (-4 *4 (-399)))) (-3562 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197))) (-14 *3 (-656 (-1197))) (-4 *4 (-399)))) (-3574 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197))) (-14 *3 (-656 (-1197))) (-4 *4 (-399)))) (-3586 (*1 *1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197))) (-14 *3 (-656 (-1197))) (-4 *4 (-399)))) (-2723 (*1 *1) (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197))) (-14 *3 (-656 (-1197))) (-4 *4 (-399)))) (-1583 (*1 *2 *1) (-12 (-5 *2 (-656 (-1197))) (-5 *1 (-350 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-399)))) (-4261 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))) (-4 *5 (-399)))) (-4261 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))) (-4 *5 (-399)))))
+(-13 (-312) (-38 |#3|) (-1059 |#3|) (-917 (-1197)) (-10 -8 (-15 -2318 ($ (-326 |#3|))) (-15 -2981 ((-3 $ "failed") (-326 |#3|))) (-15 -2318 ($ (-1197))) (-15 -2981 ((-3 $ "failed") (-1197))) (-15 -4114 ((-326 |#3|) $)) (IF (|has| |#3| (-1059 (-576))) (PROGN (-15 -2318 ($ (-326 (-576)))) (-15 -2981 ((-3 $ "failed") (-326 (-576)))) (-15 -2318 ($ (-419 (-971 (-576))))) (-15 -2981 ((-3 $ "failed") (-419 (-971 (-576))))) (-15 -2318 ($ (-971 (-576)))) (-15 -2981 ((-3 $ "failed") (-971 (-576))))) |%noBranch|) (IF (|has| |#3| (-1059 (-390))) (PROGN (-15 -2318 ($ (-326 (-390)))) (-15 -2981 ((-3 $ "failed") (-326 (-390)))) (-15 -2318 ($ (-419 (-971 (-390))))) (-15 -2981 ((-3 $ "failed") (-419 (-971 (-390))))) (-15 -2318 ($ (-971 (-390)))) (-15 -2981 ((-3 $ "failed") (-971 (-390))))) |%noBranch|) (-15 -2679 ($ $)) (-15 -1463 ($ $)) (-15 -2154 ($ $)) (-15 -2608 ($ $)) (-15 -2485 ($ $)) (-15 -3412 ($ $)) (-15 -3424 ($ $)) (-15 -3435 ($ $)) (-15 -3487 ($ $)) (-15 -3498 ($ $)) (-15 -3510 ($ $)) (-15 -3562 ($ $)) (-15 -3574 ($ $)) (-15 -3586 ($ $)) (-15 -2723 ($)) (-15 -1583 ((-656 (-1197)) $)) (-15 -4261 ((-112))) (-15 -4261 ((-112) (-112)))))
+((-2423 ((|#8| (-1 |#5| |#1|) |#4|) 19)))
+(((-351 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2423 (|#8| (-1 |#5| |#1|) |#4|))) (-1242) (-1264 |#1|) (-1264 (-419 |#2|)) (-353 |#1| |#2| |#3|) (-1242) (-1264 |#5|) (-1264 (-419 |#6|)) (-353 |#5| |#6| |#7|)) (T -351))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1242)) (-4 *8 (-1242)) (-4 *6 (-1264 *5)) (-4 *7 (-1264 (-419 *6))) (-4 *9 (-1264 *8)) (-4 *2 (-353 *8 *9 *10)) (-5 *1 (-351 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-353 *5 *6 *7)) (-4 *10 (-1264 (-419 *9))))))
+(-10 -7 (-15 -2423 (|#8| (-1 |#5| |#1|) |#4|)))
+((-1544 (((-2 (|:| |num| (-1288 |#3|)) (|:| |den| |#3|)) $) 39)) (-3093 (($ (-1288 (-419 |#3|)) (-1288 $)) NIL) (($ (-1288 (-419 |#3|))) NIL) (($ (-1288 |#3|) |#3|) 173)) (-2514 (((-1288 $) (-1288 $)) 156)) (-3656 (((-656 (-656 |#2|))) 126)) (-3794 (((-112) |#2| |#2|) 76)) (-1770 (($ $) 148)) (-3008 (((-783)) 172)) (-2466 (((-1288 $) (-1288 $)) 218)) (-3519 (((-656 (-971 |#2|)) (-1197)) 115)) (-2926 (((-112) $) 169)) (-1985 (((-112) $) 27) (((-112) $ |#2|) 31) (((-112) $ |#3|) 222)) (-1345 (((-3 |#3| "failed")) 52)) (-2141 (((-783)) 184)) (-4369 ((|#2| $ |#2| |#2|) 140)) (-1330 (((-3 |#3| "failed")) 71)) (-4107 (($ $ (-1 (-419 |#3|) (-419 |#3|))) NIL) (($ $ (-1 (-419 |#3|) (-419 |#3|)) (-783)) NIL) (($ $ (-1 |#3| |#3|)) 226) (($ $ (-656 (-1197)) (-656 (-783))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197))) NIL) (($ $ (-1197)) NIL) (($ $ (-783)) NIL) (($ $) NIL)) (-3151 (((-1288 $) (-1288 $)) 162)) (-2414 (((-2 (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (-1 |#3| |#3|)) 68)) (-3381 (((-112)) 34)))
+(((-352 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4107 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -3656 ((-656 (-656 |#2|)))) (-15 -3519 ((-656 (-971 |#2|)) (-1197))) (-15 -2414 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -1345 ((-3 |#3| "failed"))) (-15 -1330 ((-3 |#3| "failed"))) (-15 -4369 (|#2| |#1| |#2| |#2|)) (-15 -1770 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1985 ((-112) |#1| |#3|)) (-15 -1985 ((-112) |#1| |#2|)) (-15 -3093 (|#1| (-1288 |#3|) |#3|)) (-15 -1544 ((-2 (|:| |num| (-1288 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -2514 ((-1288 |#1|) (-1288 |#1|))) (-15 -2466 ((-1288 |#1|) (-1288 |#1|))) (-15 -3151 ((-1288 |#1|) (-1288 |#1|))) (-15 -1985 ((-112) |#1|)) (-15 -2926 ((-112) |#1|)) (-15 -3794 ((-112) |#2| |#2|)) (-15 -3381 ((-112))) (-15 -2141 ((-783))) (-15 -3008 ((-783))) (-15 -4107 (|#1| |#1| (-1 (-419 |#3|) (-419 |#3|)) (-783))) (-15 -4107 (|#1| |#1| (-1 (-419 |#3|) (-419 |#3|)))) (-15 -3093 (|#1| (-1288 (-419 |#3|)))) (-15 -3093 (|#1| (-1288 (-419 |#3|)) (-1288 |#1|)))) (-353 |#2| |#3| |#4|) (-1242) (-1264 |#2|) (-1264 (-419 |#3|))) (T -352))
+((-3008 (*1 *2) (-12 (-4 *4 (-1242)) (-4 *5 (-1264 *4)) (-4 *6 (-1264 (-419 *5))) (-5 *2 (-783)) (-5 *1 (-352 *3 *4 *5 *6)) (-4 *3 (-353 *4 *5 *6)))) (-2141 (*1 *2) (-12 (-4 *4 (-1242)) (-4 *5 (-1264 *4)) (-4 *6 (-1264 (-419 *5))) (-5 *2 (-783)) (-5 *1 (-352 *3 *4 *5 *6)) (-4 *3 (-353 *4 *5 *6)))) (-3381 (*1 *2) (-12 (-4 *4 (-1242)) (-4 *5 (-1264 *4)) (-4 *6 (-1264 (-419 *5))) (-5 *2 (-112)) (-5 *1 (-352 *3 *4 *5 *6)) (-4 *3 (-353 *4 *5 *6)))) (-3794 (*1 *2 *3 *3) (-12 (-4 *3 (-1242)) (-4 *5 (-1264 *3)) (-4 *6 (-1264 (-419 *5))) (-5 *2 (-112)) (-5 *1 (-352 *4 *3 *5 *6)) (-4 *4 (-353 *3 *5 *6)))) (-1330 (*1 *2) (|partial| -12 (-4 *4 (-1242)) (-4 *5 (-1264 (-419 *2))) (-4 *2 (-1264 *4)) (-5 *1 (-352 *3 *4 *2 *5)) (-4 *3 (-353 *4 *2 *5)))) (-1345 (*1 *2) (|partial| -12 (-4 *4 (-1242)) (-4 *5 (-1264 (-419 *2))) (-4 *2 (-1264 *4)) (-5 *1 (-352 *3 *4 *2 *5)) (-4 *3 (-353 *4 *2 *5)))) (-3519 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-4 *5 (-1242)) (-4 *6 (-1264 *5)) (-4 *7 (-1264 (-419 *6))) (-5 *2 (-656 (-971 *5))) (-5 *1 (-352 *4 *5 *6 *7)) (-4 *4 (-353 *5 *6 *7)))) (-3656 (*1 *2) (-12 (-4 *4 (-1242)) (-4 *5 (-1264 *4)) (-4 *6 (-1264 (-419 *5))) (-5 *2 (-656 (-656 *4))) (-5 *1 (-352 *3 *4 *5 *6)) (-4 *3 (-353 *4 *5 *6)))))
+(-10 -8 (-15 -4107 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -3656 ((-656 (-656 |#2|)))) (-15 -3519 ((-656 (-971 |#2|)) (-1197))) (-15 -2414 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -1345 ((-3 |#3| "failed"))) (-15 -1330 ((-3 |#3| "failed"))) (-15 -4369 (|#2| |#1| |#2| |#2|)) (-15 -1770 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1985 ((-112) |#1| |#3|)) (-15 -1985 ((-112) |#1| |#2|)) (-15 -3093 (|#1| (-1288 |#3|) |#3|)) (-15 -1544 ((-2 (|:| |num| (-1288 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -2514 ((-1288 |#1|) (-1288 |#1|))) (-15 -2466 ((-1288 |#1|) (-1288 |#1|))) (-15 -3151 ((-1288 |#1|) (-1288 |#1|))) (-15 -1985 ((-112) |#1|)) (-15 -2926 ((-112) |#1|)) (-15 -3794 ((-112) |#2| |#2|)) (-15 -3381 ((-112))) (-15 -2141 ((-783))) (-15 -3008 ((-783))) (-15 -4107 (|#1| |#1| (-1 (-419 |#3|) (-419 |#3|)) (-783))) (-15 -4107 (|#1| |#1| (-1 (-419 |#3|) (-419 |#3|)))) (-15 -3093 (|#1| (-1288 (-419 |#3|)))) (-15 -3093 (|#1| (-1288 (-419 |#3|)) (-1288 |#1|))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-1544 (((-2 (|:| |num| (-1288 |#2|)) (|:| |den| |#2|)) $) 211)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 105 (|has| (-419 |#2|) (-374)))) (-2116 (($ $) 106 (|has| (-419 |#2|) (-374)))) (-2898 (((-112) $) 108 (|has| (-419 |#2|) (-374)))) (-2237 (((-701 (-419 |#2|)) (-1288 $)) 53) (((-701 (-419 |#2|))) 68)) (-3832 (((-419 |#2|) $) 59)) (-3197 (((-1210 (-940) (-783)) (-576)) 158 (|has| (-419 |#2|) (-360)))) (-2583 (((-3 $ "failed") $ $) 20)) (-4068 (($ $) 125 (|has| (-419 |#2|) (-374)))) (-2068 (((-430 $) $) 126 (|has| (-419 |#2|) (-374)))) (-4064 (((-112) $ $) 116 (|has| (-419 |#2|) (-374)))) (-2200 (((-783)) 99 (|has| (-419 |#2|) (-379)))) (-3493 (((-112)) 228)) (-1490 (((-112) |#1|) 227) (((-112) |#2|) 226)) (-3853 (($) 18 T CONST)) (-2981 (((-3 (-576) "failed") $) 185 (|has| (-419 |#2|) (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) 183 (|has| (-419 |#2|) (-1059 (-419 (-576))))) (((-3 (-419 |#2|) "failed") $) 180)) (-2318 (((-576) $) 184 (|has| (-419 |#2|) (-1059 (-576)))) (((-419 (-576)) $) 182 (|has| (-419 |#2|) (-1059 (-419 (-576))))) (((-419 |#2|) $) 181)) (-3093 (($ (-1288 (-419 |#2|)) (-1288 $)) 55) (($ (-1288 (-419 |#2|))) 71) (($ (-1288 |#2|) |#2|) 210)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) 164 (|has| (-419 |#2|) (-360)))) (-1892 (($ $ $) 120 (|has| (-419 |#2|) (-374)))) (-3104 (((-701 (-419 |#2|)) $ (-1288 $)) 60) (((-701 (-419 |#2|)) $) 66)) (-2255 (((-701 (-576)) (-701 $)) 177 (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 176 (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-419 |#2|))) (|:| |vec| (-1288 (-419 |#2|)))) (-701 $) (-1288 $)) 175) (((-701 (-419 |#2|)) (-701 $)) 174)) (-2514 (((-1288 $) (-1288 $)) 216)) (-2722 (($ |#3|) 169) (((-3 $ "failed") (-419 |#3|)) 166 (|has| (-419 |#2|) (-374)))) (-2413 (((-3 $ "failed") $) 37)) (-3656 (((-656 (-656 |#1|))) 197 (|has| |#1| (-379)))) (-3794 (((-112) |#1| |#1|) 232)) (-4136 (((-940)) 61)) (-4370 (($) 102 (|has| (-419 |#2|) (-379)))) (-1693 (((-112)) 225)) (-2342 (((-112) |#1|) 224) (((-112) |#2|) 223)) (-1905 (($ $ $) 119 (|has| (-419 |#2|) (-374)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 114 (|has| (-419 |#2|) (-374)))) (-1770 (($ $) 203)) (-1766 (($) 160 (|has| (-419 |#2|) (-360)))) (-2430 (((-112) $) 161 (|has| (-419 |#2|) (-360)))) (-2566 (($ $ (-783)) 152 (|has| (-419 |#2|) (-360))) (($ $) 151 (|has| (-419 |#2|) (-360)))) (-3742 (((-112) $) 127 (|has| (-419 |#2|) (-374)))) (-1760 (((-940) $) 163 (|has| (-419 |#2|) (-360))) (((-845 (-940)) $) 149 (|has| (-419 |#2|) (-360)))) (-3315 (((-112) $) 35)) (-3008 (((-783)) 235)) (-2466 (((-1288 $) (-1288 $)) 217)) (-2828 (((-419 |#2|) $) 58)) (-3519 (((-656 (-971 |#1|)) (-1197)) 198 (|has| |#1| (-374)))) (-4080 (((-3 $ "failed") $) 153 (|has| (-419 |#2|) (-360)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 123 (|has| (-419 |#2|) (-374)))) (-3817 ((|#3| $) 51 (|has| (-419 |#2|) (-374)))) (-2106 (((-940) $) 101 (|has| (-419 |#2|) (-379)))) (-2709 ((|#3| $) 167)) (-3015 (((-701 (-576)) (-1288 $)) 179 (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) 178 (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-419 |#2|))) (|:| |vec| (-1288 (-419 |#2|)))) (-1288 $) $) 173) (((-701 (-419 |#2|)) (-1288 $)) 172)) (-3078 (($ (-656 $)) 112 (|has| (-419 |#2|) (-374))) (($ $ $) 111 (|has| (-419 |#2|) (-374)))) (-4185 (((-1179) $) 10)) (-2397 (((-701 (-419 |#2|))) 212)) (-2885 (((-701 (-419 |#2|))) 214)) (-1668 (($ $) 128 (|has| (-419 |#2|) (-374)))) (-3336 (($ (-1288 |#2|) |#2|) 208)) (-2006 (((-701 (-419 |#2|))) 213)) (-2328 (((-701 (-419 |#2|))) 215)) (-4180 (((-2 (|:| |num| (-701 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 207)) (-1339 (((-2 (|:| |num| (-1288 |#2|)) (|:| |den| |#2|)) $) 209)) (-3205 (((-1288 $)) 221)) (-2570 (((-1288 $)) 222)) (-2926 (((-112) $) 220)) (-1985 (((-112) $) 219) (((-112) $ |#1|) 206) (((-112) $ |#2|) 205)) (-3651 (($) 154 (|has| (-419 |#2|) (-360)) CONST)) (-2409 (($ (-940)) 100 (|has| (-419 |#2|) (-379)))) (-1345 (((-3 |#2| "failed")) 200)) (-3117 (((-1141) $) 11)) (-2141 (((-783)) 234)) (-2549 (($) 171)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 113 (|has| (-419 |#2|) (-374)))) (-3115 (($ (-656 $)) 110 (|has| (-419 |#2|) (-374))) (($ $ $) 109 (|has| (-419 |#2|) (-374)))) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) 157 (|has| (-419 |#2|) (-360)))) (-1452 (((-430 $) $) 124 (|has| (-419 |#2|) (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 122 (|has| (-419 |#2|) (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 121 (|has| (-419 |#2|) (-374)))) (-1943 (((-3 $ "failed") $ $) 104 (|has| (-419 |#2|) (-374)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 115 (|has| (-419 |#2|) (-374)))) (-3199 (((-783) $) 117 (|has| (-419 |#2|) (-374)))) (-4369 ((|#1| $ |#1| |#1|) 202)) (-1330 (((-3 |#2| "failed")) 201)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 118 (|has| (-419 |#2|) (-374)))) (-3053 (((-419 |#2|) (-1288 $)) 54) (((-419 |#2|)) 67)) (-3923 (((-783) $) 162 (|has| (-419 |#2|) (-360))) (((-3 (-783) "failed") $ $) 150 (|has| (-419 |#2|) (-360)))) (-4107 (($ $ (-1 (-419 |#2|) (-419 |#2|))) 136 (|has| (-419 |#2|) (-374))) (($ $ (-1 (-419 |#2|) (-419 |#2|)) (-783)) 135 (|has| (-419 |#2|) (-374))) (($ $ (-1 |#2| |#2|)) 204) (($ $ (-656 (-1197)) (-656 (-783))) 141 (-3795 (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))) (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-2311 (|has| (-419 |#2|) (-919 (-1197))) (|has| (-419 |#2|) (-374))))) (($ $ (-1197) (-783)) 140 (-3795 (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))) (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-2311 (|has| (-419 |#2|) (-919 (-1197))) (|has| (-419 |#2|) (-374))))) (($ $ (-656 (-1197))) 139 (-3795 (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))) (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-2311 (|has| (-419 |#2|) (-919 (-1197))) (|has| (-419 |#2|) (-374))))) (($ $ (-1197)) 137 (-3795 (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))) (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-2311 (|has| (-419 |#2|) (-919 (-1197))) (|has| (-419 |#2|) (-374))))) (($ $ (-783)) 147 (-3795 (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-237))) (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-238))) (-2311 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360)))) (($ $) 145 (-3795 (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-237))) (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-238))) (-2311 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360))))) (-4297 (((-701 (-419 |#2|)) (-1288 $) (-1 (-419 |#2|) (-419 |#2|))) 165 (|has| (-419 |#2|) (-374)))) (-2030 ((|#3|) 170)) (-1986 (($) 159 (|has| (-419 |#2|) (-360)))) (-3219 (((-1288 (-419 |#2|)) $ (-1288 $)) 57) (((-701 (-419 |#2|)) (-1288 $) (-1288 $)) 56) (((-1288 (-419 |#2|)) $) 73) (((-701 (-419 |#2|)) (-1288 $)) 72)) (-1554 (((-1288 (-419 |#2|)) $) 70) (($ (-1288 (-419 |#2|))) 69) ((|#3| $) 186) (($ |#3|) 168)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) 156 (|has| (-419 |#2|) (-360)))) (-3151 (((-1288 $) (-1288 $)) 218)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ (-419 |#2|)) 44) (($ (-419 (-576))) 98 (-3795 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-1059 (-419 (-576)))))) (($ $) 103 (|has| (-419 |#2|) (-374)))) (-3346 (($ $) 155 (|has| (-419 |#2|) (-360))) (((-3 $ "failed") $) 50 (|has| (-419 |#2|) (-146)))) (-2837 ((|#3| $) 52)) (-2864 (((-783)) 32 T CONST)) (-3323 (((-112)) 231)) (-4036 (((-112) |#1|) 230) (((-112) |#2|) 229)) (-3000 (((-112) $ $) 9)) (-1726 (((-1288 $)) 74)) (-4095 (((-112) $ $) 107 (|has| (-419 |#2|) (-374)))) (-2414 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) 199)) (-3381 (((-112)) 233)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-1 (-419 |#2|) (-419 |#2|))) 134 (|has| (-419 |#2|) (-374))) (($ $ (-1 (-419 |#2|) (-419 |#2|)) (-783)) 133 (|has| (-419 |#2|) (-374))) (($ $ (-656 (-1197)) (-656 (-783))) 144 (-3795 (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))) (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-2311 (|has| (-419 |#2|) (-919 (-1197))) (|has| (-419 |#2|) (-374))))) (($ $ (-1197) (-783)) 143 (-3795 (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))) (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-2311 (|has| (-419 |#2|) (-919 (-1197))) (|has| (-419 |#2|) (-374))))) (($ $ (-656 (-1197))) 142 (-3795 (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))) (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-2311 (|has| (-419 |#2|) (-919 (-1197))) (|has| (-419 |#2|) (-374))))) (($ $ (-1197)) 138 (-3795 (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))) (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-2311 (|has| (-419 |#2|) (-919 (-1197))) (|has| (-419 |#2|) (-374))))) (($ $ (-783)) 148 (-3795 (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-237))) (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-238))) (-2311 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360)))) (($ $) 146 (-3795 (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-237))) (-2311 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-238))) (-2311 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360))))) (-3939 (((-112) $ $) 7)) (-4047 (($ $ $) 132 (|has| (-419 |#2|) (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 129 (|has| (-419 |#2|) (-374)))) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 |#2|)) 46) (($ (-419 |#2|) $) 45) (($ (-419 (-576)) $) 131 (|has| (-419 |#2|) (-374))) (($ $ (-419 (-576))) 130 (|has| (-419 |#2|) (-374)))))
+(((-353 |#1| |#2| |#3|) (-141) (-1242) (-1264 |t#1|) (-1264 (-419 |t#2|))) (T -353))
+((-3008 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-783)))) (-2141 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-783)))) (-3381 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))) (-3794 (*1 *2 *3 *3) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))) (-3323 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))) (-4036 (*1 *2 *3) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))) (-4036 (*1 *2 *3) (-12 (-4 *1 (-353 *4 *3 *5)) (-4 *4 (-1242)) (-4 *3 (-1264 *4)) (-4 *5 (-1264 (-419 *3))) (-5 *2 (-112)))) (-3493 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))) (-1490 (*1 *2 *3) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))) (-1490 (*1 *2 *3) (-12 (-4 *1 (-353 *4 *3 *5)) (-4 *4 (-1242)) (-4 *3 (-1264 *4)) (-4 *5 (-1264 (-419 *3))) (-5 *2 (-112)))) (-1693 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))) (-2342 (*1 *2 *3) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))) (-2342 (*1 *2 *3) (-12 (-4 *1 (-353 *4 *3 *5)) (-4 *4 (-1242)) (-4 *3 (-1264 *4)) (-4 *5 (-1264 (-419 *3))) (-5 *2 (-112)))) (-2570 (*1 *2) (-12 (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-1288 *1)) (-4 *1 (-353 *3 *4 *5)))) (-3205 (*1 *2) (-12 (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-1288 *1)) (-4 *1 (-353 *3 *4 *5)))) (-2926 (*1 *2 *1) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))) (-1985 (*1 *2 *1) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))) (-3151 (*1 *2 *2) (-12 (-5 *2 (-1288 *1)) (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))))) (-2466 (*1 *2 *2) (-12 (-5 *2 (-1288 *1)) (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))))) (-2514 (*1 *2 *2) (-12 (-5 *2 (-1288 *1)) (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))))) (-2328 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-701 (-419 *4))))) (-2885 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-701 (-419 *4))))) (-2006 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-701 (-419 *4))))) (-2397 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-701 (-419 *4))))) (-1544 (*1 *2 *1) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-2 (|:| |num| (-1288 *4)) (|:| |den| *4))))) (-3093 (*1 *1 *2 *3) (-12 (-5 *2 (-1288 *3)) (-4 *3 (-1264 *4)) (-4 *4 (-1242)) (-4 *1 (-353 *4 *3 *5)) (-4 *5 (-1264 (-419 *3))))) (-1339 (*1 *2 *1) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-2 (|:| |num| (-1288 *4)) (|:| |den| *4))))) (-3336 (*1 *1 *2 *3) (-12 (-5 *2 (-1288 *3)) (-4 *3 (-1264 *4)) (-4 *4 (-1242)) (-4 *1 (-353 *4 *3 *5)) (-4 *5 (-1264 (-419 *3))))) (-4180 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-353 *4 *5 *6)) (-4 *4 (-1242)) (-4 *5 (-1264 *4)) (-4 *6 (-1264 (-419 *5))) (-5 *2 (-2 (|:| |num| (-701 *5)) (|:| |den| *5))))) (-1985 (*1 *2 *1 *3) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))) (-1985 (*1 *2 *1 *3) (-12 (-4 *1 (-353 *4 *3 *5)) (-4 *4 (-1242)) (-4 *3 (-1264 *4)) (-4 *5 (-1264 (-419 *3))) (-5 *2 (-112)))) (-4107 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))))) (-1770 (*1 *1 *1) (-12 (-4 *1 (-353 *2 *3 *4)) (-4 *2 (-1242)) (-4 *3 (-1264 *2)) (-4 *4 (-1264 (-419 *3))))) (-4369 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-353 *2 *3 *4)) (-4 *2 (-1242)) (-4 *3 (-1264 *2)) (-4 *4 (-1264 (-419 *3))))) (-1330 (*1 *2) (|partial| -12 (-4 *1 (-353 *3 *2 *4)) (-4 *3 (-1242)) (-4 *4 (-1264 (-419 *2))) (-4 *2 (-1264 *3)))) (-1345 (*1 *2) (|partial| -12 (-4 *1 (-353 *3 *2 *4)) (-4 *3 (-1242)) (-4 *4 (-1264 (-419 *2))) (-4 *2 (-1264 *3)))) (-2414 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1264 *4)) (-4 *4 (-1242)) (-4 *6 (-1264 (-419 *5))) (-5 *2 (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5) (|:| |gd| *5))) (-4 *1 (-353 *4 *5 *6)))) (-3519 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-4 *1 (-353 *4 *5 *6)) (-4 *4 (-1242)) (-4 *5 (-1264 *4)) (-4 *6 (-1264 (-419 *5))) (-4 *4 (-374)) (-5 *2 (-656 (-971 *4))))) (-3656 (*1 *2) (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))) (-4 *3 (-379)) (-5 *2 (-656 (-656 *3))))))
+(-13 (-736 (-419 |t#2|) |t#3|) (-10 -8 (-15 -3008 ((-783))) (-15 -2141 ((-783))) (-15 -3381 ((-112))) (-15 -3794 ((-112) |t#1| |t#1|)) (-15 -3323 ((-112))) (-15 -4036 ((-112) |t#1|)) (-15 -4036 ((-112) |t#2|)) (-15 -3493 ((-112))) (-15 -1490 ((-112) |t#1|)) (-15 -1490 ((-112) |t#2|)) (-15 -1693 ((-112))) (-15 -2342 ((-112) |t#1|)) (-15 -2342 ((-112) |t#2|)) (-15 -2570 ((-1288 $))) (-15 -3205 ((-1288 $))) (-15 -2926 ((-112) $)) (-15 -1985 ((-112) $)) (-15 -3151 ((-1288 $) (-1288 $))) (-15 -2466 ((-1288 $) (-1288 $))) (-15 -2514 ((-1288 $) (-1288 $))) (-15 -2328 ((-701 (-419 |t#2|)))) (-15 -2885 ((-701 (-419 |t#2|)))) (-15 -2006 ((-701 (-419 |t#2|)))) (-15 -2397 ((-701 (-419 |t#2|)))) (-15 -1544 ((-2 (|:| |num| (-1288 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -3093 ($ (-1288 |t#2|) |t#2|)) (-15 -1339 ((-2 (|:| |num| (-1288 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -3336 ($ (-1288 |t#2|) |t#2|)) (-15 -4180 ((-2 (|:| |num| (-701 |t#2|)) (|:| |den| |t#2|)) (-1 |t#2| |t#2|))) (-15 -1985 ((-112) $ |t#1|)) (-15 -1985 ((-112) $ |t#2|)) (-15 -4107 ($ $ (-1 |t#2| |t#2|))) (-15 -1770 ($ $)) (-15 -4369 (|t#1| $ |t#1| |t#1|)) (-15 -1330 ((-3 |t#2| "failed"))) (-15 -1345 ((-3 |t#2| "failed"))) (-15 -2414 ((-2 (|:| |num| $) (|:| |den| |t#2|) (|:| |derivden| |t#2|) (|:| |gd| |t#2|)) $ (-1 |t#2| |t#2|))) (IF (|has| |t#1| (-374)) (-15 -3519 ((-656 (-971 |t#1|)) (-1197))) |%noBranch|) (IF (|has| |t#1| (-379)) (-15 -3656 ((-656 (-656 |t#1|)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-38 #1=(-419 |#2|)) . T) ((-38 $) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-102) . T) ((-111 #0# #0#) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-111 #1# #1#) . T) ((-111 $ $) . T) ((-132) . T) ((-146) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-146))) ((-148) |has| (-419 |#2|) (-148)) ((-628 #0#) -3795 (|has| (-419 |#2|) (-1059 (-419 (-576)))) (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-628 #1#) . T) ((-628 (-576)) . T) ((-628 $) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-625 (-876)) . T) ((-174) . T) ((-626 |#3|) . T) ((-234 $) -3795 (|has| (-419 |#2|) (-360)) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374)))) ((-232 #1#) |has| (-419 |#2|) (-374)) ((-238) -3795 (|has| (-419 |#2|) (-360)) (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374)))) ((-237) -3795 (|has| (-419 |#2|) (-360)) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374)))) ((-272 #1#) |has| (-419 |#2|) (-374)) ((-248) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-300) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-317) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-374) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-414) |has| (-419 |#2|) (-360)) ((-379) -3795 (|has| (-419 |#2|) (-379)) (|has| (-419 |#2|) (-360))) ((-360) |has| (-419 |#2|) (-360)) ((-381 #1# |#3|) . T) ((-421 #1# |#3|) . T) ((-388 #1#) . T) ((-423 #1#) . T) ((-464) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-568) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-658 #0#) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-658 #1#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-660 #1#) . T) ((-660 #2=(-576)) |has| (-419 |#2|) (-651 (-576))) ((-660 $) . T) ((-652 #0#) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-652 #1#) . T) ((-652 $) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-651 #1#) . T) ((-651 #2#) |has| (-419 |#2|) (-651 (-576))) ((-729 #0#) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-729 #1#) . T) ((-729 $) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-736 #1# |#3|) . T) ((-738) . T) ((-911 $ #3=(-1197)) -3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197))))) ((-917 (-1197)) -12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) ((-919 #3#) -3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197))))) ((-939) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-1059 (-419 (-576))) |has| (-419 |#2|) (-1059 (-419 (-576)))) ((-1059 #1#) . T) ((-1059 (-576)) |has| (-419 |#2|) (-1059 (-576))) ((-1072 #0#) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-1072 #1#) . T) ((-1072 $) . T) ((-1077 #0#) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))) ((-1077 #1#) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1173) |has| (-419 |#2|) (-360)) ((-1238) . T) ((-1242) -3795 (|has| (-419 |#2|) (-360)) (|has| (-419 |#2|) (-374))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-1802 (((-112) $) NIL)) (-3454 (((-783)) NIL)) (-3832 (((-929 |#1|) $) NIL) (($ $ (-940)) NIL (|has| (-929 |#1|) (-379)))) (-3197 (((-1210 (-940) (-783)) (-576)) NIL (|has| (-929 |#1|) (-379)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4064 (((-112) $ $) NIL)) (-2200 (((-783)) NIL (|has| (-929 |#1|) (-379)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-929 |#1|) "failed") $) NIL)) (-2318 (((-929 |#1|) $) NIL)) (-3093 (($ (-1288 (-929 |#1|))) NIL)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-929 |#1|) (-379)))) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) NIL (|has| (-929 |#1|) (-379)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-1766 (($) NIL (|has| (-929 |#1|) (-379)))) (-2430 (((-112) $) NIL (|has| (-929 |#1|) (-379)))) (-2566 (($ $ (-783)) NIL (-3795 (|has| (-929 |#1|) (-146)) (|has| (-929 |#1|) (-379)))) (($ $) NIL (-3795 (|has| (-929 |#1|) (-146)) (|has| (-929 |#1|) (-379))))) (-3742 (((-112) $) NIL)) (-1760 (((-940) $) NIL (|has| (-929 |#1|) (-379))) (((-845 (-940)) $) NIL (-3795 (|has| (-929 |#1|) (-146)) (|has| (-929 |#1|) (-379))))) (-3315 (((-112) $) NIL)) (-2878 (($) NIL (|has| (-929 |#1|) (-379)))) (-4320 (((-112) $) NIL (|has| (-929 |#1|) (-379)))) (-2828 (((-929 |#1|) $) NIL) (($ $ (-940)) NIL (|has| (-929 |#1|) (-379)))) (-4080 (((-3 $ "failed") $) NIL (|has| (-929 |#1|) (-379)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3817 (((-1193 (-929 |#1|)) $) NIL) (((-1193 $) $ (-940)) NIL (|has| (-929 |#1|) (-379)))) (-2106 (((-940) $) NIL (|has| (-929 |#1|) (-379)))) (-4200 (((-1193 (-929 |#1|)) $) NIL (|has| (-929 |#1|) (-379)))) (-1446 (((-1193 (-929 |#1|)) $) NIL (|has| (-929 |#1|) (-379))) (((-3 (-1193 (-929 |#1|)) "failed") $ $) NIL (|has| (-929 |#1|) (-379)))) (-3335 (($ $ (-1193 (-929 |#1|))) NIL (|has| (-929 |#1|) (-379)))) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL (|has| (-929 |#1|) (-379)) CONST)) (-2409 (($ (-940)) NIL (|has| (-929 |#1|) (-379)))) (-1472 (((-112) $) NIL)) (-3117 (((-1141) $) NIL)) (-4045 (((-977 (-1141))) NIL)) (-2549 (($) NIL (|has| (-929 |#1|) (-379)))) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) NIL (|has| (-929 |#1|) (-379)))) (-1452 (((-430 $) $) NIL)) (-3963 (((-845 (-940))) NIL) (((-940)) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-3923 (((-783) $) NIL (|has| (-929 |#1|) (-379))) (((-3 (-783) "failed") $ $) NIL (-3795 (|has| (-929 |#1|) (-146)) (|has| (-929 |#1|) (-379))))) (-2435 (((-135)) NIL)) (-4107 (($ $ (-783)) NIL (|has| (-929 |#1|) (-379))) (($ $) NIL (|has| (-929 |#1|) (-379)))) (-2786 (((-845 (-940)) $) NIL) (((-940) $) NIL)) (-2030 (((-1193 (-929 |#1|))) NIL)) (-1986 (($) NIL (|has| (-929 |#1|) (-379)))) (-2998 (($) NIL (|has| (-929 |#1|) (-379)))) (-3219 (((-1288 (-929 |#1|)) $) NIL) (((-701 (-929 |#1|)) (-1288 $)) NIL)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (|has| (-929 |#1|) (-379)))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-929 |#1|)) NIL)) (-3346 (($ $) NIL (|has| (-929 |#1|) (-379))) (((-3 $ "failed") $) NIL (-3795 (|has| (-929 |#1|) (-146)) (|has| (-929 |#1|) (-379))))) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) NIL) (((-1288 $) (-940)) NIL)) (-4095 (((-112) $ $) NIL)) (-1649 (((-112) $) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3032 (($ $) NIL (|has| (-929 |#1|) (-379))) (($ $ (-783)) NIL (|has| (-929 |#1|) (-379)))) (-3157 (($ $ (-783)) NIL (|has| (-929 |#1|) (-379))) (($ $) NIL (|has| (-929 |#1|) (-379)))) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ $) NIL) (($ $ (-929 |#1|)) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ (-929 |#1|)) NIL) (($ (-929 |#1|) $) NIL)))
+(((-354 |#1| |#2|) (-13 (-339 (-929 |#1|)) (-10 -7 (-15 -4045 ((-977 (-1141)))))) (-940) (-940)) (T -354))
+((-4045 (*1 *2) (-12 (-5 *2 (-977 (-1141))) (-5 *1 (-354 *3 *4)) (-14 *3 (-940)) (-14 *4 (-940)))))
+(-13 (-339 (-929 |#1|)) (-10 -7 (-15 -4045 ((-977 (-1141))))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 58)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-1802 (((-112) $) NIL)) (-3454 (((-783)) NIL)) (-3832 ((|#1| $) NIL) (($ $ (-940)) NIL (|has| |#1| (-379)))) (-3197 (((-1210 (-940) (-783)) (-576)) 56 (|has| |#1| (-379)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4064 (((-112) $ $) NIL)) (-2200 (((-783)) NIL (|has| |#1| (-379)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) 142)) (-2318 ((|#1| $) 113)) (-3093 (($ (-1288 |#1|)) 130)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) 121 (|has| |#1| (-379)))) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) 124 (|has| |#1| (-379)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-1766 (($) 160 (|has| |#1| (-379)))) (-2430 (((-112) $) 66 (|has| |#1| (-379)))) (-2566 (($ $ (-783)) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))) (($ $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3742 (((-112) $) NIL)) (-1760 (((-940) $) 60 (|has| |#1| (-379))) (((-845 (-940)) $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3315 (((-112) $) 62)) (-2878 (($) 162 (|has| |#1| (-379)))) (-4320 (((-112) $) NIL (|has| |#1| (-379)))) (-2828 ((|#1| $) NIL) (($ $ (-940)) NIL (|has| |#1| (-379)))) (-4080 (((-3 $ "failed") $) NIL (|has| |#1| (-379)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3817 (((-1193 |#1|) $) 117) (((-1193 $) $ (-940)) NIL (|has| |#1| (-379)))) (-2106 (((-940) $) 171 (|has| |#1| (-379)))) (-4200 (((-1193 |#1|) $) NIL (|has| |#1| (-379)))) (-1446 (((-1193 |#1|) $) NIL (|has| |#1| (-379))) (((-3 (-1193 |#1|) "failed") $ $) NIL (|has| |#1| (-379)))) (-3335 (($ $ (-1193 |#1|)) NIL (|has| |#1| (-379)))) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 178)) (-3651 (($) NIL (|has| |#1| (-379)) CONST)) (-2409 (($ (-940)) 96 (|has| |#1| (-379)))) (-1472 (((-112) $) 147)) (-3117 (((-1141) $) NIL)) (-4045 (((-977 (-1141))) 57)) (-2549 (($) 158 (|has| |#1| (-379)))) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) 119 (|has| |#1| (-379)))) (-1452 (((-430 $) $) NIL)) (-3963 (((-845 (-940))) 90) (((-940)) 91)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-3923 (((-783) $) 161 (|has| |#1| (-379))) (((-3 (-783) "failed") $ $) 154 (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2435 (((-135)) NIL)) (-4107 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-2786 (((-845 (-940)) $) NIL) (((-940) $) NIL)) (-2030 (((-1193 |#1|)) 122)) (-1986 (($) 159 (|has| |#1| (-379)))) (-2998 (($) 167 (|has| |#1| (-379)))) (-3219 (((-1288 |#1|) $) 77) (((-701 |#1|) (-1288 $)) NIL)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (|has| |#1| (-379)))) (-4114 (((-876) $) 174) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ |#1|) 100)) (-3346 (($ $) NIL (|has| |#1| (-379))) (((-3 $ "failed") $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2864 (((-783)) 155 T CONST)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) 144) (((-1288 $) (-940)) 98)) (-4095 (((-112) $ $) NIL)) (-1649 (((-112) $) NIL)) (-4312 (($) 67 T CONST)) (-4322 (($) 103 T CONST)) (-3032 (($ $) 107 (|has| |#1| (-379))) (($ $ (-783)) NIL (|has| |#1| (-379)))) (-3157 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-3939 (((-112) $ $) 65)) (-4047 (($ $ $) 176) (($ $ |#1|) 177)) (-4037 (($ $) 157) (($ $ $) NIL)) (-4027 (($ $ $) 86)) (** (($ $ (-940)) 180) (($ $ (-783)) 181) (($ $ (-576)) 179)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 102) (($ $ $) 101) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 175)))
+(((-355 |#1| |#2|) (-13 (-339 |#1|) (-10 -7 (-15 -4045 ((-977 (-1141)))))) (-360) (-1193 |#1|)) (T -355))
+((-4045 (*1 *2) (-12 (-5 *2 (-977 (-1141))) (-5 *1 (-355 *3 *4)) (-4 *3 (-360)) (-14 *4 (-1193 *3)))))
+(-13 (-339 |#1|) (-10 -7 (-15 -4045 ((-977 (-1141))))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-1802 (((-112) $) NIL)) (-3454 (((-783)) NIL)) (-3832 ((|#1| $) NIL) (($ $ (-940)) NIL (|has| |#1| (-379)))) (-3197 (((-1210 (-940) (-783)) (-576)) NIL (|has| |#1| (-379)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4064 (((-112) $ $) NIL)) (-2200 (((-783)) NIL (|has| |#1| (-379)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) NIL)) (-2318 ((|#1| $) NIL)) (-3093 (($ (-1288 |#1|)) NIL)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-379)))) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) NIL (|has| |#1| (-379)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-1766 (($) NIL (|has| |#1| (-379)))) (-2430 (((-112) $) NIL (|has| |#1| (-379)))) (-2566 (($ $ (-783)) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))) (($ $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3742 (((-112) $) NIL)) (-1760 (((-940) $) NIL (|has| |#1| (-379))) (((-845 (-940)) $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3315 (((-112) $) NIL)) (-2878 (($) NIL (|has| |#1| (-379)))) (-4320 (((-112) $) NIL (|has| |#1| (-379)))) (-2828 ((|#1| $) NIL) (($ $ (-940)) NIL (|has| |#1| (-379)))) (-4080 (((-3 $ "failed") $) NIL (|has| |#1| (-379)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3817 (((-1193 |#1|) $) NIL) (((-1193 $) $ (-940)) NIL (|has| |#1| (-379)))) (-2106 (((-940) $) NIL (|has| |#1| (-379)))) (-4200 (((-1193 |#1|) $) NIL (|has| |#1| (-379)))) (-1446 (((-1193 |#1|) $) NIL (|has| |#1| (-379))) (((-3 (-1193 |#1|) "failed") $ $) NIL (|has| |#1| (-379)))) (-3335 (($ $ (-1193 |#1|)) NIL (|has| |#1| (-379)))) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL (|has| |#1| (-379)) CONST)) (-2409 (($ (-940)) NIL (|has| |#1| (-379)))) (-1472 (((-112) $) NIL)) (-3117 (((-1141) $) NIL)) (-4045 (((-977 (-1141))) NIL)) (-2549 (($) NIL (|has| |#1| (-379)))) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) NIL (|has| |#1| (-379)))) (-1452 (((-430 $) $) NIL)) (-3963 (((-845 (-940))) NIL) (((-940)) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-3923 (((-783) $) NIL (|has| |#1| (-379))) (((-3 (-783) "failed") $ $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2435 (((-135)) NIL)) (-4107 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-2786 (((-845 (-940)) $) NIL) (((-940) $) NIL)) (-2030 (((-1193 |#1|)) NIL)) (-1986 (($) NIL (|has| |#1| (-379)))) (-2998 (($) NIL (|has| |#1| (-379)))) (-3219 (((-1288 |#1|) $) NIL) (((-701 |#1|) (-1288 $)) NIL)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (|has| |#1| (-379)))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ |#1|) NIL)) (-3346 (($ $) NIL (|has| |#1| (-379))) (((-3 $ "failed") $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) NIL) (((-1288 $) (-940)) NIL)) (-4095 (((-112) $ $) NIL)) (-1649 (((-112) $) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3032 (($ $) NIL (|has| |#1| (-379))) (($ $ (-783)) NIL (|has| |#1| (-379)))) (-3157 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ $) NIL) (($ $ |#1|) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-356 |#1| |#2|) (-13 (-339 |#1|) (-10 -7 (-15 -4045 ((-977 (-1141)))))) (-360) (-940)) (T -356))
+((-4045 (*1 *2) (-12 (-5 *2 (-977 (-1141))) (-5 *1 (-356 *3 *4)) (-4 *3 (-360)) (-14 *4 (-940)))))
+(-13 (-339 |#1|) (-10 -7 (-15 -4045 ((-977 (-1141))))))
+((-4310 (((-783) (-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141)))))) 61)) (-1792 (((-977 (-1141)) (-1193 |#1|)) 112)) (-3065 (((-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))) (-1193 |#1|)) 103)) (-2217 (((-701 |#1|) (-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141)))))) 113)) (-2462 (((-3 (-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))) "failed") (-940)) 13)) (-2625 (((-3 (-1193 |#1|) (-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141)))))) (-940)) 18)))
+(((-357 |#1|) (-10 -7 (-15 -1792 ((-977 (-1141)) (-1193 |#1|))) (-15 -3065 ((-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))) (-1193 |#1|))) (-15 -2217 ((-701 |#1|) (-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))))) (-15 -4310 ((-783) (-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))))) (-15 -2462 ((-3 (-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))) "failed") (-940))) (-15 -2625 ((-3 (-1193 |#1|) (-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141)))))) (-940)))) (-360)) (T -357))
+((-2625 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-3 (-1193 *4) (-1288 (-656 (-2 (|:| -1688 *4) (|:| -2409 (-1141))))))) (-5 *1 (-357 *4)) (-4 *4 (-360)))) (-2462 (*1 *2 *3) (|partial| -12 (-5 *3 (-940)) (-5 *2 (-1288 (-656 (-2 (|:| -1688 *4) (|:| -2409 (-1141)))))) (-5 *1 (-357 *4)) (-4 *4 (-360)))) (-4310 (*1 *2 *3) (-12 (-5 *3 (-1288 (-656 (-2 (|:| -1688 *4) (|:| -2409 (-1141)))))) (-4 *4 (-360)) (-5 *2 (-783)) (-5 *1 (-357 *4)))) (-2217 (*1 *2 *3) (-12 (-5 *3 (-1288 (-656 (-2 (|:| -1688 *4) (|:| -2409 (-1141)))))) (-4 *4 (-360)) (-5 *2 (-701 *4)) (-5 *1 (-357 *4)))) (-3065 (*1 *2 *3) (-12 (-5 *3 (-1193 *4)) (-4 *4 (-360)) (-5 *2 (-1288 (-656 (-2 (|:| -1688 *4) (|:| -2409 (-1141)))))) (-5 *1 (-357 *4)))) (-1792 (*1 *2 *3) (-12 (-5 *3 (-1193 *4)) (-4 *4 (-360)) (-5 *2 (-977 (-1141))) (-5 *1 (-357 *4)))))
+(-10 -7 (-15 -1792 ((-977 (-1141)) (-1193 |#1|))) (-15 -3065 ((-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))) (-1193 |#1|))) (-15 -2217 ((-701 |#1|) (-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))))) (-15 -4310 ((-783) (-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))))) (-15 -2462 ((-3 (-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))) "failed") (-940))) (-15 -2625 ((-3 (-1193 |#1|) (-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141)))))) (-940))))
+((-4114 ((|#1| |#3|) 104) ((|#3| |#1|) 87)))
+(((-358 |#1| |#2| |#3|) (-10 -7 (-15 -4114 (|#3| |#1|)) (-15 -4114 (|#1| |#3|))) (-339 |#2|) (-360) (-339 |#2|)) (T -358))
+((-4114 (*1 *2 *3) (-12 (-4 *4 (-360)) (-4 *2 (-339 *4)) (-5 *1 (-358 *2 *4 *3)) (-4 *3 (-339 *4)))) (-4114 (*1 *2 *3) (-12 (-4 *4 (-360)) (-4 *2 (-339 *4)) (-5 *1 (-358 *3 *4 *2)) (-4 *3 (-339 *4)))))
+(-10 -7 (-15 -4114 (|#3| |#1|)) (-15 -4114 (|#1| |#3|)))
+((-2430 (((-112) $) 60)) (-1760 (((-845 (-940)) $) 23) (((-940) $) 64)) (-4080 (((-3 $ "failed") $) 18)) (-3651 (($) 9)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 114)) (-3923 (((-3 (-783) "failed") $ $) 92) (((-783) $) 79)) (-4107 (($ $) 8) (($ $ (-783)) NIL)) (-1986 (($) 53)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) 38)) (-3346 (((-3 $ "failed") $) 45) (($ $) 44)))
+(((-359 |#1|) (-10 -8 (-15 -1760 ((-940) |#1|)) (-15 -3923 ((-783) |#1|)) (-15 -2430 ((-112) |#1|)) (-15 -1986 (|#1|)) (-15 -2401 ((-3 (-1288 |#1|) "failed") (-701 |#1|))) (-15 -3346 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1|)) (-15 -3651 (|#1|)) (-15 -4080 ((-3 |#1| "failed") |#1|)) (-15 -3923 ((-3 (-783) "failed") |#1| |#1|)) (-15 -1760 ((-845 (-940)) |#1|)) (-15 -3346 ((-3 |#1| "failed") |#1|)) (-15 -2374 ((-1193 |#1|) (-1193 |#1|) (-1193 |#1|)))) (-360)) (T -359))
+NIL
+(-10 -8 (-15 -1760 ((-940) |#1|)) (-15 -3923 ((-783) |#1|)) (-15 -2430 ((-112) |#1|)) (-15 -1986 (|#1|)) (-15 -2401 ((-3 (-1288 |#1|) "failed") (-701 |#1|))) (-15 -3346 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1|)) (-15 -3651 (|#1|)) (-15 -4080 ((-3 |#1| "failed") |#1|)) (-15 -3923 ((-3 (-783) "failed") |#1| |#1|)) (-15 -1760 ((-845 (-940)) |#1|)) (-15 -3346 ((-3 |#1| "failed") |#1|)) (-15 -2374 ((-1193 |#1|) (-1193 |#1|) (-1193 |#1|))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-3197 (((-1210 (-940) (-783)) (-576)) 102)) (-2583 (((-3 $ "failed") $ $) 20)) (-4068 (($ $) 81)) (-2068 (((-430 $) $) 80)) (-4064 (((-112) $ $) 65)) (-2200 (((-783)) 112)) (-3853 (($) 18 T CONST)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) 96)) (-1892 (($ $ $) 61)) (-2413 (((-3 $ "failed") $) 37)) (-4370 (($) 115)) (-1905 (($ $ $) 62)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 57)) (-1766 (($) 100)) (-2430 (((-112) $) 99)) (-2566 (($ $) 87) (($ $ (-783)) 86)) (-3742 (((-112) $) 79)) (-1760 (((-845 (-940)) $) 89) (((-940) $) 97)) (-3315 (((-112) $) 35)) (-4080 (((-3 $ "failed") $) 111)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-2106 (((-940) $) 114)) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-1668 (($ $) 78)) (-3651 (($) 110 T CONST)) (-2409 (($ (-940)) 113)) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) 103)) (-1452 (((-430 $) $) 82)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-1943 (((-3 $ "failed") $ $) 48)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3199 (((-783) $) 64)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 63)) (-3923 (((-3 (-783) "failed") $ $) 88) (((-783) $) 98)) (-4107 (($ $) 109) (($ $ (-783)) 107)) (-1986 (($) 101)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) 104)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74)) (-3346 (((-3 $ "failed") $) 90) (($ $) 105)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 45)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $) 108) (($ $ (-783)) 106)) (-3939 (((-112) $ $) 7)) (-4047 (($ $ $) 73)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75)))
(((-360) (-141)) (T -360))
-((-2846 (*1 *1 *1) (-4 *1 (-360))) (-4098 (*1 *2 *3) (|partial| -12 (-5 *3 (-701 *1)) (-4 *1 (-360)) (-5 *2 (-1286 *1)))) (-3547 (*1 *2) (-12 (-4 *1 (-360)) (-5 *2 (-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))))) (-2201 (*1 *2 *3) (-12 (-4 *1 (-360)) (-5 *3 (-576)) (-5 *2 (-1208 (-938) (-783))))) (-4059 (*1 *1) (-4 *1 (-360))) (-4161 (*1 *1) (-4 *1 (-360))) (-3335 (*1 *2 *1) (-12 (-4 *1 (-360)) (-5 *2 (-112)))) (-3544 (*1 *2 *1) (-12 (-4 *1 (-360)) (-5 *2 (-783)))) (-1991 (*1 *2 *1) (-12 (-4 *1 (-360)) (-5 *2 (-938)))) (-1584 (*1 *2) (-12 (-4 *1 (-360)) (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
-(-13 (-414) (-379) (-1171) (-238) (-10 -8 (-15 -2846 ($ $)) (-15 -4098 ((-3 (-1286 $) "failed") (-701 $))) (-15 -3547 ((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576)))))) (-15 -2201 ((-1208 (-938) (-783)) (-576))) (-15 -4059 ($)) (-15 -4161 ($)) (-15 -3335 ((-112) $)) (-15 -3544 ((-783) $)) (-15 -1991 ((-938) $)) (-15 -1584 ((-3 "prime" "polynomial" "normal" "cyclic")))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-132) . T) ((-146) . T) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-234 $) . T) ((-238) . T) ((-237) . T) ((-248) . T) ((-300) . T) ((-317) . T) ((-374) . T) ((-414) . T) ((-379) . T) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 $) . T) ((-738) . T) ((-937) . T) ((-1070 #0#) . T) ((-1070 $) . T) ((-1075 #0#) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1171) . T) ((-1236) . T) ((-1240) . T))
-((-4002 (((-2 (|:| -4156 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) |#1|) 55)) (-2568 (((-2 (|:| -4156 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|)))) 53)))
-(((-361 |#1| |#2| |#3|) (-10 -7 (-15 -2568 ((-2 (|:| -4156 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))))) (-15 -4002 ((-2 (|:| -4156 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) |#1|))) (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $)))) (-1262 |#1|) (-421 |#1| |#2|)) (T -361))
-((-4002 (*1 *2 *3) (-12 (-4 *3 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $))))) (-4 *4 (-1262 *3)) (-5 *2 (-2 (|:| -4156 (-701 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-701 *3)))) (-5 *1 (-361 *3 *4 *5)) (-4 *5 (-421 *3 *4)))) (-2568 (*1 *2) (-12 (-4 *3 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $))))) (-4 *4 (-1262 *3)) (-5 *2 (-2 (|:| -4156 (-701 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-701 *3)))) (-5 *1 (-361 *3 *4 *5)) (-4 *5 (-421 *3 *4)))))
-(-10 -7 (-15 -2568 ((-2 (|:| -4156 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))))) (-15 -4002 ((-2 (|:| -4156 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) |#1|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-2312 (((-112) $) NIL)) (-2858 (((-783)) NIL)) (-2205 (((-927 |#1|) $) NIL) (($ $ (-938)) NIL (|has| (-927 |#1|) (-379)))) (-2201 (((-1208 (-938) (-783)) (-576)) NIL (|has| (-927 |#1|) (-379)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-2821 (((-783)) NIL)) (-1829 (((-112) $ $) NIL)) (-2093 (((-783)) NIL (|has| (-927 |#1|) (-379)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-927 |#1|) "failed") $) NIL)) (-2857 (((-927 |#1|) $) NIL)) (-2495 (($ (-1286 (-927 |#1|))) NIL)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-927 |#1|) (-379)))) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) NIL (|has| (-927 |#1|) (-379)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4161 (($) NIL (|has| (-927 |#1|) (-379)))) (-3335 (((-112) $) NIL (|has| (-927 |#1|) (-379)))) (-1385 (($ $ (-783)) NIL (-2755 (|has| (-927 |#1|) (-146)) (|has| (-927 |#1|) (-379)))) (($ $) NIL (-2755 (|has| (-927 |#1|) (-146)) (|has| (-927 |#1|) (-379))))) (-4283 (((-112) $) NIL)) (-1991 (((-938) $) NIL (|has| (-927 |#1|) (-379))) (((-845 (-938)) $) NIL (-2755 (|has| (-927 |#1|) (-146)) (|has| (-927 |#1|) (-379))))) (-3612 (((-112) $) NIL)) (-1654 (($) NIL (|has| (-927 |#1|) (-379)))) (-1733 (((-112) $) NIL (|has| (-927 |#1|) (-379)))) (-1650 (((-927 |#1|) $) NIL) (($ $ (-938)) NIL (|has| (-927 |#1|) (-379)))) (-2162 (((-3 $ "failed") $) NIL (|has| (-927 |#1|) (-379)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1499 (((-1191 (-927 |#1|)) $) NIL) (((-1191 $) $ (-938)) NIL (|has| (-927 |#1|) (-379)))) (-4379 (((-938) $) NIL (|has| (-927 |#1|) (-379)))) (-3259 (((-1191 (-927 |#1|)) $) NIL (|has| (-927 |#1|) (-379)))) (-3797 (((-1191 (-927 |#1|)) $) NIL (|has| (-927 |#1|) (-379))) (((-3 (-1191 (-927 |#1|)) "failed") $ $) NIL (|has| (-927 |#1|) (-379)))) (-3922 (($ $ (-1191 (-927 |#1|))) NIL (|has| (-927 |#1|) (-379)))) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL (|has| (-927 |#1|) (-379)) CONST)) (-3222 (($ (-938)) NIL (|has| (-927 |#1|) (-379)))) (-1764 (((-112) $) NIL)) (-1448 (((-1139) $) NIL)) (-1619 (((-1286 (-656 (-2 (|:| -3103 (-927 |#1|)) (|:| -3222 (-1139)))))) NIL)) (-3162 (((-701 (-927 |#1|))) NIL)) (-4126 (($) NIL (|has| (-927 |#1|) (-379)))) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) NIL (|has| (-927 |#1|) (-379)))) (-1827 (((-430 $) $) NIL)) (-1512 (((-845 (-938))) NIL) (((-938)) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-3544 (((-783) $) NIL (|has| (-927 |#1|) (-379))) (((-3 (-783) "failed") $ $) NIL (-2755 (|has| (-927 |#1|) (-146)) (|has| (-927 |#1|) (-379))))) (-2253 (((-135)) NIL)) (-2770 (($ $ (-783)) NIL (|has| (-927 |#1|) (-379))) (($ $) NIL (|has| (-927 |#1|) (-379)))) (-1967 (((-845 (-938)) $) NIL) (((-938) $) NIL)) (-3117 (((-1191 (-927 |#1|))) NIL)) (-4059 (($) NIL (|has| (-927 |#1|) (-379)))) (-1440 (($) NIL (|has| (-927 |#1|) (-379)))) (-2203 (((-1286 (-927 |#1|)) $) NIL) (((-701 (-927 |#1|)) (-1286 $)) NIL)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (|has| (-927 |#1|) (-379)))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-927 |#1|)) NIL)) (-2846 (($ $) NIL (|has| (-927 |#1|) (-379))) (((-3 $ "failed") $) NIL (-2755 (|has| (-927 |#1|) (-146)) (|has| (-927 |#1|) (-379))))) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) NIL) (((-1286 $) (-938)) NIL)) (-4196 (((-112) $ $) NIL)) (-3202 (((-112) $) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-3711 (($ $) NIL (|has| (-927 |#1|) (-379))) (($ $ (-783)) NIL (|has| (-927 |#1|) (-379)))) (-2014 (($ $ (-783)) NIL (|has| (-927 |#1|) (-379))) (($ $) NIL (|has| (-927 |#1|) (-379)))) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ $) NIL) (($ $ (-927 |#1|)) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ (-927 |#1|)) NIL) (($ (-927 |#1|) $) NIL)))
-(((-362 |#1| |#2|) (-13 (-339 (-927 |#1|)) (-10 -7 (-15 -1619 ((-1286 (-656 (-2 (|:| -3103 (-927 |#1|)) (|:| -3222 (-1139))))))) (-15 -3162 ((-701 (-927 |#1|)))) (-15 -2821 ((-783))))) (-938) (-938)) (T -362))
-((-1619 (*1 *2) (-12 (-5 *2 (-1286 (-656 (-2 (|:| -3103 (-927 *3)) (|:| -3222 (-1139)))))) (-5 *1 (-362 *3 *4)) (-14 *3 (-938)) (-14 *4 (-938)))) (-3162 (*1 *2) (-12 (-5 *2 (-701 (-927 *3))) (-5 *1 (-362 *3 *4)) (-14 *3 (-938)) (-14 *4 (-938)))) (-2821 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-362 *3 *4)) (-14 *3 (-938)) (-14 *4 (-938)))))
-(-13 (-339 (-927 |#1|)) (-10 -7 (-15 -1619 ((-1286 (-656 (-2 (|:| -3103 (-927 |#1|)) (|:| -3222 (-1139))))))) (-15 -3162 ((-701 (-927 |#1|)))) (-15 -2821 ((-783)))))
-((-3486 (((-112) $ $) 73)) (-1353 (((-112) $) 88)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-2312 (((-112) $) NIL)) (-2858 (((-783)) NIL)) (-2205 ((|#1| $) 106) (($ $ (-938)) 104 (|has| |#1| (-379)))) (-2201 (((-1208 (-938) (-783)) (-576)) 170 (|has| |#1| (-379)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-2821 (((-783)) 103)) (-1829 (((-112) $ $) NIL)) (-2093 (((-783)) 187 (|has| |#1| (-379)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) 127)) (-2857 ((|#1| $) 105)) (-2495 (($ (-1286 |#1|)) 71)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) 213 (|has| |#1| (-379)))) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) 182 (|has| |#1| (-379)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4161 (($) 171 (|has| |#1| (-379)))) (-3335 (((-112) $) NIL (|has| |#1| (-379)))) (-1385 (($ $ (-783)) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))) (($ $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-4283 (((-112) $) NIL)) (-1991 (((-938) $) NIL (|has| |#1| (-379))) (((-845 (-938)) $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3612 (((-112) $) NIL)) (-1654 (($) 113 (|has| |#1| (-379)))) (-1733 (((-112) $) 200 (|has| |#1| (-379)))) (-1650 ((|#1| $) 108) (($ $ (-938)) 107 (|has| |#1| (-379)))) (-2162 (((-3 $ "failed") $) NIL (|has| |#1| (-379)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1499 (((-1191 |#1|) $) 214) (((-1191 $) $ (-938)) NIL (|has| |#1| (-379)))) (-4379 (((-938) $) 148 (|has| |#1| (-379)))) (-3259 (((-1191 |#1|) $) 87 (|has| |#1| (-379)))) (-3797 (((-1191 |#1|) $) 84 (|has| |#1| (-379))) (((-3 (-1191 |#1|) "failed") $ $) 96 (|has| |#1| (-379)))) (-3922 (($ $ (-1191 |#1|)) 83 (|has| |#1| (-379)))) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 218)) (-3537 (($) NIL (|has| |#1| (-379)) CONST)) (-3222 (($ (-938)) 150 (|has| |#1| (-379)))) (-1764 (((-112) $) 123)) (-1448 (((-1139) $) NIL)) (-1619 (((-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139)))))) 97)) (-3162 (((-701 |#1|)) 101)) (-4126 (($) 110 (|has| |#1| (-379)))) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) 173 (|has| |#1| (-379)))) (-1827 (((-430 $) $) NIL)) (-1512 (((-845 (-938))) NIL) (((-938)) 174)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-3544 (((-783) $) NIL (|has| |#1| (-379))) (((-3 (-783) "failed") $ $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2253 (((-135)) NIL)) (-2770 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-1967 (((-845 (-938)) $) NIL) (((-938) $) 75)) (-3117 (((-1191 |#1|)) 175)) (-4059 (($) 147 (|has| |#1| (-379)))) (-1440 (($) NIL (|has| |#1| (-379)))) (-2203 (((-1286 |#1|) $) 121) (((-701 |#1|) (-1286 $)) NIL)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (|has| |#1| (-379)))) (-3567 (((-874) $) 140) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ |#1|) 70)) (-2846 (($ $) NIL (|has| |#1| (-379))) (((-3 $ "failed") $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2596 (((-783)) 180 T CONST)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) 197) (((-1286 $) (-938)) 116)) (-4196 (((-112) $ $) NIL)) (-3202 (((-112) $) NIL)) (-2716 (($) 186 T CONST)) (-2727 (($) 161 T CONST)) (-3711 (($ $) 122 (|has| |#1| (-379))) (($ $ (-783)) 114 (|has| |#1| (-379)))) (-2014 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-2921 (((-112) $ $) 208)) (-3054 (($ $ $) 119) (($ $ |#1|) 120)) (-3041 (($ $) 202) (($ $ $) 206)) (-3027 (($ $ $) 204)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) 153)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 211) (($ $ $) 164) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 118)))
-(((-363 |#1| |#2|) (-13 (-339 |#1|) (-10 -7 (-15 -1619 ((-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))))) (-15 -3162 ((-701 |#1|))) (-15 -2821 ((-783))))) (-360) (-3 (-1191 |#1|) (-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))))) (T -363))
-((-1619 (*1 *2) (-12 (-5 *2 (-1286 (-656 (-2 (|:| -3103 *3) (|:| -3222 (-1139)))))) (-5 *1 (-363 *3 *4)) (-4 *3 (-360)) (-14 *4 (-3 (-1191 *3) *2)))) (-3162 (*1 *2) (-12 (-5 *2 (-701 *3)) (-5 *1 (-363 *3 *4)) (-4 *3 (-360)) (-14 *4 (-3 (-1191 *3) (-1286 (-656 (-2 (|:| -3103 *3) (|:| -3222 (-1139))))))))) (-2821 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-363 *3 *4)) (-4 *3 (-360)) (-14 *4 (-3 (-1191 *3) (-1286 (-656 (-2 (|:| -3103 *3) (|:| -3222 (-1139))))))))))
-(-13 (-339 |#1|) (-10 -7 (-15 -1619 ((-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))))) (-15 -3162 ((-701 |#1|))) (-15 -2821 ((-783)))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-2312 (((-112) $) NIL)) (-2858 (((-783)) NIL)) (-2205 ((|#1| $) NIL) (($ $ (-938)) NIL (|has| |#1| (-379)))) (-2201 (((-1208 (-938) (-783)) (-576)) NIL (|has| |#1| (-379)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-2821 (((-783)) NIL)) (-1829 (((-112) $ $) NIL)) (-2093 (((-783)) NIL (|has| |#1| (-379)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) NIL)) (-2857 ((|#1| $) NIL)) (-2495 (($ (-1286 |#1|)) NIL)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-379)))) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) NIL (|has| |#1| (-379)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4161 (($) NIL (|has| |#1| (-379)))) (-3335 (((-112) $) NIL (|has| |#1| (-379)))) (-1385 (($ $ (-783)) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))) (($ $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-4283 (((-112) $) NIL)) (-1991 (((-938) $) NIL (|has| |#1| (-379))) (((-845 (-938)) $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3612 (((-112) $) NIL)) (-1654 (($) NIL (|has| |#1| (-379)))) (-1733 (((-112) $) NIL (|has| |#1| (-379)))) (-1650 ((|#1| $) NIL) (($ $ (-938)) NIL (|has| |#1| (-379)))) (-2162 (((-3 $ "failed") $) NIL (|has| |#1| (-379)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1499 (((-1191 |#1|) $) NIL) (((-1191 $) $ (-938)) NIL (|has| |#1| (-379)))) (-4379 (((-938) $) NIL (|has| |#1| (-379)))) (-3259 (((-1191 |#1|) $) NIL (|has| |#1| (-379)))) (-3797 (((-1191 |#1|) $) NIL (|has| |#1| (-379))) (((-3 (-1191 |#1|) "failed") $ $) NIL (|has| |#1| (-379)))) (-3922 (($ $ (-1191 |#1|)) NIL (|has| |#1| (-379)))) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL (|has| |#1| (-379)) CONST)) (-3222 (($ (-938)) NIL (|has| |#1| (-379)))) (-1764 (((-112) $) NIL)) (-1448 (((-1139) $) NIL)) (-1619 (((-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139)))))) NIL)) (-3162 (((-701 |#1|)) NIL)) (-4126 (($) NIL (|has| |#1| (-379)))) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) NIL (|has| |#1| (-379)))) (-1827 (((-430 $) $) NIL)) (-1512 (((-845 (-938))) NIL) (((-938)) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-3544 (((-783) $) NIL (|has| |#1| (-379))) (((-3 (-783) "failed") $ $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2253 (((-135)) NIL)) (-2770 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-1967 (((-845 (-938)) $) NIL) (((-938) $) NIL)) (-3117 (((-1191 |#1|)) NIL)) (-4059 (($) NIL (|has| |#1| (-379)))) (-1440 (($) NIL (|has| |#1| (-379)))) (-2203 (((-1286 |#1|) $) NIL) (((-701 |#1|) (-1286 $)) NIL)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (|has| |#1| (-379)))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ |#1|) NIL)) (-2846 (($ $) NIL (|has| |#1| (-379))) (((-3 $ "failed") $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) NIL) (((-1286 $) (-938)) NIL)) (-4196 (((-112) $ $) NIL)) (-3202 (((-112) $) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-3711 (($ $) NIL (|has| |#1| (-379))) (($ $ (-783)) NIL (|has| |#1| (-379)))) (-2014 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ $) NIL) (($ $ |#1|) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-364 |#1| |#2|) (-13 (-339 |#1|) (-10 -7 (-15 -1619 ((-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))))) (-15 -3162 ((-701 |#1|))) (-15 -2821 ((-783))))) (-360) (-938)) (T -364))
-((-1619 (*1 *2) (-12 (-5 *2 (-1286 (-656 (-2 (|:| -3103 *3) (|:| -3222 (-1139)))))) (-5 *1 (-364 *3 *4)) (-4 *3 (-360)) (-14 *4 (-938)))) (-3162 (*1 *2) (-12 (-5 *2 (-701 *3)) (-5 *1 (-364 *3 *4)) (-4 *3 (-360)) (-14 *4 (-938)))) (-2821 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-364 *3 *4)) (-4 *3 (-360)) (-14 *4 (-938)))))
-(-13 (-339 |#1|) (-10 -7 (-15 -1619 ((-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))))) (-15 -3162 ((-701 |#1|))) (-15 -2821 ((-783)))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-2312 (((-112) $) NIL)) (-2858 (((-783)) NIL)) (-2205 (((-927 |#1|) $) NIL) (($ $ (-938)) NIL (|has| (-927 |#1|) (-379)))) (-2201 (((-1208 (-938) (-783)) (-576)) NIL (|has| (-927 |#1|) (-379)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1829 (((-112) $ $) NIL)) (-2093 (((-783)) NIL (|has| (-927 |#1|) (-379)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-927 |#1|) "failed") $) NIL)) (-2857 (((-927 |#1|) $) NIL)) (-2495 (($ (-1286 (-927 |#1|))) NIL)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-927 |#1|) (-379)))) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) NIL (|has| (-927 |#1|) (-379)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4161 (($) NIL (|has| (-927 |#1|) (-379)))) (-3335 (((-112) $) NIL (|has| (-927 |#1|) (-379)))) (-1385 (($ $ (-783)) NIL (-2755 (|has| (-927 |#1|) (-146)) (|has| (-927 |#1|) (-379)))) (($ $) NIL (-2755 (|has| (-927 |#1|) (-146)) (|has| (-927 |#1|) (-379))))) (-4283 (((-112) $) NIL)) (-1991 (((-938) $) NIL (|has| (-927 |#1|) (-379))) (((-845 (-938)) $) NIL (-2755 (|has| (-927 |#1|) (-146)) (|has| (-927 |#1|) (-379))))) (-3612 (((-112) $) NIL)) (-1654 (($) NIL (|has| (-927 |#1|) (-379)))) (-1733 (((-112) $) NIL (|has| (-927 |#1|) (-379)))) (-1650 (((-927 |#1|) $) NIL) (($ $ (-938)) NIL (|has| (-927 |#1|) (-379)))) (-2162 (((-3 $ "failed") $) NIL (|has| (-927 |#1|) (-379)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1499 (((-1191 (-927 |#1|)) $) NIL) (((-1191 $) $ (-938)) NIL (|has| (-927 |#1|) (-379)))) (-4379 (((-938) $) NIL (|has| (-927 |#1|) (-379)))) (-3259 (((-1191 (-927 |#1|)) $) NIL (|has| (-927 |#1|) (-379)))) (-3797 (((-1191 (-927 |#1|)) $) NIL (|has| (-927 |#1|) (-379))) (((-3 (-1191 (-927 |#1|)) "failed") $ $) NIL (|has| (-927 |#1|) (-379)))) (-3922 (($ $ (-1191 (-927 |#1|))) NIL (|has| (-927 |#1|) (-379)))) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL (|has| (-927 |#1|) (-379)) CONST)) (-3222 (($ (-938)) NIL (|has| (-927 |#1|) (-379)))) (-1764 (((-112) $) NIL)) (-1448 (((-1139) $) NIL)) (-4126 (($) NIL (|has| (-927 |#1|) (-379)))) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) NIL (|has| (-927 |#1|) (-379)))) (-1827 (((-430 $) $) NIL)) (-1512 (((-845 (-938))) NIL) (((-938)) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-3544 (((-783) $) NIL (|has| (-927 |#1|) (-379))) (((-3 (-783) "failed") $ $) NIL (-2755 (|has| (-927 |#1|) (-146)) (|has| (-927 |#1|) (-379))))) (-2253 (((-135)) NIL)) (-2770 (($ $ (-783)) NIL (|has| (-927 |#1|) (-379))) (($ $) NIL (|has| (-927 |#1|) (-379)))) (-1967 (((-845 (-938)) $) NIL) (((-938) $) NIL)) (-3117 (((-1191 (-927 |#1|))) NIL)) (-4059 (($) NIL (|has| (-927 |#1|) (-379)))) (-1440 (($) NIL (|has| (-927 |#1|) (-379)))) (-2203 (((-1286 (-927 |#1|)) $) NIL) (((-701 (-927 |#1|)) (-1286 $)) NIL)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (|has| (-927 |#1|) (-379)))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-927 |#1|)) NIL)) (-2846 (($ $) NIL (|has| (-927 |#1|) (-379))) (((-3 $ "failed") $) NIL (-2755 (|has| (-927 |#1|) (-146)) (|has| (-927 |#1|) (-379))))) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) NIL) (((-1286 $) (-938)) NIL)) (-4196 (((-112) $ $) NIL)) (-3202 (((-112) $) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-3711 (($ $) NIL (|has| (-927 |#1|) (-379))) (($ $ (-783)) NIL (|has| (-927 |#1|) (-379)))) (-2014 (($ $ (-783)) NIL (|has| (-927 |#1|) (-379))) (($ $) NIL (|has| (-927 |#1|) (-379)))) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ $) NIL) (($ $ (-927 |#1|)) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ (-927 |#1|)) NIL) (($ (-927 |#1|) $) NIL)))
-(((-365 |#1| |#2|) (-339 (-927 |#1|)) (-938) (-938)) (T -365))
-NIL
-(-339 (-927 |#1|))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-2312 (((-112) $) NIL)) (-2858 (((-783)) NIL)) (-2205 ((|#1| $) NIL) (($ $ (-938)) NIL (|has| |#1| (-379)))) (-2201 (((-1208 (-938) (-783)) (-576)) 129 (|has| |#1| (-379)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1829 (((-112) $ $) NIL)) (-2093 (((-783)) 155 (|has| |#1| (-379)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) 103)) (-2857 ((|#1| $) 100)) (-2495 (($ (-1286 |#1|)) 95)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) 126 (|has| |#1| (-379)))) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) 92 (|has| |#1| (-379)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4161 (($) 51 (|has| |#1| (-379)))) (-3335 (((-112) $) NIL (|has| |#1| (-379)))) (-1385 (($ $ (-783)) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))) (($ $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-4283 (((-112) $) NIL)) (-1991 (((-938) $) NIL (|has| |#1| (-379))) (((-845 (-938)) $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3612 (((-112) $) NIL)) (-1654 (($) 130 (|has| |#1| (-379)))) (-1733 (((-112) $) 84 (|has| |#1| (-379)))) (-1650 ((|#1| $) 47) (($ $ (-938)) 52 (|has| |#1| (-379)))) (-2162 (((-3 $ "failed") $) NIL (|has| |#1| (-379)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1499 (((-1191 |#1|) $) 75) (((-1191 $) $ (-938)) NIL (|has| |#1| (-379)))) (-4379 (((-938) $) 107 (|has| |#1| (-379)))) (-3259 (((-1191 |#1|) $) NIL (|has| |#1| (-379)))) (-3797 (((-1191 |#1|) $) NIL (|has| |#1| (-379))) (((-3 (-1191 |#1|) "failed") $ $) NIL (|has| |#1| (-379)))) (-3922 (($ $ (-1191 |#1|)) NIL (|has| |#1| (-379)))) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL (|has| |#1| (-379)) CONST)) (-3222 (($ (-938)) 105 (|has| |#1| (-379)))) (-1764 (((-112) $) 157)) (-1448 (((-1139) $) NIL)) (-4126 (($) 44 (|has| |#1| (-379)))) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) 124 (|has| |#1| (-379)))) (-1827 (((-430 $) $) NIL)) (-1512 (((-845 (-938))) NIL) (((-938)) 154)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-3544 (((-783) $) NIL (|has| |#1| (-379))) (((-3 (-783) "failed") $ $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2253 (((-135)) NIL)) (-2770 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-1967 (((-845 (-938)) $) NIL) (((-938) $) 67)) (-3117 (((-1191 |#1|)) 98)) (-4059 (($) 135 (|has| |#1| (-379)))) (-1440 (($) NIL (|has| |#1| (-379)))) (-2203 (((-1286 |#1|) $) 63) (((-701 |#1|) (-1286 $)) NIL)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (|has| |#1| (-379)))) (-3567 (((-874) $) 153) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ |#1|) 97)) (-2846 (($ $) NIL (|has| |#1| (-379))) (((-3 $ "failed") $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2596 (((-783)) 159 T CONST)) (-1540 (((-112) $ $) 161)) (-4156 (((-1286 $)) 119) (((-1286 $) (-938)) 58)) (-4196 (((-112) $ $) NIL)) (-3202 (((-112) $) NIL)) (-2716 (($) 121 T CONST)) (-2727 (($) 40 T CONST)) (-3711 (($ $) 78 (|has| |#1| (-379))) (($ $ (-783)) NIL (|has| |#1| (-379)))) (-2014 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-2921 (((-112) $ $) 117)) (-3054 (($ $ $) 109) (($ $ |#1|) 110)) (-3041 (($ $) 90) (($ $ $) 115)) (-3027 (($ $ $) 113)) (** (($ $ (-938)) NIL) (($ $ (-783)) 53) (($ $ (-576)) 138)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 88) (($ $ $) 65) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 86)))
-(((-366 |#1| |#2|) (-339 |#1|) (-360) (-1191 |#1|)) (T -366))
+((-3346 (*1 *1 *1) (-4 *1 (-360))) (-2401 (*1 *2 *3) (|partial| -12 (-5 *3 (-701 *1)) (-4 *1 (-360)) (-5 *2 (-1288 *1)))) (-3957 (*1 *2) (-12 (-4 *1 (-360)) (-5 *2 (-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))))) (-3197 (*1 *2 *3) (-12 (-4 *1 (-360)) (-5 *3 (-576)) (-5 *2 (-1210 (-940) (-783))))) (-1986 (*1 *1) (-4 *1 (-360))) (-1766 (*1 *1) (-4 *1 (-360))) (-2430 (*1 *2 *1) (-12 (-4 *1 (-360)) (-5 *2 (-112)))) (-3923 (*1 *2 *1) (-12 (-4 *1 (-360)) (-5 *2 (-783)))) (-1760 (*1 *2 *1) (-12 (-4 *1 (-360)) (-5 *2 (-940)))) (-3462 (*1 *2) (-12 (-4 *1 (-360)) (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
+(-13 (-414) (-379) (-1173) (-238) (-10 -8 (-15 -3346 ($ $)) (-15 -2401 ((-3 (-1288 $) "failed") (-701 $))) (-15 -3957 ((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576)))))) (-15 -3197 ((-1210 (-940) (-783)) (-576))) (-15 -1986 ($)) (-15 -1766 ($)) (-15 -2430 ((-112) $)) (-15 -3923 ((-783) $)) (-15 -1760 ((-940) $)) (-15 -3462 ((-3 "prime" "polynomial" "normal" "cyclic")))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-132) . T) ((-146) . T) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-234 $) . T) ((-238) . T) ((-237) . T) ((-248) . T) ((-300) . T) ((-317) . T) ((-374) . T) ((-414) . T) ((-379) . T) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 $) . T) ((-738) . T) ((-939) . T) ((-1072 #0#) . T) ((-1072 $) . T) ((-1077 #0#) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1173) . T) ((-1238) . T) ((-1242) . T))
+((-2757 (((-2 (|:| -1726 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) |#1|) 55)) (-2570 (((-2 (|:| -1726 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|)))) 53)))
+(((-361 |#1| |#2| |#3|) (-10 -7 (-15 -2570 ((-2 (|:| -1726 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))))) (-15 -2757 ((-2 (|:| -1726 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) |#1|))) (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $)))) (-1264 |#1|) (-421 |#1| |#2|)) (T -361))
+((-2757 (*1 *2 *3) (-12 (-4 *3 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $))))) (-4 *4 (-1264 *3)) (-5 *2 (-2 (|:| -1726 (-701 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-701 *3)))) (-5 *1 (-361 *3 *4 *5)) (-4 *5 (-421 *3 *4)))) (-2570 (*1 *2) (-12 (-4 *3 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $))))) (-4 *4 (-1264 *3)) (-5 *2 (-2 (|:| -1726 (-701 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-701 *3)))) (-5 *1 (-361 *3 *4 *5)) (-4 *5 (-421 *3 *4)))))
+(-10 -7 (-15 -2570 ((-2 (|:| -1726 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))))) (-15 -2757 ((-2 (|:| -1726 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) |#1|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-1802 (((-112) $) NIL)) (-3454 (((-783)) NIL)) (-3832 (((-929 |#1|) $) NIL) (($ $ (-940)) NIL (|has| (-929 |#1|) (-379)))) (-3197 (((-1210 (-940) (-783)) (-576)) NIL (|has| (-929 |#1|) (-379)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4310 (((-783)) NIL)) (-4064 (((-112) $ $) NIL)) (-2200 (((-783)) NIL (|has| (-929 |#1|) (-379)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-929 |#1|) "failed") $) NIL)) (-2318 (((-929 |#1|) $) NIL)) (-3093 (($ (-1288 (-929 |#1|))) NIL)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-929 |#1|) (-379)))) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) NIL (|has| (-929 |#1|) (-379)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-1766 (($) NIL (|has| (-929 |#1|) (-379)))) (-2430 (((-112) $) NIL (|has| (-929 |#1|) (-379)))) (-2566 (($ $ (-783)) NIL (-3795 (|has| (-929 |#1|) (-146)) (|has| (-929 |#1|) (-379)))) (($ $) NIL (-3795 (|has| (-929 |#1|) (-146)) (|has| (-929 |#1|) (-379))))) (-3742 (((-112) $) NIL)) (-1760 (((-940) $) NIL (|has| (-929 |#1|) (-379))) (((-845 (-940)) $) NIL (-3795 (|has| (-929 |#1|) (-146)) (|has| (-929 |#1|) (-379))))) (-3315 (((-112) $) NIL)) (-2878 (($) NIL (|has| (-929 |#1|) (-379)))) (-4320 (((-112) $) NIL (|has| (-929 |#1|) (-379)))) (-2828 (((-929 |#1|) $) NIL) (($ $ (-940)) NIL (|has| (-929 |#1|) (-379)))) (-4080 (((-3 $ "failed") $) NIL (|has| (-929 |#1|) (-379)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3817 (((-1193 (-929 |#1|)) $) NIL) (((-1193 $) $ (-940)) NIL (|has| (-929 |#1|) (-379)))) (-2106 (((-940) $) NIL (|has| (-929 |#1|) (-379)))) (-4200 (((-1193 (-929 |#1|)) $) NIL (|has| (-929 |#1|) (-379)))) (-1446 (((-1193 (-929 |#1|)) $) NIL (|has| (-929 |#1|) (-379))) (((-3 (-1193 (-929 |#1|)) "failed") $ $) NIL (|has| (-929 |#1|) (-379)))) (-3335 (($ $ (-1193 (-929 |#1|))) NIL (|has| (-929 |#1|) (-379)))) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL (|has| (-929 |#1|) (-379)) CONST)) (-2409 (($ (-940)) NIL (|has| (-929 |#1|) (-379)))) (-1472 (((-112) $) NIL)) (-3117 (((-1141) $) NIL)) (-2503 (((-1288 (-656 (-2 (|:| -1688 (-929 |#1|)) (|:| -2409 (-1141)))))) NIL)) (-4397 (((-701 (-929 |#1|))) NIL)) (-2549 (($) NIL (|has| (-929 |#1|) (-379)))) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) NIL (|has| (-929 |#1|) (-379)))) (-1452 (((-430 $) $) NIL)) (-3963 (((-845 (-940))) NIL) (((-940)) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-3923 (((-783) $) NIL (|has| (-929 |#1|) (-379))) (((-3 (-783) "failed") $ $) NIL (-3795 (|has| (-929 |#1|) (-146)) (|has| (-929 |#1|) (-379))))) (-2435 (((-135)) NIL)) (-4107 (($ $ (-783)) NIL (|has| (-929 |#1|) (-379))) (($ $) NIL (|has| (-929 |#1|) (-379)))) (-2786 (((-845 (-940)) $) NIL) (((-940) $) NIL)) (-2030 (((-1193 (-929 |#1|))) NIL)) (-1986 (($) NIL (|has| (-929 |#1|) (-379)))) (-2998 (($) NIL (|has| (-929 |#1|) (-379)))) (-3219 (((-1288 (-929 |#1|)) $) NIL) (((-701 (-929 |#1|)) (-1288 $)) NIL)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (|has| (-929 |#1|) (-379)))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-929 |#1|)) NIL)) (-3346 (($ $) NIL (|has| (-929 |#1|) (-379))) (((-3 $ "failed") $) NIL (-3795 (|has| (-929 |#1|) (-146)) (|has| (-929 |#1|) (-379))))) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) NIL) (((-1288 $) (-940)) NIL)) (-4095 (((-112) $ $) NIL)) (-1649 (((-112) $) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3032 (($ $) NIL (|has| (-929 |#1|) (-379))) (($ $ (-783)) NIL (|has| (-929 |#1|) (-379)))) (-3157 (($ $ (-783)) NIL (|has| (-929 |#1|) (-379))) (($ $) NIL (|has| (-929 |#1|) (-379)))) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ $) NIL) (($ $ (-929 |#1|)) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ (-929 |#1|)) NIL) (($ (-929 |#1|) $) NIL)))
+(((-362 |#1| |#2|) (-13 (-339 (-929 |#1|)) (-10 -7 (-15 -2503 ((-1288 (-656 (-2 (|:| -1688 (-929 |#1|)) (|:| -2409 (-1141))))))) (-15 -4397 ((-701 (-929 |#1|)))) (-15 -4310 ((-783))))) (-940) (-940)) (T -362))
+((-2503 (*1 *2) (-12 (-5 *2 (-1288 (-656 (-2 (|:| -1688 (-929 *3)) (|:| -2409 (-1141)))))) (-5 *1 (-362 *3 *4)) (-14 *3 (-940)) (-14 *4 (-940)))) (-4397 (*1 *2) (-12 (-5 *2 (-701 (-929 *3))) (-5 *1 (-362 *3 *4)) (-14 *3 (-940)) (-14 *4 (-940)))) (-4310 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-362 *3 *4)) (-14 *3 (-940)) (-14 *4 (-940)))))
+(-13 (-339 (-929 |#1|)) (-10 -7 (-15 -2503 ((-1288 (-656 (-2 (|:| -1688 (-929 |#1|)) (|:| -2409 (-1141))))))) (-15 -4397 ((-701 (-929 |#1|)))) (-15 -4310 ((-783)))))
+((-1955 (((-112) $ $) 73)) (-2604 (((-112) $) 88)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-1802 (((-112) $) NIL)) (-3454 (((-783)) NIL)) (-3832 ((|#1| $) 106) (($ $ (-940)) 104 (|has| |#1| (-379)))) (-3197 (((-1210 (-940) (-783)) (-576)) 170 (|has| |#1| (-379)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4310 (((-783)) 103)) (-4064 (((-112) $ $) NIL)) (-2200 (((-783)) 187 (|has| |#1| (-379)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) 127)) (-2318 ((|#1| $) 105)) (-3093 (($ (-1288 |#1|)) 71)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) 213 (|has| |#1| (-379)))) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) 182 (|has| |#1| (-379)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-1766 (($) 171 (|has| |#1| (-379)))) (-2430 (((-112) $) NIL (|has| |#1| (-379)))) (-2566 (($ $ (-783)) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))) (($ $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3742 (((-112) $) NIL)) (-1760 (((-940) $) NIL (|has| |#1| (-379))) (((-845 (-940)) $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3315 (((-112) $) NIL)) (-2878 (($) 113 (|has| |#1| (-379)))) (-4320 (((-112) $) 200 (|has| |#1| (-379)))) (-2828 ((|#1| $) 108) (($ $ (-940)) 107 (|has| |#1| (-379)))) (-4080 (((-3 $ "failed") $) NIL (|has| |#1| (-379)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3817 (((-1193 |#1|) $) 214) (((-1193 $) $ (-940)) NIL (|has| |#1| (-379)))) (-2106 (((-940) $) 148 (|has| |#1| (-379)))) (-4200 (((-1193 |#1|) $) 87 (|has| |#1| (-379)))) (-1446 (((-1193 |#1|) $) 84 (|has| |#1| (-379))) (((-3 (-1193 |#1|) "failed") $ $) 96 (|has| |#1| (-379)))) (-3335 (($ $ (-1193 |#1|)) 83 (|has| |#1| (-379)))) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 218)) (-3651 (($) NIL (|has| |#1| (-379)) CONST)) (-2409 (($ (-940)) 150 (|has| |#1| (-379)))) (-1472 (((-112) $) 123)) (-3117 (((-1141) $) NIL)) (-2503 (((-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141)))))) 97)) (-4397 (((-701 |#1|)) 101)) (-2549 (($) 110 (|has| |#1| (-379)))) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) 173 (|has| |#1| (-379)))) (-1452 (((-430 $) $) NIL)) (-3963 (((-845 (-940))) NIL) (((-940)) 174)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-3923 (((-783) $) NIL (|has| |#1| (-379))) (((-3 (-783) "failed") $ $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2435 (((-135)) NIL)) (-4107 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-2786 (((-845 (-940)) $) NIL) (((-940) $) 75)) (-2030 (((-1193 |#1|)) 175)) (-1986 (($) 147 (|has| |#1| (-379)))) (-2998 (($) NIL (|has| |#1| (-379)))) (-3219 (((-1288 |#1|) $) 121) (((-701 |#1|) (-1288 $)) NIL)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (|has| |#1| (-379)))) (-4114 (((-876) $) 140) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ |#1|) 70)) (-3346 (($ $) NIL (|has| |#1| (-379))) (((-3 $ "failed") $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2864 (((-783)) 180 T CONST)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) 197) (((-1288 $) (-940)) 116)) (-4095 (((-112) $ $) NIL)) (-1649 (((-112) $) NIL)) (-4312 (($) 186 T CONST)) (-4322 (($) 161 T CONST)) (-3032 (($ $) 122 (|has| |#1| (-379))) (($ $ (-783)) 114 (|has| |#1| (-379)))) (-3157 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-3939 (((-112) $ $) 208)) (-4047 (($ $ $) 119) (($ $ |#1|) 120)) (-4037 (($ $) 202) (($ $ $) 206)) (-4027 (($ $ $) 204)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) 153)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 211) (($ $ $) 164) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 118)))
+(((-363 |#1| |#2|) (-13 (-339 |#1|) (-10 -7 (-15 -2503 ((-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))))) (-15 -4397 ((-701 |#1|))) (-15 -4310 ((-783))))) (-360) (-3 (-1193 |#1|) (-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))))) (T -363))
+((-2503 (*1 *2) (-12 (-5 *2 (-1288 (-656 (-2 (|:| -1688 *3) (|:| -2409 (-1141)))))) (-5 *1 (-363 *3 *4)) (-4 *3 (-360)) (-14 *4 (-3 (-1193 *3) *2)))) (-4397 (*1 *2) (-12 (-5 *2 (-701 *3)) (-5 *1 (-363 *3 *4)) (-4 *3 (-360)) (-14 *4 (-3 (-1193 *3) (-1288 (-656 (-2 (|:| -1688 *3) (|:| -2409 (-1141))))))))) (-4310 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-363 *3 *4)) (-4 *3 (-360)) (-14 *4 (-3 (-1193 *3) (-1288 (-656 (-2 (|:| -1688 *3) (|:| -2409 (-1141))))))))))
+(-13 (-339 |#1|) (-10 -7 (-15 -2503 ((-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))))) (-15 -4397 ((-701 |#1|))) (-15 -4310 ((-783)))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-1802 (((-112) $) NIL)) (-3454 (((-783)) NIL)) (-3832 ((|#1| $) NIL) (($ $ (-940)) NIL (|has| |#1| (-379)))) (-3197 (((-1210 (-940) (-783)) (-576)) NIL (|has| |#1| (-379)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4310 (((-783)) NIL)) (-4064 (((-112) $ $) NIL)) (-2200 (((-783)) NIL (|has| |#1| (-379)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) NIL)) (-2318 ((|#1| $) NIL)) (-3093 (($ (-1288 |#1|)) NIL)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-379)))) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) NIL (|has| |#1| (-379)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-1766 (($) NIL (|has| |#1| (-379)))) (-2430 (((-112) $) NIL (|has| |#1| (-379)))) (-2566 (($ $ (-783)) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))) (($ $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3742 (((-112) $) NIL)) (-1760 (((-940) $) NIL (|has| |#1| (-379))) (((-845 (-940)) $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3315 (((-112) $) NIL)) (-2878 (($) NIL (|has| |#1| (-379)))) (-4320 (((-112) $) NIL (|has| |#1| (-379)))) (-2828 ((|#1| $) NIL) (($ $ (-940)) NIL (|has| |#1| (-379)))) (-4080 (((-3 $ "failed") $) NIL (|has| |#1| (-379)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3817 (((-1193 |#1|) $) NIL) (((-1193 $) $ (-940)) NIL (|has| |#1| (-379)))) (-2106 (((-940) $) NIL (|has| |#1| (-379)))) (-4200 (((-1193 |#1|) $) NIL (|has| |#1| (-379)))) (-1446 (((-1193 |#1|) $) NIL (|has| |#1| (-379))) (((-3 (-1193 |#1|) "failed") $ $) NIL (|has| |#1| (-379)))) (-3335 (($ $ (-1193 |#1|)) NIL (|has| |#1| (-379)))) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL (|has| |#1| (-379)) CONST)) (-2409 (($ (-940)) NIL (|has| |#1| (-379)))) (-1472 (((-112) $) NIL)) (-3117 (((-1141) $) NIL)) (-2503 (((-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141)))))) NIL)) (-4397 (((-701 |#1|)) NIL)) (-2549 (($) NIL (|has| |#1| (-379)))) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) NIL (|has| |#1| (-379)))) (-1452 (((-430 $) $) NIL)) (-3963 (((-845 (-940))) NIL) (((-940)) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-3923 (((-783) $) NIL (|has| |#1| (-379))) (((-3 (-783) "failed") $ $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2435 (((-135)) NIL)) (-4107 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-2786 (((-845 (-940)) $) NIL) (((-940) $) NIL)) (-2030 (((-1193 |#1|)) NIL)) (-1986 (($) NIL (|has| |#1| (-379)))) (-2998 (($) NIL (|has| |#1| (-379)))) (-3219 (((-1288 |#1|) $) NIL) (((-701 |#1|) (-1288 $)) NIL)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (|has| |#1| (-379)))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ |#1|) NIL)) (-3346 (($ $) NIL (|has| |#1| (-379))) (((-3 $ "failed") $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) NIL) (((-1288 $) (-940)) NIL)) (-4095 (((-112) $ $) NIL)) (-1649 (((-112) $) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3032 (($ $) NIL (|has| |#1| (-379))) (($ $ (-783)) NIL (|has| |#1| (-379)))) (-3157 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ $) NIL) (($ $ |#1|) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-364 |#1| |#2|) (-13 (-339 |#1|) (-10 -7 (-15 -2503 ((-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))))) (-15 -4397 ((-701 |#1|))) (-15 -4310 ((-783))))) (-360) (-940)) (T -364))
+((-2503 (*1 *2) (-12 (-5 *2 (-1288 (-656 (-2 (|:| -1688 *3) (|:| -2409 (-1141)))))) (-5 *1 (-364 *3 *4)) (-4 *3 (-360)) (-14 *4 (-940)))) (-4397 (*1 *2) (-12 (-5 *2 (-701 *3)) (-5 *1 (-364 *3 *4)) (-4 *3 (-360)) (-14 *4 (-940)))) (-4310 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-364 *3 *4)) (-4 *3 (-360)) (-14 *4 (-940)))))
+(-13 (-339 |#1|) (-10 -7 (-15 -2503 ((-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))))) (-15 -4397 ((-701 |#1|))) (-15 -4310 ((-783)))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-1802 (((-112) $) NIL)) (-3454 (((-783)) NIL)) (-3832 (((-929 |#1|) $) NIL) (($ $ (-940)) NIL (|has| (-929 |#1|) (-379)))) (-3197 (((-1210 (-940) (-783)) (-576)) NIL (|has| (-929 |#1|) (-379)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4064 (((-112) $ $) NIL)) (-2200 (((-783)) NIL (|has| (-929 |#1|) (-379)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-929 |#1|) "failed") $) NIL)) (-2318 (((-929 |#1|) $) NIL)) (-3093 (($ (-1288 (-929 |#1|))) NIL)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-929 |#1|) (-379)))) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) NIL (|has| (-929 |#1|) (-379)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-1766 (($) NIL (|has| (-929 |#1|) (-379)))) (-2430 (((-112) $) NIL (|has| (-929 |#1|) (-379)))) (-2566 (($ $ (-783)) NIL (-3795 (|has| (-929 |#1|) (-146)) (|has| (-929 |#1|) (-379)))) (($ $) NIL (-3795 (|has| (-929 |#1|) (-146)) (|has| (-929 |#1|) (-379))))) (-3742 (((-112) $) NIL)) (-1760 (((-940) $) NIL (|has| (-929 |#1|) (-379))) (((-845 (-940)) $) NIL (-3795 (|has| (-929 |#1|) (-146)) (|has| (-929 |#1|) (-379))))) (-3315 (((-112) $) NIL)) (-2878 (($) NIL (|has| (-929 |#1|) (-379)))) (-4320 (((-112) $) NIL (|has| (-929 |#1|) (-379)))) (-2828 (((-929 |#1|) $) NIL) (($ $ (-940)) NIL (|has| (-929 |#1|) (-379)))) (-4080 (((-3 $ "failed") $) NIL (|has| (-929 |#1|) (-379)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3817 (((-1193 (-929 |#1|)) $) NIL) (((-1193 $) $ (-940)) NIL (|has| (-929 |#1|) (-379)))) (-2106 (((-940) $) NIL (|has| (-929 |#1|) (-379)))) (-4200 (((-1193 (-929 |#1|)) $) NIL (|has| (-929 |#1|) (-379)))) (-1446 (((-1193 (-929 |#1|)) $) NIL (|has| (-929 |#1|) (-379))) (((-3 (-1193 (-929 |#1|)) "failed") $ $) NIL (|has| (-929 |#1|) (-379)))) (-3335 (($ $ (-1193 (-929 |#1|))) NIL (|has| (-929 |#1|) (-379)))) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL (|has| (-929 |#1|) (-379)) CONST)) (-2409 (($ (-940)) NIL (|has| (-929 |#1|) (-379)))) (-1472 (((-112) $) NIL)) (-3117 (((-1141) $) NIL)) (-2549 (($) NIL (|has| (-929 |#1|) (-379)))) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) NIL (|has| (-929 |#1|) (-379)))) (-1452 (((-430 $) $) NIL)) (-3963 (((-845 (-940))) NIL) (((-940)) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-3923 (((-783) $) NIL (|has| (-929 |#1|) (-379))) (((-3 (-783) "failed") $ $) NIL (-3795 (|has| (-929 |#1|) (-146)) (|has| (-929 |#1|) (-379))))) (-2435 (((-135)) NIL)) (-4107 (($ $ (-783)) NIL (|has| (-929 |#1|) (-379))) (($ $) NIL (|has| (-929 |#1|) (-379)))) (-2786 (((-845 (-940)) $) NIL) (((-940) $) NIL)) (-2030 (((-1193 (-929 |#1|))) NIL)) (-1986 (($) NIL (|has| (-929 |#1|) (-379)))) (-2998 (($) NIL (|has| (-929 |#1|) (-379)))) (-3219 (((-1288 (-929 |#1|)) $) NIL) (((-701 (-929 |#1|)) (-1288 $)) NIL)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (|has| (-929 |#1|) (-379)))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-929 |#1|)) NIL)) (-3346 (($ $) NIL (|has| (-929 |#1|) (-379))) (((-3 $ "failed") $) NIL (-3795 (|has| (-929 |#1|) (-146)) (|has| (-929 |#1|) (-379))))) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) NIL) (((-1288 $) (-940)) NIL)) (-4095 (((-112) $ $) NIL)) (-1649 (((-112) $) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3032 (($ $) NIL (|has| (-929 |#1|) (-379))) (($ $ (-783)) NIL (|has| (-929 |#1|) (-379)))) (-3157 (($ $ (-783)) NIL (|has| (-929 |#1|) (-379))) (($ $) NIL (|has| (-929 |#1|) (-379)))) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ $) NIL) (($ $ (-929 |#1|)) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ (-929 |#1|)) NIL) (($ (-929 |#1|) $) NIL)))
+(((-365 |#1| |#2|) (-339 (-929 |#1|)) (-940) (-940)) (T -365))
+NIL
+(-339 (-929 |#1|))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-1802 (((-112) $) NIL)) (-3454 (((-783)) NIL)) (-3832 ((|#1| $) NIL) (($ $ (-940)) NIL (|has| |#1| (-379)))) (-3197 (((-1210 (-940) (-783)) (-576)) 129 (|has| |#1| (-379)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4064 (((-112) $ $) NIL)) (-2200 (((-783)) 155 (|has| |#1| (-379)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) 103)) (-2318 ((|#1| $) 100)) (-3093 (($ (-1288 |#1|)) 95)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) 126 (|has| |#1| (-379)))) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) 92 (|has| |#1| (-379)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-1766 (($) 51 (|has| |#1| (-379)))) (-2430 (((-112) $) NIL (|has| |#1| (-379)))) (-2566 (($ $ (-783)) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))) (($ $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3742 (((-112) $) NIL)) (-1760 (((-940) $) NIL (|has| |#1| (-379))) (((-845 (-940)) $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3315 (((-112) $) NIL)) (-2878 (($) 130 (|has| |#1| (-379)))) (-4320 (((-112) $) 84 (|has| |#1| (-379)))) (-2828 ((|#1| $) 47) (($ $ (-940)) 52 (|has| |#1| (-379)))) (-4080 (((-3 $ "failed") $) NIL (|has| |#1| (-379)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3817 (((-1193 |#1|) $) 75) (((-1193 $) $ (-940)) NIL (|has| |#1| (-379)))) (-2106 (((-940) $) 107 (|has| |#1| (-379)))) (-4200 (((-1193 |#1|) $) NIL (|has| |#1| (-379)))) (-1446 (((-1193 |#1|) $) NIL (|has| |#1| (-379))) (((-3 (-1193 |#1|) "failed") $ $) NIL (|has| |#1| (-379)))) (-3335 (($ $ (-1193 |#1|)) NIL (|has| |#1| (-379)))) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL (|has| |#1| (-379)) CONST)) (-2409 (($ (-940)) 105 (|has| |#1| (-379)))) (-1472 (((-112) $) 157)) (-3117 (((-1141) $) NIL)) (-2549 (($) 44 (|has| |#1| (-379)))) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) 124 (|has| |#1| (-379)))) (-1452 (((-430 $) $) NIL)) (-3963 (((-845 (-940))) NIL) (((-940)) 154)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-3923 (((-783) $) NIL (|has| |#1| (-379))) (((-3 (-783) "failed") $ $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2435 (((-135)) NIL)) (-4107 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-2786 (((-845 (-940)) $) NIL) (((-940) $) 67)) (-2030 (((-1193 |#1|)) 98)) (-1986 (($) 135 (|has| |#1| (-379)))) (-2998 (($) NIL (|has| |#1| (-379)))) (-3219 (((-1288 |#1|) $) 63) (((-701 |#1|) (-1288 $)) NIL)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (|has| |#1| (-379)))) (-4114 (((-876) $) 153) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ |#1|) 97)) (-3346 (($ $) NIL (|has| |#1| (-379))) (((-3 $ "failed") $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2864 (((-783)) 159 T CONST)) (-3000 (((-112) $ $) 161)) (-1726 (((-1288 $)) 119) (((-1288 $) (-940)) 58)) (-4095 (((-112) $ $) NIL)) (-1649 (((-112) $) NIL)) (-4312 (($) 121 T CONST)) (-4322 (($) 40 T CONST)) (-3032 (($ $) 78 (|has| |#1| (-379))) (($ $ (-783)) NIL (|has| |#1| (-379)))) (-3157 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-3939 (((-112) $ $) 117)) (-4047 (($ $ $) 109) (($ $ |#1|) 110)) (-4037 (($ $) 90) (($ $ $) 115)) (-4027 (($ $ $) 113)) (** (($ $ (-940)) NIL) (($ $ (-783)) 53) (($ $ (-576)) 138)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 88) (($ $ $) 65) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 86)))
+(((-366 |#1| |#2|) (-339 |#1|) (-360) (-1193 |#1|)) (T -366))
NIL
(-339 |#1|)
-((-3112 ((|#1| (-1191 |#2|)) 59)))
-(((-367 |#1| |#2|) (-10 -7 (-15 -3112 (|#1| (-1191 |#2|)))) (-13 (-414) (-10 -7 (-15 -3567 (|#1| |#2|)) (-15 -4379 ((-938) |#1|)) (-15 -4156 ((-1286 |#1|) (-938))) (-15 -3711 (|#1| |#1|)))) (-360)) (T -367))
-((-3112 (*1 *2 *3) (-12 (-5 *3 (-1191 *4)) (-4 *4 (-360)) (-4 *2 (-13 (-414) (-10 -7 (-15 -3567 (*2 *4)) (-15 -4379 ((-938) *2)) (-15 -4156 ((-1286 *2) (-938))) (-15 -3711 (*2 *2))))) (-5 *1 (-367 *2 *4)))))
-(-10 -7 (-15 -3112 (|#1| (-1191 |#2|))))
-((-3231 (((-975 (-1191 |#1|)) (-1191 |#1|)) 49)) (-1834 (((-1191 |#1|) (-938) (-938)) 154) (((-1191 |#1|) (-938)) 150)) (-3335 (((-112) (-1191 |#1|)) 107)) (-1476 (((-938) (-938)) 85)) (-2891 (((-938) (-938)) 92)) (-2935 (((-938) (-938)) 83)) (-1733 (((-112) (-1191 |#1|)) 111)) (-2431 (((-3 (-1191 |#1|) "failed") (-1191 |#1|)) 135)) (-1811 (((-3 (-1191 |#1|) "failed") (-1191 |#1|)) 140)) (-3008 (((-3 (-1191 |#1|) "failed") (-1191 |#1|)) 139)) (-3114 (((-3 (-1191 |#1|) "failed") (-1191 |#1|)) 138)) (-4364 (((-3 (-1191 |#1|) "failed") (-1191 |#1|)) 131)) (-2685 (((-1191 |#1|) (-1191 |#1|)) 71)) (-4120 (((-1191 |#1|) (-938)) 145)) (-2006 (((-1191 |#1|) (-938)) 148)) (-2512 (((-1191 |#1|) (-938)) 147)) (-3405 (((-1191 |#1|) (-938)) 146)) (-4186 (((-1191 |#1|) (-938)) 143)))
-(((-368 |#1|) (-10 -7 (-15 -3335 ((-112) (-1191 |#1|))) (-15 -1733 ((-112) (-1191 |#1|))) (-15 -2935 ((-938) (-938))) (-15 -1476 ((-938) (-938))) (-15 -2891 ((-938) (-938))) (-15 -4186 ((-1191 |#1|) (-938))) (-15 -4120 ((-1191 |#1|) (-938))) (-15 -3405 ((-1191 |#1|) (-938))) (-15 -2512 ((-1191 |#1|) (-938))) (-15 -2006 ((-1191 |#1|) (-938))) (-15 -4364 ((-3 (-1191 |#1|) "failed") (-1191 |#1|))) (-15 -2431 ((-3 (-1191 |#1|) "failed") (-1191 |#1|))) (-15 -3114 ((-3 (-1191 |#1|) "failed") (-1191 |#1|))) (-15 -3008 ((-3 (-1191 |#1|) "failed") (-1191 |#1|))) (-15 -1811 ((-3 (-1191 |#1|) "failed") (-1191 |#1|))) (-15 -1834 ((-1191 |#1|) (-938))) (-15 -1834 ((-1191 |#1|) (-938) (-938))) (-15 -2685 ((-1191 |#1|) (-1191 |#1|))) (-15 -3231 ((-975 (-1191 |#1|)) (-1191 |#1|)))) (-360)) (T -368))
-((-3231 (*1 *2 *3) (-12 (-4 *4 (-360)) (-5 *2 (-975 (-1191 *4))) (-5 *1 (-368 *4)) (-5 *3 (-1191 *4)))) (-2685 (*1 *2 *2) (-12 (-5 *2 (-1191 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))) (-1834 (*1 *2 *3 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1191 *4)) (-5 *1 (-368 *4)) (-4 *4 (-360)))) (-1834 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1191 *4)) (-5 *1 (-368 *4)) (-4 *4 (-360)))) (-1811 (*1 *2 *2) (|partial| -12 (-5 *2 (-1191 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))) (-3008 (*1 *2 *2) (|partial| -12 (-5 *2 (-1191 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))) (-3114 (*1 *2 *2) (|partial| -12 (-5 *2 (-1191 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))) (-2431 (*1 *2 *2) (|partial| -12 (-5 *2 (-1191 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))) (-4364 (*1 *2 *2) (|partial| -12 (-5 *2 (-1191 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))) (-2006 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1191 *4)) (-5 *1 (-368 *4)) (-4 *4 (-360)))) (-2512 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1191 *4)) (-5 *1 (-368 *4)) (-4 *4 (-360)))) (-3405 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1191 *4)) (-5 *1 (-368 *4)) (-4 *4 (-360)))) (-4120 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1191 *4)) (-5 *1 (-368 *4)) (-4 *4 (-360)))) (-4186 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1191 *4)) (-5 *1 (-368 *4)) (-4 *4 (-360)))) (-2891 (*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-368 *3)) (-4 *3 (-360)))) (-1476 (*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-368 *3)) (-4 *3 (-360)))) (-2935 (*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-368 *3)) (-4 *3 (-360)))) (-1733 (*1 *2 *3) (-12 (-5 *3 (-1191 *4)) (-4 *4 (-360)) (-5 *2 (-112)) (-5 *1 (-368 *4)))) (-3335 (*1 *2 *3) (-12 (-5 *3 (-1191 *4)) (-4 *4 (-360)) (-5 *2 (-112)) (-5 *1 (-368 *4)))))
-(-10 -7 (-15 -3335 ((-112) (-1191 |#1|))) (-15 -1733 ((-112) (-1191 |#1|))) (-15 -2935 ((-938) (-938))) (-15 -1476 ((-938) (-938))) (-15 -2891 ((-938) (-938))) (-15 -4186 ((-1191 |#1|) (-938))) (-15 -4120 ((-1191 |#1|) (-938))) (-15 -3405 ((-1191 |#1|) (-938))) (-15 -2512 ((-1191 |#1|) (-938))) (-15 -2006 ((-1191 |#1|) (-938))) (-15 -4364 ((-3 (-1191 |#1|) "failed") (-1191 |#1|))) (-15 -2431 ((-3 (-1191 |#1|) "failed") (-1191 |#1|))) (-15 -3114 ((-3 (-1191 |#1|) "failed") (-1191 |#1|))) (-15 -3008 ((-3 (-1191 |#1|) "failed") (-1191 |#1|))) (-15 -1811 ((-3 (-1191 |#1|) "failed") (-1191 |#1|))) (-15 -1834 ((-1191 |#1|) (-938))) (-15 -1834 ((-1191 |#1|) (-938) (-938))) (-15 -2685 ((-1191 |#1|) (-1191 |#1|))) (-15 -3231 ((-975 (-1191 |#1|)) (-1191 |#1|))))
-((-3570 (((-3 (-656 |#3|) "failed") (-656 |#3|) |#3|) 38)))
-(((-369 |#1| |#2| |#3|) (-10 -7 (-15 -3570 ((-3 (-656 |#3|) "failed") (-656 |#3|) |#3|))) (-360) (-1262 |#1|) (-1262 |#2|)) (T -369))
-((-3570 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-656 *3)) (-4 *3 (-1262 *5)) (-4 *5 (-1262 *4)) (-4 *4 (-360)) (-5 *1 (-369 *4 *5 *3)))))
-(-10 -7 (-15 -3570 ((-3 (-656 |#3|) "failed") (-656 |#3|) |#3|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-2312 (((-112) $) NIL)) (-2858 (((-783)) NIL)) (-2205 ((|#1| $) NIL) (($ $ (-938)) NIL (|has| |#1| (-379)))) (-2201 (((-1208 (-938) (-783)) (-576)) NIL (|has| |#1| (-379)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1829 (((-112) $ $) NIL)) (-2093 (((-783)) NIL (|has| |#1| (-379)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) NIL)) (-2857 ((|#1| $) NIL)) (-2495 (($ (-1286 |#1|)) NIL)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-379)))) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) NIL (|has| |#1| (-379)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4161 (($) NIL (|has| |#1| (-379)))) (-3335 (((-112) $) NIL (|has| |#1| (-379)))) (-1385 (($ $ (-783)) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))) (($ $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-4283 (((-112) $) NIL)) (-1991 (((-938) $) NIL (|has| |#1| (-379))) (((-845 (-938)) $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3612 (((-112) $) NIL)) (-1654 (($) NIL (|has| |#1| (-379)))) (-1733 (((-112) $) NIL (|has| |#1| (-379)))) (-1650 ((|#1| $) NIL) (($ $ (-938)) NIL (|has| |#1| (-379)))) (-2162 (((-3 $ "failed") $) NIL (|has| |#1| (-379)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1499 (((-1191 |#1|) $) NIL) (((-1191 $) $ (-938)) NIL (|has| |#1| (-379)))) (-4379 (((-938) $) NIL (|has| |#1| (-379)))) (-3259 (((-1191 |#1|) $) NIL (|has| |#1| (-379)))) (-3797 (((-1191 |#1|) $) NIL (|has| |#1| (-379))) (((-3 (-1191 |#1|) "failed") $ $) NIL (|has| |#1| (-379)))) (-3922 (($ $ (-1191 |#1|)) NIL (|has| |#1| (-379)))) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL (|has| |#1| (-379)) CONST)) (-3222 (($ (-938)) NIL (|has| |#1| (-379)))) (-1764 (((-112) $) NIL)) (-1448 (((-1139) $) NIL)) (-4126 (($) NIL (|has| |#1| (-379)))) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) NIL (|has| |#1| (-379)))) (-1827 (((-430 $) $) NIL)) (-1512 (((-845 (-938))) NIL) (((-938)) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-3544 (((-783) $) NIL (|has| |#1| (-379))) (((-3 (-783) "failed") $ $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2253 (((-135)) NIL)) (-2770 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-1967 (((-845 (-938)) $) NIL) (((-938) $) NIL)) (-3117 (((-1191 |#1|)) NIL)) (-4059 (($) NIL (|has| |#1| (-379)))) (-1440 (($) NIL (|has| |#1| (-379)))) (-2203 (((-1286 |#1|) $) NIL) (((-701 |#1|) (-1286 $)) NIL)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (|has| |#1| (-379)))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ |#1|) NIL)) (-2846 (($ $) NIL (|has| |#1| (-379))) (((-3 $ "failed") $) NIL (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) NIL) (((-1286 $) (-938)) NIL)) (-4196 (((-112) $ $) NIL)) (-3202 (((-112) $) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-3711 (($ $) NIL (|has| |#1| (-379))) (($ $ (-783)) NIL (|has| |#1| (-379)))) (-2014 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ $) NIL) (($ $ |#1|) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-370 |#1| |#2|) (-339 |#1|) (-360) (-938)) (T -370))
+((-1965 ((|#1| (-1193 |#2|)) 59)))
+(((-367 |#1| |#2|) (-10 -7 (-15 -1965 (|#1| (-1193 |#2|)))) (-13 (-414) (-10 -7 (-15 -4114 (|#1| |#2|)) (-15 -2106 ((-940) |#1|)) (-15 -1726 ((-1288 |#1|) (-940))) (-15 -3032 (|#1| |#1|)))) (-360)) (T -367))
+((-1965 (*1 *2 *3) (-12 (-5 *3 (-1193 *4)) (-4 *4 (-360)) (-4 *2 (-13 (-414) (-10 -7 (-15 -4114 (*2 *4)) (-15 -2106 ((-940) *2)) (-15 -1726 ((-1288 *2) (-940))) (-15 -3032 (*2 *2))))) (-5 *1 (-367 *2 *4)))))
+(-10 -7 (-15 -1965 (|#1| (-1193 |#2|))))
+((-3937 (((-977 (-1193 |#1|)) (-1193 |#1|)) 49)) (-4370 (((-1193 |#1|) (-940) (-940)) 154) (((-1193 |#1|) (-940)) 150)) (-2430 (((-112) (-1193 |#1|)) 107)) (-3598 (((-940) (-940)) 85)) (-2483 (((-940) (-940)) 92)) (-2944 (((-940) (-940)) 83)) (-4320 (((-112) (-1193 |#1|)) 111)) (-3708 (((-3 (-1193 |#1|) "failed") (-1193 |#1|)) 135)) (-3891 (((-3 (-1193 |#1|) "failed") (-1193 |#1|)) 140)) (-3544 (((-3 (-1193 |#1|) "failed") (-1193 |#1|)) 139)) (-1990 (((-3 (-1193 |#1|) "failed") (-1193 |#1|)) 138)) (-1945 (((-3 (-1193 |#1|) "failed") (-1193 |#1|)) 131)) (-4329 (((-1193 |#1|) (-1193 |#1|)) 71)) (-1422 (((-1193 |#1|) (-940)) 145)) (-1879 (((-1193 |#1|) (-940)) 148)) (-3276 (((-1193 |#1|) (-940)) 147)) (-1863 (((-1193 |#1|) (-940)) 146)) (-4003 (((-1193 |#1|) (-940)) 143)))
+(((-368 |#1|) (-10 -7 (-15 -2430 ((-112) (-1193 |#1|))) (-15 -4320 ((-112) (-1193 |#1|))) (-15 -2944 ((-940) (-940))) (-15 -3598 ((-940) (-940))) (-15 -2483 ((-940) (-940))) (-15 -4003 ((-1193 |#1|) (-940))) (-15 -1422 ((-1193 |#1|) (-940))) (-15 -1863 ((-1193 |#1|) (-940))) (-15 -3276 ((-1193 |#1|) (-940))) (-15 -1879 ((-1193 |#1|) (-940))) (-15 -1945 ((-3 (-1193 |#1|) "failed") (-1193 |#1|))) (-15 -3708 ((-3 (-1193 |#1|) "failed") (-1193 |#1|))) (-15 -1990 ((-3 (-1193 |#1|) "failed") (-1193 |#1|))) (-15 -3544 ((-3 (-1193 |#1|) "failed") (-1193 |#1|))) (-15 -3891 ((-3 (-1193 |#1|) "failed") (-1193 |#1|))) (-15 -4370 ((-1193 |#1|) (-940))) (-15 -4370 ((-1193 |#1|) (-940) (-940))) (-15 -4329 ((-1193 |#1|) (-1193 |#1|))) (-15 -3937 ((-977 (-1193 |#1|)) (-1193 |#1|)))) (-360)) (T -368))
+((-3937 (*1 *2 *3) (-12 (-4 *4 (-360)) (-5 *2 (-977 (-1193 *4))) (-5 *1 (-368 *4)) (-5 *3 (-1193 *4)))) (-4329 (*1 *2 *2) (-12 (-5 *2 (-1193 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))) (-4370 (*1 *2 *3 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1193 *4)) (-5 *1 (-368 *4)) (-4 *4 (-360)))) (-4370 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1193 *4)) (-5 *1 (-368 *4)) (-4 *4 (-360)))) (-3891 (*1 *2 *2) (|partial| -12 (-5 *2 (-1193 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))) (-3544 (*1 *2 *2) (|partial| -12 (-5 *2 (-1193 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))) (-1990 (*1 *2 *2) (|partial| -12 (-5 *2 (-1193 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))) (-3708 (*1 *2 *2) (|partial| -12 (-5 *2 (-1193 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))) (-1945 (*1 *2 *2) (|partial| -12 (-5 *2 (-1193 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))) (-1879 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1193 *4)) (-5 *1 (-368 *4)) (-4 *4 (-360)))) (-3276 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1193 *4)) (-5 *1 (-368 *4)) (-4 *4 (-360)))) (-1863 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1193 *4)) (-5 *1 (-368 *4)) (-4 *4 (-360)))) (-1422 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1193 *4)) (-5 *1 (-368 *4)) (-4 *4 (-360)))) (-4003 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1193 *4)) (-5 *1 (-368 *4)) (-4 *4 (-360)))) (-2483 (*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-368 *3)) (-4 *3 (-360)))) (-3598 (*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-368 *3)) (-4 *3 (-360)))) (-2944 (*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-368 *3)) (-4 *3 (-360)))) (-4320 (*1 *2 *3) (-12 (-5 *3 (-1193 *4)) (-4 *4 (-360)) (-5 *2 (-112)) (-5 *1 (-368 *4)))) (-2430 (*1 *2 *3) (-12 (-5 *3 (-1193 *4)) (-4 *4 (-360)) (-5 *2 (-112)) (-5 *1 (-368 *4)))))
+(-10 -7 (-15 -2430 ((-112) (-1193 |#1|))) (-15 -4320 ((-112) (-1193 |#1|))) (-15 -2944 ((-940) (-940))) (-15 -3598 ((-940) (-940))) (-15 -2483 ((-940) (-940))) (-15 -4003 ((-1193 |#1|) (-940))) (-15 -1422 ((-1193 |#1|) (-940))) (-15 -1863 ((-1193 |#1|) (-940))) (-15 -3276 ((-1193 |#1|) (-940))) (-15 -1879 ((-1193 |#1|) (-940))) (-15 -1945 ((-3 (-1193 |#1|) "failed") (-1193 |#1|))) (-15 -3708 ((-3 (-1193 |#1|) "failed") (-1193 |#1|))) (-15 -1990 ((-3 (-1193 |#1|) "failed") (-1193 |#1|))) (-15 -3544 ((-3 (-1193 |#1|) "failed") (-1193 |#1|))) (-15 -3891 ((-3 (-1193 |#1|) "failed") (-1193 |#1|))) (-15 -4370 ((-1193 |#1|) (-940))) (-15 -4370 ((-1193 |#1|) (-940) (-940))) (-15 -4329 ((-1193 |#1|) (-1193 |#1|))) (-15 -3937 ((-977 (-1193 |#1|)) (-1193 |#1|))))
+((-4156 (((-3 (-656 |#3|) "failed") (-656 |#3|) |#3|) 38)))
+(((-369 |#1| |#2| |#3|) (-10 -7 (-15 -4156 ((-3 (-656 |#3|) "failed") (-656 |#3|) |#3|))) (-360) (-1264 |#1|) (-1264 |#2|)) (T -369))
+((-4156 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-656 *3)) (-4 *3 (-1264 *5)) (-4 *5 (-1264 *4)) (-4 *4 (-360)) (-5 *1 (-369 *4 *5 *3)))))
+(-10 -7 (-15 -4156 ((-3 (-656 |#3|) "failed") (-656 |#3|) |#3|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-1802 (((-112) $) NIL)) (-3454 (((-783)) NIL)) (-3832 ((|#1| $) NIL) (($ $ (-940)) NIL (|has| |#1| (-379)))) (-3197 (((-1210 (-940) (-783)) (-576)) NIL (|has| |#1| (-379)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4064 (((-112) $ $) NIL)) (-2200 (((-783)) NIL (|has| |#1| (-379)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) NIL)) (-2318 ((|#1| $) NIL)) (-3093 (($ (-1288 |#1|)) NIL)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-379)))) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) NIL (|has| |#1| (-379)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-1766 (($) NIL (|has| |#1| (-379)))) (-2430 (((-112) $) NIL (|has| |#1| (-379)))) (-2566 (($ $ (-783)) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))) (($ $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3742 (((-112) $) NIL)) (-1760 (((-940) $) NIL (|has| |#1| (-379))) (((-845 (-940)) $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3315 (((-112) $) NIL)) (-2878 (($) NIL (|has| |#1| (-379)))) (-4320 (((-112) $) NIL (|has| |#1| (-379)))) (-2828 ((|#1| $) NIL) (($ $ (-940)) NIL (|has| |#1| (-379)))) (-4080 (((-3 $ "failed") $) NIL (|has| |#1| (-379)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3817 (((-1193 |#1|) $) NIL) (((-1193 $) $ (-940)) NIL (|has| |#1| (-379)))) (-2106 (((-940) $) NIL (|has| |#1| (-379)))) (-4200 (((-1193 |#1|) $) NIL (|has| |#1| (-379)))) (-1446 (((-1193 |#1|) $) NIL (|has| |#1| (-379))) (((-3 (-1193 |#1|) "failed") $ $) NIL (|has| |#1| (-379)))) (-3335 (($ $ (-1193 |#1|)) NIL (|has| |#1| (-379)))) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL (|has| |#1| (-379)) CONST)) (-2409 (($ (-940)) NIL (|has| |#1| (-379)))) (-1472 (((-112) $) NIL)) (-3117 (((-1141) $) NIL)) (-2549 (($) NIL (|has| |#1| (-379)))) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) NIL (|has| |#1| (-379)))) (-1452 (((-430 $) $) NIL)) (-3963 (((-845 (-940))) NIL) (((-940)) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-3923 (((-783) $) NIL (|has| |#1| (-379))) (((-3 (-783) "failed") $ $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2435 (((-135)) NIL)) (-4107 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-2786 (((-845 (-940)) $) NIL) (((-940) $) NIL)) (-2030 (((-1193 |#1|)) NIL)) (-1986 (($) NIL (|has| |#1| (-379)))) (-2998 (($) NIL (|has| |#1| (-379)))) (-3219 (((-1288 |#1|) $) NIL) (((-701 |#1|) (-1288 $)) NIL)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (|has| |#1| (-379)))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ |#1|) NIL)) (-3346 (($ $) NIL (|has| |#1| (-379))) (((-3 $ "failed") $) NIL (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) NIL) (((-1288 $) (-940)) NIL)) (-4095 (((-112) $ $) NIL)) (-1649 (((-112) $) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3032 (($ $) NIL (|has| |#1| (-379))) (($ $ (-783)) NIL (|has| |#1| (-379)))) (-3157 (($ $ (-783)) NIL (|has| |#1| (-379))) (($ $) NIL (|has| |#1| (-379)))) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ $) NIL) (($ $ |#1|) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-370 |#1| |#2|) (-339 |#1|) (-360) (-940)) (T -370))
NIL
(-339 |#1|)
-((-4191 (((-112) (-656 (-969 |#1|))) 41)) (-1565 (((-656 (-969 |#1|)) (-656 (-969 |#1|))) 53)) (-3845 (((-3 (-656 (-969 |#1|)) "failed") (-656 (-969 |#1|))) 48)))
-(((-371 |#1| |#2|) (-10 -7 (-15 -4191 ((-112) (-656 (-969 |#1|)))) (-15 -3845 ((-3 (-656 (-969 |#1|)) "failed") (-656 (-969 |#1|)))) (-15 -1565 ((-656 (-969 |#1|)) (-656 (-969 |#1|))))) (-464) (-656 (-1195))) (T -371))
-((-1565 (*1 *2 *2) (-12 (-5 *2 (-656 (-969 *3))) (-4 *3 (-464)) (-5 *1 (-371 *3 *4)) (-14 *4 (-656 (-1195))))) (-3845 (*1 *2 *2) (|partial| -12 (-5 *2 (-656 (-969 *3))) (-4 *3 (-464)) (-5 *1 (-371 *3 *4)) (-14 *4 (-656 (-1195))))) (-4191 (*1 *2 *3) (-12 (-5 *3 (-656 (-969 *4))) (-4 *4 (-464)) (-5 *2 (-112)) (-5 *1 (-371 *4 *5)) (-14 *5 (-656 (-1195))))))
-(-10 -7 (-15 -4191 ((-112) (-656 (-969 |#1|)))) (-15 -3845 ((-3 (-656 (-969 |#1|)) "failed") (-656 (-969 |#1|)))) (-15 -1565 ((-656 (-969 |#1|)) (-656 (-969 |#1|)))))
-((-3486 (((-112) $ $) NIL)) (-2093 (((-783) $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) NIL)) (-2857 ((|#1| $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-3612 (((-112) $) 17)) (-1842 ((|#1| $ (-576)) NIL)) (-3546 (((-576) $ (-576)) NIL)) (-1653 (($ (-1 |#1| |#1|) $) 34)) (-2820 (($ (-1 (-576) (-576)) $) 26)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 28)) (-1448 (((-1139) $) NIL)) (-1840 (((-656 (-2 (|:| |gen| |#1|) (|:| -4101 (-576)))) $) 30)) (-2949 (($ $ $) NIL)) (-3636 (($ $ $) NIL)) (-3567 (((-874) $) 40) (($ |#1|) NIL)) (-1540 (((-112) $ $) NIL)) (-2727 (($) 11 T CONST)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL) (($ |#1| (-576)) 19)) (* (($ $ $) 53) (($ |#1| $) 23) (($ $ |#1|) 21)))
-(((-372 |#1|) (-13 (-485) (-1057 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-576))) (-15 -2093 ((-783) $)) (-15 -3546 ((-576) $ (-576))) (-15 -1842 (|#1| $ (-576))) (-15 -2820 ($ (-1 (-576) (-576)) $)) (-15 -1653 ($ (-1 |#1| |#1|) $)) (-15 -1840 ((-656 (-2 (|:| |gen| |#1|) (|:| -4101 (-576)))) $)))) (-1119)) (T -372))
-((* (*1 *1 *2 *1) (-12 (-5 *1 (-372 *2)) (-4 *2 (-1119)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-372 *2)) (-4 *2 (-1119)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-372 *2)) (-4 *2 (-1119)))) (-2093 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-372 *3)) (-4 *3 (-1119)))) (-3546 (*1 *2 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-372 *3)) (-4 *3 (-1119)))) (-1842 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *1 (-372 *2)) (-4 *2 (-1119)))) (-2820 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-576) (-576))) (-5 *1 (-372 *3)) (-4 *3 (-1119)))) (-1653 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1119)) (-5 *1 (-372 *3)))) (-1840 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -4101 (-576))))) (-5 *1 (-372 *3)) (-4 *3 (-1119)))))
-(-13 (-485) (-1057 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-576))) (-15 -2093 ((-783) $)) (-15 -3546 ((-576) $ (-576))) (-15 -1842 (|#1| $ (-576))) (-15 -2820 ($ (-1 (-576) (-576)) $)) (-15 -1653 ($ (-1 |#1| |#1|) $)) (-15 -1840 ((-656 (-2 (|:| |gen| |#1|) (|:| -4101 (-576)))) $))))
-((-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 13)) (-4380 (($ $) 14)) (-3422 (((-430 $) $) 34)) (-4283 (((-112) $) 30)) (-2045 (($ $) 19)) (-3495 (($ $ $) 25) (($ (-656 $)) NIL)) (-1827 (((-430 $) $) 35)) (-3473 (((-3 $ "failed") $ $) 24)) (-3909 (((-783) $) 28)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 39)) (-4196 (((-112) $ $) 16)) (-3054 (($ $ $) 37)))
-(((-373 |#1|) (-10 -8 (-15 -3054 (|#1| |#1| |#1|)) (-15 -2045 (|#1| |#1|)) (-15 -4283 ((-112) |#1|)) (-15 -3422 ((-430 |#1|) |#1|)) (-15 -1827 ((-430 |#1|) |#1|)) (-15 -3710 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|)) (-15 -3909 ((-783) |#1|)) (-15 -3495 (|#1| (-656 |#1|))) (-15 -3495 (|#1| |#1| |#1|)) (-15 -4196 ((-112) |#1| |#1|)) (-15 -4380 (|#1| |#1|)) (-15 -2501 ((-2 (|:| -2061 |#1|) (|:| -4449 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3473 ((-3 |#1| "failed") |#1| |#1|))) (-374)) (T -373))
-NIL
-(-10 -8 (-15 -3054 (|#1| |#1| |#1|)) (-15 -2045 (|#1| |#1|)) (-15 -4283 ((-112) |#1|)) (-15 -3422 ((-430 |#1|) |#1|)) (-15 -1827 ((-430 |#1|) |#1|)) (-15 -3710 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|)) (-15 -3909 ((-783) |#1|)) (-15 -3495 (|#1| (-656 |#1|))) (-15 -3495 (|#1| |#1| |#1|)) (-15 -4196 ((-112) |#1| |#1|)) (-15 -4380 (|#1| |#1|)) (-15 -2501 ((-2 (|:| -2061 |#1|) (|:| -4449 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3473 ((-3 |#1| "failed") |#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-4299 (((-3 $ "failed") $ $) 20)) (-1415 (($ $) 81)) (-3422 (((-430 $) $) 80)) (-1829 (((-112) $ $) 65)) (-2135 (($) 18 T CONST)) (-3426 (($ $ $) 61)) (-2251 (((-3 $ "failed") $) 37)) (-3438 (($ $ $) 62)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 57)) (-4283 (((-112) $) 79)) (-3612 (((-112) $) 35)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-2045 (($ $) 78)) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-1827 (((-430 $) $) 82)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-3473 (((-3 $ "failed") $ $) 48)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3909 (((-783) $) 64)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 63)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 45)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3054 (($ $ $) 73)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75)))
+((-4056 (((-112) (-656 (-971 |#1|))) 41)) (-3270 (((-656 (-971 |#1|)) (-656 (-971 |#1|))) 53)) (-3877 (((-3 (-656 (-971 |#1|)) "failed") (-656 (-971 |#1|))) 48)))
+(((-371 |#1| |#2|) (-10 -7 (-15 -4056 ((-112) (-656 (-971 |#1|)))) (-15 -3877 ((-3 (-656 (-971 |#1|)) "failed") (-656 (-971 |#1|)))) (-15 -3270 ((-656 (-971 |#1|)) (-656 (-971 |#1|))))) (-464) (-656 (-1197))) (T -371))
+((-3270 (*1 *2 *2) (-12 (-5 *2 (-656 (-971 *3))) (-4 *3 (-464)) (-5 *1 (-371 *3 *4)) (-14 *4 (-656 (-1197))))) (-3877 (*1 *2 *2) (|partial| -12 (-5 *2 (-656 (-971 *3))) (-4 *3 (-464)) (-5 *1 (-371 *3 *4)) (-14 *4 (-656 (-1197))))) (-4056 (*1 *2 *3) (-12 (-5 *3 (-656 (-971 *4))) (-4 *4 (-464)) (-5 *2 (-112)) (-5 *1 (-371 *4 *5)) (-14 *5 (-656 (-1197))))))
+(-10 -7 (-15 -4056 ((-112) (-656 (-971 |#1|)))) (-15 -3877 ((-3 (-656 (-971 |#1|)) "failed") (-656 (-971 |#1|)))) (-15 -3270 ((-656 (-971 |#1|)) (-656 (-971 |#1|)))))
+((-1955 (((-112) $ $) NIL)) (-2200 (((-783) $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) NIL)) (-2318 ((|#1| $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-3315 (((-112) $) 17)) (-4177 ((|#1| $ (-576)) NIL)) (-3945 (((-576) $ (-576)) NIL)) (-2867 (($ (-1 |#1| |#1|) $) 34)) (-4301 (($ (-1 (-576) (-576)) $) 26)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 28)) (-3117 (((-1141) $) NIL)) (-4155 (((-656 (-2 (|:| |gen| |#1|) (|:| -2154 (-576)))) $) 30)) (-2970 (($ $ $) NIL)) (-3595 (($ $ $) NIL)) (-4114 (((-876) $) 40) (($ |#1|) NIL)) (-3000 (((-112) $ $) NIL)) (-4322 (($) 11 T CONST)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL) (($ |#1| (-576)) 19)) (* (($ $ $) 53) (($ |#1| $) 23) (($ $ |#1|) 21)))
+(((-372 |#1|) (-13 (-485) (-1059 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-576))) (-15 -2200 ((-783) $)) (-15 -3945 ((-576) $ (-576))) (-15 -4177 (|#1| $ (-576))) (-15 -4301 ($ (-1 (-576) (-576)) $)) (-15 -2867 ($ (-1 |#1| |#1|) $)) (-15 -4155 ((-656 (-2 (|:| |gen| |#1|) (|:| -2154 (-576)))) $)))) (-1121)) (T -372))
+((* (*1 *1 *2 *1) (-12 (-5 *1 (-372 *2)) (-4 *2 (-1121)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-372 *2)) (-4 *2 (-1121)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-372 *2)) (-4 *2 (-1121)))) (-2200 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-372 *3)) (-4 *3 (-1121)))) (-3945 (*1 *2 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-372 *3)) (-4 *3 (-1121)))) (-4177 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *1 (-372 *2)) (-4 *2 (-1121)))) (-4301 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-576) (-576))) (-5 *1 (-372 *3)) (-4 *3 (-1121)))) (-2867 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1121)) (-5 *1 (-372 *3)))) (-4155 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -2154 (-576))))) (-5 *1 (-372 *3)) (-4 *3 (-1121)))))
+(-13 (-485) (-1059 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-576))) (-15 -2200 ((-783) $)) (-15 -3945 ((-576) $ (-576))) (-15 -4177 (|#1| $ (-576))) (-15 -4301 ($ (-1 (-576) (-576)) $)) (-15 -2867 ($ (-1 |#1| |#1|) $)) (-15 -4155 ((-656 (-2 (|:| |gen| |#1|) (|:| -2154 (-576)))) $))))
+((-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 13)) (-2116 (($ $) 14)) (-2068 (((-430 $) $) 34)) (-3742 (((-112) $) 30)) (-1668 (($ $) 19)) (-3115 (($ $ $) 25) (($ (-656 $)) NIL)) (-1452 (((-430 $) $) 35)) (-1943 (((-3 $ "failed") $ $) 24)) (-3199 (((-783) $) 28)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 39)) (-4095 (((-112) $ $) 16)) (-4047 (($ $ $) 37)))
+(((-373 |#1|) (-10 -8 (-15 -4047 (|#1| |#1| |#1|)) (-15 -1668 (|#1| |#1|)) (-15 -3742 ((-112) |#1|)) (-15 -2068 ((-430 |#1|) |#1|)) (-15 -1452 ((-430 |#1|) |#1|)) (-15 -3018 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|)) (-15 -3199 ((-783) |#1|)) (-15 -3115 (|#1| (-656 |#1|))) (-15 -3115 (|#1| |#1| |#1|)) (-15 -4095 ((-112) |#1| |#1|)) (-15 -2116 (|#1| |#1|)) (-15 -3161 ((-2 (|:| -4352 |#1|) (|:| -4451 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -1943 ((-3 |#1| "failed") |#1| |#1|))) (-374)) (T -373))
+NIL
+(-10 -8 (-15 -4047 (|#1| |#1| |#1|)) (-15 -1668 (|#1| |#1|)) (-15 -3742 ((-112) |#1|)) (-15 -2068 ((-430 |#1|) |#1|)) (-15 -1452 ((-430 |#1|) |#1|)) (-15 -3018 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|)) (-15 -3199 ((-783) |#1|)) (-15 -3115 (|#1| (-656 |#1|))) (-15 -3115 (|#1| |#1| |#1|)) (-15 -4095 ((-112) |#1| |#1|)) (-15 -2116 (|#1| |#1|)) (-15 -3161 ((-2 (|:| -4352 |#1|) (|:| -4451 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -1943 ((-3 |#1| "failed") |#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-2583 (((-3 $ "failed") $ $) 20)) (-4068 (($ $) 81)) (-2068 (((-430 $) $) 80)) (-4064 (((-112) $ $) 65)) (-3853 (($) 18 T CONST)) (-1892 (($ $ $) 61)) (-2413 (((-3 $ "failed") $) 37)) (-1905 (($ $ $) 62)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 57)) (-3742 (((-112) $) 79)) (-3315 (((-112) $) 35)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-1668 (($ $) 78)) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-1452 (((-430 $) $) 82)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-1943 (((-3 $ "failed") $ $) 48)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3199 (((-783) $) 64)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 63)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 45)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4047 (($ $ $) 73)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75)))
(((-374) (-141)) (T -374))
-((-3054 (*1 *1 *1 *1) (-4 *1 (-374))))
-(-13 (-317) (-1240) (-248) (-10 -8 (-15 -3054 ($ $ $)) (-6 -4460) (-6 -4454)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-132) . T) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-248) . T) ((-300) . T) ((-317) . T) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 $) . T) ((-738) . T) ((-937) . T) ((-1070 #0#) . T) ((-1070 $) . T) ((-1075 #0#) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T) ((-1240) . T))
-((-3486 (((-112) $ $) 6)) (-2276 ((|#2| $ |#2|) 14)) (-1350 (($ $ (-1177)) 19)) (-2547 ((|#2| $) 15)) (-3254 (($ |#1|) 21) (($ |#1| (-1177)) 20)) (-2624 ((|#1| $) 17)) (-3881 (((-1177) $) 10)) (-2944 (((-1177) $) 16)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1662 (($ $) 18)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)))
-(((-375 |#1| |#2|) (-141) (-1119) (-1119)) (T -375))
-((-3254 (*1 *1 *2) (-12 (-4 *1 (-375 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119)))) (-3254 (*1 *1 *2 *3) (-12 (-5 *3 (-1177)) (-4 *1 (-375 *2 *4)) (-4 *2 (-1119)) (-4 *4 (-1119)))) (-1350 (*1 *1 *1 *2) (-12 (-5 *2 (-1177)) (-4 *1 (-375 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119)))) (-1662 (*1 *1 *1) (-12 (-4 *1 (-375 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119)))) (-2624 (*1 *2 *1) (-12 (-4 *1 (-375 *2 *3)) (-4 *3 (-1119)) (-4 *2 (-1119)))) (-2944 (*1 *2 *1) (-12 (-4 *1 (-375 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-5 *2 (-1177)))) (-2547 (*1 *2 *1) (-12 (-4 *1 (-375 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1119)))) (-2276 (*1 *2 *1 *2) (-12 (-4 *1 (-375 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1119)))))
-(-13 (-1119) (-10 -8 (-15 -3254 ($ |t#1|)) (-15 -3254 ($ |t#1| (-1177))) (-15 -1350 ($ $ (-1177))) (-15 -1662 ($ $)) (-15 -2624 (|t#1| $)) (-15 -2944 ((-1177) $)) (-15 -2547 (|t#2| $)) (-15 -2276 (|t#2| $ |t#2|))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-2276 ((|#1| $ |#1|) 31)) (-1350 (($ $ (-1177)) 23)) (-2961 (((-3 |#1| "failed") $) 30)) (-2547 ((|#1| $) 28)) (-3254 (($ (-400)) 22) (($ (-400) (-1177)) 21)) (-2624 (((-400) $) 25)) (-3881 (((-1177) $) NIL)) (-2944 (((-1177) $) 26)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 20)) (-1662 (($ $) 24)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 19)))
-(((-376 |#1|) (-13 (-375 (-400) |#1|) (-10 -8 (-15 -2961 ((-3 |#1| "failed") $)))) (-1119)) (T -376))
-((-2961 (*1 *2 *1) (|partial| -12 (-5 *1 (-376 *2)) (-4 *2 (-1119)))))
-(-13 (-375 (-400) |#1|) (-10 -8 (-15 -2961 ((-3 |#1| "failed") $))))
-((-3580 (((-1286 (-701 |#2|)) (-1286 $)) 67)) (-2783 (((-701 |#2|) (-1286 $)) 139)) (-2730 ((|#2| $) 36)) (-3965 (((-701 |#2|) $ (-1286 $)) 142)) (-2919 (((-3 $ "failed") $) 89)) (-3151 ((|#2| $) 39)) (-2803 (((-1191 |#2|) $) 98)) (-2760 ((|#2| (-1286 $)) 122)) (-2164 (((-1191 |#2|) $) 32)) (-3528 (((-112)) 116)) (-2495 (($ (-1286 |#2|) (-1286 $)) 132)) (-2251 (((-3 $ "failed") $) 93)) (-3238 (((-112)) 111)) (-4403 (((-112)) 106)) (-2022 (((-112)) 58)) (-2756 (((-701 |#2|) (-1286 $)) 137)) (-2828 ((|#2| $) 35)) (-3057 (((-701 |#2|) $ (-1286 $)) 141)) (-1873 (((-3 $ "failed") $) 87)) (-1878 ((|#2| $) 38)) (-1485 (((-1191 |#2|) $) 97)) (-4104 ((|#2| (-1286 $)) 120)) (-2167 (((-1191 |#2|) $) 30)) (-1787 (((-112)) 115)) (-3320 (((-112)) 108)) (-3116 (((-112)) 56)) (-2591 (((-112)) 103)) (-4371 (((-112)) 117)) (-2203 (((-1286 |#2|) $ (-1286 $)) NIL) (((-701 |#2|) (-1286 $) (-1286 $)) 128)) (-2779 (((-112)) 113)) (-2660 (((-656 (-1286 |#2|))) 102)) (-1555 (((-112)) 114)) (-3949 (((-112)) 112)) (-2033 (((-112)) 51)) (-2333 (((-112)) 118)))
-(((-377 |#1| |#2|) (-10 -8 (-15 -2803 ((-1191 |#2|) |#1|)) (-15 -1485 ((-1191 |#2|) |#1|)) (-15 -2660 ((-656 (-1286 |#2|)))) (-15 -2919 ((-3 |#1| "failed") |#1|)) (-15 -1873 ((-3 |#1| "failed") |#1|)) (-15 -2251 ((-3 |#1| "failed") |#1|)) (-15 -4403 ((-112))) (-15 -3320 ((-112))) (-15 -3238 ((-112))) (-15 -3116 ((-112))) (-15 -2022 ((-112))) (-15 -2591 ((-112))) (-15 -2333 ((-112))) (-15 -4371 ((-112))) (-15 -3528 ((-112))) (-15 -1787 ((-112))) (-15 -2033 ((-112))) (-15 -1555 ((-112))) (-15 -3949 ((-112))) (-15 -2779 ((-112))) (-15 -2164 ((-1191 |#2|) |#1|)) (-15 -2167 ((-1191 |#2|) |#1|)) (-15 -2783 ((-701 |#2|) (-1286 |#1|))) (-15 -2756 ((-701 |#2|) (-1286 |#1|))) (-15 -2760 (|#2| (-1286 |#1|))) (-15 -4104 (|#2| (-1286 |#1|))) (-15 -2495 (|#1| (-1286 |#2|) (-1286 |#1|))) (-15 -2203 ((-701 |#2|) (-1286 |#1|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1| (-1286 |#1|))) (-15 -3151 (|#2| |#1|)) (-15 -1878 (|#2| |#1|)) (-15 -2730 (|#2| |#1|)) (-15 -2828 (|#2| |#1|)) (-15 -3965 ((-701 |#2|) |#1| (-1286 |#1|))) (-15 -3057 ((-701 |#2|) |#1| (-1286 |#1|))) (-15 -3580 ((-1286 (-701 |#2|)) (-1286 |#1|)))) (-378 |#2|) (-174)) (T -377))
-((-2779 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-3949 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-1555 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-2033 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-1787 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-3528 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-4371 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-2333 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-2591 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-2022 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-3116 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-3238 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-3320 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-4403 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-2660 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-656 (-1286 *4))) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))))
-(-10 -8 (-15 -2803 ((-1191 |#2|) |#1|)) (-15 -1485 ((-1191 |#2|) |#1|)) (-15 -2660 ((-656 (-1286 |#2|)))) (-15 -2919 ((-3 |#1| "failed") |#1|)) (-15 -1873 ((-3 |#1| "failed") |#1|)) (-15 -2251 ((-3 |#1| "failed") |#1|)) (-15 -4403 ((-112))) (-15 -3320 ((-112))) (-15 -3238 ((-112))) (-15 -3116 ((-112))) (-15 -2022 ((-112))) (-15 -2591 ((-112))) (-15 -2333 ((-112))) (-15 -4371 ((-112))) (-15 -3528 ((-112))) (-15 -1787 ((-112))) (-15 -2033 ((-112))) (-15 -1555 ((-112))) (-15 -3949 ((-112))) (-15 -2779 ((-112))) (-15 -2164 ((-1191 |#2|) |#1|)) (-15 -2167 ((-1191 |#2|) |#1|)) (-15 -2783 ((-701 |#2|) (-1286 |#1|))) (-15 -2756 ((-701 |#2|) (-1286 |#1|))) (-15 -2760 (|#2| (-1286 |#1|))) (-15 -4104 (|#2| (-1286 |#1|))) (-15 -2495 (|#1| (-1286 |#2|) (-1286 |#1|))) (-15 -2203 ((-701 |#2|) (-1286 |#1|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1| (-1286 |#1|))) (-15 -3151 (|#2| |#1|)) (-15 -1878 (|#2| |#1|)) (-15 -2730 (|#2| |#1|)) (-15 -2828 (|#2| |#1|)) (-15 -3965 ((-701 |#2|) |#1| (-1286 |#1|))) (-15 -3057 ((-701 |#2|) |#1| (-1286 |#1|))) (-15 -3580 ((-1286 (-701 |#2|)) (-1286 |#1|))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2061 (((-3 $ "failed")) 42 (|has| |#1| (-568)))) (-4299 (((-3 $ "failed") $ $) 20)) (-3580 (((-1286 (-701 |#1|)) (-1286 $)) 83)) (-3515 (((-1286 $)) 86)) (-2135 (($) 18 T CONST)) (-2415 (((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed")) 45 (|has| |#1| (-568)))) (-2068 (((-3 $ "failed")) 43 (|has| |#1| (-568)))) (-2783 (((-701 |#1|) (-1286 $)) 70)) (-2730 ((|#1| $) 79)) (-3965 (((-701 |#1|) $ (-1286 $)) 81)) (-2919 (((-3 $ "failed") $) 50 (|has| |#1| (-568)))) (-3647 (($ $ (-938)) 31)) (-3151 ((|#1| $) 77)) (-2803 (((-1191 |#1|) $) 47 (|has| |#1| (-568)))) (-2760 ((|#1| (-1286 $)) 72)) (-2164 (((-1191 |#1|) $) 68)) (-3528 (((-112)) 62)) (-2495 (($ (-1286 |#1|) (-1286 $)) 74)) (-2251 (((-3 $ "failed") $) 52 (|has| |#1| (-568)))) (-3731 (((-938)) 85)) (-1766 (((-112)) 59)) (-1560 (($ $ (-938)) 38)) (-3238 (((-112)) 55)) (-4403 (((-112)) 53)) (-2022 (((-112)) 57)) (-1985 (((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed")) 46 (|has| |#1| (-568)))) (-3297 (((-3 $ "failed")) 44 (|has| |#1| (-568)))) (-2756 (((-701 |#1|) (-1286 $)) 71)) (-2828 ((|#1| $) 80)) (-3057 (((-701 |#1|) $ (-1286 $)) 82)) (-1873 (((-3 $ "failed") $) 51 (|has| |#1| (-568)))) (-3598 (($ $ (-938)) 32)) (-1878 ((|#1| $) 78)) (-1485 (((-1191 |#1|) $) 48 (|has| |#1| (-568)))) (-4104 ((|#1| (-1286 $)) 73)) (-2167 (((-1191 |#1|) $) 69)) (-1787 (((-112)) 63)) (-3881 (((-1177) $) 10)) (-3320 (((-112)) 54)) (-3116 (((-112)) 56)) (-2591 (((-112)) 58)) (-1448 (((-1139) $) 11)) (-4371 (((-112)) 61)) (-2203 (((-1286 |#1|) $ (-1286 $)) 76) (((-701 |#1|) (-1286 $) (-1286 $)) 75)) (-2666 (((-656 (-969 |#1|)) (-1286 $)) 84)) (-3636 (($ $ $) 28)) (-2779 (((-112)) 67)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2660 (((-656 (-1286 |#1|))) 49 (|has| |#1| (-568)))) (-3369 (($ $ $ $) 29)) (-1555 (((-112)) 65)) (-1678 (($ $ $) 27)) (-3949 (((-112)) 66)) (-2033 (((-112)) 64)) (-2333 (((-112)) 60)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 33)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 30) (($ $ |#1|) 40) (($ |#1| $) 39)))
+((-4047 (*1 *1 *1 *1) (-4 *1 (-374))))
+(-13 (-317) (-1242) (-248) (-10 -8 (-15 -4047 ($ $ $)) (-6 -4462) (-6 -4456)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-132) . T) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-248) . T) ((-300) . T) ((-317) . T) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 $) . T) ((-738) . T) ((-939) . T) ((-1072 #0#) . T) ((-1072 $) . T) ((-1077 #0#) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T) ((-1242) . T))
+((-1955 (((-112) $ $) 6)) (-2693 ((|#2| $ |#2|) 14)) (-3486 (($ $ (-1179)) 19)) (-3670 ((|#2| $) 15)) (-3823 (($ |#1|) 21) (($ |#1| (-1179)) 20)) (-4149 ((|#1| $) 17)) (-4185 (((-1179) $) 10)) (-3038 (((-1179) $) 16)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-1675 (($ $) 18)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)))
+(((-375 |#1| |#2|) (-141) (-1121) (-1121)) (T -375))
+((-3823 (*1 *1 *2) (-12 (-4 *1 (-375 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121)))) (-3823 (*1 *1 *2 *3) (-12 (-5 *3 (-1179)) (-4 *1 (-375 *2 *4)) (-4 *2 (-1121)) (-4 *4 (-1121)))) (-3486 (*1 *1 *1 *2) (-12 (-5 *2 (-1179)) (-4 *1 (-375 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121)))) (-1675 (*1 *1 *1) (-12 (-4 *1 (-375 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121)))) (-4149 (*1 *2 *1) (-12 (-4 *1 (-375 *2 *3)) (-4 *3 (-1121)) (-4 *2 (-1121)))) (-3038 (*1 *2 *1) (-12 (-4 *1 (-375 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-5 *2 (-1179)))) (-3670 (*1 *2 *1) (-12 (-4 *1 (-375 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1121)))) (-2693 (*1 *2 *1 *2) (-12 (-4 *1 (-375 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1121)))))
+(-13 (-1121) (-10 -8 (-15 -3823 ($ |t#1|)) (-15 -3823 ($ |t#1| (-1179))) (-15 -3486 ($ $ (-1179))) (-15 -1675 ($ $)) (-15 -4149 (|t#1| $)) (-15 -3038 ((-1179) $)) (-15 -3670 (|t#2| $)) (-15 -2693 (|t#2| $ |t#2|))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2693 ((|#1| $ |#1|) 31)) (-3486 (($ $ (-1179)) 23)) (-3072 (((-3 |#1| "failed") $) 30)) (-3670 ((|#1| $) 28)) (-3823 (($ (-400)) 22) (($ (-400) (-1179)) 21)) (-4149 (((-400) $) 25)) (-4185 (((-1179) $) NIL)) (-3038 (((-1179) $) 26)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 20)) (-1675 (($ $) 24)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 19)))
+(((-376 |#1|) (-13 (-375 (-400) |#1|) (-10 -8 (-15 -3072 ((-3 |#1| "failed") $)))) (-1121)) (T -376))
+((-3072 (*1 *2 *1) (|partial| -12 (-5 *1 (-376 *2)) (-4 *2 (-1121)))))
+(-13 (-375 (-400) |#1|) (-10 -8 (-15 -3072 ((-3 |#1| "failed") $))))
+((-4235 (((-1288 (-701 |#2|)) (-1288 $)) 67)) (-3998 (((-701 |#2|) (-1288 $)) 139)) (-1557 ((|#2| $) 36)) (-3726 (((-701 |#2|) $ (-1288 $)) 142)) (-2783 (((-3 $ "failed") $) 89)) (-4309 ((|#2| $) 39)) (-4163 (((-1193 |#2|) $) 98)) (-3779 ((|#2| (-1288 $)) 122)) (-4098 (((-1193 |#2|) $) 32)) (-3782 (((-112)) 116)) (-3093 (($ (-1288 |#2|) (-1288 $)) 132)) (-2413 (((-3 $ "failed") $) 93)) (-4016 (((-112)) 111)) (-2352 (((-112)) 106)) (-2028 (((-112)) 58)) (-3746 (((-701 |#2|) (-1288 $)) 137)) (-3167 ((|#2| $) 35)) (-2697 (((-701 |#2|) $ (-1288 $)) 141)) (-3191 (((-3 $ "failed") $) 87)) (-3233 ((|#2| $) 38)) (-3682 (((-1193 |#2|) $) 97)) (-4396 ((|#2| (-1288 $)) 120)) (-4120 (((-1193 |#2|) $) 30)) (-3668 (((-112)) 115)) (-3601 (((-112)) 108)) (-2018 (((-112)) 56)) (-2798 (((-112)) 103)) (-2022 (((-112)) 117)) (-3219 (((-1288 |#2|) $ (-1288 $)) NIL) (((-701 |#2|) (-1288 $) (-1288 $)) 128)) (-3954 (((-112)) 113)) (-2136 (((-656 (-1288 |#2|))) 102)) (-3174 (((-112)) 114)) (-3590 (((-112)) 112)) (-2112 (((-112)) 51)) (-2000 (((-112)) 118)))
+(((-377 |#1| |#2|) (-10 -8 (-15 -4163 ((-1193 |#2|) |#1|)) (-15 -3682 ((-1193 |#2|) |#1|)) (-15 -2136 ((-656 (-1288 |#2|)))) (-15 -2783 ((-3 |#1| "failed") |#1|)) (-15 -3191 ((-3 |#1| "failed") |#1|)) (-15 -2413 ((-3 |#1| "failed") |#1|)) (-15 -2352 ((-112))) (-15 -3601 ((-112))) (-15 -4016 ((-112))) (-15 -2018 ((-112))) (-15 -2028 ((-112))) (-15 -2798 ((-112))) (-15 -2000 ((-112))) (-15 -2022 ((-112))) (-15 -3782 ((-112))) (-15 -3668 ((-112))) (-15 -2112 ((-112))) (-15 -3174 ((-112))) (-15 -3590 ((-112))) (-15 -3954 ((-112))) (-15 -4098 ((-1193 |#2|) |#1|)) (-15 -4120 ((-1193 |#2|) |#1|)) (-15 -3998 ((-701 |#2|) (-1288 |#1|))) (-15 -3746 ((-701 |#2|) (-1288 |#1|))) (-15 -3779 (|#2| (-1288 |#1|))) (-15 -4396 (|#2| (-1288 |#1|))) (-15 -3093 (|#1| (-1288 |#2|) (-1288 |#1|))) (-15 -3219 ((-701 |#2|) (-1288 |#1|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1| (-1288 |#1|))) (-15 -4309 (|#2| |#1|)) (-15 -3233 (|#2| |#1|)) (-15 -1557 (|#2| |#1|)) (-15 -3167 (|#2| |#1|)) (-15 -3726 ((-701 |#2|) |#1| (-1288 |#1|))) (-15 -2697 ((-701 |#2|) |#1| (-1288 |#1|))) (-15 -4235 ((-1288 (-701 |#2|)) (-1288 |#1|)))) (-378 |#2|) (-174)) (T -377))
+((-3954 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-3590 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-3174 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-2112 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-3668 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-3782 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-2022 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-2000 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-2798 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-2028 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-2018 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-4016 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-3601 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-2352 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))) (-2136 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-656 (-1288 *4))) (-5 *1 (-377 *3 *4)) (-4 *3 (-378 *4)))))
+(-10 -8 (-15 -4163 ((-1193 |#2|) |#1|)) (-15 -3682 ((-1193 |#2|) |#1|)) (-15 -2136 ((-656 (-1288 |#2|)))) (-15 -2783 ((-3 |#1| "failed") |#1|)) (-15 -3191 ((-3 |#1| "failed") |#1|)) (-15 -2413 ((-3 |#1| "failed") |#1|)) (-15 -2352 ((-112))) (-15 -3601 ((-112))) (-15 -4016 ((-112))) (-15 -2018 ((-112))) (-15 -2028 ((-112))) (-15 -2798 ((-112))) (-15 -2000 ((-112))) (-15 -2022 ((-112))) (-15 -3782 ((-112))) (-15 -3668 ((-112))) (-15 -2112 ((-112))) (-15 -3174 ((-112))) (-15 -3590 ((-112))) (-15 -3954 ((-112))) (-15 -4098 ((-1193 |#2|) |#1|)) (-15 -4120 ((-1193 |#2|) |#1|)) (-15 -3998 ((-701 |#2|) (-1288 |#1|))) (-15 -3746 ((-701 |#2|) (-1288 |#1|))) (-15 -3779 (|#2| (-1288 |#1|))) (-15 -4396 (|#2| (-1288 |#1|))) (-15 -3093 (|#1| (-1288 |#2|) (-1288 |#1|))) (-15 -3219 ((-701 |#2|) (-1288 |#1|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1| (-1288 |#1|))) (-15 -4309 (|#2| |#1|)) (-15 -3233 (|#2| |#1|)) (-15 -1557 (|#2| |#1|)) (-15 -3167 (|#2| |#1|)) (-15 -3726 ((-701 |#2|) |#1| (-1288 |#1|))) (-15 -2697 ((-701 |#2|) |#1| (-1288 |#1|))) (-15 -4235 ((-1288 (-701 |#2|)) (-1288 |#1|))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-4352 (((-3 $ "failed")) 42 (|has| |#1| (-568)))) (-2583 (((-3 $ "failed") $ $) 20)) (-4235 (((-1288 (-701 |#1|)) (-1288 $)) 83)) (-1667 (((-1288 $)) 86)) (-3853 (($) 18 T CONST)) (-1568 (((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed")) 45 (|has| |#1| (-568)))) (-4398 (((-3 $ "failed")) 43 (|has| |#1| (-568)))) (-3998 (((-701 |#1|) (-1288 $)) 70)) (-1557 ((|#1| $) 79)) (-3726 (((-701 |#1|) $ (-1288 $)) 81)) (-2783 (((-3 $ "failed") $) 50 (|has| |#1| (-568)))) (-3679 (($ $ (-940)) 31)) (-4309 ((|#1| $) 77)) (-4163 (((-1193 |#1|) $) 47 (|has| |#1| (-568)))) (-3779 ((|#1| (-1288 $)) 72)) (-4098 (((-1193 |#1|) $) 68)) (-3782 (((-112)) 62)) (-3093 (($ (-1288 |#1|) (-1288 $)) 74)) (-2413 (((-3 $ "failed") $) 52 (|has| |#1| (-568)))) (-4136 (((-940)) 85)) (-1493 (((-112)) 59)) (-3228 (($ $ (-940)) 38)) (-4016 (((-112)) 55)) (-2352 (((-112)) 53)) (-2028 (((-112)) 57)) (-1711 (((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed")) 46 (|has| |#1| (-568)))) (-3344 (((-3 $ "failed")) 44 (|has| |#1| (-568)))) (-3746 (((-701 |#1|) (-1288 $)) 71)) (-3167 ((|#1| $) 80)) (-2697 (((-701 |#1|) $ (-1288 $)) 82)) (-3191 (((-3 $ "failed") $) 51 (|has| |#1| (-568)))) (-3171 (($ $ (-940)) 32)) (-3233 ((|#1| $) 78)) (-3682 (((-1193 |#1|) $) 48 (|has| |#1| (-568)))) (-4396 ((|#1| (-1288 $)) 73)) (-4120 (((-1193 |#1|) $) 69)) (-3668 (((-112)) 63)) (-4185 (((-1179) $) 10)) (-3601 (((-112)) 54)) (-2018 (((-112)) 56)) (-2798 (((-112)) 58)) (-3117 (((-1141) $) 11)) (-2022 (((-112)) 61)) (-3219 (((-1288 |#1|) $ (-1288 $)) 76) (((-701 |#1|) (-1288 $) (-1288 $)) 75)) (-2189 (((-656 (-971 |#1|)) (-1288 $)) 84)) (-3595 (($ $ $) 28)) (-3954 (((-112)) 67)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-2136 (((-656 (-1288 |#1|))) 49 (|has| |#1| (-568)))) (-2781 (($ $ $ $) 29)) (-3174 (((-112)) 65)) (-1800 (($ $ $) 27)) (-3590 (((-112)) 66)) (-2112 (((-112)) 64)) (-2000 (((-112)) 60)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 33)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 30) (($ $ |#1|) 40) (($ |#1| $) 39)))
(((-378 |#1|) (-141) (-174)) (T -378))
-((-3515 (*1 *2) (-12 (-4 *3 (-174)) (-5 *2 (-1286 *1)) (-4 *1 (-378 *3)))) (-3731 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-938)))) (-2666 (*1 *2 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174)) (-5 *2 (-656 (-969 *4))))) (-3580 (*1 *2 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174)) (-5 *2 (-1286 (-701 *4))))) (-3057 (*1 *2 *1 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174)) (-5 *2 (-701 *4)))) (-3965 (*1 *2 *1 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174)) (-5 *2 (-701 *4)))) (-2828 (*1 *2 *1) (-12 (-4 *1 (-378 *2)) (-4 *2 (-174)))) (-2730 (*1 *2 *1) (-12 (-4 *1 (-378 *2)) (-4 *2 (-174)))) (-1878 (*1 *2 *1) (-12 (-4 *1 (-378 *2)) (-4 *2 (-174)))) (-3151 (*1 *2 *1) (-12 (-4 *1 (-378 *2)) (-4 *2 (-174)))) (-2203 (*1 *2 *1 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174)) (-5 *2 (-1286 *4)))) (-2203 (*1 *2 *3 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174)) (-5 *2 (-701 *4)))) (-2495 (*1 *1 *2 *3) (-12 (-5 *2 (-1286 *4)) (-5 *3 (-1286 *1)) (-4 *4 (-174)) (-4 *1 (-378 *4)))) (-4104 (*1 *2 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *2)) (-4 *2 (-174)))) (-2760 (*1 *2 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *2)) (-4 *2 (-174)))) (-2756 (*1 *2 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174)) (-5 *2 (-701 *4)))) (-2783 (*1 *2 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174)) (-5 *2 (-701 *4)))) (-2167 (*1 *2 *1) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-1191 *3)))) (-2164 (*1 *2 *1) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-1191 *3)))) (-2779 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-3949 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-1555 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-2033 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-1787 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-3528 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-4371 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-2333 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-1766 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-2591 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-2022 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-3116 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-3238 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-3320 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-4403 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-2251 (*1 *1 *1) (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-174)) (-4 *2 (-568)))) (-1873 (*1 *1 *1) (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-174)) (-4 *2 (-568)))) (-2919 (*1 *1 *1) (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-174)) (-4 *2 (-568)))) (-2660 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-4 *3 (-568)) (-5 *2 (-656 (-1286 *3))))) (-1485 (*1 *2 *1) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-4 *3 (-568)) (-5 *2 (-1191 *3)))) (-2803 (*1 *2 *1) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-4 *3 (-568)) (-5 *2 (-1191 *3)))) (-1985 (*1 *2) (|partial| -12 (-4 *3 (-568)) (-4 *3 (-174)) (-5 *2 (-2 (|:| |particular| *1) (|:| -4156 (-656 *1)))) (-4 *1 (-378 *3)))) (-2415 (*1 *2) (|partial| -12 (-4 *3 (-568)) (-4 *3 (-174)) (-5 *2 (-2 (|:| |particular| *1) (|:| -4156 (-656 *1)))) (-4 *1 (-378 *3)))) (-3297 (*1 *1) (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-568)) (-4 *2 (-174)))) (-2068 (*1 *1) (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-568)) (-4 *2 (-174)))) (-2061 (*1 *1) (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-568)) (-4 *2 (-174)))))
-(-13 (-756 |t#1|) (-10 -8 (-15 -3515 ((-1286 $))) (-15 -3731 ((-938))) (-15 -2666 ((-656 (-969 |t#1|)) (-1286 $))) (-15 -3580 ((-1286 (-701 |t#1|)) (-1286 $))) (-15 -3057 ((-701 |t#1|) $ (-1286 $))) (-15 -3965 ((-701 |t#1|) $ (-1286 $))) (-15 -2828 (|t#1| $)) (-15 -2730 (|t#1| $)) (-15 -1878 (|t#1| $)) (-15 -3151 (|t#1| $)) (-15 -2203 ((-1286 |t#1|) $ (-1286 $))) (-15 -2203 ((-701 |t#1|) (-1286 $) (-1286 $))) (-15 -2495 ($ (-1286 |t#1|) (-1286 $))) (-15 -4104 (|t#1| (-1286 $))) (-15 -2760 (|t#1| (-1286 $))) (-15 -2756 ((-701 |t#1|) (-1286 $))) (-15 -2783 ((-701 |t#1|) (-1286 $))) (-15 -2167 ((-1191 |t#1|) $)) (-15 -2164 ((-1191 |t#1|) $)) (-15 -2779 ((-112))) (-15 -3949 ((-112))) (-15 -1555 ((-112))) (-15 -2033 ((-112))) (-15 -1787 ((-112))) (-15 -3528 ((-112))) (-15 -4371 ((-112))) (-15 -2333 ((-112))) (-15 -1766 ((-112))) (-15 -2591 ((-112))) (-15 -2022 ((-112))) (-15 -3116 ((-112))) (-15 -3238 ((-112))) (-15 -3320 ((-112))) (-15 -4403 ((-112))) (IF (|has| |t#1| (-568)) (PROGN (-15 -2251 ((-3 $ "failed") $)) (-15 -1873 ((-3 $ "failed") $)) (-15 -2919 ((-3 $ "failed") $)) (-15 -2660 ((-656 (-1286 |t#1|)))) (-15 -1485 ((-1191 |t#1|) $)) (-15 -2803 ((-1191 |t#1|) $)) (-15 -1985 ((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed"))) (-15 -2415 ((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed"))) (-15 -3297 ((-3 $ "failed"))) (-15 -2068 ((-3 $ "failed"))) (-15 -2061 ((-3 $ "failed"))) (-6 -4459)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-732) . T) ((-756 |#1|) . T) ((-773) . T) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) 6)) (-2093 (((-783)) 17)) (-1834 (($) 14)) (-4379 (((-938) $) 15)) (-3881 (((-1177) $) 10)) (-3222 (($ (-938)) 16)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)))
+((-1667 (*1 *2) (-12 (-4 *3 (-174)) (-5 *2 (-1288 *1)) (-4 *1 (-378 *3)))) (-4136 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-940)))) (-2189 (*1 *2 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174)) (-5 *2 (-656 (-971 *4))))) (-4235 (*1 *2 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174)) (-5 *2 (-1288 (-701 *4))))) (-2697 (*1 *2 *1 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174)) (-5 *2 (-701 *4)))) (-3726 (*1 *2 *1 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174)) (-5 *2 (-701 *4)))) (-3167 (*1 *2 *1) (-12 (-4 *1 (-378 *2)) (-4 *2 (-174)))) (-1557 (*1 *2 *1) (-12 (-4 *1 (-378 *2)) (-4 *2 (-174)))) (-3233 (*1 *2 *1) (-12 (-4 *1 (-378 *2)) (-4 *2 (-174)))) (-4309 (*1 *2 *1) (-12 (-4 *1 (-378 *2)) (-4 *2 (-174)))) (-3219 (*1 *2 *1 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174)) (-5 *2 (-1288 *4)))) (-3219 (*1 *2 *3 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174)) (-5 *2 (-701 *4)))) (-3093 (*1 *1 *2 *3) (-12 (-5 *2 (-1288 *4)) (-5 *3 (-1288 *1)) (-4 *4 (-174)) (-4 *1 (-378 *4)))) (-4396 (*1 *2 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *2)) (-4 *2 (-174)))) (-3779 (*1 *2 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *2)) (-4 *2 (-174)))) (-3746 (*1 *2 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174)) (-5 *2 (-701 *4)))) (-3998 (*1 *2 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174)) (-5 *2 (-701 *4)))) (-4120 (*1 *2 *1) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-1193 *3)))) (-4098 (*1 *2 *1) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-1193 *3)))) (-3954 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-3590 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-3174 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-2112 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-3668 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-3782 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-2022 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-2000 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-1493 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-2798 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-2028 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-2018 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-4016 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-3601 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-2352 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))) (-2413 (*1 *1 *1) (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-174)) (-4 *2 (-568)))) (-3191 (*1 *1 *1) (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-174)) (-4 *2 (-568)))) (-2783 (*1 *1 *1) (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-174)) (-4 *2 (-568)))) (-2136 (*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-4 *3 (-568)) (-5 *2 (-656 (-1288 *3))))) (-3682 (*1 *2 *1) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-4 *3 (-568)) (-5 *2 (-1193 *3)))) (-4163 (*1 *2 *1) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-4 *3 (-568)) (-5 *2 (-1193 *3)))) (-1711 (*1 *2) (|partial| -12 (-4 *3 (-568)) (-4 *3 (-174)) (-5 *2 (-2 (|:| |particular| *1) (|:| -1726 (-656 *1)))) (-4 *1 (-378 *3)))) (-1568 (*1 *2) (|partial| -12 (-4 *3 (-568)) (-4 *3 (-174)) (-5 *2 (-2 (|:| |particular| *1) (|:| -1726 (-656 *1)))) (-4 *1 (-378 *3)))) (-3344 (*1 *1) (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-568)) (-4 *2 (-174)))) (-4398 (*1 *1) (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-568)) (-4 *2 (-174)))) (-4352 (*1 *1) (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-568)) (-4 *2 (-174)))))
+(-13 (-756 |t#1|) (-10 -8 (-15 -1667 ((-1288 $))) (-15 -4136 ((-940))) (-15 -2189 ((-656 (-971 |t#1|)) (-1288 $))) (-15 -4235 ((-1288 (-701 |t#1|)) (-1288 $))) (-15 -2697 ((-701 |t#1|) $ (-1288 $))) (-15 -3726 ((-701 |t#1|) $ (-1288 $))) (-15 -3167 (|t#1| $)) (-15 -1557 (|t#1| $)) (-15 -3233 (|t#1| $)) (-15 -4309 (|t#1| $)) (-15 -3219 ((-1288 |t#1|) $ (-1288 $))) (-15 -3219 ((-701 |t#1|) (-1288 $) (-1288 $))) (-15 -3093 ($ (-1288 |t#1|) (-1288 $))) (-15 -4396 (|t#1| (-1288 $))) (-15 -3779 (|t#1| (-1288 $))) (-15 -3746 ((-701 |t#1|) (-1288 $))) (-15 -3998 ((-701 |t#1|) (-1288 $))) (-15 -4120 ((-1193 |t#1|) $)) (-15 -4098 ((-1193 |t#1|) $)) (-15 -3954 ((-112))) (-15 -3590 ((-112))) (-15 -3174 ((-112))) (-15 -2112 ((-112))) (-15 -3668 ((-112))) (-15 -3782 ((-112))) (-15 -2022 ((-112))) (-15 -2000 ((-112))) (-15 -1493 ((-112))) (-15 -2798 ((-112))) (-15 -2028 ((-112))) (-15 -2018 ((-112))) (-15 -4016 ((-112))) (-15 -3601 ((-112))) (-15 -2352 ((-112))) (IF (|has| |t#1| (-568)) (PROGN (-15 -2413 ((-3 $ "failed") $)) (-15 -3191 ((-3 $ "failed") $)) (-15 -2783 ((-3 $ "failed") $)) (-15 -2136 ((-656 (-1288 |t#1|)))) (-15 -3682 ((-1193 |t#1|) $)) (-15 -4163 ((-1193 |t#1|) $)) (-15 -1711 ((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed"))) (-15 -1568 ((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed"))) (-15 -3344 ((-3 $ "failed"))) (-15 -4398 ((-3 $ "failed"))) (-15 -4352 ((-3 $ "failed"))) (-6 -4461)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-732) . T) ((-756 |#1|) . T) ((-773) . T) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) 6)) (-2200 (((-783)) 17)) (-4370 (($) 14)) (-2106 (((-940) $) 15)) (-4185 (((-1179) $) 10)) (-2409 (($ (-940)) 16)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)))
(((-379) (-141)) (T -379))
-((-2093 (*1 *2) (-12 (-4 *1 (-379)) (-5 *2 (-783)))) (-3222 (*1 *1 *2) (-12 (-5 *2 (-938)) (-4 *1 (-379)))) (-4379 (*1 *2 *1) (-12 (-4 *1 (-379)) (-5 *2 (-938)))) (-1834 (*1 *1) (-4 *1 (-379))))
-(-13 (-1119) (-10 -8 (-15 -2093 ((-783))) (-15 -3222 ($ (-938))) (-15 -4379 ((-938) $)) (-15 -1834 ($))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-1722 (((-701 |#2|) (-1286 $)) 45)) (-2495 (($ (-1286 |#2|) (-1286 $)) 39)) (-3592 (((-701 |#2|) $ (-1286 $)) 47)) (-2491 ((|#2| (-1286 $)) 13)) (-2203 (((-1286 |#2|) $ (-1286 $)) NIL) (((-701 |#2|) (-1286 $) (-1286 $)) 27)))
-(((-380 |#1| |#2| |#3|) (-10 -8 (-15 -1722 ((-701 |#2|) (-1286 |#1|))) (-15 -2491 (|#2| (-1286 |#1|))) (-15 -2495 (|#1| (-1286 |#2|) (-1286 |#1|))) (-15 -2203 ((-701 |#2|) (-1286 |#1|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1| (-1286 |#1|))) (-15 -3592 ((-701 |#2|) |#1| (-1286 |#1|)))) (-381 |#2| |#3|) (-174) (-1262 |#2|)) (T -380))
-NIL
-(-10 -8 (-15 -1722 ((-701 |#2|) (-1286 |#1|))) (-15 -2491 (|#2| (-1286 |#1|))) (-15 -2495 (|#1| (-1286 |#2|) (-1286 |#1|))) (-15 -2203 ((-701 |#2|) (-1286 |#1|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1| (-1286 |#1|))) (-15 -3592 ((-701 |#2|) |#1| (-1286 |#1|))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-1722 (((-701 |#1|) (-1286 $)) 53)) (-2205 ((|#1| $) 59)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2495 (($ (-1286 |#1|) (-1286 $)) 55)) (-3592 (((-701 |#1|) $ (-1286 $)) 60)) (-2251 (((-3 $ "failed") $) 37)) (-3731 (((-938)) 61)) (-3612 (((-112) $) 35)) (-1650 ((|#1| $) 58)) (-1499 ((|#2| $) 51 (|has| |#1| (-374)))) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-2491 ((|#1| (-1286 $)) 54)) (-2203 (((-1286 |#1|) $ (-1286 $)) 57) (((-701 |#1|) (-1286 $) (-1286 $)) 56)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 44)) (-2846 (((-3 $ "failed") $) 50 (|has| |#1| (-146)))) (-4324 ((|#2| $) 52)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45)))
-(((-381 |#1| |#2|) (-141) (-174) (-1262 |t#1|)) (T -381))
-((-3731 (*1 *2) (-12 (-4 *1 (-381 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1262 *3)) (-5 *2 (-938)))) (-3592 (*1 *2 *1 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-381 *4 *5)) (-4 *4 (-174)) (-4 *5 (-1262 *4)) (-5 *2 (-701 *4)))) (-2205 (*1 *2 *1) (-12 (-4 *1 (-381 *2 *3)) (-4 *3 (-1262 *2)) (-4 *2 (-174)))) (-1650 (*1 *2 *1) (-12 (-4 *1 (-381 *2 *3)) (-4 *3 (-1262 *2)) (-4 *2 (-174)))) (-2203 (*1 *2 *1 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-381 *4 *5)) (-4 *4 (-174)) (-4 *5 (-1262 *4)) (-5 *2 (-1286 *4)))) (-2203 (*1 *2 *3 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-381 *4 *5)) (-4 *4 (-174)) (-4 *5 (-1262 *4)) (-5 *2 (-701 *4)))) (-2495 (*1 *1 *2 *3) (-12 (-5 *2 (-1286 *4)) (-5 *3 (-1286 *1)) (-4 *4 (-174)) (-4 *1 (-381 *4 *5)) (-4 *5 (-1262 *4)))) (-2491 (*1 *2 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-381 *2 *4)) (-4 *4 (-1262 *2)) (-4 *2 (-174)))) (-1722 (*1 *2 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-381 *4 *5)) (-4 *4 (-174)) (-4 *5 (-1262 *4)) (-5 *2 (-701 *4)))) (-4324 (*1 *2 *1) (-12 (-4 *1 (-381 *3 *2)) (-4 *3 (-174)) (-4 *2 (-1262 *3)))) (-1499 (*1 *2 *1) (-12 (-4 *1 (-381 *3 *2)) (-4 *3 (-174)) (-4 *3 (-374)) (-4 *2 (-1262 *3)))))
-(-13 (-38 |t#1|) (-10 -8 (-15 -3731 ((-938))) (-15 -3592 ((-701 |t#1|) $ (-1286 $))) (-15 -2205 (|t#1| $)) (-15 -1650 (|t#1| $)) (-15 -2203 ((-1286 |t#1|) $ (-1286 $))) (-15 -2203 ((-701 |t#1|) (-1286 $) (-1286 $))) (-15 -2495 ($ (-1286 |t#1|) (-1286 $))) (-15 -2491 (|t#1| (-1286 $))) (-15 -1722 ((-701 |t#1|) (-1286 $))) (-15 -4324 (|t#2| $)) (IF (|has| |t#1| (-374)) (-15 -1499 (|t#2| $)) |%noBranch|) (IF (|has| |t#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-146)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-738) . T) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-2456 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 25)) (-3683 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 17)) (-4114 ((|#4| (-1 |#3| |#1|) |#2|) 23)))
-(((-382 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4114 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3683 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -2456 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1236) (-384 |#1|) (-1236) (-384 |#3|)) (T -382))
-((-2456 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1236)) (-4 *5 (-1236)) (-4 *2 (-384 *5)) (-5 *1 (-382 *6 *4 *5 *2)) (-4 *4 (-384 *6)))) (-3683 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1236)) (-4 *2 (-1236)) (-5 *1 (-382 *5 *4 *2 *6)) (-4 *4 (-384 *5)) (-4 *6 (-384 *2)))) (-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1236)) (-4 *6 (-1236)) (-4 *2 (-384 *6)) (-5 *1 (-382 *5 *4 *6 *2)) (-4 *4 (-384 *5)))))
-(-10 -7 (-15 -4114 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3683 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -2456 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
-((-4372 (((-112) (-1 (-112) |#2| |#2|) $) NIL) (((-112) $) 18)) (-4082 (($ (-1 (-112) |#2| |#2|) $) NIL) (($ $) 28)) (-1793 (($ (-1 (-112) |#2| |#2|) $) 27) (($ $) 22)) (-3833 (($ $) 25)) (-3658 (((-576) (-1 (-112) |#2|) $) NIL) (((-576) |#2| $) 11) (((-576) |#2| $ (-576)) NIL)) (-1872 (($ (-1 (-112) |#2| |#2|) $ $) NIL) (($ $ $) 20)))
-(((-383 |#1| |#2|) (-10 -8 (-15 -4082 (|#1| |#1|)) (-15 -4082 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -4372 ((-112) |#1|)) (-15 -1793 (|#1| |#1|)) (-15 -1872 (|#1| |#1| |#1|)) (-15 -3658 ((-576) |#2| |#1| (-576))) (-15 -3658 ((-576) |#2| |#1|)) (-15 -3658 ((-576) (-1 (-112) |#2|) |#1|)) (-15 -4372 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -1793 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -3833 (|#1| |#1|)) (-15 -1872 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|))) (-384 |#2|) (-1236)) (T -383))
-NIL
-(-10 -8 (-15 -4082 (|#1| |#1|)) (-15 -4082 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -4372 ((-112) |#1|)) (-15 -1793 (|#1| |#1|)) (-15 -1872 (|#1| |#1| |#1|)) (-15 -3658 ((-576) |#2| |#1| (-576))) (-15 -3658 ((-576) |#2| |#1|)) (-15 -3658 ((-576) (-1 (-112) |#2|) |#1|)) (-15 -4372 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -1793 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -3833 (|#1| |#1|)) (-15 -1872 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-2617 (((-1291) $ (-576) (-576)) 41 (|has| $ (-6 -4463)))) (-4372 (((-112) (-1 (-112) |#1| |#1|) $) 101) (((-112) $) 95 (|has| |#1| (-862)))) (-4082 (($ (-1 (-112) |#1| |#1|) $) 92 (|has| $ (-6 -4463))) (($ $) 91 (-12 (|has| |#1| (-862)) (|has| $ (-6 -4463))))) (-1793 (($ (-1 (-112) |#1| |#1|) $) 102) (($ $) 96 (|has| |#1| (-862)))) (-3733 (((-112) $ (-783)) 8)) (-3753 ((|#1| $ (-576) |#1|) 53 (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) 60 (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4462)))) (-2135 (($) 7 T CONST)) (-1752 (($ $) 93 (|has| $ (-6 -4463)))) (-3833 (($ $) 103)) (-1640 (($ $) 80 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3942 (($ |#1| $) 79 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 78 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 75 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) 74 (|has| $ (-6 -4462)))) (-4330 ((|#1| $ (-576) |#1|) 54 (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) 52)) (-3658 (((-576) (-1 (-112) |#1|) $) 100) (((-576) |#1| $) 99 (|has| |#1| (-1119))) (((-576) |#1| $ (-576)) 98 (|has| |#1| (-1119)))) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-4138 (($ (-783) |#1|) 70)) (-2476 (((-112) $ (-783)) 9)) (-3280 (((-576) $) 44 (|has| (-576) (-862)))) (-3123 (($ $ $) 90 (|has| |#1| (-862)))) (-1872 (($ (-1 (-112) |#1| |#1|) $ $) 104) (($ $ $) 97 (|has| |#1| (-862)))) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3767 (((-576) $) 45 (|has| (-576) (-862)))) (-2352 (($ $ $) 89 (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-2171 (($ |#1| $ (-576)) 62) (($ $ $ (-576)) 61)) (-1742 (((-656 (-576)) $) 47)) (-2406 (((-112) (-576) $) 48)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-3578 ((|#1| $) 43 (|has| (-576) (-862)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 73)) (-1552 (($ $ |#1|) 42 (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4408 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) 49)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#1| $ (-576) |#1|) 51) ((|#1| $ (-576)) 50) (($ $ (-1253 (-576))) 71)) (-3463 (($ $ (-576)) 64) (($ $ (-1253 (-576))) 63)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1497 (($ $ $ (-576)) 94 (|has| $ (-6 -4463)))) (-1868 (($ $) 13)) (-4169 (((-548) $) 81 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 72)) (-1613 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-656 $)) 66)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) 87 (|has| |#1| (-862)))) (-2960 (((-112) $ $) 86 (|has| |#1| (-862)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-2975 (((-112) $ $) 88 (|has| |#1| (-862)))) (-2946 (((-112) $ $) 85 (|has| |#1| (-862)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-384 |#1|) (-141) (-1236)) (T -384))
-((-1872 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-384 *3)) (-4 *3 (-1236)))) (-3833 (*1 *1 *1) (-12 (-4 *1 (-384 *2)) (-4 *2 (-1236)))) (-1793 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-384 *3)) (-4 *3 (-1236)))) (-4372 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *1 (-384 *4)) (-4 *4 (-1236)) (-5 *2 (-112)))) (-3658 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (-4 *1 (-384 *4)) (-4 *4 (-1236)) (-5 *2 (-576)))) (-3658 (*1 *2 *3 *1) (-12 (-4 *1 (-384 *3)) (-4 *3 (-1236)) (-4 *3 (-1119)) (-5 *2 (-576)))) (-3658 (*1 *2 *3 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-384 *3)) (-4 *3 (-1236)) (-4 *3 (-1119)))) (-1872 (*1 *1 *1 *1) (-12 (-4 *1 (-384 *2)) (-4 *2 (-1236)) (-4 *2 (-862)))) (-1793 (*1 *1 *1) (-12 (-4 *1 (-384 *2)) (-4 *2 (-1236)) (-4 *2 (-862)))) (-4372 (*1 *2 *1) (-12 (-4 *1 (-384 *3)) (-4 *3 (-1236)) (-4 *3 (-862)) (-5 *2 (-112)))) (-1497 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-576)) (|has| *1 (-6 -4463)) (-4 *1 (-384 *3)) (-4 *3 (-1236)))) (-1752 (*1 *1 *1) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-384 *2)) (-4 *2 (-1236)))) (-4082 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (|has| *1 (-6 -4463)) (-4 *1 (-384 *3)) (-4 *3 (-1236)))) (-4082 (*1 *1 *1) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-384 *2)) (-4 *2 (-1236)) (-4 *2 (-862)))))
-(-13 (-663 |t#1|) (-10 -8 (-6 -4462) (-15 -1872 ($ (-1 (-112) |t#1| |t#1|) $ $)) (-15 -3833 ($ $)) (-15 -1793 ($ (-1 (-112) |t#1| |t#1|) $)) (-15 -4372 ((-112) (-1 (-112) |t#1| |t#1|) $)) (-15 -3658 ((-576) (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1119)) (PROGN (-15 -3658 ((-576) |t#1| $)) (-15 -3658 ((-576) |t#1| $ (-576)))) |%noBranch|) (IF (|has| |t#1| (-862)) (PROGN (-6 (-862)) (-15 -1872 ($ $ $)) (-15 -1793 ($ $)) (-15 -4372 ((-112) $))) |%noBranch|) (IF (|has| $ (-6 -4463)) (PROGN (-15 -1497 ($ $ $ (-576))) (-15 -1752 ($ $)) (-15 -4082 ($ (-1 (-112) |t#1| |t#1|) $)) (IF (|has| |t#1| (-862)) (-15 -4082 ($ $)) |%noBranch|)) |%noBranch|)))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-862)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-862)) (|has| |#1| (-625 (-874)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1253 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-663 |#1|) . T) ((-862) |has| |#1| (-862)) ((-1119) -2755 (|has| |#1| (-1119)) (|has| |#1| (-862))) ((-1236) . T))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-3444 (((-656 |#1|) $) 37)) (-3468 (($ $ (-783)) 38)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2584 (((-1310 |#1| |#2|) (-1310 |#1| |#2|) $) 41)) (-1839 (($ $) 39)) (-4133 (((-1310 |#1| |#2|) (-1310 |#1| |#2|) $) 42)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3281 (($ $ |#1| $) 36) (($ $ (-656 |#1|) (-656 $)) 35)) (-1967 (((-783) $) 43)) (-3579 (($ $ $) 34)) (-3567 (((-874) $) 12) (($ |#1|) 46) (((-1301 |#1| |#2|) $) 45) (((-1310 |#1| |#2|) $) 44)) (-1713 ((|#2| (-1310 |#1| |#2|) $) 47)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-1498 (($ (-684 |#1|)) 40)) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#2|) 33 (|has| |#2| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#2| $) 27) (($ $ |#2|) 31)))
+((-2200 (*1 *2) (-12 (-4 *1 (-379)) (-5 *2 (-783)))) (-2409 (*1 *1 *2) (-12 (-5 *2 (-940)) (-4 *1 (-379)))) (-2106 (*1 *2 *1) (-12 (-4 *1 (-379)) (-5 *2 (-940)))) (-4370 (*1 *1) (-4 *1 (-379))))
+(-13 (-1121) (-10 -8 (-15 -2200 ((-783))) (-15 -2409 ($ (-940))) (-15 -2106 ((-940) $)) (-15 -4370 ($))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-2237 (((-701 |#2|) (-1288 $)) 45)) (-3093 (($ (-1288 |#2|) (-1288 $)) 39)) (-3104 (((-701 |#2|) $ (-1288 $)) 47)) (-3053 ((|#2| (-1288 $)) 13)) (-3219 (((-1288 |#2|) $ (-1288 $)) NIL) (((-701 |#2|) (-1288 $) (-1288 $)) 27)))
+(((-380 |#1| |#2| |#3|) (-10 -8 (-15 -2237 ((-701 |#2|) (-1288 |#1|))) (-15 -3053 (|#2| (-1288 |#1|))) (-15 -3093 (|#1| (-1288 |#2|) (-1288 |#1|))) (-15 -3219 ((-701 |#2|) (-1288 |#1|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1| (-1288 |#1|))) (-15 -3104 ((-701 |#2|) |#1| (-1288 |#1|)))) (-381 |#2| |#3|) (-174) (-1264 |#2|)) (T -380))
+NIL
+(-10 -8 (-15 -2237 ((-701 |#2|) (-1288 |#1|))) (-15 -3053 (|#2| (-1288 |#1|))) (-15 -3093 (|#1| (-1288 |#2|) (-1288 |#1|))) (-15 -3219 ((-701 |#2|) (-1288 |#1|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1| (-1288 |#1|))) (-15 -3104 ((-701 |#2|) |#1| (-1288 |#1|))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2237 (((-701 |#1|) (-1288 $)) 53)) (-3832 ((|#1| $) 59)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-3093 (($ (-1288 |#1|) (-1288 $)) 55)) (-3104 (((-701 |#1|) $ (-1288 $)) 60)) (-2413 (((-3 $ "failed") $) 37)) (-4136 (((-940)) 61)) (-3315 (((-112) $) 35)) (-2828 ((|#1| $) 58)) (-3817 ((|#2| $) 51 (|has| |#1| (-374)))) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-3053 ((|#1| (-1288 $)) 54)) (-3219 (((-1288 |#1|) $ (-1288 $)) 57) (((-701 |#1|) (-1288 $) (-1288 $)) 56)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 44)) (-3346 (((-3 $ "failed") $) 50 (|has| |#1| (-146)))) (-2837 ((|#2| $) 52)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45)))
+(((-381 |#1| |#2|) (-141) (-174) (-1264 |t#1|)) (T -381))
+((-4136 (*1 *2) (-12 (-4 *1 (-381 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1264 *3)) (-5 *2 (-940)))) (-3104 (*1 *2 *1 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-381 *4 *5)) (-4 *4 (-174)) (-4 *5 (-1264 *4)) (-5 *2 (-701 *4)))) (-3832 (*1 *2 *1) (-12 (-4 *1 (-381 *2 *3)) (-4 *3 (-1264 *2)) (-4 *2 (-174)))) (-2828 (*1 *2 *1) (-12 (-4 *1 (-381 *2 *3)) (-4 *3 (-1264 *2)) (-4 *2 (-174)))) (-3219 (*1 *2 *1 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-381 *4 *5)) (-4 *4 (-174)) (-4 *5 (-1264 *4)) (-5 *2 (-1288 *4)))) (-3219 (*1 *2 *3 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-381 *4 *5)) (-4 *4 (-174)) (-4 *5 (-1264 *4)) (-5 *2 (-701 *4)))) (-3093 (*1 *1 *2 *3) (-12 (-5 *2 (-1288 *4)) (-5 *3 (-1288 *1)) (-4 *4 (-174)) (-4 *1 (-381 *4 *5)) (-4 *5 (-1264 *4)))) (-3053 (*1 *2 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-381 *2 *4)) (-4 *4 (-1264 *2)) (-4 *2 (-174)))) (-2237 (*1 *2 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-381 *4 *5)) (-4 *4 (-174)) (-4 *5 (-1264 *4)) (-5 *2 (-701 *4)))) (-2837 (*1 *2 *1) (-12 (-4 *1 (-381 *3 *2)) (-4 *3 (-174)) (-4 *2 (-1264 *3)))) (-3817 (*1 *2 *1) (-12 (-4 *1 (-381 *3 *2)) (-4 *3 (-174)) (-4 *3 (-374)) (-4 *2 (-1264 *3)))))
+(-13 (-38 |t#1|) (-10 -8 (-15 -4136 ((-940))) (-15 -3104 ((-701 |t#1|) $ (-1288 $))) (-15 -3832 (|t#1| $)) (-15 -2828 (|t#1| $)) (-15 -3219 ((-1288 |t#1|) $ (-1288 $))) (-15 -3219 ((-701 |t#1|) (-1288 $) (-1288 $))) (-15 -3093 ($ (-1288 |t#1|) (-1288 $))) (-15 -3053 (|t#1| (-1288 $))) (-15 -2237 ((-701 |t#1|) (-1288 $))) (-15 -2837 (|t#2| $)) (IF (|has| |t#1| (-374)) (-15 -3817 (|t#2| $)) |%noBranch|) (IF (|has| |t#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-146)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-738) . T) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-3958 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 25)) (-2722 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 17)) (-2423 ((|#4| (-1 |#3| |#1|) |#2|) 23)))
+(((-382 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2423 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -2722 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3958 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1238) (-384 |#1|) (-1238) (-384 |#3|)) (T -382))
+((-3958 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1238)) (-4 *5 (-1238)) (-4 *2 (-384 *5)) (-5 *1 (-382 *6 *4 *5 *2)) (-4 *4 (-384 *6)))) (-2722 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1238)) (-4 *2 (-1238)) (-5 *1 (-382 *5 *4 *2 *6)) (-4 *4 (-384 *5)) (-4 *6 (-384 *2)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1238)) (-4 *6 (-1238)) (-4 *2 (-384 *6)) (-5 *1 (-382 *5 *4 *6 *2)) (-4 *4 (-384 *5)))))
+(-10 -7 (-15 -2423 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -2722 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3958 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
+((-2033 (((-112) (-1 (-112) |#2| |#2|) $) NIL) (((-112) $) 18)) (-2218 (($ (-1 (-112) |#2| |#2|) $) NIL) (($ $) 28)) (-2380 (($ (-1 (-112) |#2| |#2|) $) 27) (($ $) 22)) (-4204 (($ $) 25)) (-3539 (((-576) (-1 (-112) |#2|) $) NIL) (((-576) |#2| $) 11) (((-576) |#2| $ (-576)) NIL)) (-3181 (($ (-1 (-112) |#2| |#2|) $ $) NIL) (($ $ $) 20)))
+(((-383 |#1| |#2|) (-10 -8 (-15 -2218 (|#1| |#1|)) (-15 -2218 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -2033 ((-112) |#1|)) (-15 -2380 (|#1| |#1|)) (-15 -3181 (|#1| |#1| |#1|)) (-15 -3539 ((-576) |#2| |#1| (-576))) (-15 -3539 ((-576) |#2| |#1|)) (-15 -3539 ((-576) (-1 (-112) |#2|) |#1|)) (-15 -2033 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -2380 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -4204 (|#1| |#1|)) (-15 -3181 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|))) (-384 |#2|) (-1238)) (T -383))
+NIL
+(-10 -8 (-15 -2218 (|#1| |#1|)) (-15 -2218 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -2033 ((-112) |#1|)) (-15 -2380 (|#1| |#1|)) (-15 -3181 (|#1| |#1| |#1|)) (-15 -3539 ((-576) |#2| |#1| (-576))) (-15 -3539 ((-576) |#2| |#1|)) (-15 -3539 ((-576) (-1 (-112) |#2|) |#1|)) (-15 -2033 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -2380 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -4204 (|#1| |#1|)) (-15 -3181 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1758 (((-1293) $ (-576) (-576)) 41 (|has| $ (-6 -4465)))) (-2033 (((-112) (-1 (-112) |#1| |#1|) $) 101) (((-112) $) 95 (|has| |#1| (-862)))) (-2218 (($ (-1 (-112) |#1| |#1|) $) 92 (|has| $ (-6 -4465))) (($ $) 91 (-12 (|has| |#1| (-862)) (|has| $ (-6 -4465))))) (-2380 (($ (-1 (-112) |#1| |#1|) $) 102) (($ $) 96 (|has| |#1| (-862)))) (-1951 (((-112) $ (-783)) 8)) (-4268 ((|#1| $ (-576) |#1|) 53 (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) 60 (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4464)))) (-3853 (($) 7 T CONST)) (-1370 (($ $) 93 (|has| $ (-6 -4465)))) (-4204 (($ $) 103)) (-2741 (($ $) 80 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2824 (($ |#1| $) 79 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 78 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 75 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) 74 (|has| $ (-6 -4464)))) (-1908 ((|#1| $ (-576) |#1|) 54 (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) 52)) (-3539 (((-576) (-1 (-112) |#1|) $) 100) (((-576) |#1| $) 99 (|has| |#1| (-1121))) (((-576) |#1| $ (-576)) 98 (|has| |#1| (-1121)))) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-1988 (($ (-783) |#1|) 70)) (-4157 (((-112) $ (-783)) 9)) (-3176 (((-576) $) 44 (|has| (-576) (-862)))) (-2905 (($ $ $) 90 (|has| |#1| (-862)))) (-3181 (($ (-1 (-112) |#1| |#1|) $ $) 104) (($ $ $) 97 (|has| |#1| (-862)))) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2316 (((-576) $) 45 (|has| (-576) (-862)))) (-2163 (($ $ $) 89 (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-3386 (($ |#1| $ (-576)) 62) (($ $ $ (-576)) 61)) (-4402 (((-656 (-576)) $) 47)) (-1505 (((-112) (-576) $) 48)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-1753 ((|#1| $) 43 (|has| (-576) (-862)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 73)) (-3140 (($ $ |#1|) 42 (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-2408 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) 49)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#1| $ (-576) |#1|) 51) ((|#1| $ (-576)) 50) (($ $ (-1255 (-576))) 71)) (-2335 (($ $ (-576)) 64) (($ $ (-1255 (-576))) 63)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-3796 (($ $ $ (-576)) 94 (|has| $ (-6 -4465)))) (-4287 (($ $) 13)) (-1554 (((-548) $) 81 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 72)) (-2767 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-656 $)) 66)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) 87 (|has| |#1| (-862)))) (-3975 (((-112) $ $) 86 (|has| |#1| (-862)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3985 (((-112) $ $) 88 (|has| |#1| (-862)))) (-3962 (((-112) $ $) 85 (|has| |#1| (-862)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-384 |#1|) (-141) (-1238)) (T -384))
+((-3181 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-384 *3)) (-4 *3 (-1238)))) (-4204 (*1 *1 *1) (-12 (-4 *1 (-384 *2)) (-4 *2 (-1238)))) (-2380 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-384 *3)) (-4 *3 (-1238)))) (-2033 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *1 (-384 *4)) (-4 *4 (-1238)) (-5 *2 (-112)))) (-3539 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (-4 *1 (-384 *4)) (-4 *4 (-1238)) (-5 *2 (-576)))) (-3539 (*1 *2 *3 *1) (-12 (-4 *1 (-384 *3)) (-4 *3 (-1238)) (-4 *3 (-1121)) (-5 *2 (-576)))) (-3539 (*1 *2 *3 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-384 *3)) (-4 *3 (-1238)) (-4 *3 (-1121)))) (-3181 (*1 *1 *1 *1) (-12 (-4 *1 (-384 *2)) (-4 *2 (-1238)) (-4 *2 (-862)))) (-2380 (*1 *1 *1) (-12 (-4 *1 (-384 *2)) (-4 *2 (-1238)) (-4 *2 (-862)))) (-2033 (*1 *2 *1) (-12 (-4 *1 (-384 *3)) (-4 *3 (-1238)) (-4 *3 (-862)) (-5 *2 (-112)))) (-3796 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-576)) (|has| *1 (-6 -4465)) (-4 *1 (-384 *3)) (-4 *3 (-1238)))) (-1370 (*1 *1 *1) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-384 *2)) (-4 *2 (-1238)))) (-2218 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (|has| *1 (-6 -4465)) (-4 *1 (-384 *3)) (-4 *3 (-1238)))) (-2218 (*1 *1 *1) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-384 *2)) (-4 *2 (-1238)) (-4 *2 (-862)))))
+(-13 (-663 |t#1|) (-10 -8 (-6 -4464) (-15 -3181 ($ (-1 (-112) |t#1| |t#1|) $ $)) (-15 -4204 ($ $)) (-15 -2380 ($ (-1 (-112) |t#1| |t#1|) $)) (-15 -2033 ((-112) (-1 (-112) |t#1| |t#1|) $)) (-15 -3539 ((-576) (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1121)) (PROGN (-15 -3539 ((-576) |t#1| $)) (-15 -3539 ((-576) |t#1| $ (-576)))) |%noBranch|) (IF (|has| |t#1| (-862)) (PROGN (-6 (-862)) (-15 -3181 ($ $ $)) (-15 -2380 ($ $)) (-15 -2033 ((-112) $))) |%noBranch|) (IF (|has| $ (-6 -4465)) (PROGN (-15 -3796 ($ $ $ (-576))) (-15 -1370 ($ $)) (-15 -2218 ($ (-1 (-112) |t#1| |t#1|) $)) (IF (|has| |t#1| (-862)) (-15 -2218 ($ $)) |%noBranch|)) |%noBranch|)))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-862)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-862)) (|has| |#1| (-625 (-876)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1255 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-663 |#1|) . T) ((-862) |has| |#1| (-862)) ((-1121) -3795 (|has| |#1| (-1121)) (|has| |#1| (-862))) ((-1238) . T))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-1419 (((-656 |#1|) $) 37)) (-4423 (($ $ (-783)) 38)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2713 (((-1312 |#1| |#2|) (-1312 |#1| |#2|) $) 41)) (-4145 (($ $) 39)) (-1526 (((-1312 |#1| |#2|) (-1312 |#1| |#2|) $) 42)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-2143 (($ $ |#1| $) 36) (($ $ (-656 |#1|) (-656 $)) 35)) (-2786 (((-783) $) 43)) (-4125 (($ $ $) 34)) (-4114 (((-876) $) 12) (($ |#1|) 46) (((-1303 |#1| |#2|) $) 45) (((-1312 |#1| |#2|) $) 44)) (-2862 ((|#2| (-1312 |#1| |#2|) $) 47)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3808 (($ (-684 |#1|)) 40)) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#2|) 33 (|has| |#2| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#2| $) 27) (($ $ |#2|) 31)))
(((-385 |#1| |#2|) (-141) (-862) (-174)) (T -385))
-((-1713 (*1 *2 *3 *1) (-12 (-5 *3 (-1310 *4 *2)) (-4 *1 (-385 *4 *2)) (-4 *4 (-862)) (-4 *2 (-174)))) (-3567 (*1 *1 *2) (-12 (-4 *1 (-385 *2 *3)) (-4 *2 (-862)) (-4 *3 (-174)))) (-3567 (*1 *2 *1) (-12 (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)) (-5 *2 (-1301 *3 *4)))) (-3567 (*1 *2 *1) (-12 (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)) (-5 *2 (-1310 *3 *4)))) (-1967 (*1 *2 *1) (-12 (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)) (-5 *2 (-783)))) (-4133 (*1 *2 *2 *1) (-12 (-5 *2 (-1310 *3 *4)) (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)))) (-2584 (*1 *2 *2 *1) (-12 (-5 *2 (-1310 *3 *4)) (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)))) (-1498 (*1 *1 *2) (-12 (-5 *2 (-684 *3)) (-4 *3 (-862)) (-4 *1 (-385 *3 *4)) (-4 *4 (-174)))) (-1839 (*1 *1 *1) (-12 (-4 *1 (-385 *2 *3)) (-4 *2 (-862)) (-4 *3 (-174)))) (-3468 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)))) (-3444 (*1 *2 *1) (-12 (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)) (-5 *2 (-656 *3)))) (-3281 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-385 *2 *3)) (-4 *2 (-862)) (-4 *3 (-174)))) (-3281 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *4)) (-5 *3 (-656 *1)) (-4 *1 (-385 *4 *5)) (-4 *4 (-862)) (-4 *5 (-174)))))
-(-13 (-646 |t#2|) (-10 -8 (-15 -1713 (|t#2| (-1310 |t#1| |t#2|) $)) (-15 -3567 ($ |t#1|)) (-15 -3567 ((-1301 |t#1| |t#2|) $)) (-15 -3567 ((-1310 |t#1| |t#2|) $)) (-15 -1967 ((-783) $)) (-15 -4133 ((-1310 |t#1| |t#2|) (-1310 |t#1| |t#2|) $)) (-15 -2584 ((-1310 |t#1| |t#2|) (-1310 |t#1| |t#2|) $)) (-15 -1498 ($ (-684 |t#1|))) (-15 -1839 ($ $)) (-15 -3468 ($ $ (-783))) (-15 -3444 ((-656 |t#1|) $)) (-15 -3281 ($ $ |t#1| $)) (-15 -3281 ($ $ (-656 |t#1|) (-656 $)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#2| |#2|) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#2|) . T) ((-660 |#2|) . T) ((-646 |#2|) . T) ((-652 |#2|) . T) ((-729 |#2|) . T) ((-1070 |#2|) . T) ((-1075 |#2|) . T) ((-1119) . T) ((-1236) . T))
-((-3461 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 40)) (-3240 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 13)) (-4171 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 33)))
-(((-386 |#1| |#2|) (-10 -7 (-15 -3240 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -4171 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -3461 (|#2| (-1 (-112) |#1| |#1|) |#2|))) (-1236) (-13 (-384 |#1|) (-10 -7 (-6 -4463)))) (T -386))
-((-3461 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1236)) (-5 *1 (-386 *4 *2)) (-4 *2 (-13 (-384 *4) (-10 -7 (-6 -4463)))))) (-4171 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1236)) (-5 *1 (-386 *4 *2)) (-4 *2 (-13 (-384 *4) (-10 -7 (-6 -4463)))))) (-3240 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1236)) (-5 *1 (-386 *4 *2)) (-4 *2 (-13 (-384 *4) (-10 -7 (-6 -4463)))))))
-(-10 -7 (-15 -3240 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -4171 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -3461 (|#2| (-1 (-112) |#1| |#1|) |#2|)))
-((-3142 (((-701 |#2|) (-701 $)) NIL) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) NIL) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 22) (((-701 (-576)) (-701 $)) 14)))
-(((-387 |#1| |#2|) (-10 -8 (-15 -3142 ((-701 (-576)) (-701 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-701 |#2|) (-701 |#1|)))) (-388 |#2|) (-1068)) (T -387))
-NIL
-(-10 -8 (-15 -3142 ((-701 (-576)) (-701 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-701 |#2|) (-701 |#1|))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-3142 (((-701 |#1|) (-701 $)) 30) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) 29) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 41 (|has| |#1| (-651 (-576)))) (((-701 (-576)) (-701 $)) 40 (|has| |#1| (-651 (-576))))) (-1853 (((-701 |#1|) (-1286 $)) 32) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) 31) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) 39 (|has| |#1| (-651 (-576)))) (((-701 (-576)) (-1286 $)) 38 (|has| |#1| (-651 (-576))))) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27)))
-(((-388 |#1|) (-141) (-1068)) (T -388))
+((-2862 (*1 *2 *3 *1) (-12 (-5 *3 (-1312 *4 *2)) (-4 *1 (-385 *4 *2)) (-4 *4 (-862)) (-4 *2 (-174)))) (-4114 (*1 *1 *2) (-12 (-4 *1 (-385 *2 *3)) (-4 *2 (-862)) (-4 *3 (-174)))) (-4114 (*1 *2 *1) (-12 (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)) (-5 *2 (-1303 *3 *4)))) (-4114 (*1 *2 *1) (-12 (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)) (-5 *2 (-1312 *3 *4)))) (-2786 (*1 *2 *1) (-12 (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)) (-5 *2 (-783)))) (-1526 (*1 *2 *2 *1) (-12 (-5 *2 (-1312 *3 *4)) (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)))) (-2713 (*1 *2 *2 *1) (-12 (-5 *2 (-1312 *3 *4)) (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)))) (-3808 (*1 *1 *2) (-12 (-5 *2 (-684 *3)) (-4 *3 (-862)) (-4 *1 (-385 *3 *4)) (-4 *4 (-174)))) (-4145 (*1 *1 *1) (-12 (-4 *1 (-385 *2 *3)) (-4 *2 (-862)) (-4 *3 (-174)))) (-4423 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)))) (-1419 (*1 *2 *1) (-12 (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)) (-5 *2 (-656 *3)))) (-2143 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-385 *2 *3)) (-4 *2 (-862)) (-4 *3 (-174)))) (-2143 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *4)) (-5 *3 (-656 *1)) (-4 *1 (-385 *4 *5)) (-4 *4 (-862)) (-4 *5 (-174)))))
+(-13 (-646 |t#2|) (-10 -8 (-15 -2862 (|t#2| (-1312 |t#1| |t#2|) $)) (-15 -4114 ($ |t#1|)) (-15 -4114 ((-1303 |t#1| |t#2|) $)) (-15 -4114 ((-1312 |t#1| |t#2|) $)) (-15 -2786 ((-783) $)) (-15 -1526 ((-1312 |t#1| |t#2|) (-1312 |t#1| |t#2|) $)) (-15 -2713 ((-1312 |t#1| |t#2|) (-1312 |t#1| |t#2|) $)) (-15 -3808 ($ (-684 |t#1|))) (-15 -4145 ($ $)) (-15 -4423 ($ $ (-783))) (-15 -1419 ((-656 |t#1|) $)) (-15 -2143 ($ $ |t#1| $)) (-15 -2143 ($ $ (-656 |t#1|) (-656 $)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#2| |#2|) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#2|) . T) ((-660 |#2|) . T) ((-646 |#2|) . T) ((-652 |#2|) . T) ((-729 |#2|) . T) ((-1072 |#2|) . T) ((-1077 |#2|) . T) ((-1121) . T) ((-1238) . T))
+((-4377 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 40)) (-4038 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 13)) (-3850 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 33)))
+(((-386 |#1| |#2|) (-10 -7 (-15 -4038 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -3850 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -4377 (|#2| (-1 (-112) |#1| |#1|) |#2|))) (-1238) (-13 (-384 |#1|) (-10 -7 (-6 -4465)))) (T -386))
+((-4377 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1238)) (-5 *1 (-386 *4 *2)) (-4 *2 (-13 (-384 *4) (-10 -7 (-6 -4465)))))) (-3850 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1238)) (-5 *1 (-386 *4 *2)) (-4 *2 (-13 (-384 *4) (-10 -7 (-6 -4465)))))) (-4038 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1238)) (-5 *1 (-386 *4 *2)) (-4 *2 (-13 (-384 *4) (-10 -7 (-6 -4465)))))))
+(-10 -7 (-15 -4038 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -3850 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -4377 (|#2| (-1 (-112) |#1| |#1|) |#2|)))
+((-2255 (((-701 |#2|) (-701 $)) NIL) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) NIL) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 22) (((-701 (-576)) (-701 $)) 14)))
+(((-387 |#1| |#2|) (-10 -8 (-15 -2255 ((-701 (-576)) (-701 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-701 |#2|) (-701 |#1|)))) (-388 |#2|) (-1070)) (T -387))
+NIL
+(-10 -8 (-15 -2255 ((-701 (-576)) (-701 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-701 |#2|) (-701 |#1|))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2255 (((-701 |#1|) (-701 $)) 30) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) 29) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 41 (|has| |#1| (-651 (-576)))) (((-701 (-576)) (-701 $)) 40 (|has| |#1| (-651 (-576))))) (-3015 (((-701 |#1|) (-1288 $)) 32) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) 31) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) 39 (|has| |#1| (-651 (-576)))) (((-701 (-576)) (-1288 $)) 38 (|has| |#1| (-651 (-576))))) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27)))
+(((-388 |#1|) (-141) (-1070)) (T -388))
NIL
(-13 (-651 |t#1|) (-10 -7 (IF (|has| |t#1| (-651 (-576))) (-6 (-651 (-576))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 #0=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-651 #0#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-4274 (((-656 (-304 (-969 (-171 |#1|)))) (-304 (-419 (-969 (-171 (-576))))) |#1|) 51) (((-656 (-304 (-969 (-171 |#1|)))) (-419 (-969 (-171 (-576)))) |#1|) 50) (((-656 (-656 (-304 (-969 (-171 |#1|))))) (-656 (-304 (-419 (-969 (-171 (-576)))))) |#1|) 47) (((-656 (-656 (-304 (-969 (-171 |#1|))))) (-656 (-419 (-969 (-171 (-576))))) |#1|) 41)) (-1431 (((-656 (-656 (-171 |#1|))) (-656 (-419 (-969 (-171 (-576))))) (-656 (-1195)) |#1|) 30) (((-656 (-171 |#1|)) (-419 (-969 (-171 (-576)))) |#1|) 18)))
-(((-389 |#1|) (-10 -7 (-15 -4274 ((-656 (-656 (-304 (-969 (-171 |#1|))))) (-656 (-419 (-969 (-171 (-576))))) |#1|)) (-15 -4274 ((-656 (-656 (-304 (-969 (-171 |#1|))))) (-656 (-304 (-419 (-969 (-171 (-576)))))) |#1|)) (-15 -4274 ((-656 (-304 (-969 (-171 |#1|)))) (-419 (-969 (-171 (-576)))) |#1|)) (-15 -4274 ((-656 (-304 (-969 (-171 |#1|)))) (-304 (-419 (-969 (-171 (-576))))) |#1|)) (-15 -1431 ((-656 (-171 |#1|)) (-419 (-969 (-171 (-576)))) |#1|)) (-15 -1431 ((-656 (-656 (-171 |#1|))) (-656 (-419 (-969 (-171 (-576))))) (-656 (-1195)) |#1|))) (-13 (-374) (-860))) (T -389))
-((-1431 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 (-419 (-969 (-171 (-576)))))) (-5 *4 (-656 (-1195))) (-5 *2 (-656 (-656 (-171 *5)))) (-5 *1 (-389 *5)) (-4 *5 (-13 (-374) (-860))))) (-1431 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-969 (-171 (-576))))) (-5 *2 (-656 (-171 *4))) (-5 *1 (-389 *4)) (-4 *4 (-13 (-374) (-860))))) (-4274 (*1 *2 *3 *4) (-12 (-5 *3 (-304 (-419 (-969 (-171 (-576)))))) (-5 *2 (-656 (-304 (-969 (-171 *4))))) (-5 *1 (-389 *4)) (-4 *4 (-13 (-374) (-860))))) (-4274 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-969 (-171 (-576))))) (-5 *2 (-656 (-304 (-969 (-171 *4))))) (-5 *1 (-389 *4)) (-4 *4 (-13 (-374) (-860))))) (-4274 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-304 (-419 (-969 (-171 (-576))))))) (-5 *2 (-656 (-656 (-304 (-969 (-171 *4)))))) (-5 *1 (-389 *4)) (-4 *4 (-13 (-374) (-860))))) (-4274 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-419 (-969 (-171 (-576)))))) (-5 *2 (-656 (-656 (-304 (-969 (-171 *4)))))) (-5 *1 (-389 *4)) (-4 *4 (-13 (-374) (-860))))))
-(-10 -7 (-15 -4274 ((-656 (-656 (-304 (-969 (-171 |#1|))))) (-656 (-419 (-969 (-171 (-576))))) |#1|)) (-15 -4274 ((-656 (-656 (-304 (-969 (-171 |#1|))))) (-656 (-304 (-419 (-969 (-171 (-576)))))) |#1|)) (-15 -4274 ((-656 (-304 (-969 (-171 |#1|)))) (-419 (-969 (-171 (-576)))) |#1|)) (-15 -4274 ((-656 (-304 (-969 (-171 |#1|)))) (-304 (-419 (-969 (-171 (-576))))) |#1|)) (-15 -1431 ((-656 (-171 |#1|)) (-419 (-969 (-171 (-576)))) |#1|)) (-15 -1431 ((-656 (-656 (-171 |#1|))) (-656 (-419 (-969 (-171 (-576))))) (-656 (-1195)) |#1|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 35)) (-3522 (((-576) $) 62)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-1930 (($ $) 136)) (-4022 (($ $) 98)) (-3898 (($ $) 90)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1838 (($ $) 47)) (-1829 (((-112) $ $) NIL)) (-4003 (($ $) 96)) (-3874 (($ $) 85)) (-2786 (((-576) $) 78)) (-2740 (($ $ (-576)) 73)) (-4047 (($ $) NIL)) (-3917 (($ $) NIL)) (-2135 (($) NIL T CONST)) (-2272 (($ $) 138)) (-1570 (((-3 (-576) "failed") $) 231) (((-3 (-419 (-576)) "failed") $) 227)) (-2857 (((-576) $) 229) (((-419 (-576)) $) 225)) (-3426 (($ $ $) NIL)) (-4066 (((-576) $ $) 125)) (-2251 (((-3 $ "failed") $) 141)) (-3870 (((-419 (-576)) $ (-783)) 232) (((-419 (-576)) $ (-783) (-783)) 224)) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3337 (((-938)) 121) (((-938) (-938)) 122 (|has| $ (-6 -4453)))) (-3075 (((-112) $) 130)) (-1598 (($) 41)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL)) (-2040 (((-1291) (-783)) 191)) (-2535 (((-1291)) 196) (((-1291) (-783)) 197)) (-2300 (((-1291)) 198) (((-1291) (-783)) 199)) (-3345 (((-1291)) 194) (((-1291) (-783)) 195)) (-1991 (((-576) $) 68)) (-3612 (((-112) $) 40)) (-3867 (($ $ (-576)) NIL)) (-2902 (($ $) 51)) (-1650 (($ $) NIL)) (-3667 (((-112) $) 37)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3123 (($ $ $) NIL) (($) NIL (-12 (-2658 (|has| $ (-6 -4445))) (-2658 (|has| $ (-6 -4453)))))) (-2352 (($ $ $) NIL) (($) NIL (-12 (-2658 (|has| $ (-6 -4445))) (-2658 (|has| $ (-6 -4453)))))) (-1490 (((-576) $) 17)) (-2751 (($) 106) (($ $) 113)) (-2325 (($) 112) (($ $) 114)) (-3742 (($ $) 101)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 143)) (-2359 (((-938) (-576)) 46 (|has| $ (-6 -4453)))) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3252 (($ $) 60)) (-3247 (($ $) 135)) (-3042 (($ (-576) (-576)) 131) (($ (-576) (-576) (-938)) 132)) (-1827 (((-430 $) $) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2125 (((-576) $) 19)) (-4327 (($) 115)) (-4101 (($ $) 95)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2765 (((-938)) 123) (((-938) (-938)) 124 (|has| $ (-6 -4453)))) (-2770 (($ $) 142) (($ $ (-783)) NIL)) (-1632 (((-938) (-576)) 50 (|has| $ (-6 -4453)))) (-4058 (($ $) NIL)) (-3927 (($ $) NIL)) (-4034 (($ $) NIL)) (-3907 (($ $) NIL)) (-4011 (($ $) 97)) (-3886 (($ $) 89)) (-4169 (((-390) $) 216) (((-227) $) 218) (((-905 (-390)) $) NIL) (((-1177) $) 202) (((-548) $) 214) (($ (-227)) 223)) (-3567 (((-874) $) 206) (($ (-576)) 228) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-576)) 228) (($ (-419 (-576))) NIL) (((-227) $) 219)) (-2596 (((-783)) NIL T CONST)) (-4317 (($ $) 137)) (-1639 (((-938)) 61) (((-938) (-938)) 80 (|has| $ (-6 -4453)))) (-1540 (((-112) $ $) NIL)) (-3513 (((-938)) 126)) (-2787 (($ $) 104)) (-3958 (($ $) 49) (($ $ $) 59)) (-4196 (((-112) $ $) NIL)) (-4068 (($ $) 102)) (-3935 (($ $) 39)) (-2812 (($ $) NIL)) (-3980 (($ $) NIL)) (-4385 (($ $) NIL)) (-3992 (($ $) NIL)) (-2800 (($ $) NIL)) (-3971 (($ $) NIL)) (-4080 (($ $) 103)) (-3948 (($ $) 52)) (-4308 (($ $) 58)) (-2716 (($) 36 T CONST)) (-2727 (($) 43 T CONST)) (-4359 (((-1177) $) 27) (((-1177) $ (-112)) 29) (((-1291) (-834) $) 30) (((-1291) (-834) $ (-112)) 31)) (-2014 (($ $) NIL) (($ $ (-783)) NIL)) (-2989 (((-112) $ $) 203)) (-2960 (((-112) $ $) 45)) (-2921 (((-112) $ $) 56)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 57)) (-3054 (($ $ $) 48) (($ $ (-576)) 42)) (-3041 (($ $) 38) (($ $ $) 53)) (-3027 (($ $ $) 72)) (** (($ $ (-938)) 83) (($ $ (-783)) NIL) (($ $ (-576)) 107) (($ $ (-419 (-576))) 154) (($ $ $) 145)) (* (($ (-938) $) 79) (($ (-783) $) NIL) (($ (-576) $) 84) (($ $ $) 71) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL)))
-(((-390) (-13 (-416) (-238) (-626 (-1177)) (-840) (-625 (-227)) (-1221) (-626 (-548)) (-630 (-227)) (-10 -8 (-15 -3054 ($ $ (-576))) (-15 ** ($ $ $)) (-15 -2902 ($ $)) (-15 -4066 ((-576) $ $)) (-15 -2740 ($ $ (-576))) (-15 -3870 ((-419 (-576)) $ (-783))) (-15 -3870 ((-419 (-576)) $ (-783) (-783))) (-15 -2751 ($)) (-15 -2325 ($)) (-15 -4327 ($)) (-15 -3958 ($ $ $)) (-15 -2751 ($ $)) (-15 -2325 ($ $)) (-15 -2300 ((-1291))) (-15 -2300 ((-1291) (-783))) (-15 -3345 ((-1291))) (-15 -3345 ((-1291) (-783))) (-15 -2535 ((-1291))) (-15 -2535 ((-1291) (-783))) (-15 -2040 ((-1291) (-783))) (-6 -4453) (-6 -4445)))) (T -390))
-((** (*1 *1 *1 *1) (-5 *1 (-390))) (-3054 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-390)))) (-2902 (*1 *1 *1) (-5 *1 (-390))) (-4066 (*1 *2 *1 *1) (-12 (-5 *2 (-576)) (-5 *1 (-390)))) (-2740 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-390)))) (-3870 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *2 (-419 (-576))) (-5 *1 (-390)))) (-3870 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-783)) (-5 *2 (-419 (-576))) (-5 *1 (-390)))) (-2751 (*1 *1) (-5 *1 (-390))) (-2325 (*1 *1) (-5 *1 (-390))) (-4327 (*1 *1) (-5 *1 (-390))) (-3958 (*1 *1 *1 *1) (-5 *1 (-390))) (-2751 (*1 *1 *1) (-5 *1 (-390))) (-2325 (*1 *1 *1) (-5 *1 (-390))) (-2300 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-390)))) (-2300 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1291)) (-5 *1 (-390)))) (-3345 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-390)))) (-3345 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1291)) (-5 *1 (-390)))) (-2535 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-390)))) (-2535 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1291)) (-5 *1 (-390)))) (-2040 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1291)) (-5 *1 (-390)))))
-(-13 (-416) (-238) (-626 (-1177)) (-840) (-625 (-227)) (-1221) (-626 (-548)) (-630 (-227)) (-10 -8 (-15 -3054 ($ $ (-576))) (-15 ** ($ $ $)) (-15 -2902 ($ $)) (-15 -4066 ((-576) $ $)) (-15 -2740 ($ $ (-576))) (-15 -3870 ((-419 (-576)) $ (-783))) (-15 -3870 ((-419 (-576)) $ (-783) (-783))) (-15 -2751 ($)) (-15 -2325 ($)) (-15 -4327 ($)) (-15 -3958 ($ $ $)) (-15 -2751 ($ $)) (-15 -2325 ($ $)) (-15 -2300 ((-1291))) (-15 -2300 ((-1291) (-783))) (-15 -3345 ((-1291))) (-15 -3345 ((-1291) (-783))) (-15 -2535 ((-1291))) (-15 -2535 ((-1291) (-783))) (-15 -2040 ((-1291) (-783))) (-6 -4453) (-6 -4445)))
-((-3554 (((-656 (-304 (-969 |#1|))) (-304 (-419 (-969 (-576)))) |#1|) 46) (((-656 (-304 (-969 |#1|))) (-419 (-969 (-576))) |#1|) 45) (((-656 (-656 (-304 (-969 |#1|)))) (-656 (-304 (-419 (-969 (-576))))) |#1|) 42) (((-656 (-656 (-304 (-969 |#1|)))) (-656 (-419 (-969 (-576)))) |#1|) 36)) (-4310 (((-656 |#1|) (-419 (-969 (-576))) |#1|) 20) (((-656 (-656 |#1|)) (-656 (-419 (-969 (-576)))) (-656 (-1195)) |#1|) 30)))
-(((-391 |#1|) (-10 -7 (-15 -3554 ((-656 (-656 (-304 (-969 |#1|)))) (-656 (-419 (-969 (-576)))) |#1|)) (-15 -3554 ((-656 (-656 (-304 (-969 |#1|)))) (-656 (-304 (-419 (-969 (-576))))) |#1|)) (-15 -3554 ((-656 (-304 (-969 |#1|))) (-419 (-969 (-576))) |#1|)) (-15 -3554 ((-656 (-304 (-969 |#1|))) (-304 (-419 (-969 (-576)))) |#1|)) (-15 -4310 ((-656 (-656 |#1|)) (-656 (-419 (-969 (-576)))) (-656 (-1195)) |#1|)) (-15 -4310 ((-656 |#1|) (-419 (-969 (-576))) |#1|))) (-13 (-860) (-374))) (T -391))
-((-4310 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-969 (-576)))) (-5 *2 (-656 *4)) (-5 *1 (-391 *4)) (-4 *4 (-13 (-860) (-374))))) (-4310 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 (-419 (-969 (-576))))) (-5 *4 (-656 (-1195))) (-5 *2 (-656 (-656 *5))) (-5 *1 (-391 *5)) (-4 *5 (-13 (-860) (-374))))) (-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-304 (-419 (-969 (-576))))) (-5 *2 (-656 (-304 (-969 *4)))) (-5 *1 (-391 *4)) (-4 *4 (-13 (-860) (-374))))) (-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-969 (-576)))) (-5 *2 (-656 (-304 (-969 *4)))) (-5 *1 (-391 *4)) (-4 *4 (-13 (-860) (-374))))) (-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-304 (-419 (-969 (-576)))))) (-5 *2 (-656 (-656 (-304 (-969 *4))))) (-5 *1 (-391 *4)) (-4 *4 (-13 (-860) (-374))))) (-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-419 (-969 (-576))))) (-5 *2 (-656 (-656 (-304 (-969 *4))))) (-5 *1 (-391 *4)) (-4 *4 (-13 (-860) (-374))))))
-(-10 -7 (-15 -3554 ((-656 (-656 (-304 (-969 |#1|)))) (-656 (-419 (-969 (-576)))) |#1|)) (-15 -3554 ((-656 (-656 (-304 (-969 |#1|)))) (-656 (-304 (-419 (-969 (-576))))) |#1|)) (-15 -3554 ((-656 (-304 (-969 |#1|))) (-419 (-969 (-576))) |#1|)) (-15 -3554 ((-656 (-304 (-969 |#1|))) (-304 (-419 (-969 (-576)))) |#1|)) (-15 -4310 ((-656 (-656 |#1|)) (-656 (-419 (-969 (-576)))) (-656 (-1195)) |#1|)) (-15 -4310 ((-656 |#1|) (-419 (-969 (-576))) |#1|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#2| "failed") $) 30)) (-2857 ((|#2| $) 32)) (-2109 (($ $) NIL)) (-1935 (((-783) $) 11)) (-1538 (((-656 $) $) 23)) (-2544 (((-112) $) NIL)) (-3682 (($ |#2| |#1|) 21)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-1471 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 17)) (-2076 ((|#2| $) 18)) (-2086 ((|#1| $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 51) (($ |#2|) 31)) (-1691 (((-656 |#1|) $) 20)) (-1749 ((|#1| $ |#2|) 55)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 33 T CONST)) (-2776 (((-656 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 14)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ |#1| $) 36) (($ $ |#1|) 37) (($ |#1| |#2|) 39) (($ |#2| |#1|) 40)))
-(((-392 |#1| |#2|) (-13 (-393 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|)))) (-1068) (-862)) (T -392))
-((* (*1 *1 *2 *3) (-12 (-5 *1 (-392 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-862)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 #0=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-651 #0#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-3671 (((-656 (-304 (-971 (-171 |#1|)))) (-304 (-419 (-971 (-171 (-576))))) |#1|) 51) (((-656 (-304 (-971 (-171 |#1|)))) (-419 (-971 (-171 (-576)))) |#1|) 50) (((-656 (-656 (-304 (-971 (-171 |#1|))))) (-656 (-304 (-419 (-971 (-171 (-576)))))) |#1|) 47) (((-656 (-656 (-304 (-971 (-171 |#1|))))) (-656 (-419 (-971 (-171 (-576))))) |#1|) 41)) (-2669 (((-656 (-656 (-171 |#1|))) (-656 (-419 (-971 (-171 (-576))))) (-656 (-1197)) |#1|) 30) (((-656 (-171 |#1|)) (-419 (-971 (-171 (-576)))) |#1|) 18)))
+(((-389 |#1|) (-10 -7 (-15 -3671 ((-656 (-656 (-304 (-971 (-171 |#1|))))) (-656 (-419 (-971 (-171 (-576))))) |#1|)) (-15 -3671 ((-656 (-656 (-304 (-971 (-171 |#1|))))) (-656 (-304 (-419 (-971 (-171 (-576)))))) |#1|)) (-15 -3671 ((-656 (-304 (-971 (-171 |#1|)))) (-419 (-971 (-171 (-576)))) |#1|)) (-15 -3671 ((-656 (-304 (-971 (-171 |#1|)))) (-304 (-419 (-971 (-171 (-576))))) |#1|)) (-15 -2669 ((-656 (-171 |#1|)) (-419 (-971 (-171 (-576)))) |#1|)) (-15 -2669 ((-656 (-656 (-171 |#1|))) (-656 (-419 (-971 (-171 (-576))))) (-656 (-1197)) |#1|))) (-13 (-374) (-860))) (T -389))
+((-2669 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 (-419 (-971 (-171 (-576)))))) (-5 *4 (-656 (-1197))) (-5 *2 (-656 (-656 (-171 *5)))) (-5 *1 (-389 *5)) (-4 *5 (-13 (-374) (-860))))) (-2669 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-971 (-171 (-576))))) (-5 *2 (-656 (-171 *4))) (-5 *1 (-389 *4)) (-4 *4 (-13 (-374) (-860))))) (-3671 (*1 *2 *3 *4) (-12 (-5 *3 (-304 (-419 (-971 (-171 (-576)))))) (-5 *2 (-656 (-304 (-971 (-171 *4))))) (-5 *1 (-389 *4)) (-4 *4 (-13 (-374) (-860))))) (-3671 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-971 (-171 (-576))))) (-5 *2 (-656 (-304 (-971 (-171 *4))))) (-5 *1 (-389 *4)) (-4 *4 (-13 (-374) (-860))))) (-3671 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-304 (-419 (-971 (-171 (-576))))))) (-5 *2 (-656 (-656 (-304 (-971 (-171 *4)))))) (-5 *1 (-389 *4)) (-4 *4 (-13 (-374) (-860))))) (-3671 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-419 (-971 (-171 (-576)))))) (-5 *2 (-656 (-656 (-304 (-971 (-171 *4)))))) (-5 *1 (-389 *4)) (-4 *4 (-13 (-374) (-860))))))
+(-10 -7 (-15 -3671 ((-656 (-656 (-304 (-971 (-171 |#1|))))) (-656 (-419 (-971 (-171 (-576))))) |#1|)) (-15 -3671 ((-656 (-656 (-304 (-971 (-171 |#1|))))) (-656 (-304 (-419 (-971 (-171 (-576)))))) |#1|)) (-15 -3671 ((-656 (-304 (-971 (-171 |#1|)))) (-419 (-971 (-171 (-576)))) |#1|)) (-15 -3671 ((-656 (-304 (-971 (-171 |#1|)))) (-304 (-419 (-971 (-171 (-576))))) |#1|)) (-15 -2669 ((-656 (-171 |#1|)) (-419 (-971 (-171 (-576)))) |#1|)) (-15 -2669 ((-656 (-656 (-171 |#1|))) (-656 (-419 (-971 (-171 (-576))))) (-656 (-1197)) |#1|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 35)) (-3730 (((-576) $) 62)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2452 (($ $) 136)) (-3586 (($ $) 98)) (-3435 (($ $) 90)) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-1463 (($ $) 47)) (-4064 (((-112) $ $) NIL)) (-3562 (($ $) 96)) (-3412 (($ $) 85)) (-4018 (((-576) $) 78)) (-3385 (($ $ (-576)) 73)) (-3612 (($ $) NIL)) (-3461 (($ $) NIL)) (-3853 (($) NIL T CONST)) (-2646 (($ $) 138)) (-2981 (((-3 (-576) "failed") $) 231) (((-3 (-419 (-576)) "failed") $) 227)) (-2318 (((-576) $) 229) (((-419 (-576)) $) 225)) (-1892 (($ $ $) NIL)) (-2070 (((-576) $ $) 125)) (-2413 (((-3 $ "failed") $) 141)) (-4090 (((-419 (-576)) $ (-783)) 232) (((-419 (-576)) $ (-783) (-783)) 224)) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-2760 (((-940)) 121) (((-940) (-940)) 122 (|has| $ (-6 -4455)))) (-2907 (((-112) $) 130)) (-2723 (($) 41)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL)) (-2187 (((-1293) (-783)) 191)) (-3546 (((-1293)) 196) (((-1293) (-783)) 197)) (-2976 (((-1293)) 198) (((-1293) (-783)) 199)) (-2526 (((-1293)) 194) (((-1293) (-783)) 195)) (-1760 (((-576) $) 68)) (-3315 (((-112) $) 40)) (-4063 (($ $ (-576)) NIL)) (-2599 (($ $) 51)) (-2828 (($ $) NIL)) (-2569 (((-112) $) 37)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2905 (($ $ $) NIL) (($) NIL (-12 (-2300 (|has| $ (-6 -4447))) (-2300 (|has| $ (-6 -4455)))))) (-2163 (($ $ $) NIL) (($) NIL (-12 (-2300 (|has| $ (-6 -4447))) (-2300 (|has| $ (-6 -4455)))))) (-1359 (((-576) $) 17)) (-1722 (($) 106) (($ $) 113)) (-2485 (($) 112) (($ $) 114)) (-2608 (($ $) 101)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 143)) (-2227 (((-940) (-576)) 46 (|has| $ (-6 -4455)))) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4152 (($ $) 60)) (-4110 (($ $) 135)) (-2633 (($ (-576) (-576)) 131) (($ (-576) (-576) (-940)) 132)) (-1452 (((-430 $) $) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3744 (((-576) $) 19)) (-2877 (($) 115)) (-2154 (($ $) 95)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-3833 (((-940)) 123) (((-940) (-940)) 124 (|has| $ (-6 -4455)))) (-4107 (($ $) 142) (($ $ (-783)) NIL)) (-2657 (((-940) (-576)) 50 (|has| $ (-6 -4455)))) (-3623 (($ $) NIL)) (-3474 (($ $) NIL)) (-3599 (($ $) NIL)) (-3448 (($ $) NIL)) (-3574 (($ $) 97)) (-3424 (($ $) 89)) (-1554 (((-390) $) 216) (((-227) $) 218) (((-907 (-390)) $) NIL) (((-1179) $) 202) (((-548) $) 214) (($ (-227)) 223)) (-4114 (((-876) $) 206) (($ (-576)) 228) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-576)) 228) (($ (-419 (-576))) NIL) (((-227) $) 219)) (-2864 (((-783)) NIL T CONST)) (-2778 (($ $) 137)) (-2729 (((-940)) 61) (((-940) (-940)) 80 (|has| $ (-6 -4455)))) (-3000 (((-112) $ $) NIL)) (-1867 (((-940)) 126)) (-3653 (($ $) 104)) (-3510 (($ $) 49) (($ $ $) 59)) (-4095 (((-112) $ $) NIL)) (-3632 (($ $) 102)) (-3487 (($ $) 39)) (-3673 (($ $) NIL)) (-3537 (($ $) NIL)) (-1970 (($ $) NIL)) (-3550 (($ $) NIL)) (-3664 (($ $) NIL)) (-3523 (($ $) NIL)) (-3642 (($ $) 103)) (-3498 (($ $) 52)) (-2679 (($ $) 58)) (-4312 (($) 36 T CONST)) (-4322 (($) 43 T CONST)) (-1883 (((-1179) $) 27) (((-1179) $ (-112)) 29) (((-1293) (-834) $) 30) (((-1293) (-834) $ (-112)) 31)) (-3157 (($ $) NIL) (($ $ (-783)) NIL)) (-3995 (((-112) $ $) 203)) (-3975 (((-112) $ $) 45)) (-3939 (((-112) $ $) 56)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 57)) (-4047 (($ $ $) 48) (($ $ (-576)) 42)) (-4037 (($ $) 38) (($ $ $) 53)) (-4027 (($ $ $) 72)) (** (($ $ (-940)) 83) (($ $ (-783)) NIL) (($ $ (-576)) 107) (($ $ (-419 (-576))) 154) (($ $ $) 145)) (* (($ (-940) $) 79) (($ (-783) $) NIL) (($ (-576) $) 84) (($ $ $) 71) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL)))
+(((-390) (-13 (-416) (-238) (-626 (-1179)) (-840) (-625 (-227)) (-1223) (-626 (-548)) (-630 (-227)) (-10 -8 (-15 -4047 ($ $ (-576))) (-15 ** ($ $ $)) (-15 -2599 ($ $)) (-15 -2070 ((-576) $ $)) (-15 -3385 ($ $ (-576))) (-15 -4090 ((-419 (-576)) $ (-783))) (-15 -4090 ((-419 (-576)) $ (-783) (-783))) (-15 -1722 ($)) (-15 -2485 ($)) (-15 -2877 ($)) (-15 -3510 ($ $ $)) (-15 -1722 ($ $)) (-15 -2485 ($ $)) (-15 -2976 ((-1293))) (-15 -2976 ((-1293) (-783))) (-15 -2526 ((-1293))) (-15 -2526 ((-1293) (-783))) (-15 -3546 ((-1293))) (-15 -3546 ((-1293) (-783))) (-15 -2187 ((-1293) (-783))) (-6 -4455) (-6 -4447)))) (T -390))
+((** (*1 *1 *1 *1) (-5 *1 (-390))) (-4047 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-390)))) (-2599 (*1 *1 *1) (-5 *1 (-390))) (-2070 (*1 *2 *1 *1) (-12 (-5 *2 (-576)) (-5 *1 (-390)))) (-3385 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-390)))) (-4090 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *2 (-419 (-576))) (-5 *1 (-390)))) (-4090 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-783)) (-5 *2 (-419 (-576))) (-5 *1 (-390)))) (-1722 (*1 *1) (-5 *1 (-390))) (-2485 (*1 *1) (-5 *1 (-390))) (-2877 (*1 *1) (-5 *1 (-390))) (-3510 (*1 *1 *1 *1) (-5 *1 (-390))) (-1722 (*1 *1 *1) (-5 *1 (-390))) (-2485 (*1 *1 *1) (-5 *1 (-390))) (-2976 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-390)))) (-2976 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1293)) (-5 *1 (-390)))) (-2526 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-390)))) (-2526 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1293)) (-5 *1 (-390)))) (-3546 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-390)))) (-3546 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1293)) (-5 *1 (-390)))) (-2187 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1293)) (-5 *1 (-390)))))
+(-13 (-416) (-238) (-626 (-1179)) (-840) (-625 (-227)) (-1223) (-626 (-548)) (-630 (-227)) (-10 -8 (-15 -4047 ($ $ (-576))) (-15 ** ($ $ $)) (-15 -2599 ($ $)) (-15 -2070 ((-576) $ $)) (-15 -3385 ($ $ (-576))) (-15 -4090 ((-419 (-576)) $ (-783))) (-15 -4090 ((-419 (-576)) $ (-783) (-783))) (-15 -1722 ($)) (-15 -2485 ($)) (-15 -2877 ($)) (-15 -3510 ($ $ $)) (-15 -1722 ($ $)) (-15 -2485 ($ $)) (-15 -2976 ((-1293))) (-15 -2976 ((-1293) (-783))) (-15 -2526 ((-1293))) (-15 -2526 ((-1293) (-783))) (-15 -3546 ((-1293))) (-15 -3546 ((-1293) (-783))) (-15 -2187 ((-1293) (-783))) (-6 -4455) (-6 -4447)))
+((-4022 (((-656 (-304 (-971 |#1|))) (-304 (-419 (-971 (-576)))) |#1|) 46) (((-656 (-304 (-971 |#1|))) (-419 (-971 (-576))) |#1|) 45) (((-656 (-656 (-304 (-971 |#1|)))) (-656 (-304 (-419 (-971 (-576))))) |#1|) 42) (((-656 (-656 (-304 (-971 |#1|)))) (-656 (-419 (-971 (-576)))) |#1|) 36)) (-2702 (((-656 |#1|) (-419 (-971 (-576))) |#1|) 20) (((-656 (-656 |#1|)) (-656 (-419 (-971 (-576)))) (-656 (-1197)) |#1|) 30)))
+(((-391 |#1|) (-10 -7 (-15 -4022 ((-656 (-656 (-304 (-971 |#1|)))) (-656 (-419 (-971 (-576)))) |#1|)) (-15 -4022 ((-656 (-656 (-304 (-971 |#1|)))) (-656 (-304 (-419 (-971 (-576))))) |#1|)) (-15 -4022 ((-656 (-304 (-971 |#1|))) (-419 (-971 (-576))) |#1|)) (-15 -4022 ((-656 (-304 (-971 |#1|))) (-304 (-419 (-971 (-576)))) |#1|)) (-15 -2702 ((-656 (-656 |#1|)) (-656 (-419 (-971 (-576)))) (-656 (-1197)) |#1|)) (-15 -2702 ((-656 |#1|) (-419 (-971 (-576))) |#1|))) (-13 (-860) (-374))) (T -391))
+((-2702 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-971 (-576)))) (-5 *2 (-656 *4)) (-5 *1 (-391 *4)) (-4 *4 (-13 (-860) (-374))))) (-2702 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 (-419 (-971 (-576))))) (-5 *4 (-656 (-1197))) (-5 *2 (-656 (-656 *5))) (-5 *1 (-391 *5)) (-4 *5 (-13 (-860) (-374))))) (-4022 (*1 *2 *3 *4) (-12 (-5 *3 (-304 (-419 (-971 (-576))))) (-5 *2 (-656 (-304 (-971 *4)))) (-5 *1 (-391 *4)) (-4 *4 (-13 (-860) (-374))))) (-4022 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-971 (-576)))) (-5 *2 (-656 (-304 (-971 *4)))) (-5 *1 (-391 *4)) (-4 *4 (-13 (-860) (-374))))) (-4022 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-304 (-419 (-971 (-576)))))) (-5 *2 (-656 (-656 (-304 (-971 *4))))) (-5 *1 (-391 *4)) (-4 *4 (-13 (-860) (-374))))) (-4022 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-419 (-971 (-576))))) (-5 *2 (-656 (-656 (-304 (-971 *4))))) (-5 *1 (-391 *4)) (-4 *4 (-13 (-860) (-374))))))
+(-10 -7 (-15 -4022 ((-656 (-656 (-304 (-971 |#1|)))) (-656 (-419 (-971 (-576)))) |#1|)) (-15 -4022 ((-656 (-656 (-304 (-971 |#1|)))) (-656 (-304 (-419 (-971 (-576))))) |#1|)) (-15 -4022 ((-656 (-304 (-971 |#1|))) (-419 (-971 (-576))) |#1|)) (-15 -4022 ((-656 (-304 (-971 |#1|))) (-304 (-419 (-971 (-576)))) |#1|)) (-15 -2702 ((-656 (-656 |#1|)) (-656 (-419 (-971 (-576)))) (-656 (-1197)) |#1|)) (-15 -2702 ((-656 |#1|) (-419 (-971 (-576))) |#1|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#2| "failed") $) 30)) (-2318 ((|#2| $) 32)) (-3310 (($ $) NIL)) (-2509 (((-783) $) 11)) (-2974 (((-656 $) $) 23)) (-3649 (((-112) $) NIL)) (-1617 (($ |#2| |#1|) 21)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-2002 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 17)) (-1697 ((|#2| $) 18)) (-1708 ((|#1| $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 51) (($ |#2|) 31)) (-1923 (((-656 |#1|) $) 20)) (-1341 ((|#1| $ |#2|) 55)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 33 T CONST)) (-3921 (((-656 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 14)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ |#1| $) 36) (($ $ |#1|) 37) (($ |#1| |#2|) 39) (($ |#2| |#1|) 40)))
+(((-392 |#1| |#2|) (-13 (-393 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|)))) (-1070) (-862)) (T -392))
+((* (*1 *1 *2 *3) (-12 (-5 *1 (-392 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-862)))))
(-13 (-393 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-1570 (((-3 |#2| "failed") $) 49)) (-2857 ((|#2| $) 50)) (-2109 (($ $) 35)) (-1935 (((-783) $) 39)) (-1538 (((-656 $) $) 40)) (-2544 (((-112) $) 43)) (-3682 (($ |#2| |#1|) 44)) (-4114 (($ (-1 |#1| |#1|) $) 45)) (-1471 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 36)) (-2076 ((|#2| $) 38)) (-2086 ((|#1| $) 37)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12) (($ |#2|) 48)) (-1691 (((-656 |#1|) $) 41)) (-1749 ((|#1| $ |#2|) 46)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2776 (((-656 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 42)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31) (($ |#1| |#2|) 47)))
-(((-393 |#1| |#2|) (-141) (-1068) (-1119)) (T -393))
-((* (*1 *1 *2 *3) (-12 (-4 *1 (-393 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-1119)))) (-1749 (*1 *2 *1 *3) (-12 (-4 *1 (-393 *2 *3)) (-4 *3 (-1119)) (-4 *2 (-1068)))) (-4114 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-393 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1119)))) (-3682 (*1 *1 *2 *3) (-12 (-4 *1 (-393 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-1119)))) (-2544 (*1 *2 *1) (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1119)) (-5 *2 (-112)))) (-2776 (*1 *2 *1) (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1119)) (-5 *2 (-656 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-1691 (*1 *2 *1) (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1119)) (-5 *2 (-656 *3)))) (-1538 (*1 *2 *1) (-12 (-4 *3 (-1068)) (-4 *4 (-1119)) (-5 *2 (-656 *1)) (-4 *1 (-393 *3 *4)))) (-1935 (*1 *2 *1) (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1119)) (-5 *2 (-783)))) (-2076 (*1 *2 *1) (-12 (-4 *1 (-393 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-1119)))) (-2086 (*1 *2 *1) (-12 (-4 *1 (-393 *2 *3)) (-4 *3 (-1119)) (-4 *2 (-1068)))) (-1471 (*1 *2 *1) (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1119)) (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))) (-2109 (*1 *1 *1) (-12 (-4 *1 (-393 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-1119)))))
-(-13 (-111 |t#1| |t#1|) (-1057 |t#2|) (-10 -8 (-15 * ($ |t#1| |t#2|)) (-15 -1749 (|t#1| $ |t#2|)) (-15 -4114 ($ (-1 |t#1| |t#1|) $)) (-15 -3682 ($ |t#2| |t#1|)) (-15 -2544 ((-112) $)) (-15 -2776 ((-656 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -1691 ((-656 |t#1|) $)) (-15 -1538 ((-656 $) $)) (-15 -1935 ((-783) $)) (-15 -2076 (|t#2| $)) (-15 -2086 (|t#1| $)) (-15 -1471 ((-2 (|:| |k| |t#2|) (|:| |c| |t#1|)) $)) (-15 -2109 ($ $)) (IF (|has| |t#1| (-174)) (-6 (-729 |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-628 |#2|) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) |has| |#1| (-174)) ((-729 |#1|) |has| |#1| (-174)) ((-1057 |#2|) . T) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-2618 (((-1291) $) 7)) (-3567 (((-874) $) 8) (($ (-701 (-711))) 14) (($ (-656 (-340))) 13) (($ (-340)) 12) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 11)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2981 (((-3 |#2| "failed") $) 49)) (-2318 ((|#2| $) 50)) (-3310 (($ $) 35)) (-2509 (((-783) $) 39)) (-2974 (((-656 $) $) 40)) (-3649 (((-112) $) 43)) (-1617 (($ |#2| |#1|) 44)) (-2423 (($ (-1 |#1| |#1|) $) 45)) (-2002 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 36)) (-1697 ((|#2| $) 38)) (-1708 ((|#1| $) 37)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12) (($ |#2|) 48)) (-1923 (((-656 |#1|) $) 41)) (-1341 ((|#1| $ |#2|) 46)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3921 (((-656 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 42)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31) (($ |#1| |#2|) 47)))
+(((-393 |#1| |#2|) (-141) (-1070) (-1121)) (T -393))
+((* (*1 *1 *2 *3) (-12 (-4 *1 (-393 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-1121)))) (-1341 (*1 *2 *1 *3) (-12 (-4 *1 (-393 *2 *3)) (-4 *3 (-1121)) (-4 *2 (-1070)))) (-2423 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-393 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1121)))) (-1617 (*1 *1 *2 *3) (-12 (-4 *1 (-393 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-1121)))) (-3649 (*1 *2 *1) (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1121)) (-5 *2 (-112)))) (-3921 (*1 *2 *1) (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1121)) (-5 *2 (-656 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-1923 (*1 *2 *1) (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1121)) (-5 *2 (-656 *3)))) (-2974 (*1 *2 *1) (-12 (-4 *3 (-1070)) (-4 *4 (-1121)) (-5 *2 (-656 *1)) (-4 *1 (-393 *3 *4)))) (-2509 (*1 *2 *1) (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1121)) (-5 *2 (-783)))) (-1697 (*1 *2 *1) (-12 (-4 *1 (-393 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-1121)))) (-1708 (*1 *2 *1) (-12 (-4 *1 (-393 *2 *3)) (-4 *3 (-1121)) (-4 *2 (-1070)))) (-2002 (*1 *2 *1) (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1121)) (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))) (-3310 (*1 *1 *1) (-12 (-4 *1 (-393 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-1121)))))
+(-13 (-111 |t#1| |t#1|) (-1059 |t#2|) (-10 -8 (-15 * ($ |t#1| |t#2|)) (-15 -1341 (|t#1| $ |t#2|)) (-15 -2423 ($ (-1 |t#1| |t#1|) $)) (-15 -1617 ($ |t#2| |t#1|)) (-15 -3649 ((-112) $)) (-15 -3921 ((-656 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -1923 ((-656 |t#1|) $)) (-15 -2974 ((-656 $) $)) (-15 -2509 ((-783) $)) (-15 -1697 (|t#2| $)) (-15 -1708 (|t#1| $)) (-15 -2002 ((-2 (|:| |k| |t#2|) (|:| |c| |t#1|)) $)) (-15 -3310 ($ $)) (IF (|has| |t#1| (-174)) (-6 (-729 |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-628 |#2|) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) |has| |#1| (-174)) ((-729 |#1|) |has| |#1| (-174)) ((-1059 |#2|) . T) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-3973 (((-1293) $) 7)) (-4114 (((-876) $) 8) (($ (-701 (-711))) 14) (($ (-656 (-340))) 13) (($ (-340)) 12) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 11)))
(((-394) (-141)) (T -394))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-701 (-711))) (-4 *1 (-394)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-4 *1 (-394)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-340)) (-4 *1 (-394)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) (-4 *1 (-394)))))
-(-13 (-407) (-10 -8 (-15 -3567 ($ (-701 (-711)))) (-15 -3567 ($ (-656 (-340)))) (-15 -3567 ($ (-340))) (-15 -3567 ($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))))))
-(((-625 (-874)) . T) ((-407) . T) ((-1236) . T))
-((-1570 (((-3 $ "failed") (-701 (-326 (-390)))) 21) (((-3 $ "failed") (-701 (-326 (-576)))) 19) (((-3 $ "failed") (-701 (-969 (-390)))) 17) (((-3 $ "failed") (-701 (-969 (-576)))) 15) (((-3 $ "failed") (-701 (-419 (-969 (-390))))) 13) (((-3 $ "failed") (-701 (-419 (-969 (-576))))) 11)) (-2857 (($ (-701 (-326 (-390)))) 22) (($ (-701 (-326 (-576)))) 20) (($ (-701 (-969 (-390)))) 18) (($ (-701 (-969 (-576)))) 16) (($ (-701 (-419 (-969 (-390))))) 14) (($ (-701 (-419 (-969 (-576))))) 12)) (-2618 (((-1291) $) 7)) (-3567 (((-874) $) 8) (($ (-656 (-340))) 25) (($ (-340)) 24) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 23)))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-701 (-711))) (-4 *1 (-394)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-4 *1 (-394)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-340)) (-4 *1 (-394)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) (-4 *1 (-394)))))
+(-13 (-407) (-10 -8 (-15 -4114 ($ (-701 (-711)))) (-15 -4114 ($ (-656 (-340)))) (-15 -4114 ($ (-340))) (-15 -4114 ($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))))))
+(((-625 (-876)) . T) ((-407) . T) ((-1238) . T))
+((-2981 (((-3 $ "failed") (-701 (-326 (-390)))) 21) (((-3 $ "failed") (-701 (-326 (-576)))) 19) (((-3 $ "failed") (-701 (-971 (-390)))) 17) (((-3 $ "failed") (-701 (-971 (-576)))) 15) (((-3 $ "failed") (-701 (-419 (-971 (-390))))) 13) (((-3 $ "failed") (-701 (-419 (-971 (-576))))) 11)) (-2318 (($ (-701 (-326 (-390)))) 22) (($ (-701 (-326 (-576)))) 20) (($ (-701 (-971 (-390)))) 18) (($ (-701 (-971 (-576)))) 16) (($ (-701 (-419 (-971 (-390))))) 14) (($ (-701 (-419 (-971 (-576))))) 12)) (-3973 (((-1293) $) 7)) (-4114 (((-876) $) 8) (($ (-656 (-340))) 25) (($ (-340)) 24) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 23)))
(((-395) (-141)) (T -395))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-4 *1 (-395)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-340)) (-4 *1 (-395)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) (-4 *1 (-395)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-701 (-326 (-390)))) (-4 *1 (-395)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-701 (-326 (-390)))) (-4 *1 (-395)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-701 (-326 (-576)))) (-4 *1 (-395)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-701 (-326 (-576)))) (-4 *1 (-395)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-701 (-969 (-390)))) (-4 *1 (-395)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-701 (-969 (-390)))) (-4 *1 (-395)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-701 (-969 (-576)))) (-4 *1 (-395)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-701 (-969 (-576)))) (-4 *1 (-395)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-701 (-419 (-969 (-390))))) (-4 *1 (-395)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-701 (-419 (-969 (-390))))) (-4 *1 (-395)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-701 (-419 (-969 (-576))))) (-4 *1 (-395)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-701 (-419 (-969 (-576))))) (-4 *1 (-395)))))
-(-13 (-407) (-10 -8 (-15 -3567 ($ (-656 (-340)))) (-15 -3567 ($ (-340))) (-15 -3567 ($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340)))))) (-15 -2857 ($ (-701 (-326 (-390))))) (-15 -1570 ((-3 $ "failed") (-701 (-326 (-390))))) (-15 -2857 ($ (-701 (-326 (-576))))) (-15 -1570 ((-3 $ "failed") (-701 (-326 (-576))))) (-15 -2857 ($ (-701 (-969 (-390))))) (-15 -1570 ((-3 $ "failed") (-701 (-969 (-390))))) (-15 -2857 ($ (-701 (-969 (-576))))) (-15 -1570 ((-3 $ "failed") (-701 (-969 (-576))))) (-15 -2857 ($ (-701 (-419 (-969 (-390)))))) (-15 -1570 ((-3 $ "failed") (-701 (-419 (-969 (-390)))))) (-15 -2857 ($ (-701 (-419 (-969 (-576)))))) (-15 -1570 ((-3 $ "failed") (-701 (-419 (-969 (-576))))))))
-(((-625 (-874)) . T) ((-407) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3964 (((-656 (-885 |#2| |#1|)) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-2109 (($ $) NIL)) (-1940 (($ |#1| |#2|) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-3594 ((|#2| $) NIL)) (-2086 ((|#1| $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 33)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 12 T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ |#1| $) 15) (($ $ |#1|) 18)))
-(((-396 |#1| |#2|) (-13 (-111 |#1| |#1|) (-521 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-174)) (-6 (-729 |#1|)) |%noBranch|))) (-1068) (-862)) (T -396))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-4 *1 (-395)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-340)) (-4 *1 (-395)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) (-4 *1 (-395)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-701 (-326 (-390)))) (-4 *1 (-395)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-701 (-326 (-390)))) (-4 *1 (-395)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-701 (-326 (-576)))) (-4 *1 (-395)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-701 (-326 (-576)))) (-4 *1 (-395)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-701 (-971 (-390)))) (-4 *1 (-395)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-701 (-971 (-390)))) (-4 *1 (-395)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-701 (-971 (-576)))) (-4 *1 (-395)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-701 (-971 (-576)))) (-4 *1 (-395)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-701 (-419 (-971 (-390))))) (-4 *1 (-395)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-701 (-419 (-971 (-390))))) (-4 *1 (-395)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-701 (-419 (-971 (-576))))) (-4 *1 (-395)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-701 (-419 (-971 (-576))))) (-4 *1 (-395)))))
+(-13 (-407) (-10 -8 (-15 -4114 ($ (-656 (-340)))) (-15 -4114 ($ (-340))) (-15 -4114 ($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340)))))) (-15 -2318 ($ (-701 (-326 (-390))))) (-15 -2981 ((-3 $ "failed") (-701 (-326 (-390))))) (-15 -2318 ($ (-701 (-326 (-576))))) (-15 -2981 ((-3 $ "failed") (-701 (-326 (-576))))) (-15 -2318 ($ (-701 (-971 (-390))))) (-15 -2981 ((-3 $ "failed") (-701 (-971 (-390))))) (-15 -2318 ($ (-701 (-971 (-576))))) (-15 -2981 ((-3 $ "failed") (-701 (-971 (-576))))) (-15 -2318 ($ (-701 (-419 (-971 (-390)))))) (-15 -2981 ((-3 $ "failed") (-701 (-419 (-971 (-390)))))) (-15 -2318 ($ (-701 (-419 (-971 (-576)))))) (-15 -2981 ((-3 $ "failed") (-701 (-419 (-971 (-576))))))))
+(((-625 (-876)) . T) ((-407) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3716 (((-656 (-887 |#2| |#1|)) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-3310 (($ $) NIL)) (-1562 (($ |#1| |#2|) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-3136 ((|#2| $) NIL)) (-1708 ((|#1| $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 33)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 12 T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ |#1| $) 15) (($ $ |#1|) 18)))
+(((-396 |#1| |#2|) (-13 (-111 |#1| |#1|) (-521 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-174)) (-6 (-729 |#1|)) |%noBranch|))) (-1070) (-862)) (T -396))
NIL
(-13 (-111 |#1| |#1|) (-521 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-174)) (-6 (-729 |#1|)) |%noBranch|)))
-((-3486 (((-112) $ $) 6)) (-2093 (((-783) $) 34)) (-2135 (($) 19 T CONST)) (-2584 (((-3 $ "failed") $ $) 37)) (-1570 (((-3 |#1| "failed") $) 45)) (-2857 ((|#1| $) 46)) (-2251 (((-3 $ "failed") $) 16)) (-4051 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 35)) (-3612 (((-112) $) 18)) (-1842 ((|#1| $ (-576)) 31)) (-3546 (((-783) $ (-576)) 32)) (-3123 (($ $ $) 28 (|has| |#1| (-862)))) (-2352 (($ $ $) 27 (|has| |#1| (-862)))) (-1653 (($ (-1 |#1| |#1|) $) 29)) (-2820 (($ (-1 (-783) (-783)) $) 30)) (-4133 (((-3 $ "failed") $ $) 38)) (-3881 (((-1177) $) 10)) (-2327 (($ $ $) 39)) (-2905 (($ $ $) 40)) (-1448 (((-1139) $) 11)) (-1840 (((-656 (-2 (|:| |gen| |#1|) (|:| -4101 (-783)))) $) 33)) (-3710 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 36)) (-3567 (((-874) $) 12) (($ |#1|) 44)) (-1540 (((-112) $ $) 9)) (-2727 (($) 20 T CONST)) (-2989 (((-112) $ $) 25 (|has| |#1| (-862)))) (-2960 (((-112) $ $) 24 (|has| |#1| (-862)))) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 26 (|has| |#1| (-862)))) (-2946 (((-112) $ $) 23 (|has| |#1| (-862)))) (** (($ $ (-938)) 14) (($ $ (-783)) 17) (($ |#1| (-783)) 41)) (* (($ $ $) 15) (($ |#1| $) 43) (($ $ |#1|) 42)))
-(((-397 |#1|) (-141) (-1119)) (T -397))
-((* (*1 *1 *2 *1) (-12 (-4 *1 (-397 *2)) (-4 *2 (-1119)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-397 *2)) (-4 *2 (-1119)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-397 *2)) (-4 *2 (-1119)))) (-2905 (*1 *1 *1 *1) (-12 (-4 *1 (-397 *2)) (-4 *2 (-1119)))) (-2327 (*1 *1 *1 *1) (-12 (-4 *1 (-397 *2)) (-4 *2 (-1119)))) (-4133 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-397 *2)) (-4 *2 (-1119)))) (-2584 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-397 *2)) (-4 *2 (-1119)))) (-3710 (*1 *2 *1 *1) (|partial| -12 (-4 *3 (-1119)) (-5 *2 (-2 (|:| |lm| *1) (|:| |rm| *1))) (-4 *1 (-397 *3)))) (-4051 (*1 *2 *1 *1) (-12 (-4 *3 (-1119)) (-5 *2 (-2 (|:| |lm| *1) (|:| |mm| *1) (|:| |rm| *1))) (-4 *1 (-397 *3)))) (-2093 (*1 *2 *1) (-12 (-4 *1 (-397 *3)) (-4 *3 (-1119)) (-5 *2 (-783)))) (-1840 (*1 *2 *1) (-12 (-4 *1 (-397 *3)) (-4 *3 (-1119)) (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -4101 (-783))))))) (-3546 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-397 *4)) (-4 *4 (-1119)) (-5 *2 (-783)))) (-1842 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-397 *2)) (-4 *2 (-1119)))) (-2820 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-783) (-783))) (-4 *1 (-397 *3)) (-4 *3 (-1119)))) (-1653 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-397 *3)) (-4 *3 (-1119)))))
-(-13 (-738) (-1057 |t#1|) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 ** ($ |t#1| (-783))) (-15 -2905 ($ $ $)) (-15 -2327 ($ $ $)) (-15 -4133 ((-3 $ "failed") $ $)) (-15 -2584 ((-3 $ "failed") $ $)) (-15 -3710 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -4051 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -2093 ((-783) $)) (-15 -1840 ((-656 (-2 (|:| |gen| |t#1|) (|:| -4101 (-783)))) $)) (-15 -3546 ((-783) $ (-576))) (-15 -1842 (|t#1| $ (-576))) (-15 -2820 ($ (-1 (-783) (-783)) $)) (-15 -1653 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-862)) (-6 (-862)) |%noBranch|)))
-(((-102) . T) ((-628 |#1|) . T) ((-625 (-874)) . T) ((-738) . T) ((-862) |has| |#1| (-862)) ((-1057 |#1|) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-2093 (((-783) $) 74)) (-2135 (($) NIL T CONST)) (-2584 (((-3 $ "failed") $ $) 77)) (-1570 (((-3 |#1| "failed") $) NIL)) (-2857 ((|#1| $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-4051 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 64)) (-3612 (((-112) $) 17)) (-1842 ((|#1| $ (-576)) NIL)) (-3546 (((-783) $ (-576)) NIL)) (-3123 (($ $ $) NIL (|has| |#1| (-862)))) (-2352 (($ $ $) NIL (|has| |#1| (-862)))) (-1653 (($ (-1 |#1| |#1|) $) 40)) (-2820 (($ (-1 (-783) (-783)) $) 37)) (-4133 (((-3 $ "failed") $ $) 60)) (-3881 (((-1177) $) NIL)) (-2327 (($ $ $) 28)) (-2905 (($ $ $) 26)) (-1448 (((-1139) $) NIL)) (-1840 (((-656 (-2 (|:| |gen| |#1|) (|:| -4101 (-783)))) $) 34)) (-3710 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 70)) (-3567 (((-874) $) 24) (($ |#1|) NIL)) (-1540 (((-112) $ $) NIL)) (-2727 (($) 11 T CONST)) (-2989 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2946 (((-112) $ $) 84 (|has| |#1| (-862)))) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ |#1| (-783)) 42)) (* (($ $ $) 52) (($ |#1| $) 32) (($ $ |#1|) 30)))
-(((-398 |#1|) (-397 |#1|) (-1119)) (T -398))
+((-1955 (((-112) $ $) 6)) (-2200 (((-783) $) 34)) (-3853 (($) 19 T CONST)) (-2713 (((-3 $ "failed") $ $) 37)) (-2981 (((-3 |#1| "failed") $) 45)) (-2318 ((|#1| $) 46)) (-2413 (((-3 $ "failed") $) 16)) (-1900 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 35)) (-3315 (((-112) $) 18)) (-4177 ((|#1| $ (-576)) 31)) (-3945 (((-783) $ (-576)) 32)) (-2905 (($ $ $) 28 (|has| |#1| (-862)))) (-2163 (($ $ $) 27 (|has| |#1| (-862)))) (-2867 (($ (-1 |#1| |#1|) $) 29)) (-4301 (($ (-1 (-783) (-783)) $) 30)) (-1526 (((-3 $ "failed") $ $) 38)) (-4185 (((-1179) $) 10)) (-1935 (($ $ $) 39)) (-2637 (($ $ $) 40)) (-3117 (((-1141) $) 11)) (-4155 (((-656 (-2 (|:| |gen| |#1|) (|:| -2154 (-783)))) $) 33)) (-3018 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 36)) (-4114 (((-876) $) 12) (($ |#1|) 44)) (-3000 (((-112) $ $) 9)) (-4322 (($) 20 T CONST)) (-3995 (((-112) $ $) 25 (|has| |#1| (-862)))) (-3975 (((-112) $ $) 24 (|has| |#1| (-862)))) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 26 (|has| |#1| (-862)))) (-3962 (((-112) $ $) 23 (|has| |#1| (-862)))) (** (($ $ (-940)) 14) (($ $ (-783)) 17) (($ |#1| (-783)) 41)) (* (($ $ $) 15) (($ |#1| $) 43) (($ $ |#1|) 42)))
+(((-397 |#1|) (-141) (-1121)) (T -397))
+((* (*1 *1 *2 *1) (-12 (-4 *1 (-397 *2)) (-4 *2 (-1121)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-397 *2)) (-4 *2 (-1121)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-397 *2)) (-4 *2 (-1121)))) (-2637 (*1 *1 *1 *1) (-12 (-4 *1 (-397 *2)) (-4 *2 (-1121)))) (-1935 (*1 *1 *1 *1) (-12 (-4 *1 (-397 *2)) (-4 *2 (-1121)))) (-1526 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-397 *2)) (-4 *2 (-1121)))) (-2713 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-397 *2)) (-4 *2 (-1121)))) (-3018 (*1 *2 *1 *1) (|partial| -12 (-4 *3 (-1121)) (-5 *2 (-2 (|:| |lm| *1) (|:| |rm| *1))) (-4 *1 (-397 *3)))) (-1900 (*1 *2 *1 *1) (-12 (-4 *3 (-1121)) (-5 *2 (-2 (|:| |lm| *1) (|:| |mm| *1) (|:| |rm| *1))) (-4 *1 (-397 *3)))) (-2200 (*1 *2 *1) (-12 (-4 *1 (-397 *3)) (-4 *3 (-1121)) (-5 *2 (-783)))) (-4155 (*1 *2 *1) (-12 (-4 *1 (-397 *3)) (-4 *3 (-1121)) (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -2154 (-783))))))) (-3945 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-397 *4)) (-4 *4 (-1121)) (-5 *2 (-783)))) (-4177 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-397 *2)) (-4 *2 (-1121)))) (-4301 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-783) (-783))) (-4 *1 (-397 *3)) (-4 *3 (-1121)))) (-2867 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-397 *3)) (-4 *3 (-1121)))))
+(-13 (-738) (-1059 |t#1|) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 ** ($ |t#1| (-783))) (-15 -2637 ($ $ $)) (-15 -1935 ($ $ $)) (-15 -1526 ((-3 $ "failed") $ $)) (-15 -2713 ((-3 $ "failed") $ $)) (-15 -3018 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -1900 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -2200 ((-783) $)) (-15 -4155 ((-656 (-2 (|:| |gen| |t#1|) (|:| -2154 (-783)))) $)) (-15 -3945 ((-783) $ (-576))) (-15 -4177 (|t#1| $ (-576))) (-15 -4301 ($ (-1 (-783) (-783)) $)) (-15 -2867 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-862)) (-6 (-862)) |%noBranch|)))
+(((-102) . T) ((-628 |#1|) . T) ((-625 (-876)) . T) ((-738) . T) ((-862) |has| |#1| (-862)) ((-1059 |#1|) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2200 (((-783) $) 74)) (-3853 (($) NIL T CONST)) (-2713 (((-3 $ "failed") $ $) 77)) (-2981 (((-3 |#1| "failed") $) NIL)) (-2318 ((|#1| $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1900 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 64)) (-3315 (((-112) $) 17)) (-4177 ((|#1| $ (-576)) NIL)) (-3945 (((-783) $ (-576)) NIL)) (-2905 (($ $ $) NIL (|has| |#1| (-862)))) (-2163 (($ $ $) NIL (|has| |#1| (-862)))) (-2867 (($ (-1 |#1| |#1|) $) 40)) (-4301 (($ (-1 (-783) (-783)) $) 37)) (-1526 (((-3 $ "failed") $ $) 60)) (-4185 (((-1179) $) NIL)) (-1935 (($ $ $) 28)) (-2637 (($ $ $) 26)) (-3117 (((-1141) $) NIL)) (-4155 (((-656 (-2 (|:| |gen| |#1|) (|:| -2154 (-783)))) $) 34)) (-3018 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 70)) (-4114 (((-876) $) 24) (($ |#1|) NIL)) (-3000 (((-112) $ $) NIL)) (-4322 (($) 11 T CONST)) (-3995 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3962 (((-112) $ $) 84 (|has| |#1| (-862)))) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ |#1| (-783)) 42)) (* (($ $ $) 52) (($ |#1| $) 32) (($ $ |#1|) 30)))
+(((-398 |#1|) (-397 |#1|) (-1121)) (T -398))
NIL
(-397 |#1|)
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-1570 (((-3 (-576) "failed") $) 53)) (-2857 (((-576) $) 54)) (-2251 (((-3 $ "failed") $) 37)) (-3612 (((-112) $) 35)) (-3123 (($ $ $) 60)) (-2352 (($ $ $) 59)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3473 (((-3 $ "failed") $ $) 48)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-576)) 52)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 45)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2989 (((-112) $ $) 57)) (-2960 (((-112) $ $) 56)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 58)) (-2946 (((-112) $ $) 55)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2981 (((-3 (-576) "failed") $) 53)) (-2318 (((-576) $) 54)) (-2413 (((-3 $ "failed") $) 37)) (-3315 (((-112) $) 35)) (-2905 (($ $ $) 60)) (-2163 (($ $ $) 59)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-1943 (((-3 $ "failed") $ $) 48)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-576)) 52)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 45)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3995 (((-112) $ $) 57)) (-3975 (((-112) $ $) 56)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 58)) (-3962 (((-112) $ $) 55)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
(((-399) (-141)) (T -399))
NIL
-(-13 (-568) (-862) (-1057 (-576)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-300) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-862) . T) ((-1057 (-576)) . T) ((-1070 $) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-2577 (((-112) $) 25)) (-1571 (((-112) $) 22)) (-4138 (($ (-1177) (-1177) (-1177)) 26)) (-2624 (((-1177) $) 16)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-4319 (($ (-1177) (-1177) (-1177)) 14)) (-1424 (((-1177) $) 17)) (-1362 (((-112) $) 18)) (-2305 (((-1177) $) 15)) (-3567 (((-874) $) 12) (($ (-1177)) 13) (((-1177) $) 9)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 7)))
+(-13 (-568) (-862) (-1059 (-576)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-300) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-862) . T) ((-1059 (-576)) . T) ((-1072 $) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2650 (((-112) $) 25)) (-3322 (((-112) $) 22)) (-1988 (($ (-1179) (-1179) (-1179)) 26)) (-4149 (((-1179) $) 16)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2263 (($ (-1179) (-1179) (-1179)) 14)) (-3030 (((-1179) $) 17)) (-3896 (((-112) $) 18)) (-2962 (((-1179) $) 15)) (-4114 (((-876) $) 12) (($ (-1179)) 13) (((-1179) $) 9)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 7)))
(((-400) (-401)) (T -400))
NIL
(-401)
-((-3486 (((-112) $ $) 6)) (-2577 (((-112) $) 17)) (-1571 (((-112) $) 18)) (-4138 (($ (-1177) (-1177) (-1177)) 16)) (-2624 (((-1177) $) 21)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-4319 (($ (-1177) (-1177) (-1177)) 23)) (-1424 (((-1177) $) 20)) (-1362 (((-112) $) 19)) (-2305 (((-1177) $) 22)) (-3567 (((-874) $) 12) (($ (-1177)) 25) (((-1177) $) 24)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)))
+((-1955 (((-112) $ $) 6)) (-2650 (((-112) $) 17)) (-3322 (((-112) $) 18)) (-1988 (($ (-1179) (-1179) (-1179)) 16)) (-4149 (((-1179) $) 21)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-2263 (($ (-1179) (-1179) (-1179)) 23)) (-3030 (((-1179) $) 20)) (-3896 (((-112) $) 19)) (-2962 (((-1179) $) 22)) (-4114 (((-876) $) 12) (($ (-1179)) 25) (((-1179) $) 24)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)))
(((-401) (-141)) (T -401))
-((-4319 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1177)) (-4 *1 (-401)))) (-2305 (*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-1177)))) (-2624 (*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-1177)))) (-1424 (*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-1177)))) (-1362 (*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-112)))) (-1571 (*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-112)))) (-2577 (*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-112)))) (-4138 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1177)) (-4 *1 (-401)))))
-(-13 (-1119) (-502 (-1177)) (-10 -8 (-15 -4319 ($ (-1177) (-1177) (-1177))) (-15 -2305 ((-1177) $)) (-15 -2624 ((-1177) $)) (-15 -1424 ((-1177) $)) (-15 -1362 ((-112) $)) (-15 -1571 ((-112) $)) (-15 -2577 ((-112) $)) (-15 -4138 ($ (-1177) (-1177) (-1177)))))
-(((-102) . T) ((-628 #0=(-1177)) . T) ((-625 (-874)) . T) ((-625 #0#) . T) ((-502 #0#) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2725 (((-874) $) 63)) (-2135 (($) NIL T CONST)) (-3647 (($ $ (-938)) NIL)) (-1560 (($ $ (-938)) NIL)) (-3598 (($ $ (-938)) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-4126 (($ (-783)) 38)) (-2253 (((-783)) 18)) (-3092 (((-874) $) 65)) (-3636 (($ $ $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-3369 (($ $ $ $) NIL)) (-1678 (($ $ $) NIL)) (-2716 (($) 24 T CONST)) (-2921 (((-112) $ $) 41)) (-3041 (($ $) 48) (($ $ $) 50)) (-3027 (($ $ $) 51)) (** (($ $ (-938)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 52) (($ $ |#3|) NIL) (($ |#3| $) 47)))
-(((-402 |#1| |#2| |#3|) (-13 (-756 |#3|) (-10 -8 (-15 -2253 ((-783))) (-15 -3092 ((-874) $)) (-15 -2725 ((-874) $)) (-15 -4126 ($ (-783))))) (-783) (-783) (-174)) (T -402))
-((-2253 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-402 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-174)))) (-3092 (*1 *2 *1) (-12 (-5 *2 (-874)) (-5 *1 (-402 *3 *4 *5)) (-14 *3 (-783)) (-14 *4 (-783)) (-4 *5 (-174)))) (-2725 (*1 *2 *1) (-12 (-5 *2 (-874)) (-5 *1 (-402 *3 *4 *5)) (-14 *3 (-783)) (-14 *4 (-783)) (-4 *5 (-174)))) (-4126 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-402 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-174)))))
-(-13 (-756 |#3|) (-10 -8 (-15 -2253 ((-783))) (-15 -3092 ((-874) $)) (-15 -2725 ((-874) $)) (-15 -4126 ($ (-783)))))
-((-3953 (((-1177)) 12)) (-3901 (((-1166 (-1177))) 30)) (-2597 (((-1291) (-1177)) 27) (((-1291) (-400)) 26)) (-2609 (((-1291)) 28)) (-3399 (((-1166 (-1177))) 29)))
-(((-403) (-10 -7 (-15 -3399 ((-1166 (-1177)))) (-15 -3901 ((-1166 (-1177)))) (-15 -2609 ((-1291))) (-15 -2597 ((-1291) (-400))) (-15 -2597 ((-1291) (-1177))) (-15 -3953 ((-1177))))) (T -403))
-((-3953 (*1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-403)))) (-2597 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-403)))) (-2597 (*1 *2 *3) (-12 (-5 *3 (-400)) (-5 *2 (-1291)) (-5 *1 (-403)))) (-2609 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-403)))) (-3901 (*1 *2) (-12 (-5 *2 (-1166 (-1177))) (-5 *1 (-403)))) (-3399 (*1 *2) (-12 (-5 *2 (-1166 (-1177))) (-5 *1 (-403)))))
-(-10 -7 (-15 -3399 ((-1166 (-1177)))) (-15 -3901 ((-1166 (-1177)))) (-15 -2609 ((-1291))) (-15 -2597 ((-1291) (-400))) (-15 -2597 ((-1291) (-1177))) (-15 -3953 ((-1177))))
-((-1991 (((-783) (-347 |#1| |#2| |#3| |#4|)) 16)))
-(((-404 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1991 ((-783) (-347 |#1| |#2| |#3| |#4|)))) (-13 (-379) (-374)) (-1262 |#1|) (-1262 (-419 |#2|)) (-353 |#1| |#2| |#3|)) (T -404))
-((-1991 (*1 *2 *3) (-12 (-5 *3 (-347 *4 *5 *6 *7)) (-4 *4 (-13 (-379) (-374))) (-4 *5 (-1262 *4)) (-4 *6 (-1262 (-419 *5))) (-4 *7 (-353 *4 *5 *6)) (-5 *2 (-783)) (-5 *1 (-404 *4 *5 *6 *7)))))
-(-10 -7 (-15 -1991 ((-783) (-347 |#1| |#2| |#3| |#4|))))
-((-3567 (((-406) |#1|) 11)))
-(((-405 |#1|) (-10 -7 (-15 -3567 ((-406) |#1|))) (-1119)) (T -405))
-((-3567 (*1 *2 *3) (-12 (-5 *2 (-406)) (-5 *1 (-405 *3)) (-4 *3 (-1119)))))
-(-10 -7 (-15 -3567 ((-406) |#1|)))
-((-3486 (((-112) $ $) NIL)) (-2051 (((-656 (-1177)) $ (-656 (-1177))) 42)) (-3126 (((-656 (-1177)) $ (-656 (-1177))) 43)) (-4198 (((-656 (-1177)) $ (-656 (-1177))) 44)) (-1918 (((-656 (-1177)) $) 39)) (-4138 (($) 30)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-1643 (((-656 (-1177)) $) 40)) (-1996 (((-656 (-1177)) $) 41)) (-1971 (((-1291) $ (-576)) 37) (((-1291) $) 38)) (-4169 (($ (-874) (-576)) 35)) (-3567 (((-874) $) 49) (($ (-874)) 32)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-406) (-13 (-1119) (-628 (-874)) (-10 -8 (-15 -4169 ($ (-874) (-576))) (-15 -1971 ((-1291) $ (-576))) (-15 -1971 ((-1291) $)) (-15 -1996 ((-656 (-1177)) $)) (-15 -1643 ((-656 (-1177)) $)) (-15 -4138 ($)) (-15 -1918 ((-656 (-1177)) $)) (-15 -4198 ((-656 (-1177)) $ (-656 (-1177)))) (-15 -3126 ((-656 (-1177)) $ (-656 (-1177)))) (-15 -2051 ((-656 (-1177)) $ (-656 (-1177))))))) (T -406))
-((-4169 (*1 *1 *2 *3) (-12 (-5 *2 (-874)) (-5 *3 (-576)) (-5 *1 (-406)))) (-1971 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1291)) (-5 *1 (-406)))) (-1971 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-406)))) (-1996 (*1 *2 *1) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-406)))) (-1643 (*1 *2 *1) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-406)))) (-4138 (*1 *1) (-5 *1 (-406))) (-1918 (*1 *2 *1) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-406)))) (-4198 (*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-406)))) (-3126 (*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-406)))) (-2051 (*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-406)))))
-(-13 (-1119) (-628 (-874)) (-10 -8 (-15 -4169 ($ (-874) (-576))) (-15 -1971 ((-1291) $ (-576))) (-15 -1971 ((-1291) $)) (-15 -1996 ((-656 (-1177)) $)) (-15 -1643 ((-656 (-1177)) $)) (-15 -4138 ($)) (-15 -1918 ((-656 (-1177)) $)) (-15 -4198 ((-656 (-1177)) $ (-656 (-1177)))) (-15 -3126 ((-656 (-1177)) $ (-656 (-1177)))) (-15 -2051 ((-656 (-1177)) $ (-656 (-1177))))))
-((-2618 (((-1291) $) 7)) (-3567 (((-874) $) 8)))
+((-2263 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1179)) (-4 *1 (-401)))) (-2962 (*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-1179)))) (-4149 (*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-1179)))) (-3030 (*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-1179)))) (-3896 (*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-112)))) (-3322 (*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-112)))) (-2650 (*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-112)))) (-1988 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1179)) (-4 *1 (-401)))))
+(-13 (-1121) (-502 (-1179)) (-10 -8 (-15 -2263 ($ (-1179) (-1179) (-1179))) (-15 -2962 ((-1179) $)) (-15 -4149 ((-1179) $)) (-15 -3030 ((-1179) $)) (-15 -3896 ((-112) $)) (-15 -3322 ((-112) $)) (-15 -2650 ((-112) $)) (-15 -1988 ($ (-1179) (-1179) (-1179)))))
+(((-102) . T) ((-628 #0=(-1179)) . T) ((-625 (-876)) . T) ((-625 #0#) . T) ((-502 #0#) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1519 (((-876) $) 63)) (-3853 (($) NIL T CONST)) (-3679 (($ $ (-940)) NIL)) (-3228 (($ $ (-940)) NIL)) (-3171 (($ $ (-940)) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2549 (($ (-783)) 38)) (-2435 (((-783)) 18)) (-1785 (((-876) $) 65)) (-3595 (($ $ $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-2781 (($ $ $ $) NIL)) (-1800 (($ $ $) NIL)) (-4312 (($) 24 T CONST)) (-3939 (((-112) $ $) 41)) (-4037 (($ $) 48) (($ $ $) 50)) (-4027 (($ $ $) 51)) (** (($ $ (-940)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 52) (($ $ |#3|) NIL) (($ |#3| $) 47)))
+(((-402 |#1| |#2| |#3|) (-13 (-756 |#3|) (-10 -8 (-15 -2435 ((-783))) (-15 -1785 ((-876) $)) (-15 -1519 ((-876) $)) (-15 -2549 ($ (-783))))) (-783) (-783) (-174)) (T -402))
+((-2435 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-402 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-174)))) (-1785 (*1 *2 *1) (-12 (-5 *2 (-876)) (-5 *1 (-402 *3 *4 *5)) (-14 *3 (-783)) (-14 *4 (-783)) (-4 *5 (-174)))) (-1519 (*1 *2 *1) (-12 (-5 *2 (-876)) (-5 *1 (-402 *3 *4 *5)) (-14 *3 (-783)) (-14 *4 (-783)) (-4 *5 (-174)))) (-2549 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-402 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-174)))))
+(-13 (-756 |#3|) (-10 -8 (-15 -2435 ((-783))) (-15 -1785 ((-876) $)) (-15 -1519 ((-876) $)) (-15 -2549 ($ (-783)))))
+((-3635 (((-1179)) 12)) (-3110 (((-1168 (-1179))) 30)) (-3949 (((-1293) (-1179)) 27) (((-1293) (-400)) 26)) (-3960 (((-1293)) 28)) (-1820 (((-1168 (-1179))) 29)))
+(((-403) (-10 -7 (-15 -1820 ((-1168 (-1179)))) (-15 -3110 ((-1168 (-1179)))) (-15 -3960 ((-1293))) (-15 -3949 ((-1293) (-400))) (-15 -3949 ((-1293) (-1179))) (-15 -3635 ((-1179))))) (T -403))
+((-3635 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-403)))) (-3949 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-403)))) (-3949 (*1 *2 *3) (-12 (-5 *3 (-400)) (-5 *2 (-1293)) (-5 *1 (-403)))) (-3960 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-403)))) (-3110 (*1 *2) (-12 (-5 *2 (-1168 (-1179))) (-5 *1 (-403)))) (-1820 (*1 *2) (-12 (-5 *2 (-1168 (-1179))) (-5 *1 (-403)))))
+(-10 -7 (-15 -1820 ((-1168 (-1179)))) (-15 -3110 ((-1168 (-1179)))) (-15 -3960 ((-1293))) (-15 -3949 ((-1293) (-400))) (-15 -3949 ((-1293) (-1179))) (-15 -3635 ((-1179))))
+((-1760 (((-783) (-347 |#1| |#2| |#3| |#4|)) 16)))
+(((-404 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1760 ((-783) (-347 |#1| |#2| |#3| |#4|)))) (-13 (-379) (-374)) (-1264 |#1|) (-1264 (-419 |#2|)) (-353 |#1| |#2| |#3|)) (T -404))
+((-1760 (*1 *2 *3) (-12 (-5 *3 (-347 *4 *5 *6 *7)) (-4 *4 (-13 (-379) (-374))) (-4 *5 (-1264 *4)) (-4 *6 (-1264 (-419 *5))) (-4 *7 (-353 *4 *5 *6)) (-5 *2 (-783)) (-5 *1 (-404 *4 *5 *6 *7)))))
+(-10 -7 (-15 -1760 ((-783) (-347 |#1| |#2| |#3| |#4|))))
+((-4114 (((-406) |#1|) 11)))
+(((-405 |#1|) (-10 -7 (-15 -4114 ((-406) |#1|))) (-1121)) (T -405))
+((-4114 (*1 *2 *3) (-12 (-5 *2 (-406)) (-5 *1 (-405 *3)) (-4 *3 (-1121)))))
+(-10 -7 (-15 -4114 ((-406) |#1|)))
+((-1955 (((-112) $ $) NIL)) (-4273 (((-656 (-1179)) $ (-656 (-1179))) 42)) (-2101 (((-656 (-1179)) $ (-656 (-1179))) 43)) (-4117 (((-656 (-1179)) $ (-656 (-1179))) 44)) (-2337 (((-656 (-1179)) $) 39)) (-1988 (($) 30)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2708 (((-656 (-1179)) $) 40)) (-1796 (((-656 (-1179)) $) 41)) (-1612 (((-1293) $ (-576)) 37) (((-1293) $) 38)) (-1554 (($ (-876) (-576)) 35)) (-4114 (((-876) $) 49) (($ (-876)) 32)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-406) (-13 (-1121) (-628 (-876)) (-10 -8 (-15 -1554 ($ (-876) (-576))) (-15 -1612 ((-1293) $ (-576))) (-15 -1612 ((-1293) $)) (-15 -1796 ((-656 (-1179)) $)) (-15 -2708 ((-656 (-1179)) $)) (-15 -1988 ($)) (-15 -2337 ((-656 (-1179)) $)) (-15 -4117 ((-656 (-1179)) $ (-656 (-1179)))) (-15 -2101 ((-656 (-1179)) $ (-656 (-1179)))) (-15 -4273 ((-656 (-1179)) $ (-656 (-1179))))))) (T -406))
+((-1554 (*1 *1 *2 *3) (-12 (-5 *2 (-876)) (-5 *3 (-576)) (-5 *1 (-406)))) (-1612 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1293)) (-5 *1 (-406)))) (-1612 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-406)))) (-1796 (*1 *2 *1) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-406)))) (-2708 (*1 *2 *1) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-406)))) (-1988 (*1 *1) (-5 *1 (-406))) (-2337 (*1 *2 *1) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-406)))) (-4117 (*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-406)))) (-2101 (*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-406)))) (-4273 (*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-406)))))
+(-13 (-1121) (-628 (-876)) (-10 -8 (-15 -1554 ($ (-876) (-576))) (-15 -1612 ((-1293) $ (-576))) (-15 -1612 ((-1293) $)) (-15 -1796 ((-656 (-1179)) $)) (-15 -2708 ((-656 (-1179)) $)) (-15 -1988 ($)) (-15 -2337 ((-656 (-1179)) $)) (-15 -4117 ((-656 (-1179)) $ (-656 (-1179)))) (-15 -2101 ((-656 (-1179)) $ (-656 (-1179)))) (-15 -4273 ((-656 (-1179)) $ (-656 (-1179))))))
+((-3973 (((-1293) $) 7)) (-4114 (((-876) $) 8)))
(((-407) (-141)) (T -407))
-((-2618 (*1 *2 *1) (-12 (-4 *1 (-407)) (-5 *2 (-1291)))))
-(-13 (-1236) (-625 (-874)) (-10 -8 (-15 -2618 ((-1291) $))))
-(((-625 (-874)) . T) ((-1236) . T))
-((-1570 (((-3 $ "failed") (-326 (-390))) 21) (((-3 $ "failed") (-326 (-576))) 19) (((-3 $ "failed") (-969 (-390))) 17) (((-3 $ "failed") (-969 (-576))) 15) (((-3 $ "failed") (-419 (-969 (-390)))) 13) (((-3 $ "failed") (-419 (-969 (-576)))) 11)) (-2857 (($ (-326 (-390))) 22) (($ (-326 (-576))) 20) (($ (-969 (-390))) 18) (($ (-969 (-576))) 16) (($ (-419 (-969 (-390)))) 14) (($ (-419 (-969 (-576)))) 12)) (-2618 (((-1291) $) 7)) (-3567 (((-874) $) 8) (($ (-656 (-340))) 25) (($ (-340)) 24) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 23)))
+((-3973 (*1 *2 *1) (-12 (-4 *1 (-407)) (-5 *2 (-1293)))))
+(-13 (-1238) (-625 (-876)) (-10 -8 (-15 -3973 ((-1293) $))))
+(((-625 (-876)) . T) ((-1238) . T))
+((-2981 (((-3 $ "failed") (-326 (-390))) 21) (((-3 $ "failed") (-326 (-576))) 19) (((-3 $ "failed") (-971 (-390))) 17) (((-3 $ "failed") (-971 (-576))) 15) (((-3 $ "failed") (-419 (-971 (-390)))) 13) (((-3 $ "failed") (-419 (-971 (-576)))) 11)) (-2318 (($ (-326 (-390))) 22) (($ (-326 (-576))) 20) (($ (-971 (-390))) 18) (($ (-971 (-576))) 16) (($ (-419 (-971 (-390)))) 14) (($ (-419 (-971 (-576)))) 12)) (-3973 (((-1293) $) 7)) (-4114 (((-876) $) 8) (($ (-656 (-340))) 25) (($ (-340)) 24) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 23)))
(((-408) (-141)) (T -408))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-4 *1 (-408)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-340)) (-4 *1 (-408)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) (-4 *1 (-408)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-326 (-390))) (-4 *1 (-408)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-390))) (-4 *1 (-408)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-326 (-576))) (-4 *1 (-408)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-576))) (-4 *1 (-408)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-969 (-390))) (-4 *1 (-408)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-969 (-390))) (-4 *1 (-408)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-969 (-576))) (-4 *1 (-408)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-969 (-576))) (-4 *1 (-408)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-419 (-969 (-390)))) (-4 *1 (-408)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-419 (-969 (-390)))) (-4 *1 (-408)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-419 (-969 (-576)))) (-4 *1 (-408)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-419 (-969 (-576)))) (-4 *1 (-408)))))
-(-13 (-407) (-10 -8 (-15 -3567 ($ (-656 (-340)))) (-15 -3567 ($ (-340))) (-15 -3567 ($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340)))))) (-15 -2857 ($ (-326 (-390)))) (-15 -1570 ((-3 $ "failed") (-326 (-390)))) (-15 -2857 ($ (-326 (-576)))) (-15 -1570 ((-3 $ "failed") (-326 (-576)))) (-15 -2857 ($ (-969 (-390)))) (-15 -1570 ((-3 $ "failed") (-969 (-390)))) (-15 -2857 ($ (-969 (-576)))) (-15 -1570 ((-3 $ "failed") (-969 (-576)))) (-15 -2857 ($ (-419 (-969 (-390))))) (-15 -1570 ((-3 $ "failed") (-419 (-969 (-390))))) (-15 -2857 ($ (-419 (-969 (-576))))) (-15 -1570 ((-3 $ "failed") (-419 (-969 (-576)))))))
-(((-625 (-874)) . T) ((-407) . T) ((-1236) . T))
-((-2804 (((-656 (-1177)) (-656 (-1177))) 9)) (-2618 (((-1291) (-400)) 26)) (-2697 (((-1123) (-1195) (-656 (-1195)) (-1198) (-656 (-1195))) 59) (((-1123) (-1195) (-656 (-3 (|:| |array| (-656 (-1195))) (|:| |scalar| (-1195)))) (-656 (-656 (-3 (|:| |array| (-656 (-1195))) (|:| |scalar| (-1195))))) (-656 (-1195)) (-1195)) 34) (((-1123) (-1195) (-656 (-3 (|:| |array| (-656 (-1195))) (|:| |scalar| (-1195)))) (-656 (-656 (-3 (|:| |array| (-656 (-1195))) (|:| |scalar| (-1195))))) (-656 (-1195))) 33)))
-(((-409) (-10 -7 (-15 -2697 ((-1123) (-1195) (-656 (-3 (|:| |array| (-656 (-1195))) (|:| |scalar| (-1195)))) (-656 (-656 (-3 (|:| |array| (-656 (-1195))) (|:| |scalar| (-1195))))) (-656 (-1195)))) (-15 -2697 ((-1123) (-1195) (-656 (-3 (|:| |array| (-656 (-1195))) (|:| |scalar| (-1195)))) (-656 (-656 (-3 (|:| |array| (-656 (-1195))) (|:| |scalar| (-1195))))) (-656 (-1195)) (-1195))) (-15 -2697 ((-1123) (-1195) (-656 (-1195)) (-1198) (-656 (-1195)))) (-15 -2618 ((-1291) (-400))) (-15 -2804 ((-656 (-1177)) (-656 (-1177)))))) (T -409))
-((-2804 (*1 *2 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-409)))) (-2618 (*1 *2 *3) (-12 (-5 *3 (-400)) (-5 *2 (-1291)) (-5 *1 (-409)))) (-2697 (*1 *2 *3 *4 *5 *4) (-12 (-5 *4 (-656 (-1195))) (-5 *5 (-1198)) (-5 *3 (-1195)) (-5 *2 (-1123)) (-5 *1 (-409)))) (-2697 (*1 *2 *3 *4 *5 *6 *3) (-12 (-5 *5 (-656 (-656 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-656 (-3 (|:| |array| (-656 *3)) (|:| |scalar| (-1195))))) (-5 *6 (-656 (-1195))) (-5 *3 (-1195)) (-5 *2 (-1123)) (-5 *1 (-409)))) (-2697 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-656 (-656 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-656 (-3 (|:| |array| (-656 *3)) (|:| |scalar| (-1195))))) (-5 *6 (-656 (-1195))) (-5 *3 (-1195)) (-5 *2 (-1123)) (-5 *1 (-409)))))
-(-10 -7 (-15 -2697 ((-1123) (-1195) (-656 (-3 (|:| |array| (-656 (-1195))) (|:| |scalar| (-1195)))) (-656 (-656 (-3 (|:| |array| (-656 (-1195))) (|:| |scalar| (-1195))))) (-656 (-1195)))) (-15 -2697 ((-1123) (-1195) (-656 (-3 (|:| |array| (-656 (-1195))) (|:| |scalar| (-1195)))) (-656 (-656 (-3 (|:| |array| (-656 (-1195))) (|:| |scalar| (-1195))))) (-656 (-1195)) (-1195))) (-15 -2697 ((-1123) (-1195) (-656 (-1195)) (-1198) (-656 (-1195)))) (-15 -2618 ((-1291) (-400))) (-15 -2804 ((-656 (-1177)) (-656 (-1177)))))
-((-2618 (((-1291) $) 35)) (-3567 (((-874) $) 97) (($ (-340)) 99) (($ (-656 (-340))) 98) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 96) (($ (-326 (-713))) 52) (($ (-326 (-711))) 72) (($ (-326 (-706))) 85) (($ (-304 (-326 (-713)))) 67) (($ (-304 (-326 (-711)))) 80) (($ (-304 (-326 (-706)))) 93) (($ (-326 (-576))) 104) (($ (-326 (-390))) 117) (($ (-326 (-171 (-390)))) 130) (($ (-304 (-326 (-576)))) 112) (($ (-304 (-326 (-390)))) 125) (($ (-304 (-326 (-171 (-390))))) 138)))
-(((-410 |#1| |#2| |#3| |#4|) (-13 (-407) (-10 -8 (-15 -3567 ($ (-340))) (-15 -3567 ($ (-656 (-340)))) (-15 -3567 ($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340)))))) (-15 -3567 ($ (-326 (-713)))) (-15 -3567 ($ (-326 (-711)))) (-15 -3567 ($ (-326 (-706)))) (-15 -3567 ($ (-304 (-326 (-713))))) (-15 -3567 ($ (-304 (-326 (-711))))) (-15 -3567 ($ (-304 (-326 (-706))))) (-15 -3567 ($ (-326 (-576)))) (-15 -3567 ($ (-326 (-390)))) (-15 -3567 ($ (-326 (-171 (-390))))) (-15 -3567 ($ (-304 (-326 (-576))))) (-15 -3567 ($ (-304 (-326 (-390))))) (-15 -3567 ($ (-304 (-326 (-171 (-390)))))))) (-1195) (-3 (|:| |fst| (-446)) (|:| -2914 "void")) (-656 (-1195)) (-1199)) (T -410))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-340)) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-14 *5 (-656 (-1195))) (-14 *6 (-1199)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-14 *5 (-656 (-1195))) (-14 *6 (-1199)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-14 *5 (-656 (-1195))) (-14 *6 (-1199)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-326 (-713))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-14 *5 (-656 (-1195))) (-14 *6 (-1199)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-326 (-711))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-14 *5 (-656 (-1195))) (-14 *6 (-1199)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-326 (-706))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-14 *5 (-656 (-1195))) (-14 *6 (-1199)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-304 (-326 (-713)))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-14 *5 (-656 (-1195))) (-14 *6 (-1199)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-304 (-326 (-711)))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-14 *5 (-656 (-1195))) (-14 *6 (-1199)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-304 (-326 (-706)))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-14 *5 (-656 (-1195))) (-14 *6 (-1199)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-326 (-576))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-14 *5 (-656 (-1195))) (-14 *6 (-1199)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-326 (-390))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-14 *5 (-656 (-1195))) (-14 *6 (-1199)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-326 (-171 (-390)))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-14 *5 (-656 (-1195))) (-14 *6 (-1199)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-304 (-326 (-576)))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-14 *5 (-656 (-1195))) (-14 *6 (-1199)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-304 (-326 (-390)))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-14 *5 (-656 (-1195))) (-14 *6 (-1199)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-304 (-326 (-171 (-390))))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-14 *5 (-656 (-1195))) (-14 *6 (-1199)))))
-(-13 (-407) (-10 -8 (-15 -3567 ($ (-340))) (-15 -3567 ($ (-656 (-340)))) (-15 -3567 ($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340)))))) (-15 -3567 ($ (-326 (-713)))) (-15 -3567 ($ (-326 (-711)))) (-15 -3567 ($ (-326 (-706)))) (-15 -3567 ($ (-304 (-326 (-713))))) (-15 -3567 ($ (-304 (-326 (-711))))) (-15 -3567 ($ (-304 (-326 (-706))))) (-15 -3567 ($ (-326 (-576)))) (-15 -3567 ($ (-326 (-390)))) (-15 -3567 ($ (-326 (-171 (-390))))) (-15 -3567 ($ (-304 (-326 (-576))))) (-15 -3567 ($ (-304 (-326 (-390))))) (-15 -3567 ($ (-304 (-326 (-171 (-390))))))))
-((-3486 (((-112) $ $) NIL)) (-3343 ((|#2| $) 38)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-1359 (($ (-419 |#2|)) 93)) (-3234 (((-656 (-2 (|:| -2125 (-783)) (|:| -2391 |#2|) (|:| |num| |#2|))) $) 39)) (-2770 (($ $ (-783)) 36) (($ $) 34)) (-4169 (((-419 |#2|) $) 49)) (-3579 (($ (-656 (-2 (|:| -2125 (-783)) (|:| -2391 |#2|) (|:| |num| |#2|)))) 33)) (-3567 (((-874) $) 131)) (-1540 (((-112) $ $) NIL)) (-2014 (($ $ (-783)) 37) (($ $) 35)) (-2921 (((-112) $ $) NIL)) (-3027 (($ |#2| $) 41)))
-(((-411 |#1| |#2|) (-13 (-1119) (-237) (-626 (-419 |#2|)) (-10 -8 (-15 -3027 ($ |#2| $)) (-15 -1359 ($ (-419 |#2|))) (-15 -3343 (|#2| $)) (-15 -3234 ((-656 (-2 (|:| -2125 (-783)) (|:| -2391 |#2|) (|:| |num| |#2|))) $)) (-15 -3579 ($ (-656 (-2 (|:| -2125 (-783)) (|:| -2391 |#2|) (|:| |num| |#2|))))))) (-13 (-374) (-148)) (-1262 |#1|)) (T -411))
-((-3027 (*1 *1 *2 *1) (-12 (-4 *3 (-13 (-374) (-148))) (-5 *1 (-411 *3 *2)) (-4 *2 (-1262 *3)))) (-1359 (*1 *1 *2) (-12 (-5 *2 (-419 *4)) (-4 *4 (-1262 *3)) (-4 *3 (-13 (-374) (-148))) (-5 *1 (-411 *3 *4)))) (-3343 (*1 *2 *1) (-12 (-4 *2 (-1262 *3)) (-5 *1 (-411 *3 *2)) (-4 *3 (-13 (-374) (-148))))) (-3234 (*1 *2 *1) (-12 (-4 *3 (-13 (-374) (-148))) (-5 *2 (-656 (-2 (|:| -2125 (-783)) (|:| -2391 *4) (|:| |num| *4)))) (-5 *1 (-411 *3 *4)) (-4 *4 (-1262 *3)))) (-3579 (*1 *1 *2) (-12 (-5 *2 (-656 (-2 (|:| -2125 (-783)) (|:| -2391 *4) (|:| |num| *4)))) (-4 *4 (-1262 *3)) (-4 *3 (-13 (-374) (-148))) (-5 *1 (-411 *3 *4)))))
-(-13 (-1119) (-237) (-626 (-419 |#2|)) (-10 -8 (-15 -3027 ($ |#2| $)) (-15 -1359 ($ (-419 |#2|))) (-15 -3343 (|#2| $)) (-15 -3234 ((-656 (-2 (|:| -2125 (-783)) (|:| -2391 |#2|) (|:| |num| |#2|))) $)) (-15 -3579 ($ (-656 (-2 (|:| -2125 (-783)) (|:| -2391 |#2|) (|:| |num| |#2|)))))))
-((-3486 (((-112) $ $) 10 (-2755 (|has| |#1| (-899 (-576))) (|has| |#1| (-899 (-390)))))) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 16 (|has| |#1| (-899 (-390)))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) 15 (|has| |#1| (-899 (-576))))) (-3881 (((-1177) $) 13 (-2755 (|has| |#1| (-899 (-576))) (|has| |#1| (-899 (-390)))))) (-1448 (((-1139) $) 12 (-2755 (|has| |#1| (-899 (-576))) (|has| |#1| (-899 (-390)))))) (-3567 (((-874) $) 11 (-2755 (|has| |#1| (-899 (-576))) (|has| |#1| (-899 (-390)))))) (-1540 (((-112) $ $) 14 (-2755 (|has| |#1| (-899 (-576))) (|has| |#1| (-899 (-390)))))) (-2921 (((-112) $ $) 9 (-2755 (|has| |#1| (-899 (-576))) (|has| |#1| (-899 (-390)))))))
-(((-412 |#1|) (-141) (-1236)) (T -412))
-NIL
-(-13 (-1236) (-10 -7 (IF (|has| |t#1| (-899 (-576))) (-6 (-899 (-576))) |%noBranch|) (IF (|has| |t#1| (-899 (-390))) (-6 (-899 (-390))) |%noBranch|)))
-(((-102) -2755 (|has| |#1| (-899 (-576))) (|has| |#1| (-899 (-390)))) ((-625 (-874)) -2755 (|has| |#1| (-899 (-576))) (|has| |#1| (-899 (-390)))) ((-899 (-390)) |has| |#1| (-899 (-390))) ((-899 (-576)) |has| |#1| (-899 (-576))) ((-1119) -2755 (|has| |#1| (-899 (-576))) (|has| |#1| (-899 (-390)))) ((-1236) . T))
-((-1385 (($ $) 10) (($ $ (-783)) 12)))
-(((-413 |#1|) (-10 -8 (-15 -1385 (|#1| |#1| (-783))) (-15 -1385 (|#1| |#1|))) (-414)) (T -413))
-NIL
-(-10 -8 (-15 -1385 (|#1| |#1| (-783))) (-15 -1385 (|#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-4299 (((-3 $ "failed") $ $) 20)) (-1415 (($ $) 81)) (-3422 (((-430 $) $) 80)) (-1829 (((-112) $ $) 65)) (-2135 (($) 18 T CONST)) (-3426 (($ $ $) 61)) (-2251 (((-3 $ "failed") $) 37)) (-3438 (($ $ $) 62)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 57)) (-1385 (($ $) 87) (($ $ (-783)) 86)) (-4283 (((-112) $) 79)) (-1991 (((-845 (-938)) $) 89)) (-3612 (((-112) $) 35)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-2045 (($ $) 78)) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-1827 (((-430 $) $) 82)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-3473 (((-3 $ "failed") $ $) 48)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3909 (((-783) $) 64)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 63)) (-3544 (((-3 (-783) "failed") $ $) 88)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74)) (-2846 (((-3 $ "failed") $) 90)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 45)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3054 (($ $ $) 73)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75)))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-4 *1 (-408)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-340)) (-4 *1 (-408)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) (-4 *1 (-408)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-326 (-390))) (-4 *1 (-408)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-390))) (-4 *1 (-408)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-326 (-576))) (-4 *1 (-408)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-576))) (-4 *1 (-408)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-971 (-390))) (-4 *1 (-408)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-971 (-390))) (-4 *1 (-408)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-971 (-576))) (-4 *1 (-408)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-971 (-576))) (-4 *1 (-408)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-419 (-971 (-390)))) (-4 *1 (-408)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-419 (-971 (-390)))) (-4 *1 (-408)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-419 (-971 (-576)))) (-4 *1 (-408)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-419 (-971 (-576)))) (-4 *1 (-408)))))
+(-13 (-407) (-10 -8 (-15 -4114 ($ (-656 (-340)))) (-15 -4114 ($ (-340))) (-15 -4114 ($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340)))))) (-15 -2318 ($ (-326 (-390)))) (-15 -2981 ((-3 $ "failed") (-326 (-390)))) (-15 -2318 ($ (-326 (-576)))) (-15 -2981 ((-3 $ "failed") (-326 (-576)))) (-15 -2318 ($ (-971 (-390)))) (-15 -2981 ((-3 $ "failed") (-971 (-390)))) (-15 -2318 ($ (-971 (-576)))) (-15 -2981 ((-3 $ "failed") (-971 (-576)))) (-15 -2318 ($ (-419 (-971 (-390))))) (-15 -2981 ((-3 $ "failed") (-419 (-971 (-390))))) (-15 -2318 ($ (-419 (-971 (-576))))) (-15 -2981 ((-3 $ "failed") (-419 (-971 (-576)))))))
+(((-625 (-876)) . T) ((-407) . T) ((-1238) . T))
+((-4175 (((-656 (-1179)) (-656 (-1179))) 9)) (-3973 (((-1293) (-400)) 26)) (-4427 (((-1125) (-1197) (-656 (-1197)) (-1200) (-656 (-1197))) 59) (((-1125) (-1197) (-656 (-3 (|:| |array| (-656 (-1197))) (|:| |scalar| (-1197)))) (-656 (-656 (-3 (|:| |array| (-656 (-1197))) (|:| |scalar| (-1197))))) (-656 (-1197)) (-1197)) 34) (((-1125) (-1197) (-656 (-3 (|:| |array| (-656 (-1197))) (|:| |scalar| (-1197)))) (-656 (-656 (-3 (|:| |array| (-656 (-1197))) (|:| |scalar| (-1197))))) (-656 (-1197))) 33)))
+(((-409) (-10 -7 (-15 -4427 ((-1125) (-1197) (-656 (-3 (|:| |array| (-656 (-1197))) (|:| |scalar| (-1197)))) (-656 (-656 (-3 (|:| |array| (-656 (-1197))) (|:| |scalar| (-1197))))) (-656 (-1197)))) (-15 -4427 ((-1125) (-1197) (-656 (-3 (|:| |array| (-656 (-1197))) (|:| |scalar| (-1197)))) (-656 (-656 (-3 (|:| |array| (-656 (-1197))) (|:| |scalar| (-1197))))) (-656 (-1197)) (-1197))) (-15 -4427 ((-1125) (-1197) (-656 (-1197)) (-1200) (-656 (-1197)))) (-15 -3973 ((-1293) (-400))) (-15 -4175 ((-656 (-1179)) (-656 (-1179)))))) (T -409))
+((-4175 (*1 *2 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-409)))) (-3973 (*1 *2 *3) (-12 (-5 *3 (-400)) (-5 *2 (-1293)) (-5 *1 (-409)))) (-4427 (*1 *2 *3 *4 *5 *4) (-12 (-5 *4 (-656 (-1197))) (-5 *5 (-1200)) (-5 *3 (-1197)) (-5 *2 (-1125)) (-5 *1 (-409)))) (-4427 (*1 *2 *3 *4 *5 *6 *3) (-12 (-5 *5 (-656 (-656 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-656 (-3 (|:| |array| (-656 *3)) (|:| |scalar| (-1197))))) (-5 *6 (-656 (-1197))) (-5 *3 (-1197)) (-5 *2 (-1125)) (-5 *1 (-409)))) (-4427 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-656 (-656 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-656 (-3 (|:| |array| (-656 *3)) (|:| |scalar| (-1197))))) (-5 *6 (-656 (-1197))) (-5 *3 (-1197)) (-5 *2 (-1125)) (-5 *1 (-409)))))
+(-10 -7 (-15 -4427 ((-1125) (-1197) (-656 (-3 (|:| |array| (-656 (-1197))) (|:| |scalar| (-1197)))) (-656 (-656 (-3 (|:| |array| (-656 (-1197))) (|:| |scalar| (-1197))))) (-656 (-1197)))) (-15 -4427 ((-1125) (-1197) (-656 (-3 (|:| |array| (-656 (-1197))) (|:| |scalar| (-1197)))) (-656 (-656 (-3 (|:| |array| (-656 (-1197))) (|:| |scalar| (-1197))))) (-656 (-1197)) (-1197))) (-15 -4427 ((-1125) (-1197) (-656 (-1197)) (-1200) (-656 (-1197)))) (-15 -3973 ((-1293) (-400))) (-15 -4175 ((-656 (-1179)) (-656 (-1179)))))
+((-3973 (((-1293) $) 35)) (-4114 (((-876) $) 97) (($ (-340)) 99) (($ (-656 (-340))) 98) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 96) (($ (-326 (-713))) 52) (($ (-326 (-711))) 72) (($ (-326 (-706))) 85) (($ (-304 (-326 (-713)))) 67) (($ (-304 (-326 (-711)))) 80) (($ (-304 (-326 (-706)))) 93) (($ (-326 (-576))) 104) (($ (-326 (-390))) 117) (($ (-326 (-171 (-390)))) 130) (($ (-304 (-326 (-576)))) 112) (($ (-304 (-326 (-390)))) 125) (($ (-304 (-326 (-171 (-390))))) 138)))
+(((-410 |#1| |#2| |#3| |#4|) (-13 (-407) (-10 -8 (-15 -4114 ($ (-340))) (-15 -4114 ($ (-656 (-340)))) (-15 -4114 ($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340)))))) (-15 -4114 ($ (-326 (-713)))) (-15 -4114 ($ (-326 (-711)))) (-15 -4114 ($ (-326 (-706)))) (-15 -4114 ($ (-304 (-326 (-713))))) (-15 -4114 ($ (-304 (-326 (-711))))) (-15 -4114 ($ (-304 (-326 (-706))))) (-15 -4114 ($ (-326 (-576)))) (-15 -4114 ($ (-326 (-390)))) (-15 -4114 ($ (-326 (-171 (-390))))) (-15 -4114 ($ (-304 (-326 (-576))))) (-15 -4114 ($ (-304 (-326 (-390))))) (-15 -4114 ($ (-304 (-326 (-171 (-390)))))))) (-1197) (-3 (|:| |fst| (-446)) (|:| -2434 "void")) (-656 (-1197)) (-1201)) (T -410))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-340)) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-14 *5 (-656 (-1197))) (-14 *6 (-1201)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-14 *5 (-656 (-1197))) (-14 *6 (-1201)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-14 *5 (-656 (-1197))) (-14 *6 (-1201)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-326 (-713))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-14 *5 (-656 (-1197))) (-14 *6 (-1201)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-326 (-711))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-14 *5 (-656 (-1197))) (-14 *6 (-1201)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-326 (-706))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-14 *5 (-656 (-1197))) (-14 *6 (-1201)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-304 (-326 (-713)))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-14 *5 (-656 (-1197))) (-14 *6 (-1201)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-304 (-326 (-711)))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-14 *5 (-656 (-1197))) (-14 *6 (-1201)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-304 (-326 (-706)))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-14 *5 (-656 (-1197))) (-14 *6 (-1201)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-326 (-576))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-14 *5 (-656 (-1197))) (-14 *6 (-1201)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-326 (-390))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-14 *5 (-656 (-1197))) (-14 *6 (-1201)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-326 (-171 (-390)))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-14 *5 (-656 (-1197))) (-14 *6 (-1201)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-304 (-326 (-576)))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-14 *5 (-656 (-1197))) (-14 *6 (-1201)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-304 (-326 (-390)))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-14 *5 (-656 (-1197))) (-14 *6 (-1201)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-304 (-326 (-171 (-390))))) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-14 *5 (-656 (-1197))) (-14 *6 (-1201)))))
+(-13 (-407) (-10 -8 (-15 -4114 ($ (-340))) (-15 -4114 ($ (-656 (-340)))) (-15 -4114 ($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340)))))) (-15 -4114 ($ (-326 (-713)))) (-15 -4114 ($ (-326 (-711)))) (-15 -4114 ($ (-326 (-706)))) (-15 -4114 ($ (-304 (-326 (-713))))) (-15 -4114 ($ (-304 (-326 (-711))))) (-15 -4114 ($ (-304 (-326 (-706))))) (-15 -4114 ($ (-326 (-576)))) (-15 -4114 ($ (-326 (-390)))) (-15 -4114 ($ (-326 (-171 (-390))))) (-15 -4114 ($ (-304 (-326 (-576))))) (-15 -4114 ($ (-304 (-326 (-390))))) (-15 -4114 ($ (-304 (-326 (-171 (-390))))))))
+((-1955 (((-112) $ $) NIL)) (-2505 ((|#2| $) 38)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-3277 (($ (-419 |#2|)) 93)) (-3976 (((-656 (-2 (|:| -3744 (-783)) (|:| -3188 |#2|) (|:| |num| |#2|))) $) 39)) (-4107 (($ $ (-783)) 36) (($ $) 34)) (-1554 (((-419 |#2|) $) 49)) (-4125 (($ (-656 (-2 (|:| -3744 (-783)) (|:| -3188 |#2|) (|:| |num| |#2|)))) 33)) (-4114 (((-876) $) 131)) (-3000 (((-112) $ $) NIL)) (-3157 (($ $ (-783)) 37) (($ $) 35)) (-3939 (((-112) $ $) NIL)) (-4027 (($ |#2| $) 41)))
+(((-411 |#1| |#2|) (-13 (-1121) (-237) (-626 (-419 |#2|)) (-10 -8 (-15 -4027 ($ |#2| $)) (-15 -3277 ($ (-419 |#2|))) (-15 -2505 (|#2| $)) (-15 -3976 ((-656 (-2 (|:| -3744 (-783)) (|:| -3188 |#2|) (|:| |num| |#2|))) $)) (-15 -4125 ($ (-656 (-2 (|:| -3744 (-783)) (|:| -3188 |#2|) (|:| |num| |#2|))))))) (-13 (-374) (-148)) (-1264 |#1|)) (T -411))
+((-4027 (*1 *1 *2 *1) (-12 (-4 *3 (-13 (-374) (-148))) (-5 *1 (-411 *3 *2)) (-4 *2 (-1264 *3)))) (-3277 (*1 *1 *2) (-12 (-5 *2 (-419 *4)) (-4 *4 (-1264 *3)) (-4 *3 (-13 (-374) (-148))) (-5 *1 (-411 *3 *4)))) (-2505 (*1 *2 *1) (-12 (-4 *2 (-1264 *3)) (-5 *1 (-411 *3 *2)) (-4 *3 (-13 (-374) (-148))))) (-3976 (*1 *2 *1) (-12 (-4 *3 (-13 (-374) (-148))) (-5 *2 (-656 (-2 (|:| -3744 (-783)) (|:| -3188 *4) (|:| |num| *4)))) (-5 *1 (-411 *3 *4)) (-4 *4 (-1264 *3)))) (-4125 (*1 *1 *2) (-12 (-5 *2 (-656 (-2 (|:| -3744 (-783)) (|:| -3188 *4) (|:| |num| *4)))) (-4 *4 (-1264 *3)) (-4 *3 (-13 (-374) (-148))) (-5 *1 (-411 *3 *4)))))
+(-13 (-1121) (-237) (-626 (-419 |#2|)) (-10 -8 (-15 -4027 ($ |#2| $)) (-15 -3277 ($ (-419 |#2|))) (-15 -2505 (|#2| $)) (-15 -3976 ((-656 (-2 (|:| -3744 (-783)) (|:| -3188 |#2|) (|:| |num| |#2|))) $)) (-15 -4125 ($ (-656 (-2 (|:| -3744 (-783)) (|:| -3188 |#2|) (|:| |num| |#2|)))))))
+((-1955 (((-112) $ $) 10 (-3795 (|has| |#1| (-901 (-576))) (|has| |#1| (-901 (-390)))))) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 16 (|has| |#1| (-901 (-390)))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) 15 (|has| |#1| (-901 (-576))))) (-4185 (((-1179) $) 13 (-3795 (|has| |#1| (-901 (-576))) (|has| |#1| (-901 (-390)))))) (-3117 (((-1141) $) 12 (-3795 (|has| |#1| (-901 (-576))) (|has| |#1| (-901 (-390)))))) (-4114 (((-876) $) 11 (-3795 (|has| |#1| (-901 (-576))) (|has| |#1| (-901 (-390)))))) (-3000 (((-112) $ $) 14 (-3795 (|has| |#1| (-901 (-576))) (|has| |#1| (-901 (-390)))))) (-3939 (((-112) $ $) 9 (-3795 (|has| |#1| (-901 (-576))) (|has| |#1| (-901 (-390)))))))
+(((-412 |#1|) (-141) (-1238)) (T -412))
+NIL
+(-13 (-1238) (-10 -7 (IF (|has| |t#1| (-901 (-576))) (-6 (-901 (-576))) |%noBranch|) (IF (|has| |t#1| (-901 (-390))) (-6 (-901 (-390))) |%noBranch|)))
+(((-102) -3795 (|has| |#1| (-901 (-576))) (|has| |#1| (-901 (-390)))) ((-625 (-876)) -3795 (|has| |#1| (-901 (-576))) (|has| |#1| (-901 (-390)))) ((-901 (-390)) |has| |#1| (-901 (-390))) ((-901 (-576)) |has| |#1| (-901 (-576))) ((-1121) -3795 (|has| |#1| (-901 (-576))) (|has| |#1| (-901 (-390)))) ((-1238) . T))
+((-2566 (($ $) 10) (($ $ (-783)) 12)))
+(((-413 |#1|) (-10 -8 (-15 -2566 (|#1| |#1| (-783))) (-15 -2566 (|#1| |#1|))) (-414)) (T -413))
+NIL
+(-10 -8 (-15 -2566 (|#1| |#1| (-783))) (-15 -2566 (|#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-2583 (((-3 $ "failed") $ $) 20)) (-4068 (($ $) 81)) (-2068 (((-430 $) $) 80)) (-4064 (((-112) $ $) 65)) (-3853 (($) 18 T CONST)) (-1892 (($ $ $) 61)) (-2413 (((-3 $ "failed") $) 37)) (-1905 (($ $ $) 62)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 57)) (-2566 (($ $) 87) (($ $ (-783)) 86)) (-3742 (((-112) $) 79)) (-1760 (((-845 (-940)) $) 89)) (-3315 (((-112) $) 35)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-1668 (($ $) 78)) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-1452 (((-430 $) $) 82)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-1943 (((-3 $ "failed") $ $) 48)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3199 (((-783) $) 64)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 63)) (-3923 (((-3 (-783) "failed") $ $) 88)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74)) (-3346 (((-3 $ "failed") $) 90)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 45)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4047 (($ $ $) 73)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75)))
(((-414) (-141)) (T -414))
-((-1991 (*1 *2 *1) (-12 (-4 *1 (-414)) (-5 *2 (-845 (-938))))) (-3544 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-414)) (-5 *2 (-783)))) (-1385 (*1 *1 *1) (-4 *1 (-414))) (-1385 (*1 *1 *1 *2) (-12 (-4 *1 (-414)) (-5 *2 (-783)))))
-(-13 (-374) (-146) (-10 -8 (-15 -1991 ((-845 (-938)) $)) (-15 -3544 ((-3 (-783) "failed") $ $)) (-15 -1385 ($ $)) (-15 -1385 ($ $ (-783)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-132) . T) ((-146) . T) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-248) . T) ((-300) . T) ((-317) . T) ((-374) . T) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 $) . T) ((-738) . T) ((-937) . T) ((-1070 #0#) . T) ((-1070 $) . T) ((-1075 #0#) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T) ((-1240) . T))
-((-3042 (($ (-576) (-576)) 11) (($ (-576) (-576) (-938)) NIL)) (-2765 (((-938)) 19) (((-938) (-938)) NIL)))
-(((-415 |#1|) (-10 -8 (-15 -2765 ((-938) (-938))) (-15 -2765 ((-938))) (-15 -3042 (|#1| (-576) (-576) (-938))) (-15 -3042 (|#1| (-576) (-576)))) (-416)) (T -415))
-((-2765 (*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-415 *3)) (-4 *3 (-416)))) (-2765 (*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-415 *3)) (-4 *3 (-416)))))
-(-10 -8 (-15 -2765 ((-938) (-938))) (-15 -2765 ((-938))) (-15 -3042 (|#1| (-576) (-576) (-938))) (-15 -3042 (|#1| (-576) (-576))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-3522 (((-576) $) 97)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-1930 (($ $) 95)) (-4299 (((-3 $ "failed") $ $) 20)) (-1415 (($ $) 81)) (-3422 (((-430 $) $) 80)) (-1838 (($ $) 105)) (-1829 (((-112) $ $) 65)) (-2786 (((-576) $) 122)) (-2135 (($) 18 T CONST)) (-2272 (($ $) 94)) (-1570 (((-3 (-576) "failed") $) 110) (((-3 (-419 (-576)) "failed") $) 107)) (-2857 (((-576) $) 111) (((-419 (-576)) $) 108)) (-3426 (($ $ $) 61)) (-2251 (((-3 $ "failed") $) 37)) (-3438 (($ $ $) 62)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 57)) (-4283 (((-112) $) 79)) (-3337 (((-938)) 138) (((-938) (-938)) 135 (|has| $ (-6 -4453)))) (-3075 (((-112) $) 120)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 101)) (-1991 (((-576) $) 144)) (-3612 (((-112) $) 35)) (-3867 (($ $ (-576)) 104)) (-1650 (($ $) 100)) (-3667 (((-112) $) 121)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-3123 (($ $ $) 119) (($) 132 (-12 (-2658 (|has| $ (-6 -4453))) (-2658 (|has| $ (-6 -4445)))))) (-2352 (($ $ $) 118) (($) 131 (-12 (-2658 (|has| $ (-6 -4453))) (-2658 (|has| $ (-6 -4445)))))) (-1490 (((-576) $) 141)) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-2045 (($ $) 78)) (-2359 (((-938) (-576)) 134 (|has| $ (-6 -4453)))) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-3252 (($ $) 96)) (-3247 (($ $) 98)) (-3042 (($ (-576) (-576)) 146) (($ (-576) (-576) (-938)) 145)) (-1827 (((-430 $) $) 82)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-3473 (((-3 $ "failed") $ $) 48)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-2125 (((-576) $) 142)) (-3909 (((-783) $) 64)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 63)) (-2765 (((-938)) 139) (((-938) (-938)) 136 (|has| $ (-6 -4453)))) (-1632 (((-938) (-576)) 133 (|has| $ (-6 -4453)))) (-4169 (((-390) $) 113) (((-227) $) 112) (((-905 (-390)) $) 102)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74) (($ (-576)) 109) (($ (-419 (-576))) 106)) (-2596 (((-783)) 32 T CONST)) (-4317 (($ $) 99)) (-1639 (((-938)) 140) (((-938) (-938)) 137 (|has| $ (-6 -4453)))) (-1540 (((-112) $ $) 9)) (-3513 (((-938)) 143)) (-4196 (((-112) $ $) 45)) (-4308 (($ $) 123)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2989 (((-112) $ $) 116)) (-2960 (((-112) $ $) 115)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 117)) (-2946 (((-112) $ $) 114)) (-3054 (($ $ $) 73)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77) (($ $ (-419 (-576))) 103)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75)))
+((-1760 (*1 *2 *1) (-12 (-4 *1 (-414)) (-5 *2 (-845 (-940))))) (-3923 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-414)) (-5 *2 (-783)))) (-2566 (*1 *1 *1) (-4 *1 (-414))) (-2566 (*1 *1 *1 *2) (-12 (-4 *1 (-414)) (-5 *2 (-783)))))
+(-13 (-374) (-146) (-10 -8 (-15 -1760 ((-845 (-940)) $)) (-15 -3923 ((-3 (-783) "failed") $ $)) (-15 -2566 ($ $)) (-15 -2566 ($ $ (-783)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-132) . T) ((-146) . T) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-248) . T) ((-300) . T) ((-317) . T) ((-374) . T) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 $) . T) ((-738) . T) ((-939) . T) ((-1072 #0#) . T) ((-1072 $) . T) ((-1077 #0#) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T) ((-1242) . T))
+((-2633 (($ (-576) (-576)) 11) (($ (-576) (-576) (-940)) NIL)) (-3833 (((-940)) 19) (((-940) (-940)) NIL)))
+(((-415 |#1|) (-10 -8 (-15 -3833 ((-940) (-940))) (-15 -3833 ((-940))) (-15 -2633 (|#1| (-576) (-576) (-940))) (-15 -2633 (|#1| (-576) (-576)))) (-416)) (T -415))
+((-3833 (*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-415 *3)) (-4 *3 (-416)))) (-3833 (*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-415 *3)) (-4 *3 (-416)))))
+(-10 -8 (-15 -3833 ((-940) (-940))) (-15 -3833 ((-940))) (-15 -2633 (|#1| (-576) (-576) (-940))) (-15 -2633 (|#1| (-576) (-576))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3730 (((-576) $) 97)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-2452 (($ $) 95)) (-2583 (((-3 $ "failed") $ $) 20)) (-4068 (($ $) 81)) (-2068 (((-430 $) $) 80)) (-1463 (($ $) 105)) (-4064 (((-112) $ $) 65)) (-4018 (((-576) $) 122)) (-3853 (($) 18 T CONST)) (-2646 (($ $) 94)) (-2981 (((-3 (-576) "failed") $) 110) (((-3 (-419 (-576)) "failed") $) 107)) (-2318 (((-576) $) 111) (((-419 (-576)) $) 108)) (-1892 (($ $ $) 61)) (-2413 (((-3 $ "failed") $) 37)) (-1905 (($ $ $) 62)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 57)) (-3742 (((-112) $) 79)) (-2760 (((-940)) 138) (((-940) (-940)) 135 (|has| $ (-6 -4455)))) (-2907 (((-112) $) 120)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 101)) (-1760 (((-576) $) 144)) (-3315 (((-112) $) 35)) (-4063 (($ $ (-576)) 104)) (-2828 (($ $) 100)) (-2569 (((-112) $) 121)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-2905 (($ $ $) 119) (($) 132 (-12 (-2300 (|has| $ (-6 -4455))) (-2300 (|has| $ (-6 -4447)))))) (-2163 (($ $ $) 118) (($) 131 (-12 (-2300 (|has| $ (-6 -4455))) (-2300 (|has| $ (-6 -4447)))))) (-1359 (((-576) $) 141)) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-1668 (($ $) 78)) (-2227 (((-940) (-576)) 134 (|has| $ (-6 -4455)))) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-4152 (($ $) 96)) (-4110 (($ $) 98)) (-2633 (($ (-576) (-576)) 146) (($ (-576) (-576) (-940)) 145)) (-1452 (((-430 $) $) 82)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-1943 (((-3 $ "failed") $ $) 48)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3744 (((-576) $) 142)) (-3199 (((-783) $) 64)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 63)) (-3833 (((-940)) 139) (((-940) (-940)) 136 (|has| $ (-6 -4455)))) (-2657 (((-940) (-576)) 133 (|has| $ (-6 -4455)))) (-1554 (((-390) $) 113) (((-227) $) 112) (((-907 (-390)) $) 102)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74) (($ (-576)) 109) (($ (-419 (-576))) 106)) (-2864 (((-783)) 32 T CONST)) (-2778 (($ $) 99)) (-2729 (((-940)) 140) (((-940) (-940)) 137 (|has| $ (-6 -4455)))) (-3000 (((-112) $ $) 9)) (-1867 (((-940)) 143)) (-4095 (((-112) $ $) 45)) (-2679 (($ $) 123)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3995 (((-112) $ $) 116)) (-3975 (((-112) $ $) 115)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 117)) (-3962 (((-112) $ $) 114)) (-4047 (($ $ $) 73)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77) (($ $ (-419 (-576))) 103)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75)))
(((-416) (-141)) (T -416))
-((-3042 (*1 *1 *2 *2) (-12 (-5 *2 (-576)) (-4 *1 (-416)))) (-3042 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-576)) (-5 *3 (-938)) (-4 *1 (-416)))) (-1991 (*1 *2 *1) (-12 (-4 *1 (-416)) (-5 *2 (-576)))) (-3513 (*1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-938)))) (-2125 (*1 *2 *1) (-12 (-4 *1 (-416)) (-5 *2 (-576)))) (-1490 (*1 *2 *1) (-12 (-4 *1 (-416)) (-5 *2 (-576)))) (-1639 (*1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-938)))) (-2765 (*1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-938)))) (-3337 (*1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-938)))) (-1639 (*1 *2 *2) (-12 (-5 *2 (-938)) (|has| *1 (-6 -4453)) (-4 *1 (-416)))) (-2765 (*1 *2 *2) (-12 (-5 *2 (-938)) (|has| *1 (-6 -4453)) (-4 *1 (-416)))) (-3337 (*1 *2 *2) (-12 (-5 *2 (-938)) (|has| *1 (-6 -4453)) (-4 *1 (-416)))) (-2359 (*1 *2 *3) (-12 (-5 *3 (-576)) (|has| *1 (-6 -4453)) (-4 *1 (-416)) (-5 *2 (-938)))) (-1632 (*1 *2 *3) (-12 (-5 *3 (-576)) (|has| *1 (-6 -4453)) (-4 *1 (-416)) (-5 *2 (-938)))) (-3123 (*1 *1) (-12 (-4 *1 (-416)) (-2658 (|has| *1 (-6 -4453))) (-2658 (|has| *1 (-6 -4445))))) (-2352 (*1 *1) (-12 (-4 *1 (-416)) (-2658 (|has| *1 (-6 -4453))) (-2658 (|has| *1 (-6 -4445))))))
-(-13 (-1079) (-10 -8 (-6 -4163) (-15 -3042 ($ (-576) (-576))) (-15 -3042 ($ (-576) (-576) (-938))) (-15 -1991 ((-576) $)) (-15 -3513 ((-938))) (-15 -2125 ((-576) $)) (-15 -1490 ((-576) $)) (-15 -1639 ((-938))) (-15 -2765 ((-938))) (-15 -3337 ((-938))) (IF (|has| $ (-6 -4453)) (PROGN (-15 -1639 ((-938) (-938))) (-15 -2765 ((-938) (-938))) (-15 -3337 ((-938) (-938))) (-15 -2359 ((-938) (-576))) (-15 -1632 ((-938) (-576)))) |%noBranch|) (IF (|has| $ (-6 -4445)) |%noBranch| (IF (|has| $ (-6 -4453)) |%noBranch| (PROGN (-15 -3123 ($)) (-15 -2352 ($)))))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-132) . T) ((-148) . T) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-626 (-227)) . T) ((-626 (-390)) . T) ((-626 (-905 (-390))) . T) ((-248) . T) ((-300) . T) ((-317) . T) ((-374) . T) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 $) . T) ((-738) . T) ((-803) . T) ((-804) . T) ((-806) . T) ((-807) . T) ((-860) . T) ((-862) . T) ((-899 (-390)) . T) ((-937) . T) ((-1021) . T) ((-1041) . T) ((-1079) . T) ((-1057 (-419 (-576))) . T) ((-1057 (-576)) . T) ((-1070 #0#) . T) ((-1070 $) . T) ((-1075 #0#) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T) ((-1240) . T))
-((-4114 (((-430 |#2|) (-1 |#2| |#1|) (-430 |#1|)) 20)))
-(((-417 |#1| |#2|) (-10 -7 (-15 -4114 ((-430 |#2|) (-1 |#2| |#1|) (-430 |#1|)))) (-568) (-568)) (T -417))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-430 *5)) (-4 *5 (-568)) (-4 *6 (-568)) (-5 *2 (-430 *6)) (-5 *1 (-417 *5 *6)))))
-(-10 -7 (-15 -4114 ((-430 |#2|) (-1 |#2| |#1|) (-430 |#1|))))
-((-4114 (((-419 |#2|) (-1 |#2| |#1|) (-419 |#1|)) 13)))
-(((-418 |#1| |#2|) (-10 -7 (-15 -4114 ((-419 |#2|) (-1 |#2| |#1|) (-419 |#1|)))) (-568) (-568)) (T -418))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-419 *5)) (-4 *5 (-568)) (-4 *6 (-568)) (-5 *2 (-419 *6)) (-5 *1 (-418 *5 *6)))))
-(-10 -7 (-15 -4114 ((-419 |#2|) (-1 |#2| |#1|) (-419 |#1|))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 13)) (-3522 ((|#1| $) 21 (|has| |#1| (-317)))) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1829 (((-112) $ $) NIL)) (-2786 (((-576) $) NIL (|has| |#1| (-832)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) 17) (((-3 (-1195) "failed") $) NIL (|has| |#1| (-1057 (-1195)))) (((-3 (-419 (-576)) "failed") $) 72 (|has| |#1| (-1057 (-576)))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576))))) (-2857 ((|#1| $) 15) (((-1195) $) NIL (|has| |#1| (-1057 (-1195)))) (((-419 (-576)) $) 69 (|has| |#1| (-1057 (-576)))) (((-576) $) NIL (|has| |#1| (-1057 (-576))))) (-3426 (($ $ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) 51)) (-1834 (($) NIL (|has| |#1| (-557)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3075 (((-112) $) NIL (|has| |#1| (-832)))) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (|has| |#1| (-899 (-576)))) (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (|has| |#1| (-899 (-390))))) (-3612 (((-112) $) 57)) (-2684 (($ $) NIL)) (-1568 ((|#1| $) 73)) (-2162 (((-3 $ "failed") $) NIL (|has| |#1| (-1171)))) (-3667 (((-112) $) NIL (|has| |#1| (-832)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3123 (($ $ $) NIL (|has| |#1| (-862)))) (-2352 (($ $ $) NIL (|has| |#1| (-862)))) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) NIL) (((-701 |#1|) (-1286 $)) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL (|has| |#1| (-1171)) CONST)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 100)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3252 (($ $) NIL (|has| |#1| (-317)))) (-3247 ((|#1| $) 28 (|has| |#1| (-557)))) (-2307 (((-430 (-1191 $)) (-1191 $)) 145 (|has| |#1| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) 138 (|has| |#1| (-926)))) (-1827 (((-430 $) $) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3281 (($ $ (-656 |#1|) (-656 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1195)) (-656 |#1|)) NIL (|has| |#1| (-526 (-1195) |#1|))) (($ $ (-1195) |#1|) NIL (|has| |#1| (-526 (-1195) |#1|)))) (-3909 (((-783) $) NIL)) (-2794 (($ $ |#1|) NIL (|has| |#1| (-296 |#1| |#1|)))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2770 (($ $ (-1 |#1| |#1|)) 64) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195)))) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237)))) (-1507 (($ $) NIL)) (-1579 ((|#1| $) 75)) (-4169 (((-905 (-576)) $) NIL (|has| |#1| (-626 (-905 (-576))))) (((-905 (-390)) $) NIL (|has| |#1| (-626 (-905 (-390))))) (((-548) $) NIL (|has| |#1| (-626 (-548)))) (((-390) $) NIL (|has| |#1| (-1041))) (((-227) $) NIL (|has| |#1| (-1041)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) 122 (-12 (|has| $ (-146)) (|has| |#1| (-926))))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ |#1|) 10) (($ (-1195)) NIL (|has| |#1| (-1057 (-1195))))) (-2846 (((-3 $ "failed") $) 102 (-2755 (-12 (|has| $ (-146)) (|has| |#1| (-926))) (|has| |#1| (-146))))) (-2596 (((-783)) 103 T CONST)) (-4317 ((|#1| $) 26 (|has| |#1| (-557)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-4308 (($ $) NIL (|has| |#1| (-832)))) (-2716 (($) 22 T CONST)) (-2727 (($) 8 T CONST)) (-4359 (((-1177) $) 44 (-12 (|has| |#1| (-557)) (|has| |#1| (-840)))) (((-1177) $ (-112)) 45 (-12 (|has| |#1| (-557)) (|has| |#1| (-840)))) (((-1291) (-834) $) 46 (-12 (|has| |#1| (-557)) (|has| |#1| (-840)))) (((-1291) (-834) $ (-112)) 47 (-12 (|has| |#1| (-557)) (|has| |#1| (-840))))) (-2014 (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195)))) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237)))) (-2989 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2921 (((-112) $ $) 66)) (-2975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2946 (((-112) $ $) 24 (|has| |#1| (-862)))) (-3054 (($ $ $) 133) (($ |#1| |#1|) 53)) (-3041 (($ $) 25) (($ $ $) 56)) (-3027 (($ $ $) 54)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) 132)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 61) (($ $ $) 58) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ |#1| $) 62) (($ $ |#1|) 88)))
-(((-419 |#1|) (-13 (-1011 |#1|) (-10 -7 (IF (|has| |#1| (-557)) (IF (|has| |#1| (-840)) (-6 (-840)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4449)) (IF (|has| |#1| (-464)) (IF (|has| |#1| (-6 -4460)) (-6 -4449) |%noBranch|) |%noBranch|) |%noBranch|))) (-568)) (T -419))
-NIL
-(-13 (-1011 |#1|) (-10 -7 (IF (|has| |#1| (-557)) (IF (|has| |#1| (-840)) (-6 (-840)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4449)) (IF (|has| |#1| (-464)) (IF (|has| |#1| (-6 -4460)) (-6 -4449) |%noBranch|) |%noBranch|) |%noBranch|)))
-((-1722 (((-701 |#2|) (-1286 $)) NIL) (((-701 |#2|)) 18)) (-2495 (($ (-1286 |#2|) (-1286 $)) NIL) (($ (-1286 |#2|)) 24)) (-3592 (((-701 |#2|) $ (-1286 $)) NIL) (((-701 |#2|) $) 40)) (-1499 ((|#3| $) 69)) (-2491 ((|#2| (-1286 $)) NIL) ((|#2|) 20)) (-2203 (((-1286 |#2|) $ (-1286 $)) NIL) (((-701 |#2|) (-1286 $) (-1286 $)) NIL) (((-1286 |#2|) $) 22) (((-701 |#2|) (-1286 $)) 38)) (-4169 (((-1286 |#2|) $) 11) (($ (-1286 |#2|)) 13)) (-4324 ((|#3| $) 55)))
-(((-420 |#1| |#2| |#3|) (-10 -8 (-15 -3592 ((-701 |#2|) |#1|)) (-15 -2491 (|#2|)) (-15 -1722 ((-701 |#2|))) (-15 -4169 (|#1| (-1286 |#2|))) (-15 -4169 ((-1286 |#2|) |#1|)) (-15 -2495 (|#1| (-1286 |#2|))) (-15 -2203 ((-701 |#2|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1|)) (-15 -1499 (|#3| |#1|)) (-15 -4324 (|#3| |#1|)) (-15 -1722 ((-701 |#2|) (-1286 |#1|))) (-15 -2491 (|#2| (-1286 |#1|))) (-15 -2495 (|#1| (-1286 |#2|) (-1286 |#1|))) (-15 -2203 ((-701 |#2|) (-1286 |#1|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1| (-1286 |#1|))) (-15 -3592 ((-701 |#2|) |#1| (-1286 |#1|)))) (-421 |#2| |#3|) (-174) (-1262 |#2|)) (T -420))
-((-1722 (*1 *2) (-12 (-4 *4 (-174)) (-4 *5 (-1262 *4)) (-5 *2 (-701 *4)) (-5 *1 (-420 *3 *4 *5)) (-4 *3 (-421 *4 *5)))) (-2491 (*1 *2) (-12 (-4 *4 (-1262 *2)) (-4 *2 (-174)) (-5 *1 (-420 *3 *2 *4)) (-4 *3 (-421 *2 *4)))))
-(-10 -8 (-15 -3592 ((-701 |#2|) |#1|)) (-15 -2491 (|#2|)) (-15 -1722 ((-701 |#2|))) (-15 -4169 (|#1| (-1286 |#2|))) (-15 -4169 ((-1286 |#2|) |#1|)) (-15 -2495 (|#1| (-1286 |#2|))) (-15 -2203 ((-701 |#2|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1|)) (-15 -1499 (|#3| |#1|)) (-15 -4324 (|#3| |#1|)) (-15 -1722 ((-701 |#2|) (-1286 |#1|))) (-15 -2491 (|#2| (-1286 |#1|))) (-15 -2495 (|#1| (-1286 |#2|) (-1286 |#1|))) (-15 -2203 ((-701 |#2|) (-1286 |#1|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1| (-1286 |#1|))) (-15 -3592 ((-701 |#2|) |#1| (-1286 |#1|))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-1722 (((-701 |#1|) (-1286 $)) 53) (((-701 |#1|)) 68)) (-2205 ((|#1| $) 59)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2495 (($ (-1286 |#1|) (-1286 $)) 55) (($ (-1286 |#1|)) 71)) (-3592 (((-701 |#1|) $ (-1286 $)) 60) (((-701 |#1|) $) 66)) (-2251 (((-3 $ "failed") $) 37)) (-3731 (((-938)) 61)) (-3612 (((-112) $) 35)) (-1650 ((|#1| $) 58)) (-1499 ((|#2| $) 51 (|has| |#1| (-374)))) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-2491 ((|#1| (-1286 $)) 54) ((|#1|) 67)) (-2203 (((-1286 |#1|) $ (-1286 $)) 57) (((-701 |#1|) (-1286 $) (-1286 $)) 56) (((-1286 |#1|) $) 73) (((-701 |#1|) (-1286 $)) 72)) (-4169 (((-1286 |#1|) $) 70) (($ (-1286 |#1|)) 69)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 44)) (-2846 (((-3 $ "failed") $) 50 (|has| |#1| (-146)))) (-4324 ((|#2| $) 52)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4156 (((-1286 $)) 74)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45)))
-(((-421 |#1| |#2|) (-141) (-174) (-1262 |t#1|)) (T -421))
-((-4156 (*1 *2) (-12 (-4 *3 (-174)) (-4 *4 (-1262 *3)) (-5 *2 (-1286 *1)) (-4 *1 (-421 *3 *4)))) (-2203 (*1 *2 *1) (-12 (-4 *1 (-421 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1262 *3)) (-5 *2 (-1286 *3)))) (-2203 (*1 *2 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-421 *4 *5)) (-4 *4 (-174)) (-4 *5 (-1262 *4)) (-5 *2 (-701 *4)))) (-2495 (*1 *1 *2) (-12 (-5 *2 (-1286 *3)) (-4 *3 (-174)) (-4 *1 (-421 *3 *4)) (-4 *4 (-1262 *3)))) (-4169 (*1 *2 *1) (-12 (-4 *1 (-421 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1262 *3)) (-5 *2 (-1286 *3)))) (-4169 (*1 *1 *2) (-12 (-5 *2 (-1286 *3)) (-4 *3 (-174)) (-4 *1 (-421 *3 *4)) (-4 *4 (-1262 *3)))) (-1722 (*1 *2) (-12 (-4 *1 (-421 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1262 *3)) (-5 *2 (-701 *3)))) (-2491 (*1 *2) (-12 (-4 *1 (-421 *2 *3)) (-4 *3 (-1262 *2)) (-4 *2 (-174)))) (-3592 (*1 *2 *1) (-12 (-4 *1 (-421 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1262 *3)) (-5 *2 (-701 *3)))))
-(-13 (-381 |t#1| |t#2|) (-10 -8 (-15 -4156 ((-1286 $))) (-15 -2203 ((-1286 |t#1|) $)) (-15 -2203 ((-701 |t#1|) (-1286 $))) (-15 -2495 ($ (-1286 |t#1|))) (-15 -4169 ((-1286 |t#1|) $)) (-15 -4169 ($ (-1286 |t#1|))) (-15 -1722 ((-701 |t#1|))) (-15 -2491 (|t#1|)) (-15 -3592 ((-701 |t#1|) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-625 (-874)) . T) ((-381 |#1| |#2|) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-738) . T) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-1570 (((-3 |#2| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) 27) (((-3 (-576) "failed") $) 19)) (-2857 ((|#2| $) NIL) (((-419 (-576)) $) 24) (((-576) $) 14)) (-3567 (($ |#2|) NIL) (($ (-419 (-576))) 22) (($ (-576)) 11)))
-(((-422 |#1| |#2|) (-10 -8 (-15 -3567 (|#1| (-576))) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -3567 (|#1| |#2|))) (-423 |#2|) (-1236)) (T -422))
-NIL
-(-10 -8 (-15 -3567 (|#1| (-576))) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -3567 (|#1| |#2|)))
-((-1570 (((-3 |#1| "failed") $) 9) (((-3 (-419 (-576)) "failed") $) 16 (|has| |#1| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) 13 (|has| |#1| (-1057 (-576))))) (-2857 ((|#1| $) 8) (((-419 (-576)) $) 17 (|has| |#1| (-1057 (-419 (-576))))) (((-576) $) 14 (|has| |#1| (-1057 (-576))))) (-3567 (($ |#1|) 6) (($ (-419 (-576))) 15 (|has| |#1| (-1057 (-419 (-576))))) (($ (-576)) 12 (|has| |#1| (-1057 (-576))))))
-(((-423 |#1|) (-141) (-1236)) (T -423))
-NIL
-(-13 (-1057 |t#1|) (-10 -7 (IF (|has| |t#1| (-1057 (-576))) (-6 (-1057 (-576))) |%noBranch|) (IF (|has| |t#1| (-1057 (-419 (-576)))) (-6 (-1057 (-419 (-576)))) |%noBranch|)))
-(((-628 #0=(-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((-628 #1=(-576)) |has| |#1| (-1057 (-576))) ((-628 |#1|) . T) ((-1057 #0#) |has| |#1| (-1057 (-419 (-576)))) ((-1057 #1#) |has| |#1| (-1057 (-576))) ((-1057 |#1|) . T))
-((-4114 (((-425 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-425 |#1| |#2| |#3| |#4|)) 35)))
-(((-424 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -4114 ((-425 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-425 |#1| |#2| |#3| |#4|)))) (-317) (-1011 |#1|) (-1262 |#2|) (-13 (-421 |#2| |#3|) (-1057 |#2|)) (-317) (-1011 |#5|) (-1262 |#6|) (-13 (-421 |#6| |#7|) (-1057 |#6|))) (T -424))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-425 *5 *6 *7 *8)) (-4 *5 (-317)) (-4 *6 (-1011 *5)) (-4 *7 (-1262 *6)) (-4 *8 (-13 (-421 *6 *7) (-1057 *6))) (-4 *9 (-317)) (-4 *10 (-1011 *9)) (-4 *11 (-1262 *10)) (-5 *2 (-425 *9 *10 *11 *12)) (-5 *1 (-424 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-13 (-421 *10 *11) (-1057 *10))))))
-(-10 -7 (-15 -4114 ((-425 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-425 |#1| |#2| |#3| |#4|))))
-((-3486 (((-112) $ $) NIL)) (-2135 (($) NIL T CONST)) (-2251 (((-3 $ "failed") $) NIL)) (-2632 ((|#4| (-783) (-1286 |#4|)) 55)) (-3612 (((-112) $) NIL)) (-1568 (((-1286 |#4|) $) 15)) (-1650 ((|#2| $) 53)) (-4055 (($ $) 157)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 103)) (-1889 (($ (-1286 |#4|)) 102)) (-1448 (((-1139) $) NIL)) (-1579 ((|#1| $) 16)) (-2949 (($ $ $) NIL)) (-3636 (($ $ $) NIL)) (-3567 (((-874) $) 148)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 |#4|) $) 141)) (-2727 (($) 11 T CONST)) (-2921 (((-112) $ $) 39)) (-3054 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) 134)) (* (($ $ $) 130)))
-(((-425 |#1| |#2| |#3| |#4|) (-13 (-485) (-10 -8 (-15 -1889 ($ (-1286 |#4|))) (-15 -4156 ((-1286 |#4|) $)) (-15 -1650 (|#2| $)) (-15 -1568 ((-1286 |#4|) $)) (-15 -1579 (|#1| $)) (-15 -4055 ($ $)) (-15 -2632 (|#4| (-783) (-1286 |#4|))))) (-317) (-1011 |#1|) (-1262 |#2|) (-13 (-421 |#2| |#3|) (-1057 |#2|))) (T -425))
-((-1889 (*1 *1 *2) (-12 (-5 *2 (-1286 *6)) (-4 *6 (-13 (-421 *4 *5) (-1057 *4))) (-4 *4 (-1011 *3)) (-4 *5 (-1262 *4)) (-4 *3 (-317)) (-5 *1 (-425 *3 *4 *5 *6)))) (-4156 (*1 *2 *1) (-12 (-4 *3 (-317)) (-4 *4 (-1011 *3)) (-4 *5 (-1262 *4)) (-5 *2 (-1286 *6)) (-5 *1 (-425 *3 *4 *5 *6)) (-4 *6 (-13 (-421 *4 *5) (-1057 *4))))) (-1650 (*1 *2 *1) (-12 (-4 *4 (-1262 *2)) (-4 *2 (-1011 *3)) (-5 *1 (-425 *3 *2 *4 *5)) (-4 *3 (-317)) (-4 *5 (-13 (-421 *2 *4) (-1057 *2))))) (-1568 (*1 *2 *1) (-12 (-4 *3 (-317)) (-4 *4 (-1011 *3)) (-4 *5 (-1262 *4)) (-5 *2 (-1286 *6)) (-5 *1 (-425 *3 *4 *5 *6)) (-4 *6 (-13 (-421 *4 *5) (-1057 *4))))) (-1579 (*1 *2 *1) (-12 (-4 *3 (-1011 *2)) (-4 *4 (-1262 *3)) (-4 *2 (-317)) (-5 *1 (-425 *2 *3 *4 *5)) (-4 *5 (-13 (-421 *3 *4) (-1057 *3))))) (-4055 (*1 *1 *1) (-12 (-4 *2 (-317)) (-4 *3 (-1011 *2)) (-4 *4 (-1262 *3)) (-5 *1 (-425 *2 *3 *4 *5)) (-4 *5 (-13 (-421 *3 *4) (-1057 *3))))) (-2632 (*1 *2 *3 *4) (-12 (-5 *3 (-783)) (-5 *4 (-1286 *2)) (-4 *5 (-317)) (-4 *6 (-1011 *5)) (-4 *2 (-13 (-421 *6 *7) (-1057 *6))) (-5 *1 (-425 *5 *6 *7 *2)) (-4 *7 (-1262 *6)))))
-(-13 (-485) (-10 -8 (-15 -1889 ($ (-1286 |#4|))) (-15 -4156 ((-1286 |#4|) $)) (-15 -1650 (|#2| $)) (-15 -1568 ((-1286 |#4|) $)) (-15 -1579 (|#1| $)) (-15 -4055 ($ $)) (-15 -2632 (|#4| (-783) (-1286 |#4|)))))
-((-3486 (((-112) $ $) NIL)) (-2135 (($) NIL T CONST)) (-2251 (((-3 $ "failed") $) NIL)) (-3612 (((-112) $) NIL)) (-1650 ((|#2| $) 71)) (-2463 (($ (-1286 |#4|)) 27) (($ (-425 |#1| |#2| |#3| |#4|)) 85 (|has| |#4| (-1057 |#2|)))) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 37)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 |#4|) $) 28)) (-2727 (($) 25 T CONST)) (-2921 (((-112) $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ $ $) 82)))
-(((-426 |#1| |#2| |#3| |#4| |#5|) (-13 (-738) (-10 -8 (-15 -4156 ((-1286 |#4|) $)) (-15 -1650 (|#2| $)) (-15 -2463 ($ (-1286 |#4|))) (IF (|has| |#4| (-1057 |#2|)) (-15 -2463 ($ (-425 |#1| |#2| |#3| |#4|))) |%noBranch|))) (-317) (-1011 |#1|) (-1262 |#2|) (-421 |#2| |#3|) (-1286 |#4|)) (T -426))
-((-4156 (*1 *2 *1) (-12 (-4 *3 (-317)) (-4 *4 (-1011 *3)) (-4 *5 (-1262 *4)) (-5 *2 (-1286 *6)) (-5 *1 (-426 *3 *4 *5 *6 *7)) (-4 *6 (-421 *4 *5)) (-14 *7 *2))) (-1650 (*1 *2 *1) (-12 (-4 *4 (-1262 *2)) (-4 *2 (-1011 *3)) (-5 *1 (-426 *3 *2 *4 *5 *6)) (-4 *3 (-317)) (-4 *5 (-421 *2 *4)) (-14 *6 (-1286 *5)))) (-2463 (*1 *1 *2) (-12 (-5 *2 (-1286 *6)) (-4 *6 (-421 *4 *5)) (-4 *4 (-1011 *3)) (-4 *5 (-1262 *4)) (-4 *3 (-317)) (-5 *1 (-426 *3 *4 *5 *6 *7)) (-14 *7 *2))) (-2463 (*1 *1 *2) (-12 (-5 *2 (-425 *3 *4 *5 *6)) (-4 *6 (-1057 *4)) (-4 *3 (-317)) (-4 *4 (-1011 *3)) (-4 *5 (-1262 *4)) (-4 *6 (-421 *4 *5)) (-14 *7 (-1286 *6)) (-5 *1 (-426 *3 *4 *5 *6 *7)))))
-(-13 (-738) (-10 -8 (-15 -4156 ((-1286 |#4|) $)) (-15 -1650 (|#2| $)) (-15 -2463 ($ (-1286 |#4|))) (IF (|has| |#4| (-1057 |#2|)) (-15 -2463 ($ (-425 |#1| |#2| |#3| |#4|))) |%noBranch|)))
-((-4114 ((|#3| (-1 |#4| |#2|) |#1|) 29)))
-(((-427 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4114 (|#3| (-1 |#4| |#2|) |#1|))) (-429 |#2|) (-174) (-429 |#4|) (-174)) (T -427))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-174)) (-4 *6 (-174)) (-4 *2 (-429 *6)) (-5 *1 (-427 *4 *5 *2 *6)) (-4 *4 (-429 *5)))))
-(-10 -7 (-15 -4114 (|#3| (-1 |#4| |#2|) |#1|)))
-((-2061 (((-3 $ "failed")) 98)) (-3580 (((-1286 (-701 |#2|)) (-1286 $)) NIL) (((-1286 (-701 |#2|))) 103)) (-2415 (((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed")) 96)) (-2068 (((-3 $ "failed")) 95)) (-2783 (((-701 |#2|) (-1286 $)) NIL) (((-701 |#2|)) 114)) (-3965 (((-701 |#2|) $ (-1286 $)) NIL) (((-701 |#2|) $) 122)) (-3919 (((-1191 (-969 |#2|))) 63)) (-2760 ((|#2| (-1286 $)) NIL) ((|#2|) 118)) (-2495 (($ (-1286 |#2|) (-1286 $)) NIL) (($ (-1286 |#2|)) 124)) (-1985 (((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed")) 94)) (-3297 (((-3 $ "failed")) 86)) (-2756 (((-701 |#2|) (-1286 $)) NIL) (((-701 |#2|)) 112)) (-3057 (((-701 |#2|) $ (-1286 $)) NIL) (((-701 |#2|) $) 120)) (-3050 (((-1191 (-969 |#2|))) 62)) (-4104 ((|#2| (-1286 $)) NIL) ((|#2|) 116)) (-2203 (((-1286 |#2|) $ (-1286 $)) NIL) (((-701 |#2|) (-1286 $) (-1286 $)) NIL) (((-1286 |#2|) $) 123) (((-701 |#2|) (-1286 $)) 132)) (-4169 (((-1286 |#2|) $) 108) (($ (-1286 |#2|)) 110)) (-2666 (((-656 (-969 |#2|)) (-1286 $)) NIL) (((-656 (-969 |#2|))) 106)) (-3566 (($ (-701 |#2|) $) 102)))
-(((-428 |#1| |#2|) (-10 -8 (-15 -3566 (|#1| (-701 |#2|) |#1|)) (-15 -3919 ((-1191 (-969 |#2|)))) (-15 -3050 ((-1191 (-969 |#2|)))) (-15 -3965 ((-701 |#2|) |#1|)) (-15 -3057 ((-701 |#2|) |#1|)) (-15 -2783 ((-701 |#2|))) (-15 -2756 ((-701 |#2|))) (-15 -2760 (|#2|)) (-15 -4104 (|#2|)) (-15 -4169 (|#1| (-1286 |#2|))) (-15 -4169 ((-1286 |#2|) |#1|)) (-15 -2495 (|#1| (-1286 |#2|))) (-15 -2666 ((-656 (-969 |#2|)))) (-15 -3580 ((-1286 (-701 |#2|)))) (-15 -2203 ((-701 |#2|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1|)) (-15 -2061 ((-3 |#1| "failed"))) (-15 -2068 ((-3 |#1| "failed"))) (-15 -3297 ((-3 |#1| "failed"))) (-15 -2415 ((-3 (-2 (|:| |particular| |#1|) (|:| -4156 (-656 |#1|))) "failed"))) (-15 -1985 ((-3 (-2 (|:| |particular| |#1|) (|:| -4156 (-656 |#1|))) "failed"))) (-15 -2783 ((-701 |#2|) (-1286 |#1|))) (-15 -2756 ((-701 |#2|) (-1286 |#1|))) (-15 -2760 (|#2| (-1286 |#1|))) (-15 -4104 (|#2| (-1286 |#1|))) (-15 -2495 (|#1| (-1286 |#2|) (-1286 |#1|))) (-15 -2203 ((-701 |#2|) (-1286 |#1|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1| (-1286 |#1|))) (-15 -3965 ((-701 |#2|) |#1| (-1286 |#1|))) (-15 -3057 ((-701 |#2|) |#1| (-1286 |#1|))) (-15 -3580 ((-1286 (-701 |#2|)) (-1286 |#1|))) (-15 -2666 ((-656 (-969 |#2|)) (-1286 |#1|)))) (-429 |#2|) (-174)) (T -428))
-((-3580 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-1286 (-701 *4))) (-5 *1 (-428 *3 *4)) (-4 *3 (-429 *4)))) (-2666 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-656 (-969 *4))) (-5 *1 (-428 *3 *4)) (-4 *3 (-429 *4)))) (-4104 (*1 *2) (-12 (-4 *2 (-174)) (-5 *1 (-428 *3 *2)) (-4 *3 (-429 *2)))) (-2760 (*1 *2) (-12 (-4 *2 (-174)) (-5 *1 (-428 *3 *2)) (-4 *3 (-429 *2)))) (-2756 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-701 *4)) (-5 *1 (-428 *3 *4)) (-4 *3 (-429 *4)))) (-2783 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-701 *4)) (-5 *1 (-428 *3 *4)) (-4 *3 (-429 *4)))) (-3050 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-1191 (-969 *4))) (-5 *1 (-428 *3 *4)) (-4 *3 (-429 *4)))) (-3919 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-1191 (-969 *4))) (-5 *1 (-428 *3 *4)) (-4 *3 (-429 *4)))))
-(-10 -8 (-15 -3566 (|#1| (-701 |#2|) |#1|)) (-15 -3919 ((-1191 (-969 |#2|)))) (-15 -3050 ((-1191 (-969 |#2|)))) (-15 -3965 ((-701 |#2|) |#1|)) (-15 -3057 ((-701 |#2|) |#1|)) (-15 -2783 ((-701 |#2|))) (-15 -2756 ((-701 |#2|))) (-15 -2760 (|#2|)) (-15 -4104 (|#2|)) (-15 -4169 (|#1| (-1286 |#2|))) (-15 -4169 ((-1286 |#2|) |#1|)) (-15 -2495 (|#1| (-1286 |#2|))) (-15 -2666 ((-656 (-969 |#2|)))) (-15 -3580 ((-1286 (-701 |#2|)))) (-15 -2203 ((-701 |#2|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1|)) (-15 -2061 ((-3 |#1| "failed"))) (-15 -2068 ((-3 |#1| "failed"))) (-15 -3297 ((-3 |#1| "failed"))) (-15 -2415 ((-3 (-2 (|:| |particular| |#1|) (|:| -4156 (-656 |#1|))) "failed"))) (-15 -1985 ((-3 (-2 (|:| |particular| |#1|) (|:| -4156 (-656 |#1|))) "failed"))) (-15 -2783 ((-701 |#2|) (-1286 |#1|))) (-15 -2756 ((-701 |#2|) (-1286 |#1|))) (-15 -2760 (|#2| (-1286 |#1|))) (-15 -4104 (|#2| (-1286 |#1|))) (-15 -2495 (|#1| (-1286 |#2|) (-1286 |#1|))) (-15 -2203 ((-701 |#2|) (-1286 |#1|) (-1286 |#1|))) (-15 -2203 ((-1286 |#2|) |#1| (-1286 |#1|))) (-15 -3965 ((-701 |#2|) |#1| (-1286 |#1|))) (-15 -3057 ((-701 |#2|) |#1| (-1286 |#1|))) (-15 -3580 ((-1286 (-701 |#2|)) (-1286 |#1|))) (-15 -2666 ((-656 (-969 |#2|)) (-1286 |#1|))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2061 (((-3 $ "failed")) 42 (|has| |#1| (-568)))) (-4299 (((-3 $ "failed") $ $) 20)) (-3580 (((-1286 (-701 |#1|)) (-1286 $)) 83) (((-1286 (-701 |#1|))) 106)) (-3515 (((-1286 $)) 86)) (-2135 (($) 18 T CONST)) (-2415 (((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed")) 45 (|has| |#1| (-568)))) (-2068 (((-3 $ "failed")) 43 (|has| |#1| (-568)))) (-2783 (((-701 |#1|) (-1286 $)) 70) (((-701 |#1|)) 98)) (-2730 ((|#1| $) 79)) (-3965 (((-701 |#1|) $ (-1286 $)) 81) (((-701 |#1|) $) 96)) (-2919 (((-3 $ "failed") $) 50 (|has| |#1| (-568)))) (-3919 (((-1191 (-969 |#1|))) 94 (|has| |#1| (-374)))) (-3647 (($ $ (-938)) 31)) (-3151 ((|#1| $) 77)) (-2803 (((-1191 |#1|) $) 47 (|has| |#1| (-568)))) (-2760 ((|#1| (-1286 $)) 72) ((|#1|) 100)) (-2164 (((-1191 |#1|) $) 68)) (-3528 (((-112)) 62)) (-2495 (($ (-1286 |#1|) (-1286 $)) 74) (($ (-1286 |#1|)) 104)) (-2251 (((-3 $ "failed") $) 52 (|has| |#1| (-568)))) (-3731 (((-938)) 85)) (-1766 (((-112)) 59)) (-1560 (($ $ (-938)) 38)) (-3238 (((-112)) 55)) (-4403 (((-112)) 53)) (-2022 (((-112)) 57)) (-1985 (((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed")) 46 (|has| |#1| (-568)))) (-3297 (((-3 $ "failed")) 44 (|has| |#1| (-568)))) (-2756 (((-701 |#1|) (-1286 $)) 71) (((-701 |#1|)) 99)) (-2828 ((|#1| $) 80)) (-3057 (((-701 |#1|) $ (-1286 $)) 82) (((-701 |#1|) $) 97)) (-1873 (((-3 $ "failed") $) 51 (|has| |#1| (-568)))) (-3050 (((-1191 (-969 |#1|))) 95 (|has| |#1| (-374)))) (-3598 (($ $ (-938)) 32)) (-1878 ((|#1| $) 78)) (-1485 (((-1191 |#1|) $) 48 (|has| |#1| (-568)))) (-4104 ((|#1| (-1286 $)) 73) ((|#1|) 101)) (-2167 (((-1191 |#1|) $) 69)) (-1787 (((-112)) 63)) (-3881 (((-1177) $) 10)) (-3320 (((-112)) 54)) (-3116 (((-112)) 56)) (-2591 (((-112)) 58)) (-1448 (((-1139) $) 11)) (-4371 (((-112)) 61)) (-2794 ((|#1| $ (-576)) 110)) (-2203 (((-1286 |#1|) $ (-1286 $)) 76) (((-701 |#1|) (-1286 $) (-1286 $)) 75) (((-1286 |#1|) $) 108) (((-701 |#1|) (-1286 $)) 107)) (-4169 (((-1286 |#1|) $) 103) (($ (-1286 |#1|)) 102)) (-2666 (((-656 (-969 |#1|)) (-1286 $)) 84) (((-656 (-969 |#1|))) 105)) (-3636 (($ $ $) 28)) (-2779 (((-112)) 67)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-4156 (((-1286 $)) 109)) (-2660 (((-656 (-1286 |#1|))) 49 (|has| |#1| (-568)))) (-3369 (($ $ $ $) 29)) (-1555 (((-112)) 65)) (-3566 (($ (-701 |#1|) $) 93)) (-1678 (($ $ $) 27)) (-3949 (((-112)) 66)) (-2033 (((-112)) 64)) (-2333 (((-112)) 60)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 33)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 30) (($ $ |#1|) 40) (($ |#1| $) 39)))
+((-2633 (*1 *1 *2 *2) (-12 (-5 *2 (-576)) (-4 *1 (-416)))) (-2633 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-576)) (-5 *3 (-940)) (-4 *1 (-416)))) (-1760 (*1 *2 *1) (-12 (-4 *1 (-416)) (-5 *2 (-576)))) (-1867 (*1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-940)))) (-3744 (*1 *2 *1) (-12 (-4 *1 (-416)) (-5 *2 (-576)))) (-1359 (*1 *2 *1) (-12 (-4 *1 (-416)) (-5 *2 (-576)))) (-2729 (*1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-940)))) (-3833 (*1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-940)))) (-2760 (*1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-940)))) (-2729 (*1 *2 *2) (-12 (-5 *2 (-940)) (|has| *1 (-6 -4455)) (-4 *1 (-416)))) (-3833 (*1 *2 *2) (-12 (-5 *2 (-940)) (|has| *1 (-6 -4455)) (-4 *1 (-416)))) (-2760 (*1 *2 *2) (-12 (-5 *2 (-940)) (|has| *1 (-6 -4455)) (-4 *1 (-416)))) (-2227 (*1 *2 *3) (-12 (-5 *3 (-576)) (|has| *1 (-6 -4455)) (-4 *1 (-416)) (-5 *2 (-940)))) (-2657 (*1 *2 *3) (-12 (-5 *3 (-576)) (|has| *1 (-6 -4455)) (-4 *1 (-416)) (-5 *2 (-940)))) (-2905 (*1 *1) (-12 (-4 *1 (-416)) (-2300 (|has| *1 (-6 -4455))) (-2300 (|has| *1 (-6 -4447))))) (-2163 (*1 *1) (-12 (-4 *1 (-416)) (-2300 (|has| *1 (-6 -4455))) (-2300 (|has| *1 (-6 -4447))))))
+(-13 (-1081) (-10 -8 (-6 -2642) (-15 -2633 ($ (-576) (-576))) (-15 -2633 ($ (-576) (-576) (-940))) (-15 -1760 ((-576) $)) (-15 -1867 ((-940))) (-15 -3744 ((-576) $)) (-15 -1359 ((-576) $)) (-15 -2729 ((-940))) (-15 -3833 ((-940))) (-15 -2760 ((-940))) (IF (|has| $ (-6 -4455)) (PROGN (-15 -2729 ((-940) (-940))) (-15 -3833 ((-940) (-940))) (-15 -2760 ((-940) (-940))) (-15 -2227 ((-940) (-576))) (-15 -2657 ((-940) (-576)))) |%noBranch|) (IF (|has| $ (-6 -4447)) |%noBranch| (IF (|has| $ (-6 -4455)) |%noBranch| (PROGN (-15 -2905 ($)) (-15 -2163 ($)))))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-132) . T) ((-148) . T) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-626 (-227)) . T) ((-626 (-390)) . T) ((-626 (-907 (-390))) . T) ((-248) . T) ((-300) . T) ((-317) . T) ((-374) . T) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 $) . T) ((-738) . T) ((-803) . T) ((-804) . T) ((-806) . T) ((-807) . T) ((-860) . T) ((-862) . T) ((-901 (-390)) . T) ((-939) . T) ((-1023) . T) ((-1043) . T) ((-1081) . T) ((-1059 (-419 (-576))) . T) ((-1059 (-576)) . T) ((-1072 #0#) . T) ((-1072 $) . T) ((-1077 #0#) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T) ((-1242) . T))
+((-2423 (((-430 |#2|) (-1 |#2| |#1|) (-430 |#1|)) 20)))
+(((-417 |#1| |#2|) (-10 -7 (-15 -2423 ((-430 |#2|) (-1 |#2| |#1|) (-430 |#1|)))) (-568) (-568)) (T -417))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-430 *5)) (-4 *5 (-568)) (-4 *6 (-568)) (-5 *2 (-430 *6)) (-5 *1 (-417 *5 *6)))))
+(-10 -7 (-15 -2423 ((-430 |#2|) (-1 |#2| |#1|) (-430 |#1|))))
+((-2423 (((-419 |#2|) (-1 |#2| |#1|) (-419 |#1|)) 13)))
+(((-418 |#1| |#2|) (-10 -7 (-15 -2423 ((-419 |#2|) (-1 |#2| |#1|) (-419 |#1|)))) (-568) (-568)) (T -418))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-419 *5)) (-4 *5 (-568)) (-4 *6 (-568)) (-5 *2 (-419 *6)) (-5 *1 (-418 *5 *6)))))
+(-10 -7 (-15 -2423 ((-419 |#2|) (-1 |#2| |#1|) (-419 |#1|))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 13)) (-3730 ((|#1| $) 21 (|has| |#1| (-317)))) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4064 (((-112) $ $) NIL)) (-4018 (((-576) $) NIL (|has| |#1| (-832)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) 17) (((-3 (-1197) "failed") $) NIL (|has| |#1| (-1059 (-1197)))) (((-3 (-419 (-576)) "failed") $) 72 (|has| |#1| (-1059 (-576)))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576))))) (-2318 ((|#1| $) 15) (((-1197) $) NIL (|has| |#1| (-1059 (-1197)))) (((-419 (-576)) $) 69 (|has| |#1| (-1059 (-576)))) (((-576) $) NIL (|has| |#1| (-1059 (-576))))) (-1892 (($ $ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) 51)) (-4370 (($) NIL (|has| |#1| (-557)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-2907 (((-112) $) NIL (|has| |#1| (-832)))) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (|has| |#1| (-901 (-576)))) (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (|has| |#1| (-901 (-390))))) (-3315 (((-112) $) 57)) (-2364 (($ $) NIL)) (-2687 ((|#1| $) 73)) (-4080 (((-3 $ "failed") $) NIL (|has| |#1| (-1173)))) (-2569 (((-112) $) NIL (|has| |#1| (-832)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2905 (($ $ $) NIL (|has| |#1| (-862)))) (-2163 (($ $ $) NIL (|has| |#1| (-862)))) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) NIL) (((-701 |#1|) (-1288 $)) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL (|has| |#1| (-1173)) CONST)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 100)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4152 (($ $) NIL (|has| |#1| (-317)))) (-4110 ((|#1| $) 28 (|has| |#1| (-557)))) (-1756 (((-430 (-1193 $)) (-1193 $)) 145 (|has| |#1| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) 138 (|has| |#1| (-928)))) (-1452 (((-430 $) $) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2143 (($ $ (-656 |#1|) (-656 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1197)) (-656 |#1|)) NIL (|has| |#1| (-526 (-1197) |#1|))) (($ $ (-1197) |#1|) NIL (|has| |#1| (-526 (-1197) |#1|)))) (-3199 (((-783) $) NIL)) (-4369 (($ $ |#1|) NIL (|has| |#1| (-296 |#1| |#1|)))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-4107 (($ $ (-1 |#1| |#1|)) 64) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197)))) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237)))) (-3908 (($ $) NIL)) (-2698 ((|#1| $) 75)) (-1554 (((-907 (-576)) $) NIL (|has| |#1| (-626 (-907 (-576))))) (((-907 (-390)) $) NIL (|has| |#1| (-626 (-907 (-390))))) (((-548) $) NIL (|has| |#1| (-626 (-548)))) (((-390) $) NIL (|has| |#1| (-1043))) (((-227) $) NIL (|has| |#1| (-1043)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) 122 (-12 (|has| $ (-146)) (|has| |#1| (-928))))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ |#1|) 10) (($ (-1197)) NIL (|has| |#1| (-1059 (-1197))))) (-3346 (((-3 $ "failed") $) 102 (-3795 (-12 (|has| $ (-146)) (|has| |#1| (-928))) (|has| |#1| (-146))))) (-2864 (((-783)) 103 T CONST)) (-2778 ((|#1| $) 26 (|has| |#1| (-557)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-2679 (($ $) NIL (|has| |#1| (-832)))) (-4312 (($) 22 T CONST)) (-4322 (($) 8 T CONST)) (-1883 (((-1179) $) 44 (-12 (|has| |#1| (-557)) (|has| |#1| (-840)))) (((-1179) $ (-112)) 45 (-12 (|has| |#1| (-557)) (|has| |#1| (-840)))) (((-1293) (-834) $) 46 (-12 (|has| |#1| (-557)) (|has| |#1| (-840)))) (((-1293) (-834) $ (-112)) 47 (-12 (|has| |#1| (-557)) (|has| |#1| (-840))))) (-3157 (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197)))) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237)))) (-3995 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3939 (((-112) $ $) 66)) (-3985 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3962 (((-112) $ $) 24 (|has| |#1| (-862)))) (-4047 (($ $ $) 133) (($ |#1| |#1|) 53)) (-4037 (($ $) 25) (($ $ $) 56)) (-4027 (($ $ $) 54)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) 132)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 61) (($ $ $) 58) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ |#1| $) 62) (($ $ |#1|) 88)))
+(((-419 |#1|) (-13 (-1013 |#1|) (-10 -7 (IF (|has| |#1| (-557)) (IF (|has| |#1| (-840)) (-6 (-840)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4451)) (IF (|has| |#1| (-464)) (IF (|has| |#1| (-6 -4462)) (-6 -4451) |%noBranch|) |%noBranch|) |%noBranch|))) (-568)) (T -419))
+NIL
+(-13 (-1013 |#1|) (-10 -7 (IF (|has| |#1| (-557)) (IF (|has| |#1| (-840)) (-6 (-840)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4451)) (IF (|has| |#1| (-464)) (IF (|has| |#1| (-6 -4462)) (-6 -4451) |%noBranch|) |%noBranch|) |%noBranch|)))
+((-2237 (((-701 |#2|) (-1288 $)) NIL) (((-701 |#2|)) 18)) (-3093 (($ (-1288 |#2|) (-1288 $)) NIL) (($ (-1288 |#2|)) 24)) (-3104 (((-701 |#2|) $ (-1288 $)) NIL) (((-701 |#2|) $) 40)) (-3817 ((|#3| $) 69)) (-3053 ((|#2| (-1288 $)) NIL) ((|#2|) 20)) (-3219 (((-1288 |#2|) $ (-1288 $)) NIL) (((-701 |#2|) (-1288 $) (-1288 $)) NIL) (((-1288 |#2|) $) 22) (((-701 |#2|) (-1288 $)) 38)) (-1554 (((-1288 |#2|) $) 11) (($ (-1288 |#2|)) 13)) (-2837 ((|#3| $) 55)))
+(((-420 |#1| |#2| |#3|) (-10 -8 (-15 -3104 ((-701 |#2|) |#1|)) (-15 -3053 (|#2|)) (-15 -2237 ((-701 |#2|))) (-15 -1554 (|#1| (-1288 |#2|))) (-15 -1554 ((-1288 |#2|) |#1|)) (-15 -3093 (|#1| (-1288 |#2|))) (-15 -3219 ((-701 |#2|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1|)) (-15 -3817 (|#3| |#1|)) (-15 -2837 (|#3| |#1|)) (-15 -2237 ((-701 |#2|) (-1288 |#1|))) (-15 -3053 (|#2| (-1288 |#1|))) (-15 -3093 (|#1| (-1288 |#2|) (-1288 |#1|))) (-15 -3219 ((-701 |#2|) (-1288 |#1|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1| (-1288 |#1|))) (-15 -3104 ((-701 |#2|) |#1| (-1288 |#1|)))) (-421 |#2| |#3|) (-174) (-1264 |#2|)) (T -420))
+((-2237 (*1 *2) (-12 (-4 *4 (-174)) (-4 *5 (-1264 *4)) (-5 *2 (-701 *4)) (-5 *1 (-420 *3 *4 *5)) (-4 *3 (-421 *4 *5)))) (-3053 (*1 *2) (-12 (-4 *4 (-1264 *2)) (-4 *2 (-174)) (-5 *1 (-420 *3 *2 *4)) (-4 *3 (-421 *2 *4)))))
+(-10 -8 (-15 -3104 ((-701 |#2|) |#1|)) (-15 -3053 (|#2|)) (-15 -2237 ((-701 |#2|))) (-15 -1554 (|#1| (-1288 |#2|))) (-15 -1554 ((-1288 |#2|) |#1|)) (-15 -3093 (|#1| (-1288 |#2|))) (-15 -3219 ((-701 |#2|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1|)) (-15 -3817 (|#3| |#1|)) (-15 -2837 (|#3| |#1|)) (-15 -2237 ((-701 |#2|) (-1288 |#1|))) (-15 -3053 (|#2| (-1288 |#1|))) (-15 -3093 (|#1| (-1288 |#2|) (-1288 |#1|))) (-15 -3219 ((-701 |#2|) (-1288 |#1|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1| (-1288 |#1|))) (-15 -3104 ((-701 |#2|) |#1| (-1288 |#1|))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2237 (((-701 |#1|) (-1288 $)) 53) (((-701 |#1|)) 68)) (-3832 ((|#1| $) 59)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-3093 (($ (-1288 |#1|) (-1288 $)) 55) (($ (-1288 |#1|)) 71)) (-3104 (((-701 |#1|) $ (-1288 $)) 60) (((-701 |#1|) $) 66)) (-2413 (((-3 $ "failed") $) 37)) (-4136 (((-940)) 61)) (-3315 (((-112) $) 35)) (-2828 ((|#1| $) 58)) (-3817 ((|#2| $) 51 (|has| |#1| (-374)))) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-3053 ((|#1| (-1288 $)) 54) ((|#1|) 67)) (-3219 (((-1288 |#1|) $ (-1288 $)) 57) (((-701 |#1|) (-1288 $) (-1288 $)) 56) (((-1288 |#1|) $) 73) (((-701 |#1|) (-1288 $)) 72)) (-1554 (((-1288 |#1|) $) 70) (($ (-1288 |#1|)) 69)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 44)) (-3346 (((-3 $ "failed") $) 50 (|has| |#1| (-146)))) (-2837 ((|#2| $) 52)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-1726 (((-1288 $)) 74)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45)))
+(((-421 |#1| |#2|) (-141) (-174) (-1264 |t#1|)) (T -421))
+((-1726 (*1 *2) (-12 (-4 *3 (-174)) (-4 *4 (-1264 *3)) (-5 *2 (-1288 *1)) (-4 *1 (-421 *3 *4)))) (-3219 (*1 *2 *1) (-12 (-4 *1 (-421 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1264 *3)) (-5 *2 (-1288 *3)))) (-3219 (*1 *2 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-421 *4 *5)) (-4 *4 (-174)) (-4 *5 (-1264 *4)) (-5 *2 (-701 *4)))) (-3093 (*1 *1 *2) (-12 (-5 *2 (-1288 *3)) (-4 *3 (-174)) (-4 *1 (-421 *3 *4)) (-4 *4 (-1264 *3)))) (-1554 (*1 *2 *1) (-12 (-4 *1 (-421 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1264 *3)) (-5 *2 (-1288 *3)))) (-1554 (*1 *1 *2) (-12 (-5 *2 (-1288 *3)) (-4 *3 (-174)) (-4 *1 (-421 *3 *4)) (-4 *4 (-1264 *3)))) (-2237 (*1 *2) (-12 (-4 *1 (-421 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1264 *3)) (-5 *2 (-701 *3)))) (-3053 (*1 *2) (-12 (-4 *1 (-421 *2 *3)) (-4 *3 (-1264 *2)) (-4 *2 (-174)))) (-3104 (*1 *2 *1) (-12 (-4 *1 (-421 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1264 *3)) (-5 *2 (-701 *3)))))
+(-13 (-381 |t#1| |t#2|) (-10 -8 (-15 -1726 ((-1288 $))) (-15 -3219 ((-1288 |t#1|) $)) (-15 -3219 ((-701 |t#1|) (-1288 $))) (-15 -3093 ($ (-1288 |t#1|))) (-15 -1554 ((-1288 |t#1|) $)) (-15 -1554 ($ (-1288 |t#1|))) (-15 -2237 ((-701 |t#1|))) (-15 -3053 (|t#1|)) (-15 -3104 ((-701 |t#1|) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-625 (-876)) . T) ((-381 |#1| |#2|) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-738) . T) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-2981 (((-3 |#2| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) 27) (((-3 (-576) "failed") $) 19)) (-2318 ((|#2| $) NIL) (((-419 (-576)) $) 24) (((-576) $) 14)) (-4114 (($ |#2|) NIL) (($ (-419 (-576))) 22) (($ (-576)) 11)))
+(((-422 |#1| |#2|) (-10 -8 (-15 -4114 (|#1| (-576))) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -4114 (|#1| |#2|))) (-423 |#2|) (-1238)) (T -422))
+NIL
+(-10 -8 (-15 -4114 (|#1| (-576))) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -4114 (|#1| |#2|)))
+((-2981 (((-3 |#1| "failed") $) 9) (((-3 (-419 (-576)) "failed") $) 16 (|has| |#1| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) 13 (|has| |#1| (-1059 (-576))))) (-2318 ((|#1| $) 8) (((-419 (-576)) $) 17 (|has| |#1| (-1059 (-419 (-576))))) (((-576) $) 14 (|has| |#1| (-1059 (-576))))) (-4114 (($ |#1|) 6) (($ (-419 (-576))) 15 (|has| |#1| (-1059 (-419 (-576))))) (($ (-576)) 12 (|has| |#1| (-1059 (-576))))))
+(((-423 |#1|) (-141) (-1238)) (T -423))
+NIL
+(-13 (-1059 |t#1|) (-10 -7 (IF (|has| |t#1| (-1059 (-576))) (-6 (-1059 (-576))) |%noBranch|) (IF (|has| |t#1| (-1059 (-419 (-576)))) (-6 (-1059 (-419 (-576)))) |%noBranch|)))
+(((-628 #0=(-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((-628 #1=(-576)) |has| |#1| (-1059 (-576))) ((-628 |#1|) . T) ((-1059 #0#) |has| |#1| (-1059 (-419 (-576)))) ((-1059 #1#) |has| |#1| (-1059 (-576))) ((-1059 |#1|) . T))
+((-2423 (((-425 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-425 |#1| |#2| |#3| |#4|)) 35)))
+(((-424 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2423 ((-425 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-425 |#1| |#2| |#3| |#4|)))) (-317) (-1013 |#1|) (-1264 |#2|) (-13 (-421 |#2| |#3|) (-1059 |#2|)) (-317) (-1013 |#5|) (-1264 |#6|) (-13 (-421 |#6| |#7|) (-1059 |#6|))) (T -424))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-425 *5 *6 *7 *8)) (-4 *5 (-317)) (-4 *6 (-1013 *5)) (-4 *7 (-1264 *6)) (-4 *8 (-13 (-421 *6 *7) (-1059 *6))) (-4 *9 (-317)) (-4 *10 (-1013 *9)) (-4 *11 (-1264 *10)) (-5 *2 (-425 *9 *10 *11 *12)) (-5 *1 (-424 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-13 (-421 *10 *11) (-1059 *10))))))
+(-10 -7 (-15 -2423 ((-425 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-425 |#1| |#2| |#3| |#4|))))
+((-1955 (((-112) $ $) NIL)) (-3853 (($) NIL T CONST)) (-2413 (((-3 $ "failed") $) NIL)) (-1881 ((|#4| (-783) (-1288 |#4|)) 55)) (-3315 (((-112) $) NIL)) (-2687 (((-1288 |#4|) $) 15)) (-2828 ((|#2| $) 53)) (-1949 (($ $) 157)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 103)) (-3347 (($ (-1288 |#4|)) 102)) (-3117 (((-1141) $) NIL)) (-2698 ((|#1| $) 16)) (-2970 (($ $ $) NIL)) (-3595 (($ $ $) NIL)) (-4114 (((-876) $) 148)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 |#4|) $) 141)) (-4322 (($) 11 T CONST)) (-3939 (((-112) $ $) 39)) (-4047 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) 134)) (* (($ $ $) 130)))
+(((-425 |#1| |#2| |#3| |#4|) (-13 (-485) (-10 -8 (-15 -3347 ($ (-1288 |#4|))) (-15 -1726 ((-1288 |#4|) $)) (-15 -2828 (|#2| $)) (-15 -2687 ((-1288 |#4|) $)) (-15 -2698 (|#1| $)) (-15 -1949 ($ $)) (-15 -1881 (|#4| (-783) (-1288 |#4|))))) (-317) (-1013 |#1|) (-1264 |#2|) (-13 (-421 |#2| |#3|) (-1059 |#2|))) (T -425))
+((-3347 (*1 *1 *2) (-12 (-5 *2 (-1288 *6)) (-4 *6 (-13 (-421 *4 *5) (-1059 *4))) (-4 *4 (-1013 *3)) (-4 *5 (-1264 *4)) (-4 *3 (-317)) (-5 *1 (-425 *3 *4 *5 *6)))) (-1726 (*1 *2 *1) (-12 (-4 *3 (-317)) (-4 *4 (-1013 *3)) (-4 *5 (-1264 *4)) (-5 *2 (-1288 *6)) (-5 *1 (-425 *3 *4 *5 *6)) (-4 *6 (-13 (-421 *4 *5) (-1059 *4))))) (-2828 (*1 *2 *1) (-12 (-4 *4 (-1264 *2)) (-4 *2 (-1013 *3)) (-5 *1 (-425 *3 *2 *4 *5)) (-4 *3 (-317)) (-4 *5 (-13 (-421 *2 *4) (-1059 *2))))) (-2687 (*1 *2 *1) (-12 (-4 *3 (-317)) (-4 *4 (-1013 *3)) (-4 *5 (-1264 *4)) (-5 *2 (-1288 *6)) (-5 *1 (-425 *3 *4 *5 *6)) (-4 *6 (-13 (-421 *4 *5) (-1059 *4))))) (-2698 (*1 *2 *1) (-12 (-4 *3 (-1013 *2)) (-4 *4 (-1264 *3)) (-4 *2 (-317)) (-5 *1 (-425 *2 *3 *4 *5)) (-4 *5 (-13 (-421 *3 *4) (-1059 *3))))) (-1949 (*1 *1 *1) (-12 (-4 *2 (-317)) (-4 *3 (-1013 *2)) (-4 *4 (-1264 *3)) (-5 *1 (-425 *2 *3 *4 *5)) (-4 *5 (-13 (-421 *3 *4) (-1059 *3))))) (-1881 (*1 *2 *3 *4) (-12 (-5 *3 (-783)) (-5 *4 (-1288 *2)) (-4 *5 (-317)) (-4 *6 (-1013 *5)) (-4 *2 (-13 (-421 *6 *7) (-1059 *6))) (-5 *1 (-425 *5 *6 *7 *2)) (-4 *7 (-1264 *6)))))
+(-13 (-485) (-10 -8 (-15 -3347 ($ (-1288 |#4|))) (-15 -1726 ((-1288 |#4|) $)) (-15 -2828 (|#2| $)) (-15 -2687 ((-1288 |#4|) $)) (-15 -2698 (|#1| $)) (-15 -1949 ($ $)) (-15 -1881 (|#4| (-783) (-1288 |#4|)))))
+((-1955 (((-112) $ $) NIL)) (-3853 (($) NIL T CONST)) (-2413 (((-3 $ "failed") $) NIL)) (-3315 (((-112) $) NIL)) (-2828 ((|#2| $) 71)) (-4021 (($ (-1288 |#4|)) 27) (($ (-425 |#1| |#2| |#3| |#4|)) 85 (|has| |#4| (-1059 |#2|)))) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 37)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 |#4|) $) 28)) (-4322 (($) 25 T CONST)) (-3939 (((-112) $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ $ $) 82)))
+(((-426 |#1| |#2| |#3| |#4| |#5|) (-13 (-738) (-10 -8 (-15 -1726 ((-1288 |#4|) $)) (-15 -2828 (|#2| $)) (-15 -4021 ($ (-1288 |#4|))) (IF (|has| |#4| (-1059 |#2|)) (-15 -4021 ($ (-425 |#1| |#2| |#3| |#4|))) |%noBranch|))) (-317) (-1013 |#1|) (-1264 |#2|) (-421 |#2| |#3|) (-1288 |#4|)) (T -426))
+((-1726 (*1 *2 *1) (-12 (-4 *3 (-317)) (-4 *4 (-1013 *3)) (-4 *5 (-1264 *4)) (-5 *2 (-1288 *6)) (-5 *1 (-426 *3 *4 *5 *6 *7)) (-4 *6 (-421 *4 *5)) (-14 *7 *2))) (-2828 (*1 *2 *1) (-12 (-4 *4 (-1264 *2)) (-4 *2 (-1013 *3)) (-5 *1 (-426 *3 *2 *4 *5 *6)) (-4 *3 (-317)) (-4 *5 (-421 *2 *4)) (-14 *6 (-1288 *5)))) (-4021 (*1 *1 *2) (-12 (-5 *2 (-1288 *6)) (-4 *6 (-421 *4 *5)) (-4 *4 (-1013 *3)) (-4 *5 (-1264 *4)) (-4 *3 (-317)) (-5 *1 (-426 *3 *4 *5 *6 *7)) (-14 *7 *2))) (-4021 (*1 *1 *2) (-12 (-5 *2 (-425 *3 *4 *5 *6)) (-4 *6 (-1059 *4)) (-4 *3 (-317)) (-4 *4 (-1013 *3)) (-4 *5 (-1264 *4)) (-4 *6 (-421 *4 *5)) (-14 *7 (-1288 *6)) (-5 *1 (-426 *3 *4 *5 *6 *7)))))
+(-13 (-738) (-10 -8 (-15 -1726 ((-1288 |#4|) $)) (-15 -2828 (|#2| $)) (-15 -4021 ($ (-1288 |#4|))) (IF (|has| |#4| (-1059 |#2|)) (-15 -4021 ($ (-425 |#1| |#2| |#3| |#4|))) |%noBranch|)))
+((-2423 ((|#3| (-1 |#4| |#2|) |#1|) 29)))
+(((-427 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2423 (|#3| (-1 |#4| |#2|) |#1|))) (-429 |#2|) (-174) (-429 |#4|) (-174)) (T -427))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-174)) (-4 *6 (-174)) (-4 *2 (-429 *6)) (-5 *1 (-427 *4 *5 *2 *6)) (-4 *4 (-429 *5)))))
+(-10 -7 (-15 -2423 (|#3| (-1 |#4| |#2|) |#1|)))
+((-4352 (((-3 $ "failed")) 98)) (-4235 (((-1288 (-701 |#2|)) (-1288 $)) NIL) (((-1288 (-701 |#2|))) 103)) (-1568 (((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed")) 96)) (-4398 (((-3 $ "failed")) 95)) (-3998 (((-701 |#2|) (-1288 $)) NIL) (((-701 |#2|)) 114)) (-3726 (((-701 |#2|) $ (-1288 $)) NIL) (((-701 |#2|) $) 122)) (-3301 (((-1193 (-971 |#2|))) 63)) (-3779 ((|#2| (-1288 $)) NIL) ((|#2|) 118)) (-3093 (($ (-1288 |#2|) (-1288 $)) NIL) (($ (-1288 |#2|)) 124)) (-1711 (((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed")) 94)) (-3344 (((-3 $ "failed")) 86)) (-3746 (((-701 |#2|) (-1288 $)) NIL) (((-701 |#2|)) 112)) (-2697 (((-701 |#2|) $ (-1288 $)) NIL) (((-701 |#2|) $) 120)) (-2639 (((-1193 (-971 |#2|))) 62)) (-4396 ((|#2| (-1288 $)) NIL) ((|#2|) 116)) (-3219 (((-1288 |#2|) $ (-1288 $)) NIL) (((-701 |#2|) (-1288 $) (-1288 $)) NIL) (((-1288 |#2|) $) 123) (((-701 |#2|) (-1288 $)) 132)) (-1554 (((-1288 |#2|) $) 108) (($ (-1288 |#2|)) 110)) (-2189 (((-656 (-971 |#2|)) (-1288 $)) NIL) (((-656 (-971 |#2|))) 106)) (-2653 (($ (-701 |#2|) $) 102)))
+(((-428 |#1| |#2|) (-10 -8 (-15 -2653 (|#1| (-701 |#2|) |#1|)) (-15 -3301 ((-1193 (-971 |#2|)))) (-15 -2639 ((-1193 (-971 |#2|)))) (-15 -3726 ((-701 |#2|) |#1|)) (-15 -2697 ((-701 |#2|) |#1|)) (-15 -3998 ((-701 |#2|))) (-15 -3746 ((-701 |#2|))) (-15 -3779 (|#2|)) (-15 -4396 (|#2|)) (-15 -1554 (|#1| (-1288 |#2|))) (-15 -1554 ((-1288 |#2|) |#1|)) (-15 -3093 (|#1| (-1288 |#2|))) (-15 -2189 ((-656 (-971 |#2|)))) (-15 -4235 ((-1288 (-701 |#2|)))) (-15 -3219 ((-701 |#2|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1|)) (-15 -4352 ((-3 |#1| "failed"))) (-15 -4398 ((-3 |#1| "failed"))) (-15 -3344 ((-3 |#1| "failed"))) (-15 -1568 ((-3 (-2 (|:| |particular| |#1|) (|:| -1726 (-656 |#1|))) "failed"))) (-15 -1711 ((-3 (-2 (|:| |particular| |#1|) (|:| -1726 (-656 |#1|))) "failed"))) (-15 -3998 ((-701 |#2|) (-1288 |#1|))) (-15 -3746 ((-701 |#2|) (-1288 |#1|))) (-15 -3779 (|#2| (-1288 |#1|))) (-15 -4396 (|#2| (-1288 |#1|))) (-15 -3093 (|#1| (-1288 |#2|) (-1288 |#1|))) (-15 -3219 ((-701 |#2|) (-1288 |#1|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1| (-1288 |#1|))) (-15 -3726 ((-701 |#2|) |#1| (-1288 |#1|))) (-15 -2697 ((-701 |#2|) |#1| (-1288 |#1|))) (-15 -4235 ((-1288 (-701 |#2|)) (-1288 |#1|))) (-15 -2189 ((-656 (-971 |#2|)) (-1288 |#1|)))) (-429 |#2|) (-174)) (T -428))
+((-4235 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-1288 (-701 *4))) (-5 *1 (-428 *3 *4)) (-4 *3 (-429 *4)))) (-2189 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-656 (-971 *4))) (-5 *1 (-428 *3 *4)) (-4 *3 (-429 *4)))) (-4396 (*1 *2) (-12 (-4 *2 (-174)) (-5 *1 (-428 *3 *2)) (-4 *3 (-429 *2)))) (-3779 (*1 *2) (-12 (-4 *2 (-174)) (-5 *1 (-428 *3 *2)) (-4 *3 (-429 *2)))) (-3746 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-701 *4)) (-5 *1 (-428 *3 *4)) (-4 *3 (-429 *4)))) (-3998 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-701 *4)) (-5 *1 (-428 *3 *4)) (-4 *3 (-429 *4)))) (-2639 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-1193 (-971 *4))) (-5 *1 (-428 *3 *4)) (-4 *3 (-429 *4)))) (-3301 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-1193 (-971 *4))) (-5 *1 (-428 *3 *4)) (-4 *3 (-429 *4)))))
+(-10 -8 (-15 -2653 (|#1| (-701 |#2|) |#1|)) (-15 -3301 ((-1193 (-971 |#2|)))) (-15 -2639 ((-1193 (-971 |#2|)))) (-15 -3726 ((-701 |#2|) |#1|)) (-15 -2697 ((-701 |#2|) |#1|)) (-15 -3998 ((-701 |#2|))) (-15 -3746 ((-701 |#2|))) (-15 -3779 (|#2|)) (-15 -4396 (|#2|)) (-15 -1554 (|#1| (-1288 |#2|))) (-15 -1554 ((-1288 |#2|) |#1|)) (-15 -3093 (|#1| (-1288 |#2|))) (-15 -2189 ((-656 (-971 |#2|)))) (-15 -4235 ((-1288 (-701 |#2|)))) (-15 -3219 ((-701 |#2|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1|)) (-15 -4352 ((-3 |#1| "failed"))) (-15 -4398 ((-3 |#1| "failed"))) (-15 -3344 ((-3 |#1| "failed"))) (-15 -1568 ((-3 (-2 (|:| |particular| |#1|) (|:| -1726 (-656 |#1|))) "failed"))) (-15 -1711 ((-3 (-2 (|:| |particular| |#1|) (|:| -1726 (-656 |#1|))) "failed"))) (-15 -3998 ((-701 |#2|) (-1288 |#1|))) (-15 -3746 ((-701 |#2|) (-1288 |#1|))) (-15 -3779 (|#2| (-1288 |#1|))) (-15 -4396 (|#2| (-1288 |#1|))) (-15 -3093 (|#1| (-1288 |#2|) (-1288 |#1|))) (-15 -3219 ((-701 |#2|) (-1288 |#1|) (-1288 |#1|))) (-15 -3219 ((-1288 |#2|) |#1| (-1288 |#1|))) (-15 -3726 ((-701 |#2|) |#1| (-1288 |#1|))) (-15 -2697 ((-701 |#2|) |#1| (-1288 |#1|))) (-15 -4235 ((-1288 (-701 |#2|)) (-1288 |#1|))) (-15 -2189 ((-656 (-971 |#2|)) (-1288 |#1|))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-4352 (((-3 $ "failed")) 42 (|has| |#1| (-568)))) (-2583 (((-3 $ "failed") $ $) 20)) (-4235 (((-1288 (-701 |#1|)) (-1288 $)) 83) (((-1288 (-701 |#1|))) 106)) (-1667 (((-1288 $)) 86)) (-3853 (($) 18 T CONST)) (-1568 (((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed")) 45 (|has| |#1| (-568)))) (-4398 (((-3 $ "failed")) 43 (|has| |#1| (-568)))) (-3998 (((-701 |#1|) (-1288 $)) 70) (((-701 |#1|)) 98)) (-1557 ((|#1| $) 79)) (-3726 (((-701 |#1|) $ (-1288 $)) 81) (((-701 |#1|) $) 96)) (-2783 (((-3 $ "failed") $) 50 (|has| |#1| (-568)))) (-3301 (((-1193 (-971 |#1|))) 94 (|has| |#1| (-374)))) (-3679 (($ $ (-940)) 31)) (-4309 ((|#1| $) 77)) (-4163 (((-1193 |#1|) $) 47 (|has| |#1| (-568)))) (-3779 ((|#1| (-1288 $)) 72) ((|#1|) 100)) (-4098 (((-1193 |#1|) $) 68)) (-3782 (((-112)) 62)) (-3093 (($ (-1288 |#1|) (-1288 $)) 74) (($ (-1288 |#1|)) 104)) (-2413 (((-3 $ "failed") $) 52 (|has| |#1| (-568)))) (-4136 (((-940)) 85)) (-1493 (((-112)) 59)) (-3228 (($ $ (-940)) 38)) (-4016 (((-112)) 55)) (-2352 (((-112)) 53)) (-2028 (((-112)) 57)) (-1711 (((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed")) 46 (|has| |#1| (-568)))) (-3344 (((-3 $ "failed")) 44 (|has| |#1| (-568)))) (-3746 (((-701 |#1|) (-1288 $)) 71) (((-701 |#1|)) 99)) (-3167 ((|#1| $) 80)) (-2697 (((-701 |#1|) $ (-1288 $)) 82) (((-701 |#1|) $) 97)) (-3191 (((-3 $ "failed") $) 51 (|has| |#1| (-568)))) (-2639 (((-1193 (-971 |#1|))) 95 (|has| |#1| (-374)))) (-3171 (($ $ (-940)) 32)) (-3233 ((|#1| $) 78)) (-3682 (((-1193 |#1|) $) 48 (|has| |#1| (-568)))) (-4396 ((|#1| (-1288 $)) 73) ((|#1|) 101)) (-4120 (((-1193 |#1|) $) 69)) (-3668 (((-112)) 63)) (-4185 (((-1179) $) 10)) (-3601 (((-112)) 54)) (-2018 (((-112)) 56)) (-2798 (((-112)) 58)) (-3117 (((-1141) $) 11)) (-2022 (((-112)) 61)) (-4369 ((|#1| $ (-576)) 110)) (-3219 (((-1288 |#1|) $ (-1288 $)) 76) (((-701 |#1|) (-1288 $) (-1288 $)) 75) (((-1288 |#1|) $) 108) (((-701 |#1|) (-1288 $)) 107)) (-1554 (((-1288 |#1|) $) 103) (($ (-1288 |#1|)) 102)) (-2189 (((-656 (-971 |#1|)) (-1288 $)) 84) (((-656 (-971 |#1|))) 105)) (-3595 (($ $ $) 28)) (-3954 (((-112)) 67)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-1726 (((-1288 $)) 109)) (-2136 (((-656 (-1288 |#1|))) 49 (|has| |#1| (-568)))) (-2781 (($ $ $ $) 29)) (-3174 (((-112)) 65)) (-2653 (($ (-701 |#1|) $) 93)) (-1800 (($ $ $) 27)) (-3590 (((-112)) 66)) (-2112 (((-112)) 64)) (-2000 (((-112)) 60)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 33)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 30) (($ $ |#1|) 40) (($ |#1| $) 39)))
(((-429 |#1|) (-141) (-174)) (T -429))
-((-4156 (*1 *2) (-12 (-4 *3 (-174)) (-5 *2 (-1286 *1)) (-4 *1 (-429 *3)))) (-2203 (*1 *2 *1) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-1286 *3)))) (-2203 (*1 *2 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-429 *4)) (-4 *4 (-174)) (-5 *2 (-701 *4)))) (-3580 (*1 *2) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-1286 (-701 *3))))) (-2666 (*1 *2) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-656 (-969 *3))))) (-2495 (*1 *1 *2) (-12 (-5 *2 (-1286 *3)) (-4 *3 (-174)) (-4 *1 (-429 *3)))) (-4169 (*1 *2 *1) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-1286 *3)))) (-4169 (*1 *1 *2) (-12 (-5 *2 (-1286 *3)) (-4 *3 (-174)) (-4 *1 (-429 *3)))) (-4104 (*1 *2) (-12 (-4 *1 (-429 *2)) (-4 *2 (-174)))) (-2760 (*1 *2) (-12 (-4 *1 (-429 *2)) (-4 *2 (-174)))) (-2756 (*1 *2) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-701 *3)))) (-2783 (*1 *2) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-701 *3)))) (-3057 (*1 *2 *1) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-701 *3)))) (-3965 (*1 *2 *1) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-701 *3)))) (-3050 (*1 *2) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-4 *3 (-374)) (-5 *2 (-1191 (-969 *3))))) (-3919 (*1 *2) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-4 *3 (-374)) (-5 *2 (-1191 (-969 *3))))) (-3566 (*1 *1 *2 *1) (-12 (-5 *2 (-701 *3)) (-4 *1 (-429 *3)) (-4 *3 (-174)))))
-(-13 (-378 |t#1|) (-296 (-576) |t#1|) (-10 -8 (-15 -4156 ((-1286 $))) (-15 -2203 ((-1286 |t#1|) $)) (-15 -2203 ((-701 |t#1|) (-1286 $))) (-15 -3580 ((-1286 (-701 |t#1|)))) (-15 -2666 ((-656 (-969 |t#1|)))) (-15 -2495 ($ (-1286 |t#1|))) (-15 -4169 ((-1286 |t#1|) $)) (-15 -4169 ($ (-1286 |t#1|))) (-15 -4104 (|t#1|)) (-15 -2760 (|t#1|)) (-15 -2756 ((-701 |t#1|))) (-15 -2783 ((-701 |t#1|))) (-15 -3057 ((-701 |t#1|) $)) (-15 -3965 ((-701 |t#1|) $)) (IF (|has| |t#1| (-374)) (PROGN (-15 -3050 ((-1191 (-969 |t#1|)))) (-15 -3919 ((-1191 (-969 |t#1|))))) |%noBranch|) (-15 -3566 ($ (-701 |t#1|) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-874)) . T) ((-296 (-576) |#1|) . T) ((-378 |#1|) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-732) . T) ((-756 |#1|) . T) ((-773) . T) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 60)) (-2870 (($ $) 78)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 192)) (-4380 (($ $) NIL)) (-1657 (((-112) $) 48)) (-2061 ((|#1| $) 16)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL (|has| |#1| (-1240)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-1240)))) (-2543 (($ |#1| (-576)) 42)) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) 149)) (-2857 (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) 74)) (-2251 (((-3 $ "failed") $) 165)) (-2772 (((-3 (-419 (-576)) "failed") $) 85 (|has| |#1| (-557)))) (-4423 (((-112) $) 81 (|has| |#1| (-557)))) (-4335 (((-419 (-576)) $) 92 (|has| |#1| (-557)))) (-3721 (($ |#1| (-576)) 44)) (-4283 (((-112) $) 212 (|has| |#1| (-1240)))) (-3612 (((-112) $) 62)) (-1351 (((-783) $) 51)) (-3197 (((-3 "nil" "sqfr" "irred" "prime") $ (-576)) 176)) (-1842 ((|#1| $ (-576)) 175)) (-3013 (((-576) $ (-576)) 174)) (-2829 (($ |#1| (-576)) 41)) (-4114 (($ (-1 |#1| |#1|) $) 184)) (-3686 (($ |#1| (-656 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-576))))) 79)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-3881 (((-1177) $) NIL)) (-2834 (($ |#1| (-576)) 43)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-464)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) 193 (|has| |#1| (-464)))) (-2266 (($ |#1| (-576) (-3 "nil" "sqfr" "irred" "prime")) 40)) (-1840 (((-656 (-2 (|:| -1827 |#1|) (|:| -2125 (-576)))) $) 73)) (-1530 (((-656 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-576)))) $) 12)) (-1827 (((-430 $) $) NIL (|has| |#1| (-1240)))) (-3473 (((-3 $ "failed") $ $) 177)) (-2125 (((-576) $) 168)) (-1937 ((|#1| $) 75)) (-3281 (($ $ (-656 |#1|) (-656 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) 101 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1195)) (-656 |#1|)) 107 (|has| |#1| (-526 (-1195) |#1|))) (($ $ (-1195) |#1|) NIL (|has| |#1| (-526 (-1195) |#1|))) (($ $ (-1195) $) NIL (|has| |#1| (-526 (-1195) $))) (($ $ (-656 (-1195)) (-656 $)) 108 (|has| |#1| (-526 (-1195) $))) (($ $ (-656 (-304 $))) 104 (|has| |#1| (-319 $))) (($ $ (-304 $)) NIL (|has| |#1| (-319 $))) (($ $ $ $) NIL (|has| |#1| (-319 $))) (($ $ (-656 $) (-656 $)) NIL (|has| |#1| (-319 $)))) (-2794 (($ $ |#1|) 93 (|has| |#1| (-296 |#1| |#1|))) (($ $ $) 94 (|has| |#1| (-296 $ $)))) (-2770 (($ $ (-1 |#1| |#1|)) 183) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237))) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195))))) (-4169 (((-548) $) 39 (|has| |#1| (-626 (-548)))) (((-390) $) 114 (|has| |#1| (-1041))) (((-227) $) 120 (|has| |#1| (-1041)))) (-3567 (((-874) $) 147) (($ (-576)) 65) (($ $) NIL) (($ |#1|) 64) (($ (-419 (-576))) NIL (|has| |#1| (-1057 (-419 (-576)))))) (-2596 (((-783)) 67 T CONST)) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-2716 (($) 53 T CONST)) (-2727 (($) 52 T CONST)) (-2014 (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237))) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195))))) (-2921 (((-112) $ $) 160)) (-3041 (($ $) 162) (($ $ $) NIL)) (-3027 (($ $ $) 181)) (** (($ $ (-938)) NIL) (($ $ (-783)) 126)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 69) (($ $ $) 68) (($ |#1| $) 70) (($ $ |#1|) NIL)))
-(((-430 |#1|) (-13 (-568) (-232 |#1|) (-38 |#1|) (-349 |#1|) (-423 |#1|) (-10 -8 (-15 -1937 (|#1| $)) (-15 -2125 ((-576) $)) (-15 -3686 ($ |#1| (-656 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-576)))))) (-15 -1530 ((-656 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-576)))) $)) (-15 -2829 ($ |#1| (-576))) (-15 -1840 ((-656 (-2 (|:| -1827 |#1|) (|:| -2125 (-576)))) $)) (-15 -2834 ($ |#1| (-576))) (-15 -3013 ((-576) $ (-576))) (-15 -1842 (|#1| $ (-576))) (-15 -3197 ((-3 "nil" "sqfr" "irred" "prime") $ (-576))) (-15 -1351 ((-783) $)) (-15 -3721 ($ |#1| (-576))) (-15 -2543 ($ |#1| (-576))) (-15 -2266 ($ |#1| (-576) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -2061 (|#1| $)) (-15 -2870 ($ $)) (-15 -4114 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-464)) (-6 (-464)) |%noBranch|) (IF (|has| |#1| (-1041)) (-6 (-1041)) |%noBranch|) (IF (|has| |#1| (-1240)) (-6 (-1240)) |%noBranch|) (IF (|has| |#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (IF (|has| |#1| (-557)) (PROGN (-15 -4423 ((-112) $)) (-15 -4335 ((-419 (-576)) $)) (-15 -2772 ((-3 (-419 (-576)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-296 $ $)) (-6 (-296 $ $)) |%noBranch|) (IF (|has| |#1| (-319 $)) (-6 (-319 $)) |%noBranch|) (IF (|has| |#1| (-526 (-1195) $)) (-6 (-526 (-1195) $)) |%noBranch|))) (-568)) (T -430))
-((-4114 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-568)) (-5 *1 (-430 *3)))) (-1937 (*1 *2 *1) (-12 (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-2125 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-430 *3)) (-4 *3 (-568)))) (-3686 (*1 *1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2) (|:| |xpnt| (-576))))) (-4 *2 (-568)) (-5 *1 (-430 *2)))) (-1530 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3) (|:| |xpnt| (-576))))) (-5 *1 (-430 *3)) (-4 *3 (-568)))) (-2829 (*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-1840 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| -1827 *3) (|:| -2125 (-576))))) (-5 *1 (-430 *3)) (-4 *3 (-568)))) (-2834 (*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-3013 (*1 *2 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-430 *3)) (-4 *3 (-568)))) (-1842 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-3197 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-430 *4)) (-4 *4 (-568)))) (-1351 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-430 *3)) (-4 *3 (-568)))) (-3721 (*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-2543 (*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-2266 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-576)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-2061 (*1 *2 *1) (-12 (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-2870 (*1 *1 *1) (-12 (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-4423 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-430 *3)) (-4 *3 (-557)) (-4 *3 (-568)))) (-4335 (*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-430 *3)) (-4 *3 (-557)) (-4 *3 (-568)))) (-2772 (*1 *2 *1) (|partial| -12 (-5 *2 (-419 (-576))) (-5 *1 (-430 *3)) (-4 *3 (-557)) (-4 *3 (-568)))))
-(-13 (-568) (-232 |#1|) (-38 |#1|) (-349 |#1|) (-423 |#1|) (-10 -8 (-15 -1937 (|#1| $)) (-15 -2125 ((-576) $)) (-15 -3686 ($ |#1| (-656 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-576)))))) (-15 -1530 ((-656 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-576)))) $)) (-15 -2829 ($ |#1| (-576))) (-15 -1840 ((-656 (-2 (|:| -1827 |#1|) (|:| -2125 (-576)))) $)) (-15 -2834 ($ |#1| (-576))) (-15 -3013 ((-576) $ (-576))) (-15 -1842 (|#1| $ (-576))) (-15 -3197 ((-3 "nil" "sqfr" "irred" "prime") $ (-576))) (-15 -1351 ((-783) $)) (-15 -3721 ($ |#1| (-576))) (-15 -2543 ($ |#1| (-576))) (-15 -2266 ($ |#1| (-576) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -2061 (|#1| $)) (-15 -2870 ($ $)) (-15 -4114 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-464)) (-6 (-464)) |%noBranch|) (IF (|has| |#1| (-1041)) (-6 (-1041)) |%noBranch|) (IF (|has| |#1| (-1240)) (-6 (-1240)) |%noBranch|) (IF (|has| |#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (IF (|has| |#1| (-557)) (PROGN (-15 -4423 ((-112) $)) (-15 -4335 ((-419 (-576)) $)) (-15 -2772 ((-3 (-419 (-576)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-296 $ $)) (-6 (-296 $ $)) |%noBranch|) (IF (|has| |#1| (-319 $)) (-6 (-319 $)) |%noBranch|) (IF (|has| |#1| (-526 (-1195) $)) (-6 (-526 (-1195) $)) |%noBranch|)))
-((-4357 (((-430 |#1|) (-430 |#1|) (-1 (-430 |#1|) |#1|)) 28)) (-4390 (((-430 |#1|) (-430 |#1|) (-430 |#1|)) 17)))
-(((-431 |#1|) (-10 -7 (-15 -4357 ((-430 |#1|) (-430 |#1|) (-1 (-430 |#1|) |#1|))) (-15 -4390 ((-430 |#1|) (-430 |#1|) (-430 |#1|)))) (-568)) (T -431))
-((-4390 (*1 *2 *2 *2) (-12 (-5 *2 (-430 *3)) (-4 *3 (-568)) (-5 *1 (-431 *3)))) (-4357 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-430 *4) *4)) (-4 *4 (-568)) (-5 *2 (-430 *4)) (-5 *1 (-431 *4)))))
-(-10 -7 (-15 -4357 ((-430 |#1|) (-430 |#1|) (-1 (-430 |#1|) |#1|))) (-15 -4390 ((-430 |#1|) (-430 |#1|) (-430 |#1|))))
-((-2605 ((|#2| |#2|) 183)) (-3967 (((-3 (|:| |%expansion| (-323 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1177)) (|:| |prob| (-1177))))) |#2| (-112)) 60)))
-(((-432 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3967 ((-3 (|:| |%expansion| (-323 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1177)) (|:| |prob| (-1177))))) |#2| (-112))) (-15 -2605 (|#2| |#2|))) (-13 (-464) (-1057 (-576)) (-651 (-576))) (-13 (-27) (-1221) (-442 |#1|)) (-1195) |#2|) (T -432))
-((-2605 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-432 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1221) (-442 *3))) (-14 *4 (-1195)) (-14 *5 *2))) (-3967 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-3 (|:| |%expansion| (-323 *5 *3 *6 *7)) (|:| |%problem| (-2 (|:| |func| (-1177)) (|:| |prob| (-1177)))))) (-5 *1 (-432 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1221) (-442 *5))) (-14 *6 (-1195)) (-14 *7 *3))))
-(-10 -7 (-15 -3967 ((-3 (|:| |%expansion| (-323 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1177)) (|:| |prob| (-1177))))) |#2| (-112))) (-15 -2605 (|#2| |#2|)))
-((-4114 ((|#4| (-1 |#3| |#1|) |#2|) 11)))
-(((-433 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4114 (|#4| (-1 |#3| |#1|) |#2|))) (-1068) (-442 |#1|) (-1068) (-442 |#3|)) (T -433))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1068)) (-4 *6 (-1068)) (-4 *2 (-442 *6)) (-5 *1 (-433 *5 *4 *6 *2)) (-4 *4 (-442 *5)))))
-(-10 -7 (-15 -4114 (|#4| (-1 |#3| |#1|) |#2|)))
-((-2605 ((|#2| |#2|) 106)) (-1534 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1177)) (|:| |prob| (-1177))))) |#2| (-112) (-1177)) 52)) (-3360 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1177)) (|:| |prob| (-1177))))) |#2| (-112) (-1177)) 170)))
-(((-434 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1534 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1177)) (|:| |prob| (-1177))))) |#2| (-112) (-1177))) (-15 -3360 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1177)) (|:| |prob| (-1177))))) |#2| (-112) (-1177))) (-15 -2605 (|#2| |#2|))) (-13 (-464) (-1057 (-576)) (-651 (-576))) (-13 (-27) (-1221) (-442 |#1|) (-10 -8 (-15 -3567 ($ |#3|)))) (-860) (-13 (-1264 |#2| |#3|) (-374) (-1221) (-10 -8 (-15 -2770 ($ $)) (-15 -2092 ($ $)))) (-1002 |#4|) (-1195)) (T -434))
-((-2605 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-4 *2 (-13 (-27) (-1221) (-442 *3) (-10 -8 (-15 -3567 ($ *4))))) (-4 *4 (-860)) (-4 *5 (-13 (-1264 *2 *4) (-374) (-1221) (-10 -8 (-15 -2770 ($ $)) (-15 -2092 ($ $))))) (-5 *1 (-434 *3 *2 *4 *5 *6 *7)) (-4 *6 (-1002 *5)) (-14 *7 (-1195)))) (-3360 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-112)) (-4 *6 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-4 *3 (-13 (-27) (-1221) (-442 *6) (-10 -8 (-15 -3567 ($ *7))))) (-4 *7 (-860)) (-4 *8 (-13 (-1264 *3 *7) (-374) (-1221) (-10 -8 (-15 -2770 ($ $)) (-15 -2092 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1177)) (|:| |prob| (-1177)))))) (-5 *1 (-434 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1177)) (-4 *9 (-1002 *8)) (-14 *10 (-1195)))) (-1534 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-112)) (-4 *6 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-4 *3 (-13 (-27) (-1221) (-442 *6) (-10 -8 (-15 -3567 ($ *7))))) (-4 *7 (-860)) (-4 *8 (-13 (-1264 *3 *7) (-374) (-1221) (-10 -8 (-15 -2770 ($ $)) (-15 -2092 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1177)) (|:| |prob| (-1177)))))) (-5 *1 (-434 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1177)) (-4 *9 (-1002 *8)) (-14 *10 (-1195)))))
-(-10 -7 (-15 -1534 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1177)) (|:| |prob| (-1177))))) |#2| (-112) (-1177))) (-15 -3360 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1177)) (|:| |prob| (-1177))))) |#2| (-112) (-1177))) (-15 -2605 (|#2| |#2|)))
-((-2456 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 22)) (-3683 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 20)) (-4114 ((|#4| (-1 |#3| |#1|) |#2|) 17)))
-(((-435 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4114 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3683 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -2456 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1119) (-437 |#1|) (-1119) (-437 |#3|)) (T -435))
-((-2456 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1119)) (-4 *5 (-1119)) (-4 *2 (-437 *5)) (-5 *1 (-435 *6 *4 *5 *2)) (-4 *4 (-437 *6)))) (-3683 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1119)) (-4 *2 (-1119)) (-5 *1 (-435 *5 *4 *2 *6)) (-4 *4 (-437 *5)) (-4 *6 (-437 *2)))) (-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *2 (-437 *6)) (-5 *1 (-435 *5 *4 *6 *2)) (-4 *4 (-437 *5)))))
-(-10 -7 (-15 -4114 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3683 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -2456 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
-((-3328 (($) 51)) (-1818 (($ |#2| $) NIL) (($ $ |#2|) NIL) (($ $ $) 47)) (-3758 (($ $ $) 46)) (-3595 (((-112) $ $) 35)) (-2093 (((-783)) 55)) (-2066 (($ (-656 |#2|)) 23) (($) NIL)) (-1834 (($) 66)) (-1446 (((-112) $ $) 15)) (-3123 ((|#2| $) 77)) (-2352 ((|#2| $) 75)) (-4379 (((-938) $) 70)) (-2037 (($ $ $) 42)) (-3222 (($ (-938)) 60)) (-1441 (($ $ |#2|) NIL) (($ $ $) 45)) (-1458 (((-783) (-1 (-112) |#2|) $) NIL) (((-783) |#2| $) 31)) (-3579 (($ (-656 |#2|)) 27)) (-2842 (($ $) 53)) (-3567 (((-874) $) 40)) (-1804 (((-783) $) 24)) (-1893 (($ (-656 |#2|)) 22) (($) NIL)) (-2921 (((-112) $ $) 19)))
-(((-436 |#1| |#2|) (-10 -8 (-15 -2093 ((-783))) (-15 -3222 (|#1| (-938))) (-15 -4379 ((-938) |#1|)) (-15 -1834 (|#1|)) (-15 -3123 (|#2| |#1|)) (-15 -2352 (|#2| |#1|)) (-15 -3328 (|#1|)) (-15 -2842 (|#1| |#1|)) (-15 -1804 ((-783) |#1|)) (-15 -2921 ((-112) |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -1446 ((-112) |#1| |#1|)) (-15 -1893 (|#1|)) (-15 -1893 (|#1| (-656 |#2|))) (-15 -2066 (|#1|)) (-15 -2066 (|#1| (-656 |#2|))) (-15 -2037 (|#1| |#1| |#1|)) (-15 -1441 (|#1| |#1| |#1|)) (-15 -1441 (|#1| |#1| |#2|)) (-15 -3758 (|#1| |#1| |#1|)) (-15 -3595 ((-112) |#1| |#1|)) (-15 -1818 (|#1| |#1| |#1|)) (-15 -1818 (|#1| |#1| |#2|)) (-15 -1818 (|#1| |#2| |#1|)) (-15 -3579 (|#1| (-656 |#2|))) (-15 -1458 ((-783) |#2| |#1|)) (-15 -1458 ((-783) (-1 (-112) |#2|) |#1|))) (-437 |#2|) (-1119)) (T -436))
-((-2093 (*1 *2) (-12 (-4 *4 (-1119)) (-5 *2 (-783)) (-5 *1 (-436 *3 *4)) (-4 *3 (-437 *4)))))
-(-10 -8 (-15 -2093 ((-783))) (-15 -3222 (|#1| (-938))) (-15 -4379 ((-938) |#1|)) (-15 -1834 (|#1|)) (-15 -3123 (|#2| |#1|)) (-15 -2352 (|#2| |#1|)) (-15 -3328 (|#1|)) (-15 -2842 (|#1| |#1|)) (-15 -1804 ((-783) |#1|)) (-15 -2921 ((-112) |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -1446 ((-112) |#1| |#1|)) (-15 -1893 (|#1|)) (-15 -1893 (|#1| (-656 |#2|))) (-15 -2066 (|#1|)) (-15 -2066 (|#1| (-656 |#2|))) (-15 -2037 (|#1| |#1| |#1|)) (-15 -1441 (|#1| |#1| |#1|)) (-15 -1441 (|#1| |#1| |#2|)) (-15 -3758 (|#1| |#1| |#1|)) (-15 -3595 ((-112) |#1| |#1|)) (-15 -1818 (|#1| |#1| |#1|)) (-15 -1818 (|#1| |#1| |#2|)) (-15 -1818 (|#1| |#2| |#1|)) (-15 -3579 (|#1| (-656 |#2|))) (-15 -1458 ((-783) |#2| |#1|)) (-15 -1458 ((-783) (-1 (-112) |#2|) |#1|)))
-((-3486 (((-112) $ $) 20)) (-3328 (($) 68 (|has| |#1| (-379)))) (-1818 (($ |#1| $) 83) (($ $ |#1|) 82) (($ $ $) 81)) (-3758 (($ $ $) 79)) (-3595 (((-112) $ $) 80)) (-3733 (((-112) $ (-783)) 8)) (-2093 (((-783)) 62 (|has| |#1| (-379)))) (-2066 (($ (-656 |#1|)) 75) (($) 74)) (-4394 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4462)))) (-2135 (($) 7 T CONST)) (-1640 (($ $) 59 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3516 (($ |#1| $) 48 (|has| $ (-6 -4462))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4462)))) (-3942 (($ |#1| $) 58 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4462)))) (-1834 (($) 65 (|has| |#1| (-379)))) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-1446 (((-112) $ $) 71)) (-2476 (((-112) $ (-783)) 9)) (-3123 ((|#1| $) 66 (|has| |#1| (-862)))) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-2352 ((|#1| $) 67 (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-4379 (((-938) $) 64 (|has| |#1| (-379)))) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22)) (-2037 (($ $ $) 76)) (-4219 ((|#1| $) 40)) (-2767 (($ |#1| $) 41)) (-3222 (($ (-938)) 63 (|has| |#1| (-379)))) (-1448 (((-1139) $) 21)) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-4436 ((|#1| $) 42)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-1441 (($ $ |#1|) 78) (($ $ $) 77)) (-2089 (($) 50) (($ (-656 |#1|)) 49)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-4169 (((-548) $) 60 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 51)) (-2842 (($ $) 69 (|has| |#1| (-379)))) (-3567 (((-874) $) 18)) (-1804 (((-783) $) 70)) (-1893 (($ (-656 |#1|)) 73) (($) 72)) (-1540 (((-112) $ $) 23)) (-2847 (($ (-656 |#1|)) 43)) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19)) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-437 |#1|) (-141) (-1119)) (T -437))
-((-1804 (*1 *2 *1) (-12 (-4 *1 (-437 *3)) (-4 *3 (-1119)) (-5 *2 (-783)))) (-2842 (*1 *1 *1) (-12 (-4 *1 (-437 *2)) (-4 *2 (-1119)) (-4 *2 (-379)))) (-3328 (*1 *1) (-12 (-4 *1 (-437 *2)) (-4 *2 (-379)) (-4 *2 (-1119)))) (-2352 (*1 *2 *1) (-12 (-4 *1 (-437 *2)) (-4 *2 (-1119)) (-4 *2 (-862)))) (-3123 (*1 *2 *1) (-12 (-4 *1 (-437 *2)) (-4 *2 (-1119)) (-4 *2 (-862)))))
-(-13 (-231 |t#1|) (-1117 |t#1|) (-10 -8 (-6 -4462) (-15 -1804 ((-783) $)) (IF (|has| |t#1| (-379)) (PROGN (-6 (-379)) (-15 -2842 ($ $)) (-15 -3328 ($))) |%noBranch|) (IF (|has| |t#1| (-862)) (PROGN (-15 -2352 (|t#1| $)) (-15 -3123 (|t#1| $))) |%noBranch|)))
-(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-625 (-874)) . T) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-231 |#1|) . T) ((-240 |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-379) |has| |#1| (-379)) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1117 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-3186 (((-598 |#2|) |#2| (-1195)) 36)) (-4200 (((-598 |#2|) |#2| (-1195)) 21)) (-3538 ((|#2| |#2| (-1195)) 26)))
-(((-438 |#1| |#2|) (-10 -7 (-15 -4200 ((-598 |#2|) |#2| (-1195))) (-15 -3186 ((-598 |#2|) |#2| (-1195))) (-15 -3538 (|#2| |#2| (-1195)))) (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))) (-13 (-1221) (-29 |#1|))) (T -438))
-((-3538 (*1 *2 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-438 *4 *2)) (-4 *2 (-13 (-1221) (-29 *4))))) (-3186 (*1 *2 *3 *4) (-12 (-5 *4 (-1195)) (-4 *5 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-598 *3)) (-5 *1 (-438 *5 *3)) (-4 *3 (-13 (-1221) (-29 *5))))) (-4200 (*1 *2 *3 *4) (-12 (-5 *4 (-1195)) (-4 *5 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-598 *3)) (-5 *1 (-438 *5 *3)) (-4 *3 (-13 (-1221) (-29 *5))))))
-(-10 -7 (-15 -4200 ((-598 |#2|) |#2| (-1195))) (-15 -3186 ((-598 |#2|) |#2| (-1195))) (-15 -3538 (|#2| |#2| (-1195))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-2251 (((-3 $ "failed") $) NIL)) (-3612 (((-112) $) NIL)) (-2360 (($ |#2| |#1|) 37)) (-1325 (($ |#2| |#1|) 35)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-341 |#2|)) 25)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 10 T CONST)) (-2727 (($) 16 T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) 36)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 39) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-439 |#1| |#2|) (-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4449)) (IF (|has| |#1| (-6 -4449)) (-6 -4449) |%noBranch|) |%noBranch|) (-15 -3567 ($ |#1|)) (-15 -3567 ($ (-341 |#2|))) (-15 -2360 ($ |#2| |#1|)) (-15 -1325 ($ |#2| |#1|)))) (-13 (-174) (-38 (-419 (-576)))) (-13 (-862) (-21))) (T -439))
-((-3567 (*1 *1 *2) (-12 (-5 *1 (-439 *2 *3)) (-4 *2 (-13 (-174) (-38 (-419 (-576))))) (-4 *3 (-13 (-862) (-21))))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-341 *4)) (-4 *4 (-13 (-862) (-21))) (-5 *1 (-439 *3 *4)) (-4 *3 (-13 (-174) (-38 (-419 (-576))))))) (-2360 (*1 *1 *2 *3) (-12 (-5 *1 (-439 *3 *2)) (-4 *3 (-13 (-174) (-38 (-419 (-576))))) (-4 *2 (-13 (-862) (-21))))) (-1325 (*1 *1 *2 *3) (-12 (-5 *1 (-439 *3 *2)) (-4 *3 (-13 (-174) (-38 (-419 (-576))))) (-4 *2 (-13 (-862) (-21))))))
-(-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4449)) (IF (|has| |#1| (-6 -4449)) (-6 -4449) |%noBranch|) |%noBranch|) (-15 -3567 ($ |#1|)) (-15 -3567 ($ (-341 |#2|))) (-15 -2360 ($ |#2| |#1|)) (-15 -1325 ($ |#2| |#1|))))
-((-2092 (((-3 |#2| (-656 |#2|)) |#2| (-1195)) 115)))
-(((-440 |#1| |#2|) (-10 -7 (-15 -2092 ((-3 |#2| (-656 |#2|)) |#2| (-1195)))) (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))) (-13 (-1221) (-976) (-29 |#1|))) (T -440))
-((-2092 (*1 *2 *3 *4) (-12 (-5 *4 (-1195)) (-4 *5 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-3 *3 (-656 *3))) (-5 *1 (-440 *5 *3)) (-4 *3 (-13 (-1221) (-976) (-29 *5))))))
-(-10 -7 (-15 -2092 ((-3 |#2| (-656 |#2|)) |#2| (-1195))))
-((-1960 (((-656 (-1195)) $) 81)) (-1797 (((-419 (-1191 $)) $ (-624 $)) 313)) (-3425 (($ $ (-304 $)) NIL) (($ $ (-656 (-304 $))) NIL) (($ $ (-656 (-624 $)) (-656 $)) 277)) (-1570 (((-3 (-624 $) "failed") $) NIL) (((-3 (-1195) "failed") $) 84) (((-3 (-576) "failed") $) NIL) (((-3 |#2| "failed") $) 273) (((-3 (-419 (-969 |#2|)) "failed") $) 363) (((-3 (-969 |#2|) "failed") $) 275) (((-3 (-419 (-576)) "failed") $) NIL)) (-2857 (((-624 $) $) NIL) (((-1195) $) 28) (((-576) $) NIL) ((|#2| $) 271) (((-419 (-969 |#2|)) $) 345) (((-969 |#2|) $) 272) (((-419 (-576)) $) NIL)) (-1774 (((-115) (-115)) 47)) (-2684 (($ $) 99)) (-3497 (((-3 (-624 $) "failed") $) 268)) (-1761 (((-656 (-624 $)) $) 269)) (-2692 (((-3 (-656 $) "failed") $) 287)) (-3716 (((-3 (-2 (|:| |val| $) (|:| -2125 (-576))) "failed") $) 294)) (-3656 (((-3 (-656 $) "failed") $) 285)) (-3068 (((-3 (-2 (|:| -1713 (-576)) (|:| |var| (-624 $))) "failed") $) 304)) (-2244 (((-3 (-2 (|:| |var| (-624 $)) (|:| -2125 (-576))) "failed") $) 291) (((-3 (-2 (|:| |var| (-624 $)) (|:| -2125 (-576))) "failed") $ (-115)) 255) (((-3 (-2 (|:| |var| (-624 $)) (|:| -2125 (-576))) "failed") $ (-1195)) 257)) (-2055 (((-112) $) 17)) (-2065 ((|#2| $) 19)) (-3281 (($ $ (-624 $) $) NIL) (($ $ (-656 (-624 $)) (-656 $)) 276) (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-656 (-1195)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-1195)) (-656 (-1 $ (-656 $)))) 109) (($ $ (-1195) (-1 $ (-656 $))) NIL) (($ $ (-1195) (-1 $ $)) NIL) (($ $ (-656 (-115)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-115) (-1 $ (-656 $))) NIL) (($ $ (-115) (-1 $ $)) NIL) (($ $ (-1195)) 62) (($ $ (-656 (-1195))) 280) (($ $) 281) (($ $ (-115) $ (-1195)) 65) (($ $ (-656 (-115)) (-656 $) (-1195)) 72) (($ $ (-656 (-1195)) (-656 (-783)) (-656 (-1 $ $))) 120) (($ $ (-656 (-1195)) (-656 (-783)) (-656 (-1 $ (-656 $)))) 282) (($ $ (-1195) (-783) (-1 $ (-656 $))) 105) (($ $ (-1195) (-783) (-1 $ $)) 104)) (-2794 (($ (-115) $) NIL) (($ (-115) $ $) NIL) (($ (-115) $ $ $) NIL) (($ (-115) $ $ $ $) NIL) (($ (-115) (-656 $)) 119)) (-2770 (($ $ (-1195)) 278) (($ $ (-656 (-1195))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL)) (-1507 (($ $) 324)) (-4169 (((-905 (-576)) $) 297) (((-905 (-390)) $) 301) (($ (-430 $)) 359) (((-548) $) NIL)) (-3567 (((-874) $) 279) (($ (-624 $)) 93) (($ (-1195)) 24) (($ |#2|) NIL) (($ (-1144 |#2| (-624 $))) NIL) (($ (-419 |#2|)) 329) (($ (-969 (-419 |#2|))) 368) (($ (-419 (-969 (-419 |#2|)))) 341) (($ (-419 (-969 |#2|))) 335) (($ $) NIL) (($ (-969 |#2|)) 216) (($ (-576)) NIL) (($ (-419 (-576))) 373)) (-2596 (((-783)) 88)) (-1824 (((-112) (-115)) 42)) (-2849 (($ (-1195) $) 31) (($ (-1195) $ $) 32) (($ (-1195) $ $ $) 33) (($ (-1195) $ $ $ $) 34) (($ (-1195) (-656 $)) 39)) (* (($ (-419 (-576)) $) NIL) (($ $ (-419 (-576))) NIL) (($ $ |#2|) NIL) (($ |#2| $) 306) (($ $ $) NIL) (($ (-576) $) NIL) (($ (-783) $) NIL) (($ (-938) $) NIL)))
-(((-441 |#1| |#2|) (-10 -8 (-15 * (|#1| (-938) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3567 (|#1| (-576))) (-15 -2596 ((-783))) (-15 * (|#1| |#2| |#1|)) (-15 -4169 ((-548) |#1|)) (-15 -3567 (|#1| (-969 |#2|))) (-15 -1570 ((-3 (-969 |#2|) "failed") |#1|)) (-15 -2857 ((-969 |#2|) |#1|)) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195))) (-15 * (|#1| |#1| |#2|)) (-15 -3567 (|#1| |#1|)) (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 -3567 (|#1| (-419 (-969 |#2|)))) (-15 -1570 ((-3 (-419 (-969 |#2|)) "failed") |#1|)) (-15 -2857 ((-419 (-969 |#2|)) |#1|)) (-15 -1797 ((-419 (-1191 |#1|)) |#1| (-624 |#1|))) (-15 -3567 (|#1| (-419 (-969 (-419 |#2|))))) (-15 -3567 (|#1| (-969 (-419 |#2|)))) (-15 -3567 (|#1| (-419 |#2|))) (-15 -1507 (|#1| |#1|)) (-15 -4169 (|#1| (-430 |#1|))) (-15 -3281 (|#1| |#1| (-1195) (-783) (-1 |#1| |#1|))) (-15 -3281 (|#1| |#1| (-1195) (-783) (-1 |#1| (-656 |#1|)))) (-15 -3281 (|#1| |#1| (-656 (-1195)) (-656 (-783)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -3281 (|#1| |#1| (-656 (-1195)) (-656 (-783)) (-656 (-1 |#1| |#1|)))) (-15 -3716 ((-3 (-2 (|:| |val| |#1|) (|:| -2125 (-576))) "failed") |#1|)) (-15 -2244 ((-3 (-2 (|:| |var| (-624 |#1|)) (|:| -2125 (-576))) "failed") |#1| (-1195))) (-15 -2244 ((-3 (-2 (|:| |var| (-624 |#1|)) (|:| -2125 (-576))) "failed") |#1| (-115))) (-15 -2684 (|#1| |#1|)) (-15 -3567 (|#1| (-1144 |#2| (-624 |#1|)))) (-15 -3068 ((-3 (-2 (|:| -1713 (-576)) (|:| |var| (-624 |#1|))) "failed") |#1|)) (-15 -3656 ((-3 (-656 |#1|) "failed") |#1|)) (-15 -2244 ((-3 (-2 (|:| |var| (-624 |#1|)) (|:| -2125 (-576))) "failed") |#1|)) (-15 -2692 ((-3 (-656 |#1|) "failed") |#1|)) (-15 -3281 (|#1| |#1| (-656 (-115)) (-656 |#1|) (-1195))) (-15 -3281 (|#1| |#1| (-115) |#1| (-1195))) (-15 -3281 (|#1| |#1|)) (-15 -3281 (|#1| |#1| (-656 (-1195)))) (-15 -3281 (|#1| |#1| (-1195))) (-15 -2849 (|#1| (-1195) (-656 |#1|))) (-15 -2849 (|#1| (-1195) |#1| |#1| |#1| |#1|)) (-15 -2849 (|#1| (-1195) |#1| |#1| |#1|)) (-15 -2849 (|#1| (-1195) |#1| |#1|)) (-15 -2849 (|#1| (-1195) |#1|)) (-15 -1960 ((-656 (-1195)) |#1|)) (-15 -2065 (|#2| |#1|)) (-15 -2055 ((-112) |#1|)) (-15 -3567 (|#1| |#2|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -4169 ((-905 (-390)) |#1|)) (-15 -4169 ((-905 (-576)) |#1|)) (-15 -3567 (|#1| (-1195))) (-15 -1570 ((-3 (-1195) "failed") |#1|)) (-15 -2857 ((-1195) |#1|)) (-15 -3281 (|#1| |#1| (-115) (-1 |#1| |#1|))) (-15 -3281 (|#1| |#1| (-115) (-1 |#1| (-656 |#1|)))) (-15 -3281 (|#1| |#1| (-656 (-115)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -3281 (|#1| |#1| (-656 (-115)) (-656 (-1 |#1| |#1|)))) (-15 -3281 (|#1| |#1| (-1195) (-1 |#1| |#1|))) (-15 -3281 (|#1| |#1| (-1195) (-1 |#1| (-656 |#1|)))) (-15 -3281 (|#1| |#1| (-656 (-1195)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -3281 (|#1| |#1| (-656 (-1195)) (-656 (-1 |#1| |#1|)))) (-15 -1824 ((-112) (-115))) (-15 -1774 ((-115) (-115))) (-15 -1761 ((-656 (-624 |#1|)) |#1|)) (-15 -3497 ((-3 (-624 |#1|) "failed") |#1|)) (-15 -3425 (|#1| |#1| (-656 (-624 |#1|)) (-656 |#1|))) (-15 -3425 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -3425 (|#1| |#1| (-304 |#1|))) (-15 -2794 (|#1| (-115) (-656 |#1|))) (-15 -2794 (|#1| (-115) |#1| |#1| |#1| |#1|)) (-15 -2794 (|#1| (-115) |#1| |#1| |#1|)) (-15 -2794 (|#1| (-115) |#1| |#1|)) (-15 -2794 (|#1| (-115) |#1|)) (-15 -3281 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -3281 (|#1| |#1| |#1| |#1|)) (-15 -3281 (|#1| |#1| (-304 |#1|))) (-15 -3281 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -3281 (|#1| |#1| (-656 (-624 |#1|)) (-656 |#1|))) (-15 -3281 (|#1| |#1| (-624 |#1|) |#1|)) (-15 -3567 (|#1| (-624 |#1|))) (-15 -1570 ((-3 (-624 |#1|) "failed") |#1|)) (-15 -2857 ((-624 |#1|) |#1|)) (-15 -3567 ((-874) |#1|))) (-442 |#2|) (-1119)) (T -441))
-((-1774 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *4 (-1119)) (-5 *1 (-441 *3 *4)) (-4 *3 (-442 *4)))) (-1824 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *5 (-1119)) (-5 *2 (-112)) (-5 *1 (-441 *4 *5)) (-4 *4 (-442 *5)))) (-2596 (*1 *2) (-12 (-4 *4 (-1119)) (-5 *2 (-783)) (-5 *1 (-441 *3 *4)) (-4 *3 (-442 *4)))))
-(-10 -8 (-15 * (|#1| (-938) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3567 (|#1| (-576))) (-15 -2596 ((-783))) (-15 * (|#1| |#2| |#1|)) (-15 -4169 ((-548) |#1|)) (-15 -3567 (|#1| (-969 |#2|))) (-15 -1570 ((-3 (-969 |#2|) "failed") |#1|)) (-15 -2857 ((-969 |#2|) |#1|)) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195))) (-15 * (|#1| |#1| |#2|)) (-15 -3567 (|#1| |#1|)) (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 -3567 (|#1| (-419 (-969 |#2|)))) (-15 -1570 ((-3 (-419 (-969 |#2|)) "failed") |#1|)) (-15 -2857 ((-419 (-969 |#2|)) |#1|)) (-15 -1797 ((-419 (-1191 |#1|)) |#1| (-624 |#1|))) (-15 -3567 (|#1| (-419 (-969 (-419 |#2|))))) (-15 -3567 (|#1| (-969 (-419 |#2|)))) (-15 -3567 (|#1| (-419 |#2|))) (-15 -1507 (|#1| |#1|)) (-15 -4169 (|#1| (-430 |#1|))) (-15 -3281 (|#1| |#1| (-1195) (-783) (-1 |#1| |#1|))) (-15 -3281 (|#1| |#1| (-1195) (-783) (-1 |#1| (-656 |#1|)))) (-15 -3281 (|#1| |#1| (-656 (-1195)) (-656 (-783)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -3281 (|#1| |#1| (-656 (-1195)) (-656 (-783)) (-656 (-1 |#1| |#1|)))) (-15 -3716 ((-3 (-2 (|:| |val| |#1|) (|:| -2125 (-576))) "failed") |#1|)) (-15 -2244 ((-3 (-2 (|:| |var| (-624 |#1|)) (|:| -2125 (-576))) "failed") |#1| (-1195))) (-15 -2244 ((-3 (-2 (|:| |var| (-624 |#1|)) (|:| -2125 (-576))) "failed") |#1| (-115))) (-15 -2684 (|#1| |#1|)) (-15 -3567 (|#1| (-1144 |#2| (-624 |#1|)))) (-15 -3068 ((-3 (-2 (|:| -1713 (-576)) (|:| |var| (-624 |#1|))) "failed") |#1|)) (-15 -3656 ((-3 (-656 |#1|) "failed") |#1|)) (-15 -2244 ((-3 (-2 (|:| |var| (-624 |#1|)) (|:| -2125 (-576))) "failed") |#1|)) (-15 -2692 ((-3 (-656 |#1|) "failed") |#1|)) (-15 -3281 (|#1| |#1| (-656 (-115)) (-656 |#1|) (-1195))) (-15 -3281 (|#1| |#1| (-115) |#1| (-1195))) (-15 -3281 (|#1| |#1|)) (-15 -3281 (|#1| |#1| (-656 (-1195)))) (-15 -3281 (|#1| |#1| (-1195))) (-15 -2849 (|#1| (-1195) (-656 |#1|))) (-15 -2849 (|#1| (-1195) |#1| |#1| |#1| |#1|)) (-15 -2849 (|#1| (-1195) |#1| |#1| |#1|)) (-15 -2849 (|#1| (-1195) |#1| |#1|)) (-15 -2849 (|#1| (-1195) |#1|)) (-15 -1960 ((-656 (-1195)) |#1|)) (-15 -2065 (|#2| |#1|)) (-15 -2055 ((-112) |#1|)) (-15 -3567 (|#1| |#2|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -4169 ((-905 (-390)) |#1|)) (-15 -4169 ((-905 (-576)) |#1|)) (-15 -3567 (|#1| (-1195))) (-15 -1570 ((-3 (-1195) "failed") |#1|)) (-15 -2857 ((-1195) |#1|)) (-15 -3281 (|#1| |#1| (-115) (-1 |#1| |#1|))) (-15 -3281 (|#1| |#1| (-115) (-1 |#1| (-656 |#1|)))) (-15 -3281 (|#1| |#1| (-656 (-115)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -3281 (|#1| |#1| (-656 (-115)) (-656 (-1 |#1| |#1|)))) (-15 -3281 (|#1| |#1| (-1195) (-1 |#1| |#1|))) (-15 -3281 (|#1| |#1| (-1195) (-1 |#1| (-656 |#1|)))) (-15 -3281 (|#1| |#1| (-656 (-1195)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -3281 (|#1| |#1| (-656 (-1195)) (-656 (-1 |#1| |#1|)))) (-15 -1824 ((-112) (-115))) (-15 -1774 ((-115) (-115))) (-15 -1761 ((-656 (-624 |#1|)) |#1|)) (-15 -3497 ((-3 (-624 |#1|) "failed") |#1|)) (-15 -3425 (|#1| |#1| (-656 (-624 |#1|)) (-656 |#1|))) (-15 -3425 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -3425 (|#1| |#1| (-304 |#1|))) (-15 -2794 (|#1| (-115) (-656 |#1|))) (-15 -2794 (|#1| (-115) |#1| |#1| |#1| |#1|)) (-15 -2794 (|#1| (-115) |#1| |#1| |#1|)) (-15 -2794 (|#1| (-115) |#1| |#1|)) (-15 -2794 (|#1| (-115) |#1|)) (-15 -3281 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -3281 (|#1| |#1| |#1| |#1|)) (-15 -3281 (|#1| |#1| (-304 |#1|))) (-15 -3281 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -3281 (|#1| |#1| (-656 (-624 |#1|)) (-656 |#1|))) (-15 -3281 (|#1| |#1| (-624 |#1|) |#1|)) (-15 -3567 (|#1| (-624 |#1|))) (-15 -1570 ((-3 (-624 |#1|) "failed") |#1|)) (-15 -2857 ((-624 |#1|) |#1|)) (-15 -3567 ((-874) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 117 (|has| |#1| (-25)))) (-1960 (((-656 (-1195)) $) 208)) (-1797 (((-419 (-1191 $)) $ (-624 $)) 176 (|has| |#1| (-568)))) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 148 (|has| |#1| (-568)))) (-4380 (($ $) 149 (|has| |#1| (-568)))) (-1657 (((-112) $) 151 (|has| |#1| (-568)))) (-3986 (((-656 (-624 $)) $) 39)) (-4299 (((-3 $ "failed") $ $) 119 (|has| |#1| (-21)))) (-3425 (($ $ (-304 $)) 51) (($ $ (-656 (-304 $))) 50) (($ $ (-656 (-624 $)) (-656 $)) 49)) (-1415 (($ $) 168 (|has| |#1| (-568)))) (-3422 (((-430 $) $) 169 (|has| |#1| (-568)))) (-1829 (((-112) $ $) 159 (|has| |#1| (-568)))) (-2135 (($) 105 (-2755 (|has| |#1| (-1131)) (|has| |#1| (-25))) CONST)) (-1570 (((-3 (-624 $) "failed") $) 64) (((-3 (-1195) "failed") $) 221) (((-3 (-576) "failed") $) 215 (|has| |#1| (-1057 (-576)))) (((-3 |#1| "failed") $) 212) (((-3 (-419 (-969 |#1|)) "failed") $) 174 (|has| |#1| (-568))) (((-3 (-969 |#1|) "failed") $) 124 (|has| |#1| (-1068))) (((-3 (-419 (-576)) "failed") $) 99 (-2755 (-12 (|has| |#1| (-1057 (-576))) (|has| |#1| (-568))) (|has| |#1| (-1057 (-419 (-576))))))) (-2857 (((-624 $) $) 65) (((-1195) $) 222) (((-576) $) 214 (|has| |#1| (-1057 (-576)))) ((|#1| $) 213) (((-419 (-969 |#1|)) $) 175 (|has| |#1| (-568))) (((-969 |#1|) $) 125 (|has| |#1| (-1068))) (((-419 (-576)) $) 100 (-2755 (-12 (|has| |#1| (-1057 (-576))) (|has| |#1| (-568))) (|has| |#1| (-1057 (-419 (-576))))))) (-3426 (($ $ $) 163 (|has| |#1| (-568)))) (-3142 (((-701 (-576)) (-701 $)) 141 (-2669 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 140 (-2669 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) 139 (|has| |#1| (-1068))) (((-701 |#1|) (-701 $)) 138 (|has| |#1| (-1068)))) (-2251 (((-3 $ "failed") $) 107 (|has| |#1| (-1131)))) (-3438 (($ $ $) 162 (|has| |#1| (-568)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 157 (|has| |#1| (-568)))) (-4283 (((-112) $) 170 (|has| |#1| (-568)))) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) 217 (|has| |#1| (-899 (-576)))) (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 216 (|has| |#1| (-899 (-390))))) (-1524 (($ $) 46) (($ (-656 $)) 45)) (-2358 (((-656 (-115)) $) 38)) (-1774 (((-115) (-115)) 37)) (-3612 (((-112) $) 106 (|has| |#1| (-1131)))) (-2044 (((-112) $) 17 (|has| $ (-1057 (-576))))) (-2684 (($ $) 191 (|has| |#1| (-1068)))) (-1568 (((-1144 |#1| (-624 $)) $) 192 (|has| |#1| (-1068)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 166 (|has| |#1| (-568)))) (-3820 (((-1191 $) (-624 $)) 20 (|has| $ (-1068)))) (-4114 (($ (-1 $ $) (-624 $)) 31)) (-3497 (((-3 (-624 $) "failed") $) 41)) (-1853 (((-701 (-576)) (-1286 $)) 143 (-2669 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) 142 (-2669 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) 137 (|has| |#1| (-1068))) (((-701 |#1|) (-1286 $)) 136 (|has| |#1| (-1068)))) (-3457 (($ (-656 $)) 155 (|has| |#1| (-568))) (($ $ $) 154 (|has| |#1| (-568)))) (-3881 (((-1177) $) 10)) (-1761 (((-656 (-624 $)) $) 40)) (-1637 (($ (-115) $) 33) (($ (-115) (-656 $)) 32)) (-2692 (((-3 (-656 $) "failed") $) 197 (|has| |#1| (-1131)))) (-3716 (((-3 (-2 (|:| |val| $) (|:| -2125 (-576))) "failed") $) 188 (|has| |#1| (-1068)))) (-3656 (((-3 (-656 $) "failed") $) 195 (|has| |#1| (-25)))) (-3068 (((-3 (-2 (|:| -1713 (-576)) (|:| |var| (-624 $))) "failed") $) 194 (|has| |#1| (-25)))) (-2244 (((-3 (-2 (|:| |var| (-624 $)) (|:| -2125 (-576))) "failed") $) 196 (|has| |#1| (-1131))) (((-3 (-2 (|:| |var| (-624 $)) (|:| -2125 (-576))) "failed") $ (-115)) 190 (|has| |#1| (-1068))) (((-3 (-2 (|:| |var| (-624 $)) (|:| -2125 (-576))) "failed") $ (-1195)) 189 (|has| |#1| (-1068)))) (-3796 (((-112) $ (-115)) 35) (((-112) $ (-1195)) 34)) (-2045 (($ $) 109 (-2755 (|has| |#1| (-485)) (|has| |#1| (-568))))) (-2322 (((-783) $) 42)) (-1448 (((-1139) $) 11)) (-2055 (((-112) $) 210)) (-2065 ((|#1| $) 209)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 156 (|has| |#1| (-568)))) (-3495 (($ (-656 $)) 153 (|has| |#1| (-568))) (($ $ $) 152 (|has| |#1| (-568)))) (-4257 (((-112) $ $) 30) (((-112) $ (-1195)) 29)) (-1827 (((-430 $) $) 167 (|has| |#1| (-568)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 165 (|has| |#1| (-568))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 164 (|has| |#1| (-568)))) (-3473 (((-3 $ "failed") $ $) 147 (|has| |#1| (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 158 (|has| |#1| (-568)))) (-2227 (((-112) $) 18 (|has| $ (-1057 (-576))))) (-3281 (($ $ (-624 $) $) 62) (($ $ (-656 (-624 $)) (-656 $)) 61) (($ $ (-656 (-304 $))) 60) (($ $ (-304 $)) 59) (($ $ $ $) 58) (($ $ (-656 $) (-656 $)) 57) (($ $ (-656 (-1195)) (-656 (-1 $ $))) 28) (($ $ (-656 (-1195)) (-656 (-1 $ (-656 $)))) 27) (($ $ (-1195) (-1 $ (-656 $))) 26) (($ $ (-1195) (-1 $ $)) 25) (($ $ (-656 (-115)) (-656 (-1 $ $))) 24) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) 23) (($ $ (-115) (-1 $ (-656 $))) 22) (($ $ (-115) (-1 $ $)) 21) (($ $ (-1195)) 202 (|has| |#1| (-626 (-548)))) (($ $ (-656 (-1195))) 201 (|has| |#1| (-626 (-548)))) (($ $) 200 (|has| |#1| (-626 (-548)))) (($ $ (-115) $ (-1195)) 199 (|has| |#1| (-626 (-548)))) (($ $ (-656 (-115)) (-656 $) (-1195)) 198 (|has| |#1| (-626 (-548)))) (($ $ (-656 (-1195)) (-656 (-783)) (-656 (-1 $ $))) 187 (|has| |#1| (-1068))) (($ $ (-656 (-1195)) (-656 (-783)) (-656 (-1 $ (-656 $)))) 186 (|has| |#1| (-1068))) (($ $ (-1195) (-783) (-1 $ (-656 $))) 185 (|has| |#1| (-1068))) (($ $ (-1195) (-783) (-1 $ $)) 184 (|has| |#1| (-1068)))) (-3909 (((-783) $) 160 (|has| |#1| (-568)))) (-2794 (($ (-115) $) 56) (($ (-115) $ $) 55) (($ (-115) $ $ $) 54) (($ (-115) $ $ $ $) 53) (($ (-115) (-656 $)) 52)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 161 (|has| |#1| (-568)))) (-3401 (($ $) 44) (($ $ $) 43)) (-2770 (($ $ (-1195)) 134 (|has| |#1| (-1068))) (($ $ (-656 (-1195))) 132 (|has| |#1| (-1068))) (($ $ (-1195) (-783)) 131 (|has| |#1| (-1068))) (($ $ (-656 (-1195)) (-656 (-783))) 130 (|has| |#1| (-1068)))) (-1507 (($ $) 181 (|has| |#1| (-568)))) (-1579 (((-1144 |#1| (-624 $)) $) 182 (|has| |#1| (-568)))) (-3117 (($ $) 19 (|has| $ (-1068)))) (-4169 (((-905 (-576)) $) 219 (|has| |#1| (-626 (-905 (-576))))) (((-905 (-390)) $) 218 (|has| |#1| (-626 (-905 (-390))))) (($ (-430 $)) 183 (|has| |#1| (-568))) (((-548) $) 101 (|has| |#1| (-626 (-548))))) (-2949 (($ $ $) 112 (|has| |#1| (-485)))) (-3636 (($ $ $) 113 (|has| |#1| (-485)))) (-3567 (((-874) $) 12) (($ (-624 $)) 63) (($ (-1195)) 220) (($ |#1|) 211) (($ (-1144 |#1| (-624 $))) 193 (|has| |#1| (-1068))) (($ (-419 |#1|)) 179 (|has| |#1| (-568))) (($ (-969 (-419 |#1|))) 178 (|has| |#1| (-568))) (($ (-419 (-969 (-419 |#1|)))) 177 (|has| |#1| (-568))) (($ (-419 (-969 |#1|))) 173 (|has| |#1| (-568))) (($ $) 146 (|has| |#1| (-568))) (($ (-969 |#1|)) 123 (|has| |#1| (-1068))) (($ (-419 (-576))) 98 (-2755 (|has| |#1| (-568)) (-12 (|has| |#1| (-1057 (-576))) (|has| |#1| (-568))) (|has| |#1| (-1057 (-419 (-576)))))) (($ (-576)) 97 (-2755 (|has| |#1| (-1068)) (|has| |#1| (-1057 (-576)))))) (-2846 (((-3 $ "failed") $) 144 (|has| |#1| (-146)))) (-2596 (((-783)) 126 (|has| |#1| (-1068)) CONST)) (-3654 (($ $) 48) (($ (-656 $)) 47)) (-1824 (((-112) (-115)) 36)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 150 (|has| |#1| (-568)))) (-2849 (($ (-1195) $) 207) (($ (-1195) $ $) 206) (($ (-1195) $ $ $) 205) (($ (-1195) $ $ $ $) 204) (($ (-1195) (-656 $)) 203)) (-2716 (($) 116 (|has| |#1| (-25)) CONST)) (-2727 (($) 104 (|has| |#1| (-1131)) CONST)) (-2014 (($ $ (-1195)) 133 (|has| |#1| (-1068))) (($ $ (-656 (-1195))) 129 (|has| |#1| (-1068))) (($ $ (-1195) (-783)) 128 (|has| |#1| (-1068))) (($ $ (-656 (-1195)) (-656 (-783))) 127 (|has| |#1| (-1068)))) (-2921 (((-112) $ $) 7)) (-3054 (($ (-1144 |#1| (-624 $)) (-1144 |#1| (-624 $))) 180 (|has| |#1| (-568))) (($ $ $) 110 (-2755 (|has| |#1| (-485)) (|has| |#1| (-568))))) (-3041 (($ $ $) 122 (|has| |#1| (-21))) (($ $) 121 (|has| |#1| (-21)))) (-3027 (($ $ $) 114 (|has| |#1| (-25)))) (** (($ $ (-576)) 111 (-2755 (|has| |#1| (-485)) (|has| |#1| (-568)))) (($ $ (-783)) 108 (|has| |#1| (-1131))) (($ $ (-938)) 103 (|has| |#1| (-1131)))) (* (($ (-419 (-576)) $) 172 (|has| |#1| (-568))) (($ $ (-419 (-576))) 171 (|has| |#1| (-568))) (($ $ |#1|) 145 (|has| |#1| (-174))) (($ |#1| $) 135 (|has| |#1| (-1068))) (($ (-576) $) 120 (|has| |#1| (-21))) (($ (-783) $) 118 (|has| |#1| (-25))) (($ (-938) $) 115 (|has| |#1| (-25))) (($ $ $) 102 (|has| |#1| (-1131)))))
-(((-442 |#1|) (-141) (-1119)) (T -442))
-((-2055 (*1 *2 *1) (-12 (-4 *1 (-442 *3)) (-4 *3 (-1119)) (-5 *2 (-112)))) (-2065 (*1 *2 *1) (-12 (-4 *1 (-442 *2)) (-4 *2 (-1119)))) (-1960 (*1 *2 *1) (-12 (-4 *1 (-442 *3)) (-4 *3 (-1119)) (-5 *2 (-656 (-1195))))) (-2849 (*1 *1 *2 *1) (-12 (-5 *2 (-1195)) (-4 *1 (-442 *3)) (-4 *3 (-1119)))) (-2849 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1195)) (-4 *1 (-442 *3)) (-4 *3 (-1119)))) (-2849 (*1 *1 *2 *1 *1 *1) (-12 (-5 *2 (-1195)) (-4 *1 (-442 *3)) (-4 *3 (-1119)))) (-2849 (*1 *1 *2 *1 *1 *1 *1) (-12 (-5 *2 (-1195)) (-4 *1 (-442 *3)) (-4 *3 (-1119)))) (-2849 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-656 *1)) (-4 *1 (-442 *4)) (-4 *4 (-1119)))) (-3281 (*1 *1 *1 *2) (-12 (-5 *2 (-1195)) (-4 *1 (-442 *3)) (-4 *3 (-1119)) (-4 *3 (-626 (-548))))) (-3281 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-1195))) (-4 *1 (-442 *3)) (-4 *3 (-1119)) (-4 *3 (-626 (-548))))) (-3281 (*1 *1 *1) (-12 (-4 *1 (-442 *2)) (-4 *2 (-1119)) (-4 *2 (-626 (-548))))) (-3281 (*1 *1 *1 *2 *1 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1195)) (-4 *1 (-442 *4)) (-4 *4 (-1119)) (-4 *4 (-626 (-548))))) (-3281 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-656 (-115))) (-5 *3 (-656 *1)) (-5 *4 (-1195)) (-4 *1 (-442 *5)) (-4 *5 (-1119)) (-4 *5 (-626 (-548))))) (-2692 (*1 *2 *1) (|partial| -12 (-4 *3 (-1131)) (-4 *3 (-1119)) (-5 *2 (-656 *1)) (-4 *1 (-442 *3)))) (-2244 (*1 *2 *1) (|partial| -12 (-4 *3 (-1131)) (-4 *3 (-1119)) (-5 *2 (-2 (|:| |var| (-624 *1)) (|:| -2125 (-576)))) (-4 *1 (-442 *3)))) (-3656 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1119)) (-5 *2 (-656 *1)) (-4 *1 (-442 *3)))) (-3068 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1119)) (-5 *2 (-2 (|:| -1713 (-576)) (|:| |var| (-624 *1)))) (-4 *1 (-442 *3)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-1144 *3 (-624 *1))) (-4 *3 (-1068)) (-4 *3 (-1119)) (-4 *1 (-442 *3)))) (-1568 (*1 *2 *1) (-12 (-4 *3 (-1068)) (-4 *3 (-1119)) (-5 *2 (-1144 *3 (-624 *1))) (-4 *1 (-442 *3)))) (-2684 (*1 *1 *1) (-12 (-4 *1 (-442 *2)) (-4 *2 (-1119)) (-4 *2 (-1068)))) (-2244 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-115)) (-4 *4 (-1068)) (-4 *4 (-1119)) (-5 *2 (-2 (|:| |var| (-624 *1)) (|:| -2125 (-576)))) (-4 *1 (-442 *4)))) (-2244 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1195)) (-4 *4 (-1068)) (-4 *4 (-1119)) (-5 *2 (-2 (|:| |var| (-624 *1)) (|:| -2125 (-576)))) (-4 *1 (-442 *4)))) (-3716 (*1 *2 *1) (|partial| -12 (-4 *3 (-1068)) (-4 *3 (-1119)) (-5 *2 (-2 (|:| |val| *1) (|:| -2125 (-576)))) (-4 *1 (-442 *3)))) (-3281 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-656 (-1195))) (-5 *3 (-656 (-783))) (-5 *4 (-656 (-1 *1 *1))) (-4 *1 (-442 *5)) (-4 *5 (-1119)) (-4 *5 (-1068)))) (-3281 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-656 (-1195))) (-5 *3 (-656 (-783))) (-5 *4 (-656 (-1 *1 (-656 *1)))) (-4 *1 (-442 *5)) (-4 *5 (-1119)) (-4 *5 (-1068)))) (-3281 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1195)) (-5 *3 (-783)) (-5 *4 (-1 *1 (-656 *1))) (-4 *1 (-442 *5)) (-4 *5 (-1119)) (-4 *5 (-1068)))) (-3281 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1195)) (-5 *3 (-783)) (-5 *4 (-1 *1 *1)) (-4 *1 (-442 *5)) (-4 *5 (-1119)) (-4 *5 (-1068)))) (-4169 (*1 *1 *2) (-12 (-5 *2 (-430 *1)) (-4 *1 (-442 *3)) (-4 *3 (-568)) (-4 *3 (-1119)))) (-1579 (*1 *2 *1) (-12 (-4 *3 (-568)) (-4 *3 (-1119)) (-5 *2 (-1144 *3 (-624 *1))) (-4 *1 (-442 *3)))) (-1507 (*1 *1 *1) (-12 (-4 *1 (-442 *2)) (-4 *2 (-1119)) (-4 *2 (-568)))) (-3054 (*1 *1 *2 *2) (-12 (-5 *2 (-1144 *3 (-624 *1))) (-4 *3 (-568)) (-4 *3 (-1119)) (-4 *1 (-442 *3)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-419 *3)) (-4 *3 (-568)) (-4 *3 (-1119)) (-4 *1 (-442 *3)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-969 (-419 *3))) (-4 *3 (-568)) (-4 *3 (-1119)) (-4 *1 (-442 *3)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-419 (-969 (-419 *3)))) (-4 *3 (-568)) (-4 *3 (-1119)) (-4 *1 (-442 *3)))) (-1797 (*1 *2 *1 *3) (-12 (-5 *3 (-624 *1)) (-4 *1 (-442 *4)) (-4 *4 (-1119)) (-4 *4 (-568)) (-5 *2 (-419 (-1191 *1))))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-442 *3)) (-4 *3 (-1119)) (-4 *3 (-1131)))))
-(-13 (-312) (-1057 (-1195)) (-897 |t#1|) (-412 |t#1|) (-423 |t#1|) (-10 -8 (-15 -2055 ((-112) $)) (-15 -2065 (|t#1| $)) (-15 -1960 ((-656 (-1195)) $)) (-15 -2849 ($ (-1195) $)) (-15 -2849 ($ (-1195) $ $)) (-15 -2849 ($ (-1195) $ $ $)) (-15 -2849 ($ (-1195) $ $ $ $)) (-15 -2849 ($ (-1195) (-656 $))) (IF (|has| |t#1| (-626 (-548))) (PROGN (-6 (-626 (-548))) (-15 -3281 ($ $ (-1195))) (-15 -3281 ($ $ (-656 (-1195)))) (-15 -3281 ($ $)) (-15 -3281 ($ $ (-115) $ (-1195))) (-15 -3281 ($ $ (-656 (-115)) (-656 $) (-1195)))) |%noBranch|) (IF (|has| |t#1| (-1131)) (PROGN (-6 (-738)) (-15 ** ($ $ (-783))) (-15 -2692 ((-3 (-656 $) "failed") $)) (-15 -2244 ((-3 (-2 (|:| |var| (-624 $)) (|:| -2125 (-576))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-485)) (-6 (-485)) |%noBranch|) (IF (|has| |t#1| (-25)) (PROGN (-6 (-23)) (-15 -3656 ((-3 (-656 $) "failed") $)) (-15 -3068 ((-3 (-2 (|:| -1713 (-576)) (|:| |var| (-624 $))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#1| (-1068)) (PROGN (-6 (-1068)) (-6 (-1057 (-969 |t#1|))) (-6 (-915 (-1195))) (-6 (-388 |t#1|)) (-15 -3567 ($ (-1144 |t#1| (-624 $)))) (-15 -1568 ((-1144 |t#1| (-624 $)) $)) (-15 -2684 ($ $)) (-15 -2244 ((-3 (-2 (|:| |var| (-624 $)) (|:| -2125 (-576))) "failed") $ (-115))) (-15 -2244 ((-3 (-2 (|:| |var| (-624 $)) (|:| -2125 (-576))) "failed") $ (-1195))) (-15 -3716 ((-3 (-2 (|:| |val| $) (|:| -2125 (-576))) "failed") $)) (-15 -3281 ($ $ (-656 (-1195)) (-656 (-783)) (-656 (-1 $ $)))) (-15 -3281 ($ $ (-656 (-1195)) (-656 (-783)) (-656 (-1 $ (-656 $))))) (-15 -3281 ($ $ (-1195) (-783) (-1 $ (-656 $)))) (-15 -3281 ($ $ (-1195) (-783) (-1 $ $)))) |%noBranch|) (IF (|has| |t#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |t#1| (-174)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-568)) (PROGN (-6 (-374)) (-6 (-1057 (-419 (-969 |t#1|)))) (-15 -4169 ($ (-430 $))) (-15 -1579 ((-1144 |t#1| (-624 $)) $)) (-15 -1507 ($ $)) (-15 -3054 ($ (-1144 |t#1| (-624 $)) (-1144 |t#1| (-624 $)))) (-15 -3567 ($ (-419 |t#1|))) (-15 -3567 ($ (-969 (-419 |t#1|)))) (-15 -3567 ($ (-419 (-969 (-419 |t#1|))))) (-15 -1797 ((-419 (-1191 $)) $ (-624 $))) (IF (|has| |t#1| (-1057 (-576))) (-6 (-1057 (-419 (-576)))) |%noBranch|)) |%noBranch|)))
-(((-21) -2755 (|has| |#1| (-1068)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146)) (|has| |#1| (-21))) ((-23) -2755 (|has| |#1| (-1068)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-25) -2755 (|has| |#1| (-1068)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-38 #0=(-419 (-576))) |has| |#1| (-568)) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) |has| |#1| (-568)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-568)) ((-111 |#1| |#1|) |has| |#1| (-174)) ((-111 $ $) |has| |#1| (-568)) ((-132) -2755 (|has| |#1| (-1068)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146)) (|has| |#1| (-21))) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) -2755 (|has| |#1| (-1057 (-419 (-576)))) (|has| |#1| (-568))) ((-628 #1=(-419 (-969 |#1|))) |has| |#1| (-568)) ((-628 (-576)) -2755 (|has| |#1| (-1068)) (|has| |#1| (-1057 (-576))) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146))) ((-628 #2=(-624 $)) . T) ((-628 #3=(-969 |#1|)) |has| |#1| (-1068)) ((-628 #4=(-1195)) . T) ((-628 |#1|) . T) ((-628 $) |has| |#1| (-568)) ((-625 (-874)) . T) ((-174) |has| |#1| (-568)) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-626 (-905 (-390))) |has| |#1| (-626 (-905 (-390)))) ((-626 (-905 (-576))) |has| |#1| (-626 (-905 (-576)))) ((-248) |has| |#1| (-568)) ((-300) |has| |#1| (-568)) ((-317) |has| |#1| (-568)) ((-319 $) . T) ((-312) . T) ((-374) |has| |#1| (-568)) ((-388 |#1|) |has| |#1| (-1068)) ((-412 |#1|) . T) ((-423 |#1|) . T) ((-464) |has| |#1| (-568)) ((-485) |has| |#1| (-485)) ((-526 (-624 $) $) . T) ((-526 $ $) . T) ((-568) |has| |#1| (-568)) ((-658 #0#) |has| |#1| (-568)) ((-658 (-576)) -2755 (|has| |#1| (-1068)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146)) (|has| |#1| (-21))) ((-658 |#1|) -2755 (|has| |#1| (-1068)) (|has| |#1| (-174))) ((-658 $) -2755 (|has| |#1| (-1068)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146))) ((-660 #0#) |has| |#1| (-568)) ((-660 #5=(-576)) -12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068))) ((-660 |#1|) -2755 (|has| |#1| (-1068)) (|has| |#1| (-174))) ((-660 $) -2755 (|has| |#1| (-1068)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146))) ((-652 #0#) |has| |#1| (-568)) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) |has| |#1| (-568)) ((-651 #5#) -12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1068))) ((-651 |#1|) |has| |#1| (-1068)) ((-729 #0#) |has| |#1| (-568)) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) |has| |#1| (-568)) ((-738) -2755 (|has| |#1| (-1131)) (|has| |#1| (-1068)) (|has| |#1| (-568)) (|has| |#1| (-485)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146))) ((-909 $ #6=(-1195)) |has| |#1| (-1068)) ((-915 #6#) |has| |#1| (-1068)) ((-917 #6#) |has| |#1| (-1068)) ((-899 (-390)) |has| |#1| (-899 (-390))) ((-899 (-576)) |has| |#1| (-899 (-576))) ((-897 |#1|) . T) ((-937) |has| |#1| (-568)) ((-1057 (-419 (-576))) -2755 (|has| |#1| (-1057 (-419 (-576)))) (-12 (|has| |#1| (-568)) (|has| |#1| (-1057 (-576))))) ((-1057 #1#) |has| |#1| (-568)) ((-1057 (-576)) |has| |#1| (-1057 (-576))) ((-1057 #2#) . T) ((-1057 #3#) |has| |#1| (-1068)) ((-1057 #4#) . T) ((-1057 |#1|) . T) ((-1070 #0#) |has| |#1| (-568)) ((-1070 |#1|) |has| |#1| (-174)) ((-1070 $) |has| |#1| (-568)) ((-1075 #0#) |has| |#1| (-568)) ((-1075 |#1|) |has| |#1| (-174)) ((-1075 $) |has| |#1| (-568)) ((-1068) -2755 (|has| |#1| (-1068)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146))) ((-1077) -2755 (|has| |#1| (-1068)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146))) ((-1131) -2755 (|has| |#1| (-1131)) (|has| |#1| (-1068)) (|has| |#1| (-568)) (|has| |#1| (-485)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146))) ((-1119) . T) ((-1236) . T) ((-1240) |has| |#1| (-568)))
-((-2224 ((|#2| |#2| |#2|) 31)) (-1774 (((-115) (-115)) 43)) (-1860 ((|#2| |#2|) 63)) (-2216 ((|#2| |#2|) 66)) (-2638 ((|#2| |#2|) 30)) (-4077 ((|#2| |#2| |#2|) 33)) (-3340 ((|#2| |#2| |#2|) 35)) (-3379 ((|#2| |#2| |#2|) 32)) (-3613 ((|#2| |#2| |#2|) 34)) (-1824 (((-112) (-115)) 41)) (-2397 ((|#2| |#2|) 37)) (-4187 ((|#2| |#2|) 36)) (-4308 ((|#2| |#2|) 25)) (-3366 ((|#2| |#2| |#2|) 28) ((|#2| |#2|) 26)) (-3406 ((|#2| |#2| |#2|) 29)))
-(((-443 |#1| |#2|) (-10 -7 (-15 -1824 ((-112) (-115))) (-15 -1774 ((-115) (-115))) (-15 -4308 (|#2| |#2|)) (-15 -3366 (|#2| |#2|)) (-15 -3366 (|#2| |#2| |#2|)) (-15 -3406 (|#2| |#2| |#2|)) (-15 -2638 (|#2| |#2|)) (-15 -2224 (|#2| |#2| |#2|)) (-15 -3379 (|#2| |#2| |#2|)) (-15 -4077 (|#2| |#2| |#2|)) (-15 -3613 (|#2| |#2| |#2|)) (-15 -3340 (|#2| |#2| |#2|)) (-15 -4187 (|#2| |#2|)) (-15 -2397 (|#2| |#2|)) (-15 -2216 (|#2| |#2|)) (-15 -1860 (|#2| |#2|))) (-568) (-442 |#1|)) (T -443))
-((-1860 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-2216 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-2397 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-4187 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-3340 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-3613 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-4077 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-3379 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-2224 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-2638 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-3406 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-3366 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-3366 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-4308 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-1774 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-568)) (-5 *1 (-443 *3 *4)) (-4 *4 (-442 *3)))) (-1824 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-443 *4 *5)) (-4 *5 (-442 *4)))))
-(-10 -7 (-15 -1824 ((-112) (-115))) (-15 -1774 ((-115) (-115))) (-15 -4308 (|#2| |#2|)) (-15 -3366 (|#2| |#2|)) (-15 -3366 (|#2| |#2| |#2|)) (-15 -3406 (|#2| |#2| |#2|)) (-15 -2638 (|#2| |#2|)) (-15 -2224 (|#2| |#2| |#2|)) (-15 -3379 (|#2| |#2| |#2|)) (-15 -4077 (|#2| |#2| |#2|)) (-15 -3613 (|#2| |#2| |#2|)) (-15 -3340 (|#2| |#2| |#2|)) (-15 -4187 (|#2| |#2|)) (-15 -2397 (|#2| |#2|)) (-15 -2216 (|#2| |#2|)) (-15 -1860 (|#2| |#2|)))
-((-4161 (((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1191 |#2|)) (|:| |pol2| (-1191 |#2|)) (|:| |prim| (-1191 |#2|))) |#2| |#2|) 103 (|has| |#2| (-27))) (((-2 (|:| |primelt| |#2|) (|:| |poly| (-656 (-1191 |#2|))) (|:| |prim| (-1191 |#2|))) (-656 |#2|)) 65)))
-(((-444 |#1| |#2|) (-10 -7 (-15 -4161 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-656 (-1191 |#2|))) (|:| |prim| (-1191 |#2|))) (-656 |#2|))) (IF (|has| |#2| (-27)) (-15 -4161 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1191 |#2|)) (|:| |pol2| (-1191 |#2|)) (|:| |prim| (-1191 |#2|))) |#2| |#2|)) |%noBranch|)) (-13 (-568) (-148)) (-442 |#1|)) (T -444))
-((-4161 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-568) (-148))) (-5 *2 (-2 (|:| |primelt| *3) (|:| |pol1| (-1191 *3)) (|:| |pol2| (-1191 *3)) (|:| |prim| (-1191 *3)))) (-5 *1 (-444 *4 *3)) (-4 *3 (-27)) (-4 *3 (-442 *4)))) (-4161 (*1 *2 *3) (-12 (-5 *3 (-656 *5)) (-4 *5 (-442 *4)) (-4 *4 (-13 (-568) (-148))) (-5 *2 (-2 (|:| |primelt| *5) (|:| |poly| (-656 (-1191 *5))) (|:| |prim| (-1191 *5)))) (-5 *1 (-444 *4 *5)))))
-(-10 -7 (-15 -4161 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-656 (-1191 |#2|))) (|:| |prim| (-1191 |#2|))) (-656 |#2|))) (IF (|has| |#2| (-27)) (-15 -4161 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1191 |#2|)) (|:| |pol2| (-1191 |#2|)) (|:| |prim| (-1191 |#2|))) |#2| |#2|)) |%noBranch|))
-((-3156 (((-1291)) 18)) (-3127 (((-1191 (-419 (-576))) |#2| (-624 |#2|)) 40) (((-419 (-576)) |#2|) 24)))
-(((-445 |#1| |#2|) (-10 -7 (-15 -3127 ((-419 (-576)) |#2|)) (-15 -3127 ((-1191 (-419 (-576))) |#2| (-624 |#2|))) (-15 -3156 ((-1291)))) (-13 (-568) (-1057 (-576))) (-442 |#1|)) (T -445))
-((-3156 (*1 *2) (-12 (-4 *3 (-13 (-568) (-1057 (-576)))) (-5 *2 (-1291)) (-5 *1 (-445 *3 *4)) (-4 *4 (-442 *3)))) (-3127 (*1 *2 *3 *4) (-12 (-5 *4 (-624 *3)) (-4 *3 (-442 *5)) (-4 *5 (-13 (-568) (-1057 (-576)))) (-5 *2 (-1191 (-419 (-576)))) (-5 *1 (-445 *5 *3)))) (-3127 (*1 *2 *3) (-12 (-4 *4 (-13 (-568) (-1057 (-576)))) (-5 *2 (-419 (-576))) (-5 *1 (-445 *4 *3)) (-4 *3 (-442 *4)))))
-(-10 -7 (-15 -3127 ((-419 (-576)) |#2|)) (-15 -3127 ((-1191 (-419 (-576))) |#2| (-624 |#2|))) (-15 -3156 ((-1291))))
-((-2784 (((-112) $) 33)) (-4224 (((-112) $) 35)) (-3093 (((-112) $) 36)) (-2807 (((-112) $) 39)) (-1796 (((-112) $) 34)) (-1515 (((-112) $) 38)) (-3567 (((-874) $) 20) (($ (-1177)) 32) (($ (-1195)) 30) (((-1195) $) 24) (((-1123) $) 23)) (-3285 (((-112) $) 37)) (-2921 (((-112) $ $) 17)))
-(((-446) (-13 (-625 (-874)) (-10 -8 (-15 -3567 ($ (-1177))) (-15 -3567 ($ (-1195))) (-15 -3567 ((-1195) $)) (-15 -3567 ((-1123) $)) (-15 -2784 ((-112) $)) (-15 -1796 ((-112) $)) (-15 -3093 ((-112) $)) (-15 -1515 ((-112) $)) (-15 -2807 ((-112) $)) (-15 -3285 ((-112) $)) (-15 -4224 ((-112) $)) (-15 -2921 ((-112) $ $))))) (T -446))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-446)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-446)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-1195)) (-5 *1 (-446)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-1123)) (-5 *1 (-446)))) (-2784 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))) (-1796 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))) (-3093 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))) (-1515 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))) (-2807 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))) (-3285 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))) (-4224 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))) (-2921 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))))
-(-13 (-625 (-874)) (-10 -8 (-15 -3567 ($ (-1177))) (-15 -3567 ($ (-1195))) (-15 -3567 ((-1195) $)) (-15 -3567 ((-1123) $)) (-15 -2784 ((-112) $)) (-15 -1796 ((-112) $)) (-15 -3093 ((-112) $)) (-15 -1515 ((-112) $)) (-15 -2807 ((-112) $)) (-15 -3285 ((-112) $)) (-15 -4224 ((-112) $)) (-15 -2921 ((-112) $ $))))
-((-2440 (((-3 (-430 (-1191 (-419 (-576)))) "failed") |#3|) 72)) (-3141 (((-430 |#3|) |#3|) 34)) (-3596 (((-3 (-430 (-1191 (-48))) "failed") |#3|) 46 (|has| |#2| (-1057 (-48))))) (-3363 (((-3 (|:| |overq| (-1191 (-419 (-576)))) (|:| |overan| (-1191 (-48))) (|:| -4194 (-112))) |#3|) 37)))
-(((-447 |#1| |#2| |#3|) (-10 -7 (-15 -3141 ((-430 |#3|) |#3|)) (-15 -2440 ((-3 (-430 (-1191 (-419 (-576)))) "failed") |#3|)) (-15 -3363 ((-3 (|:| |overq| (-1191 (-419 (-576)))) (|:| |overan| (-1191 (-48))) (|:| -4194 (-112))) |#3|)) (IF (|has| |#2| (-1057 (-48))) (-15 -3596 ((-3 (-430 (-1191 (-48))) "failed") |#3|)) |%noBranch|)) (-13 (-568) (-1057 (-576))) (-442 |#1|) (-1262 |#2|)) (T -447))
-((-3596 (*1 *2 *3) (|partial| -12 (-4 *5 (-1057 (-48))) (-4 *4 (-13 (-568) (-1057 (-576)))) (-4 *5 (-442 *4)) (-5 *2 (-430 (-1191 (-48)))) (-5 *1 (-447 *4 *5 *3)) (-4 *3 (-1262 *5)))) (-3363 (*1 *2 *3) (-12 (-4 *4 (-13 (-568) (-1057 (-576)))) (-4 *5 (-442 *4)) (-5 *2 (-3 (|:| |overq| (-1191 (-419 (-576)))) (|:| |overan| (-1191 (-48))) (|:| -4194 (-112)))) (-5 *1 (-447 *4 *5 *3)) (-4 *3 (-1262 *5)))) (-2440 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-568) (-1057 (-576)))) (-4 *5 (-442 *4)) (-5 *2 (-430 (-1191 (-419 (-576))))) (-5 *1 (-447 *4 *5 *3)) (-4 *3 (-1262 *5)))) (-3141 (*1 *2 *3) (-12 (-4 *4 (-13 (-568) (-1057 (-576)))) (-4 *5 (-442 *4)) (-5 *2 (-430 *3)) (-5 *1 (-447 *4 *5 *3)) (-4 *3 (-1262 *5)))))
-(-10 -7 (-15 -3141 ((-430 |#3|) |#3|)) (-15 -2440 ((-3 (-430 (-1191 (-419 (-576)))) "failed") |#3|)) (-15 -3363 ((-3 (|:| |overq| (-1191 (-419 (-576)))) (|:| |overan| (-1191 (-48))) (|:| -4194 (-112))) |#3|)) (IF (|has| |#2| (-1057 (-48))) (-15 -3596 ((-3 (-430 (-1191 (-48))) "failed") |#3|)) |%noBranch|))
-((-3486 (((-112) $ $) NIL)) (-2276 (((-1177) $ (-1177)) NIL)) (-1350 (($ $ (-1177)) NIL)) (-2547 (((-1177) $) NIL)) (-2497 (((-400) (-400) (-400)) 17) (((-400) (-400)) 15)) (-3254 (($ (-400)) NIL) (($ (-400) (-1177)) NIL)) (-2624 (((-400) $) NIL)) (-3881 (((-1177) $) NIL)) (-2944 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3899 (((-1291) (-1177)) 9)) (-2301 (((-1291) (-1177)) 10)) (-1820 (((-1291)) 11)) (-3567 (((-874) $) NIL)) (-1662 (($ $) 39)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-448) (-13 (-375 (-400) (-1177)) (-10 -7 (-15 -2497 ((-400) (-400) (-400))) (-15 -2497 ((-400) (-400))) (-15 -3899 ((-1291) (-1177))) (-15 -2301 ((-1291) (-1177))) (-15 -1820 ((-1291)))))) (T -448))
-((-2497 (*1 *2 *2 *2) (-12 (-5 *2 (-400)) (-5 *1 (-448)))) (-2497 (*1 *2 *2) (-12 (-5 *2 (-400)) (-5 *1 (-448)))) (-3899 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-448)))) (-2301 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-448)))) (-1820 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-448)))))
-(-13 (-375 (-400) (-1177)) (-10 -7 (-15 -2497 ((-400) (-400) (-400))) (-15 -2497 ((-400) (-400))) (-15 -3899 ((-1291) (-1177))) (-15 -2301 ((-1291) (-1177))) (-15 -1820 ((-1291)))))
-((-3486 (((-112) $ $) NIL)) (-1504 (((-3 (|:| |fst| (-446)) (|:| -2914 "void")) $) 11)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2361 (($) 35)) (-2699 (($) 41)) (-3616 (($) 37)) (-1896 (($) 39)) (-3630 (($) 36)) (-1788 (($) 38)) (-3818 (($) 40)) (-2530 (((-112) $) 8)) (-2202 (((-656 (-969 (-576))) $) 19)) (-3579 (($ (-3 (|:| |fst| (-446)) (|:| -2914 "void")) (-656 (-1195)) (-112)) 29) (($ (-3 (|:| |fst| (-446)) (|:| -2914 "void")) (-656 (-969 (-576))) (-112)) 30)) (-3567 (((-874) $) 24) (($ (-446)) 32)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-449) (-13 (-1119) (-10 -8 (-15 -3567 ($ (-446))) (-15 -1504 ((-3 (|:| |fst| (-446)) (|:| -2914 "void")) $)) (-15 -2202 ((-656 (-969 (-576))) $)) (-15 -2530 ((-112) $)) (-15 -3579 ($ (-3 (|:| |fst| (-446)) (|:| -2914 "void")) (-656 (-1195)) (-112))) (-15 -3579 ($ (-3 (|:| |fst| (-446)) (|:| -2914 "void")) (-656 (-969 (-576))) (-112))) (-15 -2361 ($)) (-15 -3630 ($)) (-15 -3616 ($)) (-15 -2699 ($)) (-15 -1788 ($)) (-15 -1896 ($)) (-15 -3818 ($))))) (T -449))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-446)) (-5 *1 (-449)))) (-1504 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-5 *1 (-449)))) (-2202 (*1 *2 *1) (-12 (-5 *2 (-656 (-969 (-576)))) (-5 *1 (-449)))) (-2530 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-449)))) (-3579 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-5 *3 (-656 (-1195))) (-5 *4 (-112)) (-5 *1 (-449)))) (-3579 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-5 *3 (-656 (-969 (-576)))) (-5 *4 (-112)) (-5 *1 (-449)))) (-2361 (*1 *1) (-5 *1 (-449))) (-3630 (*1 *1) (-5 *1 (-449))) (-3616 (*1 *1) (-5 *1 (-449))) (-2699 (*1 *1) (-5 *1 (-449))) (-1788 (*1 *1) (-5 *1 (-449))) (-1896 (*1 *1) (-5 *1 (-449))) (-3818 (*1 *1) (-5 *1 (-449))))
-(-13 (-1119) (-10 -8 (-15 -3567 ($ (-446))) (-15 -1504 ((-3 (|:| |fst| (-446)) (|:| -2914 "void")) $)) (-15 -2202 ((-656 (-969 (-576))) $)) (-15 -2530 ((-112) $)) (-15 -3579 ($ (-3 (|:| |fst| (-446)) (|:| -2914 "void")) (-656 (-1195)) (-112))) (-15 -3579 ($ (-3 (|:| |fst| (-446)) (|:| -2914 "void")) (-656 (-969 (-576))) (-112))) (-15 -2361 ($)) (-15 -3630 ($)) (-15 -3616 ($)) (-15 -2699 ($)) (-15 -1788 ($)) (-15 -1896 ($)) (-15 -3818 ($))))
-((-3486 (((-112) $ $) NIL)) (-2624 (((-1195) $) 8)) (-3881 (((-1177) $) 17)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 11)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 14)))
-(((-450 |#1|) (-13 (-1119) (-10 -8 (-15 -2624 ((-1195) $)))) (-1195)) (T -450))
-((-2624 (*1 *2 *1) (-12 (-5 *2 (-1195)) (-5 *1 (-450 *3)) (-14 *3 *2))))
-(-13 (-1119) (-10 -8 (-15 -2624 ((-1195) $))))
-((-3486 (((-112) $ $) NIL)) (-2700 (((-1137) $) 7)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 13)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 9)))
-(((-451) (-13 (-1119) (-10 -8 (-15 -2700 ((-1137) $))))) (T -451))
-((-2700 (*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-451)))))
-(-13 (-1119) (-10 -8 (-15 -2700 ((-1137) $))))
-((-2618 (((-1291) $) 7)) (-3567 (((-874) $) 8) (($ (-1286 (-711))) 14) (($ (-656 (-340))) 13) (($ (-340)) 12) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 11)))
+((-1726 (*1 *2) (-12 (-4 *3 (-174)) (-5 *2 (-1288 *1)) (-4 *1 (-429 *3)))) (-3219 (*1 *2 *1) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-1288 *3)))) (-3219 (*1 *2 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-429 *4)) (-4 *4 (-174)) (-5 *2 (-701 *4)))) (-4235 (*1 *2) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-1288 (-701 *3))))) (-2189 (*1 *2) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-656 (-971 *3))))) (-3093 (*1 *1 *2) (-12 (-5 *2 (-1288 *3)) (-4 *3 (-174)) (-4 *1 (-429 *3)))) (-1554 (*1 *2 *1) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-1288 *3)))) (-1554 (*1 *1 *2) (-12 (-5 *2 (-1288 *3)) (-4 *3 (-174)) (-4 *1 (-429 *3)))) (-4396 (*1 *2) (-12 (-4 *1 (-429 *2)) (-4 *2 (-174)))) (-3779 (*1 *2) (-12 (-4 *1 (-429 *2)) (-4 *2 (-174)))) (-3746 (*1 *2) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-701 *3)))) (-3998 (*1 *2) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-701 *3)))) (-2697 (*1 *2 *1) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-701 *3)))) (-3726 (*1 *2 *1) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-701 *3)))) (-2639 (*1 *2) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-4 *3 (-374)) (-5 *2 (-1193 (-971 *3))))) (-3301 (*1 *2) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-4 *3 (-374)) (-5 *2 (-1193 (-971 *3))))) (-2653 (*1 *1 *2 *1) (-12 (-5 *2 (-701 *3)) (-4 *1 (-429 *3)) (-4 *3 (-174)))))
+(-13 (-378 |t#1|) (-296 (-576) |t#1|) (-10 -8 (-15 -1726 ((-1288 $))) (-15 -3219 ((-1288 |t#1|) $)) (-15 -3219 ((-701 |t#1|) (-1288 $))) (-15 -4235 ((-1288 (-701 |t#1|)))) (-15 -2189 ((-656 (-971 |t#1|)))) (-15 -3093 ($ (-1288 |t#1|))) (-15 -1554 ((-1288 |t#1|) $)) (-15 -1554 ($ (-1288 |t#1|))) (-15 -4396 (|t#1|)) (-15 -3779 (|t#1|)) (-15 -3746 ((-701 |t#1|))) (-15 -3998 ((-701 |t#1|))) (-15 -2697 ((-701 |t#1|) $)) (-15 -3726 ((-701 |t#1|) $)) (IF (|has| |t#1| (-374)) (PROGN (-15 -2639 ((-1193 (-971 |t#1|)))) (-15 -3301 ((-1193 (-971 |t#1|))))) |%noBranch|) (-15 -2653 ($ (-701 |t#1|) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-876)) . T) ((-296 (-576) |#1|) . T) ((-378 |#1|) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-732) . T) ((-756 |#1|) . T) ((-773) . T) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 60)) (-3602 (($ $) 78)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 192)) (-2116 (($ $) NIL)) (-2898 (((-112) $) 48)) (-4352 ((|#1| $) 16)) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL (|has| |#1| (-1242)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-1242)))) (-3638 (($ |#1| (-576)) 42)) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) 149)) (-2318 (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) 74)) (-2413 (((-3 $ "failed") $) 165)) (-3878 (((-3 (-419 (-576)) "failed") $) 85 (|has| |#1| (-557)))) (-1358 (((-112) $) 81 (|has| |#1| (-557)))) (-2951 (((-419 (-576)) $) 92 (|has| |#1| (-557)))) (-1837 (($ |#1| (-576)) 44)) (-3742 (((-112) $) 212 (|has| |#1| (-1242)))) (-3315 (((-112) $) 62)) (-1940 (((-783) $) 51)) (-1610 (((-3 "nil" "sqfr" "irred" "prime") $ (-576)) 176)) (-4177 ((|#1| $ (-576)) 175)) (-3592 (((-576) $ (-576)) 174)) (-3178 (($ |#1| (-576)) 41)) (-2423 (($ (-1 |#1| |#1|) $) 184)) (-2749 (($ |#1| (-656 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-576))))) 79)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-4185 (((-1179) $) NIL)) (-3231 (($ |#1| (-576)) 43)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-464)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) 193 (|has| |#1| (-464)))) (-2585 (($ |#1| (-576) (-3 "nil" "sqfr" "irred" "prime")) 40)) (-4155 (((-656 (-2 (|:| -1452 |#1|) (|:| -3744 (-576)))) $) 73)) (-4150 (((-656 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-576)))) $) 12)) (-1452 (((-430 $) $) NIL (|has| |#1| (-1242)))) (-1943 (((-3 $ "failed") $ $) 177)) (-3744 (((-576) $) 168)) (-3567 ((|#1| $) 75)) (-2143 (($ $ (-656 |#1|) (-656 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) 101 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1197)) (-656 |#1|)) 107 (|has| |#1| (-526 (-1197) |#1|))) (($ $ (-1197) |#1|) NIL (|has| |#1| (-526 (-1197) |#1|))) (($ $ (-1197) $) NIL (|has| |#1| (-526 (-1197) $))) (($ $ (-656 (-1197)) (-656 $)) 108 (|has| |#1| (-526 (-1197) $))) (($ $ (-656 (-304 $))) 104 (|has| |#1| (-319 $))) (($ $ (-304 $)) NIL (|has| |#1| (-319 $))) (($ $ $ $) NIL (|has| |#1| (-319 $))) (($ $ (-656 $) (-656 $)) NIL (|has| |#1| (-319 $)))) (-4369 (($ $ |#1|) 93 (|has| |#1| (-296 |#1| |#1|))) (($ $ $) 94 (|has| |#1| (-296 $ $)))) (-4107 (($ $ (-1 |#1| |#1|)) 183) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237))) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197))))) (-1554 (((-548) $) 39 (|has| |#1| (-626 (-548)))) (((-390) $) 114 (|has| |#1| (-1043))) (((-227) $) 120 (|has| |#1| (-1043)))) (-4114 (((-876) $) 147) (($ (-576)) 65) (($ $) NIL) (($ |#1|) 64) (($ (-419 (-576))) NIL (|has| |#1| (-1059 (-419 (-576)))))) (-2864 (((-783)) 67 T CONST)) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-4312 (($) 53 T CONST)) (-4322 (($) 52 T CONST)) (-3157 (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237))) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197))))) (-3939 (((-112) $ $) 160)) (-4037 (($ $) 162) (($ $ $) NIL)) (-4027 (($ $ $) 181)) (** (($ $ (-940)) NIL) (($ $ (-783)) 126)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 69) (($ $ $) 68) (($ |#1| $) 70) (($ $ |#1|) NIL)))
+(((-430 |#1|) (-13 (-568) (-232 |#1|) (-38 |#1|) (-349 |#1|) (-423 |#1|) (-10 -8 (-15 -3567 (|#1| $)) (-15 -3744 ((-576) $)) (-15 -2749 ($ |#1| (-656 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-576)))))) (-15 -4150 ((-656 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-576)))) $)) (-15 -3178 ($ |#1| (-576))) (-15 -4155 ((-656 (-2 (|:| -1452 |#1|) (|:| -3744 (-576)))) $)) (-15 -3231 ($ |#1| (-576))) (-15 -3592 ((-576) $ (-576))) (-15 -4177 (|#1| $ (-576))) (-15 -1610 ((-3 "nil" "sqfr" "irred" "prime") $ (-576))) (-15 -1940 ((-783) $)) (-15 -1837 ($ |#1| (-576))) (-15 -3638 ($ |#1| (-576))) (-15 -2585 ($ |#1| (-576) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -4352 (|#1| $)) (-15 -3602 ($ $)) (-15 -2423 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-464)) (-6 (-464)) |%noBranch|) (IF (|has| |#1| (-1043)) (-6 (-1043)) |%noBranch|) (IF (|has| |#1| (-1242)) (-6 (-1242)) |%noBranch|) (IF (|has| |#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (IF (|has| |#1| (-557)) (PROGN (-15 -1358 ((-112) $)) (-15 -2951 ((-419 (-576)) $)) (-15 -3878 ((-3 (-419 (-576)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-296 $ $)) (-6 (-296 $ $)) |%noBranch|) (IF (|has| |#1| (-319 $)) (-6 (-319 $)) |%noBranch|) (IF (|has| |#1| (-526 (-1197) $)) (-6 (-526 (-1197) $)) |%noBranch|))) (-568)) (T -430))
+((-2423 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-568)) (-5 *1 (-430 *3)))) (-3567 (*1 *2 *1) (-12 (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-3744 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-430 *3)) (-4 *3 (-568)))) (-2749 (*1 *1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2) (|:| |xpnt| (-576))))) (-4 *2 (-568)) (-5 *1 (-430 *2)))) (-4150 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3) (|:| |xpnt| (-576))))) (-5 *1 (-430 *3)) (-4 *3 (-568)))) (-3178 (*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-4155 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| -1452 *3) (|:| -3744 (-576))))) (-5 *1 (-430 *3)) (-4 *3 (-568)))) (-3231 (*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-3592 (*1 *2 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-430 *3)) (-4 *3 (-568)))) (-4177 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-1610 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-430 *4)) (-4 *4 (-568)))) (-1940 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-430 *3)) (-4 *3 (-568)))) (-1837 (*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-3638 (*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-2585 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-576)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-4352 (*1 *2 *1) (-12 (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-3602 (*1 *1 *1) (-12 (-5 *1 (-430 *2)) (-4 *2 (-568)))) (-1358 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-430 *3)) (-4 *3 (-557)) (-4 *3 (-568)))) (-2951 (*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-430 *3)) (-4 *3 (-557)) (-4 *3 (-568)))) (-3878 (*1 *2 *1) (|partial| -12 (-5 *2 (-419 (-576))) (-5 *1 (-430 *3)) (-4 *3 (-557)) (-4 *3 (-568)))))
+(-13 (-568) (-232 |#1|) (-38 |#1|) (-349 |#1|) (-423 |#1|) (-10 -8 (-15 -3567 (|#1| $)) (-15 -3744 ((-576) $)) (-15 -2749 ($ |#1| (-656 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-576)))))) (-15 -4150 ((-656 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-576)))) $)) (-15 -3178 ($ |#1| (-576))) (-15 -4155 ((-656 (-2 (|:| -1452 |#1|) (|:| -3744 (-576)))) $)) (-15 -3231 ($ |#1| (-576))) (-15 -3592 ((-576) $ (-576))) (-15 -4177 (|#1| $ (-576))) (-15 -1610 ((-3 "nil" "sqfr" "irred" "prime") $ (-576))) (-15 -1940 ((-783) $)) (-15 -1837 ($ |#1| (-576))) (-15 -3638 ($ |#1| (-576))) (-15 -2585 ($ |#1| (-576) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -4352 (|#1| $)) (-15 -3602 ($ $)) (-15 -2423 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-464)) (-6 (-464)) |%noBranch|) (IF (|has| |#1| (-1043)) (-6 (-1043)) |%noBranch|) (IF (|has| |#1| (-1242)) (-6 (-1242)) |%noBranch|) (IF (|has| |#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (IF (|has| |#1| (-557)) (PROGN (-15 -1358 ((-112) $)) (-15 -2951 ((-419 (-576)) $)) (-15 -3878 ((-3 (-419 (-576)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-296 $ $)) (-6 (-296 $ $)) |%noBranch|) (IF (|has| |#1| (-319 $)) (-6 (-319 $)) |%noBranch|) (IF (|has| |#1| (-526 (-1197) $)) (-6 (-526 (-1197) $)) |%noBranch|)))
+((-1862 (((-430 |#1|) (-430 |#1|) (-1 (-430 |#1|) |#1|)) 28)) (-2213 (((-430 |#1|) (-430 |#1|) (-430 |#1|)) 17)))
+(((-431 |#1|) (-10 -7 (-15 -1862 ((-430 |#1|) (-430 |#1|) (-1 (-430 |#1|) |#1|))) (-15 -2213 ((-430 |#1|) (-430 |#1|) (-430 |#1|)))) (-568)) (T -431))
+((-2213 (*1 *2 *2 *2) (-12 (-5 *2 (-430 *3)) (-4 *3 (-568)) (-5 *1 (-431 *3)))) (-1862 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-430 *4) *4)) (-4 *4 (-568)) (-5 *2 (-430 *4)) (-5 *1 (-431 *4)))))
+(-10 -7 (-15 -1862 ((-430 |#1|) (-430 |#1|) (-1 (-430 |#1|) |#1|))) (-15 -2213 ((-430 |#1|) (-430 |#1|) (-430 |#1|))))
+((-2938 ((|#2| |#2|) 183)) (-2424 (((-3 (|:| |%expansion| (-323 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1179)) (|:| |prob| (-1179))))) |#2| (-112)) 60)))
+(((-432 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2424 ((-3 (|:| |%expansion| (-323 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1179)) (|:| |prob| (-1179))))) |#2| (-112))) (-15 -2938 (|#2| |#2|))) (-13 (-464) (-1059 (-576)) (-651 (-576))) (-13 (-27) (-1223) (-442 |#1|)) (-1197) |#2|) (T -432))
+((-2938 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-432 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1223) (-442 *3))) (-14 *4 (-1197)) (-14 *5 *2))) (-2424 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-3 (|:| |%expansion| (-323 *5 *3 *6 *7)) (|:| |%problem| (-2 (|:| |func| (-1179)) (|:| |prob| (-1179)))))) (-5 *1 (-432 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1223) (-442 *5))) (-14 *6 (-1197)) (-14 *7 *3))))
+(-10 -7 (-15 -2424 ((-3 (|:| |%expansion| (-323 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1179)) (|:| |prob| (-1179))))) |#2| (-112))) (-15 -2938 (|#2| |#2|)))
+((-2423 ((|#4| (-1 |#3| |#1|) |#2|) 11)))
+(((-433 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2423 (|#4| (-1 |#3| |#1|) |#2|))) (-1070) (-442 |#1|) (-1070) (-442 |#3|)) (T -433))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1070)) (-4 *6 (-1070)) (-4 *2 (-442 *6)) (-5 *1 (-433 *5 *4 *6 *2)) (-4 *4 (-442 *5)))))
+(-10 -7 (-15 -2423 (|#4| (-1 |#3| |#1|) |#2|)))
+((-2938 ((|#2| |#2|) 106)) (-2931 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1179)) (|:| |prob| (-1179))))) |#2| (-112) (-1179)) 52)) (-2694 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1179)) (|:| |prob| (-1179))))) |#2| (-112) (-1179)) 170)))
+(((-434 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2931 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1179)) (|:| |prob| (-1179))))) |#2| (-112) (-1179))) (-15 -2694 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1179)) (|:| |prob| (-1179))))) |#2| (-112) (-1179))) (-15 -2938 (|#2| |#2|))) (-13 (-464) (-1059 (-576)) (-651 (-576))) (-13 (-27) (-1223) (-442 |#1|) (-10 -8 (-15 -4114 ($ |#3|)))) (-860) (-13 (-1266 |#2| |#3|) (-374) (-1223) (-10 -8 (-15 -4107 ($ $)) (-15 -1488 ($ $)))) (-1004 |#4|) (-1197)) (T -434))
+((-2938 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-4 *2 (-13 (-27) (-1223) (-442 *3) (-10 -8 (-15 -4114 ($ *4))))) (-4 *4 (-860)) (-4 *5 (-13 (-1266 *2 *4) (-374) (-1223) (-10 -8 (-15 -4107 ($ $)) (-15 -1488 ($ $))))) (-5 *1 (-434 *3 *2 *4 *5 *6 *7)) (-4 *6 (-1004 *5)) (-14 *7 (-1197)))) (-2694 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-112)) (-4 *6 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-4 *3 (-13 (-27) (-1223) (-442 *6) (-10 -8 (-15 -4114 ($ *7))))) (-4 *7 (-860)) (-4 *8 (-13 (-1266 *3 *7) (-374) (-1223) (-10 -8 (-15 -4107 ($ $)) (-15 -1488 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1179)) (|:| |prob| (-1179)))))) (-5 *1 (-434 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1179)) (-4 *9 (-1004 *8)) (-14 *10 (-1197)))) (-2931 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-112)) (-4 *6 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-4 *3 (-13 (-27) (-1223) (-442 *6) (-10 -8 (-15 -4114 ($ *7))))) (-4 *7 (-860)) (-4 *8 (-13 (-1266 *3 *7) (-374) (-1223) (-10 -8 (-15 -4107 ($ $)) (-15 -1488 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1179)) (|:| |prob| (-1179)))))) (-5 *1 (-434 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1179)) (-4 *9 (-1004 *8)) (-14 *10 (-1197)))))
+(-10 -7 (-15 -2931 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1179)) (|:| |prob| (-1179))))) |#2| (-112) (-1179))) (-15 -2694 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1179)) (|:| |prob| (-1179))))) |#2| (-112) (-1179))) (-15 -2938 (|#2| |#2|)))
+((-3958 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 22)) (-2722 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 20)) (-2423 ((|#4| (-1 |#3| |#1|) |#2|) 17)))
+(((-435 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2423 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -2722 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3958 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1121) (-437 |#1|) (-1121) (-437 |#3|)) (T -435))
+((-3958 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1121)) (-4 *5 (-1121)) (-4 *2 (-437 *5)) (-5 *1 (-435 *6 *4 *5 *2)) (-4 *4 (-437 *6)))) (-2722 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1121)) (-4 *2 (-1121)) (-5 *1 (-435 *5 *4 *2 *6)) (-4 *4 (-437 *5)) (-4 *6 (-437 *2)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *2 (-437 *6)) (-5 *1 (-435 *5 *4 *6 *2)) (-4 *4 (-437 *5)))))
+(-10 -7 (-15 -2423 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -2722 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3958 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
+((-2368 (($) 51)) (-4025 (($ |#2| $) NIL) (($ $ |#2|) NIL) (($ $ $) 47)) (-2211 (($ $ $) 46)) (-3149 (((-112) $ $) 35)) (-2200 (((-783)) 55)) (-3703 (($ (-656 |#2|)) 23) (($) NIL)) (-4370 (($) 66)) (-2132 (((-112) $ $) 15)) (-2905 ((|#2| $) 77)) (-2163 ((|#2| $) 75)) (-2106 (((-940) $) 70)) (-2157 (($ $ $) 42)) (-2409 (($ (-940)) 60)) (-3206 (($ $ |#2|) NIL) (($ $ $) 45)) (-3131 (((-783) (-1 (-112) |#2|) $) NIL) (((-783) |#2| $) 31)) (-4125 (($ (-656 |#2|)) 27)) (-3300 (($ $) 53)) (-4114 (((-876) $) 40)) (-3824 (((-783) $) 24)) (-1515 (($ (-656 |#2|)) 22) (($) NIL)) (-3939 (((-112) $ $) 19)))
+(((-436 |#1| |#2|) (-10 -8 (-15 -2200 ((-783))) (-15 -2409 (|#1| (-940))) (-15 -2106 ((-940) |#1|)) (-15 -4370 (|#1|)) (-15 -2905 (|#2| |#1|)) (-15 -2163 (|#2| |#1|)) (-15 -2368 (|#1|)) (-15 -3300 (|#1| |#1|)) (-15 -3824 ((-783) |#1|)) (-15 -3939 ((-112) |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -2132 ((-112) |#1| |#1|)) (-15 -1515 (|#1|)) (-15 -1515 (|#1| (-656 |#2|))) (-15 -3703 (|#1|)) (-15 -3703 (|#1| (-656 |#2|))) (-15 -2157 (|#1| |#1| |#1|)) (-15 -3206 (|#1| |#1| |#1|)) (-15 -3206 (|#1| |#1| |#2|)) (-15 -2211 (|#1| |#1| |#1|)) (-15 -3149 ((-112) |#1| |#1|)) (-15 -4025 (|#1| |#1| |#1|)) (-15 -4025 (|#1| |#1| |#2|)) (-15 -4025 (|#1| |#2| |#1|)) (-15 -4125 (|#1| (-656 |#2|))) (-15 -3131 ((-783) |#2| |#1|)) (-15 -3131 ((-783) (-1 (-112) |#2|) |#1|))) (-437 |#2|) (-1121)) (T -436))
+((-2200 (*1 *2) (-12 (-4 *4 (-1121)) (-5 *2 (-783)) (-5 *1 (-436 *3 *4)) (-4 *3 (-437 *4)))))
+(-10 -8 (-15 -2200 ((-783))) (-15 -2409 (|#1| (-940))) (-15 -2106 ((-940) |#1|)) (-15 -4370 (|#1|)) (-15 -2905 (|#2| |#1|)) (-15 -2163 (|#2| |#1|)) (-15 -2368 (|#1|)) (-15 -3300 (|#1| |#1|)) (-15 -3824 ((-783) |#1|)) (-15 -3939 ((-112) |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -2132 ((-112) |#1| |#1|)) (-15 -1515 (|#1|)) (-15 -1515 (|#1| (-656 |#2|))) (-15 -3703 (|#1|)) (-15 -3703 (|#1| (-656 |#2|))) (-15 -2157 (|#1| |#1| |#1|)) (-15 -3206 (|#1| |#1| |#1|)) (-15 -3206 (|#1| |#1| |#2|)) (-15 -2211 (|#1| |#1| |#1|)) (-15 -3149 ((-112) |#1| |#1|)) (-15 -4025 (|#1| |#1| |#1|)) (-15 -4025 (|#1| |#1| |#2|)) (-15 -4025 (|#1| |#2| |#1|)) (-15 -4125 (|#1| (-656 |#2|))) (-15 -3131 ((-783) |#2| |#1|)) (-15 -3131 ((-783) (-1 (-112) |#2|) |#1|)))
+((-1955 (((-112) $ $) 20)) (-2368 (($) 68 (|has| |#1| (-379)))) (-4025 (($ |#1| $) 83) (($ $ |#1|) 82) (($ $ $) 81)) (-2211 (($ $ $) 79)) (-3149 (((-112) $ $) 80)) (-1951 (((-112) $ (-783)) 8)) (-2200 (((-783)) 62 (|has| |#1| (-379)))) (-3703 (($ (-656 |#1|)) 75) (($) 74)) (-2250 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4464)))) (-3853 (($) 7 T CONST)) (-2741 (($ $) 59 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1678 (($ |#1| $) 48 (|has| $ (-6 -4464))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4464)))) (-2824 (($ |#1| $) 58 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4464)))) (-4370 (($) 65 (|has| |#1| (-379)))) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-2132 (((-112) $ $) 71)) (-4157 (((-112) $ (-783)) 9)) (-2905 ((|#1| $) 66 (|has| |#1| (-862)))) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2163 ((|#1| $) 67 (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-2106 (((-940) $) 64 (|has| |#1| (-379)))) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22)) (-2157 (($ $ $) 76)) (-4306 ((|#1| $) 40)) (-3846 (($ |#1| $) 41)) (-2409 (($ (-940)) 63 (|has| |#1| (-379)))) (-3117 (((-1141) $) 21)) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-1470 ((|#1| $) 42)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-3206 (($ $ |#1|) 78) (($ $ $) 77)) (-1455 (($) 50) (($ (-656 |#1|)) 49)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-1554 (((-548) $) 60 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 51)) (-3300 (($ $) 69 (|has| |#1| (-379)))) (-4114 (((-876) $) 18)) (-3824 (((-783) $) 70)) (-1515 (($ (-656 |#1|)) 73) (($) 72)) (-3000 (((-112) $ $) 23)) (-3356 (($ (-656 |#1|)) 43)) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19)) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-437 |#1|) (-141) (-1121)) (T -437))
+((-3824 (*1 *2 *1) (-12 (-4 *1 (-437 *3)) (-4 *3 (-1121)) (-5 *2 (-783)))) (-3300 (*1 *1 *1) (-12 (-4 *1 (-437 *2)) (-4 *2 (-1121)) (-4 *2 (-379)))) (-2368 (*1 *1) (-12 (-4 *1 (-437 *2)) (-4 *2 (-379)) (-4 *2 (-1121)))) (-2163 (*1 *2 *1) (-12 (-4 *1 (-437 *2)) (-4 *2 (-1121)) (-4 *2 (-862)))) (-2905 (*1 *2 *1) (-12 (-4 *1 (-437 *2)) (-4 *2 (-1121)) (-4 *2 (-862)))))
+(-13 (-231 |t#1|) (-1119 |t#1|) (-10 -8 (-6 -4464) (-15 -3824 ((-783) $)) (IF (|has| |t#1| (-379)) (PROGN (-6 (-379)) (-15 -3300 ($ $)) (-15 -2368 ($))) |%noBranch|) (IF (|has| |t#1| (-862)) (PROGN (-15 -2163 (|t#1| $)) (-15 -2905 (|t#1| $))) |%noBranch|)))
+(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-625 (-876)) . T) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-231 |#1|) . T) ((-240 |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-379) |has| |#1| (-379)) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1119 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-1507 (((-598 |#2|) |#2| (-1197)) 36)) (-4139 (((-598 |#2|) |#2| (-1197)) 21)) (-3869 ((|#2| |#2| (-1197)) 26)))
+(((-438 |#1| |#2|) (-10 -7 (-15 -4139 ((-598 |#2|) |#2| (-1197))) (-15 -1507 ((-598 |#2|) |#2| (-1197))) (-15 -3869 (|#2| |#2| (-1197)))) (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))) (-13 (-1223) (-29 |#1|))) (T -438))
+((-3869 (*1 *2 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-438 *4 *2)) (-4 *2 (-13 (-1223) (-29 *4))))) (-1507 (*1 *2 *3 *4) (-12 (-5 *4 (-1197)) (-4 *5 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-598 *3)) (-5 *1 (-438 *5 *3)) (-4 *3 (-13 (-1223) (-29 *5))))) (-4139 (*1 *2 *3 *4) (-12 (-5 *4 (-1197)) (-4 *5 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-598 *3)) (-5 *1 (-438 *5 *3)) (-4 *3 (-13 (-1223) (-29 *5))))))
+(-10 -7 (-15 -4139 ((-598 |#2|) |#2| (-1197))) (-15 -1507 ((-598 |#2|) |#2| (-1197))) (-15 -3869 (|#2| |#2| (-1197))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2413 (((-3 $ "failed") $) NIL)) (-3315 (((-112) $) NIL)) (-2241 (($ |#2| |#1|) 37)) (-2238 (($ |#2| |#1|) 35)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-341 |#2|)) 25)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 10 T CONST)) (-4322 (($) 16 T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) 36)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 39) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-439 |#1| |#2|) (-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4451)) (IF (|has| |#1| (-6 -4451)) (-6 -4451) |%noBranch|) |%noBranch|) (-15 -4114 ($ |#1|)) (-15 -4114 ($ (-341 |#2|))) (-15 -2241 ($ |#2| |#1|)) (-15 -2238 ($ |#2| |#1|)))) (-13 (-174) (-38 (-419 (-576)))) (-13 (-862) (-21))) (T -439))
+((-4114 (*1 *1 *2) (-12 (-5 *1 (-439 *2 *3)) (-4 *2 (-13 (-174) (-38 (-419 (-576))))) (-4 *3 (-13 (-862) (-21))))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-341 *4)) (-4 *4 (-13 (-862) (-21))) (-5 *1 (-439 *3 *4)) (-4 *3 (-13 (-174) (-38 (-419 (-576))))))) (-2241 (*1 *1 *2 *3) (-12 (-5 *1 (-439 *3 *2)) (-4 *3 (-13 (-174) (-38 (-419 (-576))))) (-4 *2 (-13 (-862) (-21))))) (-2238 (*1 *1 *2 *3) (-12 (-5 *1 (-439 *3 *2)) (-4 *3 (-13 (-174) (-38 (-419 (-576))))) (-4 *2 (-13 (-862) (-21))))))
+(-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4451)) (IF (|has| |#1| (-6 -4451)) (-6 -4451) |%noBranch|) |%noBranch|) (-15 -4114 ($ |#1|)) (-15 -4114 ($ (-341 |#2|))) (-15 -2241 ($ |#2| |#1|)) (-15 -2238 ($ |#2| |#1|))))
+((-1488 (((-3 |#2| (-656 |#2|)) |#2| (-1197)) 115)))
+(((-440 |#1| |#2|) (-10 -7 (-15 -1488 ((-3 |#2| (-656 |#2|)) |#2| (-1197)))) (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))) (-13 (-1223) (-978) (-29 |#1|))) (T -440))
+((-1488 (*1 *2 *3 *4) (-12 (-5 *4 (-1197)) (-4 *5 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-3 *3 (-656 *3))) (-5 *1 (-440 *5 *3)) (-4 *3 (-13 (-1223) (-978) (-29 *5))))))
+(-10 -7 (-15 -1488 ((-3 |#2| (-656 |#2|)) |#2| (-1197))))
+((-1583 (((-656 (-1197)) $) 81)) (-1420 (((-419 (-1193 $)) $ (-624 $)) 313)) (-1793 (($ $ (-304 $)) NIL) (($ $ (-656 (-304 $))) NIL) (($ $ (-656 (-624 $)) (-656 $)) 277)) (-2981 (((-3 (-624 $) "failed") $) NIL) (((-3 (-1197) "failed") $) 84) (((-3 (-576) "failed") $) NIL) (((-3 |#2| "failed") $) 273) (((-3 (-419 (-971 |#2|)) "failed") $) 363) (((-3 (-971 |#2|) "failed") $) 275) (((-3 (-419 (-576)) "failed") $) NIL)) (-2318 (((-624 $) $) NIL) (((-1197) $) 28) (((-576) $) NIL) ((|#2| $) 271) (((-419 (-971 |#2|)) $) 345) (((-971 |#2|) $) 272) (((-419 (-576)) $) NIL)) (-1401 (((-115) (-115)) 47)) (-2364 (($ $) 99)) (-1541 (((-3 (-624 $) "failed") $) 268)) (-1388 (((-656 (-624 $)) $) 269)) (-4383 (((-3 (-656 $) "failed") $) 287)) (-1788 (((-3 (-2 (|:| |val| $) (|:| -3744 (-576))) "failed") $) 294)) (-2453 (((-3 (-656 $) "failed") $) 285)) (-2819 (((-3 (-2 (|:| -2862 (-576)) (|:| |var| (-624 $))) "failed") $) 304)) (-2344 (((-3 (-2 (|:| |var| (-624 $)) (|:| -3744 (-576))) "failed") $) 291) (((-3 (-2 (|:| |var| (-624 $)) (|:| -3744 (-576))) "failed") $ (-115)) 255) (((-3 (-2 (|:| |var| (-624 $)) (|:| -3744 (-576))) "failed") $ (-1197)) 257)) (-1677 (((-112) $) 17)) (-1684 ((|#2| $) 19)) (-2143 (($ $ (-624 $) $) NIL) (($ $ (-656 (-624 $)) (-656 $)) 276) (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-656 (-1197)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-1197)) (-656 (-1 $ (-656 $)))) 109) (($ $ (-1197) (-1 $ (-656 $))) NIL) (($ $ (-1197) (-1 $ $)) NIL) (($ $ (-656 (-115)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-115) (-1 $ (-656 $))) NIL) (($ $ (-115) (-1 $ $)) NIL) (($ $ (-1197)) 62) (($ $ (-656 (-1197))) 280) (($ $) 281) (($ $ (-115) $ (-1197)) 65) (($ $ (-656 (-115)) (-656 $) (-1197)) 72) (($ $ (-656 (-1197)) (-656 (-783)) (-656 (-1 $ $))) 120) (($ $ (-656 (-1197)) (-656 (-783)) (-656 (-1 $ (-656 $)))) 282) (($ $ (-1197) (-783) (-1 $ (-656 $))) 105) (($ $ (-1197) (-783) (-1 $ $)) 104)) (-4369 (($ (-115) $) NIL) (($ (-115) $ $) NIL) (($ (-115) $ $ $) NIL) (($ (-115) $ $ $ $) NIL) (($ (-115) (-656 $)) 119)) (-4107 (($ $ (-1197)) 278) (($ $ (-656 (-1197))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL)) (-3908 (($ $) 324)) (-1554 (((-907 (-576)) $) 297) (((-907 (-390)) $) 301) (($ (-430 $)) 359) (((-548) $) NIL)) (-4114 (((-876) $) 279) (($ (-624 $)) 93) (($ (-1197)) 24) (($ |#2|) NIL) (($ (-1146 |#2| (-624 $))) NIL) (($ (-419 |#2|)) 329) (($ (-971 (-419 |#2|))) 368) (($ (-419 (-971 (-419 |#2|)))) 341) (($ (-419 (-971 |#2|))) 335) (($ $) NIL) (($ (-971 |#2|)) 216) (($ (-576)) NIL) (($ (-419 (-576))) 373)) (-2864 (((-783)) 88)) (-4020 (((-112) (-115)) 42)) (-3701 (($ (-1197) $) 31) (($ (-1197) $ $) 32) (($ (-1197) $ $ $) 33) (($ (-1197) $ $ $ $) 34) (($ (-1197) (-656 $)) 39)) (* (($ (-419 (-576)) $) NIL) (($ $ (-419 (-576))) NIL) (($ $ |#2|) NIL) (($ |#2| $) 306) (($ $ $) NIL) (($ (-576) $) NIL) (($ (-783) $) NIL) (($ (-940) $) NIL)))
+(((-441 |#1| |#2|) (-10 -8 (-15 * (|#1| (-940) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -4114 (|#1| (-576))) (-15 -2864 ((-783))) (-15 * (|#1| |#2| |#1|)) (-15 -1554 ((-548) |#1|)) (-15 -4114 (|#1| (-971 |#2|))) (-15 -2981 ((-3 (-971 |#2|) "failed") |#1|)) (-15 -2318 ((-971 |#2|) |#1|)) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197))) (-15 * (|#1| |#1| |#2|)) (-15 -4114 (|#1| |#1|)) (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 -4114 (|#1| (-419 (-971 |#2|)))) (-15 -2981 ((-3 (-419 (-971 |#2|)) "failed") |#1|)) (-15 -2318 ((-419 (-971 |#2|)) |#1|)) (-15 -1420 ((-419 (-1193 |#1|)) |#1| (-624 |#1|))) (-15 -4114 (|#1| (-419 (-971 (-419 |#2|))))) (-15 -4114 (|#1| (-971 (-419 |#2|)))) (-15 -4114 (|#1| (-419 |#2|))) (-15 -3908 (|#1| |#1|)) (-15 -1554 (|#1| (-430 |#1|))) (-15 -2143 (|#1| |#1| (-1197) (-783) (-1 |#1| |#1|))) (-15 -2143 (|#1| |#1| (-1197) (-783) (-1 |#1| (-656 |#1|)))) (-15 -2143 (|#1| |#1| (-656 (-1197)) (-656 (-783)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -2143 (|#1| |#1| (-656 (-1197)) (-656 (-783)) (-656 (-1 |#1| |#1|)))) (-15 -1788 ((-3 (-2 (|:| |val| |#1|) (|:| -3744 (-576))) "failed") |#1|)) (-15 -2344 ((-3 (-2 (|:| |var| (-624 |#1|)) (|:| -3744 (-576))) "failed") |#1| (-1197))) (-15 -2344 ((-3 (-2 (|:| |var| (-624 |#1|)) (|:| -3744 (-576))) "failed") |#1| (-115))) (-15 -2364 (|#1| |#1|)) (-15 -4114 (|#1| (-1146 |#2| (-624 |#1|)))) (-15 -2819 ((-3 (-2 (|:| -2862 (-576)) (|:| |var| (-624 |#1|))) "failed") |#1|)) (-15 -2453 ((-3 (-656 |#1|) "failed") |#1|)) (-15 -2344 ((-3 (-2 (|:| |var| (-624 |#1|)) (|:| -3744 (-576))) "failed") |#1|)) (-15 -4383 ((-3 (-656 |#1|) "failed") |#1|)) (-15 -2143 (|#1| |#1| (-656 (-115)) (-656 |#1|) (-1197))) (-15 -2143 (|#1| |#1| (-115) |#1| (-1197))) (-15 -2143 (|#1| |#1|)) (-15 -2143 (|#1| |#1| (-656 (-1197)))) (-15 -2143 (|#1| |#1| (-1197))) (-15 -3701 (|#1| (-1197) (-656 |#1|))) (-15 -3701 (|#1| (-1197) |#1| |#1| |#1| |#1|)) (-15 -3701 (|#1| (-1197) |#1| |#1| |#1|)) (-15 -3701 (|#1| (-1197) |#1| |#1|)) (-15 -3701 (|#1| (-1197) |#1|)) (-15 -1583 ((-656 (-1197)) |#1|)) (-15 -1684 (|#2| |#1|)) (-15 -1677 ((-112) |#1|)) (-15 -4114 (|#1| |#2|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -1554 ((-907 (-390)) |#1|)) (-15 -1554 ((-907 (-576)) |#1|)) (-15 -4114 (|#1| (-1197))) (-15 -2981 ((-3 (-1197) "failed") |#1|)) (-15 -2318 ((-1197) |#1|)) (-15 -2143 (|#1| |#1| (-115) (-1 |#1| |#1|))) (-15 -2143 (|#1| |#1| (-115) (-1 |#1| (-656 |#1|)))) (-15 -2143 (|#1| |#1| (-656 (-115)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -2143 (|#1| |#1| (-656 (-115)) (-656 (-1 |#1| |#1|)))) (-15 -2143 (|#1| |#1| (-1197) (-1 |#1| |#1|))) (-15 -2143 (|#1| |#1| (-1197) (-1 |#1| (-656 |#1|)))) (-15 -2143 (|#1| |#1| (-656 (-1197)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -2143 (|#1| |#1| (-656 (-1197)) (-656 (-1 |#1| |#1|)))) (-15 -4020 ((-112) (-115))) (-15 -1401 ((-115) (-115))) (-15 -1388 ((-656 (-624 |#1|)) |#1|)) (-15 -1541 ((-3 (-624 |#1|) "failed") |#1|)) (-15 -1793 (|#1| |#1| (-656 (-624 |#1|)) (-656 |#1|))) (-15 -1793 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -1793 (|#1| |#1| (-304 |#1|))) (-15 -4369 (|#1| (-115) (-656 |#1|))) (-15 -4369 (|#1| (-115) |#1| |#1| |#1| |#1|)) (-15 -4369 (|#1| (-115) |#1| |#1| |#1|)) (-15 -4369 (|#1| (-115) |#1| |#1|)) (-15 -4369 (|#1| (-115) |#1|)) (-15 -2143 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -2143 (|#1| |#1| |#1| |#1|)) (-15 -2143 (|#1| |#1| (-304 |#1|))) (-15 -2143 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -2143 (|#1| |#1| (-656 (-624 |#1|)) (-656 |#1|))) (-15 -2143 (|#1| |#1| (-624 |#1|) |#1|)) (-15 -4114 (|#1| (-624 |#1|))) (-15 -2981 ((-3 (-624 |#1|) "failed") |#1|)) (-15 -2318 ((-624 |#1|) |#1|)) (-15 -4114 ((-876) |#1|))) (-442 |#2|) (-1121)) (T -441))
+((-1401 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *4 (-1121)) (-5 *1 (-441 *3 *4)) (-4 *3 (-442 *4)))) (-4020 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *5 (-1121)) (-5 *2 (-112)) (-5 *1 (-441 *4 *5)) (-4 *4 (-442 *5)))) (-2864 (*1 *2) (-12 (-4 *4 (-1121)) (-5 *2 (-783)) (-5 *1 (-441 *3 *4)) (-4 *3 (-442 *4)))))
+(-10 -8 (-15 * (|#1| (-940) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -4114 (|#1| (-576))) (-15 -2864 ((-783))) (-15 * (|#1| |#2| |#1|)) (-15 -1554 ((-548) |#1|)) (-15 -4114 (|#1| (-971 |#2|))) (-15 -2981 ((-3 (-971 |#2|) "failed") |#1|)) (-15 -2318 ((-971 |#2|) |#1|)) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197))) (-15 * (|#1| |#1| |#2|)) (-15 -4114 (|#1| |#1|)) (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 -4114 (|#1| (-419 (-971 |#2|)))) (-15 -2981 ((-3 (-419 (-971 |#2|)) "failed") |#1|)) (-15 -2318 ((-419 (-971 |#2|)) |#1|)) (-15 -1420 ((-419 (-1193 |#1|)) |#1| (-624 |#1|))) (-15 -4114 (|#1| (-419 (-971 (-419 |#2|))))) (-15 -4114 (|#1| (-971 (-419 |#2|)))) (-15 -4114 (|#1| (-419 |#2|))) (-15 -3908 (|#1| |#1|)) (-15 -1554 (|#1| (-430 |#1|))) (-15 -2143 (|#1| |#1| (-1197) (-783) (-1 |#1| |#1|))) (-15 -2143 (|#1| |#1| (-1197) (-783) (-1 |#1| (-656 |#1|)))) (-15 -2143 (|#1| |#1| (-656 (-1197)) (-656 (-783)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -2143 (|#1| |#1| (-656 (-1197)) (-656 (-783)) (-656 (-1 |#1| |#1|)))) (-15 -1788 ((-3 (-2 (|:| |val| |#1|) (|:| -3744 (-576))) "failed") |#1|)) (-15 -2344 ((-3 (-2 (|:| |var| (-624 |#1|)) (|:| -3744 (-576))) "failed") |#1| (-1197))) (-15 -2344 ((-3 (-2 (|:| |var| (-624 |#1|)) (|:| -3744 (-576))) "failed") |#1| (-115))) (-15 -2364 (|#1| |#1|)) (-15 -4114 (|#1| (-1146 |#2| (-624 |#1|)))) (-15 -2819 ((-3 (-2 (|:| -2862 (-576)) (|:| |var| (-624 |#1|))) "failed") |#1|)) (-15 -2453 ((-3 (-656 |#1|) "failed") |#1|)) (-15 -2344 ((-3 (-2 (|:| |var| (-624 |#1|)) (|:| -3744 (-576))) "failed") |#1|)) (-15 -4383 ((-3 (-656 |#1|) "failed") |#1|)) (-15 -2143 (|#1| |#1| (-656 (-115)) (-656 |#1|) (-1197))) (-15 -2143 (|#1| |#1| (-115) |#1| (-1197))) (-15 -2143 (|#1| |#1|)) (-15 -2143 (|#1| |#1| (-656 (-1197)))) (-15 -2143 (|#1| |#1| (-1197))) (-15 -3701 (|#1| (-1197) (-656 |#1|))) (-15 -3701 (|#1| (-1197) |#1| |#1| |#1| |#1|)) (-15 -3701 (|#1| (-1197) |#1| |#1| |#1|)) (-15 -3701 (|#1| (-1197) |#1| |#1|)) (-15 -3701 (|#1| (-1197) |#1|)) (-15 -1583 ((-656 (-1197)) |#1|)) (-15 -1684 (|#2| |#1|)) (-15 -1677 ((-112) |#1|)) (-15 -4114 (|#1| |#2|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -1554 ((-907 (-390)) |#1|)) (-15 -1554 ((-907 (-576)) |#1|)) (-15 -4114 (|#1| (-1197))) (-15 -2981 ((-3 (-1197) "failed") |#1|)) (-15 -2318 ((-1197) |#1|)) (-15 -2143 (|#1| |#1| (-115) (-1 |#1| |#1|))) (-15 -2143 (|#1| |#1| (-115) (-1 |#1| (-656 |#1|)))) (-15 -2143 (|#1| |#1| (-656 (-115)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -2143 (|#1| |#1| (-656 (-115)) (-656 (-1 |#1| |#1|)))) (-15 -2143 (|#1| |#1| (-1197) (-1 |#1| |#1|))) (-15 -2143 (|#1| |#1| (-1197) (-1 |#1| (-656 |#1|)))) (-15 -2143 (|#1| |#1| (-656 (-1197)) (-656 (-1 |#1| (-656 |#1|))))) (-15 -2143 (|#1| |#1| (-656 (-1197)) (-656 (-1 |#1| |#1|)))) (-15 -4020 ((-112) (-115))) (-15 -1401 ((-115) (-115))) (-15 -1388 ((-656 (-624 |#1|)) |#1|)) (-15 -1541 ((-3 (-624 |#1|) "failed") |#1|)) (-15 -1793 (|#1| |#1| (-656 (-624 |#1|)) (-656 |#1|))) (-15 -1793 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -1793 (|#1| |#1| (-304 |#1|))) (-15 -4369 (|#1| (-115) (-656 |#1|))) (-15 -4369 (|#1| (-115) |#1| |#1| |#1| |#1|)) (-15 -4369 (|#1| (-115) |#1| |#1| |#1|)) (-15 -4369 (|#1| (-115) |#1| |#1|)) (-15 -4369 (|#1| (-115) |#1|)) (-15 -2143 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -2143 (|#1| |#1| |#1| |#1|)) (-15 -2143 (|#1| |#1| (-304 |#1|))) (-15 -2143 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -2143 (|#1| |#1| (-656 (-624 |#1|)) (-656 |#1|))) (-15 -2143 (|#1| |#1| (-624 |#1|) |#1|)) (-15 -4114 (|#1| (-624 |#1|))) (-15 -2981 ((-3 (-624 |#1|) "failed") |#1|)) (-15 -2318 ((-624 |#1|) |#1|)) (-15 -4114 ((-876) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 117 (|has| |#1| (-25)))) (-1583 (((-656 (-1197)) $) 208)) (-1420 (((-419 (-1193 $)) $ (-624 $)) 176 (|has| |#1| (-568)))) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 148 (|has| |#1| (-568)))) (-2116 (($ $) 149 (|has| |#1| (-568)))) (-2898 (((-112) $) 151 (|has| |#1| (-568)))) (-4442 (((-656 (-624 $)) $) 39)) (-2583 (((-3 $ "failed") $ $) 119 (|has| |#1| (-21)))) (-1793 (($ $ (-304 $)) 51) (($ $ (-656 (-304 $))) 50) (($ $ (-656 (-624 $)) (-656 $)) 49)) (-4068 (($ $) 168 (|has| |#1| (-568)))) (-2068 (((-430 $) $) 169 (|has| |#1| (-568)))) (-4064 (((-112) $ $) 159 (|has| |#1| (-568)))) (-3853 (($) 105 (-3795 (|has| |#1| (-1133)) (|has| |#1| (-25))) CONST)) (-2981 (((-3 (-624 $) "failed") $) 64) (((-3 (-1197) "failed") $) 221) (((-3 (-576) "failed") $) 215 (|has| |#1| (-1059 (-576)))) (((-3 |#1| "failed") $) 212) (((-3 (-419 (-971 |#1|)) "failed") $) 174 (|has| |#1| (-568))) (((-3 (-971 |#1|) "failed") $) 124 (|has| |#1| (-1070))) (((-3 (-419 (-576)) "failed") $) 99 (-3795 (-12 (|has| |#1| (-1059 (-576))) (|has| |#1| (-568))) (|has| |#1| (-1059 (-419 (-576))))))) (-2318 (((-624 $) $) 65) (((-1197) $) 222) (((-576) $) 214 (|has| |#1| (-1059 (-576)))) ((|#1| $) 213) (((-419 (-971 |#1|)) $) 175 (|has| |#1| (-568))) (((-971 |#1|) $) 125 (|has| |#1| (-1070))) (((-419 (-576)) $) 100 (-3795 (-12 (|has| |#1| (-1059 (-576))) (|has| |#1| (-568))) (|has| |#1| (-1059 (-419 (-576))))))) (-1892 (($ $ $) 163 (|has| |#1| (-568)))) (-2255 (((-701 (-576)) (-701 $)) 141 (-2311 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 140 (-2311 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) 139 (|has| |#1| (-1070))) (((-701 |#1|) (-701 $)) 138 (|has| |#1| (-1070)))) (-2413 (((-3 $ "failed") $) 107 (|has| |#1| (-1133)))) (-1905 (($ $ $) 162 (|has| |#1| (-568)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 157 (|has| |#1| (-568)))) (-3742 (((-112) $) 170 (|has| |#1| (-568)))) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) 217 (|has| |#1| (-901 (-576)))) (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 216 (|has| |#1| (-901 (-390))))) (-4087 (($ $) 46) (($ (-656 $)) 45)) (-2216 (((-656 (-115)) $) 38)) (-1401 (((-115) (-115)) 37)) (-3315 (((-112) $) 106 (|has| |#1| (-1133)))) (-2231 (((-112) $) 17 (|has| $ (-1059 (-576))))) (-2364 (($ $) 191 (|has| |#1| (-1070)))) (-2687 (((-1146 |#1| (-624 $)) $) 192 (|has| |#1| (-1070)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 166 (|has| |#1| (-568)))) (-1650 (((-1193 $) (-624 $)) 20 (|has| $ (-1070)))) (-2423 (($ (-1 $ $) (-624 $)) 31)) (-1541 (((-3 (-624 $) "failed") $) 41)) (-3015 (((-701 (-576)) (-1288 $)) 143 (-2311 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) 142 (-2311 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) 137 (|has| |#1| (-1070))) (((-701 |#1|) (-1288 $)) 136 (|has| |#1| (-1070)))) (-3078 (($ (-656 $)) 155 (|has| |#1| (-568))) (($ $ $) 154 (|has| |#1| (-568)))) (-4185 (((-1179) $) 10)) (-1388 (((-656 (-624 $)) $) 40)) (-2772 (($ (-115) $) 33) (($ (-115) (-656 $)) 32)) (-4383 (((-3 (-656 $) "failed") $) 197 (|has| |#1| (-1133)))) (-1788 (((-3 (-2 (|:| |val| $) (|:| -3744 (-576))) "failed") $) 188 (|has| |#1| (-1070)))) (-2453 (((-3 (-656 $) "failed") $) 195 (|has| |#1| (-25)))) (-2819 (((-3 (-2 (|:| -2862 (-576)) (|:| |var| (-624 $))) "failed") $) 194 (|has| |#1| (-25)))) (-2344 (((-3 (-2 (|:| |var| (-624 $)) (|:| -3744 (-576))) "failed") $) 196 (|has| |#1| (-1133))) (((-3 (-2 (|:| |var| (-624 $)) (|:| -3744 (-576))) "failed") $ (-115)) 190 (|has| |#1| (-1070))) (((-3 (-2 (|:| |var| (-624 $)) (|:| -3744 (-576))) "failed") $ (-1197)) 189 (|has| |#1| (-1070)))) (-1436 (((-112) $ (-115)) 35) (((-112) $ (-1197)) 34)) (-1668 (($ $) 109 (-3795 (|has| |#1| (-485)) (|has| |#1| (-568))))) (-2954 (((-783) $) 42)) (-3117 (((-1141) $) 11)) (-1677 (((-112) $) 210)) (-1684 ((|#1| $) 209)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 156 (|has| |#1| (-568)))) (-3115 (($ (-656 $)) 153 (|has| |#1| (-568))) (($ $ $) 152 (|has| |#1| (-568)))) (-3485 (((-112) $ $) 30) (((-112) $ (-1197)) 29)) (-1452 (((-430 $) $) 167 (|has| |#1| (-568)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 165 (|has| |#1| (-568))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 164 (|has| |#1| (-568)))) (-1943 (((-3 $ "failed") $ $) 147 (|has| |#1| (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 158 (|has| |#1| (-568)))) (-3489 (((-112) $) 18 (|has| $ (-1059 (-576))))) (-2143 (($ $ (-624 $) $) 62) (($ $ (-656 (-624 $)) (-656 $)) 61) (($ $ (-656 (-304 $))) 60) (($ $ (-304 $)) 59) (($ $ $ $) 58) (($ $ (-656 $) (-656 $)) 57) (($ $ (-656 (-1197)) (-656 (-1 $ $))) 28) (($ $ (-656 (-1197)) (-656 (-1 $ (-656 $)))) 27) (($ $ (-1197) (-1 $ (-656 $))) 26) (($ $ (-1197) (-1 $ $)) 25) (($ $ (-656 (-115)) (-656 (-1 $ $))) 24) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) 23) (($ $ (-115) (-1 $ (-656 $))) 22) (($ $ (-115) (-1 $ $)) 21) (($ $ (-1197)) 202 (|has| |#1| (-626 (-548)))) (($ $ (-656 (-1197))) 201 (|has| |#1| (-626 (-548)))) (($ $) 200 (|has| |#1| (-626 (-548)))) (($ $ (-115) $ (-1197)) 199 (|has| |#1| (-626 (-548)))) (($ $ (-656 (-115)) (-656 $) (-1197)) 198 (|has| |#1| (-626 (-548)))) (($ $ (-656 (-1197)) (-656 (-783)) (-656 (-1 $ $))) 187 (|has| |#1| (-1070))) (($ $ (-656 (-1197)) (-656 (-783)) (-656 (-1 $ (-656 $)))) 186 (|has| |#1| (-1070))) (($ $ (-1197) (-783) (-1 $ (-656 $))) 185 (|has| |#1| (-1070))) (($ $ (-1197) (-783) (-1 $ $)) 184 (|has| |#1| (-1070)))) (-3199 (((-783) $) 160 (|has| |#1| (-568)))) (-4369 (($ (-115) $) 56) (($ (-115) $ $) 55) (($ (-115) $ $ $) 54) (($ (-115) $ $ $ $) 53) (($ (-115) (-656 $)) 52)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 161 (|has| |#1| (-568)))) (-1841 (($ $) 44) (($ $ $) 43)) (-4107 (($ $ (-1197)) 134 (|has| |#1| (-1070))) (($ $ (-656 (-1197))) 132 (|has| |#1| (-1070))) (($ $ (-1197) (-783)) 131 (|has| |#1| (-1070))) (($ $ (-656 (-1197)) (-656 (-783))) 130 (|has| |#1| (-1070)))) (-3908 (($ $) 181 (|has| |#1| (-568)))) (-2698 (((-1146 |#1| (-624 $)) $) 182 (|has| |#1| (-568)))) (-2030 (($ $) 19 (|has| $ (-1070)))) (-1554 (((-907 (-576)) $) 219 (|has| |#1| (-626 (-907 (-576))))) (((-907 (-390)) $) 218 (|has| |#1| (-626 (-907 (-390))))) (($ (-430 $)) 183 (|has| |#1| (-568))) (((-548) $) 101 (|has| |#1| (-626 (-548))))) (-2970 (($ $ $) 112 (|has| |#1| (-485)))) (-3595 (($ $ $) 113 (|has| |#1| (-485)))) (-4114 (((-876) $) 12) (($ (-624 $)) 63) (($ (-1197)) 220) (($ |#1|) 211) (($ (-1146 |#1| (-624 $))) 193 (|has| |#1| (-1070))) (($ (-419 |#1|)) 179 (|has| |#1| (-568))) (($ (-971 (-419 |#1|))) 178 (|has| |#1| (-568))) (($ (-419 (-971 (-419 |#1|)))) 177 (|has| |#1| (-568))) (($ (-419 (-971 |#1|))) 173 (|has| |#1| (-568))) (($ $) 146 (|has| |#1| (-568))) (($ (-971 |#1|)) 123 (|has| |#1| (-1070))) (($ (-419 (-576))) 98 (-3795 (|has| |#1| (-568)) (-12 (|has| |#1| (-1059 (-576))) (|has| |#1| (-568))) (|has| |#1| (-1059 (-419 (-576)))))) (($ (-576)) 97 (-3795 (|has| |#1| (-1070)) (|has| |#1| (-1059 (-576)))))) (-3346 (((-3 $ "failed") $) 144 (|has| |#1| (-146)))) (-2864 (((-783)) 126 (|has| |#1| (-1070)) CONST)) (-2345 (($ $) 48) (($ (-656 $)) 47)) (-4020 (((-112) (-115)) 36)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 150 (|has| |#1| (-568)))) (-3701 (($ (-1197) $) 207) (($ (-1197) $ $) 206) (($ (-1197) $ $ $) 205) (($ (-1197) $ $ $ $) 204) (($ (-1197) (-656 $)) 203)) (-4312 (($) 116 (|has| |#1| (-25)) CONST)) (-4322 (($) 104 (|has| |#1| (-1133)) CONST)) (-3157 (($ $ (-1197)) 133 (|has| |#1| (-1070))) (($ $ (-656 (-1197))) 129 (|has| |#1| (-1070))) (($ $ (-1197) (-783)) 128 (|has| |#1| (-1070))) (($ $ (-656 (-1197)) (-656 (-783))) 127 (|has| |#1| (-1070)))) (-3939 (((-112) $ $) 7)) (-4047 (($ (-1146 |#1| (-624 $)) (-1146 |#1| (-624 $))) 180 (|has| |#1| (-568))) (($ $ $) 110 (-3795 (|has| |#1| (-485)) (|has| |#1| (-568))))) (-4037 (($ $ $) 122 (|has| |#1| (-21))) (($ $) 121 (|has| |#1| (-21)))) (-4027 (($ $ $) 114 (|has| |#1| (-25)))) (** (($ $ (-576)) 111 (-3795 (|has| |#1| (-485)) (|has| |#1| (-568)))) (($ $ (-783)) 108 (|has| |#1| (-1133))) (($ $ (-940)) 103 (|has| |#1| (-1133)))) (* (($ (-419 (-576)) $) 172 (|has| |#1| (-568))) (($ $ (-419 (-576))) 171 (|has| |#1| (-568))) (($ $ |#1|) 145 (|has| |#1| (-174))) (($ |#1| $) 135 (|has| |#1| (-1070))) (($ (-576) $) 120 (|has| |#1| (-21))) (($ (-783) $) 118 (|has| |#1| (-25))) (($ (-940) $) 115 (|has| |#1| (-25))) (($ $ $) 102 (|has| |#1| (-1133)))))
+(((-442 |#1|) (-141) (-1121)) (T -442))
+((-1677 (*1 *2 *1) (-12 (-4 *1 (-442 *3)) (-4 *3 (-1121)) (-5 *2 (-112)))) (-1684 (*1 *2 *1) (-12 (-4 *1 (-442 *2)) (-4 *2 (-1121)))) (-1583 (*1 *2 *1) (-12 (-4 *1 (-442 *3)) (-4 *3 (-1121)) (-5 *2 (-656 (-1197))))) (-3701 (*1 *1 *2 *1) (-12 (-5 *2 (-1197)) (-4 *1 (-442 *3)) (-4 *3 (-1121)))) (-3701 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1197)) (-4 *1 (-442 *3)) (-4 *3 (-1121)))) (-3701 (*1 *1 *2 *1 *1 *1) (-12 (-5 *2 (-1197)) (-4 *1 (-442 *3)) (-4 *3 (-1121)))) (-3701 (*1 *1 *2 *1 *1 *1 *1) (-12 (-5 *2 (-1197)) (-4 *1 (-442 *3)) (-4 *3 (-1121)))) (-3701 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-656 *1)) (-4 *1 (-442 *4)) (-4 *4 (-1121)))) (-2143 (*1 *1 *1 *2) (-12 (-5 *2 (-1197)) (-4 *1 (-442 *3)) (-4 *3 (-1121)) (-4 *3 (-626 (-548))))) (-2143 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-1197))) (-4 *1 (-442 *3)) (-4 *3 (-1121)) (-4 *3 (-626 (-548))))) (-2143 (*1 *1 *1) (-12 (-4 *1 (-442 *2)) (-4 *2 (-1121)) (-4 *2 (-626 (-548))))) (-2143 (*1 *1 *1 *2 *1 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1197)) (-4 *1 (-442 *4)) (-4 *4 (-1121)) (-4 *4 (-626 (-548))))) (-2143 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-656 (-115))) (-5 *3 (-656 *1)) (-5 *4 (-1197)) (-4 *1 (-442 *5)) (-4 *5 (-1121)) (-4 *5 (-626 (-548))))) (-4383 (*1 *2 *1) (|partial| -12 (-4 *3 (-1133)) (-4 *3 (-1121)) (-5 *2 (-656 *1)) (-4 *1 (-442 *3)))) (-2344 (*1 *2 *1) (|partial| -12 (-4 *3 (-1133)) (-4 *3 (-1121)) (-5 *2 (-2 (|:| |var| (-624 *1)) (|:| -3744 (-576)))) (-4 *1 (-442 *3)))) (-2453 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1121)) (-5 *2 (-656 *1)) (-4 *1 (-442 *3)))) (-2819 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1121)) (-5 *2 (-2 (|:| -2862 (-576)) (|:| |var| (-624 *1)))) (-4 *1 (-442 *3)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-1146 *3 (-624 *1))) (-4 *3 (-1070)) (-4 *3 (-1121)) (-4 *1 (-442 *3)))) (-2687 (*1 *2 *1) (-12 (-4 *3 (-1070)) (-4 *3 (-1121)) (-5 *2 (-1146 *3 (-624 *1))) (-4 *1 (-442 *3)))) (-2364 (*1 *1 *1) (-12 (-4 *1 (-442 *2)) (-4 *2 (-1121)) (-4 *2 (-1070)))) (-2344 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-115)) (-4 *4 (-1070)) (-4 *4 (-1121)) (-5 *2 (-2 (|:| |var| (-624 *1)) (|:| -3744 (-576)))) (-4 *1 (-442 *4)))) (-2344 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1197)) (-4 *4 (-1070)) (-4 *4 (-1121)) (-5 *2 (-2 (|:| |var| (-624 *1)) (|:| -3744 (-576)))) (-4 *1 (-442 *4)))) (-1788 (*1 *2 *1) (|partial| -12 (-4 *3 (-1070)) (-4 *3 (-1121)) (-5 *2 (-2 (|:| |val| *1) (|:| -3744 (-576)))) (-4 *1 (-442 *3)))) (-2143 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-656 (-1197))) (-5 *3 (-656 (-783))) (-5 *4 (-656 (-1 *1 *1))) (-4 *1 (-442 *5)) (-4 *5 (-1121)) (-4 *5 (-1070)))) (-2143 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-656 (-1197))) (-5 *3 (-656 (-783))) (-5 *4 (-656 (-1 *1 (-656 *1)))) (-4 *1 (-442 *5)) (-4 *5 (-1121)) (-4 *5 (-1070)))) (-2143 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1197)) (-5 *3 (-783)) (-5 *4 (-1 *1 (-656 *1))) (-4 *1 (-442 *5)) (-4 *5 (-1121)) (-4 *5 (-1070)))) (-2143 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1197)) (-5 *3 (-783)) (-5 *4 (-1 *1 *1)) (-4 *1 (-442 *5)) (-4 *5 (-1121)) (-4 *5 (-1070)))) (-1554 (*1 *1 *2) (-12 (-5 *2 (-430 *1)) (-4 *1 (-442 *3)) (-4 *3 (-568)) (-4 *3 (-1121)))) (-2698 (*1 *2 *1) (-12 (-4 *3 (-568)) (-4 *3 (-1121)) (-5 *2 (-1146 *3 (-624 *1))) (-4 *1 (-442 *3)))) (-3908 (*1 *1 *1) (-12 (-4 *1 (-442 *2)) (-4 *2 (-1121)) (-4 *2 (-568)))) (-4047 (*1 *1 *2 *2) (-12 (-5 *2 (-1146 *3 (-624 *1))) (-4 *3 (-568)) (-4 *3 (-1121)) (-4 *1 (-442 *3)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-419 *3)) (-4 *3 (-568)) (-4 *3 (-1121)) (-4 *1 (-442 *3)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-971 (-419 *3))) (-4 *3 (-568)) (-4 *3 (-1121)) (-4 *1 (-442 *3)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-419 (-971 (-419 *3)))) (-4 *3 (-568)) (-4 *3 (-1121)) (-4 *1 (-442 *3)))) (-1420 (*1 *2 *1 *3) (-12 (-5 *3 (-624 *1)) (-4 *1 (-442 *4)) (-4 *4 (-1121)) (-4 *4 (-568)) (-5 *2 (-419 (-1193 *1))))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-442 *3)) (-4 *3 (-1121)) (-4 *3 (-1133)))))
+(-13 (-312) (-1059 (-1197)) (-899 |t#1|) (-412 |t#1|) (-423 |t#1|) (-10 -8 (-15 -1677 ((-112) $)) (-15 -1684 (|t#1| $)) (-15 -1583 ((-656 (-1197)) $)) (-15 -3701 ($ (-1197) $)) (-15 -3701 ($ (-1197) $ $)) (-15 -3701 ($ (-1197) $ $ $)) (-15 -3701 ($ (-1197) $ $ $ $)) (-15 -3701 ($ (-1197) (-656 $))) (IF (|has| |t#1| (-626 (-548))) (PROGN (-6 (-626 (-548))) (-15 -2143 ($ $ (-1197))) (-15 -2143 ($ $ (-656 (-1197)))) (-15 -2143 ($ $)) (-15 -2143 ($ $ (-115) $ (-1197))) (-15 -2143 ($ $ (-656 (-115)) (-656 $) (-1197)))) |%noBranch|) (IF (|has| |t#1| (-1133)) (PROGN (-6 (-738)) (-15 ** ($ $ (-783))) (-15 -4383 ((-3 (-656 $) "failed") $)) (-15 -2344 ((-3 (-2 (|:| |var| (-624 $)) (|:| -3744 (-576))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-485)) (-6 (-485)) |%noBranch|) (IF (|has| |t#1| (-25)) (PROGN (-6 (-23)) (-15 -2453 ((-3 (-656 $) "failed") $)) (-15 -2819 ((-3 (-2 (|:| -2862 (-576)) (|:| |var| (-624 $))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#1| (-1070)) (PROGN (-6 (-1070)) (-6 (-1059 (-971 |t#1|))) (-6 (-917 (-1197))) (-6 (-388 |t#1|)) (-15 -4114 ($ (-1146 |t#1| (-624 $)))) (-15 -2687 ((-1146 |t#1| (-624 $)) $)) (-15 -2364 ($ $)) (-15 -2344 ((-3 (-2 (|:| |var| (-624 $)) (|:| -3744 (-576))) "failed") $ (-115))) (-15 -2344 ((-3 (-2 (|:| |var| (-624 $)) (|:| -3744 (-576))) "failed") $ (-1197))) (-15 -1788 ((-3 (-2 (|:| |val| $) (|:| -3744 (-576))) "failed") $)) (-15 -2143 ($ $ (-656 (-1197)) (-656 (-783)) (-656 (-1 $ $)))) (-15 -2143 ($ $ (-656 (-1197)) (-656 (-783)) (-656 (-1 $ (-656 $))))) (-15 -2143 ($ $ (-1197) (-783) (-1 $ (-656 $)))) (-15 -2143 ($ $ (-1197) (-783) (-1 $ $)))) |%noBranch|) (IF (|has| |t#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |t#1| (-174)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-568)) (PROGN (-6 (-374)) (-6 (-1059 (-419 (-971 |t#1|)))) (-15 -1554 ($ (-430 $))) (-15 -2698 ((-1146 |t#1| (-624 $)) $)) (-15 -3908 ($ $)) (-15 -4047 ($ (-1146 |t#1| (-624 $)) (-1146 |t#1| (-624 $)))) (-15 -4114 ($ (-419 |t#1|))) (-15 -4114 ($ (-971 (-419 |t#1|)))) (-15 -4114 ($ (-419 (-971 (-419 |t#1|))))) (-15 -1420 ((-419 (-1193 $)) $ (-624 $))) (IF (|has| |t#1| (-1059 (-576))) (-6 (-1059 (-419 (-576)))) |%noBranch|)) |%noBranch|)))
+(((-21) -3795 (|has| |#1| (-1070)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146)) (|has| |#1| (-21))) ((-23) -3795 (|has| |#1| (-1070)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-25) -3795 (|has| |#1| (-1070)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-38 #0=(-419 (-576))) |has| |#1| (-568)) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) |has| |#1| (-568)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-568)) ((-111 |#1| |#1|) |has| |#1| (-174)) ((-111 $ $) |has| |#1| (-568)) ((-132) -3795 (|has| |#1| (-1070)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146)) (|has| |#1| (-21))) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) -3795 (|has| |#1| (-1059 (-419 (-576)))) (|has| |#1| (-568))) ((-628 #1=(-419 (-971 |#1|))) |has| |#1| (-568)) ((-628 (-576)) -3795 (|has| |#1| (-1070)) (|has| |#1| (-1059 (-576))) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146))) ((-628 #2=(-624 $)) . T) ((-628 #3=(-971 |#1|)) |has| |#1| (-1070)) ((-628 #4=(-1197)) . T) ((-628 |#1|) . T) ((-628 $) |has| |#1| (-568)) ((-625 (-876)) . T) ((-174) |has| |#1| (-568)) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-626 (-907 (-390))) |has| |#1| (-626 (-907 (-390)))) ((-626 (-907 (-576))) |has| |#1| (-626 (-907 (-576)))) ((-248) |has| |#1| (-568)) ((-300) |has| |#1| (-568)) ((-317) |has| |#1| (-568)) ((-319 $) . T) ((-312) . T) ((-374) |has| |#1| (-568)) ((-388 |#1|) |has| |#1| (-1070)) ((-412 |#1|) . T) ((-423 |#1|) . T) ((-464) |has| |#1| (-568)) ((-485) |has| |#1| (-485)) ((-526 (-624 $) $) . T) ((-526 $ $) . T) ((-568) |has| |#1| (-568)) ((-658 #0#) |has| |#1| (-568)) ((-658 (-576)) -3795 (|has| |#1| (-1070)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146)) (|has| |#1| (-21))) ((-658 |#1|) -3795 (|has| |#1| (-1070)) (|has| |#1| (-174))) ((-658 $) -3795 (|has| |#1| (-1070)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146))) ((-660 #0#) |has| |#1| (-568)) ((-660 #5=(-576)) -12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070))) ((-660 |#1|) -3795 (|has| |#1| (-1070)) (|has| |#1| (-174))) ((-660 $) -3795 (|has| |#1| (-1070)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146))) ((-652 #0#) |has| |#1| (-568)) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) |has| |#1| (-568)) ((-651 #5#) -12 (|has| |#1| (-651 (-576))) (|has| |#1| (-1070))) ((-651 |#1|) |has| |#1| (-1070)) ((-729 #0#) |has| |#1| (-568)) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) |has| |#1| (-568)) ((-738) -3795 (|has| |#1| (-1133)) (|has| |#1| (-1070)) (|has| |#1| (-568)) (|has| |#1| (-485)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146))) ((-911 $ #6=(-1197)) |has| |#1| (-1070)) ((-917 #6#) |has| |#1| (-1070)) ((-919 #6#) |has| |#1| (-1070)) ((-901 (-390)) |has| |#1| (-901 (-390))) ((-901 (-576)) |has| |#1| (-901 (-576))) ((-899 |#1|) . T) ((-939) |has| |#1| (-568)) ((-1059 (-419 (-576))) -3795 (|has| |#1| (-1059 (-419 (-576)))) (-12 (|has| |#1| (-568)) (|has| |#1| (-1059 (-576))))) ((-1059 #1#) |has| |#1| (-568)) ((-1059 (-576)) |has| |#1| (-1059 (-576))) ((-1059 #2#) . T) ((-1059 #3#) |has| |#1| (-1070)) ((-1059 #4#) . T) ((-1059 |#1|) . T) ((-1072 #0#) |has| |#1| (-568)) ((-1072 |#1|) |has| |#1| (-174)) ((-1072 $) |has| |#1| (-568)) ((-1077 #0#) |has| |#1| (-568)) ((-1077 |#1|) |has| |#1| (-174)) ((-1077 $) |has| |#1| (-568)) ((-1070) -3795 (|has| |#1| (-1070)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146))) ((-1079) -3795 (|has| |#1| (-1070)) (|has| |#1| (-568)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146))) ((-1133) -3795 (|has| |#1| (-1133)) (|has| |#1| (-1070)) (|has| |#1| (-568)) (|has| |#1| (-485)) (|has| |#1| (-174)) (|has| |#1| (-148)) (|has| |#1| (-146))) ((-1121) . T) ((-1238) . T) ((-1242) |has| |#1| (-568)))
+((-3452 ((|#2| |#2| |#2|) 31)) (-1401 (((-115) (-115)) 43)) (-3081 ((|#2| |#2|) 63)) (-3354 ((|#2| |#2|) 66)) (-1931 ((|#2| |#2|) 30)) (-2175 ((|#2| |#2| |#2|) 33)) (-2470 ((|#2| |#2| |#2|) 35)) (-2900 ((|#2| |#2| |#2|) 32)) (-3329 ((|#2| |#2| |#2|) 34)) (-4020 (((-112) (-115)) 41)) (-1410 ((|#2| |#2|) 37)) (-4013 ((|#2| |#2|) 36)) (-2679 ((|#2| |#2|) 25)) (-2755 ((|#2| |#2| |#2|) 28) ((|#2| |#2|) 26)) (-1875 ((|#2| |#2| |#2|) 29)))
+(((-443 |#1| |#2|) (-10 -7 (-15 -4020 ((-112) (-115))) (-15 -1401 ((-115) (-115))) (-15 -2679 (|#2| |#2|)) (-15 -2755 (|#2| |#2|)) (-15 -2755 (|#2| |#2| |#2|)) (-15 -1875 (|#2| |#2| |#2|)) (-15 -1931 (|#2| |#2|)) (-15 -3452 (|#2| |#2| |#2|)) (-15 -2900 (|#2| |#2| |#2|)) (-15 -2175 (|#2| |#2| |#2|)) (-15 -3329 (|#2| |#2| |#2|)) (-15 -2470 (|#2| |#2| |#2|)) (-15 -4013 (|#2| |#2|)) (-15 -1410 (|#2| |#2|)) (-15 -3354 (|#2| |#2|)) (-15 -3081 (|#2| |#2|))) (-568) (-442 |#1|)) (T -443))
+((-3081 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-3354 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-1410 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-4013 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-2470 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-3329 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-2175 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-2900 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-3452 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-1931 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-1875 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-2755 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-2755 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-2679 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))) (-1401 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-568)) (-5 *1 (-443 *3 *4)) (-4 *4 (-442 *3)))) (-4020 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-443 *4 *5)) (-4 *5 (-442 *4)))))
+(-10 -7 (-15 -4020 ((-112) (-115))) (-15 -1401 ((-115) (-115))) (-15 -2679 (|#2| |#2|)) (-15 -2755 (|#2| |#2|)) (-15 -2755 (|#2| |#2| |#2|)) (-15 -1875 (|#2| |#2| |#2|)) (-15 -1931 (|#2| |#2|)) (-15 -3452 (|#2| |#2| |#2|)) (-15 -2900 (|#2| |#2| |#2|)) (-15 -2175 (|#2| |#2| |#2|)) (-15 -3329 (|#2| |#2| |#2|)) (-15 -2470 (|#2| |#2| |#2|)) (-15 -4013 (|#2| |#2|)) (-15 -1410 (|#2| |#2|)) (-15 -3354 (|#2| |#2|)) (-15 -3081 (|#2| |#2|)))
+((-1766 (((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1193 |#2|)) (|:| |pol2| (-1193 |#2|)) (|:| |prim| (-1193 |#2|))) |#2| |#2|) 103 (|has| |#2| (-27))) (((-2 (|:| |primelt| |#2|) (|:| |poly| (-656 (-1193 |#2|))) (|:| |prim| (-1193 |#2|))) (-656 |#2|)) 65)))
+(((-444 |#1| |#2|) (-10 -7 (-15 -1766 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-656 (-1193 |#2|))) (|:| |prim| (-1193 |#2|))) (-656 |#2|))) (IF (|has| |#2| (-27)) (-15 -1766 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1193 |#2|)) (|:| |pol2| (-1193 |#2|)) (|:| |prim| (-1193 |#2|))) |#2| |#2|)) |%noBranch|)) (-13 (-568) (-148)) (-442 |#1|)) (T -444))
+((-1766 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-568) (-148))) (-5 *2 (-2 (|:| |primelt| *3) (|:| |pol1| (-1193 *3)) (|:| |pol2| (-1193 *3)) (|:| |prim| (-1193 *3)))) (-5 *1 (-444 *4 *3)) (-4 *3 (-27)) (-4 *3 (-442 *4)))) (-1766 (*1 *2 *3) (-12 (-5 *3 (-656 *5)) (-4 *5 (-442 *4)) (-4 *4 (-13 (-568) (-148))) (-5 *2 (-2 (|:| |primelt| *5) (|:| |poly| (-656 (-1193 *5))) (|:| |prim| (-1193 *5)))) (-5 *1 (-444 *4 *5)))))
+(-10 -7 (-15 -1766 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-656 (-1193 |#2|))) (|:| |prim| (-1193 |#2|))) (-656 |#2|))) (IF (|has| |#2| (-27)) (-15 -1766 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1193 |#2|)) (|:| |pol2| (-1193 |#2|)) (|:| |prim| (-1193 |#2|))) |#2| |#2|)) |%noBranch|))
+((-4353 (((-1293)) 18)) (-2113 (((-1193 (-419 (-576))) |#2| (-624 |#2|)) 40) (((-419 (-576)) |#2|) 24)))
+(((-445 |#1| |#2|) (-10 -7 (-15 -2113 ((-419 (-576)) |#2|)) (-15 -2113 ((-1193 (-419 (-576))) |#2| (-624 |#2|))) (-15 -4353 ((-1293)))) (-13 (-568) (-1059 (-576))) (-442 |#1|)) (T -445))
+((-4353 (*1 *2) (-12 (-4 *3 (-13 (-568) (-1059 (-576)))) (-5 *2 (-1293)) (-5 *1 (-445 *3 *4)) (-4 *4 (-442 *3)))) (-2113 (*1 *2 *3 *4) (-12 (-5 *4 (-624 *3)) (-4 *3 (-442 *5)) (-4 *5 (-13 (-568) (-1059 (-576)))) (-5 *2 (-1193 (-419 (-576)))) (-5 *1 (-445 *5 *3)))) (-2113 (*1 *2 *3) (-12 (-4 *4 (-13 (-568) (-1059 (-576)))) (-5 *2 (-419 (-576))) (-5 *1 (-445 *4 *3)) (-4 *3 (-442 *4)))))
+(-10 -7 (-15 -2113 ((-419 (-576)) |#2|)) (-15 -2113 ((-1193 (-419 (-576))) |#2| (-624 |#2|))) (-15 -4353 ((-1293))))
+((-4009 (((-112) $) 33)) (-3138 (((-112) $) 35)) (-1795 (((-112) $) 36)) (-4202 (((-112) $) 39)) (-3748 (((-112) $) 34)) (-3994 (((-112) $) 38)) (-4114 (((-876) $) 20) (($ (-1179)) 32) (($ (-1197)) 30) (((-1197) $) 24) (((-1125) $) 23)) (-3218 (((-112) $) 37)) (-3939 (((-112) $ $) 17)))
+(((-446) (-13 (-625 (-876)) (-10 -8 (-15 -4114 ($ (-1179))) (-15 -4114 ($ (-1197))) (-15 -4114 ((-1197) $)) (-15 -4114 ((-1125) $)) (-15 -4009 ((-112) $)) (-15 -3748 ((-112) $)) (-15 -1795 ((-112) $)) (-15 -3994 ((-112) $)) (-15 -4202 ((-112) $)) (-15 -3218 ((-112) $)) (-15 -3138 ((-112) $)) (-15 -3939 ((-112) $ $))))) (T -446))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-446)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-446)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-1197)) (-5 *1 (-446)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-1125)) (-5 *1 (-446)))) (-4009 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))) (-3748 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))) (-1795 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))) (-3994 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))) (-4202 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))) (-3218 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))) (-3138 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))) (-3939 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))))
+(-13 (-625 (-876)) (-10 -8 (-15 -4114 ($ (-1179))) (-15 -4114 ($ (-1197))) (-15 -4114 ((-1197) $)) (-15 -4114 ((-1125) $)) (-15 -4009 ((-112) $)) (-15 -3748 ((-112) $)) (-15 -1795 ((-112) $)) (-15 -3994 ((-112) $)) (-15 -4202 ((-112) $)) (-15 -3218 ((-112) $)) (-15 -3138 ((-112) $)) (-15 -3939 ((-112) $ $))))
+((-3792 (((-3 (-430 (-1193 (-419 (-576)))) "failed") |#3|) 72)) (-2246 (((-430 |#3|) |#3|) 34)) (-3160 (((-3 (-430 (-1193 (-48))) "failed") |#3|) 46 (|has| |#2| (-1059 (-48))))) (-2731 (((-3 (|:| |overq| (-1193 (-419 (-576)))) (|:| |overan| (-1193 (-48))) (|:| -2532 (-112))) |#3|) 37)))
+(((-447 |#1| |#2| |#3|) (-10 -7 (-15 -2246 ((-430 |#3|) |#3|)) (-15 -3792 ((-3 (-430 (-1193 (-419 (-576)))) "failed") |#3|)) (-15 -2731 ((-3 (|:| |overq| (-1193 (-419 (-576)))) (|:| |overan| (-1193 (-48))) (|:| -2532 (-112))) |#3|)) (IF (|has| |#2| (-1059 (-48))) (-15 -3160 ((-3 (-430 (-1193 (-48))) "failed") |#3|)) |%noBranch|)) (-13 (-568) (-1059 (-576))) (-442 |#1|) (-1264 |#2|)) (T -447))
+((-3160 (*1 *2 *3) (|partial| -12 (-4 *5 (-1059 (-48))) (-4 *4 (-13 (-568) (-1059 (-576)))) (-4 *5 (-442 *4)) (-5 *2 (-430 (-1193 (-48)))) (-5 *1 (-447 *4 *5 *3)) (-4 *3 (-1264 *5)))) (-2731 (*1 *2 *3) (-12 (-4 *4 (-13 (-568) (-1059 (-576)))) (-4 *5 (-442 *4)) (-5 *2 (-3 (|:| |overq| (-1193 (-419 (-576)))) (|:| |overan| (-1193 (-48))) (|:| -2532 (-112)))) (-5 *1 (-447 *4 *5 *3)) (-4 *3 (-1264 *5)))) (-3792 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-568) (-1059 (-576)))) (-4 *5 (-442 *4)) (-5 *2 (-430 (-1193 (-419 (-576))))) (-5 *1 (-447 *4 *5 *3)) (-4 *3 (-1264 *5)))) (-2246 (*1 *2 *3) (-12 (-4 *4 (-13 (-568) (-1059 (-576)))) (-4 *5 (-442 *4)) (-5 *2 (-430 *3)) (-5 *1 (-447 *4 *5 *3)) (-4 *3 (-1264 *5)))))
+(-10 -7 (-15 -2246 ((-430 |#3|) |#3|)) (-15 -3792 ((-3 (-430 (-1193 (-419 (-576)))) "failed") |#3|)) (-15 -2731 ((-3 (|:| |overq| (-1193 (-419 (-576)))) (|:| |overan| (-1193 (-48))) (|:| -2532 (-112))) |#3|)) (IF (|has| |#2| (-1059 (-48))) (-15 -3160 ((-3 (-430 (-1193 (-48))) "failed") |#3|)) |%noBranch|))
+((-1955 (((-112) $ $) NIL)) (-2693 (((-1179) $ (-1179)) NIL)) (-3486 (($ $ (-1179)) NIL)) (-3670 (((-1179) $) NIL)) (-3122 (((-400) (-400) (-400)) 17) (((-400) (-400)) 15)) (-3823 (($ (-400)) NIL) (($ (-400) (-1179)) NIL)) (-4149 (((-400) $) NIL)) (-4185 (((-1179) $) NIL)) (-3038 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-3089 (((-1293) (-1179)) 9)) (-2988 (((-1293) (-1179)) 10)) (-3980 (((-1293)) 11)) (-4114 (((-876) $) NIL)) (-1675 (($ $) 39)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-448) (-13 (-375 (-400) (-1179)) (-10 -7 (-15 -3122 ((-400) (-400) (-400))) (-15 -3122 ((-400) (-400))) (-15 -3089 ((-1293) (-1179))) (-15 -2988 ((-1293) (-1179))) (-15 -3980 ((-1293)))))) (T -448))
+((-3122 (*1 *2 *2 *2) (-12 (-5 *2 (-400)) (-5 *1 (-448)))) (-3122 (*1 *2 *2) (-12 (-5 *2 (-400)) (-5 *1 (-448)))) (-3089 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-448)))) (-2988 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-448)))) (-3980 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-448)))))
+(-13 (-375 (-400) (-1179)) (-10 -7 (-15 -3122 ((-400) (-400) (-400))) (-15 -3122 ((-400) (-400))) (-15 -3089 ((-1293) (-1179))) (-15 -2988 ((-1293) (-1179))) (-15 -3980 ((-1293)))))
+((-1955 (((-112) $ $) NIL)) (-3874 (((-3 (|:| |fst| (-446)) (|:| -2434 "void")) $) 11)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2252 (($) 35)) (-1329 (($) 41)) (-3360 (($) 37)) (-3419 (($) 39)) (-3534 (($) 36)) (-3678 (($) 38)) (-1632 (($) 40)) (-3483 (((-112) $) 8)) (-3208 (((-656 (-971 (-576))) $) 19)) (-4125 (($ (-3 (|:| |fst| (-446)) (|:| -2434 "void")) (-656 (-1197)) (-112)) 29) (($ (-3 (|:| |fst| (-446)) (|:| -2434 "void")) (-656 (-971 (-576))) (-112)) 30)) (-4114 (((-876) $) 24) (($ (-446)) 32)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-449) (-13 (-1121) (-10 -8 (-15 -4114 ($ (-446))) (-15 -3874 ((-3 (|:| |fst| (-446)) (|:| -2434 "void")) $)) (-15 -3208 ((-656 (-971 (-576))) $)) (-15 -3483 ((-112) $)) (-15 -4125 ($ (-3 (|:| |fst| (-446)) (|:| -2434 "void")) (-656 (-1197)) (-112))) (-15 -4125 ($ (-3 (|:| |fst| (-446)) (|:| -2434 "void")) (-656 (-971 (-576))) (-112))) (-15 -2252 ($)) (-15 -3534 ($)) (-15 -3360 ($)) (-15 -1329 ($)) (-15 -3678 ($)) (-15 -3419 ($)) (-15 -1632 ($))))) (T -449))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-446)) (-5 *1 (-449)))) (-3874 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-5 *1 (-449)))) (-3208 (*1 *2 *1) (-12 (-5 *2 (-656 (-971 (-576)))) (-5 *1 (-449)))) (-3483 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-449)))) (-4125 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-5 *3 (-656 (-1197))) (-5 *4 (-112)) (-5 *1 (-449)))) (-4125 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-5 *3 (-656 (-971 (-576)))) (-5 *4 (-112)) (-5 *1 (-449)))) (-2252 (*1 *1) (-5 *1 (-449))) (-3534 (*1 *1) (-5 *1 (-449))) (-3360 (*1 *1) (-5 *1 (-449))) (-1329 (*1 *1) (-5 *1 (-449))) (-3678 (*1 *1) (-5 *1 (-449))) (-3419 (*1 *1) (-5 *1 (-449))) (-1632 (*1 *1) (-5 *1 (-449))))
+(-13 (-1121) (-10 -8 (-15 -4114 ($ (-446))) (-15 -3874 ((-3 (|:| |fst| (-446)) (|:| -2434 "void")) $)) (-15 -3208 ((-656 (-971 (-576))) $)) (-15 -3483 ((-112) $)) (-15 -4125 ($ (-3 (|:| |fst| (-446)) (|:| -2434 "void")) (-656 (-1197)) (-112))) (-15 -4125 ($ (-3 (|:| |fst| (-446)) (|:| -2434 "void")) (-656 (-971 (-576))) (-112))) (-15 -2252 ($)) (-15 -3534 ($)) (-15 -3360 ($)) (-15 -1329 ($)) (-15 -3678 ($)) (-15 -3419 ($)) (-15 -1632 ($))))
+((-1955 (((-112) $ $) NIL)) (-4149 (((-1197) $) 8)) (-4185 (((-1179) $) 17)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 11)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 14)))
+(((-450 |#1|) (-13 (-1121) (-10 -8 (-15 -4149 ((-1197) $)))) (-1197)) (T -450))
+((-4149 (*1 *2 *1) (-12 (-5 *2 (-1197)) (-5 *1 (-450 *3)) (-14 *3 *2))))
+(-13 (-1121) (-10 -8 (-15 -4149 ((-1197) $))))
+((-1955 (((-112) $ $) NIL)) (-3513 (((-1139) $) 7)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 13)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 9)))
+(((-451) (-13 (-1121) (-10 -8 (-15 -3513 ((-1139) $))))) (T -451))
+((-3513 (*1 *2 *1) (-12 (-5 *2 (-1139)) (-5 *1 (-451)))))
+(-13 (-1121) (-10 -8 (-15 -3513 ((-1139) $))))
+((-3973 (((-1293) $) 7)) (-4114 (((-876) $) 8) (($ (-1288 (-711))) 14) (($ (-656 (-340))) 13) (($ (-340)) 12) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 11)))
(((-452) (-141)) (T -452))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1286 (-711))) (-4 *1 (-452)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-4 *1 (-452)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-340)) (-4 *1 (-452)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) (-4 *1 (-452)))))
-(-13 (-407) (-10 -8 (-15 -3567 ($ (-1286 (-711)))) (-15 -3567 ($ (-656 (-340)))) (-15 -3567 ($ (-340))) (-15 -3567 ($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))))))
-(((-625 (-874)) . T) ((-407) . T) ((-1236) . T))
-((-1570 (((-3 $ "failed") (-1286 (-326 (-390)))) 21) (((-3 $ "failed") (-1286 (-326 (-576)))) 19) (((-3 $ "failed") (-1286 (-969 (-390)))) 17) (((-3 $ "failed") (-1286 (-969 (-576)))) 15) (((-3 $ "failed") (-1286 (-419 (-969 (-390))))) 13) (((-3 $ "failed") (-1286 (-419 (-969 (-576))))) 11)) (-2857 (($ (-1286 (-326 (-390)))) 22) (($ (-1286 (-326 (-576)))) 20) (($ (-1286 (-969 (-390)))) 18) (($ (-1286 (-969 (-576)))) 16) (($ (-1286 (-419 (-969 (-390))))) 14) (($ (-1286 (-419 (-969 (-576))))) 12)) (-2618 (((-1291) $) 7)) (-3567 (((-874) $) 8) (($ (-656 (-340))) 25) (($ (-340)) 24) (($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) 23)))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1288 (-711))) (-4 *1 (-452)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-4 *1 (-452)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-340)) (-4 *1 (-452)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) (-4 *1 (-452)))))
+(-13 (-407) (-10 -8 (-15 -4114 ($ (-1288 (-711)))) (-15 -4114 ($ (-656 (-340)))) (-15 -4114 ($ (-340))) (-15 -4114 ($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))))))
+(((-625 (-876)) . T) ((-407) . T) ((-1238) . T))
+((-2981 (((-3 $ "failed") (-1288 (-326 (-390)))) 21) (((-3 $ "failed") (-1288 (-326 (-576)))) 19) (((-3 $ "failed") (-1288 (-971 (-390)))) 17) (((-3 $ "failed") (-1288 (-971 (-576)))) 15) (((-3 $ "failed") (-1288 (-419 (-971 (-390))))) 13) (((-3 $ "failed") (-1288 (-419 (-971 (-576))))) 11)) (-2318 (($ (-1288 (-326 (-390)))) 22) (($ (-1288 (-326 (-576)))) 20) (($ (-1288 (-971 (-390)))) 18) (($ (-1288 (-971 (-576)))) 16) (($ (-1288 (-419 (-971 (-390))))) 14) (($ (-1288 (-419 (-971 (-576))))) 12)) (-3973 (((-1293) $) 7)) (-4114 (((-876) $) 8) (($ (-656 (-340))) 25) (($ (-340)) 24) (($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) 23)))
(((-453) (-141)) (T -453))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-4 *1 (-453)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-340)) (-4 *1 (-453)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340))))) (-4 *1 (-453)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-1286 (-326 (-390)))) (-4 *1 (-453)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-1286 (-326 (-390)))) (-4 *1 (-453)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-1286 (-326 (-576)))) (-4 *1 (-453)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-1286 (-326 (-576)))) (-4 *1 (-453)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-1286 (-969 (-390)))) (-4 *1 (-453)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-1286 (-969 (-390)))) (-4 *1 (-453)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-1286 (-969 (-576)))) (-4 *1 (-453)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-1286 (-969 (-576)))) (-4 *1 (-453)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-1286 (-419 (-969 (-390))))) (-4 *1 (-453)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-1286 (-419 (-969 (-390))))) (-4 *1 (-453)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-1286 (-419 (-969 (-576))))) (-4 *1 (-453)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-1286 (-419 (-969 (-576))))) (-4 *1 (-453)))))
-(-13 (-407) (-10 -8 (-15 -3567 ($ (-656 (-340)))) (-15 -3567 ($ (-340))) (-15 -3567 ($ (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340)))))) (-15 -2857 ($ (-1286 (-326 (-390))))) (-15 -1570 ((-3 $ "failed") (-1286 (-326 (-390))))) (-15 -2857 ($ (-1286 (-326 (-576))))) (-15 -1570 ((-3 $ "failed") (-1286 (-326 (-576))))) (-15 -2857 ($ (-1286 (-969 (-390))))) (-15 -1570 ((-3 $ "failed") (-1286 (-969 (-390))))) (-15 -2857 ($ (-1286 (-969 (-576))))) (-15 -1570 ((-3 $ "failed") (-1286 (-969 (-576))))) (-15 -2857 ($ (-1286 (-419 (-969 (-390)))))) (-15 -1570 ((-3 $ "failed") (-1286 (-419 (-969 (-390)))))) (-15 -2857 ($ (-1286 (-419 (-969 (-576)))))) (-15 -1570 ((-3 $ "failed") (-1286 (-419 (-969 (-576))))))))
-(((-625 (-874)) . T) ((-407) . T) ((-1236) . T))
-((-1765 (((-112)) 18)) (-3433 (((-112) (-112)) 19)) (-2519 (((-112)) 14)) (-4105 (((-112) (-112)) 15)) (-1510 (((-112)) 16)) (-2917 (((-112) (-112)) 17)) (-2863 (((-938) (-938)) 22) (((-938)) 21)) (-1351 (((-783) (-656 (-2 (|:| -1827 |#1|) (|:| -1967 (-576))))) 52)) (-3380 (((-938) (-938)) 24) (((-938)) 23)) (-2094 (((-2 (|:| -4280 (-576)) (|:| -1840 (-656 |#1|))) |#1|) 94)) (-3686 (((-430 |#1|) (-2 (|:| |contp| (-576)) (|:| -1840 (-656 (-2 (|:| |irr| |#1|) (|:| -4027 (-576))))))) 174)) (-3381 (((-2 (|:| |contp| (-576)) (|:| -1840 (-656 (-2 (|:| |irr| |#1|) (|:| -4027 (-576)))))) |#1| (-112)) 207)) (-2174 (((-430 |#1|) |#1| (-783) (-783)) 222) (((-430 |#1|) |#1| (-656 (-783)) (-783)) 219) (((-430 |#1|) |#1| (-656 (-783))) 221) (((-430 |#1|) |#1| (-783)) 220) (((-430 |#1|) |#1|) 218)) (-2665 (((-3 |#1| "failed") (-938) |#1| (-656 (-783)) (-783) (-112)) 224) (((-3 |#1| "failed") (-938) |#1| (-656 (-783)) (-783)) 225) (((-3 |#1| "failed") (-938) |#1| (-656 (-783))) 227) (((-3 |#1| "failed") (-938) |#1| (-783)) 226) (((-3 |#1| "failed") (-938) |#1|) 228)) (-1827 (((-430 |#1|) |#1| (-783) (-783)) 217) (((-430 |#1|) |#1| (-656 (-783)) (-783)) 213) (((-430 |#1|) |#1| (-656 (-783))) 215) (((-430 |#1|) |#1| (-783)) 214) (((-430 |#1|) |#1|) 212)) (-3061 (((-112) |#1|) 44)) (-3608 (((-749 (-783)) (-656 (-2 (|:| -1827 |#1|) (|:| -1967 (-576))))) 99)) (-2612 (((-2 (|:| |contp| (-576)) (|:| -1840 (-656 (-2 (|:| |irr| |#1|) (|:| -4027 (-576)))))) |#1| (-112) (-1121 (-783)) (-783)) 211)))
-(((-454 |#1|) (-10 -7 (-15 -3686 ((-430 |#1|) (-2 (|:| |contp| (-576)) (|:| -1840 (-656 (-2 (|:| |irr| |#1|) (|:| -4027 (-576)))))))) (-15 -3608 ((-749 (-783)) (-656 (-2 (|:| -1827 |#1|) (|:| -1967 (-576)))))) (-15 -3380 ((-938))) (-15 -3380 ((-938) (-938))) (-15 -2863 ((-938))) (-15 -2863 ((-938) (-938))) (-15 -1351 ((-783) (-656 (-2 (|:| -1827 |#1|) (|:| -1967 (-576)))))) (-15 -2094 ((-2 (|:| -4280 (-576)) (|:| -1840 (-656 |#1|))) |#1|)) (-15 -1765 ((-112))) (-15 -3433 ((-112) (-112))) (-15 -2519 ((-112))) (-15 -4105 ((-112) (-112))) (-15 -3061 ((-112) |#1|)) (-15 -1510 ((-112))) (-15 -2917 ((-112) (-112))) (-15 -1827 ((-430 |#1|) |#1|)) (-15 -1827 ((-430 |#1|) |#1| (-783))) (-15 -1827 ((-430 |#1|) |#1| (-656 (-783)))) (-15 -1827 ((-430 |#1|) |#1| (-656 (-783)) (-783))) (-15 -1827 ((-430 |#1|) |#1| (-783) (-783))) (-15 -2174 ((-430 |#1|) |#1|)) (-15 -2174 ((-430 |#1|) |#1| (-783))) (-15 -2174 ((-430 |#1|) |#1| (-656 (-783)))) (-15 -2174 ((-430 |#1|) |#1| (-656 (-783)) (-783))) (-15 -2174 ((-430 |#1|) |#1| (-783) (-783))) (-15 -2665 ((-3 |#1| "failed") (-938) |#1|)) (-15 -2665 ((-3 |#1| "failed") (-938) |#1| (-783))) (-15 -2665 ((-3 |#1| "failed") (-938) |#1| (-656 (-783)))) (-15 -2665 ((-3 |#1| "failed") (-938) |#1| (-656 (-783)) (-783))) (-15 -2665 ((-3 |#1| "failed") (-938) |#1| (-656 (-783)) (-783) (-112))) (-15 -3381 ((-2 (|:| |contp| (-576)) (|:| -1840 (-656 (-2 (|:| |irr| |#1|) (|:| -4027 (-576)))))) |#1| (-112))) (-15 -2612 ((-2 (|:| |contp| (-576)) (|:| -1840 (-656 (-2 (|:| |irr| |#1|) (|:| -4027 (-576)))))) |#1| (-112) (-1121 (-783)) (-783)))) (-1262 (-576))) (T -454))
-((-2612 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-112)) (-5 *5 (-1121 (-783))) (-5 *6 (-783)) (-5 *2 (-2 (|:| |contp| (-576)) (|:| -1840 (-656 (-2 (|:| |irr| *3) (|:| -4027 (-576))))))) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-3381 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *2 (-2 (|:| |contp| (-576)) (|:| -1840 (-656 (-2 (|:| |irr| *3) (|:| -4027 (-576))))))) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-2665 (*1 *2 *3 *2 *4 *5 *6) (|partial| -12 (-5 *3 (-938)) (-5 *4 (-656 (-783))) (-5 *5 (-783)) (-5 *6 (-112)) (-5 *1 (-454 *2)) (-4 *2 (-1262 (-576))))) (-2665 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *3 (-938)) (-5 *4 (-656 (-783))) (-5 *5 (-783)) (-5 *1 (-454 *2)) (-4 *2 (-1262 (-576))))) (-2665 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-938)) (-5 *4 (-656 (-783))) (-5 *1 (-454 *2)) (-4 *2 (-1262 (-576))))) (-2665 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-938)) (-5 *4 (-783)) (-5 *1 (-454 *2)) (-4 *2 (-1262 (-576))))) (-2665 (*1 *2 *3 *2) (|partial| -12 (-5 *3 (-938)) (-5 *1 (-454 *2)) (-4 *2 (-1262 (-576))))) (-2174 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-2174 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-656 (-783))) (-5 *5 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-2174 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-783))) (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-2174 (*1 *2 *3 *4) (-12 (-5 *4 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-2174 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-1827 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-1827 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-656 (-783))) (-5 *5 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-1827 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-783))) (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-1827 (*1 *2 *3 *4) (-12 (-5 *4 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-1827 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-2917 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-1510 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-3061 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-4105 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-2519 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-3433 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-1765 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-2094 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -4280 (-576)) (|:| -1840 (-656 *3)))) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-1351 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| -1827 *4) (|:| -1967 (-576))))) (-4 *4 (-1262 (-576))) (-5 *2 (-783)) (-5 *1 (-454 *4)))) (-2863 (*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-2863 (*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-3380 (*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-3380 (*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))) (-3608 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| -1827 *4) (|:| -1967 (-576))))) (-4 *4 (-1262 (-576))) (-5 *2 (-749 (-783))) (-5 *1 (-454 *4)))) (-3686 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |contp| (-576)) (|:| -1840 (-656 (-2 (|:| |irr| *4) (|:| -4027 (-576))))))) (-4 *4 (-1262 (-576))) (-5 *2 (-430 *4)) (-5 *1 (-454 *4)))))
-(-10 -7 (-15 -3686 ((-430 |#1|) (-2 (|:| |contp| (-576)) (|:| -1840 (-656 (-2 (|:| |irr| |#1|) (|:| -4027 (-576)))))))) (-15 -3608 ((-749 (-783)) (-656 (-2 (|:| -1827 |#1|) (|:| -1967 (-576)))))) (-15 -3380 ((-938))) (-15 -3380 ((-938) (-938))) (-15 -2863 ((-938))) (-15 -2863 ((-938) (-938))) (-15 -1351 ((-783) (-656 (-2 (|:| -1827 |#1|) (|:| -1967 (-576)))))) (-15 -2094 ((-2 (|:| -4280 (-576)) (|:| -1840 (-656 |#1|))) |#1|)) (-15 -1765 ((-112))) (-15 -3433 ((-112) (-112))) (-15 -2519 ((-112))) (-15 -4105 ((-112) (-112))) (-15 -3061 ((-112) |#1|)) (-15 -1510 ((-112))) (-15 -2917 ((-112) (-112))) (-15 -1827 ((-430 |#1|) |#1|)) (-15 -1827 ((-430 |#1|) |#1| (-783))) (-15 -1827 ((-430 |#1|) |#1| (-656 (-783)))) (-15 -1827 ((-430 |#1|) |#1| (-656 (-783)) (-783))) (-15 -1827 ((-430 |#1|) |#1| (-783) (-783))) (-15 -2174 ((-430 |#1|) |#1|)) (-15 -2174 ((-430 |#1|) |#1| (-783))) (-15 -2174 ((-430 |#1|) |#1| (-656 (-783)))) (-15 -2174 ((-430 |#1|) |#1| (-656 (-783)) (-783))) (-15 -2174 ((-430 |#1|) |#1| (-783) (-783))) (-15 -2665 ((-3 |#1| "failed") (-938) |#1|)) (-15 -2665 ((-3 |#1| "failed") (-938) |#1| (-783))) (-15 -2665 ((-3 |#1| "failed") (-938) |#1| (-656 (-783)))) (-15 -2665 ((-3 |#1| "failed") (-938) |#1| (-656 (-783)) (-783))) (-15 -2665 ((-3 |#1| "failed") (-938) |#1| (-656 (-783)) (-783) (-112))) (-15 -3381 ((-2 (|:| |contp| (-576)) (|:| -1840 (-656 (-2 (|:| |irr| |#1|) (|:| -4027 (-576)))))) |#1| (-112))) (-15 -2612 ((-2 (|:| |contp| (-576)) (|:| -1840 (-656 (-2 (|:| |irr| |#1|) (|:| -4027 (-576)))))) |#1| (-112) (-1121 (-783)) (-783))))
-((-3227 (((-576) |#2|) 52) (((-576) |#2| (-783)) 51)) (-4060 (((-576) |#2|) 64)) (-2878 ((|#3| |#2|) 26)) (-1650 ((|#3| |#2| (-938)) 15)) (-2432 ((|#3| |#2|) 16)) (-3635 ((|#3| |#2|) 9)) (-2322 ((|#3| |#2|) 10)) (-2966 ((|#3| |#2| (-938)) 71) ((|#3| |#2|) 34)) (-3856 (((-576) |#2|) 66)))
-(((-455 |#1| |#2| |#3|) (-10 -7 (-15 -3856 ((-576) |#2|)) (-15 -2966 (|#3| |#2|)) (-15 -2966 (|#3| |#2| (-938))) (-15 -4060 ((-576) |#2|)) (-15 -3227 ((-576) |#2| (-783))) (-15 -3227 ((-576) |#2|)) (-15 -1650 (|#3| |#2| (-938))) (-15 -2878 (|#3| |#2|)) (-15 -3635 (|#3| |#2|)) (-15 -2322 (|#3| |#2|)) (-15 -2432 (|#3| |#2|))) (-1068) (-1262 |#1|) (-13 (-416) (-1057 |#1|) (-374) (-1221) (-294))) (T -455))
-((-2432 (*1 *2 *3) (-12 (-4 *4 (-1068)) (-4 *2 (-13 (-416) (-1057 *4) (-374) (-1221) (-294))) (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1262 *4)))) (-2322 (*1 *2 *3) (-12 (-4 *4 (-1068)) (-4 *2 (-13 (-416) (-1057 *4) (-374) (-1221) (-294))) (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1262 *4)))) (-3635 (*1 *2 *3) (-12 (-4 *4 (-1068)) (-4 *2 (-13 (-416) (-1057 *4) (-374) (-1221) (-294))) (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1262 *4)))) (-2878 (*1 *2 *3) (-12 (-4 *4 (-1068)) (-4 *2 (-13 (-416) (-1057 *4) (-374) (-1221) (-294))) (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1262 *4)))) (-1650 (*1 *2 *3 *4) (-12 (-5 *4 (-938)) (-4 *5 (-1068)) (-4 *2 (-13 (-416) (-1057 *5) (-374) (-1221) (-294))) (-5 *1 (-455 *5 *3 *2)) (-4 *3 (-1262 *5)))) (-3227 (*1 *2 *3) (-12 (-4 *4 (-1068)) (-5 *2 (-576)) (-5 *1 (-455 *4 *3 *5)) (-4 *3 (-1262 *4)) (-4 *5 (-13 (-416) (-1057 *4) (-374) (-1221) (-294))))) (-3227 (*1 *2 *3 *4) (-12 (-5 *4 (-783)) (-4 *5 (-1068)) (-5 *2 (-576)) (-5 *1 (-455 *5 *3 *6)) (-4 *3 (-1262 *5)) (-4 *6 (-13 (-416) (-1057 *5) (-374) (-1221) (-294))))) (-4060 (*1 *2 *3) (-12 (-4 *4 (-1068)) (-5 *2 (-576)) (-5 *1 (-455 *4 *3 *5)) (-4 *3 (-1262 *4)) (-4 *5 (-13 (-416) (-1057 *4) (-374) (-1221) (-294))))) (-2966 (*1 *2 *3 *4) (-12 (-5 *4 (-938)) (-4 *5 (-1068)) (-4 *2 (-13 (-416) (-1057 *5) (-374) (-1221) (-294))) (-5 *1 (-455 *5 *3 *2)) (-4 *3 (-1262 *5)))) (-2966 (*1 *2 *3) (-12 (-4 *4 (-1068)) (-4 *2 (-13 (-416) (-1057 *4) (-374) (-1221) (-294))) (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1262 *4)))) (-3856 (*1 *2 *3) (-12 (-4 *4 (-1068)) (-5 *2 (-576)) (-5 *1 (-455 *4 *3 *5)) (-4 *3 (-1262 *4)) (-4 *5 (-13 (-416) (-1057 *4) (-374) (-1221) (-294))))))
-(-10 -7 (-15 -3856 ((-576) |#2|)) (-15 -2966 (|#3| |#2|)) (-15 -2966 (|#3| |#2| (-938))) (-15 -4060 ((-576) |#2|)) (-15 -3227 ((-576) |#2| (-783))) (-15 -3227 ((-576) |#2|)) (-15 -1650 (|#3| |#2| (-938))) (-15 -2878 (|#3| |#2|)) (-15 -3635 (|#3| |#2|)) (-15 -2322 (|#3| |#2|)) (-15 -2432 (|#3| |#2|)))
-((-4397 ((|#2| (-1286 |#1|)) 42)) (-2149 ((|#2| |#2| |#1|) 58)) (-1372 ((|#2| |#2| |#1|) 49)) (-3833 ((|#2| |#2|) 44)) (-2557 (((-112) |#2|) 32)) (-4115 (((-656 |#2|) (-938) (-430 |#2|)) 21)) (-2665 ((|#2| (-938) (-430 |#2|)) 25)) (-3608 (((-749 (-783)) (-430 |#2|)) 29)))
-(((-456 |#1| |#2|) (-10 -7 (-15 -2557 ((-112) |#2|)) (-15 -4397 (|#2| (-1286 |#1|))) (-15 -3833 (|#2| |#2|)) (-15 -1372 (|#2| |#2| |#1|)) (-15 -2149 (|#2| |#2| |#1|)) (-15 -3608 ((-749 (-783)) (-430 |#2|))) (-15 -2665 (|#2| (-938) (-430 |#2|))) (-15 -4115 ((-656 |#2|) (-938) (-430 |#2|)))) (-1068) (-1262 |#1|)) (T -456))
-((-4115 (*1 *2 *3 *4) (-12 (-5 *3 (-938)) (-5 *4 (-430 *6)) (-4 *6 (-1262 *5)) (-4 *5 (-1068)) (-5 *2 (-656 *6)) (-5 *1 (-456 *5 *6)))) (-2665 (*1 *2 *3 *4) (-12 (-5 *3 (-938)) (-5 *4 (-430 *2)) (-4 *2 (-1262 *5)) (-5 *1 (-456 *5 *2)) (-4 *5 (-1068)))) (-3608 (*1 *2 *3) (-12 (-5 *3 (-430 *5)) (-4 *5 (-1262 *4)) (-4 *4 (-1068)) (-5 *2 (-749 (-783))) (-5 *1 (-456 *4 *5)))) (-2149 (*1 *2 *2 *3) (-12 (-4 *3 (-1068)) (-5 *1 (-456 *3 *2)) (-4 *2 (-1262 *3)))) (-1372 (*1 *2 *2 *3) (-12 (-4 *3 (-1068)) (-5 *1 (-456 *3 *2)) (-4 *2 (-1262 *3)))) (-3833 (*1 *2 *2) (-12 (-4 *3 (-1068)) (-5 *1 (-456 *3 *2)) (-4 *2 (-1262 *3)))) (-4397 (*1 *2 *3) (-12 (-5 *3 (-1286 *4)) (-4 *4 (-1068)) (-4 *2 (-1262 *4)) (-5 *1 (-456 *4 *2)))) (-2557 (*1 *2 *3) (-12 (-4 *4 (-1068)) (-5 *2 (-112)) (-5 *1 (-456 *4 *3)) (-4 *3 (-1262 *4)))))
-(-10 -7 (-15 -2557 ((-112) |#2|)) (-15 -4397 (|#2| (-1286 |#1|))) (-15 -3833 (|#2| |#2|)) (-15 -1372 (|#2| |#2| |#1|)) (-15 -2149 (|#2| |#2| |#1|)) (-15 -3608 ((-749 (-783)) (-430 |#2|))) (-15 -2665 (|#2| (-938) (-430 |#2|))) (-15 -4115 ((-656 |#2|) (-938) (-430 |#2|))))
-((-3104 (((-783)) 59)) (-2168 (((-783)) 29 (|has| |#1| (-416))) (((-783) (-783)) 28 (|has| |#1| (-416)))) (-3080 (((-576) |#1|) 25 (|has| |#1| (-416)))) (-2749 (((-576) |#1|) 27 (|has| |#1| (-416)))) (-2313 (((-783)) 58) (((-783) (-783)) 57)) (-3657 ((|#1| (-783) (-576)) 37)) (-1989 (((-1291)) 61)))
-(((-457 |#1|) (-10 -7 (-15 -3657 (|#1| (-783) (-576))) (-15 -2313 ((-783) (-783))) (-15 -2313 ((-783))) (-15 -3104 ((-783))) (-15 -1989 ((-1291))) (IF (|has| |#1| (-416)) (PROGN (-15 -2749 ((-576) |#1|)) (-15 -3080 ((-576) |#1|)) (-15 -2168 ((-783) (-783))) (-15 -2168 ((-783)))) |%noBranch|)) (-1068)) (T -457))
-((-2168 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-416)) (-4 *3 (-1068)))) (-2168 (*1 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-416)) (-4 *3 (-1068)))) (-3080 (*1 *2 *3) (-12 (-5 *2 (-576)) (-5 *1 (-457 *3)) (-4 *3 (-416)) (-4 *3 (-1068)))) (-2749 (*1 *2 *3) (-12 (-5 *2 (-576)) (-5 *1 (-457 *3)) (-4 *3 (-416)) (-4 *3 (-1068)))) (-1989 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-457 *3)) (-4 *3 (-1068)))) (-3104 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-1068)))) (-2313 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-1068)))) (-2313 (*1 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-1068)))) (-3657 (*1 *2 *3 *4) (-12 (-5 *3 (-783)) (-5 *4 (-576)) (-5 *1 (-457 *2)) (-4 *2 (-1068)))))
-(-10 -7 (-15 -3657 (|#1| (-783) (-576))) (-15 -2313 ((-783) (-783))) (-15 -2313 ((-783))) (-15 -3104 ((-783))) (-15 -1989 ((-1291))) (IF (|has| |#1| (-416)) (PROGN (-15 -2749 ((-576) |#1|)) (-15 -3080 ((-576) |#1|)) (-15 -2168 ((-783) (-783))) (-15 -2168 ((-783)))) |%noBranch|))
-((-3609 (((-656 (-576)) (-576)) 76)) (-4283 (((-112) (-171 (-576))) 82)) (-1827 (((-430 (-171 (-576))) (-171 (-576))) 75)))
-(((-458) (-10 -7 (-15 -1827 ((-430 (-171 (-576))) (-171 (-576)))) (-15 -3609 ((-656 (-576)) (-576))) (-15 -4283 ((-112) (-171 (-576)))))) (T -458))
-((-4283 (*1 *2 *3) (-12 (-5 *3 (-171 (-576))) (-5 *2 (-112)) (-5 *1 (-458)))) (-3609 (*1 *2 *3) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-458)) (-5 *3 (-576)))) (-1827 (*1 *2 *3) (-12 (-5 *2 (-430 (-171 (-576)))) (-5 *1 (-458)) (-5 *3 (-171 (-576))))))
-(-10 -7 (-15 -1827 ((-430 (-171 (-576))) (-171 (-576)))) (-15 -3609 ((-656 (-576)) (-576))) (-15 -4283 ((-112) (-171 (-576)))))
-((-3875 ((|#4| |#4| (-656 |#4|)) 82)) (-3690 (((-656 |#4|) (-656 |#4|) (-1177) (-1177)) 22) (((-656 |#4|) (-656 |#4|) (-1177)) 21) (((-656 |#4|) (-656 |#4|)) 13)))
-(((-459 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3875 (|#4| |#4| (-656 |#4|))) (-15 -3690 ((-656 |#4|) (-656 |#4|))) (-15 -3690 ((-656 |#4|) (-656 |#4|) (-1177))) (-15 -3690 ((-656 |#4|) (-656 |#4|) (-1177) (-1177)))) (-317) (-805) (-862) (-966 |#1| |#2| |#3|)) (T -459))
-((-3690 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-656 *7)) (-5 *3 (-1177)) (-4 *7 (-966 *4 *5 *6)) (-4 *4 (-317)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-459 *4 *5 *6 *7)))) (-3690 (*1 *2 *2 *3) (-12 (-5 *2 (-656 *7)) (-5 *3 (-1177)) (-4 *7 (-966 *4 *5 *6)) (-4 *4 (-317)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-459 *4 *5 *6 *7)))) (-3690 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-966 *3 *4 *5)) (-4 *3 (-317)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-459 *3 *4 *5 *6)))) (-3875 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-966 *4 *5 *6)) (-4 *4 (-317)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-459 *4 *5 *6 *2)))))
-(-10 -7 (-15 -3875 (|#4| |#4| (-656 |#4|))) (-15 -3690 ((-656 |#4|) (-656 |#4|))) (-15 -3690 ((-656 |#4|) (-656 |#4|) (-1177))) (-15 -3690 ((-656 |#4|) (-656 |#4|) (-1177) (-1177))))
-((-3826 (((-656 (-656 |#4|)) (-656 |#4|) (-112)) 89) (((-656 (-656 |#4|)) (-656 |#4|)) 88) (((-656 (-656 |#4|)) (-656 |#4|) (-656 |#4|) (-112)) 82) (((-656 (-656 |#4|)) (-656 |#4|) (-656 |#4|)) 83)) (-2390 (((-656 (-656 |#4|)) (-656 |#4|) (-112)) 55) (((-656 (-656 |#4|)) (-656 |#4|)) 77)))
-(((-460 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2390 ((-656 (-656 |#4|)) (-656 |#4|))) (-15 -2390 ((-656 (-656 |#4|)) (-656 |#4|) (-112))) (-15 -3826 ((-656 (-656 |#4|)) (-656 |#4|) (-656 |#4|))) (-15 -3826 ((-656 (-656 |#4|)) (-656 |#4|) (-656 |#4|) (-112))) (-15 -3826 ((-656 (-656 |#4|)) (-656 |#4|))) (-15 -3826 ((-656 (-656 |#4|)) (-656 |#4|) (-112)))) (-13 (-317) (-148)) (-805) (-862) (-966 |#1| |#2| |#3|)) (T -460))
-((-3826 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-966 *5 *6 *7)) (-5 *2 (-656 (-656 *8))) (-5 *1 (-460 *5 *6 *7 *8)) (-5 *3 (-656 *8)))) (-3826 (*1 *2 *3) (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-966 *4 *5 *6)) (-5 *2 (-656 (-656 *7))) (-5 *1 (-460 *4 *5 *6 *7)) (-5 *3 (-656 *7)))) (-3826 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-966 *5 *6 *7)) (-5 *2 (-656 (-656 *8))) (-5 *1 (-460 *5 *6 *7 *8)) (-5 *3 (-656 *8)))) (-3826 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-966 *4 *5 *6)) (-5 *2 (-656 (-656 *7))) (-5 *1 (-460 *4 *5 *6 *7)) (-5 *3 (-656 *7)))) (-2390 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-966 *5 *6 *7)) (-5 *2 (-656 (-656 *8))) (-5 *1 (-460 *5 *6 *7 *8)) (-5 *3 (-656 *8)))) (-2390 (*1 *2 *3) (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-966 *4 *5 *6)) (-5 *2 (-656 (-656 *7))) (-5 *1 (-460 *4 *5 *6 *7)) (-5 *3 (-656 *7)))))
-(-10 -7 (-15 -2390 ((-656 (-656 |#4|)) (-656 |#4|))) (-15 -2390 ((-656 (-656 |#4|)) (-656 |#4|) (-112))) (-15 -3826 ((-656 (-656 |#4|)) (-656 |#4|) (-656 |#4|))) (-15 -3826 ((-656 (-656 |#4|)) (-656 |#4|) (-656 |#4|) (-112))) (-15 -3826 ((-656 (-656 |#4|)) (-656 |#4|))) (-15 -3826 ((-656 (-656 |#4|)) (-656 |#4|) (-112))))
-((-1500 (((-783) |#4|) 12)) (-3411 (((-656 (-2 (|:| |totdeg| (-783)) (|:| -2284 |#4|))) |#4| (-783) (-656 (-2 (|:| |totdeg| (-783)) (|:| -2284 |#4|)))) 39)) (-1973 (((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 49)) (-4229 ((|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 52)) (-4409 ((|#4| |#4| (-656 |#4|)) 54)) (-3236 (((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-656 |#4|)) 96)) (-1594 (((-1291) |#4|) 59)) (-2654 (((-1291) (-656 |#4|)) 69)) (-3819 (((-576) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-576) (-576) (-576)) 66)) (-1444 (((-1291) (-576)) 110)) (-4391 (((-656 |#4|) (-656 |#4|)) 104)) (-3780 (((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-783)) (|:| -2284 |#4|)) |#4| (-783)) 31)) (-3913 (((-576) |#4|) 109)) (-2262 ((|#4| |#4|) 37)) (-4249 (((-656 |#4|) (-656 |#4|) (-576) (-576)) 74)) (-2777 (((-576) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-576) (-576) (-576) (-576)) 123)) (-3887 (((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 20)) (-2343 (((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 78)) (-2317 (((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 76)) (-2555 (((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 47)) (-2551 (((-112) |#2| |#2|) 75)) (-2950 (((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 48)) (-2801 (((-112) |#2| |#2| |#2| |#2|) 80)) (-3511 ((|#4| |#4| (-656 |#4|)) 97)))
-(((-461 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3511 (|#4| |#4| (-656 |#4|))) (-15 -4409 (|#4| |#4| (-656 |#4|))) (-15 -4249 ((-656 |#4|) (-656 |#4|) (-576) (-576))) (-15 -2343 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -2551 ((-112) |#2| |#2|)) (-15 -2801 ((-112) |#2| |#2| |#2| |#2|)) (-15 -2950 ((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2555 ((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2317 ((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3236 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-656 |#4|))) (-15 -2262 (|#4| |#4|)) (-15 -3411 ((-656 (-2 (|:| |totdeg| (-783)) (|:| -2284 |#4|))) |#4| (-783) (-656 (-2 (|:| |totdeg| (-783)) (|:| -2284 |#4|))))) (-15 -4229 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -1973 ((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4391 ((-656 |#4|) (-656 |#4|))) (-15 -3913 ((-576) |#4|)) (-15 -1594 ((-1291) |#4|)) (-15 -3819 ((-576) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-576) (-576) (-576))) (-15 -2777 ((-576) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-576) (-576) (-576) (-576))) (-15 -2654 ((-1291) (-656 |#4|))) (-15 -1444 ((-1291) (-576))) (-15 -3887 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3780 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-783)) (|:| -2284 |#4|)) |#4| (-783))) (-15 -1500 ((-783) |#4|))) (-464) (-805) (-862) (-966 |#1| |#2| |#3|)) (T -461))
-((-1500 (*1 *2 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-783)) (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-966 *4 *5 *6)))) (-3780 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-2 (|:| |totdeg| (-783)) (|:| -2284 *4))) (-5 *5 (-783)) (-4 *4 (-966 *6 *7 *8)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-5 *2 (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4) (|:| |polj| *4))) (-5 *1 (-461 *6 *7 *8 *4)))) (-3887 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-783)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-805)) (-4 *7 (-966 *4 *5 *6)) (-4 *4 (-464)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-461 *4 *5 *6 *7)))) (-1444 (*1 *2 *3) (-12 (-5 *3 (-576)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1291)) (-5 *1 (-461 *4 *5 *6 *7)) (-4 *7 (-966 *4 *5 *6)))) (-2654 (*1 *2 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-966 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1291)) (-5 *1 (-461 *4 *5 *6 *7)))) (-2777 (*1 *2 *3 *4 *4 *2 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-783)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-805)) (-4 *4 (-966 *5 *6 *7)) (-4 *5 (-464)) (-4 *7 (-862)) (-5 *1 (-461 *5 *6 *7 *4)))) (-3819 (*1 *2 *3 *4 *4 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-783)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-805)) (-4 *4 (-966 *5 *6 *7)) (-4 *5 (-464)) (-4 *7 (-862)) (-5 *1 (-461 *5 *6 *7 *4)))) (-1594 (*1 *2 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1291)) (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-966 *4 *5 *6)))) (-3913 (*1 *2 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-576)) (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-966 *4 *5 *6)))) (-4391 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-966 *3 *4 *5)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-461 *3 *4 *5 *6)))) (-1973 (*1 *2 *2 *2) (-12 (-5 *2 (-656 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-783)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-805)) (-4 *6 (-966 *3 *4 *5)) (-4 *3 (-464)) (-4 *5 (-862)) (-5 *1 (-461 *3 *4 *5 *6)))) (-4229 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-783)) (|:| |poli| *2) (|:| |polj| *2))) (-4 *5 (-805)) (-4 *2 (-966 *4 *5 *6)) (-5 *1 (-461 *4 *5 *6 *2)) (-4 *4 (-464)) (-4 *6 (-862)))) (-3411 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-656 (-2 (|:| |totdeg| (-783)) (|:| -2284 *3)))) (-5 *4 (-783)) (-4 *3 (-966 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-461 *5 *6 *7 *3)))) (-2262 (*1 *2 *2) (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-461 *3 *4 *5 *2)) (-4 *2 (-966 *3 *4 *5)))) (-3236 (*1 *2 *3 *4) (-12 (-5 *4 (-656 *3)) (-4 *3 (-966 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5))) (-5 *1 (-461 *5 *6 *7 *3)))) (-2317 (*1 *2 *3 *2) (-12 (-5 *2 (-656 (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-783)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *3 (-805)) (-4 *6 (-966 *4 *3 *5)) (-4 *4 (-464)) (-4 *5 (-862)) (-5 *1 (-461 *4 *3 *5 *6)))) (-2555 (*1 *2 *2) (-12 (-5 *2 (-656 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-783)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-805)) (-4 *6 (-966 *3 *4 *5)) (-4 *3 (-464)) (-4 *5 (-862)) (-5 *1 (-461 *3 *4 *5 *6)))) (-2950 (*1 *2 *3 *2) (-12 (-5 *2 (-656 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-783)) (|:| |poli| *3) (|:| |polj| *3)))) (-4 *5 (-805)) (-4 *3 (-966 *4 *5 *6)) (-4 *4 (-464)) (-4 *6 (-862)) (-5 *1 (-461 *4 *5 *6 *3)))) (-2801 (*1 *2 *3 *3 *3 *3) (-12 (-4 *4 (-464)) (-4 *3 (-805)) (-4 *5 (-862)) (-5 *2 (-112)) (-5 *1 (-461 *4 *3 *5 *6)) (-4 *6 (-966 *4 *3 *5)))) (-2551 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *3 (-805)) (-4 *5 (-862)) (-5 *2 (-112)) (-5 *1 (-461 *4 *3 *5 *6)) (-4 *6 (-966 *4 *3 *5)))) (-2343 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-783)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-805)) (-4 *7 (-966 *4 *5 *6)) (-4 *4 (-464)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-461 *4 *5 *6 *7)))) (-4249 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-656 *7)) (-5 *3 (-576)) (-4 *7 (-966 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-461 *4 *5 *6 *7)))) (-4409 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-966 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-461 *4 *5 *6 *2)))) (-3511 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-966 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-461 *4 *5 *6 *2)))))
-(-10 -7 (-15 -3511 (|#4| |#4| (-656 |#4|))) (-15 -4409 (|#4| |#4| (-656 |#4|))) (-15 -4249 ((-656 |#4|) (-656 |#4|) (-576) (-576))) (-15 -2343 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -2551 ((-112) |#2| |#2|)) (-15 -2801 ((-112) |#2| |#2| |#2| |#2|)) (-15 -2950 ((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2555 ((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2317 ((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3236 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-656 |#4|))) (-15 -2262 (|#4| |#4|)) (-15 -3411 ((-656 (-2 (|:| |totdeg| (-783)) (|:| -2284 |#4|))) |#4| (-783) (-656 (-2 (|:| |totdeg| (-783)) (|:| -2284 |#4|))))) (-15 -4229 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -1973 ((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4391 ((-656 |#4|) (-656 |#4|))) (-15 -3913 ((-576) |#4|)) (-15 -1594 ((-1291) |#4|)) (-15 -3819 ((-576) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-576) (-576) (-576))) (-15 -2777 ((-576) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-576) (-576) (-576) (-576))) (-15 -2654 ((-1291) (-656 |#4|))) (-15 -1444 ((-1291) (-576))) (-15 -3887 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3780 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-783)) (|:| -2284 |#4|)) |#4| (-783))) (-15 -1500 ((-783) |#4|)))
-((-3552 ((|#4| |#4| (-656 |#4|)) 20 (|has| |#1| (-374)))) (-1565 (((-656 |#4|) (-656 |#4|) (-1177) (-1177)) 46) (((-656 |#4|) (-656 |#4|) (-1177)) 45) (((-656 |#4|) (-656 |#4|)) 34)))
-(((-462 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1565 ((-656 |#4|) (-656 |#4|))) (-15 -1565 ((-656 |#4|) (-656 |#4|) (-1177))) (-15 -1565 ((-656 |#4|) (-656 |#4|) (-1177) (-1177))) (IF (|has| |#1| (-374)) (-15 -3552 (|#4| |#4| (-656 |#4|))) |%noBranch|)) (-464) (-805) (-862) (-966 |#1| |#2| |#3|)) (T -462))
-((-3552 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-966 *4 *5 *6)) (-4 *4 (-374)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-462 *4 *5 *6 *2)))) (-1565 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-656 *7)) (-5 *3 (-1177)) (-4 *7 (-966 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-462 *4 *5 *6 *7)))) (-1565 (*1 *2 *2 *3) (-12 (-5 *2 (-656 *7)) (-5 *3 (-1177)) (-4 *7 (-966 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-462 *4 *5 *6 *7)))) (-1565 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-966 *3 *4 *5)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-462 *3 *4 *5 *6)))))
-(-10 -7 (-15 -1565 ((-656 |#4|) (-656 |#4|))) (-15 -1565 ((-656 |#4|) (-656 |#4|) (-1177))) (-15 -1565 ((-656 |#4|) (-656 |#4|) (-1177) (-1177))) (IF (|has| |#1| (-374)) (-15 -3552 (|#4| |#4| (-656 |#4|))) |%noBranch|))
-((-3457 (($ $ $) 14) (($ (-656 $)) 21)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 46)) (-3495 (($ $ $) NIL) (($ (-656 $)) 22)))
-(((-463 |#1|) (-10 -8 (-15 -4405 ((-1191 |#1|) (-1191 |#1|) (-1191 |#1|))) (-15 -3457 (|#1| (-656 |#1|))) (-15 -3457 (|#1| |#1| |#1|)) (-15 -3495 (|#1| (-656 |#1|))) (-15 -3495 (|#1| |#1| |#1|))) (-464)) (T -463))
-NIL
-(-10 -8 (-15 -4405 ((-1191 |#1|) (-1191 |#1|) (-1191 |#1|))) (-15 -3457 (|#1| (-656 |#1|))) (-15 -3457 (|#1| |#1| |#1|)) (-15 -3495 (|#1| (-656 |#1|))) (-15 -3495 (|#1| |#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-3612 (((-112) $) 35)) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-3473 (((-3 $ "failed") $ $) 48)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 45)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-4 *1 (-453)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-340)) (-4 *1 (-453)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340))))) (-4 *1 (-453)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-1288 (-326 (-390)))) (-4 *1 (-453)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-1288 (-326 (-390)))) (-4 *1 (-453)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-1288 (-326 (-576)))) (-4 *1 (-453)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-1288 (-326 (-576)))) (-4 *1 (-453)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-1288 (-971 (-390)))) (-4 *1 (-453)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-1288 (-971 (-390)))) (-4 *1 (-453)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-1288 (-971 (-576)))) (-4 *1 (-453)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-1288 (-971 (-576)))) (-4 *1 (-453)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-1288 (-419 (-971 (-390))))) (-4 *1 (-453)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-1288 (-419 (-971 (-390))))) (-4 *1 (-453)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-1288 (-419 (-971 (-576))))) (-4 *1 (-453)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-1288 (-419 (-971 (-576))))) (-4 *1 (-453)))))
+(-13 (-407) (-10 -8 (-15 -4114 ($ (-656 (-340)))) (-15 -4114 ($ (-340))) (-15 -4114 ($ (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340)))))) (-15 -2318 ($ (-1288 (-326 (-390))))) (-15 -2981 ((-3 $ "failed") (-1288 (-326 (-390))))) (-15 -2318 ($ (-1288 (-326 (-576))))) (-15 -2981 ((-3 $ "failed") (-1288 (-326 (-576))))) (-15 -2318 ($ (-1288 (-971 (-390))))) (-15 -2981 ((-3 $ "failed") (-1288 (-971 (-390))))) (-15 -2318 ($ (-1288 (-971 (-576))))) (-15 -2981 ((-3 $ "failed") (-1288 (-971 (-576))))) (-15 -2318 ($ (-1288 (-419 (-971 (-390)))))) (-15 -2981 ((-3 $ "failed") (-1288 (-419 (-971 (-390)))))) (-15 -2318 ($ (-1288 (-419 (-971 (-576)))))) (-15 -2981 ((-3 $ "failed") (-1288 (-419 (-971 (-576))))))))
+(((-625 (-876)) . T) ((-407) . T) ((-1238) . T))
+((-1482 (((-112)) 18)) (-2162 (((-112) (-112)) 19)) (-3361 (((-112)) 14)) (-4405 (((-112) (-112)) 15)) (-3938 (((-112)) 16)) (-2756 (((-112) (-112)) 17)) (-3515 (((-940) (-940)) 22) (((-940)) 21)) (-1940 (((-783) (-656 (-2 (|:| -1452 |#1|) (|:| -2786 (-576))))) 52)) (-2912 (((-940) (-940)) 24) (((-940)) 23)) (-1497 (((-2 (|:| -3720 (-576)) (|:| -4155 (-656 |#1|))) |#1|) 94)) (-2749 (((-430 |#1|) (-2 (|:| |contp| (-576)) (|:| -4155 (-656 (-2 (|:| |irr| |#1|) (|:| -2992 (-576))))))) 174)) (-2923 (((-2 (|:| |contp| (-576)) (|:| -4155 (-656 (-2 (|:| |irr| |#1|) (|:| -2992 (-576)))))) |#1| (-112)) 207)) (-4183 (((-430 |#1|) |#1| (-783) (-783)) 222) (((-430 |#1|) |#1| (-656 (-783)) (-783)) 219) (((-430 |#1|) |#1| (-656 (-783))) 221) (((-430 |#1|) |#1| (-783)) 220) (((-430 |#1|) |#1|) 218)) (-2179 (((-3 |#1| "failed") (-940) |#1| (-656 (-783)) (-783) (-112)) 224) (((-3 |#1| "failed") (-940) |#1| (-656 (-783)) (-783)) 225) (((-3 |#1| "failed") (-940) |#1| (-656 (-783))) 227) (((-3 |#1| "failed") (-940) |#1| (-783)) 226) (((-3 |#1| "failed") (-940) |#1|) 228)) (-1452 (((-430 |#1|) |#1| (-783) (-783)) 217) (((-430 |#1|) |#1| (-656 (-783)) (-783)) 213) (((-430 |#1|) |#1| (-656 (-783))) 215) (((-430 |#1|) |#1| (-783)) 214) (((-430 |#1|) |#1|) 212)) (-2748 (((-112) |#1|) 44)) (-3267 (((-749 (-783)) (-656 (-2 (|:| -1452 |#1|) (|:| -2786 (-576))))) 99)) (-2996 (((-2 (|:| |contp| (-576)) (|:| -4155 (-656 (-2 (|:| |irr| |#1|) (|:| -2992 (-576)))))) |#1| (-112) (-1123 (-783)) (-783)) 211)))
+(((-454 |#1|) (-10 -7 (-15 -2749 ((-430 |#1|) (-2 (|:| |contp| (-576)) (|:| -4155 (-656 (-2 (|:| |irr| |#1|) (|:| -2992 (-576)))))))) (-15 -3267 ((-749 (-783)) (-656 (-2 (|:| -1452 |#1|) (|:| -2786 (-576)))))) (-15 -2912 ((-940))) (-15 -2912 ((-940) (-940))) (-15 -3515 ((-940))) (-15 -3515 ((-940) (-940))) (-15 -1940 ((-783) (-656 (-2 (|:| -1452 |#1|) (|:| -2786 (-576)))))) (-15 -1497 ((-2 (|:| -3720 (-576)) (|:| -4155 (-656 |#1|))) |#1|)) (-15 -1482 ((-112))) (-15 -2162 ((-112) (-112))) (-15 -3361 ((-112))) (-15 -4405 ((-112) (-112))) (-15 -2748 ((-112) |#1|)) (-15 -3938 ((-112))) (-15 -2756 ((-112) (-112))) (-15 -1452 ((-430 |#1|) |#1|)) (-15 -1452 ((-430 |#1|) |#1| (-783))) (-15 -1452 ((-430 |#1|) |#1| (-656 (-783)))) (-15 -1452 ((-430 |#1|) |#1| (-656 (-783)) (-783))) (-15 -1452 ((-430 |#1|) |#1| (-783) (-783))) (-15 -4183 ((-430 |#1|) |#1|)) (-15 -4183 ((-430 |#1|) |#1| (-783))) (-15 -4183 ((-430 |#1|) |#1| (-656 (-783)))) (-15 -4183 ((-430 |#1|) |#1| (-656 (-783)) (-783))) (-15 -4183 ((-430 |#1|) |#1| (-783) (-783))) (-15 -2179 ((-3 |#1| "failed") (-940) |#1|)) (-15 -2179 ((-3 |#1| "failed") (-940) |#1| (-783))) (-15 -2179 ((-3 |#1| "failed") (-940) |#1| (-656 (-783)))) (-15 -2179 ((-3 |#1| "failed") (-940) |#1| (-656 (-783)) (-783))) (-15 -2179 ((-3 |#1| "failed") (-940) |#1| (-656 (-783)) (-783) (-112))) (-15 -2923 ((-2 (|:| |contp| (-576)) (|:| -4155 (-656 (-2 (|:| |irr| |#1|) (|:| -2992 (-576)))))) |#1| (-112))) (-15 -2996 ((-2 (|:| |contp| (-576)) (|:| -4155 (-656 (-2 (|:| |irr| |#1|) (|:| -2992 (-576)))))) |#1| (-112) (-1123 (-783)) (-783)))) (-1264 (-576))) (T -454))
+((-2996 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-112)) (-5 *5 (-1123 (-783))) (-5 *6 (-783)) (-5 *2 (-2 (|:| |contp| (-576)) (|:| -4155 (-656 (-2 (|:| |irr| *3) (|:| -2992 (-576))))))) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-2923 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *2 (-2 (|:| |contp| (-576)) (|:| -4155 (-656 (-2 (|:| |irr| *3) (|:| -2992 (-576))))))) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-2179 (*1 *2 *3 *2 *4 *5 *6) (|partial| -12 (-5 *3 (-940)) (-5 *4 (-656 (-783))) (-5 *5 (-783)) (-5 *6 (-112)) (-5 *1 (-454 *2)) (-4 *2 (-1264 (-576))))) (-2179 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *3 (-940)) (-5 *4 (-656 (-783))) (-5 *5 (-783)) (-5 *1 (-454 *2)) (-4 *2 (-1264 (-576))))) (-2179 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-940)) (-5 *4 (-656 (-783))) (-5 *1 (-454 *2)) (-4 *2 (-1264 (-576))))) (-2179 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-940)) (-5 *4 (-783)) (-5 *1 (-454 *2)) (-4 *2 (-1264 (-576))))) (-2179 (*1 *2 *3 *2) (|partial| -12 (-5 *3 (-940)) (-5 *1 (-454 *2)) (-4 *2 (-1264 (-576))))) (-4183 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-4183 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-656 (-783))) (-5 *5 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-4183 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-783))) (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-4183 (*1 *2 *3 *4) (-12 (-5 *4 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-4183 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-1452 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-1452 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-656 (-783))) (-5 *5 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-1452 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-783))) (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-1452 (*1 *2 *3 *4) (-12 (-5 *4 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-1452 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-2756 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-3938 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-2748 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-4405 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-3361 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-2162 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-1482 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-1497 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -3720 (-576)) (|:| -4155 (-656 *3)))) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-1940 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| -1452 *4) (|:| -2786 (-576))))) (-4 *4 (-1264 (-576))) (-5 *2 (-783)) (-5 *1 (-454 *4)))) (-3515 (*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-3515 (*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-2912 (*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-2912 (*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))) (-3267 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| -1452 *4) (|:| -2786 (-576))))) (-4 *4 (-1264 (-576))) (-5 *2 (-749 (-783))) (-5 *1 (-454 *4)))) (-2749 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |contp| (-576)) (|:| -4155 (-656 (-2 (|:| |irr| *4) (|:| -2992 (-576))))))) (-4 *4 (-1264 (-576))) (-5 *2 (-430 *4)) (-5 *1 (-454 *4)))))
+(-10 -7 (-15 -2749 ((-430 |#1|) (-2 (|:| |contp| (-576)) (|:| -4155 (-656 (-2 (|:| |irr| |#1|) (|:| -2992 (-576)))))))) (-15 -3267 ((-749 (-783)) (-656 (-2 (|:| -1452 |#1|) (|:| -2786 (-576)))))) (-15 -2912 ((-940))) (-15 -2912 ((-940) (-940))) (-15 -3515 ((-940))) (-15 -3515 ((-940) (-940))) (-15 -1940 ((-783) (-656 (-2 (|:| -1452 |#1|) (|:| -2786 (-576)))))) (-15 -1497 ((-2 (|:| -3720 (-576)) (|:| -4155 (-656 |#1|))) |#1|)) (-15 -1482 ((-112))) (-15 -2162 ((-112) (-112))) (-15 -3361 ((-112))) (-15 -4405 ((-112) (-112))) (-15 -2748 ((-112) |#1|)) (-15 -3938 ((-112))) (-15 -2756 ((-112) (-112))) (-15 -1452 ((-430 |#1|) |#1|)) (-15 -1452 ((-430 |#1|) |#1| (-783))) (-15 -1452 ((-430 |#1|) |#1| (-656 (-783)))) (-15 -1452 ((-430 |#1|) |#1| (-656 (-783)) (-783))) (-15 -1452 ((-430 |#1|) |#1| (-783) (-783))) (-15 -4183 ((-430 |#1|) |#1|)) (-15 -4183 ((-430 |#1|) |#1| (-783))) (-15 -4183 ((-430 |#1|) |#1| (-656 (-783)))) (-15 -4183 ((-430 |#1|) |#1| (-656 (-783)) (-783))) (-15 -4183 ((-430 |#1|) |#1| (-783) (-783))) (-15 -2179 ((-3 |#1| "failed") (-940) |#1|)) (-15 -2179 ((-3 |#1| "failed") (-940) |#1| (-783))) (-15 -2179 ((-3 |#1| "failed") (-940) |#1| (-656 (-783)))) (-15 -2179 ((-3 |#1| "failed") (-940) |#1| (-656 (-783)) (-783))) (-15 -2179 ((-3 |#1| "failed") (-940) |#1| (-656 (-783)) (-783) (-112))) (-15 -2923 ((-2 (|:| |contp| (-576)) (|:| -4155 (-656 (-2 (|:| |irr| |#1|) (|:| -2992 (-576)))))) |#1| (-112))) (-15 -2996 ((-2 (|:| |contp| (-576)) (|:| -4155 (-656 (-2 (|:| |irr| |#1|) (|:| -2992 (-576)))))) |#1| (-112) (-1123 (-783)) (-783))))
+((-3898 (((-576) |#2|) 52) (((-576) |#2| (-783)) 51)) (-2003 (((-576) |#2|) 64)) (-3685 ((|#3| |#2|) 26)) (-2828 ((|#3| |#2| (-940)) 15)) (-3108 ((|#3| |#2|) 16)) (-3583 ((|#3| |#2|) 9)) (-2954 ((|#3| |#2|) 10)) (-3134 ((|#3| |#2| (-940)) 71) ((|#3| |#2|) 34)) (-3979 (((-576) |#2|) 66)))
+(((-455 |#1| |#2| |#3|) (-10 -7 (-15 -3979 ((-576) |#2|)) (-15 -3134 (|#3| |#2|)) (-15 -3134 (|#3| |#2| (-940))) (-15 -2003 ((-576) |#2|)) (-15 -3898 ((-576) |#2| (-783))) (-15 -3898 ((-576) |#2|)) (-15 -2828 (|#3| |#2| (-940))) (-15 -3685 (|#3| |#2|)) (-15 -3583 (|#3| |#2|)) (-15 -2954 (|#3| |#2|)) (-15 -3108 (|#3| |#2|))) (-1070) (-1264 |#1|) (-13 (-416) (-1059 |#1|) (-374) (-1223) (-294))) (T -455))
+((-3108 (*1 *2 *3) (-12 (-4 *4 (-1070)) (-4 *2 (-13 (-416) (-1059 *4) (-374) (-1223) (-294))) (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1264 *4)))) (-2954 (*1 *2 *3) (-12 (-4 *4 (-1070)) (-4 *2 (-13 (-416) (-1059 *4) (-374) (-1223) (-294))) (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1264 *4)))) (-3583 (*1 *2 *3) (-12 (-4 *4 (-1070)) (-4 *2 (-13 (-416) (-1059 *4) (-374) (-1223) (-294))) (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1264 *4)))) (-3685 (*1 *2 *3) (-12 (-4 *4 (-1070)) (-4 *2 (-13 (-416) (-1059 *4) (-374) (-1223) (-294))) (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1264 *4)))) (-2828 (*1 *2 *3 *4) (-12 (-5 *4 (-940)) (-4 *5 (-1070)) (-4 *2 (-13 (-416) (-1059 *5) (-374) (-1223) (-294))) (-5 *1 (-455 *5 *3 *2)) (-4 *3 (-1264 *5)))) (-3898 (*1 *2 *3) (-12 (-4 *4 (-1070)) (-5 *2 (-576)) (-5 *1 (-455 *4 *3 *5)) (-4 *3 (-1264 *4)) (-4 *5 (-13 (-416) (-1059 *4) (-374) (-1223) (-294))))) (-3898 (*1 *2 *3 *4) (-12 (-5 *4 (-783)) (-4 *5 (-1070)) (-5 *2 (-576)) (-5 *1 (-455 *5 *3 *6)) (-4 *3 (-1264 *5)) (-4 *6 (-13 (-416) (-1059 *5) (-374) (-1223) (-294))))) (-2003 (*1 *2 *3) (-12 (-4 *4 (-1070)) (-5 *2 (-576)) (-5 *1 (-455 *4 *3 *5)) (-4 *3 (-1264 *4)) (-4 *5 (-13 (-416) (-1059 *4) (-374) (-1223) (-294))))) (-3134 (*1 *2 *3 *4) (-12 (-5 *4 (-940)) (-4 *5 (-1070)) (-4 *2 (-13 (-416) (-1059 *5) (-374) (-1223) (-294))) (-5 *1 (-455 *5 *3 *2)) (-4 *3 (-1264 *5)))) (-3134 (*1 *2 *3) (-12 (-4 *4 (-1070)) (-4 *2 (-13 (-416) (-1059 *4) (-374) (-1223) (-294))) (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1264 *4)))) (-3979 (*1 *2 *3) (-12 (-4 *4 (-1070)) (-5 *2 (-576)) (-5 *1 (-455 *4 *3 *5)) (-4 *3 (-1264 *4)) (-4 *5 (-13 (-416) (-1059 *4) (-374) (-1223) (-294))))))
+(-10 -7 (-15 -3979 ((-576) |#2|)) (-15 -3134 (|#3| |#2|)) (-15 -3134 (|#3| |#2| (-940))) (-15 -2003 ((-576) |#2|)) (-15 -3898 ((-576) |#2| (-783))) (-15 -3898 ((-576) |#2|)) (-15 -2828 (|#3| |#2| (-940))) (-15 -3685 (|#3| |#2|)) (-15 -3583 (|#3| |#2|)) (-15 -2954 (|#3| |#2|)) (-15 -3108 (|#3| |#2|)))
+((-2283 ((|#2| (-1288 |#1|)) 42)) (-3964 ((|#2| |#2| |#1|) 58)) (-3280 ((|#2| |#2| |#1|) 49)) (-4204 ((|#2| |#2|) 44)) (-2454 (((-112) |#2|) 32)) (-1373 (((-656 |#2|) (-940) (-430 |#2|)) 21)) (-2179 ((|#2| (-940) (-430 |#2|)) 25)) (-3267 (((-749 (-783)) (-430 |#2|)) 29)))
+(((-456 |#1| |#2|) (-10 -7 (-15 -2454 ((-112) |#2|)) (-15 -2283 (|#2| (-1288 |#1|))) (-15 -4204 (|#2| |#2|)) (-15 -3280 (|#2| |#2| |#1|)) (-15 -3964 (|#2| |#2| |#1|)) (-15 -3267 ((-749 (-783)) (-430 |#2|))) (-15 -2179 (|#2| (-940) (-430 |#2|))) (-15 -1373 ((-656 |#2|) (-940) (-430 |#2|)))) (-1070) (-1264 |#1|)) (T -456))
+((-1373 (*1 *2 *3 *4) (-12 (-5 *3 (-940)) (-5 *4 (-430 *6)) (-4 *6 (-1264 *5)) (-4 *5 (-1070)) (-5 *2 (-656 *6)) (-5 *1 (-456 *5 *6)))) (-2179 (*1 *2 *3 *4) (-12 (-5 *3 (-940)) (-5 *4 (-430 *2)) (-4 *2 (-1264 *5)) (-5 *1 (-456 *5 *2)) (-4 *5 (-1070)))) (-3267 (*1 *2 *3) (-12 (-5 *3 (-430 *5)) (-4 *5 (-1264 *4)) (-4 *4 (-1070)) (-5 *2 (-749 (-783))) (-5 *1 (-456 *4 *5)))) (-3964 (*1 *2 *2 *3) (-12 (-4 *3 (-1070)) (-5 *1 (-456 *3 *2)) (-4 *2 (-1264 *3)))) (-3280 (*1 *2 *2 *3) (-12 (-4 *3 (-1070)) (-5 *1 (-456 *3 *2)) (-4 *2 (-1264 *3)))) (-4204 (*1 *2 *2) (-12 (-4 *3 (-1070)) (-5 *1 (-456 *3 *2)) (-4 *2 (-1264 *3)))) (-2283 (*1 *2 *3) (-12 (-5 *3 (-1288 *4)) (-4 *4 (-1070)) (-4 *2 (-1264 *4)) (-5 *1 (-456 *4 *2)))) (-2454 (*1 *2 *3) (-12 (-4 *4 (-1070)) (-5 *2 (-112)) (-5 *1 (-456 *4 *3)) (-4 *3 (-1264 *4)))))
+(-10 -7 (-15 -2454 ((-112) |#2|)) (-15 -2283 (|#2| (-1288 |#1|))) (-15 -4204 (|#2| |#2|)) (-15 -3280 (|#2| |#2| |#1|)) (-15 -3964 (|#2| |#2| |#1|)) (-15 -3267 ((-749 (-783)) (-430 |#2|))) (-15 -2179 (|#2| (-940) (-430 |#2|))) (-15 -1373 ((-656 |#2|) (-940) (-430 |#2|))))
+((-1890 (((-783)) 59)) (-4129 (((-783)) 29 (|has| |#1| (-416))) (((-783) (-783)) 28 (|has| |#1| (-416)))) (-2946 (((-576) |#1|) 25 (|has| |#1| (-416)))) (-1702 (((-576) |#1|) 27 (|has| |#1| (-416)))) (-1810 (((-783)) 58) (((-783) (-783)) 57)) (-2464 ((|#1| (-783) (-576)) 37)) (-1744 (((-1293)) 61)))
+(((-457 |#1|) (-10 -7 (-15 -2464 (|#1| (-783) (-576))) (-15 -1810 ((-783) (-783))) (-15 -1810 ((-783))) (-15 -1890 ((-783))) (-15 -1744 ((-1293))) (IF (|has| |#1| (-416)) (PROGN (-15 -1702 ((-576) |#1|)) (-15 -2946 ((-576) |#1|)) (-15 -4129 ((-783) (-783))) (-15 -4129 ((-783)))) |%noBranch|)) (-1070)) (T -457))
+((-4129 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-416)) (-4 *3 (-1070)))) (-4129 (*1 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-416)) (-4 *3 (-1070)))) (-2946 (*1 *2 *3) (-12 (-5 *2 (-576)) (-5 *1 (-457 *3)) (-4 *3 (-416)) (-4 *3 (-1070)))) (-1702 (*1 *2 *3) (-12 (-5 *2 (-576)) (-5 *1 (-457 *3)) (-4 *3 (-416)) (-4 *3 (-1070)))) (-1744 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-457 *3)) (-4 *3 (-1070)))) (-1890 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-1070)))) (-1810 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-1070)))) (-1810 (*1 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-1070)))) (-2464 (*1 *2 *3 *4) (-12 (-5 *3 (-783)) (-5 *4 (-576)) (-5 *1 (-457 *2)) (-4 *2 (-1070)))))
+(-10 -7 (-15 -2464 (|#1| (-783) (-576))) (-15 -1810 ((-783) (-783))) (-15 -1810 ((-783))) (-15 -1890 ((-783))) (-15 -1744 ((-1293))) (IF (|has| |#1| (-416)) (PROGN (-15 -1702 ((-576) |#1|)) (-15 -2946 ((-576) |#1|)) (-15 -4129 ((-783) (-783))) (-15 -4129 ((-783)))) |%noBranch|))
+((-3281 (((-656 (-576)) (-576)) 76)) (-3742 (((-112) (-171 (-576))) 82)) (-1452 (((-430 (-171 (-576))) (-171 (-576))) 75)))
+(((-458) (-10 -7 (-15 -1452 ((-430 (-171 (-576))) (-171 (-576)))) (-15 -3281 ((-656 (-576)) (-576))) (-15 -3742 ((-112) (-171 (-576)))))) (T -458))
+((-3742 (*1 *2 *3) (-12 (-5 *3 (-171 (-576))) (-5 *2 (-112)) (-5 *1 (-458)))) (-3281 (*1 *2 *3) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-458)) (-5 *3 (-576)))) (-1452 (*1 *2 *3) (-12 (-5 *2 (-430 (-171 (-576)))) (-5 *1 (-458)) (-5 *3 (-171 (-576))))))
+(-10 -7 (-15 -1452 ((-430 (-171 (-576))) (-171 (-576)))) (-15 -3281 ((-656 (-576)) (-576))) (-15 -3742 ((-112) (-171 (-576)))))
+((-4133 ((|#4| |#4| (-656 |#4|)) 82)) (-2799 (((-656 |#4|) (-656 |#4|) (-1179) (-1179)) 22) (((-656 |#4|) (-656 |#4|) (-1179)) 21) (((-656 |#4|) (-656 |#4|)) 13)))
+(((-459 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4133 (|#4| |#4| (-656 |#4|))) (-15 -2799 ((-656 |#4|) (-656 |#4|))) (-15 -2799 ((-656 |#4|) (-656 |#4|) (-1179))) (-15 -2799 ((-656 |#4|) (-656 |#4|) (-1179) (-1179)))) (-317) (-805) (-862) (-968 |#1| |#2| |#3|)) (T -459))
+((-2799 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-656 *7)) (-5 *3 (-1179)) (-4 *7 (-968 *4 *5 *6)) (-4 *4 (-317)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-459 *4 *5 *6 *7)))) (-2799 (*1 *2 *2 *3) (-12 (-5 *2 (-656 *7)) (-5 *3 (-1179)) (-4 *7 (-968 *4 *5 *6)) (-4 *4 (-317)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-459 *4 *5 *6 *7)))) (-2799 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-968 *3 *4 *5)) (-4 *3 (-317)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-459 *3 *4 *5 *6)))) (-4133 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-968 *4 *5 *6)) (-4 *4 (-317)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-459 *4 *5 *6 *2)))))
+(-10 -7 (-15 -4133 (|#4| |#4| (-656 |#4|))) (-15 -2799 ((-656 |#4|) (-656 |#4|))) (-15 -2799 ((-656 |#4|) (-656 |#4|) (-1179))) (-15 -2799 ((-656 |#4|) (-656 |#4|) (-1179) (-1179))))
+((-1703 (((-656 (-656 |#4|)) (-656 |#4|) (-112)) 89) (((-656 (-656 |#4|)) (-656 |#4|)) 88) (((-656 (-656 |#4|)) (-656 |#4|) (-656 |#4|) (-112)) 82) (((-656 (-656 |#4|)) (-656 |#4|) (-656 |#4|)) 83)) (-1351 (((-656 (-656 |#4|)) (-656 |#4|) (-112)) 55) (((-656 (-656 |#4|)) (-656 |#4|)) 77)))
+(((-460 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1351 ((-656 (-656 |#4|)) (-656 |#4|))) (-15 -1351 ((-656 (-656 |#4|)) (-656 |#4|) (-112))) (-15 -1703 ((-656 (-656 |#4|)) (-656 |#4|) (-656 |#4|))) (-15 -1703 ((-656 (-656 |#4|)) (-656 |#4|) (-656 |#4|) (-112))) (-15 -1703 ((-656 (-656 |#4|)) (-656 |#4|))) (-15 -1703 ((-656 (-656 |#4|)) (-656 |#4|) (-112)))) (-13 (-317) (-148)) (-805) (-862) (-968 |#1| |#2| |#3|)) (T -460))
+((-1703 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-968 *5 *6 *7)) (-5 *2 (-656 (-656 *8))) (-5 *1 (-460 *5 *6 *7 *8)) (-5 *3 (-656 *8)))) (-1703 (*1 *2 *3) (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-968 *4 *5 *6)) (-5 *2 (-656 (-656 *7))) (-5 *1 (-460 *4 *5 *6 *7)) (-5 *3 (-656 *7)))) (-1703 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-968 *5 *6 *7)) (-5 *2 (-656 (-656 *8))) (-5 *1 (-460 *5 *6 *7 *8)) (-5 *3 (-656 *8)))) (-1703 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-968 *4 *5 *6)) (-5 *2 (-656 (-656 *7))) (-5 *1 (-460 *4 *5 *6 *7)) (-5 *3 (-656 *7)))) (-1351 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-968 *5 *6 *7)) (-5 *2 (-656 (-656 *8))) (-5 *1 (-460 *5 *6 *7 *8)) (-5 *3 (-656 *8)))) (-1351 (*1 *2 *3) (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-968 *4 *5 *6)) (-5 *2 (-656 (-656 *7))) (-5 *1 (-460 *4 *5 *6 *7)) (-5 *3 (-656 *7)))))
+(-10 -7 (-15 -1351 ((-656 (-656 |#4|)) (-656 |#4|))) (-15 -1351 ((-656 (-656 |#4|)) (-656 |#4|) (-112))) (-15 -1703 ((-656 (-656 |#4|)) (-656 |#4|) (-656 |#4|))) (-15 -1703 ((-656 (-656 |#4|)) (-656 |#4|) (-656 |#4|) (-112))) (-15 -1703 ((-656 (-656 |#4|)) (-656 |#4|))) (-15 -1703 ((-656 (-656 |#4|)) (-656 |#4|) (-112))))
+((-3831 (((-783) |#4|) 12)) (-1936 (((-656 (-2 (|:| |totdeg| (-783)) (|:| -2792 |#4|))) |#4| (-783) (-656 (-2 (|:| |totdeg| (-783)) (|:| -2792 |#4|)))) 39)) (-2846 (((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 49)) (-3184 ((|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 52)) (-2419 ((|#4| |#4| (-656 |#4|)) 54)) (-3996 (((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-656 |#4|)) 96)) (-2261 (((-1293) |#4|) 59)) (-2083 (((-1293) (-656 |#4|)) 69)) (-1642 (((-576) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-576) (-576) (-576)) 66)) (-3288 (((-1293) (-576)) 110)) (-2224 (((-656 |#4|) (-656 |#4|)) 104)) (-4400 (((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-783)) (|:| -2792 |#4|)) |#4| (-783)) 31)) (-3241 (((-576) |#4|) 109)) (-2539 ((|#4| |#4|) 37)) (-3384 (((-656 |#4|) (-656 |#4|) (-576) (-576)) 74)) (-3930 (((-576) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-576) (-576) (-576) (-576)) 123)) (-4232 (((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 20)) (-2097 (((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 78)) (-1851 (((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 76)) (-2441 (((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 47)) (-2393 (((-112) |#2| |#2|) 75)) (-2980 (((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 48)) (-4143 (((-112) |#2| |#2| |#2| |#2|) 80)) (-1645 ((|#4| |#4| (-656 |#4|)) 97)))
+(((-461 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1645 (|#4| |#4| (-656 |#4|))) (-15 -2419 (|#4| |#4| (-656 |#4|))) (-15 -3384 ((-656 |#4|) (-656 |#4|) (-576) (-576))) (-15 -2097 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -2393 ((-112) |#2| |#2|)) (-15 -4143 ((-112) |#2| |#2| |#2| |#2|)) (-15 -2980 ((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2441 ((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1851 ((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3996 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-656 |#4|))) (-15 -2539 (|#4| |#4|)) (-15 -1936 ((-656 (-2 (|:| |totdeg| (-783)) (|:| -2792 |#4|))) |#4| (-783) (-656 (-2 (|:| |totdeg| (-783)) (|:| -2792 |#4|))))) (-15 -3184 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -2846 ((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2224 ((-656 |#4|) (-656 |#4|))) (-15 -3241 ((-576) |#4|)) (-15 -2261 ((-1293) |#4|)) (-15 -1642 ((-576) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-576) (-576) (-576))) (-15 -3930 ((-576) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-576) (-576) (-576) (-576))) (-15 -2083 ((-1293) (-656 |#4|))) (-15 -3288 ((-1293) (-576))) (-15 -4232 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -4400 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-783)) (|:| -2792 |#4|)) |#4| (-783))) (-15 -3831 ((-783) |#4|))) (-464) (-805) (-862) (-968 |#1| |#2| |#3|)) (T -461))
+((-3831 (*1 *2 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-783)) (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-968 *4 *5 *6)))) (-4400 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-2 (|:| |totdeg| (-783)) (|:| -2792 *4))) (-5 *5 (-783)) (-4 *4 (-968 *6 *7 *8)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-5 *2 (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4) (|:| |polj| *4))) (-5 *1 (-461 *6 *7 *8 *4)))) (-4232 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-783)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-805)) (-4 *7 (-968 *4 *5 *6)) (-4 *4 (-464)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-461 *4 *5 *6 *7)))) (-3288 (*1 *2 *3) (-12 (-5 *3 (-576)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1293)) (-5 *1 (-461 *4 *5 *6 *7)) (-4 *7 (-968 *4 *5 *6)))) (-2083 (*1 *2 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-968 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1293)) (-5 *1 (-461 *4 *5 *6 *7)))) (-3930 (*1 *2 *3 *4 *4 *2 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-783)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-805)) (-4 *4 (-968 *5 *6 *7)) (-4 *5 (-464)) (-4 *7 (-862)) (-5 *1 (-461 *5 *6 *7 *4)))) (-1642 (*1 *2 *3 *4 *4 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-783)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-805)) (-4 *4 (-968 *5 *6 *7)) (-4 *5 (-464)) (-4 *7 (-862)) (-5 *1 (-461 *5 *6 *7 *4)))) (-2261 (*1 *2 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1293)) (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-968 *4 *5 *6)))) (-3241 (*1 *2 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-576)) (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-968 *4 *5 *6)))) (-2224 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-968 *3 *4 *5)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-461 *3 *4 *5 *6)))) (-2846 (*1 *2 *2 *2) (-12 (-5 *2 (-656 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-783)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-805)) (-4 *6 (-968 *3 *4 *5)) (-4 *3 (-464)) (-4 *5 (-862)) (-5 *1 (-461 *3 *4 *5 *6)))) (-3184 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-783)) (|:| |poli| *2) (|:| |polj| *2))) (-4 *5 (-805)) (-4 *2 (-968 *4 *5 *6)) (-5 *1 (-461 *4 *5 *6 *2)) (-4 *4 (-464)) (-4 *6 (-862)))) (-1936 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-656 (-2 (|:| |totdeg| (-783)) (|:| -2792 *3)))) (-5 *4 (-783)) (-4 *3 (-968 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-461 *5 *6 *7 *3)))) (-2539 (*1 *2 *2) (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-461 *3 *4 *5 *2)) (-4 *2 (-968 *3 *4 *5)))) (-3996 (*1 *2 *3 *4) (-12 (-5 *4 (-656 *3)) (-4 *3 (-968 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5))) (-5 *1 (-461 *5 *6 *7 *3)))) (-1851 (*1 *2 *3 *2) (-12 (-5 *2 (-656 (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-783)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *3 (-805)) (-4 *6 (-968 *4 *3 *5)) (-4 *4 (-464)) (-4 *5 (-862)) (-5 *1 (-461 *4 *3 *5 *6)))) (-2441 (*1 *2 *2) (-12 (-5 *2 (-656 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-783)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-805)) (-4 *6 (-968 *3 *4 *5)) (-4 *3 (-464)) (-4 *5 (-862)) (-5 *1 (-461 *3 *4 *5 *6)))) (-2980 (*1 *2 *3 *2) (-12 (-5 *2 (-656 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-783)) (|:| |poli| *3) (|:| |polj| *3)))) (-4 *5 (-805)) (-4 *3 (-968 *4 *5 *6)) (-4 *4 (-464)) (-4 *6 (-862)) (-5 *1 (-461 *4 *5 *6 *3)))) (-4143 (*1 *2 *3 *3 *3 *3) (-12 (-4 *4 (-464)) (-4 *3 (-805)) (-4 *5 (-862)) (-5 *2 (-112)) (-5 *1 (-461 *4 *3 *5 *6)) (-4 *6 (-968 *4 *3 *5)))) (-2393 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *3 (-805)) (-4 *5 (-862)) (-5 *2 (-112)) (-5 *1 (-461 *4 *3 *5 *6)) (-4 *6 (-968 *4 *3 *5)))) (-2097 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-783)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-805)) (-4 *7 (-968 *4 *5 *6)) (-4 *4 (-464)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-461 *4 *5 *6 *7)))) (-3384 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-656 *7)) (-5 *3 (-576)) (-4 *7 (-968 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-461 *4 *5 *6 *7)))) (-2419 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-968 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-461 *4 *5 *6 *2)))) (-1645 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-968 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-461 *4 *5 *6 *2)))))
+(-10 -7 (-15 -1645 (|#4| |#4| (-656 |#4|))) (-15 -2419 (|#4| |#4| (-656 |#4|))) (-15 -3384 ((-656 |#4|) (-656 |#4|) (-576) (-576))) (-15 -2097 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -2393 ((-112) |#2| |#2|)) (-15 -4143 ((-112) |#2| |#2| |#2| |#2|)) (-15 -2980 ((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2441 ((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1851 ((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3996 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-656 |#4|))) (-15 -2539 (|#4| |#4|)) (-15 -1936 ((-656 (-2 (|:| |totdeg| (-783)) (|:| -2792 |#4|))) |#4| (-783) (-656 (-2 (|:| |totdeg| (-783)) (|:| -2792 |#4|))))) (-15 -3184 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -2846 ((-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-656 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2224 ((-656 |#4|) (-656 |#4|))) (-15 -3241 ((-576) |#4|)) (-15 -2261 ((-1293) |#4|)) (-15 -1642 ((-576) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-576) (-576) (-576))) (-15 -3930 ((-576) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-576) (-576) (-576) (-576))) (-15 -2083 ((-1293) (-656 |#4|))) (-15 -3288 ((-1293) (-576))) (-15 -4232 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -4400 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-783)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-783)) (|:| -2792 |#4|)) |#4| (-783))) (-15 -3831 ((-783) |#4|)))
+((-4001 ((|#4| |#4| (-656 |#4|)) 20 (|has| |#1| (-374)))) (-3270 (((-656 |#4|) (-656 |#4|) (-1179) (-1179)) 46) (((-656 |#4|) (-656 |#4|) (-1179)) 45) (((-656 |#4|) (-656 |#4|)) 34)))
+(((-462 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3270 ((-656 |#4|) (-656 |#4|))) (-15 -3270 ((-656 |#4|) (-656 |#4|) (-1179))) (-15 -3270 ((-656 |#4|) (-656 |#4|) (-1179) (-1179))) (IF (|has| |#1| (-374)) (-15 -4001 (|#4| |#4| (-656 |#4|))) |%noBranch|)) (-464) (-805) (-862) (-968 |#1| |#2| |#3|)) (T -462))
+((-4001 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-968 *4 *5 *6)) (-4 *4 (-374)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-462 *4 *5 *6 *2)))) (-3270 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-656 *7)) (-5 *3 (-1179)) (-4 *7 (-968 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-462 *4 *5 *6 *7)))) (-3270 (*1 *2 *2 *3) (-12 (-5 *2 (-656 *7)) (-5 *3 (-1179)) (-4 *7 (-968 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-462 *4 *5 *6 *7)))) (-3270 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-968 *3 *4 *5)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-462 *3 *4 *5 *6)))))
+(-10 -7 (-15 -3270 ((-656 |#4|) (-656 |#4|))) (-15 -3270 ((-656 |#4|) (-656 |#4|) (-1179))) (-15 -3270 ((-656 |#4|) (-656 |#4|) (-1179) (-1179))) (IF (|has| |#1| (-374)) (-15 -4001 (|#4| |#4| (-656 |#4|))) |%noBranch|))
+((-3078 (($ $ $) 14) (($ (-656 $)) 21)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 46)) (-3115 (($ $ $) NIL) (($ (-656 $)) 22)))
+(((-463 |#1|) (-10 -8 (-15 -2374 ((-1193 |#1|) (-1193 |#1|) (-1193 |#1|))) (-15 -3078 (|#1| (-656 |#1|))) (-15 -3078 (|#1| |#1| |#1|)) (-15 -3115 (|#1| (-656 |#1|))) (-15 -3115 (|#1| |#1| |#1|))) (-464)) (T -463))
+NIL
+(-10 -8 (-15 -2374 ((-1193 |#1|) (-1193 |#1|) (-1193 |#1|))) (-15 -3078 (|#1| (-656 |#1|))) (-15 -3078 (|#1| |#1| |#1|)) (-15 -3115 (|#1| (-656 |#1|))) (-15 -3115 (|#1| |#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-3315 (((-112) $) 35)) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-1943 (((-3 $ "failed") $ $) 48)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 45)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
(((-464) (-141)) (T -464))
-((-3495 (*1 *1 *1 *1) (-4 *1 (-464))) (-3495 (*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-464)))) (-3457 (*1 *1 *1 *1) (-4 *1 (-464))) (-3457 (*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-464)))) (-4405 (*1 *2 *2 *2) (-12 (-5 *2 (-1191 *1)) (-4 *1 (-464)))))
-(-13 (-568) (-10 -8 (-15 -3495 ($ $ $)) (-15 -3495 ($ (-656 $))) (-15 -3457 ($ $ $)) (-15 -3457 ($ (-656 $))) (-15 -4405 ((-1191 $) (-1191 $) (-1191 $)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-300) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-1070 $) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2061 (((-3 $ "failed")) NIL (|has| (-419 (-969 |#1|)) (-568)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-3580 (((-1286 (-701 (-419 (-969 |#1|)))) (-1286 $)) NIL) (((-1286 (-701 (-419 (-969 |#1|))))) NIL)) (-3515 (((-1286 $)) NIL)) (-2135 (($) NIL T CONST)) (-2415 (((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed")) NIL)) (-2068 (((-3 $ "failed")) NIL (|has| (-419 (-969 |#1|)) (-568)))) (-2783 (((-701 (-419 (-969 |#1|))) (-1286 $)) NIL) (((-701 (-419 (-969 |#1|)))) NIL)) (-2730 (((-419 (-969 |#1|)) $) NIL)) (-3965 (((-701 (-419 (-969 |#1|))) $ (-1286 $)) NIL) (((-701 (-419 (-969 |#1|))) $) NIL)) (-2919 (((-3 $ "failed") $) NIL (|has| (-419 (-969 |#1|)) (-568)))) (-3919 (((-1191 (-969 (-419 (-969 |#1|))))) NIL (|has| (-419 (-969 |#1|)) (-374))) (((-1191 (-419 (-969 |#1|)))) 90 (|has| |#1| (-568)))) (-3647 (($ $ (-938)) NIL)) (-3151 (((-419 (-969 |#1|)) $) NIL)) (-2803 (((-1191 (-419 (-969 |#1|))) $) 88 (|has| (-419 (-969 |#1|)) (-568)))) (-2760 (((-419 (-969 |#1|)) (-1286 $)) NIL) (((-419 (-969 |#1|))) NIL)) (-2164 (((-1191 (-419 (-969 |#1|))) $) NIL)) (-3528 (((-112)) NIL)) (-2495 (($ (-1286 (-419 (-969 |#1|))) (-1286 $)) 114) (($ (-1286 (-419 (-969 |#1|)))) NIL)) (-2251 (((-3 $ "failed") $) NIL (|has| (-419 (-969 |#1|)) (-568)))) (-3731 (((-938)) NIL)) (-1766 (((-112)) NIL)) (-1560 (($ $ (-938)) NIL)) (-3238 (((-112)) NIL)) (-4403 (((-112)) NIL)) (-2022 (((-112)) NIL)) (-1985 (((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed")) NIL)) (-3297 (((-3 $ "failed")) NIL (|has| (-419 (-969 |#1|)) (-568)))) (-2756 (((-701 (-419 (-969 |#1|))) (-1286 $)) NIL) (((-701 (-419 (-969 |#1|)))) NIL)) (-2828 (((-419 (-969 |#1|)) $) NIL)) (-3057 (((-701 (-419 (-969 |#1|))) $ (-1286 $)) NIL) (((-701 (-419 (-969 |#1|))) $) NIL)) (-1873 (((-3 $ "failed") $) NIL (|has| (-419 (-969 |#1|)) (-568)))) (-3050 (((-1191 (-969 (-419 (-969 |#1|))))) NIL (|has| (-419 (-969 |#1|)) (-374))) (((-1191 (-419 (-969 |#1|)))) 89 (|has| |#1| (-568)))) (-3598 (($ $ (-938)) NIL)) (-1878 (((-419 (-969 |#1|)) $) NIL)) (-1485 (((-1191 (-419 (-969 |#1|))) $) 85 (|has| (-419 (-969 |#1|)) (-568)))) (-4104 (((-419 (-969 |#1|)) (-1286 $)) NIL) (((-419 (-969 |#1|))) NIL)) (-2167 (((-1191 (-419 (-969 |#1|))) $) NIL)) (-1787 (((-112)) NIL)) (-3881 (((-1177) $) NIL)) (-3320 (((-112)) NIL)) (-3116 (((-112)) NIL)) (-2591 (((-112)) NIL)) (-1448 (((-1139) $) NIL)) (-4416 (((-419 (-969 |#1|)) $ $) 76 (|has| |#1| (-568)))) (-2069 (((-419 (-969 |#1|)) $) 100 (|has| |#1| (-568)))) (-4235 (((-419 (-969 |#1|)) $) 104 (|has| |#1| (-568)))) (-1541 (((-1191 (-419 (-969 |#1|))) $) 94 (|has| |#1| (-568)))) (-1677 (((-419 (-969 |#1|))) 77 (|has| |#1| (-568)))) (-3694 (((-419 (-969 |#1|)) $ $) 69 (|has| |#1| (-568)))) (-4084 (((-419 (-969 |#1|)) $) 99 (|has| |#1| (-568)))) (-3908 (((-419 (-969 |#1|)) $) 103 (|has| |#1| (-568)))) (-3589 (((-1191 (-419 (-969 |#1|))) $) 93 (|has| |#1| (-568)))) (-3810 (((-419 (-969 |#1|))) 73 (|has| |#1| (-568)))) (-3305 (($) 110) (($ (-1195)) 118) (($ (-1286 (-1195))) 117) (($ (-1286 $)) 105) (($ (-1195) (-1286 $)) 116) (($ (-1286 (-1195)) (-1286 $)) 115)) (-4371 (((-112)) NIL)) (-2794 (((-419 (-969 |#1|)) $ (-576)) NIL)) (-2203 (((-1286 (-419 (-969 |#1|))) $ (-1286 $)) 107) (((-701 (-419 (-969 |#1|))) (-1286 $) (-1286 $)) NIL) (((-1286 (-419 (-969 |#1|))) $) 43) (((-701 (-419 (-969 |#1|))) (-1286 $)) NIL)) (-4169 (((-1286 (-419 (-969 |#1|))) $) NIL) (($ (-1286 (-419 (-969 |#1|)))) 40)) (-2666 (((-656 (-969 (-419 (-969 |#1|)))) (-1286 $)) NIL) (((-656 (-969 (-419 (-969 |#1|))))) NIL) (((-656 (-969 |#1|)) (-1286 $)) 108 (|has| |#1| (-568))) (((-656 (-969 |#1|))) 109 (|has| |#1| (-568)))) (-3636 (($ $ $) NIL)) (-2779 (((-112)) NIL)) (-3567 (((-874) $) NIL) (($ (-1286 (-419 (-969 |#1|)))) NIL)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) 65)) (-2660 (((-656 (-1286 (-419 (-969 |#1|))))) NIL (|has| (-419 (-969 |#1|)) (-568)))) (-3369 (($ $ $ $) NIL)) (-1555 (((-112)) NIL)) (-3566 (($ (-701 (-419 (-969 |#1|))) $) NIL)) (-1678 (($ $ $) NIL)) (-3949 (((-112)) NIL)) (-2033 (((-112)) NIL)) (-2333 (((-112)) NIL)) (-2716 (($) NIL T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) 106)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 61) (($ $ (-419 (-969 |#1|))) NIL) (($ (-419 (-969 |#1|)) $) NIL) (($ (-1161 |#2| (-419 (-969 |#1|))) $) NIL)))
-(((-465 |#1| |#2| |#3| |#4|) (-13 (-429 (-419 (-969 |#1|))) (-660 (-1161 |#2| (-419 (-969 |#1|)))) (-10 -8 (-15 -3567 ($ (-1286 (-419 (-969 |#1|))))) (-15 -1985 ((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed"))) (-15 -2415 ((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed"))) (-15 -3305 ($)) (-15 -3305 ($ (-1195))) (-15 -3305 ($ (-1286 (-1195)))) (-15 -3305 ($ (-1286 $))) (-15 -3305 ($ (-1195) (-1286 $))) (-15 -3305 ($ (-1286 (-1195)) (-1286 $))) (IF (|has| |#1| (-568)) (PROGN (-15 -3050 ((-1191 (-419 (-969 |#1|))))) (-15 -3589 ((-1191 (-419 (-969 |#1|))) $)) (-15 -4084 ((-419 (-969 |#1|)) $)) (-15 -3908 ((-419 (-969 |#1|)) $)) (-15 -3919 ((-1191 (-419 (-969 |#1|))))) (-15 -1541 ((-1191 (-419 (-969 |#1|))) $)) (-15 -2069 ((-419 (-969 |#1|)) $)) (-15 -4235 ((-419 (-969 |#1|)) $)) (-15 -3694 ((-419 (-969 |#1|)) $ $)) (-15 -3810 ((-419 (-969 |#1|)))) (-15 -4416 ((-419 (-969 |#1|)) $ $)) (-15 -1677 ((-419 (-969 |#1|)))) (-15 -2666 ((-656 (-969 |#1|)) (-1286 $))) (-15 -2666 ((-656 (-969 |#1|))))) |%noBranch|))) (-174) (-938) (-656 (-1195)) (-1286 (-701 |#1|))) (T -465))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1286 (-419 (-969 *3)))) (-4 *3 (-174)) (-14 *6 (-1286 (-701 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))))) (-1985 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-465 *3 *4 *5 *6)) (|:| -4156 (-656 (-465 *3 *4 *5 *6))))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))) (-2415 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-465 *3 *4 *5 *6)) (|:| -4156 (-656 (-465 *3 *4 *5 *6))))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))) (-3305 (*1 *1) (-12 (-5 *1 (-465 *2 *3 *4 *5)) (-4 *2 (-174)) (-14 *3 (-938)) (-14 *4 (-656 (-1195))) (-14 *5 (-1286 (-701 *2))))) (-3305 (*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 *2)) (-14 *6 (-1286 (-701 *3))))) (-3305 (*1 *1 *2) (-12 (-5 *2 (-1286 (-1195))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))) (-3305 (*1 *1 *2) (-12 (-5 *2 (-1286 (-465 *3 *4 *5 *6))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))) (-3305 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-465 *4 *5 *6 *7))) (-5 *1 (-465 *4 *5 *6 *7)) (-4 *4 (-174)) (-14 *5 (-938)) (-14 *6 (-656 *2)) (-14 *7 (-1286 (-701 *4))))) (-3305 (*1 *1 *2 *3) (-12 (-5 *2 (-1286 (-1195))) (-5 *3 (-1286 (-465 *4 *5 *6 *7))) (-5 *1 (-465 *4 *5 *6 *7)) (-4 *4 (-174)) (-14 *5 (-938)) (-14 *6 (-656 (-1195))) (-14 *7 (-1286 (-701 *4))))) (-3050 (*1 *2) (-12 (-5 *2 (-1191 (-419 (-969 *3)))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))) (-3589 (*1 *2 *1) (-12 (-5 *2 (-1191 (-419 (-969 *3)))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))) (-4084 (*1 *2 *1) (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))) (-3908 (*1 *2 *1) (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))) (-3919 (*1 *2) (-12 (-5 *2 (-1191 (-419 (-969 *3)))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))) (-1541 (*1 *2 *1) (-12 (-5 *2 (-1191 (-419 (-969 *3)))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))) (-2069 (*1 *2 *1) (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))) (-4235 (*1 *2 *1) (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))) (-3694 (*1 *2 *1 *1) (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))) (-3810 (*1 *2) (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))) (-4416 (*1 *2 *1 *1) (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))) (-1677 (*1 *2) (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))) (-2666 (*1 *2 *3) (-12 (-5 *3 (-1286 (-465 *4 *5 *6 *7))) (-5 *2 (-656 (-969 *4))) (-5 *1 (-465 *4 *5 *6 *7)) (-4 *4 (-568)) (-4 *4 (-174)) (-14 *5 (-938)) (-14 *6 (-656 (-1195))) (-14 *7 (-1286 (-701 *4))))) (-2666 (*1 *2) (-12 (-5 *2 (-656 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))))
-(-13 (-429 (-419 (-969 |#1|))) (-660 (-1161 |#2| (-419 (-969 |#1|)))) (-10 -8 (-15 -3567 ($ (-1286 (-419 (-969 |#1|))))) (-15 -1985 ((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed"))) (-15 -2415 ((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed"))) (-15 -3305 ($)) (-15 -3305 ($ (-1195))) (-15 -3305 ($ (-1286 (-1195)))) (-15 -3305 ($ (-1286 $))) (-15 -3305 ($ (-1195) (-1286 $))) (-15 -3305 ($ (-1286 (-1195)) (-1286 $))) (IF (|has| |#1| (-568)) (PROGN (-15 -3050 ((-1191 (-419 (-969 |#1|))))) (-15 -3589 ((-1191 (-419 (-969 |#1|))) $)) (-15 -4084 ((-419 (-969 |#1|)) $)) (-15 -3908 ((-419 (-969 |#1|)) $)) (-15 -3919 ((-1191 (-419 (-969 |#1|))))) (-15 -1541 ((-1191 (-419 (-969 |#1|))) $)) (-15 -2069 ((-419 (-969 |#1|)) $)) (-15 -4235 ((-419 (-969 |#1|)) $)) (-15 -3694 ((-419 (-969 |#1|)) $ $)) (-15 -3810 ((-419 (-969 |#1|)))) (-15 -4416 ((-419 (-969 |#1|)) $ $)) (-15 -1677 ((-419 (-969 |#1|)))) (-15 -2666 ((-656 (-969 |#1|)) (-1286 $))) (-15 -2666 ((-656 (-969 |#1|))))) |%noBranch|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 18)) (-1960 (((-656 (-876 |#1|)) $) 87)) (-1797 (((-1191 $) $ (-876 |#1|)) 52) (((-1191 |#2|) $) 138)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#2| (-568)))) (-4380 (($ $) NIL (|has| |#2| (-568)))) (-1657 (((-112) $) NIL (|has| |#2| (-568)))) (-1925 (((-783) $) 27) (((-783) $ (-656 (-876 |#1|))) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1415 (($ $) NIL (|has| |#2| (-464)))) (-3422 (((-430 $) $) NIL (|has| |#2| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#2| "failed") $) 50) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#2| (-1057 (-576)))) (((-3 (-876 |#1|) "failed") $) NIL)) (-2857 ((|#2| $) 48) (((-419 (-576)) $) NIL (|has| |#2| (-1057 (-419 (-576))))) (((-576) $) NIL (|has| |#2| (-1057 (-576)))) (((-876 |#1|) $) NIL)) (-1990 (($ $ $ (-876 |#1|)) NIL (|has| |#2| (-174)))) (-3813 (($ $ (-656 (-576))) 93)) (-2109 (($ $) 80)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) NIL) (((-701 |#2|) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2619 (($ $) NIL (|has| |#2| (-464))) (($ $ (-876 |#1|)) NIL (|has| |#2| (-464)))) (-2098 (((-656 $) $) NIL)) (-4283 (((-112) $) NIL (|has| |#2| (-926)))) (-2056 (($ $ |#2| |#3| $) NIL)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (-12 (|has| (-876 |#1|) (-899 (-390))) (|has| |#2| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (-12 (|has| (-876 |#1|) (-899 (-576))) (|has| |#2| (-899 (-576)))))) (-3612 (((-112) $) NIL)) (-1935 (((-783) $) 65)) (-1950 (($ (-1191 |#2|) (-876 |#1|)) 143) (($ (-1191 $) (-876 |#1|)) 58)) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) 68)) (-1940 (($ |#2| |#3|) 35) (($ $ (-876 |#1|) (-783)) 37) (($ $ (-656 (-876 |#1|)) (-656 (-783))) NIL)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ (-876 |#1|)) NIL)) (-2488 ((|#3| $) NIL) (((-783) $ (-876 |#1|)) 56) (((-656 (-783)) $ (-656 (-876 |#1|))) 63)) (-3492 (($ (-1 |#3| |#3|) $) NIL)) (-4114 (($ (-1 |#2| |#2|) $) NIL)) (-1429 (((-3 (-876 |#1|) "failed") $) 45)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-1286 $) $) NIL) (((-701 |#2|) (-1286 $)) NIL)) (-2076 (($ $) NIL)) (-2086 ((|#2| $) 47)) (-3457 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-3881 (((-1177) $) NIL)) (-2692 (((-3 (-656 $) "failed") $) NIL)) (-3656 (((-3 (-656 $) "failed") $) NIL)) (-2244 (((-3 (-2 (|:| |var| (-876 |#1|)) (|:| -2125 (-783))) "failed") $) NIL)) (-1448 (((-1139) $) NIL)) (-2055 (((-112) $) 46)) (-2065 ((|#2| $) 136)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#2| (-464)))) (-3495 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) 149 (|has| |#2| (-464)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1827 (((-430 $) $) NIL (|has| |#2| (-926)))) (-3473 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-568)))) (-3281 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-876 |#1|) |#2|) 100) (($ $ (-656 (-876 |#1|)) (-656 |#2|)) 106) (($ $ (-876 |#1|) $) 98) (($ $ (-656 (-876 |#1|)) (-656 $)) 124)) (-2491 (($ $ (-876 |#1|)) NIL (|has| |#2| (-174)))) (-2770 (($ $ (-656 (-876 |#1|)) (-656 (-783))) NIL) (($ $ (-876 |#1|) (-783)) NIL) (($ $ (-656 (-876 |#1|))) NIL) (($ $ (-876 |#1|)) 59)) (-1967 ((|#3| $) 79) (((-783) $ (-876 |#1|)) 42) (((-656 (-783)) $ (-656 (-876 |#1|))) 62)) (-4169 (((-905 (-390)) $) NIL (-12 (|has| (-876 |#1|) (-626 (-905 (-390)))) (|has| |#2| (-626 (-905 (-390)))))) (((-905 (-576)) $) NIL (-12 (|has| (-876 |#1|) (-626 (-905 (-576)))) (|has| |#2| (-626 (-905 (-576)))))) (((-548) $) NIL (-12 (|has| (-876 |#1|) (-626 (-548))) (|has| |#2| (-626 (-548)))))) (-2145 ((|#2| $) 145 (|has| |#2| (-464))) (($ $ (-876 |#1|)) NIL (|has| |#2| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#2| (-926))))) (-3567 (((-874) $) 173) (($ (-576)) NIL) (($ |#2|) 99) (($ (-876 |#1|)) 39) (($ (-419 (-576))) NIL (-2755 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1057 (-419 (-576)))))) (($ $) NIL (|has| |#2| (-568)))) (-1691 (((-656 |#2|) $) NIL)) (-1749 ((|#2| $ |#3|) NIL) (($ $ (-876 |#1|) (-783)) NIL) (($ $ (-656 (-876 |#1|)) (-656 (-783))) NIL)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#2| (-926))) (|has| |#2| (-146))))) (-2596 (((-783)) NIL T CONST)) (-2217 (($ $ $ (-783)) NIL (|has| |#2| (-174)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL (|has| |#2| (-568)))) (-2716 (($) 22 T CONST)) (-2727 (($) 31 T CONST)) (-2014 (($ $ (-656 (-876 |#1|)) (-656 (-783))) NIL) (($ $ (-876 |#1|) (-783)) NIL) (($ $ (-656 (-876 |#1|))) NIL) (($ $ (-876 |#1|)) NIL)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#2|) 76 (|has| |#2| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) 131)) (** (($ $ (-938)) NIL) (($ $ (-783)) 129)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 36) (($ $ (-419 (-576))) NIL (|has| |#2| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#2| (-38 (-419 (-576))))) (($ |#2| $) 75) (($ $ |#2|) NIL)))
-(((-466 |#1| |#2| |#3|) (-13 (-966 |#2| |#3| (-876 |#1|)) (-10 -8 (-15 -3813 ($ $ (-656 (-576)))))) (-656 (-1195)) (-1068) (-243 (-3500 |#1|) (-783))) (T -466))
-((-3813 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-576))) (-14 *3 (-656 (-1195))) (-5 *1 (-466 *3 *4 *5)) (-4 *4 (-1068)) (-4 *5 (-243 (-3500 *3) (-783))))))
-(-13 (-966 |#2| |#3| (-876 |#1|)) (-10 -8 (-15 -3813 ($ $ (-656 (-576))))))
-((-2723 (((-112) |#1| (-656 |#2|)) 91)) (-1332 (((-3 (-1286 (-656 |#2|)) "failed") (-783) |#1| (-656 |#2|)) 100)) (-3347 (((-3 (-656 |#2|) "failed") |#2| |#1| (-1286 (-656 |#2|))) 102)) (-2234 ((|#2| |#2| |#1|) 35)) (-2988 (((-783) |#2| (-656 |#2|)) 26)))
-(((-467 |#1| |#2|) (-10 -7 (-15 -2234 (|#2| |#2| |#1|)) (-15 -2988 ((-783) |#2| (-656 |#2|))) (-15 -1332 ((-3 (-1286 (-656 |#2|)) "failed") (-783) |#1| (-656 |#2|))) (-15 -3347 ((-3 (-656 |#2|) "failed") |#2| |#1| (-1286 (-656 |#2|)))) (-15 -2723 ((-112) |#1| (-656 |#2|)))) (-317) (-1262 |#1|)) (T -467))
-((-2723 (*1 *2 *3 *4) (-12 (-5 *4 (-656 *5)) (-4 *5 (-1262 *3)) (-4 *3 (-317)) (-5 *2 (-112)) (-5 *1 (-467 *3 *5)))) (-3347 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1286 (-656 *3))) (-4 *4 (-317)) (-5 *2 (-656 *3)) (-5 *1 (-467 *4 *3)) (-4 *3 (-1262 *4)))) (-1332 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-783)) (-4 *4 (-317)) (-4 *6 (-1262 *4)) (-5 *2 (-1286 (-656 *6))) (-5 *1 (-467 *4 *6)) (-5 *5 (-656 *6)))) (-2988 (*1 *2 *3 *4) (-12 (-5 *4 (-656 *3)) (-4 *3 (-1262 *5)) (-4 *5 (-317)) (-5 *2 (-783)) (-5 *1 (-467 *5 *3)))) (-2234 (*1 *2 *2 *3) (-12 (-4 *3 (-317)) (-5 *1 (-467 *3 *2)) (-4 *2 (-1262 *3)))))
-(-10 -7 (-15 -2234 (|#2| |#2| |#1|)) (-15 -2988 ((-783) |#2| (-656 |#2|))) (-15 -1332 ((-3 (-1286 (-656 |#2|)) "failed") (-783) |#1| (-656 |#2|))) (-15 -3347 ((-3 (-656 |#2|) "failed") |#2| |#1| (-1286 (-656 |#2|)))) (-15 -2723 ((-112) |#1| (-656 |#2|))))
-((-1827 (((-430 |#5|) |#5|) 24)))
-(((-468 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1827 ((-430 |#5|) |#5|))) (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $)) (-15 -3052 ((-3 $ "failed") (-1195))))) (-805) (-568) (-568) (-966 |#4| |#2| |#1|)) (T -468))
-((-1827 (*1 *2 *3) (-12 (-4 *4 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $)) (-15 -3052 ((-3 $ "failed") (-1195)))))) (-4 *5 (-805)) (-4 *7 (-568)) (-5 *2 (-430 *3)) (-5 *1 (-468 *4 *5 *6 *7 *3)) (-4 *6 (-568)) (-4 *3 (-966 *7 *5 *4)))))
-(-10 -7 (-15 -1827 ((-430 |#5|) |#5|)))
-((-3939 ((|#3|) 38)) (-4405 (((-1191 |#4|) (-1191 |#4|) (-1191 |#4|)) 34)))
-(((-469 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4405 ((-1191 |#4|) (-1191 |#4|) (-1191 |#4|))) (-15 -3939 (|#3|))) (-805) (-862) (-926) (-966 |#3| |#1| |#2|)) (T -469))
-((-3939 (*1 *2) (-12 (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-926)) (-5 *1 (-469 *3 *4 *2 *5)) (-4 *5 (-966 *2 *3 *4)))) (-4405 (*1 *2 *2 *2) (-12 (-5 *2 (-1191 *6)) (-4 *6 (-966 *5 *3 *4)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-926)) (-5 *1 (-469 *3 *4 *5 *6)))))
-(-10 -7 (-15 -4405 ((-1191 |#4|) (-1191 |#4|) (-1191 |#4|))) (-15 -3939 (|#3|)))
-((-1827 (((-430 (-1191 |#1|)) (-1191 |#1|)) 43)))
-(((-470 |#1|) (-10 -7 (-15 -1827 ((-430 (-1191 |#1|)) (-1191 |#1|)))) (-317)) (T -470))
-((-1827 (*1 *2 *3) (-12 (-4 *4 (-317)) (-5 *2 (-430 (-1191 *4))) (-5 *1 (-470 *4)) (-5 *3 (-1191 *4)))))
-(-10 -7 (-15 -1827 ((-430 (-1191 |#1|)) (-1191 |#1|))))
-((-2003 (((-52) |#2| (-1195) (-304 |#2|) (-1253 (-783))) 44) (((-52) (-1 |#2| (-576)) (-304 |#2|) (-1253 (-783))) 43) (((-52) |#2| (-1195) (-304 |#2|)) 36) (((-52) (-1 |#2| (-576)) (-304 |#2|)) 29)) (-3077 (((-52) |#2| (-1195) (-304 |#2|) (-1253 (-419 (-576))) (-419 (-576))) 88) (((-52) (-1 |#2| (-419 (-576))) (-304 |#2|) (-1253 (-419 (-576))) (-419 (-576))) 87) (((-52) |#2| (-1195) (-304 |#2|) (-1253 (-576))) 86) (((-52) (-1 |#2| (-576)) (-304 |#2|) (-1253 (-576))) 85) (((-52) |#2| (-1195) (-304 |#2|)) 80) (((-52) (-1 |#2| (-576)) (-304 |#2|)) 79)) (-2026 (((-52) |#2| (-1195) (-304 |#2|) (-1253 (-419 (-576))) (-419 (-576))) 74) (((-52) (-1 |#2| (-419 (-576))) (-304 |#2|) (-1253 (-419 (-576))) (-419 (-576))) 72)) (-2015 (((-52) |#2| (-1195) (-304 |#2|) (-1253 (-576))) 51) (((-52) (-1 |#2| (-576)) (-304 |#2|) (-1253 (-576))) 50)))
-(((-471 |#1| |#2|) (-10 -7 (-15 -2003 ((-52) (-1 |#2| (-576)) (-304 |#2|))) (-15 -2003 ((-52) |#2| (-1195) (-304 |#2|))) (-15 -2003 ((-52) (-1 |#2| (-576)) (-304 |#2|) (-1253 (-783)))) (-15 -2003 ((-52) |#2| (-1195) (-304 |#2|) (-1253 (-783)))) (-15 -2015 ((-52) (-1 |#2| (-576)) (-304 |#2|) (-1253 (-576)))) (-15 -2015 ((-52) |#2| (-1195) (-304 |#2|) (-1253 (-576)))) (-15 -2026 ((-52) (-1 |#2| (-419 (-576))) (-304 |#2|) (-1253 (-419 (-576))) (-419 (-576)))) (-15 -2026 ((-52) |#2| (-1195) (-304 |#2|) (-1253 (-419 (-576))) (-419 (-576)))) (-15 -3077 ((-52) (-1 |#2| (-576)) (-304 |#2|))) (-15 -3077 ((-52) |#2| (-1195) (-304 |#2|))) (-15 -3077 ((-52) (-1 |#2| (-576)) (-304 |#2|) (-1253 (-576)))) (-15 -3077 ((-52) |#2| (-1195) (-304 |#2|) (-1253 (-576)))) (-15 -3077 ((-52) (-1 |#2| (-419 (-576))) (-304 |#2|) (-1253 (-419 (-576))) (-419 (-576)))) (-15 -3077 ((-52) |#2| (-1195) (-304 |#2|) (-1253 (-419 (-576))) (-419 (-576))))) (-13 (-568) (-1057 (-576)) (-651 (-576))) (-13 (-27) (-1221) (-442 |#1|))) (T -471))
-((-3077 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1195)) (-5 *5 (-304 *3)) (-5 *6 (-1253 (-419 (-576)))) (-5 *7 (-419 (-576))) (-4 *3 (-13 (-27) (-1221) (-442 *8))) (-4 *8 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *8 *3)))) (-3077 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-419 (-576)))) (-5 *4 (-304 *8)) (-5 *5 (-1253 (-419 (-576)))) (-5 *6 (-419 (-576))) (-4 *8 (-13 (-27) (-1221) (-442 *7))) (-4 *7 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *7 *8)))) (-3077 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1195)) (-5 *5 (-304 *3)) (-5 *6 (-1253 (-576))) (-4 *3 (-13 (-27) (-1221) (-442 *7))) (-4 *7 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *7 *3)))) (-3077 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-576))) (-5 *4 (-304 *7)) (-5 *5 (-1253 (-576))) (-4 *7 (-13 (-27) (-1221) (-442 *6))) (-4 *6 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *6 *7)))) (-3077 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1195)) (-5 *5 (-304 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *6))) (-4 *6 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *6 *3)))) (-3077 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-576))) (-5 *4 (-304 *6)) (-4 *6 (-13 (-27) (-1221) (-442 *5))) (-4 *5 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *5 *6)))) (-2026 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1195)) (-5 *5 (-304 *3)) (-5 *6 (-1253 (-419 (-576)))) (-5 *7 (-419 (-576))) (-4 *3 (-13 (-27) (-1221) (-442 *8))) (-4 *8 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *8 *3)))) (-2026 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-419 (-576)))) (-5 *4 (-304 *8)) (-5 *5 (-1253 (-419 (-576)))) (-5 *6 (-419 (-576))) (-4 *8 (-13 (-27) (-1221) (-442 *7))) (-4 *7 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *7 *8)))) (-2015 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1195)) (-5 *5 (-304 *3)) (-5 *6 (-1253 (-576))) (-4 *3 (-13 (-27) (-1221) (-442 *7))) (-4 *7 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *7 *3)))) (-2015 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-576))) (-5 *4 (-304 *7)) (-5 *5 (-1253 (-576))) (-4 *7 (-13 (-27) (-1221) (-442 *6))) (-4 *6 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *6 *7)))) (-2003 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1195)) (-5 *5 (-304 *3)) (-5 *6 (-1253 (-783))) (-4 *3 (-13 (-27) (-1221) (-442 *7))) (-4 *7 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *7 *3)))) (-2003 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-576))) (-5 *4 (-304 *7)) (-5 *5 (-1253 (-783))) (-4 *7 (-13 (-27) (-1221) (-442 *6))) (-4 *6 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *6 *7)))) (-2003 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1195)) (-5 *5 (-304 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *6))) (-4 *6 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *6 *3)))) (-2003 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-576))) (-5 *4 (-304 *6)) (-4 *6 (-13 (-27) (-1221) (-442 *5))) (-4 *5 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *5 *6)))))
-(-10 -7 (-15 -2003 ((-52) (-1 |#2| (-576)) (-304 |#2|))) (-15 -2003 ((-52) |#2| (-1195) (-304 |#2|))) (-15 -2003 ((-52) (-1 |#2| (-576)) (-304 |#2|) (-1253 (-783)))) (-15 -2003 ((-52) |#2| (-1195) (-304 |#2|) (-1253 (-783)))) (-15 -2015 ((-52) (-1 |#2| (-576)) (-304 |#2|) (-1253 (-576)))) (-15 -2015 ((-52) |#2| (-1195) (-304 |#2|) (-1253 (-576)))) (-15 -2026 ((-52) (-1 |#2| (-419 (-576))) (-304 |#2|) (-1253 (-419 (-576))) (-419 (-576)))) (-15 -2026 ((-52) |#2| (-1195) (-304 |#2|) (-1253 (-419 (-576))) (-419 (-576)))) (-15 -3077 ((-52) (-1 |#2| (-576)) (-304 |#2|))) (-15 -3077 ((-52) |#2| (-1195) (-304 |#2|))) (-15 -3077 ((-52) (-1 |#2| (-576)) (-304 |#2|) (-1253 (-576)))) (-15 -3077 ((-52) |#2| (-1195) (-304 |#2|) (-1253 (-576)))) (-15 -3077 ((-52) (-1 |#2| (-419 (-576))) (-304 |#2|) (-1253 (-419 (-576))) (-419 (-576)))) (-15 -3077 ((-52) |#2| (-1195) (-304 |#2|) (-1253 (-419 (-576))) (-419 (-576)))))
-((-2234 ((|#2| |#2| |#1|) 15)) (-2011 (((-656 |#2|) |#2| (-656 |#2|) |#1| (-938)) 82)) (-1581 (((-2 (|:| |plist| (-656 |#2|)) (|:| |modulo| |#1|)) |#2| (-656 |#2|) |#1| (-938)) 72)))
-(((-472 |#1| |#2|) (-10 -7 (-15 -1581 ((-2 (|:| |plist| (-656 |#2|)) (|:| |modulo| |#1|)) |#2| (-656 |#2|) |#1| (-938))) (-15 -2011 ((-656 |#2|) |#2| (-656 |#2|) |#1| (-938))) (-15 -2234 (|#2| |#2| |#1|))) (-317) (-1262 |#1|)) (T -472))
-((-2234 (*1 *2 *2 *3) (-12 (-4 *3 (-317)) (-5 *1 (-472 *3 *2)) (-4 *2 (-1262 *3)))) (-2011 (*1 *2 *3 *2 *4 *5) (-12 (-5 *2 (-656 *3)) (-5 *5 (-938)) (-4 *3 (-1262 *4)) (-4 *4 (-317)) (-5 *1 (-472 *4 *3)))) (-1581 (*1 *2 *3 *4 *5 *6) (-12 (-5 *6 (-938)) (-4 *5 (-317)) (-4 *3 (-1262 *5)) (-5 *2 (-2 (|:| |plist| (-656 *3)) (|:| |modulo| *5))) (-5 *1 (-472 *5 *3)) (-5 *4 (-656 *3)))))
-(-10 -7 (-15 -1581 ((-2 (|:| |plist| (-656 |#2|)) (|:| |modulo| |#1|)) |#2| (-656 |#2|) |#1| (-938))) (-15 -2011 ((-656 |#2|) |#2| (-656 |#2|) |#1| (-938))) (-15 -2234 (|#2| |#2| |#1|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 28)) (-1723 (($ |#3|) 25)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-2109 (($ $) 32)) (-4251 (($ |#2| |#4| $) 33)) (-1940 (($ |#2| (-725 |#3| |#4| |#5|)) 24)) (-2076 (((-725 |#3| |#4| |#5|) $) 15)) (-1401 ((|#3| $) 19)) (-3122 ((|#4| $) 17)) (-2086 ((|#2| $) 29)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1736 (($ |#2| |#3| |#4|) 26)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 36 T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) 34)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ |#6| $) 40) (($ $ |#6|) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-473 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-729 |#6|) (-729 |#2|) (-10 -8 (-15 -2086 (|#2| $)) (-15 -2076 ((-725 |#3| |#4| |#5|) $)) (-15 -3122 (|#4| $)) (-15 -1401 (|#3| $)) (-15 -2109 ($ $)) (-15 -1940 ($ |#2| (-725 |#3| |#4| |#5|))) (-15 -1723 ($ |#3|)) (-15 -1736 ($ |#2| |#3| |#4|)) (-15 -4251 ($ |#2| |#4| $)) (-15 * ($ |#6| $)))) (-656 (-1195)) (-174) (-862) (-243 (-3500 |#1|) (-783)) (-1 (-112) (-2 (|:| -3222 |#3|) (|:| -2125 |#4|)) (-2 (|:| -3222 |#3|) (|:| -2125 |#4|))) (-966 |#2| |#4| (-876 |#1|))) (T -473))
-((* (*1 *1 *2 *1) (-12 (-14 *3 (-656 (-1195))) (-4 *4 (-174)) (-4 *6 (-243 (-3500 *3) (-783))) (-14 *7 (-1 (-112) (-2 (|:| -3222 *5) (|:| -2125 *6)) (-2 (|:| -3222 *5) (|:| -2125 *6)))) (-5 *1 (-473 *3 *4 *5 *6 *7 *2)) (-4 *5 (-862)) (-4 *2 (-966 *4 *6 (-876 *3))))) (-2086 (*1 *2 *1) (-12 (-14 *3 (-656 (-1195))) (-4 *5 (-243 (-3500 *3) (-783))) (-14 *6 (-1 (-112) (-2 (|:| -3222 *4) (|:| -2125 *5)) (-2 (|:| -3222 *4) (|:| -2125 *5)))) (-4 *2 (-174)) (-5 *1 (-473 *3 *2 *4 *5 *6 *7)) (-4 *4 (-862)) (-4 *7 (-966 *2 *5 (-876 *3))))) (-2076 (*1 *2 *1) (-12 (-14 *3 (-656 (-1195))) (-4 *4 (-174)) (-4 *6 (-243 (-3500 *3) (-783))) (-14 *7 (-1 (-112) (-2 (|:| -3222 *5) (|:| -2125 *6)) (-2 (|:| -3222 *5) (|:| -2125 *6)))) (-5 *2 (-725 *5 *6 *7)) (-5 *1 (-473 *3 *4 *5 *6 *7 *8)) (-4 *5 (-862)) (-4 *8 (-966 *4 *6 (-876 *3))))) (-3122 (*1 *2 *1) (-12 (-14 *3 (-656 (-1195))) (-4 *4 (-174)) (-14 *6 (-1 (-112) (-2 (|:| -3222 *5) (|:| -2125 *2)) (-2 (|:| -3222 *5) (|:| -2125 *2)))) (-4 *2 (-243 (-3500 *3) (-783))) (-5 *1 (-473 *3 *4 *5 *2 *6 *7)) (-4 *5 (-862)) (-4 *7 (-966 *4 *2 (-876 *3))))) (-1401 (*1 *2 *1) (-12 (-14 *3 (-656 (-1195))) (-4 *4 (-174)) (-4 *5 (-243 (-3500 *3) (-783))) (-14 *6 (-1 (-112) (-2 (|:| -3222 *2) (|:| -2125 *5)) (-2 (|:| -3222 *2) (|:| -2125 *5)))) (-4 *2 (-862)) (-5 *1 (-473 *3 *4 *2 *5 *6 *7)) (-4 *7 (-966 *4 *5 (-876 *3))))) (-2109 (*1 *1 *1) (-12 (-14 *2 (-656 (-1195))) (-4 *3 (-174)) (-4 *5 (-243 (-3500 *2) (-783))) (-14 *6 (-1 (-112) (-2 (|:| -3222 *4) (|:| -2125 *5)) (-2 (|:| -3222 *4) (|:| -2125 *5)))) (-5 *1 (-473 *2 *3 *4 *5 *6 *7)) (-4 *4 (-862)) (-4 *7 (-966 *3 *5 (-876 *2))))) (-1940 (*1 *1 *2 *3) (-12 (-5 *3 (-725 *5 *6 *7)) (-4 *5 (-862)) (-4 *6 (-243 (-3500 *4) (-783))) (-14 *7 (-1 (-112) (-2 (|:| -3222 *5) (|:| -2125 *6)) (-2 (|:| -3222 *5) (|:| -2125 *6)))) (-14 *4 (-656 (-1195))) (-4 *2 (-174)) (-5 *1 (-473 *4 *2 *5 *6 *7 *8)) (-4 *8 (-966 *2 *6 (-876 *4))))) (-1723 (*1 *1 *2) (-12 (-14 *3 (-656 (-1195))) (-4 *4 (-174)) (-4 *5 (-243 (-3500 *3) (-783))) (-14 *6 (-1 (-112) (-2 (|:| -3222 *2) (|:| -2125 *5)) (-2 (|:| -3222 *2) (|:| -2125 *5)))) (-5 *1 (-473 *3 *4 *2 *5 *6 *7)) (-4 *2 (-862)) (-4 *7 (-966 *4 *5 (-876 *3))))) (-1736 (*1 *1 *2 *3 *4) (-12 (-14 *5 (-656 (-1195))) (-4 *2 (-174)) (-4 *4 (-243 (-3500 *5) (-783))) (-14 *6 (-1 (-112) (-2 (|:| -3222 *3) (|:| -2125 *4)) (-2 (|:| -3222 *3) (|:| -2125 *4)))) (-5 *1 (-473 *5 *2 *3 *4 *6 *7)) (-4 *3 (-862)) (-4 *7 (-966 *2 *4 (-876 *5))))) (-4251 (*1 *1 *2 *3 *1) (-12 (-14 *4 (-656 (-1195))) (-4 *2 (-174)) (-4 *3 (-243 (-3500 *4) (-783))) (-14 *6 (-1 (-112) (-2 (|:| -3222 *5) (|:| -2125 *3)) (-2 (|:| -3222 *5) (|:| -2125 *3)))) (-5 *1 (-473 *4 *2 *5 *3 *6 *7)) (-4 *5 (-862)) (-4 *7 (-966 *2 *3 (-876 *4))))))
-(-13 (-729 |#6|) (-729 |#2|) (-10 -8 (-15 -2086 (|#2| $)) (-15 -2076 ((-725 |#3| |#4| |#5|) $)) (-15 -3122 (|#4| $)) (-15 -1401 (|#3| $)) (-15 -2109 ($ $)) (-15 -1940 ($ |#2| (-725 |#3| |#4| |#5|))) (-15 -1723 ($ |#3|)) (-15 -1736 ($ |#2| |#3| |#4|)) (-15 -4251 ($ |#2| |#4| $)) (-15 * ($ |#6| $))))
-((-2080 (((-3 |#5| "failed") |#5| |#2| (-1 |#2|)) 39)))
-(((-474 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2080 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|)))) (-805) (-862) (-568) (-966 |#3| |#1| |#2|) (-13 (-1057 (-419 (-576))) (-374) (-10 -8 (-15 -3567 ($ |#4|)) (-15 -1568 (|#4| $)) (-15 -1579 (|#4| $))))) (T -474))
-((-2080 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-862)) (-4 *5 (-805)) (-4 *6 (-568)) (-4 *7 (-966 *6 *5 *3)) (-5 *1 (-474 *5 *3 *6 *7 *2)) (-4 *2 (-13 (-1057 (-419 (-576))) (-374) (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $)) (-15 -1579 (*7 $))))))))
-(-10 -7 (-15 -2080 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|))))
-((-3486 (((-112) $ $) NIL)) (-1960 (((-656 |#3|) $) 41)) (-4157 (((-112) $) NIL)) (-2678 (((-112) $) NIL (|has| |#1| (-568)))) (-1793 (((-2 (|:| |under| $) (|:| -3247 $) (|:| |upper| $)) $ |#3|) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-1966 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-3152 (((-112) $) NIL (|has| |#1| (-568)))) (-1409 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3934 (((-112) $ $) NIL (|has| |#1| (-568)))) (-2986 (((-112) $) NIL (|has| |#1| (-568)))) (-3793 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-3795 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-1570 (((-3 $ "failed") (-656 |#4|)) 49)) (-2857 (($ (-656 |#4|)) NIL)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119))))) (-3942 (($ |#4| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-3477 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-568)))) (-3683 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4462))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4462)))) (-3963 (((-656 |#4|) $) 18 (|has| $ (-6 -4462)))) (-2589 ((|#3| $) 47)) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 |#4|) $) 14 (|has| $ (-6 -4462)))) (-3239 (((-112) |#4| $) 26 (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119))))) (-4320 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#4| |#4|) $) 21)) (-1544 (((-656 |#3|) $) NIL)) (-1582 (((-112) |#3| $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL)) (-4148 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-568)))) (-1448 (((-1139) $) NIL)) (-2295 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-3626 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 |#4|) (-656 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-304 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-656 (-304 |#4|))) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) 39)) (-1854 (($) 17)) (-1458 (((-783) |#4| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119)))) (((-783) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) 16)) (-4169 (((-548) $) NIL (|has| |#4| (-626 (-548)))) (($ (-656 |#4|)) 51)) (-3579 (($ (-656 |#4|)) 13)) (-3877 (($ $ |#3|) NIL)) (-2831 (($ $ |#3|) NIL)) (-2157 (($ $ |#3|) NIL)) (-3567 (((-874) $) 38) (((-656 |#4|) $) 50)) (-1540 (((-112) $ $) NIL)) (-2306 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 30)) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-475 |#1| |#2| |#3| |#4|) (-13 (-995 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4169 ($ (-656 |#4|))) (-6 -4462) (-6 -4463))) (-1068) (-805) (-862) (-1084 |#1| |#2| |#3|)) (T -475))
-((-4169 (*1 *1 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-475 *3 *4 *5 *6)))))
-(-13 (-995 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4169 ($ (-656 |#4|))) (-6 -4462) (-6 -4463)))
-((-2716 (($) 11)) (-2727 (($) 13)) (* (($ |#2| $) 15) (($ $ |#2|) 16)))
-(((-476 |#1| |#2| |#3|) (-10 -8 (-15 -2727 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -2716 (|#1|))) (-477 |#2| |#3|) (-174) (-23)) (T -476))
-NIL
-(-10 -8 (-15 -2727 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -2716 (|#1|)))
-((-3486 (((-112) $ $) 6)) (-1570 (((-3 |#1| "failed") $) 27)) (-2857 ((|#1| $) 28)) (-2218 (($ $ $) 24)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-1967 ((|#2| $) 20)) (-3567 (((-874) $) 12) (($ |#1|) 26)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2727 (($) 25 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 16) (($ $ $) 14)) (-3027 (($ $ $) 15)) (* (($ |#1| $) 18) (($ $ |#1|) 17)))
+((-3115 (*1 *1 *1 *1) (-4 *1 (-464))) (-3115 (*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-464)))) (-3078 (*1 *1 *1 *1) (-4 *1 (-464))) (-3078 (*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-464)))) (-2374 (*1 *2 *2 *2) (-12 (-5 *2 (-1193 *1)) (-4 *1 (-464)))))
+(-13 (-568) (-10 -8 (-15 -3115 ($ $ $)) (-15 -3115 ($ (-656 $))) (-15 -3078 ($ $ $)) (-15 -3078 ($ (-656 $))) (-15 -2374 ((-1193 $) (-1193 $) (-1193 $)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-300) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-1072 $) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-4352 (((-3 $ "failed")) NIL (|has| (-419 (-971 |#1|)) (-568)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4235 (((-1288 (-701 (-419 (-971 |#1|)))) (-1288 $)) NIL) (((-1288 (-701 (-419 (-971 |#1|))))) NIL)) (-1667 (((-1288 $)) NIL)) (-3853 (($) NIL T CONST)) (-1568 (((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed")) NIL)) (-4398 (((-3 $ "failed")) NIL (|has| (-419 (-971 |#1|)) (-568)))) (-3998 (((-701 (-419 (-971 |#1|))) (-1288 $)) NIL) (((-701 (-419 (-971 |#1|)))) NIL)) (-1557 (((-419 (-971 |#1|)) $) NIL)) (-3726 (((-701 (-419 (-971 |#1|))) $ (-1288 $)) NIL) (((-701 (-419 (-971 |#1|))) $) NIL)) (-2783 (((-3 $ "failed") $) NIL (|has| (-419 (-971 |#1|)) (-568)))) (-3301 (((-1193 (-971 (-419 (-971 |#1|))))) NIL (|has| (-419 (-971 |#1|)) (-374))) (((-1193 (-419 (-971 |#1|)))) 90 (|has| |#1| (-568)))) (-3679 (($ $ (-940)) NIL)) (-4309 (((-419 (-971 |#1|)) $) NIL)) (-4163 (((-1193 (-419 (-971 |#1|))) $) 88 (|has| (-419 (-971 |#1|)) (-568)))) (-3779 (((-419 (-971 |#1|)) (-1288 $)) NIL) (((-419 (-971 |#1|))) NIL)) (-4098 (((-1193 (-419 (-971 |#1|))) $) NIL)) (-3782 (((-112)) NIL)) (-3093 (($ (-1288 (-419 (-971 |#1|))) (-1288 $)) 114) (($ (-1288 (-419 (-971 |#1|)))) NIL)) (-2413 (((-3 $ "failed") $) NIL (|has| (-419 (-971 |#1|)) (-568)))) (-4136 (((-940)) NIL)) (-1493 (((-112)) NIL)) (-3228 (($ $ (-940)) NIL)) (-4016 (((-112)) NIL)) (-2352 (((-112)) NIL)) (-2028 (((-112)) NIL)) (-1711 (((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed")) NIL)) (-3344 (((-3 $ "failed")) NIL (|has| (-419 (-971 |#1|)) (-568)))) (-3746 (((-701 (-419 (-971 |#1|))) (-1288 $)) NIL) (((-701 (-419 (-971 |#1|)))) NIL)) (-3167 (((-419 (-971 |#1|)) $) NIL)) (-2697 (((-701 (-419 (-971 |#1|))) $ (-1288 $)) NIL) (((-701 (-419 (-971 |#1|))) $) NIL)) (-3191 (((-3 $ "failed") $) NIL (|has| (-419 (-971 |#1|)) (-568)))) (-2639 (((-1193 (-971 (-419 (-971 |#1|))))) NIL (|has| (-419 (-971 |#1|)) (-374))) (((-1193 (-419 (-971 |#1|)))) 89 (|has| |#1| (-568)))) (-3171 (($ $ (-940)) NIL)) (-3233 (((-419 (-971 |#1|)) $) NIL)) (-3682 (((-1193 (-419 (-971 |#1|))) $) 85 (|has| (-419 (-971 |#1|)) (-568)))) (-4396 (((-419 (-971 |#1|)) (-1288 $)) NIL) (((-419 (-971 |#1|))) NIL)) (-4120 (((-1193 (-419 (-971 |#1|))) $) NIL)) (-3668 (((-112)) NIL)) (-4185 (((-1179) $) NIL)) (-3601 (((-112)) NIL)) (-2018 (((-112)) NIL)) (-2798 (((-112)) NIL)) (-3117 (((-1141) $) NIL)) (-4429 (((-419 (-971 |#1|)) $ $) 76 (|has| |#1| (-568)))) (-4407 (((-419 (-971 |#1|)) $) 100 (|has| |#1| (-568)))) (-3247 (((-419 (-971 |#1|)) $) 104 (|has| |#1| (-568)))) (-3009 (((-1193 (-419 (-971 |#1|))) $) 94 (|has| |#1| (-568)))) (-1790 (((-419 (-971 |#1|))) 77 (|has| |#1| (-568)))) (-2847 (((-419 (-971 |#1|)) $ $) 69 (|has| |#1| (-568)))) (-2243 (((-419 (-971 |#1|)) $) 99 (|has| |#1| (-568)))) (-3189 (((-419 (-971 |#1|)) $) 103 (|has| |#1| (-568)))) (-3082 (((-1193 (-419 (-971 |#1|))) $) 93 (|has| |#1| (-568)))) (-1558 (((-419 (-971 |#1|))) 73 (|has| |#1| (-568)))) (-3437 (($) 110) (($ (-1197)) 118) (($ (-1288 (-1197))) 117) (($ (-1288 $)) 105) (($ (-1197) (-1288 $)) 116) (($ (-1288 (-1197)) (-1288 $)) 115)) (-2022 (((-112)) NIL)) (-4369 (((-419 (-971 |#1|)) $ (-576)) NIL)) (-3219 (((-1288 (-419 (-971 |#1|))) $ (-1288 $)) 107) (((-701 (-419 (-971 |#1|))) (-1288 $) (-1288 $)) NIL) (((-1288 (-419 (-971 |#1|))) $) 43) (((-701 (-419 (-971 |#1|))) (-1288 $)) NIL)) (-1554 (((-1288 (-419 (-971 |#1|))) $) NIL) (($ (-1288 (-419 (-971 |#1|)))) 40)) (-2189 (((-656 (-971 (-419 (-971 |#1|)))) (-1288 $)) NIL) (((-656 (-971 (-419 (-971 |#1|))))) NIL) (((-656 (-971 |#1|)) (-1288 $)) 108 (|has| |#1| (-568))) (((-656 (-971 |#1|))) 109 (|has| |#1| (-568)))) (-3595 (($ $ $) NIL)) (-3954 (((-112)) NIL)) (-4114 (((-876) $) NIL) (($ (-1288 (-419 (-971 |#1|)))) NIL)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) 65)) (-2136 (((-656 (-1288 (-419 (-971 |#1|))))) NIL (|has| (-419 (-971 |#1|)) (-568)))) (-2781 (($ $ $ $) NIL)) (-3174 (((-112)) NIL)) (-2653 (($ (-701 (-419 (-971 |#1|))) $) NIL)) (-1800 (($ $ $) NIL)) (-3590 (((-112)) NIL)) (-2112 (((-112)) NIL)) (-2000 (((-112)) NIL)) (-4312 (($) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) 106)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 61) (($ $ (-419 (-971 |#1|))) NIL) (($ (-419 (-971 |#1|)) $) NIL) (($ (-1163 |#2| (-419 (-971 |#1|))) $) NIL)))
+(((-465 |#1| |#2| |#3| |#4|) (-13 (-429 (-419 (-971 |#1|))) (-660 (-1163 |#2| (-419 (-971 |#1|)))) (-10 -8 (-15 -4114 ($ (-1288 (-419 (-971 |#1|))))) (-15 -1711 ((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed"))) (-15 -1568 ((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed"))) (-15 -3437 ($)) (-15 -3437 ($ (-1197))) (-15 -3437 ($ (-1288 (-1197)))) (-15 -3437 ($ (-1288 $))) (-15 -3437 ($ (-1197) (-1288 $))) (-15 -3437 ($ (-1288 (-1197)) (-1288 $))) (IF (|has| |#1| (-568)) (PROGN (-15 -2639 ((-1193 (-419 (-971 |#1|))))) (-15 -3082 ((-1193 (-419 (-971 |#1|))) $)) (-15 -2243 ((-419 (-971 |#1|)) $)) (-15 -3189 ((-419 (-971 |#1|)) $)) (-15 -3301 ((-1193 (-419 (-971 |#1|))))) (-15 -3009 ((-1193 (-419 (-971 |#1|))) $)) (-15 -4407 ((-419 (-971 |#1|)) $)) (-15 -3247 ((-419 (-971 |#1|)) $)) (-15 -2847 ((-419 (-971 |#1|)) $ $)) (-15 -1558 ((-419 (-971 |#1|)))) (-15 -4429 ((-419 (-971 |#1|)) $ $)) (-15 -1790 ((-419 (-971 |#1|)))) (-15 -2189 ((-656 (-971 |#1|)) (-1288 $))) (-15 -2189 ((-656 (-971 |#1|))))) |%noBranch|))) (-174) (-940) (-656 (-1197)) (-1288 (-701 |#1|))) (T -465))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1288 (-419 (-971 *3)))) (-4 *3 (-174)) (-14 *6 (-1288 (-701 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))))) (-1711 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-465 *3 *4 *5 *6)) (|:| -1726 (-656 (-465 *3 *4 *5 *6))))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))) (-1568 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-465 *3 *4 *5 *6)) (|:| -1726 (-656 (-465 *3 *4 *5 *6))))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))) (-3437 (*1 *1) (-12 (-5 *1 (-465 *2 *3 *4 *5)) (-4 *2 (-174)) (-14 *3 (-940)) (-14 *4 (-656 (-1197))) (-14 *5 (-1288 (-701 *2))))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 *2)) (-14 *6 (-1288 (-701 *3))))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-1288 (-1197))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-1288 (-465 *3 *4 *5 *6))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))) (-3437 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-465 *4 *5 *6 *7))) (-5 *1 (-465 *4 *5 *6 *7)) (-4 *4 (-174)) (-14 *5 (-940)) (-14 *6 (-656 *2)) (-14 *7 (-1288 (-701 *4))))) (-3437 (*1 *1 *2 *3) (-12 (-5 *2 (-1288 (-1197))) (-5 *3 (-1288 (-465 *4 *5 *6 *7))) (-5 *1 (-465 *4 *5 *6 *7)) (-4 *4 (-174)) (-14 *5 (-940)) (-14 *6 (-656 (-1197))) (-14 *7 (-1288 (-701 *4))))) (-2639 (*1 *2) (-12 (-5 *2 (-1193 (-419 (-971 *3)))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))) (-3082 (*1 *2 *1) (-12 (-5 *2 (-1193 (-419 (-971 *3)))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))) (-2243 (*1 *2 *1) (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))) (-3189 (*1 *2 *1) (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))) (-3301 (*1 *2) (-12 (-5 *2 (-1193 (-419 (-971 *3)))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))) (-3009 (*1 *2 *1) (-12 (-5 *2 (-1193 (-419 (-971 *3)))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))) (-4407 (*1 *2 *1) (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))) (-3247 (*1 *2 *1) (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))) (-2847 (*1 *2 *1 *1) (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))) (-1558 (*1 *2) (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))) (-4429 (*1 *2 *1 *1) (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))) (-1790 (*1 *2) (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))) (-2189 (*1 *2 *3) (-12 (-5 *3 (-1288 (-465 *4 *5 *6 *7))) (-5 *2 (-656 (-971 *4))) (-5 *1 (-465 *4 *5 *6 *7)) (-4 *4 (-568)) (-4 *4 (-174)) (-14 *5 (-940)) (-14 *6 (-656 (-1197))) (-14 *7 (-1288 (-701 *4))))) (-2189 (*1 *2) (-12 (-5 *2 (-656 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))))
+(-13 (-429 (-419 (-971 |#1|))) (-660 (-1163 |#2| (-419 (-971 |#1|)))) (-10 -8 (-15 -4114 ($ (-1288 (-419 (-971 |#1|))))) (-15 -1711 ((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed"))) (-15 -1568 ((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed"))) (-15 -3437 ($)) (-15 -3437 ($ (-1197))) (-15 -3437 ($ (-1288 (-1197)))) (-15 -3437 ($ (-1288 $))) (-15 -3437 ($ (-1197) (-1288 $))) (-15 -3437 ($ (-1288 (-1197)) (-1288 $))) (IF (|has| |#1| (-568)) (PROGN (-15 -2639 ((-1193 (-419 (-971 |#1|))))) (-15 -3082 ((-1193 (-419 (-971 |#1|))) $)) (-15 -2243 ((-419 (-971 |#1|)) $)) (-15 -3189 ((-419 (-971 |#1|)) $)) (-15 -3301 ((-1193 (-419 (-971 |#1|))))) (-15 -3009 ((-1193 (-419 (-971 |#1|))) $)) (-15 -4407 ((-419 (-971 |#1|)) $)) (-15 -3247 ((-419 (-971 |#1|)) $)) (-15 -2847 ((-419 (-971 |#1|)) $ $)) (-15 -1558 ((-419 (-971 |#1|)))) (-15 -4429 ((-419 (-971 |#1|)) $ $)) (-15 -1790 ((-419 (-971 |#1|)))) (-15 -2189 ((-656 (-971 |#1|)) (-1288 $))) (-15 -2189 ((-656 (-971 |#1|))))) |%noBranch|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 18)) (-1583 (((-656 (-878 |#1|)) $) 87)) (-1420 (((-1193 $) $ (-878 |#1|)) 52) (((-1193 |#2|) $) 138)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#2| (-568)))) (-2116 (($ $) NIL (|has| |#2| (-568)))) (-2898 (((-112) $) NIL (|has| |#2| (-568)))) (-2392 (((-783) $) 27) (((-783) $ (-656 (-878 |#1|))) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-4068 (($ $) NIL (|has| |#2| (-464)))) (-2068 (((-430 $) $) NIL (|has| |#2| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#2| "failed") $) 50) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#2| (-1059 (-576)))) (((-3 (-878 |#1|) "failed") $) NIL)) (-2318 ((|#2| $) 48) (((-419 (-576)) $) NIL (|has| |#2| (-1059 (-419 (-576))))) (((-576) $) NIL (|has| |#2| (-1059 (-576)))) (((-878 |#1|) $) NIL)) (-1751 (($ $ $ (-878 |#1|)) NIL (|has| |#2| (-174)))) (-1588 (($ $ (-656 (-576))) 93)) (-3310 (($ $) 80)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) NIL) (((-701 |#2|) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1770 (($ $) NIL (|has| |#2| (-464))) (($ $ (-878 |#1|)) NIL (|has| |#2| (-464)))) (-3297 (((-656 $) $) NIL)) (-3742 (((-112) $) NIL (|has| |#2| (-928)))) (-4308 (($ $ |#2| |#3| $) NIL)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (-12 (|has| (-878 |#1|) (-901 (-390))) (|has| |#2| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (-12 (|has| (-878 |#1|) (-901 (-576))) (|has| |#2| (-901 (-576)))))) (-3315 (((-112) $) NIL)) (-2509 (((-783) $) 65)) (-1572 (($ (-1193 |#2|) (-878 |#1|)) 143) (($ (-1193 $) (-878 |#1|)) 58)) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) 68)) (-1562 (($ |#2| |#3|) 35) (($ $ (-878 |#1|) (-783)) 37) (($ $ (-656 (-878 |#1|)) (-656 (-783))) NIL)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ (-878 |#1|)) NIL)) (-4269 ((|#3| $) NIL) (((-783) $ (-878 |#1|)) 56) (((-656 (-783)) $ (-656 (-878 |#1|))) 63)) (-1504 (($ (-1 |#3| |#3|) $) NIL)) (-2423 (($ (-1 |#2| |#2|) $) NIL)) (-1706 (((-3 (-878 |#1|) "failed") $) 45)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-1288 $) $) NIL) (((-701 |#2|) (-1288 $)) NIL)) (-1697 (($ $) NIL)) (-1708 ((|#2| $) 47)) (-3078 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-4185 (((-1179) $) NIL)) (-4383 (((-3 (-656 $) "failed") $) NIL)) (-2453 (((-3 (-656 $) "failed") $) NIL)) (-2344 (((-3 (-2 (|:| |var| (-878 |#1|)) (|:| -3744 (-783))) "failed") $) NIL)) (-3117 (((-1141) $) NIL)) (-1677 (((-112) $) 46)) (-1684 ((|#2| $) 136)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#2| (-464)))) (-3115 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) 149 (|has| |#2| (-464)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-1452 (((-430 $) $) NIL (|has| |#2| (-928)))) (-1943 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-568)))) (-2143 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-878 |#1|) |#2|) 100) (($ $ (-656 (-878 |#1|)) (-656 |#2|)) 106) (($ $ (-878 |#1|) $) 98) (($ $ (-656 (-878 |#1|)) (-656 $)) 124)) (-3053 (($ $ (-878 |#1|)) NIL (|has| |#2| (-174)))) (-4107 (($ $ (-656 (-878 |#1|)) (-656 (-783))) NIL) (($ $ (-878 |#1|) (-783)) NIL) (($ $ (-656 (-878 |#1|))) NIL) (($ $ (-878 |#1|)) 59)) (-2786 ((|#3| $) 79) (((-783) $ (-878 |#1|)) 42) (((-656 (-783)) $ (-656 (-878 |#1|))) 62)) (-1554 (((-907 (-390)) $) NIL (-12 (|has| (-878 |#1|) (-626 (-907 (-390)))) (|has| |#2| (-626 (-907 (-390)))))) (((-907 (-576)) $) NIL (-12 (|has| (-878 |#1|) (-626 (-907 (-576)))) (|has| |#2| (-626 (-907 (-576)))))) (((-548) $) NIL (-12 (|has| (-878 |#1|) (-626 (-548))) (|has| |#2| (-626 (-548)))))) (-3929 ((|#2| $) 145 (|has| |#2| (-464))) (($ $ (-878 |#1|)) NIL (|has| |#2| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#2| (-928))))) (-4114 (((-876) $) 173) (($ (-576)) NIL) (($ |#2|) 99) (($ (-878 |#1|)) 39) (($ (-419 (-576))) NIL (-3795 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1059 (-419 (-576)))))) (($ $) NIL (|has| |#2| (-568)))) (-1923 (((-656 |#2|) $) NIL)) (-1341 ((|#2| $ |#3|) NIL) (($ $ (-878 |#1|) (-783)) NIL) (($ $ (-656 (-878 |#1|)) (-656 (-783))) NIL)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#2| (-928))) (|has| |#2| (-146))))) (-2864 (((-783)) NIL T CONST)) (-3365 (($ $ $ (-783)) NIL (|has| |#2| (-174)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL (|has| |#2| (-568)))) (-4312 (($) 22 T CONST)) (-4322 (($) 31 T CONST)) (-3157 (($ $ (-656 (-878 |#1|)) (-656 (-783))) NIL) (($ $ (-878 |#1|) (-783)) NIL) (($ $ (-656 (-878 |#1|))) NIL) (($ $ (-878 |#1|)) NIL)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#2|) 76 (|has| |#2| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) 131)) (** (($ $ (-940)) NIL) (($ $ (-783)) 129)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 36) (($ $ (-419 (-576))) NIL (|has| |#2| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#2| (-38 (-419 (-576))))) (($ |#2| $) 75) (($ $ |#2|) NIL)))
+(((-466 |#1| |#2| |#3|) (-13 (-968 |#2| |#3| (-878 |#1|)) (-10 -8 (-15 -1588 ($ $ (-656 (-576)))))) (-656 (-1197)) (-1070) (-243 (-1968 |#1|) (-783))) (T -466))
+((-1588 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-576))) (-14 *3 (-656 (-1197))) (-5 *1 (-466 *3 *4 *5)) (-4 *4 (-1070)) (-4 *5 (-243 (-1968 *3) (-783))))))
+(-13 (-968 |#2| |#3| (-878 |#1|)) (-10 -8 (-15 -1588 ($ $ (-656 (-576))))))
+((-1499 (((-112) |#1| (-656 |#2|)) 91)) (-2309 (((-3 (-1288 (-656 |#2|)) "failed") (-783) |#1| (-656 |#2|)) 100)) (-2552 (((-3 (-656 |#2|) "failed") |#2| |#1| (-1288 (-656 |#2|))) 102)) (-3565 ((|#2| |#2| |#1|) 35)) (-3328 (((-783) |#2| (-656 |#2|)) 26)))
+(((-467 |#1| |#2|) (-10 -7 (-15 -3565 (|#2| |#2| |#1|)) (-15 -3328 ((-783) |#2| (-656 |#2|))) (-15 -2309 ((-3 (-1288 (-656 |#2|)) "failed") (-783) |#1| (-656 |#2|))) (-15 -2552 ((-3 (-656 |#2|) "failed") |#2| |#1| (-1288 (-656 |#2|)))) (-15 -1499 ((-112) |#1| (-656 |#2|)))) (-317) (-1264 |#1|)) (T -467))
+((-1499 (*1 *2 *3 *4) (-12 (-5 *4 (-656 *5)) (-4 *5 (-1264 *3)) (-4 *3 (-317)) (-5 *2 (-112)) (-5 *1 (-467 *3 *5)))) (-2552 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1288 (-656 *3))) (-4 *4 (-317)) (-5 *2 (-656 *3)) (-5 *1 (-467 *4 *3)) (-4 *3 (-1264 *4)))) (-2309 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-783)) (-4 *4 (-317)) (-4 *6 (-1264 *4)) (-5 *2 (-1288 (-656 *6))) (-5 *1 (-467 *4 *6)) (-5 *5 (-656 *6)))) (-3328 (*1 *2 *3 *4) (-12 (-5 *4 (-656 *3)) (-4 *3 (-1264 *5)) (-4 *5 (-317)) (-5 *2 (-783)) (-5 *1 (-467 *5 *3)))) (-3565 (*1 *2 *2 *3) (-12 (-4 *3 (-317)) (-5 *1 (-467 *3 *2)) (-4 *2 (-1264 *3)))))
+(-10 -7 (-15 -3565 (|#2| |#2| |#1|)) (-15 -3328 ((-783) |#2| (-656 |#2|))) (-15 -2309 ((-3 (-1288 (-656 |#2|)) "failed") (-783) |#1| (-656 |#2|))) (-15 -2552 ((-3 (-656 |#2|) "failed") |#2| |#1| (-1288 (-656 |#2|)))) (-15 -1499 ((-112) |#1| (-656 |#2|))))
+((-1452 (((-430 |#5|) |#5|) 24)))
+(((-468 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1452 ((-430 |#5|) |#5|))) (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $)) (-15 -1652 ((-3 $ "failed") (-1197))))) (-805) (-568) (-568) (-968 |#4| |#2| |#1|)) (T -468))
+((-1452 (*1 *2 *3) (-12 (-4 *4 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $)) (-15 -1652 ((-3 $ "failed") (-1197)))))) (-4 *5 (-805)) (-4 *7 (-568)) (-5 *2 (-430 *3)) (-5 *1 (-468 *4 *5 *6 *7 *3)) (-4 *6 (-568)) (-4 *3 (-968 *7 *5 *4)))))
+(-10 -7 (-15 -1452 ((-430 |#5|) |#5|)))
+((-3502 ((|#3|) 38)) (-2374 (((-1193 |#4|) (-1193 |#4|) (-1193 |#4|)) 34)))
+(((-469 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2374 ((-1193 |#4|) (-1193 |#4|) (-1193 |#4|))) (-15 -3502 (|#3|))) (-805) (-862) (-928) (-968 |#3| |#1| |#2|)) (T -469))
+((-3502 (*1 *2) (-12 (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-928)) (-5 *1 (-469 *3 *4 *2 *5)) (-4 *5 (-968 *2 *3 *4)))) (-2374 (*1 *2 *2 *2) (-12 (-5 *2 (-1193 *6)) (-4 *6 (-968 *5 *3 *4)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-928)) (-5 *1 (-469 *3 *4 *5 *6)))))
+(-10 -7 (-15 -2374 ((-1193 |#4|) (-1193 |#4|) (-1193 |#4|))) (-15 -3502 (|#3|)))
+((-1452 (((-430 (-1193 |#1|)) (-1193 |#1|)) 43)))
+(((-470 |#1|) (-10 -7 (-15 -1452 ((-430 (-1193 |#1|)) (-1193 |#1|)))) (-317)) (T -470))
+((-1452 (*1 *2 *3) (-12 (-4 *4 (-317)) (-5 *2 (-430 (-1193 *4))) (-5 *1 (-470 *4)) (-5 *3 (-1193 *4)))))
+(-10 -7 (-15 -1452 ((-430 (-1193 |#1|)) (-1193 |#1|))))
+((-1628 (((-52) |#2| (-1197) (-304 |#2|) (-1255 (-783))) 44) (((-52) (-1 |#2| (-576)) (-304 |#2|) (-1255 (-783))) 43) (((-52) |#2| (-1197) (-304 |#2|)) 36) (((-52) (-1 |#2| (-576)) (-304 |#2|)) 29)) (-2861 (((-52) |#2| (-1197) (-304 |#2|) (-1255 (-419 (-576))) (-419 (-576))) 88) (((-52) (-1 |#2| (-419 (-576))) (-304 |#2|) (-1255 (-419 (-576))) (-419 (-576))) 87) (((-52) |#2| (-1197) (-304 |#2|) (-1255 (-576))) 86) (((-52) (-1 |#2| (-576)) (-304 |#2|) (-1255 (-576))) 85) (((-52) |#2| (-1197) (-304 |#2|)) 80) (((-52) (-1 |#2| (-576)) (-304 |#2|)) 79)) (-1646 (((-52) |#2| (-1197) (-304 |#2|) (-1255 (-419 (-576))) (-419 (-576))) 74) (((-52) (-1 |#2| (-419 (-576))) (-304 |#2|) (-1255 (-419 (-576))) (-419 (-576))) 72)) (-1637 (((-52) |#2| (-1197) (-304 |#2|) (-1255 (-576))) 51) (((-52) (-1 |#2| (-576)) (-304 |#2|) (-1255 (-576))) 50)))
+(((-471 |#1| |#2|) (-10 -7 (-15 -1628 ((-52) (-1 |#2| (-576)) (-304 |#2|))) (-15 -1628 ((-52) |#2| (-1197) (-304 |#2|))) (-15 -1628 ((-52) (-1 |#2| (-576)) (-304 |#2|) (-1255 (-783)))) (-15 -1628 ((-52) |#2| (-1197) (-304 |#2|) (-1255 (-783)))) (-15 -1637 ((-52) (-1 |#2| (-576)) (-304 |#2|) (-1255 (-576)))) (-15 -1637 ((-52) |#2| (-1197) (-304 |#2|) (-1255 (-576)))) (-15 -1646 ((-52) (-1 |#2| (-419 (-576))) (-304 |#2|) (-1255 (-419 (-576))) (-419 (-576)))) (-15 -1646 ((-52) |#2| (-1197) (-304 |#2|) (-1255 (-419 (-576))) (-419 (-576)))) (-15 -2861 ((-52) (-1 |#2| (-576)) (-304 |#2|))) (-15 -2861 ((-52) |#2| (-1197) (-304 |#2|))) (-15 -2861 ((-52) (-1 |#2| (-576)) (-304 |#2|) (-1255 (-576)))) (-15 -2861 ((-52) |#2| (-1197) (-304 |#2|) (-1255 (-576)))) (-15 -2861 ((-52) (-1 |#2| (-419 (-576))) (-304 |#2|) (-1255 (-419 (-576))) (-419 (-576)))) (-15 -2861 ((-52) |#2| (-1197) (-304 |#2|) (-1255 (-419 (-576))) (-419 (-576))))) (-13 (-568) (-1059 (-576)) (-651 (-576))) (-13 (-27) (-1223) (-442 |#1|))) (T -471))
+((-2861 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1197)) (-5 *5 (-304 *3)) (-5 *6 (-1255 (-419 (-576)))) (-5 *7 (-419 (-576))) (-4 *3 (-13 (-27) (-1223) (-442 *8))) (-4 *8 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *8 *3)))) (-2861 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-419 (-576)))) (-5 *4 (-304 *8)) (-5 *5 (-1255 (-419 (-576)))) (-5 *6 (-419 (-576))) (-4 *8 (-13 (-27) (-1223) (-442 *7))) (-4 *7 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *7 *8)))) (-2861 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1197)) (-5 *5 (-304 *3)) (-5 *6 (-1255 (-576))) (-4 *3 (-13 (-27) (-1223) (-442 *7))) (-4 *7 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *7 *3)))) (-2861 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-576))) (-5 *4 (-304 *7)) (-5 *5 (-1255 (-576))) (-4 *7 (-13 (-27) (-1223) (-442 *6))) (-4 *6 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *6 *7)))) (-2861 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1197)) (-5 *5 (-304 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *6))) (-4 *6 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *6 *3)))) (-2861 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-576))) (-5 *4 (-304 *6)) (-4 *6 (-13 (-27) (-1223) (-442 *5))) (-4 *5 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *5 *6)))) (-1646 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1197)) (-5 *5 (-304 *3)) (-5 *6 (-1255 (-419 (-576)))) (-5 *7 (-419 (-576))) (-4 *3 (-13 (-27) (-1223) (-442 *8))) (-4 *8 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *8 *3)))) (-1646 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-419 (-576)))) (-5 *4 (-304 *8)) (-5 *5 (-1255 (-419 (-576)))) (-5 *6 (-419 (-576))) (-4 *8 (-13 (-27) (-1223) (-442 *7))) (-4 *7 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *7 *8)))) (-1637 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1197)) (-5 *5 (-304 *3)) (-5 *6 (-1255 (-576))) (-4 *3 (-13 (-27) (-1223) (-442 *7))) (-4 *7 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *7 *3)))) (-1637 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-576))) (-5 *4 (-304 *7)) (-5 *5 (-1255 (-576))) (-4 *7 (-13 (-27) (-1223) (-442 *6))) (-4 *6 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *6 *7)))) (-1628 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1197)) (-5 *5 (-304 *3)) (-5 *6 (-1255 (-783))) (-4 *3 (-13 (-27) (-1223) (-442 *7))) (-4 *7 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *7 *3)))) (-1628 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-576))) (-5 *4 (-304 *7)) (-5 *5 (-1255 (-783))) (-4 *7 (-13 (-27) (-1223) (-442 *6))) (-4 *6 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *6 *7)))) (-1628 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1197)) (-5 *5 (-304 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *6))) (-4 *6 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *6 *3)))) (-1628 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-576))) (-5 *4 (-304 *6)) (-4 *6 (-13 (-27) (-1223) (-442 *5))) (-4 *5 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52)) (-5 *1 (-471 *5 *6)))))
+(-10 -7 (-15 -1628 ((-52) (-1 |#2| (-576)) (-304 |#2|))) (-15 -1628 ((-52) |#2| (-1197) (-304 |#2|))) (-15 -1628 ((-52) (-1 |#2| (-576)) (-304 |#2|) (-1255 (-783)))) (-15 -1628 ((-52) |#2| (-1197) (-304 |#2|) (-1255 (-783)))) (-15 -1637 ((-52) (-1 |#2| (-576)) (-304 |#2|) (-1255 (-576)))) (-15 -1637 ((-52) |#2| (-1197) (-304 |#2|) (-1255 (-576)))) (-15 -1646 ((-52) (-1 |#2| (-419 (-576))) (-304 |#2|) (-1255 (-419 (-576))) (-419 (-576)))) (-15 -1646 ((-52) |#2| (-1197) (-304 |#2|) (-1255 (-419 (-576))) (-419 (-576)))) (-15 -2861 ((-52) (-1 |#2| (-576)) (-304 |#2|))) (-15 -2861 ((-52) |#2| (-1197) (-304 |#2|))) (-15 -2861 ((-52) (-1 |#2| (-576)) (-304 |#2|) (-1255 (-576)))) (-15 -2861 ((-52) |#2| (-1197) (-304 |#2|) (-1255 (-576)))) (-15 -2861 ((-52) (-1 |#2| (-419 (-576))) (-304 |#2|) (-1255 (-419 (-576))) (-419 (-576)))) (-15 -2861 ((-52) |#2| (-1197) (-304 |#2|) (-1255 (-419 (-576))) (-419 (-576)))))
+((-3565 ((|#2| |#2| |#1|) 15)) (-1928 (((-656 |#2|) |#2| (-656 |#2|) |#1| (-940)) 82)) (-3425 (((-2 (|:| |plist| (-656 |#2|)) (|:| |modulo| |#1|)) |#2| (-656 |#2|) |#1| (-940)) 72)))
+(((-472 |#1| |#2|) (-10 -7 (-15 -3425 ((-2 (|:| |plist| (-656 |#2|)) (|:| |modulo| |#1|)) |#2| (-656 |#2|) |#1| (-940))) (-15 -1928 ((-656 |#2|) |#2| (-656 |#2|) |#1| (-940))) (-15 -3565 (|#2| |#2| |#1|))) (-317) (-1264 |#1|)) (T -472))
+((-3565 (*1 *2 *2 *3) (-12 (-4 *3 (-317)) (-5 *1 (-472 *3 *2)) (-4 *2 (-1264 *3)))) (-1928 (*1 *2 *3 *2 *4 *5) (-12 (-5 *2 (-656 *3)) (-5 *5 (-940)) (-4 *3 (-1264 *4)) (-4 *4 (-317)) (-5 *1 (-472 *4 *3)))) (-3425 (*1 *2 *3 *4 *5 *6) (-12 (-5 *6 (-940)) (-4 *5 (-317)) (-4 *3 (-1264 *5)) (-5 *2 (-2 (|:| |plist| (-656 *3)) (|:| |modulo| *5))) (-5 *1 (-472 *5 *3)) (-5 *4 (-656 *3)))))
+(-10 -7 (-15 -3425 ((-2 (|:| |plist| (-656 |#2|)) (|:| |modulo| |#1|)) |#2| (-656 |#2|) |#1| (-940))) (-15 -1928 ((-656 |#2|) |#2| (-656 |#2|) |#1| (-940))) (-15 -3565 (|#2| |#2| |#1|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 28)) (-4233 (($ |#3|) 25)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-3310 (($ $) 32)) (-3411 (($ |#2| |#4| $) 33)) (-1562 (($ |#2| (-725 |#3| |#4| |#5|)) 24)) (-1697 (((-725 |#3| |#4| |#5|) $) 15)) (-2826 ((|#3| $) 19)) (-2072 ((|#4| $) 17)) (-1708 ((|#2| $) 29)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-4349 (($ |#2| |#3| |#4|) 26)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 36 T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) 34)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ |#6| $) 40) (($ $ |#6|) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-473 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-729 |#6|) (-729 |#2|) (-10 -8 (-15 -1708 (|#2| $)) (-15 -1697 ((-725 |#3| |#4| |#5|) $)) (-15 -2072 (|#4| $)) (-15 -2826 (|#3| $)) (-15 -3310 ($ $)) (-15 -1562 ($ |#2| (-725 |#3| |#4| |#5|))) (-15 -4233 ($ |#3|)) (-15 -4349 ($ |#2| |#3| |#4|)) (-15 -3411 ($ |#2| |#4| $)) (-15 * ($ |#6| $)))) (-656 (-1197)) (-174) (-862) (-243 (-1968 |#1|) (-783)) (-1 (-112) (-2 (|:| -2409 |#3|) (|:| -3744 |#4|)) (-2 (|:| -2409 |#3|) (|:| -3744 |#4|))) (-968 |#2| |#4| (-878 |#1|))) (T -473))
+((* (*1 *1 *2 *1) (-12 (-14 *3 (-656 (-1197))) (-4 *4 (-174)) (-4 *6 (-243 (-1968 *3) (-783))) (-14 *7 (-1 (-112) (-2 (|:| -2409 *5) (|:| -3744 *6)) (-2 (|:| -2409 *5) (|:| -3744 *6)))) (-5 *1 (-473 *3 *4 *5 *6 *7 *2)) (-4 *5 (-862)) (-4 *2 (-968 *4 *6 (-878 *3))))) (-1708 (*1 *2 *1) (-12 (-14 *3 (-656 (-1197))) (-4 *5 (-243 (-1968 *3) (-783))) (-14 *6 (-1 (-112) (-2 (|:| -2409 *4) (|:| -3744 *5)) (-2 (|:| -2409 *4) (|:| -3744 *5)))) (-4 *2 (-174)) (-5 *1 (-473 *3 *2 *4 *5 *6 *7)) (-4 *4 (-862)) (-4 *7 (-968 *2 *5 (-878 *3))))) (-1697 (*1 *2 *1) (-12 (-14 *3 (-656 (-1197))) (-4 *4 (-174)) (-4 *6 (-243 (-1968 *3) (-783))) (-14 *7 (-1 (-112) (-2 (|:| -2409 *5) (|:| -3744 *6)) (-2 (|:| -2409 *5) (|:| -3744 *6)))) (-5 *2 (-725 *5 *6 *7)) (-5 *1 (-473 *3 *4 *5 *6 *7 *8)) (-4 *5 (-862)) (-4 *8 (-968 *4 *6 (-878 *3))))) (-2072 (*1 *2 *1) (-12 (-14 *3 (-656 (-1197))) (-4 *4 (-174)) (-14 *6 (-1 (-112) (-2 (|:| -2409 *5) (|:| -3744 *2)) (-2 (|:| -2409 *5) (|:| -3744 *2)))) (-4 *2 (-243 (-1968 *3) (-783))) (-5 *1 (-473 *3 *4 *5 *2 *6 *7)) (-4 *5 (-862)) (-4 *7 (-968 *4 *2 (-878 *3))))) (-2826 (*1 *2 *1) (-12 (-14 *3 (-656 (-1197))) (-4 *4 (-174)) (-4 *5 (-243 (-1968 *3) (-783))) (-14 *6 (-1 (-112) (-2 (|:| -2409 *2) (|:| -3744 *5)) (-2 (|:| -2409 *2) (|:| -3744 *5)))) (-4 *2 (-862)) (-5 *1 (-473 *3 *4 *2 *5 *6 *7)) (-4 *7 (-968 *4 *5 (-878 *3))))) (-3310 (*1 *1 *1) (-12 (-14 *2 (-656 (-1197))) (-4 *3 (-174)) (-4 *5 (-243 (-1968 *2) (-783))) (-14 *6 (-1 (-112) (-2 (|:| -2409 *4) (|:| -3744 *5)) (-2 (|:| -2409 *4) (|:| -3744 *5)))) (-5 *1 (-473 *2 *3 *4 *5 *6 *7)) (-4 *4 (-862)) (-4 *7 (-968 *3 *5 (-878 *2))))) (-1562 (*1 *1 *2 *3) (-12 (-5 *3 (-725 *5 *6 *7)) (-4 *5 (-862)) (-4 *6 (-243 (-1968 *4) (-783))) (-14 *7 (-1 (-112) (-2 (|:| -2409 *5) (|:| -3744 *6)) (-2 (|:| -2409 *5) (|:| -3744 *6)))) (-14 *4 (-656 (-1197))) (-4 *2 (-174)) (-5 *1 (-473 *4 *2 *5 *6 *7 *8)) (-4 *8 (-968 *2 *6 (-878 *4))))) (-4233 (*1 *1 *2) (-12 (-14 *3 (-656 (-1197))) (-4 *4 (-174)) (-4 *5 (-243 (-1968 *3) (-783))) (-14 *6 (-1 (-112) (-2 (|:| -2409 *2) (|:| -3744 *5)) (-2 (|:| -2409 *2) (|:| -3744 *5)))) (-5 *1 (-473 *3 *4 *2 *5 *6 *7)) (-4 *2 (-862)) (-4 *7 (-968 *4 *5 (-878 *3))))) (-4349 (*1 *1 *2 *3 *4) (-12 (-14 *5 (-656 (-1197))) (-4 *2 (-174)) (-4 *4 (-243 (-1968 *5) (-783))) (-14 *6 (-1 (-112) (-2 (|:| -2409 *3) (|:| -3744 *4)) (-2 (|:| -2409 *3) (|:| -3744 *4)))) (-5 *1 (-473 *5 *2 *3 *4 *6 *7)) (-4 *3 (-862)) (-4 *7 (-968 *2 *4 (-878 *5))))) (-3411 (*1 *1 *2 *3 *1) (-12 (-14 *4 (-656 (-1197))) (-4 *2 (-174)) (-4 *3 (-243 (-1968 *4) (-783))) (-14 *6 (-1 (-112) (-2 (|:| -2409 *5) (|:| -3744 *3)) (-2 (|:| -2409 *5) (|:| -3744 *3)))) (-5 *1 (-473 *4 *2 *5 *3 *6 *7)) (-4 *5 (-862)) (-4 *7 (-968 *2 *3 (-878 *4))))))
+(-13 (-729 |#6|) (-729 |#2|) (-10 -8 (-15 -1708 (|#2| $)) (-15 -1697 ((-725 |#3| |#4| |#5|) $)) (-15 -2072 (|#4| $)) (-15 -2826 (|#3| $)) (-15 -3310 ($ $)) (-15 -1562 ($ |#2| (-725 |#3| |#4| |#5|))) (-15 -4233 ($ |#3|)) (-15 -4349 ($ |#2| |#3| |#4|)) (-15 -3411 ($ |#2| |#4| $)) (-15 * ($ |#6| $))))
+((-1383 (((-3 |#5| "failed") |#5| |#2| (-1 |#2|)) 39)))
+(((-474 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1383 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|)))) (-805) (-862) (-568) (-968 |#3| |#1| |#2|) (-13 (-1059 (-419 (-576))) (-374) (-10 -8 (-15 -4114 ($ |#4|)) (-15 -2687 (|#4| $)) (-15 -2698 (|#4| $))))) (T -474))
+((-1383 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-862)) (-4 *5 (-805)) (-4 *6 (-568)) (-4 *7 (-968 *6 *5 *3)) (-5 *1 (-474 *5 *3 *6 *7 *2)) (-4 *2 (-13 (-1059 (-419 (-576))) (-374) (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $)) (-15 -2698 (*7 $))))))))
+(-10 -7 (-15 -1383 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|))))
+((-1955 (((-112) $ $) NIL)) (-1583 (((-656 |#3|) $) 41)) (-1734 (((-112) $) NIL)) (-2306 (((-112) $) NIL (|has| |#1| (-568)))) (-2380 (((-2 (|:| |under| $) (|:| -4110 $) (|:| |upper| $)) $ |#3|) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-3604 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-4317 (((-112) $) NIL (|has| |#1| (-568)))) (-1331 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3465 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3304 (((-112) $) NIL (|has| |#1| (-568)))) (-1405 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-1426 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-2981 (((-3 $ "failed") (-656 |#4|)) 49)) (-2318 (($ (-656 |#4|)) NIL)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121))))) (-2824 (($ |#4| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-1380 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-568)))) (-2722 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4464))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4464)))) (-3722 (((-656 |#4|) $) 18 (|has| $ (-6 -4464)))) (-2777 ((|#3| $) 47)) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 |#4|) $) 14 (|has| $ (-6 -4464)))) (-4029 (((-112) |#4| $) 26 (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121))))) (-1896 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#4| |#4|) $) 21)) (-3044 (((-656 |#3|) $) NIL)) (-3436 (((-112) |#3| $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL)) (-1647 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-568)))) (-3117 (((-1141) $) NIL)) (-2922 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-3484 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 |#4|) (-656 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-304 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-656 (-304 |#4|))) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) 39)) (-3029 (($) 17)) (-3131 (((-783) |#4| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121)))) (((-783) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) 16)) (-1554 (((-548) $) NIL (|has| |#4| (-626 (-548)))) (($ (-656 |#4|)) 51)) (-4125 (($ (-656 |#4|)) 13)) (-4154 (($ $ |#3|) NIL)) (-3200 (($ $ |#3|) NIL)) (-4039 (($ $ |#3|) NIL)) (-4114 (((-876) $) 38) (((-656 |#4|) $) 50)) (-3000 (((-112) $ $) NIL)) (-1746 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 30)) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-475 |#1| |#2| |#3| |#4|) (-13 (-997 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1554 ($ (-656 |#4|))) (-6 -4464) (-6 -4465))) (-1070) (-805) (-862) (-1086 |#1| |#2| |#3|)) (T -475))
+((-1554 (*1 *1 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-475 *3 *4 *5 *6)))))
+(-13 (-997 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1554 ($ (-656 |#4|))) (-6 -4464) (-6 -4465)))
+((-4312 (($) 11)) (-4322 (($) 13)) (* (($ |#2| $) 15) (($ $ |#2|) 16)))
+(((-476 |#1| |#2| |#3|) (-10 -8 (-15 -4322 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -4312 (|#1|))) (-477 |#2| |#3|) (-174) (-23)) (T -476))
+NIL
+(-10 -8 (-15 -4322 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -4312 (|#1|)))
+((-1955 (((-112) $ $) 6)) (-2981 (((-3 |#1| "failed") $) 27)) (-2318 ((|#1| $) 28)) (-3376 (($ $ $) 24)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-2786 ((|#2| $) 20)) (-4114 (((-876) $) 12) (($ |#1|) 26)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-4322 (($) 25 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 16) (($ $ $) 14)) (-4027 (($ $ $) 15)) (* (($ |#1| $) 18) (($ $ |#1|) 17)))
(((-477 |#1| |#2|) (-141) (-174) (-23)) (T -477))
-((-2727 (*1 *1) (-12 (-4 *1 (-477 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23)))) (-2218 (*1 *1 *1 *1) (-12 (-4 *1 (-477 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23)))))
-(-13 (-482 |t#1| |t#2|) (-1057 |t#1|) (-10 -8 (-15 (-2727) ($) -1478) (-15 -2218 ($ $ $))))
-(((-102) . T) ((-628 |#1|) . T) ((-625 (-874)) . T) ((-482 |#1| |#2|) . T) ((-1057 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-1588 (((-1286 (-1286 (-576))) (-1286 (-1286 (-576))) (-938)) 26)) (-3351 (((-1286 (-1286 (-576))) (-938)) 21)))
-(((-478) (-10 -7 (-15 -1588 ((-1286 (-1286 (-576))) (-1286 (-1286 (-576))) (-938))) (-15 -3351 ((-1286 (-1286 (-576))) (-938))))) (T -478))
-((-3351 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1286 (-1286 (-576)))) (-5 *1 (-478)))) (-1588 (*1 *2 *2 *3) (-12 (-5 *2 (-1286 (-1286 (-576)))) (-5 *3 (-938)) (-5 *1 (-478)))))
-(-10 -7 (-15 -1588 ((-1286 (-1286 (-576))) (-1286 (-1286 (-576))) (-938))) (-15 -3351 ((-1286 (-1286 (-576))) (-938))))
-((-2736 (((-576) (-576)) 32) (((-576)) 24)) (-3989 (((-576) (-576)) 28) (((-576)) 20)) (-4226 (((-576) (-576)) 30) (((-576)) 22)) (-3137 (((-112) (-112)) 14) (((-112)) 12)) (-1974 (((-112) (-112)) 13) (((-112)) 11)) (-2158 (((-112) (-112)) 26) (((-112)) 17)))
-(((-479) (-10 -7 (-15 -1974 ((-112))) (-15 -3137 ((-112))) (-15 -1974 ((-112) (-112))) (-15 -3137 ((-112) (-112))) (-15 -2158 ((-112))) (-15 -4226 ((-576))) (-15 -3989 ((-576))) (-15 -2736 ((-576))) (-15 -2158 ((-112) (-112))) (-15 -4226 ((-576) (-576))) (-15 -3989 ((-576) (-576))) (-15 -2736 ((-576) (-576))))) (T -479))
-((-2736 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479)))) (-3989 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479)))) (-4226 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479)))) (-2158 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))) (-2736 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479)))) (-3989 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479)))) (-4226 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479)))) (-2158 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))) (-3137 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))) (-1974 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))) (-3137 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))) (-1974 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))))
-(-10 -7 (-15 -1974 ((-112))) (-15 -3137 ((-112))) (-15 -1974 ((-112) (-112))) (-15 -3137 ((-112) (-112))) (-15 -2158 ((-112))) (-15 -4226 ((-576))) (-15 -3989 ((-576))) (-15 -2736 ((-576))) (-15 -2158 ((-112) (-112))) (-15 -4226 ((-576) (-576))) (-15 -3989 ((-576) (-576))) (-15 -2736 ((-576) (-576))))
-((-3486 (((-112) $ $) NIL)) (-2323 (((-656 (-390)) $) 34) (((-656 (-390)) $ (-656 (-390))) 146)) (-3246 (((-656 (-1113 (-390))) $) 16) (((-656 (-1113 (-390))) $ (-656 (-1113 (-390)))) 142)) (-2183 (((-656 (-656 (-960 (-227)))) (-656 (-656 (-960 (-227)))) (-656 (-886))) 58)) (-3680 (((-656 (-656 (-960 (-227)))) $) 137)) (-3040 (((-1291) $ (-960 (-227)) (-886)) 163)) (-3835 (($ $) 136) (($ (-656 (-656 (-960 (-227))))) 149) (($ (-656 (-656 (-960 (-227)))) (-656 (-886)) (-656 (-886)) (-656 (-938))) 148) (($ (-656 (-656 (-960 (-227)))) (-656 (-886)) (-656 (-886)) (-656 (-938)) (-656 (-270))) 150)) (-3881 (((-1177) $) NIL)) (-4298 (((-576) $) 110)) (-1448 (((-1139) $) NIL)) (-4256 (($) 147)) (-2583 (((-656 (-227)) (-656 (-656 (-960 (-227))))) 89)) (-3737 (((-1291) $ (-656 (-960 (-227))) (-886) (-886) (-938)) 155) (((-1291) $ (-960 (-227))) 157) (((-1291) $ (-960 (-227)) (-886) (-886) (-938)) 156)) (-3567 (((-874) $) 169) (($ (-656 (-656 (-960 (-227))))) 164)) (-1540 (((-112) $ $) NIL)) (-3090 (((-1291) $ (-960 (-227))) 162)) (-2921 (((-112) $ $) NIL)))
-(((-480) (-13 (-1119) (-10 -8 (-15 -4256 ($)) (-15 -3835 ($ $)) (-15 -3835 ($ (-656 (-656 (-960 (-227)))))) (-15 -3835 ($ (-656 (-656 (-960 (-227)))) (-656 (-886)) (-656 (-886)) (-656 (-938)))) (-15 -3835 ($ (-656 (-656 (-960 (-227)))) (-656 (-886)) (-656 (-886)) (-656 (-938)) (-656 (-270)))) (-15 -3680 ((-656 (-656 (-960 (-227)))) $)) (-15 -4298 ((-576) $)) (-15 -3246 ((-656 (-1113 (-390))) $)) (-15 -3246 ((-656 (-1113 (-390))) $ (-656 (-1113 (-390))))) (-15 -2323 ((-656 (-390)) $)) (-15 -2323 ((-656 (-390)) $ (-656 (-390)))) (-15 -3737 ((-1291) $ (-656 (-960 (-227))) (-886) (-886) (-938))) (-15 -3737 ((-1291) $ (-960 (-227)))) (-15 -3737 ((-1291) $ (-960 (-227)) (-886) (-886) (-938))) (-15 -3090 ((-1291) $ (-960 (-227)))) (-15 -3040 ((-1291) $ (-960 (-227)) (-886))) (-15 -3567 ($ (-656 (-656 (-960 (-227)))))) (-15 -3567 ((-874) $)) (-15 -2183 ((-656 (-656 (-960 (-227)))) (-656 (-656 (-960 (-227)))) (-656 (-886)))) (-15 -2583 ((-656 (-227)) (-656 (-656 (-960 (-227))))))))) (T -480))
-((-3567 (*1 *2 *1) (-12 (-5 *2 (-874)) (-5 *1 (-480)))) (-4256 (*1 *1) (-5 *1 (-480))) (-3835 (*1 *1 *1) (-5 *1 (-480))) (-3835 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 (-960 (-227))))) (-5 *1 (-480)))) (-3835 (*1 *1 *2 *3 *3 *4) (-12 (-5 *2 (-656 (-656 (-960 (-227))))) (-5 *3 (-656 (-886))) (-5 *4 (-656 (-938))) (-5 *1 (-480)))) (-3835 (*1 *1 *2 *3 *3 *4 *5) (-12 (-5 *2 (-656 (-656 (-960 (-227))))) (-5 *3 (-656 (-886))) (-5 *4 (-656 (-938))) (-5 *5 (-656 (-270))) (-5 *1 (-480)))) (-3680 (*1 *2 *1) (-12 (-5 *2 (-656 (-656 (-960 (-227))))) (-5 *1 (-480)))) (-4298 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-480)))) (-3246 (*1 *2 *1) (-12 (-5 *2 (-656 (-1113 (-390)))) (-5 *1 (-480)))) (-3246 (*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1113 (-390)))) (-5 *1 (-480)))) (-2323 (*1 *2 *1) (-12 (-5 *2 (-656 (-390))) (-5 *1 (-480)))) (-2323 (*1 *2 *1 *2) (-12 (-5 *2 (-656 (-390))) (-5 *1 (-480)))) (-3737 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-656 (-960 (-227)))) (-5 *4 (-886)) (-5 *5 (-938)) (-5 *2 (-1291)) (-5 *1 (-480)))) (-3737 (*1 *2 *1 *3) (-12 (-5 *3 (-960 (-227))) (-5 *2 (-1291)) (-5 *1 (-480)))) (-3737 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-960 (-227))) (-5 *4 (-886)) (-5 *5 (-938)) (-5 *2 (-1291)) (-5 *1 (-480)))) (-3090 (*1 *2 *1 *3) (-12 (-5 *3 (-960 (-227))) (-5 *2 (-1291)) (-5 *1 (-480)))) (-3040 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-960 (-227))) (-5 *4 (-886)) (-5 *2 (-1291)) (-5 *1 (-480)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 (-960 (-227))))) (-5 *1 (-480)))) (-2183 (*1 *2 *2 *3) (-12 (-5 *2 (-656 (-656 (-960 (-227))))) (-5 *3 (-656 (-886))) (-5 *1 (-480)))) (-2583 (*1 *2 *3) (-12 (-5 *3 (-656 (-656 (-960 (-227))))) (-5 *2 (-656 (-227))) (-5 *1 (-480)))))
-(-13 (-1119) (-10 -8 (-15 -4256 ($)) (-15 -3835 ($ $)) (-15 -3835 ($ (-656 (-656 (-960 (-227)))))) (-15 -3835 ($ (-656 (-656 (-960 (-227)))) (-656 (-886)) (-656 (-886)) (-656 (-938)))) (-15 -3835 ($ (-656 (-656 (-960 (-227)))) (-656 (-886)) (-656 (-886)) (-656 (-938)) (-656 (-270)))) (-15 -3680 ((-656 (-656 (-960 (-227)))) $)) (-15 -4298 ((-576) $)) (-15 -3246 ((-656 (-1113 (-390))) $)) (-15 -3246 ((-656 (-1113 (-390))) $ (-656 (-1113 (-390))))) (-15 -2323 ((-656 (-390)) $)) (-15 -2323 ((-656 (-390)) $ (-656 (-390)))) (-15 -3737 ((-1291) $ (-656 (-960 (-227))) (-886) (-886) (-938))) (-15 -3737 ((-1291) $ (-960 (-227)))) (-15 -3737 ((-1291) $ (-960 (-227)) (-886) (-886) (-938))) (-15 -3090 ((-1291) $ (-960 (-227)))) (-15 -3040 ((-1291) $ (-960 (-227)) (-886))) (-15 -3567 ($ (-656 (-656 (-960 (-227)))))) (-15 -3567 ((-874) $)) (-15 -2183 ((-656 (-656 (-960 (-227)))) (-656 (-656 (-960 (-227)))) (-656 (-886)))) (-15 -2583 ((-656 (-227)) (-656 (-656 (-960 (-227))))))))
-((-3041 (($ $) NIL) (($ $ $) 11)))
-(((-481 |#1| |#2| |#3|) (-10 -8 (-15 -3041 (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1|))) (-482 |#2| |#3|) (-174) (-23)) (T -481))
-NIL
-(-10 -8 (-15 -3041 (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-1967 ((|#2| $) 20)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 16) (($ $ $) 14)) (-3027 (($ $ $) 15)) (* (($ |#1| $) 18) (($ $ |#1|) 17)))
+((-4322 (*1 *1) (-12 (-4 *1 (-477 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23)))) (-3376 (*1 *1 *1 *1) (-12 (-4 *1 (-477 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23)))))
+(-13 (-482 |t#1| |t#2|) (-1059 |t#1|) (-10 -8 (-15 (-4322) ($) -2666) (-15 -3376 ($ $ $))))
+(((-102) . T) ((-628 |#1|) . T) ((-625 (-876)) . T) ((-482 |#1| |#2|) . T) ((-1059 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-3511 (((-1288 (-1288 (-576))) (-1288 (-1288 (-576))) (-940)) 26)) (-2596 (((-1288 (-1288 (-576))) (-940)) 21)))
+(((-478) (-10 -7 (-15 -3511 ((-1288 (-1288 (-576))) (-1288 (-1288 (-576))) (-940))) (-15 -2596 ((-1288 (-1288 (-576))) (-940))))) (T -478))
+((-2596 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1288 (-1288 (-576)))) (-5 *1 (-478)))) (-3511 (*1 *2 *2 *3) (-12 (-5 *2 (-1288 (-1288 (-576)))) (-5 *3 (-940)) (-5 *1 (-478)))))
+(-10 -7 (-15 -3511 ((-1288 (-1288 (-576))) (-1288 (-1288 (-576))) (-940))) (-15 -2596 ((-1288 (-1288 (-576))) (-940))))
+((-1604 (((-576) (-576)) 32) (((-576)) 24)) (-2626 (((-576) (-576)) 28) (((-576)) 20)) (-3162 (((-576) (-576)) 30) (((-576)) 22)) (-2198 (((-112) (-112)) 14) (((-112)) 12)) (-2859 (((-112) (-112)) 13) (((-112)) 11)) (-4048 (((-112) (-112)) 26) (((-112)) 17)))
+(((-479) (-10 -7 (-15 -2859 ((-112))) (-15 -2198 ((-112))) (-15 -2859 ((-112) (-112))) (-15 -2198 ((-112) (-112))) (-15 -4048 ((-112))) (-15 -3162 ((-576))) (-15 -2626 ((-576))) (-15 -1604 ((-576))) (-15 -4048 ((-112) (-112))) (-15 -3162 ((-576) (-576))) (-15 -2626 ((-576) (-576))) (-15 -1604 ((-576) (-576))))) (T -479))
+((-1604 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479)))) (-2626 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479)))) (-3162 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479)))) (-4048 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))) (-1604 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479)))) (-2626 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479)))) (-3162 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479)))) (-4048 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))) (-2198 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))) (-2859 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))) (-2198 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))) (-2859 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))))
+(-10 -7 (-15 -2859 ((-112))) (-15 -2198 ((-112))) (-15 -2859 ((-112) (-112))) (-15 -2198 ((-112) (-112))) (-15 -4048 ((-112))) (-15 -3162 ((-576))) (-15 -2626 ((-576))) (-15 -1604 ((-576))) (-15 -4048 ((-112) (-112))) (-15 -3162 ((-576) (-576))) (-15 -2626 ((-576) (-576))) (-15 -1604 ((-576) (-576))))
+((-1955 (((-112) $ $) NIL)) (-3480 (((-656 (-390)) $) 34) (((-656 (-390)) $ (-656 (-390))) 146)) (-4099 (((-656 (-1115 (-390))) $) 16) (((-656 (-1115 (-390))) $ (-656 (-1115 (-390)))) 142)) (-3010 (((-656 (-656 (-962 (-227)))) (-656 (-656 (-962 (-227)))) (-656 (-888))) 58)) (-2701 (((-656 (-656 (-962 (-227)))) $) 137)) (-2821 (((-1293) $ (-962 (-227)) (-888)) 163)) (-3770 (($ $) 136) (($ (-656 (-656 (-962 (-227))))) 149) (($ (-656 (-656 (-962 (-227)))) (-656 (-888)) (-656 (-888)) (-656 (-940))) 148) (($ (-656 (-656 (-962 (-227)))) (-656 (-888)) (-656 (-888)) (-656 (-940)) (-656 (-270))) 150)) (-4185 (((-1179) $) NIL)) (-2240 (((-576) $) 110)) (-3117 (((-1141) $) NIL)) (-3472 (($) 147)) (-2700 (((-656 (-227)) (-656 (-656 (-962 (-227))))) 89)) (-2007 (((-1293) $ (-656 (-962 (-227))) (-888) (-888) (-940)) 155) (((-1293) $ (-962 (-227))) 157) (((-1293) $ (-962 (-227)) (-888) (-888) (-940)) 156)) (-4114 (((-876) $) 169) (($ (-656 (-656 (-962 (-227))))) 164)) (-3000 (((-112) $ $) NIL)) (-1767 (((-1293) $ (-962 (-227))) 162)) (-3939 (((-112) $ $) NIL)))
+(((-480) (-13 (-1121) (-10 -8 (-15 -3472 ($)) (-15 -3770 ($ $)) (-15 -3770 ($ (-656 (-656 (-962 (-227)))))) (-15 -3770 ($ (-656 (-656 (-962 (-227)))) (-656 (-888)) (-656 (-888)) (-656 (-940)))) (-15 -3770 ($ (-656 (-656 (-962 (-227)))) (-656 (-888)) (-656 (-888)) (-656 (-940)) (-656 (-270)))) (-15 -2701 ((-656 (-656 (-962 (-227)))) $)) (-15 -2240 ((-576) $)) (-15 -4099 ((-656 (-1115 (-390))) $)) (-15 -4099 ((-656 (-1115 (-390))) $ (-656 (-1115 (-390))))) (-15 -3480 ((-656 (-390)) $)) (-15 -3480 ((-656 (-390)) $ (-656 (-390)))) (-15 -2007 ((-1293) $ (-656 (-962 (-227))) (-888) (-888) (-940))) (-15 -2007 ((-1293) $ (-962 (-227)))) (-15 -2007 ((-1293) $ (-962 (-227)) (-888) (-888) (-940))) (-15 -1767 ((-1293) $ (-962 (-227)))) (-15 -2821 ((-1293) $ (-962 (-227)) (-888))) (-15 -4114 ($ (-656 (-656 (-962 (-227)))))) (-15 -4114 ((-876) $)) (-15 -3010 ((-656 (-656 (-962 (-227)))) (-656 (-656 (-962 (-227)))) (-656 (-888)))) (-15 -2700 ((-656 (-227)) (-656 (-656 (-962 (-227))))))))) (T -480))
+((-4114 (*1 *2 *1) (-12 (-5 *2 (-876)) (-5 *1 (-480)))) (-3472 (*1 *1) (-5 *1 (-480))) (-3770 (*1 *1 *1) (-5 *1 (-480))) (-3770 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 (-962 (-227))))) (-5 *1 (-480)))) (-3770 (*1 *1 *2 *3 *3 *4) (-12 (-5 *2 (-656 (-656 (-962 (-227))))) (-5 *3 (-656 (-888))) (-5 *4 (-656 (-940))) (-5 *1 (-480)))) (-3770 (*1 *1 *2 *3 *3 *4 *5) (-12 (-5 *2 (-656 (-656 (-962 (-227))))) (-5 *3 (-656 (-888))) (-5 *4 (-656 (-940))) (-5 *5 (-656 (-270))) (-5 *1 (-480)))) (-2701 (*1 *2 *1) (-12 (-5 *2 (-656 (-656 (-962 (-227))))) (-5 *1 (-480)))) (-2240 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-480)))) (-4099 (*1 *2 *1) (-12 (-5 *2 (-656 (-1115 (-390)))) (-5 *1 (-480)))) (-4099 (*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1115 (-390)))) (-5 *1 (-480)))) (-3480 (*1 *2 *1) (-12 (-5 *2 (-656 (-390))) (-5 *1 (-480)))) (-3480 (*1 *2 *1 *2) (-12 (-5 *2 (-656 (-390))) (-5 *1 (-480)))) (-2007 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-656 (-962 (-227)))) (-5 *4 (-888)) (-5 *5 (-940)) (-5 *2 (-1293)) (-5 *1 (-480)))) (-2007 (*1 *2 *1 *3) (-12 (-5 *3 (-962 (-227))) (-5 *2 (-1293)) (-5 *1 (-480)))) (-2007 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-962 (-227))) (-5 *4 (-888)) (-5 *5 (-940)) (-5 *2 (-1293)) (-5 *1 (-480)))) (-1767 (*1 *2 *1 *3) (-12 (-5 *3 (-962 (-227))) (-5 *2 (-1293)) (-5 *1 (-480)))) (-2821 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-962 (-227))) (-5 *4 (-888)) (-5 *2 (-1293)) (-5 *1 (-480)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 (-962 (-227))))) (-5 *1 (-480)))) (-3010 (*1 *2 *2 *3) (-12 (-5 *2 (-656 (-656 (-962 (-227))))) (-5 *3 (-656 (-888))) (-5 *1 (-480)))) (-2700 (*1 *2 *3) (-12 (-5 *3 (-656 (-656 (-962 (-227))))) (-5 *2 (-656 (-227))) (-5 *1 (-480)))))
+(-13 (-1121) (-10 -8 (-15 -3472 ($)) (-15 -3770 ($ $)) (-15 -3770 ($ (-656 (-656 (-962 (-227)))))) (-15 -3770 ($ (-656 (-656 (-962 (-227)))) (-656 (-888)) (-656 (-888)) (-656 (-940)))) (-15 -3770 ($ (-656 (-656 (-962 (-227)))) (-656 (-888)) (-656 (-888)) (-656 (-940)) (-656 (-270)))) (-15 -2701 ((-656 (-656 (-962 (-227)))) $)) (-15 -2240 ((-576) $)) (-15 -4099 ((-656 (-1115 (-390))) $)) (-15 -4099 ((-656 (-1115 (-390))) $ (-656 (-1115 (-390))))) (-15 -3480 ((-656 (-390)) $)) (-15 -3480 ((-656 (-390)) $ (-656 (-390)))) (-15 -2007 ((-1293) $ (-656 (-962 (-227))) (-888) (-888) (-940))) (-15 -2007 ((-1293) $ (-962 (-227)))) (-15 -2007 ((-1293) $ (-962 (-227)) (-888) (-888) (-940))) (-15 -1767 ((-1293) $ (-962 (-227)))) (-15 -2821 ((-1293) $ (-962 (-227)) (-888))) (-15 -4114 ($ (-656 (-656 (-962 (-227)))))) (-15 -4114 ((-876) $)) (-15 -3010 ((-656 (-656 (-962 (-227)))) (-656 (-656 (-962 (-227)))) (-656 (-888)))) (-15 -2700 ((-656 (-227)) (-656 (-656 (-962 (-227))))))))
+((-4037 (($ $) NIL) (($ $ $) 11)))
+(((-481 |#1| |#2| |#3|) (-10 -8 (-15 -4037 (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1|))) (-482 |#2| |#3|) (-174) (-23)) (T -481))
+NIL
+(-10 -8 (-15 -4037 (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-2786 ((|#2| $) 20)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 16) (($ $ $) 14)) (-4027 (($ $ $) 15)) (* (($ |#1| $) 18) (($ $ |#1|) 17)))
(((-482 |#1| |#2|) (-141) (-174) (-23)) (T -482))
-((-1967 (*1 *2 *1) (-12 (-4 *1 (-482 *3 *2)) (-4 *3 (-174)) (-4 *2 (-23)))) (-2716 (*1 *1) (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23)))) (-3041 (*1 *1 *1) (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23)))) (-3027 (*1 *1 *1 *1) (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23)))) (-3041 (*1 *1 *1 *1) (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23)))))
-(-13 (-1119) (-10 -8 (-15 -1967 (|t#2| $)) (-15 (-2716) ($) -1478) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 -3041 ($ $)) (-15 -3027 ($ $ $)) (-15 -3041 ($ $ $))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-4295 (((-3 (-656 (-493 |#1| |#2|)) "failed") (-656 (-493 |#1| |#2|)) (-656 (-876 |#1|))) 134)) (-1392 (((-656 (-656 (-253 |#1| |#2|))) (-656 (-253 |#1| |#2|)) (-656 (-876 |#1|))) 131)) (-2197 (((-2 (|:| |dpolys| (-656 (-253 |#1| |#2|))) (|:| |coords| (-656 (-576)))) (-656 (-253 |#1| |#2|)) (-656 (-876 |#1|))) 86)))
-(((-483 |#1| |#2| |#3|) (-10 -7 (-15 -1392 ((-656 (-656 (-253 |#1| |#2|))) (-656 (-253 |#1| |#2|)) (-656 (-876 |#1|)))) (-15 -4295 ((-3 (-656 (-493 |#1| |#2|)) "failed") (-656 (-493 |#1| |#2|)) (-656 (-876 |#1|)))) (-15 -2197 ((-2 (|:| |dpolys| (-656 (-253 |#1| |#2|))) (|:| |coords| (-656 (-576)))) (-656 (-253 |#1| |#2|)) (-656 (-876 |#1|))))) (-656 (-1195)) (-464) (-464)) (T -483))
-((-2197 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-876 *5))) (-14 *5 (-656 (-1195))) (-4 *6 (-464)) (-5 *2 (-2 (|:| |dpolys| (-656 (-253 *5 *6))) (|:| |coords| (-656 (-576))))) (-5 *1 (-483 *5 *6 *7)) (-5 *3 (-656 (-253 *5 *6))) (-4 *7 (-464)))) (-4295 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-656 (-493 *4 *5))) (-5 *3 (-656 (-876 *4))) (-14 *4 (-656 (-1195))) (-4 *5 (-464)) (-5 *1 (-483 *4 *5 *6)) (-4 *6 (-464)))) (-1392 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-876 *5))) (-14 *5 (-656 (-1195))) (-4 *6 (-464)) (-5 *2 (-656 (-656 (-253 *5 *6)))) (-5 *1 (-483 *5 *6 *7)) (-5 *3 (-656 (-253 *5 *6))) (-4 *7 (-464)))))
-(-10 -7 (-15 -1392 ((-656 (-656 (-253 |#1| |#2|))) (-656 (-253 |#1| |#2|)) (-656 (-876 |#1|)))) (-15 -4295 ((-3 (-656 (-493 |#1| |#2|)) "failed") (-656 (-493 |#1| |#2|)) (-656 (-876 |#1|)))) (-15 -2197 ((-2 (|:| |dpolys| (-656 (-253 |#1| |#2|))) (|:| |coords| (-656 (-576)))) (-656 (-253 |#1| |#2|)) (-656 (-876 |#1|)))))
-((-2251 (((-3 $ "failed") $) 11)) (-2949 (($ $ $) 23)) (-3636 (($ $ $) 24)) (-3054 (($ $ $) 9)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) 22)))
-(((-484 |#1|) (-10 -8 (-15 -3636 (|#1| |#1| |#1|)) (-15 -2949 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 -3054 (|#1| |#1| |#1|)) (-15 -2251 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-783))) (-15 ** (|#1| |#1| (-938)))) (-485)) (T -484))
-NIL
-(-10 -8 (-15 -3636 (|#1| |#1| |#1|)) (-15 -2949 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 -3054 (|#1| |#1| |#1|)) (-15 -2251 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-783))) (-15 ** (|#1| |#1| (-938))))
-((-3486 (((-112) $ $) 6)) (-2135 (($) 19 T CONST)) (-2251 (((-3 $ "failed") $) 16)) (-3612 (((-112) $) 18)) (-3881 (((-1177) $) 10)) (-2045 (($ $) 25)) (-1448 (((-1139) $) 11)) (-2949 (($ $ $) 22)) (-3636 (($ $ $) 21)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2727 (($) 20 T CONST)) (-2921 (((-112) $ $) 7)) (-3054 (($ $ $) 24)) (** (($ $ (-938)) 14) (($ $ (-783)) 17) (($ $ (-576)) 23)) (* (($ $ $) 15)))
+((-2786 (*1 *2 *1) (-12 (-4 *1 (-482 *3 *2)) (-4 *3 (-174)) (-4 *2 (-23)))) (-4312 (*1 *1) (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23)))) (-4037 (*1 *1 *1) (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23)))) (-4027 (*1 *1 *1 *1) (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23)))) (-4037 (*1 *1 *1 *1) (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23)))))
+(-13 (-1121) (-10 -8 (-15 -2786 (|t#2| $)) (-15 (-4312) ($) -2666) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 -4037 ($ $)) (-15 -4027 ($ $ $)) (-15 -4037 ($ $ $))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-2548 (((-3 (-656 (-493 |#1| |#2|)) "failed") (-656 (-493 |#1| |#2|)) (-656 (-878 |#1|))) 134)) (-2530 (((-656 (-656 (-253 |#1| |#2|))) (-656 (-253 |#1| |#2|)) (-656 (-878 |#1|))) 131)) (-3165 (((-2 (|:| |dpolys| (-656 (-253 |#1| |#2|))) (|:| |coords| (-656 (-576)))) (-656 (-253 |#1| |#2|)) (-656 (-878 |#1|))) 86)))
+(((-483 |#1| |#2| |#3|) (-10 -7 (-15 -2530 ((-656 (-656 (-253 |#1| |#2|))) (-656 (-253 |#1| |#2|)) (-656 (-878 |#1|)))) (-15 -2548 ((-3 (-656 (-493 |#1| |#2|)) "failed") (-656 (-493 |#1| |#2|)) (-656 (-878 |#1|)))) (-15 -3165 ((-2 (|:| |dpolys| (-656 (-253 |#1| |#2|))) (|:| |coords| (-656 (-576)))) (-656 (-253 |#1| |#2|)) (-656 (-878 |#1|))))) (-656 (-1197)) (-464) (-464)) (T -483))
+((-3165 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-878 *5))) (-14 *5 (-656 (-1197))) (-4 *6 (-464)) (-5 *2 (-2 (|:| |dpolys| (-656 (-253 *5 *6))) (|:| |coords| (-656 (-576))))) (-5 *1 (-483 *5 *6 *7)) (-5 *3 (-656 (-253 *5 *6))) (-4 *7 (-464)))) (-2548 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-656 (-493 *4 *5))) (-5 *3 (-656 (-878 *4))) (-14 *4 (-656 (-1197))) (-4 *5 (-464)) (-5 *1 (-483 *4 *5 *6)) (-4 *6 (-464)))) (-2530 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-878 *5))) (-14 *5 (-656 (-1197))) (-4 *6 (-464)) (-5 *2 (-656 (-656 (-253 *5 *6)))) (-5 *1 (-483 *5 *6 *7)) (-5 *3 (-656 (-253 *5 *6))) (-4 *7 (-464)))))
+(-10 -7 (-15 -2530 ((-656 (-656 (-253 |#1| |#2|))) (-656 (-253 |#1| |#2|)) (-656 (-878 |#1|)))) (-15 -2548 ((-3 (-656 (-493 |#1| |#2|)) "failed") (-656 (-493 |#1| |#2|)) (-656 (-878 |#1|)))) (-15 -3165 ((-2 (|:| |dpolys| (-656 (-253 |#1| |#2|))) (|:| |coords| (-656 (-576)))) (-656 (-253 |#1| |#2|)) (-656 (-878 |#1|)))))
+((-2413 (((-3 $ "failed") $) 11)) (-2970 (($ $ $) 23)) (-3595 (($ $ $) 24)) (-4047 (($ $ $) 9)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) 22)))
+(((-484 |#1|) (-10 -8 (-15 -3595 (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 -4047 (|#1| |#1| |#1|)) (-15 -2413 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-783))) (-15 ** (|#1| |#1| (-940)))) (-485)) (T -484))
+NIL
+(-10 -8 (-15 -3595 (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 -4047 (|#1| |#1| |#1|)) (-15 -2413 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-783))) (-15 ** (|#1| |#1| (-940))))
+((-1955 (((-112) $ $) 6)) (-3853 (($) 19 T CONST)) (-2413 (((-3 $ "failed") $) 16)) (-3315 (((-112) $) 18)) (-4185 (((-1179) $) 10)) (-1668 (($ $) 25)) (-3117 (((-1141) $) 11)) (-2970 (($ $ $) 22)) (-3595 (($ $ $) 21)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4322 (($) 20 T CONST)) (-3939 (((-112) $ $) 7)) (-4047 (($ $ $) 24)) (** (($ $ (-940)) 14) (($ $ (-783)) 17) (($ $ (-576)) 23)) (* (($ $ $) 15)))
(((-485) (-141)) (T -485))
-((-2045 (*1 *1 *1) (-4 *1 (-485))) (-3054 (*1 *1 *1 *1) (-4 *1 (-485))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-485)) (-5 *2 (-576)))) (-2949 (*1 *1 *1 *1) (-4 *1 (-485))) (-3636 (*1 *1 *1 *1) (-4 *1 (-485))))
-(-13 (-738) (-10 -8 (-15 -2045 ($ $)) (-15 -3054 ($ $ $)) (-15 ** ($ $ (-576))) (-6 -4459) (-15 -2949 ($ $ $)) (-15 -3636 ($ $ $))))
-(((-102) . T) ((-625 (-874)) . T) ((-738) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-1960 (((-656 (-1101)) $) NIL)) (-3052 (((-1195) $) 18)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-1930 (($ $ (-419 (-576))) NIL) (($ $ (-419 (-576)) (-419 (-576))) NIL)) (-3964 (((-1176 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|))) $) NIL)) (-4022 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL (|has| |#1| (-374)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-374)))) (-1838 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1829 (((-112) $ $) NIL (|has| |#1| (-374)))) (-4003 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3077 (($ (-783) (-1176 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|)))) NIL)) (-4047 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) NIL T CONST)) (-3426 (($ $ $) NIL (|has| |#1| (-374)))) (-2109 (($ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-3438 (($ $ $) NIL (|has| |#1| (-374)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-4283 (((-112) $) NIL (|has| |#1| (-374)))) (-2928 (((-112) $) NIL)) (-1598 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1991 (((-419 (-576)) $) NIL) (((-419 (-576)) $ (-419 (-576))) NIL)) (-3612 (((-112) $) NIL)) (-3867 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4255 (($ $ (-938)) NIL) (($ $ (-419 (-576))) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-419 (-576))) NIL) (($ $ (-1101) (-419 (-576))) NIL) (($ $ (-656 (-1101)) (-656 (-419 (-576)))) NIL)) (-4114 (($ (-1 |#1| |#1|) $) 25)) (-3742 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL (|has| |#1| (-374)))) (-2092 (($ $) 29 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1195)) 35 (-2755 (-12 (|has| |#1| (-15 -2092 (|#1| |#1| (-1195)))) (|has| |#1| (-15 -1960 ((-656 (-1195)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-976)) (|has| |#1| (-1221))))) (($ $ (-1282 |#2|)) 30 (|has| |#1| (-38 (-419 (-576)))))) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-374)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-1827 (((-430 $) $) NIL (|has| |#1| (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-3905 (($ $ (-419 (-576))) NIL)) (-3473 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-4101 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3281 (((-1176 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))))) (-3909 (((-783) $) NIL (|has| |#1| (-374)))) (-2794 ((|#1| $ (-419 (-576))) NIL) (($ $ $) NIL (|has| (-419 (-576)) (-1131)))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-374)))) (-2770 (($ $ (-1195)) 28 (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $) 14 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-1282 |#2|)) 16)) (-1967 (((-419 (-576)) $) NIL)) (-4058 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3746 (($ $) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL (|has| |#1| (-174))) (($ (-1282 |#2|)) NIL) (($ (-1271 |#1| |#2| |#3|)) 9) (($ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568)))) (-1749 ((|#1| $ (-419 (-576))) NIL)) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) NIL T CONST)) (-2391 ((|#1| $) 21)) (-1540 (((-112) $ $) NIL)) (-2787 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4068 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4163 ((|#1| $ (-419 (-576))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))) (|has| |#1| (-15 -3567 (|#1| (-1195))))))) (-4385 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-1195)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-1282 |#2|)) NIL)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) 27)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 26) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
-(((-486 |#1| |#2| |#3|) (-13 (-1267 |#1|) (-909 $ (-1282 |#2|)) (-10 -8 (-15 -3567 ($ (-1282 |#2|))) (-15 -3567 ($ (-1271 |#1| |#2| |#3|))) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2092 ($ $ (-1282 |#2|))) |%noBranch|))) (-1068) (-1195) |#1|) (T -486))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-486 *3 *4 *5)) (-4 *3 (-1068)) (-14 *5 *3))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-1271 *3 *4 *5)) (-4 *3 (-1068)) (-14 *4 (-1195)) (-14 *5 *3) (-5 *1 (-486 *3 *4 *5)))) (-2092 (*1 *1 *1 *2) (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-486 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)) (-14 *5 *3))))
-(-13 (-1267 |#1|) (-909 $ (-1282 |#2|)) (-10 -8 (-15 -3567 ($ (-1282 |#2|))) (-15 -3567 ($ (-1271 |#1| |#2| |#3|))) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2092 ($ $ (-1282 |#2|))) |%noBranch|)))
-((-3486 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)) (|has| |#2| (-102))))) (-4125 (($) NIL) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-2617 (((-1291) $ |#1| |#1|) NIL (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 ((|#2| $ |#1| |#2|) 18)) (-4394 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-2192 (((-3 |#2| "failed") |#1| $) 19)) (-2135 (($) NIL T CONST)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-3516 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-3 |#2| "failed") |#1| $) 16)) (-3942 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-3683 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (|has| $ (-6 -4462))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-4330 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#2| $ |#1|) NIL)) (-3963 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) NIL)) (-3280 ((|#1| $) NIL (|has| |#1| (-862)))) (-3452 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-3767 ((|#1| $) NIL (|has| |#1| (-862)))) (-4320 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4463))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-3200 (((-656 |#1|) $) NIL)) (-2848 (((-112) |#1| $) NIL)) (-4219 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-2767 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-1742 (((-656 |#1|) $) NIL)) (-2406 (((-112) |#1| $) NIL)) (-1448 (((-1139) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-3578 ((|#2| $) NIL (|has| |#1| (-862)))) (-2295 (((-3 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) "failed") (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL)) (-1552 (($ $ |#2|) NIL (|has| $ (-6 -4463)))) (-4436 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-3626 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-4278 (((-656 |#2|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#2| $ |#1|) 13) ((|#2| $ |#1| |#2|) NIL)) (-2089 (($) NIL) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-1458 (((-783) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-783) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119)))) (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-626 (-548))))) (-3579 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-3567 (((-874) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-625 (-874))) (|has| |#2| (-625 (-874)))))) (-1540 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-2847 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-2306 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)) (|has| |#2| (-102))))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-487 |#1| |#2| |#3| |#4|) (-1212 |#1| |#2|) (-1119) (-1119) (-1212 |#1| |#2|) |#2|) (T -487))
-NIL
-(-1212 |#1| |#2|)
-((-3486 (((-112) $ $) NIL)) (-1528 (((-656 (-2 (|:| -1952 $) (|:| -3254 (-656 |#4|)))) (-656 |#4|)) NIL)) (-2127 (((-656 $) (-656 |#4|)) NIL)) (-1960 (((-656 |#3|) $) NIL)) (-4157 (((-112) $) NIL)) (-2678 (((-112) $) NIL (|has| |#1| (-568)))) (-1981 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2691 ((|#4| |#4| $) NIL)) (-1793 (((-2 (|:| |under| $) (|:| -3247 $) (|:| |upper| $)) $ |#3|) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-1966 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462))) (((-3 |#4| "failed") $ |#3|) NIL)) (-2135 (($) NIL T CONST)) (-3152 (((-112) $) 29 (|has| |#1| (-568)))) (-1409 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3934 (((-112) $ $) NIL (|has| |#1| (-568)))) (-2986 (((-112) $) NIL (|has| |#1| (-568)))) (-2059 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-3793 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-3795 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-1570 (((-3 $ "failed") (-656 |#4|)) NIL)) (-2857 (($ (-656 |#4|)) NIL)) (-3590 (((-3 $ "failed") $) 45)) (-1903 ((|#4| |#4| $) NIL)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119))))) (-3942 (($ |#4| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-3477 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-568)))) (-2655 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-2025 ((|#4| |#4| $) NIL)) (-3683 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4462))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4462))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1641 (((-2 (|:| -1952 (-656 |#4|)) (|:| -3254 (-656 |#4|))) $) NIL)) (-3963 (((-656 |#4|) $) 18 (|has| $ (-6 -4462)))) (-4179 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2589 ((|#3| $) 38)) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 |#4|) $) 19 (|has| $ (-6 -4462)))) (-3239 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119))))) (-4320 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#4| |#4|) $) 23)) (-1544 (((-656 |#3|) $) NIL)) (-1582 (((-112) |#3| $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL)) (-3966 (((-3 |#4| "failed") $) 42)) (-3730 (((-656 |#4|) $) NIL)) (-2763 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2126 ((|#4| |#4| $) NIL)) (-2774 (((-112) $ $) NIL)) (-4148 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-568)))) (-1470 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2903 ((|#4| |#4| $) NIL)) (-1448 (((-1139) $) NIL)) (-3578 (((-3 |#4| "failed") $) 40)) (-2295 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-2806 (((-3 $ "failed") $ |#4|) 58)) (-3905 (($ $ |#4|) NIL)) (-3626 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 |#4|) (-656 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-304 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-656 (-304 |#4|))) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) 17)) (-1854 (($) 14)) (-1967 (((-783) $) NIL)) (-1458 (((-783) |#4| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119)))) (((-783) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) 13)) (-4169 (((-548) $) NIL (|has| |#4| (-626 (-548))))) (-3579 (($ (-656 |#4|)) 22)) (-3877 (($ $ |#3|) 52)) (-2831 (($ $ |#3|) 54)) (-3687 (($ $) NIL)) (-2157 (($ $ |#3|) NIL)) (-3567 (((-874) $) 35) (((-656 |#4|) $) 46)) (-4323 (((-783) $) NIL (|has| |#3| (-379)))) (-1540 (((-112) $ $) NIL)) (-1469 (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2620 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) NIL)) (-2306 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-2439 (((-656 |#3|) $) NIL)) (-3202 (((-112) |#3| $) NIL)) (-2921 (((-112) $ $) NIL)) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-488 |#1| |#2| |#3| |#4|) (-1229 |#1| |#2| |#3| |#4|) (-568) (-805) (-862) (-1084 |#1| |#2| |#3|)) (T -488))
-NIL
-(-1229 |#1| |#2| |#3| |#4|)
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1829 (((-112) $ $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL)) (-2857 (((-576) $) NIL) (((-419 (-576)) $) NIL)) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-1598 (($) 17)) (-3612 (((-112) $) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-1827 (((-430 $) $) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-4169 (((-390) $) 21) (((-227) $) 24) (((-419 (-1191 (-576))) $) 18) (((-548) $) 53)) (-3567 (((-874) $) 51) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (((-227) $) 23) (((-390) $) 20)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-2716 (($) 37 T CONST)) (-2727 (($) 8 T CONST)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL)))
-(((-489) (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))) (-1041) (-625 (-227)) (-625 (-390)) (-626 (-419 (-1191 (-576)))) (-626 (-548)) (-10 -8 (-15 -1598 ($))))) (T -489))
-((-1598 (*1 *1) (-5 *1 (-489))))
-(-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))) (-1041) (-625 (-227)) (-625 (-390)) (-626 (-419 (-1191 (-576)))) (-626 (-548)) (-10 -8 (-15 -1598 ($))))
-((-3486 (((-112) $ $) NIL)) (-1667 (((-1154) $) 11)) (-1655 (((-1154) $) 9)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 17) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-490) (-13 (-1102) (-10 -8 (-15 -1655 ((-1154) $)) (-15 -1667 ((-1154) $))))) (T -490))
-((-1655 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-490)))) (-1667 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-490)))))
-(-13 (-1102) (-10 -8 (-15 -1655 ((-1154) $)) (-15 -1667 ((-1154) $))))
-((-3486 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)) (|has| |#2| (-102))))) (-4125 (($) NIL) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-2617 (((-1291) $ |#1| |#1|) NIL (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 ((|#2| $ |#1| |#2|) 16)) (-4394 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-2192 (((-3 |#2| "failed") |#1| $) 20)) (-2135 (($) NIL T CONST)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-3516 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-3 |#2| "failed") |#1| $) 18)) (-3942 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-3683 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (|has| $ (-6 -4462))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-4330 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#2| $ |#1|) NIL)) (-3963 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) NIL)) (-3280 ((|#1| $) NIL (|has| |#1| (-862)))) (-3452 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-3767 ((|#1| $) NIL (|has| |#1| (-862)))) (-4320 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4463))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-3200 (((-656 |#1|) $) 13)) (-2848 (((-112) |#1| $) NIL)) (-4219 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-2767 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-1742 (((-656 |#1|) $) NIL)) (-2406 (((-112) |#1| $) NIL)) (-1448 (((-1139) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-3578 ((|#2| $) NIL (|has| |#1| (-862)))) (-2295 (((-3 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) "failed") (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL)) (-1552 (($ $ |#2|) NIL (|has| $ (-6 -4463)))) (-4436 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-3626 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-4278 (((-656 |#2|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) 19)) (-2794 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2089 (($) NIL) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-1458 (((-783) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-783) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119)))) (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-626 (-548))))) (-3579 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-3567 (((-874) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-625 (-874))) (|has| |#2| (-625 (-874)))))) (-1540 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-2847 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-2306 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 11 (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)) (|has| |#2| (-102))))) (-3500 (((-783) $) 15 (|has| $ (-6 -4462)))))
-(((-491 |#1| |#2| |#3|) (-13 (-1212 |#1| |#2|) (-10 -7 (-6 -4462))) (-1119) (-1119) (-1177)) (T -491))
-NIL
-(-13 (-1212 |#1| |#2|) (-10 -7 (-6 -4462)))
-((-1520 (((-576) (-576) (-576)) 19)) (-3484 (((-112) (-576) (-576) (-576) (-576)) 28)) (-4351 (((-1286 (-656 (-576))) (-783) (-783)) 41)))
-(((-492) (-10 -7 (-15 -1520 ((-576) (-576) (-576))) (-15 -3484 ((-112) (-576) (-576) (-576) (-576))) (-15 -4351 ((-1286 (-656 (-576))) (-783) (-783))))) (T -492))
-((-4351 (*1 *2 *3 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1286 (-656 (-576)))) (-5 *1 (-492)))) (-3484 (*1 *2 *3 *3 *3 *3) (-12 (-5 *3 (-576)) (-5 *2 (-112)) (-5 *1 (-492)))) (-1520 (*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-492)))))
-(-10 -7 (-15 -1520 ((-576) (-576) (-576))) (-15 -3484 ((-112) (-576) (-576) (-576) (-576))) (-15 -4351 ((-1286 (-656 (-576))) (-783) (-783))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-1960 (((-656 (-876 |#1|)) $) NIL)) (-1797 (((-1191 $) $ (-876 |#1|)) NIL) (((-1191 |#2|) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#2| (-568)))) (-4380 (($ $) NIL (|has| |#2| (-568)))) (-1657 (((-112) $) NIL (|has| |#2| (-568)))) (-1925 (((-783) $) NIL) (((-783) $ (-656 (-876 |#1|))) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1415 (($ $) NIL (|has| |#2| (-464)))) (-3422 (((-430 $) $) NIL (|has| |#2| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#2| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#2| (-1057 (-576)))) (((-3 (-876 |#1|) "failed") $) NIL)) (-2857 ((|#2| $) NIL) (((-419 (-576)) $) NIL (|has| |#2| (-1057 (-419 (-576))))) (((-576) $) NIL (|has| |#2| (-1057 (-576)))) (((-876 |#1|) $) NIL)) (-1990 (($ $ $ (-876 |#1|)) NIL (|has| |#2| (-174)))) (-3813 (($ $ (-656 (-576))) NIL)) (-2109 (($ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) NIL) (((-701 |#2|) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2619 (($ $) NIL (|has| |#2| (-464))) (($ $ (-876 |#1|)) NIL (|has| |#2| (-464)))) (-2098 (((-656 $) $) NIL)) (-4283 (((-112) $) NIL (|has| |#2| (-926)))) (-2056 (($ $ |#2| (-494 (-3500 |#1|) (-783)) $) NIL)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (-12 (|has| (-876 |#1|) (-899 (-390))) (|has| |#2| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (-12 (|has| (-876 |#1|) (-899 (-576))) (|has| |#2| (-899 (-576)))))) (-3612 (((-112) $) NIL)) (-1935 (((-783) $) NIL)) (-1950 (($ (-1191 |#2|) (-876 |#1|)) NIL) (($ (-1191 $) (-876 |#1|)) NIL)) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) NIL)) (-1940 (($ |#2| (-494 (-3500 |#1|) (-783))) NIL) (($ $ (-876 |#1|) (-783)) NIL) (($ $ (-656 (-876 |#1|)) (-656 (-783))) NIL)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ (-876 |#1|)) NIL)) (-2488 (((-494 (-3500 |#1|) (-783)) $) NIL) (((-783) $ (-876 |#1|)) NIL) (((-656 (-783)) $ (-656 (-876 |#1|))) NIL)) (-3492 (($ (-1 (-494 (-3500 |#1|) (-783)) (-494 (-3500 |#1|) (-783))) $) NIL)) (-4114 (($ (-1 |#2| |#2|) $) NIL)) (-1429 (((-3 (-876 |#1|) "failed") $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-1286 $) $) NIL) (((-701 |#2|) (-1286 $)) NIL)) (-2076 (($ $) NIL)) (-2086 ((|#2| $) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-3881 (((-1177) $) NIL)) (-2692 (((-3 (-656 $) "failed") $) NIL)) (-3656 (((-3 (-656 $) "failed") $) NIL)) (-2244 (((-3 (-2 (|:| |var| (-876 |#1|)) (|:| -2125 (-783))) "failed") $) NIL)) (-1448 (((-1139) $) NIL)) (-2055 (((-112) $) NIL)) (-2065 ((|#2| $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#2| (-464)))) (-3495 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1827 (((-430 $) $) NIL (|has| |#2| (-926)))) (-3473 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-568)))) (-3281 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-876 |#1|) |#2|) NIL) (($ $ (-656 (-876 |#1|)) (-656 |#2|)) NIL) (($ $ (-876 |#1|) $) NIL) (($ $ (-656 (-876 |#1|)) (-656 $)) NIL)) (-2491 (($ $ (-876 |#1|)) NIL (|has| |#2| (-174)))) (-2770 (($ $ (-656 (-876 |#1|)) (-656 (-783))) NIL) (($ $ (-876 |#1|) (-783)) NIL) (($ $ (-656 (-876 |#1|))) NIL) (($ $ (-876 |#1|)) NIL)) (-1967 (((-494 (-3500 |#1|) (-783)) $) NIL) (((-783) $ (-876 |#1|)) NIL) (((-656 (-783)) $ (-656 (-876 |#1|))) NIL)) (-4169 (((-905 (-390)) $) NIL (-12 (|has| (-876 |#1|) (-626 (-905 (-390)))) (|has| |#2| (-626 (-905 (-390)))))) (((-905 (-576)) $) NIL (-12 (|has| (-876 |#1|) (-626 (-905 (-576)))) (|has| |#2| (-626 (-905 (-576)))))) (((-548) $) NIL (-12 (|has| (-876 |#1|) (-626 (-548))) (|has| |#2| (-626 (-548)))))) (-2145 ((|#2| $) NIL (|has| |#2| (-464))) (($ $ (-876 |#1|)) NIL (|has| |#2| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#2| (-926))))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#2|) NIL) (($ (-876 |#1|)) NIL) (($ (-419 (-576))) NIL (-2755 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1057 (-419 (-576)))))) (($ $) NIL (|has| |#2| (-568)))) (-1691 (((-656 |#2|) $) NIL)) (-1749 ((|#2| $ (-494 (-3500 |#1|) (-783))) NIL) (($ $ (-876 |#1|) (-783)) NIL) (($ $ (-656 (-876 |#1|)) (-656 (-783))) NIL)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#2| (-926))) (|has| |#2| (-146))))) (-2596 (((-783)) NIL T CONST)) (-2217 (($ $ $ (-783)) NIL (|has| |#2| (-174)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL (|has| |#2| (-568)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-656 (-876 |#1|)) (-656 (-783))) NIL) (($ $ (-876 |#1|) (-783)) NIL) (($ $ (-656 (-876 |#1|))) NIL) (($ $ (-876 |#1|)) NIL)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#2| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#2| (-38 (-419 (-576))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-493 |#1| |#2|) (-13 (-966 |#2| (-494 (-3500 |#1|) (-783)) (-876 |#1|)) (-10 -8 (-15 -3813 ($ $ (-656 (-576)))))) (-656 (-1195)) (-1068)) (T -493))
-((-3813 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-493 *3 *4)) (-14 *3 (-656 (-1195))) (-4 *4 (-1068)))))
-(-13 (-966 |#2| (-494 (-3500 |#1|) (-783)) (-876 |#1|)) (-10 -8 (-15 -3813 ($ $ (-656 (-576))))))
-((-3486 (((-112) $ $) NIL (|has| |#2| (-102)))) (-1353 (((-112) $) NIL (|has| |#2| (-23)))) (-1723 (($ (-938)) NIL (|has| |#2| (-1068)))) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-3848 (($ $ $) NIL (|has| |#2| (-805)))) (-4299 (((-3 $ "failed") $ $) NIL (|has| |#2| (-132)))) (-3733 (((-112) $ (-783)) NIL)) (-2093 (((-783)) NIL (|has| |#2| (-379)))) (-3753 ((|#2| $ (-576) |#2|) NIL (|has| $ (-6 -4463)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL (-12 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1119)))) (-2857 (((-576) $) NIL (-12 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119)))) (((-419 (-576)) $) NIL (-12 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119)))) ((|#2| $) NIL (|has| |#2| (-1119)))) (-3142 (((-701 (-576)) (-701 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) NIL (|has| |#2| (-1068))) (((-701 |#2|) (-701 $)) NIL (|has| |#2| (-1068)))) (-2251 (((-3 $ "failed") $) NIL (|has| |#2| (-1068)))) (-1834 (($) NIL (|has| |#2| (-379)))) (-4330 ((|#2| $ (-576) |#2|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#2| $ (-576)) 11)) (-3963 (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-3612 (((-112) $) NIL (|has| |#2| (-1068)))) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) NIL (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| |#2| (-862)))) (-3452 (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| |#2| (-862)))) (-4320 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#2| |#2|) $) NIL)) (-4379 (((-938) $) NIL (|has| |#2| (-379)))) (-2460 (((-112) $ (-783)) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-1286 $) $) NIL (|has| |#2| (-1068))) (((-701 |#2|) (-1286 $)) NIL (|has| |#2| (-1068)))) (-3881 (((-1177) $) NIL (|has| |#2| (-1119)))) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-3222 (($ (-938)) NIL (|has| |#2| (-379)))) (-1448 (((-1139) $) NIL (|has| |#2| (-1119)))) (-3578 ((|#2| $) NIL (|has| (-576) (-862)))) (-1552 (($ $ |#2|) NIL (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-4278 (((-656 |#2|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#2| $ (-576) |#2|) NIL) ((|#2| $ (-576)) NIL)) (-2554 ((|#2| $ $) NIL (|has| |#2| (-1068)))) (-1870 (($ (-1286 |#2|)) NIL)) (-2253 (((-135)) NIL (|has| |#2| (-374)))) (-2770 (($ $ (-783)) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1068)))) (($ $) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1068)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1195)) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1068))) (($ $ (-1 |#2| |#2|) (-783)) NIL (|has| |#2| (-1068)))) (-1458 (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-1868 (($ $) NIL)) (-3567 (((-1286 |#2|) $) NIL) (($ (-576)) NIL (-2755 (-12 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119))) (|has| |#2| (-1068)))) (($ (-419 (-576))) NIL (-12 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119)))) (($ |#2|) NIL (|has| |#2| (-1119))) (((-874) $) NIL (|has| |#2| (-625 (-874))))) (-2596 (((-783)) NIL (|has| |#2| (-1068)) CONST)) (-1540 (((-112) $ $) NIL (|has| |#2| (-1119)))) (-2306 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-2716 (($) NIL (|has| |#2| (-23)) CONST)) (-2727 (($) NIL (|has| |#2| (-1068)) CONST)) (-2014 (($ $ (-783)) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1068)))) (($ $) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1068)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1195)) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1068))) (($ $ (-1 |#2| |#2|) (-783)) NIL (|has| |#2| (-1068)))) (-2989 (((-112) $ $) NIL (|has| |#2| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#2| (-862)))) (-2921 (((-112) $ $) NIL (|has| |#2| (-102)))) (-2975 (((-112) $ $) NIL (|has| |#2| (-862)))) (-2946 (((-112) $ $) 17 (|has| |#2| (-862)))) (-3054 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-3041 (($ $ $) NIL (|has| |#2| (-21))) (($ $) NIL (|has| |#2| (-21)))) (-3027 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-783)) NIL (|has| |#2| (-1068))) (($ $ (-938)) NIL (|has| |#2| (-1068)))) (* (($ $ $) NIL (|has| |#2| (-1068))) (($ $ |#2|) NIL (|has| |#2| (-738))) (($ |#2| $) NIL (|has| |#2| (-738))) (($ (-576) $) NIL (|has| |#2| (-21))) (($ (-783) $) NIL (|has| |#2| (-23))) (($ (-938) $) NIL (|has| |#2| (-25)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
+((-1668 (*1 *1 *1) (-4 *1 (-485))) (-4047 (*1 *1 *1 *1) (-4 *1 (-485))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-485)) (-5 *2 (-576)))) (-2970 (*1 *1 *1 *1) (-4 *1 (-485))) (-3595 (*1 *1 *1 *1) (-4 *1 (-485))))
+(-13 (-738) (-10 -8 (-15 -1668 ($ $)) (-15 -4047 ($ $ $)) (-15 ** ($ $ (-576))) (-6 -4461) (-15 -2970 ($ $ $)) (-15 -3595 ($ $ $))))
+(((-102) . T) ((-625 (-876)) . T) ((-738) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1583 (((-656 (-1103)) $) NIL)) (-1652 (((-1197) $) 18)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2452 (($ $ (-419 (-576))) NIL) (($ $ (-419 (-576)) (-419 (-576))) NIL)) (-3716 (((-1178 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|))) $) NIL)) (-3586 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL (|has| |#1| (-374)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-374)))) (-1463 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4064 (((-112) $ $) NIL (|has| |#1| (-374)))) (-3562 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2861 (($ (-783) (-1178 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|)))) NIL)) (-3612 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) NIL T CONST)) (-1892 (($ $ $) NIL (|has| |#1| (-374)))) (-3310 (($ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1905 (($ $ $) NIL (|has| |#1| (-374)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-3742 (((-112) $) NIL (|has| |#1| (-374)))) (-2871 (((-112) $) NIL)) (-2723 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1760 (((-419 (-576)) $) NIL) (((-419 (-576)) $ (-419 (-576))) NIL)) (-3315 (((-112) $) NIL)) (-4063 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3460 (($ $ (-940)) NIL) (($ $ (-419 (-576))) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-419 (-576))) NIL) (($ $ (-1103) (-419 (-576))) NIL) (($ $ (-656 (-1103)) (-656 (-419 (-576)))) NIL)) (-2423 (($ (-1 |#1| |#1|) $) 25)) (-2608 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL (|has| |#1| (-374)))) (-1488 (($ $) 29 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1197)) 35 (-3795 (-12 (|has| |#1| (-15 -1488 (|#1| |#1| (-1197)))) (|has| |#1| (-15 -1583 ((-656 (-1197)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-978)) (|has| |#1| (-1223))))) (($ $ (-1284 |#2|)) 30 (|has| |#1| (-38 (-419 (-576)))))) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-374)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-1452 (((-430 $) $) NIL (|has| |#1| (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-3168 (($ $ (-419 (-576))) NIL)) (-1943 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2154 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2143 (((-1178 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))))) (-3199 (((-783) $) NIL (|has| |#1| (-374)))) (-4369 ((|#1| $ (-419 (-576))) NIL) (($ $ $) NIL (|has| (-419 (-576)) (-1133)))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-374)))) (-4107 (($ $ (-1197)) 28 (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $) 14 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-1284 |#2|)) 16)) (-2786 (((-419 (-576)) $) NIL)) (-3623 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2093 (($ $) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL (|has| |#1| (-174))) (($ (-1284 |#2|)) NIL) (($ (-1273 |#1| |#2| |#3|)) 9) (($ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568)))) (-1341 ((|#1| $ (-419 (-576))) NIL)) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) NIL T CONST)) (-3188 ((|#1| $) 21)) (-3000 (((-112) $ $) NIL)) (-3653 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3632 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2642 ((|#1| $ (-419 (-576))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))) (|has| |#1| (-15 -4114 (|#1| (-1197))))))) (-1970 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-1197)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-1284 |#2|)) NIL)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) 27)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 26) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
+(((-486 |#1| |#2| |#3|) (-13 (-1269 |#1|) (-911 $ (-1284 |#2|)) (-10 -8 (-15 -4114 ($ (-1284 |#2|))) (-15 -4114 ($ (-1273 |#1| |#2| |#3|))) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -1488 ($ $ (-1284 |#2|))) |%noBranch|))) (-1070) (-1197) |#1|) (T -486))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-486 *3 *4 *5)) (-4 *3 (-1070)) (-14 *5 *3))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-1273 *3 *4 *5)) (-4 *3 (-1070)) (-14 *4 (-1197)) (-14 *5 *3) (-5 *1 (-486 *3 *4 *5)))) (-1488 (*1 *1 *1 *2) (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-486 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)) (-14 *5 *3))))
+(-13 (-1269 |#1|) (-911 $ (-1284 |#2|)) (-10 -8 (-15 -4114 ($ (-1284 |#2|))) (-15 -4114 ($ (-1273 |#1| |#2| |#3|))) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -1488 ($ $ (-1284 |#2|))) |%noBranch|)))
+((-1955 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)) (|has| |#2| (-102))))) (-1975 (($) NIL) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-1758 (((-1293) $ |#1| |#1|) NIL (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 ((|#2| $ |#1| |#2|) 18)) (-2250 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-2049 (((-3 |#2| "failed") |#1| $) 19)) (-3853 (($) NIL T CONST)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-1678 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-3 |#2| "failed") |#1| $) 16)) (-2824 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-2722 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (|has| $ (-6 -4464))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-1908 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#2| $ |#1|) NIL)) (-3722 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) NIL)) (-3176 ((|#1| $) NIL (|has| |#1| (-862)))) (-4302 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-2316 ((|#1| $) NIL (|has| |#1| (-862)))) (-1896 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4465))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-2353 (((-656 |#1|) $) NIL)) (-3367 (((-112) |#1| $) NIL)) (-4306 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-3846 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-4402 (((-656 |#1|) $) NIL)) (-1505 (((-112) |#1| $) NIL)) (-3117 (((-1141) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-1753 ((|#2| $) NIL (|has| |#1| (-862)))) (-2922 (((-3 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) "failed") (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL)) (-3140 (($ $ |#2|) NIL (|has| $ (-6 -4465)))) (-1470 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-3484 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-3700 (((-656 |#2|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#2| $ |#1|) 13) ((|#2| $ |#1| |#2|) NIL)) (-1455 (($) NIL) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-3131 (((-783) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-783) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121)))) (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-626 (-548))))) (-4125 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-4114 (((-876) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-625 (-876))) (|has| |#2| (-625 (-876)))))) (-3000 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-3356 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-1746 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)) (|has| |#2| (-102))))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-487 |#1| |#2| |#3| |#4|) (-1214 |#1| |#2|) (-1121) (-1121) (-1214 |#1| |#2|) |#2|) (T -487))
+NIL
+(-1214 |#1| |#2|)
+((-1955 (((-112) $ $) NIL)) (-4130 (((-656 (-2 (|:| -1594 $) (|:| -3823 (-656 |#4|)))) (-656 |#4|)) NIL)) (-3769 (((-656 $) (-656 |#4|)) NIL)) (-1583 (((-656 |#3|) $) NIL)) (-1734 (((-112) $) NIL)) (-2306 (((-112) $) NIL (|has| |#1| (-568)))) (-2936 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4375 ((|#4| |#4| $) NIL)) (-2380 (((-2 (|:| |under| $) (|:| -4110 $) (|:| |upper| $)) $ |#3|) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-3604 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464))) (((-3 |#4| "failed") $ |#3|) NIL)) (-3853 (($) NIL T CONST)) (-4317 (((-112) $) 29 (|has| |#1| (-568)))) (-1331 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3465 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3304 (((-112) $) NIL (|has| |#1| (-568)))) (-4336 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1405 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-1426 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-2981 (((-3 $ "failed") (-656 |#4|)) NIL)) (-2318 (($ (-656 |#4|)) NIL)) (-1762 (((-3 $ "failed") $) 45)) (-3494 ((|#4| |#4| $) NIL)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121))))) (-2824 (($ |#4| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-1380 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-568)))) (-2094 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-2062 ((|#4| |#4| $) NIL)) (-2722 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4464))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4464))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2752 (((-2 (|:| -1594 (-656 |#4|)) (|:| -3823 (-656 |#4|))) $) NIL)) (-3722 (((-656 |#4|) $) 18 (|has| $ (-6 -4464)))) (-3925 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2777 ((|#3| $) 38)) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 |#4|) $) 19 (|has| $ (-6 -4464)))) (-4029 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121))))) (-1896 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#4| |#4|) $) 23)) (-3044 (((-656 |#3|) $) NIL)) (-3436 (((-112) |#3| $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL)) (-2850 (((-3 |#4| "failed") $) 42)) (-1932 (((-656 |#4|) $) NIL)) (-3811 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3758 ((|#4| |#4| $) NIL)) (-3901 (((-112) $ $) NIL)) (-1647 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-568)))) (-1989 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2614 ((|#4| |#4| $) NIL)) (-3117 (((-1141) $) NIL)) (-1753 (((-3 |#4| "failed") $) 40)) (-2922 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-4194 (((-3 $ "failed") $ |#4|) 58)) (-3168 (($ $ |#4|) NIL)) (-3484 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 |#4|) (-656 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-304 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-656 (-304 |#4|))) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) 17)) (-3029 (($) 14)) (-2786 (((-783) $) NIL)) (-3131 (((-783) |#4| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121)))) (((-783) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) 13)) (-1554 (((-548) $) NIL (|has| |#4| (-626 (-548))))) (-4125 (($ (-656 |#4|)) 22)) (-4154 (($ $ |#3|) 52)) (-3200 (($ $ |#3|) 54)) (-2763 (($ $) NIL)) (-4039 (($ $ |#3|) NIL)) (-4114 (((-876) $) 35) (((-656 |#4|) $) 46)) (-2825 (((-783) $) NIL (|has| |#3| (-379)))) (-3000 (((-112) $ $) NIL)) (-1976 (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1778 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) NIL)) (-1746 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-3783 (((-656 |#3|) $) NIL)) (-1649 (((-112) |#3| $) NIL)) (-3939 (((-112) $ $) NIL)) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-488 |#1| |#2| |#3| |#4|) (-1231 |#1| |#2| |#3| |#4|) (-568) (-805) (-862) (-1086 |#1| |#2| |#3|)) (T -488))
+NIL
+(-1231 |#1| |#2| |#3| |#4|)
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4064 (((-112) $ $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL)) (-2318 (((-576) $) NIL) (((-419 (-576)) $) NIL)) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-2723 (($) 17)) (-3315 (((-112) $) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-1452 (((-430 $) $) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-1554 (((-390) $) 21) (((-227) $) 24) (((-419 (-1193 (-576))) $) 18) (((-548) $) 53)) (-4114 (((-876) $) 51) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (((-227) $) 23) (((-390) $) 20)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-4312 (($) 37 T CONST)) (-4322 (($) 8 T CONST)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL)))
+(((-489) (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))) (-1043) (-625 (-227)) (-625 (-390)) (-626 (-419 (-1193 (-576)))) (-626 (-548)) (-10 -8 (-15 -2723 ($))))) (T -489))
+((-2723 (*1 *1) (-5 *1 (-489))))
+(-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))) (-1043) (-625 (-227)) (-625 (-390)) (-626 (-419 (-1193 (-576)))) (-626 (-548)) (-10 -8 (-15 -2723 ($))))
+((-1955 (((-112) $ $) NIL)) (-1782 (((-1156) $) 11)) (-1773 (((-1156) $) 9)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 17) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-490) (-13 (-1104) (-10 -8 (-15 -1773 ((-1156) $)) (-15 -1782 ((-1156) $))))) (T -490))
+((-1773 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-490)))) (-1782 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-490)))))
+(-13 (-1104) (-10 -8 (-15 -1773 ((-1156) $)) (-15 -1782 ((-1156) $))))
+((-1955 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)) (|has| |#2| (-102))))) (-1975 (($) NIL) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-1758 (((-1293) $ |#1| |#1|) NIL (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 ((|#2| $ |#1| |#2|) 16)) (-2250 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-2049 (((-3 |#2| "failed") |#1| $) 20)) (-3853 (($) NIL T CONST)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-1678 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-3 |#2| "failed") |#1| $) 18)) (-2824 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-2722 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (|has| $ (-6 -4464))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-1908 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#2| $ |#1|) NIL)) (-3722 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) NIL)) (-3176 ((|#1| $) NIL (|has| |#1| (-862)))) (-4302 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-2316 ((|#1| $) NIL (|has| |#1| (-862)))) (-1896 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4465))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-2353 (((-656 |#1|) $) 13)) (-3367 (((-112) |#1| $) NIL)) (-4306 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-3846 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-4402 (((-656 |#1|) $) NIL)) (-1505 (((-112) |#1| $) NIL)) (-3117 (((-1141) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-1753 ((|#2| $) NIL (|has| |#1| (-862)))) (-2922 (((-3 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) "failed") (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL)) (-3140 (($ $ |#2|) NIL (|has| $ (-6 -4465)))) (-1470 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-3484 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-3700 (((-656 |#2|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) 19)) (-4369 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-1455 (($) NIL) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-3131 (((-783) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-783) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121)))) (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-626 (-548))))) (-4125 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-4114 (((-876) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-625 (-876))) (|has| |#2| (-625 (-876)))))) (-3000 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-3356 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-1746 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 11 (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)) (|has| |#2| (-102))))) (-1968 (((-783) $) 15 (|has| $ (-6 -4464)))))
+(((-491 |#1| |#2| |#3|) (-13 (-1214 |#1| |#2|) (-10 -7 (-6 -4464))) (-1121) (-1121) (-1179)) (T -491))
+NIL
+(-13 (-1214 |#1| |#2|) (-10 -7 (-6 -4464)))
+((-4046 (((-576) (-576) (-576)) 19)) (-1430 (((-112) (-576) (-576) (-576) (-576)) 28)) (-3526 (((-1288 (-656 (-576))) (-783) (-783)) 41)))
+(((-492) (-10 -7 (-15 -4046 ((-576) (-576) (-576))) (-15 -1430 ((-112) (-576) (-576) (-576) (-576))) (-15 -3526 ((-1288 (-656 (-576))) (-783) (-783))))) (T -492))
+((-3526 (*1 *2 *3 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1288 (-656 (-576)))) (-5 *1 (-492)))) (-1430 (*1 *2 *3 *3 *3 *3) (-12 (-5 *3 (-576)) (-5 *2 (-112)) (-5 *1 (-492)))) (-4046 (*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-492)))))
+(-10 -7 (-15 -4046 ((-576) (-576) (-576))) (-15 -1430 ((-112) (-576) (-576) (-576) (-576))) (-15 -3526 ((-1288 (-656 (-576))) (-783) (-783))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1583 (((-656 (-878 |#1|)) $) NIL)) (-1420 (((-1193 $) $ (-878 |#1|)) NIL) (((-1193 |#2|) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#2| (-568)))) (-2116 (($ $) NIL (|has| |#2| (-568)))) (-2898 (((-112) $) NIL (|has| |#2| (-568)))) (-2392 (((-783) $) NIL) (((-783) $ (-656 (-878 |#1|))) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-4068 (($ $) NIL (|has| |#2| (-464)))) (-2068 (((-430 $) $) NIL (|has| |#2| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#2| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#2| (-1059 (-576)))) (((-3 (-878 |#1|) "failed") $) NIL)) (-2318 ((|#2| $) NIL) (((-419 (-576)) $) NIL (|has| |#2| (-1059 (-419 (-576))))) (((-576) $) NIL (|has| |#2| (-1059 (-576)))) (((-878 |#1|) $) NIL)) (-1751 (($ $ $ (-878 |#1|)) NIL (|has| |#2| (-174)))) (-1588 (($ $ (-656 (-576))) NIL)) (-3310 (($ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) NIL) (((-701 |#2|) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1770 (($ $) NIL (|has| |#2| (-464))) (($ $ (-878 |#1|)) NIL (|has| |#2| (-464)))) (-3297 (((-656 $) $) NIL)) (-3742 (((-112) $) NIL (|has| |#2| (-928)))) (-4308 (($ $ |#2| (-494 (-1968 |#1|) (-783)) $) NIL)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (-12 (|has| (-878 |#1|) (-901 (-390))) (|has| |#2| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (-12 (|has| (-878 |#1|) (-901 (-576))) (|has| |#2| (-901 (-576)))))) (-3315 (((-112) $) NIL)) (-2509 (((-783) $) NIL)) (-1572 (($ (-1193 |#2|) (-878 |#1|)) NIL) (($ (-1193 $) (-878 |#1|)) NIL)) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) NIL)) (-1562 (($ |#2| (-494 (-1968 |#1|) (-783))) NIL) (($ $ (-878 |#1|) (-783)) NIL) (($ $ (-656 (-878 |#1|)) (-656 (-783))) NIL)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ (-878 |#1|)) NIL)) (-4269 (((-494 (-1968 |#1|) (-783)) $) NIL) (((-783) $ (-878 |#1|)) NIL) (((-656 (-783)) $ (-656 (-878 |#1|))) NIL)) (-1504 (($ (-1 (-494 (-1968 |#1|) (-783)) (-494 (-1968 |#1|) (-783))) $) NIL)) (-2423 (($ (-1 |#2| |#2|) $) NIL)) (-1706 (((-3 (-878 |#1|) "failed") $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-1288 $) $) NIL) (((-701 |#2|) (-1288 $)) NIL)) (-1697 (($ $) NIL)) (-1708 ((|#2| $) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-4185 (((-1179) $) NIL)) (-4383 (((-3 (-656 $) "failed") $) NIL)) (-2453 (((-3 (-656 $) "failed") $) NIL)) (-2344 (((-3 (-2 (|:| |var| (-878 |#1|)) (|:| -3744 (-783))) "failed") $) NIL)) (-3117 (((-1141) $) NIL)) (-1677 (((-112) $) NIL)) (-1684 ((|#2| $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#2| (-464)))) (-3115 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-1452 (((-430 $) $) NIL (|has| |#2| (-928)))) (-1943 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-568)))) (-2143 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-878 |#1|) |#2|) NIL) (($ $ (-656 (-878 |#1|)) (-656 |#2|)) NIL) (($ $ (-878 |#1|) $) NIL) (($ $ (-656 (-878 |#1|)) (-656 $)) NIL)) (-3053 (($ $ (-878 |#1|)) NIL (|has| |#2| (-174)))) (-4107 (($ $ (-656 (-878 |#1|)) (-656 (-783))) NIL) (($ $ (-878 |#1|) (-783)) NIL) (($ $ (-656 (-878 |#1|))) NIL) (($ $ (-878 |#1|)) NIL)) (-2786 (((-494 (-1968 |#1|) (-783)) $) NIL) (((-783) $ (-878 |#1|)) NIL) (((-656 (-783)) $ (-656 (-878 |#1|))) NIL)) (-1554 (((-907 (-390)) $) NIL (-12 (|has| (-878 |#1|) (-626 (-907 (-390)))) (|has| |#2| (-626 (-907 (-390)))))) (((-907 (-576)) $) NIL (-12 (|has| (-878 |#1|) (-626 (-907 (-576)))) (|has| |#2| (-626 (-907 (-576)))))) (((-548) $) NIL (-12 (|has| (-878 |#1|) (-626 (-548))) (|has| |#2| (-626 (-548)))))) (-3929 ((|#2| $) NIL (|has| |#2| (-464))) (($ $ (-878 |#1|)) NIL (|has| |#2| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#2| (-928))))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#2|) NIL) (($ (-878 |#1|)) NIL) (($ (-419 (-576))) NIL (-3795 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1059 (-419 (-576)))))) (($ $) NIL (|has| |#2| (-568)))) (-1923 (((-656 |#2|) $) NIL)) (-1341 ((|#2| $ (-494 (-1968 |#1|) (-783))) NIL) (($ $ (-878 |#1|) (-783)) NIL) (($ $ (-656 (-878 |#1|)) (-656 (-783))) NIL)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#2| (-928))) (|has| |#2| (-146))))) (-2864 (((-783)) NIL T CONST)) (-3365 (($ $ $ (-783)) NIL (|has| |#2| (-174)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL (|has| |#2| (-568)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-656 (-878 |#1|)) (-656 (-783))) NIL) (($ $ (-878 |#1|) (-783)) NIL) (($ $ (-656 (-878 |#1|))) NIL) (($ $ (-878 |#1|)) NIL)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#2| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#2| (-38 (-419 (-576))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-493 |#1| |#2|) (-13 (-968 |#2| (-494 (-1968 |#1|) (-783)) (-878 |#1|)) (-10 -8 (-15 -1588 ($ $ (-656 (-576)))))) (-656 (-1197)) (-1070)) (T -493))
+((-1588 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-493 *3 *4)) (-14 *3 (-656 (-1197))) (-4 *4 (-1070)))))
+(-13 (-968 |#2| (-494 (-1968 |#1|) (-783)) (-878 |#1|)) (-10 -8 (-15 -1588 ($ $ (-656 (-576))))))
+((-1955 (((-112) $ $) NIL (|has| |#2| (-102)))) (-2604 (((-112) $) NIL (|has| |#2| (-23)))) (-4233 (($ (-940)) NIL (|has| |#2| (-1070)))) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-3900 (($ $ $) NIL (|has| |#2| (-805)))) (-2583 (((-3 $ "failed") $ $) NIL (|has| |#2| (-132)))) (-1951 (((-112) $ (-783)) NIL)) (-2200 (((-783)) NIL (|has| |#2| (-379)))) (-4268 ((|#2| $ (-576) |#2|) NIL (|has| $ (-6 -4465)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL (-12 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1121)))) (-2318 (((-576) $) NIL (-12 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121)))) (((-419 (-576)) $) NIL (-12 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121)))) ((|#2| $) NIL (|has| |#2| (-1121)))) (-2255 (((-701 (-576)) (-701 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) NIL (|has| |#2| (-1070))) (((-701 |#2|) (-701 $)) NIL (|has| |#2| (-1070)))) (-2413 (((-3 $ "failed") $) NIL (|has| |#2| (-1070)))) (-4370 (($) NIL (|has| |#2| (-379)))) (-1908 ((|#2| $ (-576) |#2|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#2| $ (-576)) 11)) (-3722 (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-3315 (((-112) $) NIL (|has| |#2| (-1070)))) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) NIL (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| |#2| (-862)))) (-4302 (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| |#2| (-862)))) (-1896 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#2| |#2|) $) NIL)) (-2106 (((-940) $) NIL (|has| |#2| (-379)))) (-4002 (((-112) $ (-783)) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-1288 $) $) NIL (|has| |#2| (-1070))) (((-701 |#2|) (-1288 $)) NIL (|has| |#2| (-1070)))) (-4185 (((-1179) $) NIL (|has| |#2| (-1121)))) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-2409 (($ (-940)) NIL (|has| |#2| (-379)))) (-3117 (((-1141) $) NIL (|has| |#2| (-1121)))) (-1753 ((|#2| $) NIL (|has| (-576) (-862)))) (-3140 (($ $ |#2|) NIL (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-3700 (((-656 |#2|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#2| $ (-576) |#2|) NIL) ((|#2| $ (-576)) NIL)) (-2429 ((|#2| $ $) NIL (|has| |#2| (-1070)))) (-1492 (($ (-1288 |#2|)) NIL)) (-2435 (((-135)) NIL (|has| |#2| (-374)))) (-4107 (($ $ (-783)) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1070)))) (($ $) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1070)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1197)) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1070))) (($ $ (-1 |#2| |#2|) (-783)) NIL (|has| |#2| (-1070)))) (-3131 (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-4287 (($ $) NIL)) (-4114 (((-1288 |#2|) $) NIL) (($ (-576)) NIL (-3795 (-12 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121))) (|has| |#2| (-1070)))) (($ (-419 (-576))) NIL (-12 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121)))) (($ |#2|) NIL (|has| |#2| (-1121))) (((-876) $) NIL (|has| |#2| (-625 (-876))))) (-2864 (((-783)) NIL (|has| |#2| (-1070)) CONST)) (-3000 (((-112) $ $) NIL (|has| |#2| (-1121)))) (-1746 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-4312 (($) NIL (|has| |#2| (-23)) CONST)) (-4322 (($) NIL (|has| |#2| (-1070)) CONST)) (-3157 (($ $ (-783)) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1070)))) (($ $) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1070)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1197)) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1070))) (($ $ (-1 |#2| |#2|) (-783)) NIL (|has| |#2| (-1070)))) (-3995 (((-112) $ $) NIL (|has| |#2| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#2| (-862)))) (-3939 (((-112) $ $) NIL (|has| |#2| (-102)))) (-3985 (((-112) $ $) NIL (|has| |#2| (-862)))) (-3962 (((-112) $ $) 17 (|has| |#2| (-862)))) (-4047 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-4037 (($ $ $) NIL (|has| |#2| (-21))) (($ $) NIL (|has| |#2| (-21)))) (-4027 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-783)) NIL (|has| |#2| (-1070))) (($ $ (-940)) NIL (|has| |#2| (-1070)))) (* (($ $ $) NIL (|has| |#2| (-1070))) (($ $ |#2|) NIL (|has| |#2| (-738))) (($ |#2| $) NIL (|has| |#2| (-738))) (($ (-576) $) NIL (|has| |#2| (-21))) (($ (-783) $) NIL (|has| |#2| (-23))) (($ (-940) $) NIL (|has| |#2| (-25)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
(((-494 |#1| |#2|) (-243 |#1| |#2|) (-783) (-805)) (T -494))
NIL
(-243 |#1| |#2|)
-((-3486 (((-112) $ $) NIL)) (-2087 (((-656 (-888)) $) 15)) (-2624 (((-518) $) 13)) (-3881 (((-1177) $) NIL)) (-4387 (($ (-518) (-656 (-888))) 11)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 22) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-495) (-13 (-1102) (-10 -8 (-15 -4387 ($ (-518) (-656 (-888)))) (-15 -2624 ((-518) $)) (-15 -2087 ((-656 (-888)) $))))) (T -495))
-((-4387 (*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-656 (-888))) (-5 *1 (-495)))) (-2624 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-495)))) (-2087 (*1 *2 *1) (-12 (-5 *2 (-656 (-888))) (-5 *1 (-495)))))
-(-13 (-1102) (-10 -8 (-15 -4387 ($ (-518) (-656 (-888)))) (-15 -2624 ((-518) $)) (-15 -2087 ((-656 (-888)) $))))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3733 (((-112) $ (-783)) NIL)) (-2135 (($) NIL T CONST)) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) NIL)) (-2864 (($ $ $) 48)) (-1872 (($ $ $) 47)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-2352 ((|#1| $) 40)) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-4219 ((|#1| $) 41)) (-2767 (($ |#1| $) 18)) (-4137 (($ (-656 |#1|)) 19)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-4436 ((|#1| $) 34)) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) 11)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2847 (($ (-656 |#1|)) 45)) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3500 (((-783) $) 29 (|has| $ (-6 -4462)))))
-(((-496 |#1|) (-13 (-987 |#1|) (-10 -8 (-15 -4137 ($ (-656 |#1|))))) (-862)) (T -496))
-((-4137 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-496 *3)))))
-(-13 (-987 |#1|) (-10 -8 (-15 -4137 ($ (-656 |#1|)))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-3683 (($ $) 71)) (-3448 (((-112) $) NIL)) (-3881 (((-1177) $) NIL)) (-1889 (((-425 |#2| (-419 |#2|) |#3| |#4|) $) 45)) (-1448 (((-1139) $) NIL)) (-4126 (((-3 |#4| "failed") $) 117)) (-3822 (($ (-425 |#2| (-419 |#2|) |#3| |#4|)) 81) (($ |#4|) 31) (($ |#1| |#1|) 127) (($ |#1| |#1| (-576)) NIL) (($ |#4| |#2| |#2| |#2| |#1|) 140)) (-3510 (((-2 (|:| -3096 (-425 |#2| (-419 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 47)) (-3567 (((-874) $) 110)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 32 T CONST)) (-2921 (((-112) $ $) 121)) (-3041 (($ $) 77) (($ $ $) NIL)) (-3027 (($ $ $) 72)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 78)))
-(((-497 |#1| |#2| |#3| |#4|) (-346 |#1| |#2| |#3| |#4|) (-374) (-1262 |#1|) (-1262 (-419 |#2|)) (-353 |#1| |#2| |#3|)) (T -497))
+((-1955 (((-112) $ $) NIL)) (-2474 (((-656 (-890)) $) 15)) (-4149 (((-518) $) 13)) (-4185 (((-1179) $) NIL)) (-2181 (($ (-518) (-656 (-890))) 11)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 22) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-495) (-13 (-1104) (-10 -8 (-15 -2181 ($ (-518) (-656 (-890)))) (-15 -4149 ((-518) $)) (-15 -2474 ((-656 (-890)) $))))) (T -495))
+((-2181 (*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-656 (-890))) (-5 *1 (-495)))) (-4149 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-495)))) (-2474 (*1 *2 *1) (-12 (-5 *2 (-656 (-890))) (-5 *1 (-495)))))
+(-13 (-1104) (-10 -8 (-15 -2181 ($ (-518) (-656 (-890)))) (-15 -4149 ((-518) $)) (-15 -2474 ((-656 (-890)) $))))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1951 (((-112) $ (-783)) NIL)) (-3853 (($) NIL T CONST)) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) NIL)) (-3528 (($ $ $) 48)) (-3181 (($ $ $) 47)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2163 ((|#1| $) 40)) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-4306 ((|#1| $) 41)) (-3846 (($ |#1| $) 18)) (-1563 (($ (-656 |#1|)) 19)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-1470 ((|#1| $) 34)) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) 11)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-3356 (($ (-656 |#1|)) 45)) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1968 (((-783) $) 29 (|has| $ (-6 -4464)))))
+(((-496 |#1|) (-13 (-989 |#1|) (-10 -8 (-15 -1563 ($ (-656 |#1|))))) (-862)) (T -496))
+((-1563 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-496 *3)))))
+(-13 (-989 |#1|) (-10 -8 (-15 -1563 ($ (-656 |#1|)))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2722 (($ $) 71)) (-2298 (((-112) $) NIL)) (-4185 (((-1179) $) NIL)) (-3347 (((-425 |#2| (-419 |#2|) |#3| |#4|) $) 45)) (-3117 (((-1141) $) NIL)) (-2549 (((-3 |#4| "failed") $) 117)) (-1673 (($ (-425 |#2| (-419 |#2|) |#3| |#4|)) 81) (($ |#4|) 31) (($ |#1| |#1|) 127) (($ |#1| |#1| (-576)) NIL) (($ |#4| |#2| |#2| |#2| |#1|) 140)) (-1634 (((-2 (|:| -1683 (-425 |#2| (-419 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 47)) (-4114 (((-876) $) 110)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 32 T CONST)) (-3939 (((-112) $ $) 121)) (-4037 (($ $) 77) (($ $ $) NIL)) (-4027 (($ $ $) 72)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 78)))
+(((-497 |#1| |#2| |#3| |#4|) (-346 |#1| |#2| |#3| |#4|) (-374) (-1264 |#1|) (-1264 (-419 |#2|)) (-353 |#1| |#2| |#3|)) (T -497))
NIL
(-346 |#1| |#2| |#3| |#4|)
-((-1999 (((-576) (-656 (-576))) 53)) (-3139 ((|#1| (-656 |#1|)) 94)) (-4078 (((-656 |#1|) (-656 |#1|)) 95)) (-3684 (((-656 |#1|) (-656 |#1|)) 97)) (-3495 ((|#1| (-656 |#1|)) 96)) (-2145 (((-656 (-576)) (-656 |#1|)) 56)))
-(((-498 |#1|) (-10 -7 (-15 -3495 (|#1| (-656 |#1|))) (-15 -3139 (|#1| (-656 |#1|))) (-15 -3684 ((-656 |#1|) (-656 |#1|))) (-15 -4078 ((-656 |#1|) (-656 |#1|))) (-15 -2145 ((-656 (-576)) (-656 |#1|))) (-15 -1999 ((-576) (-656 (-576))))) (-1262 (-576))) (T -498))
-((-1999 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-576)) (-5 *1 (-498 *4)) (-4 *4 (-1262 *2)))) (-2145 (*1 *2 *3) (-12 (-5 *3 (-656 *4)) (-4 *4 (-1262 (-576))) (-5 *2 (-656 (-576))) (-5 *1 (-498 *4)))) (-4078 (*1 *2 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1262 (-576))) (-5 *1 (-498 *3)))) (-3684 (*1 *2 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1262 (-576))) (-5 *1 (-498 *3)))) (-3139 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-5 *1 (-498 *2)) (-4 *2 (-1262 (-576))))) (-3495 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-5 *1 (-498 *2)) (-4 *2 (-1262 (-576))))))
-(-10 -7 (-15 -3495 (|#1| (-656 |#1|))) (-15 -3139 (|#1| (-656 |#1|))) (-15 -3684 ((-656 |#1|) (-656 |#1|))) (-15 -4078 ((-656 |#1|) (-656 |#1|))) (-15 -2145 ((-656 (-576)) (-656 |#1|))) (-15 -1999 ((-576) (-656 (-576)))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3522 (((-576) $) NIL (|has| (-576) (-317)))) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-576) (-926)))) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| (-576) (-926)))) (-1829 (((-112) $ $) NIL)) (-2786 (((-576) $) NIL (|has| (-576) (-832)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL) (((-3 (-1195) "failed") $) NIL (|has| (-576) (-1057 (-1195)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-576) (-1057 (-576)))) (((-3 (-576) "failed") $) NIL (|has| (-576) (-1057 (-576))))) (-2857 (((-576) $) NIL) (((-1195) $) NIL (|has| (-576) (-1057 (-1195)))) (((-419 (-576)) $) NIL (|has| (-576) (-1057 (-576)))) (((-576) $) NIL (|has| (-576) (-1057 (-576))))) (-3426 (($ $ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL) (((-701 (-576)) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) NIL (|has| (-576) (-557)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3075 (((-112) $) NIL (|has| (-576) (-832)))) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (|has| (-576) (-899 (-576)))) (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (|has| (-576) (-899 (-390))))) (-3612 (((-112) $) NIL)) (-2684 (($ $) NIL)) (-1568 (((-576) $) NIL)) (-2162 (((-3 $ "failed") $) NIL (|has| (-576) (-1171)))) (-3667 (((-112) $) NIL (|has| (-576) (-832)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3123 (($ $ $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| (-576) (-862)))) (-4114 (($ (-1 (-576) (-576)) $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL) (((-701 (-576)) (-1286 $)) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL (|has| (-576) (-1171)) CONST)) (-3304 (($ (-419 (-576))) 9)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3252 (($ $) NIL (|has| (-576) (-317))) (((-419 (-576)) $) NIL)) (-3247 (((-576) $) NIL (|has| (-576) (-557)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-576) (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-576) (-926)))) (-1827 (((-430 $) $) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3281 (($ $ (-656 (-576)) (-656 (-576))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-576) (-576)) NIL (|has| (-576) (-319 (-576)))) (($ $ (-304 (-576))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-656 (-304 (-576)))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-656 (-1195)) (-656 (-576))) NIL (|has| (-576) (-526 (-1195) (-576)))) (($ $ (-1195) (-576)) NIL (|has| (-576) (-526 (-1195) (-576))))) (-3909 (((-783) $) NIL)) (-2794 (($ $ (-576)) NIL (|has| (-576) (-296 (-576) (-576))))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2770 (($ $ (-1 (-576) (-576))) NIL) (($ $ (-1 (-576) (-576)) (-783)) NIL) (($ $ (-1195)) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| (-576) (-917 (-1195)))) (($ $) NIL (|has| (-576) (-237))) (($ $ (-783)) NIL (|has| (-576) (-237)))) (-1507 (($ $) NIL)) (-1579 (((-576) $) NIL)) (-4169 (((-905 (-576)) $) NIL (|has| (-576) (-626 (-905 (-576))))) (((-905 (-390)) $) NIL (|has| (-576) (-626 (-905 (-390))))) (((-548) $) NIL (|has| (-576) (-626 (-548)))) (((-390) $) NIL (|has| (-576) (-1041))) (((-227) $) NIL (|has| (-576) (-1041)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-576) (-926))))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) 8) (($ (-576)) NIL) (($ (-1195)) NIL (|has| (-576) (-1057 (-1195)))) (((-419 (-576)) $) NIL) (((-1023 16) $) 10)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| (-576) (-926))) (|has| (-576) (-146))))) (-2596 (((-783)) NIL T CONST)) (-4317 (((-576) $) NIL (|has| (-576) (-557)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-4308 (($ $) NIL (|has| (-576) (-832)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-1 (-576) (-576))) NIL) (($ $ (-1 (-576) (-576)) (-783)) NIL) (($ $ (-1195)) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| (-576) (-917 (-1195)))) (($ $) NIL (|has| (-576) (-237))) (($ $ (-783)) NIL (|has| (-576) (-237)))) (-2989 (((-112) $ $) NIL (|has| (-576) (-862)))) (-2960 (((-112) $ $) NIL (|has| (-576) (-862)))) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL (|has| (-576) (-862)))) (-2946 (((-112) $ $) NIL (|has| (-576) (-862)))) (-3054 (($ $ $) NIL) (($ (-576) (-576)) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ (-576) $) NIL) (($ $ (-576)) NIL)))
-(((-499) (-13 (-1011 (-576)) (-625 (-419 (-576))) (-625 (-1023 16)) (-10 -8 (-15 -3252 ((-419 (-576)) $)) (-15 -3304 ($ (-419 (-576))))))) (T -499))
-((-3252 (*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-499)))) (-3304 (*1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-499)))))
-(-13 (-1011 (-576)) (-625 (-419 (-576))) (-625 (-1023 16)) (-10 -8 (-15 -3252 ((-419 (-576)) $)) (-15 -3304 ($ (-419 (-576))))))
-((-3452 (((-656 |#2|) $) 31)) (-3239 (((-112) |#2| $) 39)) (-3626 (((-112) (-1 (-112) |#2|) $) 26)) (-3281 (($ $ (-656 (-304 |#2|))) 13) (($ $ (-304 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-656 |#2|) (-656 |#2|)) NIL)) (-1458 (((-783) (-1 (-112) |#2|) $) 30) (((-783) |#2| $) 37)) (-3567 (((-874) $) 45)) (-2306 (((-112) (-1 (-112) |#2|) $) 23)) (-2921 (((-112) $ $) 35)) (-3500 (((-783) $) 18)))
-(((-500 |#1| |#2|) (-10 -8 (-15 -2921 ((-112) |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -3281 (|#1| |#1| (-656 |#2|) (-656 |#2|))) (-15 -3281 (|#1| |#1| |#2| |#2|)) (-15 -3281 (|#1| |#1| (-304 |#2|))) (-15 -3281 (|#1| |#1| (-656 (-304 |#2|)))) (-15 -3239 ((-112) |#2| |#1|)) (-15 -1458 ((-783) |#2| |#1|)) (-15 -3452 ((-656 |#2|) |#1|)) (-15 -1458 ((-783) (-1 (-112) |#2|) |#1|)) (-15 -3626 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2306 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3500 ((-783) |#1|))) (-501 |#2|) (-1236)) (T -500))
-NIL
-(-10 -8 (-15 -2921 ((-112) |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -3281 (|#1| |#1| (-656 |#2|) (-656 |#2|))) (-15 -3281 (|#1| |#1| |#2| |#2|)) (-15 -3281 (|#1| |#1| (-304 |#2|))) (-15 -3281 (|#1| |#1| (-656 (-304 |#2|)))) (-15 -3239 ((-112) |#2| |#1|)) (-15 -1458 ((-783) |#2| |#1|)) (-15 -3452 ((-656 |#2|) |#1|)) (-15 -1458 ((-783) (-1 (-112) |#2|) |#1|)) (-15 -3626 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2306 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3500 ((-783) |#1|)))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3733 (((-112) $ (-783)) 8)) (-2135 (($) 7 T CONST)) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) 9)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-501 |#1|) (-141) (-1236)) (T -501))
-((-4114 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-501 *3)) (-4 *3 (-1236)))) (-4320 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4463)) (-4 *1 (-501 *3)) (-4 *3 (-1236)))) (-2306 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4462)) (-4 *1 (-501 *4)) (-4 *4 (-1236)) (-5 *2 (-112)))) (-3626 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4462)) (-4 *1 (-501 *4)) (-4 *4 (-1236)) (-5 *2 (-112)))) (-1458 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4462)) (-4 *1 (-501 *4)) (-4 *4 (-1236)) (-5 *2 (-783)))) (-3963 (*1 *2 *1) (-12 (|has| *1 (-6 -4462)) (-4 *1 (-501 *3)) (-4 *3 (-1236)) (-5 *2 (-656 *3)))) (-3452 (*1 *2 *1) (-12 (|has| *1 (-6 -4462)) (-4 *1 (-501 *3)) (-4 *3 (-1236)) (-5 *2 (-656 *3)))) (-1458 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4462)) (-4 *1 (-501 *3)) (-4 *3 (-1236)) (-4 *3 (-1119)) (-5 *2 (-783)))) (-3239 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4462)) (-4 *1 (-501 *3)) (-4 *3 (-1236)) (-4 *3 (-1119)) (-5 *2 (-112)))))
-(-13 (-34) (-10 -8 (IF (|has| |t#1| (-625 (-874))) (-6 (-625 (-874))) |%noBranch|) (IF (|has| |t#1| (-102)) (-6 (-102)) |%noBranch|) (IF (|has| |t#1| (-1119)) (-6 (-1119)) |%noBranch|) (IF (|has| |t#1| (-1119)) (IF (|has| |t#1| (-319 |t#1|)) (-6 (-319 |t#1|)) |%noBranch|) |%noBranch|) (-15 -4114 ($ (-1 |t#1| |t#1|) $)) (IF (|has| $ (-6 -4463)) (-15 -4320 ($ (-1 |t#1| |t#1|) $)) |%noBranch|) (IF (|has| $ (-6 -4462)) (PROGN (-15 -2306 ((-112) (-1 (-112) |t#1|) $)) (-15 -3626 ((-112) (-1 (-112) |t#1|) $)) (-15 -1458 ((-783) (-1 (-112) |t#1|) $)) (-15 -3963 ((-656 |t#1|) $)) (-15 -3452 ((-656 |t#1|) $)) (IF (|has| |t#1| (-1119)) (PROGN (-15 -1458 ((-783) |t#1| $)) (-15 -3239 ((-112) |t#1| $))) |%noBranch|)) |%noBranch|)))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1119) |has| |#1| (-1119)) ((-1236) . T))
-((-3567 ((|#1| $) 6) (($ |#1|) 9)))
-(((-502 |#1|) (-141) (-1236)) (T -502))
+((-1824 (((-576) (-656 (-576))) 53)) (-2221 ((|#1| (-656 |#1|)) 94)) (-2185 (((-656 |#1|) (-656 |#1|)) 95)) (-2726 (((-656 |#1|) (-656 |#1|)) 97)) (-3115 ((|#1| (-656 |#1|)) 96)) (-3929 (((-656 (-576)) (-656 |#1|)) 56)))
+(((-498 |#1|) (-10 -7 (-15 -3115 (|#1| (-656 |#1|))) (-15 -2221 (|#1| (-656 |#1|))) (-15 -2726 ((-656 |#1|) (-656 |#1|))) (-15 -2185 ((-656 |#1|) (-656 |#1|))) (-15 -3929 ((-656 (-576)) (-656 |#1|))) (-15 -1824 ((-576) (-656 (-576))))) (-1264 (-576))) (T -498))
+((-1824 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-576)) (-5 *1 (-498 *4)) (-4 *4 (-1264 *2)))) (-3929 (*1 *2 *3) (-12 (-5 *3 (-656 *4)) (-4 *4 (-1264 (-576))) (-5 *2 (-656 (-576))) (-5 *1 (-498 *4)))) (-2185 (*1 *2 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1264 (-576))) (-5 *1 (-498 *3)))) (-2726 (*1 *2 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1264 (-576))) (-5 *1 (-498 *3)))) (-2221 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-5 *1 (-498 *2)) (-4 *2 (-1264 (-576))))) (-3115 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-5 *1 (-498 *2)) (-4 *2 (-1264 (-576))))))
+(-10 -7 (-15 -3115 (|#1| (-656 |#1|))) (-15 -2221 (|#1| (-656 |#1|))) (-15 -2726 ((-656 |#1|) (-656 |#1|))) (-15 -2185 ((-656 |#1|) (-656 |#1|))) (-15 -3929 ((-656 (-576)) (-656 |#1|))) (-15 -1824 ((-576) (-656 (-576)))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3730 (((-576) $) NIL (|has| (-576) (-317)))) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-576) (-928)))) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| (-576) (-928)))) (-4064 (((-112) $ $) NIL)) (-4018 (((-576) $) NIL (|has| (-576) (-832)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL) (((-3 (-1197) "failed") $) NIL (|has| (-576) (-1059 (-1197)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-576) (-1059 (-576)))) (((-3 (-576) "failed") $) NIL (|has| (-576) (-1059 (-576))))) (-2318 (((-576) $) NIL) (((-1197) $) NIL (|has| (-576) (-1059 (-1197)))) (((-419 (-576)) $) NIL (|has| (-576) (-1059 (-576)))) (((-576) $) NIL (|has| (-576) (-1059 (-576))))) (-1892 (($ $ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL) (((-701 (-576)) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) NIL (|has| (-576) (-557)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-2907 (((-112) $) NIL (|has| (-576) (-832)))) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (|has| (-576) (-901 (-576)))) (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (|has| (-576) (-901 (-390))))) (-3315 (((-112) $) NIL)) (-2364 (($ $) NIL)) (-2687 (((-576) $) NIL)) (-4080 (((-3 $ "failed") $) NIL (|has| (-576) (-1173)))) (-2569 (((-112) $) NIL (|has| (-576) (-832)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2905 (($ $ $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| (-576) (-862)))) (-2423 (($ (-1 (-576) (-576)) $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL) (((-701 (-576)) (-1288 $)) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL (|has| (-576) (-1173)) CONST)) (-3426 (($ (-419 (-576))) 9)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4152 (($ $) NIL (|has| (-576) (-317))) (((-419 (-576)) $) NIL)) (-4110 (((-576) $) NIL (|has| (-576) (-557)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-576) (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-576) (-928)))) (-1452 (((-430 $) $) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2143 (($ $ (-656 (-576)) (-656 (-576))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-576) (-576)) NIL (|has| (-576) (-319 (-576)))) (($ $ (-304 (-576))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-656 (-304 (-576)))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-656 (-1197)) (-656 (-576))) NIL (|has| (-576) (-526 (-1197) (-576)))) (($ $ (-1197) (-576)) NIL (|has| (-576) (-526 (-1197) (-576))))) (-3199 (((-783) $) NIL)) (-4369 (($ $ (-576)) NIL (|has| (-576) (-296 (-576) (-576))))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-4107 (($ $ (-1 (-576) (-576))) NIL) (($ $ (-1 (-576) (-576)) (-783)) NIL) (($ $ (-1197)) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| (-576) (-919 (-1197)))) (($ $) NIL (|has| (-576) (-237))) (($ $ (-783)) NIL (|has| (-576) (-237)))) (-3908 (($ $) NIL)) (-2698 (((-576) $) NIL)) (-1554 (((-907 (-576)) $) NIL (|has| (-576) (-626 (-907 (-576))))) (((-907 (-390)) $) NIL (|has| (-576) (-626 (-907 (-390))))) (((-548) $) NIL (|has| (-576) (-626 (-548)))) (((-390) $) NIL (|has| (-576) (-1043))) (((-227) $) NIL (|has| (-576) (-1043)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-576) (-928))))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) 8) (($ (-576)) NIL) (($ (-1197)) NIL (|has| (-576) (-1059 (-1197)))) (((-419 (-576)) $) NIL) (((-1025 16) $) 10)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| (-576) (-928))) (|has| (-576) (-146))))) (-2864 (((-783)) NIL T CONST)) (-2778 (((-576) $) NIL (|has| (-576) (-557)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-2679 (($ $) NIL (|has| (-576) (-832)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-1 (-576) (-576))) NIL) (($ $ (-1 (-576) (-576)) (-783)) NIL) (($ $ (-1197)) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| (-576) (-919 (-1197)))) (($ $) NIL (|has| (-576) (-237))) (($ $ (-783)) NIL (|has| (-576) (-237)))) (-3995 (((-112) $ $) NIL (|has| (-576) (-862)))) (-3975 (((-112) $ $) NIL (|has| (-576) (-862)))) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL (|has| (-576) (-862)))) (-3962 (((-112) $ $) NIL (|has| (-576) (-862)))) (-4047 (($ $ $) NIL) (($ (-576) (-576)) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ (-576) $) NIL) (($ $ (-576)) NIL)))
+(((-499) (-13 (-1013 (-576)) (-625 (-419 (-576))) (-625 (-1025 16)) (-10 -8 (-15 -4152 ((-419 (-576)) $)) (-15 -3426 ($ (-419 (-576))))))) (T -499))
+((-4152 (*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-499)))) (-3426 (*1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-499)))))
+(-13 (-1013 (-576)) (-625 (-419 (-576))) (-625 (-1025 16)) (-10 -8 (-15 -4152 ((-419 (-576)) $)) (-15 -3426 ($ (-419 (-576))))))
+((-4302 (((-656 |#2|) $) 31)) (-4029 (((-112) |#2| $) 39)) (-3484 (((-112) (-1 (-112) |#2|) $) 26)) (-2143 (($ $ (-656 (-304 |#2|))) 13) (($ $ (-304 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-656 |#2|) (-656 |#2|)) NIL)) (-3131 (((-783) (-1 (-112) |#2|) $) 30) (((-783) |#2| $) 37)) (-4114 (((-876) $) 45)) (-1746 (((-112) (-1 (-112) |#2|) $) 23)) (-3939 (((-112) $ $) 35)) (-1968 (((-783) $) 18)))
+(((-500 |#1| |#2|) (-10 -8 (-15 -3939 ((-112) |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -2143 (|#1| |#1| (-656 |#2|) (-656 |#2|))) (-15 -2143 (|#1| |#1| |#2| |#2|)) (-15 -2143 (|#1| |#1| (-304 |#2|))) (-15 -2143 (|#1| |#1| (-656 (-304 |#2|)))) (-15 -4029 ((-112) |#2| |#1|)) (-15 -3131 ((-783) |#2| |#1|)) (-15 -4302 ((-656 |#2|) |#1|)) (-15 -3131 ((-783) (-1 (-112) |#2|) |#1|)) (-15 -3484 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1746 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1968 ((-783) |#1|))) (-501 |#2|) (-1238)) (T -500))
+NIL
+(-10 -8 (-15 -3939 ((-112) |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -2143 (|#1| |#1| (-656 |#2|) (-656 |#2|))) (-15 -2143 (|#1| |#1| |#2| |#2|)) (-15 -2143 (|#1| |#1| (-304 |#2|))) (-15 -2143 (|#1| |#1| (-656 (-304 |#2|)))) (-15 -4029 ((-112) |#2| |#1|)) (-15 -3131 ((-783) |#2| |#1|)) (-15 -4302 ((-656 |#2|) |#1|)) (-15 -3131 ((-783) (-1 (-112) |#2|) |#1|)) (-15 -3484 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1746 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1968 ((-783) |#1|)))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1951 (((-112) $ (-783)) 8)) (-3853 (($) 7 T CONST)) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) 9)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-501 |#1|) (-141) (-1238)) (T -501))
+((-2423 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-501 *3)) (-4 *3 (-1238)))) (-1896 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4465)) (-4 *1 (-501 *3)) (-4 *3 (-1238)))) (-1746 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4464)) (-4 *1 (-501 *4)) (-4 *4 (-1238)) (-5 *2 (-112)))) (-3484 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4464)) (-4 *1 (-501 *4)) (-4 *4 (-1238)) (-5 *2 (-112)))) (-3131 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4464)) (-4 *1 (-501 *4)) (-4 *4 (-1238)) (-5 *2 (-783)))) (-3722 (*1 *2 *1) (-12 (|has| *1 (-6 -4464)) (-4 *1 (-501 *3)) (-4 *3 (-1238)) (-5 *2 (-656 *3)))) (-4302 (*1 *2 *1) (-12 (|has| *1 (-6 -4464)) (-4 *1 (-501 *3)) (-4 *3 (-1238)) (-5 *2 (-656 *3)))) (-3131 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4464)) (-4 *1 (-501 *3)) (-4 *3 (-1238)) (-4 *3 (-1121)) (-5 *2 (-783)))) (-4029 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4464)) (-4 *1 (-501 *3)) (-4 *3 (-1238)) (-4 *3 (-1121)) (-5 *2 (-112)))))
+(-13 (-34) (-10 -8 (IF (|has| |t#1| (-625 (-876))) (-6 (-625 (-876))) |%noBranch|) (IF (|has| |t#1| (-102)) (-6 (-102)) |%noBranch|) (IF (|has| |t#1| (-1121)) (-6 (-1121)) |%noBranch|) (IF (|has| |t#1| (-1121)) (IF (|has| |t#1| (-319 |t#1|)) (-6 (-319 |t#1|)) |%noBranch|) |%noBranch|) (-15 -2423 ($ (-1 |t#1| |t#1|) $)) (IF (|has| $ (-6 -4465)) (-15 -1896 ($ (-1 |t#1| |t#1|) $)) |%noBranch|) (IF (|has| $ (-6 -4464)) (PROGN (-15 -1746 ((-112) (-1 (-112) |t#1|) $)) (-15 -3484 ((-112) (-1 (-112) |t#1|) $)) (-15 -3131 ((-783) (-1 (-112) |t#1|) $)) (-15 -3722 ((-656 |t#1|) $)) (-15 -4302 ((-656 |t#1|) $)) (IF (|has| |t#1| (-1121)) (PROGN (-15 -3131 ((-783) |t#1| $)) (-15 -4029 ((-112) |t#1| $))) |%noBranch|)) |%noBranch|)))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1121) |has| |#1| (-1121)) ((-1238) . T))
+((-4114 ((|#1| $) 6) (($ |#1|) 9)))
+(((-502 |#1|) (-141) (-1238)) (T -502))
NIL
(-13 (-625 |t#1|) (-628 |t#1|))
(((-628 |#1|) . T) ((-625 |#1|) . T))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1929 (($ (-1177)) 8)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 15) (((-1177) $) 12)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 11)))
-(((-503) (-13 (-1119) (-625 (-1177)) (-10 -8 (-15 -1929 ($ (-1177)))))) (T -503))
-((-1929 (*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-503)))))
-(-13 (-1119) (-625 (-1177)) (-10 -8 (-15 -1929 ($ (-1177)))))
-((-4022 (($ $) 15)) (-4003 (($ $) 24)) (-4047 (($ $) 12)) (-4058 (($ $) 10)) (-4034 (($ $) 17)) (-4011 (($ $) 22)))
-(((-504 |#1|) (-10 -8 (-15 -4011 (|#1| |#1|)) (-15 -4034 (|#1| |#1|)) (-15 -4058 (|#1| |#1|)) (-15 -4047 (|#1| |#1|)) (-15 -4003 (|#1| |#1|)) (-15 -4022 (|#1| |#1|))) (-505)) (T -504))
-NIL
-(-10 -8 (-15 -4011 (|#1| |#1|)) (-15 -4034 (|#1| |#1|)) (-15 -4058 (|#1| |#1|)) (-15 -4047 (|#1| |#1|)) (-15 -4003 (|#1| |#1|)) (-15 -4022 (|#1| |#1|)))
-((-4022 (($ $) 11)) (-4003 (($ $) 10)) (-4047 (($ $) 9)) (-4058 (($ $) 8)) (-4034 (($ $) 7)) (-4011 (($ $) 6)))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-2439 (($ (-1179)) 8)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 15) (((-1179) $) 12)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 11)))
+(((-503) (-13 (-1121) (-625 (-1179)) (-10 -8 (-15 -2439 ($ (-1179)))))) (T -503))
+((-2439 (*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-503)))))
+(-13 (-1121) (-625 (-1179)) (-10 -8 (-15 -2439 ($ (-1179)))))
+((-3586 (($ $) 15)) (-3562 (($ $) 24)) (-3612 (($ $) 12)) (-3623 (($ $) 10)) (-3599 (($ $) 17)) (-3574 (($ $) 22)))
+(((-504 |#1|) (-10 -8 (-15 -3574 (|#1| |#1|)) (-15 -3599 (|#1| |#1|)) (-15 -3623 (|#1| |#1|)) (-15 -3612 (|#1| |#1|)) (-15 -3562 (|#1| |#1|)) (-15 -3586 (|#1| |#1|))) (-505)) (T -504))
+NIL
+(-10 -8 (-15 -3574 (|#1| |#1|)) (-15 -3599 (|#1| |#1|)) (-15 -3623 (|#1| |#1|)) (-15 -3612 (|#1| |#1|)) (-15 -3562 (|#1| |#1|)) (-15 -3586 (|#1| |#1|)))
+((-3586 (($ $) 11)) (-3562 (($ $) 10)) (-3612 (($ $) 9)) (-3623 (($ $) 8)) (-3599 (($ $) 7)) (-3574 (($ $) 6)))
(((-505) (-141)) (T -505))
-((-4022 (*1 *1 *1) (-4 *1 (-505))) (-4003 (*1 *1 *1) (-4 *1 (-505))) (-4047 (*1 *1 *1) (-4 *1 (-505))) (-4058 (*1 *1 *1) (-4 *1 (-505))) (-4034 (*1 *1 *1) (-4 *1 (-505))) (-4011 (*1 *1 *1) (-4 *1 (-505))))
-(-13 (-10 -8 (-15 -4011 ($ $)) (-15 -4034 ($ $)) (-15 -4058 ($ $)) (-15 -4047 ($ $)) (-15 -4003 ($ $)) (-15 -4022 ($ $))))
-((-1827 (((-430 |#4|) |#4| (-1 (-430 |#2|) |#2|)) 54)))
-(((-506 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1827 ((-430 |#4|) |#4| (-1 (-430 |#2|) |#2|)))) (-374) (-1262 |#1|) (-13 (-374) (-148) (-736 |#1| |#2|)) (-1262 |#3|)) (T -506))
-((-1827 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-430 *6) *6)) (-4 *6 (-1262 *5)) (-4 *5 (-374)) (-4 *7 (-13 (-374) (-148) (-736 *5 *6))) (-5 *2 (-430 *3)) (-5 *1 (-506 *5 *6 *7 *3)) (-4 *3 (-1262 *7)))))
-(-10 -7 (-15 -1827 ((-430 |#4|) |#4| (-1 (-430 |#2|) |#2|))))
-((-3486 (((-112) $ $) NIL)) (-3764 (((-656 $) (-1191 $) (-1195)) NIL) (((-656 $) (-1191 $)) NIL) (((-656 $) (-969 $)) NIL)) (-2215 (($ (-1191 $) (-1195)) NIL) (($ (-1191 $)) NIL) (($ (-969 $)) NIL)) (-1353 (((-112) $) 39)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-1802 (((-112) $ $) 73)) (-3986 (((-656 (-624 $)) $) 50)) (-4299 (((-3 $ "failed") $ $) NIL)) (-3425 (($ $ (-304 $)) NIL) (($ $ (-656 (-304 $))) NIL) (($ $ (-656 (-624 $)) (-656 $)) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1838 (($ $) NIL)) (-1829 (((-112) $ $) NIL)) (-2135 (($) NIL T CONST)) (-2869 (((-656 $) (-1191 $) (-1195)) NIL) (((-656 $) (-1191 $)) NIL) (((-656 $) (-969 $)) NIL)) (-2663 (($ (-1191 $) (-1195)) NIL) (($ (-1191 $)) NIL) (($ (-969 $)) NIL)) (-1570 (((-3 (-624 $) "failed") $) NIL) (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL)) (-2857 (((-624 $) $) NIL) (((-576) $) NIL) (((-419 (-576)) $) 55)) (-3426 (($ $ $) NIL)) (-3142 (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL) (((-701 (-576)) (-701 $)) NIL) (((-2 (|:| -1953 (-701 (-419 (-576)))) (|:| |vec| (-1286 (-419 (-576))))) (-701 $) (-1286 $)) NIL) (((-701 (-419 (-576))) (-701 $)) NIL)) (-3683 (($ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-1524 (($ $) NIL) (($ (-656 $)) NIL)) (-2358 (((-656 (-115)) $) NIL)) (-1774 (((-115) (-115)) NIL)) (-3612 (((-112) $) 42)) (-2044 (((-112) $) NIL (|has| $ (-1057 (-576))))) (-1568 (((-1144 (-576) (-624 $)) $) 37)) (-3867 (($ $ (-576)) NIL)) (-1650 (((-1191 $) (-1191 $) (-624 $)) 87) (((-1191 $) (-1191 $) (-656 (-624 $))) 62) (($ $ (-624 $)) 76) (($ $ (-656 (-624 $))) 77)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3820 (((-1191 $) (-624 $)) 74 (|has| $ (-1068)))) (-4114 (($ (-1 $ $) (-624 $)) NIL)) (-3497 (((-3 (-624 $) "failed") $) NIL)) (-1853 (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL) (((-701 (-576)) (-1286 $)) NIL) (((-2 (|:| -1953 (-701 (-419 (-576)))) (|:| |vec| (-1286 (-419 (-576))))) (-1286 $) $) NIL) (((-701 (-419 (-576))) (-1286 $)) NIL)) (-3457 (($ (-656 $)) NIL) (($ $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1761 (((-656 (-624 $)) $) NIL)) (-1637 (($ (-115) $) NIL) (($ (-115) (-656 $)) NIL)) (-3796 (((-112) $ (-115)) NIL) (((-112) $ (-1195)) NIL)) (-2045 (($ $) NIL)) (-2322 (((-783) $) NIL)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ (-656 $)) NIL) (($ $ $) NIL)) (-4257 (((-112) $ $) NIL) (((-112) $ (-1195)) NIL)) (-1827 (((-430 $) $) NIL)) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2227 (((-112) $) NIL (|has| $ (-1057 (-576))))) (-3281 (($ $ (-624 $) $) NIL) (($ $ (-656 (-624 $)) (-656 $)) NIL) (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-656 (-1195)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-1195)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-1195) (-1 $ (-656 $))) NIL) (($ $ (-1195) (-1 $ $)) NIL) (($ $ (-656 (-115)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-115) (-1 $ (-656 $))) NIL) (($ $ (-115) (-1 $ $)) NIL)) (-3909 (((-783) $) NIL)) (-2794 (($ (-115) $) NIL) (($ (-115) $ $) NIL) (($ (-115) $ $ $) NIL) (($ (-115) $ $ $ $) NIL) (($ (-115) (-656 $)) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-3401 (($ $) NIL) (($ $ $) NIL)) (-2770 (($ $) 36) (($ $ (-783)) NIL)) (-1579 (((-1144 (-576) (-624 $)) $) 20)) (-3117 (($ $) NIL (|has| $ (-1068)))) (-4169 (((-390) $) 101) (((-227) $) 109) (((-171 (-390)) $) 117)) (-3567 (((-874) $) NIL) (($ (-624 $)) NIL) (($ (-419 (-576))) NIL) (($ $) NIL) (($ (-576)) NIL) (($ (-1144 (-576) (-624 $))) 21)) (-2596 (((-783)) NIL T CONST)) (-3654 (($ $) NIL) (($ (-656 $)) NIL)) (-1824 (((-112) (-115)) 93)) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-2716 (($) 10 T CONST)) (-2727 (($) 22 T CONST)) (-2014 (($ $) NIL) (($ $ (-783)) NIL)) (-2921 (((-112) $ $) 24)) (-3054 (($ $ $) 44)) (-3041 (($ $ $) NIL) (($ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-419 (-576))) NIL) (($ $ (-576)) 48) (($ $ (-783)) NIL) (($ $ (-938)) NIL)) (* (($ (-419 (-576)) $) NIL) (($ $ (-419 (-576))) NIL) (($ $ $) 27) (($ (-576) $) NIL) (($ (-783) $) NIL) (($ (-938) $) NIL)))
-(((-507) (-13 (-312) (-27) (-1057 (-576)) (-1057 (-419 (-576))) (-651 (-576)) (-1041) (-651 (-419 (-576))) (-148) (-626 (-171 (-390))) (-238) (-10 -8 (-15 -3567 ($ (-1144 (-576) (-624 $)))) (-15 -1568 ((-1144 (-576) (-624 $)) $)) (-15 -1579 ((-1144 (-576) (-624 $)) $)) (-15 -3683 ($ $)) (-15 -1802 ((-112) $ $)) (-15 -1650 ((-1191 $) (-1191 $) (-624 $))) (-15 -1650 ((-1191 $) (-1191 $) (-656 (-624 $)))) (-15 -1650 ($ $ (-624 $))) (-15 -1650 ($ $ (-656 (-624 $))))))) (T -507))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1144 (-576) (-624 (-507)))) (-5 *1 (-507)))) (-1568 (*1 *2 *1) (-12 (-5 *2 (-1144 (-576) (-624 (-507)))) (-5 *1 (-507)))) (-1579 (*1 *2 *1) (-12 (-5 *2 (-1144 (-576) (-624 (-507)))) (-5 *1 (-507)))) (-3683 (*1 *1 *1) (-5 *1 (-507))) (-1802 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-507)))) (-1650 (*1 *2 *2 *3) (-12 (-5 *2 (-1191 (-507))) (-5 *3 (-624 (-507))) (-5 *1 (-507)))) (-1650 (*1 *2 *2 *3) (-12 (-5 *2 (-1191 (-507))) (-5 *3 (-656 (-624 (-507)))) (-5 *1 (-507)))) (-1650 (*1 *1 *1 *2) (-12 (-5 *2 (-624 (-507))) (-5 *1 (-507)))) (-1650 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-624 (-507)))) (-5 *1 (-507)))))
-(-13 (-312) (-27) (-1057 (-576)) (-1057 (-419 (-576))) (-651 (-576)) (-1041) (-651 (-419 (-576))) (-148) (-626 (-171 (-390))) (-238) (-10 -8 (-15 -3567 ($ (-1144 (-576) (-624 $)))) (-15 -1568 ((-1144 (-576) (-624 $)) $)) (-15 -1579 ((-1144 (-576) (-624 $)) $)) (-15 -3683 ($ $)) (-15 -1802 ((-112) $ $)) (-15 -1650 ((-1191 $) (-1191 $) (-624 $))) (-15 -1650 ((-1191 $) (-1191 $) (-656 (-624 $)))) (-15 -1650 ($ $ (-624 $))) (-15 -1650 ($ $ (-656 (-624 $))))))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-4372 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-862)))) (-4082 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4463))) (($ $) NIL (-12 (|has| $ (-6 -4463)) (|has| |#1| (-862))))) (-1793 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-862)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 ((|#1| $ (-576) |#1|) 44 (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) NIL (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-1752 (($ $) NIL (|has| $ (-6 -4463)))) (-3833 (($ $) NIL)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3942 (($ |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4462)))) (-4330 ((|#1| $ (-576) |#1|) 39 (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) 38)) (-3658 (((-576) (-1 (-112) |#1|) $) NIL) (((-576) |#1| $) NIL (|has| |#1| (-1119))) (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1119)))) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-4138 (($ (-783) |#1|) 21)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) 17 (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| |#1| (-862)))) (-1872 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-862)))) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3767 (((-576) $) 41 (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) 29 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 32) (($ (-1 |#1| |#1| |#1|) $ $) 35)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-2171 (($ |#1| $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3578 ((|#1| $) NIL (|has| (-576) (-862)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1552 (($ $ |#1|) 15 (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) 19)) (-2794 ((|#1| $ (-576) |#1|) NIL) ((|#1| $ (-576)) 43) (($ $ (-1253 (-576))) NIL)) (-3463 (($ $ (-576)) NIL) (($ $ (-1253 (-576))) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1497 (($ $ $ (-576)) NIL (|has| $ (-6 -4463)))) (-1868 (($ $) 13)) (-4169 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 24)) (-1613 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-656 $)) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3500 (((-783) $) 11 (|has| $ (-6 -4462)))))
-(((-508 |#1| |#2|) (-19 |#1|) (-1236) (-576)) (T -508))
+((-3586 (*1 *1 *1) (-4 *1 (-505))) (-3562 (*1 *1 *1) (-4 *1 (-505))) (-3612 (*1 *1 *1) (-4 *1 (-505))) (-3623 (*1 *1 *1) (-4 *1 (-505))) (-3599 (*1 *1 *1) (-4 *1 (-505))) (-3574 (*1 *1 *1) (-4 *1 (-505))))
+(-13 (-10 -8 (-15 -3574 ($ $)) (-15 -3599 ($ $)) (-15 -3623 ($ $)) (-15 -3612 ($ $)) (-15 -3562 ($ $)) (-15 -3586 ($ $))))
+((-1452 (((-430 |#4|) |#4| (-1 (-430 |#2|) |#2|)) 54)))
+(((-506 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1452 ((-430 |#4|) |#4| (-1 (-430 |#2|) |#2|)))) (-374) (-1264 |#1|) (-13 (-374) (-148) (-736 |#1| |#2|)) (-1264 |#3|)) (T -506))
+((-1452 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-430 *6) *6)) (-4 *6 (-1264 *5)) (-4 *5 (-374)) (-4 *7 (-13 (-374) (-148) (-736 *5 *6))) (-5 *2 (-430 *3)) (-5 *1 (-506 *5 *6 *7 *3)) (-4 *3 (-1264 *7)))))
+(-10 -7 (-15 -1452 ((-430 |#4|) |#4| (-1 (-430 |#2|) |#2|))))
+((-1955 (((-112) $ $) NIL)) (-2278 (((-656 $) (-1193 $) (-1197)) NIL) (((-656 $) (-1193 $)) NIL) (((-656 $) (-971 $)) NIL)) (-3343 (($ (-1193 $) (-1197)) NIL) (($ (-1193 $)) NIL) (($ (-971 $)) NIL)) (-2604 (((-112) $) 39)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-3801 (((-112) $ $) 73)) (-4442 (((-656 (-624 $)) $) 50)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1793 (($ $ (-304 $)) NIL) (($ $ (-656 (-304 $))) NIL) (($ $ (-656 (-624 $)) (-656 $)) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-1463 (($ $) NIL)) (-4064 (((-112) $ $) NIL)) (-3853 (($) NIL T CONST)) (-3587 (((-656 $) (-1193 $) (-1197)) NIL) (((-656 $) (-1193 $)) NIL) (((-656 $) (-971 $)) NIL)) (-2169 (($ (-1193 $) (-1197)) NIL) (($ (-1193 $)) NIL) (($ (-971 $)) NIL)) (-2981 (((-3 (-624 $) "failed") $) NIL) (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL)) (-2318 (((-624 $) $) NIL) (((-576) $) NIL) (((-419 (-576)) $) 55)) (-1892 (($ $ $) NIL)) (-2255 (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL) (((-701 (-576)) (-701 $)) NIL) (((-2 (|:| -2663 (-701 (-419 (-576)))) (|:| |vec| (-1288 (-419 (-576))))) (-701 $) (-1288 $)) NIL) (((-701 (-419 (-576))) (-701 $)) NIL)) (-2722 (($ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-4087 (($ $) NIL) (($ (-656 $)) NIL)) (-2216 (((-656 (-115)) $) NIL)) (-1401 (((-115) (-115)) NIL)) (-3315 (((-112) $) 42)) (-2231 (((-112) $) NIL (|has| $ (-1059 (-576))))) (-2687 (((-1146 (-576) (-624 $)) $) 37)) (-4063 (($ $ (-576)) NIL)) (-2828 (((-1193 $) (-1193 $) (-624 $)) 87) (((-1193 $) (-1193 $) (-656 (-624 $))) 62) (($ $ (-624 $)) 76) (($ $ (-656 (-624 $))) 77)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1650 (((-1193 $) (-624 $)) 74 (|has| $ (-1070)))) (-2423 (($ (-1 $ $) (-624 $)) NIL)) (-1541 (((-3 (-624 $) "failed") $) NIL)) (-3015 (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL) (((-701 (-576)) (-1288 $)) NIL) (((-2 (|:| -2663 (-701 (-419 (-576)))) (|:| |vec| (-1288 (-419 (-576))))) (-1288 $) $) NIL) (((-701 (-419 (-576))) (-1288 $)) NIL)) (-3078 (($ (-656 $)) NIL) (($ $ $) NIL)) (-4185 (((-1179) $) NIL)) (-1388 (((-656 (-624 $)) $) NIL)) (-2772 (($ (-115) $) NIL) (($ (-115) (-656 $)) NIL)) (-1436 (((-112) $ (-115)) NIL) (((-112) $ (-1197)) NIL)) (-1668 (($ $) NIL)) (-2954 (((-783) $) NIL)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ (-656 $)) NIL) (($ $ $) NIL)) (-3485 (((-112) $ $) NIL) (((-112) $ (-1197)) NIL)) (-1452 (((-430 $) $) NIL)) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3489 (((-112) $) NIL (|has| $ (-1059 (-576))))) (-2143 (($ $ (-624 $) $) NIL) (($ $ (-656 (-624 $)) (-656 $)) NIL) (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-656 (-1197)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-1197)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-1197) (-1 $ (-656 $))) NIL) (($ $ (-1197) (-1 $ $)) NIL) (($ $ (-656 (-115)) (-656 (-1 $ $))) NIL) (($ $ (-656 (-115)) (-656 (-1 $ (-656 $)))) NIL) (($ $ (-115) (-1 $ (-656 $))) NIL) (($ $ (-115) (-1 $ $)) NIL)) (-3199 (((-783) $) NIL)) (-4369 (($ (-115) $) NIL) (($ (-115) $ $) NIL) (($ (-115) $ $ $) NIL) (($ (-115) $ $ $ $) NIL) (($ (-115) (-656 $)) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-1841 (($ $) NIL) (($ $ $) NIL)) (-4107 (($ $) 36) (($ $ (-783)) NIL)) (-2698 (((-1146 (-576) (-624 $)) $) 20)) (-2030 (($ $) NIL (|has| $ (-1070)))) (-1554 (((-390) $) 101) (((-227) $) 109) (((-171 (-390)) $) 117)) (-4114 (((-876) $) NIL) (($ (-624 $)) NIL) (($ (-419 (-576))) NIL) (($ $) NIL) (($ (-576)) NIL) (($ (-1146 (-576) (-624 $))) 21)) (-2864 (((-783)) NIL T CONST)) (-2345 (($ $) NIL) (($ (-656 $)) NIL)) (-4020 (((-112) (-115)) 93)) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-4312 (($) 10 T CONST)) (-4322 (($) 22 T CONST)) (-3157 (($ $) NIL) (($ $ (-783)) NIL)) (-3939 (((-112) $ $) 24)) (-4047 (($ $ $) 44)) (-4037 (($ $ $) NIL) (($ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-419 (-576))) NIL) (($ $ (-576)) 48) (($ $ (-783)) NIL) (($ $ (-940)) NIL)) (* (($ (-419 (-576)) $) NIL) (($ $ (-419 (-576))) NIL) (($ $ $) 27) (($ (-576) $) NIL) (($ (-783) $) NIL) (($ (-940) $) NIL)))
+(((-507) (-13 (-312) (-27) (-1059 (-576)) (-1059 (-419 (-576))) (-651 (-576)) (-1043) (-651 (-419 (-576))) (-148) (-626 (-171 (-390))) (-238) (-10 -8 (-15 -4114 ($ (-1146 (-576) (-624 $)))) (-15 -2687 ((-1146 (-576) (-624 $)) $)) (-15 -2698 ((-1146 (-576) (-624 $)) $)) (-15 -2722 ($ $)) (-15 -3801 ((-112) $ $)) (-15 -2828 ((-1193 $) (-1193 $) (-624 $))) (-15 -2828 ((-1193 $) (-1193 $) (-656 (-624 $)))) (-15 -2828 ($ $ (-624 $))) (-15 -2828 ($ $ (-656 (-624 $))))))) (T -507))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1146 (-576) (-624 (-507)))) (-5 *1 (-507)))) (-2687 (*1 *2 *1) (-12 (-5 *2 (-1146 (-576) (-624 (-507)))) (-5 *1 (-507)))) (-2698 (*1 *2 *1) (-12 (-5 *2 (-1146 (-576) (-624 (-507)))) (-5 *1 (-507)))) (-2722 (*1 *1 *1) (-5 *1 (-507))) (-3801 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-507)))) (-2828 (*1 *2 *2 *3) (-12 (-5 *2 (-1193 (-507))) (-5 *3 (-624 (-507))) (-5 *1 (-507)))) (-2828 (*1 *2 *2 *3) (-12 (-5 *2 (-1193 (-507))) (-5 *3 (-656 (-624 (-507)))) (-5 *1 (-507)))) (-2828 (*1 *1 *1 *2) (-12 (-5 *2 (-624 (-507))) (-5 *1 (-507)))) (-2828 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-624 (-507)))) (-5 *1 (-507)))))
+(-13 (-312) (-27) (-1059 (-576)) (-1059 (-419 (-576))) (-651 (-576)) (-1043) (-651 (-419 (-576))) (-148) (-626 (-171 (-390))) (-238) (-10 -8 (-15 -4114 ($ (-1146 (-576) (-624 $)))) (-15 -2687 ((-1146 (-576) (-624 $)) $)) (-15 -2698 ((-1146 (-576) (-624 $)) $)) (-15 -2722 ($ $)) (-15 -3801 ((-112) $ $)) (-15 -2828 ((-1193 $) (-1193 $) (-624 $))) (-15 -2828 ((-1193 $) (-1193 $) (-656 (-624 $)))) (-15 -2828 ($ $ (-624 $))) (-15 -2828 ($ $ (-656 (-624 $))))))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-2033 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-862)))) (-2218 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4465))) (($ $) NIL (-12 (|has| $ (-6 -4465)) (|has| |#1| (-862))))) (-2380 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-862)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 ((|#1| $ (-576) |#1|) 44 (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) NIL (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-1370 (($ $) NIL (|has| $ (-6 -4465)))) (-4204 (($ $) NIL)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2824 (($ |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4464)))) (-1908 ((|#1| $ (-576) |#1|) 39 (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) 38)) (-3539 (((-576) (-1 (-112) |#1|) $) NIL) (((-576) |#1| $) NIL (|has| |#1| (-1121))) (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1121)))) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-1988 (($ (-783) |#1|) 21)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) 17 (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| |#1| (-862)))) (-3181 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-862)))) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2316 (((-576) $) 41 (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) 29 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 32) (($ (-1 |#1| |#1| |#1|) $ $) 35)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3386 (($ |#1| $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-1753 ((|#1| $) NIL (|has| (-576) (-862)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3140 (($ $ |#1|) 15 (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) 19)) (-4369 ((|#1| $ (-576) |#1|) NIL) ((|#1| $ (-576)) 43) (($ $ (-1255 (-576))) NIL)) (-2335 (($ $ (-576)) NIL) (($ $ (-1255 (-576))) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3796 (($ $ $ (-576)) NIL (|has| $ (-6 -4465)))) (-4287 (($ $) 13)) (-1554 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 24)) (-2767 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-656 $)) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3985 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3962 (((-112) $ $) NIL (|has| |#1| (-862)))) (-1968 (((-783) $) 11 (|has| $ (-6 -4464)))))
+(((-508 |#1| |#2|) (-19 |#1|) (-1238) (-576)) (T -508))
NIL
(-19 |#1|)
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 ((|#1| $ (-576) (-576) |#1|) NIL)) (-2133 (($ $ (-576) (-508 |#1| |#3|)) NIL)) (-2874 (($ $ (-576) (-508 |#1| |#2|)) NIL)) (-2135 (($) NIL T CONST)) (-3925 (((-508 |#1| |#3|) $ (-576)) NIL)) (-4330 ((|#1| $ (-576) (-576) |#1|) NIL)) (-4271 ((|#1| $ (-576) (-576)) NIL)) (-3963 (((-656 |#1|) $) NIL)) (-1687 (((-783) $) NIL)) (-4138 (($ (-783) (-783) |#1|) NIL)) (-1697 (((-783) $) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-4063 (((-576) $) NIL)) (-1495 (((-576) $) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3621 (((-576) $) NIL)) (-2196 (((-576) $) NIL)) (-4320 (($ (-1 |#1| |#1|) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-1552 (($ $ |#1|) NIL)) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#1| $ (-576) (-576)) NIL) ((|#1| $ (-576) (-576) |#1|) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) NIL)) (-2067 (((-508 |#1| |#2|) $ (-576)) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-509 |#1| |#2| |#3|) (-57 |#1| (-508 |#1| |#3|) (-508 |#1| |#2|)) (-1236) (-576) (-576)) (T -509))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 ((|#1| $ (-576) (-576) |#1|) NIL)) (-3829 (($ $ (-576) (-508 |#1| |#3|)) NIL)) (-3645 (($ $ (-576) (-508 |#1| |#2|)) NIL)) (-3853 (($) NIL T CONST)) (-3368 (((-508 |#1| |#3|) $ (-576)) NIL)) (-1908 ((|#1| $ (-576) (-576) |#1|) NIL)) (-3721 ((|#1| $ (-576) (-576)) NIL)) (-3722 (((-656 |#1|) $) NIL)) (-2759 (((-783) $) NIL)) (-1988 (($ (-783) (-783) |#1|) NIL)) (-2773 (((-783) $) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-2037 (((-576) $) NIL)) (-3775 (((-576) $) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3422 (((-576) $) NIL)) (-3154 (((-576) $) NIL)) (-1896 (($ (-1 |#1| |#1|) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-3140 (($ $ |#1|) NIL)) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#1| $ (-576) (-576)) NIL) ((|#1| $ (-576) (-576) |#1|) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) NIL)) (-4389 (((-508 |#1| |#2|) $ (-576)) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-509 |#1| |#2| |#3|) (-57 |#1| (-508 |#1| |#3|) (-508 |#1| |#2|)) (-1238) (-576) (-576)) (T -509))
NIL
(-57 |#1| (-508 |#1| |#3|) (-508 |#1| |#2|))
-((-3435 (((-656 (-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|)))) (-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) (-783) (-783)) 32)) (-1530 (((-656 (-1191 |#1|)) |#1| (-783) (-783) (-783)) 43)) (-3666 (((-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) (-656 |#3|) (-656 (-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|)))) (-783)) 107)))
-(((-510 |#1| |#2| |#3|) (-10 -7 (-15 -1530 ((-656 (-1191 |#1|)) |#1| (-783) (-783) (-783))) (-15 -3435 ((-656 (-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|)))) (-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) (-783) (-783))) (-15 -3666 ((-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) (-656 |#3|) (-656 (-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|)))) (-783)))) (-360) (-1262 |#1|) (-1262 |#2|)) (T -510))
-((-3666 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 (-2 (|:| -4156 (-701 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-701 *7))))) (-5 *5 (-783)) (-4 *8 (-1262 *7)) (-4 *7 (-1262 *6)) (-4 *6 (-360)) (-5 *2 (-2 (|:| -4156 (-701 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-701 *7)))) (-5 *1 (-510 *6 *7 *8)))) (-3435 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-783)) (-4 *5 (-360)) (-4 *6 (-1262 *5)) (-5 *2 (-656 (-2 (|:| -4156 (-701 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-701 *6))))) (-5 *1 (-510 *5 *6 *7)) (-5 *3 (-2 (|:| -4156 (-701 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-701 *6)))) (-4 *7 (-1262 *6)))) (-1530 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-783)) (-4 *3 (-360)) (-4 *5 (-1262 *3)) (-5 *2 (-656 (-1191 *3))) (-5 *1 (-510 *3 *5 *6)) (-4 *6 (-1262 *5)))))
-(-10 -7 (-15 -1530 ((-656 (-1191 |#1|)) |#1| (-783) (-783) (-783))) (-15 -3435 ((-656 (-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|)))) (-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) (-783) (-783))) (-15 -3666 ((-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) (-656 |#3|) (-656 (-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|)))) (-783))))
-((-1535 (((-2 (|:| -4156 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) (-2 (|:| -4156 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) (-2 (|:| -4156 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|)))) 70)) (-2104 ((|#1| (-701 |#1|) |#1| (-783)) 24)) (-3534 (((-783) (-783) (-783)) 34)) (-3523 (((-701 |#1|) (-701 |#1|) (-701 |#1|)) 50)) (-3476 (((-701 |#1|) (-701 |#1|) (-701 |#1|) |#1|) 58) (((-701 |#1|) (-701 |#1|) (-701 |#1|)) 55)) (-3378 ((|#1| (-701 |#1|) (-701 |#1|) |#1| (-576)) 28)) (-4067 ((|#1| (-701 |#1|)) 18)))
-(((-511 |#1| |#2| |#3|) (-10 -7 (-15 -4067 (|#1| (-701 |#1|))) (-15 -2104 (|#1| (-701 |#1|) |#1| (-783))) (-15 -3378 (|#1| (-701 |#1|) (-701 |#1|) |#1| (-576))) (-15 -3534 ((-783) (-783) (-783))) (-15 -3476 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -3476 ((-701 |#1|) (-701 |#1|) (-701 |#1|) |#1|)) (-15 -3523 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -1535 ((-2 (|:| -4156 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) (-2 (|:| -4156 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) (-2 (|:| -4156 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|)))))) (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $)))) (-1262 |#1|) (-421 |#1| |#2|)) (T -511))
-((-1535 (*1 *2 *2 *2) (-12 (-5 *2 (-2 (|:| -4156 (-701 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-701 *3)))) (-4 *3 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $))))) (-4 *4 (-1262 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))) (-3523 (*1 *2 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $))))) (-4 *4 (-1262 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))) (-3476 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-701 *3)) (-4 *3 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $))))) (-4 *4 (-1262 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))) (-3476 (*1 *2 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $))))) (-4 *4 (-1262 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))) (-3534 (*1 *2 *2 *2) (-12 (-5 *2 (-783)) (-4 *3 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $))))) (-4 *4 (-1262 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))) (-3378 (*1 *2 *3 *3 *2 *4) (-12 (-5 *3 (-701 *2)) (-5 *4 (-576)) (-4 *2 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $))))) (-4 *5 (-1262 *2)) (-5 *1 (-511 *2 *5 *6)) (-4 *6 (-421 *2 *5)))) (-2104 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-701 *2)) (-5 *4 (-783)) (-4 *2 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $))))) (-4 *5 (-1262 *2)) (-5 *1 (-511 *2 *5 *6)) (-4 *6 (-421 *2 *5)))) (-4067 (*1 *2 *3) (-12 (-5 *3 (-701 *2)) (-4 *4 (-1262 *2)) (-4 *2 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $))))) (-5 *1 (-511 *2 *4 *5)) (-4 *5 (-421 *2 *4)))))
-(-10 -7 (-15 -4067 (|#1| (-701 |#1|))) (-15 -2104 (|#1| (-701 |#1|) |#1| (-783))) (-15 -3378 (|#1| (-701 |#1|) (-701 |#1|) |#1| (-576))) (-15 -3534 ((-783) (-783) (-783))) (-15 -3476 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -3476 ((-701 |#1|) (-701 |#1|) (-701 |#1|) |#1|)) (-15 -3523 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -1535 ((-2 (|:| -4156 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) (-2 (|:| -4156 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) (-2 (|:| -4156 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))))))
-((-3486 (((-112) $ $) NIL)) (-3514 (($ $) NIL)) (-2689 (($ $ $) 40)) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-4372 (((-112) $) NIL (|has| (-112) (-862))) (((-112) (-1 (-112) (-112) (-112)) $) NIL)) (-4082 (($ $) NIL (-12 (|has| $ (-6 -4463)) (|has| (-112) (-862)))) (($ (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4463)))) (-1793 (($ $) NIL (|has| (-112) (-862))) (($ (-1 (-112) (-112) (-112)) $) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-3753 (((-112) $ (-1253 (-576)) (-112)) NIL (|has| $ (-6 -4463))) (((-112) $ (-576) (-112)) 42 (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-1752 (($ $) NIL (|has| $ (-6 -4463)))) (-3833 (($ $) NIL)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-112) (-1119))))) (-3942 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4462))) (($ (-112) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-112) (-1119))))) (-3683 (((-112) (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) NIL (-12 (|has| $ (-6 -4462)) (|has| (-112) (-1119))))) (-4330 (((-112) $ (-576) (-112)) NIL (|has| $ (-6 -4463)))) (-4271 (((-112) $ (-576)) NIL)) (-3658 (((-576) (-112) $ (-576)) NIL (|has| (-112) (-1119))) (((-576) (-112) $) NIL (|has| (-112) (-1119))) (((-576) (-1 (-112) (-112)) $) NIL)) (-3963 (((-656 (-112)) $) NIL (|has| $ (-6 -4462)))) (-2680 (($ $ $) 38)) (-2658 (($ $) NIL)) (-3606 (($ $ $) NIL)) (-4138 (($ (-783) (-112)) 27)) (-1867 (($ $ $) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) 8 (|has| (-576) (-862)))) (-3123 (($ $ $) NIL)) (-1872 (($ $ $) NIL (|has| (-112) (-862))) (($ (-1 (-112) (-112) (-112)) $ $) NIL)) (-3452 (((-656 (-112)) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-112) (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL)) (-4320 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-112) (-112) (-112)) $ $) 35) (($ (-1 (-112) (-112)) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL)) (-2171 (($ $ $ (-576)) NIL) (($ (-112) $ (-576)) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-1448 (((-1139) $) NIL)) (-3578 (((-112) $) NIL (|has| (-576) (-862)))) (-2295 (((-3 (-112) "failed") (-1 (-112) (-112)) $) NIL)) (-1552 (($ $ (-112)) NIL (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-112)) (-656 (-112))) NIL (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1119)))) (($ $ (-112) (-112)) NIL (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1119)))) (($ $ (-304 (-112))) NIL (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1119)))) (($ $ (-656 (-304 (-112)))) NIL (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-112) (-1119))))) (-4278 (((-656 (-112)) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) 28)) (-2794 (($ $ (-1253 (-576))) NIL) (((-112) $ (-576)) 22) (((-112) $ (-576) (-112)) NIL)) (-3463 (($ $ (-1253 (-576))) NIL) (($ $ (-576)) NIL)) (-1458 (((-783) (-112) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-112) (-1119)))) (((-783) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4462)))) (-1497 (($ $ $ (-576)) NIL (|has| $ (-6 -4463)))) (-1868 (($ $) 29)) (-4169 (((-548) $) NIL (|has| (-112) (-626 (-548))))) (-3579 (($ (-656 (-112))) NIL)) (-1613 (($ (-656 $)) NIL) (($ $ $) NIL) (($ (-112) $) NIL) (($ $ (-112)) NIL)) (-3567 (((-874) $) 26)) (-1540 (((-112) $ $) NIL)) (-2306 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4462)))) (-2669 (($ $ $) 36)) (-3560 (($ $ $) NIL)) (-3866 (($ $ $) 45)) (-3879 (($ $) 43)) (-3854 (($ $ $) 44)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 30)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 31)) (-3549 (($ $ $) NIL)) (-3500 (((-783) $) 13 (|has| $ (-6 -4462)))))
-(((-512 |#1|) (-13 (-124) (-10 -8 (-15 -3879 ($ $)) (-15 -3866 ($ $ $)) (-15 -3854 ($ $ $)))) (-576)) (T -512))
-((-3879 (*1 *1 *1) (-12 (-5 *1 (-512 *2)) (-14 *2 (-576)))) (-3866 (*1 *1 *1 *1) (-12 (-5 *1 (-512 *2)) (-14 *2 (-576)))) (-3854 (*1 *1 *1 *1) (-12 (-5 *1 (-512 *2)) (-14 *2 (-576)))))
-(-13 (-124) (-10 -8 (-15 -3879 ($ $)) (-15 -3866 ($ $ $)) (-15 -3854 ($ $ $))))
-((-3938 (((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1191 |#4|)) 35)) (-1982 (((-1191 |#4|) (-1 |#4| |#1|) |#2|) 31) ((|#2| (-1 |#1| |#4|) (-1191 |#4|)) 22)) (-3053 (((-3 (-701 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-701 (-1191 |#4|))) 46)) (-1900 (((-1191 (-1191 |#4|)) (-1 |#4| |#1|) |#3|) 55)))
-(((-513 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1982 (|#2| (-1 |#1| |#4|) (-1191 |#4|))) (-15 -1982 ((-1191 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -3938 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1191 |#4|))) (-15 -3053 ((-3 (-701 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-701 (-1191 |#4|)))) (-15 -1900 ((-1191 (-1191 |#4|)) (-1 |#4| |#1|) |#3|))) (-1068) (-1262 |#1|) (-1262 |#2|) (-1068)) (T -513))
-((-1900 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1068)) (-4 *7 (-1068)) (-4 *6 (-1262 *5)) (-5 *2 (-1191 (-1191 *7))) (-5 *1 (-513 *5 *6 *4 *7)) (-4 *4 (-1262 *6)))) (-3053 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8)) (-5 *4 (-701 (-1191 *8))) (-4 *5 (-1068)) (-4 *8 (-1068)) (-4 *6 (-1262 *5)) (-5 *2 (-701 *6)) (-5 *1 (-513 *5 *6 *7 *8)) (-4 *7 (-1262 *6)))) (-3938 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1191 *7)) (-4 *5 (-1068)) (-4 *7 (-1068)) (-4 *2 (-1262 *5)) (-5 *1 (-513 *5 *2 *6 *7)) (-4 *6 (-1262 *2)))) (-1982 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1068)) (-4 *7 (-1068)) (-4 *4 (-1262 *5)) (-5 *2 (-1191 *7)) (-5 *1 (-513 *5 *4 *6 *7)) (-4 *6 (-1262 *4)))) (-1982 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1191 *7)) (-4 *5 (-1068)) (-4 *7 (-1068)) (-4 *2 (-1262 *5)) (-5 *1 (-513 *5 *2 *6 *7)) (-4 *6 (-1262 *2)))))
-(-10 -7 (-15 -1982 (|#2| (-1 |#1| |#4|) (-1191 |#4|))) (-15 -1982 ((-1191 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -3938 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1191 |#4|))) (-15 -3053 ((-3 (-701 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-701 (-1191 |#4|)))) (-15 -1900 ((-1191 (-1191 |#4|)) (-1 |#4| |#1|) |#3|)))
-((-3486 (((-112) $ $) NIL)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2453 (((-1291) $) 25)) (-2794 (((-1177) $ (-1195)) 30)) (-1971 (((-1291) $) 17)) (-3567 (((-874) $) 27) (($ (-1177)) 26)) (-1540 (((-112) $ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 11)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 9)))
-(((-514) (-13 (-862) (-10 -8 (-15 -2794 ((-1177) $ (-1195))) (-15 -1971 ((-1291) $)) (-15 -2453 ((-1291) $)) (-15 -3567 ($ (-1177)))))) (T -514))
-((-2794 (*1 *2 *1 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-1177)) (-5 *1 (-514)))) (-1971 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-514)))) (-2453 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-514)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-514)))))
-(-13 (-862) (-10 -8 (-15 -2794 ((-1177) $ (-1195))) (-15 -1971 ((-1291) $)) (-15 -2453 ((-1291) $)) (-15 -3567 ($ (-1177)))))
-((-3014 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) 19)) (-3841 ((|#1| |#4|) 10)) (-2576 ((|#3| |#4|) 17)))
-(((-515 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3841 (|#1| |#4|)) (-15 -2576 (|#3| |#4|)) (-15 -3014 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|))) (-568) (-1011 |#1|) (-384 |#1|) (-384 |#2|)) (T -515))
-((-3014 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-1011 *4)) (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4))) (-5 *1 (-515 *4 *5 *6 *3)) (-4 *6 (-384 *4)) (-4 *3 (-384 *5)))) (-2576 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-1011 *4)) (-4 *2 (-384 *4)) (-5 *1 (-515 *4 *5 *2 *3)) (-4 *3 (-384 *5)))) (-3841 (*1 *2 *3) (-12 (-4 *4 (-1011 *2)) (-4 *2 (-568)) (-5 *1 (-515 *2 *4 *5 *3)) (-4 *5 (-384 *2)) (-4 *3 (-384 *4)))))
-(-10 -7 (-15 -3841 (|#1| |#4|)) (-15 -2576 (|#3| |#4|)) (-15 -3014 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|)))
-((-3486 (((-112) $ $) NIL)) (-1769 (((-112) $ (-656 |#3|)) 126) (((-112) $) 127)) (-1353 (((-112) $) 178)) (-2610 (($ $ |#4|) 117) (($ $ |#4| (-656 |#3|)) 121)) (-3702 (((-1184 (-656 (-969 |#1|)) (-656 (-304 (-969 |#1|)))) (-656 |#4|)) 171 (|has| |#3| (-626 (-1195))))) (-3244 (($ $ $) 107) (($ $ |#4|) 105)) (-3612 (((-112) $) 177)) (-3830 (($ $) 131)) (-3881 (((-1177) $) NIL)) (-2037 (($ $ $) 99) (($ (-656 $)) 101)) (-1590 (((-112) |#4| $) 129)) (-3617 (((-112) $ $) 82)) (-1889 (($ (-656 |#4|)) 106)) (-1448 (((-1139) $) NIL)) (-1874 (($ (-656 |#4|)) 175)) (-3298 (((-112) $) 176)) (-1565 (($ $) 85)) (-3840 (((-656 |#4|) $) 73)) (-4284 (((-2 (|:| |mval| (-701 |#1|)) (|:| |invmval| (-701 |#1|)) (|:| |genIdeal| $)) $ (-656 |#3|)) NIL)) (-2887 (((-112) |#4| $) 89)) (-2253 (((-576) $ (-656 |#3|)) 133) (((-576) $) 134)) (-3567 (((-874) $) 174) (($ (-656 |#4|)) 102)) (-1540 (((-112) $ $) NIL)) (-4326 (($ (-2 (|:| |mval| (-701 |#1|)) (|:| |invmval| (-701 |#1|)) (|:| |genIdeal| $))) NIL)) (-2921 (((-112) $ $) 84)) (-3027 (($ $ $) 109)) (** (($ $ (-783)) 115)) (* (($ $ $) 113)))
-(((-516 |#1| |#2| |#3| |#4|) (-13 (-1119) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-783))) (-15 -3027 ($ $ $)) (-15 -3612 ((-112) $)) (-15 -1353 ((-112) $)) (-15 -2887 ((-112) |#4| $)) (-15 -3617 ((-112) $ $)) (-15 -1590 ((-112) |#4| $)) (-15 -1769 ((-112) $ (-656 |#3|))) (-15 -1769 ((-112) $)) (-15 -2037 ($ $ $)) (-15 -2037 ($ (-656 $))) (-15 -3244 ($ $ $)) (-15 -3244 ($ $ |#4|)) (-15 -1565 ($ $)) (-15 -4284 ((-2 (|:| |mval| (-701 |#1|)) (|:| |invmval| (-701 |#1|)) (|:| |genIdeal| $)) $ (-656 |#3|))) (-15 -4326 ($ (-2 (|:| |mval| (-701 |#1|)) (|:| |invmval| (-701 |#1|)) (|:| |genIdeal| $)))) (-15 -2253 ((-576) $ (-656 |#3|))) (-15 -2253 ((-576) $)) (-15 -3830 ($ $)) (-15 -1889 ($ (-656 |#4|))) (-15 -1874 ($ (-656 |#4|))) (-15 -3298 ((-112) $)) (-15 -3840 ((-656 |#4|) $)) (-15 -3567 ($ (-656 |#4|))) (-15 -2610 ($ $ |#4|)) (-15 -2610 ($ $ |#4| (-656 |#3|))) (IF (|has| |#3| (-626 (-1195))) (-15 -3702 ((-1184 (-656 (-969 |#1|)) (-656 (-304 (-969 |#1|)))) (-656 |#4|))) |%noBranch|))) (-374) (-805) (-862) (-966 |#1| |#2| |#3|)) (T -516))
-((* (*1 *1 *1 *1) (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862)) (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-966 *2 *3 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5)))) (-3027 (*1 *1 *1 *1) (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862)) (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-966 *2 *3 *4)))) (-3612 (*1 *2 *1) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5)))) (-1353 (*1 *2 *1) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5)))) (-2887 (*1 *2 *3 *1) (-12 (-4 *4 (-374)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-516 *4 *5 *6 *3)) (-4 *3 (-966 *4 *5 *6)))) (-3617 (*1 *2 *1 *1) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5)))) (-1590 (*1 *2 *3 *1) (-12 (-4 *4 (-374)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-516 *4 *5 *6 *3)) (-4 *3 (-966 *4 *5 *6)))) (-1769 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *6)) (-4 *6 (-862)) (-4 *4 (-374)) (-4 *5 (-805)) (-5 *2 (-112)) (-5 *1 (-516 *4 *5 *6 *7)) (-4 *7 (-966 *4 *5 *6)))) (-1769 (*1 *2 *1) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5)))) (-2037 (*1 *1 *1 *1) (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862)) (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-966 *2 *3 *4)))) (-2037 (*1 *1 *2) (-12 (-5 *2 (-656 (-516 *3 *4 *5 *6))) (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5)))) (-3244 (*1 *1 *1 *1) (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862)) (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-966 *2 *3 *4)))) (-3244 (*1 *1 *1 *2) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *2)) (-4 *2 (-966 *3 *4 *5)))) (-1565 (*1 *1 *1) (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862)) (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-966 *2 *3 *4)))) (-4284 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *6)) (-4 *6 (-862)) (-4 *4 (-374)) (-4 *5 (-805)) (-5 *2 (-2 (|:| |mval| (-701 *4)) (|:| |invmval| (-701 *4)) (|:| |genIdeal| (-516 *4 *5 *6 *7)))) (-5 *1 (-516 *4 *5 *6 *7)) (-4 *7 (-966 *4 *5 *6)))) (-4326 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |mval| (-701 *3)) (|:| |invmval| (-701 *3)) (|:| |genIdeal| (-516 *3 *4 *5 *6)))) (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5)))) (-2253 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *6)) (-4 *6 (-862)) (-4 *4 (-374)) (-4 *5 (-805)) (-5 *2 (-576)) (-5 *1 (-516 *4 *5 *6 *7)) (-4 *7 (-966 *4 *5 *6)))) (-2253 (*1 *2 *1) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-576)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5)))) (-3830 (*1 *1 *1) (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862)) (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-966 *2 *3 *4)))) (-1889 (*1 *1 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-966 *3 *4 *5)) (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)))) (-1874 (*1 *1 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-966 *3 *4 *5)) (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)))) (-3298 (*1 *2 *1) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5)))) (-3840 (*1 *2 *1) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *6)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-966 *3 *4 *5)) (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)))) (-2610 (*1 *1 *1 *2) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *2)) (-4 *2 (-966 *3 *4 *5)))) (-2610 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-656 *6)) (-4 *6 (-862)) (-4 *4 (-374)) (-4 *5 (-805)) (-5 *1 (-516 *4 *5 *6 *2)) (-4 *2 (-966 *4 *5 *6)))) (-3702 (*1 *2 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-966 *4 *5 *6)) (-4 *6 (-626 (-1195))) (-4 *4 (-374)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1184 (-656 (-969 *4)) (-656 (-304 (-969 *4))))) (-5 *1 (-516 *4 *5 *6 *7)))))
-(-13 (-1119) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-783))) (-15 -3027 ($ $ $)) (-15 -3612 ((-112) $)) (-15 -1353 ((-112) $)) (-15 -2887 ((-112) |#4| $)) (-15 -3617 ((-112) $ $)) (-15 -1590 ((-112) |#4| $)) (-15 -1769 ((-112) $ (-656 |#3|))) (-15 -1769 ((-112) $)) (-15 -2037 ($ $ $)) (-15 -2037 ($ (-656 $))) (-15 -3244 ($ $ $)) (-15 -3244 ($ $ |#4|)) (-15 -1565 ($ $)) (-15 -4284 ((-2 (|:| |mval| (-701 |#1|)) (|:| |invmval| (-701 |#1|)) (|:| |genIdeal| $)) $ (-656 |#3|))) (-15 -4326 ($ (-2 (|:| |mval| (-701 |#1|)) (|:| |invmval| (-701 |#1|)) (|:| |genIdeal| $)))) (-15 -2253 ((-576) $ (-656 |#3|))) (-15 -2253 ((-576) $)) (-15 -3830 ($ $)) (-15 -1889 ($ (-656 |#4|))) (-15 -1874 ($ (-656 |#4|))) (-15 -3298 ((-112) $)) (-15 -3840 ((-656 |#4|) $)) (-15 -3567 ($ (-656 |#4|))) (-15 -2610 ($ $ |#4|)) (-15 -2610 ($ $ |#4| (-656 |#3|))) (IF (|has| |#3| (-626 (-1195))) (-15 -3702 ((-1184 (-656 (-969 |#1|)) (-656 (-304 (-969 |#1|)))) (-656 |#4|))) |%noBranch|)))
-((-3095 (((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576))))) 176)) (-2879 (((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576))))) 177)) (-2556 (((-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576))))) 129)) (-4283 (((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576))))) NIL)) (-2403 (((-656 (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576))))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576))))) 179)) (-3009 (((-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))) (-656 (-876 |#1|))) 195)))
-(((-517 |#1| |#2|) (-10 -7 (-15 -3095 ((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -2879 ((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -4283 ((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -2556 ((-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -2403 ((-656 (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576))))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -3009 ((-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))) (-656 (-876 |#1|))))) (-656 (-1195)) (-783)) (T -517))
-((-3009 (*1 *2 *2 *3) (-12 (-5 *2 (-516 (-419 (-576)) (-245 *5 (-783)) (-876 *4) (-253 *4 (-419 (-576))))) (-5 *3 (-656 (-876 *4))) (-14 *4 (-656 (-1195))) (-14 *5 (-783)) (-5 *1 (-517 *4 *5)))) (-2403 (*1 *2 *3) (-12 (-14 *4 (-656 (-1195))) (-14 *5 (-783)) (-5 *2 (-656 (-516 (-419 (-576)) (-245 *5 (-783)) (-876 *4) (-253 *4 (-419 (-576)))))) (-5 *1 (-517 *4 *5)) (-5 *3 (-516 (-419 (-576)) (-245 *5 (-783)) (-876 *4) (-253 *4 (-419 (-576))))))) (-2556 (*1 *2 *2) (-12 (-5 *2 (-516 (-419 (-576)) (-245 *4 (-783)) (-876 *3) (-253 *3 (-419 (-576))))) (-14 *3 (-656 (-1195))) (-14 *4 (-783)) (-5 *1 (-517 *3 *4)))) (-4283 (*1 *2 *3) (-12 (-5 *3 (-516 (-419 (-576)) (-245 *5 (-783)) (-876 *4) (-253 *4 (-419 (-576))))) (-14 *4 (-656 (-1195))) (-14 *5 (-783)) (-5 *2 (-112)) (-5 *1 (-517 *4 *5)))) (-2879 (*1 *2 *3) (-12 (-5 *3 (-516 (-419 (-576)) (-245 *5 (-783)) (-876 *4) (-253 *4 (-419 (-576))))) (-14 *4 (-656 (-1195))) (-14 *5 (-783)) (-5 *2 (-112)) (-5 *1 (-517 *4 *5)))) (-3095 (*1 *2 *3) (-12 (-5 *3 (-516 (-419 (-576)) (-245 *5 (-783)) (-876 *4) (-253 *4 (-419 (-576))))) (-14 *4 (-656 (-1195))) (-14 *5 (-783)) (-5 *2 (-112)) (-5 *1 (-517 *4 *5)))))
-(-10 -7 (-15 -3095 ((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -2879 ((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -4283 ((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -2556 ((-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -2403 ((-656 (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576))))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -3009 ((-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-876 |#1|) (-253 |#1| (-419 (-576)))) (-656 (-876 |#1|)))))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3991 (($) 6)) (-3567 (((-874) $) 12) (((-1195) $) 10)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 8)))
-(((-518) (-13 (-1119) (-625 (-1195)) (-10 -8 (-15 -3991 ($))))) (T -518))
-((-3991 (*1 *1) (-5 *1 (-518))))
-(-13 (-1119) (-625 (-1195)) (-10 -8 (-15 -3991 ($))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3964 (((-656 (-885 |#2| |#1|)) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-2109 (($ $) NIL)) (-1940 (($ |#1| |#2|) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-3594 ((|#2| $) NIL)) (-2086 ((|#1| $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 12 T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) 11) (($ $ $) 35)) (-3027 (($ $ $) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 21)))
+((-2183 (((-656 (-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|)))) (-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) (-783) (-783)) 32)) (-4150 (((-656 (-1193 |#1|)) |#1| (-783) (-783) (-783)) 43)) (-2558 (((-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) (-656 |#3|) (-656 (-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|)))) (-783)) 107)))
+(((-510 |#1| |#2| |#3|) (-10 -7 (-15 -4150 ((-656 (-1193 |#1|)) |#1| (-783) (-783) (-783))) (-15 -2183 ((-656 (-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|)))) (-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) (-783) (-783))) (-15 -2558 ((-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) (-656 |#3|) (-656 (-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|)))) (-783)))) (-360) (-1264 |#1|) (-1264 |#2|)) (T -510))
+((-2558 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 (-2 (|:| -1726 (-701 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-701 *7))))) (-5 *5 (-783)) (-4 *8 (-1264 *7)) (-4 *7 (-1264 *6)) (-4 *6 (-360)) (-5 *2 (-2 (|:| -1726 (-701 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-701 *7)))) (-5 *1 (-510 *6 *7 *8)))) (-2183 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-783)) (-4 *5 (-360)) (-4 *6 (-1264 *5)) (-5 *2 (-656 (-2 (|:| -1726 (-701 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-701 *6))))) (-5 *1 (-510 *5 *6 *7)) (-5 *3 (-2 (|:| -1726 (-701 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-701 *6)))) (-4 *7 (-1264 *6)))) (-4150 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-783)) (-4 *3 (-360)) (-4 *5 (-1264 *3)) (-5 *2 (-656 (-1193 *3))) (-5 *1 (-510 *3 *5 *6)) (-4 *6 (-1264 *5)))))
+(-10 -7 (-15 -4150 ((-656 (-1193 |#1|)) |#1| (-783) (-783) (-783))) (-15 -2183 ((-656 (-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|)))) (-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) (-783) (-783))) (-15 -2558 ((-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) (-656 |#3|) (-656 (-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|)))) (-783))))
+((-2941 (((-2 (|:| -1726 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) (-2 (|:| -1726 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) (-2 (|:| -1726 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|)))) 70)) (-1585 ((|#1| (-701 |#1|) |#1| (-783)) 24)) (-3837 (((-783) (-783) (-783)) 34)) (-3739 (((-701 |#1|) (-701 |#1|) (-701 |#1|)) 50)) (-1369 (((-701 |#1|) (-701 |#1|) (-701 |#1|) |#1|) 58) (((-701 |#1|) (-701 |#1|) (-701 |#1|)) 55)) (-2889 ((|#1| (-701 |#1|) (-701 |#1|) |#1| (-576)) 28)) (-2080 ((|#1| (-701 |#1|)) 18)))
+(((-511 |#1| |#2| |#3|) (-10 -7 (-15 -2080 (|#1| (-701 |#1|))) (-15 -1585 (|#1| (-701 |#1|) |#1| (-783))) (-15 -2889 (|#1| (-701 |#1|) (-701 |#1|) |#1| (-576))) (-15 -3837 ((-783) (-783) (-783))) (-15 -1369 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -1369 ((-701 |#1|) (-701 |#1|) (-701 |#1|) |#1|)) (-15 -3739 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -2941 ((-2 (|:| -1726 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) (-2 (|:| -1726 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) (-2 (|:| -1726 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|)))))) (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $)))) (-1264 |#1|) (-421 |#1| |#2|)) (T -511))
+((-2941 (*1 *2 *2 *2) (-12 (-5 *2 (-2 (|:| -1726 (-701 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-701 *3)))) (-4 *3 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $))))) (-4 *4 (-1264 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))) (-3739 (*1 *2 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $))))) (-4 *4 (-1264 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))) (-1369 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-701 *3)) (-4 *3 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $))))) (-4 *4 (-1264 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))) (-1369 (*1 *2 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $))))) (-4 *4 (-1264 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))) (-3837 (*1 *2 *2 *2) (-12 (-5 *2 (-783)) (-4 *3 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $))))) (-4 *4 (-1264 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))) (-2889 (*1 *2 *3 *3 *2 *4) (-12 (-5 *3 (-701 *2)) (-5 *4 (-576)) (-4 *2 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $))))) (-4 *5 (-1264 *2)) (-5 *1 (-511 *2 *5 *6)) (-4 *6 (-421 *2 *5)))) (-1585 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-701 *2)) (-5 *4 (-783)) (-4 *2 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $))))) (-4 *5 (-1264 *2)) (-5 *1 (-511 *2 *5 *6)) (-4 *6 (-421 *2 *5)))) (-2080 (*1 *2 *3) (-12 (-5 *3 (-701 *2)) (-4 *4 (-1264 *2)) (-4 *2 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $))))) (-5 *1 (-511 *2 *4 *5)) (-4 *5 (-421 *2 *4)))))
+(-10 -7 (-15 -2080 (|#1| (-701 |#1|))) (-15 -1585 (|#1| (-701 |#1|) |#1| (-783))) (-15 -2889 (|#1| (-701 |#1|) (-701 |#1|) |#1| (-576))) (-15 -3837 ((-783) (-783) (-783))) (-15 -1369 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -1369 ((-701 |#1|) (-701 |#1|) (-701 |#1|) |#1|)) (-15 -3739 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -2941 ((-2 (|:| -1726 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) (-2 (|:| -1726 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))) (-2 (|:| -1726 (-701 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-701 |#1|))))))
+((-1955 (((-112) $ $) NIL)) (-1978 (($ $) NIL)) (-4296 (($ $ $) 40)) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-2033 (((-112) $) NIL (|has| (-112) (-862))) (((-112) (-1 (-112) (-112) (-112)) $) NIL)) (-2218 (($ $) NIL (-12 (|has| $ (-6 -4465)) (|has| (-112) (-862)))) (($ (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4465)))) (-2380 (($ $) NIL (|has| (-112) (-862))) (($ (-1 (-112) (-112) (-112)) $) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-4268 (((-112) $ (-1255 (-576)) (-112)) NIL (|has| $ (-6 -4465))) (((-112) $ (-576) (-112)) 42 (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-1370 (($ $) NIL (|has| $ (-6 -4465)))) (-4204 (($ $) NIL)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-112) (-1121))))) (-2824 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4464))) (($ (-112) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-112) (-1121))))) (-2722 (((-112) (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) NIL (-12 (|has| $ (-6 -4464)) (|has| (-112) (-1121))))) (-1908 (((-112) $ (-576) (-112)) NIL (|has| $ (-6 -4465)))) (-3721 (((-112) $ (-576)) NIL)) (-3539 (((-576) (-112) $ (-576)) NIL (|has| (-112) (-1121))) (((-576) (-112) $) NIL (|has| (-112) (-1121))) (((-576) (-1 (-112) (-112)) $) NIL)) (-3722 (((-656 (-112)) $) NIL (|has| $ (-6 -4464)))) (-2324 (($ $ $) 38)) (-2300 (($ $) NIL)) (-3245 (($ $ $) NIL)) (-1988 (($ (-783) (-112)) 27)) (-3145 (($ $ $) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) 8 (|has| (-576) (-862)))) (-2905 (($ $ $) NIL)) (-3181 (($ $ $) NIL (|has| (-112) (-862))) (($ (-1 (-112) (-112) (-112)) $ $) NIL)) (-4302 (((-656 (-112)) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-112) (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL)) (-1896 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-112) (-112) (-112)) $ $) 35) (($ (-1 (-112) (-112)) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL)) (-3386 (($ $ $ (-576)) NIL) (($ (-112) $ (-576)) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-3117 (((-1141) $) NIL)) (-1753 (((-112) $) NIL (|has| (-576) (-862)))) (-2922 (((-3 (-112) "failed") (-1 (-112) (-112)) $) NIL)) (-3140 (($ $ (-112)) NIL (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-112)) (-656 (-112))) NIL (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1121)))) (($ $ (-112) (-112)) NIL (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1121)))) (($ $ (-304 (-112))) NIL (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1121)))) (($ $ (-656 (-304 (-112)))) NIL (-12 (|has| (-112) (-319 (-112))) (|has| (-112) (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-112) (-1121))))) (-3700 (((-656 (-112)) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) 28)) (-4369 (($ $ (-1255 (-576))) NIL) (((-112) $ (-576)) 22) (((-112) $ (-576) (-112)) NIL)) (-2335 (($ $ (-1255 (-576))) NIL) (($ $ (-576)) NIL)) (-3131 (((-783) (-112) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-112) (-1121)))) (((-783) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4464)))) (-3796 (($ $ $ (-576)) NIL (|has| $ (-6 -4465)))) (-4287 (($ $) 29)) (-1554 (((-548) $) NIL (|has| (-112) (-626 (-548))))) (-4125 (($ (-656 (-112))) NIL)) (-2767 (($ (-656 $)) NIL) (($ $ $) NIL) (($ (-112) $) NIL) (($ $ (-112)) NIL)) (-4114 (((-876) $) 26)) (-3000 (((-112) $ $) NIL)) (-1746 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4464)))) (-2311 (($ $ $) 36)) (-2029 (($ $ $) NIL)) (-2186 (($ $ $) 45)) (-2197 (($ $) 43)) (-2174 (($ $ $) 44)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 30)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 31)) (-2019 (($ $ $) NIL)) (-1968 (((-783) $) 13 (|has| $ (-6 -4464)))))
+(((-512 |#1|) (-13 (-124) (-10 -8 (-15 -2197 ($ $)) (-15 -2186 ($ $ $)) (-15 -2174 ($ $ $)))) (-576)) (T -512))
+((-2197 (*1 *1 *1) (-12 (-5 *1 (-512 *2)) (-14 *2 (-576)))) (-2186 (*1 *1 *1 *1) (-12 (-5 *1 (-512 *2)) (-14 *2 (-576)))) (-2174 (*1 *1 *1 *1) (-12 (-5 *1 (-512 *2)) (-14 *2 (-576)))))
+(-13 (-124) (-10 -8 (-15 -2197 ($ $)) (-15 -2186 ($ $ $)) (-15 -2174 ($ $ $))))
+((-3492 (((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1193 |#4|)) 35)) (-2947 (((-1193 |#4|) (-1 |#4| |#1|) |#2|) 31) ((|#2| (-1 |#1| |#4|) (-1193 |#4|)) 22)) (-2664 (((-3 (-701 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-701 (-1193 |#4|))) 46)) (-3467 (((-1193 (-1193 |#4|)) (-1 |#4| |#1|) |#3|) 55)))
+(((-513 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2947 (|#2| (-1 |#1| |#4|) (-1193 |#4|))) (-15 -2947 ((-1193 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -3492 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1193 |#4|))) (-15 -2664 ((-3 (-701 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-701 (-1193 |#4|)))) (-15 -3467 ((-1193 (-1193 |#4|)) (-1 |#4| |#1|) |#3|))) (-1070) (-1264 |#1|) (-1264 |#2|) (-1070)) (T -513))
+((-3467 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1070)) (-4 *7 (-1070)) (-4 *6 (-1264 *5)) (-5 *2 (-1193 (-1193 *7))) (-5 *1 (-513 *5 *6 *4 *7)) (-4 *4 (-1264 *6)))) (-2664 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8)) (-5 *4 (-701 (-1193 *8))) (-4 *5 (-1070)) (-4 *8 (-1070)) (-4 *6 (-1264 *5)) (-5 *2 (-701 *6)) (-5 *1 (-513 *5 *6 *7 *8)) (-4 *7 (-1264 *6)))) (-3492 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1193 *7)) (-4 *5 (-1070)) (-4 *7 (-1070)) (-4 *2 (-1264 *5)) (-5 *1 (-513 *5 *2 *6 *7)) (-4 *6 (-1264 *2)))) (-2947 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1070)) (-4 *7 (-1070)) (-4 *4 (-1264 *5)) (-5 *2 (-1193 *7)) (-5 *1 (-513 *5 *4 *6 *7)) (-4 *6 (-1264 *4)))) (-2947 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1193 *7)) (-4 *5 (-1070)) (-4 *7 (-1070)) (-4 *2 (-1264 *5)) (-5 *1 (-513 *5 *2 *6 *7)) (-4 *6 (-1264 *2)))))
+(-10 -7 (-15 -2947 (|#2| (-1 |#1| |#4|) (-1193 |#4|))) (-15 -2947 ((-1193 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -3492 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1193 |#4|))) (-15 -2664 ((-3 (-701 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-701 (-1193 |#4|)))) (-15 -3467 ((-1193 (-1193 |#4|)) (-1 |#4| |#1|) |#3|)))
+((-1955 (((-112) $ $) NIL)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-3924 (((-1293) $) 25)) (-4369 (((-1179) $ (-1197)) 30)) (-1612 (((-1293) $) 17)) (-4114 (((-876) $) 27) (($ (-1179)) 26)) (-3000 (((-112) $ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 11)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 9)))
+(((-514) (-13 (-862) (-10 -8 (-15 -4369 ((-1179) $ (-1197))) (-15 -1612 ((-1293) $)) (-15 -3924 ((-1293) $)) (-15 -4114 ($ (-1179)))))) (T -514))
+((-4369 (*1 *2 *1 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-1179)) (-5 *1 (-514)))) (-1612 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-514)))) (-3924 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-514)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-514)))))
+(-13 (-862) (-10 -8 (-15 -4369 ((-1179) $ (-1197))) (-15 -1612 ((-1293) $)) (-15 -3924 ((-1293) $)) (-15 -4114 ($ (-1179)))))
+((-3606 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) 19)) (-3835 ((|#1| |#4|) 10)) (-2641 ((|#3| |#4|) 17)))
+(((-515 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3835 (|#1| |#4|)) (-15 -2641 (|#3| |#4|)) (-15 -3606 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|))) (-568) (-1013 |#1|) (-384 |#1|) (-384 |#2|)) (T -515))
+((-3606 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-1013 *4)) (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4))) (-5 *1 (-515 *4 *5 *6 *3)) (-4 *6 (-384 *4)) (-4 *3 (-384 *5)))) (-2641 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-1013 *4)) (-4 *2 (-384 *4)) (-5 *1 (-515 *4 *5 *2 *3)) (-4 *3 (-384 *5)))) (-3835 (*1 *2 *3) (-12 (-4 *4 (-1013 *2)) (-4 *2 (-568)) (-5 *1 (-515 *2 *4 *5 *3)) (-4 *5 (-384 *2)) (-4 *3 (-384 *4)))))
+(-10 -7 (-15 -3835 (|#1| |#4|)) (-15 -2641 (|#3| |#4|)) (-15 -3606 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|)))
+((-1955 (((-112) $ $) NIL)) (-1522 (((-112) $ (-656 |#3|)) 126) (((-112) $) 127)) (-2604 (((-112) $) 178)) (-2971 (($ $ |#4|) 117) (($ $ |#4| (-656 |#3|)) 121)) (-2928 (((-1186 (-656 (-971 |#1|)) (-656 (-304 (-971 |#1|)))) (-656 |#4|)) 171 (|has| |#3| (-626 (-1197))))) (-4079 (($ $ $) 107) (($ $ |#4|) 105)) (-3315 (((-112) $) 177)) (-1729 (($ $) 131)) (-4185 (((-1179) $) NIL)) (-2157 (($ $ $) 99) (($ (-656 $)) 101)) (-3538 (((-112) |#4| $) 129)) (-3371 (((-112) $ $) 82)) (-3347 (($ (-656 |#4|)) 106)) (-3117 (((-1141) $) NIL)) (-3202 (($ (-656 |#4|)) 175)) (-3355 (((-112) $) 176)) (-3270 (($ $) 85)) (-3822 (((-656 |#4|) $) 73)) (-3753 (((-2 (|:| |mval| (-701 |#1|)) (|:| |invmval| (-701 |#1|)) (|:| |genIdeal| $)) $ (-656 |#3|)) NIL)) (-2449 (((-112) |#4| $) 89)) (-2435 (((-576) $ (-656 |#3|)) 133) (((-576) $) 134)) (-4114 (((-876) $) 174) (($ (-656 |#4|)) 102)) (-3000 (((-112) $ $) NIL)) (-2866 (($ (-2 (|:| |mval| (-701 |#1|)) (|:| |invmval| (-701 |#1|)) (|:| |genIdeal| $))) NIL)) (-3939 (((-112) $ $) 84)) (-4027 (($ $ $) 109)) (** (($ $ (-783)) 115)) (* (($ $ $) 113)))
+(((-516 |#1| |#2| |#3| |#4|) (-13 (-1121) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-783))) (-15 -4027 ($ $ $)) (-15 -3315 ((-112) $)) (-15 -2604 ((-112) $)) (-15 -2449 ((-112) |#4| $)) (-15 -3371 ((-112) $ $)) (-15 -3538 ((-112) |#4| $)) (-15 -1522 ((-112) $ (-656 |#3|))) (-15 -1522 ((-112) $)) (-15 -2157 ($ $ $)) (-15 -2157 ($ (-656 $))) (-15 -4079 ($ $ $)) (-15 -4079 ($ $ |#4|)) (-15 -3270 ($ $)) (-15 -3753 ((-2 (|:| |mval| (-701 |#1|)) (|:| |invmval| (-701 |#1|)) (|:| |genIdeal| $)) $ (-656 |#3|))) (-15 -2866 ($ (-2 (|:| |mval| (-701 |#1|)) (|:| |invmval| (-701 |#1|)) (|:| |genIdeal| $)))) (-15 -2435 ((-576) $ (-656 |#3|))) (-15 -2435 ((-576) $)) (-15 -1729 ($ $)) (-15 -3347 ($ (-656 |#4|))) (-15 -3202 ($ (-656 |#4|))) (-15 -3355 ((-112) $)) (-15 -3822 ((-656 |#4|) $)) (-15 -4114 ($ (-656 |#4|))) (-15 -2971 ($ $ |#4|)) (-15 -2971 ($ $ |#4| (-656 |#3|))) (IF (|has| |#3| (-626 (-1197))) (-15 -2928 ((-1186 (-656 (-971 |#1|)) (-656 (-304 (-971 |#1|)))) (-656 |#4|))) |%noBranch|))) (-374) (-805) (-862) (-968 |#1| |#2| |#3|)) (T -516))
+((* (*1 *1 *1 *1) (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862)) (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-968 *2 *3 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5)))) (-4027 (*1 *1 *1 *1) (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862)) (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-968 *2 *3 *4)))) (-3315 (*1 *2 *1) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5)))) (-2604 (*1 *2 *1) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5)))) (-2449 (*1 *2 *3 *1) (-12 (-4 *4 (-374)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-516 *4 *5 *6 *3)) (-4 *3 (-968 *4 *5 *6)))) (-3371 (*1 *2 *1 *1) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5)))) (-3538 (*1 *2 *3 *1) (-12 (-4 *4 (-374)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-516 *4 *5 *6 *3)) (-4 *3 (-968 *4 *5 *6)))) (-1522 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *6)) (-4 *6 (-862)) (-4 *4 (-374)) (-4 *5 (-805)) (-5 *2 (-112)) (-5 *1 (-516 *4 *5 *6 *7)) (-4 *7 (-968 *4 *5 *6)))) (-1522 (*1 *2 *1) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5)))) (-2157 (*1 *1 *1 *1) (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862)) (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-968 *2 *3 *4)))) (-2157 (*1 *1 *2) (-12 (-5 *2 (-656 (-516 *3 *4 *5 *6))) (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5)))) (-4079 (*1 *1 *1 *1) (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862)) (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-968 *2 *3 *4)))) (-4079 (*1 *1 *1 *2) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *2)) (-4 *2 (-968 *3 *4 *5)))) (-3270 (*1 *1 *1) (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862)) (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-968 *2 *3 *4)))) (-3753 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *6)) (-4 *6 (-862)) (-4 *4 (-374)) (-4 *5 (-805)) (-5 *2 (-2 (|:| |mval| (-701 *4)) (|:| |invmval| (-701 *4)) (|:| |genIdeal| (-516 *4 *5 *6 *7)))) (-5 *1 (-516 *4 *5 *6 *7)) (-4 *7 (-968 *4 *5 *6)))) (-2866 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |mval| (-701 *3)) (|:| |invmval| (-701 *3)) (|:| |genIdeal| (-516 *3 *4 *5 *6)))) (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5)))) (-2435 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *6)) (-4 *6 (-862)) (-4 *4 (-374)) (-4 *5 (-805)) (-5 *2 (-576)) (-5 *1 (-516 *4 *5 *6 *7)) (-4 *7 (-968 *4 *5 *6)))) (-2435 (*1 *2 *1) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-576)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5)))) (-1729 (*1 *1 *1) (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862)) (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-968 *2 *3 *4)))) (-3347 (*1 *1 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-968 *3 *4 *5)) (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)))) (-3202 (*1 *1 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-968 *3 *4 *5)) (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)))) (-3355 (*1 *2 *1) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5)))) (-3822 (*1 *2 *1) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *6)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-968 *3 *4 *5)) (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)))) (-2971 (*1 *1 *1 *2) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *2)) (-4 *2 (-968 *3 *4 *5)))) (-2971 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-656 *6)) (-4 *6 (-862)) (-4 *4 (-374)) (-4 *5 (-805)) (-5 *1 (-516 *4 *5 *6 *2)) (-4 *2 (-968 *4 *5 *6)))) (-2928 (*1 *2 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-968 *4 *5 *6)) (-4 *6 (-626 (-1197))) (-4 *4 (-374)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1186 (-656 (-971 *4)) (-656 (-304 (-971 *4))))) (-5 *1 (-516 *4 *5 *6 *7)))))
+(-13 (-1121) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-783))) (-15 -4027 ($ $ $)) (-15 -3315 ((-112) $)) (-15 -2604 ((-112) $)) (-15 -2449 ((-112) |#4| $)) (-15 -3371 ((-112) $ $)) (-15 -3538 ((-112) |#4| $)) (-15 -1522 ((-112) $ (-656 |#3|))) (-15 -1522 ((-112) $)) (-15 -2157 ($ $ $)) (-15 -2157 ($ (-656 $))) (-15 -4079 ($ $ $)) (-15 -4079 ($ $ |#4|)) (-15 -3270 ($ $)) (-15 -3753 ((-2 (|:| |mval| (-701 |#1|)) (|:| |invmval| (-701 |#1|)) (|:| |genIdeal| $)) $ (-656 |#3|))) (-15 -2866 ($ (-2 (|:| |mval| (-701 |#1|)) (|:| |invmval| (-701 |#1|)) (|:| |genIdeal| $)))) (-15 -2435 ((-576) $ (-656 |#3|))) (-15 -2435 ((-576) $)) (-15 -1729 ($ $)) (-15 -3347 ($ (-656 |#4|))) (-15 -3202 ($ (-656 |#4|))) (-15 -3355 ((-112) $)) (-15 -3822 ((-656 |#4|) $)) (-15 -4114 ($ (-656 |#4|))) (-15 -2971 ($ $ |#4|)) (-15 -2971 ($ $ |#4| (-656 |#3|))) (IF (|has| |#3| (-626 (-1197))) (-15 -2928 ((-1186 (-656 (-971 |#1|)) (-656 (-304 (-971 |#1|)))) (-656 |#4|))) |%noBranch|)))
+((-1814 (((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576))))) 176)) (-3695 (((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576))))) 177)) (-3013 (((-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576))))) 129)) (-3742 (((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576))))) NIL)) (-1473 (((-656 (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576))))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576))))) 179)) (-3557 (((-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))) (-656 (-878 |#1|))) 195)))
+(((-517 |#1| |#2|) (-10 -7 (-15 -1814 ((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -3695 ((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -3742 ((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -3013 ((-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -1473 ((-656 (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576))))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -3557 ((-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))) (-656 (-878 |#1|))))) (-656 (-1197)) (-783)) (T -517))
+((-3557 (*1 *2 *2 *3) (-12 (-5 *2 (-516 (-419 (-576)) (-245 *5 (-783)) (-878 *4) (-253 *4 (-419 (-576))))) (-5 *3 (-656 (-878 *4))) (-14 *4 (-656 (-1197))) (-14 *5 (-783)) (-5 *1 (-517 *4 *5)))) (-1473 (*1 *2 *3) (-12 (-14 *4 (-656 (-1197))) (-14 *5 (-783)) (-5 *2 (-656 (-516 (-419 (-576)) (-245 *5 (-783)) (-878 *4) (-253 *4 (-419 (-576)))))) (-5 *1 (-517 *4 *5)) (-5 *3 (-516 (-419 (-576)) (-245 *5 (-783)) (-878 *4) (-253 *4 (-419 (-576))))))) (-3013 (*1 *2 *2) (-12 (-5 *2 (-516 (-419 (-576)) (-245 *4 (-783)) (-878 *3) (-253 *3 (-419 (-576))))) (-14 *3 (-656 (-1197))) (-14 *4 (-783)) (-5 *1 (-517 *3 *4)))) (-3742 (*1 *2 *3) (-12 (-5 *3 (-516 (-419 (-576)) (-245 *5 (-783)) (-878 *4) (-253 *4 (-419 (-576))))) (-14 *4 (-656 (-1197))) (-14 *5 (-783)) (-5 *2 (-112)) (-5 *1 (-517 *4 *5)))) (-3695 (*1 *2 *3) (-12 (-5 *3 (-516 (-419 (-576)) (-245 *5 (-783)) (-878 *4) (-253 *4 (-419 (-576))))) (-14 *4 (-656 (-1197))) (-14 *5 (-783)) (-5 *2 (-112)) (-5 *1 (-517 *4 *5)))) (-1814 (*1 *2 *3) (-12 (-5 *3 (-516 (-419 (-576)) (-245 *5 (-783)) (-878 *4) (-253 *4 (-419 (-576))))) (-14 *4 (-656 (-1197))) (-14 *5 (-783)) (-5 *2 (-112)) (-5 *1 (-517 *4 *5)))))
+(-10 -7 (-15 -1814 ((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -3695 ((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -3742 ((-112) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -3013 ((-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -1473 ((-656 (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576))))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))))) (-15 -3557 ((-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))) (-516 (-419 (-576)) (-245 |#2| (-783)) (-878 |#1|) (-253 |#1| (-419 (-576)))) (-656 (-878 |#1|)))))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2647 (($) 6)) (-4114 (((-876) $) 12) (((-1197) $) 10)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 8)))
+(((-518) (-13 (-1121) (-625 (-1197)) (-10 -8 (-15 -2647 ($))))) (T -518))
+((-2647 (*1 *1) (-5 *1 (-518))))
+(-13 (-1121) (-625 (-1197)) (-10 -8 (-15 -2647 ($))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3716 (((-656 (-887 |#2| |#1|)) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-3310 (($ $) NIL)) (-1562 (($ |#1| |#2|) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-3136 ((|#2| $) NIL)) (-1708 ((|#1| $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 12 T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) 11) (($ $ $) 35)) (-4027 (($ $ $) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 21)))
(((-519 |#1| |#2|) (-13 (-21) (-521 |#1| |#2|)) (-21) (-862)) (T -519))
NIL
(-13 (-21) (-521 |#1| |#2|))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 13)) (-3964 (((-656 (-885 |#2| |#1|)) $) NIL)) (-2135 (($) NIL T CONST)) (-2109 (($ $) 41)) (-1940 (($ |#1| |#2|) 38)) (-4114 (($ (-1 |#1| |#1|) $) 40)) (-3594 ((|#2| $) NIL)) (-2086 ((|#1| $) 42)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 10 T CONST)) (-2921 (((-112) $ $) NIL)) (-3027 (($ $ $) 26)) (* (($ (-938) $) NIL) (($ (-783) $) 36)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 13)) (-3716 (((-656 (-887 |#2| |#1|)) $) NIL)) (-3853 (($) NIL T CONST)) (-3310 (($ $) 41)) (-1562 (($ |#1| |#2|) 38)) (-2423 (($ (-1 |#1| |#1|) $) 40)) (-3136 ((|#2| $) NIL)) (-1708 ((|#1| $) 42)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 10 T CONST)) (-3939 (((-112) $ $) NIL)) (-4027 (($ $ $) 26)) (* (($ (-940) $) NIL) (($ (-783) $) 36)))
(((-520 |#1| |#2|) (-13 (-23) (-521 |#1| |#2|)) (-23) (-862)) (T -520))
NIL
(-13 (-23) (-521 |#1| |#2|))
-((-3486 (((-112) $ $) 6)) (-3964 (((-656 (-885 |#2| |#1|)) $) 14)) (-2109 (($ $) 15)) (-1940 (($ |#1| |#2|) 18)) (-4114 (($ (-1 |#1| |#1|) $) 19)) (-3594 ((|#2| $) 16)) (-2086 ((|#1| $) 17)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)))
-(((-521 |#1| |#2|) (-141) (-1119) (-862)) (T -521))
-((-4114 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-521 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-862)))) (-1940 (*1 *1 *2 *3) (-12 (-4 *1 (-521 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-862)))) (-2086 (*1 *2 *1) (-12 (-4 *1 (-521 *2 *3)) (-4 *3 (-862)) (-4 *2 (-1119)))) (-3594 (*1 *2 *1) (-12 (-4 *1 (-521 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-862)))) (-2109 (*1 *1 *1) (-12 (-4 *1 (-521 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-862)))) (-3964 (*1 *2 *1) (-12 (-4 *1 (-521 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-862)) (-5 *2 (-656 (-885 *4 *3))))))
-(-13 (-1119) (-10 -8 (-15 -4114 ($ (-1 |t#1| |t#1|) $)) (-15 -1940 ($ |t#1| |t#2|)) (-15 -2086 (|t#1| $)) (-15 -3594 (|t#2| $)) (-15 -2109 ($ $)) (-15 -3964 ((-656 (-885 |t#2| |t#1|)) $))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3964 (((-656 (-885 |#2| |#1|)) $) NIL)) (-2135 (($) NIL T CONST)) (-2109 (($ $) NIL)) (-1940 (($ |#1| |#2|) NIL)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-3594 ((|#2| $) NIL)) (-2086 ((|#1| $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2716 (($) NIL T CONST)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 22)) (-3027 (($ $ $) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL)))
+((-1955 (((-112) $ $) 6)) (-3716 (((-656 (-887 |#2| |#1|)) $) 14)) (-3310 (($ $) 15)) (-1562 (($ |#1| |#2|) 18)) (-2423 (($ (-1 |#1| |#1|) $) 19)) (-3136 ((|#2| $) 16)) (-1708 ((|#1| $) 17)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)))
+(((-521 |#1| |#2|) (-141) (-1121) (-862)) (T -521))
+((-2423 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-521 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-862)))) (-1562 (*1 *1 *2 *3) (-12 (-4 *1 (-521 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-862)))) (-1708 (*1 *2 *1) (-12 (-4 *1 (-521 *2 *3)) (-4 *3 (-862)) (-4 *2 (-1121)))) (-3136 (*1 *2 *1) (-12 (-4 *1 (-521 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-862)))) (-3310 (*1 *1 *1) (-12 (-4 *1 (-521 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-862)))) (-3716 (*1 *2 *1) (-12 (-4 *1 (-521 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-862)) (-5 *2 (-656 (-887 *4 *3))))))
+(-13 (-1121) (-10 -8 (-15 -2423 ($ (-1 |t#1| |t#1|) $)) (-15 -1562 ($ |t#1| |t#2|)) (-15 -1708 (|t#1| $)) (-15 -3136 (|t#2| $)) (-15 -3310 ($ $)) (-15 -3716 ((-656 (-887 |t#2| |t#1|)) $))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3716 (((-656 (-887 |#2| |#1|)) $) NIL)) (-3853 (($) NIL T CONST)) (-3310 (($ $) NIL)) (-1562 (($ |#1| |#2|) NIL)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-3136 ((|#2| $) NIL)) (-1708 ((|#1| $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-4312 (($) NIL T CONST)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 22)) (-4027 (($ $ $) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL)))
(((-522 |#1| |#2|) (-13 (-804) (-521 |#1| |#2|)) (-804) (-862)) (T -522))
NIL
(-13 (-804) (-521 |#1| |#2|))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3964 (((-656 (-885 |#2| |#1|)) $) NIL)) (-3848 (($ $ $) 23)) (-4299 (((-3 $ "failed") $ $) 19)) (-2135 (($) NIL T CONST)) (-2109 (($ $) NIL)) (-1940 (($ |#1| |#2|) NIL)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-3594 ((|#2| $) NIL)) (-2086 ((|#1| $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2716 (($) NIL T CONST)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-3027 (($ $ $) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3716 (((-656 (-887 |#2| |#1|)) $) NIL)) (-3900 (($ $ $) 23)) (-2583 (((-3 $ "failed") $ $) 19)) (-3853 (($) NIL T CONST)) (-3310 (($ $) NIL)) (-1562 (($ |#1| |#2|) NIL)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-3136 ((|#2| $) NIL)) (-1708 ((|#1| $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-4312 (($) NIL T CONST)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)) (-4027 (($ $ $) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL)))
(((-523 |#1| |#2|) (-13 (-805) (-521 |#1| |#2|)) (-805) (-862)) (T -523))
NIL
(-13 (-805) (-521 |#1| |#2|))
-((-3486 (((-112) $ $) NIL)) (-3964 (((-656 (-885 |#2| |#1|)) $) 39)) (-2109 (($ $) 34)) (-1940 (($ |#1| |#2|) 30)) (-4114 (($ (-1 |#1| |#1|) $) 32)) (-3594 ((|#2| $) 38)) (-2086 ((|#1| $) 37)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 28)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 21)))
-(((-524 |#1| |#2|) (-521 |#1| |#2|) (-1119) (-862)) (T -524))
+((-1955 (((-112) $ $) NIL)) (-3716 (((-656 (-887 |#2| |#1|)) $) 39)) (-3310 (($ $) 34)) (-1562 (($ |#1| |#2|) 30)) (-2423 (($ (-1 |#1| |#1|) $) 32)) (-3136 ((|#2| $) 38)) (-1708 ((|#1| $) 37)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 28)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 21)))
+(((-524 |#1| |#2|) (-521 |#1| |#2|) (-1121) (-862)) (T -524))
NIL
(-521 |#1| |#2|)
-((-3281 (($ $ (-656 |#2|) (-656 |#3|)) NIL) (($ $ |#2| |#3|) 12)))
-(((-525 |#1| |#2| |#3|) (-10 -8 (-15 -3281 (|#1| |#1| |#2| |#3|)) (-15 -3281 (|#1| |#1| (-656 |#2|) (-656 |#3|)))) (-526 |#2| |#3|) (-1119) (-1236)) (T -525))
+((-2143 (($ $ (-656 |#2|) (-656 |#3|)) NIL) (($ $ |#2| |#3|) 12)))
+(((-525 |#1| |#2| |#3|) (-10 -8 (-15 -2143 (|#1| |#1| |#2| |#3|)) (-15 -2143 (|#1| |#1| (-656 |#2|) (-656 |#3|)))) (-526 |#2| |#3|) (-1121) (-1238)) (T -525))
NIL
-(-10 -8 (-15 -3281 (|#1| |#1| |#2| |#3|)) (-15 -3281 (|#1| |#1| (-656 |#2|) (-656 |#3|))))
-((-3281 (($ $ (-656 |#1|) (-656 |#2|)) 7) (($ $ |#1| |#2|) 6)))
-(((-526 |#1| |#2|) (-141) (-1119) (-1236)) (T -526))
-((-3281 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *4)) (-5 *3 (-656 *5)) (-4 *1 (-526 *4 *5)) (-4 *4 (-1119)) (-4 *5 (-1236)))) (-3281 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-526 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1236)))))
-(-13 (-10 -8 (-15 -3281 ($ $ |t#1| |t#2|)) (-15 -3281 ($ $ (-656 |t#1|) (-656 |t#2|)))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 17)) (-3964 (((-656 (-2 (|:| |gen| |#1|) (|:| -4101 |#2|))) $) 19)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2093 (((-783) $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) NIL)) (-2857 ((|#1| $) NIL)) (-1842 ((|#1| $ (-576)) 24)) (-3814 ((|#2| $ (-576)) 22)) (-1653 (($ (-1 |#1| |#1|) $) 48)) (-1801 (($ (-1 |#2| |#2|) $) 45)) (-3881 (((-1177) $) NIL)) (-4431 (($ $ $) 55 (|has| |#2| (-804)))) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 44) (($ |#1|) NIL)) (-1749 ((|#2| |#1| $) 51)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 11 T CONST)) (-2921 (((-112) $ $) 30)) (-3027 (($ $ $) 28) (($ |#1| $) 26)) (* (($ (-938) $) NIL) (($ (-783) $) 37) (($ |#2| |#1|) 32)))
-(((-527 |#1| |#2| |#3|) (-333 |#1| |#2|) (-1119) (-132) |#2|) (T -527))
+(-10 -8 (-15 -2143 (|#1| |#1| |#2| |#3|)) (-15 -2143 (|#1| |#1| (-656 |#2|) (-656 |#3|))))
+((-2143 (($ $ (-656 |#1|) (-656 |#2|)) 7) (($ $ |#1| |#2|) 6)))
+(((-526 |#1| |#2|) (-141) (-1121) (-1238)) (T -526))
+((-2143 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *4)) (-5 *3 (-656 *5)) (-4 *1 (-526 *4 *5)) (-4 *4 (-1121)) (-4 *5 (-1238)))) (-2143 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-526 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1238)))))
+(-13 (-10 -8 (-15 -2143 ($ $ |t#1| |t#2|)) (-15 -2143 ($ $ (-656 |t#1|) (-656 |t#2|)))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 17)) (-3716 (((-656 (-2 (|:| |gen| |#1|) (|:| -2154 |#2|))) $) 19)) (-2583 (((-3 $ "failed") $ $) NIL)) (-2200 (((-783) $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) NIL)) (-2318 ((|#1| $) NIL)) (-4177 ((|#1| $ (-576)) 24)) (-1596 ((|#2| $ (-576)) 22)) (-2867 (($ (-1 |#1| |#1|) $) 48)) (-3791 (($ (-1 |#2| |#2|) $) 45)) (-4185 (((-1179) $) NIL)) (-1428 (($ $ $) 55 (|has| |#2| (-804)))) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 44) (($ |#1|) NIL)) (-1341 ((|#2| |#1| $) 51)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 11 T CONST)) (-3939 (((-112) $ $) 30)) (-4027 (($ $ $) 28) (($ |#1| $) 26)) (* (($ (-940) $) NIL) (($ (-783) $) 37) (($ |#2| |#1|) 32)))
+(((-527 |#1| |#2| |#3|) (-333 |#1| |#2|) (-1121) (-132) |#2|) (T -527))
NIL
(-333 |#1| |#2|)
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-4372 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-862)))) (-4082 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4463))) (($ $) NIL (-12 (|has| $ (-6 -4463)) (|has| |#1| (-862))))) (-1793 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-862)))) (-3733 (((-112) $ (-783)) NIL)) (-3357 (((-112) (-112)) 32)) (-3753 ((|#1| $ (-576) |#1|) 42 (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) NIL (|has| $ (-6 -4463)))) (-4394 (($ (-1 (-112) |#1|) $) 77)) (-1966 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-1752 (($ $) NIL (|has| $ (-6 -4463)))) (-3833 (($ $) NIL)) (-2017 (($ $) 81 (|has| |#1| (-1119)))) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3516 (($ |#1| $) NIL (|has| |#1| (-1119))) (($ (-1 (-112) |#1|) $) 64)) (-3942 (($ |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4462)))) (-4330 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) NIL)) (-3658 (((-576) (-1 (-112) |#1|) $) NIL) (((-576) |#1| $) NIL (|has| |#1| (-1119))) (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1119)))) (-2214 (($ $ (-576)) 19)) (-3607 (((-783) $) 13)) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-4138 (($ (-783) |#1|) 31)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) 29 (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| |#1| (-862)))) (-2864 (($ $ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) 55)) (-1872 (($ (-1 (-112) |#1| |#1|) $ $) 56) (($ $ $) NIL (|has| |#1| (-862)))) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3767 (((-576) $) 28 (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-2767 (($ $ $ (-576)) 73) (($ |#1| $ (-576)) 57)) (-2171 (($ |#1| $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-2574 (($ (-656 |#1|)) 43)) (-3578 ((|#1| $) NIL (|has| (-576) (-862)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1552 (($ $ |#1|) 24 (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 60)) (-4408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) 21)) (-2794 ((|#1| $ (-576) |#1|) NIL) ((|#1| $ (-576)) 53) (($ $ (-1253 (-576))) NIL)) (-4142 (($ $ (-1253 (-576))) 71) (($ $ (-576)) 65)) (-3463 (($ $ (-576)) NIL) (($ $ (-1253 (-576))) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1497 (($ $ $ (-576)) 61 (|has| $ (-6 -4463)))) (-1868 (($ $) 51)) (-4169 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) NIL)) (-3906 (($ $ $) 62) (($ $ |#1|) 59)) (-1613 (($ $ |#1|) NIL) (($ |#1| $) 58) (($ $ $) NIL) (($ (-656 $)) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3500 (((-783) $) 22 (|has| $ (-6 -4462)))))
-(((-528 |#1| |#2|) (-13 (-19 |#1|) (-292 |#1|) (-10 -8 (-15 -2574 ($ (-656 |#1|))) (-15 -3607 ((-783) $)) (-15 -2214 ($ $ (-576))) (-15 -3357 ((-112) (-112))))) (-1236) (-576)) (T -528))
-((-2574 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-5 *1 (-528 *3 *4)) (-14 *4 (-576)))) (-3607 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-528 *3 *4)) (-4 *3 (-1236)) (-14 *4 (-576)))) (-2214 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-528 *3 *4)) (-4 *3 (-1236)) (-14 *4 *2))) (-3357 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-528 *3 *4)) (-4 *3 (-1236)) (-14 *4 (-576)))))
-(-13 (-19 |#1|) (-292 |#1|) (-10 -8 (-15 -2574 ($ (-656 |#1|))) (-15 -3607 ((-783) $)) (-15 -2214 ($ $ (-576))) (-15 -3357 ((-112) (-112)))))
-((-3486 (((-112) $ $) NIL)) (-2271 (((-1154) $) 11)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-1418 (((-1154) $) 13)) (-3984 (((-1154) $) 9)) (-3567 (((-874) $) 19) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-529) (-13 (-1102) (-10 -8 (-15 -3984 ((-1154) $)) (-15 -2271 ((-1154) $)) (-15 -1418 ((-1154) $))))) (T -529))
-((-3984 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-529)))) (-2271 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-529)))) (-1418 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-529)))))
-(-13 (-1102) (-10 -8 (-15 -3984 ((-1154) $)) (-15 -2271 ((-1154) $)) (-15 -1418 ((-1154) $))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-2312 (((-112) $) NIL)) (-2858 (((-783)) NIL)) (-2205 (((-593 |#1|) $) NIL) (($ $ (-938)) NIL (|has| (-593 |#1|) (-379)))) (-2201 (((-1208 (-938) (-783)) (-576)) NIL (|has| (-593 |#1|) (-379)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1829 (((-112) $ $) NIL)) (-2093 (((-783)) NIL (|has| (-593 |#1|) (-379)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-593 |#1|) "failed") $) NIL)) (-2857 (((-593 |#1|) $) NIL)) (-2495 (($ (-1286 (-593 |#1|))) NIL)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-593 |#1|) (-379)))) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) NIL (|has| (-593 |#1|) (-379)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4161 (($) NIL (|has| (-593 |#1|) (-379)))) (-3335 (((-112) $) NIL (|has| (-593 |#1|) (-379)))) (-1385 (($ $ (-783)) NIL (-2755 (|has| (-593 |#1|) (-146)) (|has| (-593 |#1|) (-379)))) (($ $) NIL (-2755 (|has| (-593 |#1|) (-146)) (|has| (-593 |#1|) (-379))))) (-4283 (((-112) $) NIL)) (-1991 (((-938) $) NIL (|has| (-593 |#1|) (-379))) (((-845 (-938)) $) NIL (-2755 (|has| (-593 |#1|) (-146)) (|has| (-593 |#1|) (-379))))) (-3612 (((-112) $) NIL)) (-1654 (($) NIL (|has| (-593 |#1|) (-379)))) (-1733 (((-112) $) NIL (|has| (-593 |#1|) (-379)))) (-1650 (((-593 |#1|) $) NIL) (($ $ (-938)) NIL (|has| (-593 |#1|) (-379)))) (-2162 (((-3 $ "failed") $) NIL (|has| (-593 |#1|) (-379)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1499 (((-1191 (-593 |#1|)) $) NIL) (((-1191 $) $ (-938)) NIL (|has| (-593 |#1|) (-379)))) (-4379 (((-938) $) NIL (|has| (-593 |#1|) (-379)))) (-3259 (((-1191 (-593 |#1|)) $) NIL (|has| (-593 |#1|) (-379)))) (-3797 (((-1191 (-593 |#1|)) $) NIL (|has| (-593 |#1|) (-379))) (((-3 (-1191 (-593 |#1|)) "failed") $ $) NIL (|has| (-593 |#1|) (-379)))) (-3922 (($ $ (-1191 (-593 |#1|))) NIL (|has| (-593 |#1|) (-379)))) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL (|has| (-593 |#1|) (-379)) CONST)) (-3222 (($ (-938)) NIL (|has| (-593 |#1|) (-379)))) (-1764 (((-112) $) NIL)) (-1448 (((-1139) $) NIL)) (-4126 (($) NIL (|has| (-593 |#1|) (-379)))) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) NIL (|has| (-593 |#1|) (-379)))) (-1827 (((-430 $) $) NIL)) (-1512 (((-845 (-938))) NIL) (((-938)) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-3544 (((-783) $) NIL (|has| (-593 |#1|) (-379))) (((-3 (-783) "failed") $ $) NIL (-2755 (|has| (-593 |#1|) (-146)) (|has| (-593 |#1|) (-379))))) (-2253 (((-135)) NIL)) (-2770 (($ $ (-783)) NIL (|has| (-593 |#1|) (-379))) (($ $) NIL (|has| (-593 |#1|) (-379)))) (-1967 (((-845 (-938)) $) NIL) (((-938) $) NIL)) (-3117 (((-1191 (-593 |#1|))) NIL)) (-4059 (($) NIL (|has| (-593 |#1|) (-379)))) (-1440 (($) NIL (|has| (-593 |#1|) (-379)))) (-2203 (((-1286 (-593 |#1|)) $) NIL) (((-701 (-593 |#1|)) (-1286 $)) NIL)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (|has| (-593 |#1|) (-379)))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-593 |#1|)) NIL)) (-2846 (($ $) NIL (|has| (-593 |#1|) (-379))) (((-3 $ "failed") $) NIL (-2755 (|has| (-593 |#1|) (-146)) (|has| (-593 |#1|) (-379))))) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) NIL) (((-1286 $) (-938)) NIL)) (-4196 (((-112) $ $) NIL)) (-3202 (((-112) $) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-3711 (($ $) NIL (|has| (-593 |#1|) (-379))) (($ $ (-783)) NIL (|has| (-593 |#1|) (-379)))) (-2014 (($ $ (-783)) NIL (|has| (-593 |#1|) (-379))) (($ $) NIL (|has| (-593 |#1|) (-379)))) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ $) NIL) (($ $ (-593 |#1|)) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ (-593 |#1|)) NIL) (($ (-593 |#1|) $) NIL)))
-(((-530 |#1| |#2|) (-339 (-593 |#1|)) (-938) (-938)) (T -530))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-2033 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-862)))) (-2218 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4465))) (($ $) NIL (-12 (|has| $ (-6 -4465)) (|has| |#1| (-862))))) (-2380 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-862)))) (-1951 (((-112) $ (-783)) NIL)) (-2671 (((-112) (-112)) 32)) (-4268 ((|#1| $ (-576) |#1|) 42 (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) NIL (|has| $ (-6 -4465)))) (-2250 (($ (-1 (-112) |#1|) $) 77)) (-3604 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-1370 (($ $) NIL (|has| $ (-6 -4465)))) (-4204 (($ $) NIL)) (-1966 (($ $) 81 (|has| |#1| (-1121)))) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1678 (($ |#1| $) NIL (|has| |#1| (-1121))) (($ (-1 (-112) |#1|) $) 64)) (-2824 (($ |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4464)))) (-1908 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) NIL)) (-3539 (((-576) (-1 (-112) |#1|) $) NIL) (((-576) |#1| $) NIL (|has| |#1| (-1121))) (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1121)))) (-3334 (($ $ (-576)) 19)) (-3256 (((-783) $) 13)) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-1988 (($ (-783) |#1|) 31)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) 29 (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| |#1| (-862)))) (-3528 (($ $ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) 55)) (-3181 (($ (-1 (-112) |#1| |#1|) $ $) 56) (($ $ $) NIL (|has| |#1| (-862)))) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2316 (((-576) $) 28 (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3846 (($ $ $ (-576)) 73) (($ |#1| $ (-576)) 57)) (-3386 (($ |#1| $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-2620 (($ (-656 |#1|)) 43)) (-1753 ((|#1| $) NIL (|has| (-576) (-862)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3140 (($ $ |#1|) 24 (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 60)) (-2408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) 21)) (-4369 ((|#1| $ (-576) |#1|) NIL) ((|#1| $ (-576)) 53) (($ $ (-1255 (-576))) NIL)) (-1601 (($ $ (-1255 (-576))) 71) (($ $ (-576)) 65)) (-2335 (($ $ (-576)) NIL) (($ $ (-1255 (-576))) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3796 (($ $ $ (-576)) 61 (|has| $ (-6 -4465)))) (-4287 (($ $) 51)) (-1554 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) NIL)) (-3179 (($ $ $) 62) (($ $ |#1|) 59)) (-2767 (($ $ |#1|) NIL) (($ |#1| $) 58) (($ $ $) NIL) (($ (-656 $)) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3985 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3962 (((-112) $ $) NIL (|has| |#1| (-862)))) (-1968 (((-783) $) 22 (|has| $ (-6 -4464)))))
+(((-528 |#1| |#2|) (-13 (-19 |#1|) (-292 |#1|) (-10 -8 (-15 -2620 ($ (-656 |#1|))) (-15 -3256 ((-783) $)) (-15 -3334 ($ $ (-576))) (-15 -2671 ((-112) (-112))))) (-1238) (-576)) (T -528))
+((-2620 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-5 *1 (-528 *3 *4)) (-14 *4 (-576)))) (-3256 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-528 *3 *4)) (-4 *3 (-1238)) (-14 *4 (-576)))) (-3334 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-528 *3 *4)) (-4 *3 (-1238)) (-14 *4 *2))) (-2671 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-528 *3 *4)) (-4 *3 (-1238)) (-14 *4 (-576)))))
+(-13 (-19 |#1|) (-292 |#1|) (-10 -8 (-15 -2620 ($ (-656 |#1|))) (-15 -3256 ((-783) $)) (-15 -3334 ($ $ (-576))) (-15 -2671 ((-112) (-112)))))
+((-1955 (((-112) $ $) NIL)) (-2634 (((-1156) $) 11)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2811 (((-1156) $) 13)) (-3271 (((-1156) $) 9)) (-4114 (((-876) $) 19) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-529) (-13 (-1104) (-10 -8 (-15 -3271 ((-1156) $)) (-15 -2634 ((-1156) $)) (-15 -2811 ((-1156) $))))) (T -529))
+((-3271 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-529)))) (-2634 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-529)))) (-2811 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-529)))))
+(-13 (-1104) (-10 -8 (-15 -3271 ((-1156) $)) (-15 -2634 ((-1156) $)) (-15 -2811 ((-1156) $))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-1802 (((-112) $) NIL)) (-3454 (((-783)) NIL)) (-3832 (((-593 |#1|) $) NIL) (($ $ (-940)) NIL (|has| (-593 |#1|) (-379)))) (-3197 (((-1210 (-940) (-783)) (-576)) NIL (|has| (-593 |#1|) (-379)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4064 (((-112) $ $) NIL)) (-2200 (((-783)) NIL (|has| (-593 |#1|) (-379)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-593 |#1|) "failed") $) NIL)) (-2318 (((-593 |#1|) $) NIL)) (-3093 (($ (-1288 (-593 |#1|))) NIL)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-593 |#1|) (-379)))) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) NIL (|has| (-593 |#1|) (-379)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-1766 (($) NIL (|has| (-593 |#1|) (-379)))) (-2430 (((-112) $) NIL (|has| (-593 |#1|) (-379)))) (-2566 (($ $ (-783)) NIL (-3795 (|has| (-593 |#1|) (-146)) (|has| (-593 |#1|) (-379)))) (($ $) NIL (-3795 (|has| (-593 |#1|) (-146)) (|has| (-593 |#1|) (-379))))) (-3742 (((-112) $) NIL)) (-1760 (((-940) $) NIL (|has| (-593 |#1|) (-379))) (((-845 (-940)) $) NIL (-3795 (|has| (-593 |#1|) (-146)) (|has| (-593 |#1|) (-379))))) (-3315 (((-112) $) NIL)) (-2878 (($) NIL (|has| (-593 |#1|) (-379)))) (-4320 (((-112) $) NIL (|has| (-593 |#1|) (-379)))) (-2828 (((-593 |#1|) $) NIL) (($ $ (-940)) NIL (|has| (-593 |#1|) (-379)))) (-4080 (((-3 $ "failed") $) NIL (|has| (-593 |#1|) (-379)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3817 (((-1193 (-593 |#1|)) $) NIL) (((-1193 $) $ (-940)) NIL (|has| (-593 |#1|) (-379)))) (-2106 (((-940) $) NIL (|has| (-593 |#1|) (-379)))) (-4200 (((-1193 (-593 |#1|)) $) NIL (|has| (-593 |#1|) (-379)))) (-1446 (((-1193 (-593 |#1|)) $) NIL (|has| (-593 |#1|) (-379))) (((-3 (-1193 (-593 |#1|)) "failed") $ $) NIL (|has| (-593 |#1|) (-379)))) (-3335 (($ $ (-1193 (-593 |#1|))) NIL (|has| (-593 |#1|) (-379)))) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL (|has| (-593 |#1|) (-379)) CONST)) (-2409 (($ (-940)) NIL (|has| (-593 |#1|) (-379)))) (-1472 (((-112) $) NIL)) (-3117 (((-1141) $) NIL)) (-2549 (($) NIL (|has| (-593 |#1|) (-379)))) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) NIL (|has| (-593 |#1|) (-379)))) (-1452 (((-430 $) $) NIL)) (-3963 (((-845 (-940))) NIL) (((-940)) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-3923 (((-783) $) NIL (|has| (-593 |#1|) (-379))) (((-3 (-783) "failed") $ $) NIL (-3795 (|has| (-593 |#1|) (-146)) (|has| (-593 |#1|) (-379))))) (-2435 (((-135)) NIL)) (-4107 (($ $ (-783)) NIL (|has| (-593 |#1|) (-379))) (($ $) NIL (|has| (-593 |#1|) (-379)))) (-2786 (((-845 (-940)) $) NIL) (((-940) $) NIL)) (-2030 (((-1193 (-593 |#1|))) NIL)) (-1986 (($) NIL (|has| (-593 |#1|) (-379)))) (-2998 (($) NIL (|has| (-593 |#1|) (-379)))) (-3219 (((-1288 (-593 |#1|)) $) NIL) (((-701 (-593 |#1|)) (-1288 $)) NIL)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (|has| (-593 |#1|) (-379)))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-593 |#1|)) NIL)) (-3346 (($ $) NIL (|has| (-593 |#1|) (-379))) (((-3 $ "failed") $) NIL (-3795 (|has| (-593 |#1|) (-146)) (|has| (-593 |#1|) (-379))))) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) NIL) (((-1288 $) (-940)) NIL)) (-4095 (((-112) $ $) NIL)) (-1649 (((-112) $) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3032 (($ $) NIL (|has| (-593 |#1|) (-379))) (($ $ (-783)) NIL (|has| (-593 |#1|) (-379)))) (-3157 (($ $ (-783)) NIL (|has| (-593 |#1|) (-379))) (($ $) NIL (|has| (-593 |#1|) (-379)))) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ $) NIL) (($ $ (-593 |#1|)) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ $ (-593 |#1|)) NIL) (($ (-593 |#1|) $) NIL)))
+(((-530 |#1| |#2|) (-339 (-593 |#1|)) (-940) (-940)) (T -530))
NIL
(-339 (-593 |#1|))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 ((|#1| $ (-576) (-576) |#1|) 51)) (-2133 (($ $ (-576) |#4|) NIL)) (-2874 (($ $ (-576) |#5|) NIL)) (-2135 (($) NIL T CONST)) (-3925 ((|#4| $ (-576)) NIL)) (-4330 ((|#1| $ (-576) (-576) |#1|) 50)) (-4271 ((|#1| $ (-576) (-576)) 45)) (-3963 (((-656 |#1|) $) NIL)) (-1687 (((-783) $) 33)) (-4138 (($ (-783) (-783) |#1|) 30)) (-1697 (((-783) $) 38)) (-2476 (((-112) $ (-783)) NIL)) (-4063 (((-576) $) 31)) (-1495 (((-576) $) 32)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3621 (((-576) $) 37)) (-2196 (((-576) $) 39)) (-4320 (($ (-1 |#1| |#1|) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) 55 (|has| |#1| (-1119)))) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-1552 (($ $ |#1|) NIL)) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) 14)) (-1854 (($) 16)) (-2794 ((|#1| $ (-576) (-576)) 48) ((|#1| $ (-576) (-576) |#1|) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) NIL)) (-2067 ((|#5| $ (-576)) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-531 |#1| |#2| |#3| |#4| |#5|) (-57 |#1| |#4| |#5|) (-1236) (-576) (-576) (-384 |#1|) (-384 |#1|)) (T -531))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 ((|#1| $ (-576) (-576) |#1|) 51)) (-3829 (($ $ (-576) |#4|) NIL)) (-3645 (($ $ (-576) |#5|) NIL)) (-3853 (($) NIL T CONST)) (-3368 ((|#4| $ (-576)) NIL)) (-1908 ((|#1| $ (-576) (-576) |#1|) 50)) (-3721 ((|#1| $ (-576) (-576)) 45)) (-3722 (((-656 |#1|) $) NIL)) (-2759 (((-783) $) 33)) (-1988 (($ (-783) (-783) |#1|) 30)) (-2773 (((-783) $) 38)) (-4157 (((-112) $ (-783)) NIL)) (-2037 (((-576) $) 31)) (-3775 (((-576) $) 32)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3422 (((-576) $) 37)) (-3154 (((-576) $) 39)) (-1896 (($ (-1 |#1| |#1|) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) 55 (|has| |#1| (-1121)))) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-3140 (($ $ |#1|) NIL)) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) 14)) (-3029 (($) 16)) (-4369 ((|#1| $ (-576) (-576)) 48) ((|#1| $ (-576) (-576) |#1|) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) NIL)) (-4389 ((|#5| $ (-576)) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-531 |#1| |#2| |#3| |#4| |#5|) (-57 |#1| |#4| |#5|) (-1238) (-576) (-576) (-384 |#1|) (-384 |#1|)) (T -531))
NIL
(-57 |#1| |#4| |#5|)
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3103 ((|#1| $) NIL)) (-2896 ((|#1| $) NIL)) (-4422 (($ $) NIL)) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-1986 (($ $ (-576)) 70 (|has| $ (-6 -4463)))) (-4372 (((-112) $) NIL (|has| |#1| (-862))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-4082 (($ $) NIL (-12 (|has| $ (-6 -4463)) (|has| |#1| (-862)))) (($ (-1 (-112) |#1| |#1|) $) 64 (|has| $ (-6 -4463)))) (-1793 (($ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-1762 ((|#1| $ |#1|) NIL (|has| $ (-6 -4463)))) (-2965 (($ $ $) 23 (|has| $ (-6 -4463)))) (-2231 ((|#1| $ |#1|) NIL (|has| $ (-6 -4463)))) (-2814 ((|#1| $ |#1|) 21 (|has| $ (-6 -4463)))) (-3753 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4463))) ((|#1| $ "first" |#1|) 22 (|has| $ (-6 -4463))) (($ $ "rest" $) 24 (|has| $ (-6 -4463))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) NIL (|has| $ (-6 -4463))) ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) NIL (|has| $ (-6 -4463)))) (-4394 (($ (-1 (-112) |#1|) $) NIL)) (-1966 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2881 ((|#1| $) NIL)) (-2135 (($) NIL T CONST)) (-1752 (($ $) 28 (|has| $ (-6 -4463)))) (-3833 (($ $) 29)) (-3590 (($ $) 18) (($ $ (-783)) 32)) (-2017 (($ $) 62 (|has| |#1| (-1119)))) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3516 (($ |#1| $) NIL (|has| |#1| (-1119))) (($ (-1 (-112) |#1|) $) NIL)) (-3942 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4330 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) NIL)) (-3565 (((-112) $) NIL)) (-3658 (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1119))) (((-576) |#1| $) NIL (|has| |#1| (-1119))) (((-576) (-1 (-112) |#1|) $) NIL)) (-3963 (((-656 |#1|) $) 27 (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) NIL)) (-2679 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-4138 (($ (-783) |#1|) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) 31 (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| |#1| (-862)))) (-2864 (($ $ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) 65)) (-1872 (($ $ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 60 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1646 (($ |#1|) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-2348 (((-656 |#1|) $) NIL)) (-2326 (((-112) $) NIL)) (-3881 (((-1177) $) 58 (|has| |#1| (-1119)))) (-3966 ((|#1| $) NIL) (($ $ (-783)) NIL)) (-2767 (($ $ $ (-576)) NIL) (($ |#1| $ (-576)) NIL)) (-2171 (($ $ $ (-576)) NIL) (($ |#1| $ (-576)) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3578 ((|#1| $) 13) (($ $ (-783)) NIL)) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1552 (($ $ |#1|) NIL (|has| $ (-6 -4463)))) (-2743 (((-112) $) NIL)) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 12)) (-4408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) NIL)) (-4205 (((-112) $) 17)) (-1854 (($) 16)) (-2794 ((|#1| $ "value") NIL) ((|#1| $ "first") 15) (($ $ "rest") 20) ((|#1| $ "last") NIL) (($ $ (-1253 (-576))) NIL) ((|#1| $ (-576)) NIL) ((|#1| $ (-576) |#1|) NIL)) (-3273 (((-576) $ $) NIL)) (-4142 (($ $ (-1253 (-576))) NIL) (($ $ (-576)) NIL)) (-3463 (($ $ (-1253 (-576))) NIL) (($ $ (-576)) NIL)) (-2635 (((-112) $) 35)) (-2009 (($ $) NIL)) (-1611 (($ $) NIL (|has| $ (-6 -4463)))) (-1795 (((-783) $) NIL)) (-2039 (($ $) 40)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1497 (($ $ $ (-576)) NIL (|has| $ (-6 -4463)))) (-1868 (($ $) 36)) (-4169 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 26)) (-3906 (($ $ $) 61) (($ $ |#1|) NIL)) (-1613 (($ $ $) NIL) (($ |#1| $) 10) (($ (-656 $)) NIL) (($ $ |#1|) NIL)) (-3567 (((-874) $) 50 (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) NIL)) (-1434 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2921 (((-112) $ $) 54 (|has| |#1| (-102)))) (-2975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3500 (((-783) $) 9 (|has| $ (-6 -4462)))))
-(((-532 |#1| |#2|) (-678 |#1|) (-1236) (-576)) (T -532))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1688 ((|#1| $) NIL)) (-3457 ((|#1| $) NIL)) (-3095 (($ $) NIL)) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-1720 (($ $ (-576)) 70 (|has| $ (-6 -4465)))) (-2033 (((-112) $) NIL (|has| |#1| (-862))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-2218 (($ $) NIL (-12 (|has| $ (-6 -4465)) (|has| |#1| (-862)))) (($ (-1 (-112) |#1| |#1|) $) 64 (|has| $ (-6 -4465)))) (-2380 (($ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-1450 ((|#1| $ |#1|) NIL (|has| $ (-6 -4465)))) (-3123 (($ $ $) 23 (|has| $ (-6 -4465)))) (-3527 ((|#1| $ |#1|) NIL (|has| $ (-6 -4465)))) (-4249 ((|#1| $ |#1|) 21 (|has| $ (-6 -4465)))) (-4268 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4465))) ((|#1| $ "first" |#1|) 22 (|has| $ (-6 -4465))) (($ $ "rest" $) 24 (|has| $ (-6 -4465))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) NIL (|has| $ (-6 -4465))) ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) NIL (|has| $ (-6 -4465)))) (-2250 (($ (-1 (-112) |#1|) $) NIL)) (-3604 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3443 ((|#1| $) NIL)) (-3853 (($) NIL T CONST)) (-1370 (($ $) 28 (|has| $ (-6 -4465)))) (-4204 (($ $) 29)) (-1762 (($ $) 18) (($ $ (-783)) 32)) (-1966 (($ $) 62 (|has| |#1| (-1121)))) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1678 (($ |#1| $) NIL (|has| |#1| (-1121))) (($ (-1 (-112) |#1|) $) NIL)) (-2824 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1908 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) NIL)) (-4127 (((-112) $) NIL)) (-3539 (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1121))) (((-576) |#1| $) NIL (|has| |#1| (-1121))) (((-576) (-1 (-112) |#1|) $) NIL)) (-3722 (((-656 |#1|) $) 27 (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) NIL)) (-2317 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1988 (($ (-783) |#1|) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) 31 (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| |#1| (-862)))) (-3528 (($ $ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) 65)) (-3181 (($ $ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 60 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2784 (($ |#1|) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4186 (((-656 |#1|) $) NIL)) (-1925 (((-112) $) NIL)) (-4185 (((-1179) $) 58 (|has| |#1| (-1121)))) (-2850 ((|#1| $) NIL) (($ $ (-783)) NIL)) (-3846 (($ $ $ (-576)) NIL) (($ |#1| $ (-576)) NIL)) (-3386 (($ $ $ (-576)) NIL) (($ |#1| $ (-576)) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-1753 ((|#1| $) 13) (($ $ (-783)) NIL)) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3140 (($ $ |#1|) NIL (|has| $ (-6 -4465)))) (-1651 (((-112) $) NIL)) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 12)) (-2408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) NIL)) (-4190 (((-112) $) 17)) (-3029 (($) 16)) (-4369 ((|#1| $ "value") NIL) ((|#1| $ "first") 15) (($ $ "rest") 20) ((|#1| $ "last") NIL) (($ $ (-1255 (-576))) NIL) ((|#1| $ (-576)) NIL) ((|#1| $ (-576) |#1|) NIL)) (-3088 (((-576) $ $) NIL)) (-1601 (($ $ (-1255 (-576))) NIL) (($ $ (-576)) NIL)) (-2335 (($ $ (-1255 (-576))) NIL) (($ $ (-576)) NIL)) (-1906 (((-112) $) 35)) (-1916 (($ $) NIL)) (-2432 (($ $) NIL (|has| $ (-6 -4465)))) (-3738 (((-783) $) NIL)) (-2178 (($ $) 40)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3796 (($ $ $ (-576)) NIL (|has| $ (-6 -4465)))) (-4287 (($ $) 36)) (-1554 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 26)) (-3179 (($ $ $) 61) (($ $ |#1|) NIL)) (-2767 (($ $ $) NIL) (($ |#1| $) 10) (($ (-656 $)) NIL) (($ $ |#1|) NIL)) (-4114 (((-876) $) 50 (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) NIL)) (-2090 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3939 (((-112) $ $) 54 (|has| |#1| (-102)))) (-3985 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3962 (((-112) $ $) NIL (|has| |#1| (-862)))) (-1968 (((-783) $) 9 (|has| $ (-6 -4464)))))
+(((-532 |#1| |#2|) (-678 |#1|) (-1238) (-576)) (T -532))
NIL
(-678 |#1|)
-((-3724 ((|#4| |#4|) 38)) (-3731 (((-783) |#4|) 44)) (-3809 (((-783) |#4|) 45)) (-1479 (((-656 |#3|) |#4|) 55 (|has| |#3| (-6 -4463)))) (-1430 (((-3 |#4| "failed") |#4|) 67)) (-1488 ((|#4| |#4|) 59)) (-1905 ((|#1| |#4|) 58)))
-(((-533 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3724 (|#4| |#4|)) (-15 -3731 ((-783) |#4|)) (-15 -3809 ((-783) |#4|)) (IF (|has| |#3| (-6 -4463)) (-15 -1479 ((-656 |#3|) |#4|)) |%noBranch|) (-15 -1905 (|#1| |#4|)) (-15 -1488 (|#4| |#4|)) (-15 -1430 ((-3 |#4| "failed") |#4|))) (-374) (-384 |#1|) (-384 |#1|) (-699 |#1| |#2| |#3|)) (T -533))
-((-1430 (*1 *2 *2) (|partial| -12 (-4 *3 (-374)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))) (-1488 (*1 *2 *2) (-12 (-4 *3 (-374)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))) (-1905 (*1 *2 *3) (-12 (-4 *4 (-384 *2)) (-4 *5 (-384 *2)) (-4 *2 (-374)) (-5 *1 (-533 *2 *4 *5 *3)) (-4 *3 (-699 *2 *4 *5)))) (-1479 (*1 *2 *3) (-12 (|has| *6 (-6 -4463)) (-4 *4 (-374)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-656 *6)) (-5 *1 (-533 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-3809 (*1 *2 *3) (-12 (-4 *4 (-374)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-783)) (-5 *1 (-533 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-3731 (*1 *2 *3) (-12 (-4 *4 (-374)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-783)) (-5 *1 (-533 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-3724 (*1 *2 *2) (-12 (-4 *3 (-374)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))))
-(-10 -7 (-15 -3724 (|#4| |#4|)) (-15 -3731 ((-783) |#4|)) (-15 -3809 ((-783) |#4|)) (IF (|has| |#3| (-6 -4463)) (-15 -1479 ((-656 |#3|) |#4|)) |%noBranch|) (-15 -1905 (|#1| |#4|)) (-15 -1488 (|#4| |#4|)) (-15 -1430 ((-3 |#4| "failed") |#4|)))
-((-3724 ((|#8| |#4|) 20)) (-1479 (((-656 |#3|) |#4|) 29 (|has| |#7| (-6 -4463)))) (-1430 (((-3 |#8| "failed") |#4|) 23)))
-(((-534 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -3724 (|#8| |#4|)) (-15 -1430 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4463)) (-15 -1479 ((-656 |#3|) |#4|)) |%noBranch|)) (-568) (-384 |#1|) (-384 |#1|) (-699 |#1| |#2| |#3|) (-1011 |#1|) (-384 |#5|) (-384 |#5|) (-699 |#5| |#6| |#7|)) (T -534))
-((-1479 (*1 *2 *3) (-12 (|has| *9 (-6 -4463)) (-4 *4 (-568)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-4 *7 (-1011 *4)) (-4 *8 (-384 *7)) (-4 *9 (-384 *7)) (-5 *2 (-656 *6)) (-5 *1 (-534 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-699 *4 *5 *6)) (-4 *10 (-699 *7 *8 *9)))) (-1430 (*1 *2 *3) (|partial| -12 (-4 *4 (-568)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-4 *7 (-1011 *4)) (-4 *2 (-699 *7 *8 *9)) (-5 *1 (-534 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-699 *4 *5 *6)) (-4 *8 (-384 *7)) (-4 *9 (-384 *7)))) (-3724 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-4 *7 (-1011 *4)) (-4 *2 (-699 *7 *8 *9)) (-5 *1 (-534 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-699 *4 *5 *6)) (-4 *8 (-384 *7)) (-4 *9 (-384 *7)))))
-(-10 -7 (-15 -3724 (|#8| |#4|)) (-15 -1430 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4463)) (-15 -1479 ((-656 |#3|) |#4|)) |%noBranch|))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3829 (($ (-783) (-783)) NIL)) (-2208 (($ $ $) NIL)) (-2071 (($ (-614 |#1| |#3|)) NIL) (($ $) NIL)) (-3388 (((-112) $) NIL)) (-3556 (($ $ (-576) (-576)) 21)) (-2538 (($ $ (-576) (-576)) NIL)) (-4289 (($ $ (-576) (-576) (-576) (-576)) NIL)) (-3474 (($ $) NIL)) (-2466 (((-112) $) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-3440 (($ $ (-576) (-576) $) NIL)) (-3753 ((|#1| $ (-576) (-576) |#1|) NIL) (($ $ (-656 (-576)) (-656 (-576)) $) NIL)) (-2133 (($ $ (-576) (-614 |#1| |#3|)) NIL)) (-2874 (($ $ (-576) (-614 |#1| |#2|)) NIL)) (-3307 (($ (-783) |#1|) NIL)) (-2135 (($) NIL T CONST)) (-3724 (($ $) 30 (|has| |#1| (-317)))) (-3925 (((-614 |#1| |#3|) $ (-576)) NIL)) (-3731 (((-783) $) 33 (|has| |#1| (-568)))) (-4330 ((|#1| $ (-576) (-576) |#1|) NIL)) (-4271 ((|#1| $ (-576) (-576)) NIL)) (-3963 (((-656 |#1|) $) NIL)) (-3809 (((-783) $) 35 (|has| |#1| (-568)))) (-1479 (((-656 (-614 |#1| |#2|)) $) 38 (|has| |#1| (-568)))) (-1687 (((-783) $) NIL)) (-4138 (($ (-783) (-783) |#1|) NIL)) (-1697 (((-783) $) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3373 ((|#1| $) 28 (|has| |#1| (-6 (-4464 "*"))))) (-4063 (((-576) $) 10)) (-1495 (((-576) $) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3621 (((-576) $) 13)) (-2196 (((-576) $) NIL)) (-2462 (($ (-656 (-656 |#1|))) NIL) (($ (-783) (-783) (-1 |#1| (-576) (-576))) NIL)) (-4320 (($ (-1 |#1| |#1|) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-1445 (((-656 (-656 |#1|)) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-1430 (((-3 $ "failed") $) 42 (|has| |#1| (-374)))) (-1336 (($ $ $) NIL)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-1552 (($ $ |#1|) NIL)) (-3473 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568)))) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#1| $ (-576) (-576)) NIL) ((|#1| $ (-576) (-576) |#1|) NIL) (($ $ (-656 (-576)) (-656 (-576))) NIL)) (-4432 (($ (-656 |#1|)) NIL) (($ (-656 $)) NIL)) (-3527 (((-112) $) NIL)) (-1905 ((|#1| $) 26 (|has| |#1| (-6 (-4464 "*"))))) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) NIL)) (-2067 (((-614 |#1| |#2|) $ (-576)) NIL)) (-3567 (($ (-614 |#1| |#2|)) NIL) (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3775 (((-112) $) NIL)) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-3041 (($ $ $) NIL) (($ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-576) $) NIL) (((-614 |#1| |#2|) $ (-614 |#1| |#2|)) NIL) (((-614 |#1| |#3|) (-614 |#1| |#3|) $) NIL)) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-535 |#1| |#2| |#3|) (-699 |#1| (-614 |#1| |#3|) (-614 |#1| |#2|)) (-1068) (-576) (-576)) (T -535))
+((-1872 ((|#4| |#4|) 38)) (-4136 (((-783) |#4|) 44)) (-1547 (((-783) |#4|) 45)) (-3622 (((-656 |#3|) |#4|) 55 (|has| |#3| (-6 -4465)))) (-1717 (((-3 |#4| "failed") |#4|) 67)) (-3711 ((|#4| |#4|) 59)) (-3518 ((|#1| |#4|) 58)))
+(((-533 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1872 (|#4| |#4|)) (-15 -4136 ((-783) |#4|)) (-15 -1547 ((-783) |#4|)) (IF (|has| |#3| (-6 -4465)) (-15 -3622 ((-656 |#3|) |#4|)) |%noBranch|) (-15 -3518 (|#1| |#4|)) (-15 -3711 (|#4| |#4|)) (-15 -1717 ((-3 |#4| "failed") |#4|))) (-374) (-384 |#1|) (-384 |#1|) (-699 |#1| |#2| |#3|)) (T -533))
+((-1717 (*1 *2 *2) (|partial| -12 (-4 *3 (-374)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))) (-3711 (*1 *2 *2) (-12 (-4 *3 (-374)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))) (-3518 (*1 *2 *3) (-12 (-4 *4 (-384 *2)) (-4 *5 (-384 *2)) (-4 *2 (-374)) (-5 *1 (-533 *2 *4 *5 *3)) (-4 *3 (-699 *2 *4 *5)))) (-3622 (*1 *2 *3) (-12 (|has| *6 (-6 -4465)) (-4 *4 (-374)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-656 *6)) (-5 *1 (-533 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-1547 (*1 *2 *3) (-12 (-4 *4 (-374)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-783)) (-5 *1 (-533 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-4136 (*1 *2 *3) (-12 (-4 *4 (-374)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-783)) (-5 *1 (-533 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-1872 (*1 *2 *2) (-12 (-4 *3 (-374)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))))
+(-10 -7 (-15 -1872 (|#4| |#4|)) (-15 -4136 ((-783) |#4|)) (-15 -1547 ((-783) |#4|)) (IF (|has| |#3| (-6 -4465)) (-15 -3622 ((-656 |#3|) |#4|)) |%noBranch|) (-15 -3518 (|#1| |#4|)) (-15 -3711 (|#4| |#4|)) (-15 -1717 ((-3 |#4| "failed") |#4|)))
+((-1872 ((|#8| |#4|) 20)) (-3622 (((-656 |#3|) |#4|) 29 (|has| |#7| (-6 -4465)))) (-1717 (((-3 |#8| "failed") |#4|) 23)))
+(((-534 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1872 (|#8| |#4|)) (-15 -1717 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4465)) (-15 -3622 ((-656 |#3|) |#4|)) |%noBranch|)) (-568) (-384 |#1|) (-384 |#1|) (-699 |#1| |#2| |#3|) (-1013 |#1|) (-384 |#5|) (-384 |#5|) (-699 |#5| |#6| |#7|)) (T -534))
+((-3622 (*1 *2 *3) (-12 (|has| *9 (-6 -4465)) (-4 *4 (-568)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-4 *7 (-1013 *4)) (-4 *8 (-384 *7)) (-4 *9 (-384 *7)) (-5 *2 (-656 *6)) (-5 *1 (-534 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-699 *4 *5 *6)) (-4 *10 (-699 *7 *8 *9)))) (-1717 (*1 *2 *3) (|partial| -12 (-4 *4 (-568)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-4 *7 (-1013 *4)) (-4 *2 (-699 *7 *8 *9)) (-5 *1 (-534 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-699 *4 *5 *6)) (-4 *8 (-384 *7)) (-4 *9 (-384 *7)))) (-1872 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-4 *7 (-1013 *4)) (-4 *2 (-699 *7 *8 *9)) (-5 *1 (-534 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-699 *4 *5 *6)) (-4 *8 (-384 *7)) (-4 *9 (-384 *7)))))
+(-10 -7 (-15 -1872 (|#8| |#4|)) (-15 -1717 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4465)) (-15 -3622 ((-656 |#3|) |#4|)) |%noBranch|))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2152 (($ (-783) (-783)) NIL)) (-3262 (($ $ $) NIL)) (-4426 (($ (-614 |#1| |#3|)) NIL) (($ $) NIL)) (-1725 (((-112) $) NIL)) (-4043 (($ $ (-576) (-576)) 21)) (-3584 (($ $ (-576) (-576)) NIL)) (-2502 (($ $ (-576) (-576) (-576) (-576)) NIL)) (-1352 (($ $) NIL)) (-4055 (((-112) $) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-2228 (($ $ (-576) (-576) $) NIL)) (-4268 ((|#1| $ (-576) (-576) |#1|) NIL) (($ $ (-656 (-576)) (-656 (-576)) $) NIL)) (-3829 (($ $ (-576) (-614 |#1| |#3|)) NIL)) (-3645 (($ $ (-576) (-614 |#1| |#2|)) NIL)) (-3464 (($ (-783) |#1|) NIL)) (-3853 (($) NIL T CONST)) (-1872 (($ $) 30 (|has| |#1| (-317)))) (-3368 (((-614 |#1| |#3|) $ (-576)) NIL)) (-4136 (((-783) $) 33 (|has| |#1| (-568)))) (-1908 ((|#1| $ (-576) (-576) |#1|) NIL)) (-3721 ((|#1| $ (-576) (-576)) NIL)) (-3722 (((-656 |#1|) $) NIL)) (-1547 (((-783) $) 35 (|has| |#1| (-568)))) (-3622 (((-656 (-614 |#1| |#2|)) $) 38 (|has| |#1| (-568)))) (-2759 (((-783) $) NIL)) (-1988 (($ (-783) (-783) |#1|) NIL)) (-2773 (((-783) $) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-2829 ((|#1| $) 28 (|has| |#1| (-6 (-4466 "*"))))) (-2037 (((-576) $) 10)) (-3775 (((-576) $) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3422 (((-576) $) 13)) (-3154 (((-576) $) NIL)) (-3409 (($ (-656 (-656 |#1|))) NIL) (($ (-783) (-783) (-1 |#1| (-576) (-576))) NIL)) (-1896 (($ (-1 |#1| |#1|) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-3302 (((-656 (-656 |#1|)) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-1717 (((-3 $ "failed") $) 42 (|has| |#1| (-374)))) (-2355 (($ $ $) NIL)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-3140 (($ $ |#1|) NIL)) (-1943 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568)))) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#1| $ (-576) (-576)) NIL) ((|#1| $ (-576) (-576) |#1|) NIL) (($ $ (-656 (-576)) (-656 (-576))) NIL)) (-1438 (($ (-656 |#1|)) NIL) (($ (-656 $)) NIL)) (-3774 (((-112) $) NIL)) (-3518 ((|#1| $) 26 (|has| |#1| (-6 (-4466 "*"))))) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) NIL)) (-4389 (((-614 |#1| |#2|) $ (-576)) NIL)) (-4114 (($ (-614 |#1| |#2|)) NIL) (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-4354 (((-112) $) NIL)) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-4037 (($ $ $) NIL) (($ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-576) $) NIL) (((-614 |#1| |#2|) $ (-614 |#1| |#2|)) NIL) (((-614 |#1| |#3|) (-614 |#1| |#3|) $) NIL)) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-535 |#1| |#2| |#3|) (-699 |#1| (-614 |#1| |#3|) (-614 |#1| |#2|)) (-1070) (-576) (-576)) (T -535))
NIL
(-699 |#1| (-614 |#1| |#3|) (-614 |#1| |#2|))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-3205 (((-656 (-1235)) $) 13)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 19) (($ (-1200)) NIL) (((-1200) $) NIL) (($ (-656 (-1235))) 11)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-536) (-13 (-1102) (-10 -8 (-15 -3567 ($ (-656 (-1235)))) (-15 -3205 ((-656 (-1235)) $))))) (T -536))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-656 (-1235))) (-5 *1 (-536)))) (-3205 (*1 *2 *1) (-12 (-5 *2 (-656 (-1235))) (-5 *1 (-536)))))
-(-13 (-1102) (-10 -8 (-15 -3567 ($ (-656 (-1235)))) (-15 -3205 ((-656 (-1235)) $))))
-((-3486 (((-112) $ $) NIL)) (-4442 (((-1154) $) 14)) (-3881 (((-1177) $) NIL)) (-3267 (((-518) $) 11)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 21) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-537) (-13 (-1102) (-10 -8 (-15 -3267 ((-518) $)) (-15 -4442 ((-1154) $))))) (T -537))
-((-3267 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-537)))) (-4442 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-537)))))
-(-13 (-1102) (-10 -8 (-15 -3267 ((-518) $)) (-15 -4442 ((-1154) $))))
-((-3564 (((-703 (-1244)) $) 15)) (-2444 (((-703 (-1242)) $) 38)) (-4439 (((-703 (-1241)) $) 29)) (-2999 (((-703 (-561)) $) 12)) (-2402 (((-703 (-559)) $) 42)) (-1322 (((-703 (-558)) $) 33)) (-4087 (((-783) $ (-129)) 54)))
-(((-538 |#1|) (-10 -8 (-15 -4087 ((-783) |#1| (-129))) (-15 -2444 ((-703 (-1242)) |#1|)) (-15 -2402 ((-703 (-559)) |#1|)) (-15 -4439 ((-703 (-1241)) |#1|)) (-15 -1322 ((-703 (-558)) |#1|)) (-15 -3564 ((-703 (-1244)) |#1|)) (-15 -2999 ((-703 (-561)) |#1|))) (-539)) (T -538))
-NIL
-(-10 -8 (-15 -4087 ((-783) |#1| (-129))) (-15 -2444 ((-703 (-1242)) |#1|)) (-15 -2402 ((-703 (-559)) |#1|)) (-15 -4439 ((-703 (-1241)) |#1|)) (-15 -1322 ((-703 (-558)) |#1|)) (-15 -3564 ((-703 (-1244)) |#1|)) (-15 -2999 ((-703 (-561)) |#1|)))
-((-3564 (((-703 (-1244)) $) 12)) (-2444 (((-703 (-1242)) $) 8)) (-4439 (((-703 (-1241)) $) 10)) (-2999 (((-703 (-561)) $) 13)) (-2402 (((-703 (-559)) $) 9)) (-1322 (((-703 (-558)) $) 11)) (-4087 (((-783) $ (-129)) 7)) (-4392 (((-703 (-130)) $) 14)) (-1662 (($ $) 6)))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3674 (((-656 (-1237)) $) 13)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 19) (($ (-1202)) NIL) (((-1202) $) NIL) (($ (-656 (-1237))) 11)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-536) (-13 (-1104) (-10 -8 (-15 -4114 ($ (-656 (-1237)))) (-15 -3674 ((-656 (-1237)) $))))) (T -536))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-656 (-1237))) (-5 *1 (-536)))) (-3674 (*1 *2 *1) (-12 (-5 *2 (-656 (-1237))) (-5 *1 (-536)))))
+(-13 (-1104) (-10 -8 (-15 -4114 ($ (-656 (-1237)))) (-15 -3674 ((-656 (-1237)) $))))
+((-1955 (((-112) $ $) NIL)) (-1521 (((-1156) $) 14)) (-4185 (((-1179) $) NIL)) (-3024 (((-518) $) 11)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 21) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-537) (-13 (-1104) (-10 -8 (-15 -3024 ((-518) $)) (-15 -1521 ((-1156) $))))) (T -537))
+((-3024 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-537)))) (-1521 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-537)))))
+(-13 (-1104) (-10 -8 (-15 -3024 ((-518) $)) (-15 -1521 ((-1156) $))))
+((-4115 (((-703 (-1246)) $) 15)) (-3826 (((-703 (-1244)) $) 38)) (-1491 (((-703 (-1243)) $) 29)) (-3441 (((-703 (-561)) $) 12)) (-1460 (((-703 (-559)) $) 42)) (-2214 (((-703 (-558)) $) 33)) (-2276 (((-783) $ (-129)) 54)))
+(((-538 |#1|) (-10 -8 (-15 -2276 ((-783) |#1| (-129))) (-15 -3826 ((-703 (-1244)) |#1|)) (-15 -1460 ((-703 (-559)) |#1|)) (-15 -1491 ((-703 (-1243)) |#1|)) (-15 -2214 ((-703 (-558)) |#1|)) (-15 -4115 ((-703 (-1246)) |#1|)) (-15 -3441 ((-703 (-561)) |#1|))) (-539)) (T -538))
+NIL
+(-10 -8 (-15 -2276 ((-783) |#1| (-129))) (-15 -3826 ((-703 (-1244)) |#1|)) (-15 -1460 ((-703 (-559)) |#1|)) (-15 -1491 ((-703 (-1243)) |#1|)) (-15 -2214 ((-703 (-558)) |#1|)) (-15 -4115 ((-703 (-1246)) |#1|)) (-15 -3441 ((-703 (-561)) |#1|)))
+((-4115 (((-703 (-1246)) $) 12)) (-3826 (((-703 (-1244)) $) 8)) (-1491 (((-703 (-1243)) $) 10)) (-3441 (((-703 (-561)) $) 13)) (-1460 (((-703 (-559)) $) 9)) (-2214 (((-703 (-558)) $) 11)) (-2276 (((-783) $ (-129)) 7)) (-2236 (((-703 (-130)) $) 14)) (-1675 (($ $) 6)))
(((-539) (-141)) (T -539))
-((-4392 (*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-130))))) (-2999 (*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-561))))) (-3564 (*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-1244))))) (-1322 (*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-558))))) (-4439 (*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-1241))))) (-2402 (*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-559))))) (-2444 (*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-1242))))) (-4087 (*1 *2 *1 *3) (-12 (-4 *1 (-539)) (-5 *3 (-129)) (-5 *2 (-783)))))
-(-13 (-175) (-10 -8 (-15 -4392 ((-703 (-130)) $)) (-15 -2999 ((-703 (-561)) $)) (-15 -3564 ((-703 (-1244)) $)) (-15 -1322 ((-703 (-558)) $)) (-15 -4439 ((-703 (-1241)) $)) (-15 -2402 ((-703 (-559)) $)) (-15 -2444 ((-703 (-1242)) $)) (-15 -4087 ((-783) $ (-129)))))
+((-2236 (*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-130))))) (-3441 (*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-561))))) (-4115 (*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-1246))))) (-2214 (*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-558))))) (-1491 (*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-1243))))) (-1460 (*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-559))))) (-3826 (*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-1244))))) (-2276 (*1 *2 *1 *3) (-12 (-4 *1 (-539)) (-5 *3 (-129)) (-5 *2 (-783)))))
+(-13 (-175) (-10 -8 (-15 -2236 ((-703 (-130)) $)) (-15 -3441 ((-703 (-561)) $)) (-15 -4115 ((-703 (-1246)) $)) (-15 -2214 ((-703 (-558)) $)) (-15 -1491 ((-703 (-1243)) $)) (-15 -1460 ((-703 (-559)) $)) (-15 -3826 ((-703 (-1244)) $)) (-15 -2276 ((-783) $ (-129)))))
(((-175) . T))
-((-3221 (((-1191 |#1|) (-783)) 115)) (-2205 (((-1286 |#1|) (-1286 |#1|) (-938)) 108)) (-3105 (((-1291) (-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))) |#1|) 123)) (-1977 (((-1286 |#1|) (-1286 |#1|) (-783)) 53)) (-1834 (((-1286 |#1|) (-938)) 110)) (-2184 (((-1286 |#1|) (-1286 |#1|) (-576)) 30)) (-2284 (((-1191 |#1|) (-1286 |#1|)) 116)) (-1654 (((-1286 |#1|) (-938)) 137)) (-1733 (((-112) (-1286 |#1|)) 120)) (-1650 (((-1286 |#1|) (-1286 |#1|) (-938)) 100)) (-1499 (((-1191 |#1|) (-1286 |#1|)) 131)) (-4379 (((-938) (-1286 |#1|)) 96)) (-2045 (((-1286 |#1|) (-1286 |#1|)) 38)) (-3222 (((-1286 |#1|) (-938) (-938)) 140)) (-3699 (((-1286 |#1|) (-1286 |#1|) (-1139) (-1139)) 29)) (-3918 (((-1286 |#1|) (-1286 |#1|) (-783) (-1139)) 54)) (-4156 (((-1286 (-1286 |#1|)) (-938)) 136)) (-3054 (((-1286 |#1|) (-1286 |#1|) (-1286 |#1|)) 121)) (** (((-1286 |#1|) (-1286 |#1|) (-576)) 67)) (* (((-1286 |#1|) (-1286 |#1|) (-1286 |#1|)) 31)))
-(((-540 |#1|) (-10 -7 (-15 -3105 ((-1291) (-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))) |#1|)) (-15 -1834 ((-1286 |#1|) (-938))) (-15 -3222 ((-1286 |#1|) (-938) (-938))) (-15 -2284 ((-1191 |#1|) (-1286 |#1|))) (-15 -3221 ((-1191 |#1|) (-783))) (-15 -3918 ((-1286 |#1|) (-1286 |#1|) (-783) (-1139))) (-15 -1977 ((-1286 |#1|) (-1286 |#1|) (-783))) (-15 -3699 ((-1286 |#1|) (-1286 |#1|) (-1139) (-1139))) (-15 -2184 ((-1286 |#1|) (-1286 |#1|) (-576))) (-15 ** ((-1286 |#1|) (-1286 |#1|) (-576))) (-15 * ((-1286 |#1|) (-1286 |#1|) (-1286 |#1|))) (-15 -3054 ((-1286 |#1|) (-1286 |#1|) (-1286 |#1|))) (-15 -1650 ((-1286 |#1|) (-1286 |#1|) (-938))) (-15 -2205 ((-1286 |#1|) (-1286 |#1|) (-938))) (-15 -2045 ((-1286 |#1|) (-1286 |#1|))) (-15 -4379 ((-938) (-1286 |#1|))) (-15 -1733 ((-112) (-1286 |#1|))) (-15 -4156 ((-1286 (-1286 |#1|)) (-938))) (-15 -1654 ((-1286 |#1|) (-938))) (-15 -1499 ((-1191 |#1|) (-1286 |#1|)))) (-360)) (T -540))
-((-1499 (*1 *2 *3) (-12 (-5 *3 (-1286 *4)) (-4 *4 (-360)) (-5 *2 (-1191 *4)) (-5 *1 (-540 *4)))) (-1654 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1286 *4)) (-5 *1 (-540 *4)) (-4 *4 (-360)))) (-4156 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1286 (-1286 *4))) (-5 *1 (-540 *4)) (-4 *4 (-360)))) (-1733 (*1 *2 *3) (-12 (-5 *3 (-1286 *4)) (-4 *4 (-360)) (-5 *2 (-112)) (-5 *1 (-540 *4)))) (-4379 (*1 *2 *3) (-12 (-5 *3 (-1286 *4)) (-4 *4 (-360)) (-5 *2 (-938)) (-5 *1 (-540 *4)))) (-2045 (*1 *2 *2) (-12 (-5 *2 (-1286 *3)) (-4 *3 (-360)) (-5 *1 (-540 *3)))) (-2205 (*1 *2 *2 *3) (-12 (-5 *2 (-1286 *4)) (-5 *3 (-938)) (-4 *4 (-360)) (-5 *1 (-540 *4)))) (-1650 (*1 *2 *2 *3) (-12 (-5 *2 (-1286 *4)) (-5 *3 (-938)) (-4 *4 (-360)) (-5 *1 (-540 *4)))) (-3054 (*1 *2 *2 *2) (-12 (-5 *2 (-1286 *3)) (-4 *3 (-360)) (-5 *1 (-540 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1286 *3)) (-4 *3 (-360)) (-5 *1 (-540 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1286 *4)) (-5 *3 (-576)) (-4 *4 (-360)) (-5 *1 (-540 *4)))) (-2184 (*1 *2 *2 *3) (-12 (-5 *2 (-1286 *4)) (-5 *3 (-576)) (-4 *4 (-360)) (-5 *1 (-540 *4)))) (-3699 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1286 *4)) (-5 *3 (-1139)) (-4 *4 (-360)) (-5 *1 (-540 *4)))) (-1977 (*1 *2 *2 *3) (-12 (-5 *2 (-1286 *4)) (-5 *3 (-783)) (-4 *4 (-360)) (-5 *1 (-540 *4)))) (-3918 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-1286 *5)) (-5 *3 (-783)) (-5 *4 (-1139)) (-4 *5 (-360)) (-5 *1 (-540 *5)))) (-3221 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1191 *4)) (-5 *1 (-540 *4)) (-4 *4 (-360)))) (-2284 (*1 *2 *3) (-12 (-5 *3 (-1286 *4)) (-4 *4 (-360)) (-5 *2 (-1191 *4)) (-5 *1 (-540 *4)))) (-3222 (*1 *2 *3 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1286 *4)) (-5 *1 (-540 *4)) (-4 *4 (-360)))) (-1834 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1286 *4)) (-5 *1 (-540 *4)) (-4 *4 (-360)))) (-3105 (*1 *2 *3 *4) (-12 (-5 *3 (-1286 (-656 (-2 (|:| -3103 *4) (|:| -3222 (-1139)))))) (-4 *4 (-360)) (-5 *2 (-1291)) (-5 *1 (-540 *4)))))
-(-10 -7 (-15 -3105 ((-1291) (-1286 (-656 (-2 (|:| -3103 |#1|) (|:| -3222 (-1139))))) |#1|)) (-15 -1834 ((-1286 |#1|) (-938))) (-15 -3222 ((-1286 |#1|) (-938) (-938))) (-15 -2284 ((-1191 |#1|) (-1286 |#1|))) (-15 -3221 ((-1191 |#1|) (-783))) (-15 -3918 ((-1286 |#1|) (-1286 |#1|) (-783) (-1139))) (-15 -1977 ((-1286 |#1|) (-1286 |#1|) (-783))) (-15 -3699 ((-1286 |#1|) (-1286 |#1|) (-1139) (-1139))) (-15 -2184 ((-1286 |#1|) (-1286 |#1|) (-576))) (-15 ** ((-1286 |#1|) (-1286 |#1|) (-576))) (-15 * ((-1286 |#1|) (-1286 |#1|) (-1286 |#1|))) (-15 -3054 ((-1286 |#1|) (-1286 |#1|) (-1286 |#1|))) (-15 -1650 ((-1286 |#1|) (-1286 |#1|) (-938))) (-15 -2205 ((-1286 |#1|) (-1286 |#1|) (-938))) (-15 -2045 ((-1286 |#1|) (-1286 |#1|))) (-15 -4379 ((-938) (-1286 |#1|))) (-15 -1733 ((-112) (-1286 |#1|))) (-15 -4156 ((-1286 (-1286 |#1|)) (-938))) (-15 -1654 ((-1286 |#1|) (-938))) (-15 -1499 ((-1191 |#1|) (-1286 |#1|))))
-((-3564 (((-703 (-1244)) $) NIL)) (-2444 (((-703 (-1242)) $) NIL)) (-4439 (((-703 (-1241)) $) NIL)) (-2999 (((-703 (-561)) $) NIL)) (-2402 (((-703 (-559)) $) NIL)) (-1322 (((-703 (-558)) $) NIL)) (-4087 (((-783) $ (-129)) NIL)) (-4392 (((-703 (-130)) $) 26)) (-2106 (((-1139) $ (-1139)) 31)) (-3658 (((-1139) $) 30)) (-4338 (((-112) $) 20)) (-1451 (($ (-400)) 14) (($ (-1177)) 16)) (-3581 (((-112) $) 27)) (-3567 (((-874) $) 34)) (-1662 (($ $) 28)))
-(((-541) (-13 (-539) (-625 (-874)) (-10 -8 (-15 -1451 ($ (-400))) (-15 -1451 ($ (-1177))) (-15 -3581 ((-112) $)) (-15 -4338 ((-112) $)) (-15 -3658 ((-1139) $)) (-15 -2106 ((-1139) $ (-1139)))))) (T -541))
-((-1451 (*1 *1 *2) (-12 (-5 *2 (-400)) (-5 *1 (-541)))) (-1451 (*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-541)))) (-3581 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-541)))) (-4338 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-541)))) (-3658 (*1 *2 *1) (-12 (-5 *2 (-1139)) (-5 *1 (-541)))) (-2106 (*1 *2 *1 *2) (-12 (-5 *2 (-1139)) (-5 *1 (-541)))))
-(-13 (-539) (-625 (-874)) (-10 -8 (-15 -1451 ($ (-400))) (-15 -1451 ($ (-1177))) (-15 -3581 ((-112) $)) (-15 -4338 ((-112) $)) (-15 -3658 ((-1139) $)) (-15 -2106 ((-1139) $ (-1139)))))
-((-4370 (((-1 |#1| |#1|) |#1|) 11)) (-4223 (((-1 |#1| |#1|)) 10)))
-(((-542 |#1|) (-10 -7 (-15 -4223 ((-1 |#1| |#1|))) (-15 -4370 ((-1 |#1| |#1|) |#1|))) (-13 (-738) (-25))) (T -542))
-((-4370 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-542 *3)) (-4 *3 (-13 (-738) (-25))))) (-4223 (*1 *2) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-542 *3)) (-4 *3 (-13 (-738) (-25))))))
-(-10 -7 (-15 -4223 ((-1 |#1| |#1|))) (-15 -4370 ((-1 |#1| |#1|) |#1|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3964 (((-656 (-885 |#1| (-783))) $) NIL)) (-3848 (($ $ $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-2109 (($ $) NIL)) (-1940 (($ (-783) |#1|) NIL)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-4114 (($ (-1 (-783) (-783)) $) NIL)) (-3594 ((|#1| $) NIL)) (-2086 (((-783) $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 27)) (-1540 (((-112) $ $) NIL)) (-2716 (($) NIL T CONST)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-3027 (($ $ $) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL)))
+((-3841 (((-1193 |#1|) (-783)) 115)) (-3832 (((-1288 |#1|) (-1288 |#1|) (-940)) 108)) (-1903 (((-1293) (-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))) |#1|) 123)) (-2893 (((-1288 |#1|) (-1288 |#1|) (-783)) 53)) (-4370 (((-1288 |#1|) (-940)) 110)) (-3023 (((-1288 |#1|) (-1288 |#1|) (-576)) 30)) (-2792 (((-1193 |#1|) (-1288 |#1|)) 116)) (-2878 (((-1288 |#1|) (-940)) 137)) (-4320 (((-112) (-1288 |#1|)) 120)) (-2828 (((-1288 |#1|) (-1288 |#1|) (-940)) 100)) (-3817 (((-1193 |#1|) (-1288 |#1|)) 131)) (-2106 (((-940) (-1288 |#1|)) 96)) (-1668 (((-1288 |#1|) (-1288 |#1|)) 38)) (-2409 (((-1288 |#1|) (-940) (-940)) 140)) (-2895 (((-1288 |#1|) (-1288 |#1|) (-1141) (-1141)) 29)) (-3286 (((-1288 |#1|) (-1288 |#1|) (-783) (-1141)) 54)) (-1726 (((-1288 (-1288 |#1|)) (-940)) 136)) (-4047 (((-1288 |#1|) (-1288 |#1|) (-1288 |#1|)) 121)) (** (((-1288 |#1|) (-1288 |#1|) (-576)) 67)) (* (((-1288 |#1|) (-1288 |#1|) (-1288 |#1|)) 31)))
+(((-540 |#1|) (-10 -7 (-15 -1903 ((-1293) (-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))) |#1|)) (-15 -4370 ((-1288 |#1|) (-940))) (-15 -2409 ((-1288 |#1|) (-940) (-940))) (-15 -2792 ((-1193 |#1|) (-1288 |#1|))) (-15 -3841 ((-1193 |#1|) (-783))) (-15 -3286 ((-1288 |#1|) (-1288 |#1|) (-783) (-1141))) (-15 -2893 ((-1288 |#1|) (-1288 |#1|) (-783))) (-15 -2895 ((-1288 |#1|) (-1288 |#1|) (-1141) (-1141))) (-15 -3023 ((-1288 |#1|) (-1288 |#1|) (-576))) (-15 ** ((-1288 |#1|) (-1288 |#1|) (-576))) (-15 * ((-1288 |#1|) (-1288 |#1|) (-1288 |#1|))) (-15 -4047 ((-1288 |#1|) (-1288 |#1|) (-1288 |#1|))) (-15 -2828 ((-1288 |#1|) (-1288 |#1|) (-940))) (-15 -3832 ((-1288 |#1|) (-1288 |#1|) (-940))) (-15 -1668 ((-1288 |#1|) (-1288 |#1|))) (-15 -2106 ((-940) (-1288 |#1|))) (-15 -4320 ((-112) (-1288 |#1|))) (-15 -1726 ((-1288 (-1288 |#1|)) (-940))) (-15 -2878 ((-1288 |#1|) (-940))) (-15 -3817 ((-1193 |#1|) (-1288 |#1|)))) (-360)) (T -540))
+((-3817 (*1 *2 *3) (-12 (-5 *3 (-1288 *4)) (-4 *4 (-360)) (-5 *2 (-1193 *4)) (-5 *1 (-540 *4)))) (-2878 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1288 *4)) (-5 *1 (-540 *4)) (-4 *4 (-360)))) (-1726 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1288 (-1288 *4))) (-5 *1 (-540 *4)) (-4 *4 (-360)))) (-4320 (*1 *2 *3) (-12 (-5 *3 (-1288 *4)) (-4 *4 (-360)) (-5 *2 (-112)) (-5 *1 (-540 *4)))) (-2106 (*1 *2 *3) (-12 (-5 *3 (-1288 *4)) (-4 *4 (-360)) (-5 *2 (-940)) (-5 *1 (-540 *4)))) (-1668 (*1 *2 *2) (-12 (-5 *2 (-1288 *3)) (-4 *3 (-360)) (-5 *1 (-540 *3)))) (-3832 (*1 *2 *2 *3) (-12 (-5 *2 (-1288 *4)) (-5 *3 (-940)) (-4 *4 (-360)) (-5 *1 (-540 *4)))) (-2828 (*1 *2 *2 *3) (-12 (-5 *2 (-1288 *4)) (-5 *3 (-940)) (-4 *4 (-360)) (-5 *1 (-540 *4)))) (-4047 (*1 *2 *2 *2) (-12 (-5 *2 (-1288 *3)) (-4 *3 (-360)) (-5 *1 (-540 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1288 *3)) (-4 *3 (-360)) (-5 *1 (-540 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1288 *4)) (-5 *3 (-576)) (-4 *4 (-360)) (-5 *1 (-540 *4)))) (-3023 (*1 *2 *2 *3) (-12 (-5 *2 (-1288 *4)) (-5 *3 (-576)) (-4 *4 (-360)) (-5 *1 (-540 *4)))) (-2895 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1288 *4)) (-5 *3 (-1141)) (-4 *4 (-360)) (-5 *1 (-540 *4)))) (-2893 (*1 *2 *2 *3) (-12 (-5 *2 (-1288 *4)) (-5 *3 (-783)) (-4 *4 (-360)) (-5 *1 (-540 *4)))) (-3286 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-1288 *5)) (-5 *3 (-783)) (-5 *4 (-1141)) (-4 *5 (-360)) (-5 *1 (-540 *5)))) (-3841 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1193 *4)) (-5 *1 (-540 *4)) (-4 *4 (-360)))) (-2792 (*1 *2 *3) (-12 (-5 *3 (-1288 *4)) (-4 *4 (-360)) (-5 *2 (-1193 *4)) (-5 *1 (-540 *4)))) (-2409 (*1 *2 *3 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1288 *4)) (-5 *1 (-540 *4)) (-4 *4 (-360)))) (-4370 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1288 *4)) (-5 *1 (-540 *4)) (-4 *4 (-360)))) (-1903 (*1 *2 *3 *4) (-12 (-5 *3 (-1288 (-656 (-2 (|:| -1688 *4) (|:| -2409 (-1141)))))) (-4 *4 (-360)) (-5 *2 (-1293)) (-5 *1 (-540 *4)))))
+(-10 -7 (-15 -1903 ((-1293) (-1288 (-656 (-2 (|:| -1688 |#1|) (|:| -2409 (-1141))))) |#1|)) (-15 -4370 ((-1288 |#1|) (-940))) (-15 -2409 ((-1288 |#1|) (-940) (-940))) (-15 -2792 ((-1193 |#1|) (-1288 |#1|))) (-15 -3841 ((-1193 |#1|) (-783))) (-15 -3286 ((-1288 |#1|) (-1288 |#1|) (-783) (-1141))) (-15 -2893 ((-1288 |#1|) (-1288 |#1|) (-783))) (-15 -2895 ((-1288 |#1|) (-1288 |#1|) (-1141) (-1141))) (-15 -3023 ((-1288 |#1|) (-1288 |#1|) (-576))) (-15 ** ((-1288 |#1|) (-1288 |#1|) (-576))) (-15 * ((-1288 |#1|) (-1288 |#1|) (-1288 |#1|))) (-15 -4047 ((-1288 |#1|) (-1288 |#1|) (-1288 |#1|))) (-15 -2828 ((-1288 |#1|) (-1288 |#1|) (-940))) (-15 -3832 ((-1288 |#1|) (-1288 |#1|) (-940))) (-15 -1668 ((-1288 |#1|) (-1288 |#1|))) (-15 -2106 ((-940) (-1288 |#1|))) (-15 -4320 ((-112) (-1288 |#1|))) (-15 -1726 ((-1288 (-1288 |#1|)) (-940))) (-15 -2878 ((-1288 |#1|) (-940))) (-15 -3817 ((-1193 |#1|) (-1288 |#1|))))
+((-4115 (((-703 (-1246)) $) NIL)) (-3826 (((-703 (-1244)) $) NIL)) (-1491 (((-703 (-1243)) $) NIL)) (-3441 (((-703 (-561)) $) NIL)) (-1460 (((-703 (-559)) $) NIL)) (-2214 (((-703 (-558)) $) NIL)) (-2276 (((-783) $ (-129)) NIL)) (-2236 (((-703 (-130)) $) 26)) (-1602 (((-1141) $ (-1141)) 31)) (-3539 (((-1141) $) 30)) (-2986 (((-112) $) 20)) (-2164 (($ (-400)) 14) (($ (-1179)) 16)) (-4243 (((-112) $) 27)) (-4114 (((-876) $) 34)) (-1675 (($ $) 28)))
+(((-541) (-13 (-539) (-625 (-876)) (-10 -8 (-15 -2164 ($ (-400))) (-15 -2164 ($ (-1179))) (-15 -4243 ((-112) $)) (-15 -2986 ((-112) $)) (-15 -3539 ((-1141) $)) (-15 -1602 ((-1141) $ (-1141)))))) (T -541))
+((-2164 (*1 *1 *2) (-12 (-5 *2 (-400)) (-5 *1 (-541)))) (-2164 (*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-541)))) (-4243 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-541)))) (-2986 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-541)))) (-3539 (*1 *2 *1) (-12 (-5 *2 (-1141)) (-5 *1 (-541)))) (-1602 (*1 *2 *1 *2) (-12 (-5 *2 (-1141)) (-5 *1 (-541)))))
+(-13 (-539) (-625 (-876)) (-10 -8 (-15 -2164 ($ (-400))) (-15 -2164 ($ (-1179))) (-15 -4243 ((-112) $)) (-15 -2986 ((-112) $)) (-15 -3539 ((-1141) $)) (-15 -1602 ((-1141) $ (-1141)))))
+((-3553 (((-1 |#1| |#1|) |#1|) 11)) (-4343 (((-1 |#1| |#1|)) 10)))
+(((-542 |#1|) (-10 -7 (-15 -4343 ((-1 |#1| |#1|))) (-15 -3553 ((-1 |#1| |#1|) |#1|))) (-13 (-738) (-25))) (T -542))
+((-3553 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-542 *3)) (-4 *3 (-13 (-738) (-25))))) (-4343 (*1 *2) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-542 *3)) (-4 *3 (-13 (-738) (-25))))))
+(-10 -7 (-15 -4343 ((-1 |#1| |#1|))) (-15 -3553 ((-1 |#1| |#1|) |#1|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3716 (((-656 (-887 |#1| (-783))) $) NIL)) (-3900 (($ $ $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-3310 (($ $) NIL)) (-1562 (($ (-783) |#1|) NIL)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-2423 (($ (-1 (-783) (-783)) $) NIL)) (-3136 ((|#1| $) NIL)) (-1708 (((-783) $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 27)) (-3000 (((-112) $ $) NIL)) (-4312 (($) NIL T CONST)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)) (-4027 (($ $ $) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL)))
(((-543 |#1|) (-13 (-805) (-521 (-783) |#1|)) (-862)) (T -543))
NIL
(-13 (-805) (-521 (-783) |#1|))
-((-3883 (((-656 |#2|) (-1191 |#1|) |#3|) 98)) (-1433 (((-656 (-2 (|:| |outval| |#2|) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 |#2|))))) (-701 |#1|) |#3| (-1 (-430 (-1191 |#1|)) (-1191 |#1|))) 114)) (-1831 (((-1191 |#1|) (-701 |#1|)) 110)))
-(((-544 |#1| |#2| |#3|) (-10 -7 (-15 -1831 ((-1191 |#1|) (-701 |#1|))) (-15 -3883 ((-656 |#2|) (-1191 |#1|) |#3|)) (-15 -1433 ((-656 (-2 (|:| |outval| |#2|) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 |#2|))))) (-701 |#1|) |#3| (-1 (-430 (-1191 |#1|)) (-1191 |#1|))))) (-374) (-374) (-13 (-374) (-860))) (T -544))
-((-1433 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-701 *6)) (-5 *5 (-1 (-430 (-1191 *6)) (-1191 *6))) (-4 *6 (-374)) (-5 *2 (-656 (-2 (|:| |outval| *7) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 *7)))))) (-5 *1 (-544 *6 *7 *4)) (-4 *7 (-374)) (-4 *4 (-13 (-374) (-860))))) (-3883 (*1 *2 *3 *4) (-12 (-5 *3 (-1191 *5)) (-4 *5 (-374)) (-5 *2 (-656 *6)) (-5 *1 (-544 *5 *6 *4)) (-4 *6 (-374)) (-4 *4 (-13 (-374) (-860))))) (-1831 (*1 *2 *3) (-12 (-5 *3 (-701 *4)) (-4 *4 (-374)) (-5 *2 (-1191 *4)) (-5 *1 (-544 *4 *5 *6)) (-4 *5 (-374)) (-4 *6 (-13 (-374) (-860))))))
-(-10 -7 (-15 -1831 ((-1191 |#1|) (-701 |#1|))) (-15 -3883 ((-656 |#2|) (-1191 |#1|) |#3|)) (-15 -1433 ((-656 (-2 (|:| |outval| |#2|) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 |#2|))))) (-701 |#1|) |#3| (-1 (-430 (-1191 |#1|)) (-1191 |#1|)))))
-((-3719 (((-703 (-1244)) $ (-1244)) NIL)) (-3109 (((-703 (-561)) $ (-561)) NIL)) (-1721 (((-783) $ (-129)) 39)) (-1915 (((-703 (-130)) $ (-130)) 40)) (-3564 (((-703 (-1244)) $) NIL)) (-2444 (((-703 (-1242)) $) NIL)) (-4439 (((-703 (-1241)) $) NIL)) (-2999 (((-703 (-561)) $) NIL)) (-2402 (((-703 (-559)) $) NIL)) (-1322 (((-703 (-558)) $) NIL)) (-4087 (((-783) $ (-129)) 35)) (-4392 (((-703 (-130)) $) 37)) (-3517 (((-112) $) 27)) (-4166 (((-703 $) (-591) (-971)) 18) (((-703 $) (-503) (-971)) 24)) (-3567 (((-874) $) 48)) (-1662 (($ $) 42)))
-(((-545) (-13 (-779 (-591)) (-625 (-874)) (-10 -8 (-15 -4166 ((-703 $) (-503) (-971)))))) (T -545))
-((-4166 (*1 *2 *3 *4) (-12 (-5 *3 (-503)) (-5 *4 (-971)) (-5 *2 (-703 (-545))) (-5 *1 (-545)))))
-(-13 (-779 (-591)) (-625 (-874)) (-10 -8 (-15 -4166 ((-703 $) (-503) (-971)))))
-((-2952 (((-855 (-576))) 12)) (-2967 (((-855 (-576))) 14)) (-1608 (((-845 (-576))) 9)))
-(((-546) (-10 -7 (-15 -1608 ((-845 (-576)))) (-15 -2952 ((-855 (-576)))) (-15 -2967 ((-855 (-576)))))) (T -546))
-((-2967 (*1 *2) (-12 (-5 *2 (-855 (-576))) (-5 *1 (-546)))) (-2952 (*1 *2) (-12 (-5 *2 (-855 (-576))) (-5 *1 (-546)))) (-1608 (*1 *2) (-12 (-5 *2 (-845 (-576))) (-5 *1 (-546)))))
-(-10 -7 (-15 -1608 ((-845 (-576)))) (-15 -2952 ((-855 (-576)))) (-15 -2967 ((-855 (-576)))))
-((-2503 (((-548) (-1195)) 15)) (-3308 ((|#1| (-548)) 20)))
-(((-547 |#1|) (-10 -7 (-15 -2503 ((-548) (-1195))) (-15 -3308 (|#1| (-548)))) (-1236)) (T -547))
-((-3308 (*1 *2 *3) (-12 (-5 *3 (-548)) (-5 *1 (-547 *2)) (-4 *2 (-1236)))) (-2503 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-548)) (-5 *1 (-547 *4)) (-4 *4 (-1236)))))
-(-10 -7 (-15 -2503 ((-548) (-1195))) (-15 -3308 (|#1| (-548))))
-((-3486 (((-112) $ $) NIL)) (-1683 (((-1177) $) 55)) (-2564 (((-112) $) 51)) (-3106 (((-1195) $) 52)) (-2922 (((-112) $) 49)) (-1327 (((-1177) $) 50)) (-4173 (($ (-1177)) 56)) (-4325 (((-112) $) NIL)) (-2570 (((-112) $) NIL)) (-2473 (((-112) $) NIL)) (-3881 (((-1177) $) NIL)) (-3725 (($ $ (-656 (-1195))) 21)) (-3308 (((-52) $) 23)) (-3093 (((-112) $) NIL)) (-3131 (((-576) $) NIL)) (-1448 (((-1139) $) NIL)) (-3339 (($ $ (-656 (-1195)) (-1195)) 73)) (-4032 (((-112) $) NIL)) (-3042 (((-227) $) NIL)) (-2248 (($ $) 44)) (-3001 (((-874) $) NIL)) (-4024 (((-112) $ $) NIL)) (-2794 (($ $ (-576)) NIL) (($ $ (-656 (-576))) NIL)) (-1902 (((-656 $) $) 30)) (-2414 (((-1195) (-656 $)) 57)) (-4169 (($ (-1177)) NIL) (($ (-1195)) 19) (($ (-576)) 8) (($ (-227)) 28) (($ (-874)) NIL) (($ (-656 $)) 65) (((-1123) $) 12) (($ (-1123)) 13)) (-4144 (((-1195) (-1195) (-656 $)) 60)) (-3567 (((-874) $) 54)) (-3518 (($ $) 59)) (-2931 (($ $) 58)) (-1821 (($ $ (-656 $)) 66)) (-1540 (((-112) $ $) NIL)) (-2013 (((-112) $) 29)) (-2716 (($) 9 T CONST)) (-2727 (($) 11 T CONST)) (-2921 (((-112) $ $) 74)) (-3054 (($ $ $) 82)) (-3027 (($ $ $) 75)) (** (($ $ (-783)) 81) (($ $ (-576)) 80)) (* (($ $ $) 76)) (-3500 (((-576) $) NIL)))
-(((-548) (-13 (-1122 (-1177) (-1195) (-576) (-227) (-874)) (-626 (-1123)) (-10 -8 (-15 -3308 ((-52) $)) (-15 -4169 ($ (-1123))) (-15 -1821 ($ $ (-656 $))) (-15 -3339 ($ $ (-656 (-1195)) (-1195))) (-15 -3725 ($ $ (-656 (-1195)))) (-15 -3027 ($ $ $)) (-15 * ($ $ $)) (-15 -3054 ($ $ $)) (-15 ** ($ $ (-783))) (-15 ** ($ $ (-576))) (-15 0 ($) -1478) (-15 1 ($) -1478) (-15 -2248 ($ $)) (-15 -1683 ((-1177) $)) (-15 -4173 ($ (-1177))) (-15 -2414 ((-1195) (-656 $))) (-15 -4144 ((-1195) (-1195) (-656 $)))))) (T -548))
-((-3308 (*1 *2 *1) (-12 (-5 *2 (-52)) (-5 *1 (-548)))) (-4169 (*1 *1 *2) (-12 (-5 *2 (-1123)) (-5 *1 (-548)))) (-1821 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-548))) (-5 *1 (-548)))) (-3339 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-1195))) (-5 *3 (-1195)) (-5 *1 (-548)))) (-3725 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-1195))) (-5 *1 (-548)))) (-3027 (*1 *1 *1 *1) (-5 *1 (-548))) (* (*1 *1 *1 *1) (-5 *1 (-548))) (-3054 (*1 *1 *1 *1) (-5 *1 (-548))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-548)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-548)))) (-2716 (*1 *1) (-5 *1 (-548))) (-2727 (*1 *1) (-5 *1 (-548))) (-2248 (*1 *1 *1) (-5 *1 (-548))) (-1683 (*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-548)))) (-4173 (*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-548)))) (-2414 (*1 *2 *3) (-12 (-5 *3 (-656 (-548))) (-5 *2 (-1195)) (-5 *1 (-548)))) (-4144 (*1 *2 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-656 (-548))) (-5 *1 (-548)))))
-(-13 (-1122 (-1177) (-1195) (-576) (-227) (-874)) (-626 (-1123)) (-10 -8 (-15 -3308 ((-52) $)) (-15 -4169 ($ (-1123))) (-15 -1821 ($ $ (-656 $))) (-15 -3339 ($ $ (-656 (-1195)) (-1195))) (-15 -3725 ($ $ (-656 (-1195)))) (-15 -3027 ($ $ $)) (-15 * ($ $ $)) (-15 -3054 ($ $ $)) (-15 ** ($ $ (-783))) (-15 ** ($ $ (-576))) (-15 (-2716) ($) -1478) (-15 (-2727) ($) -1478) (-15 -2248 ($ $)) (-15 -1683 ((-1177) $)) (-15 -4173 ($ (-1177))) (-15 -2414 ((-1195) (-656 $))) (-15 -4144 ((-1195) (-1195) (-656 $)))))
-((-2747 ((|#2| |#2|) 17)) (-3707 ((|#2| |#2|) 13)) (-3031 ((|#2| |#2| (-576) (-576)) 20)) (-2598 ((|#2| |#2|) 15)))
-(((-549 |#1| |#2|) (-10 -7 (-15 -3707 (|#2| |#2|)) (-15 -2598 (|#2| |#2|)) (-15 -2747 (|#2| |#2|)) (-15 -3031 (|#2| |#2| (-576) (-576)))) (-13 (-568) (-148)) (-1277 |#1|)) (T -549))
-((-3031 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-576)) (-4 *4 (-13 (-568) (-148))) (-5 *1 (-549 *4 *2)) (-4 *2 (-1277 *4)))) (-2747 (*1 *2 *2) (-12 (-4 *3 (-13 (-568) (-148))) (-5 *1 (-549 *3 *2)) (-4 *2 (-1277 *3)))) (-2598 (*1 *2 *2) (-12 (-4 *3 (-13 (-568) (-148))) (-5 *1 (-549 *3 *2)) (-4 *2 (-1277 *3)))) (-3707 (*1 *2 *2) (-12 (-4 *3 (-13 (-568) (-148))) (-5 *1 (-549 *3 *2)) (-4 *2 (-1277 *3)))))
-(-10 -7 (-15 -3707 (|#2| |#2|)) (-15 -2598 (|#2| |#2|)) (-15 -2747 (|#2| |#2|)) (-15 -3031 (|#2| |#2| (-576) (-576))))
-((-2199 (((-656 (-304 (-969 |#2|))) (-656 |#2|) (-656 (-1195))) 32)) (-2070 (((-656 |#2|) (-969 |#1|) |#3|) 54) (((-656 |#2|) (-1191 |#1|) |#3|) 53)) (-3634 (((-656 (-656 |#2|)) (-656 (-969 |#1|)) (-656 (-969 |#1|)) (-656 (-1195)) |#3|) 106)))
-(((-550 |#1| |#2| |#3|) (-10 -7 (-15 -2070 ((-656 |#2|) (-1191 |#1|) |#3|)) (-15 -2070 ((-656 |#2|) (-969 |#1|) |#3|)) (-15 -3634 ((-656 (-656 |#2|)) (-656 (-969 |#1|)) (-656 (-969 |#1|)) (-656 (-1195)) |#3|)) (-15 -2199 ((-656 (-304 (-969 |#2|))) (-656 |#2|) (-656 (-1195))))) (-464) (-374) (-13 (-374) (-860))) (T -550))
-((-2199 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *6)) (-5 *4 (-656 (-1195))) (-4 *6 (-374)) (-5 *2 (-656 (-304 (-969 *6)))) (-5 *1 (-550 *5 *6 *7)) (-4 *5 (-464)) (-4 *7 (-13 (-374) (-860))))) (-3634 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-656 (-969 *6))) (-5 *4 (-656 (-1195))) (-4 *6 (-464)) (-5 *2 (-656 (-656 *7))) (-5 *1 (-550 *6 *7 *5)) (-4 *7 (-374)) (-4 *5 (-13 (-374) (-860))))) (-2070 (*1 *2 *3 *4) (-12 (-5 *3 (-969 *5)) (-4 *5 (-464)) (-5 *2 (-656 *6)) (-5 *1 (-550 *5 *6 *4)) (-4 *6 (-374)) (-4 *4 (-13 (-374) (-860))))) (-2070 (*1 *2 *3 *4) (-12 (-5 *3 (-1191 *5)) (-4 *5 (-464)) (-5 *2 (-656 *6)) (-5 *1 (-550 *5 *6 *4)) (-4 *6 (-374)) (-4 *4 (-13 (-374) (-860))))))
-(-10 -7 (-15 -2070 ((-656 |#2|) (-1191 |#1|) |#3|)) (-15 -2070 ((-656 |#2|) (-969 |#1|) |#3|)) (-15 -3634 ((-656 (-656 |#2|)) (-656 (-969 |#1|)) (-656 (-969 |#1|)) (-656 (-1195)) |#3|)) (-15 -2199 ((-656 (-304 (-969 |#2|))) (-656 |#2|) (-656 (-1195)))))
-((-2234 ((|#2| |#2| |#1|) 17)) (-4300 ((|#2| (-656 |#2|)) 31)) (-1370 ((|#2| (-656 |#2|)) 52)))
-(((-551 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4300 (|#2| (-656 |#2|))) (-15 -1370 (|#2| (-656 |#2|))) (-15 -2234 (|#2| |#2| |#1|))) (-317) (-1262 |#1|) |#1| (-1 |#1| |#1| (-783))) (T -551))
-((-2234 (*1 *2 *2 *3) (-12 (-4 *3 (-317)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-783))) (-5 *1 (-551 *3 *2 *4 *5)) (-4 *2 (-1262 *3)))) (-1370 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-1262 *4)) (-5 *1 (-551 *4 *2 *5 *6)) (-4 *4 (-317)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-783))))) (-4300 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-1262 *4)) (-5 *1 (-551 *4 *2 *5 *6)) (-4 *4 (-317)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-783))))))
-(-10 -7 (-15 -4300 (|#2| (-656 |#2|))) (-15 -1370 (|#2| (-656 |#2|))) (-15 -2234 (|#2| |#2| |#1|)))
-((-1827 (((-430 (-1191 |#4|)) (-1191 |#4|) (-1 (-430 (-1191 |#3|)) (-1191 |#3|))) 89) (((-430 |#4|) |#4| (-1 (-430 (-1191 |#3|)) (-1191 |#3|))) 210)))
-(((-552 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1827 ((-430 |#4|) |#4| (-1 (-430 (-1191 |#3|)) (-1191 |#3|)))) (-15 -1827 ((-430 (-1191 |#4|)) (-1191 |#4|) (-1 (-430 (-1191 |#3|)) (-1191 |#3|))))) (-862) (-805) (-13 (-317) (-148)) (-966 |#3| |#2| |#1|)) (T -552))
-((-1827 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-430 (-1191 *7)) (-1191 *7))) (-4 *7 (-13 (-317) (-148))) (-4 *5 (-862)) (-4 *6 (-805)) (-4 *8 (-966 *7 *6 *5)) (-5 *2 (-430 (-1191 *8))) (-5 *1 (-552 *5 *6 *7 *8)) (-5 *3 (-1191 *8)))) (-1827 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-430 (-1191 *7)) (-1191 *7))) (-4 *7 (-13 (-317) (-148))) (-4 *5 (-862)) (-4 *6 (-805)) (-5 *2 (-430 *3)) (-5 *1 (-552 *5 *6 *7 *3)) (-4 *3 (-966 *7 *6 *5)))))
-(-10 -7 (-15 -1827 ((-430 |#4|) |#4| (-1 (-430 (-1191 |#3|)) (-1191 |#3|)))) (-15 -1827 ((-430 (-1191 |#4|)) (-1191 |#4|) (-1 (-430 (-1191 |#3|)) (-1191 |#3|)))))
-((-2747 ((|#4| |#4|) 74)) (-3707 ((|#4| |#4|) 70)) (-3031 ((|#4| |#4| (-576) (-576)) 76)) (-2598 ((|#4| |#4|) 72)))
-(((-553 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3707 (|#4| |#4|)) (-15 -2598 (|#4| |#4|)) (-15 -2747 (|#4| |#4|)) (-15 -3031 (|#4| |#4| (-576) (-576)))) (-13 (-374) (-379) (-626 (-576))) (-1262 |#1|) (-736 |#1| |#2|) (-1277 |#3|)) (T -553))
-((-3031 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-576)) (-4 *4 (-13 (-374) (-379) (-626 *3))) (-4 *5 (-1262 *4)) (-4 *6 (-736 *4 *5)) (-5 *1 (-553 *4 *5 *6 *2)) (-4 *2 (-1277 *6)))) (-2747 (*1 *2 *2) (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-4 *4 (-1262 *3)) (-4 *5 (-736 *3 *4)) (-5 *1 (-553 *3 *4 *5 *2)) (-4 *2 (-1277 *5)))) (-2598 (*1 *2 *2) (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-4 *4 (-1262 *3)) (-4 *5 (-736 *3 *4)) (-5 *1 (-553 *3 *4 *5 *2)) (-4 *2 (-1277 *5)))) (-3707 (*1 *2 *2) (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-4 *4 (-1262 *3)) (-4 *5 (-736 *3 *4)) (-5 *1 (-553 *3 *4 *5 *2)) (-4 *2 (-1277 *5)))))
-(-10 -7 (-15 -3707 (|#4| |#4|)) (-15 -2598 (|#4| |#4|)) (-15 -2747 (|#4| |#4|)) (-15 -3031 (|#4| |#4| (-576) (-576))))
-((-2747 ((|#2| |#2|) 27)) (-3707 ((|#2| |#2|) 23)) (-3031 ((|#2| |#2| (-576) (-576)) 29)) (-2598 ((|#2| |#2|) 25)))
-(((-554 |#1| |#2|) (-10 -7 (-15 -3707 (|#2| |#2|)) (-15 -2598 (|#2| |#2|)) (-15 -2747 (|#2| |#2|)) (-15 -3031 (|#2| |#2| (-576) (-576)))) (-13 (-374) (-379) (-626 (-576))) (-1277 |#1|)) (T -554))
-((-3031 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-576)) (-4 *4 (-13 (-374) (-379) (-626 *3))) (-5 *1 (-554 *4 *2)) (-4 *2 (-1277 *4)))) (-2747 (*1 *2 *2) (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-5 *1 (-554 *3 *2)) (-4 *2 (-1277 *3)))) (-2598 (*1 *2 *2) (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-5 *1 (-554 *3 *2)) (-4 *2 (-1277 *3)))) (-3707 (*1 *2 *2) (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-5 *1 (-554 *3 *2)) (-4 *2 (-1277 *3)))))
-(-10 -7 (-15 -3707 (|#2| |#2|)) (-15 -2598 (|#2| |#2|)) (-15 -2747 (|#2| |#2|)) (-15 -3031 (|#2| |#2| (-576) (-576))))
-((-1726 (((-3 (-576) "failed") |#2| |#1| (-1 (-3 (-576) "failed") |#1|)) 18) (((-3 (-576) "failed") |#2| |#1| (-576) (-1 (-3 (-576) "failed") |#1|)) 14) (((-3 (-576) "failed") |#2| (-576) (-1 (-3 (-576) "failed") |#1|)) 32)))
-(((-555 |#1| |#2|) (-10 -7 (-15 -1726 ((-3 (-576) "failed") |#2| (-576) (-1 (-3 (-576) "failed") |#1|))) (-15 -1726 ((-3 (-576) "failed") |#2| |#1| (-576) (-1 (-3 (-576) "failed") |#1|))) (-15 -1726 ((-3 (-576) "failed") |#2| |#1| (-1 (-3 (-576) "failed") |#1|)))) (-1068) (-1262 |#1|)) (T -555))
-((-1726 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-576) "failed") *4)) (-4 *4 (-1068)) (-5 *2 (-576)) (-5 *1 (-555 *4 *3)) (-4 *3 (-1262 *4)))) (-1726 (*1 *2 *3 *4 *2 *5) (|partial| -12 (-5 *5 (-1 (-3 (-576) "failed") *4)) (-4 *4 (-1068)) (-5 *2 (-576)) (-5 *1 (-555 *4 *3)) (-4 *3 (-1262 *4)))) (-1726 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *4 (-1 (-3 (-576) "failed") *5)) (-4 *5 (-1068)) (-5 *2 (-576)) (-5 *1 (-555 *5 *3)) (-4 *3 (-1262 *5)))))
-(-10 -7 (-15 -1726 ((-3 (-576) "failed") |#2| (-576) (-1 (-3 (-576) "failed") |#1|))) (-15 -1726 ((-3 (-576) "failed") |#2| |#1| (-576) (-1 (-3 (-576) "failed") |#1|))) (-15 -1726 ((-3 (-576) "failed") |#2| |#1| (-1 (-3 (-576) "failed") |#1|))))
-((-3248 (($ $ $) 84)) (-3422 (((-430 $) $) 52)) (-1570 (((-3 (-576) "failed") $) 64)) (-2857 (((-576) $) 42)) (-2772 (((-3 (-419 (-576)) "failed") $) 79)) (-4423 (((-112) $) 26)) (-4335 (((-419 (-576)) $) 77)) (-4283 (((-112) $) 55)) (-3535 (($ $ $ $) 92)) (-3075 (((-112) $) 17)) (-4440 (($ $ $) 62)) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) 74)) (-2162 (((-3 $ "failed") $) 69)) (-2238 (($ $) 24)) (-2672 (($ $ $) 90)) (-3537 (($) 65)) (-3628 (($ $) 58)) (-1827 (((-430 $) $) 50)) (-2227 (((-112) $) 15)) (-3909 (((-783) $) 32)) (-2770 (($ $) 11) (($ $ (-783)) NIL)) (-1868 (($ $) 18)) (-4169 (((-576) $) NIL) (((-548) $) 41) (((-905 (-576)) $) 45) (((-390) $) 35) (((-227) $) 38)) (-2596 (((-783)) 9)) (-1881 (((-112) $ $) 21)) (-4020 (($ $ $) 60)))
-(((-556 |#1|) (-10 -8 (-15 -2672 (|#1| |#1| |#1|)) (-15 -3535 (|#1| |#1| |#1| |#1|)) (-15 -2238 (|#1| |#1|)) (-15 -1868 (|#1| |#1|)) (-15 -2772 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -4335 ((-419 (-576)) |#1|)) (-15 -4423 ((-112) |#1|)) (-15 -3248 (|#1| |#1| |#1|)) (-15 -1881 ((-112) |#1| |#1|)) (-15 -2227 ((-112) |#1|)) (-15 -3537 (|#1|)) (-15 -2162 ((-3 |#1| "failed") |#1|)) (-15 -4169 ((-227) |#1|)) (-15 -4169 ((-390) |#1|)) (-15 -4440 (|#1| |#1| |#1|)) (-15 -3628 (|#1| |#1|)) (-15 -4020 (|#1| |#1| |#1|)) (-15 -1866 ((-902 (-576) |#1|) |#1| (-905 (-576)) (-902 (-576) |#1|))) (-15 -4169 ((-905 (-576)) |#1|)) (-15 -4169 ((-548) |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -4169 ((-576) |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1|)) (-15 -3075 ((-112) |#1|)) (-15 -3909 ((-783) |#1|)) (-15 -1827 ((-430 |#1|) |#1|)) (-15 -3422 ((-430 |#1|) |#1|)) (-15 -4283 ((-112) |#1|)) (-15 -2596 ((-783)))) (-557)) (T -556))
-((-2596 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-556 *3)) (-4 *3 (-557)))))
-(-10 -8 (-15 -2672 (|#1| |#1| |#1|)) (-15 -3535 (|#1| |#1| |#1| |#1|)) (-15 -2238 (|#1| |#1|)) (-15 -1868 (|#1| |#1|)) (-15 -2772 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -4335 ((-419 (-576)) |#1|)) (-15 -4423 ((-112) |#1|)) (-15 -3248 (|#1| |#1| |#1|)) (-15 -1881 ((-112) |#1| |#1|)) (-15 -2227 ((-112) |#1|)) (-15 -3537 (|#1|)) (-15 -2162 ((-3 |#1| "failed") |#1|)) (-15 -4169 ((-227) |#1|)) (-15 -4169 ((-390) |#1|)) (-15 -4440 (|#1| |#1| |#1|)) (-15 -3628 (|#1| |#1|)) (-15 -4020 (|#1| |#1| |#1|)) (-15 -1866 ((-902 (-576) |#1|) |#1| (-905 (-576)) (-902 (-576) |#1|))) (-15 -4169 ((-905 (-576)) |#1|)) (-15 -4169 ((-548) |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -4169 ((-576) |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1|)) (-15 -3075 ((-112) |#1|)) (-15 -3909 ((-783) |#1|)) (-15 -1827 ((-430 |#1|) |#1|)) (-15 -3422 ((-430 |#1|) |#1|)) (-15 -4283 ((-112) |#1|)) (-15 -2596 ((-783))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-3248 (($ $ $) 92)) (-4299 (((-3 $ "failed") $ $) 20)) (-4185 (($ $ $ $) 81)) (-1415 (($ $) 57)) (-3422 (((-430 $) $) 58)) (-1829 (((-112) $ $) 135)) (-2786 (((-576) $) 124)) (-2740 (($ $ $) 95)) (-2135 (($) 18 T CONST)) (-1570 (((-3 (-576) "failed") $) 116)) (-2857 (((-576) $) 117)) (-3426 (($ $ $) 139)) (-3142 (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 114) (((-701 (-576)) (-701 $)) 113)) (-2251 (((-3 $ "failed") $) 37)) (-2772 (((-3 (-419 (-576)) "failed") $) 89)) (-4423 (((-112) $) 91)) (-4335 (((-419 (-576)) $) 90)) (-1834 (($) 88) (($ $) 87)) (-3438 (($ $ $) 138)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 133)) (-4283 (((-112) $) 59)) (-3535 (($ $ $ $) 79)) (-2363 (($ $ $) 93)) (-3075 (((-112) $) 126)) (-4440 (($ $ $) 104)) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) 107)) (-3612 (((-112) $) 35)) (-2044 (((-112) $) 99)) (-2162 (((-3 $ "failed") $) 101)) (-3667 (((-112) $) 125)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 142)) (-3832 (($ $ $ $) 80)) (-3123 (($ $ $) 127)) (-2352 (($ $ $) 128)) (-2238 (($ $) 83)) (-2432 (($ $) 96)) (-1853 (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) 112) (((-701 (-576)) (-1286 $)) 111)) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-2672 (($ $ $) 78)) (-3537 (($) 100 T CONST)) (-1371 (($ $) 85)) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-3628 (($ $) 105)) (-1827 (((-430 $) $) 56)) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 141) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 140)) (-3473 (((-3 $ "failed") $ $) 48)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 134)) (-2227 (((-112) $) 98)) (-3909 (((-783) $) 136)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 137)) (-2770 (($ $) 122) (($ $ (-783)) 120)) (-1805 (($ $) 84)) (-1868 (($ $) 86)) (-4169 (((-576) $) 118) (((-548) $) 109) (((-905 (-576)) $) 108) (((-390) $) 103) (((-227) $) 102)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-576)) 115)) (-2596 (((-783)) 32 T CONST)) (-1881 (((-112) $ $) 94)) (-4020 (($ $ $) 106)) (-1540 (((-112) $ $) 9)) (-3513 (($) 97)) (-4196 (((-112) $ $) 45)) (-2483 (($ $ $ $) 82)) (-4308 (($ $) 123)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $) 121) (($ $ (-783)) 119)) (-2989 (((-112) $ $) 130)) (-2960 (((-112) $ $) 131)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 129)) (-2946 (((-112) $ $) 132)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ (-576) $) 110)))
+((-4203 (((-656 |#2|) (-1193 |#1|) |#3|) 98)) (-2060 (((-656 (-2 (|:| |outval| |#2|) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 |#2|))))) (-701 |#1|) |#3| (-1 (-430 (-1193 |#1|)) (-1193 |#1|))) 114)) (-4083 (((-1193 |#1|) (-701 |#1|)) 110)))
+(((-544 |#1| |#2| |#3|) (-10 -7 (-15 -4083 ((-1193 |#1|) (-701 |#1|))) (-15 -4203 ((-656 |#2|) (-1193 |#1|) |#3|)) (-15 -2060 ((-656 (-2 (|:| |outval| |#2|) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 |#2|))))) (-701 |#1|) |#3| (-1 (-430 (-1193 |#1|)) (-1193 |#1|))))) (-374) (-374) (-13 (-374) (-860))) (T -544))
+((-2060 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-701 *6)) (-5 *5 (-1 (-430 (-1193 *6)) (-1193 *6))) (-4 *6 (-374)) (-5 *2 (-656 (-2 (|:| |outval| *7) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 *7)))))) (-5 *1 (-544 *6 *7 *4)) (-4 *7 (-374)) (-4 *4 (-13 (-374) (-860))))) (-4203 (*1 *2 *3 *4) (-12 (-5 *3 (-1193 *5)) (-4 *5 (-374)) (-5 *2 (-656 *6)) (-5 *1 (-544 *5 *6 *4)) (-4 *6 (-374)) (-4 *4 (-13 (-374) (-860))))) (-4083 (*1 *2 *3) (-12 (-5 *3 (-701 *4)) (-4 *4 (-374)) (-5 *2 (-1193 *4)) (-5 *1 (-544 *4 *5 *6)) (-4 *5 (-374)) (-4 *6 (-13 (-374) (-860))))))
+(-10 -7 (-15 -4083 ((-1193 |#1|) (-701 |#1|))) (-15 -4203 ((-656 |#2|) (-1193 |#1|) |#3|)) (-15 -2060 ((-656 (-2 (|:| |outval| |#2|) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 |#2|))))) (-701 |#1|) |#3| (-1 (-430 (-1193 |#1|)) (-1193 |#1|)))))
+((-1817 (((-703 (-1246)) $ (-1246)) NIL)) (-1942 (((-703 (-561)) $ (-561)) NIL)) (-2226 (((-783) $ (-129)) 39)) (-2303 (((-703 (-130)) $ (-130)) 40)) (-4115 (((-703 (-1246)) $) NIL)) (-3826 (((-703 (-1244)) $) NIL)) (-1491 (((-703 (-1243)) $) NIL)) (-3441 (((-703 (-561)) $) NIL)) (-1460 (((-703 (-559)) $) NIL)) (-2214 (((-703 (-558)) $) NIL)) (-2276 (((-783) $ (-129)) 35)) (-2236 (((-703 (-130)) $) 37)) (-1685 (((-112) $) 27)) (-3804 (((-703 $) (-591) (-973)) 18) (((-703 $) (-503) (-973)) 24)) (-4114 (((-876) $) 48)) (-1675 (($ $) 42)))
+(((-545) (-13 (-779 (-591)) (-625 (-876)) (-10 -8 (-15 -3804 ((-703 $) (-503) (-973)))))) (T -545))
+((-3804 (*1 *2 *3 *4) (-12 (-5 *3 (-503)) (-5 *4 (-973)) (-5 *2 (-703 (-545))) (-5 *1 (-545)))))
+(-13 (-779 (-591)) (-625 (-876)) (-10 -8 (-15 -3804 ((-703 $) (-503) (-973)))))
+((-4356 (((-855 (-576))) 12)) (-4365 (((-855 (-576))) 14)) (-2736 (((-845 (-576))) 9)))
+(((-546) (-10 -7 (-15 -2736 ((-845 (-576)))) (-15 -4356 ((-855 (-576)))) (-15 -4365 ((-855 (-576)))))) (T -546))
+((-4365 (*1 *2) (-12 (-5 *2 (-855 (-576))) (-5 *1 (-546)))) (-4356 (*1 *2) (-12 (-5 *2 (-855 (-576))) (-5 *1 (-546)))) (-2736 (*1 *2) (-12 (-5 *2 (-845 (-576))) (-5 *1 (-546)))))
+(-10 -7 (-15 -2736 ((-845 (-576)))) (-15 -4356 ((-855 (-576)))) (-15 -4365 ((-855 (-576)))))
+((-3182 (((-548) (-1197)) 15)) (-3940 ((|#1| (-548)) 20)))
+(((-547 |#1|) (-10 -7 (-15 -3182 ((-548) (-1197))) (-15 -3940 (|#1| (-548)))) (-1238)) (T -547))
+((-3940 (*1 *2 *3) (-12 (-5 *3 (-548)) (-5 *1 (-547 *2)) (-4 *2 (-1238)))) (-3182 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-548)) (-5 *1 (-547 *4)) (-4 *4 (-1238)))))
+(-10 -7 (-15 -3182 ((-548) (-1197))) (-15 -3940 (|#1| (-548))))
+((-1955 (((-112) $ $) NIL)) (-1852 (((-1179) $) 55)) (-2522 (((-112) $) 51)) (-2219 (((-1197) $) 52)) (-2805 (((-112) $) 49)) (-1532 (((-1179) $) 50)) (-3871 (($ (-1179)) 56)) (-2849 (((-112) $) NIL)) (-2592 (((-112) $) NIL)) (-4126 (((-112) $) NIL)) (-4185 (((-1179) $) NIL)) (-2071 (($ $ (-656 (-1197))) 21)) (-3940 (((-52) $) 23)) (-1795 (((-112) $) NIL)) (-2244 (((-576) $) NIL)) (-3117 (((-1141) $) NIL)) (-2952 (($ $ (-656 (-1197)) (-1197)) 73)) (-3047 (((-112) $) NIL)) (-2633 (((-227) $) NIL)) (-1577 (($ $) 44)) (-1615 (((-876) $) NIL)) (-3379 (((-112) $ $) NIL)) (-4369 (($ $ (-576)) NIL) (($ $ (-656 (-576))) NIL)) (-1525 (((-656 $) $) 30)) (-3118 (((-1197) (-656 $)) 57)) (-1554 (($ (-1179)) NIL) (($ (-1197)) 19) (($ (-576)) 8) (($ (-227)) 28) (($ (-876)) NIL) (($ (-656 $)) 65) (((-1125) $) 12) (($ (-1125)) 13)) (-3450 (((-1197) (-1197) (-656 $)) 60)) (-4114 (((-876) $) 54)) (-1698 (($ $) 59)) (-2903 (($ $) 58)) (-3990 (($ $ (-656 $)) 66)) (-3000 (((-112) $ $) NIL)) (-1954 (((-112) $) 29)) (-4312 (($) 9 T CONST)) (-4322 (($) 11 T CONST)) (-3939 (((-112) $ $) 74)) (-4047 (($ $ $) 82)) (-4027 (($ $ $) 75)) (** (($ $ (-783)) 81) (($ $ (-576)) 80)) (* (($ $ $) 76)) (-1968 (((-576) $) NIL)))
+(((-548) (-13 (-1124 (-1179) (-1197) (-576) (-227) (-876)) (-626 (-1125)) (-10 -8 (-15 -3940 ((-52) $)) (-15 -1554 ($ (-1125))) (-15 -3990 ($ $ (-656 $))) (-15 -2952 ($ $ (-656 (-1197)) (-1197))) (-15 -2071 ($ $ (-656 (-1197)))) (-15 -4027 ($ $ $)) (-15 * ($ $ $)) (-15 -4047 ($ $ $)) (-15 ** ($ $ (-783))) (-15 ** ($ $ (-576))) (-15 0 ($) -2666) (-15 1 ($) -2666) (-15 -1577 ($ $)) (-15 -1852 ((-1179) $)) (-15 -3871 ($ (-1179))) (-15 -3118 ((-1197) (-656 $))) (-15 -3450 ((-1197) (-1197) (-656 $)))))) (T -548))
+((-3940 (*1 *2 *1) (-12 (-5 *2 (-52)) (-5 *1 (-548)))) (-1554 (*1 *1 *2) (-12 (-5 *2 (-1125)) (-5 *1 (-548)))) (-3990 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-548))) (-5 *1 (-548)))) (-2952 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-1197))) (-5 *3 (-1197)) (-5 *1 (-548)))) (-2071 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-1197))) (-5 *1 (-548)))) (-4027 (*1 *1 *1 *1) (-5 *1 (-548))) (* (*1 *1 *1 *1) (-5 *1 (-548))) (-4047 (*1 *1 *1 *1) (-5 *1 (-548))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-548)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-548)))) (-4312 (*1 *1) (-5 *1 (-548))) (-4322 (*1 *1) (-5 *1 (-548))) (-1577 (*1 *1 *1) (-5 *1 (-548))) (-1852 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-548)))) (-3871 (*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-548)))) (-3118 (*1 *2 *3) (-12 (-5 *3 (-656 (-548))) (-5 *2 (-1197)) (-5 *1 (-548)))) (-3450 (*1 *2 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-656 (-548))) (-5 *1 (-548)))))
+(-13 (-1124 (-1179) (-1197) (-576) (-227) (-876)) (-626 (-1125)) (-10 -8 (-15 -3940 ((-52) $)) (-15 -1554 ($ (-1125))) (-15 -3990 ($ $ (-656 $))) (-15 -2952 ($ $ (-656 (-1197)) (-1197))) (-15 -2071 ($ $ (-656 (-1197)))) (-15 -4027 ($ $ $)) (-15 * ($ $ $)) (-15 -4047 ($ $ $)) (-15 ** ($ $ (-783))) (-15 ** ($ $ (-576))) (-15 (-4312) ($) -2666) (-15 (-4322) ($) -2666) (-15 -1577 ($ $)) (-15 -1852 ((-1179) $)) (-15 -3871 ($ (-1179))) (-15 -3118 ((-1197) (-656 $))) (-15 -3450 ((-1197) (-1197) (-656 $)))))
+((-1680 ((|#2| |#2|) 17)) (-2984 ((|#2| |#2|) 13)) (-2463 ((|#2| |#2| (-576) (-576)) 20)) (-2876 ((|#2| |#2|) 15)))
+(((-549 |#1| |#2|) (-10 -7 (-15 -2984 (|#2| |#2|)) (-15 -2876 (|#2| |#2|)) (-15 -1680 (|#2| |#2|)) (-15 -2463 (|#2| |#2| (-576) (-576)))) (-13 (-568) (-148)) (-1279 |#1|)) (T -549))
+((-2463 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-576)) (-4 *4 (-13 (-568) (-148))) (-5 *1 (-549 *4 *2)) (-4 *2 (-1279 *4)))) (-1680 (*1 *2 *2) (-12 (-4 *3 (-13 (-568) (-148))) (-5 *1 (-549 *3 *2)) (-4 *2 (-1279 *3)))) (-2876 (*1 *2 *2) (-12 (-4 *3 (-13 (-568) (-148))) (-5 *1 (-549 *3 *2)) (-4 *2 (-1279 *3)))) (-2984 (*1 *2 *2) (-12 (-4 *3 (-13 (-568) (-148))) (-5 *1 (-549 *3 *2)) (-4 *2 (-1279 *3)))))
+(-10 -7 (-15 -2984 (|#2| |#2|)) (-15 -2876 (|#2| |#2|)) (-15 -1680 (|#2| |#2|)) (-15 -2463 (|#2| |#2| (-576) (-576))))
+((-3185 (((-656 (-304 (-971 |#2|))) (-656 |#2|) (-656 (-1197))) 32)) (-4417 (((-656 |#2|) (-971 |#1|) |#3|) 54) (((-656 |#2|) (-1193 |#1|) |#3|) 53)) (-3571 (((-656 (-656 |#2|)) (-656 (-971 |#1|)) (-656 (-971 |#1|)) (-656 (-1197)) |#3|) 106)))
+(((-550 |#1| |#2| |#3|) (-10 -7 (-15 -4417 ((-656 |#2|) (-1193 |#1|) |#3|)) (-15 -4417 ((-656 |#2|) (-971 |#1|) |#3|)) (-15 -3571 ((-656 (-656 |#2|)) (-656 (-971 |#1|)) (-656 (-971 |#1|)) (-656 (-1197)) |#3|)) (-15 -3185 ((-656 (-304 (-971 |#2|))) (-656 |#2|) (-656 (-1197))))) (-464) (-374) (-13 (-374) (-860))) (T -550))
+((-3185 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *6)) (-5 *4 (-656 (-1197))) (-4 *6 (-374)) (-5 *2 (-656 (-304 (-971 *6)))) (-5 *1 (-550 *5 *6 *7)) (-4 *5 (-464)) (-4 *7 (-13 (-374) (-860))))) (-3571 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-656 (-971 *6))) (-5 *4 (-656 (-1197))) (-4 *6 (-464)) (-5 *2 (-656 (-656 *7))) (-5 *1 (-550 *6 *7 *5)) (-4 *7 (-374)) (-4 *5 (-13 (-374) (-860))))) (-4417 (*1 *2 *3 *4) (-12 (-5 *3 (-971 *5)) (-4 *5 (-464)) (-5 *2 (-656 *6)) (-5 *1 (-550 *5 *6 *4)) (-4 *6 (-374)) (-4 *4 (-13 (-374) (-860))))) (-4417 (*1 *2 *3 *4) (-12 (-5 *3 (-1193 *5)) (-4 *5 (-464)) (-5 *2 (-656 *6)) (-5 *1 (-550 *5 *6 *4)) (-4 *6 (-374)) (-4 *4 (-13 (-374) (-860))))))
+(-10 -7 (-15 -4417 ((-656 |#2|) (-1193 |#1|) |#3|)) (-15 -4417 ((-656 |#2|) (-971 |#1|) |#3|)) (-15 -3571 ((-656 (-656 |#2|)) (-656 (-971 |#1|)) (-656 (-971 |#1|)) (-656 (-1197)) |#3|)) (-15 -3185 ((-656 (-304 (-971 |#2|))) (-656 |#2|) (-656 (-1197)))))
+((-3565 ((|#2| |#2| |#1|) 17)) (-2593 ((|#2| (-656 |#2|)) 31)) (-3609 ((|#2| (-656 |#2|)) 52)))
+(((-551 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2593 (|#2| (-656 |#2|))) (-15 -3609 (|#2| (-656 |#2|))) (-15 -3565 (|#2| |#2| |#1|))) (-317) (-1264 |#1|) |#1| (-1 |#1| |#1| (-783))) (T -551))
+((-3565 (*1 *2 *2 *3) (-12 (-4 *3 (-317)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-783))) (-5 *1 (-551 *3 *2 *4 *5)) (-4 *2 (-1264 *3)))) (-3609 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-1264 *4)) (-5 *1 (-551 *4 *2 *5 *6)) (-4 *4 (-317)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-783))))) (-2593 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-1264 *4)) (-5 *1 (-551 *4 *2 *5 *6)) (-4 *4 (-317)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-783))))))
+(-10 -7 (-15 -2593 (|#2| (-656 |#2|))) (-15 -3609 (|#2| (-656 |#2|))) (-15 -3565 (|#2| |#2| |#1|)))
+((-1452 (((-430 (-1193 |#4|)) (-1193 |#4|) (-1 (-430 (-1193 |#3|)) (-1193 |#3|))) 89) (((-430 |#4|) |#4| (-1 (-430 (-1193 |#3|)) (-1193 |#3|))) 210)))
+(((-552 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1452 ((-430 |#4|) |#4| (-1 (-430 (-1193 |#3|)) (-1193 |#3|)))) (-15 -1452 ((-430 (-1193 |#4|)) (-1193 |#4|) (-1 (-430 (-1193 |#3|)) (-1193 |#3|))))) (-862) (-805) (-13 (-317) (-148)) (-968 |#3| |#2| |#1|)) (T -552))
+((-1452 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-430 (-1193 *7)) (-1193 *7))) (-4 *7 (-13 (-317) (-148))) (-4 *5 (-862)) (-4 *6 (-805)) (-4 *8 (-968 *7 *6 *5)) (-5 *2 (-430 (-1193 *8))) (-5 *1 (-552 *5 *6 *7 *8)) (-5 *3 (-1193 *8)))) (-1452 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-430 (-1193 *7)) (-1193 *7))) (-4 *7 (-13 (-317) (-148))) (-4 *5 (-862)) (-4 *6 (-805)) (-5 *2 (-430 *3)) (-5 *1 (-552 *5 *6 *7 *3)) (-4 *3 (-968 *7 *6 *5)))))
+(-10 -7 (-15 -1452 ((-430 |#4|) |#4| (-1 (-430 (-1193 |#3|)) (-1193 |#3|)))) (-15 -1452 ((-430 (-1193 |#4|)) (-1193 |#4|) (-1 (-430 (-1193 |#3|)) (-1193 |#3|)))))
+((-1680 ((|#4| |#4|) 74)) (-2984 ((|#4| |#4|) 70)) (-2463 ((|#4| |#4| (-576) (-576)) 76)) (-2876 ((|#4| |#4|) 72)))
+(((-553 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2984 (|#4| |#4|)) (-15 -2876 (|#4| |#4|)) (-15 -1680 (|#4| |#4|)) (-15 -2463 (|#4| |#4| (-576) (-576)))) (-13 (-374) (-379) (-626 (-576))) (-1264 |#1|) (-736 |#1| |#2|) (-1279 |#3|)) (T -553))
+((-2463 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-576)) (-4 *4 (-13 (-374) (-379) (-626 *3))) (-4 *5 (-1264 *4)) (-4 *6 (-736 *4 *5)) (-5 *1 (-553 *4 *5 *6 *2)) (-4 *2 (-1279 *6)))) (-1680 (*1 *2 *2) (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-4 *4 (-1264 *3)) (-4 *5 (-736 *3 *4)) (-5 *1 (-553 *3 *4 *5 *2)) (-4 *2 (-1279 *5)))) (-2876 (*1 *2 *2) (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-4 *4 (-1264 *3)) (-4 *5 (-736 *3 *4)) (-5 *1 (-553 *3 *4 *5 *2)) (-4 *2 (-1279 *5)))) (-2984 (*1 *2 *2) (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-4 *4 (-1264 *3)) (-4 *5 (-736 *3 *4)) (-5 *1 (-553 *3 *4 *5 *2)) (-4 *2 (-1279 *5)))))
+(-10 -7 (-15 -2984 (|#4| |#4|)) (-15 -2876 (|#4| |#4|)) (-15 -1680 (|#4| |#4|)) (-15 -2463 (|#4| |#4| (-576) (-576))))
+((-1680 ((|#2| |#2|) 27)) (-2984 ((|#2| |#2|) 23)) (-2463 ((|#2| |#2| (-576) (-576)) 29)) (-2876 ((|#2| |#2|) 25)))
+(((-554 |#1| |#2|) (-10 -7 (-15 -2984 (|#2| |#2|)) (-15 -2876 (|#2| |#2|)) (-15 -1680 (|#2| |#2|)) (-15 -2463 (|#2| |#2| (-576) (-576)))) (-13 (-374) (-379) (-626 (-576))) (-1279 |#1|)) (T -554))
+((-2463 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-576)) (-4 *4 (-13 (-374) (-379) (-626 *3))) (-5 *1 (-554 *4 *2)) (-4 *2 (-1279 *4)))) (-1680 (*1 *2 *2) (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-5 *1 (-554 *3 *2)) (-4 *2 (-1279 *3)))) (-2876 (*1 *2 *2) (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-5 *1 (-554 *3 *2)) (-4 *2 (-1279 *3)))) (-2984 (*1 *2 *2) (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-5 *1 (-554 *3 *2)) (-4 *2 (-1279 *3)))))
+(-10 -7 (-15 -2984 (|#2| |#2|)) (-15 -2876 (|#2| |#2|)) (-15 -1680 (|#2| |#2|)) (-15 -2463 (|#2| |#2| (-576) (-576))))
+((-4258 (((-3 (-576) "failed") |#2| |#1| (-1 (-3 (-576) "failed") |#1|)) 18) (((-3 (-576) "failed") |#2| |#1| (-576) (-1 (-3 (-576) "failed") |#1|)) 14) (((-3 (-576) "failed") |#2| (-576) (-1 (-3 (-576) "failed") |#1|)) 32)))
+(((-555 |#1| |#2|) (-10 -7 (-15 -4258 ((-3 (-576) "failed") |#2| (-576) (-1 (-3 (-576) "failed") |#1|))) (-15 -4258 ((-3 (-576) "failed") |#2| |#1| (-576) (-1 (-3 (-576) "failed") |#1|))) (-15 -4258 ((-3 (-576) "failed") |#2| |#1| (-1 (-3 (-576) "failed") |#1|)))) (-1070) (-1264 |#1|)) (T -555))
+((-4258 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-576) "failed") *4)) (-4 *4 (-1070)) (-5 *2 (-576)) (-5 *1 (-555 *4 *3)) (-4 *3 (-1264 *4)))) (-4258 (*1 *2 *3 *4 *2 *5) (|partial| -12 (-5 *5 (-1 (-3 (-576) "failed") *4)) (-4 *4 (-1070)) (-5 *2 (-576)) (-5 *1 (-555 *4 *3)) (-4 *3 (-1264 *4)))) (-4258 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *4 (-1 (-3 (-576) "failed") *5)) (-4 *5 (-1070)) (-5 *2 (-576)) (-5 *1 (-555 *5 *3)) (-4 *3 (-1264 *5)))))
+(-10 -7 (-15 -4258 ((-3 (-576) "failed") |#2| (-576) (-1 (-3 (-576) "failed") |#1|))) (-15 -4258 ((-3 (-576) "failed") |#2| |#1| (-576) (-1 (-3 (-576) "failed") |#1|))) (-15 -4258 ((-3 (-576) "failed") |#2| |#1| (-1 (-3 (-576) "failed") |#1|))))
+((-4121 (($ $ $) 84)) (-2068 (((-430 $) $) 52)) (-2981 (((-3 (-576) "failed") $) 64)) (-2318 (((-576) $) 42)) (-3878 (((-3 (-419 (-576)) "failed") $) 79)) (-1358 (((-112) $) 26)) (-2951 (((-419 (-576)) $) 77)) (-3742 (((-112) $) 55)) (-3848 (($ $ $ $) 92)) (-2907 (((-112) $) 17)) (-1501 (($ $ $) 62)) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) 74)) (-4080 (((-3 $ "failed") $) 69)) (-2362 (($ $) 24)) (-2248 (($ $ $) 90)) (-3651 (($) 65)) (-3506 (($ $) 58)) (-1452 (((-430 $) $) 50)) (-3489 (((-112) $) 15)) (-3199 (((-783) $) 32)) (-4107 (($ $) 11) (($ $ (-783)) NIL)) (-4287 (($ $) 18)) (-1554 (((-576) $) NIL) (((-548) $) 41) (((-907 (-576)) $) 45) (((-390) $) 35) (((-227) $) 38)) (-2864 (((-783)) 9)) (-3265 (((-112) $ $) 21)) (-2945 (($ $ $) 60)))
+(((-556 |#1|) (-10 -8 (-15 -2248 (|#1| |#1| |#1|)) (-15 -3848 (|#1| |#1| |#1| |#1|)) (-15 -2362 (|#1| |#1|)) (-15 -4287 (|#1| |#1|)) (-15 -3878 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2951 ((-419 (-576)) |#1|)) (-15 -1358 ((-112) |#1|)) (-15 -4121 (|#1| |#1| |#1|)) (-15 -3265 ((-112) |#1| |#1|)) (-15 -3489 ((-112) |#1|)) (-15 -3651 (|#1|)) (-15 -4080 ((-3 |#1| "failed") |#1|)) (-15 -1554 ((-227) |#1|)) (-15 -1554 ((-390) |#1|)) (-15 -1501 (|#1| |#1| |#1|)) (-15 -3506 (|#1| |#1|)) (-15 -2945 (|#1| |#1| |#1|)) (-15 -3135 ((-904 (-576) |#1|) |#1| (-907 (-576)) (-904 (-576) |#1|))) (-15 -1554 ((-907 (-576)) |#1|)) (-15 -1554 ((-548) |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -1554 ((-576) |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1|)) (-15 -2907 ((-112) |#1|)) (-15 -3199 ((-783) |#1|)) (-15 -1452 ((-430 |#1|) |#1|)) (-15 -2068 ((-430 |#1|) |#1|)) (-15 -3742 ((-112) |#1|)) (-15 -2864 ((-783)))) (-557)) (T -556))
+((-2864 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-556 *3)) (-4 *3 (-557)))))
+(-10 -8 (-15 -2248 (|#1| |#1| |#1|)) (-15 -3848 (|#1| |#1| |#1| |#1|)) (-15 -2362 (|#1| |#1|)) (-15 -4287 (|#1| |#1|)) (-15 -3878 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2951 ((-419 (-576)) |#1|)) (-15 -1358 ((-112) |#1|)) (-15 -4121 (|#1| |#1| |#1|)) (-15 -3265 ((-112) |#1| |#1|)) (-15 -3489 ((-112) |#1|)) (-15 -3651 (|#1|)) (-15 -4080 ((-3 |#1| "failed") |#1|)) (-15 -1554 ((-227) |#1|)) (-15 -1554 ((-390) |#1|)) (-15 -1501 (|#1| |#1| |#1|)) (-15 -3506 (|#1| |#1|)) (-15 -2945 (|#1| |#1| |#1|)) (-15 -3135 ((-904 (-576) |#1|) |#1| (-907 (-576)) (-904 (-576) |#1|))) (-15 -1554 ((-907 (-576)) |#1|)) (-15 -1554 ((-548) |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -1554 ((-576) |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1|)) (-15 -2907 ((-112) |#1|)) (-15 -3199 ((-783) |#1|)) (-15 -1452 ((-430 |#1|) |#1|)) (-15 -2068 ((-430 |#1|) |#1|)) (-15 -3742 ((-112) |#1|)) (-15 -2864 ((-783))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-4121 (($ $ $) 92)) (-2583 (((-3 $ "failed") $ $) 20)) (-3993 (($ $ $ $) 81)) (-4068 (($ $) 57)) (-2068 (((-430 $) $) 58)) (-4064 (((-112) $ $) 135)) (-4018 (((-576) $) 124)) (-3385 (($ $ $) 95)) (-3853 (($) 18 T CONST)) (-2981 (((-3 (-576) "failed") $) 116)) (-2318 (((-576) $) 117)) (-1892 (($ $ $) 139)) (-2255 (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 114) (((-701 (-576)) (-701 $)) 113)) (-2413 (((-3 $ "failed") $) 37)) (-3878 (((-3 (-419 (-576)) "failed") $) 89)) (-1358 (((-112) $) 91)) (-2951 (((-419 (-576)) $) 90)) (-4370 (($) 88) (($ $) 87)) (-1905 (($ $ $) 138)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 133)) (-3742 (((-112) $) 59)) (-3848 (($ $ $ $) 79)) (-2274 (($ $ $) 93)) (-2907 (((-112) $) 126)) (-1501 (($ $ $) 104)) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) 107)) (-3315 (((-112) $) 35)) (-2231 (((-112) $) 99)) (-4080 (((-3 $ "failed") $) 101)) (-2569 (((-112) $) 125)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 142)) (-3747 (($ $ $ $) 80)) (-2905 (($ $ $) 127)) (-2163 (($ $ $) 128)) (-2362 (($ $) 83)) (-3108 (($ $) 96)) (-3015 (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) 112) (((-701 (-576)) (-1288 $)) 111)) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-2248 (($ $ $) 78)) (-3651 (($) 100 T CONST)) (-1919 (($ $) 85)) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-3506 (($ $) 105)) (-1452 (((-430 $) $) 56)) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 141) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 140)) (-1943 (((-3 $ "failed") $ $) 48)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 134)) (-3489 (((-112) $) 98)) (-3199 (((-783) $) 136)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 137)) (-4107 (($ $) 122) (($ $ (-783)) 120)) (-3755 (($ $) 84)) (-4287 (($ $) 86)) (-1554 (((-576) $) 118) (((-548) $) 109) (((-907 (-576)) $) 108) (((-390) $) 103) (((-227) $) 102)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-576)) 115)) (-2864 (((-783)) 32 T CONST)) (-3265 (((-112) $ $) 94)) (-2945 (($ $ $) 106)) (-3000 (((-112) $ $) 9)) (-1867 (($) 97)) (-4095 (((-112) $ $) 45)) (-4225 (($ $ $ $) 82)) (-2679 (($ $) 123)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $) 121) (($ $ (-783)) 119)) (-3995 (((-112) $ $) 130)) (-3975 (((-112) $ $) 131)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 129)) (-3962 (((-112) $ $) 132)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ (-576) $) 110)))
(((-557) (-141)) (T -557))
-((-2044 (*1 *2 *1) (-12 (-4 *1 (-557)) (-5 *2 (-112)))) (-2227 (*1 *2 *1) (-12 (-4 *1 (-557)) (-5 *2 (-112)))) (-3513 (*1 *1) (-4 *1 (-557))) (-2432 (*1 *1 *1) (-4 *1 (-557))) (-2740 (*1 *1 *1 *1) (-4 *1 (-557))) (-1881 (*1 *2 *1 *1) (-12 (-4 *1 (-557)) (-5 *2 (-112)))) (-2363 (*1 *1 *1 *1) (-4 *1 (-557))) (-3248 (*1 *1 *1 *1) (-4 *1 (-557))) (-4423 (*1 *2 *1) (-12 (-4 *1 (-557)) (-5 *2 (-112)))) (-4335 (*1 *2 *1) (-12 (-4 *1 (-557)) (-5 *2 (-419 (-576))))) (-2772 (*1 *2 *1) (|partial| -12 (-4 *1 (-557)) (-5 *2 (-419 (-576))))) (-1834 (*1 *1) (-4 *1 (-557))) (-1834 (*1 *1 *1) (-4 *1 (-557))) (-1868 (*1 *1 *1) (-4 *1 (-557))) (-1371 (*1 *1 *1) (-4 *1 (-557))) (-1805 (*1 *1 *1) (-4 *1 (-557))) (-2238 (*1 *1 *1) (-4 *1 (-557))) (-2483 (*1 *1 *1 *1 *1) (-4 *1 (-557))) (-4185 (*1 *1 *1 *1 *1) (-4 *1 (-557))) (-3832 (*1 *1 *1 *1 *1) (-4 *1 (-557))) (-3535 (*1 *1 *1 *1 *1) (-4 *1 (-557))) (-2672 (*1 *1 *1 *1) (-4 *1 (-557))))
-(-13 (-1240) (-317) (-832) (-238) (-626 (-576)) (-1057 (-576)) (-651 (-576)) (-626 (-548)) (-626 (-905 (-576))) (-899 (-576)) (-144) (-1041) (-148) (-1171) (-10 -8 (-15 -2044 ((-112) $)) (-15 -2227 ((-112) $)) (-6 -4461) (-15 -3513 ($)) (-15 -2432 ($ $)) (-15 -2740 ($ $ $)) (-15 -1881 ((-112) $ $)) (-15 -2363 ($ $ $)) (-15 -3248 ($ $ $)) (-15 -4423 ((-112) $)) (-15 -4335 ((-419 (-576)) $)) (-15 -2772 ((-3 (-419 (-576)) "failed") $)) (-15 -1834 ($)) (-15 -1834 ($ $)) (-15 -1868 ($ $)) (-15 -1371 ($ $)) (-15 -1805 ($ $)) (-15 -2238 ($ $)) (-15 -2483 ($ $ $ $)) (-15 -4185 ($ $ $ $)) (-15 -3832 ($ $ $ $)) (-15 -3535 ($ $ $ $)) (-15 -2672 ($ $ $)) (-6 -4460)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-148) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-144) . T) ((-174) . T) ((-626 (-227)) . T) ((-626 (-390)) . T) ((-626 (-548)) . T) ((-626 (-576)) . T) ((-626 (-905 (-576))) . T) ((-234 $) . T) ((-238) . T) ((-237) . T) ((-300) . T) ((-317) . T) ((-464) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0=(-576)) . T) ((-660 $) . T) ((-652 $) . T) ((-651 #0#) . T) ((-729 $) . T) ((-738) . T) ((-803) . T) ((-804) . T) ((-806) . T) ((-807) . T) ((-832) . T) ((-860) . T) ((-862) . T) ((-899 (-576)) . T) ((-937) . T) ((-1041) . T) ((-1057 (-576)) . T) ((-1070 $) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1171) . T) ((-1236) . T) ((-1240) . T))
-((-3486 (((-112) $ $) NIL)) (-2093 (((-783)) NIL)) (-2135 (($) NIL T CONST)) (-1834 (($) NIL)) (-3123 (($ $ $) NIL) (($) NIL T CONST)) (-2352 (($ $ $) NIL) (($) NIL T CONST)) (-4379 (((-938) $) NIL)) (-3881 (((-1177) $) NIL)) (-3222 (($ (-938)) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)))
-(((-558) (-13 (-856) (-10 -8 (-15 -2135 ($) -1478)))) (T -558))
-((-2135 (*1 *1) (-5 *1 (-558))))
-(-13 (-856) (-10 -8 (-15 -2135 ($) -1478)))
+((-2231 (*1 *2 *1) (-12 (-4 *1 (-557)) (-5 *2 (-112)))) (-3489 (*1 *2 *1) (-12 (-4 *1 (-557)) (-5 *2 (-112)))) (-1867 (*1 *1) (-4 *1 (-557))) (-3108 (*1 *1 *1) (-4 *1 (-557))) (-3385 (*1 *1 *1 *1) (-4 *1 (-557))) (-3265 (*1 *2 *1 *1) (-12 (-4 *1 (-557)) (-5 *2 (-112)))) (-2274 (*1 *1 *1 *1) (-4 *1 (-557))) (-4121 (*1 *1 *1 *1) (-4 *1 (-557))) (-1358 (*1 *2 *1) (-12 (-4 *1 (-557)) (-5 *2 (-112)))) (-2951 (*1 *2 *1) (-12 (-4 *1 (-557)) (-5 *2 (-419 (-576))))) (-3878 (*1 *2 *1) (|partial| -12 (-4 *1 (-557)) (-5 *2 (-419 (-576))))) (-4370 (*1 *1) (-4 *1 (-557))) (-4370 (*1 *1 *1) (-4 *1 (-557))) (-4287 (*1 *1 *1) (-4 *1 (-557))) (-1919 (*1 *1 *1) (-4 *1 (-557))) (-3755 (*1 *1 *1) (-4 *1 (-557))) (-2362 (*1 *1 *1) (-4 *1 (-557))) (-4225 (*1 *1 *1 *1 *1) (-4 *1 (-557))) (-3993 (*1 *1 *1 *1 *1) (-4 *1 (-557))) (-3747 (*1 *1 *1 *1 *1) (-4 *1 (-557))) (-3848 (*1 *1 *1 *1 *1) (-4 *1 (-557))) (-2248 (*1 *1 *1 *1) (-4 *1 (-557))))
+(-13 (-1242) (-317) (-832) (-238) (-626 (-576)) (-1059 (-576)) (-651 (-576)) (-626 (-548)) (-626 (-907 (-576))) (-901 (-576)) (-144) (-1043) (-148) (-1173) (-10 -8 (-15 -2231 ((-112) $)) (-15 -3489 ((-112) $)) (-6 -4463) (-15 -1867 ($)) (-15 -3108 ($ $)) (-15 -3385 ($ $ $)) (-15 -3265 ((-112) $ $)) (-15 -2274 ($ $ $)) (-15 -4121 ($ $ $)) (-15 -1358 ((-112) $)) (-15 -2951 ((-419 (-576)) $)) (-15 -3878 ((-3 (-419 (-576)) "failed") $)) (-15 -4370 ($)) (-15 -4370 ($ $)) (-15 -4287 ($ $)) (-15 -1919 ($ $)) (-15 -3755 ($ $)) (-15 -2362 ($ $)) (-15 -4225 ($ $ $ $)) (-15 -3993 ($ $ $ $)) (-15 -3747 ($ $ $ $)) (-15 -3848 ($ $ $ $)) (-15 -2248 ($ $ $)) (-6 -4462)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-148) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-144) . T) ((-174) . T) ((-626 (-227)) . T) ((-626 (-390)) . T) ((-626 (-548)) . T) ((-626 (-576)) . T) ((-626 (-907 (-576))) . T) ((-234 $) . T) ((-238) . T) ((-237) . T) ((-300) . T) ((-317) . T) ((-464) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0=(-576)) . T) ((-660 $) . T) ((-652 $) . T) ((-651 #0#) . T) ((-729 $) . T) ((-738) . T) ((-803) . T) ((-804) . T) ((-806) . T) ((-807) . T) ((-832) . T) ((-860) . T) ((-862) . T) ((-901 (-576)) . T) ((-939) . T) ((-1043) . T) ((-1059 (-576)) . T) ((-1072 $) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1173) . T) ((-1238) . T) ((-1242) . T))
+((-1955 (((-112) $ $) NIL)) (-2200 (((-783)) NIL)) (-3853 (($) NIL T CONST)) (-4370 (($) NIL)) (-2905 (($ $ $) NIL) (($) NIL T CONST)) (-2163 (($ $ $) NIL) (($) NIL T CONST)) (-2106 (((-940) $) NIL)) (-4185 (((-1179) $) NIL)) (-2409 (($ (-940)) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)))
+(((-558) (-13 (-856) (-10 -8 (-15 -3853 ($) -2666)))) (T -558))
+((-3853 (*1 *1) (-5 *1 (-558))))
+(-13 (-856) (-10 -8 (-15 -3853 ($) -2666)))
((|Integer|) (|%not| (|%igt| (INTEGER-LENGTH |#1|) 16)))
-((-3486 (((-112) $ $) NIL)) (-2093 (((-783)) NIL)) (-2135 (($) NIL T CONST)) (-1834 (($) NIL)) (-3123 (($ $ $) NIL) (($) NIL T CONST)) (-2352 (($ $ $) NIL) (($) NIL T CONST)) (-4379 (((-938) $) NIL)) (-3881 (((-1177) $) NIL)) (-3222 (($ (-938)) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)))
-(((-559) (-13 (-856) (-10 -8 (-15 -2135 ($) -1478)))) (T -559))
-((-2135 (*1 *1) (-5 *1 (-559))))
-(-13 (-856) (-10 -8 (-15 -2135 ($) -1478)))
+((-1955 (((-112) $ $) NIL)) (-2200 (((-783)) NIL)) (-3853 (($) NIL T CONST)) (-4370 (($) NIL)) (-2905 (($ $ $) NIL) (($) NIL T CONST)) (-2163 (($ $ $) NIL) (($) NIL T CONST)) (-2106 (((-940) $) NIL)) (-4185 (((-1179) $) NIL)) (-2409 (($ (-940)) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)))
+(((-559) (-13 (-856) (-10 -8 (-15 -3853 ($) -2666)))) (T -559))
+((-3853 (*1 *1) (-5 *1 (-559))))
+(-13 (-856) (-10 -8 (-15 -3853 ($) -2666)))
((|Integer|) (|%not| (|%igt| (INTEGER-LENGTH |#1|) 32)))
-((-3486 (((-112) $ $) NIL)) (-2093 (((-783)) NIL)) (-2135 (($) NIL T CONST)) (-1834 (($) NIL)) (-3123 (($ $ $) NIL) (($) NIL T CONST)) (-2352 (($ $ $) NIL) (($) NIL T CONST)) (-4379 (((-938) $) NIL)) (-3881 (((-1177) $) NIL)) (-3222 (($ (-938)) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)))
-(((-560) (-13 (-856) (-10 -8 (-15 -2135 ($) -1478)))) (T -560))
-((-2135 (*1 *1) (-5 *1 (-560))))
-(-13 (-856) (-10 -8 (-15 -2135 ($) -1478)))
+((-1955 (((-112) $ $) NIL)) (-2200 (((-783)) NIL)) (-3853 (($) NIL T CONST)) (-4370 (($) NIL)) (-2905 (($ $ $) NIL) (($) NIL T CONST)) (-2163 (($ $ $) NIL) (($) NIL T CONST)) (-2106 (((-940) $) NIL)) (-4185 (((-1179) $) NIL)) (-2409 (($ (-940)) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)))
+(((-560) (-13 (-856) (-10 -8 (-15 -3853 ($) -2666)))) (T -560))
+((-3853 (*1 *1) (-5 *1 (-560))))
+(-13 (-856) (-10 -8 (-15 -3853 ($) -2666)))
((|Integer|) (|%not| (|%igt| (INTEGER-LENGTH |#1|) 64)))
-((-3486 (((-112) $ $) NIL)) (-2093 (((-783)) NIL)) (-2135 (($) NIL T CONST)) (-1834 (($) NIL)) (-3123 (($ $ $) NIL) (($) NIL T CONST)) (-2352 (($ $ $) NIL) (($) NIL T CONST)) (-4379 (((-938) $) NIL)) (-3881 (((-1177) $) NIL)) (-3222 (($ (-938)) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)))
-(((-561) (-13 (-856) (-10 -8 (-15 -2135 ($) -1478)))) (T -561))
-((-2135 (*1 *1) (-5 *1 (-561))))
-(-13 (-856) (-10 -8 (-15 -2135 ($) -1478)))
+((-1955 (((-112) $ $) NIL)) (-2200 (((-783)) NIL)) (-3853 (($) NIL T CONST)) (-4370 (($) NIL)) (-2905 (($ $ $) NIL) (($) NIL T CONST)) (-2163 (($ $ $) NIL) (($) NIL T CONST)) (-2106 (((-940) $) NIL)) (-4185 (((-1179) $) NIL)) (-2409 (($ (-940)) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)))
+(((-561) (-13 (-856) (-10 -8 (-15 -3853 ($) -2666)))) (T -561))
+((-3853 (*1 *1) (-5 *1 (-561))))
+(-13 (-856) (-10 -8 (-15 -3853 ($) -2666)))
((|Integer|) (|%not| (|%igt| (INTEGER-LENGTH |#1|) 8)))
-((-3486 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)) (|has| |#2| (-102))))) (-4125 (($) NIL) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-2617 (((-1291) $ |#1| |#1|) NIL (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 ((|#2| $ |#1| |#2|) NIL)) (-4394 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-2192 (((-3 |#2| "failed") |#1| $) NIL)) (-2135 (($) NIL T CONST)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-3516 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-3 |#2| "failed") |#1| $) NIL)) (-3942 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-3683 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (|has| $ (-6 -4462))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-4330 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#2| $ |#1|) NIL)) (-3963 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) NIL)) (-3280 ((|#1| $) NIL (|has| |#1| (-862)))) (-3452 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-3767 ((|#1| $) NIL (|has| |#1| (-862)))) (-4320 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4463))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-3200 (((-656 |#1|) $) NIL)) (-2848 (((-112) |#1| $) NIL)) (-4219 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-2767 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-1742 (((-656 |#1|) $) NIL)) (-2406 (((-112) |#1| $) NIL)) (-1448 (((-1139) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-3578 ((|#2| $) NIL (|has| |#1| (-862)))) (-2295 (((-3 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) "failed") (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL)) (-1552 (($ $ |#2|) NIL (|has| $ (-6 -4463)))) (-4436 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-3626 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-4278 (((-656 |#2|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2089 (($) NIL) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-1458 (((-783) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-783) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119)))) (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-626 (-548))))) (-3579 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-3567 (((-874) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-625 (-874))) (|has| |#2| (-625 (-874)))))) (-1540 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-2847 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-2306 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)) (|has| |#2| (-102))))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-562 |#1| |#2| |#3|) (-13 (-1212 |#1| |#2|) (-10 -7 (-6 -4462))) (-1119) (-1119) (-13 (-1212 |#1| |#2|) (-10 -7 (-6 -4462)))) (T -562))
-NIL
-(-13 (-1212 |#1| |#2|) (-10 -7 (-6 -4462)))
-((-2399 (((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) (-1 (-1191 |#2|) (-1191 |#2|))) 50)))
-(((-563 |#1| |#2|) (-10 -7 (-15 -2399 ((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) (-1 (-1191 |#2|) (-1191 |#2|))))) (-568) (-13 (-27) (-442 |#1|))) (T -563))
-((-2399 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-624 *3)) (-5 *5 (-1 (-1191 *3) (-1191 *3))) (-4 *3 (-13 (-27) (-442 *6))) (-4 *6 (-568)) (-5 *2 (-598 *3)) (-5 *1 (-563 *6 *3)))))
-(-10 -7 (-15 -2399 ((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) (-1 (-1191 |#2|) (-1191 |#2|)))))
-((-4230 (((-598 |#5|) |#5| (-1 |#3| |#3|)) 216)) (-3478 (((-3 |#5| "failed") |#5| (-1 |#3| |#3|)) 212)) (-1624 (((-598 |#5|) |#5| (-1 |#3| |#3|)) 220)))
-(((-564 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1624 ((-598 |#5|) |#5| (-1 |#3| |#3|))) (-15 -4230 ((-598 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3478 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|)))) (-13 (-568) (-1057 (-576))) (-13 (-27) (-442 |#1|)) (-1262 |#2|) (-1262 (-419 |#3|)) (-353 |#2| |#3| |#4|)) (T -564))
-((-3478 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1262 *5)) (-4 *5 (-13 (-27) (-442 *4))) (-4 *4 (-13 (-568) (-1057 (-576)))) (-4 *7 (-1262 (-419 *6))) (-5 *1 (-564 *4 *5 *6 *7 *2)) (-4 *2 (-353 *5 *6 *7)))) (-4230 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1262 *6)) (-4 *6 (-13 (-27) (-442 *5))) (-4 *5 (-13 (-568) (-1057 (-576)))) (-4 *8 (-1262 (-419 *7))) (-5 *2 (-598 *3)) (-5 *1 (-564 *5 *6 *7 *8 *3)) (-4 *3 (-353 *6 *7 *8)))) (-1624 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1262 *6)) (-4 *6 (-13 (-27) (-442 *5))) (-4 *5 (-13 (-568) (-1057 (-576)))) (-4 *8 (-1262 (-419 *7))) (-5 *2 (-598 *3)) (-5 *1 (-564 *5 *6 *7 *8 *3)) (-4 *3 (-353 *6 *7 *8)))))
-(-10 -7 (-15 -1624 ((-598 |#5|) |#5| (-1 |#3| |#3|))) (-15 -4230 ((-598 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3478 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|))))
-((-1404 (((-112) (-576) (-576)) 12)) (-3413 (((-576) (-576)) 7)) (-4316 (((-576) (-576) (-576)) 10)))
-(((-565) (-10 -7 (-15 -3413 ((-576) (-576))) (-15 -4316 ((-576) (-576) (-576))) (-15 -1404 ((-112) (-576) (-576))))) (T -565))
-((-1404 (*1 *2 *3 *3) (-12 (-5 *3 (-576)) (-5 *2 (-112)) (-5 *1 (-565)))) (-4316 (*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-565)))) (-3413 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-565)))))
-(-10 -7 (-15 -3413 ((-576) (-576))) (-15 -4316 ((-576) (-576) (-576))) (-15 -1404 ((-112) (-576) (-576))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-3358 ((|#1| $) 67)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-4022 (($ $) 97)) (-3898 (($ $) 80)) (-3848 ((|#1| $) 68)) (-4299 (((-3 $ "failed") $ $) 20)) (-1838 (($ $) 79)) (-4003 (($ $) 96)) (-3874 (($ $) 81)) (-4047 (($ $) 95)) (-3917 (($ $) 82)) (-2135 (($) 18 T CONST)) (-1570 (((-3 (-576) "failed") $) 75)) (-2857 (((-576) $) 76)) (-2251 (((-3 $ "failed") $) 37)) (-2592 (($ |#1| |#1|) 72)) (-3075 (((-112) $) 66)) (-1598 (($) 107)) (-3612 (((-112) $) 35)) (-3867 (($ $ (-576)) 78)) (-3667 (((-112) $) 65)) (-3123 (($ $ $) 113)) (-2352 (($ $ $) 112)) (-3742 (($ $) 104)) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-1676 (($ |#1| |#1|) 73) (($ |#1|) 71) (($ (-419 (-576))) 70)) (-2176 ((|#1| $) 69)) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-3473 (((-3 $ "failed") $ $) 48)) (-4101 (($ $) 105)) (-4058 (($ $) 94)) (-3927 (($ $) 83)) (-4034 (($ $) 93)) (-3907 (($ $) 84)) (-4011 (($ $) 92)) (-3886 (($ $) 85)) (-1408 (((-112) $ |#1|) 64)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-576)) 74)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2787 (($ $) 103)) (-3958 (($ $) 91)) (-4196 (((-112) $ $) 45)) (-4068 (($ $) 102)) (-3935 (($ $) 90)) (-2812 (($ $) 101)) (-3980 (($ $) 89)) (-4385 (($ $) 100)) (-3992 (($ $) 88)) (-2800 (($ $) 99)) (-3971 (($ $) 87)) (-4080 (($ $) 98)) (-3948 (($ $) 86)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2989 (((-112) $ $) 110)) (-2960 (((-112) $ $) 109)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 111)) (-2946 (((-112) $ $) 108)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ $) 106) (($ $ (-419 (-576))) 77)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
-(((-566 |#1|) (-141) (-13 (-416) (-1221))) (T -566))
-((-1676 (*1 *1 *2 *2) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1221))))) (-2592 (*1 *1 *2 *2) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1221))))) (-1676 (*1 *1 *2) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1221))))) (-1676 (*1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-4 *1 (-566 *3)) (-4 *3 (-13 (-416) (-1221))))) (-2176 (*1 *2 *1) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1221))))) (-3848 (*1 *2 *1) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1221))))) (-3358 (*1 *2 *1) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1221))))) (-3075 (*1 *2 *1) (-12 (-4 *1 (-566 *3)) (-4 *3 (-13 (-416) (-1221))) (-5 *2 (-112)))) (-3667 (*1 *2 *1) (-12 (-4 *1 (-566 *3)) (-4 *3 (-13 (-416) (-1221))) (-5 *2 (-112)))) (-1408 (*1 *2 *1 *3) (-12 (-4 *1 (-566 *3)) (-4 *3 (-13 (-416) (-1221))) (-5 *2 (-112)))))
-(-13 (-464) (-862) (-1221) (-1021) (-1057 (-576)) (-10 -8 (-6 -4163) (-15 -1676 ($ |t#1| |t#1|)) (-15 -2592 ($ |t#1| |t#1|)) (-15 -1676 ($ |t#1|)) (-15 -1676 ($ (-419 (-576)))) (-15 -2176 (|t#1| $)) (-15 -3848 (|t#1| $)) (-15 -3358 (|t#1| $)) (-15 -3075 ((-112) $)) (-15 -3667 ((-112) $)) (-15 -1408 ((-112) $ |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-35) . T) ((-95) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-294) . T) ((-300) . T) ((-464) . T) ((-505) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-862) . T) ((-1021) . T) ((-1057 (-576)) . T) ((-1070 $) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1221) . T) ((-1224) . T) ((-1236) . T))
-((-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 9)) (-4380 (($ $) 11)) (-1657 (((-112) $) 20)) (-2251 (((-3 $ "failed") $) 16)) (-4196 (((-112) $ $) 22)))
-(((-567 |#1|) (-10 -8 (-15 -1657 ((-112) |#1|)) (-15 -4196 ((-112) |#1| |#1|)) (-15 -4380 (|#1| |#1|)) (-15 -2501 ((-2 (|:| -2061 |#1|) (|:| -4449 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -2251 ((-3 |#1| "failed") |#1|))) (-568)) (T -567))
-NIL
-(-10 -8 (-15 -1657 ((-112) |#1|)) (-15 -4196 ((-112) |#1| |#1|)) (-15 -4380 (|#1| |#1|)) (-15 -2501 ((-2 (|:| -2061 |#1|) (|:| -4449 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -2251 ((-3 |#1| "failed") |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-3612 (((-112) $) 35)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3473 (((-3 $ "failed") $ $) 48)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 45)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+((-1955 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)) (|has| |#2| (-102))))) (-1975 (($) NIL) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-1758 (((-1293) $ |#1| |#1|) NIL (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 ((|#2| $ |#1| |#2|) NIL)) (-2250 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-2049 (((-3 |#2| "failed") |#1| $) NIL)) (-3853 (($) NIL T CONST)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-1678 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-3 |#2| "failed") |#1| $) NIL)) (-2824 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-2722 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (|has| $ (-6 -4464))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-1908 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#2| $ |#1|) NIL)) (-3722 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) NIL)) (-3176 ((|#1| $) NIL (|has| |#1| (-862)))) (-4302 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-2316 ((|#1| $) NIL (|has| |#1| (-862)))) (-1896 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4465))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-2353 (((-656 |#1|) $) NIL)) (-3367 (((-112) |#1| $) NIL)) (-4306 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-3846 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-4402 (((-656 |#1|) $) NIL)) (-1505 (((-112) |#1| $) NIL)) (-3117 (((-1141) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-1753 ((|#2| $) NIL (|has| |#1| (-862)))) (-2922 (((-3 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) "failed") (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL)) (-3140 (($ $ |#2|) NIL (|has| $ (-6 -4465)))) (-1470 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-3484 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-3700 (((-656 |#2|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-1455 (($) NIL) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-3131 (((-783) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-783) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121)))) (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-626 (-548))))) (-4125 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-4114 (((-876) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-625 (-876))) (|has| |#2| (-625 (-876)))))) (-3000 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-3356 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-1746 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)) (|has| |#2| (-102))))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-562 |#1| |#2| |#3|) (-13 (-1214 |#1| |#2|) (-10 -7 (-6 -4464))) (-1121) (-1121) (-13 (-1214 |#1| |#2|) (-10 -7 (-6 -4464)))) (T -562))
+NIL
+(-13 (-1214 |#1| |#2|) (-10 -7 (-6 -4464)))
+((-1431 (((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) (-1 (-1193 |#2|) (-1193 |#2|))) 50)))
+(((-563 |#1| |#2|) (-10 -7 (-15 -1431 ((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) (-1 (-1193 |#2|) (-1193 |#2|))))) (-568) (-13 (-27) (-442 |#1|))) (T -563))
+((-1431 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-624 *3)) (-5 *5 (-1 (-1193 *3) (-1193 *3))) (-4 *3 (-13 (-27) (-442 *6))) (-4 *6 (-568)) (-5 *2 (-598 *3)) (-5 *1 (-563 *6 *3)))))
+(-10 -7 (-15 -1431 ((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) (-1 (-1193 |#2|) (-1193 |#2|)))))
+((-3195 (((-598 |#5|) |#5| (-1 |#3| |#3|)) 216)) (-1390 (((-3 |#5| "failed") |#5| (-1 |#3| |#3|)) 212)) (-2561 (((-598 |#5|) |#5| (-1 |#3| |#3|)) 220)))
+(((-564 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2561 ((-598 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3195 ((-598 |#5|) |#5| (-1 |#3| |#3|))) (-15 -1390 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|)))) (-13 (-568) (-1059 (-576))) (-13 (-27) (-442 |#1|)) (-1264 |#2|) (-1264 (-419 |#3|)) (-353 |#2| |#3| |#4|)) (T -564))
+((-1390 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1264 *5)) (-4 *5 (-13 (-27) (-442 *4))) (-4 *4 (-13 (-568) (-1059 (-576)))) (-4 *7 (-1264 (-419 *6))) (-5 *1 (-564 *4 *5 *6 *7 *2)) (-4 *2 (-353 *5 *6 *7)))) (-3195 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1264 *6)) (-4 *6 (-13 (-27) (-442 *5))) (-4 *5 (-13 (-568) (-1059 (-576)))) (-4 *8 (-1264 (-419 *7))) (-5 *2 (-598 *3)) (-5 *1 (-564 *5 *6 *7 *8 *3)) (-4 *3 (-353 *6 *7 *8)))) (-2561 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1264 *6)) (-4 *6 (-13 (-27) (-442 *5))) (-4 *5 (-13 (-568) (-1059 (-576)))) (-4 *8 (-1264 (-419 *7))) (-5 *2 (-598 *3)) (-5 *1 (-564 *5 *6 *7 *8 *3)) (-4 *3 (-353 *6 *7 *8)))))
+(-10 -7 (-15 -2561 ((-598 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3195 ((-598 |#5|) |#5| (-1 |#3| |#3|))) (-15 -1390 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|))))
+((-3164 (((-112) (-576) (-576)) 12)) (-1960 (((-576) (-576)) 7)) (-2764 (((-576) (-576) (-576)) 10)))
+(((-565) (-10 -7 (-15 -1960 ((-576) (-576))) (-15 -2764 ((-576) (-576) (-576))) (-15 -3164 ((-112) (-576) (-576))))) (T -565))
+((-3164 (*1 *2 *3 *3) (-12 (-5 *3 (-576)) (-5 *2 (-112)) (-5 *1 (-565)))) (-2764 (*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-565)))) (-1960 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-565)))))
+(-10 -7 (-15 -1960 ((-576) (-576))) (-15 -2764 ((-576) (-576) (-576))) (-15 -3164 ((-112) (-576) (-576))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-1922 ((|#1| $) 67)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-3586 (($ $) 97)) (-3435 (($ $) 80)) (-3900 ((|#1| $) 68)) (-2583 (((-3 $ "failed") $ $) 20)) (-1463 (($ $) 79)) (-3562 (($ $) 96)) (-3412 (($ $) 81)) (-3612 (($ $) 95)) (-3461 (($ $) 82)) (-3853 (($) 18 T CONST)) (-2981 (((-3 (-576) "failed") $) 75)) (-2318 (((-576) $) 76)) (-2413 (((-3 $ "failed") $) 37)) (-2808 (($ |#1| |#1|) 72)) (-2907 (((-112) $) 66)) (-2723 (($) 107)) (-3315 (((-112) $) 35)) (-4063 (($ $ (-576)) 78)) (-2569 (((-112) $) 65)) (-2905 (($ $ $) 113)) (-2163 (($ $ $) 112)) (-2608 (($ $) 104)) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-1779 (($ |#1| |#1|) 73) (($ |#1|) 71) (($ (-419 (-576))) 70)) (-4201 ((|#1| $) 69)) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-1943 (((-3 $ "failed") $ $) 48)) (-2154 (($ $) 105)) (-3623 (($ $) 94)) (-3474 (($ $) 83)) (-3599 (($ $) 93)) (-3448 (($ $) 84)) (-3574 (($ $) 92)) (-3424 (($ $) 85)) (-4441 (((-112) $ |#1|) 64)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-576)) 74)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-3653 (($ $) 103)) (-3510 (($ $) 91)) (-4095 (((-112) $ $) 45)) (-3632 (($ $) 102)) (-3487 (($ $) 90)) (-3673 (($ $) 101)) (-3537 (($ $) 89)) (-1970 (($ $) 100)) (-3550 (($ $) 88)) (-3664 (($ $) 99)) (-3523 (($ $) 87)) (-3642 (($ $) 98)) (-3498 (($ $) 86)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3995 (((-112) $ $) 110)) (-3975 (((-112) $ $) 109)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 111)) (-3962 (((-112) $ $) 108)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ $) 106) (($ $ (-419 (-576))) 77)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+(((-566 |#1|) (-141) (-13 (-416) (-1223))) (T -566))
+((-1779 (*1 *1 *2 *2) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1223))))) (-2808 (*1 *1 *2 *2) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1223))))) (-1779 (*1 *1 *2) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1223))))) (-1779 (*1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-4 *1 (-566 *3)) (-4 *3 (-13 (-416) (-1223))))) (-4201 (*1 *2 *1) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1223))))) (-3900 (*1 *2 *1) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1223))))) (-1922 (*1 *2 *1) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1223))))) (-2907 (*1 *2 *1) (-12 (-4 *1 (-566 *3)) (-4 *3 (-13 (-416) (-1223))) (-5 *2 (-112)))) (-2569 (*1 *2 *1) (-12 (-4 *1 (-566 *3)) (-4 *3 (-13 (-416) (-1223))) (-5 *2 (-112)))) (-4441 (*1 *2 *1 *3) (-12 (-4 *1 (-566 *3)) (-4 *3 (-13 (-416) (-1223))) (-5 *2 (-112)))))
+(-13 (-464) (-862) (-1223) (-1023) (-1059 (-576)) (-10 -8 (-6 -2642) (-15 -1779 ($ |t#1| |t#1|)) (-15 -2808 ($ |t#1| |t#1|)) (-15 -1779 ($ |t#1|)) (-15 -1779 ($ (-419 (-576)))) (-15 -4201 (|t#1| $)) (-15 -3900 (|t#1| $)) (-15 -1922 (|t#1| $)) (-15 -2907 ((-112) $)) (-15 -2569 ((-112) $)) (-15 -4441 ((-112) $ |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-35) . T) ((-95) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-294) . T) ((-300) . T) ((-464) . T) ((-505) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-862) . T) ((-1023) . T) ((-1059 (-576)) . T) ((-1072 $) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1223) . T) ((-1226) . T) ((-1238) . T))
+((-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 9)) (-2116 (($ $) 11)) (-2898 (((-112) $) 20)) (-2413 (((-3 $ "failed") $) 16)) (-4095 (((-112) $ $) 22)))
+(((-567 |#1|) (-10 -8 (-15 -2898 ((-112) |#1|)) (-15 -4095 ((-112) |#1| |#1|)) (-15 -2116 (|#1| |#1|)) (-15 -3161 ((-2 (|:| -4352 |#1|) (|:| -4451 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -2413 ((-3 |#1| "failed") |#1|))) (-568)) (T -567))
+NIL
+(-10 -8 (-15 -2898 ((-112) |#1|)) (-15 -4095 ((-112) |#1| |#1|)) (-15 -2116 (|#1| |#1|)) (-15 -3161 ((-2 (|:| -4352 |#1|) (|:| -4451 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -2413 ((-3 |#1| "failed") |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-3315 (((-112) $) 35)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-1943 (((-3 $ "failed") $ $) 48)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 45)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
(((-568) (-141)) (T -568))
-((-3473 (*1 *1 *1 *1) (|partial| -4 *1 (-568))) (-2501 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -2061 *1) (|:| -4449 *1) (|:| |associate| *1))) (-4 *1 (-568)))) (-4380 (*1 *1 *1) (-4 *1 (-568))) (-4196 (*1 *2 *1 *1) (-12 (-4 *1 (-568)) (-5 *2 (-112)))) (-1657 (*1 *2 *1) (-12 (-4 *1 (-568)) (-5 *2 (-112)))))
-(-13 (-174) (-38 $) (-300) (-10 -8 (-15 -3473 ((-3 $ "failed") $ $)) (-15 -2501 ((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $)) (-15 -4380 ($ $)) (-15 -4196 ((-112) $ $)) (-15 -1657 ((-112) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-300) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-1070 $) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3997 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1195) (-656 |#2|)) 38)) (-3662 (((-598 |#2|) |#2| (-1195)) 63)) (-2365 (((-3 |#2| "failed") |#2| (-1195)) 156)) (-1346 (((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1195) (-624 |#2|) (-656 (-624 |#2|))) 159)) (-2335 (((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1195) |#2|) 41)))
-(((-569 |#1| |#2|) (-10 -7 (-15 -2335 ((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1195) |#2|)) (-15 -3997 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1195) (-656 |#2|))) (-15 -2365 ((-3 |#2| "failed") |#2| (-1195))) (-15 -3662 ((-598 |#2|) |#2| (-1195))) (-15 -1346 ((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1195) (-624 |#2|) (-656 (-624 |#2|))))) (-13 (-464) (-148) (-1057 (-576)) (-651 (-576))) (-13 (-27) (-1221) (-442 |#1|))) (T -569))
-((-1346 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1195)) (-5 *6 (-656 (-624 *3))) (-5 *5 (-624 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *7))) (-4 *7 (-13 (-464) (-148) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-2 (|:| -1633 *3) (|:| |coeff| *3))) (-5 *1 (-569 *7 *3)))) (-3662 (*1 *2 *3 *4) (-12 (-5 *4 (-1195)) (-4 *5 (-13 (-464) (-148) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-598 *3)) (-5 *1 (-569 *5 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5))))) (-2365 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1195)) (-4 *4 (-13 (-464) (-148) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-569 *4 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *4))))) (-3997 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1195)) (-5 *5 (-656 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *6))) (-4 *6 (-13 (-464) (-148) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-569 *6 *3)))) (-2335 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1195)) (-4 *5 (-13 (-464) (-148) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-2 (|:| -1633 *3) (|:| |coeff| *3))) (-5 *1 (-569 *5 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5))))))
-(-10 -7 (-15 -2335 ((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1195) |#2|)) (-15 -3997 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1195) (-656 |#2|))) (-15 -2365 ((-3 |#2| "failed") |#2| (-1195))) (-15 -3662 ((-598 |#2|) |#2| (-1195))) (-15 -1346 ((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1195) (-624 |#2|) (-656 (-624 |#2|)))))
-((-3422 (((-430 |#1|) |#1|) 19)) (-1827 (((-430 |#1|) |#1|) 34)) (-2737 (((-3 |#1| "failed") |#1|) 49)) (-2940 (((-430 |#1|) |#1|) 60)))
-(((-570 |#1|) (-10 -7 (-15 -1827 ((-430 |#1|) |#1|)) (-15 -3422 ((-430 |#1|) |#1|)) (-15 -2940 ((-430 |#1|) |#1|)) (-15 -2737 ((-3 |#1| "failed") |#1|))) (-557)) (T -570))
-((-2737 (*1 *2 *2) (|partial| -12 (-5 *1 (-570 *2)) (-4 *2 (-557)))) (-2940 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-570 *3)) (-4 *3 (-557)))) (-3422 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-570 *3)) (-4 *3 (-557)))) (-1827 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-570 *3)) (-4 *3 (-557)))))
-(-10 -7 (-15 -1827 ((-430 |#1|) |#1|)) (-15 -3422 ((-430 |#1|) |#1|)) (-15 -2940 ((-430 |#1|) |#1|)) (-15 -2737 ((-3 |#1| "failed") |#1|)))
-((-1760 (($) 9)) (-2599 (((-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 34)) (-3200 (((-656 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) $) 31)) (-2767 (($ (-2 (|:| -4298 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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"))))))) 28)) (-2661 (($ (-656 (-2 (|:| -4298 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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")))))))) 26)) (-4437 (((-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 38)) (-4278 (((-656 (-2 (|:| -4298 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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"))))))) $) 36)) (-4266 (((-1291)) 11)))
-(((-571) (-10 -8 (-15 -1760 ($)) (-15 -4266 ((-1291))) (-15 -3200 ((-656 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) $)) (-15 -2661 ($ (-656 (-2 (|:| -4298 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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 -2767 ($ (-2 (|:| -4298 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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 -2599 ((-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -4278 ((-656 (-2 (|:| -4298 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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 -4437 ((-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))) (T -571))
-((-4437 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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 (-571)))) (-4278 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| -4298 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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 (-571)))) (-2599 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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 (-571)))) (-2767 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -4298 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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 (-571)))) (-2661 (*1 *1 *2) (-12 (-5 *2 (-656 (-2 (|:| -4298 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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 (-571)))) (-3200 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-5 *1 (-571)))) (-4266 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-571)))) (-1760 (*1 *1) (-5 *1 (-571))))
-(-10 -8 (-15 -1760 ($)) (-15 -4266 ((-1291))) (-15 -3200 ((-656 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) $)) (-15 -2661 ($ (-656 (-2 (|:| -4298 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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 -2767 ($ (-2 (|:| -4298 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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 -2599 ((-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -4278 ((-656 (-2 (|:| -4298 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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 -4437 ((-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| (-1176 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3954 (-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| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))
-((-1797 (((-1191 (-419 (-1191 |#2|))) |#2| (-624 |#2|) (-624 |#2|) (-1191 |#2|)) 35)) (-2563 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|) (-624 |#2|) |#2| (-419 (-1191 |#2|))) 105) (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|) |#2| (-1191 |#2|)) 115)) (-4116 (((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) (-624 |#2|) |#2| (-419 (-1191 |#2|))) 85) (((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) |#2| (-1191 |#2|)) 55)) (-2731 (((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2| (-624 |#2|) |#2| (-419 (-1191 |#2|))) 92) (((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2| |#2| (-1191 |#2|)) 114)) (-1635 (((-3 |#2| "failed") |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1195)) (-624 |#2|) |#2| (-419 (-1191 |#2|))) 110) (((-3 |#2| "failed") |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1195)) |#2| (-1191 |#2|)) 116)) (-2517 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4156 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) (-624 |#2|) |#2| (-419 (-1191 |#2|))) 133 (|has| |#3| (-668 |#2|))) (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4156 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) |#2| (-1191 |#2|)) 132 (|has| |#3| (-668 |#2|)))) (-1950 ((|#2| (-1191 (-419 (-1191 |#2|))) (-624 |#2|) |#2|) 53)) (-3670 (((-1191 (-419 (-1191 |#2|))) (-1191 |#2|) (-624 |#2|)) 34)))
-(((-572 |#1| |#2| |#3|) (-10 -7 (-15 -4116 ((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) |#2| (-1191 |#2|))) (-15 -4116 ((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) (-624 |#2|) |#2| (-419 (-1191 |#2|)))) (-15 -2731 ((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2| |#2| (-1191 |#2|))) (-15 -2731 ((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2| (-624 |#2|) |#2| (-419 (-1191 |#2|)))) (-15 -2563 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|) |#2| (-1191 |#2|))) (-15 -2563 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|) (-624 |#2|) |#2| (-419 (-1191 |#2|)))) (-15 -1635 ((-3 |#2| "failed") |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1195)) |#2| (-1191 |#2|))) (-15 -1635 ((-3 |#2| "failed") |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1195)) (-624 |#2|) |#2| (-419 (-1191 |#2|)))) (-15 -1797 ((-1191 (-419 (-1191 |#2|))) |#2| (-624 |#2|) (-624 |#2|) (-1191 |#2|))) (-15 -1950 (|#2| (-1191 (-419 (-1191 |#2|))) (-624 |#2|) |#2|)) (-15 -3670 ((-1191 (-419 (-1191 |#2|))) (-1191 |#2|) (-624 |#2|))) (IF (|has| |#3| (-668 |#2|)) (PROGN (-15 -2517 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4156 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) |#2| (-1191 |#2|))) (-15 -2517 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4156 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) (-624 |#2|) |#2| (-419 (-1191 |#2|))))) |%noBranch|)) (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))) (-13 (-442 |#1|) (-27) (-1221)) (-1119)) (T -572))
-((-2517 (*1 *2 *3 *4 *5 *5 *5 *4 *6) (-12 (-5 *5 (-624 *4)) (-5 *6 (-419 (-1191 *4))) (-4 *4 (-13 (-442 *7) (-27) (-1221))) (-4 *7 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4156 (-656 *4)))) (-5 *1 (-572 *7 *4 *3)) (-4 *3 (-668 *4)) (-4 *3 (-1119)))) (-2517 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *5 (-624 *4)) (-5 *6 (-1191 *4)) (-4 *4 (-13 (-442 *7) (-27) (-1221))) (-4 *7 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4156 (-656 *4)))) (-5 *1 (-572 *7 *4 *3)) (-4 *3 (-668 *4)) (-4 *3 (-1119)))) (-3670 (*1 *2 *3 *4) (-12 (-5 *4 (-624 *6)) (-4 *6 (-13 (-442 *5) (-27) (-1221))) (-4 *5 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *2 (-1191 (-419 (-1191 *6)))) (-5 *1 (-572 *5 *6 *7)) (-5 *3 (-1191 *6)) (-4 *7 (-1119)))) (-1950 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1191 (-419 (-1191 *2)))) (-5 *4 (-624 *2)) (-4 *2 (-13 (-442 *5) (-27) (-1221))) (-4 *5 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *1 (-572 *5 *2 *6)) (-4 *6 (-1119)))) (-1797 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-624 *3)) (-4 *3 (-13 (-442 *6) (-27) (-1221))) (-4 *6 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *2 (-1191 (-419 (-1191 *3)))) (-5 *1 (-572 *6 *3 *7)) (-5 *5 (-1191 *3)) (-4 *7 (-1119)))) (-1635 (*1 *2 *2 *2 *3 *3 *4 *3 *2 *5) (|partial| -12 (-5 *3 (-624 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1195))) (-5 *5 (-419 (-1191 *2))) (-4 *2 (-13 (-442 *6) (-27) (-1221))) (-4 *6 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *1 (-572 *6 *2 *7)) (-4 *7 (-1119)))) (-1635 (*1 *2 *2 *2 *3 *3 *4 *2 *5) (|partial| -12 (-5 *3 (-624 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1195))) (-5 *5 (-1191 *2)) (-4 *2 (-13 (-442 *6) (-27) (-1221))) (-4 *6 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *1 (-572 *6 *2 *7)) (-4 *7 (-1119)))) (-2563 (*1 *2 *3 *4 *4 *5 *4 *3 *6) (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-656 *3)) (-5 *6 (-419 (-1191 *3))) (-4 *3 (-13 (-442 *7) (-27) (-1221))) (-4 *7 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-572 *7 *3 *8)) (-4 *8 (-1119)))) (-2563 (*1 *2 *3 *4 *4 *5 *3 *6) (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-656 *3)) (-5 *6 (-1191 *3)) (-4 *3 (-13 (-442 *7) (-27) (-1221))) (-4 *7 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-572 *7 *3 *8)) (-4 *8 (-1119)))) (-2731 (*1 *2 *3 *4 *4 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-419 (-1191 *3))) (-4 *3 (-13 (-442 *6) (-27) (-1221))) (-4 *6 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| -1633 *3) (|:| |coeff| *3))) (-5 *1 (-572 *6 *3 *7)) (-4 *7 (-1119)))) (-2731 (*1 *2 *3 *4 *4 *3 *3 *5) (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-1191 *3)) (-4 *3 (-13 (-442 *6) (-27) (-1221))) (-4 *6 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| -1633 *3) (|:| |coeff| *3))) (-5 *1 (-572 *6 *3 *7)) (-4 *7 (-1119)))) (-4116 (*1 *2 *3 *4 *4 *4 *3 *5) (-12 (-5 *4 (-624 *3)) (-5 *5 (-419 (-1191 *3))) (-4 *3 (-13 (-442 *6) (-27) (-1221))) (-4 *6 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *2 (-598 *3)) (-5 *1 (-572 *6 *3 *7)) (-4 *7 (-1119)))) (-4116 (*1 *2 *3 *4 *4 *3 *5) (-12 (-5 *4 (-624 *3)) (-5 *5 (-1191 *3)) (-4 *3 (-13 (-442 *6) (-27) (-1221))) (-4 *6 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *2 (-598 *3)) (-5 *1 (-572 *6 *3 *7)) (-4 *7 (-1119)))))
-(-10 -7 (-15 -4116 ((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) |#2| (-1191 |#2|))) (-15 -4116 ((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) (-624 |#2|) |#2| (-419 (-1191 |#2|)))) (-15 -2731 ((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2| |#2| (-1191 |#2|))) (-15 -2731 ((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2| (-624 |#2|) |#2| (-419 (-1191 |#2|)))) (-15 -2563 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|) |#2| (-1191 |#2|))) (-15 -2563 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|) (-624 |#2|) |#2| (-419 (-1191 |#2|)))) (-15 -1635 ((-3 |#2| "failed") |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1195)) |#2| (-1191 |#2|))) (-15 -1635 ((-3 |#2| "failed") |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1195)) (-624 |#2|) |#2| (-419 (-1191 |#2|)))) (-15 -1797 ((-1191 (-419 (-1191 |#2|))) |#2| (-624 |#2|) (-624 |#2|) (-1191 |#2|))) (-15 -1950 (|#2| (-1191 (-419 (-1191 |#2|))) (-624 |#2|) |#2|)) (-15 -3670 ((-1191 (-419 (-1191 |#2|))) (-1191 |#2|) (-624 |#2|))) (IF (|has| |#3| (-668 |#2|)) (PROGN (-15 -2517 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4156 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) |#2| (-1191 |#2|))) (-15 -2517 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4156 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) (-624 |#2|) |#2| (-419 (-1191 |#2|))))) |%noBranch|))
-((-3124 (((-576) (-576) (-783)) 85)) (-4382 (((-576) (-576)) 83)) (-2792 (((-576) (-576)) 81)) (-2995 (((-576) (-576)) 87)) (-4297 (((-576) (-576) (-576)) 65)) (-2930 (((-576) (-576) (-576)) 62)) (-3206 (((-419 (-576)) (-576)) 30)) (-3427 (((-576) (-576)) 34)) (-1573 (((-576) (-576)) 74)) (-2310 (((-576) (-576)) 46)) (-1780 (((-656 (-576)) (-576)) 80)) (-3666 (((-576) (-576) (-576) (-576) (-576)) 58)) (-2256 (((-419 (-576)) (-576)) 55)))
-(((-573) (-10 -7 (-15 -2256 ((-419 (-576)) (-576))) (-15 -3666 ((-576) (-576) (-576) (-576) (-576))) (-15 -1780 ((-656 (-576)) (-576))) (-15 -2310 ((-576) (-576))) (-15 -1573 ((-576) (-576))) (-15 -3427 ((-576) (-576))) (-15 -3206 ((-419 (-576)) (-576))) (-15 -2930 ((-576) (-576) (-576))) (-15 -4297 ((-576) (-576) (-576))) (-15 -2995 ((-576) (-576))) (-15 -2792 ((-576) (-576))) (-15 -4382 ((-576) (-576))) (-15 -3124 ((-576) (-576) (-783))))) (T -573))
-((-3124 (*1 *2 *2 *3) (-12 (-5 *2 (-576)) (-5 *3 (-783)) (-5 *1 (-573)))) (-4382 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-2792 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-2995 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-4297 (*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-2930 (*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-3206 (*1 *2 *3) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-573)) (-5 *3 (-576)))) (-3427 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-1573 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-2310 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-1780 (*1 *2 *3) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-573)) (-5 *3 (-576)))) (-3666 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-2256 (*1 *2 *3) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-573)) (-5 *3 (-576)))))
-(-10 -7 (-15 -2256 ((-419 (-576)) (-576))) (-15 -3666 ((-576) (-576) (-576) (-576) (-576))) (-15 -1780 ((-656 (-576)) (-576))) (-15 -2310 ((-576) (-576))) (-15 -1573 ((-576) (-576))) (-15 -3427 ((-576) (-576))) (-15 -3206 ((-419 (-576)) (-576))) (-15 -2930 ((-576) (-576) (-576))) (-15 -4297 ((-576) (-576) (-576))) (-15 -2995 ((-576) (-576))) (-15 -2792 ((-576) (-576))) (-15 -4382 ((-576) (-576))) (-15 -3124 ((-576) (-576) (-783))))
-((-4130 (((-2 (|:| |answer| |#4|) (|:| -4377 |#4|)) |#4| (-1 |#2| |#2|)) 56)))
-(((-574 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4130 ((-2 (|:| |answer| |#4|) (|:| -4377 |#4|)) |#4| (-1 |#2| |#2|)))) (-374) (-1262 |#1|) (-1262 (-419 |#2|)) (-353 |#1| |#2| |#3|)) (T -574))
-((-4130 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1262 *5)) (-4 *5 (-374)) (-4 *7 (-1262 (-419 *6))) (-5 *2 (-2 (|:| |answer| *3) (|:| -4377 *3))) (-5 *1 (-574 *5 *6 *7 *3)) (-4 *3 (-353 *5 *6 *7)))))
-(-10 -7 (-15 -4130 ((-2 (|:| |answer| |#4|) (|:| -4377 |#4|)) |#4| (-1 |#2| |#2|))))
-((-4130 (((-2 (|:| |answer| (-419 |#2|)) (|:| -4377 (-419 |#2|)) (|:| |specpart| (-419 |#2|)) (|:| |polypart| |#2|)) (-419 |#2|) (-1 |#2| |#2|)) 18)))
-(((-575 |#1| |#2|) (-10 -7 (-15 -4130 ((-2 (|:| |answer| (-419 |#2|)) (|:| -4377 (-419 |#2|)) (|:| |specpart| (-419 |#2|)) (|:| |polypart| |#2|)) (-419 |#2|) (-1 |#2| |#2|)))) (-374) (-1262 |#1|)) (T -575))
-((-4130 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1262 *5)) (-4 *5 (-374)) (-5 *2 (-2 (|:| |answer| (-419 *6)) (|:| -4377 (-419 *6)) (|:| |specpart| (-419 *6)) (|:| |polypart| *6))) (-5 *1 (-575 *5 *6)) (-5 *3 (-419 *6)))))
-(-10 -7 (-15 -4130 ((-2 (|:| |answer| (-419 |#2|)) (|:| -4377 (-419 |#2|)) (|:| |specpart| (-419 |#2|)) (|:| |polypart| |#2|)) (-419 |#2|) (-1 |#2| |#2|))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 30)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 96)) (-4380 (($ $) 97)) (-1657 (((-112) $) NIL)) (-3248 (($ $ $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-4185 (($ $ $ $) 52)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1829 (((-112) $ $) NIL)) (-2786 (((-576) $) NIL)) (-2740 (($ $ $) 91)) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL)) (-2857 (((-576) $) NIL)) (-3426 (($ $ $) 53)) (-3142 (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 76) (((-701 (-576)) (-701 $)) 72)) (-2251 (((-3 $ "failed") $) 93)) (-2772 (((-3 (-419 (-576)) "failed") $) NIL)) (-4423 (((-112) $) NIL)) (-4335 (((-419 (-576)) $) NIL)) (-1834 (($) 78) (($ $) 79)) (-3438 (($ $ $) 90)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3535 (($ $ $ $) NIL)) (-2363 (($ $ $) 69)) (-3075 (((-112) $) NIL)) (-4440 (($ $ $) NIL)) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL)) (-3612 (((-112) $) 34)) (-2044 (((-112) $) 85)) (-2162 (((-3 $ "failed") $) NIL)) (-3667 (((-112) $) 43)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3832 (($ $ $ $) 54)) (-3123 (($ $ $) 87)) (-2352 (($ $ $) 86)) (-2238 (($ $) NIL)) (-2432 (($ $) 49)) (-1853 (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL) (((-701 (-576)) (-1286 $)) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) 68)) (-2672 (($ $ $) NIL)) (-3537 (($) NIL T CONST)) (-1371 (($ $) 38)) (-1448 (((-1139) $) 42)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 128)) (-3495 (($ $ $) 94) (($ (-656 $)) NIL)) (-3628 (($ $) NIL)) (-1827 (((-430 $) $) 114)) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL)) (-3473 (((-3 $ "failed") $ $) 112)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2227 (((-112) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 89)) (-2770 (($ $) NIL) (($ $ (-783)) NIL)) (-1805 (($ $) 40)) (-1868 (($ $) 36)) (-4169 (((-576) $) 48) (((-548) $) 63) (((-905 (-576)) $) NIL) (((-390) $) 57) (((-227) $) 60) (((-1177) $) 65)) (-3567 (((-874) $) 46) (($ (-576)) 47) (($ $) NIL) (($ (-576)) 47)) (-2596 (((-783)) NIL T CONST)) (-1881 (((-112) $ $) NIL)) (-4020 (($ $ $) NIL)) (-1540 (((-112) $ $) NIL)) (-3513 (($) 35)) (-4196 (((-112) $ $) NIL)) (-2483 (($ $ $ $) 51)) (-4308 (($ $) 77)) (-2716 (($) 6 T CONST)) (-2727 (($) 31 T CONST)) (-4359 (((-1177) $) 26) (((-1177) $ (-112)) 27) (((-1291) (-834) $) 28) (((-1291) (-834) $ (-112)) 29)) (-2014 (($ $) NIL) (($ $ (-783)) NIL)) (-2989 (((-112) $ $) 50)) (-2960 (((-112) $ $) 80)) (-2921 (((-112) $ $) 33)) (-2975 (((-112) $ $) 81)) (-2946 (((-112) $ $) 10)) (-3041 (($ $) 16) (($ $ $) 39)) (-3027 (($ $ $) 37)) (** (($ $ (-938)) NIL) (($ $ (-783)) 84)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 83) (($ $ $) 82) (($ (-576) $) 83)))
-(((-576) (-13 (-557) (-626 (-1177)) (-840) (-10 -7 (-6 -4449) (-6 -4454) (-6 -4450) (-6 -4444)))) (T -576))
-NIL
-(-13 (-557) (-626 (-1177)) (-840) (-10 -7 (-6 -4449) (-6 -4454) (-6 -4450) (-6 -4444)))
-((-2938 (((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))) (|:| |extra| (-1054))) (-781) (-1082)) 116) (((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))) (|:| |extra| (-1054))) (-781)) 118)) (-2092 (((-3 (-1054) "failed") (-326 (-390)) (-1111 (-855 (-390))) (-1195)) 195) (((-3 (-1054) "failed") (-326 (-390)) (-1111 (-855 (-390))) (-1177)) 194) (((-1054) (-326 (-390)) (-656 (-1113 (-855 (-390)))) (-390) (-390) (-1082)) 199) (((-1054) (-326 (-390)) (-656 (-1113 (-855 (-390)))) (-390) (-390)) 200) (((-1054) (-326 (-390)) (-656 (-1113 (-855 (-390)))) (-390)) 201) (((-1054) (-326 (-390)) (-656 (-1113 (-855 (-390))))) 202) (((-1054) (-326 (-390)) (-1113 (-855 (-390)))) 190) (((-1054) (-326 (-390)) (-1113 (-855 (-390))) (-390)) 189) (((-1054) (-326 (-390)) (-1113 (-855 (-390))) (-390) (-390)) 185) (((-1054) (-781)) 177) (((-1054) (-326 (-390)) (-1113 (-855 (-390))) (-390) (-390) (-1082)) 184)))
-(((-577) (-10 -7 (-15 -2092 ((-1054) (-326 (-390)) (-1113 (-855 (-390))) (-390) (-390) (-1082))) (-15 -2092 ((-1054) (-781))) (-15 -2092 ((-1054) (-326 (-390)) (-1113 (-855 (-390))) (-390) (-390))) (-15 -2092 ((-1054) (-326 (-390)) (-1113 (-855 (-390))) (-390))) (-15 -2092 ((-1054) (-326 (-390)) (-1113 (-855 (-390))))) (-15 -2092 ((-1054) (-326 (-390)) (-656 (-1113 (-855 (-390)))))) (-15 -2092 ((-1054) (-326 (-390)) (-656 (-1113 (-855 (-390)))) (-390))) (-15 -2092 ((-1054) (-326 (-390)) (-656 (-1113 (-855 (-390)))) (-390) (-390))) (-15 -2092 ((-1054) (-326 (-390)) (-656 (-1113 (-855 (-390)))) (-390) (-390) (-1082))) (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))) (|:| |extra| (-1054))) (-781))) (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))) (|:| |extra| (-1054))) (-781) (-1082))) (-15 -2092 ((-3 (-1054) "failed") (-326 (-390)) (-1111 (-855 (-390))) (-1177))) (-15 -2092 ((-3 (-1054) "failed") (-326 (-390)) (-1111 (-855 (-390))) (-1195))))) (T -577))
-((-2092 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-326 (-390))) (-5 *4 (-1111 (-855 (-390)))) (-5 *5 (-1195)) (-5 *2 (-1054)) (-5 *1 (-577)))) (-2092 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-326 (-390))) (-5 *4 (-1111 (-855 (-390)))) (-5 *5 (-1177)) (-5 *2 (-1054)) (-5 *1 (-577)))) (-2938 (*1 *2 *3 *4) (-12 (-5 *3 (-781)) (-5 *4 (-1082)) (-5 *2 (-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))) (|:| |extra| (-1054)))) (-5 *1 (-577)))) (-2938 (*1 *2 *3) (-12 (-5 *3 (-781)) (-5 *2 (-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))) (|:| |extra| (-1054)))) (-5 *1 (-577)))) (-2092 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-1113 (-855 (-390))))) (-5 *5 (-390)) (-5 *6 (-1082)) (-5 *2 (-1054)) (-5 *1 (-577)))) (-2092 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-1113 (-855 (-390))))) (-5 *5 (-390)) (-5 *2 (-1054)) (-5 *1 (-577)))) (-2092 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-1113 (-855 (-390))))) (-5 *5 (-390)) (-5 *2 (-1054)) (-5 *1 (-577)))) (-2092 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-1113 (-855 (-390))))) (-5 *2 (-1054)) (-5 *1 (-577)))) (-2092 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-1113 (-855 (-390)))) (-5 *2 (-1054)) (-5 *1 (-577)))) (-2092 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-1113 (-855 (-390)))) (-5 *5 (-390)) (-5 *2 (-1054)) (-5 *1 (-577)))) (-2092 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-1113 (-855 (-390)))) (-5 *5 (-390)) (-5 *2 (-1054)) (-5 *1 (-577)))) (-2092 (*1 *2 *3) (-12 (-5 *3 (-781)) (-5 *2 (-1054)) (-5 *1 (-577)))) (-2092 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-1113 (-855 (-390)))) (-5 *5 (-390)) (-5 *6 (-1082)) (-5 *2 (-1054)) (-5 *1 (-577)))))
-(-10 -7 (-15 -2092 ((-1054) (-326 (-390)) (-1113 (-855 (-390))) (-390) (-390) (-1082))) (-15 -2092 ((-1054) (-781))) (-15 -2092 ((-1054) (-326 (-390)) (-1113 (-855 (-390))) (-390) (-390))) (-15 -2092 ((-1054) (-326 (-390)) (-1113 (-855 (-390))) (-390))) (-15 -2092 ((-1054) (-326 (-390)) (-1113 (-855 (-390))))) (-15 -2092 ((-1054) (-326 (-390)) (-656 (-1113 (-855 (-390)))))) (-15 -2092 ((-1054) (-326 (-390)) (-656 (-1113 (-855 (-390)))) (-390))) (-15 -2092 ((-1054) (-326 (-390)) (-656 (-1113 (-855 (-390)))) (-390) (-390))) (-15 -2092 ((-1054) (-326 (-390)) (-656 (-1113 (-855 (-390)))) (-390) (-390) (-1082))) (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))) (|:| |extra| (-1054))) (-781))) (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))) (|:| |extra| (-1054))) (-781) (-1082))) (-15 -2092 ((-3 (-1054) "failed") (-326 (-390)) (-1111 (-855 (-390))) (-1177))) (-15 -2092 ((-3 (-1054) "failed") (-326 (-390)) (-1111 (-855 (-390))) (-1195))))
-((-4023 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|)) 195)) (-1728 (((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|)) 97)) (-3387 (((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2|) 191)) (-3904 (((-3 |#2| "failed") |#2| |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1195))) 200)) (-3069 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4156 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) (-1195)) 209 (|has| |#3| (-668 |#2|)))))
-(((-578 |#1| |#2| |#3|) (-10 -7 (-15 -1728 ((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|))) (-15 -3387 ((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2|)) (-15 -4023 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|))) (-15 -3904 ((-3 |#2| "failed") |#2| |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1195)))) (IF (|has| |#3| (-668 |#2|)) (-15 -3069 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4156 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) (-1195))) |%noBranch|)) (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))) (-13 (-442 |#1|) (-27) (-1221)) (-1119)) (T -578))
-((-3069 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *5 (-624 *4)) (-5 *6 (-1195)) (-4 *4 (-13 (-442 *7) (-27) (-1221))) (-4 *7 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4156 (-656 *4)))) (-5 *1 (-578 *7 *4 *3)) (-4 *3 (-668 *4)) (-4 *3 (-1119)))) (-3904 (*1 *2 *2 *2 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-624 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1195))) (-4 *2 (-13 (-442 *5) (-27) (-1221))) (-4 *5 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *1 (-578 *5 *2 *6)) (-4 *6 (-1119)))) (-4023 (*1 *2 *3 *4 *4 *5) (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-656 *3)) (-4 *3 (-13 (-442 *6) (-27) (-1221))) (-4 *6 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-578 *6 *3 *7)) (-4 *7 (-1119)))) (-3387 (*1 *2 *3 *4 *4 *3) (|partial| -12 (-5 *4 (-624 *3)) (-4 *3 (-13 (-442 *5) (-27) (-1221))) (-4 *5 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| -1633 *3) (|:| |coeff| *3))) (-5 *1 (-578 *5 *3 *6)) (-4 *6 (-1119)))) (-1728 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-624 *3)) (-4 *3 (-13 (-442 *5) (-27) (-1221))) (-4 *5 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576)))) (-5 *2 (-598 *3)) (-5 *1 (-578 *5 *3 *6)) (-4 *6 (-1119)))))
-(-10 -7 (-15 -1728 ((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|))) (-15 -3387 ((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2|)) (-15 -4023 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|))) (-15 -3904 ((-3 |#2| "failed") |#2| |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1195)))) (IF (|has| |#3| (-668 |#2|)) (-15 -3069 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4156 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) (-1195))) |%noBranch|))
-((-4268 (((-2 (|:| -2179 |#2|) (|:| |nconst| |#2|)) |#2| (-1195)) 64)) (-1997 (((-3 |#2| "failed") |#2| (-1195) (-855 |#2|) (-855 |#2|)) 175 (-12 (|has| |#2| (-1158)) (|has| |#1| (-626 (-905 (-576)))) (|has| |#1| (-899 (-576))))) (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1195)) 154 (-12 (|has| |#2| (-641)) (|has| |#1| (-626 (-905 (-576)))) (|has| |#1| (-899 (-576)))))) (-4178 (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1195)) 156 (-12 (|has| |#2| (-641)) (|has| |#1| (-626 (-905 (-576)))) (|has| |#1| (-899 (-576)))))))
-(((-579 |#1| |#2|) (-10 -7 (-15 -4268 ((-2 (|:| -2179 |#2|) (|:| |nconst| |#2|)) |#2| (-1195))) (IF (|has| |#1| (-626 (-905 (-576)))) (IF (|has| |#1| (-899 (-576))) (PROGN (IF (|has| |#2| (-641)) (PROGN (-15 -4178 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1195))) (-15 -1997 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1195)))) |%noBranch|) (IF (|has| |#2| (-1158)) (-15 -1997 ((-3 |#2| "failed") |#2| (-1195) (-855 |#2|) (-855 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|)) (-13 (-1057 (-576)) (-464) (-651 (-576))) (-13 (-27) (-1221) (-442 |#1|))) (T -579))
-((-1997 (*1 *2 *2 *3 *4 *4) (|partial| -12 (-5 *3 (-1195)) (-5 *4 (-855 *2)) (-4 *2 (-1158)) (-4 *2 (-13 (-27) (-1221) (-442 *5))) (-4 *5 (-626 (-905 (-576)))) (-4 *5 (-899 (-576))) (-4 *5 (-13 (-1057 (-576)) (-464) (-651 (-576)))) (-5 *1 (-579 *5 *2)))) (-1997 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1195)) (-4 *5 (-626 (-905 (-576)))) (-4 *5 (-899 (-576))) (-4 *5 (-13 (-1057 (-576)) (-464) (-651 (-576)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-579 *5 *3)) (-4 *3 (-641)) (-4 *3 (-13 (-27) (-1221) (-442 *5))))) (-4178 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1195)) (-4 *5 (-626 (-905 (-576)))) (-4 *5 (-899 (-576))) (-4 *5 (-13 (-1057 (-576)) (-464) (-651 (-576)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-579 *5 *3)) (-4 *3 (-641)) (-4 *3 (-13 (-27) (-1221) (-442 *5))))) (-4268 (*1 *2 *3 *4) (-12 (-5 *4 (-1195)) (-4 *5 (-13 (-1057 (-576)) (-464) (-651 (-576)))) (-5 *2 (-2 (|:| -2179 *3) (|:| |nconst| *3))) (-5 *1 (-579 *5 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5))))))
-(-10 -7 (-15 -4268 ((-2 (|:| -2179 |#2|) (|:| |nconst| |#2|)) |#2| (-1195))) (IF (|has| |#1| (-626 (-905 (-576)))) (IF (|has| |#1| (-899 (-576))) (PROGN (IF (|has| |#2| (-641)) (PROGN (-15 -4178 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1195))) (-15 -1997 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1195)))) |%noBranch|) (IF (|has| |#2| (-1158)) (-15 -1997 ((-3 |#2| "failed") |#2| (-1195) (-855 |#2|) (-855 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|))
-((-3451 (((-3 (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|)))))) "failed") (-419 |#2|) (-656 (-419 |#2|))) 41)) (-2092 (((-598 (-419 |#2|)) (-419 |#2|)) 28)) (-1816 (((-3 (-419 |#2|) "failed") (-419 |#2|)) 17)) (-3190 (((-3 (-2 (|:| -1633 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-419 |#2|)) 48)))
-(((-580 |#1| |#2|) (-10 -7 (-15 -2092 ((-598 (-419 |#2|)) (-419 |#2|))) (-15 -1816 ((-3 (-419 |#2|) "failed") (-419 |#2|))) (-15 -3190 ((-3 (-2 (|:| -1633 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-419 |#2|))) (-15 -3451 ((-3 (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|)))))) "failed") (-419 |#2|) (-656 (-419 |#2|))))) (-13 (-374) (-148) (-1057 (-576))) (-1262 |#1|)) (T -580))
-((-3451 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-656 (-419 *6))) (-5 *3 (-419 *6)) (-4 *6 (-1262 *5)) (-4 *5 (-13 (-374) (-148) (-1057 (-576)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-580 *5 *6)))) (-3190 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-13 (-374) (-148) (-1057 (-576)))) (-4 *5 (-1262 *4)) (-5 *2 (-2 (|:| -1633 (-419 *5)) (|:| |coeff| (-419 *5)))) (-5 *1 (-580 *4 *5)) (-5 *3 (-419 *5)))) (-1816 (*1 *2 *2) (|partial| -12 (-5 *2 (-419 *4)) (-4 *4 (-1262 *3)) (-4 *3 (-13 (-374) (-148) (-1057 (-576)))) (-5 *1 (-580 *3 *4)))) (-2092 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-148) (-1057 (-576)))) (-4 *5 (-1262 *4)) (-5 *2 (-598 (-419 *5))) (-5 *1 (-580 *4 *5)) (-5 *3 (-419 *5)))))
-(-10 -7 (-15 -2092 ((-598 (-419 |#2|)) (-419 |#2|))) (-15 -1816 ((-3 (-419 |#2|) "failed") (-419 |#2|))) (-15 -3190 ((-3 (-2 (|:| -1633 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-419 |#2|))) (-15 -3451 ((-3 (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|)))))) "failed") (-419 |#2|) (-656 (-419 |#2|)))))
-((-3604 (((-3 (-576) "failed") |#1|) 14)) (-3093 (((-112) |#1|) 13)) (-3131 (((-576) |#1|) 9)))
-(((-581 |#1|) (-10 -7 (-15 -3131 ((-576) |#1|)) (-15 -3093 ((-112) |#1|)) (-15 -3604 ((-3 (-576) "failed") |#1|))) (-1057 (-576))) (T -581))
-((-3604 (*1 *2 *3) (|partial| -12 (-5 *2 (-576)) (-5 *1 (-581 *3)) (-4 *3 (-1057 *2)))) (-3093 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-581 *3)) (-4 *3 (-1057 (-576))))) (-3131 (*1 *2 *3) (-12 (-5 *2 (-576)) (-5 *1 (-581 *3)) (-4 *3 (-1057 *2)))))
-(-10 -7 (-15 -3131 ((-576) |#1|)) (-15 -3093 ((-112) |#1|)) (-15 -3604 ((-3 (-576) "failed") |#1|)))
-((-1652 (((-3 (-2 (|:| |mainpart| (-419 (-969 |#1|))) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 (-969 |#1|))) (|:| |logand| (-419 (-969 |#1|))))))) "failed") (-419 (-969 |#1|)) (-1195) (-656 (-419 (-969 |#1|)))) 48)) (-4200 (((-598 (-419 (-969 |#1|))) (-419 (-969 |#1|)) (-1195)) 28)) (-3060 (((-3 (-419 (-969 |#1|)) "failed") (-419 (-969 |#1|)) (-1195)) 23)) (-3166 (((-3 (-2 (|:| -1633 (-419 (-969 |#1|))) (|:| |coeff| (-419 (-969 |#1|)))) "failed") (-419 (-969 |#1|)) (-1195) (-419 (-969 |#1|))) 35)))
-(((-582 |#1|) (-10 -7 (-15 -4200 ((-598 (-419 (-969 |#1|))) (-419 (-969 |#1|)) (-1195))) (-15 -3060 ((-3 (-419 (-969 |#1|)) "failed") (-419 (-969 |#1|)) (-1195))) (-15 -1652 ((-3 (-2 (|:| |mainpart| (-419 (-969 |#1|))) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 (-969 |#1|))) (|:| |logand| (-419 (-969 |#1|))))))) "failed") (-419 (-969 |#1|)) (-1195) (-656 (-419 (-969 |#1|))))) (-15 -3166 ((-3 (-2 (|:| -1633 (-419 (-969 |#1|))) (|:| |coeff| (-419 (-969 |#1|)))) "failed") (-419 (-969 |#1|)) (-1195) (-419 (-969 |#1|))))) (-13 (-568) (-1057 (-576)) (-148))) (T -582))
-((-3166 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1195)) (-4 *5 (-13 (-568) (-1057 (-576)) (-148))) (-5 *2 (-2 (|:| -1633 (-419 (-969 *5))) (|:| |coeff| (-419 (-969 *5))))) (-5 *1 (-582 *5)) (-5 *3 (-419 (-969 *5))))) (-1652 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1195)) (-5 *5 (-656 (-419 (-969 *6)))) (-5 *3 (-419 (-969 *6))) (-4 *6 (-13 (-568) (-1057 (-576)) (-148))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-582 *6)))) (-3060 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-419 (-969 *4))) (-5 *3 (-1195)) (-4 *4 (-13 (-568) (-1057 (-576)) (-148))) (-5 *1 (-582 *4)))) (-4200 (*1 *2 *3 *4) (-12 (-5 *4 (-1195)) (-4 *5 (-13 (-568) (-1057 (-576)) (-148))) (-5 *2 (-598 (-419 (-969 *5)))) (-5 *1 (-582 *5)) (-5 *3 (-419 (-969 *5))))))
-(-10 -7 (-15 -4200 ((-598 (-419 (-969 |#1|))) (-419 (-969 |#1|)) (-1195))) (-15 -3060 ((-3 (-419 (-969 |#1|)) "failed") (-419 (-969 |#1|)) (-1195))) (-15 -1652 ((-3 (-2 (|:| |mainpart| (-419 (-969 |#1|))) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 (-969 |#1|))) (|:| |logand| (-419 (-969 |#1|))))))) "failed") (-419 (-969 |#1|)) (-1195) (-656 (-419 (-969 |#1|))))) (-15 -3166 ((-3 (-2 (|:| -1633 (-419 (-969 |#1|))) (|:| |coeff| (-419 (-969 |#1|)))) "failed") (-419 (-969 |#1|)) (-1195) (-419 (-969 |#1|)))))
-((-3486 (((-112) $ $) 75)) (-1353 (((-112) $) 48)) (-3358 ((|#1| $) 39)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) 79)) (-4022 (($ $) 139)) (-3898 (($ $) 118)) (-3848 ((|#1| $) 37)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1838 (($ $) NIL)) (-4003 (($ $) 141)) (-3874 (($ $) 114)) (-4047 (($ $) 143)) (-3917 (($ $) 122)) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) 93)) (-2857 (((-576) $) 95)) (-2251 (((-3 $ "failed") $) 78)) (-2592 (($ |#1| |#1|) 35)) (-3075 (((-112) $) 44)) (-1598 (($) 104)) (-3612 (((-112) $) 55)) (-3867 (($ $ (-576)) NIL)) (-3667 (((-112) $) 45)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-3742 (($ $) 106)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-1676 (($ |#1| |#1|) 29) (($ |#1|) 34) (($ (-419 (-576))) 92)) (-2176 ((|#1| $) 36)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) 81) (($ (-656 $)) NIL)) (-3473 (((-3 $ "failed") $ $) 80)) (-4101 (($ $) 108)) (-4058 (($ $) 147)) (-3927 (($ $) 120)) (-4034 (($ $) 149)) (-3907 (($ $) 124)) (-4011 (($ $) 145)) (-3886 (($ $) 116)) (-1408 (((-112) $ |#1|) 42)) (-3567 (((-874) $) 100) (($ (-576)) 83) (($ $) NIL) (($ (-576)) 83)) (-2596 (((-783)) 102 T CONST)) (-1540 (((-112) $ $) NIL)) (-2787 (($ $) 161)) (-3958 (($ $) 130)) (-4196 (((-112) $ $) NIL)) (-4068 (($ $) 159)) (-3935 (($ $) 126)) (-2812 (($ $) 157)) (-3980 (($ $) 137)) (-4385 (($ $) 155)) (-3992 (($ $) 135)) (-2800 (($ $) 153)) (-3971 (($ $) 132)) (-4080 (($ $) 151)) (-3948 (($ $) 128)) (-2716 (($) 30 T CONST)) (-2727 (($) 10 T CONST)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 49)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 47)) (-3041 (($ $) 53) (($ $ $) 54)) (-3027 (($ $ $) 52)) (** (($ $ (-938)) 71) (($ $ (-783)) NIL) (($ $ $) 110) (($ $ (-419 (-576))) 163)) (* (($ (-938) $) 66) (($ (-783) $) NIL) (($ (-576) $) 65) (($ $ $) 61)))
-(((-583 |#1|) (-566 |#1|) (-13 (-416) (-1221))) (T -583))
+((-1943 (*1 *1 *1 *1) (|partial| -4 *1 (-568))) (-3161 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -4352 *1) (|:| -4451 *1) (|:| |associate| *1))) (-4 *1 (-568)))) (-2116 (*1 *1 *1) (-4 *1 (-568))) (-4095 (*1 *2 *1 *1) (-12 (-4 *1 (-568)) (-5 *2 (-112)))) (-2898 (*1 *2 *1) (-12 (-4 *1 (-568)) (-5 *2 (-112)))))
+(-13 (-174) (-38 $) (-300) (-10 -8 (-15 -1943 ((-3 $ "failed") $ $)) (-15 -3161 ((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $)) (-15 -2116 ($ $)) (-15 -4095 ((-112) $ $)) (-15 -2898 ((-112) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-300) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-1072 $) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-2706 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1197) (-656 |#2|)) 38)) (-2511 (((-598 |#2|) |#2| (-1197)) 63)) (-2299 (((-3 |#2| "failed") |#2| (-1197)) 156)) (-2443 (((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1197) (-624 |#2|) (-656 (-624 |#2|))) 159)) (-2024 (((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1197) |#2|) 41)))
+(((-569 |#1| |#2|) (-10 -7 (-15 -2024 ((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1197) |#2|)) (-15 -2706 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1197) (-656 |#2|))) (-15 -2299 ((-3 |#2| "failed") |#2| (-1197))) (-15 -2511 ((-598 |#2|) |#2| (-1197))) (-15 -2443 ((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1197) (-624 |#2|) (-656 (-624 |#2|))))) (-13 (-464) (-148) (-1059 (-576)) (-651 (-576))) (-13 (-27) (-1223) (-442 |#1|))) (T -569))
+((-2443 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1197)) (-5 *6 (-656 (-624 *3))) (-5 *5 (-624 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *7))) (-4 *7 (-13 (-464) (-148) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-2 (|:| -2670 *3) (|:| |coeff| *3))) (-5 *1 (-569 *7 *3)))) (-2511 (*1 *2 *3 *4) (-12 (-5 *4 (-1197)) (-4 *5 (-13 (-464) (-148) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-598 *3)) (-5 *1 (-569 *5 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5))))) (-2299 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1197)) (-4 *4 (-13 (-464) (-148) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-569 *4 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *4))))) (-2706 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1197)) (-5 *5 (-656 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *6))) (-4 *6 (-13 (-464) (-148) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-569 *6 *3)))) (-2024 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1197)) (-4 *5 (-13 (-464) (-148) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-2 (|:| -2670 *3) (|:| |coeff| *3))) (-5 *1 (-569 *5 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5))))))
+(-10 -7 (-15 -2024 ((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1197) |#2|)) (-15 -2706 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1197) (-656 |#2|))) (-15 -2299 ((-3 |#2| "failed") |#2| (-1197))) (-15 -2511 ((-598 |#2|) |#2| (-1197))) (-15 -2443 ((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1197) (-624 |#2|) (-656 (-624 |#2|)))))
+((-2068 (((-430 |#1|) |#1|) 19)) (-1452 (((-430 |#1|) |#1|) 34)) (-1614 (((-3 |#1| "failed") |#1|) 49)) (-2991 (((-430 |#1|) |#1|) 60)))
+(((-570 |#1|) (-10 -7 (-15 -1452 ((-430 |#1|) |#1|)) (-15 -2068 ((-430 |#1|) |#1|)) (-15 -2991 ((-430 |#1|) |#1|)) (-15 -1614 ((-3 |#1| "failed") |#1|))) (-557)) (T -570))
+((-1614 (*1 *2 *2) (|partial| -12 (-5 *1 (-570 *2)) (-4 *2 (-557)))) (-2991 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-570 *3)) (-4 *3 (-557)))) (-2068 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-570 *3)) (-4 *3 (-557)))) (-1452 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-570 *3)) (-4 *3 (-557)))))
+(-10 -7 (-15 -1452 ((-430 |#1|) |#1|)) (-15 -2068 ((-430 |#1|) |#1|)) (-15 -2991 ((-430 |#1|) |#1|)) (-15 -1614 ((-3 |#1| "failed") |#1|)))
+((-1440 (($) 9)) (-1704 (((-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 34)) (-2353 (((-656 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) $) 31)) (-3846 (($ (-2 (|:| -2240 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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"))))))) 28)) (-2147 (($ (-656 (-2 (|:| -2240 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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")))))))) 26)) (-2904 (((-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 38)) (-3700 (((-656 (-2 (|:| -2240 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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"))))))) $) 36)) (-3596 (((-1293)) 11)))
+(((-571) (-10 -8 (-15 -1440 ($)) (-15 -3596 ((-1293))) (-15 -2353 ((-656 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) $)) (-15 -2147 ($ (-656 (-2 (|:| -2240 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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 -3846 ($ (-2 (|:| -2240 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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 -1704 ((-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3700 ((-656 (-2 (|:| -2240 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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 -2904 ((-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))) (T -571))
+((-2904 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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 (-571)))) (-3700 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| -2240 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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 (-571)))) (-1704 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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 (-571)))) (-3846 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -2240 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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 (-571)))) (-2147 (*1 *1 *2) (-12 (-5 *2 (-656 (-2 (|:| -2240 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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 (-571)))) (-2353 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-5 *1 (-571)))) (-3596 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-571)))) (-1440 (*1 *1) (-5 *1 (-571))))
+(-10 -8 (-15 -1440 ($)) (-15 -3596 ((-1293))) (-15 -2353 ((-656 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) $)) (-15 -2147 ($ (-656 (-2 (|:| -2240 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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 -3846 ($ (-2 (|:| -2240 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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 -1704 ((-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3700 ((-656 (-2 (|:| -2240 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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 -2904 ((-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| (-1178 (-227))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3646 (-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| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))
+((-1420 (((-1193 (-419 (-1193 |#2|))) |#2| (-624 |#2|) (-624 |#2|) (-1193 |#2|)) 35)) (-2512 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|) (-624 |#2|) |#2| (-419 (-1193 |#2|))) 105) (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|) |#2| (-1193 |#2|)) 115)) (-1382 (((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) (-624 |#2|) |#2| (-419 (-1193 |#2|))) 85) (((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) |#2| (-1193 |#2|)) 55)) (-1566 (((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2| (-624 |#2|) |#2| (-419 (-1193 |#2|))) 92) (((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2| |#2| (-1193 |#2|)) 114)) (-2692 (((-3 |#2| "failed") |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1197)) (-624 |#2|) |#2| (-419 (-1193 |#2|))) 110) (((-3 |#2| "failed") |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1197)) |#2| (-1193 |#2|)) 116)) (-3339 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1726 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) (-624 |#2|) |#2| (-419 (-1193 |#2|))) 133 (|has| |#3| (-668 |#2|))) (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1726 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) |#2| (-1193 |#2|)) 132 (|has| |#3| (-668 |#2|)))) (-1572 ((|#2| (-1193 (-419 (-1193 |#2|))) (-624 |#2|) |#2|) 53)) (-2709 (((-1193 (-419 (-1193 |#2|))) (-1193 |#2|) (-624 |#2|)) 34)))
+(((-572 |#1| |#2| |#3|) (-10 -7 (-15 -1382 ((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) |#2| (-1193 |#2|))) (-15 -1382 ((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) (-624 |#2|) |#2| (-419 (-1193 |#2|)))) (-15 -1566 ((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2| |#2| (-1193 |#2|))) (-15 -1566 ((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2| (-624 |#2|) |#2| (-419 (-1193 |#2|)))) (-15 -2512 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|) |#2| (-1193 |#2|))) (-15 -2512 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|) (-624 |#2|) |#2| (-419 (-1193 |#2|)))) (-15 -2692 ((-3 |#2| "failed") |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1197)) |#2| (-1193 |#2|))) (-15 -2692 ((-3 |#2| "failed") |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1197)) (-624 |#2|) |#2| (-419 (-1193 |#2|)))) (-15 -1420 ((-1193 (-419 (-1193 |#2|))) |#2| (-624 |#2|) (-624 |#2|) (-1193 |#2|))) (-15 -1572 (|#2| (-1193 (-419 (-1193 |#2|))) (-624 |#2|) |#2|)) (-15 -2709 ((-1193 (-419 (-1193 |#2|))) (-1193 |#2|) (-624 |#2|))) (IF (|has| |#3| (-668 |#2|)) (PROGN (-15 -3339 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1726 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) |#2| (-1193 |#2|))) (-15 -3339 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1726 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) (-624 |#2|) |#2| (-419 (-1193 |#2|))))) |%noBranch|)) (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))) (-13 (-442 |#1|) (-27) (-1223)) (-1121)) (T -572))
+((-3339 (*1 *2 *3 *4 *5 *5 *5 *4 *6) (-12 (-5 *5 (-624 *4)) (-5 *6 (-419 (-1193 *4))) (-4 *4 (-13 (-442 *7) (-27) (-1223))) (-4 *7 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1726 (-656 *4)))) (-5 *1 (-572 *7 *4 *3)) (-4 *3 (-668 *4)) (-4 *3 (-1121)))) (-3339 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *5 (-624 *4)) (-5 *6 (-1193 *4)) (-4 *4 (-13 (-442 *7) (-27) (-1223))) (-4 *7 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1726 (-656 *4)))) (-5 *1 (-572 *7 *4 *3)) (-4 *3 (-668 *4)) (-4 *3 (-1121)))) (-2709 (*1 *2 *3 *4) (-12 (-5 *4 (-624 *6)) (-4 *6 (-13 (-442 *5) (-27) (-1223))) (-4 *5 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *2 (-1193 (-419 (-1193 *6)))) (-5 *1 (-572 *5 *6 *7)) (-5 *3 (-1193 *6)) (-4 *7 (-1121)))) (-1572 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1193 (-419 (-1193 *2)))) (-5 *4 (-624 *2)) (-4 *2 (-13 (-442 *5) (-27) (-1223))) (-4 *5 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *1 (-572 *5 *2 *6)) (-4 *6 (-1121)))) (-1420 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-624 *3)) (-4 *3 (-13 (-442 *6) (-27) (-1223))) (-4 *6 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *2 (-1193 (-419 (-1193 *3)))) (-5 *1 (-572 *6 *3 *7)) (-5 *5 (-1193 *3)) (-4 *7 (-1121)))) (-2692 (*1 *2 *2 *2 *3 *3 *4 *3 *2 *5) (|partial| -12 (-5 *3 (-624 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1197))) (-5 *5 (-419 (-1193 *2))) (-4 *2 (-13 (-442 *6) (-27) (-1223))) (-4 *6 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *1 (-572 *6 *2 *7)) (-4 *7 (-1121)))) (-2692 (*1 *2 *2 *2 *3 *3 *4 *2 *5) (|partial| -12 (-5 *3 (-624 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1197))) (-5 *5 (-1193 *2)) (-4 *2 (-13 (-442 *6) (-27) (-1223))) (-4 *6 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *1 (-572 *6 *2 *7)) (-4 *7 (-1121)))) (-2512 (*1 *2 *3 *4 *4 *5 *4 *3 *6) (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-656 *3)) (-5 *6 (-419 (-1193 *3))) (-4 *3 (-13 (-442 *7) (-27) (-1223))) (-4 *7 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-572 *7 *3 *8)) (-4 *8 (-1121)))) (-2512 (*1 *2 *3 *4 *4 *5 *3 *6) (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-656 *3)) (-5 *6 (-1193 *3)) (-4 *3 (-13 (-442 *7) (-27) (-1223))) (-4 *7 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-572 *7 *3 *8)) (-4 *8 (-1121)))) (-1566 (*1 *2 *3 *4 *4 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-419 (-1193 *3))) (-4 *3 (-13 (-442 *6) (-27) (-1223))) (-4 *6 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| -2670 *3) (|:| |coeff| *3))) (-5 *1 (-572 *6 *3 *7)) (-4 *7 (-1121)))) (-1566 (*1 *2 *3 *4 *4 *3 *3 *5) (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-1193 *3)) (-4 *3 (-13 (-442 *6) (-27) (-1223))) (-4 *6 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| -2670 *3) (|:| |coeff| *3))) (-5 *1 (-572 *6 *3 *7)) (-4 *7 (-1121)))) (-1382 (*1 *2 *3 *4 *4 *4 *3 *5) (-12 (-5 *4 (-624 *3)) (-5 *5 (-419 (-1193 *3))) (-4 *3 (-13 (-442 *6) (-27) (-1223))) (-4 *6 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *2 (-598 *3)) (-5 *1 (-572 *6 *3 *7)) (-4 *7 (-1121)))) (-1382 (*1 *2 *3 *4 *4 *3 *5) (-12 (-5 *4 (-624 *3)) (-5 *5 (-1193 *3)) (-4 *3 (-13 (-442 *6) (-27) (-1223))) (-4 *6 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *2 (-598 *3)) (-5 *1 (-572 *6 *3 *7)) (-4 *7 (-1121)))))
+(-10 -7 (-15 -1382 ((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) |#2| (-1193 |#2|))) (-15 -1382 ((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|) (-624 |#2|) |#2| (-419 (-1193 |#2|)))) (-15 -1566 ((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2| |#2| (-1193 |#2|))) (-15 -1566 ((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2| (-624 |#2|) |#2| (-419 (-1193 |#2|)))) (-15 -2512 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|) |#2| (-1193 |#2|))) (-15 -2512 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|) (-624 |#2|) |#2| (-419 (-1193 |#2|)))) (-15 -2692 ((-3 |#2| "failed") |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1197)) |#2| (-1193 |#2|))) (-15 -2692 ((-3 |#2| "failed") |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1197)) (-624 |#2|) |#2| (-419 (-1193 |#2|)))) (-15 -1420 ((-1193 (-419 (-1193 |#2|))) |#2| (-624 |#2|) (-624 |#2|) (-1193 |#2|))) (-15 -1572 (|#2| (-1193 (-419 (-1193 |#2|))) (-624 |#2|) |#2|)) (-15 -2709 ((-1193 (-419 (-1193 |#2|))) (-1193 |#2|) (-624 |#2|))) (IF (|has| |#3| (-668 |#2|)) (PROGN (-15 -3339 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1726 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) |#2| (-1193 |#2|))) (-15 -3339 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1726 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) (-624 |#2|) |#2| (-419 (-1193 |#2|))))) |%noBranch|))
+((-2081 (((-576) (-576) (-783)) 85)) (-2137 (((-576) (-576)) 83)) (-4072 (((-576) (-576)) 81)) (-3393 (((-576) (-576)) 87)) (-2571 (((-576) (-576) (-576)) 65)) (-2891 (((-576) (-576) (-576)) 62)) (-3683 (((-419 (-576)) (-576)) 30)) (-2098 (((-576) (-576)) 34)) (-3342 (((-576) (-576)) 74)) (-1781 (((-576) (-576)) 46)) (-1616 (((-656 (-576)) (-576)) 80)) (-2558 (((-576) (-576) (-576) (-576) (-576)) 58)) (-2469 (((-419 (-576)) (-576)) 55)))
+(((-573) (-10 -7 (-15 -2469 ((-419 (-576)) (-576))) (-15 -2558 ((-576) (-576) (-576) (-576) (-576))) (-15 -1616 ((-656 (-576)) (-576))) (-15 -1781 ((-576) (-576))) (-15 -3342 ((-576) (-576))) (-15 -2098 ((-576) (-576))) (-15 -3683 ((-419 (-576)) (-576))) (-15 -2891 ((-576) (-576) (-576))) (-15 -2571 ((-576) (-576) (-576))) (-15 -3393 ((-576) (-576))) (-15 -4072 ((-576) (-576))) (-15 -2137 ((-576) (-576))) (-15 -2081 ((-576) (-576) (-783))))) (T -573))
+((-2081 (*1 *2 *2 *3) (-12 (-5 *2 (-576)) (-5 *3 (-783)) (-5 *1 (-573)))) (-2137 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-4072 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-3393 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-2571 (*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-2891 (*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-3683 (*1 *2 *3) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-573)) (-5 *3 (-576)))) (-2098 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-3342 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-1781 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-1616 (*1 *2 *3) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-573)) (-5 *3 (-576)))) (-2558 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))) (-2469 (*1 *2 *3) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-573)) (-5 *3 (-576)))))
+(-10 -7 (-15 -2469 ((-419 (-576)) (-576))) (-15 -2558 ((-576) (-576) (-576) (-576) (-576))) (-15 -1616 ((-656 (-576)) (-576))) (-15 -1781 ((-576) (-576))) (-15 -3342 ((-576) (-576))) (-15 -2098 ((-576) (-576))) (-15 -3683 ((-419 (-576)) (-576))) (-15 -2891 ((-576) (-576) (-576))) (-15 -2571 ((-576) (-576) (-576))) (-15 -3393 ((-576) (-576))) (-15 -4072 ((-576) (-576))) (-15 -2137 ((-576) (-576))) (-15 -2081 ((-576) (-576) (-783))))
+((-1506 (((-2 (|:| |answer| |#4|) (|:| -2085 |#4|)) |#4| (-1 |#2| |#2|)) 56)))
+(((-574 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1506 ((-2 (|:| |answer| |#4|) (|:| -2085 |#4|)) |#4| (-1 |#2| |#2|)))) (-374) (-1264 |#1|) (-1264 (-419 |#2|)) (-353 |#1| |#2| |#3|)) (T -574))
+((-1506 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1264 *5)) (-4 *5 (-374)) (-4 *7 (-1264 (-419 *6))) (-5 *2 (-2 (|:| |answer| *3) (|:| -2085 *3))) (-5 *1 (-574 *5 *6 *7 *3)) (-4 *3 (-353 *5 *6 *7)))))
+(-10 -7 (-15 -1506 ((-2 (|:| |answer| |#4|) (|:| -2085 |#4|)) |#4| (-1 |#2| |#2|))))
+((-1506 (((-2 (|:| |answer| (-419 |#2|)) (|:| -2085 (-419 |#2|)) (|:| |specpart| (-419 |#2|)) (|:| |polypart| |#2|)) (-419 |#2|) (-1 |#2| |#2|)) 18)))
+(((-575 |#1| |#2|) (-10 -7 (-15 -1506 ((-2 (|:| |answer| (-419 |#2|)) (|:| -2085 (-419 |#2|)) (|:| |specpart| (-419 |#2|)) (|:| |polypart| |#2|)) (-419 |#2|) (-1 |#2| |#2|)))) (-374) (-1264 |#1|)) (T -575))
+((-1506 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1264 *5)) (-4 *5 (-374)) (-5 *2 (-2 (|:| |answer| (-419 *6)) (|:| -2085 (-419 *6)) (|:| |specpart| (-419 *6)) (|:| |polypart| *6))) (-5 *1 (-575 *5 *6)) (-5 *3 (-419 *6)))))
+(-10 -7 (-15 -1506 ((-2 (|:| |answer| (-419 |#2|)) (|:| -2085 (-419 |#2|)) (|:| |specpart| (-419 |#2|)) (|:| |polypart| |#2|)) (-419 |#2|) (-1 |#2| |#2|))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 30)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 96)) (-2116 (($ $) 97)) (-2898 (((-112) $) NIL)) (-4121 (($ $ $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3993 (($ $ $ $) 52)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4064 (((-112) $ $) NIL)) (-4018 (((-576) $) NIL)) (-3385 (($ $ $) 91)) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL)) (-2318 (((-576) $) NIL)) (-1892 (($ $ $) 53)) (-2255 (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 76) (((-701 (-576)) (-701 $)) 72)) (-2413 (((-3 $ "failed") $) 93)) (-3878 (((-3 (-419 (-576)) "failed") $) NIL)) (-1358 (((-112) $) NIL)) (-2951 (((-419 (-576)) $) NIL)) (-4370 (($) 78) (($ $) 79)) (-1905 (($ $ $) 90)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-3848 (($ $ $ $) NIL)) (-2274 (($ $ $) 69)) (-2907 (((-112) $) NIL)) (-1501 (($ $ $) NIL)) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL)) (-3315 (((-112) $) 34)) (-2231 (((-112) $) 85)) (-4080 (((-3 $ "failed") $) NIL)) (-2569 (((-112) $) 43)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3747 (($ $ $ $) 54)) (-2905 (($ $ $) 87)) (-2163 (($ $ $) 86)) (-2362 (($ $) NIL)) (-3108 (($ $) 49)) (-3015 (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL) (((-701 (-576)) (-1288 $)) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) 68)) (-2248 (($ $ $) NIL)) (-3651 (($) NIL T CONST)) (-1919 (($ $) 38)) (-3117 (((-1141) $) 42)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 128)) (-3115 (($ $ $) 94) (($ (-656 $)) NIL)) (-3506 (($ $) NIL)) (-1452 (((-430 $) $) 114)) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL)) (-1943 (((-3 $ "failed") $ $) 112)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3489 (((-112) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 89)) (-4107 (($ $) NIL) (($ $ (-783)) NIL)) (-3755 (($ $) 40)) (-4287 (($ $) 36)) (-1554 (((-576) $) 48) (((-548) $) 63) (((-907 (-576)) $) NIL) (((-390) $) 57) (((-227) $) 60) (((-1179) $) 65)) (-4114 (((-876) $) 46) (($ (-576)) 47) (($ $) NIL) (($ (-576)) 47)) (-2864 (((-783)) NIL T CONST)) (-3265 (((-112) $ $) NIL)) (-2945 (($ $ $) NIL)) (-3000 (((-112) $ $) NIL)) (-1867 (($) 35)) (-4095 (((-112) $ $) NIL)) (-4225 (($ $ $ $) 51)) (-2679 (($ $) 77)) (-4312 (($) 6 T CONST)) (-4322 (($) 31 T CONST)) (-1883 (((-1179) $) 26) (((-1179) $ (-112)) 27) (((-1293) (-834) $) 28) (((-1293) (-834) $ (-112)) 29)) (-3157 (($ $) NIL) (($ $ (-783)) NIL)) (-3995 (((-112) $ $) 50)) (-3975 (((-112) $ $) 80)) (-3939 (((-112) $ $) 33)) (-3985 (((-112) $ $) 81)) (-3962 (((-112) $ $) 10)) (-4037 (($ $) 16) (($ $ $) 39)) (-4027 (($ $ $) 37)) (** (($ $ (-940)) NIL) (($ $ (-783)) 84)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 83) (($ $ $) 82) (($ (-576) $) 83)))
+(((-576) (-13 (-557) (-626 (-1179)) (-840) (-10 -7 (-6 -4451) (-6 -4456) (-6 -4452) (-6 -4446)))) (T -576))
+NIL
+(-13 (-557) (-626 (-1179)) (-840) (-10 -7 (-6 -4451) (-6 -4456) (-6 -4452) (-6 -4446)))
+((-2977 (((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))) (|:| |extra| (-1056))) (-781) (-1084)) 116) (((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))) (|:| |extra| (-1056))) (-781)) 118)) (-1488 (((-3 (-1056) "failed") (-326 (-390)) (-1113 (-855 (-390))) (-1197)) 195) (((-3 (-1056) "failed") (-326 (-390)) (-1113 (-855 (-390))) (-1179)) 194) (((-1056) (-326 (-390)) (-656 (-1115 (-855 (-390)))) (-390) (-390) (-1084)) 199) (((-1056) (-326 (-390)) (-656 (-1115 (-855 (-390)))) (-390) (-390)) 200) (((-1056) (-326 (-390)) (-656 (-1115 (-855 (-390)))) (-390)) 201) (((-1056) (-326 (-390)) (-656 (-1115 (-855 (-390))))) 202) (((-1056) (-326 (-390)) (-1115 (-855 (-390)))) 190) (((-1056) (-326 (-390)) (-1115 (-855 (-390))) (-390)) 189) (((-1056) (-326 (-390)) (-1115 (-855 (-390))) (-390) (-390)) 185) (((-1056) (-781)) 177) (((-1056) (-326 (-390)) (-1115 (-855 (-390))) (-390) (-390) (-1084)) 184)))
+(((-577) (-10 -7 (-15 -1488 ((-1056) (-326 (-390)) (-1115 (-855 (-390))) (-390) (-390) (-1084))) (-15 -1488 ((-1056) (-781))) (-15 -1488 ((-1056) (-326 (-390)) (-1115 (-855 (-390))) (-390) (-390))) (-15 -1488 ((-1056) (-326 (-390)) (-1115 (-855 (-390))) (-390))) (-15 -1488 ((-1056) (-326 (-390)) (-1115 (-855 (-390))))) (-15 -1488 ((-1056) (-326 (-390)) (-656 (-1115 (-855 (-390)))))) (-15 -1488 ((-1056) (-326 (-390)) (-656 (-1115 (-855 (-390)))) (-390))) (-15 -1488 ((-1056) (-326 (-390)) (-656 (-1115 (-855 (-390)))) (-390) (-390))) (-15 -1488 ((-1056) (-326 (-390)) (-656 (-1115 (-855 (-390)))) (-390) (-390) (-1084))) (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))) (|:| |extra| (-1056))) (-781))) (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))) (|:| |extra| (-1056))) (-781) (-1084))) (-15 -1488 ((-3 (-1056) "failed") (-326 (-390)) (-1113 (-855 (-390))) (-1179))) (-15 -1488 ((-3 (-1056) "failed") (-326 (-390)) (-1113 (-855 (-390))) (-1197))))) (T -577))
+((-1488 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-326 (-390))) (-5 *4 (-1113 (-855 (-390)))) (-5 *5 (-1197)) (-5 *2 (-1056)) (-5 *1 (-577)))) (-1488 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-326 (-390))) (-5 *4 (-1113 (-855 (-390)))) (-5 *5 (-1179)) (-5 *2 (-1056)) (-5 *1 (-577)))) (-2977 (*1 *2 *3 *4) (-12 (-5 *3 (-781)) (-5 *4 (-1084)) (-5 *2 (-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))) (|:| |extra| (-1056)))) (-5 *1 (-577)))) (-2977 (*1 *2 *3) (-12 (-5 *3 (-781)) (-5 *2 (-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))) (|:| |extra| (-1056)))) (-5 *1 (-577)))) (-1488 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-1115 (-855 (-390))))) (-5 *5 (-390)) (-5 *6 (-1084)) (-5 *2 (-1056)) (-5 *1 (-577)))) (-1488 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-1115 (-855 (-390))))) (-5 *5 (-390)) (-5 *2 (-1056)) (-5 *1 (-577)))) (-1488 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-1115 (-855 (-390))))) (-5 *5 (-390)) (-5 *2 (-1056)) (-5 *1 (-577)))) (-1488 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-1115 (-855 (-390))))) (-5 *2 (-1056)) (-5 *1 (-577)))) (-1488 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-1115 (-855 (-390)))) (-5 *2 (-1056)) (-5 *1 (-577)))) (-1488 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-1115 (-855 (-390)))) (-5 *5 (-390)) (-5 *2 (-1056)) (-5 *1 (-577)))) (-1488 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-1115 (-855 (-390)))) (-5 *5 (-390)) (-5 *2 (-1056)) (-5 *1 (-577)))) (-1488 (*1 *2 *3) (-12 (-5 *3 (-781)) (-5 *2 (-1056)) (-5 *1 (-577)))) (-1488 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-1115 (-855 (-390)))) (-5 *5 (-390)) (-5 *6 (-1084)) (-5 *2 (-1056)) (-5 *1 (-577)))))
+(-10 -7 (-15 -1488 ((-1056) (-326 (-390)) (-1115 (-855 (-390))) (-390) (-390) (-1084))) (-15 -1488 ((-1056) (-781))) (-15 -1488 ((-1056) (-326 (-390)) (-1115 (-855 (-390))) (-390) (-390))) (-15 -1488 ((-1056) (-326 (-390)) (-1115 (-855 (-390))) (-390))) (-15 -1488 ((-1056) (-326 (-390)) (-1115 (-855 (-390))))) (-15 -1488 ((-1056) (-326 (-390)) (-656 (-1115 (-855 (-390)))))) (-15 -1488 ((-1056) (-326 (-390)) (-656 (-1115 (-855 (-390)))) (-390))) (-15 -1488 ((-1056) (-326 (-390)) (-656 (-1115 (-855 (-390)))) (-390) (-390))) (-15 -1488 ((-1056) (-326 (-390)) (-656 (-1115 (-855 (-390)))) (-390) (-390) (-1084))) (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))) (|:| |extra| (-1056))) (-781))) (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))) (|:| |extra| (-1056))) (-781) (-1084))) (-15 -1488 ((-3 (-1056) "failed") (-326 (-390)) (-1113 (-855 (-390))) (-1179))) (-15 -1488 ((-3 (-1056) "failed") (-326 (-390)) (-1113 (-855 (-390))) (-1197))))
+((-2959 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|)) 195)) (-4276 (((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|)) 97)) (-2989 (((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2|) 191)) (-3156 (((-3 |#2| "failed") |#2| |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1197))) 200)) (-2834 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1726 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) (-1197)) 209 (|has| |#3| (-668 |#2|)))))
+(((-578 |#1| |#2| |#3|) (-10 -7 (-15 -4276 ((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|))) (-15 -2989 ((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2|)) (-15 -2959 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|))) (-15 -3156 ((-3 |#2| "failed") |#2| |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1197)))) (IF (|has| |#3| (-668 |#2|)) (-15 -2834 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1726 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) (-1197))) |%noBranch|)) (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))) (-13 (-442 |#1|) (-27) (-1223)) (-1121)) (T -578))
+((-2834 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *5 (-624 *4)) (-5 *6 (-1197)) (-4 *4 (-13 (-442 *7) (-27) (-1223))) (-4 *7 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1726 (-656 *4)))) (-5 *1 (-578 *7 *4 *3)) (-4 *3 (-668 *4)) (-4 *3 (-1121)))) (-3156 (*1 *2 *2 *2 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-624 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1197))) (-4 *2 (-13 (-442 *5) (-27) (-1223))) (-4 *5 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *1 (-578 *5 *2 *6)) (-4 *6 (-1121)))) (-2959 (*1 *2 *3 *4 *4 *5) (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-656 *3)) (-4 *3 (-13 (-442 *6) (-27) (-1223))) (-4 *6 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-578 *6 *3 *7)) (-4 *7 (-1121)))) (-2989 (*1 *2 *3 *4 *4 *3) (|partial| -12 (-5 *4 (-624 *3)) (-4 *3 (-13 (-442 *5) (-27) (-1223))) (-4 *5 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *2 (-2 (|:| -2670 *3) (|:| |coeff| *3))) (-5 *1 (-578 *5 *3 *6)) (-4 *6 (-1121)))) (-4276 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-624 *3)) (-4 *3 (-13 (-442 *5) (-27) (-1223))) (-4 *5 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576)))) (-5 *2 (-598 *3)) (-5 *1 (-578 *5 *3 *6)) (-4 *6 (-1121)))))
+(-10 -7 (-15 -4276 ((-598 |#2|) |#2| (-624 |#2|) (-624 |#2|))) (-15 -2989 ((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-624 |#2|) (-624 |#2|) |#2|)) (-15 -2959 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-624 |#2|) (-624 |#2|) (-656 |#2|))) (-15 -3156 ((-3 |#2| "failed") |#2| |#2| |#2| (-624 |#2|) (-624 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1197)))) (IF (|has| |#3| (-668 |#2|)) (-15 -2834 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1726 (-656 |#2|))) |#3| |#2| (-624 |#2|) (-624 |#2|) (-1197))) |%noBranch|))
+((-3621 (((-2 (|:| -4229 |#2|) (|:| |nconst| |#2|)) |#2| (-1197)) 64)) (-1806 (((-3 |#2| "failed") |#2| (-1197) (-855 |#2|) (-855 |#2|)) 175 (-12 (|has| |#2| (-1160)) (|has| |#1| (-626 (-907 (-576)))) (|has| |#1| (-901 (-576))))) (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1197)) 154 (-12 (|has| |#2| (-641)) (|has| |#1| (-626 (-907 (-576)))) (|has| |#1| (-901 (-576)))))) (-3916 (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1197)) 156 (-12 (|has| |#2| (-641)) (|has| |#1| (-626 (-907 (-576)))) (|has| |#1| (-901 (-576)))))))
+(((-579 |#1| |#2|) (-10 -7 (-15 -3621 ((-2 (|:| -4229 |#2|) (|:| |nconst| |#2|)) |#2| (-1197))) (IF (|has| |#1| (-626 (-907 (-576)))) (IF (|has| |#1| (-901 (-576))) (PROGN (IF (|has| |#2| (-641)) (PROGN (-15 -3916 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1197))) (-15 -1806 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1197)))) |%noBranch|) (IF (|has| |#2| (-1160)) (-15 -1806 ((-3 |#2| "failed") |#2| (-1197) (-855 |#2|) (-855 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|)) (-13 (-1059 (-576)) (-464) (-651 (-576))) (-13 (-27) (-1223) (-442 |#1|))) (T -579))
+((-1806 (*1 *2 *2 *3 *4 *4) (|partial| -12 (-5 *3 (-1197)) (-5 *4 (-855 *2)) (-4 *2 (-1160)) (-4 *2 (-13 (-27) (-1223) (-442 *5))) (-4 *5 (-626 (-907 (-576)))) (-4 *5 (-901 (-576))) (-4 *5 (-13 (-1059 (-576)) (-464) (-651 (-576)))) (-5 *1 (-579 *5 *2)))) (-1806 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1197)) (-4 *5 (-626 (-907 (-576)))) (-4 *5 (-901 (-576))) (-4 *5 (-13 (-1059 (-576)) (-464) (-651 (-576)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-579 *5 *3)) (-4 *3 (-641)) (-4 *3 (-13 (-27) (-1223) (-442 *5))))) (-3916 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1197)) (-4 *5 (-626 (-907 (-576)))) (-4 *5 (-901 (-576))) (-4 *5 (-13 (-1059 (-576)) (-464) (-651 (-576)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-579 *5 *3)) (-4 *3 (-641)) (-4 *3 (-13 (-27) (-1223) (-442 *5))))) (-3621 (*1 *2 *3 *4) (-12 (-5 *4 (-1197)) (-4 *5 (-13 (-1059 (-576)) (-464) (-651 (-576)))) (-5 *2 (-2 (|:| -4229 *3) (|:| |nconst| *3))) (-5 *1 (-579 *5 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5))))))
+(-10 -7 (-15 -3621 ((-2 (|:| -4229 |#2|) (|:| |nconst| |#2|)) |#2| (-1197))) (IF (|has| |#1| (-626 (-907 (-576)))) (IF (|has| |#1| (-901 (-576))) (PROGN (IF (|has| |#2| (-641)) (PROGN (-15 -3916 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1197))) (-15 -1806 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1197)))) |%noBranch|) (IF (|has| |#2| (-1160)) (-15 -1806 ((-3 |#2| "failed") |#2| (-1197) (-855 |#2|) (-855 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|))
+((-4293 (((-3 (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|)))))) "failed") (-419 |#2|) (-656 (-419 |#2|))) 41)) (-1488 (((-598 (-419 |#2|)) (-419 |#2|)) 28)) (-3944 (((-3 (-419 |#2|) "failed") (-419 |#2|)) 17)) (-1545 (((-3 (-2 (|:| -2670 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-419 |#2|)) 48)))
+(((-580 |#1| |#2|) (-10 -7 (-15 -1488 ((-598 (-419 |#2|)) (-419 |#2|))) (-15 -3944 ((-3 (-419 |#2|) "failed") (-419 |#2|))) (-15 -1545 ((-3 (-2 (|:| -2670 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-419 |#2|))) (-15 -4293 ((-3 (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|)))))) "failed") (-419 |#2|) (-656 (-419 |#2|))))) (-13 (-374) (-148) (-1059 (-576))) (-1264 |#1|)) (T -580))
+((-4293 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-656 (-419 *6))) (-5 *3 (-419 *6)) (-4 *6 (-1264 *5)) (-4 *5 (-13 (-374) (-148) (-1059 (-576)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-580 *5 *6)))) (-1545 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-13 (-374) (-148) (-1059 (-576)))) (-4 *5 (-1264 *4)) (-5 *2 (-2 (|:| -2670 (-419 *5)) (|:| |coeff| (-419 *5)))) (-5 *1 (-580 *4 *5)) (-5 *3 (-419 *5)))) (-3944 (*1 *2 *2) (|partial| -12 (-5 *2 (-419 *4)) (-4 *4 (-1264 *3)) (-4 *3 (-13 (-374) (-148) (-1059 (-576)))) (-5 *1 (-580 *3 *4)))) (-1488 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-148) (-1059 (-576)))) (-4 *5 (-1264 *4)) (-5 *2 (-598 (-419 *5))) (-5 *1 (-580 *4 *5)) (-5 *3 (-419 *5)))))
+(-10 -7 (-15 -1488 ((-598 (-419 |#2|)) (-419 |#2|))) (-15 -3944 ((-3 (-419 |#2|) "failed") (-419 |#2|))) (-15 -1545 ((-3 (-2 (|:| -2670 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-419 |#2|))) (-15 -4293 ((-3 (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|)))))) "failed") (-419 |#2|) (-656 (-419 |#2|)))))
+((-3225 (((-3 (-576) "failed") |#1|) 14)) (-1795 (((-112) |#1|) 13)) (-2244 (((-576) |#1|) 9)))
+(((-581 |#1|) (-10 -7 (-15 -2244 ((-576) |#1|)) (-15 -1795 ((-112) |#1|)) (-15 -3225 ((-3 (-576) "failed") |#1|))) (-1059 (-576))) (T -581))
+((-3225 (*1 *2 *3) (|partial| -12 (-5 *2 (-576)) (-5 *1 (-581 *3)) (-4 *3 (-1059 *2)))) (-1795 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-581 *3)) (-4 *3 (-1059 (-576))))) (-2244 (*1 *2 *3) (-12 (-5 *2 (-576)) (-5 *1 (-581 *3)) (-4 *3 (-1059 *2)))))
+(-10 -7 (-15 -2244 ((-576) |#1|)) (-15 -1795 ((-112) |#1|)) (-15 -3225 ((-3 (-576) "failed") |#1|)))
+((-2851 (((-3 (-2 (|:| |mainpart| (-419 (-971 |#1|))) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 (-971 |#1|))) (|:| |logand| (-419 (-971 |#1|))))))) "failed") (-419 (-971 |#1|)) (-1197) (-656 (-419 (-971 |#1|)))) 48)) (-4139 (((-598 (-419 (-971 |#1|))) (-419 (-971 |#1|)) (-1197)) 28)) (-2735 (((-3 (-419 (-971 |#1|)) "failed") (-419 (-971 |#1|)) (-1197)) 23)) (-4436 (((-3 (-2 (|:| -2670 (-419 (-971 |#1|))) (|:| |coeff| (-419 (-971 |#1|)))) "failed") (-419 (-971 |#1|)) (-1197) (-419 (-971 |#1|))) 35)))
+(((-582 |#1|) (-10 -7 (-15 -4139 ((-598 (-419 (-971 |#1|))) (-419 (-971 |#1|)) (-1197))) (-15 -2735 ((-3 (-419 (-971 |#1|)) "failed") (-419 (-971 |#1|)) (-1197))) (-15 -2851 ((-3 (-2 (|:| |mainpart| (-419 (-971 |#1|))) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 (-971 |#1|))) (|:| |logand| (-419 (-971 |#1|))))))) "failed") (-419 (-971 |#1|)) (-1197) (-656 (-419 (-971 |#1|))))) (-15 -4436 ((-3 (-2 (|:| -2670 (-419 (-971 |#1|))) (|:| |coeff| (-419 (-971 |#1|)))) "failed") (-419 (-971 |#1|)) (-1197) (-419 (-971 |#1|))))) (-13 (-568) (-1059 (-576)) (-148))) (T -582))
+((-4436 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1197)) (-4 *5 (-13 (-568) (-1059 (-576)) (-148))) (-5 *2 (-2 (|:| -2670 (-419 (-971 *5))) (|:| |coeff| (-419 (-971 *5))))) (-5 *1 (-582 *5)) (-5 *3 (-419 (-971 *5))))) (-2851 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1197)) (-5 *5 (-656 (-419 (-971 *6)))) (-5 *3 (-419 (-971 *6))) (-4 *6 (-13 (-568) (-1059 (-576)) (-148))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-582 *6)))) (-2735 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-419 (-971 *4))) (-5 *3 (-1197)) (-4 *4 (-13 (-568) (-1059 (-576)) (-148))) (-5 *1 (-582 *4)))) (-4139 (*1 *2 *3 *4) (-12 (-5 *4 (-1197)) (-4 *5 (-13 (-568) (-1059 (-576)) (-148))) (-5 *2 (-598 (-419 (-971 *5)))) (-5 *1 (-582 *5)) (-5 *3 (-419 (-971 *5))))))
+(-10 -7 (-15 -4139 ((-598 (-419 (-971 |#1|))) (-419 (-971 |#1|)) (-1197))) (-15 -2735 ((-3 (-419 (-971 |#1|)) "failed") (-419 (-971 |#1|)) (-1197))) (-15 -2851 ((-3 (-2 (|:| |mainpart| (-419 (-971 |#1|))) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 (-971 |#1|))) (|:| |logand| (-419 (-971 |#1|))))))) "failed") (-419 (-971 |#1|)) (-1197) (-656 (-419 (-971 |#1|))))) (-15 -4436 ((-3 (-2 (|:| -2670 (-419 (-971 |#1|))) (|:| |coeff| (-419 (-971 |#1|)))) "failed") (-419 (-971 |#1|)) (-1197) (-419 (-971 |#1|)))))
+((-1955 (((-112) $ $) 75)) (-2604 (((-112) $) 48)) (-1922 ((|#1| $) 39)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) 79)) (-3586 (($ $) 139)) (-3435 (($ $) 118)) (-3900 ((|#1| $) 37)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1463 (($ $) NIL)) (-3562 (($ $) 141)) (-3412 (($ $) 114)) (-3612 (($ $) 143)) (-3461 (($ $) 122)) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) 93)) (-2318 (((-576) $) 95)) (-2413 (((-3 $ "failed") $) 78)) (-2808 (($ |#1| |#1|) 35)) (-2907 (((-112) $) 44)) (-2723 (($) 104)) (-3315 (((-112) $) 55)) (-4063 (($ $ (-576)) NIL)) (-2569 (((-112) $) 45)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-2608 (($ $) 106)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1779 (($ |#1| |#1|) 29) (($ |#1|) 34) (($ (-419 (-576))) 92)) (-4201 ((|#1| $) 36)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) 81) (($ (-656 $)) NIL)) (-1943 (((-3 $ "failed") $ $) 80)) (-2154 (($ $) 108)) (-3623 (($ $) 147)) (-3474 (($ $) 120)) (-3599 (($ $) 149)) (-3448 (($ $) 124)) (-3574 (($ $) 145)) (-3424 (($ $) 116)) (-4441 (((-112) $ |#1|) 42)) (-4114 (((-876) $) 100) (($ (-576)) 83) (($ $) NIL) (($ (-576)) 83)) (-2864 (((-783)) 102 T CONST)) (-3000 (((-112) $ $) NIL)) (-3653 (($ $) 161)) (-3510 (($ $) 130)) (-4095 (((-112) $ $) NIL)) (-3632 (($ $) 159)) (-3487 (($ $) 126)) (-3673 (($ $) 157)) (-3537 (($ $) 137)) (-1970 (($ $) 155)) (-3550 (($ $) 135)) (-3664 (($ $) 153)) (-3523 (($ $) 132)) (-3642 (($ $) 151)) (-3498 (($ $) 128)) (-4312 (($) 30 T CONST)) (-4322 (($) 10 T CONST)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 49)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 47)) (-4037 (($ $) 53) (($ $ $) 54)) (-4027 (($ $ $) 52)) (** (($ $ (-940)) 71) (($ $ (-783)) NIL) (($ $ $) 110) (($ $ (-419 (-576))) 163)) (* (($ (-940) $) 66) (($ (-783) $) NIL) (($ (-576) $) 65) (($ $ $) 61)))
+(((-583 |#1|) (-566 |#1|) (-13 (-416) (-1223))) (T -583))
NIL
(-566 |#1|)
-((-3570 (((-3 (-656 (-1191 (-576))) "failed") (-656 (-1191 (-576))) (-1191 (-576))) 27)))
-(((-584) (-10 -7 (-15 -3570 ((-3 (-656 (-1191 (-576))) "failed") (-656 (-1191 (-576))) (-1191 (-576)))))) (T -584))
-((-3570 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-656 (-1191 (-576)))) (-5 *3 (-1191 (-576))) (-5 *1 (-584)))))
-(-10 -7 (-15 -3570 ((-3 (-656 (-1191 (-576))) "failed") (-656 (-1191 (-576))) (-1191 (-576)))))
-((-2942 (((-656 (-624 |#2|)) (-656 (-624 |#2|)) (-1195)) 19)) (-1603 (((-656 (-624 |#2|)) (-656 |#2|) (-1195)) 23)) (-1818 (((-656 (-624 |#2|)) (-656 (-624 |#2|)) (-656 (-624 |#2|))) 11)) (-4152 ((|#2| |#2| (-1195)) 59 (|has| |#1| (-568)))) (-3487 ((|#2| |#2| (-1195)) 87 (-12 (|has| |#2| (-294)) (|has| |#1| (-464))))) (-3410 (((-624 |#2|) (-624 |#2|) (-656 (-624 |#2|)) (-1195)) 25)) (-4252 (((-624 |#2|) (-656 (-624 |#2|))) 24)) (-2853 (((-598 |#2|) |#2| (-1195) (-1 (-598 |#2|) |#2| (-1195)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1195))) 115 (-12 (|has| |#2| (-294)) (|has| |#2| (-641)) (|has| |#2| (-1057 (-1195))) (|has| |#1| (-626 (-905 (-576)))) (|has| |#1| (-464)) (|has| |#1| (-899 (-576)))))))
-(((-585 |#1| |#2|) (-10 -7 (-15 -2942 ((-656 (-624 |#2|)) (-656 (-624 |#2|)) (-1195))) (-15 -4252 ((-624 |#2|) (-656 (-624 |#2|)))) (-15 -3410 ((-624 |#2|) (-624 |#2|) (-656 (-624 |#2|)) (-1195))) (-15 -1818 ((-656 (-624 |#2|)) (-656 (-624 |#2|)) (-656 (-624 |#2|)))) (-15 -1603 ((-656 (-624 |#2|)) (-656 |#2|) (-1195))) (IF (|has| |#1| (-568)) (-15 -4152 (|#2| |#2| (-1195))) |%noBranch|) (IF (|has| |#1| (-464)) (IF (|has| |#2| (-294)) (PROGN (-15 -3487 (|#2| |#2| (-1195))) (IF (|has| |#1| (-626 (-905 (-576)))) (IF (|has| |#1| (-899 (-576))) (IF (|has| |#2| (-641)) (IF (|has| |#2| (-1057 (-1195))) (-15 -2853 ((-598 |#2|) |#2| (-1195) (-1 (-598 |#2|) |#2| (-1195)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1195)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|)) (-1119) (-442 |#1|)) (T -585))
-((-2853 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-1 (-598 *3) *3 (-1195))) (-5 *6 (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3 (-1195))) (-4 *3 (-294)) (-4 *3 (-641)) (-4 *3 (-1057 *4)) (-4 *3 (-442 *7)) (-5 *4 (-1195)) (-4 *7 (-626 (-905 (-576)))) (-4 *7 (-464)) (-4 *7 (-899 (-576))) (-4 *7 (-1119)) (-5 *2 (-598 *3)) (-5 *1 (-585 *7 *3)))) (-3487 (*1 *2 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-464)) (-4 *4 (-1119)) (-5 *1 (-585 *4 *2)) (-4 *2 (-294)) (-4 *2 (-442 *4)))) (-4152 (*1 *2 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-568)) (-4 *4 (-1119)) (-5 *1 (-585 *4 *2)) (-4 *2 (-442 *4)))) (-1603 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *6)) (-5 *4 (-1195)) (-4 *6 (-442 *5)) (-4 *5 (-1119)) (-5 *2 (-656 (-624 *6))) (-5 *1 (-585 *5 *6)))) (-1818 (*1 *2 *2 *2) (-12 (-5 *2 (-656 (-624 *4))) (-4 *4 (-442 *3)) (-4 *3 (-1119)) (-5 *1 (-585 *3 *4)))) (-3410 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-656 (-624 *6))) (-5 *4 (-1195)) (-5 *2 (-624 *6)) (-4 *6 (-442 *5)) (-4 *5 (-1119)) (-5 *1 (-585 *5 *6)))) (-4252 (*1 *2 *3) (-12 (-5 *3 (-656 (-624 *5))) (-4 *4 (-1119)) (-5 *2 (-624 *5)) (-5 *1 (-585 *4 *5)) (-4 *5 (-442 *4)))) (-2942 (*1 *2 *2 *3) (-12 (-5 *2 (-656 (-624 *5))) (-5 *3 (-1195)) (-4 *5 (-442 *4)) (-4 *4 (-1119)) (-5 *1 (-585 *4 *5)))))
-(-10 -7 (-15 -2942 ((-656 (-624 |#2|)) (-656 (-624 |#2|)) (-1195))) (-15 -4252 ((-624 |#2|) (-656 (-624 |#2|)))) (-15 -3410 ((-624 |#2|) (-624 |#2|) (-656 (-624 |#2|)) (-1195))) (-15 -1818 ((-656 (-624 |#2|)) (-656 (-624 |#2|)) (-656 (-624 |#2|)))) (-15 -1603 ((-656 (-624 |#2|)) (-656 |#2|) (-1195))) (IF (|has| |#1| (-568)) (-15 -4152 (|#2| |#2| (-1195))) |%noBranch|) (IF (|has| |#1| (-464)) (IF (|has| |#2| (-294)) (PROGN (-15 -3487 (|#2| |#2| (-1195))) (IF (|has| |#1| (-626 (-905 (-576)))) (IF (|has| |#1| (-899 (-576))) (IF (|has| |#2| (-641)) (IF (|has| |#2| (-1057 (-1195))) (-15 -2853 ((-598 |#2|) |#2| (-1195) (-1 (-598 |#2|) |#2| (-1195)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1195)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|))
-((-3998 (((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-656 |#1|) "failed") (-576) |#1| |#1|)) 199)) (-4092 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|))))))) (|:| |a0| |#1|)) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1633 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-656 (-419 |#2|))) 174)) (-3842 (((-3 (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|)))))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-656 (-419 |#2|))) 171)) (-1361 (((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -1633 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|) 162)) (-1942 (((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1633 |#1|) (|:| |coeff| |#1|)) "failed") |#1|)) 185)) (-3732 (((-3 (-2 (|:| -1633 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-419 |#2|)) 202)) (-2915 (((-3 (-2 (|:| |answer| (-419 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1633 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1633 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-419 |#2|)) 205)) (-2063 (((-2 (|:| |ir| (-598 (-419 |#2|))) (|:| |specpart| (-419 |#2|)) (|:| |polypart| |#2|)) (-419 |#2|) (-1 |#2| |#2|)) 88)) (-4365 (((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)) 100)) (-1548 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|))))))) (|:| |a0| |#1|)) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -4247 |#1|) (|:| |sol?| (-112))) (-576) |#1|) (-656 (-419 |#2|))) 178)) (-1739 (((-3 (-635 |#1| |#2|) "failed") (-635 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -4247 |#1|) (|:| |sol?| (-112))) (-576) |#1|)) 166)) (-1605 (((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -4247 |#1|) (|:| |sol?| (-112))) (-576) |#1|)) 189)) (-3712 (((-3 (-2 (|:| |answer| (-419 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1633 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -4247 |#1|) (|:| |sol?| (-112))) (-576) |#1|) (-419 |#2|)) 210)))
-(((-586 |#1| |#2|) (-10 -7 (-15 -1942 ((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1633 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -1605 ((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -4247 |#1|) (|:| |sol?| (-112))) (-576) |#1|))) (-15 -3998 ((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-656 |#1|) "failed") (-576) |#1| |#1|))) (-15 -2915 ((-3 (-2 (|:| |answer| (-419 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1633 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1633 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-419 |#2|))) (-15 -3712 ((-3 (-2 (|:| |answer| (-419 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1633 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -4247 |#1|) (|:| |sol?| (-112))) (-576) |#1|) (-419 |#2|))) (-15 -4092 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|))))))) (|:| |a0| |#1|)) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1633 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-656 (-419 |#2|)))) (-15 -1548 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|))))))) (|:| |a0| |#1|)) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -4247 |#1|) (|:| |sol?| (-112))) (-576) |#1|) (-656 (-419 |#2|)))) (-15 -3732 ((-3 (-2 (|:| -1633 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-419 |#2|))) (-15 -3842 ((-3 (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|)))))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-656 (-419 |#2|)))) (-15 -1361 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -1633 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -1739 ((-3 (-635 |#1| |#2|) "failed") (-635 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -4247 |#1|) (|:| |sol?| (-112))) (-576) |#1|))) (-15 -2063 ((-2 (|:| |ir| (-598 (-419 |#2|))) (|:| |specpart| (-419 |#2|)) (|:| |polypart| |#2|)) (-419 |#2|) (-1 |#2| |#2|))) (-15 -4365 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)))) (-374) (-1262 |#1|)) (T -586))
-((-4365 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1262 *5)) (-4 *5 (-374)) (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3))) (-5 *1 (-586 *5 *3)))) (-2063 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1262 *5)) (-4 *5 (-374)) (-5 *2 (-2 (|:| |ir| (-598 (-419 *6))) (|:| |specpart| (-419 *6)) (|:| |polypart| *6))) (-5 *1 (-586 *5 *6)) (-5 *3 (-419 *6)))) (-1739 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-635 *4 *5)) (-5 *3 (-1 (-2 (|:| |ans| *4) (|:| -4247 *4) (|:| |sol?| (-112))) (-576) *4)) (-4 *4 (-374)) (-4 *5 (-1262 *4)) (-5 *1 (-586 *4 *5)))) (-1361 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 (-2 (|:| -1633 *4) (|:| |coeff| *4)) "failed") *4)) (-4 *4 (-374)) (-5 *1 (-586 *4 *2)) (-4 *2 (-1262 *4)))) (-3842 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-656 (-419 *7))) (-4 *7 (-1262 *6)) (-5 *3 (-419 *7)) (-4 *6 (-374)) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-586 *6 *7)))) (-3732 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1262 *5)) (-4 *5 (-374)) (-5 *2 (-2 (|:| -1633 (-419 *6)) (|:| |coeff| (-419 *6)))) (-5 *1 (-586 *5 *6)) (-5 *3 (-419 *6)))) (-1548 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-2 (|:| |ans| *7) (|:| -4247 *7) (|:| |sol?| (-112))) (-576) *7)) (-5 *6 (-656 (-419 *8))) (-4 *7 (-374)) (-4 *8 (-1262 *7)) (-5 *3 (-419 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-586 *7 *8)))) (-4092 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-3 (-2 (|:| -1633 *7) (|:| |coeff| *7)) "failed") *7)) (-5 *6 (-656 (-419 *8))) (-4 *7 (-374)) (-4 *8 (-1262 *7)) (-5 *3 (-419 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-586 *7 *8)))) (-3712 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -4247 *6) (|:| |sol?| (-112))) (-576) *6)) (-4 *6 (-374)) (-4 *7 (-1262 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-419 *7)) (|:| |a0| *6)) (-2 (|:| -1633 (-419 *7)) (|:| |coeff| (-419 *7))) "failed")) (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))) (-2915 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -1633 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-374)) (-4 *7 (-1262 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-419 *7)) (|:| |a0| *6)) (-2 (|:| -1633 (-419 *7)) (|:| |coeff| (-419 *7))) "failed")) (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))) (-3998 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-656 *6) "failed") (-576) *6 *6)) (-4 *6 (-374)) (-4 *7 (-1262 *6)) (-5 *2 (-2 (|:| |answer| (-598 (-419 *7))) (|:| |a0| *6))) (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))) (-1605 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -4247 *6) (|:| |sol?| (-112))) (-576) *6)) (-4 *6 (-374)) (-4 *7 (-1262 *6)) (-5 *2 (-2 (|:| |answer| (-598 (-419 *7))) (|:| |a0| *6))) (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))) (-1942 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -1633 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-374)) (-4 *7 (-1262 *6)) (-5 *2 (-2 (|:| |answer| (-598 (-419 *7))) (|:| |a0| *6))) (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))))
-(-10 -7 (-15 -1942 ((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1633 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -1605 ((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -4247 |#1|) (|:| |sol?| (-112))) (-576) |#1|))) (-15 -3998 ((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-656 |#1|) "failed") (-576) |#1| |#1|))) (-15 -2915 ((-3 (-2 (|:| |answer| (-419 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1633 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1633 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-419 |#2|))) (-15 -3712 ((-3 (-2 (|:| |answer| (-419 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1633 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -4247 |#1|) (|:| |sol?| (-112))) (-576) |#1|) (-419 |#2|))) (-15 -4092 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|))))))) (|:| |a0| |#1|)) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1633 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-656 (-419 |#2|)))) (-15 -1548 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|))))))) (|:| |a0| |#1|)) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -4247 |#1|) (|:| |sol?| (-112))) (-576) |#1|) (-656 (-419 |#2|)))) (-15 -3732 ((-3 (-2 (|:| -1633 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-419 |#2|))) (-15 -3842 ((-3 (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|)))))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-656 (-419 |#2|)))) (-15 -1361 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -1633 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -1739 ((-3 (-635 |#1| |#2|) "failed") (-635 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -4247 |#1|) (|:| |sol?| (-112))) (-576) |#1|))) (-15 -2063 ((-2 (|:| |ir| (-598 (-419 |#2|))) (|:| |specpart| (-419 |#2|)) (|:| |polypart| |#2|)) (-419 |#2|) (-1 |#2| |#2|))) (-15 -4365 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|))))
-((-3270 (((-3 |#2| "failed") |#2| (-1195) (-1195)) 10)))
-(((-587 |#1| |#2|) (-10 -7 (-15 -3270 ((-3 |#2| "failed") |#2| (-1195) (-1195)))) (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))) (-13 (-1221) (-976) (-1158) (-29 |#1|))) (T -587))
-((-3270 (*1 *2 *2 *3 *3) (|partial| -12 (-5 *3 (-1195)) (-4 *4 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-587 *4 *2)) (-4 *2 (-13 (-1221) (-976) (-1158) (-29 *4))))))
-(-10 -7 (-15 -3270 ((-3 |#2| "failed") |#2| (-1195) (-1195))))
-((-3719 (((-703 (-1244)) $ (-1244)) 26)) (-3109 (((-703 (-561)) $ (-561)) 25)) (-1721 (((-783) $ (-129)) 27)) (-1915 (((-703 (-130)) $ (-130)) 24)) (-3564 (((-703 (-1244)) $) 12)) (-2444 (((-703 (-1242)) $) 8)) (-4439 (((-703 (-1241)) $) 10)) (-2999 (((-703 (-561)) $) 13)) (-2402 (((-703 (-559)) $) 9)) (-1322 (((-703 (-558)) $) 11)) (-4087 (((-783) $ (-129)) 7)) (-4392 (((-703 (-130)) $) 14)) (-1662 (($ $) 6)))
+((-4156 (((-3 (-656 (-1193 (-576))) "failed") (-656 (-1193 (-576))) (-1193 (-576))) 27)))
+(((-584) (-10 -7 (-15 -4156 ((-3 (-656 (-1193 (-576))) "failed") (-656 (-1193 (-576))) (-1193 (-576)))))) (T -584))
+((-4156 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-656 (-1193 (-576)))) (-5 *3 (-1193 (-576))) (-5 *1 (-584)))))
+(-10 -7 (-15 -4156 ((-3 (-656 (-1193 (-576))) "failed") (-656 (-1193 (-576))) (-1193 (-576)))))
+((-3014 (((-656 (-624 |#2|)) (-656 (-624 |#2|)) (-1197)) 19)) (-2354 (((-656 (-624 |#2|)) (-656 |#2|) (-1197)) 23)) (-4025 (((-656 (-624 |#2|)) (-656 (-624 |#2|)) (-656 (-624 |#2|))) 11)) (-1687 ((|#2| |#2| (-1197)) 59 (|has| |#1| (-568)))) (-1451 ((|#2| |#2| (-1197)) 87 (-12 (|has| |#2| (-294)) (|has| |#1| (-464))))) (-1924 (((-624 |#2|) (-624 |#2|) (-656 (-624 |#2|)) (-1197)) 25)) (-3423 (((-624 |#2|) (-656 (-624 |#2|))) 24)) (-3405 (((-598 |#2|) |#2| (-1197) (-1 (-598 |#2|) |#2| (-1197)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1197))) 115 (-12 (|has| |#2| (-294)) (|has| |#2| (-641)) (|has| |#2| (-1059 (-1197))) (|has| |#1| (-626 (-907 (-576)))) (|has| |#1| (-464)) (|has| |#1| (-901 (-576)))))))
+(((-585 |#1| |#2|) (-10 -7 (-15 -3014 ((-656 (-624 |#2|)) (-656 (-624 |#2|)) (-1197))) (-15 -3423 ((-624 |#2|) (-656 (-624 |#2|)))) (-15 -1924 ((-624 |#2|) (-624 |#2|) (-656 (-624 |#2|)) (-1197))) (-15 -4025 ((-656 (-624 |#2|)) (-656 (-624 |#2|)) (-656 (-624 |#2|)))) (-15 -2354 ((-656 (-624 |#2|)) (-656 |#2|) (-1197))) (IF (|has| |#1| (-568)) (-15 -1687 (|#2| |#2| (-1197))) |%noBranch|) (IF (|has| |#1| (-464)) (IF (|has| |#2| (-294)) (PROGN (-15 -1451 (|#2| |#2| (-1197))) (IF (|has| |#1| (-626 (-907 (-576)))) (IF (|has| |#1| (-901 (-576))) (IF (|has| |#2| (-641)) (IF (|has| |#2| (-1059 (-1197))) (-15 -3405 ((-598 |#2|) |#2| (-1197) (-1 (-598 |#2|) |#2| (-1197)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1197)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|)) (-1121) (-442 |#1|)) (T -585))
+((-3405 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-1 (-598 *3) *3 (-1197))) (-5 *6 (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3 (-1197))) (-4 *3 (-294)) (-4 *3 (-641)) (-4 *3 (-1059 *4)) (-4 *3 (-442 *7)) (-5 *4 (-1197)) (-4 *7 (-626 (-907 (-576)))) (-4 *7 (-464)) (-4 *7 (-901 (-576))) (-4 *7 (-1121)) (-5 *2 (-598 *3)) (-5 *1 (-585 *7 *3)))) (-1451 (*1 *2 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-464)) (-4 *4 (-1121)) (-5 *1 (-585 *4 *2)) (-4 *2 (-294)) (-4 *2 (-442 *4)))) (-1687 (*1 *2 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-568)) (-4 *4 (-1121)) (-5 *1 (-585 *4 *2)) (-4 *2 (-442 *4)))) (-2354 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *6)) (-5 *4 (-1197)) (-4 *6 (-442 *5)) (-4 *5 (-1121)) (-5 *2 (-656 (-624 *6))) (-5 *1 (-585 *5 *6)))) (-4025 (*1 *2 *2 *2) (-12 (-5 *2 (-656 (-624 *4))) (-4 *4 (-442 *3)) (-4 *3 (-1121)) (-5 *1 (-585 *3 *4)))) (-1924 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-656 (-624 *6))) (-5 *4 (-1197)) (-5 *2 (-624 *6)) (-4 *6 (-442 *5)) (-4 *5 (-1121)) (-5 *1 (-585 *5 *6)))) (-3423 (*1 *2 *3) (-12 (-5 *3 (-656 (-624 *5))) (-4 *4 (-1121)) (-5 *2 (-624 *5)) (-5 *1 (-585 *4 *5)) (-4 *5 (-442 *4)))) (-3014 (*1 *2 *2 *3) (-12 (-5 *2 (-656 (-624 *5))) (-5 *3 (-1197)) (-4 *5 (-442 *4)) (-4 *4 (-1121)) (-5 *1 (-585 *4 *5)))))
+(-10 -7 (-15 -3014 ((-656 (-624 |#2|)) (-656 (-624 |#2|)) (-1197))) (-15 -3423 ((-624 |#2|) (-656 (-624 |#2|)))) (-15 -1924 ((-624 |#2|) (-624 |#2|) (-656 (-624 |#2|)) (-1197))) (-15 -4025 ((-656 (-624 |#2|)) (-656 (-624 |#2|)) (-656 (-624 |#2|)))) (-15 -2354 ((-656 (-624 |#2|)) (-656 |#2|) (-1197))) (IF (|has| |#1| (-568)) (-15 -1687 (|#2| |#2| (-1197))) |%noBranch|) (IF (|has| |#1| (-464)) (IF (|has| |#2| (-294)) (PROGN (-15 -1451 (|#2| |#2| (-1197))) (IF (|has| |#1| (-626 (-907 (-576)))) (IF (|has| |#1| (-901 (-576))) (IF (|has| |#2| (-641)) (IF (|has| |#2| (-1059 (-1197))) (-15 -3405 ((-598 |#2|) |#2| (-1197) (-1 (-598 |#2|) |#2| (-1197)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1197)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|))
+((-2719 (((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-656 |#1|) "failed") (-576) |#1| |#1|)) 199)) (-2334 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|))))))) (|:| |a0| |#1|)) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2670 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-656 (-419 |#2|))) 174)) (-3843 (((-3 (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|)))))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-656 (-419 |#2|))) 171)) (-3290 (((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -2670 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|) 162)) (-2567 (((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2670 |#1|) (|:| |coeff| |#1|)) "failed") |#1|)) 185)) (-1941 (((-3 (-2 (|:| -2670 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-419 |#2|)) 202)) (-2733 (((-3 (-2 (|:| |answer| (-419 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2670 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2670 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-419 |#2|)) 205)) (-4372 (((-2 (|:| |ir| (-598 (-419 |#2|))) (|:| |specpart| (-419 |#2|)) (|:| |polypart| |#2|)) (-419 |#2|) (-1 |#2| |#2|)) 88)) (-1957 (((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)) 100)) (-3085 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|))))))) (|:| |a0| |#1|)) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -2111 |#1|) (|:| |sol?| (-112))) (-576) |#1|) (-656 (-419 |#2|))) 178)) (-4376 (((-3 (-635 |#1| |#2|) "failed") (-635 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -2111 |#1|) (|:| |sol?| (-112))) (-576) |#1|)) 166)) (-2375 (((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -2111 |#1|) (|:| |sol?| (-112))) (-576) |#1|)) 189)) (-1749 (((-3 (-2 (|:| |answer| (-419 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2670 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -2111 |#1|) (|:| |sol?| (-112))) (-576) |#1|) (-419 |#2|)) 210)))
+(((-586 |#1| |#2|) (-10 -7 (-15 -2567 ((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2670 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -2375 ((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -2111 |#1|) (|:| |sol?| (-112))) (-576) |#1|))) (-15 -2719 ((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-656 |#1|) "failed") (-576) |#1| |#1|))) (-15 -2733 ((-3 (-2 (|:| |answer| (-419 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2670 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2670 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-419 |#2|))) (-15 -1749 ((-3 (-2 (|:| |answer| (-419 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2670 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -2111 |#1|) (|:| |sol?| (-112))) (-576) |#1|) (-419 |#2|))) (-15 -2334 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|))))))) (|:| |a0| |#1|)) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2670 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-656 (-419 |#2|)))) (-15 -3085 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|))))))) (|:| |a0| |#1|)) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -2111 |#1|) (|:| |sol?| (-112))) (-576) |#1|) (-656 (-419 |#2|)))) (-15 -1941 ((-3 (-2 (|:| -2670 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-419 |#2|))) (-15 -3843 ((-3 (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|)))))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-656 (-419 |#2|)))) (-15 -3290 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -2670 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -4376 ((-3 (-635 |#1| |#2|) "failed") (-635 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -2111 |#1|) (|:| |sol?| (-112))) (-576) |#1|))) (-15 -4372 ((-2 (|:| |ir| (-598 (-419 |#2|))) (|:| |specpart| (-419 |#2|)) (|:| |polypart| |#2|)) (-419 |#2|) (-1 |#2| |#2|))) (-15 -1957 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)))) (-374) (-1264 |#1|)) (T -586))
+((-1957 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1264 *5)) (-4 *5 (-374)) (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3))) (-5 *1 (-586 *5 *3)))) (-4372 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1264 *5)) (-4 *5 (-374)) (-5 *2 (-2 (|:| |ir| (-598 (-419 *6))) (|:| |specpart| (-419 *6)) (|:| |polypart| *6))) (-5 *1 (-586 *5 *6)) (-5 *3 (-419 *6)))) (-4376 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-635 *4 *5)) (-5 *3 (-1 (-2 (|:| |ans| *4) (|:| -2111 *4) (|:| |sol?| (-112))) (-576) *4)) (-4 *4 (-374)) (-4 *5 (-1264 *4)) (-5 *1 (-586 *4 *5)))) (-3290 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 (-2 (|:| -2670 *4) (|:| |coeff| *4)) "failed") *4)) (-4 *4 (-374)) (-5 *1 (-586 *4 *2)) (-4 *2 (-1264 *4)))) (-3843 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-656 (-419 *7))) (-4 *7 (-1264 *6)) (-5 *3 (-419 *7)) (-4 *6 (-374)) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-586 *6 *7)))) (-1941 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1264 *5)) (-4 *5 (-374)) (-5 *2 (-2 (|:| -2670 (-419 *6)) (|:| |coeff| (-419 *6)))) (-5 *1 (-586 *5 *6)) (-5 *3 (-419 *6)))) (-3085 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-2 (|:| |ans| *7) (|:| -2111 *7) (|:| |sol?| (-112))) (-576) *7)) (-5 *6 (-656 (-419 *8))) (-4 *7 (-374)) (-4 *8 (-1264 *7)) (-5 *3 (-419 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-586 *7 *8)))) (-2334 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-3 (-2 (|:| -2670 *7) (|:| |coeff| *7)) "failed") *7)) (-5 *6 (-656 (-419 *8))) (-4 *7 (-374)) (-4 *8 (-1264 *7)) (-5 *3 (-419 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-586 *7 *8)))) (-1749 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -2111 *6) (|:| |sol?| (-112))) (-576) *6)) (-4 *6 (-374)) (-4 *7 (-1264 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-419 *7)) (|:| |a0| *6)) (-2 (|:| -2670 (-419 *7)) (|:| |coeff| (-419 *7))) "failed")) (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))) (-2733 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -2670 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-374)) (-4 *7 (-1264 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-419 *7)) (|:| |a0| *6)) (-2 (|:| -2670 (-419 *7)) (|:| |coeff| (-419 *7))) "failed")) (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))) (-2719 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-656 *6) "failed") (-576) *6 *6)) (-4 *6 (-374)) (-4 *7 (-1264 *6)) (-5 *2 (-2 (|:| |answer| (-598 (-419 *7))) (|:| |a0| *6))) (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))) (-2375 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -2111 *6) (|:| |sol?| (-112))) (-576) *6)) (-4 *6 (-374)) (-4 *7 (-1264 *6)) (-5 *2 (-2 (|:| |answer| (-598 (-419 *7))) (|:| |a0| *6))) (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))) (-2567 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -2670 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-374)) (-4 *7 (-1264 *6)) (-5 *2 (-2 (|:| |answer| (-598 (-419 *7))) (|:| |a0| *6))) (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))))
+(-10 -7 (-15 -2567 ((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2670 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -2375 ((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -2111 |#1|) (|:| |sol?| (-112))) (-576) |#1|))) (-15 -2719 ((-2 (|:| |answer| (-598 (-419 |#2|))) (|:| |a0| |#1|)) (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-656 |#1|) "failed") (-576) |#1| |#1|))) (-15 -2733 ((-3 (-2 (|:| |answer| (-419 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2670 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2670 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-419 |#2|))) (-15 -1749 ((-3 (-2 (|:| |answer| (-419 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2670 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -2111 |#1|) (|:| |sol?| (-112))) (-576) |#1|) (-419 |#2|))) (-15 -2334 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|))))))) (|:| |a0| |#1|)) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2670 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-656 (-419 |#2|)))) (-15 -3085 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|))))))) (|:| |a0| |#1|)) "failed") (-419 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -2111 |#1|) (|:| |sol?| (-112))) (-576) |#1|) (-656 (-419 |#2|)))) (-15 -1941 ((-3 (-2 (|:| -2670 (-419 |#2|)) (|:| |coeff| (-419 |#2|))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-419 |#2|))) (-15 -3843 ((-3 (-2 (|:| |mainpart| (-419 |#2|)) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| (-419 |#2|)) (|:| |logand| (-419 |#2|)))))) "failed") (-419 |#2|) (-1 |#2| |#2|) (-656 (-419 |#2|)))) (-15 -3290 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -2670 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -4376 ((-3 (-635 |#1| |#2|) "failed") (-635 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -2111 |#1|) (|:| |sol?| (-112))) (-576) |#1|))) (-15 -4372 ((-2 (|:| |ir| (-598 (-419 |#2|))) (|:| |specpart| (-419 |#2|)) (|:| |polypart| |#2|)) (-419 |#2|) (-1 |#2| |#2|))) (-15 -1957 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|))))
+((-3057 (((-3 |#2| "failed") |#2| (-1197) (-1197)) 10)))
+(((-587 |#1| |#2|) (-10 -7 (-15 -3057 ((-3 |#2| "failed") |#2| (-1197) (-1197)))) (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))) (-13 (-1223) (-978) (-1160) (-29 |#1|))) (T -587))
+((-3057 (*1 *2 *2 *3 *3) (|partial| -12 (-5 *3 (-1197)) (-4 *4 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-587 *4 *2)) (-4 *2 (-13 (-1223) (-978) (-1160) (-29 *4))))))
+(-10 -7 (-15 -3057 ((-3 |#2| "failed") |#2| (-1197) (-1197))))
+((-1817 (((-703 (-1246)) $ (-1246)) 26)) (-1942 (((-703 (-561)) $ (-561)) 25)) (-2226 (((-783) $ (-129)) 27)) (-2303 (((-703 (-130)) $ (-130)) 24)) (-4115 (((-703 (-1246)) $) 12)) (-3826 (((-703 (-1244)) $) 8)) (-1491 (((-703 (-1243)) $) 10)) (-3441 (((-703 (-561)) $) 13)) (-1460 (((-703 (-559)) $) 9)) (-2214 (((-703 (-558)) $) 11)) (-2276 (((-783) $ (-129)) 7)) (-2236 (((-703 (-130)) $) 14)) (-1675 (($ $) 6)))
(((-588) (-141)) (T -588))
NIL
-(-13 (-539) (-872))
-(((-175) . T) ((-539) . T) ((-872) . T))
-((-3719 (((-703 (-1244)) $ (-1244)) NIL)) (-3109 (((-703 (-561)) $ (-561)) NIL)) (-1721 (((-783) $ (-129)) NIL)) (-1915 (((-703 (-130)) $ (-130)) NIL)) (-3564 (((-703 (-1244)) $) NIL)) (-2444 (((-703 (-1242)) $) NIL)) (-4439 (((-703 (-1241)) $) NIL)) (-2999 (((-703 (-561)) $) NIL)) (-2402 (((-703 (-559)) $) NIL)) (-1322 (((-703 (-558)) $) NIL)) (-4087 (((-783) $ (-129)) NIL)) (-4392 (((-703 (-130)) $) NIL)) (-4338 (((-112) $) NIL)) (-2941 (($ (-400)) 14) (($ (-1177)) 16)) (-3567 (((-874) $) NIL)) (-1662 (($ $) NIL)))
-(((-589) (-13 (-588) (-625 (-874)) (-10 -8 (-15 -2941 ($ (-400))) (-15 -2941 ($ (-1177))) (-15 -4338 ((-112) $))))) (T -589))
-((-2941 (*1 *1 *2) (-12 (-5 *2 (-400)) (-5 *1 (-589)))) (-2941 (*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-589)))) (-4338 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-589)))))
-(-13 (-588) (-625 (-874)) (-10 -8 (-15 -2941 ($ (-400))) (-15 -2941 ($ (-1177))) (-15 -4338 ((-112) $))))
-((-3486 (((-112) $ $) NIL)) (-2746 (($) 7 T CONST)) (-3881 (((-1177) $) NIL)) (-2016 (($) 6 T CONST)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 15)) (-2245 (($) 9 T CONST)) (-4139 (($) 8 T CONST)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 11)))
-(((-590) (-13 (-1119) (-10 -8 (-15 -2016 ($) -1478) (-15 -2746 ($) -1478) (-15 -4139 ($) -1478) (-15 -2245 ($) -1478)))) (T -590))
-((-2016 (*1 *1) (-5 *1 (-590))) (-2746 (*1 *1) (-5 *1 (-590))) (-4139 (*1 *1) (-5 *1 (-590))) (-2245 (*1 *1) (-5 *1 (-590))))
-(-13 (-1119) (-10 -8 (-15 -2016 ($) -1478) (-15 -2746 ($) -1478) (-15 -4139 ($) -1478) (-15 -2245 ($) -1478)))
-((-3486 (((-112) $ $) NIL)) (-2120 (((-703 $) (-503)) 21)) (-3881 (((-1177) $) NIL)) (-2744 (($ (-1177)) 14)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 33)) (-2602 (((-215 4 (-130)) $) 24)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 26)))
-(((-591) (-13 (-1119) (-10 -8 (-15 -2744 ($ (-1177))) (-15 -2602 ((-215 4 (-130)) $)) (-15 -2120 ((-703 $) (-503)))))) (T -591))
-((-2744 (*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-591)))) (-2602 (*1 *2 *1) (-12 (-5 *2 (-215 4 (-130))) (-5 *1 (-591)))) (-2120 (*1 *2 *3) (-12 (-5 *3 (-503)) (-5 *2 (-703 (-591))) (-5 *1 (-591)))))
-(-13 (-1119) (-10 -8 (-15 -2744 ($ (-1177))) (-15 -2602 ((-215 4 (-130)) $)) (-15 -2120 ((-703 $) (-503)))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1838 (($ $ (-576)) 75)) (-1829 (((-112) $ $) NIL)) (-2135 (($) NIL T CONST)) (-1863 (($ (-1191 (-576)) (-576)) 81)) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) 66)) (-2436 (($ $) 43)) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-1991 (((-783) $) 16)) (-3612 (((-112) $) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2005 (((-576)) 37)) (-4241 (((-576) $) 41)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3905 (($ $ (-576)) 24)) (-3473 (((-3 $ "failed") $ $) 71)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) 17)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 72)) (-2765 (((-1176 (-576)) $) 19)) (-3746 (($ $) 26)) (-3567 (((-874) $) 102) (($ (-576)) 61) (($ $) NIL)) (-2596 (((-783)) 15 T CONST)) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-4163 (((-576) $ (-576)) 46)) (-2716 (($) 44 T CONST)) (-2727 (($) 21 T CONST)) (-2921 (((-112) $ $) 52)) (-3041 (($ $) 60) (($ $ $) 48)) (-3027 (($ $ $) 59)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 62) (($ $ $) 63)))
-(((-592 |#1| |#2|) (-881 |#1|) (-576) (-112)) (T -592))
-NIL
-(-881 |#1|)
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 30)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-2312 (((-112) $) NIL)) (-2858 (((-783)) NIL)) (-2205 (($ $ (-938)) NIL (|has| $ (-379))) (($ $) NIL)) (-2201 (((-1208 (-938) (-783)) (-576)) 59)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1829 (((-112) $ $) NIL)) (-2093 (((-783)) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 $ "failed") $) 95)) (-2857 (($ $) 94)) (-2495 (($ (-1286 $)) 93)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) 56)) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) 44)) (-1834 (($) NIL)) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4161 (($) 61)) (-3335 (((-112) $) NIL)) (-1385 (($ $) NIL) (($ $ (-783)) NIL)) (-4283 (((-112) $) NIL)) (-1991 (((-845 (-938)) $) NIL) (((-938) $) NIL)) (-3612 (((-112) $) NIL)) (-1654 (($) 49 (|has| $ (-379)))) (-1733 (((-112) $) NIL (|has| $ (-379)))) (-1650 (($ $ (-938)) NIL (|has| $ (-379))) (($ $) NIL)) (-2162 (((-3 $ "failed") $) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1499 (((-1191 $) $ (-938)) NIL (|has| $ (-379))) (((-1191 $) $) 104)) (-4379 (((-938) $) 67)) (-3259 (((-1191 $) $) NIL (|has| $ (-379)))) (-3797 (((-3 (-1191 $) "failed") $ $) NIL (|has| $ (-379))) (((-1191 $) $) NIL (|has| $ (-379)))) (-3922 (($ $ (-1191 $)) NIL (|has| $ (-379)))) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL T CONST)) (-3222 (($ (-938)) 60)) (-1764 (((-112) $) 87)) (-1448 (((-1139) $) NIL)) (-4126 (($) 28 (|has| $ (-379)))) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) 54)) (-1827 (((-430 $) $) NIL)) (-1512 (((-938)) 86) (((-845 (-938))) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-3544 (((-3 (-783) "failed") $ $) NIL) (((-783) $) NIL)) (-2253 (((-135)) NIL)) (-2770 (($ $) NIL) (($ $ (-783)) NIL)) (-1967 (((-938) $) 85) (((-845 (-938)) $) NIL)) (-3117 (((-1191 $)) 102)) (-4059 (($) 66)) (-1440 (($) 50 (|has| $ (-379)))) (-2203 (((-701 $) (-1286 $)) NIL) (((-1286 $) $) 91)) (-4169 (((-576) $) 40)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) 42) (($ $) NIL) (($ (-419 (-576))) NIL)) (-2846 (((-3 $ "failed") $) NIL) (($ $) 105)) (-2596 (((-783)) 51 T CONST)) (-1540 (((-112) $ $) 107)) (-4156 (((-1286 $) (-938)) 97) (((-1286 $)) 96)) (-4196 (((-112) $ $) NIL)) (-3202 (((-112) $) NIL)) (-2716 (($) 31 T CONST)) (-2727 (($) 27 T CONST)) (-3711 (($ $ (-783)) NIL (|has| $ (-379))) (($ $) NIL (|has| $ (-379)))) (-2014 (($ $) NIL) (($ $ (-783)) NIL)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) 34)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 81) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL)))
-(((-593 |#1|) (-13 (-360) (-339 $) (-626 (-576))) (-938)) (T -593))
+(-13 (-539) (-874))
+(((-175) . T) ((-539) . T) ((-874) . T))
+((-1817 (((-703 (-1246)) $ (-1246)) NIL)) (-1942 (((-703 (-561)) $ (-561)) NIL)) (-2226 (((-783) $ (-129)) NIL)) (-2303 (((-703 (-130)) $ (-130)) NIL)) (-4115 (((-703 (-1246)) $) NIL)) (-3826 (((-703 (-1244)) $) NIL)) (-1491 (((-703 (-1243)) $) NIL)) (-3441 (((-703 (-561)) $) NIL)) (-1460 (((-703 (-559)) $) NIL)) (-2214 (((-703 (-558)) $) NIL)) (-2276 (((-783) $ (-129)) NIL)) (-2236 (((-703 (-130)) $) NIL)) (-2986 (((-112) $) NIL)) (-3001 (($ (-400)) 14) (($ (-1179)) 16)) (-4114 (((-876) $) NIL)) (-1675 (($ $) NIL)))
+(((-589) (-13 (-588) (-625 (-876)) (-10 -8 (-15 -3001 ($ (-400))) (-15 -3001 ($ (-1179))) (-15 -2986 ((-112) $))))) (T -589))
+((-3001 (*1 *1 *2) (-12 (-5 *2 (-400)) (-5 *1 (-589)))) (-3001 (*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-589)))) (-2986 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-589)))))
+(-13 (-588) (-625 (-876)) (-10 -8 (-15 -3001 ($ (-400))) (-15 -3001 ($ (-1179))) (-15 -2986 ((-112) $))))
+((-1955 (((-112) $ $) NIL)) (-3401 (($) 7 T CONST)) (-4185 (((-1179) $) NIL)) (-1659 (($) 6 T CONST)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 15)) (-2356 (($) 9 T CONST)) (-1573 (($) 8 T CONST)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 11)))
+(((-590) (-13 (-1121) (-10 -8 (-15 -1659 ($) -2666) (-15 -3401 ($) -2666) (-15 -1573 ($) -2666) (-15 -2356 ($) -2666)))) (T -590))
+((-1659 (*1 *1) (-5 *1 (-590))) (-3401 (*1 *1) (-5 *1 (-590))) (-1573 (*1 *1) (-5 *1 (-590))) (-2356 (*1 *1) (-5 *1 (-590))))
+(-13 (-1121) (-10 -8 (-15 -1659 ($) -2666) (-15 -3401 ($) -2666) (-15 -1573 ($) -2666) (-15 -2356 ($) -2666)))
+((-1955 (((-112) $ $) NIL)) (-3259 (((-703 $) (-503)) 21)) (-4185 (((-1179) $) NIL)) (-1660 (($ (-1179)) 14)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 33)) (-2908 (((-215 4 (-130)) $) 24)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 26)))
+(((-591) (-13 (-1121) (-10 -8 (-15 -1660 ($ (-1179))) (-15 -2908 ((-215 4 (-130)) $)) (-15 -3259 ((-703 $) (-503)))))) (T -591))
+((-1660 (*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-591)))) (-2908 (*1 *2 *1) (-12 (-5 *2 (-215 4 (-130))) (-5 *1 (-591)))) (-3259 (*1 *2 *3) (-12 (-5 *3 (-503)) (-5 *2 (-703 (-591))) (-5 *1 (-591)))))
+(-13 (-1121) (-10 -8 (-15 -1660 ($ (-1179))) (-15 -2908 ((-215 4 (-130)) $)) (-15 -3259 ((-703 $) (-503)))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1463 (($ $ (-576)) 75)) (-4064 (((-112) $ $) NIL)) (-3853 (($) NIL T CONST)) (-3091 (($ (-1193 (-576)) (-576)) 81)) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) 66)) (-3749 (($ $) 43)) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-1760 (((-783) $) 16)) (-3315 (((-112) $) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1869 (((-576)) 37)) (-3307 (((-576) $) 41)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3168 (($ $ (-576)) 24)) (-1943 (((-3 $ "failed") $ $) 71)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) 17)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 72)) (-3833 (((-1178 (-576)) $) 19)) (-2093 (($ $) 26)) (-4114 (((-876) $) 102) (($ (-576)) 61) (($ $) NIL)) (-2864 (((-783)) 15 T CONST)) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-2642 (((-576) $ (-576)) 46)) (-4312 (($) 44 T CONST)) (-4322 (($) 21 T CONST)) (-3939 (((-112) $ $) 52)) (-4037 (($ $) 60) (($ $ $) 48)) (-4027 (($ $ $) 59)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 62) (($ $ $) 63)))
+(((-592 |#1| |#2|) (-883 |#1|) (-576) (-112)) (T -592))
+NIL
+(-883 |#1|)
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 30)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-1802 (((-112) $) NIL)) (-3454 (((-783)) NIL)) (-3832 (($ $ (-940)) NIL (|has| $ (-379))) (($ $) NIL)) (-3197 (((-1210 (-940) (-783)) (-576)) 59)) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4064 (((-112) $ $) NIL)) (-2200 (((-783)) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 $ "failed") $) 95)) (-2318 (($ $) 94)) (-3093 (($ (-1288 $)) 93)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) 56)) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) 44)) (-4370 (($) NIL)) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-1766 (($) 61)) (-2430 (((-112) $) NIL)) (-2566 (($ $) NIL) (($ $ (-783)) NIL)) (-3742 (((-112) $) NIL)) (-1760 (((-845 (-940)) $) NIL) (((-940) $) NIL)) (-3315 (((-112) $) NIL)) (-2878 (($) 49 (|has| $ (-379)))) (-4320 (((-112) $) NIL (|has| $ (-379)))) (-2828 (($ $ (-940)) NIL (|has| $ (-379))) (($ $) NIL)) (-4080 (((-3 $ "failed") $) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3817 (((-1193 $) $ (-940)) NIL (|has| $ (-379))) (((-1193 $) $) 104)) (-2106 (((-940) $) 67)) (-4200 (((-1193 $) $) NIL (|has| $ (-379)))) (-1446 (((-3 (-1193 $) "failed") $ $) NIL (|has| $ (-379))) (((-1193 $) $) NIL (|has| $ (-379)))) (-3335 (($ $ (-1193 $)) NIL (|has| $ (-379)))) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL T CONST)) (-2409 (($ (-940)) 60)) (-1472 (((-112) $) 87)) (-3117 (((-1141) $) NIL)) (-2549 (($) 28 (|has| $ (-379)))) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) 54)) (-1452 (((-430 $) $) NIL)) (-3963 (((-940)) 86) (((-845 (-940))) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-3923 (((-3 (-783) "failed") $ $) NIL) (((-783) $) NIL)) (-2435 (((-135)) NIL)) (-4107 (($ $) NIL) (($ $ (-783)) NIL)) (-2786 (((-940) $) 85) (((-845 (-940)) $) NIL)) (-2030 (((-1193 $)) 102)) (-1986 (($) 66)) (-2998 (($) 50 (|has| $ (-379)))) (-3219 (((-701 $) (-1288 $)) NIL) (((-1288 $) $) 91)) (-1554 (((-576) $) 40)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) 42) (($ $) NIL) (($ (-419 (-576))) NIL)) (-3346 (((-3 $ "failed") $) NIL) (($ $) 105)) (-2864 (((-783)) 51 T CONST)) (-3000 (((-112) $ $) 107)) (-1726 (((-1288 $) (-940)) 97) (((-1288 $)) 96)) (-4095 (((-112) $ $) NIL)) (-1649 (((-112) $) NIL)) (-4312 (($) 31 T CONST)) (-4322 (($) 27 T CONST)) (-3032 (($ $ (-783)) NIL (|has| $ (-379))) (($ $) NIL (|has| $ (-379)))) (-3157 (($ $) NIL) (($ $ (-783)) NIL)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) 34)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 81) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL)))
+(((-593 |#1|) (-13 (-360) (-339 $) (-626 (-576))) (-940)) (T -593))
NIL
(-13 (-360) (-339 $) (-626 (-576)))
-((-3243 (((-1291) (-1177)) 10)))
-(((-594) (-10 -7 (-15 -3243 ((-1291) (-1177))))) (T -594))
-((-3243 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-594)))))
-(-10 -7 (-15 -3243 ((-1291) (-1177))))
-((-3900 (((-598 |#2|) (-598 |#2|)) 42)) (-1937 (((-656 |#2|) (-598 |#2|)) 44)) (-2895 ((|#2| (-598 |#2|)) 50)))
-(((-595 |#1| |#2|) (-10 -7 (-15 -3900 ((-598 |#2|) (-598 |#2|))) (-15 -1937 ((-656 |#2|) (-598 |#2|))) (-15 -2895 (|#2| (-598 |#2|)))) (-13 (-464) (-1057 (-576)) (-651 (-576))) (-13 (-29 |#1|) (-1221))) (T -595))
-((-2895 (*1 *2 *3) (-12 (-5 *3 (-598 *2)) (-4 *2 (-13 (-29 *4) (-1221))) (-5 *1 (-595 *4 *2)) (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))))) (-1937 (*1 *2 *3) (-12 (-5 *3 (-598 *5)) (-4 *5 (-13 (-29 *4) (-1221))) (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-656 *5)) (-5 *1 (-595 *4 *5)))) (-3900 (*1 *2 *2) (-12 (-5 *2 (-598 *4)) (-4 *4 (-13 (-29 *3) (-1221))) (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-595 *3 *4)))))
-(-10 -7 (-15 -3900 ((-598 |#2|) (-598 |#2|))) (-15 -1937 ((-656 |#2|) (-598 |#2|))) (-15 -2895 (|#2| (-598 |#2|))))
-((-4114 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")) 44) (((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed")) 11) (((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -1633 |#1|) (|:| |coeff| |#1|)) "failed")) 35) (((-598 |#2|) (-1 |#2| |#1|) (-598 |#1|)) 30)))
-(((-596 |#1| |#2|) (-10 -7 (-15 -4114 ((-598 |#2|) (-1 |#2| |#1|) (-598 |#1|))) (-15 -4114 ((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -1633 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -4114 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -4114 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")))) (-374) (-374)) (T -596))
-((-4114 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| |mainpart| *5) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *5) (|:| |logand| *5))))) "failed")) (-4 *5 (-374)) (-4 *6 (-374)) (-5 *2 (-2 (|:| |mainpart| *6) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *6) (|:| |logand| *6)))))) (-5 *1 (-596 *5 *6)))) (-4114 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed")) (-4 *5 (-374)) (-4 *2 (-374)) (-5 *1 (-596 *5 *2)))) (-4114 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| -1633 *5) (|:| |coeff| *5)) "failed")) (-4 *5 (-374)) (-4 *6 (-374)) (-5 *2 (-2 (|:| -1633 *6) (|:| |coeff| *6))) (-5 *1 (-596 *5 *6)))) (-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-598 *5)) (-4 *5 (-374)) (-4 *6 (-374)) (-5 *2 (-598 *6)) (-5 *1 (-596 *5 *6)))))
-(-10 -7 (-15 -4114 ((-598 |#2|) (-1 |#2| |#1|) (-598 |#1|))) (-15 -4114 ((-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -1633 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -4114 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -4114 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed"))))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-2223 (($ (-518) (-609)) 14)) (-3844 (($ (-518) (-609) $) 16)) (-2134 (($ (-518) (-609)) 15)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL) (($ (-1200)) 7) (((-1200) $) 6)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-597) (-13 (-1119) (-502 (-1200)) (-10 -8 (-15 -2223 ($ (-518) (-609))) (-15 -2134 ($ (-518) (-609))) (-15 -3844 ($ (-518) (-609) $))))) (T -597))
-((-2223 (*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-609)) (-5 *1 (-597)))) (-2134 (*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-609)) (-5 *1 (-597)))) (-3844 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-518)) (-5 *3 (-609)) (-5 *1 (-597)))))
-(-13 (-1119) (-502 (-1200)) (-10 -8 (-15 -2223 ($ (-518) (-609))) (-15 -2134 ($ (-518) (-609))) (-15 -3844 ($ (-518) (-609) $))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) 76)) (-2857 ((|#1| $) NIL)) (-1633 ((|#1| $) 30)) (-3488 (((-656 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $) 32)) (-3179 (($ |#1| (-656 (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1191 |#1|)) (|:| |logand| (-1191 |#1|)))) (-656 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|)))) 28)) (-4377 (((-656 (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1191 |#1|)) (|:| |logand| (-1191 |#1|)))) $) 31)) (-3881 (((-1177) $) NIL)) (-3432 (($ |#1| |#1|) 38) (($ |#1| (-1195)) 49 (|has| |#1| (-1057 (-1195))))) (-1448 (((-1139) $) NIL)) (-2877 (((-112) $) 35)) (-2770 ((|#1| $ (-1 |#1| |#1|)) 88) ((|#1| $ (-1195)) 89 (|has| |#1| (-915 (-1195))))) (-3567 (((-874) $) 110) (($ |#1|) 29)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 18 T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) 17) (($ $ $) NIL)) (-3027 (($ $ $) 85)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 16) (($ (-419 (-576)) $) 41) (($ $ (-419 (-576))) NIL)))
-(((-598 |#1|) (-13 (-729 (-419 (-576))) (-1057 |#1|) (-10 -8 (-15 -3179 ($ |#1| (-656 (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1191 |#1|)) (|:| |logand| (-1191 |#1|)))) (-656 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -1633 (|#1| $)) (-15 -4377 ((-656 (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1191 |#1|)) (|:| |logand| (-1191 |#1|)))) $)) (-15 -3488 ((-656 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -2877 ((-112) $)) (-15 -3432 ($ |#1| |#1|)) (-15 -2770 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-915 (-1195))) (-15 -2770 (|#1| $ (-1195))) |%noBranch|) (IF (|has| |#1| (-1057 (-1195))) (-15 -3432 ($ |#1| (-1195))) |%noBranch|))) (-374)) (T -598))
-((-3179 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-656 (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1191 *2)) (|:| |logand| (-1191 *2))))) (-5 *4 (-656 (-2 (|:| |integrand| *2) (|:| |intvar| *2)))) (-4 *2 (-374)) (-5 *1 (-598 *2)))) (-1633 (*1 *2 *1) (-12 (-5 *1 (-598 *2)) (-4 *2 (-374)))) (-4377 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1191 *3)) (|:| |logand| (-1191 *3))))) (-5 *1 (-598 *3)) (-4 *3 (-374)))) (-3488 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |integrand| *3) (|:| |intvar| *3)))) (-5 *1 (-598 *3)) (-4 *3 (-374)))) (-2877 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-598 *3)) (-4 *3 (-374)))) (-3432 (*1 *1 *2 *2) (-12 (-5 *1 (-598 *2)) (-4 *2 (-374)))) (-2770 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-598 *2)) (-4 *2 (-374)))) (-2770 (*1 *2 *1 *3) (-12 (-4 *2 (-374)) (-4 *2 (-915 *3)) (-5 *1 (-598 *2)) (-5 *3 (-1195)))) (-3432 (*1 *1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *1 (-598 *2)) (-4 *2 (-1057 *3)) (-4 *2 (-374)))))
-(-13 (-729 (-419 (-576))) (-1057 |#1|) (-10 -8 (-15 -3179 ($ |#1| (-656 (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1191 |#1|)) (|:| |logand| (-1191 |#1|)))) (-656 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -1633 (|#1| $)) (-15 -4377 ((-656 (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1191 |#1|)) (|:| |logand| (-1191 |#1|)))) $)) (-15 -3488 ((-656 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -2877 ((-112) $)) (-15 -3432 ($ |#1| |#1|)) (-15 -2770 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-915 (-1195))) (-15 -2770 (|#1| $ (-1195))) |%noBranch|) (IF (|has| |#1| (-1057 (-1195))) (-15 -3432 ($ |#1| (-1195))) |%noBranch|)))
-((-3920 (((-112) |#1|) 16)) (-4410 (((-3 |#1| "failed") |#1|) 14)) (-3744 (((-2 (|:| -3513 |#1|) (|:| -2125 (-783))) |#1|) 38) (((-3 |#1| "failed") |#1| (-783)) 18)) (-3318 (((-112) |#1| (-783)) 19)) (-2603 ((|#1| |#1|) 42)) (-2487 ((|#1| |#1| (-783)) 45)))
-(((-599 |#1|) (-10 -7 (-15 -3318 ((-112) |#1| (-783))) (-15 -3744 ((-3 |#1| "failed") |#1| (-783))) (-15 -3744 ((-2 (|:| -3513 |#1|) (|:| -2125 (-783))) |#1|)) (-15 -2487 (|#1| |#1| (-783))) (-15 -3920 ((-112) |#1|)) (-15 -4410 ((-3 |#1| "failed") |#1|)) (-15 -2603 (|#1| |#1|))) (-557)) (T -599))
-((-2603 (*1 *2 *2) (-12 (-5 *1 (-599 *2)) (-4 *2 (-557)))) (-4410 (*1 *2 *2) (|partial| -12 (-5 *1 (-599 *2)) (-4 *2 (-557)))) (-3920 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-599 *3)) (-4 *3 (-557)))) (-2487 (*1 *2 *2 *3) (-12 (-5 *3 (-783)) (-5 *1 (-599 *2)) (-4 *2 (-557)))) (-3744 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -3513 *3) (|:| -2125 (-783)))) (-5 *1 (-599 *3)) (-4 *3 (-557)))) (-3744 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-783)) (-5 *1 (-599 *2)) (-4 *2 (-557)))) (-3318 (*1 *2 *3 *4) (-12 (-5 *4 (-783)) (-5 *2 (-112)) (-5 *1 (-599 *3)) (-4 *3 (-557)))))
-(-10 -7 (-15 -3318 ((-112) |#1| (-783))) (-15 -3744 ((-3 |#1| "failed") |#1| (-783))) (-15 -3744 ((-2 (|:| -3513 |#1|) (|:| -2125 (-783))) |#1|)) (-15 -2487 (|#1| |#1| (-783))) (-15 -3920 ((-112) |#1|)) (-15 -4410 ((-3 |#1| "failed") |#1|)) (-15 -2603 (|#1| |#1|)))
-((-3098 (((-1191 |#1|) (-938)) 44)))
-(((-600 |#1|) (-10 -7 (-15 -3098 ((-1191 |#1|) (-938)))) (-360)) (T -600))
-((-3098 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1191 *4)) (-5 *1 (-600 *4)) (-4 *4 (-360)))))
-(-10 -7 (-15 -3098 ((-1191 |#1|) (-938))))
-((-3900 (((-598 (-419 (-969 |#1|))) (-598 (-419 (-969 |#1|)))) 27)) (-2092 (((-3 (-326 |#1|) (-656 (-326 |#1|))) (-419 (-969 |#1|)) (-1195)) 34 (|has| |#1| (-148)))) (-1937 (((-656 (-326 |#1|)) (-598 (-419 (-969 |#1|)))) 19)) (-3538 (((-326 |#1|) (-419 (-969 |#1|)) (-1195)) 32 (|has| |#1| (-148)))) (-2895 (((-326 |#1|) (-598 (-419 (-969 |#1|)))) 21)))
-(((-601 |#1|) (-10 -7 (-15 -3900 ((-598 (-419 (-969 |#1|))) (-598 (-419 (-969 |#1|))))) (-15 -1937 ((-656 (-326 |#1|)) (-598 (-419 (-969 |#1|))))) (-15 -2895 ((-326 |#1|) (-598 (-419 (-969 |#1|))))) (IF (|has| |#1| (-148)) (PROGN (-15 -2092 ((-3 (-326 |#1|) (-656 (-326 |#1|))) (-419 (-969 |#1|)) (-1195))) (-15 -3538 ((-326 |#1|) (-419 (-969 |#1|)) (-1195)))) |%noBranch|)) (-13 (-464) (-1057 (-576)) (-651 (-576)))) (T -601))
-((-3538 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-1195)) (-4 *5 (-148)) (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-326 *5)) (-5 *1 (-601 *5)))) (-2092 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-1195)) (-4 *5 (-148)) (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-3 (-326 *5) (-656 (-326 *5)))) (-5 *1 (-601 *5)))) (-2895 (*1 *2 *3) (-12 (-5 *3 (-598 (-419 (-969 *4)))) (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-326 *4)) (-5 *1 (-601 *4)))) (-1937 (*1 *2 *3) (-12 (-5 *3 (-598 (-419 (-969 *4)))) (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-656 (-326 *4))) (-5 *1 (-601 *4)))) (-3900 (*1 *2 *2) (-12 (-5 *2 (-598 (-419 (-969 *3)))) (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-601 *3)))))
-(-10 -7 (-15 -3900 ((-598 (-419 (-969 |#1|))) (-598 (-419 (-969 |#1|))))) (-15 -1937 ((-656 (-326 |#1|)) (-598 (-419 (-969 |#1|))))) (-15 -2895 ((-326 |#1|) (-598 (-419 (-969 |#1|))))) (IF (|has| |#1| (-148)) (PROGN (-15 -2092 ((-3 (-326 |#1|) (-656 (-326 |#1|))) (-419 (-969 |#1|)) (-1195))) (-15 -3538 ((-326 |#1|) (-419 (-969 |#1|)) (-1195)))) |%noBranch|))
-((-3491 (((-656 (-701 (-576))) (-656 (-938)) (-656 (-922 (-576)))) 78) (((-656 (-701 (-576))) (-656 (-938))) 79) (((-701 (-576)) (-656 (-938)) (-922 (-576))) 72)) (-2713 (((-783) (-656 (-938))) 69)))
-(((-602) (-10 -7 (-15 -2713 ((-783) (-656 (-938)))) (-15 -3491 ((-701 (-576)) (-656 (-938)) (-922 (-576)))) (-15 -3491 ((-656 (-701 (-576))) (-656 (-938)))) (-15 -3491 ((-656 (-701 (-576))) (-656 (-938)) (-656 (-922 (-576))))))) (T -602))
-((-3491 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-938))) (-5 *4 (-656 (-922 (-576)))) (-5 *2 (-656 (-701 (-576)))) (-5 *1 (-602)))) (-3491 (*1 *2 *3) (-12 (-5 *3 (-656 (-938))) (-5 *2 (-656 (-701 (-576)))) (-5 *1 (-602)))) (-3491 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-938))) (-5 *4 (-922 (-576))) (-5 *2 (-701 (-576))) (-5 *1 (-602)))) (-2713 (*1 *2 *3) (-12 (-5 *3 (-656 (-938))) (-5 *2 (-783)) (-5 *1 (-602)))))
-(-10 -7 (-15 -2713 ((-783) (-656 (-938)))) (-15 -3491 ((-701 (-576)) (-656 (-938)) (-922 (-576)))) (-15 -3491 ((-656 (-701 (-576))) (-656 (-938)))) (-15 -3491 ((-656 (-701 (-576))) (-656 (-938)) (-656 (-922 (-576))))))
-((-2795 (((-656 |#5|) |#5| (-112)) 100)) (-1806 (((-112) |#5| (-656 |#5|)) 34)))
-(((-603 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2795 ((-656 |#5|) |#5| (-112))) (-15 -1806 ((-112) |#5| (-656 |#5|)))) (-13 (-317) (-148)) (-805) (-862) (-1084 |#1| |#2| |#3|) (-1128 |#1| |#2| |#3| |#4|)) (T -603))
-((-1806 (*1 *2 *3 *4) (-12 (-5 *4 (-656 *3)) (-4 *3 (-1128 *5 *6 *7 *8)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1084 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-603 *5 *6 *7 *8 *3)))) (-2795 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1084 *5 *6 *7)) (-5 *2 (-656 *3)) (-5 *1 (-603 *5 *6 *7 *8 *3)) (-4 *3 (-1128 *5 *6 *7 *8)))))
-(-10 -7 (-15 -2795 ((-656 |#5|) |#5| (-112))) (-15 -1806 ((-112) |#5| (-656 |#5|))))
-((-3486 (((-112) $ $) NIL)) (-1667 (((-1154) $) 11)) (-1655 (((-1154) $) 9)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 17) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-604) (-13 (-1102) (-10 -8 (-15 -1655 ((-1154) $)) (-15 -1667 ((-1154) $))))) (T -604))
-((-1655 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-604)))) (-1667 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-604)))))
-(-13 (-1102) (-10 -8 (-15 -1655 ((-1154) $)) (-15 -1667 ((-1154) $))))
-((-3486 (((-112) $ $) NIL (|has| (-145) (-102)))) (-4100 (($ $) 38)) (-1374 (($ $) NIL)) (-4339 (($ $ (-145)) NIL) (($ $ (-142)) NIL)) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-2136 (((-112) $ $) 67)) (-2113 (((-112) $ $ (-576)) 62)) (-3900 (((-656 $) $ (-145)) 75) (((-656 $) $ (-142)) 76)) (-4372 (((-112) (-1 (-112) (-145) (-145)) $) NIL) (((-112) $) NIL (|has| (-145) (-862)))) (-4082 (($ (-1 (-112) (-145) (-145)) $) NIL (|has| $ (-6 -4463))) (($ $) NIL (-12 (|has| $ (-6 -4463)) (|has| (-145) (-862))))) (-1793 (($ (-1 (-112) (-145) (-145)) $) NIL) (($ $) NIL (|has| (-145) (-862)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 (((-145) $ (-576) (-145)) 59 (|has| $ (-6 -4463))) (((-145) $ (-1253 (-576)) (-145)) NIL (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-2633 (($ $ (-145)) 79) (($ $ (-142)) 80)) (-1752 (($ $) NIL (|has| $ (-6 -4463)))) (-3833 (($ $) NIL)) (-2510 (($ $ (-1253 (-576)) $) 57)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119))))) (-3942 (($ (-145) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119)))) (($ (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4462)))) (-3683 (((-145) (-1 (-145) (-145) (-145)) $ (-145) (-145)) NIL (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119)))) (((-145) (-1 (-145) (-145) (-145)) $ (-145)) NIL (|has| $ (-6 -4462))) (((-145) (-1 (-145) (-145) (-145)) $) NIL (|has| $ (-6 -4462)))) (-4330 (((-145) $ (-576) (-145)) NIL (|has| $ (-6 -4463)))) (-4271 (((-145) $ (-576)) NIL)) (-2161 (((-112) $ $) 88)) (-3658 (((-576) (-1 (-112) (-145)) $) NIL) (((-576) (-145) $) NIL (|has| (-145) (-1119))) (((-576) (-145) $ (-576)) 64 (|has| (-145) (-1119))) (((-576) $ $ (-576)) 63) (((-576) (-142) $ (-576)) 66)) (-3963 (((-656 (-145)) $) NIL (|has| $ (-6 -4462)))) (-4138 (($ (-783) (-145)) 9)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) 32 (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| (-145) (-862)))) (-1872 (($ (-1 (-112) (-145) (-145)) $ $) NIL) (($ $ $) NIL (|has| (-145) (-862)))) (-3452 (((-656 (-145)) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-145) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119))))) (-3767 (((-576) $) 47 (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| (-145) (-862)))) (-1914 (((-112) $ $ (-145)) 89)) (-1356 (((-783) $ $ (-145)) 86)) (-4320 (($ (-1 (-145) (-145)) $) 37 (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-145) (-145)) $) NIL) (($ (-1 (-145) (-145) (-145)) $ $) NIL)) (-2054 (($ $) 41)) (-2662 (($ $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-2643 (($ $ (-145)) 77) (($ $ (-142)) 78)) (-3881 (((-1177) $) 43 (|has| (-145) (-1119)))) (-2171 (($ (-145) $ (-576)) NIL) (($ $ $ (-576)) 27)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-1448 (((-1139) $) 85 (|has| (-145) (-1119)))) (-3578 (((-145) $) NIL (|has| (-576) (-862)))) (-2295 (((-3 (-145) "failed") (-1 (-112) (-145)) $) NIL)) (-1552 (($ $ (-145)) NIL (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-145)))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119)))) (($ $ (-304 (-145))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119)))) (($ $ (-145) (-145)) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119)))) (($ $ (-656 (-145)) (-656 (-145))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) (-145) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119))))) (-4278 (((-656 (-145)) $) NIL)) (-4205 (((-112) $) 15)) (-1854 (($) 10)) (-2794 (((-145) $ (-576) (-145)) NIL) (((-145) $ (-576)) 68) (($ $ (-1253 (-576))) 25) (($ $ $) NIL)) (-3463 (($ $ (-576)) NIL) (($ $ (-1253 (-576))) NIL)) (-1458 (((-783) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4462))) (((-783) (-145) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119))))) (-1497 (($ $ $ (-576)) 81 (|has| $ (-6 -4463)))) (-1868 (($ $) 20)) (-4169 (((-548) $) NIL (|has| (-145) (-626 (-548))))) (-3579 (($ (-656 (-145))) NIL)) (-1613 (($ $ (-145)) NIL) (($ (-145) $) NIL) (($ $ $) 19) (($ (-656 $)) 82)) (-3567 (($ (-145)) NIL) (((-874) $) 31 (|has| (-145) (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| (-145) (-1119)))) (-2306 (((-112) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) NIL (|has| (-145) (-862)))) (-2960 (((-112) $ $) NIL (|has| (-145) (-862)))) (-2921 (((-112) $ $) 17 (|has| (-145) (-102)))) (-2975 (((-112) $ $) NIL (|has| (-145) (-862)))) (-2946 (((-112) $ $) 18 (|has| (-145) (-862)))) (-3500 (((-783) $) 16 (|has| $ (-6 -4462)))))
-(((-605 |#1|) (-1163) (-576)) (T -605))
-NIL
-(-1163)
-((-1367 (((-2 (|:| |num| |#4|) (|:| |den| (-576))) |#4| |#2|) 23) (((-2 (|:| |num| |#4|) (|:| |den| (-576))) |#4| |#2| (-1113 |#4|)) 32)))
-(((-606 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1367 ((-2 (|:| |num| |#4|) (|:| |den| (-576))) |#4| |#2| (-1113 |#4|))) (-15 -1367 ((-2 (|:| |num| |#4|) (|:| |den| (-576))) |#4| |#2|))) (-805) (-862) (-568) (-966 |#3| |#1| |#2|)) (T -606))
-((-1367 (*1 *2 *3 *4) (-12 (-4 *5 (-805)) (-4 *4 (-862)) (-4 *6 (-568)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-576)))) (-5 *1 (-606 *5 *4 *6 *3)) (-4 *3 (-966 *6 *5 *4)))) (-1367 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1113 *3)) (-4 *3 (-966 *7 *6 *4)) (-4 *6 (-805)) (-4 *4 (-862)) (-4 *7 (-568)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-576)))) (-5 *1 (-606 *6 *4 *7 *3)))))
-(-10 -7 (-15 -1367 ((-2 (|:| |num| |#4|) (|:| |den| (-576))) |#4| |#2| (-1113 |#4|))) (-15 -1367 ((-2 (|:| |num| |#4|) (|:| |den| (-576))) |#4| |#2|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 71)) (-1960 (((-656 (-1101)) $) NIL)) (-3052 (((-1195) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-1930 (($ $ (-576)) 58) (($ $ (-576) (-576)) 59)) (-3964 (((-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $) 65)) (-1365 (($ $) 109)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1592 (((-874) (-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) (-1045 (-855 (-576))) (-1195) |#1| (-419 (-576))) 241)) (-3077 (($ (-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|)))) 36)) (-2135 (($) NIL T CONST)) (-2109 (($ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2928 (((-112) $) NIL)) (-1991 (((-576) $) 63) (((-576) $ (-576)) 64)) (-3612 (((-112) $) NIL)) (-4255 (($ $ (-938)) 83)) (-2594 (($ (-1 |#1| (-576)) $) 80)) (-2544 (((-112) $) 26)) (-1940 (($ |#1| (-576)) 22) (($ $ (-1101) (-576)) NIL) (($ $ (-656 (-1101)) (-656 (-576))) NIL)) (-4114 (($ (-1 |#1| |#1|) $) 75)) (-4374 (($ (-1045 (-855 (-576))) (-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|)))) 13)) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-3881 (((-1177) $) NIL)) (-2092 (($ $) 161 (|has| |#1| (-38 (-419 (-576)))))) (-1814 (((-3 $ "failed") $ $ (-112)) 108)) (-3923 (($ $ $) 116)) (-1448 (((-1139) $) NIL)) (-3289 (((-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $) 15)) (-2018 (((-1045 (-855 (-576))) $) 14)) (-3905 (($ $ (-576)) 47)) (-3473 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-3281 (((-1176 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-576)))))) (-2794 ((|#1| $ (-576)) 62) (($ $ $) NIL (|has| (-576) (-1131)))) (-2770 (($ $ (-1195)) NIL (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $) 77 (|has| |#1| (-15 * (|#1| (-576) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (-1967 (((-576) $) NIL)) (-3746 (($ $) 48)) (-3567 (((-874) $) NIL) (($ (-576)) 29) (($ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568))) (($ |#1|) 28 (|has| |#1| (-174)))) (-1749 ((|#1| $ (-576)) 61)) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) 39 T CONST)) (-2391 ((|#1| $) NIL)) (-4287 (($ $) 198 (|has| |#1| (-38 (-419 (-576)))))) (-4005 (($ $) 169 (|has| |#1| (-38 (-419 (-576)))))) (-1634 (($ $) 202 (|has| |#1| (-38 (-419 (-576)))))) (-3688 (($ $) 174 (|has| |#1| (-38 (-419 (-576)))))) (-3802 (($ $) 201 (|has| |#1| (-38 (-419 (-576)))))) (-4362 (($ $) 173 (|has| |#1| (-38 (-419 (-576)))))) (-2926 (($ $ (-419 (-576))) 177 (|has| |#1| (-38 (-419 (-576)))))) (-3449 (($ $ |#1|) 157 (|has| |#1| (-38 (-419 (-576)))))) (-4183 (($ $) 204 (|has| |#1| (-38 (-419 (-576)))))) (-3868 (($ $) 160 (|has| |#1| (-38 (-419 (-576)))))) (-2230 (($ $) 203 (|has| |#1| (-38 (-419 (-576)))))) (-3143 (($ $) 175 (|has| |#1| (-38 (-419 (-576)))))) (-2788 (($ $) 199 (|has| |#1| (-38 (-419 (-576)))))) (-2329 (($ $) 171 (|has| |#1| (-38 (-419 (-576)))))) (-4389 (($ $) 200 (|has| |#1| (-38 (-419 (-576)))))) (-1527 (($ $) 172 (|has| |#1| (-38 (-419 (-576)))))) (-3421 (($ $) 209 (|has| |#1| (-38 (-419 (-576)))))) (-1663 (($ $) 185 (|has| |#1| (-38 (-419 (-576)))))) (-1352 (($ $) 206 (|has| |#1| (-38 (-419 (-576)))))) (-2228 (($ $) 181 (|has| |#1| (-38 (-419 (-576)))))) (-1462 (($ $) 213 (|has| |#1| (-38 (-419 (-576)))))) (-1756 (($ $) 189 (|has| |#1| (-38 (-419 (-576)))))) (-1998 (($ $) 215 (|has| |#1| (-38 (-419 (-576)))))) (-1856 (($ $) 191 (|has| |#1| (-38 (-419 (-576)))))) (-3384 (($ $) 211 (|has| |#1| (-38 (-419 (-576)))))) (-3255 (($ $) 187 (|has| |#1| (-38 (-419 (-576)))))) (-3555 (($ $) 208 (|has| |#1| (-38 (-419 (-576)))))) (-2593 (($ $) 183 (|has| |#1| (-38 (-419 (-576)))))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4163 ((|#1| $ (-576)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-576)))) (|has| |#1| (-15 -3567 (|#1| (-1195))))))) (-2716 (($) 30 T CONST)) (-2727 (($) 40 T CONST)) (-2014 (($ $ (-1195)) NIL (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-576) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (-2921 (((-112) $ $) 73)) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-3041 (($ $) 91) (($ $ $) 72)) (-3027 (($ $ $) 88)) (** (($ $ (-938)) NIL) (($ $ (-783)) 111)) (* (($ (-938) $) 98) (($ (-783) $) 96) (($ (-576) $) 93) (($ $ $) 104) (($ $ |#1|) NIL) (($ |#1| $) 123) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
-(((-607 |#1|) (-13 (-1264 |#1| (-576)) (-10 -8 (-15 -4374 ($ (-1045 (-855 (-576))) (-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|))))) (-15 -2018 ((-1045 (-855 (-576))) $)) (-15 -3289 ((-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $)) (-15 -3077 ($ (-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|))))) (-15 -2544 ((-112) $)) (-15 -2594 ($ (-1 |#1| (-576)) $)) (-15 -1814 ((-3 $ "failed") $ $ (-112))) (-15 -1365 ($ $)) (-15 -3923 ($ $ $)) (-15 -1592 ((-874) (-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) (-1045 (-855 (-576))) (-1195) |#1| (-419 (-576)))) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -2092 ($ $)) (-15 -3449 ($ $ |#1|)) (-15 -2926 ($ $ (-419 (-576)))) (-15 -3868 ($ $)) (-15 -4183 ($ $)) (-15 -3688 ($ $)) (-15 -1527 ($ $)) (-15 -4005 ($ $)) (-15 -2329 ($ $)) (-15 -4362 ($ $)) (-15 -3143 ($ $)) (-15 -2228 ($ $)) (-15 -2593 ($ $)) (-15 -1663 ($ $)) (-15 -3255 ($ $)) (-15 -1756 ($ $)) (-15 -1856 ($ $)) (-15 -1634 ($ $)) (-15 -4389 ($ $)) (-15 -4287 ($ $)) (-15 -2788 ($ $)) (-15 -3802 ($ $)) (-15 -2230 ($ $)) (-15 -1352 ($ $)) (-15 -3555 ($ $)) (-15 -3421 ($ $)) (-15 -3384 ($ $)) (-15 -1462 ($ $)) (-15 -1998 ($ $))) |%noBranch|))) (-1068)) (T -607))
-((-2544 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-607 *3)) (-4 *3 (-1068)))) (-4374 (*1 *1 *2 *3) (-12 (-5 *2 (-1045 (-855 (-576)))) (-5 *3 (-1176 (-2 (|:| |k| (-576)) (|:| |c| *4)))) (-4 *4 (-1068)) (-5 *1 (-607 *4)))) (-2018 (*1 *2 *1) (-12 (-5 *2 (-1045 (-855 (-576)))) (-5 *1 (-607 *3)) (-4 *3 (-1068)))) (-3289 (*1 *2 *1) (-12 (-5 *2 (-1176 (-2 (|:| |k| (-576)) (|:| |c| *3)))) (-5 *1 (-607 *3)) (-4 *3 (-1068)))) (-3077 (*1 *1 *2) (-12 (-5 *2 (-1176 (-2 (|:| |k| (-576)) (|:| |c| *3)))) (-4 *3 (-1068)) (-5 *1 (-607 *3)))) (-2594 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-576))) (-4 *3 (-1068)) (-5 *1 (-607 *3)))) (-1814 (*1 *1 *1 *1 *2) (|partial| -12 (-5 *2 (-112)) (-5 *1 (-607 *3)) (-4 *3 (-1068)))) (-1365 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-1068)))) (-3923 (*1 *1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-1068)))) (-1592 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-1176 (-2 (|:| |k| (-576)) (|:| |c| *6)))) (-5 *4 (-1045 (-855 (-576)))) (-5 *5 (-1195)) (-5 *7 (-419 (-576))) (-4 *6 (-1068)) (-5 *2 (-874)) (-5 *1 (-607 *6)))) (-2092 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-3449 (*1 *1 *1 *2) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-2926 (*1 *1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-607 *3)) (-4 *3 (-38 *2)) (-4 *3 (-1068)))) (-3868 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-4183 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-3688 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-1527 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-4005 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-2329 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-4362 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-3143 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-2228 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-2593 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-1663 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-3255 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-1756 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-1856 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-1634 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-4389 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-4287 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-2788 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-3802 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-2230 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-1352 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-3555 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-3421 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-3384 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-1462 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))) (-1998 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(-13 (-1264 |#1| (-576)) (-10 -8 (-15 -4374 ($ (-1045 (-855 (-576))) (-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|))))) (-15 -2018 ((-1045 (-855 (-576))) $)) (-15 -3289 ((-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $)) (-15 -3077 ($ (-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|))))) (-15 -2544 ((-112) $)) (-15 -2594 ($ (-1 |#1| (-576)) $)) (-15 -1814 ((-3 $ "failed") $ $ (-112))) (-15 -1365 ($ $)) (-15 -3923 ($ $ $)) (-15 -1592 ((-874) (-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) (-1045 (-855 (-576))) (-1195) |#1| (-419 (-576)))) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -2092 ($ $)) (-15 -3449 ($ $ |#1|)) (-15 -2926 ($ $ (-419 (-576)))) (-15 -3868 ($ $)) (-15 -4183 ($ $)) (-15 -3688 ($ $)) (-15 -1527 ($ $)) (-15 -4005 ($ $)) (-15 -2329 ($ $)) (-15 -4362 ($ $)) (-15 -3143 ($ $)) (-15 -2228 ($ $)) (-15 -2593 ($ $)) (-15 -1663 ($ $)) (-15 -3255 ($ $)) (-15 -1756 ($ $)) (-15 -1856 ($ $)) (-15 -1634 ($ $)) (-15 -4389 ($ $)) (-15 -4287 ($ $)) (-15 -2788 ($ $)) (-15 -3802 ($ $)) (-15 -2230 ($ $)) (-15 -1352 ($ $)) (-15 -3555 ($ $)) (-15 -3421 ($ $)) (-15 -3384 ($ $)) (-15 -1462 ($ $)) (-15 -1998 ($ $))) |%noBranch|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 63)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-3077 (($ (-1176 |#1|)) 9)) (-2135 (($) NIL T CONST)) (-2251 (((-3 $ "failed") $) 44)) (-2928 (((-112) $) 56)) (-1991 (((-783) $) 61) (((-783) $ (-783)) 60)) (-3612 (((-112) $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3473 (((-3 $ "failed") $ $) 46 (|has| |#1| (-568)))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL (|has| |#1| (-568)))) (-1691 (((-1176 |#1|) $) 25)) (-2596 (((-783)) 55 T CONST)) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-2716 (($) 10 T CONST)) (-2727 (($) 14 T CONST)) (-2921 (((-112) $ $) 24)) (-3041 (($ $) 32) (($ $ $) 16)) (-3027 (($ $ $) 27)) (** (($ $ (-938)) NIL) (($ $ (-783)) 53)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 36) (($ $ $) 30) (($ $ |#1|) 40) (($ |#1| $) 39) (($ $ (-576)) 38)))
-(((-608 |#1|) (-13 (-1068) (-111 |#1| |#1|) (-10 -8 (-15 -1691 ((-1176 |#1|) $)) (-15 -3077 ($ (-1176 |#1|))) (-15 -2928 ((-112) $)) (-15 -1991 ((-783) $)) (-15 -1991 ((-783) $ (-783))) (-15 * ($ $ (-576))) (IF (|has| |#1| (-568)) (-6 (-568)) |%noBranch|))) (-1068)) (T -608))
-((-1691 (*1 *2 *1) (-12 (-5 *2 (-1176 *3)) (-5 *1 (-608 *3)) (-4 *3 (-1068)))) (-3077 (*1 *1 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-608 *3)))) (-2928 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-608 *3)) (-4 *3 (-1068)))) (-1991 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-608 *3)) (-4 *3 (-1068)))) (-1991 (*1 *2 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-608 *3)) (-4 *3 (-1068)))) (* (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-608 *3)) (-4 *3 (-1068)))))
-(-13 (-1068) (-111 |#1| |#1|) (-10 -8 (-15 -1691 ((-1176 |#1|) $)) (-15 -3077 ($ (-1176 |#1|))) (-15 -2928 ((-112) $)) (-15 -1991 ((-783) $)) (-15 -1991 ((-783) $ (-783))) (-15 * ($ $ (-576))) (IF (|has| |#1| (-568)) (-6 (-568)) |%noBranch|)))
-((-3486 (((-112) $ $) NIL)) (-2209 (($) 8 T CONST)) (-2606 (($) 7 T CONST)) (-4117 (($ $ (-656 $)) 16)) (-3881 (((-1177) $) NIL)) (-2992 (($) 6 T CONST)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL) (($ (-1200)) 15) (((-1200) $) 10)) (-3705 (($) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-609) (-13 (-1119) (-502 (-1200)) (-10 -8 (-15 -2992 ($) -1478) (-15 -2606 ($) -1478) (-15 -2209 ($) -1478) (-15 -3705 ($) -1478) (-15 -4117 ($ $ (-656 $)))))) (T -609))
-((-2992 (*1 *1) (-5 *1 (-609))) (-2606 (*1 *1) (-5 *1 (-609))) (-2209 (*1 *1) (-5 *1 (-609))) (-3705 (*1 *1) (-5 *1 (-609))) (-4117 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-609))) (-5 *1 (-609)))))
-(-13 (-1119) (-502 (-1200)) (-10 -8 (-15 -2992 ($) -1478) (-15 -2606 ($) -1478) (-15 -2209 ($) -1478) (-15 -3705 ($) -1478) (-15 -4117 ($ $ (-656 $)))))
-((-4114 (((-613 |#2|) (-1 |#2| |#1|) (-613 |#1|)) 15)))
-(((-610 |#1| |#2|) (-10 -7 (-15 -4114 ((-613 |#2|) (-1 |#2| |#1|) (-613 |#1|)))) (-1236) (-1236)) (T -610))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-613 *5)) (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-613 *6)) (-5 *1 (-610 *5 *6)))))
-(-10 -7 (-15 -4114 ((-613 |#2|) (-1 |#2| |#1|) (-613 |#1|))))
-((-4114 (((-1176 |#3|) (-1 |#3| |#1| |#2|) (-613 |#1|) (-1176 |#2|)) 20) (((-1176 |#3|) (-1 |#3| |#1| |#2|) (-1176 |#1|) (-613 |#2|)) 19) (((-613 |#3|) (-1 |#3| |#1| |#2|) (-613 |#1|) (-613 |#2|)) 18)))
-(((-611 |#1| |#2| |#3|) (-10 -7 (-15 -4114 ((-613 |#3|) (-1 |#3| |#1| |#2|) (-613 |#1|) (-613 |#2|))) (-15 -4114 ((-1176 |#3|) (-1 |#3| |#1| |#2|) (-1176 |#1|) (-613 |#2|))) (-15 -4114 ((-1176 |#3|) (-1 |#3| |#1| |#2|) (-613 |#1|) (-1176 |#2|)))) (-1236) (-1236) (-1236)) (T -611))
-((-4114 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-613 *6)) (-5 *5 (-1176 *7)) (-4 *6 (-1236)) (-4 *7 (-1236)) (-4 *8 (-1236)) (-5 *2 (-1176 *8)) (-5 *1 (-611 *6 *7 *8)))) (-4114 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1176 *6)) (-5 *5 (-613 *7)) (-4 *6 (-1236)) (-4 *7 (-1236)) (-4 *8 (-1236)) (-5 *2 (-1176 *8)) (-5 *1 (-611 *6 *7 *8)))) (-4114 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-613 *6)) (-5 *5 (-613 *7)) (-4 *6 (-1236)) (-4 *7 (-1236)) (-4 *8 (-1236)) (-5 *2 (-613 *8)) (-5 *1 (-611 *6 *7 *8)))))
-(-10 -7 (-15 -4114 ((-613 |#3|) (-1 |#3| |#1| |#2|) (-613 |#1|) (-613 |#2|))) (-15 -4114 ((-1176 |#3|) (-1 |#3| |#1| |#2|) (-1176 |#1|) (-613 |#2|))) (-15 -4114 ((-1176 |#3|) (-1 |#3| |#1| |#2|) (-613 |#1|) (-1176 |#2|))))
-((-3968 ((|#3| |#3| (-656 (-624 |#3|)) (-656 (-1195))) 57)) (-1615 (((-171 |#2|) |#3|) 122)) (-1597 ((|#3| (-171 |#2|)) 46)) (-2823 ((|#2| |#3|) 21)) (-2951 ((|#3| |#2|) 35)))
-(((-612 |#1| |#2| |#3|) (-10 -7 (-15 -1597 (|#3| (-171 |#2|))) (-15 -2823 (|#2| |#3|)) (-15 -2951 (|#3| |#2|)) (-15 -1615 ((-171 |#2|) |#3|)) (-15 -3968 (|#3| |#3| (-656 (-624 |#3|)) (-656 (-1195))))) (-568) (-13 (-442 |#1|) (-1021) (-1221)) (-13 (-442 (-171 |#1|)) (-1021) (-1221))) (T -612))
-((-3968 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-656 (-624 *2))) (-5 *4 (-656 (-1195))) (-4 *2 (-13 (-442 (-171 *5)) (-1021) (-1221))) (-4 *5 (-568)) (-5 *1 (-612 *5 *6 *2)) (-4 *6 (-13 (-442 *5) (-1021) (-1221))))) (-1615 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-171 *5)) (-5 *1 (-612 *4 *5 *3)) (-4 *5 (-13 (-442 *4) (-1021) (-1221))) (-4 *3 (-13 (-442 (-171 *4)) (-1021) (-1221))))) (-2951 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *2 (-13 (-442 (-171 *4)) (-1021) (-1221))) (-5 *1 (-612 *4 *3 *2)) (-4 *3 (-13 (-442 *4) (-1021) (-1221))))) (-2823 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *2 (-13 (-442 *4) (-1021) (-1221))) (-5 *1 (-612 *4 *2 *3)) (-4 *3 (-13 (-442 (-171 *4)) (-1021) (-1221))))) (-1597 (*1 *2 *3) (-12 (-5 *3 (-171 *5)) (-4 *5 (-13 (-442 *4) (-1021) (-1221))) (-4 *4 (-568)) (-4 *2 (-13 (-442 (-171 *4)) (-1021) (-1221))) (-5 *1 (-612 *4 *5 *2)))))
-(-10 -7 (-15 -1597 (|#3| (-171 |#2|))) (-15 -2823 (|#2| |#3|)) (-15 -2951 (|#3| |#2|)) (-15 -1615 ((-171 |#2|) |#3|)) (-15 -3968 (|#3| |#3| (-656 (-624 |#3|)) (-656 (-1195)))))
-((-1966 (($ (-1 (-112) |#1|) $) 17)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-4351 (($ (-1 |#1| |#1|) |#1|) 9)) (-1947 (($ (-1 (-112) |#1|) $) 13)) (-1959 (($ (-1 (-112) |#1|) $) 15)) (-3579 (((-1176 |#1|) $) 18)) (-3567 (((-874) $) NIL)))
-(((-613 |#1|) (-13 (-625 (-874)) (-10 -8 (-15 -4114 ($ (-1 |#1| |#1|) $)) (-15 -1947 ($ (-1 (-112) |#1|) $)) (-15 -1959 ($ (-1 (-112) |#1|) $)) (-15 -1966 ($ (-1 (-112) |#1|) $)) (-15 -4351 ($ (-1 |#1| |#1|) |#1|)) (-15 -3579 ((-1176 |#1|) $)))) (-1236)) (T -613))
-((-4114 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1236)) (-5 *1 (-613 *3)))) (-1947 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1236)) (-5 *1 (-613 *3)))) (-1959 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1236)) (-5 *1 (-613 *3)))) (-1966 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1236)) (-5 *1 (-613 *3)))) (-4351 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1236)) (-5 *1 (-613 *3)))) (-3579 (*1 *2 *1) (-12 (-5 *2 (-1176 *3)) (-5 *1 (-613 *3)) (-4 *3 (-1236)))))
-(-13 (-625 (-874)) (-10 -8 (-15 -4114 ($ (-1 |#1| |#1|) $)) (-15 -1947 ($ (-1 (-112) |#1|) $)) (-15 -1959 ($ (-1 (-112) |#1|) $)) (-15 -1966 ($ (-1 (-112) |#1|) $)) (-15 -4351 ($ (-1 |#1| |#1|) |#1|)) (-15 -3579 ((-1176 |#1|) $))))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3829 (($ (-783)) NIL (|has| |#1| (-23)))) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-4372 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-862)))) (-4082 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4463))) (($ $) NIL (-12 (|has| $ (-6 -4463)) (|has| |#1| (-862))))) (-1793 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-862)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) NIL (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-1752 (($ $) NIL (|has| $ (-6 -4463)))) (-3833 (($ $) NIL)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3942 (($ |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4462)))) (-4330 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) NIL)) (-3658 (((-576) (-1 (-112) |#1|) $) NIL) (((-576) |#1| $) NIL (|has| |#1| (-1119))) (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1119)))) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-2350 (((-701 |#1|) $ $) NIL (|has| |#1| (-1068)))) (-4138 (($ (-783) |#1|) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) NIL (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| |#1| (-862)))) (-1872 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-862)))) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2154 ((|#1| $) NIL (-12 (|has| |#1| (-1021)) (|has| |#1| (-1068))))) (-2460 (((-112) $ (-783)) NIL)) (-2432 ((|#1| $) NIL (-12 (|has| |#1| (-1021)) (|has| |#1| (-1068))))) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-2171 (($ |#1| $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3578 ((|#1| $) NIL (|has| (-576) (-862)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1552 (($ $ |#1|) NIL (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#1| $ (-576) |#1|) NIL) ((|#1| $ (-576)) NIL) (($ $ (-1253 (-576))) NIL)) (-2554 ((|#1| $ $) NIL (|has| |#1| (-1068)))) (-3463 (($ $ (-576)) NIL) (($ $ (-1253 (-576))) NIL)) (-3619 (($ $ $) NIL (|has| |#1| (-1068)))) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1497 (($ $ $ (-576)) NIL (|has| $ (-6 -4463)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) NIL)) (-1613 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-656 $)) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3041 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-3027 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-576) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-738))) (($ $ |#1|) NIL (|has| |#1| (-738)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-614 |#1| |#2|) (-1284 |#1|) (-1236) (-576)) (T -614))
-NIL
-(-1284 |#1|)
-((-2617 (((-1291) $ |#2| |#2|) 35)) (-3280 ((|#2| $) 23)) (-3767 ((|#2| $) 21)) (-4320 (($ (-1 |#3| |#3|) $) 32)) (-4114 (($ (-1 |#3| |#3|) $) 30)) (-3578 ((|#3| $) 26)) (-1552 (($ $ |#3|) 33)) (-4408 (((-112) |#3| $) 17)) (-4278 (((-656 |#3|) $) 15)) (-2794 ((|#3| $ |#2| |#3|) 12) ((|#3| $ |#2|) NIL)))
-(((-615 |#1| |#2| |#3|) (-10 -8 (-15 -2617 ((-1291) |#1| |#2| |#2|)) (-15 -1552 (|#1| |#1| |#3|)) (-15 -3578 (|#3| |#1|)) (-15 -3280 (|#2| |#1|)) (-15 -3767 (|#2| |#1|)) (-15 -4408 ((-112) |#3| |#1|)) (-15 -4278 ((-656 |#3|) |#1|)) (-15 -2794 (|#3| |#1| |#2|)) (-15 -2794 (|#3| |#1| |#2| |#3|)) (-15 -4320 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -4114 (|#1| (-1 |#3| |#3|) |#1|))) (-616 |#2| |#3|) (-1119) (-1236)) (T -615))
-NIL
-(-10 -8 (-15 -2617 ((-1291) |#1| |#2| |#2|)) (-15 -1552 (|#1| |#1| |#3|)) (-15 -3578 (|#3| |#1|)) (-15 -3280 (|#2| |#1|)) (-15 -3767 (|#2| |#1|)) (-15 -4408 ((-112) |#3| |#1|)) (-15 -4278 ((-656 |#3|) |#1|)) (-15 -2794 (|#3| |#1| |#2|)) (-15 -2794 (|#3| |#1| |#2| |#3|)) (-15 -4320 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -4114 (|#1| (-1 |#3| |#3|) |#1|)))
-((-3486 (((-112) $ $) 20 (|has| |#2| (-102)))) (-2617 (((-1291) $ |#1| |#1|) 41 (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) 8)) (-3753 ((|#2| $ |#1| |#2|) 53 (|has| $ (-6 -4463)))) (-2135 (($) 7 T CONST)) (-4330 ((|#2| $ |#1| |#2|) 54 (|has| $ (-6 -4463)))) (-4271 ((|#2| $ |#1|) 52)) (-3963 (((-656 |#2|) $) 31 (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) 9)) (-3280 ((|#1| $) 44 (|has| |#1| (-862)))) (-3452 (((-656 |#2|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#2| $) 28 (-12 (|has| |#2| (-1119)) (|has| $ (-6 -4462))))) (-3767 ((|#1| $) 45 (|has| |#1| (-862)))) (-4320 (($ (-1 |#2| |#2|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#2| |#2|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22 (|has| |#2| (-1119)))) (-1742 (((-656 |#1|) $) 47)) (-2406 (((-112) |#1| $) 48)) (-1448 (((-1139) $) 21 (|has| |#2| (-1119)))) (-3578 ((|#2| $) 43 (|has| |#1| (-862)))) (-1552 (($ $ |#2|) 42 (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#2|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#2|))) 27 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-304 |#2|)) 26 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ |#2| |#2|) 25 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 |#2|) (-656 |#2|)) 24 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))) (-3985 (((-112) $ $) 14)) (-4408 (((-112) |#2| $) 46 (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-4278 (((-656 |#2|) $) 49)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#2| $ |#1| |#2|) 51) ((|#2| $ |#1|) 50)) (-1458 (((-783) (-1 (-112) |#2|) $) 32 (|has| $ (-6 -4462))) (((-783) |#2| $) 29 (-12 (|has| |#2| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-3567 (((-874) $) 18 (|has| |#2| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#2| (-1119)))) (-2306 (((-112) (-1 (-112) |#2|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#2| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-616 |#1| |#2|) (-141) (-1119) (-1236)) (T -616))
-((-4278 (*1 *2 *1) (-12 (-4 *1 (-616 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1236)) (-5 *2 (-656 *4)))) (-2406 (*1 *2 *3 *1) (-12 (-4 *1 (-616 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1236)) (-5 *2 (-112)))) (-1742 (*1 *2 *1) (-12 (-4 *1 (-616 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1236)) (-5 *2 (-656 *3)))) (-4408 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4462)) (-4 *1 (-616 *4 *3)) (-4 *4 (-1119)) (-4 *3 (-1236)) (-4 *3 (-1119)) (-5 *2 (-112)))) (-3767 (*1 *2 *1) (-12 (-4 *1 (-616 *2 *3)) (-4 *3 (-1236)) (-4 *2 (-1119)) (-4 *2 (-862)))) (-3280 (*1 *2 *1) (-12 (-4 *1 (-616 *2 *3)) (-4 *3 (-1236)) (-4 *2 (-1119)) (-4 *2 (-862)))) (-3578 (*1 *2 *1) (-12 (-4 *1 (-616 *3 *2)) (-4 *3 (-1119)) (-4 *3 (-862)) (-4 *2 (-1236)))) (-1552 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-616 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1236)))) (-2617 (*1 *2 *1 *3 *3) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-616 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1236)) (-5 *2 (-1291)))))
-(-13 (-501 |t#2|) (-298 |t#1| |t#2|) (-10 -8 (-15 -4278 ((-656 |t#2|) $)) (-15 -2406 ((-112) |t#1| $)) (-15 -1742 ((-656 |t#1|) $)) (IF (|has| |t#2| (-1119)) (IF (|has| $ (-6 -4462)) (-15 -4408 ((-112) |t#2| $)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-862)) (PROGN (-15 -3767 (|t#1| $)) (-15 -3280 (|t#1| $)) (-15 -3578 (|t#2| $))) |%noBranch|) (IF (|has| $ (-6 -4463)) (PROGN (-15 -1552 ($ $ |t#2|)) (-15 -2617 ((-1291) $ |t#1| |t#1|))) |%noBranch|)))
-(((-34) . T) ((-102) -2755 (|has| |#2| (-1119)) (|has| |#2| (-102))) ((-625 (-874)) -2755 (|has| |#2| (-1119)) (|has| |#2| (-625 (-874)))) ((-296 |#1| |#2|) . T) ((-298 |#1| |#2|) . T) ((-319 |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) ((-501 |#2|) . T) ((-526 |#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) ((-1119) |has| |#2| (-1119)) ((-1236) . T))
-((-3567 (((-874) $) 19) (($ (-130)) 13) (((-130) $) 14)))
-(((-617) (-13 (-625 (-874)) (-502 (-130)))) (T -617))
-NIL
-(-13 (-625 (-874)) (-502 (-130)))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL) (($ (-1200)) NIL) (((-1200) $) NIL) (((-1235) $) 14) (($ (-656 (-1235))) 13)) (-1563 (((-656 (-1235)) $) 10)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-618) (-13 (-1102) (-625 (-1235)) (-10 -8 (-15 -3567 ($ (-656 (-1235)))) (-15 -1563 ((-656 (-1235)) $))))) (T -618))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-656 (-1235))) (-5 *1 (-618)))) (-1563 (*1 *2 *1) (-12 (-5 *2 (-656 (-1235))) (-5 *1 (-618)))))
-(-13 (-1102) (-625 (-1235)) (-10 -8 (-15 -3567 ($ (-656 (-1235)))) (-15 -1563 ((-656 (-1235)) $))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2061 (((-3 $ "failed")) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-4299 (((-3 $ "failed") $ $) NIL)) (-3580 (((-1286 (-701 |#1|))) NIL (|has| |#2| (-429 |#1|))) (((-1286 (-701 |#1|)) (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-3515 (((-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-2135 (($) NIL T CONST)) (-2415 (((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed")) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-2068 (((-3 $ "failed")) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-2783 (((-701 |#1|)) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-2730 ((|#1| $) NIL (|has| |#2| (-378 |#1|)))) (-3965 (((-701 |#1|) $) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) $ (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-2919 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3919 (((-1191 (-969 |#1|))) NIL (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-374))))) (-3647 (($ $ (-938)) NIL)) (-3151 ((|#1| $) NIL (|has| |#2| (-378 |#1|)))) (-2803 (((-1191 |#1|) $) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-2760 ((|#1|) NIL (|has| |#2| (-429 |#1|))) ((|#1| (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-2164 (((-1191 |#1|) $) NIL (|has| |#2| (-378 |#1|)))) (-3528 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2495 (($ (-1286 |#1|)) NIL (|has| |#2| (-429 |#1|))) (($ (-1286 |#1|) (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-2251 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3731 (((-938)) NIL (|has| |#2| (-378 |#1|)))) (-1766 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-1560 (($ $ (-938)) NIL)) (-3238 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-4403 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2022 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-1985 (((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed")) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3297 (((-3 $ "failed")) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-2756 (((-701 |#1|)) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-2828 ((|#1| $) NIL (|has| |#2| (-378 |#1|)))) (-3057 (((-701 |#1|) $) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) $ (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-1873 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3050 (((-1191 (-969 |#1|))) NIL (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-374))))) (-3598 (($ $ (-938)) NIL)) (-1878 ((|#1| $) NIL (|has| |#2| (-378 |#1|)))) (-1485 (((-1191 |#1|) $) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-4104 ((|#1|) NIL (|has| |#2| (-429 |#1|))) ((|#1| (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-2167 (((-1191 |#1|) $) NIL (|has| |#2| (-378 |#1|)))) (-1787 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-3881 (((-1177) $) NIL)) (-3320 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-3116 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2591 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-1448 (((-1139) $) NIL)) (-4371 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2794 ((|#1| $ (-576)) NIL (|has| |#2| (-429 |#1|)))) (-2203 (((-701 |#1|) (-1286 $)) NIL (|has| |#2| (-429 |#1|))) (((-1286 |#1|) $) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) (-1286 $) (-1286 $)) NIL (|has| |#2| (-378 |#1|))) (((-1286 |#1|) $ (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-4169 (($ (-1286 |#1|)) NIL (|has| |#2| (-429 |#1|))) (((-1286 |#1|) $) NIL (|has| |#2| (-429 |#1|)))) (-2666 (((-656 (-969 |#1|))) NIL (|has| |#2| (-429 |#1|))) (((-656 (-969 |#1|)) (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-3636 (($ $ $) NIL)) (-2779 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-3567 (((-874) $) NIL) ((|#2| $) 21) (($ |#2|) 22)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) NIL (|has| |#2| (-429 |#1|)))) (-2660 (((-656 (-1286 |#1|))) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3369 (($ $ $ $) NIL)) (-1555 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-3566 (($ (-701 |#1|) $) NIL (|has| |#2| (-429 |#1|)))) (-1678 (($ $ $) NIL)) (-3949 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2033 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2333 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2716 (($) NIL T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) 24)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 20) (($ $ |#1|) 19) (($ |#1| $) NIL)))
-(((-619 |#1| |#2|) (-13 (-756 |#1|) (-625 |#2|) (-10 -8 (-15 -3567 ($ |#2|)) (IF (|has| |#2| (-429 |#1|)) (-6 (-429 |#1|)) |%noBranch|) (IF (|has| |#2| (-378 |#1|)) (-6 (-378 |#1|)) |%noBranch|))) (-174) (-756 |#1|)) (T -619))
-((-3567 (*1 *1 *2) (-12 (-4 *3 (-174)) (-5 *1 (-619 *3 *2)) (-4 *2 (-756 *3)))))
-(-13 (-756 |#1|) (-625 |#2|) (-10 -8 (-15 -3567 ($ |#2|)) (IF (|has| |#2| (-429 |#1|)) (-6 (-429 |#1|)) |%noBranch|) (IF (|has| |#2| (-378 |#1|)) (-6 (-378 |#1|)) |%noBranch|)))
-((-3486 (((-112) $ $) NIL)) (-2276 (((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) $ (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) 39)) (-4125 (($ (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) NIL) (($) NIL)) (-2617 (((-1291) $ (-1177) (-1177)) NIL (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 ((|#1| $ (-1177) |#1|) 49)) (-4394 (($ (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462)))) (-2192 (((-3 |#1| "failed") (-1177) $) 52)) (-2135 (($) NIL T CONST)) (-1350 (($ $ (-1177)) 25)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119))))) (-3516 (((-3 |#1| "failed") (-1177) $) 53) (($ (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462))) (($ (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) $) NIL (|has| $ (-6 -4462)))) (-3942 (($ (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462))) (($ (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119))))) (-3683 (((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462))) (((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $ (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) NIL (|has| $ (-6 -4462))) (((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $ (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119))))) (-2547 (((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) $) 38)) (-4330 ((|#1| $ (-1177) |#1|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-1177)) NIL)) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462))) (((-656 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462)))) (-3872 (($ $) 54)) (-3254 (($ (-400)) 23) (($ (-400) (-1177)) 22)) (-2624 (((-400) $) 40)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-1177) $) NIL (|has| (-1177) (-862)))) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462))) (((-656 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) (((-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119))))) (-3767 (((-1177) $) NIL (|has| (-1177) (-862)))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463))) (($ (-1 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL)) (-3200 (((-656 (-1177)) $) 45)) (-2848 (((-112) (-1177) $) NIL)) (-2944 (((-1177) $) 41)) (-4219 (((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) $) NIL)) (-2767 (($ (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) $) NIL)) (-1742 (((-656 (-1177)) $) NIL)) (-2406 (((-112) (-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3578 ((|#1| $) NIL (|has| (-1177) (-862)))) (-2295 (((-3 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) "failed") (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL)) (-1552 (($ $ |#1|) NIL (|has| $ (-6 -4463)))) (-4436 (((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) $) NIL)) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) NIL (-12 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119)))) (($ $ (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) NIL (-12 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119)))) (($ $ (-304 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) NIL (-12 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119)))) (($ $ (-656 (-304 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))))) NIL (-12 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) 43)) (-2794 ((|#1| $ (-1177) |#1|) NIL) ((|#1| $ (-1177)) 48)) (-2089 (($ (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) NIL) (($) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) (((-783) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119)))) (((-783) (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-626 (-548))))) (-3579 (($ (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) NIL)) (-3567 (((-874) $) 21)) (-1662 (($ $) 26)) (-1540 (((-112) $ $) NIL)) (-2847 (($ (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) NIL)) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 20)) (-3500 (((-783) $) 47 (|has| $ (-6 -4462)))))
-(((-620 |#1|) (-13 (-375 (-400) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) (-1212 (-1177) |#1|) (-10 -8 (-6 -4462) (-15 -3872 ($ $)))) (-1119)) (T -620))
-((-3872 (*1 *1 *1) (-12 (-5 *1 (-620 *2)) (-4 *2 (-1119)))))
-(-13 (-375 (-400) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) (-1212 (-1177) |#1|) (-10 -8 (-6 -4462) (-15 -3872 ($ $))))
-((-3239 (((-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) $) 16)) (-3200 (((-656 |#2|) $) 20)) (-2848 (((-112) |#2| $) 12)))
-(((-621 |#1| |#2| |#3|) (-10 -8 (-15 -3200 ((-656 |#2|) |#1|)) (-15 -2848 ((-112) |#2| |#1|)) (-15 -3239 ((-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) |#1|))) (-622 |#2| |#3|) (-1119) (-1119)) (T -621))
-NIL
-(-10 -8 (-15 -3200 ((-656 |#2|) |#1|)) (-15 -2848 ((-112) |#2| |#1|)) (-15 -3239 ((-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) |#1|)))
-((-3486 (((-112) $ $) 20 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)))) (-3733 (((-112) $ (-783)) 8)) (-4394 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 46 (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 56 (|has| $ (-6 -4462)))) (-2192 (((-3 |#2| "failed") |#1| $) 62)) (-2135 (($) 7 T CONST)) (-1640 (($ $) 59 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462))))) (-3516 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 48 (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 47 (|has| $ (-6 -4462))) (((-3 |#2| "failed") |#1| $) 63)) (-3942 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 58 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 55 (|has| $ (-6 -4462)))) (-3683 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 57 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462)))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 54 (|has| $ (-6 -4462))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 53 (|has| $ (-6 -4462)))) (-3963 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 31 (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) 9)) (-3452 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 28 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (-3200 (((-656 |#1|) $) 64)) (-2848 (((-112) |#1| $) 65)) (-4219 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 40)) (-2767 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 41)) (-1448 (((-1139) $) 21 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (-2295 (((-3 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) "failed") (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 52)) (-4436 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 42)) (-3626 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))))) 27 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 26 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 25 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 24 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2089 (($) 50) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 49)) (-1458 (((-783) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 32 (|has| $ (-6 -4462))) (((-783) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 29 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-4169 (((-548) $) 60 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-626 (-548))))) (-3579 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 51)) (-3567 (((-874) $) 18 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (-2847 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 43)) (-2306 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-622 |#1| |#2|) (-141) (-1119) (-1119)) (T -622))
-((-2848 (*1 *2 *3 *1) (-12 (-4 *1 (-622 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-5 *2 (-112)))) (-3200 (*1 *2 *1) (-12 (-4 *1 (-622 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-5 *2 (-656 *3)))) (-3516 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-622 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1119)))) (-2192 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-622 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1119)))))
-(-13 (-231 (-2 (|:| -4298 |t#1|) (|:| -4437 |t#2|))) (-10 -8 (-15 -2848 ((-112) |t#1| $)) (-15 -3200 ((-656 |t#1|) $)) (-15 -3516 ((-3 |t#2| "failed") |t#1| $)) (-15 -2192 ((-3 |t#2| "failed") |t#1| $))))
-(((-34) . T) ((-107 #0=(-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T) ((-102) -2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102))) ((-625 (-874)) -2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-625 (-874)))) ((-152 #0#) . T) ((-626 (-548)) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-626 (-548))) ((-231 #0#) . T) ((-240 #0#) . T) ((-319 #0#) -12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))) ((-501 #0#) . T) ((-526 #0# #0#) -12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))) ((-1119) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) ((-1236) . T))
-((-4265 (((-624 |#2|) |#1|) 17)) (-2769 (((-3 |#1| "failed") (-624 |#2|)) 21)))
-(((-623 |#1| |#2|) (-10 -7 (-15 -4265 ((-624 |#2|) |#1|)) (-15 -2769 ((-3 |#1| "failed") (-624 |#2|)))) (-1119) (-1119)) (T -623))
-((-2769 (*1 *2 *3) (|partial| -12 (-5 *3 (-624 *4)) (-4 *4 (-1119)) (-4 *2 (-1119)) (-5 *1 (-623 *2 *4)))) (-4265 (*1 *2 *3) (-12 (-5 *2 (-624 *4)) (-5 *1 (-623 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119)))))
-(-10 -7 (-15 -4265 ((-624 |#2|) |#1|)) (-15 -2769 ((-3 |#1| "failed") (-624 |#2|))))
-((-3486 (((-112) $ $) NIL)) (-3494 (((-3 (-1195) "failed") $) 46)) (-3889 (((-1291) $ (-783)) 22)) (-3658 (((-783) $) 20)) (-1774 (((-115) $) 9)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1637 (($ (-115) (-656 |#1|) (-783)) 32) (($ (-1195)) 33)) (-3796 (((-112) $ (-115)) 15) (((-112) $ (-1195)) 13)) (-2322 (((-783) $) 17)) (-1448 (((-1139) $) NIL)) (-4169 (((-905 (-576)) $) 95 (|has| |#1| (-626 (-905 (-576))))) (((-905 (-390)) $) 102 (|has| |#1| (-626 (-905 (-390))))) (((-548) $) 88 (|has| |#1| (-626 (-548))))) (-3567 (((-874) $) 72)) (-1540 (((-112) $ $) NIL)) (-3299 (((-656 |#1|) $) 19)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 51)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 53)))
-(((-624 |#1|) (-13 (-133) (-862) (-897 |#1|) (-10 -8 (-15 -1774 ((-115) $)) (-15 -3299 ((-656 |#1|) $)) (-15 -2322 ((-783) $)) (-15 -1637 ($ (-115) (-656 |#1|) (-783))) (-15 -1637 ($ (-1195))) (-15 -3494 ((-3 (-1195) "failed") $)) (-15 -3796 ((-112) $ (-115))) (-15 -3796 ((-112) $ (-1195))) (IF (|has| |#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|))) (-1119)) (T -624))
-((-1774 (*1 *2 *1) (-12 (-5 *2 (-115)) (-5 *1 (-624 *3)) (-4 *3 (-1119)))) (-3299 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-624 *3)) (-4 *3 (-1119)))) (-2322 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-624 *3)) (-4 *3 (-1119)))) (-1637 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-115)) (-5 *3 (-656 *5)) (-5 *4 (-783)) (-4 *5 (-1119)) (-5 *1 (-624 *5)))) (-1637 (*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-624 *3)) (-4 *3 (-1119)))) (-3494 (*1 *2 *1) (|partial| -12 (-5 *2 (-1195)) (-5 *1 (-624 *3)) (-4 *3 (-1119)))) (-3796 (*1 *2 *1 *3) (-12 (-5 *3 (-115)) (-5 *2 (-112)) (-5 *1 (-624 *4)) (-4 *4 (-1119)))) (-3796 (*1 *2 *1 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-112)) (-5 *1 (-624 *4)) (-4 *4 (-1119)))))
-(-13 (-133) (-862) (-897 |#1|) (-10 -8 (-15 -1774 ((-115) $)) (-15 -3299 ((-656 |#1|) $)) (-15 -2322 ((-783) $)) (-15 -1637 ($ (-115) (-656 |#1|) (-783))) (-15 -1637 ($ (-1195))) (-15 -3494 ((-3 (-1195) "failed") $)) (-15 -3796 ((-112) $ (-115))) (-15 -3796 ((-112) $ (-1195))) (IF (|has| |#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|)))
-((-3567 ((|#1| $) 6)))
-(((-625 |#1|) (-141) (-1236)) (T -625))
-((-3567 (*1 *2 *1) (-12 (-4 *1 (-625 *2)) (-4 *2 (-1236)))))
-(-13 (-10 -8 (-15 -3567 (|t#1| $))))
-((-4169 ((|#1| $) 6)))
-(((-626 |#1|) (-141) (-1236)) (T -626))
-((-4169 (*1 *2 *1) (-12 (-4 *1 (-626 *2)) (-4 *2 (-1236)))))
-(-13 (-10 -8 (-15 -4169 (|t#1| $))))
-((-3135 (((-3 (-1191 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|) (-1 (-430 |#2|) |#2|)) 15) (((-3 (-1191 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|)) 16)))
-(((-627 |#1| |#2|) (-10 -7 (-15 -3135 ((-3 (-1191 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|))) (-15 -3135 ((-3 (-1191 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|) (-1 (-430 |#2|) |#2|)))) (-13 (-148) (-27) (-1057 (-576)) (-1057 (-419 (-576)))) (-1262 |#1|)) (T -627))
-((-3135 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 (-430 *6) *6)) (-4 *6 (-1262 *5)) (-4 *5 (-13 (-148) (-27) (-1057 (-576)) (-1057 (-419 (-576))))) (-5 *2 (-1191 (-419 *6))) (-5 *1 (-627 *5 *6)) (-5 *3 (-419 *6)))) (-3135 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-148) (-27) (-1057 (-576)) (-1057 (-419 (-576))))) (-4 *5 (-1262 *4)) (-5 *2 (-1191 (-419 *5))) (-5 *1 (-627 *4 *5)) (-5 *3 (-419 *5)))))
-(-10 -7 (-15 -3135 ((-3 (-1191 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|))) (-15 -3135 ((-3 (-1191 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|) (-1 (-430 |#2|) |#2|))))
-((-3567 (($ |#1|) 6)))
-(((-628 |#1|) (-141) (-1236)) (T -628))
-((-3567 (*1 *1 *2) (-12 (-4 *1 (-628 *2)) (-4 *2 (-1236)))))
-(-13 (-10 -8 (-15 -3567 ($ |t#1|))))
-((-3486 (((-112) $ $) NIL)) (-3859 (($) 14 T CONST)) (-2137 (($) 15 T CONST)) (-2680 (($ $ $) 29)) (-2658 (($ $) 27)) (-3881 (((-1177) $) NIL)) (-3301 (($ $ $) 30)) (-1448 (((-1139) $) NIL)) (-3507 (($) 11 T CONST)) (-1521 (($ $ $) 31)) (-3567 (((-874) $) 35)) (-2703 (((-112) $ (|[\|\|]| -3507)) 24) (((-112) $ (|[\|\|]| -3859)) 26) (((-112) $ (|[\|\|]| -2137)) 21)) (-1540 (((-112) $ $) NIL)) (-2669 (($ $ $) 28)) (-2921 (((-112) $ $) 18)))
-(((-629) (-13 (-986) (-10 -8 (-15 -3859 ($) -1478) (-15 -2703 ((-112) $ (|[\|\|]| -3507))) (-15 -2703 ((-112) $ (|[\|\|]| -3859))) (-15 -2703 ((-112) $ (|[\|\|]| -2137)))))) (T -629))
-((-3859 (*1 *1) (-5 *1 (-629))) (-2703 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -3507)) (-5 *2 (-112)) (-5 *1 (-629)))) (-2703 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -3859)) (-5 *2 (-112)) (-5 *1 (-629)))) (-2703 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2137)) (-5 *2 (-112)) (-5 *1 (-629)))))
-(-13 (-986) (-10 -8 (-15 -3859 ($) -1478) (-15 -2703 ((-112) $ (|[\|\|]| -3507))) (-15 -2703 ((-112) $ (|[\|\|]| -3859))) (-15 -2703 ((-112) $ (|[\|\|]| -2137)))))
-((-4169 (($ |#1|) 6)))
-(((-630 |#1|) (-141) (-1236)) (T -630))
-((-4169 (*1 *1 *2) (-12 (-4 *1 (-630 *2)) (-4 *2 (-1236)))))
-(-13 (-10 -8 (-15 -4169 ($ |t#1|))))
-((-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#2|) 10)))
-(((-631 |#1| |#2|) (-10 -8 (-15 -3567 (|#1| |#2|)) (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|))) (-632 |#2|) (-1068)) (T -631))
-NIL
-(-10 -8 (-15 -3567 (|#1| |#2|)) (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-3612 (((-112) $) 35)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 41)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ |#1| $) 42)))
-(((-632 |#1|) (-141) (-1068)) (T -632))
-((-3567 (*1 *1 *2) (-12 (-4 *1 (-632 *2)) (-4 *2 (-1068)))))
-(-13 (-1068) (-660 |t#1|) (-10 -8 (-15 -3567 ($ |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-738) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2786 (((-576) $) NIL (|has| |#1| (-860)))) (-2135 (($) NIL T CONST)) (-2251 (((-3 $ "failed") $) NIL)) (-3075 (((-112) $) NIL (|has| |#1| (-860)))) (-3612 (((-112) $) NIL)) (-1568 ((|#1| $) 13)) (-3667 (((-112) $) NIL (|has| |#1| (-860)))) (-3123 (($ $ $) NIL (|has| |#1| (-860)))) (-2352 (($ $ $) NIL (|has| |#1| (-860)))) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-1579 ((|#3| $) 15)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#2|) NIL)) (-2596 (((-783)) 20 T CONST)) (-1540 (((-112) $ $) NIL)) (-4308 (($ $) NIL (|has| |#1| (-860)))) (-2716 (($) NIL T CONST)) (-2727 (($) 12 T CONST)) (-2989 (((-112) $ $) NIL (|has| |#1| (-860)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-860)))) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL (|has| |#1| (-860)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-860)))) (-3054 (($ $ |#3|) NIL) (($ |#1| |#3|) 11)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 17) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-633 |#1| |#2| |#3|) (-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-860)) (-6 (-860)) |%noBranch|) (-15 -3054 ($ $ |#3|)) (-15 -3054 ($ |#1| |#3|)) (-15 -1568 (|#1| $)) (-15 -1579 (|#3| $)))) (-38 |#2|) (-174) (|SubsetCategory| (-738) |#2|)) (T -633))
-((-3054 (*1 *1 *1 *2) (-12 (-4 *4 (-174)) (-5 *1 (-633 *3 *4 *2)) (-4 *3 (-38 *4)) (-4 *2 (|SubsetCategory| (-738) *4)))) (-3054 (*1 *1 *2 *3) (-12 (-4 *4 (-174)) (-5 *1 (-633 *2 *4 *3)) (-4 *2 (-38 *4)) (-4 *3 (|SubsetCategory| (-738) *4)))) (-1568 (*1 *2 *1) (-12 (-4 *3 (-174)) (-4 *2 (-38 *3)) (-5 *1 (-633 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-738) *3)))) (-1579 (*1 *2 *1) (-12 (-4 *4 (-174)) (-4 *2 (|SubsetCategory| (-738) *4)) (-5 *1 (-633 *3 *4 *2)) (-4 *3 (-38 *4)))))
-(-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-860)) (-6 (-860)) |%noBranch|) (-15 -3054 ($ $ |#3|)) (-15 -3054 ($ |#1| |#3|)) (-15 -1568 (|#1| $)) (-15 -1579 (|#3| $))))
-((-1897 ((|#2| |#2| (-1195) (-1195)) 16)))
-(((-634 |#1| |#2|) (-10 -7 (-15 -1897 (|#2| |#2| (-1195) (-1195)))) (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))) (-13 (-1221) (-976) (-29 |#1|))) (T -634))
-((-1897 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-634 *4 *2)) (-4 *2 (-13 (-1221) (-976) (-29 *4))))))
-(-10 -7 (-15 -1897 (|#2| |#2| (-1195) (-1195))))
-((-3486 (((-112) $ $) 64)) (-1353 (((-112) $) 58)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-2622 ((|#1| $) 55)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1829 (((-112) $ $) NIL (|has| |#1| (-374)))) (-4427 (((-2 (|:| -3343 $) (|:| -3234 (-419 |#2|))) (-419 |#2|)) 111 (|has| |#1| (-374)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) 99) (((-3 |#2| "failed") $) 95)) (-2857 (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) NIL) ((|#2| $) NIL)) (-3426 (($ $ $) NIL (|has| |#1| (-374)))) (-2109 (($ $) 27)) (-2251 (((-3 $ "failed") $) 88)) (-3438 (($ $ $) NIL (|has| |#1| (-374)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-1991 (((-576) $) 22)) (-3612 (((-112) $) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2544 (((-112) $) 40)) (-1940 (($ |#1| (-576)) 24)) (-2086 ((|#1| $) 57)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-374)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) 101 (|has| |#1| (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 116 (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-3473 (((-3 $ "failed") $ $) 93)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3909 (((-783) $) 115 (|has| |#1| (-374)))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 114 (|has| |#1| (-374)))) (-2770 (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1 |#2| |#2|)) 75) (($ $) NIL (|has| |#2| (-237))) (($ $ (-783)) NIL (|has| |#2| (-237))) (($ $ (-1195)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#2| (-917 (-1195))))) (-1967 (((-576) $) 38)) (-4169 (((-419 |#2|) $) 47)) (-3567 (((-874) $) 69) (($ (-576)) 35) (($ $) NIL) (($ (-419 (-576))) NIL (|has| |#1| (-1057 (-419 (-576))))) (($ |#1|) 34) (($ |#2|) 25)) (-1749 ((|#1| $ (-576)) 72)) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-2716 (($) 9 T CONST)) (-2727 (($) 14 T CONST)) (-2014 (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $) NIL (|has| |#2| (-237))) (($ $ (-783)) NIL (|has| |#2| (-237))) (($ $ (-1195)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#2| (-917 (-1195))))) (-2921 (((-112) $ $) 21)) (-3041 (($ $) 51) (($ $ $) NIL)) (-3027 (($ $ $) 90)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 29) (($ $ $) 49)))
-(((-635 |#1| |#2|) (-13 (-232 |#2|) (-568) (-626 (-419 |#2|)) (-423 |#1|) (-1057 |#2|) (-10 -8 (-15 -2544 ((-112) $)) (-15 -1967 ((-576) $)) (-15 -1991 ((-576) $)) (-15 -2109 ($ $)) (-15 -2086 (|#1| $)) (-15 -2622 (|#1| $)) (-15 -1749 (|#1| $ (-576))) (-15 -1940 ($ |#1| (-576))) (IF (|has| |#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-6 (-317)) (-15 -4427 ((-2 (|:| -3343 $) (|:| -3234 (-419 |#2|))) (-419 |#2|)))) |%noBranch|))) (-568) (-1262 |#1|)) (T -635))
-((-2544 (*1 *2 *1) (-12 (-4 *3 (-568)) (-5 *2 (-112)) (-5 *1 (-635 *3 *4)) (-4 *4 (-1262 *3)))) (-1967 (*1 *2 *1) (-12 (-4 *3 (-568)) (-5 *2 (-576)) (-5 *1 (-635 *3 *4)) (-4 *4 (-1262 *3)))) (-1991 (*1 *2 *1) (-12 (-4 *3 (-568)) (-5 *2 (-576)) (-5 *1 (-635 *3 *4)) (-4 *4 (-1262 *3)))) (-2109 (*1 *1 *1) (-12 (-4 *2 (-568)) (-5 *1 (-635 *2 *3)) (-4 *3 (-1262 *2)))) (-2086 (*1 *2 *1) (-12 (-4 *2 (-568)) (-5 *1 (-635 *2 *3)) (-4 *3 (-1262 *2)))) (-2622 (*1 *2 *1) (-12 (-4 *2 (-568)) (-5 *1 (-635 *2 *3)) (-4 *3 (-1262 *2)))) (-1749 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *2 (-568)) (-5 *1 (-635 *2 *4)) (-4 *4 (-1262 *2)))) (-1940 (*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-4 *2 (-568)) (-5 *1 (-635 *2 *4)) (-4 *4 (-1262 *2)))) (-4427 (*1 *2 *3) (-12 (-4 *4 (-374)) (-4 *4 (-568)) (-4 *5 (-1262 *4)) (-5 *2 (-2 (|:| -3343 (-635 *4 *5)) (|:| -3234 (-419 *5)))) (-5 *1 (-635 *4 *5)) (-5 *3 (-419 *5)))))
-(-13 (-232 |#2|) (-568) (-626 (-419 |#2|)) (-423 |#1|) (-1057 |#2|) (-10 -8 (-15 -2544 ((-112) $)) (-15 -1967 ((-576) $)) (-15 -1991 ((-576) $)) (-15 -2109 ($ $)) (-15 -2086 (|#1| $)) (-15 -2622 (|#1| $)) (-15 -1749 (|#1| $ (-576))) (-15 -1940 ($ |#1| (-576))) (IF (|has| |#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-6 (-317)) (-15 -4427 ((-2 (|:| -3343 $) (|:| -3234 (-419 |#2|))) (-419 |#2|)))) |%noBranch|)))
-((-2127 (((-656 |#6|) (-656 |#4|) (-112)) 54)) (-2948 ((|#6| |#6|) 48)))
-(((-636 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2948 (|#6| |#6|)) (-15 -2127 ((-656 |#6|) (-656 |#4|) (-112)))) (-464) (-805) (-862) (-1084 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3| |#4|) (-1128 |#1| |#2| |#3| |#4|)) (T -636))
-((-2127 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 *10)) (-5 *1 (-636 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1090 *5 *6 *7 *8)) (-4 *10 (-1128 *5 *6 *7 *8)))) (-2948 (*1 *2 *2) (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *1 (-636 *3 *4 *5 *6 *7 *2)) (-4 *7 (-1090 *3 *4 *5 *6)) (-4 *2 (-1128 *3 *4 *5 *6)))))
-(-10 -7 (-15 -2948 (|#6| |#6|)) (-15 -2127 ((-656 |#6|) (-656 |#4|) (-112))))
-((-1954 (((-112) |#3| (-783) (-656 |#3|)) 29)) (-3429 (((-3 (-2 (|:| |polfac| (-656 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-656 (-1191 |#3|)))) "failed") |#3| (-656 (-1191 |#3|)) (-2 (|:| |contp| |#3|) (|:| -1840 (-656 (-2 (|:| |irr| |#4|) (|:| -4027 (-576)))))) (-656 |#3|) (-656 |#1|) (-656 |#3|)) 69)))
-(((-637 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1954 ((-112) |#3| (-783) (-656 |#3|))) (-15 -3429 ((-3 (-2 (|:| |polfac| (-656 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-656 (-1191 |#3|)))) "failed") |#3| (-656 (-1191 |#3|)) (-2 (|:| |contp| |#3|) (|:| -1840 (-656 (-2 (|:| |irr| |#4|) (|:| -4027 (-576)))))) (-656 |#3|) (-656 |#1|) (-656 |#3|)))) (-862) (-805) (-317) (-966 |#3| |#2| |#1|)) (T -637))
-((-3429 (*1 *2 *3 *4 *5 *6 *7 *6) (|partial| -12 (-5 *5 (-2 (|:| |contp| *3) (|:| -1840 (-656 (-2 (|:| |irr| *10) (|:| -4027 (-576))))))) (-5 *6 (-656 *3)) (-5 *7 (-656 *8)) (-4 *8 (-862)) (-4 *3 (-317)) (-4 *10 (-966 *3 *9 *8)) (-4 *9 (-805)) (-5 *2 (-2 (|:| |polfac| (-656 *10)) (|:| |correct| *3) (|:| |corrfact| (-656 (-1191 *3))))) (-5 *1 (-637 *8 *9 *3 *10)) (-5 *4 (-656 (-1191 *3))))) (-1954 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-783)) (-5 *5 (-656 *3)) (-4 *3 (-317)) (-4 *6 (-862)) (-4 *7 (-805)) (-5 *2 (-112)) (-5 *1 (-637 *6 *7 *3 *8)) (-4 *8 (-966 *3 *7 *6)))))
-(-10 -7 (-15 -1954 ((-112) |#3| (-783) (-656 |#3|))) (-15 -3429 ((-3 (-2 (|:| |polfac| (-656 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-656 (-1191 |#3|)))) "failed") |#3| (-656 (-1191 |#3|)) (-2 (|:| |contp| |#3|) (|:| -1840 (-656 (-2 (|:| |irr| |#4|) (|:| -4027 (-576)))))) (-656 |#3|) (-656 |#1|) (-656 |#3|))))
-((-3486 (((-112) $ $) NIL)) (-1667 (((-1154) $) 11)) (-1655 (((-1154) $) 9)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 17) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-638) (-13 (-1102) (-10 -8 (-15 -1655 ((-1154) $)) (-15 -1667 ((-1154) $))))) (T -638))
-((-1655 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-638)))) (-1667 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-638)))))
-(-13 (-1102) (-10 -8 (-15 -1655 ((-1154) $)) (-15 -1667 ((-1154) $))))
-((-3486 (((-112) $ $) NIL)) (-3444 (((-656 |#1|) $) NIL)) (-2135 (($) NIL T CONST)) (-2251 (((-3 $ "failed") $) NIL)) (-3612 (((-112) $) NIL)) (-1839 (($ $) 77)) (-3742 (((-676 |#1| |#2|) $) 60)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 81)) (-1323 (((-656 (-304 |#2|)) $ $) 42)) (-1448 (((-1139) $) NIL)) (-4101 (($ (-676 |#1| |#2|)) 56)) (-2949 (($ $ $) NIL)) (-3636 (($ $ $) NIL)) (-3567 (((-874) $) 66) (((-1301 |#1| |#2|) $) NIL) (((-1306 |#1| |#2|) $) 74)) (-1540 (((-112) $ $) NIL)) (-2727 (($) 61 T CONST)) (-4201 (((-656 (-2 (|:| |k| (-684 |#1|)) (|:| |c| |#2|))) $) 41)) (-3587 (((-656 (-676 |#1| |#2|)) (-656 |#1|)) 73)) (-2776 (((-656 (-2 (|:| |k| (-906 |#1|)) (|:| |c| |#2|))) $) 46)) (-2921 (((-112) $ $) 62)) (-3054 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ $ $) 52)))
-(((-639 |#1| |#2| |#3|) (-13 (-485) (-10 -8 (-15 -4101 ($ (-676 |#1| |#2|))) (-15 -3742 ((-676 |#1| |#2|) $)) (-15 -2776 ((-656 (-2 (|:| |k| (-906 |#1|)) (|:| |c| |#2|))) $)) (-15 -3567 ((-1301 |#1| |#2|) $)) (-15 -3567 ((-1306 |#1| |#2|) $)) (-15 -1839 ($ $)) (-15 -3444 ((-656 |#1|) $)) (-15 -3587 ((-656 (-676 |#1| |#2|)) (-656 |#1|))) (-15 -4201 ((-656 (-2 (|:| |k| (-684 |#1|)) (|:| |c| |#2|))) $)) (-15 -1323 ((-656 (-304 |#2|)) $ $)))) (-862) (-13 (-174) (-729 (-419 (-576)))) (-938)) (T -639))
-((-4101 (*1 *1 *2) (-12 (-5 *2 (-676 *3 *4)) (-4 *3 (-862)) (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-5 *1 (-639 *3 *4 *5)) (-14 *5 (-938)))) (-3742 (*1 *2 *1) (-12 (-5 *2 (-676 *3 *4)) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862)) (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-938)))) (-2776 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |k| (-906 *3)) (|:| |c| *4)))) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862)) (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-938)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-1301 *3 *4)) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862)) (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-938)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-1306 *3 *4)) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862)) (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-938)))) (-1839 (*1 *1 *1) (-12 (-5 *1 (-639 *2 *3 *4)) (-4 *2 (-862)) (-4 *3 (-13 (-174) (-729 (-419 (-576))))) (-14 *4 (-938)))) (-3444 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862)) (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-938)))) (-3587 (*1 *2 *3) (-12 (-5 *3 (-656 *4)) (-4 *4 (-862)) (-5 *2 (-656 (-676 *4 *5))) (-5 *1 (-639 *4 *5 *6)) (-4 *5 (-13 (-174) (-729 (-419 (-576))))) (-14 *6 (-938)))) (-4201 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |k| (-684 *3)) (|:| |c| *4)))) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862)) (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-938)))) (-1323 (*1 *2 *1 *1) (-12 (-5 *2 (-656 (-304 *4))) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862)) (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-938)))))
-(-13 (-485) (-10 -8 (-15 -4101 ($ (-676 |#1| |#2|))) (-15 -3742 ((-676 |#1| |#2|) $)) (-15 -2776 ((-656 (-2 (|:| |k| (-906 |#1|)) (|:| |c| |#2|))) $)) (-15 -3567 ((-1301 |#1| |#2|) $)) (-15 -3567 ((-1306 |#1| |#2|) $)) (-15 -1839 ($ $)) (-15 -3444 ((-656 |#1|) $)) (-15 -3587 ((-656 (-676 |#1| |#2|)) (-656 |#1|))) (-15 -4201 ((-656 (-2 (|:| |k| (-684 |#1|)) (|:| |c| |#2|))) $)) (-15 -1323 ((-656 (-304 |#2|)) $ $))))
-((-2127 (((-656 (-1165 |#1| (-543 (-876 |#2|)) (-876 |#2|) (-792 |#1| (-876 |#2|)))) (-656 (-792 |#1| (-876 |#2|))) (-112)) 103) (((-656 (-1065 |#1| |#2|)) (-656 (-792 |#1| (-876 |#2|))) (-112)) 77)) (-4191 (((-112) (-656 (-792 |#1| (-876 |#2|)))) 26)) (-2674 (((-656 (-1165 |#1| (-543 (-876 |#2|)) (-876 |#2|) (-792 |#1| (-876 |#2|)))) (-656 (-792 |#1| (-876 |#2|))) (-112)) 102)) (-2381 (((-656 (-1065 |#1| |#2|)) (-656 (-792 |#1| (-876 |#2|))) (-112)) 76)) (-1565 (((-656 (-792 |#1| (-876 |#2|))) (-656 (-792 |#1| (-876 |#2|)))) 30)) (-3845 (((-3 (-656 (-792 |#1| (-876 |#2|))) "failed") (-656 (-792 |#1| (-876 |#2|)))) 29)))
-(((-640 |#1| |#2|) (-10 -7 (-15 -4191 ((-112) (-656 (-792 |#1| (-876 |#2|))))) (-15 -3845 ((-3 (-656 (-792 |#1| (-876 |#2|))) "failed") (-656 (-792 |#1| (-876 |#2|))))) (-15 -1565 ((-656 (-792 |#1| (-876 |#2|))) (-656 (-792 |#1| (-876 |#2|))))) (-15 -2381 ((-656 (-1065 |#1| |#2|)) (-656 (-792 |#1| (-876 |#2|))) (-112))) (-15 -2674 ((-656 (-1165 |#1| (-543 (-876 |#2|)) (-876 |#2|) (-792 |#1| (-876 |#2|)))) (-656 (-792 |#1| (-876 |#2|))) (-112))) (-15 -2127 ((-656 (-1065 |#1| |#2|)) (-656 (-792 |#1| (-876 |#2|))) (-112))) (-15 -2127 ((-656 (-1165 |#1| (-543 (-876 |#2|)) (-876 |#2|) (-792 |#1| (-876 |#2|)))) (-656 (-792 |#1| (-876 |#2|))) (-112)))) (-464) (-656 (-1195))) (T -640))
-((-2127 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-792 *5 (-876 *6)))) (-5 *4 (-112)) (-4 *5 (-464)) (-14 *6 (-656 (-1195))) (-5 *2 (-656 (-1165 *5 (-543 (-876 *6)) (-876 *6) (-792 *5 (-876 *6))))) (-5 *1 (-640 *5 *6)))) (-2127 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-792 *5 (-876 *6)))) (-5 *4 (-112)) (-4 *5 (-464)) (-14 *6 (-656 (-1195))) (-5 *2 (-656 (-1065 *5 *6))) (-5 *1 (-640 *5 *6)))) (-2674 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-792 *5 (-876 *6)))) (-5 *4 (-112)) (-4 *5 (-464)) (-14 *6 (-656 (-1195))) (-5 *2 (-656 (-1165 *5 (-543 (-876 *6)) (-876 *6) (-792 *5 (-876 *6))))) (-5 *1 (-640 *5 *6)))) (-2381 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-792 *5 (-876 *6)))) (-5 *4 (-112)) (-4 *5 (-464)) (-14 *6 (-656 (-1195))) (-5 *2 (-656 (-1065 *5 *6))) (-5 *1 (-640 *5 *6)))) (-1565 (*1 *2 *2) (-12 (-5 *2 (-656 (-792 *3 (-876 *4)))) (-4 *3 (-464)) (-14 *4 (-656 (-1195))) (-5 *1 (-640 *3 *4)))) (-3845 (*1 *2 *2) (|partial| -12 (-5 *2 (-656 (-792 *3 (-876 *4)))) (-4 *3 (-464)) (-14 *4 (-656 (-1195))) (-5 *1 (-640 *3 *4)))) (-4191 (*1 *2 *3) (-12 (-5 *3 (-656 (-792 *4 (-876 *5)))) (-4 *4 (-464)) (-14 *5 (-656 (-1195))) (-5 *2 (-112)) (-5 *1 (-640 *4 *5)))))
-(-10 -7 (-15 -4191 ((-112) (-656 (-792 |#1| (-876 |#2|))))) (-15 -3845 ((-3 (-656 (-792 |#1| (-876 |#2|))) "failed") (-656 (-792 |#1| (-876 |#2|))))) (-15 -1565 ((-656 (-792 |#1| (-876 |#2|))) (-656 (-792 |#1| (-876 |#2|))))) (-15 -2381 ((-656 (-1065 |#1| |#2|)) (-656 (-792 |#1| (-876 |#2|))) (-112))) (-15 -2674 ((-656 (-1165 |#1| (-543 (-876 |#2|)) (-876 |#2|) (-792 |#1| (-876 |#2|)))) (-656 (-792 |#1| (-876 |#2|))) (-112))) (-15 -2127 ((-656 (-1065 |#1| |#2|)) (-656 (-792 |#1| (-876 |#2|))) (-112))) (-15 -2127 ((-656 (-1165 |#1| (-543 (-876 |#2|)) (-876 |#2|) (-792 |#1| (-876 |#2|)))) (-656 (-792 |#1| (-876 |#2|))) (-112))))
-((-4022 (($ $) 38)) (-3898 (($ $) 21)) (-4003 (($ $) 37)) (-3874 (($ $) 22)) (-4047 (($ $) 36)) (-3917 (($ $) 23)) (-1598 (($) 48)) (-3742 (($ $) 45)) (-3846 (($ $) 17)) (-3432 (($ $ (-1111 $)) 7) (($ $ (-1195)) 6)) (-4101 (($ $) 46)) (-3824 (($ $) 15)) (-3861 (($ $) 16)) (-4058 (($ $) 35)) (-3927 (($ $) 24)) (-4034 (($ $) 34)) (-3907 (($ $) 25)) (-4011 (($ $) 33)) (-3886 (($ $) 26)) (-2787 (($ $) 44)) (-3958 (($ $) 32)) (-4068 (($ $) 43)) (-3935 (($ $) 31)) (-2812 (($ $) 42)) (-3980 (($ $) 30)) (-4385 (($ $) 41)) (-3992 (($ $) 29)) (-2800 (($ $) 40)) (-3971 (($ $) 28)) (-4080 (($ $) 39)) (-3948 (($ $) 27)) (-2957 (($ $) 19)) (-3446 (($ $) 20)) (-1516 (($ $) 18)) (** (($ $ $) 47)))
+((-4070 (((-1293) (-1179)) 10)))
+(((-594) (-10 -7 (-15 -4070 ((-1293) (-1179))))) (T -594))
+((-4070 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-594)))))
+(-10 -7 (-15 -4070 ((-1293) (-1179))))
+((-3102 (((-598 |#2|) (-598 |#2|)) 42)) (-3567 (((-656 |#2|) (-598 |#2|)) 44)) (-2529 ((|#2| (-598 |#2|)) 50)))
+(((-595 |#1| |#2|) (-10 -7 (-15 -3102 ((-598 |#2|) (-598 |#2|))) (-15 -3567 ((-656 |#2|) (-598 |#2|))) (-15 -2529 (|#2| (-598 |#2|)))) (-13 (-464) (-1059 (-576)) (-651 (-576))) (-13 (-29 |#1|) (-1223))) (T -595))
+((-2529 (*1 *2 *3) (-12 (-5 *3 (-598 *2)) (-4 *2 (-13 (-29 *4) (-1223))) (-5 *1 (-595 *4 *2)) (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))))) (-3567 (*1 *2 *3) (-12 (-5 *3 (-598 *5)) (-4 *5 (-13 (-29 *4) (-1223))) (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-656 *5)) (-5 *1 (-595 *4 *5)))) (-3102 (*1 *2 *2) (-12 (-5 *2 (-598 *4)) (-4 *4 (-13 (-29 *3) (-1223))) (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-595 *3 *4)))))
+(-10 -7 (-15 -3102 ((-598 |#2|) (-598 |#2|))) (-15 -3567 ((-656 |#2|) (-598 |#2|))) (-15 -2529 (|#2| (-598 |#2|))))
+((-2423 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")) 44) (((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed")) 11) (((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -2670 |#1|) (|:| |coeff| |#1|)) "failed")) 35) (((-598 |#2|) (-1 |#2| |#1|) (-598 |#1|)) 30)))
+(((-596 |#1| |#2|) (-10 -7 (-15 -2423 ((-598 |#2|) (-1 |#2| |#1|) (-598 |#1|))) (-15 -2423 ((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -2670 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -2423 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -2423 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")))) (-374) (-374)) (T -596))
+((-2423 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| |mainpart| *5) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *5) (|:| |logand| *5))))) "failed")) (-4 *5 (-374)) (-4 *6 (-374)) (-5 *2 (-2 (|:| |mainpart| *6) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *6) (|:| |logand| *6)))))) (-5 *1 (-596 *5 *6)))) (-2423 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed")) (-4 *5 (-374)) (-4 *2 (-374)) (-5 *1 (-596 *5 *2)))) (-2423 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| -2670 *5) (|:| |coeff| *5)) "failed")) (-4 *5 (-374)) (-4 *6 (-374)) (-5 *2 (-2 (|:| -2670 *6) (|:| |coeff| *6))) (-5 *1 (-596 *5 *6)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-598 *5)) (-4 *5 (-374)) (-4 *6 (-374)) (-5 *2 (-598 *6)) (-5 *1 (-596 *5 *6)))))
+(-10 -7 (-15 -2423 ((-598 |#2|) (-1 |#2| |#1|) (-598 |#1|))) (-15 -2423 ((-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -2670 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -2423 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -2423 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed"))))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3438 (($ (-518) (-609)) 14)) (-3865 (($ (-518) (-609) $) 16)) (-3844 (($ (-518) (-609)) 15)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL) (($ (-1202)) 7) (((-1202) $) 6)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-597) (-13 (-1121) (-502 (-1202)) (-10 -8 (-15 -3438 ($ (-518) (-609))) (-15 -3844 ($ (-518) (-609))) (-15 -3865 ($ (-518) (-609) $))))) (T -597))
+((-3438 (*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-609)) (-5 *1 (-597)))) (-3844 (*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-609)) (-5 *1 (-597)))) (-3865 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-518)) (-5 *3 (-609)) (-5 *1 (-597)))))
+(-13 (-1121) (-502 (-1202)) (-10 -8 (-15 -3438 ($ (-518) (-609))) (-15 -3844 ($ (-518) (-609))) (-15 -3865 ($ (-518) (-609) $))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) 76)) (-2318 ((|#1| $) NIL)) (-2670 ((|#1| $) 30)) (-1462 (((-656 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $) 32)) (-1434 (($ |#1| (-656 (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1193 |#1|)) (|:| |logand| (-1193 |#1|)))) (-656 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|)))) 28)) (-2085 (((-656 (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1193 |#1|)) (|:| |logand| (-1193 |#1|)))) $) 31)) (-4185 (((-1179) $) NIL)) (-2153 (($ |#1| |#1|) 38) (($ |#1| (-1197)) 49 (|has| |#1| (-1059 (-1197))))) (-3117 (((-1141) $) NIL)) (-3676 (((-112) $) 35)) (-4107 ((|#1| $ (-1 |#1| |#1|)) 88) ((|#1| $ (-1197)) 89 (|has| |#1| (-917 (-1197))))) (-4114 (((-876) $) 110) (($ |#1|) 29)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 18 T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) 17) (($ $ $) NIL)) (-4027 (($ $ $) 85)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 16) (($ (-419 (-576)) $) 41) (($ $ (-419 (-576))) NIL)))
+(((-598 |#1|) (-13 (-729 (-419 (-576))) (-1059 |#1|) (-10 -8 (-15 -1434 ($ |#1| (-656 (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1193 |#1|)) (|:| |logand| (-1193 |#1|)))) (-656 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -2670 (|#1| $)) (-15 -2085 ((-656 (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1193 |#1|)) (|:| |logand| (-1193 |#1|)))) $)) (-15 -1462 ((-656 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3676 ((-112) $)) (-15 -2153 ($ |#1| |#1|)) (-15 -4107 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-917 (-1197))) (-15 -4107 (|#1| $ (-1197))) |%noBranch|) (IF (|has| |#1| (-1059 (-1197))) (-15 -2153 ($ |#1| (-1197))) |%noBranch|))) (-374)) (T -598))
+((-1434 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-656 (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1193 *2)) (|:| |logand| (-1193 *2))))) (-5 *4 (-656 (-2 (|:| |integrand| *2) (|:| |intvar| *2)))) (-4 *2 (-374)) (-5 *1 (-598 *2)))) (-2670 (*1 *2 *1) (-12 (-5 *1 (-598 *2)) (-4 *2 (-374)))) (-2085 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1193 *3)) (|:| |logand| (-1193 *3))))) (-5 *1 (-598 *3)) (-4 *3 (-374)))) (-1462 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |integrand| *3) (|:| |intvar| *3)))) (-5 *1 (-598 *3)) (-4 *3 (-374)))) (-3676 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-598 *3)) (-4 *3 (-374)))) (-2153 (*1 *1 *2 *2) (-12 (-5 *1 (-598 *2)) (-4 *2 (-374)))) (-4107 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-598 *2)) (-4 *2 (-374)))) (-4107 (*1 *2 *1 *3) (-12 (-4 *2 (-374)) (-4 *2 (-917 *3)) (-5 *1 (-598 *2)) (-5 *3 (-1197)))) (-2153 (*1 *1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *1 (-598 *2)) (-4 *2 (-1059 *3)) (-4 *2 (-374)))))
+(-13 (-729 (-419 (-576))) (-1059 |#1|) (-10 -8 (-15 -1434 ($ |#1| (-656 (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1193 |#1|)) (|:| |logand| (-1193 |#1|)))) (-656 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -2670 (|#1| $)) (-15 -2085 ((-656 (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1193 |#1|)) (|:| |logand| (-1193 |#1|)))) $)) (-15 -1462 ((-656 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3676 ((-112) $)) (-15 -2153 ($ |#1| |#1|)) (-15 -4107 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-917 (-1197))) (-15 -4107 (|#1| $ (-1197))) |%noBranch|) (IF (|has| |#1| (-1059 (-1197))) (-15 -2153 ($ |#1| (-1197))) |%noBranch|)))
+((-3313 (((-112) |#1|) 16)) (-2431 (((-3 |#1| "failed") |#1|) 14)) (-2074 (((-2 (|:| -1867 |#1|) (|:| -3744 (-783))) |#1|) 38) (((-3 |#1| "failed") |#1| (-783)) 18)) (-3576 (((-112) |#1| (-783)) 19)) (-2919 ((|#1| |#1|) 42)) (-4260 ((|#1| |#1| (-783)) 45)))
+(((-599 |#1|) (-10 -7 (-15 -3576 ((-112) |#1| (-783))) (-15 -2074 ((-3 |#1| "failed") |#1| (-783))) (-15 -2074 ((-2 (|:| -1867 |#1|) (|:| -3744 (-783))) |#1|)) (-15 -4260 (|#1| |#1| (-783))) (-15 -3313 ((-112) |#1|)) (-15 -2431 ((-3 |#1| "failed") |#1|)) (-15 -2919 (|#1| |#1|))) (-557)) (T -599))
+((-2919 (*1 *2 *2) (-12 (-5 *1 (-599 *2)) (-4 *2 (-557)))) (-2431 (*1 *2 *2) (|partial| -12 (-5 *1 (-599 *2)) (-4 *2 (-557)))) (-3313 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-599 *3)) (-4 *3 (-557)))) (-4260 (*1 *2 *2 *3) (-12 (-5 *3 (-783)) (-5 *1 (-599 *2)) (-4 *2 (-557)))) (-2074 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -1867 *3) (|:| -3744 (-783)))) (-5 *1 (-599 *3)) (-4 *3 (-557)))) (-2074 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-783)) (-5 *1 (-599 *2)) (-4 *2 (-557)))) (-3576 (*1 *2 *3 *4) (-12 (-5 *4 (-783)) (-5 *2 (-112)) (-5 *1 (-599 *3)) (-4 *3 (-557)))))
+(-10 -7 (-15 -3576 ((-112) |#1| (-783))) (-15 -2074 ((-3 |#1| "failed") |#1| (-783))) (-15 -2074 ((-2 (|:| -1867 |#1|) (|:| -3744 (-783))) |#1|)) (-15 -4260 (|#1| |#1| (-783))) (-15 -3313 ((-112) |#1|)) (-15 -2431 ((-3 |#1| "failed") |#1|)) (-15 -2919 (|#1| |#1|)))
+((-1835 (((-1193 |#1|) (-940)) 44)))
+(((-600 |#1|) (-10 -7 (-15 -1835 ((-1193 |#1|) (-940)))) (-360)) (T -600))
+((-1835 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1193 *4)) (-5 *1 (-600 *4)) (-4 *4 (-360)))))
+(-10 -7 (-15 -1835 ((-1193 |#1|) (-940))))
+((-3102 (((-598 (-419 (-971 |#1|))) (-598 (-419 (-971 |#1|)))) 27)) (-1488 (((-3 (-326 |#1|) (-656 (-326 |#1|))) (-419 (-971 |#1|)) (-1197)) 34 (|has| |#1| (-148)))) (-3567 (((-656 (-326 |#1|)) (-598 (-419 (-971 |#1|)))) 19)) (-3869 (((-326 |#1|) (-419 (-971 |#1|)) (-1197)) 32 (|has| |#1| (-148)))) (-2529 (((-326 |#1|) (-598 (-419 (-971 |#1|)))) 21)))
+(((-601 |#1|) (-10 -7 (-15 -3102 ((-598 (-419 (-971 |#1|))) (-598 (-419 (-971 |#1|))))) (-15 -3567 ((-656 (-326 |#1|)) (-598 (-419 (-971 |#1|))))) (-15 -2529 ((-326 |#1|) (-598 (-419 (-971 |#1|))))) (IF (|has| |#1| (-148)) (PROGN (-15 -1488 ((-3 (-326 |#1|) (-656 (-326 |#1|))) (-419 (-971 |#1|)) (-1197))) (-15 -3869 ((-326 |#1|) (-419 (-971 |#1|)) (-1197)))) |%noBranch|)) (-13 (-464) (-1059 (-576)) (-651 (-576)))) (T -601))
+((-3869 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-1197)) (-4 *5 (-148)) (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-326 *5)) (-5 *1 (-601 *5)))) (-1488 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-1197)) (-4 *5 (-148)) (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-3 (-326 *5) (-656 (-326 *5)))) (-5 *1 (-601 *5)))) (-2529 (*1 *2 *3) (-12 (-5 *3 (-598 (-419 (-971 *4)))) (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-326 *4)) (-5 *1 (-601 *4)))) (-3567 (*1 *2 *3) (-12 (-5 *3 (-598 (-419 (-971 *4)))) (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-656 (-326 *4))) (-5 *1 (-601 *4)))) (-3102 (*1 *2 *2) (-12 (-5 *2 (-598 (-419 (-971 *3)))) (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-601 *3)))))
+(-10 -7 (-15 -3102 ((-598 (-419 (-971 |#1|))) (-598 (-419 (-971 |#1|))))) (-15 -3567 ((-656 (-326 |#1|)) (-598 (-419 (-971 |#1|))))) (-15 -2529 ((-326 |#1|) (-598 (-419 (-971 |#1|))))) (IF (|has| |#1| (-148)) (PROGN (-15 -1488 ((-3 (-326 |#1|) (-656 (-326 |#1|))) (-419 (-971 |#1|)) (-1197))) (-15 -3869 ((-326 |#1|) (-419 (-971 |#1|)) (-1197)))) |%noBranch|))
+((-1494 (((-656 (-701 (-576))) (-656 (-940)) (-656 (-924 (-576)))) 78) (((-656 (-701 (-576))) (-656 (-940))) 79) (((-701 (-576)) (-656 (-940)) (-924 (-576))) 72)) (-1415 (((-783) (-656 (-940))) 69)))
+(((-602) (-10 -7 (-15 -1415 ((-783) (-656 (-940)))) (-15 -1494 ((-701 (-576)) (-656 (-940)) (-924 (-576)))) (-15 -1494 ((-656 (-701 (-576))) (-656 (-940)))) (-15 -1494 ((-656 (-701 (-576))) (-656 (-940)) (-656 (-924 (-576))))))) (T -602))
+((-1494 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-940))) (-5 *4 (-656 (-924 (-576)))) (-5 *2 (-656 (-701 (-576)))) (-5 *1 (-602)))) (-1494 (*1 *2 *3) (-12 (-5 *3 (-656 (-940))) (-5 *2 (-656 (-701 (-576)))) (-5 *1 (-602)))) (-1494 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-940))) (-5 *4 (-924 (-576))) (-5 *2 (-701 (-576))) (-5 *1 (-602)))) (-1415 (*1 *2 *3) (-12 (-5 *3 (-656 (-940))) (-5 *2 (-783)) (-5 *1 (-602)))))
+(-10 -7 (-15 -1415 ((-783) (-656 (-940)))) (-15 -1494 ((-701 (-576)) (-656 (-940)) (-924 (-576)))) (-15 -1494 ((-656 (-701 (-576))) (-656 (-940)))) (-15 -1494 ((-656 (-701 (-576))) (-656 (-940)) (-656 (-924 (-576))))))
+((-4091 (((-656 |#5|) |#5| (-112)) 100)) (-3836 (((-112) |#5| (-656 |#5|)) 34)))
+(((-603 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4091 ((-656 |#5|) |#5| (-112))) (-15 -3836 ((-112) |#5| (-656 |#5|)))) (-13 (-317) (-148)) (-805) (-862) (-1086 |#1| |#2| |#3|) (-1130 |#1| |#2| |#3| |#4|)) (T -603))
+((-3836 (*1 *2 *3 *4) (-12 (-5 *4 (-656 *3)) (-4 *3 (-1130 *5 *6 *7 *8)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1086 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-603 *5 *6 *7 *8 *3)))) (-4091 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1086 *5 *6 *7)) (-5 *2 (-656 *3)) (-5 *1 (-603 *5 *6 *7 *8 *3)) (-4 *3 (-1130 *5 *6 *7 *8)))))
+(-10 -7 (-15 -4091 ((-656 |#5|) |#5| (-112))) (-15 -3836 ((-112) |#5| (-656 |#5|))))
+((-1955 (((-112) $ $) NIL)) (-1782 (((-1156) $) 11)) (-1773 (((-1156) $) 9)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 17) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-604) (-13 (-1104) (-10 -8 (-15 -1773 ((-1156) $)) (-15 -1782 ((-1156) $))))) (T -604))
+((-1773 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-604)))) (-1782 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-604)))))
+(-13 (-1104) (-10 -8 (-15 -1773 ((-1156) $)) (-15 -1782 ((-1156) $))))
+((-1955 (((-112) $ $) NIL (|has| (-145) (-102)))) (-4371 (($ $) 38)) (-2602 (($ $) NIL)) (-2999 (($ $ (-145)) NIL) (($ $ (-142)) NIL)) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-2258 (((-112) $ $) 67)) (-2234 (((-112) $ $ (-576)) 62)) (-3102 (((-656 $) $ (-145)) 75) (((-656 $) $ (-142)) 76)) (-2033 (((-112) (-1 (-112) (-145) (-145)) $) NIL) (((-112) $) NIL (|has| (-145) (-862)))) (-2218 (($ (-1 (-112) (-145) (-145)) $) NIL (|has| $ (-6 -4465))) (($ $) NIL (-12 (|has| $ (-6 -4465)) (|has| (-145) (-862))))) (-2380 (($ (-1 (-112) (-145) (-145)) $) NIL) (($ $) NIL (|has| (-145) (-862)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 (((-145) $ (-576) (-145)) 59 (|has| $ (-6 -4465))) (((-145) $ (-1255 (-576)) (-145)) NIL (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-4435 (($ $ (-145)) 79) (($ $ (-142)) 80)) (-1370 (($ $) NIL (|has| $ (-6 -4465)))) (-4204 (($ $) NIL)) (-3257 (($ $ (-1255 (-576)) $) 57)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121))))) (-2824 (($ (-145) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121)))) (($ (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4464)))) (-2722 (((-145) (-1 (-145) (-145) (-145)) $ (-145) (-145)) NIL (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121)))) (((-145) (-1 (-145) (-145) (-145)) $ (-145)) NIL (|has| $ (-6 -4464))) (((-145) (-1 (-145) (-145) (-145)) $) NIL (|has| $ (-6 -4464)))) (-1908 (((-145) $ (-576) (-145)) NIL (|has| $ (-6 -4465)))) (-3721 (((-145) $ (-576)) NIL)) (-2282 (((-112) $ $) 88)) (-3539 (((-576) (-1 (-112) (-145)) $) NIL) (((-576) (-145) $) NIL (|has| (-145) (-1121))) (((-576) (-145) $ (-576)) 64 (|has| (-145) (-1121))) (((-576) $ $ (-576)) 63) (((-576) (-142) $ (-576)) 66)) (-3722 (((-656 (-145)) $) NIL (|has| $ (-6 -4464)))) (-1988 (($ (-783) (-145)) 9)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) 32 (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| (-145) (-862)))) (-3181 (($ (-1 (-112) (-145) (-145)) $ $) NIL) (($ $ $) NIL (|has| (-145) (-862)))) (-4302 (((-656 (-145)) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-145) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121))))) (-2316 (((-576) $) 47 (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| (-145) (-862)))) (-4327 (((-112) $ $ (-145)) 89)) (-1465 (((-783) $ $ (-145)) 86)) (-1896 (($ (-1 (-145) (-145)) $) 37 (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-145) (-145)) $) NIL) (($ (-1 (-145) (-145) (-145)) $ $) NIL)) (-4299 (($ $) 41)) (-2159 (($ $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-1325 (($ $ (-145)) 77) (($ $ (-142)) 78)) (-4185 (((-1179) $) 43 (|has| (-145) (-1121)))) (-3386 (($ (-145) $ (-576)) NIL) (($ $ $ (-576)) 27)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-3117 (((-1141) $) 85 (|has| (-145) (-1121)))) (-1753 (((-145) $) NIL (|has| (-576) (-862)))) (-2922 (((-3 (-145) "failed") (-1 (-112) (-145)) $) NIL)) (-3140 (($ $ (-145)) NIL (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-145)))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121)))) (($ $ (-304 (-145))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121)))) (($ $ (-145) (-145)) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121)))) (($ $ (-656 (-145)) (-656 (-145))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) (-145) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121))))) (-3700 (((-656 (-145)) $) NIL)) (-4190 (((-112) $) 15)) (-3029 (($) 10)) (-4369 (((-145) $ (-576) (-145)) NIL) (((-145) $ (-576)) 68) (($ $ (-1255 (-576))) 25) (($ $ $) NIL)) (-2335 (($ $ (-576)) NIL) (($ $ (-1255 (-576))) NIL)) (-3131 (((-783) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4464))) (((-783) (-145) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121))))) (-3796 (($ $ $ (-576)) 81 (|has| $ (-6 -4465)))) (-4287 (($ $) 20)) (-1554 (((-548) $) NIL (|has| (-145) (-626 (-548))))) (-4125 (($ (-656 (-145))) NIL)) (-2767 (($ $ (-145)) NIL) (($ (-145) $) NIL) (($ $ $) 19) (($ (-656 $)) 82)) (-4114 (($ (-145)) NIL) (((-876) $) 31 (|has| (-145) (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| (-145) (-1121)))) (-1746 (((-112) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) NIL (|has| (-145) (-862)))) (-3975 (((-112) $ $) NIL (|has| (-145) (-862)))) (-3939 (((-112) $ $) 17 (|has| (-145) (-102)))) (-3985 (((-112) $ $) NIL (|has| (-145) (-862)))) (-3962 (((-112) $ $) 18 (|has| (-145) (-862)))) (-1968 (((-783) $) 16 (|has| $ (-6 -4464)))))
+(((-605 |#1|) (-1165) (-576)) (T -605))
+NIL
+(-1165)
+((-3352 (((-2 (|:| |num| |#4|) (|:| |den| (-576))) |#4| |#2|) 23) (((-2 (|:| |num| |#4|) (|:| |den| (-576))) |#4| |#2| (-1115 |#4|)) 32)))
+(((-606 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3352 ((-2 (|:| |num| |#4|) (|:| |den| (-576))) |#4| |#2| (-1115 |#4|))) (-15 -3352 ((-2 (|:| |num| |#4|) (|:| |den| (-576))) |#4| |#2|))) (-805) (-862) (-568) (-968 |#3| |#1| |#2|)) (T -606))
+((-3352 (*1 *2 *3 *4) (-12 (-4 *5 (-805)) (-4 *4 (-862)) (-4 *6 (-568)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-576)))) (-5 *1 (-606 *5 *4 *6 *3)) (-4 *3 (-968 *6 *5 *4)))) (-3352 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1115 *3)) (-4 *3 (-968 *7 *6 *4)) (-4 *6 (-805)) (-4 *4 (-862)) (-4 *7 (-568)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-576)))) (-5 *1 (-606 *6 *4 *7 *3)))))
+(-10 -7 (-15 -3352 ((-2 (|:| |num| |#4|) (|:| |den| (-576))) |#4| |#2| (-1115 |#4|))) (-15 -3352 ((-2 (|:| |num| |#4|) (|:| |den| (-576))) |#4| |#2|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 71)) (-1583 (((-656 (-1103)) $) NIL)) (-1652 (((-1197) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2452 (($ $ (-576)) 58) (($ $ (-576) (-576)) 59)) (-3716 (((-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $) 65)) (-3892 (($ $) 109)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3564 (((-876) (-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) (-1047 (-855 (-576))) (-1197) |#1| (-419 (-576))) 241)) (-2861 (($ (-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|)))) 36)) (-3853 (($) NIL T CONST)) (-3310 (($ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-2871 (((-112) $) NIL)) (-1760 (((-576) $) 63) (((-576) $ (-576)) 64)) (-3315 (((-112) $) NIL)) (-3460 (($ $ (-940)) 83)) (-2836 (($ (-1 |#1| (-576)) $) 80)) (-3649 (((-112) $) 26)) (-1562 (($ |#1| (-576)) 22) (($ $ (-1103) (-576)) NIL) (($ $ (-656 (-1103)) (-656 (-576))) NIL)) (-2423 (($ (-1 |#1| |#1|) $) 75)) (-2054 (($ (-1047 (-855 (-576))) (-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|)))) 13)) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-4185 (((-1179) $) NIL)) (-1488 (($ $) 161 (|has| |#1| (-38 (-419 (-576)))))) (-3922 (((-3 $ "failed") $ $ (-112)) 108)) (-3345 (($ $ $) 116)) (-3117 (((-1141) $) NIL)) (-3261 (((-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $) 15)) (-1977 (((-1047 (-855 (-576))) $) 14)) (-3168 (($ $ (-576)) 47)) (-1943 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-2143 (((-1178 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-576)))))) (-4369 ((|#1| $ (-576)) 62) (($ $ $) NIL (|has| (-576) (-1133)))) (-4107 (($ $ (-1197)) NIL (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $) 77 (|has| |#1| (-15 * (|#1| (-576) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (-2786 (((-576) $) NIL)) (-2093 (($ $) 48)) (-4114 (((-876) $) NIL) (($ (-576)) 29) (($ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568))) (($ |#1|) 28 (|has| |#1| (-174)))) (-1341 ((|#1| $ (-576)) 61)) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) 39 T CONST)) (-3188 ((|#1| $) NIL)) (-2479 (($ $) 198 (|has| |#1| (-38 (-419 (-576)))))) (-2782 (($ $) 169 (|has| |#1| (-38 (-419 (-576)))))) (-2681 (($ $) 202 (|has| |#1| (-38 (-419 (-576)))))) (-2776 (($ $) 174 (|has| |#1| (-38 (-419 (-576)))))) (-1500 (($ $) 201 (|has| |#1| (-38 (-419 (-576)))))) (-1920 (($ $) 173 (|has| |#1| (-38 (-419 (-576)))))) (-2855 (($ $ (-419 (-576))) 177 (|has| |#1| (-38 (-419 (-576)))))) (-2310 (($ $ |#1|) 157 (|has| |#1| (-38 (-419 (-576)))))) (-3972 (($ $) 204 (|has| |#1| (-38 (-419 (-576)))))) (-4073 (($ $) 160 (|has| |#1| (-38 (-419 (-576)))))) (-3512 (($ $) 203 (|has| |#1| (-38 (-419 (-576)))))) (-2268 (($ $) 175 (|has| |#1| (-38 (-419 (-576)))))) (-4030 (($ $) 199 (|has| |#1| (-38 (-419 (-576)))))) (-1961 (($ $) 171 (|has| |#1| (-38 (-419 (-576)))))) (-2203 (($ $) 200 (|has| |#1| (-38 (-419 (-576)))))) (-4118 (($ $) 172 (|has| |#1| (-38 (-419 (-576)))))) (-2056 (($ $) 209 (|has| |#1| (-38 (-419 (-576)))))) (-1682 (($ $) 185 (|has| |#1| (-38 (-419 (-576)))))) (-1952 (($ $) 206 (|has| |#1| (-38 (-419 (-576)))))) (-3500 (($ $) 181 (|has| |#1| (-38 (-419 (-576)))))) (-1887 (($ $) 213 (|has| |#1| (-38 (-419 (-576)))))) (-1399 (($ $) 189 (|has| |#1| (-38 (-419 (-576)))))) (-1815 (($ $) 215 (|has| |#1| (-38 (-419 (-576)))))) (-3049 (($ $) 191 (|has| |#1| (-38 (-419 (-576)))))) (-2950 (($ $) 211 (|has| |#1| (-38 (-419 (-576)))))) (-4161 (($ $) 187 (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) 208 (|has| |#1| (-38 (-419 (-576)))))) (-2822 (($ $) 183 (|has| |#1| (-38 (-419 (-576)))))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-2642 ((|#1| $ (-576)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-576)))) (|has| |#1| (-15 -4114 (|#1| (-1197))))))) (-4312 (($) 30 T CONST)) (-4322 (($) 40 T CONST)) (-3157 (($ $ (-1197)) NIL (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-576) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (-3939 (((-112) $ $) 73)) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-4037 (($ $) 91) (($ $ $) 72)) (-4027 (($ $ $) 88)) (** (($ $ (-940)) NIL) (($ $ (-783)) 111)) (* (($ (-940) $) 98) (($ (-783) $) 96) (($ (-576) $) 93) (($ $ $) 104) (($ $ |#1|) NIL) (($ |#1| $) 123) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
+(((-607 |#1|) (-13 (-1266 |#1| (-576)) (-10 -8 (-15 -2054 ($ (-1047 (-855 (-576))) (-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|))))) (-15 -1977 ((-1047 (-855 (-576))) $)) (-15 -3261 ((-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $)) (-15 -2861 ($ (-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|))))) (-15 -3649 ((-112) $)) (-15 -2836 ($ (-1 |#1| (-576)) $)) (-15 -3922 ((-3 $ "failed") $ $ (-112))) (-15 -3892 ($ $)) (-15 -3345 ($ $ $)) (-15 -3564 ((-876) (-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) (-1047 (-855 (-576))) (-1197) |#1| (-419 (-576)))) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -1488 ($ $)) (-15 -2310 ($ $ |#1|)) (-15 -2855 ($ $ (-419 (-576)))) (-15 -4073 ($ $)) (-15 -3972 ($ $)) (-15 -2776 ($ $)) (-15 -4118 ($ $)) (-15 -2782 ($ $)) (-15 -1961 ($ $)) (-15 -1920 ($ $)) (-15 -2268 ($ $)) (-15 -3500 ($ $)) (-15 -2822 ($ $)) (-15 -1682 ($ $)) (-15 -4161 ($ $)) (-15 -1399 ($ $)) (-15 -3049 ($ $)) (-15 -2681 ($ $)) (-15 -2203 ($ $)) (-15 -2479 ($ $)) (-15 -4030 ($ $)) (-15 -1500 ($ $)) (-15 -3512 ($ $)) (-15 -1952 ($ $)) (-15 -4034 ($ $)) (-15 -2056 ($ $)) (-15 -2950 ($ $)) (-15 -1887 ($ $)) (-15 -1815 ($ $))) |%noBranch|))) (-1070)) (T -607))
+((-3649 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-607 *3)) (-4 *3 (-1070)))) (-2054 (*1 *1 *2 *3) (-12 (-5 *2 (-1047 (-855 (-576)))) (-5 *3 (-1178 (-2 (|:| |k| (-576)) (|:| |c| *4)))) (-4 *4 (-1070)) (-5 *1 (-607 *4)))) (-1977 (*1 *2 *1) (-12 (-5 *2 (-1047 (-855 (-576)))) (-5 *1 (-607 *3)) (-4 *3 (-1070)))) (-3261 (*1 *2 *1) (-12 (-5 *2 (-1178 (-2 (|:| |k| (-576)) (|:| |c| *3)))) (-5 *1 (-607 *3)) (-4 *3 (-1070)))) (-2861 (*1 *1 *2) (-12 (-5 *2 (-1178 (-2 (|:| |k| (-576)) (|:| |c| *3)))) (-4 *3 (-1070)) (-5 *1 (-607 *3)))) (-2836 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-576))) (-4 *3 (-1070)) (-5 *1 (-607 *3)))) (-3922 (*1 *1 *1 *1 *2) (|partial| -12 (-5 *2 (-112)) (-5 *1 (-607 *3)) (-4 *3 (-1070)))) (-3892 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-1070)))) (-3345 (*1 *1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-1070)))) (-3564 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-1178 (-2 (|:| |k| (-576)) (|:| |c| *6)))) (-5 *4 (-1047 (-855 (-576)))) (-5 *5 (-1197)) (-5 *7 (-419 (-576))) (-4 *6 (-1070)) (-5 *2 (-876)) (-5 *1 (-607 *6)))) (-1488 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-2310 (*1 *1 *1 *2) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-2855 (*1 *1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-607 *3)) (-4 *3 (-38 *2)) (-4 *3 (-1070)))) (-4073 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-3972 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-2776 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-4118 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-2782 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-1961 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-1920 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-2268 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-3500 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-2822 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-1682 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-4161 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-1399 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-3049 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-2681 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-2203 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-2479 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-4030 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-1500 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-3512 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-1952 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-4034 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-2056 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-2950 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-1887 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))) (-1815 (*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(-13 (-1266 |#1| (-576)) (-10 -8 (-15 -2054 ($ (-1047 (-855 (-576))) (-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|))))) (-15 -1977 ((-1047 (-855 (-576))) $)) (-15 -3261 ((-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $)) (-15 -2861 ($ (-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|))))) (-15 -3649 ((-112) $)) (-15 -2836 ($ (-1 |#1| (-576)) $)) (-15 -3922 ((-3 $ "failed") $ $ (-112))) (-15 -3892 ($ $)) (-15 -3345 ($ $ $)) (-15 -3564 ((-876) (-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) (-1047 (-855 (-576))) (-1197) |#1| (-419 (-576)))) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -1488 ($ $)) (-15 -2310 ($ $ |#1|)) (-15 -2855 ($ $ (-419 (-576)))) (-15 -4073 ($ $)) (-15 -3972 ($ $)) (-15 -2776 ($ $)) (-15 -4118 ($ $)) (-15 -2782 ($ $)) (-15 -1961 ($ $)) (-15 -1920 ($ $)) (-15 -2268 ($ $)) (-15 -3500 ($ $)) (-15 -2822 ($ $)) (-15 -1682 ($ $)) (-15 -4161 ($ $)) (-15 -1399 ($ $)) (-15 -3049 ($ $)) (-15 -2681 ($ $)) (-15 -2203 ($ $)) (-15 -2479 ($ $)) (-15 -4030 ($ $)) (-15 -1500 ($ $)) (-15 -3512 ($ $)) (-15 -1952 ($ $)) (-15 -4034 ($ $)) (-15 -2056 ($ $)) (-15 -2950 ($ $)) (-15 -1887 ($ $)) (-15 -1815 ($ $))) |%noBranch|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 63)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-2861 (($ (-1178 |#1|)) 9)) (-3853 (($) NIL T CONST)) (-2413 (((-3 $ "failed") $) 44)) (-2871 (((-112) $) 56)) (-1760 (((-783) $) 61) (((-783) $ (-783)) 60)) (-3315 (((-112) $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1943 (((-3 $ "failed") $ $) 46 (|has| |#1| (-568)))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL (|has| |#1| (-568)))) (-1923 (((-1178 |#1|) $) 25)) (-2864 (((-783)) 55 T CONST)) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4312 (($) 10 T CONST)) (-4322 (($) 14 T CONST)) (-3939 (((-112) $ $) 24)) (-4037 (($ $) 32) (($ $ $) 16)) (-4027 (($ $ $) 27)) (** (($ $ (-940)) NIL) (($ $ (-783)) 53)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 36) (($ $ $) 30) (($ $ |#1|) 40) (($ |#1| $) 39) (($ $ (-576)) 38)))
+(((-608 |#1|) (-13 (-1070) (-111 |#1| |#1|) (-10 -8 (-15 -1923 ((-1178 |#1|) $)) (-15 -2861 ($ (-1178 |#1|))) (-15 -2871 ((-112) $)) (-15 -1760 ((-783) $)) (-15 -1760 ((-783) $ (-783))) (-15 * ($ $ (-576))) (IF (|has| |#1| (-568)) (-6 (-568)) |%noBranch|))) (-1070)) (T -608))
+((-1923 (*1 *2 *1) (-12 (-5 *2 (-1178 *3)) (-5 *1 (-608 *3)) (-4 *3 (-1070)))) (-2861 (*1 *1 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-608 *3)))) (-2871 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-608 *3)) (-4 *3 (-1070)))) (-1760 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-608 *3)) (-4 *3 (-1070)))) (-1760 (*1 *2 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-608 *3)) (-4 *3 (-1070)))) (* (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-608 *3)) (-4 *3 (-1070)))))
+(-13 (-1070) (-111 |#1| |#1|) (-10 -8 (-15 -1923 ((-1178 |#1|) $)) (-15 -2861 ($ (-1178 |#1|))) (-15 -2871 ((-112) $)) (-15 -1760 ((-783) $)) (-15 -1760 ((-783) $ (-783))) (-15 * ($ $ (-576))) (IF (|has| |#1| (-568)) (-6 (-568)) |%noBranch|)))
+((-1955 (((-112) $ $) NIL)) (-3272 (($) 8 T CONST)) (-2948 (($) 7 T CONST)) (-1392 (($ $ (-656 $)) 16)) (-4185 (((-1179) $) NIL)) (-3359 (($) 6 T CONST)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL) (($ (-1202)) 15) (((-1202) $) 10)) (-2960 (($) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-609) (-13 (-1121) (-502 (-1202)) (-10 -8 (-15 -3359 ($) -2666) (-15 -2948 ($) -2666) (-15 -3272 ($) -2666) (-15 -2960 ($) -2666) (-15 -1392 ($ $ (-656 $)))))) (T -609))
+((-3359 (*1 *1) (-5 *1 (-609))) (-2948 (*1 *1) (-5 *1 (-609))) (-3272 (*1 *1) (-5 *1 (-609))) (-2960 (*1 *1) (-5 *1 (-609))) (-1392 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-609))) (-5 *1 (-609)))))
+(-13 (-1121) (-502 (-1202)) (-10 -8 (-15 -3359 ($) -2666) (-15 -2948 ($) -2666) (-15 -3272 ($) -2666) (-15 -2960 ($) -2666) (-15 -1392 ($ $ (-656 $)))))
+((-2423 (((-613 |#2|) (-1 |#2| |#1|) (-613 |#1|)) 15)))
+(((-610 |#1| |#2|) (-10 -7 (-15 -2423 ((-613 |#2|) (-1 |#2| |#1|) (-613 |#1|)))) (-1238) (-1238)) (T -610))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-613 *5)) (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-613 *6)) (-5 *1 (-610 *5 *6)))))
+(-10 -7 (-15 -2423 ((-613 |#2|) (-1 |#2| |#1|) (-613 |#1|))))
+((-2423 (((-1178 |#3|) (-1 |#3| |#1| |#2|) (-613 |#1|) (-1178 |#2|)) 20) (((-1178 |#3|) (-1 |#3| |#1| |#2|) (-1178 |#1|) (-613 |#2|)) 19) (((-613 |#3|) (-1 |#3| |#1| |#2|) (-613 |#1|) (-613 |#2|)) 18)))
+(((-611 |#1| |#2| |#3|) (-10 -7 (-15 -2423 ((-613 |#3|) (-1 |#3| |#1| |#2|) (-613 |#1|) (-613 |#2|))) (-15 -2423 ((-1178 |#3|) (-1 |#3| |#1| |#2|) (-1178 |#1|) (-613 |#2|))) (-15 -2423 ((-1178 |#3|) (-1 |#3| |#1| |#2|) (-613 |#1|) (-1178 |#2|)))) (-1238) (-1238) (-1238)) (T -611))
+((-2423 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-613 *6)) (-5 *5 (-1178 *7)) (-4 *6 (-1238)) (-4 *7 (-1238)) (-4 *8 (-1238)) (-5 *2 (-1178 *8)) (-5 *1 (-611 *6 *7 *8)))) (-2423 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1178 *6)) (-5 *5 (-613 *7)) (-4 *6 (-1238)) (-4 *7 (-1238)) (-4 *8 (-1238)) (-5 *2 (-1178 *8)) (-5 *1 (-611 *6 *7 *8)))) (-2423 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-613 *6)) (-5 *5 (-613 *7)) (-4 *6 (-1238)) (-4 *7 (-1238)) (-4 *8 (-1238)) (-5 *2 (-613 *8)) (-5 *1 (-611 *6 *7 *8)))))
+(-10 -7 (-15 -2423 ((-613 |#3|) (-1 |#3| |#1| |#2|) (-613 |#1|) (-613 |#2|))) (-15 -2423 ((-1178 |#3|) (-1 |#3| |#1| |#2|) (-1178 |#1|) (-613 |#2|))) (-15 -2423 ((-1178 |#3|) (-1 |#3| |#1| |#2|) (-613 |#1|) (-1178 |#2|))))
+((-2437 ((|#3| |#3| (-656 (-624 |#3|)) (-656 (-1197))) 57)) (-2455 (((-171 |#2|) |#3|) 122)) (-2297 ((|#3| (-171 |#2|)) 46)) (-3101 ((|#2| |#3|) 21)) (-2994 ((|#3| |#2|) 35)))
+(((-612 |#1| |#2| |#3|) (-10 -7 (-15 -2297 (|#3| (-171 |#2|))) (-15 -3101 (|#2| |#3|)) (-15 -2994 (|#3| |#2|)) (-15 -2455 ((-171 |#2|) |#3|)) (-15 -2437 (|#3| |#3| (-656 (-624 |#3|)) (-656 (-1197))))) (-568) (-13 (-442 |#1|) (-1023) (-1223)) (-13 (-442 (-171 |#1|)) (-1023) (-1223))) (T -612))
+((-2437 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-656 (-624 *2))) (-5 *4 (-656 (-1197))) (-4 *2 (-13 (-442 (-171 *5)) (-1023) (-1223))) (-4 *5 (-568)) (-5 *1 (-612 *5 *6 *2)) (-4 *6 (-13 (-442 *5) (-1023) (-1223))))) (-2455 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-171 *5)) (-5 *1 (-612 *4 *5 *3)) (-4 *5 (-13 (-442 *4) (-1023) (-1223))) (-4 *3 (-13 (-442 (-171 *4)) (-1023) (-1223))))) (-2994 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *2 (-13 (-442 (-171 *4)) (-1023) (-1223))) (-5 *1 (-612 *4 *3 *2)) (-4 *3 (-13 (-442 *4) (-1023) (-1223))))) (-3101 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *2 (-13 (-442 *4) (-1023) (-1223))) (-5 *1 (-612 *4 *2 *3)) (-4 *3 (-13 (-442 (-171 *4)) (-1023) (-1223))))) (-2297 (*1 *2 *3) (-12 (-5 *3 (-171 *5)) (-4 *5 (-13 (-442 *4) (-1023) (-1223))) (-4 *4 (-568)) (-4 *2 (-13 (-442 (-171 *4)) (-1023) (-1223))) (-5 *1 (-612 *4 *5 *2)))))
+(-10 -7 (-15 -2297 (|#3| (-171 |#2|))) (-15 -3101 (|#2| |#3|)) (-15 -2994 (|#3| |#2|)) (-15 -2455 ((-171 |#2|) |#3|)) (-15 -2437 (|#3| |#3| (-656 (-624 |#3|)) (-656 (-1197)))))
+((-3604 (($ (-1 (-112) |#1|) $) 17)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-3526 (($ (-1 |#1| |#1|) |#1|) 9)) (-3578 (($ (-1 (-112) |#1|) $) 13)) (-3591 (($ (-1 (-112) |#1|) $) 15)) (-4125 (((-1178 |#1|) $) 18)) (-4114 (((-876) $) NIL)))
+(((-613 |#1|) (-13 (-625 (-876)) (-10 -8 (-15 -2423 ($ (-1 |#1| |#1|) $)) (-15 -3578 ($ (-1 (-112) |#1|) $)) (-15 -3591 ($ (-1 (-112) |#1|) $)) (-15 -3604 ($ (-1 (-112) |#1|) $)) (-15 -3526 ($ (-1 |#1| |#1|) |#1|)) (-15 -4125 ((-1178 |#1|) $)))) (-1238)) (T -613))
+((-2423 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1238)) (-5 *1 (-613 *3)))) (-3578 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1238)) (-5 *1 (-613 *3)))) (-3591 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1238)) (-5 *1 (-613 *3)))) (-3604 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1238)) (-5 *1 (-613 *3)))) (-3526 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1238)) (-5 *1 (-613 *3)))) (-4125 (*1 *2 *1) (-12 (-5 *2 (-1178 *3)) (-5 *1 (-613 *3)) (-4 *3 (-1238)))))
+(-13 (-625 (-876)) (-10 -8 (-15 -2423 ($ (-1 |#1| |#1|) $)) (-15 -3578 ($ (-1 (-112) |#1|) $)) (-15 -3591 ($ (-1 (-112) |#1|) $)) (-15 -3604 ($ (-1 (-112) |#1|) $)) (-15 -3526 ($ (-1 |#1| |#1|) |#1|)) (-15 -4125 ((-1178 |#1|) $))))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2152 (($ (-783)) NIL (|has| |#1| (-23)))) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-2033 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-862)))) (-2218 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4465))) (($ $) NIL (-12 (|has| $ (-6 -4465)) (|has| |#1| (-862))))) (-2380 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-862)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) NIL (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-1370 (($ $) NIL (|has| $ (-6 -4465)))) (-4204 (($ $) NIL)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2824 (($ |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4464)))) (-1908 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) NIL)) (-3539 (((-576) (-1 (-112) |#1|) $) NIL) (((-576) |#1| $) NIL (|has| |#1| (-1121))) (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1121)))) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-1663 (((-701 |#1|) $ $) NIL (|has| |#1| (-1070)))) (-1988 (($ (-783) |#1|) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) NIL (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| |#1| (-862)))) (-3181 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-862)))) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4007 ((|#1| $) NIL (-12 (|has| |#1| (-1023)) (|has| |#1| (-1070))))) (-4002 (((-112) $ (-783)) NIL)) (-3108 ((|#1| $) NIL (-12 (|has| |#1| (-1023)) (|has| |#1| (-1070))))) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3386 (($ |#1| $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-1753 ((|#1| $) NIL (|has| (-576) (-862)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3140 (($ $ |#1|) NIL (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#1| $ (-576) |#1|) NIL) ((|#1| $ (-576)) NIL) (($ $ (-1255 (-576))) NIL)) (-2429 ((|#1| $ $) NIL (|has| |#1| (-1070)))) (-2335 (($ $ (-576)) NIL) (($ $ (-1255 (-576))) NIL)) (-3396 (($ $ $) NIL (|has| |#1| (-1070)))) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3796 (($ $ $ (-576)) NIL (|has| $ (-6 -4465)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) NIL)) (-2767 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-656 $)) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3985 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3962 (((-112) $ $) NIL (|has| |#1| (-862)))) (-4037 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-4027 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-576) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-738))) (($ $ |#1|) NIL (|has| |#1| (-738)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-614 |#1| |#2|) (-1286 |#1|) (-1238) (-576)) (T -614))
+NIL
+(-1286 |#1|)
+((-1758 (((-1293) $ |#2| |#2|) 35)) (-3176 ((|#2| $) 23)) (-2316 ((|#2| $) 21)) (-1896 (($ (-1 |#3| |#3|) $) 32)) (-2423 (($ (-1 |#3| |#3|) $) 30)) (-1753 ((|#3| $) 26)) (-3140 (($ $ |#3|) 33)) (-2408 (((-112) |#3| $) 17)) (-3700 (((-656 |#3|) $) 15)) (-4369 ((|#3| $ |#2| |#3|) 12) ((|#3| $ |#2|) NIL)))
+(((-615 |#1| |#2| |#3|) (-10 -8 (-15 -1758 ((-1293) |#1| |#2| |#2|)) (-15 -3140 (|#1| |#1| |#3|)) (-15 -1753 (|#3| |#1|)) (-15 -3176 (|#2| |#1|)) (-15 -2316 (|#2| |#1|)) (-15 -2408 ((-112) |#3| |#1|)) (-15 -3700 ((-656 |#3|) |#1|)) (-15 -4369 (|#3| |#1| |#2|)) (-15 -4369 (|#3| |#1| |#2| |#3|)) (-15 -1896 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2423 (|#1| (-1 |#3| |#3|) |#1|))) (-616 |#2| |#3|) (-1121) (-1238)) (T -615))
+NIL
+(-10 -8 (-15 -1758 ((-1293) |#1| |#2| |#2|)) (-15 -3140 (|#1| |#1| |#3|)) (-15 -1753 (|#3| |#1|)) (-15 -3176 (|#2| |#1|)) (-15 -2316 (|#2| |#1|)) (-15 -2408 ((-112) |#3| |#1|)) (-15 -3700 ((-656 |#3|) |#1|)) (-15 -4369 (|#3| |#1| |#2|)) (-15 -4369 (|#3| |#1| |#2| |#3|)) (-15 -1896 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2423 (|#1| (-1 |#3| |#3|) |#1|)))
+((-1955 (((-112) $ $) 20 (|has| |#2| (-102)))) (-1758 (((-1293) $ |#1| |#1|) 41 (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) 8)) (-4268 ((|#2| $ |#1| |#2|) 53 (|has| $ (-6 -4465)))) (-3853 (($) 7 T CONST)) (-1908 ((|#2| $ |#1| |#2|) 54 (|has| $ (-6 -4465)))) (-3721 ((|#2| $ |#1|) 52)) (-3722 (((-656 |#2|) $) 31 (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) 9)) (-3176 ((|#1| $) 44 (|has| |#1| (-862)))) (-4302 (((-656 |#2|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#2| $) 28 (-12 (|has| |#2| (-1121)) (|has| $ (-6 -4464))))) (-2316 ((|#1| $) 45 (|has| |#1| (-862)))) (-1896 (($ (-1 |#2| |#2|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#2| |#2|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22 (|has| |#2| (-1121)))) (-4402 (((-656 |#1|) $) 47)) (-1505 (((-112) |#1| $) 48)) (-3117 (((-1141) $) 21 (|has| |#2| (-1121)))) (-1753 ((|#2| $) 43 (|has| |#1| (-862)))) (-3140 (($ $ |#2|) 42 (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#2|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#2|))) 27 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-304 |#2|)) 26 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ |#2| |#2|) 25 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 |#2|) (-656 |#2|)) 24 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))) (-2587 (((-112) $ $) 14)) (-2408 (((-112) |#2| $) 46 (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-3700 (((-656 |#2|) $) 49)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#2| $ |#1| |#2|) 51) ((|#2| $ |#1|) 50)) (-3131 (((-783) (-1 (-112) |#2|) $) 32 (|has| $ (-6 -4464))) (((-783) |#2| $) 29 (-12 (|has| |#2| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-4114 (((-876) $) 18 (|has| |#2| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#2| (-1121)))) (-1746 (((-112) (-1 (-112) |#2|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#2| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-616 |#1| |#2|) (-141) (-1121) (-1238)) (T -616))
+((-3700 (*1 *2 *1) (-12 (-4 *1 (-616 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1238)) (-5 *2 (-656 *4)))) (-1505 (*1 *2 *3 *1) (-12 (-4 *1 (-616 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1238)) (-5 *2 (-112)))) (-4402 (*1 *2 *1) (-12 (-4 *1 (-616 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1238)) (-5 *2 (-656 *3)))) (-2408 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4464)) (-4 *1 (-616 *4 *3)) (-4 *4 (-1121)) (-4 *3 (-1238)) (-4 *3 (-1121)) (-5 *2 (-112)))) (-2316 (*1 *2 *1) (-12 (-4 *1 (-616 *2 *3)) (-4 *3 (-1238)) (-4 *2 (-1121)) (-4 *2 (-862)))) (-3176 (*1 *2 *1) (-12 (-4 *1 (-616 *2 *3)) (-4 *3 (-1238)) (-4 *2 (-1121)) (-4 *2 (-862)))) (-1753 (*1 *2 *1) (-12 (-4 *1 (-616 *3 *2)) (-4 *3 (-1121)) (-4 *3 (-862)) (-4 *2 (-1238)))) (-3140 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-616 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1238)))) (-1758 (*1 *2 *1 *3 *3) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-616 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1238)) (-5 *2 (-1293)))))
+(-13 (-501 |t#2|) (-298 |t#1| |t#2|) (-10 -8 (-15 -3700 ((-656 |t#2|) $)) (-15 -1505 ((-112) |t#1| $)) (-15 -4402 ((-656 |t#1|) $)) (IF (|has| |t#2| (-1121)) (IF (|has| $ (-6 -4464)) (-15 -2408 ((-112) |t#2| $)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-862)) (PROGN (-15 -2316 (|t#1| $)) (-15 -3176 (|t#1| $)) (-15 -1753 (|t#2| $))) |%noBranch|) (IF (|has| $ (-6 -4465)) (PROGN (-15 -3140 ($ $ |t#2|)) (-15 -1758 ((-1293) $ |t#1| |t#1|))) |%noBranch|)))
+(((-34) . T) ((-102) -3795 (|has| |#2| (-1121)) (|has| |#2| (-102))) ((-625 (-876)) -3795 (|has| |#2| (-1121)) (|has| |#2| (-625 (-876)))) ((-296 |#1| |#2|) . T) ((-298 |#1| |#2|) . T) ((-319 |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) ((-501 |#2|) . T) ((-526 |#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) ((-1121) |has| |#2| (-1121)) ((-1238) . T))
+((-4114 (((-876) $) 19) (($ (-130)) 13) (((-130) $) 14)))
+(((-617) (-13 (-625 (-876)) (-502 (-130)))) (T -617))
+NIL
+(-13 (-625 (-876)) (-502 (-130)))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL) (($ (-1202)) NIL) (((-1202) $) NIL) (((-1237) $) 14) (($ (-656 (-1237))) 13)) (-4024 (((-656 (-1237)) $) 10)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-618) (-13 (-1104) (-625 (-1237)) (-10 -8 (-15 -4114 ($ (-656 (-1237)))) (-15 -4024 ((-656 (-1237)) $))))) (T -618))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-656 (-1237))) (-5 *1 (-618)))) (-4024 (*1 *2 *1) (-12 (-5 *2 (-656 (-1237))) (-5 *1 (-618)))))
+(-13 (-1104) (-625 (-1237)) (-10 -8 (-15 -4114 ($ (-656 (-1237)))) (-15 -4024 ((-656 (-1237)) $))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-4352 (((-3 $ "failed")) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4235 (((-1288 (-701 |#1|))) NIL (|has| |#2| (-429 |#1|))) (((-1288 (-701 |#1|)) (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-1667 (((-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-3853 (($) NIL T CONST)) (-1568 (((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed")) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-4398 (((-3 $ "failed")) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3998 (((-701 |#1|)) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-1557 ((|#1| $) NIL (|has| |#2| (-378 |#1|)))) (-3726 (((-701 |#1|) $) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) $ (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-2783 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3301 (((-1193 (-971 |#1|))) NIL (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-374))))) (-3679 (($ $ (-940)) NIL)) (-4309 ((|#1| $) NIL (|has| |#2| (-378 |#1|)))) (-4163 (((-1193 |#1|) $) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3779 ((|#1|) NIL (|has| |#2| (-429 |#1|))) ((|#1| (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-4098 (((-1193 |#1|) $) NIL (|has| |#2| (-378 |#1|)))) (-3782 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-3093 (($ (-1288 |#1|)) NIL (|has| |#2| (-429 |#1|))) (($ (-1288 |#1|) (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-2413 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-4136 (((-940)) NIL (|has| |#2| (-378 |#1|)))) (-1493 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-3228 (($ $ (-940)) NIL)) (-4016 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2352 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2028 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-1711 (((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed")) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3344 (((-3 $ "failed")) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3746 (((-701 |#1|)) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-3167 ((|#1| $) NIL (|has| |#2| (-378 |#1|)))) (-2697 (((-701 |#1|) $) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) $ (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-3191 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-2639 (((-1193 (-971 |#1|))) NIL (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-374))))) (-3171 (($ $ (-940)) NIL)) (-3233 ((|#1| $) NIL (|has| |#2| (-378 |#1|)))) (-3682 (((-1193 |#1|) $) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-4396 ((|#1|) NIL (|has| |#2| (-429 |#1|))) ((|#1| (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-4120 (((-1193 |#1|) $) NIL (|has| |#2| (-378 |#1|)))) (-3668 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-4185 (((-1179) $) NIL)) (-3601 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2018 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2798 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-3117 (((-1141) $) NIL)) (-2022 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-4369 ((|#1| $ (-576)) NIL (|has| |#2| (-429 |#1|)))) (-3219 (((-701 |#1|) (-1288 $)) NIL (|has| |#2| (-429 |#1|))) (((-1288 |#1|) $) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) (-1288 $) (-1288 $)) NIL (|has| |#2| (-378 |#1|))) (((-1288 |#1|) $ (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-1554 (($ (-1288 |#1|)) NIL (|has| |#2| (-429 |#1|))) (((-1288 |#1|) $) NIL (|has| |#2| (-429 |#1|)))) (-2189 (((-656 (-971 |#1|))) NIL (|has| |#2| (-429 |#1|))) (((-656 (-971 |#1|)) (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-3595 (($ $ $) NIL)) (-3954 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-4114 (((-876) $) NIL) ((|#2| $) 21) (($ |#2|) 22)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) NIL (|has| |#2| (-429 |#1|)))) (-2136 (((-656 (-1288 |#1|))) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-2781 (($ $ $ $) NIL)) (-3174 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2653 (($ (-701 |#1|) $) NIL (|has| |#2| (-429 |#1|)))) (-1800 (($ $ $) NIL)) (-3590 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2112 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2000 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-4312 (($) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) 24)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 20) (($ $ |#1|) 19) (($ |#1| $) NIL)))
+(((-619 |#1| |#2|) (-13 (-756 |#1|) (-625 |#2|) (-10 -8 (-15 -4114 ($ |#2|)) (IF (|has| |#2| (-429 |#1|)) (-6 (-429 |#1|)) |%noBranch|) (IF (|has| |#2| (-378 |#1|)) (-6 (-378 |#1|)) |%noBranch|))) (-174) (-756 |#1|)) (T -619))
+((-4114 (*1 *1 *2) (-12 (-4 *3 (-174)) (-5 *1 (-619 *3 *2)) (-4 *2 (-756 *3)))))
+(-13 (-756 |#1|) (-625 |#2|) (-10 -8 (-15 -4114 ($ |#2|)) (IF (|has| |#2| (-429 |#1|)) (-6 (-429 |#1|)) |%noBranch|) (IF (|has| |#2| (-378 |#1|)) (-6 (-378 |#1|)) |%noBranch|)))
+((-1955 (((-112) $ $) NIL)) (-2693 (((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) $ (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) 39)) (-1975 (($ (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) NIL) (($) NIL)) (-1758 (((-1293) $ (-1179) (-1179)) NIL (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 ((|#1| $ (-1179) |#1|) 49)) (-2250 (($ (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464)))) (-2049 (((-3 |#1| "failed") (-1179) $) 52)) (-3853 (($) NIL T CONST)) (-3486 (($ $ (-1179)) 25)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121))))) (-1678 (((-3 |#1| "failed") (-1179) $) 53) (($ (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464))) (($ (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) $) NIL (|has| $ (-6 -4464)))) (-2824 (($ (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464))) (($ (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121))))) (-2722 (((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464))) (((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $ (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) NIL (|has| $ (-6 -4464))) (((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $ (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121))))) (-3670 (((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) $) 38)) (-1908 ((|#1| $ (-1179) |#1|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-1179)) NIL)) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464))) (((-656 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464)))) (-4111 (($ $) 54)) (-3823 (($ (-400)) 23) (($ (-400) (-1179)) 22)) (-4149 (((-400) $) 40)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-1179) $) NIL (|has| (-1179) (-862)))) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464))) (((-656 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) (((-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121))))) (-2316 (((-1179) $) NIL (|has| (-1179) (-862)))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465))) (($ (-1 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL)) (-2353 (((-656 (-1179)) $) 45)) (-3367 (((-112) (-1179) $) NIL)) (-3038 (((-1179) $) 41)) (-4306 (((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) $) NIL)) (-3846 (($ (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) $) NIL)) (-4402 (((-656 (-1179)) $) NIL)) (-1505 (((-112) (-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1753 ((|#1| $) NIL (|has| (-1179) (-862)))) (-2922 (((-3 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) "failed") (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL)) (-3140 (($ $ |#1|) NIL (|has| $ (-6 -4465)))) (-1470 (((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) $) NIL)) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) NIL (-12 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121)))) (($ $ (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) NIL (-12 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121)))) (($ $ (-304 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) NIL (-12 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121)))) (($ $ (-656 (-304 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))))) NIL (-12 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) 43)) (-4369 ((|#1| $ (-1179) |#1|) NIL) ((|#1| $ (-1179)) 48)) (-1455 (($ (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) NIL) (($) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) (((-783) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121)))) (((-783) (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-626 (-548))))) (-4125 (($ (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) NIL)) (-4114 (((-876) $) 21)) (-1675 (($ $) 26)) (-3000 (((-112) $ $) NIL)) (-3356 (($ (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) NIL)) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 20)) (-1968 (((-783) $) 47 (|has| $ (-6 -4464)))))
+(((-620 |#1|) (-13 (-375 (-400) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) (-1214 (-1179) |#1|) (-10 -8 (-6 -4464) (-15 -4111 ($ $)))) (-1121)) (T -620))
+((-4111 (*1 *1 *1) (-12 (-5 *1 (-620 *2)) (-4 *2 (-1121)))))
+(-13 (-375 (-400) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) (-1214 (-1179) |#1|) (-10 -8 (-6 -4464) (-15 -4111 ($ $))))
+((-4029 (((-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) $) 16)) (-2353 (((-656 |#2|) $) 20)) (-3367 (((-112) |#2| $) 12)))
+(((-621 |#1| |#2| |#3|) (-10 -8 (-15 -2353 ((-656 |#2|) |#1|)) (-15 -3367 ((-112) |#2| |#1|)) (-15 -4029 ((-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) |#1|))) (-622 |#2| |#3|) (-1121) (-1121)) (T -621))
+NIL
+(-10 -8 (-15 -2353 ((-656 |#2|) |#1|)) (-15 -3367 ((-112) |#2| |#1|)) (-15 -4029 ((-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) |#1|)))
+((-1955 (((-112) $ $) 20 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)))) (-1951 (((-112) $ (-783)) 8)) (-2250 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 46 (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 56 (|has| $ (-6 -4464)))) (-2049 (((-3 |#2| "failed") |#1| $) 62)) (-3853 (($) 7 T CONST)) (-2741 (($ $) 59 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464))))) (-1678 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 48 (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 47 (|has| $ (-6 -4464))) (((-3 |#2| "failed") |#1| $) 63)) (-2824 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 58 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 55 (|has| $ (-6 -4464)))) (-2722 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 57 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464)))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 54 (|has| $ (-6 -4464))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 53 (|has| $ (-6 -4464)))) (-3722 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 31 (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) 9)) (-4302 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (-2353 (((-656 |#1|) $) 64)) (-3367 (((-112) |#1| $) 65)) (-4306 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 40)) (-3846 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 41)) (-3117 (((-1141) $) 21 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (-2922 (((-3 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) "failed") (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 52)) (-1470 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 42)) (-3484 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))))) 27 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 26 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 25 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 24 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-1455 (($) 50) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 49)) (-3131 (((-783) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 32 (|has| $ (-6 -4464))) (((-783) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 29 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-1554 (((-548) $) 60 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-626 (-548))))) (-4125 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 51)) (-4114 (((-876) $) 18 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (-3356 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 43)) (-1746 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-622 |#1| |#2|) (-141) (-1121) (-1121)) (T -622))
+((-3367 (*1 *2 *3 *1) (-12 (-4 *1 (-622 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-5 *2 (-112)))) (-2353 (*1 *2 *1) (-12 (-4 *1 (-622 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-5 *2 (-656 *3)))) (-1678 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-622 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1121)))) (-2049 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-622 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1121)))))
+(-13 (-231 (-2 (|:| -2240 |t#1|) (|:| -2904 |t#2|))) (-10 -8 (-15 -3367 ((-112) |t#1| $)) (-15 -2353 ((-656 |t#1|) $)) (-15 -1678 ((-3 |t#2| "failed") |t#1| $)) (-15 -2049 ((-3 |t#2| "failed") |t#1| $))))
+(((-34) . T) ((-107 #0=(-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T) ((-102) -3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102))) ((-625 (-876)) -3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-625 (-876)))) ((-152 #0#) . T) ((-626 (-548)) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-626 (-548))) ((-231 #0#) . T) ((-240 #0#) . T) ((-319 #0#) -12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))) ((-501 #0#) . T) ((-526 #0# #0#) -12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))) ((-1121) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) ((-1238) . T))
+((-3585 (((-624 |#2|) |#1|) 17)) (-3854 (((-3 |#1| "failed") (-624 |#2|)) 21)))
+(((-623 |#1| |#2|) (-10 -7 (-15 -3585 ((-624 |#2|) |#1|)) (-15 -3854 ((-3 |#1| "failed") (-624 |#2|)))) (-1121) (-1121)) (T -623))
+((-3854 (*1 *2 *3) (|partial| -12 (-5 *3 (-624 *4)) (-4 *4 (-1121)) (-4 *2 (-1121)) (-5 *1 (-623 *2 *4)))) (-3585 (*1 *2 *3) (-12 (-5 *2 (-624 *4)) (-5 *1 (-623 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121)))))
+(-10 -7 (-15 -3585 ((-624 |#2|) |#1|)) (-15 -3854 ((-3 |#1| "failed") (-624 |#2|))))
+((-1955 (((-112) $ $) NIL)) (-1523 (((-3 (-1197) "failed") $) 46)) (-4248 (((-1293) $ (-783)) 22)) (-3539 (((-783) $) 20)) (-1401 (((-115) $) 9)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-4185 (((-1179) $) NIL)) (-2772 (($ (-115) (-656 |#1|) (-783)) 32) (($ (-1197)) 33)) (-1436 (((-112) $ (-115)) 15) (((-112) $ (-1197)) 13)) (-2954 (((-783) $) 17)) (-3117 (((-1141) $) NIL)) (-1554 (((-907 (-576)) $) 95 (|has| |#1| (-626 (-907 (-576))))) (((-907 (-390)) $) 102 (|has| |#1| (-626 (-907 (-390))))) (((-548) $) 88 (|has| |#1| (-626 (-548))))) (-4114 (((-876) $) 72)) (-3000 (((-112) $ $) NIL)) (-3366 (((-656 |#1|) $) 19)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 51)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 53)))
+(((-624 |#1|) (-13 (-133) (-862) (-899 |#1|) (-10 -8 (-15 -1401 ((-115) $)) (-15 -3366 ((-656 |#1|) $)) (-15 -2954 ((-783) $)) (-15 -2772 ($ (-115) (-656 |#1|) (-783))) (-15 -2772 ($ (-1197))) (-15 -1523 ((-3 (-1197) "failed") $)) (-15 -1436 ((-112) $ (-115))) (-15 -1436 ((-112) $ (-1197))) (IF (|has| |#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|))) (-1121)) (T -624))
+((-1401 (*1 *2 *1) (-12 (-5 *2 (-115)) (-5 *1 (-624 *3)) (-4 *3 (-1121)))) (-3366 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-624 *3)) (-4 *3 (-1121)))) (-2954 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-624 *3)) (-4 *3 (-1121)))) (-2772 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-115)) (-5 *3 (-656 *5)) (-5 *4 (-783)) (-4 *5 (-1121)) (-5 *1 (-624 *5)))) (-2772 (*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-624 *3)) (-4 *3 (-1121)))) (-1523 (*1 *2 *1) (|partial| -12 (-5 *2 (-1197)) (-5 *1 (-624 *3)) (-4 *3 (-1121)))) (-1436 (*1 *2 *1 *3) (-12 (-5 *3 (-115)) (-5 *2 (-112)) (-5 *1 (-624 *4)) (-4 *4 (-1121)))) (-1436 (*1 *2 *1 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-112)) (-5 *1 (-624 *4)) (-4 *4 (-1121)))))
+(-13 (-133) (-862) (-899 |#1|) (-10 -8 (-15 -1401 ((-115) $)) (-15 -3366 ((-656 |#1|) $)) (-15 -2954 ((-783) $)) (-15 -2772 ($ (-115) (-656 |#1|) (-783))) (-15 -2772 ($ (-1197))) (-15 -1523 ((-3 (-1197) "failed") $)) (-15 -1436 ((-112) $ (-115))) (-15 -1436 ((-112) $ (-1197))) (IF (|has| |#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|)))
+((-4114 ((|#1| $) 6)))
+(((-625 |#1|) (-141) (-1238)) (T -625))
+((-4114 (*1 *2 *1) (-12 (-4 *1 (-625 *2)) (-4 *2 (-1238)))))
+(-13 (-10 -8 (-15 -4114 (|t#1| $))))
+((-1554 ((|#1| $) 6)))
+(((-626 |#1|) (-141) (-1238)) (T -626))
+((-1554 (*1 *2 *1) (-12 (-4 *1 (-626 *2)) (-4 *2 (-1238)))))
+(-13 (-10 -8 (-15 -1554 (|t#1| $))))
+((-2188 (((-3 (-1193 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|) (-1 (-430 |#2|) |#2|)) 15) (((-3 (-1193 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|)) 16)))
+(((-627 |#1| |#2|) (-10 -7 (-15 -2188 ((-3 (-1193 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|))) (-15 -2188 ((-3 (-1193 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|) (-1 (-430 |#2|) |#2|)))) (-13 (-148) (-27) (-1059 (-576)) (-1059 (-419 (-576)))) (-1264 |#1|)) (T -627))
+((-2188 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 (-430 *6) *6)) (-4 *6 (-1264 *5)) (-4 *5 (-13 (-148) (-27) (-1059 (-576)) (-1059 (-419 (-576))))) (-5 *2 (-1193 (-419 *6))) (-5 *1 (-627 *5 *6)) (-5 *3 (-419 *6)))) (-2188 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-148) (-27) (-1059 (-576)) (-1059 (-419 (-576))))) (-4 *5 (-1264 *4)) (-5 *2 (-1193 (-419 *5))) (-5 *1 (-627 *4 *5)) (-5 *3 (-419 *5)))))
+(-10 -7 (-15 -2188 ((-3 (-1193 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|))) (-15 -2188 ((-3 (-1193 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|) (-1 (-430 |#2|) |#2|))))
+((-4114 (($ |#1|) 6)))
+(((-628 |#1|) (-141) (-1238)) (T -628))
+((-4114 (*1 *1 *2) (-12 (-4 *1 (-628 *2)) (-4 *2 (-1238)))))
+(-13 (-10 -8 (-15 -4114 ($ |t#1|))))
+((-1955 (((-112) $ $) NIL)) (-3050 (($) 14 T CONST)) (-4326 (($) 15 T CONST)) (-2324 (($ $ $) 29)) (-2300 (($ $) 27)) (-4185 (((-1179) $) NIL)) (-3389 (($ $ $) 30)) (-3117 (((-1141) $) NIL)) (-3130 (($) 11 T CONST)) (-4059 (($ $ $) 31)) (-4114 (((-876) $) 35)) (-4305 (((-112) $ (|[\|\|]| -3130)) 24) (((-112) $ (|[\|\|]| -3050)) 26) (((-112) $ (|[\|\|]| -4326)) 21)) (-3000 (((-112) $ $) NIL)) (-2311 (($ $ $) 28)) (-3939 (((-112) $ $) 18)))
+(((-629) (-13 (-988) (-10 -8 (-15 -3050 ($) -2666) (-15 -4305 ((-112) $ (|[\|\|]| -3130))) (-15 -4305 ((-112) $ (|[\|\|]| -3050))) (-15 -4305 ((-112) $ (|[\|\|]| -4326)))))) (T -629))
+((-3050 (*1 *1) (-5 *1 (-629))) (-4305 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -3130)) (-5 *2 (-112)) (-5 *1 (-629)))) (-4305 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -3050)) (-5 *2 (-112)) (-5 *1 (-629)))) (-4305 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -4326)) (-5 *2 (-112)) (-5 *1 (-629)))))
+(-13 (-988) (-10 -8 (-15 -3050 ($) -2666) (-15 -4305 ((-112) $ (|[\|\|]| -3130))) (-15 -4305 ((-112) $ (|[\|\|]| -3050))) (-15 -4305 ((-112) $ (|[\|\|]| -4326)))))
+((-1554 (($ |#1|) 6)))
+(((-630 |#1|) (-141) (-1238)) (T -630))
+((-1554 (*1 *1 *2) (-12 (-4 *1 (-630 *2)) (-4 *2 (-1238)))))
+(-13 (-10 -8 (-15 -1554 ($ |t#1|))))
+((-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#2|) 10)))
+(((-631 |#1| |#2|) (-10 -8 (-15 -4114 (|#1| |#2|)) (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|))) (-632 |#2|) (-1070)) (T -631))
+NIL
+(-10 -8 (-15 -4114 (|#1| |#2|)) (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-3315 (((-112) $) 35)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 41)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ |#1| $) 42)))
+(((-632 |#1|) (-141) (-1070)) (T -632))
+((-4114 (*1 *1 *2) (-12 (-4 *1 (-632 *2)) (-4 *2 (-1070)))))
+(-13 (-1070) (-660 |t#1|) (-10 -8 (-15 -4114 ($ |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-738) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-4018 (((-576) $) NIL (|has| |#1| (-860)))) (-3853 (($) NIL T CONST)) (-2413 (((-3 $ "failed") $) NIL)) (-2907 (((-112) $) NIL (|has| |#1| (-860)))) (-3315 (((-112) $) NIL)) (-2687 ((|#1| $) 13)) (-2569 (((-112) $) NIL (|has| |#1| (-860)))) (-2905 (($ $ $) NIL (|has| |#1| (-860)))) (-2163 (($ $ $) NIL (|has| |#1| (-860)))) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2698 ((|#3| $) 15)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#2|) NIL)) (-2864 (((-783)) 20 T CONST)) (-3000 (((-112) $ $) NIL)) (-2679 (($ $) NIL (|has| |#1| (-860)))) (-4312 (($) NIL T CONST)) (-4322 (($) 12 T CONST)) (-3995 (((-112) $ $) NIL (|has| |#1| (-860)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-860)))) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL (|has| |#1| (-860)))) (-3962 (((-112) $ $) NIL (|has| |#1| (-860)))) (-4047 (($ $ |#3|) NIL) (($ |#1| |#3|) 11)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 17) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-633 |#1| |#2| |#3|) (-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-860)) (-6 (-860)) |%noBranch|) (-15 -4047 ($ $ |#3|)) (-15 -4047 ($ |#1| |#3|)) (-15 -2687 (|#1| $)) (-15 -2698 (|#3| $)))) (-38 |#2|) (-174) (|SubsetCategory| (-738) |#2|)) (T -633))
+((-4047 (*1 *1 *1 *2) (-12 (-4 *4 (-174)) (-5 *1 (-633 *3 *4 *2)) (-4 *3 (-38 *4)) (-4 *2 (|SubsetCategory| (-738) *4)))) (-4047 (*1 *1 *2 *3) (-12 (-4 *4 (-174)) (-5 *1 (-633 *2 *4 *3)) (-4 *2 (-38 *4)) (-4 *3 (|SubsetCategory| (-738) *4)))) (-2687 (*1 *2 *1) (-12 (-4 *3 (-174)) (-4 *2 (-38 *3)) (-5 *1 (-633 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-738) *3)))) (-2698 (*1 *2 *1) (-12 (-4 *4 (-174)) (-4 *2 (|SubsetCategory| (-738) *4)) (-5 *1 (-633 *3 *4 *2)) (-4 *3 (-38 *4)))))
+(-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-860)) (-6 (-860)) |%noBranch|) (-15 -4047 ($ $ |#3|)) (-15 -4047 ($ |#1| |#3|)) (-15 -2687 (|#1| $)) (-15 -2698 (|#3| $))))
+((-3430 ((|#2| |#2| (-1197) (-1197)) 16)))
+(((-634 |#1| |#2|) (-10 -7 (-15 -3430 (|#2| |#2| (-1197) (-1197)))) (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))) (-13 (-1223) (-978) (-29 |#1|))) (T -634))
+((-3430 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-634 *4 *2)) (-4 *2 (-13 (-1223) (-978) (-29 *4))))))
+(-10 -7 (-15 -3430 (|#2| |#2| (-1197) (-1197))))
+((-1955 (((-112) $ $) 64)) (-2604 (((-112) $) 58)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-1798 ((|#1| $) 55)) (-2583 (((-3 $ "failed") $ $) NIL)) (-4064 (((-112) $ $) NIL (|has| |#1| (-374)))) (-1387 (((-2 (|:| -2505 $) (|:| -3976 (-419 |#2|))) (-419 |#2|)) 111 (|has| |#1| (-374)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) 99) (((-3 |#2| "failed") $) 95)) (-2318 (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) NIL) ((|#2| $) NIL)) (-1892 (($ $ $) NIL (|has| |#1| (-374)))) (-3310 (($ $) 27)) (-2413 (((-3 $ "failed") $) 88)) (-1905 (($ $ $) NIL (|has| |#1| (-374)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-1760 (((-576) $) 22)) (-3315 (((-112) $) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3649 (((-112) $) 40)) (-1562 (($ |#1| (-576)) 24)) (-1708 ((|#1| $) 57)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-374)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) 101 (|has| |#1| (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 116 (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-1943 (((-3 $ "failed") $ $) 93)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3199 (((-783) $) 115 (|has| |#1| (-374)))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 114 (|has| |#1| (-374)))) (-4107 (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1 |#2| |#2|)) 75) (($ $) NIL (|has| |#2| (-237))) (($ $ (-783)) NIL (|has| |#2| (-237))) (($ $ (-1197)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#2| (-919 (-1197))))) (-2786 (((-576) $) 38)) (-1554 (((-419 |#2|) $) 47)) (-4114 (((-876) $) 69) (($ (-576)) 35) (($ $) NIL) (($ (-419 (-576))) NIL (|has| |#1| (-1059 (-419 (-576))))) (($ |#1|) 34) (($ |#2|) 25)) (-1341 ((|#1| $ (-576)) 72)) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-4312 (($) 9 T CONST)) (-4322 (($) 14 T CONST)) (-3157 (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $) NIL (|has| |#2| (-237))) (($ $ (-783)) NIL (|has| |#2| (-237))) (($ $ (-1197)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#2| (-919 (-1197))))) (-3939 (((-112) $ $) 21)) (-4037 (($ $) 51) (($ $ $) NIL)) (-4027 (($ $ $) 90)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 29) (($ $ $) 49)))
+(((-635 |#1| |#2|) (-13 (-232 |#2|) (-568) (-626 (-419 |#2|)) (-423 |#1|) (-1059 |#2|) (-10 -8 (-15 -3649 ((-112) $)) (-15 -2786 ((-576) $)) (-15 -1760 ((-576) $)) (-15 -3310 ($ $)) (-15 -1708 (|#1| $)) (-15 -1798 (|#1| $)) (-15 -1341 (|#1| $ (-576))) (-15 -1562 ($ |#1| (-576))) (IF (|has| |#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-6 (-317)) (-15 -1387 ((-2 (|:| -2505 $) (|:| -3976 (-419 |#2|))) (-419 |#2|)))) |%noBranch|))) (-568) (-1264 |#1|)) (T -635))
+((-3649 (*1 *2 *1) (-12 (-4 *3 (-568)) (-5 *2 (-112)) (-5 *1 (-635 *3 *4)) (-4 *4 (-1264 *3)))) (-2786 (*1 *2 *1) (-12 (-4 *3 (-568)) (-5 *2 (-576)) (-5 *1 (-635 *3 *4)) (-4 *4 (-1264 *3)))) (-1760 (*1 *2 *1) (-12 (-4 *3 (-568)) (-5 *2 (-576)) (-5 *1 (-635 *3 *4)) (-4 *4 (-1264 *3)))) (-3310 (*1 *1 *1) (-12 (-4 *2 (-568)) (-5 *1 (-635 *2 *3)) (-4 *3 (-1264 *2)))) (-1708 (*1 *2 *1) (-12 (-4 *2 (-568)) (-5 *1 (-635 *2 *3)) (-4 *3 (-1264 *2)))) (-1798 (*1 *2 *1) (-12 (-4 *2 (-568)) (-5 *1 (-635 *2 *3)) (-4 *3 (-1264 *2)))) (-1341 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *2 (-568)) (-5 *1 (-635 *2 *4)) (-4 *4 (-1264 *2)))) (-1562 (*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-4 *2 (-568)) (-5 *1 (-635 *2 *4)) (-4 *4 (-1264 *2)))) (-1387 (*1 *2 *3) (-12 (-4 *4 (-374)) (-4 *4 (-568)) (-4 *5 (-1264 *4)) (-5 *2 (-2 (|:| -2505 (-635 *4 *5)) (|:| -3976 (-419 *5)))) (-5 *1 (-635 *4 *5)) (-5 *3 (-419 *5)))))
+(-13 (-232 |#2|) (-568) (-626 (-419 |#2|)) (-423 |#1|) (-1059 |#2|) (-10 -8 (-15 -3649 ((-112) $)) (-15 -2786 ((-576) $)) (-15 -1760 ((-576) $)) (-15 -3310 ($ $)) (-15 -1708 (|#1| $)) (-15 -1798 (|#1| $)) (-15 -1341 (|#1| $ (-576))) (-15 -1562 ($ |#1| (-576))) (IF (|has| |#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-6 (-317)) (-15 -1387 ((-2 (|:| -2505 $) (|:| -3976 (-419 |#2|))) (-419 |#2|)))) |%noBranch|)))
+((-3769 (((-656 |#6|) (-656 |#4|) (-112)) 54)) (-3069 ((|#6| |#6|) 48)))
+(((-636 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3069 (|#6| |#6|)) (-15 -3769 ((-656 |#6|) (-656 |#4|) (-112)))) (-464) (-805) (-862) (-1086 |#1| |#2| |#3|) (-1092 |#1| |#2| |#3| |#4|) (-1130 |#1| |#2| |#3| |#4|)) (T -636))
+((-3769 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 *10)) (-5 *1 (-636 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1092 *5 *6 *7 *8)) (-4 *10 (-1130 *5 *6 *7 *8)))) (-3069 (*1 *2 *2) (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *1 (-636 *3 *4 *5 *6 *7 *2)) (-4 *7 (-1092 *3 *4 *5 *6)) (-4 *2 (-1130 *3 *4 *5 *6)))))
+(-10 -7 (-15 -3069 (|#6| |#6|)) (-15 -3769 ((-656 |#6|) (-656 |#4|) (-112))))
+((-2676 (((-112) |#3| (-783) (-656 |#3|)) 29)) (-2119 (((-3 (-2 (|:| |polfac| (-656 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-656 (-1193 |#3|)))) "failed") |#3| (-656 (-1193 |#3|)) (-2 (|:| |contp| |#3|) (|:| -4155 (-656 (-2 (|:| |irr| |#4|) (|:| -2992 (-576)))))) (-656 |#3|) (-656 |#1|) (-656 |#3|)) 69)))
+(((-637 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2676 ((-112) |#3| (-783) (-656 |#3|))) (-15 -2119 ((-3 (-2 (|:| |polfac| (-656 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-656 (-1193 |#3|)))) "failed") |#3| (-656 (-1193 |#3|)) (-2 (|:| |contp| |#3|) (|:| -4155 (-656 (-2 (|:| |irr| |#4|) (|:| -2992 (-576)))))) (-656 |#3|) (-656 |#1|) (-656 |#3|)))) (-862) (-805) (-317) (-968 |#3| |#2| |#1|)) (T -637))
+((-2119 (*1 *2 *3 *4 *5 *6 *7 *6) (|partial| -12 (-5 *5 (-2 (|:| |contp| *3) (|:| -4155 (-656 (-2 (|:| |irr| *10) (|:| -2992 (-576))))))) (-5 *6 (-656 *3)) (-5 *7 (-656 *8)) (-4 *8 (-862)) (-4 *3 (-317)) (-4 *10 (-968 *3 *9 *8)) (-4 *9 (-805)) (-5 *2 (-2 (|:| |polfac| (-656 *10)) (|:| |correct| *3) (|:| |corrfact| (-656 (-1193 *3))))) (-5 *1 (-637 *8 *9 *3 *10)) (-5 *4 (-656 (-1193 *3))))) (-2676 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-783)) (-5 *5 (-656 *3)) (-4 *3 (-317)) (-4 *6 (-862)) (-4 *7 (-805)) (-5 *2 (-112)) (-5 *1 (-637 *6 *7 *3 *8)) (-4 *8 (-968 *3 *7 *6)))))
+(-10 -7 (-15 -2676 ((-112) |#3| (-783) (-656 |#3|))) (-15 -2119 ((-3 (-2 (|:| |polfac| (-656 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-656 (-1193 |#3|)))) "failed") |#3| (-656 (-1193 |#3|)) (-2 (|:| |contp| |#3|) (|:| -4155 (-656 (-2 (|:| |irr| |#4|) (|:| -2992 (-576)))))) (-656 |#3|) (-656 |#1|) (-656 |#3|))))
+((-1955 (((-112) $ $) NIL)) (-1782 (((-1156) $) 11)) (-1773 (((-1156) $) 9)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 17) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-638) (-13 (-1104) (-10 -8 (-15 -1773 ((-1156) $)) (-15 -1782 ((-1156) $))))) (T -638))
+((-1773 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-638)))) (-1782 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-638)))))
+(-13 (-1104) (-10 -8 (-15 -1773 ((-1156) $)) (-15 -1782 ((-1156) $))))
+((-1955 (((-112) $ $) NIL)) (-1419 (((-656 |#1|) $) NIL)) (-3853 (($) NIL T CONST)) (-2413 (((-3 $ "failed") $) NIL)) (-3315 (((-112) $) NIL)) (-4145 (($ $) 77)) (-2608 (((-676 |#1| |#2|) $) 60)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 81)) (-2225 (((-656 (-304 |#2|)) $ $) 42)) (-3117 (((-1141) $) NIL)) (-2154 (($ (-676 |#1| |#2|)) 56)) (-2970 (($ $ $) NIL)) (-3595 (($ $ $) NIL)) (-4114 (((-876) $) 66) (((-1303 |#1| |#2|) $) NIL) (((-1308 |#1| |#2|) $) 74)) (-3000 (((-112) $ $) NIL)) (-4322 (($) 61 T CONST)) (-4148 (((-656 (-2 (|:| |k| (-684 |#1|)) (|:| |c| |#2|))) $) 41)) (-3064 (((-656 (-676 |#1| |#2|)) (-656 |#1|)) 73)) (-3921 (((-656 (-2 (|:| |k| (-908 |#1|)) (|:| |c| |#2|))) $) 46)) (-3939 (((-112) $ $) 62)) (-4047 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ $ $) 52)))
+(((-639 |#1| |#2| |#3|) (-13 (-485) (-10 -8 (-15 -2154 ($ (-676 |#1| |#2|))) (-15 -2608 ((-676 |#1| |#2|) $)) (-15 -3921 ((-656 (-2 (|:| |k| (-908 |#1|)) (|:| |c| |#2|))) $)) (-15 -4114 ((-1303 |#1| |#2|) $)) (-15 -4114 ((-1308 |#1| |#2|) $)) (-15 -4145 ($ $)) (-15 -1419 ((-656 |#1|) $)) (-15 -3064 ((-656 (-676 |#1| |#2|)) (-656 |#1|))) (-15 -4148 ((-656 (-2 (|:| |k| (-684 |#1|)) (|:| |c| |#2|))) $)) (-15 -2225 ((-656 (-304 |#2|)) $ $)))) (-862) (-13 (-174) (-729 (-419 (-576)))) (-940)) (T -639))
+((-2154 (*1 *1 *2) (-12 (-5 *2 (-676 *3 *4)) (-4 *3 (-862)) (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-5 *1 (-639 *3 *4 *5)) (-14 *5 (-940)))) (-2608 (*1 *2 *1) (-12 (-5 *2 (-676 *3 *4)) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862)) (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-940)))) (-3921 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |k| (-908 *3)) (|:| |c| *4)))) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862)) (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-940)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-1303 *3 *4)) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862)) (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-940)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-1308 *3 *4)) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862)) (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-940)))) (-4145 (*1 *1 *1) (-12 (-5 *1 (-639 *2 *3 *4)) (-4 *2 (-862)) (-4 *3 (-13 (-174) (-729 (-419 (-576))))) (-14 *4 (-940)))) (-1419 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862)) (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-940)))) (-3064 (*1 *2 *3) (-12 (-5 *3 (-656 *4)) (-4 *4 (-862)) (-5 *2 (-656 (-676 *4 *5))) (-5 *1 (-639 *4 *5 *6)) (-4 *5 (-13 (-174) (-729 (-419 (-576))))) (-14 *6 (-940)))) (-4148 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |k| (-684 *3)) (|:| |c| *4)))) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862)) (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-940)))) (-2225 (*1 *2 *1 *1) (-12 (-5 *2 (-656 (-304 *4))) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862)) (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-940)))))
+(-13 (-485) (-10 -8 (-15 -2154 ($ (-676 |#1| |#2|))) (-15 -2608 ((-676 |#1| |#2|) $)) (-15 -3921 ((-656 (-2 (|:| |k| (-908 |#1|)) (|:| |c| |#2|))) $)) (-15 -4114 ((-1303 |#1| |#2|) $)) (-15 -4114 ((-1308 |#1| |#2|) $)) (-15 -4145 ($ $)) (-15 -1419 ((-656 |#1|) $)) (-15 -3064 ((-656 (-676 |#1| |#2|)) (-656 |#1|))) (-15 -4148 ((-656 (-2 (|:| |k| (-684 |#1|)) (|:| |c| |#2|))) $)) (-15 -2225 ((-656 (-304 |#2|)) $ $))))
+((-3769 (((-656 (-1167 |#1| (-543 (-878 |#2|)) (-878 |#2|) (-792 |#1| (-878 |#2|)))) (-656 (-792 |#1| (-878 |#2|))) (-112)) 103) (((-656 (-1067 |#1| |#2|)) (-656 (-792 |#1| (-878 |#2|))) (-112)) 77)) (-4056 (((-112) (-656 (-792 |#1| (-878 |#2|)))) 26)) (-2269 (((-656 (-1167 |#1| (-543 (-878 |#2|)) (-878 |#2|) (-792 |#1| (-878 |#2|)))) (-656 (-792 |#1| (-878 |#2|))) (-112)) 102)) (-4395 (((-656 (-1067 |#1| |#2|)) (-656 (-792 |#1| (-878 |#2|))) (-112)) 76)) (-3270 (((-656 (-792 |#1| (-878 |#2|))) (-656 (-792 |#1| (-878 |#2|)))) 30)) (-3877 (((-3 (-656 (-792 |#1| (-878 |#2|))) "failed") (-656 (-792 |#1| (-878 |#2|)))) 29)))
+(((-640 |#1| |#2|) (-10 -7 (-15 -4056 ((-112) (-656 (-792 |#1| (-878 |#2|))))) (-15 -3877 ((-3 (-656 (-792 |#1| (-878 |#2|))) "failed") (-656 (-792 |#1| (-878 |#2|))))) (-15 -3270 ((-656 (-792 |#1| (-878 |#2|))) (-656 (-792 |#1| (-878 |#2|))))) (-15 -4395 ((-656 (-1067 |#1| |#2|)) (-656 (-792 |#1| (-878 |#2|))) (-112))) (-15 -2269 ((-656 (-1167 |#1| (-543 (-878 |#2|)) (-878 |#2|) (-792 |#1| (-878 |#2|)))) (-656 (-792 |#1| (-878 |#2|))) (-112))) (-15 -3769 ((-656 (-1067 |#1| |#2|)) (-656 (-792 |#1| (-878 |#2|))) (-112))) (-15 -3769 ((-656 (-1167 |#1| (-543 (-878 |#2|)) (-878 |#2|) (-792 |#1| (-878 |#2|)))) (-656 (-792 |#1| (-878 |#2|))) (-112)))) (-464) (-656 (-1197))) (T -640))
+((-3769 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-792 *5 (-878 *6)))) (-5 *4 (-112)) (-4 *5 (-464)) (-14 *6 (-656 (-1197))) (-5 *2 (-656 (-1167 *5 (-543 (-878 *6)) (-878 *6) (-792 *5 (-878 *6))))) (-5 *1 (-640 *5 *6)))) (-3769 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-792 *5 (-878 *6)))) (-5 *4 (-112)) (-4 *5 (-464)) (-14 *6 (-656 (-1197))) (-5 *2 (-656 (-1067 *5 *6))) (-5 *1 (-640 *5 *6)))) (-2269 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-792 *5 (-878 *6)))) (-5 *4 (-112)) (-4 *5 (-464)) (-14 *6 (-656 (-1197))) (-5 *2 (-656 (-1167 *5 (-543 (-878 *6)) (-878 *6) (-792 *5 (-878 *6))))) (-5 *1 (-640 *5 *6)))) (-4395 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-792 *5 (-878 *6)))) (-5 *4 (-112)) (-4 *5 (-464)) (-14 *6 (-656 (-1197))) (-5 *2 (-656 (-1067 *5 *6))) (-5 *1 (-640 *5 *6)))) (-3270 (*1 *2 *2) (-12 (-5 *2 (-656 (-792 *3 (-878 *4)))) (-4 *3 (-464)) (-14 *4 (-656 (-1197))) (-5 *1 (-640 *3 *4)))) (-3877 (*1 *2 *2) (|partial| -12 (-5 *2 (-656 (-792 *3 (-878 *4)))) (-4 *3 (-464)) (-14 *4 (-656 (-1197))) (-5 *1 (-640 *3 *4)))) (-4056 (*1 *2 *3) (-12 (-5 *3 (-656 (-792 *4 (-878 *5)))) (-4 *4 (-464)) (-14 *5 (-656 (-1197))) (-5 *2 (-112)) (-5 *1 (-640 *4 *5)))))
+(-10 -7 (-15 -4056 ((-112) (-656 (-792 |#1| (-878 |#2|))))) (-15 -3877 ((-3 (-656 (-792 |#1| (-878 |#2|))) "failed") (-656 (-792 |#1| (-878 |#2|))))) (-15 -3270 ((-656 (-792 |#1| (-878 |#2|))) (-656 (-792 |#1| (-878 |#2|))))) (-15 -4395 ((-656 (-1067 |#1| |#2|)) (-656 (-792 |#1| (-878 |#2|))) (-112))) (-15 -2269 ((-656 (-1167 |#1| (-543 (-878 |#2|)) (-878 |#2|) (-792 |#1| (-878 |#2|)))) (-656 (-792 |#1| (-878 |#2|))) (-112))) (-15 -3769 ((-656 (-1067 |#1| |#2|)) (-656 (-792 |#1| (-878 |#2|))) (-112))) (-15 -3769 ((-656 (-1167 |#1| (-543 (-878 |#2|)) (-878 |#2|) (-792 |#1| (-878 |#2|)))) (-656 (-792 |#1| (-878 |#2|))) (-112))))
+((-3586 (($ $) 38)) (-3435 (($ $) 21)) (-3562 (($ $) 37)) (-3412 (($ $) 22)) (-3612 (($ $) 36)) (-3461 (($ $) 23)) (-2723 (($) 48)) (-2608 (($ $) 45)) (-1825 (($ $) 17)) (-2153 (($ $ (-1113 $)) 7) (($ $ (-1197)) 6)) (-2154 (($ $) 46)) (-3363 (($ $) 15)) (-3399 (($ $) 16)) (-3623 (($ $) 35)) (-3474 (($ $) 24)) (-3599 (($ $) 34)) (-3448 (($ $) 25)) (-3574 (($ $) 33)) (-3424 (($ $) 26)) (-3653 (($ $) 44)) (-3510 (($ $) 32)) (-3632 (($ $) 43)) (-3487 (($ $) 31)) (-3673 (($ $) 42)) (-3537 (($ $) 30)) (-1970 (($ $) 41)) (-3550 (($ $) 29)) (-3664 (($ $) 40)) (-3523 (($ $) 28)) (-3642 (($ $) 39)) (-3498 (($ $) 27)) (-3051 (($ $) 19)) (-2275 (($ $) 20)) (-4004 (($ $) 18)) (** (($ $ $) 47)))
(((-641) (-141)) (T -641))
-((-3446 (*1 *1 *1) (-4 *1 (-641))) (-2957 (*1 *1 *1) (-4 *1 (-641))) (-1516 (*1 *1 *1) (-4 *1 (-641))) (-3846 (*1 *1 *1) (-4 *1 (-641))) (-3861 (*1 *1 *1) (-4 *1 (-641))) (-3824 (*1 *1 *1) (-4 *1 (-641))))
-(-13 (-976) (-1221) (-10 -8 (-15 -3446 ($ $)) (-15 -2957 ($ $)) (-15 -1516 ($ $)) (-15 -3846 ($ $)) (-15 -3861 ($ $)) (-15 -3824 ($ $))))
-(((-35) . T) ((-95) . T) ((-294) . T) ((-505) . T) ((-976) . T) ((-1221) . T) ((-1224) . T))
-((-1774 (((-115) (-115)) 88)) (-3846 ((|#2| |#2|) 28)) (-3432 ((|#2| |#2| (-1111 |#2|)) 84) ((|#2| |#2| (-1195)) 50)) (-3824 ((|#2| |#2|) 27)) (-3861 ((|#2| |#2|) 29)) (-1824 (((-112) (-115)) 33)) (-2957 ((|#2| |#2|) 24)) (-3446 ((|#2| |#2|) 26)) (-1516 ((|#2| |#2|) 25)))
-(((-642 |#1| |#2|) (-10 -7 (-15 -1824 ((-112) (-115))) (-15 -1774 ((-115) (-115))) (-15 -3446 (|#2| |#2|)) (-15 -2957 (|#2| |#2|)) (-15 -1516 (|#2| |#2|)) (-15 -3846 (|#2| |#2|)) (-15 -3824 (|#2| |#2|)) (-15 -3861 (|#2| |#2|)) (-15 -3432 (|#2| |#2| (-1195))) (-15 -3432 (|#2| |#2| (-1111 |#2|)))) (-568) (-13 (-442 |#1|) (-1021) (-1221))) (T -642))
-((-3432 (*1 *2 *2 *3) (-12 (-5 *3 (-1111 *2)) (-4 *2 (-13 (-442 *4) (-1021) (-1221))) (-4 *4 (-568)) (-5 *1 (-642 *4 *2)))) (-3432 (*1 *2 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-568)) (-5 *1 (-642 *4 *2)) (-4 *2 (-13 (-442 *4) (-1021) (-1221))))) (-3861 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021) (-1221))))) (-3824 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021) (-1221))))) (-3846 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021) (-1221))))) (-1516 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021) (-1221))))) (-2957 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021) (-1221))))) (-3446 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2)) (-4 *2 (-13 (-442 *3) (-1021) (-1221))))) (-1774 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-568)) (-5 *1 (-642 *3 *4)) (-4 *4 (-13 (-442 *3) (-1021) (-1221))))) (-1824 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-642 *4 *5)) (-4 *5 (-13 (-442 *4) (-1021) (-1221))))))
-(-10 -7 (-15 -1824 ((-112) (-115))) (-15 -1774 ((-115) (-115))) (-15 -3446 (|#2| |#2|)) (-15 -2957 (|#2| |#2|)) (-15 -1516 (|#2| |#2|)) (-15 -3846 (|#2| |#2|)) (-15 -3824 (|#2| |#2|)) (-15 -3861 (|#2| |#2|)) (-15 -3432 (|#2| |#2| (-1195))) (-15 -3432 (|#2| |#2| (-1111 |#2|))))
-((-3521 (((-493 |#1| |#2|) (-253 |#1| |#2|)) 63)) (-1786 (((-656 (-253 |#1| |#2|)) (-656 (-493 |#1| |#2|))) 89)) (-1452 (((-493 |#1| |#2|) (-656 (-493 |#1| |#2|)) (-876 |#1|)) 91) (((-493 |#1| |#2|) (-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|)) (-876 |#1|)) 90)) (-1670 (((-2 (|:| |gblist| (-656 (-253 |#1| |#2|))) (|:| |gvlist| (-656 (-576)))) (-656 (-493 |#1| |#2|))) 134)) (-3167 (((-656 (-493 |#1| |#2|)) (-876 |#1|) (-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|))) 104)) (-2247 (((-2 (|:| |glbase| (-656 (-253 |#1| |#2|))) (|:| |glval| (-656 (-576)))) (-656 (-253 |#1| |#2|))) 145)) (-2019 (((-1286 |#2|) (-493 |#1| |#2|) (-656 (-493 |#1| |#2|))) 68)) (-2911 (((-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|))) 47)) (-3648 (((-253 |#1| |#2|) (-253 |#1| |#2|) (-656 (-253 |#1| |#2|))) 60)) (-1700 (((-253 |#1| |#2|) (-656 |#2|) (-253 |#1| |#2|) (-656 (-253 |#1| |#2|))) 112)))
-(((-643 |#1| |#2|) (-10 -7 (-15 -1670 ((-2 (|:| |gblist| (-656 (-253 |#1| |#2|))) (|:| |gvlist| (-656 (-576)))) (-656 (-493 |#1| |#2|)))) (-15 -2247 ((-2 (|:| |glbase| (-656 (-253 |#1| |#2|))) (|:| |glval| (-656 (-576)))) (-656 (-253 |#1| |#2|)))) (-15 -1786 ((-656 (-253 |#1| |#2|)) (-656 (-493 |#1| |#2|)))) (-15 -1452 ((-493 |#1| |#2|) (-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|)) (-876 |#1|))) (-15 -1452 ((-493 |#1| |#2|) (-656 (-493 |#1| |#2|)) (-876 |#1|))) (-15 -2911 ((-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|)))) (-15 -2019 ((-1286 |#2|) (-493 |#1| |#2|) (-656 (-493 |#1| |#2|)))) (-15 -1700 ((-253 |#1| |#2|) (-656 |#2|) (-253 |#1| |#2|) (-656 (-253 |#1| |#2|)))) (-15 -3167 ((-656 (-493 |#1| |#2|)) (-876 |#1|) (-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|)))) (-15 -3648 ((-253 |#1| |#2|) (-253 |#1| |#2|) (-656 (-253 |#1| |#2|)))) (-15 -3521 ((-493 |#1| |#2|) (-253 |#1| |#2|)))) (-656 (-1195)) (-464)) (T -643))
-((-3521 (*1 *2 *3) (-12 (-5 *3 (-253 *4 *5)) (-14 *4 (-656 (-1195))) (-4 *5 (-464)) (-5 *2 (-493 *4 *5)) (-5 *1 (-643 *4 *5)))) (-3648 (*1 *2 *2 *3) (-12 (-5 *3 (-656 (-253 *4 *5))) (-5 *2 (-253 *4 *5)) (-14 *4 (-656 (-1195))) (-4 *5 (-464)) (-5 *1 (-643 *4 *5)))) (-3167 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-656 (-493 *4 *5))) (-5 *3 (-876 *4)) (-14 *4 (-656 (-1195))) (-4 *5 (-464)) (-5 *1 (-643 *4 *5)))) (-1700 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-656 *6)) (-5 *4 (-656 (-253 *5 *6))) (-4 *6 (-464)) (-5 *2 (-253 *5 *6)) (-14 *5 (-656 (-1195))) (-5 *1 (-643 *5 *6)))) (-2019 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-493 *5 *6))) (-5 *3 (-493 *5 *6)) (-14 *5 (-656 (-1195))) (-4 *6 (-464)) (-5 *2 (-1286 *6)) (-5 *1 (-643 *5 *6)))) (-2911 (*1 *2 *2) (-12 (-5 *2 (-656 (-493 *3 *4))) (-14 *3 (-656 (-1195))) (-4 *4 (-464)) (-5 *1 (-643 *3 *4)))) (-1452 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-493 *5 *6))) (-5 *4 (-876 *5)) (-14 *5 (-656 (-1195))) (-5 *2 (-493 *5 *6)) (-5 *1 (-643 *5 *6)) (-4 *6 (-464)))) (-1452 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-656 (-493 *5 *6))) (-5 *4 (-876 *5)) (-14 *5 (-656 (-1195))) (-5 *2 (-493 *5 *6)) (-5 *1 (-643 *5 *6)) (-4 *6 (-464)))) (-1786 (*1 *2 *3) (-12 (-5 *3 (-656 (-493 *4 *5))) (-14 *4 (-656 (-1195))) (-4 *5 (-464)) (-5 *2 (-656 (-253 *4 *5))) (-5 *1 (-643 *4 *5)))) (-2247 (*1 *2 *3) (-12 (-14 *4 (-656 (-1195))) (-4 *5 (-464)) (-5 *2 (-2 (|:| |glbase| (-656 (-253 *4 *5))) (|:| |glval| (-656 (-576))))) (-5 *1 (-643 *4 *5)) (-5 *3 (-656 (-253 *4 *5))))) (-1670 (*1 *2 *3) (-12 (-5 *3 (-656 (-493 *4 *5))) (-14 *4 (-656 (-1195))) (-4 *5 (-464)) (-5 *2 (-2 (|:| |gblist| (-656 (-253 *4 *5))) (|:| |gvlist| (-656 (-576))))) (-5 *1 (-643 *4 *5)))))
-(-10 -7 (-15 -1670 ((-2 (|:| |gblist| (-656 (-253 |#1| |#2|))) (|:| |gvlist| (-656 (-576)))) (-656 (-493 |#1| |#2|)))) (-15 -2247 ((-2 (|:| |glbase| (-656 (-253 |#1| |#2|))) (|:| |glval| (-656 (-576)))) (-656 (-253 |#1| |#2|)))) (-15 -1786 ((-656 (-253 |#1| |#2|)) (-656 (-493 |#1| |#2|)))) (-15 -1452 ((-493 |#1| |#2|) (-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|)) (-876 |#1|))) (-15 -1452 ((-493 |#1| |#2|) (-656 (-493 |#1| |#2|)) (-876 |#1|))) (-15 -2911 ((-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|)))) (-15 -2019 ((-1286 |#2|) (-493 |#1| |#2|) (-656 (-493 |#1| |#2|)))) (-15 -1700 ((-253 |#1| |#2|) (-656 |#2|) (-253 |#1| |#2|) (-656 (-253 |#1| |#2|)))) (-15 -3167 ((-656 (-493 |#1| |#2|)) (-876 |#1|) (-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|)))) (-15 -3648 ((-253 |#1| |#2|) (-253 |#1| |#2|) (-656 (-253 |#1| |#2|)))) (-15 -3521 ((-493 |#1| |#2|) (-253 |#1| |#2|))))
-((-3486 (((-112) $ $) NIL (-2755 (|has| (-52) (-102)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-102))))) (-4125 (($) NIL) (($ (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))))) NIL)) (-2617 (((-1291) $ (-1177) (-1177)) NIL (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 (((-52) $ (-1177) (-52)) 16) (((-52) $ (-1195) (-52)) 17)) (-4394 (($ (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462)))) (-2192 (((-3 (-52) "failed") (-1177) $) NIL)) (-2135 (($) NIL T CONST)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-1119))))) (-3516 (($ (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) $) NIL (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462))) (((-3 (-52) "failed") (-1177) $) NIL)) (-3942 (($ (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-1119)))) (($ (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462)))) (-3683 (((-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-1 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) $ (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-1119)))) (((-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-1 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) $ (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) NIL (|has| $ (-6 -4462))) (((-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-1 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462)))) (-4330 (((-52) $ (-1177) (-52)) NIL (|has| $ (-6 -4463)))) (-4271 (((-52) $ (-1177)) NIL)) (-3963 (((-656 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462))) (((-656 (-52)) $) NIL (|has| $ (-6 -4462)))) (-3872 (($ $) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-1177) $) NIL (|has| (-1177) (-862)))) (-3452 (((-656 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462))) (((-656 (-52)) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-1119)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-52) (-1119))))) (-3767 (((-1177) $) NIL (|has| (-1177) (-862)))) (-4320 (($ (-1 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4463))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-2027 (($ (-400)) 9)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (-2755 (|has| (-52) (-1119)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-1119))))) (-3200 (((-656 (-1177)) $) NIL)) (-2848 (((-112) (-1177) $) NIL)) (-4219 (((-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) $) NIL)) (-2767 (($ (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) $) NIL)) (-1742 (((-656 (-1177)) $) NIL)) (-2406 (((-112) (-1177) $) NIL)) (-1448 (((-1139) $) NIL (-2755 (|has| (-52) (-1119)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-1119))))) (-3578 (((-52) $) NIL (|has| (-1177) (-862)))) (-2295 (((-3 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) "failed") (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) $) NIL)) (-1552 (($ $ (-52)) NIL (|has| $ (-6 -4463)))) (-4436 (((-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) $) NIL)) (-3626 (((-112) (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))))) NIL (-12 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))))) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-1119)))) (($ $ (-304 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))))) NIL (-12 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))))) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-1119)))) (($ $ (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) NIL (-12 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))))) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-1119)))) (($ $ (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))))) NIL (-12 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))))) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-1119)))) (($ $ (-656 (-52)) (-656 (-52))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1119)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1119)))) (($ $ (-304 (-52))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1119)))) (($ $ (-656 (-304 (-52)))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-52) (-1119))))) (-4278 (((-656 (-52)) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 (((-52) $ (-1177)) 14) (((-52) $ (-1177) (-52)) NIL) (((-52) $ (-1195)) 15)) (-2089 (($) NIL) (($ (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))))) NIL)) (-1458 (((-783) (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462))) (((-783) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-1119)))) (((-783) (-52) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-52) (-1119)))) (((-783) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-626 (-548))))) (-3579 (($ (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))))) NIL)) (-3567 (((-874) $) NIL (-2755 (|has| (-52) (-625 (-874))) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-625 (-874)))))) (-1540 (((-112) $ $) NIL (-2755 (|has| (-52) (-1119)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-1119))))) (-2847 (($ (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))))) NIL)) (-2306 (((-112) (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (-2755 (|has| (-52) (-102)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 (-52))) (-102))))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-644) (-13 (-1212 (-1177) (-52)) (-296 (-1195) (-52)) (-10 -8 (-15 -2027 ($ (-400))) (-15 -3872 ($ $)) (-15 -3753 ((-52) $ (-1195) (-52)))))) (T -644))
-((-2027 (*1 *1 *2) (-12 (-5 *2 (-400)) (-5 *1 (-644)))) (-3872 (*1 *1 *1) (-5 *1 (-644))) (-3753 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-52)) (-5 *3 (-1195)) (-5 *1 (-644)))))
-(-13 (-1212 (-1177) (-52)) (-296 (-1195) (-52)) (-10 -8 (-15 -2027 ($ (-400))) (-15 -3872 ($ $)) (-15 -3753 ((-52) $ (-1195) (-52)))))
-((-3054 (($ $ |#2|) 10)))
-(((-645 |#1| |#2|) (-10 -8 (-15 -3054 (|#1| |#1| |#2|))) (-646 |#2|) (-174)) (T -645))
-NIL
-(-10 -8 (-15 -3054 (|#1| |#1| |#2|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3579 (($ $ $) 34)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#1|) 33 (|has| |#1| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
+((-2275 (*1 *1 *1) (-4 *1 (-641))) (-3051 (*1 *1 *1) (-4 *1 (-641))) (-4004 (*1 *1 *1) (-4 *1 (-641))) (-1825 (*1 *1 *1) (-4 *1 (-641))) (-3399 (*1 *1 *1) (-4 *1 (-641))) (-3363 (*1 *1 *1) (-4 *1 (-641))))
+(-13 (-978) (-1223) (-10 -8 (-15 -2275 ($ $)) (-15 -3051 ($ $)) (-15 -4004 ($ $)) (-15 -1825 ($ $)) (-15 -3399 ($ $)) (-15 -3363 ($ $))))
+(((-35) . T) ((-95) . T) ((-294) . T) ((-505) . T) ((-978) . T) ((-1223) . T) ((-1226) . T))
+((-1401 (((-115) (-115)) 88)) (-1825 ((|#2| |#2|) 28)) (-2153 ((|#2| |#2| (-1113 |#2|)) 84) ((|#2| |#2| (-1197)) 50)) (-3363 ((|#2| |#2|) 27)) (-3399 ((|#2| |#2|) 29)) (-4020 (((-112) (-115)) 33)) (-3051 ((|#2| |#2|) 24)) (-2275 ((|#2| |#2|) 26)) (-4004 ((|#2| |#2|) 25)))
+(((-642 |#1| |#2|) (-10 -7 (-15 -4020 ((-112) (-115))) (-15 -1401 ((-115) (-115))) (-15 -2275 (|#2| |#2|)) (-15 -3051 (|#2| |#2|)) (-15 -4004 (|#2| |#2|)) (-15 -1825 (|#2| |#2|)) (-15 -3363 (|#2| |#2|)) (-15 -3399 (|#2| |#2|)) (-15 -2153 (|#2| |#2| (-1197))) (-15 -2153 (|#2| |#2| (-1113 |#2|)))) (-568) (-13 (-442 |#1|) (-1023) (-1223))) (T -642))
+((-2153 (*1 *2 *2 *3) (-12 (-5 *3 (-1113 *2)) (-4 *2 (-13 (-442 *4) (-1023) (-1223))) (-4 *4 (-568)) (-5 *1 (-642 *4 *2)))) (-2153 (*1 *2 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-568)) (-5 *1 (-642 *4 *2)) (-4 *2 (-13 (-442 *4) (-1023) (-1223))))) (-3399 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023) (-1223))))) (-3363 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023) (-1223))))) (-1825 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023) (-1223))))) (-4004 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023) (-1223))))) (-3051 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023) (-1223))))) (-2275 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2)) (-4 *2 (-13 (-442 *3) (-1023) (-1223))))) (-1401 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-568)) (-5 *1 (-642 *3 *4)) (-4 *4 (-13 (-442 *3) (-1023) (-1223))))) (-4020 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-642 *4 *5)) (-4 *5 (-13 (-442 *4) (-1023) (-1223))))))
+(-10 -7 (-15 -4020 ((-112) (-115))) (-15 -1401 ((-115) (-115))) (-15 -2275 (|#2| |#2|)) (-15 -3051 (|#2| |#2|)) (-15 -4004 (|#2| |#2|)) (-15 -1825 (|#2| |#2|)) (-15 -3363 (|#2| |#2|)) (-15 -3399 (|#2| |#2|)) (-15 -2153 (|#2| |#2| (-1197))) (-15 -2153 (|#2| |#2| (-1113 |#2|))))
+((-3719 (((-493 |#1| |#2|) (-253 |#1| |#2|)) 63)) (-3659 (((-656 (-253 |#1| |#2|)) (-656 (-493 |#1| |#2|))) 89)) (-1794 (((-493 |#1| |#2|) (-656 (-493 |#1| |#2|)) (-878 |#1|)) 91) (((-493 |#1| |#2|) (-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|)) (-878 |#1|)) 90)) (-1731 (((-2 (|:| |gblist| (-656 (-253 |#1| |#2|))) (|:| |gvlist| (-656 (-576)))) (-656 (-493 |#1| |#2|))) 134)) (-1326 (((-656 (-493 |#1| |#2|)) (-878 |#1|) (-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|))) 104)) (-2377 (((-2 (|:| |glbase| (-656 (-253 |#1| |#2|))) (|:| |glval| (-656 (-576)))) (-656 (-253 |#1| |#2|))) 145)) (-1992 (((-1288 |#2|) (-493 |#1| |#2|) (-656 (-493 |#1| |#2|))) 68)) (-2707 (((-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|))) 47)) (-3688 (((-253 |#1| |#2|) (-253 |#1| |#2|) (-656 (-253 |#1| |#2|))) 60)) (-2023 (((-253 |#1| |#2|) (-656 |#2|) (-253 |#1| |#2|) (-656 (-253 |#1| |#2|))) 112)))
+(((-643 |#1| |#2|) (-10 -7 (-15 -1731 ((-2 (|:| |gblist| (-656 (-253 |#1| |#2|))) (|:| |gvlist| (-656 (-576)))) (-656 (-493 |#1| |#2|)))) (-15 -2377 ((-2 (|:| |glbase| (-656 (-253 |#1| |#2|))) (|:| |glval| (-656 (-576)))) (-656 (-253 |#1| |#2|)))) (-15 -3659 ((-656 (-253 |#1| |#2|)) (-656 (-493 |#1| |#2|)))) (-15 -1794 ((-493 |#1| |#2|) (-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|)) (-878 |#1|))) (-15 -1794 ((-493 |#1| |#2|) (-656 (-493 |#1| |#2|)) (-878 |#1|))) (-15 -2707 ((-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|)))) (-15 -1992 ((-1288 |#2|) (-493 |#1| |#2|) (-656 (-493 |#1| |#2|)))) (-15 -2023 ((-253 |#1| |#2|) (-656 |#2|) (-253 |#1| |#2|) (-656 (-253 |#1| |#2|)))) (-15 -1326 ((-656 (-493 |#1| |#2|)) (-878 |#1|) (-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|)))) (-15 -3688 ((-253 |#1| |#2|) (-253 |#1| |#2|) (-656 (-253 |#1| |#2|)))) (-15 -3719 ((-493 |#1| |#2|) (-253 |#1| |#2|)))) (-656 (-1197)) (-464)) (T -643))
+((-3719 (*1 *2 *3) (-12 (-5 *3 (-253 *4 *5)) (-14 *4 (-656 (-1197))) (-4 *5 (-464)) (-5 *2 (-493 *4 *5)) (-5 *1 (-643 *4 *5)))) (-3688 (*1 *2 *2 *3) (-12 (-5 *3 (-656 (-253 *4 *5))) (-5 *2 (-253 *4 *5)) (-14 *4 (-656 (-1197))) (-4 *5 (-464)) (-5 *1 (-643 *4 *5)))) (-1326 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-656 (-493 *4 *5))) (-5 *3 (-878 *4)) (-14 *4 (-656 (-1197))) (-4 *5 (-464)) (-5 *1 (-643 *4 *5)))) (-2023 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-656 *6)) (-5 *4 (-656 (-253 *5 *6))) (-4 *6 (-464)) (-5 *2 (-253 *5 *6)) (-14 *5 (-656 (-1197))) (-5 *1 (-643 *5 *6)))) (-1992 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-493 *5 *6))) (-5 *3 (-493 *5 *6)) (-14 *5 (-656 (-1197))) (-4 *6 (-464)) (-5 *2 (-1288 *6)) (-5 *1 (-643 *5 *6)))) (-2707 (*1 *2 *2) (-12 (-5 *2 (-656 (-493 *3 *4))) (-14 *3 (-656 (-1197))) (-4 *4 (-464)) (-5 *1 (-643 *3 *4)))) (-1794 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-493 *5 *6))) (-5 *4 (-878 *5)) (-14 *5 (-656 (-1197))) (-5 *2 (-493 *5 *6)) (-5 *1 (-643 *5 *6)) (-4 *6 (-464)))) (-1794 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-656 (-493 *5 *6))) (-5 *4 (-878 *5)) (-14 *5 (-656 (-1197))) (-5 *2 (-493 *5 *6)) (-5 *1 (-643 *5 *6)) (-4 *6 (-464)))) (-3659 (*1 *2 *3) (-12 (-5 *3 (-656 (-493 *4 *5))) (-14 *4 (-656 (-1197))) (-4 *5 (-464)) (-5 *2 (-656 (-253 *4 *5))) (-5 *1 (-643 *4 *5)))) (-2377 (*1 *2 *3) (-12 (-14 *4 (-656 (-1197))) (-4 *5 (-464)) (-5 *2 (-2 (|:| |glbase| (-656 (-253 *4 *5))) (|:| |glval| (-656 (-576))))) (-5 *1 (-643 *4 *5)) (-5 *3 (-656 (-253 *4 *5))))) (-1731 (*1 *2 *3) (-12 (-5 *3 (-656 (-493 *4 *5))) (-14 *4 (-656 (-1197))) (-4 *5 (-464)) (-5 *2 (-2 (|:| |gblist| (-656 (-253 *4 *5))) (|:| |gvlist| (-656 (-576))))) (-5 *1 (-643 *4 *5)))))
+(-10 -7 (-15 -1731 ((-2 (|:| |gblist| (-656 (-253 |#1| |#2|))) (|:| |gvlist| (-656 (-576)))) (-656 (-493 |#1| |#2|)))) (-15 -2377 ((-2 (|:| |glbase| (-656 (-253 |#1| |#2|))) (|:| |glval| (-656 (-576)))) (-656 (-253 |#1| |#2|)))) (-15 -3659 ((-656 (-253 |#1| |#2|)) (-656 (-493 |#1| |#2|)))) (-15 -1794 ((-493 |#1| |#2|) (-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|)) (-878 |#1|))) (-15 -1794 ((-493 |#1| |#2|) (-656 (-493 |#1| |#2|)) (-878 |#1|))) (-15 -2707 ((-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|)))) (-15 -1992 ((-1288 |#2|) (-493 |#1| |#2|) (-656 (-493 |#1| |#2|)))) (-15 -2023 ((-253 |#1| |#2|) (-656 |#2|) (-253 |#1| |#2|) (-656 (-253 |#1| |#2|)))) (-15 -1326 ((-656 (-493 |#1| |#2|)) (-878 |#1|) (-656 (-493 |#1| |#2|)) (-656 (-493 |#1| |#2|)))) (-15 -3688 ((-253 |#1| |#2|) (-253 |#1| |#2|) (-656 (-253 |#1| |#2|)))) (-15 -3719 ((-493 |#1| |#2|) (-253 |#1| |#2|))))
+((-1955 (((-112) $ $) NIL (-3795 (|has| (-52) (-102)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-102))))) (-1975 (($) NIL) (($ (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))))) NIL)) (-1758 (((-1293) $ (-1179) (-1179)) NIL (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 (((-52) $ (-1179) (-52)) 16) (((-52) $ (-1197) (-52)) 17)) (-2250 (($ (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464)))) (-2049 (((-3 (-52) "failed") (-1179) $) NIL)) (-3853 (($) NIL T CONST)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-1121))))) (-1678 (($ (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) $) NIL (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464))) (((-3 (-52) "failed") (-1179) $) NIL)) (-2824 (($ (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-1121)))) (($ (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464)))) (-2722 (((-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-1 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) $ (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-1121)))) (((-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-1 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) $ (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) NIL (|has| $ (-6 -4464))) (((-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-1 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464)))) (-1908 (((-52) $ (-1179) (-52)) NIL (|has| $ (-6 -4465)))) (-3721 (((-52) $ (-1179)) NIL)) (-3722 (((-656 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464))) (((-656 (-52)) $) NIL (|has| $ (-6 -4464)))) (-4111 (($ $) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-1179) $) NIL (|has| (-1179) (-862)))) (-4302 (((-656 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464))) (((-656 (-52)) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-1121)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-52) (-1121))))) (-2316 (((-1179) $) NIL (|has| (-1179) (-862)))) (-1896 (($ (-1 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4465))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-1671 (($ (-400)) 9)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (-3795 (|has| (-52) (-1121)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-1121))))) (-2353 (((-656 (-1179)) $) NIL)) (-3367 (((-112) (-1179) $) NIL)) (-4306 (((-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) $) NIL)) (-3846 (($ (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) $) NIL)) (-4402 (((-656 (-1179)) $) NIL)) (-1505 (((-112) (-1179) $) NIL)) (-3117 (((-1141) $) NIL (-3795 (|has| (-52) (-1121)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-1121))))) (-1753 (((-52) $) NIL (|has| (-1179) (-862)))) (-2922 (((-3 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) "failed") (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) $) NIL)) (-3140 (($ $ (-52)) NIL (|has| $ (-6 -4465)))) (-1470 (((-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) $) NIL)) (-3484 (((-112) (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))))) NIL (-12 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))))) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-1121)))) (($ $ (-304 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))))) NIL (-12 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))))) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-1121)))) (($ $ (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) NIL (-12 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))))) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-1121)))) (($ $ (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))))) NIL (-12 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))))) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-1121)))) (($ $ (-656 (-52)) (-656 (-52))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1121)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1121)))) (($ $ (-304 (-52))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1121)))) (($ $ (-656 (-304 (-52)))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-52) (-1121))))) (-3700 (((-656 (-52)) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 (((-52) $ (-1179)) 14) (((-52) $ (-1179) (-52)) NIL) (((-52) $ (-1197)) 15)) (-1455 (($) NIL) (($ (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))))) NIL)) (-3131 (((-783) (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464))) (((-783) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-1121)))) (((-783) (-52) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-52) (-1121)))) (((-783) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-626 (-548))))) (-4125 (($ (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))))) NIL)) (-4114 (((-876) $) NIL (-3795 (|has| (-52) (-625 (-876))) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-625 (-876)))))) (-3000 (((-112) $ $) NIL (-3795 (|has| (-52) (-1121)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-1121))))) (-3356 (($ (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))))) NIL)) (-1746 (((-112) (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (-3795 (|has| (-52) (-102)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 (-52))) (-102))))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-644) (-13 (-1214 (-1179) (-52)) (-296 (-1197) (-52)) (-10 -8 (-15 -1671 ($ (-400))) (-15 -4111 ($ $)) (-15 -4268 ((-52) $ (-1197) (-52)))))) (T -644))
+((-1671 (*1 *1 *2) (-12 (-5 *2 (-400)) (-5 *1 (-644)))) (-4111 (*1 *1 *1) (-5 *1 (-644))) (-4268 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-52)) (-5 *3 (-1197)) (-5 *1 (-644)))))
+(-13 (-1214 (-1179) (-52)) (-296 (-1197) (-52)) (-10 -8 (-15 -1671 ($ (-400))) (-15 -4111 ($ $)) (-15 -4268 ((-52) $ (-1197) (-52)))))
+((-4047 (($ $ |#2|) 10)))
+(((-645 |#1| |#2|) (-10 -8 (-15 -4047 (|#1| |#1| |#2|))) (-646 |#2|) (-174)) (T -645))
+NIL
+(-10 -8 (-15 -4047 (|#1| |#1| |#2|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4125 (($ $ $) 34)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#1|) 33 (|has| |#1| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
(((-646 |#1|) (-141) (-174)) (T -646))
-((-3579 (*1 *1 *1 *1) (-12 (-4 *1 (-646 *2)) (-4 *2 (-174)))) (-3054 (*1 *1 *1 *2) (-12 (-4 *1 (-646 *2)) (-4 *2 (-174)) (-4 *2 (-374)))))
-(-13 (-729 |t#1|) (-10 -8 (-6 |NullSquare|) (-6 |JacobiIdentity|) (-15 -3579 ($ $ $)) (IF (|has| |t#1| (-374)) (-15 -3054 ($ $ |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2061 (((-3 $ "failed")) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-4299 (((-3 $ "failed") $ $) NIL)) (-3580 (((-1286 (-701 |#1|))) NIL (|has| |#2| (-429 |#1|))) (((-1286 (-701 |#1|)) (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-3515 (((-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-2135 (($) NIL T CONST)) (-2415 (((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed")) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-2068 (((-3 $ "failed")) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-2783 (((-701 |#1|)) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-2730 ((|#1| $) NIL (|has| |#2| (-378 |#1|)))) (-3965 (((-701 |#1|) $) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) $ (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-2919 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3919 (((-1191 (-969 |#1|))) NIL (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-374))))) (-3647 (($ $ (-938)) NIL)) (-3151 ((|#1| $) NIL (|has| |#2| (-378 |#1|)))) (-2803 (((-1191 |#1|) $) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-2760 ((|#1|) NIL (|has| |#2| (-429 |#1|))) ((|#1| (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-2164 (((-1191 |#1|) $) NIL (|has| |#2| (-378 |#1|)))) (-3528 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2495 (($ (-1286 |#1|)) NIL (|has| |#2| (-429 |#1|))) (($ (-1286 |#1|) (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-2251 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3731 (((-938)) NIL (|has| |#2| (-378 |#1|)))) (-1766 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-1560 (($ $ (-938)) NIL)) (-3238 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-4403 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2022 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-1985 (((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed")) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3297 (((-3 $ "failed")) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-2756 (((-701 |#1|)) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-2828 ((|#1| $) NIL (|has| |#2| (-378 |#1|)))) (-3057 (((-701 |#1|) $) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) $ (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-1873 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3050 (((-1191 (-969 |#1|))) NIL (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-374))))) (-3598 (($ $ (-938)) NIL)) (-1878 ((|#1| $) NIL (|has| |#2| (-378 |#1|)))) (-1485 (((-1191 |#1|) $) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-4104 ((|#1|) NIL (|has| |#2| (-429 |#1|))) ((|#1| (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-2167 (((-1191 |#1|) $) NIL (|has| |#2| (-378 |#1|)))) (-1787 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-3881 (((-1177) $) NIL)) (-3320 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-3116 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2591 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-1448 (((-1139) $) NIL)) (-4371 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2794 ((|#1| $ (-576)) NIL (|has| |#2| (-429 |#1|)))) (-2203 (((-701 |#1|) (-1286 $)) NIL (|has| |#2| (-429 |#1|))) (((-1286 |#1|) $) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) (-1286 $) (-1286 $)) NIL (|has| |#2| (-378 |#1|))) (((-1286 |#1|) $ (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-4169 (($ (-1286 |#1|)) NIL (|has| |#2| (-429 |#1|))) (((-1286 |#1|) $) NIL (|has| |#2| (-429 |#1|)))) (-2666 (((-656 (-969 |#1|))) NIL (|has| |#2| (-429 |#1|))) (((-656 (-969 |#1|)) (-1286 $)) NIL (|has| |#2| (-378 |#1|)))) (-3636 (($ $ $) NIL)) (-2779 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-3567 (((-874) $) NIL) ((|#2| $) 12) (($ |#2|) 13)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) NIL (|has| |#2| (-429 |#1|)))) (-2660 (((-656 (-1286 |#1|))) NIL (-2755 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3369 (($ $ $ $) NIL)) (-1555 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-3566 (($ (-701 |#1|) $) NIL (|has| |#2| (-429 |#1|)))) (-1678 (($ $ $) NIL)) (-3949 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2033 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2333 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) 20)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 11) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-647 |#1| |#2|) (-13 (-756 |#1|) (-625 |#2|) (-10 -8 (-15 -3567 ($ |#2|)) (IF (|has| |#2| (-429 |#1|)) (-6 (-429 |#1|)) |%noBranch|) (IF (|has| |#2| (-378 |#1|)) (-6 (-378 |#1|)) |%noBranch|))) (-174) (-756 |#1|)) (T -647))
-((-3567 (*1 *1 *2) (-12 (-4 *3 (-174)) (-5 *1 (-647 *3 *2)) (-4 *2 (-756 *3)))))
-(-13 (-756 |#1|) (-625 |#2|) (-10 -8 (-15 -3567 ($ |#2|)) (IF (|has| |#2| (-429 |#1|)) (-6 (-429 |#1|)) |%noBranch|) (IF (|has| |#2| (-378 |#1|)) (-6 (-378 |#1|)) |%noBranch|)))
-((-1948 (((-3 (-855 |#2|) "failed") |#2| (-304 |#2|) (-1177)) 106) (((-3 (-855 |#2|) (-2 (|:| |leftHandLimit| (-3 (-855 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-855 |#2|) "failed"))) "failed") |#2| (-304 (-855 |#2|))) 131)) (-3043 (((-3 (-845 |#2|) "failed") |#2| (-304 (-845 |#2|))) 136)))
-(((-648 |#1| |#2|) (-10 -7 (-15 -1948 ((-3 (-855 |#2|) (-2 (|:| |leftHandLimit| (-3 (-855 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-855 |#2|) "failed"))) "failed") |#2| (-304 (-855 |#2|)))) (-15 -3043 ((-3 (-845 |#2|) "failed") |#2| (-304 (-845 |#2|)))) (-15 -1948 ((-3 (-855 |#2|) "failed") |#2| (-304 |#2|) (-1177)))) (-13 (-464) (-1057 (-576)) (-651 (-576))) (-13 (-27) (-1221) (-442 |#1|))) (T -648))
-((-1948 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-304 *3)) (-5 *5 (-1177)) (-4 *3 (-13 (-27) (-1221) (-442 *6))) (-4 *6 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-855 *3)) (-5 *1 (-648 *6 *3)))) (-3043 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-304 (-845 *3))) (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-845 *3)) (-5 *1 (-648 *5 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5))))) (-1948 (*1 *2 *3 *4) (-12 (-5 *4 (-304 (-855 *3))) (-4 *3 (-13 (-27) (-1221) (-442 *5))) (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-3 (-855 *3) (-2 (|:| |leftHandLimit| (-3 (-855 *3) "failed")) (|:| |rightHandLimit| (-3 (-855 *3) "failed"))) "failed")) (-5 *1 (-648 *5 *3)))))
-(-10 -7 (-15 -1948 ((-3 (-855 |#2|) (-2 (|:| |leftHandLimit| (-3 (-855 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-855 |#2|) "failed"))) "failed") |#2| (-304 (-855 |#2|)))) (-15 -3043 ((-3 (-845 |#2|) "failed") |#2| (-304 (-845 |#2|)))) (-15 -1948 ((-3 (-855 |#2|) "failed") |#2| (-304 |#2|) (-1177))))
-((-1948 (((-3 (-855 (-419 (-969 |#1|))) "failed") (-419 (-969 |#1|)) (-304 (-419 (-969 |#1|))) (-1177)) 86) (((-3 (-855 (-419 (-969 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-855 (-419 (-969 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-855 (-419 (-969 |#1|))) "failed"))) "failed") (-419 (-969 |#1|)) (-304 (-419 (-969 |#1|)))) 20) (((-3 (-855 (-419 (-969 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-855 (-419 (-969 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-855 (-419 (-969 |#1|))) "failed"))) "failed") (-419 (-969 |#1|)) (-304 (-855 (-969 |#1|)))) 35)) (-3043 (((-845 (-419 (-969 |#1|))) (-419 (-969 |#1|)) (-304 (-419 (-969 |#1|)))) 23) (((-845 (-419 (-969 |#1|))) (-419 (-969 |#1|)) (-304 (-845 (-969 |#1|)))) 43)))
-(((-649 |#1|) (-10 -7 (-15 -1948 ((-3 (-855 (-419 (-969 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-855 (-419 (-969 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-855 (-419 (-969 |#1|))) "failed"))) "failed") (-419 (-969 |#1|)) (-304 (-855 (-969 |#1|))))) (-15 -1948 ((-3 (-855 (-419 (-969 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-855 (-419 (-969 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-855 (-419 (-969 |#1|))) "failed"))) "failed") (-419 (-969 |#1|)) (-304 (-419 (-969 |#1|))))) (-15 -3043 ((-845 (-419 (-969 |#1|))) (-419 (-969 |#1|)) (-304 (-845 (-969 |#1|))))) (-15 -3043 ((-845 (-419 (-969 |#1|))) (-419 (-969 |#1|)) (-304 (-419 (-969 |#1|))))) (-15 -1948 ((-3 (-855 (-419 (-969 |#1|))) "failed") (-419 (-969 |#1|)) (-304 (-419 (-969 |#1|))) (-1177)))) (-464)) (T -649))
-((-1948 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-304 (-419 (-969 *6)))) (-5 *5 (-1177)) (-5 *3 (-419 (-969 *6))) (-4 *6 (-464)) (-5 *2 (-855 *3)) (-5 *1 (-649 *6)))) (-3043 (*1 *2 *3 *4) (-12 (-5 *4 (-304 (-419 (-969 *5)))) (-5 *3 (-419 (-969 *5))) (-4 *5 (-464)) (-5 *2 (-845 *3)) (-5 *1 (-649 *5)))) (-3043 (*1 *2 *3 *4) (-12 (-5 *4 (-304 (-845 (-969 *5)))) (-4 *5 (-464)) (-5 *2 (-845 (-419 (-969 *5)))) (-5 *1 (-649 *5)) (-5 *3 (-419 (-969 *5))))) (-1948 (*1 *2 *3 *4) (-12 (-5 *4 (-304 (-419 (-969 *5)))) (-5 *3 (-419 (-969 *5))) (-4 *5 (-464)) (-5 *2 (-3 (-855 *3) (-2 (|:| |leftHandLimit| (-3 (-855 *3) "failed")) (|:| |rightHandLimit| (-3 (-855 *3) "failed"))) "failed")) (-5 *1 (-649 *5)))) (-1948 (*1 *2 *3 *4) (-12 (-5 *4 (-304 (-855 (-969 *5)))) (-4 *5 (-464)) (-5 *2 (-3 (-855 (-419 (-969 *5))) (-2 (|:| |leftHandLimit| (-3 (-855 (-419 (-969 *5))) "failed")) (|:| |rightHandLimit| (-3 (-855 (-419 (-969 *5))) "failed"))) "failed")) (-5 *1 (-649 *5)) (-5 *3 (-419 (-969 *5))))))
-(-10 -7 (-15 -1948 ((-3 (-855 (-419 (-969 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-855 (-419 (-969 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-855 (-419 (-969 |#1|))) "failed"))) "failed") (-419 (-969 |#1|)) (-304 (-855 (-969 |#1|))))) (-15 -1948 ((-3 (-855 (-419 (-969 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-855 (-419 (-969 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-855 (-419 (-969 |#1|))) "failed"))) "failed") (-419 (-969 |#1|)) (-304 (-419 (-969 |#1|))))) (-15 -3043 ((-845 (-419 (-969 |#1|))) (-419 (-969 |#1|)) (-304 (-845 (-969 |#1|))))) (-15 -3043 ((-845 (-419 (-969 |#1|))) (-419 (-969 |#1|)) (-304 (-419 (-969 |#1|))))) (-15 -1948 ((-3 (-855 (-419 (-969 |#1|))) "failed") (-419 (-969 |#1|)) (-304 (-419 (-969 |#1|))) (-1177))))
-((-3618 (((-3 (-1286 (-419 |#1|)) "failed") (-1286 |#2|) |#2|) 64 (-2658 (|has| |#1| (-374)))) (((-3 (-1286 |#1|) "failed") (-1286 |#2|) |#2|) 49 (|has| |#1| (-374)))) (-2977 (((-112) (-1286 |#2|)) 33)) (-3782 (((-3 (-1286 |#1|) "failed") (-1286 |#2|)) 40)))
-(((-650 |#1| |#2|) (-10 -7 (-15 -2977 ((-112) (-1286 |#2|))) (-15 -3782 ((-3 (-1286 |#1|) "failed") (-1286 |#2|))) (IF (|has| |#1| (-374)) (-15 -3618 ((-3 (-1286 |#1|) "failed") (-1286 |#2|) |#2|)) (-15 -3618 ((-3 (-1286 (-419 |#1|)) "failed") (-1286 |#2|) |#2|)))) (-568) (-13 (-1068) (-651 |#1|))) (T -650))
-((-3618 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1286 *4)) (-4 *4 (-13 (-1068) (-651 *5))) (-2658 (-4 *5 (-374))) (-4 *5 (-568)) (-5 *2 (-1286 (-419 *5))) (-5 *1 (-650 *5 *4)))) (-3618 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1286 *4)) (-4 *4 (-13 (-1068) (-651 *5))) (-4 *5 (-374)) (-4 *5 (-568)) (-5 *2 (-1286 *5)) (-5 *1 (-650 *5 *4)))) (-3782 (*1 *2 *3) (|partial| -12 (-5 *3 (-1286 *5)) (-4 *5 (-13 (-1068) (-651 *4))) (-4 *4 (-568)) (-5 *2 (-1286 *4)) (-5 *1 (-650 *4 *5)))) (-2977 (*1 *2 *3) (-12 (-5 *3 (-1286 *5)) (-4 *5 (-13 (-1068) (-651 *4))) (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-650 *4 *5)))))
-(-10 -7 (-15 -2977 ((-112) (-1286 |#2|))) (-15 -3782 ((-3 (-1286 |#1|) "failed") (-1286 |#2|))) (IF (|has| |#1| (-374)) (-15 -3618 ((-3 (-1286 |#1|) "failed") (-1286 |#2|) |#2|)) (-15 -3618 ((-3 (-1286 (-419 |#1|)) "failed") (-1286 |#2|) |#2|))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-3142 (((-701 |#1|) (-701 $)) 30) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) 29)) (-1853 (((-701 |#1|) (-1286 $)) 32) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) 31)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27)))
-(((-651 |#1|) (-141) (-1068)) (T -651))
-((-1853 (*1 *2 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-651 *4)) (-4 *4 (-1068)) (-5 *2 (-701 *4)))) (-1853 (*1 *2 *3 *1) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-651 *4)) (-4 *4 (-1068)) (-5 *2 (-2 (|:| -1953 (-701 *4)) (|:| |vec| (-1286 *4)))))) (-3142 (*1 *2 *3) (-12 (-5 *3 (-701 *1)) (-4 *1 (-651 *4)) (-4 *4 (-1068)) (-5 *2 (-701 *4)))) (-3142 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *1)) (-5 *4 (-1286 *1)) (-4 *1 (-651 *5)) (-4 *5 (-1068)) (-5 *2 (-2 (|:| -1953 (-701 *5)) (|:| |vec| (-1286 *5)))))))
-(-13 (-660 |t#1|) (-10 -8 (-15 -1853 ((-701 |t#1|) (-1286 $))) (-15 -1853 ((-2 (|:| -1953 (-701 |t#1|)) (|:| |vec| (-1286 |t#1|))) (-1286 $) $)) (-15 -3142 ((-701 |t#1|) (-701 $))) (-15 -3142 ((-2 (|:| -1953 (-701 |t#1|)) (|:| |vec| (-1286 |t#1|))) (-701 $) (-1286 $)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) 6)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)) (* (($ |#1| $) 14) (($ $ |#1|) 17)))
-(((-652 |#1|) (-141) (-1131)) (T -652))
-NIL
-(-13 (-658 |t#1|) (-1070 |t#1|))
-(((-102) . T) ((-625 (-874)) . T) ((-658 |#1|) . T) ((-1070 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-1356 ((|#2| (-656 |#1|) (-656 |#2|) |#1| (-1 |#2| |#1|)) 18) (((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|) (-1 |#2| |#1|)) 19) ((|#2| (-656 |#1|) (-656 |#2|) |#1| |#2|) 16) (((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|) |#2|) 17) ((|#2| (-656 |#1|) (-656 |#2|) |#1|) 10) (((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|)) 12)))
-(((-653 |#1| |#2|) (-10 -7 (-15 -1356 ((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|))) (-15 -1356 (|#2| (-656 |#1|) (-656 |#2|) |#1|)) (-15 -1356 ((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|) |#2|)) (-15 -1356 (|#2| (-656 |#1|) (-656 |#2|) |#1| |#2|)) (-15 -1356 ((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|) (-1 |#2| |#1|))) (-15 -1356 (|#2| (-656 |#1|) (-656 |#2|) |#1| (-1 |#2| |#1|)))) (-1119) (-1236)) (T -653))
-((-1356 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 *2)) (-5 *6 (-1 *2 *5)) (-4 *5 (-1119)) (-4 *2 (-1236)) (-5 *1 (-653 *5 *2)))) (-1356 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-656 *5)) (-5 *4 (-656 *6)) (-4 *5 (-1119)) (-4 *6 (-1236)) (-5 *1 (-653 *5 *6)))) (-1356 (*1 *2 *3 *4 *5 *2) (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 *2)) (-4 *5 (-1119)) (-4 *2 (-1236)) (-5 *1 (-653 *5 *2)))) (-1356 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 *6)) (-5 *4 (-656 *5)) (-4 *6 (-1119)) (-4 *5 (-1236)) (-5 *2 (-1 *5 *6)) (-5 *1 (-653 *6 *5)))) (-1356 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 *2)) (-4 *5 (-1119)) (-4 *2 (-1236)) (-5 *1 (-653 *5 *2)))) (-1356 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 *6)) (-4 *5 (-1119)) (-4 *6 (-1236)) (-5 *2 (-1 *6 *5)) (-5 *1 (-653 *5 *6)))))
-(-10 -7 (-15 -1356 ((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|))) (-15 -1356 (|#2| (-656 |#1|) (-656 |#2|) |#1|)) (-15 -1356 ((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|) |#2|)) (-15 -1356 (|#2| (-656 |#1|) (-656 |#2|) |#1| |#2|)) (-15 -1356 ((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|) (-1 |#2| |#1|))) (-15 -1356 (|#2| (-656 |#1|) (-656 |#2|) |#1| (-1 |#2| |#1|))))
-((-2456 (((-656 |#2|) (-1 |#2| |#1| |#2|) (-656 |#1|) |#2|) 16)) (-3683 ((|#2| (-1 |#2| |#1| |#2|) (-656 |#1|) |#2|) 18)) (-4114 (((-656 |#2|) (-1 |#2| |#1|) (-656 |#1|)) 13)))
-(((-654 |#1| |#2|) (-10 -7 (-15 -2456 ((-656 |#2|) (-1 |#2| |#1| |#2|) (-656 |#1|) |#2|)) (-15 -3683 (|#2| (-1 |#2| |#1| |#2|) (-656 |#1|) |#2|)) (-15 -4114 ((-656 |#2|) (-1 |#2| |#1|) (-656 |#1|)))) (-1236) (-1236)) (T -654))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-656 *5)) (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-656 *6)) (-5 *1 (-654 *5 *6)))) (-3683 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-656 *5)) (-4 *5 (-1236)) (-4 *2 (-1236)) (-5 *1 (-654 *5 *2)))) (-2456 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-656 *6)) (-4 *6 (-1236)) (-4 *5 (-1236)) (-5 *2 (-656 *5)) (-5 *1 (-654 *6 *5)))))
-(-10 -7 (-15 -2456 ((-656 |#2|) (-1 |#2| |#1| |#2|) (-656 |#1|) |#2|)) (-15 -3683 (|#2| (-1 |#2| |#1| |#2|) (-656 |#1|) |#2|)) (-15 -4114 ((-656 |#2|) (-1 |#2| |#1|) (-656 |#1|))))
-((-4114 (((-656 |#3|) (-1 |#3| |#1| |#2|) (-656 |#1|) (-656 |#2|)) 21)))
-(((-655 |#1| |#2| |#3|) (-10 -7 (-15 -4114 ((-656 |#3|) (-1 |#3| |#1| |#2|) (-656 |#1|) (-656 |#2|)))) (-1236) (-1236) (-1236)) (T -655))
-((-4114 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-656 *6)) (-5 *5 (-656 *7)) (-4 *6 (-1236)) (-4 *7 (-1236)) (-4 *8 (-1236)) (-5 *2 (-656 *8)) (-5 *1 (-655 *6 *7 *8)))))
-(-10 -7 (-15 -4114 ((-656 |#3|) (-1 |#3| |#1| |#2|) (-656 |#1|) (-656 |#2|))))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3103 ((|#1| $) NIL)) (-2896 ((|#1| $) NIL)) (-4422 (($ $) NIL)) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-1986 (($ $ (-576)) NIL (|has| $ (-6 -4463)))) (-4372 (((-112) $) NIL (|has| |#1| (-862))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-4082 (($ $) NIL (-12 (|has| $ (-6 -4463)) (|has| |#1| (-862)))) (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-1793 (($ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-1762 ((|#1| $ |#1|) NIL (|has| $ (-6 -4463)))) (-2965 (($ $ $) NIL (|has| $ (-6 -4463)))) (-2231 ((|#1| $ |#1|) NIL (|has| $ (-6 -4463)))) (-2814 ((|#1| $ |#1|) NIL (|has| $ (-6 -4463)))) (-3753 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4463))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4463))) (($ $ "rest" $) NIL (|has| $ (-6 -4463))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) NIL (|has| $ (-6 -4463))) ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) NIL (|has| $ (-6 -4463)))) (-2031 (($ $ $) 37 (|has| |#1| (-1119)))) (-3078 (($ $ $) 41 (|has| |#1| (-1119)))) (-2446 (($ $ $) 44 (|has| |#1| (-1119)))) (-4394 (($ (-1 (-112) |#1|) $) NIL)) (-1966 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2881 ((|#1| $) NIL)) (-2135 (($) NIL T CONST)) (-1752 (($ $) NIL (|has| $ (-6 -4463)))) (-3833 (($ $) NIL)) (-3590 (($ $) 23) (($ $ (-783)) NIL)) (-2017 (($ $) NIL (|has| |#1| (-1119)))) (-1640 (($ $) 36 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3516 (($ |#1| $) NIL (|has| |#1| (-1119))) (($ (-1 (-112) |#1|) $) NIL)) (-3942 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4330 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) NIL)) (-3565 (((-112) $) NIL)) (-3658 (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1119))) (((-576) |#1| $) NIL (|has| |#1| (-1119))) (((-576) (-1 (-112) |#1|) $) NIL)) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-2647 (((-112) $) 11)) (-4099 (((-656 $) $) NIL)) (-2679 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-4132 (($) 9 T CONST)) (-4138 (($ (-783) |#1|) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) NIL (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| |#1| (-862)))) (-2864 (($ $ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-1872 (($ $ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 40 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1646 (($ |#1|) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-2348 (((-656 |#1|) $) NIL)) (-2326 (((-112) $) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-3966 ((|#1| $) NIL) (($ $ (-783)) NIL)) (-2767 (($ $ $ (-576)) NIL) (($ |#1| $ (-576)) NIL)) (-2171 (($ $ $ (-576)) NIL) (($ |#1| $ (-576)) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3578 ((|#1| $) 20) (($ $ (-783)) NIL)) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1552 (($ $ |#1|) NIL (|has| $ (-6 -4463)))) (-2743 (((-112) $) NIL)) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) NIL)) (-4205 (((-112) $) 39)) (-1854 (($) 38)) (-2794 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1253 (-576))) NIL) ((|#1| $ (-576)) 42) ((|#1| $ (-576) |#1|) NIL)) (-3273 (((-576) $ $) NIL)) (-4142 (($ $ (-1253 (-576))) NIL) (($ $ (-576)) NIL)) (-3463 (($ $ (-1253 (-576))) NIL) (($ $ (-576)) NIL)) (-2635 (((-112) $) NIL)) (-2009 (($ $) NIL)) (-1611 (($ $) NIL (|has| $ (-6 -4463)))) (-1795 (((-783) $) NIL)) (-2039 (($ $) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1497 (($ $ $ (-576)) NIL (|has| $ (-6 -4463)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) 53 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) NIL)) (-2837 (($ |#1| $) 12)) (-3906 (($ $ $) NIL) (($ $ |#1|) NIL)) (-1613 (($ $ $) 35) (($ |#1| $) 43) (($ (-656 $)) NIL) (($ $ |#1|) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) NIL)) (-1434 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-3482 (($ $ $) 13)) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-4359 (((-1177) $) 31 (|has| |#1| (-840))) (((-1177) $ (-112)) 32 (|has| |#1| (-840))) (((-1291) (-834) $) 33 (|has| |#1| (-840))) (((-1291) (-834) $ (-112)) 34 (|has| |#1| (-840)))) (-2989 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-656 |#1|) (-13 (-678 |#1|) (-10 -8 (-15 -4132 ($) -1478) (-15 -2647 ((-112) $)) (-15 -2837 ($ |#1| $)) (-15 -3482 ($ $ $)) (IF (|has| |#1| (-1119)) (PROGN (-15 -2031 ($ $ $)) (-15 -3078 ($ $ $)) (-15 -2446 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-840)) (-6 (-840)) |%noBranch|))) (-1236)) (T -656))
-((-4132 (*1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1236)))) (-2647 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-656 *3)) (-4 *3 (-1236)))) (-2837 (*1 *1 *2 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1236)))) (-3482 (*1 *1 *1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1236)))) (-2031 (*1 *1 *1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1119)) (-4 *2 (-1236)))) (-3078 (*1 *1 *1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1119)) (-4 *2 (-1236)))) (-2446 (*1 *1 *1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1119)) (-4 *2 (-1236)))))
-(-13 (-678 |#1|) (-10 -8 (-15 -4132 ($) -1478) (-15 -2647 ((-112) $)) (-15 -2837 ($ |#1| $)) (-15 -3482 ($ $ $)) (IF (|has| |#1| (-1119)) (PROGN (-15 -2031 ($ $ $)) (-15 -3078 ($ $ $)) (-15 -2446 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-840)) (-6 (-840)) |%noBranch|)))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 11) (($ (-1200)) NIL) (((-1200) $) NIL) ((|#1| $) 8)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-657 |#1|) (-13 (-1102) (-625 |#1|)) (-1119)) (T -657))
-NIL
-(-13 (-1102) (-625 |#1|))
-((-3486 (((-112) $ $) 6)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)) (* (($ |#1| $) 14)))
-(((-658 |#1|) (-141) (-1131)) (T -658))
-((* (*1 *1 *2 *1) (-12 (-4 *1 (-658 *2)) (-4 *2 (-1131)))))
-(-13 (-1119) (-10 -8 (-15 * ($ |t#1| $))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1669 (($ |#1| |#1| $) 43)) (-3733 (((-112) $ (-783)) NIL)) (-4394 (($ (-1 (-112) |#1|) $) 59 (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-2017 (($ $) 45)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3516 (($ |#1| $) 56 (|has| $ (-6 -4462))) (($ (-1 (-112) |#1|) $) 58 (|has| $ (-6 -4462)))) (-3942 (($ |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4462)))) (-3963 (((-656 |#1|) $) 9 (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4320 (($ (-1 |#1| |#1|) $) 39 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 37)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-4219 ((|#1| $) 47)) (-2767 (($ |#1| $) 29) (($ |#1| $ (-783)) 42)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-4436 ((|#1| $) 50)) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) 23)) (-1854 (($) 28)) (-1432 (((-112) $) 54)) (-1825 (((-656 (-2 (|:| -4437 |#1|) (|:| -1458 (-783)))) $) 67)) (-2089 (($) 26) (($ (-656 |#1|)) 19)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) 63 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) 20)) (-4169 (((-548) $) 34 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) NIL)) (-3567 (((-874) $) 14 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2847 (($ (-656 |#1|)) 24)) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 69 (|has| |#1| (-102)))) (-3500 (((-783) $) 17 (|has| $ (-6 -4462)))))
-(((-659 |#1|) (-13 (-707 |#1|) (-10 -8 (-6 -4462) (-15 -1432 ((-112) $)) (-15 -1669 ($ |#1| |#1| $)))) (-1119)) (T -659))
-((-1432 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-659 *3)) (-4 *3 (-1119)))) (-1669 (*1 *1 *2 *2 *1) (-12 (-5 *1 (-659 *2)) (-4 *2 (-1119)))))
-(-13 (-707 |#1|) (-10 -8 (-6 -4462) (-15 -1432 ((-112) $)) (-15 -1669 ($ |#1| |#1| $))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27)))
-(((-660 |#1|) (-141) (-1077)) (T -660))
+((-4125 (*1 *1 *1 *1) (-12 (-4 *1 (-646 *2)) (-4 *2 (-174)))) (-4047 (*1 *1 *1 *2) (-12 (-4 *1 (-646 *2)) (-4 *2 (-174)) (-4 *2 (-374)))))
+(-13 (-729 |t#1|) (-10 -8 (-6 |NullSquare|) (-6 |JacobiIdentity|) (-15 -4125 ($ $ $)) (IF (|has| |t#1| (-374)) (-15 -4047 ($ $ |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-4352 (((-3 $ "failed")) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4235 (((-1288 (-701 |#1|))) NIL (|has| |#2| (-429 |#1|))) (((-1288 (-701 |#1|)) (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-1667 (((-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-3853 (($) NIL T CONST)) (-1568 (((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed")) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-4398 (((-3 $ "failed")) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3998 (((-701 |#1|)) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-1557 ((|#1| $) NIL (|has| |#2| (-378 |#1|)))) (-3726 (((-701 |#1|) $) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) $ (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-2783 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3301 (((-1193 (-971 |#1|))) NIL (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-374))))) (-3679 (($ $ (-940)) NIL)) (-4309 ((|#1| $) NIL (|has| |#2| (-378 |#1|)))) (-4163 (((-1193 |#1|) $) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3779 ((|#1|) NIL (|has| |#2| (-429 |#1|))) ((|#1| (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-4098 (((-1193 |#1|) $) NIL (|has| |#2| (-378 |#1|)))) (-3782 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-3093 (($ (-1288 |#1|)) NIL (|has| |#2| (-429 |#1|))) (($ (-1288 |#1|) (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-2413 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-4136 (((-940)) NIL (|has| |#2| (-378 |#1|)))) (-1493 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-3228 (($ $ (-940)) NIL)) (-4016 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2352 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2028 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-1711 (((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed")) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3344 (((-3 $ "failed")) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-3746 (((-701 |#1|)) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-3167 ((|#1| $) NIL (|has| |#2| (-378 |#1|)))) (-2697 (((-701 |#1|) $) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) $ (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-3191 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-2639 (((-1193 (-971 |#1|))) NIL (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-374))))) (-3171 (($ $ (-940)) NIL)) (-3233 ((|#1| $) NIL (|has| |#2| (-378 |#1|)))) (-3682 (((-1193 |#1|) $) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-4396 ((|#1|) NIL (|has| |#2| (-429 |#1|))) ((|#1| (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-4120 (((-1193 |#1|) $) NIL (|has| |#2| (-378 |#1|)))) (-3668 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-4185 (((-1179) $) NIL)) (-3601 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2018 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2798 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-3117 (((-1141) $) NIL)) (-2022 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-4369 ((|#1| $ (-576)) NIL (|has| |#2| (-429 |#1|)))) (-3219 (((-701 |#1|) (-1288 $)) NIL (|has| |#2| (-429 |#1|))) (((-1288 |#1|) $) NIL (|has| |#2| (-429 |#1|))) (((-701 |#1|) (-1288 $) (-1288 $)) NIL (|has| |#2| (-378 |#1|))) (((-1288 |#1|) $ (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-1554 (($ (-1288 |#1|)) NIL (|has| |#2| (-429 |#1|))) (((-1288 |#1|) $) NIL (|has| |#2| (-429 |#1|)))) (-2189 (((-656 (-971 |#1|))) NIL (|has| |#2| (-429 |#1|))) (((-656 (-971 |#1|)) (-1288 $)) NIL (|has| |#2| (-378 |#1|)))) (-3595 (($ $ $) NIL)) (-3954 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-4114 (((-876) $) NIL) ((|#2| $) 12) (($ |#2|) 13)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) NIL (|has| |#2| (-429 |#1|)))) (-2136 (((-656 (-1288 |#1|))) NIL (-3795 (-12 (|has| |#2| (-378 |#1|)) (|has| |#1| (-568))) (-12 (|has| |#2| (-429 |#1|)) (|has| |#1| (-568)))))) (-2781 (($ $ $ $) NIL)) (-3174 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2653 (($ (-701 |#1|) $) NIL (|has| |#2| (-429 |#1|)))) (-1800 (($ $ $) NIL)) (-3590 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2112 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-2000 (((-112)) NIL (|has| |#2| (-378 |#1|)))) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) 20)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 11) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-647 |#1| |#2|) (-13 (-756 |#1|) (-625 |#2|) (-10 -8 (-15 -4114 ($ |#2|)) (IF (|has| |#2| (-429 |#1|)) (-6 (-429 |#1|)) |%noBranch|) (IF (|has| |#2| (-378 |#1|)) (-6 (-378 |#1|)) |%noBranch|))) (-174) (-756 |#1|)) (T -647))
+((-4114 (*1 *1 *2) (-12 (-4 *3 (-174)) (-5 *1 (-647 *3 *2)) (-4 *2 (-756 *3)))))
+(-13 (-756 |#1|) (-625 |#2|) (-10 -8 (-15 -4114 ($ |#2|)) (IF (|has| |#2| (-429 |#1|)) (-6 (-429 |#1|)) |%noBranch|) (IF (|has| |#2| (-378 |#1|)) (-6 (-378 |#1|)) |%noBranch|)))
+((-2628 (((-3 (-855 |#2|) "failed") |#2| (-304 |#2|) (-1179)) 106) (((-3 (-855 |#2|) (-2 (|:| |leftHandLimit| (-3 (-855 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-855 |#2|) "failed"))) "failed") |#2| (-304 (-855 |#2|))) 131)) (-2557 (((-3 (-845 |#2|) "failed") |#2| (-304 (-845 |#2|))) 136)))
+(((-648 |#1| |#2|) (-10 -7 (-15 -2628 ((-3 (-855 |#2|) (-2 (|:| |leftHandLimit| (-3 (-855 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-855 |#2|) "failed"))) "failed") |#2| (-304 (-855 |#2|)))) (-15 -2557 ((-3 (-845 |#2|) "failed") |#2| (-304 (-845 |#2|)))) (-15 -2628 ((-3 (-855 |#2|) "failed") |#2| (-304 |#2|) (-1179)))) (-13 (-464) (-1059 (-576)) (-651 (-576))) (-13 (-27) (-1223) (-442 |#1|))) (T -648))
+((-2628 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-304 *3)) (-5 *5 (-1179)) (-4 *3 (-13 (-27) (-1223) (-442 *6))) (-4 *6 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-855 *3)) (-5 *1 (-648 *6 *3)))) (-2557 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-304 (-845 *3))) (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-845 *3)) (-5 *1 (-648 *5 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5))))) (-2628 (*1 *2 *3 *4) (-12 (-5 *4 (-304 (-855 *3))) (-4 *3 (-13 (-27) (-1223) (-442 *5))) (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-3 (-855 *3) (-2 (|:| |leftHandLimit| (-3 (-855 *3) "failed")) (|:| |rightHandLimit| (-3 (-855 *3) "failed"))) "failed")) (-5 *1 (-648 *5 *3)))))
+(-10 -7 (-15 -2628 ((-3 (-855 |#2|) (-2 (|:| |leftHandLimit| (-3 (-855 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-855 |#2|) "failed"))) "failed") |#2| (-304 (-855 |#2|)))) (-15 -2557 ((-3 (-845 |#2|) "failed") |#2| (-304 (-845 |#2|)))) (-15 -2628 ((-3 (-855 |#2|) "failed") |#2| (-304 |#2|) (-1179))))
+((-2628 (((-3 (-855 (-419 (-971 |#1|))) "failed") (-419 (-971 |#1|)) (-304 (-419 (-971 |#1|))) (-1179)) 86) (((-3 (-855 (-419 (-971 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-855 (-419 (-971 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-855 (-419 (-971 |#1|))) "failed"))) "failed") (-419 (-971 |#1|)) (-304 (-419 (-971 |#1|)))) 20) (((-3 (-855 (-419 (-971 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-855 (-419 (-971 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-855 (-419 (-971 |#1|))) "failed"))) "failed") (-419 (-971 |#1|)) (-304 (-855 (-971 |#1|)))) 35)) (-2557 (((-845 (-419 (-971 |#1|))) (-419 (-971 |#1|)) (-304 (-419 (-971 |#1|)))) 23) (((-845 (-419 (-971 |#1|))) (-419 (-971 |#1|)) (-304 (-845 (-971 |#1|)))) 43)))
+(((-649 |#1|) (-10 -7 (-15 -2628 ((-3 (-855 (-419 (-971 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-855 (-419 (-971 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-855 (-419 (-971 |#1|))) "failed"))) "failed") (-419 (-971 |#1|)) (-304 (-855 (-971 |#1|))))) (-15 -2628 ((-3 (-855 (-419 (-971 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-855 (-419 (-971 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-855 (-419 (-971 |#1|))) "failed"))) "failed") (-419 (-971 |#1|)) (-304 (-419 (-971 |#1|))))) (-15 -2557 ((-845 (-419 (-971 |#1|))) (-419 (-971 |#1|)) (-304 (-845 (-971 |#1|))))) (-15 -2557 ((-845 (-419 (-971 |#1|))) (-419 (-971 |#1|)) (-304 (-419 (-971 |#1|))))) (-15 -2628 ((-3 (-855 (-419 (-971 |#1|))) "failed") (-419 (-971 |#1|)) (-304 (-419 (-971 |#1|))) (-1179)))) (-464)) (T -649))
+((-2628 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-304 (-419 (-971 *6)))) (-5 *5 (-1179)) (-5 *3 (-419 (-971 *6))) (-4 *6 (-464)) (-5 *2 (-855 *3)) (-5 *1 (-649 *6)))) (-2557 (*1 *2 *3 *4) (-12 (-5 *4 (-304 (-419 (-971 *5)))) (-5 *3 (-419 (-971 *5))) (-4 *5 (-464)) (-5 *2 (-845 *3)) (-5 *1 (-649 *5)))) (-2557 (*1 *2 *3 *4) (-12 (-5 *4 (-304 (-845 (-971 *5)))) (-4 *5 (-464)) (-5 *2 (-845 (-419 (-971 *5)))) (-5 *1 (-649 *5)) (-5 *3 (-419 (-971 *5))))) (-2628 (*1 *2 *3 *4) (-12 (-5 *4 (-304 (-419 (-971 *5)))) (-5 *3 (-419 (-971 *5))) (-4 *5 (-464)) (-5 *2 (-3 (-855 *3) (-2 (|:| |leftHandLimit| (-3 (-855 *3) "failed")) (|:| |rightHandLimit| (-3 (-855 *3) "failed"))) "failed")) (-5 *1 (-649 *5)))) (-2628 (*1 *2 *3 *4) (-12 (-5 *4 (-304 (-855 (-971 *5)))) (-4 *5 (-464)) (-5 *2 (-3 (-855 (-419 (-971 *5))) (-2 (|:| |leftHandLimit| (-3 (-855 (-419 (-971 *5))) "failed")) (|:| |rightHandLimit| (-3 (-855 (-419 (-971 *5))) "failed"))) "failed")) (-5 *1 (-649 *5)) (-5 *3 (-419 (-971 *5))))))
+(-10 -7 (-15 -2628 ((-3 (-855 (-419 (-971 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-855 (-419 (-971 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-855 (-419 (-971 |#1|))) "failed"))) "failed") (-419 (-971 |#1|)) (-304 (-855 (-971 |#1|))))) (-15 -2628 ((-3 (-855 (-419 (-971 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-855 (-419 (-971 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-855 (-419 (-971 |#1|))) "failed"))) "failed") (-419 (-971 |#1|)) (-304 (-419 (-971 |#1|))))) (-15 -2557 ((-845 (-419 (-971 |#1|))) (-419 (-971 |#1|)) (-304 (-845 (-971 |#1|))))) (-15 -2557 ((-845 (-419 (-971 |#1|))) (-419 (-971 |#1|)) (-304 (-419 (-971 |#1|))))) (-15 -2628 ((-3 (-855 (-419 (-971 |#1|))) "failed") (-419 (-971 |#1|)) (-304 (-419 (-971 |#1|))) (-1179))))
+((-3382 (((-3 (-1288 (-419 |#1|)) "failed") (-1288 |#2|) |#2|) 64 (-2300 (|has| |#1| (-374)))) (((-3 (-1288 |#1|) "failed") (-1288 |#2|) |#2|) 49 (|has| |#1| (-374)))) (-3224 (((-112) (-1288 |#2|)) 33)) (-4419 (((-3 (-1288 |#1|) "failed") (-1288 |#2|)) 40)))
+(((-650 |#1| |#2|) (-10 -7 (-15 -3224 ((-112) (-1288 |#2|))) (-15 -4419 ((-3 (-1288 |#1|) "failed") (-1288 |#2|))) (IF (|has| |#1| (-374)) (-15 -3382 ((-3 (-1288 |#1|) "failed") (-1288 |#2|) |#2|)) (-15 -3382 ((-3 (-1288 (-419 |#1|)) "failed") (-1288 |#2|) |#2|)))) (-568) (-13 (-1070) (-651 |#1|))) (T -650))
+((-3382 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1288 *4)) (-4 *4 (-13 (-1070) (-651 *5))) (-2300 (-4 *5 (-374))) (-4 *5 (-568)) (-5 *2 (-1288 (-419 *5))) (-5 *1 (-650 *5 *4)))) (-3382 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1288 *4)) (-4 *4 (-13 (-1070) (-651 *5))) (-4 *5 (-374)) (-4 *5 (-568)) (-5 *2 (-1288 *5)) (-5 *1 (-650 *5 *4)))) (-4419 (*1 *2 *3) (|partial| -12 (-5 *3 (-1288 *5)) (-4 *5 (-13 (-1070) (-651 *4))) (-4 *4 (-568)) (-5 *2 (-1288 *4)) (-5 *1 (-650 *4 *5)))) (-3224 (*1 *2 *3) (-12 (-5 *3 (-1288 *5)) (-4 *5 (-13 (-1070) (-651 *4))) (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-650 *4 *5)))))
+(-10 -7 (-15 -3224 ((-112) (-1288 |#2|))) (-15 -4419 ((-3 (-1288 |#1|) "failed") (-1288 |#2|))) (IF (|has| |#1| (-374)) (-15 -3382 ((-3 (-1288 |#1|) "failed") (-1288 |#2|) |#2|)) (-15 -3382 ((-3 (-1288 (-419 |#1|)) "failed") (-1288 |#2|) |#2|))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2255 (((-701 |#1|) (-701 $)) 30) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) 29)) (-3015 (((-701 |#1|) (-1288 $)) 32) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) 31)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27)))
+(((-651 |#1|) (-141) (-1070)) (T -651))
+((-3015 (*1 *2 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-651 *4)) (-4 *4 (-1070)) (-5 *2 (-701 *4)))) (-3015 (*1 *2 *3 *1) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-651 *4)) (-4 *4 (-1070)) (-5 *2 (-2 (|:| -2663 (-701 *4)) (|:| |vec| (-1288 *4)))))) (-2255 (*1 *2 *3) (-12 (-5 *3 (-701 *1)) (-4 *1 (-651 *4)) (-4 *4 (-1070)) (-5 *2 (-701 *4)))) (-2255 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *1)) (-5 *4 (-1288 *1)) (-4 *1 (-651 *5)) (-4 *5 (-1070)) (-5 *2 (-2 (|:| -2663 (-701 *5)) (|:| |vec| (-1288 *5)))))))
+(-13 (-660 |t#1|) (-10 -8 (-15 -3015 ((-701 |t#1|) (-1288 $))) (-15 -3015 ((-2 (|:| -2663 (-701 |t#1|)) (|:| |vec| (-1288 |t#1|))) (-1288 $) $)) (-15 -2255 ((-701 |t#1|) (-701 $))) (-15 -2255 ((-2 (|:| -2663 (-701 |t#1|)) (|:| |vec| (-1288 |t#1|))) (-701 $) (-1288 $)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) 6)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)) (* (($ |#1| $) 14) (($ $ |#1|) 17)))
+(((-652 |#1|) (-141) (-1133)) (T -652))
+NIL
+(-13 (-658 |t#1|) (-1072 |t#1|))
+(((-102) . T) ((-625 (-876)) . T) ((-658 |#1|) . T) ((-1072 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-1465 ((|#2| (-656 |#1|) (-656 |#2|) |#1| (-1 |#2| |#1|)) 18) (((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|) (-1 |#2| |#1|)) 19) ((|#2| (-656 |#1|) (-656 |#2|) |#1| |#2|) 16) (((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|) |#2|) 17) ((|#2| (-656 |#1|) (-656 |#2|) |#1|) 10) (((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|)) 12)))
+(((-653 |#1| |#2|) (-10 -7 (-15 -1465 ((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|))) (-15 -1465 (|#2| (-656 |#1|) (-656 |#2|) |#1|)) (-15 -1465 ((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|) |#2|)) (-15 -1465 (|#2| (-656 |#1|) (-656 |#2|) |#1| |#2|)) (-15 -1465 ((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|) (-1 |#2| |#1|))) (-15 -1465 (|#2| (-656 |#1|) (-656 |#2|) |#1| (-1 |#2| |#1|)))) (-1121) (-1238)) (T -653))
+((-1465 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 *2)) (-5 *6 (-1 *2 *5)) (-4 *5 (-1121)) (-4 *2 (-1238)) (-5 *1 (-653 *5 *2)))) (-1465 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-656 *5)) (-5 *4 (-656 *6)) (-4 *5 (-1121)) (-4 *6 (-1238)) (-5 *1 (-653 *5 *6)))) (-1465 (*1 *2 *3 *4 *5 *2) (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 *2)) (-4 *5 (-1121)) (-4 *2 (-1238)) (-5 *1 (-653 *5 *2)))) (-1465 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 *6)) (-5 *4 (-656 *5)) (-4 *6 (-1121)) (-4 *5 (-1238)) (-5 *2 (-1 *5 *6)) (-5 *1 (-653 *6 *5)))) (-1465 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 *2)) (-4 *5 (-1121)) (-4 *2 (-1238)) (-5 *1 (-653 *5 *2)))) (-1465 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 *6)) (-4 *5 (-1121)) (-4 *6 (-1238)) (-5 *2 (-1 *6 *5)) (-5 *1 (-653 *5 *6)))))
+(-10 -7 (-15 -1465 ((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|))) (-15 -1465 (|#2| (-656 |#1|) (-656 |#2|) |#1|)) (-15 -1465 ((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|) |#2|)) (-15 -1465 (|#2| (-656 |#1|) (-656 |#2|) |#1| |#2|)) (-15 -1465 ((-1 |#2| |#1|) (-656 |#1|) (-656 |#2|) (-1 |#2| |#1|))) (-15 -1465 (|#2| (-656 |#1|) (-656 |#2|) |#1| (-1 |#2| |#1|))))
+((-3958 (((-656 |#2|) (-1 |#2| |#1| |#2|) (-656 |#1|) |#2|) 16)) (-2722 ((|#2| (-1 |#2| |#1| |#2|) (-656 |#1|) |#2|) 18)) (-2423 (((-656 |#2|) (-1 |#2| |#1|) (-656 |#1|)) 13)))
+(((-654 |#1| |#2|) (-10 -7 (-15 -3958 ((-656 |#2|) (-1 |#2| |#1| |#2|) (-656 |#1|) |#2|)) (-15 -2722 (|#2| (-1 |#2| |#1| |#2|) (-656 |#1|) |#2|)) (-15 -2423 ((-656 |#2|) (-1 |#2| |#1|) (-656 |#1|)))) (-1238) (-1238)) (T -654))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-656 *5)) (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-656 *6)) (-5 *1 (-654 *5 *6)))) (-2722 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-656 *5)) (-4 *5 (-1238)) (-4 *2 (-1238)) (-5 *1 (-654 *5 *2)))) (-3958 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-656 *6)) (-4 *6 (-1238)) (-4 *5 (-1238)) (-5 *2 (-656 *5)) (-5 *1 (-654 *6 *5)))))
+(-10 -7 (-15 -3958 ((-656 |#2|) (-1 |#2| |#1| |#2|) (-656 |#1|) |#2|)) (-15 -2722 (|#2| (-1 |#2| |#1| |#2|) (-656 |#1|) |#2|)) (-15 -2423 ((-656 |#2|) (-1 |#2| |#1|) (-656 |#1|))))
+((-2423 (((-656 |#3|) (-1 |#3| |#1| |#2|) (-656 |#1|) (-656 |#2|)) 21)))
+(((-655 |#1| |#2| |#3|) (-10 -7 (-15 -2423 ((-656 |#3|) (-1 |#3| |#1| |#2|) (-656 |#1|) (-656 |#2|)))) (-1238) (-1238) (-1238)) (T -655))
+((-2423 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-656 *6)) (-5 *5 (-656 *7)) (-4 *6 (-1238)) (-4 *7 (-1238)) (-4 *8 (-1238)) (-5 *2 (-656 *8)) (-5 *1 (-655 *6 *7 *8)))))
+(-10 -7 (-15 -2423 ((-656 |#3|) (-1 |#3| |#1| |#2|) (-656 |#1|) (-656 |#2|))))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1688 ((|#1| $) NIL)) (-3457 ((|#1| $) NIL)) (-3095 (($ $) NIL)) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-1720 (($ $ (-576)) NIL (|has| $ (-6 -4465)))) (-2033 (((-112) $) NIL (|has| |#1| (-862))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-2218 (($ $) NIL (-12 (|has| $ (-6 -4465)) (|has| |#1| (-862)))) (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2380 (($ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-1450 ((|#1| $ |#1|) NIL (|has| $ (-6 -4465)))) (-3123 (($ $ $) NIL (|has| $ (-6 -4465)))) (-3527 ((|#1| $ |#1|) NIL (|has| $ (-6 -4465)))) (-4249 ((|#1| $ |#1|) NIL (|has| $ (-6 -4465)))) (-4268 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4465))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4465))) (($ $ "rest" $) NIL (|has| $ (-6 -4465))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) NIL (|has| $ (-6 -4465))) ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) NIL (|has| $ (-6 -4465)))) (-2102 (($ $ $) 37 (|has| |#1| (-1121)))) (-2927 (($ $ $) 41 (|has| |#1| (-1121)))) (-3849 (($ $ $) 44 (|has| |#1| (-1121)))) (-2250 (($ (-1 (-112) |#1|) $) NIL)) (-3604 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3443 ((|#1| $) NIL)) (-3853 (($) NIL T CONST)) (-1370 (($ $) NIL (|has| $ (-6 -4465)))) (-4204 (($ $) NIL)) (-1762 (($ $) 23) (($ $ (-783)) NIL)) (-1966 (($ $) NIL (|has| |#1| (-1121)))) (-2741 (($ $) 36 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1678 (($ |#1| $) NIL (|has| |#1| (-1121))) (($ (-1 (-112) |#1|) $) NIL)) (-2824 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1908 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) NIL)) (-4127 (((-112) $) NIL)) (-3539 (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1121))) (((-576) |#1| $) NIL (|has| |#1| (-1121))) (((-576) (-1 (-112) |#1|) $) NIL)) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-2286 (((-112) $) 11)) (-4360 (((-656 $) $) NIL)) (-2317 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-2600 (($) 9 T CONST)) (-1988 (($ (-783) |#1|) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) NIL (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| |#1| (-862)))) (-3528 (($ $ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-3181 (($ $ $) NIL (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 40 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2784 (($ |#1|) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4186 (((-656 |#1|) $) NIL)) (-1925 (((-112) $) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-2850 ((|#1| $) NIL) (($ $ (-783)) NIL)) (-3846 (($ $ $ (-576)) NIL) (($ |#1| $ (-576)) NIL)) (-3386 (($ $ $ (-576)) NIL) (($ |#1| $ (-576)) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-1753 ((|#1| $) 20) (($ $ (-783)) NIL)) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3140 (($ $ |#1|) NIL (|has| $ (-6 -4465)))) (-1651 (((-112) $) NIL)) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) NIL)) (-4190 (((-112) $) 39)) (-3029 (($) 38)) (-4369 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1255 (-576))) NIL) ((|#1| $ (-576)) 42) ((|#1| $ (-576) |#1|) NIL)) (-3088 (((-576) $ $) NIL)) (-1601 (($ $ (-1255 (-576))) NIL) (($ $ (-576)) NIL)) (-2335 (($ $ (-1255 (-576))) NIL) (($ $ (-576)) NIL)) (-1906 (((-112) $) NIL)) (-1916 (($ $) NIL)) (-2432 (($ $) NIL (|has| $ (-6 -4465)))) (-3738 (((-783) $) NIL)) (-2178 (($ $) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3796 (($ $ $ (-576)) NIL (|has| $ (-6 -4465)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) 53 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) NIL)) (-4058 (($ |#1| $) 12)) (-3179 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2767 (($ $ $) 35) (($ |#1| $) 43) (($ (-656 $)) NIL) (($ $ |#1|) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) NIL)) (-2090 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-3097 (($ $ $) 13)) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-1883 (((-1179) $) 31 (|has| |#1| (-840))) (((-1179) $ (-112)) 32 (|has| |#1| (-840))) (((-1293) (-834) $) 33 (|has| |#1| (-840))) (((-1293) (-834) $ (-112)) 34 (|has| |#1| (-840)))) (-3995 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3985 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3962 (((-112) $ $) NIL (|has| |#1| (-862)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-656 |#1|) (-13 (-678 |#1|) (-10 -8 (-15 -2600 ($) -2666) (-15 -2286 ((-112) $)) (-15 -4058 ($ |#1| $)) (-15 -3097 ($ $ $)) (IF (|has| |#1| (-1121)) (PROGN (-15 -2102 ($ $ $)) (-15 -2927 ($ $ $)) (-15 -3849 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-840)) (-6 (-840)) |%noBranch|))) (-1238)) (T -656))
+((-2600 (*1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1238)))) (-2286 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-656 *3)) (-4 *3 (-1238)))) (-4058 (*1 *1 *2 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1238)))) (-3097 (*1 *1 *1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1238)))) (-2102 (*1 *1 *1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1121)) (-4 *2 (-1238)))) (-2927 (*1 *1 *1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1121)) (-4 *2 (-1238)))) (-3849 (*1 *1 *1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1121)) (-4 *2 (-1238)))))
+(-13 (-678 |#1|) (-10 -8 (-15 -2600 ($) -2666) (-15 -2286 ((-112) $)) (-15 -4058 ($ |#1| $)) (-15 -3097 ($ $ $)) (IF (|has| |#1| (-1121)) (PROGN (-15 -2102 ($ $ $)) (-15 -2927 ($ $ $)) (-15 -3849 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-840)) (-6 (-840)) |%noBranch|)))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 11) (($ (-1202)) NIL) (((-1202) $) NIL) ((|#1| $) 8)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-657 |#1|) (-13 (-1104) (-625 |#1|)) (-1121)) (T -657))
+NIL
+(-13 (-1104) (-625 |#1|))
+((-1955 (((-112) $ $) 6)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)) (* (($ |#1| $) 14)))
+(((-658 |#1|) (-141) (-1133)) (T -658))
+((* (*1 *1 *2 *1) (-12 (-4 *1 (-658 *2)) (-4 *2 (-1133)))))
+(-13 (-1121) (-10 -8 (-15 * ($ |t#1| $))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1723 (($ |#1| |#1| $) 43)) (-1951 (((-112) $ (-783)) NIL)) (-2250 (($ (-1 (-112) |#1|) $) 59 (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-1966 (($ $) 45)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1678 (($ |#1| $) 56 (|has| $ (-6 -4464))) (($ (-1 (-112) |#1|) $) 58 (|has| $ (-6 -4464)))) (-2824 (($ |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4464)))) (-3722 (((-656 |#1|) $) 9 (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1896 (($ (-1 |#1| |#1|) $) 39 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 37)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-4306 ((|#1| $) 47)) (-3846 (($ |#1| $) 29) (($ |#1| $ (-783)) 42)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1470 ((|#1| $) 50)) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) 23)) (-3029 (($) 28)) (-2684 (((-112) $) 54)) (-4032 (((-656 (-2 (|:| -2904 |#1|) (|:| -3131 (-783)))) $) 67)) (-1455 (($) 26) (($ (-656 |#1|)) 19)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) 63 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) 20)) (-1554 (((-548) $) 34 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) NIL)) (-4114 (((-876) $) 14 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-3356 (($ (-656 |#1|)) 24)) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 69 (|has| |#1| (-102)))) (-1968 (((-783) $) 17 (|has| $ (-6 -4464)))))
+(((-659 |#1|) (-13 (-707 |#1|) (-10 -8 (-6 -4464) (-15 -2684 ((-112) $)) (-15 -1723 ($ |#1| |#1| $)))) (-1121)) (T -659))
+((-2684 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-659 *3)) (-4 *3 (-1121)))) (-1723 (*1 *1 *2 *2 *1) (-12 (-5 *1 (-659 *2)) (-4 *2 (-1121)))))
+(-13 (-707 |#1|) (-10 -8 (-6 -4464) (-15 -2684 ((-112) $)) (-15 -1723 ($ |#1| |#1| $))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27)))
+(((-660 |#1|) (-141) (-1079)) (T -660))
NIL
(-13 (-21) (-658 |t#1|))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-2093 (((-783) $) 17)) (-3397 (($ $ |#1|) 69)) (-1752 (($ $) 39)) (-3833 (($ $) 37)) (-1570 (((-3 |#1| "failed") $) 61)) (-2857 ((|#1| $) NIL)) (-3597 (($ |#1| |#2| $) 79) (($ $ $) 81)) (-3377 (((-874) $ (-1 (-874) (-874) (-874)) (-1 (-874) (-874) (-874)) (-576)) 56)) (-1842 ((|#1| $ (-576)) 35)) (-3546 ((|#2| $ (-576)) 34)) (-1653 (($ (-1 |#1| |#1|) $) 41)) (-2820 (($ (-1 |#2| |#2|) $) 47)) (-3203 (($) 11)) (-3561 (($ |#1| |#2|) 24)) (-2239 (($ (-656 (-2 (|:| |gen| |#1|) (|:| -4101 |#2|)))) 25)) (-3163 (((-656 (-2 (|:| |gen| |#1|) (|:| -4101 |#2|))) $) 14)) (-2997 (($ |#1| $) 71)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-1403 (((-112) $ $) 76)) (-3567 (((-874) $) 21) (($ |#1|) 18)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 27)))
-(((-661 |#1| |#2| |#3|) (-13 (-1119) (-1057 |#1|) (-10 -8 (-15 -3377 ((-874) $ (-1 (-874) (-874) (-874)) (-1 (-874) (-874) (-874)) (-576))) (-15 -3163 ((-656 (-2 (|:| |gen| |#1|) (|:| -4101 |#2|))) $)) (-15 -3561 ($ |#1| |#2|)) (-15 -2239 ($ (-656 (-2 (|:| |gen| |#1|) (|:| -4101 |#2|))))) (-15 -3546 (|#2| $ (-576))) (-15 -1842 (|#1| $ (-576))) (-15 -3833 ($ $)) (-15 -1752 ($ $)) (-15 -2093 ((-783) $)) (-15 -3203 ($)) (-15 -3397 ($ $ |#1|)) (-15 -2997 ($ |#1| $)) (-15 -3597 ($ |#1| |#2| $)) (-15 -3597 ($ $ $)) (-15 -1403 ((-112) $ $)) (-15 -2820 ($ (-1 |#2| |#2|) $)) (-15 -1653 ($ (-1 |#1| |#1|) $)))) (-1119) (-23) |#2|) (T -661))
-((-3377 (*1 *2 *1 *3 *3 *4) (-12 (-5 *3 (-1 (-874) (-874) (-874))) (-5 *4 (-576)) (-5 *2 (-874)) (-5 *1 (-661 *5 *6 *7)) (-4 *5 (-1119)) (-4 *6 (-23)) (-14 *7 *6))) (-3163 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -4101 *4)))) (-5 *1 (-661 *3 *4 *5)) (-4 *3 (-1119)) (-4 *4 (-23)) (-14 *5 *4))) (-3561 (*1 *1 *2 *3) (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1119)) (-4 *3 (-23)) (-14 *4 *3))) (-2239 (*1 *1 *2) (-12 (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -4101 *4)))) (-4 *3 (-1119)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-661 *3 *4 *5)))) (-3546 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *2 (-23)) (-5 *1 (-661 *4 *2 *5)) (-4 *4 (-1119)) (-14 *5 *2))) (-1842 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *2 (-1119)) (-5 *1 (-661 *2 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))) (-3833 (*1 *1 *1) (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1119)) (-4 *3 (-23)) (-14 *4 *3))) (-1752 (*1 *1 *1) (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1119)) (-4 *3 (-23)) (-14 *4 *3))) (-2093 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-661 *3 *4 *5)) (-4 *3 (-1119)) (-4 *4 (-23)) (-14 *5 *4))) (-3203 (*1 *1) (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1119)) (-4 *3 (-23)) (-14 *4 *3))) (-3397 (*1 *1 *1 *2) (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1119)) (-4 *3 (-23)) (-14 *4 *3))) (-2997 (*1 *1 *2 *1) (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1119)) (-4 *3 (-23)) (-14 *4 *3))) (-3597 (*1 *1 *2 *3 *1) (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1119)) (-4 *3 (-23)) (-14 *4 *3))) (-3597 (*1 *1 *1 *1) (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1119)) (-4 *3 (-23)) (-14 *4 *3))) (-1403 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-661 *3 *4 *5)) (-4 *3 (-1119)) (-4 *4 (-23)) (-14 *5 *4))) (-2820 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-661 *3 *4 *5)) (-4 *3 (-1119)))) (-1653 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1119)) (-5 *1 (-661 *3 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))))
-(-13 (-1119) (-1057 |#1|) (-10 -8 (-15 -3377 ((-874) $ (-1 (-874) (-874) (-874)) (-1 (-874) (-874) (-874)) (-576))) (-15 -3163 ((-656 (-2 (|:| |gen| |#1|) (|:| -4101 |#2|))) $)) (-15 -3561 ($ |#1| |#2|)) (-15 -2239 ($ (-656 (-2 (|:| |gen| |#1|) (|:| -4101 |#2|))))) (-15 -3546 (|#2| $ (-576))) (-15 -1842 (|#1| $ (-576))) (-15 -3833 ($ $)) (-15 -1752 ($ $)) (-15 -2093 ((-783) $)) (-15 -3203 ($)) (-15 -3397 ($ $ |#1|)) (-15 -2997 ($ |#1| $)) (-15 -3597 ($ |#1| |#2| $)) (-15 -3597 ($ $ $)) (-15 -1403 ((-112) $ $)) (-15 -2820 ($ (-1 |#2| |#2|) $)) (-15 -1653 ($ (-1 |#1| |#1|) $))))
-((-3767 (((-576) $) 31)) (-2171 (($ |#2| $ (-576)) 27) (($ $ $ (-576)) NIL)) (-1742 (((-656 (-576)) $) 12)) (-2406 (((-112) (-576) $) 18)) (-1613 (($ $ |#2|) 24) (($ |#2| $) 25) (($ $ $) NIL) (($ (-656 $)) NIL)))
-(((-662 |#1| |#2|) (-10 -8 (-15 -2171 (|#1| |#1| |#1| (-576))) (-15 -2171 (|#1| |#2| |#1| (-576))) (-15 -1613 (|#1| (-656 |#1|))) (-15 -1613 (|#1| |#1| |#1|)) (-15 -1613 (|#1| |#2| |#1|)) (-15 -1613 (|#1| |#1| |#2|)) (-15 -3767 ((-576) |#1|)) (-15 -1742 ((-656 (-576)) |#1|)) (-15 -2406 ((-112) (-576) |#1|))) (-663 |#2|) (-1236)) (T -662))
-NIL
-(-10 -8 (-15 -2171 (|#1| |#1| |#1| (-576))) (-15 -2171 (|#1| |#2| |#1| (-576))) (-15 -1613 (|#1| (-656 |#1|))) (-15 -1613 (|#1| |#1| |#1|)) (-15 -1613 (|#1| |#2| |#1|)) (-15 -1613 (|#1| |#1| |#2|)) (-15 -3767 ((-576) |#1|)) (-15 -1742 ((-656 (-576)) |#1|)) (-15 -2406 ((-112) (-576) |#1|)))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-2617 (((-1291) $ (-576) (-576)) 41 (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) 8)) (-3753 ((|#1| $ (-576) |#1|) 53 (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) 60 (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4462)))) (-2135 (($) 7 T CONST)) (-1640 (($ $) 80 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3942 (($ |#1| $) 79 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 78 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 75 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) 74 (|has| $ (-6 -4462)))) (-4330 ((|#1| $ (-576) |#1|) 54 (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) 52)) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-4138 (($ (-783) |#1|) 70)) (-2476 (((-112) $ (-783)) 9)) (-3280 (((-576) $) 44 (|has| (-576) (-862)))) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3767 (((-576) $) 45 (|has| (-576) (-862)))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-2171 (($ |#1| $ (-576)) 62) (($ $ $ (-576)) 61)) (-1742 (((-656 (-576)) $) 47)) (-2406 (((-112) (-576) $) 48)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-3578 ((|#1| $) 43 (|has| (-576) (-862)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 73)) (-1552 (($ $ |#1|) 42 (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4408 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) 49)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#1| $ (-576) |#1|) 51) ((|#1| $ (-576)) 50) (($ $ (-1253 (-576))) 71)) (-3463 (($ $ (-576)) 64) (($ $ (-1253 (-576))) 63)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-4169 (((-548) $) 81 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 72)) (-1613 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-656 $)) 66)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-663 |#1|) (-141) (-1236)) (T -663))
-((-4138 (*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-4 *1 (-663 *3)) (-4 *3 (-1236)))) (-1613 (*1 *1 *1 *2) (-12 (-4 *1 (-663 *2)) (-4 *2 (-1236)))) (-1613 (*1 *1 *2 *1) (-12 (-4 *1 (-663 *2)) (-4 *2 (-1236)))) (-1613 (*1 *1 *1 *1) (-12 (-4 *1 (-663 *2)) (-4 *2 (-1236)))) (-1613 (*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-663 *3)) (-4 *3 (-1236)))) (-4114 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-663 *3)) (-4 *3 (-1236)))) (-3463 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-663 *3)) (-4 *3 (-1236)))) (-3463 (*1 *1 *1 *2) (-12 (-5 *2 (-1253 (-576))) (-4 *1 (-663 *3)) (-4 *3 (-1236)))) (-2171 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-663 *2)) (-4 *2 (-1236)))) (-2171 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-663 *3)) (-4 *3 (-1236)))) (-3753 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-1253 (-576))) (|has| *1 (-6 -4463)) (-4 *1 (-663 *2)) (-4 *2 (-1236)))))
-(-13 (-616 (-576) |t#1|) (-152 |t#1|) (-296 (-1253 (-576)) $) (-10 -8 (-15 -4138 ($ (-783) |t#1|)) (-15 -1613 ($ $ |t#1|)) (-15 -1613 ($ |t#1| $)) (-15 -1613 ($ $ $)) (-15 -1613 ($ (-656 $))) (-15 -4114 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -3463 ($ $ (-576))) (-15 -3463 ($ $ (-1253 (-576)))) (-15 -2171 ($ |t#1| $ (-576))) (-15 -2171 ($ $ $ (-576))) (IF (|has| $ (-6 -4463)) (-15 -3753 (|t#1| $ (-1253 (-576)) |t#1|)) |%noBranch|)))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1253 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1119) |has| |#1| (-1119)) ((-1236) . T))
-((-3554 (((-3 |#2| "failed") |#3| |#2| (-1195) |#2| (-656 |#2|)) 174) (((-3 (-2 (|:| |particular| |#2|) (|:| -4156 (-656 |#2|))) "failed") |#3| |#2| (-1195)) 44)))
-(((-664 |#1| |#2| |#3|) (-10 -7 (-15 -3554 ((-3 (-2 (|:| |particular| |#2|) (|:| -4156 (-656 |#2|))) "failed") |#3| |#2| (-1195))) (-15 -3554 ((-3 |#2| "failed") |#3| |#2| (-1195) |#2| (-656 |#2|)))) (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)) (-13 (-29 |#1|) (-1221) (-976)) (-668 |#2|)) (T -664))
-((-3554 (*1 *2 *3 *2 *4 *2 *5) (|partial| -12 (-5 *4 (-1195)) (-5 *5 (-656 *2)) (-4 *2 (-13 (-29 *6) (-1221) (-976))) (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-5 *1 (-664 *6 *2 *3)) (-4 *3 (-668 *2)))) (-3554 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1195)) (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-4 *4 (-13 (-29 *6) (-1221) (-976))) (-5 *2 (-2 (|:| |particular| *4) (|:| -4156 (-656 *4)))) (-5 *1 (-664 *6 *4 *3)) (-4 *3 (-668 *4)))))
-(-10 -7 (-15 -3554 ((-3 (-2 (|:| |particular| |#2|) (|:| -4156 (-656 |#2|))) "failed") |#3| |#2| (-1195))) (-15 -3554 ((-3 |#2| "failed") |#3| |#2| (-1195) |#2| (-656 |#2|))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2105 (($ $) NIL (|has| |#1| (-374)))) (-1781 (($ $ $) NIL (|has| |#1| (-374)))) (-3441 (($ $ (-783)) NIL (|has| |#1| (-374)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-1636 (($ $ $) NIL (|has| |#1| (-374)))) (-2518 (($ $ $) NIL (|has| |#1| (-374)))) (-3586 (($ $ $) NIL (|has| |#1| (-374)))) (-3157 (($ $ $) NIL (|has| |#1| (-374)))) (-1703 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-2101 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-1767 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-374)))) (-1570 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) NIL)) (-2857 (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) NIL)) (-2109 (($ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2619 (($ $) NIL (|has| |#1| (-464)))) (-3612 (((-112) $) NIL)) (-1940 (($ |#1| (-783)) NIL)) (-2656 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-568)))) (-3266 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-568)))) (-2488 (((-783) $) NIL)) (-3035 (($ $ $) NIL (|has| |#1| (-374)))) (-3977 (($ $ $) NIL (|has| |#1| (-374)))) (-2075 (($ $ $) NIL (|has| |#1| (-374)))) (-4091 (($ $ $) NIL (|has| |#1| (-374)))) (-4045 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-3530 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-1770 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-374)))) (-2086 ((|#1| $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3473 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568)))) (-2794 ((|#1| $ |#1|) NIL)) (-3400 (($ $ $) NIL (|has| |#1| (-374)))) (-1967 (((-783) $) NIL)) (-2145 ((|#1| $) NIL (|has| |#1| (-464)))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ (-419 (-576))) NIL (|has| |#1| (-1057 (-419 (-576))))) (($ |#1|) NIL)) (-1691 (((-656 |#1|) $) NIL)) (-1749 ((|#1| $ (-783)) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-3566 ((|#1| $ |#1| |#1|) NIL)) (-1381 (($ $) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($) NIL)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2200 (((-783) $) 17)) (-1801 (($ $ |#1|) 69)) (-1370 (($ $) 39)) (-4204 (($ $) 37)) (-2981 (((-3 |#1| "failed") $) 61)) (-2318 ((|#1| $) NIL)) (-1550 (($ |#1| |#2| $) 79) (($ $ $) 81)) (-2880 (((-876) $ (-1 (-876) (-876) (-876)) (-1 (-876) (-876) (-876)) (-576)) 56)) (-4177 ((|#1| $ (-576)) 35)) (-3945 ((|#2| $ (-576)) 34)) (-2867 (($ (-1 |#1| |#1|) $) 41)) (-4301 (($ (-1 |#2| |#2|) $) 47)) (-1661 (($) 11)) (-4084 (($ |#1| |#2|) 24)) (-3613 (($ (-656 (-2 (|:| |gen| |#1|) (|:| -2154 |#2|)))) 25)) (-4408 (((-656 (-2 (|:| |gen| |#1|) (|:| -2154 |#2|))) $) 14)) (-3420 (($ |#1| $) 71)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2838 (((-112) $ $) 76)) (-4114 (((-876) $) 21) (($ |#1|) 18)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 27)))
+(((-661 |#1| |#2| |#3|) (-13 (-1121) (-1059 |#1|) (-10 -8 (-15 -2880 ((-876) $ (-1 (-876) (-876) (-876)) (-1 (-876) (-876) (-876)) (-576))) (-15 -4408 ((-656 (-2 (|:| |gen| |#1|) (|:| -2154 |#2|))) $)) (-15 -4084 ($ |#1| |#2|)) (-15 -3613 ($ (-656 (-2 (|:| |gen| |#1|) (|:| -2154 |#2|))))) (-15 -3945 (|#2| $ (-576))) (-15 -4177 (|#1| $ (-576))) (-15 -4204 ($ $)) (-15 -1370 ($ $)) (-15 -2200 ((-783) $)) (-15 -1661 ($)) (-15 -1801 ($ $ |#1|)) (-15 -3420 ($ |#1| $)) (-15 -1550 ($ |#1| |#2| $)) (-15 -1550 ($ $ $)) (-15 -2838 ((-112) $ $)) (-15 -4301 ($ (-1 |#2| |#2|) $)) (-15 -2867 ($ (-1 |#1| |#1|) $)))) (-1121) (-23) |#2|) (T -661))
+((-2880 (*1 *2 *1 *3 *3 *4) (-12 (-5 *3 (-1 (-876) (-876) (-876))) (-5 *4 (-576)) (-5 *2 (-876)) (-5 *1 (-661 *5 *6 *7)) (-4 *5 (-1121)) (-4 *6 (-23)) (-14 *7 *6))) (-4408 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -2154 *4)))) (-5 *1 (-661 *3 *4 *5)) (-4 *3 (-1121)) (-4 *4 (-23)) (-14 *5 *4))) (-4084 (*1 *1 *2 *3) (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1121)) (-4 *3 (-23)) (-14 *4 *3))) (-3613 (*1 *1 *2) (-12 (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -2154 *4)))) (-4 *3 (-1121)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-661 *3 *4 *5)))) (-3945 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *2 (-23)) (-5 *1 (-661 *4 *2 *5)) (-4 *4 (-1121)) (-14 *5 *2))) (-4177 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *2 (-1121)) (-5 *1 (-661 *2 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))) (-4204 (*1 *1 *1) (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1121)) (-4 *3 (-23)) (-14 *4 *3))) (-1370 (*1 *1 *1) (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1121)) (-4 *3 (-23)) (-14 *4 *3))) (-2200 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-661 *3 *4 *5)) (-4 *3 (-1121)) (-4 *4 (-23)) (-14 *5 *4))) (-1661 (*1 *1) (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1121)) (-4 *3 (-23)) (-14 *4 *3))) (-1801 (*1 *1 *1 *2) (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1121)) (-4 *3 (-23)) (-14 *4 *3))) (-3420 (*1 *1 *2 *1) (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1121)) (-4 *3 (-23)) (-14 *4 *3))) (-1550 (*1 *1 *2 *3 *1) (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1121)) (-4 *3 (-23)) (-14 *4 *3))) (-1550 (*1 *1 *1 *1) (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1121)) (-4 *3 (-23)) (-14 *4 *3))) (-2838 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-661 *3 *4 *5)) (-4 *3 (-1121)) (-4 *4 (-23)) (-14 *5 *4))) (-4301 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-661 *3 *4 *5)) (-4 *3 (-1121)))) (-2867 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1121)) (-5 *1 (-661 *3 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))))
+(-13 (-1121) (-1059 |#1|) (-10 -8 (-15 -2880 ((-876) $ (-1 (-876) (-876) (-876)) (-1 (-876) (-876) (-876)) (-576))) (-15 -4408 ((-656 (-2 (|:| |gen| |#1|) (|:| -2154 |#2|))) $)) (-15 -4084 ($ |#1| |#2|)) (-15 -3613 ($ (-656 (-2 (|:| |gen| |#1|) (|:| -2154 |#2|))))) (-15 -3945 (|#2| $ (-576))) (-15 -4177 (|#1| $ (-576))) (-15 -4204 ($ $)) (-15 -1370 ($ $)) (-15 -2200 ((-783) $)) (-15 -1661 ($)) (-15 -1801 ($ $ |#1|)) (-15 -3420 ($ |#1| $)) (-15 -1550 ($ |#1| |#2| $)) (-15 -1550 ($ $ $)) (-15 -2838 ((-112) $ $)) (-15 -4301 ($ (-1 |#2| |#2|) $)) (-15 -2867 ($ (-1 |#1| |#1|) $))))
+((-2316 (((-576) $) 31)) (-3386 (($ |#2| $ (-576)) 27) (($ $ $ (-576)) NIL)) (-4402 (((-656 (-576)) $) 12)) (-1505 (((-112) (-576) $) 18)) (-2767 (($ $ |#2|) 24) (($ |#2| $) 25) (($ $ $) NIL) (($ (-656 $)) NIL)))
+(((-662 |#1| |#2|) (-10 -8 (-15 -3386 (|#1| |#1| |#1| (-576))) (-15 -3386 (|#1| |#2| |#1| (-576))) (-15 -2767 (|#1| (-656 |#1|))) (-15 -2767 (|#1| |#1| |#1|)) (-15 -2767 (|#1| |#2| |#1|)) (-15 -2767 (|#1| |#1| |#2|)) (-15 -2316 ((-576) |#1|)) (-15 -4402 ((-656 (-576)) |#1|)) (-15 -1505 ((-112) (-576) |#1|))) (-663 |#2|) (-1238)) (T -662))
+NIL
+(-10 -8 (-15 -3386 (|#1| |#1| |#1| (-576))) (-15 -3386 (|#1| |#2| |#1| (-576))) (-15 -2767 (|#1| (-656 |#1|))) (-15 -2767 (|#1| |#1| |#1|)) (-15 -2767 (|#1| |#2| |#1|)) (-15 -2767 (|#1| |#1| |#2|)) (-15 -2316 ((-576) |#1|)) (-15 -4402 ((-656 (-576)) |#1|)) (-15 -1505 ((-112) (-576) |#1|)))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1758 (((-1293) $ (-576) (-576)) 41 (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) 8)) (-4268 ((|#1| $ (-576) |#1|) 53 (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) 60 (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4464)))) (-3853 (($) 7 T CONST)) (-2741 (($ $) 80 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2824 (($ |#1| $) 79 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 78 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 75 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) 74 (|has| $ (-6 -4464)))) (-1908 ((|#1| $ (-576) |#1|) 54 (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) 52)) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-1988 (($ (-783) |#1|) 70)) (-4157 (((-112) $ (-783)) 9)) (-3176 (((-576) $) 44 (|has| (-576) (-862)))) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2316 (((-576) $) 45 (|has| (-576) (-862)))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-3386 (($ |#1| $ (-576)) 62) (($ $ $ (-576)) 61)) (-4402 (((-656 (-576)) $) 47)) (-1505 (((-112) (-576) $) 48)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-1753 ((|#1| $) 43 (|has| (-576) (-862)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 73)) (-3140 (($ $ |#1|) 42 (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-2408 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) 49)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#1| $ (-576) |#1|) 51) ((|#1| $ (-576)) 50) (($ $ (-1255 (-576))) 71)) (-2335 (($ $ (-576)) 64) (($ $ (-1255 (-576))) 63)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-1554 (((-548) $) 81 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 72)) (-2767 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-656 $)) 66)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-663 |#1|) (-141) (-1238)) (T -663))
+((-1988 (*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-4 *1 (-663 *3)) (-4 *3 (-1238)))) (-2767 (*1 *1 *1 *2) (-12 (-4 *1 (-663 *2)) (-4 *2 (-1238)))) (-2767 (*1 *1 *2 *1) (-12 (-4 *1 (-663 *2)) (-4 *2 (-1238)))) (-2767 (*1 *1 *1 *1) (-12 (-4 *1 (-663 *2)) (-4 *2 (-1238)))) (-2767 (*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-663 *3)) (-4 *3 (-1238)))) (-2423 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-663 *3)) (-4 *3 (-1238)))) (-2335 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-663 *3)) (-4 *3 (-1238)))) (-2335 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 (-576))) (-4 *1 (-663 *3)) (-4 *3 (-1238)))) (-3386 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-663 *2)) (-4 *2 (-1238)))) (-3386 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-663 *3)) (-4 *3 (-1238)))) (-4268 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-1255 (-576))) (|has| *1 (-6 -4465)) (-4 *1 (-663 *2)) (-4 *2 (-1238)))))
+(-13 (-616 (-576) |t#1|) (-152 |t#1|) (-296 (-1255 (-576)) $) (-10 -8 (-15 -1988 ($ (-783) |t#1|)) (-15 -2767 ($ $ |t#1|)) (-15 -2767 ($ |t#1| $)) (-15 -2767 ($ $ $)) (-15 -2767 ($ (-656 $))) (-15 -2423 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -2335 ($ $ (-576))) (-15 -2335 ($ $ (-1255 (-576)))) (-15 -3386 ($ |t#1| $ (-576))) (-15 -3386 ($ $ $ (-576))) (IF (|has| $ (-6 -4465)) (-15 -4268 (|t#1| $ (-1255 (-576)) |t#1|)) |%noBranch|)))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1255 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1121) |has| |#1| (-1121)) ((-1238) . T))
+((-4022 (((-3 |#2| "failed") |#3| |#2| (-1197) |#2| (-656 |#2|)) 174) (((-3 (-2 (|:| |particular| |#2|) (|:| -1726 (-656 |#2|))) "failed") |#3| |#2| (-1197)) 44)))
+(((-664 |#1| |#2| |#3|) (-10 -7 (-15 -4022 ((-3 (-2 (|:| |particular| |#2|) (|:| -1726 (-656 |#2|))) "failed") |#3| |#2| (-1197))) (-15 -4022 ((-3 |#2| "failed") |#3| |#2| (-1197) |#2| (-656 |#2|)))) (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)) (-13 (-29 |#1|) (-1223) (-978)) (-668 |#2|)) (T -664))
+((-4022 (*1 *2 *3 *2 *4 *2 *5) (|partial| -12 (-5 *4 (-1197)) (-5 *5 (-656 *2)) (-4 *2 (-13 (-29 *6) (-1223) (-978))) (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-5 *1 (-664 *6 *2 *3)) (-4 *3 (-668 *2)))) (-4022 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1197)) (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-4 *4 (-13 (-29 *6) (-1223) (-978))) (-5 *2 (-2 (|:| |particular| *4) (|:| -1726 (-656 *4)))) (-5 *1 (-664 *6 *4 *3)) (-4 *3 (-668 *4)))))
+(-10 -7 (-15 -4022 ((-3 (-2 (|:| |particular| |#2|) (|:| -1726 (-656 |#2|))) "failed") |#3| |#2| (-1197))) (-15 -4022 ((-3 |#2| "failed") |#3| |#2| (-1197) |#2| (-656 |#2|))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1593 (($ $) NIL (|has| |#1| (-374)))) (-1625 (($ $ $) NIL (|has| |#1| (-374)))) (-2242 (($ $ (-783)) NIL (|has| |#1| (-374)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2703 (($ $ $) NIL (|has| |#1| (-374)))) (-3349 (($ $ $) NIL (|has| |#1| (-374)))) (-3052 (($ $ $) NIL (|has| |#1| (-374)))) (-4362 (($ $ $) NIL (|has| |#1| (-374)))) (-2044 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-1556 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-1502 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-374)))) (-2981 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) NIL)) (-2318 (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) NIL)) (-3310 (($ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1770 (($ $) NIL (|has| |#1| (-464)))) (-3315 (((-112) $) NIL)) (-1562 (($ |#1| (-783)) NIL)) (-2103 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-568)))) (-3011 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-568)))) (-4269 (((-783) $) NIL)) (-2499 (($ $ $) NIL (|has| |#1| (-374)))) (-2518 (($ $ $) NIL (|has| |#1| (-374)))) (-1346 (($ $ $) NIL (|has| |#1| (-374)))) (-2325 (($ $ $) NIL (|has| |#1| (-374)))) (-1843 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-3803 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-1531 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-374)))) (-1708 ((|#1| $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1943 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568)))) (-4369 ((|#1| $ |#1|) NIL)) (-1831 (($ $ $) NIL (|has| |#1| (-374)))) (-2786 (((-783) $) NIL)) (-3929 ((|#1| $) NIL (|has| |#1| (-464)))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ (-419 (-576))) NIL (|has| |#1| (-1059 (-419 (-576))))) (($ |#1|) NIL)) (-1923 (((-656 |#1|) $) NIL)) (-1341 ((|#1| $ (-783)) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-2653 ((|#1| $ |#1| |#1|) NIL)) (-2058 (($ $) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($) NIL)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
(((-665 |#1|) (-668 |#1|) (-238)) (T -665))
NIL
(-668 |#1|)
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2105 (($ $) NIL (|has| |#1| (-374)))) (-1781 (($ $ $) NIL (|has| |#1| (-374)))) (-3441 (($ $ (-783)) NIL (|has| |#1| (-374)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-1636 (($ $ $) NIL (|has| |#1| (-374)))) (-2518 (($ $ $) NIL (|has| |#1| (-374)))) (-3586 (($ $ $) NIL (|has| |#1| (-374)))) (-3157 (($ $ $) NIL (|has| |#1| (-374)))) (-1703 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-2101 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-1767 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-374)))) (-1570 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) NIL)) (-2857 (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) NIL)) (-2109 (($ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2619 (($ $) NIL (|has| |#1| (-464)))) (-3612 (((-112) $) NIL)) (-1940 (($ |#1| (-783)) NIL)) (-2656 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-568)))) (-3266 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-568)))) (-2488 (((-783) $) NIL)) (-3035 (($ $ $) NIL (|has| |#1| (-374)))) (-3977 (($ $ $) NIL (|has| |#1| (-374)))) (-2075 (($ $ $) NIL (|has| |#1| (-374)))) (-4091 (($ $ $) NIL (|has| |#1| (-374)))) (-4045 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-3530 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-1770 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-374)))) (-2086 ((|#1| $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3473 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568)))) (-2794 ((|#1| $ |#1|) NIL) ((|#2| $ |#2|) 13)) (-3400 (($ $ $) NIL (|has| |#1| (-374)))) (-1967 (((-783) $) NIL)) (-2145 ((|#1| $) NIL (|has| |#1| (-464)))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ (-419 (-576))) NIL (|has| |#1| (-1057 (-419 (-576))))) (($ |#1|) NIL)) (-1691 (((-656 |#1|) $) NIL)) (-1749 ((|#1| $ (-783)) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-3566 ((|#1| $ |#1| |#1|) NIL)) (-1381 (($ $) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($) NIL)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-666 |#1| |#2|) (-13 (-668 |#1|) (-296 |#2| |#2|)) (-238) (-13 (-660 |#1|) (-10 -8 (-15 -2770 ($ $))))) (T -666))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1593 (($ $) NIL (|has| |#1| (-374)))) (-1625 (($ $ $) NIL (|has| |#1| (-374)))) (-2242 (($ $ (-783)) NIL (|has| |#1| (-374)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2703 (($ $ $) NIL (|has| |#1| (-374)))) (-3349 (($ $ $) NIL (|has| |#1| (-374)))) (-3052 (($ $ $) NIL (|has| |#1| (-374)))) (-4362 (($ $ $) NIL (|has| |#1| (-374)))) (-2044 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-1556 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-1502 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-374)))) (-2981 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) NIL)) (-2318 (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) NIL)) (-3310 (($ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1770 (($ $) NIL (|has| |#1| (-464)))) (-3315 (((-112) $) NIL)) (-1562 (($ |#1| (-783)) NIL)) (-2103 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-568)))) (-3011 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-568)))) (-4269 (((-783) $) NIL)) (-2499 (($ $ $) NIL (|has| |#1| (-374)))) (-2518 (($ $ $) NIL (|has| |#1| (-374)))) (-1346 (($ $ $) NIL (|has| |#1| (-374)))) (-2325 (($ $ $) NIL (|has| |#1| (-374)))) (-1843 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-3803 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-1531 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-374)))) (-1708 ((|#1| $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1943 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568)))) (-4369 ((|#1| $ |#1|) NIL) ((|#2| $ |#2|) 13)) (-1831 (($ $ $) NIL (|has| |#1| (-374)))) (-2786 (((-783) $) NIL)) (-3929 ((|#1| $) NIL (|has| |#1| (-464)))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ (-419 (-576))) NIL (|has| |#1| (-1059 (-419 (-576))))) (($ |#1|) NIL)) (-1923 (((-656 |#1|) $) NIL)) (-1341 ((|#1| $ (-783)) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-2653 ((|#1| $ |#1| |#1|) NIL)) (-2058 (($ $) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($) NIL)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-666 |#1| |#2|) (-13 (-668 |#1|) (-296 |#2| |#2|)) (-238) (-13 (-660 |#1|) (-10 -8 (-15 -4107 ($ $))))) (T -666))
NIL
(-13 (-668 |#1|) (-296 |#2| |#2|))
-((-2105 (($ $) 29)) (-1381 (($ $) 27)) (-2014 (($) 13)))
-(((-667 |#1| |#2|) (-10 -8 (-15 -2105 (|#1| |#1|)) (-15 -1381 (|#1| |#1|)) (-15 -2014 (|#1|))) (-668 |#2|) (-1068)) (T -667))
-NIL
-(-10 -8 (-15 -2105 (|#1| |#1|)) (-15 -1381 (|#1| |#1|)) (-15 -2014 (|#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2105 (($ $) 87 (|has| |#1| (-374)))) (-1781 (($ $ $) 89 (|has| |#1| (-374)))) (-3441 (($ $ (-783)) 88 (|has| |#1| (-374)))) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-1636 (($ $ $) 50 (|has| |#1| (-374)))) (-2518 (($ $ $) 51 (|has| |#1| (-374)))) (-3586 (($ $ $) 53 (|has| |#1| (-374)))) (-3157 (($ $ $) 48 (|has| |#1| (-374)))) (-1703 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 47 (|has| |#1| (-374)))) (-2101 (((-3 $ "failed") $ $) 49 (|has| |#1| (-374)))) (-1767 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 52 (|has| |#1| (-374)))) (-1570 (((-3 (-576) "failed") $) 80 (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) 77 (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) 74)) (-2857 (((-576) $) 79 (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) 76 (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) 75)) (-2109 (($ $) 69)) (-2251 (((-3 $ "failed") $) 37)) (-2619 (($ $) 60 (|has| |#1| (-464)))) (-3612 (((-112) $) 35)) (-1940 (($ |#1| (-783)) 67)) (-2656 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 62 (|has| |#1| (-568)))) (-3266 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 63 (|has| |#1| (-568)))) (-2488 (((-783) $) 71)) (-3035 (($ $ $) 57 (|has| |#1| (-374)))) (-3977 (($ $ $) 58 (|has| |#1| (-374)))) (-2075 (($ $ $) 46 (|has| |#1| (-374)))) (-4091 (($ $ $) 55 (|has| |#1| (-374)))) (-4045 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 54 (|has| |#1| (-374)))) (-3530 (((-3 $ "failed") $ $) 56 (|has| |#1| (-374)))) (-1770 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 59 (|has| |#1| (-374)))) (-2086 ((|#1| $) 70)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3473 (((-3 $ "failed") $ |#1|) 64 (|has| |#1| (-568)))) (-2794 ((|#1| $ |#1|) 92)) (-3400 (($ $ $) 86 (|has| |#1| (-374)))) (-1967 (((-783) $) 72)) (-2145 ((|#1| $) 61 (|has| |#1| (-464)))) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 78 (|has| |#1| (-1057 (-419 (-576))))) (($ |#1|) 73)) (-1691 (((-656 |#1|) $) 66)) (-1749 ((|#1| $ (-783)) 68)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-3566 ((|#1| $ |#1| |#1|) 65)) (-1381 (($ $) 90)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($) 91)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 82) (($ |#1| $) 81)))
-(((-668 |#1|) (-141) (-1068)) (T -668))
-((-2014 (*1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1068)))) (-1381 (*1 *1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1068)))) (-1781 (*1 *1 *1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))) (-3441 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-668 *3)) (-4 *3 (-1068)) (-4 *3 (-374)))) (-2105 (*1 *1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))) (-3400 (*1 *1 *1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))))
-(-13 (-864 |t#1|) (-296 |t#1| |t#1|) (-10 -8 (-15 -2014 ($)) (-15 -1381 ($ $)) (IF (|has| |t#1| (-374)) (PROGN (-15 -1781 ($ $ $)) (-15 -3441 ($ $ (-783))) (-15 -2105 ($ $)) (-15 -3400 ($ $ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-174)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-628 #0=(-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-625 (-874)) . T) ((-296 |#1| |#1|) . T) ((-423 |#1|) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 |#1|) |has| |#1| (-174)) ((-729 |#1|) |has| |#1| (-174)) ((-738) . T) ((-1057 #0#) |has| |#1| (-1057 (-419 (-576)))) ((-1057 (-576)) |has| |#1| (-1057 (-576))) ((-1057 |#1|) . T) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T) ((-864 |#1|) . T))
-((-2404 (((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|))) 85 (|has| |#1| (-27)))) (-1827 (((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|))) 84 (|has| |#1| (-27))) (((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|)) 19)))
-(((-669 |#1| |#2|) (-10 -7 (-15 -1827 ((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -1827 ((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|)))) (-15 -2404 ((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|))))) |%noBranch|)) (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))) (-1262 |#1|)) (T -669))
-((-2404 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-4 *5 (-1262 *4)) (-5 *2 (-656 (-665 (-419 *5)))) (-5 *1 (-669 *4 *5)) (-5 *3 (-665 (-419 *5))))) (-1827 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-4 *5 (-1262 *4)) (-5 *2 (-656 (-665 (-419 *5)))) (-5 *1 (-669 *4 *5)) (-5 *3 (-665 (-419 *5))))) (-1827 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-656 *5) *6)) (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-4 *6 (-1262 *5)) (-5 *2 (-656 (-665 (-419 *6)))) (-5 *1 (-669 *5 *6)) (-5 *3 (-665 (-419 *6))))))
-(-10 -7 (-15 -1827 ((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -1827 ((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|)))) (-15 -2404 ((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|))))) |%noBranch|))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2105 (($ $) NIL (|has| |#1| (-374)))) (-1781 (($ $ $) 28 (|has| |#1| (-374)))) (-3441 (($ $ (-783)) 31 (|has| |#1| (-374)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-1636 (($ $ $) NIL (|has| |#1| (-374)))) (-2518 (($ $ $) NIL (|has| |#1| (-374)))) (-3586 (($ $ $) NIL (|has| |#1| (-374)))) (-3157 (($ $ $) NIL (|has| |#1| (-374)))) (-1703 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-2101 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-1767 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-374)))) (-1570 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) NIL)) (-2857 (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) NIL)) (-2109 (($ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2619 (($ $) NIL (|has| |#1| (-464)))) (-3612 (((-112) $) NIL)) (-1940 (($ |#1| (-783)) NIL)) (-2656 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-568)))) (-3266 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-568)))) (-2488 (((-783) $) NIL)) (-3035 (($ $ $) NIL (|has| |#1| (-374)))) (-3977 (($ $ $) NIL (|has| |#1| (-374)))) (-2075 (($ $ $) NIL (|has| |#1| (-374)))) (-4091 (($ $ $) NIL (|has| |#1| (-374)))) (-4045 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-3530 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-1770 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-374)))) (-2086 ((|#1| $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3473 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568)))) (-2794 ((|#1| $ |#1|) 24)) (-3400 (($ $ $) 33 (|has| |#1| (-374)))) (-1967 (((-783) $) NIL)) (-2145 ((|#1| $) NIL (|has| |#1| (-464)))) (-3567 (((-874) $) 20) (($ (-576)) NIL) (($ (-419 (-576))) NIL (|has| |#1| (-1057 (-419 (-576))))) (($ |#1|) NIL)) (-1691 (((-656 |#1|) $) NIL)) (-1749 ((|#1| $ (-783)) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-3566 ((|#1| $ |#1| |#1|) 23)) (-1381 (($ $) NIL)) (-2716 (($) 21 T CONST)) (-2727 (($) 8 T CONST)) (-2014 (($) NIL)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-670 |#1| |#2|) (-668 |#1|) (-1068) (-1 |#1| |#1|)) (T -670))
+((-1593 (($ $) 29)) (-2058 (($ $) 27)) (-3157 (($) 13)))
+(((-667 |#1| |#2|) (-10 -8 (-15 -1593 (|#1| |#1|)) (-15 -2058 (|#1| |#1|)) (-15 -3157 (|#1|))) (-668 |#2|) (-1070)) (T -667))
+NIL
+(-10 -8 (-15 -1593 (|#1| |#1|)) (-15 -2058 (|#1| |#1|)) (-15 -3157 (|#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-1593 (($ $) 87 (|has| |#1| (-374)))) (-1625 (($ $ $) 89 (|has| |#1| (-374)))) (-2242 (($ $ (-783)) 88 (|has| |#1| (-374)))) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2703 (($ $ $) 50 (|has| |#1| (-374)))) (-3349 (($ $ $) 51 (|has| |#1| (-374)))) (-3052 (($ $ $) 53 (|has| |#1| (-374)))) (-4362 (($ $ $) 48 (|has| |#1| (-374)))) (-2044 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 47 (|has| |#1| (-374)))) (-1556 (((-3 $ "failed") $ $) 49 (|has| |#1| (-374)))) (-1502 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 52 (|has| |#1| (-374)))) (-2981 (((-3 (-576) "failed") $) 80 (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) 77 (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) 74)) (-2318 (((-576) $) 79 (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) 76 (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) 75)) (-3310 (($ $) 69)) (-2413 (((-3 $ "failed") $) 37)) (-1770 (($ $) 60 (|has| |#1| (-464)))) (-3315 (((-112) $) 35)) (-1562 (($ |#1| (-783)) 67)) (-2103 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 62 (|has| |#1| (-568)))) (-3011 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 63 (|has| |#1| (-568)))) (-4269 (((-783) $) 71)) (-2499 (($ $ $) 57 (|has| |#1| (-374)))) (-2518 (($ $ $) 58 (|has| |#1| (-374)))) (-1346 (($ $ $) 46 (|has| |#1| (-374)))) (-2325 (($ $ $) 55 (|has| |#1| (-374)))) (-1843 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 54 (|has| |#1| (-374)))) (-3803 (((-3 $ "failed") $ $) 56 (|has| |#1| (-374)))) (-1531 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 59 (|has| |#1| (-374)))) (-1708 ((|#1| $) 70)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-1943 (((-3 $ "failed") $ |#1|) 64 (|has| |#1| (-568)))) (-4369 ((|#1| $ |#1|) 92)) (-1831 (($ $ $) 86 (|has| |#1| (-374)))) (-2786 (((-783) $) 72)) (-3929 ((|#1| $) 61 (|has| |#1| (-464)))) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 78 (|has| |#1| (-1059 (-419 (-576))))) (($ |#1|) 73)) (-1923 (((-656 |#1|) $) 66)) (-1341 ((|#1| $ (-783)) 68)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-2653 ((|#1| $ |#1| |#1|) 65)) (-2058 (($ $) 90)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($) 91)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 82) (($ |#1| $) 81)))
+(((-668 |#1|) (-141) (-1070)) (T -668))
+((-3157 (*1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1070)))) (-2058 (*1 *1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1070)))) (-1625 (*1 *1 *1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))) (-2242 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-668 *3)) (-4 *3 (-1070)) (-4 *3 (-374)))) (-1593 (*1 *1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))) (-1831 (*1 *1 *1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))))
+(-13 (-866 |t#1|) (-296 |t#1| |t#1|) (-10 -8 (-15 -3157 ($)) (-15 -2058 ($ $)) (IF (|has| |t#1| (-374)) (PROGN (-15 -1625 ($ $ $)) (-15 -2242 ($ $ (-783))) (-15 -1593 ($ $)) (-15 -1831 ($ $ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-174)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-628 #0=(-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-625 (-876)) . T) ((-296 |#1| |#1|) . T) ((-423 |#1|) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 |#1|) |has| |#1| (-174)) ((-729 |#1|) |has| |#1| (-174)) ((-738) . T) ((-1059 #0#) |has| |#1| (-1059 (-419 (-576)))) ((-1059 (-576)) |has| |#1| (-1059 (-576))) ((-1059 |#1|) . T) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T) ((-866 |#1|) . T))
+((-1483 (((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|))) 85 (|has| |#1| (-27)))) (-1452 (((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|))) 84 (|has| |#1| (-27))) (((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|)) 19)))
+(((-669 |#1| |#2|) (-10 -7 (-15 -1452 ((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -1452 ((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|)))) (-15 -1483 ((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|))))) |%noBranch|)) (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))) (-1264 |#1|)) (T -669))
+((-1483 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-4 *5 (-1264 *4)) (-5 *2 (-656 (-665 (-419 *5)))) (-5 *1 (-669 *4 *5)) (-5 *3 (-665 (-419 *5))))) (-1452 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-4 *5 (-1264 *4)) (-5 *2 (-656 (-665 (-419 *5)))) (-5 *1 (-669 *4 *5)) (-5 *3 (-665 (-419 *5))))) (-1452 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-656 *5) *6)) (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-4 *6 (-1264 *5)) (-5 *2 (-656 (-665 (-419 *6)))) (-5 *1 (-669 *5 *6)) (-5 *3 (-665 (-419 *6))))))
+(-10 -7 (-15 -1452 ((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -1452 ((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|)))) (-15 -1483 ((-656 (-665 (-419 |#2|))) (-665 (-419 |#2|))))) |%noBranch|))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1593 (($ $) NIL (|has| |#1| (-374)))) (-1625 (($ $ $) 28 (|has| |#1| (-374)))) (-2242 (($ $ (-783)) 31 (|has| |#1| (-374)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2703 (($ $ $) NIL (|has| |#1| (-374)))) (-3349 (($ $ $) NIL (|has| |#1| (-374)))) (-3052 (($ $ $) NIL (|has| |#1| (-374)))) (-4362 (($ $ $) NIL (|has| |#1| (-374)))) (-2044 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-1556 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-1502 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-374)))) (-2981 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) NIL)) (-2318 (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) NIL)) (-3310 (($ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1770 (($ $) NIL (|has| |#1| (-464)))) (-3315 (((-112) $) NIL)) (-1562 (($ |#1| (-783)) NIL)) (-2103 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-568)))) (-3011 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-568)))) (-4269 (((-783) $) NIL)) (-2499 (($ $ $) NIL (|has| |#1| (-374)))) (-2518 (($ $ $) NIL (|has| |#1| (-374)))) (-1346 (($ $ $) NIL (|has| |#1| (-374)))) (-2325 (($ $ $) NIL (|has| |#1| (-374)))) (-1843 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-3803 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-1531 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-374)))) (-1708 ((|#1| $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1943 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568)))) (-4369 ((|#1| $ |#1|) 24)) (-1831 (($ $ $) 33 (|has| |#1| (-374)))) (-2786 (((-783) $) NIL)) (-3929 ((|#1| $) NIL (|has| |#1| (-464)))) (-4114 (((-876) $) 20) (($ (-576)) NIL) (($ (-419 (-576))) NIL (|has| |#1| (-1059 (-419 (-576))))) (($ |#1|) NIL)) (-1923 (((-656 |#1|) $) NIL)) (-1341 ((|#1| $ (-783)) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-2653 ((|#1| $ |#1| |#1|) 23)) (-2058 (($ $) NIL)) (-4312 (($) 21 T CONST)) (-4322 (($) 8 T CONST)) (-3157 (($) NIL)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-670 |#1| |#2|) (-668 |#1|) (-1070) (-1 |#1| |#1|)) (T -670))
NIL
(-668 |#1|)
-((-1781 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 65)) (-3441 ((|#2| |#2| (-783) (-1 |#1| |#1|)) 45)) (-3400 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 67)))
-(((-671 |#1| |#2|) (-10 -7 (-15 -1781 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -3441 (|#2| |#2| (-783) (-1 |#1| |#1|))) (-15 -3400 (|#2| |#2| |#2| (-1 |#1| |#1|)))) (-374) (-668 |#1|)) (T -671))
-((-3400 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-374)) (-5 *1 (-671 *4 *2)) (-4 *2 (-668 *4)))) (-3441 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-783)) (-5 *4 (-1 *5 *5)) (-4 *5 (-374)) (-5 *1 (-671 *5 *2)) (-4 *2 (-668 *5)))) (-1781 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-374)) (-5 *1 (-671 *4 *2)) (-4 *2 (-668 *4)))))
-(-10 -7 (-15 -1781 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -3441 (|#2| |#2| (-783) (-1 |#1| |#1|))) (-15 -3400 (|#2| |#2| |#2| (-1 |#1| |#1|))))
-((-3560 (($ $ $) 9)))
-(((-672 |#1|) (-10 -8 (-15 -3560 (|#1| |#1| |#1|))) (-673)) (T -672))
-NIL
-(-10 -8 (-15 -3560 (|#1| |#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-3514 (($ $) 10)) (-3560 (($ $ $) 8)) (-2921 (((-112) $ $) 7)) (-3549 (($ $ $) 9)))
+((-1625 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 65)) (-2242 ((|#2| |#2| (-783) (-1 |#1| |#1|)) 45)) (-1831 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 67)))
+(((-671 |#1| |#2|) (-10 -7 (-15 -1625 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -2242 (|#2| |#2| (-783) (-1 |#1| |#1|))) (-15 -1831 (|#2| |#2| |#2| (-1 |#1| |#1|)))) (-374) (-668 |#1|)) (T -671))
+((-1831 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-374)) (-5 *1 (-671 *4 *2)) (-4 *2 (-668 *4)))) (-2242 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-783)) (-5 *4 (-1 *5 *5)) (-4 *5 (-374)) (-5 *1 (-671 *5 *2)) (-4 *2 (-668 *5)))) (-1625 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-374)) (-5 *1 (-671 *4 *2)) (-4 *2 (-668 *4)))))
+(-10 -7 (-15 -1625 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -2242 (|#2| |#2| (-783) (-1 |#1| |#1|))) (-15 -1831 (|#2| |#2| |#2| (-1 |#1| |#1|))))
+((-2029 (($ $ $) 9)))
+(((-672 |#1|) (-10 -8 (-15 -2029 (|#1| |#1| |#1|))) (-673)) (T -672))
+NIL
+(-10 -8 (-15 -2029 (|#1| |#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-1978 (($ $) 10)) (-2029 (($ $ $) 8)) (-3939 (((-112) $ $) 7)) (-2019 (($ $ $) 9)))
(((-673) (-141)) (T -673))
-((-3514 (*1 *1 *1) (-4 *1 (-673))) (-3549 (*1 *1 *1 *1) (-4 *1 (-673))) (-3560 (*1 *1 *1 *1) (-4 *1 (-673))))
-(-13 (-102) (-10 -8 (-15 -3514 ($ $)) (-15 -3549 ($ $ $)) (-15 -3560 ($ $ $))))
-(((-102) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 15)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-1568 ((|#1| $) 23)) (-3123 (($ $ $) NIL (|has| |#1| (-803)))) (-2352 (($ $ $) NIL (|has| |#1| (-803)))) (-3881 (((-1177) $) 48)) (-1448 (((-1139) $) NIL)) (-1579 ((|#3| $) 24)) (-3567 (((-874) $) 43)) (-1540 (((-112) $ $) 22)) (-2716 (($) 10 T CONST)) (-2989 (((-112) $ $) NIL (|has| |#1| (-803)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-803)))) (-2921 (((-112) $ $) 20)) (-2975 (((-112) $ $) NIL (|has| |#1| (-803)))) (-2946 (((-112) $ $) 26 (|has| |#1| (-803)))) (-3054 (($ $ |#3|) 36) (($ |#1| |#3|) 37)) (-3041 (($ $) 17) (($ $ $) NIL)) (-3027 (($ $ $) 29)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 32) (($ |#2| $) 34) (($ $ |#2|) NIL)))
-(((-674 |#1| |#2| |#3|) (-13 (-729 |#2|) (-10 -8 (IF (|has| |#1| (-803)) (-6 (-803)) |%noBranch|) (-15 -3054 ($ $ |#3|)) (-15 -3054 ($ |#1| |#3|)) (-15 -1568 (|#1| $)) (-15 -1579 (|#3| $)))) (-729 |#2|) (-174) (|SubsetCategory| (-738) |#2|)) (T -674))
-((-3054 (*1 *1 *1 *2) (-12 (-4 *4 (-174)) (-5 *1 (-674 *3 *4 *2)) (-4 *3 (-729 *4)) (-4 *2 (|SubsetCategory| (-738) *4)))) (-3054 (*1 *1 *2 *3) (-12 (-4 *4 (-174)) (-5 *1 (-674 *2 *4 *3)) (-4 *2 (-729 *4)) (-4 *3 (|SubsetCategory| (-738) *4)))) (-1568 (*1 *2 *1) (-12 (-4 *3 (-174)) (-4 *2 (-729 *3)) (-5 *1 (-674 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-738) *3)))) (-1579 (*1 *2 *1) (-12 (-4 *4 (-174)) (-4 *2 (|SubsetCategory| (-738) *4)) (-5 *1 (-674 *3 *4 *2)) (-4 *3 (-729 *4)))))
-(-13 (-729 |#2|) (-10 -8 (IF (|has| |#1| (-803)) (-6 (-803)) |%noBranch|) (-15 -3054 ($ $ |#3|)) (-15 -3054 ($ |#1| |#3|)) (-15 -1568 (|#1| $)) (-15 -1579 (|#3| $))))
-((-3037 (((-3 (-656 (-1191 |#1|)) "failed") (-656 (-1191 |#1|)) (-1191 |#1|)) 33)))
-(((-675 |#1|) (-10 -7 (-15 -3037 ((-3 (-656 (-1191 |#1|)) "failed") (-656 (-1191 |#1|)) (-1191 |#1|)))) (-926)) (T -675))
-((-3037 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-656 (-1191 *4))) (-5 *3 (-1191 *4)) (-4 *4 (-926)) (-5 *1 (-675 *4)))))
-(-10 -7 (-15 -3037 ((-3 (-656 (-1191 |#1|)) "failed") (-656 (-1191 |#1|)) (-1191 |#1|))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3444 (((-656 |#1|) $) 84)) (-3468 (($ $ (-783)) 94)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-2584 (((-1310 |#1| |#2|) (-1310 |#1| |#2|) $) 50)) (-1570 (((-3 (-684 |#1|) "failed") $) NIL)) (-2857 (((-684 |#1|) $) NIL)) (-2109 (($ $) 93)) (-1935 (((-783) $) NIL)) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) NIL)) (-3682 (($ (-684 |#1|) |#2|) 70)) (-1839 (($ $) 89)) (-4114 (($ (-1 |#2| |#2|) $) NIL)) (-4133 (((-1310 |#1| |#2|) (-1310 |#1| |#2|) $) 49)) (-1471 (((-2 (|:| |k| (-684 |#1|)) (|:| |c| |#2|)) $) NIL)) (-2076 (((-684 |#1|) $) NIL)) (-2086 ((|#2| $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3281 (($ $ |#1| $) 32) (($ $ (-656 |#1|) (-656 $)) 34)) (-1967 (((-783) $) 91)) (-3579 (($ $ $) 20) (($ (-684 |#1|) (-684 |#1|)) 79) (($ (-684 |#1|) $) 77) (($ $ (-684 |#1|)) 78)) (-3567 (((-874) $) NIL) (($ |#1|) 76) (((-1301 |#1| |#2|) $) 60) (((-1310 |#1| |#2|) $) 43) (($ (-684 |#1|)) 27)) (-1691 (((-656 |#2|) $) NIL)) (-1749 ((|#2| $ (-684 |#1|)) NIL)) (-1713 ((|#2| (-1310 |#1| |#2|) $) 45)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 23 T CONST)) (-2776 (((-656 (-2 (|:| |k| (-684 |#1|)) (|:| |c| |#2|))) $) NIL)) (-2516 (((-3 $ "failed") (-1301 |#1| |#2|)) 62)) (-1498 (($ (-684 |#1|)) 14)) (-2921 (((-112) $ $) 46)) (-3054 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-3041 (($ $) 68) (($ $ $) NIL)) (-3027 (($ $ $) 31)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ |#2| $) 30) (($ $ |#2|) NIL) (($ |#2| (-684 |#1|)) NIL)))
-(((-676 |#1| |#2|) (-13 (-385 |#1| |#2|) (-393 |#2| (-684 |#1|)) (-10 -8 (-15 -2516 ((-3 $ "failed") (-1301 |#1| |#2|))) (-15 -3579 ($ (-684 |#1|) (-684 |#1|))) (-15 -3579 ($ (-684 |#1|) $)) (-15 -3579 ($ $ (-684 |#1|))))) (-862) (-174)) (T -676))
-((-2516 (*1 *1 *2) (|partial| -12 (-5 *2 (-1301 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)) (-5 *1 (-676 *3 *4)))) (-3579 (*1 *1 *2 *2) (-12 (-5 *2 (-684 *3)) (-4 *3 (-862)) (-5 *1 (-676 *3 *4)) (-4 *4 (-174)))) (-3579 (*1 *1 *2 *1) (-12 (-5 *2 (-684 *3)) (-4 *3 (-862)) (-5 *1 (-676 *3 *4)) (-4 *4 (-174)))) (-3579 (*1 *1 *1 *2) (-12 (-5 *2 (-684 *3)) (-4 *3 (-862)) (-5 *1 (-676 *3 *4)) (-4 *4 (-174)))))
-(-13 (-385 |#1| |#2|) (-393 |#2| (-684 |#1|)) (-10 -8 (-15 -2516 ((-3 $ "failed") (-1301 |#1| |#2|))) (-15 -3579 ($ (-684 |#1|) (-684 |#1|))) (-15 -3579 ($ (-684 |#1|) $)) (-15 -3579 ($ $ (-684 |#1|)))))
-((-4372 (((-112) $) NIL) (((-112) (-1 (-112) |#2| |#2|) $) 59)) (-4082 (($ $) NIL) (($ (-1 (-112) |#2| |#2|) $) 12)) (-4394 (($ (-1 (-112) |#2|) $) 29)) (-1752 (($ $) 65)) (-2017 (($ $) 74)) (-3516 (($ |#2| $) NIL) (($ (-1 (-112) |#2|) $) 43)) (-3683 ((|#2| (-1 |#2| |#2| |#2|) $) 21) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 60) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 62)) (-3658 (((-576) |#2| $ (-576)) 71) (((-576) |#2| $) NIL) (((-576) (-1 (-112) |#2|) $) 54)) (-4138 (($ (-783) |#2|) 63)) (-2864 (($ $ $) NIL) (($ (-1 (-112) |#2| |#2|) $ $) 31)) (-1872 (($ $ $) NIL) (($ (-1 (-112) |#2| |#2|) $ $) 24)) (-4114 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 64)) (-1646 (($ |#2|) 15)) (-2767 (($ $ $ (-576)) 42) (($ |#2| $ (-576)) 40)) (-2295 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 53)) (-4142 (($ $ (-1253 (-576))) 51) (($ $ (-576)) 44)) (-1497 (($ $ $ (-576)) 70)) (-1868 (($ $) 68)) (-2946 (((-112) $ $) 76)))
-(((-677 |#1| |#2|) (-10 -8 (-15 -1646 (|#1| |#2|)) (-15 -4142 (|#1| |#1| (-576))) (-15 -4142 (|#1| |#1| (-1253 (-576)))) (-15 -3516 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2767 (|#1| |#2| |#1| (-576))) (-15 -2767 (|#1| |#1| |#1| (-576))) (-15 -2864 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -4394 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3516 (|#1| |#2| |#1|)) (-15 -2017 (|#1| |#1|)) (-15 -2864 (|#1| |#1| |#1|)) (-15 -1872 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -4372 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -3658 ((-576) (-1 (-112) |#2|) |#1|)) (-15 -3658 ((-576) |#2| |#1|)) (-15 -3658 ((-576) |#2| |#1| (-576))) (-15 -1872 (|#1| |#1| |#1|)) (-15 -4372 ((-112) |#1|)) (-15 -1497 (|#1| |#1| |#1| (-576))) (-15 -1752 (|#1| |#1|)) (-15 -4082 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -4082 (|#1| |#1|)) (-15 -2946 ((-112) |#1| |#1|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2295 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -4138 (|#1| (-783) |#2|)) (-15 -4114 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4114 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1868 (|#1| |#1|))) (-678 |#2|) (-1236)) (T -677))
-NIL
-(-10 -8 (-15 -1646 (|#1| |#2|)) (-15 -4142 (|#1| |#1| (-576))) (-15 -4142 (|#1| |#1| (-1253 (-576)))) (-15 -3516 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2767 (|#1| |#2| |#1| (-576))) (-15 -2767 (|#1| |#1| |#1| (-576))) (-15 -2864 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -4394 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3516 (|#1| |#2| |#1|)) (-15 -2017 (|#1| |#1|)) (-15 -2864 (|#1| |#1| |#1|)) (-15 -1872 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -4372 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -3658 ((-576) (-1 (-112) |#2|) |#1|)) (-15 -3658 ((-576) |#2| |#1|)) (-15 -3658 ((-576) |#2| |#1| (-576))) (-15 -1872 (|#1| |#1| |#1|)) (-15 -4372 ((-112) |#1|)) (-15 -1497 (|#1| |#1| |#1| (-576))) (-15 -1752 (|#1| |#1|)) (-15 -4082 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -4082 (|#1| |#1|)) (-15 -2946 ((-112) |#1| |#1|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3683 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2295 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -4138 (|#1| (-783) |#2|)) (-15 -4114 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4114 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1868 (|#1| |#1|)))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3103 ((|#1| $) 49)) (-2896 ((|#1| $) 66)) (-4422 (($ $) 68)) (-2617 (((-1291) $ (-576) (-576)) 99 (|has| $ (-6 -4463)))) (-1986 (($ $ (-576)) 53 (|has| $ (-6 -4463)))) (-4372 (((-112) $) 144 (|has| |#1| (-862))) (((-112) (-1 (-112) |#1| |#1|) $) 138)) (-4082 (($ $) 148 (-12 (|has| |#1| (-862)) (|has| $ (-6 -4463)))) (($ (-1 (-112) |#1| |#1|) $) 147 (|has| $ (-6 -4463)))) (-1793 (($ $) 143 (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $) 137)) (-3733 (((-112) $ (-783)) 8)) (-1762 ((|#1| $ |#1|) 40 (|has| $ (-6 -4463)))) (-2965 (($ $ $) 57 (|has| $ (-6 -4463)))) (-2231 ((|#1| $ |#1|) 55 (|has| $ (-6 -4463)))) (-2814 ((|#1| $ |#1|) 59 (|has| $ (-6 -4463)))) (-3753 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4463))) ((|#1| $ "first" |#1|) 58 (|has| $ (-6 -4463))) (($ $ "rest" $) 56 (|has| $ (-6 -4463))) ((|#1| $ "last" |#1|) 54 (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) 119 (|has| $ (-6 -4463))) ((|#1| $ (-576) |#1|) 88 (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) 42 (|has| $ (-6 -4463)))) (-4394 (($ (-1 (-112) |#1|) $) 131)) (-1966 (($ (-1 (-112) |#1|) $) 104 (|has| $ (-6 -4462)))) (-2881 ((|#1| $) 67)) (-2135 (($) 7 T CONST)) (-1752 (($ $) 146 (|has| $ (-6 -4463)))) (-3833 (($ $) 136)) (-3590 (($ $) 74) (($ $ (-783)) 72)) (-2017 (($ $) 133 (|has| |#1| (-1119)))) (-1640 (($ $) 101 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3516 (($ |#1| $) 132 (|has| |#1| (-1119))) (($ (-1 (-112) |#1|) $) 127)) (-3942 (($ (-1 (-112) |#1|) $) 105 (|has| $ (-6 -4462))) (($ |#1| $) 102 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $) 107 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 106 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 103 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4330 ((|#1| $ (-576) |#1|) 87 (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) 89)) (-3565 (((-112) $) 85)) (-3658 (((-576) |#1| $ (-576)) 141 (|has| |#1| (-1119))) (((-576) |#1| $) 140 (|has| |#1| (-1119))) (((-576) (-1 (-112) |#1|) $) 139)) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) 51)) (-2679 (((-112) $ $) 43 (|has| |#1| (-1119)))) (-4138 (($ (-783) |#1|) 111)) (-2476 (((-112) $ (-783)) 9)) (-3280 (((-576) $) 97 (|has| (-576) (-862)))) (-3123 (($ $ $) 149 (|has| |#1| (-862)))) (-2864 (($ $ $) 134 (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) 130)) (-1872 (($ $ $) 142 (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) 135)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3767 (((-576) $) 96 (|has| (-576) (-862)))) (-2352 (($ $ $) 150 (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 114)) (-1646 (($ |#1|) 124)) (-2460 (((-112) $ (-783)) 10)) (-2348 (((-656 |#1|) $) 46)) (-2326 (((-112) $) 50)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-3966 ((|#1| $) 71) (($ $ (-783)) 69)) (-2767 (($ $ $ (-576)) 129) (($ |#1| $ (-576)) 128)) (-2171 (($ $ $ (-576)) 118) (($ |#1| $ (-576)) 117)) (-1742 (((-656 (-576)) $) 94)) (-2406 (((-112) (-576) $) 93)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-3578 ((|#1| $) 77) (($ $ (-783)) 75)) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 108)) (-1552 (($ $ |#1|) 98 (|has| $ (-6 -4463)))) (-2743 (((-112) $) 86)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4408 (((-112) |#1| $) 95 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) 92)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#1| $ "value") 48) ((|#1| $ "first") 76) (($ $ "rest") 73) ((|#1| $ "last") 70) (($ $ (-1253 (-576))) 110) ((|#1| $ (-576)) 91) ((|#1| $ (-576) |#1|) 90)) (-3273 (((-576) $ $) 45)) (-4142 (($ $ (-1253 (-576))) 126) (($ $ (-576)) 125)) (-3463 (($ $ (-1253 (-576))) 116) (($ $ (-576)) 115)) (-2635 (((-112) $) 47)) (-2009 (($ $) 63)) (-1611 (($ $) 60 (|has| $ (-6 -4463)))) (-1795 (((-783) $) 64)) (-2039 (($ $) 65)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1497 (($ $ $ (-576)) 145 (|has| $ (-6 -4463)))) (-1868 (($ $) 13)) (-4169 (((-548) $) 100 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 109)) (-3906 (($ $ $) 62) (($ $ |#1|) 61)) (-1613 (($ $ $) 79) (($ |#1| $) 78) (($ (-656 $)) 113) (($ $ |#1|) 112)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) 52)) (-1434 (((-112) $ $) 44 (|has| |#1| (-1119)))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) 152 (|has| |#1| (-862)))) (-2960 (((-112) $ $) 153 (|has| |#1| (-862)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-2975 (((-112) $ $) 151 (|has| |#1| (-862)))) (-2946 (((-112) $ $) 154 (|has| |#1| (-862)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-678 |#1|) (-141) (-1236)) (T -678))
-((-1646 (*1 *1 *2) (-12 (-4 *1 (-678 *2)) (-4 *2 (-1236)))))
-(-13 (-1168 |t#1|) (-384 |t#1|) (-292 |t#1|) (-10 -8 (-15 -1646 ($ |t#1|))))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-862)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-862)) (|has| |#1| (-625 (-874)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1253 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-292 |#1|) . T) ((-384 |#1|) . T) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-663 |#1|) . T) ((-862) |has| |#1| (-862)) ((-1029 |#1|) . T) ((-1119) -2755 (|has| |#1| (-1119)) (|has| |#1| (-862))) ((-1168 |#1|) . T) ((-1236) . T) ((-1274 |#1|) . T))
-((-3554 (((-656 (-2 (|:| |particular| (-3 (-1286 |#1|) "failed")) (|:| -4156 (-656 (-1286 |#1|))))) (-656 (-656 |#1|)) (-656 (-1286 |#1|))) 22) (((-656 (-2 (|:| |particular| (-3 (-1286 |#1|) "failed")) (|:| -4156 (-656 (-1286 |#1|))))) (-701 |#1|) (-656 (-1286 |#1|))) 21) (((-2 (|:| |particular| (-3 (-1286 |#1|) "failed")) (|:| -4156 (-656 (-1286 |#1|)))) (-656 (-656 |#1|)) (-1286 |#1|)) 18) (((-2 (|:| |particular| (-3 (-1286 |#1|) "failed")) (|:| -4156 (-656 (-1286 |#1|)))) (-701 |#1|) (-1286 |#1|)) 14)) (-3731 (((-783) (-701 |#1|) (-1286 |#1|)) 30)) (-2419 (((-3 (-1286 |#1|) "failed") (-701 |#1|) (-1286 |#1|)) 24)) (-3418 (((-112) (-701 |#1|) (-1286 |#1|)) 27)))
-(((-679 |#1|) (-10 -7 (-15 -3554 ((-2 (|:| |particular| (-3 (-1286 |#1|) "failed")) (|:| -4156 (-656 (-1286 |#1|)))) (-701 |#1|) (-1286 |#1|))) (-15 -3554 ((-2 (|:| |particular| (-3 (-1286 |#1|) "failed")) (|:| -4156 (-656 (-1286 |#1|)))) (-656 (-656 |#1|)) (-1286 |#1|))) (-15 -3554 ((-656 (-2 (|:| |particular| (-3 (-1286 |#1|) "failed")) (|:| -4156 (-656 (-1286 |#1|))))) (-701 |#1|) (-656 (-1286 |#1|)))) (-15 -3554 ((-656 (-2 (|:| |particular| (-3 (-1286 |#1|) "failed")) (|:| -4156 (-656 (-1286 |#1|))))) (-656 (-656 |#1|)) (-656 (-1286 |#1|)))) (-15 -2419 ((-3 (-1286 |#1|) "failed") (-701 |#1|) (-1286 |#1|))) (-15 -3418 ((-112) (-701 |#1|) (-1286 |#1|))) (-15 -3731 ((-783) (-701 |#1|) (-1286 |#1|)))) (-374)) (T -679))
-((-3731 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *5)) (-5 *4 (-1286 *5)) (-4 *5 (-374)) (-5 *2 (-783)) (-5 *1 (-679 *5)))) (-3418 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *5)) (-5 *4 (-1286 *5)) (-4 *5 (-374)) (-5 *2 (-112)) (-5 *1 (-679 *5)))) (-2419 (*1 *2 *3 *2) (|partial| -12 (-5 *2 (-1286 *4)) (-5 *3 (-701 *4)) (-4 *4 (-374)) (-5 *1 (-679 *4)))) (-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-656 *5))) (-4 *5 (-374)) (-5 *2 (-656 (-2 (|:| |particular| (-3 (-1286 *5) "failed")) (|:| -4156 (-656 (-1286 *5)))))) (-5 *1 (-679 *5)) (-5 *4 (-656 (-1286 *5))))) (-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *5)) (-4 *5 (-374)) (-5 *2 (-656 (-2 (|:| |particular| (-3 (-1286 *5) "failed")) (|:| -4156 (-656 (-1286 *5)))))) (-5 *1 (-679 *5)) (-5 *4 (-656 (-1286 *5))))) (-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-656 *5))) (-4 *5 (-374)) (-5 *2 (-2 (|:| |particular| (-3 (-1286 *5) "failed")) (|:| -4156 (-656 (-1286 *5))))) (-5 *1 (-679 *5)) (-5 *4 (-1286 *5)))) (-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *5)) (-4 *5 (-374)) (-5 *2 (-2 (|:| |particular| (-3 (-1286 *5) "failed")) (|:| -4156 (-656 (-1286 *5))))) (-5 *1 (-679 *5)) (-5 *4 (-1286 *5)))))
-(-10 -7 (-15 -3554 ((-2 (|:| |particular| (-3 (-1286 |#1|) "failed")) (|:| -4156 (-656 (-1286 |#1|)))) (-701 |#1|) (-1286 |#1|))) (-15 -3554 ((-2 (|:| |particular| (-3 (-1286 |#1|) "failed")) (|:| -4156 (-656 (-1286 |#1|)))) (-656 (-656 |#1|)) (-1286 |#1|))) (-15 -3554 ((-656 (-2 (|:| |particular| (-3 (-1286 |#1|) "failed")) (|:| -4156 (-656 (-1286 |#1|))))) (-701 |#1|) (-656 (-1286 |#1|)))) (-15 -3554 ((-656 (-2 (|:| |particular| (-3 (-1286 |#1|) "failed")) (|:| -4156 (-656 (-1286 |#1|))))) (-656 (-656 |#1|)) (-656 (-1286 |#1|)))) (-15 -2419 ((-3 (-1286 |#1|) "failed") (-701 |#1|) (-1286 |#1|))) (-15 -3418 ((-112) (-701 |#1|) (-1286 |#1|))) (-15 -3731 ((-783) (-701 |#1|) (-1286 |#1|))))
-((-3554 (((-656 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4156 (-656 |#3|)))) |#4| (-656 |#3|)) 66) (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4156 (-656 |#3|))) |#4| |#3|) 60)) (-3731 (((-783) |#4| |#3|) 18)) (-2419 (((-3 |#3| "failed") |#4| |#3|) 21)) (-3418 (((-112) |#4| |#3|) 14)))
-(((-680 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3554 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4156 (-656 |#3|))) |#4| |#3|)) (-15 -3554 ((-656 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4156 (-656 |#3|)))) |#4| (-656 |#3|))) (-15 -2419 ((-3 |#3| "failed") |#4| |#3|)) (-15 -3418 ((-112) |#4| |#3|)) (-15 -3731 ((-783) |#4| |#3|))) (-374) (-13 (-384 |#1|) (-10 -7 (-6 -4463))) (-13 (-384 |#1|) (-10 -7 (-6 -4463))) (-699 |#1| |#2| |#3|)) (T -680))
-((-3731 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-4 *6 (-13 (-384 *5) (-10 -7 (-6 -4463)))) (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4463)))) (-5 *2 (-783)) (-5 *1 (-680 *5 *6 *4 *3)) (-4 *3 (-699 *5 *6 *4)))) (-3418 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-4 *6 (-13 (-384 *5) (-10 -7 (-6 -4463)))) (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4463)))) (-5 *2 (-112)) (-5 *1 (-680 *5 *6 *4 *3)) (-4 *3 (-699 *5 *6 *4)))) (-2419 (*1 *2 *3 *2) (|partial| -12 (-4 *4 (-374)) (-4 *5 (-13 (-384 *4) (-10 -7 (-6 -4463)))) (-4 *2 (-13 (-384 *4) (-10 -7 (-6 -4463)))) (-5 *1 (-680 *4 *5 *2 *3)) (-4 *3 (-699 *4 *5 *2)))) (-3554 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-4 *6 (-13 (-384 *5) (-10 -7 (-6 -4463)))) (-4 *7 (-13 (-384 *5) (-10 -7 (-6 -4463)))) (-5 *2 (-656 (-2 (|:| |particular| (-3 *7 "failed")) (|:| -4156 (-656 *7))))) (-5 *1 (-680 *5 *6 *7 *3)) (-5 *4 (-656 *7)) (-4 *3 (-699 *5 *6 *7)))) (-3554 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-4 *6 (-13 (-384 *5) (-10 -7 (-6 -4463)))) (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4463)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4156 (-656 *4)))) (-5 *1 (-680 *5 *6 *4 *3)) (-4 *3 (-699 *5 *6 *4)))))
-(-10 -7 (-15 -3554 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4156 (-656 |#3|))) |#4| |#3|)) (-15 -3554 ((-656 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4156 (-656 |#3|)))) |#4| (-656 |#3|))) (-15 -2419 ((-3 |#3| "failed") |#4| |#3|)) (-15 -3418 ((-112) |#4| |#3|)) (-15 -3731 ((-783) |#4| |#3|)))
-((-2513 (((-2 (|:| |particular| (-3 (-1286 (-419 |#4|)) "failed")) (|:| -4156 (-656 (-1286 (-419 |#4|))))) (-656 |#4|) (-656 |#3|)) 51)))
-(((-681 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2513 ((-2 (|:| |particular| (-3 (-1286 (-419 |#4|)) "failed")) (|:| -4156 (-656 (-1286 (-419 |#4|))))) (-656 |#4|) (-656 |#3|)))) (-568) (-805) (-862) (-966 |#1| |#2| |#3|)) (T -681))
-((-2513 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *7)) (-4 *7 (-862)) (-4 *8 (-966 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-5 *2 (-2 (|:| |particular| (-3 (-1286 (-419 *8)) "failed")) (|:| -4156 (-656 (-1286 (-419 *8)))))) (-5 *1 (-681 *5 *6 *7 *8)))))
-(-10 -7 (-15 -2513 ((-2 (|:| |particular| (-3 (-1286 (-419 |#4|)) "failed")) (|:| -4156 (-656 (-1286 (-419 |#4|))))) (-656 |#4|) (-656 |#3|))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2061 (((-3 $ "failed")) NIL (|has| |#2| (-568)))) (-2205 ((|#2| $) NIL)) (-3388 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-3580 (((-1286 (-701 |#2|))) NIL) (((-1286 (-701 |#2|)) (-1286 $)) NIL)) (-2466 (((-112) $) NIL)) (-3515 (((-1286 $)) 42)) (-3733 (((-112) $ (-783)) NIL)) (-3307 (($ |#2|) NIL)) (-2135 (($) NIL T CONST)) (-3724 (($ $) NIL (|has| |#2| (-317)))) (-3925 (((-245 |#1| |#2|) $ (-576)) NIL)) (-2415 (((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed")) NIL (|has| |#2| (-568)))) (-2068 (((-3 $ "failed")) NIL (|has| |#2| (-568)))) (-2783 (((-701 |#2|)) NIL) (((-701 |#2|) (-1286 $)) NIL)) (-2730 ((|#2| $) NIL)) (-3965 (((-701 |#2|) $) NIL) (((-701 |#2|) $ (-1286 $)) NIL)) (-2919 (((-3 $ "failed") $) NIL (|has| |#2| (-568)))) (-3919 (((-1191 (-969 |#2|))) NIL (|has| |#2| (-374)))) (-3647 (($ $ (-938)) NIL)) (-3151 ((|#2| $) NIL)) (-2803 (((-1191 |#2|) $) NIL (|has| |#2| (-568)))) (-2760 ((|#2|) NIL) ((|#2| (-1286 $)) NIL)) (-2164 (((-1191 |#2|) $) NIL)) (-3528 (((-112)) NIL)) (-1570 (((-3 (-576) "failed") $) NIL (|has| |#2| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1057 (-419 (-576))))) (((-3 |#2| "failed") $) NIL)) (-2857 (((-576) $) NIL (|has| |#2| (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| |#2| (-1057 (-419 (-576))))) ((|#2| $) NIL)) (-2495 (($ (-1286 |#2|)) NIL) (($ (-1286 |#2|) (-1286 $)) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) NIL) (((-701 |#2|) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-3731 (((-783) $) NIL (|has| |#2| (-568))) (((-938)) 43)) (-4271 ((|#2| $ (-576) (-576)) NIL)) (-1766 (((-112)) NIL)) (-1560 (($ $ (-938)) NIL)) (-3963 (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-3612 (((-112) $) NIL)) (-3809 (((-783) $) NIL (|has| |#2| (-568)))) (-1479 (((-656 (-245 |#1| |#2|)) $) NIL (|has| |#2| (-568)))) (-1687 (((-783) $) NIL)) (-3238 (((-112)) NIL)) (-1697 (((-783) $) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3373 ((|#2| $) NIL (|has| |#2| (-6 (-4464 "*"))))) (-4063 (((-576) $) NIL)) (-1495 (((-576) $) NIL)) (-3452 (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-3621 (((-576) $) NIL)) (-2196 (((-576) $) NIL)) (-2462 (($ (-656 (-656 |#2|))) NIL)) (-4320 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-1445 (((-656 (-656 |#2|)) $) NIL)) (-4403 (((-112)) NIL)) (-2022 (((-112)) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-1985 (((-3 (-2 (|:| |particular| $) (|:| -4156 (-656 $))) "failed")) NIL (|has| |#2| (-568)))) (-3297 (((-3 $ "failed")) NIL (|has| |#2| (-568)))) (-2756 (((-701 |#2|)) NIL) (((-701 |#2|) (-1286 $)) NIL)) (-2828 ((|#2| $) NIL)) (-3057 (((-701 |#2|) $) NIL) (((-701 |#2|) $ (-1286 $)) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-1286 $) $) NIL) (((-701 |#2|) (-1286 $)) NIL)) (-1873 (((-3 $ "failed") $) NIL (|has| |#2| (-568)))) (-3050 (((-1191 (-969 |#2|))) NIL (|has| |#2| (-374)))) (-3598 (($ $ (-938)) NIL)) (-1878 ((|#2| $) NIL)) (-1485 (((-1191 |#2|) $) NIL (|has| |#2| (-568)))) (-4104 ((|#2|) NIL) ((|#2| (-1286 $)) NIL)) (-2167 (((-1191 |#2|) $) NIL)) (-1787 (((-112)) NIL)) (-3881 (((-1177) $) NIL)) (-3320 (((-112)) NIL)) (-3116 (((-112)) NIL)) (-2591 (((-112)) NIL)) (-1430 (((-3 $ "failed") $) NIL (|has| |#2| (-374)))) (-1448 (((-1139) $) NIL)) (-4371 (((-112)) NIL)) (-3473 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-568)))) (-3626 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#2| $ (-576) (-576) |#2|) NIL) ((|#2| $ (-576) (-576)) 28) ((|#2| $ (-576)) NIL)) (-2770 (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $) NIL (|has| |#2| (-237))) (($ $ (-783)) NIL (|has| |#2| (-237))) (($ $ (-1195)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#2| (-917 (-1195))))) (-4067 ((|#2| $) NIL)) (-4432 (($ (-656 |#2|)) NIL)) (-3527 (((-112) $) NIL)) (-1334 (((-245 |#1| |#2|) $) NIL)) (-1905 ((|#2| $) NIL (|has| |#2| (-6 (-4464 "*"))))) (-1458 (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-1868 (($ $) NIL)) (-2203 (((-701 |#2|) (-1286 $)) NIL) (((-1286 |#2|) $) NIL) (((-701 |#2|) (-1286 $) (-1286 $)) NIL) (((-1286 |#2|) $ (-1286 $)) 31)) (-4169 (($ (-1286 |#2|)) NIL) (((-1286 |#2|) $) NIL)) (-2666 (((-656 (-969 |#2|))) NIL) (((-656 (-969 |#2|)) (-1286 $)) NIL)) (-3636 (($ $ $) NIL)) (-2779 (((-112)) NIL)) (-2067 (((-245 |#1| |#2|) $ (-576)) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ (-419 (-576))) NIL (|has| |#2| (-1057 (-419 (-576))))) (($ |#2|) NIL) (((-701 |#2|) $) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) 41)) (-2660 (((-656 (-1286 |#2|))) NIL (|has| |#2| (-568)))) (-3369 (($ $ $ $) NIL)) (-1555 (((-112)) NIL)) (-3566 (($ (-701 |#2|) $) NIL)) (-2306 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-3775 (((-112) $) NIL)) (-1678 (($ $ $) NIL)) (-3949 (((-112)) NIL)) (-2033 (((-112)) NIL)) (-2333 (((-112)) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $) NIL (|has| |#2| (-237))) (($ $ (-783)) NIL (|has| |#2| (-237))) (($ $ (-1195)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#2| (-917 (-1195))))) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#2| (-374)))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-245 |#1| |#2|) $ (-245 |#1| |#2|)) NIL) (((-245 |#1| |#2|) (-245 |#1| |#2|) $) NIL)) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-682 |#1| |#2|) (-13 (-1142 |#1| |#2| (-245 |#1| |#2|) (-245 |#1| |#2|)) (-625 (-701 |#2|)) (-429 |#2|)) (-938) (-174)) (T -682))
-NIL
-(-13 (-1142 |#1| |#2| (-245 |#1| |#2|) (-245 |#1| |#2|)) (-625 (-701 |#2|)) (-429 |#2|))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3897 (((-656 (-1154)) $) 10)) (-3567 (((-874) $) 16) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-683) (-13 (-1102) (-10 -8 (-15 -3897 ((-656 (-1154)) $))))) (T -683))
-((-3897 (*1 *2 *1) (-12 (-5 *2 (-656 (-1154))) (-5 *1 (-683)))))
-(-13 (-1102) (-10 -8 (-15 -3897 ((-656 (-1154)) $))))
-((-3486 (((-112) $ $) NIL)) (-3444 (((-656 |#1|) $) NIL)) (-4247 (($ $) 62)) (-2562 (((-112) $) NIL)) (-1570 (((-3 |#1| "failed") $) NIL)) (-2857 ((|#1| $) NIL)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-3180 (((-3 $ "failed") (-831 |#1|)) 27)) (-4146 (((-112) (-831 |#1|)) 17)) (-2023 (($ (-831 |#1|)) 28)) (-2682 (((-112) $ $) 36)) (-2432 (((-938) $) 43)) (-4237 (($ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-1827 (((-656 $) (-831 |#1|)) 19)) (-3567 (((-874) $) 51) (($ |#1|) 40) (((-831 |#1|) $) 47) (((-689 |#1|) $) 52)) (-1540 (((-112) $ $) NIL)) (-3419 (((-59 (-656 $)) (-656 |#1|) (-938)) 67)) (-2159 (((-656 $) (-656 |#1|) (-938)) 70)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 63)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 46)))
-(((-684 |#1|) (-13 (-862) (-1057 |#1|) (-10 -8 (-15 -2562 ((-112) $)) (-15 -4237 ($ $)) (-15 -4247 ($ $)) (-15 -2432 ((-938) $)) (-15 -2682 ((-112) $ $)) (-15 -3567 ((-831 |#1|) $)) (-15 -3567 ((-689 |#1|) $)) (-15 -1827 ((-656 $) (-831 |#1|))) (-15 -4146 ((-112) (-831 |#1|))) (-15 -2023 ($ (-831 |#1|))) (-15 -3180 ((-3 $ "failed") (-831 |#1|))) (-15 -3444 ((-656 |#1|) $)) (-15 -3419 ((-59 (-656 $)) (-656 |#1|) (-938))) (-15 -2159 ((-656 $) (-656 |#1|) (-938))))) (-862)) (T -684))
-((-2562 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-684 *3)) (-4 *3 (-862)))) (-4237 (*1 *1 *1) (-12 (-5 *1 (-684 *2)) (-4 *2 (-862)))) (-4247 (*1 *1 *1) (-12 (-5 *1 (-684 *2)) (-4 *2 (-862)))) (-2432 (*1 *2 *1) (-12 (-5 *2 (-938)) (-5 *1 (-684 *3)) (-4 *3 (-862)))) (-2682 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-684 *3)) (-4 *3 (-862)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-831 *3)) (-5 *1 (-684 *3)) (-4 *3 (-862)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-689 *3)) (-5 *1 (-684 *3)) (-4 *3 (-862)))) (-1827 (*1 *2 *3) (-12 (-5 *3 (-831 *4)) (-4 *4 (-862)) (-5 *2 (-656 (-684 *4))) (-5 *1 (-684 *4)))) (-4146 (*1 *2 *3) (-12 (-5 *3 (-831 *4)) (-4 *4 (-862)) (-5 *2 (-112)) (-5 *1 (-684 *4)))) (-2023 (*1 *1 *2) (-12 (-5 *2 (-831 *3)) (-4 *3 (-862)) (-5 *1 (-684 *3)))) (-3180 (*1 *1 *2) (|partial| -12 (-5 *2 (-831 *3)) (-4 *3 (-862)) (-5 *1 (-684 *3)))) (-3444 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-684 *3)) (-4 *3 (-862)))) (-3419 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *5)) (-5 *4 (-938)) (-4 *5 (-862)) (-5 *2 (-59 (-656 (-684 *5)))) (-5 *1 (-684 *5)))) (-2159 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *5)) (-5 *4 (-938)) (-4 *5 (-862)) (-5 *2 (-656 (-684 *5))) (-5 *1 (-684 *5)))))
-(-13 (-862) (-1057 |#1|) (-10 -8 (-15 -2562 ((-112) $)) (-15 -4237 ($ $)) (-15 -4247 ($ $)) (-15 -2432 ((-938) $)) (-15 -2682 ((-112) $ $)) (-15 -3567 ((-831 |#1|) $)) (-15 -3567 ((-689 |#1|) $)) (-15 -1827 ((-656 $) (-831 |#1|))) (-15 -4146 ((-112) (-831 |#1|))) (-15 -2023 ($ (-831 |#1|))) (-15 -3180 ((-3 $ "failed") (-831 |#1|))) (-15 -3444 ((-656 |#1|) $)) (-15 -3419 ((-59 (-656 $)) (-656 |#1|) (-938))) (-15 -2159 ((-656 $) (-656 |#1|) (-938)))))
-((-3103 ((|#2| $) 100)) (-4422 (($ $) 121)) (-3733 (((-112) $ (-783)) 35)) (-3590 (($ $) 109) (($ $ (-783)) 112)) (-3565 (((-112) $) 122)) (-4099 (((-656 $) $) 96)) (-2679 (((-112) $ $) 92)) (-2476 (((-112) $ (-783)) 33)) (-3280 (((-576) $) 66)) (-3767 (((-576) $) 65)) (-2460 (((-112) $ (-783)) 31)) (-2326 (((-112) $) 98)) (-3966 ((|#2| $) 113) (($ $ (-783)) 117)) (-2171 (($ $ $ (-576)) 83) (($ |#2| $ (-576)) 82)) (-1742 (((-656 (-576)) $) 64)) (-2406 (((-112) (-576) $) 59)) (-3578 ((|#2| $) NIL) (($ $ (-783)) 108)) (-3905 (($ $ (-576)) 125)) (-2743 (((-112) $) 124)) (-3626 (((-112) (-1 (-112) |#2|) $) 42)) (-4278 (((-656 |#2|) $) 46)) (-2794 ((|#2| $ "value") NIL) ((|#2| $ "first") 107) (($ $ "rest") 111) ((|#2| $ "last") 120) (($ $ (-1253 (-576))) 79) ((|#2| $ (-576)) 57) ((|#2| $ (-576) |#2|) 58)) (-3273 (((-576) $ $) 91)) (-3463 (($ $ (-1253 (-576))) 78) (($ $ (-576)) 72)) (-2635 (((-112) $) 87)) (-2009 (($ $) 105)) (-1795 (((-783) $) 104)) (-2039 (($ $) 103)) (-3579 (($ (-656 |#2|)) 53)) (-3746 (($ $) 126)) (-3931 (((-656 $) $) 90)) (-1434 (((-112) $ $) 89)) (-2306 (((-112) (-1 (-112) |#2|) $) 41)) (-2921 (((-112) $ $) 20)) (-3500 (((-783) $) 39)))
-(((-685 |#1| |#2|) (-10 -8 (-15 -2921 ((-112) |#1| |#1|)) (-15 -3746 (|#1| |#1|)) (-15 -3905 (|#1| |#1| (-576))) (-15 -3565 ((-112) |#1|)) (-15 -2743 ((-112) |#1|)) (-15 -2794 (|#2| |#1| (-576) |#2|)) (-15 -2794 (|#2| |#1| (-576))) (-15 -4278 ((-656 |#2|) |#1|)) (-15 -2406 ((-112) (-576) |#1|)) (-15 -1742 ((-656 (-576)) |#1|)) (-15 -3767 ((-576) |#1|)) (-15 -3280 ((-576) |#1|)) (-15 -3579 (|#1| (-656 |#2|))) (-15 -2794 (|#1| |#1| (-1253 (-576)))) (-15 -3463 (|#1| |#1| (-576))) (-15 -3463 (|#1| |#1| (-1253 (-576)))) (-15 -2171 (|#1| |#2| |#1| (-576))) (-15 -2171 (|#1| |#1| |#1| (-576))) (-15 -2009 (|#1| |#1|)) (-15 -1795 ((-783) |#1|)) (-15 -2039 (|#1| |#1|)) (-15 -4422 (|#1| |#1|)) (-15 -3966 (|#1| |#1| (-783))) (-15 -2794 (|#2| |#1| "last")) (-15 -3966 (|#2| |#1|)) (-15 -3590 (|#1| |#1| (-783))) (-15 -2794 (|#1| |#1| "rest")) (-15 -3590 (|#1| |#1|)) (-15 -3578 (|#1| |#1| (-783))) (-15 -2794 (|#2| |#1| "first")) (-15 -3578 (|#2| |#1|)) (-15 -2679 ((-112) |#1| |#1|)) (-15 -1434 ((-112) |#1| |#1|)) (-15 -3273 ((-576) |#1| |#1|)) (-15 -2635 ((-112) |#1|)) (-15 -2794 (|#2| |#1| "value")) (-15 -3103 (|#2| |#1|)) (-15 -2326 ((-112) |#1|)) (-15 -4099 ((-656 |#1|) |#1|)) (-15 -3931 ((-656 |#1|) |#1|)) (-15 -3626 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2306 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3500 ((-783) |#1|)) (-15 -3733 ((-112) |#1| (-783))) (-15 -2476 ((-112) |#1| (-783))) (-15 -2460 ((-112) |#1| (-783)))) (-686 |#2|) (-1236)) (T -685))
-NIL
-(-10 -8 (-15 -2921 ((-112) |#1| |#1|)) (-15 -3746 (|#1| |#1|)) (-15 -3905 (|#1| |#1| (-576))) (-15 -3565 ((-112) |#1|)) (-15 -2743 ((-112) |#1|)) (-15 -2794 (|#2| |#1| (-576) |#2|)) (-15 -2794 (|#2| |#1| (-576))) (-15 -4278 ((-656 |#2|) |#1|)) (-15 -2406 ((-112) (-576) |#1|)) (-15 -1742 ((-656 (-576)) |#1|)) (-15 -3767 ((-576) |#1|)) (-15 -3280 ((-576) |#1|)) (-15 -3579 (|#1| (-656 |#2|))) (-15 -2794 (|#1| |#1| (-1253 (-576)))) (-15 -3463 (|#1| |#1| (-576))) (-15 -3463 (|#1| |#1| (-1253 (-576)))) (-15 -2171 (|#1| |#2| |#1| (-576))) (-15 -2171 (|#1| |#1| |#1| (-576))) (-15 -2009 (|#1| |#1|)) (-15 -1795 ((-783) |#1|)) (-15 -2039 (|#1| |#1|)) (-15 -4422 (|#1| |#1|)) (-15 -3966 (|#1| |#1| (-783))) (-15 -2794 (|#2| |#1| "last")) (-15 -3966 (|#2| |#1|)) (-15 -3590 (|#1| |#1| (-783))) (-15 -2794 (|#1| |#1| "rest")) (-15 -3590 (|#1| |#1|)) (-15 -3578 (|#1| |#1| (-783))) (-15 -2794 (|#2| |#1| "first")) (-15 -3578 (|#2| |#1|)) (-15 -2679 ((-112) |#1| |#1|)) (-15 -1434 ((-112) |#1| |#1|)) (-15 -3273 ((-576) |#1| |#1|)) (-15 -2635 ((-112) |#1|)) (-15 -2794 (|#2| |#1| "value")) (-15 -3103 (|#2| |#1|)) (-15 -2326 ((-112) |#1|)) (-15 -4099 ((-656 |#1|) |#1|)) (-15 -3931 ((-656 |#1|) |#1|)) (-15 -3626 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2306 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3500 ((-783) |#1|)) (-15 -3733 ((-112) |#1| (-783))) (-15 -2476 ((-112) |#1| (-783))) (-15 -2460 ((-112) |#1| (-783))))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3103 ((|#1| $) 49)) (-2896 ((|#1| $) 66)) (-4422 (($ $) 68)) (-2617 (((-1291) $ (-576) (-576)) 99 (|has| $ (-6 -4463)))) (-1986 (($ $ (-576)) 53 (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) 8)) (-1762 ((|#1| $ |#1|) 40 (|has| $ (-6 -4463)))) (-2965 (($ $ $) 57 (|has| $ (-6 -4463)))) (-2231 ((|#1| $ |#1|) 55 (|has| $ (-6 -4463)))) (-2814 ((|#1| $ |#1|) 59 (|has| $ (-6 -4463)))) (-3753 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4463))) ((|#1| $ "first" |#1|) 58 (|has| $ (-6 -4463))) (($ $ "rest" $) 56 (|has| $ (-6 -4463))) ((|#1| $ "last" |#1|) 54 (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) 119 (|has| $ (-6 -4463))) ((|#1| $ (-576) |#1|) 88 (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) 42 (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) |#1|) $) 104)) (-2881 ((|#1| $) 67)) (-2135 (($) 7 T CONST)) (-1368 (($ $) 126)) (-3590 (($ $) 74) (($ $ (-783)) 72)) (-1640 (($ $) 101 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3942 (($ |#1| $) 102 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#1|) $) 105)) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $) 107 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 106 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 103 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4330 ((|#1| $ (-576) |#1|) 87 (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) 89)) (-3565 (((-112) $) 85)) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-1911 (((-783) $) 125)) (-4099 (((-656 $) $) 51)) (-2679 (((-112) $ $) 43 (|has| |#1| (-1119)))) (-4138 (($ (-783) |#1|) 111)) (-2476 (((-112) $ (-783)) 9)) (-3280 (((-576) $) 97 (|has| (-576) (-862)))) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3767 (((-576) $) 96 (|has| (-576) (-862)))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 114)) (-2460 (((-112) $ (-783)) 10)) (-2348 (((-656 |#1|) $) 46)) (-2326 (((-112) $) 50)) (-4168 (($ $) 128)) (-3902 (((-112) $) 129)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-3966 ((|#1| $) 71) (($ $ (-783)) 69)) (-2171 (($ $ $ (-576)) 118) (($ |#1| $ (-576)) 117)) (-1742 (((-656 (-576)) $) 94)) (-2406 (((-112) (-576) $) 93)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-2341 ((|#1| $) 127)) (-3578 ((|#1| $) 77) (($ $ (-783)) 75)) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 108)) (-1552 (($ $ |#1|) 98 (|has| $ (-6 -4463)))) (-3905 (($ $ (-576)) 124)) (-2743 (((-112) $) 86)) (-3771 (((-112) $) 130)) (-3291 (((-112) $) 131)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4408 (((-112) |#1| $) 95 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) 92)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#1| $ "value") 48) ((|#1| $ "first") 76) (($ $ "rest") 73) ((|#1| $ "last") 70) (($ $ (-1253 (-576))) 110) ((|#1| $ (-576)) 91) ((|#1| $ (-576) |#1|) 90)) (-3273 (((-576) $ $) 45)) (-3463 (($ $ (-1253 (-576))) 116) (($ $ (-576)) 115)) (-2635 (((-112) $) 47)) (-2009 (($ $) 63)) (-1611 (($ $) 60 (|has| $ (-6 -4463)))) (-1795 (((-783) $) 64)) (-2039 (($ $) 65)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-4169 (((-548) $) 100 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 109)) (-3906 (($ $ $) 62 (|has| $ (-6 -4463))) (($ $ |#1|) 61 (|has| $ (-6 -4463)))) (-1613 (($ $ $) 79) (($ |#1| $) 78) (($ (-656 $)) 113) (($ $ |#1|) 112)) (-3746 (($ $) 123)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) 52)) (-1434 (((-112) $ $) 44 (|has| |#1| (-1119)))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-686 |#1|) (-141) (-1236)) (T -686))
-((-3942 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-686 *3)) (-4 *3 (-1236)))) (-1966 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-686 *3)) (-4 *3 (-1236)))) (-3291 (*1 *2 *1) (-12 (-4 *1 (-686 *3)) (-4 *3 (-1236)) (-5 *2 (-112)))) (-3771 (*1 *2 *1) (-12 (-4 *1 (-686 *3)) (-4 *3 (-1236)) (-5 *2 (-112)))) (-3902 (*1 *2 *1) (-12 (-4 *1 (-686 *3)) (-4 *3 (-1236)) (-5 *2 (-112)))) (-4168 (*1 *1 *1) (-12 (-4 *1 (-686 *2)) (-4 *2 (-1236)))) (-2341 (*1 *2 *1) (-12 (-4 *1 (-686 *2)) (-4 *2 (-1236)))) (-1368 (*1 *1 *1) (-12 (-4 *1 (-686 *2)) (-4 *2 (-1236)))) (-1911 (*1 *2 *1) (-12 (-4 *1 (-686 *3)) (-4 *3 (-1236)) (-5 *2 (-783)))) (-3905 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-686 *3)) (-4 *3 (-1236)))) (-3746 (*1 *1 *1) (-12 (-4 *1 (-686 *2)) (-4 *2 (-1236)))))
-(-13 (-1168 |t#1|) (-10 -8 (-15 -3942 ($ (-1 (-112) |t#1|) $)) (-15 -1966 ($ (-1 (-112) |t#1|) $)) (-15 -3291 ((-112) $)) (-15 -3771 ((-112) $)) (-15 -3902 ((-112) $)) (-15 -4168 ($ $)) (-15 -2341 (|t#1| $)) (-15 -1368 ($ $)) (-15 -1911 ((-783) $)) (-15 -3905 ($ $ (-576))) (-15 -3746 ($ $))))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1253 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-663 |#1|) . T) ((-1029 |#1|) . T) ((-1119) |has| |#1| (-1119)) ((-1168 |#1|) . T) ((-1236) . T) ((-1274 |#1|) . T))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2972 (($ (-783) (-783) (-783)) 53 (|has| |#1| (-1068)))) (-3733 (((-112) $ (-783)) NIL)) (-3099 ((|#1| $ (-783) (-783) (-783) |#1|) 47)) (-2135 (($) NIL T CONST)) (-3597 (($ $ $) 57 (|has| |#1| (-1068)))) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3591 (((-1286 (-783)) $) 12)) (-3309 (($ (-1195) $ $) 34)) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-3637 (($ (-783)) 55 (|has| |#1| (-1068)))) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#1| $ (-783) (-783) (-783)) 44)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) NIL)) (-3579 (($ (-656 (-656 (-656 |#1|)))) 67)) (-3567 (($ (-975 (-975 (-975 |#1|)))) 23) (((-975 (-975 (-975 |#1|))) $) 19) (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-687 |#1|) (-13 (-501 |#1|) (-10 -8 (IF (|has| |#1| (-1068)) (PROGN (-15 -2972 ($ (-783) (-783) (-783))) (-15 -3637 ($ (-783))) (-15 -3597 ($ $ $))) |%noBranch|) (-15 -3579 ($ (-656 (-656 (-656 |#1|))))) (-15 -2794 (|#1| $ (-783) (-783) (-783))) (-15 -3099 (|#1| $ (-783) (-783) (-783) |#1|)) (-15 -3567 ($ (-975 (-975 (-975 |#1|))))) (-15 -3567 ((-975 (-975 (-975 |#1|))) $)) (-15 -3309 ($ (-1195) $ $)) (-15 -3591 ((-1286 (-783)) $)))) (-1119)) (T -687))
-((-2972 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-687 *3)) (-4 *3 (-1068)) (-4 *3 (-1119)))) (-3637 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-687 *3)) (-4 *3 (-1068)) (-4 *3 (-1119)))) (-3597 (*1 *1 *1 *1) (-12 (-5 *1 (-687 *2)) (-4 *2 (-1068)) (-4 *2 (-1119)))) (-3579 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 (-656 *3)))) (-4 *3 (-1119)) (-5 *1 (-687 *3)))) (-2794 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-783)) (-5 *1 (-687 *2)) (-4 *2 (-1119)))) (-3099 (*1 *2 *1 *3 *3 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-687 *2)) (-4 *2 (-1119)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-975 (-975 (-975 *3)))) (-4 *3 (-1119)) (-5 *1 (-687 *3)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-975 (-975 (-975 *3)))) (-5 *1 (-687 *3)) (-4 *3 (-1119)))) (-3309 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1195)) (-5 *1 (-687 *3)) (-4 *3 (-1119)))) (-3591 (*1 *2 *1) (-12 (-5 *2 (-1286 (-783))) (-5 *1 (-687 *3)) (-4 *3 (-1119)))))
-(-13 (-501 |#1|) (-10 -8 (IF (|has| |#1| (-1068)) (PROGN (-15 -2972 ($ (-783) (-783) (-783))) (-15 -3637 ($ (-783))) (-15 -3597 ($ $ $))) |%noBranch|) (-15 -3579 ($ (-656 (-656 (-656 |#1|))))) (-15 -2794 (|#1| $ (-783) (-783) (-783))) (-15 -3099 (|#1| $ (-783) (-783) (-783) |#1|)) (-15 -3567 ($ (-975 (-975 (-975 |#1|))))) (-15 -3567 ((-975 (-975 (-975 |#1|))) $)) (-15 -3309 ($ (-1195) $ $)) (-15 -3591 ((-1286 (-783)) $))))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-3926 (((-495) $) 10)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 19) (($ (-1200)) NIL) (((-1200) $) NIL)) (-2636 (((-1154) $) 12)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-688) (-13 (-1102) (-10 -8 (-15 -3926 ((-495) $)) (-15 -2636 ((-1154) $))))) (T -688))
-((-3926 (*1 *2 *1) (-12 (-5 *2 (-495)) (-5 *1 (-688)))) (-2636 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-688)))))
-(-13 (-1102) (-10 -8 (-15 -3926 ((-495) $)) (-15 -2636 ((-1154) $))))
-((-3486 (((-112) $ $) NIL)) (-3444 (((-656 |#1|) $) 15)) (-4247 (($ $) 19)) (-2562 (((-112) $) 20)) (-1570 (((-3 |#1| "failed") $) 23)) (-2857 ((|#1| $) 21)) (-3590 (($ $) 37)) (-1839 (($ $) 25)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-2682 (((-112) $ $) 47)) (-2432 (((-938) $) 40)) (-4237 (($ $) 18)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3578 ((|#1| $) 36)) (-3567 (((-874) $) 32) (($ |#1|) 24) (((-831 |#1|) $) 28)) (-1540 (((-112) $ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 13)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 44)) (* (($ $ $) 35)))
-(((-689 |#1|) (-13 (-862) (-1057 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -3567 ((-831 |#1|) $)) (-15 -3578 (|#1| $)) (-15 -4237 ($ $)) (-15 -2432 ((-938) $)) (-15 -2682 ((-112) $ $)) (-15 -1839 ($ $)) (-15 -3590 ($ $)) (-15 -2562 ((-112) $)) (-15 -4247 ($ $)) (-15 -3444 ((-656 |#1|) $)))) (-862)) (T -689))
-((* (*1 *1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-831 *3)) (-5 *1 (-689 *3)) (-4 *3 (-862)))) (-3578 (*1 *2 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862)))) (-4237 (*1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862)))) (-2432 (*1 *2 *1) (-12 (-5 *2 (-938)) (-5 *1 (-689 *3)) (-4 *3 (-862)))) (-2682 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-689 *3)) (-4 *3 (-862)))) (-1839 (*1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862)))) (-3590 (*1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862)))) (-2562 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-689 *3)) (-4 *3 (-862)))) (-4247 (*1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862)))) (-3444 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-689 *3)) (-4 *3 (-862)))))
-(-13 (-862) (-1057 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -3567 ((-831 |#1|) $)) (-15 -3578 (|#1| $)) (-15 -4237 ($ $)) (-15 -2432 ((-938) $)) (-15 -2682 ((-112) $ $)) (-15 -1839 ($ $)) (-15 -3590 ($ $)) (-15 -2562 ((-112) $)) (-15 -4247 ($ $)) (-15 -3444 ((-656 |#1|) $))))
-((-3585 ((|#1| (-1 |#1| (-783) |#1|) (-783) |#1|) 11)) (-4036 ((|#1| (-1 |#1| |#1|) (-783) |#1|) 9)))
-(((-690 |#1|) (-10 -7 (-15 -4036 (|#1| (-1 |#1| |#1|) (-783) |#1|)) (-15 -3585 (|#1| (-1 |#1| (-783) |#1|) (-783) |#1|))) (-1119)) (T -690))
-((-3585 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 (-783) *2)) (-5 *4 (-783)) (-4 *2 (-1119)) (-5 *1 (-690 *2)))) (-4036 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-783)) (-4 *2 (-1119)) (-5 *1 (-690 *2)))))
-(-10 -7 (-15 -4036 (|#1| (-1 |#1| |#1|) (-783) |#1|)) (-15 -3585 (|#1| (-1 |#1| (-783) |#1|) (-783) |#1|)))
-((-1324 ((|#2| |#1| |#2|) 9)) (-4435 ((|#1| |#1| |#2|) 8)))
-(((-691 |#1| |#2|) (-10 -7 (-15 -4435 (|#1| |#1| |#2|)) (-15 -1324 (|#2| |#1| |#2|))) (-1119) (-1119)) (T -691))
-((-1324 (*1 *2 *3 *2) (-12 (-5 *1 (-691 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1119)))) (-4435 (*1 *2 *2 *3) (-12 (-5 *1 (-691 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119)))))
-(-10 -7 (-15 -4435 (|#1| |#1| |#2|)) (-15 -1324 (|#2| |#1| |#2|)))
-((-1844 ((|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|) 11)))
-(((-692 |#1| |#2| |#3|) (-10 -7 (-15 -1844 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|))) (-1119) (-1119) (-1119)) (T -692))
-((-1844 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *2 (-1119)) (-5 *1 (-692 *5 *6 *2)))))
-(-10 -7 (-15 -1844 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|)))
-((-3486 (((-112) $ $) NIL)) (-2981 (((-1235) $) 21)) (-2913 (((-656 (-1235)) $) 19)) (-1705 (($ (-656 (-1235)) (-1235)) 14)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 29) (($ (-1200)) NIL) (((-1200) $) NIL) (((-1235) $) 22) (($ (-1137)) 10)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-693) (-13 (-1102) (-625 (-1235)) (-10 -8 (-15 -3567 ($ (-1137))) (-15 -1705 ($ (-656 (-1235)) (-1235))) (-15 -2913 ((-656 (-1235)) $)) (-15 -2981 ((-1235) $))))) (T -693))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-693)))) (-1705 (*1 *1 *2 *3) (-12 (-5 *2 (-656 (-1235))) (-5 *3 (-1235)) (-5 *1 (-693)))) (-2913 (*1 *2 *1) (-12 (-5 *2 (-656 (-1235))) (-5 *1 (-693)))) (-2981 (*1 *2 *1) (-12 (-5 *2 (-1235)) (-5 *1 (-693)))))
-(-13 (-1102) (-625 (-1235)) (-10 -8 (-15 -3567 ($ (-1137))) (-15 -1705 ($ (-656 (-1235)) (-1235))) (-15 -2913 ((-656 (-1235)) $)) (-15 -2981 ((-1235) $))))
-((-3585 (((-1 |#1| (-783) |#1|) (-1 |#1| (-783) |#1|)) 26)) (-2345 (((-1 |#1|) |#1|) 8)) (-3096 ((|#1| |#1|) 19)) (-3292 (((-656 |#1|) (-1 (-656 |#1|) (-656 |#1|)) (-576)) 18) ((|#1| (-1 |#1| |#1|)) 11)) (-3567 (((-1 |#1|) |#1|) 9)) (** (((-1 |#1| |#1|) (-1 |#1| |#1|) (-783)) 23)))
-(((-694 |#1|) (-10 -7 (-15 -2345 ((-1 |#1|) |#1|)) (-15 -3567 ((-1 |#1|) |#1|)) (-15 -3292 (|#1| (-1 |#1| |#1|))) (-15 -3292 ((-656 |#1|) (-1 (-656 |#1|) (-656 |#1|)) (-576))) (-15 -3096 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-783))) (-15 -3585 ((-1 |#1| (-783) |#1|) (-1 |#1| (-783) |#1|)))) (-1119)) (T -694))
-((-3585 (*1 *2 *2) (-12 (-5 *2 (-1 *3 (-783) *3)) (-4 *3 (-1119)) (-5 *1 (-694 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-783)) (-4 *4 (-1119)) (-5 *1 (-694 *4)))) (-3096 (*1 *2 *2) (-12 (-5 *1 (-694 *2)) (-4 *2 (-1119)))) (-3292 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-656 *5) (-656 *5))) (-5 *4 (-576)) (-5 *2 (-656 *5)) (-5 *1 (-694 *5)) (-4 *5 (-1119)))) (-3292 (*1 *2 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-694 *2)) (-4 *2 (-1119)))) (-3567 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-694 *3)) (-4 *3 (-1119)))) (-2345 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-694 *3)) (-4 *3 (-1119)))))
-(-10 -7 (-15 -2345 ((-1 |#1|) |#1|)) (-15 -3567 ((-1 |#1|) |#1|)) (-15 -3292 (|#1| (-1 |#1| |#1|))) (-15 -3292 ((-656 |#1|) (-1 (-656 |#1|) (-656 |#1|)) (-576))) (-15 -3096 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-783))) (-15 -3585 ((-1 |#1| (-783) |#1|) (-1 |#1| (-783) |#1|))))
-((-3213 (((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)) 16)) (-1629 (((-1 |#2|) (-1 |#2| |#1|) |#1|) 13)) (-1478 (((-1 |#2| |#1|) (-1 |#2|)) 14)) (-2179 (((-1 |#2| |#1|) |#2|) 11)))
-(((-695 |#1| |#2|) (-10 -7 (-15 -2179 ((-1 |#2| |#1|) |#2|)) (-15 -1629 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -1478 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -3213 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)))) (-1119) (-1119)) (T -695))
-((-3213 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-5 *2 (-1 *5 *4)) (-5 *1 (-695 *4 *5)))) (-1478 (*1 *2 *3) (-12 (-5 *3 (-1 *5)) (-4 *5 (-1119)) (-5 *2 (-1 *5 *4)) (-5 *1 (-695 *4 *5)) (-4 *4 (-1119)))) (-1629 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-5 *2 (-1 *5)) (-5 *1 (-695 *4 *5)))) (-2179 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-695 *4 *3)) (-4 *4 (-1119)) (-4 *3 (-1119)))))
-(-10 -7 (-15 -2179 ((-1 |#2| |#1|) |#2|)) (-15 -1629 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -1478 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -3213 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|))))
-((-1938 (((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|)) 17)) (-1569 (((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|) 11)) (-1600 (((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|) 13)) (-2758 (((-1 |#3| |#1| |#2|) (-1 |#3| |#1|)) 14)) (-3198 (((-1 |#3| |#1| |#2|) (-1 |#3| |#2|)) 15)) (* (((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)) 21)))
-(((-696 |#1| |#2| |#3|) (-10 -7 (-15 -1569 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -1600 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -2758 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -3198 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -1938 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)))) (-1119) (-1119) (-1119)) (T -696))
-((* (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-1 *7 *5)) (-5 *1 (-696 *5 *6 *7)))) (-1938 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-696 *4 *5 *6)))) (-3198 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-696 *4 *5 *6)) (-4 *4 (-1119)))) (-2758 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1119)) (-4 *6 (-1119)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-696 *4 *5 *6)) (-4 *5 (-1119)))) (-1600 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-5 *2 (-1 *6 *5)) (-5 *1 (-696 *4 *5 *6)))) (-1569 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1119)) (-4 *4 (-1119)) (-4 *6 (-1119)) (-5 *2 (-1 *6 *5)) (-5 *1 (-696 *5 *4 *6)))))
-(-10 -7 (-15 -1569 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -1600 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -2758 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -3198 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -1938 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|))))
-((-3683 ((|#5| (-1 |#5| |#1| |#5|) |#4| |#5|) 39)) (-4114 (((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|) 37) ((|#8| (-1 |#5| |#1|) |#4|) 31)))
-(((-697 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -4114 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -4114 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -3683 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|))) (-1068) (-384 |#1|) (-384 |#1|) (-699 |#1| |#2| |#3|) (-1068) (-384 |#5|) (-384 |#5|) (-699 |#5| |#6| |#7|)) (T -697))
-((-3683 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1068)) (-4 *2 (-1068)) (-4 *6 (-384 *5)) (-4 *7 (-384 *5)) (-4 *8 (-384 *2)) (-4 *9 (-384 *2)) (-5 *1 (-697 *5 *6 *7 *4 *2 *8 *9 *10)) (-4 *4 (-699 *5 *6 *7)) (-4 *10 (-699 *2 *8 *9)))) (-4114 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-1068)) (-4 *8 (-1068)) (-4 *6 (-384 *5)) (-4 *7 (-384 *5)) (-4 *2 (-699 *8 *9 *10)) (-5 *1 (-697 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-699 *5 *6 *7)) (-4 *9 (-384 *8)) (-4 *10 (-384 *8)))) (-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1068)) (-4 *8 (-1068)) (-4 *6 (-384 *5)) (-4 *7 (-384 *5)) (-4 *2 (-699 *8 *9 *10)) (-5 *1 (-697 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-699 *5 *6 *7)) (-4 *9 (-384 *8)) (-4 *10 (-384 *8)))))
-(-10 -7 (-15 -4114 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -4114 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -3683 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|)))
-((-3829 (($ (-783) (-783)) 42)) (-2208 (($ $ $) 73)) (-2071 (($ |#3|) 68) (($ $) 69)) (-3388 (((-112) $) 36)) (-3556 (($ $ (-576) (-576)) 84)) (-2538 (($ $ (-576) (-576)) 85)) (-4289 (($ $ (-576) (-576) (-576) (-576)) 90)) (-3474 (($ $) 71)) (-2466 (((-112) $) 15)) (-3440 (($ $ (-576) (-576) $) 91)) (-3753 ((|#2| $ (-576) (-576) |#2|) NIL) (($ $ (-656 (-576)) (-656 (-576)) $) 89)) (-3307 (($ (-783) |#2|) 55)) (-2462 (($ (-656 (-656 |#2|))) 51) (($ (-783) (-783) (-1 |#2| (-576) (-576))) 53)) (-1445 (((-656 (-656 |#2|)) $) 80)) (-1336 (($ $ $) 72)) (-3473 (((-3 $ "failed") $ |#2|) 122)) (-2794 ((|#2| $ (-576) (-576)) NIL) ((|#2| $ (-576) (-576) |#2|) NIL) (($ $ (-656 (-576)) (-656 (-576))) 88)) (-4432 (($ (-656 |#2|)) 56) (($ (-656 $)) 58)) (-3527 (((-112) $) 28)) (-3567 (($ |#4|) 63) (((-874) $) NIL)) (-3775 (((-112) $) 38)) (-3054 (($ $ |#2|) 124)) (-3041 (($ $ $) 95) (($ $) 98)) (-3027 (($ $ $) 93)) (** (($ $ (-783)) 111) (($ $ (-576)) 128)) (* (($ $ $) 104) (($ |#2| $) 100) (($ $ |#2|) 101) (($ (-576) $) 103) ((|#4| $ |#4|) 115) ((|#3| |#3| $) 119)))
-(((-698 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3567 ((-874) |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 -3054 (|#1| |#1| |#2|)) (-15 -3473 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-783))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1|)) (-15 -3041 (|#1| |#1| |#1|)) (-15 -3027 (|#1| |#1| |#1|)) (-15 -3440 (|#1| |#1| (-576) (-576) |#1|)) (-15 -4289 (|#1| |#1| (-576) (-576) (-576) (-576))) (-15 -2538 (|#1| |#1| (-576) (-576))) (-15 -3556 (|#1| |#1| (-576) (-576))) (-15 -3753 (|#1| |#1| (-656 (-576)) (-656 (-576)) |#1|)) (-15 -2794 (|#1| |#1| (-656 (-576)) (-656 (-576)))) (-15 -1445 ((-656 (-656 |#2|)) |#1|)) (-15 -2208 (|#1| |#1| |#1|)) (-15 -1336 (|#1| |#1| |#1|)) (-15 -3474 (|#1| |#1|)) (-15 -2071 (|#1| |#1|)) (-15 -2071 (|#1| |#3|)) (-15 -3567 (|#1| |#4|)) (-15 -4432 (|#1| (-656 |#1|))) (-15 -4432 (|#1| (-656 |#2|))) (-15 -3307 (|#1| (-783) |#2|)) (-15 -2462 (|#1| (-783) (-783) (-1 |#2| (-576) (-576)))) (-15 -2462 (|#1| (-656 (-656 |#2|)))) (-15 -3829 (|#1| (-783) (-783))) (-15 -3775 ((-112) |#1|)) (-15 -3388 ((-112) |#1|)) (-15 -3527 ((-112) |#1|)) (-15 -2466 ((-112) |#1|)) (-15 -3753 (|#2| |#1| (-576) (-576) |#2|)) (-15 -2794 (|#2| |#1| (-576) (-576) |#2|)) (-15 -2794 (|#2| |#1| (-576) (-576)))) (-699 |#2| |#3| |#4|) (-1068) (-384 |#2|) (-384 |#2|)) (T -698))
-NIL
-(-10 -8 (-15 -3567 ((-874) |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 -3054 (|#1| |#1| |#2|)) (-15 -3473 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-783))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1|)) (-15 -3041 (|#1| |#1| |#1|)) (-15 -3027 (|#1| |#1| |#1|)) (-15 -3440 (|#1| |#1| (-576) (-576) |#1|)) (-15 -4289 (|#1| |#1| (-576) (-576) (-576) (-576))) (-15 -2538 (|#1| |#1| (-576) (-576))) (-15 -3556 (|#1| |#1| (-576) (-576))) (-15 -3753 (|#1| |#1| (-656 (-576)) (-656 (-576)) |#1|)) (-15 -2794 (|#1| |#1| (-656 (-576)) (-656 (-576)))) (-15 -1445 ((-656 (-656 |#2|)) |#1|)) (-15 -2208 (|#1| |#1| |#1|)) (-15 -1336 (|#1| |#1| |#1|)) (-15 -3474 (|#1| |#1|)) (-15 -2071 (|#1| |#1|)) (-15 -2071 (|#1| |#3|)) (-15 -3567 (|#1| |#4|)) (-15 -4432 (|#1| (-656 |#1|))) (-15 -4432 (|#1| (-656 |#2|))) (-15 -3307 (|#1| (-783) |#2|)) (-15 -2462 (|#1| (-783) (-783) (-1 |#2| (-576) (-576)))) (-15 -2462 (|#1| (-656 (-656 |#2|)))) (-15 -3829 (|#1| (-783) (-783))) (-15 -3775 ((-112) |#1|)) (-15 -3388 ((-112) |#1|)) (-15 -3527 ((-112) |#1|)) (-15 -2466 ((-112) |#1|)) (-15 -3753 (|#2| |#1| (-576) (-576) |#2|)) (-15 -2794 (|#2| |#1| (-576) (-576) |#2|)) (-15 -2794 (|#2| |#1| (-576) (-576))))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3829 (($ (-783) (-783)) 99)) (-2208 (($ $ $) 88)) (-2071 (($ |#2|) 92) (($ $) 91)) (-3388 (((-112) $) 101)) (-3556 (($ $ (-576) (-576)) 84)) (-2538 (($ $ (-576) (-576)) 83)) (-4289 (($ $ (-576) (-576) (-576) (-576)) 82)) (-3474 (($ $) 90)) (-2466 (((-112) $) 103)) (-3733 (((-112) $ (-783)) 8)) (-3440 (($ $ (-576) (-576) $) 81)) (-3753 ((|#1| $ (-576) (-576) |#1|) 45) (($ $ (-656 (-576)) (-656 (-576)) $) 85)) (-2133 (($ $ (-576) |#2|) 43)) (-2874 (($ $ (-576) |#3|) 42)) (-3307 (($ (-783) |#1|) 96)) (-2135 (($) 7 T CONST)) (-3724 (($ $) 68 (|has| |#1| (-317)))) (-3925 ((|#2| $ (-576)) 47)) (-3731 (((-783) $) 67 (|has| |#1| (-568)))) (-4330 ((|#1| $ (-576) (-576) |#1|) 44)) (-4271 ((|#1| $ (-576) (-576)) 49)) (-3963 (((-656 |#1|) $) 31)) (-3809 (((-783) $) 66 (|has| |#1| (-568)))) (-1479 (((-656 |#3|) $) 65 (|has| |#1| (-568)))) (-1687 (((-783) $) 52)) (-4138 (($ (-783) (-783) |#1|) 58)) (-1697 (((-783) $) 51)) (-2476 (((-112) $ (-783)) 9)) (-3373 ((|#1| $) 63 (|has| |#1| (-6 (-4464 "*"))))) (-4063 (((-576) $) 56)) (-1495 (((-576) $) 54)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3621 (((-576) $) 55)) (-2196 (((-576) $) 53)) (-2462 (($ (-656 (-656 |#1|))) 98) (($ (-783) (-783) (-1 |#1| (-576) (-576))) 97)) (-4320 (($ (-1 |#1| |#1|) $) 35)) (-4114 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 41) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 40)) (-1445 (((-656 (-656 |#1|)) $) 87)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-1430 (((-3 $ "failed") $) 62 (|has| |#1| (-374)))) (-1336 (($ $ $) 89)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-1552 (($ $ |#1|) 57)) (-3473 (((-3 $ "failed") $ |#1|) 70 (|has| |#1| (-568)))) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#1| $ (-576) (-576)) 50) ((|#1| $ (-576) (-576) |#1|) 48) (($ $ (-656 (-576)) (-656 (-576))) 86)) (-4432 (($ (-656 |#1|)) 95) (($ (-656 $)) 94)) (-3527 (((-112) $) 102)) (-1905 ((|#1| $) 64 (|has| |#1| (-6 (-4464 "*"))))) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-2067 ((|#3| $ (-576)) 46)) (-3567 (($ |#3|) 93) (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-3775 (((-112) $) 100)) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3054 (($ $ |#1|) 69 (|has| |#1| (-374)))) (-3041 (($ $ $) 79) (($ $) 78)) (-3027 (($ $ $) 80)) (** (($ $ (-783)) 71) (($ $ (-576)) 61 (|has| |#1| (-374)))) (* (($ $ $) 77) (($ |#1| $) 76) (($ $ |#1|) 75) (($ (-576) $) 74) ((|#3| $ |#3|) 73) ((|#2| |#2| $) 72)) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-699 |#1| |#2| |#3|) (-141) (-1068) (-384 |t#1|) (-384 |t#1|)) (T -699))
-((-2466 (*1 *2 *1) (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-112)))) (-3527 (*1 *2 *1) (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-112)))) (-3388 (*1 *2 *1) (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-112)))) (-3775 (*1 *2 *1) (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-112)))) (-3829 (*1 *1 *2 *2) (-12 (-5 *2 (-783)) (-4 *3 (-1068)) (-4 *1 (-699 *3 *4 *5)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-2462 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1068)) (-4 *1 (-699 *3 *4 *5)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-2462 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-783)) (-5 *3 (-1 *4 (-576) (-576))) (-4 *4 (-1068)) (-4 *1 (-699 *4 *5 *6)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)))) (-3307 (*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-4 *3 (-1068)) (-4 *1 (-699 *3 *4 *5)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-4432 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1068)) (-4 *1 (-699 *3 *4 *5)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-4432 (*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *3 (-1068)) (-4 *1 (-699 *3 *4 *5)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-3567 (*1 *1 *2) (-12 (-4 *3 (-1068)) (-4 *1 (-699 *3 *4 *2)) (-4 *4 (-384 *3)) (-4 *2 (-384 *3)))) (-2071 (*1 *1 *2) (-12 (-4 *3 (-1068)) (-4 *1 (-699 *3 *2 *4)) (-4 *2 (-384 *3)) (-4 *4 (-384 *3)))) (-2071 (*1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (-3474 (*1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (-1336 (*1 *1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (-2208 (*1 *1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (-1445 (*1 *2 *1) (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-656 (-656 *3))))) (-2794 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-656 (-576))) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-3753 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-656 (-576))) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-3556 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-2538 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-4289 (*1 *1 *1 *2 *2 *2 *2) (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-3440 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-3027 (*1 *1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (-3041 (*1 *1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (-3041 (*1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (* (*1 *1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-699 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *2 (-384 *3)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-699 *3 *2 *4)) (-4 *3 (-1068)) (-4 *2 (-384 *3)) (-4 *4 (-384 *3)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-3473 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)) (-4 *2 (-568)))) (-3054 (*1 *1 *1 *2) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)) (-4 *2 (-374)))) (-3724 (*1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)) (-4 *2 (-317)))) (-3731 (*1 *2 *1) (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-4 *3 (-568)) (-5 *2 (-783)))) (-3809 (*1 *2 *1) (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-4 *3 (-568)) (-5 *2 (-783)))) (-1479 (*1 *2 *1) (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-4 *3 (-568)) (-5 *2 (-656 *5)))) (-1905 (*1 *2 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)) (|has| *2 (-6 (-4464 "*"))) (-4 *2 (-1068)))) (-3373 (*1 *2 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)) (|has| *2 (-6 (-4464 "*"))) (-4 *2 (-1068)))) (-1430 (*1 *1 *1) (|partial| -12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)) (-4 *2 (-374)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-4 *3 (-374)))))
-(-13 (-57 |t#1| |t#2| |t#3|) (-10 -8 (-6 -4463) (-6 -4462) (-15 -2466 ((-112) $)) (-15 -3527 ((-112) $)) (-15 -3388 ((-112) $)) (-15 -3775 ((-112) $)) (-15 -3829 ($ (-783) (-783))) (-15 -2462 ($ (-656 (-656 |t#1|)))) (-15 -2462 ($ (-783) (-783) (-1 |t#1| (-576) (-576)))) (-15 -3307 ($ (-783) |t#1|)) (-15 -4432 ($ (-656 |t#1|))) (-15 -4432 ($ (-656 $))) (-15 -3567 ($ |t#3|)) (-15 -2071 ($ |t#2|)) (-15 -2071 ($ $)) (-15 -3474 ($ $)) (-15 -1336 ($ $ $)) (-15 -2208 ($ $ $)) (-15 -1445 ((-656 (-656 |t#1|)) $)) (-15 -2794 ($ $ (-656 (-576)) (-656 (-576)))) (-15 -3753 ($ $ (-656 (-576)) (-656 (-576)) $)) (-15 -3556 ($ $ (-576) (-576))) (-15 -2538 ($ $ (-576) (-576))) (-15 -4289 ($ $ (-576) (-576) (-576) (-576))) (-15 -3440 ($ $ (-576) (-576) $)) (-15 -3027 ($ $ $)) (-15 -3041 ($ $ $)) (-15 -3041 ($ $)) (-15 * ($ $ $)) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 * ($ (-576) $)) (-15 * (|t#3| $ |t#3|)) (-15 * (|t#2| |t#2| $)) (-15 ** ($ $ (-783))) (IF (|has| |t#1| (-568)) (-15 -3473 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-374)) (-15 -3054 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-317)) (-15 -3724 ($ $)) |%noBranch|) (IF (|has| |t#1| (-568)) (PROGN (-15 -3731 ((-783) $)) (-15 -3809 ((-783) $)) (-15 -1479 ((-656 |t#3|) $))) |%noBranch|) (IF (|has| |t#1| (-6 (-4464 "*"))) (PROGN (-15 -1905 (|t#1| $)) (-15 -3373 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-374)) (PROGN (-15 -1430 ((-3 $ "failed") $)) (-15 ** ($ $ (-576)))) |%noBranch|)))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1119) |has| |#1| (-1119)) ((-57 |#1| |#2| |#3|) . T) ((-1236) . T))
-((-3724 ((|#4| |#4|) 92 (|has| |#1| (-317)))) (-3731 (((-783) |#4|) 120 (|has| |#1| (-568)))) (-3809 (((-783) |#4|) 96 (|has| |#1| (-568)))) (-1479 (((-656 |#3|) |#4|) 103 (|has| |#1| (-568)))) (-3072 (((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|) 135 (|has| |#1| (-317)))) (-3373 ((|#1| |#4|) 52)) (-1958 (((-3 |#4| "failed") |#4|) 84 (|has| |#1| (-568)))) (-1430 (((-3 |#4| "failed") |#4|) 100 (|has| |#1| (-374)))) (-2648 ((|#4| |#4|) 88 (|has| |#1| (-568)))) (-3471 ((|#4| |#4| |#1| (-576) (-576)) 60)) (-1720 ((|#4| |#4| (-576) (-576)) 55)) (-3921 ((|#4| |#4| |#1| (-576) (-576)) 65)) (-1905 ((|#1| |#4|) 98)) (-1381 (((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|) 89 (|has| |#1| (-568)))))
-(((-700 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1905 (|#1| |#4|)) (-15 -3373 (|#1| |#4|)) (-15 -1720 (|#4| |#4| (-576) (-576))) (-15 -3471 (|#4| |#4| |#1| (-576) (-576))) (-15 -3921 (|#4| |#4| |#1| (-576) (-576))) (IF (|has| |#1| (-568)) (PROGN (-15 -3731 ((-783) |#4|)) (-15 -3809 ((-783) |#4|)) (-15 -1479 ((-656 |#3|) |#4|)) (-15 -2648 (|#4| |#4|)) (-15 -1958 ((-3 |#4| "failed") |#4|)) (-15 -1381 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-317)) (PROGN (-15 -3724 (|#4| |#4|)) (-15 -3072 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-374)) (-15 -1430 ((-3 |#4| "failed") |#4|)) |%noBranch|)) (-174) (-384 |#1|) (-384 |#1|) (-699 |#1| |#2| |#3|)) (T -700))
-((-1430 (*1 *2 *2) (|partial| -12 (-4 *3 (-374)) (-4 *3 (-174)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-700 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))) (-3072 (*1 *2 *3 *3) (-12 (-4 *3 (-317)) (-4 *3 (-174)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3))) (-5 *1 (-700 *3 *4 *5 *6)) (-4 *6 (-699 *3 *4 *5)))) (-3724 (*1 *2 *2) (-12 (-4 *3 (-317)) (-4 *3 (-174)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-700 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))) (-1381 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *4 (-174)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4))) (-5 *1 (-700 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-1958 (*1 *2 *2) (|partial| -12 (-4 *3 (-568)) (-4 *3 (-174)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-700 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))) (-2648 (*1 *2 *2) (-12 (-4 *3 (-568)) (-4 *3 (-174)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-700 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))) (-1479 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *4 (-174)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-656 *6)) (-5 *1 (-700 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-3809 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *4 (-174)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-783)) (-5 *1 (-700 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-3731 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *4 (-174)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-783)) (-5 *1 (-700 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-3921 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-576)) (-4 *3 (-174)) (-4 *5 (-384 *3)) (-4 *6 (-384 *3)) (-5 *1 (-700 *3 *5 *6 *2)) (-4 *2 (-699 *3 *5 *6)))) (-3471 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-576)) (-4 *3 (-174)) (-4 *5 (-384 *3)) (-4 *6 (-384 *3)) (-5 *1 (-700 *3 *5 *6 *2)) (-4 *2 (-699 *3 *5 *6)))) (-1720 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-576)) (-4 *4 (-174)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *1 (-700 *4 *5 *6 *2)) (-4 *2 (-699 *4 *5 *6)))) (-3373 (*1 *2 *3) (-12 (-4 *4 (-384 *2)) (-4 *5 (-384 *2)) (-4 *2 (-174)) (-5 *1 (-700 *2 *4 *5 *3)) (-4 *3 (-699 *2 *4 *5)))) (-1905 (*1 *2 *3) (-12 (-4 *4 (-384 *2)) (-4 *5 (-384 *2)) (-4 *2 (-174)) (-5 *1 (-700 *2 *4 *5 *3)) (-4 *3 (-699 *2 *4 *5)))))
-(-10 -7 (-15 -1905 (|#1| |#4|)) (-15 -3373 (|#1| |#4|)) (-15 -1720 (|#4| |#4| (-576) (-576))) (-15 -3471 (|#4| |#4| |#1| (-576) (-576))) (-15 -3921 (|#4| |#4| |#1| (-576) (-576))) (IF (|has| |#1| (-568)) (PROGN (-15 -3731 ((-783) |#4|)) (-15 -3809 ((-783) |#4|)) (-15 -1479 ((-656 |#3|) |#4|)) (-15 -2648 (|#4| |#4|)) (-15 -1958 ((-3 |#4| "failed") |#4|)) (-15 -1381 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-317)) (PROGN (-15 -3724 (|#4| |#4|)) (-15 -3072 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-374)) (-15 -1430 ((-3 |#4| "failed") |#4|)) |%noBranch|))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3829 (($ (-783) (-783)) 64)) (-2208 (($ $ $) NIL)) (-2071 (($ (-1286 |#1|)) NIL) (($ $) NIL)) (-3388 (((-112) $) NIL)) (-3556 (($ $ (-576) (-576)) 22)) (-2538 (($ $ (-576) (-576)) NIL)) (-4289 (($ $ (-576) (-576) (-576) (-576)) NIL)) (-3474 (($ $) NIL)) (-2466 (((-112) $) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-3440 (($ $ (-576) (-576) $) NIL)) (-3753 ((|#1| $ (-576) (-576) |#1|) NIL) (($ $ (-656 (-576)) (-656 (-576)) $) NIL)) (-2133 (($ $ (-576) (-1286 |#1|)) NIL)) (-2874 (($ $ (-576) (-1286 |#1|)) NIL)) (-3307 (($ (-783) |#1|) 37)) (-2135 (($) NIL T CONST)) (-3724 (($ $) 46 (|has| |#1| (-317)))) (-3925 (((-1286 |#1|) $ (-576)) NIL)) (-3731 (((-783) $) 48 (|has| |#1| (-568)))) (-4330 ((|#1| $ (-576) (-576) |#1|) 69)) (-4271 ((|#1| $ (-576) (-576)) NIL)) (-3963 (((-656 |#1|) $) NIL)) (-3809 (((-783) $) 50 (|has| |#1| (-568)))) (-1479 (((-656 (-1286 |#1|)) $) 53 (|has| |#1| (-568)))) (-1687 (((-783) $) 32)) (-4138 (($ (-783) (-783) |#1|) 28)) (-1697 (((-783) $) 33)) (-2476 (((-112) $ (-783)) NIL)) (-3373 ((|#1| $) 44 (|has| |#1| (-6 (-4464 "*"))))) (-4063 (((-576) $) 10)) (-1495 (((-576) $) 11)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3621 (((-576) $) 14)) (-2196 (((-576) $) 65)) (-2462 (($ (-656 (-656 |#1|))) NIL) (($ (-783) (-783) (-1 |#1| (-576) (-576))) NIL)) (-4320 (($ (-1 |#1| |#1|) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-1445 (((-656 (-656 |#1|)) $) 76)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-1430 (((-3 $ "failed") $) 60 (|has| |#1| (-374)))) (-1336 (($ $ $) NIL)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-1552 (($ $ |#1|) NIL)) (-3473 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568)))) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#1| $ (-576) (-576)) NIL) ((|#1| $ (-576) (-576) |#1|) NIL) (($ $ (-656 (-576)) (-656 (-576))) NIL)) (-4432 (($ (-656 |#1|)) NIL) (($ (-656 $)) NIL) (($ (-1286 |#1|)) 70)) (-3527 (((-112) $) NIL)) (-1905 ((|#1| $) 42 (|has| |#1| (-6 (-4464 "*"))))) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) NIL)) (-4169 (((-548) $) 80 (|has| |#1| (-626 (-548))))) (-2067 (((-1286 |#1|) $ (-576)) NIL)) (-3567 (($ (-1286 |#1|)) NIL) (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3775 (((-112) $) NIL)) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-3041 (($ $ $) NIL) (($ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-783)) 38) (($ $ (-576)) 62 (|has| |#1| (-374)))) (* (($ $ $) 24) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-576) $) NIL) (((-1286 |#1|) $ (-1286 |#1|)) NIL) (((-1286 |#1|) (-1286 |#1|) $) NIL)) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-701 |#1|) (-13 (-699 |#1| (-1286 |#1|) (-1286 |#1|)) (-10 -8 (-15 -4432 ($ (-1286 |#1|))) (IF (|has| |#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (IF (|has| |#1| (-374)) (-15 -1430 ((-3 $ "failed") $)) |%noBranch|))) (-1068)) (T -701))
-((-1430 (*1 *1 *1) (|partial| -12 (-5 *1 (-701 *2)) (-4 *2 (-374)) (-4 *2 (-1068)))) (-4432 (*1 *1 *2) (-12 (-5 *2 (-1286 *3)) (-4 *3 (-1068)) (-5 *1 (-701 *3)))))
-(-13 (-699 |#1| (-1286 |#1|) (-1286 |#1|)) (-10 -8 (-15 -4432 ($ (-1286 |#1|))) (IF (|has| |#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (IF (|has| |#1| (-374)) (-15 -1430 ((-3 $ "failed") $)) |%noBranch|)))
-((-3184 (((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|)) 37)) (-1826 (((-701 |#1|) (-701 |#1|) (-701 |#1|) |#1|) 32)) (-2362 (((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|) (-783)) 43)) (-3019 (((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|)) 25)) (-1933 (((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|)) 29) (((-701 |#1|) (-701 |#1|) (-701 |#1|)) 27)) (-3952 (((-701 |#1|) (-701 |#1|) |#1| (-701 |#1|)) 31)) (-1449 (((-701 |#1|) (-701 |#1|) (-701 |#1|)) 23)) (** (((-701 |#1|) (-701 |#1|) (-783)) 46)))
-(((-702 |#1|) (-10 -7 (-15 -1449 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -3019 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -1933 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -1933 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -3952 ((-701 |#1|) (-701 |#1|) |#1| (-701 |#1|))) (-15 -1826 ((-701 |#1|) (-701 |#1|) (-701 |#1|) |#1|)) (-15 -3184 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -2362 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|) (-783))) (-15 ** ((-701 |#1|) (-701 |#1|) (-783)))) (-1068)) (T -702))
-((** (*1 *2 *2 *3) (-12 (-5 *2 (-701 *4)) (-5 *3 (-783)) (-4 *4 (-1068)) (-5 *1 (-702 *4)))) (-2362 (*1 *2 *2 *2 *2 *2 *3) (-12 (-5 *2 (-701 *4)) (-5 *3 (-783)) (-4 *4 (-1068)) (-5 *1 (-702 *4)))) (-3184 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-702 *3)))) (-1826 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-702 *3)))) (-3952 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-702 *3)))) (-1933 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-702 *3)))) (-1933 (*1 *2 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-702 *3)))) (-3019 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-702 *3)))) (-1449 (*1 *2 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-702 *3)))))
-(-10 -7 (-15 -1449 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -3019 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -1933 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -1933 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -3952 ((-701 |#1|) (-701 |#1|) |#1| (-701 |#1|))) (-15 -1826 ((-701 |#1|) (-701 |#1|) (-701 |#1|) |#1|)) (-15 -3184 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -2362 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|) (-783))) (-15 ** ((-701 |#1|) (-701 |#1|) (-783))))
-((-1570 (((-3 |#1| "failed") $) 18)) (-2857 ((|#1| $) NIL)) (-1402 (($) 7 T CONST)) (-3723 (($ |#1|) 8)) (-3567 (($ |#1|) 16) (((-874) $) 23)) (-2703 (((-112) $ (|[\|\|]| |#1|)) 14) (((-112) $ (|[\|\|]| -1402)) 11)) (-1919 ((|#1| $) 15)))
-(((-703 |#1|) (-13 (-1281) (-1057 |#1|) (-625 (-874)) (-10 -8 (-15 -3723 ($ |#1|)) (-15 -2703 ((-112) $ (|[\|\|]| |#1|))) (-15 -2703 ((-112) $ (|[\|\|]| -1402))) (-15 -1919 (|#1| $)) (-15 -1402 ($) -1478))) (-625 (-874))) (T -703))
-((-3723 (*1 *1 *2) (-12 (-5 *1 (-703 *2)) (-4 *2 (-625 (-874))))) (-2703 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-625 (-874))) (-5 *2 (-112)) (-5 *1 (-703 *4)))) (-2703 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -1402)) (-5 *2 (-112)) (-5 *1 (-703 *4)) (-4 *4 (-625 (-874))))) (-1919 (*1 *2 *1) (-12 (-5 *1 (-703 *2)) (-4 *2 (-625 (-874))))) (-1402 (*1 *1) (-12 (-5 *1 (-703 *2)) (-4 *2 (-625 (-874))))))
-(-13 (-1281) (-1057 |#1|) (-625 (-874)) (-10 -8 (-15 -3723 ($ |#1|)) (-15 -2703 ((-112) $ (|[\|\|]| |#1|))) (-15 -2703 ((-112) $ (|[\|\|]| -1402))) (-15 -1919 (|#1| $)) (-15 -1402 ($) -1478)))
-((-3097 ((|#2| |#2| |#4|) 29)) (-1944 (((-701 |#2|) |#3| |#4|) 35)) (-1630 (((-701 |#2|) |#2| |#4|) 34)) (-1995 (((-1286 |#2|) |#2| |#4|) 16)) (-2380 ((|#2| |#3| |#4|) 28)) (-2160 (((-701 |#2|) |#3| |#4| (-783) (-783)) 47)) (-2386 (((-701 |#2|) |#2| |#4| (-783)) 46)))
-(((-704 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1995 ((-1286 |#2|) |#2| |#4|)) (-15 -2380 (|#2| |#3| |#4|)) (-15 -3097 (|#2| |#2| |#4|)) (-15 -1630 ((-701 |#2|) |#2| |#4|)) (-15 -2386 ((-701 |#2|) |#2| |#4| (-783))) (-15 -1944 ((-701 |#2|) |#3| |#4|)) (-15 -2160 ((-701 |#2|) |#3| |#4| (-783) (-783)))) (-1119) (-915 |#1|) (-384 |#2|) (-13 (-384 |#1|) (-10 -7 (-6 -4462)))) (T -704))
-((-2160 (*1 *2 *3 *4 *5 *5) (-12 (-5 *5 (-783)) (-4 *6 (-1119)) (-4 *7 (-915 *6)) (-5 *2 (-701 *7)) (-5 *1 (-704 *6 *7 *3 *4)) (-4 *3 (-384 *7)) (-4 *4 (-13 (-384 *6) (-10 -7 (-6 -4462)))))) (-1944 (*1 *2 *3 *4) (-12 (-4 *5 (-1119)) (-4 *6 (-915 *5)) (-5 *2 (-701 *6)) (-5 *1 (-704 *5 *6 *3 *4)) (-4 *3 (-384 *6)) (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4462)))))) (-2386 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-783)) (-4 *6 (-1119)) (-4 *3 (-915 *6)) (-5 *2 (-701 *3)) (-5 *1 (-704 *6 *3 *7 *4)) (-4 *7 (-384 *3)) (-4 *4 (-13 (-384 *6) (-10 -7 (-6 -4462)))))) (-1630 (*1 *2 *3 *4) (-12 (-4 *5 (-1119)) (-4 *3 (-915 *5)) (-5 *2 (-701 *3)) (-5 *1 (-704 *5 *3 *6 *4)) (-4 *6 (-384 *3)) (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4462)))))) (-3097 (*1 *2 *2 *3) (-12 (-4 *4 (-1119)) (-4 *2 (-915 *4)) (-5 *1 (-704 *4 *2 *5 *3)) (-4 *5 (-384 *2)) (-4 *3 (-13 (-384 *4) (-10 -7 (-6 -4462)))))) (-2380 (*1 *2 *3 *4) (-12 (-4 *5 (-1119)) (-4 *2 (-915 *5)) (-5 *1 (-704 *5 *2 *3 *4)) (-4 *3 (-384 *2)) (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4462)))))) (-1995 (*1 *2 *3 *4) (-12 (-4 *5 (-1119)) (-4 *3 (-915 *5)) (-5 *2 (-1286 *3)) (-5 *1 (-704 *5 *3 *6 *4)) (-4 *6 (-384 *3)) (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4462)))))))
-(-10 -7 (-15 -1995 ((-1286 |#2|) |#2| |#4|)) (-15 -2380 (|#2| |#3| |#4|)) (-15 -3097 (|#2| |#2| |#4|)) (-15 -1630 ((-701 |#2|) |#2| |#4|)) (-15 -2386 ((-701 |#2|) |#2| |#4| (-783))) (-15 -1944 ((-701 |#2|) |#3| |#4|)) (-15 -2160 ((-701 |#2|) |#3| |#4| (-783) (-783))))
-((-3014 (((-2 (|:| |num| (-701 |#1|)) (|:| |den| |#1|)) (-701 |#2|)) 20)) (-3841 ((|#1| (-701 |#2|)) 9)) (-2576 (((-701 |#1|) (-701 |#2|)) 18)))
-(((-705 |#1| |#2|) (-10 -7 (-15 -3841 (|#1| (-701 |#2|))) (-15 -2576 ((-701 |#1|) (-701 |#2|))) (-15 -3014 ((-2 (|:| |num| (-701 |#1|)) (|:| |den| |#1|)) (-701 |#2|)))) (-568) (-1011 |#1|)) (T -705))
-((-3014 (*1 *2 *3) (-12 (-5 *3 (-701 *5)) (-4 *5 (-1011 *4)) (-4 *4 (-568)) (-5 *2 (-2 (|:| |num| (-701 *4)) (|:| |den| *4))) (-5 *1 (-705 *4 *5)))) (-2576 (*1 *2 *3) (-12 (-5 *3 (-701 *5)) (-4 *5 (-1011 *4)) (-4 *4 (-568)) (-5 *2 (-701 *4)) (-5 *1 (-705 *4 *5)))) (-3841 (*1 *2 *3) (-12 (-5 *3 (-701 *4)) (-4 *4 (-1011 *2)) (-4 *2 (-568)) (-5 *1 (-705 *2 *4)))))
-(-10 -7 (-15 -3841 (|#1| (-701 |#2|))) (-15 -2576 ((-701 |#1|) (-701 |#2|))) (-15 -3014 ((-2 (|:| |num| (-701 |#1|)) (|:| |den| |#1|)) (-701 |#2|))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-1722 (((-701 (-711))) NIL) (((-701 (-711)) (-1286 $)) NIL)) (-2205 (((-711) $) NIL)) (-4022 (($ $) NIL (|has| (-711) (-1221)))) (-3898 (($ $) NIL (|has| (-711) (-1221)))) (-2201 (((-1208 (-938) (-783)) (-576)) NIL (|has| (-711) (-360)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (-12 (|has| (-711) (-317)) (|has| (-711) (-926))))) (-1415 (($ $) NIL (-2755 (-12 (|has| (-711) (-317)) (|has| (-711) (-926))) (|has| (-711) (-374))))) (-3422 (((-430 $) $) NIL (-2755 (-12 (|has| (-711) (-317)) (|has| (-711) (-926))) (|has| (-711) (-374))))) (-1838 (($ $) NIL (-12 (|has| (-711) (-1021)) (|has| (-711) (-1221))))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (-12 (|has| (-711) (-317)) (|has| (-711) (-926))))) (-1829 (((-112) $ $) NIL (|has| (-711) (-317)))) (-2093 (((-783)) NIL (|has| (-711) (-379)))) (-4003 (($ $) NIL (|has| (-711) (-1221)))) (-3874 (($ $) NIL (|has| (-711) (-1221)))) (-4047 (($ $) NIL (|has| (-711) (-1221)))) (-3917 (($ $) NIL (|has| (-711) (-1221)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL) (((-3 (-711) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-711) (-1057 (-419 (-576)))))) (-2857 (((-576) $) NIL) (((-711) $) NIL) (((-419 (-576)) $) NIL (|has| (-711) (-1057 (-419 (-576)))))) (-2495 (($ (-1286 (-711))) NIL) (($ (-1286 (-711)) (-1286 $)) NIL)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-711) (-360)))) (-3426 (($ $ $) NIL (|has| (-711) (-317)))) (-3592 (((-701 (-711)) $) NIL) (((-701 (-711)) $ (-1286 $)) NIL)) (-3142 (((-701 (-711)) (-701 $)) NIL) (((-2 (|:| -1953 (-701 (-711))) (|:| |vec| (-1286 (-711)))) (-701 $) (-1286 $)) NIL) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| (-711) (-651 (-576)))) (((-701 (-576)) (-701 $)) NIL (|has| (-711) (-651 (-576))))) (-3683 (((-3 $ "failed") (-419 (-1191 (-711)))) NIL (|has| (-711) (-374))) (($ (-1191 (-711))) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1848 (((-711) $) 29)) (-2772 (((-3 (-419 (-576)) "failed") $) NIL (|has| (-711) (-557)))) (-4423 (((-112) $) NIL (|has| (-711) (-557)))) (-4335 (((-419 (-576)) $) NIL (|has| (-711) (-557)))) (-3731 (((-938)) NIL)) (-1834 (($) NIL (|has| (-711) (-379)))) (-3438 (($ $ $) NIL (|has| (-711) (-317)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| (-711) (-317)))) (-4161 (($) NIL (|has| (-711) (-360)))) (-3335 (((-112) $) NIL (|has| (-711) (-360)))) (-1385 (($ $) NIL (|has| (-711) (-360))) (($ $ (-783)) NIL (|has| (-711) (-360)))) (-4283 (((-112) $) NIL (-2755 (-12 (|has| (-711) (-317)) (|has| (-711) (-926))) (|has| (-711) (-374))))) (-3055 (((-2 (|:| |r| (-711)) (|:| |phi| (-711))) $) NIL (-12 (|has| (-711) (-1079)) (|has| (-711) (-1221))))) (-1598 (($) NIL (|has| (-711) (-1221)))) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (|has| (-711) (-899 (-390)))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (|has| (-711) (-899 (-576))))) (-1991 (((-845 (-938)) $) NIL (|has| (-711) (-360))) (((-938) $) NIL (|has| (-711) (-360)))) (-3612 (((-112) $) NIL)) (-3867 (($ $ (-576)) NIL (-12 (|has| (-711) (-1021)) (|has| (-711) (-1221))))) (-1650 (((-711) $) NIL)) (-2162 (((-3 $ "failed") $) NIL (|has| (-711) (-360)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| (-711) (-317)))) (-1499 (((-1191 (-711)) $) NIL (|has| (-711) (-374)))) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-4114 (($ (-1 (-711) (-711)) $) NIL)) (-4379 (((-938) $) NIL (|has| (-711) (-379)))) (-3742 (($ $) NIL (|has| (-711) (-1221)))) (-3670 (((-1191 (-711)) $) NIL)) (-1853 (((-701 (-711)) (-1286 $)) NIL) (((-2 (|:| -1953 (-701 (-711))) (|:| |vec| (-1286 (-711)))) (-1286 $) $) NIL) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| (-711) (-651 (-576)))) (((-701 (-576)) (-1286 $)) NIL (|has| (-711) (-651 (-576))))) (-3457 (($ (-656 $)) NIL (|has| (-711) (-317))) (($ $ $) NIL (|has| (-711) (-317)))) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL (|has| (-711) (-374)))) (-3537 (($) NIL (|has| (-711) (-360)) CONST)) (-3222 (($ (-938)) NIL (|has| (-711) (-379)))) (-3569 (($) NIL)) (-1858 (((-711) $) 31)) (-1448 (((-1139) $) NIL)) (-4126 (($) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| (-711) (-317)))) (-3495 (($ (-656 $)) NIL (|has| (-711) (-317))) (($ $ $) NIL (|has| (-711) (-317)))) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) NIL (|has| (-711) (-360)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (-12 (|has| (-711) (-317)) (|has| (-711) (-926))))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (-12 (|has| (-711) (-317)) (|has| (-711) (-926))))) (-1827 (((-430 $) $) NIL (-2755 (-12 (|has| (-711) (-317)) (|has| (-711) (-926))) (|has| (-711) (-374))))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-711) (-317))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| (-711) (-317)))) (-3473 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ (-711)) NIL (|has| (-711) (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| (-711) (-317)))) (-4101 (($ $) NIL (|has| (-711) (-1221)))) (-3281 (($ $ (-1195) (-711)) NIL (|has| (-711) (-526 (-1195) (-711)))) (($ $ (-656 (-1195)) (-656 (-711))) NIL (|has| (-711) (-526 (-1195) (-711)))) (($ $ (-656 (-304 (-711)))) NIL (|has| (-711) (-319 (-711)))) (($ $ (-304 (-711))) NIL (|has| (-711) (-319 (-711)))) (($ $ (-711) (-711)) NIL (|has| (-711) (-319 (-711)))) (($ $ (-656 (-711)) (-656 (-711))) NIL (|has| (-711) (-319 (-711))))) (-3909 (((-783) $) NIL (|has| (-711) (-317)))) (-2794 (($ $ (-711)) NIL (|has| (-711) (-296 (-711) (-711))))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| (-711) (-317)))) (-2491 (((-711)) NIL) (((-711) (-1286 $)) NIL)) (-3544 (((-3 (-783) "failed") $ $) NIL (|has| (-711) (-360))) (((-783) $) NIL (|has| (-711) (-360)))) (-2770 (($ $ (-1 (-711) (-711)) (-783)) NIL) (($ $ (-1 (-711) (-711))) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| (-711) (-374)) (|has| (-711) (-915 (-1195)))) (|has| (-711) (-917 (-1195))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| (-711) (-374)) (|has| (-711) (-915 (-1195)))) (|has| (-711) (-917 (-1195))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| (-711) (-374)) (|has| (-711) (-915 (-1195)))) (|has| (-711) (-917 (-1195))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| (-711) (-374)) (|has| (-711) (-915 (-1195)))) (|has| (-711) (-917 (-1195))))) (($ $ (-783)) NIL (-2755 (-12 (|has| (-711) (-238)) (|has| (-711) (-374))) (|has| (-711) (-237)))) (($ $) NIL (-2755 (-12 (|has| (-711) (-238)) (|has| (-711) (-374))) (|has| (-711) (-237))))) (-4218 (((-701 (-711)) (-1286 $) (-1 (-711) (-711))) NIL (|has| (-711) (-374)))) (-3117 (((-1191 (-711))) NIL)) (-4058 (($ $) NIL (|has| (-711) (-1221)))) (-3927 (($ $) NIL (|has| (-711) (-1221)))) (-4059 (($) NIL (|has| (-711) (-360)))) (-4034 (($ $) NIL (|has| (-711) (-1221)))) (-3907 (($ $) NIL (|has| (-711) (-1221)))) (-4011 (($ $) NIL (|has| (-711) (-1221)))) (-3886 (($ $) NIL (|has| (-711) (-1221)))) (-2203 (((-701 (-711)) (-1286 $)) NIL) (((-1286 (-711)) $) NIL) (((-701 (-711)) (-1286 $) (-1286 $)) NIL) (((-1286 (-711)) $ (-1286 $)) NIL)) (-4169 (((-548) $) NIL (|has| (-711) (-626 (-548)))) (((-171 (-227)) $) NIL (|has| (-711) (-1041))) (((-171 (-390)) $) NIL (|has| (-711) (-1041))) (((-905 (-390)) $) NIL (|has| (-711) (-626 (-905 (-390))))) (((-905 (-576)) $) NIL (|has| (-711) (-626 (-905 (-576))))) (($ (-1191 (-711))) NIL) (((-1191 (-711)) $) NIL) (($ (-1286 (-711))) NIL) (((-1286 (-711)) $) NIL)) (-2949 (($ $) NIL)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-2755 (-12 (|has| (-711) (-317)) (|has| $ (-146)) (|has| (-711) (-926))) (|has| (-711) (-360))))) (-4175 (($ (-711) (-711)) 12)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-576)) NIL) (($ (-711)) NIL) (($ (-171 (-390))) 13) (($ (-171 (-576))) 19) (($ (-171 (-711))) 28) (($ (-171 (-713))) 25) (((-171 (-390)) $) 33) (($ (-419 (-576))) NIL (-2755 (|has| (-711) (-1057 (-419 (-576)))) (|has| (-711) (-374))))) (-2846 (($ $) NIL (|has| (-711) (-360))) (((-3 $ "failed") $) NIL (-2755 (-12 (|has| (-711) (-317)) (|has| $ (-146)) (|has| (-711) (-926))) (|has| (-711) (-146))))) (-4324 (((-1191 (-711)) $) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) NIL)) (-2787 (($ $) NIL (|has| (-711) (-1221)))) (-3958 (($ $) NIL (|has| (-711) (-1221)))) (-4196 (((-112) $ $) NIL)) (-4068 (($ $) NIL (|has| (-711) (-1221)))) (-3935 (($ $) NIL (|has| (-711) (-1221)))) (-2812 (($ $) NIL (|has| (-711) (-1221)))) (-3980 (($ $) NIL (|has| (-711) (-1221)))) (-3299 (((-711) $) NIL (|has| (-711) (-1221)))) (-4385 (($ $) NIL (|has| (-711) (-1221)))) (-3992 (($ $) NIL (|has| (-711) (-1221)))) (-2800 (($ $) NIL (|has| (-711) (-1221)))) (-3971 (($ $) NIL (|has| (-711) (-1221)))) (-4080 (($ $) NIL (|has| (-711) (-1221)))) (-3948 (($ $) NIL (|has| (-711) (-1221)))) (-4308 (($ $) NIL (|has| (-711) (-1079)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-1 (-711) (-711)) (-783)) NIL) (($ $ (-1 (-711) (-711))) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| (-711) (-374)) (|has| (-711) (-915 (-1195)))) (|has| (-711) (-917 (-1195))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| (-711) (-374)) (|has| (-711) (-915 (-1195)))) (|has| (-711) (-917 (-1195))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| (-711) (-374)) (|has| (-711) (-915 (-1195)))) (|has| (-711) (-917 (-1195))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| (-711) (-374)) (|has| (-711) (-915 (-1195)))) (|has| (-711) (-917 (-1195))))) (($ $ (-783)) NIL (-2755 (-12 (|has| (-711) (-238)) (|has| (-711) (-374))) (|has| (-711) (-237)))) (($ $) NIL (-2755 (-12 (|has| (-711) (-238)) (|has| (-711) (-374))) (|has| (-711) (-237))))) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-3054 (($ $ $) NIL (|has| (-711) (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ $) NIL (|has| (-711) (-1221))) (($ $ (-419 (-576))) NIL (-12 (|has| (-711) (-1021)) (|has| (-711) (-1221)))) (($ $ (-576)) NIL (|has| (-711) (-374)))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ (-711) $) NIL) (($ $ (-711)) NIL) (($ (-419 (-576)) $) NIL (|has| (-711) (-374))) (($ $ (-419 (-576))) NIL (|has| (-711) (-374)))))
-(((-706) (-13 (-399) (-167 (-711)) (-10 -8 (-15 -3567 ($ (-171 (-390)))) (-15 -3567 ($ (-171 (-576)))) (-15 -3567 ($ (-171 (-711)))) (-15 -3567 ($ (-171 (-713)))) (-15 -3567 ((-171 (-390)) $))))) (T -706))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-171 (-390))) (-5 *1 (-706)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-171 (-576))) (-5 *1 (-706)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-171 (-711))) (-5 *1 (-706)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-171 (-713))) (-5 *1 (-706)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-171 (-390))) (-5 *1 (-706)))))
-(-13 (-399) (-167 (-711)) (-10 -8 (-15 -3567 ($ (-171 (-390)))) (-15 -3567 ($ (-171 (-576)))) (-15 -3567 ($ (-171 (-711)))) (-15 -3567 ($ (-171 (-713)))) (-15 -3567 ((-171 (-390)) $))))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3733 (((-112) $ (-783)) 8)) (-4394 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4462)))) (-2135 (($) 7 T CONST)) (-2017 (($ $) 63)) (-1640 (($ $) 59 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3516 (($ |#1| $) 48 (|has| $ (-6 -4462))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4462)))) (-3942 (($ |#1| $) 58 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4462)))) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) 9)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-4219 ((|#1| $) 40)) (-2767 (($ |#1| $) 41) (($ |#1| $ (-783)) 64)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-4436 ((|#1| $) 42)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-1825 (((-656 (-2 (|:| -4437 |#1|) (|:| -1458 (-783)))) $) 62)) (-2089 (($) 50) (($ (-656 |#1|)) 49)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-4169 (((-548) $) 60 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 51)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2847 (($ (-656 |#1|)) 43)) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-707 |#1|) (-141) (-1119)) (T -707))
-((-2767 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *1 (-707 *2)) (-4 *2 (-1119)))) (-2017 (*1 *1 *1) (-12 (-4 *1 (-707 *2)) (-4 *2 (-1119)))) (-1825 (*1 *2 *1) (-12 (-4 *1 (-707 *3)) (-4 *3 (-1119)) (-5 *2 (-656 (-2 (|:| -4437 *3) (|:| -1458 (-783))))))))
-(-13 (-240 |t#1|) (-10 -8 (-15 -2767 ($ |t#1| $ (-783))) (-15 -2017 ($ $)) (-15 -1825 ((-656 (-2 (|:| -4437 |t#1|) (|:| -1458 (-783)))) $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-240 |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1119) |has| |#1| (-1119)) ((-1236) . T))
-((-1556 (((-656 |#1|) (-656 (-2 (|:| -1827 |#1|) (|:| -1967 (-576)))) (-576)) 65)) (-1575 ((|#1| |#1| (-576)) 62)) (-3495 ((|#1| |#1| |#1| (-576)) 46)) (-1827 (((-656 |#1|) |#1| (-576)) 49)) (-1589 ((|#1| |#1| (-576) |#1| (-576)) 40)) (-4290 (((-656 (-2 (|:| -1827 |#1|) (|:| -1967 (-576)))) |#1| (-576)) 61)))
-(((-708 |#1|) (-10 -7 (-15 -3495 (|#1| |#1| |#1| (-576))) (-15 -1575 (|#1| |#1| (-576))) (-15 -1827 ((-656 |#1|) |#1| (-576))) (-15 -4290 ((-656 (-2 (|:| -1827 |#1|) (|:| -1967 (-576)))) |#1| (-576))) (-15 -1556 ((-656 |#1|) (-656 (-2 (|:| -1827 |#1|) (|:| -1967 (-576)))) (-576))) (-15 -1589 (|#1| |#1| (-576) |#1| (-576)))) (-1262 (-576))) (T -708))
-((-1589 (*1 *2 *2 *3 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-708 *2)) (-4 *2 (-1262 *3)))) (-1556 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-2 (|:| -1827 *5) (|:| -1967 (-576))))) (-5 *4 (-576)) (-4 *5 (-1262 *4)) (-5 *2 (-656 *5)) (-5 *1 (-708 *5)))) (-4290 (*1 *2 *3 *4) (-12 (-5 *4 (-576)) (-5 *2 (-656 (-2 (|:| -1827 *3) (|:| -1967 *4)))) (-5 *1 (-708 *3)) (-4 *3 (-1262 *4)))) (-1827 (*1 *2 *3 *4) (-12 (-5 *4 (-576)) (-5 *2 (-656 *3)) (-5 *1 (-708 *3)) (-4 *3 (-1262 *4)))) (-1575 (*1 *2 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-708 *2)) (-4 *2 (-1262 *3)))) (-3495 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-708 *2)) (-4 *2 (-1262 *3)))))
-(-10 -7 (-15 -3495 (|#1| |#1| |#1| (-576))) (-15 -1575 (|#1| |#1| (-576))) (-15 -1827 ((-656 |#1|) |#1| (-576))) (-15 -4290 ((-656 (-2 (|:| -1827 |#1|) (|:| -1967 (-576)))) |#1| (-576))) (-15 -1556 ((-656 |#1|) (-656 (-2 (|:| -1827 |#1|) (|:| -1967 (-576)))) (-576))) (-15 -1589 (|#1| |#1| (-576) |#1| (-576))))
-((-2865 (((-1 (-960 (-227)) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227) (-227))) 17)) (-3944 (((-1152 (-227)) (-1152 (-227)) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-227)) (-1113 (-227)) (-656 (-270))) 53) (((-1152 (-227)) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-227)) (-1113 (-227)) (-656 (-270))) 55) (((-1152 (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-3 (-1 (-227) (-227) (-227) (-227)) "undefined") (-1113 (-227)) (-1113 (-227)) (-656 (-270))) 57)) (-2364 (((-1152 (-227)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1113 (-227)) (-656 (-270))) NIL)) (-2745 (((-1152 (-227)) (-1 (-227) (-227) (-227)) (-3 (-1 (-227) (-227) (-227) (-227)) "undefined") (-1113 (-227)) (-1113 (-227)) (-656 (-270))) 58)))
-(((-709) (-10 -7 (-15 -3944 ((-1152 (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-3 (-1 (-227) (-227) (-227) (-227)) "undefined") (-1113 (-227)) (-1113 (-227)) (-656 (-270)))) (-15 -3944 ((-1152 (-227)) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-227)) (-1113 (-227)) (-656 (-270)))) (-15 -3944 ((-1152 (-227)) (-1152 (-227)) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-227)) (-1113 (-227)) (-656 (-270)))) (-15 -2745 ((-1152 (-227)) (-1 (-227) (-227) (-227)) (-3 (-1 (-227) (-227) (-227) (-227)) "undefined") (-1113 (-227)) (-1113 (-227)) (-656 (-270)))) (-15 -2364 ((-1152 (-227)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1113 (-227)) (-656 (-270)))) (-15 -2865 ((-1 (-960 (-227)) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227) (-227)))))) (T -709))
-((-2865 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1 (-227) (-227) (-227) (-227))) (-5 *2 (-1 (-960 (-227)) (-227) (-227))) (-5 *1 (-709)))) (-2364 (*1 *2 *3 *3 *3 *4 *5 *6) (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227))) (-5 *5 (-1113 (-227))) (-5 *6 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-709)))) (-2745 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-3 (-1 (-227) (-227) (-227) (-227)) "undefined")) (-5 *5 (-1113 (-227))) (-5 *6 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-709)))) (-3944 (*1 *2 *2 *3 *4 *4 *5) (-12 (-5 *2 (-1152 (-227))) (-5 *3 (-1 (-960 (-227)) (-227) (-227))) (-5 *4 (-1113 (-227))) (-5 *5 (-656 (-270))) (-5 *1 (-709)))) (-3944 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-960 (-227)) (-227) (-227))) (-5 *4 (-1113 (-227))) (-5 *5 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-709)))) (-3944 (*1 *2 *3 *3 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-3 (-1 (-227) (-227) (-227) (-227)) "undefined")) (-5 *5 (-1113 (-227))) (-5 *6 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-709)))))
-(-10 -7 (-15 -3944 ((-1152 (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-3 (-1 (-227) (-227) (-227) (-227)) "undefined") (-1113 (-227)) (-1113 (-227)) (-656 (-270)))) (-15 -3944 ((-1152 (-227)) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-227)) (-1113 (-227)) (-656 (-270)))) (-15 -3944 ((-1152 (-227)) (-1152 (-227)) (-1 (-960 (-227)) (-227) (-227)) (-1113 (-227)) (-1113 (-227)) (-656 (-270)))) (-15 -2745 ((-1152 (-227)) (-1 (-227) (-227) (-227)) (-3 (-1 (-227) (-227) (-227) (-227)) "undefined") (-1113 (-227)) (-1113 (-227)) (-656 (-270)))) (-15 -2364 ((-1152 (-227)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1113 (-227)) (-656 (-270)))) (-15 -2865 ((-1 (-960 (-227)) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227) (-227)))))
-((-1827 (((-430 (-1191 |#4|)) (-1191 |#4|)) 86) (((-430 |#4|) |#4|) 266)))
-(((-710 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1827 ((-430 |#4|) |#4|)) (-15 -1827 ((-430 (-1191 |#4|)) (-1191 |#4|)))) (-862) (-805) (-360) (-966 |#3| |#2| |#1|)) (T -710))
-((-1827 (*1 *2 *3) (-12 (-4 *4 (-862)) (-4 *5 (-805)) (-4 *6 (-360)) (-4 *7 (-966 *6 *5 *4)) (-5 *2 (-430 (-1191 *7))) (-5 *1 (-710 *4 *5 *6 *7)) (-5 *3 (-1191 *7)))) (-1827 (*1 *2 *3) (-12 (-4 *4 (-862)) (-4 *5 (-805)) (-4 *6 (-360)) (-5 *2 (-430 *3)) (-5 *1 (-710 *4 *5 *6 *3)) (-4 *3 (-966 *6 *5 *4)))))
-(-10 -7 (-15 -1827 ((-430 |#4|) |#4|)) (-15 -1827 ((-430 (-1191 |#4|)) (-1191 |#4|))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 97)) (-3522 (((-576) $) 34)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-1930 (($ $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1838 (($ $) NIL)) (-1829 (((-112) $ $) NIL)) (-2786 (((-576) $) NIL)) (-2135 (($) NIL T CONST)) (-2272 (($ $) NIL)) (-1570 (((-3 (-576) "failed") $) 85) (((-3 (-419 (-576)) "failed") $) 28) (((-3 (-390) "failed") $) 82)) (-2857 (((-576) $) 87) (((-419 (-576)) $) 79) (((-390) $) 80)) (-3426 (($ $ $) 109)) (-2251 (((-3 $ "failed") $) 100)) (-3438 (($ $ $) 108)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3337 (((-938)) 89) (((-938) (-938)) 88)) (-3075 (((-112) $) NIL)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL)) (-1991 (((-576) $) NIL)) (-3612 (((-112) $) NIL)) (-3867 (($ $ (-576)) NIL)) (-1650 (($ $) NIL)) (-3667 (((-112) $) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-4140 (((-576) (-576)) 94) (((-576)) 95)) (-3123 (($ $ $) NIL) (($) NIL (-12 (-2658 (|has| $ (-6 -4445))) (-2658 (|has| $ (-6 -4453)))))) (-3088 (((-576) (-576)) 92) (((-576)) 93)) (-2352 (($ $ $) NIL) (($) NIL (-12 (-2658 (|has| $ (-6 -4445))) (-2658 (|has| $ (-6 -4453)))))) (-1490 (((-576) $) 17)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 104)) (-2359 (((-938) (-576)) NIL (|has| $ (-6 -4453)))) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3252 (($ $) NIL)) (-3247 (($ $) NIL)) (-3042 (($ (-576) (-576)) NIL) (($ (-576) (-576) (-938)) NIL)) (-1827 (((-430 $) $) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) 105)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2125 (((-576) $) 24)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 107)) (-2765 (((-938)) NIL) (((-938) (-938)) NIL (|has| $ (-6 -4453)))) (-1632 (((-938) (-576)) NIL (|has| $ (-6 -4453)))) (-4169 (((-390) $) NIL) (((-227) $) NIL) (((-905 (-390)) $) NIL)) (-3567 (((-874) $) 63) (($ (-576)) 75) (($ $) NIL) (($ (-419 (-576))) 78) (($ (-576)) 75) (($ (-419 (-576))) 78) (($ (-390)) 72) (((-390) $) 61) (($ (-713)) 66)) (-2596 (((-783)) 119 T CONST)) (-3033 (($ (-576) (-576) (-938)) 54)) (-4317 (($ $) NIL)) (-1639 (((-938)) NIL) (((-938) (-938)) NIL (|has| $ (-6 -4453)))) (-1540 (((-112) $ $) NIL)) (-3513 (((-938)) 91) (((-938) (-938)) 90)) (-4196 (((-112) $ $) NIL)) (-4308 (($ $) NIL)) (-2716 (($) 37 T CONST)) (-2727 (($) 18 T CONST)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 96)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 118)) (-3054 (($ $ $) 77)) (-3041 (($ $) 115) (($ $ $) 116)) (-3027 (($ $ $) 114)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL) (($ $ (-419 (-576))) 103)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 110) (($ $ $) 101) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL)))
-(((-711) (-13 (-416) (-399) (-374) (-1057 (-390)) (-1057 (-419 (-576))) (-148) (-10 -8 (-15 -3337 ((-938) (-938))) (-15 -3337 ((-938))) (-15 -3513 ((-938) (-938))) (-15 -3088 ((-576) (-576))) (-15 -3088 ((-576))) (-15 -4140 ((-576) (-576))) (-15 -4140 ((-576))) (-15 -3567 ((-390) $)) (-15 -3567 ($ (-713))) (-15 -1490 ((-576) $)) (-15 -2125 ((-576) $)) (-15 -3033 ($ (-576) (-576) (-938)))))) (T -711))
-((-2125 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-711)))) (-1490 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-711)))) (-3337 (*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-711)))) (-3337 (*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-711)))) (-3513 (*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-711)))) (-3088 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-711)))) (-3088 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-711)))) (-4140 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-711)))) (-4140 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-711)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-390)) (-5 *1 (-711)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-711)))) (-3033 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-576)) (-5 *3 (-938)) (-5 *1 (-711)))))
-(-13 (-416) (-399) (-374) (-1057 (-390)) (-1057 (-419 (-576))) (-148) (-10 -8 (-15 -3337 ((-938) (-938))) (-15 -3337 ((-938))) (-15 -3513 ((-938) (-938))) (-15 -3088 ((-576) (-576))) (-15 -3088 ((-576))) (-15 -4140 ((-576) (-576))) (-15 -4140 ((-576))) (-15 -3567 ((-390) $)) (-15 -3567 ($ (-713))) (-15 -1490 ((-576) $)) (-15 -2125 ((-576) $)) (-15 -3033 ($ (-576) (-576) (-938)))))
-((-1773 (((-701 |#1|) (-701 |#1|) |#1| |#1|) 85)) (-3724 (((-701 |#1|) (-701 |#1|) |#1|) 66)) (-1912 (((-701 |#1|) (-701 |#1|) |#1|) 86)) (-3445 (((-701 |#1|) (-701 |#1|)) 67)) (-3072 (((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|) 84)))
-(((-712 |#1|) (-10 -7 (-15 -3445 ((-701 |#1|) (-701 |#1|))) (-15 -3724 ((-701 |#1|) (-701 |#1|) |#1|)) (-15 -1912 ((-701 |#1|) (-701 |#1|) |#1|)) (-15 -1773 ((-701 |#1|) (-701 |#1|) |#1| |#1|)) (-15 -3072 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|))) (-317)) (T -712))
-((-3072 (*1 *2 *3 *3) (-12 (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3))) (-5 *1 (-712 *3)) (-4 *3 (-317)))) (-1773 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-701 *3)) (-4 *3 (-317)) (-5 *1 (-712 *3)))) (-1912 (*1 *2 *2 *3) (-12 (-5 *2 (-701 *3)) (-4 *3 (-317)) (-5 *1 (-712 *3)))) (-3724 (*1 *2 *2 *3) (-12 (-5 *2 (-701 *3)) (-4 *3 (-317)) (-5 *1 (-712 *3)))) (-3445 (*1 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-317)) (-5 *1 (-712 *3)))))
-(-10 -7 (-15 -3445 ((-701 |#1|) (-701 |#1|))) (-15 -3724 ((-701 |#1|) (-701 |#1|) |#1|)) (-15 -1912 ((-701 |#1|) (-701 |#1|) |#1|)) (-15 -1773 ((-701 |#1|) (-701 |#1|) |#1| |#1|)) (-15 -3072 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-3248 (($ $ $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-4185 (($ $ $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1829 (((-112) $ $) NIL)) (-2786 (((-576) $) NIL)) (-2740 (($ $ $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) 31)) (-2857 (((-576) $) 29)) (-3426 (($ $ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2772 (((-3 (-419 (-576)) "failed") $) NIL)) (-4423 (((-112) $) NIL)) (-4335 (((-419 (-576)) $) NIL)) (-1834 (($ $) NIL) (($) NIL)) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3535 (($ $ $ $) NIL)) (-2363 (($ $ $) NIL)) (-3075 (((-112) $) NIL)) (-4440 (($ $ $) NIL)) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL)) (-3612 (((-112) $) NIL)) (-2044 (((-112) $) NIL)) (-2162 (((-3 $ "failed") $) NIL)) (-3667 (((-112) $) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3832 (($ $ $ $) NIL)) (-3123 (($ $ $) NIL)) (-3062 (((-938) (-938)) 10) (((-938)) 9)) (-2352 (($ $ $) NIL)) (-2238 (($ $) NIL)) (-2432 (($ $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL)) (-3457 (($ (-656 $)) NIL) (($ $ $) NIL)) (-3881 (((-1177) $) NIL)) (-2672 (($ $ $) NIL)) (-3537 (($) NIL T CONST)) (-1371 (($ $) NIL)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ (-656 $)) NIL) (($ $ $) NIL)) (-3628 (($ $) NIL)) (-1827 (((-430 $) $) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2227 (((-112) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2770 (($ $ (-783)) NIL) (($ $) NIL)) (-1805 (($ $) NIL)) (-1868 (($ $) NIL)) (-4169 (((-227) $) NIL) (((-390) $) NIL) (((-905 (-576)) $) NIL) (((-548) $) NIL) (((-576) $) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) 28) (($ $) NIL) (($ (-576)) 28) (((-326 $) (-326 (-576))) 18)) (-2596 (((-783)) NIL T CONST)) (-1881 (((-112) $ $) NIL)) (-4020 (($ $ $) NIL)) (-1540 (((-112) $ $) NIL)) (-3513 (($) NIL)) (-4196 (((-112) $ $) NIL)) (-2483 (($ $ $ $) NIL)) (-4308 (($ $) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-783)) NIL) (($ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL)))
-(((-713) (-13 (-399) (-557) (-10 -8 (-15 -3062 ((-938) (-938))) (-15 -3062 ((-938))) (-15 -3567 ((-326 $) (-326 (-576))))))) (T -713))
-((-3062 (*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-713)))) (-3062 (*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-713)))) (-3567 (*1 *2 *3) (-12 (-5 *3 (-326 (-576))) (-5 *2 (-326 (-713))) (-5 *1 (-713)))))
-(-13 (-399) (-557) (-10 -8 (-15 -3062 ((-938) (-938))) (-15 -3062 ((-938))) (-15 -3567 ((-326 $) (-326 (-576))))))
-((-3173 (((-1 |#4| |#2| |#3|) |#1| (-1195) (-1195)) 19)) (-4079 (((-1 |#4| |#2| |#3|) (-1195)) 12)))
-(((-714 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4079 ((-1 |#4| |#2| |#3|) (-1195))) (-15 -3173 ((-1 |#4| |#2| |#3|) |#1| (-1195) (-1195)))) (-626 (-548)) (-1236) (-1236) (-1236)) (T -714))
-((-3173 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1195)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-714 *3 *5 *6 *7)) (-4 *3 (-626 (-548))) (-4 *5 (-1236)) (-4 *6 (-1236)) (-4 *7 (-1236)))) (-4079 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-714 *4 *5 *6 *7)) (-4 *4 (-626 (-548))) (-4 *5 (-1236)) (-4 *6 (-1236)) (-4 *7 (-1236)))))
-(-10 -7 (-15 -4079 ((-1 |#4| |#2| |#3|) (-1195))) (-15 -3173 ((-1 |#4| |#2| |#3|) |#1| (-1195) (-1195))))
-((-2958 (((-1 (-227) (-227) (-227)) |#1| (-1195) (-1195)) 43) (((-1 (-227) (-227)) |#1| (-1195)) 48)))
-(((-715 |#1|) (-10 -7 (-15 -2958 ((-1 (-227) (-227)) |#1| (-1195))) (-15 -2958 ((-1 (-227) (-227) (-227)) |#1| (-1195) (-1195)))) (-626 (-548))) (T -715))
-((-2958 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1195)) (-5 *2 (-1 (-227) (-227) (-227))) (-5 *1 (-715 *3)) (-4 *3 (-626 (-548))))) (-2958 (*1 *2 *3 *4) (-12 (-5 *4 (-1195)) (-5 *2 (-1 (-227) (-227))) (-5 *1 (-715 *3)) (-4 *3 (-626 (-548))))))
-(-10 -7 (-15 -2958 ((-1 (-227) (-227)) |#1| (-1195))) (-15 -2958 ((-1 (-227) (-227) (-227)) |#1| (-1195) (-1195))))
-((-3339 (((-1195) |#1| (-1195) (-656 (-1195))) 10) (((-1195) |#1| (-1195) (-1195) (-1195)) 13) (((-1195) |#1| (-1195) (-1195)) 12) (((-1195) |#1| (-1195)) 11)))
-(((-716 |#1|) (-10 -7 (-15 -3339 ((-1195) |#1| (-1195))) (-15 -3339 ((-1195) |#1| (-1195) (-1195))) (-15 -3339 ((-1195) |#1| (-1195) (-1195) (-1195))) (-15 -3339 ((-1195) |#1| (-1195) (-656 (-1195))))) (-626 (-548))) (T -716))
-((-3339 (*1 *2 *3 *2 *4) (-12 (-5 *4 (-656 (-1195))) (-5 *2 (-1195)) (-5 *1 (-716 *3)) (-4 *3 (-626 (-548))))) (-3339 (*1 *2 *3 *2 *2 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-716 *3)) (-4 *3 (-626 (-548))))) (-3339 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-716 *3)) (-4 *3 (-626 (-548))))) (-3339 (*1 *2 *3 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-716 *3)) (-4 *3 (-626 (-548))))))
-(-10 -7 (-15 -3339 ((-1195) |#1| (-1195))) (-15 -3339 ((-1195) |#1| (-1195) (-1195))) (-15 -3339 ((-1195) |#1| (-1195) (-1195) (-1195))) (-15 -3339 ((-1195) |#1| (-1195) (-656 (-1195)))))
-((-2607 (((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) 9)))
-(((-717 |#1| |#2|) (-10 -7 (-15 -2607 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|))) (-1236) (-1236)) (T -717))
-((-2607 (*1 *2 *3 *4) (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4))) (-5 *1 (-717 *3 *4)) (-4 *3 (-1236)) (-4 *4 (-1236)))))
-(-10 -7 (-15 -2607 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|)))
-((-4216 (((-1 |#3| |#2|) (-1195)) 11)) (-3173 (((-1 |#3| |#2|) |#1| (-1195)) 21)))
-(((-718 |#1| |#2| |#3|) (-10 -7 (-15 -4216 ((-1 |#3| |#2|) (-1195))) (-15 -3173 ((-1 |#3| |#2|) |#1| (-1195)))) (-626 (-548)) (-1236) (-1236)) (T -718))
-((-3173 (*1 *2 *3 *4) (-12 (-5 *4 (-1195)) (-5 *2 (-1 *6 *5)) (-5 *1 (-718 *3 *5 *6)) (-4 *3 (-626 (-548))) (-4 *5 (-1236)) (-4 *6 (-1236)))) (-4216 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-1 *6 *5)) (-5 *1 (-718 *4 *5 *6)) (-4 *4 (-626 (-548))) (-4 *5 (-1236)) (-4 *6 (-1236)))))
-(-10 -7 (-15 -4216 ((-1 |#3| |#2|) (-1195))) (-15 -3173 ((-1 |#3| |#2|) |#1| (-1195))))
-((-2604 (((-3 (-656 (-1191 |#4|)) "failed") (-1191 |#4|) (-656 |#2|) (-656 (-1191 |#4|)) (-656 |#3|) (-656 |#4|) (-656 (-656 (-2 (|:| -3171 (-783)) (|:| |pcoef| |#4|)))) (-656 (-783)) (-1286 (-656 (-1191 |#3|))) |#3|) 92)) (-3392 (((-3 (-656 (-1191 |#4|)) "failed") (-1191 |#4|) (-656 |#2|) (-656 (-1191 |#3|)) (-656 |#3|) (-656 |#4|) (-656 (-783)) |#3|) 110)) (-3129 (((-3 (-656 (-1191 |#4|)) "failed") (-1191 |#4|) (-656 |#2|) (-656 |#3|) (-656 (-783)) (-656 (-1191 |#4|)) (-1286 (-656 (-1191 |#3|))) |#3|) 47)))
-(((-719 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3129 ((-3 (-656 (-1191 |#4|)) "failed") (-1191 |#4|) (-656 |#2|) (-656 |#3|) (-656 (-783)) (-656 (-1191 |#4|)) (-1286 (-656 (-1191 |#3|))) |#3|)) (-15 -3392 ((-3 (-656 (-1191 |#4|)) "failed") (-1191 |#4|) (-656 |#2|) (-656 (-1191 |#3|)) (-656 |#3|) (-656 |#4|) (-656 (-783)) |#3|)) (-15 -2604 ((-3 (-656 (-1191 |#4|)) "failed") (-1191 |#4|) (-656 |#2|) (-656 (-1191 |#4|)) (-656 |#3|) (-656 |#4|) (-656 (-656 (-2 (|:| -3171 (-783)) (|:| |pcoef| |#4|)))) (-656 (-783)) (-1286 (-656 (-1191 |#3|))) |#3|))) (-805) (-862) (-317) (-966 |#3| |#1| |#2|)) (T -719))
-((-2604 (*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10) (|partial| -12 (-5 *2 (-656 (-1191 *13))) (-5 *3 (-1191 *13)) (-5 *4 (-656 *12)) (-5 *5 (-656 *10)) (-5 *6 (-656 *13)) (-5 *7 (-656 (-656 (-2 (|:| -3171 (-783)) (|:| |pcoef| *13))))) (-5 *8 (-656 (-783))) (-5 *9 (-1286 (-656 (-1191 *10)))) (-4 *12 (-862)) (-4 *10 (-317)) (-4 *13 (-966 *10 *11 *12)) (-4 *11 (-805)) (-5 *1 (-719 *11 *12 *10 *13)))) (-3392 (*1 *2 *3 *4 *5 *6 *7 *8 *9) (|partial| -12 (-5 *4 (-656 *11)) (-5 *5 (-656 (-1191 *9))) (-5 *6 (-656 *9)) (-5 *7 (-656 *12)) (-5 *8 (-656 (-783))) (-4 *11 (-862)) (-4 *9 (-317)) (-4 *12 (-966 *9 *10 *11)) (-4 *10 (-805)) (-5 *2 (-656 (-1191 *12))) (-5 *1 (-719 *10 *11 *9 *12)) (-5 *3 (-1191 *12)))) (-3129 (*1 *2 *3 *4 *5 *6 *2 *7 *8) (|partial| -12 (-5 *2 (-656 (-1191 *11))) (-5 *3 (-1191 *11)) (-5 *4 (-656 *10)) (-5 *5 (-656 *8)) (-5 *6 (-656 (-783))) (-5 *7 (-1286 (-656 (-1191 *8)))) (-4 *10 (-862)) (-4 *8 (-317)) (-4 *11 (-966 *8 *9 *10)) (-4 *9 (-805)) (-5 *1 (-719 *9 *10 *8 *11)))))
-(-10 -7 (-15 -3129 ((-3 (-656 (-1191 |#4|)) "failed") (-1191 |#4|) (-656 |#2|) (-656 |#3|) (-656 (-783)) (-656 (-1191 |#4|)) (-1286 (-656 (-1191 |#3|))) |#3|)) (-15 -3392 ((-3 (-656 (-1191 |#4|)) "failed") (-1191 |#4|) (-656 |#2|) (-656 (-1191 |#3|)) (-656 |#3|) (-656 |#4|) (-656 (-783)) |#3|)) (-15 -2604 ((-3 (-656 (-1191 |#4|)) "failed") (-1191 |#4|) (-656 |#2|) (-656 (-1191 |#4|)) (-656 |#3|) (-656 |#4|) (-656 (-656 (-2 (|:| -3171 (-783)) (|:| |pcoef| |#4|)))) (-656 (-783)) (-1286 (-656 (-1191 |#3|))) |#3|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2109 (($ $) 48)) (-2251 (((-3 $ "failed") $) 37)) (-3612 (((-112) $) 35)) (-1940 (($ |#1| (-783)) 46)) (-2488 (((-783) $) 50)) (-2086 ((|#1| $) 49)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-1967 (((-783) $) 51)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 45 (|has| |#1| (-174)))) (-1749 ((|#1| $ (-783)) 47)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 53) (($ |#1| $) 52)))
-(((-720 |#1|) (-141) (-1068)) (T -720))
-((-1967 (*1 *2 *1) (-12 (-4 *1 (-720 *3)) (-4 *3 (-1068)) (-5 *2 (-783)))) (-2488 (*1 *2 *1) (-12 (-4 *1 (-720 *3)) (-4 *3 (-1068)) (-5 *2 (-783)))) (-2086 (*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-1068)))) (-2109 (*1 *1 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-1068)))) (-1749 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *1 (-720 *2)) (-4 *2 (-1068)))) (-1940 (*1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-720 *2)) (-4 *2 (-1068)))))
-(-13 (-1068) (-111 |t#1| |t#1|) (-10 -8 (IF (|has| |t#1| (-174)) (-6 (-38 |t#1|)) |%noBranch|) (-15 -1967 ((-783) $)) (-15 -2488 ((-783) $)) (-15 -2086 (|t#1| $)) (-15 -2109 ($ $)) (-15 -1749 (|t#1| $ (-783))) (-15 -1940 ($ |t#1| (-783)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-174)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 |#1|) |has| |#1| (-174)) ((-729 |#1|) |has| |#1| (-174)) ((-738) . T) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-4114 ((|#6| (-1 |#4| |#1|) |#3|) 23)))
-(((-721 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -4114 (|#6| (-1 |#4| |#1|) |#3|))) (-568) (-1262 |#1|) (-1262 (-419 |#2|)) (-568) (-1262 |#4|) (-1262 (-419 |#5|))) (T -721))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-568)) (-4 *7 (-568)) (-4 *6 (-1262 *5)) (-4 *2 (-1262 (-419 *8))) (-5 *1 (-721 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1262 (-419 *6))) (-4 *8 (-1262 *7)))))
-(-10 -7 (-15 -4114 (|#6| (-1 |#4| |#1|) |#3|)))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3481 (((-1177) (-874)) 38)) (-1971 (((-1291) (-1177)) 31)) (-3539 (((-1177) (-874)) 28)) (-4069 (((-1177) (-874)) 29)) (-3567 (((-874) $) NIL) (((-1177) (-874)) 27)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-722) (-13 (-1119) (-10 -7 (-15 -3567 ((-1177) (-874))) (-15 -3539 ((-1177) (-874))) (-15 -4069 ((-1177) (-874))) (-15 -3481 ((-1177) (-874))) (-15 -1971 ((-1291) (-1177)))))) (T -722))
-((-3567 (*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1177)) (-5 *1 (-722)))) (-3539 (*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1177)) (-5 *1 (-722)))) (-4069 (*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1177)) (-5 *1 (-722)))) (-3481 (*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1177)) (-5 *1 (-722)))) (-1971 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-722)))))
-(-13 (-1119) (-10 -7 (-15 -3567 ((-1177) (-874))) (-15 -3539 ((-1177) (-874))) (-15 -4069 ((-1177) (-874))) (-15 -3481 ((-1177) (-874))) (-15 -1971 ((-1291) (-1177)))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1829 (((-112) $ $) NIL)) (-2135 (($) NIL T CONST)) (-3426 (($ $ $) NIL)) (-3683 (($ |#1| |#2|) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3612 (((-112) $) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2005 ((|#2| $) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-1827 (((-430 $) $) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2240 (((-3 $ "failed") $ $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) ((|#1| $) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL)))
-(((-723 |#1| |#2| |#3| |#4| |#5|) (-13 (-374) (-10 -8 (-15 -2005 (|#2| $)) (-15 -3567 (|#1| $)) (-15 -3683 ($ |#1| |#2|)) (-15 -2240 ((-3 $ "failed") $ $)))) (-174) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -723))
-((-2005 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-723 *3 *2 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-3567 (*1 *2 *1) (-12 (-4 *2 (-174)) (-5 *1 (-723 *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)))) (-3683 (*1 *1 *2 *3) (-12 (-5 *1 (-723 *2 *3 *4 *5 *6)) (-4 *2 (-174)) (-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)))) (-2240 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-723 *2 *3 *4 *5 *6)) (-4 *2 (-174)) (-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 (-374) (-10 -8 (-15 -2005 (|#2| $)) (-15 -3567 (|#1| $)) (-15 -3683 ($ |#1| |#2|)) (-15 -2240 ((-3 $ "failed") $ $))))
-((-3486 (((-112) $ $) 87)) (-1353 (((-112) $) 36)) (-3924 (((-1286 |#1|) $ (-783)) NIL)) (-1960 (((-656 (-1101)) $) NIL)) (-3762 (($ (-1191 |#1|)) NIL)) (-1797 (((-1191 $) $ (-1101)) NIL) (((-1191 |#1|) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-1925 (((-783) $) NIL) (((-783) $ (-656 (-1101))) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-3615 (($ $ $) NIL (|has| |#1| (-568)))) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1415 (($ $) NIL (|has| |#1| (-464)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1829 (((-112) $ $) NIL (|has| |#1| (-374)))) (-2093 (((-783)) 54 (|has| |#1| (-379)))) (-1847 (($ $ (-783)) NIL)) (-3029 (($ $ (-783)) NIL)) (-2007 ((|#2| |#2|) 50)) (-4427 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-464)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-1101) "failed") $) NIL)) (-2857 ((|#1| $) NIL) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-1101) $) NIL)) (-1990 (($ $ $ (-1101)) NIL (|has| |#1| (-174))) ((|#1| $ $) NIL (|has| |#1| (-174)))) (-3426 (($ $ $) NIL (|has| |#1| (-374)))) (-2109 (($ $) 40)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-3683 (($ |#2|) 48)) (-2251 (((-3 $ "failed") $) 97)) (-1834 (($) 58 (|has| |#1| (-379)))) (-3438 (($ $ $) NIL (|has| |#1| (-374)))) (-4038 (($ $ $) NIL)) (-2204 (($ $ $) NIL (|has| |#1| (-568)))) (-4279 (((-2 (|:| -1713 |#1|) (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-568)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-2619 (($ $) NIL (|has| |#1| (-464))) (($ $ (-1101)) NIL (|has| |#1| (-464)))) (-2098 (((-656 $) $) NIL)) (-4283 (((-112) $) NIL (|has| |#1| (-926)))) (-4027 (((-975 $)) 89)) (-2056 (($ $ |#1| (-783) $) NIL)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (-12 (|has| (-1101) (-899 (-390))) (|has| |#1| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (-12 (|has| (-1101) (-899 (-576))) (|has| |#1| (-899 (-576)))))) (-1991 (((-783) $ $) NIL (|has| |#1| (-568)))) (-3612 (((-112) $) NIL)) (-1935 (((-783) $) NIL)) (-2162 (((-3 $ "failed") $) NIL (|has| |#1| (-1171)))) (-1950 (($ (-1191 |#1|) (-1101)) NIL) (($ (-1191 $) (-1101)) NIL)) (-4255 (($ $ (-783)) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-783)) 85) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101)) (-656 (-783))) NIL)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ (-1101)) NIL) (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2005 ((|#2|) 51)) (-2488 (((-783) $) NIL) (((-783) $ (-1101)) NIL) (((-656 (-783)) $ (-656 (-1101))) NIL)) (-3492 (($ (-1 (-783) (-783)) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-4122 (((-1191 |#1|) $) NIL)) (-1429 (((-3 (-1101) "failed") $) NIL)) (-4379 (((-938) $) NIL (|has| |#1| (-379)))) (-3670 ((|#2| $) 47)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) NIL) (((-701 |#1|) (-1286 $)) NIL)) (-2076 (($ $) NIL)) (-2086 ((|#1| $) 34)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-3881 (((-1177) $) NIL)) (-4424 (((-2 (|:| -3244 $) (|:| -3477 $)) $ (-783)) NIL)) (-2692 (((-3 (-656 $) "failed") $) NIL)) (-3656 (((-3 (-656 $) "failed") $) NIL)) (-2244 (((-3 (-2 (|:| |var| (-1101)) (|:| -2125 (-783))) "failed") $) NIL)) (-2092 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($) NIL (|has| |#1| (-1171)) CONST)) (-3222 (($ (-938)) NIL (|has| |#1| (-379)))) (-1448 (((-1139) $) NIL)) (-2055 (((-112) $) NIL)) (-2065 ((|#1| $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-464)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-2064 (($ $) 88 (|has| |#1| (-360)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1827 (((-430 $) $) NIL (|has| |#1| (-926)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-3473 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ $) 96 (|has| |#1| (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3281 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-1101) |#1|) NIL) (($ $ (-656 (-1101)) (-656 |#1|)) NIL) (($ $ (-1101) $) NIL) (($ $ (-656 (-1101)) (-656 $)) NIL)) (-3909 (((-783) $) NIL (|has| |#1| (-374)))) (-2794 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-419 $) (-419 $) (-419 $)) NIL (|has| |#1| (-568))) ((|#1| (-419 $) |#1|) NIL (|has| |#1| (-374))) (((-419 $) $ (-419 $)) NIL (|has| |#1| (-568)))) (-2937 (((-3 $ "failed") $ (-783)) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 98 (|has| |#1| (-374)))) (-2491 (($ $ (-1101)) NIL (|has| |#1| (-174))) ((|#1| $) NIL (|has| |#1| (-174)))) (-2770 (($ $ (-656 (-1101)) (-656 (-783))) NIL) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101))) NIL) (($ $ (-1101)) NIL) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1 |#1| |#1|) $) NIL) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195))))) (-1967 (((-783) $) 38) (((-783) $ (-1101)) NIL) (((-656 (-783)) $ (-656 (-1101))) NIL)) (-4169 (((-905 (-390)) $) NIL (-12 (|has| (-1101) (-626 (-905 (-390)))) (|has| |#1| (-626 (-905 (-390)))))) (((-905 (-576)) $) NIL (-12 (|has| (-1101) (-626 (-905 (-576)))) (|has| |#1| (-626 (-905 (-576)))))) (((-548) $) NIL (-12 (|has| (-1101) (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-2145 ((|#1| $) NIL (|has| |#1| (-464))) (($ $ (-1101)) NIL (|has| |#1| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-926))))) (-2085 (((-975 $)) 42)) (-2400 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568))) (((-3 (-419 $) "failed") (-419 $) $) NIL (|has| |#1| (-568)))) (-3567 (((-874) $) 68) (($ (-576)) NIL) (($ |#1|) 65) (($ (-1101)) NIL) (($ |#2|) 75) (($ (-419 (-576))) NIL (-2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576)))))) (($ $) NIL (|has| |#1| (-568)))) (-1691 (((-656 |#1|) $) NIL)) (-1749 ((|#1| $ (-783)) 70) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101)) (-656 (-783))) NIL)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#1| (-926))) (|has| |#1| (-146))))) (-2596 (((-783)) NIL T CONST)) (-2217 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-2716 (($) 25 T CONST)) (-3265 (((-1286 |#1|) $) 83)) (-3738 (($ (-1286 |#1|)) 57)) (-2727 (($) 8 T CONST)) (-2014 (($ $ (-656 (-1101)) (-656 (-783))) NIL) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101))) NIL) (($ $ (-1101)) NIL) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195))))) (-2673 (((-1286 |#1|) $) NIL)) (-2921 (((-112) $ $) 76)) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-3041 (($ $) 79) (($ $ $) NIL)) (-3027 (($ $ $) 39)) (** (($ $ (-938)) NIL) (($ $ (-783)) 92)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 64) (($ $ $) 82) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 62) (($ $ |#1|) NIL)))
-(((-724 |#1| |#2|) (-13 (-1262 |#1|) (-628 |#2|) (-10 -8 (-15 -2007 (|#2| |#2|)) (-15 -2005 (|#2|)) (-15 -3683 ($ |#2|)) (-15 -3670 (|#2| $)) (-15 -3265 ((-1286 |#1|) $)) (-15 -3738 ($ (-1286 |#1|))) (-15 -2673 ((-1286 |#1|) $)) (-15 -4027 ((-975 $))) (-15 -2085 ((-975 $))) (IF (|has| |#1| (-360)) (-15 -2064 ($ $)) |%noBranch|) (IF (|has| |#1| (-379)) (-6 (-379)) |%noBranch|))) (-1068) (-1262 |#1|)) (T -724))
-((-2007 (*1 *2 *2) (-12 (-4 *3 (-1068)) (-5 *1 (-724 *3 *2)) (-4 *2 (-1262 *3)))) (-2005 (*1 *2) (-12 (-4 *2 (-1262 *3)) (-5 *1 (-724 *3 *2)) (-4 *3 (-1068)))) (-3683 (*1 *1 *2) (-12 (-4 *3 (-1068)) (-5 *1 (-724 *3 *2)) (-4 *2 (-1262 *3)))) (-3670 (*1 *2 *1) (-12 (-4 *2 (-1262 *3)) (-5 *1 (-724 *3 *2)) (-4 *3 (-1068)))) (-3265 (*1 *2 *1) (-12 (-4 *3 (-1068)) (-5 *2 (-1286 *3)) (-5 *1 (-724 *3 *4)) (-4 *4 (-1262 *3)))) (-3738 (*1 *1 *2) (-12 (-5 *2 (-1286 *3)) (-4 *3 (-1068)) (-5 *1 (-724 *3 *4)) (-4 *4 (-1262 *3)))) (-2673 (*1 *2 *1) (-12 (-4 *3 (-1068)) (-5 *2 (-1286 *3)) (-5 *1 (-724 *3 *4)) (-4 *4 (-1262 *3)))) (-4027 (*1 *2) (-12 (-4 *3 (-1068)) (-5 *2 (-975 (-724 *3 *4))) (-5 *1 (-724 *3 *4)) (-4 *4 (-1262 *3)))) (-2085 (*1 *2) (-12 (-4 *3 (-1068)) (-5 *2 (-975 (-724 *3 *4))) (-5 *1 (-724 *3 *4)) (-4 *4 (-1262 *3)))) (-2064 (*1 *1 *1) (-12 (-4 *2 (-360)) (-4 *2 (-1068)) (-5 *1 (-724 *2 *3)) (-4 *3 (-1262 *2)))))
-(-13 (-1262 |#1|) (-628 |#2|) (-10 -8 (-15 -2007 (|#2| |#2|)) (-15 -2005 (|#2|)) (-15 -3683 ($ |#2|)) (-15 -3670 (|#2| $)) (-15 -3265 ((-1286 |#1|) $)) (-15 -3738 ($ (-1286 |#1|))) (-15 -2673 ((-1286 |#1|) $)) (-15 -4027 ((-975 $))) (-15 -2085 ((-975 $))) (IF (|has| |#1| (-360)) (-15 -2064 ($ $)) |%noBranch|) (IF (|has| |#1| (-379)) (-6 (-379)) |%noBranch|)))
-((-3486 (((-112) $ $) NIL)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-3881 (((-1177) $) NIL)) (-3222 ((|#1| $) 13)) (-1448 (((-1139) $) NIL)) (-2125 ((|#2| $) 12)) (-3579 (($ |#1| |#2|) 16)) (-3567 (((-874) $) NIL) (($ (-2 (|:| -3222 |#1|) (|:| -2125 |#2|))) 15) (((-2 (|:| -3222 |#1|) (|:| -2125 |#2|)) $) 14)) (-1540 (((-112) $ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 11)))
-(((-725 |#1| |#2| |#3|) (-13 (-862) (-502 (-2 (|:| -3222 |#1|) (|:| -2125 |#2|))) (-10 -8 (-15 -2125 (|#2| $)) (-15 -3222 (|#1| $)) (-15 -3579 ($ |#1| |#2|)))) (-862) (-1119) (-1 (-112) (-2 (|:| -3222 |#1|) (|:| -2125 |#2|)) (-2 (|:| -3222 |#1|) (|:| -2125 |#2|)))) (T -725))
-((-2125 (*1 *2 *1) (-12 (-4 *2 (-1119)) (-5 *1 (-725 *3 *2 *4)) (-4 *3 (-862)) (-14 *4 (-1 (-112) (-2 (|:| -3222 *3) (|:| -2125 *2)) (-2 (|:| -3222 *3) (|:| -2125 *2)))))) (-3222 (*1 *2 *1) (-12 (-4 *2 (-862)) (-5 *1 (-725 *2 *3 *4)) (-4 *3 (-1119)) (-14 *4 (-1 (-112) (-2 (|:| -3222 *2) (|:| -2125 *3)) (-2 (|:| -3222 *2) (|:| -2125 *3)))))) (-3579 (*1 *1 *2 *3) (-12 (-5 *1 (-725 *2 *3 *4)) (-4 *2 (-862)) (-4 *3 (-1119)) (-14 *4 (-1 (-112) (-2 (|:| -3222 *2) (|:| -2125 *3)) (-2 (|:| -3222 *2) (|:| -2125 *3)))))))
-(-13 (-862) (-502 (-2 (|:| -3222 |#1|) (|:| -2125 |#2|))) (-10 -8 (-15 -2125 (|#2| $)) (-15 -3222 (|#1| $)) (-15 -3579 ($ |#1| |#2|))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 66)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) 102) (((-3 (-115) "failed") $) 108)) (-2857 ((|#1| $) NIL) (((-115) $) 39)) (-2251 (((-3 $ "failed") $) 103)) (-2024 ((|#2| (-115) |#2|) 93)) (-3612 (((-112) $) NIL)) (-4318 (($ |#1| (-372 (-115))) 14)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2328 (($ $ (-1 |#2| |#2|)) 65)) (-2299 (($ $ (-1 |#2| |#2|)) 44)) (-2794 ((|#2| $ |#2|) 33)) (-3571 ((|#1| |#1|) 118 (|has| |#1| (-174)))) (-3567 (((-874) $) 73) (($ (-576)) 18) (($ |#1|) 17) (($ (-115)) 23)) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) 37 T CONST)) (-1540 (((-112) $ $) NIL)) (-1381 (($ $) 112 (|has| |#1| (-174))) (($ $ $) 116 (|has| |#1| (-174)))) (-2716 (($) 21 T CONST)) (-2727 (($) 9 T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) 48) (($ $ $) NIL)) (-3027 (($ $ $) 83)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ (-115) (-576)) NIL) (($ $ (-576)) 64)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 111) (($ $ $) 53) (($ |#1| $) 109 (|has| |#1| (-174))) (($ $ |#1|) 110 (|has| |#1| (-174)))))
-(((-726 |#1| |#2|) (-13 (-1068) (-1057 |#1|) (-1057 (-115)) (-296 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |#1| (-174)) (PROGN (-6 (-38 |#1|)) (-15 -1381 ($ $)) (-15 -1381 ($ $ $)) (-15 -3571 (|#1| |#1|))) |%noBranch|) (-15 -2299 ($ $ (-1 |#2| |#2|))) (-15 -2328 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-115) (-576))) (-15 ** ($ $ (-576))) (-15 -2024 (|#2| (-115) |#2|)) (-15 -4318 ($ |#1| (-372 (-115)))))) (-1068) (-660 |#1|)) (T -726))
-((-1381 (*1 *1 *1) (-12 (-4 *2 (-174)) (-4 *2 (-1068)) (-5 *1 (-726 *2 *3)) (-4 *3 (-660 *2)))) (-1381 (*1 *1 *1 *1) (-12 (-4 *2 (-174)) (-4 *2 (-1068)) (-5 *1 (-726 *2 *3)) (-4 *3 (-660 *2)))) (-3571 (*1 *2 *2) (-12 (-4 *2 (-174)) (-4 *2 (-1068)) (-5 *1 (-726 *2 *3)) (-4 *3 (-660 *2)))) (-2299 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-660 *3)) (-4 *3 (-1068)) (-5 *1 (-726 *3 *4)))) (-2328 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-660 *3)) (-4 *3 (-1068)) (-5 *1 (-726 *3 *4)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-576)) (-4 *4 (-1068)) (-5 *1 (-726 *4 *5)) (-4 *5 (-660 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *3 (-1068)) (-5 *1 (-726 *3 *4)) (-4 *4 (-660 *3)))) (-2024 (*1 *2 *3 *2) (-12 (-5 *3 (-115)) (-4 *4 (-1068)) (-5 *1 (-726 *4 *2)) (-4 *2 (-660 *4)))) (-4318 (*1 *1 *2 *3) (-12 (-5 *3 (-372 (-115))) (-4 *2 (-1068)) (-5 *1 (-726 *2 *4)) (-4 *4 (-660 *2)))))
-(-13 (-1068) (-1057 |#1|) (-1057 (-115)) (-296 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |#1| (-174)) (PROGN (-6 (-38 |#1|)) (-15 -1381 ($ $)) (-15 -1381 ($ $ $)) (-15 -3571 (|#1| |#1|))) |%noBranch|) (-15 -2299 ($ $ (-1 |#2| |#2|))) (-15 -2328 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-115) (-576))) (-15 ** ($ $ (-576))) (-15 -2024 (|#2| (-115) |#2|)) (-15 -4318 ($ |#1| (-372 (-115))))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 33)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-3683 (($ |#1| |#2|) 25)) (-2251 (((-3 $ "failed") $) 51)) (-3612 (((-112) $) 35)) (-2005 ((|#2| $) 12)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 52)) (-1448 (((-1139) $) NIL)) (-2240 (((-3 $ "failed") $ $) 50)) (-3567 (((-874) $) 24) (($ (-576)) 19) ((|#1| $) 13)) (-2596 (((-783)) 28 T CONST)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 16 T CONST)) (-2727 (($) 30 T CONST)) (-2921 (((-112) $ $) 41)) (-3041 (($ $) 46) (($ $ $) 40)) (-3027 (($ $ $) 43)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 21) (($ $ $) 20)))
-(((-727 |#1| |#2| |#3| |#4| |#5|) (-13 (-1068) (-10 -8 (-15 -2005 (|#2| $)) (-15 -3567 (|#1| $)) (-15 -3683 ($ |#1| |#2|)) (-15 -2240 ((-3 $ "failed") $ $)) (-15 -2251 ((-3 $ "failed") $)) (-15 -2045 ($ $)))) (-174) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -727))
-((-2251 (*1 *1 *1) (|partial| -12 (-5 *1 (-727 *2 *3 *4 *5 *6)) (-4 *2 (-174)) (-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)))) (-2005 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-727 *3 *2 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-3567 (*1 *2 *1) (-12 (-4 *2 (-174)) (-5 *1 (-727 *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)))) (-3683 (*1 *1 *2 *3) (-12 (-5 *1 (-727 *2 *3 *4 *5 *6)) (-4 *2 (-174)) (-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)))) (-2240 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-727 *2 *3 *4 *5 *6)) (-4 *2 (-174)) (-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)))) (-2045 (*1 *1 *1) (-12 (-5 *1 (-727 *2 *3 *4 *5 *6)) (-4 *2 (-174)) (-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 (-1068) (-10 -8 (-15 -2005 (|#2| $)) (-15 -3567 (|#1| $)) (-15 -3683 ($ |#1| |#2|)) (-15 -2240 ((-3 $ "failed") $ $)) (-15 -2251 ((-3 $ "failed") $)) (-15 -2045 ($ $))))
-((* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ |#2| $) NIL) (($ $ |#2|) 9)))
-(((-728 |#1| |#2|) (-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-938) |#1|))) (-729 |#2|) (-174)) (T -728))
-NIL
-(-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-938) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
+((-1978 (*1 *1 *1) (-4 *1 (-673))) (-2019 (*1 *1 *1 *1) (-4 *1 (-673))) (-2029 (*1 *1 *1 *1) (-4 *1 (-673))))
+(-13 (-102) (-10 -8 (-15 -1978 ($ $)) (-15 -2019 ($ $ $)) (-15 -2029 ($ $ $))))
+(((-102) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 15)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2687 ((|#1| $) 23)) (-2905 (($ $ $) NIL (|has| |#1| (-803)))) (-2163 (($ $ $) NIL (|has| |#1| (-803)))) (-4185 (((-1179) $) 48)) (-3117 (((-1141) $) NIL)) (-2698 ((|#3| $) 24)) (-4114 (((-876) $) 43)) (-3000 (((-112) $ $) 22)) (-4312 (($) 10 T CONST)) (-3995 (((-112) $ $) NIL (|has| |#1| (-803)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-803)))) (-3939 (((-112) $ $) 20)) (-3985 (((-112) $ $) NIL (|has| |#1| (-803)))) (-3962 (((-112) $ $) 26 (|has| |#1| (-803)))) (-4047 (($ $ |#3|) 36) (($ |#1| |#3|) 37)) (-4037 (($ $) 17) (($ $ $) NIL)) (-4027 (($ $ $) 29)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 32) (($ |#2| $) 34) (($ $ |#2|) NIL)))
+(((-674 |#1| |#2| |#3|) (-13 (-729 |#2|) (-10 -8 (IF (|has| |#1| (-803)) (-6 (-803)) |%noBranch|) (-15 -4047 ($ $ |#3|)) (-15 -4047 ($ |#1| |#3|)) (-15 -2687 (|#1| $)) (-15 -2698 (|#3| $)))) (-729 |#2|) (-174) (|SubsetCategory| (-738) |#2|)) (T -674))
+((-4047 (*1 *1 *1 *2) (-12 (-4 *4 (-174)) (-5 *1 (-674 *3 *4 *2)) (-4 *3 (-729 *4)) (-4 *2 (|SubsetCategory| (-738) *4)))) (-4047 (*1 *1 *2 *3) (-12 (-4 *4 (-174)) (-5 *1 (-674 *2 *4 *3)) (-4 *2 (-729 *4)) (-4 *3 (|SubsetCategory| (-738) *4)))) (-2687 (*1 *2 *1) (-12 (-4 *3 (-174)) (-4 *2 (-729 *3)) (-5 *1 (-674 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-738) *3)))) (-2698 (*1 *2 *1) (-12 (-4 *4 (-174)) (-4 *2 (|SubsetCategory| (-738) *4)) (-5 *1 (-674 *3 *4 *2)) (-4 *3 (-729 *4)))))
+(-13 (-729 |#2|) (-10 -8 (IF (|has| |#1| (-803)) (-6 (-803)) |%noBranch|) (-15 -4047 ($ $ |#3|)) (-15 -4047 ($ |#1| |#3|)) (-15 -2687 (|#1| $)) (-15 -2698 (|#3| $))))
+((-2520 (((-3 (-656 (-1193 |#1|)) "failed") (-656 (-1193 |#1|)) (-1193 |#1|)) 33)))
+(((-675 |#1|) (-10 -7 (-15 -2520 ((-3 (-656 (-1193 |#1|)) "failed") (-656 (-1193 |#1|)) (-1193 |#1|)))) (-928)) (T -675))
+((-2520 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-656 (-1193 *4))) (-5 *3 (-1193 *4)) (-4 *4 (-928)) (-5 *1 (-675 *4)))))
+(-10 -7 (-15 -2520 ((-3 (-656 (-1193 |#1|)) "failed") (-656 (-1193 |#1|)) (-1193 |#1|))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1419 (((-656 |#1|) $) 84)) (-4423 (($ $ (-783)) 94)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2713 (((-1312 |#1| |#2|) (-1312 |#1| |#2|) $) 50)) (-2981 (((-3 (-684 |#1|) "failed") $) NIL)) (-2318 (((-684 |#1|) $) NIL)) (-3310 (($ $) 93)) (-2509 (((-783) $) NIL)) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) NIL)) (-1617 (($ (-684 |#1|) |#2|) 70)) (-4145 (($ $) 89)) (-2423 (($ (-1 |#2| |#2|) $) NIL)) (-1526 (((-1312 |#1| |#2|) (-1312 |#1| |#2|) $) 49)) (-2002 (((-2 (|:| |k| (-684 |#1|)) (|:| |c| |#2|)) $) NIL)) (-1697 (((-684 |#1|) $) NIL)) (-1708 ((|#2| $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2143 (($ $ |#1| $) 32) (($ $ (-656 |#1|) (-656 $)) 34)) (-2786 (((-783) $) 91)) (-4125 (($ $ $) 20) (($ (-684 |#1|) (-684 |#1|)) 79) (($ (-684 |#1|) $) 77) (($ $ (-684 |#1|)) 78)) (-4114 (((-876) $) NIL) (($ |#1|) 76) (((-1303 |#1| |#2|) $) 60) (((-1312 |#1| |#2|) $) 43) (($ (-684 |#1|)) 27)) (-1923 (((-656 |#2|) $) NIL)) (-1341 ((|#2| $ (-684 |#1|)) NIL)) (-2862 ((|#2| (-1312 |#1| |#2|) $) 45)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 23 T CONST)) (-3921 (((-656 (-2 (|:| |k| (-684 |#1|)) (|:| |c| |#2|))) $) NIL)) (-3330 (((-3 $ "failed") (-1303 |#1| |#2|)) 62)) (-3808 (($ (-684 |#1|)) 14)) (-3939 (((-112) $ $) 46)) (-4047 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-4037 (($ $) 68) (($ $ $) NIL)) (-4027 (($ $ $) 31)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ |#2| $) 30) (($ $ |#2|) NIL) (($ |#2| (-684 |#1|)) NIL)))
+(((-676 |#1| |#2|) (-13 (-385 |#1| |#2|) (-393 |#2| (-684 |#1|)) (-10 -8 (-15 -3330 ((-3 $ "failed") (-1303 |#1| |#2|))) (-15 -4125 ($ (-684 |#1|) (-684 |#1|))) (-15 -4125 ($ (-684 |#1|) $)) (-15 -4125 ($ $ (-684 |#1|))))) (-862) (-174)) (T -676))
+((-3330 (*1 *1 *2) (|partial| -12 (-5 *2 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)) (-5 *1 (-676 *3 *4)))) (-4125 (*1 *1 *2 *2) (-12 (-5 *2 (-684 *3)) (-4 *3 (-862)) (-5 *1 (-676 *3 *4)) (-4 *4 (-174)))) (-4125 (*1 *1 *2 *1) (-12 (-5 *2 (-684 *3)) (-4 *3 (-862)) (-5 *1 (-676 *3 *4)) (-4 *4 (-174)))) (-4125 (*1 *1 *1 *2) (-12 (-5 *2 (-684 *3)) (-4 *3 (-862)) (-5 *1 (-676 *3 *4)) (-4 *4 (-174)))))
+(-13 (-385 |#1| |#2|) (-393 |#2| (-684 |#1|)) (-10 -8 (-15 -3330 ((-3 $ "failed") (-1303 |#1| |#2|))) (-15 -4125 ($ (-684 |#1|) (-684 |#1|))) (-15 -4125 ($ (-684 |#1|) $)) (-15 -4125 ($ $ (-684 |#1|)))))
+((-2033 (((-112) $) NIL) (((-112) (-1 (-112) |#2| |#2|) $) 59)) (-2218 (($ $) NIL) (($ (-1 (-112) |#2| |#2|) $) 12)) (-2250 (($ (-1 (-112) |#2|) $) 29)) (-1370 (($ $) 65)) (-1966 (($ $) 74)) (-1678 (($ |#2| $) NIL) (($ (-1 (-112) |#2|) $) 43)) (-2722 ((|#2| (-1 |#2| |#2| |#2|) $) 21) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 60) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 62)) (-3539 (((-576) |#2| $ (-576)) 71) (((-576) |#2| $) NIL) (((-576) (-1 (-112) |#2|) $) 54)) (-1988 (($ (-783) |#2|) 63)) (-3528 (($ $ $) NIL) (($ (-1 (-112) |#2| |#2|) $ $) 31)) (-3181 (($ $ $) NIL) (($ (-1 (-112) |#2| |#2|) $ $) 24)) (-2423 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 64)) (-2784 (($ |#2|) 15)) (-3846 (($ $ $ (-576)) 42) (($ |#2| $ (-576)) 40)) (-2922 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 53)) (-1601 (($ $ (-1255 (-576))) 51) (($ $ (-576)) 44)) (-3796 (($ $ $ (-576)) 70)) (-4287 (($ $) 68)) (-3962 (((-112) $ $) 76)))
+(((-677 |#1| |#2|) (-10 -8 (-15 -2784 (|#1| |#2|)) (-15 -1601 (|#1| |#1| (-576))) (-15 -1601 (|#1| |#1| (-1255 (-576)))) (-15 -1678 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3846 (|#1| |#2| |#1| (-576))) (-15 -3846 (|#1| |#1| |#1| (-576))) (-15 -3528 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -2250 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1678 (|#1| |#2| |#1|)) (-15 -1966 (|#1| |#1|)) (-15 -3528 (|#1| |#1| |#1|)) (-15 -3181 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -2033 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -3539 ((-576) (-1 (-112) |#2|) |#1|)) (-15 -3539 ((-576) |#2| |#1|)) (-15 -3539 ((-576) |#2| |#1| (-576))) (-15 -3181 (|#1| |#1| |#1|)) (-15 -2033 ((-112) |#1|)) (-15 -3796 (|#1| |#1| |#1| (-576))) (-15 -1370 (|#1| |#1|)) (-15 -2218 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -2218 (|#1| |#1|)) (-15 -3962 ((-112) |#1| |#1|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2922 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -1988 (|#1| (-783) |#2|)) (-15 -2423 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2423 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4287 (|#1| |#1|))) (-678 |#2|) (-1238)) (T -677))
+NIL
+(-10 -8 (-15 -2784 (|#1| |#2|)) (-15 -1601 (|#1| |#1| (-576))) (-15 -1601 (|#1| |#1| (-1255 (-576)))) (-15 -1678 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3846 (|#1| |#2| |#1| (-576))) (-15 -3846 (|#1| |#1| |#1| (-576))) (-15 -3528 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -2250 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1678 (|#1| |#2| |#1|)) (-15 -1966 (|#1| |#1|)) (-15 -3528 (|#1| |#1| |#1|)) (-15 -3181 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -2033 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -3539 ((-576) (-1 (-112) |#2|) |#1|)) (-15 -3539 ((-576) |#2| |#1|)) (-15 -3539 ((-576) |#2| |#1| (-576))) (-15 -3181 (|#1| |#1| |#1|)) (-15 -2033 ((-112) |#1|)) (-15 -3796 (|#1| |#1| |#1| (-576))) (-15 -1370 (|#1| |#1|)) (-15 -2218 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -2218 (|#1| |#1|)) (-15 -3962 ((-112) |#1| |#1|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2722 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2922 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -1988 (|#1| (-783) |#2|)) (-15 -2423 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2423 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4287 (|#1| |#1|)))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1688 ((|#1| $) 49)) (-3457 ((|#1| $) 66)) (-3095 (($ $) 68)) (-1758 (((-1293) $ (-576) (-576)) 99 (|has| $ (-6 -4465)))) (-1720 (($ $ (-576)) 53 (|has| $ (-6 -4465)))) (-2033 (((-112) $) 144 (|has| |#1| (-862))) (((-112) (-1 (-112) |#1| |#1|) $) 138)) (-2218 (($ $) 148 (-12 (|has| |#1| (-862)) (|has| $ (-6 -4465)))) (($ (-1 (-112) |#1| |#1|) $) 147 (|has| $ (-6 -4465)))) (-2380 (($ $) 143 (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $) 137)) (-1951 (((-112) $ (-783)) 8)) (-1450 ((|#1| $ |#1|) 40 (|has| $ (-6 -4465)))) (-3123 (($ $ $) 57 (|has| $ (-6 -4465)))) (-3527 ((|#1| $ |#1|) 55 (|has| $ (-6 -4465)))) (-4249 ((|#1| $ |#1|) 59 (|has| $ (-6 -4465)))) (-4268 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4465))) ((|#1| $ "first" |#1|) 58 (|has| $ (-6 -4465))) (($ $ "rest" $) 56 (|has| $ (-6 -4465))) ((|#1| $ "last" |#1|) 54 (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) 119 (|has| $ (-6 -4465))) ((|#1| $ (-576) |#1|) 88 (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) 42 (|has| $ (-6 -4465)))) (-2250 (($ (-1 (-112) |#1|) $) 131)) (-3604 (($ (-1 (-112) |#1|) $) 104 (|has| $ (-6 -4464)))) (-3443 ((|#1| $) 67)) (-3853 (($) 7 T CONST)) (-1370 (($ $) 146 (|has| $ (-6 -4465)))) (-4204 (($ $) 136)) (-1762 (($ $) 74) (($ $ (-783)) 72)) (-1966 (($ $) 133 (|has| |#1| (-1121)))) (-2741 (($ $) 101 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1678 (($ |#1| $) 132 (|has| |#1| (-1121))) (($ (-1 (-112) |#1|) $) 127)) (-2824 (($ (-1 (-112) |#1|) $) 105 (|has| $ (-6 -4464))) (($ |#1| $) 102 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $) 107 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 106 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 103 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1908 ((|#1| $ (-576) |#1|) 87 (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) 89)) (-4127 (((-112) $) 85)) (-3539 (((-576) |#1| $ (-576)) 141 (|has| |#1| (-1121))) (((-576) |#1| $) 140 (|has| |#1| (-1121))) (((-576) (-1 (-112) |#1|) $) 139)) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) 51)) (-2317 (((-112) $ $) 43 (|has| |#1| (-1121)))) (-1988 (($ (-783) |#1|) 111)) (-4157 (((-112) $ (-783)) 9)) (-3176 (((-576) $) 97 (|has| (-576) (-862)))) (-2905 (($ $ $) 149 (|has| |#1| (-862)))) (-3528 (($ $ $) 134 (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) 130)) (-3181 (($ $ $) 142 (|has| |#1| (-862))) (($ (-1 (-112) |#1| |#1|) $ $) 135)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2316 (((-576) $) 96 (|has| (-576) (-862)))) (-2163 (($ $ $) 150 (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 114)) (-2784 (($ |#1|) 124)) (-4002 (((-112) $ (-783)) 10)) (-4186 (((-656 |#1|) $) 46)) (-1925 (((-112) $) 50)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-2850 ((|#1| $) 71) (($ $ (-783)) 69)) (-3846 (($ $ $ (-576)) 129) (($ |#1| $ (-576)) 128)) (-3386 (($ $ $ (-576)) 118) (($ |#1| $ (-576)) 117)) (-4402 (((-656 (-576)) $) 94)) (-1505 (((-112) (-576) $) 93)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-1753 ((|#1| $) 77) (($ $ (-783)) 75)) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 108)) (-3140 (($ $ |#1|) 98 (|has| $ (-6 -4465)))) (-1651 (((-112) $) 86)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-2408 (((-112) |#1| $) 95 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) 92)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#1| $ "value") 48) ((|#1| $ "first") 76) (($ $ "rest") 73) ((|#1| $ "last") 70) (($ $ (-1255 (-576))) 110) ((|#1| $ (-576)) 91) ((|#1| $ (-576) |#1|) 90)) (-3088 (((-576) $ $) 45)) (-1601 (($ $ (-1255 (-576))) 126) (($ $ (-576)) 125)) (-2335 (($ $ (-1255 (-576))) 116) (($ $ (-576)) 115)) (-1906 (((-112) $) 47)) (-1916 (($ $) 63)) (-2432 (($ $) 60 (|has| $ (-6 -4465)))) (-3738 (((-783) $) 64)) (-2178 (($ $) 65)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-3796 (($ $ $ (-576)) 145 (|has| $ (-6 -4465)))) (-4287 (($ $) 13)) (-1554 (((-548) $) 100 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 109)) (-3179 (($ $ $) 62) (($ $ |#1|) 61)) (-2767 (($ $ $) 79) (($ |#1| $) 78) (($ (-656 $)) 113) (($ $ |#1|) 112)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) 52)) (-2090 (((-112) $ $) 44 (|has| |#1| (-1121)))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) 152 (|has| |#1| (-862)))) (-3975 (((-112) $ $) 153 (|has| |#1| (-862)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3985 (((-112) $ $) 151 (|has| |#1| (-862)))) (-3962 (((-112) $ $) 154 (|has| |#1| (-862)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-678 |#1|) (-141) (-1238)) (T -678))
+((-2784 (*1 *1 *2) (-12 (-4 *1 (-678 *2)) (-4 *2 (-1238)))))
+(-13 (-1170 |t#1|) (-384 |t#1|) (-292 |t#1|) (-10 -8 (-15 -2784 ($ |t#1|))))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-862)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-862)) (|has| |#1| (-625 (-876)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1255 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-292 |#1|) . T) ((-384 |#1|) . T) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-663 |#1|) . T) ((-862) |has| |#1| (-862)) ((-1031 |#1|) . T) ((-1121) -3795 (|has| |#1| (-1121)) (|has| |#1| (-862))) ((-1170 |#1|) . T) ((-1238) . T) ((-1276 |#1|) . T))
+((-4022 (((-656 (-2 (|:| |particular| (-3 (-1288 |#1|) "failed")) (|:| -1726 (-656 (-1288 |#1|))))) (-656 (-656 |#1|)) (-656 (-1288 |#1|))) 22) (((-656 (-2 (|:| |particular| (-3 (-1288 |#1|) "failed")) (|:| -1726 (-656 (-1288 |#1|))))) (-701 |#1|) (-656 (-1288 |#1|))) 21) (((-2 (|:| |particular| (-3 (-1288 |#1|) "failed")) (|:| -1726 (-656 (-1288 |#1|)))) (-656 (-656 |#1|)) (-1288 |#1|)) 18) (((-2 (|:| |particular| (-3 (-1288 |#1|) "failed")) (|:| -1726 (-656 (-1288 |#1|)))) (-701 |#1|) (-1288 |#1|)) 14)) (-4136 (((-783) (-701 |#1|) (-1288 |#1|)) 30)) (-1608 (((-3 (-1288 |#1|) "failed") (-701 |#1|) (-1288 |#1|)) 24)) (-2025 (((-112) (-701 |#1|) (-1288 |#1|)) 27)))
+(((-679 |#1|) (-10 -7 (-15 -4022 ((-2 (|:| |particular| (-3 (-1288 |#1|) "failed")) (|:| -1726 (-656 (-1288 |#1|)))) (-701 |#1|) (-1288 |#1|))) (-15 -4022 ((-2 (|:| |particular| (-3 (-1288 |#1|) "failed")) (|:| -1726 (-656 (-1288 |#1|)))) (-656 (-656 |#1|)) (-1288 |#1|))) (-15 -4022 ((-656 (-2 (|:| |particular| (-3 (-1288 |#1|) "failed")) (|:| -1726 (-656 (-1288 |#1|))))) (-701 |#1|) (-656 (-1288 |#1|)))) (-15 -4022 ((-656 (-2 (|:| |particular| (-3 (-1288 |#1|) "failed")) (|:| -1726 (-656 (-1288 |#1|))))) (-656 (-656 |#1|)) (-656 (-1288 |#1|)))) (-15 -1608 ((-3 (-1288 |#1|) "failed") (-701 |#1|) (-1288 |#1|))) (-15 -2025 ((-112) (-701 |#1|) (-1288 |#1|))) (-15 -4136 ((-783) (-701 |#1|) (-1288 |#1|)))) (-374)) (T -679))
+((-4136 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *5)) (-5 *4 (-1288 *5)) (-4 *5 (-374)) (-5 *2 (-783)) (-5 *1 (-679 *5)))) (-2025 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *5)) (-5 *4 (-1288 *5)) (-4 *5 (-374)) (-5 *2 (-112)) (-5 *1 (-679 *5)))) (-1608 (*1 *2 *3 *2) (|partial| -12 (-5 *2 (-1288 *4)) (-5 *3 (-701 *4)) (-4 *4 (-374)) (-5 *1 (-679 *4)))) (-4022 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-656 *5))) (-4 *5 (-374)) (-5 *2 (-656 (-2 (|:| |particular| (-3 (-1288 *5) "failed")) (|:| -1726 (-656 (-1288 *5)))))) (-5 *1 (-679 *5)) (-5 *4 (-656 (-1288 *5))))) (-4022 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *5)) (-4 *5 (-374)) (-5 *2 (-656 (-2 (|:| |particular| (-3 (-1288 *5) "failed")) (|:| -1726 (-656 (-1288 *5)))))) (-5 *1 (-679 *5)) (-5 *4 (-656 (-1288 *5))))) (-4022 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-656 *5))) (-4 *5 (-374)) (-5 *2 (-2 (|:| |particular| (-3 (-1288 *5) "failed")) (|:| -1726 (-656 (-1288 *5))))) (-5 *1 (-679 *5)) (-5 *4 (-1288 *5)))) (-4022 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *5)) (-4 *5 (-374)) (-5 *2 (-2 (|:| |particular| (-3 (-1288 *5) "failed")) (|:| -1726 (-656 (-1288 *5))))) (-5 *1 (-679 *5)) (-5 *4 (-1288 *5)))))
+(-10 -7 (-15 -4022 ((-2 (|:| |particular| (-3 (-1288 |#1|) "failed")) (|:| -1726 (-656 (-1288 |#1|)))) (-701 |#1|) (-1288 |#1|))) (-15 -4022 ((-2 (|:| |particular| (-3 (-1288 |#1|) "failed")) (|:| -1726 (-656 (-1288 |#1|)))) (-656 (-656 |#1|)) (-1288 |#1|))) (-15 -4022 ((-656 (-2 (|:| |particular| (-3 (-1288 |#1|) "failed")) (|:| -1726 (-656 (-1288 |#1|))))) (-701 |#1|) (-656 (-1288 |#1|)))) (-15 -4022 ((-656 (-2 (|:| |particular| (-3 (-1288 |#1|) "failed")) (|:| -1726 (-656 (-1288 |#1|))))) (-656 (-656 |#1|)) (-656 (-1288 |#1|)))) (-15 -1608 ((-3 (-1288 |#1|) "failed") (-701 |#1|) (-1288 |#1|))) (-15 -2025 ((-112) (-701 |#1|) (-1288 |#1|))) (-15 -4136 ((-783) (-701 |#1|) (-1288 |#1|))))
+((-4022 (((-656 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1726 (-656 |#3|)))) |#4| (-656 |#3|)) 66) (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1726 (-656 |#3|))) |#4| |#3|) 60)) (-4136 (((-783) |#4| |#3|) 18)) (-1608 (((-3 |#3| "failed") |#4| |#3|) 21)) (-2025 (((-112) |#4| |#3|) 14)))
+(((-680 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4022 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1726 (-656 |#3|))) |#4| |#3|)) (-15 -4022 ((-656 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1726 (-656 |#3|)))) |#4| (-656 |#3|))) (-15 -1608 ((-3 |#3| "failed") |#4| |#3|)) (-15 -2025 ((-112) |#4| |#3|)) (-15 -4136 ((-783) |#4| |#3|))) (-374) (-13 (-384 |#1|) (-10 -7 (-6 -4465))) (-13 (-384 |#1|) (-10 -7 (-6 -4465))) (-699 |#1| |#2| |#3|)) (T -680))
+((-4136 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-4 *6 (-13 (-384 *5) (-10 -7 (-6 -4465)))) (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4465)))) (-5 *2 (-783)) (-5 *1 (-680 *5 *6 *4 *3)) (-4 *3 (-699 *5 *6 *4)))) (-2025 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-4 *6 (-13 (-384 *5) (-10 -7 (-6 -4465)))) (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4465)))) (-5 *2 (-112)) (-5 *1 (-680 *5 *6 *4 *3)) (-4 *3 (-699 *5 *6 *4)))) (-1608 (*1 *2 *3 *2) (|partial| -12 (-4 *4 (-374)) (-4 *5 (-13 (-384 *4) (-10 -7 (-6 -4465)))) (-4 *2 (-13 (-384 *4) (-10 -7 (-6 -4465)))) (-5 *1 (-680 *4 *5 *2 *3)) (-4 *3 (-699 *4 *5 *2)))) (-4022 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-4 *6 (-13 (-384 *5) (-10 -7 (-6 -4465)))) (-4 *7 (-13 (-384 *5) (-10 -7 (-6 -4465)))) (-5 *2 (-656 (-2 (|:| |particular| (-3 *7 "failed")) (|:| -1726 (-656 *7))))) (-5 *1 (-680 *5 *6 *7 *3)) (-5 *4 (-656 *7)) (-4 *3 (-699 *5 *6 *7)))) (-4022 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-4 *6 (-13 (-384 *5) (-10 -7 (-6 -4465)))) (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4465)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1726 (-656 *4)))) (-5 *1 (-680 *5 *6 *4 *3)) (-4 *3 (-699 *5 *6 *4)))))
+(-10 -7 (-15 -4022 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1726 (-656 |#3|))) |#4| |#3|)) (-15 -4022 ((-656 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1726 (-656 |#3|)))) |#4| (-656 |#3|))) (-15 -1608 ((-3 |#3| "failed") |#4| |#3|)) (-15 -2025 ((-112) |#4| |#3|)) (-15 -4136 ((-783) |#4| |#3|)))
+((-3293 (((-2 (|:| |particular| (-3 (-1288 (-419 |#4|)) "failed")) (|:| -1726 (-656 (-1288 (-419 |#4|))))) (-656 |#4|) (-656 |#3|)) 51)))
+(((-681 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3293 ((-2 (|:| |particular| (-3 (-1288 (-419 |#4|)) "failed")) (|:| -1726 (-656 (-1288 (-419 |#4|))))) (-656 |#4|) (-656 |#3|)))) (-568) (-805) (-862) (-968 |#1| |#2| |#3|)) (T -681))
+((-3293 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *7)) (-4 *7 (-862)) (-4 *8 (-968 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-5 *2 (-2 (|:| |particular| (-3 (-1288 (-419 *8)) "failed")) (|:| -1726 (-656 (-1288 (-419 *8)))))) (-5 *1 (-681 *5 *6 *7 *8)))))
+(-10 -7 (-15 -3293 ((-2 (|:| |particular| (-3 (-1288 (-419 |#4|)) "failed")) (|:| -1726 (-656 (-1288 (-419 |#4|))))) (-656 |#4|) (-656 |#3|))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-4352 (((-3 $ "failed")) NIL (|has| |#2| (-568)))) (-3832 ((|#2| $) NIL)) (-1725 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-4235 (((-1288 (-701 |#2|))) NIL) (((-1288 (-701 |#2|)) (-1288 $)) NIL)) (-4055 (((-112) $) NIL)) (-1667 (((-1288 $)) 42)) (-1951 (((-112) $ (-783)) NIL)) (-3464 (($ |#2|) NIL)) (-3853 (($) NIL T CONST)) (-1872 (($ $) NIL (|has| |#2| (-317)))) (-3368 (((-245 |#1| |#2|) $ (-576)) NIL)) (-1568 (((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed")) NIL (|has| |#2| (-568)))) (-4398 (((-3 $ "failed")) NIL (|has| |#2| (-568)))) (-3998 (((-701 |#2|)) NIL) (((-701 |#2|) (-1288 $)) NIL)) (-1557 ((|#2| $) NIL)) (-3726 (((-701 |#2|) $) NIL) (((-701 |#2|) $ (-1288 $)) NIL)) (-2783 (((-3 $ "failed") $) NIL (|has| |#2| (-568)))) (-3301 (((-1193 (-971 |#2|))) NIL (|has| |#2| (-374)))) (-3679 (($ $ (-940)) NIL)) (-4309 ((|#2| $) NIL)) (-4163 (((-1193 |#2|) $) NIL (|has| |#2| (-568)))) (-3779 ((|#2|) NIL) ((|#2| (-1288 $)) NIL)) (-4098 (((-1193 |#2|) $) NIL)) (-3782 (((-112)) NIL)) (-2981 (((-3 (-576) "failed") $) NIL (|has| |#2| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1059 (-419 (-576))))) (((-3 |#2| "failed") $) NIL)) (-2318 (((-576) $) NIL (|has| |#2| (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| |#2| (-1059 (-419 (-576))))) ((|#2| $) NIL)) (-3093 (($ (-1288 |#2|)) NIL) (($ (-1288 |#2|) (-1288 $)) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) NIL) (((-701 |#2|) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4136 (((-783) $) NIL (|has| |#2| (-568))) (((-940)) 43)) (-3721 ((|#2| $ (-576) (-576)) NIL)) (-1493 (((-112)) NIL)) (-3228 (($ $ (-940)) NIL)) (-3722 (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-3315 (((-112) $) NIL)) (-1547 (((-783) $) NIL (|has| |#2| (-568)))) (-3622 (((-656 (-245 |#1| |#2|)) $) NIL (|has| |#2| (-568)))) (-2759 (((-783) $) NIL)) (-4016 (((-112)) NIL)) (-2773 (((-783) $) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-2829 ((|#2| $) NIL (|has| |#2| (-6 (-4466 "*"))))) (-2037 (((-576) $) NIL)) (-3775 (((-576) $) NIL)) (-4302 (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-3422 (((-576) $) NIL)) (-3154 (((-576) $) NIL)) (-3409 (($ (-656 (-656 |#2|))) NIL)) (-1896 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-3302 (((-656 (-656 |#2|)) $) NIL)) (-2352 (((-112)) NIL)) (-2028 (((-112)) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-1711 (((-3 (-2 (|:| |particular| $) (|:| -1726 (-656 $))) "failed")) NIL (|has| |#2| (-568)))) (-3344 (((-3 $ "failed")) NIL (|has| |#2| (-568)))) (-3746 (((-701 |#2|)) NIL) (((-701 |#2|) (-1288 $)) NIL)) (-3167 ((|#2| $) NIL)) (-2697 (((-701 |#2|) $) NIL) (((-701 |#2|) $ (-1288 $)) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-1288 $) $) NIL) (((-701 |#2|) (-1288 $)) NIL)) (-3191 (((-3 $ "failed") $) NIL (|has| |#2| (-568)))) (-2639 (((-1193 (-971 |#2|))) NIL (|has| |#2| (-374)))) (-3171 (($ $ (-940)) NIL)) (-3233 ((|#2| $) NIL)) (-3682 (((-1193 |#2|) $) NIL (|has| |#2| (-568)))) (-4396 ((|#2|) NIL) ((|#2| (-1288 $)) NIL)) (-4120 (((-1193 |#2|) $) NIL)) (-3668 (((-112)) NIL)) (-4185 (((-1179) $) NIL)) (-3601 (((-112)) NIL)) (-2018 (((-112)) NIL)) (-2798 (((-112)) NIL)) (-1717 (((-3 $ "failed") $) NIL (|has| |#2| (-374)))) (-3117 (((-1141) $) NIL)) (-2022 (((-112)) NIL)) (-1943 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-568)))) (-3484 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#2| $ (-576) (-576) |#2|) NIL) ((|#2| $ (-576) (-576)) 28) ((|#2| $ (-576)) NIL)) (-4107 (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $) NIL (|has| |#2| (-237))) (($ $ (-783)) NIL (|has| |#2| (-237))) (($ $ (-1197)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#2| (-919 (-1197))))) (-2080 ((|#2| $) NIL)) (-1438 (($ (-656 |#2|)) NIL)) (-3774 (((-112) $) NIL)) (-2333 (((-245 |#1| |#2|) $) NIL)) (-3518 ((|#2| $) NIL (|has| |#2| (-6 (-4466 "*"))))) (-3131 (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-4287 (($ $) NIL)) (-3219 (((-701 |#2|) (-1288 $)) NIL) (((-1288 |#2|) $) NIL) (((-701 |#2|) (-1288 $) (-1288 $)) NIL) (((-1288 |#2|) $ (-1288 $)) 31)) (-1554 (($ (-1288 |#2|)) NIL) (((-1288 |#2|) $) NIL)) (-2189 (((-656 (-971 |#2|))) NIL) (((-656 (-971 |#2|)) (-1288 $)) NIL)) (-3595 (($ $ $) NIL)) (-3954 (((-112)) NIL)) (-4389 (((-245 |#1| |#2|) $ (-576)) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ (-419 (-576))) NIL (|has| |#2| (-1059 (-419 (-576))))) (($ |#2|) NIL) (((-701 |#2|) $) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) 41)) (-2136 (((-656 (-1288 |#2|))) NIL (|has| |#2| (-568)))) (-2781 (($ $ $ $) NIL)) (-3174 (((-112)) NIL)) (-2653 (($ (-701 |#2|) $) NIL)) (-1746 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-4354 (((-112) $) NIL)) (-1800 (($ $ $) NIL)) (-3590 (((-112)) NIL)) (-2112 (((-112)) NIL)) (-2000 (((-112)) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $) NIL (|has| |#2| (-237))) (($ $ (-783)) NIL (|has| |#2| (-237))) (($ $ (-1197)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#2| (-919 (-1197))))) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#2| (-374)))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-245 |#1| |#2|) $ (-245 |#1| |#2|)) NIL) (((-245 |#1| |#2|) (-245 |#1| |#2|) $) NIL)) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-682 |#1| |#2|) (-13 (-1144 |#1| |#2| (-245 |#1| |#2|) (-245 |#1| |#2|)) (-625 (-701 |#2|)) (-429 |#2|)) (-940) (-174)) (T -682))
+NIL
+(-13 (-1144 |#1| |#2| (-245 |#1| |#2|) (-245 |#1| |#2|)) (-625 (-701 |#2|)) (-429 |#2|))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4311 (((-656 (-1156)) $) 10)) (-4114 (((-876) $) 16) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-683) (-13 (-1104) (-10 -8 (-15 -4311 ((-656 (-1156)) $))))) (T -683))
+((-4311 (*1 *2 *1) (-12 (-5 *2 (-656 (-1156))) (-5 *1 (-683)))))
+(-13 (-1104) (-10 -8 (-15 -4311 ((-656 (-1156)) $))))
+((-1955 (((-112) $ $) NIL)) (-1419 (((-656 |#1|) $) NIL)) (-2111 (($ $) 62)) (-2500 (((-112) $) NIL)) (-2981 (((-3 |#1| "failed") $) NIL)) (-2318 ((|#1| $) NIL)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-1444 (((-3 $ "failed") (-831 |#1|)) 27)) (-1629 (((-112) (-831 |#1|)) 17)) (-2039 (($ (-831 |#1|)) 28)) (-2338 (((-112) $ $) 36)) (-3108 (((-940) $) 43)) (-2100 (($ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1452 (((-656 $) (-831 |#1|)) 19)) (-4114 (((-876) $) 51) (($ |#1|) 40) (((-831 |#1|) $) 47) (((-689 |#1|) $) 52)) (-3000 (((-112) $ $) NIL)) (-2036 (((-59 (-656 $)) (-656 |#1|) (-940)) 67)) (-4060 (((-656 $) (-656 |#1|) (-940)) 70)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 63)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 46)))
+(((-684 |#1|) (-13 (-862) (-1059 |#1|) (-10 -8 (-15 -2500 ((-112) $)) (-15 -2100 ($ $)) (-15 -2111 ($ $)) (-15 -3108 ((-940) $)) (-15 -2338 ((-112) $ $)) (-15 -4114 ((-831 |#1|) $)) (-15 -4114 ((-689 |#1|) $)) (-15 -1452 ((-656 $) (-831 |#1|))) (-15 -1629 ((-112) (-831 |#1|))) (-15 -2039 ($ (-831 |#1|))) (-15 -1444 ((-3 $ "failed") (-831 |#1|))) (-15 -1419 ((-656 |#1|) $)) (-15 -2036 ((-59 (-656 $)) (-656 |#1|) (-940))) (-15 -4060 ((-656 $) (-656 |#1|) (-940))))) (-862)) (T -684))
+((-2500 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-684 *3)) (-4 *3 (-862)))) (-2100 (*1 *1 *1) (-12 (-5 *1 (-684 *2)) (-4 *2 (-862)))) (-2111 (*1 *1 *1) (-12 (-5 *1 (-684 *2)) (-4 *2 (-862)))) (-3108 (*1 *2 *1) (-12 (-5 *2 (-940)) (-5 *1 (-684 *3)) (-4 *3 (-862)))) (-2338 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-684 *3)) (-4 *3 (-862)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-831 *3)) (-5 *1 (-684 *3)) (-4 *3 (-862)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-689 *3)) (-5 *1 (-684 *3)) (-4 *3 (-862)))) (-1452 (*1 *2 *3) (-12 (-5 *3 (-831 *4)) (-4 *4 (-862)) (-5 *2 (-656 (-684 *4))) (-5 *1 (-684 *4)))) (-1629 (*1 *2 *3) (-12 (-5 *3 (-831 *4)) (-4 *4 (-862)) (-5 *2 (-112)) (-5 *1 (-684 *4)))) (-2039 (*1 *1 *2) (-12 (-5 *2 (-831 *3)) (-4 *3 (-862)) (-5 *1 (-684 *3)))) (-1444 (*1 *1 *2) (|partial| -12 (-5 *2 (-831 *3)) (-4 *3 (-862)) (-5 *1 (-684 *3)))) (-1419 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-684 *3)) (-4 *3 (-862)))) (-2036 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *5)) (-5 *4 (-940)) (-4 *5 (-862)) (-5 *2 (-59 (-656 (-684 *5)))) (-5 *1 (-684 *5)))) (-4060 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *5)) (-5 *4 (-940)) (-4 *5 (-862)) (-5 *2 (-656 (-684 *5))) (-5 *1 (-684 *5)))))
+(-13 (-862) (-1059 |#1|) (-10 -8 (-15 -2500 ((-112) $)) (-15 -2100 ($ $)) (-15 -2111 ($ $)) (-15 -3108 ((-940) $)) (-15 -2338 ((-112) $ $)) (-15 -4114 ((-831 |#1|) $)) (-15 -4114 ((-689 |#1|) $)) (-15 -1452 ((-656 $) (-831 |#1|))) (-15 -1629 ((-112) (-831 |#1|))) (-15 -2039 ($ (-831 |#1|))) (-15 -1444 ((-3 $ "failed") (-831 |#1|))) (-15 -1419 ((-656 |#1|) $)) (-15 -2036 ((-59 (-656 $)) (-656 |#1|) (-940))) (-15 -4060 ((-656 $) (-656 |#1|) (-940)))))
+((-1688 ((|#2| $) 100)) (-3095 (($ $) 121)) (-1951 (((-112) $ (-783)) 35)) (-1762 (($ $) 109) (($ $ (-783)) 112)) (-4127 (((-112) $) 122)) (-4360 (((-656 $) $) 96)) (-2317 (((-112) $ $) 92)) (-4157 (((-112) $ (-783)) 33)) (-3176 (((-576) $) 66)) (-2316 (((-576) $) 65)) (-4002 (((-112) $ (-783)) 31)) (-1925 (((-112) $) 98)) (-2850 ((|#2| $) 113) (($ $ (-783)) 117)) (-3386 (($ $ $ (-576)) 83) (($ |#2| $ (-576)) 82)) (-4402 (((-656 (-576)) $) 64)) (-1505 (((-112) (-576) $) 59)) (-1753 ((|#2| $) NIL) (($ $ (-783)) 108)) (-3168 (($ $ (-576)) 125)) (-1651 (((-112) $) 124)) (-3484 (((-112) (-1 (-112) |#2|) $) 42)) (-3700 (((-656 |#2|) $) 46)) (-4369 ((|#2| $ "value") NIL) ((|#2| $ "first") 107) (($ $ "rest") 111) ((|#2| $ "last") 120) (($ $ (-1255 (-576))) 79) ((|#2| $ (-576)) 57) ((|#2| $ (-576) |#2|) 58)) (-3088 (((-576) $ $) 91)) (-2335 (($ $ (-1255 (-576))) 78) (($ $ (-576)) 72)) (-1906 (((-112) $) 87)) (-1916 (($ $) 105)) (-3738 (((-783) $) 104)) (-2178 (($ $) 103)) (-4125 (($ (-656 |#2|)) 53)) (-2093 (($ $) 126)) (-3429 (((-656 $) $) 90)) (-2090 (((-112) $ $) 89)) (-1746 (((-112) (-1 (-112) |#2|) $) 41)) (-3939 (((-112) $ $) 20)) (-1968 (((-783) $) 39)))
+(((-685 |#1| |#2|) (-10 -8 (-15 -3939 ((-112) |#1| |#1|)) (-15 -2093 (|#1| |#1|)) (-15 -3168 (|#1| |#1| (-576))) (-15 -4127 ((-112) |#1|)) (-15 -1651 ((-112) |#1|)) (-15 -4369 (|#2| |#1| (-576) |#2|)) (-15 -4369 (|#2| |#1| (-576))) (-15 -3700 ((-656 |#2|) |#1|)) (-15 -1505 ((-112) (-576) |#1|)) (-15 -4402 ((-656 (-576)) |#1|)) (-15 -2316 ((-576) |#1|)) (-15 -3176 ((-576) |#1|)) (-15 -4125 (|#1| (-656 |#2|))) (-15 -4369 (|#1| |#1| (-1255 (-576)))) (-15 -2335 (|#1| |#1| (-576))) (-15 -2335 (|#1| |#1| (-1255 (-576)))) (-15 -3386 (|#1| |#2| |#1| (-576))) (-15 -3386 (|#1| |#1| |#1| (-576))) (-15 -1916 (|#1| |#1|)) (-15 -3738 ((-783) |#1|)) (-15 -2178 (|#1| |#1|)) (-15 -3095 (|#1| |#1|)) (-15 -2850 (|#1| |#1| (-783))) (-15 -4369 (|#2| |#1| "last")) (-15 -2850 (|#2| |#1|)) (-15 -1762 (|#1| |#1| (-783))) (-15 -4369 (|#1| |#1| "rest")) (-15 -1762 (|#1| |#1|)) (-15 -1753 (|#1| |#1| (-783))) (-15 -4369 (|#2| |#1| "first")) (-15 -1753 (|#2| |#1|)) (-15 -2317 ((-112) |#1| |#1|)) (-15 -2090 ((-112) |#1| |#1|)) (-15 -3088 ((-576) |#1| |#1|)) (-15 -1906 ((-112) |#1|)) (-15 -4369 (|#2| |#1| "value")) (-15 -1688 (|#2| |#1|)) (-15 -1925 ((-112) |#1|)) (-15 -4360 ((-656 |#1|) |#1|)) (-15 -3429 ((-656 |#1|) |#1|)) (-15 -3484 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1746 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1968 ((-783) |#1|)) (-15 -1951 ((-112) |#1| (-783))) (-15 -4157 ((-112) |#1| (-783))) (-15 -4002 ((-112) |#1| (-783)))) (-686 |#2|) (-1238)) (T -685))
+NIL
+(-10 -8 (-15 -3939 ((-112) |#1| |#1|)) (-15 -2093 (|#1| |#1|)) (-15 -3168 (|#1| |#1| (-576))) (-15 -4127 ((-112) |#1|)) (-15 -1651 ((-112) |#1|)) (-15 -4369 (|#2| |#1| (-576) |#2|)) (-15 -4369 (|#2| |#1| (-576))) (-15 -3700 ((-656 |#2|) |#1|)) (-15 -1505 ((-112) (-576) |#1|)) (-15 -4402 ((-656 (-576)) |#1|)) (-15 -2316 ((-576) |#1|)) (-15 -3176 ((-576) |#1|)) (-15 -4125 (|#1| (-656 |#2|))) (-15 -4369 (|#1| |#1| (-1255 (-576)))) (-15 -2335 (|#1| |#1| (-576))) (-15 -2335 (|#1| |#1| (-1255 (-576)))) (-15 -3386 (|#1| |#2| |#1| (-576))) (-15 -3386 (|#1| |#1| |#1| (-576))) (-15 -1916 (|#1| |#1|)) (-15 -3738 ((-783) |#1|)) (-15 -2178 (|#1| |#1|)) (-15 -3095 (|#1| |#1|)) (-15 -2850 (|#1| |#1| (-783))) (-15 -4369 (|#2| |#1| "last")) (-15 -2850 (|#2| |#1|)) (-15 -1762 (|#1| |#1| (-783))) (-15 -4369 (|#1| |#1| "rest")) (-15 -1762 (|#1| |#1|)) (-15 -1753 (|#1| |#1| (-783))) (-15 -4369 (|#2| |#1| "first")) (-15 -1753 (|#2| |#1|)) (-15 -2317 ((-112) |#1| |#1|)) (-15 -2090 ((-112) |#1| |#1|)) (-15 -3088 ((-576) |#1| |#1|)) (-15 -1906 ((-112) |#1|)) (-15 -4369 (|#2| |#1| "value")) (-15 -1688 (|#2| |#1|)) (-15 -1925 ((-112) |#1|)) (-15 -4360 ((-656 |#1|) |#1|)) (-15 -3429 ((-656 |#1|) |#1|)) (-15 -3484 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1746 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1968 ((-783) |#1|)) (-15 -1951 ((-112) |#1| (-783))) (-15 -4157 ((-112) |#1| (-783))) (-15 -4002 ((-112) |#1| (-783))))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1688 ((|#1| $) 49)) (-3457 ((|#1| $) 66)) (-3095 (($ $) 68)) (-1758 (((-1293) $ (-576) (-576)) 99 (|has| $ (-6 -4465)))) (-1720 (($ $ (-576)) 53 (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) 8)) (-1450 ((|#1| $ |#1|) 40 (|has| $ (-6 -4465)))) (-3123 (($ $ $) 57 (|has| $ (-6 -4465)))) (-3527 ((|#1| $ |#1|) 55 (|has| $ (-6 -4465)))) (-4249 ((|#1| $ |#1|) 59 (|has| $ (-6 -4465)))) (-4268 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4465))) ((|#1| $ "first" |#1|) 58 (|has| $ (-6 -4465))) (($ $ "rest" $) 56 (|has| $ (-6 -4465))) ((|#1| $ "last" |#1|) 54 (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) 119 (|has| $ (-6 -4465))) ((|#1| $ (-576) |#1|) 88 (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) 42 (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) |#1|) $) 104)) (-3443 ((|#1| $) 67)) (-3853 (($) 7 T CONST)) (-1857 (($ $) 126)) (-1762 (($ $) 74) (($ $ (-783)) 72)) (-2741 (($ $) 101 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2824 (($ |#1| $) 102 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#1|) $) 105)) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $) 107 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 106 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 103 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1908 ((|#1| $ (-576) |#1|) 87 (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) 89)) (-4127 (((-112) $) 85)) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-3593 (((-783) $) 125)) (-4360 (((-656 $) $) 51)) (-2317 (((-112) $ $) 43 (|has| |#1| (-1121)))) (-1988 (($ (-783) |#1|) 111)) (-4157 (((-112) $ (-783)) 9)) (-3176 (((-576) $) 97 (|has| (-576) (-862)))) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2316 (((-576) $) 96 (|has| (-576) (-862)))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 114)) (-4002 (((-112) $ (-783)) 10)) (-4186 (((-656 |#1|) $) 46)) (-1925 (((-112) $) 50)) (-3827 (($ $) 128)) (-3132 (((-112) $) 129)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-2850 ((|#1| $) 71) (($ $ (-783)) 69)) (-3386 (($ $ $ (-576)) 118) (($ |#1| $ (-576)) 117)) (-4402 (((-656 (-576)) $) 94)) (-1505 (((-112) (-576) $) 93)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-2078 ((|#1| $) 127)) (-1753 ((|#1| $) 77) (($ $ (-783)) 75)) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 108)) (-3140 (($ $ |#1|) 98 (|has| $ (-6 -4465)))) (-3168 (($ $ (-576)) 124)) (-1651 (((-112) $) 86)) (-2363 (((-112) $) 130)) (-3284 (((-112) $) 131)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-2408 (((-112) |#1| $) 95 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) 92)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#1| $ "value") 48) ((|#1| $ "first") 76) (($ $ "rest") 73) ((|#1| $ "last") 70) (($ $ (-1255 (-576))) 110) ((|#1| $ (-576)) 91) ((|#1| $ (-576) |#1|) 90)) (-3088 (((-576) $ $) 45)) (-2335 (($ $ (-1255 (-576))) 116) (($ $ (-576)) 115)) (-1906 (((-112) $) 47)) (-1916 (($ $) 63)) (-2432 (($ $) 60 (|has| $ (-6 -4465)))) (-3738 (((-783) $) 64)) (-2178 (($ $) 65)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-1554 (((-548) $) 100 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 109)) (-3179 (($ $ $) 62 (|has| $ (-6 -4465))) (($ $ |#1|) 61 (|has| $ (-6 -4465)))) (-2767 (($ $ $) 79) (($ |#1| $) 78) (($ (-656 $)) 113) (($ $ |#1|) 112)) (-2093 (($ $) 123)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) 52)) (-2090 (((-112) $ $) 44 (|has| |#1| (-1121)))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-686 |#1|) (-141) (-1238)) (T -686))
+((-2824 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-686 *3)) (-4 *3 (-1238)))) (-3604 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-686 *3)) (-4 *3 (-1238)))) (-3284 (*1 *2 *1) (-12 (-4 *1 (-686 *3)) (-4 *3 (-1238)) (-5 *2 (-112)))) (-2363 (*1 *2 *1) (-12 (-4 *1 (-686 *3)) (-4 *3 (-1238)) (-5 *2 (-112)))) (-3132 (*1 *2 *1) (-12 (-4 *1 (-686 *3)) (-4 *3 (-1238)) (-5 *2 (-112)))) (-3827 (*1 *1 *1) (-12 (-4 *1 (-686 *2)) (-4 *2 (-1238)))) (-2078 (*1 *2 *1) (-12 (-4 *1 (-686 *2)) (-4 *2 (-1238)))) (-1857 (*1 *1 *1) (-12 (-4 *1 (-686 *2)) (-4 *2 (-1238)))) (-3593 (*1 *2 *1) (-12 (-4 *1 (-686 *3)) (-4 *3 (-1238)) (-5 *2 (-783)))) (-3168 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-686 *3)) (-4 *3 (-1238)))) (-2093 (*1 *1 *1) (-12 (-4 *1 (-686 *2)) (-4 *2 (-1238)))))
+(-13 (-1170 |t#1|) (-10 -8 (-15 -2824 ($ (-1 (-112) |t#1|) $)) (-15 -3604 ($ (-1 (-112) |t#1|) $)) (-15 -3284 ((-112) $)) (-15 -2363 ((-112) $)) (-15 -3132 ((-112) $)) (-15 -3827 ($ $)) (-15 -2078 (|t#1| $)) (-15 -1857 ($ $)) (-15 -3593 ((-783) $)) (-15 -3168 ($ $ (-576))) (-15 -2093 ($ $))))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1255 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-663 |#1|) . T) ((-1031 |#1|) . T) ((-1121) |has| |#1| (-1121)) ((-1170 |#1|) . T) ((-1238) . T) ((-1276 |#1|) . T))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3180 (($ (-783) (-783) (-783)) 53 (|has| |#1| (-1070)))) (-1951 (((-112) $ (-783)) NIL)) (-1846 ((|#1| $ (-783) (-783) (-783) |#1|) 47)) (-3853 (($) NIL T CONST)) (-1550 (($ $ $) 57 (|has| |#1| (-1070)))) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3094 (((-1288 (-783)) $) 12)) (-3477 (($ (-1197) $ $) 34)) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3607 (($ (-783)) 55 (|has| |#1| (-1070)))) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#1| $ (-783) (-783) (-783)) 44)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) NIL)) (-4125 (($ (-656 (-656 (-656 |#1|)))) 67)) (-4114 (($ (-977 (-977 (-977 |#1|)))) 23) (((-977 (-977 (-977 |#1|))) $) 19) (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-687 |#1|) (-13 (-501 |#1|) (-10 -8 (IF (|has| |#1| (-1070)) (PROGN (-15 -3180 ($ (-783) (-783) (-783))) (-15 -3607 ($ (-783))) (-15 -1550 ($ $ $))) |%noBranch|) (-15 -4125 ($ (-656 (-656 (-656 |#1|))))) (-15 -4369 (|#1| $ (-783) (-783) (-783))) (-15 -1846 (|#1| $ (-783) (-783) (-783) |#1|)) (-15 -4114 ($ (-977 (-977 (-977 |#1|))))) (-15 -4114 ((-977 (-977 (-977 |#1|))) $)) (-15 -3477 ($ (-1197) $ $)) (-15 -3094 ((-1288 (-783)) $)))) (-1121)) (T -687))
+((-3180 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-687 *3)) (-4 *3 (-1070)) (-4 *3 (-1121)))) (-3607 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-687 *3)) (-4 *3 (-1070)) (-4 *3 (-1121)))) (-1550 (*1 *1 *1 *1) (-12 (-5 *1 (-687 *2)) (-4 *2 (-1070)) (-4 *2 (-1121)))) (-4125 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 (-656 *3)))) (-4 *3 (-1121)) (-5 *1 (-687 *3)))) (-4369 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-783)) (-5 *1 (-687 *2)) (-4 *2 (-1121)))) (-1846 (*1 *2 *1 *3 *3 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-687 *2)) (-4 *2 (-1121)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-977 (-977 (-977 *3)))) (-4 *3 (-1121)) (-5 *1 (-687 *3)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-977 (-977 (-977 *3)))) (-5 *1 (-687 *3)) (-4 *3 (-1121)))) (-3477 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1197)) (-5 *1 (-687 *3)) (-4 *3 (-1121)))) (-3094 (*1 *2 *1) (-12 (-5 *2 (-1288 (-783))) (-5 *1 (-687 *3)) (-4 *3 (-1121)))))
+(-13 (-501 |#1|) (-10 -8 (IF (|has| |#1| (-1070)) (PROGN (-15 -3180 ($ (-783) (-783) (-783))) (-15 -3607 ($ (-783))) (-15 -1550 ($ $ $))) |%noBranch|) (-15 -4125 ($ (-656 (-656 (-656 |#1|))))) (-15 -4369 (|#1| $ (-783) (-783) (-783))) (-15 -1846 (|#1| $ (-783) (-783) (-783) |#1|)) (-15 -4114 ($ (-977 (-977 (-977 |#1|))))) (-15 -4114 ((-977 (-977 (-977 |#1|))) $)) (-15 -3477 ($ (-1197) $ $)) (-15 -3094 ((-1288 (-783)) $))))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3378 (((-495) $) 10)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 19) (($ (-1202)) NIL) (((-1202) $) NIL)) (-4159 (((-1156) $) 12)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-688) (-13 (-1104) (-10 -8 (-15 -3378 ((-495) $)) (-15 -4159 ((-1156) $))))) (T -688))
+((-3378 (*1 *2 *1) (-12 (-5 *2 (-495)) (-5 *1 (-688)))) (-4159 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-688)))))
+(-13 (-1104) (-10 -8 (-15 -3378 ((-495) $)) (-15 -4159 ((-1156) $))))
+((-1955 (((-112) $ $) NIL)) (-1419 (((-656 |#1|) $) 15)) (-2111 (($ $) 19)) (-2500 (((-112) $) 20)) (-2981 (((-3 |#1| "failed") $) 23)) (-2318 ((|#1| $) 21)) (-1762 (($ $) 37)) (-4145 (($ $) 25)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-2338 (((-112) $ $) 47)) (-3108 (((-940) $) 40)) (-2100 (($ $) 18)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1753 ((|#1| $) 36)) (-4114 (((-876) $) 32) (($ |#1|) 24) (((-831 |#1|) $) 28)) (-3000 (((-112) $ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 13)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 44)) (* (($ $ $) 35)))
+(((-689 |#1|) (-13 (-862) (-1059 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -4114 ((-831 |#1|) $)) (-15 -1753 (|#1| $)) (-15 -2100 ($ $)) (-15 -3108 ((-940) $)) (-15 -2338 ((-112) $ $)) (-15 -4145 ($ $)) (-15 -1762 ($ $)) (-15 -2500 ((-112) $)) (-15 -2111 ($ $)) (-15 -1419 ((-656 |#1|) $)))) (-862)) (T -689))
+((* (*1 *1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-831 *3)) (-5 *1 (-689 *3)) (-4 *3 (-862)))) (-1753 (*1 *2 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862)))) (-2100 (*1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862)))) (-3108 (*1 *2 *1) (-12 (-5 *2 (-940)) (-5 *1 (-689 *3)) (-4 *3 (-862)))) (-2338 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-689 *3)) (-4 *3 (-862)))) (-4145 (*1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862)))) (-1762 (*1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862)))) (-2500 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-689 *3)) (-4 *3 (-862)))) (-2111 (*1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862)))) (-1419 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-689 *3)) (-4 *3 (-862)))))
+(-13 (-862) (-1059 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -4114 ((-831 |#1|) $)) (-15 -1753 (|#1| $)) (-15 -2100 ($ $)) (-15 -3108 ((-940) $)) (-15 -2338 ((-112) $ $)) (-15 -4145 ($ $)) (-15 -1762 ($ $)) (-15 -2500 ((-112) $)) (-15 -2111 ($ $)) (-15 -1419 ((-656 |#1|) $))))
+((-4277 ((|#1| (-1 |#1| (-783) |#1|) (-783) |#1|) 11)) (-3392 ((|#1| (-1 |#1| |#1|) (-783) |#1|) 9)))
+(((-690 |#1|) (-10 -7 (-15 -3392 (|#1| (-1 |#1| |#1|) (-783) |#1|)) (-15 -4277 (|#1| (-1 |#1| (-783) |#1|) (-783) |#1|))) (-1121)) (T -690))
+((-4277 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 (-783) *2)) (-5 *4 (-783)) (-4 *2 (-1121)) (-5 *1 (-690 *2)))) (-3392 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-783)) (-4 *2 (-1121)) (-5 *1 (-690 *2)))))
+(-10 -7 (-15 -3392 (|#1| (-1 |#1| |#1|) (-783) |#1|)) (-15 -4277 (|#1| (-1 |#1| (-783) |#1|) (-783) |#1|)))
+((-1432 ((|#2| |#1| |#2|) 9)) (-1423 ((|#1| |#1| |#2|) 8)))
+(((-691 |#1| |#2|) (-10 -7 (-15 -1423 (|#1| |#1| |#2|)) (-15 -1432 (|#2| |#1| |#2|))) (-1121) (-1121)) (T -691))
+((-1432 (*1 *2 *3 *2) (-12 (-5 *1 (-691 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1121)))) (-1423 (*1 *2 *2 *3) (-12 (-5 *1 (-691 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121)))))
+(-10 -7 (-15 -1423 (|#1| |#1| |#2|)) (-15 -1432 (|#2| |#1| |#2|)))
+((-4104 ((|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|) 11)))
+(((-692 |#1| |#2| |#3|) (-10 -7 (-15 -4104 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|))) (-1121) (-1121) (-1121)) (T -692))
+((-4104 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *2 (-1121)) (-5 *1 (-692 *5 *6 *2)))))
+(-10 -7 (-15 -4104 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|)))
+((-1955 (((-112) $ $) NIL)) (-4170 (((-1237) $) 21)) (-4119 (((-656 (-1237)) $) 19)) (-2066 (($ (-656 (-1237)) (-1237)) 14)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 29) (($ (-1202)) NIL) (((-1202) $) NIL) (((-1237) $) 22) (($ (-1139)) 10)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-693) (-13 (-1104) (-625 (-1237)) (-10 -8 (-15 -4114 ($ (-1139))) (-15 -2066 ($ (-656 (-1237)) (-1237))) (-15 -4119 ((-656 (-1237)) $)) (-15 -4170 ((-1237) $))))) (T -693))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1139)) (-5 *1 (-693)))) (-2066 (*1 *1 *2 *3) (-12 (-5 *2 (-656 (-1237))) (-5 *3 (-1237)) (-5 *1 (-693)))) (-4119 (*1 *2 *1) (-12 (-5 *2 (-656 (-1237))) (-5 *1 (-693)))) (-4170 (*1 *2 *1) (-12 (-5 *2 (-1237)) (-5 *1 (-693)))))
+(-13 (-1104) (-625 (-1237)) (-10 -8 (-15 -4114 ($ (-1139))) (-15 -2066 ($ (-656 (-1237)) (-1237))) (-15 -4119 ((-656 (-1237)) $)) (-15 -4170 ((-1237) $))))
+((-4277 (((-1 |#1| (-783) |#1|) (-1 |#1| (-783) |#1|)) 26)) (-2120 (((-1 |#1|) |#1|) 8)) (-1683 ((|#1| |#1|) 19)) (-3298 (((-656 |#1|) (-1 (-656 |#1|) (-656 |#1|)) (-576)) 18) ((|#1| (-1 |#1| |#1|)) 11)) (-4114 (((-1 |#1|) |#1|) 9)) (** (((-1 |#1| |#1|) (-1 |#1| |#1|) (-783)) 23)))
+(((-694 |#1|) (-10 -7 (-15 -2120 ((-1 |#1|) |#1|)) (-15 -4114 ((-1 |#1|) |#1|)) (-15 -3298 (|#1| (-1 |#1| |#1|))) (-15 -3298 ((-656 |#1|) (-1 (-656 |#1|) (-656 |#1|)) (-576))) (-15 -1683 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-783))) (-15 -4277 ((-1 |#1| (-783) |#1|) (-1 |#1| (-783) |#1|)))) (-1121)) (T -694))
+((-4277 (*1 *2 *2) (-12 (-5 *2 (-1 *3 (-783) *3)) (-4 *3 (-1121)) (-5 *1 (-694 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-783)) (-4 *4 (-1121)) (-5 *1 (-694 *4)))) (-1683 (*1 *2 *2) (-12 (-5 *1 (-694 *2)) (-4 *2 (-1121)))) (-3298 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-656 *5) (-656 *5))) (-5 *4 (-576)) (-5 *2 (-656 *5)) (-5 *1 (-694 *5)) (-4 *5 (-1121)))) (-3298 (*1 *2 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-694 *2)) (-4 *2 (-1121)))) (-4114 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-694 *3)) (-4 *3 (-1121)))) (-2120 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-694 *3)) (-4 *3 (-1121)))))
+(-10 -7 (-15 -2120 ((-1 |#1|) |#1|)) (-15 -4114 ((-1 |#1|) |#1|)) (-15 -3298 (|#1| (-1 |#1| |#1|))) (-15 -3298 ((-656 |#1|) (-1 (-656 |#1|) (-656 |#1|)) (-576))) (-15 -1683 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-783))) (-15 -4277 ((-1 |#1| (-783) |#1|) (-1 |#1| (-783) |#1|))))
+((-3757 (((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)) 16)) (-2622 (((-1 |#2|) (-1 |#2| |#1|) |#1|) 13)) (-2666 (((-1 |#2| |#1|) (-1 |#2|)) 14)) (-4229 (((-1 |#2| |#1|) |#2|) 11)))
+(((-695 |#1| |#2|) (-10 -7 (-15 -4229 ((-1 |#2| |#1|) |#2|)) (-15 -2622 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -2666 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -3757 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)))) (-1121) (-1121)) (T -695))
+((-3757 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-5 *2 (-1 *5 *4)) (-5 *1 (-695 *4 *5)))) (-2666 (*1 *2 *3) (-12 (-5 *3 (-1 *5)) (-4 *5 (-1121)) (-5 *2 (-1 *5 *4)) (-5 *1 (-695 *4 *5)) (-4 *4 (-1121)))) (-2622 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-5 *2 (-1 *5)) (-5 *1 (-695 *4 *5)))) (-4229 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-695 *4 *3)) (-4 *4 (-1121)) (-4 *3 (-1121)))))
+(-10 -7 (-15 -4229 ((-1 |#2| |#1|) |#2|)) (-15 -2622 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -2666 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -3757 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|))))
+((-2531 (((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|)) 17)) (-3309 (((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|) 11)) (-2320 (((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|) 13)) (-3760 (((-1 |#3| |#1| |#2|) (-1 |#3| |#1|)) 14)) (-1622 (((-1 |#3| |#1| |#2|) (-1 |#3| |#2|)) 15)) (* (((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)) 21)))
+(((-696 |#1| |#2| |#3|) (-10 -7 (-15 -3309 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -2320 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -3760 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -1622 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -2531 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)))) (-1121) (-1121) (-1121)) (T -696))
+((* (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-1 *7 *5)) (-5 *1 (-696 *5 *6 *7)))) (-2531 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-696 *4 *5 *6)))) (-1622 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-696 *4 *5 *6)) (-4 *4 (-1121)))) (-3760 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1121)) (-4 *6 (-1121)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-696 *4 *5 *6)) (-4 *5 (-1121)))) (-2320 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-5 *2 (-1 *6 *5)) (-5 *1 (-696 *4 *5 *6)))) (-3309 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1121)) (-4 *4 (-1121)) (-4 *6 (-1121)) (-5 *2 (-1 *6 *5)) (-5 *1 (-696 *5 *4 *6)))))
+(-10 -7 (-15 -3309 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -2320 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -3760 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -1622 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -2531 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|))))
+((-2722 ((|#5| (-1 |#5| |#1| |#5|) |#4| |#5|) 39)) (-2423 (((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|) 37) ((|#8| (-1 |#5| |#1|) |#4|) 31)))
+(((-697 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2423 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -2423 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -2722 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|))) (-1070) (-384 |#1|) (-384 |#1|) (-699 |#1| |#2| |#3|) (-1070) (-384 |#5|) (-384 |#5|) (-699 |#5| |#6| |#7|)) (T -697))
+((-2722 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1070)) (-4 *2 (-1070)) (-4 *6 (-384 *5)) (-4 *7 (-384 *5)) (-4 *8 (-384 *2)) (-4 *9 (-384 *2)) (-5 *1 (-697 *5 *6 *7 *4 *2 *8 *9 *10)) (-4 *4 (-699 *5 *6 *7)) (-4 *10 (-699 *2 *8 *9)))) (-2423 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-1070)) (-4 *8 (-1070)) (-4 *6 (-384 *5)) (-4 *7 (-384 *5)) (-4 *2 (-699 *8 *9 *10)) (-5 *1 (-697 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-699 *5 *6 *7)) (-4 *9 (-384 *8)) (-4 *10 (-384 *8)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1070)) (-4 *8 (-1070)) (-4 *6 (-384 *5)) (-4 *7 (-384 *5)) (-4 *2 (-699 *8 *9 *10)) (-5 *1 (-697 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-699 *5 *6 *7)) (-4 *9 (-384 *8)) (-4 *10 (-384 *8)))))
+(-10 -7 (-15 -2423 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -2423 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -2722 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|)))
+((-2152 (($ (-783) (-783)) 42)) (-3262 (($ $ $) 73)) (-4426 (($ |#3|) 68) (($ $) 69)) (-1725 (((-112) $) 36)) (-4043 (($ $ (-576) (-576)) 84)) (-3584 (($ $ (-576) (-576)) 85)) (-2502 (($ $ (-576) (-576) (-576) (-576)) 90)) (-1352 (($ $) 71)) (-4055 (((-112) $) 15)) (-2228 (($ $ (-576) (-576) $) 91)) (-4268 ((|#2| $ (-576) (-576) |#2|) NIL) (($ $ (-656 (-576)) (-656 (-576)) $) 89)) (-3464 (($ (-783) |#2|) 55)) (-3409 (($ (-656 (-656 |#2|))) 51) (($ (-783) (-783) (-1 |#2| (-576) (-576))) 53)) (-3302 (((-656 (-656 |#2|)) $) 80)) (-2355 (($ $ $) 72)) (-1943 (((-3 $ "failed") $ |#2|) 122)) (-4369 ((|#2| $ (-576) (-576)) NIL) ((|#2| $ (-576) (-576) |#2|) NIL) (($ $ (-656 (-576)) (-656 (-576))) 88)) (-1438 (($ (-656 |#2|)) 56) (($ (-656 $)) 58)) (-3774 (((-112) $) 28)) (-4114 (($ |#4|) 63) (((-876) $) NIL)) (-4354 (((-112) $) 38)) (-4047 (($ $ |#2|) 124)) (-4037 (($ $ $) 95) (($ $) 98)) (-4027 (($ $ $) 93)) (** (($ $ (-783)) 111) (($ $ (-576)) 128)) (* (($ $ $) 104) (($ |#2| $) 100) (($ $ |#2|) 101) (($ (-576) $) 103) ((|#4| $ |#4|) 115) ((|#3| |#3| $) 119)))
+(((-698 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4114 ((-876) |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 -4047 (|#1| |#1| |#2|)) (-15 -1943 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-783))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1|)) (-15 -4037 (|#1| |#1| |#1|)) (-15 -4027 (|#1| |#1| |#1|)) (-15 -2228 (|#1| |#1| (-576) (-576) |#1|)) (-15 -2502 (|#1| |#1| (-576) (-576) (-576) (-576))) (-15 -3584 (|#1| |#1| (-576) (-576))) (-15 -4043 (|#1| |#1| (-576) (-576))) (-15 -4268 (|#1| |#1| (-656 (-576)) (-656 (-576)) |#1|)) (-15 -4369 (|#1| |#1| (-656 (-576)) (-656 (-576)))) (-15 -3302 ((-656 (-656 |#2|)) |#1|)) (-15 -3262 (|#1| |#1| |#1|)) (-15 -2355 (|#1| |#1| |#1|)) (-15 -1352 (|#1| |#1|)) (-15 -4426 (|#1| |#1|)) (-15 -4426 (|#1| |#3|)) (-15 -4114 (|#1| |#4|)) (-15 -1438 (|#1| (-656 |#1|))) (-15 -1438 (|#1| (-656 |#2|))) (-15 -3464 (|#1| (-783) |#2|)) (-15 -3409 (|#1| (-783) (-783) (-1 |#2| (-576) (-576)))) (-15 -3409 (|#1| (-656 (-656 |#2|)))) (-15 -2152 (|#1| (-783) (-783))) (-15 -4354 ((-112) |#1|)) (-15 -1725 ((-112) |#1|)) (-15 -3774 ((-112) |#1|)) (-15 -4055 ((-112) |#1|)) (-15 -4268 (|#2| |#1| (-576) (-576) |#2|)) (-15 -4369 (|#2| |#1| (-576) (-576) |#2|)) (-15 -4369 (|#2| |#1| (-576) (-576)))) (-699 |#2| |#3| |#4|) (-1070) (-384 |#2|) (-384 |#2|)) (T -698))
+NIL
+(-10 -8 (-15 -4114 ((-876) |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 -4047 (|#1| |#1| |#2|)) (-15 -1943 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-783))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1|)) (-15 -4037 (|#1| |#1| |#1|)) (-15 -4027 (|#1| |#1| |#1|)) (-15 -2228 (|#1| |#1| (-576) (-576) |#1|)) (-15 -2502 (|#1| |#1| (-576) (-576) (-576) (-576))) (-15 -3584 (|#1| |#1| (-576) (-576))) (-15 -4043 (|#1| |#1| (-576) (-576))) (-15 -4268 (|#1| |#1| (-656 (-576)) (-656 (-576)) |#1|)) (-15 -4369 (|#1| |#1| (-656 (-576)) (-656 (-576)))) (-15 -3302 ((-656 (-656 |#2|)) |#1|)) (-15 -3262 (|#1| |#1| |#1|)) (-15 -2355 (|#1| |#1| |#1|)) (-15 -1352 (|#1| |#1|)) (-15 -4426 (|#1| |#1|)) (-15 -4426 (|#1| |#3|)) (-15 -4114 (|#1| |#4|)) (-15 -1438 (|#1| (-656 |#1|))) (-15 -1438 (|#1| (-656 |#2|))) (-15 -3464 (|#1| (-783) |#2|)) (-15 -3409 (|#1| (-783) (-783) (-1 |#2| (-576) (-576)))) (-15 -3409 (|#1| (-656 (-656 |#2|)))) (-15 -2152 (|#1| (-783) (-783))) (-15 -4354 ((-112) |#1|)) (-15 -1725 ((-112) |#1|)) (-15 -3774 ((-112) |#1|)) (-15 -4055 ((-112) |#1|)) (-15 -4268 (|#2| |#1| (-576) (-576) |#2|)) (-15 -4369 (|#2| |#1| (-576) (-576) |#2|)) (-15 -4369 (|#2| |#1| (-576) (-576))))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-2152 (($ (-783) (-783)) 99)) (-3262 (($ $ $) 88)) (-4426 (($ |#2|) 92) (($ $) 91)) (-1725 (((-112) $) 101)) (-4043 (($ $ (-576) (-576)) 84)) (-3584 (($ $ (-576) (-576)) 83)) (-2502 (($ $ (-576) (-576) (-576) (-576)) 82)) (-1352 (($ $) 90)) (-4055 (((-112) $) 103)) (-1951 (((-112) $ (-783)) 8)) (-2228 (($ $ (-576) (-576) $) 81)) (-4268 ((|#1| $ (-576) (-576) |#1|) 45) (($ $ (-656 (-576)) (-656 (-576)) $) 85)) (-3829 (($ $ (-576) |#2|) 43)) (-3645 (($ $ (-576) |#3|) 42)) (-3464 (($ (-783) |#1|) 96)) (-3853 (($) 7 T CONST)) (-1872 (($ $) 68 (|has| |#1| (-317)))) (-3368 ((|#2| $ (-576)) 47)) (-4136 (((-783) $) 67 (|has| |#1| (-568)))) (-1908 ((|#1| $ (-576) (-576) |#1|) 44)) (-3721 ((|#1| $ (-576) (-576)) 49)) (-3722 (((-656 |#1|) $) 31)) (-1547 (((-783) $) 66 (|has| |#1| (-568)))) (-3622 (((-656 |#3|) $) 65 (|has| |#1| (-568)))) (-2759 (((-783) $) 52)) (-1988 (($ (-783) (-783) |#1|) 58)) (-2773 (((-783) $) 51)) (-4157 (((-112) $ (-783)) 9)) (-2829 ((|#1| $) 63 (|has| |#1| (-6 (-4466 "*"))))) (-2037 (((-576) $) 56)) (-3775 (((-576) $) 54)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-3422 (((-576) $) 55)) (-3154 (((-576) $) 53)) (-3409 (($ (-656 (-656 |#1|))) 98) (($ (-783) (-783) (-1 |#1| (-576) (-576))) 97)) (-1896 (($ (-1 |#1| |#1|) $) 35)) (-2423 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 41) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 40)) (-3302 (((-656 (-656 |#1|)) $) 87)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-1717 (((-3 $ "failed") $) 62 (|has| |#1| (-374)))) (-2355 (($ $ $) 89)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-3140 (($ $ |#1|) 57)) (-1943 (((-3 $ "failed") $ |#1|) 70 (|has| |#1| (-568)))) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#1| $ (-576) (-576)) 50) ((|#1| $ (-576) (-576) |#1|) 48) (($ $ (-656 (-576)) (-656 (-576))) 86)) (-1438 (($ (-656 |#1|)) 95) (($ (-656 $)) 94)) (-3774 (((-112) $) 102)) (-3518 ((|#1| $) 64 (|has| |#1| (-6 (-4466 "*"))))) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-4389 ((|#3| $ (-576)) 46)) (-4114 (($ |#3|) 93) (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-4354 (((-112) $) 100)) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-4047 (($ $ |#1|) 69 (|has| |#1| (-374)))) (-4037 (($ $ $) 79) (($ $) 78)) (-4027 (($ $ $) 80)) (** (($ $ (-783)) 71) (($ $ (-576)) 61 (|has| |#1| (-374)))) (* (($ $ $) 77) (($ |#1| $) 76) (($ $ |#1|) 75) (($ (-576) $) 74) ((|#3| $ |#3|) 73) ((|#2| |#2| $) 72)) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-699 |#1| |#2| |#3|) (-141) (-1070) (-384 |t#1|) (-384 |t#1|)) (T -699))
+((-4055 (*1 *2 *1) (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-112)))) (-3774 (*1 *2 *1) (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-112)))) (-1725 (*1 *2 *1) (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-112)))) (-4354 (*1 *2 *1) (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-112)))) (-2152 (*1 *1 *2 *2) (-12 (-5 *2 (-783)) (-4 *3 (-1070)) (-4 *1 (-699 *3 *4 *5)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-3409 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1070)) (-4 *1 (-699 *3 *4 *5)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-3409 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-783)) (-5 *3 (-1 *4 (-576) (-576))) (-4 *4 (-1070)) (-4 *1 (-699 *4 *5 *6)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)))) (-3464 (*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-4 *3 (-1070)) (-4 *1 (-699 *3 *4 *5)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-1438 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1070)) (-4 *1 (-699 *3 *4 *5)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-1438 (*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *3 (-1070)) (-4 *1 (-699 *3 *4 *5)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-4114 (*1 *1 *2) (-12 (-4 *3 (-1070)) (-4 *1 (-699 *3 *4 *2)) (-4 *4 (-384 *3)) (-4 *2 (-384 *3)))) (-4426 (*1 *1 *2) (-12 (-4 *3 (-1070)) (-4 *1 (-699 *3 *2 *4)) (-4 *2 (-384 *3)) (-4 *4 (-384 *3)))) (-4426 (*1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (-1352 (*1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (-2355 (*1 *1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (-3262 (*1 *1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (-3302 (*1 *2 *1) (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-656 (-656 *3))))) (-4369 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-656 (-576))) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-4268 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-656 (-576))) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-4043 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-3584 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-2502 (*1 *1 *1 *2 *2 *2 *2) (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-2228 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-4027 (*1 *1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (-4037 (*1 *1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (-4037 (*1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (* (*1 *1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-699 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *2 (-384 *3)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-699 *3 *2 *4)) (-4 *3 (-1070)) (-4 *2 (-384 *3)) (-4 *4 (-384 *3)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))) (-1943 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)) (-4 *2 (-568)))) (-4047 (*1 *1 *1 *2) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)) (-4 *2 (-374)))) (-1872 (*1 *1 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)) (-4 *2 (-317)))) (-4136 (*1 *2 *1) (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-4 *3 (-568)) (-5 *2 (-783)))) (-1547 (*1 *2 *1) (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-4 *3 (-568)) (-5 *2 (-783)))) (-3622 (*1 *2 *1) (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-4 *3 (-568)) (-5 *2 (-656 *5)))) (-3518 (*1 *2 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)) (|has| *2 (-6 (-4466 "*"))) (-4 *2 (-1070)))) (-2829 (*1 *2 *1) (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)) (|has| *2 (-6 (-4466 "*"))) (-4 *2 (-1070)))) (-1717 (*1 *1 *1) (|partial| -12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2)) (-4 *2 (-374)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-4 *3 (-374)))))
+(-13 (-57 |t#1| |t#2| |t#3|) (-10 -8 (-6 -4465) (-6 -4464) (-15 -4055 ((-112) $)) (-15 -3774 ((-112) $)) (-15 -1725 ((-112) $)) (-15 -4354 ((-112) $)) (-15 -2152 ($ (-783) (-783))) (-15 -3409 ($ (-656 (-656 |t#1|)))) (-15 -3409 ($ (-783) (-783) (-1 |t#1| (-576) (-576)))) (-15 -3464 ($ (-783) |t#1|)) (-15 -1438 ($ (-656 |t#1|))) (-15 -1438 ($ (-656 $))) (-15 -4114 ($ |t#3|)) (-15 -4426 ($ |t#2|)) (-15 -4426 ($ $)) (-15 -1352 ($ $)) (-15 -2355 ($ $ $)) (-15 -3262 ($ $ $)) (-15 -3302 ((-656 (-656 |t#1|)) $)) (-15 -4369 ($ $ (-656 (-576)) (-656 (-576)))) (-15 -4268 ($ $ (-656 (-576)) (-656 (-576)) $)) (-15 -4043 ($ $ (-576) (-576))) (-15 -3584 ($ $ (-576) (-576))) (-15 -2502 ($ $ (-576) (-576) (-576) (-576))) (-15 -2228 ($ $ (-576) (-576) $)) (-15 -4027 ($ $ $)) (-15 -4037 ($ $ $)) (-15 -4037 ($ $)) (-15 * ($ $ $)) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 * ($ (-576) $)) (-15 * (|t#3| $ |t#3|)) (-15 * (|t#2| |t#2| $)) (-15 ** ($ $ (-783))) (IF (|has| |t#1| (-568)) (-15 -1943 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-374)) (-15 -4047 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-317)) (-15 -1872 ($ $)) |%noBranch|) (IF (|has| |t#1| (-568)) (PROGN (-15 -4136 ((-783) $)) (-15 -1547 ((-783) $)) (-15 -3622 ((-656 |t#3|) $))) |%noBranch|) (IF (|has| |t#1| (-6 (-4466 "*"))) (PROGN (-15 -3518 (|t#1| $)) (-15 -2829 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-374)) (PROGN (-15 -1717 ((-3 $ "failed") $)) (-15 ** ($ $ (-576)))) |%noBranch|)))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1121) |has| |#1| (-1121)) ((-57 |#1| |#2| |#3|) . T) ((-1238) . T))
+((-1872 ((|#4| |#4|) 92 (|has| |#1| (-317)))) (-4136 (((-783) |#4|) 120 (|has| |#1| (-568)))) (-1547 (((-783) |#4|) 96 (|has| |#1| (-568)))) (-3622 (((-656 |#3|) |#4|) 103 (|has| |#1| (-568)))) (-2873 (((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|) 135 (|has| |#1| (-317)))) (-2829 ((|#1| |#4|) 52)) (-2710 (((-3 |#4| "failed") |#4|) 84 (|has| |#1| (-568)))) (-1717 (((-3 |#4| "failed") |#4|) 100 (|has| |#1| (-374)))) (-2031 ((|#4| |#4|) 88 (|has| |#1| (-568)))) (-1333 ((|#4| |#4| |#1| (-576) (-576)) 60)) (-2215 ((|#4| |#4| (-576) (-576)) 55)) (-3324 ((|#4| |#4| |#1| (-576) (-576)) 65)) (-3518 ((|#1| |#4|) 98)) (-2058 (((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|) 89 (|has| |#1| (-568)))))
+(((-700 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3518 (|#1| |#4|)) (-15 -2829 (|#1| |#4|)) (-15 -2215 (|#4| |#4| (-576) (-576))) (-15 -1333 (|#4| |#4| |#1| (-576) (-576))) (-15 -3324 (|#4| |#4| |#1| (-576) (-576))) (IF (|has| |#1| (-568)) (PROGN (-15 -4136 ((-783) |#4|)) (-15 -1547 ((-783) |#4|)) (-15 -3622 ((-656 |#3|) |#4|)) (-15 -2031 (|#4| |#4|)) (-15 -2710 ((-3 |#4| "failed") |#4|)) (-15 -2058 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-317)) (PROGN (-15 -1872 (|#4| |#4|)) (-15 -2873 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-374)) (-15 -1717 ((-3 |#4| "failed") |#4|)) |%noBranch|)) (-174) (-384 |#1|) (-384 |#1|) (-699 |#1| |#2| |#3|)) (T -700))
+((-1717 (*1 *2 *2) (|partial| -12 (-4 *3 (-374)) (-4 *3 (-174)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-700 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))) (-2873 (*1 *2 *3 *3) (-12 (-4 *3 (-317)) (-4 *3 (-174)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3))) (-5 *1 (-700 *3 *4 *5 *6)) (-4 *6 (-699 *3 *4 *5)))) (-1872 (*1 *2 *2) (-12 (-4 *3 (-317)) (-4 *3 (-174)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-700 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))) (-2058 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *4 (-174)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4))) (-5 *1 (-700 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-2710 (*1 *2 *2) (|partial| -12 (-4 *3 (-568)) (-4 *3 (-174)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-700 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))) (-2031 (*1 *2 *2) (-12 (-4 *3 (-568)) (-4 *3 (-174)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-700 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))) (-3622 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *4 (-174)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-656 *6)) (-5 *1 (-700 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-1547 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *4 (-174)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-783)) (-5 *1 (-700 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-4136 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *4 (-174)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-783)) (-5 *1 (-700 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-3324 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-576)) (-4 *3 (-174)) (-4 *5 (-384 *3)) (-4 *6 (-384 *3)) (-5 *1 (-700 *3 *5 *6 *2)) (-4 *2 (-699 *3 *5 *6)))) (-1333 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-576)) (-4 *3 (-174)) (-4 *5 (-384 *3)) (-4 *6 (-384 *3)) (-5 *1 (-700 *3 *5 *6 *2)) (-4 *2 (-699 *3 *5 *6)))) (-2215 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-576)) (-4 *4 (-174)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *1 (-700 *4 *5 *6 *2)) (-4 *2 (-699 *4 *5 *6)))) (-2829 (*1 *2 *3) (-12 (-4 *4 (-384 *2)) (-4 *5 (-384 *2)) (-4 *2 (-174)) (-5 *1 (-700 *2 *4 *5 *3)) (-4 *3 (-699 *2 *4 *5)))) (-3518 (*1 *2 *3) (-12 (-4 *4 (-384 *2)) (-4 *5 (-384 *2)) (-4 *2 (-174)) (-5 *1 (-700 *2 *4 *5 *3)) (-4 *3 (-699 *2 *4 *5)))))
+(-10 -7 (-15 -3518 (|#1| |#4|)) (-15 -2829 (|#1| |#4|)) (-15 -2215 (|#4| |#4| (-576) (-576))) (-15 -1333 (|#4| |#4| |#1| (-576) (-576))) (-15 -3324 (|#4| |#4| |#1| (-576) (-576))) (IF (|has| |#1| (-568)) (PROGN (-15 -4136 ((-783) |#4|)) (-15 -1547 ((-783) |#4|)) (-15 -3622 ((-656 |#3|) |#4|)) (-15 -2031 (|#4| |#4|)) (-15 -2710 ((-3 |#4| "failed") |#4|)) (-15 -2058 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-317)) (PROGN (-15 -1872 (|#4| |#4|)) (-15 -2873 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-374)) (-15 -1717 ((-3 |#4| "failed") |#4|)) |%noBranch|))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2152 (($ (-783) (-783)) 64)) (-3262 (($ $ $) NIL)) (-4426 (($ (-1288 |#1|)) NIL) (($ $) NIL)) (-1725 (((-112) $) NIL)) (-4043 (($ $ (-576) (-576)) 22)) (-3584 (($ $ (-576) (-576)) NIL)) (-2502 (($ $ (-576) (-576) (-576) (-576)) NIL)) (-1352 (($ $) NIL)) (-4055 (((-112) $) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-2228 (($ $ (-576) (-576) $) NIL)) (-4268 ((|#1| $ (-576) (-576) |#1|) NIL) (($ $ (-656 (-576)) (-656 (-576)) $) NIL)) (-3829 (($ $ (-576) (-1288 |#1|)) NIL)) (-3645 (($ $ (-576) (-1288 |#1|)) NIL)) (-3464 (($ (-783) |#1|) 37)) (-3853 (($) NIL T CONST)) (-1872 (($ $) 46 (|has| |#1| (-317)))) (-3368 (((-1288 |#1|) $ (-576)) NIL)) (-4136 (((-783) $) 48 (|has| |#1| (-568)))) (-1908 ((|#1| $ (-576) (-576) |#1|) 69)) (-3721 ((|#1| $ (-576) (-576)) NIL)) (-3722 (((-656 |#1|) $) NIL)) (-1547 (((-783) $) 50 (|has| |#1| (-568)))) (-3622 (((-656 (-1288 |#1|)) $) 53 (|has| |#1| (-568)))) (-2759 (((-783) $) 32)) (-1988 (($ (-783) (-783) |#1|) 28)) (-2773 (((-783) $) 33)) (-4157 (((-112) $ (-783)) NIL)) (-2829 ((|#1| $) 44 (|has| |#1| (-6 (-4466 "*"))))) (-2037 (((-576) $) 10)) (-3775 (((-576) $) 11)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3422 (((-576) $) 14)) (-3154 (((-576) $) 65)) (-3409 (($ (-656 (-656 |#1|))) NIL) (($ (-783) (-783) (-1 |#1| (-576) (-576))) NIL)) (-1896 (($ (-1 |#1| |#1|) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-3302 (((-656 (-656 |#1|)) $) 76)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-1717 (((-3 $ "failed") $) 60 (|has| |#1| (-374)))) (-2355 (($ $ $) NIL)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-3140 (($ $ |#1|) NIL)) (-1943 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568)))) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#1| $ (-576) (-576)) NIL) ((|#1| $ (-576) (-576) |#1|) NIL) (($ $ (-656 (-576)) (-656 (-576))) NIL)) (-1438 (($ (-656 |#1|)) NIL) (($ (-656 $)) NIL) (($ (-1288 |#1|)) 70)) (-3774 (((-112) $) NIL)) (-3518 ((|#1| $) 42 (|has| |#1| (-6 (-4466 "*"))))) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) NIL)) (-1554 (((-548) $) 80 (|has| |#1| (-626 (-548))))) (-4389 (((-1288 |#1|) $ (-576)) NIL)) (-4114 (($ (-1288 |#1|)) NIL) (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-4354 (((-112) $) NIL)) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-4037 (($ $ $) NIL) (($ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-783)) 38) (($ $ (-576)) 62 (|has| |#1| (-374)))) (* (($ $ $) 24) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-576) $) NIL) (((-1288 |#1|) $ (-1288 |#1|)) NIL) (((-1288 |#1|) (-1288 |#1|) $) NIL)) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-701 |#1|) (-13 (-699 |#1| (-1288 |#1|) (-1288 |#1|)) (-10 -8 (-15 -1438 ($ (-1288 |#1|))) (IF (|has| |#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (IF (|has| |#1| (-374)) (-15 -1717 ((-3 $ "failed") $)) |%noBranch|))) (-1070)) (T -701))
+((-1717 (*1 *1 *1) (|partial| -12 (-5 *1 (-701 *2)) (-4 *2 (-374)) (-4 *2 (-1070)))) (-1438 (*1 *1 *2) (-12 (-5 *2 (-1288 *3)) (-4 *3 (-1070)) (-5 *1 (-701 *3)))))
+(-13 (-699 |#1| (-1288 |#1|) (-1288 |#1|)) (-10 -8 (-15 -1438 ($ (-1288 |#1|))) (IF (|has| |#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (IF (|has| |#1| (-374)) (-15 -1717 ((-3 $ "failed") $)) |%noBranch|)))
+((-1487 (((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|)) 37)) (-4042 (((-701 |#1|) (-701 |#1|) (-701 |#1|) |#1|) 32)) (-2264 (((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|) (-783)) 43)) (-2336 (((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|)) 25)) (-2486 (((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|)) 29) (((-701 |#1|) (-701 |#1|) (-701 |#1|)) 27)) (-3627 (((-701 |#1|) (-701 |#1|) |#1| (-701 |#1|)) 31)) (-2142 (((-701 |#1|) (-701 |#1|) (-701 |#1|)) 23)) (** (((-701 |#1|) (-701 |#1|) (-783)) 46)))
+(((-702 |#1|) (-10 -7 (-15 -2142 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -2336 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -2486 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -2486 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -3627 ((-701 |#1|) (-701 |#1|) |#1| (-701 |#1|))) (-15 -4042 ((-701 |#1|) (-701 |#1|) (-701 |#1|) |#1|)) (-15 -1487 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -2264 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|) (-783))) (-15 ** ((-701 |#1|) (-701 |#1|) (-783)))) (-1070)) (T -702))
+((** (*1 *2 *2 *3) (-12 (-5 *2 (-701 *4)) (-5 *3 (-783)) (-4 *4 (-1070)) (-5 *1 (-702 *4)))) (-2264 (*1 *2 *2 *2 *2 *2 *3) (-12 (-5 *2 (-701 *4)) (-5 *3 (-783)) (-4 *4 (-1070)) (-5 *1 (-702 *4)))) (-1487 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-702 *3)))) (-4042 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-702 *3)))) (-3627 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-702 *3)))) (-2486 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-702 *3)))) (-2486 (*1 *2 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-702 *3)))) (-2336 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-702 *3)))) (-2142 (*1 *2 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-702 *3)))))
+(-10 -7 (-15 -2142 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -2336 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -2486 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -2486 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -3627 ((-701 |#1|) (-701 |#1|) |#1| (-701 |#1|))) (-15 -4042 ((-701 |#1|) (-701 |#1|) (-701 |#1|) |#1|)) (-15 -1487 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -2264 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|) (-701 |#1|) (-783))) (-15 ** ((-701 |#1|) (-701 |#1|) (-783))))
+((-2981 (((-3 |#1| "failed") $) 18)) (-2318 ((|#1| $) NIL)) (-3727 (($) 7 T CONST)) (-1861 (($ |#1|) 8)) (-4114 (($ |#1|) 16) (((-876) $) 23)) (-4305 (((-112) $ (|[\|\|]| |#1|)) 14) (((-112) $ (|[\|\|]| -3727)) 11)) (-4333 ((|#1| $) 15)))
+(((-703 |#1|) (-13 (-1283) (-1059 |#1|) (-625 (-876)) (-10 -8 (-15 -1861 ($ |#1|)) (-15 -4305 ((-112) $ (|[\|\|]| |#1|))) (-15 -4305 ((-112) $ (|[\|\|]| -3727))) (-15 -4333 (|#1| $)) (-15 -3727 ($) -2666))) (-625 (-876))) (T -703))
+((-1861 (*1 *1 *2) (-12 (-5 *1 (-703 *2)) (-4 *2 (-625 (-876))))) (-4305 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-625 (-876))) (-5 *2 (-112)) (-5 *1 (-703 *4)))) (-4305 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -3727)) (-5 *2 (-112)) (-5 *1 (-703 *4)) (-4 *4 (-625 (-876))))) (-4333 (*1 *2 *1) (-12 (-5 *1 (-703 *2)) (-4 *2 (-625 (-876))))) (-3727 (*1 *1) (-12 (-5 *1 (-703 *2)) (-4 *2 (-625 (-876))))))
+(-13 (-1283) (-1059 |#1|) (-625 (-876)) (-10 -8 (-15 -1861 ($ |#1|)) (-15 -4305 ((-112) $ (|[\|\|]| |#1|))) (-15 -4305 ((-112) $ (|[\|\|]| -3727))) (-15 -4333 (|#1| $)) (-15 -3727 ($) -2666)))
+((-1826 ((|#2| |#2| |#4|) 29)) (-2589 (((-701 |#2|) |#3| |#4|) 35)) (-2632 (((-701 |#2|) |#2| |#4|) 34)) (-1786 (((-1288 |#2|) |#2| |#4|) 16)) (-4385 ((|#2| |#3| |#4|) 28)) (-4071 (((-701 |#2|) |#3| |#4| (-783) (-783)) 47)) (-4432 (((-701 |#2|) |#2| |#4| (-783)) 46)))
+(((-704 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1786 ((-1288 |#2|) |#2| |#4|)) (-15 -4385 (|#2| |#3| |#4|)) (-15 -1826 (|#2| |#2| |#4|)) (-15 -2632 ((-701 |#2|) |#2| |#4|)) (-15 -4432 ((-701 |#2|) |#2| |#4| (-783))) (-15 -2589 ((-701 |#2|) |#3| |#4|)) (-15 -4071 ((-701 |#2|) |#3| |#4| (-783) (-783)))) (-1121) (-917 |#1|) (-384 |#2|) (-13 (-384 |#1|) (-10 -7 (-6 -4464)))) (T -704))
+((-4071 (*1 *2 *3 *4 *5 *5) (-12 (-5 *5 (-783)) (-4 *6 (-1121)) (-4 *7 (-917 *6)) (-5 *2 (-701 *7)) (-5 *1 (-704 *6 *7 *3 *4)) (-4 *3 (-384 *7)) (-4 *4 (-13 (-384 *6) (-10 -7 (-6 -4464)))))) (-2589 (*1 *2 *3 *4) (-12 (-4 *5 (-1121)) (-4 *6 (-917 *5)) (-5 *2 (-701 *6)) (-5 *1 (-704 *5 *6 *3 *4)) (-4 *3 (-384 *6)) (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4464)))))) (-4432 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-783)) (-4 *6 (-1121)) (-4 *3 (-917 *6)) (-5 *2 (-701 *3)) (-5 *1 (-704 *6 *3 *7 *4)) (-4 *7 (-384 *3)) (-4 *4 (-13 (-384 *6) (-10 -7 (-6 -4464)))))) (-2632 (*1 *2 *3 *4) (-12 (-4 *5 (-1121)) (-4 *3 (-917 *5)) (-5 *2 (-701 *3)) (-5 *1 (-704 *5 *3 *6 *4)) (-4 *6 (-384 *3)) (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4464)))))) (-1826 (*1 *2 *2 *3) (-12 (-4 *4 (-1121)) (-4 *2 (-917 *4)) (-5 *1 (-704 *4 *2 *5 *3)) (-4 *5 (-384 *2)) (-4 *3 (-13 (-384 *4) (-10 -7 (-6 -4464)))))) (-4385 (*1 *2 *3 *4) (-12 (-4 *5 (-1121)) (-4 *2 (-917 *5)) (-5 *1 (-704 *5 *2 *3 *4)) (-4 *3 (-384 *2)) (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4464)))))) (-1786 (*1 *2 *3 *4) (-12 (-4 *5 (-1121)) (-4 *3 (-917 *5)) (-5 *2 (-1288 *3)) (-5 *1 (-704 *5 *3 *6 *4)) (-4 *6 (-384 *3)) (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4464)))))))
+(-10 -7 (-15 -1786 ((-1288 |#2|) |#2| |#4|)) (-15 -4385 (|#2| |#3| |#4|)) (-15 -1826 (|#2| |#2| |#4|)) (-15 -2632 ((-701 |#2|) |#2| |#4|)) (-15 -4432 ((-701 |#2|) |#2| |#4| (-783))) (-15 -2589 ((-701 |#2|) |#3| |#4|)) (-15 -4071 ((-701 |#2|) |#3| |#4| (-783) (-783))))
+((-3606 (((-2 (|:| |num| (-701 |#1|)) (|:| |den| |#1|)) (-701 |#2|)) 20)) (-3835 ((|#1| (-701 |#2|)) 9)) (-2641 (((-701 |#1|) (-701 |#2|)) 18)))
+(((-705 |#1| |#2|) (-10 -7 (-15 -3835 (|#1| (-701 |#2|))) (-15 -2641 ((-701 |#1|) (-701 |#2|))) (-15 -3606 ((-2 (|:| |num| (-701 |#1|)) (|:| |den| |#1|)) (-701 |#2|)))) (-568) (-1013 |#1|)) (T -705))
+((-3606 (*1 *2 *3) (-12 (-5 *3 (-701 *5)) (-4 *5 (-1013 *4)) (-4 *4 (-568)) (-5 *2 (-2 (|:| |num| (-701 *4)) (|:| |den| *4))) (-5 *1 (-705 *4 *5)))) (-2641 (*1 *2 *3) (-12 (-5 *3 (-701 *5)) (-4 *5 (-1013 *4)) (-4 *4 (-568)) (-5 *2 (-701 *4)) (-5 *1 (-705 *4 *5)))) (-3835 (*1 *2 *3) (-12 (-5 *3 (-701 *4)) (-4 *4 (-1013 *2)) (-4 *2 (-568)) (-5 *1 (-705 *2 *4)))))
+(-10 -7 (-15 -3835 (|#1| (-701 |#2|))) (-15 -2641 ((-701 |#1|) (-701 |#2|))) (-15 -3606 ((-2 (|:| |num| (-701 |#1|)) (|:| |den| |#1|)) (-701 |#2|))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2237 (((-701 (-711))) NIL) (((-701 (-711)) (-1288 $)) NIL)) (-3832 (((-711) $) NIL)) (-3586 (($ $) NIL (|has| (-711) (-1223)))) (-3435 (($ $) NIL (|has| (-711) (-1223)))) (-3197 (((-1210 (-940) (-783)) (-576)) NIL (|has| (-711) (-360)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (-12 (|has| (-711) (-317)) (|has| (-711) (-928))))) (-4068 (($ $) NIL (-3795 (-12 (|has| (-711) (-317)) (|has| (-711) (-928))) (|has| (-711) (-374))))) (-2068 (((-430 $) $) NIL (-3795 (-12 (|has| (-711) (-317)) (|has| (-711) (-928))) (|has| (-711) (-374))))) (-1463 (($ $) NIL (-12 (|has| (-711) (-1023)) (|has| (-711) (-1223))))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (-12 (|has| (-711) (-317)) (|has| (-711) (-928))))) (-4064 (((-112) $ $) NIL (|has| (-711) (-317)))) (-2200 (((-783)) NIL (|has| (-711) (-379)))) (-3562 (($ $) NIL (|has| (-711) (-1223)))) (-3412 (($ $) NIL (|has| (-711) (-1223)))) (-3612 (($ $) NIL (|has| (-711) (-1223)))) (-3461 (($ $) NIL (|has| (-711) (-1223)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL) (((-3 (-711) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-711) (-1059 (-419 (-576)))))) (-2318 (((-576) $) NIL) (((-711) $) NIL) (((-419 (-576)) $) NIL (|has| (-711) (-1059 (-419 (-576)))))) (-3093 (($ (-1288 (-711))) NIL) (($ (-1288 (-711)) (-1288 $)) NIL)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-711) (-360)))) (-1892 (($ $ $) NIL (|has| (-711) (-317)))) (-3104 (((-701 (-711)) $) NIL) (((-701 (-711)) $ (-1288 $)) NIL)) (-2255 (((-701 (-711)) (-701 $)) NIL) (((-2 (|:| -2663 (-701 (-711))) (|:| |vec| (-1288 (-711)))) (-701 $) (-1288 $)) NIL) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| (-711) (-651 (-576)))) (((-701 (-576)) (-701 $)) NIL (|has| (-711) (-651 (-576))))) (-2722 (((-3 $ "failed") (-419 (-1193 (-711)))) NIL (|has| (-711) (-374))) (($ (-1193 (-711))) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1474 (((-711) $) 29)) (-3878 (((-3 (-419 (-576)) "failed") $) NIL (|has| (-711) (-557)))) (-1358 (((-112) $) NIL (|has| (-711) (-557)))) (-2951 (((-419 (-576)) $) NIL (|has| (-711) (-557)))) (-4136 (((-940)) NIL)) (-4370 (($) NIL (|has| (-711) (-379)))) (-1905 (($ $ $) NIL (|has| (-711) (-317)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| (-711) (-317)))) (-1766 (($) NIL (|has| (-711) (-360)))) (-2430 (((-112) $) NIL (|has| (-711) (-360)))) (-2566 (($ $) NIL (|has| (-711) (-360))) (($ $ (-783)) NIL (|has| (-711) (-360)))) (-3742 (((-112) $) NIL (-3795 (-12 (|has| (-711) (-317)) (|has| (-711) (-928))) (|has| (-711) (-374))))) (-2675 (((-2 (|:| |r| (-711)) (|:| |phi| (-711))) $) NIL (-12 (|has| (-711) (-1081)) (|has| (-711) (-1223))))) (-2723 (($) NIL (|has| (-711) (-1223)))) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (|has| (-711) (-901 (-390)))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (|has| (-711) (-901 (-576))))) (-1760 (((-845 (-940)) $) NIL (|has| (-711) (-360))) (((-940) $) NIL (|has| (-711) (-360)))) (-3315 (((-112) $) NIL)) (-4063 (($ $ (-576)) NIL (-12 (|has| (-711) (-1023)) (|has| (-711) (-1223))))) (-2828 (((-711) $) NIL)) (-4080 (((-3 $ "failed") $) NIL (|has| (-711) (-360)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| (-711) (-317)))) (-3817 (((-1193 (-711)) $) NIL (|has| (-711) (-374)))) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-2423 (($ (-1 (-711) (-711)) $) NIL)) (-2106 (((-940) $) NIL (|has| (-711) (-379)))) (-2608 (($ $) NIL (|has| (-711) (-1223)))) (-2709 (((-1193 (-711)) $) NIL)) (-3015 (((-701 (-711)) (-1288 $)) NIL) (((-2 (|:| -2663 (-701 (-711))) (|:| |vec| (-1288 (-711)))) (-1288 $) $) NIL) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| (-711) (-651 (-576)))) (((-701 (-576)) (-1288 $)) NIL (|has| (-711) (-651 (-576))))) (-3078 (($ (-656 $)) NIL (|has| (-711) (-317))) (($ $ $) NIL (|has| (-711) (-317)))) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL (|has| (-711) (-374)))) (-3651 (($) NIL (|has| (-711) (-360)) CONST)) (-2409 (($ (-940)) NIL (|has| (-711) (-379)))) (-4146 (($) NIL)) (-1485 (((-711) $) 31)) (-3117 (((-1141) $) NIL)) (-2549 (($) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| (-711) (-317)))) (-3115 (($ (-656 $)) NIL (|has| (-711) (-317))) (($ $ $) NIL (|has| (-711) (-317)))) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) NIL (|has| (-711) (-360)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (-12 (|has| (-711) (-317)) (|has| (-711) (-928))))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (-12 (|has| (-711) (-317)) (|has| (-711) (-928))))) (-1452 (((-430 $) $) NIL (-3795 (-12 (|has| (-711) (-317)) (|has| (-711) (-928))) (|has| (-711) (-374))))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-711) (-317))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| (-711) (-317)))) (-1943 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ (-711)) NIL (|has| (-711) (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| (-711) (-317)))) (-2154 (($ $) NIL (|has| (-711) (-1223)))) (-2143 (($ $ (-1197) (-711)) NIL (|has| (-711) (-526 (-1197) (-711)))) (($ $ (-656 (-1197)) (-656 (-711))) NIL (|has| (-711) (-526 (-1197) (-711)))) (($ $ (-656 (-304 (-711)))) NIL (|has| (-711) (-319 (-711)))) (($ $ (-304 (-711))) NIL (|has| (-711) (-319 (-711)))) (($ $ (-711) (-711)) NIL (|has| (-711) (-319 (-711)))) (($ $ (-656 (-711)) (-656 (-711))) NIL (|has| (-711) (-319 (-711))))) (-3199 (((-783) $) NIL (|has| (-711) (-317)))) (-4369 (($ $ (-711)) NIL (|has| (-711) (-296 (-711) (-711))))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| (-711) (-317)))) (-3053 (((-711)) NIL) (((-711) (-1288 $)) NIL)) (-3923 (((-3 (-783) "failed") $ $) NIL (|has| (-711) (-360))) (((-783) $) NIL (|has| (-711) (-360)))) (-4107 (($ $ (-1 (-711) (-711)) (-783)) NIL) (($ $ (-1 (-711) (-711))) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| (-711) (-374)) (|has| (-711) (-917 (-1197)))) (|has| (-711) (-919 (-1197))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| (-711) (-374)) (|has| (-711) (-917 (-1197)))) (|has| (-711) (-919 (-1197))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| (-711) (-374)) (|has| (-711) (-917 (-1197)))) (|has| (-711) (-919 (-1197))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| (-711) (-374)) (|has| (-711) (-917 (-1197)))) (|has| (-711) (-919 (-1197))))) (($ $ (-783)) NIL (-3795 (-12 (|has| (-711) (-238)) (|has| (-711) (-374))) (|has| (-711) (-237)))) (($ $) NIL (-3795 (-12 (|has| (-711) (-238)) (|has| (-711) (-374))) (|has| (-711) (-237))))) (-4297 (((-701 (-711)) (-1288 $) (-1 (-711) (-711))) NIL (|has| (-711) (-374)))) (-2030 (((-1193 (-711))) NIL)) (-3623 (($ $) NIL (|has| (-711) (-1223)))) (-3474 (($ $) NIL (|has| (-711) (-1223)))) (-1986 (($) NIL (|has| (-711) (-360)))) (-3599 (($ $) NIL (|has| (-711) (-1223)))) (-3448 (($ $) NIL (|has| (-711) (-1223)))) (-3574 (($ $) NIL (|has| (-711) (-1223)))) (-3424 (($ $) NIL (|has| (-711) (-1223)))) (-3219 (((-701 (-711)) (-1288 $)) NIL) (((-1288 (-711)) $) NIL) (((-701 (-711)) (-1288 $) (-1288 $)) NIL) (((-1288 (-711)) $ (-1288 $)) NIL)) (-1554 (((-548) $) NIL (|has| (-711) (-626 (-548)))) (((-171 (-227)) $) NIL (|has| (-711) (-1043))) (((-171 (-390)) $) NIL (|has| (-711) (-1043))) (((-907 (-390)) $) NIL (|has| (-711) (-626 (-907 (-390))))) (((-907 (-576)) $) NIL (|has| (-711) (-626 (-907 (-576))))) (($ (-1193 (-711))) NIL) (((-1193 (-711)) $) NIL) (($ (-1288 (-711))) NIL) (((-1288 (-711)) $) NIL)) (-2970 (($ $) NIL)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-3795 (-12 (|has| (-711) (-317)) (|has| $ (-146)) (|has| (-711) (-928))) (|has| (-711) (-360))))) (-2649 (($ (-711) (-711)) 12)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-576)) NIL) (($ (-711)) NIL) (($ (-171 (-390))) 13) (($ (-171 (-576))) 19) (($ (-171 (-711))) 28) (($ (-171 (-713))) 25) (((-171 (-390)) $) 33) (($ (-419 (-576))) NIL (-3795 (|has| (-711) (-1059 (-419 (-576)))) (|has| (-711) (-374))))) (-3346 (($ $) NIL (|has| (-711) (-360))) (((-3 $ "failed") $) NIL (-3795 (-12 (|has| (-711) (-317)) (|has| $ (-146)) (|has| (-711) (-928))) (|has| (-711) (-146))))) (-2837 (((-1193 (-711)) $) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) NIL)) (-3653 (($ $) NIL (|has| (-711) (-1223)))) (-3510 (($ $) NIL (|has| (-711) (-1223)))) (-4095 (((-112) $ $) NIL)) (-3632 (($ $) NIL (|has| (-711) (-1223)))) (-3487 (($ $) NIL (|has| (-711) (-1223)))) (-3673 (($ $) NIL (|has| (-711) (-1223)))) (-3537 (($ $) NIL (|has| (-711) (-1223)))) (-3366 (((-711) $) NIL (|has| (-711) (-1223)))) (-1970 (($ $) NIL (|has| (-711) (-1223)))) (-3550 (($ $) NIL (|has| (-711) (-1223)))) (-3664 (($ $) NIL (|has| (-711) (-1223)))) (-3523 (($ $) NIL (|has| (-711) (-1223)))) (-3642 (($ $) NIL (|has| (-711) (-1223)))) (-3498 (($ $) NIL (|has| (-711) (-1223)))) (-2679 (($ $) NIL (|has| (-711) (-1081)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-1 (-711) (-711)) (-783)) NIL) (($ $ (-1 (-711) (-711))) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| (-711) (-374)) (|has| (-711) (-917 (-1197)))) (|has| (-711) (-919 (-1197))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| (-711) (-374)) (|has| (-711) (-917 (-1197)))) (|has| (-711) (-919 (-1197))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| (-711) (-374)) (|has| (-711) (-917 (-1197)))) (|has| (-711) (-919 (-1197))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| (-711) (-374)) (|has| (-711) (-917 (-1197)))) (|has| (-711) (-919 (-1197))))) (($ $ (-783)) NIL (-3795 (-12 (|has| (-711) (-238)) (|has| (-711) (-374))) (|has| (-711) (-237)))) (($ $) NIL (-3795 (-12 (|has| (-711) (-238)) (|has| (-711) (-374))) (|has| (-711) (-237))))) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)) (-4047 (($ $ $) NIL (|has| (-711) (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ $) NIL (|has| (-711) (-1223))) (($ $ (-419 (-576))) NIL (-12 (|has| (-711) (-1023)) (|has| (-711) (-1223)))) (($ $ (-576)) NIL (|has| (-711) (-374)))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ (-711) $) NIL) (($ $ (-711)) NIL) (($ (-419 (-576)) $) NIL (|has| (-711) (-374))) (($ $ (-419 (-576))) NIL (|has| (-711) (-374)))))
+(((-706) (-13 (-399) (-167 (-711)) (-10 -8 (-15 -4114 ($ (-171 (-390)))) (-15 -4114 ($ (-171 (-576)))) (-15 -4114 ($ (-171 (-711)))) (-15 -4114 ($ (-171 (-713)))) (-15 -4114 ((-171 (-390)) $))))) (T -706))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-171 (-390))) (-5 *1 (-706)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-171 (-576))) (-5 *1 (-706)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-171 (-711))) (-5 *1 (-706)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-171 (-713))) (-5 *1 (-706)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-171 (-390))) (-5 *1 (-706)))))
+(-13 (-399) (-167 (-711)) (-10 -8 (-15 -4114 ($ (-171 (-390)))) (-15 -4114 ($ (-171 (-576)))) (-15 -4114 ($ (-171 (-711)))) (-15 -4114 ($ (-171 (-713)))) (-15 -4114 ((-171 (-390)) $))))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1951 (((-112) $ (-783)) 8)) (-2250 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4464)))) (-3853 (($) 7 T CONST)) (-1966 (($ $) 63)) (-2741 (($ $) 59 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1678 (($ |#1| $) 48 (|has| $ (-6 -4464))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4464)))) (-2824 (($ |#1| $) 58 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4464)))) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) 9)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-4306 ((|#1| $) 40)) (-3846 (($ |#1| $) 41) (($ |#1| $ (-783)) 64)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-1470 ((|#1| $) 42)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4032 (((-656 (-2 (|:| -2904 |#1|) (|:| -3131 (-783)))) $) 62)) (-1455 (($) 50) (($ (-656 |#1|)) 49)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-1554 (((-548) $) 60 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 51)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-3356 (($ (-656 |#1|)) 43)) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-707 |#1|) (-141) (-1121)) (T -707))
+((-3846 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *1 (-707 *2)) (-4 *2 (-1121)))) (-1966 (*1 *1 *1) (-12 (-4 *1 (-707 *2)) (-4 *2 (-1121)))) (-4032 (*1 *2 *1) (-12 (-4 *1 (-707 *3)) (-4 *3 (-1121)) (-5 *2 (-656 (-2 (|:| -2904 *3) (|:| -3131 (-783))))))))
+(-13 (-240 |t#1|) (-10 -8 (-15 -3846 ($ |t#1| $ (-783))) (-15 -1966 ($ $)) (-15 -4032 ((-656 (-2 (|:| -2904 |t#1|) (|:| -3131 (-783)))) $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-240 |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1121) |has| |#1| (-1121)) ((-1238) . T))
+((-3186 (((-656 |#1|) (-656 (-2 (|:| -1452 |#1|) (|:| -2786 (-576)))) (-576)) 65)) (-3364 ((|#1| |#1| (-576)) 62)) (-3115 ((|#1| |#1| |#1| (-576)) 46)) (-1452 (((-656 |#1|) |#1| (-576)) 49)) (-3525 ((|#1| |#1| (-576) |#1| (-576)) 40)) (-2513 (((-656 (-2 (|:| -1452 |#1|) (|:| -2786 (-576)))) |#1| (-576)) 61)))
+(((-708 |#1|) (-10 -7 (-15 -3115 (|#1| |#1| |#1| (-576))) (-15 -3364 (|#1| |#1| (-576))) (-15 -1452 ((-656 |#1|) |#1| (-576))) (-15 -2513 ((-656 (-2 (|:| -1452 |#1|) (|:| -2786 (-576)))) |#1| (-576))) (-15 -3186 ((-656 |#1|) (-656 (-2 (|:| -1452 |#1|) (|:| -2786 (-576)))) (-576))) (-15 -3525 (|#1| |#1| (-576) |#1| (-576)))) (-1264 (-576))) (T -708))
+((-3525 (*1 *2 *2 *3 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-708 *2)) (-4 *2 (-1264 *3)))) (-3186 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-2 (|:| -1452 *5) (|:| -2786 (-576))))) (-5 *4 (-576)) (-4 *5 (-1264 *4)) (-5 *2 (-656 *5)) (-5 *1 (-708 *5)))) (-2513 (*1 *2 *3 *4) (-12 (-5 *4 (-576)) (-5 *2 (-656 (-2 (|:| -1452 *3) (|:| -2786 *4)))) (-5 *1 (-708 *3)) (-4 *3 (-1264 *4)))) (-1452 (*1 *2 *3 *4) (-12 (-5 *4 (-576)) (-5 *2 (-656 *3)) (-5 *1 (-708 *3)) (-4 *3 (-1264 *4)))) (-3364 (*1 *2 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-708 *2)) (-4 *2 (-1264 *3)))) (-3115 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-708 *2)) (-4 *2 (-1264 *3)))))
+(-10 -7 (-15 -3115 (|#1| |#1| |#1| (-576))) (-15 -3364 (|#1| |#1| (-576))) (-15 -1452 ((-656 |#1|) |#1| (-576))) (-15 -2513 ((-656 (-2 (|:| -1452 |#1|) (|:| -2786 (-576)))) |#1| (-576))) (-15 -3186 ((-656 |#1|) (-656 (-2 (|:| -1452 |#1|) (|:| -2786 (-576)))) (-576))) (-15 -3525 (|#1| |#1| (-576) |#1| (-576))))
+((-3543 (((-1 (-962 (-227)) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227) (-227))) 17)) (-3542 (((-1154 (-227)) (-1154 (-227)) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-227)) (-1115 (-227)) (-656 (-270))) 53) (((-1154 (-227)) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-227)) (-1115 (-227)) (-656 (-270))) 55) (((-1154 (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-3 (-1 (-227) (-227) (-227) (-227)) "undefined") (-1115 (-227)) (-1115 (-227)) (-656 (-270))) 57)) (-2288 (((-1154 (-227)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1115 (-227)) (-656 (-270))) NIL)) (-1674 (((-1154 (-227)) (-1 (-227) (-227) (-227)) (-3 (-1 (-227) (-227) (-227) (-227)) "undefined") (-1115 (-227)) (-1115 (-227)) (-656 (-270))) 58)))
+(((-709) (-10 -7 (-15 -3542 ((-1154 (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-3 (-1 (-227) (-227) (-227) (-227)) "undefined") (-1115 (-227)) (-1115 (-227)) (-656 (-270)))) (-15 -3542 ((-1154 (-227)) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-227)) (-1115 (-227)) (-656 (-270)))) (-15 -3542 ((-1154 (-227)) (-1154 (-227)) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-227)) (-1115 (-227)) (-656 (-270)))) (-15 -1674 ((-1154 (-227)) (-1 (-227) (-227) (-227)) (-3 (-1 (-227) (-227) (-227) (-227)) "undefined") (-1115 (-227)) (-1115 (-227)) (-656 (-270)))) (-15 -2288 ((-1154 (-227)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1115 (-227)) (-656 (-270)))) (-15 -3543 ((-1 (-962 (-227)) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227) (-227)))))) (T -709))
+((-3543 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1 (-227) (-227) (-227) (-227))) (-5 *2 (-1 (-962 (-227)) (-227) (-227))) (-5 *1 (-709)))) (-2288 (*1 *2 *3 *3 *3 *4 *5 *6) (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227))) (-5 *5 (-1115 (-227))) (-5 *6 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-709)))) (-1674 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-3 (-1 (-227) (-227) (-227) (-227)) "undefined")) (-5 *5 (-1115 (-227))) (-5 *6 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-709)))) (-3542 (*1 *2 *2 *3 *4 *4 *5) (-12 (-5 *2 (-1154 (-227))) (-5 *3 (-1 (-962 (-227)) (-227) (-227))) (-5 *4 (-1115 (-227))) (-5 *5 (-656 (-270))) (-5 *1 (-709)))) (-3542 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-962 (-227)) (-227) (-227))) (-5 *4 (-1115 (-227))) (-5 *5 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-709)))) (-3542 (*1 *2 *3 *3 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-3 (-1 (-227) (-227) (-227) (-227)) "undefined")) (-5 *5 (-1115 (-227))) (-5 *6 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-709)))))
+(-10 -7 (-15 -3542 ((-1154 (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-3 (-1 (-227) (-227) (-227) (-227)) "undefined") (-1115 (-227)) (-1115 (-227)) (-656 (-270)))) (-15 -3542 ((-1154 (-227)) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-227)) (-1115 (-227)) (-656 (-270)))) (-15 -3542 ((-1154 (-227)) (-1154 (-227)) (-1 (-962 (-227)) (-227) (-227)) (-1115 (-227)) (-1115 (-227)) (-656 (-270)))) (-15 -1674 ((-1154 (-227)) (-1 (-227) (-227) (-227)) (-3 (-1 (-227) (-227) (-227) (-227)) "undefined") (-1115 (-227)) (-1115 (-227)) (-656 (-270)))) (-15 -2288 ((-1154 (-227)) (-326 (-576)) (-326 (-576)) (-326 (-576)) (-1 (-227) (-227)) (-1115 (-227)) (-656 (-270)))) (-15 -3543 ((-1 (-962 (-227)) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227)) (-1 (-227) (-227) (-227) (-227)))))
+((-1452 (((-430 (-1193 |#4|)) (-1193 |#4|)) 86) (((-430 |#4|) |#4|) 266)))
+(((-710 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1452 ((-430 |#4|) |#4|)) (-15 -1452 ((-430 (-1193 |#4|)) (-1193 |#4|)))) (-862) (-805) (-360) (-968 |#3| |#2| |#1|)) (T -710))
+((-1452 (*1 *2 *3) (-12 (-4 *4 (-862)) (-4 *5 (-805)) (-4 *6 (-360)) (-4 *7 (-968 *6 *5 *4)) (-5 *2 (-430 (-1193 *7))) (-5 *1 (-710 *4 *5 *6 *7)) (-5 *3 (-1193 *7)))) (-1452 (*1 *2 *3) (-12 (-4 *4 (-862)) (-4 *5 (-805)) (-4 *6 (-360)) (-5 *2 (-430 *3)) (-5 *1 (-710 *4 *5 *6 *3)) (-4 *3 (-968 *6 *5 *4)))))
+(-10 -7 (-15 -1452 ((-430 |#4|) |#4|)) (-15 -1452 ((-430 (-1193 |#4|)) (-1193 |#4|))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 97)) (-3730 (((-576) $) 34)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2452 (($ $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-1463 (($ $) NIL)) (-4064 (((-112) $ $) NIL)) (-4018 (((-576) $) NIL)) (-3853 (($) NIL T CONST)) (-2646 (($ $) NIL)) (-2981 (((-3 (-576) "failed") $) 85) (((-3 (-419 (-576)) "failed") $) 28) (((-3 (-390) "failed") $) 82)) (-2318 (((-576) $) 87) (((-419 (-576)) $) 79) (((-390) $) 80)) (-1892 (($ $ $) 109)) (-2413 (((-3 $ "failed") $) 100)) (-1905 (($ $ $) 108)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-2760 (((-940)) 89) (((-940) (-940)) 88)) (-2907 (((-112) $) NIL)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL)) (-1760 (((-576) $) NIL)) (-3315 (((-112) $) NIL)) (-4063 (($ $ (-576)) NIL)) (-2828 (($ $) NIL)) (-2569 (((-112) $) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1584 (((-576) (-576)) 94) (((-576)) 95)) (-2905 (($ $ $) NIL) (($) NIL (-12 (-2300 (|has| $ (-6 -4447))) (-2300 (|has| $ (-6 -4455)))))) (-1750 (((-576) (-576)) 92) (((-576)) 93)) (-2163 (($ $ $) NIL) (($) NIL (-12 (-2300 (|has| $ (-6 -4447))) (-2300 (|has| $ (-6 -4455)))))) (-1359 (((-576) $) 17)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 104)) (-2227 (((-940) (-576)) NIL (|has| $ (-6 -4455)))) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4152 (($ $) NIL)) (-4110 (($ $) NIL)) (-2633 (($ (-576) (-576)) NIL) (($ (-576) (-576) (-940)) NIL)) (-1452 (((-430 $) $) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) 105)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3744 (((-576) $) 24)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 107)) (-3833 (((-940)) NIL) (((-940) (-940)) NIL (|has| $ (-6 -4455)))) (-2657 (((-940) (-576)) NIL (|has| $ (-6 -4455)))) (-1554 (((-390) $) NIL) (((-227) $) NIL) (((-907 (-390)) $) NIL)) (-4114 (((-876) $) 63) (($ (-576)) 75) (($ $) NIL) (($ (-419 (-576))) 78) (($ (-576)) 75) (($ (-419 (-576))) 78) (($ (-390)) 72) (((-390) $) 61) (($ (-713)) 66)) (-2864 (((-783)) 119 T CONST)) (-2475 (($ (-576) (-576) (-940)) 54)) (-2778 (($ $) NIL)) (-2729 (((-940)) NIL) (((-940) (-940)) NIL (|has| $ (-6 -4455)))) (-3000 (((-112) $ $) NIL)) (-1867 (((-940)) 91) (((-940) (-940)) 90)) (-4095 (((-112) $ $) NIL)) (-2679 (($ $) NIL)) (-4312 (($) 37 T CONST)) (-4322 (($) 18 T CONST)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 96)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 118)) (-4047 (($ $ $) 77)) (-4037 (($ $) 115) (($ $ $) 116)) (-4027 (($ $ $) 114)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL) (($ $ (-419 (-576))) 103)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 110) (($ $ $) 101) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL)))
+(((-711) (-13 (-416) (-399) (-374) (-1059 (-390)) (-1059 (-419 (-576))) (-148) (-10 -8 (-15 -2760 ((-940) (-940))) (-15 -2760 ((-940))) (-15 -1867 ((-940) (-940))) (-15 -1750 ((-576) (-576))) (-15 -1750 ((-576))) (-15 -1584 ((-576) (-576))) (-15 -1584 ((-576))) (-15 -4114 ((-390) $)) (-15 -4114 ($ (-713))) (-15 -1359 ((-576) $)) (-15 -3744 ((-576) $)) (-15 -2475 ($ (-576) (-576) (-940)))))) (T -711))
+((-3744 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-711)))) (-1359 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-711)))) (-2760 (*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-711)))) (-2760 (*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-711)))) (-1867 (*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-711)))) (-1750 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-711)))) (-1750 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-711)))) (-1584 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-711)))) (-1584 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-711)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-390)) (-5 *1 (-711)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-711)))) (-2475 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-576)) (-5 *3 (-940)) (-5 *1 (-711)))))
+(-13 (-416) (-399) (-374) (-1059 (-390)) (-1059 (-419 (-576))) (-148) (-10 -8 (-15 -2760 ((-940) (-940))) (-15 -2760 ((-940))) (-15 -1867 ((-940) (-940))) (-15 -1750 ((-576) (-576))) (-15 -1750 ((-576))) (-15 -1584 ((-576) (-576))) (-15 -1584 ((-576))) (-15 -4114 ((-390) $)) (-15 -4114 ($ (-713))) (-15 -1359 ((-576) $)) (-15 -3744 ((-576) $)) (-15 -2475 ($ (-576) (-576) (-940)))))
+((-1560 (((-701 |#1|) (-701 |#1|) |#1| |#1|) 85)) (-1872 (((-701 |#1|) (-701 |#1|) |#1|) 66)) (-3605 (((-701 |#1|) (-701 |#1|) |#1|) 86)) (-2265 (((-701 |#1|) (-701 |#1|)) 67)) (-2873 (((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|) 84)))
+(((-712 |#1|) (-10 -7 (-15 -2265 ((-701 |#1|) (-701 |#1|))) (-15 -1872 ((-701 |#1|) (-701 |#1|) |#1|)) (-15 -3605 ((-701 |#1|) (-701 |#1|) |#1|)) (-15 -1560 ((-701 |#1|) (-701 |#1|) |#1| |#1|)) (-15 -2873 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|))) (-317)) (T -712))
+((-2873 (*1 *2 *3 *3) (-12 (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3))) (-5 *1 (-712 *3)) (-4 *3 (-317)))) (-1560 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-701 *3)) (-4 *3 (-317)) (-5 *1 (-712 *3)))) (-3605 (*1 *2 *2 *3) (-12 (-5 *2 (-701 *3)) (-4 *3 (-317)) (-5 *1 (-712 *3)))) (-1872 (*1 *2 *2 *3) (-12 (-5 *2 (-701 *3)) (-4 *3 (-317)) (-5 *1 (-712 *3)))) (-2265 (*1 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-317)) (-5 *1 (-712 *3)))))
+(-10 -7 (-15 -2265 ((-701 |#1|) (-701 |#1|))) (-15 -1872 ((-701 |#1|) (-701 |#1|) |#1|)) (-15 -3605 ((-701 |#1|) (-701 |#1|) |#1|)) (-15 -1560 ((-701 |#1|) (-701 |#1|) |#1| |#1|)) (-15 -2873 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-4121 (($ $ $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3993 (($ $ $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4064 (((-112) $ $) NIL)) (-4018 (((-576) $) NIL)) (-3385 (($ $ $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) 31)) (-2318 (((-576) $) 29)) (-1892 (($ $ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-3878 (((-3 (-419 (-576)) "failed") $) NIL)) (-1358 (((-112) $) NIL)) (-2951 (((-419 (-576)) $) NIL)) (-4370 (($ $) NIL) (($) NIL)) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-3848 (($ $ $ $) NIL)) (-2274 (($ $ $) NIL)) (-2907 (((-112) $) NIL)) (-1501 (($ $ $) NIL)) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL)) (-3315 (((-112) $) NIL)) (-2231 (((-112) $) NIL)) (-4080 (((-3 $ "failed") $) NIL)) (-2569 (((-112) $) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3747 (($ $ $ $) NIL)) (-2905 (($ $ $) NIL)) (-2761 (((-940) (-940)) 10) (((-940)) 9)) (-2163 (($ $ $) NIL)) (-2362 (($ $) NIL)) (-3108 (($ $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL)) (-3078 (($ (-656 $)) NIL) (($ $ $) NIL)) (-4185 (((-1179) $) NIL)) (-2248 (($ $ $) NIL)) (-3651 (($) NIL T CONST)) (-1919 (($ $) NIL)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ (-656 $)) NIL) (($ $ $) NIL)) (-3506 (($ $) NIL)) (-1452 (((-430 $) $) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3489 (((-112) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-4107 (($ $ (-783)) NIL) (($ $) NIL)) (-3755 (($ $) NIL)) (-4287 (($ $) NIL)) (-1554 (((-227) $) NIL) (((-390) $) NIL) (((-907 (-576)) $) NIL) (((-548) $) NIL) (((-576) $) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) 28) (($ $) NIL) (($ (-576)) 28) (((-326 $) (-326 (-576))) 18)) (-2864 (((-783)) NIL T CONST)) (-3265 (((-112) $ $) NIL)) (-2945 (($ $ $) NIL)) (-3000 (((-112) $ $) NIL)) (-1867 (($) NIL)) (-4095 (((-112) $ $) NIL)) (-4225 (($ $ $ $) NIL)) (-2679 (($ $) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-783)) NIL) (($ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL)))
+(((-713) (-13 (-399) (-557) (-10 -8 (-15 -2761 ((-940) (-940))) (-15 -2761 ((-940))) (-15 -4114 ((-326 $) (-326 (-576))))))) (T -713))
+((-2761 (*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-713)))) (-2761 (*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-713)))) (-4114 (*1 *2 *3) (-12 (-5 *3 (-326 (-576))) (-5 *2 (-326 (-713))) (-5 *1 (-713)))))
+(-13 (-399) (-557) (-10 -8 (-15 -2761 ((-940) (-940))) (-15 -2761 ((-940))) (-15 -4114 ((-326 $) (-326 (-576))))))
+((-1374 (((-1 |#4| |#2| |#3|) |#1| (-1197) (-1197)) 19)) (-2196 (((-1 |#4| |#2| |#3|) (-1197)) 12)))
+(((-714 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2196 ((-1 |#4| |#2| |#3|) (-1197))) (-15 -1374 ((-1 |#4| |#2| |#3|) |#1| (-1197) (-1197)))) (-626 (-548)) (-1238) (-1238) (-1238)) (T -714))
+((-1374 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1197)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-714 *3 *5 *6 *7)) (-4 *3 (-626 (-548))) (-4 *5 (-1238)) (-4 *6 (-1238)) (-4 *7 (-1238)))) (-2196 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-714 *4 *5 *6 *7)) (-4 *4 (-626 (-548))) (-4 *5 (-1238)) (-4 *6 (-1238)) (-4 *7 (-1238)))))
+(-10 -7 (-15 -2196 ((-1 |#4| |#2| |#3|) (-1197))) (-15 -1374 ((-1 |#4| |#2| |#3|) |#1| (-1197) (-1197))))
+((-3061 (((-1 (-227) (-227) (-227)) |#1| (-1197) (-1197)) 43) (((-1 (-227) (-227)) |#1| (-1197)) 48)))
+(((-715 |#1|) (-10 -7 (-15 -3061 ((-1 (-227) (-227)) |#1| (-1197))) (-15 -3061 ((-1 (-227) (-227) (-227)) |#1| (-1197) (-1197)))) (-626 (-548))) (T -715))
+((-3061 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1197)) (-5 *2 (-1 (-227) (-227) (-227))) (-5 *1 (-715 *3)) (-4 *3 (-626 (-548))))) (-3061 (*1 *2 *3 *4) (-12 (-5 *4 (-1197)) (-5 *2 (-1 (-227) (-227))) (-5 *1 (-715 *3)) (-4 *3 (-626 (-548))))))
+(-10 -7 (-15 -3061 ((-1 (-227) (-227)) |#1| (-1197))) (-15 -3061 ((-1 (-227) (-227) (-227)) |#1| (-1197) (-1197))))
+((-2952 (((-1197) |#1| (-1197) (-656 (-1197))) 10) (((-1197) |#1| (-1197) (-1197) (-1197)) 13) (((-1197) |#1| (-1197) (-1197)) 12) (((-1197) |#1| (-1197)) 11)))
+(((-716 |#1|) (-10 -7 (-15 -2952 ((-1197) |#1| (-1197))) (-15 -2952 ((-1197) |#1| (-1197) (-1197))) (-15 -2952 ((-1197) |#1| (-1197) (-1197) (-1197))) (-15 -2952 ((-1197) |#1| (-1197) (-656 (-1197))))) (-626 (-548))) (T -716))
+((-2952 (*1 *2 *3 *2 *4) (-12 (-5 *4 (-656 (-1197))) (-5 *2 (-1197)) (-5 *1 (-716 *3)) (-4 *3 (-626 (-548))))) (-2952 (*1 *2 *3 *2 *2 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-716 *3)) (-4 *3 (-626 (-548))))) (-2952 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-716 *3)) (-4 *3 (-626 (-548))))) (-2952 (*1 *2 *3 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-716 *3)) (-4 *3 (-626 (-548))))))
+(-10 -7 (-15 -2952 ((-1197) |#1| (-1197))) (-15 -2952 ((-1197) |#1| (-1197) (-1197))) (-15 -2952 ((-1197) |#1| (-1197) (-1197) (-1197))) (-15 -2952 ((-1197) |#1| (-1197) (-656 (-1197)))))
+((-3666 (((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) 9)))
+(((-717 |#1| |#2|) (-10 -7 (-15 -3666 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|))) (-1238) (-1238)) (T -717))
+((-3666 (*1 *2 *3 *4) (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4))) (-5 *1 (-717 *3 *4)) (-4 *3 (-1238)) (-4 *4 (-1238)))))
+(-10 -7 (-15 -3666 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|)))
+((-4288 (((-1 |#3| |#2|) (-1197)) 11)) (-1374 (((-1 |#3| |#2|) |#1| (-1197)) 21)))
+(((-718 |#1| |#2| |#3|) (-10 -7 (-15 -4288 ((-1 |#3| |#2|) (-1197))) (-15 -1374 ((-1 |#3| |#2|) |#1| (-1197)))) (-626 (-548)) (-1238) (-1238)) (T -718))
+((-1374 (*1 *2 *3 *4) (-12 (-5 *4 (-1197)) (-5 *2 (-1 *6 *5)) (-5 *1 (-718 *3 *5 *6)) (-4 *3 (-626 (-548))) (-4 *5 (-1238)) (-4 *6 (-1238)))) (-4288 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-1 *6 *5)) (-5 *1 (-718 *4 *5 *6)) (-4 *4 (-626 (-548))) (-4 *5 (-1238)) (-4 *6 (-1238)))))
+(-10 -7 (-15 -4288 ((-1 |#3| |#2|) (-1197))) (-15 -1374 ((-1 |#3| |#2|) |#1| (-1197))))
+((-2929 (((-3 (-656 (-1193 |#4|)) "failed") (-1193 |#4|) (-656 |#2|) (-656 (-1193 |#4|)) (-656 |#3|) (-656 |#4|) (-656 (-656 (-2 (|:| -1355 (-783)) (|:| |pcoef| |#4|)))) (-656 (-783)) (-1288 (-656 (-1193 |#3|))) |#3|) 92)) (-1755 (((-3 (-656 (-1193 |#4|)) "failed") (-1193 |#4|) (-656 |#2|) (-656 (-1193 |#3|)) (-656 |#3|) (-656 |#4|) (-656 (-783)) |#3|) 110)) (-2133 (((-3 (-656 (-1193 |#4|)) "failed") (-1193 |#4|) (-656 |#2|) (-656 |#3|) (-656 (-783)) (-656 (-1193 |#4|)) (-1288 (-656 (-1193 |#3|))) |#3|) 47)))
+(((-719 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2133 ((-3 (-656 (-1193 |#4|)) "failed") (-1193 |#4|) (-656 |#2|) (-656 |#3|) (-656 (-783)) (-656 (-1193 |#4|)) (-1288 (-656 (-1193 |#3|))) |#3|)) (-15 -1755 ((-3 (-656 (-1193 |#4|)) "failed") (-1193 |#4|) (-656 |#2|) (-656 (-1193 |#3|)) (-656 |#3|) (-656 |#4|) (-656 (-783)) |#3|)) (-15 -2929 ((-3 (-656 (-1193 |#4|)) "failed") (-1193 |#4|) (-656 |#2|) (-656 (-1193 |#4|)) (-656 |#3|) (-656 |#4|) (-656 (-656 (-2 (|:| -1355 (-783)) (|:| |pcoef| |#4|)))) (-656 (-783)) (-1288 (-656 (-1193 |#3|))) |#3|))) (-805) (-862) (-317) (-968 |#3| |#1| |#2|)) (T -719))
+((-2929 (*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10) (|partial| -12 (-5 *2 (-656 (-1193 *13))) (-5 *3 (-1193 *13)) (-5 *4 (-656 *12)) (-5 *5 (-656 *10)) (-5 *6 (-656 *13)) (-5 *7 (-656 (-656 (-2 (|:| -1355 (-783)) (|:| |pcoef| *13))))) (-5 *8 (-656 (-783))) (-5 *9 (-1288 (-656 (-1193 *10)))) (-4 *12 (-862)) (-4 *10 (-317)) (-4 *13 (-968 *10 *11 *12)) (-4 *11 (-805)) (-5 *1 (-719 *11 *12 *10 *13)))) (-1755 (*1 *2 *3 *4 *5 *6 *7 *8 *9) (|partial| -12 (-5 *4 (-656 *11)) (-5 *5 (-656 (-1193 *9))) (-5 *6 (-656 *9)) (-5 *7 (-656 *12)) (-5 *8 (-656 (-783))) (-4 *11 (-862)) (-4 *9 (-317)) (-4 *12 (-968 *9 *10 *11)) (-4 *10 (-805)) (-5 *2 (-656 (-1193 *12))) (-5 *1 (-719 *10 *11 *9 *12)) (-5 *3 (-1193 *12)))) (-2133 (*1 *2 *3 *4 *5 *6 *2 *7 *8) (|partial| -12 (-5 *2 (-656 (-1193 *11))) (-5 *3 (-1193 *11)) (-5 *4 (-656 *10)) (-5 *5 (-656 *8)) (-5 *6 (-656 (-783))) (-5 *7 (-1288 (-656 (-1193 *8)))) (-4 *10 (-862)) (-4 *8 (-317)) (-4 *11 (-968 *8 *9 *10)) (-4 *9 (-805)) (-5 *1 (-719 *9 *10 *8 *11)))))
+(-10 -7 (-15 -2133 ((-3 (-656 (-1193 |#4|)) "failed") (-1193 |#4|) (-656 |#2|) (-656 |#3|) (-656 (-783)) (-656 (-1193 |#4|)) (-1288 (-656 (-1193 |#3|))) |#3|)) (-15 -1755 ((-3 (-656 (-1193 |#4|)) "failed") (-1193 |#4|) (-656 |#2|) (-656 (-1193 |#3|)) (-656 |#3|) (-656 |#4|) (-656 (-783)) |#3|)) (-15 -2929 ((-3 (-656 (-1193 |#4|)) "failed") (-1193 |#4|) (-656 |#2|) (-656 (-1193 |#4|)) (-656 |#3|) (-656 |#4|) (-656 (-656 (-2 (|:| -1355 (-783)) (|:| |pcoef| |#4|)))) (-656 (-783)) (-1288 (-656 (-1193 |#3|))) |#3|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-3310 (($ $) 48)) (-2413 (((-3 $ "failed") $) 37)) (-3315 (((-112) $) 35)) (-1562 (($ |#1| (-783)) 46)) (-4269 (((-783) $) 50)) (-1708 ((|#1| $) 49)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-2786 (((-783) $) 51)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 45 (|has| |#1| (-174)))) (-1341 ((|#1| $ (-783)) 47)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 53) (($ |#1| $) 52)))
+(((-720 |#1|) (-141) (-1070)) (T -720))
+((-2786 (*1 *2 *1) (-12 (-4 *1 (-720 *3)) (-4 *3 (-1070)) (-5 *2 (-783)))) (-4269 (*1 *2 *1) (-12 (-4 *1 (-720 *3)) (-4 *3 (-1070)) (-5 *2 (-783)))) (-1708 (*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-1070)))) (-3310 (*1 *1 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-1070)))) (-1341 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *1 (-720 *2)) (-4 *2 (-1070)))) (-1562 (*1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-720 *2)) (-4 *2 (-1070)))))
+(-13 (-1070) (-111 |t#1| |t#1|) (-10 -8 (IF (|has| |t#1| (-174)) (-6 (-38 |t#1|)) |%noBranch|) (-15 -2786 ((-783) $)) (-15 -4269 ((-783) $)) (-15 -1708 (|t#1| $)) (-15 -3310 ($ $)) (-15 -1341 (|t#1| $ (-783))) (-15 -1562 ($ |t#1| (-783)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-174)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 |#1|) |has| |#1| (-174)) ((-729 |#1|) |has| |#1| (-174)) ((-738) . T) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-2423 ((|#6| (-1 |#4| |#1|) |#3|) 23)))
+(((-721 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2423 (|#6| (-1 |#4| |#1|) |#3|))) (-568) (-1264 |#1|) (-1264 (-419 |#2|)) (-568) (-1264 |#4|) (-1264 (-419 |#5|))) (T -721))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-568)) (-4 *7 (-568)) (-4 *6 (-1264 *5)) (-4 *2 (-1264 (-419 *8))) (-5 *1 (-721 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1264 (-419 *6))) (-4 *8 (-1264 *7)))))
+(-10 -7 (-15 -2423 (|#6| (-1 |#4| |#1|) |#3|)))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1409 (((-1179) (-876)) 38)) (-1612 (((-1293) (-1179)) 31)) (-3882 (((-1179) (-876)) 28)) (-2089 (((-1179) (-876)) 29)) (-4114 (((-876) $) NIL) (((-1179) (-876)) 27)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-722) (-13 (-1121) (-10 -7 (-15 -4114 ((-1179) (-876))) (-15 -3882 ((-1179) (-876))) (-15 -2089 ((-1179) (-876))) (-15 -1409 ((-1179) (-876))) (-15 -1612 ((-1293) (-1179)))))) (T -722))
+((-4114 (*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1179)) (-5 *1 (-722)))) (-3882 (*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1179)) (-5 *1 (-722)))) (-2089 (*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1179)) (-5 *1 (-722)))) (-1409 (*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1179)) (-5 *1 (-722)))) (-1612 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-722)))))
+(-13 (-1121) (-10 -7 (-15 -4114 ((-1179) (-876))) (-15 -3882 ((-1179) (-876))) (-15 -2089 ((-1179) (-876))) (-15 -1409 ((-1179) (-876))) (-15 -1612 ((-1293) (-1179)))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4064 (((-112) $ $) NIL)) (-3853 (($) NIL T CONST)) (-1892 (($ $ $) NIL)) (-2722 (($ |#1| |#2|) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-3315 (((-112) $) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1869 ((|#2| $) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-1452 (((-430 $) $) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3624 (((-3 $ "failed") $ $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) ((|#1| $) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL)))
+(((-723 |#1| |#2| |#3| |#4| |#5|) (-13 (-374) (-10 -8 (-15 -1869 (|#2| $)) (-15 -4114 (|#1| $)) (-15 -2722 ($ |#1| |#2|)) (-15 -3624 ((-3 $ "failed") $ $)))) (-174) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -723))
+((-1869 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-723 *3 *2 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-4114 (*1 *2 *1) (-12 (-4 *2 (-174)) (-5 *1 (-723 *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)))) (-2722 (*1 *1 *2 *3) (-12 (-5 *1 (-723 *2 *3 *4 *5 *6)) (-4 *2 (-174)) (-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)))) (-3624 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-723 *2 *3 *4 *5 *6)) (-4 *2 (-174)) (-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 (-374) (-10 -8 (-15 -1869 (|#2| $)) (-15 -4114 (|#1| $)) (-15 -2722 ($ |#1| |#2|)) (-15 -3624 ((-3 $ "failed") $ $))))
+((-1955 (((-112) $ $) 87)) (-2604 (((-112) $) 36)) (-3357 (((-1288 |#1|) $ (-783)) NIL)) (-1583 (((-656 (-1103)) $) NIL)) (-2259 (($ (-1193 |#1|)) NIL)) (-1420 (((-1193 $) $ (-1103)) NIL) (((-1193 |#1|) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2392 (((-783) $) NIL) (((-783) $ (-656 (-1103))) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3350 (($ $ $) NIL (|has| |#1| (-568)))) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4068 (($ $) NIL (|has| |#1| (-464)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4064 (((-112) $ $) NIL (|has| |#1| (-374)))) (-2200 (((-783)) 54 (|has| |#1| (-379)))) (-4215 (($ $ (-783)) NIL)) (-2440 (($ $ (-783)) NIL)) (-1891 ((|#2| |#2|) 50)) (-1387 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-464)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-1103) "failed") $) NIL)) (-2318 ((|#1| $) NIL) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-1103) $) NIL)) (-1751 (($ $ $ (-1103)) NIL (|has| |#1| (-174))) ((|#1| $ $) NIL (|has| |#1| (-174)))) (-1892 (($ $ $) NIL (|has| |#1| (-374)))) (-3310 (($ $) 40)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2722 (($ |#2|) 48)) (-2413 (((-3 $ "failed") $) 97)) (-4370 (($) 58 (|has| |#1| (-379)))) (-1905 (($ $ $) NIL (|has| |#1| (-374)))) (-1783 (($ $ $) NIL)) (-3230 (($ $ $) NIL (|has| |#1| (-568)))) (-3710 (((-2 (|:| -2862 |#1|) (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-568)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-1770 (($ $) NIL (|has| |#1| (-464))) (($ $ (-1103)) NIL (|has| |#1| (-464)))) (-3297 (((-656 $) $) NIL)) (-3742 (((-112) $) NIL (|has| |#1| (-928)))) (-2992 (((-977 $)) 89)) (-4308 (($ $ |#1| (-783) $) NIL)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (-12 (|has| (-1103) (-901 (-390))) (|has| |#1| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (-12 (|has| (-1103) (-901 (-576))) (|has| |#1| (-901 (-576)))))) (-1760 (((-783) $ $) NIL (|has| |#1| (-568)))) (-3315 (((-112) $) NIL)) (-2509 (((-783) $) NIL)) (-4080 (((-3 $ "failed") $) NIL (|has| |#1| (-1173)))) (-1572 (($ (-1193 |#1|) (-1103)) NIL) (($ (-1193 $) (-1103)) NIL)) (-3460 (($ $ (-783)) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-783)) 85) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103)) (-656 (-783))) NIL)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ (-1103)) NIL) (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-1869 ((|#2|) 51)) (-4269 (((-783) $) NIL) (((-783) $ (-1103)) NIL) (((-656 (-783)) $ (-656 (-1103))) NIL)) (-1504 (($ (-1 (-783) (-783)) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-1443 (((-1193 |#1|) $) NIL)) (-1706 (((-3 (-1103) "failed") $) NIL)) (-2106 (((-940) $) NIL (|has| |#1| (-379)))) (-2709 ((|#2| $) 47)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) NIL) (((-701 |#1|) (-1288 $)) NIL)) (-1697 (($ $) NIL)) (-1708 ((|#1| $) 34)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-4185 (((-1179) $) NIL)) (-1368 (((-2 (|:| -4079 $) (|:| -1380 $)) $ (-783)) NIL)) (-4383 (((-3 (-656 $) "failed") $) NIL)) (-2453 (((-3 (-656 $) "failed") $) NIL)) (-2344 (((-3 (-2 (|:| |var| (-1103)) (|:| -3744 (-783))) "failed") $) NIL)) (-1488 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3651 (($) NIL (|has| |#1| (-1173)) CONST)) (-2409 (($ (-940)) NIL (|has| |#1| (-379)))) (-3117 (((-1141) $) NIL)) (-1677 (((-112) $) NIL)) (-1684 ((|#1| $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-464)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-4380 (($ $) 88 (|has| |#1| (-360)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-1452 (((-430 $) $) NIL (|has| |#1| (-928)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-1943 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ $) 96 (|has| |#1| (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2143 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-1103) |#1|) NIL) (($ $ (-656 (-1103)) (-656 |#1|)) NIL) (($ $ (-1103) $) NIL) (($ $ (-656 (-1103)) (-656 $)) NIL)) (-3199 (((-783) $) NIL (|has| |#1| (-374)))) (-4369 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-419 $) (-419 $) (-419 $)) NIL (|has| |#1| (-568))) ((|#1| (-419 $) |#1|) NIL (|has| |#1| (-374))) (((-419 $) $ (-419 $)) NIL (|has| |#1| (-568)))) (-2968 (((-3 $ "failed") $ (-783)) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 98 (|has| |#1| (-374)))) (-3053 (($ $ (-1103)) NIL (|has| |#1| (-174))) ((|#1| $) NIL (|has| |#1| (-174)))) (-4107 (($ $ (-656 (-1103)) (-656 (-783))) NIL) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103))) NIL) (($ $ (-1103)) NIL) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1 |#1| |#1|) $) NIL) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197))))) (-2786 (((-783) $) 38) (((-783) $ (-1103)) NIL) (((-656 (-783)) $ (-656 (-1103))) NIL)) (-1554 (((-907 (-390)) $) NIL (-12 (|has| (-1103) (-626 (-907 (-390)))) (|has| |#1| (-626 (-907 (-390)))))) (((-907 (-576)) $) NIL (-12 (|has| (-1103) (-626 (-907 (-576)))) (|has| |#1| (-626 (-907 (-576)))))) (((-548) $) NIL (-12 (|has| (-1103) (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-3929 ((|#1| $) NIL (|has| |#1| (-464))) (($ $ (-1103)) NIL (|has| |#1| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-928))))) (-1435 (((-977 $)) 42)) (-1442 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568))) (((-3 (-419 $) "failed") (-419 $) $) NIL (|has| |#1| (-568)))) (-4114 (((-876) $) 68) (($ (-576)) NIL) (($ |#1|) 65) (($ (-1103)) NIL) (($ |#2|) 75) (($ (-419 (-576))) NIL (-3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576)))))) (($ $) NIL (|has| |#1| (-568)))) (-1923 (((-656 |#1|) $) NIL)) (-1341 ((|#1| $ (-783)) 70) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103)) (-656 (-783))) NIL)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#1| (-928))) (|has| |#1| (-146))))) (-2864 (((-783)) NIL T CONST)) (-3365 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4312 (($) 25 T CONST)) (-4247 (((-1288 |#1|) $) 83)) (-2020 (($ (-1288 |#1|)) 57)) (-4322 (($) 8 T CONST)) (-3157 (($ $ (-656 (-1103)) (-656 (-783))) NIL) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103))) NIL) (($ $ (-1103)) NIL) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197))))) (-2256 (((-1288 |#1|) $) NIL)) (-3939 (((-112) $ $) 76)) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-4037 (($ $) 79) (($ $ $) NIL)) (-4027 (($ $ $) 39)) (** (($ $ (-940)) NIL) (($ $ (-783)) 92)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 64) (($ $ $) 82) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 62) (($ $ |#1|) NIL)))
+(((-724 |#1| |#2|) (-13 (-1264 |#1|) (-628 |#2|) (-10 -8 (-15 -1891 (|#2| |#2|)) (-15 -1869 (|#2|)) (-15 -2722 ($ |#2|)) (-15 -2709 (|#2| $)) (-15 -4247 ((-1288 |#1|) $)) (-15 -2020 ($ (-1288 |#1|))) (-15 -2256 ((-1288 |#1|) $)) (-15 -2992 ((-977 $))) (-15 -1435 ((-977 $))) (IF (|has| |#1| (-360)) (-15 -4380 ($ $)) |%noBranch|) (IF (|has| |#1| (-379)) (-6 (-379)) |%noBranch|))) (-1070) (-1264 |#1|)) (T -724))
+((-1891 (*1 *2 *2) (-12 (-4 *3 (-1070)) (-5 *1 (-724 *3 *2)) (-4 *2 (-1264 *3)))) (-1869 (*1 *2) (-12 (-4 *2 (-1264 *3)) (-5 *1 (-724 *3 *2)) (-4 *3 (-1070)))) (-2722 (*1 *1 *2) (-12 (-4 *3 (-1070)) (-5 *1 (-724 *3 *2)) (-4 *2 (-1264 *3)))) (-2709 (*1 *2 *1) (-12 (-4 *2 (-1264 *3)) (-5 *1 (-724 *3 *2)) (-4 *3 (-1070)))) (-4247 (*1 *2 *1) (-12 (-4 *3 (-1070)) (-5 *2 (-1288 *3)) (-5 *1 (-724 *3 *4)) (-4 *4 (-1264 *3)))) (-2020 (*1 *1 *2) (-12 (-5 *2 (-1288 *3)) (-4 *3 (-1070)) (-5 *1 (-724 *3 *4)) (-4 *4 (-1264 *3)))) (-2256 (*1 *2 *1) (-12 (-4 *3 (-1070)) (-5 *2 (-1288 *3)) (-5 *1 (-724 *3 *4)) (-4 *4 (-1264 *3)))) (-2992 (*1 *2) (-12 (-4 *3 (-1070)) (-5 *2 (-977 (-724 *3 *4))) (-5 *1 (-724 *3 *4)) (-4 *4 (-1264 *3)))) (-1435 (*1 *2) (-12 (-4 *3 (-1070)) (-5 *2 (-977 (-724 *3 *4))) (-5 *1 (-724 *3 *4)) (-4 *4 (-1264 *3)))) (-4380 (*1 *1 *1) (-12 (-4 *2 (-360)) (-4 *2 (-1070)) (-5 *1 (-724 *2 *3)) (-4 *3 (-1264 *2)))))
+(-13 (-1264 |#1|) (-628 |#2|) (-10 -8 (-15 -1891 (|#2| |#2|)) (-15 -1869 (|#2|)) (-15 -2722 ($ |#2|)) (-15 -2709 (|#2| $)) (-15 -4247 ((-1288 |#1|) $)) (-15 -2020 ($ (-1288 |#1|))) (-15 -2256 ((-1288 |#1|) $)) (-15 -2992 ((-977 $))) (-15 -1435 ((-977 $))) (IF (|has| |#1| (-360)) (-15 -4380 ($ $)) |%noBranch|) (IF (|has| |#1| (-379)) (-6 (-379)) |%noBranch|)))
+((-1955 (((-112) $ $) NIL)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-4185 (((-1179) $) NIL)) (-2409 ((|#1| $) 13)) (-3117 (((-1141) $) NIL)) (-3744 ((|#2| $) 12)) (-4125 (($ |#1| |#2|) 16)) (-4114 (((-876) $) NIL) (($ (-2 (|:| -2409 |#1|) (|:| -3744 |#2|))) 15) (((-2 (|:| -2409 |#1|) (|:| -3744 |#2|)) $) 14)) (-3000 (((-112) $ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 11)))
+(((-725 |#1| |#2| |#3|) (-13 (-862) (-502 (-2 (|:| -2409 |#1|) (|:| -3744 |#2|))) (-10 -8 (-15 -3744 (|#2| $)) (-15 -2409 (|#1| $)) (-15 -4125 ($ |#1| |#2|)))) (-862) (-1121) (-1 (-112) (-2 (|:| -2409 |#1|) (|:| -3744 |#2|)) (-2 (|:| -2409 |#1|) (|:| -3744 |#2|)))) (T -725))
+((-3744 (*1 *2 *1) (-12 (-4 *2 (-1121)) (-5 *1 (-725 *3 *2 *4)) (-4 *3 (-862)) (-14 *4 (-1 (-112) (-2 (|:| -2409 *3) (|:| -3744 *2)) (-2 (|:| -2409 *3) (|:| -3744 *2)))))) (-2409 (*1 *2 *1) (-12 (-4 *2 (-862)) (-5 *1 (-725 *2 *3 *4)) (-4 *3 (-1121)) (-14 *4 (-1 (-112) (-2 (|:| -2409 *2) (|:| -3744 *3)) (-2 (|:| -2409 *2) (|:| -3744 *3)))))) (-4125 (*1 *1 *2 *3) (-12 (-5 *1 (-725 *2 *3 *4)) (-4 *2 (-862)) (-4 *3 (-1121)) (-14 *4 (-1 (-112) (-2 (|:| -2409 *2) (|:| -3744 *3)) (-2 (|:| -2409 *2) (|:| -3744 *3)))))))
+(-13 (-862) (-502 (-2 (|:| -2409 |#1|) (|:| -3744 |#2|))) (-10 -8 (-15 -3744 (|#2| $)) (-15 -2409 (|#1| $)) (-15 -4125 ($ |#1| |#2|))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 66)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) 102) (((-3 (-115) "failed") $) 108)) (-2318 ((|#1| $) NIL) (((-115) $) 39)) (-2413 (((-3 $ "failed") $) 103)) (-2050 ((|#2| (-115) |#2|) 93)) (-3315 (((-112) $) NIL)) (-2789 (($ |#1| (-372 (-115))) 14)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1947 (($ $ (-1 |#2| |#2|)) 65)) (-2965 (($ $ (-1 |#2| |#2|)) 44)) (-4369 ((|#2| $ |#2|) 33)) (-4166 ((|#1| |#1|) 118 (|has| |#1| (-174)))) (-4114 (((-876) $) 73) (($ (-576)) 18) (($ |#1|) 17) (($ (-115)) 23)) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) 37 T CONST)) (-3000 (((-112) $ $) NIL)) (-2058 (($ $) 112 (|has| |#1| (-174))) (($ $ $) 116 (|has| |#1| (-174)))) (-4312 (($) 21 T CONST)) (-4322 (($) 9 T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) 48) (($ $ $) NIL)) (-4027 (($ $ $) 83)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ (-115) (-576)) NIL) (($ $ (-576)) 64)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 111) (($ $ $) 53) (($ |#1| $) 109 (|has| |#1| (-174))) (($ $ |#1|) 110 (|has| |#1| (-174)))))
+(((-726 |#1| |#2|) (-13 (-1070) (-1059 |#1|) (-1059 (-115)) (-296 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |#1| (-174)) (PROGN (-6 (-38 |#1|)) (-15 -2058 ($ $)) (-15 -2058 ($ $ $)) (-15 -4166 (|#1| |#1|))) |%noBranch|) (-15 -2965 ($ $ (-1 |#2| |#2|))) (-15 -1947 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-115) (-576))) (-15 ** ($ $ (-576))) (-15 -2050 (|#2| (-115) |#2|)) (-15 -2789 ($ |#1| (-372 (-115)))))) (-1070) (-660 |#1|)) (T -726))
+((-2058 (*1 *1 *1) (-12 (-4 *2 (-174)) (-4 *2 (-1070)) (-5 *1 (-726 *2 *3)) (-4 *3 (-660 *2)))) (-2058 (*1 *1 *1 *1) (-12 (-4 *2 (-174)) (-4 *2 (-1070)) (-5 *1 (-726 *2 *3)) (-4 *3 (-660 *2)))) (-4166 (*1 *2 *2) (-12 (-4 *2 (-174)) (-4 *2 (-1070)) (-5 *1 (-726 *2 *3)) (-4 *3 (-660 *2)))) (-2965 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-660 *3)) (-4 *3 (-1070)) (-5 *1 (-726 *3 *4)))) (-1947 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-660 *3)) (-4 *3 (-1070)) (-5 *1 (-726 *3 *4)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-576)) (-4 *4 (-1070)) (-5 *1 (-726 *4 *5)) (-4 *5 (-660 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *3 (-1070)) (-5 *1 (-726 *3 *4)) (-4 *4 (-660 *3)))) (-2050 (*1 *2 *3 *2) (-12 (-5 *3 (-115)) (-4 *4 (-1070)) (-5 *1 (-726 *4 *2)) (-4 *2 (-660 *4)))) (-2789 (*1 *1 *2 *3) (-12 (-5 *3 (-372 (-115))) (-4 *2 (-1070)) (-5 *1 (-726 *2 *4)) (-4 *4 (-660 *2)))))
+(-13 (-1070) (-1059 |#1|) (-1059 (-115)) (-296 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |#1| (-174)) (PROGN (-6 (-38 |#1|)) (-15 -2058 ($ $)) (-15 -2058 ($ $ $)) (-15 -4166 (|#1| |#1|))) |%noBranch|) (-15 -2965 ($ $ (-1 |#2| |#2|))) (-15 -1947 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-115) (-576))) (-15 ** ($ $ (-576))) (-15 -2050 (|#2| (-115) |#2|)) (-15 -2789 ($ |#1| (-372 (-115))))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 33)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2722 (($ |#1| |#2|) 25)) (-2413 (((-3 $ "failed") $) 51)) (-3315 (((-112) $) 35)) (-1869 ((|#2| $) 12)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 52)) (-3117 (((-1141) $) NIL)) (-3624 (((-3 $ "failed") $ $) 50)) (-4114 (((-876) $) 24) (($ (-576)) 19) ((|#1| $) 13)) (-2864 (((-783)) 28 T CONST)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 16 T CONST)) (-4322 (($) 30 T CONST)) (-3939 (((-112) $ $) 41)) (-4037 (($ $) 46) (($ $ $) 40)) (-4027 (($ $ $) 43)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 21) (($ $ $) 20)))
+(((-727 |#1| |#2| |#3| |#4| |#5|) (-13 (-1070) (-10 -8 (-15 -1869 (|#2| $)) (-15 -4114 (|#1| $)) (-15 -2722 ($ |#1| |#2|)) (-15 -3624 ((-3 $ "failed") $ $)) (-15 -2413 ((-3 $ "failed") $)) (-15 -1668 ($ $)))) (-174) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -727))
+((-2413 (*1 *1 *1) (|partial| -12 (-5 *1 (-727 *2 *3 *4 *5 *6)) (-4 *2 (-174)) (-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)))) (-1869 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-727 *3 *2 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-4114 (*1 *2 *1) (-12 (-4 *2 (-174)) (-5 *1 (-727 *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)))) (-2722 (*1 *1 *2 *3) (-12 (-5 *1 (-727 *2 *3 *4 *5 *6)) (-4 *2 (-174)) (-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)))) (-3624 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-727 *2 *3 *4 *5 *6)) (-4 *2 (-174)) (-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)))) (-1668 (*1 *1 *1) (-12 (-5 *1 (-727 *2 *3 *4 *5 *6)) (-4 *2 (-174)) (-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 (-1070) (-10 -8 (-15 -1869 (|#2| $)) (-15 -4114 (|#1| $)) (-15 -2722 ($ |#1| |#2|)) (-15 -3624 ((-3 $ "failed") $ $)) (-15 -2413 ((-3 $ "failed") $)) (-15 -1668 ($ $))))
+((* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ |#2| $) NIL) (($ $ |#2|) 9)))
+(((-728 |#1| |#2|) (-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-940) |#1|))) (-729 |#2|) (-174)) (T -728))
+NIL
+(-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-940) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
(((-729 |#1|) (-141) (-174)) (T -729))
NIL
(-13 (-111 |t#1| |t#1|) (-652 |t#1|))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) . T) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-2740 (($ |#1|) 17) (($ $ |#1|) 20)) (-1803 (($ |#1|) 18) (($ $ |#1|) 21)) (-2135 (($) NIL T CONST)) (-2251 (((-3 $ "failed") $) NIL) (($) 19) (($ $) 22)) (-3612 (((-112) $) NIL)) (-3354 (($ |#1| |#1| |#1| |#1|) 8)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 16)) (-1448 (((-1139) $) NIL)) (-3281 ((|#1| $ |#1|) 24) (((-845 |#1|) $ (-845 |#1|)) 32)) (-2949 (($ $ $) NIL)) (-3636 (($ $ $) NIL)) (-3567 (((-874) $) 39)) (-1540 (((-112) $ $) NIL)) (-2727 (($) 9 T CONST)) (-2921 (((-112) $ $) 48)) (-3054 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ $ $) 14)))
-(((-730 |#1|) (-13 (-485) (-10 -8 (-15 -3354 ($ |#1| |#1| |#1| |#1|)) (-15 -2740 ($ |#1|)) (-15 -1803 ($ |#1|)) (-15 -2251 ($)) (-15 -2740 ($ $ |#1|)) (-15 -1803 ($ $ |#1|)) (-15 -2251 ($ $)) (-15 -3281 (|#1| $ |#1|)) (-15 -3281 ((-845 |#1|) $ (-845 |#1|))))) (-374)) (T -730))
-((-3354 (*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))) (-2740 (*1 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))) (-1803 (*1 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))) (-2251 (*1 *1) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))) (-2740 (*1 *1 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))) (-1803 (*1 *1 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))) (-2251 (*1 *1 *1) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))) (-3281 (*1 *2 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))) (-3281 (*1 *2 *1 *2) (-12 (-5 *2 (-845 *3)) (-4 *3 (-374)) (-5 *1 (-730 *3)))))
-(-13 (-485) (-10 -8 (-15 -3354 ($ |#1| |#1| |#1| |#1|)) (-15 -2740 ($ |#1|)) (-15 -1803 ($ |#1|)) (-15 -2251 ($)) (-15 -2740 ($ $ |#1|)) (-15 -1803 ($ $ |#1|)) (-15 -2251 ($ $)) (-15 -3281 (|#1| $ |#1|)) (-15 -3281 ((-845 |#1|) $ (-845 |#1|)))))
-((-3647 (($ $ (-938)) 19)) (-3598 (($ $ (-938)) 20)) (** (($ $ (-938)) 10)))
-(((-731 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-938))) (-15 -3598 (|#1| |#1| (-938))) (-15 -3647 (|#1| |#1| (-938)))) (-732)) (T -731))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-938))) (-15 -3598 (|#1| |#1| (-938))) (-15 -3647 (|#1| |#1| (-938))))
-((-3486 (((-112) $ $) 6)) (-3647 (($ $ (-938)) 16)) (-3598 (($ $ (-938)) 15)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)) (** (($ $ (-938)) 14)) (* (($ $ $) 17)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) . T) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-3385 (($ |#1|) 17) (($ $ |#1|) 20)) (-3813 (($ |#1|) 18) (($ $ |#1|) 21)) (-3853 (($) NIL T CONST)) (-2413 (((-3 $ "failed") $) NIL) (($) 19) (($ $) 22)) (-3315 (((-112) $) NIL)) (-2635 (($ |#1| |#1| |#1| |#1|) 8)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 16)) (-3117 (((-1141) $) NIL)) (-2143 ((|#1| $ |#1|) 24) (((-845 |#1|) $ (-845 |#1|)) 32)) (-2970 (($ $ $) NIL)) (-3595 (($ $ $) NIL)) (-4114 (((-876) $) 39)) (-3000 (((-112) $ $) NIL)) (-4322 (($) 9 T CONST)) (-3939 (((-112) $ $) 48)) (-4047 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ $ $) 14)))
+(((-730 |#1|) (-13 (-485) (-10 -8 (-15 -2635 ($ |#1| |#1| |#1| |#1|)) (-15 -3385 ($ |#1|)) (-15 -3813 ($ |#1|)) (-15 -2413 ($)) (-15 -3385 ($ $ |#1|)) (-15 -3813 ($ $ |#1|)) (-15 -2413 ($ $)) (-15 -2143 (|#1| $ |#1|)) (-15 -2143 ((-845 |#1|) $ (-845 |#1|))))) (-374)) (T -730))
+((-2635 (*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))) (-3385 (*1 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))) (-3813 (*1 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))) (-2413 (*1 *1) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))) (-3385 (*1 *1 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))) (-3813 (*1 *1 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))) (-2413 (*1 *1 *1) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))) (-2143 (*1 *2 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))) (-2143 (*1 *2 *1 *2) (-12 (-5 *2 (-845 *3)) (-4 *3 (-374)) (-5 *1 (-730 *3)))))
+(-13 (-485) (-10 -8 (-15 -2635 ($ |#1| |#1| |#1| |#1|)) (-15 -3385 ($ |#1|)) (-15 -3813 ($ |#1|)) (-15 -2413 ($)) (-15 -3385 ($ $ |#1|)) (-15 -3813 ($ $ |#1|)) (-15 -2413 ($ $)) (-15 -2143 (|#1| $ |#1|)) (-15 -2143 ((-845 |#1|) $ (-845 |#1|)))))
+((-3679 (($ $ (-940)) 19)) (-3171 (($ $ (-940)) 20)) (** (($ $ (-940)) 10)))
+(((-731 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-940))) (-15 -3171 (|#1| |#1| (-940))) (-15 -3679 (|#1| |#1| (-940)))) (-732)) (T -731))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-940))) (-15 -3171 (|#1| |#1| (-940))) (-15 -3679 (|#1| |#1| (-940))))
+((-1955 (((-112) $ $) 6)) (-3679 (($ $ (-940)) 16)) (-3171 (($ $ (-940)) 15)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)) (** (($ $ (-940)) 14)) (* (($ $ $) 17)))
(((-732) (-141)) (T -732))
-((* (*1 *1 *1 *1) (-4 *1 (-732))) (-3647 (*1 *1 *1 *2) (-12 (-4 *1 (-732)) (-5 *2 (-938)))) (-3598 (*1 *1 *1 *2) (-12 (-4 *1 (-732)) (-5 *2 (-938)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-732)) (-5 *2 (-938)))))
-(-13 (-1119) (-10 -8 (-15 * ($ $ $)) (-15 -3647 ($ $ (-938))) (-15 -3598 ($ $ (-938))) (-15 ** ($ $ (-938)))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-3647 (($ $ (-938)) NIL) (($ $ (-783)) 18)) (-3612 (((-112) $) 10)) (-3598 (($ $ (-938)) NIL) (($ $ (-783)) 19)) (** (($ $ (-938)) NIL) (($ $ (-783)) 16)))
-(((-733 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-783))) (-15 -3598 (|#1| |#1| (-783))) (-15 -3647 (|#1| |#1| (-783))) (-15 -3612 ((-112) |#1|)) (-15 ** (|#1| |#1| (-938))) (-15 -3598 (|#1| |#1| (-938))) (-15 -3647 (|#1| |#1| (-938)))) (-734)) (T -733))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-783))) (-15 -3598 (|#1| |#1| (-783))) (-15 -3647 (|#1| |#1| (-783))) (-15 -3612 ((-112) |#1|)) (-15 ** (|#1| |#1| (-938))) (-15 -3598 (|#1| |#1| (-938))) (-15 -3647 (|#1| |#1| (-938))))
-((-3486 (((-112) $ $) 6)) (-2919 (((-3 $ "failed") $) 18)) (-3647 (($ $ (-938)) 16) (($ $ (-783)) 23)) (-2251 (((-3 $ "failed") $) 20)) (-3612 (((-112) $) 24)) (-1873 (((-3 $ "failed") $) 19)) (-3598 (($ $ (-938)) 15) (($ $ (-783)) 22)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2727 (($) 25 T CONST)) (-2921 (((-112) $ $) 7)) (** (($ $ (-938)) 14) (($ $ (-783)) 21)) (* (($ $ $) 17)))
+((* (*1 *1 *1 *1) (-4 *1 (-732))) (-3679 (*1 *1 *1 *2) (-12 (-4 *1 (-732)) (-5 *2 (-940)))) (-3171 (*1 *1 *1 *2) (-12 (-4 *1 (-732)) (-5 *2 (-940)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-732)) (-5 *2 (-940)))))
+(-13 (-1121) (-10 -8 (-15 * ($ $ $)) (-15 -3679 ($ $ (-940))) (-15 -3171 ($ $ (-940))) (-15 ** ($ $ (-940)))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-3679 (($ $ (-940)) NIL) (($ $ (-783)) 18)) (-3315 (((-112) $) 10)) (-3171 (($ $ (-940)) NIL) (($ $ (-783)) 19)) (** (($ $ (-940)) NIL) (($ $ (-783)) 16)))
+(((-733 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-783))) (-15 -3171 (|#1| |#1| (-783))) (-15 -3679 (|#1| |#1| (-783))) (-15 -3315 ((-112) |#1|)) (-15 ** (|#1| |#1| (-940))) (-15 -3171 (|#1| |#1| (-940))) (-15 -3679 (|#1| |#1| (-940)))) (-734)) (T -733))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-783))) (-15 -3171 (|#1| |#1| (-783))) (-15 -3679 (|#1| |#1| (-783))) (-15 -3315 ((-112) |#1|)) (-15 ** (|#1| |#1| (-940))) (-15 -3171 (|#1| |#1| (-940))) (-15 -3679 (|#1| |#1| (-940))))
+((-1955 (((-112) $ $) 6)) (-2783 (((-3 $ "failed") $) 18)) (-3679 (($ $ (-940)) 16) (($ $ (-783)) 23)) (-2413 (((-3 $ "failed") $) 20)) (-3315 (((-112) $) 24)) (-3191 (((-3 $ "failed") $) 19)) (-3171 (($ $ (-940)) 15) (($ $ (-783)) 22)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4322 (($) 25 T CONST)) (-3939 (((-112) $ $) 7)) (** (($ $ (-940)) 14) (($ $ (-783)) 21)) (* (($ $ $) 17)))
(((-734) (-141)) (T -734))
-((-2727 (*1 *1) (-4 *1 (-734))) (-3612 (*1 *2 *1) (-12 (-4 *1 (-734)) (-5 *2 (-112)))) (-3647 (*1 *1 *1 *2) (-12 (-4 *1 (-734)) (-5 *2 (-783)))) (-3598 (*1 *1 *1 *2) (-12 (-4 *1 (-734)) (-5 *2 (-783)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-734)) (-5 *2 (-783)))) (-2251 (*1 *1 *1) (|partial| -4 *1 (-734))) (-1873 (*1 *1 *1) (|partial| -4 *1 (-734))) (-2919 (*1 *1 *1) (|partial| -4 *1 (-734))))
-(-13 (-732) (-10 -8 (-15 (-2727) ($) -1478) (-15 -3612 ((-112) $)) (-15 -3647 ($ $ (-783))) (-15 -3598 ($ $ (-783))) (-15 ** ($ $ (-783))) (-15 -2251 ((-3 $ "failed") $)) (-15 -1873 ((-3 $ "failed") $)) (-15 -2919 ((-3 $ "failed") $))))
-(((-102) . T) ((-625 (-874)) . T) ((-732) . T) ((-1119) . T) ((-1236) . T))
-((-2093 (((-783)) 39)) (-1570 (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 |#2| "failed") $) 26)) (-2857 (((-576) $) NIL) (((-419 (-576)) $) NIL) ((|#2| $) 23)) (-3683 (($ |#3|) NIL) (((-3 $ "failed") (-419 |#3|)) 49)) (-2251 (((-3 $ "failed") $) 69)) (-1834 (($) 43)) (-1650 ((|#2| $) 21)) (-4126 (($) 18)) (-2770 (($ $ (-1 |#2| |#2|)) 57) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195))) NIL) (($ $ (-1195)) NIL) (($ $ (-783)) NIL) (($ $) NIL)) (-4218 (((-701 |#2|) (-1286 $) (-1 |#2| |#2|)) 64)) (-4169 (((-1286 |#2|) $) NIL) (($ (-1286 |#2|)) NIL) ((|#3| $) 10) (($ |#3|) 12)) (-4324 ((|#3| $) 36)) (-4156 (((-1286 $)) 33)))
-(((-735 |#1| |#2| |#3|) (-10 -8 (-15 -2770 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -1834 (|#1|)) (-15 -2093 ((-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4218 ((-701 |#2|) (-1286 |#1|) (-1 |#2| |#2|))) (-15 -3683 ((-3 |#1| "failed") (-419 |#3|))) (-15 -4169 (|#1| |#3|)) (-15 -3683 (|#1| |#3|)) (-15 -4126 (|#1|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -4169 (|#3| |#1|)) (-15 -4169 (|#1| (-1286 |#2|))) (-15 -4169 ((-1286 |#2|) |#1|)) (-15 -4156 ((-1286 |#1|))) (-15 -4324 (|#3| |#1|)) (-15 -1650 (|#2| |#1|)) (-15 -2251 ((-3 |#1| "failed") |#1|))) (-736 |#2| |#3|) (-174) (-1262 |#2|)) (T -735))
-((-2093 (*1 *2) (-12 (-4 *4 (-174)) (-4 *5 (-1262 *4)) (-5 *2 (-783)) (-5 *1 (-735 *3 *4 *5)) (-4 *3 (-736 *4 *5)))))
-(-10 -8 (-15 -2770 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -1834 (|#1|)) (-15 -2093 ((-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4218 ((-701 |#2|) (-1286 |#1|) (-1 |#2| |#2|))) (-15 -3683 ((-3 |#1| "failed") (-419 |#3|))) (-15 -4169 (|#1| |#3|)) (-15 -3683 (|#1| |#3|)) (-15 -4126 (|#1|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -4169 (|#3| |#1|)) (-15 -4169 (|#1| (-1286 |#2|))) (-15 -4169 ((-1286 |#2|) |#1|)) (-15 -4156 ((-1286 |#1|))) (-15 -4324 (|#3| |#1|)) (-15 -1650 (|#2| |#1|)) (-15 -2251 ((-3 |#1| "failed") |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 105 (|has| |#1| (-374)))) (-4380 (($ $) 106 (|has| |#1| (-374)))) (-1657 (((-112) $) 108 (|has| |#1| (-374)))) (-1722 (((-701 |#1|) (-1286 $)) 53) (((-701 |#1|)) 68)) (-2205 ((|#1| $) 59)) (-2201 (((-1208 (-938) (-783)) (-576)) 158 (|has| |#1| (-360)))) (-4299 (((-3 $ "failed") $ $) 20)) (-1415 (($ $) 125 (|has| |#1| (-374)))) (-3422 (((-430 $) $) 126 (|has| |#1| (-374)))) (-1829 (((-112) $ $) 116 (|has| |#1| (-374)))) (-2093 (((-783)) 99 (|has| |#1| (-379)))) (-2135 (($) 18 T CONST)) (-1570 (((-3 (-576) "failed") $) 185 (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) 183 (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) 180)) (-2857 (((-576) $) 184 (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) 182 (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) 181)) (-2495 (($ (-1286 |#1|) (-1286 $)) 55) (($ (-1286 |#1|)) 71)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) 164 (|has| |#1| (-360)))) (-3426 (($ $ $) 120 (|has| |#1| (-374)))) (-3592 (((-701 |#1|) $ (-1286 $)) 60) (((-701 |#1|) $) 66)) (-3142 (((-701 (-576)) (-701 $)) 177 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 176 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) 175) (((-701 |#1|) (-701 $)) 174)) (-3683 (($ |#2|) 169) (((-3 $ "failed") (-419 |#2|)) 166 (|has| |#1| (-374)))) (-2251 (((-3 $ "failed") $) 37)) (-3731 (((-938)) 61)) (-1834 (($) 102 (|has| |#1| (-379)))) (-3438 (($ $ $) 119 (|has| |#1| (-374)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 114 (|has| |#1| (-374)))) (-4161 (($) 160 (|has| |#1| (-360)))) (-3335 (((-112) $) 161 (|has| |#1| (-360)))) (-1385 (($ $ (-783)) 152 (|has| |#1| (-360))) (($ $) 151 (|has| |#1| (-360)))) (-4283 (((-112) $) 127 (|has| |#1| (-374)))) (-1991 (((-938) $) 163 (|has| |#1| (-360))) (((-845 (-938)) $) 149 (|has| |#1| (-360)))) (-3612 (((-112) $) 35)) (-1650 ((|#1| $) 58)) (-2162 (((-3 $ "failed") $) 153 (|has| |#1| (-360)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 123 (|has| |#1| (-374)))) (-1499 ((|#2| $) 51 (|has| |#1| (-374)))) (-4379 (((-938) $) 101 (|has| |#1| (-379)))) (-3670 ((|#2| $) 167)) (-1853 (((-701 (-576)) (-1286 $)) 179 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) 178 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) 173) (((-701 |#1|) (-1286 $)) 172)) (-3457 (($ (-656 $)) 112 (|has| |#1| (-374))) (($ $ $) 111 (|has| |#1| (-374)))) (-3881 (((-1177) $) 10)) (-2045 (($ $) 128 (|has| |#1| (-374)))) (-3537 (($) 154 (|has| |#1| (-360)) CONST)) (-3222 (($ (-938)) 100 (|has| |#1| (-379)))) (-1448 (((-1139) $) 11)) (-4126 (($) 171)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 113 (|has| |#1| (-374)))) (-3495 (($ (-656 $)) 110 (|has| |#1| (-374))) (($ $ $) 109 (|has| |#1| (-374)))) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) 157 (|has| |#1| (-360)))) (-1827 (((-430 $) $) 124 (|has| |#1| (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 122 (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 121 (|has| |#1| (-374)))) (-3473 (((-3 $ "failed") $ $) 104 (|has| |#1| (-374)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 115 (|has| |#1| (-374)))) (-3909 (((-783) $) 117 (|has| |#1| (-374)))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 118 (|has| |#1| (-374)))) (-2491 ((|#1| (-1286 $)) 54) ((|#1|) 67)) (-3544 (((-783) $) 162 (|has| |#1| (-360))) (((-3 (-783) "failed") $ $) 150 (|has| |#1| (-360)))) (-2770 (($ $ (-783)) 147 (-2755 (-2669 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))) (($ $) 145 (-2755 (-2669 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))) (($ $ (-656 (-1195)) (-656 (-783))) 141 (-2669 (|has| |#1| (-917 (-1195))) (|has| |#1| (-374)))) (($ $ (-1195) (-783)) 140 (-2669 (|has| |#1| (-917 (-1195))) (|has| |#1| (-374)))) (($ $ (-656 (-1195))) 139 (-2669 (|has| |#1| (-917 (-1195))) (|has| |#1| (-374)))) (($ $ (-1195)) 137 (-2669 (|has| |#1| (-917 (-1195))) (|has| |#1| (-374)))) (($ $ (-1 |#1| |#1|)) 136 (|has| |#1| (-374))) (($ $ (-1 |#1| |#1|) (-783)) 135 (|has| |#1| (-374)))) (-4218 (((-701 |#1|) (-1286 $) (-1 |#1| |#1|)) 165 (|has| |#1| (-374)))) (-3117 ((|#2|) 170)) (-4059 (($) 159 (|has| |#1| (-360)))) (-2203 (((-1286 |#1|) $ (-1286 $)) 57) (((-701 |#1|) (-1286 $) (-1286 $)) 56) (((-1286 |#1|) $) 73) (((-701 |#1|) (-1286 $)) 72)) (-4169 (((-1286 |#1|) $) 70) (($ (-1286 |#1|)) 69) ((|#2| $) 186) (($ |#2|) 168)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) 156 (|has| |#1| (-360)))) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 44) (($ $) 103 (|has| |#1| (-374))) (($ (-419 (-576))) 98 (-2755 (|has| |#1| (-374)) (|has| |#1| (-1057 (-419 (-576))))))) (-2846 (($ $) 155 (|has| |#1| (-360))) (((-3 $ "failed") $) 50 (|has| |#1| (-146)))) (-4324 ((|#2| $) 52)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4156 (((-1286 $)) 74)) (-4196 (((-112) $ $) 107 (|has| |#1| (-374)))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-783)) 148 (-2755 (-2669 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))) (($ $) 146 (-2755 (-2669 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))) (($ $ (-656 (-1195)) (-656 (-783))) 144 (-2669 (|has| |#1| (-917 (-1195))) (|has| |#1| (-374)))) (($ $ (-1195) (-783)) 143 (-2669 (|has| |#1| (-917 (-1195))) (|has| |#1| (-374)))) (($ $ (-656 (-1195))) 142 (-2669 (|has| |#1| (-917 (-1195))) (|has| |#1| (-374)))) (($ $ (-1195)) 138 (-2669 (|has| |#1| (-917 (-1195))) (|has| |#1| (-374)))) (($ $ (-1 |#1| |#1|)) 134 (|has| |#1| (-374))) (($ $ (-1 |#1| |#1|) (-783)) 133 (|has| |#1| (-374)))) (-2921 (((-112) $ $) 7)) (-3054 (($ $ $) 132 (|has| |#1| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 129 (|has| |#1| (-374)))) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45) (($ (-419 (-576)) $) 131 (|has| |#1| (-374))) (($ $ (-419 (-576))) 130 (|has| |#1| (-374)))))
-(((-736 |#1| |#2|) (-141) (-174) (-1262 |t#1|)) (T -736))
-((-4126 (*1 *1) (-12 (-4 *2 (-174)) (-4 *1 (-736 *2 *3)) (-4 *3 (-1262 *2)))) (-3117 (*1 *2) (-12 (-4 *1 (-736 *3 *2)) (-4 *3 (-174)) (-4 *2 (-1262 *3)))) (-3683 (*1 *1 *2) (-12 (-4 *3 (-174)) (-4 *1 (-736 *3 *2)) (-4 *2 (-1262 *3)))) (-4169 (*1 *1 *2) (-12 (-4 *3 (-174)) (-4 *1 (-736 *3 *2)) (-4 *2 (-1262 *3)))) (-3670 (*1 *2 *1) (-12 (-4 *1 (-736 *3 *2)) (-4 *3 (-174)) (-4 *2 (-1262 *3)))) (-3683 (*1 *1 *2) (|partial| -12 (-5 *2 (-419 *4)) (-4 *4 (-1262 *3)) (-4 *3 (-374)) (-4 *3 (-174)) (-4 *1 (-736 *3 *4)))) (-4218 (*1 *2 *3 *4) (-12 (-5 *3 (-1286 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-374)) (-4 *1 (-736 *5 *6)) (-4 *5 (-174)) (-4 *6 (-1262 *5)) (-5 *2 (-701 *5)))))
-(-13 (-421 |t#1| |t#2|) (-174) (-626 |t#2|) (-423 |t#1|) (-388 |t#1|) (-10 -8 (-15 -4126 ($)) (-15 -3117 (|t#2|)) (-15 -3683 ($ |t#2|)) (-15 -4169 ($ |t#2|)) (-15 -3670 (|t#2| $)) (IF (|has| |t#1| (-379)) (-6 (-379)) |%noBranch|) (IF (|has| |t#1| (-374)) (PROGN (-6 (-374)) (-6 (-232 |t#1|)) (-15 -3683 ((-3 $ "failed") (-419 |t#2|))) (-15 -4218 ((-701 |t#1|) (-1286 $) (-1 |t#1| |t#1|)))) |%noBranch|) (IF (|has| |t#1| (-360)) (-6 (-360)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-38 |#1|) . T) ((-38 $) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-102) . T) ((-111 #0# #0#) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-132) . T) ((-146) -2755 (|has| |#1| (-360)) (|has| |#1| (-146))) ((-148) |has| |#1| (-148)) ((-628 #0#) -2755 (|has| |#1| (-1057 (-419 (-576)))) (|has| |#1| (-360)) (|has| |#1| (-374))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-628 $) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-625 (-874)) . T) ((-174) . T) ((-626 |#2|) . T) ((-234 $) -2755 (|has| |#1| (-360)) (-12 (|has| |#1| (-237)) (|has| |#1| (-374))) (-12 (|has| |#1| (-238)) (|has| |#1| (-374)))) ((-232 |#1|) |has| |#1| (-374)) ((-238) -2755 (|has| |#1| (-360)) (-12 (|has| |#1| (-238)) (|has| |#1| (-374)))) ((-237) -2755 (|has| |#1| (-360)) (-12 (|has| |#1| (-237)) (|has| |#1| (-374))) (-12 (|has| |#1| (-238)) (|has| |#1| (-374)))) ((-272 |#1|) |has| |#1| (-374)) ((-248) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-300) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-317) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-374) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-414) |has| |#1| (-360)) ((-379) -2755 (|has| |#1| (-379)) (|has| |#1| (-360))) ((-360) |has| |#1| (-360)) ((-381 |#1| |#2|) . T) ((-421 |#1| |#2|) . T) ((-388 |#1|) . T) ((-423 |#1|) . T) ((-464) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-568) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-658 #0#) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-660 #1=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-652 |#1|) . T) ((-652 $) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-651 #1#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-729 #0#) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-729 |#1|) . T) ((-729 $) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-738) . T) ((-909 $ #2=(-1195)) -2755 (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195)))) (-12 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195))))) ((-915 (-1195)) -12 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195)))) ((-917 #2#) -2755 (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195)))) (-12 (|has| |#1| (-374)) (|has| |#1| (-915 (-1195))))) ((-937) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-1057 (-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((-1057 (-576)) |has| |#1| (-1057 (-576))) ((-1057 |#1|) . T) ((-1070 #0#) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-1070 |#1|) . T) ((-1070 $) . T) ((-1075 #0#) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-1075 |#1|) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1171) |has| |#1| (-360)) ((-1236) . T) ((-1240) -2755 (|has| |#1| (-360)) (|has| |#1| (-374))))
-((-2135 (($) 11)) (-2251 (((-3 $ "failed") $) 14)) (-3612 (((-112) $) 10)) (** (($ $ (-938)) NIL) (($ $ (-783)) 20)))
-(((-737 |#1|) (-10 -8 (-15 -2251 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-783))) (-15 -3612 ((-112) |#1|)) (-15 -2135 (|#1|)) (-15 ** (|#1| |#1| (-938)))) (-738)) (T -737))
-NIL
-(-10 -8 (-15 -2251 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-783))) (-15 -3612 ((-112) |#1|)) (-15 -2135 (|#1|)) (-15 ** (|#1| |#1| (-938))))
-((-3486 (((-112) $ $) 6)) (-2135 (($) 19 T CONST)) (-2251 (((-3 $ "failed") $) 16)) (-3612 (((-112) $) 18)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2727 (($) 20 T CONST)) (-2921 (((-112) $ $) 7)) (** (($ $ (-938)) 14) (($ $ (-783)) 17)) (* (($ $ $) 15)))
+((-4322 (*1 *1) (-4 *1 (-734))) (-3315 (*1 *2 *1) (-12 (-4 *1 (-734)) (-5 *2 (-112)))) (-3679 (*1 *1 *1 *2) (-12 (-4 *1 (-734)) (-5 *2 (-783)))) (-3171 (*1 *1 *1 *2) (-12 (-4 *1 (-734)) (-5 *2 (-783)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-734)) (-5 *2 (-783)))) (-2413 (*1 *1 *1) (|partial| -4 *1 (-734))) (-3191 (*1 *1 *1) (|partial| -4 *1 (-734))) (-2783 (*1 *1 *1) (|partial| -4 *1 (-734))))
+(-13 (-732) (-10 -8 (-15 (-4322) ($) -2666) (-15 -3315 ((-112) $)) (-15 -3679 ($ $ (-783))) (-15 -3171 ($ $ (-783))) (-15 ** ($ $ (-783))) (-15 -2413 ((-3 $ "failed") $)) (-15 -3191 ((-3 $ "failed") $)) (-15 -2783 ((-3 $ "failed") $))))
+(((-102) . T) ((-625 (-876)) . T) ((-732) . T) ((-1121) . T) ((-1238) . T))
+((-2200 (((-783)) 39)) (-2981 (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 |#2| "failed") $) 26)) (-2318 (((-576) $) NIL) (((-419 (-576)) $) NIL) ((|#2| $) 23)) (-2722 (($ |#3|) NIL) (((-3 $ "failed") (-419 |#3|)) 49)) (-2413 (((-3 $ "failed") $) 69)) (-4370 (($) 43)) (-2828 ((|#2| $) 21)) (-2549 (($) 18)) (-4107 (($ $ (-1 |#2| |#2|)) 57) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197))) NIL) (($ $ (-1197)) NIL) (($ $ (-783)) NIL) (($ $) NIL)) (-4297 (((-701 |#2|) (-1288 $) (-1 |#2| |#2|)) 64)) (-1554 (((-1288 |#2|) $) NIL) (($ (-1288 |#2|)) NIL) ((|#3| $) 10) (($ |#3|) 12)) (-2837 ((|#3| $) 36)) (-1726 (((-1288 $)) 33)))
+(((-735 |#1| |#2| |#3|) (-10 -8 (-15 -4107 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4370 (|#1|)) (-15 -2200 ((-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4297 ((-701 |#2|) (-1288 |#1|) (-1 |#2| |#2|))) (-15 -2722 ((-3 |#1| "failed") (-419 |#3|))) (-15 -1554 (|#1| |#3|)) (-15 -2722 (|#1| |#3|)) (-15 -2549 (|#1|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -1554 (|#3| |#1|)) (-15 -1554 (|#1| (-1288 |#2|))) (-15 -1554 ((-1288 |#2|) |#1|)) (-15 -1726 ((-1288 |#1|))) (-15 -2837 (|#3| |#1|)) (-15 -2828 (|#2| |#1|)) (-15 -2413 ((-3 |#1| "failed") |#1|))) (-736 |#2| |#3|) (-174) (-1264 |#2|)) (T -735))
+((-2200 (*1 *2) (-12 (-4 *4 (-174)) (-4 *5 (-1264 *4)) (-5 *2 (-783)) (-5 *1 (-735 *3 *4 *5)) (-4 *3 (-736 *4 *5)))))
+(-10 -8 (-15 -4107 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4370 (|#1|)) (-15 -2200 ((-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4297 ((-701 |#2|) (-1288 |#1|) (-1 |#2| |#2|))) (-15 -2722 ((-3 |#1| "failed") (-419 |#3|))) (-15 -1554 (|#1| |#3|)) (-15 -2722 (|#1| |#3|)) (-15 -2549 (|#1|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -1554 (|#3| |#1|)) (-15 -1554 (|#1| (-1288 |#2|))) (-15 -1554 ((-1288 |#2|) |#1|)) (-15 -1726 ((-1288 |#1|))) (-15 -2837 (|#3| |#1|)) (-15 -2828 (|#2| |#1|)) (-15 -2413 ((-3 |#1| "failed") |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 105 (|has| |#1| (-374)))) (-2116 (($ $) 106 (|has| |#1| (-374)))) (-2898 (((-112) $) 108 (|has| |#1| (-374)))) (-2237 (((-701 |#1|) (-1288 $)) 53) (((-701 |#1|)) 68)) (-3832 ((|#1| $) 59)) (-3197 (((-1210 (-940) (-783)) (-576)) 158 (|has| |#1| (-360)))) (-2583 (((-3 $ "failed") $ $) 20)) (-4068 (($ $) 125 (|has| |#1| (-374)))) (-2068 (((-430 $) $) 126 (|has| |#1| (-374)))) (-4064 (((-112) $ $) 116 (|has| |#1| (-374)))) (-2200 (((-783)) 99 (|has| |#1| (-379)))) (-3853 (($) 18 T CONST)) (-2981 (((-3 (-576) "failed") $) 185 (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) 183 (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) 180)) (-2318 (((-576) $) 184 (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) 182 (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) 181)) (-3093 (($ (-1288 |#1|) (-1288 $)) 55) (($ (-1288 |#1|)) 71)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) 164 (|has| |#1| (-360)))) (-1892 (($ $ $) 120 (|has| |#1| (-374)))) (-3104 (((-701 |#1|) $ (-1288 $)) 60) (((-701 |#1|) $) 66)) (-2255 (((-701 (-576)) (-701 $)) 177 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 176 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) 175) (((-701 |#1|) (-701 $)) 174)) (-2722 (($ |#2|) 169) (((-3 $ "failed") (-419 |#2|)) 166 (|has| |#1| (-374)))) (-2413 (((-3 $ "failed") $) 37)) (-4136 (((-940)) 61)) (-4370 (($) 102 (|has| |#1| (-379)))) (-1905 (($ $ $) 119 (|has| |#1| (-374)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 114 (|has| |#1| (-374)))) (-1766 (($) 160 (|has| |#1| (-360)))) (-2430 (((-112) $) 161 (|has| |#1| (-360)))) (-2566 (($ $ (-783)) 152 (|has| |#1| (-360))) (($ $) 151 (|has| |#1| (-360)))) (-3742 (((-112) $) 127 (|has| |#1| (-374)))) (-1760 (((-940) $) 163 (|has| |#1| (-360))) (((-845 (-940)) $) 149 (|has| |#1| (-360)))) (-3315 (((-112) $) 35)) (-2828 ((|#1| $) 58)) (-4080 (((-3 $ "failed") $) 153 (|has| |#1| (-360)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 123 (|has| |#1| (-374)))) (-3817 ((|#2| $) 51 (|has| |#1| (-374)))) (-2106 (((-940) $) 101 (|has| |#1| (-379)))) (-2709 ((|#2| $) 167)) (-3015 (((-701 (-576)) (-1288 $)) 179 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) 178 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) 173) (((-701 |#1|) (-1288 $)) 172)) (-3078 (($ (-656 $)) 112 (|has| |#1| (-374))) (($ $ $) 111 (|has| |#1| (-374)))) (-4185 (((-1179) $) 10)) (-1668 (($ $) 128 (|has| |#1| (-374)))) (-3651 (($) 154 (|has| |#1| (-360)) CONST)) (-2409 (($ (-940)) 100 (|has| |#1| (-379)))) (-3117 (((-1141) $) 11)) (-2549 (($) 171)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 113 (|has| |#1| (-374)))) (-3115 (($ (-656 $)) 110 (|has| |#1| (-374))) (($ $ $) 109 (|has| |#1| (-374)))) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) 157 (|has| |#1| (-360)))) (-1452 (((-430 $) $) 124 (|has| |#1| (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 122 (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 121 (|has| |#1| (-374)))) (-1943 (((-3 $ "failed") $ $) 104 (|has| |#1| (-374)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 115 (|has| |#1| (-374)))) (-3199 (((-783) $) 117 (|has| |#1| (-374)))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 118 (|has| |#1| (-374)))) (-3053 ((|#1| (-1288 $)) 54) ((|#1|) 67)) (-3923 (((-783) $) 162 (|has| |#1| (-360))) (((-3 (-783) "failed") $ $) 150 (|has| |#1| (-360)))) (-4107 (($ $ (-783)) 147 (-3795 (-2311 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))) (($ $) 145 (-3795 (-2311 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))) (($ $ (-656 (-1197)) (-656 (-783))) 141 (-2311 (|has| |#1| (-919 (-1197))) (|has| |#1| (-374)))) (($ $ (-1197) (-783)) 140 (-2311 (|has| |#1| (-919 (-1197))) (|has| |#1| (-374)))) (($ $ (-656 (-1197))) 139 (-2311 (|has| |#1| (-919 (-1197))) (|has| |#1| (-374)))) (($ $ (-1197)) 137 (-2311 (|has| |#1| (-919 (-1197))) (|has| |#1| (-374)))) (($ $ (-1 |#1| |#1|)) 136 (|has| |#1| (-374))) (($ $ (-1 |#1| |#1|) (-783)) 135 (|has| |#1| (-374)))) (-4297 (((-701 |#1|) (-1288 $) (-1 |#1| |#1|)) 165 (|has| |#1| (-374)))) (-2030 ((|#2|) 170)) (-1986 (($) 159 (|has| |#1| (-360)))) (-3219 (((-1288 |#1|) $ (-1288 $)) 57) (((-701 |#1|) (-1288 $) (-1288 $)) 56) (((-1288 |#1|) $) 73) (((-701 |#1|) (-1288 $)) 72)) (-1554 (((-1288 |#1|) $) 70) (($ (-1288 |#1|)) 69) ((|#2| $) 186) (($ |#2|) 168)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) 156 (|has| |#1| (-360)))) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 44) (($ $) 103 (|has| |#1| (-374))) (($ (-419 (-576))) 98 (-3795 (|has| |#1| (-374)) (|has| |#1| (-1059 (-419 (-576))))))) (-3346 (($ $) 155 (|has| |#1| (-360))) (((-3 $ "failed") $) 50 (|has| |#1| (-146)))) (-2837 ((|#2| $) 52)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-1726 (((-1288 $)) 74)) (-4095 (((-112) $ $) 107 (|has| |#1| (-374)))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-783)) 148 (-3795 (-2311 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))) (($ $) 146 (-3795 (-2311 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))) (($ $ (-656 (-1197)) (-656 (-783))) 144 (-2311 (|has| |#1| (-919 (-1197))) (|has| |#1| (-374)))) (($ $ (-1197) (-783)) 143 (-2311 (|has| |#1| (-919 (-1197))) (|has| |#1| (-374)))) (($ $ (-656 (-1197))) 142 (-2311 (|has| |#1| (-919 (-1197))) (|has| |#1| (-374)))) (($ $ (-1197)) 138 (-2311 (|has| |#1| (-919 (-1197))) (|has| |#1| (-374)))) (($ $ (-1 |#1| |#1|)) 134 (|has| |#1| (-374))) (($ $ (-1 |#1| |#1|) (-783)) 133 (|has| |#1| (-374)))) (-3939 (((-112) $ $) 7)) (-4047 (($ $ $) 132 (|has| |#1| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 129 (|has| |#1| (-374)))) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45) (($ (-419 (-576)) $) 131 (|has| |#1| (-374))) (($ $ (-419 (-576))) 130 (|has| |#1| (-374)))))
+(((-736 |#1| |#2|) (-141) (-174) (-1264 |t#1|)) (T -736))
+((-2549 (*1 *1) (-12 (-4 *2 (-174)) (-4 *1 (-736 *2 *3)) (-4 *3 (-1264 *2)))) (-2030 (*1 *2) (-12 (-4 *1 (-736 *3 *2)) (-4 *3 (-174)) (-4 *2 (-1264 *3)))) (-2722 (*1 *1 *2) (-12 (-4 *3 (-174)) (-4 *1 (-736 *3 *2)) (-4 *2 (-1264 *3)))) (-1554 (*1 *1 *2) (-12 (-4 *3 (-174)) (-4 *1 (-736 *3 *2)) (-4 *2 (-1264 *3)))) (-2709 (*1 *2 *1) (-12 (-4 *1 (-736 *3 *2)) (-4 *3 (-174)) (-4 *2 (-1264 *3)))) (-2722 (*1 *1 *2) (|partial| -12 (-5 *2 (-419 *4)) (-4 *4 (-1264 *3)) (-4 *3 (-374)) (-4 *3 (-174)) (-4 *1 (-736 *3 *4)))) (-4297 (*1 *2 *3 *4) (-12 (-5 *3 (-1288 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-374)) (-4 *1 (-736 *5 *6)) (-4 *5 (-174)) (-4 *6 (-1264 *5)) (-5 *2 (-701 *5)))))
+(-13 (-421 |t#1| |t#2|) (-174) (-626 |t#2|) (-423 |t#1|) (-388 |t#1|) (-10 -8 (-15 -2549 ($)) (-15 -2030 (|t#2|)) (-15 -2722 ($ |t#2|)) (-15 -1554 ($ |t#2|)) (-15 -2709 (|t#2| $)) (IF (|has| |t#1| (-379)) (-6 (-379)) |%noBranch|) (IF (|has| |t#1| (-374)) (PROGN (-6 (-374)) (-6 (-232 |t#1|)) (-15 -2722 ((-3 $ "failed") (-419 |t#2|))) (-15 -4297 ((-701 |t#1|) (-1288 $) (-1 |t#1| |t#1|)))) |%noBranch|) (IF (|has| |t#1| (-360)) (-6 (-360)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-38 |#1|) . T) ((-38 $) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-102) . T) ((-111 #0# #0#) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-132) . T) ((-146) -3795 (|has| |#1| (-360)) (|has| |#1| (-146))) ((-148) |has| |#1| (-148)) ((-628 #0#) -3795 (|has| |#1| (-1059 (-419 (-576)))) (|has| |#1| (-360)) (|has| |#1| (-374))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-628 $) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-625 (-876)) . T) ((-174) . T) ((-626 |#2|) . T) ((-234 $) -3795 (|has| |#1| (-360)) (-12 (|has| |#1| (-237)) (|has| |#1| (-374))) (-12 (|has| |#1| (-238)) (|has| |#1| (-374)))) ((-232 |#1|) |has| |#1| (-374)) ((-238) -3795 (|has| |#1| (-360)) (-12 (|has| |#1| (-238)) (|has| |#1| (-374)))) ((-237) -3795 (|has| |#1| (-360)) (-12 (|has| |#1| (-237)) (|has| |#1| (-374))) (-12 (|has| |#1| (-238)) (|has| |#1| (-374)))) ((-272 |#1|) |has| |#1| (-374)) ((-248) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-300) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-317) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-374) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-414) |has| |#1| (-360)) ((-379) -3795 (|has| |#1| (-379)) (|has| |#1| (-360))) ((-360) |has| |#1| (-360)) ((-381 |#1| |#2|) . T) ((-421 |#1| |#2|) . T) ((-388 |#1|) . T) ((-423 |#1|) . T) ((-464) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-568) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-658 #0#) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-660 #1=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-652 |#1|) . T) ((-652 $) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-651 #1#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-729 #0#) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-729 |#1|) . T) ((-729 $) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-738) . T) ((-911 $ #2=(-1197)) -3795 (-12 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197)))) (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197))))) ((-917 (-1197)) -12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197)))) ((-919 #2#) -3795 (-12 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197)))) (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1197))))) ((-939) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-1059 (-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((-1059 (-576)) |has| |#1| (-1059 (-576))) ((-1059 |#1|) . T) ((-1072 #0#) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-1072 |#1|) . T) ((-1072 $) . T) ((-1077 #0#) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))) ((-1077 |#1|) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1173) |has| |#1| (-360)) ((-1238) . T) ((-1242) -3795 (|has| |#1| (-360)) (|has| |#1| (-374))))
+((-3853 (($) 11)) (-2413 (((-3 $ "failed") $) 14)) (-3315 (((-112) $) 10)) (** (($ $ (-940)) NIL) (($ $ (-783)) 20)))
+(((-737 |#1|) (-10 -8 (-15 -2413 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-783))) (-15 -3315 ((-112) |#1|)) (-15 -3853 (|#1|)) (-15 ** (|#1| |#1| (-940)))) (-738)) (T -737))
+NIL
+(-10 -8 (-15 -2413 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-783))) (-15 -3315 ((-112) |#1|)) (-15 -3853 (|#1|)) (-15 ** (|#1| |#1| (-940))))
+((-1955 (((-112) $ $) 6)) (-3853 (($) 19 T CONST)) (-2413 (((-3 $ "failed") $) 16)) (-3315 (((-112) $) 18)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4322 (($) 20 T CONST)) (-3939 (((-112) $ $) 7)) (** (($ $ (-940)) 14) (($ $ (-783)) 17)) (* (($ $ $) 15)))
(((-738) (-141)) (T -738))
-((-2727 (*1 *1) (-4 *1 (-738))) (-2135 (*1 *1) (-4 *1 (-738))) (-3612 (*1 *2 *1) (-12 (-4 *1 (-738)) (-5 *2 (-112)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-738)) (-5 *2 (-783)))) (-2251 (*1 *1 *1) (|partial| -4 *1 (-738))))
-(-13 (-1131) (-10 -8 (-15 (-2727) ($) -1478) (-15 -2135 ($) -1478) (-15 -3612 ((-112) $)) (-15 ** ($ $ (-783))) (-15 -2251 ((-3 $ "failed") $))))
-(((-102) . T) ((-625 (-874)) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3981 (((-2 (|:| -3012 (-430 |#2|)) (|:| |special| (-430 |#2|))) |#2| (-1 |#2| |#2|)) 39)) (-3900 (((-2 (|:| -3012 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|)) 12)) (-1836 ((|#2| (-419 |#2|) (-1 |#2| |#2|)) 13)) (-3510 (((-2 (|:| |poly| |#2|) (|:| -3012 (-419 |#2|)) (|:| |special| (-419 |#2|))) (-419 |#2|) (-1 |#2| |#2|)) 48)))
-(((-739 |#1| |#2|) (-10 -7 (-15 -3900 ((-2 (|:| -3012 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -3981 ((-2 (|:| -3012 (-430 |#2|)) (|:| |special| (-430 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -1836 (|#2| (-419 |#2|) (-1 |#2| |#2|))) (-15 -3510 ((-2 (|:| |poly| |#2|) (|:| -3012 (-419 |#2|)) (|:| |special| (-419 |#2|))) (-419 |#2|) (-1 |#2| |#2|)))) (-374) (-1262 |#1|)) (T -739))
-((-3510 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1262 *5)) (-4 *5 (-374)) (-5 *2 (-2 (|:| |poly| *6) (|:| -3012 (-419 *6)) (|:| |special| (-419 *6)))) (-5 *1 (-739 *5 *6)) (-5 *3 (-419 *6)))) (-1836 (*1 *2 *3 *4) (-12 (-5 *3 (-419 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1262 *5)) (-5 *1 (-739 *5 *2)) (-4 *5 (-374)))) (-3981 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1262 *5)) (-4 *5 (-374)) (-5 *2 (-2 (|:| -3012 (-430 *3)) (|:| |special| (-430 *3)))) (-5 *1 (-739 *5 *3)))) (-3900 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1262 *5)) (-4 *5 (-374)) (-5 *2 (-2 (|:| -3012 *3) (|:| |special| *3))) (-5 *1 (-739 *5 *3)))))
-(-10 -7 (-15 -3900 ((-2 (|:| -3012 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -3981 ((-2 (|:| -3012 (-430 |#2|)) (|:| |special| (-430 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -1836 (|#2| (-419 |#2|) (-1 |#2| |#2|))) (-15 -3510 ((-2 (|:| |poly| |#2|) (|:| -3012 (-419 |#2|)) (|:| |special| (-419 |#2|))) (-419 |#2|) (-1 |#2| |#2|))))
-((-3542 ((|#7| (-656 |#5|) |#6|) NIL)) (-4114 ((|#7| (-1 |#5| |#4|) |#6|) 27)))
-(((-740 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -4114 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -3542 (|#7| (-656 |#5|) |#6|))) (-862) (-805) (-805) (-1068) (-1068) (-966 |#4| |#2| |#1|) (-966 |#5| |#3| |#1|)) (T -740))
-((-3542 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *9)) (-4 *9 (-1068)) (-4 *5 (-862)) (-4 *6 (-805)) (-4 *8 (-1068)) (-4 *2 (-966 *9 *7 *5)) (-5 *1 (-740 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-805)) (-4 *4 (-966 *8 *6 *5)))) (-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-1068)) (-4 *9 (-1068)) (-4 *5 (-862)) (-4 *6 (-805)) (-4 *2 (-966 *9 *7 *5)) (-5 *1 (-740 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-805)) (-4 *4 (-966 *8 *6 *5)))))
-(-10 -7 (-15 -4114 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -3542 (|#7| (-656 |#5|) |#6|)))
-((-4114 ((|#7| (-1 |#2| |#1|) |#6|) 28)))
-(((-741 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -4114 (|#7| (-1 |#2| |#1|) |#6|))) (-862) (-862) (-805) (-805) (-1068) (-966 |#5| |#3| |#1|) (-966 |#5| |#4| |#2|)) (T -741))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-862)) (-4 *6 (-862)) (-4 *7 (-805)) (-4 *9 (-1068)) (-4 *2 (-966 *9 *8 *6)) (-5 *1 (-741 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-805)) (-4 *4 (-966 *9 *7 *5)))))
-(-10 -7 (-15 -4114 (|#7| (-1 |#2| |#1|) |#6|)))
-((-1827 (((-430 |#4|) |#4|) 42)))
-(((-742 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1827 ((-430 |#4|) |#4|))) (-805) (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $)) (-15 -3052 ((-3 $ "failed") (-1195))))) (-317) (-966 (-969 |#3|) |#1| |#2|)) (T -742))
-((-1827 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $)) (-15 -3052 ((-3 $ "failed") (-1195)))))) (-4 *6 (-317)) (-5 *2 (-430 *3)) (-5 *1 (-742 *4 *5 *6 *3)) (-4 *3 (-966 (-969 *6) *4 *5)))))
-(-10 -7 (-15 -1827 ((-430 |#4|) |#4|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-1960 (((-656 (-876 |#1|)) $) NIL)) (-1797 (((-1191 $) $ (-876 |#1|)) NIL) (((-1191 |#2|) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#2| (-568)))) (-4380 (($ $) NIL (|has| |#2| (-568)))) (-1657 (((-112) $) NIL (|has| |#2| (-568)))) (-1925 (((-783) $) NIL) (((-783) $ (-656 (-876 |#1|))) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1415 (($ $) NIL (|has| |#2| (-464)))) (-3422 (((-430 $) $) NIL (|has| |#2| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#2| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#2| (-1057 (-576)))) (((-3 (-876 |#1|) "failed") $) NIL)) (-2857 ((|#2| $) NIL) (((-419 (-576)) $) NIL (|has| |#2| (-1057 (-419 (-576))))) (((-576) $) NIL (|has| |#2| (-1057 (-576)))) (((-876 |#1|) $) NIL)) (-1990 (($ $ $ (-876 |#1|)) NIL (|has| |#2| (-174)))) (-2109 (($ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) NIL) (((-701 |#2|) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2619 (($ $) NIL (|has| |#2| (-464))) (($ $ (-876 |#1|)) NIL (|has| |#2| (-464)))) (-2098 (((-656 $) $) NIL)) (-4283 (((-112) $) NIL (|has| |#2| (-926)))) (-2056 (($ $ |#2| (-543 (-876 |#1|)) $) NIL)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (-12 (|has| (-876 |#1|) (-899 (-390))) (|has| |#2| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (-12 (|has| (-876 |#1|) (-899 (-576))) (|has| |#2| (-899 (-576)))))) (-3612 (((-112) $) NIL)) (-1935 (((-783) $) NIL)) (-1950 (($ (-1191 |#2|) (-876 |#1|)) NIL) (($ (-1191 $) (-876 |#1|)) NIL)) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) NIL)) (-1940 (($ |#2| (-543 (-876 |#1|))) NIL) (($ $ (-876 |#1|) (-783)) NIL) (($ $ (-656 (-876 |#1|)) (-656 (-783))) NIL)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ (-876 |#1|)) NIL)) (-2488 (((-543 (-876 |#1|)) $) NIL) (((-783) $ (-876 |#1|)) NIL) (((-656 (-783)) $ (-656 (-876 |#1|))) NIL)) (-3492 (($ (-1 (-543 (-876 |#1|)) (-543 (-876 |#1|))) $) NIL)) (-4114 (($ (-1 |#2| |#2|) $) NIL)) (-1429 (((-3 (-876 |#1|) "failed") $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-1286 $) $) NIL) (((-701 |#2|) (-1286 $)) NIL)) (-2076 (($ $) NIL)) (-2086 ((|#2| $) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-3881 (((-1177) $) NIL)) (-2692 (((-3 (-656 $) "failed") $) NIL)) (-3656 (((-3 (-656 $) "failed") $) NIL)) (-2244 (((-3 (-2 (|:| |var| (-876 |#1|)) (|:| -2125 (-783))) "failed") $) NIL)) (-1448 (((-1139) $) NIL)) (-2055 (((-112) $) NIL)) (-2065 ((|#2| $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#2| (-464)))) (-3495 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1827 (((-430 $) $) NIL (|has| |#2| (-926)))) (-3473 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-568)))) (-3281 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-876 |#1|) |#2|) NIL) (($ $ (-656 (-876 |#1|)) (-656 |#2|)) NIL) (($ $ (-876 |#1|) $) NIL) (($ $ (-656 (-876 |#1|)) (-656 $)) NIL)) (-2491 (($ $ (-876 |#1|)) NIL (|has| |#2| (-174)))) (-2770 (($ $ (-656 (-876 |#1|)) (-656 (-783))) NIL) (($ $ (-876 |#1|) (-783)) NIL) (($ $ (-656 (-876 |#1|))) NIL) (($ $ (-876 |#1|)) NIL)) (-1967 (((-543 (-876 |#1|)) $) NIL) (((-783) $ (-876 |#1|)) NIL) (((-656 (-783)) $ (-656 (-876 |#1|))) NIL)) (-4169 (((-905 (-390)) $) NIL (-12 (|has| (-876 |#1|) (-626 (-905 (-390)))) (|has| |#2| (-626 (-905 (-390)))))) (((-905 (-576)) $) NIL (-12 (|has| (-876 |#1|) (-626 (-905 (-576)))) (|has| |#2| (-626 (-905 (-576)))))) (((-548) $) NIL (-12 (|has| (-876 |#1|) (-626 (-548))) (|has| |#2| (-626 (-548)))))) (-2145 ((|#2| $) NIL (|has| |#2| (-464))) (($ $ (-876 |#1|)) NIL (|has| |#2| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#2| (-926))))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#2|) NIL) (($ (-876 |#1|)) NIL) (($ $) NIL (|has| |#2| (-568))) (($ (-419 (-576))) NIL (-2755 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1057 (-419 (-576))))))) (-1691 (((-656 |#2|) $) NIL)) (-1749 ((|#2| $ (-543 (-876 |#1|))) NIL) (($ $ (-876 |#1|) (-783)) NIL) (($ $ (-656 (-876 |#1|)) (-656 (-783))) NIL)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#2| (-926))) (|has| |#2| (-146))))) (-2596 (((-783)) NIL T CONST)) (-2217 (($ $ $ (-783)) NIL (|has| |#2| (-174)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL (|has| |#2| (-568)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-656 (-876 |#1|)) (-656 (-783))) NIL) (($ $ (-876 |#1|) (-783)) NIL) (($ $ (-656 (-876 |#1|))) NIL) (($ $ (-876 |#1|)) NIL)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#2| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#2| (-38 (-419 (-576))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-743 |#1| |#2|) (-966 |#2| (-543 (-876 |#1|)) (-876 |#1|)) (-656 (-1195)) (-1068)) (T -743))
-NIL
-(-966 |#2| (-543 (-876 |#1|)) (-876 |#1|))
-((-3434 (((-2 (|:| -3848 (-969 |#3|)) (|:| -2176 (-969 |#3|))) |#4|) 14)) (-2261 ((|#4| |#4| |#2|) 33)) (-1377 ((|#4| (-419 (-969 |#3|)) |#2|) 64)) (-3739 ((|#4| (-1191 (-969 |#3|)) |#2|) 77)) (-2708 ((|#4| (-1191 |#4|) |#2|) 51)) (-1965 ((|#4| |#4| |#2|) 54)) (-1827 (((-430 |#4|) |#4|) 40)))
-(((-744 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3434 ((-2 (|:| -3848 (-969 |#3|)) (|:| -2176 (-969 |#3|))) |#4|)) (-15 -1965 (|#4| |#4| |#2|)) (-15 -2708 (|#4| (-1191 |#4|) |#2|)) (-15 -2261 (|#4| |#4| |#2|)) (-15 -3739 (|#4| (-1191 (-969 |#3|)) |#2|)) (-15 -1377 (|#4| (-419 (-969 |#3|)) |#2|)) (-15 -1827 ((-430 |#4|) |#4|))) (-805) (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $)))) (-568) (-966 (-419 (-969 |#3|)) |#1| |#2|)) (T -744))
-((-1827 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $))))) (-4 *6 (-568)) (-5 *2 (-430 *3)) (-5 *1 (-744 *4 *5 *6 *3)) (-4 *3 (-966 (-419 (-969 *6)) *4 *5)))) (-1377 (*1 *2 *3 *4) (-12 (-4 *6 (-568)) (-4 *2 (-966 *3 *5 *4)) (-5 *1 (-744 *5 *4 *6 *2)) (-5 *3 (-419 (-969 *6))) (-4 *5 (-805)) (-4 *4 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $))))))) (-3739 (*1 *2 *3 *4) (-12 (-5 *3 (-1191 (-969 *6))) (-4 *6 (-568)) (-4 *2 (-966 (-419 (-969 *6)) *5 *4)) (-5 *1 (-744 *5 *4 *6 *2)) (-4 *5 (-805)) (-4 *4 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $))))))) (-2261 (*1 *2 *2 *3) (-12 (-4 *4 (-805)) (-4 *3 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $))))) (-4 *5 (-568)) (-5 *1 (-744 *4 *3 *5 *2)) (-4 *2 (-966 (-419 (-969 *5)) *4 *3)))) (-2708 (*1 *2 *3 *4) (-12 (-5 *3 (-1191 *2)) (-4 *2 (-966 (-419 (-969 *6)) *5 *4)) (-5 *1 (-744 *5 *4 *6 *2)) (-4 *5 (-805)) (-4 *4 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $))))) (-4 *6 (-568)))) (-1965 (*1 *2 *2 *3) (-12 (-4 *4 (-805)) (-4 *3 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $))))) (-4 *5 (-568)) (-5 *1 (-744 *4 *3 *5 *2)) (-4 *2 (-966 (-419 (-969 *5)) *4 *3)))) (-3434 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $))))) (-4 *6 (-568)) (-5 *2 (-2 (|:| -3848 (-969 *6)) (|:| -2176 (-969 *6)))) (-5 *1 (-744 *4 *5 *6 *3)) (-4 *3 (-966 (-419 (-969 *6)) *4 *5)))))
-(-10 -7 (-15 -3434 ((-2 (|:| -3848 (-969 |#3|)) (|:| -2176 (-969 |#3|))) |#4|)) (-15 -1965 (|#4| |#4| |#2|)) (-15 -2708 (|#4| (-1191 |#4|) |#2|)) (-15 -2261 (|#4| |#4| |#2|)) (-15 -3739 (|#4| (-1191 (-969 |#3|)) |#2|)) (-15 -1377 (|#4| (-419 (-969 |#3|)) |#2|)) (-15 -1827 ((-430 |#4|) |#4|)))
-((-1827 (((-430 |#4|) |#4|) 54)))
-(((-745 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1827 ((-430 |#4|) |#4|))) (-805) (-862) (-13 (-317) (-148)) (-966 (-419 |#3|) |#1| |#2|)) (T -745))
-((-1827 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-13 (-317) (-148))) (-5 *2 (-430 *3)) (-5 *1 (-745 *4 *5 *6 *3)) (-4 *3 (-966 (-419 *6) *4 *5)))))
-(-10 -7 (-15 -1827 ((-430 |#4|) |#4|)))
-((-4114 (((-747 |#2| |#3|) (-1 |#2| |#1|) (-747 |#1| |#3|)) 18)))
-(((-746 |#1| |#2| |#3|) (-10 -7 (-15 -4114 ((-747 |#2| |#3|) (-1 |#2| |#1|) (-747 |#1| |#3|)))) (-1068) (-1068) (-738)) (T -746))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-747 *5 *7)) (-4 *5 (-1068)) (-4 *6 (-1068)) (-4 *7 (-738)) (-5 *2 (-747 *6 *7)) (-5 *1 (-746 *5 *6 *7)))))
-(-10 -7 (-15 -4114 ((-747 |#2| |#3|) (-1 |#2| |#1|) (-747 |#1| |#3|))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 36)) (-3964 (((-656 (-2 (|:| -1713 |#1|) (|:| -3682 |#2|))) $) 37)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2093 (((-783)) 22 (-12 (|has| |#2| (-379)) (|has| |#1| (-379))))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#2| "failed") $) 76) (((-3 |#1| "failed") $) 79)) (-2857 ((|#2| $) NIL) ((|#1| $) NIL)) (-2109 (($ $) 102 (|has| |#2| (-862)))) (-2251 (((-3 $ "failed") $) 85)) (-1834 (($) 48 (-12 (|has| |#2| (-379)) (|has| |#1| (-379))))) (-3612 (((-112) $) NIL)) (-1935 (((-783) $) 70)) (-1538 (((-656 $) $) 52)) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| |#2|) 17)) (-4114 (($ (-1 |#1| |#1|) $) 68)) (-4379 (((-938) $) 43 (-12 (|has| |#2| (-379)) (|has| |#1| (-379))))) (-2076 ((|#2| $) 101 (|has| |#2| (-862)))) (-2086 ((|#1| $) 100 (|has| |#2| (-862)))) (-3881 (((-1177) $) NIL)) (-3222 (($ (-938)) 35 (-12 (|has| |#2| (-379)) (|has| |#1| (-379))))) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 99) (($ (-576)) 59) (($ |#2|) 55) (($ |#1|) 56) (($ (-656 (-2 (|:| -1713 |#1|) (|:| -3682 |#2|)))) 11)) (-1691 (((-656 |#1|) $) 54)) (-1749 ((|#1| $ |#2|) 115)) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 12 T CONST)) (-2727 (($) 44 T CONST)) (-2921 (((-112) $ $) 105)) (-3041 (($ $) 61) (($ $ $) NIL)) (-3027 (($ $ $) 33)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 66) (($ $ $) 118) (($ |#1| $) 63 (|has| |#1| (-174))) (($ $ |#1|) NIL (|has| |#1| (-174)))))
-(((-747 |#1| |#2|) (-13 (-1068) (-1057 |#2|) (-1057 |#1|) (-10 -8 (-15 -1940 ($ |#1| |#2|)) (-15 -1749 (|#1| $ |#2|)) (-15 -3567 ($ (-656 (-2 (|:| -1713 |#1|) (|:| -3682 |#2|))))) (-15 -3964 ((-656 (-2 (|:| -1713 |#1|) (|:| -3682 |#2|))) $)) (-15 -4114 ($ (-1 |#1| |#1|) $)) (-15 -2544 ((-112) $)) (-15 -1691 ((-656 |#1|) $)) (-15 -1538 ((-656 $) $)) (-15 -1935 ((-783) $)) (IF (|has| |#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |#1| (-174)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-379)) (IF (|has| |#2| (-379)) (-6 (-379)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-862)) (PROGN (-15 -2076 (|#2| $)) (-15 -2086 (|#1| $)) (-15 -2109 ($ $))) |%noBranch|))) (-1068) (-738)) (T -747))
-((-1940 (*1 *1 *2 *3) (-12 (-5 *1 (-747 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-738)))) (-1749 (*1 *2 *1 *3) (-12 (-4 *2 (-1068)) (-5 *1 (-747 *2 *3)) (-4 *3 (-738)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-656 (-2 (|:| -1713 *3) (|:| -3682 *4)))) (-4 *3 (-1068)) (-4 *4 (-738)) (-5 *1 (-747 *3 *4)))) (-3964 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| -1713 *3) (|:| -3682 *4)))) (-5 *1 (-747 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-738)))) (-4114 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1068)) (-5 *1 (-747 *3 *4)) (-4 *4 (-738)))) (-2544 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-747 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-738)))) (-1691 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-747 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-738)))) (-1538 (*1 *2 *1) (-12 (-5 *2 (-656 (-747 *3 *4))) (-5 *1 (-747 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-738)))) (-1935 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-747 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-738)))) (-2076 (*1 *2 *1) (-12 (-4 *2 (-738)) (-4 *2 (-862)) (-5 *1 (-747 *3 *2)) (-4 *3 (-1068)))) (-2086 (*1 *2 *1) (-12 (-4 *2 (-1068)) (-5 *1 (-747 *2 *3)) (-4 *3 (-862)) (-4 *3 (-738)))) (-2109 (*1 *1 *1) (-12 (-5 *1 (-747 *2 *3)) (-4 *3 (-862)) (-4 *2 (-1068)) (-4 *3 (-738)))))
-(-13 (-1068) (-1057 |#2|) (-1057 |#1|) (-10 -8 (-15 -1940 ($ |#1| |#2|)) (-15 -1749 (|#1| $ |#2|)) (-15 -3567 ($ (-656 (-2 (|:| -1713 |#1|) (|:| -3682 |#2|))))) (-15 -3964 ((-656 (-2 (|:| -1713 |#1|) (|:| -3682 |#2|))) $)) (-15 -4114 ($ (-1 |#1| |#1|) $)) (-15 -2544 ((-112) $)) (-15 -1691 ((-656 |#1|) $)) (-15 -1538 ((-656 $) $)) (-15 -1935 ((-783) $)) (IF (|has| |#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |#1| (-174)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-379)) (IF (|has| |#2| (-379)) (-6 (-379)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-862)) (PROGN (-15 -2076 (|#2| $)) (-15 -2086 (|#1| $)) (-15 -2109 ($ $))) |%noBranch|)))
-((-3486 (((-112) $ $) 20)) (-1818 (($ |#1| $) 77) (($ $ |#1|) 76) (($ $ $) 75)) (-3758 (($ $ $) 73)) (-3595 (((-112) $ $) 74)) (-3733 (((-112) $ (-783)) 8)) (-2066 (($ (-656 |#1|)) 69) (($) 68)) (-4394 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4462)))) (-2135 (($) 7 T CONST)) (-2017 (($ $) 63)) (-1640 (($ $) 59 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3516 (($ |#1| $) 48 (|has| $ (-6 -4462))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4462)))) (-3942 (($ |#1| $) 58 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4462)))) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-1446 (((-112) $ $) 65)) (-2476 (((-112) $ (-783)) 9)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22)) (-2037 (($ $ $) 70)) (-4219 ((|#1| $) 40)) (-2767 (($ |#1| $) 41) (($ |#1| $ (-783)) 64)) (-1448 (((-1139) $) 21)) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-4436 ((|#1| $) 42)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-1825 (((-656 (-2 (|:| -4437 |#1|) (|:| -1458 (-783)))) $) 62)) (-1441 (($ $ |#1|) 72) (($ $ $) 71)) (-2089 (($) 50) (($ (-656 |#1|)) 49)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-4169 (((-548) $) 60 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 51)) (-3567 (((-874) $) 18)) (-1893 (($ (-656 |#1|)) 67) (($) 66)) (-1540 (((-112) $ $) 23)) (-2847 (($ (-656 |#1|)) 43)) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19)) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-748 |#1|) (-141) (-1119)) (T -748))
-NIL
-(-13 (-707 |t#1|) (-1117 |t#1|))
-(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-625 (-874)) . T) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-240 |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-707 |#1|) . T) ((-1117 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1818 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 92)) (-3758 (($ $ $) 96)) (-3595 (((-112) $ $) 104)) (-3733 (((-112) $ (-783)) NIL)) (-2066 (($ (-656 |#1|)) 26) (($) 17)) (-4394 (($ (-1 (-112) |#1|) $) 83 (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-2017 (($ $) 85)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3516 (($ |#1| $) 70 (|has| $ (-6 -4462))) (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4462))) (($ |#1| $ (-576)) 75) (($ (-1 (-112) |#1|) $ (-576)) 78)) (-3942 (($ |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (($ |#1| $ (-576)) 80) (($ (-1 (-112) |#1|) $ (-576)) 81)) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4462)))) (-3963 (((-656 |#1|) $) 32 (|has| $ (-6 -4462)))) (-1446 (((-112) $ $) 103)) (-3792 (($) 15) (($ |#1|) 28) (($ (-656 |#1|)) 23)) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 |#1|) $) 38)) (-3239 (((-112) |#1| $) 65 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4320 (($ (-1 |#1| |#1|) $) 88 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 89)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL)) (-2037 (($ $ $) 94)) (-4219 ((|#1| $) 62)) (-2767 (($ |#1| $) 63) (($ |#1| $ (-783)) 86)) (-1448 (((-1139) $) NIL)) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-4436 ((|#1| $) 61)) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) 56)) (-1854 (($) 14)) (-1825 (((-656 (-2 (|:| -4437 |#1|) (|:| -1458 (-783)))) $) 55)) (-1441 (($ $ |#1|) NIL) (($ $ $) 95)) (-2089 (($) 16) (($ (-656 |#1|)) 25)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) 68 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) 79)) (-4169 (((-548) $) 36 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 22)) (-3567 (((-874) $) 49)) (-1893 (($ (-656 |#1|)) 27) (($) 18)) (-1540 (((-112) $ $) NIL)) (-2847 (($ (-656 |#1|)) 24)) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 100)) (-3500 (((-783) $) 67 (|has| $ (-6 -4462)))))
-(((-749 |#1|) (-13 (-748 |#1|) (-10 -8 (-6 -4462) (-6 -4463) (-15 -3792 ($)) (-15 -3792 ($ |#1|)) (-15 -3792 ($ (-656 |#1|))) (-15 -3452 ((-656 |#1|) $)) (-15 -3942 ($ |#1| $ (-576))) (-15 -3942 ($ (-1 (-112) |#1|) $ (-576))) (-15 -3516 ($ |#1| $ (-576))) (-15 -3516 ($ (-1 (-112) |#1|) $ (-576))))) (-1119)) (T -749))
-((-3792 (*1 *1) (-12 (-5 *1 (-749 *2)) (-4 *2 (-1119)))) (-3792 (*1 *1 *2) (-12 (-5 *1 (-749 *2)) (-4 *2 (-1119)))) (-3792 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-5 *1 (-749 *3)))) (-3452 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-749 *3)) (-4 *3 (-1119)))) (-3942 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *1 (-749 *2)) (-4 *2 (-1119)))) (-3942 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-576)) (-4 *4 (-1119)) (-5 *1 (-749 *4)))) (-3516 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *1 (-749 *2)) (-4 *2 (-1119)))) (-3516 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-576)) (-4 *4 (-1119)) (-5 *1 (-749 *4)))))
-(-13 (-748 |#1|) (-10 -8 (-6 -4462) (-6 -4463) (-15 -3792 ($)) (-15 -3792 ($ |#1|)) (-15 -3792 ($ (-656 |#1|))) (-15 -3452 ((-656 |#1|) $)) (-15 -3942 ($ |#1| $ (-576))) (-15 -3942 ($ (-1 (-112) |#1|) $ (-576))) (-15 -3516 ($ |#1| $ (-576))) (-15 -3516 ($ (-1 (-112) |#1|) $ (-576)))))
-((-2968 (((-1291) (-1177)) 8)))
-(((-750) (-10 -7 (-15 -2968 ((-1291) (-1177))))) (T -750))
-((-2968 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-750)))))
-(-10 -7 (-15 -2968 ((-1291) (-1177))))
-((-3653 (((-656 |#1|) (-656 |#1|) (-656 |#1|)) 15)))
-(((-751 |#1|) (-10 -7 (-15 -3653 ((-656 |#1|) (-656 |#1|) (-656 |#1|)))) (-862)) (T -751))
-((-3653 (*1 *2 *2 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-751 *3)))))
-(-10 -7 (-15 -3653 ((-656 |#1|) (-656 |#1|) (-656 |#1|))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-1960 (((-656 |#2|) $) 149)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 142 (|has| |#1| (-568)))) (-4380 (($ $) 141 (|has| |#1| (-568)))) (-1657 (((-112) $) 139 (|has| |#1| (-568)))) (-4022 (($ $) 98 (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) 81 (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) 20)) (-1838 (($ $) 80 (|has| |#1| (-38 (-419 (-576)))))) (-4003 (($ $) 97 (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) 82 (|has| |#1| (-38 (-419 (-576)))))) (-4047 (($ $) 96 (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) 83 (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) 18 T CONST)) (-2109 (($ $) 133)) (-2251 (((-3 $ "failed") $) 37)) (-2378 (((-969 |#1|) $ (-783)) 111) (((-969 |#1|) $ (-783) (-783)) 110)) (-2928 (((-112) $) 150)) (-1598 (($) 108 (|has| |#1| (-38 (-419 (-576)))))) (-1991 (((-783) $ |#2|) 113) (((-783) $ |#2| (-783)) 112)) (-3612 (((-112) $) 35)) (-3867 (($ $ (-576)) 79 (|has| |#1| (-38 (-419 (-576)))))) (-2544 (((-112) $) 131)) (-1940 (($ $ (-656 |#2|) (-656 (-543 |#2|))) 148) (($ $ |#2| (-543 |#2|)) 147) (($ |#1| (-543 |#2|)) 132) (($ $ |#2| (-783)) 115) (($ $ (-656 |#2|) (-656 (-783))) 114)) (-4114 (($ (-1 |#1| |#1|) $) 130)) (-3742 (($ $) 105 (|has| |#1| (-38 (-419 (-576)))))) (-2076 (($ $) 128)) (-2086 ((|#1| $) 127)) (-3881 (((-1177) $) 10)) (-2092 (($ $ |#2|) 109 (|has| |#1| (-38 (-419 (-576)))))) (-1448 (((-1139) $) 11)) (-3905 (($ $ (-783)) 116)) (-3473 (((-3 $ "failed") $ $) 143 (|has| |#1| (-568)))) (-4101 (($ $) 106 (|has| |#1| (-38 (-419 (-576)))))) (-3281 (($ $ |#2| $) 124) (($ $ (-656 |#2|) (-656 $)) 123) (($ $ (-656 (-304 $))) 122) (($ $ (-304 $)) 121) (($ $ $ $) 120) (($ $ (-656 $) (-656 $)) 119)) (-2770 (($ $ (-656 |#2|) (-656 (-783))) 44) (($ $ |#2| (-783)) 43) (($ $ (-656 |#2|)) 42) (($ $ |#2|) 40)) (-1967 (((-543 |#2|) $) 129)) (-4058 (($ $) 95 (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) 84 (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) 94 (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) 85 (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) 93 (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) 86 (|has| |#1| (-38 (-419 (-576)))))) (-3746 (($ $) 151)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 146 (|has| |#1| (-174))) (($ $) 144 (|has| |#1| (-568))) (($ (-419 (-576))) 136 (|has| |#1| (-38 (-419 (-576)))))) (-1749 ((|#1| $ (-543 |#2|)) 134) (($ $ |#2| (-783)) 118) (($ $ (-656 |#2|) (-656 (-783))) 117)) (-2846 (((-3 $ "failed") $) 145 (|has| |#1| (-146)))) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2787 (($ $) 104 (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) 92 (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) 140 (|has| |#1| (-568)))) (-4068 (($ $) 103 (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) 91 (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) 102 (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) 90 (|has| |#1| (-38 (-419 (-576)))))) (-4385 (($ $) 101 (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) 89 (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) 100 (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) 88 (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) 99 (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) 87 (|has| |#1| (-38 (-419 (-576)))))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-656 |#2|) (-656 (-783))) 47) (($ $ |#2| (-783)) 46) (($ $ (-656 |#2|)) 45) (($ $ |#2|) 41)) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#1|) 135 (|has| |#1| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ $) 107 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 78 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 138 (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) 137 (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 126) (($ $ |#1|) 125)))
-(((-752 |#1| |#2|) (-141) (-1068) (-862)) (T -752))
-((-1749 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-752 *4 *2)) (-4 *4 (-1068)) (-4 *2 (-862)))) (-1749 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *5)) (-5 *3 (-656 (-783))) (-4 *1 (-752 *4 *5)) (-4 *4 (-1068)) (-4 *5 (-862)))) (-3905 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-752 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-862)))) (-1940 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-752 *4 *2)) (-4 *4 (-1068)) (-4 *2 (-862)))) (-1940 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *5)) (-5 *3 (-656 (-783))) (-4 *1 (-752 *4 *5)) (-4 *4 (-1068)) (-4 *5 (-862)))) (-1991 (*1 *2 *1 *3) (-12 (-4 *1 (-752 *4 *3)) (-4 *4 (-1068)) (-4 *3 (-862)) (-5 *2 (-783)))) (-1991 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-783)) (-4 *1 (-752 *4 *3)) (-4 *4 (-1068)) (-4 *3 (-862)))) (-2378 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *1 (-752 *4 *5)) (-4 *4 (-1068)) (-4 *5 (-862)) (-5 *2 (-969 *4)))) (-2378 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-783)) (-4 *1 (-752 *4 *5)) (-4 *4 (-1068)) (-4 *5 (-862)) (-5 *2 (-969 *4)))) (-2092 (*1 *1 *1 *2) (-12 (-4 *1 (-752 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-862)) (-4 *3 (-38 (-419 (-576)))))))
-(-13 (-915 |t#2|) (-992 |t#1| (-543 |t#2|) |t#2|) (-526 |t#2| $) (-319 $) (-10 -8 (-15 -1749 ($ $ |t#2| (-783))) (-15 -1749 ($ $ (-656 |t#2|) (-656 (-783)))) (-15 -3905 ($ $ (-783))) (-15 -1940 ($ $ |t#2| (-783))) (-15 -1940 ($ $ (-656 |t#2|) (-656 (-783)))) (-15 -1991 ((-783) $ |t#2|)) (-15 -1991 ((-783) $ |t#2| (-783))) (-15 -2378 ((-969 |t#1|) $ (-783))) (-15 -2378 ((-969 |t#1|) $ (-783) (-783))) (IF (|has| |t#1| (-38 (-419 (-576)))) (PROGN (-15 -2092 ($ $ |t#2|)) (-6 (-1021)) (-6 (-1221))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-543 |#2|)) . T) ((-25) . T) ((-38 #1=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) |has| |#1| (-568)) ((-35) |has| |#1| (-38 (-419 (-576)))) ((-95) |has| |#1| (-38 (-419 (-576)))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #1#) |has| |#1| (-38 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-628 $) |has| |#1| (-568)) ((-625 (-874)) . T) ((-174) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-294) |has| |#1| (-38 (-419 (-576)))) ((-300) |has| |#1| (-568)) ((-319 $) . T) ((-505) |has| |#1| (-38 (-419 (-576)))) ((-526 |#2| $) . T) ((-526 $ $) . T) ((-568) |has| |#1| (-568)) ((-658 #1#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #1#) |has| |#1| (-38 (-419 (-576)))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #1#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) |has| |#1| (-568)) ((-729 #1#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) |has| |#1| (-568)) ((-738) . T) ((-909 $ |#2|) . T) ((-915 |#2|) . T) ((-917 |#2|) . T) ((-992 |#1| #0# |#2|) . T) ((-1021) |has| |#1| (-38 (-419 (-576)))) ((-1070 #1#) |has| |#1| (-38 (-419 (-576)))) ((-1070 |#1|) . T) ((-1070 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1075 #1#) |has| |#1| (-38 (-419 (-576)))) ((-1075 |#1|) . T) ((-1075 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1221) |has| |#1| (-38 (-419 (-576)))) ((-1224) |has| |#1| (-38 (-419 (-576)))) ((-1236) . T))
-((-1827 (((-430 (-1191 |#4|)) (-1191 |#4|)) 30) (((-430 |#4|) |#4|) 26)))
-(((-753 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1827 ((-430 |#4|) |#4|)) (-15 -1827 ((-430 (-1191 |#4|)) (-1191 |#4|)))) (-862) (-805) (-13 (-317) (-148)) (-966 |#3| |#2| |#1|)) (T -753))
-((-1827 (*1 *2 *3) (-12 (-4 *4 (-862)) (-4 *5 (-805)) (-4 *6 (-13 (-317) (-148))) (-4 *7 (-966 *6 *5 *4)) (-5 *2 (-430 (-1191 *7))) (-5 *1 (-753 *4 *5 *6 *7)) (-5 *3 (-1191 *7)))) (-1827 (*1 *2 *3) (-12 (-4 *4 (-862)) (-4 *5 (-805)) (-4 *6 (-13 (-317) (-148))) (-5 *2 (-430 *3)) (-5 *1 (-753 *4 *5 *6 *3)) (-4 *3 (-966 *6 *5 *4)))))
-(-10 -7 (-15 -1827 ((-430 |#4|) |#4|)) (-15 -1827 ((-430 (-1191 |#4|)) (-1191 |#4|))))
-((-4093 (((-430 |#4|) |#4| |#2|) 140)) (-1617 (((-430 |#4|) |#4|) NIL)) (-3422 (((-430 (-1191 |#4|)) (-1191 |#4|)) 127) (((-430 |#4|) |#4|) 52)) (-2173 (((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-656 (-2 (|:| -1827 (-1191 |#4|)) (|:| -2125 (-576)))))) (-1191 |#4|) (-656 |#2|) (-656 (-656 |#3|))) 81)) (-3754 (((-1191 |#3|) (-1191 |#3|) (-576)) 166)) (-3283 (((-656 (-783)) (-1191 |#4|) (-656 |#2|) (-783)) 75)) (-3670 (((-3 (-656 (-1191 |#4|)) "failed") (-1191 |#4|) (-1191 |#3|) (-1191 |#3|) |#4| (-656 |#2|) (-656 (-783)) (-656 |#3|)) 79)) (-3894 (((-2 (|:| |upol| (-1191 |#3|)) (|:| |Lval| (-656 |#3|)) (|:| |Lfact| (-656 (-2 (|:| -1827 (-1191 |#3|)) (|:| -2125 (-576))))) (|:| |ctpol| |#3|)) (-1191 |#4|) (-656 |#2|) (-656 (-656 |#3|))) 27)) (-1955 (((-2 (|:| -2284 (-1191 |#4|)) (|:| |polval| (-1191 |#3|))) (-1191 |#4|) (-1191 |#3|) (-576)) 72)) (-2571 (((-576) (-656 (-2 (|:| -1827 (-1191 |#3|)) (|:| -2125 (-576))))) 162)) (-1718 ((|#4| (-576) (-430 |#4|)) 73)) (-1542 (((-112) (-656 (-2 (|:| -1827 (-1191 |#3|)) (|:| -2125 (-576)))) (-656 (-2 (|:| -1827 (-1191 |#3|)) (|:| -2125 (-576))))) NIL)))
-(((-754 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3422 ((-430 |#4|) |#4|)) (-15 -3422 ((-430 (-1191 |#4|)) (-1191 |#4|))) (-15 -1617 ((-430 |#4|) |#4|)) (-15 -2571 ((-576) (-656 (-2 (|:| -1827 (-1191 |#3|)) (|:| -2125 (-576)))))) (-15 -4093 ((-430 |#4|) |#4| |#2|)) (-15 -1955 ((-2 (|:| -2284 (-1191 |#4|)) (|:| |polval| (-1191 |#3|))) (-1191 |#4|) (-1191 |#3|) (-576))) (-15 -2173 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-656 (-2 (|:| -1827 (-1191 |#4|)) (|:| -2125 (-576)))))) (-1191 |#4|) (-656 |#2|) (-656 (-656 |#3|)))) (-15 -3894 ((-2 (|:| |upol| (-1191 |#3|)) (|:| |Lval| (-656 |#3|)) (|:| |Lfact| (-656 (-2 (|:| -1827 (-1191 |#3|)) (|:| -2125 (-576))))) (|:| |ctpol| |#3|)) (-1191 |#4|) (-656 |#2|) (-656 (-656 |#3|)))) (-15 -1718 (|#4| (-576) (-430 |#4|))) (-15 -1542 ((-112) (-656 (-2 (|:| -1827 (-1191 |#3|)) (|:| -2125 (-576)))) (-656 (-2 (|:| -1827 (-1191 |#3|)) (|:| -2125 (-576)))))) (-15 -3670 ((-3 (-656 (-1191 |#4|)) "failed") (-1191 |#4|) (-1191 |#3|) (-1191 |#3|) |#4| (-656 |#2|) (-656 (-783)) (-656 |#3|))) (-15 -3283 ((-656 (-783)) (-1191 |#4|) (-656 |#2|) (-783))) (-15 -3754 ((-1191 |#3|) (-1191 |#3|) (-576)))) (-805) (-862) (-317) (-966 |#3| |#1| |#2|)) (T -754))
-((-3754 (*1 *2 *2 *3) (-12 (-5 *2 (-1191 *6)) (-5 *3 (-576)) (-4 *6 (-317)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-754 *4 *5 *6 *7)) (-4 *7 (-966 *6 *4 *5)))) (-3283 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1191 *9)) (-5 *4 (-656 *7)) (-4 *7 (-862)) (-4 *9 (-966 *8 *6 *7)) (-4 *6 (-805)) (-4 *8 (-317)) (-5 *2 (-656 (-783))) (-5 *1 (-754 *6 *7 *8 *9)) (-5 *5 (-783)))) (-3670 (*1 *2 *3 *4 *4 *5 *6 *7 *8) (|partial| -12 (-5 *4 (-1191 *11)) (-5 *6 (-656 *10)) (-5 *7 (-656 (-783))) (-5 *8 (-656 *11)) (-4 *10 (-862)) (-4 *11 (-317)) (-4 *9 (-805)) (-4 *5 (-966 *11 *9 *10)) (-5 *2 (-656 (-1191 *5))) (-5 *1 (-754 *9 *10 *11 *5)) (-5 *3 (-1191 *5)))) (-1542 (*1 *2 *3 *3) (-12 (-5 *3 (-656 (-2 (|:| -1827 (-1191 *6)) (|:| -2125 (-576))))) (-4 *6 (-317)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)) (-5 *1 (-754 *4 *5 *6 *7)) (-4 *7 (-966 *6 *4 *5)))) (-1718 (*1 *2 *3 *4) (-12 (-5 *3 (-576)) (-5 *4 (-430 *2)) (-4 *2 (-966 *7 *5 *6)) (-5 *1 (-754 *5 *6 *7 *2)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-317)))) (-3894 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1191 *9)) (-5 *4 (-656 *7)) (-5 *5 (-656 (-656 *8))) (-4 *7 (-862)) (-4 *8 (-317)) (-4 *9 (-966 *8 *6 *7)) (-4 *6 (-805)) (-5 *2 (-2 (|:| |upol| (-1191 *8)) (|:| |Lval| (-656 *8)) (|:| |Lfact| (-656 (-2 (|:| -1827 (-1191 *8)) (|:| -2125 (-576))))) (|:| |ctpol| *8))) (-5 *1 (-754 *6 *7 *8 *9)))) (-2173 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-656 *7)) (-5 *5 (-656 (-656 *8))) (-4 *7 (-862)) (-4 *8 (-317)) (-4 *6 (-805)) (-4 *9 (-966 *8 *6 *7)) (-5 *2 (-2 (|:| |unitPart| *9) (|:| |suPart| (-656 (-2 (|:| -1827 (-1191 *9)) (|:| -2125 (-576))))))) (-5 *1 (-754 *6 *7 *8 *9)) (-5 *3 (-1191 *9)))) (-1955 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-576)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-317)) (-4 *9 (-966 *8 *6 *7)) (-5 *2 (-2 (|:| -2284 (-1191 *9)) (|:| |polval| (-1191 *8)))) (-5 *1 (-754 *6 *7 *8 *9)) (-5 *3 (-1191 *9)) (-5 *4 (-1191 *8)))) (-4093 (*1 *2 *3 *4) (-12 (-4 *5 (-805)) (-4 *4 (-862)) (-4 *6 (-317)) (-5 *2 (-430 *3)) (-5 *1 (-754 *5 *4 *6 *3)) (-4 *3 (-966 *6 *5 *4)))) (-2571 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| -1827 (-1191 *6)) (|:| -2125 (-576))))) (-4 *6 (-317)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-576)) (-5 *1 (-754 *4 *5 *6 *7)) (-4 *7 (-966 *6 *4 *5)))) (-1617 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)) (-5 *2 (-430 *3)) (-5 *1 (-754 *4 *5 *6 *3)) (-4 *3 (-966 *6 *4 *5)))) (-3422 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)) (-4 *7 (-966 *6 *4 *5)) (-5 *2 (-430 (-1191 *7))) (-5 *1 (-754 *4 *5 *6 *7)) (-5 *3 (-1191 *7)))) (-3422 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)) (-5 *2 (-430 *3)) (-5 *1 (-754 *4 *5 *6 *3)) (-4 *3 (-966 *6 *4 *5)))))
-(-10 -7 (-15 -3422 ((-430 |#4|) |#4|)) (-15 -3422 ((-430 (-1191 |#4|)) (-1191 |#4|))) (-15 -1617 ((-430 |#4|) |#4|)) (-15 -2571 ((-576) (-656 (-2 (|:| -1827 (-1191 |#3|)) (|:| -2125 (-576)))))) (-15 -4093 ((-430 |#4|) |#4| |#2|)) (-15 -1955 ((-2 (|:| -2284 (-1191 |#4|)) (|:| |polval| (-1191 |#3|))) (-1191 |#4|) (-1191 |#3|) (-576))) (-15 -2173 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-656 (-2 (|:| -1827 (-1191 |#4|)) (|:| -2125 (-576)))))) (-1191 |#4|) (-656 |#2|) (-656 (-656 |#3|)))) (-15 -3894 ((-2 (|:| |upol| (-1191 |#3|)) (|:| |Lval| (-656 |#3|)) (|:| |Lfact| (-656 (-2 (|:| -1827 (-1191 |#3|)) (|:| -2125 (-576))))) (|:| |ctpol| |#3|)) (-1191 |#4|) (-656 |#2|) (-656 (-656 |#3|)))) (-15 -1718 (|#4| (-576) (-430 |#4|))) (-15 -1542 ((-112) (-656 (-2 (|:| -1827 (-1191 |#3|)) (|:| -2125 (-576)))) (-656 (-2 (|:| -1827 (-1191 |#3|)) (|:| -2125 (-576)))))) (-15 -3670 ((-3 (-656 (-1191 |#4|)) "failed") (-1191 |#4|) (-1191 |#3|) (-1191 |#3|) |#4| (-656 |#2|) (-656 (-783)) (-656 |#3|))) (-15 -3283 ((-656 (-783)) (-1191 |#4|) (-656 |#2|) (-783))) (-15 -3754 ((-1191 |#3|) (-1191 |#3|) (-576))))
-((-1560 (($ $ (-938)) 17)))
-(((-755 |#1| |#2|) (-10 -8 (-15 -1560 (|#1| |#1| (-938)))) (-756 |#2|) (-174)) (T -755))
-NIL
-(-10 -8 (-15 -1560 (|#1| |#1| (-938))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-3647 (($ $ (-938)) 31)) (-1560 (($ $ (-938)) 38)) (-3598 (($ $ (-938)) 32)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3636 (($ $ $) 28)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-3369 (($ $ $ $) 29)) (-1678 (($ $ $) 27)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 33)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 30) (($ $ |#1|) 40) (($ |#1| $) 39)))
+((-4322 (*1 *1) (-4 *1 (-738))) (-3853 (*1 *1) (-4 *1 (-738))) (-3315 (*1 *2 *1) (-12 (-4 *1 (-738)) (-5 *2 (-112)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-738)) (-5 *2 (-783)))) (-2413 (*1 *1 *1) (|partial| -4 *1 (-738))))
+(-13 (-1133) (-10 -8 (-15 (-4322) ($) -2666) (-15 -3853 ($) -2666) (-15 -3315 ((-112) $)) (-15 ** ($ $ (-783))) (-15 -2413 ((-3 $ "failed") $))))
+(((-102) . T) ((-625 (-876)) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-2555 (((-2 (|:| -4250 (-430 |#2|)) (|:| |special| (-430 |#2|))) |#2| (-1 |#2| |#2|)) 39)) (-3102 (((-2 (|:| -4250 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|)) 12)) (-4124 ((|#2| (-419 |#2|) (-1 |#2| |#2|)) 13)) (-1634 (((-2 (|:| |poly| |#2|) (|:| -4250 (-419 |#2|)) (|:| |special| (-419 |#2|))) (-419 |#2|) (-1 |#2| |#2|)) 48)))
+(((-739 |#1| |#2|) (-10 -7 (-15 -3102 ((-2 (|:| -4250 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -2555 ((-2 (|:| -4250 (-430 |#2|)) (|:| |special| (-430 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -4124 (|#2| (-419 |#2|) (-1 |#2| |#2|))) (-15 -1634 ((-2 (|:| |poly| |#2|) (|:| -4250 (-419 |#2|)) (|:| |special| (-419 |#2|))) (-419 |#2|) (-1 |#2| |#2|)))) (-374) (-1264 |#1|)) (T -739))
+((-1634 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1264 *5)) (-4 *5 (-374)) (-5 *2 (-2 (|:| |poly| *6) (|:| -4250 (-419 *6)) (|:| |special| (-419 *6)))) (-5 *1 (-739 *5 *6)) (-5 *3 (-419 *6)))) (-4124 (*1 *2 *3 *4) (-12 (-5 *3 (-419 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1264 *5)) (-5 *1 (-739 *5 *2)) (-4 *5 (-374)))) (-2555 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1264 *5)) (-4 *5 (-374)) (-5 *2 (-2 (|:| -4250 (-430 *3)) (|:| |special| (-430 *3)))) (-5 *1 (-739 *5 *3)))) (-3102 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1264 *5)) (-4 *5 (-374)) (-5 *2 (-2 (|:| -4250 *3) (|:| |special| *3))) (-5 *1 (-739 *5 *3)))))
+(-10 -7 (-15 -3102 ((-2 (|:| -4250 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -2555 ((-2 (|:| -4250 (-430 |#2|)) (|:| |special| (-430 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -4124 (|#2| (-419 |#2|) (-1 |#2| |#2|))) (-15 -1634 ((-2 (|:| |poly| |#2|) (|:| -4250 (-419 |#2|)) (|:| |special| (-419 |#2|))) (-419 |#2|) (-1 |#2| |#2|))))
+((-3413 ((|#7| (-656 |#5|) |#6|) NIL)) (-2423 ((|#7| (-1 |#5| |#4|) |#6|) 27)))
+(((-740 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -2423 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -3413 (|#7| (-656 |#5|) |#6|))) (-862) (-805) (-805) (-1070) (-1070) (-968 |#4| |#2| |#1|) (-968 |#5| |#3| |#1|)) (T -740))
+((-3413 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *9)) (-4 *9 (-1070)) (-4 *5 (-862)) (-4 *6 (-805)) (-4 *8 (-1070)) (-4 *2 (-968 *9 *7 *5)) (-5 *1 (-740 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-805)) (-4 *4 (-968 *8 *6 *5)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-1070)) (-4 *9 (-1070)) (-4 *5 (-862)) (-4 *6 (-805)) (-4 *2 (-968 *9 *7 *5)) (-5 *1 (-740 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-805)) (-4 *4 (-968 *8 *6 *5)))))
+(-10 -7 (-15 -2423 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -3413 (|#7| (-656 |#5|) |#6|)))
+((-2423 ((|#7| (-1 |#2| |#1|) |#6|) 28)))
+(((-741 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -2423 (|#7| (-1 |#2| |#1|) |#6|))) (-862) (-862) (-805) (-805) (-1070) (-968 |#5| |#3| |#1|) (-968 |#5| |#4| |#2|)) (T -741))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-862)) (-4 *6 (-862)) (-4 *7 (-805)) (-4 *9 (-1070)) (-4 *2 (-968 *9 *8 *6)) (-5 *1 (-741 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-805)) (-4 *4 (-968 *9 *7 *5)))))
+(-10 -7 (-15 -2423 (|#7| (-1 |#2| |#1|) |#6|)))
+((-1452 (((-430 |#4|) |#4|) 42)))
+(((-742 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1452 ((-430 |#4|) |#4|))) (-805) (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $)) (-15 -1652 ((-3 $ "failed") (-1197))))) (-317) (-968 (-971 |#3|) |#1| |#2|)) (T -742))
+((-1452 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $)) (-15 -1652 ((-3 $ "failed") (-1197)))))) (-4 *6 (-317)) (-5 *2 (-430 *3)) (-5 *1 (-742 *4 *5 *6 *3)) (-4 *3 (-968 (-971 *6) *4 *5)))))
+(-10 -7 (-15 -1452 ((-430 |#4|) |#4|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1583 (((-656 (-878 |#1|)) $) NIL)) (-1420 (((-1193 $) $ (-878 |#1|)) NIL) (((-1193 |#2|) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#2| (-568)))) (-2116 (($ $) NIL (|has| |#2| (-568)))) (-2898 (((-112) $) NIL (|has| |#2| (-568)))) (-2392 (((-783) $) NIL) (((-783) $ (-656 (-878 |#1|))) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-4068 (($ $) NIL (|has| |#2| (-464)))) (-2068 (((-430 $) $) NIL (|has| |#2| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#2| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#2| (-1059 (-576)))) (((-3 (-878 |#1|) "failed") $) NIL)) (-2318 ((|#2| $) NIL) (((-419 (-576)) $) NIL (|has| |#2| (-1059 (-419 (-576))))) (((-576) $) NIL (|has| |#2| (-1059 (-576)))) (((-878 |#1|) $) NIL)) (-1751 (($ $ $ (-878 |#1|)) NIL (|has| |#2| (-174)))) (-3310 (($ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) NIL) (((-701 |#2|) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1770 (($ $) NIL (|has| |#2| (-464))) (($ $ (-878 |#1|)) NIL (|has| |#2| (-464)))) (-3297 (((-656 $) $) NIL)) (-3742 (((-112) $) NIL (|has| |#2| (-928)))) (-4308 (($ $ |#2| (-543 (-878 |#1|)) $) NIL)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (-12 (|has| (-878 |#1|) (-901 (-390))) (|has| |#2| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (-12 (|has| (-878 |#1|) (-901 (-576))) (|has| |#2| (-901 (-576)))))) (-3315 (((-112) $) NIL)) (-2509 (((-783) $) NIL)) (-1572 (($ (-1193 |#2|) (-878 |#1|)) NIL) (($ (-1193 $) (-878 |#1|)) NIL)) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) NIL)) (-1562 (($ |#2| (-543 (-878 |#1|))) NIL) (($ $ (-878 |#1|) (-783)) NIL) (($ $ (-656 (-878 |#1|)) (-656 (-783))) NIL)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ (-878 |#1|)) NIL)) (-4269 (((-543 (-878 |#1|)) $) NIL) (((-783) $ (-878 |#1|)) NIL) (((-656 (-783)) $ (-656 (-878 |#1|))) NIL)) (-1504 (($ (-1 (-543 (-878 |#1|)) (-543 (-878 |#1|))) $) NIL)) (-2423 (($ (-1 |#2| |#2|) $) NIL)) (-1706 (((-3 (-878 |#1|) "failed") $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-1288 $) $) NIL) (((-701 |#2|) (-1288 $)) NIL)) (-1697 (($ $) NIL)) (-1708 ((|#2| $) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-4185 (((-1179) $) NIL)) (-4383 (((-3 (-656 $) "failed") $) NIL)) (-2453 (((-3 (-656 $) "failed") $) NIL)) (-2344 (((-3 (-2 (|:| |var| (-878 |#1|)) (|:| -3744 (-783))) "failed") $) NIL)) (-3117 (((-1141) $) NIL)) (-1677 (((-112) $) NIL)) (-1684 ((|#2| $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#2| (-464)))) (-3115 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-1452 (((-430 $) $) NIL (|has| |#2| (-928)))) (-1943 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-568)))) (-2143 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-878 |#1|) |#2|) NIL) (($ $ (-656 (-878 |#1|)) (-656 |#2|)) NIL) (($ $ (-878 |#1|) $) NIL) (($ $ (-656 (-878 |#1|)) (-656 $)) NIL)) (-3053 (($ $ (-878 |#1|)) NIL (|has| |#2| (-174)))) (-4107 (($ $ (-656 (-878 |#1|)) (-656 (-783))) NIL) (($ $ (-878 |#1|) (-783)) NIL) (($ $ (-656 (-878 |#1|))) NIL) (($ $ (-878 |#1|)) NIL)) (-2786 (((-543 (-878 |#1|)) $) NIL) (((-783) $ (-878 |#1|)) NIL) (((-656 (-783)) $ (-656 (-878 |#1|))) NIL)) (-1554 (((-907 (-390)) $) NIL (-12 (|has| (-878 |#1|) (-626 (-907 (-390)))) (|has| |#2| (-626 (-907 (-390)))))) (((-907 (-576)) $) NIL (-12 (|has| (-878 |#1|) (-626 (-907 (-576)))) (|has| |#2| (-626 (-907 (-576)))))) (((-548) $) NIL (-12 (|has| (-878 |#1|) (-626 (-548))) (|has| |#2| (-626 (-548)))))) (-3929 ((|#2| $) NIL (|has| |#2| (-464))) (($ $ (-878 |#1|)) NIL (|has| |#2| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#2| (-928))))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#2|) NIL) (($ (-878 |#1|)) NIL) (($ $) NIL (|has| |#2| (-568))) (($ (-419 (-576))) NIL (-3795 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1059 (-419 (-576))))))) (-1923 (((-656 |#2|) $) NIL)) (-1341 ((|#2| $ (-543 (-878 |#1|))) NIL) (($ $ (-878 |#1|) (-783)) NIL) (($ $ (-656 (-878 |#1|)) (-656 (-783))) NIL)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#2| (-928))) (|has| |#2| (-146))))) (-2864 (((-783)) NIL T CONST)) (-3365 (($ $ $ (-783)) NIL (|has| |#2| (-174)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL (|has| |#2| (-568)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-656 (-878 |#1|)) (-656 (-783))) NIL) (($ $ (-878 |#1|) (-783)) NIL) (($ $ (-656 (-878 |#1|))) NIL) (($ $ (-878 |#1|)) NIL)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#2| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#2| (-38 (-419 (-576))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-743 |#1| |#2|) (-968 |#2| (-543 (-878 |#1|)) (-878 |#1|)) (-656 (-1197)) (-1070)) (T -743))
+NIL
+(-968 |#2| (-543 (-878 |#1|)) (-878 |#1|))
+((-2172 (((-2 (|:| -3900 (-971 |#3|)) (|:| -4201 (-971 |#3|))) |#4|) 14)) (-2527 ((|#4| |#4| |#2|) 33)) (-2872 ((|#4| (-419 (-971 |#3|)) |#2|) 64)) (-2032 ((|#4| (-1193 (-971 |#3|)) |#2|) 77)) (-1377 ((|#4| (-1193 |#4|) |#2|) 51)) (-2775 ((|#4| |#4| |#2|) 54)) (-1452 (((-430 |#4|) |#4|) 40)))
+(((-744 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2172 ((-2 (|:| -3900 (-971 |#3|)) (|:| -4201 (-971 |#3|))) |#4|)) (-15 -2775 (|#4| |#4| |#2|)) (-15 -1377 (|#4| (-1193 |#4|) |#2|)) (-15 -2527 (|#4| |#4| |#2|)) (-15 -2032 (|#4| (-1193 (-971 |#3|)) |#2|)) (-15 -2872 (|#4| (-419 (-971 |#3|)) |#2|)) (-15 -1452 ((-430 |#4|) |#4|))) (-805) (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $)))) (-568) (-968 (-419 (-971 |#3|)) |#1| |#2|)) (T -744))
+((-1452 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $))))) (-4 *6 (-568)) (-5 *2 (-430 *3)) (-5 *1 (-744 *4 *5 *6 *3)) (-4 *3 (-968 (-419 (-971 *6)) *4 *5)))) (-2872 (*1 *2 *3 *4) (-12 (-4 *6 (-568)) (-4 *2 (-968 *3 *5 *4)) (-5 *1 (-744 *5 *4 *6 *2)) (-5 *3 (-419 (-971 *6))) (-4 *5 (-805)) (-4 *4 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $))))))) (-2032 (*1 *2 *3 *4) (-12 (-5 *3 (-1193 (-971 *6))) (-4 *6 (-568)) (-4 *2 (-968 (-419 (-971 *6)) *5 *4)) (-5 *1 (-744 *5 *4 *6 *2)) (-4 *5 (-805)) (-4 *4 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $))))))) (-2527 (*1 *2 *2 *3) (-12 (-4 *4 (-805)) (-4 *3 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $))))) (-4 *5 (-568)) (-5 *1 (-744 *4 *3 *5 *2)) (-4 *2 (-968 (-419 (-971 *5)) *4 *3)))) (-1377 (*1 *2 *3 *4) (-12 (-5 *3 (-1193 *2)) (-4 *2 (-968 (-419 (-971 *6)) *5 *4)) (-5 *1 (-744 *5 *4 *6 *2)) (-4 *5 (-805)) (-4 *4 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $))))) (-4 *6 (-568)))) (-2775 (*1 *2 *2 *3) (-12 (-4 *4 (-805)) (-4 *3 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $))))) (-4 *5 (-568)) (-5 *1 (-744 *4 *3 *5 *2)) (-4 *2 (-968 (-419 (-971 *5)) *4 *3)))) (-2172 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $))))) (-4 *6 (-568)) (-5 *2 (-2 (|:| -3900 (-971 *6)) (|:| -4201 (-971 *6)))) (-5 *1 (-744 *4 *5 *6 *3)) (-4 *3 (-968 (-419 (-971 *6)) *4 *5)))))
+(-10 -7 (-15 -2172 ((-2 (|:| -3900 (-971 |#3|)) (|:| -4201 (-971 |#3|))) |#4|)) (-15 -2775 (|#4| |#4| |#2|)) (-15 -1377 (|#4| (-1193 |#4|) |#2|)) (-15 -2527 (|#4| |#4| |#2|)) (-15 -2032 (|#4| (-1193 (-971 |#3|)) |#2|)) (-15 -2872 (|#4| (-419 (-971 |#3|)) |#2|)) (-15 -1452 ((-430 |#4|) |#4|)))
+((-1452 (((-430 |#4|) |#4|) 54)))
+(((-745 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1452 ((-430 |#4|) |#4|))) (-805) (-862) (-13 (-317) (-148)) (-968 (-419 |#3|) |#1| |#2|)) (T -745))
+((-1452 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-13 (-317) (-148))) (-5 *2 (-430 *3)) (-5 *1 (-745 *4 *5 *6 *3)) (-4 *3 (-968 (-419 *6) *4 *5)))))
+(-10 -7 (-15 -1452 ((-430 |#4|) |#4|)))
+((-2423 (((-747 |#2| |#3|) (-1 |#2| |#1|) (-747 |#1| |#3|)) 18)))
+(((-746 |#1| |#2| |#3|) (-10 -7 (-15 -2423 ((-747 |#2| |#3|) (-1 |#2| |#1|) (-747 |#1| |#3|)))) (-1070) (-1070) (-738)) (T -746))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-747 *5 *7)) (-4 *5 (-1070)) (-4 *6 (-1070)) (-4 *7 (-738)) (-5 *2 (-747 *6 *7)) (-5 *1 (-746 *5 *6 *7)))))
+(-10 -7 (-15 -2423 ((-747 |#2| |#3|) (-1 |#2| |#1|) (-747 |#1| |#3|))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 36)) (-3716 (((-656 (-2 (|:| -2862 |#1|) (|:| -1617 |#2|))) $) 37)) (-2583 (((-3 $ "failed") $ $) NIL)) (-2200 (((-783)) 22 (-12 (|has| |#2| (-379)) (|has| |#1| (-379))))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#2| "failed") $) 76) (((-3 |#1| "failed") $) 79)) (-2318 ((|#2| $) NIL) ((|#1| $) NIL)) (-3310 (($ $) 102 (|has| |#2| (-862)))) (-2413 (((-3 $ "failed") $) 85)) (-4370 (($) 48 (-12 (|has| |#2| (-379)) (|has| |#1| (-379))))) (-3315 (((-112) $) NIL)) (-2509 (((-783) $) 70)) (-2974 (((-656 $) $) 52)) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| |#2|) 17)) (-2423 (($ (-1 |#1| |#1|) $) 68)) (-2106 (((-940) $) 43 (-12 (|has| |#2| (-379)) (|has| |#1| (-379))))) (-1697 ((|#2| $) 101 (|has| |#2| (-862)))) (-1708 ((|#1| $) 100 (|has| |#2| (-862)))) (-4185 (((-1179) $) NIL)) (-2409 (($ (-940)) 35 (-12 (|has| |#2| (-379)) (|has| |#1| (-379))))) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 99) (($ (-576)) 59) (($ |#2|) 55) (($ |#1|) 56) (($ (-656 (-2 (|:| -2862 |#1|) (|:| -1617 |#2|)))) 11)) (-1923 (((-656 |#1|) $) 54)) (-1341 ((|#1| $ |#2|) 115)) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 12 T CONST)) (-4322 (($) 44 T CONST)) (-3939 (((-112) $ $) 105)) (-4037 (($ $) 61) (($ $ $) NIL)) (-4027 (($ $ $) 33)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 66) (($ $ $) 118) (($ |#1| $) 63 (|has| |#1| (-174))) (($ $ |#1|) NIL (|has| |#1| (-174)))))
+(((-747 |#1| |#2|) (-13 (-1070) (-1059 |#2|) (-1059 |#1|) (-10 -8 (-15 -1562 ($ |#1| |#2|)) (-15 -1341 (|#1| $ |#2|)) (-15 -4114 ($ (-656 (-2 (|:| -2862 |#1|) (|:| -1617 |#2|))))) (-15 -3716 ((-656 (-2 (|:| -2862 |#1|) (|:| -1617 |#2|))) $)) (-15 -2423 ($ (-1 |#1| |#1|) $)) (-15 -3649 ((-112) $)) (-15 -1923 ((-656 |#1|) $)) (-15 -2974 ((-656 $) $)) (-15 -2509 ((-783) $)) (IF (|has| |#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |#1| (-174)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-379)) (IF (|has| |#2| (-379)) (-6 (-379)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-862)) (PROGN (-15 -1697 (|#2| $)) (-15 -1708 (|#1| $)) (-15 -3310 ($ $))) |%noBranch|))) (-1070) (-738)) (T -747))
+((-1562 (*1 *1 *2 *3) (-12 (-5 *1 (-747 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-738)))) (-1341 (*1 *2 *1 *3) (-12 (-4 *2 (-1070)) (-5 *1 (-747 *2 *3)) (-4 *3 (-738)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-656 (-2 (|:| -2862 *3) (|:| -1617 *4)))) (-4 *3 (-1070)) (-4 *4 (-738)) (-5 *1 (-747 *3 *4)))) (-3716 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| -2862 *3) (|:| -1617 *4)))) (-5 *1 (-747 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-738)))) (-2423 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1070)) (-5 *1 (-747 *3 *4)) (-4 *4 (-738)))) (-3649 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-747 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-738)))) (-1923 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-747 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-738)))) (-2974 (*1 *2 *1) (-12 (-5 *2 (-656 (-747 *3 *4))) (-5 *1 (-747 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-738)))) (-2509 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-747 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-738)))) (-1697 (*1 *2 *1) (-12 (-4 *2 (-738)) (-4 *2 (-862)) (-5 *1 (-747 *3 *2)) (-4 *3 (-1070)))) (-1708 (*1 *2 *1) (-12 (-4 *2 (-1070)) (-5 *1 (-747 *2 *3)) (-4 *3 (-862)) (-4 *3 (-738)))) (-3310 (*1 *1 *1) (-12 (-5 *1 (-747 *2 *3)) (-4 *3 (-862)) (-4 *2 (-1070)) (-4 *3 (-738)))))
+(-13 (-1070) (-1059 |#2|) (-1059 |#1|) (-10 -8 (-15 -1562 ($ |#1| |#2|)) (-15 -1341 (|#1| $ |#2|)) (-15 -4114 ($ (-656 (-2 (|:| -2862 |#1|) (|:| -1617 |#2|))))) (-15 -3716 ((-656 (-2 (|:| -2862 |#1|) (|:| -1617 |#2|))) $)) (-15 -2423 ($ (-1 |#1| |#1|) $)) (-15 -3649 ((-112) $)) (-15 -1923 ((-656 |#1|) $)) (-15 -2974 ((-656 $) $)) (-15 -2509 ((-783) $)) (IF (|has| |#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |#1| (-174)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-379)) (IF (|has| |#2| (-379)) (-6 (-379)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-862)) (PROGN (-15 -1697 (|#2| $)) (-15 -1708 (|#1| $)) (-15 -3310 ($ $))) |%noBranch|)))
+((-1955 (((-112) $ $) 20)) (-4025 (($ |#1| $) 77) (($ $ |#1|) 76) (($ $ $) 75)) (-2211 (($ $ $) 73)) (-3149 (((-112) $ $) 74)) (-1951 (((-112) $ (-783)) 8)) (-3703 (($ (-656 |#1|)) 69) (($) 68)) (-2250 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4464)))) (-3853 (($) 7 T CONST)) (-1966 (($ $) 63)) (-2741 (($ $) 59 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1678 (($ |#1| $) 48 (|has| $ (-6 -4464))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4464)))) (-2824 (($ |#1| $) 58 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4464)))) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-2132 (((-112) $ $) 65)) (-4157 (((-112) $ (-783)) 9)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22)) (-2157 (($ $ $) 70)) (-4306 ((|#1| $) 40)) (-3846 (($ |#1| $) 41) (($ |#1| $ (-783)) 64)) (-3117 (((-1141) $) 21)) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-1470 ((|#1| $) 42)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4032 (((-656 (-2 (|:| -2904 |#1|) (|:| -3131 (-783)))) $) 62)) (-3206 (($ $ |#1|) 72) (($ $ $) 71)) (-1455 (($) 50) (($ (-656 |#1|)) 49)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-1554 (((-548) $) 60 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 51)) (-4114 (((-876) $) 18)) (-1515 (($ (-656 |#1|)) 67) (($) 66)) (-3000 (((-112) $ $) 23)) (-3356 (($ (-656 |#1|)) 43)) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19)) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-748 |#1|) (-141) (-1121)) (T -748))
+NIL
+(-13 (-707 |t#1|) (-1119 |t#1|))
+(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-625 (-876)) . T) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-240 |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-707 |#1|) . T) ((-1119 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-4025 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 92)) (-2211 (($ $ $) 96)) (-3149 (((-112) $ $) 104)) (-1951 (((-112) $ (-783)) NIL)) (-3703 (($ (-656 |#1|)) 26) (($) 17)) (-2250 (($ (-1 (-112) |#1|) $) 83 (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-1966 (($ $) 85)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1678 (($ |#1| $) 70 (|has| $ (-6 -4464))) (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4464))) (($ |#1| $ (-576)) 75) (($ (-1 (-112) |#1|) $ (-576)) 78)) (-2824 (($ |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (($ |#1| $ (-576)) 80) (($ (-1 (-112) |#1|) $ (-576)) 81)) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4464)))) (-3722 (((-656 |#1|) $) 32 (|has| $ (-6 -4464)))) (-2132 (((-112) $ $) 103)) (-1395 (($) 15) (($ |#1|) 28) (($ (-656 |#1|)) 23)) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 |#1|) $) 38)) (-4029 (((-112) |#1| $) 65 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1896 (($ (-1 |#1| |#1|) $) 88 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 89)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL)) (-2157 (($ $ $) 94)) (-4306 ((|#1| $) 62)) (-3846 (($ |#1| $) 63) (($ |#1| $ (-783)) 86)) (-3117 (((-1141) $) NIL)) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1470 ((|#1| $) 61)) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) 56)) (-3029 (($) 14)) (-4032 (((-656 (-2 (|:| -2904 |#1|) (|:| -3131 (-783)))) $) 55)) (-3206 (($ $ |#1|) NIL) (($ $ $) 95)) (-1455 (($) 16) (($ (-656 |#1|)) 25)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) 68 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) 79)) (-1554 (((-548) $) 36 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 22)) (-4114 (((-876) $) 49)) (-1515 (($ (-656 |#1|)) 27) (($) 18)) (-3000 (((-112) $ $) NIL)) (-3356 (($ (-656 |#1|)) 24)) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 100)) (-1968 (((-783) $) 67 (|has| $ (-6 -4464)))))
+(((-749 |#1|) (-13 (-748 |#1|) (-10 -8 (-6 -4464) (-6 -4465) (-15 -1395 ($)) (-15 -1395 ($ |#1|)) (-15 -1395 ($ (-656 |#1|))) (-15 -4302 ((-656 |#1|) $)) (-15 -2824 ($ |#1| $ (-576))) (-15 -2824 ($ (-1 (-112) |#1|) $ (-576))) (-15 -1678 ($ |#1| $ (-576))) (-15 -1678 ($ (-1 (-112) |#1|) $ (-576))))) (-1121)) (T -749))
+((-1395 (*1 *1) (-12 (-5 *1 (-749 *2)) (-4 *2 (-1121)))) (-1395 (*1 *1 *2) (-12 (-5 *1 (-749 *2)) (-4 *2 (-1121)))) (-1395 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-5 *1 (-749 *3)))) (-4302 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-749 *3)) (-4 *3 (-1121)))) (-2824 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *1 (-749 *2)) (-4 *2 (-1121)))) (-2824 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-576)) (-4 *4 (-1121)) (-5 *1 (-749 *4)))) (-1678 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *1 (-749 *2)) (-4 *2 (-1121)))) (-1678 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-576)) (-4 *4 (-1121)) (-5 *1 (-749 *4)))))
+(-13 (-748 |#1|) (-10 -8 (-6 -4464) (-6 -4465) (-15 -1395 ($)) (-15 -1395 ($ |#1|)) (-15 -1395 ($ (-656 |#1|))) (-15 -4302 ((-656 |#1|) $)) (-15 -2824 ($ |#1| $ (-576))) (-15 -2824 ($ (-1 (-112) |#1|) $ (-576))) (-15 -1678 ($ |#1| $ (-576))) (-15 -1678 ($ (-1 (-112) |#1|) $ (-576)))))
+((-2239 (((-1293) (-1179)) 8)))
+(((-750) (-10 -7 (-15 -2239 ((-1293) (-1179))))) (T -750))
+((-2239 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-750)))))
+(-10 -7 (-15 -2239 ((-1293) (-1179))))
+((-2428 (((-656 |#1|) (-656 |#1|) (-656 |#1|)) 15)))
+(((-751 |#1|) (-10 -7 (-15 -2428 ((-656 |#1|) (-656 |#1|) (-656 |#1|)))) (-862)) (T -751))
+((-2428 (*1 *2 *2 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-751 *3)))))
+(-10 -7 (-15 -2428 ((-656 |#1|) (-656 |#1|) (-656 |#1|))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-1583 (((-656 |#2|) $) 149)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 142 (|has| |#1| (-568)))) (-2116 (($ $) 141 (|has| |#1| (-568)))) (-2898 (((-112) $) 139 (|has| |#1| (-568)))) (-3586 (($ $) 98 (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) 81 (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) 20)) (-1463 (($ $) 80 (|has| |#1| (-38 (-419 (-576)))))) (-3562 (($ $) 97 (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) 82 (|has| |#1| (-38 (-419 (-576)))))) (-3612 (($ $) 96 (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) 83 (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) 18 T CONST)) (-3310 (($ $) 133)) (-2413 (((-3 $ "failed") $) 37)) (-2818 (((-971 |#1|) $ (-783)) 111) (((-971 |#1|) $ (-783) (-783)) 110)) (-2871 (((-112) $) 150)) (-2723 (($) 108 (|has| |#1| (-38 (-419 (-576)))))) (-1760 (((-783) $ |#2|) 113) (((-783) $ |#2| (-783)) 112)) (-3315 (((-112) $) 35)) (-4063 (($ $ (-576)) 79 (|has| |#1| (-38 (-419 (-576)))))) (-3649 (((-112) $) 131)) (-1562 (($ $ (-656 |#2|) (-656 (-543 |#2|))) 148) (($ $ |#2| (-543 |#2|)) 147) (($ |#1| (-543 |#2|)) 132) (($ $ |#2| (-783)) 115) (($ $ (-656 |#2|) (-656 (-783))) 114)) (-2423 (($ (-1 |#1| |#1|) $) 130)) (-2608 (($ $) 105 (|has| |#1| (-38 (-419 (-576)))))) (-1697 (($ $) 128)) (-1708 ((|#1| $) 127)) (-4185 (((-1179) $) 10)) (-1488 (($ $ |#2|) 109 (|has| |#1| (-38 (-419 (-576)))))) (-3117 (((-1141) $) 11)) (-3168 (($ $ (-783)) 116)) (-1943 (((-3 $ "failed") $ $) 143 (|has| |#1| (-568)))) (-2154 (($ $) 106 (|has| |#1| (-38 (-419 (-576)))))) (-2143 (($ $ |#2| $) 124) (($ $ (-656 |#2|) (-656 $)) 123) (($ $ (-656 (-304 $))) 122) (($ $ (-304 $)) 121) (($ $ $ $) 120) (($ $ (-656 $) (-656 $)) 119)) (-4107 (($ $ (-656 |#2|) (-656 (-783))) 44) (($ $ |#2| (-783)) 43) (($ $ (-656 |#2|)) 42) (($ $ |#2|) 40)) (-2786 (((-543 |#2|) $) 129)) (-3623 (($ $) 95 (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) 84 (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) 94 (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) 85 (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) 93 (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) 86 (|has| |#1| (-38 (-419 (-576)))))) (-2093 (($ $) 151)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 146 (|has| |#1| (-174))) (($ $) 144 (|has| |#1| (-568))) (($ (-419 (-576))) 136 (|has| |#1| (-38 (-419 (-576)))))) (-1341 ((|#1| $ (-543 |#2|)) 134) (($ $ |#2| (-783)) 118) (($ $ (-656 |#2|) (-656 (-783))) 117)) (-3346 (((-3 $ "failed") $) 145 (|has| |#1| (-146)))) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-3653 (($ $) 104 (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) 92 (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) 140 (|has| |#1| (-568)))) (-3632 (($ $) 103 (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) 91 (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) 102 (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) 90 (|has| |#1| (-38 (-419 (-576)))))) (-1970 (($ $) 101 (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) 89 (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) 100 (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) 88 (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) 99 (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) 87 (|has| |#1| (-38 (-419 (-576)))))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-656 |#2|) (-656 (-783))) 47) (($ $ |#2| (-783)) 46) (($ $ (-656 |#2|)) 45) (($ $ |#2|) 41)) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#1|) 135 (|has| |#1| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ $) 107 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 78 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 138 (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) 137 (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 126) (($ $ |#1|) 125)))
+(((-752 |#1| |#2|) (-141) (-1070) (-862)) (T -752))
+((-1341 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-752 *4 *2)) (-4 *4 (-1070)) (-4 *2 (-862)))) (-1341 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *5)) (-5 *3 (-656 (-783))) (-4 *1 (-752 *4 *5)) (-4 *4 (-1070)) (-4 *5 (-862)))) (-3168 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-752 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-862)))) (-1562 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-752 *4 *2)) (-4 *4 (-1070)) (-4 *2 (-862)))) (-1562 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *5)) (-5 *3 (-656 (-783))) (-4 *1 (-752 *4 *5)) (-4 *4 (-1070)) (-4 *5 (-862)))) (-1760 (*1 *2 *1 *3) (-12 (-4 *1 (-752 *4 *3)) (-4 *4 (-1070)) (-4 *3 (-862)) (-5 *2 (-783)))) (-1760 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-783)) (-4 *1 (-752 *4 *3)) (-4 *4 (-1070)) (-4 *3 (-862)))) (-2818 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *1 (-752 *4 *5)) (-4 *4 (-1070)) (-4 *5 (-862)) (-5 *2 (-971 *4)))) (-2818 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-783)) (-4 *1 (-752 *4 *5)) (-4 *4 (-1070)) (-4 *5 (-862)) (-5 *2 (-971 *4)))) (-1488 (*1 *1 *1 *2) (-12 (-4 *1 (-752 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-862)) (-4 *3 (-38 (-419 (-576)))))))
+(-13 (-917 |t#2|) (-994 |t#1| (-543 |t#2|) |t#2|) (-526 |t#2| $) (-319 $) (-10 -8 (-15 -1341 ($ $ |t#2| (-783))) (-15 -1341 ($ $ (-656 |t#2|) (-656 (-783)))) (-15 -3168 ($ $ (-783))) (-15 -1562 ($ $ |t#2| (-783))) (-15 -1562 ($ $ (-656 |t#2|) (-656 (-783)))) (-15 -1760 ((-783) $ |t#2|)) (-15 -1760 ((-783) $ |t#2| (-783))) (-15 -2818 ((-971 |t#1|) $ (-783))) (-15 -2818 ((-971 |t#1|) $ (-783) (-783))) (IF (|has| |t#1| (-38 (-419 (-576)))) (PROGN (-15 -1488 ($ $ |t#2|)) (-6 (-1023)) (-6 (-1223))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-543 |#2|)) . T) ((-25) . T) ((-38 #1=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) |has| |#1| (-568)) ((-35) |has| |#1| (-38 (-419 (-576)))) ((-95) |has| |#1| (-38 (-419 (-576)))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #1#) |has| |#1| (-38 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-628 $) |has| |#1| (-568)) ((-625 (-876)) . T) ((-174) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-294) |has| |#1| (-38 (-419 (-576)))) ((-300) |has| |#1| (-568)) ((-319 $) . T) ((-505) |has| |#1| (-38 (-419 (-576)))) ((-526 |#2| $) . T) ((-526 $ $) . T) ((-568) |has| |#1| (-568)) ((-658 #1#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #1#) |has| |#1| (-38 (-419 (-576)))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #1#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) |has| |#1| (-568)) ((-729 #1#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) |has| |#1| (-568)) ((-738) . T) ((-911 $ |#2|) . T) ((-917 |#2|) . T) ((-919 |#2|) . T) ((-994 |#1| #0# |#2|) . T) ((-1023) |has| |#1| (-38 (-419 (-576)))) ((-1072 #1#) |has| |#1| (-38 (-419 (-576)))) ((-1072 |#1|) . T) ((-1072 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1077 #1#) |has| |#1| (-38 (-419 (-576)))) ((-1077 |#1|) . T) ((-1077 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1223) |has| |#1| (-38 (-419 (-576)))) ((-1226) |has| |#1| (-38 (-419 (-576)))) ((-1238) . T))
+((-1452 (((-430 (-1193 |#4|)) (-1193 |#4|)) 30) (((-430 |#4|) |#4|) 26)))
+(((-753 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1452 ((-430 |#4|) |#4|)) (-15 -1452 ((-430 (-1193 |#4|)) (-1193 |#4|)))) (-862) (-805) (-13 (-317) (-148)) (-968 |#3| |#2| |#1|)) (T -753))
+((-1452 (*1 *2 *3) (-12 (-4 *4 (-862)) (-4 *5 (-805)) (-4 *6 (-13 (-317) (-148))) (-4 *7 (-968 *6 *5 *4)) (-5 *2 (-430 (-1193 *7))) (-5 *1 (-753 *4 *5 *6 *7)) (-5 *3 (-1193 *7)))) (-1452 (*1 *2 *3) (-12 (-4 *4 (-862)) (-4 *5 (-805)) (-4 *6 (-13 (-317) (-148))) (-5 *2 (-430 *3)) (-5 *1 (-753 *4 *5 *6 *3)) (-4 *3 (-968 *6 *5 *4)))))
+(-10 -7 (-15 -1452 ((-430 |#4|) |#4|)) (-15 -1452 ((-430 (-1193 |#4|)) (-1193 |#4|))))
+((-2346 (((-430 |#4|) |#4| |#2|) 140)) (-2480 (((-430 |#4|) |#4|) NIL)) (-2068 (((-430 (-1193 |#4|)) (-1193 |#4|)) 127) (((-430 |#4|) |#4|) 52)) (-4172 (((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-656 (-2 (|:| -1452 (-1193 |#4|)) (|:| -3744 (-576)))))) (-1193 |#4|) (-656 |#2|) (-656 (-656 |#3|))) 81)) (-2168 (((-1193 |#3|) (-1193 |#3|) (-576)) 166)) (-3198 (((-656 (-783)) (-1193 |#4|) (-656 |#2|) (-783)) 75)) (-2709 (((-3 (-656 (-1193 |#4|)) "failed") (-1193 |#4|) (-1193 |#3|) (-1193 |#3|) |#4| (-656 |#2|) (-656 (-783)) (-656 |#3|)) 79)) (-4283 (((-2 (|:| |upol| (-1193 |#3|)) (|:| |Lval| (-656 |#3|)) (|:| |Lfact| (-656 (-2 (|:| -1452 (-1193 |#3|)) (|:| -3744 (-576))))) (|:| |ctpol| |#3|)) (-1193 |#4|) (-656 |#2|) (-656 (-656 |#3|))) 27)) (-2686 (((-2 (|:| -2792 (-1193 |#4|)) (|:| |polval| (-1193 |#3|))) (-1193 |#4|) (-1193 |#3|) (-576)) 72)) (-2605 (((-576) (-656 (-2 (|:| -1452 (-1193 |#3|)) (|:| -3744 (-576))))) 162)) (-2193 ((|#4| (-576) (-430 |#4|)) 73)) (-3022 (((-112) (-656 (-2 (|:| -1452 (-1193 |#3|)) (|:| -3744 (-576)))) (-656 (-2 (|:| -1452 (-1193 |#3|)) (|:| -3744 (-576))))) NIL)))
+(((-754 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2068 ((-430 |#4|) |#4|)) (-15 -2068 ((-430 (-1193 |#4|)) (-1193 |#4|))) (-15 -2480 ((-430 |#4|) |#4|)) (-15 -2605 ((-576) (-656 (-2 (|:| -1452 (-1193 |#3|)) (|:| -3744 (-576)))))) (-15 -2346 ((-430 |#4|) |#4| |#2|)) (-15 -2686 ((-2 (|:| -2792 (-1193 |#4|)) (|:| |polval| (-1193 |#3|))) (-1193 |#4|) (-1193 |#3|) (-576))) (-15 -4172 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-656 (-2 (|:| -1452 (-1193 |#4|)) (|:| -3744 (-576)))))) (-1193 |#4|) (-656 |#2|) (-656 (-656 |#3|)))) (-15 -4283 ((-2 (|:| |upol| (-1193 |#3|)) (|:| |Lval| (-656 |#3|)) (|:| |Lfact| (-656 (-2 (|:| -1452 (-1193 |#3|)) (|:| -3744 (-576))))) (|:| |ctpol| |#3|)) (-1193 |#4|) (-656 |#2|) (-656 (-656 |#3|)))) (-15 -2193 (|#4| (-576) (-430 |#4|))) (-15 -3022 ((-112) (-656 (-2 (|:| -1452 (-1193 |#3|)) (|:| -3744 (-576)))) (-656 (-2 (|:| -1452 (-1193 |#3|)) (|:| -3744 (-576)))))) (-15 -2709 ((-3 (-656 (-1193 |#4|)) "failed") (-1193 |#4|) (-1193 |#3|) (-1193 |#3|) |#4| (-656 |#2|) (-656 (-783)) (-656 |#3|))) (-15 -3198 ((-656 (-783)) (-1193 |#4|) (-656 |#2|) (-783))) (-15 -2168 ((-1193 |#3|) (-1193 |#3|) (-576)))) (-805) (-862) (-317) (-968 |#3| |#1| |#2|)) (T -754))
+((-2168 (*1 *2 *2 *3) (-12 (-5 *2 (-1193 *6)) (-5 *3 (-576)) (-4 *6 (-317)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-754 *4 *5 *6 *7)) (-4 *7 (-968 *6 *4 *5)))) (-3198 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1193 *9)) (-5 *4 (-656 *7)) (-4 *7 (-862)) (-4 *9 (-968 *8 *6 *7)) (-4 *6 (-805)) (-4 *8 (-317)) (-5 *2 (-656 (-783))) (-5 *1 (-754 *6 *7 *8 *9)) (-5 *5 (-783)))) (-2709 (*1 *2 *3 *4 *4 *5 *6 *7 *8) (|partial| -12 (-5 *4 (-1193 *11)) (-5 *6 (-656 *10)) (-5 *7 (-656 (-783))) (-5 *8 (-656 *11)) (-4 *10 (-862)) (-4 *11 (-317)) (-4 *9 (-805)) (-4 *5 (-968 *11 *9 *10)) (-5 *2 (-656 (-1193 *5))) (-5 *1 (-754 *9 *10 *11 *5)) (-5 *3 (-1193 *5)))) (-3022 (*1 *2 *3 *3) (-12 (-5 *3 (-656 (-2 (|:| -1452 (-1193 *6)) (|:| -3744 (-576))))) (-4 *6 (-317)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)) (-5 *1 (-754 *4 *5 *6 *7)) (-4 *7 (-968 *6 *4 *5)))) (-2193 (*1 *2 *3 *4) (-12 (-5 *3 (-576)) (-5 *4 (-430 *2)) (-4 *2 (-968 *7 *5 *6)) (-5 *1 (-754 *5 *6 *7 *2)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-317)))) (-4283 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1193 *9)) (-5 *4 (-656 *7)) (-5 *5 (-656 (-656 *8))) (-4 *7 (-862)) (-4 *8 (-317)) (-4 *9 (-968 *8 *6 *7)) (-4 *6 (-805)) (-5 *2 (-2 (|:| |upol| (-1193 *8)) (|:| |Lval| (-656 *8)) (|:| |Lfact| (-656 (-2 (|:| -1452 (-1193 *8)) (|:| -3744 (-576))))) (|:| |ctpol| *8))) (-5 *1 (-754 *6 *7 *8 *9)))) (-4172 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-656 *7)) (-5 *5 (-656 (-656 *8))) (-4 *7 (-862)) (-4 *8 (-317)) (-4 *6 (-805)) (-4 *9 (-968 *8 *6 *7)) (-5 *2 (-2 (|:| |unitPart| *9) (|:| |suPart| (-656 (-2 (|:| -1452 (-1193 *9)) (|:| -3744 (-576))))))) (-5 *1 (-754 *6 *7 *8 *9)) (-5 *3 (-1193 *9)))) (-2686 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-576)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-317)) (-4 *9 (-968 *8 *6 *7)) (-5 *2 (-2 (|:| -2792 (-1193 *9)) (|:| |polval| (-1193 *8)))) (-5 *1 (-754 *6 *7 *8 *9)) (-5 *3 (-1193 *9)) (-5 *4 (-1193 *8)))) (-2346 (*1 *2 *3 *4) (-12 (-4 *5 (-805)) (-4 *4 (-862)) (-4 *6 (-317)) (-5 *2 (-430 *3)) (-5 *1 (-754 *5 *4 *6 *3)) (-4 *3 (-968 *6 *5 *4)))) (-2605 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| -1452 (-1193 *6)) (|:| -3744 (-576))))) (-4 *6 (-317)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-576)) (-5 *1 (-754 *4 *5 *6 *7)) (-4 *7 (-968 *6 *4 *5)))) (-2480 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)) (-5 *2 (-430 *3)) (-5 *1 (-754 *4 *5 *6 *3)) (-4 *3 (-968 *6 *4 *5)))) (-2068 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)) (-4 *7 (-968 *6 *4 *5)) (-5 *2 (-430 (-1193 *7))) (-5 *1 (-754 *4 *5 *6 *7)) (-5 *3 (-1193 *7)))) (-2068 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)) (-5 *2 (-430 *3)) (-5 *1 (-754 *4 *5 *6 *3)) (-4 *3 (-968 *6 *4 *5)))))
+(-10 -7 (-15 -2068 ((-430 |#4|) |#4|)) (-15 -2068 ((-430 (-1193 |#4|)) (-1193 |#4|))) (-15 -2480 ((-430 |#4|) |#4|)) (-15 -2605 ((-576) (-656 (-2 (|:| -1452 (-1193 |#3|)) (|:| -3744 (-576)))))) (-15 -2346 ((-430 |#4|) |#4| |#2|)) (-15 -2686 ((-2 (|:| -2792 (-1193 |#4|)) (|:| |polval| (-1193 |#3|))) (-1193 |#4|) (-1193 |#3|) (-576))) (-15 -4172 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-656 (-2 (|:| -1452 (-1193 |#4|)) (|:| -3744 (-576)))))) (-1193 |#4|) (-656 |#2|) (-656 (-656 |#3|)))) (-15 -4283 ((-2 (|:| |upol| (-1193 |#3|)) (|:| |Lval| (-656 |#3|)) (|:| |Lfact| (-656 (-2 (|:| -1452 (-1193 |#3|)) (|:| -3744 (-576))))) (|:| |ctpol| |#3|)) (-1193 |#4|) (-656 |#2|) (-656 (-656 |#3|)))) (-15 -2193 (|#4| (-576) (-430 |#4|))) (-15 -3022 ((-112) (-656 (-2 (|:| -1452 (-1193 |#3|)) (|:| -3744 (-576)))) (-656 (-2 (|:| -1452 (-1193 |#3|)) (|:| -3744 (-576)))))) (-15 -2709 ((-3 (-656 (-1193 |#4|)) "failed") (-1193 |#4|) (-1193 |#3|) (-1193 |#3|) |#4| (-656 |#2|) (-656 (-783)) (-656 |#3|))) (-15 -3198 ((-656 (-783)) (-1193 |#4|) (-656 |#2|) (-783))) (-15 -2168 ((-1193 |#3|) (-1193 |#3|) (-576))))
+((-3228 (($ $ (-940)) 17)))
+(((-755 |#1| |#2|) (-10 -8 (-15 -3228 (|#1| |#1| (-940)))) (-756 |#2|) (-174)) (T -755))
+NIL
+(-10 -8 (-15 -3228 (|#1| |#1| (-940))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-3679 (($ $ (-940)) 31)) (-3228 (($ $ (-940)) 38)) (-3171 (($ $ (-940)) 32)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-3595 (($ $ $) 28)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-2781 (($ $ $ $) 29)) (-1800 (($ $ $) 27)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 33)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 30) (($ $ |#1|) 40) (($ |#1| $) 39)))
(((-756 |#1|) (-141) (-174)) (T -756))
-((-1560 (*1 *1 *1 *2) (-12 (-5 *2 (-938)) (-4 *1 (-756 *3)) (-4 *3 (-174)))))
-(-13 (-773) (-729 |t#1|) (-10 -8 (-15 -1560 ($ $ (-938)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-732) . T) ((-773) . T) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-3863 (((-1054) (-701 (-227)) (-576) (-112) (-576)) 25)) (-2698 (((-1054) (-701 (-227)) (-576) (-112) (-576)) 24)))
-(((-757) (-10 -7 (-15 -2698 ((-1054) (-701 (-227)) (-576) (-112) (-576))) (-15 -3863 ((-1054) (-701 (-227)) (-576) (-112) (-576))))) (T -757))
-((-3863 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-112)) (-5 *2 (-1054)) (-5 *1 (-757)))) (-2698 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-112)) (-5 *2 (-1054)) (-5 *1 (-757)))))
-(-10 -7 (-15 -2698 ((-1054) (-701 (-227)) (-576) (-112) (-576))) (-15 -3863 ((-1054) (-701 (-227)) (-576) (-112) (-576))))
-((-2339 (((-1054) (-576) (-576) (-576) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-74 FCN)))) 43)) (-1366 (((-1054) (-576) (-576) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-81 FCN)))) 39)) (-3024 (((-1054) (-227) (-227) (-227) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956)))) 32)))
-(((-758) (-10 -7 (-15 -3024 ((-1054) (-227) (-227) (-227) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956))))) (-15 -1366 ((-1054) (-576) (-576) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-81 FCN))))) (-15 -2339 ((-1054) (-576) (-576) (-576) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-74 FCN))))))) (T -758))
-((-2339 (*1 *2 *3 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-74 FCN)))) (-5 *2 (-1054)) (-5 *1 (-758)))) (-1366 (*1 *2 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-81 FCN)))) (-5 *2 (-1054)) (-5 *1 (-758)))) (-3024 (*1 *2 *3 *3 *3 *3 *4 *5) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956)))) (-5 *2 (-1054)) (-5 *1 (-758)))))
-(-10 -7 (-15 -3024 ((-1054) (-227) (-227) (-227) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956))))) (-15 -1366 ((-1054) (-576) (-576) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-81 FCN))))) (-15 -2339 ((-1054) (-576) (-576) (-576) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-74 FCN))))))
-((-2000 (((-1054) (-576) (-576) (-701 (-227)) (-576)) 34)) (-4253 (((-1054) (-576) (-576) (-701 (-227)) (-576)) 33)) (-2138 (((-1054) (-576) (-701 (-227)) (-576)) 32)) (-2822 (((-1054) (-576) (-701 (-227)) (-576)) 31)) (-2493 (((-1054) (-576) (-576) (-1177) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 30)) (-2867 (((-1054) (-576) (-576) (-1177) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 29)) (-3237 (((-1054) (-576) (-576) (-1177) (-701 (-227)) (-701 (-227)) (-576)) 28)) (-2367 (((-1054) (-576) (-576) (-1177) (-701 (-227)) (-701 (-227)) (-576)) 27)) (-3389 (((-1054) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576)) 24)) (-2029 (((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576)) 23)) (-2908 (((-1054) (-576) (-701 (-227)) (-576)) 22)) (-1531 (((-1054) (-576) (-701 (-227)) (-576)) 21)))
-(((-759) (-10 -7 (-15 -1531 ((-1054) (-576) (-701 (-227)) (-576))) (-15 -2908 ((-1054) (-576) (-701 (-227)) (-576))) (-15 -2029 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3389 ((-1054) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2367 ((-1054) (-576) (-576) (-1177) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3237 ((-1054) (-576) (-576) (-1177) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2867 ((-1054) (-576) (-576) (-1177) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2493 ((-1054) (-576) (-576) (-1177) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2822 ((-1054) (-576) (-701 (-227)) (-576))) (-15 -2138 ((-1054) (-576) (-701 (-227)) (-576))) (-15 -4253 ((-1054) (-576) (-576) (-701 (-227)) (-576))) (-15 -2000 ((-1054) (-576) (-576) (-701 (-227)) (-576))))) (T -759))
-((-2000 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-759)))) (-4253 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-759)))) (-2138 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-759)))) (-2822 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-759)))) (-2493 (*1 *2 *3 *3 *4 *5 *5 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-1177)) (-5 *5 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-759)))) (-2867 (*1 *2 *3 *3 *4 *5 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-1177)) (-5 *5 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-759)))) (-3237 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-1177)) (-5 *5 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-759)))) (-2367 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-1177)) (-5 *5 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-759)))) (-3389 (*1 *2 *3 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-759)))) (-2029 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-759)))) (-2908 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-759)))) (-1531 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-759)))))
-(-10 -7 (-15 -1531 ((-1054) (-576) (-701 (-227)) (-576))) (-15 -2908 ((-1054) (-576) (-701 (-227)) (-576))) (-15 -2029 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3389 ((-1054) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2367 ((-1054) (-576) (-576) (-1177) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3237 ((-1054) (-576) (-576) (-1177) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2867 ((-1054) (-576) (-576) (-1177) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2493 ((-1054) (-576) (-576) (-1177) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2822 ((-1054) (-576) (-701 (-227)) (-576))) (-15 -2138 ((-1054) (-576) (-701 (-227)) (-576))) (-15 -4253 ((-1054) (-576) (-576) (-701 (-227)) (-576))) (-15 -2000 ((-1054) (-576) (-576) (-701 (-227)) (-576))))
-((-2923 (((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576) (-227) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN)))) 52)) (-3543 (((-1054) (-701 (-227)) (-701 (-227)) (-576) (-576)) 51)) (-2880 (((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN)))) 50)) (-1695 (((-1054) (-227) (-227) (-576) (-576) (-576) (-576)) 46)) (-1798 (((-1054) (-227) (-227) (-576) (-227) (-576) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) 45)) (-2910 (((-1054) (-227) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) 44)) (-2408 (((-1054) (-227) (-227) (-227) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) 43)) (-3149 (((-1054) (-227) (-227) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) 42)) (-3664 (((-1054) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956)))) 38)) (-2441 (((-1054) (-227) (-227) (-576) (-701 (-227)) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956)))) 37)) (-3498 (((-1054) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956)))) 33)) (-1644 (((-1054) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956)))) 32)))
-(((-760) (-10 -7 (-15 -1644 ((-1054) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956))))) (-15 -3498 ((-1054) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956))))) (-15 -2441 ((-1054) (-227) (-227) (-576) (-701 (-227)) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956))))) (-15 -3664 ((-1054) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956))))) (-15 -3149 ((-1054) (-227) (-227) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G))))) (-15 -2408 ((-1054) (-227) (-227) (-227) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G))))) (-15 -2910 ((-1054) (-227) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G))))) (-15 -1798 ((-1054) (-227) (-227) (-576) (-227) (-576) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G))))) (-15 -1695 ((-1054) (-227) (-227) (-576) (-576) (-576) (-576))) (-15 -2880 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN))))) (-15 -3543 ((-1054) (-701 (-227)) (-701 (-227)) (-576) (-576))) (-15 -2923 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576) (-227) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN))))))) (T -760))
-((-2923 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN)))) (-5 *2 (-1054)) (-5 *1 (-760)))) (-3543 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-760)))) (-2880 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN)))) (-5 *2 (-1054)) (-5 *1 (-760)))) (-1695 (*1 *2 *3 *3 *4 *4 *4 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-760)))) (-1798 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) (-5 *2 (-1054)) (-5 *1 (-760)))) (-2910 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) (-5 *2 (-1054)) (-5 *1 (-760)))) (-2408 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) (-5 *2 (-1054)) (-5 *1 (-760)))) (-3149 (*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) (-5 *2 (-1054)) (-5 *1 (-760)))) (-3664 (*1 *2 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956)))) (-5 *2 (-1054)) (-5 *1 (-760)))) (-2441 (*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6) (-12 (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956)))) (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-760)))) (-3498 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956)))) (-5 *2 (-1054)) (-5 *1 (-760)))) (-1644 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956)))) (-5 *2 (-1054)) (-5 *1 (-760)))))
-(-10 -7 (-15 -1644 ((-1054) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956))))) (-15 -3498 ((-1054) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956))))) (-15 -2441 ((-1054) (-227) (-227) (-576) (-701 (-227)) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956))))) (-15 -3664 ((-1054) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956))))) (-15 -3149 ((-1054) (-227) (-227) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G))))) (-15 -2408 ((-1054) (-227) (-227) (-227) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G))))) (-15 -2910 ((-1054) (-227) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G))))) (-15 -1798 ((-1054) (-227) (-227) (-576) (-227) (-576) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G))))) (-15 -1695 ((-1054) (-227) (-227) (-576) (-576) (-576) (-576))) (-15 -2880 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN))))) (-15 -3543 ((-1054) (-701 (-227)) (-701 (-227)) (-576) (-576))) (-15 -2923 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576) (-227) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN))))))
-((-4381 (((-1054) (-576) (-576) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-400)) (|:| |fp| (-76 G JACOBG JACGEP)))) 76)) (-1688 (((-1054) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL))) (-400) (-400)) 69) (((-1054) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL)))) 68)) (-4311 (((-1054) (-227) (-227) (-576) (-227) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-400)) (|:| |fp| (-85 FCNG)))) 57)) (-4270 (((-1054) (-701 (-227)) (-701 (-227)) (-576) (-227) (-227) (-227) (-576) (-576) (-576) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) 50)) (-4195 (((-1054) (-227) (-576) (-576) (-1177) (-576) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT)))) 49)) (-2302 (((-1054) (-227) (-576) (-576) (-227) (-1177) (-227) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT)))) 45)) (-3407 (((-1054) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) 42)) (-3575 (((-1054) (-227) (-576) (-576) (-576) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT)))) 38)))
-(((-761) (-10 -7 (-15 -3575 ((-1054) (-227) (-576) (-576) (-576) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))) (-15 -3407 ((-1054) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))))) (-15 -2302 ((-1054) (-227) (-576) (-576) (-227) (-1177) (-227) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))) (-15 -4195 ((-1054) (-227) (-576) (-576) (-1177) (-576) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))) (-15 -4270 ((-1054) (-701 (-227)) (-701 (-227)) (-576) (-227) (-227) (-227) (-576) (-576) (-576) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))))) (-15 -4311 ((-1054) (-227) (-227) (-576) (-227) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-400)) (|:| |fp| (-85 FCNG))))) (-15 -1688 ((-1054) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL))))) (-15 -1688 ((-1054) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL))) (-400) (-400))) (-15 -4381 ((-1054) (-576) (-576) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-400)) (|:| |fp| (-76 G JACOBG JACGEP))))))) (T -761))
-((-4381 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-75 FCN JACOBF JACEPS)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-76 G JACOBG JACGEP)))) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-761)))) (-1688 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-227)) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL)))) (-5 *8 (-400)) (-5 *2 (-1054)) (-5 *1 (-761)))) (-1688 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-227)) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL)))) (-5 *2 (-1054)) (-5 *1 (-761)))) (-4311 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7) (-12 (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-84 FCNF)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-85 FCNG)))) (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-761)))) (-4270 (*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-227)) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) (-5 *2 (-1054)) (-5 *1 (-761)))) (-4195 (*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10) (-12 (-5 *4 (-576)) (-5 *5 (-1177)) (-5 *6 (-701 (-227))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G)))) (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) (-5 *9 (-3 (|:| |fn| (-400)) (|:| |fp| (-71 PEDERV)))) (-5 *10 (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-761)))) (-2302 (*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9) (-12 (-5 *4 (-576)) (-5 *5 (-1177)) (-5 *6 (-701 (-227))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G)))) (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) (-5 *9 (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-761)))) (-3407 (*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-761)))) (-3575 (*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-761)))))
-(-10 -7 (-15 -3575 ((-1054) (-227) (-576) (-576) (-576) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))) (-15 -3407 ((-1054) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))))) (-15 -2302 ((-1054) (-227) (-576) (-576) (-227) (-1177) (-227) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))) (-15 -4195 ((-1054) (-227) (-576) (-576) (-1177) (-576) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))) (-15 -4270 ((-1054) (-701 (-227)) (-701 (-227)) (-576) (-227) (-227) (-227) (-576) (-576) (-576) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))))) (-15 -4311 ((-1054) (-227) (-227) (-576) (-227) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-400)) (|:| |fp| (-85 FCNG))))) (-15 -1688 ((-1054) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL))))) (-15 -1688 ((-1054) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL))) (-400) (-400))) (-15 -4381 ((-1054) (-576) (-576) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-400)) (|:| |fp| (-76 G JACOBG JACGEP))))))
-((-1411 (((-1054) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-687 (-227)) (-576)) 45)) (-2676 (((-1054) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-1177) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-400)) (|:| |fp| (-83 BNDY)))) 41)) (-2527 (((-1054) (-576) (-576) (-576) (-576) (-227) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 23)))
-(((-762) (-10 -7 (-15 -2527 ((-1054) (-576) (-576) (-576) (-576) (-227) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2676 ((-1054) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-1177) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-400)) (|:| |fp| (-83 BNDY))))) (-15 -1411 ((-1054) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-687 (-227)) (-576))))) (T -762))
-((-1411 (*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 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-687 (-227))) (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-762)))) (-2676 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-1177)) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-82 PDEF)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-83 BNDY)))) (-5 *2 (-1054)) (-5 *1 (-762)))) (-2527 (*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-762)))))
-(-10 -7 (-15 -2527 ((-1054) (-576) (-576) (-576) (-576) (-227) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2676 ((-1054) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-1177) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-400)) (|:| |fp| (-83 BNDY))))) (-15 -1411 ((-1054) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-687 (-227)) (-576))))
-((-4348 (((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-701 (-227)) (-227) (-227) (-576)) 35)) (-2906 (((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-227) (-227) (-576)) 34)) (-2778 (((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-701 (-227)) (-227) (-227) (-576)) 33)) (-4174 (((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 29)) (-2078 (((-1054) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 28)) (-3249 (((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576)) 27)) (-2132 (((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-576)) 24)) (-4350 (((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-576)) 23)) (-3976 (((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576)) 22)) (-3562 (((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576)) 21)))
-(((-763) (-10 -7 (-15 -3562 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576))) (-15 -3976 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4350 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-576))) (-15 -2132 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-576))) (-15 -3249 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576))) (-15 -2078 ((-1054) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4174 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2778 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-701 (-227)) (-227) (-227) (-576))) (-15 -2906 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-227) (-227) (-576))) (-15 -4348 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-701 (-227)) (-227) (-227) (-576))))) (T -763))
-((-4348 (*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *2 (-1054)) (-5 *1 (-763)))) (-2906 (*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *2 (-1054)) (-5 *1 (-763)))) (-2778 (*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3) (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *6 (-227)) (-5 *3 (-576)) (-5 *2 (-1054)) (-5 *1 (-763)))) (-4174 (*1 *2 *3 *4 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-763)))) (-2078 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-763)))) (-3249 (*1 *2 *3 *4 *4 *4 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *2 (-1054)) (-5 *1 (-763)))) (-2132 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-763)))) (-4350 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-763)))) (-3976 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-763)))) (-3562 (*1 *2 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-763)))))
-(-10 -7 (-15 -3562 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576))) (-15 -3976 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4350 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-576))) (-15 -2132 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-576))) (-15 -3249 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576))) (-15 -2078 ((-1054) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4174 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2778 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-701 (-227)) (-227) (-227) (-576))) (-15 -2906 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-227) (-227) (-576))) (-15 -4348 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-701 (-227)) (-227) (-227) (-576))))
-((-4182 (((-1054) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576)) 45)) (-3338 (((-1054) (-576) (-576) (-576) (-227) (-701 (-227)) (-701 (-227)) (-576)) 44)) (-1851 (((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576)) 43)) (-2241 (((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 42)) (-3312 (((-1054) (-1177) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576)) 41)) (-2973 (((-1054) (-1177) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576)) 40)) (-3603 (((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576) (-576) (-576) (-227) (-701 (-227)) (-576)) 39)) (-1949 (((-1054) (-1177) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-576))) 38)) (-3214 (((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576)) 35)) (-3160 (((-1054) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576)) 34)) (-2255 (((-1054) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576)) 33)) (-2964 (((-1054) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 32)) (-4135 (((-1054) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-227) (-576)) 31)) (-3176 (((-1054) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-576)) 30)) (-3659 (((-1054) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-576) (-576) (-576)) 29)) (-2626 (((-1054) (-576) (-576) (-576) (-227) (-227) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576) (-701 (-576)) (-576) (-576) (-576)) 28)) (-2372 (((-1054) (-576) (-701 (-227)) (-227) (-576)) 24)) (-3551 (((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 21)))
-(((-764) (-10 -7 (-15 -3551 ((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2372 ((-1054) (-576) (-701 (-227)) (-227) (-576))) (-15 -2626 ((-1054) (-576) (-576) (-576) (-227) (-227) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576) (-701 (-576)) (-576) (-576) (-576))) (-15 -3659 ((-1054) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-576) (-576) (-576))) (-15 -3176 ((-1054) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-576))) (-15 -4135 ((-1054) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-227) (-576))) (-15 -2964 ((-1054) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2255 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576))) (-15 -3160 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576))) (-15 -3214 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -1949 ((-1054) (-1177) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-576)))) (-15 -3603 ((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576) (-576) (-576) (-227) (-701 (-227)) (-576))) (-15 -2973 ((-1054) (-1177) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576))) (-15 -3312 ((-1054) (-1177) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2241 ((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -1851 ((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576))) (-15 -3338 ((-1054) (-576) (-576) (-576) (-227) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4182 ((-1054) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576))))) (T -764))
-((-4182 (*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-764)))) (-3338 (*1 *2 *3 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-764)))) (-1851 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-764)))) (-2241 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-764)))) (-3312 (*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4) (-12 (-5 *3 (-1177)) (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-227)) (-5 *2 (-1054)) (-5 *1 (-764)))) (-2973 (*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4) (-12 (-5 *3 (-1177)) (-5 *5 (-701 (-227))) (-5 *6 (-227)) (-5 *7 (-701 (-576))) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-764)))) (-3603 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3) (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *6 (-227)) (-5 *3 (-576)) (-5 *2 (-1054)) (-5 *1 (-764)))) (-1949 (*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7) (-12 (-5 *3 (-1177)) (-5 *5 (-701 (-227))) (-5 *6 (-227)) (-5 *7 (-701 (-576))) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-764)))) (-3214 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-764)))) (-3160 (*1 *2 *3 *4 *4 *5 *3 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *2 (-1054)) (-5 *1 (-764)))) (-2255 (*1 *2 *3 *4 *4 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *2 (-1054)) (-5 *1 (-764)))) (-2964 (*1 *2 *3 *3 *4 *4 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-764)))) (-4135 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-764)))) (-3176 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-764)))) (-3659 (*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-764)))) (-2626 (*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3) (-12 (-5 *5 (-701 (-227))) (-5 *6 (-701 (-576))) (-5 *3 (-576)) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-764)))) (-2372 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *2 (-1054)) (-5 *1 (-764)))) (-3551 (*1 *2 *3 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-764)))))
-(-10 -7 (-15 -3551 ((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2372 ((-1054) (-576) (-701 (-227)) (-227) (-576))) (-15 -2626 ((-1054) (-576) (-576) (-576) (-227) (-227) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576) (-701 (-576)) (-576) (-576) (-576))) (-15 -3659 ((-1054) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-576) (-576) (-576))) (-15 -3176 ((-1054) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-576))) (-15 -4135 ((-1054) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-227) (-576))) (-15 -2964 ((-1054) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2255 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576))) (-15 -3160 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576))) (-15 -3214 ((-1054) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -1949 ((-1054) (-1177) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-576)))) (-15 -3603 ((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576) (-576) (-576) (-227) (-701 (-227)) (-576))) (-15 -2973 ((-1054) (-1177) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576))) (-15 -3312 ((-1054) (-1177) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2241 ((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -1851 ((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576))) (-15 -3338 ((-1054) (-576) (-576) (-576) (-227) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4182 ((-1054) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576))))
-((-4013 (((-1054) (-576) (-576) (-576) (-227) (-701 (-227)) (-576) (-701 (-227)) (-576)) 63)) (-2211 (((-1054) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-112) (-227) (-576) (-227) (-227) (-112) (-227) (-227) (-227) (-227) (-112) (-576) (-576) (-576) (-576) (-576) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-576)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN)))) 62)) (-1482 (((-1054) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-227) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-112) (-112) (-112) (-576) (-576) (-701 (-227)) (-701 (-576)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-65 QPHESS)))) 58)) (-2291 (((-1054) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-112) (-576) (-576) (-701 (-227)) (-576)) 51)) (-1459 (((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-66 FUNCT1)))) 50)) (-3208 (((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-63 LSFUN2)))) 46)) (-3102 (((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-79 LSFUN1)))) 42)) (-1577 (((-1054) (-576) (-227) (-227) (-576) (-227) (-112) (-227) (-227) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN)))) 38)))
-(((-765) (-10 -7 (-15 -1577 ((-1054) (-576) (-227) (-227) (-576) (-227) (-112) (-227) (-227) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN))))) (-15 -3102 ((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-79 LSFUN1))))) (-15 -3208 ((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-63 LSFUN2))))) (-15 -1459 ((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-66 FUNCT1))))) (-15 -2291 ((-1054) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-112) (-576) (-576) (-701 (-227)) (-576))) (-15 -1482 ((-1054) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-227) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-112) (-112) (-112) (-576) (-576) (-701 (-227)) (-701 (-576)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-65 QPHESS))))) (-15 -2211 ((-1054) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-112) (-227) (-576) (-227) (-227) (-112) (-227) (-227) (-227) (-227) (-112) (-576) (-576) (-576) (-576) (-576) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-576)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN))))) (-15 -4013 ((-1054) (-576) (-576) (-576) (-227) (-701 (-227)) (-576) (-701 (-227)) (-576))))) (T -765))
-((-4013 (*1 *2 *3 *3 *3 *4 *5 *3 *5 *3) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-765)))) (-2211 (*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 (-701 (-227))) (-5 *5 (-112)) (-5 *6 (-227)) (-5 *7 (-701 (-576))) (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-80 CONFUN)))) (-5 *9 (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN)))) (-5 *3 (-576)) (-5 *2 (-1054)) (-5 *1 (-765)))) (-1482 (*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 (-701 (-227))) (-5 *6 (-112)) (-5 *7 (-701 (-576))) (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-65 QPHESS)))) (-5 *3 (-576)) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-765)))) (-2291 (*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-112)) (-5 *2 (-1054)) (-5 *1 (-765)))) (-1459 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-66 FUNCT1)))) (-5 *2 (-1054)) (-5 *1 (-765)))) (-3208 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-63 LSFUN2)))) (-5 *2 (-1054)) (-5 *1 (-765)))) (-3102 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-79 LSFUN1)))) (-5 *2 (-1054)) (-5 *1 (-765)))) (-1577 (*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7) (-12 (-5 *3 (-576)) (-5 *5 (-112)) (-5 *6 (-701 (-227))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN)))) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-765)))))
-(-10 -7 (-15 -1577 ((-1054) (-576) (-227) (-227) (-576) (-227) (-112) (-227) (-227) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN))))) (-15 -3102 ((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-79 LSFUN1))))) (-15 -3208 ((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-63 LSFUN2))))) (-15 -1459 ((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-66 FUNCT1))))) (-15 -2291 ((-1054) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-112) (-576) (-576) (-701 (-227)) (-576))) (-15 -1482 ((-1054) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-227) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-112) (-112) (-112) (-576) (-576) (-701 (-227)) (-701 (-576)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-65 QPHESS))))) (-15 -2211 ((-1054) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-112) (-227) (-576) (-227) (-227) (-112) (-227) (-227) (-227) (-227) (-112) (-576) (-576) (-576) (-576) (-576) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-576)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN))))) (-15 -4013 ((-1054) (-576) (-576) (-576) (-227) (-701 (-227)) (-576) (-701 (-227)) (-576))))
-((-4064 (((-1054) (-1177) (-576) (-576) (-576) (-576) (-701 (-171 (-227))) (-701 (-171 (-227))) (-576)) 47)) (-2839 (((-1054) (-1177) (-1177) (-576) (-576) (-701 (-171 (-227))) (-576) (-701 (-171 (-227))) (-576) (-576) (-701 (-171 (-227))) (-576)) 46)) (-3644 (((-1054) (-576) (-576) (-576) (-701 (-171 (-227))) (-576)) 45)) (-1537 (((-1054) (-1177) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576)) 40)) (-2124 (((-1054) (-1177) (-1177) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-701 (-227)) (-576)) 39)) (-2686 (((-1054) (-576) (-576) (-576) (-701 (-227)) (-576)) 36)) (-2435 (((-1054) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576)) 35)) (-1343 (((-1054) (-576) (-576) (-576) (-576) (-656 (-112)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-227) (-227) (-576)) 34)) (-2286 (((-1054) (-576) (-576) (-576) (-701 (-576)) (-701 (-576)) (-701 (-576)) (-701 (-576)) (-112) (-227) (-112) (-701 (-576)) (-701 (-227)) (-576)) 33)) (-1460 (((-1054) (-576) (-576) (-576) (-576) (-227) (-112) (-112) (-656 (-112)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-576)) 32)))
-(((-766) (-10 -7 (-15 -1460 ((-1054) (-576) (-576) (-576) (-576) (-227) (-112) (-112) (-656 (-112)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-576))) (-15 -2286 ((-1054) (-576) (-576) (-576) (-701 (-576)) (-701 (-576)) (-701 (-576)) (-701 (-576)) (-112) (-227) (-112) (-701 (-576)) (-701 (-227)) (-576))) (-15 -1343 ((-1054) (-576) (-576) (-576) (-576) (-656 (-112)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-227) (-227) (-576))) (-15 -2435 ((-1054) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576))) (-15 -2686 ((-1054) (-576) (-576) (-576) (-701 (-227)) (-576))) (-15 -2124 ((-1054) (-1177) (-1177) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-701 (-227)) (-576))) (-15 -1537 ((-1054) (-1177) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3644 ((-1054) (-576) (-576) (-576) (-701 (-171 (-227))) (-576))) (-15 -2839 ((-1054) (-1177) (-1177) (-576) (-576) (-701 (-171 (-227))) (-576) (-701 (-171 (-227))) (-576) (-576) (-701 (-171 (-227))) (-576))) (-15 -4064 ((-1054) (-1177) (-576) (-576) (-576) (-576) (-701 (-171 (-227))) (-701 (-171 (-227))) (-576))))) (T -766))
-((-4064 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1177)) (-5 *4 (-576)) (-5 *5 (-701 (-171 (-227)))) (-5 *2 (-1054)) (-5 *1 (-766)))) (-2839 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1177)) (-5 *4 (-576)) (-5 *5 (-701 (-171 (-227)))) (-5 *2 (-1054)) (-5 *1 (-766)))) (-3644 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-171 (-227)))) (-5 *2 (-1054)) (-5 *1 (-766)))) (-1537 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1177)) (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-766)))) (-2124 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1177)) (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-766)))) (-2686 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-766)))) (-2435 (*1 *2 *3 *4 *3 *5 *3) (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *3 (-576)) (-5 *2 (-1054)) (-5 *1 (-766)))) (-1343 (*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3) (-12 (-5 *4 (-656 (-112))) (-5 *5 (-701 (-227))) (-5 *6 (-701 (-576))) (-5 *7 (-227)) (-5 *3 (-576)) (-5 *2 (-1054)) (-5 *1 (-766)))) (-2286 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3) (-12 (-5 *4 (-701 (-576))) (-5 *5 (-112)) (-5 *7 (-701 (-227))) (-5 *3 (-576)) (-5 *6 (-227)) (-5 *2 (-1054)) (-5 *1 (-766)))) (-1460 (*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3) (-12 (-5 *6 (-656 (-112))) (-5 *7 (-701 (-227))) (-5 *8 (-701 (-576))) (-5 *3 (-576)) (-5 *4 (-227)) (-5 *5 (-112)) (-5 *2 (-1054)) (-5 *1 (-766)))))
-(-10 -7 (-15 -1460 ((-1054) (-576) (-576) (-576) (-576) (-227) (-112) (-112) (-656 (-112)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-576))) (-15 -2286 ((-1054) (-576) (-576) (-576) (-701 (-576)) (-701 (-576)) (-701 (-576)) (-701 (-576)) (-112) (-227) (-112) (-701 (-576)) (-701 (-227)) (-576))) (-15 -1343 ((-1054) (-576) (-576) (-576) (-576) (-656 (-112)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-227) (-227) (-576))) (-15 -2435 ((-1054) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576))) (-15 -2686 ((-1054) (-576) (-576) (-576) (-701 (-227)) (-576))) (-15 -2124 ((-1054) (-1177) (-1177) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-701 (-227)) (-576))) (-15 -1537 ((-1054) (-1177) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3644 ((-1054) (-576) (-576) (-576) (-701 (-171 (-227))) (-576))) (-15 -2839 ((-1054) (-1177) (-1177) (-576) (-576) (-701 (-171 (-227))) (-576) (-701 (-171 (-227))) (-576) (-576) (-701 (-171 (-227))) (-576))) (-15 -4064 ((-1054) (-1177) (-576) (-576) (-576) (-576) (-701 (-171 (-227))) (-701 (-171 (-227))) (-576))))
-((-2489 (((-1054) (-576) (-576) (-576) (-576) (-576) (-112) (-576) (-112) (-576) (-701 (-171 (-227))) (-701 (-171 (-227))) (-576)) 79)) (-1539 (((-1054) (-576) (-576) (-576) (-576) (-576) (-112) (-576) (-112) (-576) (-701 (-227)) (-701 (-227)) (-576)) 68)) (-3111 (((-1054) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE))) (-400)) 56) (((-1054) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE)))) 55)) (-1970 (((-1054) (-576) (-576) (-576) (-227) (-112) (-576) (-701 (-227)) (-701 (-227)) (-576)) 37)) (-4209 (((-1054) (-576) (-576) (-227) (-227) (-576) (-576) (-701 (-227)) (-576)) 33)) (-3605 (((-1054) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-576) (-576) (-576)) 30)) (-3256 (((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576)) 29)) (-4095 (((-1054) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576)) 28)) (-2090 (((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576)) 27)) (-3501 (((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-576)) 26)) (-4197 (((-1054) (-576) (-576) (-701 (-227)) (-576)) 25)) (-2932 (((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576)) 24)) (-3520 (((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576)) 23)) (-3262 (((-1054) (-701 (-227)) (-576) (-576) (-576) (-576)) 22)) (-4334 (((-1054) (-576) (-576) (-701 (-227)) (-576)) 21)))
-(((-767) (-10 -7 (-15 -4334 ((-1054) (-576) (-576) (-701 (-227)) (-576))) (-15 -3262 ((-1054) (-701 (-227)) (-576) (-576) (-576) (-576))) (-15 -3520 ((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2932 ((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4197 ((-1054) (-576) (-576) (-701 (-227)) (-576))) (-15 -3501 ((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-576))) (-15 -2090 ((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4095 ((-1054) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3256 ((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3605 ((-1054) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-576) (-576) (-576))) (-15 -4209 ((-1054) (-576) (-576) (-227) (-227) (-576) (-576) (-701 (-227)) (-576))) (-15 -1970 ((-1054) (-576) (-576) (-576) (-227) (-112) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3111 ((-1054) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE))))) (-15 -3111 ((-1054) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE))) (-400))) (-15 -1539 ((-1054) (-576) (-576) (-576) (-576) (-576) (-112) (-576) (-112) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2489 ((-1054) (-576) (-576) (-576) (-576) (-576) (-112) (-576) (-112) (-576) (-701 (-171 (-227))) (-701 (-171 (-227))) (-576))))) (T -767))
-((-2489 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-112)) (-5 *5 (-701 (-171 (-227)))) (-5 *2 (-1054)) (-5 *1 (-767)))) (-1539 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-112)) (-5 *5 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-767)))) (-3111 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE)))) (-5 *8 (-400)) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-767)))) (-3111 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE)))) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-767)))) (-1970 (*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3) (-12 (-5 *3 (-576)) (-5 *5 (-112)) (-5 *6 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-767)))) (-4209 (*1 *2 *3 *3 *4 *4 *3 *3 *5 *3) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-767)))) (-3605 (*1 *2 *3 *4 *3 *4 *4 *4 *4 *4) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-767)))) (-3256 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-767)))) (-4095 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-767)))) (-2090 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-767)))) (-3501 (*1 *2 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-767)))) (-4197 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-767)))) (-2932 (*1 *2 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-767)))) (-3520 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-767)))) (-3262 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-767)))) (-4334 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-767)))))
-(-10 -7 (-15 -4334 ((-1054) (-576) (-576) (-701 (-227)) (-576))) (-15 -3262 ((-1054) (-701 (-227)) (-576) (-576) (-576) (-576))) (-15 -3520 ((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2932 ((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4197 ((-1054) (-576) (-576) (-701 (-227)) (-576))) (-15 -3501 ((-1054) (-576) (-576) (-576) (-576) (-701 (-227)) (-576))) (-15 -2090 ((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4095 ((-1054) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3256 ((-1054) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3605 ((-1054) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-576) (-576) (-576))) (-15 -4209 ((-1054) (-576) (-576) (-227) (-227) (-576) (-576) (-701 (-227)) (-576))) (-15 -1970 ((-1054) (-576) (-576) (-576) (-227) (-112) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3111 ((-1054) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE))))) (-15 -3111 ((-1054) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE))) (-400))) (-15 -1539 ((-1054) (-576) (-576) (-576) (-576) (-576) (-112) (-576) (-112) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2489 ((-1054) (-576) (-576) (-576) (-576) (-576) (-112) (-576) (-112) (-576) (-701 (-171 (-227))) (-701 (-171 (-227))) (-576))))
-((-2471 (((-1054) (-576) (-576) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-70 APROD)))) 64)) (-3028 (((-1054) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-576)) (-576) (-701 (-227)) (-576) (-576) (-576) (-576)) 60)) (-3084 (((-1054) (-576) (-701 (-227)) (-112) (-227) (-576) (-576) (-576) (-576) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-400)) (|:| |fp| (-73 MSOLVE)))) 59)) (-4112 (((-1054) (-576) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576) (-701 (-576)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576)) 37)) (-3765 (((-1054) (-576) (-576) (-576) (-227) (-576) (-701 (-227)) (-701 (-227)) (-576)) 36)) (-1483 (((-1054) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 33)) (-1564 (((-1054) (-576) (-701 (-227)) (-576) (-701 (-576)) (-701 (-576)) (-576) (-701 (-576)) (-701 (-227))) 32)) (-2139 (((-1054) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-576)) 28)) (-1616 (((-1054) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576)) 27)) (-1837 (((-1054) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576)) 26)) (-2455 (((-1054) (-576) (-701 (-171 (-227))) (-576) (-576) (-576) (-576) (-701 (-171 (-227))) (-576)) 22)))
-(((-768) (-10 -7 (-15 -2455 ((-1054) (-576) (-701 (-171 (-227))) (-576) (-576) (-576) (-576) (-701 (-171 (-227))) (-576))) (-15 -1837 ((-1054) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576))) (-15 -1616 ((-1054) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576))) (-15 -2139 ((-1054) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-576))) (-15 -1564 ((-1054) (-576) (-701 (-227)) (-576) (-701 (-576)) (-701 (-576)) (-576) (-701 (-576)) (-701 (-227)))) (-15 -1483 ((-1054) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3765 ((-1054) (-576) (-576) (-576) (-227) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4112 ((-1054) (-576) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576) (-701 (-576)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576))) (-15 -3084 ((-1054) (-576) (-701 (-227)) (-112) (-227) (-576) (-576) (-576) (-576) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-400)) (|:| |fp| (-73 MSOLVE))))) (-15 -3028 ((-1054) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-576)) (-576) (-701 (-227)) (-576) (-576) (-576) (-576))) (-15 -2471 ((-1054) (-576) (-576) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-70 APROD))))))) (T -768))
-((-2471 (*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-70 APROD)))) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-768)))) (-3028 (*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3) (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *3 (-576)) (-5 *2 (-1054)) (-5 *1 (-768)))) (-3084 (*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-112)) (-5 *6 (-227)) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-68 APROD)))) (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-73 MSOLVE)))) (-5 *2 (-1054)) (-5 *1 (-768)))) (-4112 (*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3) (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *3 (-576)) (-5 *2 (-1054)) (-5 *1 (-768)))) (-3765 (*1 *2 *3 *3 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-768)))) (-1483 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-768)))) (-1564 (*1 *2 *3 *4 *3 *5 *5 *3 *5 *4) (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *3 (-576)) (-5 *2 (-1054)) (-5 *1 (-768)))) (-2139 (*1 *2 *3 *4 *3 *4 *4 *4) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-768)))) (-1616 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-768)))) (-1837 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-768)))) (-2455 (*1 *2 *3 *4 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-171 (-227)))) (-5 *2 (-1054)) (-5 *1 (-768)))))
-(-10 -7 (-15 -2455 ((-1054) (-576) (-701 (-171 (-227))) (-576) (-576) (-576) (-576) (-701 (-171 (-227))) (-576))) (-15 -1837 ((-1054) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576))) (-15 -1616 ((-1054) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576))) (-15 -2139 ((-1054) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-576))) (-15 -1564 ((-1054) (-576) (-701 (-227)) (-576) (-701 (-576)) (-701 (-576)) (-576) (-701 (-576)) (-701 (-227)))) (-15 -1483 ((-1054) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3765 ((-1054) (-576) (-576) (-576) (-227) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4112 ((-1054) (-576) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576) (-701 (-576)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576))) (-15 -3084 ((-1054) (-576) (-701 (-227)) (-112) (-227) (-576) (-576) (-576) (-576) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-400)) (|:| |fp| (-73 MSOLVE))))) (-15 -3028 ((-1054) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-576)) (-576) (-701 (-227)) (-576) (-576) (-576) (-576))) (-15 -2471 ((-1054) (-576) (-576) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-70 APROD))))))
-((-2117 (((-1054) (-1177) (-576) (-576) (-701 (-227)) (-576) (-576) (-701 (-227))) 29)) (-3420 (((-1054) (-1177) (-576) (-576) (-701 (-227))) 28)) (-1566 (((-1054) (-1177) (-576) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576) (-701 (-227))) 27)) (-3696 (((-1054) (-576) (-576) (-576) (-701 (-227))) 21)))
-(((-769) (-10 -7 (-15 -3696 ((-1054) (-576) (-576) (-576) (-701 (-227)))) (-15 -1566 ((-1054) (-1177) (-576) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576) (-701 (-227)))) (-15 -3420 ((-1054) (-1177) (-576) (-576) (-701 (-227)))) (-15 -2117 ((-1054) (-1177) (-576) (-576) (-701 (-227)) (-576) (-576) (-701 (-227)))))) (T -769))
-((-2117 (*1 *2 *3 *4 *4 *5 *4 *4 *5) (-12 (-5 *3 (-1177)) (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-769)))) (-3420 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1177)) (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-769)))) (-1566 (*1 *2 *3 *4 *4 *5 *4 *6 *4 *5) (-12 (-5 *3 (-1177)) (-5 *5 (-701 (-227))) (-5 *6 (-701 (-576))) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-769)))) (-3696 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054)) (-5 *1 (-769)))))
-(-10 -7 (-15 -3696 ((-1054) (-576) (-576) (-576) (-701 (-227)))) (-15 -1566 ((-1054) (-1177) (-576) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576) (-701 (-227)))) (-15 -3420 ((-1054) (-1177) (-576) (-576) (-701 (-227)))) (-15 -2117 ((-1054) (-1177) (-576) (-576) (-701 (-227)) (-576) (-576) (-701 (-227)))))
-((-3778 (((-1054) (-227) (-227) (-227) (-227) (-576)) 62)) (-2166 (((-1054) (-227) (-227) (-227) (-576)) 61)) (-1939 (((-1054) (-227) (-227) (-227) (-576)) 60)) (-3423 (((-1054) (-227) (-227) (-576)) 59)) (-4075 (((-1054) (-227) (-576)) 58)) (-2447 (((-1054) (-227) (-576)) 57)) (-3994 (((-1054) (-227) (-576)) 56)) (-1525 (((-1054) (-227) (-576)) 55)) (-3700 (((-1054) (-227) (-576)) 54)) (-1734 (((-1054) (-227) (-576)) 53)) (-3932 (((-1054) (-227) (-171 (-227)) (-576) (-1177) (-576)) 52)) (-1645 (((-1054) (-227) (-171 (-227)) (-576) (-1177) (-576)) 51)) (-4090 (((-1054) (-227) (-576)) 50)) (-3316 (((-1054) (-227) (-576)) 49)) (-1586 (((-1054) (-227) (-576)) 48)) (-3714 (((-1054) (-227) (-576)) 47)) (-3138 (((-1054) (-576) (-227) (-171 (-227)) (-576) (-1177) (-576)) 46)) (-3713 (((-1054) (-1177) (-171 (-227)) (-1177) (-576)) 45)) (-2739 (((-1054) (-1177) (-171 (-227)) (-1177) (-576)) 44)) (-2650 (((-1054) (-227) (-171 (-227)) (-576) (-1177) (-576)) 43)) (-3150 (((-1054) (-227) (-171 (-227)) (-576) (-1177) (-576)) 42)) (-3207 (((-1054) (-227) (-576)) 39)) (-3532 (((-1054) (-227) (-576)) 38)) (-1631 (((-1054) (-227) (-576)) 37)) (-3950 (((-1054) (-227) (-576)) 36)) (-3685 (((-1054) (-227) (-576)) 35)) (-3933 (((-1054) (-227) (-576)) 34)) (-2539 (((-1054) (-227) (-576)) 33)) (-3324 (((-1054) (-227) (-576)) 32)) (-2982 (((-1054) (-227) (-576)) 31)) (-3398 (((-1054) (-227) (-576)) 30)) (-4401 (((-1054) (-227) (-227) (-227) (-576)) 29)) (-2258 (((-1054) (-227) (-576)) 28)) (-4301 (((-1054) (-227) (-576)) 27)) (-2368 (((-1054) (-227) (-576)) 26)) (-3154 (((-1054) (-227) (-576)) 25)) (-1480 (((-1054) (-227) (-576)) 24)) (-2246 (((-1054) (-171 (-227)) (-576)) 21)))
-(((-770) (-10 -7 (-15 -2246 ((-1054) (-171 (-227)) (-576))) (-15 -1480 ((-1054) (-227) (-576))) (-15 -3154 ((-1054) (-227) (-576))) (-15 -2368 ((-1054) (-227) (-576))) (-15 -4301 ((-1054) (-227) (-576))) (-15 -2258 ((-1054) (-227) (-576))) (-15 -4401 ((-1054) (-227) (-227) (-227) (-576))) (-15 -3398 ((-1054) (-227) (-576))) (-15 -2982 ((-1054) (-227) (-576))) (-15 -3324 ((-1054) (-227) (-576))) (-15 -2539 ((-1054) (-227) (-576))) (-15 -3933 ((-1054) (-227) (-576))) (-15 -3685 ((-1054) (-227) (-576))) (-15 -3950 ((-1054) (-227) (-576))) (-15 -1631 ((-1054) (-227) (-576))) (-15 -3532 ((-1054) (-227) (-576))) (-15 -3207 ((-1054) (-227) (-576))) (-15 -3150 ((-1054) (-227) (-171 (-227)) (-576) (-1177) (-576))) (-15 -2650 ((-1054) (-227) (-171 (-227)) (-576) (-1177) (-576))) (-15 -2739 ((-1054) (-1177) (-171 (-227)) (-1177) (-576))) (-15 -3713 ((-1054) (-1177) (-171 (-227)) (-1177) (-576))) (-15 -3138 ((-1054) (-576) (-227) (-171 (-227)) (-576) (-1177) (-576))) (-15 -3714 ((-1054) (-227) (-576))) (-15 -1586 ((-1054) (-227) (-576))) (-15 -3316 ((-1054) (-227) (-576))) (-15 -4090 ((-1054) (-227) (-576))) (-15 -1645 ((-1054) (-227) (-171 (-227)) (-576) (-1177) (-576))) (-15 -3932 ((-1054) (-227) (-171 (-227)) (-576) (-1177) (-576))) (-15 -1734 ((-1054) (-227) (-576))) (-15 -3700 ((-1054) (-227) (-576))) (-15 -1525 ((-1054) (-227) (-576))) (-15 -3994 ((-1054) (-227) (-576))) (-15 -2447 ((-1054) (-227) (-576))) (-15 -4075 ((-1054) (-227) (-576))) (-15 -3423 ((-1054) (-227) (-227) (-576))) (-15 -1939 ((-1054) (-227) (-227) (-227) (-576))) (-15 -2166 ((-1054) (-227) (-227) (-227) (-576))) (-15 -3778 ((-1054) (-227) (-227) (-227) (-227) (-576))))) (T -770))
-((-3778 (*1 *2 *3 *3 *3 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-2166 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-1939 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-3423 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-4075 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-2447 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-3994 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-1525 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-3700 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-1734 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-3932 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *6 (-1177)) (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-1645 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *6 (-1177)) (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-4090 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-3316 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-1586 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-3714 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-3138 (*1 *2 *3 *4 *5 *3 *6 *3) (-12 (-5 *3 (-576)) (-5 *5 (-171 (-227))) (-5 *6 (-1177)) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-3713 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1177)) (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-2739 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1177)) (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-2650 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *6 (-1177)) (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-3150 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *6 (-1177)) (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-3207 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-3532 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-1631 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-3950 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-3685 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-3933 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-2539 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-3324 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-2982 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-3398 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-4401 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-2258 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-4301 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-2368 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-3154 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-1480 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))) (-2246 (*1 *2 *3 *4) (-12 (-5 *3 (-171 (-227))) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(-10 -7 (-15 -2246 ((-1054) (-171 (-227)) (-576))) (-15 -1480 ((-1054) (-227) (-576))) (-15 -3154 ((-1054) (-227) (-576))) (-15 -2368 ((-1054) (-227) (-576))) (-15 -4301 ((-1054) (-227) (-576))) (-15 -2258 ((-1054) (-227) (-576))) (-15 -4401 ((-1054) (-227) (-227) (-227) (-576))) (-15 -3398 ((-1054) (-227) (-576))) (-15 -2982 ((-1054) (-227) (-576))) (-15 -3324 ((-1054) (-227) (-576))) (-15 -2539 ((-1054) (-227) (-576))) (-15 -3933 ((-1054) (-227) (-576))) (-15 -3685 ((-1054) (-227) (-576))) (-15 -3950 ((-1054) (-227) (-576))) (-15 -1631 ((-1054) (-227) (-576))) (-15 -3532 ((-1054) (-227) (-576))) (-15 -3207 ((-1054) (-227) (-576))) (-15 -3150 ((-1054) (-227) (-171 (-227)) (-576) (-1177) (-576))) (-15 -2650 ((-1054) (-227) (-171 (-227)) (-576) (-1177) (-576))) (-15 -2739 ((-1054) (-1177) (-171 (-227)) (-1177) (-576))) (-15 -3713 ((-1054) (-1177) (-171 (-227)) (-1177) (-576))) (-15 -3138 ((-1054) (-576) (-227) (-171 (-227)) (-576) (-1177) (-576))) (-15 -3714 ((-1054) (-227) (-576))) (-15 -1586 ((-1054) (-227) (-576))) (-15 -3316 ((-1054) (-227) (-576))) (-15 -4090 ((-1054) (-227) (-576))) (-15 -1645 ((-1054) (-227) (-171 (-227)) (-576) (-1177) (-576))) (-15 -3932 ((-1054) (-227) (-171 (-227)) (-576) (-1177) (-576))) (-15 -1734 ((-1054) (-227) (-576))) (-15 -3700 ((-1054) (-227) (-576))) (-15 -1525 ((-1054) (-227) (-576))) (-15 -3994 ((-1054) (-227) (-576))) (-15 -2447 ((-1054) (-227) (-576))) (-15 -4075 ((-1054) (-227) (-576))) (-15 -3423 ((-1054) (-227) (-227) (-576))) (-15 -1939 ((-1054) (-227) (-227) (-227) (-576))) (-15 -2166 ((-1054) (-227) (-227) (-227) (-576))) (-15 -3778 ((-1054) (-227) (-227) (-227) (-227) (-576))))
-((-2185 (((-1291)) 20)) (-1337 (((-1177)) 34)) (-1675 (((-1177)) 33)) (-2202 (((-1123) (-1195) (-701 (-576))) 47) (((-1123) (-1195) (-701 (-227))) 43)) (-3403 (((-112)) 19)) (-3333 (((-1177) (-1177)) 37)))
-(((-771) (-10 -7 (-15 -1675 ((-1177))) (-15 -1337 ((-1177))) (-15 -3333 ((-1177) (-1177))) (-15 -2202 ((-1123) (-1195) (-701 (-227)))) (-15 -2202 ((-1123) (-1195) (-701 (-576)))) (-15 -3403 ((-112))) (-15 -2185 ((-1291))))) (T -771))
-((-2185 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-771)))) (-3403 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-771)))) (-2202 (*1 *2 *3 *4) (-12 (-5 *3 (-1195)) (-5 *4 (-701 (-576))) (-5 *2 (-1123)) (-5 *1 (-771)))) (-2202 (*1 *2 *3 *4) (-12 (-5 *3 (-1195)) (-5 *4 (-701 (-227))) (-5 *2 (-1123)) (-5 *1 (-771)))) (-3333 (*1 *2 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-771)))) (-1337 (*1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-771)))) (-1675 (*1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-771)))))
-(-10 -7 (-15 -1675 ((-1177))) (-15 -1337 ((-1177))) (-15 -3333 ((-1177) (-1177))) (-15 -2202 ((-1123) (-1195) (-701 (-227)))) (-15 -2202 ((-1123) (-1195) (-701 (-576)))) (-15 -3403 ((-112))) (-15 -2185 ((-1291))))
-((-3636 (($ $ $) 10)) (-3369 (($ $ $ $) 9)) (-1678 (($ $ $) 12)))
-(((-772 |#1|) (-10 -8 (-15 -1678 (|#1| |#1| |#1|)) (-15 -3636 (|#1| |#1| |#1|)) (-15 -3369 (|#1| |#1| |#1| |#1|))) (-773)) (T -772))
-NIL
-(-10 -8 (-15 -1678 (|#1| |#1| |#1|)) (-15 -3636 (|#1| |#1| |#1|)) (-15 -3369 (|#1| |#1| |#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-3647 (($ $ (-938)) 31)) (-3598 (($ $ (-938)) 32)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3636 (($ $ $) 28)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-3369 (($ $ $ $) 29)) (-1678 (($ $ $) 27)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 33)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 30)))
+((-3228 (*1 *1 *1 *2) (-12 (-5 *2 (-940)) (-4 *1 (-756 *3)) (-4 *3 (-174)))))
+(-13 (-773) (-729 |t#1|) (-10 -8 (-15 -3228 ($ $ (-940)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-732) . T) ((-773) . T) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-4031 (((-1056) (-701 (-227)) (-576) (-112) (-576)) 25)) (-4438 (((-1056) (-701 (-227)) (-576) (-112) (-576)) 24)))
+(((-757) (-10 -7 (-15 -4438 ((-1056) (-701 (-227)) (-576) (-112) (-576))) (-15 -4031 ((-1056) (-701 (-227)) (-576) (-112) (-576))))) (T -757))
+((-4031 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-112)) (-5 *2 (-1056)) (-5 *1 (-757)))) (-4438 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-112)) (-5 *2 (-1056)) (-5 *1 (-757)))))
+(-10 -7 (-15 -4438 ((-1056) (-701 (-227)) (-576) (-112) (-576))) (-15 -4031 ((-1056) (-701 (-227)) (-576) (-112) (-576))))
+((-2057 (((-1056) (-576) (-576) (-576) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-74 FCN)))) 43)) (-1845 (((-1056) (-576) (-576) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-81 FCN)))) 39)) (-2391 (((-1056) (-227) (-227) (-227) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117)))) 32)))
+(((-758) (-10 -7 (-15 -2391 ((-1056) (-227) (-227) (-227) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117))))) (-15 -1845 ((-1056) (-576) (-576) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-81 FCN))))) (-15 -2057 ((-1056) (-576) (-576) (-576) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-74 FCN))))))) (T -758))
+((-2057 (*1 *2 *3 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-74 FCN)))) (-5 *2 (-1056)) (-5 *1 (-758)))) (-1845 (*1 *2 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-81 FCN)))) (-5 *2 (-1056)) (-5 *1 (-758)))) (-2391 (*1 *2 *3 *3 *3 *3 *4 *5) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117)))) (-5 *2 (-1056)) (-5 *1 (-758)))))
+(-10 -7 (-15 -2391 ((-1056) (-227) (-227) (-227) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117))))) (-15 -1845 ((-1056) (-576) (-576) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-81 FCN))))) (-15 -2057 ((-1056) (-576) (-576) (-576) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-74 FCN))))))
+((-1836 (((-1056) (-576) (-576) (-701 (-227)) (-576)) 34)) (-3434 (((-1056) (-576) (-576) (-701 (-227)) (-576)) 33)) (-3863 (((-1056) (-576) (-701 (-227)) (-576)) 32)) (-3090 (((-1056) (-576) (-701 (-227)) (-576)) 31)) (-3073 (((-1056) (-576) (-576) (-1179) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 30)) (-3566 (((-1056) (-576) (-576) (-1179) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 29)) (-4006 (((-1056) (-576) (-576) (-1179) (-701 (-227)) (-701 (-227)) (-576)) 28)) (-2323 (((-1056) (-576) (-576) (-1179) (-701 (-227)) (-701 (-227)) (-576)) 27)) (-1732 (((-1056) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576)) 24)) (-2082 (((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576)) 23)) (-2673 (((-1056) (-576) (-701 (-227)) (-576)) 22)) (-4160 (((-1056) (-576) (-701 (-227)) (-576)) 21)))
+(((-759) (-10 -7 (-15 -4160 ((-1056) (-576) (-701 (-227)) (-576))) (-15 -2673 ((-1056) (-576) (-701 (-227)) (-576))) (-15 -2082 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -1732 ((-1056) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2323 ((-1056) (-576) (-576) (-1179) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4006 ((-1056) (-576) (-576) (-1179) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3566 ((-1056) (-576) (-576) (-1179) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3073 ((-1056) (-576) (-576) (-1179) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3090 ((-1056) (-576) (-701 (-227)) (-576))) (-15 -3863 ((-1056) (-576) (-701 (-227)) (-576))) (-15 -3434 ((-1056) (-576) (-576) (-701 (-227)) (-576))) (-15 -1836 ((-1056) (-576) (-576) (-701 (-227)) (-576))))) (T -759))
+((-1836 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-759)))) (-3434 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-759)))) (-3863 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-759)))) (-3090 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-759)))) (-3073 (*1 *2 *3 *3 *4 *5 *5 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-1179)) (-5 *5 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-759)))) (-3566 (*1 *2 *3 *3 *4 *5 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-1179)) (-5 *5 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-759)))) (-4006 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-1179)) (-5 *5 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-759)))) (-2323 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-1179)) (-5 *5 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-759)))) (-1732 (*1 *2 *3 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-759)))) (-2082 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-759)))) (-2673 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-759)))) (-4160 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-759)))))
+(-10 -7 (-15 -4160 ((-1056) (-576) (-701 (-227)) (-576))) (-15 -2673 ((-1056) (-576) (-701 (-227)) (-576))) (-15 -2082 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -1732 ((-1056) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2323 ((-1056) (-576) (-576) (-1179) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4006 ((-1056) (-576) (-576) (-1179) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3566 ((-1056) (-576) (-576) (-1179) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3073 ((-1056) (-576) (-576) (-1179) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3090 ((-1056) (-576) (-701 (-227)) (-576))) (-15 -3863 ((-1056) (-576) (-701 (-227)) (-576))) (-15 -3434 ((-1056) (-576) (-576) (-701 (-227)) (-576))) (-15 -1836 ((-1056) (-576) (-576) (-701 (-227)) (-576))))
+((-2812 (((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576) (-227) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN)))) 52)) (-3914 (((-1056) (-701 (-227)) (-701 (-227)) (-576) (-576)) 51)) (-3705 (((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN)))) 50)) (-1971 (((-1056) (-227) (-227) (-576) (-576) (-576) (-576)) 46)) (-3761 (((-1056) (-227) (-227) (-576) (-227) (-576) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) 45)) (-2695 (((-1056) (-227) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) 44)) (-1524 (((-1056) (-227) (-227) (-227) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) 43)) (-4290 (((-1056) (-227) (-227) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) 42)) (-2534 (((-1056) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117)))) 38)) (-3802 (((-1056) (-227) (-227) (-576) (-701 (-227)) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117)))) 37)) (-1551 (((-1056) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117)))) 33)) (-2779 (((-1056) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117)))) 32)))
+(((-760) (-10 -7 (-15 -2779 ((-1056) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117))))) (-15 -1551 ((-1056) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117))))) (-15 -3802 ((-1056) (-227) (-227) (-576) (-701 (-227)) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117))))) (-15 -2534 ((-1056) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117))))) (-15 -4290 ((-1056) (-227) (-227) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G))))) (-15 -1524 ((-1056) (-227) (-227) (-227) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G))))) (-15 -2695 ((-1056) (-227) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G))))) (-15 -3761 ((-1056) (-227) (-227) (-576) (-227) (-576) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G))))) (-15 -1971 ((-1056) (-227) (-227) (-576) (-576) (-576) (-576))) (-15 -3705 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN))))) (-15 -3914 ((-1056) (-701 (-227)) (-701 (-227)) (-576) (-576))) (-15 -2812 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576) (-227) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN))))))) (T -760))
+((-2812 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN)))) (-5 *2 (-1056)) (-5 *1 (-760)))) (-3914 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-760)))) (-3705 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN)))) (-5 *2 (-1056)) (-5 *1 (-760)))) (-1971 (*1 *2 *3 *3 *4 *4 *4 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-760)))) (-3761 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) (-5 *2 (-1056)) (-5 *1 (-760)))) (-2695 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) (-5 *2 (-1056)) (-5 *1 (-760)))) (-1524 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) (-5 *2 (-1056)) (-5 *1 (-760)))) (-4290 (*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) (-5 *2 (-1056)) (-5 *1 (-760)))) (-2534 (*1 *2 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117)))) (-5 *2 (-1056)) (-5 *1 (-760)))) (-3802 (*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6) (-12 (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117)))) (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-760)))) (-1551 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117)))) (-5 *2 (-1056)) (-5 *1 (-760)))) (-2779 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117)))) (-5 *2 (-1056)) (-5 *1 (-760)))))
+(-10 -7 (-15 -2779 ((-1056) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117))))) (-15 -1551 ((-1056) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117))))) (-15 -3802 ((-1056) (-227) (-227) (-576) (-701 (-227)) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117))))) (-15 -2534 ((-1056) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117))))) (-15 -4290 ((-1056) (-227) (-227) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G))))) (-15 -1524 ((-1056) (-227) (-227) (-227) (-227) (-576) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G))))) (-15 -2695 ((-1056) (-227) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G))))) (-15 -3761 ((-1056) (-227) (-227) (-576) (-227) (-576) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G))))) (-15 -1971 ((-1056) (-227) (-227) (-576) (-576) (-576) (-576))) (-15 -3705 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576) (-227) (-576) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN))))) (-15 -3914 ((-1056) (-701 (-227)) (-701 (-227)) (-576) (-576))) (-15 -2812 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576) (-227) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN))))))
+((-2127 (((-1056) (-576) (-576) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-400)) (|:| |fp| (-76 G JACOBG JACGEP)))) 76)) (-1884 (((-1056) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL))) (-400) (-400)) 69) (((-1056) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL)))) 68)) (-2714 (((-1056) (-227) (-227) (-576) (-227) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-400)) (|:| |fp| (-85 FCNG)))) 57)) (-3640 (((-1056) (-701 (-227)) (-701 (-227)) (-576) (-227) (-227) (-227) (-576) (-576) (-576) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) 50)) (-4086 (((-1056) (-227) (-576) (-576) (-1179) (-576) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT)))) 49)) (-1724 (((-1056) (-227) (-576) (-576) (-227) (-1179) (-227) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT)))) 45)) (-1885 (((-1056) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) 42)) (-4207 (((-1056) (-227) (-576) (-576) (-576) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT)))) 38)))
+(((-761) (-10 -7 (-15 -4207 ((-1056) (-227) (-576) (-576) (-576) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))) (-15 -1885 ((-1056) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))))) (-15 -1724 ((-1056) (-227) (-576) (-576) (-227) (-1179) (-227) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))) (-15 -4086 ((-1056) (-227) (-576) (-576) (-1179) (-576) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))) (-15 -3640 ((-1056) (-701 (-227)) (-701 (-227)) (-576) (-227) (-227) (-227) (-576) (-576) (-576) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))))) (-15 -2714 ((-1056) (-227) (-227) (-576) (-227) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-400)) (|:| |fp| (-85 FCNG))))) (-15 -1884 ((-1056) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL))))) (-15 -1884 ((-1056) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL))) (-400) (-400))) (-15 -2127 ((-1056) (-576) (-576) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-400)) (|:| |fp| (-76 G JACOBG JACGEP))))))) (T -761))
+((-2127 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-75 FCN JACOBF JACEPS)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-76 G JACOBG JACGEP)))) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-761)))) (-1884 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-227)) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL)))) (-5 *8 (-400)) (-5 *2 (-1056)) (-5 *1 (-761)))) (-1884 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-227)) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL)))) (-5 *2 (-1056)) (-5 *1 (-761)))) (-2714 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7) (-12 (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-84 FCNF)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-85 FCNG)))) (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-761)))) (-3640 (*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-227)) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) (-5 *2 (-1056)) (-5 *1 (-761)))) (-4086 (*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10) (-12 (-5 *4 (-576)) (-5 *5 (-1179)) (-5 *6 (-701 (-227))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G)))) (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) (-5 *9 (-3 (|:| |fn| (-400)) (|:| |fp| (-71 PEDERV)))) (-5 *10 (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-761)))) (-1724 (*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9) (-12 (-5 *4 (-576)) (-5 *5 (-1179)) (-5 *6 (-701 (-227))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G)))) (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) (-5 *9 (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-761)))) (-1885 (*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-761)))) (-4207 (*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-761)))))
+(-10 -7 (-15 -4207 ((-1056) (-227) (-576) (-576) (-576) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))) (-15 -1885 ((-1056) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))))) (-15 -1724 ((-1056) (-227) (-576) (-576) (-227) (-1179) (-227) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))) (-15 -4086 ((-1056) (-227) (-576) (-576) (-1179) (-576) (-227) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))) (-15 -3640 ((-1056) (-701 (-227)) (-701 (-227)) (-576) (-227) (-227) (-227) (-576) (-576) (-576) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))))) (-15 -2714 ((-1056) (-227) (-227) (-576) (-227) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-400)) (|:| |fp| (-85 FCNG))))) (-15 -1884 ((-1056) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL))))) (-15 -1884 ((-1056) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL))) (-400) (-400))) (-15 -2127 ((-1056) (-576) (-576) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-400)) (|:| |fp| (-76 G JACOBG JACGEP))))))
+((-3839 (((-1056) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-687 (-227)) (-576)) 45)) (-2281 (((-1056) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-1179) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-400)) (|:| |fp| (-83 BNDY)))) 41)) (-3444 (((-1056) (-576) (-576) (-576) (-576) (-227) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 23)))
+(((-762) (-10 -7 (-15 -3444 ((-1056) (-576) (-576) (-576) (-576) (-227) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2281 ((-1056) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-1179) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-400)) (|:| |fp| (-83 BNDY))))) (-15 -3839 ((-1056) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-687 (-227)) (-576))))) (T -762))
+((-3839 (*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 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-687 (-227))) (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-762)))) (-2281 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-1179)) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-82 PDEF)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-83 BNDY)))) (-5 *2 (-1056)) (-5 *1 (-762)))) (-3444 (*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-762)))))
+(-10 -7 (-15 -3444 ((-1056) (-576) (-576) (-576) (-576) (-227) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2281 ((-1056) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-1179) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-400)) (|:| |fp| (-83 BNDY))))) (-15 -3839 ((-1056) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-687 (-227)) (-576))))
+((-3075 (((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-701 (-227)) (-227) (-227) (-576)) 35)) (-2648 (((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-227) (-227) (-576)) 34)) (-3942 (((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-701 (-227)) (-227) (-227) (-576)) 33)) (-3883 (((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 29)) (-1364 (((-1056) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 28)) (-4131 (((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576)) 27)) (-3820 (((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-576)) 24)) (-3096 (((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-576)) 23)) (-2507 (((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576)) 22)) (-4093 (((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576)) 21)))
+(((-763) (-10 -7 (-15 -4093 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576))) (-15 -2507 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3096 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-576))) (-15 -3820 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-576))) (-15 -4131 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576))) (-15 -1364 ((-1056) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3883 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3942 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-701 (-227)) (-227) (-227) (-576))) (-15 -2648 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-227) (-227) (-576))) (-15 -3075 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-701 (-227)) (-227) (-227) (-576))))) (T -763))
+((-3075 (*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *2 (-1056)) (-5 *1 (-763)))) (-2648 (*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *2 (-1056)) (-5 *1 (-763)))) (-3942 (*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3) (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *6 (-227)) (-5 *3 (-576)) (-5 *2 (-1056)) (-5 *1 (-763)))) (-3883 (*1 *2 *3 *4 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-763)))) (-1364 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-763)))) (-4131 (*1 *2 *3 *4 *4 *4 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *2 (-1056)) (-5 *1 (-763)))) (-3820 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-763)))) (-3096 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-763)))) (-2507 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-763)))) (-4093 (*1 *2 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-763)))))
+(-10 -7 (-15 -4093 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576))) (-15 -2507 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3096 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-576))) (-15 -3820 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-576))) (-15 -4131 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-227) (-576))) (-15 -1364 ((-1056) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3883 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3942 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-701 (-227)) (-227) (-227) (-576))) (-15 -2648 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-227) (-227) (-576))) (-15 -3075 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-701 (-227)) (-227) (-227) (-576))))
+((-3959 (((-1056) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576)) 45)) (-2458 (((-1056) (-576) (-576) (-576) (-227) (-701 (-227)) (-701 (-227)) (-576)) 44)) (-2995 (((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576)) 43)) (-3633 (((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 42)) (-3501 (((-1056) (-1179) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576)) 41)) (-3192 (((-1056) (-1179) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576)) 40)) (-3215 (((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576) (-576) (-576) (-227) (-701 (-227)) (-576)) 39)) (-2640 (((-1056) (-1179) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-576))) 38)) (-3768 (((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576)) 35)) (-4381 (((-1056) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576)) 34)) (-2457 (((-1056) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576)) 33)) (-3105 (((-1056) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 32)) (-1543 (((-1056) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-227) (-576)) 31)) (-1403 (((-1056) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-576)) 30)) (-2478 (((-1056) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-576) (-576) (-576)) 29)) (-1816 (((-1056) (-576) (-576) (-576) (-227) (-227) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576) (-701 (-576)) (-576) (-576) (-576)) 28)) (-4321 (((-1056) (-576) (-701 (-227)) (-227) (-576)) 24)) (-3991 (((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 21)))
+(((-764) (-10 -7 (-15 -3991 ((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4321 ((-1056) (-576) (-701 (-227)) (-227) (-576))) (-15 -1816 ((-1056) (-576) (-576) (-576) (-227) (-227) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576) (-701 (-576)) (-576) (-576) (-576))) (-15 -2478 ((-1056) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-576) (-576) (-576))) (-15 -1403 ((-1056) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-576))) (-15 -1543 ((-1056) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-227) (-576))) (-15 -3105 ((-1056) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2457 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576))) (-15 -4381 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576))) (-15 -3768 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2640 ((-1056) (-1179) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-576)))) (-15 -3215 ((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576) (-576) (-576) (-227) (-701 (-227)) (-576))) (-15 -3192 ((-1056) (-1179) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576))) (-15 -3501 ((-1056) (-1179) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3633 ((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2995 ((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576))) (-15 -2458 ((-1056) (-576) (-576) (-576) (-227) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3959 ((-1056) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576))))) (T -764))
+((-3959 (*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-764)))) (-2458 (*1 *2 *3 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-764)))) (-2995 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-764)))) (-3633 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-764)))) (-3501 (*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4) (-12 (-5 *3 (-1179)) (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-227)) (-5 *2 (-1056)) (-5 *1 (-764)))) (-3192 (*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4) (-12 (-5 *3 (-1179)) (-5 *5 (-701 (-227))) (-5 *6 (-227)) (-5 *7 (-701 (-576))) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-764)))) (-3215 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3) (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *6 (-227)) (-5 *3 (-576)) (-5 *2 (-1056)) (-5 *1 (-764)))) (-2640 (*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7) (-12 (-5 *3 (-1179)) (-5 *5 (-701 (-227))) (-5 *6 (-227)) (-5 *7 (-701 (-576))) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-764)))) (-3768 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-764)))) (-4381 (*1 *2 *3 *4 *4 *5 *3 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *2 (-1056)) (-5 *1 (-764)))) (-2457 (*1 *2 *3 *4 *4 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *2 (-1056)) (-5 *1 (-764)))) (-3105 (*1 *2 *3 *3 *4 *4 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-764)))) (-1543 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-764)))) (-1403 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-764)))) (-2478 (*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-764)))) (-1816 (*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3) (-12 (-5 *5 (-701 (-227))) (-5 *6 (-701 (-576))) (-5 *3 (-576)) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-764)))) (-4321 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227)) (-5 *2 (-1056)) (-5 *1 (-764)))) (-3991 (*1 *2 *3 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-764)))))
+(-10 -7 (-15 -3991 ((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4321 ((-1056) (-576) (-701 (-227)) (-227) (-576))) (-15 -1816 ((-1056) (-576) (-576) (-576) (-227) (-227) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576) (-701 (-576)) (-576) (-576) (-576))) (-15 -2478 ((-1056) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-576) (-576) (-576))) (-15 -1403 ((-1056) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-227) (-576) (-576) (-576))) (-15 -1543 ((-1056) (-576) (-227) (-227) (-701 (-227)) (-576) (-576) (-227) (-576))) (-15 -3105 ((-1056) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2457 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576))) (-15 -4381 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576))) (-15 -3768 ((-1056) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2640 ((-1056) (-1179) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-576)))) (-15 -3215 ((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576) (-576) (-576) (-227) (-701 (-227)) (-576))) (-15 -3192 ((-1056) (-1179) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576))) (-15 -3501 ((-1056) (-1179) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3633 ((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2995 ((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576))) (-15 -2458 ((-1056) (-576) (-576) (-576) (-227) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3959 ((-1056) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576) (-701 (-227)) (-701 (-227)) (-576) (-576) (-576))))
+((-2870 (((-1056) (-576) (-576) (-576) (-227) (-701 (-227)) (-576) (-701 (-227)) (-576)) 63)) (-3299 (((-1056) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-112) (-227) (-576) (-227) (-227) (-112) (-227) (-227) (-227) (-227) (-112) (-576) (-576) (-576) (-576) (-576) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-576)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN)))) 62)) (-3652 (((-1056) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-227) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-112) (-112) (-112) (-576) (-576) (-701 (-227)) (-701 (-576)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-65 QPHESS)))) 58)) (-2879 (((-1056) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-112) (-576) (-576) (-701 (-227)) (-576)) 51)) (-1853 (((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-66 FUNCT1)))) 50)) (-3702 (((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-63 LSFUN2)))) 46)) (-1880 (((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-79 LSFUN1)))) 42)) (-3387 (((-1056) (-576) (-227) (-227) (-576) (-227) (-112) (-227) (-227) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN)))) 38)))
+(((-765) (-10 -7 (-15 -3387 ((-1056) (-576) (-227) (-227) (-576) (-227) (-112) (-227) (-227) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN))))) (-15 -1880 ((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-79 LSFUN1))))) (-15 -3702 ((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-63 LSFUN2))))) (-15 -1853 ((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-66 FUNCT1))))) (-15 -2879 ((-1056) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-112) (-576) (-576) (-701 (-227)) (-576))) (-15 -3652 ((-1056) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-227) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-112) (-112) (-112) (-576) (-576) (-701 (-227)) (-701 (-576)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-65 QPHESS))))) (-15 -3299 ((-1056) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-112) (-227) (-576) (-227) (-227) (-112) (-227) (-227) (-227) (-227) (-112) (-576) (-576) (-576) (-576) (-576) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-576)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN))))) (-15 -2870 ((-1056) (-576) (-576) (-576) (-227) (-701 (-227)) (-576) (-701 (-227)) (-576))))) (T -765))
+((-2870 (*1 *2 *3 *3 *3 *4 *5 *3 *5 *3) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-765)))) (-3299 (*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 (-701 (-227))) (-5 *5 (-112)) (-5 *6 (-227)) (-5 *7 (-701 (-576))) (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-80 CONFUN)))) (-5 *9 (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN)))) (-5 *3 (-576)) (-5 *2 (-1056)) (-5 *1 (-765)))) (-3652 (*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 (-701 (-227))) (-5 *6 (-112)) (-5 *7 (-701 (-576))) (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-65 QPHESS)))) (-5 *3 (-576)) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-765)))) (-2879 (*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-112)) (-5 *2 (-1056)) (-5 *1 (-765)))) (-1853 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-66 FUNCT1)))) (-5 *2 (-1056)) (-5 *1 (-765)))) (-3702 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-63 LSFUN2)))) (-5 *2 (-1056)) (-5 *1 (-765)))) (-1880 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-79 LSFUN1)))) (-5 *2 (-1056)) (-5 *1 (-765)))) (-3387 (*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7) (-12 (-5 *3 (-576)) (-5 *5 (-112)) (-5 *6 (-701 (-227))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN)))) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-765)))))
+(-10 -7 (-15 -3387 ((-1056) (-576) (-227) (-227) (-576) (-227) (-112) (-227) (-227) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN))))) (-15 -1880 ((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-79 LSFUN1))))) (-15 -3702 ((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-63 LSFUN2))))) (-15 -1853 ((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-66 FUNCT1))))) (-15 -2879 ((-1056) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-112) (-576) (-576) (-701 (-227)) (-576))) (-15 -3652 ((-1056) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-227) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-112) (-112) (-112) (-576) (-576) (-701 (-227)) (-701 (-576)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-65 QPHESS))))) (-15 -3299 ((-1056) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-576) (-112) (-227) (-576) (-227) (-227) (-112) (-227) (-227) (-227) (-227) (-112) (-576) (-576) (-576) (-576) (-576) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-576) (-701 (-576)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN))))) (-15 -2870 ((-1056) (-576) (-576) (-576) (-227) (-701 (-227)) (-576) (-701 (-227)) (-576))))
+((-2047 (((-1056) (-1179) (-576) (-576) (-576) (-576) (-701 (-171 (-227))) (-701 (-171 (-227))) (-576)) 47)) (-3263 (((-1056) (-1179) (-1179) (-576) (-576) (-701 (-171 (-227))) (-576) (-701 (-171 (-227))) (-576) (-576) (-701 (-171 (-227))) (-576)) 46)) (-3660 (((-1056) (-576) (-576) (-576) (-701 (-171 (-227))) (-576)) 45)) (-2964 (((-1056) (-1179) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576)) 40)) (-3736 (((-1056) (-1179) (-1179) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-701 (-227)) (-576)) 39)) (-4337 (((-1056) (-576) (-576) (-576) (-701 (-227)) (-576)) 36)) (-3740 (((-1056) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576)) 35)) (-2420 (((-1056) (-576) (-576) (-576) (-576) (-656 (-112)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-227) (-227) (-576)) 34)) (-2813 (((-1056) (-576) (-576) (-576) (-701 (-576)) (-701 (-576)) (-701 (-576)) (-701 (-576)) (-112) (-227) (-112) (-701 (-576)) (-701 (-227)) (-576)) 33)) (-1865 (((-1056) (-576) (-576) (-576) (-576) (-227) (-112) (-112) (-656 (-112)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-576)) 32)))
+(((-766) (-10 -7 (-15 -1865 ((-1056) (-576) (-576) (-576) (-576) (-227) (-112) (-112) (-656 (-112)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-576))) (-15 -2813 ((-1056) (-576) (-576) (-576) (-701 (-576)) (-701 (-576)) (-701 (-576)) (-701 (-576)) (-112) (-227) (-112) (-701 (-576)) (-701 (-227)) (-576))) (-15 -2420 ((-1056) (-576) (-576) (-576) (-576) (-656 (-112)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-227) (-227) (-576))) (-15 -3740 ((-1056) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576))) (-15 -4337 ((-1056) (-576) (-576) (-576) (-701 (-227)) (-576))) (-15 -3736 ((-1056) (-1179) (-1179) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-701 (-227)) (-576))) (-15 -2964 ((-1056) (-1179) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3660 ((-1056) (-576) (-576) (-576) (-701 (-171 (-227))) (-576))) (-15 -3263 ((-1056) (-1179) (-1179) (-576) (-576) (-701 (-171 (-227))) (-576) (-701 (-171 (-227))) (-576) (-576) (-701 (-171 (-227))) (-576))) (-15 -2047 ((-1056) (-1179) (-576) (-576) (-576) (-576) (-701 (-171 (-227))) (-701 (-171 (-227))) (-576))))) (T -766))
+((-2047 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1179)) (-5 *4 (-576)) (-5 *5 (-701 (-171 (-227)))) (-5 *2 (-1056)) (-5 *1 (-766)))) (-3263 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1179)) (-5 *4 (-576)) (-5 *5 (-701 (-171 (-227)))) (-5 *2 (-1056)) (-5 *1 (-766)))) (-3660 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-171 (-227)))) (-5 *2 (-1056)) (-5 *1 (-766)))) (-2964 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1179)) (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-766)))) (-3736 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1179)) (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-766)))) (-4337 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-766)))) (-3740 (*1 *2 *3 *4 *3 *5 *3) (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *3 (-576)) (-5 *2 (-1056)) (-5 *1 (-766)))) (-2420 (*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3) (-12 (-5 *4 (-656 (-112))) (-5 *5 (-701 (-227))) (-5 *6 (-701 (-576))) (-5 *7 (-227)) (-5 *3 (-576)) (-5 *2 (-1056)) (-5 *1 (-766)))) (-2813 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3) (-12 (-5 *4 (-701 (-576))) (-5 *5 (-112)) (-5 *7 (-701 (-227))) (-5 *3 (-576)) (-5 *6 (-227)) (-5 *2 (-1056)) (-5 *1 (-766)))) (-1865 (*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3) (-12 (-5 *6 (-656 (-112))) (-5 *7 (-701 (-227))) (-5 *8 (-701 (-576))) (-5 *3 (-576)) (-5 *4 (-227)) (-5 *5 (-112)) (-5 *2 (-1056)) (-5 *1 (-766)))))
+(-10 -7 (-15 -1865 ((-1056) (-576) (-576) (-576) (-576) (-227) (-112) (-112) (-656 (-112)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-576))) (-15 -2813 ((-1056) (-576) (-576) (-576) (-701 (-576)) (-701 (-576)) (-701 (-576)) (-701 (-576)) (-112) (-227) (-112) (-701 (-576)) (-701 (-227)) (-576))) (-15 -2420 ((-1056) (-576) (-576) (-576) (-576) (-656 (-112)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-227) (-227) (-576))) (-15 -3740 ((-1056) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576))) (-15 -4337 ((-1056) (-576) (-576) (-576) (-701 (-227)) (-576))) (-15 -3736 ((-1056) (-1179) (-1179) (-576) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-701 (-227)) (-576))) (-15 -2964 ((-1056) (-1179) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3660 ((-1056) (-576) (-576) (-576) (-701 (-171 (-227))) (-576))) (-15 -3263 ((-1056) (-1179) (-1179) (-576) (-576) (-701 (-171 (-227))) (-576) (-701 (-171 (-227))) (-576) (-576) (-701 (-171 (-227))) (-576))) (-15 -2047 ((-1056) (-1179) (-576) (-576) (-576) (-576) (-701 (-171 (-227))) (-701 (-171 (-227))) (-576))))
+((-4278 (((-1056) (-576) (-576) (-576) (-576) (-576) (-112) (-576) (-112) (-576) (-701 (-171 (-227))) (-701 (-171 (-227))) (-576)) 79)) (-2987 (((-1056) (-576) (-576) (-576) (-576) (-576) (-112) (-576) (-112) (-576) (-701 (-227)) (-701 (-227)) (-576)) 68)) (-1953 (((-1056) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE))) (-400)) 56) (((-1056) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE)))) 55)) (-2820 (((-1056) (-576) (-576) (-576) (-227) (-112) (-576) (-701 (-227)) (-701 (-227)) (-576)) 37)) (-4227 (((-1056) (-576) (-576) (-227) (-227) (-576) (-576) (-701 (-227)) (-576)) 33)) (-3236 (((-1056) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-576) (-576) (-576)) 30)) (-4173 (((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576)) 29)) (-2370 (((-1056) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576)) 28)) (-1466 (((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576)) 27)) (-1561 (((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-576)) 26)) (-4106 (((-1056) (-576) (-576) (-701 (-227)) (-576)) 25)) (-2915 (((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576)) 24)) (-3709 (((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576)) 23)) (-4221 (((-1056) (-701 (-227)) (-576) (-576) (-576) (-576)) 22)) (-2940 (((-1056) (-576) (-576) (-701 (-227)) (-576)) 21)))
+(((-767) (-10 -7 (-15 -2940 ((-1056) (-576) (-576) (-701 (-227)) (-576))) (-15 -4221 ((-1056) (-701 (-227)) (-576) (-576) (-576) (-576))) (-15 -3709 ((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2915 ((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4106 ((-1056) (-576) (-576) (-701 (-227)) (-576))) (-15 -1561 ((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-576))) (-15 -1466 ((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2370 ((-1056) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4173 ((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3236 ((-1056) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-576) (-576) (-576))) (-15 -4227 ((-1056) (-576) (-576) (-227) (-227) (-576) (-576) (-701 (-227)) (-576))) (-15 -2820 ((-1056) (-576) (-576) (-576) (-227) (-112) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -1953 ((-1056) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE))))) (-15 -1953 ((-1056) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE))) (-400))) (-15 -2987 ((-1056) (-576) (-576) (-576) (-576) (-576) (-112) (-576) (-112) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4278 ((-1056) (-576) (-576) (-576) (-576) (-576) (-112) (-576) (-112) (-576) (-701 (-171 (-227))) (-701 (-171 (-227))) (-576))))) (T -767))
+((-4278 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-112)) (-5 *5 (-701 (-171 (-227)))) (-5 *2 (-1056)) (-5 *1 (-767)))) (-2987 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *4 (-112)) (-5 *5 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-767)))) (-1953 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE)))) (-5 *8 (-400)) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-767)))) (-1953 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT)))) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE)))) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-767)))) (-2820 (*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3) (-12 (-5 *3 (-576)) (-5 *5 (-112)) (-5 *6 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-767)))) (-4227 (*1 *2 *3 *3 *4 *4 *3 *3 *5 *3) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-767)))) (-3236 (*1 *2 *3 *4 *3 *4 *4 *4 *4 *4) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-767)))) (-4173 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-767)))) (-2370 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-767)))) (-1466 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-767)))) (-1561 (*1 *2 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-767)))) (-4106 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-767)))) (-2915 (*1 *2 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-767)))) (-3709 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-767)))) (-4221 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-767)))) (-2940 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-767)))))
+(-10 -7 (-15 -2940 ((-1056) (-576) (-576) (-701 (-227)) (-576))) (-15 -4221 ((-1056) (-701 (-227)) (-576) (-576) (-576) (-576))) (-15 -3709 ((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2915 ((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4106 ((-1056) (-576) (-576) (-701 (-227)) (-576))) (-15 -1561 ((-1056) (-576) (-576) (-576) (-576) (-701 (-227)) (-576))) (-15 -1466 ((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2370 ((-1056) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4173 ((-1056) (-576) (-576) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -3236 ((-1056) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-576) (-576) (-576))) (-15 -4227 ((-1056) (-576) (-576) (-227) (-227) (-576) (-576) (-701 (-227)) (-576))) (-15 -2820 ((-1056) (-576) (-576) (-576) (-227) (-112) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -1953 ((-1056) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE))))) (-15 -1953 ((-1056) (-576) (-576) (-227) (-576) (-576) (-576) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE))) (-400))) (-15 -2987 ((-1056) (-576) (-576) (-576) (-576) (-576) (-112) (-576) (-112) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -4278 ((-1056) (-576) (-576) (-576) (-576) (-576) (-112) (-576) (-112) (-576) (-701 (-171 (-227))) (-701 (-171 (-227))) (-576))))
+((-4105 (((-1056) (-576) (-576) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-70 APROD)))) 64)) (-2426 (((-1056) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-576)) (-576) (-701 (-227)) (-576) (-576) (-576) (-576)) 60)) (-1719 (((-1056) (-576) (-701 (-227)) (-112) (-227) (-576) (-576) (-576) (-576) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-400)) (|:| |fp| (-73 MSOLVE)))) 59)) (-1353 (((-1056) (-576) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576) (-701 (-576)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576)) 37)) (-2292 (((-1056) (-576) (-576) (-576) (-227) (-576) (-701 (-227)) (-701 (-227)) (-576)) 36)) (-3663 (((-1056) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576)) 33)) (-3260 (((-1056) (-576) (-701 (-227)) (-576) (-701 (-576)) (-701 (-576)) (-576) (-701 (-576)) (-701 (-227))) 32)) (-3875 (((-1056) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-576)) 28)) (-2467 (((-1056) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576)) 27)) (-4135 (((-1056) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576)) 26)) (-3946 (((-1056) (-576) (-701 (-171 (-227))) (-576) (-576) (-576) (-576) (-701 (-171 (-227))) (-576)) 22)))
+(((-768) (-10 -7 (-15 -3946 ((-1056) (-576) (-701 (-171 (-227))) (-576) (-576) (-576) (-576) (-701 (-171 (-227))) (-576))) (-15 -4135 ((-1056) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576))) (-15 -2467 ((-1056) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576))) (-15 -3875 ((-1056) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-576))) (-15 -3260 ((-1056) (-576) (-701 (-227)) (-576) (-701 (-576)) (-701 (-576)) (-576) (-701 (-576)) (-701 (-227)))) (-15 -3663 ((-1056) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2292 ((-1056) (-576) (-576) (-576) (-227) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -1353 ((-1056) (-576) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576) (-701 (-576)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576))) (-15 -1719 ((-1056) (-576) (-701 (-227)) (-112) (-227) (-576) (-576) (-576) (-576) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-400)) (|:| |fp| (-73 MSOLVE))))) (-15 -2426 ((-1056) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-576)) (-576) (-701 (-227)) (-576) (-576) (-576) (-576))) (-15 -4105 ((-1056) (-576) (-576) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-70 APROD))))))) (T -768))
+((-4105 (*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-70 APROD)))) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-768)))) (-2426 (*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3) (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *3 (-576)) (-5 *2 (-1056)) (-5 *1 (-768)))) (-1719 (*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-112)) (-5 *6 (-227)) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-68 APROD)))) (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-73 MSOLVE)))) (-5 *2 (-1056)) (-5 *1 (-768)))) (-1353 (*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3) (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *3 (-576)) (-5 *2 (-1056)) (-5 *1 (-768)))) (-2292 (*1 *2 *3 *3 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-768)))) (-3663 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-768)))) (-3260 (*1 *2 *3 *4 *3 *5 *5 *3 *5 *4) (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *3 (-576)) (-5 *2 (-1056)) (-5 *1 (-768)))) (-3875 (*1 *2 *3 *4 *3 *4 *4 *4) (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-768)))) (-2467 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-768)))) (-4135 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-768)))) (-3946 (*1 *2 *3 *4 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-171 (-227)))) (-5 *2 (-1056)) (-5 *1 (-768)))))
+(-10 -7 (-15 -3946 ((-1056) (-576) (-701 (-171 (-227))) (-576) (-576) (-576) (-576) (-701 (-171 (-227))) (-576))) (-15 -4135 ((-1056) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576))) (-15 -2467 ((-1056) (-576) (-701 (-227)) (-576) (-701 (-227)) (-576))) (-15 -3875 ((-1056) (-701 (-227)) (-576) (-701 (-227)) (-576) (-576) (-576))) (-15 -3260 ((-1056) (-576) (-701 (-227)) (-576) (-701 (-576)) (-701 (-576)) (-576) (-701 (-576)) (-701 (-227)))) (-15 -3663 ((-1056) (-576) (-576) (-701 (-227)) (-701 (-227)) (-701 (-227)) (-576))) (-15 -2292 ((-1056) (-576) (-576) (-576) (-227) (-576) (-701 (-227)) (-701 (-227)) (-576))) (-15 -1353 ((-1056) (-576) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576) (-701 (-576)) (-701 (-227)) (-701 (-576)) (-701 (-576)) (-701 (-227)) (-701 (-227)) (-701 (-576)) (-576))) (-15 -1719 ((-1056) (-576) (-701 (-227)) (-112) (-227) (-576) (-576) (-576) (-576) (-227) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-400)) (|:| |fp| (-73 MSOLVE))))) (-15 -2426 ((-1056) (-576) (-701 (-227)) (-576) (-701 (-227)) (-701 (-576)) (-576) (-701 (-227)) (-576) (-576) (-576) (-576))) (-15 -4105 ((-1056) (-576) (-576) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-701 (-227)) (-576) (-3 (|:| |fn| (-400)) (|:| |fp| (-70 APROD))))))
+((-3675 (((-1056) (-1179) (-576) (-576) (-701 (-227)) (-576) (-576) (-701 (-227))) 29)) (-2045 (((-1056) (-1179) (-576) (-576) (-701 (-227))) 28)) (-3283 (((-1056) (-1179) (-576) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576) (-701 (-227))) 27)) (-2863 (((-1056) (-576) (-576) (-576) (-701 (-227))) 21)))
+(((-769) (-10 -7 (-15 -2863 ((-1056) (-576) (-576) (-576) (-701 (-227)))) (-15 -3283 ((-1056) (-1179) (-576) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576) (-701 (-227)))) (-15 -2045 ((-1056) (-1179) (-576) (-576) (-701 (-227)))) (-15 -3675 ((-1056) (-1179) (-576) (-576) (-701 (-227)) (-576) (-576) (-701 (-227)))))) (T -769))
+((-3675 (*1 *2 *3 *4 *4 *5 *4 *4 *5) (-12 (-5 *3 (-1179)) (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-769)))) (-2045 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1179)) (-5 *4 (-576)) (-5 *5 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-769)))) (-3283 (*1 *2 *3 *4 *4 *5 *4 *6 *4 *5) (-12 (-5 *3 (-1179)) (-5 *5 (-701 (-227))) (-5 *6 (-701 (-576))) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-769)))) (-2863 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056)) (-5 *1 (-769)))))
+(-10 -7 (-15 -2863 ((-1056) (-576) (-576) (-576) (-701 (-227)))) (-15 -3283 ((-1056) (-1179) (-576) (-576) (-701 (-227)) (-576) (-701 (-576)) (-576) (-701 (-227)))) (-15 -2045 ((-1056) (-1179) (-576) (-576) (-701 (-227)))) (-15 -3675 ((-1056) (-1179) (-576) (-576) (-701 (-227)) (-576) (-576) (-701 (-227)))))
+((-4382 (((-1056) (-227) (-227) (-227) (-227) (-576)) 62)) (-4109 (((-1056) (-227) (-227) (-227) (-576)) 61)) (-2545 (((-1056) (-227) (-227) (-227) (-576)) 60)) (-2079 (((-1056) (-227) (-227) (-576)) 59)) (-2150 (((-1056) (-227) (-576)) 58)) (-3857 (((-1056) (-227) (-576)) 57)) (-2674 (((-1056) (-227) (-576)) 56)) (-4097 (((-1056) (-227) (-576)) 55)) (-2909 (((-1056) (-227) (-576)) 54)) (-4331 (((-1056) (-227) (-576)) 53)) (-3439 (((-1056) (-227) (-171 (-227)) (-576) (-1179) (-576)) 52)) (-2790 (((-1056) (-227) (-171 (-227)) (-576) (-1179) (-576)) 51)) (-2313 (((-1056) (-227) (-576)) 50)) (-3554 (((-1056) (-227) (-576)) 49)) (-3488 (((-1056) (-227) (-576)) 48)) (-1769 (((-1056) (-227) (-576)) 47)) (-2209 (((-1056) (-576) (-227) (-171 (-227)) (-576) (-1179) (-576)) 46)) (-1761 (((-1056) (-1179) (-171 (-227)) (-1179) (-576)) 45)) (-1633 (((-1056) (-1179) (-171 (-227)) (-1179) (-576)) 44)) (-2052 (((-1056) (-227) (-171 (-227)) (-576) (-1179) (-576)) 43)) (-4298 (((-1056) (-227) (-171 (-227)) (-576) (-1179) (-576)) 42)) (-3693 (((-1056) (-227) (-576)) 39)) (-3814 (((-1056) (-227) (-576)) 38)) (-2644 (((-1056) (-227) (-576)) 37)) (-3603 (((-1056) (-227) (-576)) 36)) (-2738 (((-1056) (-227) (-576)) 35)) (-3453 (((-1056) (-227) (-576)) 34)) (-3594 (((-1056) (-227) (-576)) 33)) (-3643 (((-1056) (-227) (-576)) 32)) (-3254 (((-1056) (-227) (-576)) 31)) (-1811 (((-1056) (-227) (-576)) 30)) (-2331 (((-1056) (-227) (-227) (-227) (-576)) 29)) (-2494 (((-1056) (-227) (-576)) 28)) (-2607 (((-1056) (-227) (-576)) 27)) (-4295 (((-1056) (-227) (-576)) 26)) (-4335 (((-1056) (-227) (-576)) 25)) (-3631 (((-1056) (-227) (-576)) 24)) (-2369 (((-1056) (-171 (-227)) (-576)) 21)))
+(((-770) (-10 -7 (-15 -2369 ((-1056) (-171 (-227)) (-576))) (-15 -3631 ((-1056) (-227) (-576))) (-15 -4335 ((-1056) (-227) (-576))) (-15 -4295 ((-1056) (-227) (-576))) (-15 -2607 ((-1056) (-227) (-576))) (-15 -2494 ((-1056) (-227) (-576))) (-15 -2331 ((-1056) (-227) (-227) (-227) (-576))) (-15 -1811 ((-1056) (-227) (-576))) (-15 -3254 ((-1056) (-227) (-576))) (-15 -3643 ((-1056) (-227) (-576))) (-15 -3594 ((-1056) (-227) (-576))) (-15 -3453 ((-1056) (-227) (-576))) (-15 -2738 ((-1056) (-227) (-576))) (-15 -3603 ((-1056) (-227) (-576))) (-15 -2644 ((-1056) (-227) (-576))) (-15 -3814 ((-1056) (-227) (-576))) (-15 -3693 ((-1056) (-227) (-576))) (-15 -4298 ((-1056) (-227) (-171 (-227)) (-576) (-1179) (-576))) (-15 -2052 ((-1056) (-227) (-171 (-227)) (-576) (-1179) (-576))) (-15 -1633 ((-1056) (-1179) (-171 (-227)) (-1179) (-576))) (-15 -1761 ((-1056) (-1179) (-171 (-227)) (-1179) (-576))) (-15 -2209 ((-1056) (-576) (-227) (-171 (-227)) (-576) (-1179) (-576))) (-15 -1769 ((-1056) (-227) (-576))) (-15 -3488 ((-1056) (-227) (-576))) (-15 -3554 ((-1056) (-227) (-576))) (-15 -2313 ((-1056) (-227) (-576))) (-15 -2790 ((-1056) (-227) (-171 (-227)) (-576) (-1179) (-576))) (-15 -3439 ((-1056) (-227) (-171 (-227)) (-576) (-1179) (-576))) (-15 -4331 ((-1056) (-227) (-576))) (-15 -2909 ((-1056) (-227) (-576))) (-15 -4097 ((-1056) (-227) (-576))) (-15 -2674 ((-1056) (-227) (-576))) (-15 -3857 ((-1056) (-227) (-576))) (-15 -2150 ((-1056) (-227) (-576))) (-15 -2079 ((-1056) (-227) (-227) (-576))) (-15 -2545 ((-1056) (-227) (-227) (-227) (-576))) (-15 -4109 ((-1056) (-227) (-227) (-227) (-576))) (-15 -4382 ((-1056) (-227) (-227) (-227) (-227) (-576))))) (T -770))
+((-4382 (*1 *2 *3 *3 *3 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-4109 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-2545 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-2079 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-2150 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-3857 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-2674 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-4097 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-2909 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-4331 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-3439 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *6 (-1179)) (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-2790 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *6 (-1179)) (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-2313 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-3488 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-1769 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-2209 (*1 *2 *3 *4 *5 *3 *6 *3) (-12 (-5 *3 (-576)) (-5 *5 (-171 (-227))) (-5 *6 (-1179)) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-1761 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1179)) (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-1633 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1179)) (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-2052 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *6 (-1179)) (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-4298 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *6 (-1179)) (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-3693 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-3814 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-2644 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-3603 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-2738 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-3453 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-3594 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-3643 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-3254 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-1811 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-2331 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-2494 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-2607 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-4295 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-4335 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-3631 (*1 *2 *3 *4) (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))) (-2369 (*1 *2 *3 *4) (-12 (-5 *3 (-171 (-227))) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(-10 -7 (-15 -2369 ((-1056) (-171 (-227)) (-576))) (-15 -3631 ((-1056) (-227) (-576))) (-15 -4335 ((-1056) (-227) (-576))) (-15 -4295 ((-1056) (-227) (-576))) (-15 -2607 ((-1056) (-227) (-576))) (-15 -2494 ((-1056) (-227) (-576))) (-15 -2331 ((-1056) (-227) (-227) (-227) (-576))) (-15 -1811 ((-1056) (-227) (-576))) (-15 -3254 ((-1056) (-227) (-576))) (-15 -3643 ((-1056) (-227) (-576))) (-15 -3594 ((-1056) (-227) (-576))) (-15 -3453 ((-1056) (-227) (-576))) (-15 -2738 ((-1056) (-227) (-576))) (-15 -3603 ((-1056) (-227) (-576))) (-15 -2644 ((-1056) (-227) (-576))) (-15 -3814 ((-1056) (-227) (-576))) (-15 -3693 ((-1056) (-227) (-576))) (-15 -4298 ((-1056) (-227) (-171 (-227)) (-576) (-1179) (-576))) (-15 -2052 ((-1056) (-227) (-171 (-227)) (-576) (-1179) (-576))) (-15 -1633 ((-1056) (-1179) (-171 (-227)) (-1179) (-576))) (-15 -1761 ((-1056) (-1179) (-171 (-227)) (-1179) (-576))) (-15 -2209 ((-1056) (-576) (-227) (-171 (-227)) (-576) (-1179) (-576))) (-15 -1769 ((-1056) (-227) (-576))) (-15 -3488 ((-1056) (-227) (-576))) (-15 -3554 ((-1056) (-227) (-576))) (-15 -2313 ((-1056) (-227) (-576))) (-15 -2790 ((-1056) (-227) (-171 (-227)) (-576) (-1179) (-576))) (-15 -3439 ((-1056) (-227) (-171 (-227)) (-576) (-1179) (-576))) (-15 -4331 ((-1056) (-227) (-576))) (-15 -2909 ((-1056) (-227) (-576))) (-15 -4097 ((-1056) (-227) (-576))) (-15 -2674 ((-1056) (-227) (-576))) (-15 -3857 ((-1056) (-227) (-576))) (-15 -2150 ((-1056) (-227) (-576))) (-15 -2079 ((-1056) (-227) (-227) (-576))) (-15 -2545 ((-1056) (-227) (-227) (-227) (-576))) (-15 -4109 ((-1056) (-227) (-227) (-227) (-576))) (-15 -4382 ((-1056) (-227) (-227) (-227) (-227) (-576))))
+((-3036 (((-1293)) 20)) (-2366 (((-1179)) 34)) (-1772 (((-1179)) 33)) (-3208 (((-1125) (-1197) (-701 (-576))) 47) (((-1125) (-1197) (-701 (-227))) 43)) (-4219 (((-112)) 19)) (-2412 (((-1179) (-1179)) 37)))
+(((-771) (-10 -7 (-15 -1772 ((-1179))) (-15 -2366 ((-1179))) (-15 -2412 ((-1179) (-1179))) (-15 -3208 ((-1125) (-1197) (-701 (-227)))) (-15 -3208 ((-1125) (-1197) (-701 (-576)))) (-15 -4219 ((-112))) (-15 -3036 ((-1293))))) (T -771))
+((-3036 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-771)))) (-4219 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-771)))) (-3208 (*1 *2 *3 *4) (-12 (-5 *3 (-1197)) (-5 *4 (-701 (-576))) (-5 *2 (-1125)) (-5 *1 (-771)))) (-3208 (*1 *2 *3 *4) (-12 (-5 *3 (-1197)) (-5 *4 (-701 (-227))) (-5 *2 (-1125)) (-5 *1 (-771)))) (-2412 (*1 *2 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-771)))) (-2366 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-771)))) (-1772 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-771)))))
+(-10 -7 (-15 -1772 ((-1179))) (-15 -2366 ((-1179))) (-15 -2412 ((-1179) (-1179))) (-15 -3208 ((-1125) (-1197) (-701 (-227)))) (-15 -3208 ((-1125) (-1197) (-701 (-576)))) (-15 -4219 ((-112))) (-15 -3036 ((-1293))))
+((-3595 (($ $ $) 10)) (-2781 (($ $ $ $) 9)) (-1800 (($ $ $) 12)))
+(((-772 |#1|) (-10 -8 (-15 -1800 (|#1| |#1| |#1|)) (-15 -3595 (|#1| |#1| |#1|)) (-15 -2781 (|#1| |#1| |#1| |#1|))) (-773)) (T -772))
+NIL
+(-10 -8 (-15 -1800 (|#1| |#1| |#1|)) (-15 -3595 (|#1| |#1| |#1|)) (-15 -2781 (|#1| |#1| |#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-3679 (($ $ (-940)) 31)) (-3171 (($ $ (-940)) 32)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-3595 (($ $ $) 28)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-2781 (($ $ $ $) 29)) (-1800 (($ $ $) 27)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 33)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 30)))
(((-773) (-141)) (T -773))
-((-3369 (*1 *1 *1 *1 *1) (-4 *1 (-773))) (-3636 (*1 *1 *1 *1) (-4 *1 (-773))) (-1678 (*1 *1 *1 *1) (-4 *1 (-773))))
-(-13 (-21) (-732) (-10 -8 (-15 -3369 ($ $ $ $)) (-15 -3636 ($ $ $)) (-15 -1678 ($ $ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-732) . T) ((-1119) . T) ((-1236) . T))
-((-3567 (((-874) $) NIL) (($ (-576)) 10)))
-(((-774 |#1|) (-10 -8 (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|))) (-775)) (T -774))
-NIL
-(-10 -8 (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2919 (((-3 $ "failed") $) 43)) (-3647 (($ $ (-938)) 31) (($ $ (-783)) 38)) (-2251 (((-3 $ "failed") $) 41)) (-3612 (((-112) $) 37)) (-1873 (((-3 $ "failed") $) 42)) (-3598 (($ $ (-938)) 32) (($ $ (-783)) 39)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3636 (($ $ $) 28)) (-3567 (((-874) $) 12) (($ (-576)) 34)) (-2596 (((-783)) 35 T CONST)) (-1540 (((-112) $ $) 9)) (-3369 (($ $ $ $) 29)) (-1678 (($ $ $) 27)) (-2716 (($) 19 T CONST)) (-2727 (($) 36 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 33) (($ $ (-783)) 40)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 30)))
+((-2781 (*1 *1 *1 *1 *1) (-4 *1 (-773))) (-3595 (*1 *1 *1 *1) (-4 *1 (-773))) (-1800 (*1 *1 *1 *1) (-4 *1 (-773))))
+(-13 (-21) (-732) (-10 -8 (-15 -2781 ($ $ $ $)) (-15 -3595 ($ $ $)) (-15 -1800 ($ $ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-732) . T) ((-1121) . T) ((-1238) . T))
+((-4114 (((-876) $) NIL) (($ (-576)) 10)))
+(((-774 |#1|) (-10 -8 (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|))) (-775)) (T -774))
+NIL
+(-10 -8 (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2783 (((-3 $ "failed") $) 43)) (-3679 (($ $ (-940)) 31) (($ $ (-783)) 38)) (-2413 (((-3 $ "failed") $) 41)) (-3315 (((-112) $) 37)) (-3191 (((-3 $ "failed") $) 42)) (-3171 (($ $ (-940)) 32) (($ $ (-783)) 39)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-3595 (($ $ $) 28)) (-4114 (((-876) $) 12) (($ (-576)) 34)) (-2864 (((-783)) 35 T CONST)) (-3000 (((-112) $ $) 9)) (-2781 (($ $ $ $) 29)) (-1800 (($ $ $) 27)) (-4312 (($) 19 T CONST)) (-4322 (($) 36 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 33) (($ $ (-783)) 40)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 30)))
(((-775) (-141)) (T -775))
-((-2596 (*1 *2) (-12 (-4 *1 (-775)) (-5 *2 (-783)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-775)))))
-(-13 (-773) (-734) (-10 -8 (-15 -2596 ((-783)) -1478) (-15 -3567 ($ (-576)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-732) . T) ((-734) . T) ((-773) . T) ((-1119) . T) ((-1236) . T))
-((-2111 (((-656 (-2 (|:| |outval| (-171 |#1|)) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 (-171 |#1|)))))) (-701 (-171 (-419 (-576)))) |#1|) 33)) (-1455 (((-656 (-171 |#1|)) (-701 (-171 (-419 (-576)))) |#1|) 23)) (-4324 (((-969 (-171 (-419 (-576)))) (-701 (-171 (-419 (-576)))) (-1195)) 20) (((-969 (-171 (-419 (-576)))) (-701 (-171 (-419 (-576))))) 19)))
-(((-776 |#1|) (-10 -7 (-15 -4324 ((-969 (-171 (-419 (-576)))) (-701 (-171 (-419 (-576)))))) (-15 -4324 ((-969 (-171 (-419 (-576)))) (-701 (-171 (-419 (-576)))) (-1195))) (-15 -1455 ((-656 (-171 |#1|)) (-701 (-171 (-419 (-576)))) |#1|)) (-15 -2111 ((-656 (-2 (|:| |outval| (-171 |#1|)) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 (-171 |#1|)))))) (-701 (-171 (-419 (-576)))) |#1|))) (-13 (-374) (-860))) (T -776))
-((-2111 (*1 *2 *3 *4) (-12 (-5 *3 (-701 (-171 (-419 (-576))))) (-5 *2 (-656 (-2 (|:| |outval| (-171 *4)) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 (-171 *4))))))) (-5 *1 (-776 *4)) (-4 *4 (-13 (-374) (-860))))) (-1455 (*1 *2 *3 *4) (-12 (-5 *3 (-701 (-171 (-419 (-576))))) (-5 *2 (-656 (-171 *4))) (-5 *1 (-776 *4)) (-4 *4 (-13 (-374) (-860))))) (-4324 (*1 *2 *3 *4) (-12 (-5 *3 (-701 (-171 (-419 (-576))))) (-5 *4 (-1195)) (-5 *2 (-969 (-171 (-419 (-576))))) (-5 *1 (-776 *5)) (-4 *5 (-13 (-374) (-860))))) (-4324 (*1 *2 *3) (-12 (-5 *3 (-701 (-171 (-419 (-576))))) (-5 *2 (-969 (-171 (-419 (-576))))) (-5 *1 (-776 *4)) (-4 *4 (-13 (-374) (-860))))))
-(-10 -7 (-15 -4324 ((-969 (-171 (-419 (-576)))) (-701 (-171 (-419 (-576)))))) (-15 -4324 ((-969 (-171 (-419 (-576)))) (-701 (-171 (-419 (-576)))) (-1195))) (-15 -1455 ((-656 (-171 |#1|)) (-701 (-171 (-419 (-576)))) |#1|)) (-15 -2111 ((-656 (-2 (|:| |outval| (-171 |#1|)) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 (-171 |#1|)))))) (-701 (-171 (-419 (-576)))) |#1|)))
-((-2028 (((-176 (-576)) |#1|) 27)))
-(((-777 |#1|) (-10 -7 (-15 -2028 ((-176 (-576)) |#1|))) (-416)) (T -777))
-((-2028 (*1 *2 *3) (-12 (-5 *2 (-176 (-576))) (-5 *1 (-777 *3)) (-4 *3 (-416)))))
-(-10 -7 (-15 -2028 ((-176 (-576)) |#1|)))
-((-3035 ((|#1| |#1| |#1|) 28)) (-3977 ((|#1| |#1| |#1|) 27)) (-2075 ((|#1| |#1| |#1|) 38)) (-4091 ((|#1| |#1| |#1|) 34)) (-3530 (((-3 |#1| "failed") |#1| |#1|) 31)) (-1770 (((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|) 26)))
-(((-778 |#1| |#2|) (-10 -7 (-15 -1770 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|)) (-15 -3977 (|#1| |#1| |#1|)) (-15 -3035 (|#1| |#1| |#1|)) (-15 -3530 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4091 (|#1| |#1| |#1|)) (-15 -2075 (|#1| |#1| |#1|))) (-720 |#2|) (-374)) (T -778))
-((-2075 (*1 *2 *2 *2) (-12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3)))) (-4091 (*1 *2 *2 *2) (-12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3)))) (-3530 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3)))) (-3035 (*1 *2 *2 *2) (-12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3)))) (-3977 (*1 *2 *2 *2) (-12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3)))) (-1770 (*1 *2 *3 *3) (-12 (-4 *4 (-374)) (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3))) (-5 *1 (-778 *3 *4)) (-4 *3 (-720 *4)))))
-(-10 -7 (-15 -1770 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|)) (-15 -3977 (|#1| |#1| |#1|)) (-15 -3035 (|#1| |#1| |#1|)) (-15 -3530 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4091 (|#1| |#1| |#1|)) (-15 -2075 (|#1| |#1| |#1|)))
-((-3719 (((-703 (-1244)) $ (-1244)) 26)) (-3109 (((-703 (-561)) $ (-561)) 25)) (-1721 (((-783) $ (-129)) 27)) (-1915 (((-703 (-130)) $ (-130)) 24)) (-3564 (((-703 (-1244)) $) 12)) (-2444 (((-703 (-1242)) $) 8)) (-4439 (((-703 (-1241)) $) 10)) (-2999 (((-703 (-561)) $) 13)) (-2402 (((-703 (-559)) $) 9)) (-1322 (((-703 (-558)) $) 11)) (-4087 (((-783) $ (-129)) 7)) (-4392 (((-703 (-130)) $) 14)) (-3517 (((-112) $) 31)) (-4166 (((-703 $) |#1| (-971)) 32)) (-1662 (($ $) 6)))
-(((-779 |#1|) (-141) (-1119)) (T -779))
-((-4166 (*1 *2 *3 *4) (-12 (-5 *4 (-971)) (-4 *3 (-1119)) (-5 *2 (-703 *1)) (-4 *1 (-779 *3)))) (-3517 (*1 *2 *1) (-12 (-4 *1 (-779 *3)) (-4 *3 (-1119)) (-5 *2 (-112)))))
-(-13 (-588) (-10 -8 (-15 -4166 ((-703 $) |t#1| (-971))) (-15 -3517 ((-112) $))))
-(((-175) . T) ((-539) . T) ((-588) . T) ((-872) . T))
-((-4002 (((-2 (|:| -4156 (-701 (-576))) (|:| |basisDen| (-576)) (|:| |basisInv| (-701 (-576)))) (-576)) 71)) (-2568 (((-2 (|:| -4156 (-701 (-576))) (|:| |basisDen| (-576)) (|:| |basisInv| (-701 (-576))))) 69)) (-2491 (((-576)) 85)))
-(((-780 |#1| |#2|) (-10 -7 (-15 -2491 ((-576))) (-15 -2568 ((-2 (|:| -4156 (-701 (-576))) (|:| |basisDen| (-576)) (|:| |basisInv| (-701 (-576)))))) (-15 -4002 ((-2 (|:| -4156 (-701 (-576))) (|:| |basisDen| (-576)) (|:| |basisInv| (-701 (-576)))) (-576)))) (-1262 (-576)) (-421 (-576) |#1|)) (T -780))
-((-4002 (*1 *2 *3) (-12 (-5 *3 (-576)) (-4 *4 (-1262 *3)) (-5 *2 (-2 (|:| -4156 (-701 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-701 *3)))) (-5 *1 (-780 *4 *5)) (-4 *5 (-421 *3 *4)))) (-2568 (*1 *2) (-12 (-4 *3 (-1262 (-576))) (-5 *2 (-2 (|:| -4156 (-701 (-576))) (|:| |basisDen| (-576)) (|:| |basisInv| (-701 (-576))))) (-5 *1 (-780 *3 *4)) (-4 *4 (-421 (-576) *3)))) (-2491 (*1 *2) (-12 (-4 *3 (-1262 *2)) (-5 *2 (-576)) (-5 *1 (-780 *3 *4)) (-4 *4 (-421 *2 *3)))))
-(-10 -7 (-15 -2491 ((-576))) (-15 -2568 ((-2 (|:| -4156 (-701 (-576))) (|:| |basisDen| (-576)) (|:| |basisInv| (-701 (-576)))))) (-15 -4002 ((-2 (|:| -4156 (-701 (-576))) (|:| |basisDen| (-576)) (|:| |basisInv| (-701 (-576)))) (-576))))
-((-3486 (((-112) $ $) NIL)) (-2857 (((-3 (|:| |nia| (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) $) 21)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 20) (($ (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 13) (($ (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 16) (($ (-3 (|:| |nia| (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))))) 18)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-781) (-13 (-1119) (-10 -8 (-15 -3567 ($ (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3567 ($ (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3567 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))) (-15 -2857 ((-3 (|:| |nia| (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) $))))) (T -781))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *1 (-781)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *1 (-781)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))))) (-5 *1 (-781)))) (-2857 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))))) (-5 *1 (-781)))))
-(-13 (-1119) (-10 -8 (-15 -3567 ($ (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3567 ($ (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3567 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))) (-15 -2857 ((-3 (|:| |nia| (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) $))))
-((-3540 (((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-969 |#1|))) 18) (((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-969 |#1|)) (-656 (-1195))) 17)) (-3554 (((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-969 |#1|))) 20) (((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-969 |#1|)) (-656 (-1195))) 19)))
-(((-782 |#1|) (-10 -7 (-15 -3540 ((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-969 |#1|)) (-656 (-1195)))) (-15 -3540 ((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-969 |#1|)))) (-15 -3554 ((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-969 |#1|)) (-656 (-1195)))) (-15 -3554 ((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-969 |#1|))))) (-568)) (T -782))
-((-3554 (*1 *2 *3) (-12 (-5 *3 (-656 (-969 *4))) (-4 *4 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-969 *4)))))) (-5 *1 (-782 *4)))) (-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-656 (-1195))) (-4 *5 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-969 *5)))))) (-5 *1 (-782 *5)))) (-3540 (*1 *2 *3) (-12 (-5 *3 (-656 (-969 *4))) (-4 *4 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-969 *4)))))) (-5 *1 (-782 *4)))) (-3540 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-656 (-1195))) (-4 *5 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-969 *5)))))) (-5 *1 (-782 *5)))))
-(-10 -7 (-15 -3540 ((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-969 |#1|)) (-656 (-1195)))) (-15 -3540 ((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-969 |#1|)))) (-15 -3554 ((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-969 |#1|)) (-656 (-1195)))) (-15 -3554 ((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-969 |#1|)))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3848 (($ $ $) 10)) (-4299 (((-3 $ "failed") $ $) 15)) (-2740 (($ $ (-576)) 11)) (-2135 (($) NIL T CONST)) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($ $) NIL)) (-3438 (($ $ $) NIL)) (-3612 (((-112) $) NIL)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3495 (($ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 6 T CONST)) (-2727 (($) NIL T CONST)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-783)) NIL) (($ $ (-938)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ $ $) NIL)))
-(((-783) (-13 (-805) (-738) (-10 -8 (-15 -3438 ($ $ $)) (-15 -3426 ($ $ $)) (-15 -3495 ($ $ $)) (-15 -3710 ((-2 (|:| -3244 $) (|:| -3477 $)) $ $)) (-15 -3473 ((-3 $ "failed") $ $)) (-15 -2740 ($ $ (-576))) (-15 -1834 ($ $)) (-6 (-4464 "*"))))) (T -783))
-((-3438 (*1 *1 *1 *1) (-5 *1 (-783))) (-3426 (*1 *1 *1 *1) (-5 *1 (-783))) (-3495 (*1 *1 *1 *1) (-5 *1 (-783))) (-3710 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3244 (-783)) (|:| -3477 (-783)))) (-5 *1 (-783)))) (-3473 (*1 *1 *1 *1) (|partial| -5 *1 (-783))) (-2740 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-783)))) (-1834 (*1 *1 *1) (-5 *1 (-783))))
-(-13 (-805) (-738) (-10 -8 (-15 -3438 ($ $ $)) (-15 -3426 ($ $ $)) (-15 -3495 ($ $ $)) (-15 -3710 ((-2 (|:| -3244 $) (|:| -3477 $)) $ $)) (-15 -3473 ((-3 $ "failed") $ $)) (-15 -2740 ($ $ (-576))) (-15 -1834 ($ $)) (-6 (-4464 "*"))))
+((-2864 (*1 *2) (-12 (-4 *1 (-775)) (-5 *2 (-783)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-775)))))
+(-13 (-773) (-734) (-10 -8 (-15 -2864 ((-783)) -2666) (-15 -4114 ($ (-576)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-732) . T) ((-734) . T) ((-773) . T) ((-1121) . T) ((-1238) . T))
+((-1630 (((-656 (-2 (|:| |outval| (-171 |#1|)) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 (-171 |#1|)))))) (-701 (-171 (-419 (-576)))) |#1|) 33)) (-1823 (((-656 (-171 |#1|)) (-701 (-171 (-419 (-576)))) |#1|) 23)) (-2837 (((-971 (-171 (-419 (-576)))) (-701 (-171 (-419 (-576)))) (-1197)) 20) (((-971 (-171 (-419 (-576)))) (-701 (-171 (-419 (-576))))) 19)))
+(((-776 |#1|) (-10 -7 (-15 -2837 ((-971 (-171 (-419 (-576)))) (-701 (-171 (-419 (-576)))))) (-15 -2837 ((-971 (-171 (-419 (-576)))) (-701 (-171 (-419 (-576)))) (-1197))) (-15 -1823 ((-656 (-171 |#1|)) (-701 (-171 (-419 (-576)))) |#1|)) (-15 -1630 ((-656 (-2 (|:| |outval| (-171 |#1|)) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 (-171 |#1|)))))) (-701 (-171 (-419 (-576)))) |#1|))) (-13 (-374) (-860))) (T -776))
+((-1630 (*1 *2 *3 *4) (-12 (-5 *3 (-701 (-171 (-419 (-576))))) (-5 *2 (-656 (-2 (|:| |outval| (-171 *4)) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 (-171 *4))))))) (-5 *1 (-776 *4)) (-4 *4 (-13 (-374) (-860))))) (-1823 (*1 *2 *3 *4) (-12 (-5 *3 (-701 (-171 (-419 (-576))))) (-5 *2 (-656 (-171 *4))) (-5 *1 (-776 *4)) (-4 *4 (-13 (-374) (-860))))) (-2837 (*1 *2 *3 *4) (-12 (-5 *3 (-701 (-171 (-419 (-576))))) (-5 *4 (-1197)) (-5 *2 (-971 (-171 (-419 (-576))))) (-5 *1 (-776 *5)) (-4 *5 (-13 (-374) (-860))))) (-2837 (*1 *2 *3) (-12 (-5 *3 (-701 (-171 (-419 (-576))))) (-5 *2 (-971 (-171 (-419 (-576))))) (-5 *1 (-776 *4)) (-4 *4 (-13 (-374) (-860))))))
+(-10 -7 (-15 -2837 ((-971 (-171 (-419 (-576)))) (-701 (-171 (-419 (-576)))))) (-15 -2837 ((-971 (-171 (-419 (-576)))) (-701 (-171 (-419 (-576)))) (-1197))) (-15 -1823 ((-656 (-171 |#1|)) (-701 (-171 (-419 (-576)))) |#1|)) (-15 -1630 ((-656 (-2 (|:| |outval| (-171 |#1|)) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 (-171 |#1|)))))) (-701 (-171 (-419 (-576)))) |#1|)))
+((-2073 (((-176 (-576)) |#1|) 27)))
+(((-777 |#1|) (-10 -7 (-15 -2073 ((-176 (-576)) |#1|))) (-416)) (T -777))
+((-2073 (*1 *2 *3) (-12 (-5 *2 (-176 (-576))) (-5 *1 (-777 *3)) (-4 *3 (-416)))))
+(-10 -7 (-15 -2073 ((-176 (-576)) |#1|)))
+((-2499 ((|#1| |#1| |#1|) 28)) (-2518 ((|#1| |#1| |#1|) 27)) (-1346 ((|#1| |#1| |#1|) 38)) (-2325 ((|#1| |#1| |#1|) 34)) (-3803 (((-3 |#1| "failed") |#1| |#1|) 31)) (-1531 (((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|) 26)))
+(((-778 |#1| |#2|) (-10 -7 (-15 -1531 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|)) (-15 -2518 (|#1| |#1| |#1|)) (-15 -2499 (|#1| |#1| |#1|)) (-15 -3803 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2325 (|#1| |#1| |#1|)) (-15 -1346 (|#1| |#1| |#1|))) (-720 |#2|) (-374)) (T -778))
+((-1346 (*1 *2 *2 *2) (-12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3)))) (-2325 (*1 *2 *2 *2) (-12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3)))) (-3803 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3)))) (-2499 (*1 *2 *2 *2) (-12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3)))) (-2518 (*1 *2 *2 *2) (-12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3)))) (-1531 (*1 *2 *3 *3) (-12 (-4 *4 (-374)) (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3))) (-5 *1 (-778 *3 *4)) (-4 *3 (-720 *4)))))
+(-10 -7 (-15 -1531 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|)) (-15 -2518 (|#1| |#1| |#1|)) (-15 -2499 (|#1| |#1| |#1|)) (-15 -3803 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2325 (|#1| |#1| |#1|)) (-15 -1346 (|#1| |#1| |#1|)))
+((-1817 (((-703 (-1246)) $ (-1246)) 26)) (-1942 (((-703 (-561)) $ (-561)) 25)) (-2226 (((-783) $ (-129)) 27)) (-2303 (((-703 (-130)) $ (-130)) 24)) (-4115 (((-703 (-1246)) $) 12)) (-3826 (((-703 (-1244)) $) 8)) (-1491 (((-703 (-1243)) $) 10)) (-3441 (((-703 (-561)) $) 13)) (-1460 (((-703 (-559)) $) 9)) (-2214 (((-703 (-558)) $) 11)) (-2276 (((-783) $ (-129)) 7)) (-2236 (((-703 (-130)) $) 14)) (-1685 (((-112) $) 31)) (-3804 (((-703 $) |#1| (-973)) 32)) (-1675 (($ $) 6)))
+(((-779 |#1|) (-141) (-1121)) (T -779))
+((-3804 (*1 *2 *3 *4) (-12 (-5 *4 (-973)) (-4 *3 (-1121)) (-5 *2 (-703 *1)) (-4 *1 (-779 *3)))) (-1685 (*1 *2 *1) (-12 (-4 *1 (-779 *3)) (-4 *3 (-1121)) (-5 *2 (-112)))))
+(-13 (-588) (-10 -8 (-15 -3804 ((-703 $) |t#1| (-973))) (-15 -1685 ((-112) $))))
+(((-175) . T) ((-539) . T) ((-588) . T) ((-874) . T))
+((-2757 (((-2 (|:| -1726 (-701 (-576))) (|:| |basisDen| (-576)) (|:| |basisInv| (-701 (-576)))) (-576)) 71)) (-2570 (((-2 (|:| -1726 (-701 (-576))) (|:| |basisDen| (-576)) (|:| |basisInv| (-701 (-576))))) 69)) (-3053 (((-576)) 85)))
+(((-780 |#1| |#2|) (-10 -7 (-15 -3053 ((-576))) (-15 -2570 ((-2 (|:| -1726 (-701 (-576))) (|:| |basisDen| (-576)) (|:| |basisInv| (-701 (-576)))))) (-15 -2757 ((-2 (|:| -1726 (-701 (-576))) (|:| |basisDen| (-576)) (|:| |basisInv| (-701 (-576)))) (-576)))) (-1264 (-576)) (-421 (-576) |#1|)) (T -780))
+((-2757 (*1 *2 *3) (-12 (-5 *3 (-576)) (-4 *4 (-1264 *3)) (-5 *2 (-2 (|:| -1726 (-701 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-701 *3)))) (-5 *1 (-780 *4 *5)) (-4 *5 (-421 *3 *4)))) (-2570 (*1 *2) (-12 (-4 *3 (-1264 (-576))) (-5 *2 (-2 (|:| -1726 (-701 (-576))) (|:| |basisDen| (-576)) (|:| |basisInv| (-701 (-576))))) (-5 *1 (-780 *3 *4)) (-4 *4 (-421 (-576) *3)))) (-3053 (*1 *2) (-12 (-4 *3 (-1264 *2)) (-5 *2 (-576)) (-5 *1 (-780 *3 *4)) (-4 *4 (-421 *2 *3)))))
+(-10 -7 (-15 -3053 ((-576))) (-15 -2570 ((-2 (|:| -1726 (-701 (-576))) (|:| |basisDen| (-576)) (|:| |basisInv| (-701 (-576)))))) (-15 -2757 ((-2 (|:| -1726 (-701 (-576))) (|:| |basisDen| (-576)) (|:| |basisInv| (-701 (-576)))) (-576))))
+((-1955 (((-112) $ $) NIL)) (-2318 (((-3 (|:| |nia| (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) $) 21)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 20) (($ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 13) (($ (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 16) (($ (-3 (|:| |nia| (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))))) 18)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-781) (-13 (-1121) (-10 -8 (-15 -4114 ($ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -4114 ($ (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -4114 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))) (-15 -2318 ((-3 (|:| |nia| (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) $))))) (T -781))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *1 (-781)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *1 (-781)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))))) (-5 *1 (-781)))) (-2318 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))))) (-5 *1 (-781)))))
+(-13 (-1121) (-10 -8 (-15 -4114 ($ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -4114 ($ (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -4114 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))) (-15 -2318 ((-3 (|:| |nia| (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) $))))
+((-3893 (((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-971 |#1|))) 18) (((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-971 |#1|)) (-656 (-1197))) 17)) (-4022 (((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-971 |#1|))) 20) (((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-971 |#1|)) (-656 (-1197))) 19)))
+(((-782 |#1|) (-10 -7 (-15 -3893 ((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-971 |#1|)) (-656 (-1197)))) (-15 -3893 ((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-971 |#1|)))) (-15 -4022 ((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-971 |#1|)) (-656 (-1197)))) (-15 -4022 ((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-971 |#1|))))) (-568)) (T -782))
+((-4022 (*1 *2 *3) (-12 (-5 *3 (-656 (-971 *4))) (-4 *4 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-971 *4)))))) (-5 *1 (-782 *4)))) (-4022 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-656 (-1197))) (-4 *5 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-971 *5)))))) (-5 *1 (-782 *5)))) (-3893 (*1 *2 *3) (-12 (-5 *3 (-656 (-971 *4))) (-4 *4 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-971 *4)))))) (-5 *1 (-782 *4)))) (-3893 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-656 (-1197))) (-4 *5 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-971 *5)))))) (-5 *1 (-782 *5)))))
+(-10 -7 (-15 -3893 ((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-971 |#1|)) (-656 (-1197)))) (-15 -3893 ((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-971 |#1|)))) (-15 -4022 ((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-971 |#1|)) (-656 (-1197)))) (-15 -4022 ((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-971 |#1|)))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3900 (($ $ $) 10)) (-2583 (((-3 $ "failed") $ $) 15)) (-3385 (($ $ (-576)) 11)) (-3853 (($) NIL T CONST)) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($ $) NIL)) (-1905 (($ $ $) NIL)) (-3315 (((-112) $) NIL)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-3115 (($ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 6 T CONST)) (-4322 (($) NIL T CONST)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-783)) NIL) (($ $ (-940)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ $ $) NIL)))
+(((-783) (-13 (-805) (-738) (-10 -8 (-15 -1905 ($ $ $)) (-15 -1892 ($ $ $)) (-15 -3115 ($ $ $)) (-15 -3018 ((-2 (|:| -4079 $) (|:| -1380 $)) $ $)) (-15 -1943 ((-3 $ "failed") $ $)) (-15 -3385 ($ $ (-576))) (-15 -4370 ($ $)) (-6 (-4466 "*"))))) (T -783))
+((-1905 (*1 *1 *1 *1) (-5 *1 (-783))) (-1892 (*1 *1 *1 *1) (-5 *1 (-783))) (-3115 (*1 *1 *1 *1) (-5 *1 (-783))) (-3018 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -4079 (-783)) (|:| -1380 (-783)))) (-5 *1 (-783)))) (-1943 (*1 *1 *1 *1) (|partial| -5 *1 (-783))) (-3385 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-783)))) (-4370 (*1 *1 *1) (-5 *1 (-783))))
+(-13 (-805) (-738) (-10 -8 (-15 -1905 ($ $ $)) (-15 -1892 ($ $ $)) (-15 -3115 ($ $ $)) (-15 -3018 ((-2 (|:| -4079 $) (|:| -1380 $)) $ $)) (-15 -1943 ((-3 $ "failed") $ $)) (-15 -3385 ($ $ (-576))) (-15 -4370 ($ $)) (-6 (-4466 "*"))))
((|Integer|) (|%ige| |#1| 0))
-((-3554 (((-3 |#2| "failed") |#2| |#2| (-115) (-1195)) 37)))
-(((-784 |#1| |#2|) (-10 -7 (-15 -3554 ((-3 |#2| "failed") |#2| |#2| (-115) (-1195)))) (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)) (-13 (-29 |#1|) (-1221) (-976))) (T -784))
-((-3554 (*1 *2 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-115)) (-5 *4 (-1195)) (-4 *5 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-5 *1 (-784 *5 *2)) (-4 *2 (-13 (-29 *5) (-1221) (-976))))))
-(-10 -7 (-15 -3554 ((-3 |#2| "failed") |#2| |#2| (-115) (-1195))))
-((-3567 (((-786) |#1|) 8)))
-(((-785 |#1|) (-10 -7 (-15 -3567 ((-786) |#1|))) (-1236)) (T -785))
-((-3567 (*1 *2 *3) (-12 (-5 *2 (-786)) (-5 *1 (-785 *3)) (-4 *3 (-1236)))))
-(-10 -7 (-15 -3567 ((-786) |#1|)))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 7)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 9)))
-(((-786) (-1119)) (T -786))
-NIL
-(-1119)
-((-1650 ((|#2| |#4|) 35)))
-(((-787 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1650 (|#2| |#4|))) (-464) (-1262 |#1|) (-736 |#1| |#2|) (-1262 |#3|)) (T -787))
-((-1650 (*1 *2 *3) (-12 (-4 *4 (-464)) (-4 *5 (-736 *4 *2)) (-4 *2 (-1262 *4)) (-5 *1 (-787 *4 *2 *5 *3)) (-4 *3 (-1262 *5)))))
-(-10 -7 (-15 -1650 (|#2| |#4|)))
-((-2251 (((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) 57)) (-2521 (((-1291) (-1177) (-1177) |#4| |#5|) 33)) (-4407 ((|#4| |#4| |#5|) 74)) (-2902 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#5|) 79)) (-1399 (((-656 (-2 (|:| |val| (-112)) (|:| -3986 |#5|))) |#4| |#5|) 16)))
-(((-788 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2251 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -4407 (|#4| |#4| |#5|)) (-15 -2902 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#5|)) (-15 -2521 ((-1291) (-1177) (-1177) |#4| |#5|)) (-15 -1399 ((-656 (-2 (|:| |val| (-112)) (|:| -3986 |#5|))) |#4| |#5|))) (-464) (-805) (-862) (-1084 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3| |#4|)) (T -788))
-((-1399 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -3986 *4)))) (-5 *1 (-788 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-2521 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-1177)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *4 (-1084 *6 *7 *8)) (-5 *2 (-1291)) (-5 *1 (-788 *6 *7 *8 *4 *5)) (-4 *5 (-1090 *6 *7 *8 *4)))) (-2902 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4)))) (-5 *1 (-788 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-4407 (*1 *2 *2 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *2 (-1084 *4 *5 *6)) (-5 *1 (-788 *4 *5 *6 *2 *3)) (-4 *3 (-1090 *4 *5 *6 *2)))) (-2251 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3))) (-5 *1 (-788 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
-(-10 -7 (-15 -2251 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -4407 (|#4| |#4| |#5|)) (-15 -2902 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#5|)) (-15 -2521 ((-1291) (-1177) (-1177) |#4| |#5|)) (-15 -1399 ((-656 (-2 (|:| |val| (-112)) (|:| -3986 |#5|))) |#4| |#5|)))
-((-1570 (((-3 (-1191 (-1191 |#1|)) "failed") |#4|) 51)) (-4188 (((-656 |#4|) |#4|) 22)) (-3711 ((|#4| |#4|) 17)))
-(((-789 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4188 ((-656 |#4|) |#4|)) (-15 -1570 ((-3 (-1191 (-1191 |#1|)) "failed") |#4|)) (-15 -3711 (|#4| |#4|))) (-360) (-339 |#1|) (-1262 |#2|) (-1262 |#3|) (-938)) (T -789))
-((-3711 (*1 *2 *2) (-12 (-4 *3 (-360)) (-4 *4 (-339 *3)) (-4 *5 (-1262 *4)) (-5 *1 (-789 *3 *4 *5 *2 *6)) (-4 *2 (-1262 *5)) (-14 *6 (-938)))) (-1570 (*1 *2 *3) (|partial| -12 (-4 *4 (-360)) (-4 *5 (-339 *4)) (-4 *6 (-1262 *5)) (-5 *2 (-1191 (-1191 *4))) (-5 *1 (-789 *4 *5 *6 *3 *7)) (-4 *3 (-1262 *6)) (-14 *7 (-938)))) (-4188 (*1 *2 *3) (-12 (-4 *4 (-360)) (-4 *5 (-339 *4)) (-4 *6 (-1262 *5)) (-5 *2 (-656 *3)) (-5 *1 (-789 *4 *5 *6 *3 *7)) (-4 *3 (-1262 *6)) (-14 *7 (-938)))))
-(-10 -7 (-15 -4188 ((-656 |#4|) |#4|)) (-15 -1570 ((-3 (-1191 (-1191 |#1|)) "failed") |#4|)) (-15 -3711 (|#4| |#4|)))
-((-4215 (((-2 (|:| |deter| (-656 (-1191 |#5|))) (|:| |dterm| (-656 (-656 (-2 (|:| -3171 (-783)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-656 |#1|)) (|:| |nlead| (-656 |#5|))) (-1191 |#5|) (-656 |#1|) (-656 |#5|)) 72)) (-2724 (((-656 (-783)) |#1|) 20)))
-(((-790 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4215 ((-2 (|:| |deter| (-656 (-1191 |#5|))) (|:| |dterm| (-656 (-656 (-2 (|:| -3171 (-783)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-656 |#1|)) (|:| |nlead| (-656 |#5|))) (-1191 |#5|) (-656 |#1|) (-656 |#5|))) (-15 -2724 ((-656 (-783)) |#1|))) (-1262 |#4|) (-805) (-862) (-317) (-966 |#4| |#2| |#3|)) (T -790))
-((-2724 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)) (-5 *2 (-656 (-783))) (-5 *1 (-790 *3 *4 *5 *6 *7)) (-4 *3 (-1262 *6)) (-4 *7 (-966 *6 *4 *5)))) (-4215 (*1 *2 *3 *4 *5) (-12 (-4 *6 (-1262 *9)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *9 (-317)) (-4 *10 (-966 *9 *7 *8)) (-5 *2 (-2 (|:| |deter| (-656 (-1191 *10))) (|:| |dterm| (-656 (-656 (-2 (|:| -3171 (-783)) (|:| |pcoef| *10))))) (|:| |nfacts| (-656 *6)) (|:| |nlead| (-656 *10)))) (-5 *1 (-790 *6 *7 *8 *9 *10)) (-5 *3 (-1191 *10)) (-5 *4 (-656 *6)) (-5 *5 (-656 *10)))))
-(-10 -7 (-15 -4215 ((-2 (|:| |deter| (-656 (-1191 |#5|))) (|:| |dterm| (-656 (-656 (-2 (|:| -3171 (-783)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-656 |#1|)) (|:| |nlead| (-656 |#5|))) (-1191 |#5|) (-656 |#1|) (-656 |#5|))) (-15 -2724 ((-656 (-783)) |#1|)))
-((-2445 (((-656 (-2 (|:| |outval| |#1|) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 |#1|))))) (-701 (-419 (-576))) |#1|) 31)) (-4081 (((-656 |#1|) (-701 (-419 (-576))) |#1|) 21)) (-4324 (((-969 (-419 (-576))) (-701 (-419 (-576))) (-1195)) 18) (((-969 (-419 (-576))) (-701 (-419 (-576)))) 17)))
-(((-791 |#1|) (-10 -7 (-15 -4324 ((-969 (-419 (-576))) (-701 (-419 (-576))))) (-15 -4324 ((-969 (-419 (-576))) (-701 (-419 (-576))) (-1195))) (-15 -4081 ((-656 |#1|) (-701 (-419 (-576))) |#1|)) (-15 -2445 ((-656 (-2 (|:| |outval| |#1|) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 |#1|))))) (-701 (-419 (-576))) |#1|))) (-13 (-374) (-860))) (T -791))
-((-2445 (*1 *2 *3 *4) (-12 (-5 *3 (-701 (-419 (-576)))) (-5 *2 (-656 (-2 (|:| |outval| *4) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 *4)))))) (-5 *1 (-791 *4)) (-4 *4 (-13 (-374) (-860))))) (-4081 (*1 *2 *3 *4) (-12 (-5 *3 (-701 (-419 (-576)))) (-5 *2 (-656 *4)) (-5 *1 (-791 *4)) (-4 *4 (-13 (-374) (-860))))) (-4324 (*1 *2 *3 *4) (-12 (-5 *3 (-701 (-419 (-576)))) (-5 *4 (-1195)) (-5 *2 (-969 (-419 (-576)))) (-5 *1 (-791 *5)) (-4 *5 (-13 (-374) (-860))))) (-4324 (*1 *2 *3) (-12 (-5 *3 (-701 (-419 (-576)))) (-5 *2 (-969 (-419 (-576)))) (-5 *1 (-791 *4)) (-4 *4 (-13 (-374) (-860))))))
-(-10 -7 (-15 -4324 ((-969 (-419 (-576))) (-701 (-419 (-576))))) (-15 -4324 ((-969 (-419 (-576))) (-701 (-419 (-576))) (-1195))) (-15 -4081 ((-656 |#1|) (-701 (-419 (-576))) |#1|)) (-15 -2445 ((-656 (-2 (|:| |outval| |#1|) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 |#1|))))) (-701 (-419 (-576))) |#1|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 36)) (-1960 (((-656 |#2|) $) NIL)) (-1797 (((-1191 $) $ |#2|) NIL) (((-1191 |#1|) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-1925 (((-783) $) NIL) (((-783) $ (-656 |#2|)) NIL)) (-4422 (($ $) 30)) (-1832 (((-112) $ $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-3615 (($ $ $) 110 (|has| |#1| (-568)))) (-1406 (((-656 $) $ $) 123 (|has| |#1| (-568)))) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1415 (($ $) NIL (|has| |#1| (-464)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 |#2| "failed") $) NIL) (((-3 $ "failed") (-969 (-419 (-576)))) NIL (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#2| (-626 (-1195))))) (((-3 $ "failed") (-969 (-576))) NIL (-2755 (-12 (|has| |#1| (-38 (-576))) (|has| |#2| (-626 (-1195))) (-2658 (|has| |#1| (-38 (-419 (-576)))))) (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#2| (-626 (-1195)))))) (((-3 $ "failed") (-969 |#1|)) NIL (-2755 (-12 (|has| |#2| (-626 (-1195))) (-2658 (|has| |#1| (-38 (-419 (-576))))) (-2658 (|has| |#1| (-38 (-576))))) (-12 (|has| |#1| (-38 (-576))) (|has| |#2| (-626 (-1195))) (-2658 (|has| |#1| (-38 (-419 (-576))))) (-2658 (|has| |#1| (-557)))) (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#2| (-626 (-1195))) (-2658 (|has| |#1| (-1011 (-576))))))) (((-3 (-1144 |#1| |#2|) "failed") $) 21)) (-2857 ((|#1| $) NIL) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1057 (-576)))) ((|#2| $) NIL) (($ (-969 (-419 (-576)))) NIL (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#2| (-626 (-1195))))) (($ (-969 (-576))) NIL (-2755 (-12 (|has| |#1| (-38 (-576))) (|has| |#2| (-626 (-1195))) (-2658 (|has| |#1| (-38 (-419 (-576)))))) (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#2| (-626 (-1195)))))) (($ (-969 |#1|)) NIL (-2755 (-12 (|has| |#2| (-626 (-1195))) (-2658 (|has| |#1| (-38 (-419 (-576))))) (-2658 (|has| |#1| (-38 (-576))))) (-12 (|has| |#1| (-38 (-576))) (|has| |#2| (-626 (-1195))) (-2658 (|has| |#1| (-38 (-419 (-576))))) (-2658 (|has| |#1| (-557)))) (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#2| (-626 (-1195))) (-2658 (|has| |#1| (-1011 (-576))))))) (((-1144 |#1| |#2|) $) NIL)) (-1990 (($ $ $ |#2|) NIL (|has| |#1| (-174))) (($ $ $) 121 (|has| |#1| (-568)))) (-2109 (($ $) NIL) (($ $ |#2|) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2655 (((-112) $ $) NIL) (((-112) $ (-656 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1969 (((-112) $) NIL)) (-4279 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 81)) (-3287 (($ $) 136 (|has| |#1| (-464)))) (-2619 (($ $) NIL (|has| |#1| (-464))) (($ $ |#2|) NIL (|has| |#1| (-464)))) (-2098 (((-656 $) $) NIL)) (-4283 (((-112) $) NIL (|has| |#1| (-926)))) (-3506 (($ $) NIL (|has| |#1| (-568)))) (-2520 (($ $) NIL (|has| |#1| (-568)))) (-3187 (($ $ $) 76) (($ $ $ |#2|) NIL)) (-3961 (($ $ $) 79) (($ $ $ |#2|) NIL)) (-2056 (($ $ |#1| (-543 |#2|) $) NIL)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (-12 (|has| |#1| (-899 (-390))) (|has| |#2| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (-12 (|has| |#1| (-899 (-576))) (|has| |#2| (-899 (-576)))))) (-3612 (((-112) $) 57)) (-1935 (((-783) $) NIL)) (-4179 (((-112) $ $) NIL) (((-112) $ (-656 $)) NIL)) (-2382 (($ $ $ $ $) 107 (|has| |#1| (-568)))) (-2589 ((|#2| $) 22)) (-1950 (($ (-1191 |#1|) |#2|) NIL) (($ (-1191 $) |#2|) NIL)) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-543 |#2|)) NIL) (($ $ |#2| (-783)) 38) (($ $ (-656 |#2|) (-656 (-783))) NIL)) (-1782 (($ $ $) 63)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ |#2|) NIL)) (-2557 (((-112) $) NIL)) (-2488 (((-543 |#2|) $) NIL) (((-783) $ |#2|) NIL) (((-656 (-783)) $ (-656 |#2|)) NIL)) (-2479 (((-783) $) 23)) (-3492 (($ (-1 (-543 |#2|) (-543 |#2|)) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-1429 (((-3 |#2| "failed") $) NIL)) (-3346 (($ $) NIL (|has| |#1| (-464)))) (-1572 (($ $) NIL (|has| |#1| (-464)))) (-2142 (((-656 $) $) NIL)) (-2907 (($ $) 39)) (-2250 (($ $) NIL (|has| |#1| (-464)))) (-3076 (((-656 $) $) 43)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) NIL) (((-701 |#1|) (-1286 $)) NIL)) (-1864 (($ $) 41)) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL) (($ $ |#2|) 48)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-4154 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3329 (-783))) $ $) 96)) (-2929 (((-2 (|:| -1713 $) (|:| |gap| (-783)) (|:| -3244 $) (|:| -3477 $)) $ $) 78) (((-2 (|:| -1713 $) (|:| |gap| (-783)) (|:| -3244 $) (|:| -3477 $)) $ $ |#2|) NIL)) (-1843 (((-2 (|:| -1713 $) (|:| |gap| (-783)) (|:| -3477 $)) $ $) NIL) (((-2 (|:| -1713 $) (|:| |gap| (-783)) (|:| -3477 $)) $ $ |#2|) NIL)) (-3509 (($ $ $) 83) (($ $ $ |#2|) NIL)) (-3100 (($ $ $) 86) (($ $ $ |#2|) NIL)) (-3881 (((-1177) $) NIL)) (-2502 (($ $ $) 125 (|has| |#1| (-568)))) (-1523 (((-656 $) $) 32)) (-2692 (((-3 (-656 $) "failed") $) NIL)) (-3656 (((-3 (-656 $) "failed") $) NIL)) (-2244 (((-3 (-2 (|:| |var| |#2|) (|:| -2125 (-783))) "failed") $) NIL)) (-2763 (((-112) $ $) NIL) (((-112) $ (-656 $)) NIL)) (-2126 (($ $ $) NIL)) (-3537 (($ $) 24)) (-2774 (((-112) $ $) NIL)) (-1470 (((-112) $ $) NIL) (((-112) $ (-656 $)) NIL)) (-2903 (($ $ $) NIL)) (-3926 (($ $) 26)) (-1448 (((-1139) $) NIL)) (-2008 (((-2 (|:| -3495 $) (|:| |coef2| $)) $ $) 116 (|has| |#1| (-568)))) (-2537 (((-2 (|:| -3495 $) (|:| |coef1| $)) $ $) 113 (|has| |#1| (-568)))) (-2055 (((-112) $) 56)) (-2065 ((|#1| $) 58)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-464)))) (-3495 ((|#1| |#1| $) 133 (|has| |#1| (-464))) (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1827 (((-430 $) $) NIL (|has| |#1| (-926)))) (-2417 (((-2 (|:| -3495 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 119 (|has| |#1| (-568)))) (-3473 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ $) 98 (|has| |#1| (-568)))) (-1740 (($ $ |#1|) 129 (|has| |#1| (-568))) (($ $ $) NIL (|has| |#1| (-568)))) (-2481 (($ $ |#1|) 128 (|has| |#1| (-568))) (($ $ $) NIL (|has| |#1| (-568)))) (-3281 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ |#2| |#1|) NIL) (($ $ (-656 |#2|) (-656 |#1|)) NIL) (($ $ |#2| $) NIL) (($ $ (-656 |#2|) (-656 $)) NIL)) (-2491 (($ $ |#2|) NIL (|has| |#1| (-174)))) (-2770 (($ $ (-656 |#2|) (-656 (-783))) NIL) (($ $ |#2| (-783)) NIL) (($ $ (-656 |#2|)) NIL) (($ $ |#2|) NIL)) (-1967 (((-543 |#2|) $) NIL) (((-783) $ |#2|) 45) (((-656 (-783)) $ (-656 |#2|)) NIL)) (-2198 (($ $) NIL)) (-4345 (($ $) 35)) (-4169 (((-905 (-390)) $) NIL (-12 (|has| |#1| (-626 (-905 (-390)))) (|has| |#2| (-626 (-905 (-390)))))) (((-905 (-576)) $) NIL (-12 (|has| |#1| (-626 (-905 (-576)))) (|has| |#2| (-626 (-905 (-576)))))) (((-548) $) NIL (-12 (|has| |#1| (-626 (-548))) (|has| |#2| (-626 (-548))))) (($ (-969 (-419 (-576)))) NIL (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#2| (-626 (-1195))))) (($ (-969 (-576))) NIL (-2755 (-12 (|has| |#1| (-38 (-576))) (|has| |#2| (-626 (-1195))) (-2658 (|has| |#1| (-38 (-419 (-576)))))) (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#2| (-626 (-1195)))))) (($ (-969 |#1|)) NIL (|has| |#2| (-626 (-1195)))) (((-1177) $) NIL (-12 (|has| |#1| (-1057 (-576))) (|has| |#2| (-626 (-1195))))) (((-969 |#1|) $) NIL (|has| |#2| (-626 (-1195))))) (-2145 ((|#1| $) 132 (|has| |#1| (-464))) (($ $ |#2|) NIL (|has| |#1| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-926))))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ |#2|) NIL) (((-969 |#1|) $) NIL (|has| |#2| (-626 (-1195)))) (((-1144 |#1| |#2|) $) 18) (($ (-1144 |#1| |#2|)) 19) (($ (-419 (-576))) NIL (-2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576)))))) (($ $) NIL (|has| |#1| (-568)))) (-1691 (((-656 |#1|) $) NIL)) (-1749 ((|#1| $ (-543 |#2|)) NIL) (($ $ |#2| (-783)) 47) (($ $ (-656 |#2|) (-656 (-783))) NIL)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#1| (-926))) (|has| |#1| (-146))))) (-2596 (((-783)) NIL T CONST)) (-2217 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-2716 (($) 13 T CONST)) (-2346 (((-3 (-112) "failed") $ $) NIL)) (-2727 (($) 37 T CONST)) (-1467 (($ $ $ $ (-783)) 105 (|has| |#1| (-568)))) (-3642 (($ $ $ (-783)) 104 (|has| |#1| (-568)))) (-2014 (($ $ (-656 |#2|) (-656 (-783))) NIL) (($ $ |#2| (-783)) NIL) (($ $ (-656 |#2|)) NIL) (($ $ |#2|) NIL)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) 75)) (-3027 (($ $ $) 85)) (** (($ $ (-938)) NIL) (($ $ (-783)) 70)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 62) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 61) (($ $ |#1|) NIL)))
-(((-792 |#1| |#2|) (-13 (-1084 |#1| (-543 |#2|) |#2|) (-625 (-1144 |#1| |#2|)) (-1057 (-1144 |#1| |#2|))) (-1068) (-862)) (T -792))
-NIL
-(-13 (-1084 |#1| (-543 |#2|) |#2|) (-625 (-1144 |#1| |#2|)) (-1057 (-1144 |#1| |#2|)))
-((-4114 (((-794 |#2|) (-1 |#2| |#1|) (-794 |#1|)) 13)))
-(((-793 |#1| |#2|) (-10 -7 (-15 -4114 ((-794 |#2|) (-1 |#2| |#1|) (-794 |#1|)))) (-1068) (-1068)) (T -793))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-794 *5)) (-4 *5 (-1068)) (-4 *6 (-1068)) (-5 *2 (-794 *6)) (-5 *1 (-793 *5 *6)))))
-(-10 -7 (-15 -4114 ((-794 |#2|) (-1 |#2| |#1|) (-794 |#1|))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 12)) (-3924 (((-1286 |#1|) $ (-783)) NIL)) (-1960 (((-656 (-1101)) $) NIL)) (-3762 (($ (-1191 |#1|)) NIL)) (-1797 (((-1191 $) $ (-1101)) NIL) (((-1191 |#1|) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-1925 (((-783) $) NIL) (((-783) $ (-656 (-1101))) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-3857 (((-656 $) $ $) 54 (|has| |#1| (-568)))) (-3615 (($ $ $) 50 (|has| |#1| (-568)))) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1415 (($ $) NIL (|has| |#1| (-464)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1829 (((-112) $ $) NIL (|has| |#1| (-374)))) (-1847 (($ $ (-783)) NIL)) (-3029 (($ $ (-783)) NIL)) (-4427 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-464)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-1101) "failed") $) NIL) (((-3 (-1191 |#1|) "failed") $) 10)) (-2857 ((|#1| $) NIL) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-1101) $) NIL) (((-1191 |#1|) $) NIL)) (-1990 (($ $ $ (-1101)) NIL (|has| |#1| (-174))) ((|#1| $ $) 58 (|has| |#1| (-174)))) (-3426 (($ $ $) NIL (|has| |#1| (-374)))) (-2109 (($ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-3438 (($ $ $) NIL (|has| |#1| (-374)))) (-4038 (($ $ $) NIL)) (-2204 (($ $ $) 87 (|has| |#1| (-568)))) (-4279 (((-2 (|:| -1713 |#1|) (|:| -3244 $) (|:| -3477 $)) $ $) 86 (|has| |#1| (-568)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-2619 (($ $) NIL (|has| |#1| (-464))) (($ $ (-1101)) NIL (|has| |#1| (-464)))) (-2098 (((-656 $) $) NIL)) (-4283 (((-112) $) NIL (|has| |#1| (-926)))) (-2056 (($ $ |#1| (-783) $) NIL)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (-12 (|has| (-1101) (-899 (-390))) (|has| |#1| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (-12 (|has| (-1101) (-899 (-576))) (|has| |#1| (-899 (-576)))))) (-1991 (((-783) $ $) NIL (|has| |#1| (-568)))) (-3612 (((-112) $) NIL)) (-1935 (((-783) $) NIL)) (-2162 (((-3 $ "failed") $) NIL (|has| |#1| (-1171)))) (-1950 (($ (-1191 |#1|) (-1101)) NIL) (($ (-1191 $) (-1101)) NIL)) (-4255 (($ $ (-783)) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-783)) NIL) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101)) (-656 (-783))) NIL)) (-1782 (($ $ $) 27)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ (-1101)) NIL) (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2488 (((-783) $) NIL) (((-783) $ (-1101)) NIL) (((-656 (-783)) $ (-656 (-1101))) NIL)) (-3492 (($ (-1 (-783) (-783)) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-4122 (((-1191 |#1|) $) NIL)) (-1429 (((-3 (-1101) "failed") $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) NIL) (((-701 |#1|) (-1286 $)) NIL)) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-4154 (((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -3329 (-783))) $ $) 37)) (-4044 (($ $ $) 41)) (-1711 (($ $ $) 47)) (-2929 (((-2 (|:| -1713 |#1|) (|:| |gap| (-783)) (|:| -3244 $) (|:| -3477 $)) $ $) 46)) (-3881 (((-1177) $) NIL)) (-2502 (($ $ $) 56 (|has| |#1| (-568)))) (-4424 (((-2 (|:| -3244 $) (|:| -3477 $)) $ (-783)) NIL)) (-2692 (((-3 (-656 $) "failed") $) NIL)) (-3656 (((-3 (-656 $) "failed") $) NIL)) (-2244 (((-3 (-2 (|:| |var| (-1101)) (|:| -2125 (-783))) "failed") $) NIL)) (-2092 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($) NIL (|has| |#1| (-1171)) CONST)) (-1448 (((-1139) $) NIL)) (-2008 (((-2 (|:| -3495 $) (|:| |coef2| $)) $ $) 82 (|has| |#1| (-568)))) (-2537 (((-2 (|:| -3495 $) (|:| |coef1| $)) $ $) 78 (|has| |#1| (-568)))) (-2042 (((-2 (|:| -1990 |#1|) (|:| |coef2| $)) $ $) 70 (|has| |#1| (-568)))) (-2762 (((-2 (|:| -1990 |#1|) (|:| |coef1| $)) $ $) 66 (|has| |#1| (-568)))) (-2055 (((-112) $) 13)) (-2065 ((|#1| $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-464)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-1886 (($ $ (-783) |#1| $) 26)) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1827 (((-430 $) $) NIL (|has| |#1| (-926)))) (-2417 (((-2 (|:| -3495 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 74 (|has| |#1| (-568)))) (-3745 (((-2 (|:| -1990 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) 62 (|has| |#1| (-568)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-3473 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3281 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-1101) |#1|) NIL) (($ $ (-656 (-1101)) (-656 |#1|)) NIL) (($ $ (-1101) $) NIL) (($ $ (-656 (-1101)) (-656 $)) NIL)) (-3909 (((-783) $) NIL (|has| |#1| (-374)))) (-2794 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-419 $) (-419 $) (-419 $)) NIL (|has| |#1| (-568))) ((|#1| (-419 $) |#1|) NIL (|has| |#1| (-374))) (((-419 $) $ (-419 $)) NIL (|has| |#1| (-568)))) (-2937 (((-3 $ "failed") $ (-783)) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-374)))) (-2491 (($ $ (-1101)) NIL (|has| |#1| (-174))) ((|#1| $) NIL (|has| |#1| (-174)))) (-2770 (($ $ (-656 (-1101)) (-656 (-783))) NIL) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101))) NIL) (($ $ (-1101)) NIL) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1 |#1| |#1|) $) NIL) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195))))) (-1967 (((-783) $) NIL) (((-783) $ (-1101)) NIL) (((-656 (-783)) $ (-656 (-1101))) NIL)) (-4169 (((-905 (-390)) $) NIL (-12 (|has| (-1101) (-626 (-905 (-390)))) (|has| |#1| (-626 (-905 (-390)))))) (((-905 (-576)) $) NIL (-12 (|has| (-1101) (-626 (-905 (-576)))) (|has| |#1| (-626 (-905 (-576)))))) (((-548) $) NIL (-12 (|has| (-1101) (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-2145 ((|#1| $) NIL (|has| |#1| (-464))) (($ $ (-1101)) NIL (|has| |#1| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-926))))) (-2400 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568))) (((-3 (-419 $) "failed") (-419 $) $) NIL (|has| |#1| (-568)))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-1101)) NIL) (((-1191 |#1|) $) 7) (($ (-1191 |#1|)) 8) (($ (-419 (-576))) NIL (-2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576)))))) (($ $) NIL (|has| |#1| (-568)))) (-1691 (((-656 |#1|) $) NIL)) (-1749 ((|#1| $ (-783)) NIL) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101)) (-656 (-783))) NIL)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#1| (-926))) (|has| |#1| (-146))))) (-2596 (((-783)) NIL T CONST)) (-2217 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-2716 (($) 28 T CONST)) (-2727 (($) 32 T CONST)) (-2014 (($ $ (-656 (-1101)) (-656 (-783))) NIL) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101))) NIL) (($ $ (-1101)) NIL) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195))))) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-3041 (($ $) 40) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 31) (($ $ |#1|) NIL)))
-(((-794 |#1|) (-13 (-1262 |#1|) (-625 (-1191 |#1|)) (-1057 (-1191 |#1|)) (-10 -8 (-15 -1886 ($ $ (-783) |#1| $)) (-15 -1782 ($ $ $)) (-15 -4154 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -3329 (-783))) $ $)) (-15 -4044 ($ $ $)) (-15 -2929 ((-2 (|:| -1713 |#1|) (|:| |gap| (-783)) (|:| -3244 $) (|:| -3477 $)) $ $)) (-15 -1711 ($ $ $)) (IF (|has| |#1| (-568)) (PROGN (-15 -3857 ((-656 $) $ $)) (-15 -2502 ($ $ $)) (-15 -2417 ((-2 (|:| -3495 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2537 ((-2 (|:| -3495 $) (|:| |coef1| $)) $ $)) (-15 -2008 ((-2 (|:| -3495 $) (|:| |coef2| $)) $ $)) (-15 -3745 ((-2 (|:| -1990 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2762 ((-2 (|:| -1990 |#1|) (|:| |coef1| $)) $ $)) (-15 -2042 ((-2 (|:| -1990 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|))) (-1068)) (T -794))
-((-1886 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-783)) (-5 *1 (-794 *3)) (-4 *3 (-1068)))) (-1782 (*1 *1 *1 *1) (-12 (-5 *1 (-794 *2)) (-4 *2 (-1068)))) (-4154 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |polnum| (-794 *3)) (|:| |polden| *3) (|:| -3329 (-783)))) (-5 *1 (-794 *3)) (-4 *3 (-1068)))) (-4044 (*1 *1 *1 *1) (-12 (-5 *1 (-794 *2)) (-4 *2 (-1068)))) (-2929 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1713 *3) (|:| |gap| (-783)) (|:| -3244 (-794 *3)) (|:| -3477 (-794 *3)))) (-5 *1 (-794 *3)) (-4 *3 (-1068)))) (-1711 (*1 *1 *1 *1) (-12 (-5 *1 (-794 *2)) (-4 *2 (-1068)))) (-3857 (*1 *2 *1 *1) (-12 (-5 *2 (-656 (-794 *3))) (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1068)))) (-2502 (*1 *1 *1 *1) (-12 (-5 *1 (-794 *2)) (-4 *2 (-568)) (-4 *2 (-1068)))) (-2417 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3495 (-794 *3)) (|:| |coef1| (-794 *3)) (|:| |coef2| (-794 *3)))) (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1068)))) (-2537 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3495 (-794 *3)) (|:| |coef1| (-794 *3)))) (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1068)))) (-2008 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3495 (-794 *3)) (|:| |coef2| (-794 *3)))) (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1068)))) (-3745 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1990 *3) (|:| |coef1| (-794 *3)) (|:| |coef2| (-794 *3)))) (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1068)))) (-2762 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1990 *3) (|:| |coef1| (-794 *3)))) (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1068)))) (-2042 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1990 *3) (|:| |coef2| (-794 *3)))) (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1068)))))
-(-13 (-1262 |#1|) (-625 (-1191 |#1|)) (-1057 (-1191 |#1|)) (-10 -8 (-15 -1886 ($ $ (-783) |#1| $)) (-15 -1782 ($ $ $)) (-15 -4154 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -3329 (-783))) $ $)) (-15 -4044 ($ $ $)) (-15 -2929 ((-2 (|:| -1713 |#1|) (|:| |gap| (-783)) (|:| -3244 $) (|:| -3477 $)) $ $)) (-15 -1711 ($ $ $)) (IF (|has| |#1| (-568)) (PROGN (-15 -3857 ((-656 $) $ $)) (-15 -2502 ($ $ $)) (-15 -2417 ((-2 (|:| -3495 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2537 ((-2 (|:| -3495 $) (|:| |coef1| $)) $ $)) (-15 -2008 ((-2 (|:| -3495 $) (|:| |coef2| $)) $ $)) (-15 -3745 ((-2 (|:| -1990 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2762 ((-2 (|:| -1990 |#1|) (|:| |coef1| $)) $ $)) (-15 -2042 ((-2 (|:| -1990 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|)))
-((-3278 ((|#1| (-783) |#1|) 33 (|has| |#1| (-38 (-419 (-576)))))) (-3140 ((|#1| (-783) |#1|) 23)) (-3074 ((|#1| (-783) |#1|) 35 (|has| |#1| (-38 (-419 (-576)))))))
-(((-795 |#1|) (-10 -7 (-15 -3140 (|#1| (-783) |#1|)) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -3074 (|#1| (-783) |#1|)) (-15 -3278 (|#1| (-783) |#1|))) |%noBranch|)) (-174)) (T -795))
-((-3278 (*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-795 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-174)))) (-3074 (*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-795 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-174)))) (-3140 (*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-795 *2)) (-4 *2 (-174)))))
-(-10 -7 (-15 -3140 (|#1| (-783) |#1|)) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -3074 (|#1| (-783) |#1|)) (-15 -3278 (|#1| (-783) |#1|))) |%noBranch|))
-((-3486 (((-112) $ $) 6)) (-1528 (((-656 (-2 (|:| -1952 $) (|:| -3254 (-656 |#4|)))) (-656 |#4|)) 86)) (-2127 (((-656 $) (-656 |#4|)) 87) (((-656 $) (-656 |#4|) (-112)) 112)) (-1960 (((-656 |#3|) $) 34)) (-4157 (((-112) $) 27)) (-2678 (((-112) $) 18 (|has| |#1| (-568)))) (-1981 (((-112) |#4| $) 102) (((-112) $) 98)) (-2691 ((|#4| |#4| $) 93)) (-1415 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 $))) |#4| $) 127)) (-1793 (((-2 (|:| |under| $) (|:| -3247 $) (|:| |upper| $)) $ |#3|) 28)) (-3733 (((-112) $ (-783)) 45)) (-1966 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4462))) (((-3 |#4| "failed") $ |#3|) 80)) (-2135 (($) 46 T CONST)) (-3152 (((-112) $) 23 (|has| |#1| (-568)))) (-1409 (((-112) $ $) 25 (|has| |#1| (-568)))) (-3934 (((-112) $ $) 24 (|has| |#1| (-568)))) (-2986 (((-112) $) 26 (|has| |#1| (-568)))) (-2059 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-3793 (((-656 |#4|) (-656 |#4|) $) 19 (|has| |#1| (-568)))) (-3795 (((-656 |#4|) (-656 |#4|) $) 20 (|has| |#1| (-568)))) (-1570 (((-3 $ "failed") (-656 |#4|)) 37)) (-2857 (($ (-656 |#4|)) 36)) (-3590 (((-3 $ "failed") $) 83)) (-1903 ((|#4| |#4| $) 90)) (-1640 (($ $) 69 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462))))) (-3942 (($ |#4| $) 68 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4462)))) (-3477 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-568)))) (-2655 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-2025 ((|#4| |#4| $) 88)) (-3683 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4462))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4462))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-1641 (((-2 (|:| -1952 (-656 |#4|)) (|:| -3254 (-656 |#4|))) $) 106)) (-3174 (((-112) |#4| $) 137)) (-1559 (((-112) |#4| $) 134)) (-4048 (((-112) |#4| $) 138) (((-112) $) 135)) (-3963 (((-656 |#4|) $) 53 (|has| $ (-6 -4462)))) (-4179 (((-112) |#4| $) 105) (((-112) $) 104)) (-2589 ((|#3| $) 35)) (-2476 (((-112) $ (-783)) 44)) (-3452 (((-656 |#4|) $) 54 (|has| $ (-6 -4462)))) (-3239 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#4| |#4|) $) 48)) (-1544 (((-656 |#3|) $) 33)) (-1582 (((-112) |#3| $) 32)) (-2460 (((-112) $ (-783)) 43)) (-3881 (((-1177) $) 10)) (-2690 (((-3 |#4| (-656 $)) |#4| |#4| $) 129)) (-2502 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 $))) |#4| |#4| $) 128)) (-3966 (((-3 |#4| "failed") $) 84)) (-2103 (((-656 $) |#4| $) 130)) (-4254 (((-3 (-112) (-656 $)) |#4| $) 133)) (-1883 (((-656 (-2 (|:| |val| (-112)) (|:| -3986 $))) |#4| $) 132) (((-112) |#4| $) 131)) (-2037 (((-656 $) |#4| $) 126) (((-656 $) (-656 |#4|) $) 125) (((-656 $) (-656 |#4|) (-656 $)) 124) (((-656 $) |#4| (-656 $)) 123)) (-1647 (($ |#4| $) 118) (($ (-656 |#4|) $) 117)) (-3730 (((-656 |#4|) $) 108)) (-2763 (((-112) |#4| $) 100) (((-112) $) 96)) (-2126 ((|#4| |#4| $) 91)) (-2774 (((-112) $ $) 111)) (-4148 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-568)))) (-1470 (((-112) |#4| $) 101) (((-112) $) 97)) (-2903 ((|#4| |#4| $) 92)) (-1448 (((-1139) $) 11)) (-3578 (((-3 |#4| "failed") $) 85)) (-2295 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-2806 (((-3 $ "failed") $ |#4|) 79)) (-3905 (($ $ |#4|) 78) (((-656 $) |#4| $) 116) (((-656 $) |#4| (-656 $)) 115) (((-656 $) (-656 |#4|) $) 114) (((-656 $) (-656 |#4|) (-656 $)) 113)) (-3626 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 |#4|) (-656 |#4|)) 60 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-304 |#4|)) 58 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-656 (-304 |#4|))) 57 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))) (-3985 (((-112) $ $) 39)) (-4205 (((-112) $) 42)) (-1854 (($) 41)) (-1967 (((-783) $) 107)) (-1458 (((-783) |#4| $) 55 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) (((-783) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4462)))) (-1868 (($ $) 40)) (-4169 (((-548) $) 70 (|has| |#4| (-626 (-548))))) (-3579 (($ (-656 |#4|)) 61)) (-3877 (($ $ |#3|) 29)) (-2831 (($ $ |#3|) 31)) (-3687 (($ $) 89)) (-2157 (($ $ |#3|) 30)) (-3567 (((-874) $) 12) (((-656 |#4|) $) 38)) (-4323 (((-783) $) 77 (|has| |#3| (-379)))) (-1540 (((-112) $ $) 9)) (-1469 (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-2620 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) 99)) (-3223 (((-656 $) |#4| $) 122) (((-656 $) |#4| (-656 $)) 121) (((-656 $) (-656 |#4|) $) 120) (((-656 $) (-656 |#4|) (-656 $)) 119)) (-2306 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4462)))) (-2439 (((-656 |#3|) $) 82)) (-4176 (((-112) |#4| $) 136)) (-3202 (((-112) |#3| $) 81)) (-2921 (((-112) $ $) 7)) (-3500 (((-783) $) 47 (|has| $ (-6 -4462)))))
-(((-796 |#1| |#2| |#3| |#4|) (-141) (-464) (-805) (-862) (-1084 |t#1| |t#2| |t#3|)) (T -796))
-NIL
-(-13 (-1090 |t#1| |t#2| |t#3| |t#4|))
-(((-34) . T) ((-102) . T) ((-625 (-656 |#4|)) . T) ((-625 (-874)) . T) ((-152 |#4|) . T) ((-626 (-548)) |has| |#4| (-626 (-548))) ((-319 |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))) ((-501 |#4|) . T) ((-526 |#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))) ((-995 |#1| |#2| |#3| |#4|) . T) ((-1090 |#1| |#2| |#3| |#4|) . T) ((-1119) . T) ((-1229 |#1| |#2| |#3| |#4|) . T) ((-1236) . T))
-((-2775 (((-3 (-390) "failed") (-326 |#1|) (-938)) 62 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-3 (-390) "failed") (-326 |#1|)) 54 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-3 (-390) "failed") (-419 (-969 |#1|)) (-938)) 41 (|has| |#1| (-568))) (((-3 (-390) "failed") (-419 (-969 |#1|))) 40 (|has| |#1| (-568))) (((-3 (-390) "failed") (-969 |#1|) (-938)) 31 (|has| |#1| (-1068))) (((-3 (-390) "failed") (-969 |#1|)) 30 (|has| |#1| (-1068)))) (-2545 (((-390) (-326 |#1|) (-938)) 99 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-390) (-326 |#1|)) 94 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-390) (-419 (-969 |#1|)) (-938)) 91 (|has| |#1| (-568))) (((-390) (-419 (-969 |#1|))) 90 (|has| |#1| (-568))) (((-390) (-969 |#1|) (-938)) 86 (|has| |#1| (-1068))) (((-390) (-969 |#1|)) 85 (|has| |#1| (-1068))) (((-390) |#1| (-938)) 76) (((-390) |#1|) 22)) (-4402 (((-3 (-171 (-390)) "failed") (-326 (-171 |#1|)) (-938)) 71 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-3 (-171 (-390)) "failed") (-326 (-171 |#1|))) 70 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-3 (-171 (-390)) "failed") (-326 |#1|) (-938)) 63 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-3 (-171 (-390)) "failed") (-326 |#1|)) 61 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-3 (-171 (-390)) "failed") (-419 (-969 (-171 |#1|))) (-938)) 46 (|has| |#1| (-568))) (((-3 (-171 (-390)) "failed") (-419 (-969 (-171 |#1|)))) 45 (|has| |#1| (-568))) (((-3 (-171 (-390)) "failed") (-419 (-969 |#1|)) (-938)) 39 (|has| |#1| (-568))) (((-3 (-171 (-390)) "failed") (-419 (-969 |#1|))) 38 (|has| |#1| (-568))) (((-3 (-171 (-390)) "failed") (-969 |#1|) (-938)) 28 (|has| |#1| (-1068))) (((-3 (-171 (-390)) "failed") (-969 |#1|)) 26 (|has| |#1| (-1068))) (((-3 (-171 (-390)) "failed") (-969 (-171 |#1|)) (-938)) 18 (|has| |#1| (-174))) (((-3 (-171 (-390)) "failed") (-969 (-171 |#1|))) 15 (|has| |#1| (-174)))) (-4040 (((-171 (-390)) (-326 (-171 |#1|)) (-938)) 102 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-171 (-390)) (-326 (-171 |#1|))) 101 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-171 (-390)) (-326 |#1|) (-938)) 100 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-171 (-390)) (-326 |#1|)) 98 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-171 (-390)) (-419 (-969 (-171 |#1|))) (-938)) 93 (|has| |#1| (-568))) (((-171 (-390)) (-419 (-969 (-171 |#1|)))) 92 (|has| |#1| (-568))) (((-171 (-390)) (-419 (-969 |#1|)) (-938)) 89 (|has| |#1| (-568))) (((-171 (-390)) (-419 (-969 |#1|))) 88 (|has| |#1| (-568))) (((-171 (-390)) (-969 |#1|) (-938)) 84 (|has| |#1| (-1068))) (((-171 (-390)) (-969 |#1|)) 83 (|has| |#1| (-1068))) (((-171 (-390)) (-969 (-171 |#1|)) (-938)) 78 (|has| |#1| (-174))) (((-171 (-390)) (-969 (-171 |#1|))) 77 (|has| |#1| (-174))) (((-171 (-390)) (-171 |#1|) (-938)) 80 (|has| |#1| (-174))) (((-171 (-390)) (-171 |#1|)) 79 (|has| |#1| (-174))) (((-171 (-390)) |#1| (-938)) 27) (((-171 (-390)) |#1|) 25)))
-(((-797 |#1|) (-10 -7 (-15 -2545 ((-390) |#1|)) (-15 -2545 ((-390) |#1| (-938))) (-15 -4040 ((-171 (-390)) |#1|)) (-15 -4040 ((-171 (-390)) |#1| (-938))) (IF (|has| |#1| (-174)) (PROGN (-15 -4040 ((-171 (-390)) (-171 |#1|))) (-15 -4040 ((-171 (-390)) (-171 |#1|) (-938))) (-15 -4040 ((-171 (-390)) (-969 (-171 |#1|)))) (-15 -4040 ((-171 (-390)) (-969 (-171 |#1|)) (-938)))) |%noBranch|) (IF (|has| |#1| (-1068)) (PROGN (-15 -2545 ((-390) (-969 |#1|))) (-15 -2545 ((-390) (-969 |#1|) (-938))) (-15 -4040 ((-171 (-390)) (-969 |#1|))) (-15 -4040 ((-171 (-390)) (-969 |#1|) (-938)))) |%noBranch|) (IF (|has| |#1| (-568)) (PROGN (-15 -2545 ((-390) (-419 (-969 |#1|)))) (-15 -2545 ((-390) (-419 (-969 |#1|)) (-938))) (-15 -4040 ((-171 (-390)) (-419 (-969 |#1|)))) (-15 -4040 ((-171 (-390)) (-419 (-969 |#1|)) (-938))) (-15 -4040 ((-171 (-390)) (-419 (-969 (-171 |#1|))))) (-15 -4040 ((-171 (-390)) (-419 (-969 (-171 |#1|))) (-938))) (IF (|has| |#1| (-862)) (PROGN (-15 -2545 ((-390) (-326 |#1|))) (-15 -2545 ((-390) (-326 |#1|) (-938))) (-15 -4040 ((-171 (-390)) (-326 |#1|))) (-15 -4040 ((-171 (-390)) (-326 |#1|) (-938))) (-15 -4040 ((-171 (-390)) (-326 (-171 |#1|)))) (-15 -4040 ((-171 (-390)) (-326 (-171 |#1|)) (-938)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-174)) (PROGN (-15 -4402 ((-3 (-171 (-390)) "failed") (-969 (-171 |#1|)))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-969 (-171 |#1|)) (-938)))) |%noBranch|) (IF (|has| |#1| (-1068)) (PROGN (-15 -2775 ((-3 (-390) "failed") (-969 |#1|))) (-15 -2775 ((-3 (-390) "failed") (-969 |#1|) (-938))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-969 |#1|))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-969 |#1|) (-938)))) |%noBranch|) (IF (|has| |#1| (-568)) (PROGN (-15 -2775 ((-3 (-390) "failed") (-419 (-969 |#1|)))) (-15 -2775 ((-3 (-390) "failed") (-419 (-969 |#1|)) (-938))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-419 (-969 |#1|)))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-419 (-969 |#1|)) (-938))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-419 (-969 (-171 |#1|))))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-419 (-969 (-171 |#1|))) (-938))) (IF (|has| |#1| (-862)) (PROGN (-15 -2775 ((-3 (-390) "failed") (-326 |#1|))) (-15 -2775 ((-3 (-390) "failed") (-326 |#1|) (-938))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-326 |#1|))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-326 |#1|) (-938))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-326 (-171 |#1|)))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-326 (-171 |#1|)) (-938)))) |%noBranch|)) |%noBranch|)) (-626 (-390))) (T -797))
-((-4402 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-326 (-171 *5))) (-5 *4 (-938)) (-4 *5 (-568)) (-4 *5 (-862)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-4402 (*1 *2 *3) (|partial| -12 (-5 *3 (-326 (-171 *4))) (-4 *4 (-568)) (-4 *4 (-862)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-4402 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-326 *5)) (-5 *4 (-938)) (-4 *5 (-568)) (-4 *5 (-862)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-4402 (*1 *2 *3) (|partial| -12 (-5 *3 (-326 *4)) (-4 *4 (-568)) (-4 *4 (-862)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-2775 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-326 *5)) (-5 *4 (-938)) (-4 *5 (-568)) (-4 *5 (-862)) (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5)))) (-2775 (*1 *2 *3) (|partial| -12 (-5 *3 (-326 *4)) (-4 *4 (-568)) (-4 *4 (-862)) (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4)))) (-4402 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-419 (-969 (-171 *5)))) (-5 *4 (-938)) (-4 *5 (-568)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-4402 (*1 *2 *3) (|partial| -12 (-5 *3 (-419 (-969 (-171 *4)))) (-4 *4 (-568)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-4402 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-938)) (-4 *5 (-568)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-4402 (*1 *2 *3) (|partial| -12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-568)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-2775 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-938)) (-4 *5 (-568)) (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5)))) (-2775 (*1 *2 *3) (|partial| -12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-568)) (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4)))) (-4402 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-969 *5)) (-5 *4 (-938)) (-4 *5 (-1068)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-4402 (*1 *2 *3) (|partial| -12 (-5 *3 (-969 *4)) (-4 *4 (-1068)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-2775 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-969 *5)) (-5 *4 (-938)) (-4 *5 (-1068)) (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5)))) (-2775 (*1 *2 *3) (|partial| -12 (-5 *3 (-969 *4)) (-4 *4 (-1068)) (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4)))) (-4402 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-969 (-171 *5))) (-5 *4 (-938)) (-4 *5 (-174)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-4402 (*1 *2 *3) (|partial| -12 (-5 *3 (-969 (-171 *4))) (-4 *4 (-174)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-4040 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-171 *5))) (-5 *4 (-938)) (-4 *5 (-568)) (-4 *5 (-862)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-4040 (*1 *2 *3) (-12 (-5 *3 (-326 (-171 *4))) (-4 *4 (-568)) (-4 *4 (-862)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-4040 (*1 *2 *3 *4) (-12 (-5 *3 (-326 *5)) (-5 *4 (-938)) (-4 *5 (-568)) (-4 *5 (-862)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-4040 (*1 *2 *3) (-12 (-5 *3 (-326 *4)) (-4 *4 (-568)) (-4 *4 (-862)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-2545 (*1 *2 *3 *4) (-12 (-5 *3 (-326 *5)) (-5 *4 (-938)) (-4 *5 (-568)) (-4 *5 (-862)) (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5)))) (-2545 (*1 *2 *3) (-12 (-5 *3 (-326 *4)) (-4 *4 (-568)) (-4 *4 (-862)) (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4)))) (-4040 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-969 (-171 *5)))) (-5 *4 (-938)) (-4 *5 (-568)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-4040 (*1 *2 *3) (-12 (-5 *3 (-419 (-969 (-171 *4)))) (-4 *4 (-568)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-4040 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-938)) (-4 *5 (-568)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-4040 (*1 *2 *3) (-12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-568)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-2545 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-938)) (-4 *5 (-568)) (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5)))) (-2545 (*1 *2 *3) (-12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-568)) (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4)))) (-4040 (*1 *2 *3 *4) (-12 (-5 *3 (-969 *5)) (-5 *4 (-938)) (-4 *5 (-1068)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-4040 (*1 *2 *3) (-12 (-5 *3 (-969 *4)) (-4 *4 (-1068)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-2545 (*1 *2 *3 *4) (-12 (-5 *3 (-969 *5)) (-5 *4 (-938)) (-4 *5 (-1068)) (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5)))) (-2545 (*1 *2 *3) (-12 (-5 *3 (-969 *4)) (-4 *4 (-1068)) (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4)))) (-4040 (*1 *2 *3 *4) (-12 (-5 *3 (-969 (-171 *5))) (-5 *4 (-938)) (-4 *5 (-174)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-4040 (*1 *2 *3) (-12 (-5 *3 (-969 (-171 *4))) (-4 *4 (-174)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-4040 (*1 *2 *3 *4) (-12 (-5 *3 (-171 *5)) (-5 *4 (-938)) (-4 *5 (-174)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-4040 (*1 *2 *3) (-12 (-5 *3 (-171 *4)) (-4 *4 (-174)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-4040 (*1 *2 *3 *4) (-12 (-5 *4 (-938)) (-5 *2 (-171 (-390))) (-5 *1 (-797 *3)) (-4 *3 (-626 (-390))))) (-4040 (*1 *2 *3) (-12 (-5 *2 (-171 (-390))) (-5 *1 (-797 *3)) (-4 *3 (-626 (-390))))) (-2545 (*1 *2 *3 *4) (-12 (-5 *4 (-938)) (-5 *2 (-390)) (-5 *1 (-797 *3)) (-4 *3 (-626 *2)))) (-2545 (*1 *2 *3) (-12 (-5 *2 (-390)) (-5 *1 (-797 *3)) (-4 *3 (-626 *2)))))
-(-10 -7 (-15 -2545 ((-390) |#1|)) (-15 -2545 ((-390) |#1| (-938))) (-15 -4040 ((-171 (-390)) |#1|)) (-15 -4040 ((-171 (-390)) |#1| (-938))) (IF (|has| |#1| (-174)) (PROGN (-15 -4040 ((-171 (-390)) (-171 |#1|))) (-15 -4040 ((-171 (-390)) (-171 |#1|) (-938))) (-15 -4040 ((-171 (-390)) (-969 (-171 |#1|)))) (-15 -4040 ((-171 (-390)) (-969 (-171 |#1|)) (-938)))) |%noBranch|) (IF (|has| |#1| (-1068)) (PROGN (-15 -2545 ((-390) (-969 |#1|))) (-15 -2545 ((-390) (-969 |#1|) (-938))) (-15 -4040 ((-171 (-390)) (-969 |#1|))) (-15 -4040 ((-171 (-390)) (-969 |#1|) (-938)))) |%noBranch|) (IF (|has| |#1| (-568)) (PROGN (-15 -2545 ((-390) (-419 (-969 |#1|)))) (-15 -2545 ((-390) (-419 (-969 |#1|)) (-938))) (-15 -4040 ((-171 (-390)) (-419 (-969 |#1|)))) (-15 -4040 ((-171 (-390)) (-419 (-969 |#1|)) (-938))) (-15 -4040 ((-171 (-390)) (-419 (-969 (-171 |#1|))))) (-15 -4040 ((-171 (-390)) (-419 (-969 (-171 |#1|))) (-938))) (IF (|has| |#1| (-862)) (PROGN (-15 -2545 ((-390) (-326 |#1|))) (-15 -2545 ((-390) (-326 |#1|) (-938))) (-15 -4040 ((-171 (-390)) (-326 |#1|))) (-15 -4040 ((-171 (-390)) (-326 |#1|) (-938))) (-15 -4040 ((-171 (-390)) (-326 (-171 |#1|)))) (-15 -4040 ((-171 (-390)) (-326 (-171 |#1|)) (-938)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-174)) (PROGN (-15 -4402 ((-3 (-171 (-390)) "failed") (-969 (-171 |#1|)))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-969 (-171 |#1|)) (-938)))) |%noBranch|) (IF (|has| |#1| (-1068)) (PROGN (-15 -2775 ((-3 (-390) "failed") (-969 |#1|))) (-15 -2775 ((-3 (-390) "failed") (-969 |#1|) (-938))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-969 |#1|))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-969 |#1|) (-938)))) |%noBranch|) (IF (|has| |#1| (-568)) (PROGN (-15 -2775 ((-3 (-390) "failed") (-419 (-969 |#1|)))) (-15 -2775 ((-3 (-390) "failed") (-419 (-969 |#1|)) (-938))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-419 (-969 |#1|)))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-419 (-969 |#1|)) (-938))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-419 (-969 (-171 |#1|))))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-419 (-969 (-171 |#1|))) (-938))) (IF (|has| |#1| (-862)) (PROGN (-15 -2775 ((-3 (-390) "failed") (-326 |#1|))) (-15 -2775 ((-3 (-390) "failed") (-326 |#1|) (-938))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-326 |#1|))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-326 |#1|) (-938))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-326 (-171 |#1|)))) (-15 -4402 ((-3 (-171 (-390)) "failed") (-326 (-171 |#1|)) (-938)))) |%noBranch|)) |%noBranch|))
-((-2805 (((-938) (-1177)) 89)) (-1508 (((-3 (-390) "failed") (-1177)) 36)) (-2970 (((-390) (-1177)) 34)) (-4042 (((-938) (-1177)) 63)) (-2235 (((-1177) (-938)) 73)) (-3356 (((-1177) (-938)) 62)))
-(((-798) (-10 -7 (-15 -3356 ((-1177) (-938))) (-15 -4042 ((-938) (-1177))) (-15 -2235 ((-1177) (-938))) (-15 -2805 ((-938) (-1177))) (-15 -2970 ((-390) (-1177))) (-15 -1508 ((-3 (-390) "failed") (-1177))))) (T -798))
-((-1508 (*1 *2 *3) (|partial| -12 (-5 *3 (-1177)) (-5 *2 (-390)) (-5 *1 (-798)))) (-2970 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-390)) (-5 *1 (-798)))) (-2805 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-938)) (-5 *1 (-798)))) (-2235 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1177)) (-5 *1 (-798)))) (-4042 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-938)) (-5 *1 (-798)))) (-3356 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1177)) (-5 *1 (-798)))))
-(-10 -7 (-15 -3356 ((-1177) (-938))) (-15 -4042 ((-938) (-1177))) (-15 -2235 ((-1177) (-938))) (-15 -2805 ((-938) (-1177))) (-15 -2970 ((-390) (-1177))) (-15 -1508 ((-3 (-390) "failed") (-1177))))
-((-3486 (((-112) $ $) 6)) (-3442 (((-1054) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) 16) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)) 14)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 17) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 15)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)))
+((-4022 (((-3 |#2| "failed") |#2| |#2| (-115) (-1197)) 37)))
+(((-784 |#1| |#2|) (-10 -7 (-15 -4022 ((-3 |#2| "failed") |#2| |#2| (-115) (-1197)))) (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)) (-13 (-29 |#1|) (-1223) (-978))) (T -784))
+((-4022 (*1 *2 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-115)) (-5 *4 (-1197)) (-4 *5 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-5 *1 (-784 *5 *2)) (-4 *2 (-13 (-29 *5) (-1223) (-978))))))
+(-10 -7 (-15 -4022 ((-3 |#2| "failed") |#2| |#2| (-115) (-1197))))
+((-4114 (((-786) |#1|) 8)))
+(((-785 |#1|) (-10 -7 (-15 -4114 ((-786) |#1|))) (-1238)) (T -785))
+((-4114 (*1 *2 *3) (-12 (-5 *2 (-786)) (-5 *1 (-785 *3)) (-4 *3 (-1238)))))
+(-10 -7 (-15 -4114 ((-786) |#1|)))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 7)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 9)))
+(((-786) (-1121)) (T -786))
+NIL
+(-1121)
+((-2828 ((|#2| |#4|) 35)))
+(((-787 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2828 (|#2| |#4|))) (-464) (-1264 |#1|) (-736 |#1| |#2|) (-1264 |#3|)) (T -787))
+((-2828 (*1 *2 *3) (-12 (-4 *4 (-464)) (-4 *5 (-736 *4 *2)) (-4 *2 (-1264 *4)) (-5 *1 (-787 *4 *2 *5 *3)) (-4 *3 (-1264 *5)))))
+(-10 -7 (-15 -2828 (|#2| |#4|)))
+((-2413 (((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) 57)) (-3383 (((-1293) (-1179) (-1179) |#4| |#5|) 33)) (-2396 ((|#4| |#4| |#5|) 74)) (-2599 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#5|) 79)) (-2715 (((-656 (-2 (|:| |val| (-112)) (|:| -4442 |#5|))) |#4| |#5|) 16)))
+(((-788 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2413 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -2396 (|#4| |#4| |#5|)) (-15 -2599 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#5|)) (-15 -3383 ((-1293) (-1179) (-1179) |#4| |#5|)) (-15 -2715 ((-656 (-2 (|:| |val| (-112)) (|:| -4442 |#5|))) |#4| |#5|))) (-464) (-805) (-862) (-1086 |#1| |#2| |#3|) (-1092 |#1| |#2| |#3| |#4|)) (T -788))
+((-2715 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -4442 *4)))) (-5 *1 (-788 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-3383 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-1179)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *4 (-1086 *6 *7 *8)) (-5 *2 (-1293)) (-5 *1 (-788 *6 *7 *8 *4 *5)) (-4 *5 (-1092 *6 *7 *8 *4)))) (-2599 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4)))) (-5 *1 (-788 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-2396 (*1 *2 *2 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *2 (-1086 *4 *5 *6)) (-5 *1 (-788 *4 *5 *6 *2 *3)) (-4 *3 (-1092 *4 *5 *6 *2)))) (-2413 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3))) (-5 *1 (-788 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
+(-10 -7 (-15 -2413 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -2396 (|#4| |#4| |#5|)) (-15 -2599 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#5|)) (-15 -3383 ((-1293) (-1179) (-1179) |#4| |#5|)) (-15 -2715 ((-656 (-2 (|:| |val| (-112)) (|:| -4442 |#5|))) |#4| |#5|)))
+((-2981 (((-3 (-1193 (-1193 |#1|)) "failed") |#4|) 51)) (-4023 (((-656 |#4|) |#4|) 22)) (-3032 ((|#4| |#4|) 17)))
+(((-789 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4023 ((-656 |#4|) |#4|)) (-15 -2981 ((-3 (-1193 (-1193 |#1|)) "failed") |#4|)) (-15 -3032 (|#4| |#4|))) (-360) (-339 |#1|) (-1264 |#2|) (-1264 |#3|) (-940)) (T -789))
+((-3032 (*1 *2 *2) (-12 (-4 *3 (-360)) (-4 *4 (-339 *3)) (-4 *5 (-1264 *4)) (-5 *1 (-789 *3 *4 *5 *2 *6)) (-4 *2 (-1264 *5)) (-14 *6 (-940)))) (-2981 (*1 *2 *3) (|partial| -12 (-4 *4 (-360)) (-4 *5 (-339 *4)) (-4 *6 (-1264 *5)) (-5 *2 (-1193 (-1193 *4))) (-5 *1 (-789 *4 *5 *6 *3 *7)) (-4 *3 (-1264 *6)) (-14 *7 (-940)))) (-4023 (*1 *2 *3) (-12 (-4 *4 (-360)) (-4 *5 (-339 *4)) (-4 *6 (-1264 *5)) (-5 *2 (-656 *3)) (-5 *1 (-789 *4 *5 *6 *3 *7)) (-4 *3 (-1264 *6)) (-14 *7 (-940)))))
+(-10 -7 (-15 -4023 ((-656 |#4|) |#4|)) (-15 -2981 ((-3 (-1193 (-1193 |#1|)) "failed") |#4|)) (-15 -3032 (|#4| |#4|)))
+((-4280 (((-2 (|:| |deter| (-656 (-1193 |#5|))) (|:| |dterm| (-656 (-656 (-2 (|:| -1355 (-783)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-656 |#1|)) (|:| |nlead| (-656 |#5|))) (-1193 |#5|) (-656 |#1|) (-656 |#5|)) 72)) (-1509 (((-656 (-783)) |#1|) 20)))
+(((-790 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4280 ((-2 (|:| |deter| (-656 (-1193 |#5|))) (|:| |dterm| (-656 (-656 (-2 (|:| -1355 (-783)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-656 |#1|)) (|:| |nlead| (-656 |#5|))) (-1193 |#5|) (-656 |#1|) (-656 |#5|))) (-15 -1509 ((-656 (-783)) |#1|))) (-1264 |#4|) (-805) (-862) (-317) (-968 |#4| |#2| |#3|)) (T -790))
+((-1509 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)) (-5 *2 (-656 (-783))) (-5 *1 (-790 *3 *4 *5 *6 *7)) (-4 *3 (-1264 *6)) (-4 *7 (-968 *6 *4 *5)))) (-4280 (*1 *2 *3 *4 *5) (-12 (-4 *6 (-1264 *9)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *9 (-317)) (-4 *10 (-968 *9 *7 *8)) (-5 *2 (-2 (|:| |deter| (-656 (-1193 *10))) (|:| |dterm| (-656 (-656 (-2 (|:| -1355 (-783)) (|:| |pcoef| *10))))) (|:| |nfacts| (-656 *6)) (|:| |nlead| (-656 *10)))) (-5 *1 (-790 *6 *7 *8 *9 *10)) (-5 *3 (-1193 *10)) (-5 *4 (-656 *6)) (-5 *5 (-656 *10)))))
+(-10 -7 (-15 -4280 ((-2 (|:| |deter| (-656 (-1193 |#5|))) (|:| |dterm| (-656 (-656 (-2 (|:| -1355 (-783)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-656 |#1|)) (|:| |nlead| (-656 |#5|))) (-1193 |#5|) (-656 |#1|) (-656 |#5|))) (-15 -1509 ((-656 (-783)) |#1|)))
+((-3838 (((-656 (-2 (|:| |outval| |#1|) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 |#1|))))) (-701 (-419 (-576))) |#1|) 31)) (-2208 (((-656 |#1|) (-701 (-419 (-576))) |#1|) 21)) (-2837 (((-971 (-419 (-576))) (-701 (-419 (-576))) (-1197)) 18) (((-971 (-419 (-576))) (-701 (-419 (-576)))) 17)))
+(((-791 |#1|) (-10 -7 (-15 -2837 ((-971 (-419 (-576))) (-701 (-419 (-576))))) (-15 -2837 ((-971 (-419 (-576))) (-701 (-419 (-576))) (-1197))) (-15 -2208 ((-656 |#1|) (-701 (-419 (-576))) |#1|)) (-15 -3838 ((-656 (-2 (|:| |outval| |#1|) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 |#1|))))) (-701 (-419 (-576))) |#1|))) (-13 (-374) (-860))) (T -791))
+((-3838 (*1 *2 *3 *4) (-12 (-5 *3 (-701 (-419 (-576)))) (-5 *2 (-656 (-2 (|:| |outval| *4) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 *4)))))) (-5 *1 (-791 *4)) (-4 *4 (-13 (-374) (-860))))) (-2208 (*1 *2 *3 *4) (-12 (-5 *3 (-701 (-419 (-576)))) (-5 *2 (-656 *4)) (-5 *1 (-791 *4)) (-4 *4 (-13 (-374) (-860))))) (-2837 (*1 *2 *3 *4) (-12 (-5 *3 (-701 (-419 (-576)))) (-5 *4 (-1197)) (-5 *2 (-971 (-419 (-576)))) (-5 *1 (-791 *5)) (-4 *5 (-13 (-374) (-860))))) (-2837 (*1 *2 *3) (-12 (-5 *3 (-701 (-419 (-576)))) (-5 *2 (-971 (-419 (-576)))) (-5 *1 (-791 *4)) (-4 *4 (-13 (-374) (-860))))))
+(-10 -7 (-15 -2837 ((-971 (-419 (-576))) (-701 (-419 (-576))))) (-15 -2837 ((-971 (-419 (-576))) (-701 (-419 (-576))) (-1197))) (-15 -2208 ((-656 |#1|) (-701 (-419 (-576))) |#1|)) (-15 -3838 ((-656 (-2 (|:| |outval| |#1|) (|:| |outmult| (-576)) (|:| |outvect| (-656 (-701 |#1|))))) (-701 (-419 (-576))) |#1|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 36)) (-1583 (((-656 |#2|) $) NIL)) (-1420 (((-1193 $) $ |#2|) NIL) (((-1193 |#1|) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2392 (((-783) $) NIL) (((-783) $ (-656 |#2|)) NIL)) (-3095 (($ $) 30)) (-4092 (((-112) $ $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3350 (($ $ $) 110 (|has| |#1| (-568)))) (-2277 (((-656 $) $ $) 123 (|has| |#1| (-568)))) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4068 (($ $) NIL (|has| |#1| (-464)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 |#2| "failed") $) NIL) (((-3 $ "failed") (-971 (-419 (-576)))) NIL (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#2| (-626 (-1197))))) (((-3 $ "failed") (-971 (-576))) NIL (-3795 (-12 (|has| |#1| (-38 (-576))) (|has| |#2| (-626 (-1197))) (-2300 (|has| |#1| (-38 (-419 (-576)))))) (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#2| (-626 (-1197)))))) (((-3 $ "failed") (-971 |#1|)) NIL (-3795 (-12 (|has| |#2| (-626 (-1197))) (-2300 (|has| |#1| (-38 (-419 (-576))))) (-2300 (|has| |#1| (-38 (-576))))) (-12 (|has| |#1| (-38 (-576))) (|has| |#2| (-626 (-1197))) (-2300 (|has| |#1| (-38 (-419 (-576))))) (-2300 (|has| |#1| (-557)))) (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#2| (-626 (-1197))) (-2300 (|has| |#1| (-1013 (-576))))))) (((-3 (-1146 |#1| |#2|) "failed") $) 21)) (-2318 ((|#1| $) NIL) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1059 (-576)))) ((|#2| $) NIL) (($ (-971 (-419 (-576)))) NIL (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#2| (-626 (-1197))))) (($ (-971 (-576))) NIL (-3795 (-12 (|has| |#1| (-38 (-576))) (|has| |#2| (-626 (-1197))) (-2300 (|has| |#1| (-38 (-419 (-576)))))) (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#2| (-626 (-1197)))))) (($ (-971 |#1|)) NIL (-3795 (-12 (|has| |#2| (-626 (-1197))) (-2300 (|has| |#1| (-38 (-419 (-576))))) (-2300 (|has| |#1| (-38 (-576))))) (-12 (|has| |#1| (-38 (-576))) (|has| |#2| (-626 (-1197))) (-2300 (|has| |#1| (-38 (-419 (-576))))) (-2300 (|has| |#1| (-557)))) (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#2| (-626 (-1197))) (-2300 (|has| |#1| (-1013 (-576))))))) (((-1146 |#1| |#2|) $) NIL)) (-1751 (($ $ $ |#2|) NIL (|has| |#1| (-174))) (($ $ $) 121 (|has| |#1| (-568)))) (-3310 (($ $) NIL) (($ $ |#2|) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2094 (((-112) $ $) NIL) (((-112) $ (-656 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-2806 (((-112) $) NIL)) (-3710 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 81)) (-3239 (($ $) 136 (|has| |#1| (-464)))) (-1770 (($ $) NIL (|has| |#1| (-464))) (($ $ |#2|) NIL (|has| |#1| (-464)))) (-3297 (((-656 $) $) NIL)) (-3742 (((-112) $) NIL (|has| |#1| (-928)))) (-1607 (($ $) NIL (|has| |#1| (-568)))) (-3372 (($ $) NIL (|has| |#1| (-568)))) (-1518 (($ $ $) 76) (($ $ $ |#2|) NIL)) (-3696 (($ $ $) 79) (($ $ $ |#2|) NIL)) (-4308 (($ $ |#1| (-543 |#2|) $) NIL)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (-12 (|has| |#1| (-901 (-390))) (|has| |#2| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (-12 (|has| |#1| (-901 (-576))) (|has| |#2| (-901 (-576)))))) (-3315 (((-112) $) 57)) (-2509 (((-783) $) NIL)) (-3925 (((-112) $ $) NIL) (((-112) $ (-656 $)) NIL)) (-4404 (($ $ $ $ $) 107 (|has| |#1| (-568)))) (-2777 ((|#2| $) 22)) (-1572 (($ (-1193 |#1|) |#2|) NIL) (($ (-1193 $) |#2|) NIL)) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-543 |#2|)) NIL) (($ $ |#2| (-783)) 38) (($ $ (-656 |#2|) (-656 (-783))) NIL)) (-1635 (($ $ $) 63)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ |#2|) NIL)) (-2454 (((-112) $) NIL)) (-4269 (((-543 |#2|) $) NIL) (((-783) $ |#2|) NIL) (((-656 (-783)) $ (-656 |#2|)) NIL)) (-4189 (((-783) $) 23)) (-1504 (($ (-1 (-543 |#2|) (-543 |#2|)) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-1706 (((-3 |#2| "failed") $) NIL)) (-2540 (($ $) NIL (|has| |#1| (-464)))) (-3332 (($ $) NIL (|has| |#1| (-464)))) (-3899 (((-656 $) $) NIL)) (-2661 (($ $) 39)) (-2399 (($ $) NIL (|has| |#1| (-464)))) (-2918 (((-656 $) $) 43)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) NIL) (((-701 |#1|) (-1288 $)) NIL)) (-3106 (($ $) 41)) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL) (($ $ |#2|) 48)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-1710 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2378 (-783))) $ $) 96)) (-2881 (((-2 (|:| -2862 $) (|:| |gap| (-783)) (|:| -4079 $) (|:| -1380 $)) $ $) 78) (((-2 (|:| -2862 $) (|:| |gap| (-783)) (|:| -4079 $) (|:| -1380 $)) $ $ |#2|) NIL)) (-4187 (((-2 (|:| -2862 $) (|:| |gap| (-783)) (|:| -1380 $)) $ $) NIL) (((-2 (|:| -2862 $) (|:| |gap| (-783)) (|:| -1380 $)) $ $ |#2|) NIL)) (-1626 (($ $ $) 83) (($ $ $ |#2|) NIL)) (-1859 (($ $ $) 86) (($ $ $ |#2|) NIL)) (-4185 (((-1179) $) NIL)) (-3172 (($ $ $) 125 (|has| |#1| (-568)))) (-4078 (((-656 $) $) 32)) (-4383 (((-3 (-656 $) "failed") $) NIL)) (-2453 (((-3 (-656 $) "failed") $) NIL)) (-2344 (((-3 (-2 (|:| |var| |#2|) (|:| -3744 (-783))) "failed") $) NIL)) (-3811 (((-112) $ $) NIL) (((-112) $ (-656 $)) NIL)) (-3758 (($ $ $) NIL)) (-3651 (($ $) 24)) (-3901 (((-112) $ $) NIL)) (-1989 (((-112) $ $) NIL) (((-112) $ (-656 $)) NIL)) (-2614 (($ $ $) NIL)) (-3378 (($ $) 26)) (-3117 (((-1141) $) NIL)) (-1904 (((-2 (|:| -3115 $) (|:| |coef2| $)) $ $) 116 (|has| |#1| (-568)))) (-3572 (((-2 (|:| -3115 $) (|:| |coef1| $)) $ $) 113 (|has| |#1| (-568)))) (-1677 (((-112) $) 56)) (-1684 ((|#1| $) 58)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-464)))) (-3115 ((|#1| |#1| $) 133 (|has| |#1| (-464))) (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-1452 (((-430 $) $) NIL (|has| |#1| (-928)))) (-1591 (((-2 (|:| -3115 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 119 (|has| |#1| (-568)))) (-1943 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ $) 98 (|has| |#1| (-568)))) (-4384 (($ $ |#1|) 129 (|has| |#1| (-568))) (($ $ $) NIL (|has| |#1| (-568)))) (-4208 (($ $ |#1|) 128 (|has| |#1| (-568))) (($ $ $) NIL (|has| |#1| (-568)))) (-2143 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ |#2| |#1|) NIL) (($ $ (-656 |#2|) (-656 |#1|)) NIL) (($ $ |#2| $) NIL) (($ $ (-656 |#2|) (-656 $)) NIL)) (-3053 (($ $ |#2|) NIL (|has| |#1| (-174)))) (-4107 (($ $ (-656 |#2|) (-656 (-783))) NIL) (($ $ |#2| (-783)) NIL) (($ $ (-656 |#2|)) NIL) (($ $ |#2|) NIL)) (-2786 (((-543 |#2|) $) NIL) (((-783) $ |#2|) 45) (((-656 (-783)) $ (-656 |#2|)) NIL)) (-3177 (($ $) NIL)) (-3055 (($ $) 35)) (-1554 (((-907 (-390)) $) NIL (-12 (|has| |#1| (-626 (-907 (-390)))) (|has| |#2| (-626 (-907 (-390)))))) (((-907 (-576)) $) NIL (-12 (|has| |#1| (-626 (-907 (-576)))) (|has| |#2| (-626 (-907 (-576)))))) (((-548) $) NIL (-12 (|has| |#1| (-626 (-548))) (|has| |#2| (-626 (-548))))) (($ (-971 (-419 (-576)))) NIL (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#2| (-626 (-1197))))) (($ (-971 (-576))) NIL (-3795 (-12 (|has| |#1| (-38 (-576))) (|has| |#2| (-626 (-1197))) (-2300 (|has| |#1| (-38 (-419 (-576)))))) (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#2| (-626 (-1197)))))) (($ (-971 |#1|)) NIL (|has| |#2| (-626 (-1197)))) (((-1179) $) NIL (-12 (|has| |#1| (-1059 (-576))) (|has| |#2| (-626 (-1197))))) (((-971 |#1|) $) NIL (|has| |#2| (-626 (-1197))))) (-3929 ((|#1| $) 132 (|has| |#1| (-464))) (($ $ |#2|) NIL (|has| |#1| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-928))))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ |#2|) NIL) (((-971 |#1|) $) NIL (|has| |#2| (-626 (-1197)))) (((-1146 |#1| |#2|) $) 18) (($ (-1146 |#1| |#2|)) 19) (($ (-419 (-576))) NIL (-3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576)))))) (($ $) NIL (|has| |#1| (-568)))) (-1923 (((-656 |#1|) $) NIL)) (-1341 ((|#1| $ (-543 |#2|)) NIL) (($ $ |#2| (-783)) 47) (($ $ (-656 |#2|) (-656 (-783))) NIL)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#1| (-928))) (|has| |#1| (-146))))) (-2864 (((-783)) NIL T CONST)) (-3365 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4312 (($) 13 T CONST)) (-2129 (((-3 (-112) "failed") $ $) NIL)) (-4322 (($) 37 T CONST)) (-1950 (($ $ $ $ (-783)) 105 (|has| |#1| (-568)))) (-3639 (($ $ $ (-783)) 104 (|has| |#1| (-568)))) (-3157 (($ $ (-656 |#2|) (-656 (-783))) NIL) (($ $ |#2| (-783)) NIL) (($ $ (-656 |#2|)) NIL) (($ $ |#2|) NIL)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) 75)) (-4027 (($ $ $) 85)) (** (($ $ (-940)) NIL) (($ $ (-783)) 70)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 62) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 61) (($ $ |#1|) NIL)))
+(((-792 |#1| |#2|) (-13 (-1086 |#1| (-543 |#2|) |#2|) (-625 (-1146 |#1| |#2|)) (-1059 (-1146 |#1| |#2|))) (-1070) (-862)) (T -792))
+NIL
+(-13 (-1086 |#1| (-543 |#2|) |#2|) (-625 (-1146 |#1| |#2|)) (-1059 (-1146 |#1| |#2|)))
+((-2423 (((-794 |#2|) (-1 |#2| |#1|) (-794 |#1|)) 13)))
+(((-793 |#1| |#2|) (-10 -7 (-15 -2423 ((-794 |#2|) (-1 |#2| |#1|) (-794 |#1|)))) (-1070) (-1070)) (T -793))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-794 *5)) (-4 *5 (-1070)) (-4 *6 (-1070)) (-5 *2 (-794 *6)) (-5 *1 (-793 *5 *6)))))
+(-10 -7 (-15 -2423 ((-794 |#2|) (-1 |#2| |#1|) (-794 |#1|))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 12)) (-3357 (((-1288 |#1|) $ (-783)) NIL)) (-1583 (((-656 (-1103)) $) NIL)) (-2259 (($ (-1193 |#1|)) NIL)) (-1420 (((-1193 $) $ (-1103)) NIL) (((-1193 |#1|) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2392 (((-783) $) NIL) (((-783) $ (-656 (-1103))) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3988 (((-656 $) $ $) 54 (|has| |#1| (-568)))) (-3350 (($ $ $) 50 (|has| |#1| (-568)))) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4068 (($ $) NIL (|has| |#1| (-464)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4064 (((-112) $ $) NIL (|has| |#1| (-374)))) (-4215 (($ $ (-783)) NIL)) (-2440 (($ $ (-783)) NIL)) (-1387 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-464)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-1103) "failed") $) NIL) (((-3 (-1193 |#1|) "failed") $) 10)) (-2318 ((|#1| $) NIL) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-1103) $) NIL) (((-1193 |#1|) $) NIL)) (-1751 (($ $ $ (-1103)) NIL (|has| |#1| (-174))) ((|#1| $ $) 58 (|has| |#1| (-174)))) (-1892 (($ $ $) NIL (|has| |#1| (-374)))) (-3310 (($ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1905 (($ $ $) NIL (|has| |#1| (-374)))) (-1783 (($ $ $) NIL)) (-3230 (($ $ $) 87 (|has| |#1| (-568)))) (-3710 (((-2 (|:| -2862 |#1|) (|:| -4079 $) (|:| -1380 $)) $ $) 86 (|has| |#1| (-568)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-1770 (($ $) NIL (|has| |#1| (-464))) (($ $ (-1103)) NIL (|has| |#1| (-464)))) (-3297 (((-656 $) $) NIL)) (-3742 (((-112) $) NIL (|has| |#1| (-928)))) (-4308 (($ $ |#1| (-783) $) NIL)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (-12 (|has| (-1103) (-901 (-390))) (|has| |#1| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (-12 (|has| (-1103) (-901 (-576))) (|has| |#1| (-901 (-576)))))) (-1760 (((-783) $ $) NIL (|has| |#1| (-568)))) (-3315 (((-112) $) NIL)) (-2509 (((-783) $) NIL)) (-4080 (((-3 $ "failed") $) NIL (|has| |#1| (-1173)))) (-1572 (($ (-1193 |#1|) (-1103)) NIL) (($ (-1193 $) (-1103)) NIL)) (-3460 (($ $ (-783)) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-783)) NIL) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103)) (-656 (-783))) NIL)) (-1635 (($ $ $) 27)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ (-1103)) NIL) (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-4269 (((-783) $) NIL) (((-783) $ (-1103)) NIL) (((-656 (-783)) $ (-656 (-1103))) NIL)) (-1504 (($ (-1 (-783) (-783)) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-1443 (((-1193 |#1|) $) NIL)) (-1706 (((-3 (-1103) "failed") $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) NIL) (((-701 |#1|) (-1288 $)) NIL)) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-1710 (((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2378 (-783))) $ $) 37)) (-1833 (($ $ $) 41)) (-2128 (($ $ $) 47)) (-2881 (((-2 (|:| -2862 |#1|) (|:| |gap| (-783)) (|:| -4079 $) (|:| -1380 $)) $ $) 46)) (-4185 (((-1179) $) NIL)) (-3172 (($ $ $) 56 (|has| |#1| (-568)))) (-1368 (((-2 (|:| -4079 $) (|:| -1380 $)) $ (-783)) NIL)) (-4383 (((-3 (-656 $) "failed") $) NIL)) (-2453 (((-3 (-656 $) "failed") $) NIL)) (-2344 (((-3 (-2 (|:| |var| (-1103)) (|:| -3744 (-783))) "failed") $) NIL)) (-1488 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3651 (($) NIL (|has| |#1| (-1173)) CONST)) (-3117 (((-1141) $) NIL)) (-1904 (((-2 (|:| -3115 $) (|:| |coef2| $)) $ $) 82 (|has| |#1| (-568)))) (-3572 (((-2 (|:| -3115 $) (|:| |coef1| $)) $ $) 78 (|has| |#1| (-568)))) (-2210 (((-2 (|:| -1751 |#1|) (|:| |coef2| $)) $ $) 70 (|has| |#1| (-568)))) (-3799 (((-2 (|:| -1751 |#1|) (|:| |coef1| $)) $ $) 66 (|has| |#1| (-568)))) (-1677 (((-112) $) 13)) (-1684 ((|#1| $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-464)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-3317 (($ $ (-783) |#1| $) 26)) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-1452 (((-430 $) $) NIL (|has| |#1| (-928)))) (-1591 (((-2 (|:| -3115 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 74 (|has| |#1| (-568)))) (-2084 (((-2 (|:| -1751 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) 62 (|has| |#1| (-568)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-1943 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2143 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-1103) |#1|) NIL) (($ $ (-656 (-1103)) (-656 |#1|)) NIL) (($ $ (-1103) $) NIL) (($ $ (-656 (-1103)) (-656 $)) NIL)) (-3199 (((-783) $) NIL (|has| |#1| (-374)))) (-4369 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-419 $) (-419 $) (-419 $)) NIL (|has| |#1| (-568))) ((|#1| (-419 $) |#1|) NIL (|has| |#1| (-374))) (((-419 $) $ (-419 $)) NIL (|has| |#1| (-568)))) (-2968 (((-3 $ "failed") $ (-783)) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-374)))) (-3053 (($ $ (-1103)) NIL (|has| |#1| (-174))) ((|#1| $) NIL (|has| |#1| (-174)))) (-4107 (($ $ (-656 (-1103)) (-656 (-783))) NIL) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103))) NIL) (($ $ (-1103)) NIL) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1 |#1| |#1|) $) NIL) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197))))) (-2786 (((-783) $) NIL) (((-783) $ (-1103)) NIL) (((-656 (-783)) $ (-656 (-1103))) NIL)) (-1554 (((-907 (-390)) $) NIL (-12 (|has| (-1103) (-626 (-907 (-390)))) (|has| |#1| (-626 (-907 (-390)))))) (((-907 (-576)) $) NIL (-12 (|has| (-1103) (-626 (-907 (-576)))) (|has| |#1| (-626 (-907 (-576)))))) (((-548) $) NIL (-12 (|has| (-1103) (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-3929 ((|#1| $) NIL (|has| |#1| (-464))) (($ $ (-1103)) NIL (|has| |#1| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-928))))) (-1442 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568))) (((-3 (-419 $) "failed") (-419 $) $) NIL (|has| |#1| (-568)))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-1103)) NIL) (((-1193 |#1|) $) 7) (($ (-1193 |#1|)) 8) (($ (-419 (-576))) NIL (-3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576)))))) (($ $) NIL (|has| |#1| (-568)))) (-1923 (((-656 |#1|) $) NIL)) (-1341 ((|#1| $ (-783)) NIL) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103)) (-656 (-783))) NIL)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#1| (-928))) (|has| |#1| (-146))))) (-2864 (((-783)) NIL T CONST)) (-3365 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4312 (($) 28 T CONST)) (-4322 (($) 32 T CONST)) (-3157 (($ $ (-656 (-1103)) (-656 (-783))) NIL) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103))) NIL) (($ $ (-1103)) NIL) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197))))) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-4037 (($ $) 40) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 31) (($ $ |#1|) NIL)))
+(((-794 |#1|) (-13 (-1264 |#1|) (-625 (-1193 |#1|)) (-1059 (-1193 |#1|)) (-10 -8 (-15 -3317 ($ $ (-783) |#1| $)) (-15 -1635 ($ $ $)) (-15 -1710 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2378 (-783))) $ $)) (-15 -1833 ($ $ $)) (-15 -2881 ((-2 (|:| -2862 |#1|) (|:| |gap| (-783)) (|:| -4079 $) (|:| -1380 $)) $ $)) (-15 -2128 ($ $ $)) (IF (|has| |#1| (-568)) (PROGN (-15 -3988 ((-656 $) $ $)) (-15 -3172 ($ $ $)) (-15 -1591 ((-2 (|:| -3115 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3572 ((-2 (|:| -3115 $) (|:| |coef1| $)) $ $)) (-15 -1904 ((-2 (|:| -3115 $) (|:| |coef2| $)) $ $)) (-15 -2084 ((-2 (|:| -1751 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3799 ((-2 (|:| -1751 |#1|) (|:| |coef1| $)) $ $)) (-15 -2210 ((-2 (|:| -1751 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|))) (-1070)) (T -794))
+((-3317 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-783)) (-5 *1 (-794 *3)) (-4 *3 (-1070)))) (-1635 (*1 *1 *1 *1) (-12 (-5 *1 (-794 *2)) (-4 *2 (-1070)))) (-1710 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |polnum| (-794 *3)) (|:| |polden| *3) (|:| -2378 (-783)))) (-5 *1 (-794 *3)) (-4 *3 (-1070)))) (-1833 (*1 *1 *1 *1) (-12 (-5 *1 (-794 *2)) (-4 *2 (-1070)))) (-2881 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2862 *3) (|:| |gap| (-783)) (|:| -4079 (-794 *3)) (|:| -1380 (-794 *3)))) (-5 *1 (-794 *3)) (-4 *3 (-1070)))) (-2128 (*1 *1 *1 *1) (-12 (-5 *1 (-794 *2)) (-4 *2 (-1070)))) (-3988 (*1 *2 *1 *1) (-12 (-5 *2 (-656 (-794 *3))) (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1070)))) (-3172 (*1 *1 *1 *1) (-12 (-5 *1 (-794 *2)) (-4 *2 (-568)) (-4 *2 (-1070)))) (-1591 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3115 (-794 *3)) (|:| |coef1| (-794 *3)) (|:| |coef2| (-794 *3)))) (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1070)))) (-3572 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3115 (-794 *3)) (|:| |coef1| (-794 *3)))) (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1070)))) (-1904 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3115 (-794 *3)) (|:| |coef2| (-794 *3)))) (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1070)))) (-2084 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1751 *3) (|:| |coef1| (-794 *3)) (|:| |coef2| (-794 *3)))) (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1070)))) (-3799 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1751 *3) (|:| |coef1| (-794 *3)))) (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1070)))) (-2210 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1751 *3) (|:| |coef2| (-794 *3)))) (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1070)))))
+(-13 (-1264 |#1|) (-625 (-1193 |#1|)) (-1059 (-1193 |#1|)) (-10 -8 (-15 -3317 ($ $ (-783) |#1| $)) (-15 -1635 ($ $ $)) (-15 -1710 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2378 (-783))) $ $)) (-15 -1833 ($ $ $)) (-15 -2881 ((-2 (|:| -2862 |#1|) (|:| |gap| (-783)) (|:| -4079 $) (|:| -1380 $)) $ $)) (-15 -2128 ($ $ $)) (IF (|has| |#1| (-568)) (PROGN (-15 -3988 ((-656 $) $ $)) (-15 -3172 ($ $ $)) (-15 -1591 ((-2 (|:| -3115 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3572 ((-2 (|:| -3115 $) (|:| |coef1| $)) $ $)) (-15 -1904 ((-2 (|:| -3115 $) (|:| |coef2| $)) $ $)) (-15 -2084 ((-2 (|:| -1751 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3799 ((-2 (|:| -1751 |#1|) (|:| |coef1| $)) $ $)) (-15 -2210 ((-2 (|:| -1751 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|)))
+((-3152 ((|#1| (-783) |#1|) 33 (|has| |#1| (-38 (-419 (-576)))))) (-2232 ((|#1| (-783) |#1|) 23)) (-2894 ((|#1| (-783) |#1|) 35 (|has| |#1| (-38 (-419 (-576)))))))
+(((-795 |#1|) (-10 -7 (-15 -2232 (|#1| (-783) |#1|)) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -2894 (|#1| (-783) |#1|)) (-15 -3152 (|#1| (-783) |#1|))) |%noBranch|)) (-174)) (T -795))
+((-3152 (*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-795 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-174)))) (-2894 (*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-795 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-174)))) (-2232 (*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-795 *2)) (-4 *2 (-174)))))
+(-10 -7 (-15 -2232 (|#1| (-783) |#1|)) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -2894 (|#1| (-783) |#1|)) (-15 -3152 (|#1| (-783) |#1|))) |%noBranch|))
+((-1955 (((-112) $ $) 6)) (-4130 (((-656 (-2 (|:| -1594 $) (|:| -3823 (-656 |#4|)))) (-656 |#4|)) 86)) (-3769 (((-656 $) (-656 |#4|)) 87) (((-656 $) (-656 |#4|) (-112)) 112)) (-1583 (((-656 |#3|) $) 34)) (-1734 (((-112) $) 27)) (-2306 (((-112) $) 18 (|has| |#1| (-568)))) (-2936 (((-112) |#4| $) 102) (((-112) $) 98)) (-4375 ((|#4| |#4| $) 93)) (-4068 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 $))) |#4| $) 127)) (-2380 (((-2 (|:| |under| $) (|:| -4110 $) (|:| |upper| $)) $ |#3|) 28)) (-1951 (((-112) $ (-783)) 45)) (-3604 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4464))) (((-3 |#4| "failed") $ |#3|) 80)) (-3853 (($) 46 T CONST)) (-4317 (((-112) $) 23 (|has| |#1| (-568)))) (-1331 (((-112) $ $) 25 (|has| |#1| (-568)))) (-3465 (((-112) $ $) 24 (|has| |#1| (-568)))) (-3304 (((-112) $) 26 (|has| |#1| (-568)))) (-4336 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-1405 (((-656 |#4|) (-656 |#4|) $) 19 (|has| |#1| (-568)))) (-1426 (((-656 |#4|) (-656 |#4|) $) 20 (|has| |#1| (-568)))) (-2981 (((-3 $ "failed") (-656 |#4|)) 37)) (-2318 (($ (-656 |#4|)) 36)) (-1762 (((-3 $ "failed") $) 83)) (-3494 ((|#4| |#4| $) 90)) (-2741 (($ $) 69 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464))))) (-2824 (($ |#4| $) 68 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4464)))) (-1380 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-568)))) (-2094 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-2062 ((|#4| |#4| $) 88)) (-2722 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4464))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4464))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-2752 (((-2 (|:| -1594 (-656 |#4|)) (|:| -3823 (-656 |#4|))) $) 106)) (-1384 (((-112) |#4| $) 137)) (-3217 (((-112) |#4| $) 134)) (-1868 (((-112) |#4| $) 138) (((-112) $) 135)) (-3722 (((-656 |#4|) $) 53 (|has| $ (-6 -4464)))) (-3925 (((-112) |#4| $) 105) (((-112) $) 104)) (-2777 ((|#3| $) 35)) (-4157 (((-112) $ (-783)) 44)) (-4302 (((-656 |#4|) $) 54 (|has| $ (-6 -4464)))) (-4029 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#4| |#4|) $) 48)) (-3044 (((-656 |#3|) $) 33)) (-3436 (((-112) |#3| $) 32)) (-4002 (((-112) $ (-783)) 43)) (-4185 (((-1179) $) 10)) (-4364 (((-3 |#4| (-656 $)) |#4| |#4| $) 129)) (-3172 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 $))) |#4| |#4| $) 128)) (-2850 (((-3 |#4| "failed") $) 84)) (-1576 (((-656 $) |#4| $) 130)) (-3446 (((-3 (-112) (-656 $)) |#4| $) 133)) (-3292 (((-656 (-2 (|:| |val| (-112)) (|:| -4442 $))) |#4| $) 132) (((-112) |#4| $) 131)) (-2157 (((-656 $) |#4| $) 126) (((-656 $) (-656 |#4|) $) 125) (((-656 $) (-656 |#4|) (-656 $)) 124) (((-656 $) |#4| (-656 $)) 123)) (-2801 (($ |#4| $) 118) (($ (-656 |#4|) $) 117)) (-1932 (((-656 |#4|) $) 108)) (-3811 (((-112) |#4| $) 100) (((-112) $) 96)) (-3758 ((|#4| |#4| $) 91)) (-3901 (((-112) $ $) 111)) (-1647 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-568)))) (-1989 (((-112) |#4| $) 101) (((-112) $) 97)) (-2614 ((|#4| |#4| $) 92)) (-3117 (((-1141) $) 11)) (-1753 (((-3 |#4| "failed") $) 85)) (-2922 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-4194 (((-3 $ "failed") $ |#4|) 79)) (-3168 (($ $ |#4|) 78) (((-656 $) |#4| $) 116) (((-656 $) |#4| (-656 $)) 115) (((-656 $) (-656 |#4|) $) 114) (((-656 $) (-656 |#4|) (-656 $)) 113)) (-3484 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 |#4|) (-656 |#4|)) 60 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-304 |#4|)) 58 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-656 (-304 |#4|))) 57 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))) (-2587 (((-112) $ $) 39)) (-4190 (((-112) $) 42)) (-3029 (($) 41)) (-2786 (((-783) $) 107)) (-3131 (((-783) |#4| $) 55 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) (((-783) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4464)))) (-4287 (($ $) 40)) (-1554 (((-548) $) 70 (|has| |#4| (-626 (-548))))) (-4125 (($ (-656 |#4|)) 61)) (-4154 (($ $ |#3|) 29)) (-3200 (($ $ |#3|) 31)) (-2763 (($ $) 89)) (-4039 (($ $ |#3|) 30)) (-4114 (((-876) $) 12) (((-656 |#4|) $) 38)) (-2825 (((-783) $) 77 (|has| |#3| (-379)))) (-3000 (((-112) $ $) 9)) (-1976 (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-1778 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) 99)) (-3852 (((-656 $) |#4| $) 122) (((-656 $) |#4| (-656 $)) 121) (((-656 $) (-656 |#4|) $) 120) (((-656 $) (-656 |#4|) (-656 $)) 119)) (-1746 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4464)))) (-3783 (((-656 |#3|) $) 82)) (-3895 (((-112) |#4| $) 136)) (-1649 (((-112) |#3| $) 81)) (-3939 (((-112) $ $) 7)) (-1968 (((-783) $) 47 (|has| $ (-6 -4464)))))
+(((-796 |#1| |#2| |#3| |#4|) (-141) (-464) (-805) (-862) (-1086 |t#1| |t#2| |t#3|)) (T -796))
+NIL
+(-13 (-1092 |t#1| |t#2| |t#3| |t#4|))
+(((-34) . T) ((-102) . T) ((-625 (-656 |#4|)) . T) ((-625 (-876)) . T) ((-152 |#4|) . T) ((-626 (-548)) |has| |#4| (-626 (-548))) ((-319 |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))) ((-501 |#4|) . T) ((-526 |#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))) ((-997 |#1| |#2| |#3| |#4|) . T) ((-1092 |#1| |#2| |#3| |#4|) . T) ((-1121) . T) ((-1231 |#1| |#2| |#3| |#4|) . T) ((-1238) . T))
+((-3907 (((-3 (-390) "failed") (-326 |#1|) (-940)) 62 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-3 (-390) "failed") (-326 |#1|)) 54 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-3 (-390) "failed") (-419 (-971 |#1|)) (-940)) 41 (|has| |#1| (-568))) (((-3 (-390) "failed") (-419 (-971 |#1|))) 40 (|has| |#1| (-568))) (((-3 (-390) "failed") (-971 |#1|) (-940)) 31 (|has| |#1| (-1070))) (((-3 (-390) "failed") (-971 |#1|)) 30 (|has| |#1| (-1070)))) (-3002 (((-390) (-326 |#1|) (-940)) 99 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-390) (-326 |#1|)) 94 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-390) (-419 (-971 |#1|)) (-940)) 91 (|has| |#1| (-568))) (((-390) (-419 (-971 |#1|))) 90 (|has| |#1| (-568))) (((-390) (-971 |#1|) (-940)) 86 (|has| |#1| (-1070))) (((-390) (-971 |#1|)) 85 (|has| |#1| (-1070))) (((-390) |#1| (-940)) 76) (((-390) |#1|) 22)) (-2341 (((-3 (-171 (-390)) "failed") (-326 (-171 |#1|)) (-940)) 71 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-3 (-171 (-390)) "failed") (-326 (-171 |#1|))) 70 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-3 (-171 (-390)) "failed") (-326 |#1|) (-940)) 63 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-3 (-171 (-390)) "failed") (-326 |#1|)) 61 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-3 (-171 (-390)) "failed") (-419 (-971 (-171 |#1|))) (-940)) 46 (|has| |#1| (-568))) (((-3 (-171 (-390)) "failed") (-419 (-971 (-171 |#1|)))) 45 (|has| |#1| (-568))) (((-3 (-171 (-390)) "failed") (-419 (-971 |#1|)) (-940)) 39 (|has| |#1| (-568))) (((-3 (-171 (-390)) "failed") (-419 (-971 |#1|))) 38 (|has| |#1| (-568))) (((-3 (-171 (-390)) "failed") (-971 |#1|) (-940)) 28 (|has| |#1| (-1070))) (((-3 (-171 (-390)) "failed") (-971 |#1|)) 26 (|has| |#1| (-1070))) (((-3 (-171 (-390)) "failed") (-971 (-171 |#1|)) (-940)) 18 (|has| |#1| (-174))) (((-3 (-171 (-390)) "failed") (-971 (-171 |#1|))) 15 (|has| |#1| (-174)))) (-1371 (((-171 (-390)) (-326 (-171 |#1|)) (-940)) 102 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-171 (-390)) (-326 (-171 |#1|))) 101 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-171 (-390)) (-326 |#1|) (-940)) 100 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-171 (-390)) (-326 |#1|)) 98 (-12 (|has| |#1| (-568)) (|has| |#1| (-862)))) (((-171 (-390)) (-419 (-971 (-171 |#1|))) (-940)) 93 (|has| |#1| (-568))) (((-171 (-390)) (-419 (-971 (-171 |#1|)))) 92 (|has| |#1| (-568))) (((-171 (-390)) (-419 (-971 |#1|)) (-940)) 89 (|has| |#1| (-568))) (((-171 (-390)) (-419 (-971 |#1|))) 88 (|has| |#1| (-568))) (((-171 (-390)) (-971 |#1|) (-940)) 84 (|has| |#1| (-1070))) (((-171 (-390)) (-971 |#1|)) 83 (|has| |#1| (-1070))) (((-171 (-390)) (-971 (-171 |#1|)) (-940)) 78 (|has| |#1| (-174))) (((-171 (-390)) (-971 (-171 |#1|))) 77 (|has| |#1| (-174))) (((-171 (-390)) (-171 |#1|) (-940)) 80 (|has| |#1| (-174))) (((-171 (-390)) (-171 |#1|)) 79 (|has| |#1| (-174))) (((-171 (-390)) |#1| (-940)) 27) (((-171 (-390)) |#1|) 25)))
+(((-797 |#1|) (-10 -7 (-15 -3002 ((-390) |#1|)) (-15 -3002 ((-390) |#1| (-940))) (-15 -1371 ((-171 (-390)) |#1|)) (-15 -1371 ((-171 (-390)) |#1| (-940))) (IF (|has| |#1| (-174)) (PROGN (-15 -1371 ((-171 (-390)) (-171 |#1|))) (-15 -1371 ((-171 (-390)) (-171 |#1|) (-940))) (-15 -1371 ((-171 (-390)) (-971 (-171 |#1|)))) (-15 -1371 ((-171 (-390)) (-971 (-171 |#1|)) (-940)))) |%noBranch|) (IF (|has| |#1| (-1070)) (PROGN (-15 -3002 ((-390) (-971 |#1|))) (-15 -3002 ((-390) (-971 |#1|) (-940))) (-15 -1371 ((-171 (-390)) (-971 |#1|))) (-15 -1371 ((-171 (-390)) (-971 |#1|) (-940)))) |%noBranch|) (IF (|has| |#1| (-568)) (PROGN (-15 -3002 ((-390) (-419 (-971 |#1|)))) (-15 -3002 ((-390) (-419 (-971 |#1|)) (-940))) (-15 -1371 ((-171 (-390)) (-419 (-971 |#1|)))) (-15 -1371 ((-171 (-390)) (-419 (-971 |#1|)) (-940))) (-15 -1371 ((-171 (-390)) (-419 (-971 (-171 |#1|))))) (-15 -1371 ((-171 (-390)) (-419 (-971 (-171 |#1|))) (-940))) (IF (|has| |#1| (-862)) (PROGN (-15 -3002 ((-390) (-326 |#1|))) (-15 -3002 ((-390) (-326 |#1|) (-940))) (-15 -1371 ((-171 (-390)) (-326 |#1|))) (-15 -1371 ((-171 (-390)) (-326 |#1|) (-940))) (-15 -1371 ((-171 (-390)) (-326 (-171 |#1|)))) (-15 -1371 ((-171 (-390)) (-326 (-171 |#1|)) (-940)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-174)) (PROGN (-15 -2341 ((-3 (-171 (-390)) "failed") (-971 (-171 |#1|)))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-971 (-171 |#1|)) (-940)))) |%noBranch|) (IF (|has| |#1| (-1070)) (PROGN (-15 -3907 ((-3 (-390) "failed") (-971 |#1|))) (-15 -3907 ((-3 (-390) "failed") (-971 |#1|) (-940))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-971 |#1|))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-971 |#1|) (-940)))) |%noBranch|) (IF (|has| |#1| (-568)) (PROGN (-15 -3907 ((-3 (-390) "failed") (-419 (-971 |#1|)))) (-15 -3907 ((-3 (-390) "failed") (-419 (-971 |#1|)) (-940))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-419 (-971 |#1|)))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-419 (-971 |#1|)) (-940))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-419 (-971 (-171 |#1|))))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-419 (-971 (-171 |#1|))) (-940))) (IF (|has| |#1| (-862)) (PROGN (-15 -3907 ((-3 (-390) "failed") (-326 |#1|))) (-15 -3907 ((-3 (-390) "failed") (-326 |#1|) (-940))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-326 |#1|))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-326 |#1|) (-940))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-326 (-171 |#1|)))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-326 (-171 |#1|)) (-940)))) |%noBranch|)) |%noBranch|)) (-626 (-390))) (T -797))
+((-2341 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-326 (-171 *5))) (-5 *4 (-940)) (-4 *5 (-568)) (-4 *5 (-862)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-2341 (*1 *2 *3) (|partial| -12 (-5 *3 (-326 (-171 *4))) (-4 *4 (-568)) (-4 *4 (-862)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-2341 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-326 *5)) (-5 *4 (-940)) (-4 *5 (-568)) (-4 *5 (-862)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-2341 (*1 *2 *3) (|partial| -12 (-5 *3 (-326 *4)) (-4 *4 (-568)) (-4 *4 (-862)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-3907 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-326 *5)) (-5 *4 (-940)) (-4 *5 (-568)) (-4 *5 (-862)) (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5)))) (-3907 (*1 *2 *3) (|partial| -12 (-5 *3 (-326 *4)) (-4 *4 (-568)) (-4 *4 (-862)) (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4)))) (-2341 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-419 (-971 (-171 *5)))) (-5 *4 (-940)) (-4 *5 (-568)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-2341 (*1 *2 *3) (|partial| -12 (-5 *3 (-419 (-971 (-171 *4)))) (-4 *4 (-568)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-2341 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-940)) (-4 *5 (-568)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-2341 (*1 *2 *3) (|partial| -12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-568)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-3907 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-940)) (-4 *5 (-568)) (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5)))) (-3907 (*1 *2 *3) (|partial| -12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-568)) (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4)))) (-2341 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-971 *5)) (-5 *4 (-940)) (-4 *5 (-1070)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-2341 (*1 *2 *3) (|partial| -12 (-5 *3 (-971 *4)) (-4 *4 (-1070)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-3907 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-971 *5)) (-5 *4 (-940)) (-4 *5 (-1070)) (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5)))) (-3907 (*1 *2 *3) (|partial| -12 (-5 *3 (-971 *4)) (-4 *4 (-1070)) (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4)))) (-2341 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-971 (-171 *5))) (-5 *4 (-940)) (-4 *5 (-174)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-2341 (*1 *2 *3) (|partial| -12 (-5 *3 (-971 (-171 *4))) (-4 *4 (-174)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-1371 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-171 *5))) (-5 *4 (-940)) (-4 *5 (-568)) (-4 *5 (-862)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-1371 (*1 *2 *3) (-12 (-5 *3 (-326 (-171 *4))) (-4 *4 (-568)) (-4 *4 (-862)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-1371 (*1 *2 *3 *4) (-12 (-5 *3 (-326 *5)) (-5 *4 (-940)) (-4 *5 (-568)) (-4 *5 (-862)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-1371 (*1 *2 *3) (-12 (-5 *3 (-326 *4)) (-4 *4 (-568)) (-4 *4 (-862)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-3002 (*1 *2 *3 *4) (-12 (-5 *3 (-326 *5)) (-5 *4 (-940)) (-4 *5 (-568)) (-4 *5 (-862)) (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5)))) (-3002 (*1 *2 *3) (-12 (-5 *3 (-326 *4)) (-4 *4 (-568)) (-4 *4 (-862)) (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4)))) (-1371 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-971 (-171 *5)))) (-5 *4 (-940)) (-4 *5 (-568)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-1371 (*1 *2 *3) (-12 (-5 *3 (-419 (-971 (-171 *4)))) (-4 *4 (-568)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-1371 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-940)) (-4 *5 (-568)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-1371 (*1 *2 *3) (-12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-568)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-3002 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-940)) (-4 *5 (-568)) (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5)))) (-3002 (*1 *2 *3) (-12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-568)) (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4)))) (-1371 (*1 *2 *3 *4) (-12 (-5 *3 (-971 *5)) (-5 *4 (-940)) (-4 *5 (-1070)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-1371 (*1 *2 *3) (-12 (-5 *3 (-971 *4)) (-4 *4 (-1070)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-3002 (*1 *2 *3 *4) (-12 (-5 *3 (-971 *5)) (-5 *4 (-940)) (-4 *5 (-1070)) (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5)))) (-3002 (*1 *2 *3) (-12 (-5 *3 (-971 *4)) (-4 *4 (-1070)) (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4)))) (-1371 (*1 *2 *3 *4) (-12 (-5 *3 (-971 (-171 *5))) (-5 *4 (-940)) (-4 *5 (-174)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-1371 (*1 *2 *3) (-12 (-5 *3 (-971 (-171 *4))) (-4 *4 (-174)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-1371 (*1 *2 *3 *4) (-12 (-5 *3 (-171 *5)) (-5 *4 (-940)) (-4 *5 (-174)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5)))) (-1371 (*1 *2 *3) (-12 (-5 *3 (-171 *4)) (-4 *4 (-174)) (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4)))) (-1371 (*1 *2 *3 *4) (-12 (-5 *4 (-940)) (-5 *2 (-171 (-390))) (-5 *1 (-797 *3)) (-4 *3 (-626 (-390))))) (-1371 (*1 *2 *3) (-12 (-5 *2 (-171 (-390))) (-5 *1 (-797 *3)) (-4 *3 (-626 (-390))))) (-3002 (*1 *2 *3 *4) (-12 (-5 *4 (-940)) (-5 *2 (-390)) (-5 *1 (-797 *3)) (-4 *3 (-626 *2)))) (-3002 (*1 *2 *3) (-12 (-5 *2 (-390)) (-5 *1 (-797 *3)) (-4 *3 (-626 *2)))))
+(-10 -7 (-15 -3002 ((-390) |#1|)) (-15 -3002 ((-390) |#1| (-940))) (-15 -1371 ((-171 (-390)) |#1|)) (-15 -1371 ((-171 (-390)) |#1| (-940))) (IF (|has| |#1| (-174)) (PROGN (-15 -1371 ((-171 (-390)) (-171 |#1|))) (-15 -1371 ((-171 (-390)) (-171 |#1|) (-940))) (-15 -1371 ((-171 (-390)) (-971 (-171 |#1|)))) (-15 -1371 ((-171 (-390)) (-971 (-171 |#1|)) (-940)))) |%noBranch|) (IF (|has| |#1| (-1070)) (PROGN (-15 -3002 ((-390) (-971 |#1|))) (-15 -3002 ((-390) (-971 |#1|) (-940))) (-15 -1371 ((-171 (-390)) (-971 |#1|))) (-15 -1371 ((-171 (-390)) (-971 |#1|) (-940)))) |%noBranch|) (IF (|has| |#1| (-568)) (PROGN (-15 -3002 ((-390) (-419 (-971 |#1|)))) (-15 -3002 ((-390) (-419 (-971 |#1|)) (-940))) (-15 -1371 ((-171 (-390)) (-419 (-971 |#1|)))) (-15 -1371 ((-171 (-390)) (-419 (-971 |#1|)) (-940))) (-15 -1371 ((-171 (-390)) (-419 (-971 (-171 |#1|))))) (-15 -1371 ((-171 (-390)) (-419 (-971 (-171 |#1|))) (-940))) (IF (|has| |#1| (-862)) (PROGN (-15 -3002 ((-390) (-326 |#1|))) (-15 -3002 ((-390) (-326 |#1|) (-940))) (-15 -1371 ((-171 (-390)) (-326 |#1|))) (-15 -1371 ((-171 (-390)) (-326 |#1|) (-940))) (-15 -1371 ((-171 (-390)) (-326 (-171 |#1|)))) (-15 -1371 ((-171 (-390)) (-326 (-171 |#1|)) (-940)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-174)) (PROGN (-15 -2341 ((-3 (-171 (-390)) "failed") (-971 (-171 |#1|)))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-971 (-171 |#1|)) (-940)))) |%noBranch|) (IF (|has| |#1| (-1070)) (PROGN (-15 -3907 ((-3 (-390) "failed") (-971 |#1|))) (-15 -3907 ((-3 (-390) "failed") (-971 |#1|) (-940))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-971 |#1|))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-971 |#1|) (-940)))) |%noBranch|) (IF (|has| |#1| (-568)) (PROGN (-15 -3907 ((-3 (-390) "failed") (-419 (-971 |#1|)))) (-15 -3907 ((-3 (-390) "failed") (-419 (-971 |#1|)) (-940))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-419 (-971 |#1|)))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-419 (-971 |#1|)) (-940))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-419 (-971 (-171 |#1|))))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-419 (-971 (-171 |#1|))) (-940))) (IF (|has| |#1| (-862)) (PROGN (-15 -3907 ((-3 (-390) "failed") (-326 |#1|))) (-15 -3907 ((-3 (-390) "failed") (-326 |#1|) (-940))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-326 |#1|))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-326 |#1|) (-940))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-326 (-171 |#1|)))) (-15 -2341 ((-3 (-171 (-390)) "failed") (-326 (-171 |#1|)) (-940)))) |%noBranch|)) |%noBranch|))
+((-4184 (((-940) (-1179)) 89)) (-3917 (((-3 (-390) "failed") (-1179)) 36)) (-3159 (((-390) (-1179)) 34)) (-1812 (((-940) (-1179)) 63)) (-3577 (((-1179) (-940)) 73)) (-2658 (((-1179) (-940)) 62)))
+(((-798) (-10 -7 (-15 -2658 ((-1179) (-940))) (-15 -1812 ((-940) (-1179))) (-15 -3577 ((-1179) (-940))) (-15 -4184 ((-940) (-1179))) (-15 -3159 ((-390) (-1179))) (-15 -3917 ((-3 (-390) "failed") (-1179))))) (T -798))
+((-3917 (*1 *2 *3) (|partial| -12 (-5 *3 (-1179)) (-5 *2 (-390)) (-5 *1 (-798)))) (-3159 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-390)) (-5 *1 (-798)))) (-4184 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-940)) (-5 *1 (-798)))) (-3577 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1179)) (-5 *1 (-798)))) (-1812 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-940)) (-5 *1 (-798)))) (-2658 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1179)) (-5 *1 (-798)))))
+(-10 -7 (-15 -2658 ((-1179) (-940))) (-15 -1812 ((-940) (-1179))) (-15 -3577 ((-1179) (-940))) (-15 -4184 ((-940) (-1179))) (-15 -3159 ((-390) (-1179))) (-15 -3917 ((-3 (-390) "failed") (-1179))))
+((-1955 (((-112) $ $) 6)) (-2253 (((-1056) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) 16) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)) 14)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 17) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 15)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)))
(((-799) (-141)) (T -799))
-((-2938 (*1 *2 *3 *4) (-12 (-4 *1 (-799)) (-5 *3 (-1082)) (-5 *4 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054)))))) (-3442 (*1 *2 *3 *2) (-12 (-4 *1 (-799)) (-5 *2 (-1054)) (-5 *3 (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))))) (-2938 (*1 *2 *3 *4) (-12 (-4 *1 (-799)) (-5 *3 (-1082)) (-5 *4 (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054)))))) (-3442 (*1 *2 *3 *2) (-12 (-4 *1 (-799)) (-5 *2 (-1054)) (-5 *3 (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))))))
-(-13 (-1119) (-10 -7 (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3442 ((-1054) (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227))) (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054))) (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)) (|:| |extra| (-1054))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3442 ((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1054)))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-3851 (((-1291) (-1286 (-390)) (-576) (-390) (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4294 (-390))) (-390) (-1286 (-390)) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390))) 55) (((-1291) (-1286 (-390)) (-576) (-390) (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4294 (-390))) (-390) (-1286 (-390)) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390))) 52)) (-2388 (((-1291) (-1286 (-390)) (-576) (-390) (-390) (-576) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390))) 61)) (-3951 (((-1291) (-1286 (-390)) (-576) (-390) (-390) (-390) (-390) (-576) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390))) 50)) (-2984 (((-1291) (-1286 (-390)) (-576) (-390) (-390) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390))) 63) (((-1291) (-1286 (-390)) (-576) (-390) (-390) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390))) 62)))
-(((-800) (-10 -7 (-15 -2984 ((-1291) (-1286 (-390)) (-576) (-390) (-390) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390)))) (-15 -2984 ((-1291) (-1286 (-390)) (-576) (-390) (-390) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)))) (-15 -3951 ((-1291) (-1286 (-390)) (-576) (-390) (-390) (-390) (-390) (-576) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390)))) (-15 -3851 ((-1291) (-1286 (-390)) (-576) (-390) (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4294 (-390))) (-390) (-1286 (-390)) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390)))) (-15 -3851 ((-1291) (-1286 (-390)) (-576) (-390) (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4294 (-390))) (-390) (-1286 (-390)) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)))) (-15 -2388 ((-1291) (-1286 (-390)) (-576) (-390) (-390) (-576) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390)))))) (T -800))
-((-2388 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *4 (-576)) (-5 *6 (-1 (-1291) (-1286 *5) (-1286 *5) (-390))) (-5 *3 (-1286 (-390))) (-5 *5 (-390)) (-5 *2 (-1291)) (-5 *1 (-800)))) (-3851 (*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3) (-12 (-5 *4 (-576)) (-5 *6 (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4294 (-390)))) (-5 *7 (-1 (-1291) (-1286 *5) (-1286 *5) (-390))) (-5 *3 (-1286 (-390))) (-5 *5 (-390)) (-5 *2 (-1291)) (-5 *1 (-800)))) (-3851 (*1 *2 *3 *4 *5 *6 *5 *3 *7) (-12 (-5 *4 (-576)) (-5 *6 (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4294 (-390)))) (-5 *7 (-1 (-1291) (-1286 *5) (-1286 *5) (-390))) (-5 *3 (-1286 (-390))) (-5 *5 (-390)) (-5 *2 (-1291)) (-5 *1 (-800)))) (-3951 (*1 *2 *3 *4 *5 *5 *5 *5 *4 *6) (-12 (-5 *4 (-576)) (-5 *6 (-1 (-1291) (-1286 *5) (-1286 *5) (-390))) (-5 *3 (-1286 (-390))) (-5 *5 (-390)) (-5 *2 (-1291)) (-5 *1 (-800)))) (-2984 (*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3) (-12 (-5 *4 (-576)) (-5 *6 (-1 (-1291) (-1286 *5) (-1286 *5) (-390))) (-5 *3 (-1286 (-390))) (-5 *5 (-390)) (-5 *2 (-1291)) (-5 *1 (-800)))) (-2984 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-576)) (-5 *6 (-1 (-1291) (-1286 *5) (-1286 *5) (-390))) (-5 *3 (-1286 (-390))) (-5 *5 (-390)) (-5 *2 (-1291)) (-5 *1 (-800)))))
-(-10 -7 (-15 -2984 ((-1291) (-1286 (-390)) (-576) (-390) (-390) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390)))) (-15 -2984 ((-1291) (-1286 (-390)) (-576) (-390) (-390) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)))) (-15 -3951 ((-1291) (-1286 (-390)) (-576) (-390) (-390) (-390) (-390) (-576) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390)))) (-15 -3851 ((-1291) (-1286 (-390)) (-576) (-390) (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4294 (-390))) (-390) (-1286 (-390)) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390)))) (-15 -3851 ((-1291) (-1286 (-390)) (-576) (-390) (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4294 (-390))) (-390) (-1286 (-390)) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)) (-1286 (-390)))) (-15 -2388 ((-1291) (-1286 (-390)) (-576) (-390) (-390) (-576) (-1 (-1291) (-1286 (-390)) (-1286 (-390)) (-390)))))
-((-2486 (((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576)) 64)) (-3218 (((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576)) 40)) (-3928 (((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576)) 63)) (-1849 (((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576)) 38)) (-1607 (((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576)) 62)) (-2468 (((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576)) 24)) (-2122 (((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576)) 41)) (-3372 (((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576)) 39)) (-3573 (((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576)) 37)))
-(((-801) (-10 -7 (-15 -3573 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576))) (-15 -3372 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576))) (-15 -2122 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576))) (-15 -2468 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -1849 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -3218 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -1607 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -3928 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -2486 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))))) (T -801))
-((-2486 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))) (-3928 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))) (-1607 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))) (-3218 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))) (-1849 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))) (-2468 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))) (-2122 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))) (-3372 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))) (-3573 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))))
-(-10 -7 (-15 -3573 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576))) (-15 -3372 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576))) (-15 -2122 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576))) (-15 -2468 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -1849 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -3218 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -1607 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -3928 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -2486 ((-2 (|:| -3103 (-390)) (|:| -3311 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))))
-((-1845 (((-1231 |#1|) |#1| (-227) (-576)) 69)))
-(((-802 |#1|) (-10 -7 (-15 -1845 ((-1231 |#1|) |#1| (-227) (-576)))) (-993)) (T -802))
-((-1845 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-227)) (-5 *5 (-576)) (-5 *2 (-1231 *3)) (-5 *1 (-802 *3)) (-4 *3 (-993)))))
-(-10 -7 (-15 -1845 ((-1231 |#1|) |#1| (-227) (-576))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 25)) (-4299 (((-3 $ "failed") $ $) 27)) (-2135 (($) 24 T CONST)) (-3123 (($ $ $) 14)) (-2352 (($ $ $) 15)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 23 T CONST)) (-2989 (((-112) $ $) 17)) (-2960 (((-112) $ $) 18)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 16)) (-2946 (((-112) $ $) 19)) (-3041 (($ $ $) 31) (($ $) 30)) (-3027 (($ $ $) 21)) (* (($ (-938) $) 22) (($ (-783) $) 26) (($ (-576) $) 29)))
+((-2977 (*1 *2 *3 *4) (-12 (-4 *1 (-799)) (-5 *3 (-1084)) (-5 *4 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056)))))) (-2253 (*1 *2 *3 *2) (-12 (-4 *1 (-799)) (-5 *2 (-1056)) (-5 *3 (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))))) (-2977 (*1 *2 *3 *4) (-12 (-4 *1 (-799)) (-5 *3 (-1084)) (-5 *4 (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056)))))) (-2253 (*1 *2 *3 *2) (-12 (-4 *1 (-799)) (-5 *2 (-1056)) (-5 *3 (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))))))
+(-13 (-1121) (-10 -7 (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2253 ((-1056) (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227))) (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056))) (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)) (|:| |extra| (-1056))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2253 ((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) (-1056)))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-3931 (((-1293) (-1288 (-390)) (-576) (-390) (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4176 (-390))) (-390) (-1288 (-390)) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390))) 55) (((-1293) (-1288 (-390)) (-576) (-390) (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4176 (-390))) (-390) (-1288 (-390)) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390))) 52)) (-1334 (((-1293) (-1288 (-390)) (-576) (-390) (-390) (-576) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390))) 61)) (-3615 (((-1293) (-1288 (-390)) (-576) (-390) (-390) (-390) (-390) (-576) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390))) 50)) (-3278 (((-1293) (-1288 (-390)) (-576) (-390) (-390) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390))) 63) (((-1293) (-1288 (-390)) (-576) (-390) (-390) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390))) 62)))
+(((-800) (-10 -7 (-15 -3278 ((-1293) (-1288 (-390)) (-576) (-390) (-390) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390)))) (-15 -3278 ((-1293) (-1288 (-390)) (-576) (-390) (-390) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)))) (-15 -3615 ((-1293) (-1288 (-390)) (-576) (-390) (-390) (-390) (-390) (-576) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390)))) (-15 -3931 ((-1293) (-1288 (-390)) (-576) (-390) (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4176 (-390))) (-390) (-1288 (-390)) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390)))) (-15 -3931 ((-1293) (-1288 (-390)) (-576) (-390) (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4176 (-390))) (-390) (-1288 (-390)) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)))) (-15 -1334 ((-1293) (-1288 (-390)) (-576) (-390) (-390) (-576) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390)))))) (T -800))
+((-1334 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *4 (-576)) (-5 *6 (-1 (-1293) (-1288 *5) (-1288 *5) (-390))) (-5 *3 (-1288 (-390))) (-5 *5 (-390)) (-5 *2 (-1293)) (-5 *1 (-800)))) (-3931 (*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3) (-12 (-5 *4 (-576)) (-5 *6 (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4176 (-390)))) (-5 *7 (-1 (-1293) (-1288 *5) (-1288 *5) (-390))) (-5 *3 (-1288 (-390))) (-5 *5 (-390)) (-5 *2 (-1293)) (-5 *1 (-800)))) (-3931 (*1 *2 *3 *4 *5 *6 *5 *3 *7) (-12 (-5 *4 (-576)) (-5 *6 (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4176 (-390)))) (-5 *7 (-1 (-1293) (-1288 *5) (-1288 *5) (-390))) (-5 *3 (-1288 (-390))) (-5 *5 (-390)) (-5 *2 (-1293)) (-5 *1 (-800)))) (-3615 (*1 *2 *3 *4 *5 *5 *5 *5 *4 *6) (-12 (-5 *4 (-576)) (-5 *6 (-1 (-1293) (-1288 *5) (-1288 *5) (-390))) (-5 *3 (-1288 (-390))) (-5 *5 (-390)) (-5 *2 (-1293)) (-5 *1 (-800)))) (-3278 (*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3) (-12 (-5 *4 (-576)) (-5 *6 (-1 (-1293) (-1288 *5) (-1288 *5) (-390))) (-5 *3 (-1288 (-390))) (-5 *5 (-390)) (-5 *2 (-1293)) (-5 *1 (-800)))) (-3278 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-576)) (-5 *6 (-1 (-1293) (-1288 *5) (-1288 *5) (-390))) (-5 *3 (-1288 (-390))) (-5 *5 (-390)) (-5 *2 (-1293)) (-5 *1 (-800)))))
+(-10 -7 (-15 -3278 ((-1293) (-1288 (-390)) (-576) (-390) (-390) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390)))) (-15 -3278 ((-1293) (-1288 (-390)) (-576) (-390) (-390) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)))) (-15 -3615 ((-1293) (-1288 (-390)) (-576) (-390) (-390) (-390) (-390) (-576) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390)))) (-15 -3931 ((-1293) (-1288 (-390)) (-576) (-390) (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4176 (-390))) (-390) (-1288 (-390)) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390)))) (-15 -3931 ((-1293) (-1288 (-390)) (-576) (-390) (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4176 (-390))) (-390) (-1288 (-390)) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)) (-1288 (-390)))) (-15 -1334 ((-1293) (-1288 (-390)) (-576) (-390) (-390) (-576) (-1 (-1293) (-1288 (-390)) (-1288 (-390)) (-390)))))
+((-4252 (((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576)) 64)) (-3809 (((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576)) 40)) (-3390 (((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576)) 63)) (-2969 (((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576)) 38)) (-2398 (((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576)) 62)) (-4075 (((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576)) 24)) (-3712 (((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576)) 41)) (-2815 (((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576)) 39)) (-4188 (((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576)) 37)))
+(((-801) (-10 -7 (-15 -4188 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576))) (-15 -2815 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576))) (-15 -3712 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576))) (-15 -4075 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -2969 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -3809 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -2398 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -3390 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -4252 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))))) (T -801))
+((-4252 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))) (-3390 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))) (-2398 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))) (-3809 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))) (-2969 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))) (-4075 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))) (-3712 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))) (-2815 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))) (-4188 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390)) (-5 *2 (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576)) (|:| |success| (-112)))) (-5 *1 (-801)) (-5 *5 (-576)))))
+(-10 -7 (-15 -4188 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576))) (-15 -2815 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576))) (-15 -3712 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576) (-576))) (-15 -4075 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -2969 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -3809 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -2398 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -3390 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))) (-15 -4252 ((-2 (|:| -1688 (-390)) (|:| -2176 (-390)) (|:| |totalpts| (-576)) (|:| |success| (-112))) (-1 (-390) (-390)) (-390) (-390) (-390) (-390) (-576) (-576))))
+((-4196 (((-1233 |#1|) |#1| (-227) (-576)) 69)))
+(((-802 |#1|) (-10 -7 (-15 -4196 ((-1233 |#1|) |#1| (-227) (-576)))) (-995)) (T -802))
+((-4196 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-227)) (-5 *5 (-576)) (-5 *2 (-1233 *3)) (-5 *1 (-802 *3)) (-4 *3 (-995)))))
+(-10 -7 (-15 -4196 ((-1233 |#1|) |#1| (-227) (-576))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 25)) (-2583 (((-3 $ "failed") $ $) 27)) (-3853 (($) 24 T CONST)) (-2905 (($ $ $) 14)) (-2163 (($ $ $) 15)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 23 T CONST)) (-3995 (((-112) $ $) 17)) (-3975 (((-112) $ $) 18)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 16)) (-3962 (((-112) $ $) 19)) (-4037 (($ $ $) 31) (($ $) 30)) (-4027 (($ $ $) 21)) (* (($ (-940) $) 22) (($ (-783) $) 26) (($ (-576) $) 29)))
(((-803) (-141)) (T -803))
NIL
(-13 (-807) (-21))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-804) . T) ((-806) . T) ((-807) . T) ((-862) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 25)) (-2135 (($) 24 T CONST)) (-3123 (($ $ $) 14)) (-2352 (($ $ $) 15)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 23 T CONST)) (-2989 (((-112) $ $) 17)) (-2960 (((-112) $ $) 18)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 16)) (-2946 (((-112) $ $) 19)) (-3027 (($ $ $) 21)) (* (($ (-938) $) 22) (($ (-783) $) 26)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-804) . T) ((-806) . T) ((-807) . T) ((-862) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 25)) (-3853 (($) 24 T CONST)) (-2905 (($ $ $) 14)) (-2163 (($ $ $) 15)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 23 T CONST)) (-3995 (((-112) $ $) 17)) (-3975 (((-112) $ $) 18)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 16)) (-3962 (((-112) $ $) 19)) (-4027 (($ $ $) 21)) (* (($ (-940) $) 22) (($ (-783) $) 26)))
(((-804) (-141)) (T -804))
NIL
(-13 (-806) (-23))
-(((-23) . T) ((-25) . T) ((-102) . T) ((-625 (-874)) . T) ((-806) . T) ((-862) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 25)) (-3848 (($ $ $) 28)) (-4299 (((-3 $ "failed") $ $) 27)) (-2135 (($) 24 T CONST)) (-3123 (($ $ $) 14)) (-2352 (($ $ $) 15)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 23 T CONST)) (-2989 (((-112) $ $) 17)) (-2960 (((-112) $ $) 18)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 16)) (-2946 (((-112) $ $) 19)) (-3027 (($ $ $) 21)) (* (($ (-938) $) 22) (($ (-783) $) 26)))
+(((-23) . T) ((-25) . T) ((-102) . T) ((-625 (-876)) . T) ((-806) . T) ((-862) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 25)) (-3900 (($ $ $) 28)) (-2583 (((-3 $ "failed") $ $) 27)) (-3853 (($) 24 T CONST)) (-2905 (($ $ $) 14)) (-2163 (($ $ $) 15)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 23 T CONST)) (-3995 (((-112) $ $) 17)) (-3975 (((-112) $ $) 18)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 16)) (-3962 (((-112) $ $) 19)) (-4027 (($ $ $) 21)) (* (($ (-940) $) 22) (($ (-783) $) 26)))
(((-805) (-141)) (T -805))
-((-3848 (*1 *1 *1 *1) (-4 *1 (-805))))
-(-13 (-807) (-10 -8 (-15 -3848 ($ $ $))))
-(((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-874)) . T) ((-804) . T) ((-806) . T) ((-807) . T) ((-862) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) 6)) (-3123 (($ $ $) 14)) (-2352 (($ $ $) 15)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2989 (((-112) $ $) 17)) (-2960 (((-112) $ $) 18)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 16)) (-2946 (((-112) $ $) 19)) (-3027 (($ $ $) 21)) (* (($ (-938) $) 22)))
+((-3900 (*1 *1 *1 *1) (-4 *1 (-805))))
+(-13 (-807) (-10 -8 (-15 -3900 ($ $ $))))
+(((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-876)) . T) ((-804) . T) ((-806) . T) ((-807) . T) ((-862) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) 6)) (-2905 (($ $ $) 14)) (-2163 (($ $ $) 15)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3995 (((-112) $ $) 17)) (-3975 (((-112) $ $) 18)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 16)) (-3962 (((-112) $ $) 19)) (-4027 (($ $ $) 21)) (* (($ (-940) $) 22)))
(((-806) (-141)) (T -806))
NIL
(-13 (-862) (-25))
-(((-25) . T) ((-102) . T) ((-625 (-874)) . T) ((-862) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 25)) (-4299 (((-3 $ "failed") $ $) 27)) (-2135 (($) 24 T CONST)) (-3123 (($ $ $) 14)) (-2352 (($ $ $) 15)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 23 T CONST)) (-2989 (((-112) $ $) 17)) (-2960 (((-112) $ $) 18)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 16)) (-2946 (((-112) $ $) 19)) (-3027 (($ $ $) 21)) (* (($ (-938) $) 22) (($ (-783) $) 26)))
+(((-25) . T) ((-102) . T) ((-625 (-876)) . T) ((-862) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 25)) (-2583 (((-3 $ "failed") $ $) 27)) (-3853 (($) 24 T CONST)) (-2905 (($ $ $) 14)) (-2163 (($ $ $) 15)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 23 T CONST)) (-3995 (((-112) $ $) 17)) (-3975 (((-112) $ $) 18)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 16)) (-3962 (((-112) $ $) 19)) (-4027 (($ $ $) 21)) (* (($ (-940) $) 22) (($ (-783) $) 26)))
(((-807) (-141)) (T -807))
NIL
(-13 (-804) (-132))
-(((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-874)) . T) ((-804) . T) ((-806) . T) ((-862) . T) ((-1119) . T) ((-1236) . T))
-((-1353 (((-112) $) 42)) (-1570 (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 |#2| "failed") $) 45)) (-2857 (((-576) $) NIL) (((-419 (-576)) $) NIL) ((|#2| $) 43)) (-2772 (((-3 (-419 (-576)) "failed") $) 78)) (-4423 (((-112) $) 72)) (-4335 (((-419 (-576)) $) 76)) (-1650 ((|#2| $) 26)) (-4114 (($ (-1 |#2| |#2|) $) 23)) (-2045 (($ $) 58)) (-4169 (((-548) $) 67)) (-2949 (($ $) 21)) (-3567 (((-874) $) 53) (($ (-576)) 40) (($ |#2|) 38) (($ (-419 (-576))) NIL)) (-2596 (((-783)) 10)) (-4308 ((|#2| $) 71)) (-2921 (((-112) $ $) 30)) (-2946 (((-112) $ $) 69)) (-3041 (($ $) 32) (($ $ $) NIL)) (-3027 (($ $ $) 31)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 36) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 33)))
-(((-808 |#1| |#2|) (-10 -8 (-15 -2946 ((-112) |#1| |#1|)) (-15 -4169 ((-548) |#1|)) (-15 -2045 (|#1| |#1|)) (-15 -2772 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -4335 ((-419 (-576)) |#1|)) (-15 -4423 ((-112) |#1|)) (-15 -4308 (|#2| |#1|)) (-15 -1650 (|#2| |#1|)) (-15 -2949 (|#1| |#1|)) (-15 -4114 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -3567 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2596 ((-783))) (-15 -3567 (|#1| (-576))) (-15 * (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 -1353 ((-112) |#1|)) (-15 * (|#1| (-938) |#1|)) (-15 -3027 (|#1| |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -2921 ((-112) |#1| |#1|))) (-809 |#2|) (-174)) (T -808))
-((-2596 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-783)) (-5 *1 (-808 *3 *4)) (-4 *3 (-809 *4)))))
-(-10 -8 (-15 -2946 ((-112) |#1| |#1|)) (-15 -4169 ((-548) |#1|)) (-15 -2045 (|#1| |#1|)) (-15 -2772 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -4335 ((-419 (-576)) |#1|)) (-15 -4423 ((-112) |#1|)) (-15 -4308 (|#2| |#1|)) (-15 -1650 (|#2| |#1|)) (-15 -2949 (|#1| |#1|)) (-15 -4114 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -3567 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2596 ((-783))) (-15 -3567 (|#1| (-576))) (-15 * (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 -1353 ((-112) |#1|)) (-15 * (|#1| (-938) |#1|)) (-15 -3027 (|#1| |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -2921 ((-112) |#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2093 (((-783)) 58 (|has| |#1| (-379)))) (-2135 (($) 18 T CONST)) (-1570 (((-3 (-576) "failed") $) 100 (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) 97 (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) 94)) (-2857 (((-576) $) 99 (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) 96 (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) 95)) (-2251 (((-3 $ "failed") $) 37)) (-1848 ((|#1| $) 84)) (-2772 (((-3 (-419 (-576)) "failed") $) 71 (|has| |#1| (-557)))) (-4423 (((-112) $) 73 (|has| |#1| (-557)))) (-4335 (((-419 (-576)) $) 72 (|has| |#1| (-557)))) (-1834 (($) 61 (|has| |#1| (-379)))) (-3612 (((-112) $) 35)) (-4225 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 75)) (-1650 ((|#1| $) 76)) (-3123 (($ $ $) 67 (|has| |#1| (-862)))) (-2352 (($ $ $) 66 (|has| |#1| (-862)))) (-4114 (($ (-1 |#1| |#1|) $) 86)) (-4379 (((-938) $) 60 (|has| |#1| (-379)))) (-3881 (((-1177) $) 10)) (-2045 (($ $) 70 (|has| |#1| (-374)))) (-3222 (($ (-938)) 59 (|has| |#1| (-379)))) (-3464 ((|#1| $) 81)) (-1491 ((|#1| $) 82)) (-2451 ((|#1| $) 83)) (-3251 ((|#1| $) 77)) (-1468 ((|#1| $) 78)) (-3334 ((|#1| $) 79)) (-4025 ((|#1| $) 80)) (-1448 (((-1139) $) 11)) (-3281 (($ $ (-656 |#1|) (-656 |#1|)) 92 (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) 91 (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) 90 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) 89 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1195)) (-656 |#1|)) 88 (|has| |#1| (-526 (-1195) |#1|))) (($ $ (-1195) |#1|) 87 (|has| |#1| (-526 (-1195) |#1|)))) (-2794 (($ $ |#1|) 93 (|has| |#1| (-296 |#1| |#1|)))) (-4169 (((-548) $) 68 (|has| |#1| (-626 (-548))))) (-2949 (($ $) 85)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 44) (($ (-419 (-576))) 98 (|has| |#1| (-1057 (-419 (-576)))))) (-2846 (((-3 $ "failed") $) 69 (|has| |#1| (-146)))) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4308 ((|#1| $) 74 (|has| |#1| (-1079)))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2989 (((-112) $ $) 64 (|has| |#1| (-862)))) (-2960 (((-112) $ $) 63 (|has| |#1| (-862)))) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 65 (|has| |#1| (-862)))) (-2946 (((-112) $ $) 62 (|has| |#1| (-862)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45)))
+(((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-876)) . T) ((-804) . T) ((-806) . T) ((-862) . T) ((-1121) . T) ((-1238) . T))
+((-2604 (((-112) $) 42)) (-2981 (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 |#2| "failed") $) 45)) (-2318 (((-576) $) NIL) (((-419 (-576)) $) NIL) ((|#2| $) 43)) (-3878 (((-3 (-419 (-576)) "failed") $) 78)) (-1358 (((-112) $) 72)) (-2951 (((-419 (-576)) $) 76)) (-2828 ((|#2| $) 26)) (-2423 (($ (-1 |#2| |#2|) $) 23)) (-1668 (($ $) 58)) (-1554 (((-548) $) 67)) (-2970 (($ $) 21)) (-4114 (((-876) $) 53) (($ (-576)) 40) (($ |#2|) 38) (($ (-419 (-576))) NIL)) (-2864 (((-783)) 10)) (-2679 ((|#2| $) 71)) (-3939 (((-112) $ $) 30)) (-3962 (((-112) $ $) 69)) (-4037 (($ $) 32) (($ $ $) NIL)) (-4027 (($ $ $) 31)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 36) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 33)))
+(((-808 |#1| |#2|) (-10 -8 (-15 -3962 ((-112) |#1| |#1|)) (-15 -1554 ((-548) |#1|)) (-15 -1668 (|#1| |#1|)) (-15 -3878 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2951 ((-419 (-576)) |#1|)) (-15 -1358 ((-112) |#1|)) (-15 -2679 (|#2| |#1|)) (-15 -2828 (|#2| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 -2423 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -4114 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2864 ((-783))) (-15 -4114 (|#1| (-576))) (-15 * (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 -2604 ((-112) |#1|)) (-15 * (|#1| (-940) |#1|)) (-15 -4027 (|#1| |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -3939 ((-112) |#1| |#1|))) (-809 |#2|) (-174)) (T -808))
+((-2864 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-783)) (-5 *1 (-808 *3 *4)) (-4 *3 (-809 *4)))))
+(-10 -8 (-15 -3962 ((-112) |#1| |#1|)) (-15 -1554 ((-548) |#1|)) (-15 -1668 (|#1| |#1|)) (-15 -3878 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2951 ((-419 (-576)) |#1|)) (-15 -1358 ((-112) |#1|)) (-15 -2679 (|#2| |#1|)) (-15 -2828 (|#2| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 -2423 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -4114 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2864 ((-783))) (-15 -4114 (|#1| (-576))) (-15 * (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 -2604 ((-112) |#1|)) (-15 * (|#1| (-940) |#1|)) (-15 -4027 (|#1| |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -3939 ((-112) |#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-2200 (((-783)) 58 (|has| |#1| (-379)))) (-3853 (($) 18 T CONST)) (-2981 (((-3 (-576) "failed") $) 100 (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) 97 (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) 94)) (-2318 (((-576) $) 99 (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) 96 (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) 95)) (-2413 (((-3 $ "failed") $) 37)) (-1474 ((|#1| $) 84)) (-3878 (((-3 (-419 (-576)) "failed") $) 71 (|has| |#1| (-557)))) (-1358 (((-112) $) 73 (|has| |#1| (-557)))) (-2951 (((-419 (-576)) $) 72 (|has| |#1| (-557)))) (-4370 (($) 61 (|has| |#1| (-379)))) (-3315 (((-112) $) 35)) (-3150 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 75)) (-2828 ((|#1| $) 76)) (-2905 (($ $ $) 67 (|has| |#1| (-862)))) (-2163 (($ $ $) 66 (|has| |#1| (-862)))) (-2423 (($ (-1 |#1| |#1|) $) 86)) (-2106 (((-940) $) 60 (|has| |#1| (-379)))) (-4185 (((-1179) $) 10)) (-1668 (($ $) 70 (|has| |#1| (-374)))) (-2409 (($ (-940)) 59 (|has| |#1| (-379)))) (-4386 ((|#1| $) 81)) (-3734 ((|#1| $) 82)) (-3903 ((|#1| $) 83)) (-4141 ((|#1| $) 77)) (-1963 ((|#1| $) 78)) (-2422 ((|#1| $) 79)) (-2967 ((|#1| $) 80)) (-3117 (((-1141) $) 11)) (-2143 (($ $ (-656 |#1|) (-656 |#1|)) 92 (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) 91 (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) 90 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) 89 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1197)) (-656 |#1|)) 88 (|has| |#1| (-526 (-1197) |#1|))) (($ $ (-1197) |#1|) 87 (|has| |#1| (-526 (-1197) |#1|)))) (-4369 (($ $ |#1|) 93 (|has| |#1| (-296 |#1| |#1|)))) (-1554 (((-548) $) 68 (|has| |#1| (-626 (-548))))) (-2970 (($ $) 85)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 44) (($ (-419 (-576))) 98 (|has| |#1| (-1059 (-419 (-576)))))) (-3346 (((-3 $ "failed") $) 69 (|has| |#1| (-146)))) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-2679 ((|#1| $) 74 (|has| |#1| (-1081)))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3995 (((-112) $ $) 64 (|has| |#1| (-862)))) (-3975 (((-112) $ $) 63 (|has| |#1| (-862)))) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 65 (|has| |#1| (-862)))) (-3962 (((-112) $ $) 62 (|has| |#1| (-862)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45)))
(((-809 |#1|) (-141) (-174)) (T -809))
-((-2949 (*1 *1 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-1848 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-2451 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-1491 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-3464 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-4025 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-3334 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-1468 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-3251 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-1650 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-4225 (*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-4308 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)) (-4 *2 (-1079)))) (-4423 (*1 *2 *1) (-12 (-4 *1 (-809 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-112)))) (-4335 (*1 *2 *1) (-12 (-4 *1 (-809 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-419 (-576))))) (-2772 (*1 *2 *1) (|partial| -12 (-4 *1 (-809 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-419 (-576))))) (-2045 (*1 *1 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)) (-4 *2 (-374)))))
-(-13 (-38 |t#1|) (-423 |t#1|) (-349 |t#1|) (-10 -8 (-15 -2949 ($ $)) (-15 -1848 (|t#1| $)) (-15 -2451 (|t#1| $)) (-15 -1491 (|t#1| $)) (-15 -3464 (|t#1| $)) (-15 -4025 (|t#1| $)) (-15 -3334 (|t#1| $)) (-15 -1468 (|t#1| $)) (-15 -3251 (|t#1| $)) (-15 -1650 (|t#1| $)) (-15 -4225 ($ |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1|)) (IF (|has| |t#1| (-379)) (-6 (-379)) |%noBranch|) (IF (|has| |t#1| (-862)) (-6 (-862)) |%noBranch|) (IF (|has| |t#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (IF (|has| |t#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |t#1| (-1079)) (-15 -4308 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-557)) (PROGN (-15 -4423 ((-112) $)) (-15 -4335 ((-419 (-576)) $)) (-15 -2772 ((-3 (-419 (-576)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-374)) (-15 -2045 ($ $)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0=(-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-625 (-874)) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 |#1| $) |has| |#1| (-296 |#1| |#1|)) ((-319 |#1|) |has| |#1| (-319 |#1|)) ((-379) |has| |#1| (-379)) ((-349 |#1|) . T) ((-423 |#1|) . T) ((-526 (-1195) |#1|) |has| |#1| (-526 (-1195) |#1|)) ((-526 |#1| |#1|) |has| |#1| (-319 |#1|)) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-738) . T) ((-862) |has| |#1| (-862)) ((-1057 #0#) |has| |#1| (-1057 (-419 (-576)))) ((-1057 (-576)) |has| |#1| (-1057 (-576))) ((-1057 |#1|) . T) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-4114 ((|#3| (-1 |#4| |#2|) |#1|) 20)))
-(((-810 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4114 (|#3| (-1 |#4| |#2|) |#1|))) (-809 |#2|) (-174) (-809 |#4|) (-174)) (T -810))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-174)) (-4 *6 (-174)) (-4 *2 (-809 *6)) (-5 *1 (-810 *4 *5 *2 *6)) (-4 *4 (-809 *5)))))
-(-10 -7 (-15 -4114 (|#3| (-1 |#4| |#2|) |#1|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2093 (((-783)) NIL (|has| |#1| (-379)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) NIL) (((-3 (-1018 |#1|) "failed") $) 35) (((-3 (-576) "failed") $) NIL (-2755 (|has| (-1018 |#1|) (-1057 (-576))) (|has| |#1| (-1057 (-576))))) (((-3 (-419 (-576)) "failed") $) NIL (-2755 (|has| (-1018 |#1|) (-1057 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))))) (-2857 ((|#1| $) NIL) (((-1018 |#1|) $) 33) (((-576) $) NIL (-2755 (|has| (-1018 |#1|) (-1057 (-576))) (|has| |#1| (-1057 (-576))))) (((-419 (-576)) $) NIL (-2755 (|has| (-1018 |#1|) (-1057 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))))) (-2251 (((-3 $ "failed") $) NIL)) (-1848 ((|#1| $) 16)) (-2772 (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-557)))) (-4423 (((-112) $) NIL (|has| |#1| (-557)))) (-4335 (((-419 (-576)) $) NIL (|has| |#1| (-557)))) (-1834 (($) NIL (|has| |#1| (-379)))) (-3612 (((-112) $) NIL)) (-4225 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 28) (($ (-1018 |#1|) (-1018 |#1|)) 29)) (-1650 ((|#1| $) NIL)) (-3123 (($ $ $) NIL (|has| |#1| (-862)))) (-2352 (($ $ $) NIL (|has| |#1| (-862)))) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-4379 (((-938) $) NIL (|has| |#1| (-379)))) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL (|has| |#1| (-374)))) (-3222 (($ (-938)) NIL (|has| |#1| (-379)))) (-3464 ((|#1| $) 22)) (-1491 ((|#1| $) 20)) (-2451 ((|#1| $) 18)) (-3251 ((|#1| $) 26)) (-1468 ((|#1| $) 25)) (-3334 ((|#1| $) 24)) (-4025 ((|#1| $) 23)) (-1448 (((-1139) $) NIL)) (-3281 (($ $ (-656 |#1|) (-656 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1195)) (-656 |#1|)) NIL (|has| |#1| (-526 (-1195) |#1|))) (($ $ (-1195) |#1|) NIL (|has| |#1| (-526 (-1195) |#1|)))) (-2794 (($ $ |#1|) NIL (|has| |#1| (-296 |#1| |#1|)))) (-4169 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-2949 (($ $) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-1018 |#1|)) 30) (($ (-419 (-576))) NIL (-2755 (|has| (-1018 |#1|) (-1057 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))))) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4308 ((|#1| $) NIL (|has| |#1| (-1079)))) (-2716 (($) 8 T CONST)) (-2727 (($) 12 T CONST)) (-2989 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 40) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-811 |#1|) (-13 (-809 |#1|) (-423 (-1018 |#1|)) (-10 -8 (-15 -4225 ($ (-1018 |#1|) (-1018 |#1|))))) (-174)) (T -811))
-((-4225 (*1 *1 *2 *2) (-12 (-5 *2 (-1018 *3)) (-4 *3 (-174)) (-5 *1 (-811 *3)))))
-(-13 (-809 |#1|) (-423 (-1018 |#1|)) (-10 -8 (-15 -4225 ($ (-1018 |#1|) (-1018 |#1|)))))
-((-3486 (((-112) $ $) 6)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 15)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-3558 (((-1054) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 14)) (-2921 (((-112) $ $) 7)))
+((-2970 (*1 *1 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-1474 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-3903 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-3734 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-4386 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-2967 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-2422 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-1963 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-4141 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-2828 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-3150 (*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))) (-2679 (*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)) (-4 *2 (-1081)))) (-1358 (*1 *2 *1) (-12 (-4 *1 (-809 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-112)))) (-2951 (*1 *2 *1) (-12 (-4 *1 (-809 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-419 (-576))))) (-3878 (*1 *2 *1) (|partial| -12 (-4 *1 (-809 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-419 (-576))))) (-1668 (*1 *1 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)) (-4 *2 (-374)))))
+(-13 (-38 |t#1|) (-423 |t#1|) (-349 |t#1|) (-10 -8 (-15 -2970 ($ $)) (-15 -1474 (|t#1| $)) (-15 -3903 (|t#1| $)) (-15 -3734 (|t#1| $)) (-15 -4386 (|t#1| $)) (-15 -2967 (|t#1| $)) (-15 -2422 (|t#1| $)) (-15 -1963 (|t#1| $)) (-15 -4141 (|t#1| $)) (-15 -2828 (|t#1| $)) (-15 -3150 ($ |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1|)) (IF (|has| |t#1| (-379)) (-6 (-379)) |%noBranch|) (IF (|has| |t#1| (-862)) (-6 (-862)) |%noBranch|) (IF (|has| |t#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (IF (|has| |t#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |t#1| (-1081)) (-15 -2679 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-557)) (PROGN (-15 -1358 ((-112) $)) (-15 -2951 ((-419 (-576)) $)) (-15 -3878 ((-3 (-419 (-576)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-374)) (-15 -1668 ($ $)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0=(-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-625 (-876)) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 |#1| $) |has| |#1| (-296 |#1| |#1|)) ((-319 |#1|) |has| |#1| (-319 |#1|)) ((-379) |has| |#1| (-379)) ((-349 |#1|) . T) ((-423 |#1|) . T) ((-526 (-1197) |#1|) |has| |#1| (-526 (-1197) |#1|)) ((-526 |#1| |#1|) |has| |#1| (-319 |#1|)) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-738) . T) ((-862) |has| |#1| (-862)) ((-1059 #0#) |has| |#1| (-1059 (-419 (-576)))) ((-1059 (-576)) |has| |#1| (-1059 (-576))) ((-1059 |#1|) . T) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-2423 ((|#3| (-1 |#4| |#2|) |#1|) 20)))
+(((-810 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2423 (|#3| (-1 |#4| |#2|) |#1|))) (-809 |#2|) (-174) (-809 |#4|) (-174)) (T -810))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-174)) (-4 *6 (-174)) (-4 *2 (-809 *6)) (-5 *1 (-810 *4 *5 *2 *6)) (-4 *4 (-809 *5)))))
+(-10 -7 (-15 -2423 (|#3| (-1 |#4| |#2|) |#1|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-2200 (((-783)) NIL (|has| |#1| (-379)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) NIL) (((-3 (-1020 |#1|) "failed") $) 35) (((-3 (-576) "failed") $) NIL (-3795 (|has| (-1020 |#1|) (-1059 (-576))) (|has| |#1| (-1059 (-576))))) (((-3 (-419 (-576)) "failed") $) NIL (-3795 (|has| (-1020 |#1|) (-1059 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))))) (-2318 ((|#1| $) NIL) (((-1020 |#1|) $) 33) (((-576) $) NIL (-3795 (|has| (-1020 |#1|) (-1059 (-576))) (|has| |#1| (-1059 (-576))))) (((-419 (-576)) $) NIL (-3795 (|has| (-1020 |#1|) (-1059 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))))) (-2413 (((-3 $ "failed") $) NIL)) (-1474 ((|#1| $) 16)) (-3878 (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-557)))) (-1358 (((-112) $) NIL (|has| |#1| (-557)))) (-2951 (((-419 (-576)) $) NIL (|has| |#1| (-557)))) (-4370 (($) NIL (|has| |#1| (-379)))) (-3315 (((-112) $) NIL)) (-3150 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 28) (($ (-1020 |#1|) (-1020 |#1|)) 29)) (-2828 ((|#1| $) NIL)) (-2905 (($ $ $) NIL (|has| |#1| (-862)))) (-2163 (($ $ $) NIL (|has| |#1| (-862)))) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-2106 (((-940) $) NIL (|has| |#1| (-379)))) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL (|has| |#1| (-374)))) (-2409 (($ (-940)) NIL (|has| |#1| (-379)))) (-4386 ((|#1| $) 22)) (-3734 ((|#1| $) 20)) (-3903 ((|#1| $) 18)) (-4141 ((|#1| $) 26)) (-1963 ((|#1| $) 25)) (-2422 ((|#1| $) 24)) (-2967 ((|#1| $) 23)) (-3117 (((-1141) $) NIL)) (-2143 (($ $ (-656 |#1|) (-656 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1197)) (-656 |#1|)) NIL (|has| |#1| (-526 (-1197) |#1|))) (($ $ (-1197) |#1|) NIL (|has| |#1| (-526 (-1197) |#1|)))) (-4369 (($ $ |#1|) NIL (|has| |#1| (-296 |#1| |#1|)))) (-1554 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-2970 (($ $) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-1020 |#1|)) 30) (($ (-419 (-576))) NIL (-3795 (|has| (-1020 |#1|) (-1059 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))))) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-2679 ((|#1| $) NIL (|has| |#1| (-1081)))) (-4312 (($) 8 T CONST)) (-4322 (($) 12 T CONST)) (-3995 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3962 (((-112) $ $) NIL (|has| |#1| (-862)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 40) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-811 |#1|) (-13 (-809 |#1|) (-423 (-1020 |#1|)) (-10 -8 (-15 -3150 ($ (-1020 |#1|) (-1020 |#1|))))) (-174)) (T -811))
+((-3150 (*1 *1 *2 *2) (-12 (-5 *2 (-1020 *3)) (-4 *3 (-174)) (-5 *1 (-811 *3)))))
+(-13 (-809 |#1|) (-423 (-1020 |#1|)) (-10 -8 (-15 -3150 ($ (-1020 |#1|) (-1020 |#1|)))))
+((-1955 (((-112) $ $) 6)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 15)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4066 (((-1056) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 14)) (-3939 (((-112) $ $) 7)))
(((-812) (-141)) (T -812))
-((-2938 (*1 *2 *3 *4) (-12 (-4 *1 (-812)) (-5 *3 (-1082)) (-5 *4 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)))))) (-3558 (*1 *2 *3) (-12 (-4 *1 (-812)) (-5 *3 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-1054)))))
-(-13 (-1119) (-10 -7 (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -3558 ((-1054) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-3065 (((-2 (|:| |particular| |#2|) (|:| -4156 (-656 |#2|))) |#3| |#2| (-1195)) 19)))
-(((-813 |#1| |#2| |#3|) (-10 -7 (-15 -3065 ((-2 (|:| |particular| |#2|) (|:| -4156 (-656 |#2|))) |#3| |#2| (-1195)))) (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)) (-13 (-29 |#1|) (-1221) (-976)) (-668 |#2|)) (T -813))
-((-3065 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1195)) (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-4 *4 (-13 (-29 *6) (-1221) (-976))) (-5 *2 (-2 (|:| |particular| *4) (|:| -4156 (-656 *4)))) (-5 *1 (-813 *6 *4 *3)) (-4 *3 (-668 *4)))))
-(-10 -7 (-15 -3065 ((-2 (|:| |particular| |#2|) (|:| -4156 (-656 |#2|))) |#3| |#2| (-1195))))
-((-3554 (((-3 |#2| "failed") |#2| (-115) (-304 |#2|) (-656 |#2|)) 28) (((-3 |#2| "failed") (-304 |#2|) (-115) (-304 |#2|) (-656 |#2|)) 29) (((-3 (-2 (|:| |particular| |#2|) (|:| -4156 (-656 |#2|))) |#2| "failed") |#2| (-115) (-1195)) 17) (((-3 (-2 (|:| |particular| |#2|) (|:| -4156 (-656 |#2|))) |#2| "failed") (-304 |#2|) (-115) (-1195)) 18) (((-3 (-2 (|:| |particular| (-1286 |#2|)) (|:| -4156 (-656 (-1286 |#2|)))) "failed") (-656 |#2|) (-656 (-115)) (-1195)) 24) (((-3 (-2 (|:| |particular| (-1286 |#2|)) (|:| -4156 (-656 (-1286 |#2|)))) "failed") (-656 (-304 |#2|)) (-656 (-115)) (-1195)) 26) (((-3 (-656 (-1286 |#2|)) "failed") (-701 |#2|) (-1195)) 37) (((-3 (-2 (|:| |particular| (-1286 |#2|)) (|:| -4156 (-656 (-1286 |#2|)))) "failed") (-701 |#2|) (-1286 |#2|) (-1195)) 35)))
-(((-814 |#1| |#2|) (-10 -7 (-15 -3554 ((-3 (-2 (|:| |particular| (-1286 |#2|)) (|:| -4156 (-656 (-1286 |#2|)))) "failed") (-701 |#2|) (-1286 |#2|) (-1195))) (-15 -3554 ((-3 (-656 (-1286 |#2|)) "failed") (-701 |#2|) (-1195))) (-15 -3554 ((-3 (-2 (|:| |particular| (-1286 |#2|)) (|:| -4156 (-656 (-1286 |#2|)))) "failed") (-656 (-304 |#2|)) (-656 (-115)) (-1195))) (-15 -3554 ((-3 (-2 (|:| |particular| (-1286 |#2|)) (|:| -4156 (-656 (-1286 |#2|)))) "failed") (-656 |#2|) (-656 (-115)) (-1195))) (-15 -3554 ((-3 (-2 (|:| |particular| |#2|) (|:| -4156 (-656 |#2|))) |#2| "failed") (-304 |#2|) (-115) (-1195))) (-15 -3554 ((-3 (-2 (|:| |particular| |#2|) (|:| -4156 (-656 |#2|))) |#2| "failed") |#2| (-115) (-1195))) (-15 -3554 ((-3 |#2| "failed") (-304 |#2|) (-115) (-304 |#2|) (-656 |#2|))) (-15 -3554 ((-3 |#2| "failed") |#2| (-115) (-304 |#2|) (-656 |#2|)))) (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)) (-13 (-29 |#1|) (-1221) (-976))) (T -814))
-((-3554 (*1 *2 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-115)) (-5 *4 (-304 *2)) (-5 *5 (-656 *2)) (-4 *2 (-13 (-29 *6) (-1221) (-976))) (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-5 *1 (-814 *6 *2)))) (-3554 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-304 *2)) (-5 *4 (-115)) (-5 *5 (-656 *2)) (-4 *2 (-13 (-29 *6) (-1221) (-976))) (-5 *1 (-814 *6 *2)) (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))))) (-3554 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-115)) (-5 *5 (-1195)) (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-5 *2 (-3 (-2 (|:| |particular| *3) (|:| -4156 (-656 *3))) *3 "failed")) (-5 *1 (-814 *6 *3)) (-4 *3 (-13 (-29 *6) (-1221) (-976))))) (-3554 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-304 *7)) (-5 *4 (-115)) (-5 *5 (-1195)) (-4 *7 (-13 (-29 *6) (-1221) (-976))) (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-5 *2 (-3 (-2 (|:| |particular| *7) (|:| -4156 (-656 *7))) *7 "failed")) (-5 *1 (-814 *6 *7)))) (-3554 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-656 *7)) (-5 *4 (-656 (-115))) (-5 *5 (-1195)) (-4 *7 (-13 (-29 *6) (-1221) (-976))) (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-5 *2 (-2 (|:| |particular| (-1286 *7)) (|:| -4156 (-656 (-1286 *7))))) (-5 *1 (-814 *6 *7)))) (-3554 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-656 (-304 *7))) (-5 *4 (-656 (-115))) (-5 *5 (-1195)) (-4 *7 (-13 (-29 *6) (-1221) (-976))) (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-5 *2 (-2 (|:| |particular| (-1286 *7)) (|:| -4156 (-656 (-1286 *7))))) (-5 *1 (-814 *6 *7)))) (-3554 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-701 *6)) (-5 *4 (-1195)) (-4 *6 (-13 (-29 *5) (-1221) (-976))) (-4 *5 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-5 *2 (-656 (-1286 *6))) (-5 *1 (-814 *5 *6)))) (-3554 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-701 *7)) (-5 *5 (-1195)) (-4 *7 (-13 (-29 *6) (-1221) (-976))) (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-5 *2 (-2 (|:| |particular| (-1286 *7)) (|:| -4156 (-656 (-1286 *7))))) (-5 *1 (-814 *6 *7)) (-5 *4 (-1286 *7)))))
-(-10 -7 (-15 -3554 ((-3 (-2 (|:| |particular| (-1286 |#2|)) (|:| -4156 (-656 (-1286 |#2|)))) "failed") (-701 |#2|) (-1286 |#2|) (-1195))) (-15 -3554 ((-3 (-656 (-1286 |#2|)) "failed") (-701 |#2|) (-1195))) (-15 -3554 ((-3 (-2 (|:| |particular| (-1286 |#2|)) (|:| -4156 (-656 (-1286 |#2|)))) "failed") (-656 (-304 |#2|)) (-656 (-115)) (-1195))) (-15 -3554 ((-3 (-2 (|:| |particular| (-1286 |#2|)) (|:| -4156 (-656 (-1286 |#2|)))) "failed") (-656 |#2|) (-656 (-115)) (-1195))) (-15 -3554 ((-3 (-2 (|:| |particular| |#2|) (|:| -4156 (-656 |#2|))) |#2| "failed") (-304 |#2|) (-115) (-1195))) (-15 -3554 ((-3 (-2 (|:| |particular| |#2|) (|:| -4156 (-656 |#2|))) |#2| "failed") |#2| (-115) (-1195))) (-15 -3554 ((-3 |#2| "failed") (-304 |#2|) (-115) (-304 |#2|) (-656 |#2|))) (-15 -3554 ((-3 |#2| "failed") |#2| (-115) (-304 |#2|) (-656 |#2|))))
-((-1481 (($) 9)) (-2832 (((-3 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))) "failed") (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 30)) (-3200 (((-656 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) $) 27)) (-2767 (($ (-2 (|:| -4298 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390)))))) 24)) (-2438 (($ (-656 (-2 (|:| -4298 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))))))) 22)) (-1553 (((-1291)) 11)))
-(((-815) (-10 -8 (-15 -1481 ($)) (-15 -1553 ((-1291))) (-15 -3200 ((-656 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) $)) (-15 -2438 ($ (-656 (-2 (|:| -4298 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390)))))))) (-15 -2767 ($ (-2 (|:| -4298 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))))))) (-15 -2832 ((-3 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))) "failed") (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))) (T -815))
-((-2832 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390)))) (-5 *1 (-815)))) (-2767 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -4298 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390)))))) (-5 *1 (-815)))) (-2438 (*1 *1 *2) (-12 (-5 *2 (-656 (-2 (|:| -4298 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))))))) (-5 *1 (-815)))) (-3200 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-5 *1 (-815)))) (-1553 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-815)))) (-1481 (*1 *1) (-5 *1 (-815))))
-(-10 -8 (-15 -1481 ($)) (-15 -1553 ((-1291))) (-15 -3200 ((-656 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) $)) (-15 -2438 ($ (-656 (-2 (|:| -4298 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390)))))))) (-15 -2767 ($ (-2 (|:| -4298 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -4437 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))))))) (-15 -2832 ((-3 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))) "failed") (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))
-((-3892 ((|#2| |#2| (-1195)) 17)) (-3559 ((|#2| |#2| (-1195)) 56)) (-3641 (((-1 |#2| |#2|) (-1195)) 11)))
-(((-816 |#1| |#2|) (-10 -7 (-15 -3892 (|#2| |#2| (-1195))) (-15 -3559 (|#2| |#2| (-1195))) (-15 -3641 ((-1 |#2| |#2|) (-1195)))) (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)) (-13 (-29 |#1|) (-1221) (-976))) (T -816))
-((-3641 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-5 *2 (-1 *5 *5)) (-5 *1 (-816 *4 *5)) (-4 *5 (-13 (-29 *4) (-1221) (-976))))) (-3559 (*1 *2 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-5 *1 (-816 *4 *2)) (-4 *2 (-13 (-29 *4) (-1221) (-976))))) (-3892 (*1 *2 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-5 *1 (-816 *4 *2)) (-4 *2 (-13 (-29 *4) (-1221) (-976))))))
-(-10 -7 (-15 -3892 (|#2| |#2| (-1195))) (-15 -3559 (|#2| |#2| (-1195))) (-15 -3641 ((-1 |#2| |#2|) (-1195))))
-((-3554 (((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-656 (-390)) (-390) (-390)) 128) (((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-656 (-390)) (-390)) 129) (((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390)) (-656 (-390)) (-390)) 131) (((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-390)) 133) (((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390)) (-390)) 134) (((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390))) 136) (((-1054) (-820) (-1082)) 120) (((-1054) (-820)) 121)) (-2938 (((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-820) (-1082)) 80) (((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-820)) 82)))
-(((-817) (-10 -7 (-15 -3554 ((-1054) (-820))) (-15 -3554 ((-1054) (-820) (-1082))) (-15 -3554 ((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390)))) (-15 -3554 ((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390)) (-390))) (-15 -3554 ((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-390))) (-15 -3554 ((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390)) (-656 (-390)) (-390))) (-15 -3554 ((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-656 (-390)) (-390))) (-15 -3554 ((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-656 (-390)) (-390) (-390))) (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-820))) (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-820) (-1082))))) (T -817))
-((-2938 (*1 *2 *3 *4) (-12 (-5 *3 (-820)) (-5 *4 (-1082)) (-5 *2 (-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))))) (-5 *1 (-817)))) (-2938 (*1 *2 *3) (-12 (-5 *3 (-820)) (-5 *2 (-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))))) (-5 *1 (-817)))) (-3554 (*1 *2 *3 *4 *4 *5 *6 *5 *4 *4) (-12 (-5 *3 (-1286 (-326 *4))) (-5 *5 (-656 (-390))) (-5 *6 (-326 (-390))) (-5 *4 (-390)) (-5 *2 (-1054)) (-5 *1 (-817)))) (-3554 (*1 *2 *3 *4 *4 *5 *6 *5 *4) (-12 (-5 *3 (-1286 (-326 *4))) (-5 *5 (-656 (-390))) (-5 *6 (-326 (-390))) (-5 *4 (-390)) (-5 *2 (-1054)) (-5 *1 (-817)))) (-3554 (*1 *2 *3 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1286 (-326 (-390)))) (-5 *4 (-390)) (-5 *5 (-656 *4)) (-5 *2 (-1054)) (-5 *1 (-817)))) (-3554 (*1 *2 *3 *4 *4 *5 *6 *4) (-12 (-5 *3 (-1286 (-326 *4))) (-5 *5 (-656 (-390))) (-5 *6 (-326 (-390))) (-5 *4 (-390)) (-5 *2 (-1054)) (-5 *1 (-817)))) (-3554 (*1 *2 *3 *4 *4 *5 *4) (-12 (-5 *3 (-1286 (-326 (-390)))) (-5 *4 (-390)) (-5 *5 (-656 *4)) (-5 *2 (-1054)) (-5 *1 (-817)))) (-3554 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1286 (-326 (-390)))) (-5 *4 (-390)) (-5 *5 (-656 *4)) (-5 *2 (-1054)) (-5 *1 (-817)))) (-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-820)) (-5 *4 (-1082)) (-5 *2 (-1054)) (-5 *1 (-817)))) (-3554 (*1 *2 *3) (-12 (-5 *3 (-820)) (-5 *2 (-1054)) (-5 *1 (-817)))))
-(-10 -7 (-15 -3554 ((-1054) (-820))) (-15 -3554 ((-1054) (-820) (-1082))) (-15 -3554 ((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390)))) (-15 -3554 ((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390)) (-390))) (-15 -3554 ((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-390))) (-15 -3554 ((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390)) (-656 (-390)) (-390))) (-15 -3554 ((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-656 (-390)) (-390))) (-15 -3554 ((-1054) (-1286 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-656 (-390)) (-390) (-390))) (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-820))) (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-820) (-1082))))
-((-3063 (((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -4156 (-656 |#4|))) (-665 |#4|) |#4|) 33)))
-(((-818 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3063 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -4156 (-656 |#4|))) (-665 |#4|) |#4|))) (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))) (-1262 |#1|) (-1262 (-419 |#2|)) (-353 |#1| |#2| |#3|)) (T -818))
-((-3063 (*1 *2 *3 *4) (-12 (-5 *3 (-665 *4)) (-4 *4 (-353 *5 *6 *7)) (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-4 *6 (-1262 *5)) (-4 *7 (-1262 (-419 *6))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4156 (-656 *4)))) (-5 *1 (-818 *5 *6 *7 *4)))))
-(-10 -7 (-15 -3063 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -4156 (-656 |#4|))) (-665 |#4|) |#4|)))
-((-3014 (((-2 (|:| -4024 |#3|) (|:| |rh| (-656 (-419 |#2|)))) |#4| (-656 (-419 |#2|))) 53)) (-2558 (((-656 (-2 (|:| -2391 |#2|) (|:| -2332 |#2|))) |#4| |#2|) 62) (((-656 (-2 (|:| -2391 |#2|) (|:| -2332 |#2|))) |#4|) 61) (((-656 (-2 (|:| -2391 |#2|) (|:| -2332 |#2|))) |#3| |#2|) 20) (((-656 (-2 (|:| -2391 |#2|) (|:| -2332 |#2|))) |#3|) 21)) (-2383 ((|#2| |#4| |#1|) 63) ((|#2| |#3| |#1|) 28)) (-4421 ((|#2| |#3| (-656 (-419 |#2|))) 109) (((-3 |#2| "failed") |#3| (-419 |#2|)) 105)))
-(((-819 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4421 ((-3 |#2| "failed") |#3| (-419 |#2|))) (-15 -4421 (|#2| |#3| (-656 (-419 |#2|)))) (-15 -2558 ((-656 (-2 (|:| -2391 |#2|) (|:| -2332 |#2|))) |#3|)) (-15 -2558 ((-656 (-2 (|:| -2391 |#2|) (|:| -2332 |#2|))) |#3| |#2|)) (-15 -2383 (|#2| |#3| |#1|)) (-15 -2558 ((-656 (-2 (|:| -2391 |#2|) (|:| -2332 |#2|))) |#4|)) (-15 -2558 ((-656 (-2 (|:| -2391 |#2|) (|:| -2332 |#2|))) |#4| |#2|)) (-15 -2383 (|#2| |#4| |#1|)) (-15 -3014 ((-2 (|:| -4024 |#3|) (|:| |rh| (-656 (-419 |#2|)))) |#4| (-656 (-419 |#2|))))) (-13 (-374) (-148) (-1057 (-419 (-576)))) (-1262 |#1|) (-668 |#2|) (-668 (-419 |#2|))) (T -819))
-((-3014 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *6 (-1262 *5)) (-5 *2 (-2 (|:| -4024 *7) (|:| |rh| (-656 (-419 *6))))) (-5 *1 (-819 *5 *6 *7 *3)) (-5 *4 (-656 (-419 *6))) (-4 *7 (-668 *6)) (-4 *3 (-668 (-419 *6))))) (-2383 (*1 *2 *3 *4) (-12 (-4 *2 (-1262 *4)) (-5 *1 (-819 *4 *2 *5 *3)) (-4 *4 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *5 (-668 *2)) (-4 *3 (-668 (-419 *2))))) (-2558 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *4 (-1262 *5)) (-5 *2 (-656 (-2 (|:| -2391 *4) (|:| -2332 *4)))) (-5 *1 (-819 *5 *4 *6 *3)) (-4 *6 (-668 *4)) (-4 *3 (-668 (-419 *4))))) (-2558 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *5 (-1262 *4)) (-5 *2 (-656 (-2 (|:| -2391 *5) (|:| -2332 *5)))) (-5 *1 (-819 *4 *5 *6 *3)) (-4 *6 (-668 *5)) (-4 *3 (-668 (-419 *5))))) (-2383 (*1 *2 *3 *4) (-12 (-4 *2 (-1262 *4)) (-5 *1 (-819 *4 *2 *3 *5)) (-4 *4 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *3 (-668 *2)) (-4 *5 (-668 (-419 *2))))) (-2558 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *4 (-1262 *5)) (-5 *2 (-656 (-2 (|:| -2391 *4) (|:| -2332 *4)))) (-5 *1 (-819 *5 *4 *3 *6)) (-4 *3 (-668 *4)) (-4 *6 (-668 (-419 *4))))) (-2558 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *5 (-1262 *4)) (-5 *2 (-656 (-2 (|:| -2391 *5) (|:| -2332 *5)))) (-5 *1 (-819 *4 *5 *3 *6)) (-4 *3 (-668 *5)) (-4 *6 (-668 (-419 *5))))) (-4421 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-419 *2))) (-4 *2 (-1262 *5)) (-5 *1 (-819 *5 *2 *3 *6)) (-4 *5 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *3 (-668 *2)) (-4 *6 (-668 (-419 *2))))) (-4421 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-419 *2)) (-4 *2 (-1262 *5)) (-5 *1 (-819 *5 *2 *3 *6)) (-4 *5 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *3 (-668 *2)) (-4 *6 (-668 *4)))))
-(-10 -7 (-15 -4421 ((-3 |#2| "failed") |#3| (-419 |#2|))) (-15 -4421 (|#2| |#3| (-656 (-419 |#2|)))) (-15 -2558 ((-656 (-2 (|:| -2391 |#2|) (|:| -2332 |#2|))) |#3|)) (-15 -2558 ((-656 (-2 (|:| -2391 |#2|) (|:| -2332 |#2|))) |#3| |#2|)) (-15 -2383 (|#2| |#3| |#1|)) (-15 -2558 ((-656 (-2 (|:| -2391 |#2|) (|:| -2332 |#2|))) |#4|)) (-15 -2558 ((-656 (-2 (|:| -2391 |#2|) (|:| -2332 |#2|))) |#4| |#2|)) (-15 -2383 (|#2| |#4| |#1|)) (-15 -3014 ((-2 (|:| -4024 |#3|) (|:| |rh| (-656 (-419 |#2|)))) |#4| (-656 (-419 |#2|)))))
-((-3486 (((-112) $ $) NIL)) (-2857 (((-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) $) 13)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 15) (($ (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 12)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-820) (-13 (-1119) (-10 -8 (-15 -3567 ($ (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2857 ((-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) $))))) (T -820))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *1 (-820)))) (-2857 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *1 (-820)))))
-(-13 (-1119) (-10 -8 (-15 -3567 ($ (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2857 ((-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) $))))
-((-2671 (((-656 (-2 (|:| |frac| (-419 |#2|)) (|:| -4024 |#3|))) |#3| (-1 (-656 |#2|) |#2| (-1191 |#2|)) (-1 (-430 |#2|) |#2|)) 154)) (-2498 (((-656 (-2 (|:| |poly| |#2|) (|:| -4024 |#3|))) |#3| (-1 (-656 |#1|) |#2|)) 52)) (-4353 (((-656 (-2 (|:| |deg| (-783)) (|:| -4024 |#2|))) |#3|) 122)) (-2726 ((|#2| |#3|) 42)) (-2719 (((-656 (-2 (|:| -1478 |#1|) (|:| -4024 |#3|))) |#3| (-1 (-656 |#1|) |#2|)) 99)) (-1852 ((|#3| |#3| (-419 |#2|)) 72) ((|#3| |#3| |#2|) 96)))
-(((-821 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2726 (|#2| |#3|)) (-15 -4353 ((-656 (-2 (|:| |deg| (-783)) (|:| -4024 |#2|))) |#3|)) (-15 -2719 ((-656 (-2 (|:| -1478 |#1|) (|:| -4024 |#3|))) |#3| (-1 (-656 |#1|) |#2|))) (-15 -2498 ((-656 (-2 (|:| |poly| |#2|) (|:| -4024 |#3|))) |#3| (-1 (-656 |#1|) |#2|))) (-15 -2671 ((-656 (-2 (|:| |frac| (-419 |#2|)) (|:| -4024 |#3|))) |#3| (-1 (-656 |#2|) |#2| (-1191 |#2|)) (-1 (-430 |#2|) |#2|))) (-15 -1852 (|#3| |#3| |#2|)) (-15 -1852 (|#3| |#3| (-419 |#2|)))) (-13 (-374) (-148) (-1057 (-419 (-576)))) (-1262 |#1|) (-668 |#2|) (-668 (-419 |#2|))) (T -821))
-((-1852 (*1 *2 *2 *3) (-12 (-5 *3 (-419 *5)) (-4 *4 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *5 (-1262 *4)) (-5 *1 (-821 *4 *5 *2 *6)) (-4 *2 (-668 *5)) (-4 *6 (-668 *3)))) (-1852 (*1 *2 *2 *3) (-12 (-4 *4 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *3 (-1262 *4)) (-5 *1 (-821 *4 *3 *2 *5)) (-4 *2 (-668 *3)) (-4 *5 (-668 (-419 *3))))) (-2671 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 (-656 *7) *7 (-1191 *7))) (-5 *5 (-1 (-430 *7) *7)) (-4 *7 (-1262 *6)) (-4 *6 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-5 *2 (-656 (-2 (|:| |frac| (-419 *7)) (|:| -4024 *3)))) (-5 *1 (-821 *6 *7 *3 *8)) (-4 *3 (-668 *7)) (-4 *8 (-668 (-419 *7))))) (-2498 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-656 *5) *6)) (-4 *5 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *6 (-1262 *5)) (-5 *2 (-656 (-2 (|:| |poly| *6) (|:| -4024 *3)))) (-5 *1 (-821 *5 *6 *3 *7)) (-4 *3 (-668 *6)) (-4 *7 (-668 (-419 *6))))) (-2719 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-656 *5) *6)) (-4 *5 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *6 (-1262 *5)) (-5 *2 (-656 (-2 (|:| -1478 *5) (|:| -4024 *3)))) (-5 *1 (-821 *5 *6 *3 *7)) (-4 *3 (-668 *6)) (-4 *7 (-668 (-419 *6))))) (-4353 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *5 (-1262 *4)) (-5 *2 (-656 (-2 (|:| |deg| (-783)) (|:| -4024 *5)))) (-5 *1 (-821 *4 *5 *3 *6)) (-4 *3 (-668 *5)) (-4 *6 (-668 (-419 *5))))) (-2726 (*1 *2 *3) (-12 (-4 *2 (-1262 *4)) (-5 *1 (-821 *4 *2 *3 *5)) (-4 *4 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *3 (-668 *2)) (-4 *5 (-668 (-419 *2))))))
-(-10 -7 (-15 -2726 (|#2| |#3|)) (-15 -4353 ((-656 (-2 (|:| |deg| (-783)) (|:| -4024 |#2|))) |#3|)) (-15 -2719 ((-656 (-2 (|:| -1478 |#1|) (|:| -4024 |#3|))) |#3| (-1 (-656 |#1|) |#2|))) (-15 -2498 ((-656 (-2 (|:| |poly| |#2|) (|:| -4024 |#3|))) |#3| (-1 (-656 |#1|) |#2|))) (-15 -2671 ((-656 (-2 (|:| |frac| (-419 |#2|)) (|:| -4024 |#3|))) |#3| (-1 (-656 |#2|) |#2| (-1191 |#2|)) (-1 (-430 |#2|) |#2|))) (-15 -1852 (|#3| |#3| |#2|)) (-15 -1852 (|#3| |#3| (-419 |#2|))))
-((-2720 (((-2 (|:| -4156 (-656 (-419 |#2|))) (|:| -1953 (-701 |#1|))) (-666 |#2| (-419 |#2|)) (-656 (-419 |#2|))) 146) (((-2 (|:| |particular| (-3 (-419 |#2|) "failed")) (|:| -4156 (-656 (-419 |#2|)))) (-666 |#2| (-419 |#2|)) (-419 |#2|)) 145) (((-2 (|:| -4156 (-656 (-419 |#2|))) (|:| -1953 (-701 |#1|))) (-665 (-419 |#2|)) (-656 (-419 |#2|))) 140) (((-2 (|:| |particular| (-3 (-419 |#2|) "failed")) (|:| -4156 (-656 (-419 |#2|)))) (-665 (-419 |#2|)) (-419 |#2|)) 138)) (-2172 ((|#2| (-666 |#2| (-419 |#2|))) 87) ((|#2| (-665 (-419 |#2|))) 90)))
-(((-822 |#1| |#2|) (-10 -7 (-15 -2720 ((-2 (|:| |particular| (-3 (-419 |#2|) "failed")) (|:| -4156 (-656 (-419 |#2|)))) (-665 (-419 |#2|)) (-419 |#2|))) (-15 -2720 ((-2 (|:| -4156 (-656 (-419 |#2|))) (|:| -1953 (-701 |#1|))) (-665 (-419 |#2|)) (-656 (-419 |#2|)))) (-15 -2720 ((-2 (|:| |particular| (-3 (-419 |#2|) "failed")) (|:| -4156 (-656 (-419 |#2|)))) (-666 |#2| (-419 |#2|)) (-419 |#2|))) (-15 -2720 ((-2 (|:| -4156 (-656 (-419 |#2|))) (|:| -1953 (-701 |#1|))) (-666 |#2| (-419 |#2|)) (-656 (-419 |#2|)))) (-15 -2172 (|#2| (-665 (-419 |#2|)))) (-15 -2172 (|#2| (-666 |#2| (-419 |#2|))))) (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))) (-1262 |#1|)) (T -822))
-((-2172 (*1 *2 *3) (-12 (-5 *3 (-666 *2 (-419 *2))) (-4 *2 (-1262 *4)) (-5 *1 (-822 *4 *2)) (-4 *4 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))))) (-2172 (*1 *2 *3) (-12 (-5 *3 (-665 (-419 *2))) (-4 *2 (-1262 *4)) (-5 *1 (-822 *4 *2)) (-4 *4 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))))) (-2720 (*1 *2 *3 *4) (-12 (-5 *3 (-666 *6 (-419 *6))) (-4 *6 (-1262 *5)) (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-5 *2 (-2 (|:| -4156 (-656 (-419 *6))) (|:| -1953 (-701 *5)))) (-5 *1 (-822 *5 *6)) (-5 *4 (-656 (-419 *6))))) (-2720 (*1 *2 *3 *4) (-12 (-5 *3 (-666 *6 (-419 *6))) (-5 *4 (-419 *6)) (-4 *6 (-1262 *5)) (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4156 (-656 *4)))) (-5 *1 (-822 *5 *6)))) (-2720 (*1 *2 *3 *4) (-12 (-5 *3 (-665 (-419 *6))) (-4 *6 (-1262 *5)) (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-5 *2 (-2 (|:| -4156 (-656 (-419 *6))) (|:| -1953 (-701 *5)))) (-5 *1 (-822 *5 *6)) (-5 *4 (-656 (-419 *6))))) (-2720 (*1 *2 *3 *4) (-12 (-5 *3 (-665 (-419 *6))) (-5 *4 (-419 *6)) (-4 *6 (-1262 *5)) (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4156 (-656 *4)))) (-5 *1 (-822 *5 *6)))))
-(-10 -7 (-15 -2720 ((-2 (|:| |particular| (-3 (-419 |#2|) "failed")) (|:| -4156 (-656 (-419 |#2|)))) (-665 (-419 |#2|)) (-419 |#2|))) (-15 -2720 ((-2 (|:| -4156 (-656 (-419 |#2|))) (|:| -1953 (-701 |#1|))) (-665 (-419 |#2|)) (-656 (-419 |#2|)))) (-15 -2720 ((-2 (|:| |particular| (-3 (-419 |#2|) "failed")) (|:| -4156 (-656 (-419 |#2|)))) (-666 |#2| (-419 |#2|)) (-419 |#2|))) (-15 -2720 ((-2 (|:| -4156 (-656 (-419 |#2|))) (|:| -1953 (-701 |#1|))) (-666 |#2| (-419 |#2|)) (-656 (-419 |#2|)))) (-15 -2172 (|#2| (-665 (-419 |#2|)))) (-15 -2172 (|#2| (-666 |#2| (-419 |#2|)))))
-((-2195 (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#1|))) |#5| |#4|) 49)))
-(((-823 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2195 ((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#1|))) |#5| |#4|))) (-374) (-668 |#1|) (-1262 |#1|) (-736 |#1| |#3|) (-668 |#4|)) (T -823))
-((-2195 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-4 *7 (-1262 *5)) (-4 *4 (-736 *5 *7)) (-5 *2 (-2 (|:| -1953 (-701 *6)) (|:| |vec| (-1286 *5)))) (-5 *1 (-823 *5 *6 *7 *4 *3)) (-4 *6 (-668 *5)) (-4 *3 (-668 *4)))))
-(-10 -7 (-15 -2195 ((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#1|))) |#5| |#4|)))
-((-2671 (((-656 (-2 (|:| |frac| (-419 |#2|)) (|:| -4024 (-666 |#2| (-419 |#2|))))) (-666 |#2| (-419 |#2|)) (-1 (-430 |#2|) |#2|)) 47)) (-2091 (((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-430 |#2|) |#2|)) 167 (|has| |#1| (-27))) (((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|))) 164 (|has| |#1| (-27))) (((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-430 |#2|) |#2|)) 168 (|has| |#1| (-27))) (((-656 (-419 |#2|)) (-665 (-419 |#2|))) 166 (|has| |#1| (-27))) (((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|) (-1 (-430 |#2|) |#2|)) 38) (((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|)) 39) (((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|) (-1 (-430 |#2|) |#2|)) 36) (((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|)) 37)) (-2498 (((-656 (-2 (|:| |poly| |#2|) (|:| -4024 (-666 |#2| (-419 |#2|))))) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|)) 96)))
-(((-824 |#1| |#2|) (-10 -7 (-15 -2091 ((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|))) (-15 -2091 ((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|) (-1 (-430 |#2|) |#2|))) (-15 -2091 ((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|))) (-15 -2091 ((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|) (-1 (-430 |#2|) |#2|))) (-15 -2671 ((-656 (-2 (|:| |frac| (-419 |#2|)) (|:| -4024 (-666 |#2| (-419 |#2|))))) (-666 |#2| (-419 |#2|)) (-1 (-430 |#2|) |#2|))) (-15 -2498 ((-656 (-2 (|:| |poly| |#2|) (|:| -4024 (-666 |#2| (-419 |#2|))))) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -2091 ((-656 (-419 |#2|)) (-665 (-419 |#2|)))) (-15 -2091 ((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-430 |#2|) |#2|))) (-15 -2091 ((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)))) (-15 -2091 ((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-430 |#2|) |#2|)))) |%noBranch|)) (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))) (-1262 |#1|)) (T -824))
-((-2091 (*1 *2 *3 *4) (-12 (-5 *3 (-666 *6 (-419 *6))) (-5 *4 (-1 (-430 *6) *6)) (-4 *6 (-1262 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-5 *2 (-656 (-419 *6))) (-5 *1 (-824 *5 *6)))) (-2091 (*1 *2 *3) (-12 (-5 *3 (-666 *5 (-419 *5))) (-4 *5 (-1262 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-5 *2 (-656 (-419 *5))) (-5 *1 (-824 *4 *5)))) (-2091 (*1 *2 *3 *4) (-12 (-5 *3 (-665 (-419 *6))) (-5 *4 (-1 (-430 *6) *6)) (-4 *6 (-1262 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-5 *2 (-656 (-419 *6))) (-5 *1 (-824 *5 *6)))) (-2091 (*1 *2 *3) (-12 (-5 *3 (-665 (-419 *5))) (-4 *5 (-1262 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-5 *2 (-656 (-419 *5))) (-5 *1 (-824 *4 *5)))) (-2498 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-656 *5) *6)) (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-4 *6 (-1262 *5)) (-5 *2 (-656 (-2 (|:| |poly| *6) (|:| -4024 (-666 *6 (-419 *6)))))) (-5 *1 (-824 *5 *6)) (-5 *3 (-666 *6 (-419 *6))))) (-2671 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-430 *6) *6)) (-4 *6 (-1262 *5)) (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-5 *2 (-656 (-2 (|:| |frac| (-419 *6)) (|:| -4024 (-666 *6 (-419 *6)))))) (-5 *1 (-824 *5 *6)) (-5 *3 (-666 *6 (-419 *6))))) (-2091 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-666 *7 (-419 *7))) (-5 *4 (-1 (-656 *6) *7)) (-5 *5 (-1 (-430 *7) *7)) (-4 *6 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-4 *7 (-1262 *6)) (-5 *2 (-656 (-419 *7))) (-5 *1 (-824 *6 *7)))) (-2091 (*1 *2 *3 *4) (-12 (-5 *3 (-666 *6 (-419 *6))) (-5 *4 (-1 (-656 *5) *6)) (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-4 *6 (-1262 *5)) (-5 *2 (-656 (-419 *6))) (-5 *1 (-824 *5 *6)))) (-2091 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-665 (-419 *7))) (-5 *4 (-1 (-656 *6) *7)) (-5 *5 (-1 (-430 *7) *7)) (-4 *6 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-4 *7 (-1262 *6)) (-5 *2 (-656 (-419 *7))) (-5 *1 (-824 *6 *7)))) (-2091 (*1 *2 *3 *4) (-12 (-5 *3 (-665 (-419 *6))) (-5 *4 (-1 (-656 *5) *6)) (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))) (-4 *6 (-1262 *5)) (-5 *2 (-656 (-419 *6))) (-5 *1 (-824 *5 *6)))))
-(-10 -7 (-15 -2091 ((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|))) (-15 -2091 ((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|) (-1 (-430 |#2|) |#2|))) (-15 -2091 ((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|))) (-15 -2091 ((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|) (-1 (-430 |#2|) |#2|))) (-15 -2671 ((-656 (-2 (|:| |frac| (-419 |#2|)) (|:| -4024 (-666 |#2| (-419 |#2|))))) (-666 |#2| (-419 |#2|)) (-1 (-430 |#2|) |#2|))) (-15 -2498 ((-656 (-2 (|:| |poly| |#2|) (|:| -4024 (-666 |#2| (-419 |#2|))))) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -2091 ((-656 (-419 |#2|)) (-665 (-419 |#2|)))) (-15 -2091 ((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-430 |#2|) |#2|))) (-15 -2091 ((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)))) (-15 -2091 ((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-430 |#2|) |#2|)))) |%noBranch|))
-((-1503 (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#1|))) (-701 |#2|) (-1286 |#1|)) 110) (((-2 (|:| A (-701 |#1|)) (|:| |eqs| (-656 (-2 (|:| C (-701 |#1|)) (|:| |g| (-1286 |#1|)) (|:| -4024 |#2|) (|:| |rh| |#1|))))) (-701 |#1|) (-1286 |#1|)) 15)) (-3540 (((-2 (|:| |particular| (-3 (-1286 |#1|) "failed")) (|:| -4156 (-656 (-1286 |#1|)))) (-701 |#2|) (-1286 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -4156 (-656 |#1|))) |#2| |#1|)) 116)) (-3554 (((-3 (-2 (|:| |particular| (-1286 |#1|)) (|:| -4156 (-701 |#1|))) "failed") (-701 |#1|) (-1286 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -4156 (-656 |#1|))) "failed") |#2| |#1|)) 54)))
-(((-825 |#1| |#2|) (-10 -7 (-15 -1503 ((-2 (|:| A (-701 |#1|)) (|:| |eqs| (-656 (-2 (|:| C (-701 |#1|)) (|:| |g| (-1286 |#1|)) (|:| -4024 |#2|) (|:| |rh| |#1|))))) (-701 |#1|) (-1286 |#1|))) (-15 -1503 ((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#1|))) (-701 |#2|) (-1286 |#1|))) (-15 -3554 ((-3 (-2 (|:| |particular| (-1286 |#1|)) (|:| -4156 (-701 |#1|))) "failed") (-701 |#1|) (-1286 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -4156 (-656 |#1|))) "failed") |#2| |#1|))) (-15 -3540 ((-2 (|:| |particular| (-3 (-1286 |#1|) "failed")) (|:| -4156 (-656 (-1286 |#1|)))) (-701 |#2|) (-1286 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -4156 (-656 |#1|))) |#2| |#1|)))) (-374) (-668 |#1|)) (T -825))
-((-3540 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-701 *7)) (-5 *5 (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -4156 (-656 *6))) *7 *6)) (-4 *6 (-374)) (-4 *7 (-668 *6)) (-5 *2 (-2 (|:| |particular| (-3 (-1286 *6) "failed")) (|:| -4156 (-656 (-1286 *6))))) (-5 *1 (-825 *6 *7)) (-5 *4 (-1286 *6)))) (-3554 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-2 (|:| |particular| *6) (|:| -4156 (-656 *6))) "failed") *7 *6)) (-4 *6 (-374)) (-4 *7 (-668 *6)) (-5 *2 (-2 (|:| |particular| (-1286 *6)) (|:| -4156 (-701 *6)))) (-5 *1 (-825 *6 *7)) (-5 *3 (-701 *6)) (-5 *4 (-1286 *6)))) (-1503 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-4 *6 (-668 *5)) (-5 *2 (-2 (|:| -1953 (-701 *6)) (|:| |vec| (-1286 *5)))) (-5 *1 (-825 *5 *6)) (-5 *3 (-701 *6)) (-5 *4 (-1286 *5)))) (-1503 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-5 *2 (-2 (|:| A (-701 *5)) (|:| |eqs| (-656 (-2 (|:| C (-701 *5)) (|:| |g| (-1286 *5)) (|:| -4024 *6) (|:| |rh| *5)))))) (-5 *1 (-825 *5 *6)) (-5 *3 (-701 *5)) (-5 *4 (-1286 *5)) (-4 *6 (-668 *5)))))
-(-10 -7 (-15 -1503 ((-2 (|:| A (-701 |#1|)) (|:| |eqs| (-656 (-2 (|:| C (-701 |#1|)) (|:| |g| (-1286 |#1|)) (|:| -4024 |#2|) (|:| |rh| |#1|))))) (-701 |#1|) (-1286 |#1|))) (-15 -1503 ((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#1|))) (-701 |#2|) (-1286 |#1|))) (-15 -3554 ((-3 (-2 (|:| |particular| (-1286 |#1|)) (|:| -4156 (-701 |#1|))) "failed") (-701 |#1|) (-1286 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -4156 (-656 |#1|))) "failed") |#2| |#1|))) (-15 -3540 ((-2 (|:| |particular| (-3 (-1286 |#1|) "failed")) (|:| -4156 (-656 (-1286 |#1|)))) (-701 |#2|) (-1286 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -4156 (-656 |#1|))) |#2| |#1|))))
-((-3982 (((-701 |#1|) (-656 |#1|) (-783)) 14) (((-701 |#1|) (-656 |#1|)) 15)) (-2297 (((-3 (-1286 |#1|) "failed") |#2| |#1| (-656 |#1|)) 39)) (-2419 (((-3 |#1| "failed") |#2| |#1| (-656 |#1|) (-1 |#1| |#1|)) 46)))
-(((-826 |#1| |#2|) (-10 -7 (-15 -3982 ((-701 |#1|) (-656 |#1|))) (-15 -3982 ((-701 |#1|) (-656 |#1|) (-783))) (-15 -2297 ((-3 (-1286 |#1|) "failed") |#2| |#1| (-656 |#1|))) (-15 -2419 ((-3 |#1| "failed") |#2| |#1| (-656 |#1|) (-1 |#1| |#1|)))) (-374) (-668 |#1|)) (T -826))
-((-2419 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *4 (-656 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-374)) (-5 *1 (-826 *2 *3)) (-4 *3 (-668 *2)))) (-2297 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-656 *4)) (-4 *4 (-374)) (-5 *2 (-1286 *4)) (-5 *1 (-826 *4 *3)) (-4 *3 (-668 *4)))) (-3982 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *5)) (-5 *4 (-783)) (-4 *5 (-374)) (-5 *2 (-701 *5)) (-5 *1 (-826 *5 *6)) (-4 *6 (-668 *5)))) (-3982 (*1 *2 *3) (-12 (-5 *3 (-656 *4)) (-4 *4 (-374)) (-5 *2 (-701 *4)) (-5 *1 (-826 *4 *5)) (-4 *5 (-668 *4)))))
-(-10 -7 (-15 -3982 ((-701 |#1|) (-656 |#1|))) (-15 -3982 ((-701 |#1|) (-656 |#1|) (-783))) (-15 -2297 ((-3 (-1286 |#1|) "failed") |#2| |#1| (-656 |#1|))) (-15 -2419 ((-3 |#1| "failed") |#2| |#1| (-656 |#1|) (-1 |#1| |#1|))))
-((-3486 (((-112) $ $) NIL (|has| |#2| (-102)))) (-1353 (((-112) $) NIL (|has| |#2| (-23)))) (-1723 (($ (-938)) NIL (|has| |#2| (-1068)))) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-3848 (($ $ $) NIL (|has| |#2| (-805)))) (-4299 (((-3 $ "failed") $ $) NIL (|has| |#2| (-132)))) (-3733 (((-112) $ (-783)) NIL)) (-2093 (((-783)) NIL (|has| |#2| (-379)))) (-3753 ((|#2| $ (-576) |#2|) NIL (|has| $ (-6 -4463)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL (-12 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1119)))) (-2857 (((-576) $) NIL (-12 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119)))) (((-419 (-576)) $) NIL (-12 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119)))) ((|#2| $) NIL (|has| |#2| (-1119)))) (-3142 (((-701 (-576)) (-701 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) NIL (|has| |#2| (-1068))) (((-701 |#2|) (-701 $)) NIL (|has| |#2| (-1068)))) (-2251 (((-3 $ "failed") $) NIL (|has| |#2| (-1068)))) (-1834 (($) NIL (|has| |#2| (-379)))) (-4330 ((|#2| $ (-576) |#2|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#2| $ (-576)) NIL)) (-3963 (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-3612 (((-112) $) NIL (|has| |#2| (-1068)))) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) NIL (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| |#2| (-862)))) (-3452 (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| |#2| (-862)))) (-4320 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#2| |#2|) $) NIL)) (-4379 (((-938) $) NIL (|has| |#2| (-379)))) (-2460 (((-112) $ (-783)) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1068)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-1286 $) $) NIL (|has| |#2| (-1068))) (((-701 |#2|) (-1286 $)) NIL (|has| |#2| (-1068)))) (-3881 (((-1177) $) NIL (|has| |#2| (-1119)))) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-3222 (($ (-938)) NIL (|has| |#2| (-379)))) (-1448 (((-1139) $) NIL (|has| |#2| (-1119)))) (-3578 ((|#2| $) NIL (|has| (-576) (-862)))) (-1552 (($ $ |#2|) NIL (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-4278 (((-656 |#2|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#2| $ (-576) |#2|) NIL) ((|#2| $ (-576)) NIL)) (-2554 ((|#2| $ $) NIL (|has| |#2| (-1068)))) (-1870 (($ (-1286 |#2|)) NIL)) (-2253 (((-135)) NIL (|has| |#2| (-374)))) (-2770 (($ $ (-783)) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1068)))) (($ $) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1068)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1195)) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1068))) (($ $ (-1 |#2| |#2|) (-783)) NIL (|has| |#2| (-1068)))) (-1458 (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-1868 (($ $) NIL)) (-3567 (((-1286 |#2|) $) NIL) (($ (-576)) NIL (-2755 (-12 (|has| |#2| (-1057 (-576))) (|has| |#2| (-1119))) (|has| |#2| (-1068)))) (($ (-419 (-576))) NIL (-12 (|has| |#2| (-1057 (-419 (-576)))) (|has| |#2| (-1119)))) (($ |#2|) NIL (|has| |#2| (-1119))) (((-874) $) NIL (|has| |#2| (-625 (-874))))) (-2596 (((-783)) NIL (|has| |#2| (-1068)) CONST)) (-1540 (((-112) $ $) NIL (|has| |#2| (-1119)))) (-2306 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-2716 (($) NIL (|has| |#2| (-23)) CONST)) (-2727 (($) NIL (|has| |#2| (-1068)) CONST)) (-2014 (($ $ (-783)) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1068)))) (($ $) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1068)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1195)) NIL (-12 (|has| |#2| (-917 (-1195))) (|has| |#2| (-1068)))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1068))) (($ $ (-1 |#2| |#2|) (-783)) NIL (|has| |#2| (-1068)))) (-2989 (((-112) $ $) NIL (|has| |#2| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#2| (-862)))) (-2921 (((-112) $ $) NIL (|has| |#2| (-102)))) (-2975 (((-112) $ $) NIL (|has| |#2| (-862)))) (-2946 (((-112) $ $) 11 (|has| |#2| (-862)))) (-3054 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-3041 (($ $ $) NIL (|has| |#2| (-21))) (($ $) NIL (|has| |#2| (-21)))) (-3027 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-783)) NIL (|has| |#2| (-1068))) (($ $ (-938)) NIL (|has| |#2| (-1068)))) (* (($ $ $) NIL (|has| |#2| (-1068))) (($ $ |#2|) NIL (|has| |#2| (-738))) (($ |#2| $) NIL (|has| |#2| (-738))) (($ (-576) $) NIL (|has| |#2| (-21))) (($ (-783) $) NIL (|has| |#2| (-23))) (($ (-938) $) NIL (|has| |#2| (-25)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-827 |#1| |#2| |#3|) (-243 |#1| |#2|) (-783) (-805) (-1 (-112) (-1286 |#2|) (-1286 |#2|))) (T -827))
+((-2977 (*1 *2 *3 *4) (-12 (-4 *1 (-812)) (-5 *3 (-1084)) (-5 *4 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)))))) (-4066 (*1 *2 *3) (-12 (-4 *1 (-812)) (-5 *3 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-1056)))))
+(-13 (-1121) (-10 -7 (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -4066 ((-1056) (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-2785 (((-2 (|:| |particular| |#2|) (|:| -1726 (-656 |#2|))) |#3| |#2| (-1197)) 19)))
+(((-813 |#1| |#2| |#3|) (-10 -7 (-15 -2785 ((-2 (|:| |particular| |#2|) (|:| -1726 (-656 |#2|))) |#3| |#2| (-1197)))) (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)) (-13 (-29 |#1|) (-1223) (-978)) (-668 |#2|)) (T -813))
+((-2785 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1197)) (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-4 *4 (-13 (-29 *6) (-1223) (-978))) (-5 *2 (-2 (|:| |particular| *4) (|:| -1726 (-656 *4)))) (-5 *1 (-813 *6 *4 *3)) (-4 *3 (-668 *4)))))
+(-10 -7 (-15 -2785 ((-2 (|:| |particular| |#2|) (|:| -1726 (-656 |#2|))) |#3| |#2| (-1197))))
+((-4022 (((-3 |#2| "failed") |#2| (-115) (-304 |#2|) (-656 |#2|)) 28) (((-3 |#2| "failed") (-304 |#2|) (-115) (-304 |#2|) (-656 |#2|)) 29) (((-3 (-2 (|:| |particular| |#2|) (|:| -1726 (-656 |#2|))) |#2| "failed") |#2| (-115) (-1197)) 17) (((-3 (-2 (|:| |particular| |#2|) (|:| -1726 (-656 |#2|))) |#2| "failed") (-304 |#2|) (-115) (-1197)) 18) (((-3 (-2 (|:| |particular| (-1288 |#2|)) (|:| -1726 (-656 (-1288 |#2|)))) "failed") (-656 |#2|) (-656 (-115)) (-1197)) 24) (((-3 (-2 (|:| |particular| (-1288 |#2|)) (|:| -1726 (-656 (-1288 |#2|)))) "failed") (-656 (-304 |#2|)) (-656 (-115)) (-1197)) 26) (((-3 (-656 (-1288 |#2|)) "failed") (-701 |#2|) (-1197)) 37) (((-3 (-2 (|:| |particular| (-1288 |#2|)) (|:| -1726 (-656 (-1288 |#2|)))) "failed") (-701 |#2|) (-1288 |#2|) (-1197)) 35)))
+(((-814 |#1| |#2|) (-10 -7 (-15 -4022 ((-3 (-2 (|:| |particular| (-1288 |#2|)) (|:| -1726 (-656 (-1288 |#2|)))) "failed") (-701 |#2|) (-1288 |#2|) (-1197))) (-15 -4022 ((-3 (-656 (-1288 |#2|)) "failed") (-701 |#2|) (-1197))) (-15 -4022 ((-3 (-2 (|:| |particular| (-1288 |#2|)) (|:| -1726 (-656 (-1288 |#2|)))) "failed") (-656 (-304 |#2|)) (-656 (-115)) (-1197))) (-15 -4022 ((-3 (-2 (|:| |particular| (-1288 |#2|)) (|:| -1726 (-656 (-1288 |#2|)))) "failed") (-656 |#2|) (-656 (-115)) (-1197))) (-15 -4022 ((-3 (-2 (|:| |particular| |#2|) (|:| -1726 (-656 |#2|))) |#2| "failed") (-304 |#2|) (-115) (-1197))) (-15 -4022 ((-3 (-2 (|:| |particular| |#2|) (|:| -1726 (-656 |#2|))) |#2| "failed") |#2| (-115) (-1197))) (-15 -4022 ((-3 |#2| "failed") (-304 |#2|) (-115) (-304 |#2|) (-656 |#2|))) (-15 -4022 ((-3 |#2| "failed") |#2| (-115) (-304 |#2|) (-656 |#2|)))) (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)) (-13 (-29 |#1|) (-1223) (-978))) (T -814))
+((-4022 (*1 *2 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-115)) (-5 *4 (-304 *2)) (-5 *5 (-656 *2)) (-4 *2 (-13 (-29 *6) (-1223) (-978))) (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-5 *1 (-814 *6 *2)))) (-4022 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-304 *2)) (-5 *4 (-115)) (-5 *5 (-656 *2)) (-4 *2 (-13 (-29 *6) (-1223) (-978))) (-5 *1 (-814 *6 *2)) (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))))) (-4022 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-115)) (-5 *5 (-1197)) (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-5 *2 (-3 (-2 (|:| |particular| *3) (|:| -1726 (-656 *3))) *3 "failed")) (-5 *1 (-814 *6 *3)) (-4 *3 (-13 (-29 *6) (-1223) (-978))))) (-4022 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-304 *7)) (-5 *4 (-115)) (-5 *5 (-1197)) (-4 *7 (-13 (-29 *6) (-1223) (-978))) (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-5 *2 (-3 (-2 (|:| |particular| *7) (|:| -1726 (-656 *7))) *7 "failed")) (-5 *1 (-814 *6 *7)))) (-4022 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-656 *7)) (-5 *4 (-656 (-115))) (-5 *5 (-1197)) (-4 *7 (-13 (-29 *6) (-1223) (-978))) (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-5 *2 (-2 (|:| |particular| (-1288 *7)) (|:| -1726 (-656 (-1288 *7))))) (-5 *1 (-814 *6 *7)))) (-4022 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-656 (-304 *7))) (-5 *4 (-656 (-115))) (-5 *5 (-1197)) (-4 *7 (-13 (-29 *6) (-1223) (-978))) (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-5 *2 (-2 (|:| |particular| (-1288 *7)) (|:| -1726 (-656 (-1288 *7))))) (-5 *1 (-814 *6 *7)))) (-4022 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-701 *6)) (-5 *4 (-1197)) (-4 *6 (-13 (-29 *5) (-1223) (-978))) (-4 *5 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-5 *2 (-656 (-1288 *6))) (-5 *1 (-814 *5 *6)))) (-4022 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-701 *7)) (-5 *5 (-1197)) (-4 *7 (-13 (-29 *6) (-1223) (-978))) (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-5 *2 (-2 (|:| |particular| (-1288 *7)) (|:| -1726 (-656 (-1288 *7))))) (-5 *1 (-814 *6 *7)) (-5 *4 (-1288 *7)))))
+(-10 -7 (-15 -4022 ((-3 (-2 (|:| |particular| (-1288 |#2|)) (|:| -1726 (-656 (-1288 |#2|)))) "failed") (-701 |#2|) (-1288 |#2|) (-1197))) (-15 -4022 ((-3 (-656 (-1288 |#2|)) "failed") (-701 |#2|) (-1197))) (-15 -4022 ((-3 (-2 (|:| |particular| (-1288 |#2|)) (|:| -1726 (-656 (-1288 |#2|)))) "failed") (-656 (-304 |#2|)) (-656 (-115)) (-1197))) (-15 -4022 ((-3 (-2 (|:| |particular| (-1288 |#2|)) (|:| -1726 (-656 (-1288 |#2|)))) "failed") (-656 |#2|) (-656 (-115)) (-1197))) (-15 -4022 ((-3 (-2 (|:| |particular| |#2|) (|:| -1726 (-656 |#2|))) |#2| "failed") (-304 |#2|) (-115) (-1197))) (-15 -4022 ((-3 (-2 (|:| |particular| |#2|) (|:| -1726 (-656 |#2|))) |#2| "failed") |#2| (-115) (-1197))) (-15 -4022 ((-3 |#2| "failed") (-304 |#2|) (-115) (-304 |#2|) (-656 |#2|))) (-15 -4022 ((-3 |#2| "failed") |#2| (-115) (-304 |#2|) (-656 |#2|))))
+((-3641 (($) 9)) (-3210 (((-3 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))) "failed") (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 30)) (-2353 (((-656 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) $) 27)) (-3846 (($ (-2 (|:| -2240 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390)))))) 24)) (-3773 (($ (-656 (-2 (|:| -2240 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))))))) 22)) (-3153 (((-1293)) 11)))
+(((-815) (-10 -8 (-15 -3641 ($)) (-15 -3153 ((-1293))) (-15 -2353 ((-656 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) $)) (-15 -3773 ($ (-656 (-2 (|:| -2240 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390)))))))) (-15 -3846 ($ (-2 (|:| -2240 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))))))) (-15 -3210 ((-3 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))) "failed") (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))) (T -815))
+((-3210 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *2 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390)))) (-5 *1 (-815)))) (-3846 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -2240 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390)))))) (-5 *1 (-815)))) (-3773 (*1 *1 *2) (-12 (-5 *2 (-656 (-2 (|:| -2240 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))))))) (-5 *1 (-815)))) (-2353 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-5 *1 (-815)))) (-3153 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-815)))) (-3641 (*1 *1) (-5 *1 (-815))))
+(-10 -8 (-15 -3641 ($)) (-15 -3153 ((-1293))) (-15 -2353 ((-656 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) $)) (-15 -3773 ($ (-656 (-2 (|:| -2240 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390)))))))) (-15 -3846 ($ (-2 (|:| -2240 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (|:| -2904 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))))))) (-15 -3210 ((-3 (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390)) (|:| |expense| (-390)) (|:| |accuracy| (-390)) (|:| |intermediateResults| (-390))) "failed") (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))))
+((-4406 ((|#2| |#2| (-1197)) 17)) (-4076 ((|#2| |#2| (-1197)) 56)) (-3629 (((-1 |#2| |#2|) (-1197)) 11)))
+(((-816 |#1| |#2|) (-10 -7 (-15 -4406 (|#2| |#2| (-1197))) (-15 -4076 (|#2| |#2| (-1197))) (-15 -3629 ((-1 |#2| |#2|) (-1197)))) (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)) (-13 (-29 |#1|) (-1223) (-978))) (T -816))
+((-3629 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-5 *2 (-1 *5 *5)) (-5 *1 (-816 *4 *5)) (-4 *5 (-13 (-29 *4) (-1223) (-978))))) (-4076 (*1 *2 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-5 *1 (-816 *4 *2)) (-4 *2 (-13 (-29 *4) (-1223) (-978))))) (-4406 (*1 *2 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-5 *1 (-816 *4 *2)) (-4 *2 (-13 (-29 *4) (-1223) (-978))))))
+(-10 -7 (-15 -4406 (|#2| |#2| (-1197))) (-15 -4076 (|#2| |#2| (-1197))) (-15 -3629 ((-1 |#2| |#2|) (-1197))))
+((-4022 (((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-656 (-390)) (-390) (-390)) 128) (((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-656 (-390)) (-390)) 129) (((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390)) (-656 (-390)) (-390)) 131) (((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-390)) 133) (((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390)) (-390)) 134) (((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390))) 136) (((-1056) (-820) (-1084)) 120) (((-1056) (-820)) 121)) (-2977 (((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-820) (-1084)) 80) (((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-820)) 82)))
+(((-817) (-10 -7 (-15 -4022 ((-1056) (-820))) (-15 -4022 ((-1056) (-820) (-1084))) (-15 -4022 ((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390)))) (-15 -4022 ((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390)) (-390))) (-15 -4022 ((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-390))) (-15 -4022 ((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390)) (-656 (-390)) (-390))) (-15 -4022 ((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-656 (-390)) (-390))) (-15 -4022 ((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-656 (-390)) (-390) (-390))) (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-820))) (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-820) (-1084))))) (T -817))
+((-2977 (*1 *2 *3 *4) (-12 (-5 *3 (-820)) (-5 *4 (-1084)) (-5 *2 (-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))))) (-5 *1 (-817)))) (-2977 (*1 *2 *3) (-12 (-5 *3 (-820)) (-5 *2 (-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))))) (-5 *1 (-817)))) (-4022 (*1 *2 *3 *4 *4 *5 *6 *5 *4 *4) (-12 (-5 *3 (-1288 (-326 *4))) (-5 *5 (-656 (-390))) (-5 *6 (-326 (-390))) (-5 *4 (-390)) (-5 *2 (-1056)) (-5 *1 (-817)))) (-4022 (*1 *2 *3 *4 *4 *5 *6 *5 *4) (-12 (-5 *3 (-1288 (-326 *4))) (-5 *5 (-656 (-390))) (-5 *6 (-326 (-390))) (-5 *4 (-390)) (-5 *2 (-1056)) (-5 *1 (-817)))) (-4022 (*1 *2 *3 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1288 (-326 (-390)))) (-5 *4 (-390)) (-5 *5 (-656 *4)) (-5 *2 (-1056)) (-5 *1 (-817)))) (-4022 (*1 *2 *3 *4 *4 *5 *6 *4) (-12 (-5 *3 (-1288 (-326 *4))) (-5 *5 (-656 (-390))) (-5 *6 (-326 (-390))) (-5 *4 (-390)) (-5 *2 (-1056)) (-5 *1 (-817)))) (-4022 (*1 *2 *3 *4 *4 *5 *4) (-12 (-5 *3 (-1288 (-326 (-390)))) (-5 *4 (-390)) (-5 *5 (-656 *4)) (-5 *2 (-1056)) (-5 *1 (-817)))) (-4022 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1288 (-326 (-390)))) (-5 *4 (-390)) (-5 *5 (-656 *4)) (-5 *2 (-1056)) (-5 *1 (-817)))) (-4022 (*1 *2 *3 *4) (-12 (-5 *3 (-820)) (-5 *4 (-1084)) (-5 *2 (-1056)) (-5 *1 (-817)))) (-4022 (*1 *2 *3) (-12 (-5 *3 (-820)) (-5 *2 (-1056)) (-5 *1 (-817)))))
+(-10 -7 (-15 -4022 ((-1056) (-820))) (-15 -4022 ((-1056) (-820) (-1084))) (-15 -4022 ((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390)))) (-15 -4022 ((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390)) (-390))) (-15 -4022 ((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-390))) (-15 -4022 ((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390)) (-656 (-390)) (-390))) (-15 -4022 ((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-656 (-390)) (-390))) (-15 -4022 ((-1056) (-1288 (-326 (-390))) (-390) (-390) (-656 (-390)) (-326 (-390)) (-656 (-390)) (-390) (-390))) (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-820))) (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-820) (-1084))))
+((-2774 (((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -1726 (-656 |#4|))) (-665 |#4|) |#4|) 33)))
+(((-818 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2774 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -1726 (-656 |#4|))) (-665 |#4|) |#4|))) (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))) (-1264 |#1|) (-1264 (-419 |#2|)) (-353 |#1| |#2| |#3|)) (T -818))
+((-2774 (*1 *2 *3 *4) (-12 (-5 *3 (-665 *4)) (-4 *4 (-353 *5 *6 *7)) (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-4 *6 (-1264 *5)) (-4 *7 (-1264 (-419 *6))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1726 (-656 *4)))) (-5 *1 (-818 *5 *6 *7 *4)))))
+(-10 -7 (-15 -2774 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -1726 (-656 |#4|))) (-665 |#4|) |#4|)))
+((-3606 (((-2 (|:| -3379 |#3|) (|:| |rh| (-656 (-419 |#2|)))) |#4| (-656 (-419 |#2|))) 53)) (-2465 (((-656 (-2 (|:| -3188 |#2|) (|:| -2442 |#2|))) |#4| |#2|) 62) (((-656 (-2 (|:| -3188 |#2|) (|:| -2442 |#2|))) |#4|) 61) (((-656 (-2 (|:| -3188 |#2|) (|:| -2442 |#2|))) |#3| |#2|) 20) (((-656 (-2 (|:| -3188 |#2|) (|:| -2442 |#2|))) |#3|) 21)) (-4414 ((|#2| |#4| |#1|) 63) ((|#2| |#3| |#1|) 28)) (-1349 ((|#2| |#3| (-656 (-419 |#2|))) 109) (((-3 |#2| "failed") |#3| (-419 |#2|)) 105)))
+(((-819 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1349 ((-3 |#2| "failed") |#3| (-419 |#2|))) (-15 -1349 (|#2| |#3| (-656 (-419 |#2|)))) (-15 -2465 ((-656 (-2 (|:| -3188 |#2|) (|:| -2442 |#2|))) |#3|)) (-15 -2465 ((-656 (-2 (|:| -3188 |#2|) (|:| -2442 |#2|))) |#3| |#2|)) (-15 -4414 (|#2| |#3| |#1|)) (-15 -2465 ((-656 (-2 (|:| -3188 |#2|) (|:| -2442 |#2|))) |#4|)) (-15 -2465 ((-656 (-2 (|:| -3188 |#2|) (|:| -2442 |#2|))) |#4| |#2|)) (-15 -4414 (|#2| |#4| |#1|)) (-15 -3606 ((-2 (|:| -3379 |#3|) (|:| |rh| (-656 (-419 |#2|)))) |#4| (-656 (-419 |#2|))))) (-13 (-374) (-148) (-1059 (-419 (-576)))) (-1264 |#1|) (-668 |#2|) (-668 (-419 |#2|))) (T -819))
+((-3606 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *6 (-1264 *5)) (-5 *2 (-2 (|:| -3379 *7) (|:| |rh| (-656 (-419 *6))))) (-5 *1 (-819 *5 *6 *7 *3)) (-5 *4 (-656 (-419 *6))) (-4 *7 (-668 *6)) (-4 *3 (-668 (-419 *6))))) (-4414 (*1 *2 *3 *4) (-12 (-4 *2 (-1264 *4)) (-5 *1 (-819 *4 *2 *5 *3)) (-4 *4 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *5 (-668 *2)) (-4 *3 (-668 (-419 *2))))) (-2465 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *4 (-1264 *5)) (-5 *2 (-656 (-2 (|:| -3188 *4) (|:| -2442 *4)))) (-5 *1 (-819 *5 *4 *6 *3)) (-4 *6 (-668 *4)) (-4 *3 (-668 (-419 *4))))) (-2465 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *5 (-1264 *4)) (-5 *2 (-656 (-2 (|:| -3188 *5) (|:| -2442 *5)))) (-5 *1 (-819 *4 *5 *6 *3)) (-4 *6 (-668 *5)) (-4 *3 (-668 (-419 *5))))) (-4414 (*1 *2 *3 *4) (-12 (-4 *2 (-1264 *4)) (-5 *1 (-819 *4 *2 *3 *5)) (-4 *4 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *3 (-668 *2)) (-4 *5 (-668 (-419 *2))))) (-2465 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *4 (-1264 *5)) (-5 *2 (-656 (-2 (|:| -3188 *4) (|:| -2442 *4)))) (-5 *1 (-819 *5 *4 *3 *6)) (-4 *3 (-668 *4)) (-4 *6 (-668 (-419 *4))))) (-2465 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *5 (-1264 *4)) (-5 *2 (-656 (-2 (|:| -3188 *5) (|:| -2442 *5)))) (-5 *1 (-819 *4 *5 *3 *6)) (-4 *3 (-668 *5)) (-4 *6 (-668 (-419 *5))))) (-1349 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-419 *2))) (-4 *2 (-1264 *5)) (-5 *1 (-819 *5 *2 *3 *6)) (-4 *5 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *3 (-668 *2)) (-4 *6 (-668 (-419 *2))))) (-1349 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-419 *2)) (-4 *2 (-1264 *5)) (-5 *1 (-819 *5 *2 *3 *6)) (-4 *5 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *3 (-668 *2)) (-4 *6 (-668 *4)))))
+(-10 -7 (-15 -1349 ((-3 |#2| "failed") |#3| (-419 |#2|))) (-15 -1349 (|#2| |#3| (-656 (-419 |#2|)))) (-15 -2465 ((-656 (-2 (|:| -3188 |#2|) (|:| -2442 |#2|))) |#3|)) (-15 -2465 ((-656 (-2 (|:| -3188 |#2|) (|:| -2442 |#2|))) |#3| |#2|)) (-15 -4414 (|#2| |#3| |#1|)) (-15 -2465 ((-656 (-2 (|:| -3188 |#2|) (|:| -2442 |#2|))) |#4|)) (-15 -2465 ((-656 (-2 (|:| -3188 |#2|) (|:| -2442 |#2|))) |#4| |#2|)) (-15 -4414 (|#2| |#4| |#1|)) (-15 -3606 ((-2 (|:| -3379 |#3|) (|:| |rh| (-656 (-419 |#2|)))) |#4| (-656 (-419 |#2|)))))
+((-1955 (((-112) $ $) NIL)) (-2318 (((-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) $) 13)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 15) (($ (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) 12)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-820) (-13 (-1121) (-10 -8 (-15 -4114 ($ (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2318 ((-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) $))))) (T -820))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *1 (-820)))) (-2318 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227)))) (-5 *1 (-820)))))
+(-13 (-1121) (-10 -8 (-15 -4114 ($ (-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))))) (-15 -2318 ((-2 (|:| |xinit| (-227)) (|:| |xend| (-227)) (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227))) (|:| |abserr| (-227)) (|:| |relerr| (-227))) $))))
+((-2233 (((-656 (-2 (|:| |frac| (-419 |#2|)) (|:| -3379 |#3|))) |#3| (-1 (-656 |#2|) |#2| (-1193 |#2|)) (-1 (-430 |#2|) |#2|)) 154)) (-3137 (((-656 (-2 (|:| |poly| |#2|) (|:| -3379 |#3|))) |#3| (-1 (-656 |#1|) |#2|)) 52)) (-1818 (((-656 (-2 (|:| |deg| (-783)) (|:| -3379 |#2|))) |#3|) 122)) (-1529 ((|#2| |#3|) 42)) (-1457 (((-656 (-2 (|:| -2666 |#1|) (|:| -3379 |#3|))) |#3| (-1 (-656 |#1|) |#2|)) 99)) (-3004 ((|#3| |#3| (-419 |#2|)) 72) ((|#3| |#3| |#2|) 96)))
+(((-821 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1529 (|#2| |#3|)) (-15 -1818 ((-656 (-2 (|:| |deg| (-783)) (|:| -3379 |#2|))) |#3|)) (-15 -1457 ((-656 (-2 (|:| -2666 |#1|) (|:| -3379 |#3|))) |#3| (-1 (-656 |#1|) |#2|))) (-15 -3137 ((-656 (-2 (|:| |poly| |#2|) (|:| -3379 |#3|))) |#3| (-1 (-656 |#1|) |#2|))) (-15 -2233 ((-656 (-2 (|:| |frac| (-419 |#2|)) (|:| -3379 |#3|))) |#3| (-1 (-656 |#2|) |#2| (-1193 |#2|)) (-1 (-430 |#2|) |#2|))) (-15 -3004 (|#3| |#3| |#2|)) (-15 -3004 (|#3| |#3| (-419 |#2|)))) (-13 (-374) (-148) (-1059 (-419 (-576)))) (-1264 |#1|) (-668 |#2|) (-668 (-419 |#2|))) (T -821))
+((-3004 (*1 *2 *2 *3) (-12 (-5 *3 (-419 *5)) (-4 *4 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *5 (-1264 *4)) (-5 *1 (-821 *4 *5 *2 *6)) (-4 *2 (-668 *5)) (-4 *6 (-668 *3)))) (-3004 (*1 *2 *2 *3) (-12 (-4 *4 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *3 (-1264 *4)) (-5 *1 (-821 *4 *3 *2 *5)) (-4 *2 (-668 *3)) (-4 *5 (-668 (-419 *3))))) (-2233 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 (-656 *7) *7 (-1193 *7))) (-5 *5 (-1 (-430 *7) *7)) (-4 *7 (-1264 *6)) (-4 *6 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-5 *2 (-656 (-2 (|:| |frac| (-419 *7)) (|:| -3379 *3)))) (-5 *1 (-821 *6 *7 *3 *8)) (-4 *3 (-668 *7)) (-4 *8 (-668 (-419 *7))))) (-3137 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-656 *5) *6)) (-4 *5 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *6 (-1264 *5)) (-5 *2 (-656 (-2 (|:| |poly| *6) (|:| -3379 *3)))) (-5 *1 (-821 *5 *6 *3 *7)) (-4 *3 (-668 *6)) (-4 *7 (-668 (-419 *6))))) (-1457 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-656 *5) *6)) (-4 *5 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *6 (-1264 *5)) (-5 *2 (-656 (-2 (|:| -2666 *5) (|:| -3379 *3)))) (-5 *1 (-821 *5 *6 *3 *7)) (-4 *3 (-668 *6)) (-4 *7 (-668 (-419 *6))))) (-1818 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *5 (-1264 *4)) (-5 *2 (-656 (-2 (|:| |deg| (-783)) (|:| -3379 *5)))) (-5 *1 (-821 *4 *5 *3 *6)) (-4 *3 (-668 *5)) (-4 *6 (-668 (-419 *5))))) (-1529 (*1 *2 *3) (-12 (-4 *2 (-1264 *4)) (-5 *1 (-821 *4 *2 *3 *5)) (-4 *4 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *3 (-668 *2)) (-4 *5 (-668 (-419 *2))))))
+(-10 -7 (-15 -1529 (|#2| |#3|)) (-15 -1818 ((-656 (-2 (|:| |deg| (-783)) (|:| -3379 |#2|))) |#3|)) (-15 -1457 ((-656 (-2 (|:| -2666 |#1|) (|:| -3379 |#3|))) |#3| (-1 (-656 |#1|) |#2|))) (-15 -3137 ((-656 (-2 (|:| |poly| |#2|) (|:| -3379 |#3|))) |#3| (-1 (-656 |#1|) |#2|))) (-15 -2233 ((-656 (-2 (|:| |frac| (-419 |#2|)) (|:| -3379 |#3|))) |#3| (-1 (-656 |#2|) |#2| (-1193 |#2|)) (-1 (-430 |#2|) |#2|))) (-15 -3004 (|#3| |#3| |#2|)) (-15 -3004 (|#3| |#3| (-419 |#2|))))
+((-1468 (((-2 (|:| -1726 (-656 (-419 |#2|))) (|:| -2663 (-701 |#1|))) (-666 |#2| (-419 |#2|)) (-656 (-419 |#2|))) 146) (((-2 (|:| |particular| (-3 (-419 |#2|) "failed")) (|:| -1726 (-656 (-419 |#2|)))) (-666 |#2| (-419 |#2|)) (-419 |#2|)) 145) (((-2 (|:| -1726 (-656 (-419 |#2|))) (|:| -2663 (-701 |#1|))) (-665 (-419 |#2|)) (-656 (-419 |#2|))) 140) (((-2 (|:| |particular| (-3 (-419 |#2|) "failed")) (|:| -1726 (-656 (-419 |#2|)))) (-665 (-419 |#2|)) (-419 |#2|)) 138)) (-4162 ((|#2| (-666 |#2| (-419 |#2|))) 87) ((|#2| (-665 (-419 |#2|))) 90)))
+(((-822 |#1| |#2|) (-10 -7 (-15 -1468 ((-2 (|:| |particular| (-3 (-419 |#2|) "failed")) (|:| -1726 (-656 (-419 |#2|)))) (-665 (-419 |#2|)) (-419 |#2|))) (-15 -1468 ((-2 (|:| -1726 (-656 (-419 |#2|))) (|:| -2663 (-701 |#1|))) (-665 (-419 |#2|)) (-656 (-419 |#2|)))) (-15 -1468 ((-2 (|:| |particular| (-3 (-419 |#2|) "failed")) (|:| -1726 (-656 (-419 |#2|)))) (-666 |#2| (-419 |#2|)) (-419 |#2|))) (-15 -1468 ((-2 (|:| -1726 (-656 (-419 |#2|))) (|:| -2663 (-701 |#1|))) (-666 |#2| (-419 |#2|)) (-656 (-419 |#2|)))) (-15 -4162 (|#2| (-665 (-419 |#2|)))) (-15 -4162 (|#2| (-666 |#2| (-419 |#2|))))) (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))) (-1264 |#1|)) (T -822))
+((-4162 (*1 *2 *3) (-12 (-5 *3 (-666 *2 (-419 *2))) (-4 *2 (-1264 *4)) (-5 *1 (-822 *4 *2)) (-4 *4 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))))) (-4162 (*1 *2 *3) (-12 (-5 *3 (-665 (-419 *2))) (-4 *2 (-1264 *4)) (-5 *1 (-822 *4 *2)) (-4 *4 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))))) (-1468 (*1 *2 *3 *4) (-12 (-5 *3 (-666 *6 (-419 *6))) (-4 *6 (-1264 *5)) (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-5 *2 (-2 (|:| -1726 (-656 (-419 *6))) (|:| -2663 (-701 *5)))) (-5 *1 (-822 *5 *6)) (-5 *4 (-656 (-419 *6))))) (-1468 (*1 *2 *3 *4) (-12 (-5 *3 (-666 *6 (-419 *6))) (-5 *4 (-419 *6)) (-4 *6 (-1264 *5)) (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1726 (-656 *4)))) (-5 *1 (-822 *5 *6)))) (-1468 (*1 *2 *3 *4) (-12 (-5 *3 (-665 (-419 *6))) (-4 *6 (-1264 *5)) (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-5 *2 (-2 (|:| -1726 (-656 (-419 *6))) (|:| -2663 (-701 *5)))) (-5 *1 (-822 *5 *6)) (-5 *4 (-656 (-419 *6))))) (-1468 (*1 *2 *3 *4) (-12 (-5 *3 (-665 (-419 *6))) (-5 *4 (-419 *6)) (-4 *6 (-1264 *5)) (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1726 (-656 *4)))) (-5 *1 (-822 *5 *6)))))
+(-10 -7 (-15 -1468 ((-2 (|:| |particular| (-3 (-419 |#2|) "failed")) (|:| -1726 (-656 (-419 |#2|)))) (-665 (-419 |#2|)) (-419 |#2|))) (-15 -1468 ((-2 (|:| -1726 (-656 (-419 |#2|))) (|:| -2663 (-701 |#1|))) (-665 (-419 |#2|)) (-656 (-419 |#2|)))) (-15 -1468 ((-2 (|:| |particular| (-3 (-419 |#2|) "failed")) (|:| -1726 (-656 (-419 |#2|)))) (-666 |#2| (-419 |#2|)) (-419 |#2|))) (-15 -1468 ((-2 (|:| -1726 (-656 (-419 |#2|))) (|:| -2663 (-701 |#1|))) (-666 |#2| (-419 |#2|)) (-656 (-419 |#2|)))) (-15 -4162 (|#2| (-665 (-419 |#2|)))) (-15 -4162 (|#2| (-666 |#2| (-419 |#2|)))))
+((-3141 (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#1|))) |#5| |#4|) 49)))
+(((-823 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3141 ((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#1|))) |#5| |#4|))) (-374) (-668 |#1|) (-1264 |#1|) (-736 |#1| |#3|) (-668 |#4|)) (T -823))
+((-3141 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-4 *7 (-1264 *5)) (-4 *4 (-736 *5 *7)) (-5 *2 (-2 (|:| -2663 (-701 *6)) (|:| |vec| (-1288 *5)))) (-5 *1 (-823 *5 *6 *7 *4 *3)) (-4 *6 (-668 *5)) (-4 *3 (-668 *4)))))
+(-10 -7 (-15 -3141 ((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#1|))) |#5| |#4|)))
+((-2233 (((-656 (-2 (|:| |frac| (-419 |#2|)) (|:| -3379 (-666 |#2| (-419 |#2|))))) (-666 |#2| (-419 |#2|)) (-1 (-430 |#2|) |#2|)) 47)) (-1477 (((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-430 |#2|) |#2|)) 167 (|has| |#1| (-27))) (((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|))) 164 (|has| |#1| (-27))) (((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-430 |#2|) |#2|)) 168 (|has| |#1| (-27))) (((-656 (-419 |#2|)) (-665 (-419 |#2|))) 166 (|has| |#1| (-27))) (((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|) (-1 (-430 |#2|) |#2|)) 38) (((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|)) 39) (((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|) (-1 (-430 |#2|) |#2|)) 36) (((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|)) 37)) (-3137 (((-656 (-2 (|:| |poly| |#2|) (|:| -3379 (-666 |#2| (-419 |#2|))))) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|)) 96)))
+(((-824 |#1| |#2|) (-10 -7 (-15 -1477 ((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|))) (-15 -1477 ((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|) (-1 (-430 |#2|) |#2|))) (-15 -1477 ((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|))) (-15 -1477 ((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|) (-1 (-430 |#2|) |#2|))) (-15 -2233 ((-656 (-2 (|:| |frac| (-419 |#2|)) (|:| -3379 (-666 |#2| (-419 |#2|))))) (-666 |#2| (-419 |#2|)) (-1 (-430 |#2|) |#2|))) (-15 -3137 ((-656 (-2 (|:| |poly| |#2|) (|:| -3379 (-666 |#2| (-419 |#2|))))) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -1477 ((-656 (-419 |#2|)) (-665 (-419 |#2|)))) (-15 -1477 ((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-430 |#2|) |#2|))) (-15 -1477 ((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)))) (-15 -1477 ((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-430 |#2|) |#2|)))) |%noBranch|)) (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))) (-1264 |#1|)) (T -824))
+((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-666 *6 (-419 *6))) (-5 *4 (-1 (-430 *6) *6)) (-4 *6 (-1264 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-5 *2 (-656 (-419 *6))) (-5 *1 (-824 *5 *6)))) (-1477 (*1 *2 *3) (-12 (-5 *3 (-666 *5 (-419 *5))) (-4 *5 (-1264 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-5 *2 (-656 (-419 *5))) (-5 *1 (-824 *4 *5)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-665 (-419 *6))) (-5 *4 (-1 (-430 *6) *6)) (-4 *6 (-1264 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-5 *2 (-656 (-419 *6))) (-5 *1 (-824 *5 *6)))) (-1477 (*1 *2 *3) (-12 (-5 *3 (-665 (-419 *5))) (-4 *5 (-1264 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-5 *2 (-656 (-419 *5))) (-5 *1 (-824 *4 *5)))) (-3137 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-656 *5) *6)) (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-4 *6 (-1264 *5)) (-5 *2 (-656 (-2 (|:| |poly| *6) (|:| -3379 (-666 *6 (-419 *6)))))) (-5 *1 (-824 *5 *6)) (-5 *3 (-666 *6 (-419 *6))))) (-2233 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-430 *6) *6)) (-4 *6 (-1264 *5)) (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-5 *2 (-656 (-2 (|:| |frac| (-419 *6)) (|:| -3379 (-666 *6 (-419 *6)))))) (-5 *1 (-824 *5 *6)) (-5 *3 (-666 *6 (-419 *6))))) (-1477 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-666 *7 (-419 *7))) (-5 *4 (-1 (-656 *6) *7)) (-5 *5 (-1 (-430 *7) *7)) (-4 *6 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-4 *7 (-1264 *6)) (-5 *2 (-656 (-419 *7))) (-5 *1 (-824 *6 *7)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-666 *6 (-419 *6))) (-5 *4 (-1 (-656 *5) *6)) (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-4 *6 (-1264 *5)) (-5 *2 (-656 (-419 *6))) (-5 *1 (-824 *5 *6)))) (-1477 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-665 (-419 *7))) (-5 *4 (-1 (-656 *6) *7)) (-5 *5 (-1 (-430 *7) *7)) (-4 *6 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-4 *7 (-1264 *6)) (-5 *2 (-656 (-419 *7))) (-5 *1 (-824 *6 *7)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-665 (-419 *6))) (-5 *4 (-1 (-656 *5) *6)) (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))) (-4 *6 (-1264 *5)) (-5 *2 (-656 (-419 *6))) (-5 *1 (-824 *5 *6)))))
+(-10 -7 (-15 -1477 ((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|))) (-15 -1477 ((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-656 |#1|) |#2|) (-1 (-430 |#2|) |#2|))) (-15 -1477 ((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|))) (-15 -1477 ((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|) (-1 (-430 |#2|) |#2|))) (-15 -2233 ((-656 (-2 (|:| |frac| (-419 |#2|)) (|:| -3379 (-666 |#2| (-419 |#2|))))) (-666 |#2| (-419 |#2|)) (-1 (-430 |#2|) |#2|))) (-15 -3137 ((-656 (-2 (|:| |poly| |#2|) (|:| -3379 (-666 |#2| (-419 |#2|))))) (-666 |#2| (-419 |#2|)) (-1 (-656 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -1477 ((-656 (-419 |#2|)) (-665 (-419 |#2|)))) (-15 -1477 ((-656 (-419 |#2|)) (-665 (-419 |#2|)) (-1 (-430 |#2|) |#2|))) (-15 -1477 ((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)))) (-15 -1477 ((-656 (-419 |#2|)) (-666 |#2| (-419 |#2|)) (-1 (-430 |#2|) |#2|)))) |%noBranch|))
+((-3862 (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#1|))) (-701 |#2|) (-1288 |#1|)) 110) (((-2 (|:| A (-701 |#1|)) (|:| |eqs| (-656 (-2 (|:| C (-701 |#1|)) (|:| |g| (-1288 |#1|)) (|:| -3379 |#2|) (|:| |rh| |#1|))))) (-701 |#1|) (-1288 |#1|)) 15)) (-3893 (((-2 (|:| |particular| (-3 (-1288 |#1|) "failed")) (|:| -1726 (-656 (-1288 |#1|)))) (-701 |#2|) (-1288 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -1726 (-656 |#1|))) |#2| |#1|)) 116)) (-4022 (((-3 (-2 (|:| |particular| (-1288 |#1|)) (|:| -1726 (-701 |#1|))) "failed") (-701 |#1|) (-1288 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -1726 (-656 |#1|))) "failed") |#2| |#1|)) 54)))
+(((-825 |#1| |#2|) (-10 -7 (-15 -3862 ((-2 (|:| A (-701 |#1|)) (|:| |eqs| (-656 (-2 (|:| C (-701 |#1|)) (|:| |g| (-1288 |#1|)) (|:| -3379 |#2|) (|:| |rh| |#1|))))) (-701 |#1|) (-1288 |#1|))) (-15 -3862 ((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#1|))) (-701 |#2|) (-1288 |#1|))) (-15 -4022 ((-3 (-2 (|:| |particular| (-1288 |#1|)) (|:| -1726 (-701 |#1|))) "failed") (-701 |#1|) (-1288 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -1726 (-656 |#1|))) "failed") |#2| |#1|))) (-15 -3893 ((-2 (|:| |particular| (-3 (-1288 |#1|) "failed")) (|:| -1726 (-656 (-1288 |#1|)))) (-701 |#2|) (-1288 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -1726 (-656 |#1|))) |#2| |#1|)))) (-374) (-668 |#1|)) (T -825))
+((-3893 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-701 *7)) (-5 *5 (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -1726 (-656 *6))) *7 *6)) (-4 *6 (-374)) (-4 *7 (-668 *6)) (-5 *2 (-2 (|:| |particular| (-3 (-1288 *6) "failed")) (|:| -1726 (-656 (-1288 *6))))) (-5 *1 (-825 *6 *7)) (-5 *4 (-1288 *6)))) (-4022 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-2 (|:| |particular| *6) (|:| -1726 (-656 *6))) "failed") *7 *6)) (-4 *6 (-374)) (-4 *7 (-668 *6)) (-5 *2 (-2 (|:| |particular| (-1288 *6)) (|:| -1726 (-701 *6)))) (-5 *1 (-825 *6 *7)) (-5 *3 (-701 *6)) (-5 *4 (-1288 *6)))) (-3862 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-4 *6 (-668 *5)) (-5 *2 (-2 (|:| -2663 (-701 *6)) (|:| |vec| (-1288 *5)))) (-5 *1 (-825 *5 *6)) (-5 *3 (-701 *6)) (-5 *4 (-1288 *5)))) (-3862 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-5 *2 (-2 (|:| A (-701 *5)) (|:| |eqs| (-656 (-2 (|:| C (-701 *5)) (|:| |g| (-1288 *5)) (|:| -3379 *6) (|:| |rh| *5)))))) (-5 *1 (-825 *5 *6)) (-5 *3 (-701 *5)) (-5 *4 (-1288 *5)) (-4 *6 (-668 *5)))))
+(-10 -7 (-15 -3862 ((-2 (|:| A (-701 |#1|)) (|:| |eqs| (-656 (-2 (|:| C (-701 |#1|)) (|:| |g| (-1288 |#1|)) (|:| -3379 |#2|) (|:| |rh| |#1|))))) (-701 |#1|) (-1288 |#1|))) (-15 -3862 ((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#1|))) (-701 |#2|) (-1288 |#1|))) (-15 -4022 ((-3 (-2 (|:| |particular| (-1288 |#1|)) (|:| -1726 (-701 |#1|))) "failed") (-701 |#1|) (-1288 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -1726 (-656 |#1|))) "failed") |#2| |#1|))) (-15 -3893 ((-2 (|:| |particular| (-3 (-1288 |#1|) "failed")) (|:| -1726 (-656 (-1288 |#1|)))) (-701 |#2|) (-1288 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -1726 (-656 |#1|))) |#2| |#1|))))
+((-2564 (((-701 |#1|) (-656 |#1|) (-783)) 14) (((-701 |#1|) (-656 |#1|)) 15)) (-2942 (((-3 (-1288 |#1|) "failed") |#2| |#1| (-656 |#1|)) 39)) (-1608 (((-3 |#1| "failed") |#2| |#1| (-656 |#1|) (-1 |#1| |#1|)) 46)))
+(((-826 |#1| |#2|) (-10 -7 (-15 -2564 ((-701 |#1|) (-656 |#1|))) (-15 -2564 ((-701 |#1|) (-656 |#1|) (-783))) (-15 -2942 ((-3 (-1288 |#1|) "failed") |#2| |#1| (-656 |#1|))) (-15 -1608 ((-3 |#1| "failed") |#2| |#1| (-656 |#1|) (-1 |#1| |#1|)))) (-374) (-668 |#1|)) (T -826))
+((-1608 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *4 (-656 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-374)) (-5 *1 (-826 *2 *3)) (-4 *3 (-668 *2)))) (-2942 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-656 *4)) (-4 *4 (-374)) (-5 *2 (-1288 *4)) (-5 *1 (-826 *4 *3)) (-4 *3 (-668 *4)))) (-2564 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *5)) (-5 *4 (-783)) (-4 *5 (-374)) (-5 *2 (-701 *5)) (-5 *1 (-826 *5 *6)) (-4 *6 (-668 *5)))) (-2564 (*1 *2 *3) (-12 (-5 *3 (-656 *4)) (-4 *4 (-374)) (-5 *2 (-701 *4)) (-5 *1 (-826 *4 *5)) (-4 *5 (-668 *4)))))
+(-10 -7 (-15 -2564 ((-701 |#1|) (-656 |#1|))) (-15 -2564 ((-701 |#1|) (-656 |#1|) (-783))) (-15 -2942 ((-3 (-1288 |#1|) "failed") |#2| |#1| (-656 |#1|))) (-15 -1608 ((-3 |#1| "failed") |#2| |#1| (-656 |#1|) (-1 |#1| |#1|))))
+((-1955 (((-112) $ $) NIL (|has| |#2| (-102)))) (-2604 (((-112) $) NIL (|has| |#2| (-23)))) (-4233 (($ (-940)) NIL (|has| |#2| (-1070)))) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-3900 (($ $ $) NIL (|has| |#2| (-805)))) (-2583 (((-3 $ "failed") $ $) NIL (|has| |#2| (-132)))) (-1951 (((-112) $ (-783)) NIL)) (-2200 (((-783)) NIL (|has| |#2| (-379)))) (-4268 ((|#2| $ (-576) |#2|) NIL (|has| $ (-6 -4465)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL (-12 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1121)))) (-2318 (((-576) $) NIL (-12 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121)))) (((-419 (-576)) $) NIL (-12 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121)))) ((|#2| $) NIL (|has| |#2| (-1121)))) (-2255 (((-701 (-576)) (-701 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) NIL (|has| |#2| (-1070))) (((-701 |#2|) (-701 $)) NIL (|has| |#2| (-1070)))) (-2413 (((-3 $ "failed") $) NIL (|has| |#2| (-1070)))) (-4370 (($) NIL (|has| |#2| (-379)))) (-1908 ((|#2| $ (-576) |#2|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#2| $ (-576)) NIL)) (-3722 (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-3315 (((-112) $) NIL (|has| |#2| (-1070)))) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) NIL (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| |#2| (-862)))) (-4302 (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| |#2| (-862)))) (-1896 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#2| |#2|) $) NIL)) (-2106 (((-940) $) NIL (|has| |#2| (-379)))) (-4002 (((-112) $ (-783)) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#2| (-1070)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-1288 $) $) NIL (|has| |#2| (-1070))) (((-701 |#2|) (-1288 $)) NIL (|has| |#2| (-1070)))) (-4185 (((-1179) $) NIL (|has| |#2| (-1121)))) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-2409 (($ (-940)) NIL (|has| |#2| (-379)))) (-3117 (((-1141) $) NIL (|has| |#2| (-1121)))) (-1753 ((|#2| $) NIL (|has| (-576) (-862)))) (-3140 (($ $ |#2|) NIL (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-3700 (((-656 |#2|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#2| $ (-576) |#2|) NIL) ((|#2| $ (-576)) NIL)) (-2429 ((|#2| $ $) NIL (|has| |#2| (-1070)))) (-1492 (($ (-1288 |#2|)) NIL)) (-2435 (((-135)) NIL (|has| |#2| (-374)))) (-4107 (($ $ (-783)) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1070)))) (($ $) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1070)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1197)) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1070))) (($ $ (-1 |#2| |#2|) (-783)) NIL (|has| |#2| (-1070)))) (-3131 (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-4287 (($ $) NIL)) (-4114 (((-1288 |#2|) $) NIL) (($ (-576)) NIL (-3795 (-12 (|has| |#2| (-1059 (-576))) (|has| |#2| (-1121))) (|has| |#2| (-1070)))) (($ (-419 (-576))) NIL (-12 (|has| |#2| (-1059 (-419 (-576)))) (|has| |#2| (-1121)))) (($ |#2|) NIL (|has| |#2| (-1121))) (((-876) $) NIL (|has| |#2| (-625 (-876))))) (-2864 (((-783)) NIL (|has| |#2| (-1070)) CONST)) (-3000 (((-112) $ $) NIL (|has| |#2| (-1121)))) (-1746 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-4312 (($) NIL (|has| |#2| (-23)) CONST)) (-4322 (($) NIL (|has| |#2| (-1070)) CONST)) (-3157 (($ $ (-783)) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1070)))) (($ $) NIL (-12 (|has| |#2| (-237)) (|has| |#2| (-1070)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1197)) NIL (-12 (|has| |#2| (-919 (-1197))) (|has| |#2| (-1070)))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1070))) (($ $ (-1 |#2| |#2|) (-783)) NIL (|has| |#2| (-1070)))) (-3995 (((-112) $ $) NIL (|has| |#2| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#2| (-862)))) (-3939 (((-112) $ $) NIL (|has| |#2| (-102)))) (-3985 (((-112) $ $) NIL (|has| |#2| (-862)))) (-3962 (((-112) $ $) 11 (|has| |#2| (-862)))) (-4047 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-4037 (($ $ $) NIL (|has| |#2| (-21))) (($ $) NIL (|has| |#2| (-21)))) (-4027 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-783)) NIL (|has| |#2| (-1070))) (($ $ (-940)) NIL (|has| |#2| (-1070)))) (* (($ $ $) NIL (|has| |#2| (-1070))) (($ $ |#2|) NIL (|has| |#2| (-738))) (($ |#2| $) NIL (|has| |#2| (-738))) (($ (-576) $) NIL (|has| |#2| (-21))) (($ (-783) $) NIL (|has| |#2| (-23))) (($ (-940) $) NIL (|has| |#2| (-25)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-827 |#1| |#2| |#3|) (-243 |#1| |#2|) (-783) (-805) (-1 (-112) (-1288 |#2|) (-1288 |#2|))) (T -827))
NIL
(-243 |#1| |#2|)
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2048 (((-656 (-783)) $) NIL) (((-656 (-783)) $ (-1195)) NIL)) (-3903 (((-783) $) NIL) (((-783) $ (-1195)) NIL)) (-1960 (((-656 (-830 (-1195))) $) NIL)) (-1797 (((-1191 $) $ (-830 (-1195))) NIL) (((-1191 |#1|) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-1925 (((-783) $) NIL) (((-783) $ (-656 (-830 (-1195)))) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1415 (($ $) NIL (|has| |#1| (-464)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-3533 (($ $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-830 (-1195)) "failed") $) NIL) (((-3 (-1195) "failed") $) NIL) (((-3 (-1144 |#1| (-1195)) "failed") $) NIL)) (-2857 ((|#1| $) NIL) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-830 (-1195)) $) NIL) (((-1195) $) NIL) (((-1144 |#1| (-1195)) $) NIL)) (-1990 (($ $ $ (-830 (-1195))) NIL (|has| |#1| (-174)))) (-2109 (($ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2619 (($ $) NIL (|has| |#1| (-464))) (($ $ (-830 (-1195))) NIL (|has| |#1| (-464)))) (-2098 (((-656 $) $) NIL)) (-4283 (((-112) $) NIL (|has| |#1| (-926)))) (-2056 (($ $ |#1| (-543 (-830 (-1195))) $) NIL)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (-12 (|has| (-830 (-1195)) (-899 (-390))) (|has| |#1| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (-12 (|has| (-830 (-1195)) (-899 (-576))) (|has| |#1| (-899 (-576)))))) (-1991 (((-783) $ (-1195)) NIL) (((-783) $) NIL)) (-3612 (((-112) $) NIL)) (-1935 (((-783) $) NIL)) (-1950 (($ (-1191 |#1|) (-830 (-1195))) NIL) (($ (-1191 $) (-830 (-1195))) NIL)) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-543 (-830 (-1195)))) NIL) (($ $ (-830 (-1195)) (-783)) NIL) (($ $ (-656 (-830 (-1195))) (-656 (-783))) NIL)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ (-830 (-1195))) NIL)) (-2488 (((-543 (-830 (-1195))) $) NIL) (((-783) $ (-830 (-1195))) NIL) (((-656 (-783)) $ (-656 (-830 (-1195)))) NIL)) (-3492 (($ (-1 (-543 (-830 (-1195))) (-543 (-830 (-1195)))) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-3374 (((-1 $ (-783)) (-1195)) NIL) (((-1 $ (-783)) $) NIL (|has| |#1| (-238)))) (-1429 (((-3 (-830 (-1195)) "failed") $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) NIL) (((-701 |#1|) (-1286 $)) NIL)) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-2754 (((-830 (-1195)) $) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-3881 (((-1177) $) NIL)) (-1690 (((-112) $) NIL)) (-2692 (((-3 (-656 $) "failed") $) NIL)) (-3656 (((-3 (-656 $) "failed") $) NIL)) (-2244 (((-3 (-2 (|:| |var| (-830 (-1195))) (|:| -2125 (-783))) "failed") $) NIL)) (-4282 (($ $) NIL)) (-1448 (((-1139) $) NIL)) (-2055 (((-112) $) NIL)) (-2065 ((|#1| $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-464)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1827 (((-430 $) $) NIL (|has| |#1| (-926)))) (-3473 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-3281 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-830 (-1195)) |#1|) NIL) (($ $ (-656 (-830 (-1195))) (-656 |#1|)) NIL) (($ $ (-830 (-1195)) $) NIL) (($ $ (-656 (-830 (-1195))) (-656 $)) NIL) (($ $ (-1195) $) NIL (|has| |#1| (-238))) (($ $ (-656 (-1195)) (-656 $)) NIL (|has| |#1| (-238))) (($ $ (-1195) |#1|) NIL (|has| |#1| (-238))) (($ $ (-656 (-1195)) (-656 |#1|)) NIL (|has| |#1| (-238)))) (-2491 (($ $ (-830 (-1195))) NIL (|has| |#1| (-174)))) (-2770 (($ $ (-656 (-830 (-1195))) (-656 (-783))) NIL) (($ $ (-830 (-1195)) (-783)) NIL) (($ $ (-656 (-830 (-1195)))) NIL) (($ $ (-830 (-1195))) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195)))) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237)))) (-2956 (((-656 (-1195)) $) NIL)) (-1967 (((-543 (-830 (-1195))) $) NIL) (((-783) $ (-830 (-1195))) NIL) (((-656 (-783)) $ (-656 (-830 (-1195)))) NIL) (((-783) $ (-1195)) NIL)) (-4169 (((-905 (-390)) $) NIL (-12 (|has| (-830 (-1195)) (-626 (-905 (-390)))) (|has| |#1| (-626 (-905 (-390)))))) (((-905 (-576)) $) NIL (-12 (|has| (-830 (-1195)) (-626 (-905 (-576)))) (|has| |#1| (-626 (-905 (-576)))))) (((-548) $) NIL (-12 (|has| (-830 (-1195)) (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-2145 ((|#1| $) NIL (|has| |#1| (-464))) (($ $ (-830 (-1195))) NIL (|has| |#1| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-926))))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-830 (-1195))) NIL) (($ (-1195)) NIL) (($ (-1144 |#1| (-1195))) NIL) (($ (-419 (-576))) NIL (-2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576)))))) (($ $) NIL (|has| |#1| (-568)))) (-1691 (((-656 |#1|) $) NIL)) (-1749 ((|#1| $ (-543 (-830 (-1195)))) NIL) (($ $ (-830 (-1195)) (-783)) NIL) (($ $ (-656 (-830 (-1195))) (-656 (-783))) NIL)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#1| (-926))) (|has| |#1| (-146))))) (-2596 (((-783)) NIL T CONST)) (-2217 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-656 (-830 (-1195))) (-656 (-783))) NIL) (($ $ (-830 (-1195)) (-783)) NIL) (($ $ (-656 (-830 (-1195)))) NIL) (($ $ (-830 (-1195))) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195)))) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237)))) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-828 |#1|) (-13 (-260 |#1| (-1195) (-830 (-1195)) (-543 (-830 (-1195)))) (-1057 (-1144 |#1| (-1195)))) (-1068)) (T -828))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2267 (((-656 (-783)) $) NIL) (((-656 (-783)) $ (-1197)) NIL)) (-3139 (((-783) $) NIL) (((-783) $ (-1197)) NIL)) (-1583 (((-656 (-830 (-1197))) $) NIL)) (-1420 (((-1193 $) $ (-830 (-1197))) NIL) (((-1193 |#1|) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2392 (((-783) $) NIL) (((-783) $ (-656 (-830 (-1197)))) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4068 (($ $) NIL (|has| |#1| (-464)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-3825 (($ $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-830 (-1197)) "failed") $) NIL) (((-3 (-1197) "failed") $) NIL) (((-3 (-1146 |#1| (-1197)) "failed") $) NIL)) (-2318 ((|#1| $) NIL) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-830 (-1197)) $) NIL) (((-1197) $) NIL) (((-1146 |#1| (-1197)) $) NIL)) (-1751 (($ $ $ (-830 (-1197))) NIL (|has| |#1| (-174)))) (-3310 (($ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1770 (($ $) NIL (|has| |#1| (-464))) (($ $ (-830 (-1197))) NIL (|has| |#1| (-464)))) (-3297 (((-656 $) $) NIL)) (-3742 (((-112) $) NIL (|has| |#1| (-928)))) (-4308 (($ $ |#1| (-543 (-830 (-1197))) $) NIL)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (-12 (|has| (-830 (-1197)) (-901 (-390))) (|has| |#1| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (-12 (|has| (-830 (-1197)) (-901 (-576))) (|has| |#1| (-901 (-576)))))) (-1760 (((-783) $ (-1197)) NIL) (((-783) $) NIL)) (-3315 (((-112) $) NIL)) (-2509 (((-783) $) NIL)) (-1572 (($ (-1193 |#1|) (-830 (-1197))) NIL) (($ (-1193 $) (-830 (-1197))) NIL)) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-543 (-830 (-1197)))) NIL) (($ $ (-830 (-1197)) (-783)) NIL) (($ $ (-656 (-830 (-1197))) (-656 (-783))) NIL)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ (-830 (-1197))) NIL)) (-4269 (((-543 (-830 (-1197))) $) NIL) (((-783) $ (-830 (-1197))) NIL) (((-656 (-783)) $ (-656 (-830 (-1197)))) NIL)) (-1504 (($ (-1 (-543 (-830 (-1197))) (-543 (-830 (-1197)))) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-2840 (((-1 $ (-783)) (-1197)) NIL) (((-1 $ (-783)) $) NIL (|has| |#1| (-238)))) (-1706 (((-3 (-830 (-1197)) "failed") $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) NIL) (((-701 |#1|) (-1288 $)) NIL)) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-4195 (((-830 (-1197)) $) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-4185 (((-1179) $) NIL)) (-1910 (((-112) $) NIL)) (-4383 (((-3 (-656 $) "failed") $) NIL)) (-2453 (((-3 (-656 $) "failed") $) NIL)) (-2344 (((-3 (-2 (|:| |var| (-830 (-1197))) (|:| -3744 (-783))) "failed") $) NIL)) (-2296 (($ $) NIL)) (-3117 (((-1141) $) NIL)) (-1677 (((-112) $) NIL)) (-1684 ((|#1| $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-464)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-1452 (((-430 $) $) NIL (|has| |#1| (-928)))) (-1943 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-2143 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-830 (-1197)) |#1|) NIL) (($ $ (-656 (-830 (-1197))) (-656 |#1|)) NIL) (($ $ (-830 (-1197)) $) NIL) (($ $ (-656 (-830 (-1197))) (-656 $)) NIL) (($ $ (-1197) $) NIL (|has| |#1| (-238))) (($ $ (-656 (-1197)) (-656 $)) NIL (|has| |#1| (-238))) (($ $ (-1197) |#1|) NIL (|has| |#1| (-238))) (($ $ (-656 (-1197)) (-656 |#1|)) NIL (|has| |#1| (-238)))) (-3053 (($ $ (-830 (-1197))) NIL (|has| |#1| (-174)))) (-4107 (($ $ (-656 (-830 (-1197))) (-656 (-783))) NIL) (($ $ (-830 (-1197)) (-783)) NIL) (($ $ (-656 (-830 (-1197)))) NIL) (($ $ (-830 (-1197))) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197)))) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237)))) (-3040 (((-656 (-1197)) $) NIL)) (-2786 (((-543 (-830 (-1197))) $) NIL) (((-783) $ (-830 (-1197))) NIL) (((-656 (-783)) $ (-656 (-830 (-1197)))) NIL) (((-783) $ (-1197)) NIL)) (-1554 (((-907 (-390)) $) NIL (-12 (|has| (-830 (-1197)) (-626 (-907 (-390)))) (|has| |#1| (-626 (-907 (-390)))))) (((-907 (-576)) $) NIL (-12 (|has| (-830 (-1197)) (-626 (-907 (-576)))) (|has| |#1| (-626 (-907 (-576)))))) (((-548) $) NIL (-12 (|has| (-830 (-1197)) (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-3929 ((|#1| $) NIL (|has| |#1| (-464))) (($ $ (-830 (-1197))) NIL (|has| |#1| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-928))))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-830 (-1197))) NIL) (($ (-1197)) NIL) (($ (-1146 |#1| (-1197))) NIL) (($ (-419 (-576))) NIL (-3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576)))))) (($ $) NIL (|has| |#1| (-568)))) (-1923 (((-656 |#1|) $) NIL)) (-1341 ((|#1| $ (-543 (-830 (-1197)))) NIL) (($ $ (-830 (-1197)) (-783)) NIL) (($ $ (-656 (-830 (-1197))) (-656 (-783))) NIL)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#1| (-928))) (|has| |#1| (-146))))) (-2864 (((-783)) NIL T CONST)) (-3365 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-656 (-830 (-1197))) (-656 (-783))) NIL) (($ $ (-830 (-1197)) (-783)) NIL) (($ $ (-656 (-830 (-1197)))) NIL) (($ $ (-830 (-1197))) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197)))) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237)))) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-828 |#1|) (-13 (-260 |#1| (-1197) (-830 (-1197)) (-543 (-830 (-1197)))) (-1059 (-1146 |#1| (-1197)))) (-1070)) (T -828))
NIL
-(-13 (-260 |#1| (-1195) (-830 (-1195)) (-543 (-830 (-1195)))) (-1057 (-1144 |#1| (-1195))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#2| (-374)))) (-4380 (($ $) NIL (|has| |#2| (-374)))) (-1657 (((-112) $) NIL (|has| |#2| (-374)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL (|has| |#2| (-374)))) (-3422 (((-430 $) $) NIL (|has| |#2| (-374)))) (-1829 (((-112) $ $) NIL (|has| |#2| (-374)))) (-2135 (($) NIL T CONST)) (-3426 (($ $ $) NIL (|has| |#2| (-374)))) (-2251 (((-3 $ "failed") $) NIL)) (-3438 (($ $ $) NIL (|has| |#2| (-374)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| |#2| (-374)))) (-4283 (((-112) $) NIL (|has| |#2| (-374)))) (-3612 (((-112) $) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#2| (-374)))) (-3457 (($ (-656 $)) NIL (|has| |#2| (-374))) (($ $ $) NIL (|has| |#2| (-374)))) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 20 (|has| |#2| (-374)))) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#2| (-374)))) (-3495 (($ (-656 $)) NIL (|has| |#2| (-374))) (($ $ $) NIL (|has| |#2| (-374)))) (-1827 (((-430 $) $) NIL (|has| |#2| (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#2| (-374)))) (-3473 (((-3 $ "failed") $ $) NIL (|has| |#2| (-374)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#2| (-374)))) (-3909 (((-783) $) NIL (|has| |#2| (-374)))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#2| (-374)))) (-2770 (($ $) 13) (($ $ (-783)) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#2|) 10) ((|#2| $) 11) (($ (-419 (-576))) NIL (|has| |#2| (-374))) (($ $) NIL (|has| |#2| (-374)))) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL (|has| |#2| (-374)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $) NIL) (($ $ (-783)) NIL)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ $) 15 (|has| |#2| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-783)) NIL) (($ $ (-938)) NIL) (($ $ (-576)) 18 (|has| |#2| (-374)))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ $) NIL) (($ (-419 (-576)) $) NIL (|has| |#2| (-374))) (($ $ (-419 (-576))) NIL (|has| |#2| (-374)))))
-(((-829 |#1| |#2| |#3|) (-13 (-111 $ $) (-238) (-502 |#2|) (-10 -7 (IF (|has| |#2| (-374)) (-6 (-374)) |%noBranch|))) (-1119) (-915 |#1|) |#1|) (T -829))
+(-13 (-260 |#1| (-1197) (-830 (-1197)) (-543 (-830 (-1197)))) (-1059 (-1146 |#1| (-1197))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#2| (-374)))) (-2116 (($ $) NIL (|has| |#2| (-374)))) (-2898 (((-112) $) NIL (|has| |#2| (-374)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL (|has| |#2| (-374)))) (-2068 (((-430 $) $) NIL (|has| |#2| (-374)))) (-4064 (((-112) $ $) NIL (|has| |#2| (-374)))) (-3853 (($) NIL T CONST)) (-1892 (($ $ $) NIL (|has| |#2| (-374)))) (-2413 (((-3 $ "failed") $) NIL)) (-1905 (($ $ $) NIL (|has| |#2| (-374)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| |#2| (-374)))) (-3742 (((-112) $) NIL (|has| |#2| (-374)))) (-3315 (((-112) $) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#2| (-374)))) (-3078 (($ (-656 $)) NIL (|has| |#2| (-374))) (($ $ $) NIL (|has| |#2| (-374)))) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 20 (|has| |#2| (-374)))) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#2| (-374)))) (-3115 (($ (-656 $)) NIL (|has| |#2| (-374))) (($ $ $) NIL (|has| |#2| (-374)))) (-1452 (((-430 $) $) NIL (|has| |#2| (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#2| (-374)))) (-1943 (((-3 $ "failed") $ $) NIL (|has| |#2| (-374)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#2| (-374)))) (-3199 (((-783) $) NIL (|has| |#2| (-374)))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#2| (-374)))) (-4107 (($ $) 13) (($ $ (-783)) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#2|) 10) ((|#2| $) 11) (($ (-419 (-576))) NIL (|has| |#2| (-374))) (($ $) NIL (|has| |#2| (-374)))) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL (|has| |#2| (-374)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $) NIL) (($ $ (-783)) NIL)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ $) 15 (|has| |#2| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-783)) NIL) (($ $ (-940)) NIL) (($ $ (-576)) 18 (|has| |#2| (-374)))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ $) NIL) (($ (-419 (-576)) $) NIL (|has| |#2| (-374))) (($ $ (-419 (-576))) NIL (|has| |#2| (-374)))))
+(((-829 |#1| |#2| |#3|) (-13 (-111 $ $) (-238) (-502 |#2|) (-10 -7 (IF (|has| |#2| (-374)) (-6 (-374)) |%noBranch|))) (-1121) (-917 |#1|) |#1|) (T -829))
NIL
(-13 (-111 $ $) (-238) (-502 |#2|) (-10 -7 (IF (|has| |#2| (-374)) (-6 (-374)) |%noBranch|)))
-((-3486 (((-112) $ $) NIL)) (-3903 (((-783) $) NIL)) (-3052 ((|#1| $) 10)) (-1570 (((-3 |#1| "failed") $) NIL)) (-2857 ((|#1| $) NIL)) (-1991 (((-783) $) 11)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-3374 (($ |#1| (-783)) 9)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2770 (($ $ (-783)) NIL) (($ $) NIL)) (-3567 (((-874) $) NIL) (($ |#1|) NIL)) (-1540 (((-112) $ $) NIL)) (-2014 (($ $ (-783)) NIL) (($ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)))
+((-1955 (((-112) $ $) NIL)) (-3139 (((-783) $) NIL)) (-1652 ((|#1| $) 10)) (-2981 (((-3 |#1| "failed") $) NIL)) (-2318 ((|#1| $) NIL)) (-1760 (((-783) $) 11)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-2840 (($ |#1| (-783)) 9)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4107 (($ $ (-783)) NIL) (($ $) NIL)) (-4114 (((-876) $) NIL) (($ |#1|) NIL)) (-3000 (((-112) $ $) NIL)) (-3157 (($ $ (-783)) NIL) (($ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)))
(((-830 |#1|) (-275 |#1|) (-862)) (T -830))
NIL
(-275 |#1|)
-((-3486 (((-112) $ $) NIL)) (-3444 (((-656 |#1|) $) 38)) (-2093 (((-783) $) NIL)) (-2135 (($) NIL T CONST)) (-2584 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 28)) (-1570 (((-3 |#1| "failed") $) NIL)) (-2857 ((|#1| $) NIL)) (-3590 (($ $) 42)) (-2251 (((-3 $ "failed") $) NIL)) (-4051 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) NIL)) (-3612 (((-112) $) NIL)) (-1842 ((|#1| $ (-576)) NIL)) (-3546 (((-783) $ (-576)) NIL)) (-1839 (($ $) 54)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-1653 (($ (-1 |#1| |#1|) $) NIL)) (-2820 (($ (-1 (-783) (-783)) $) NIL)) (-4133 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 25)) (-2682 (((-112) $ $) 51)) (-2432 (((-783) $) 34)) (-3881 (((-1177) $) NIL)) (-2327 (($ $ $) NIL)) (-2905 (($ $ $) NIL)) (-1448 (((-1139) $) NIL)) (-3578 ((|#1| $) 41)) (-1840 (((-656 (-2 (|:| |gen| |#1|) (|:| -4101 (-783)))) $) NIL)) (-3710 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) NIL)) (-3462 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) NIL)) (-3567 (((-874) $) NIL) (($ |#1|) NIL)) (-1540 (((-112) $ $) NIL)) (-2727 (($) 20 T CONST)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 53)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ |#1| (-783)) NIL)) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-831 |#1|) (-13 (-397 |#1|) (-858) (-10 -8 (-15 -3578 (|#1| $)) (-15 -3590 ($ $)) (-15 -1839 ($ $)) (-15 -2682 ((-112) $ $)) (-15 -4133 ((-3 $ "failed") $ |#1|)) (-15 -2584 ((-3 $ "failed") $ |#1|)) (-15 -3462 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -2432 ((-783) $)) (-15 -3444 ((-656 |#1|) $)))) (-862)) (T -831))
-((-3578 (*1 *2 *1) (-12 (-5 *1 (-831 *2)) (-4 *2 (-862)))) (-3590 (*1 *1 *1) (-12 (-5 *1 (-831 *2)) (-4 *2 (-862)))) (-1839 (*1 *1 *1) (-12 (-5 *1 (-831 *2)) (-4 *2 (-862)))) (-2682 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-831 *3)) (-4 *3 (-862)))) (-4133 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-831 *2)) (-4 *2 (-862)))) (-2584 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-831 *2)) (-4 *2 (-862)))) (-3462 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-831 *3)) (|:| |rm| (-831 *3)))) (-5 *1 (-831 *3)) (-4 *3 (-862)))) (-2432 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-831 *3)) (-4 *3 (-862)))) (-3444 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-831 *3)) (-4 *3 (-862)))))
-(-13 (-397 |#1|) (-858) (-10 -8 (-15 -3578 (|#1| $)) (-15 -3590 ($ $)) (-15 -1839 ($ $)) (-15 -2682 ((-112) $ $)) (-15 -4133 ((-3 $ "failed") $ |#1|)) (-15 -2584 ((-3 $ "failed") $ |#1|)) (-15 -3462 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -2432 ((-783) $)) (-15 -3444 ((-656 |#1|) $))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-4299 (((-3 $ "failed") $ $) 20)) (-2786 (((-576) $) 59)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-3075 (((-112) $) 57)) (-3612 (((-112) $) 35)) (-3667 (((-112) $) 58)) (-3123 (($ $ $) 56)) (-2352 (($ $ $) 55)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3473 (((-3 $ "failed") $ $) 48)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 45)) (-4308 (($ $) 60)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2989 (((-112) $ $) 53)) (-2960 (((-112) $ $) 52)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 54)) (-2946 (((-112) $ $) 51)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+((-1955 (((-112) $ $) NIL)) (-1419 (((-656 |#1|) $) 38)) (-2200 (((-783) $) NIL)) (-3853 (($) NIL T CONST)) (-2713 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 28)) (-2981 (((-3 |#1| "failed") $) NIL)) (-2318 ((|#1| $) NIL)) (-1762 (($ $) 42)) (-2413 (((-3 $ "failed") $) NIL)) (-1900 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) NIL)) (-3315 (((-112) $) NIL)) (-4177 ((|#1| $ (-576)) NIL)) (-3945 (((-783) $ (-576)) NIL)) (-4145 (($ $) 54)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-2867 (($ (-1 |#1| |#1|) $) NIL)) (-4301 (($ (-1 (-783) (-783)) $) NIL)) (-1526 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 25)) (-2338 (((-112) $ $) 51)) (-3108 (((-783) $) 34)) (-4185 (((-1179) $) NIL)) (-1935 (($ $ $) NIL)) (-2637 (($ $ $) NIL)) (-3117 (((-1141) $) NIL)) (-1753 ((|#1| $) 41)) (-4155 (((-656 (-2 (|:| |gen| |#1|) (|:| -2154 (-783)))) $) NIL)) (-3018 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) NIL)) (-1929 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) NIL)) (-4114 (((-876) $) NIL) (($ |#1|) NIL)) (-3000 (((-112) $ $) NIL)) (-4322 (($) 20 T CONST)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 53)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ |#1| (-783)) NIL)) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-831 |#1|) (-13 (-397 |#1|) (-858) (-10 -8 (-15 -1753 (|#1| $)) (-15 -1762 ($ $)) (-15 -4145 ($ $)) (-15 -2338 ((-112) $ $)) (-15 -1526 ((-3 $ "failed") $ |#1|)) (-15 -2713 ((-3 $ "failed") $ |#1|)) (-15 -1929 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -3108 ((-783) $)) (-15 -1419 ((-656 |#1|) $)))) (-862)) (T -831))
+((-1753 (*1 *2 *1) (-12 (-5 *1 (-831 *2)) (-4 *2 (-862)))) (-1762 (*1 *1 *1) (-12 (-5 *1 (-831 *2)) (-4 *2 (-862)))) (-4145 (*1 *1 *1) (-12 (-5 *1 (-831 *2)) (-4 *2 (-862)))) (-2338 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-831 *3)) (-4 *3 (-862)))) (-1526 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-831 *2)) (-4 *2 (-862)))) (-2713 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-831 *2)) (-4 *2 (-862)))) (-1929 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-831 *3)) (|:| |rm| (-831 *3)))) (-5 *1 (-831 *3)) (-4 *3 (-862)))) (-3108 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-831 *3)) (-4 *3 (-862)))) (-1419 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-831 *3)) (-4 *3 (-862)))))
+(-13 (-397 |#1|) (-858) (-10 -8 (-15 -1753 (|#1| $)) (-15 -1762 ($ $)) (-15 -4145 ($ $)) (-15 -2338 ((-112) $ $)) (-15 -1526 ((-3 $ "failed") $ |#1|)) (-15 -2713 ((-3 $ "failed") $ |#1|)) (-15 -1929 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -3108 ((-783) $)) (-15 -1419 ((-656 |#1|) $))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-2583 (((-3 $ "failed") $ $) 20)) (-4018 (((-576) $) 59)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-2907 (((-112) $) 57)) (-3315 (((-112) $) 35)) (-2569 (((-112) $) 58)) (-2905 (($ $ $) 56)) (-2163 (($ $ $) 55)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-1943 (((-3 $ "failed") $ $) 48)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 45)) (-2679 (($ $) 60)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3995 (((-112) $ $) 53)) (-3975 (((-112) $ $) 52)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 54)) (-3962 (((-112) $ $) 51)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
(((-832) (-141)) (T -832))
NIL
(-13 (-568) (-860))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-300) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-803) . T) ((-804) . T) ((-806) . T) ((-807) . T) ((-860) . T) ((-862) . T) ((-1070 $) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-2210 (($ (-1139)) 7)) (-1746 (((-112) $ (-1177) (-1139)) 15)) (-3466 (((-834) $) 12)) (-3895 (((-834) $) 11)) (-2314 (((-1291) $) 9)) (-2073 (((-112) $ (-1139)) 16)))
-(((-833) (-10 -8 (-15 -2210 ($ (-1139))) (-15 -2314 ((-1291) $)) (-15 -3895 ((-834) $)) (-15 -3466 ((-834) $)) (-15 -1746 ((-112) $ (-1177) (-1139))) (-15 -2073 ((-112) $ (-1139))))) (T -833))
-((-2073 (*1 *2 *1 *3) (-12 (-5 *3 (-1139)) (-5 *2 (-112)) (-5 *1 (-833)))) (-1746 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-1177)) (-5 *4 (-1139)) (-5 *2 (-112)) (-5 *1 (-833)))) (-3466 (*1 *2 *1) (-12 (-5 *2 (-834)) (-5 *1 (-833)))) (-3895 (*1 *2 *1) (-12 (-5 *2 (-834)) (-5 *1 (-833)))) (-2314 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-833)))) (-2210 (*1 *1 *2) (-12 (-5 *2 (-1139)) (-5 *1 (-833)))))
-(-10 -8 (-15 -2210 ($ (-1139))) (-15 -2314 ((-1291) $)) (-15 -3895 ((-834) $)) (-15 -3466 ((-834) $)) (-15 -1746 ((-112) $ (-1177) (-1139))) (-15 -2073 ((-112) $ (-1139))))
-((-3006 (((-1291) $ (-835)) 12)) (-3416 (((-1291) $ (-1195)) 32)) (-2405 (((-1291) $ (-1177) (-1177)) 34)) (-4331 (((-1291) $ (-1177)) 33)) (-2379 (((-1291) $) 19)) (-4149 (((-1291) $ (-576)) 28)) (-4404 (((-1291) $ (-227)) 30)) (-3168 (((-1291) $) 18)) (-1513 (((-1291) $) 26)) (-2798 (((-1291) $) 25)) (-2819 (((-1291) $) 23)) (-3873 (((-1291) $) 24)) (-3146 (((-1291) $) 22)) (-4118 (((-1291) $) 21)) (-2549 (((-1291) $) 20)) (-2212 (((-1291) $) 16)) (-2457 (((-1291) $) 17)) (-2683 (((-1291) $) 15)) (-4008 (((-1291) $) 14)) (-2818 (((-1291) $) 13)) (-2623 (($ (-1177) (-835)) 9)) (-3599 (($ (-1177) (-1177) (-835)) 8)) (-2191 (((-1195) $) 51)) (-3232 (((-1195) $) 55)) (-4000 (((-2 (|:| |cd| (-1177)) (|:| -2624 (-1177))) $) 54)) (-3574 (((-1177) $) 52)) (-3017 (((-1291) $) 41)) (-1398 (((-576) $) 49)) (-1412 (((-227) $) 50)) (-3999 (((-1291) $) 40)) (-3876 (((-1291) $) 48)) (-1692 (((-1291) $) 47)) (-2315 (((-1291) $) 45)) (-4307 (((-1291) $) 46)) (-2303 (((-1291) $) 44)) (-2450 (((-1291) $) 43)) (-2389 (((-1291) $) 42)) (-1735 (((-1291) $) 38)) (-3799 (((-1291) $) 39)) (-2920 (((-1291) $) 37)) (-3015 (((-1291) $) 36)) (-2095 (((-1291) $) 35)) (-3144 (((-1291) $) 11)))
-(((-834) (-10 -8 (-15 -3599 ($ (-1177) (-1177) (-835))) (-15 -2623 ($ (-1177) (-835))) (-15 -3144 ((-1291) $)) (-15 -3006 ((-1291) $ (-835))) (-15 -2818 ((-1291) $)) (-15 -4008 ((-1291) $)) (-15 -2683 ((-1291) $)) (-15 -2212 ((-1291) $)) (-15 -2457 ((-1291) $)) (-15 -3168 ((-1291) $)) (-15 -2379 ((-1291) $)) (-15 -2549 ((-1291) $)) (-15 -4118 ((-1291) $)) (-15 -3146 ((-1291) $)) (-15 -2819 ((-1291) $)) (-15 -3873 ((-1291) $)) (-15 -2798 ((-1291) $)) (-15 -1513 ((-1291) $)) (-15 -4149 ((-1291) $ (-576))) (-15 -4404 ((-1291) $ (-227))) (-15 -3416 ((-1291) $ (-1195))) (-15 -4331 ((-1291) $ (-1177))) (-15 -2405 ((-1291) $ (-1177) (-1177))) (-15 -2095 ((-1291) $)) (-15 -3015 ((-1291) $)) (-15 -2920 ((-1291) $)) (-15 -1735 ((-1291) $)) (-15 -3799 ((-1291) $)) (-15 -3999 ((-1291) $)) (-15 -3017 ((-1291) $)) (-15 -2389 ((-1291) $)) (-15 -2450 ((-1291) $)) (-15 -2303 ((-1291) $)) (-15 -2315 ((-1291) $)) (-15 -4307 ((-1291) $)) (-15 -1692 ((-1291) $)) (-15 -3876 ((-1291) $)) (-15 -1398 ((-576) $)) (-15 -1412 ((-227) $)) (-15 -2191 ((-1195) $)) (-15 -3574 ((-1177) $)) (-15 -4000 ((-2 (|:| |cd| (-1177)) (|:| -2624 (-1177))) $)) (-15 -3232 ((-1195) $)))) (T -834))
-((-3232 (*1 *2 *1) (-12 (-5 *2 (-1195)) (-5 *1 (-834)))) (-4000 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |cd| (-1177)) (|:| -2624 (-1177)))) (-5 *1 (-834)))) (-3574 (*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-834)))) (-2191 (*1 *2 *1) (-12 (-5 *2 (-1195)) (-5 *1 (-834)))) (-1412 (*1 *2 *1) (-12 (-5 *2 (-227)) (-5 *1 (-834)))) (-1398 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-834)))) (-3876 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-1692 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-4307 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-2315 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-2303 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-2450 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-2389 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-3017 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-3999 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-3799 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-1735 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-2920 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-3015 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-2095 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-2405 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-834)))) (-4331 (*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-834)))) (-3416 (*1 *2 *1 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-1291)) (-5 *1 (-834)))) (-4404 (*1 *2 *1 *3) (-12 (-5 *3 (-227)) (-5 *2 (-1291)) (-5 *1 (-834)))) (-4149 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1291)) (-5 *1 (-834)))) (-1513 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-2798 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-3873 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-2819 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-3146 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-2549 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-2379 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-3168 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-2457 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-2212 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-2683 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-4008 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-2818 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-3006 (*1 *2 *1 *3) (-12 (-5 *3 (-835)) (-5 *2 (-1291)) (-5 *1 (-834)))) (-3144 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))) (-2623 (*1 *1 *2 *3) (-12 (-5 *2 (-1177)) (-5 *3 (-835)) (-5 *1 (-834)))) (-3599 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1177)) (-5 *3 (-835)) (-5 *1 (-834)))))
-(-10 -8 (-15 -3599 ($ (-1177) (-1177) (-835))) (-15 -2623 ($ (-1177) (-835))) (-15 -3144 ((-1291) $)) (-15 -3006 ((-1291) $ (-835))) (-15 -2818 ((-1291) $)) (-15 -4008 ((-1291) $)) (-15 -2683 ((-1291) $)) (-15 -2212 ((-1291) $)) (-15 -2457 ((-1291) $)) (-15 -3168 ((-1291) $)) (-15 -2379 ((-1291) $)) (-15 -2549 ((-1291) $)) (-15 -4118 ((-1291) $)) (-15 -3146 ((-1291) $)) (-15 -2819 ((-1291) $)) (-15 -3873 ((-1291) $)) (-15 -2798 ((-1291) $)) (-15 -1513 ((-1291) $)) (-15 -4149 ((-1291) $ (-576))) (-15 -4404 ((-1291) $ (-227))) (-15 -3416 ((-1291) $ (-1195))) (-15 -4331 ((-1291) $ (-1177))) (-15 -2405 ((-1291) $ (-1177) (-1177))) (-15 -2095 ((-1291) $)) (-15 -3015 ((-1291) $)) (-15 -2920 ((-1291) $)) (-15 -1735 ((-1291) $)) (-15 -3799 ((-1291) $)) (-15 -3999 ((-1291) $)) (-15 -3017 ((-1291) $)) (-15 -2389 ((-1291) $)) (-15 -2450 ((-1291) $)) (-15 -2303 ((-1291) $)) (-15 -2315 ((-1291) $)) (-15 -4307 ((-1291) $)) (-15 -1692 ((-1291) $)) (-15 -3876 ((-1291) $)) (-15 -1398 ((-576) $)) (-15 -1412 ((-227) $)) (-15 -2191 ((-1195) $)) (-15 -3574 ((-1177) $)) (-15 -4000 ((-2 (|:| |cd| (-1177)) (|:| -2624 (-1177))) $)) (-15 -3232 ((-1195) $)))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 13)) (-1540 (((-112) $ $) NIL)) (-1671 (($) 16)) (-3058 (($) 14)) (-2883 (($) 17)) (-1945 (($) 15)) (-2921 (((-112) $ $) 9)))
-(((-835) (-13 (-1119) (-10 -8 (-15 -3058 ($)) (-15 -1671 ($)) (-15 -2883 ($)) (-15 -1945 ($))))) (T -835))
-((-3058 (*1 *1) (-5 *1 (-835))) (-1671 (*1 *1) (-5 *1 (-835))) (-2883 (*1 *1) (-5 *1 (-835))) (-1945 (*1 *1) (-5 *1 (-835))))
-(-13 (-1119) (-10 -8 (-15 -3058 ($)) (-15 -1671 ($)) (-15 -2883 ($)) (-15 -1945 ($))))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 23) (($ (-1195)) 19)) (-1540 (((-112) $ $) NIL)) (-2505 (((-112) $) 10)) (-2854 (((-112) $) 9)) (-3676 (((-112) $) 11)) (-1984 (((-112) $) 8)) (-2921 (((-112) $ $) 21)))
-(((-836) (-13 (-1119) (-10 -8 (-15 -3567 ($ (-1195))) (-15 -1984 ((-112) $)) (-15 -2854 ((-112) $)) (-15 -2505 ((-112) $)) (-15 -3676 ((-112) $))))) (T -836))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-836)))) (-1984 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-836)))) (-2854 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-836)))) (-2505 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-836)))) (-3676 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-836)))))
-(-13 (-1119) (-10 -8 (-15 -3567 ($ (-1195))) (-15 -1984 ((-112) $)) (-15 -2854 ((-112) $)) (-15 -2505 ((-112) $)) (-15 -3676 ((-112) $))))
-((-3486 (((-112) $ $) NIL)) (-3847 (($ (-836) (-656 (-1195))) 32)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3708 (((-836) $) 33)) (-3350 (((-656 (-1195)) $) 34)) (-3567 (((-874) $) 31)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-837) (-13 (-1119) (-10 -8 (-15 -3708 ((-836) $)) (-15 -3350 ((-656 (-1195)) $)) (-15 -3847 ($ (-836) (-656 (-1195))))))) (T -837))
-((-3708 (*1 *2 *1) (-12 (-5 *2 (-836)) (-5 *1 (-837)))) (-3350 (*1 *2 *1) (-12 (-5 *2 (-656 (-1195))) (-5 *1 (-837)))) (-3847 (*1 *1 *2 *3) (-12 (-5 *2 (-836)) (-5 *3 (-656 (-1195))) (-5 *1 (-837)))))
-(-13 (-1119) (-10 -8 (-15 -3708 ((-836) $)) (-15 -3350 ((-656 (-1195)) $)) (-15 -3847 ($ (-836) (-656 (-1195))))))
-((-4359 (((-1291) (-834) (-326 |#1|) (-112)) 23) (((-1291) (-834) (-326 |#1|)) 89) (((-1177) (-326 |#1|) (-112)) 88) (((-1177) (-326 |#1|)) 87)))
-(((-838 |#1|) (-10 -7 (-15 -4359 ((-1177) (-326 |#1|))) (-15 -4359 ((-1177) (-326 |#1|) (-112))) (-15 -4359 ((-1291) (-834) (-326 |#1|))) (-15 -4359 ((-1291) (-834) (-326 |#1|) (-112)))) (-13 (-840) (-1068))) (T -838))
-((-4359 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-834)) (-5 *4 (-326 *6)) (-5 *5 (-112)) (-4 *6 (-13 (-840) (-1068))) (-5 *2 (-1291)) (-5 *1 (-838 *6)))) (-4359 (*1 *2 *3 *4) (-12 (-5 *3 (-834)) (-5 *4 (-326 *5)) (-4 *5 (-13 (-840) (-1068))) (-5 *2 (-1291)) (-5 *1 (-838 *5)))) (-4359 (*1 *2 *3 *4) (-12 (-5 *3 (-326 *5)) (-5 *4 (-112)) (-4 *5 (-13 (-840) (-1068))) (-5 *2 (-1177)) (-5 *1 (-838 *5)))) (-4359 (*1 *2 *3) (-12 (-5 *3 (-326 *4)) (-4 *4 (-13 (-840) (-1068))) (-5 *2 (-1177)) (-5 *1 (-838 *4)))))
-(-10 -7 (-15 -4359 ((-1177) (-326 |#1|))) (-15 -4359 ((-1177) (-326 |#1|) (-112))) (-15 -4359 ((-1291) (-834) (-326 |#1|))) (-15 -4359 ((-1291) (-834) (-326 |#1|) (-112))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-2109 (($ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1757 ((|#1| $) 10)) (-1755 (($ |#1|) 9)) (-3612 (((-112) $) NIL)) (-1940 (($ |#2| (-783)) NIL)) (-2488 (((-783) $) NIL)) (-2086 ((|#2| $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2770 (($ $) NIL (|has| |#1| (-238))) (($ $ (-783)) NIL (|has| |#1| (-238)))) (-1967 (((-783) $) NIL)) (-3567 (((-874) $) 17) (($ (-576)) NIL) (($ |#2|) NIL (|has| |#2| (-174)))) (-1749 ((|#2| $ (-783)) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $) NIL (|has| |#1| (-238))) (($ $ (-783)) NIL (|has| |#1| (-238)))) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 12) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-839 |#1| |#2|) (-13 (-720 |#2|) (-10 -8 (IF (|has| |#1| (-238)) (-6 (-238)) |%noBranch|) (-15 -1755 ($ |#1|)) (-15 -1757 (|#1| $)))) (-720 |#2|) (-1068)) (T -839))
-((-1755 (*1 *1 *2) (-12 (-4 *3 (-1068)) (-5 *1 (-839 *2 *3)) (-4 *2 (-720 *3)))) (-1757 (*1 *2 *1) (-12 (-4 *2 (-720 *3)) (-5 *1 (-839 *2 *3)) (-4 *3 (-1068)))))
-(-13 (-720 |#2|) (-10 -8 (IF (|has| |#1| (-238)) (-6 (-238)) |%noBranch|) (-15 -1755 ($ |#1|)) (-15 -1757 (|#1| $))))
-((-4359 (((-1291) (-834) $ (-112)) 9) (((-1291) (-834) $) 8) (((-1177) $ (-112)) 7) (((-1177) $) 6)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-300) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-803) . T) ((-804) . T) ((-806) . T) ((-807) . T) ((-860) . T) ((-862) . T) ((-1072 $) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-3285 (($ (-1141)) 7)) (-4430 (((-112) $ (-1179) (-1141)) 15)) (-4403 (((-834) $) 12)) (-4291 (((-834) $) 11)) (-1821 (((-1293) $) 9)) (-1327 (((-112) $ (-1141)) 16)))
+(((-833) (-10 -8 (-15 -3285 ($ (-1141))) (-15 -1821 ((-1293) $)) (-15 -4291 ((-834) $)) (-15 -4403 ((-834) $)) (-15 -4430 ((-112) $ (-1179) (-1141))) (-15 -1327 ((-112) $ (-1141))))) (T -833))
+((-1327 (*1 *2 *1 *3) (-12 (-5 *3 (-1141)) (-5 *2 (-112)) (-5 *1 (-833)))) (-4430 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-1179)) (-5 *4 (-1141)) (-5 *2 (-112)) (-5 *1 (-833)))) (-4403 (*1 *2 *1) (-12 (-5 *2 (-834)) (-5 *1 (-833)))) (-4291 (*1 *2 *1) (-12 (-5 *2 (-834)) (-5 *1 (-833)))) (-1821 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-833)))) (-3285 (*1 *1 *2) (-12 (-5 *2 (-1141)) (-5 *1 (-833)))))
+(-10 -8 (-15 -3285 ($ (-1141))) (-15 -1821 ((-1293) $)) (-15 -4291 ((-834) $)) (-15 -4403 ((-834) $)) (-15 -4430 ((-112) $ (-1179) (-1141))) (-15 -1327 ((-112) $ (-1141))))
+((-3517 (((-1293) $ (-835)) 12)) (-2001 (((-1293) $ (-1197)) 32)) (-1495 (((-1293) $ (-1179) (-1179)) 34)) (-2910 (((-1293) $ (-1179)) 33)) (-4378 (((-1293) $) 19)) (-1656 (((-1293) $ (-576)) 28)) (-2365 (((-1293) $ (-227)) 30)) (-1336 (((-1293) $) 18)) (-3974 (((-1293) $) 26)) (-4123 (((-1293) $) 25)) (-4292 (((-1293) $) 23)) (-4122 (((-1293) $) 24)) (-4272 (((-1293) $) 22)) (-1402 (((-1293) $) 21)) (-3689 (((-1293) $) 20)) (-3311 (((-1293) $) 16)) (-3970 (((-1293) $) 17)) (-2350 (((-1293) $) 15)) (-2817 (((-1293) $) 14)) (-4284 (((-1293) $) 13)) (-1807 (($ (-1179) (-835)) 9)) (-3183 (($ (-1179) (-1179) (-835)) 8)) (-3099 (((-1197) $) 51)) (-3953 (((-1197) $) 55)) (-2745 (((-2 (|:| |cd| (-1179)) (|:| -4149 (-1179))) $) 54)) (-4197 (((-1179) $) 52)) (-2314 (((-1293) $) 41)) (-2410 (((-576) $) 49)) (-3935 (((-227) $) 50)) (-2734 (((-1293) $) 40)) (-4144 (((-1293) $) 48)) (-1934 (((-1293) $) 47)) (-1832 (((-1293) $) 45)) (-2667 (((-1293) $) 46)) (-1733 (((-1293) $) 44)) (-3894 (((-1293) $) 43)) (-1342 (((-1293) $) 42)) (-4340 (((-1293) $) 38)) (-1469 (((-1293) $) 39)) (-2793 (((-1293) $) 37)) (-3617 (((-1293) $) 36)) (-1508 (((-1293) $) 35)) (-2280 (((-1293) $) 11)))
+(((-834) (-10 -8 (-15 -3183 ($ (-1179) (-1179) (-835))) (-15 -1807 ($ (-1179) (-835))) (-15 -2280 ((-1293) $)) (-15 -3517 ((-1293) $ (-835))) (-15 -4284 ((-1293) $)) (-15 -2817 ((-1293) $)) (-15 -2350 ((-1293) $)) (-15 -3311 ((-1293) $)) (-15 -3970 ((-1293) $)) (-15 -1336 ((-1293) $)) (-15 -4378 ((-1293) $)) (-15 -3689 ((-1293) $)) (-15 -1402 ((-1293) $)) (-15 -4272 ((-1293) $)) (-15 -4292 ((-1293) $)) (-15 -4122 ((-1293) $)) (-15 -4123 ((-1293) $)) (-15 -3974 ((-1293) $)) (-15 -1656 ((-1293) $ (-576))) (-15 -2365 ((-1293) $ (-227))) (-15 -2001 ((-1293) $ (-1197))) (-15 -2910 ((-1293) $ (-1179))) (-15 -1495 ((-1293) $ (-1179) (-1179))) (-15 -1508 ((-1293) $)) (-15 -3617 ((-1293) $)) (-15 -2793 ((-1293) $)) (-15 -4340 ((-1293) $)) (-15 -1469 ((-1293) $)) (-15 -2734 ((-1293) $)) (-15 -2314 ((-1293) $)) (-15 -1342 ((-1293) $)) (-15 -3894 ((-1293) $)) (-15 -1733 ((-1293) $)) (-15 -1832 ((-1293) $)) (-15 -2667 ((-1293) $)) (-15 -1934 ((-1293) $)) (-15 -4144 ((-1293) $)) (-15 -2410 ((-576) $)) (-15 -3935 ((-227) $)) (-15 -3099 ((-1197) $)) (-15 -4197 ((-1179) $)) (-15 -2745 ((-2 (|:| |cd| (-1179)) (|:| -4149 (-1179))) $)) (-15 -3953 ((-1197) $)))) (T -834))
+((-3953 (*1 *2 *1) (-12 (-5 *2 (-1197)) (-5 *1 (-834)))) (-2745 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |cd| (-1179)) (|:| -4149 (-1179)))) (-5 *1 (-834)))) (-4197 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-834)))) (-3099 (*1 *2 *1) (-12 (-5 *2 (-1197)) (-5 *1 (-834)))) (-3935 (*1 *2 *1) (-12 (-5 *2 (-227)) (-5 *1 (-834)))) (-2410 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-834)))) (-4144 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-1934 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-2667 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-1832 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-1733 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-3894 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-1342 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-2314 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-2734 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-1469 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-4340 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-2793 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-3617 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-1508 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-1495 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-834)))) (-2910 (*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-834)))) (-2001 (*1 *2 *1 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-1293)) (-5 *1 (-834)))) (-2365 (*1 *2 *1 *3) (-12 (-5 *3 (-227)) (-5 *2 (-1293)) (-5 *1 (-834)))) (-1656 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1293)) (-5 *1 (-834)))) (-3974 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-4123 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-4122 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-4292 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-4272 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-1402 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-3689 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-4378 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-1336 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-3970 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-3311 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-2350 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-2817 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-4284 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-3517 (*1 *2 *1 *3) (-12 (-5 *3 (-835)) (-5 *2 (-1293)) (-5 *1 (-834)))) (-2280 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))) (-1807 (*1 *1 *2 *3) (-12 (-5 *2 (-1179)) (-5 *3 (-835)) (-5 *1 (-834)))) (-3183 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1179)) (-5 *3 (-835)) (-5 *1 (-834)))))
+(-10 -8 (-15 -3183 ($ (-1179) (-1179) (-835))) (-15 -1807 ($ (-1179) (-835))) (-15 -2280 ((-1293) $)) (-15 -3517 ((-1293) $ (-835))) (-15 -4284 ((-1293) $)) (-15 -2817 ((-1293) $)) (-15 -2350 ((-1293) $)) (-15 -3311 ((-1293) $)) (-15 -3970 ((-1293) $)) (-15 -1336 ((-1293) $)) (-15 -4378 ((-1293) $)) (-15 -3689 ((-1293) $)) (-15 -1402 ((-1293) $)) (-15 -4272 ((-1293) $)) (-15 -4292 ((-1293) $)) (-15 -4122 ((-1293) $)) (-15 -4123 ((-1293) $)) (-15 -3974 ((-1293) $)) (-15 -1656 ((-1293) $ (-576))) (-15 -2365 ((-1293) $ (-227))) (-15 -2001 ((-1293) $ (-1197))) (-15 -2910 ((-1293) $ (-1179))) (-15 -1495 ((-1293) $ (-1179) (-1179))) (-15 -1508 ((-1293) $)) (-15 -3617 ((-1293) $)) (-15 -2793 ((-1293) $)) (-15 -4340 ((-1293) $)) (-15 -1469 ((-1293) $)) (-15 -2734 ((-1293) $)) (-15 -2314 ((-1293) $)) (-15 -1342 ((-1293) $)) (-15 -3894 ((-1293) $)) (-15 -1733 ((-1293) $)) (-15 -1832 ((-1293) $)) (-15 -2667 ((-1293) $)) (-15 -1934 ((-1293) $)) (-15 -4144 ((-1293) $)) (-15 -2410 ((-576) $)) (-15 -3935 ((-227) $)) (-15 -3099 ((-1197) $)) (-15 -4197 ((-1179) $)) (-15 -2745 ((-2 (|:| |cd| (-1179)) (|:| -4149 (-1179))) $)) (-15 -3953 ((-1197) $)))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 13)) (-3000 (((-112) $ $) NIL)) (-1739 (($) 16)) (-2711 (($) 14)) (-3714 (($) 17)) (-2601 (($) 15)) (-3939 (((-112) $ $) 9)))
+(((-835) (-13 (-1121) (-10 -8 (-15 -2711 ($)) (-15 -1739 ($)) (-15 -3714 ($)) (-15 -2601 ($))))) (T -835))
+((-2711 (*1 *1) (-5 *1 (-835))) (-1739 (*1 *1) (-5 *1 (-835))) (-3714 (*1 *1) (-5 *1 (-835))) (-2601 (*1 *1) (-5 *1 (-835))))
+(-13 (-1121) (-10 -8 (-15 -2711 ($)) (-15 -1739 ($)) (-15 -3714 ($)) (-15 -2601 ($))))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 23) (($ (-1197)) 19)) (-3000 (((-112) $ $) NIL)) (-3203 (((-112) $) 10)) (-3418 (((-112) $) 9)) (-2654 (((-112) $) 11)) (-1701 (((-112) $) 8)) (-3939 (((-112) $ $) 21)))
+(((-836) (-13 (-1121) (-10 -8 (-15 -4114 ($ (-1197))) (-15 -1701 ((-112) $)) (-15 -3418 ((-112) $)) (-15 -3203 ((-112) $)) (-15 -2654 ((-112) $))))) (T -836))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-836)))) (-1701 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-836)))) (-3418 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-836)))) (-3203 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-836)))) (-2654 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-836)))))
+(-13 (-1121) (-10 -8 (-15 -4114 ($ (-1197))) (-15 -1701 ((-112) $)) (-15 -3418 ((-112) $)) (-15 -3203 ((-112) $)) (-15 -2654 ((-112) $))))
+((-1955 (((-112) $ $) NIL)) (-3889 (($ (-836) (-656 (-1197))) 32)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2997 (((-836) $) 33)) (-2586 (((-656 (-1197)) $) 34)) (-4114 (((-876) $) 31)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-837) (-13 (-1121) (-10 -8 (-15 -2997 ((-836) $)) (-15 -2586 ((-656 (-1197)) $)) (-15 -3889 ($ (-836) (-656 (-1197))))))) (T -837))
+((-2997 (*1 *2 *1) (-12 (-5 *2 (-836)) (-5 *1 (-837)))) (-2586 (*1 *2 *1) (-12 (-5 *2 (-656 (-1197))) (-5 *1 (-837)))) (-3889 (*1 *1 *2 *3) (-12 (-5 *2 (-836)) (-5 *3 (-656 (-1197))) (-5 *1 (-837)))))
+(-13 (-1121) (-10 -8 (-15 -2997 ((-836) $)) (-15 -2586 ((-656 (-1197)) $)) (-15 -3889 ($ (-836) (-656 (-1197))))))
+((-1883 (((-1293) (-834) (-326 |#1|) (-112)) 23) (((-1293) (-834) (-326 |#1|)) 89) (((-1179) (-326 |#1|) (-112)) 88) (((-1179) (-326 |#1|)) 87)))
+(((-838 |#1|) (-10 -7 (-15 -1883 ((-1179) (-326 |#1|))) (-15 -1883 ((-1179) (-326 |#1|) (-112))) (-15 -1883 ((-1293) (-834) (-326 |#1|))) (-15 -1883 ((-1293) (-834) (-326 |#1|) (-112)))) (-13 (-840) (-1070))) (T -838))
+((-1883 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-834)) (-5 *4 (-326 *6)) (-5 *5 (-112)) (-4 *6 (-13 (-840) (-1070))) (-5 *2 (-1293)) (-5 *1 (-838 *6)))) (-1883 (*1 *2 *3 *4) (-12 (-5 *3 (-834)) (-5 *4 (-326 *5)) (-4 *5 (-13 (-840) (-1070))) (-5 *2 (-1293)) (-5 *1 (-838 *5)))) (-1883 (*1 *2 *3 *4) (-12 (-5 *3 (-326 *5)) (-5 *4 (-112)) (-4 *5 (-13 (-840) (-1070))) (-5 *2 (-1179)) (-5 *1 (-838 *5)))) (-1883 (*1 *2 *3) (-12 (-5 *3 (-326 *4)) (-4 *4 (-13 (-840) (-1070))) (-5 *2 (-1179)) (-5 *1 (-838 *4)))))
+(-10 -7 (-15 -1883 ((-1179) (-326 |#1|))) (-15 -1883 ((-1179) (-326 |#1|) (-112))) (-15 -1883 ((-1293) (-834) (-326 |#1|))) (-15 -1883 ((-1293) (-834) (-326 |#1|) (-112))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-3310 (($ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1408 ((|#1| $) 10)) (-3961 (($ |#1|) 9)) (-3315 (((-112) $) NIL)) (-1562 (($ |#2| (-783)) NIL)) (-4269 (((-783) $) NIL)) (-1708 ((|#2| $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4107 (($ $) NIL (|has| |#1| (-238))) (($ $ (-783)) NIL (|has| |#1| (-238)))) (-2786 (((-783) $) NIL)) (-4114 (((-876) $) 17) (($ (-576)) NIL) (($ |#2|) NIL (|has| |#2| (-174)))) (-1341 ((|#2| $ (-783)) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $) NIL (|has| |#1| (-238))) (($ $ (-783)) NIL (|has| |#1| (-238)))) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 12) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-839 |#1| |#2|) (-13 (-720 |#2|) (-10 -8 (IF (|has| |#1| (-238)) (-6 (-238)) |%noBranch|) (-15 -3961 ($ |#1|)) (-15 -1408 (|#1| $)))) (-720 |#2|) (-1070)) (T -839))
+((-3961 (*1 *1 *2) (-12 (-4 *3 (-1070)) (-5 *1 (-839 *2 *3)) (-4 *2 (-720 *3)))) (-1408 (*1 *2 *1) (-12 (-4 *2 (-720 *3)) (-5 *1 (-839 *2 *3)) (-4 *3 (-1070)))))
+(-13 (-720 |#2|) (-10 -8 (IF (|has| |#1| (-238)) (-6 (-238)) |%noBranch|) (-15 -3961 ($ |#1|)) (-15 -1408 (|#1| $))))
+((-1883 (((-1293) (-834) $ (-112)) 9) (((-1293) (-834) $) 8) (((-1179) $ (-112)) 7) (((-1179) $) 6)))
(((-840) (-141)) (T -840))
-((-4359 (*1 *2 *3 *1 *4) (-12 (-4 *1 (-840)) (-5 *3 (-834)) (-5 *4 (-112)) (-5 *2 (-1291)))) (-4359 (*1 *2 *3 *1) (-12 (-4 *1 (-840)) (-5 *3 (-834)) (-5 *2 (-1291)))) (-4359 (*1 *2 *1 *3) (-12 (-4 *1 (-840)) (-5 *3 (-112)) (-5 *2 (-1177)))) (-4359 (*1 *2 *1) (-12 (-4 *1 (-840)) (-5 *2 (-1177)))))
-(-13 (-10 -8 (-15 -4359 ((-1177) $)) (-15 -4359 ((-1177) $ (-112))) (-15 -4359 ((-1291) (-834) $)) (-15 -4359 ((-1291) (-834) $ (-112)))))
-((-1339 (((-322) (-1177) (-1177)) 12)) (-4053 (((-112) (-1177) (-1177)) 34)) (-3945 (((-112) (-1177)) 33)) (-4106 (((-52) (-1177)) 25)) (-2443 (((-52) (-1177)) 23)) (-3383 (((-52) (-834)) 17)) (-1425 (((-656 (-1177)) (-1177)) 28)) (-3459 (((-656 (-1177))) 27)))
-(((-841) (-10 -7 (-15 -3383 ((-52) (-834))) (-15 -2443 ((-52) (-1177))) (-15 -4106 ((-52) (-1177))) (-15 -3459 ((-656 (-1177)))) (-15 -1425 ((-656 (-1177)) (-1177))) (-15 -3945 ((-112) (-1177))) (-15 -4053 ((-112) (-1177) (-1177))) (-15 -1339 ((-322) (-1177) (-1177))))) (T -841))
-((-1339 (*1 *2 *3 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-322)) (-5 *1 (-841)))) (-4053 (*1 *2 *3 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-112)) (-5 *1 (-841)))) (-3945 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-112)) (-5 *1 (-841)))) (-1425 (*1 *2 *3) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-841)) (-5 *3 (-1177)))) (-3459 (*1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-841)))) (-4106 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-52)) (-5 *1 (-841)))) (-2443 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-52)) (-5 *1 (-841)))) (-3383 (*1 *2 *3) (-12 (-5 *3 (-834)) (-5 *2 (-52)) (-5 *1 (-841)))))
-(-10 -7 (-15 -3383 ((-52) (-834))) (-15 -2443 ((-52) (-1177))) (-15 -4106 ((-52) (-1177))) (-15 -3459 ((-656 (-1177)))) (-15 -1425 ((-656 (-1177)) (-1177))) (-15 -3945 ((-112) (-1177))) (-15 -4053 ((-112) (-1177) (-1177))) (-15 -1339 ((-322) (-1177) (-1177))))
-((-3486 (((-112) $ $) 20)) (-1818 (($ |#1| $) 77) (($ $ |#1|) 76) (($ $ $) 75)) (-3758 (($ $ $) 73)) (-3595 (((-112) $ $) 74)) (-3733 (((-112) $ (-783)) 8)) (-2066 (($ (-656 |#1|)) 69) (($) 68)) (-4394 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4462)))) (-2135 (($) 7 T CONST)) (-2017 (($ $) 63)) (-1640 (($ $) 59 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3516 (($ |#1| $) 48 (|has| $ (-6 -4462))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4462)))) (-3942 (($ |#1| $) 58 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4462)))) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-1446 (((-112) $ $) 65)) (-2476 (((-112) $ (-783)) 9)) (-3123 ((|#1| $) 79)) (-2864 (($ $ $) 82)) (-1872 (($ $ $) 81)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-2352 ((|#1| $) 80)) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22)) (-2037 (($ $ $) 70)) (-4219 ((|#1| $) 40)) (-2767 (($ |#1| $) 41) (($ |#1| $ (-783)) 64)) (-1448 (((-1139) $) 21)) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-4436 ((|#1| $) 42)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-1825 (((-656 (-2 (|:| -4437 |#1|) (|:| -1458 (-783)))) $) 62)) (-1441 (($ $ |#1|) 72) (($ $ $) 71)) (-2089 (($) 50) (($ (-656 |#1|)) 49)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-4169 (((-548) $) 60 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 51)) (-3567 (((-874) $) 18)) (-1893 (($ (-656 |#1|)) 67) (($) 66)) (-1540 (((-112) $ $) 23)) (-2847 (($ (-656 |#1|)) 43)) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19)) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
+((-1883 (*1 *2 *3 *1 *4) (-12 (-4 *1 (-840)) (-5 *3 (-834)) (-5 *4 (-112)) (-5 *2 (-1293)))) (-1883 (*1 *2 *3 *1) (-12 (-4 *1 (-840)) (-5 *3 (-834)) (-5 *2 (-1293)))) (-1883 (*1 *2 *1 *3) (-12 (-4 *1 (-840)) (-5 *3 (-112)) (-5 *2 (-1179)))) (-1883 (*1 *2 *1) (-12 (-4 *1 (-840)) (-5 *2 (-1179)))))
+(-13 (-10 -8 (-15 -1883 ((-1179) $)) (-15 -1883 ((-1179) $ (-112))) (-15 -1883 ((-1293) (-834) $)) (-15 -1883 ((-1293) (-834) $ (-112)))))
+((-2376 (((-322) (-1179) (-1179)) 12)) (-1927 (((-112) (-1179) (-1179)) 34)) (-3555 (((-112) (-1179)) 33)) (-4415 (((-52) (-1179)) 25)) (-3815 (((-52) (-1179)) 23)) (-2943 (((-52) (-834)) 17)) (-3041 (((-656 (-1179)) (-1179)) 28)) (-4358 (((-656 (-1179))) 27)))
+(((-841) (-10 -7 (-15 -2943 ((-52) (-834))) (-15 -3815 ((-52) (-1179))) (-15 -4415 ((-52) (-1179))) (-15 -4358 ((-656 (-1179)))) (-15 -3041 ((-656 (-1179)) (-1179))) (-15 -3555 ((-112) (-1179))) (-15 -1927 ((-112) (-1179) (-1179))) (-15 -2376 ((-322) (-1179) (-1179))))) (T -841))
+((-2376 (*1 *2 *3 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-322)) (-5 *1 (-841)))) (-1927 (*1 *2 *3 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-112)) (-5 *1 (-841)))) (-3555 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-112)) (-5 *1 (-841)))) (-3041 (*1 *2 *3) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-841)) (-5 *3 (-1179)))) (-4358 (*1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-841)))) (-4415 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-52)) (-5 *1 (-841)))) (-3815 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-52)) (-5 *1 (-841)))) (-2943 (*1 *2 *3) (-12 (-5 *3 (-834)) (-5 *2 (-52)) (-5 *1 (-841)))))
+(-10 -7 (-15 -2943 ((-52) (-834))) (-15 -3815 ((-52) (-1179))) (-15 -4415 ((-52) (-1179))) (-15 -4358 ((-656 (-1179)))) (-15 -3041 ((-656 (-1179)) (-1179))) (-15 -3555 ((-112) (-1179))) (-15 -1927 ((-112) (-1179) (-1179))) (-15 -2376 ((-322) (-1179) (-1179))))
+((-1955 (((-112) $ $) 20)) (-4025 (($ |#1| $) 77) (($ $ |#1|) 76) (($ $ $) 75)) (-2211 (($ $ $) 73)) (-3149 (((-112) $ $) 74)) (-1951 (((-112) $ (-783)) 8)) (-3703 (($ (-656 |#1|)) 69) (($) 68)) (-2250 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4464)))) (-3853 (($) 7 T CONST)) (-1966 (($ $) 63)) (-2741 (($ $) 59 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1678 (($ |#1| $) 48 (|has| $ (-6 -4464))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4464)))) (-2824 (($ |#1| $) 58 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4464)))) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-2132 (((-112) $ $) 65)) (-4157 (((-112) $ (-783)) 9)) (-2905 ((|#1| $) 79)) (-3528 (($ $ $) 82)) (-3181 (($ $ $) 81)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2163 ((|#1| $) 80)) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22)) (-2157 (($ $ $) 70)) (-4306 ((|#1| $) 40)) (-3846 (($ |#1| $) 41) (($ |#1| $ (-783)) 64)) (-3117 (((-1141) $) 21)) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-1470 ((|#1| $) 42)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4032 (((-656 (-2 (|:| -2904 |#1|) (|:| -3131 (-783)))) $) 62)) (-3206 (($ $ |#1|) 72) (($ $ $) 71)) (-1455 (($) 50) (($ (-656 |#1|)) 49)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-1554 (((-548) $) 60 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 51)) (-4114 (((-876) $) 18)) (-1515 (($ (-656 |#1|)) 67) (($) 66)) (-3000 (((-112) $ $) 23)) (-3356 (($ (-656 |#1|)) 43)) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19)) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
(((-842 |#1|) (-141) (-862)) (T -842))
-((-3123 (*1 *2 *1) (-12 (-4 *1 (-842 *2)) (-4 *2 (-862)))))
-(-13 (-748 |t#1|) (-987 |t#1|) (-10 -8 (-15 -3123 (|t#1| $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-625 (-874)) . T) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-240 |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-707 |#1|) . T) ((-748 |#1|) . T) ((-987 |#1|) . T) ((-1117 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-1628 (((-1291) (-1139) (-1139)) 48)) (-3748 (((-1291) (-833) (-52)) 45)) (-4119 (((-52) (-833)) 16)))
-(((-843) (-10 -7 (-15 -4119 ((-52) (-833))) (-15 -3748 ((-1291) (-833) (-52))) (-15 -1628 ((-1291) (-1139) (-1139))))) (T -843))
-((-1628 (*1 *2 *3 *3) (-12 (-5 *3 (-1139)) (-5 *2 (-1291)) (-5 *1 (-843)))) (-3748 (*1 *2 *3 *4) (-12 (-5 *3 (-833)) (-5 *4 (-52)) (-5 *2 (-1291)) (-5 *1 (-843)))) (-4119 (*1 *2 *3) (-12 (-5 *3 (-833)) (-5 *2 (-52)) (-5 *1 (-843)))))
-(-10 -7 (-15 -4119 ((-52) (-833))) (-15 -3748 ((-1291) (-833) (-52))) (-15 -1628 ((-1291) (-1139) (-1139))))
-((-4114 (((-845 |#2|) (-1 |#2| |#1|) (-845 |#1|) (-845 |#2|)) 12) (((-845 |#2|) (-1 |#2| |#1|) (-845 |#1|)) 13)))
-(((-844 |#1| |#2|) (-10 -7 (-15 -4114 ((-845 |#2|) (-1 |#2| |#1|) (-845 |#1|))) (-15 -4114 ((-845 |#2|) (-1 |#2| |#1|) (-845 |#1|) (-845 |#2|)))) (-1119) (-1119)) (T -844))
-((-4114 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-845 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-845 *5)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-5 *1 (-844 *5 *6)))) (-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-845 *5)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-5 *2 (-845 *6)) (-5 *1 (-844 *5 *6)))))
-(-10 -7 (-15 -4114 ((-845 |#2|) (-1 |#2| |#1|) (-845 |#1|))) (-15 -4114 ((-845 |#2|) (-1 |#2| |#1|) (-845 |#1|) (-845 |#2|))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL (|has| |#1| (-21)))) (-4299 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-2786 (((-576) $) NIL (|has| |#1| (-860)))) (-2135 (($) NIL (|has| |#1| (-21)) CONST)) (-1570 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) 15)) (-2857 (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) 9)) (-2251 (((-3 $ "failed") $) 42 (|has| |#1| (-860)))) (-2772 (((-3 (-419 (-576)) "failed") $) 52 (|has| |#1| (-557)))) (-4423 (((-112) $) 46 (|has| |#1| (-557)))) (-4335 (((-419 (-576)) $) 49 (|has| |#1| (-557)))) (-3075 (((-112) $) NIL (|has| |#1| (-860)))) (-3612 (((-112) $) NIL (|has| |#1| (-860)))) (-3667 (((-112) $) NIL (|has| |#1| (-860)))) (-3123 (($ $ $) NIL (|has| |#1| (-860)))) (-2352 (($ $ $) NIL (|has| |#1| (-860)))) (-3881 (((-1177) $) NIL)) (-1608 (($) 13)) (-4056 (((-112) $) 12)) (-1448 (((-1139) $) NIL)) (-3107 (((-112) $) 11)) (-3567 (((-874) $) 18) (($ (-419 (-576))) NIL (|has| |#1| (-1057 (-419 (-576))))) (($ |#1|) 8) (($ (-576)) NIL (-2755 (|has| |#1| (-860)) (|has| |#1| (-1057 (-576)))))) (-2596 (((-783)) 36 (|has| |#1| (-860)) CONST)) (-1540 (((-112) $ $) 54)) (-4308 (($ $) NIL (|has| |#1| (-860)))) (-2716 (($) 23 (|has| |#1| (-21)) CONST)) (-2727 (($) 33 (|has| |#1| (-860)) CONST)) (-2989 (((-112) $ $) NIL (|has| |#1| (-860)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-860)))) (-2921 (((-112) $ $) 21)) (-2975 (((-112) $ $) NIL (|has| |#1| (-860)))) (-2946 (((-112) $ $) 45 (|has| |#1| (-860)))) (-3041 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 29 (|has| |#1| (-21)))) (-3027 (($ $ $) 31 (|has| |#1| (-21)))) (** (($ $ (-938)) NIL (|has| |#1| (-860))) (($ $ (-783)) NIL (|has| |#1| (-860)))) (* (($ $ $) 39 (|has| |#1| (-860))) (($ (-576) $) 27 (|has| |#1| (-21))) (($ (-783) $) NIL (|has| |#1| (-21))) (($ (-938) $) NIL (|has| |#1| (-21)))))
-(((-845 |#1|) (-13 (-1119) (-423 |#1|) (-10 -8 (-15 -1608 ($)) (-15 -3107 ((-112) $)) (-15 -4056 ((-112) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-860)) (-6 (-860)) |%noBranch|) (IF (|has| |#1| (-557)) (PROGN (-15 -4423 ((-112) $)) (-15 -4335 ((-419 (-576)) $)) (-15 -2772 ((-3 (-419 (-576)) "failed") $))) |%noBranch|))) (-1119)) (T -845))
-((-1608 (*1 *1) (-12 (-5 *1 (-845 *2)) (-4 *2 (-1119)))) (-3107 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-845 *3)) (-4 *3 (-1119)))) (-4056 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-845 *3)) (-4 *3 (-1119)))) (-4423 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-845 *3)) (-4 *3 (-557)) (-4 *3 (-1119)))) (-4335 (*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-845 *3)) (-4 *3 (-557)) (-4 *3 (-1119)))) (-2772 (*1 *2 *1) (|partial| -12 (-5 *2 (-419 (-576))) (-5 *1 (-845 *3)) (-4 *3 (-557)) (-4 *3 (-1119)))))
-(-13 (-1119) (-423 |#1|) (-10 -8 (-15 -1608 ($)) (-15 -3107 ((-112) $)) (-15 -4056 ((-112) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-860)) (-6 (-860)) |%noBranch|) (IF (|has| |#1| (-557)) (PROGN (-15 -4423 ((-112) $)) (-15 -4335 ((-419 (-576)) $)) (-15 -2772 ((-3 (-419 (-576)) "failed") $))) |%noBranch|)))
-((-3796 (((-112) $ |#2|) 14)) (-3567 (((-874) $) 11)))
-(((-846 |#1| |#2|) (-10 -8 (-15 -3796 ((-112) |#1| |#2|)) (-15 -3567 ((-874) |#1|))) (-847 |#2|) (-1119)) (T -846))
-NIL
-(-10 -8 (-15 -3796 ((-112) |#1| |#2|)) (-15 -3567 ((-874) |#1|)))
-((-3486 (((-112) $ $) 6)) (-2624 ((|#1| $) 16)) (-3881 (((-1177) $) 10)) (-3796 (((-112) $ |#1|) 14)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2735 (((-55) $) 15)) (-2921 (((-112) $ $) 7)))
-(((-847 |#1|) (-141) (-1119)) (T -847))
-((-2624 (*1 *2 *1) (-12 (-4 *1 (-847 *2)) (-4 *2 (-1119)))) (-2735 (*1 *2 *1) (-12 (-4 *1 (-847 *3)) (-4 *3 (-1119)) (-5 *2 (-55)))) (-3796 (*1 *2 *1 *3) (-12 (-4 *1 (-847 *3)) (-4 *3 (-1119)) (-5 *2 (-112)))))
-(-13 (-1119) (-10 -8 (-15 -2624 (|t#1| $)) (-15 -2735 ((-55) $)) (-15 -3796 ((-112) $ |t#1|))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) NIL) (((-3 (-115) "failed") $) NIL)) (-2857 ((|#1| $) NIL) (((-115) $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2024 ((|#1| (-115) |#1|) NIL)) (-3612 (((-112) $) NIL)) (-4318 (($ |#1| (-372 (-115))) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2328 (($ $ (-1 |#1| |#1|)) NIL)) (-2299 (($ $ (-1 |#1| |#1|)) NIL)) (-2794 ((|#1| $ |#1|) NIL)) (-3571 ((|#1| |#1|) NIL (|has| |#1| (-174)))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-115)) NIL)) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-1381 (($ $) NIL (|has| |#1| (-174))) (($ $ $) NIL (|has| |#1| (-174)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ (-115) (-576)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-174))) (($ $ |#1|) NIL (|has| |#1| (-174)))))
-(((-848 |#1|) (-13 (-1068) (-1057 |#1|) (-1057 (-115)) (-296 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |#1| (-174)) (PROGN (-6 (-38 |#1|)) (-15 -1381 ($ $)) (-15 -1381 ($ $ $)) (-15 -3571 (|#1| |#1|))) |%noBranch|) (-15 -2299 ($ $ (-1 |#1| |#1|))) (-15 -2328 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-115) (-576))) (-15 ** ($ $ (-576))) (-15 -2024 (|#1| (-115) |#1|)) (-15 -4318 ($ |#1| (-372 (-115)))))) (-1068)) (T -848))
-((-1381 (*1 *1 *1) (-12 (-5 *1 (-848 *2)) (-4 *2 (-174)) (-4 *2 (-1068)))) (-1381 (*1 *1 *1 *1) (-12 (-5 *1 (-848 *2)) (-4 *2 (-174)) (-4 *2 (-1068)))) (-3571 (*1 *2 *2) (-12 (-5 *1 (-848 *2)) (-4 *2 (-174)) (-4 *2 (-1068)))) (-2299 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1068)) (-5 *1 (-848 *3)))) (-2328 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1068)) (-5 *1 (-848 *3)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-576)) (-5 *1 (-848 *4)) (-4 *4 (-1068)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-848 *3)) (-4 *3 (-1068)))) (-2024 (*1 *2 *3 *2) (-12 (-5 *3 (-115)) (-5 *1 (-848 *2)) (-4 *2 (-1068)))) (-4318 (*1 *1 *2 *3) (-12 (-5 *3 (-372 (-115))) (-5 *1 (-848 *2)) (-4 *2 (-1068)))))
-(-13 (-1068) (-1057 |#1|) (-1057 (-115)) (-296 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |#1| (-174)) (PROGN (-6 (-38 |#1|)) (-15 -1381 ($ $)) (-15 -1381 ($ $ $)) (-15 -3571 (|#1| |#1|))) |%noBranch|) (-15 -2299 ($ $ (-1 |#1| |#1|))) (-15 -2328 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-115) (-576))) (-15 ** ($ $ (-576))) (-15 -2024 (|#1| (-115) |#1|)) (-15 -4318 ($ |#1| (-372 (-115))))))
-((-3749 (((-216 (-514)) (-1177)) 9)))
-(((-849) (-10 -7 (-15 -3749 ((-216 (-514)) (-1177))))) (T -849))
-((-3749 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-216 (-514))) (-5 *1 (-849)))))
-(-10 -7 (-15 -3749 ((-216 (-514)) (-1177))))
-((-3486 (((-112) $ $) NIL)) (-2700 (((-1137) $) 10)) (-2624 (((-518) $) 9)) (-3881 (((-1177) $) NIL)) (-3796 (((-112) $ (-518)) NIL)) (-1448 (((-1139) $) NIL)) (-3579 (($ (-518) (-1137)) 8)) (-3567 (((-874) $) 25)) (-1540 (((-112) $ $) NIL)) (-2735 (((-55) $) 20)) (-2921 (((-112) $ $) 12)))
-(((-850) (-13 (-847 (-518)) (-10 -8 (-15 -2700 ((-1137) $)) (-15 -3579 ($ (-518) (-1137)))))) (T -850))
-((-2700 (*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-850)))) (-3579 (*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-1137)) (-5 *1 (-850)))))
-(-13 (-847 (-518)) (-10 -8 (-15 -2700 ((-1137) $)) (-15 -3579 ($ (-518) (-1137)))))
-((-3486 (((-112) $ $) 6)) (-3665 (((-1054) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) 15) (((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 14)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 17) (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) 16)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)))
+((-2905 (*1 *2 *1) (-12 (-4 *1 (-842 *2)) (-4 *2 (-862)))))
+(-13 (-748 |t#1|) (-989 |t#1|) (-10 -8 (-15 -2905 (|t#1| $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-625 (-876)) . T) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-240 |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-707 |#1|) . T) ((-748 |#1|) . T) ((-989 |#1|) . T) ((-1119 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-2610 (((-1293) (-1141) (-1141)) 48)) (-2114 (((-1293) (-833) (-52)) 45)) (-1411 (((-52) (-833)) 16)))
+(((-843) (-10 -7 (-15 -1411 ((-52) (-833))) (-15 -2114 ((-1293) (-833) (-52))) (-15 -2610 ((-1293) (-1141) (-1141))))) (T -843))
+((-2610 (*1 *2 *3 *3) (-12 (-5 *3 (-1141)) (-5 *2 (-1293)) (-5 *1 (-843)))) (-2114 (*1 *2 *3 *4) (-12 (-5 *3 (-833)) (-5 *4 (-52)) (-5 *2 (-1293)) (-5 *1 (-843)))) (-1411 (*1 *2 *3) (-12 (-5 *3 (-833)) (-5 *2 (-52)) (-5 *1 (-843)))))
+(-10 -7 (-15 -1411 ((-52) (-833))) (-15 -2114 ((-1293) (-833) (-52))) (-15 -2610 ((-1293) (-1141) (-1141))))
+((-2423 (((-845 |#2|) (-1 |#2| |#1|) (-845 |#1|) (-845 |#2|)) 12) (((-845 |#2|) (-1 |#2| |#1|) (-845 |#1|)) 13)))
+(((-844 |#1| |#2|) (-10 -7 (-15 -2423 ((-845 |#2|) (-1 |#2| |#1|) (-845 |#1|))) (-15 -2423 ((-845 |#2|) (-1 |#2| |#1|) (-845 |#1|) (-845 |#2|)))) (-1121) (-1121)) (T -844))
+((-2423 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-845 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-845 *5)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-5 *1 (-844 *5 *6)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-845 *5)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-5 *2 (-845 *6)) (-5 *1 (-844 *5 *6)))))
+(-10 -7 (-15 -2423 ((-845 |#2|) (-1 |#2| |#1|) (-845 |#1|))) (-15 -2423 ((-845 |#2|) (-1 |#2| |#1|) (-845 |#1|) (-845 |#2|))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL (|has| |#1| (-21)))) (-2583 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-4018 (((-576) $) NIL (|has| |#1| (-860)))) (-3853 (($) NIL (|has| |#1| (-21)) CONST)) (-2981 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) 15)) (-2318 (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) 9)) (-2413 (((-3 $ "failed") $) 42 (|has| |#1| (-860)))) (-3878 (((-3 (-419 (-576)) "failed") $) 52 (|has| |#1| (-557)))) (-1358 (((-112) $) 46 (|has| |#1| (-557)))) (-2951 (((-419 (-576)) $) 49 (|has| |#1| (-557)))) (-2907 (((-112) $) NIL (|has| |#1| (-860)))) (-3315 (((-112) $) NIL (|has| |#1| (-860)))) (-2569 (((-112) $) NIL (|has| |#1| (-860)))) (-2905 (($ $ $) NIL (|has| |#1| (-860)))) (-2163 (($ $ $) NIL (|has| |#1| (-860)))) (-4185 (((-1179) $) NIL)) (-2736 (($) 13)) (-1962 (((-112) $) 12)) (-3117 (((-1141) $) NIL)) (-1915 (((-112) $) 11)) (-4114 (((-876) $) 18) (($ (-419 (-576))) NIL (|has| |#1| (-1059 (-419 (-576))))) (($ |#1|) 8) (($ (-576)) NIL (-3795 (|has| |#1| (-860)) (|has| |#1| (-1059 (-576)))))) (-2864 (((-783)) 36 (|has| |#1| (-860)) CONST)) (-3000 (((-112) $ $) 54)) (-2679 (($ $) NIL (|has| |#1| (-860)))) (-4312 (($) 23 (|has| |#1| (-21)) CONST)) (-4322 (($) 33 (|has| |#1| (-860)) CONST)) (-3995 (((-112) $ $) NIL (|has| |#1| (-860)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-860)))) (-3939 (((-112) $ $) 21)) (-3985 (((-112) $ $) NIL (|has| |#1| (-860)))) (-3962 (((-112) $ $) 45 (|has| |#1| (-860)))) (-4037 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 29 (|has| |#1| (-21)))) (-4027 (($ $ $) 31 (|has| |#1| (-21)))) (** (($ $ (-940)) NIL (|has| |#1| (-860))) (($ $ (-783)) NIL (|has| |#1| (-860)))) (* (($ $ $) 39 (|has| |#1| (-860))) (($ (-576) $) 27 (|has| |#1| (-21))) (($ (-783) $) NIL (|has| |#1| (-21))) (($ (-940) $) NIL (|has| |#1| (-21)))))
+(((-845 |#1|) (-13 (-1121) (-423 |#1|) (-10 -8 (-15 -2736 ($)) (-15 -1915 ((-112) $)) (-15 -1962 ((-112) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-860)) (-6 (-860)) |%noBranch|) (IF (|has| |#1| (-557)) (PROGN (-15 -1358 ((-112) $)) (-15 -2951 ((-419 (-576)) $)) (-15 -3878 ((-3 (-419 (-576)) "failed") $))) |%noBranch|))) (-1121)) (T -845))
+((-2736 (*1 *1) (-12 (-5 *1 (-845 *2)) (-4 *2 (-1121)))) (-1915 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-845 *3)) (-4 *3 (-1121)))) (-1962 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-845 *3)) (-4 *3 (-1121)))) (-1358 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-845 *3)) (-4 *3 (-557)) (-4 *3 (-1121)))) (-2951 (*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-845 *3)) (-4 *3 (-557)) (-4 *3 (-1121)))) (-3878 (*1 *2 *1) (|partial| -12 (-5 *2 (-419 (-576))) (-5 *1 (-845 *3)) (-4 *3 (-557)) (-4 *3 (-1121)))))
+(-13 (-1121) (-423 |#1|) (-10 -8 (-15 -2736 ($)) (-15 -1915 ((-112) $)) (-15 -1962 ((-112) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-860)) (-6 (-860)) |%noBranch|) (IF (|has| |#1| (-557)) (PROGN (-15 -1358 ((-112) $)) (-15 -2951 ((-419 (-576)) $)) (-15 -3878 ((-3 (-419 (-576)) "failed") $))) |%noBranch|)))
+((-1436 (((-112) $ |#2|) 14)) (-4114 (((-876) $) 11)))
+(((-846 |#1| |#2|) (-10 -8 (-15 -1436 ((-112) |#1| |#2|)) (-15 -4114 ((-876) |#1|))) (-847 |#2|) (-1121)) (T -846))
+NIL
+(-10 -8 (-15 -1436 ((-112) |#1| |#2|)) (-15 -4114 ((-876) |#1|)))
+((-1955 (((-112) $ $) 6)) (-4149 ((|#1| $) 16)) (-4185 (((-1179) $) 10)) (-1436 (((-112) $ |#1|) 14)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-1597 (((-55) $) 15)) (-3939 (((-112) $ $) 7)))
+(((-847 |#1|) (-141) (-1121)) (T -847))
+((-4149 (*1 *2 *1) (-12 (-4 *1 (-847 *2)) (-4 *2 (-1121)))) (-1597 (*1 *2 *1) (-12 (-4 *1 (-847 *3)) (-4 *3 (-1121)) (-5 *2 (-55)))) (-1436 (*1 *2 *1 *3) (-12 (-4 *1 (-847 *3)) (-4 *3 (-1121)) (-5 *2 (-112)))))
+(-13 (-1121) (-10 -8 (-15 -4149 (|t#1| $)) (-15 -1597 ((-55) $)) (-15 -1436 ((-112) $ |t#1|))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) NIL) (((-3 (-115) "failed") $) NIL)) (-2318 ((|#1| $) NIL) (((-115) $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-2050 ((|#1| (-115) |#1|) NIL)) (-3315 (((-112) $) NIL)) (-2789 (($ |#1| (-372 (-115))) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1947 (($ $ (-1 |#1| |#1|)) NIL)) (-2965 (($ $ (-1 |#1| |#1|)) NIL)) (-4369 ((|#1| $ |#1|) NIL)) (-4166 ((|#1| |#1|) NIL (|has| |#1| (-174)))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-115)) NIL)) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-2058 (($ $) NIL (|has| |#1| (-174))) (($ $ $) NIL (|has| |#1| (-174)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ (-115) (-576)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-174))) (($ $ |#1|) NIL (|has| |#1| (-174)))))
+(((-848 |#1|) (-13 (-1070) (-1059 |#1|) (-1059 (-115)) (-296 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |#1| (-174)) (PROGN (-6 (-38 |#1|)) (-15 -2058 ($ $)) (-15 -2058 ($ $ $)) (-15 -4166 (|#1| |#1|))) |%noBranch|) (-15 -2965 ($ $ (-1 |#1| |#1|))) (-15 -1947 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-115) (-576))) (-15 ** ($ $ (-576))) (-15 -2050 (|#1| (-115) |#1|)) (-15 -2789 ($ |#1| (-372 (-115)))))) (-1070)) (T -848))
+((-2058 (*1 *1 *1) (-12 (-5 *1 (-848 *2)) (-4 *2 (-174)) (-4 *2 (-1070)))) (-2058 (*1 *1 *1 *1) (-12 (-5 *1 (-848 *2)) (-4 *2 (-174)) (-4 *2 (-1070)))) (-4166 (*1 *2 *2) (-12 (-5 *1 (-848 *2)) (-4 *2 (-174)) (-4 *2 (-1070)))) (-2965 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1070)) (-5 *1 (-848 *3)))) (-1947 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1070)) (-5 *1 (-848 *3)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-576)) (-5 *1 (-848 *4)) (-4 *4 (-1070)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-848 *3)) (-4 *3 (-1070)))) (-2050 (*1 *2 *3 *2) (-12 (-5 *3 (-115)) (-5 *1 (-848 *2)) (-4 *2 (-1070)))) (-2789 (*1 *1 *2 *3) (-12 (-5 *3 (-372 (-115))) (-5 *1 (-848 *2)) (-4 *2 (-1070)))))
+(-13 (-1070) (-1059 |#1|) (-1059 (-115)) (-296 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |#1| (-174)) (PROGN (-6 (-38 |#1|)) (-15 -2058 ($ $)) (-15 -2058 ($ $ $)) (-15 -4166 (|#1| |#1|))) |%noBranch|) (-15 -2965 ($ $ (-1 |#1| |#1|))) (-15 -1947 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-115) (-576))) (-15 ** ($ $ (-576))) (-15 -2050 (|#1| (-115) |#1|)) (-15 -2789 ($ |#1| (-372 (-115))))))
+((-2125 (((-216 (-514)) (-1179)) 9)))
+(((-849) (-10 -7 (-15 -2125 ((-216 (-514)) (-1179))))) (T -849))
+((-2125 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-216 (-514))) (-5 *1 (-849)))))
+(-10 -7 (-15 -2125 ((-216 (-514)) (-1179))))
+((-1955 (((-112) $ $) NIL)) (-3513 (((-1139) $) 10)) (-4149 (((-518) $) 9)) (-4185 (((-1179) $) NIL)) (-1436 (((-112) $ (-518)) NIL)) (-3117 (((-1141) $) NIL)) (-4125 (($ (-518) (-1139)) 8)) (-4114 (((-876) $) 25)) (-3000 (((-112) $ $) NIL)) (-1597 (((-55) $) 20)) (-3939 (((-112) $ $) 12)))
+(((-850) (-13 (-847 (-518)) (-10 -8 (-15 -3513 ((-1139) $)) (-15 -4125 ($ (-518) (-1139)))))) (T -850))
+((-3513 (*1 *2 *1) (-12 (-5 *2 (-1139)) (-5 *1 (-850)))) (-4125 (*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-1139)) (-5 *1 (-850)))))
+(-13 (-847 (-518)) (-10 -8 (-15 -3513 ((-1139) $)) (-15 -4125 ($ (-518) (-1139)))))
+((-1955 (((-112) $ $) 6)) (-2546 (((-1056) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) 15) (((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 14)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 17) (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) 16)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)))
(((-851) (-141)) (T -851))
-((-2938 (*1 *2 *3 *4) (-12 (-4 *1 (-851)) (-5 *3 (-1082)) (-5 *4 (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (-5 *2 (-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)))))) (-2938 (*1 *2 *3 *4) (-12 (-4 *1 (-851)) (-5 *3 (-1082)) (-5 *4 (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) (-5 *2 (-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)))))) (-3665 (*1 *2 *3) (-12 (-4 *1 (-851)) (-5 *3 (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) (-5 *2 (-1054)))) (-3665 (*1 *2 *3) (-12 (-4 *1 (-851)) (-5 *3 (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (-5 *2 (-1054)))))
-(-13 (-1119) (-10 -7 (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227))))))) (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))) (-15 -3665 ((-1054) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))) (-15 -3665 ((-1054) (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-3330 (((-1054) (-656 (-326 (-390))) (-656 (-390))) 166) (((-1054) (-326 (-390)) (-656 (-390))) 164) (((-1054) (-326 (-390)) (-656 (-390)) (-656 (-855 (-390))) (-656 (-855 (-390)))) 162) (((-1054) (-326 (-390)) (-656 (-390)) (-656 (-855 (-390))) (-656 (-326 (-390))) (-656 (-855 (-390)))) 160) (((-1054) (-853)) 125) (((-1054) (-853) (-1082)) 124)) (-2938 (((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-853) (-1082)) 85) (((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-853)) 87)) (-2773 (((-1054) (-656 (-326 (-390))) (-656 (-390))) 167) (((-1054) (-853)) 150)))
-(((-852) (-10 -7 (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-853))) (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-853) (-1082))) (-15 -3330 ((-1054) (-853) (-1082))) (-15 -3330 ((-1054) (-853))) (-15 -2773 ((-1054) (-853))) (-15 -3330 ((-1054) (-326 (-390)) (-656 (-390)) (-656 (-855 (-390))) (-656 (-326 (-390))) (-656 (-855 (-390))))) (-15 -3330 ((-1054) (-326 (-390)) (-656 (-390)) (-656 (-855 (-390))) (-656 (-855 (-390))))) (-15 -3330 ((-1054) (-326 (-390)) (-656 (-390)))) (-15 -3330 ((-1054) (-656 (-326 (-390))) (-656 (-390)))) (-15 -2773 ((-1054) (-656 (-326 (-390))) (-656 (-390)))))) (T -852))
-((-2773 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-326 (-390)))) (-5 *4 (-656 (-390))) (-5 *2 (-1054)) (-5 *1 (-852)))) (-3330 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-326 (-390)))) (-5 *4 (-656 (-390))) (-5 *2 (-1054)) (-5 *1 (-852)))) (-3330 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-390))) (-5 *2 (-1054)) (-5 *1 (-852)))) (-3330 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-390))) (-5 *5 (-656 (-855 (-390)))) (-5 *2 (-1054)) (-5 *1 (-852)))) (-3330 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-656 (-390))) (-5 *5 (-656 (-855 (-390)))) (-5 *6 (-656 (-326 (-390)))) (-5 *3 (-326 (-390))) (-5 *2 (-1054)) (-5 *1 (-852)))) (-2773 (*1 *2 *3) (-12 (-5 *3 (-853)) (-5 *2 (-1054)) (-5 *1 (-852)))) (-3330 (*1 *2 *3) (-12 (-5 *3 (-853)) (-5 *2 (-1054)) (-5 *1 (-852)))) (-3330 (*1 *2 *3 *4) (-12 (-5 *3 (-853)) (-5 *4 (-1082)) (-5 *2 (-1054)) (-5 *1 (-852)))) (-2938 (*1 *2 *3 *4) (-12 (-5 *3 (-853)) (-5 *4 (-1082)) (-5 *2 (-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))))) (-5 *1 (-852)))) (-2938 (*1 *2 *3) (-12 (-5 *3 (-853)) (-5 *2 (-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))))) (-5 *1 (-852)))))
-(-10 -7 (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-853))) (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-853) (-1082))) (-15 -3330 ((-1054) (-853) (-1082))) (-15 -3330 ((-1054) (-853))) (-15 -2773 ((-1054) (-853))) (-15 -3330 ((-1054) (-326 (-390)) (-656 (-390)) (-656 (-855 (-390))) (-656 (-326 (-390))) (-656 (-855 (-390))))) (-15 -3330 ((-1054) (-326 (-390)) (-656 (-390)) (-656 (-855 (-390))) (-656 (-855 (-390))))) (-15 -3330 ((-1054) (-326 (-390)) (-656 (-390)))) (-15 -3330 ((-1054) (-656 (-326 (-390))) (-656 (-390)))) (-15 -2773 ((-1054) (-656 (-326 (-390))) (-656 (-390)))))
-((-3486 (((-112) $ $) NIL)) (-2857 (((-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))) $) 21)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 20) (($ (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 14) (($ (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) 16) (($ (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))))) 18)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-853) (-13 (-1119) (-10 -8 (-15 -3567 ($ (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227))))))) (-15 -3567 ($ (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))) (-15 -3567 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))))) (-15 -2857 ((-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))) $))))) (T -853))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (-5 *1 (-853)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))) (-5 *1 (-853)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))))) (-5 *1 (-853)))) (-2857 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227))))))) (-5 *1 (-853)))))
-(-13 (-1119) (-10 -8 (-15 -3567 ($ (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227))))))) (-15 -3567 ($ (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))) (-15 -3567 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))))) (-15 -2857 ((-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))) $))))
-((-4114 (((-855 |#2|) (-1 |#2| |#1|) (-855 |#1|) (-855 |#2|) (-855 |#2|)) 13) (((-855 |#2|) (-1 |#2| |#1|) (-855 |#1|)) 14)))
-(((-854 |#1| |#2|) (-10 -7 (-15 -4114 ((-855 |#2|) (-1 |#2| |#1|) (-855 |#1|))) (-15 -4114 ((-855 |#2|) (-1 |#2| |#1|) (-855 |#1|) (-855 |#2|) (-855 |#2|)))) (-1119) (-1119)) (T -854))
-((-4114 (*1 *2 *3 *4 *2 *2) (-12 (-5 *2 (-855 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-855 *5)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-5 *1 (-854 *5 *6)))) (-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-855 *5)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-5 *2 (-855 *6)) (-5 *1 (-854 *5 *6)))))
-(-10 -7 (-15 -4114 ((-855 |#2|) (-1 |#2| |#1|) (-855 |#1|))) (-15 -4114 ((-855 |#2|) (-1 |#2| |#1|) (-855 |#1|) (-855 |#2|) (-855 |#2|))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL (|has| |#1| (-21)))) (-2265 (((-1139) $) 31)) (-4299 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-2786 (((-576) $) NIL (|has| |#1| (-860)))) (-2135 (($) NIL (|has| |#1| (-21)) CONST)) (-1570 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) 18)) (-2857 (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) 9)) (-2251 (((-3 $ "failed") $) 58 (|has| |#1| (-860)))) (-2772 (((-3 (-419 (-576)) "failed") $) 65 (|has| |#1| (-557)))) (-4423 (((-112) $) 60 (|has| |#1| (-557)))) (-4335 (((-419 (-576)) $) 63 (|has| |#1| (-557)))) (-3075 (((-112) $) NIL (|has| |#1| (-860)))) (-2952 (($) 14)) (-3612 (((-112) $) NIL (|has| |#1| (-860)))) (-3667 (((-112) $) NIL (|has| |#1| (-860)))) (-2967 (($) 16)) (-3123 (($ $ $) NIL (|has| |#1| (-860)))) (-2352 (($ $ $) NIL (|has| |#1| (-860)))) (-3881 (((-1177) $) NIL)) (-4056 (((-112) $) 12)) (-1448 (((-1139) $) NIL)) (-3107 (((-112) $) 11)) (-3567 (((-874) $) 24) (($ (-419 (-576))) NIL (|has| |#1| (-1057 (-419 (-576))))) (($ |#1|) 8) (($ (-576)) NIL (-2755 (|has| |#1| (-860)) (|has| |#1| (-1057 (-576)))))) (-2596 (((-783)) 51 (|has| |#1| (-860)) CONST)) (-1540 (((-112) $ $) NIL)) (-4308 (($ $) NIL (|has| |#1| (-860)))) (-2716 (($) 37 (|has| |#1| (-21)) CONST)) (-2727 (($) 48 (|has| |#1| (-860)) CONST)) (-2989 (((-112) $ $) NIL (|has| |#1| (-860)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-860)))) (-2921 (((-112) $ $) 35)) (-2975 (((-112) $ $) NIL (|has| |#1| (-860)))) (-2946 (((-112) $ $) 59 (|has| |#1| (-860)))) (-3041 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 44 (|has| |#1| (-21)))) (-3027 (($ $ $) 46 (|has| |#1| (-21)))) (** (($ $ (-938)) NIL (|has| |#1| (-860))) (($ $ (-783)) NIL (|has| |#1| (-860)))) (* (($ $ $) 55 (|has| |#1| (-860))) (($ (-576) $) 42 (|has| |#1| (-21))) (($ (-783) $) NIL (|has| |#1| (-21))) (($ (-938) $) NIL (|has| |#1| (-21)))))
-(((-855 |#1|) (-13 (-1119) (-423 |#1|) (-10 -8 (-15 -2952 ($)) (-15 -2967 ($)) (-15 -3107 ((-112) $)) (-15 -4056 ((-112) $)) (-15 -2265 ((-1139) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-860)) (-6 (-860)) |%noBranch|) (IF (|has| |#1| (-557)) (PROGN (-15 -4423 ((-112) $)) (-15 -4335 ((-419 (-576)) $)) (-15 -2772 ((-3 (-419 (-576)) "failed") $))) |%noBranch|))) (-1119)) (T -855))
-((-2952 (*1 *1) (-12 (-5 *1 (-855 *2)) (-4 *2 (-1119)))) (-2967 (*1 *1) (-12 (-5 *1 (-855 *2)) (-4 *2 (-1119)))) (-3107 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-855 *3)) (-4 *3 (-1119)))) (-4056 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-855 *3)) (-4 *3 (-1119)))) (-2265 (*1 *2 *1) (-12 (-5 *2 (-1139)) (-5 *1 (-855 *3)) (-4 *3 (-1119)))) (-4423 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-855 *3)) (-4 *3 (-557)) (-4 *3 (-1119)))) (-4335 (*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-855 *3)) (-4 *3 (-557)) (-4 *3 (-1119)))) (-2772 (*1 *2 *1) (|partial| -12 (-5 *2 (-419 (-576))) (-5 *1 (-855 *3)) (-4 *3 (-557)) (-4 *3 (-1119)))))
-(-13 (-1119) (-423 |#1|) (-10 -8 (-15 -2952 ($)) (-15 -2967 ($)) (-15 -3107 ((-112) $)) (-15 -4056 ((-112) $)) (-15 -2265 ((-1139) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-860)) (-6 (-860)) |%noBranch|) (IF (|has| |#1| (-557)) (PROGN (-15 -4423 ((-112) $)) (-15 -4335 ((-419 (-576)) $)) (-15 -2772 ((-3 (-419 (-576)) "failed") $))) |%noBranch|)))
-((-3486 (((-112) $ $) 6)) (-2093 (((-783)) 23)) (-1834 (($) 26)) (-3123 (($ $ $) 14) (($) 22 T CONST)) (-2352 (($ $ $) 15) (($) 21 T CONST)) (-4379 (((-938) $) 25)) (-3881 (((-1177) $) 10)) (-3222 (($ (-938)) 24)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2989 (((-112) $ $) 17)) (-2960 (((-112) $ $) 18)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 16)) (-2946 (((-112) $ $) 19)))
+((-2977 (*1 *2 *3 *4) (-12 (-4 *1 (-851)) (-5 *3 (-1084)) (-5 *4 (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (-5 *2 (-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)))))) (-2977 (*1 *2 *3 *4) (-12 (-4 *1 (-851)) (-5 *3 (-1084)) (-5 *4 (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) (-5 *2 (-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)))))) (-2546 (*1 *2 *3) (-12 (-4 *1 (-851)) (-5 *3 (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) (-5 *2 (-1056)))) (-2546 (*1 *2 *3) (-12 (-4 *1 (-851)) (-5 *3 (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (-5 *2 (-1056)))))
+(-13 (-1121) (-10 -7 (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227))))))) (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))) (-15 -2546 ((-1056) (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))) (-15 -2546 ((-1056) (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-1689 (((-1056) (-656 (-326 (-390))) (-656 (-390))) 166) (((-1056) (-326 (-390)) (-656 (-390))) 164) (((-1056) (-326 (-390)) (-656 (-390)) (-656 (-855 (-390))) (-656 (-855 (-390)))) 162) (((-1056) (-326 (-390)) (-656 (-390)) (-656 (-855 (-390))) (-656 (-326 (-390))) (-656 (-855 (-390)))) 160) (((-1056) (-853)) 125) (((-1056) (-853) (-1084)) 124)) (-2977 (((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-853) (-1084)) 85) (((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-853)) 87)) (-3890 (((-1056) (-656 (-326 (-390))) (-656 (-390))) 167) (((-1056) (-853)) 150)))
+(((-852) (-10 -7 (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-853))) (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-853) (-1084))) (-15 -1689 ((-1056) (-853) (-1084))) (-15 -1689 ((-1056) (-853))) (-15 -3890 ((-1056) (-853))) (-15 -1689 ((-1056) (-326 (-390)) (-656 (-390)) (-656 (-855 (-390))) (-656 (-326 (-390))) (-656 (-855 (-390))))) (-15 -1689 ((-1056) (-326 (-390)) (-656 (-390)) (-656 (-855 (-390))) (-656 (-855 (-390))))) (-15 -1689 ((-1056) (-326 (-390)) (-656 (-390)))) (-15 -1689 ((-1056) (-656 (-326 (-390))) (-656 (-390)))) (-15 -3890 ((-1056) (-656 (-326 (-390))) (-656 (-390)))))) (T -852))
+((-3890 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-326 (-390)))) (-5 *4 (-656 (-390))) (-5 *2 (-1056)) (-5 *1 (-852)))) (-1689 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-326 (-390)))) (-5 *4 (-656 (-390))) (-5 *2 (-1056)) (-5 *1 (-852)))) (-1689 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-390))) (-5 *2 (-1056)) (-5 *1 (-852)))) (-1689 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-390))) (-5 *5 (-656 (-855 (-390)))) (-5 *2 (-1056)) (-5 *1 (-852)))) (-1689 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-656 (-390))) (-5 *5 (-656 (-855 (-390)))) (-5 *6 (-656 (-326 (-390)))) (-5 *3 (-326 (-390))) (-5 *2 (-1056)) (-5 *1 (-852)))) (-3890 (*1 *2 *3) (-12 (-5 *3 (-853)) (-5 *2 (-1056)) (-5 *1 (-852)))) (-1689 (*1 *2 *3) (-12 (-5 *3 (-853)) (-5 *2 (-1056)) (-5 *1 (-852)))) (-1689 (*1 *2 *3 *4) (-12 (-5 *3 (-853)) (-5 *4 (-1084)) (-5 *2 (-1056)) (-5 *1 (-852)))) (-2977 (*1 *2 *3 *4) (-12 (-5 *3 (-853)) (-5 *4 (-1084)) (-5 *2 (-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))))) (-5 *1 (-852)))) (-2977 (*1 *2 *3) (-12 (-5 *3 (-853)) (-5 *2 (-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))))) (-5 *1 (-852)))))
+(-10 -7 (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-853))) (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-853) (-1084))) (-15 -1689 ((-1056) (-853) (-1084))) (-15 -1689 ((-1056) (-853))) (-15 -3890 ((-1056) (-853))) (-15 -1689 ((-1056) (-326 (-390)) (-656 (-390)) (-656 (-855 (-390))) (-656 (-326 (-390))) (-656 (-855 (-390))))) (-15 -1689 ((-1056) (-326 (-390)) (-656 (-390)) (-656 (-855 (-390))) (-656 (-855 (-390))))) (-15 -1689 ((-1056) (-326 (-390)) (-656 (-390)))) (-15 -1689 ((-1056) (-656 (-326 (-390))) (-656 (-390)))) (-15 -3890 ((-1056) (-656 (-326 (-390))) (-656 (-390)))))
+((-1955 (((-112) $ $) NIL)) (-2318 (((-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))) $) 21)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 20) (($ (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) 14) (($ (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) 16) (($ (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))))) 18)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-853) (-13 (-1121) (-10 -8 (-15 -4114 ($ (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227))))))) (-15 -4114 ($ (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))) (-15 -4114 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))))) (-15 -2318 ((-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))) $))))) (T -853))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (-5 *1 (-853)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))) (-5 *1 (-853)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))))) (-5 *1 (-853)))) (-2318 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227))))))) (-5 *1 (-853)))))
+(-13 (-1121) (-10 -8 (-15 -4114 ($ (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227))))))) (-15 -4114 ($ (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))) (-15 -4114 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))))) (-15 -2318 ((-3 (|:| |noa| (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227))) (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227)))) (|:| |ub| (-656 (-855 (-227)))))) (|:| |lsa| (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))) $))))
+((-2423 (((-855 |#2|) (-1 |#2| |#1|) (-855 |#1|) (-855 |#2|) (-855 |#2|)) 13) (((-855 |#2|) (-1 |#2| |#1|) (-855 |#1|)) 14)))
+(((-854 |#1| |#2|) (-10 -7 (-15 -2423 ((-855 |#2|) (-1 |#2| |#1|) (-855 |#1|))) (-15 -2423 ((-855 |#2|) (-1 |#2| |#1|) (-855 |#1|) (-855 |#2|) (-855 |#2|)))) (-1121) (-1121)) (T -854))
+((-2423 (*1 *2 *3 *4 *2 *2) (-12 (-5 *2 (-855 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-855 *5)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-5 *1 (-854 *5 *6)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-855 *5)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-5 *2 (-855 *6)) (-5 *1 (-854 *5 *6)))))
+(-10 -7 (-15 -2423 ((-855 |#2|) (-1 |#2| |#1|) (-855 |#1|))) (-15 -2423 ((-855 |#2|) (-1 |#2| |#1|) (-855 |#1|) (-855 |#2|) (-855 |#2|))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL (|has| |#1| (-21)))) (-2575 (((-1141) $) 31)) (-2583 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-4018 (((-576) $) NIL (|has| |#1| (-860)))) (-3853 (($) NIL (|has| |#1| (-21)) CONST)) (-2981 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) 18)) (-2318 (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) 9)) (-2413 (((-3 $ "failed") $) 58 (|has| |#1| (-860)))) (-3878 (((-3 (-419 (-576)) "failed") $) 65 (|has| |#1| (-557)))) (-1358 (((-112) $) 60 (|has| |#1| (-557)))) (-2951 (((-419 (-576)) $) 63 (|has| |#1| (-557)))) (-2907 (((-112) $) NIL (|has| |#1| (-860)))) (-4356 (($) 14)) (-3315 (((-112) $) NIL (|has| |#1| (-860)))) (-2569 (((-112) $) NIL (|has| |#1| (-860)))) (-4365 (($) 16)) (-2905 (($ $ $) NIL (|has| |#1| (-860)))) (-2163 (($ $ $) NIL (|has| |#1| (-860)))) (-4185 (((-1179) $) NIL)) (-1962 (((-112) $) 12)) (-3117 (((-1141) $) NIL)) (-1915 (((-112) $) 11)) (-4114 (((-876) $) 24) (($ (-419 (-576))) NIL (|has| |#1| (-1059 (-419 (-576))))) (($ |#1|) 8) (($ (-576)) NIL (-3795 (|has| |#1| (-860)) (|has| |#1| (-1059 (-576)))))) (-2864 (((-783)) 51 (|has| |#1| (-860)) CONST)) (-3000 (((-112) $ $) NIL)) (-2679 (($ $) NIL (|has| |#1| (-860)))) (-4312 (($) 37 (|has| |#1| (-21)) CONST)) (-4322 (($) 48 (|has| |#1| (-860)) CONST)) (-3995 (((-112) $ $) NIL (|has| |#1| (-860)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-860)))) (-3939 (((-112) $ $) 35)) (-3985 (((-112) $ $) NIL (|has| |#1| (-860)))) (-3962 (((-112) $ $) 59 (|has| |#1| (-860)))) (-4037 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 44 (|has| |#1| (-21)))) (-4027 (($ $ $) 46 (|has| |#1| (-21)))) (** (($ $ (-940)) NIL (|has| |#1| (-860))) (($ $ (-783)) NIL (|has| |#1| (-860)))) (* (($ $ $) 55 (|has| |#1| (-860))) (($ (-576) $) 42 (|has| |#1| (-21))) (($ (-783) $) NIL (|has| |#1| (-21))) (($ (-940) $) NIL (|has| |#1| (-21)))))
+(((-855 |#1|) (-13 (-1121) (-423 |#1|) (-10 -8 (-15 -4356 ($)) (-15 -4365 ($)) (-15 -1915 ((-112) $)) (-15 -1962 ((-112) $)) (-15 -2575 ((-1141) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-860)) (-6 (-860)) |%noBranch|) (IF (|has| |#1| (-557)) (PROGN (-15 -1358 ((-112) $)) (-15 -2951 ((-419 (-576)) $)) (-15 -3878 ((-3 (-419 (-576)) "failed") $))) |%noBranch|))) (-1121)) (T -855))
+((-4356 (*1 *1) (-12 (-5 *1 (-855 *2)) (-4 *2 (-1121)))) (-4365 (*1 *1) (-12 (-5 *1 (-855 *2)) (-4 *2 (-1121)))) (-1915 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-855 *3)) (-4 *3 (-1121)))) (-1962 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-855 *3)) (-4 *3 (-1121)))) (-2575 (*1 *2 *1) (-12 (-5 *2 (-1141)) (-5 *1 (-855 *3)) (-4 *3 (-1121)))) (-1358 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-855 *3)) (-4 *3 (-557)) (-4 *3 (-1121)))) (-2951 (*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-855 *3)) (-4 *3 (-557)) (-4 *3 (-1121)))) (-3878 (*1 *2 *1) (|partial| -12 (-5 *2 (-419 (-576))) (-5 *1 (-855 *3)) (-4 *3 (-557)) (-4 *3 (-1121)))))
+(-13 (-1121) (-423 |#1|) (-10 -8 (-15 -4356 ($)) (-15 -4365 ($)) (-15 -1915 ((-112) $)) (-15 -1962 ((-112) $)) (-15 -2575 ((-1141) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-860)) (-6 (-860)) |%noBranch|) (IF (|has| |#1| (-557)) (PROGN (-15 -1358 ((-112) $)) (-15 -2951 ((-419 (-576)) $)) (-15 -3878 ((-3 (-419 (-576)) "failed") $))) |%noBranch|)))
+((-1955 (((-112) $ $) 6)) (-2200 (((-783)) 23)) (-4370 (($) 26)) (-2905 (($ $ $) 14) (($) 22 T CONST)) (-2163 (($ $ $) 15) (($) 21 T CONST)) (-2106 (((-940) $) 25)) (-4185 (((-1179) $) 10)) (-2409 (($ (-940)) 24)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3995 (((-112) $ $) 17)) (-3975 (((-112) $ $) 18)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 16)) (-3962 (((-112) $ $) 19)))
(((-856) (-141)) (T -856))
-((-3123 (*1 *1) (-4 *1 (-856))) (-2352 (*1 *1) (-4 *1 (-856))))
-(-13 (-862) (-379) (-10 -8 (-15 -3123 ($) -1478) (-15 -2352 ($) -1478)))
-(((-102) . T) ((-625 (-874)) . T) ((-379) . T) ((-862) . T) ((-1119) . T) ((-1236) . T))
-((-4128 (((-112) (-1286 |#2|) (-1286 |#2|)) 19)) (-4192 (((-112) (-1286 |#2|) (-1286 |#2|)) 20)) (-2536 (((-112) (-1286 |#2|) (-1286 |#2|)) 16)))
-(((-857 |#1| |#2|) (-10 -7 (-15 -2536 ((-112) (-1286 |#2|) (-1286 |#2|))) (-15 -4128 ((-112) (-1286 |#2|) (-1286 |#2|))) (-15 -4192 ((-112) (-1286 |#2|) (-1286 |#2|)))) (-783) (-804)) (T -857))
-((-4192 (*1 *2 *3 *3) (-12 (-5 *3 (-1286 *5)) (-4 *5 (-804)) (-5 *2 (-112)) (-5 *1 (-857 *4 *5)) (-14 *4 (-783)))) (-4128 (*1 *2 *3 *3) (-12 (-5 *3 (-1286 *5)) (-4 *5 (-804)) (-5 *2 (-112)) (-5 *1 (-857 *4 *5)) (-14 *4 (-783)))) (-2536 (*1 *2 *3 *3) (-12 (-5 *3 (-1286 *5)) (-4 *5 (-804)) (-5 *2 (-112)) (-5 *1 (-857 *4 *5)) (-14 *4 (-783)))))
-(-10 -7 (-15 -2536 ((-112) (-1286 |#2|) (-1286 |#2|))) (-15 -4128 ((-112) (-1286 |#2|) (-1286 |#2|))) (-15 -4192 ((-112) (-1286 |#2|) (-1286 |#2|))))
-((-3486 (((-112) $ $) 6)) (-2135 (($) 24 T CONST)) (-2251 (((-3 $ "failed") $) 27)) (-3612 (((-112) $) 25)) (-3123 (($ $ $) 14)) (-2352 (($ $ $) 15)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2727 (($) 23 T CONST)) (-2989 (((-112) $ $) 17)) (-2960 (((-112) $ $) 18)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 16)) (-2946 (((-112) $ $) 19)) (** (($ $ (-938)) 22) (($ $ (-783)) 26)) (* (($ $ $) 21)))
+((-2905 (*1 *1) (-4 *1 (-856))) (-2163 (*1 *1) (-4 *1 (-856))))
+(-13 (-862) (-379) (-10 -8 (-15 -2905 ($) -2666) (-15 -2163 ($) -2666)))
+(((-102) . T) ((-625 (-876)) . T) ((-379) . T) ((-862) . T) ((-1121) . T) ((-1238) . T))
+((-1486 (((-112) (-1288 |#2|) (-1288 |#2|)) 19)) (-4067 (((-112) (-1288 |#2|) (-1288 |#2|)) 20)) (-3559 (((-112) (-1288 |#2|) (-1288 |#2|)) 16)))
+(((-857 |#1| |#2|) (-10 -7 (-15 -3559 ((-112) (-1288 |#2|) (-1288 |#2|))) (-15 -1486 ((-112) (-1288 |#2|) (-1288 |#2|))) (-15 -4067 ((-112) (-1288 |#2|) (-1288 |#2|)))) (-783) (-804)) (T -857))
+((-4067 (*1 *2 *3 *3) (-12 (-5 *3 (-1288 *5)) (-4 *5 (-804)) (-5 *2 (-112)) (-5 *1 (-857 *4 *5)) (-14 *4 (-783)))) (-1486 (*1 *2 *3 *3) (-12 (-5 *3 (-1288 *5)) (-4 *5 (-804)) (-5 *2 (-112)) (-5 *1 (-857 *4 *5)) (-14 *4 (-783)))) (-3559 (*1 *2 *3 *3) (-12 (-5 *3 (-1288 *5)) (-4 *5 (-804)) (-5 *2 (-112)) (-5 *1 (-857 *4 *5)) (-14 *4 (-783)))))
+(-10 -7 (-15 -3559 ((-112) (-1288 |#2|) (-1288 |#2|))) (-15 -1486 ((-112) (-1288 |#2|) (-1288 |#2|))) (-15 -4067 ((-112) (-1288 |#2|) (-1288 |#2|))))
+((-1955 (((-112) $ $) 6)) (-3853 (($) 24 T CONST)) (-2413 (((-3 $ "failed") $) 27)) (-3315 (((-112) $) 25)) (-2905 (($ $ $) 14)) (-2163 (($ $ $) 15)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4322 (($) 23 T CONST)) (-3995 (((-112) $ $) 17)) (-3975 (((-112) $ $) 18)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 16)) (-3962 (((-112) $ $) 19)) (** (($ $ (-940)) 22) (($ $ (-783)) 26)) (* (($ $ $) 21)))
(((-858) (-141)) (T -858))
NIL
-(-13 (-869) (-738))
-(((-102) . T) ((-625 (-874)) . T) ((-738) . T) ((-869) . T) ((-862) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-2786 (((-576) $) 21)) (-3075 (((-112) $) 10)) (-3667 (((-112) $) 12)) (-4308 (($ $) 23)))
-(((-859 |#1|) (-10 -8 (-15 -4308 (|#1| |#1|)) (-15 -2786 ((-576) |#1|)) (-15 -3667 ((-112) |#1|)) (-15 -3075 ((-112) |#1|))) (-860)) (T -859))
+(-13 (-871) (-738))
+(((-102) . T) ((-625 (-876)) . T) ((-738) . T) ((-871) . T) ((-862) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-4018 (((-576) $) 21)) (-2907 (((-112) $) 10)) (-2569 (((-112) $) 12)) (-2679 (($ $) 23)))
+(((-859 |#1|) (-10 -8 (-15 -2679 (|#1| |#1|)) (-15 -4018 ((-576) |#1|)) (-15 -2569 ((-112) |#1|)) (-15 -2907 ((-112) |#1|))) (-860)) (T -859))
NIL
-(-10 -8 (-15 -4308 (|#1| |#1|)) (-15 -2786 ((-576) |#1|)) (-15 -3667 ((-112) |#1|)) (-15 -3075 ((-112) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 25)) (-4299 (((-3 $ "failed") $ $) 27)) (-2786 (((-576) $) 37)) (-2135 (($) 24 T CONST)) (-2251 (((-3 $ "failed") $) 42)) (-3075 (((-112) $) 39)) (-3612 (((-112) $) 44)) (-3667 (((-112) $) 38)) (-3123 (($ $ $) 14)) (-2352 (($ $ $) 15)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12) (($ (-576)) 46)) (-2596 (((-783)) 47 T CONST)) (-1540 (((-112) $ $) 9)) (-4308 (($ $) 36)) (-2716 (($) 23 T CONST)) (-2727 (($) 45 T CONST)) (-2989 (((-112) $ $) 17)) (-2960 (((-112) $ $) 18)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 16)) (-2946 (((-112) $ $) 19)) (-3041 (($ $ $) 31) (($ $) 30)) (-3027 (($ $ $) 21)) (** (($ $ (-783)) 43) (($ $ (-938)) 40)) (* (($ (-938) $) 22) (($ (-783) $) 26) (($ (-576) $) 29) (($ $ $) 41)))
+(-10 -8 (-15 -2679 (|#1| |#1|)) (-15 -4018 ((-576) |#1|)) (-15 -2569 ((-112) |#1|)) (-15 -2907 ((-112) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 25)) (-2583 (((-3 $ "failed") $ $) 27)) (-4018 (((-576) $) 37)) (-3853 (($) 24 T CONST)) (-2413 (((-3 $ "failed") $) 42)) (-2907 (((-112) $) 39)) (-3315 (((-112) $) 44)) (-2569 (((-112) $) 38)) (-2905 (($ $ $) 14)) (-2163 (($ $ $) 15)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12) (($ (-576)) 46)) (-2864 (((-783)) 47 T CONST)) (-3000 (((-112) $ $) 9)) (-2679 (($ $) 36)) (-4312 (($) 23 T CONST)) (-4322 (($) 45 T CONST)) (-3995 (((-112) $ $) 17)) (-3975 (((-112) $ $) 18)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 16)) (-3962 (((-112) $ $) 19)) (-4037 (($ $ $) 31) (($ $) 30)) (-4027 (($ $ $) 21)) (** (($ $ (-783)) 43) (($ $ (-940)) 40)) (* (($ (-940) $) 22) (($ (-783) $) 26) (($ (-576) $) 29) (($ $ $) 41)))
(((-860) (-141)) (T -860))
-((-3075 (*1 *2 *1) (-12 (-4 *1 (-860)) (-5 *2 (-112)))) (-3667 (*1 *2 *1) (-12 (-4 *1 (-860)) (-5 *2 (-112)))) (-2786 (*1 *2 *1) (-12 (-4 *1 (-860)) (-5 *2 (-576)))) (-4308 (*1 *1 *1) (-4 *1 (-860))))
-(-13 (-803) (-1068) (-738) (-10 -8 (-15 -3075 ((-112) $)) (-15 -3667 ((-112) $)) (-15 -2786 ((-576) $)) (-15 -4308 ($ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-803) . T) ((-804) . T) ((-806) . T) ((-807) . T) ((-862) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3123 (($ $ $) 12)) (-2352 (($ $ $) 11)) (-1540 (((-112) $ $) 9)) (-2989 (((-112) $ $) 15)) (-2960 (((-112) $ $) 13)) (-2975 (((-112) $ $) 16)))
-(((-861 |#1|) (-10 -8 (-15 -3123 (|#1| |#1| |#1|)) (-15 -2352 (|#1| |#1| |#1|)) (-15 -2975 ((-112) |#1| |#1|)) (-15 -2989 ((-112) |#1| |#1|)) (-15 -2960 ((-112) |#1| |#1|)) (-15 -1540 ((-112) |#1| |#1|))) (-862)) (T -861))
-NIL
-(-10 -8 (-15 -3123 (|#1| |#1| |#1|)) (-15 -2352 (|#1| |#1| |#1|)) (-15 -2975 ((-112) |#1| |#1|)) (-15 -2989 ((-112) |#1| |#1|)) (-15 -2960 ((-112) |#1| |#1|)) (-15 -1540 ((-112) |#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-3123 (($ $ $) 14)) (-2352 (($ $ $) 15)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2989 (((-112) $ $) 17)) (-2960 (((-112) $ $) 18)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 16)) (-2946 (((-112) $ $) 19)))
+((-2907 (*1 *2 *1) (-12 (-4 *1 (-860)) (-5 *2 (-112)))) (-2569 (*1 *2 *1) (-12 (-4 *1 (-860)) (-5 *2 (-112)))) (-4018 (*1 *2 *1) (-12 (-4 *1 (-860)) (-5 *2 (-576)))) (-2679 (*1 *1 *1) (-4 *1 (-860))))
+(-13 (-803) (-1070) (-738) (-10 -8 (-15 -2907 ((-112) $)) (-15 -2569 ((-112) $)) (-15 -4018 ((-576) $)) (-15 -2679 ($ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-803) . T) ((-804) . T) ((-806) . T) ((-807) . T) ((-862) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-2905 (($ $ $) 12)) (-2163 (($ $ $) 11)) (-3000 (((-112) $ $) 9)) (-3995 (((-112) $ $) 15)) (-3975 (((-112) $ $) 13)) (-3985 (((-112) $ $) 16)))
+(((-861 |#1|) (-10 -8 (-15 -2905 (|#1| |#1| |#1|)) (-15 -2163 (|#1| |#1| |#1|)) (-15 -3985 ((-112) |#1| |#1|)) (-15 -3995 ((-112) |#1| |#1|)) (-15 -3975 ((-112) |#1| |#1|)) (-15 -3000 ((-112) |#1| |#1|))) (-862)) (T -861))
+NIL
+(-10 -8 (-15 -2905 (|#1| |#1| |#1|)) (-15 -2163 (|#1| |#1| |#1|)) (-15 -3985 ((-112) |#1| |#1|)) (-15 -3995 ((-112) |#1| |#1|)) (-15 -3975 ((-112) |#1| |#1|)) (-15 -3000 ((-112) |#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-2905 (($ $ $) 14)) (-2163 (($ $ $) 15)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3995 (((-112) $ $) 17)) (-3975 (((-112) $ $) 18)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 16)) (-3962 (((-112) $ $) 19)))
(((-862) (-141)) (T -862))
-((-2946 (*1 *2 *1 *1) (-12 (-4 *1 (-862)) (-5 *2 (-112)))) (-2960 (*1 *2 *1 *1) (-12 (-4 *1 (-862)) (-5 *2 (-112)))) (-2989 (*1 *2 *1 *1) (-12 (-4 *1 (-862)) (-5 *2 (-112)))) (-2975 (*1 *2 *1 *1) (-12 (-4 *1 (-862)) (-5 *2 (-112)))) (-2352 (*1 *1 *1 *1) (-4 *1 (-862))) (-3123 (*1 *1 *1 *1) (-4 *1 (-862))))
-(-13 (-1119) (-10 -8 (-15 -2946 ((-112) $ $)) (-15 -2960 ((-112) $ $)) (-15 -2989 ((-112) $ $)) (-15 -2975 ((-112) $ $)) (-15 -2352 ($ $ $)) (-15 -3123 ($ $ $))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-1636 (($ $ $) 49)) (-2518 (($ $ $) 48)) (-3586 (($ $ $) 46)) (-3157 (($ $ $) 55)) (-1703 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 50)) (-2101 (((-3 $ "failed") $ $) 53)) (-1570 (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 |#2| "failed") $) 29)) (-2619 (($ $) 39)) (-3035 (($ $ $) 43)) (-3977 (($ $ $) 42)) (-2075 (($ $ $) 51)) (-4091 (($ $ $) 57)) (-4045 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 45)) (-3530 (((-3 $ "failed") $ $) 52)) (-3473 (((-3 $ "failed") $ |#2|) 32)) (-2145 ((|#2| $) 36)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ (-419 (-576))) NIL) (($ |#2|) 13)) (-1691 (((-656 |#2|) $) 21)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 25)))
-(((-863 |#1| |#2|) (-10 -8 (-15 -2075 (|#1| |#1| |#1|)) (-15 -1703 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4126 |#1|)) |#1| |#1|)) (-15 -3157 (|#1| |#1| |#1|)) (-15 -2101 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1636 (|#1| |#1| |#1|)) (-15 -2518 (|#1| |#1| |#1|)) (-15 -3586 (|#1| |#1| |#1|)) (-15 -4045 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4126 |#1|)) |#1| |#1|)) (-15 -4091 (|#1| |#1| |#1|)) (-15 -3530 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3035 (|#1| |#1| |#1|)) (-15 -3977 (|#1| |#1| |#1|)) (-15 -2619 (|#1| |#1|)) (-15 -2145 (|#2| |#1|)) (-15 -3473 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1691 ((-656 |#2|) |#1|)) (-15 -3567 (|#1| |#2|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3567 (|#1| (-576))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-938) |#1|)) (-15 -3567 ((-874) |#1|))) (-864 |#2|) (-1068)) (T -863))
-NIL
-(-10 -8 (-15 -2075 (|#1| |#1| |#1|)) (-15 -1703 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4126 |#1|)) |#1| |#1|)) (-15 -3157 (|#1| |#1| |#1|)) (-15 -2101 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1636 (|#1| |#1| |#1|)) (-15 -2518 (|#1| |#1| |#1|)) (-15 -3586 (|#1| |#1| |#1|)) (-15 -4045 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4126 |#1|)) |#1| |#1|)) (-15 -4091 (|#1| |#1| |#1|)) (-15 -3530 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3035 (|#1| |#1| |#1|)) (-15 -3977 (|#1| |#1| |#1|)) (-15 -2619 (|#1| |#1|)) (-15 -2145 (|#2| |#1|)) (-15 -3473 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1691 ((-656 |#2|) |#1|)) (-15 -3567 (|#1| |#2|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3567 (|#1| (-576))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-938) |#1|)) (-15 -3567 ((-874) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-1636 (($ $ $) 50 (|has| |#1| (-374)))) (-2518 (($ $ $) 51 (|has| |#1| (-374)))) (-3586 (($ $ $) 53 (|has| |#1| (-374)))) (-3157 (($ $ $) 48 (|has| |#1| (-374)))) (-1703 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 47 (|has| |#1| (-374)))) (-2101 (((-3 $ "failed") $ $) 49 (|has| |#1| (-374)))) (-1767 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 52 (|has| |#1| (-374)))) (-1570 (((-3 (-576) "failed") $) 80 (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) 77 (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) 74)) (-2857 (((-576) $) 79 (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) 76 (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) 75)) (-2109 (($ $) 69)) (-2251 (((-3 $ "failed") $) 37)) (-2619 (($ $) 60 (|has| |#1| (-464)))) (-3612 (((-112) $) 35)) (-1940 (($ |#1| (-783)) 67)) (-2656 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 62 (|has| |#1| (-568)))) (-3266 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 63 (|has| |#1| (-568)))) (-2488 (((-783) $) 71)) (-3035 (($ $ $) 57 (|has| |#1| (-374)))) (-3977 (($ $ $) 58 (|has| |#1| (-374)))) (-2075 (($ $ $) 46 (|has| |#1| (-374)))) (-4091 (($ $ $) 55 (|has| |#1| (-374)))) (-4045 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 54 (|has| |#1| (-374)))) (-3530 (((-3 $ "failed") $ $) 56 (|has| |#1| (-374)))) (-1770 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 59 (|has| |#1| (-374)))) (-2086 ((|#1| $) 70)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3473 (((-3 $ "failed") $ |#1|) 64 (|has| |#1| (-568)))) (-1967 (((-783) $) 72)) (-2145 ((|#1| $) 61 (|has| |#1| (-464)))) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 78 (|has| |#1| (-1057 (-419 (-576))))) (($ |#1|) 73)) (-1691 (((-656 |#1|) $) 66)) (-1749 ((|#1| $ (-783)) 68)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-3566 ((|#1| $ |#1| |#1|) 65)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 82) (($ |#1| $) 81)))
-(((-864 |#1|) (-141) (-1068)) (T -864))
-((-1967 (*1 *2 *1) (-12 (-4 *1 (-864 *3)) (-4 *3 (-1068)) (-5 *2 (-783)))) (-2488 (*1 *2 *1) (-12 (-4 *1 (-864 *3)) (-4 *3 (-1068)) (-5 *2 (-783)))) (-2086 (*1 *2 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)))) (-2109 (*1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)))) (-1749 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *1 (-864 *2)) (-4 *2 (-1068)))) (-1940 (*1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-864 *2)) (-4 *2 (-1068)))) (-1691 (*1 *2 *1) (-12 (-4 *1 (-864 *3)) (-4 *3 (-1068)) (-5 *2 (-656 *3)))) (-3566 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)))) (-3473 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-568)))) (-3266 (*1 *2 *1 *1) (-12 (-4 *3 (-568)) (-4 *3 (-1068)) (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-864 *3)))) (-2656 (*1 *2 *1 *1) (-12 (-4 *3 (-568)) (-4 *3 (-1068)) (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-864 *3)))) (-2145 (*1 *2 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-464)))) (-2619 (*1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-464)))) (-1770 (*1 *2 *1 *1) (-12 (-4 *3 (-374)) (-4 *3 (-1068)) (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-864 *3)))) (-3977 (*1 *1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))) (-3035 (*1 *1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))) (-3530 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))) (-4091 (*1 *1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))) (-4045 (*1 *2 *1 *1) (-12 (-4 *3 (-374)) (-4 *3 (-1068)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4126 *1))) (-4 *1 (-864 *3)))) (-3586 (*1 *1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))) (-1767 (*1 *2 *1 *1) (-12 (-4 *3 (-374)) (-4 *3 (-1068)) (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-864 *3)))) (-2518 (*1 *1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))) (-1636 (*1 *1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))) (-2101 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))) (-3157 (*1 *1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))) (-1703 (*1 *2 *1 *1) (-12 (-4 *3 (-374)) (-4 *3 (-1068)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4126 *1))) (-4 *1 (-864 *3)))) (-2075 (*1 *1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))))
-(-13 (-1068) (-111 |t#1| |t#1|) (-423 |t#1|) (-10 -8 (-15 -1967 ((-783) $)) (-15 -2488 ((-783) $)) (-15 -2086 (|t#1| $)) (-15 -2109 ($ $)) (-15 -1749 (|t#1| $ (-783))) (-15 -1940 ($ |t#1| (-783))) (-15 -1691 ((-656 |t#1|) $)) (-15 -3566 (|t#1| $ |t#1| |t#1|)) (IF (|has| |t#1| (-174)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-568)) (PROGN (-15 -3473 ((-3 $ "failed") $ |t#1|)) (-15 -3266 ((-2 (|:| -3244 $) (|:| -3477 $)) $ $)) (-15 -2656 ((-2 (|:| -3244 $) (|:| -3477 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-464)) (PROGN (-15 -2145 (|t#1| $)) (-15 -2619 ($ $))) |%noBranch|) (IF (|has| |t#1| (-374)) (PROGN (-15 -1770 ((-2 (|:| -3244 $) (|:| -3477 $)) $ $)) (-15 -3977 ($ $ $)) (-15 -3035 ($ $ $)) (-15 -3530 ((-3 $ "failed") $ $)) (-15 -4091 ($ $ $)) (-15 -4045 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $)) (-15 -3586 ($ $ $)) (-15 -1767 ((-2 (|:| -3244 $) (|:| -3477 $)) $ $)) (-15 -2518 ($ $ $)) (-15 -1636 ($ $ $)) (-15 -2101 ((-3 $ "failed") $ $)) (-15 -3157 ($ $ $)) (-15 -1703 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $)) (-15 -2075 ($ $ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-174)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-628 #0=(-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-625 (-874)) . T) ((-423 |#1|) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 |#1|) |has| |#1| (-174)) ((-729 |#1|) |has| |#1| (-174)) ((-738) . T) ((-1057 #0#) |has| |#1| (-1057 (-419 (-576)))) ((-1057 (-576)) |has| |#1| (-1057 (-576))) ((-1057 |#1|) . T) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3633 ((|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|)) 20)) (-1767 (((-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2| (-99 |#1|)) 46 (|has| |#1| (-374)))) (-2656 (((-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2| (-99 |#1|)) 43 (|has| |#1| (-568)))) (-3266 (((-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2| (-99 |#1|)) 42 (|has| |#1| (-568)))) (-1770 (((-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2| (-99 |#1|)) 45 (|has| |#1| (-374)))) (-3566 ((|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|)) 33)))
-(((-865 |#1| |#2|) (-10 -7 (-15 -3633 (|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|))) (-15 -3566 (|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-568)) (PROGN (-15 -3266 ((-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -2656 ((-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-15 -1770 ((-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -1767 ((-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|)) (-1068) (-864 |#1|)) (T -865))
-((-1767 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-374)) (-4 *5 (-1068)) (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3))) (-5 *1 (-865 *5 *3)) (-4 *3 (-864 *5)))) (-1770 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-374)) (-4 *5 (-1068)) (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3))) (-5 *1 (-865 *5 *3)) (-4 *3 (-864 *5)))) (-2656 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-568)) (-4 *5 (-1068)) (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3))) (-5 *1 (-865 *5 *3)) (-4 *3 (-864 *5)))) (-3266 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-568)) (-4 *5 (-1068)) (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3))) (-5 *1 (-865 *5 *3)) (-4 *3 (-864 *5)))) (-3566 (*1 *2 *3 *2 *2 *4 *5) (-12 (-5 *4 (-99 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1068)) (-5 *1 (-865 *2 *3)) (-4 *3 (-864 *2)))) (-3633 (*1 *2 *2 *2 *3 *4) (-12 (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1068)) (-5 *1 (-865 *5 *2)) (-4 *2 (-864 *5)))))
-(-10 -7 (-15 -3633 (|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|))) (-15 -3566 (|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-568)) (PROGN (-15 -3266 ((-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -2656 ((-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-15 -1770 ((-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -1767 ((-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-1636 (($ $ $) NIL (|has| |#1| (-374)))) (-2518 (($ $ $) NIL (|has| |#1| (-374)))) (-3586 (($ $ $) NIL (|has| |#1| (-374)))) (-3157 (($ $ $) NIL (|has| |#1| (-374)))) (-1703 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-2101 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-1767 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 34 (|has| |#1| (-374)))) (-1570 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) NIL)) (-2857 (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) NIL)) (-2109 (($ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2619 (($ $) NIL (|has| |#1| (-464)))) (-3377 (((-874) $ (-874)) NIL)) (-3612 (((-112) $) NIL)) (-1940 (($ |#1| (-783)) NIL)) (-2656 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 30 (|has| |#1| (-568)))) (-3266 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 28 (|has| |#1| (-568)))) (-2488 (((-783) $) NIL)) (-3035 (($ $ $) NIL (|has| |#1| (-374)))) (-3977 (($ $ $) NIL (|has| |#1| (-374)))) (-2075 (($ $ $) NIL (|has| |#1| (-374)))) (-4091 (($ $ $) NIL (|has| |#1| (-374)))) (-4045 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-3530 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-1770 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 32 (|has| |#1| (-374)))) (-2086 ((|#1| $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3473 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568)))) (-1967 (((-783) $) NIL)) (-2145 ((|#1| $) NIL (|has| |#1| (-464)))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ (-419 (-576))) NIL (|has| |#1| (-1057 (-419 (-576))))) (($ |#1|) NIL)) (-1691 (((-656 |#1|) $) NIL)) (-1749 ((|#1| $ (-783)) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-3566 ((|#1| $ |#1| |#1|) 15)) (-2716 (($) NIL T CONST)) (-2727 (($) 23 T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) 19) (($ $ (-783)) 24)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 13) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-866 |#1| |#2| |#3|) (-13 (-864 |#1|) (-10 -8 (-15 -3377 ((-874) $ (-874))))) (-1068) (-99 |#1|) (-1 |#1| |#1|)) (T -866))
-((-3377 (*1 *2 *1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-866 *3 *4 *5)) (-4 *3 (-1068)) (-14 *4 (-99 *3)) (-14 *5 (-1 *3 *3)))))
-(-13 (-864 |#1|) (-10 -8 (-15 -3377 ((-874) $ (-874)))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-1636 (($ $ $) NIL (|has| |#2| (-374)))) (-2518 (($ $ $) NIL (|has| |#2| (-374)))) (-3586 (($ $ $) NIL (|has| |#2| (-374)))) (-3157 (($ $ $) NIL (|has| |#2| (-374)))) (-1703 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#2| (-374)))) (-2101 (((-3 $ "failed") $ $) NIL (|has| |#2| (-374)))) (-1767 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#2| (-374)))) (-1570 (((-3 (-576) "failed") $) NIL (|has| |#2| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1057 (-419 (-576))))) (((-3 |#2| "failed") $) NIL)) (-2857 (((-576) $) NIL (|has| |#2| (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| |#2| (-1057 (-419 (-576))))) ((|#2| $) NIL)) (-2109 (($ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2619 (($ $) NIL (|has| |#2| (-464)))) (-3612 (((-112) $) NIL)) (-1940 (($ |#2| (-783)) 17)) (-2656 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#2| (-568)))) (-3266 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#2| (-568)))) (-2488 (((-783) $) NIL)) (-3035 (($ $ $) NIL (|has| |#2| (-374)))) (-3977 (($ $ $) NIL (|has| |#2| (-374)))) (-2075 (($ $ $) NIL (|has| |#2| (-374)))) (-4091 (($ $ $) NIL (|has| |#2| (-374)))) (-4045 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#2| (-374)))) (-3530 (((-3 $ "failed") $ $) NIL (|has| |#2| (-374)))) (-1770 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#2| (-374)))) (-2086 ((|#2| $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3473 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-568)))) (-1967 (((-783) $) NIL)) (-2145 ((|#2| $) NIL (|has| |#2| (-464)))) (-3567 (((-874) $) 24) (($ (-576)) NIL) (($ (-419 (-576))) NIL (|has| |#2| (-1057 (-419 (-576))))) (($ |#2|) NIL) (($ (-1282 |#1|)) 19)) (-1691 (((-656 |#2|) $) NIL)) (-1749 ((|#2| $ (-783)) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-3566 ((|#2| $ |#2| |#2|) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) 13 T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-867 |#1| |#2| |#3| |#4|) (-13 (-864 |#2|) (-628 (-1282 |#1|))) (-1195) (-1068) (-99 |#2|) (-1 |#2| |#2|)) (T -867))
-NIL
-(-13 (-864 |#2|) (-628 (-1282 |#1|)))
-((-2657 ((|#1| (-783) |#1|) 45 (|has| |#1| (-38 (-419 (-576)))))) (-3650 ((|#1| (-783) (-783) |#1|) 36) ((|#1| (-783) |#1|) 24)) (-1790 ((|#1| (-783) |#1|) 40)) (-2385 ((|#1| (-783) |#1|) 38)) (-1595 ((|#1| (-783) |#1|) 37)))
-(((-868 |#1|) (-10 -7 (-15 -1595 (|#1| (-783) |#1|)) (-15 -2385 (|#1| (-783) |#1|)) (-15 -1790 (|#1| (-783) |#1|)) (-15 -3650 (|#1| (-783) |#1|)) (-15 -3650 (|#1| (-783) (-783) |#1|)) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2657 (|#1| (-783) |#1|)) |%noBranch|)) (-174)) (T -868))
-((-2657 (*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-868 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-174)))) (-3650 (*1 *2 *3 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-868 *2)) (-4 *2 (-174)))) (-3650 (*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-868 *2)) (-4 *2 (-174)))) (-1790 (*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-868 *2)) (-4 *2 (-174)))) (-2385 (*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-868 *2)) (-4 *2 (-174)))) (-1595 (*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-868 *2)) (-4 *2 (-174)))))
-(-10 -7 (-15 -1595 (|#1| (-783) |#1|)) (-15 -2385 (|#1| (-783) |#1|)) (-15 -1790 (|#1| (-783) |#1|)) (-15 -3650 (|#1| (-783) |#1|)) (-15 -3650 (|#1| (-783) (-783) |#1|)) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2657 (|#1| (-783) |#1|)) |%noBranch|))
-((-3486 (((-112) $ $) 6)) (-3123 (($ $ $) 14)) (-2352 (($ $ $) 15)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2989 (((-112) $ $) 17)) (-2960 (((-112) $ $) 18)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 16)) (-2946 (((-112) $ $) 19)) (** (($ $ (-938)) 22)) (* (($ $ $) 21)))
-(((-869) (-141)) (T -869))
-NIL
-(-13 (-862) (-1131))
-(((-102) . T) ((-625 (-874)) . T) ((-862) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-3103 (((-576) $) 14)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 20) (($ (-576)) 13)) (-1540 (((-112) $ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 9)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 11)))
-(((-870) (-13 (-862) (-10 -8 (-15 -3567 ($ (-576))) (-15 -3103 ((-576) $))))) (T -870))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-870)))) (-3103 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-870)))))
-(-13 (-862) (-10 -8 (-15 -3567 ($ (-576))) (-15 -3103 ((-576) $))))
-((-3719 (((-703 (-1244)) $ (-1244)) 15)) (-3109 (((-703 (-561)) $ (-561)) 12)) (-1721 (((-783) $ (-129)) 30)))
-(((-871 |#1|) (-10 -8 (-15 -1721 ((-783) |#1| (-129))) (-15 -3719 ((-703 (-1244)) |#1| (-1244))) (-15 -3109 ((-703 (-561)) |#1| (-561)))) (-872)) (T -871))
-NIL
-(-10 -8 (-15 -1721 ((-783) |#1| (-129))) (-15 -3719 ((-703 (-1244)) |#1| (-1244))) (-15 -3109 ((-703 (-561)) |#1| (-561))))
-((-3719 (((-703 (-1244)) $ (-1244)) 8)) (-3109 (((-703 (-561)) $ (-561)) 9)) (-1721 (((-783) $ (-129)) 7)) (-1915 (((-703 (-130)) $ (-130)) 10)) (-1662 (($ $) 6)))
-(((-872) (-141)) (T -872))
-((-1915 (*1 *2 *1 *3) (-12 (-4 *1 (-872)) (-5 *2 (-703 (-130))) (-5 *3 (-130)))) (-3109 (*1 *2 *1 *3) (-12 (-4 *1 (-872)) (-5 *2 (-703 (-561))) (-5 *3 (-561)))) (-3719 (*1 *2 *1 *3) (-12 (-4 *1 (-872)) (-5 *2 (-703 (-1244))) (-5 *3 (-1244)))) (-1721 (*1 *2 *1 *3) (-12 (-4 *1 (-872)) (-5 *3 (-129)) (-5 *2 (-783)))))
-(-13 (-175) (-10 -8 (-15 -1915 ((-703 (-130)) $ (-130))) (-15 -3109 ((-703 (-561)) $ (-561))) (-15 -3719 ((-703 (-1244)) $ (-1244))) (-15 -1721 ((-783) $ (-129)))))
+((-3962 (*1 *2 *1 *1) (-12 (-4 *1 (-862)) (-5 *2 (-112)))) (-3975 (*1 *2 *1 *1) (-12 (-4 *1 (-862)) (-5 *2 (-112)))) (-3995 (*1 *2 *1 *1) (-12 (-4 *1 (-862)) (-5 *2 (-112)))) (-3985 (*1 *2 *1 *1) (-12 (-4 *1 (-862)) (-5 *2 (-112)))) (-2163 (*1 *1 *1 *1) (-4 *1 (-862))) (-2905 (*1 *1 *1 *1) (-4 *1 (-862))))
+(-13 (-1121) (-10 -8 (-15 -3962 ((-112) $ $)) (-15 -3975 ((-112) $ $)) (-15 -3995 ((-112) $ $)) (-15 -3985 ((-112) $ $)) (-15 -2163 ($ $ $)) (-15 -2905 ($ $ $))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-3995 (((-112) $ $) 13)) (-3975 (((-112) $ $) 10)) (-3939 (((-112) $ $) 15)) (-3985 (((-112) $ $) 12)) (-3962 (((-112) $ $) 8)))
+(((-863 |#1|) (-10 -8 (-15 -3995 ((-112) |#1| |#1|)) (-15 -3985 ((-112) |#1| |#1|)) (-15 -3975 ((-112) |#1| |#1|)) (-15 -3962 ((-112) |#1| |#1|)) (-15 -3939 ((-112) |#1| |#1|))) (-864)) (T -863))
+NIL
+(-10 -8 (-15 -3995 ((-112) |#1| |#1|)) (-15 -3985 ((-112) |#1| |#1|)) (-15 -3975 ((-112) |#1| |#1|)) (-15 -3962 ((-112) |#1| |#1|)) (-15 -3939 ((-112) |#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-3995 (((-112) $ $) 8)) (-3975 (((-112) $ $) 10)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 9)) (-3962 (((-112) $ $) 11)))
+(((-864) (-141)) (T -864))
+((-3962 (*1 *2 *1 *1) (-12 (-4 *1 (-864)) (-5 *2 (-112)))) (-3975 (*1 *2 *1 *1) (-12 (-4 *1 (-864)) (-5 *2 (-112)))) (-3985 (*1 *2 *1 *1) (-12 (-4 *1 (-864)) (-5 *2 (-112)))) (-3995 (*1 *2 *1 *1) (-12 (-4 *1 (-864)) (-5 *2 (-112)))))
+(-13 (-102) (-10 -8 (-15 -3962 ((-112) $ $)) (-15 -3975 ((-112) $ $)) (-15 -3985 ((-112) $ $)) (-15 -3995 ((-112) $ $))))
+(((-102) . T) ((-1238) . T))
+((-2703 (($ $ $) 49)) (-3349 (($ $ $) 48)) (-3052 (($ $ $) 46)) (-4362 (($ $ $) 55)) (-2044 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 50)) (-1556 (((-3 $ "failed") $ $) 53)) (-2981 (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 |#2| "failed") $) 29)) (-1770 (($ $) 39)) (-2499 (($ $ $) 43)) (-2518 (($ $ $) 42)) (-1346 (($ $ $) 51)) (-2325 (($ $ $) 57)) (-1843 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 45)) (-3803 (((-3 $ "failed") $ $) 52)) (-1943 (((-3 $ "failed") $ |#2|) 32)) (-3929 ((|#2| $) 36)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ (-419 (-576))) NIL) (($ |#2|) 13)) (-1923 (((-656 |#2|) $) 21)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 25)))
+(((-865 |#1| |#2|) (-10 -8 (-15 -1346 (|#1| |#1| |#1|)) (-15 -2044 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2549 |#1|)) |#1| |#1|)) (-15 -4362 (|#1| |#1| |#1|)) (-15 -1556 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2703 (|#1| |#1| |#1|)) (-15 -3349 (|#1| |#1| |#1|)) (-15 -3052 (|#1| |#1| |#1|)) (-15 -1843 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2549 |#1|)) |#1| |#1|)) (-15 -2325 (|#1| |#1| |#1|)) (-15 -3803 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2499 (|#1| |#1| |#1|)) (-15 -2518 (|#1| |#1| |#1|)) (-15 -1770 (|#1| |#1|)) (-15 -3929 (|#2| |#1|)) (-15 -1943 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1923 ((-656 |#2|) |#1|)) (-15 -4114 (|#1| |#2|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4114 (|#1| (-576))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-940) |#1|)) (-15 -4114 ((-876) |#1|))) (-866 |#2|) (-1070)) (T -865))
+NIL
+(-10 -8 (-15 -1346 (|#1| |#1| |#1|)) (-15 -2044 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2549 |#1|)) |#1| |#1|)) (-15 -4362 (|#1| |#1| |#1|)) (-15 -1556 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2703 (|#1| |#1| |#1|)) (-15 -3349 (|#1| |#1| |#1|)) (-15 -3052 (|#1| |#1| |#1|)) (-15 -1843 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2549 |#1|)) |#1| |#1|)) (-15 -2325 (|#1| |#1| |#1|)) (-15 -3803 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2499 (|#1| |#1| |#1|)) (-15 -2518 (|#1| |#1| |#1|)) (-15 -1770 (|#1| |#1|)) (-15 -3929 (|#2| |#1|)) (-15 -1943 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1923 ((-656 |#2|) |#1|)) (-15 -4114 (|#1| |#2|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4114 (|#1| (-576))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-940) |#1|)) (-15 -4114 ((-876) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2703 (($ $ $) 50 (|has| |#1| (-374)))) (-3349 (($ $ $) 51 (|has| |#1| (-374)))) (-3052 (($ $ $) 53 (|has| |#1| (-374)))) (-4362 (($ $ $) 48 (|has| |#1| (-374)))) (-2044 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 47 (|has| |#1| (-374)))) (-1556 (((-3 $ "failed") $ $) 49 (|has| |#1| (-374)))) (-1502 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 52 (|has| |#1| (-374)))) (-2981 (((-3 (-576) "failed") $) 80 (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) 77 (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) 74)) (-2318 (((-576) $) 79 (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) 76 (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) 75)) (-3310 (($ $) 69)) (-2413 (((-3 $ "failed") $) 37)) (-1770 (($ $) 60 (|has| |#1| (-464)))) (-3315 (((-112) $) 35)) (-1562 (($ |#1| (-783)) 67)) (-2103 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 62 (|has| |#1| (-568)))) (-3011 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 63 (|has| |#1| (-568)))) (-4269 (((-783) $) 71)) (-2499 (($ $ $) 57 (|has| |#1| (-374)))) (-2518 (($ $ $) 58 (|has| |#1| (-374)))) (-1346 (($ $ $) 46 (|has| |#1| (-374)))) (-2325 (($ $ $) 55 (|has| |#1| (-374)))) (-1843 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 54 (|has| |#1| (-374)))) (-3803 (((-3 $ "failed") $ $) 56 (|has| |#1| (-374)))) (-1531 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 59 (|has| |#1| (-374)))) (-1708 ((|#1| $) 70)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-1943 (((-3 $ "failed") $ |#1|) 64 (|has| |#1| (-568)))) (-2786 (((-783) $) 72)) (-3929 ((|#1| $) 61 (|has| |#1| (-464)))) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 78 (|has| |#1| (-1059 (-419 (-576))))) (($ |#1|) 73)) (-1923 (((-656 |#1|) $) 66)) (-1341 ((|#1| $ (-783)) 68)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-2653 ((|#1| $ |#1| |#1|) 65)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 82) (($ |#1| $) 81)))
+(((-866 |#1|) (-141) (-1070)) (T -866))
+((-2786 (*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-4 *3 (-1070)) (-5 *2 (-783)))) (-4269 (*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-4 *3 (-1070)) (-5 *2 (-783)))) (-1708 (*1 *2 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)))) (-3310 (*1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)))) (-1341 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *1 (-866 *2)) (-4 *2 (-1070)))) (-1562 (*1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-866 *2)) (-4 *2 (-1070)))) (-1923 (*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-4 *3 (-1070)) (-5 *2 (-656 *3)))) (-2653 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)))) (-1943 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-568)))) (-3011 (*1 *2 *1 *1) (-12 (-4 *3 (-568)) (-4 *3 (-1070)) (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-866 *3)))) (-2103 (*1 *2 *1 *1) (-12 (-4 *3 (-568)) (-4 *3 (-1070)) (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-866 *3)))) (-3929 (*1 *2 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-464)))) (-1770 (*1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-464)))) (-1531 (*1 *2 *1 *1) (-12 (-4 *3 (-374)) (-4 *3 (-1070)) (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-866 *3)))) (-2518 (*1 *1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))) (-2499 (*1 *1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))) (-3803 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))) (-2325 (*1 *1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))) (-1843 (*1 *2 *1 *1) (-12 (-4 *3 (-374)) (-4 *3 (-1070)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2549 *1))) (-4 *1 (-866 *3)))) (-3052 (*1 *1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))) (-1502 (*1 *2 *1 *1) (-12 (-4 *3 (-374)) (-4 *3 (-1070)) (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-866 *3)))) (-3349 (*1 *1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))) (-2703 (*1 *1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))) (-1556 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))) (-4362 (*1 *1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))) (-2044 (*1 *2 *1 *1) (-12 (-4 *3 (-374)) (-4 *3 (-1070)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2549 *1))) (-4 *1 (-866 *3)))) (-1346 (*1 *1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))))
+(-13 (-1070) (-111 |t#1| |t#1|) (-423 |t#1|) (-10 -8 (-15 -2786 ((-783) $)) (-15 -4269 ((-783) $)) (-15 -1708 (|t#1| $)) (-15 -3310 ($ $)) (-15 -1341 (|t#1| $ (-783))) (-15 -1562 ($ |t#1| (-783))) (-15 -1923 ((-656 |t#1|) $)) (-15 -2653 (|t#1| $ |t#1| |t#1|)) (IF (|has| |t#1| (-174)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-568)) (PROGN (-15 -1943 ((-3 $ "failed") $ |t#1|)) (-15 -3011 ((-2 (|:| -4079 $) (|:| -1380 $)) $ $)) (-15 -2103 ((-2 (|:| -4079 $) (|:| -1380 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-464)) (PROGN (-15 -3929 (|t#1| $)) (-15 -1770 ($ $))) |%noBranch|) (IF (|has| |t#1| (-374)) (PROGN (-15 -1531 ((-2 (|:| -4079 $) (|:| -1380 $)) $ $)) (-15 -2518 ($ $ $)) (-15 -2499 ($ $ $)) (-15 -3803 ((-3 $ "failed") $ $)) (-15 -2325 ($ $ $)) (-15 -1843 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $)) (-15 -3052 ($ $ $)) (-15 -1502 ((-2 (|:| -4079 $) (|:| -1380 $)) $ $)) (-15 -3349 ($ $ $)) (-15 -2703 ($ $ $)) (-15 -1556 ((-3 $ "failed") $ $)) (-15 -4362 ($ $ $)) (-15 -2044 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $)) (-15 -1346 ($ $ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-174)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-628 #0=(-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-625 (-876)) . T) ((-423 |#1|) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 |#1|) |has| |#1| (-174)) ((-729 |#1|) |has| |#1| (-174)) ((-738) . T) ((-1059 #0#) |has| |#1| (-1059 (-419 (-576)))) ((-1059 (-576)) |has| |#1| (-1059 (-576))) ((-1059 |#1|) . T) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-1580 ((|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|)) 20)) (-1502 (((-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2| (-99 |#1|)) 46 (|has| |#1| (-374)))) (-2103 (((-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2| (-99 |#1|)) 43 (|has| |#1| (-568)))) (-3011 (((-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2| (-99 |#1|)) 42 (|has| |#1| (-568)))) (-1531 (((-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2| (-99 |#1|)) 45 (|has| |#1| (-374)))) (-2653 ((|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|)) 33)))
+(((-867 |#1| |#2|) (-10 -7 (-15 -1580 (|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|))) (-15 -2653 (|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-568)) (PROGN (-15 -3011 ((-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -2103 ((-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-15 -1531 ((-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -1502 ((-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|)) (-1070) (-866 |#1|)) (T -867))
+((-1502 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-374)) (-4 *5 (-1070)) (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3))) (-5 *1 (-867 *5 *3)) (-4 *3 (-866 *5)))) (-1531 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-374)) (-4 *5 (-1070)) (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3))) (-5 *1 (-867 *5 *3)) (-4 *3 (-866 *5)))) (-2103 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-568)) (-4 *5 (-1070)) (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3))) (-5 *1 (-867 *5 *3)) (-4 *3 (-866 *5)))) (-3011 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-568)) (-4 *5 (-1070)) (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3))) (-5 *1 (-867 *5 *3)) (-4 *3 (-866 *5)))) (-2653 (*1 *2 *3 *2 *2 *4 *5) (-12 (-5 *4 (-99 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1070)) (-5 *1 (-867 *2 *3)) (-4 *3 (-866 *2)))) (-1580 (*1 *2 *2 *2 *3 *4) (-12 (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1070)) (-5 *1 (-867 *5 *2)) (-4 *2 (-866 *5)))))
+(-10 -7 (-15 -1580 (|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|))) (-15 -2653 (|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-568)) (PROGN (-15 -3011 ((-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -2103 ((-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-15 -1531 ((-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -1502 ((-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2703 (($ $ $) NIL (|has| |#1| (-374)))) (-3349 (($ $ $) NIL (|has| |#1| (-374)))) (-3052 (($ $ $) NIL (|has| |#1| (-374)))) (-4362 (($ $ $) NIL (|has| |#1| (-374)))) (-2044 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-1556 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-1502 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 34 (|has| |#1| (-374)))) (-2981 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) NIL)) (-2318 (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) NIL)) (-3310 (($ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1770 (($ $) NIL (|has| |#1| (-464)))) (-2880 (((-876) $ (-876)) NIL)) (-3315 (((-112) $) NIL)) (-1562 (($ |#1| (-783)) NIL)) (-2103 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 30 (|has| |#1| (-568)))) (-3011 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 28 (|has| |#1| (-568)))) (-4269 (((-783) $) NIL)) (-2499 (($ $ $) NIL (|has| |#1| (-374)))) (-2518 (($ $ $) NIL (|has| |#1| (-374)))) (-1346 (($ $ $) NIL (|has| |#1| (-374)))) (-2325 (($ $ $) NIL (|has| |#1| (-374)))) (-1843 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-3803 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-1531 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 32 (|has| |#1| (-374)))) (-1708 ((|#1| $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1943 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568)))) (-2786 (((-783) $) NIL)) (-3929 ((|#1| $) NIL (|has| |#1| (-464)))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ (-419 (-576))) NIL (|has| |#1| (-1059 (-419 (-576))))) (($ |#1|) NIL)) (-1923 (((-656 |#1|) $) NIL)) (-1341 ((|#1| $ (-783)) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-2653 ((|#1| $ |#1| |#1|) 15)) (-4312 (($) NIL T CONST)) (-4322 (($) 23 T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) 19) (($ $ (-783)) 24)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 13) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-868 |#1| |#2| |#3|) (-13 (-866 |#1|) (-10 -8 (-15 -2880 ((-876) $ (-876))))) (-1070) (-99 |#1|) (-1 |#1| |#1|)) (T -868))
+((-2880 (*1 *2 *1 *2) (-12 (-5 *2 (-876)) (-5 *1 (-868 *3 *4 *5)) (-4 *3 (-1070)) (-14 *4 (-99 *3)) (-14 *5 (-1 *3 *3)))))
+(-13 (-866 |#1|) (-10 -8 (-15 -2880 ((-876) $ (-876)))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2703 (($ $ $) NIL (|has| |#2| (-374)))) (-3349 (($ $ $) NIL (|has| |#2| (-374)))) (-3052 (($ $ $) NIL (|has| |#2| (-374)))) (-4362 (($ $ $) NIL (|has| |#2| (-374)))) (-2044 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#2| (-374)))) (-1556 (((-3 $ "failed") $ $) NIL (|has| |#2| (-374)))) (-1502 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#2| (-374)))) (-2981 (((-3 (-576) "failed") $) NIL (|has| |#2| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1059 (-419 (-576))))) (((-3 |#2| "failed") $) NIL)) (-2318 (((-576) $) NIL (|has| |#2| (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| |#2| (-1059 (-419 (-576))))) ((|#2| $) NIL)) (-3310 (($ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1770 (($ $) NIL (|has| |#2| (-464)))) (-3315 (((-112) $) NIL)) (-1562 (($ |#2| (-783)) 17)) (-2103 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#2| (-568)))) (-3011 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#2| (-568)))) (-4269 (((-783) $) NIL)) (-2499 (($ $ $) NIL (|has| |#2| (-374)))) (-2518 (($ $ $) NIL (|has| |#2| (-374)))) (-1346 (($ $ $) NIL (|has| |#2| (-374)))) (-2325 (($ $ $) NIL (|has| |#2| (-374)))) (-1843 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#2| (-374)))) (-3803 (((-3 $ "failed") $ $) NIL (|has| |#2| (-374)))) (-1531 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#2| (-374)))) (-1708 ((|#2| $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1943 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-568)))) (-2786 (((-783) $) NIL)) (-3929 ((|#2| $) NIL (|has| |#2| (-464)))) (-4114 (((-876) $) 24) (($ (-576)) NIL) (($ (-419 (-576))) NIL (|has| |#2| (-1059 (-419 (-576))))) (($ |#2|) NIL) (($ (-1284 |#1|)) 19)) (-1923 (((-656 |#2|) $) NIL)) (-1341 ((|#2| $ (-783)) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-2653 ((|#2| $ |#2| |#2|) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) 13 T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-869 |#1| |#2| |#3| |#4|) (-13 (-866 |#2|) (-628 (-1284 |#1|))) (-1197) (-1070) (-99 |#2|) (-1 |#2| |#2|)) (T -869))
+NIL
+(-13 (-866 |#2|) (-628 (-1284 |#1|)))
+((-2115 ((|#1| (-783) |#1|) 45 (|has| |#1| (-38 (-419 (-576)))))) (-2394 ((|#1| (-783) (-783) |#1|) 36) ((|#1| (-783) |#1|) 24)) (-3697 ((|#1| (-783) |#1|) 40)) (-4422 ((|#1| (-783) |#1|) 38)) (-2273 ((|#1| (-783) |#1|) 37)))
+(((-870 |#1|) (-10 -7 (-15 -2273 (|#1| (-783) |#1|)) (-15 -4422 (|#1| (-783) |#1|)) (-15 -3697 (|#1| (-783) |#1|)) (-15 -2394 (|#1| (-783) |#1|)) (-15 -2394 (|#1| (-783) (-783) |#1|)) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2115 (|#1| (-783) |#1|)) |%noBranch|)) (-174)) (T -870))
+((-2115 (*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-870 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-174)))) (-2394 (*1 *2 *3 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-870 *2)) (-4 *2 (-174)))) (-2394 (*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-870 *2)) (-4 *2 (-174)))) (-3697 (*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-870 *2)) (-4 *2 (-174)))) (-4422 (*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-870 *2)) (-4 *2 (-174)))) (-2273 (*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-870 *2)) (-4 *2 (-174)))))
+(-10 -7 (-15 -2273 (|#1| (-783) |#1|)) (-15 -4422 (|#1| (-783) |#1|)) (-15 -3697 (|#1| (-783) |#1|)) (-15 -2394 (|#1| (-783) |#1|)) (-15 -2394 (|#1| (-783) (-783) |#1|)) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2115 (|#1| (-783) |#1|)) |%noBranch|))
+((-1955 (((-112) $ $) 6)) (-2905 (($ $ $) 14)) (-2163 (($ $ $) 15)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3995 (((-112) $ $) 17)) (-3975 (((-112) $ $) 18)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 16)) (-3962 (((-112) $ $) 19)) (** (($ $ (-940)) 22)) (* (($ $ $) 21)))
+(((-871) (-141)) (T -871))
+NIL
+(-13 (-862) (-1133))
+(((-102) . T) ((-625 (-876)) . T) ((-862) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-1688 (((-576) $) 14)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 20) (($ (-576)) 13)) (-3000 (((-112) $ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 9)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 11)))
+(((-872) (-13 (-862) (-10 -8 (-15 -4114 ($ (-576))) (-15 -1688 ((-576) $))))) (T -872))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-872)))) (-1688 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-872)))))
+(-13 (-862) (-10 -8 (-15 -4114 ($ (-576))) (-15 -1688 ((-576) $))))
+((-1817 (((-703 (-1246)) $ (-1246)) 15)) (-1942 (((-703 (-561)) $ (-561)) 12)) (-2226 (((-783) $ (-129)) 30)))
+(((-873 |#1|) (-10 -8 (-15 -2226 ((-783) |#1| (-129))) (-15 -1817 ((-703 (-1246)) |#1| (-1246))) (-15 -1942 ((-703 (-561)) |#1| (-561)))) (-874)) (T -873))
+NIL
+(-10 -8 (-15 -2226 ((-783) |#1| (-129))) (-15 -1817 ((-703 (-1246)) |#1| (-1246))) (-15 -1942 ((-703 (-561)) |#1| (-561))))
+((-1817 (((-703 (-1246)) $ (-1246)) 8)) (-1942 (((-703 (-561)) $ (-561)) 9)) (-2226 (((-783) $ (-129)) 7)) (-2303 (((-703 (-130)) $ (-130)) 10)) (-1675 (($ $) 6)))
+(((-874) (-141)) (T -874))
+((-2303 (*1 *2 *1 *3) (-12 (-4 *1 (-874)) (-5 *2 (-703 (-130))) (-5 *3 (-130)))) (-1942 (*1 *2 *1 *3) (-12 (-4 *1 (-874)) (-5 *2 (-703 (-561))) (-5 *3 (-561)))) (-1817 (*1 *2 *1 *3) (-12 (-4 *1 (-874)) (-5 *2 (-703 (-1246))) (-5 *3 (-1246)))) (-2226 (*1 *2 *1 *3) (-12 (-4 *1 (-874)) (-5 *3 (-129)) (-5 *2 (-783)))))
+(-13 (-175) (-10 -8 (-15 -2303 ((-703 (-130)) $ (-130))) (-15 -1942 ((-703 (-561)) $ (-561))) (-15 -1817 ((-703 (-1246)) $ (-1246))) (-15 -2226 ((-783) $ (-129)))))
(((-175) . T))
-((-3719 (((-703 (-1244)) $ (-1244)) NIL)) (-3109 (((-703 (-561)) $ (-561)) NIL)) (-1721 (((-783) $ (-129)) NIL)) (-1915 (((-703 (-130)) $ (-130)) 22)) (-2790 (($ (-400)) 12) (($ (-1177)) 14)) (-4338 (((-112) $) 19)) (-3567 (((-874) $) 26)) (-1662 (($ $) 23)))
-(((-873) (-13 (-872) (-625 (-874)) (-10 -8 (-15 -2790 ($ (-400))) (-15 -2790 ($ (-1177))) (-15 -4338 ((-112) $))))) (T -873))
-((-2790 (*1 *1 *2) (-12 (-5 *2 (-400)) (-5 *1 (-873)))) (-2790 (*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-873)))) (-4338 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-873)))))
-(-13 (-872) (-625 (-874)) (-10 -8 (-15 -2790 ($ (-400))) (-15 -2790 ($ (-1177))) (-15 -4338 ((-112) $))))
-((-3486 (((-112) $ $) NIL) (($ $ $) 85)) (-3188 (($ $ $) 125)) (-3358 (((-576) $) 31) (((-576)) 36)) (-4006 (($ (-576)) 53)) (-3692 (($ $ $) 54) (($ (-656 $)) 84)) (-2242 (($ $ (-656 $)) 82)) (-2687 (((-576) $) 34)) (-1861 (($ $ $) 73)) (-1367 (($ $) 140) (($ $ $) 141) (($ $ $ $) 142)) (-3275 (((-576) $) 33)) (-2824 (($ $ $) 72)) (-1327 (($ $) 114)) (-2112 (($ $ $) 129)) (-4239 (($ (-656 $)) 61)) (-2442 (($ $ (-656 $)) 79)) (-4269 (($ (-576) (-576)) 55)) (-1863 (($ $) 126) (($ $ $) 127)) (-4247 (($ $ (-576)) 43) (($ $) 46)) (-3426 (($ $ $) 97)) (-2628 (($ $ $) 132)) (-3395 (($ $) 115)) (-3438 (($ $ $) 98)) (-1714 (($ $) 143) (($ $ $) 144) (($ $ $ $) 145)) (-2108 (((-1291) $) 10)) (-4280 (($ $) 118) (($ $ (-783)) 122)) (-2096 (($ $ $) 75)) (-1463 (($ $ $) 74)) (-4001 (($ $ (-656 $)) 110)) (-3056 (($ $ $) 113)) (-1326 (($ (-656 $)) 59)) (-1524 (($ $) 70) (($ (-656 $)) 71)) (-3996 (($ $ $) 123)) (-1809 (($ $) 116)) (-2035 (($ $ $) 128)) (-3377 (($ (-576)) 21) (($ (-1195)) 23) (($ (-1177)) 30) (($ (-227)) 25)) (-2680 (($ $ $) 101)) (-2658 (($ $) 102)) (-4159 (((-1291) (-1177)) 15)) (-2766 (($ (-1177)) 14)) (-2462 (($ (-656 (-656 $))) 58)) (-4237 (($ $ (-576)) 42) (($ $) 45)) (-3881 (((-1177) $) NIL)) (-2499 (($ $ $) 131)) (-3892 (($ $) 146) (($ $ $) 147) (($ $ $ $) 148)) (-2229 (((-112) $) 108)) (-1347 (($ $ (-656 $)) 111) (($ $ $ $) 112)) (-1414 (($ (-576)) 39)) (-2322 (((-576) $) 32) (((-576)) 35)) (-3936 (($ $ $) 40) (($ (-656 $)) 83)) (-1448 (((-1139) $) NIL)) (-3473 (($ $ $) 99)) (-1854 (($) 13)) (-2794 (($ $ (-656 $)) 109)) (-1625 (((-1177) (-1177)) 8)) (-2554 (($ $) 117) (($ $ (-783)) 121)) (-3462 (($ $ $) 96)) (-2770 (($ $ (-783)) 139)) (-2548 (($ (-656 $)) 60)) (-3567 (((-874) $) 19)) (-2391 (($ $ (-576)) 41) (($ $) 44)) (-1859 (($ $) 68) (($ (-656 $)) 69)) (-1893 (($ $) 66) (($ (-656 $)) 67)) (-3654 (($ $) 124)) (-1550 (($ (-656 $)) 65)) (-4020 (($ $ $) 105)) (-1540 (((-112) $ $) NIL)) (-3649 (($ $ $) 130)) (-2669 (($ $ $) 100)) (-1783 (($ $ $) 103) (($ $) 104)) (-2989 (($ $ $) 89)) (-2960 (($ $ $) 87)) (-2921 (((-112) $ $) 16) (($ $ $) 17)) (-2975 (($ $ $) 88)) (-2946 (($ $ $) 86)) (-3054 (($ $ $) 94)) (-3041 (($ $ $) 91) (($ $) 92)) (-3027 (($ $ $) 90)) (** (($ $ $) 95)) (* (($ $ $) 93)))
-(((-874) (-13 (-1119) (-10 -8 (-15 -2108 ((-1291) $)) (-15 -2766 ($ (-1177))) (-15 -4159 ((-1291) (-1177))) (-15 -3377 ($ (-576))) (-15 -3377 ($ (-1195))) (-15 -3377 ($ (-1177))) (-15 -3377 ($ (-227))) (-15 -1854 ($)) (-15 -1625 ((-1177) (-1177))) (-15 -3358 ((-576) $)) (-15 -2322 ((-576) $)) (-15 -3358 ((-576))) (-15 -2322 ((-576))) (-15 -3275 ((-576) $)) (-15 -2687 ((-576) $)) (-15 -1414 ($ (-576))) (-15 -4006 ($ (-576))) (-15 -4269 ($ (-576) (-576))) (-15 -4237 ($ $ (-576))) (-15 -4247 ($ $ (-576))) (-15 -2391 ($ $ (-576))) (-15 -4237 ($ $)) (-15 -4247 ($ $)) (-15 -2391 ($ $)) (-15 -3936 ($ $ $)) (-15 -3692 ($ $ $)) (-15 -3936 ($ (-656 $))) (-15 -3692 ($ (-656 $))) (-15 -4001 ($ $ (-656 $))) (-15 -1347 ($ $ (-656 $))) (-15 -1347 ($ $ $ $)) (-15 -3056 ($ $ $)) (-15 -2229 ((-112) $)) (-15 -2794 ($ $ (-656 $))) (-15 -1327 ($ $)) (-15 -2499 ($ $ $)) (-15 -3654 ($ $)) (-15 -2462 ($ (-656 (-656 $)))) (-15 -3188 ($ $ $)) (-15 -1863 ($ $)) (-15 -1863 ($ $ $)) (-15 -2035 ($ $ $)) (-15 -2112 ($ $ $)) (-15 -3649 ($ $ $)) (-15 -2628 ($ $ $)) (-15 -2770 ($ $ (-783))) (-15 -4020 ($ $ $)) (-15 -2824 ($ $ $)) (-15 -1861 ($ $ $)) (-15 -1463 ($ $ $)) (-15 -2096 ($ $ $)) (-15 -2442 ($ $ (-656 $))) (-15 -2242 ($ $ (-656 $))) (-15 -3395 ($ $)) (-15 -2554 ($ $)) (-15 -2554 ($ $ (-783))) (-15 -4280 ($ $)) (-15 -4280 ($ $ (-783))) (-15 -1809 ($ $)) (-15 -3996 ($ $ $)) (-15 -1367 ($ $)) (-15 -1367 ($ $ $)) (-15 -1367 ($ $ $ $)) (-15 -1714 ($ $)) (-15 -1714 ($ $ $)) (-15 -1714 ($ $ $ $)) (-15 -3892 ($ $)) (-15 -3892 ($ $ $)) (-15 -3892 ($ $ $ $)) (-15 -1893 ($ $)) (-15 -1893 ($ (-656 $))) (-15 -1859 ($ $)) (-15 -1859 ($ (-656 $))) (-15 -1524 ($ $)) (-15 -1524 ($ (-656 $))) (-15 -1326 ($ (-656 $))) (-15 -2548 ($ (-656 $))) (-15 -4239 ($ (-656 $))) (-15 -1550 ($ (-656 $))) (-15 -2921 ($ $ $)) (-15 -3486 ($ $ $)) (-15 -2946 ($ $ $)) (-15 -2960 ($ $ $)) (-15 -2975 ($ $ $)) (-15 -2989 ($ $ $)) (-15 -3027 ($ $ $)) (-15 -3041 ($ $ $)) (-15 -3041 ($ $)) (-15 * ($ $ $)) (-15 -3054 ($ $ $)) (-15 ** ($ $ $)) (-15 -3462 ($ $ $)) (-15 -3426 ($ $ $)) (-15 -3438 ($ $ $)) (-15 -3473 ($ $ $)) (-15 -2669 ($ $ $)) (-15 -2680 ($ $ $)) (-15 -2658 ($ $)) (-15 -1783 ($ $ $)) (-15 -1783 ($ $))))) (T -874))
-((-2108 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-874)))) (-2766 (*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-874)))) (-4159 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-874)))) (-3377 (*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874)))) (-3377 (*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-874)))) (-3377 (*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-874)))) (-3377 (*1 *1 *2) (-12 (-5 *2 (-227)) (-5 *1 (-874)))) (-1854 (*1 *1) (-5 *1 (-874))) (-1625 (*1 *2 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-874)))) (-3358 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-874)))) (-2322 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-874)))) (-3358 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874)))) (-2322 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874)))) (-3275 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-874)))) (-2687 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-874)))) (-1414 (*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874)))) (-4006 (*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874)))) (-4269 (*1 *1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874)))) (-4237 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874)))) (-4247 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874)))) (-2391 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874)))) (-4237 (*1 *1 *1) (-5 *1 (-874))) (-4247 (*1 *1 *1) (-5 *1 (-874))) (-2391 (*1 *1 *1) (-5 *1 (-874))) (-3936 (*1 *1 *1 *1) (-5 *1 (-874))) (-3692 (*1 *1 *1 *1) (-5 *1 (-874))) (-3936 (*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))) (-3692 (*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))) (-4001 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))) (-1347 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))) (-1347 (*1 *1 *1 *1 *1) (-5 *1 (-874))) (-3056 (*1 *1 *1 *1) (-5 *1 (-874))) (-2229 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-874)))) (-2794 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))) (-1327 (*1 *1 *1) (-5 *1 (-874))) (-2499 (*1 *1 *1 *1) (-5 *1 (-874))) (-3654 (*1 *1 *1) (-5 *1 (-874))) (-2462 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 (-874)))) (-5 *1 (-874)))) (-3188 (*1 *1 *1 *1) (-5 *1 (-874))) (-1863 (*1 *1 *1) (-5 *1 (-874))) (-1863 (*1 *1 *1 *1) (-5 *1 (-874))) (-2035 (*1 *1 *1 *1) (-5 *1 (-874))) (-2112 (*1 *1 *1 *1) (-5 *1 (-874))) (-3649 (*1 *1 *1 *1) (-5 *1 (-874))) (-2628 (*1 *1 *1 *1) (-5 *1 (-874))) (-2770 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-874)))) (-4020 (*1 *1 *1 *1) (-5 *1 (-874))) (-2824 (*1 *1 *1 *1) (-5 *1 (-874))) (-1861 (*1 *1 *1 *1) (-5 *1 (-874))) (-1463 (*1 *1 *1 *1) (-5 *1 (-874))) (-2096 (*1 *1 *1 *1) (-5 *1 (-874))) (-2442 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))) (-2242 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))) (-3395 (*1 *1 *1) (-5 *1 (-874))) (-2554 (*1 *1 *1) (-5 *1 (-874))) (-2554 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-874)))) (-4280 (*1 *1 *1) (-5 *1 (-874))) (-4280 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-874)))) (-1809 (*1 *1 *1) (-5 *1 (-874))) (-3996 (*1 *1 *1 *1) (-5 *1 (-874))) (-1367 (*1 *1 *1) (-5 *1 (-874))) (-1367 (*1 *1 *1 *1) (-5 *1 (-874))) (-1367 (*1 *1 *1 *1 *1) (-5 *1 (-874))) (-1714 (*1 *1 *1) (-5 *1 (-874))) (-1714 (*1 *1 *1 *1) (-5 *1 (-874))) (-1714 (*1 *1 *1 *1 *1) (-5 *1 (-874))) (-3892 (*1 *1 *1) (-5 *1 (-874))) (-3892 (*1 *1 *1 *1) (-5 *1 (-874))) (-3892 (*1 *1 *1 *1 *1) (-5 *1 (-874))) (-1893 (*1 *1 *1) (-5 *1 (-874))) (-1893 (*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))) (-1859 (*1 *1 *1) (-5 *1 (-874))) (-1859 (*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))) (-1524 (*1 *1 *1) (-5 *1 (-874))) (-1524 (*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))) (-1326 (*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))) (-2548 (*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))) (-4239 (*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))) (-1550 (*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))) (-2921 (*1 *1 *1 *1) (-5 *1 (-874))) (-3486 (*1 *1 *1 *1) (-5 *1 (-874))) (-2946 (*1 *1 *1 *1) (-5 *1 (-874))) (-2960 (*1 *1 *1 *1) (-5 *1 (-874))) (-2975 (*1 *1 *1 *1) (-5 *1 (-874))) (-2989 (*1 *1 *1 *1) (-5 *1 (-874))) (-3027 (*1 *1 *1 *1) (-5 *1 (-874))) (-3041 (*1 *1 *1 *1) (-5 *1 (-874))) (-3041 (*1 *1 *1) (-5 *1 (-874))) (* (*1 *1 *1 *1) (-5 *1 (-874))) (-3054 (*1 *1 *1 *1) (-5 *1 (-874))) (** (*1 *1 *1 *1) (-5 *1 (-874))) (-3462 (*1 *1 *1 *1) (-5 *1 (-874))) (-3426 (*1 *1 *1 *1) (-5 *1 (-874))) (-3438 (*1 *1 *1 *1) (-5 *1 (-874))) (-3473 (*1 *1 *1 *1) (-5 *1 (-874))) (-2669 (*1 *1 *1 *1) (-5 *1 (-874))) (-2680 (*1 *1 *1 *1) (-5 *1 (-874))) (-2658 (*1 *1 *1) (-5 *1 (-874))) (-1783 (*1 *1 *1 *1) (-5 *1 (-874))) (-1783 (*1 *1 *1) (-5 *1 (-874))))
-(-13 (-1119) (-10 -8 (-15 -2108 ((-1291) $)) (-15 -2766 ($ (-1177))) (-15 -4159 ((-1291) (-1177))) (-15 -3377 ($ (-576))) (-15 -3377 ($ (-1195))) (-15 -3377 ($ (-1177))) (-15 -3377 ($ (-227))) (-15 -1854 ($)) (-15 -1625 ((-1177) (-1177))) (-15 -3358 ((-576) $)) (-15 -2322 ((-576) $)) (-15 -3358 ((-576))) (-15 -2322 ((-576))) (-15 -3275 ((-576) $)) (-15 -2687 ((-576) $)) (-15 -1414 ($ (-576))) (-15 -4006 ($ (-576))) (-15 -4269 ($ (-576) (-576))) (-15 -4237 ($ $ (-576))) (-15 -4247 ($ $ (-576))) (-15 -2391 ($ $ (-576))) (-15 -4237 ($ $)) (-15 -4247 ($ $)) (-15 -2391 ($ $)) (-15 -3936 ($ $ $)) (-15 -3692 ($ $ $)) (-15 -3936 ($ (-656 $))) (-15 -3692 ($ (-656 $))) (-15 -4001 ($ $ (-656 $))) (-15 -1347 ($ $ (-656 $))) (-15 -1347 ($ $ $ $)) (-15 -3056 ($ $ $)) (-15 -2229 ((-112) $)) (-15 -2794 ($ $ (-656 $))) (-15 -1327 ($ $)) (-15 -2499 ($ $ $)) (-15 -3654 ($ $)) (-15 -2462 ($ (-656 (-656 $)))) (-15 -3188 ($ $ $)) (-15 -1863 ($ $)) (-15 -1863 ($ $ $)) (-15 -2035 ($ $ $)) (-15 -2112 ($ $ $)) (-15 -3649 ($ $ $)) (-15 -2628 ($ $ $)) (-15 -2770 ($ $ (-783))) (-15 -4020 ($ $ $)) (-15 -2824 ($ $ $)) (-15 -1861 ($ $ $)) (-15 -1463 ($ $ $)) (-15 -2096 ($ $ $)) (-15 -2442 ($ $ (-656 $))) (-15 -2242 ($ $ (-656 $))) (-15 -3395 ($ $)) (-15 -2554 ($ $)) (-15 -2554 ($ $ (-783))) (-15 -4280 ($ $)) (-15 -4280 ($ $ (-783))) (-15 -1809 ($ $)) (-15 -3996 ($ $ $)) (-15 -1367 ($ $)) (-15 -1367 ($ $ $)) (-15 -1367 ($ $ $ $)) (-15 -1714 ($ $)) (-15 -1714 ($ $ $)) (-15 -1714 ($ $ $ $)) (-15 -3892 ($ $)) (-15 -3892 ($ $ $)) (-15 -3892 ($ $ $ $)) (-15 -1893 ($ $)) (-15 -1893 ($ (-656 $))) (-15 -1859 ($ $)) (-15 -1859 ($ (-656 $))) (-15 -1524 ($ $)) (-15 -1524 ($ (-656 $))) (-15 -1326 ($ (-656 $))) (-15 -2548 ($ (-656 $))) (-15 -4239 ($ (-656 $))) (-15 -1550 ($ (-656 $))) (-15 -2921 ($ $ $)) (-15 -3486 ($ $ $)) (-15 -2946 ($ $ $)) (-15 -2960 ($ $ $)) (-15 -2975 ($ $ $)) (-15 -2989 ($ $ $)) (-15 -3027 ($ $ $)) (-15 -3041 ($ $ $)) (-15 -3041 ($ $)) (-15 * ($ $ $)) (-15 -3054 ($ $ $)) (-15 ** ($ $ $)) (-15 -3462 ($ $ $)) (-15 -3426 ($ $ $)) (-15 -3438 ($ $ $)) (-15 -3473 ($ $ $)) (-15 -2669 ($ $ $)) (-15 -2680 ($ $ $)) (-15 -2658 ($ $)) (-15 -1783 ($ $ $)) (-15 -1783 ($ $))))
-((-2675 (((-1291) (-656 (-52))) 23)) (-2746 (((-1291) (-1177) (-874)) 13) (((-1291) (-874)) 8) (((-1291) (-1177)) 10)))
-(((-875) (-10 -7 (-15 -2746 ((-1291) (-1177))) (-15 -2746 ((-1291) (-874))) (-15 -2746 ((-1291) (-1177) (-874))) (-15 -2675 ((-1291) (-656 (-52)))))) (T -875))
-((-2675 (*1 *2 *3) (-12 (-5 *3 (-656 (-52))) (-5 *2 (-1291)) (-5 *1 (-875)))) (-2746 (*1 *2 *3 *4) (-12 (-5 *3 (-1177)) (-5 *4 (-874)) (-5 *2 (-1291)) (-5 *1 (-875)))) (-2746 (*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1291)) (-5 *1 (-875)))) (-2746 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-875)))))
-(-10 -7 (-15 -2746 ((-1291) (-1177))) (-15 -2746 ((-1291) (-874))) (-15 -2746 ((-1291) (-1177) (-874))) (-15 -2675 ((-1291) (-656 (-52)))))
-((-3486 (((-112) $ $) NIL)) (-3052 (((-3 $ "failed") (-1195)) 36)) (-2093 (((-783)) 32)) (-1834 (($) NIL)) (-3123 (($ $ $) NIL) (($) NIL T CONST)) (-2352 (($ $ $) NIL) (($) NIL T CONST)) (-4379 (((-938) $) 29)) (-3881 (((-1177) $) 43)) (-3222 (($ (-938)) 28)) (-1448 (((-1139) $) NIL)) (-4169 (((-1195) $) 13) (((-548) $) 19) (((-905 (-390)) $) 26) (((-905 (-576)) $) 22)) (-3567 (((-874) $) 16)) (-1540 (((-112) $ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 40)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 38)))
-(((-876 |#1|) (-13 (-856) (-626 (-1195)) (-626 (-548)) (-626 (-905 (-390))) (-626 (-905 (-576))) (-10 -8 (-15 -3052 ((-3 $ "failed") (-1195))))) (-656 (-1195))) (T -876))
-((-3052 (*1 *1 *2) (|partial| -12 (-5 *2 (-1195)) (-5 *1 (-876 *3)) (-14 *3 (-656 *2)))))
-(-13 (-856) (-626 (-1195)) (-626 (-548)) (-626 (-905 (-390))) (-626 (-905 (-576))) (-10 -8 (-15 -3052 ((-3 $ "failed") (-1195)))))
-((-3486 (((-112) $ $) NIL)) (-2624 (((-518) $) 9)) (-3452 (((-656 (-451)) $) 13)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 21)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 16)))
-(((-877) (-13 (-1119) (-10 -8 (-15 -2624 ((-518) $)) (-15 -3452 ((-656 (-451)) $))))) (T -877))
-((-2624 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-877)))) (-3452 (*1 *2 *1) (-12 (-5 *2 (-656 (-451))) (-5 *1 (-877)))))
-(-13 (-1119) (-10 -8 (-15 -2624 ((-518) $)) (-15 -3452 ((-656 (-451)) $))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-2251 (((-3 $ "failed") $) NIL)) (-3612 (((-112) $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ (-969 |#1|)) NIL) (((-969 |#1|) $) NIL) (($ |#1|) NIL (|has| |#1| (-174)))) (-2596 (((-783)) NIL T CONST)) (-4378 (((-1291) (-783)) NIL)) (-1540 (((-112) $ $) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2921 (((-112) $ $) NIL)) (-3054 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-174))) (($ $ |#1|) NIL (|has| |#1| (-174)))))
-(((-878 |#1| |#2| |#3| |#4|) (-13 (-1068) (-502 (-969 |#1|)) (-10 -8 (IF (|has| |#1| (-174)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-374)) (-15 -3054 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -4378 ((-1291) (-783))))) (-1068) (-656 (-1195)) (-656 (-783)) (-783)) (T -878))
-((-3054 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-878 *2 *3 *4 *5)) (-4 *2 (-374)) (-4 *2 (-1068)) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-783))) (-14 *5 (-783)))) (-4378 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1291)) (-5 *1 (-878 *4 *5 *6 *7)) (-4 *4 (-1068)) (-14 *5 (-656 (-1195))) (-14 *6 (-656 *3)) (-14 *7 *3))))
-(-13 (-1068) (-502 (-969 |#1|)) (-10 -8 (IF (|has| |#1| (-174)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-374)) (-15 -3054 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -4378 ((-1291) (-783)))))
-((-3668 (((-3 (-176 |#3|) "failed") (-783) (-783) |#2| |#2|) 38)) (-3321 (((-3 (-419 |#3|) "failed") (-783) (-783) |#2| |#2|) 29)))
-(((-879 |#1| |#2| |#3|) (-10 -7 (-15 -3321 ((-3 (-419 |#3|) "failed") (-783) (-783) |#2| |#2|)) (-15 -3668 ((-3 (-176 |#3|) "failed") (-783) (-783) |#2| |#2|))) (-374) (-1277 |#1|) (-1262 |#1|)) (T -879))
-((-3668 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-783)) (-4 *5 (-374)) (-5 *2 (-176 *6)) (-5 *1 (-879 *5 *4 *6)) (-4 *4 (-1277 *5)) (-4 *6 (-1262 *5)))) (-3321 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-783)) (-4 *5 (-374)) (-5 *2 (-419 *6)) (-5 *1 (-879 *5 *4 *6)) (-4 *4 (-1277 *5)) (-4 *6 (-1262 *5)))))
-(-10 -7 (-15 -3321 ((-3 (-419 |#3|) "failed") (-783) (-783) |#2| |#2|)) (-15 -3668 ((-3 (-176 |#3|) "failed") (-783) (-783) |#2| |#2|)))
-((-3321 (((-3 (-419 (-1259 |#2| |#1|)) "failed") (-783) (-783) (-1278 |#1| |#2| |#3|)) 30) (((-3 (-419 (-1259 |#2| |#1|)) "failed") (-783) (-783) (-1278 |#1| |#2| |#3|) (-1278 |#1| |#2| |#3|)) 28)))
-(((-880 |#1| |#2| |#3|) (-10 -7 (-15 -3321 ((-3 (-419 (-1259 |#2| |#1|)) "failed") (-783) (-783) (-1278 |#1| |#2| |#3|) (-1278 |#1| |#2| |#3|))) (-15 -3321 ((-3 (-419 (-1259 |#2| |#1|)) "failed") (-783) (-783) (-1278 |#1| |#2| |#3|)))) (-374) (-1195) |#1|) (T -880))
-((-3321 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-783)) (-5 *4 (-1278 *5 *6 *7)) (-4 *5 (-374)) (-14 *6 (-1195)) (-14 *7 *5) (-5 *2 (-419 (-1259 *6 *5))) (-5 *1 (-880 *5 *6 *7)))) (-3321 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-783)) (-5 *4 (-1278 *5 *6 *7)) (-4 *5 (-374)) (-14 *6 (-1195)) (-14 *7 *5) (-5 *2 (-419 (-1259 *6 *5))) (-5 *1 (-880 *5 *6 *7)))))
-(-10 -7 (-15 -3321 ((-3 (-419 (-1259 |#2| |#1|)) "failed") (-783) (-783) (-1278 |#1| |#2| |#3|) (-1278 |#1| |#2| |#3|))) (-15 -3321 ((-3 (-419 (-1259 |#2| |#1|)) "failed") (-783) (-783) (-1278 |#1| |#2| |#3|))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-4299 (((-3 $ "failed") $ $) 20)) (-1838 (($ $ (-576)) 68)) (-1829 (((-112) $ $) 65)) (-2135 (($) 18 T CONST)) (-1863 (($ (-1191 (-576)) (-576)) 67)) (-3426 (($ $ $) 61)) (-2251 (((-3 $ "failed") $) 37)) (-2436 (($ $) 70)) (-3438 (($ $ $) 62)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 57)) (-1991 (((-783) $) 75)) (-3612 (((-112) $) 35)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-2005 (((-576)) 72)) (-4241 (((-576) $) 71)) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-3905 (($ $ (-576)) 74)) (-3473 (((-3 $ "failed") $ $) 48)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3909 (((-783) $) 64)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 63)) (-2765 (((-1176 (-576)) $) 76)) (-3746 (($ $) 73)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 45)) (-4163 (((-576) $ (-576)) 69)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
-(((-881 |#1|) (-141) (-576)) (T -881))
-((-2765 (*1 *2 *1) (-12 (-4 *1 (-881 *3)) (-5 *2 (-1176 (-576))))) (-1991 (*1 *2 *1) (-12 (-4 *1 (-881 *3)) (-5 *2 (-783)))) (-3905 (*1 *1 *1 *2) (-12 (-4 *1 (-881 *3)) (-5 *2 (-576)))) (-3746 (*1 *1 *1) (-4 *1 (-881 *2))) (-2005 (*1 *2) (-12 (-4 *1 (-881 *3)) (-5 *2 (-576)))) (-4241 (*1 *2 *1) (-12 (-4 *1 (-881 *3)) (-5 *2 (-576)))) (-2436 (*1 *1 *1) (-4 *1 (-881 *2))) (-4163 (*1 *2 *1 *2) (-12 (-4 *1 (-881 *3)) (-5 *2 (-576)))) (-1838 (*1 *1 *1 *2) (-12 (-4 *1 (-881 *3)) (-5 *2 (-576)))) (-1863 (*1 *1 *2 *3) (-12 (-5 *2 (-1191 (-576))) (-5 *3 (-576)) (-4 *1 (-881 *4)))))
-(-13 (-317) (-148) (-10 -8 (-15 -2765 ((-1176 (-576)) $)) (-15 -1991 ((-783) $)) (-15 -3905 ($ $ (-576))) (-15 -3746 ($ $)) (-15 -2005 ((-576))) (-15 -4241 ((-576) $)) (-15 -2436 ($ $)) (-15 -4163 ((-576) $ (-576))) (-15 -1838 ($ $ (-576))) (-15 -1863 ($ (-1191 (-576)) (-576)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-148) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-300) . T) ((-317) . T) ((-464) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-937) . T) ((-1070 $) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1838 (($ $ (-576)) NIL)) (-1829 (((-112) $ $) NIL)) (-2135 (($) NIL T CONST)) (-1863 (($ (-1191 (-576)) (-576)) NIL)) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2436 (($ $) NIL)) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-1991 (((-783) $) NIL)) (-3612 (((-112) $) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2005 (((-576)) NIL)) (-4241 (((-576) $) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3905 (($ $ (-576)) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2765 (((-1176 (-576)) $) NIL)) (-3746 (($ $) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-4163 (((-576) $ (-576)) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL)))
-(((-882 |#1|) (-881 |#1|) (-576)) (T -882))
-NIL
-(-881 |#1|)
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3522 (((-882 |#1|) $) NIL (|has| (-882 |#1|) (-317)))) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-882 |#1|) (-926)))) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| (-882 |#1|) (-926)))) (-1829 (((-112) $ $) NIL)) (-2786 (((-576) $) NIL (|has| (-882 |#1|) (-832)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-882 |#1|) "failed") $) NIL) (((-3 (-1195) "failed") $) NIL (|has| (-882 |#1|) (-1057 (-1195)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-882 |#1|) (-1057 (-576)))) (((-3 (-576) "failed") $) NIL (|has| (-882 |#1|) (-1057 (-576))))) (-2857 (((-882 |#1|) $) NIL) (((-1195) $) NIL (|has| (-882 |#1|) (-1057 (-1195)))) (((-419 (-576)) $) NIL (|has| (-882 |#1|) (-1057 (-576)))) (((-576) $) NIL (|has| (-882 |#1|) (-1057 (-576))))) (-3553 (($ $) NIL) (($ (-576) $) NIL)) (-3426 (($ $ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| (-882 |#1|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| (-882 |#1|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-882 |#1|))) (|:| |vec| (-1286 (-882 |#1|)))) (-701 $) (-1286 $)) NIL) (((-701 (-882 |#1|)) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) NIL (|has| (-882 |#1|) (-557)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3075 (((-112) $) NIL (|has| (-882 |#1|) (-832)))) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (|has| (-882 |#1|) (-899 (-576)))) (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (|has| (-882 |#1|) (-899 (-390))))) (-3612 (((-112) $) NIL)) (-2684 (($ $) NIL)) (-1568 (((-882 |#1|) $) NIL)) (-2162 (((-3 $ "failed") $) NIL (|has| (-882 |#1|) (-1171)))) (-3667 (((-112) $) NIL (|has| (-882 |#1|) (-832)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3123 (($ $ $) NIL (|has| (-882 |#1|) (-862)))) (-2352 (($ $ $) NIL (|has| (-882 |#1|) (-862)))) (-4114 (($ (-1 (-882 |#1|) (-882 |#1|)) $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| (-882 |#1|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| (-882 |#1|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-882 |#1|))) (|:| |vec| (-1286 (-882 |#1|)))) (-1286 $) $) NIL) (((-701 (-882 |#1|)) (-1286 $)) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL (|has| (-882 |#1|) (-1171)) CONST)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3252 (($ $) NIL (|has| (-882 |#1|) (-317)))) (-3247 (((-882 |#1|) $) NIL (|has| (-882 |#1|) (-557)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-882 |#1|) (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-882 |#1|) (-926)))) (-1827 (((-430 $) $) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3281 (($ $ (-656 (-882 |#1|)) (-656 (-882 |#1|))) NIL (|has| (-882 |#1|) (-319 (-882 |#1|)))) (($ $ (-882 |#1|) (-882 |#1|)) NIL (|has| (-882 |#1|) (-319 (-882 |#1|)))) (($ $ (-304 (-882 |#1|))) NIL (|has| (-882 |#1|) (-319 (-882 |#1|)))) (($ $ (-656 (-304 (-882 |#1|)))) NIL (|has| (-882 |#1|) (-319 (-882 |#1|)))) (($ $ (-656 (-1195)) (-656 (-882 |#1|))) NIL (|has| (-882 |#1|) (-526 (-1195) (-882 |#1|)))) (($ $ (-1195) (-882 |#1|)) NIL (|has| (-882 |#1|) (-526 (-1195) (-882 |#1|))))) (-3909 (((-783) $) NIL)) (-2794 (($ $ (-882 |#1|)) NIL (|has| (-882 |#1|) (-296 (-882 |#1|) (-882 |#1|))))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2770 (($ $ (-1 (-882 |#1|) (-882 |#1|))) NIL) (($ $ (-1 (-882 |#1|) (-882 |#1|)) (-783)) NIL) (($ $ (-1195)) NIL (|has| (-882 |#1|) (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| (-882 |#1|) (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| (-882 |#1|) (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| (-882 |#1|) (-917 (-1195)))) (($ $) NIL (|has| (-882 |#1|) (-237))) (($ $ (-783)) NIL (|has| (-882 |#1|) (-237)))) (-1507 (($ $) NIL)) (-1579 (((-882 |#1|) $) NIL)) (-4169 (((-905 (-576)) $) NIL (|has| (-882 |#1|) (-626 (-905 (-576))))) (((-905 (-390)) $) NIL (|has| (-882 |#1|) (-626 (-905 (-390))))) (((-548) $) NIL (|has| (-882 |#1|) (-626 (-548)))) (((-390) $) NIL (|has| (-882 |#1|) (-1041))) (((-227) $) NIL (|has| (-882 |#1|) (-1041)))) (-2028 (((-176 (-419 (-576))) $) NIL)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-882 |#1|) (-926))))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-882 |#1|)) NIL) (($ (-1195)) NIL (|has| (-882 |#1|) (-1057 (-1195))))) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| (-882 |#1|) (-926))) (|has| (-882 |#1|) (-146))))) (-2596 (((-783)) NIL T CONST)) (-4317 (((-882 |#1|) $) NIL (|has| (-882 |#1|) (-557)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-4163 (((-419 (-576)) $ (-576)) NIL)) (-4308 (($ $) NIL (|has| (-882 |#1|) (-832)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-1 (-882 |#1|) (-882 |#1|))) NIL) (($ $ (-1 (-882 |#1|) (-882 |#1|)) (-783)) NIL) (($ $ (-1195)) NIL (|has| (-882 |#1|) (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| (-882 |#1|) (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| (-882 |#1|) (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| (-882 |#1|) (-917 (-1195)))) (($ $) NIL (|has| (-882 |#1|) (-237))) (($ $ (-783)) NIL (|has| (-882 |#1|) (-237)))) (-2989 (((-112) $ $) NIL (|has| (-882 |#1|) (-862)))) (-2960 (((-112) $ $) NIL (|has| (-882 |#1|) (-862)))) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL (|has| (-882 |#1|) (-862)))) (-2946 (((-112) $ $) NIL (|has| (-882 |#1|) (-862)))) (-3054 (($ $ $) NIL) (($ (-882 |#1|) (-882 |#1|)) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ (-882 |#1|) $) NIL) (($ $ (-882 |#1|)) NIL)))
-(((-883 |#1|) (-13 (-1011 (-882 |#1|)) (-10 -8 (-15 -4163 ((-419 (-576)) $ (-576))) (-15 -2028 ((-176 (-419 (-576))) $)) (-15 -3553 ($ $)) (-15 -3553 ($ (-576) $)))) (-576)) (T -883))
-((-4163 (*1 *2 *1 *3) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-883 *4)) (-14 *4 *3) (-5 *3 (-576)))) (-2028 (*1 *2 *1) (-12 (-5 *2 (-176 (-419 (-576)))) (-5 *1 (-883 *3)) (-14 *3 (-576)))) (-3553 (*1 *1 *1) (-12 (-5 *1 (-883 *2)) (-14 *2 (-576)))) (-3553 (*1 *1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-883 *3)) (-14 *3 *2))))
-(-13 (-1011 (-882 |#1|)) (-10 -8 (-15 -4163 ((-419 (-576)) $ (-576))) (-15 -2028 ((-176 (-419 (-576))) $)) (-15 -3553 ($ $)) (-15 -3553 ($ (-576) $))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3522 ((|#2| $) NIL (|has| |#2| (-317)))) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1829 (((-112) $ $) NIL)) (-2786 (((-576) $) NIL (|has| |#2| (-832)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#2| "failed") $) NIL) (((-3 (-1195) "failed") $) NIL (|has| |#2| (-1057 (-1195)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1057 (-576)))) (((-3 (-576) "failed") $) NIL (|has| |#2| (-1057 (-576))))) (-2857 ((|#2| $) NIL) (((-1195) $) NIL (|has| |#2| (-1057 (-1195)))) (((-419 (-576)) $) NIL (|has| |#2| (-1057 (-576)))) (((-576) $) NIL (|has| |#2| (-1057 (-576))))) (-3553 (($ $) 35) (($ (-576) $) 38)) (-3426 (($ $ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) NIL) (((-701 |#2|) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) 64)) (-1834 (($) NIL (|has| |#2| (-557)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3075 (((-112) $) NIL (|has| |#2| (-832)))) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (|has| |#2| (-899 (-576)))) (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (|has| |#2| (-899 (-390))))) (-3612 (((-112) $) NIL)) (-2684 (($ $) NIL)) (-1568 ((|#2| $) NIL)) (-2162 (((-3 $ "failed") $) NIL (|has| |#2| (-1171)))) (-3667 (((-112) $) NIL (|has| |#2| (-832)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3123 (($ $ $) NIL (|has| |#2| (-862)))) (-2352 (($ $ $) NIL (|has| |#2| (-862)))) (-4114 (($ (-1 |#2| |#2|) $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-1286 $) $) NIL) (((-701 |#2|) (-1286 $)) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 60)) (-3537 (($) NIL (|has| |#2| (-1171)) CONST)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3252 (($ $) NIL (|has| |#2| (-317)))) (-3247 ((|#2| $) NIL (|has| |#2| (-557)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1827 (((-430 $) $) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3281 (($ $ (-656 |#2|) (-656 |#2|)) NIL (|has| |#2| (-319 |#2|))) (($ $ |#2| |#2|) NIL (|has| |#2| (-319 |#2|))) (($ $ (-304 |#2|)) NIL (|has| |#2| (-319 |#2|))) (($ $ (-656 (-304 |#2|))) NIL (|has| |#2| (-319 |#2|))) (($ $ (-656 (-1195)) (-656 |#2|)) NIL (|has| |#2| (-526 (-1195) |#2|))) (($ $ (-1195) |#2|) NIL (|has| |#2| (-526 (-1195) |#2|)))) (-3909 (((-783) $) NIL)) (-2794 (($ $ |#2|) NIL (|has| |#2| (-296 |#2| |#2|)))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2770 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1195)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#2| (-917 (-1195)))) (($ $) NIL (|has| |#2| (-237))) (($ $ (-783)) NIL (|has| |#2| (-237)))) (-1507 (($ $) NIL)) (-1579 ((|#2| $) NIL)) (-4169 (((-905 (-576)) $) NIL (|has| |#2| (-626 (-905 (-576))))) (((-905 (-390)) $) NIL (|has| |#2| (-626 (-905 (-390))))) (((-548) $) NIL (|has| |#2| (-626 (-548)))) (((-390) $) NIL (|has| |#2| (-1041))) (((-227) $) NIL (|has| |#2| (-1041)))) (-2028 (((-176 (-419 (-576))) $) 78)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#2| (-926))))) (-3567 (((-874) $) 106) (($ (-576)) 20) (($ $) NIL) (($ (-419 (-576))) 25) (($ |#2|) 19) (($ (-1195)) NIL (|has| |#2| (-1057 (-1195))))) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#2| (-926))) (|has| |#2| (-146))))) (-2596 (((-783)) NIL T CONST)) (-4317 ((|#2| $) NIL (|has| |#2| (-557)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-4163 (((-419 (-576)) $ (-576)) 71)) (-4308 (($ $) NIL (|has| |#2| (-832)))) (-2716 (($) 15 T CONST)) (-2727 (($) 17 T CONST)) (-2014 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1195)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#2| (-917 (-1195)))) (($ $) NIL (|has| |#2| (-237))) (($ $ (-783)) NIL (|has| |#2| (-237)))) (-2989 (((-112) $ $) NIL (|has| |#2| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#2| (-862)))) (-2921 (((-112) $ $) 46)) (-2975 (((-112) $ $) NIL (|has| |#2| (-862)))) (-2946 (((-112) $ $) NIL (|has| |#2| (-862)))) (-3054 (($ $ $) 24) (($ |#2| |#2|) 65)) (-3041 (($ $) 50) (($ $ $) 52)) (-3027 (($ $ $) 48)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) 61)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 53) (($ $ $) 55) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ |#2| $) 66) (($ $ |#2|) NIL)))
-(((-884 |#1| |#2|) (-13 (-1011 |#2|) (-10 -8 (-15 -4163 ((-419 (-576)) $ (-576))) (-15 -2028 ((-176 (-419 (-576))) $)) (-15 -3553 ($ $)) (-15 -3553 ($ (-576) $)))) (-576) (-881 |#1|)) (T -884))
-((-4163 (*1 *2 *1 *3) (-12 (-14 *4 *3) (-5 *2 (-419 (-576))) (-5 *1 (-884 *4 *5)) (-5 *3 (-576)) (-4 *5 (-881 *4)))) (-2028 (*1 *2 *1) (-12 (-14 *3 (-576)) (-5 *2 (-176 (-419 (-576)))) (-5 *1 (-884 *3 *4)) (-4 *4 (-881 *3)))) (-3553 (*1 *1 *1) (-12 (-14 *2 (-576)) (-5 *1 (-884 *2 *3)) (-4 *3 (-881 *2)))) (-3553 (*1 *1 *2 *1) (-12 (-5 *2 (-576)) (-14 *3 *2) (-5 *1 (-884 *3 *4)) (-4 *4 (-881 *3)))))
-(-13 (-1011 |#2|) (-10 -8 (-15 -4163 ((-419 (-576)) $ (-576))) (-15 -2028 ((-176 (-419 (-576))) $)) (-15 -3553 ($ $)) (-15 -3553 ($ (-576) $))))
-((-3486 (((-112) $ $) NIL (-12 (|has| |#1| (-1119)) (|has| |#2| (-1119))))) (-2881 ((|#2| $) 12)) (-3250 (($ |#1| |#2|) 9)) (-3881 (((-1177) $) NIL (-12 (|has| |#1| (-1119)) (|has| |#2| (-1119))))) (-1448 (((-1139) $) NIL (-12 (|has| |#1| (-1119)) (|has| |#2| (-1119))))) (-3578 ((|#1| $) 11)) (-3579 (($ |#1| |#2|) 10)) (-3567 (((-874) $) 18 (-2755 (-12 (|has| |#1| (-625 (-874))) (|has| |#2| (-625 (-874)))) (-12 (|has| |#1| (-1119)) (|has| |#2| (-1119)))))) (-1540 (((-112) $ $) NIL (-12 (|has| |#1| (-1119)) (|has| |#2| (-1119))))) (-2921 (((-112) $ $) 23 (-12 (|has| |#1| (-1119)) (|has| |#2| (-1119))))))
-(((-885 |#1| |#2|) (-13 (-1236) (-10 -8 (IF (|has| |#1| (-625 (-874))) (IF (|has| |#2| (-625 (-874))) (-6 (-625 (-874))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1119)) (IF (|has| |#2| (-1119)) (-6 (-1119)) |%noBranch|) |%noBranch|) (-15 -3250 ($ |#1| |#2|)) (-15 -3579 ($ |#1| |#2|)) (-15 -3578 (|#1| $)) (-15 -2881 (|#2| $)))) (-1236) (-1236)) (T -885))
-((-3250 (*1 *1 *2 *3) (-12 (-5 *1 (-885 *2 *3)) (-4 *2 (-1236)) (-4 *3 (-1236)))) (-3579 (*1 *1 *2 *3) (-12 (-5 *1 (-885 *2 *3)) (-4 *2 (-1236)) (-4 *3 (-1236)))) (-3578 (*1 *2 *1) (-12 (-4 *2 (-1236)) (-5 *1 (-885 *2 *3)) (-4 *3 (-1236)))) (-2881 (*1 *2 *1) (-12 (-4 *2 (-1236)) (-5 *1 (-885 *3 *2)) (-4 *3 (-1236)))))
-(-13 (-1236) (-10 -8 (IF (|has| |#1| (-625 (-874))) (IF (|has| |#2| (-625 (-874))) (-6 (-625 (-874))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1119)) (IF (|has| |#2| (-1119)) (-6 (-1119)) |%noBranch|) |%noBranch|) (-15 -3250 ($ |#1| |#2|)) (-15 -3579 ($ |#1| |#2|)) (-15 -3578 (|#1| $)) (-15 -2881 (|#2| $))))
-((-3486 (((-112) $ $) NIL)) (-3038 (((-576) $) 16)) (-2088 (($ (-158)) 13)) (-3914 (($ (-158)) 14)) (-3881 (((-1177) $) NIL)) (-2150 (((-158) $) 15)) (-1448 (((-1139) $) NIL)) (-2701 (($ (-158)) 11)) (-1604 (($ (-158)) 10)) (-3567 (((-874) $) 24) (($ (-158)) 17)) (-3260 (($ (-158)) 12)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-886) (-13 (-1119) (-10 -8 (-15 -1604 ($ (-158))) (-15 -2701 ($ (-158))) (-15 -3260 ($ (-158))) (-15 -2088 ($ (-158))) (-15 -3914 ($ (-158))) (-15 -2150 ((-158) $)) (-15 -3038 ((-576) $)) (-15 -3567 ($ (-158)))))) (T -886))
-((-1604 (*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-886)))) (-2701 (*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-886)))) (-3260 (*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-886)))) (-2088 (*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-886)))) (-3914 (*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-886)))) (-2150 (*1 *2 *1) (-12 (-5 *2 (-158)) (-5 *1 (-886)))) (-3038 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-886)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-886)))))
-(-13 (-1119) (-10 -8 (-15 -1604 ($ (-158))) (-15 -2701 ($ (-158))) (-15 -3260 ($ (-158))) (-15 -2088 ($ (-158))) (-15 -3914 ($ (-158))) (-15 -2150 ((-158) $)) (-15 -3038 ((-576) $)) (-15 -3567 ($ (-158)))))
-((-3567 (((-326 (-576)) (-419 (-969 (-48)))) 23) (((-326 (-576)) (-969 (-48))) 18)))
-(((-887) (-10 -7 (-15 -3567 ((-326 (-576)) (-969 (-48)))) (-15 -3567 ((-326 (-576)) (-419 (-969 (-48))))))) (T -887))
-((-3567 (*1 *2 *3) (-12 (-5 *3 (-419 (-969 (-48)))) (-5 *2 (-326 (-576))) (-5 *1 (-887)))) (-3567 (*1 *2 *3) (-12 (-5 *3 (-969 (-48))) (-5 *2 (-326 (-576))) (-5 *1 (-887)))))
-(-10 -7 (-15 -3567 ((-326 (-576)) (-969 (-48)))) (-15 -3567 ((-326 (-576)) (-419 (-969 (-48))))))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 18) (($ (-1200)) NIL) (((-1200) $) NIL)) (-2703 (((-112) $ (|[\|\|]| (-518))) 9) (((-112) $ (|[\|\|]| (-1177))) 13)) (-1540 (((-112) $ $) NIL)) (-1919 (((-518) $) 10) (((-1177) $) 14)) (-2921 (((-112) $ $) 15)))
-(((-888) (-13 (-1102) (-1281) (-10 -8 (-15 -2703 ((-112) $ (|[\|\|]| (-518)))) (-15 -1919 ((-518) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-1177)))) (-15 -1919 ((-1177) $))))) (T -888))
-((-2703 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-518))) (-5 *2 (-112)) (-5 *1 (-888)))) (-1919 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-888)))) (-2703 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1177))) (-5 *2 (-112)) (-5 *1 (-888)))) (-1919 (*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-888)))))
-(-13 (-1102) (-1281) (-10 -8 (-15 -2703 ((-112) $ (|[\|\|]| (-518)))) (-15 -1919 ((-518) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-1177)))) (-15 -1919 ((-1177) $))))
-((-4114 (((-890 |#2|) (-1 |#2| |#1|) (-890 |#1|)) 15)))
-(((-889 |#1| |#2|) (-10 -7 (-15 -4114 ((-890 |#2|) (-1 |#2| |#1|) (-890 |#1|)))) (-1236) (-1236)) (T -889))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-890 *5)) (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-890 *6)) (-5 *1 (-889 *5 *6)))))
-(-10 -7 (-15 -4114 ((-890 |#2|) (-1 |#2| |#1|) (-890 |#1|))))
-((-1906 (($ |#1| |#1|) 8)) (-3757 ((|#1| $ (-783)) 15)))
-(((-890 |#1|) (-10 -8 (-15 -1906 ($ |#1| |#1|)) (-15 -3757 (|#1| $ (-783)))) (-1236)) (T -890))
-((-3757 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *1 (-890 *2)) (-4 *2 (-1236)))) (-1906 (*1 *1 *2 *2) (-12 (-5 *1 (-890 *2)) (-4 *2 (-1236)))))
-(-10 -8 (-15 -1906 ($ |#1| |#1|)) (-15 -3757 (|#1| $ (-783))))
-((-4114 (((-892 |#2|) (-1 |#2| |#1|) (-892 |#1|)) 15)))
-(((-891 |#1| |#2|) (-10 -7 (-15 -4114 ((-892 |#2|) (-1 |#2| |#1|) (-892 |#1|)))) (-1236) (-1236)) (T -891))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-892 *5)) (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-892 *6)) (-5 *1 (-891 *5 *6)))))
-(-10 -7 (-15 -4114 ((-892 |#2|) (-1 |#2| |#1|) (-892 |#1|))))
-((-1906 (($ |#1| |#1| |#1|) 8)) (-3757 ((|#1| $ (-783)) 15)))
-(((-892 |#1|) (-10 -8 (-15 -1906 ($ |#1| |#1| |#1|)) (-15 -3757 (|#1| $ (-783)))) (-1236)) (T -892))
-((-3757 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *1 (-892 *2)) (-4 *2 (-1236)))) (-1906 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1236)))))
-(-10 -8 (-15 -1906 ($ |#1| |#1| |#1|)) (-15 -3757 (|#1| $ (-783))))
-((-4396 (((-656 (-1200)) (-1177)) 9)))
-(((-893) (-10 -7 (-15 -4396 ((-656 (-1200)) (-1177))))) (T -893))
-((-4396 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-656 (-1200))) (-5 *1 (-893)))))
-(-10 -7 (-15 -4396 ((-656 (-1200)) (-1177))))
-((-4114 (((-895 |#2|) (-1 |#2| |#1|) (-895 |#1|)) 15)))
-(((-894 |#1| |#2|) (-10 -7 (-15 -4114 ((-895 |#2|) (-1 |#2| |#1|) (-895 |#1|)))) (-1236) (-1236)) (T -894))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-895 *5)) (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-895 *6)) (-5 *1 (-894 *5 *6)))))
-(-10 -7 (-15 -4114 ((-895 |#2|) (-1 |#2| |#1|) (-895 |#1|))))
-((-3483 (($ |#1| |#1| |#1|) 8)) (-3757 ((|#1| $ (-783)) 15)))
-(((-895 |#1|) (-10 -8 (-15 -3483 ($ |#1| |#1| |#1|)) (-15 -3757 (|#1| $ (-783)))) (-1236)) (T -895))
-((-3757 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *1 (-895 *2)) (-4 *2 (-1236)))) (-3483 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-895 *2)) (-4 *2 (-1236)))))
-(-10 -8 (-15 -3483 ($ |#1| |#1| |#1|)) (-15 -3757 (|#1| $ (-783))))
-((-1979 (((-1176 (-656 (-576))) (-656 (-576)) (-1176 (-656 (-576)))) 41)) (-2151 (((-1176 (-656 (-576))) (-656 (-576)) (-656 (-576))) 31)) (-3759 (((-1176 (-656 (-576))) (-656 (-576))) 53) (((-1176 (-656 (-576))) (-656 (-576)) (-656 (-576))) 50)) (-2170 (((-1176 (-656 (-576))) (-576)) 55)) (-3541 (((-1176 (-656 (-938))) (-1176 (-656 (-938)))) 22)) (-2949 (((-656 (-938)) (-656 (-938))) 18)))
-(((-896) (-10 -7 (-15 -2949 ((-656 (-938)) (-656 (-938)))) (-15 -3541 ((-1176 (-656 (-938))) (-1176 (-656 (-938))))) (-15 -2151 ((-1176 (-656 (-576))) (-656 (-576)) (-656 (-576)))) (-15 -1979 ((-1176 (-656 (-576))) (-656 (-576)) (-1176 (-656 (-576))))) (-15 -3759 ((-1176 (-656 (-576))) (-656 (-576)) (-656 (-576)))) (-15 -3759 ((-1176 (-656 (-576))) (-656 (-576)))) (-15 -2170 ((-1176 (-656 (-576))) (-576))))) (T -896))
-((-2170 (*1 *2 *3) (-12 (-5 *2 (-1176 (-656 (-576)))) (-5 *1 (-896)) (-5 *3 (-576)))) (-3759 (*1 *2 *3) (-12 (-5 *2 (-1176 (-656 (-576)))) (-5 *1 (-896)) (-5 *3 (-656 (-576))))) (-3759 (*1 *2 *3 *3) (-12 (-5 *2 (-1176 (-656 (-576)))) (-5 *1 (-896)) (-5 *3 (-656 (-576))))) (-1979 (*1 *2 *3 *2) (-12 (-5 *2 (-1176 (-656 (-576)))) (-5 *3 (-656 (-576))) (-5 *1 (-896)))) (-2151 (*1 *2 *3 *3) (-12 (-5 *2 (-1176 (-656 (-576)))) (-5 *1 (-896)) (-5 *3 (-656 (-576))))) (-3541 (*1 *2 *2) (-12 (-5 *2 (-1176 (-656 (-938)))) (-5 *1 (-896)))) (-2949 (*1 *2 *2) (-12 (-5 *2 (-656 (-938))) (-5 *1 (-896)))))
-(-10 -7 (-15 -2949 ((-656 (-938)) (-656 (-938)))) (-15 -3541 ((-1176 (-656 (-938))) (-1176 (-656 (-938))))) (-15 -2151 ((-1176 (-656 (-576))) (-656 (-576)) (-656 (-576)))) (-15 -1979 ((-1176 (-656 (-576))) (-656 (-576)) (-1176 (-656 (-576))))) (-15 -3759 ((-1176 (-656 (-576))) (-656 (-576)) (-656 (-576)))) (-15 -3759 ((-1176 (-656 (-576))) (-656 (-576)))) (-15 -2170 ((-1176 (-656 (-576))) (-576))))
-((-4169 (((-905 (-390)) $) 9 (|has| |#1| (-626 (-905 (-390))))) (((-905 (-576)) $) 8 (|has| |#1| (-626 (-905 (-576)))))))
-(((-897 |#1|) (-141) (-1236)) (T -897))
-NIL
-(-13 (-10 -7 (IF (|has| |t#1| (-626 (-905 (-576)))) (-6 (-626 (-905 (-576)))) |%noBranch|) (IF (|has| |t#1| (-626 (-905 (-390)))) (-6 (-626 (-905 (-390)))) |%noBranch|)))
-(((-626 (-905 (-390))) |has| |#1| (-626 (-905 (-390)))) ((-626 (-905 (-576))) |has| |#1| (-626 (-905 (-576)))))
-((-3486 (((-112) $ $) NIL)) (-4138 (($) 14)) (-1880 (($ (-902 |#1| |#2|) (-902 |#1| |#3|)) 28)) (-3807 (((-902 |#1| |#3|) $) 16)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2515 (((-112) $) 22)) (-4194 (($) 19)) (-3567 (((-874) $) 31)) (-1540 (((-112) $ $) NIL)) (-3085 (((-902 |#1| |#2|) $) 15)) (-2921 (((-112) $ $) 26)))
-(((-898 |#1| |#2| |#3|) (-13 (-1119) (-10 -8 (-15 -2515 ((-112) $)) (-15 -4194 ($)) (-15 -4138 ($)) (-15 -1880 ($ (-902 |#1| |#2|) (-902 |#1| |#3|))) (-15 -3085 ((-902 |#1| |#2|) $)) (-15 -3807 ((-902 |#1| |#3|) $)))) (-1119) (-1119) (-678 |#2|)) (T -898))
-((-2515 (*1 *2 *1) (-12 (-4 *4 (-1119)) (-5 *2 (-112)) (-5 *1 (-898 *3 *4 *5)) (-4 *3 (-1119)) (-4 *5 (-678 *4)))) (-4194 (*1 *1) (-12 (-4 *3 (-1119)) (-5 *1 (-898 *2 *3 *4)) (-4 *2 (-1119)) (-4 *4 (-678 *3)))) (-4138 (*1 *1) (-12 (-4 *3 (-1119)) (-5 *1 (-898 *2 *3 *4)) (-4 *2 (-1119)) (-4 *4 (-678 *3)))) (-1880 (*1 *1 *2 *3) (-12 (-5 *2 (-902 *4 *5)) (-5 *3 (-902 *4 *6)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-678 *5)) (-5 *1 (-898 *4 *5 *6)))) (-3085 (*1 *2 *1) (-12 (-4 *4 (-1119)) (-5 *2 (-902 *3 *4)) (-5 *1 (-898 *3 *4 *5)) (-4 *3 (-1119)) (-4 *5 (-678 *4)))) (-3807 (*1 *2 *1) (-12 (-4 *4 (-1119)) (-5 *2 (-902 *3 *5)) (-5 *1 (-898 *3 *4 *5)) (-4 *3 (-1119)) (-4 *5 (-678 *4)))))
-(-13 (-1119) (-10 -8 (-15 -2515 ((-112) $)) (-15 -4194 ($)) (-15 -4138 ($)) (-15 -1880 ($ (-902 |#1| |#2|) (-902 |#1| |#3|))) (-15 -3085 ((-902 |#1| |#2|) $)) (-15 -3807 ((-902 |#1| |#3|) $))))
-((-3486 (((-112) $ $) 6)) (-1866 (((-902 |#1| $) $ (-905 |#1|) (-902 |#1| $)) 14)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)))
-(((-899 |#1|) (-141) (-1119)) (T -899))
-((-1866 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-902 *4 *1)) (-5 *3 (-905 *4)) (-4 *1 (-899 *4)) (-4 *4 (-1119)))))
-(-13 (-1119) (-10 -8 (-15 -1866 ((-902 |t#1| $) $ (-905 |t#1|) (-902 |t#1| $)))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-3796 (((-112) (-656 |#2|) |#3|) 23) (((-112) |#2| |#3|) 18)) (-2316 (((-902 |#1| |#2|) |#2| |#3|) 45 (-12 (-2658 (|has| |#2| (-1057 (-1195)))) (-2658 (|has| |#2| (-1068))))) (((-656 (-304 (-969 |#2|))) |#2| |#3|) 44 (-12 (|has| |#2| (-1068)) (-2658 (|has| |#2| (-1057 (-1195)))))) (((-656 (-304 |#2|)) |#2| |#3|) 36 (|has| |#2| (-1057 (-1195)))) (((-898 |#1| |#2| (-656 |#2|)) (-656 |#2|) |#3|) 21)))
-(((-900 |#1| |#2| |#3|) (-10 -7 (-15 -3796 ((-112) |#2| |#3|)) (-15 -3796 ((-112) (-656 |#2|) |#3|)) (-15 -2316 ((-898 |#1| |#2| (-656 |#2|)) (-656 |#2|) |#3|)) (IF (|has| |#2| (-1057 (-1195))) (-15 -2316 ((-656 (-304 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1068)) (-15 -2316 ((-656 (-304 (-969 |#2|))) |#2| |#3|)) (-15 -2316 ((-902 |#1| |#2|) |#2| |#3|))))) (-1119) (-899 |#1|) (-626 (-905 |#1|))) (T -900))
-((-2316 (*1 *2 *3 *4) (-12 (-4 *5 (-1119)) (-5 *2 (-902 *5 *3)) (-5 *1 (-900 *5 *3 *4)) (-2658 (-4 *3 (-1057 (-1195)))) (-2658 (-4 *3 (-1068))) (-4 *3 (-899 *5)) (-4 *4 (-626 (-905 *5))))) (-2316 (*1 *2 *3 *4) (-12 (-4 *5 (-1119)) (-5 *2 (-656 (-304 (-969 *3)))) (-5 *1 (-900 *5 *3 *4)) (-4 *3 (-1068)) (-2658 (-4 *3 (-1057 (-1195)))) (-4 *3 (-899 *5)) (-4 *4 (-626 (-905 *5))))) (-2316 (*1 *2 *3 *4) (-12 (-4 *5 (-1119)) (-5 *2 (-656 (-304 *3))) (-5 *1 (-900 *5 *3 *4)) (-4 *3 (-1057 (-1195))) (-4 *3 (-899 *5)) (-4 *4 (-626 (-905 *5))))) (-2316 (*1 *2 *3 *4) (-12 (-4 *5 (-1119)) (-4 *6 (-899 *5)) (-5 *2 (-898 *5 *6 (-656 *6))) (-5 *1 (-900 *5 *6 *4)) (-5 *3 (-656 *6)) (-4 *4 (-626 (-905 *5))))) (-3796 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *6)) (-4 *6 (-899 *5)) (-4 *5 (-1119)) (-5 *2 (-112)) (-5 *1 (-900 *5 *6 *4)) (-4 *4 (-626 (-905 *5))))) (-3796 (*1 *2 *3 *4) (-12 (-4 *5 (-1119)) (-5 *2 (-112)) (-5 *1 (-900 *5 *3 *4)) (-4 *3 (-899 *5)) (-4 *4 (-626 (-905 *5))))))
-(-10 -7 (-15 -3796 ((-112) |#2| |#3|)) (-15 -3796 ((-112) (-656 |#2|) |#3|)) (-15 -2316 ((-898 |#1| |#2| (-656 |#2|)) (-656 |#2|) |#3|)) (IF (|has| |#2| (-1057 (-1195))) (-15 -2316 ((-656 (-304 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1068)) (-15 -2316 ((-656 (-304 (-969 |#2|))) |#2| |#3|)) (-15 -2316 ((-902 |#1| |#2|) |#2| |#3|)))))
-((-4114 (((-902 |#1| |#3|) (-1 |#3| |#2|) (-902 |#1| |#2|)) 22)))
-(((-901 |#1| |#2| |#3|) (-10 -7 (-15 -4114 ((-902 |#1| |#3|) (-1 |#3| |#2|) (-902 |#1| |#2|)))) (-1119) (-1119) (-1119)) (T -901))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-902 *5 *6)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-902 *5 *7)) (-5 *1 (-901 *5 *6 *7)))))
-(-10 -7 (-15 -4114 ((-902 |#1| |#3|) (-1 |#3| |#2|) (-902 |#1| |#2|))))
-((-3486 (((-112) $ $) NIL)) (-1818 (($ $ $) 40)) (-2330 (((-3 (-112) "failed") $ (-905 |#1|)) 37)) (-4138 (($) 12)) (-3881 (((-1177) $) NIL)) (-2780 (($ (-905 |#1|) |#2| $) 20)) (-1448 (((-1139) $) NIL)) (-4131 (((-3 |#2| "failed") (-905 |#1|) $) 51)) (-2515 (((-112) $) 15)) (-4194 (($) 13)) (-1902 (((-656 (-2 (|:| -4298 (-1195)) (|:| -4437 |#2|))) $) 25)) (-3579 (($ (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 |#2|)))) 23)) (-3567 (((-874) $) 45)) (-1540 (((-112) $ $) NIL)) (-2565 (($ (-905 |#1|) |#2| $ |#2|) 49)) (-1921 (($ (-905 |#1|) |#2| $) 48)) (-2921 (((-112) $ $) 42)))
-(((-902 |#1| |#2|) (-13 (-1119) (-10 -8 (-15 -2515 ((-112) $)) (-15 -4194 ($)) (-15 -4138 ($)) (-15 -1818 ($ $ $)) (-15 -4131 ((-3 |#2| "failed") (-905 |#1|) $)) (-15 -1921 ($ (-905 |#1|) |#2| $)) (-15 -2780 ($ (-905 |#1|) |#2| $)) (-15 -2565 ($ (-905 |#1|) |#2| $ |#2|)) (-15 -1902 ((-656 (-2 (|:| -4298 (-1195)) (|:| -4437 |#2|))) $)) (-15 -3579 ($ (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 |#2|))))) (-15 -2330 ((-3 (-112) "failed") $ (-905 |#1|))))) (-1119) (-1119)) (T -902))
-((-2515 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-902 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119)))) (-4194 (*1 *1) (-12 (-5 *1 (-902 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119)))) (-4138 (*1 *1) (-12 (-5 *1 (-902 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119)))) (-1818 (*1 *1 *1 *1) (-12 (-5 *1 (-902 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119)))) (-4131 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-905 *4)) (-4 *4 (-1119)) (-4 *2 (-1119)) (-5 *1 (-902 *4 *2)))) (-1921 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-905 *4)) (-4 *4 (-1119)) (-5 *1 (-902 *4 *3)) (-4 *3 (-1119)))) (-2780 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-905 *4)) (-4 *4 (-1119)) (-5 *1 (-902 *4 *3)) (-4 *3 (-1119)))) (-2565 (*1 *1 *2 *3 *1 *3) (-12 (-5 *2 (-905 *4)) (-4 *4 (-1119)) (-5 *1 (-902 *4 *3)) (-4 *3 (-1119)))) (-1902 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 *4)))) (-5 *1 (-902 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119)))) (-3579 (*1 *1 *2) (-12 (-5 *2 (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 *4)))) (-4 *4 (-1119)) (-5 *1 (-902 *3 *4)) (-4 *3 (-1119)))) (-2330 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-905 *4)) (-4 *4 (-1119)) (-5 *2 (-112)) (-5 *1 (-902 *4 *5)) (-4 *5 (-1119)))))
-(-13 (-1119) (-10 -8 (-15 -2515 ((-112) $)) (-15 -4194 ($)) (-15 -4138 ($)) (-15 -1818 ($ $ $)) (-15 -4131 ((-3 |#2| "failed") (-905 |#1|) $)) (-15 -1921 ($ (-905 |#1|) |#2| $)) (-15 -2780 ($ (-905 |#1|) |#2| $)) (-15 -2565 ($ (-905 |#1|) |#2| $ |#2|)) (-15 -1902 ((-656 (-2 (|:| -4298 (-1195)) (|:| -4437 |#2|))) $)) (-15 -3579 ($ (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 |#2|))))) (-15 -2330 ((-3 (-112) "failed") $ (-905 |#1|)))))
-((-2927 (((-905 |#1|) (-905 |#1|) (-656 (-1195)) (-1 (-112) (-656 |#2|))) 32) (((-905 |#1|) (-905 |#1|) (-656 (-1 (-112) |#2|))) 46) (((-905 |#1|) (-905 |#1|) (-1 (-112) |#2|)) 35)) (-2330 (((-112) (-656 |#2|) (-905 |#1|)) 42) (((-112) |#2| (-905 |#1|)) 36)) (-1994 (((-1 (-112) |#2|) (-905 |#1|)) 16)) (-3447 (((-656 |#2|) (-905 |#1|)) 24)) (-2634 (((-905 |#1|) (-905 |#1|) |#2|) 20)))
-(((-903 |#1| |#2|) (-10 -7 (-15 -2927 ((-905 |#1|) (-905 |#1|) (-1 (-112) |#2|))) (-15 -2927 ((-905 |#1|) (-905 |#1|) (-656 (-1 (-112) |#2|)))) (-15 -2927 ((-905 |#1|) (-905 |#1|) (-656 (-1195)) (-1 (-112) (-656 |#2|)))) (-15 -1994 ((-1 (-112) |#2|) (-905 |#1|))) (-15 -2330 ((-112) |#2| (-905 |#1|))) (-15 -2330 ((-112) (-656 |#2|) (-905 |#1|))) (-15 -2634 ((-905 |#1|) (-905 |#1|) |#2|)) (-15 -3447 ((-656 |#2|) (-905 |#1|)))) (-1119) (-1236)) (T -903))
-((-3447 (*1 *2 *3) (-12 (-5 *3 (-905 *4)) (-4 *4 (-1119)) (-5 *2 (-656 *5)) (-5 *1 (-903 *4 *5)) (-4 *5 (-1236)))) (-2634 (*1 *2 *2 *3) (-12 (-5 *2 (-905 *4)) (-4 *4 (-1119)) (-5 *1 (-903 *4 *3)) (-4 *3 (-1236)))) (-2330 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *6)) (-5 *4 (-905 *5)) (-4 *5 (-1119)) (-4 *6 (-1236)) (-5 *2 (-112)) (-5 *1 (-903 *5 *6)))) (-2330 (*1 *2 *3 *4) (-12 (-5 *4 (-905 *5)) (-4 *5 (-1119)) (-5 *2 (-112)) (-5 *1 (-903 *5 *3)) (-4 *3 (-1236)))) (-1994 (*1 *2 *3) (-12 (-5 *3 (-905 *4)) (-4 *4 (-1119)) (-5 *2 (-1 (-112) *5)) (-5 *1 (-903 *4 *5)) (-4 *5 (-1236)))) (-2927 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-905 *5)) (-5 *3 (-656 (-1195))) (-5 *4 (-1 (-112) (-656 *6))) (-4 *5 (-1119)) (-4 *6 (-1236)) (-5 *1 (-903 *5 *6)))) (-2927 (*1 *2 *2 *3) (-12 (-5 *2 (-905 *4)) (-5 *3 (-656 (-1 (-112) *5))) (-4 *4 (-1119)) (-4 *5 (-1236)) (-5 *1 (-903 *4 *5)))) (-2927 (*1 *2 *2 *3) (-12 (-5 *2 (-905 *4)) (-5 *3 (-1 (-112) *5)) (-4 *4 (-1119)) (-4 *5 (-1236)) (-5 *1 (-903 *4 *5)))))
-(-10 -7 (-15 -2927 ((-905 |#1|) (-905 |#1|) (-1 (-112) |#2|))) (-15 -2927 ((-905 |#1|) (-905 |#1|) (-656 (-1 (-112) |#2|)))) (-15 -2927 ((-905 |#1|) (-905 |#1|) (-656 (-1195)) (-1 (-112) (-656 |#2|)))) (-15 -1994 ((-1 (-112) |#2|) (-905 |#1|))) (-15 -2330 ((-112) |#2| (-905 |#1|))) (-15 -2330 ((-112) (-656 |#2|) (-905 |#1|))) (-15 -2634 ((-905 |#1|) (-905 |#1|) |#2|)) (-15 -3447 ((-656 |#2|) (-905 |#1|))))
-((-4114 (((-905 |#2|) (-1 |#2| |#1|) (-905 |#1|)) 19)))
-(((-904 |#1| |#2|) (-10 -7 (-15 -4114 ((-905 |#2|) (-1 |#2| |#1|) (-905 |#1|)))) (-1119) (-1119)) (T -904))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-905 *5)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-5 *2 (-905 *6)) (-5 *1 (-904 *5 *6)))))
-(-10 -7 (-15 -4114 ((-905 |#2|) (-1 |#2| |#1|) (-905 |#1|))))
-((-3486 (((-112) $ $) NIL)) (-4028 (($ $ (-656 (-52))) 74)) (-1960 (((-656 $) $) 139)) (-3192 (((-2 (|:| |var| (-656 (-1195))) (|:| |pred| (-52))) $) 30)) (-2564 (((-112) $) 35)) (-1517 (($ $ (-656 (-1195)) (-52)) 31)) (-3703 (($ $ (-656 (-52))) 73)) (-1570 (((-3 |#1| "failed") $) 71) (((-3 (-1195) "failed") $) 164)) (-2857 ((|#1| $) 68) (((-1195) $) NIL)) (-3089 (($ $) 126)) (-2392 (((-112) $) 55)) (-2782 (((-656 (-52)) $) 50)) (-2894 (($ (-1195) (-112) (-112) (-112)) 75)) (-3158 (((-3 (-656 $) "failed") (-656 $)) 82)) (-4102 (((-112) $) 58)) (-2102 (((-112) $) 57)) (-3881 (((-1177) $) NIL)) (-2692 (((-3 (-656 $) "failed") $) 41)) (-2269 (((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $) 48)) (-3716 (((-3 (-2 (|:| |val| $) (|:| -2125 $)) "failed") $) 97)) (-3656 (((-3 (-656 $) "failed") $) 40)) (-1454 (((-3 (-656 $) "failed") $ (-115)) 124) (((-3 (-2 (|:| -1755 (-115)) (|:| |arg| (-656 $))) "failed") $) 107)) (-1348 (((-3 (-656 $) "failed") $) 42)) (-2244 (((-3 (-2 (|:| |val| $) (|:| -2125 (-783))) "failed") $) 45)) (-3502 (((-112) $) 34)) (-1448 (((-1139) $) NIL)) (-2611 (((-112) $) 28)) (-3709 (((-112) $) 52)) (-1894 (((-656 (-52)) $) 130)) (-4258 (((-112) $) 56)) (-2794 (($ (-115) (-656 $)) 104)) (-1885 (((-783) $) 33)) (-1868 (($ $) 72)) (-4169 (($ (-656 $)) 69)) (-2294 (((-112) $) 32)) (-3567 (((-874) $) 63) (($ |#1|) 23) (($ (-1195)) 76)) (-1540 (((-112) $ $) NIL)) (-2634 (($ $ (-52)) 129)) (-2716 (($) 103 T CONST)) (-2727 (($) 83 T CONST)) (-2921 (((-112) $ $) 93)) (-3054 (($ $ $) 117)) (-3027 (($ $ $) 121)) (** (($ $ (-783)) 115) (($ $ $) 64)) (* (($ $ $) 122)))
-(((-905 |#1|) (-13 (-1119) (-1057 |#1|) (-1057 (-1195)) (-10 -8 (-15 0 ($) -1478) (-15 1 ($) -1478) (-15 -3656 ((-3 (-656 $) "failed") $)) (-15 -2692 ((-3 (-656 $) "failed") $)) (-15 -1454 ((-3 (-656 $) "failed") $ (-115))) (-15 -1454 ((-3 (-2 (|:| -1755 (-115)) (|:| |arg| (-656 $))) "failed") $)) (-15 -2244 ((-3 (-2 (|:| |val| $) (|:| -2125 (-783))) "failed") $)) (-15 -2269 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -1348 ((-3 (-656 $) "failed") $)) (-15 -3716 ((-3 (-2 (|:| |val| $) (|:| -2125 $)) "failed") $)) (-15 -2794 ($ (-115) (-656 $))) (-15 -3027 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-783))) (-15 ** ($ $ $)) (-15 -3054 ($ $ $)) (-15 -1885 ((-783) $)) (-15 -4169 ($ (-656 $))) (-15 -1868 ($ $)) (-15 -3502 ((-112) $)) (-15 -2392 ((-112) $)) (-15 -2564 ((-112) $)) (-15 -2294 ((-112) $)) (-15 -4258 ((-112) $)) (-15 -2102 ((-112) $)) (-15 -4102 ((-112) $)) (-15 -3709 ((-112) $)) (-15 -2782 ((-656 (-52)) $)) (-15 -3703 ($ $ (-656 (-52)))) (-15 -4028 ($ $ (-656 (-52)))) (-15 -2894 ($ (-1195) (-112) (-112) (-112))) (-15 -1517 ($ $ (-656 (-1195)) (-52))) (-15 -3192 ((-2 (|:| |var| (-656 (-1195))) (|:| |pred| (-52))) $)) (-15 -2611 ((-112) $)) (-15 -3089 ($ $)) (-15 -2634 ($ $ (-52))) (-15 -1894 ((-656 (-52)) $)) (-15 -1960 ((-656 $) $)) (-15 -3158 ((-3 (-656 $) "failed") (-656 $))))) (-1119)) (T -905))
-((-2716 (*1 *1) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1119)))) (-2727 (*1 *1) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1119)))) (-3656 (*1 *2 *1) (|partial| -12 (-5 *2 (-656 (-905 *3))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-2692 (*1 *2 *1) (|partial| -12 (-5 *2 (-656 (-905 *3))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-1454 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-115)) (-5 *2 (-656 (-905 *4))) (-5 *1 (-905 *4)) (-4 *4 (-1119)))) (-1454 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| -1755 (-115)) (|:| |arg| (-656 (-905 *3))))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-2244 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-905 *3)) (|:| -2125 (-783)))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-2269 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |num| (-905 *3)) (|:| |den| (-905 *3)))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-1348 (*1 *2 *1) (|partial| -12 (-5 *2 (-656 (-905 *3))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-3716 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-905 *3)) (|:| -2125 (-905 *3)))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-2794 (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-656 (-905 *4))) (-5 *1 (-905 *4)) (-4 *4 (-1119)))) (-3027 (*1 *1 *1 *1) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1119)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1119)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (** (*1 *1 *1 *1) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1119)))) (-3054 (*1 *1 *1 *1) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1119)))) (-1885 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-4169 (*1 *1 *2) (-12 (-5 *2 (-656 (-905 *3))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-1868 (*1 *1 *1) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1119)))) (-3502 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-2392 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-2564 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-2294 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-4258 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-2102 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-4102 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-3709 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-2782 (*1 *2 *1) (-12 (-5 *2 (-656 (-52))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-3703 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-52))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-4028 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-52))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-2894 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-112)) (-5 *1 (-905 *4)) (-4 *4 (-1119)))) (-1517 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-1195))) (-5 *3 (-52)) (-5 *1 (-905 *4)) (-4 *4 (-1119)))) (-3192 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |var| (-656 (-1195))) (|:| |pred| (-52)))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-2611 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-3089 (*1 *1 *1) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1119)))) (-2634 (*1 *1 *1 *2) (-12 (-5 *2 (-52)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-1894 (*1 *2 *1) (-12 (-5 *2 (-656 (-52))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-1960 (*1 *2 *1) (-12 (-5 *2 (-656 (-905 *3))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))) (-3158 (*1 *2 *2) (|partial| -12 (-5 *2 (-656 (-905 *3))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))))
-(-13 (-1119) (-1057 |#1|) (-1057 (-1195)) (-10 -8 (-15 (-2716) ($) -1478) (-15 (-2727) ($) -1478) (-15 -3656 ((-3 (-656 $) "failed") $)) (-15 -2692 ((-3 (-656 $) "failed") $)) (-15 -1454 ((-3 (-656 $) "failed") $ (-115))) (-15 -1454 ((-3 (-2 (|:| -1755 (-115)) (|:| |arg| (-656 $))) "failed") $)) (-15 -2244 ((-3 (-2 (|:| |val| $) (|:| -2125 (-783))) "failed") $)) (-15 -2269 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -1348 ((-3 (-656 $) "failed") $)) (-15 -3716 ((-3 (-2 (|:| |val| $) (|:| -2125 $)) "failed") $)) (-15 -2794 ($ (-115) (-656 $))) (-15 -3027 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-783))) (-15 ** ($ $ $)) (-15 -3054 ($ $ $)) (-15 -1885 ((-783) $)) (-15 -4169 ($ (-656 $))) (-15 -1868 ($ $)) (-15 -3502 ((-112) $)) (-15 -2392 ((-112) $)) (-15 -2564 ((-112) $)) (-15 -2294 ((-112) $)) (-15 -4258 ((-112) $)) (-15 -2102 ((-112) $)) (-15 -4102 ((-112) $)) (-15 -3709 ((-112) $)) (-15 -2782 ((-656 (-52)) $)) (-15 -3703 ($ $ (-656 (-52)))) (-15 -4028 ($ $ (-656 (-52)))) (-15 -2894 ($ (-1195) (-112) (-112) (-112))) (-15 -1517 ($ $ (-656 (-1195)) (-52))) (-15 -3192 ((-2 (|:| |var| (-656 (-1195))) (|:| |pred| (-52))) $)) (-15 -2611 ((-112) $)) (-15 -3089 ($ $)) (-15 -2634 ($ $ (-52))) (-15 -1894 ((-656 (-52)) $)) (-15 -1960 ((-656 $) $)) (-15 -3158 ((-3 (-656 $) "failed") (-656 $)))))
-((-3486 (((-112) $ $) NIL)) (-3444 (((-656 |#1|) $) 19)) (-2562 (((-112) $) 49)) (-1570 (((-3 (-684 |#1|) "failed") $) 56)) (-2857 (((-684 |#1|) $) 54)) (-3590 (($ $) 23)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-2432 (((-783) $) 61)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3578 (((-684 |#1|) $) 21)) (-3567 (((-874) $) 47) (($ (-684 |#1|)) 26) (((-831 |#1|) $) 36) (($ |#1|) 25)) (-1540 (((-112) $ $) NIL)) (-2727 (($) 9 T CONST)) (-2776 (((-656 (-684 |#1|)) $) 28)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 12)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 67)))
-(((-906 |#1|) (-13 (-862) (-1057 (-684 |#1|)) (-10 -8 (-15 1 ($) -1478) (-15 -3567 ((-831 |#1|) $)) (-15 -3567 ($ |#1|)) (-15 -3578 ((-684 |#1|) $)) (-15 -2432 ((-783) $)) (-15 -2776 ((-656 (-684 |#1|)) $)) (-15 -3590 ($ $)) (-15 -2562 ((-112) $)) (-15 -3444 ((-656 |#1|) $)))) (-862)) (T -906))
-((-2727 (*1 *1) (-12 (-5 *1 (-906 *2)) (-4 *2 (-862)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-831 *3)) (-5 *1 (-906 *3)) (-4 *3 (-862)))) (-3567 (*1 *1 *2) (-12 (-5 *1 (-906 *2)) (-4 *2 (-862)))) (-3578 (*1 *2 *1) (-12 (-5 *2 (-684 *3)) (-5 *1 (-906 *3)) (-4 *3 (-862)))) (-2432 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-906 *3)) (-4 *3 (-862)))) (-2776 (*1 *2 *1) (-12 (-5 *2 (-656 (-684 *3))) (-5 *1 (-906 *3)) (-4 *3 (-862)))) (-3590 (*1 *1 *1) (-12 (-5 *1 (-906 *2)) (-4 *2 (-862)))) (-2562 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-906 *3)) (-4 *3 (-862)))) (-3444 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-906 *3)) (-4 *3 (-862)))))
-(-13 (-862) (-1057 (-684 |#1|)) (-10 -8 (-15 (-2727) ($) -1478) (-15 -3567 ((-831 |#1|) $)) (-15 -3567 ($ |#1|)) (-15 -3578 ((-684 |#1|) $)) (-15 -2432 ((-783) $)) (-15 -2776 ((-656 (-684 |#1|)) $)) (-15 -3590 ($ $)) (-15 -2562 ((-112) $)) (-15 -3444 ((-656 |#1|) $))))
-((-3021 ((|#1| |#1| |#1|) 19)))
-(((-907 |#1| |#2|) (-10 -7 (-15 -3021 (|#1| |#1| |#1|))) (-1262 |#2|) (-1068)) (T -907))
-((-3021 (*1 *2 *2 *2) (-12 (-4 *3 (-1068)) (-5 *1 (-907 *2 *3)) (-4 *2 (-1262 *3)))))
-(-10 -7 (-15 -3021 (|#1| |#1| |#1|)))
-((-2014 ((|#2| $ |#3|) 10)))
-(((-908 |#1| |#2| |#3|) (-10 -8 (-15 -2014 (|#2| |#1| |#3|))) (-909 |#2| |#3|) (-1236) (-1236)) (T -908))
-NIL
-(-10 -8 (-15 -2014 (|#2| |#1| |#3|)))
-((-2770 ((|#1| $ |#2|) 7)) (-2014 ((|#1| $ |#2|) 6)))
-(((-909 |#1| |#2|) (-141) (-1236) (-1236)) (T -909))
-((-2770 (*1 *2 *1 *3) (-12 (-4 *1 (-909 *2 *3)) (-4 *3 (-1236)) (-4 *2 (-1236)))) (-2014 (*1 *2 *1 *3) (-12 (-4 *1 (-909 *2 *3)) (-4 *3 (-1236)) (-4 *2 (-1236)))))
-(-13 (-1236) (-10 -8 (-15 -2770 (|t#1| $ |t#2|)) (-15 -2014 (|t#1| $ |t#2|))))
-(((-1236) . T))
-((-3486 (((-112) $ $) 6)) (-2938 (((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227)))) 15)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-4009 (((-1054) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227)))) 14)) (-2921 (((-112) $ $) 7)))
-(((-910) (-141)) (T -910))
-((-2938 (*1 *2 *3 *4) (-12 (-4 *1 (-910)) (-5 *3 (-1082)) (-5 *4 (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227)))) (-5 *2 (-2 (|:| -2938 (-390)) (|:| |explanations| (-1177)))))) (-4009 (*1 *2 *3) (-12 (-4 *1 (-910)) (-5 *3 (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227)))) (-5 *2 (-1054)))))
-(-13 (-1119) (-10 -7 (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))) (-1082) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227))))) (-15 -4009 ((-1054) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227)))))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-2357 ((|#1| |#1| (-783)) 27)) (-2991 (((-3 |#1| "failed") |#1| |#1|) 24)) (-3510 (((-3 (-2 (|:| -4237 |#1|) (|:| -4247 |#1|)) "failed") |#1| (-783) (-783)) 30) (((-656 |#1|) |#1|) 38)))
-(((-911 |#1| |#2|) (-10 -7 (-15 -3510 ((-656 |#1|) |#1|)) (-15 -3510 ((-3 (-2 (|:| -4237 |#1|) (|:| -4247 |#1|)) "failed") |#1| (-783) (-783))) (-15 -2991 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2357 (|#1| |#1| (-783)))) (-1262 |#2|) (-374)) (T -911))
-((-2357 (*1 *2 *2 *3) (-12 (-5 *3 (-783)) (-4 *4 (-374)) (-5 *1 (-911 *2 *4)) (-4 *2 (-1262 *4)))) (-2991 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-374)) (-5 *1 (-911 *2 *3)) (-4 *2 (-1262 *3)))) (-3510 (*1 *2 *3 *4 *4) (|partial| -12 (-5 *4 (-783)) (-4 *5 (-374)) (-5 *2 (-2 (|:| -4237 *3) (|:| -4247 *3))) (-5 *1 (-911 *3 *5)) (-4 *3 (-1262 *5)))) (-3510 (*1 *2 *3) (-12 (-4 *4 (-374)) (-5 *2 (-656 *3)) (-5 *1 (-911 *3 *4)) (-4 *3 (-1262 *4)))))
-(-10 -7 (-15 -3510 ((-656 |#1|) |#1|)) (-15 -3510 ((-3 (-2 (|:| -4237 |#1|) (|:| -4247 |#1|)) "failed") |#1| (-783) (-783))) (-15 -2991 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2357 (|#1| |#1| (-783))))
-((-3554 (((-1054) (-390) (-390) (-390) (-390) (-783) (-783) (-656 (-326 (-390))) (-656 (-656 (-326 (-390)))) (-1177)) 104) (((-1054) (-390) (-390) (-390) (-390) (-783) (-783) (-656 (-326 (-390))) (-656 (-656 (-326 (-390)))) (-1177) (-227)) 100) (((-1054) (-913) (-1082)) 92) (((-1054) (-913)) 93)) (-2938 (((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-913) (-1082)) 62) (((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-913)) 64)))
-(((-912) (-10 -7 (-15 -3554 ((-1054) (-913))) (-15 -3554 ((-1054) (-913) (-1082))) (-15 -3554 ((-1054) (-390) (-390) (-390) (-390) (-783) (-783) (-656 (-326 (-390))) (-656 (-656 (-326 (-390)))) (-1177) (-227))) (-15 -3554 ((-1054) (-390) (-390) (-390) (-390) (-783) (-783) (-656 (-326 (-390))) (-656 (-656 (-326 (-390)))) (-1177))) (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-913))) (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-913) (-1082))))) (T -912))
-((-2938 (*1 *2 *3 *4) (-12 (-5 *3 (-913)) (-5 *4 (-1082)) (-5 *2 (-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))))) (-5 *1 (-912)))) (-2938 (*1 *2 *3) (-12 (-5 *3 (-913)) (-5 *2 (-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177))))) (-5 *1 (-912)))) (-3554 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7) (-12 (-5 *4 (-783)) (-5 *6 (-656 (-656 (-326 *3)))) (-5 *7 (-1177)) (-5 *5 (-656 (-326 (-390)))) (-5 *3 (-390)) (-5 *2 (-1054)) (-5 *1 (-912)))) (-3554 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8) (-12 (-5 *4 (-783)) (-5 *6 (-656 (-656 (-326 *3)))) (-5 *7 (-1177)) (-5 *8 (-227)) (-5 *5 (-656 (-326 (-390)))) (-5 *3 (-390)) (-5 *2 (-1054)) (-5 *1 (-912)))) (-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-913)) (-5 *4 (-1082)) (-5 *2 (-1054)) (-5 *1 (-912)))) (-3554 (*1 *2 *3) (-12 (-5 *3 (-913)) (-5 *2 (-1054)) (-5 *1 (-912)))))
-(-10 -7 (-15 -3554 ((-1054) (-913))) (-15 -3554 ((-1054) (-913) (-1082))) (-15 -3554 ((-1054) (-390) (-390) (-390) (-390) (-783) (-783) (-656 (-326 (-390))) (-656 (-656 (-326 (-390)))) (-1177) (-227))) (-15 -3554 ((-1054) (-390) (-390) (-390) (-390) (-783) (-783) (-656 (-326 (-390))) (-656 (-656 (-326 (-390)))) (-1177))) (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-913))) (-15 -2938 ((-2 (|:| -2938 (-390)) (|:| -2624 (-1177)) (|:| |explanations| (-656 (-1177)))) (-913) (-1082))))
-((-3486 (((-112) $ $) NIL)) (-2857 (((-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227))) $) 19)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 21) (($ (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227)))) 18)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-913) (-13 (-1119) (-10 -8 (-15 -3567 ($ (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227))))) (-15 -2857 ((-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227))) $))))) (T -913))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227)))) (-5 *1 (-913)))) (-2857 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227)))) (-5 *1 (-913)))))
-(-13 (-1119) (-10 -8 (-15 -3567 ($ (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227))))) (-15 -2857 ((-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177)) (|:| |tol| (-227))) $))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-2770 (($ $ (-656 |#2|) (-656 (-783))) 39) (($ $ |#2| (-783)) 38) (($ $ (-656 |#2|)) 37) (($ $ |#2|) 35)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2014 (($ $ (-656 |#2|) (-656 (-783))) 42) (($ $ |#2| (-783)) 41) (($ $ (-656 |#2|)) 40) (($ $ |#2|) 36)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
-(((-914 |#1| |#2|) (-141) (-1068) (-1119)) (T -914))
-NIL
-(-13 (-111 |t#1| |t#1|) (-917 |t#2|) (-10 -7 (IF (|has| |t#1| (-174)) (-6 (-729 |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) |has| |#1| (-174)) ((-729 |#1|) |has| |#1| (-174)) ((-909 $ |#2|) . T) ((-917 |#2|) . T) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-3612 (((-112) $) 35)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-2770 (($ $ (-656 |#1|) (-656 (-783))) 44) (($ $ |#1| (-783)) 43) (($ $ (-656 |#1|)) 42) (($ $ |#1|) 40)) (-3567 (((-874) $) 12) (($ (-576)) 33)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-656 |#1|) (-656 (-783))) 47) (($ $ |#1| (-783)) 46) (($ $ (-656 |#1|)) 45) (($ $ |#1|) 41)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
-(((-915 |#1|) (-141) (-1119)) (T -915))
-NIL
-(-13 (-1068) (-917 |t#1|))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-909 $ |#1|) . T) ((-917 |#1|) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-2770 (($ $ |#2|) NIL) (($ $ (-656 |#2|)) 10) (($ $ |#2| (-783)) 12) (($ $ (-656 |#2|) (-656 (-783))) 15)) (-2014 (($ $ |#2|) 16) (($ $ (-656 |#2|)) 18) (($ $ |#2| (-783)) 19) (($ $ (-656 |#2|) (-656 (-783))) 21)))
-(((-916 |#1| |#2|) (-10 -8 (-15 -2014 (|#1| |#1| (-656 |#2|) (-656 (-783)))) (-15 -2014 (|#1| |#1| |#2| (-783))) (-15 -2014 (|#1| |#1| (-656 |#2|))) (-15 -2770 (|#1| |#1| (-656 |#2|) (-656 (-783)))) (-15 -2770 (|#1| |#1| |#2| (-783))) (-15 -2770 (|#1| |#1| (-656 |#2|))) (-15 -2014 (|#1| |#1| |#2|)) (-15 -2770 (|#1| |#1| |#2|))) (-917 |#2|) (-1119)) (T -916))
-NIL
-(-10 -8 (-15 -2014 (|#1| |#1| (-656 |#2|) (-656 (-783)))) (-15 -2014 (|#1| |#1| |#2| (-783))) (-15 -2014 (|#1| |#1| (-656 |#2|))) (-15 -2770 (|#1| |#1| (-656 |#2|) (-656 (-783)))) (-15 -2770 (|#1| |#1| |#2| (-783))) (-15 -2770 (|#1| |#1| (-656 |#2|))) (-15 -2014 (|#1| |#1| |#2|)) (-15 -2770 (|#1| |#1| |#2|)))
-((-2770 (($ $ |#1|) 7) (($ $ (-656 |#1|)) 15) (($ $ |#1| (-783)) 14) (($ $ (-656 |#1|) (-656 (-783))) 13)) (-2014 (($ $ |#1|) 6) (($ $ (-656 |#1|)) 12) (($ $ |#1| (-783)) 11) (($ $ (-656 |#1|) (-656 (-783))) 10)))
-(((-917 |#1|) (-141) (-1119)) (T -917))
-((-2770 (*1 *1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *1 (-917 *3)) (-4 *3 (-1119)))) (-2770 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-917 *2)) (-4 *2 (-1119)))) (-2770 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *4)) (-5 *3 (-656 (-783))) (-4 *1 (-917 *4)) (-4 *4 (-1119)))) (-2014 (*1 *1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *1 (-917 *3)) (-4 *3 (-1119)))) (-2014 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-917 *2)) (-4 *2 (-1119)))) (-2014 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *4)) (-5 *3 (-656 (-783))) (-4 *1 (-917 *4)) (-4 *4 (-1119)))))
-(-13 (-909 $ |t#1|) (-10 -8 (-15 -2770 ($ $ (-656 |t#1|))) (-15 -2770 ($ $ |t#1| (-783))) (-15 -2770 ($ $ (-656 |t#1|) (-656 (-783)))) (-15 -2014 ($ $ (-656 |t#1|))) (-15 -2014 ($ $ |t#1| (-783))) (-15 -2014 ($ $ (-656 |t#1|) (-656 (-783))))))
-(((-909 $ |#1|) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3103 ((|#1| $) 26)) (-3733 (((-112) $ (-783)) NIL)) (-1762 ((|#1| $ |#1|) NIL (|has| $ (-6 -4463)))) (-2621 (($ $ $) NIL (|has| $ (-6 -4463)))) (-3016 (($ $ $) NIL (|has| $ (-6 -4463)))) (-3753 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4463))) (($ $ "left" $) NIL (|has| $ (-6 -4463))) (($ $ "right" $) NIL (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) NIL (|has| $ (-6 -4463)))) (-2135 (($) NIL T CONST)) (-4247 (($ $) 25)) (-1649 (($ |#1|) 12) (($ $ $) 17)) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) NIL)) (-2679 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-4237 (($ $) 23)) (-2348 (((-656 |#1|) $) NIL)) (-2326 (((-112) $) 20)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-3273 (((-576) $ $) NIL)) (-2635 (((-112) $) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) NIL)) (-3567 (((-1222 |#1|) $) 9) (((-874) $) 29 (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) NIL)) (-1434 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 21 (|has| |#1| (-102)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-918 |#1|) (-13 (-120 |#1|) (-625 (-1222 |#1|)) (-10 -8 (-15 -1649 ($ |#1|)) (-15 -1649 ($ $ $)))) (-1119)) (T -918))
-((-1649 (*1 *1 *2) (-12 (-5 *1 (-918 *2)) (-4 *2 (-1119)))) (-1649 (*1 *1 *1 *1) (-12 (-5 *1 (-918 *2)) (-4 *2 (-1119)))))
-(-13 (-120 |#1|) (-625 (-1222 |#1|)) (-10 -8 (-15 -1649 ($ |#1|)) (-15 -1649 ($ $ $))))
-((-2118 ((|#2| (-1161 |#1| |#2|)) 48)))
-(((-919 |#1| |#2|) (-10 -7 (-15 -2118 (|#2| (-1161 |#1| |#2|)))) (-938) (-13 (-1068) (-10 -7 (-6 (-4464 "*"))))) (T -919))
-((-2118 (*1 *2 *3) (-12 (-5 *3 (-1161 *4 *2)) (-14 *4 (-938)) (-4 *2 (-13 (-1068) (-10 -7 (-6 (-4464 "*"))))) (-5 *1 (-919 *4 *2)))))
-(-10 -7 (-15 -2118 (|#2| (-1161 |#1| |#2|))))
-((-3486 (((-112) $ $) 6)) (-4383 (((-1121 |#1|) $) 35)) (-2135 (($) 19 T CONST)) (-2251 (((-3 $ "failed") $) 16)) (-2582 (((-1121 |#1|) $ |#1|) 34)) (-3612 (((-112) $) 18)) (-3123 (($ $ $) 32 (-2755 (|has| |#1| (-862)) (|has| |#1| (-379))))) (-2352 (($ $ $) 31 (-2755 (|has| |#1| (-862)) (|has| |#1| (-379))))) (-3881 (((-1177) $) 10)) (-2045 (($ $) 25)) (-1448 (((-1139) $) 11)) (-2794 ((|#1| $ |#1|) 38)) (-2412 (($ (-656 (-656 |#1|))) 36)) (-2953 (($ (-656 |#1|)) 37)) (-2949 (($ $ $) 22)) (-3636 (($ $ $) 21)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2727 (($) 20 T CONST)) (-2989 (((-112) $ $) 29 (-2755 (|has| |#1| (-862)) (|has| |#1| (-379))))) (-2960 (((-112) $ $) 28 (-2755 (|has| |#1| (-862)) (|has| |#1| (-379))))) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 30 (-2755 (|has| |#1| (-862)) (|has| |#1| (-379))))) (-2946 (((-112) $ $) 33)) (-3054 (($ $ $) 24)) (** (($ $ (-938)) 14) (($ $ (-783)) 17) (($ $ (-576)) 23)) (* (($ $ $) 15)))
-(((-920 |#1|) (-141) (-1119)) (T -920))
-((-2953 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-4 *1 (-920 *3)))) (-2412 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1119)) (-4 *1 (-920 *3)))) (-4383 (*1 *2 *1) (-12 (-4 *1 (-920 *3)) (-4 *3 (-1119)) (-5 *2 (-1121 *3)))) (-2582 (*1 *2 *1 *3) (-12 (-4 *1 (-920 *3)) (-4 *3 (-1119)) (-5 *2 (-1121 *3)))) (-2946 (*1 *2 *1 *1) (-12 (-4 *1 (-920 *3)) (-4 *3 (-1119)) (-5 *2 (-112)))))
-(-13 (-485) (-296 |t#1| |t#1|) (-10 -8 (-15 -2953 ($ (-656 |t#1|))) (-15 -2412 ($ (-656 (-656 |t#1|)))) (-15 -4383 ((-1121 |t#1|) $)) (-15 -2582 ((-1121 |t#1|) $ |t#1|)) (-15 -2946 ((-112) $ $)) (IF (|has| |t#1| (-862)) (-6 (-862)) |%noBranch|) (IF (|has| |t#1| (-379)) (-6 (-862)) |%noBranch|)))
-(((-102) . T) ((-625 (-874)) . T) ((-296 |#1| |#1|) . T) ((-485) . T) ((-738) . T) ((-862) -2755 (|has| |#1| (-862)) (|has| |#1| (-379))) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1823 (((-656 (-656 (-783))) $) 160)) (-3269 (((-656 (-783)) (-922 |#1|) $) 188)) (-2659 (((-656 (-783)) (-922 |#1|) $) 189)) (-4383 (((-1121 |#1|) $) 152)) (-1666 (((-656 (-922 |#1|)) $) 149)) (-1834 (((-922 |#1|) $ (-576)) 154) (((-922 |#1|) $) 155)) (-2366 (($ (-656 (-922 |#1|))) 162)) (-1991 (((-783) $) 156)) (-4012 (((-1121 (-1121 |#1|)) $) 186)) (-2582 (((-1121 |#1|) $ |#1|) 177) (((-1121 (-1121 |#1|)) $ (-1121 |#1|)) 197) (((-1121 (-656 |#1|)) $ (-656 |#1|)) 200)) (-3239 (((-112) (-922 |#1|) $) 137)) (-3881 (((-1177) $) NIL)) (-1489 (((-1291) $) 142) (((-1291) $ (-576) (-576)) 201)) (-1448 (((-1139) $) NIL)) (-3840 (((-656 (-922 |#1|)) $) 143)) (-2794 (((-922 |#1|) $ (-783)) 150)) (-1967 (((-783) $) 157)) (-3567 (((-874) $) 174) (((-656 (-922 |#1|)) $) 28) (($ (-656 (-922 |#1|))) 161)) (-1540 (((-112) $ $) NIL)) (-3513 (((-656 |#1|) $) 159)) (-2921 (((-112) $ $) 194)) (-2975 (((-112) $ $) 192)) (-2946 (((-112) $ $) 191)))
-(((-921 |#1|) (-13 (-1119) (-10 -8 (-15 -3567 ((-656 (-922 |#1|)) $)) (-15 -3840 ((-656 (-922 |#1|)) $)) (-15 -2794 ((-922 |#1|) $ (-783))) (-15 -1834 ((-922 |#1|) $ (-576))) (-15 -1834 ((-922 |#1|) $)) (-15 -1991 ((-783) $)) (-15 -1967 ((-783) $)) (-15 -3513 ((-656 |#1|) $)) (-15 -1666 ((-656 (-922 |#1|)) $)) (-15 -1823 ((-656 (-656 (-783))) $)) (-15 -3567 ($ (-656 (-922 |#1|)))) (-15 -2366 ($ (-656 (-922 |#1|)))) (-15 -2582 ((-1121 |#1|) $ |#1|)) (-15 -4012 ((-1121 (-1121 |#1|)) $)) (-15 -2582 ((-1121 (-1121 |#1|)) $ (-1121 |#1|))) (-15 -2582 ((-1121 (-656 |#1|)) $ (-656 |#1|))) (-15 -3239 ((-112) (-922 |#1|) $)) (-15 -3269 ((-656 (-783)) (-922 |#1|) $)) (-15 -2659 ((-656 (-783)) (-922 |#1|) $)) (-15 -4383 ((-1121 |#1|) $)) (-15 -2946 ((-112) $ $)) (-15 -2975 ((-112) $ $)) (-15 -1489 ((-1291) $)) (-15 -1489 ((-1291) $ (-576) (-576))))) (-1119)) (T -921))
-((-3567 (*1 *2 *1) (-12 (-5 *2 (-656 (-922 *3))) (-5 *1 (-921 *3)) (-4 *3 (-1119)))) (-3840 (*1 *2 *1) (-12 (-5 *2 (-656 (-922 *3))) (-5 *1 (-921 *3)) (-4 *3 (-1119)))) (-2794 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *2 (-922 *4)) (-5 *1 (-921 *4)) (-4 *4 (-1119)))) (-1834 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *2 (-922 *4)) (-5 *1 (-921 *4)) (-4 *4 (-1119)))) (-1834 (*1 *2 *1) (-12 (-5 *2 (-922 *3)) (-5 *1 (-921 *3)) (-4 *3 (-1119)))) (-1991 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-921 *3)) (-4 *3 (-1119)))) (-1967 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-921 *3)) (-4 *3 (-1119)))) (-3513 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-921 *3)) (-4 *3 (-1119)))) (-1666 (*1 *2 *1) (-12 (-5 *2 (-656 (-922 *3))) (-5 *1 (-921 *3)) (-4 *3 (-1119)))) (-1823 (*1 *2 *1) (-12 (-5 *2 (-656 (-656 (-783)))) (-5 *1 (-921 *3)) (-4 *3 (-1119)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-656 (-922 *3))) (-4 *3 (-1119)) (-5 *1 (-921 *3)))) (-2366 (*1 *1 *2) (-12 (-5 *2 (-656 (-922 *3))) (-4 *3 (-1119)) (-5 *1 (-921 *3)))) (-2582 (*1 *2 *1 *3) (-12 (-5 *2 (-1121 *3)) (-5 *1 (-921 *3)) (-4 *3 (-1119)))) (-4012 (*1 *2 *1) (-12 (-5 *2 (-1121 (-1121 *3))) (-5 *1 (-921 *3)) (-4 *3 (-1119)))) (-2582 (*1 *2 *1 *3) (-12 (-4 *4 (-1119)) (-5 *2 (-1121 (-1121 *4))) (-5 *1 (-921 *4)) (-5 *3 (-1121 *4)))) (-2582 (*1 *2 *1 *3) (-12 (-4 *4 (-1119)) (-5 *2 (-1121 (-656 *4))) (-5 *1 (-921 *4)) (-5 *3 (-656 *4)))) (-3239 (*1 *2 *3 *1) (-12 (-5 *3 (-922 *4)) (-4 *4 (-1119)) (-5 *2 (-112)) (-5 *1 (-921 *4)))) (-3269 (*1 *2 *3 *1) (-12 (-5 *3 (-922 *4)) (-4 *4 (-1119)) (-5 *2 (-656 (-783))) (-5 *1 (-921 *4)))) (-2659 (*1 *2 *3 *1) (-12 (-5 *3 (-922 *4)) (-4 *4 (-1119)) (-5 *2 (-656 (-783))) (-5 *1 (-921 *4)))) (-4383 (*1 *2 *1) (-12 (-5 *2 (-1121 *3)) (-5 *1 (-921 *3)) (-4 *3 (-1119)))) (-2946 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-921 *3)) (-4 *3 (-1119)))) (-2975 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-921 *3)) (-4 *3 (-1119)))) (-1489 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-921 *3)) (-4 *3 (-1119)))) (-1489 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1291)) (-5 *1 (-921 *4)) (-4 *4 (-1119)))))
-(-13 (-1119) (-10 -8 (-15 -3567 ((-656 (-922 |#1|)) $)) (-15 -3840 ((-656 (-922 |#1|)) $)) (-15 -2794 ((-922 |#1|) $ (-783))) (-15 -1834 ((-922 |#1|) $ (-576))) (-15 -1834 ((-922 |#1|) $)) (-15 -1991 ((-783) $)) (-15 -1967 ((-783) $)) (-15 -3513 ((-656 |#1|) $)) (-15 -1666 ((-656 (-922 |#1|)) $)) (-15 -1823 ((-656 (-656 (-783))) $)) (-15 -3567 ($ (-656 (-922 |#1|)))) (-15 -2366 ($ (-656 (-922 |#1|)))) (-15 -2582 ((-1121 |#1|) $ |#1|)) (-15 -4012 ((-1121 (-1121 |#1|)) $)) (-15 -2582 ((-1121 (-1121 |#1|)) $ (-1121 |#1|))) (-15 -2582 ((-1121 (-656 |#1|)) $ (-656 |#1|))) (-15 -3239 ((-112) (-922 |#1|) $)) (-15 -3269 ((-656 (-783)) (-922 |#1|) $)) (-15 -2659 ((-656 (-783)) (-922 |#1|) $)) (-15 -4383 ((-1121 |#1|) $)) (-15 -2946 ((-112) $ $)) (-15 -2975 ((-112) $ $)) (-15 -1489 ((-1291) $)) (-15 -1489 ((-1291) $ (-576) (-576)))))
-((-3486 (((-112) $ $) NIL)) (-4383 (((-1121 |#1|) $) 60)) (-1793 (((-656 $) (-656 $)) 103)) (-2786 (((-576) $) 83)) (-2135 (($) NIL T CONST)) (-2251 (((-3 $ "failed") $) NIL)) (-1991 (((-783) $) 80)) (-2582 (((-1121 |#1|) $ |#1|) 70)) (-3612 (((-112) $) NIL)) (-2044 (((-112) $) 88)) (-1828 (((-783) $) 84)) (-3123 (($ $ $) NIL (-2755 (|has| |#1| (-379)) (|has| |#1| (-862))))) (-2352 (($ $ $) NIL (-2755 (|has| |#1| (-379)) (|has| |#1| (-862))))) (-4018 (((-2 (|:| |preimage| (-656 |#1|)) (|:| |image| (-656 |#1|))) $) 55)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 130)) (-1448 (((-1139) $) NIL)) (-1602 (((-1121 |#1|) $) 136 (|has| |#1| (-379)))) (-2227 (((-112) $) 81)) (-2794 ((|#1| $ |#1|) 68)) (-1967 (((-783) $) 62)) (-2412 (($ (-656 (-656 |#1|))) 118)) (-1907 (((-990) $) 74)) (-2953 (($ (-656 |#1|)) 32)) (-2949 (($ $ $) NIL)) (-3636 (($ $ $) NIL)) (-1416 (($ (-656 (-656 |#1|))) 57)) (-3233 (($ (-656 (-656 |#1|))) 123)) (-2046 (($ (-656 |#1|)) 132)) (-3567 (((-874) $) 117) (($ (-656 (-656 |#1|))) 91) (($ (-656 |#1|)) 92)) (-1540 (((-112) $ $) NIL)) (-2727 (($) 24 T CONST)) (-2989 (((-112) $ $) NIL (-2755 (|has| |#1| (-379)) (|has| |#1| (-862))))) (-2960 (((-112) $ $) NIL (-2755 (|has| |#1| (-379)) (|has| |#1| (-862))))) (-2921 (((-112) $ $) 66)) (-2975 (((-112) $ $) NIL (-2755 (|has| |#1| (-379)) (|has| |#1| (-862))))) (-2946 (((-112) $ $) 90)) (-3054 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ $ $) 33)))
-(((-922 |#1|) (-13 (-920 |#1|) (-10 -8 (-15 -4018 ((-2 (|:| |preimage| (-656 |#1|)) (|:| |image| (-656 |#1|))) $)) (-15 -1416 ($ (-656 (-656 |#1|)))) (-15 -3567 ($ (-656 (-656 |#1|)))) (-15 -3567 ($ (-656 |#1|))) (-15 -3233 ($ (-656 (-656 |#1|)))) (-15 -1967 ((-783) $)) (-15 -1907 ((-990) $)) (-15 -1991 ((-783) $)) (-15 -1828 ((-783) $)) (-15 -2786 ((-576) $)) (-15 -2227 ((-112) $)) (-15 -2044 ((-112) $)) (-15 -1793 ((-656 $) (-656 $))) (IF (|has| |#1| (-379)) (-15 -1602 ((-1121 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-557)) (-15 -2046 ($ (-656 |#1|))) (IF (|has| |#1| (-379)) (-15 -2046 ($ (-656 |#1|))) |%noBranch|)))) (-1119)) (T -922))
-((-4018 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |preimage| (-656 *3)) (|:| |image| (-656 *3)))) (-5 *1 (-922 *3)) (-4 *3 (-1119)))) (-1416 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1119)) (-5 *1 (-922 *3)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1119)) (-5 *1 (-922 *3)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-5 *1 (-922 *3)))) (-3233 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1119)) (-5 *1 (-922 *3)))) (-1967 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-922 *3)) (-4 *3 (-1119)))) (-1907 (*1 *2 *1) (-12 (-5 *2 (-990)) (-5 *1 (-922 *3)) (-4 *3 (-1119)))) (-1991 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-922 *3)) (-4 *3 (-1119)))) (-1828 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-922 *3)) (-4 *3 (-1119)))) (-2786 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-922 *3)) (-4 *3 (-1119)))) (-2227 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-922 *3)) (-4 *3 (-1119)))) (-2044 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-922 *3)) (-4 *3 (-1119)))) (-1793 (*1 *2 *2) (-12 (-5 *2 (-656 (-922 *3))) (-5 *1 (-922 *3)) (-4 *3 (-1119)))) (-1602 (*1 *2 *1) (-12 (-5 *2 (-1121 *3)) (-5 *1 (-922 *3)) (-4 *3 (-379)) (-4 *3 (-1119)))) (-2046 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-5 *1 (-922 *3)))))
-(-13 (-920 |#1|) (-10 -8 (-15 -4018 ((-2 (|:| |preimage| (-656 |#1|)) (|:| |image| (-656 |#1|))) $)) (-15 -1416 ($ (-656 (-656 |#1|)))) (-15 -3567 ($ (-656 (-656 |#1|)))) (-15 -3567 ($ (-656 |#1|))) (-15 -3233 ($ (-656 (-656 |#1|)))) (-15 -1967 ((-783) $)) (-15 -1907 ((-990) $)) (-15 -1991 ((-783) $)) (-15 -1828 ((-783) $)) (-15 -2786 ((-576) $)) (-15 -2227 ((-112) $)) (-15 -2044 ((-112) $)) (-15 -1793 ((-656 $) (-656 $))) (IF (|has| |#1| (-379)) (-15 -1602 ((-1121 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-557)) (-15 -2046 ($ (-656 |#1|))) (IF (|has| |#1| (-379)) (-15 -2046 ($ (-656 |#1|))) |%noBranch|))))
-((-3023 (((-3 (-656 (-1191 |#4|)) "failed") (-656 (-1191 |#4|)) (-1191 |#4|)) 160)) (-3939 ((|#1|) 97)) (-2884 (((-430 (-1191 |#4|)) (-1191 |#4|)) 169)) (-3704 (((-430 (-1191 |#4|)) (-656 |#3|) (-1191 |#4|)) 84)) (-1957 (((-430 (-1191 |#4|)) (-1191 |#4|)) 179)) (-2143 (((-3 (-656 (-1191 |#4|)) "failed") (-656 (-1191 |#4|)) (-1191 |#4|) |#3|) 113)))
-(((-923 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3023 ((-3 (-656 (-1191 |#4|)) "failed") (-656 (-1191 |#4|)) (-1191 |#4|))) (-15 -1957 ((-430 (-1191 |#4|)) (-1191 |#4|))) (-15 -2884 ((-430 (-1191 |#4|)) (-1191 |#4|))) (-15 -3939 (|#1|)) (-15 -2143 ((-3 (-656 (-1191 |#4|)) "failed") (-656 (-1191 |#4|)) (-1191 |#4|) |#3|)) (-15 -3704 ((-430 (-1191 |#4|)) (-656 |#3|) (-1191 |#4|)))) (-926) (-805) (-862) (-966 |#1| |#2| |#3|)) (T -923))
-((-3704 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *7)) (-4 *7 (-862)) (-4 *5 (-926)) (-4 *6 (-805)) (-4 *8 (-966 *5 *6 *7)) (-5 *2 (-430 (-1191 *8))) (-5 *1 (-923 *5 *6 *7 *8)) (-5 *4 (-1191 *8)))) (-2143 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *2 (-656 (-1191 *7))) (-5 *3 (-1191 *7)) (-4 *7 (-966 *5 *6 *4)) (-4 *5 (-926)) (-4 *6 (-805)) (-4 *4 (-862)) (-5 *1 (-923 *5 *6 *4 *7)))) (-3939 (*1 *2) (-12 (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-926)) (-5 *1 (-923 *2 *3 *4 *5)) (-4 *5 (-966 *2 *3 *4)))) (-2884 (*1 *2 *3) (-12 (-4 *4 (-926)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-966 *4 *5 *6)) (-5 *2 (-430 (-1191 *7))) (-5 *1 (-923 *4 *5 *6 *7)) (-5 *3 (-1191 *7)))) (-1957 (*1 *2 *3) (-12 (-4 *4 (-926)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-966 *4 *5 *6)) (-5 *2 (-430 (-1191 *7))) (-5 *1 (-923 *4 *5 *6 *7)) (-5 *3 (-1191 *7)))) (-3023 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-656 (-1191 *7))) (-5 *3 (-1191 *7)) (-4 *7 (-966 *4 *5 *6)) (-4 *4 (-926)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-923 *4 *5 *6 *7)))))
-(-10 -7 (-15 -3023 ((-3 (-656 (-1191 |#4|)) "failed") (-656 (-1191 |#4|)) (-1191 |#4|))) (-15 -1957 ((-430 (-1191 |#4|)) (-1191 |#4|))) (-15 -2884 ((-430 (-1191 |#4|)) (-1191 |#4|))) (-15 -3939 (|#1|)) (-15 -2143 ((-3 (-656 (-1191 |#4|)) "failed") (-656 (-1191 |#4|)) (-1191 |#4|) |#3|)) (-15 -3704 ((-430 (-1191 |#4|)) (-656 |#3|) (-1191 |#4|))))
-((-3023 (((-3 (-656 (-1191 |#2|)) "failed") (-656 (-1191 |#2|)) (-1191 |#2|)) 39)) (-3939 ((|#1|) 72)) (-2884 (((-430 (-1191 |#2|)) (-1191 |#2|)) 121)) (-3704 (((-430 (-1191 |#2|)) (-1191 |#2|)) 105)) (-1957 (((-430 (-1191 |#2|)) (-1191 |#2|)) 132)))
-(((-924 |#1| |#2|) (-10 -7 (-15 -3023 ((-3 (-656 (-1191 |#2|)) "failed") (-656 (-1191 |#2|)) (-1191 |#2|))) (-15 -1957 ((-430 (-1191 |#2|)) (-1191 |#2|))) (-15 -2884 ((-430 (-1191 |#2|)) (-1191 |#2|))) (-15 -3939 (|#1|)) (-15 -3704 ((-430 (-1191 |#2|)) (-1191 |#2|)))) (-926) (-1262 |#1|)) (T -924))
-((-3704 (*1 *2 *3) (-12 (-4 *4 (-926)) (-4 *5 (-1262 *4)) (-5 *2 (-430 (-1191 *5))) (-5 *1 (-924 *4 *5)) (-5 *3 (-1191 *5)))) (-3939 (*1 *2) (-12 (-4 *2 (-926)) (-5 *1 (-924 *2 *3)) (-4 *3 (-1262 *2)))) (-2884 (*1 *2 *3) (-12 (-4 *4 (-926)) (-4 *5 (-1262 *4)) (-5 *2 (-430 (-1191 *5))) (-5 *1 (-924 *4 *5)) (-5 *3 (-1191 *5)))) (-1957 (*1 *2 *3) (-12 (-4 *4 (-926)) (-4 *5 (-1262 *4)) (-5 *2 (-430 (-1191 *5))) (-5 *1 (-924 *4 *5)) (-5 *3 (-1191 *5)))) (-3023 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-656 (-1191 *5))) (-5 *3 (-1191 *5)) (-4 *5 (-1262 *4)) (-4 *4 (-926)) (-5 *1 (-924 *4 *5)))))
-(-10 -7 (-15 -3023 ((-3 (-656 (-1191 |#2|)) "failed") (-656 (-1191 |#2|)) (-1191 |#2|))) (-15 -1957 ((-430 (-1191 |#2|)) (-1191 |#2|))) (-15 -2884 ((-430 (-1191 |#2|)) (-1191 |#2|))) (-15 -3939 (|#1|)) (-15 -3704 ((-430 (-1191 |#2|)) (-1191 |#2|))))
-((-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) 42)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 18)) (-2846 (((-3 $ "failed") $) 36)))
-(((-925 |#1|) (-10 -8 (-15 -2846 ((-3 |#1| "failed") |#1|)) (-15 -3570 ((-3 (-656 (-1191 |#1|)) "failed") (-656 (-1191 |#1|)) (-1191 |#1|))) (-15 -4405 ((-1191 |#1|) (-1191 |#1|) (-1191 |#1|)))) (-926)) (T -925))
-NIL
-(-10 -8 (-15 -2846 ((-3 |#1| "failed") |#1|)) (-15 -3570 ((-3 (-656 (-1191 |#1|)) "failed") (-656 (-1191 |#1|)) (-1191 |#1|))) (-15 -4405 ((-1191 |#1|) (-1191 |#1|) (-1191 |#1|))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-4299 (((-3 $ "failed") $ $) 20)) (-2425 (((-430 (-1191 $)) (-1191 $)) 66)) (-1415 (($ $) 57)) (-3422 (((-430 $) $) 58)) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) 63)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-4283 (((-112) $) 59)) (-3612 (((-112) $) 35)) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-2307 (((-430 (-1191 $)) (-1191 $)) 64)) (-1830 (((-430 (-1191 $)) (-1191 $)) 65)) (-1827 (((-430 $) $) 56)) (-3473 (((-3 $ "failed") $ $) 48)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) 62 (|has| $ (-146)))) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49)) (-2846 (((-3 $ "failed") $) 61 (|has| $ (-146)))) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 45)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
-(((-926) (-141)) (T -926))
-((-4405 (*1 *2 *2 *2) (-12 (-5 *2 (-1191 *1)) (-4 *1 (-926)))) (-2425 (*1 *2 *3) (-12 (-4 *1 (-926)) (-5 *2 (-430 (-1191 *1))) (-5 *3 (-1191 *1)))) (-1830 (*1 *2 *3) (-12 (-4 *1 (-926)) (-5 *2 (-430 (-1191 *1))) (-5 *3 (-1191 *1)))) (-2307 (*1 *2 *3) (-12 (-4 *1 (-926)) (-5 *2 (-430 (-1191 *1))) (-5 *3 (-1191 *1)))) (-3570 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-656 (-1191 *1))) (-5 *3 (-1191 *1)) (-4 *1 (-926)))) (-4098 (*1 *2 *3) (|partial| -12 (-5 *3 (-701 *1)) (-4 *1 (-146)) (-4 *1 (-926)) (-5 *2 (-1286 *1)))) (-2846 (*1 *1 *1) (|partial| -12 (-4 *1 (-146)) (-4 *1 (-926)))))
-(-13 (-1240) (-10 -8 (-15 -2425 ((-430 (-1191 $)) (-1191 $))) (-15 -1830 ((-430 (-1191 $)) (-1191 $))) (-15 -2307 ((-430 (-1191 $)) (-1191 $))) (-15 -4405 ((-1191 $) (-1191 $) (-1191 $))) (-15 -3570 ((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $))) (IF (|has| $ (-146)) (PROGN (-15 -4098 ((-3 (-1286 $) "failed") (-701 $))) (-15 -2846 ((-3 $ "failed") $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-300) . T) ((-464) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-1070 $) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T) ((-1240) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-2312 (((-112) $) NIL)) (-2858 (((-783)) NIL)) (-2205 (($ $ (-938)) NIL (|has| $ (-379))) (($ $) NIL)) (-2201 (((-1208 (-938) (-783)) (-576)) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1829 (((-112) $ $) NIL)) (-2093 (((-783)) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 $ "failed") $) NIL)) (-2857 (($ $) NIL)) (-2495 (($ (-1286 $)) NIL)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL)) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) NIL)) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4161 (($) NIL)) (-3335 (((-112) $) NIL)) (-1385 (($ $) NIL) (($ $ (-783)) NIL)) (-4283 (((-112) $) NIL)) (-1991 (((-845 (-938)) $) NIL) (((-938) $) NIL)) (-3612 (((-112) $) NIL)) (-1654 (($) NIL (|has| $ (-379)))) (-1733 (((-112) $) NIL (|has| $ (-379)))) (-1650 (($ $ (-938)) NIL (|has| $ (-379))) (($ $) NIL)) (-2162 (((-3 $ "failed") $) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1499 (((-1191 $) $ (-938)) NIL (|has| $ (-379))) (((-1191 $) $) NIL)) (-4379 (((-938) $) NIL)) (-3259 (((-1191 $) $) NIL (|has| $ (-379)))) (-3797 (((-3 (-1191 $) "failed") $ $) NIL (|has| $ (-379))) (((-1191 $) $) NIL (|has| $ (-379)))) (-3922 (($ $ (-1191 $)) NIL (|has| $ (-379)))) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL T CONST)) (-3222 (($ (-938)) NIL)) (-1764 (((-112) $) NIL)) (-1448 (((-1139) $) NIL)) (-4126 (($) NIL (|has| $ (-379)))) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) NIL)) (-1827 (((-430 $) $) NIL)) (-1512 (((-938)) NIL) (((-845 (-938))) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-3544 (((-3 (-783) "failed") $ $) NIL) (((-783) $) NIL)) (-2253 (((-135)) NIL)) (-2770 (($ $) NIL) (($ $ (-783)) NIL)) (-1967 (((-938) $) NIL) (((-845 (-938)) $) NIL)) (-3117 (((-1191 $)) NIL)) (-4059 (($) NIL)) (-1440 (($) NIL (|has| $ (-379)))) (-2203 (((-701 $) (-1286 $)) NIL) (((-1286 $) $) NIL)) (-4169 (((-576) $) NIL)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL)) (-2846 (((-3 $ "failed") $) NIL) (($ $) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $) (-938)) NIL) (((-1286 $)) NIL)) (-4196 (((-112) $ $) NIL)) (-3202 (((-112) $) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-3711 (($ $ (-783)) NIL (|has| $ (-379))) (($ $) NIL (|has| $ (-379)))) (-2014 (($ $) NIL) (($ $ (-783)) NIL)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL)))
-(((-927 |#1|) (-13 (-360) (-339 $) (-626 (-576))) (-938)) (T -927))
+((-1817 (((-703 (-1246)) $ (-1246)) NIL)) (-1942 (((-703 (-561)) $ (-561)) NIL)) (-2226 (((-783) $ (-129)) NIL)) (-2303 (((-703 (-130)) $ (-130)) 22)) (-4050 (($ (-400)) 12) (($ (-1179)) 14)) (-2986 (((-112) $) 19)) (-4114 (((-876) $) 26)) (-1675 (($ $) 23)))
+(((-875) (-13 (-874) (-625 (-876)) (-10 -8 (-15 -4050 ($ (-400))) (-15 -4050 ($ (-1179))) (-15 -2986 ((-112) $))))) (T -875))
+((-4050 (*1 *1 *2) (-12 (-5 *2 (-400)) (-5 *1 (-875)))) (-4050 (*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-875)))) (-2986 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-875)))))
+(-13 (-874) (-625 (-876)) (-10 -8 (-15 -4050 ($ (-400))) (-15 -4050 ($ (-1179))) (-15 -2986 ((-112) $))))
+((-1955 (((-112) $ $) NIL) (($ $ $) 85)) (-1527 (($ $ $) 125)) (-1922 (((-576) $) 31) (((-576)) 36)) (-2794 (($ (-576)) 53)) (-2823 (($ $ $) 54) (($ (-656 $)) 84)) (-3644 (($ $ (-656 $)) 82)) (-4346 (((-576) $) 34)) (-3530 (($ $ $) 73)) (-3352 (($ $) 140) (($ $ $) 141) (($ $ $ $) 142)) (-3113 (((-576) $) 33)) (-3116 (($ $ $) 72)) (-1532 (($ $) 114)) (-1639 (($ $ $) 129)) (-3282 (($ (-656 $)) 61)) (-3125 (($ $ (-656 $)) 79)) (-3630 (($ (-576) (-576)) 55)) (-3091 (($ $) 126) (($ $ $) 127)) (-2111 (($ $ (-576)) 43) (($ $) 46)) (-1892 (($ $ $) 97)) (-1838 (($ $ $) 132)) (-1780 (($ $) 115)) (-1905 (($ $ $) 98)) (-2151 (($ $) 143) (($ $ $) 144) (($ $ $ $) 145)) (-3253 (((-1293) $) 10)) (-3720 (($ $) 118) (($ $ (-783)) 122)) (-1517 (($ $ $) 75)) (-1901 (($ $ $) 74)) (-1993 (($ $ (-656 $)) 110)) (-2688 (($ $ $) 113)) (-2251 (($ (-656 $)) 59)) (-4087 (($ $) 70) (($ (-656 $)) 71)) (-2696 (($ $ $) 123)) (-3868 (($ $) 116)) (-2134 (($ $ $) 128)) (-2880 (($ (-576)) 21) (($ (-1197)) 23) (($ (-1179)) 30) (($ (-227)) 25)) (-2324 (($ $ $) 101)) (-2300 (($ $) 102)) (-1748 (((-1293) (-1179)) 15)) (-2010 (($ (-1179)) 14)) (-3409 (($ (-656 (-656 $))) 58)) (-2100 (($ $ (-576)) 42) (($ $) 45)) (-4185 (((-1179) $) NIL)) (-3021 (($ $ $) 131)) (-4406 (($ $) 146) (($ $ $) 147) (($ $ $ $) 148)) (-2351 (((-112) $) 108)) (-2456 (($ $ (-656 $)) 111) (($ $ $ $) 112)) (-4057 (($ (-576)) 39)) (-2954 (((-576) $) 32) (((-576)) 35)) (-3478 (($ $ $) 40) (($ (-656 $)) 83)) (-3117 (((-1141) $) NIL)) (-1943 (($ $ $) 99)) (-3029 (($) 13)) (-4369 (($ $ (-656 $)) 109)) (-2573 (((-1179) (-1179)) 8)) (-2429 (($ $) 117) (($ $ (-783)) 121)) (-1929 (($ $ $) 96)) (-4107 (($ $ (-783)) 139)) (-3680 (($ (-656 $)) 60)) (-4114 (((-876) $) 19)) (-3188 (($ $ (-576)) 41) (($ $) 44)) (-3071 (($ $) 68) (($ (-656 $)) 69)) (-1515 (($ $) 66) (($ (-656 $)) 67)) (-2345 (($ $) 124)) (-3112 (($ (-656 $)) 65)) (-2945 (($ $ $) 105)) (-3000 (((-112) $ $) NIL)) (-2383 (($ $ $) 130)) (-2311 (($ $ $) 100)) (-2497 (($ $ $) 103) (($ $) 104)) (-3995 (($ $ $) 89)) (-3975 (($ $ $) 87)) (-3939 (((-112) $ $) 16) (($ $ $) 17)) (-3985 (($ $ $) 88)) (-3962 (($ $ $) 86)) (-4047 (($ $ $) 94)) (-4037 (($ $ $) 91) (($ $) 92)) (-4027 (($ $ $) 90)) (** (($ $ $) 95)) (* (($ $ $) 93)))
+(((-876) (-13 (-1121) (-10 -8 (-15 -3253 ((-1293) $)) (-15 -2010 ($ (-1179))) (-15 -1748 ((-1293) (-1179))) (-15 -2880 ($ (-576))) (-15 -2880 ($ (-1197))) (-15 -2880 ($ (-1179))) (-15 -2880 ($ (-227))) (-15 -3029 ($)) (-15 -2573 ((-1179) (-1179))) (-15 -1922 ((-576) $)) (-15 -2954 ((-576) $)) (-15 -1922 ((-576))) (-15 -2954 ((-576))) (-15 -3113 ((-576) $)) (-15 -4346 ((-576) $)) (-15 -4057 ($ (-576))) (-15 -2794 ($ (-576))) (-15 -3630 ($ (-576) (-576))) (-15 -2100 ($ $ (-576))) (-15 -2111 ($ $ (-576))) (-15 -3188 ($ $ (-576))) (-15 -2100 ($ $)) (-15 -2111 ($ $)) (-15 -3188 ($ $)) (-15 -3478 ($ $ $)) (-15 -2823 ($ $ $)) (-15 -3478 ($ (-656 $))) (-15 -2823 ($ (-656 $))) (-15 -1993 ($ $ (-656 $))) (-15 -2456 ($ $ (-656 $))) (-15 -2456 ($ $ $ $)) (-15 -2688 ($ $ $)) (-15 -2351 ((-112) $)) (-15 -4369 ($ $ (-656 $))) (-15 -1532 ($ $)) (-15 -3021 ($ $ $)) (-15 -2345 ($ $)) (-15 -3409 ($ (-656 (-656 $)))) (-15 -1527 ($ $ $)) (-15 -3091 ($ $)) (-15 -3091 ($ $ $)) (-15 -2134 ($ $ $)) (-15 -1639 ($ $ $)) (-15 -2383 ($ $ $)) (-15 -1838 ($ $ $)) (-15 -4107 ($ $ (-783))) (-15 -2945 ($ $ $)) (-15 -3116 ($ $ $)) (-15 -3530 ($ $ $)) (-15 -1901 ($ $ $)) (-15 -1517 ($ $ $)) (-15 -3125 ($ $ (-656 $))) (-15 -3644 ($ $ (-656 $))) (-15 -1780 ($ $)) (-15 -2429 ($ $)) (-15 -2429 ($ $ (-783))) (-15 -3720 ($ $)) (-15 -3720 ($ $ (-783))) (-15 -3868 ($ $)) (-15 -2696 ($ $ $)) (-15 -3352 ($ $)) (-15 -3352 ($ $ $)) (-15 -3352 ($ $ $ $)) (-15 -2151 ($ $)) (-15 -2151 ($ $ $)) (-15 -2151 ($ $ $ $)) (-15 -4406 ($ $)) (-15 -4406 ($ $ $)) (-15 -4406 ($ $ $ $)) (-15 -1515 ($ $)) (-15 -1515 ($ (-656 $))) (-15 -3071 ($ $)) (-15 -3071 ($ (-656 $))) (-15 -4087 ($ $)) (-15 -4087 ($ (-656 $))) (-15 -2251 ($ (-656 $))) (-15 -3680 ($ (-656 $))) (-15 -3282 ($ (-656 $))) (-15 -3112 ($ (-656 $))) (-15 -3939 ($ $ $)) (-15 -1955 ($ $ $)) (-15 -3962 ($ $ $)) (-15 -3975 ($ $ $)) (-15 -3985 ($ $ $)) (-15 -3995 ($ $ $)) (-15 -4027 ($ $ $)) (-15 -4037 ($ $ $)) (-15 -4037 ($ $)) (-15 * ($ $ $)) (-15 -4047 ($ $ $)) (-15 ** ($ $ $)) (-15 -1929 ($ $ $)) (-15 -1892 ($ $ $)) (-15 -1905 ($ $ $)) (-15 -1943 ($ $ $)) (-15 -2311 ($ $ $)) (-15 -2324 ($ $ $)) (-15 -2300 ($ $)) (-15 -2497 ($ $ $)) (-15 -2497 ($ $))))) (T -876))
+((-3253 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-876)))) (-2010 (*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-876)))) (-1748 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-876)))) (-2880 (*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876)))) (-2880 (*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-876)))) (-2880 (*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-876)))) (-2880 (*1 *1 *2) (-12 (-5 *2 (-227)) (-5 *1 (-876)))) (-3029 (*1 *1) (-5 *1 (-876))) (-2573 (*1 *2 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-876)))) (-1922 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-876)))) (-2954 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-876)))) (-1922 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876)))) (-2954 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876)))) (-3113 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-876)))) (-4346 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-876)))) (-4057 (*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876)))) (-2794 (*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876)))) (-3630 (*1 *1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876)))) (-2100 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876)))) (-2111 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876)))) (-3188 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876)))) (-2100 (*1 *1 *1) (-5 *1 (-876))) (-2111 (*1 *1 *1) (-5 *1 (-876))) (-3188 (*1 *1 *1) (-5 *1 (-876))) (-3478 (*1 *1 *1 *1) (-5 *1 (-876))) (-2823 (*1 *1 *1 *1) (-5 *1 (-876))) (-3478 (*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))) (-2823 (*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))) (-1993 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))) (-2456 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))) (-2456 (*1 *1 *1 *1 *1) (-5 *1 (-876))) (-2688 (*1 *1 *1 *1) (-5 *1 (-876))) (-2351 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-876)))) (-4369 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))) (-1532 (*1 *1 *1) (-5 *1 (-876))) (-3021 (*1 *1 *1 *1) (-5 *1 (-876))) (-2345 (*1 *1 *1) (-5 *1 (-876))) (-3409 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 (-876)))) (-5 *1 (-876)))) (-1527 (*1 *1 *1 *1) (-5 *1 (-876))) (-3091 (*1 *1 *1) (-5 *1 (-876))) (-3091 (*1 *1 *1 *1) (-5 *1 (-876))) (-2134 (*1 *1 *1 *1) (-5 *1 (-876))) (-1639 (*1 *1 *1 *1) (-5 *1 (-876))) (-2383 (*1 *1 *1 *1) (-5 *1 (-876))) (-1838 (*1 *1 *1 *1) (-5 *1 (-876))) (-4107 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-876)))) (-2945 (*1 *1 *1 *1) (-5 *1 (-876))) (-3116 (*1 *1 *1 *1) (-5 *1 (-876))) (-3530 (*1 *1 *1 *1) (-5 *1 (-876))) (-1901 (*1 *1 *1 *1) (-5 *1 (-876))) (-1517 (*1 *1 *1 *1) (-5 *1 (-876))) (-3125 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))) (-3644 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))) (-1780 (*1 *1 *1) (-5 *1 (-876))) (-2429 (*1 *1 *1) (-5 *1 (-876))) (-2429 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-876)))) (-3720 (*1 *1 *1) (-5 *1 (-876))) (-3720 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-876)))) (-3868 (*1 *1 *1) (-5 *1 (-876))) (-2696 (*1 *1 *1 *1) (-5 *1 (-876))) (-3352 (*1 *1 *1) (-5 *1 (-876))) (-3352 (*1 *1 *1 *1) (-5 *1 (-876))) (-3352 (*1 *1 *1 *1 *1) (-5 *1 (-876))) (-2151 (*1 *1 *1) (-5 *1 (-876))) (-2151 (*1 *1 *1 *1) (-5 *1 (-876))) (-2151 (*1 *1 *1 *1 *1) (-5 *1 (-876))) (-4406 (*1 *1 *1) (-5 *1 (-876))) (-4406 (*1 *1 *1 *1) (-5 *1 (-876))) (-4406 (*1 *1 *1 *1 *1) (-5 *1 (-876))) (-1515 (*1 *1 *1) (-5 *1 (-876))) (-1515 (*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))) (-3071 (*1 *1 *1) (-5 *1 (-876))) (-3071 (*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))) (-4087 (*1 *1 *1) (-5 *1 (-876))) (-4087 (*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))) (-2251 (*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))) (-3680 (*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))) (-3282 (*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))) (-3112 (*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))) (-3939 (*1 *1 *1 *1) (-5 *1 (-876))) (-1955 (*1 *1 *1 *1) (-5 *1 (-876))) (-3962 (*1 *1 *1 *1) (-5 *1 (-876))) (-3975 (*1 *1 *1 *1) (-5 *1 (-876))) (-3985 (*1 *1 *1 *1) (-5 *1 (-876))) (-3995 (*1 *1 *1 *1) (-5 *1 (-876))) (-4027 (*1 *1 *1 *1) (-5 *1 (-876))) (-4037 (*1 *1 *1 *1) (-5 *1 (-876))) (-4037 (*1 *1 *1) (-5 *1 (-876))) (* (*1 *1 *1 *1) (-5 *1 (-876))) (-4047 (*1 *1 *1 *1) (-5 *1 (-876))) (** (*1 *1 *1 *1) (-5 *1 (-876))) (-1929 (*1 *1 *1 *1) (-5 *1 (-876))) (-1892 (*1 *1 *1 *1) (-5 *1 (-876))) (-1905 (*1 *1 *1 *1) (-5 *1 (-876))) (-1943 (*1 *1 *1 *1) (-5 *1 (-876))) (-2311 (*1 *1 *1 *1) (-5 *1 (-876))) (-2324 (*1 *1 *1 *1) (-5 *1 (-876))) (-2300 (*1 *1 *1) (-5 *1 (-876))) (-2497 (*1 *1 *1 *1) (-5 *1 (-876))) (-2497 (*1 *1 *1) (-5 *1 (-876))))
+(-13 (-1121) (-10 -8 (-15 -3253 ((-1293) $)) (-15 -2010 ($ (-1179))) (-15 -1748 ((-1293) (-1179))) (-15 -2880 ($ (-576))) (-15 -2880 ($ (-1197))) (-15 -2880 ($ (-1179))) (-15 -2880 ($ (-227))) (-15 -3029 ($)) (-15 -2573 ((-1179) (-1179))) (-15 -1922 ((-576) $)) (-15 -2954 ((-576) $)) (-15 -1922 ((-576))) (-15 -2954 ((-576))) (-15 -3113 ((-576) $)) (-15 -4346 ((-576) $)) (-15 -4057 ($ (-576))) (-15 -2794 ($ (-576))) (-15 -3630 ($ (-576) (-576))) (-15 -2100 ($ $ (-576))) (-15 -2111 ($ $ (-576))) (-15 -3188 ($ $ (-576))) (-15 -2100 ($ $)) (-15 -2111 ($ $)) (-15 -3188 ($ $)) (-15 -3478 ($ $ $)) (-15 -2823 ($ $ $)) (-15 -3478 ($ (-656 $))) (-15 -2823 ($ (-656 $))) (-15 -1993 ($ $ (-656 $))) (-15 -2456 ($ $ (-656 $))) (-15 -2456 ($ $ $ $)) (-15 -2688 ($ $ $)) (-15 -2351 ((-112) $)) (-15 -4369 ($ $ (-656 $))) (-15 -1532 ($ $)) (-15 -3021 ($ $ $)) (-15 -2345 ($ $)) (-15 -3409 ($ (-656 (-656 $)))) (-15 -1527 ($ $ $)) (-15 -3091 ($ $)) (-15 -3091 ($ $ $)) (-15 -2134 ($ $ $)) (-15 -1639 ($ $ $)) (-15 -2383 ($ $ $)) (-15 -1838 ($ $ $)) (-15 -4107 ($ $ (-783))) (-15 -2945 ($ $ $)) (-15 -3116 ($ $ $)) (-15 -3530 ($ $ $)) (-15 -1901 ($ $ $)) (-15 -1517 ($ $ $)) (-15 -3125 ($ $ (-656 $))) (-15 -3644 ($ $ (-656 $))) (-15 -1780 ($ $)) (-15 -2429 ($ $)) (-15 -2429 ($ $ (-783))) (-15 -3720 ($ $)) (-15 -3720 ($ $ (-783))) (-15 -3868 ($ $)) (-15 -2696 ($ $ $)) (-15 -3352 ($ $)) (-15 -3352 ($ $ $)) (-15 -3352 ($ $ $ $)) (-15 -2151 ($ $)) (-15 -2151 ($ $ $)) (-15 -2151 ($ $ $ $)) (-15 -4406 ($ $)) (-15 -4406 ($ $ $)) (-15 -4406 ($ $ $ $)) (-15 -1515 ($ $)) (-15 -1515 ($ (-656 $))) (-15 -3071 ($ $)) (-15 -3071 ($ (-656 $))) (-15 -4087 ($ $)) (-15 -4087 ($ (-656 $))) (-15 -2251 ($ (-656 $))) (-15 -3680 ($ (-656 $))) (-15 -3282 ($ (-656 $))) (-15 -3112 ($ (-656 $))) (-15 -3939 ($ $ $)) (-15 -1955 ($ $ $)) (-15 -3962 ($ $ $)) (-15 -3975 ($ $ $)) (-15 -3985 ($ $ $)) (-15 -3995 ($ $ $)) (-15 -4027 ($ $ $)) (-15 -4037 ($ $ $)) (-15 -4037 ($ $)) (-15 * ($ $ $)) (-15 -4047 ($ $ $)) (-15 ** ($ $ $)) (-15 -1929 ($ $ $)) (-15 -1892 ($ $ $)) (-15 -1905 ($ $ $)) (-15 -1943 ($ $ $)) (-15 -2311 ($ $ $)) (-15 -2324 ($ $ $)) (-15 -2300 ($ $)) (-15 -2497 ($ $ $)) (-15 -2497 ($ $))))
+((-4169 (((-1293) (-656 (-52))) 23)) (-3401 (((-1293) (-1179) (-876)) 13) (((-1293) (-876)) 8) (((-1293) (-1179)) 10)))
+(((-877) (-10 -7 (-15 -3401 ((-1293) (-1179))) (-15 -3401 ((-1293) (-876))) (-15 -3401 ((-1293) (-1179) (-876))) (-15 -4169 ((-1293) (-656 (-52)))))) (T -877))
+((-4169 (*1 *2 *3) (-12 (-5 *3 (-656 (-52))) (-5 *2 (-1293)) (-5 *1 (-877)))) (-3401 (*1 *2 *3 *4) (-12 (-5 *3 (-1179)) (-5 *4 (-876)) (-5 *2 (-1293)) (-5 *1 (-877)))) (-3401 (*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1293)) (-5 *1 (-877)))) (-3401 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-877)))))
+(-10 -7 (-15 -3401 ((-1293) (-1179))) (-15 -3401 ((-1293) (-876))) (-15 -3401 ((-1293) (-1179) (-876))) (-15 -4169 ((-1293) (-656 (-52)))))
+((-1955 (((-112) $ $) NIL)) (-1652 (((-3 $ "failed") (-1197)) 36)) (-2200 (((-783)) 32)) (-4370 (($) NIL)) (-2905 (($ $ $) NIL) (($) NIL T CONST)) (-2163 (($ $ $) NIL) (($) NIL T CONST)) (-2106 (((-940) $) 29)) (-4185 (((-1179) $) 43)) (-2409 (($ (-940)) 28)) (-3117 (((-1141) $) NIL)) (-1554 (((-1197) $) 13) (((-548) $) 19) (((-907 (-390)) $) 26) (((-907 (-576)) $) 22)) (-4114 (((-876) $) 16)) (-3000 (((-112) $ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 40)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 38)))
+(((-878 |#1|) (-13 (-856) (-626 (-1197)) (-626 (-548)) (-626 (-907 (-390))) (-626 (-907 (-576))) (-10 -8 (-15 -1652 ((-3 $ "failed") (-1197))))) (-656 (-1197))) (T -878))
+((-1652 (*1 *1 *2) (|partial| -12 (-5 *2 (-1197)) (-5 *1 (-878 *3)) (-14 *3 (-656 *2)))))
+(-13 (-856) (-626 (-1197)) (-626 (-548)) (-626 (-907 (-390))) (-626 (-907 (-576))) (-10 -8 (-15 -1652 ((-3 $ "failed") (-1197)))))
+((-1955 (((-112) $ $) NIL)) (-4149 (((-518) $) 9)) (-4302 (((-656 (-451)) $) 13)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 21)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 16)))
+(((-879) (-13 (-1121) (-10 -8 (-15 -4149 ((-518) $)) (-15 -4302 ((-656 (-451)) $))))) (T -879))
+((-4149 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-879)))) (-4302 (*1 *2 *1) (-12 (-5 *2 (-656 (-451))) (-5 *1 (-879)))))
+(-13 (-1121) (-10 -8 (-15 -4149 ((-518) $)) (-15 -4302 ((-656 (-451)) $))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2413 (((-3 $ "failed") $) NIL)) (-3315 (((-112) $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ (-971 |#1|)) NIL) (((-971 |#1|) $) NIL) (($ |#1|) NIL (|has| |#1| (-174)))) (-2864 (((-783)) NIL T CONST)) (-2095 (((-1293) (-783)) NIL)) (-3000 (((-112) $ $) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-4047 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-174))) (($ $ |#1|) NIL (|has| |#1| (-174)))))
+(((-880 |#1| |#2| |#3| |#4|) (-13 (-1070) (-502 (-971 |#1|)) (-10 -8 (IF (|has| |#1| (-174)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-374)) (-15 -4047 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -2095 ((-1293) (-783))))) (-1070) (-656 (-1197)) (-656 (-783)) (-783)) (T -880))
+((-4047 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-880 *2 *3 *4 *5)) (-4 *2 (-374)) (-4 *2 (-1070)) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-783))) (-14 *5 (-783)))) (-2095 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1293)) (-5 *1 (-880 *4 *5 *6 *7)) (-4 *4 (-1070)) (-14 *5 (-656 (-1197))) (-14 *6 (-656 *3)) (-14 *7 *3))))
+(-13 (-1070) (-502 (-971 |#1|)) (-10 -8 (IF (|has| |#1| (-174)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-374)) (-15 -4047 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -2095 ((-1293) (-783)))))
+((-2582 (((-3 (-176 |#3|) "failed") (-783) (-783) |#2| |#2|) 38)) (-3614 (((-3 (-419 |#3|) "failed") (-783) (-783) |#2| |#2|) 29)))
+(((-881 |#1| |#2| |#3|) (-10 -7 (-15 -3614 ((-3 (-419 |#3|) "failed") (-783) (-783) |#2| |#2|)) (-15 -2582 ((-3 (-176 |#3|) "failed") (-783) (-783) |#2| |#2|))) (-374) (-1279 |#1|) (-1264 |#1|)) (T -881))
+((-2582 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-783)) (-4 *5 (-374)) (-5 *2 (-176 *6)) (-5 *1 (-881 *5 *4 *6)) (-4 *4 (-1279 *5)) (-4 *6 (-1264 *5)))) (-3614 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-783)) (-4 *5 (-374)) (-5 *2 (-419 *6)) (-5 *1 (-881 *5 *4 *6)) (-4 *4 (-1279 *5)) (-4 *6 (-1264 *5)))))
+(-10 -7 (-15 -3614 ((-3 (-419 |#3|) "failed") (-783) (-783) |#2| |#2|)) (-15 -2582 ((-3 (-176 |#3|) "failed") (-783) (-783) |#2| |#2|)))
+((-3614 (((-3 (-419 (-1261 |#2| |#1|)) "failed") (-783) (-783) (-1280 |#1| |#2| |#3|)) 30) (((-3 (-419 (-1261 |#2| |#1|)) "failed") (-783) (-783) (-1280 |#1| |#2| |#3|) (-1280 |#1| |#2| |#3|)) 28)))
+(((-882 |#1| |#2| |#3|) (-10 -7 (-15 -3614 ((-3 (-419 (-1261 |#2| |#1|)) "failed") (-783) (-783) (-1280 |#1| |#2| |#3|) (-1280 |#1| |#2| |#3|))) (-15 -3614 ((-3 (-419 (-1261 |#2| |#1|)) "failed") (-783) (-783) (-1280 |#1| |#2| |#3|)))) (-374) (-1197) |#1|) (T -882))
+((-3614 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-783)) (-5 *4 (-1280 *5 *6 *7)) (-4 *5 (-374)) (-14 *6 (-1197)) (-14 *7 *5) (-5 *2 (-419 (-1261 *6 *5))) (-5 *1 (-882 *5 *6 *7)))) (-3614 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-783)) (-5 *4 (-1280 *5 *6 *7)) (-4 *5 (-374)) (-14 *6 (-1197)) (-14 *7 *5) (-5 *2 (-419 (-1261 *6 *5))) (-5 *1 (-882 *5 *6 *7)))))
+(-10 -7 (-15 -3614 ((-3 (-419 (-1261 |#2| |#1|)) "failed") (-783) (-783) (-1280 |#1| |#2| |#3|) (-1280 |#1| |#2| |#3|))) (-15 -3614 ((-3 (-419 (-1261 |#2| |#1|)) "failed") (-783) (-783) (-1280 |#1| |#2| |#3|))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-2583 (((-3 $ "failed") $ $) 20)) (-1463 (($ $ (-576)) 68)) (-4064 (((-112) $ $) 65)) (-3853 (($) 18 T CONST)) (-3091 (($ (-1193 (-576)) (-576)) 67)) (-1892 (($ $ $) 61)) (-2413 (((-3 $ "failed") $) 37)) (-3749 (($ $) 70)) (-1905 (($ $ $) 62)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 57)) (-1760 (((-783) $) 75)) (-3315 (((-112) $) 35)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-1869 (((-576)) 72)) (-3307 (((-576) $) 71)) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-3168 (($ $ (-576)) 74)) (-1943 (((-3 $ "failed") $ $) 48)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3199 (((-783) $) 64)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 63)) (-3833 (((-1178 (-576)) $) 76)) (-2093 (($ $) 73)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 45)) (-2642 (((-576) $ (-576)) 69)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+(((-883 |#1|) (-141) (-576)) (T -883))
+((-3833 (*1 *2 *1) (-12 (-4 *1 (-883 *3)) (-5 *2 (-1178 (-576))))) (-1760 (*1 *2 *1) (-12 (-4 *1 (-883 *3)) (-5 *2 (-783)))) (-3168 (*1 *1 *1 *2) (-12 (-4 *1 (-883 *3)) (-5 *2 (-576)))) (-2093 (*1 *1 *1) (-4 *1 (-883 *2))) (-1869 (*1 *2) (-12 (-4 *1 (-883 *3)) (-5 *2 (-576)))) (-3307 (*1 *2 *1) (-12 (-4 *1 (-883 *3)) (-5 *2 (-576)))) (-3749 (*1 *1 *1) (-4 *1 (-883 *2))) (-2642 (*1 *2 *1 *2) (-12 (-4 *1 (-883 *3)) (-5 *2 (-576)))) (-1463 (*1 *1 *1 *2) (-12 (-4 *1 (-883 *3)) (-5 *2 (-576)))) (-3091 (*1 *1 *2 *3) (-12 (-5 *2 (-1193 (-576))) (-5 *3 (-576)) (-4 *1 (-883 *4)))))
+(-13 (-317) (-148) (-10 -8 (-15 -3833 ((-1178 (-576)) $)) (-15 -1760 ((-783) $)) (-15 -3168 ($ $ (-576))) (-15 -2093 ($ $)) (-15 -1869 ((-576))) (-15 -3307 ((-576) $)) (-15 -3749 ($ $)) (-15 -2642 ((-576) $ (-576))) (-15 -1463 ($ $ (-576))) (-15 -3091 ($ (-1193 (-576)) (-576)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-148) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-300) . T) ((-317) . T) ((-464) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-939) . T) ((-1072 $) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1463 (($ $ (-576)) NIL)) (-4064 (((-112) $ $) NIL)) (-3853 (($) NIL T CONST)) (-3091 (($ (-1193 (-576)) (-576)) NIL)) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-3749 (($ $) NIL)) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-1760 (((-783) $) NIL)) (-3315 (((-112) $) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-1869 (((-576)) NIL)) (-3307 (((-576) $) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3168 (($ $ (-576)) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-3833 (((-1178 (-576)) $) NIL)) (-2093 (($ $) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-2642 (((-576) $ (-576)) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL)))
+(((-884 |#1|) (-883 |#1|) (-576)) (T -884))
+NIL
+(-883 |#1|)
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3730 (((-884 |#1|) $) NIL (|has| (-884 |#1|) (-317)))) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-884 |#1|) (-928)))) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| (-884 |#1|) (-928)))) (-4064 (((-112) $ $) NIL)) (-4018 (((-576) $) NIL (|has| (-884 |#1|) (-832)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-884 |#1|) "failed") $) NIL) (((-3 (-1197) "failed") $) NIL (|has| (-884 |#1|) (-1059 (-1197)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-884 |#1|) (-1059 (-576)))) (((-3 (-576) "failed") $) NIL (|has| (-884 |#1|) (-1059 (-576))))) (-2318 (((-884 |#1|) $) NIL) (((-1197) $) NIL (|has| (-884 |#1|) (-1059 (-1197)))) (((-419 (-576)) $) NIL (|has| (-884 |#1|) (-1059 (-576)))) (((-576) $) NIL (|has| (-884 |#1|) (-1059 (-576))))) (-4012 (($ $) NIL) (($ (-576) $) NIL)) (-1892 (($ $ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| (-884 |#1|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| (-884 |#1|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-884 |#1|))) (|:| |vec| (-1288 (-884 |#1|)))) (-701 $) (-1288 $)) NIL) (((-701 (-884 |#1|)) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) NIL (|has| (-884 |#1|) (-557)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-2907 (((-112) $) NIL (|has| (-884 |#1|) (-832)))) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (|has| (-884 |#1|) (-901 (-576)))) (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (|has| (-884 |#1|) (-901 (-390))))) (-3315 (((-112) $) NIL)) (-2364 (($ $) NIL)) (-2687 (((-884 |#1|) $) NIL)) (-4080 (((-3 $ "failed") $) NIL (|has| (-884 |#1|) (-1173)))) (-2569 (((-112) $) NIL (|has| (-884 |#1|) (-832)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2905 (($ $ $) NIL (|has| (-884 |#1|) (-862)))) (-2163 (($ $ $) NIL (|has| (-884 |#1|) (-862)))) (-2423 (($ (-1 (-884 |#1|) (-884 |#1|)) $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| (-884 |#1|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| (-884 |#1|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-884 |#1|))) (|:| |vec| (-1288 (-884 |#1|)))) (-1288 $) $) NIL) (((-701 (-884 |#1|)) (-1288 $)) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL (|has| (-884 |#1|) (-1173)) CONST)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4152 (($ $) NIL (|has| (-884 |#1|) (-317)))) (-4110 (((-884 |#1|) $) NIL (|has| (-884 |#1|) (-557)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-884 |#1|) (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-884 |#1|) (-928)))) (-1452 (((-430 $) $) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2143 (($ $ (-656 (-884 |#1|)) (-656 (-884 |#1|))) NIL (|has| (-884 |#1|) (-319 (-884 |#1|)))) (($ $ (-884 |#1|) (-884 |#1|)) NIL (|has| (-884 |#1|) (-319 (-884 |#1|)))) (($ $ (-304 (-884 |#1|))) NIL (|has| (-884 |#1|) (-319 (-884 |#1|)))) (($ $ (-656 (-304 (-884 |#1|)))) NIL (|has| (-884 |#1|) (-319 (-884 |#1|)))) (($ $ (-656 (-1197)) (-656 (-884 |#1|))) NIL (|has| (-884 |#1|) (-526 (-1197) (-884 |#1|)))) (($ $ (-1197) (-884 |#1|)) NIL (|has| (-884 |#1|) (-526 (-1197) (-884 |#1|))))) (-3199 (((-783) $) NIL)) (-4369 (($ $ (-884 |#1|)) NIL (|has| (-884 |#1|) (-296 (-884 |#1|) (-884 |#1|))))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-4107 (($ $ (-1 (-884 |#1|) (-884 |#1|))) NIL) (($ $ (-1 (-884 |#1|) (-884 |#1|)) (-783)) NIL) (($ $ (-1197)) NIL (|has| (-884 |#1|) (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| (-884 |#1|) (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| (-884 |#1|) (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| (-884 |#1|) (-919 (-1197)))) (($ $) NIL (|has| (-884 |#1|) (-237))) (($ $ (-783)) NIL (|has| (-884 |#1|) (-237)))) (-3908 (($ $) NIL)) (-2698 (((-884 |#1|) $) NIL)) (-1554 (((-907 (-576)) $) NIL (|has| (-884 |#1|) (-626 (-907 (-576))))) (((-907 (-390)) $) NIL (|has| (-884 |#1|) (-626 (-907 (-390))))) (((-548) $) NIL (|has| (-884 |#1|) (-626 (-548)))) (((-390) $) NIL (|has| (-884 |#1|) (-1043))) (((-227) $) NIL (|has| (-884 |#1|) (-1043)))) (-2073 (((-176 (-419 (-576))) $) NIL)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-884 |#1|) (-928))))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL) (($ (-884 |#1|)) NIL) (($ (-1197)) NIL (|has| (-884 |#1|) (-1059 (-1197))))) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| (-884 |#1|) (-928))) (|has| (-884 |#1|) (-146))))) (-2864 (((-783)) NIL T CONST)) (-2778 (((-884 |#1|) $) NIL (|has| (-884 |#1|) (-557)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-2642 (((-419 (-576)) $ (-576)) NIL)) (-2679 (($ $) NIL (|has| (-884 |#1|) (-832)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-1 (-884 |#1|) (-884 |#1|))) NIL) (($ $ (-1 (-884 |#1|) (-884 |#1|)) (-783)) NIL) (($ $ (-1197)) NIL (|has| (-884 |#1|) (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| (-884 |#1|) (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| (-884 |#1|) (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| (-884 |#1|) (-919 (-1197)))) (($ $) NIL (|has| (-884 |#1|) (-237))) (($ $ (-783)) NIL (|has| (-884 |#1|) (-237)))) (-3995 (((-112) $ $) NIL (|has| (-884 |#1|) (-862)))) (-3975 (((-112) $ $) NIL (|has| (-884 |#1|) (-862)))) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL (|has| (-884 |#1|) (-862)))) (-3962 (((-112) $ $) NIL (|has| (-884 |#1|) (-862)))) (-4047 (($ $ $) NIL) (($ (-884 |#1|) (-884 |#1|)) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ (-884 |#1|) $) NIL) (($ $ (-884 |#1|)) NIL)))
+(((-885 |#1|) (-13 (-1013 (-884 |#1|)) (-10 -8 (-15 -2642 ((-419 (-576)) $ (-576))) (-15 -2073 ((-176 (-419 (-576))) $)) (-15 -4012 ($ $)) (-15 -4012 ($ (-576) $)))) (-576)) (T -885))
+((-2642 (*1 *2 *1 *3) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-885 *4)) (-14 *4 *3) (-5 *3 (-576)))) (-2073 (*1 *2 *1) (-12 (-5 *2 (-176 (-419 (-576)))) (-5 *1 (-885 *3)) (-14 *3 (-576)))) (-4012 (*1 *1 *1) (-12 (-5 *1 (-885 *2)) (-14 *2 (-576)))) (-4012 (*1 *1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-885 *3)) (-14 *3 *2))))
+(-13 (-1013 (-884 |#1|)) (-10 -8 (-15 -2642 ((-419 (-576)) $ (-576))) (-15 -2073 ((-176 (-419 (-576))) $)) (-15 -4012 ($ $)) (-15 -4012 ($ (-576) $))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3730 ((|#2| $) NIL (|has| |#2| (-317)))) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-4064 (((-112) $ $) NIL)) (-4018 (((-576) $) NIL (|has| |#2| (-832)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#2| "failed") $) NIL) (((-3 (-1197) "failed") $) NIL (|has| |#2| (-1059 (-1197)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1059 (-576)))) (((-3 (-576) "failed") $) NIL (|has| |#2| (-1059 (-576))))) (-2318 ((|#2| $) NIL) (((-1197) $) NIL (|has| |#2| (-1059 (-1197)))) (((-419 (-576)) $) NIL (|has| |#2| (-1059 (-576)))) (((-576) $) NIL (|has| |#2| (-1059 (-576))))) (-4012 (($ $) 35) (($ (-576) $) 38)) (-1892 (($ $ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) NIL) (((-701 |#2|) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) 64)) (-4370 (($) NIL (|has| |#2| (-557)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-2907 (((-112) $) NIL (|has| |#2| (-832)))) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (|has| |#2| (-901 (-576)))) (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (|has| |#2| (-901 (-390))))) (-3315 (((-112) $) NIL)) (-2364 (($ $) NIL)) (-2687 ((|#2| $) NIL)) (-4080 (((-3 $ "failed") $) NIL (|has| |#2| (-1173)))) (-2569 (((-112) $) NIL (|has| |#2| (-832)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2905 (($ $ $) NIL (|has| |#2| (-862)))) (-2163 (($ $ $) NIL (|has| |#2| (-862)))) (-2423 (($ (-1 |#2| |#2|) $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-1288 $) $) NIL) (((-701 |#2|) (-1288 $)) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 60)) (-3651 (($) NIL (|has| |#2| (-1173)) CONST)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4152 (($ $) NIL (|has| |#2| (-317)))) (-4110 ((|#2| $) NIL (|has| |#2| (-557)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-1452 (((-430 $) $) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2143 (($ $ (-656 |#2|) (-656 |#2|)) NIL (|has| |#2| (-319 |#2|))) (($ $ |#2| |#2|) NIL (|has| |#2| (-319 |#2|))) (($ $ (-304 |#2|)) NIL (|has| |#2| (-319 |#2|))) (($ $ (-656 (-304 |#2|))) NIL (|has| |#2| (-319 |#2|))) (($ $ (-656 (-1197)) (-656 |#2|)) NIL (|has| |#2| (-526 (-1197) |#2|))) (($ $ (-1197) |#2|) NIL (|has| |#2| (-526 (-1197) |#2|)))) (-3199 (((-783) $) NIL)) (-4369 (($ $ |#2|) NIL (|has| |#2| (-296 |#2| |#2|)))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-4107 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1197)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#2| (-919 (-1197)))) (($ $) NIL (|has| |#2| (-237))) (($ $ (-783)) NIL (|has| |#2| (-237)))) (-3908 (($ $) NIL)) (-2698 ((|#2| $) NIL)) (-1554 (((-907 (-576)) $) NIL (|has| |#2| (-626 (-907 (-576))))) (((-907 (-390)) $) NIL (|has| |#2| (-626 (-907 (-390))))) (((-548) $) NIL (|has| |#2| (-626 (-548)))) (((-390) $) NIL (|has| |#2| (-1043))) (((-227) $) NIL (|has| |#2| (-1043)))) (-2073 (((-176 (-419 (-576))) $) 78)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#2| (-928))))) (-4114 (((-876) $) 106) (($ (-576)) 20) (($ $) NIL) (($ (-419 (-576))) 25) (($ |#2|) 19) (($ (-1197)) NIL (|has| |#2| (-1059 (-1197))))) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#2| (-928))) (|has| |#2| (-146))))) (-2864 (((-783)) NIL T CONST)) (-2778 ((|#2| $) NIL (|has| |#2| (-557)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-2642 (((-419 (-576)) $ (-576)) 71)) (-2679 (($ $) NIL (|has| |#2| (-832)))) (-4312 (($) 15 T CONST)) (-4322 (($) 17 T CONST)) (-3157 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1197)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#2| (-919 (-1197)))) (($ $) NIL (|has| |#2| (-237))) (($ $ (-783)) NIL (|has| |#2| (-237)))) (-3995 (((-112) $ $) NIL (|has| |#2| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#2| (-862)))) (-3939 (((-112) $ $) 46)) (-3985 (((-112) $ $) NIL (|has| |#2| (-862)))) (-3962 (((-112) $ $) NIL (|has| |#2| (-862)))) (-4047 (($ $ $) 24) (($ |#2| |#2|) 65)) (-4037 (($ $) 50) (($ $ $) 52)) (-4027 (($ $ $) 48)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) 61)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 53) (($ $ $) 55) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ |#2| $) 66) (($ $ |#2|) NIL)))
+(((-886 |#1| |#2|) (-13 (-1013 |#2|) (-10 -8 (-15 -2642 ((-419 (-576)) $ (-576))) (-15 -2073 ((-176 (-419 (-576))) $)) (-15 -4012 ($ $)) (-15 -4012 ($ (-576) $)))) (-576) (-883 |#1|)) (T -886))
+((-2642 (*1 *2 *1 *3) (-12 (-14 *4 *3) (-5 *2 (-419 (-576))) (-5 *1 (-886 *4 *5)) (-5 *3 (-576)) (-4 *5 (-883 *4)))) (-2073 (*1 *2 *1) (-12 (-14 *3 (-576)) (-5 *2 (-176 (-419 (-576)))) (-5 *1 (-886 *3 *4)) (-4 *4 (-883 *3)))) (-4012 (*1 *1 *1) (-12 (-14 *2 (-576)) (-5 *1 (-886 *2 *3)) (-4 *3 (-883 *2)))) (-4012 (*1 *1 *2 *1) (-12 (-5 *2 (-576)) (-14 *3 *2) (-5 *1 (-886 *3 *4)) (-4 *4 (-883 *3)))))
+(-13 (-1013 |#2|) (-10 -8 (-15 -2642 ((-419 (-576)) $ (-576))) (-15 -2073 ((-176 (-419 (-576))) $)) (-15 -4012 ($ $)) (-15 -4012 ($ (-576) $))))
+((-1955 (((-112) $ $) NIL (-12 (|has| |#1| (-1121)) (|has| |#2| (-1121))))) (-3443 ((|#2| $) 12)) (-2448 (($ |#1| |#2|) 9)) (-4185 (((-1179) $) NIL (-12 (|has| |#1| (-1121)) (|has| |#2| (-1121))))) (-3117 (((-1141) $) NIL (-12 (|has| |#1| (-1121)) (|has| |#2| (-1121))))) (-1753 ((|#1| $) 11)) (-4125 (($ |#1| |#2|) 10)) (-4114 (((-876) $) 18 (-3795 (-12 (|has| |#1| (-625 (-876))) (|has| |#2| (-625 (-876)))) (-12 (|has| |#1| (-1121)) (|has| |#2| (-1121)))))) (-3000 (((-112) $ $) NIL (-12 (|has| |#1| (-1121)) (|has| |#2| (-1121))))) (-3939 (((-112) $ $) 23 (-12 (|has| |#1| (-1121)) (|has| |#2| (-1121))))))
+(((-887 |#1| |#2|) (-13 (-1238) (-10 -8 (IF (|has| |#1| (-625 (-876))) (IF (|has| |#2| (-625 (-876))) (-6 (-625 (-876))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1121)) (IF (|has| |#2| (-1121)) (-6 (-1121)) |%noBranch|) |%noBranch|) (-15 -2448 ($ |#1| |#2|)) (-15 -4125 ($ |#1| |#2|)) (-15 -1753 (|#1| $)) (-15 -3443 (|#2| $)))) (-1238) (-1238)) (T -887))
+((-2448 (*1 *1 *2 *3) (-12 (-5 *1 (-887 *2 *3)) (-4 *2 (-1238)) (-4 *3 (-1238)))) (-4125 (*1 *1 *2 *3) (-12 (-5 *1 (-887 *2 *3)) (-4 *2 (-1238)) (-4 *3 (-1238)))) (-1753 (*1 *2 *1) (-12 (-4 *2 (-1238)) (-5 *1 (-887 *2 *3)) (-4 *3 (-1238)))) (-3443 (*1 *2 *1) (-12 (-4 *2 (-1238)) (-5 *1 (-887 *3 *2)) (-4 *3 (-1238)))))
+(-13 (-1238) (-10 -8 (IF (|has| |#1| (-625 (-876))) (IF (|has| |#2| (-625 (-876))) (-6 (-625 (-876))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1121)) (IF (|has| |#2| (-1121)) (-6 (-1121)) |%noBranch|) |%noBranch|) (-15 -2448 ($ |#1| |#2|)) (-15 -4125 ($ |#1| |#2|)) (-15 -1753 (|#1| $)) (-15 -3443 (|#2| $))))
+((-1955 (((-112) $ $) NIL)) (-2533 (((-576) $) 16)) (-1445 (($ (-158)) 13)) (-3252 (($ (-158)) 14)) (-4185 (((-1179) $) NIL)) (-3977 (((-158) $) 15)) (-3117 (((-1141) $) NIL)) (-1911 (($ (-158)) 11)) (-2367 (($ (-158)) 10)) (-4114 (((-876) $) 24) (($ (-158)) 17)) (-2122 (($ (-158)) 12)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-888) (-13 (-1121) (-10 -8 (-15 -2367 ($ (-158))) (-15 -1911 ($ (-158))) (-15 -2122 ($ (-158))) (-15 -1445 ($ (-158))) (-15 -3252 ($ (-158))) (-15 -3977 ((-158) $)) (-15 -2533 ((-576) $)) (-15 -4114 ($ (-158)))))) (T -888))
+((-2367 (*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-888)))) (-1911 (*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-888)))) (-2122 (*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-888)))) (-1445 (*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-888)))) (-3252 (*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-888)))) (-3977 (*1 *2 *1) (-12 (-5 *2 (-158)) (-5 *1 (-888)))) (-2533 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-888)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-888)))))
+(-13 (-1121) (-10 -8 (-15 -2367 ($ (-158))) (-15 -1911 ($ (-158))) (-15 -2122 ($ (-158))) (-15 -1445 ($ (-158))) (-15 -3252 ($ (-158))) (-15 -3977 ((-158) $)) (-15 -2533 ((-576) $)) (-15 -4114 ($ (-158)))))
+((-4114 (((-326 (-576)) (-419 (-971 (-48)))) 23) (((-326 (-576)) (-971 (-48))) 18)))
+(((-889) (-10 -7 (-15 -4114 ((-326 (-576)) (-971 (-48)))) (-15 -4114 ((-326 (-576)) (-419 (-971 (-48))))))) (T -889))
+((-4114 (*1 *2 *3) (-12 (-5 *3 (-419 (-971 (-48)))) (-5 *2 (-326 (-576))) (-5 *1 (-889)))) (-4114 (*1 *2 *3) (-12 (-5 *3 (-971 (-48))) (-5 *2 (-326 (-576))) (-5 *1 (-889)))))
+(-10 -7 (-15 -4114 ((-326 (-576)) (-971 (-48)))) (-15 -4114 ((-326 (-576)) (-419 (-971 (-48))))))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 18) (($ (-1202)) NIL) (((-1202) $) NIL)) (-4305 (((-112) $ (|[\|\|]| (-518))) 9) (((-112) $ (|[\|\|]| (-1179))) 13)) (-3000 (((-112) $ $) NIL)) (-4333 (((-518) $) 10) (((-1179) $) 14)) (-3939 (((-112) $ $) 15)))
+(((-890) (-13 (-1104) (-1283) (-10 -8 (-15 -4305 ((-112) $ (|[\|\|]| (-518)))) (-15 -4333 ((-518) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-1179)))) (-15 -4333 ((-1179) $))))) (T -890))
+((-4305 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-518))) (-5 *2 (-112)) (-5 *1 (-890)))) (-4333 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-890)))) (-4305 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1179))) (-5 *2 (-112)) (-5 *1 (-890)))) (-4333 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-890)))))
+(-13 (-1104) (-1283) (-10 -8 (-15 -4305 ((-112) $ (|[\|\|]| (-518)))) (-15 -4333 ((-518) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-1179)))) (-15 -4333 ((-1179) $))))
+((-2423 (((-892 |#2|) (-1 |#2| |#1|) (-892 |#1|)) 15)))
+(((-891 |#1| |#2|) (-10 -7 (-15 -2423 ((-892 |#2|) (-1 |#2| |#1|) (-892 |#1|)))) (-1238) (-1238)) (T -891))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-892 *5)) (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-892 *6)) (-5 *1 (-891 *5 *6)))))
+(-10 -7 (-15 -2423 ((-892 |#2|) (-1 |#2| |#1|) (-892 |#1|))))
+((-3532 (($ |#1| |#1|) 8)) (-2201 ((|#1| $ (-783)) 15)))
+(((-892 |#1|) (-10 -8 (-15 -3532 ($ |#1| |#1|)) (-15 -2201 (|#1| $ (-783)))) (-1238)) (T -892))
+((-2201 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *1 (-892 *2)) (-4 *2 (-1238)))) (-3532 (*1 *1 *2 *2) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1238)))))
+(-10 -8 (-15 -3532 ($ |#1| |#1|)) (-15 -2201 (|#1| $ (-783))))
+((-2423 (((-894 |#2|) (-1 |#2| |#1|) (-894 |#1|)) 15)))
+(((-893 |#1| |#2|) (-10 -7 (-15 -2423 ((-894 |#2|) (-1 |#2| |#1|) (-894 |#1|)))) (-1238) (-1238)) (T -893))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-894 *5)) (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-894 *6)) (-5 *1 (-893 *5 *6)))))
+(-10 -7 (-15 -2423 ((-894 |#2|) (-1 |#2| |#1|) (-894 |#1|))))
+((-3532 (($ |#1| |#1| |#1|) 8)) (-2201 ((|#1| $ (-783)) 15)))
+(((-894 |#1|) (-10 -8 (-15 -3532 ($ |#1| |#1| |#1|)) (-15 -2201 (|#1| $ (-783)))) (-1238)) (T -894))
+((-2201 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *1 (-894 *2)) (-4 *2 (-1238)))) (-3532 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-894 *2)) (-4 *2 (-1238)))))
+(-10 -8 (-15 -3532 ($ |#1| |#1| |#1|)) (-15 -2201 (|#1| $ (-783))))
+((-2271 (((-656 (-1202)) (-1179)) 9)))
+(((-895) (-10 -7 (-15 -2271 ((-656 (-1202)) (-1179))))) (T -895))
+((-2271 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-656 (-1202))) (-5 *1 (-895)))))
+(-10 -7 (-15 -2271 ((-656 (-1202)) (-1179))))
+((-2423 (((-897 |#2|) (-1 |#2| |#1|) (-897 |#1|)) 15)))
+(((-896 |#1| |#2|) (-10 -7 (-15 -2423 ((-897 |#2|) (-1 |#2| |#1|) (-897 |#1|)))) (-1238) (-1238)) (T -896))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-897 *5)) (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-897 *6)) (-5 *1 (-896 *5 *6)))))
+(-10 -7 (-15 -2423 ((-897 |#2|) (-1 |#2| |#1|) (-897 |#1|))))
+((-1418 (($ |#1| |#1| |#1|) 8)) (-2201 ((|#1| $ (-783)) 15)))
+(((-897 |#1|) (-10 -8 (-15 -1418 ($ |#1| |#1| |#1|)) (-15 -2201 (|#1| $ (-783)))) (-1238)) (T -897))
+((-2201 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *1 (-897 *2)) (-4 *2 (-1238)))) (-1418 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-897 *2)) (-4 *2 (-1238)))))
+(-10 -8 (-15 -1418 ($ |#1| |#1| |#1|)) (-15 -2201 (|#1| $ (-783))))
+((-2917 (((-1178 (-656 (-576))) (-656 (-576)) (-1178 (-656 (-576)))) 41)) (-3986 (((-1178 (-656 (-576))) (-656 (-576)) (-656 (-576))) 31)) (-2222 (((-1178 (-656 (-576))) (-656 (-576))) 53) (((-1178 (-656 (-576))) (-656 (-576)) (-656 (-576))) 50)) (-4151 (((-1178 (-656 (-576))) (-576)) 55)) (-3904 (((-1178 (-656 (-940))) (-1178 (-656 (-940)))) 22)) (-2970 (((-656 (-940)) (-656 (-940))) 18)))
+(((-898) (-10 -7 (-15 -2970 ((-656 (-940)) (-656 (-940)))) (-15 -3904 ((-1178 (-656 (-940))) (-1178 (-656 (-940))))) (-15 -3986 ((-1178 (-656 (-576))) (-656 (-576)) (-656 (-576)))) (-15 -2917 ((-1178 (-656 (-576))) (-656 (-576)) (-1178 (-656 (-576))))) (-15 -2222 ((-1178 (-656 (-576))) (-656 (-576)) (-656 (-576)))) (-15 -2222 ((-1178 (-656 (-576))) (-656 (-576)))) (-15 -4151 ((-1178 (-656 (-576))) (-576))))) (T -898))
+((-4151 (*1 *2 *3) (-12 (-5 *2 (-1178 (-656 (-576)))) (-5 *1 (-898)) (-5 *3 (-576)))) (-2222 (*1 *2 *3) (-12 (-5 *2 (-1178 (-656 (-576)))) (-5 *1 (-898)) (-5 *3 (-656 (-576))))) (-2222 (*1 *2 *3 *3) (-12 (-5 *2 (-1178 (-656 (-576)))) (-5 *1 (-898)) (-5 *3 (-656 (-576))))) (-2917 (*1 *2 *3 *2) (-12 (-5 *2 (-1178 (-656 (-576)))) (-5 *3 (-656 (-576))) (-5 *1 (-898)))) (-3986 (*1 *2 *3 *3) (-12 (-5 *2 (-1178 (-656 (-576)))) (-5 *1 (-898)) (-5 *3 (-656 (-576))))) (-3904 (*1 *2 *2) (-12 (-5 *2 (-1178 (-656 (-940)))) (-5 *1 (-898)))) (-2970 (*1 *2 *2) (-12 (-5 *2 (-656 (-940))) (-5 *1 (-898)))))
+(-10 -7 (-15 -2970 ((-656 (-940)) (-656 (-940)))) (-15 -3904 ((-1178 (-656 (-940))) (-1178 (-656 (-940))))) (-15 -3986 ((-1178 (-656 (-576))) (-656 (-576)) (-656 (-576)))) (-15 -2917 ((-1178 (-656 (-576))) (-656 (-576)) (-1178 (-656 (-576))))) (-15 -2222 ((-1178 (-656 (-576))) (-656 (-576)) (-656 (-576)))) (-15 -2222 ((-1178 (-656 (-576))) (-656 (-576)))) (-15 -4151 ((-1178 (-656 (-576))) (-576))))
+((-1554 (((-907 (-390)) $) 9 (|has| |#1| (-626 (-907 (-390))))) (((-907 (-576)) $) 8 (|has| |#1| (-626 (-907 (-576)))))))
+(((-899 |#1|) (-141) (-1238)) (T -899))
+NIL
+(-13 (-10 -7 (IF (|has| |t#1| (-626 (-907 (-576)))) (-6 (-626 (-907 (-576)))) |%noBranch|) (IF (|has| |t#1| (-626 (-907 (-390)))) (-6 (-626 (-907 (-390)))) |%noBranch|)))
+(((-626 (-907 (-390))) |has| |#1| (-626 (-907 (-390)))) ((-626 (-907 (-576))) |has| |#1| (-626 (-907 (-576)))))
+((-1955 (((-112) $ $) NIL)) (-1988 (($) 14)) (-3255 (($ (-904 |#1| |#2|) (-904 |#1| |#3|)) 28)) (-4206 (((-904 |#1| |#3|) $) 16)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-3318 (((-112) $) 22)) (-2532 (($) 19)) (-4114 (((-876) $) 31)) (-3000 (((-112) $ $) NIL)) (-1728 (((-904 |#1| |#2|) $) 15)) (-3939 (((-112) $ $) 26)))
+(((-900 |#1| |#2| |#3|) (-13 (-1121) (-10 -8 (-15 -3318 ((-112) $)) (-15 -2532 ($)) (-15 -1988 ($)) (-15 -3255 ($ (-904 |#1| |#2|) (-904 |#1| |#3|))) (-15 -1728 ((-904 |#1| |#2|) $)) (-15 -4206 ((-904 |#1| |#3|) $)))) (-1121) (-1121) (-678 |#2|)) (T -900))
+((-3318 (*1 *2 *1) (-12 (-4 *4 (-1121)) (-5 *2 (-112)) (-5 *1 (-900 *3 *4 *5)) (-4 *3 (-1121)) (-4 *5 (-678 *4)))) (-2532 (*1 *1) (-12 (-4 *3 (-1121)) (-5 *1 (-900 *2 *3 *4)) (-4 *2 (-1121)) (-4 *4 (-678 *3)))) (-1988 (*1 *1) (-12 (-4 *3 (-1121)) (-5 *1 (-900 *2 *3 *4)) (-4 *2 (-1121)) (-4 *4 (-678 *3)))) (-3255 (*1 *1 *2 *3) (-12 (-5 *2 (-904 *4 *5)) (-5 *3 (-904 *4 *6)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-678 *5)) (-5 *1 (-900 *4 *5 *6)))) (-1728 (*1 *2 *1) (-12 (-4 *4 (-1121)) (-5 *2 (-904 *3 *4)) (-5 *1 (-900 *3 *4 *5)) (-4 *3 (-1121)) (-4 *5 (-678 *4)))) (-4206 (*1 *2 *1) (-12 (-4 *4 (-1121)) (-5 *2 (-904 *3 *5)) (-5 *1 (-900 *3 *4 *5)) (-4 *3 (-1121)) (-4 *5 (-678 *4)))))
+(-13 (-1121) (-10 -8 (-15 -3318 ((-112) $)) (-15 -2532 ($)) (-15 -1988 ($)) (-15 -3255 ($ (-904 |#1| |#2|) (-904 |#1| |#3|))) (-15 -1728 ((-904 |#1| |#2|) $)) (-15 -4206 ((-904 |#1| |#3|) $))))
+((-1955 (((-112) $ $) 6)) (-3135 (((-904 |#1| $) $ (-907 |#1|) (-904 |#1| $)) 14)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)))
+(((-901 |#1|) (-141) (-1121)) (T -901))
+((-3135 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-904 *4 *1)) (-5 *3 (-907 *4)) (-4 *1 (-901 *4)) (-4 *4 (-1121)))))
+(-13 (-1121) (-10 -8 (-15 -3135 ((-904 |t#1| $) $ (-907 |t#1|) (-904 |t#1| $)))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-1436 (((-112) (-656 |#2|) |#3|) 23) (((-112) |#2| |#3|) 18)) (-1842 (((-904 |#1| |#2|) |#2| |#3|) 45 (-12 (-2300 (|has| |#2| (-1059 (-1197)))) (-2300 (|has| |#2| (-1070))))) (((-656 (-304 (-971 |#2|))) |#2| |#3|) 44 (-12 (|has| |#2| (-1070)) (-2300 (|has| |#2| (-1059 (-1197)))))) (((-656 (-304 |#2|)) |#2| |#3|) 36 (|has| |#2| (-1059 (-1197)))) (((-900 |#1| |#2| (-656 |#2|)) (-656 |#2|) |#3|) 21)))
+(((-902 |#1| |#2| |#3|) (-10 -7 (-15 -1436 ((-112) |#2| |#3|)) (-15 -1436 ((-112) (-656 |#2|) |#3|)) (-15 -1842 ((-900 |#1| |#2| (-656 |#2|)) (-656 |#2|) |#3|)) (IF (|has| |#2| (-1059 (-1197))) (-15 -1842 ((-656 (-304 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1070)) (-15 -1842 ((-656 (-304 (-971 |#2|))) |#2| |#3|)) (-15 -1842 ((-904 |#1| |#2|) |#2| |#3|))))) (-1121) (-901 |#1|) (-626 (-907 |#1|))) (T -902))
+((-1842 (*1 *2 *3 *4) (-12 (-4 *5 (-1121)) (-5 *2 (-904 *5 *3)) (-5 *1 (-902 *5 *3 *4)) (-2300 (-4 *3 (-1059 (-1197)))) (-2300 (-4 *3 (-1070))) (-4 *3 (-901 *5)) (-4 *4 (-626 (-907 *5))))) (-1842 (*1 *2 *3 *4) (-12 (-4 *5 (-1121)) (-5 *2 (-656 (-304 (-971 *3)))) (-5 *1 (-902 *5 *3 *4)) (-4 *3 (-1070)) (-2300 (-4 *3 (-1059 (-1197)))) (-4 *3 (-901 *5)) (-4 *4 (-626 (-907 *5))))) (-1842 (*1 *2 *3 *4) (-12 (-4 *5 (-1121)) (-5 *2 (-656 (-304 *3))) (-5 *1 (-902 *5 *3 *4)) (-4 *3 (-1059 (-1197))) (-4 *3 (-901 *5)) (-4 *4 (-626 (-907 *5))))) (-1842 (*1 *2 *3 *4) (-12 (-4 *5 (-1121)) (-4 *6 (-901 *5)) (-5 *2 (-900 *5 *6 (-656 *6))) (-5 *1 (-902 *5 *6 *4)) (-5 *3 (-656 *6)) (-4 *4 (-626 (-907 *5))))) (-1436 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *6)) (-4 *6 (-901 *5)) (-4 *5 (-1121)) (-5 *2 (-112)) (-5 *1 (-902 *5 *6 *4)) (-4 *4 (-626 (-907 *5))))) (-1436 (*1 *2 *3 *4) (-12 (-4 *5 (-1121)) (-5 *2 (-112)) (-5 *1 (-902 *5 *3 *4)) (-4 *3 (-901 *5)) (-4 *4 (-626 (-907 *5))))))
+(-10 -7 (-15 -1436 ((-112) |#2| |#3|)) (-15 -1436 ((-112) (-656 |#2|) |#3|)) (-15 -1842 ((-900 |#1| |#2| (-656 |#2|)) (-656 |#2|) |#3|)) (IF (|has| |#2| (-1059 (-1197))) (-15 -1842 ((-656 (-304 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1070)) (-15 -1842 ((-656 (-304 (-971 |#2|))) |#2| |#3|)) (-15 -1842 ((-904 |#1| |#2|) |#2| |#3|)))))
+((-2423 (((-904 |#1| |#3|) (-1 |#3| |#2|) (-904 |#1| |#2|)) 22)))
+(((-903 |#1| |#2| |#3|) (-10 -7 (-15 -2423 ((-904 |#1| |#3|) (-1 |#3| |#2|) (-904 |#1| |#2|)))) (-1121) (-1121) (-1121)) (T -903))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-904 *5 *6)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-904 *5 *7)) (-5 *1 (-903 *5 *6 *7)))))
+(-10 -7 (-15 -2423 ((-904 |#1| |#3|) (-1 |#3| |#2|) (-904 |#1| |#2|))))
+((-1955 (((-112) $ $) NIL)) (-4025 (($ $ $) 40)) (-1973 (((-3 (-112) "failed") $ (-907 |#1|)) 37)) (-1988 (($) 12)) (-4185 (((-1179) $) NIL)) (-3967 (($ (-907 |#1|) |#2| $) 20)) (-3117 (((-1141) $) NIL)) (-1516 (((-3 |#2| "failed") (-907 |#1|) $) 51)) (-3318 (((-112) $) 15)) (-2532 (($) 13)) (-1525 (((-656 (-2 (|:| -2240 (-1197)) (|:| -2904 |#2|))) $) 25)) (-4125 (($ (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 |#2|)))) 23)) (-4114 (((-876) $) 45)) (-3000 (((-112) $ $) NIL)) (-2535 (($ (-907 |#1|) |#2| $ |#2|) 49)) (-2360 (($ (-907 |#1|) |#2| $) 48)) (-3939 (((-112) $ $) 42)))
+(((-904 |#1| |#2|) (-13 (-1121) (-10 -8 (-15 -3318 ((-112) $)) (-15 -2532 ($)) (-15 -1988 ($)) (-15 -4025 ($ $ $)) (-15 -1516 ((-3 |#2| "failed") (-907 |#1|) $)) (-15 -2360 ($ (-907 |#1|) |#2| $)) (-15 -3967 ($ (-907 |#1|) |#2| $)) (-15 -2535 ($ (-907 |#1|) |#2| $ |#2|)) (-15 -1525 ((-656 (-2 (|:| -2240 (-1197)) (|:| -2904 |#2|))) $)) (-15 -4125 ($ (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 |#2|))))) (-15 -1973 ((-3 (-112) "failed") $ (-907 |#1|))))) (-1121) (-1121)) (T -904))
+((-3318 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-904 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121)))) (-2532 (*1 *1) (-12 (-5 *1 (-904 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121)))) (-1988 (*1 *1) (-12 (-5 *1 (-904 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121)))) (-4025 (*1 *1 *1 *1) (-12 (-5 *1 (-904 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121)))) (-1516 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-907 *4)) (-4 *4 (-1121)) (-4 *2 (-1121)) (-5 *1 (-904 *4 *2)))) (-2360 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-907 *4)) (-4 *4 (-1121)) (-5 *1 (-904 *4 *3)) (-4 *3 (-1121)))) (-3967 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-907 *4)) (-4 *4 (-1121)) (-5 *1 (-904 *4 *3)) (-4 *3 (-1121)))) (-2535 (*1 *1 *2 *3 *1 *3) (-12 (-5 *2 (-907 *4)) (-4 *4 (-1121)) (-5 *1 (-904 *4 *3)) (-4 *3 (-1121)))) (-1525 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 *4)))) (-5 *1 (-904 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121)))) (-4125 (*1 *1 *2) (-12 (-5 *2 (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 *4)))) (-4 *4 (-1121)) (-5 *1 (-904 *3 *4)) (-4 *3 (-1121)))) (-1973 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-907 *4)) (-4 *4 (-1121)) (-5 *2 (-112)) (-5 *1 (-904 *4 *5)) (-4 *5 (-1121)))))
+(-13 (-1121) (-10 -8 (-15 -3318 ((-112) $)) (-15 -2532 ($)) (-15 -1988 ($)) (-15 -4025 ($ $ $)) (-15 -1516 ((-3 |#2| "failed") (-907 |#1|) $)) (-15 -2360 ($ (-907 |#1|) |#2| $)) (-15 -3967 ($ (-907 |#1|) |#2| $)) (-15 -2535 ($ (-907 |#1|) |#2| $ |#2|)) (-15 -1525 ((-656 (-2 (|:| -2240 (-1197)) (|:| -2904 |#2|))) $)) (-15 -4125 ($ (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 |#2|))))) (-15 -1973 ((-3 (-112) "failed") $ (-907 |#1|)))))
+((-3767 (((-907 |#1|) (-907 |#1|) (-656 (-1197)) (-1 (-112) (-656 |#2|))) 32) (((-907 |#1|) (-907 |#1|) (-656 (-1 (-112) |#2|))) 46) (((-907 |#1|) (-907 |#1|) (-1 (-112) |#2|)) 35)) (-1973 (((-112) (-656 |#2|) (-907 |#1|)) 42) (((-112) |#2| (-907 |#1|)) 36)) (-2371 (((-1 (-112) |#2|) (-907 |#1|)) 16)) (-2289 (((-656 |#2|) (-907 |#1|)) 24)) (-1893 (((-907 |#1|) (-907 |#1|) |#2|) 20)))
+(((-905 |#1| |#2|) (-10 -7 (-15 -3767 ((-907 |#1|) (-907 |#1|) (-1 (-112) |#2|))) (-15 -3767 ((-907 |#1|) (-907 |#1|) (-656 (-1 (-112) |#2|)))) (-15 -3767 ((-907 |#1|) (-907 |#1|) (-656 (-1197)) (-1 (-112) (-656 |#2|)))) (-15 -2371 ((-1 (-112) |#2|) (-907 |#1|))) (-15 -1973 ((-112) |#2| (-907 |#1|))) (-15 -1973 ((-112) (-656 |#2|) (-907 |#1|))) (-15 -1893 ((-907 |#1|) (-907 |#1|) |#2|)) (-15 -2289 ((-656 |#2|) (-907 |#1|)))) (-1121) (-1238)) (T -905))
+((-2289 (*1 *2 *3) (-12 (-5 *3 (-907 *4)) (-4 *4 (-1121)) (-5 *2 (-656 *5)) (-5 *1 (-905 *4 *5)) (-4 *5 (-1238)))) (-1893 (*1 *2 *2 *3) (-12 (-5 *2 (-907 *4)) (-4 *4 (-1121)) (-5 *1 (-905 *4 *3)) (-4 *3 (-1238)))) (-1973 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *6)) (-5 *4 (-907 *5)) (-4 *5 (-1121)) (-4 *6 (-1238)) (-5 *2 (-112)) (-5 *1 (-905 *5 *6)))) (-1973 (*1 *2 *3 *4) (-12 (-5 *4 (-907 *5)) (-4 *5 (-1121)) (-5 *2 (-112)) (-5 *1 (-905 *5 *3)) (-4 *3 (-1238)))) (-2371 (*1 *2 *3) (-12 (-5 *3 (-907 *4)) (-4 *4 (-1121)) (-5 *2 (-1 (-112) *5)) (-5 *1 (-905 *4 *5)) (-4 *5 (-1238)))) (-3767 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-907 *5)) (-5 *3 (-656 (-1197))) (-5 *4 (-1 (-112) (-656 *6))) (-4 *5 (-1121)) (-4 *6 (-1238)) (-5 *1 (-905 *5 *6)))) (-3767 (*1 *2 *2 *3) (-12 (-5 *2 (-907 *4)) (-5 *3 (-656 (-1 (-112) *5))) (-4 *4 (-1121)) (-4 *5 (-1238)) (-5 *1 (-905 *4 *5)))) (-3767 (*1 *2 *2 *3) (-12 (-5 *2 (-907 *4)) (-5 *3 (-1 (-112) *5)) (-4 *4 (-1121)) (-4 *5 (-1238)) (-5 *1 (-905 *4 *5)))))
+(-10 -7 (-15 -3767 ((-907 |#1|) (-907 |#1|) (-1 (-112) |#2|))) (-15 -3767 ((-907 |#1|) (-907 |#1|) (-656 (-1 (-112) |#2|)))) (-15 -3767 ((-907 |#1|) (-907 |#1|) (-656 (-1197)) (-1 (-112) (-656 |#2|)))) (-15 -2371 ((-1 (-112) |#2|) (-907 |#1|))) (-15 -1973 ((-112) |#2| (-907 |#1|))) (-15 -1973 ((-112) (-656 |#2|) (-907 |#1|))) (-15 -1893 ((-907 |#1|) (-907 |#1|) |#2|)) (-15 -2289 ((-656 |#2|) (-907 |#1|))))
+((-2423 (((-907 |#2|) (-1 |#2| |#1|) (-907 |#1|)) 19)))
+(((-906 |#1| |#2|) (-10 -7 (-15 -2423 ((-907 |#2|) (-1 |#2| |#1|) (-907 |#1|)))) (-1121) (-1121)) (T -906))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-907 *5)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-5 *2 (-907 *6)) (-5 *1 (-906 *5 *6)))))
+(-10 -7 (-15 -2423 ((-907 |#2|) (-1 |#2| |#1|) (-907 |#1|))))
+((-1955 (((-112) $ $) NIL)) (-3003 (($ $ (-656 (-52))) 74)) (-1583 (((-656 $) $) 139)) (-1564 (((-2 (|:| |var| (-656 (-1197))) (|:| |pred| (-52))) $) 30)) (-2522 (((-112) $) 35)) (-4014 (($ $ (-656 (-1197)) (-52)) 31)) (-2939 (($ $ (-656 (-52))) 73)) (-2981 (((-3 |#1| "failed") $) 71) (((-3 (-1197) "failed") $) 164)) (-2318 ((|#1| $) 68) (((-1197) $) NIL)) (-1759 (($ $) 126)) (-1361 (((-112) $) 55)) (-3989 (((-656 (-52)) $) 50)) (-2519 (($ (-1197) (-112) (-112) (-112)) 75)) (-4373 (((-3 (-656 $) "failed") (-656 $)) 82)) (-4379 (((-112) $) 58)) (-1565 (((-112) $) 57)) (-4185 (((-1179) $) NIL)) (-4383 (((-3 (-656 $) "failed") $) 41)) (-2899 (((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $) 48)) (-1788 (((-3 (-2 (|:| |val| $) (|:| -3744 $)) "failed") $) 97)) (-2453 (((-3 (-656 $) "failed") $) 40)) (-1813 (((-3 (-656 $) "failed") $ (-115)) 124) (((-3 (-2 (|:| -3961 (-115)) (|:| |arg| (-656 $))) "failed") $) 107)) (-2468 (((-3 (-656 $) "failed") $) 42)) (-2344 (((-3 (-2 (|:| |val| $) (|:| -3744 (-783))) "failed") $) 45)) (-1569 (((-112) $) 34)) (-3117 (((-1141) $) NIL)) (-2983 (((-112) $) 28)) (-3006 (((-112) $) 52)) (-3394 (((-656 (-52)) $) 130)) (-3497 (((-112) $) 56)) (-4369 (($ (-115) (-656 $)) 104)) (-4307 (((-783) $) 33)) (-4287 (($ $) 72)) (-1554 (($ (-656 $)) 69)) (-2913 (((-112) $) 32)) (-4114 (((-876) $) 63) (($ |#1|) 23) (($ (-1197)) 76)) (-3000 (((-112) $ $) NIL)) (-1893 (($ $ (-52)) 129)) (-4312 (($) 103 T CONST)) (-4322 (($) 83 T CONST)) (-3939 (((-112) $ $) 93)) (-4047 (($ $ $) 117)) (-4027 (($ $ $) 121)) (** (($ $ (-783)) 115) (($ $ $) 64)) (* (($ $ $) 122)))
+(((-907 |#1|) (-13 (-1121) (-1059 |#1|) (-1059 (-1197)) (-10 -8 (-15 0 ($) -2666) (-15 1 ($) -2666) (-15 -2453 ((-3 (-656 $) "failed") $)) (-15 -4383 ((-3 (-656 $) "failed") $)) (-15 -1813 ((-3 (-656 $) "failed") $ (-115))) (-15 -1813 ((-3 (-2 (|:| -3961 (-115)) (|:| |arg| (-656 $))) "failed") $)) (-15 -2344 ((-3 (-2 (|:| |val| $) (|:| -3744 (-783))) "failed") $)) (-15 -2899 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -2468 ((-3 (-656 $) "failed") $)) (-15 -1788 ((-3 (-2 (|:| |val| $) (|:| -3744 $)) "failed") $)) (-15 -4369 ($ (-115) (-656 $))) (-15 -4027 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-783))) (-15 ** ($ $ $)) (-15 -4047 ($ $ $)) (-15 -4307 ((-783) $)) (-15 -1554 ($ (-656 $))) (-15 -4287 ($ $)) (-15 -1569 ((-112) $)) (-15 -1361 ((-112) $)) (-15 -2522 ((-112) $)) (-15 -2913 ((-112) $)) (-15 -3497 ((-112) $)) (-15 -1565 ((-112) $)) (-15 -4379 ((-112) $)) (-15 -3006 ((-112) $)) (-15 -3989 ((-656 (-52)) $)) (-15 -2939 ($ $ (-656 (-52)))) (-15 -3003 ($ $ (-656 (-52)))) (-15 -2519 ($ (-1197) (-112) (-112) (-112))) (-15 -4014 ($ $ (-656 (-1197)) (-52))) (-15 -1564 ((-2 (|:| |var| (-656 (-1197))) (|:| |pred| (-52))) $)) (-15 -2983 ((-112) $)) (-15 -1759 ($ $)) (-15 -1893 ($ $ (-52))) (-15 -3394 ((-656 (-52)) $)) (-15 -1583 ((-656 $) $)) (-15 -4373 ((-3 (-656 $) "failed") (-656 $))))) (-1121)) (T -907))
+((-4312 (*1 *1) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1121)))) (-4322 (*1 *1) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1121)))) (-2453 (*1 *2 *1) (|partial| -12 (-5 *2 (-656 (-907 *3))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-4383 (*1 *2 *1) (|partial| -12 (-5 *2 (-656 (-907 *3))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-1813 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-115)) (-5 *2 (-656 (-907 *4))) (-5 *1 (-907 *4)) (-4 *4 (-1121)))) (-1813 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| -3961 (-115)) (|:| |arg| (-656 (-907 *3))))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-2344 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-907 *3)) (|:| -3744 (-783)))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-2899 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |num| (-907 *3)) (|:| |den| (-907 *3)))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-2468 (*1 *2 *1) (|partial| -12 (-5 *2 (-656 (-907 *3))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-1788 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-907 *3)) (|:| -3744 (-907 *3)))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-4369 (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-656 (-907 *4))) (-5 *1 (-907 *4)) (-4 *4 (-1121)))) (-4027 (*1 *1 *1 *1) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1121)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1121)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (** (*1 *1 *1 *1) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1121)))) (-4047 (*1 *1 *1 *1) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1121)))) (-4307 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-1554 (*1 *1 *2) (-12 (-5 *2 (-656 (-907 *3))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-4287 (*1 *1 *1) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1121)))) (-1569 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-1361 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-2522 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-2913 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-3497 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-1565 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-4379 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-3006 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-3989 (*1 *2 *1) (-12 (-5 *2 (-656 (-52))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-2939 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-52))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-3003 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-52))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-2519 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-112)) (-5 *1 (-907 *4)) (-4 *4 (-1121)))) (-4014 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-1197))) (-5 *3 (-52)) (-5 *1 (-907 *4)) (-4 *4 (-1121)))) (-1564 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |var| (-656 (-1197))) (|:| |pred| (-52)))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-2983 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-1759 (*1 *1 *1) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1121)))) (-1893 (*1 *1 *1 *2) (-12 (-5 *2 (-52)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-3394 (*1 *2 *1) (-12 (-5 *2 (-656 (-52))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-1583 (*1 *2 *1) (-12 (-5 *2 (-656 (-907 *3))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))) (-4373 (*1 *2 *2) (|partial| -12 (-5 *2 (-656 (-907 *3))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))))
+(-13 (-1121) (-1059 |#1|) (-1059 (-1197)) (-10 -8 (-15 (-4312) ($) -2666) (-15 (-4322) ($) -2666) (-15 -2453 ((-3 (-656 $) "failed") $)) (-15 -4383 ((-3 (-656 $) "failed") $)) (-15 -1813 ((-3 (-656 $) "failed") $ (-115))) (-15 -1813 ((-3 (-2 (|:| -3961 (-115)) (|:| |arg| (-656 $))) "failed") $)) (-15 -2344 ((-3 (-2 (|:| |val| $) (|:| -3744 (-783))) "failed") $)) (-15 -2899 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -2468 ((-3 (-656 $) "failed") $)) (-15 -1788 ((-3 (-2 (|:| |val| $) (|:| -3744 $)) "failed") $)) (-15 -4369 ($ (-115) (-656 $))) (-15 -4027 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-783))) (-15 ** ($ $ $)) (-15 -4047 ($ $ $)) (-15 -4307 ((-783) $)) (-15 -1554 ($ (-656 $))) (-15 -4287 ($ $)) (-15 -1569 ((-112) $)) (-15 -1361 ((-112) $)) (-15 -2522 ((-112) $)) (-15 -2913 ((-112) $)) (-15 -3497 ((-112) $)) (-15 -1565 ((-112) $)) (-15 -4379 ((-112) $)) (-15 -3006 ((-112) $)) (-15 -3989 ((-656 (-52)) $)) (-15 -2939 ($ $ (-656 (-52)))) (-15 -3003 ($ $ (-656 (-52)))) (-15 -2519 ($ (-1197) (-112) (-112) (-112))) (-15 -4014 ($ $ (-656 (-1197)) (-52))) (-15 -1564 ((-2 (|:| |var| (-656 (-1197))) (|:| |pred| (-52))) $)) (-15 -2983 ((-112) $)) (-15 -1759 ($ $)) (-15 -1893 ($ $ (-52))) (-15 -3394 ((-656 (-52)) $)) (-15 -1583 ((-656 $) $)) (-15 -4373 ((-3 (-656 $) "failed") (-656 $)))))
+((-1955 (((-112) $ $) NIL)) (-1419 (((-656 |#1|) $) 19)) (-2500 (((-112) $) 49)) (-2981 (((-3 (-684 |#1|) "failed") $) 56)) (-2318 (((-684 |#1|) $) 54)) (-1762 (($ $) 23)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-3108 (((-783) $) 61)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1753 (((-684 |#1|) $) 21)) (-4114 (((-876) $) 47) (($ (-684 |#1|)) 26) (((-831 |#1|) $) 36) (($ |#1|) 25)) (-3000 (((-112) $ $) NIL)) (-4322 (($) 9 T CONST)) (-3921 (((-656 (-684 |#1|)) $) 28)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 12)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 67)))
+(((-908 |#1|) (-13 (-862) (-1059 (-684 |#1|)) (-10 -8 (-15 1 ($) -2666) (-15 -4114 ((-831 |#1|) $)) (-15 -4114 ($ |#1|)) (-15 -1753 ((-684 |#1|) $)) (-15 -3108 ((-783) $)) (-15 -3921 ((-656 (-684 |#1|)) $)) (-15 -1762 ($ $)) (-15 -2500 ((-112) $)) (-15 -1419 ((-656 |#1|) $)))) (-862)) (T -908))
+((-4322 (*1 *1) (-12 (-5 *1 (-908 *2)) (-4 *2 (-862)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-831 *3)) (-5 *1 (-908 *3)) (-4 *3 (-862)))) (-4114 (*1 *1 *2) (-12 (-5 *1 (-908 *2)) (-4 *2 (-862)))) (-1753 (*1 *2 *1) (-12 (-5 *2 (-684 *3)) (-5 *1 (-908 *3)) (-4 *3 (-862)))) (-3108 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-908 *3)) (-4 *3 (-862)))) (-3921 (*1 *2 *1) (-12 (-5 *2 (-656 (-684 *3))) (-5 *1 (-908 *3)) (-4 *3 (-862)))) (-1762 (*1 *1 *1) (-12 (-5 *1 (-908 *2)) (-4 *2 (-862)))) (-2500 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-908 *3)) (-4 *3 (-862)))) (-1419 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-908 *3)) (-4 *3 (-862)))))
+(-13 (-862) (-1059 (-684 |#1|)) (-10 -8 (-15 (-4322) ($) -2666) (-15 -4114 ((-831 |#1|) $)) (-15 -4114 ($ |#1|)) (-15 -1753 ((-684 |#1|) $)) (-15 -3108 ((-783) $)) (-15 -3921 ((-656 (-684 |#1|)) $)) (-15 -1762 ($ $)) (-15 -2500 ((-112) $)) (-15 -1419 ((-656 |#1|) $))))
+((-2361 ((|#1| |#1| |#1|) 19)))
+(((-909 |#1| |#2|) (-10 -7 (-15 -2361 (|#1| |#1| |#1|))) (-1264 |#2|) (-1070)) (T -909))
+((-2361 (*1 *2 *2 *2) (-12 (-4 *3 (-1070)) (-5 *1 (-909 *2 *3)) (-4 *2 (-1264 *3)))))
+(-10 -7 (-15 -2361 (|#1| |#1| |#1|)))
+((-3157 ((|#2| $ |#3|) 10)))
+(((-910 |#1| |#2| |#3|) (-10 -8 (-15 -3157 (|#2| |#1| |#3|))) (-911 |#2| |#3|) (-1238) (-1238)) (T -910))
+NIL
+(-10 -8 (-15 -3157 (|#2| |#1| |#3|)))
+((-4107 ((|#1| $ |#2|) 7)) (-3157 ((|#1| $ |#2|) 6)))
+(((-911 |#1| |#2|) (-141) (-1238) (-1238)) (T -911))
+((-4107 (*1 *2 *1 *3) (-12 (-4 *1 (-911 *2 *3)) (-4 *3 (-1238)) (-4 *2 (-1238)))) (-3157 (*1 *2 *1 *3) (-12 (-4 *1 (-911 *2 *3)) (-4 *3 (-1238)) (-4 *2 (-1238)))))
+(-13 (-1238) (-10 -8 (-15 -4107 (|t#1| $ |t#2|)) (-15 -3157 (|t#1| $ |t#2|))))
+(((-1238) . T))
+((-1955 (((-112) $ $) 6)) (-2977 (((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227)))) 15)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-2830 (((-1056) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227)))) 14)) (-3939 (((-112) $ $) 7)))
+(((-912) (-141)) (T -912))
+((-2977 (*1 *2 *3 *4) (-12 (-4 *1 (-912)) (-5 *3 (-1084)) (-5 *4 (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227)))) (-5 *2 (-2 (|:| -2977 (-390)) (|:| |explanations| (-1179)))))) (-2830 (*1 *2 *3) (-12 (-4 *1 (-912)) (-5 *3 (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227)))) (-5 *2 (-1056)))))
+(-13 (-1121) (-10 -7 (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))) (-1084) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227))))) (-15 -2830 ((-1056) (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227)))))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-2207 ((|#1| |#1| (-783)) 27)) (-3348 (((-3 |#1| "failed") |#1| |#1|) 24)) (-1634 (((-3 (-2 (|:| -2100 |#1|) (|:| -2111 |#1|)) "failed") |#1| (-783) (-783)) 30) (((-656 |#1|) |#1|) 38)))
+(((-913 |#1| |#2|) (-10 -7 (-15 -1634 ((-656 |#1|) |#1|)) (-15 -1634 ((-3 (-2 (|:| -2100 |#1|) (|:| -2111 |#1|)) "failed") |#1| (-783) (-783))) (-15 -3348 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2207 (|#1| |#1| (-783)))) (-1264 |#2|) (-374)) (T -913))
+((-2207 (*1 *2 *2 *3) (-12 (-5 *3 (-783)) (-4 *4 (-374)) (-5 *1 (-913 *2 *4)) (-4 *2 (-1264 *4)))) (-3348 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-374)) (-5 *1 (-913 *2 *3)) (-4 *2 (-1264 *3)))) (-1634 (*1 *2 *3 *4 *4) (|partial| -12 (-5 *4 (-783)) (-4 *5 (-374)) (-5 *2 (-2 (|:| -2100 *3) (|:| -2111 *3))) (-5 *1 (-913 *3 *5)) (-4 *3 (-1264 *5)))) (-1634 (*1 *2 *3) (-12 (-4 *4 (-374)) (-5 *2 (-656 *3)) (-5 *1 (-913 *3 *4)) (-4 *3 (-1264 *4)))))
+(-10 -7 (-15 -1634 ((-656 |#1|) |#1|)) (-15 -1634 ((-3 (-2 (|:| -2100 |#1|) (|:| -2111 |#1|)) "failed") |#1| (-783) (-783))) (-15 -3348 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2207 (|#1| |#1| (-783))))
+((-4022 (((-1056) (-390) (-390) (-390) (-390) (-783) (-783) (-656 (-326 (-390))) (-656 (-656 (-326 (-390)))) (-1179)) 104) (((-1056) (-390) (-390) (-390) (-390) (-783) (-783) (-656 (-326 (-390))) (-656 (-656 (-326 (-390)))) (-1179) (-227)) 100) (((-1056) (-915) (-1084)) 92) (((-1056) (-915)) 93)) (-2977 (((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-915) (-1084)) 62) (((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-915)) 64)))
+(((-914) (-10 -7 (-15 -4022 ((-1056) (-915))) (-15 -4022 ((-1056) (-915) (-1084))) (-15 -4022 ((-1056) (-390) (-390) (-390) (-390) (-783) (-783) (-656 (-326 (-390))) (-656 (-656 (-326 (-390)))) (-1179) (-227))) (-15 -4022 ((-1056) (-390) (-390) (-390) (-390) (-783) (-783) (-656 (-326 (-390))) (-656 (-656 (-326 (-390)))) (-1179))) (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-915))) (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-915) (-1084))))) (T -914))
+((-2977 (*1 *2 *3 *4) (-12 (-5 *3 (-915)) (-5 *4 (-1084)) (-5 *2 (-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))))) (-5 *1 (-914)))) (-2977 (*1 *2 *3) (-12 (-5 *3 (-915)) (-5 *2 (-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179))))) (-5 *1 (-914)))) (-4022 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7) (-12 (-5 *4 (-783)) (-5 *6 (-656 (-656 (-326 *3)))) (-5 *7 (-1179)) (-5 *5 (-656 (-326 (-390)))) (-5 *3 (-390)) (-5 *2 (-1056)) (-5 *1 (-914)))) (-4022 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8) (-12 (-5 *4 (-783)) (-5 *6 (-656 (-656 (-326 *3)))) (-5 *7 (-1179)) (-5 *8 (-227)) (-5 *5 (-656 (-326 (-390)))) (-5 *3 (-390)) (-5 *2 (-1056)) (-5 *1 (-914)))) (-4022 (*1 *2 *3 *4) (-12 (-5 *3 (-915)) (-5 *4 (-1084)) (-5 *2 (-1056)) (-5 *1 (-914)))) (-4022 (*1 *2 *3) (-12 (-5 *3 (-915)) (-5 *2 (-1056)) (-5 *1 (-914)))))
+(-10 -7 (-15 -4022 ((-1056) (-915))) (-15 -4022 ((-1056) (-915) (-1084))) (-15 -4022 ((-1056) (-390) (-390) (-390) (-390) (-783) (-783) (-656 (-326 (-390))) (-656 (-656 (-326 (-390)))) (-1179) (-227))) (-15 -4022 ((-1056) (-390) (-390) (-390) (-390) (-783) (-783) (-656 (-326 (-390))) (-656 (-656 (-326 (-390)))) (-1179))) (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-915))) (-15 -2977 ((-2 (|:| -2977 (-390)) (|:| -4149 (-1179)) (|:| |explanations| (-656 (-1179)))) (-915) (-1084))))
+((-1955 (((-112) $ $) NIL)) (-2318 (((-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227))) $) 19)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 21) (($ (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227)))) 18)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-915) (-13 (-1121) (-10 -8 (-15 -4114 ($ (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227))))) (-15 -2318 ((-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227))) $))))) (T -915))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227)))) (-5 *1 (-915)))) (-2318 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227)))) (-5 *1 (-915)))))
+(-13 (-1121) (-10 -8 (-15 -4114 ($ (-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227))))) (-15 -2318 ((-2 (|:| |pde| (-656 (-326 (-227)))) (|:| |constraints| (-656 (-2 (|:| |start| (-227)) (|:| |finish| (-227)) (|:| |grid| (-783)) (|:| |boundaryType| (-576)) (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227)))))) (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179)) (|:| |tol| (-227))) $))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4107 (($ $ (-656 |#2|) (-656 (-783))) 39) (($ $ |#2| (-783)) 38) (($ $ (-656 |#2|)) 37) (($ $ |#2|) 35)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3157 (($ $ (-656 |#2|) (-656 (-783))) 42) (($ $ |#2| (-783)) 41) (($ $ (-656 |#2|)) 40) (($ $ |#2|) 36)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
+(((-916 |#1| |#2|) (-141) (-1070) (-1121)) (T -916))
+NIL
+(-13 (-111 |t#1| |t#1|) (-919 |t#2|) (-10 -7 (IF (|has| |t#1| (-174)) (-6 (-729 |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) |has| |#1| (-174)) ((-729 |#1|) |has| |#1| (-174)) ((-911 $ |#2|) . T) ((-919 |#2|) . T) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-3315 (((-112) $) 35)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4107 (($ $ (-656 |#1|) (-656 (-783))) 44) (($ $ |#1| (-783)) 43) (($ $ (-656 |#1|)) 42) (($ $ |#1|) 40)) (-4114 (((-876) $) 12) (($ (-576)) 33)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-656 |#1|) (-656 (-783))) 47) (($ $ |#1| (-783)) 46) (($ $ (-656 |#1|)) 45) (($ $ |#1|) 41)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+(((-917 |#1|) (-141) (-1121)) (T -917))
+NIL
+(-13 (-1070) (-919 |t#1|))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-911 $ |#1|) . T) ((-919 |#1|) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-4107 (($ $ |#2|) NIL) (($ $ (-656 |#2|)) 10) (($ $ |#2| (-783)) 12) (($ $ (-656 |#2|) (-656 (-783))) 15)) (-3157 (($ $ |#2|) 16) (($ $ (-656 |#2|)) 18) (($ $ |#2| (-783)) 19) (($ $ (-656 |#2|) (-656 (-783))) 21)))
+(((-918 |#1| |#2|) (-10 -8 (-15 -3157 (|#1| |#1| (-656 |#2|) (-656 (-783)))) (-15 -3157 (|#1| |#1| |#2| (-783))) (-15 -3157 (|#1| |#1| (-656 |#2|))) (-15 -4107 (|#1| |#1| (-656 |#2|) (-656 (-783)))) (-15 -4107 (|#1| |#1| |#2| (-783))) (-15 -4107 (|#1| |#1| (-656 |#2|))) (-15 -3157 (|#1| |#1| |#2|)) (-15 -4107 (|#1| |#1| |#2|))) (-919 |#2|) (-1121)) (T -918))
+NIL
+(-10 -8 (-15 -3157 (|#1| |#1| (-656 |#2|) (-656 (-783)))) (-15 -3157 (|#1| |#1| |#2| (-783))) (-15 -3157 (|#1| |#1| (-656 |#2|))) (-15 -4107 (|#1| |#1| (-656 |#2|) (-656 (-783)))) (-15 -4107 (|#1| |#1| |#2| (-783))) (-15 -4107 (|#1| |#1| (-656 |#2|))) (-15 -3157 (|#1| |#1| |#2|)) (-15 -4107 (|#1| |#1| |#2|)))
+((-4107 (($ $ |#1|) 7) (($ $ (-656 |#1|)) 15) (($ $ |#1| (-783)) 14) (($ $ (-656 |#1|) (-656 (-783))) 13)) (-3157 (($ $ |#1|) 6) (($ $ (-656 |#1|)) 12) (($ $ |#1| (-783)) 11) (($ $ (-656 |#1|) (-656 (-783))) 10)))
+(((-919 |#1|) (-141) (-1121)) (T -919))
+((-4107 (*1 *1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *1 (-919 *3)) (-4 *3 (-1121)))) (-4107 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-919 *2)) (-4 *2 (-1121)))) (-4107 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *4)) (-5 *3 (-656 (-783))) (-4 *1 (-919 *4)) (-4 *4 (-1121)))) (-3157 (*1 *1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *1 (-919 *3)) (-4 *3 (-1121)))) (-3157 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-919 *2)) (-4 *2 (-1121)))) (-3157 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *4)) (-5 *3 (-656 (-783))) (-4 *1 (-919 *4)) (-4 *4 (-1121)))))
+(-13 (-911 $ |t#1|) (-10 -8 (-15 -4107 ($ $ (-656 |t#1|))) (-15 -4107 ($ $ |t#1| (-783))) (-15 -4107 ($ $ (-656 |t#1|) (-656 (-783)))) (-15 -3157 ($ $ (-656 |t#1|))) (-15 -3157 ($ $ |t#1| (-783))) (-15 -3157 ($ $ (-656 |t#1|) (-656 (-783))))))
+(((-911 $ |#1|) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1688 ((|#1| $) 26)) (-1951 (((-112) $ (-783)) NIL)) (-1450 ((|#1| $ |#1|) NIL (|has| $ (-6 -4465)))) (-1787 (($ $ $) NIL (|has| $ (-6 -4465)))) (-2302 (($ $ $) NIL (|has| $ (-6 -4465)))) (-4268 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4465))) (($ $ "left" $) NIL (|has| $ (-6 -4465))) (($ $ "right" $) NIL (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) NIL (|has| $ (-6 -4465)))) (-3853 (($) NIL T CONST)) (-2111 (($ $) 25)) (-1571 (($ |#1|) 12) (($ $ $) 17)) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) NIL)) (-2317 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-2100 (($ $) 23)) (-4186 (((-656 |#1|) $) NIL)) (-1925 (((-112) $) 20)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-3088 (((-576) $ $) NIL)) (-1906 (((-112) $) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) NIL)) (-4114 (((-1224 |#1|) $) 9) (((-876) $) 29 (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) NIL)) (-2090 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 21 (|has| |#1| (-102)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-920 |#1|) (-13 (-120 |#1|) (-625 (-1224 |#1|)) (-10 -8 (-15 -1571 ($ |#1|)) (-15 -1571 ($ $ $)))) (-1121)) (T -920))
+((-1571 (*1 *1 *2) (-12 (-5 *1 (-920 *2)) (-4 *2 (-1121)))) (-1571 (*1 *1 *1 *1) (-12 (-5 *1 (-920 *2)) (-4 *2 (-1121)))))
+(-13 (-120 |#1|) (-625 (-1224 |#1|)) (-10 -8 (-15 -1571 ($ |#1|)) (-15 -1571 ($ $ $))))
+((-3684 ((|#2| (-1163 |#1| |#2|)) 48)))
+(((-921 |#1| |#2|) (-10 -7 (-15 -3684 (|#2| (-1163 |#1| |#2|)))) (-940) (-13 (-1070) (-10 -7 (-6 (-4466 "*"))))) (T -921))
+((-3684 (*1 *2 *3) (-12 (-5 *3 (-1163 *4 *2)) (-14 *4 (-940)) (-4 *2 (-13 (-1070) (-10 -7 (-6 (-4466 "*"))))) (-5 *1 (-921 *4 *2)))))
+(-10 -7 (-15 -3684 (|#2| (-1163 |#1| |#2|))))
+((-1955 (((-112) $ $) 6)) (-2148 (((-1123 |#1|) $) 35)) (-3853 (($) 19 T CONST)) (-2413 (((-3 $ "failed") $) 16)) (-2690 (((-1123 |#1|) $ |#1|) 34)) (-3315 (((-112) $) 18)) (-2905 (($ $ $) 32 (-3795 (|has| |#1| (-862)) (|has| |#1| (-379))))) (-2163 (($ $ $) 31 (-3795 (|has| |#1| (-862)) (|has| |#1| (-379))))) (-4185 (((-1179) $) 10)) (-1668 (($ $) 25)) (-3117 (((-1141) $) 11)) (-4369 ((|#1| $ |#1|) 38)) (-1552 (($ (-656 (-656 |#1|))) 36)) (-3005 (($ (-656 |#1|)) 37)) (-2970 (($ $ $) 22)) (-3595 (($ $ $) 21)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4322 (($) 20 T CONST)) (-3995 (((-112) $ $) 29 (-3795 (|has| |#1| (-862)) (|has| |#1| (-379))))) (-3975 (((-112) $ $) 28 (-3795 (|has| |#1| (-862)) (|has| |#1| (-379))))) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 30 (-3795 (|has| |#1| (-862)) (|has| |#1| (-379))))) (-3962 (((-112) $ $) 33)) (-4047 (($ $ $) 24)) (** (($ $ (-940)) 14) (($ $ (-783)) 17) (($ $ (-576)) 23)) (* (($ $ $) 15)))
+(((-922 |#1|) (-141) (-1121)) (T -922))
+((-3005 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-4 *1 (-922 *3)))) (-1552 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1121)) (-4 *1 (-922 *3)))) (-2148 (*1 *2 *1) (-12 (-4 *1 (-922 *3)) (-4 *3 (-1121)) (-5 *2 (-1123 *3)))) (-2690 (*1 *2 *1 *3) (-12 (-4 *1 (-922 *3)) (-4 *3 (-1121)) (-5 *2 (-1123 *3)))) (-3962 (*1 *2 *1 *1) (-12 (-4 *1 (-922 *3)) (-4 *3 (-1121)) (-5 *2 (-112)))))
+(-13 (-485) (-296 |t#1| |t#1|) (-10 -8 (-15 -3005 ($ (-656 |t#1|))) (-15 -1552 ($ (-656 (-656 |t#1|)))) (-15 -2148 ((-1123 |t#1|) $)) (-15 -2690 ((-1123 |t#1|) $ |t#1|)) (-15 -3962 ((-112) $ $)) (IF (|has| |t#1| (-862)) (-6 (-862)) |%noBranch|) (IF (|has| |t#1| (-379)) (-6 (-862)) |%noBranch|)))
+(((-102) . T) ((-625 (-876)) . T) ((-296 |#1| |#1|) . T) ((-485) . T) ((-738) . T) ((-862) -3795 (|has| |#1| (-862)) (|has| |#1| (-379))) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-4010 (((-656 (-656 (-783))) $) 160)) (-3045 (((-656 (-783)) (-924 |#1|) $) 188)) (-2126 (((-656 (-783)) (-924 |#1|) $) 189)) (-2148 (((-1123 |#1|) $) 152)) (-1705 (((-656 (-924 |#1|)) $) 149)) (-4370 (((-924 |#1|) $ (-576)) 154) (((-924 |#1|) $) 155)) (-2312 (($ (-656 (-924 |#1|))) 162)) (-1760 (((-783) $) 156)) (-2856 (((-1123 (-1123 |#1|)) $) 186)) (-2690 (((-1123 |#1|) $ |#1|) 177) (((-1123 (-1123 |#1|)) $ (-1123 |#1|)) 197) (((-1123 (-656 |#1|)) $ (-656 |#1|)) 200)) (-4029 (((-112) (-924 |#1|) $) 137)) (-4185 (((-1179) $) NIL)) (-3723 (((-1293) $) 142) (((-1293) $ (-576) (-576)) 201)) (-3117 (((-1141) $) NIL)) (-3822 (((-656 (-924 |#1|)) $) 143)) (-4369 (((-924 |#1|) $ (-783)) 150)) (-2786 (((-783) $) 157)) (-4114 (((-876) $) 174) (((-656 (-924 |#1|)) $) 28) (($ (-656 (-924 |#1|))) 161)) (-3000 (((-112) $ $) NIL)) (-1867 (((-656 |#1|) $) 159)) (-3939 (((-112) $ $) 194)) (-3985 (((-112) $ $) 192)) (-3962 (((-112) $ $) 191)))
+(((-923 |#1|) (-13 (-1121) (-10 -8 (-15 -4114 ((-656 (-924 |#1|)) $)) (-15 -3822 ((-656 (-924 |#1|)) $)) (-15 -4369 ((-924 |#1|) $ (-783))) (-15 -4370 ((-924 |#1|) $ (-576))) (-15 -4370 ((-924 |#1|) $)) (-15 -1760 ((-783) $)) (-15 -2786 ((-783) $)) (-15 -1867 ((-656 |#1|) $)) (-15 -1705 ((-656 (-924 |#1|)) $)) (-15 -4010 ((-656 (-656 (-783))) $)) (-15 -4114 ($ (-656 (-924 |#1|)))) (-15 -2312 ($ (-656 (-924 |#1|)))) (-15 -2690 ((-1123 |#1|) $ |#1|)) (-15 -2856 ((-1123 (-1123 |#1|)) $)) (-15 -2690 ((-1123 (-1123 |#1|)) $ (-1123 |#1|))) (-15 -2690 ((-1123 (-656 |#1|)) $ (-656 |#1|))) (-15 -4029 ((-112) (-924 |#1|) $)) (-15 -3045 ((-656 (-783)) (-924 |#1|) $)) (-15 -2126 ((-656 (-783)) (-924 |#1|) $)) (-15 -2148 ((-1123 |#1|) $)) (-15 -3962 ((-112) $ $)) (-15 -3985 ((-112) $ $)) (-15 -3723 ((-1293) $)) (-15 -3723 ((-1293) $ (-576) (-576))))) (-1121)) (T -923))
+((-4114 (*1 *2 *1) (-12 (-5 *2 (-656 (-924 *3))) (-5 *1 (-923 *3)) (-4 *3 (-1121)))) (-3822 (*1 *2 *1) (-12 (-5 *2 (-656 (-924 *3))) (-5 *1 (-923 *3)) (-4 *3 (-1121)))) (-4369 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *2 (-924 *4)) (-5 *1 (-923 *4)) (-4 *4 (-1121)))) (-4370 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *2 (-924 *4)) (-5 *1 (-923 *4)) (-4 *4 (-1121)))) (-4370 (*1 *2 *1) (-12 (-5 *2 (-924 *3)) (-5 *1 (-923 *3)) (-4 *3 (-1121)))) (-1760 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-923 *3)) (-4 *3 (-1121)))) (-2786 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-923 *3)) (-4 *3 (-1121)))) (-1867 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-923 *3)) (-4 *3 (-1121)))) (-1705 (*1 *2 *1) (-12 (-5 *2 (-656 (-924 *3))) (-5 *1 (-923 *3)) (-4 *3 (-1121)))) (-4010 (*1 *2 *1) (-12 (-5 *2 (-656 (-656 (-783)))) (-5 *1 (-923 *3)) (-4 *3 (-1121)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-656 (-924 *3))) (-4 *3 (-1121)) (-5 *1 (-923 *3)))) (-2312 (*1 *1 *2) (-12 (-5 *2 (-656 (-924 *3))) (-4 *3 (-1121)) (-5 *1 (-923 *3)))) (-2690 (*1 *2 *1 *3) (-12 (-5 *2 (-1123 *3)) (-5 *1 (-923 *3)) (-4 *3 (-1121)))) (-2856 (*1 *2 *1) (-12 (-5 *2 (-1123 (-1123 *3))) (-5 *1 (-923 *3)) (-4 *3 (-1121)))) (-2690 (*1 *2 *1 *3) (-12 (-4 *4 (-1121)) (-5 *2 (-1123 (-1123 *4))) (-5 *1 (-923 *4)) (-5 *3 (-1123 *4)))) (-2690 (*1 *2 *1 *3) (-12 (-4 *4 (-1121)) (-5 *2 (-1123 (-656 *4))) (-5 *1 (-923 *4)) (-5 *3 (-656 *4)))) (-4029 (*1 *2 *3 *1) (-12 (-5 *3 (-924 *4)) (-4 *4 (-1121)) (-5 *2 (-112)) (-5 *1 (-923 *4)))) (-3045 (*1 *2 *3 *1) (-12 (-5 *3 (-924 *4)) (-4 *4 (-1121)) (-5 *2 (-656 (-783))) (-5 *1 (-923 *4)))) (-2126 (*1 *2 *3 *1) (-12 (-5 *3 (-924 *4)) (-4 *4 (-1121)) (-5 *2 (-656 (-783))) (-5 *1 (-923 *4)))) (-2148 (*1 *2 *1) (-12 (-5 *2 (-1123 *3)) (-5 *1 (-923 *3)) (-4 *3 (-1121)))) (-3962 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-923 *3)) (-4 *3 (-1121)))) (-3985 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-923 *3)) (-4 *3 (-1121)))) (-3723 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-923 *3)) (-4 *3 (-1121)))) (-3723 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1293)) (-5 *1 (-923 *4)) (-4 *4 (-1121)))))
+(-13 (-1121) (-10 -8 (-15 -4114 ((-656 (-924 |#1|)) $)) (-15 -3822 ((-656 (-924 |#1|)) $)) (-15 -4369 ((-924 |#1|) $ (-783))) (-15 -4370 ((-924 |#1|) $ (-576))) (-15 -4370 ((-924 |#1|) $)) (-15 -1760 ((-783) $)) (-15 -2786 ((-783) $)) (-15 -1867 ((-656 |#1|) $)) (-15 -1705 ((-656 (-924 |#1|)) $)) (-15 -4010 ((-656 (-656 (-783))) $)) (-15 -4114 ($ (-656 (-924 |#1|)))) (-15 -2312 ($ (-656 (-924 |#1|)))) (-15 -2690 ((-1123 |#1|) $ |#1|)) (-15 -2856 ((-1123 (-1123 |#1|)) $)) (-15 -2690 ((-1123 (-1123 |#1|)) $ (-1123 |#1|))) (-15 -2690 ((-1123 (-656 |#1|)) $ (-656 |#1|))) (-15 -4029 ((-112) (-924 |#1|) $)) (-15 -3045 ((-656 (-783)) (-924 |#1|) $)) (-15 -2126 ((-656 (-783)) (-924 |#1|) $)) (-15 -2148 ((-1123 |#1|) $)) (-15 -3962 ((-112) $ $)) (-15 -3985 ((-112) $ $)) (-15 -3723 ((-1293) $)) (-15 -3723 ((-1293) $ (-576) (-576)))))
+((-1955 (((-112) $ $) NIL)) (-2148 (((-1123 |#1|) $) 60)) (-2380 (((-656 $) (-656 $)) 103)) (-4018 (((-576) $) 83)) (-3853 (($) NIL T CONST)) (-2413 (((-3 $ "failed") $) NIL)) (-1760 (((-783) $) 80)) (-2690 (((-1123 |#1|) $ |#1|) 70)) (-3315 (((-112) $) NIL)) (-2231 (((-112) $) 88)) (-4053 (((-783) $) 84)) (-2905 (($ $ $) NIL (-3795 (|has| |#1| (-379)) (|has| |#1| (-862))))) (-2163 (($ $ $) NIL (-3795 (|has| |#1| (-379)) (|has| |#1| (-862))))) (-2924 (((-2 (|:| |preimage| (-656 |#1|)) (|:| |image| (-656 |#1|))) $) 55)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 130)) (-3117 (((-1141) $) NIL)) (-2343 (((-1123 |#1|) $) 136 (|has| |#1| (-379)))) (-3489 (((-112) $) 81)) (-4369 ((|#1| $ |#1|) 68)) (-2786 (((-783) $) 62)) (-1552 (($ (-656 (-656 |#1|))) 118)) (-3545 (((-992) $) 74)) (-3005 (($ (-656 |#1|)) 32)) (-2970 (($ $ $) NIL)) (-3595 (($ $ $) NIL)) (-4434 (($ (-656 (-656 |#1|))) 57)) (-3965 (($ (-656 (-656 |#1|))) 123)) (-2247 (($ (-656 |#1|)) 132)) (-4114 (((-876) $) 117) (($ (-656 (-656 |#1|))) 91) (($ (-656 |#1|)) 92)) (-3000 (((-112) $ $) NIL)) (-4322 (($) 24 T CONST)) (-3995 (((-112) $ $) NIL (-3795 (|has| |#1| (-379)) (|has| |#1| (-862))))) (-3975 (((-112) $ $) NIL (-3795 (|has| |#1| (-379)) (|has| |#1| (-862))))) (-3939 (((-112) $ $) 66)) (-3985 (((-112) $ $) NIL (-3795 (|has| |#1| (-379)) (|has| |#1| (-862))))) (-3962 (((-112) $ $) 90)) (-4047 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ $ $) 33)))
+(((-924 |#1|) (-13 (-922 |#1|) (-10 -8 (-15 -2924 ((-2 (|:| |preimage| (-656 |#1|)) (|:| |image| (-656 |#1|))) $)) (-15 -4434 ($ (-656 (-656 |#1|)))) (-15 -4114 ($ (-656 (-656 |#1|)))) (-15 -4114 ($ (-656 |#1|))) (-15 -3965 ($ (-656 (-656 |#1|)))) (-15 -2786 ((-783) $)) (-15 -3545 ((-992) $)) (-15 -1760 ((-783) $)) (-15 -4053 ((-783) $)) (-15 -4018 ((-576) $)) (-15 -3489 ((-112) $)) (-15 -2231 ((-112) $)) (-15 -2380 ((-656 $) (-656 $))) (IF (|has| |#1| (-379)) (-15 -2343 ((-1123 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-557)) (-15 -2247 ($ (-656 |#1|))) (IF (|has| |#1| (-379)) (-15 -2247 ($ (-656 |#1|))) |%noBranch|)))) (-1121)) (T -924))
+((-2924 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |preimage| (-656 *3)) (|:| |image| (-656 *3)))) (-5 *1 (-924 *3)) (-4 *3 (-1121)))) (-4434 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1121)) (-5 *1 (-924 *3)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1121)) (-5 *1 (-924 *3)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-5 *1 (-924 *3)))) (-3965 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1121)) (-5 *1 (-924 *3)))) (-2786 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-924 *3)) (-4 *3 (-1121)))) (-3545 (*1 *2 *1) (-12 (-5 *2 (-992)) (-5 *1 (-924 *3)) (-4 *3 (-1121)))) (-1760 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-924 *3)) (-4 *3 (-1121)))) (-4053 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-924 *3)) (-4 *3 (-1121)))) (-4018 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-924 *3)) (-4 *3 (-1121)))) (-3489 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-924 *3)) (-4 *3 (-1121)))) (-2231 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-924 *3)) (-4 *3 (-1121)))) (-2380 (*1 *2 *2) (-12 (-5 *2 (-656 (-924 *3))) (-5 *1 (-924 *3)) (-4 *3 (-1121)))) (-2343 (*1 *2 *1) (-12 (-5 *2 (-1123 *3)) (-5 *1 (-924 *3)) (-4 *3 (-379)) (-4 *3 (-1121)))) (-2247 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-5 *1 (-924 *3)))))
+(-13 (-922 |#1|) (-10 -8 (-15 -2924 ((-2 (|:| |preimage| (-656 |#1|)) (|:| |image| (-656 |#1|))) $)) (-15 -4434 ($ (-656 (-656 |#1|)))) (-15 -4114 ($ (-656 (-656 |#1|)))) (-15 -4114 ($ (-656 |#1|))) (-15 -3965 ($ (-656 (-656 |#1|)))) (-15 -2786 ((-783) $)) (-15 -3545 ((-992) $)) (-15 -1760 ((-783) $)) (-15 -4053 ((-783) $)) (-15 -4018 ((-576) $)) (-15 -3489 ((-112) $)) (-15 -2231 ((-112) $)) (-15 -2380 ((-656 $) (-656 $))) (IF (|has| |#1| (-379)) (-15 -2343 ((-1123 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-557)) (-15 -2247 ($ (-656 |#1|))) (IF (|has| |#1| (-379)) (-15 -2247 ($ (-656 |#1|))) |%noBranch|))))
+((-2381 (((-3 (-656 (-1193 |#4|)) "failed") (-656 (-1193 |#4|)) (-1193 |#4|)) 160)) (-3502 ((|#1|) 97)) (-3728 (((-430 (-1193 |#4|)) (-1193 |#4|)) 169)) (-2949 (((-430 (-1193 |#4|)) (-656 |#3|) (-1193 |#4|)) 84)) (-2699 (((-430 (-1193 |#4|)) (-1193 |#4|)) 179)) (-3909 (((-3 (-656 (-1193 |#4|)) "failed") (-656 (-1193 |#4|)) (-1193 |#4|) |#3|) 113)))
+(((-925 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2381 ((-3 (-656 (-1193 |#4|)) "failed") (-656 (-1193 |#4|)) (-1193 |#4|))) (-15 -2699 ((-430 (-1193 |#4|)) (-1193 |#4|))) (-15 -3728 ((-430 (-1193 |#4|)) (-1193 |#4|))) (-15 -3502 (|#1|)) (-15 -3909 ((-3 (-656 (-1193 |#4|)) "failed") (-656 (-1193 |#4|)) (-1193 |#4|) |#3|)) (-15 -2949 ((-430 (-1193 |#4|)) (-656 |#3|) (-1193 |#4|)))) (-928) (-805) (-862) (-968 |#1| |#2| |#3|)) (T -925))
+((-2949 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *7)) (-4 *7 (-862)) (-4 *5 (-928)) (-4 *6 (-805)) (-4 *8 (-968 *5 *6 *7)) (-5 *2 (-430 (-1193 *8))) (-5 *1 (-925 *5 *6 *7 *8)) (-5 *4 (-1193 *8)))) (-3909 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *2 (-656 (-1193 *7))) (-5 *3 (-1193 *7)) (-4 *7 (-968 *5 *6 *4)) (-4 *5 (-928)) (-4 *6 (-805)) (-4 *4 (-862)) (-5 *1 (-925 *5 *6 *4 *7)))) (-3502 (*1 *2) (-12 (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-928)) (-5 *1 (-925 *2 *3 *4 *5)) (-4 *5 (-968 *2 *3 *4)))) (-3728 (*1 *2 *3) (-12 (-4 *4 (-928)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-968 *4 *5 *6)) (-5 *2 (-430 (-1193 *7))) (-5 *1 (-925 *4 *5 *6 *7)) (-5 *3 (-1193 *7)))) (-2699 (*1 *2 *3) (-12 (-4 *4 (-928)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-968 *4 *5 *6)) (-5 *2 (-430 (-1193 *7))) (-5 *1 (-925 *4 *5 *6 *7)) (-5 *3 (-1193 *7)))) (-2381 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-656 (-1193 *7))) (-5 *3 (-1193 *7)) (-4 *7 (-968 *4 *5 *6)) (-4 *4 (-928)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-925 *4 *5 *6 *7)))))
+(-10 -7 (-15 -2381 ((-3 (-656 (-1193 |#4|)) "failed") (-656 (-1193 |#4|)) (-1193 |#4|))) (-15 -2699 ((-430 (-1193 |#4|)) (-1193 |#4|))) (-15 -3728 ((-430 (-1193 |#4|)) (-1193 |#4|))) (-15 -3502 (|#1|)) (-15 -3909 ((-3 (-656 (-1193 |#4|)) "failed") (-656 (-1193 |#4|)) (-1193 |#4|) |#3|)) (-15 -2949 ((-430 (-1193 |#4|)) (-656 |#3|) (-1193 |#4|))))
+((-2381 (((-3 (-656 (-1193 |#2|)) "failed") (-656 (-1193 |#2|)) (-1193 |#2|)) 39)) (-3502 ((|#1|) 72)) (-3728 (((-430 (-1193 |#2|)) (-1193 |#2|)) 121)) (-2949 (((-430 (-1193 |#2|)) (-1193 |#2|)) 105)) (-2699 (((-430 (-1193 |#2|)) (-1193 |#2|)) 132)))
+(((-926 |#1| |#2|) (-10 -7 (-15 -2381 ((-3 (-656 (-1193 |#2|)) "failed") (-656 (-1193 |#2|)) (-1193 |#2|))) (-15 -2699 ((-430 (-1193 |#2|)) (-1193 |#2|))) (-15 -3728 ((-430 (-1193 |#2|)) (-1193 |#2|))) (-15 -3502 (|#1|)) (-15 -2949 ((-430 (-1193 |#2|)) (-1193 |#2|)))) (-928) (-1264 |#1|)) (T -926))
+((-2949 (*1 *2 *3) (-12 (-4 *4 (-928)) (-4 *5 (-1264 *4)) (-5 *2 (-430 (-1193 *5))) (-5 *1 (-926 *4 *5)) (-5 *3 (-1193 *5)))) (-3502 (*1 *2) (-12 (-4 *2 (-928)) (-5 *1 (-926 *2 *3)) (-4 *3 (-1264 *2)))) (-3728 (*1 *2 *3) (-12 (-4 *4 (-928)) (-4 *5 (-1264 *4)) (-5 *2 (-430 (-1193 *5))) (-5 *1 (-926 *4 *5)) (-5 *3 (-1193 *5)))) (-2699 (*1 *2 *3) (-12 (-4 *4 (-928)) (-4 *5 (-1264 *4)) (-5 *2 (-430 (-1193 *5))) (-5 *1 (-926 *4 *5)) (-5 *3 (-1193 *5)))) (-2381 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-656 (-1193 *5))) (-5 *3 (-1193 *5)) (-4 *5 (-1264 *4)) (-4 *4 (-928)) (-5 *1 (-926 *4 *5)))))
+(-10 -7 (-15 -2381 ((-3 (-656 (-1193 |#2|)) "failed") (-656 (-1193 |#2|)) (-1193 |#2|))) (-15 -2699 ((-430 (-1193 |#2|)) (-1193 |#2|))) (-15 -3728 ((-430 (-1193 |#2|)) (-1193 |#2|))) (-15 -3502 (|#1|)) (-15 -2949 ((-430 (-1193 |#2|)) (-1193 |#2|))))
+((-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) 42)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 18)) (-3346 (((-3 $ "failed") $) 36)))
+(((-927 |#1|) (-10 -8 (-15 -3346 ((-3 |#1| "failed") |#1|)) (-15 -4156 ((-3 (-656 (-1193 |#1|)) "failed") (-656 (-1193 |#1|)) (-1193 |#1|))) (-15 -2374 ((-1193 |#1|) (-1193 |#1|) (-1193 |#1|)))) (-928)) (T -927))
+NIL
+(-10 -8 (-15 -3346 ((-3 |#1| "failed") |#1|)) (-15 -4156 ((-3 (-656 (-1193 |#1|)) "failed") (-656 (-1193 |#1|)) (-1193 |#1|))) (-15 -2374 ((-1193 |#1|) (-1193 |#1|) (-1193 |#1|))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-2583 (((-3 $ "failed") $ $) 20)) (-1654 (((-430 (-1193 $)) (-1193 $)) 66)) (-4068 (($ $) 57)) (-2068 (((-430 $) $) 58)) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) 63)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-3742 (((-112) $) 59)) (-3315 (((-112) $) 35)) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-1756 (((-430 (-1193 $)) (-1193 $)) 64)) (-4074 (((-430 (-1193 $)) (-1193 $)) 65)) (-1452 (((-430 $) $) 56)) (-1943 (((-3 $ "failed") $ $) 48)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) 62 (|has| $ (-146)))) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49)) (-3346 (((-3 $ "failed") $) 61 (|has| $ (-146)))) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 45)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+(((-928) (-141)) (T -928))
+((-2374 (*1 *2 *2 *2) (-12 (-5 *2 (-1193 *1)) (-4 *1 (-928)))) (-1654 (*1 *2 *3) (-12 (-4 *1 (-928)) (-5 *2 (-430 (-1193 *1))) (-5 *3 (-1193 *1)))) (-4074 (*1 *2 *3) (-12 (-4 *1 (-928)) (-5 *2 (-430 (-1193 *1))) (-5 *3 (-1193 *1)))) (-1756 (*1 *2 *3) (-12 (-4 *1 (-928)) (-5 *2 (-430 (-1193 *1))) (-5 *3 (-1193 *1)))) (-4156 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-656 (-1193 *1))) (-5 *3 (-1193 *1)) (-4 *1 (-928)))) (-2401 (*1 *2 *3) (|partial| -12 (-5 *3 (-701 *1)) (-4 *1 (-146)) (-4 *1 (-928)) (-5 *2 (-1288 *1)))) (-3346 (*1 *1 *1) (|partial| -12 (-4 *1 (-146)) (-4 *1 (-928)))))
+(-13 (-1242) (-10 -8 (-15 -1654 ((-430 (-1193 $)) (-1193 $))) (-15 -4074 ((-430 (-1193 $)) (-1193 $))) (-15 -1756 ((-430 (-1193 $)) (-1193 $))) (-15 -2374 ((-1193 $) (-1193 $) (-1193 $))) (-15 -4156 ((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $))) (IF (|has| $ (-146)) (PROGN (-15 -2401 ((-3 (-1288 $) "failed") (-701 $))) (-15 -3346 ((-3 $ "failed") $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-300) . T) ((-464) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-1072 $) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T) ((-1242) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-1802 (((-112) $) NIL)) (-3454 (((-783)) NIL)) (-3832 (($ $ (-940)) NIL (|has| $ (-379))) (($ $) NIL)) (-3197 (((-1210 (-940) (-783)) (-576)) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4064 (((-112) $ $) NIL)) (-2200 (((-783)) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 $ "failed") $) NIL)) (-2318 (($ $) NIL)) (-3093 (($ (-1288 $)) NIL)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL)) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) NIL)) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-1766 (($) NIL)) (-2430 (((-112) $) NIL)) (-2566 (($ $) NIL) (($ $ (-783)) NIL)) (-3742 (((-112) $) NIL)) (-1760 (((-845 (-940)) $) NIL) (((-940) $) NIL)) (-3315 (((-112) $) NIL)) (-2878 (($) NIL (|has| $ (-379)))) (-4320 (((-112) $) NIL (|has| $ (-379)))) (-2828 (($ $ (-940)) NIL (|has| $ (-379))) (($ $) NIL)) (-4080 (((-3 $ "failed") $) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3817 (((-1193 $) $ (-940)) NIL (|has| $ (-379))) (((-1193 $) $) NIL)) (-2106 (((-940) $) NIL)) (-4200 (((-1193 $) $) NIL (|has| $ (-379)))) (-1446 (((-3 (-1193 $) "failed") $ $) NIL (|has| $ (-379))) (((-1193 $) $) NIL (|has| $ (-379)))) (-3335 (($ $ (-1193 $)) NIL (|has| $ (-379)))) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL T CONST)) (-2409 (($ (-940)) NIL)) (-1472 (((-112) $) NIL)) (-3117 (((-1141) $) NIL)) (-2549 (($) NIL (|has| $ (-379)))) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) NIL)) (-1452 (((-430 $) $) NIL)) (-3963 (((-940)) NIL) (((-845 (-940))) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-3923 (((-3 (-783) "failed") $ $) NIL) (((-783) $) NIL)) (-2435 (((-135)) NIL)) (-4107 (($ $) NIL) (($ $ (-783)) NIL)) (-2786 (((-940) $) NIL) (((-845 (-940)) $) NIL)) (-2030 (((-1193 $)) NIL)) (-1986 (($) NIL)) (-2998 (($) NIL (|has| $ (-379)))) (-3219 (((-701 $) (-1288 $)) NIL) (((-1288 $) $) NIL)) (-1554 (((-576) $) NIL)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL)) (-3346 (((-3 $ "failed") $) NIL) (($ $) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $) (-940)) NIL) (((-1288 $)) NIL)) (-4095 (((-112) $ $) NIL)) (-1649 (((-112) $) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3032 (($ $ (-783)) NIL (|has| $ (-379))) (($ $) NIL (|has| $ (-379)))) (-3157 (($ $) NIL) (($ $ (-783)) NIL)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL)))
+(((-929 |#1|) (-13 (-360) (-339 $) (-626 (-576))) (-940)) (T -929))
NIL
(-13 (-360) (-339 $) (-626 (-576)))
-((-3161 (((-3 (-2 (|:| -1991 (-783)) (|:| -3339 |#5|)) "failed") (-347 |#2| |#3| |#4| |#5|)) 77)) (-2304 (((-112) (-347 |#2| |#3| |#4| |#5|)) 17)) (-1991 (((-3 (-783) "failed") (-347 |#2| |#3| |#4| |#5|)) 15)))
-(((-928 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1991 ((-3 (-783) "failed") (-347 |#2| |#3| |#4| |#5|))) (-15 -2304 ((-112) (-347 |#2| |#3| |#4| |#5|))) (-15 -3161 ((-3 (-2 (|:| -1991 (-783)) (|:| -3339 |#5|)) "failed") (-347 |#2| |#3| |#4| |#5|)))) (-13 (-568) (-1057 (-576))) (-442 |#1|) (-1262 |#2|) (-1262 (-419 |#3|)) (-353 |#2| |#3| |#4|)) (T -928))
-((-3161 (*1 *2 *3) (|partial| -12 (-5 *3 (-347 *5 *6 *7 *8)) (-4 *5 (-442 *4)) (-4 *6 (-1262 *5)) (-4 *7 (-1262 (-419 *6))) (-4 *8 (-353 *5 *6 *7)) (-4 *4 (-13 (-568) (-1057 (-576)))) (-5 *2 (-2 (|:| -1991 (-783)) (|:| -3339 *8))) (-5 *1 (-928 *4 *5 *6 *7 *8)))) (-2304 (*1 *2 *3) (-12 (-5 *3 (-347 *5 *6 *7 *8)) (-4 *5 (-442 *4)) (-4 *6 (-1262 *5)) (-4 *7 (-1262 (-419 *6))) (-4 *8 (-353 *5 *6 *7)) (-4 *4 (-13 (-568) (-1057 (-576)))) (-5 *2 (-112)) (-5 *1 (-928 *4 *5 *6 *7 *8)))) (-1991 (*1 *2 *3) (|partial| -12 (-5 *3 (-347 *5 *6 *7 *8)) (-4 *5 (-442 *4)) (-4 *6 (-1262 *5)) (-4 *7 (-1262 (-419 *6))) (-4 *8 (-353 *5 *6 *7)) (-4 *4 (-13 (-568) (-1057 (-576)))) (-5 *2 (-783)) (-5 *1 (-928 *4 *5 *6 *7 *8)))))
-(-10 -7 (-15 -1991 ((-3 (-783) "failed") (-347 |#2| |#3| |#4| |#5|))) (-15 -2304 ((-112) (-347 |#2| |#3| |#4| |#5|))) (-15 -3161 ((-3 (-2 (|:| -1991 (-783)) (|:| -3339 |#5|)) "failed") (-347 |#2| |#3| |#4| |#5|))))
-((-3161 (((-3 (-2 (|:| -1991 (-783)) (|:| -3339 |#3|)) "failed") (-347 (-419 (-576)) |#1| |#2| |#3|)) 64)) (-2304 (((-112) (-347 (-419 (-576)) |#1| |#2| |#3|)) 16)) (-1991 (((-3 (-783) "failed") (-347 (-419 (-576)) |#1| |#2| |#3|)) 14)))
-(((-929 |#1| |#2| |#3|) (-10 -7 (-15 -1991 ((-3 (-783) "failed") (-347 (-419 (-576)) |#1| |#2| |#3|))) (-15 -2304 ((-112) (-347 (-419 (-576)) |#1| |#2| |#3|))) (-15 -3161 ((-3 (-2 (|:| -1991 (-783)) (|:| -3339 |#3|)) "failed") (-347 (-419 (-576)) |#1| |#2| |#3|)))) (-1262 (-419 (-576))) (-1262 (-419 |#1|)) (-353 (-419 (-576)) |#1| |#2|)) (T -929))
-((-3161 (*1 *2 *3) (|partial| -12 (-5 *3 (-347 (-419 (-576)) *4 *5 *6)) (-4 *4 (-1262 (-419 (-576)))) (-4 *5 (-1262 (-419 *4))) (-4 *6 (-353 (-419 (-576)) *4 *5)) (-5 *2 (-2 (|:| -1991 (-783)) (|:| -3339 *6))) (-5 *1 (-929 *4 *5 *6)))) (-2304 (*1 *2 *3) (-12 (-5 *3 (-347 (-419 (-576)) *4 *5 *6)) (-4 *4 (-1262 (-419 (-576)))) (-4 *5 (-1262 (-419 *4))) (-4 *6 (-353 (-419 (-576)) *4 *5)) (-5 *2 (-112)) (-5 *1 (-929 *4 *5 *6)))) (-1991 (*1 *2 *3) (|partial| -12 (-5 *3 (-347 (-419 (-576)) *4 *5 *6)) (-4 *4 (-1262 (-419 (-576)))) (-4 *5 (-1262 (-419 *4))) (-4 *6 (-353 (-419 (-576)) *4 *5)) (-5 *2 (-783)) (-5 *1 (-929 *4 *5 *6)))))
-(-10 -7 (-15 -1991 ((-3 (-783) "failed") (-347 (-419 (-576)) |#1| |#2| |#3|))) (-15 -2304 ((-112) (-347 (-419 (-576)) |#1| |#2| |#3|))) (-15 -3161 ((-3 (-2 (|:| -1991 (-783)) (|:| -3339 |#3|)) "failed") (-347 (-419 (-576)) |#1| |#2| |#3|))))
-((-1916 ((|#2| |#2|) 26)) (-2374 (((-576) (-656 (-2 (|:| |den| (-576)) (|:| |gcdnum| (-576))))) 15)) (-3884 (((-938) (-576)) 38)) (-3910 (((-576) |#2|) 45)) (-2074 (((-576) |#2|) 21) (((-2 (|:| |den| (-576)) (|:| |gcdnum| (-576))) |#1|) 20)))
-(((-930 |#1| |#2|) (-10 -7 (-15 -3884 ((-938) (-576))) (-15 -2074 ((-2 (|:| |den| (-576)) (|:| |gcdnum| (-576))) |#1|)) (-15 -2074 ((-576) |#2|)) (-15 -2374 ((-576) (-656 (-2 (|:| |den| (-576)) (|:| |gcdnum| (-576)))))) (-15 -3910 ((-576) |#2|)) (-15 -1916 (|#2| |#2|))) (-1262 (-419 (-576))) (-1262 (-419 |#1|))) (T -930))
-((-1916 (*1 *2 *2) (-12 (-4 *3 (-1262 (-419 (-576)))) (-5 *1 (-930 *3 *2)) (-4 *2 (-1262 (-419 *3))))) (-3910 (*1 *2 *3) (-12 (-4 *4 (-1262 (-419 *2))) (-5 *2 (-576)) (-5 *1 (-930 *4 *3)) (-4 *3 (-1262 (-419 *4))))) (-2374 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| |den| (-576)) (|:| |gcdnum| (-576))))) (-4 *4 (-1262 (-419 *2))) (-5 *2 (-576)) (-5 *1 (-930 *4 *5)) (-4 *5 (-1262 (-419 *4))))) (-2074 (*1 *2 *3) (-12 (-4 *4 (-1262 (-419 *2))) (-5 *2 (-576)) (-5 *1 (-930 *4 *3)) (-4 *3 (-1262 (-419 *4))))) (-2074 (*1 *2 *3) (-12 (-4 *3 (-1262 (-419 (-576)))) (-5 *2 (-2 (|:| |den| (-576)) (|:| |gcdnum| (-576)))) (-5 *1 (-930 *3 *4)) (-4 *4 (-1262 (-419 *3))))) (-3884 (*1 *2 *3) (-12 (-5 *3 (-576)) (-4 *4 (-1262 (-419 *3))) (-5 *2 (-938)) (-5 *1 (-930 *4 *5)) (-4 *5 (-1262 (-419 *4))))))
-(-10 -7 (-15 -3884 ((-938) (-576))) (-15 -2074 ((-2 (|:| |den| (-576)) (|:| |gcdnum| (-576))) |#1|)) (-15 -2074 ((-576) |#2|)) (-15 -2374 ((-576) (-656 (-2 (|:| |den| (-576)) (|:| |gcdnum| (-576)))))) (-15 -3910 ((-576) |#2|)) (-15 -1916 (|#2| |#2|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3522 ((|#1| $) 100)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1829 (((-112) $ $) NIL)) (-2135 (($) NIL T CONST)) (-3426 (($ $ $) NIL)) (-2251 (((-3 $ "failed") $) 94)) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3472 (($ |#1| (-430 |#1|)) 92)) (-1724 (((-1191 |#1|) |#1| |#1|) 53)) (-4329 (($ $) 61)) (-3612 (((-112) $) NIL)) (-2342 (((-576) $) 97)) (-2338 (($ $ (-576)) 99)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3722 ((|#1| $) 96)) (-2072 (((-430 |#1|) $) 95)) (-1827 (((-430 $) $) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) 93)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-1493 (($ $) 50)) (-3567 (((-874) $) 124) (($ (-576)) 73) (($ $) NIL) (($ (-419 (-576))) NIL) (($ |#1|) 41) (((-419 |#1|) $) 78) (($ (-419 (-430 |#1|))) 86)) (-2596 (((-783)) 71 T CONST)) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-2716 (($) 26 T CONST)) (-2727 (($) 15 T CONST)) (-2921 (((-112) $ $) 87)) (-3054 (($ $ $) NIL)) (-3041 (($ $) 108) (($ $ $) NIL)) (-3027 (($ $ $) 49)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 110) (($ $ $) 48) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ |#1| $) 109) (($ $ |#1|) NIL)))
-(((-931 |#1|) (-13 (-374) (-38 |#1|) (-10 -8 (-15 -3567 ((-419 |#1|) $)) (-15 -3567 ($ (-419 (-430 |#1|)))) (-15 -1493 ($ $)) (-15 -2072 ((-430 |#1|) $)) (-15 -3722 (|#1| $)) (-15 -2338 ($ $ (-576))) (-15 -2342 ((-576) $)) (-15 -1724 ((-1191 |#1|) |#1| |#1|)) (-15 -4329 ($ $)) (-15 -3472 ($ |#1| (-430 |#1|))) (-15 -3522 (|#1| $)))) (-317)) (T -931))
-((-3567 (*1 *2 *1) (-12 (-5 *2 (-419 *3)) (-5 *1 (-931 *3)) (-4 *3 (-317)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-419 (-430 *3))) (-4 *3 (-317)) (-5 *1 (-931 *3)))) (-1493 (*1 *1 *1) (-12 (-5 *1 (-931 *2)) (-4 *2 (-317)))) (-2072 (*1 *2 *1) (-12 (-5 *2 (-430 *3)) (-5 *1 (-931 *3)) (-4 *3 (-317)))) (-3722 (*1 *2 *1) (-12 (-5 *1 (-931 *2)) (-4 *2 (-317)))) (-2338 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-931 *3)) (-4 *3 (-317)))) (-2342 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-931 *3)) (-4 *3 (-317)))) (-1724 (*1 *2 *3 *3) (-12 (-5 *2 (-1191 *3)) (-5 *1 (-931 *3)) (-4 *3 (-317)))) (-4329 (*1 *1 *1) (-12 (-5 *1 (-931 *2)) (-4 *2 (-317)))) (-3472 (*1 *1 *2 *3) (-12 (-5 *3 (-430 *2)) (-4 *2 (-317)) (-5 *1 (-931 *2)))) (-3522 (*1 *2 *1) (-12 (-5 *1 (-931 *2)) (-4 *2 (-317)))))
-(-13 (-374) (-38 |#1|) (-10 -8 (-15 -3567 ((-419 |#1|) $)) (-15 -3567 ($ (-419 (-430 |#1|)))) (-15 -1493 ($ $)) (-15 -2072 ((-430 |#1|) $)) (-15 -3722 (|#1| $)) (-15 -2338 ($ $ (-576))) (-15 -2342 ((-576) $)) (-15 -1724 ((-1191 |#1|) |#1| |#1|)) (-15 -4329 ($ $)) (-15 -3472 ($ |#1| (-430 |#1|))) (-15 -3522 (|#1| $))))
-((-3472 (((-52) (-969 |#1|) (-430 (-969 |#1|)) (-1195)) 17) (((-52) (-419 (-969 |#1|)) (-1195)) 18)))
-(((-932 |#1|) (-10 -7 (-15 -3472 ((-52) (-419 (-969 |#1|)) (-1195))) (-15 -3472 ((-52) (-969 |#1|) (-430 (-969 |#1|)) (-1195)))) (-13 (-317) (-148))) (T -932))
-((-3472 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-430 (-969 *6))) (-5 *5 (-1195)) (-5 *3 (-969 *6)) (-4 *6 (-13 (-317) (-148))) (-5 *2 (-52)) (-5 *1 (-932 *6)))) (-3472 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-1195)) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-52)) (-5 *1 (-932 *5)))))
-(-10 -7 (-15 -3472 ((-52) (-419 (-969 |#1|)) (-1195))) (-15 -3472 ((-52) (-969 |#1|) (-430 (-969 |#1|)) (-1195))))
-((-3011 ((|#4| (-656 |#4|)) 147) (((-1191 |#4|) (-1191 |#4|) (-1191 |#4|)) 84) ((|#4| |#4| |#4|) 146)) (-3495 (((-1191 |#4|) (-656 (-1191 |#4|))) 140) (((-1191 |#4|) (-1191 |#4|) (-1191 |#4|)) 61) ((|#4| (-656 |#4|)) 69) ((|#4| |#4| |#4|) 107)))
-(((-933 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3495 (|#4| |#4| |#4|)) (-15 -3495 (|#4| (-656 |#4|))) (-15 -3495 ((-1191 |#4|) (-1191 |#4|) (-1191 |#4|))) (-15 -3495 ((-1191 |#4|) (-656 (-1191 |#4|)))) (-15 -3011 (|#4| |#4| |#4|)) (-15 -3011 ((-1191 |#4|) (-1191 |#4|) (-1191 |#4|))) (-15 -3011 (|#4| (-656 |#4|)))) (-805) (-862) (-317) (-966 |#3| |#1| |#2|)) (T -933))
-((-3011 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-966 *6 *4 *5)) (-5 *1 (-933 *4 *5 *6 *2)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)))) (-3011 (*1 *2 *2 *2) (-12 (-5 *2 (-1191 *6)) (-4 *6 (-966 *5 *3 *4)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-317)) (-5 *1 (-933 *3 *4 *5 *6)))) (-3011 (*1 *2 *2 *2) (-12 (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-317)) (-5 *1 (-933 *3 *4 *5 *2)) (-4 *2 (-966 *5 *3 *4)))) (-3495 (*1 *2 *3) (-12 (-5 *3 (-656 (-1191 *7))) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)) (-5 *2 (-1191 *7)) (-5 *1 (-933 *4 *5 *6 *7)) (-4 *7 (-966 *6 *4 *5)))) (-3495 (*1 *2 *2 *2) (-12 (-5 *2 (-1191 *6)) (-4 *6 (-966 *5 *3 *4)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-317)) (-5 *1 (-933 *3 *4 *5 *6)))) (-3495 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-966 *6 *4 *5)) (-5 *1 (-933 *4 *5 *6 *2)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)))) (-3495 (*1 *2 *2 *2) (-12 (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-317)) (-5 *1 (-933 *3 *4 *5 *2)) (-4 *2 (-966 *5 *3 *4)))))
-(-10 -7 (-15 -3495 (|#4| |#4| |#4|)) (-15 -3495 (|#4| (-656 |#4|))) (-15 -3495 ((-1191 |#4|) (-1191 |#4|) (-1191 |#4|))) (-15 -3495 ((-1191 |#4|) (-656 (-1191 |#4|)))) (-15 -3011 (|#4| |#4| |#4|)) (-15 -3011 ((-1191 |#4|) (-1191 |#4|) (-1191 |#4|))) (-15 -3011 (|#4| (-656 |#4|))))
-((-2651 (((-921 (-576)) (-990)) 38) (((-921 (-576)) (-656 (-576))) 34)) (-1871 (((-921 (-576)) (-656 (-576))) 67) (((-921 (-576)) (-938)) 68)) (-2507 (((-921 (-576))) 39)) (-3741 (((-921 (-576))) 53) (((-921 (-576)) (-656 (-576))) 52)) (-2047 (((-921 (-576))) 51) (((-921 (-576)) (-656 (-576))) 50)) (-4160 (((-921 (-576))) 49) (((-921 (-576)) (-656 (-576))) 48)) (-2263 (((-921 (-576))) 47) (((-921 (-576)) (-656 (-576))) 46)) (-4328 (((-921 (-576))) 45) (((-921 (-576)) (-656 (-576))) 44)) (-4153 (((-921 (-576))) 55) (((-921 (-576)) (-656 (-576))) 54)) (-1494 (((-921 (-576)) (-656 (-576))) 72) (((-921 (-576)) (-938)) 74)) (-2050 (((-921 (-576)) (-656 (-576))) 69) (((-921 (-576)) (-938)) 70)) (-2270 (((-921 (-576)) (-656 (-576))) 65) (((-921 (-576)) (-938)) 66)) (-4433 (((-921 (-576)) (-656 (-938))) 57)))
-(((-934) (-10 -7 (-15 -1871 ((-921 (-576)) (-938))) (-15 -1871 ((-921 (-576)) (-656 (-576)))) (-15 -2270 ((-921 (-576)) (-938))) (-15 -2270 ((-921 (-576)) (-656 (-576)))) (-15 -4433 ((-921 (-576)) (-656 (-938)))) (-15 -2050 ((-921 (-576)) (-938))) (-15 -2050 ((-921 (-576)) (-656 (-576)))) (-15 -1494 ((-921 (-576)) (-938))) (-15 -1494 ((-921 (-576)) (-656 (-576)))) (-15 -4328 ((-921 (-576)) (-656 (-576)))) (-15 -4328 ((-921 (-576)))) (-15 -2263 ((-921 (-576)) (-656 (-576)))) (-15 -2263 ((-921 (-576)))) (-15 -4160 ((-921 (-576)) (-656 (-576)))) (-15 -4160 ((-921 (-576)))) (-15 -2047 ((-921 (-576)) (-656 (-576)))) (-15 -2047 ((-921 (-576)))) (-15 -3741 ((-921 (-576)) (-656 (-576)))) (-15 -3741 ((-921 (-576)))) (-15 -4153 ((-921 (-576)) (-656 (-576)))) (-15 -4153 ((-921 (-576)))) (-15 -2507 ((-921 (-576)))) (-15 -2651 ((-921 (-576)) (-656 (-576)))) (-15 -2651 ((-921 (-576)) (-990))))) (T -934))
-((-2651 (*1 *2 *3) (-12 (-5 *3 (-990)) (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-2651 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-2507 (*1 *2) (-12 (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-4153 (*1 *2) (-12 (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-4153 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-3741 (*1 *2) (-12 (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-3741 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-2047 (*1 *2) (-12 (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-2047 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-4160 (*1 *2) (-12 (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-4160 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-2263 (*1 *2) (-12 (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-2263 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-4328 (*1 *2) (-12 (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-4328 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-1494 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-1494 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-2050 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-2050 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-4433 (*1 *2 *3) (-12 (-5 *3 (-656 (-938))) (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-2270 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-2270 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-1871 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934)))) (-1871 (*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-921 (-576))) (-5 *1 (-934)))))
-(-10 -7 (-15 -1871 ((-921 (-576)) (-938))) (-15 -1871 ((-921 (-576)) (-656 (-576)))) (-15 -2270 ((-921 (-576)) (-938))) (-15 -2270 ((-921 (-576)) (-656 (-576)))) (-15 -4433 ((-921 (-576)) (-656 (-938)))) (-15 -2050 ((-921 (-576)) (-938))) (-15 -2050 ((-921 (-576)) (-656 (-576)))) (-15 -1494 ((-921 (-576)) (-938))) (-15 -1494 ((-921 (-576)) (-656 (-576)))) (-15 -4328 ((-921 (-576)) (-656 (-576)))) (-15 -4328 ((-921 (-576)))) (-15 -2263 ((-921 (-576)) (-656 (-576)))) (-15 -2263 ((-921 (-576)))) (-15 -4160 ((-921 (-576)) (-656 (-576)))) (-15 -4160 ((-921 (-576)))) (-15 -2047 ((-921 (-576)) (-656 (-576)))) (-15 -2047 ((-921 (-576)))) (-15 -3741 ((-921 (-576)) (-656 (-576)))) (-15 -3741 ((-921 (-576)))) (-15 -4153 ((-921 (-576)) (-656 (-576)))) (-15 -4153 ((-921 (-576)))) (-15 -2507 ((-921 (-576)))) (-15 -2651 ((-921 (-576)) (-656 (-576)))) (-15 -2651 ((-921 (-576)) (-990))))
-((-4220 (((-656 (-969 |#1|)) (-656 (-969 |#1|)) (-656 (-1195))) 14)) (-3805 (((-656 (-969 |#1|)) (-656 (-969 |#1|)) (-656 (-1195))) 13)))
-(((-935 |#1|) (-10 -7 (-15 -3805 ((-656 (-969 |#1|)) (-656 (-969 |#1|)) (-656 (-1195)))) (-15 -4220 ((-656 (-969 |#1|)) (-656 (-969 |#1|)) (-656 (-1195))))) (-464)) (T -935))
-((-4220 (*1 *2 *2 *3) (-12 (-5 *2 (-656 (-969 *4))) (-5 *3 (-656 (-1195))) (-4 *4 (-464)) (-5 *1 (-935 *4)))) (-3805 (*1 *2 *2 *3) (-12 (-5 *2 (-656 (-969 *4))) (-5 *3 (-656 (-1195))) (-4 *4 (-464)) (-5 *1 (-935 *4)))))
-(-10 -7 (-15 -3805 ((-656 (-969 |#1|)) (-656 (-969 |#1|)) (-656 (-1195)))) (-15 -4220 ((-656 (-969 |#1|)) (-656 (-969 |#1|)) (-656 (-1195)))))
-((-3567 (((-326 |#1|) (-489)) 16)))
-(((-936 |#1|) (-10 -7 (-15 -3567 ((-326 |#1|) (-489)))) (-568)) (T -936))
-((-3567 (*1 *2 *3) (-12 (-5 *3 (-489)) (-5 *2 (-326 *4)) (-5 *1 (-936 *4)) (-4 *4 (-568)))))
-(-10 -7 (-15 -3567 ((-326 |#1|) (-489))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 57)) (-3612 (((-112) $) 35)) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-3473 (((-3 $ "failed") $ $) 48)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 45)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
-(((-937) (-141)) (T -937))
-((-1405 (*1 *2 *3) (-12 (-4 *1 (-937)) (-5 *2 (-2 (|:| -1713 (-656 *1)) (|:| -4126 *1))) (-5 *3 (-656 *1)))) (-4232 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-656 *1)) (-4 *1 (-937)))))
-(-13 (-464) (-10 -8 (-15 -1405 ((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $))) (-15 -4232 ((-3 (-656 $) "failed") (-656 $) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-300) . T) ((-464) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-1070 $) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-2135 (($) NIL T CONST)) (-2251 (((-3 $ "failed") $) NIL)) (-3612 (((-112) $) NIL)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3495 (($ $ $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2727 (($) NIL T CONST)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-783)) NIL) (($ $ (-938)) NIL)) (* (($ (-938) $) NIL) (($ $ $) NIL)))
-(((-938) (-13 (-806) (-738) (-10 -8 (-15 -3495 ($ $ $)) (-6 (-4464 "*"))))) (T -938))
-((-3495 (*1 *1 *1 *1) (-5 *1 (-938))))
-(-13 (-806) (-738) (-10 -8 (-15 -3495 ($ $ $)) (-6 (-4464 "*"))))
+((-4388 (((-3 (-2 (|:| -1760 (-783)) (|:| -2952 |#5|)) "failed") (-347 |#2| |#3| |#4| |#5|)) 77)) (-1740 (((-112) (-347 |#2| |#3| |#4| |#5|)) 17)) (-1760 (((-3 (-783) "failed") (-347 |#2| |#3| |#4| |#5|)) 15)))
+(((-930 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1760 ((-3 (-783) "failed") (-347 |#2| |#3| |#4| |#5|))) (-15 -1740 ((-112) (-347 |#2| |#3| |#4| |#5|))) (-15 -4388 ((-3 (-2 (|:| -1760 (-783)) (|:| -2952 |#5|)) "failed") (-347 |#2| |#3| |#4| |#5|)))) (-13 (-568) (-1059 (-576))) (-442 |#1|) (-1264 |#2|) (-1264 (-419 |#3|)) (-353 |#2| |#3| |#4|)) (T -930))
+((-4388 (*1 *2 *3) (|partial| -12 (-5 *3 (-347 *5 *6 *7 *8)) (-4 *5 (-442 *4)) (-4 *6 (-1264 *5)) (-4 *7 (-1264 (-419 *6))) (-4 *8 (-353 *5 *6 *7)) (-4 *4 (-13 (-568) (-1059 (-576)))) (-5 *2 (-2 (|:| -1760 (-783)) (|:| -2952 *8))) (-5 *1 (-930 *4 *5 *6 *7 *8)))) (-1740 (*1 *2 *3) (-12 (-5 *3 (-347 *5 *6 *7 *8)) (-4 *5 (-442 *4)) (-4 *6 (-1264 *5)) (-4 *7 (-1264 (-419 *6))) (-4 *8 (-353 *5 *6 *7)) (-4 *4 (-13 (-568) (-1059 (-576)))) (-5 *2 (-112)) (-5 *1 (-930 *4 *5 *6 *7 *8)))) (-1760 (*1 *2 *3) (|partial| -12 (-5 *3 (-347 *5 *6 *7 *8)) (-4 *5 (-442 *4)) (-4 *6 (-1264 *5)) (-4 *7 (-1264 (-419 *6))) (-4 *8 (-353 *5 *6 *7)) (-4 *4 (-13 (-568) (-1059 (-576)))) (-5 *2 (-783)) (-5 *1 (-930 *4 *5 *6 *7 *8)))))
+(-10 -7 (-15 -1760 ((-3 (-783) "failed") (-347 |#2| |#3| |#4| |#5|))) (-15 -1740 ((-112) (-347 |#2| |#3| |#4| |#5|))) (-15 -4388 ((-3 (-2 (|:| -1760 (-783)) (|:| -2952 |#5|)) "failed") (-347 |#2| |#3| |#4| |#5|))))
+((-4388 (((-3 (-2 (|:| -1760 (-783)) (|:| -2952 |#3|)) "failed") (-347 (-419 (-576)) |#1| |#2| |#3|)) 64)) (-1740 (((-112) (-347 (-419 (-576)) |#1| |#2| |#3|)) 16)) (-1760 (((-3 (-783) "failed") (-347 (-419 (-576)) |#1| |#2| |#3|)) 14)))
+(((-931 |#1| |#2| |#3|) (-10 -7 (-15 -1760 ((-3 (-783) "failed") (-347 (-419 (-576)) |#1| |#2| |#3|))) (-15 -1740 ((-112) (-347 (-419 (-576)) |#1| |#2| |#3|))) (-15 -4388 ((-3 (-2 (|:| -1760 (-783)) (|:| -2952 |#3|)) "failed") (-347 (-419 (-576)) |#1| |#2| |#3|)))) (-1264 (-419 (-576))) (-1264 (-419 |#1|)) (-353 (-419 (-576)) |#1| |#2|)) (T -931))
+((-4388 (*1 *2 *3) (|partial| -12 (-5 *3 (-347 (-419 (-576)) *4 *5 *6)) (-4 *4 (-1264 (-419 (-576)))) (-4 *5 (-1264 (-419 *4))) (-4 *6 (-353 (-419 (-576)) *4 *5)) (-5 *2 (-2 (|:| -1760 (-783)) (|:| -2952 *6))) (-5 *1 (-931 *4 *5 *6)))) (-1740 (*1 *2 *3) (-12 (-5 *3 (-347 (-419 (-576)) *4 *5 *6)) (-4 *4 (-1264 (-419 (-576)))) (-4 *5 (-1264 (-419 *4))) (-4 *6 (-353 (-419 (-576)) *4 *5)) (-5 *2 (-112)) (-5 *1 (-931 *4 *5 *6)))) (-1760 (*1 *2 *3) (|partial| -12 (-5 *3 (-347 (-419 (-576)) *4 *5 *6)) (-4 *4 (-1264 (-419 (-576)))) (-4 *5 (-1264 (-419 *4))) (-4 *6 (-353 (-419 (-576)) *4 *5)) (-5 *2 (-783)) (-5 *1 (-931 *4 *5 *6)))))
+(-10 -7 (-15 -1760 ((-3 (-783) "failed") (-347 (-419 (-576)) |#1| |#2| |#3|))) (-15 -1740 ((-112) (-347 (-419 (-576)) |#1| |#2| |#3|))) (-15 -4388 ((-3 (-2 (|:| -1760 (-783)) (|:| -2952 |#3|)) "failed") (-347 (-419 (-576)) |#1| |#2| |#3|))))
+((-2315 ((|#2| |#2|) 26)) (-4341 (((-576) (-656 (-2 (|:| |den| (-576)) (|:| |gcdnum| (-576))))) 15)) (-4213 (((-940) (-576)) 38)) (-3211 (((-576) |#2|) 45)) (-1337 (((-576) |#2|) 21) (((-2 (|:| |den| (-576)) (|:| |gcdnum| (-576))) |#1|) 20)))
+(((-932 |#1| |#2|) (-10 -7 (-15 -4213 ((-940) (-576))) (-15 -1337 ((-2 (|:| |den| (-576)) (|:| |gcdnum| (-576))) |#1|)) (-15 -1337 ((-576) |#2|)) (-15 -4341 ((-576) (-656 (-2 (|:| |den| (-576)) (|:| |gcdnum| (-576)))))) (-15 -3211 ((-576) |#2|)) (-15 -2315 (|#2| |#2|))) (-1264 (-419 (-576))) (-1264 (-419 |#1|))) (T -932))
+((-2315 (*1 *2 *2) (-12 (-4 *3 (-1264 (-419 (-576)))) (-5 *1 (-932 *3 *2)) (-4 *2 (-1264 (-419 *3))))) (-3211 (*1 *2 *3) (-12 (-4 *4 (-1264 (-419 *2))) (-5 *2 (-576)) (-5 *1 (-932 *4 *3)) (-4 *3 (-1264 (-419 *4))))) (-4341 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| |den| (-576)) (|:| |gcdnum| (-576))))) (-4 *4 (-1264 (-419 *2))) (-5 *2 (-576)) (-5 *1 (-932 *4 *5)) (-4 *5 (-1264 (-419 *4))))) (-1337 (*1 *2 *3) (-12 (-4 *4 (-1264 (-419 *2))) (-5 *2 (-576)) (-5 *1 (-932 *4 *3)) (-4 *3 (-1264 (-419 *4))))) (-1337 (*1 *2 *3) (-12 (-4 *3 (-1264 (-419 (-576)))) (-5 *2 (-2 (|:| |den| (-576)) (|:| |gcdnum| (-576)))) (-5 *1 (-932 *3 *4)) (-4 *4 (-1264 (-419 *3))))) (-4213 (*1 *2 *3) (-12 (-5 *3 (-576)) (-4 *4 (-1264 (-419 *3))) (-5 *2 (-940)) (-5 *1 (-932 *4 *5)) (-4 *5 (-1264 (-419 *4))))))
+(-10 -7 (-15 -4213 ((-940) (-576))) (-15 -1337 ((-2 (|:| |den| (-576)) (|:| |gcdnum| (-576))) |#1|)) (-15 -1337 ((-576) |#2|)) (-15 -4341 ((-576) (-656 (-2 (|:| |den| (-576)) (|:| |gcdnum| (-576)))))) (-15 -3211 ((-576) |#2|)) (-15 -2315 (|#2| |#2|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3730 ((|#1| $) 100)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4064 (((-112) $ $) NIL)) (-3853 (($) NIL T CONST)) (-1892 (($ $ $) NIL)) (-2413 (((-3 $ "failed") $) 94)) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-1343 (($ |#1| (-430 |#1|)) 92)) (-4241 (((-1193 |#1|) |#1| |#1|) 53)) (-2897 (($ $) 61)) (-3315 (((-112) $) NIL)) (-2087 (((-576) $) 97)) (-2046 (($ $ (-576)) 99)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-1848 ((|#1| $) 96)) (-4437 (((-430 |#1|) $) 95)) (-1452 (((-430 $) $) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) 93)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-3756 (($ $) 50)) (-4114 (((-876) $) 124) (($ (-576)) 73) (($ $) NIL) (($ (-419 (-576))) NIL) (($ |#1|) 41) (((-419 |#1|) $) 78) (($ (-419 (-430 |#1|))) 86)) (-2864 (((-783)) 71 T CONST)) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-4312 (($) 26 T CONST)) (-4322 (($) 15 T CONST)) (-3939 (((-112) $ $) 87)) (-4047 (($ $ $) NIL)) (-4037 (($ $) 108) (($ $ $) NIL)) (-4027 (($ $ $) 49)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 110) (($ $ $) 48) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ |#1| $) 109) (($ $ |#1|) NIL)))
+(((-933 |#1|) (-13 (-374) (-38 |#1|) (-10 -8 (-15 -4114 ((-419 |#1|) $)) (-15 -4114 ($ (-419 (-430 |#1|)))) (-15 -3756 ($ $)) (-15 -4437 ((-430 |#1|) $)) (-15 -1848 (|#1| $)) (-15 -2046 ($ $ (-576))) (-15 -2087 ((-576) $)) (-15 -4241 ((-1193 |#1|) |#1| |#1|)) (-15 -2897 ($ $)) (-15 -1343 ($ |#1| (-430 |#1|))) (-15 -3730 (|#1| $)))) (-317)) (T -933))
+((-4114 (*1 *2 *1) (-12 (-5 *2 (-419 *3)) (-5 *1 (-933 *3)) (-4 *3 (-317)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-419 (-430 *3))) (-4 *3 (-317)) (-5 *1 (-933 *3)))) (-3756 (*1 *1 *1) (-12 (-5 *1 (-933 *2)) (-4 *2 (-317)))) (-4437 (*1 *2 *1) (-12 (-5 *2 (-430 *3)) (-5 *1 (-933 *3)) (-4 *3 (-317)))) (-1848 (*1 *2 *1) (-12 (-5 *1 (-933 *2)) (-4 *2 (-317)))) (-2046 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-933 *3)) (-4 *3 (-317)))) (-2087 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-933 *3)) (-4 *3 (-317)))) (-4241 (*1 *2 *3 *3) (-12 (-5 *2 (-1193 *3)) (-5 *1 (-933 *3)) (-4 *3 (-317)))) (-2897 (*1 *1 *1) (-12 (-5 *1 (-933 *2)) (-4 *2 (-317)))) (-1343 (*1 *1 *2 *3) (-12 (-5 *3 (-430 *2)) (-4 *2 (-317)) (-5 *1 (-933 *2)))) (-3730 (*1 *2 *1) (-12 (-5 *1 (-933 *2)) (-4 *2 (-317)))))
+(-13 (-374) (-38 |#1|) (-10 -8 (-15 -4114 ((-419 |#1|) $)) (-15 -4114 ($ (-419 (-430 |#1|)))) (-15 -3756 ($ $)) (-15 -4437 ((-430 |#1|) $)) (-15 -1848 (|#1| $)) (-15 -2046 ($ $ (-576))) (-15 -2087 ((-576) $)) (-15 -4241 ((-1193 |#1|) |#1| |#1|)) (-15 -2897 ($ $)) (-15 -1343 ($ |#1| (-430 |#1|))) (-15 -3730 (|#1| $))))
+((-1343 (((-52) (-971 |#1|) (-430 (-971 |#1|)) (-1197)) 17) (((-52) (-419 (-971 |#1|)) (-1197)) 18)))
+(((-934 |#1|) (-10 -7 (-15 -1343 ((-52) (-419 (-971 |#1|)) (-1197))) (-15 -1343 ((-52) (-971 |#1|) (-430 (-971 |#1|)) (-1197)))) (-13 (-317) (-148))) (T -934))
+((-1343 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-430 (-971 *6))) (-5 *5 (-1197)) (-5 *3 (-971 *6)) (-4 *6 (-13 (-317) (-148))) (-5 *2 (-52)) (-5 *1 (-934 *6)))) (-1343 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-1197)) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-52)) (-5 *1 (-934 *5)))))
+(-10 -7 (-15 -1343 ((-52) (-419 (-971 |#1|)) (-1197))) (-15 -1343 ((-52) (-971 |#1|) (-430 (-971 |#1|)) (-1197))))
+((-3581 ((|#4| (-656 |#4|)) 147) (((-1193 |#4|) (-1193 |#4|) (-1193 |#4|)) 84) ((|#4| |#4| |#4|) 146)) (-3115 (((-1193 |#4|) (-656 (-1193 |#4|))) 140) (((-1193 |#4|) (-1193 |#4|) (-1193 |#4|)) 61) ((|#4| (-656 |#4|)) 69) ((|#4| |#4| |#4|) 107)))
+(((-935 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3115 (|#4| |#4| |#4|)) (-15 -3115 (|#4| (-656 |#4|))) (-15 -3115 ((-1193 |#4|) (-1193 |#4|) (-1193 |#4|))) (-15 -3115 ((-1193 |#4|) (-656 (-1193 |#4|)))) (-15 -3581 (|#4| |#4| |#4|)) (-15 -3581 ((-1193 |#4|) (-1193 |#4|) (-1193 |#4|))) (-15 -3581 (|#4| (-656 |#4|)))) (-805) (-862) (-317) (-968 |#3| |#1| |#2|)) (T -935))
+((-3581 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-968 *6 *4 *5)) (-5 *1 (-935 *4 *5 *6 *2)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)))) (-3581 (*1 *2 *2 *2) (-12 (-5 *2 (-1193 *6)) (-4 *6 (-968 *5 *3 *4)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-317)) (-5 *1 (-935 *3 *4 *5 *6)))) (-3581 (*1 *2 *2 *2) (-12 (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-317)) (-5 *1 (-935 *3 *4 *5 *2)) (-4 *2 (-968 *5 *3 *4)))) (-3115 (*1 *2 *3) (-12 (-5 *3 (-656 (-1193 *7))) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)) (-5 *2 (-1193 *7)) (-5 *1 (-935 *4 *5 *6 *7)) (-4 *7 (-968 *6 *4 *5)))) (-3115 (*1 *2 *2 *2) (-12 (-5 *2 (-1193 *6)) (-4 *6 (-968 *5 *3 *4)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-317)) (-5 *1 (-935 *3 *4 *5 *6)))) (-3115 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-968 *6 *4 *5)) (-5 *1 (-935 *4 *5 *6 *2)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)))) (-3115 (*1 *2 *2 *2) (-12 (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-317)) (-5 *1 (-935 *3 *4 *5 *2)) (-4 *2 (-968 *5 *3 *4)))))
+(-10 -7 (-15 -3115 (|#4| |#4| |#4|)) (-15 -3115 (|#4| (-656 |#4|))) (-15 -3115 ((-1193 |#4|) (-1193 |#4|) (-1193 |#4|))) (-15 -3115 ((-1193 |#4|) (-656 (-1193 |#4|)))) (-15 -3581 (|#4| |#4| |#4|)) (-15 -3581 ((-1193 |#4|) (-1193 |#4|) (-1193 |#4|))) (-15 -3581 (|#4| (-656 |#4|))))
+((-2063 (((-923 (-576)) (-992)) 38) (((-923 (-576)) (-656 (-576))) 34)) (-3169 (((-923 (-576)) (-656 (-576))) 67) (((-923 (-576)) (-940)) 68)) (-3226 (((-923 (-576))) 39)) (-2053 (((-923 (-576))) 53) (((-923 (-576)) (-656 (-576))) 52)) (-2257 (((-923 (-576))) 51) (((-923 (-576)) (-656 (-576))) 50)) (-1757 (((-923 (-576))) 49) (((-923 (-576)) (-656 (-576))) 48)) (-2553 (((-923 (-576))) 47) (((-923 (-576)) (-656 (-576))) 46)) (-2887 (((-923 (-576))) 45) (((-923 (-576)) (-656 (-576))) 44)) (-1699 (((-923 (-576))) 55) (((-923 (-576)) (-656 (-576))) 54)) (-3766 (((-923 (-576)) (-656 (-576))) 72) (((-923 (-576)) (-940)) 74)) (-4263 (((-923 (-576)) (-656 (-576))) 69) (((-923 (-576)) (-940)) 70)) (-2624 (((-923 (-576)) (-656 (-576))) 65) (((-923 (-576)) (-940)) 66)) (-1448 (((-923 (-576)) (-656 (-940))) 57)))
+(((-936) (-10 -7 (-15 -3169 ((-923 (-576)) (-940))) (-15 -3169 ((-923 (-576)) (-656 (-576)))) (-15 -2624 ((-923 (-576)) (-940))) (-15 -2624 ((-923 (-576)) (-656 (-576)))) (-15 -1448 ((-923 (-576)) (-656 (-940)))) (-15 -4263 ((-923 (-576)) (-940))) (-15 -4263 ((-923 (-576)) (-656 (-576)))) (-15 -3766 ((-923 (-576)) (-940))) (-15 -3766 ((-923 (-576)) (-656 (-576)))) (-15 -2887 ((-923 (-576)) (-656 (-576)))) (-15 -2887 ((-923 (-576)))) (-15 -2553 ((-923 (-576)) (-656 (-576)))) (-15 -2553 ((-923 (-576)))) (-15 -1757 ((-923 (-576)) (-656 (-576)))) (-15 -1757 ((-923 (-576)))) (-15 -2257 ((-923 (-576)) (-656 (-576)))) (-15 -2257 ((-923 (-576)))) (-15 -2053 ((-923 (-576)) (-656 (-576)))) (-15 -2053 ((-923 (-576)))) (-15 -1699 ((-923 (-576)) (-656 (-576)))) (-15 -1699 ((-923 (-576)))) (-15 -3226 ((-923 (-576)))) (-15 -2063 ((-923 (-576)) (-656 (-576)))) (-15 -2063 ((-923 (-576)) (-992))))) (T -936))
+((-2063 (*1 *2 *3) (-12 (-5 *3 (-992)) (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-2063 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-3226 (*1 *2) (-12 (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-1699 (*1 *2) (-12 (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-1699 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-2053 (*1 *2) (-12 (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-2053 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-2257 (*1 *2) (-12 (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-2257 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-1757 (*1 *2) (-12 (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-1757 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-2553 (*1 *2) (-12 (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-2553 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-2887 (*1 *2) (-12 (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-2887 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-3766 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-3766 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-4263 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-4263 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-1448 (*1 *2 *3) (-12 (-5 *3 (-656 (-940))) (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-2624 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-2624 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-3169 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936)))) (-3169 (*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-923 (-576))) (-5 *1 (-936)))))
+(-10 -7 (-15 -3169 ((-923 (-576)) (-940))) (-15 -3169 ((-923 (-576)) (-656 (-576)))) (-15 -2624 ((-923 (-576)) (-940))) (-15 -2624 ((-923 (-576)) (-656 (-576)))) (-15 -1448 ((-923 (-576)) (-656 (-940)))) (-15 -4263 ((-923 (-576)) (-940))) (-15 -4263 ((-923 (-576)) (-656 (-576)))) (-15 -3766 ((-923 (-576)) (-940))) (-15 -3766 ((-923 (-576)) (-656 (-576)))) (-15 -2887 ((-923 (-576)) (-656 (-576)))) (-15 -2887 ((-923 (-576)))) (-15 -2553 ((-923 (-576)) (-656 (-576)))) (-15 -2553 ((-923 (-576)))) (-15 -1757 ((-923 (-576)) (-656 (-576)))) (-15 -1757 ((-923 (-576)))) (-15 -2257 ((-923 (-576)) (-656 (-576)))) (-15 -2257 ((-923 (-576)))) (-15 -2053 ((-923 (-576)) (-656 (-576)))) (-15 -2053 ((-923 (-576)))) (-15 -1699 ((-923 (-576)) (-656 (-576)))) (-15 -1699 ((-923 (-576)))) (-15 -3226 ((-923 (-576)))) (-15 -2063 ((-923 (-576)) (-656 (-576)))) (-15 -2063 ((-923 (-576)) (-992))))
+((-4316 (((-656 (-971 |#1|)) (-656 (-971 |#1|)) (-656 (-1197))) 14)) (-1530 (((-656 (-971 |#1|)) (-656 (-971 |#1|)) (-656 (-1197))) 13)))
+(((-937 |#1|) (-10 -7 (-15 -1530 ((-656 (-971 |#1|)) (-656 (-971 |#1|)) (-656 (-1197)))) (-15 -4316 ((-656 (-971 |#1|)) (-656 (-971 |#1|)) (-656 (-1197))))) (-464)) (T -937))
+((-4316 (*1 *2 *2 *3) (-12 (-5 *2 (-656 (-971 *4))) (-5 *3 (-656 (-1197))) (-4 *4 (-464)) (-5 *1 (-937 *4)))) (-1530 (*1 *2 *2 *3) (-12 (-5 *2 (-656 (-971 *4))) (-5 *3 (-656 (-1197))) (-4 *4 (-464)) (-5 *1 (-937 *4)))))
+(-10 -7 (-15 -1530 ((-656 (-971 |#1|)) (-656 (-971 |#1|)) (-656 (-1197)))) (-15 -4316 ((-656 (-971 |#1|)) (-656 (-971 |#1|)) (-656 (-1197)))))
+((-4114 (((-326 |#1|) (-489)) 16)))
+(((-938 |#1|) (-10 -7 (-15 -4114 ((-326 |#1|) (-489)))) (-568)) (T -938))
+((-4114 (*1 *2 *3) (-12 (-5 *3 (-489)) (-5 *2 (-326 *4)) (-5 *1 (-938 *4)) (-4 *4 (-568)))))
+(-10 -7 (-15 -4114 ((-326 |#1|) (-489))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 57)) (-3315 (((-112) $) 35)) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-1943 (((-3 $ "failed") $ $) 48)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 45)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+(((-939) (-141)) (T -939))
+((-3175 (*1 *2 *3) (-12 (-4 *1 (-939)) (-5 *2 (-2 (|:| -2862 (-656 *1)) (|:| -2549 *1))) (-5 *3 (-656 *1)))) (-3216 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-656 *1)) (-4 *1 (-939)))))
+(-13 (-464) (-10 -8 (-15 -3175 ((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $))) (-15 -3216 ((-3 (-656 $) "failed") (-656 $) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-300) . T) ((-464) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-1072 $) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-3853 (($) NIL T CONST)) (-2413 (((-3 $ "failed") $) NIL)) (-3315 (((-112) $) NIL)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-3115 (($ $ $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-4322 (($) NIL T CONST)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-783)) NIL) (($ $ (-940)) NIL)) (* (($ (-940) $) NIL) (($ $ $) NIL)))
+(((-940) (-13 (-806) (-738) (-10 -8 (-15 -3115 ($ $ $)) (-6 (-4466 "*"))))) (T -940))
+((-3115 (*1 *1 *1 *1) (-5 *1 (-940))))
+(-13 (-806) (-738) (-10 -8 (-15 -3115 ($ $ $)) (-6 (-4466 "*"))))
((|NonNegativeInteger|) (|%igt| |#1| 0))
-((-3871 ((|#2| (-656 |#1|) (-656 |#1|)) 28)))
-(((-939 |#1| |#2|) (-10 -7 (-15 -3871 (|#2| (-656 |#1|) (-656 |#1|)))) (-374) (-1262 |#1|)) (T -939))
-((-3871 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *4)) (-4 *4 (-374)) (-4 *2 (-1262 *4)) (-5 *1 (-939 *4 *2)))))
-(-10 -7 (-15 -3871 (|#2| (-656 |#1|) (-656 |#1|))))
-((-3943 (((-1191 |#2|) (-656 |#2|) (-656 |#2|)) 17) (((-1259 |#1| |#2|) (-1259 |#1| |#2|) (-656 |#2|) (-656 |#2|)) 13)))
-(((-940 |#1| |#2|) (-10 -7 (-15 -3943 ((-1259 |#1| |#2|) (-1259 |#1| |#2|) (-656 |#2|) (-656 |#2|))) (-15 -3943 ((-1191 |#2|) (-656 |#2|) (-656 |#2|)))) (-1195) (-374)) (T -940))
-((-3943 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *5)) (-4 *5 (-374)) (-5 *2 (-1191 *5)) (-5 *1 (-940 *4 *5)) (-14 *4 (-1195)))) (-3943 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1259 *4 *5)) (-5 *3 (-656 *5)) (-14 *4 (-1195)) (-4 *5 (-374)) (-5 *1 (-940 *4 *5)))))
-(-10 -7 (-15 -3943 ((-1259 |#1| |#2|) (-1259 |#1| |#2|) (-656 |#2|) (-656 |#2|))) (-15 -3943 ((-1191 |#2|) (-656 |#2|) (-656 |#2|))))
-((-2130 (((-576) (-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-1177)) 174)) (-4193 ((|#4| |#4|) 193)) (-1763 (((-656 (-419 (-969 |#1|))) (-656 (-1195))) 146)) (-3115 (((-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))) (-701 |#4|) (-656 (-419 (-969 |#1|))) (-656 (-656 |#4|)) (-783) (-783) (-576)) 88)) (-3310 (((-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|)))))) (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|)))))) (-656 |#4|)) 69)) (-2308 (((-701 |#4|) (-701 |#4|) (-656 |#4|)) 65)) (-3956 (((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-1177)) 186)) (-1333 (((-576) (-701 |#4|) (-938) (-1177)) 166) (((-576) (-701 |#4|) (-656 (-1195)) (-938) (-1177)) 165) (((-576) (-701 |#4|) (-656 |#4|) (-938) (-1177)) 164) (((-576) (-701 |#4|) (-1177)) 154) (((-576) (-701 |#4|) (-656 (-1195)) (-1177)) 153) (((-576) (-701 |#4|) (-656 |#4|) (-1177)) 152) (((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|) (-938)) 151) (((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|) (-656 (-1195)) (-938)) 150) (((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|) (-656 |#4|) (-938)) 149) (((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|)) 148) (((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|) (-656 (-1195))) 147) (((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|) (-656 |#4|)) 143)) (-4321 ((|#4| (-969 |#1|)) 80)) (-2188 (((-112) (-656 |#4|) (-656 (-656 |#4|))) 190)) (-1436 (((-656 (-656 (-576))) (-576) (-576)) 159)) (-3651 (((-656 (-656 |#4|)) (-656 (-656 |#4|))) 106)) (-3393 (((-783) (-656 (-2 (|:| -3731 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|))))) 100)) (-3593 (((-783) (-656 (-2 (|:| -3731 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|))))) 99)) (-2802 (((-112) (-656 (-969 |#1|))) 19) (((-112) (-656 |#4|)) 15)) (-3193 (((-2 (|:| |sysok| (-112)) (|:| |z0| (-656 |#4|)) (|:| |n0| (-656 |#4|))) (-656 |#4|) (-656 |#4|)) 84)) (-3811 (((-656 |#4|) |#4|) 57)) (-1477 (((-656 (-419 (-969 |#1|))) (-656 |#4|)) 142) (((-701 (-419 (-969 |#1|))) (-701 |#4|)) 66) (((-419 (-969 |#1|)) |#4|) 139)) (-3165 (((-2 (|:| |rgl| (-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|)))))))))) (|:| |rgsz| (-576))) (-701 |#4|) (-656 (-419 (-969 |#1|))) (-783) (-1177) (-576)) 112)) (-3125 (((-656 (-2 (|:| -3731 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|)))) (-701 |#4|) (-783)) 98)) (-3536 (((-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576))))) (-701 |#4|) (-783)) 121)) (-3959 (((-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|)))))) (-2 (|:| -1953 (-701 (-419 (-969 |#1|)))) (|:| |vec| (-656 (-419 (-969 |#1|)))) (|:| -3731 (-783)) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576))))) 56)))
-(((-941 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1333 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|) (-656 |#4|))) (-15 -1333 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|) (-656 (-1195)))) (-15 -1333 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|))) (-15 -1333 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|) (-656 |#4|) (-938))) (-15 -1333 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|) (-656 (-1195)) (-938))) (-15 -1333 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|) (-938))) (-15 -1333 ((-576) (-701 |#4|) (-656 |#4|) (-1177))) (-15 -1333 ((-576) (-701 |#4|) (-656 (-1195)) (-1177))) (-15 -1333 ((-576) (-701 |#4|) (-1177))) (-15 -1333 ((-576) (-701 |#4|) (-656 |#4|) (-938) (-1177))) (-15 -1333 ((-576) (-701 |#4|) (-656 (-1195)) (-938) (-1177))) (-15 -1333 ((-576) (-701 |#4|) (-938) (-1177))) (-15 -2130 ((-576) (-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-1177))) (-15 -3956 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-1177))) (-15 -3165 ((-2 (|:| |rgl| (-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|)))))))))) (|:| |rgsz| (-576))) (-701 |#4|) (-656 (-419 (-969 |#1|))) (-783) (-1177) (-576))) (-15 -1477 ((-419 (-969 |#1|)) |#4|)) (-15 -1477 ((-701 (-419 (-969 |#1|))) (-701 |#4|))) (-15 -1477 ((-656 (-419 (-969 |#1|))) (-656 |#4|))) (-15 -1763 ((-656 (-419 (-969 |#1|))) (-656 (-1195)))) (-15 -4321 (|#4| (-969 |#1|))) (-15 -3193 ((-2 (|:| |sysok| (-112)) (|:| |z0| (-656 |#4|)) (|:| |n0| (-656 |#4|))) (-656 |#4|) (-656 |#4|))) (-15 -3125 ((-656 (-2 (|:| -3731 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|)))) (-701 |#4|) (-783))) (-15 -3310 ((-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|)))))) (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|)))))) (-656 |#4|))) (-15 -3959 ((-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|)))))) (-2 (|:| -1953 (-701 (-419 (-969 |#1|)))) (|:| |vec| (-656 (-419 (-969 |#1|)))) (|:| -3731 (-783)) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (-15 -3811 ((-656 |#4|) |#4|)) (-15 -3593 ((-783) (-656 (-2 (|:| -3731 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|)))))) (-15 -3393 ((-783) (-656 (-2 (|:| -3731 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|)))))) (-15 -3651 ((-656 (-656 |#4|)) (-656 (-656 |#4|)))) (-15 -1436 ((-656 (-656 (-576))) (-576) (-576))) (-15 -2188 ((-112) (-656 |#4|) (-656 (-656 |#4|)))) (-15 -3536 ((-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576))))) (-701 |#4|) (-783))) (-15 -2308 ((-701 |#4|) (-701 |#4|) (-656 |#4|))) (-15 -3115 ((-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))) (-701 |#4|) (-656 (-419 (-969 |#1|))) (-656 (-656 |#4|)) (-783) (-783) (-576))) (-15 -4193 (|#4| |#4|)) (-15 -2802 ((-112) (-656 |#4|))) (-15 -2802 ((-112) (-656 (-969 |#1|))))) (-13 (-317) (-148)) (-13 (-862) (-626 (-1195))) (-805) (-966 |#1| |#3| |#2|)) (T -941))
-((-2802 (*1 *2 *3) (-12 (-5 *3 (-656 (-969 *4))) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *2 (-112)) (-5 *1 (-941 *4 *5 *6 *7)) (-4 *7 (-966 *4 *6 *5)))) (-2802 (*1 *2 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-966 *4 *6 *5)) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *2 (-112)) (-5 *1 (-941 *4 *5 *6 *7)))) (-4193 (*1 *2 *2) (-12 (-4 *3 (-13 (-317) (-148))) (-4 *4 (-13 (-862) (-626 (-1195)))) (-4 *5 (-805)) (-5 *1 (-941 *3 *4 *5 *2)) (-4 *2 (-966 *3 *5 *4)))) (-3115 (*1 *2 *3 *4 *5 *6 *7 *7 *8) (-12 (-5 *3 (-2 (|:| |det| *12) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576))))) (-5 *4 (-701 *12)) (-5 *5 (-656 (-419 (-969 *9)))) (-5 *6 (-656 (-656 *12))) (-5 *7 (-783)) (-5 *8 (-576)) (-4 *9 (-13 (-317) (-148))) (-4 *12 (-966 *9 *11 *10)) (-4 *10 (-13 (-862) (-626 (-1195)))) (-4 *11 (-805)) (-5 *2 (-2 (|:| |eqzro| (-656 *12)) (|:| |neqzro| (-656 *12)) (|:| |wcond| (-656 (-969 *9))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 *9)))) (|:| -4156 (-656 (-1286 (-419 (-969 *9))))))))) (-5 *1 (-941 *9 *10 *11 *12)))) (-2308 (*1 *2 *2 *3) (-12 (-5 *2 (-701 *7)) (-5 *3 (-656 *7)) (-4 *7 (-966 *4 *6 *5)) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *1 (-941 *4 *5 *6 *7)))) (-3536 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *8)) (-5 *4 (-783)) (-4 *8 (-966 *5 *7 *6)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1195)))) (-4 *7 (-805)) (-5 *2 (-656 (-2 (|:| |det| *8) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (-5 *1 (-941 *5 *6 *7 *8)))) (-2188 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-656 *8))) (-5 *3 (-656 *8)) (-4 *8 (-966 *5 *7 *6)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1195)))) (-4 *7 (-805)) (-5 *2 (-112)) (-5 *1 (-941 *5 *6 *7 *8)))) (-1436 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *2 (-656 (-656 (-576)))) (-5 *1 (-941 *4 *5 *6 *7)) (-5 *3 (-576)) (-4 *7 (-966 *4 *6 *5)))) (-3651 (*1 *2 *2) (-12 (-5 *2 (-656 (-656 *6))) (-4 *6 (-966 *3 *5 *4)) (-4 *3 (-13 (-317) (-148))) (-4 *4 (-13 (-862) (-626 (-1195)))) (-4 *5 (-805)) (-5 *1 (-941 *3 *4 *5 *6)))) (-3393 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| -3731 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| *7) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 *7))))) (-4 *7 (-966 *4 *6 *5)) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *2 (-783)) (-5 *1 (-941 *4 *5 *6 *7)))) (-3593 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| -3731 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| *7) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 *7))))) (-4 *7 (-966 *4 *6 *5)) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *2 (-783)) (-5 *1 (-941 *4 *5 *6 *7)))) (-3811 (*1 *2 *3) (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *2 (-656 *3)) (-5 *1 (-941 *4 *5 *6 *3)) (-4 *3 (-966 *4 *6 *5)))) (-3959 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -1953 (-701 (-419 (-969 *4)))) (|:| |vec| (-656 (-419 (-969 *4)))) (|:| -3731 (-783)) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576))))) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *2 (-2 (|:| |partsol| (-1286 (-419 (-969 *4)))) (|:| -4156 (-656 (-1286 (-419 (-969 *4))))))) (-5 *1 (-941 *4 *5 *6 *7)) (-4 *7 (-966 *4 *6 *5)))) (-3310 (*1 *2 *2 *3) (-12 (-5 *2 (-2 (|:| |partsol| (-1286 (-419 (-969 *4)))) (|:| -4156 (-656 (-1286 (-419 (-969 *4))))))) (-5 *3 (-656 *7)) (-4 *4 (-13 (-317) (-148))) (-4 *7 (-966 *4 *6 *5)) (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *1 (-941 *4 *5 *6 *7)))) (-3125 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *8)) (-4 *8 (-966 *5 *7 *6)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1195)))) (-4 *7 (-805)) (-5 *2 (-656 (-2 (|:| -3731 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| *8) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 *8))))) (-5 *1 (-941 *5 *6 *7 *8)) (-5 *4 (-783)))) (-3193 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-4 *7 (-966 *4 *6 *5)) (-5 *2 (-2 (|:| |sysok| (-112)) (|:| |z0| (-656 *7)) (|:| |n0| (-656 *7)))) (-5 *1 (-941 *4 *5 *6 *7)) (-5 *3 (-656 *7)))) (-4321 (*1 *2 *3) (-12 (-5 *3 (-969 *4)) (-4 *4 (-13 (-317) (-148))) (-4 *2 (-966 *4 *6 *5)) (-5 *1 (-941 *4 *5 *6 *2)) (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)))) (-1763 (*1 *2 *3) (-12 (-5 *3 (-656 (-1195))) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *2 (-656 (-419 (-969 *4)))) (-5 *1 (-941 *4 *5 *6 *7)) (-4 *7 (-966 *4 *6 *5)))) (-1477 (*1 *2 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-966 *4 *6 *5)) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *2 (-656 (-419 (-969 *4)))) (-5 *1 (-941 *4 *5 *6 *7)))) (-1477 (*1 *2 *3) (-12 (-5 *3 (-701 *7)) (-4 *7 (-966 *4 *6 *5)) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *2 (-701 (-419 (-969 *4)))) (-5 *1 (-941 *4 *5 *6 *7)))) (-1477 (*1 *2 *3) (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *2 (-419 (-969 *4))) (-5 *1 (-941 *4 *5 *6 *3)) (-4 *3 (-966 *4 *6 *5)))) (-3165 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-701 *11)) (-5 *4 (-656 (-419 (-969 *8)))) (-5 *5 (-783)) (-5 *6 (-1177)) (-4 *8 (-13 (-317) (-148))) (-4 *11 (-966 *8 *10 *9)) (-4 *9 (-13 (-862) (-626 (-1195)))) (-4 *10 (-805)) (-5 *2 (-2 (|:| |rgl| (-656 (-2 (|:| |eqzro| (-656 *11)) (|:| |neqzro| (-656 *11)) (|:| |wcond| (-656 (-969 *8))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 *8)))) (|:| -4156 (-656 (-1286 (-419 (-969 *8)))))))))) (|:| |rgsz| (-576)))) (-5 *1 (-941 *8 *9 *10 *11)) (-5 *7 (-576)))) (-3956 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *2 (-656 (-2 (|:| |eqzro| (-656 *7)) (|:| |neqzro| (-656 *7)) (|:| |wcond| (-656 (-969 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 *4)))) (|:| -4156 (-656 (-1286 (-419 (-969 *4)))))))))) (-5 *1 (-941 *4 *5 *6 *7)) (-4 *7 (-966 *4 *6 *5)))) (-2130 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-2 (|:| |eqzro| (-656 *8)) (|:| |neqzro| (-656 *8)) (|:| |wcond| (-656 (-969 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 *5)))) (|:| -4156 (-656 (-1286 (-419 (-969 *5)))))))))) (-5 *4 (-1177)) (-4 *5 (-13 (-317) (-148))) (-4 *8 (-966 *5 *7 *6)) (-4 *6 (-13 (-862) (-626 (-1195)))) (-4 *7 (-805)) (-5 *2 (-576)) (-5 *1 (-941 *5 *6 *7 *8)))) (-1333 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-701 *9)) (-5 *4 (-938)) (-5 *5 (-1177)) (-4 *9 (-966 *6 *8 *7)) (-4 *6 (-13 (-317) (-148))) (-4 *7 (-13 (-862) (-626 (-1195)))) (-4 *8 (-805)) (-5 *2 (-576)) (-5 *1 (-941 *6 *7 *8 *9)))) (-1333 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-701 *10)) (-5 *4 (-656 (-1195))) (-5 *5 (-938)) (-5 *6 (-1177)) (-4 *10 (-966 *7 *9 *8)) (-4 *7 (-13 (-317) (-148))) (-4 *8 (-13 (-862) (-626 (-1195)))) (-4 *9 (-805)) (-5 *2 (-576)) (-5 *1 (-941 *7 *8 *9 *10)))) (-1333 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-701 *10)) (-5 *4 (-656 *10)) (-5 *5 (-938)) (-5 *6 (-1177)) (-4 *10 (-966 *7 *9 *8)) (-4 *7 (-13 (-317) (-148))) (-4 *8 (-13 (-862) (-626 (-1195)))) (-4 *9 (-805)) (-5 *2 (-576)) (-5 *1 (-941 *7 *8 *9 *10)))) (-1333 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *8)) (-5 *4 (-1177)) (-4 *8 (-966 *5 *7 *6)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1195)))) (-4 *7 (-805)) (-5 *2 (-576)) (-5 *1 (-941 *5 *6 *7 *8)))) (-1333 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-701 *9)) (-5 *4 (-656 (-1195))) (-5 *5 (-1177)) (-4 *9 (-966 *6 *8 *7)) (-4 *6 (-13 (-317) (-148))) (-4 *7 (-13 (-862) (-626 (-1195)))) (-4 *8 (-805)) (-5 *2 (-576)) (-5 *1 (-941 *6 *7 *8 *9)))) (-1333 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-701 *9)) (-5 *4 (-656 *9)) (-5 *5 (-1177)) (-4 *9 (-966 *6 *8 *7)) (-4 *6 (-13 (-317) (-148))) (-4 *7 (-13 (-862) (-626 (-1195)))) (-4 *8 (-805)) (-5 *2 (-576)) (-5 *1 (-941 *6 *7 *8 *9)))) (-1333 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *8)) (-5 *4 (-938)) (-4 *8 (-966 *5 *7 *6)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1195)))) (-4 *7 (-805)) (-5 *2 (-656 (-2 (|:| |eqzro| (-656 *8)) (|:| |neqzro| (-656 *8)) (|:| |wcond| (-656 (-969 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 *5)))) (|:| -4156 (-656 (-1286 (-419 (-969 *5)))))))))) (-5 *1 (-941 *5 *6 *7 *8)))) (-1333 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-701 *9)) (-5 *4 (-656 (-1195))) (-5 *5 (-938)) (-4 *9 (-966 *6 *8 *7)) (-4 *6 (-13 (-317) (-148))) (-4 *7 (-13 (-862) (-626 (-1195)))) (-4 *8 (-805)) (-5 *2 (-656 (-2 (|:| |eqzro| (-656 *9)) (|:| |neqzro| (-656 *9)) (|:| |wcond| (-656 (-969 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 *6)))) (|:| -4156 (-656 (-1286 (-419 (-969 *6)))))))))) (-5 *1 (-941 *6 *7 *8 *9)))) (-1333 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-701 *9)) (-5 *5 (-938)) (-4 *9 (-966 *6 *8 *7)) (-4 *6 (-13 (-317) (-148))) (-4 *7 (-13 (-862) (-626 (-1195)))) (-4 *8 (-805)) (-5 *2 (-656 (-2 (|:| |eqzro| (-656 *9)) (|:| |neqzro| (-656 *9)) (|:| |wcond| (-656 (-969 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 *6)))) (|:| -4156 (-656 (-1286 (-419 (-969 *6)))))))))) (-5 *1 (-941 *6 *7 *8 *9)) (-5 *4 (-656 *9)))) (-1333 (*1 *2 *3) (-12 (-5 *3 (-701 *7)) (-4 *7 (-966 *4 *6 *5)) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *2 (-656 (-2 (|:| |eqzro| (-656 *7)) (|:| |neqzro| (-656 *7)) (|:| |wcond| (-656 (-969 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 *4)))) (|:| -4156 (-656 (-1286 (-419 (-969 *4)))))))))) (-5 *1 (-941 *4 *5 *6 *7)))) (-1333 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *8)) (-5 *4 (-656 (-1195))) (-4 *8 (-966 *5 *7 *6)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1195)))) (-4 *7 (-805)) (-5 *2 (-656 (-2 (|:| |eqzro| (-656 *8)) (|:| |neqzro| (-656 *8)) (|:| |wcond| (-656 (-969 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 *5)))) (|:| -4156 (-656 (-1286 (-419 (-969 *5)))))))))) (-5 *1 (-941 *5 *6 *7 *8)))) (-1333 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *8)) (-4 *8 (-966 *5 *7 *6)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1195)))) (-4 *7 (-805)) (-5 *2 (-656 (-2 (|:| |eqzro| (-656 *8)) (|:| |neqzro| (-656 *8)) (|:| |wcond| (-656 (-969 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 *5)))) (|:| -4156 (-656 (-1286 (-419 (-969 *5)))))))))) (-5 *1 (-941 *5 *6 *7 *8)) (-5 *4 (-656 *8)))))
-(-10 -7 (-15 -1333 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|) (-656 |#4|))) (-15 -1333 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|) (-656 (-1195)))) (-15 -1333 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|))) (-15 -1333 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|) (-656 |#4|) (-938))) (-15 -1333 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|) (-656 (-1195)) (-938))) (-15 -1333 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-701 |#4|) (-938))) (-15 -1333 ((-576) (-701 |#4|) (-656 |#4|) (-1177))) (-15 -1333 ((-576) (-701 |#4|) (-656 (-1195)) (-1177))) (-15 -1333 ((-576) (-701 |#4|) (-1177))) (-15 -1333 ((-576) (-701 |#4|) (-656 |#4|) (-938) (-1177))) (-15 -1333 ((-576) (-701 |#4|) (-656 (-1195)) (-938) (-1177))) (-15 -1333 ((-576) (-701 |#4|) (-938) (-1177))) (-15 -2130 ((-576) (-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-1177))) (-15 -3956 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|))))))))) (-1177))) (-15 -3165 ((-2 (|:| |rgl| (-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|)))))))))) (|:| |rgsz| (-576))) (-701 |#4|) (-656 (-419 (-969 |#1|))) (-783) (-1177) (-576))) (-15 -1477 ((-419 (-969 |#1|)) |#4|)) (-15 -1477 ((-701 (-419 (-969 |#1|))) (-701 |#4|))) (-15 -1477 ((-656 (-419 (-969 |#1|))) (-656 |#4|))) (-15 -1763 ((-656 (-419 (-969 |#1|))) (-656 (-1195)))) (-15 -4321 (|#4| (-969 |#1|))) (-15 -3193 ((-2 (|:| |sysok| (-112)) (|:| |z0| (-656 |#4|)) (|:| |n0| (-656 |#4|))) (-656 |#4|) (-656 |#4|))) (-15 -3125 ((-656 (-2 (|:| -3731 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|)))) (-701 |#4|) (-783))) (-15 -3310 ((-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|)))))) (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|)))))) (-656 |#4|))) (-15 -3959 ((-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|)))))) (-2 (|:| -1953 (-701 (-419 (-969 |#1|)))) (|:| |vec| (-656 (-419 (-969 |#1|)))) (|:| -3731 (-783)) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (-15 -3811 ((-656 |#4|) |#4|)) (-15 -3593 ((-783) (-656 (-2 (|:| -3731 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|)))))) (-15 -3393 ((-783) (-656 (-2 (|:| -3731 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|)))))) (-15 -3651 ((-656 (-656 |#4|)) (-656 (-656 |#4|)))) (-15 -1436 ((-656 (-656 (-576))) (-576) (-576))) (-15 -2188 ((-112) (-656 |#4|) (-656 (-656 |#4|)))) (-15 -3536 ((-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576))))) (-701 |#4|) (-783))) (-15 -2308 ((-701 |#4|) (-701 |#4|) (-656 |#4|))) (-15 -3115 ((-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-969 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1286 (-419 (-969 |#1|)))) (|:| -4156 (-656 (-1286 (-419 (-969 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))) (-701 |#4|) (-656 (-419 (-969 |#1|))) (-656 (-656 |#4|)) (-783) (-783) (-576))) (-15 -4193 (|#4| |#4|)) (-15 -2802 ((-112) (-656 |#4|))) (-15 -2802 ((-112) (-656 (-969 |#1|)))))
-((-2954 (((-944) |#1| (-1195)) 17) (((-944) |#1| (-1195) (-1113 (-227))) 21)) (-2496 (((-944) |#1| |#1| (-1195) (-1113 (-227))) 19) (((-944) |#1| (-1195) (-1113 (-227))) 15)))
-(((-942 |#1|) (-10 -7 (-15 -2496 ((-944) |#1| (-1195) (-1113 (-227)))) (-15 -2496 ((-944) |#1| |#1| (-1195) (-1113 (-227)))) (-15 -2954 ((-944) |#1| (-1195) (-1113 (-227)))) (-15 -2954 ((-944) |#1| (-1195)))) (-626 (-548))) (T -942))
-((-2954 (*1 *2 *3 *4) (-12 (-5 *4 (-1195)) (-5 *2 (-944)) (-5 *1 (-942 *3)) (-4 *3 (-626 (-548))))) (-2954 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1195)) (-5 *5 (-1113 (-227))) (-5 *2 (-944)) (-5 *1 (-942 *3)) (-4 *3 (-626 (-548))))) (-2496 (*1 *2 *3 *3 *4 *5) (-12 (-5 *4 (-1195)) (-5 *5 (-1113 (-227))) (-5 *2 (-944)) (-5 *1 (-942 *3)) (-4 *3 (-626 (-548))))) (-2496 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1195)) (-5 *5 (-1113 (-227))) (-5 *2 (-944)) (-5 *1 (-942 *3)) (-4 *3 (-626 (-548))))))
-(-10 -7 (-15 -2496 ((-944) |#1| (-1195) (-1113 (-227)))) (-15 -2496 ((-944) |#1| |#1| (-1195) (-1113 (-227)))) (-15 -2954 ((-944) |#1| (-1195) (-1113 (-227)))) (-15 -2954 ((-944) |#1| (-1195))))
-((-3839 (($ $ (-1113 (-227)) (-1113 (-227)) (-1113 (-227))) 121)) (-4314 (((-1113 (-227)) $) 64)) (-4303 (((-1113 (-227)) $) 63)) (-4291 (((-1113 (-227)) $) 62)) (-2912 (((-656 (-656 (-227))) $) 69)) (-3691 (((-1113 (-227)) $) 65)) (-1428 (((-576) (-576)) 57)) (-1882 (((-576) (-576)) 52)) (-3755 (((-576) (-576)) 55)) (-1776 (((-112) (-112)) 59)) (-1486 (((-576)) 56)) (-4357 (($ $ (-1113 (-227))) 124) (($ $) 125)) (-2469 (($ (-1 (-960 (-227)) (-227)) (-1113 (-227))) 131) (($ (-1 (-960 (-227)) (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227))) 132)) (-2496 (($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1113 (-227))) 134) (($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227))) 135) (($ $ (-1113 (-227))) 127)) (-1737 (((-576)) 60)) (-2840 (((-576)) 50)) (-1978 (((-576)) 53)) (-2257 (((-656 (-656 (-960 (-227)))) $) 151)) (-3620 (((-112) (-112)) 61)) (-3567 (((-874) $) 149)) (-2753 (((-112)) 58)))
-(((-943) (-13 (-993) (-10 -8 (-15 -2469 ($ (-1 (-960 (-227)) (-227)) (-1113 (-227)))) (-15 -2469 ($ (-1 (-960 (-227)) (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227)))) (-15 -2496 ($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1113 (-227)))) (-15 -2496 ($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227)))) (-15 -2496 ($ $ (-1113 (-227)))) (-15 -3839 ($ $ (-1113 (-227)) (-1113 (-227)) (-1113 (-227)))) (-15 -4357 ($ $ (-1113 (-227)))) (-15 -4357 ($ $)) (-15 -3691 ((-1113 (-227)) $)) (-15 -2912 ((-656 (-656 (-227))) $)) (-15 -2840 ((-576))) (-15 -1882 ((-576) (-576))) (-15 -1978 ((-576))) (-15 -3755 ((-576) (-576))) (-15 -1486 ((-576))) (-15 -1428 ((-576) (-576))) (-15 -2753 ((-112))) (-15 -1776 ((-112) (-112))) (-15 -1737 ((-576))) (-15 -3620 ((-112) (-112)))))) (T -943))
-((-2469 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-960 (-227)) (-227))) (-5 *3 (-1113 (-227))) (-5 *1 (-943)))) (-2469 (*1 *1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-960 (-227)) (-227))) (-5 *3 (-1113 (-227))) (-5 *1 (-943)))) (-2496 (*1 *1 *2 *2 *2 *2 *3) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1113 (-227))) (-5 *1 (-943)))) (-2496 (*1 *1 *2 *2 *2 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1113 (-227))) (-5 *1 (-943)))) (-2496 (*1 *1 *1 *2) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-943)))) (-3839 (*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-943)))) (-4357 (*1 *1 *1 *2) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-943)))) (-4357 (*1 *1 *1) (-5 *1 (-943))) (-3691 (*1 *2 *1) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-943)))) (-2912 (*1 *2 *1) (-12 (-5 *2 (-656 (-656 (-227)))) (-5 *1 (-943)))) (-2840 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-943)))) (-1882 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-943)))) (-1978 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-943)))) (-3755 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-943)))) (-1486 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-943)))) (-1428 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-943)))) (-2753 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-943)))) (-1776 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-943)))) (-1737 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-943)))) (-3620 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-943)))))
-(-13 (-993) (-10 -8 (-15 -2469 ($ (-1 (-960 (-227)) (-227)) (-1113 (-227)))) (-15 -2469 ($ (-1 (-960 (-227)) (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227)))) (-15 -2496 ($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1113 (-227)))) (-15 -2496 ($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227)))) (-15 -2496 ($ $ (-1113 (-227)))) (-15 -3839 ($ $ (-1113 (-227)) (-1113 (-227)) (-1113 (-227)))) (-15 -4357 ($ $ (-1113 (-227)))) (-15 -4357 ($ $)) (-15 -3691 ((-1113 (-227)) $)) (-15 -2912 ((-656 (-656 (-227))) $)) (-15 -2840 ((-576))) (-15 -1882 ((-576) (-576))) (-15 -1978 ((-576))) (-15 -3755 ((-576) (-576))) (-15 -1486 ((-576))) (-15 -1428 ((-576) (-576))) (-15 -2753 ((-112))) (-15 -1776 ((-112) (-112))) (-15 -1737 ((-576))) (-15 -3620 ((-112) (-112)))))
-((-3839 (($ $ (-1113 (-227))) 122) (($ $ (-1113 (-227)) (-1113 (-227))) 123)) (-4303 (((-1113 (-227)) $) 73)) (-4291 (((-1113 (-227)) $) 72)) (-3691 (((-1113 (-227)) $) 74)) (-1558 (((-576) (-576)) 66)) (-3776 (((-576) (-576)) 61)) (-3629 (((-576) (-576)) 64)) (-2580 (((-112) (-112)) 68)) (-2736 (((-576)) 65)) (-4357 (($ $ (-1113 (-227))) 126) (($ $) 127)) (-2469 (($ (-1 (-960 (-227)) (-227)) (-1113 (-227))) 141) (($ (-1 (-960 (-227)) (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227))) 142)) (-2954 (($ (-1 (-227) (-227)) (-1113 (-227))) 149) (($ (-1 (-227) (-227))) 153)) (-2496 (($ (-1 (-227) (-227)) (-1113 (-227))) 137) (($ (-1 (-227) (-227)) (-1113 (-227)) (-1113 (-227))) 138) (($ (-656 (-1 (-227) (-227))) (-1113 (-227))) 146) (($ (-656 (-1 (-227) (-227))) (-1113 (-227)) (-1113 (-227))) 147) (($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1113 (-227))) 139) (($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227))) 140) (($ $ (-1113 (-227))) 128)) (-4076 (((-112) $) 69)) (-4352 (((-576)) 70)) (-3989 (((-576)) 59)) (-4226 (((-576)) 62)) (-2257 (((-656 (-656 (-960 (-227)))) $) 35)) (-2002 (((-112) (-112)) 71)) (-3567 (((-874) $) 167)) (-1638 (((-112)) 67)))
-(((-944) (-13 (-972) (-10 -8 (-15 -2496 ($ (-1 (-227) (-227)) (-1113 (-227)))) (-15 -2496 ($ (-1 (-227) (-227)) (-1113 (-227)) (-1113 (-227)))) (-15 -2496 ($ (-656 (-1 (-227) (-227))) (-1113 (-227)))) (-15 -2496 ($ (-656 (-1 (-227) (-227))) (-1113 (-227)) (-1113 (-227)))) (-15 -2496 ($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1113 (-227)))) (-15 -2496 ($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227)))) (-15 -2469 ($ (-1 (-960 (-227)) (-227)) (-1113 (-227)))) (-15 -2469 ($ (-1 (-960 (-227)) (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227)))) (-15 -2954 ($ (-1 (-227) (-227)) (-1113 (-227)))) (-15 -2954 ($ (-1 (-227) (-227)))) (-15 -2496 ($ $ (-1113 (-227)))) (-15 -4076 ((-112) $)) (-15 -3839 ($ $ (-1113 (-227)))) (-15 -3839 ($ $ (-1113 (-227)) (-1113 (-227)))) (-15 -4357 ($ $ (-1113 (-227)))) (-15 -4357 ($ $)) (-15 -3691 ((-1113 (-227)) $)) (-15 -3989 ((-576))) (-15 -3776 ((-576) (-576))) (-15 -4226 ((-576))) (-15 -3629 ((-576) (-576))) (-15 -2736 ((-576))) (-15 -1558 ((-576) (-576))) (-15 -1638 ((-112))) (-15 -2580 ((-112) (-112))) (-15 -4352 ((-576))) (-15 -2002 ((-112) (-112)))))) (T -944))
-((-2496 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1113 (-227))) (-5 *1 (-944)))) (-2496 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1113 (-227))) (-5 *1 (-944)))) (-2496 (*1 *1 *2 *3) (-12 (-5 *2 (-656 (-1 (-227) (-227)))) (-5 *3 (-1113 (-227))) (-5 *1 (-944)))) (-2496 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-656 (-1 (-227) (-227)))) (-5 *3 (-1113 (-227))) (-5 *1 (-944)))) (-2496 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1113 (-227))) (-5 *1 (-944)))) (-2496 (*1 *1 *2 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1113 (-227))) (-5 *1 (-944)))) (-2469 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-960 (-227)) (-227))) (-5 *3 (-1113 (-227))) (-5 *1 (-944)))) (-2469 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-960 (-227)) (-227))) (-5 *3 (-1113 (-227))) (-5 *1 (-944)))) (-2954 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1113 (-227))) (-5 *1 (-944)))) (-2954 (*1 *1 *2) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *1 (-944)))) (-2496 (*1 *1 *1 *2) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-944)))) (-4076 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-944)))) (-3839 (*1 *1 *1 *2) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-944)))) (-3839 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-944)))) (-4357 (*1 *1 *1 *2) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-944)))) (-4357 (*1 *1 *1) (-5 *1 (-944))) (-3691 (*1 *2 *1) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-944)))) (-3989 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-944)))) (-3776 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-944)))) (-4226 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-944)))) (-3629 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-944)))) (-2736 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-944)))) (-1558 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-944)))) (-1638 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-944)))) (-2580 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-944)))) (-4352 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-944)))) (-2002 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-944)))))
-(-13 (-972) (-10 -8 (-15 -2496 ($ (-1 (-227) (-227)) (-1113 (-227)))) (-15 -2496 ($ (-1 (-227) (-227)) (-1113 (-227)) (-1113 (-227)))) (-15 -2496 ($ (-656 (-1 (-227) (-227))) (-1113 (-227)))) (-15 -2496 ($ (-656 (-1 (-227) (-227))) (-1113 (-227)) (-1113 (-227)))) (-15 -2496 ($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1113 (-227)))) (-15 -2496 ($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227)))) (-15 -2469 ($ (-1 (-960 (-227)) (-227)) (-1113 (-227)))) (-15 -2469 ($ (-1 (-960 (-227)) (-227)) (-1113 (-227)) (-1113 (-227)) (-1113 (-227)))) (-15 -2954 ($ (-1 (-227) (-227)) (-1113 (-227)))) (-15 -2954 ($ (-1 (-227) (-227)))) (-15 -2496 ($ $ (-1113 (-227)))) (-15 -4076 ((-112) $)) (-15 -3839 ($ $ (-1113 (-227)))) (-15 -3839 ($ $ (-1113 (-227)) (-1113 (-227)))) (-15 -4357 ($ $ (-1113 (-227)))) (-15 -4357 ($ $)) (-15 -3691 ((-1113 (-227)) $)) (-15 -3989 ((-576))) (-15 -3776 ((-576) (-576))) (-15 -4226 ((-576))) (-15 -3629 ((-576) (-576))) (-15 -2736 ((-576))) (-15 -1558 ((-576) (-576))) (-15 -1638 ((-112))) (-15 -2580 ((-112) (-112))) (-15 -4352 ((-576))) (-15 -2002 ((-112) (-112)))))
-((-4244 (((-656 (-1113 (-227))) (-656 (-656 (-960 (-227))))) 34)))
-(((-945) (-10 -7 (-15 -4244 ((-656 (-1113 (-227))) (-656 (-656 (-960 (-227)))))))) (T -945))
-((-4244 (*1 *2 *3) (-12 (-5 *3 (-656 (-656 (-960 (-227))))) (-5 *2 (-656 (-1113 (-227)))) (-5 *1 (-945)))))
-(-10 -7 (-15 -4244 ((-656 (-1113 (-227))) (-656 (-656 (-960 (-227)))))))
-((-2153 ((|#2| |#2|) 28)) (-2836 ((|#2| |#2|) 29)) (-1478 ((|#2| |#2|) 27)) (-2707 ((|#2| |#2| (-518)) 26)))
-(((-946 |#1| |#2|) (-10 -7 (-15 -2707 (|#2| |#2| (-518))) (-15 -1478 (|#2| |#2|)) (-15 -2153 (|#2| |#2|)) (-15 -2836 (|#2| |#2|))) (-1119) (-442 |#1|)) (T -946))
-((-2836 (*1 *2 *2) (-12 (-4 *3 (-1119)) (-5 *1 (-946 *3 *2)) (-4 *2 (-442 *3)))) (-2153 (*1 *2 *2) (-12 (-4 *3 (-1119)) (-5 *1 (-946 *3 *2)) (-4 *2 (-442 *3)))) (-1478 (*1 *2 *2) (-12 (-4 *3 (-1119)) (-5 *1 (-946 *3 *2)) (-4 *2 (-442 *3)))) (-2707 (*1 *2 *2 *3) (-12 (-5 *3 (-518)) (-4 *4 (-1119)) (-5 *1 (-946 *4 *2)) (-4 *2 (-442 *4)))))
-(-10 -7 (-15 -2707 (|#2| |#2| (-518))) (-15 -1478 (|#2| |#2|)) (-15 -2153 (|#2| |#2|)) (-15 -2836 (|#2| |#2|)))
-((-2153 (((-326 (-576)) (-1195)) 16)) (-2836 (((-326 (-576)) (-1195)) 14)) (-1478 (((-326 (-576)) (-1195)) 12)) (-2707 (((-326 (-576)) (-1195) (-518)) 19)))
-(((-947) (-10 -7 (-15 -2707 ((-326 (-576)) (-1195) (-518))) (-15 -1478 ((-326 (-576)) (-1195))) (-15 -2153 ((-326 (-576)) (-1195))) (-15 -2836 ((-326 (-576)) (-1195))))) (T -947))
-((-2836 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-326 (-576))) (-5 *1 (-947)))) (-2153 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-326 (-576))) (-5 *1 (-947)))) (-1478 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-326 (-576))) (-5 *1 (-947)))) (-2707 (*1 *2 *3 *4) (-12 (-5 *3 (-1195)) (-5 *4 (-518)) (-5 *2 (-326 (-576))) (-5 *1 (-947)))))
-(-10 -7 (-15 -2707 ((-326 (-576)) (-1195) (-518))) (-15 -1478 ((-326 (-576)) (-1195))) (-15 -2153 ((-326 (-576)) (-1195))) (-15 -2836 ((-326 (-576)) (-1195))))
-((-1866 (((-902 |#1| |#3|) |#2| (-905 |#1|) (-902 |#1| |#3|)) 25)) (-1437 (((-1 (-112) |#2|) (-1 (-112) |#3|)) 13)))
-(((-948 |#1| |#2| |#3|) (-10 -7 (-15 -1437 ((-1 (-112) |#2|) (-1 (-112) |#3|))) (-15 -1866 ((-902 |#1| |#3|) |#2| (-905 |#1|) (-902 |#1| |#3|)))) (-1119) (-899 |#1|) (-13 (-1119) (-1057 |#2|))) (T -948))
-((-1866 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-902 *5 *6)) (-5 *4 (-905 *5)) (-4 *5 (-1119)) (-4 *6 (-13 (-1119) (-1057 *3))) (-4 *3 (-899 *5)) (-5 *1 (-948 *5 *3 *6)))) (-1437 (*1 *2 *3) (-12 (-5 *3 (-1 (-112) *6)) (-4 *6 (-13 (-1119) (-1057 *5))) (-4 *5 (-899 *4)) (-4 *4 (-1119)) (-5 *2 (-1 (-112) *5)) (-5 *1 (-948 *4 *5 *6)))))
-(-10 -7 (-15 -1437 ((-1 (-112) |#2|) (-1 (-112) |#3|))) (-15 -1866 ((-902 |#1| |#3|) |#2| (-905 |#1|) (-902 |#1| |#3|))))
-((-1866 (((-902 |#1| |#3|) |#3| (-905 |#1|) (-902 |#1| |#3|)) 30)))
-(((-949 |#1| |#2| |#3|) (-10 -7 (-15 -1866 ((-902 |#1| |#3|) |#3| (-905 |#1|) (-902 |#1| |#3|)))) (-1119) (-13 (-568) (-899 |#1|)) (-13 (-442 |#2|) (-626 (-905 |#1|)) (-899 |#1|) (-1057 (-624 $)))) (T -949))
-((-1866 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-902 *5 *3)) (-4 *5 (-1119)) (-4 *3 (-13 (-442 *6) (-626 *4) (-899 *5) (-1057 (-624 $)))) (-5 *4 (-905 *5)) (-4 *6 (-13 (-568) (-899 *5))) (-5 *1 (-949 *5 *6 *3)))))
-(-10 -7 (-15 -1866 ((-902 |#1| |#3|) |#3| (-905 |#1|) (-902 |#1| |#3|))))
-((-1866 (((-902 (-576) |#1|) |#1| (-905 (-576)) (-902 (-576) |#1|)) 13)))
-(((-950 |#1|) (-10 -7 (-15 -1866 ((-902 (-576) |#1|) |#1| (-905 (-576)) (-902 (-576) |#1|)))) (-557)) (T -950))
-((-1866 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-902 (-576) *3)) (-5 *4 (-905 (-576))) (-4 *3 (-557)) (-5 *1 (-950 *3)))))
-(-10 -7 (-15 -1866 ((-902 (-576) |#1|) |#1| (-905 (-576)) (-902 (-576) |#1|))))
-((-1866 (((-902 |#1| |#2|) (-624 |#2|) (-905 |#1|) (-902 |#1| |#2|)) 57)))
-(((-951 |#1| |#2|) (-10 -7 (-15 -1866 ((-902 |#1| |#2|) (-624 |#2|) (-905 |#1|) (-902 |#1| |#2|)))) (-1119) (-13 (-1119) (-1057 (-624 $)) (-626 (-905 |#1|)) (-899 |#1|))) (T -951))
-((-1866 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-902 *5 *6)) (-5 *3 (-624 *6)) (-4 *5 (-1119)) (-4 *6 (-13 (-1119) (-1057 (-624 $)) (-626 *4) (-899 *5))) (-5 *4 (-905 *5)) (-5 *1 (-951 *5 *6)))))
-(-10 -7 (-15 -1866 ((-902 |#1| |#2|) (-624 |#2|) (-905 |#1|) (-902 |#1| |#2|))))
-((-1866 (((-898 |#1| |#2| |#3|) |#3| (-905 |#1|) (-898 |#1| |#2| |#3|)) 17)))
-(((-952 |#1| |#2| |#3|) (-10 -7 (-15 -1866 ((-898 |#1| |#2| |#3|) |#3| (-905 |#1|) (-898 |#1| |#2| |#3|)))) (-1119) (-899 |#1|) (-678 |#2|)) (T -952))
-((-1866 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-898 *5 *6 *3)) (-5 *4 (-905 *5)) (-4 *5 (-1119)) (-4 *6 (-899 *5)) (-4 *3 (-678 *6)) (-5 *1 (-952 *5 *6 *3)))))
-(-10 -7 (-15 -1866 ((-898 |#1| |#2| |#3|) |#3| (-905 |#1|) (-898 |#1| |#2| |#3|))))
-((-1866 (((-902 |#1| |#5|) |#5| (-905 |#1|) (-902 |#1| |#5|)) 17 (|has| |#3| (-899 |#1|))) (((-902 |#1| |#5|) |#5| (-905 |#1|) (-902 |#1| |#5|) (-1 (-902 |#1| |#5|) |#3| (-905 |#1|) (-902 |#1| |#5|))) 16)))
-(((-953 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1866 ((-902 |#1| |#5|) |#5| (-905 |#1|) (-902 |#1| |#5|) (-1 (-902 |#1| |#5|) |#3| (-905 |#1|) (-902 |#1| |#5|)))) (IF (|has| |#3| (-899 |#1|)) (-15 -1866 ((-902 |#1| |#5|) |#5| (-905 |#1|) (-902 |#1| |#5|))) |%noBranch|)) (-1119) (-805) (-862) (-13 (-1068) (-899 |#1|)) (-13 (-966 |#4| |#2| |#3|) (-626 (-905 |#1|)))) (T -953))
-((-1866 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-902 *5 *3)) (-4 *5 (-1119)) (-4 *3 (-13 (-966 *8 *6 *7) (-626 *4))) (-5 *4 (-905 *5)) (-4 *7 (-899 *5)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-13 (-1068) (-899 *5))) (-5 *1 (-953 *5 *6 *7 *8 *3)))) (-1866 (*1 *2 *3 *4 *2 *5) (-12 (-5 *5 (-1 (-902 *6 *3) *8 (-905 *6) (-902 *6 *3))) (-4 *8 (-862)) (-5 *2 (-902 *6 *3)) (-5 *4 (-905 *6)) (-4 *6 (-1119)) (-4 *3 (-13 (-966 *9 *7 *8) (-626 *4))) (-4 *7 (-805)) (-4 *9 (-13 (-1068) (-899 *6))) (-5 *1 (-953 *6 *7 *8 *9 *3)))))
-(-10 -7 (-15 -1866 ((-902 |#1| |#5|) |#5| (-905 |#1|) (-902 |#1| |#5|) (-1 (-902 |#1| |#5|) |#3| (-905 |#1|) (-902 |#1| |#5|)))) (IF (|has| |#3| (-899 |#1|)) (-15 -1866 ((-902 |#1| |#5|) |#5| (-905 |#1|) (-902 |#1| |#5|))) |%noBranch|))
-((-2927 ((|#2| |#2| (-656 (-1 (-112) |#3|))) 12) ((|#2| |#2| (-1 (-112) |#3|)) 13)))
-(((-954 |#1| |#2| |#3|) (-10 -7 (-15 -2927 (|#2| |#2| (-1 (-112) |#3|))) (-15 -2927 (|#2| |#2| (-656 (-1 (-112) |#3|))))) (-1119) (-442 |#1|) (-1236)) (T -954))
-((-2927 (*1 *2 *2 *3) (-12 (-5 *3 (-656 (-1 (-112) *5))) (-4 *5 (-1236)) (-4 *4 (-1119)) (-5 *1 (-954 *4 *2 *5)) (-4 *2 (-442 *4)))) (-2927 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *5)) (-4 *5 (-1236)) (-4 *4 (-1119)) (-5 *1 (-954 *4 *2 *5)) (-4 *2 (-442 *4)))))
-(-10 -7 (-15 -2927 (|#2| |#2| (-1 (-112) |#3|))) (-15 -2927 (|#2| |#2| (-656 (-1 (-112) |#3|)))))
-((-2927 (((-326 (-576)) (-1195) (-656 (-1 (-112) |#1|))) 18) (((-326 (-576)) (-1195) (-1 (-112) |#1|)) 15)))
-(((-955 |#1|) (-10 -7 (-15 -2927 ((-326 (-576)) (-1195) (-1 (-112) |#1|))) (-15 -2927 ((-326 (-576)) (-1195) (-656 (-1 (-112) |#1|))))) (-1236)) (T -955))
-((-2927 (*1 *2 *3 *4) (-12 (-5 *3 (-1195)) (-5 *4 (-656 (-1 (-112) *5))) (-4 *5 (-1236)) (-5 *2 (-326 (-576))) (-5 *1 (-955 *5)))) (-2927 (*1 *2 *3 *4) (-12 (-5 *3 (-1195)) (-5 *4 (-1 (-112) *5)) (-4 *5 (-1236)) (-5 *2 (-326 (-576))) (-5 *1 (-955 *5)))))
-(-10 -7 (-15 -2927 ((-326 (-576)) (-1195) (-1 (-112) |#1|))) (-15 -2927 ((-326 (-576)) (-1195) (-656 (-1 (-112) |#1|)))))
-((-1866 (((-902 |#1| |#3|) |#3| (-905 |#1|) (-902 |#1| |#3|)) 25)))
-(((-956 |#1| |#2| |#3|) (-10 -7 (-15 -1866 ((-902 |#1| |#3|) |#3| (-905 |#1|) (-902 |#1| |#3|)))) (-1119) (-13 (-568) (-899 |#1|) (-626 (-905 |#1|))) (-1011 |#2|)) (T -956))
-((-1866 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-902 *5 *3)) (-4 *5 (-1119)) (-4 *3 (-1011 *6)) (-4 *6 (-13 (-568) (-899 *5) (-626 *4))) (-5 *4 (-905 *5)) (-5 *1 (-956 *5 *6 *3)))))
-(-10 -7 (-15 -1866 ((-902 |#1| |#3|) |#3| (-905 |#1|) (-902 |#1| |#3|))))
-((-1866 (((-902 |#1| (-1195)) (-1195) (-905 |#1|) (-902 |#1| (-1195))) 18)))
-(((-957 |#1|) (-10 -7 (-15 -1866 ((-902 |#1| (-1195)) (-1195) (-905 |#1|) (-902 |#1| (-1195))))) (-1119)) (T -957))
-((-1866 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-902 *5 (-1195))) (-5 *3 (-1195)) (-5 *4 (-905 *5)) (-4 *5 (-1119)) (-5 *1 (-957 *5)))))
-(-10 -7 (-15 -1866 ((-902 |#1| (-1195)) (-1195) (-905 |#1|) (-902 |#1| (-1195)))))
-((-3798 (((-902 |#1| |#3|) (-656 |#3|) (-656 (-905 |#1|)) (-902 |#1| |#3|) (-1 (-902 |#1| |#3|) |#3| (-905 |#1|) (-902 |#1| |#3|))) 34)) (-1866 (((-902 |#1| |#3|) (-656 |#3|) (-656 (-905 |#1|)) (-1 |#3| (-656 |#3|)) (-902 |#1| |#3|) (-1 (-902 |#1| |#3|) |#3| (-905 |#1|) (-902 |#1| |#3|))) 33)))
-(((-958 |#1| |#2| |#3|) (-10 -7 (-15 -1866 ((-902 |#1| |#3|) (-656 |#3|) (-656 (-905 |#1|)) (-1 |#3| (-656 |#3|)) (-902 |#1| |#3|) (-1 (-902 |#1| |#3|) |#3| (-905 |#1|) (-902 |#1| |#3|)))) (-15 -3798 ((-902 |#1| |#3|) (-656 |#3|) (-656 (-905 |#1|)) (-902 |#1| |#3|) (-1 (-902 |#1| |#3|) |#3| (-905 |#1|) (-902 |#1| |#3|))))) (-1119) (-1068) (-13 (-1068) (-626 (-905 |#1|)) (-1057 |#2|))) (T -958))
-((-3798 (*1 *2 *3 *4 *2 *5) (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 (-905 *6))) (-5 *5 (-1 (-902 *6 *8) *8 (-905 *6) (-902 *6 *8))) (-4 *6 (-1119)) (-4 *8 (-13 (-1068) (-626 (-905 *6)) (-1057 *7))) (-5 *2 (-902 *6 *8)) (-4 *7 (-1068)) (-5 *1 (-958 *6 *7 *8)))) (-1866 (*1 *2 *3 *4 *5 *2 *6) (-12 (-5 *4 (-656 (-905 *7))) (-5 *5 (-1 *9 (-656 *9))) (-5 *6 (-1 (-902 *7 *9) *9 (-905 *7) (-902 *7 *9))) (-4 *7 (-1119)) (-4 *9 (-13 (-1068) (-626 (-905 *7)) (-1057 *8))) (-5 *2 (-902 *7 *9)) (-5 *3 (-656 *9)) (-4 *8 (-1068)) (-5 *1 (-958 *7 *8 *9)))))
-(-10 -7 (-15 -1866 ((-902 |#1| |#3|) (-656 |#3|) (-656 (-905 |#1|)) (-1 |#3| (-656 |#3|)) (-902 |#1| |#3|) (-1 (-902 |#1| |#3|) |#3| (-905 |#1|) (-902 |#1| |#3|)))) (-15 -3798 ((-902 |#1| |#3|) (-656 |#3|) (-656 (-905 |#1|)) (-902 |#1| |#3|) (-1 (-902 |#1| |#3|) |#3| (-905 |#1|) (-902 |#1| |#3|)))))
-((-4297 (((-1191 (-419 (-576))) (-576)) 79)) (-1754 (((-1191 (-576)) (-576)) 82)) (-1732 (((-1191 (-576)) (-576)) 76)) (-2387 (((-576) (-1191 (-576))) 72)) (-2310 (((-1191 (-419 (-576))) (-576)) 65)) (-3140 (((-1191 (-576)) (-576)) 49)) (-2385 (((-1191 (-576)) (-576)) 84)) (-1595 (((-1191 (-576)) (-576)) 83)) (-2256 (((-1191 (-419 (-576))) (-576)) 67)))
-(((-959) (-10 -7 (-15 -2256 ((-1191 (-419 (-576))) (-576))) (-15 -1595 ((-1191 (-576)) (-576))) (-15 -2385 ((-1191 (-576)) (-576))) (-15 -3140 ((-1191 (-576)) (-576))) (-15 -2310 ((-1191 (-419 (-576))) (-576))) (-15 -2387 ((-576) (-1191 (-576)))) (-15 -1732 ((-1191 (-576)) (-576))) (-15 -1754 ((-1191 (-576)) (-576))) (-15 -4297 ((-1191 (-419 (-576))) (-576))))) (T -959))
-((-4297 (*1 *2 *3) (-12 (-5 *2 (-1191 (-419 (-576)))) (-5 *1 (-959)) (-5 *3 (-576)))) (-1754 (*1 *2 *3) (-12 (-5 *2 (-1191 (-576))) (-5 *1 (-959)) (-5 *3 (-576)))) (-1732 (*1 *2 *3) (-12 (-5 *2 (-1191 (-576))) (-5 *1 (-959)) (-5 *3 (-576)))) (-2387 (*1 *2 *3) (-12 (-5 *3 (-1191 (-576))) (-5 *2 (-576)) (-5 *1 (-959)))) (-2310 (*1 *2 *3) (-12 (-5 *2 (-1191 (-419 (-576)))) (-5 *1 (-959)) (-5 *3 (-576)))) (-3140 (*1 *2 *3) (-12 (-5 *2 (-1191 (-576))) (-5 *1 (-959)) (-5 *3 (-576)))) (-2385 (*1 *2 *3) (-12 (-5 *2 (-1191 (-576))) (-5 *1 (-959)) (-5 *3 (-576)))) (-1595 (*1 *2 *3) (-12 (-5 *2 (-1191 (-576))) (-5 *1 (-959)) (-5 *3 (-576)))) (-2256 (*1 *2 *3) (-12 (-5 *2 (-1191 (-419 (-576)))) (-5 *1 (-959)) (-5 *3 (-576)))))
-(-10 -7 (-15 -2256 ((-1191 (-419 (-576))) (-576))) (-15 -1595 ((-1191 (-576)) (-576))) (-15 -2385 ((-1191 (-576)) (-576))) (-15 -3140 ((-1191 (-576)) (-576))) (-15 -2310 ((-1191 (-419 (-576))) (-576))) (-15 -2387 ((-576) (-1191 (-576)))) (-15 -1732 ((-1191 (-576)) (-576))) (-15 -1754 ((-1191 (-576)) (-576))) (-15 -4297 ((-1191 (-419 (-576))) (-576))))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3829 (($ (-783)) NIL (|has| |#1| (-23)))) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-4372 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-862)))) (-4082 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4463))) (($ $) NIL (-12 (|has| $ (-6 -4463)) (|has| |#1| (-862))))) (-1793 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-862)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) NIL (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-1752 (($ $) NIL (|has| $ (-6 -4463)))) (-3833 (($ $) NIL)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3942 (($ |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4462)))) (-4330 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) NIL)) (-3658 (((-576) (-1 (-112) |#1|) $) NIL) (((-576) |#1| $) NIL (|has| |#1| (-1119))) (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1119)))) (-3040 (($ (-656 |#1|)) 9)) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-2350 (((-701 |#1|) $ $) NIL (|has| |#1| (-1068)))) (-4138 (($ (-783) |#1|) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) NIL (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| |#1| (-862)))) (-1872 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-862)))) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2154 ((|#1| $) NIL (-12 (|has| |#1| (-1021)) (|has| |#1| (-1068))))) (-2460 (((-112) $ (-783)) NIL)) (-2432 ((|#1| $) NIL (-12 (|has| |#1| (-1021)) (|has| |#1| (-1068))))) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-2171 (($ |#1| $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3578 ((|#1| $) NIL (|has| (-576) (-862)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1552 (($ $ |#1|) NIL (|has| $ (-6 -4463)))) (-3905 (($ $ (-656 |#1|)) 25)) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#1| $ (-576) |#1|) NIL) ((|#1| $ (-576)) 18) (($ $ (-1253 (-576))) NIL)) (-2554 ((|#1| $ $) NIL (|has| |#1| (-1068)))) (-2253 (((-938) $) 13)) (-3463 (($ $ (-576)) NIL) (($ $ (-1253 (-576))) NIL)) (-3619 (($ $ $) 23)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1497 (($ $ $ (-576)) NIL (|has| $ (-6 -4463)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| |#1| (-626 (-548)))) (($ (-656 |#1|)) 14)) (-3579 (($ (-656 |#1|)) NIL)) (-1613 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) 24) (($ (-656 $)) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3041 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-3027 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-576) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-738))) (($ $ |#1|) NIL (|has| |#1| (-738)))) (-3500 (((-783) $) 11 (|has| $ (-6 -4462)))))
-(((-960 |#1|) (-999 |#1|) (-1068)) (T -960))
-NIL
-(-999 |#1|)
-((-1596 (((-493 |#1| |#2|) (-969 |#2|)) 22)) (-4110 (((-253 |#1| |#2|) (-969 |#2|)) 35)) (-2791 (((-969 |#2|) (-493 |#1| |#2|)) 27)) (-4109 (((-253 |#1| |#2|) (-493 |#1| |#2|)) 57)) (-1992 (((-969 |#2|) (-253 |#1| |#2|)) 32)) (-2711 (((-493 |#1| |#2|) (-253 |#1| |#2|)) 48)))
-(((-961 |#1| |#2|) (-10 -7 (-15 -2711 ((-493 |#1| |#2|) (-253 |#1| |#2|))) (-15 -4109 ((-253 |#1| |#2|) (-493 |#1| |#2|))) (-15 -1596 ((-493 |#1| |#2|) (-969 |#2|))) (-15 -2791 ((-969 |#2|) (-493 |#1| |#2|))) (-15 -1992 ((-969 |#2|) (-253 |#1| |#2|))) (-15 -4110 ((-253 |#1| |#2|) (-969 |#2|)))) (-656 (-1195)) (-1068)) (T -961))
-((-4110 (*1 *2 *3) (-12 (-5 *3 (-969 *5)) (-4 *5 (-1068)) (-5 *2 (-253 *4 *5)) (-5 *1 (-961 *4 *5)) (-14 *4 (-656 (-1195))))) (-1992 (*1 *2 *3) (-12 (-5 *3 (-253 *4 *5)) (-14 *4 (-656 (-1195))) (-4 *5 (-1068)) (-5 *2 (-969 *5)) (-5 *1 (-961 *4 *5)))) (-2791 (*1 *2 *3) (-12 (-5 *3 (-493 *4 *5)) (-14 *4 (-656 (-1195))) (-4 *5 (-1068)) (-5 *2 (-969 *5)) (-5 *1 (-961 *4 *5)))) (-1596 (*1 *2 *3) (-12 (-5 *3 (-969 *5)) (-4 *5 (-1068)) (-5 *2 (-493 *4 *5)) (-5 *1 (-961 *4 *5)) (-14 *4 (-656 (-1195))))) (-4109 (*1 *2 *3) (-12 (-5 *3 (-493 *4 *5)) (-14 *4 (-656 (-1195))) (-4 *5 (-1068)) (-5 *2 (-253 *4 *5)) (-5 *1 (-961 *4 *5)))) (-2711 (*1 *2 *3) (-12 (-5 *3 (-253 *4 *5)) (-14 *4 (-656 (-1195))) (-4 *5 (-1068)) (-5 *2 (-493 *4 *5)) (-5 *1 (-961 *4 *5)))))
-(-10 -7 (-15 -2711 ((-493 |#1| |#2|) (-253 |#1| |#2|))) (-15 -4109 ((-253 |#1| |#2|) (-493 |#1| |#2|))) (-15 -1596 ((-493 |#1| |#2|) (-969 |#2|))) (-15 -2791 ((-969 |#2|) (-493 |#1| |#2|))) (-15 -1992 ((-969 |#2|) (-253 |#1| |#2|))) (-15 -4110 ((-253 |#1| |#2|) (-969 |#2|))))
-((-2220 (((-656 |#2|) |#2| |#2|) 10)) (-4386 (((-783) (-656 |#1|)) 48 (|has| |#1| (-860)))) (-4302 (((-656 |#2|) |#2|) 11)) (-1810 (((-783) (-656 |#1|) (-576) (-576)) 52 (|has| |#1| (-860)))) (-1731 ((|#1| |#2|) 38 (|has| |#1| (-860)))))
-(((-962 |#1| |#2|) (-10 -7 (-15 -2220 ((-656 |#2|) |#2| |#2|)) (-15 -4302 ((-656 |#2|) |#2|)) (IF (|has| |#1| (-860)) (PROGN (-15 -1731 (|#1| |#2|)) (-15 -4386 ((-783) (-656 |#1|))) (-15 -1810 ((-783) (-656 |#1|) (-576) (-576)))) |%noBranch|)) (-374) (-1262 |#1|)) (T -962))
-((-1810 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-656 *5)) (-5 *4 (-576)) (-4 *5 (-860)) (-4 *5 (-374)) (-5 *2 (-783)) (-5 *1 (-962 *5 *6)) (-4 *6 (-1262 *5)))) (-4386 (*1 *2 *3) (-12 (-5 *3 (-656 *4)) (-4 *4 (-860)) (-4 *4 (-374)) (-5 *2 (-783)) (-5 *1 (-962 *4 *5)) (-4 *5 (-1262 *4)))) (-1731 (*1 *2 *3) (-12 (-4 *2 (-374)) (-4 *2 (-860)) (-5 *1 (-962 *2 *3)) (-4 *3 (-1262 *2)))) (-4302 (*1 *2 *3) (-12 (-4 *4 (-374)) (-5 *2 (-656 *3)) (-5 *1 (-962 *4 *3)) (-4 *3 (-1262 *4)))) (-2220 (*1 *2 *3 *3) (-12 (-4 *4 (-374)) (-5 *2 (-656 *3)) (-5 *1 (-962 *4 *3)) (-4 *3 (-1262 *4)))))
-(-10 -7 (-15 -2220 ((-656 |#2|) |#2| |#2|)) (-15 -4302 ((-656 |#2|) |#2|)) (IF (|has| |#1| (-860)) (PROGN (-15 -1731 (|#1| |#2|)) (-15 -4386 ((-783) (-656 |#1|))) (-15 -1810 ((-783) (-656 |#1|) (-576) (-576)))) |%noBranch|))
-((-4114 (((-969 |#2|) (-1 |#2| |#1|) (-969 |#1|)) 19)))
-(((-963 |#1| |#2|) (-10 -7 (-15 -4114 ((-969 |#2|) (-1 |#2| |#1|) (-969 |#1|)))) (-1068) (-1068)) (T -963))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-969 *5)) (-4 *5 (-1068)) (-4 *6 (-1068)) (-5 *2 (-969 *6)) (-5 *1 (-963 *5 *6)))))
-(-10 -7 (-15 -4114 ((-969 |#2|) (-1 |#2| |#1|) (-969 |#1|))))
-((-1797 (((-1259 |#1| (-969 |#2|)) (-969 |#2|) (-1282 |#1|)) 18)))
-(((-964 |#1| |#2|) (-10 -7 (-15 -1797 ((-1259 |#1| (-969 |#2|)) (-969 |#2|) (-1282 |#1|)))) (-1195) (-1068)) (T -964))
-((-1797 (*1 *2 *3 *4) (-12 (-5 *4 (-1282 *5)) (-14 *5 (-1195)) (-4 *6 (-1068)) (-5 *2 (-1259 *5 (-969 *6))) (-5 *1 (-964 *5 *6)) (-5 *3 (-969 *6)))))
-(-10 -7 (-15 -1797 ((-1259 |#1| (-969 |#2|)) (-969 |#2|) (-1282 |#1|))))
-((-1925 (((-783) $) 88) (((-783) $ (-656 |#4|)) 93)) (-1415 (($ $) 203)) (-3422 (((-430 $) $) 195)) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) 141)) (-1570 (((-3 |#2| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 (-576) "failed") $) NIL) (((-3 |#4| "failed") $) 74)) (-2857 ((|#2| $) NIL) (((-419 (-576)) $) NIL) (((-576) $) NIL) ((|#4| $) 73)) (-1990 (($ $ $ |#4|) 95)) (-3142 (((-701 (-576)) (-701 $)) NIL) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) 131) (((-701 |#2|) (-701 $)) 121)) (-2619 (($ $) 210) (($ $ |#4|) 213)) (-2098 (((-656 $) $) 77)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 229) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) 222)) (-1538 (((-656 $) $) 34)) (-1940 (($ |#2| |#3|) NIL) (($ $ |#4| (-783)) NIL) (($ $ (-656 |#4|) (-656 (-783))) 71)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ |#4|) 192)) (-2692 (((-3 (-656 $) "failed") $) 52)) (-3656 (((-3 (-656 $) "failed") $) 39)) (-2244 (((-3 (-2 (|:| |var| |#4|) (|:| -2125 (-783))) "failed") $) 57)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 134)) (-2307 (((-430 (-1191 $)) (-1191 $)) 147)) (-1830 (((-430 (-1191 $)) (-1191 $)) 145)) (-1827 (((-430 $) $) 165)) (-3281 (($ $ (-656 (-304 $))) 24) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-656 |#4|) (-656 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-656 |#4|) (-656 $)) NIL)) (-2491 (($ $ |#4|) 97)) (-4169 (((-905 (-390)) $) 243) (((-905 (-576)) $) 236) (((-548) $) 251)) (-2145 ((|#2| $) NIL) (($ $ |#4|) 205)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) 184)) (-1749 ((|#2| $ |#3|) NIL) (($ $ |#4| (-783)) 62) (($ $ (-656 |#4|) (-656 (-783))) 69)) (-2846 (((-3 $ "failed") $) 186)) (-1540 (((-112) $ $) 216)))
-(((-965 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4405 ((-1191 |#1|) (-1191 |#1|) (-1191 |#1|))) (-15 -3422 ((-430 |#1|) |#1|)) (-15 -1415 (|#1| |#1|)) (-15 -2846 ((-3 |#1| "failed") |#1|)) (-15 -4169 ((-548) |#1|)) (-15 -4169 ((-905 (-576)) |#1|)) (-15 -4169 ((-905 (-390)) |#1|)) (-15 -1866 ((-902 (-576) |#1|) |#1| (-905 (-576)) (-902 (-576) |#1|))) (-15 -1866 ((-902 (-390) |#1|) |#1| (-905 (-390)) (-902 (-390) |#1|))) (-15 -1827 ((-430 |#1|) |#1|)) (-15 -1830 ((-430 (-1191 |#1|)) (-1191 |#1|))) (-15 -2307 ((-430 (-1191 |#1|)) (-1191 |#1|))) (-15 -3570 ((-3 (-656 (-1191 |#1|)) "failed") (-656 (-1191 |#1|)) (-1191 |#1|))) (-15 -4098 ((-3 (-1286 |#1|) "failed") (-701 |#1|))) (-15 -2619 (|#1| |#1| |#4|)) (-15 -2145 (|#1| |#1| |#4|)) (-15 -2491 (|#1| |#1| |#4|)) (-15 -1990 (|#1| |#1| |#1| |#4|)) (-15 -2098 ((-656 |#1|) |#1|)) (-15 -1925 ((-783) |#1| (-656 |#4|))) (-15 -1925 ((-783) |#1|)) (-15 -2244 ((-3 (-2 (|:| |var| |#4|) (|:| -2125 (-783))) "failed") |#1|)) (-15 -2692 ((-3 (-656 |#1|) "failed") |#1|)) (-15 -3656 ((-3 (-656 |#1|) "failed") |#1|)) (-15 -1940 (|#1| |#1| (-656 |#4|) (-656 (-783)))) (-15 -1940 (|#1| |#1| |#4| (-783))) (-15 -3962 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1| |#4|)) (-15 -1538 ((-656 |#1|) |#1|)) (-15 -1749 (|#1| |#1| (-656 |#4|) (-656 (-783)))) (-15 -1749 (|#1| |#1| |#4| (-783))) (-15 -3142 ((-701 |#2|) (-701 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-701 (-576)) (-701 |#1|))) (-15 -1570 ((-3 |#4| "failed") |#1|)) (-15 -2857 (|#4| |#1|)) (-15 -3281 (|#1| |#1| (-656 |#4|) (-656 |#1|))) (-15 -3281 (|#1| |#1| |#4| |#1|)) (-15 -3281 (|#1| |#1| (-656 |#4|) (-656 |#2|))) (-15 -3281 (|#1| |#1| |#4| |#2|)) (-15 -3281 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -3281 (|#1| |#1| |#1| |#1|)) (-15 -3281 (|#1| |#1| (-304 |#1|))) (-15 -3281 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -1940 (|#1| |#2| |#3|)) (-15 -1749 (|#2| |#1| |#3|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -2145 (|#2| |#1|)) (-15 -2619 (|#1| |#1|)) (-15 -1540 ((-112) |#1| |#1|))) (-966 |#2| |#3| |#4|) (-1068) (-805) (-862)) (T -965))
-NIL
-(-10 -8 (-15 -4405 ((-1191 |#1|) (-1191 |#1|) (-1191 |#1|))) (-15 -3422 ((-430 |#1|) |#1|)) (-15 -1415 (|#1| |#1|)) (-15 -2846 ((-3 |#1| "failed") |#1|)) (-15 -4169 ((-548) |#1|)) (-15 -4169 ((-905 (-576)) |#1|)) (-15 -4169 ((-905 (-390)) |#1|)) (-15 -1866 ((-902 (-576) |#1|) |#1| (-905 (-576)) (-902 (-576) |#1|))) (-15 -1866 ((-902 (-390) |#1|) |#1| (-905 (-390)) (-902 (-390) |#1|))) (-15 -1827 ((-430 |#1|) |#1|)) (-15 -1830 ((-430 (-1191 |#1|)) (-1191 |#1|))) (-15 -2307 ((-430 (-1191 |#1|)) (-1191 |#1|))) (-15 -3570 ((-3 (-656 (-1191 |#1|)) "failed") (-656 (-1191 |#1|)) (-1191 |#1|))) (-15 -4098 ((-3 (-1286 |#1|) "failed") (-701 |#1|))) (-15 -2619 (|#1| |#1| |#4|)) (-15 -2145 (|#1| |#1| |#4|)) (-15 -2491 (|#1| |#1| |#4|)) (-15 -1990 (|#1| |#1| |#1| |#4|)) (-15 -2098 ((-656 |#1|) |#1|)) (-15 -1925 ((-783) |#1| (-656 |#4|))) (-15 -1925 ((-783) |#1|)) (-15 -2244 ((-3 (-2 (|:| |var| |#4|) (|:| -2125 (-783))) "failed") |#1|)) (-15 -2692 ((-3 (-656 |#1|) "failed") |#1|)) (-15 -3656 ((-3 (-656 |#1|) "failed") |#1|)) (-15 -1940 (|#1| |#1| (-656 |#4|) (-656 (-783)))) (-15 -1940 (|#1| |#1| |#4| (-783))) (-15 -3962 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1| |#4|)) (-15 -1538 ((-656 |#1|) |#1|)) (-15 -1749 (|#1| |#1| (-656 |#4|) (-656 (-783)))) (-15 -1749 (|#1| |#1| |#4| (-783))) (-15 -3142 ((-701 |#2|) (-701 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-701 (-576)) (-701 |#1|))) (-15 -1570 ((-3 |#4| "failed") |#1|)) (-15 -2857 (|#4| |#1|)) (-15 -3281 (|#1| |#1| (-656 |#4|) (-656 |#1|))) (-15 -3281 (|#1| |#1| |#4| |#1|)) (-15 -3281 (|#1| |#1| (-656 |#4|) (-656 |#2|))) (-15 -3281 (|#1| |#1| |#4| |#2|)) (-15 -3281 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -3281 (|#1| |#1| |#1| |#1|)) (-15 -3281 (|#1| |#1| (-304 |#1|))) (-15 -3281 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -1940 (|#1| |#2| |#3|)) (-15 -1749 (|#2| |#1| |#3|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -2145 (|#2| |#1|)) (-15 -2619 (|#1| |#1|)) (-15 -1540 ((-112) |#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-1960 (((-656 |#3|) $) 113)) (-1797 (((-1191 $) $ |#3|) 128) (((-1191 |#1|) $) 127)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 90 (|has| |#1| (-568)))) (-4380 (($ $) 91 (|has| |#1| (-568)))) (-1657 (((-112) $) 93 (|has| |#1| (-568)))) (-1925 (((-783) $) 115) (((-783) $ (-656 |#3|)) 114)) (-4299 (((-3 $ "failed") $ $) 20)) (-2425 (((-430 (-1191 $)) (-1191 $)) 103 (|has| |#1| (-926)))) (-1415 (($ $) 101 (|has| |#1| (-464)))) (-3422 (((-430 $) $) 100 (|has| |#1| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) 106 (|has| |#1| (-926)))) (-2135 (($) 18 T CONST)) (-1570 (((-3 |#1| "failed") $) 171) (((-3 (-419 (-576)) "failed") $) 168 (|has| |#1| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) 166 (|has| |#1| (-1057 (-576)))) (((-3 |#3| "failed") $) 143)) (-2857 ((|#1| $) 170) (((-419 (-576)) $) 169 (|has| |#1| (-1057 (-419 (-576))))) (((-576) $) 167 (|has| |#1| (-1057 (-576)))) ((|#3| $) 144)) (-1990 (($ $ $ |#3|) 111 (|has| |#1| (-174)))) (-2109 (($ $) 161)) (-3142 (((-701 (-576)) (-701 $)) 139 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 138 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) 137) (((-701 |#1|) (-701 $)) 136)) (-2251 (((-3 $ "failed") $) 37)) (-2619 (($ $) 183 (|has| |#1| (-464))) (($ $ |#3|) 108 (|has| |#1| (-464)))) (-2098 (((-656 $) $) 112)) (-4283 (((-112) $) 99 (|has| |#1| (-926)))) (-2056 (($ $ |#1| |#2| $) 179)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 87 (-12 (|has| |#3| (-899 (-390))) (|has| |#1| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) 86 (-12 (|has| |#3| (-899 (-576))) (|has| |#1| (-899 (-576)))))) (-3612 (((-112) $) 35)) (-1935 (((-783) $) 176)) (-1950 (($ (-1191 |#1|) |#3|) 120) (($ (-1191 $) |#3|) 119)) (-1538 (((-656 $) $) 129)) (-2544 (((-112) $) 159)) (-1940 (($ |#1| |#2|) 160) (($ $ |#3| (-783)) 122) (($ $ (-656 |#3|) (-656 (-783))) 121)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ |#3|) 123)) (-2488 ((|#2| $) 177) (((-783) $ |#3|) 125) (((-656 (-783)) $ (-656 |#3|)) 124)) (-3492 (($ (-1 |#2| |#2|) $) 178)) (-4114 (($ (-1 |#1| |#1|) $) 158)) (-1429 (((-3 |#3| "failed") $) 126)) (-1853 (((-701 (-576)) (-1286 $)) 141 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) 140 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) 135) (((-701 |#1|) (-1286 $)) 134)) (-2076 (($ $) 156)) (-2086 ((|#1| $) 155)) (-3457 (($ (-656 $)) 97 (|has| |#1| (-464))) (($ $ $) 96 (|has| |#1| (-464)))) (-3881 (((-1177) $) 10)) (-2692 (((-3 (-656 $) "failed") $) 117)) (-3656 (((-3 (-656 $) "failed") $) 118)) (-2244 (((-3 (-2 (|:| |var| |#3|) (|:| -2125 (-783))) "failed") $) 116)) (-1448 (((-1139) $) 11)) (-2055 (((-112) $) 173)) (-2065 ((|#1| $) 174)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 98 (|has| |#1| (-464)))) (-3495 (($ (-656 $)) 95 (|has| |#1| (-464))) (($ $ $) 94 (|has| |#1| (-464)))) (-2307 (((-430 (-1191 $)) (-1191 $)) 105 (|has| |#1| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) 104 (|has| |#1| (-926)))) (-1827 (((-430 $) $) 102 (|has| |#1| (-926)))) (-3473 (((-3 $ "failed") $ |#1|) 181 (|has| |#1| (-568))) (((-3 $ "failed") $ $) 89 (|has| |#1| (-568)))) (-3281 (($ $ (-656 (-304 $))) 152) (($ $ (-304 $)) 151) (($ $ $ $) 150) (($ $ (-656 $) (-656 $)) 149) (($ $ |#3| |#1|) 148) (($ $ (-656 |#3|) (-656 |#1|)) 147) (($ $ |#3| $) 146) (($ $ (-656 |#3|) (-656 $)) 145)) (-2491 (($ $ |#3|) 110 (|has| |#1| (-174)))) (-2770 (($ $ (-656 |#3|) (-656 (-783))) 44) (($ $ |#3| (-783)) 43) (($ $ (-656 |#3|)) 42) (($ $ |#3|) 40)) (-1967 ((|#2| $) 157) (((-783) $ |#3|) 133) (((-656 (-783)) $ (-656 |#3|)) 132)) (-4169 (((-905 (-390)) $) 85 (-12 (|has| |#3| (-626 (-905 (-390)))) (|has| |#1| (-626 (-905 (-390)))))) (((-905 (-576)) $) 84 (-12 (|has| |#3| (-626 (-905 (-576)))) (|has| |#1| (-626 (-905 (-576)))))) (((-548) $) 83 (-12 (|has| |#3| (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-2145 ((|#1| $) 182 (|has| |#1| (-464))) (($ $ |#3|) 109 (|has| |#1| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) 107 (-2669 (|has| $ (-146)) (|has| |#1| (-926))))) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 172) (($ |#3|) 142) (($ $) 88 (|has| |#1| (-568))) (($ (-419 (-576))) 81 (-2755 (|has| |#1| (-1057 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576))))))) (-1691 (((-656 |#1|) $) 175)) (-1749 ((|#1| $ |#2|) 162) (($ $ |#3| (-783)) 131) (($ $ (-656 |#3|) (-656 (-783))) 130)) (-2846 (((-3 $ "failed") $) 82 (-2755 (-2669 (|has| $ (-146)) (|has| |#1| (-926))) (|has| |#1| (-146))))) (-2596 (((-783)) 32 T CONST)) (-2217 (($ $ $ (-783)) 180 (|has| |#1| (-174)))) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 92 (|has| |#1| (-568)))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-656 |#3|) (-656 (-783))) 47) (($ $ |#3| (-783)) 46) (($ $ (-656 |#3|)) 45) (($ $ |#3|) 41)) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#1|) 163 (|has| |#1| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 165 (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) 164 (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 154) (($ $ |#1|) 153)))
-(((-966 |#1| |#2| |#3|) (-141) (-1068) (-805) (-862)) (T -966))
-((-2619 (*1 *1 *1) (-12 (-4 *1 (-966 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-464)))) (-1967 (*1 *2 *1 *3) (-12 (-4 *1 (-966 *4 *5 *3)) (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *3 (-862)) (-5 *2 (-783)))) (-1967 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *6)) (-4 *1 (-966 *4 *5 *6)) (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 (-783))))) (-1749 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-966 *4 *5 *2)) (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *2 (-862)))) (-1749 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *6)) (-5 *3 (-656 (-783))) (-4 *1 (-966 *4 *5 *6)) (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *6 (-862)))) (-1538 (*1 *2 *1) (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-966 *3 *4 *5)))) (-1797 (*1 *2 *1 *3) (-12 (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *3 (-862)) (-5 *2 (-1191 *1)) (-4 *1 (-966 *4 *5 *3)))) (-1797 (*1 *2 *1) (-12 (-4 *1 (-966 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-1191 *3)))) (-1429 (*1 *2 *1) (|partial| -12 (-4 *1 (-966 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *2 (-862)))) (-2488 (*1 *2 *1 *3) (-12 (-4 *1 (-966 *4 *5 *3)) (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *3 (-862)) (-5 *2 (-783)))) (-2488 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *6)) (-4 *1 (-966 *4 *5 *6)) (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 (-783))))) (-3962 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *3 (-862)) (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-966 *4 *5 *3)))) (-1940 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-966 *4 *5 *2)) (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *2 (-862)))) (-1940 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *6)) (-5 *3 (-656 (-783))) (-4 *1 (-966 *4 *5 *6)) (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *6 (-862)))) (-1950 (*1 *1 *2 *3) (-12 (-5 *2 (-1191 *4)) (-4 *4 (-1068)) (-4 *1 (-966 *4 *5 *3)) (-4 *5 (-805)) (-4 *3 (-862)))) (-1950 (*1 *1 *2 *3) (-12 (-5 *2 (-1191 *1)) (-4 *1 (-966 *4 *5 *3)) (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *3 (-862)))) (-3656 (*1 *2 *1) (|partial| -12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-966 *3 *4 *5)))) (-2692 (*1 *2 *1) (|partial| -12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-966 *3 *4 *5)))) (-2244 (*1 *2 *1) (|partial| -12 (-4 *1 (-966 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-2 (|:| |var| *5) (|:| -2125 (-783)))))) (-1925 (*1 *2 *1) (-12 (-4 *1 (-966 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-783)))) (-1925 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *6)) (-4 *1 (-966 *4 *5 *6)) (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-783)))) (-1960 (*1 *2 *1) (-12 (-4 *1 (-966 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *5)))) (-2098 (*1 *2 *1) (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-966 *3 *4 *5)))) (-1990 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-966 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *2 (-862)) (-4 *3 (-174)))) (-2491 (*1 *1 *1 *2) (-12 (-4 *1 (-966 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *2 (-862)) (-4 *3 (-174)))) (-2145 (*1 *1 *1 *2) (-12 (-4 *1 (-966 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *2 (-862)) (-4 *3 (-464)))) (-2619 (*1 *1 *1 *2) (-12 (-4 *1 (-966 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *2 (-862)) (-4 *3 (-464)))) (-1415 (*1 *1 *1) (-12 (-4 *1 (-966 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-464)))) (-3422 (*1 *2 *1) (-12 (-4 *3 (-464)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-430 *1)) (-4 *1 (-966 *3 *4 *5)))))
-(-13 (-915 |t#3|) (-336 |t#1| |t#2|) (-319 $) (-526 |t#3| |t#1|) (-526 |t#3| $) (-1057 |t#3|) (-388 |t#1|) (-10 -8 (-15 -1967 ((-783) $ |t#3|)) (-15 -1967 ((-656 (-783)) $ (-656 |t#3|))) (-15 -1749 ($ $ |t#3| (-783))) (-15 -1749 ($ $ (-656 |t#3|) (-656 (-783)))) (-15 -1538 ((-656 $) $)) (-15 -1797 ((-1191 $) $ |t#3|)) (-15 -1797 ((-1191 |t#1|) $)) (-15 -1429 ((-3 |t#3| "failed") $)) (-15 -2488 ((-783) $ |t#3|)) (-15 -2488 ((-656 (-783)) $ (-656 |t#3|))) (-15 -3962 ((-2 (|:| -3244 $) (|:| -3477 $)) $ $ |t#3|)) (-15 -1940 ($ $ |t#3| (-783))) (-15 -1940 ($ $ (-656 |t#3|) (-656 (-783)))) (-15 -1950 ($ (-1191 |t#1|) |t#3|)) (-15 -1950 ($ (-1191 $) |t#3|)) (-15 -3656 ((-3 (-656 $) "failed") $)) (-15 -2692 ((-3 (-656 $) "failed") $)) (-15 -2244 ((-3 (-2 (|:| |var| |t#3|) (|:| -2125 (-783))) "failed") $)) (-15 -1925 ((-783) $)) (-15 -1925 ((-783) $ (-656 |t#3|))) (-15 -1960 ((-656 |t#3|) $)) (-15 -2098 ((-656 $) $)) (IF (|has| |t#1| (-626 (-548))) (IF (|has| |t#3| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-626 (-905 (-576)))) (IF (|has| |t#3| (-626 (-905 (-576)))) (-6 (-626 (-905 (-576)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-626 (-905 (-390)))) (IF (|has| |t#3| (-626 (-905 (-390)))) (-6 (-626 (-905 (-390)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-899 (-576))) (IF (|has| |t#3| (-899 (-576))) (-6 (-899 (-576))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-899 (-390))) (IF (|has| |t#3| (-899 (-390))) (-6 (-899 (-390))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-174)) (PROGN (-15 -1990 ($ $ $ |t#3|)) (-15 -2491 ($ $ |t#3|))) |%noBranch|) (IF (|has| |t#1| (-464)) (PROGN (-6 (-464)) (-15 -2145 ($ $ |t#3|)) (-15 -2619 ($ $)) (-15 -2619 ($ $ |t#3|)) (-15 -3422 ((-430 $) $)) (-15 -1415 ($ $))) |%noBranch|) (IF (|has| |t#1| (-6 -4460)) (-6 -4460) |%noBranch|) (IF (|has| |t#1| (-926)) (-6 (-926)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) -2755 (|has| |#1| (-1057 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-628 |#3|) . T) ((-628 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-625 (-874)) . T) ((-174) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-626 (-548)) -12 (|has| |#1| (-626 (-548))) (|has| |#3| (-626 (-548)))) ((-626 (-905 (-390))) -12 (|has| |#1| (-626 (-905 (-390)))) (|has| |#3| (-626 (-905 (-390))))) ((-626 (-905 (-576))) -12 (|has| |#1| (-626 (-905 (-576)))) (|has| |#3| (-626 (-905 (-576))))) ((-300) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-319 $) . T) ((-336 |#1| |#2|) . T) ((-388 |#1|) . T) ((-423 |#1|) . T) ((-464) -2755 (|has| |#1| (-926)) (|has| |#1| (-464))) ((-526 |#3| |#1|) . T) ((-526 |#3| $) . T) ((-526 $ $) . T) ((-568) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-658 #0#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) |has| |#1| (-38 (-419 (-576)))) ((-660 #1=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-651 #1#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-729 #0#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-738) . T) ((-909 $ |#3|) . T) ((-915 |#3|) . T) ((-917 |#3|) . T) ((-899 (-390)) -12 (|has| |#1| (-899 (-390))) (|has| |#3| (-899 (-390)))) ((-899 (-576)) -12 (|has| |#1| (-899 (-576))) (|has| |#3| (-899 (-576)))) ((-926) |has| |#1| (-926)) ((-1057 (-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((-1057 (-576)) |has| |#1| (-1057 (-576))) ((-1057 |#1|) . T) ((-1057 |#3|) . T) ((-1070 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1070 |#1|) . T) ((-1070 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-1075 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1075 |#1|) . T) ((-1075 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T) ((-1240) |has| |#1| (-926)))
-((-1960 (((-656 |#2|) |#5|) 40)) (-1797 (((-1191 |#5|) |#5| |#2| (-1191 |#5|)) 23) (((-419 (-1191 |#5|)) |#5| |#2|) 16)) (-1950 ((|#5| (-419 (-1191 |#5|)) |#2|) 30)) (-1429 (((-3 |#2| "failed") |#5|) 71)) (-2692 (((-3 (-656 |#5|) "failed") |#5|) 65)) (-3716 (((-3 (-2 (|:| |val| |#5|) (|:| -2125 (-576))) "failed") |#5|) 53)) (-3656 (((-3 (-656 |#5|) "failed") |#5|) 67)) (-2244 (((-3 (-2 (|:| |var| |#2|) (|:| -2125 (-576))) "failed") |#5|) 57)))
-(((-967 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1960 ((-656 |#2|) |#5|)) (-15 -1429 ((-3 |#2| "failed") |#5|)) (-15 -1797 ((-419 (-1191 |#5|)) |#5| |#2|)) (-15 -1950 (|#5| (-419 (-1191 |#5|)) |#2|)) (-15 -1797 ((-1191 |#5|) |#5| |#2| (-1191 |#5|))) (-15 -3656 ((-3 (-656 |#5|) "failed") |#5|)) (-15 -2692 ((-3 (-656 |#5|) "failed") |#5|)) (-15 -2244 ((-3 (-2 (|:| |var| |#2|) (|:| -2125 (-576))) "failed") |#5|)) (-15 -3716 ((-3 (-2 (|:| |val| |#5|) (|:| -2125 (-576))) "failed") |#5|))) (-805) (-862) (-1068) (-966 |#3| |#1| |#2|) (-13 (-374) (-10 -8 (-15 -3567 ($ |#4|)) (-15 -1568 (|#4| $)) (-15 -1579 (|#4| $))))) (T -967))
-((-3716 (*1 *2 *3) (|partial| -12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1068)) (-4 *7 (-966 *6 *4 *5)) (-5 *2 (-2 (|:| |val| *3) (|:| -2125 (-576)))) (-5 *1 (-967 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-374) (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $)) (-15 -1579 (*7 $))))))) (-2244 (*1 *2 *3) (|partial| -12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1068)) (-4 *7 (-966 *6 *4 *5)) (-5 *2 (-2 (|:| |var| *5) (|:| -2125 (-576)))) (-5 *1 (-967 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-374) (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $)) (-15 -1579 (*7 $))))))) (-2692 (*1 *2 *3) (|partial| -12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1068)) (-4 *7 (-966 *6 *4 *5)) (-5 *2 (-656 *3)) (-5 *1 (-967 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-374) (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $)) (-15 -1579 (*7 $))))))) (-3656 (*1 *2 *3) (|partial| -12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1068)) (-4 *7 (-966 *6 *4 *5)) (-5 *2 (-656 *3)) (-5 *1 (-967 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-374) (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $)) (-15 -1579 (*7 $))))))) (-1797 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1191 *3)) (-4 *3 (-13 (-374) (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $)) (-15 -1579 (*7 $))))) (-4 *7 (-966 *6 *5 *4)) (-4 *5 (-805)) (-4 *4 (-862)) (-4 *6 (-1068)) (-5 *1 (-967 *5 *4 *6 *7 *3)))) (-1950 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-1191 *2))) (-4 *5 (-805)) (-4 *4 (-862)) (-4 *6 (-1068)) (-4 *2 (-13 (-374) (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $)) (-15 -1579 (*7 $))))) (-5 *1 (-967 *5 *4 *6 *7 *2)) (-4 *7 (-966 *6 *5 *4)))) (-1797 (*1 *2 *3 *4) (-12 (-4 *5 (-805)) (-4 *4 (-862)) (-4 *6 (-1068)) (-4 *7 (-966 *6 *5 *4)) (-5 *2 (-419 (-1191 *3))) (-5 *1 (-967 *5 *4 *6 *7 *3)) (-4 *3 (-13 (-374) (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $)) (-15 -1579 (*7 $))))))) (-1429 (*1 *2 *3) (|partial| -12 (-4 *4 (-805)) (-4 *5 (-1068)) (-4 *6 (-966 *5 *4 *2)) (-4 *2 (-862)) (-5 *1 (-967 *4 *2 *5 *6 *3)) (-4 *3 (-13 (-374) (-10 -8 (-15 -3567 ($ *6)) (-15 -1568 (*6 $)) (-15 -1579 (*6 $))))))) (-1960 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1068)) (-4 *7 (-966 *6 *4 *5)) (-5 *2 (-656 *5)) (-5 *1 (-967 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-374) (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $)) (-15 -1579 (*7 $))))))))
-(-10 -7 (-15 -1960 ((-656 |#2|) |#5|)) (-15 -1429 ((-3 |#2| "failed") |#5|)) (-15 -1797 ((-419 (-1191 |#5|)) |#5| |#2|)) (-15 -1950 (|#5| (-419 (-1191 |#5|)) |#2|)) (-15 -1797 ((-1191 |#5|) |#5| |#2| (-1191 |#5|))) (-15 -3656 ((-3 (-656 |#5|) "failed") |#5|)) (-15 -2692 ((-3 (-656 |#5|) "failed") |#5|)) (-15 -2244 ((-3 (-2 (|:| |var| |#2|) (|:| -2125 (-576))) "failed") |#5|)) (-15 -3716 ((-3 (-2 (|:| |val| |#5|) (|:| -2125 (-576))) "failed") |#5|)))
-((-4114 ((|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|) 24)))
-(((-968 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4114 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|))) (-805) (-862) (-1068) (-966 |#3| |#1| |#2|) (-13 (-1119) (-10 -8 (-15 -3027 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-783)))))) (T -968))
-((-4114 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-862)) (-4 *8 (-1068)) (-4 *6 (-805)) (-4 *2 (-13 (-1119) (-10 -8 (-15 -3027 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-783)))))) (-5 *1 (-968 *6 *7 *8 *5 *2)) (-4 *5 (-966 *8 *6 *7)))))
-(-10 -7 (-15 -4114 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-1960 (((-656 (-1195)) $) 16)) (-1797 (((-1191 $) $ (-1195)) 21) (((-1191 |#1|) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-1925 (((-783) $) NIL) (((-783) $ (-656 (-1195))) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1415 (($ $) NIL (|has| |#1| (-464)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) 8) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-1195) "failed") $) NIL)) (-2857 ((|#1| $) NIL) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-1195) $) NIL)) (-1990 (($ $ $ (-1195)) NIL (|has| |#1| (-174)))) (-2109 (($ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2619 (($ $) NIL (|has| |#1| (-464))) (($ $ (-1195)) NIL (|has| |#1| (-464)))) (-2098 (((-656 $) $) NIL)) (-4283 (((-112) $) NIL (|has| |#1| (-926)))) (-2056 (($ $ |#1| (-543 (-1195)) $) NIL)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (-12 (|has| (-1195) (-899 (-390))) (|has| |#1| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (-12 (|has| (-1195) (-899 (-576))) (|has| |#1| (-899 (-576)))))) (-3612 (((-112) $) NIL)) (-1935 (((-783) $) NIL)) (-1950 (($ (-1191 |#1|) (-1195)) NIL) (($ (-1191 $) (-1195)) NIL)) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-543 (-1195))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ (-1195)) NIL)) (-2488 (((-543 (-1195)) $) NIL) (((-783) $ (-1195)) NIL) (((-656 (-783)) $ (-656 (-1195))) NIL)) (-3492 (($ (-1 (-543 (-1195)) (-543 (-1195))) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-1429 (((-3 (-1195) "failed") $) 19)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) NIL) (((-701 |#1|) (-1286 $)) NIL)) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-3881 (((-1177) $) NIL)) (-2692 (((-3 (-656 $) "failed") $) NIL)) (-3656 (((-3 (-656 $) "failed") $) NIL)) (-2244 (((-3 (-2 (|:| |var| (-1195)) (|:| -2125 (-783))) "failed") $) NIL)) (-2092 (($ $ (-1195)) 29 (|has| |#1| (-38 (-419 (-576)))))) (-1448 (((-1139) $) NIL)) (-2055 (((-112) $) NIL)) (-2065 ((|#1| $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-464)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1827 (((-430 $) $) NIL (|has| |#1| (-926)))) (-3473 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-3281 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-1195) |#1|) NIL) (($ $ (-656 (-1195)) (-656 |#1|)) NIL) (($ $ (-1195) $) NIL) (($ $ (-656 (-1195)) (-656 $)) NIL)) (-2491 (($ $ (-1195)) NIL (|has| |#1| (-174)))) (-2770 (($ $ (-656 (-1195)) (-656 (-783))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195))) NIL) (($ $ (-1195)) NIL)) (-1967 (((-543 (-1195)) $) NIL) (((-783) $ (-1195)) NIL) (((-656 (-783)) $ (-656 (-1195))) NIL)) (-4169 (((-905 (-390)) $) NIL (-12 (|has| (-1195) (-626 (-905 (-390)))) (|has| |#1| (-626 (-905 (-390)))))) (((-905 (-576)) $) NIL (-12 (|has| (-1195) (-626 (-905 (-576)))) (|has| |#1| (-626 (-905 (-576)))))) (((-548) $) NIL (-12 (|has| (-1195) (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-2145 ((|#1| $) NIL (|has| |#1| (-464))) (($ $ (-1195)) NIL (|has| |#1| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-926))))) (-3567 (((-874) $) 25) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-1195)) 27) (($ (-419 (-576))) NIL (-2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576)))))) (($ $) NIL (|has| |#1| (-568)))) (-1691 (((-656 |#1|) $) NIL)) (-1749 ((|#1| $ (-543 (-1195))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#1| (-926))) (|has| |#1| (-146))))) (-2596 (((-783)) NIL T CONST)) (-2217 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-656 (-1195)) (-656 (-783))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195))) NIL) (($ $ (-1195)) NIL)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-969 |#1|) (-13 (-966 |#1| (-543 (-1195)) (-1195)) (-10 -8 (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2092 ($ $ (-1195))) |%noBranch|))) (-1068)) (T -969))
-((-2092 (*1 *1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-969 *3)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)))))
-(-13 (-966 |#1| (-543 (-1195)) (-1195)) (-10 -8 (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2092 ($ $ (-1195))) |%noBranch|)))
-((-1618 (((-2 (|:| -2125 (-783)) (|:| -1713 |#5|) (|:| |radicand| |#5|)) |#3| (-783)) 49)) (-3718 (((-2 (|:| -2125 (-783)) (|:| -1713 |#5|) (|:| |radicand| |#5|)) (-419 (-576)) (-783)) 44)) (-2709 (((-2 (|:| -2125 (-783)) (|:| -1713 |#4|) (|:| |radicand| (-656 |#4|))) |#4| (-783)) 65)) (-3979 (((-2 (|:| -2125 (-783)) (|:| -1713 |#5|) (|:| |radicand| |#5|)) |#5| (-783)) 74 (|has| |#3| (-464)))))
-(((-970 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1618 ((-2 (|:| -2125 (-783)) (|:| -1713 |#5|) (|:| |radicand| |#5|)) |#3| (-783))) (-15 -3718 ((-2 (|:| -2125 (-783)) (|:| -1713 |#5|) (|:| |radicand| |#5|)) (-419 (-576)) (-783))) (IF (|has| |#3| (-464)) (-15 -3979 ((-2 (|:| -2125 (-783)) (|:| -1713 |#5|) (|:| |radicand| |#5|)) |#5| (-783))) |%noBranch|) (-15 -2709 ((-2 (|:| -2125 (-783)) (|:| -1713 |#4|) (|:| |radicand| (-656 |#4|))) |#4| (-783)))) (-805) (-862) (-568) (-966 |#3| |#1| |#2|) (-13 (-374) (-10 -8 (-15 -3567 ($ |#4|)) (-15 -1568 (|#4| $)) (-15 -1579 (|#4| $))))) (T -970))
-((-2709 (*1 *2 *3 *4) (-12 (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-568)) (-4 *3 (-966 *7 *5 *6)) (-5 *2 (-2 (|:| -2125 (-783)) (|:| -1713 *3) (|:| |radicand| (-656 *3)))) (-5 *1 (-970 *5 *6 *7 *3 *8)) (-5 *4 (-783)) (-4 *8 (-13 (-374) (-10 -8 (-15 -3567 ($ *3)) (-15 -1568 (*3 $)) (-15 -1579 (*3 $))))))) (-3979 (*1 *2 *3 *4) (-12 (-4 *7 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-568)) (-4 *8 (-966 *7 *5 *6)) (-5 *2 (-2 (|:| -2125 (-783)) (|:| -1713 *3) (|:| |radicand| *3))) (-5 *1 (-970 *5 *6 *7 *8 *3)) (-5 *4 (-783)) (-4 *3 (-13 (-374) (-10 -8 (-15 -3567 ($ *8)) (-15 -1568 (*8 $)) (-15 -1579 (*8 $))))))) (-3718 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-576))) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-568)) (-4 *8 (-966 *7 *5 *6)) (-5 *2 (-2 (|:| -2125 (-783)) (|:| -1713 *9) (|:| |radicand| *9))) (-5 *1 (-970 *5 *6 *7 *8 *9)) (-5 *4 (-783)) (-4 *9 (-13 (-374) (-10 -8 (-15 -3567 ($ *8)) (-15 -1568 (*8 $)) (-15 -1579 (*8 $))))))) (-1618 (*1 *2 *3 *4) (-12 (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-568)) (-4 *7 (-966 *3 *5 *6)) (-5 *2 (-2 (|:| -2125 (-783)) (|:| -1713 *8) (|:| |radicand| *8))) (-5 *1 (-970 *5 *6 *3 *7 *8)) (-5 *4 (-783)) (-4 *8 (-13 (-374) (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $)) (-15 -1579 (*7 $))))))))
-(-10 -7 (-15 -1618 ((-2 (|:| -2125 (-783)) (|:| -1713 |#5|) (|:| |radicand| |#5|)) |#3| (-783))) (-15 -3718 ((-2 (|:| -2125 (-783)) (|:| -1713 |#5|) (|:| |radicand| |#5|)) (-419 (-576)) (-783))) (IF (|has| |#3| (-464)) (-15 -3979 ((-2 (|:| -2125 (-783)) (|:| -1713 |#5|) (|:| |radicand| |#5|)) |#5| (-783))) |%noBranch|) (-15 -2709 ((-2 (|:| -2125 (-783)) (|:| -1713 |#4|) (|:| |radicand| (-656 |#4|))) |#4| (-783))))
-((-3486 (((-112) $ $) NIL)) (-2710 (($ (-1139)) 8)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 15) (((-1139) $) 12)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 11)))
-(((-971) (-13 (-1119) (-625 (-1139)) (-10 -8 (-15 -2710 ($ (-1139)))))) (T -971))
-((-2710 (*1 *1 *2) (-12 (-5 *2 (-1139)) (-5 *1 (-971)))))
-(-13 (-1119) (-625 (-1139)) (-10 -8 (-15 -2710 ($ (-1139)))))
-((-4303 (((-1113 (-227)) $) 8)) (-4291 (((-1113 (-227)) $) 9)) (-2257 (((-656 (-656 (-960 (-227)))) $) 10)) (-3567 (((-874) $) 6)))
-(((-972) (-141)) (T -972))
-((-2257 (*1 *2 *1) (-12 (-4 *1 (-972)) (-5 *2 (-656 (-656 (-960 (-227))))))) (-4291 (*1 *2 *1) (-12 (-4 *1 (-972)) (-5 *2 (-1113 (-227))))) (-4303 (*1 *2 *1) (-12 (-4 *1 (-972)) (-5 *2 (-1113 (-227))))))
-(-13 (-625 (-874)) (-10 -8 (-15 -2257 ((-656 (-656 (-960 (-227)))) $)) (-15 -4291 ((-1113 (-227)) $)) (-15 -4303 ((-1113 (-227)) $))))
-(((-625 (-874)) . T))
-((-2771 (((-3 (-701 |#1|) "failed") |#2| (-938)) 18)))
-(((-973 |#1| |#2|) (-10 -7 (-15 -2771 ((-3 (-701 |#1|) "failed") |#2| (-938)))) (-568) (-668 |#1|)) (T -973))
-((-2771 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-938)) (-4 *5 (-568)) (-5 *2 (-701 *5)) (-5 *1 (-973 *5 *3)) (-4 *3 (-668 *5)))))
-(-10 -7 (-15 -2771 ((-3 (-701 |#1|) "failed") |#2| (-938))))
-((-2456 (((-975 |#2|) (-1 |#2| |#1| |#2|) (-975 |#1|) |#2|) 16)) (-3683 ((|#2| (-1 |#2| |#1| |#2|) (-975 |#1|) |#2|) 18)) (-4114 (((-975 |#2|) (-1 |#2| |#1|) (-975 |#1|)) 13)))
-(((-974 |#1| |#2|) (-10 -7 (-15 -2456 ((-975 |#2|) (-1 |#2| |#1| |#2|) (-975 |#1|) |#2|)) (-15 -3683 (|#2| (-1 |#2| |#1| |#2|) (-975 |#1|) |#2|)) (-15 -4114 ((-975 |#2|) (-1 |#2| |#1|) (-975 |#1|)))) (-1236) (-1236)) (T -974))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-975 *5)) (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-975 *6)) (-5 *1 (-974 *5 *6)))) (-3683 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-975 *5)) (-4 *5 (-1236)) (-4 *2 (-1236)) (-5 *1 (-974 *5 *2)))) (-2456 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-975 *6)) (-4 *6 (-1236)) (-4 *5 (-1236)) (-5 *2 (-975 *5)) (-5 *1 (-974 *6 *5)))))
-(-10 -7 (-15 -2456 ((-975 |#2|) (-1 |#2| |#1| |#2|) (-975 |#1|) |#2|)) (-15 -3683 (|#2| (-1 |#2| |#1| |#2|) (-975 |#1|) |#2|)) (-15 -4114 ((-975 |#2|) (-1 |#2| |#1|) (-975 |#1|))))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-4372 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-862)))) (-4082 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4463))) (($ $) NIL (-12 (|has| $ (-6 -4463)) (|has| |#1| (-862))))) (-1793 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-862)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 ((|#1| $ (-576) |#1|) 19 (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) NIL (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-1752 (($ $) NIL (|has| $ (-6 -4463)))) (-3833 (($ $) NIL)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3942 (($ |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4462)))) (-4330 ((|#1| $ (-576) |#1|) 18 (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) 16)) (-3658 (((-576) (-1 (-112) |#1|) $) NIL) (((-576) |#1| $) NIL (|has| |#1| (-1119))) (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1119)))) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-4138 (($ (-783) |#1|) 15)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) 11 (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| |#1| (-862)))) (-1872 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-862)))) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-2171 (($ |#1| $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3578 ((|#1| $) NIL (|has| (-576) (-862)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1552 (($ $ |#1|) 20 (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) 12)) (-2794 ((|#1| $ (-576) |#1|) NIL) ((|#1| $ (-576)) 17) (($ $ (-1253 (-576))) NIL)) (-3463 (($ $ (-576)) NIL) (($ $ (-1253 (-576))) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1497 (($ $ $ (-576)) NIL (|has| $ (-6 -4463)))) (-1868 (($ $) 21)) (-4169 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 14)) (-1613 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-656 $)) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3500 (((-783) $) 8 (|has| $ (-6 -4462)))))
-(((-975 |#1|) (-19 |#1|) (-1236)) (T -975))
+((-4100 ((|#2| (-656 |#1|) (-656 |#1|)) 28)))
+(((-941 |#1| |#2|) (-10 -7 (-15 -4100 (|#2| (-656 |#1|) (-656 |#1|)))) (-374) (-1264 |#1|)) (T -941))
+((-4100 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *4)) (-4 *4 (-374)) (-4 *2 (-1264 *4)) (-5 *1 (-941 *4 *2)))))
+(-10 -7 (-15 -4100 (|#2| (-656 |#1|) (-656 |#1|))))
+((-3529 (((-1193 |#2|) (-656 |#2|) (-656 |#2|)) 17) (((-1261 |#1| |#2|) (-1261 |#1| |#2|) (-656 |#2|) (-656 |#2|)) 13)))
+(((-942 |#1| |#2|) (-10 -7 (-15 -3529 ((-1261 |#1| |#2|) (-1261 |#1| |#2|) (-656 |#2|) (-656 |#2|))) (-15 -3529 ((-1193 |#2|) (-656 |#2|) (-656 |#2|)))) (-1197) (-374)) (T -942))
+((-3529 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *5)) (-4 *5 (-374)) (-5 *2 (-1193 *5)) (-5 *1 (-942 *4 *5)) (-14 *4 (-1197)))) (-3529 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1261 *4 *5)) (-5 *3 (-656 *5)) (-14 *4 (-1197)) (-4 *5 (-374)) (-5 *1 (-942 *4 *5)))))
+(-10 -7 (-15 -3529 ((-1261 |#1| |#2|) (-1261 |#1| |#2|) (-656 |#2|) (-656 |#2|))) (-15 -3529 ((-1193 |#2|) (-656 |#2|) (-656 |#2|))))
+((-3798 (((-576) (-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-1179)) 174)) (-4077 ((|#4| |#4|) 193)) (-1461 (((-656 (-419 (-971 |#1|))) (-656 (-1197))) 146)) (-2004 (((-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))) (-701 |#4|) (-656 (-419 (-971 |#1|))) (-656 (-656 |#4|)) (-783) (-783) (-576)) 88)) (-3490 (((-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|)))))) (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|)))))) (-656 |#4|)) 69)) (-1765 (((-701 |#4|) (-701 |#4|) (-656 |#4|)) 65)) (-3667 (((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-1179)) 186)) (-2321 (((-576) (-701 |#4|) (-940) (-1179)) 166) (((-576) (-701 |#4|) (-656 (-1197)) (-940) (-1179)) 165) (((-576) (-701 |#4|) (-656 |#4|) (-940) (-1179)) 164) (((-576) (-701 |#4|) (-1179)) 154) (((-576) (-701 |#4|) (-656 (-1197)) (-1179)) 153) (((-576) (-701 |#4|) (-656 |#4|) (-1179)) 152) (((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|) (-940)) 151) (((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|) (-656 (-1197)) (-940)) 150) (((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|) (-656 |#4|) (-940)) 149) (((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|)) 148) (((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|) (-656 (-1197))) 147) (((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|) (-656 |#4|)) 143)) (-2800 ((|#4| (-971 |#1|)) 80)) (-3067 (((-112) (-656 |#4|) (-656 (-656 |#4|))) 190)) (-3522 (((-656 (-656 (-576))) (-576) (-576)) 159)) (-2406 (((-656 (-656 |#4|)) (-656 (-656 |#4|))) 106)) (-1764 (((-783) (-656 (-2 (|:| -4136 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|))))) 100)) (-3124 (((-783) (-656 (-2 (|:| -4136 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|))))) 99)) (-4153 (((-112) (-656 (-971 |#1|))) 19) (((-112) (-656 |#4|)) 15)) (-1575 (((-2 (|:| |sysok| (-112)) (|:| |z0| (-656 |#4|)) (|:| |n0| (-656 |#4|))) (-656 |#4|) (-656 |#4|)) 84)) (-1567 (((-656 |#4|) |#4|) 57)) (-3611 (((-656 (-419 (-971 |#1|))) (-656 |#4|)) 142) (((-701 (-419 (-971 |#1|))) (-701 |#4|)) 66) (((-419 (-971 |#1|)) |#4|) 139)) (-4425 (((-2 (|:| |rgl| (-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|)))))))))) (|:| |rgsz| (-576))) (-701 |#4|) (-656 (-419 (-971 |#1|))) (-783) (-1179) (-576)) 112)) (-2092 (((-656 (-2 (|:| -4136 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|)))) (-701 |#4|) (-783)) 98)) (-3858 (((-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576))))) (-701 |#4|) (-783)) 121)) (-3686 (((-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|)))))) (-2 (|:| -2663 (-701 (-419 (-971 |#1|)))) (|:| |vec| (-656 (-419 (-971 |#1|)))) (|:| -4136 (-783)) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576))))) 56)))
+(((-943 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2321 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|) (-656 |#4|))) (-15 -2321 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|) (-656 (-1197)))) (-15 -2321 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|))) (-15 -2321 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|) (-656 |#4|) (-940))) (-15 -2321 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|) (-656 (-1197)) (-940))) (-15 -2321 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|) (-940))) (-15 -2321 ((-576) (-701 |#4|) (-656 |#4|) (-1179))) (-15 -2321 ((-576) (-701 |#4|) (-656 (-1197)) (-1179))) (-15 -2321 ((-576) (-701 |#4|) (-1179))) (-15 -2321 ((-576) (-701 |#4|) (-656 |#4|) (-940) (-1179))) (-15 -2321 ((-576) (-701 |#4|) (-656 (-1197)) (-940) (-1179))) (-15 -2321 ((-576) (-701 |#4|) (-940) (-1179))) (-15 -3798 ((-576) (-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-1179))) (-15 -3667 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-1179))) (-15 -4425 ((-2 (|:| |rgl| (-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|)))))))))) (|:| |rgsz| (-576))) (-701 |#4|) (-656 (-419 (-971 |#1|))) (-783) (-1179) (-576))) (-15 -3611 ((-419 (-971 |#1|)) |#4|)) (-15 -3611 ((-701 (-419 (-971 |#1|))) (-701 |#4|))) (-15 -3611 ((-656 (-419 (-971 |#1|))) (-656 |#4|))) (-15 -1461 ((-656 (-419 (-971 |#1|))) (-656 (-1197)))) (-15 -2800 (|#4| (-971 |#1|))) (-15 -1575 ((-2 (|:| |sysok| (-112)) (|:| |z0| (-656 |#4|)) (|:| |n0| (-656 |#4|))) (-656 |#4|) (-656 |#4|))) (-15 -2092 ((-656 (-2 (|:| -4136 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|)))) (-701 |#4|) (-783))) (-15 -3490 ((-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|)))))) (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|)))))) (-656 |#4|))) (-15 -3686 ((-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|)))))) (-2 (|:| -2663 (-701 (-419 (-971 |#1|)))) (|:| |vec| (-656 (-419 (-971 |#1|)))) (|:| -4136 (-783)) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (-15 -1567 ((-656 |#4|) |#4|)) (-15 -3124 ((-783) (-656 (-2 (|:| -4136 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|)))))) (-15 -1764 ((-783) (-656 (-2 (|:| -4136 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|)))))) (-15 -2406 ((-656 (-656 |#4|)) (-656 (-656 |#4|)))) (-15 -3522 ((-656 (-656 (-576))) (-576) (-576))) (-15 -3067 ((-112) (-656 |#4|) (-656 (-656 |#4|)))) (-15 -3858 ((-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576))))) (-701 |#4|) (-783))) (-15 -1765 ((-701 |#4|) (-701 |#4|) (-656 |#4|))) (-15 -2004 ((-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))) (-701 |#4|) (-656 (-419 (-971 |#1|))) (-656 (-656 |#4|)) (-783) (-783) (-576))) (-15 -4077 (|#4| |#4|)) (-15 -4153 ((-112) (-656 |#4|))) (-15 -4153 ((-112) (-656 (-971 |#1|))))) (-13 (-317) (-148)) (-13 (-862) (-626 (-1197))) (-805) (-968 |#1| |#3| |#2|)) (T -943))
+((-4153 (*1 *2 *3) (-12 (-5 *3 (-656 (-971 *4))) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *2 (-112)) (-5 *1 (-943 *4 *5 *6 *7)) (-4 *7 (-968 *4 *6 *5)))) (-4153 (*1 *2 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-968 *4 *6 *5)) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *2 (-112)) (-5 *1 (-943 *4 *5 *6 *7)))) (-4077 (*1 *2 *2) (-12 (-4 *3 (-13 (-317) (-148))) (-4 *4 (-13 (-862) (-626 (-1197)))) (-4 *5 (-805)) (-5 *1 (-943 *3 *4 *5 *2)) (-4 *2 (-968 *3 *5 *4)))) (-2004 (*1 *2 *3 *4 *5 *6 *7 *7 *8) (-12 (-5 *3 (-2 (|:| |det| *12) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576))))) (-5 *4 (-701 *12)) (-5 *5 (-656 (-419 (-971 *9)))) (-5 *6 (-656 (-656 *12))) (-5 *7 (-783)) (-5 *8 (-576)) (-4 *9 (-13 (-317) (-148))) (-4 *12 (-968 *9 *11 *10)) (-4 *10 (-13 (-862) (-626 (-1197)))) (-4 *11 (-805)) (-5 *2 (-2 (|:| |eqzro| (-656 *12)) (|:| |neqzro| (-656 *12)) (|:| |wcond| (-656 (-971 *9))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 *9)))) (|:| -1726 (-656 (-1288 (-419 (-971 *9))))))))) (-5 *1 (-943 *9 *10 *11 *12)))) (-1765 (*1 *2 *2 *3) (-12 (-5 *2 (-701 *7)) (-5 *3 (-656 *7)) (-4 *7 (-968 *4 *6 *5)) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *1 (-943 *4 *5 *6 *7)))) (-3858 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *8)) (-5 *4 (-783)) (-4 *8 (-968 *5 *7 *6)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1197)))) (-4 *7 (-805)) (-5 *2 (-656 (-2 (|:| |det| *8) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (-5 *1 (-943 *5 *6 *7 *8)))) (-3067 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-656 *8))) (-5 *3 (-656 *8)) (-4 *8 (-968 *5 *7 *6)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1197)))) (-4 *7 (-805)) (-5 *2 (-112)) (-5 *1 (-943 *5 *6 *7 *8)))) (-3522 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *2 (-656 (-656 (-576)))) (-5 *1 (-943 *4 *5 *6 *7)) (-5 *3 (-576)) (-4 *7 (-968 *4 *6 *5)))) (-2406 (*1 *2 *2) (-12 (-5 *2 (-656 (-656 *6))) (-4 *6 (-968 *3 *5 *4)) (-4 *3 (-13 (-317) (-148))) (-4 *4 (-13 (-862) (-626 (-1197)))) (-4 *5 (-805)) (-5 *1 (-943 *3 *4 *5 *6)))) (-1764 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| -4136 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| *7) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 *7))))) (-4 *7 (-968 *4 *6 *5)) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *2 (-783)) (-5 *1 (-943 *4 *5 *6 *7)))) (-3124 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| -4136 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| *7) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 *7))))) (-4 *7 (-968 *4 *6 *5)) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *2 (-783)) (-5 *1 (-943 *4 *5 *6 *7)))) (-1567 (*1 *2 *3) (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *2 (-656 *3)) (-5 *1 (-943 *4 *5 *6 *3)) (-4 *3 (-968 *4 *6 *5)))) (-3686 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -2663 (-701 (-419 (-971 *4)))) (|:| |vec| (-656 (-419 (-971 *4)))) (|:| -4136 (-783)) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576))))) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *2 (-2 (|:| |partsol| (-1288 (-419 (-971 *4)))) (|:| -1726 (-656 (-1288 (-419 (-971 *4))))))) (-5 *1 (-943 *4 *5 *6 *7)) (-4 *7 (-968 *4 *6 *5)))) (-3490 (*1 *2 *2 *3) (-12 (-5 *2 (-2 (|:| |partsol| (-1288 (-419 (-971 *4)))) (|:| -1726 (-656 (-1288 (-419 (-971 *4))))))) (-5 *3 (-656 *7)) (-4 *4 (-13 (-317) (-148))) (-4 *7 (-968 *4 *6 *5)) (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *1 (-943 *4 *5 *6 *7)))) (-2092 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *8)) (-4 *8 (-968 *5 *7 *6)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1197)))) (-4 *7 (-805)) (-5 *2 (-656 (-2 (|:| -4136 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| *8) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 *8))))) (-5 *1 (-943 *5 *6 *7 *8)) (-5 *4 (-783)))) (-1575 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-4 *7 (-968 *4 *6 *5)) (-5 *2 (-2 (|:| |sysok| (-112)) (|:| |z0| (-656 *7)) (|:| |n0| (-656 *7)))) (-5 *1 (-943 *4 *5 *6 *7)) (-5 *3 (-656 *7)))) (-2800 (*1 *2 *3) (-12 (-5 *3 (-971 *4)) (-4 *4 (-13 (-317) (-148))) (-4 *2 (-968 *4 *6 *5)) (-5 *1 (-943 *4 *5 *6 *2)) (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)))) (-1461 (*1 *2 *3) (-12 (-5 *3 (-656 (-1197))) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *2 (-656 (-419 (-971 *4)))) (-5 *1 (-943 *4 *5 *6 *7)) (-4 *7 (-968 *4 *6 *5)))) (-3611 (*1 *2 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-968 *4 *6 *5)) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *2 (-656 (-419 (-971 *4)))) (-5 *1 (-943 *4 *5 *6 *7)))) (-3611 (*1 *2 *3) (-12 (-5 *3 (-701 *7)) (-4 *7 (-968 *4 *6 *5)) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *2 (-701 (-419 (-971 *4)))) (-5 *1 (-943 *4 *5 *6 *7)))) (-3611 (*1 *2 *3) (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *2 (-419 (-971 *4))) (-5 *1 (-943 *4 *5 *6 *3)) (-4 *3 (-968 *4 *6 *5)))) (-4425 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-701 *11)) (-5 *4 (-656 (-419 (-971 *8)))) (-5 *5 (-783)) (-5 *6 (-1179)) (-4 *8 (-13 (-317) (-148))) (-4 *11 (-968 *8 *10 *9)) (-4 *9 (-13 (-862) (-626 (-1197)))) (-4 *10 (-805)) (-5 *2 (-2 (|:| |rgl| (-656 (-2 (|:| |eqzro| (-656 *11)) (|:| |neqzro| (-656 *11)) (|:| |wcond| (-656 (-971 *8))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 *8)))) (|:| -1726 (-656 (-1288 (-419 (-971 *8)))))))))) (|:| |rgsz| (-576)))) (-5 *1 (-943 *8 *9 *10 *11)) (-5 *7 (-576)))) (-3667 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *2 (-656 (-2 (|:| |eqzro| (-656 *7)) (|:| |neqzro| (-656 *7)) (|:| |wcond| (-656 (-971 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 *4)))) (|:| -1726 (-656 (-1288 (-419 (-971 *4)))))))))) (-5 *1 (-943 *4 *5 *6 *7)) (-4 *7 (-968 *4 *6 *5)))) (-3798 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-2 (|:| |eqzro| (-656 *8)) (|:| |neqzro| (-656 *8)) (|:| |wcond| (-656 (-971 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 *5)))) (|:| -1726 (-656 (-1288 (-419 (-971 *5)))))))))) (-5 *4 (-1179)) (-4 *5 (-13 (-317) (-148))) (-4 *8 (-968 *5 *7 *6)) (-4 *6 (-13 (-862) (-626 (-1197)))) (-4 *7 (-805)) (-5 *2 (-576)) (-5 *1 (-943 *5 *6 *7 *8)))) (-2321 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-701 *9)) (-5 *4 (-940)) (-5 *5 (-1179)) (-4 *9 (-968 *6 *8 *7)) (-4 *6 (-13 (-317) (-148))) (-4 *7 (-13 (-862) (-626 (-1197)))) (-4 *8 (-805)) (-5 *2 (-576)) (-5 *1 (-943 *6 *7 *8 *9)))) (-2321 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-701 *10)) (-5 *4 (-656 (-1197))) (-5 *5 (-940)) (-5 *6 (-1179)) (-4 *10 (-968 *7 *9 *8)) (-4 *7 (-13 (-317) (-148))) (-4 *8 (-13 (-862) (-626 (-1197)))) (-4 *9 (-805)) (-5 *2 (-576)) (-5 *1 (-943 *7 *8 *9 *10)))) (-2321 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-701 *10)) (-5 *4 (-656 *10)) (-5 *5 (-940)) (-5 *6 (-1179)) (-4 *10 (-968 *7 *9 *8)) (-4 *7 (-13 (-317) (-148))) (-4 *8 (-13 (-862) (-626 (-1197)))) (-4 *9 (-805)) (-5 *2 (-576)) (-5 *1 (-943 *7 *8 *9 *10)))) (-2321 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *8)) (-5 *4 (-1179)) (-4 *8 (-968 *5 *7 *6)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1197)))) (-4 *7 (-805)) (-5 *2 (-576)) (-5 *1 (-943 *5 *6 *7 *8)))) (-2321 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-701 *9)) (-5 *4 (-656 (-1197))) (-5 *5 (-1179)) (-4 *9 (-968 *6 *8 *7)) (-4 *6 (-13 (-317) (-148))) (-4 *7 (-13 (-862) (-626 (-1197)))) (-4 *8 (-805)) (-5 *2 (-576)) (-5 *1 (-943 *6 *7 *8 *9)))) (-2321 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-701 *9)) (-5 *4 (-656 *9)) (-5 *5 (-1179)) (-4 *9 (-968 *6 *8 *7)) (-4 *6 (-13 (-317) (-148))) (-4 *7 (-13 (-862) (-626 (-1197)))) (-4 *8 (-805)) (-5 *2 (-576)) (-5 *1 (-943 *6 *7 *8 *9)))) (-2321 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *8)) (-5 *4 (-940)) (-4 *8 (-968 *5 *7 *6)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1197)))) (-4 *7 (-805)) (-5 *2 (-656 (-2 (|:| |eqzro| (-656 *8)) (|:| |neqzro| (-656 *8)) (|:| |wcond| (-656 (-971 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 *5)))) (|:| -1726 (-656 (-1288 (-419 (-971 *5)))))))))) (-5 *1 (-943 *5 *6 *7 *8)))) (-2321 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-701 *9)) (-5 *4 (-656 (-1197))) (-5 *5 (-940)) (-4 *9 (-968 *6 *8 *7)) (-4 *6 (-13 (-317) (-148))) (-4 *7 (-13 (-862) (-626 (-1197)))) (-4 *8 (-805)) (-5 *2 (-656 (-2 (|:| |eqzro| (-656 *9)) (|:| |neqzro| (-656 *9)) (|:| |wcond| (-656 (-971 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 *6)))) (|:| -1726 (-656 (-1288 (-419 (-971 *6)))))))))) (-5 *1 (-943 *6 *7 *8 *9)))) (-2321 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-701 *9)) (-5 *5 (-940)) (-4 *9 (-968 *6 *8 *7)) (-4 *6 (-13 (-317) (-148))) (-4 *7 (-13 (-862) (-626 (-1197)))) (-4 *8 (-805)) (-5 *2 (-656 (-2 (|:| |eqzro| (-656 *9)) (|:| |neqzro| (-656 *9)) (|:| |wcond| (-656 (-971 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 *6)))) (|:| -1726 (-656 (-1288 (-419 (-971 *6)))))))))) (-5 *1 (-943 *6 *7 *8 *9)) (-5 *4 (-656 *9)))) (-2321 (*1 *2 *3) (-12 (-5 *3 (-701 *7)) (-4 *7 (-968 *4 *6 *5)) (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *2 (-656 (-2 (|:| |eqzro| (-656 *7)) (|:| |neqzro| (-656 *7)) (|:| |wcond| (-656 (-971 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 *4)))) (|:| -1726 (-656 (-1288 (-419 (-971 *4)))))))))) (-5 *1 (-943 *4 *5 *6 *7)))) (-2321 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *8)) (-5 *4 (-656 (-1197))) (-4 *8 (-968 *5 *7 *6)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1197)))) (-4 *7 (-805)) (-5 *2 (-656 (-2 (|:| |eqzro| (-656 *8)) (|:| |neqzro| (-656 *8)) (|:| |wcond| (-656 (-971 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 *5)))) (|:| -1726 (-656 (-1288 (-419 (-971 *5)))))))))) (-5 *1 (-943 *5 *6 *7 *8)))) (-2321 (*1 *2 *3 *4) (-12 (-5 *3 (-701 *8)) (-4 *8 (-968 *5 *7 *6)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1197)))) (-4 *7 (-805)) (-5 *2 (-656 (-2 (|:| |eqzro| (-656 *8)) (|:| |neqzro| (-656 *8)) (|:| |wcond| (-656 (-971 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 *5)))) (|:| -1726 (-656 (-1288 (-419 (-971 *5)))))))))) (-5 *1 (-943 *5 *6 *7 *8)) (-5 *4 (-656 *8)))))
+(-10 -7 (-15 -2321 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|) (-656 |#4|))) (-15 -2321 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|) (-656 (-1197)))) (-15 -2321 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|))) (-15 -2321 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|) (-656 |#4|) (-940))) (-15 -2321 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|) (-656 (-1197)) (-940))) (-15 -2321 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-701 |#4|) (-940))) (-15 -2321 ((-576) (-701 |#4|) (-656 |#4|) (-1179))) (-15 -2321 ((-576) (-701 |#4|) (-656 (-1197)) (-1179))) (-15 -2321 ((-576) (-701 |#4|) (-1179))) (-15 -2321 ((-576) (-701 |#4|) (-656 |#4|) (-940) (-1179))) (-15 -2321 ((-576) (-701 |#4|) (-656 (-1197)) (-940) (-1179))) (-15 -2321 ((-576) (-701 |#4|) (-940) (-1179))) (-15 -3798 ((-576) (-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-1179))) (-15 -3667 ((-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|))))))))) (-1179))) (-15 -4425 ((-2 (|:| |rgl| (-656 (-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|)))))))))) (|:| |rgsz| (-576))) (-701 |#4|) (-656 (-419 (-971 |#1|))) (-783) (-1179) (-576))) (-15 -3611 ((-419 (-971 |#1|)) |#4|)) (-15 -3611 ((-701 (-419 (-971 |#1|))) (-701 |#4|))) (-15 -3611 ((-656 (-419 (-971 |#1|))) (-656 |#4|))) (-15 -1461 ((-656 (-419 (-971 |#1|))) (-656 (-1197)))) (-15 -2800 (|#4| (-971 |#1|))) (-15 -1575 ((-2 (|:| |sysok| (-112)) (|:| |z0| (-656 |#4|)) (|:| |n0| (-656 |#4|))) (-656 |#4|) (-656 |#4|))) (-15 -2092 ((-656 (-2 (|:| -4136 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|)))) (-701 |#4|) (-783))) (-15 -3490 ((-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|)))))) (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|)))))) (-656 |#4|))) (-15 -3686 ((-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|)))))) (-2 (|:| -2663 (-701 (-419 (-971 |#1|)))) (|:| |vec| (-656 (-419 (-971 |#1|)))) (|:| -4136 (-783)) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (-15 -1567 ((-656 |#4|) |#4|)) (-15 -3124 ((-783) (-656 (-2 (|:| -4136 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|)))))) (-15 -1764 ((-783) (-656 (-2 (|:| -4136 (-783)) (|:| |eqns| (-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))) (|:| |fgb| (-656 |#4|)))))) (-15 -2406 ((-656 (-656 |#4|)) (-656 (-656 |#4|)))) (-15 -3522 ((-656 (-656 (-576))) (-576) (-576))) (-15 -3067 ((-112) (-656 |#4|) (-656 (-656 |#4|)))) (-15 -3858 ((-656 (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576))))) (-701 |#4|) (-783))) (-15 -1765 ((-701 |#4|) (-701 |#4|) (-656 |#4|))) (-15 -2004 ((-2 (|:| |eqzro| (-656 |#4|)) (|:| |neqzro| (-656 |#4|)) (|:| |wcond| (-656 (-971 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1288 (-419 (-971 |#1|)))) (|:| -1726 (-656 (-1288 (-419 (-971 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))) (-701 |#4|) (-656 (-419 (-971 |#1|))) (-656 (-656 |#4|)) (-783) (-783) (-576))) (-15 -4077 (|#4| |#4|)) (-15 -4153 ((-112) (-656 |#4|))) (-15 -4153 ((-112) (-656 (-971 |#1|)))))
+((-3017 (((-946) |#1| (-1197)) 17) (((-946) |#1| (-1197) (-1115 (-227))) 21)) (-3107 (((-946) |#1| |#1| (-1197) (-1115 (-227))) 19) (((-946) |#1| (-1197) (-1115 (-227))) 15)))
+(((-944 |#1|) (-10 -7 (-15 -3107 ((-946) |#1| (-1197) (-1115 (-227)))) (-15 -3107 ((-946) |#1| |#1| (-1197) (-1115 (-227)))) (-15 -3017 ((-946) |#1| (-1197) (-1115 (-227)))) (-15 -3017 ((-946) |#1| (-1197)))) (-626 (-548))) (T -944))
+((-3017 (*1 *2 *3 *4) (-12 (-5 *4 (-1197)) (-5 *2 (-946)) (-5 *1 (-944 *3)) (-4 *3 (-626 (-548))))) (-3017 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1197)) (-5 *5 (-1115 (-227))) (-5 *2 (-946)) (-5 *1 (-944 *3)) (-4 *3 (-626 (-548))))) (-3107 (*1 *2 *3 *3 *4 *5) (-12 (-5 *4 (-1197)) (-5 *5 (-1115 (-227))) (-5 *2 (-946)) (-5 *1 (-944 *3)) (-4 *3 (-626 (-548))))) (-3107 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1197)) (-5 *5 (-1115 (-227))) (-5 *2 (-946)) (-5 *1 (-944 *3)) (-4 *3 (-626 (-548))))))
+(-10 -7 (-15 -3107 ((-946) |#1| (-1197) (-1115 (-227)))) (-15 -3107 ((-946) |#1| |#1| (-1197) (-1115 (-227)))) (-15 -3017 ((-946) |#1| (-1197) (-1115 (-227)))) (-15 -3017 ((-946) |#1| (-1197))))
+((-3812 (($ $ (-1115 (-227)) (-1115 (-227)) (-1115 (-227))) 121)) (-3765 (((-1115 (-227)) $) 64)) (-3754 (((-1115 (-227)) $) 63)) (-3741 (((-1115 (-227)) $) 62)) (-2720 (((-656 (-656 (-227))) $) 69)) (-2809 (((-1115 (-227)) $) 65)) (-3884 (((-576) (-576)) 57)) (-3279 (((-576) (-576)) 52)) (-2180 (((-576) (-576)) 55)) (-1581 (((-112) (-112)) 59)) (-3691 (((-576)) 56)) (-1862 (($ $ (-1115 (-227))) 124) (($ $) 125)) (-4085 (($ (-1 (-962 (-227)) (-227)) (-1115 (-227))) 131) (($ (-1 (-962 (-227)) (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227))) 132)) (-3107 (($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1115 (-227))) 134) (($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227))) 135) (($ $ (-1115 (-227))) 127)) (-4357 (((-576)) 60)) (-3274 (((-576)) 50)) (-2906 (((-576)) 53)) (-2482 (((-656 (-656 (-962 (-227)))) $) 151)) (-3407 (((-112) (-112)) 61)) (-4114 (((-876) $) 149)) (-1737 (((-112)) 58)))
+(((-945) (-13 (-995) (-10 -8 (-15 -4085 ($ (-1 (-962 (-227)) (-227)) (-1115 (-227)))) (-15 -4085 ($ (-1 (-962 (-227)) (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227)))) (-15 -3107 ($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1115 (-227)))) (-15 -3107 ($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227)))) (-15 -3107 ($ $ (-1115 (-227)))) (-15 -3812 ($ $ (-1115 (-227)) (-1115 (-227)) (-1115 (-227)))) (-15 -1862 ($ $ (-1115 (-227)))) (-15 -1862 ($ $)) (-15 -2809 ((-1115 (-227)) $)) (-15 -2720 ((-656 (-656 (-227))) $)) (-15 -3274 ((-576))) (-15 -3279 ((-576) (-576))) (-15 -2906 ((-576))) (-15 -2180 ((-576) (-576))) (-15 -3691 ((-576))) (-15 -3884 ((-576) (-576))) (-15 -1737 ((-112))) (-15 -1581 ((-112) (-112))) (-15 -4357 ((-576))) (-15 -3407 ((-112) (-112)))))) (T -945))
+((-4085 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-962 (-227)) (-227))) (-5 *3 (-1115 (-227))) (-5 *1 (-945)))) (-4085 (*1 *1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-962 (-227)) (-227))) (-5 *3 (-1115 (-227))) (-5 *1 (-945)))) (-3107 (*1 *1 *2 *2 *2 *2 *3) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1115 (-227))) (-5 *1 (-945)))) (-3107 (*1 *1 *2 *2 *2 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1115 (-227))) (-5 *1 (-945)))) (-3107 (*1 *1 *1 *2) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-945)))) (-3812 (*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-945)))) (-1862 (*1 *1 *1 *2) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-945)))) (-1862 (*1 *1 *1) (-5 *1 (-945))) (-2809 (*1 *2 *1) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-945)))) (-2720 (*1 *2 *1) (-12 (-5 *2 (-656 (-656 (-227)))) (-5 *1 (-945)))) (-3274 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-945)))) (-3279 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-945)))) (-2906 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-945)))) (-2180 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-945)))) (-3691 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-945)))) (-3884 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-945)))) (-1737 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-945)))) (-1581 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-945)))) (-4357 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-945)))) (-3407 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-945)))))
+(-13 (-995) (-10 -8 (-15 -4085 ($ (-1 (-962 (-227)) (-227)) (-1115 (-227)))) (-15 -4085 ($ (-1 (-962 (-227)) (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227)))) (-15 -3107 ($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1115 (-227)))) (-15 -3107 ($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1 (-227) (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227)))) (-15 -3107 ($ $ (-1115 (-227)))) (-15 -3812 ($ $ (-1115 (-227)) (-1115 (-227)) (-1115 (-227)))) (-15 -1862 ($ $ (-1115 (-227)))) (-15 -1862 ($ $)) (-15 -2809 ((-1115 (-227)) $)) (-15 -2720 ((-656 (-656 (-227))) $)) (-15 -3274 ((-576))) (-15 -3279 ((-576) (-576))) (-15 -2906 ((-576))) (-15 -2180 ((-576) (-576))) (-15 -3691 ((-576))) (-15 -3884 ((-576) (-576))) (-15 -1737 ((-112))) (-15 -1581 ((-112) (-112))) (-15 -4357 ((-576))) (-15 -3407 ((-112) (-112)))))
+((-3812 (($ $ (-1115 (-227))) 122) (($ $ (-1115 (-227)) (-1115 (-227))) 123)) (-3754 (((-1115 (-227)) $) 73)) (-3741 (((-1115 (-227)) $) 72)) (-2809 (((-1115 (-227)) $) 74)) (-3207 (((-576) (-576)) 66)) (-4363 (((-576) (-576)) 61)) (-3520 (((-576) (-576)) 64)) (-2665 (((-112) (-112)) 68)) (-1604 (((-576)) 65)) (-1862 (($ $ (-1115 (-227))) 126) (($ $) 127)) (-4085 (($ (-1 (-962 (-227)) (-227)) (-1115 (-227))) 141) (($ (-1 (-962 (-227)) (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227))) 142)) (-3017 (($ (-1 (-227) (-227)) (-1115 (-227))) 149) (($ (-1 (-227) (-227))) 153)) (-3107 (($ (-1 (-227) (-227)) (-1115 (-227))) 137) (($ (-1 (-227) (-227)) (-1115 (-227)) (-1115 (-227))) 138) (($ (-656 (-1 (-227) (-227))) (-1115 (-227))) 146) (($ (-656 (-1 (-227) (-227))) (-1115 (-227)) (-1115 (-227))) 147) (($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1115 (-227))) 139) (($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227))) 140) (($ $ (-1115 (-227))) 128)) (-2165 (((-112) $) 69)) (-3111 (((-576)) 70)) (-2626 (((-576)) 59)) (-3162 (((-576)) 62)) (-2482 (((-656 (-656 (-962 (-227)))) $) 35)) (-3143 (((-112) (-112)) 71)) (-4114 (((-876) $) 167)) (-2716 (((-112)) 67)))
+(((-946) (-13 (-974) (-10 -8 (-15 -3107 ($ (-1 (-227) (-227)) (-1115 (-227)))) (-15 -3107 ($ (-1 (-227) (-227)) (-1115 (-227)) (-1115 (-227)))) (-15 -3107 ($ (-656 (-1 (-227) (-227))) (-1115 (-227)))) (-15 -3107 ($ (-656 (-1 (-227) (-227))) (-1115 (-227)) (-1115 (-227)))) (-15 -3107 ($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1115 (-227)))) (-15 -3107 ($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227)))) (-15 -4085 ($ (-1 (-962 (-227)) (-227)) (-1115 (-227)))) (-15 -4085 ($ (-1 (-962 (-227)) (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227)))) (-15 -3017 ($ (-1 (-227) (-227)) (-1115 (-227)))) (-15 -3017 ($ (-1 (-227) (-227)))) (-15 -3107 ($ $ (-1115 (-227)))) (-15 -2165 ((-112) $)) (-15 -3812 ($ $ (-1115 (-227)))) (-15 -3812 ($ $ (-1115 (-227)) (-1115 (-227)))) (-15 -1862 ($ $ (-1115 (-227)))) (-15 -1862 ($ $)) (-15 -2809 ((-1115 (-227)) $)) (-15 -2626 ((-576))) (-15 -4363 ((-576) (-576))) (-15 -3162 ((-576))) (-15 -3520 ((-576) (-576))) (-15 -1604 ((-576))) (-15 -3207 ((-576) (-576))) (-15 -2716 ((-112))) (-15 -2665 ((-112) (-112))) (-15 -3111 ((-576))) (-15 -3143 ((-112) (-112)))))) (T -946))
+((-3107 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1115 (-227))) (-5 *1 (-946)))) (-3107 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1115 (-227))) (-5 *1 (-946)))) (-3107 (*1 *1 *2 *3) (-12 (-5 *2 (-656 (-1 (-227) (-227)))) (-5 *3 (-1115 (-227))) (-5 *1 (-946)))) (-3107 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-656 (-1 (-227) (-227)))) (-5 *3 (-1115 (-227))) (-5 *1 (-946)))) (-3107 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1115 (-227))) (-5 *1 (-946)))) (-3107 (*1 *1 *2 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1115 (-227))) (-5 *1 (-946)))) (-4085 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-962 (-227)) (-227))) (-5 *3 (-1115 (-227))) (-5 *1 (-946)))) (-4085 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-962 (-227)) (-227))) (-5 *3 (-1115 (-227))) (-5 *1 (-946)))) (-3017 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1115 (-227))) (-5 *1 (-946)))) (-3017 (*1 *1 *2) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *1 (-946)))) (-3107 (*1 *1 *1 *2) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-946)))) (-2165 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-946)))) (-3812 (*1 *1 *1 *2) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-946)))) (-3812 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-946)))) (-1862 (*1 *1 *1 *2) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-946)))) (-1862 (*1 *1 *1) (-5 *1 (-946))) (-2809 (*1 *2 *1) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-946)))) (-2626 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-946)))) (-4363 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-946)))) (-3162 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-946)))) (-3520 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-946)))) (-1604 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-946)))) (-3207 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-946)))) (-2716 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-946)))) (-2665 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-946)))) (-3111 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-946)))) (-3143 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-946)))))
+(-13 (-974) (-10 -8 (-15 -3107 ($ (-1 (-227) (-227)) (-1115 (-227)))) (-15 -3107 ($ (-1 (-227) (-227)) (-1115 (-227)) (-1115 (-227)))) (-15 -3107 ($ (-656 (-1 (-227) (-227))) (-1115 (-227)))) (-15 -3107 ($ (-656 (-1 (-227) (-227))) (-1115 (-227)) (-1115 (-227)))) (-15 -3107 ($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1115 (-227)))) (-15 -3107 ($ (-1 (-227) (-227)) (-1 (-227) (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227)))) (-15 -4085 ($ (-1 (-962 (-227)) (-227)) (-1115 (-227)))) (-15 -4085 ($ (-1 (-962 (-227)) (-227)) (-1115 (-227)) (-1115 (-227)) (-1115 (-227)))) (-15 -3017 ($ (-1 (-227) (-227)) (-1115 (-227)))) (-15 -3017 ($ (-1 (-227) (-227)))) (-15 -3107 ($ $ (-1115 (-227)))) (-15 -2165 ((-112) $)) (-15 -3812 ($ $ (-1115 (-227)))) (-15 -3812 ($ $ (-1115 (-227)) (-1115 (-227)))) (-15 -1862 ($ $ (-1115 (-227)))) (-15 -1862 ($ $)) (-15 -2809 ((-1115 (-227)) $)) (-15 -2626 ((-576))) (-15 -4363 ((-576) (-576))) (-15 -3162 ((-576))) (-15 -3520 ((-576) (-576))) (-15 -1604 ((-576))) (-15 -3207 ((-576) (-576))) (-15 -2716 ((-112))) (-15 -2665 ((-112) (-112))) (-15 -3111 ((-576))) (-15 -3143 ((-112) (-112)))))
+((-3341 (((-656 (-1115 (-227))) (-656 (-656 (-962 (-227))))) 34)))
+(((-947) (-10 -7 (-15 -3341 ((-656 (-1115 (-227))) (-656 (-656 (-962 (-227)))))))) (T -947))
+((-3341 (*1 *2 *3) (-12 (-5 *3 (-656 (-656 (-962 (-227))))) (-5 *2 (-656 (-1115 (-227)))) (-5 *1 (-947)))))
+(-10 -7 (-15 -3341 ((-656 (-1115 (-227))) (-656 (-656 (-962 (-227)))))))
+((-2011 ((|#2| |#2|) 28)) (-3692 ((|#2| |#2|) 29)) (-2666 ((|#2| |#2|) 27)) (-1716 ((|#2| |#2| (-518)) 26)))
+(((-948 |#1| |#2|) (-10 -7 (-15 -1716 (|#2| |#2| (-518))) (-15 -2666 (|#2| |#2|)) (-15 -2011 (|#2| |#2|)) (-15 -3692 (|#2| |#2|))) (-1121) (-442 |#1|)) (T -948))
+((-3692 (*1 *2 *2) (-12 (-4 *3 (-1121)) (-5 *1 (-948 *3 *2)) (-4 *2 (-442 *3)))) (-2011 (*1 *2 *2) (-12 (-4 *3 (-1121)) (-5 *1 (-948 *3 *2)) (-4 *2 (-442 *3)))) (-2666 (*1 *2 *2) (-12 (-4 *3 (-1121)) (-5 *1 (-948 *3 *2)) (-4 *2 (-442 *3)))) (-1716 (*1 *2 *2 *3) (-12 (-5 *3 (-518)) (-4 *4 (-1121)) (-5 *1 (-948 *4 *2)) (-4 *2 (-442 *4)))))
+(-10 -7 (-15 -1716 (|#2| |#2| (-518))) (-15 -2666 (|#2| |#2|)) (-15 -2011 (|#2| |#2|)) (-15 -3692 (|#2| |#2|)))
+((-2011 (((-326 (-576)) (-1197)) 16)) (-3692 (((-326 (-576)) (-1197)) 14)) (-2666 (((-326 (-576)) (-1197)) 12)) (-1716 (((-326 (-576)) (-1197) (-518)) 19)))
+(((-949) (-10 -7 (-15 -1716 ((-326 (-576)) (-1197) (-518))) (-15 -2666 ((-326 (-576)) (-1197))) (-15 -2011 ((-326 (-576)) (-1197))) (-15 -3692 ((-326 (-576)) (-1197))))) (T -949))
+((-3692 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-326 (-576))) (-5 *1 (-949)))) (-2011 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-326 (-576))) (-5 *1 (-949)))) (-2666 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-326 (-576))) (-5 *1 (-949)))) (-1716 (*1 *2 *3 *4) (-12 (-5 *3 (-1197)) (-5 *4 (-518)) (-5 *2 (-326 (-576))) (-5 *1 (-949)))))
+(-10 -7 (-15 -1716 ((-326 (-576)) (-1197) (-518))) (-15 -2666 ((-326 (-576)) (-1197))) (-15 -2011 ((-326 (-576)) (-1197))) (-15 -3692 ((-326 (-576)) (-1197))))
+((-3135 (((-904 |#1| |#3|) |#2| (-907 |#1|) (-904 |#1| |#3|)) 25)) (-2955 (((-1 (-112) |#2|) (-1 (-112) |#3|)) 13)))
+(((-950 |#1| |#2| |#3|) (-10 -7 (-15 -2955 ((-1 (-112) |#2|) (-1 (-112) |#3|))) (-15 -3135 ((-904 |#1| |#3|) |#2| (-907 |#1|) (-904 |#1| |#3|)))) (-1121) (-901 |#1|) (-13 (-1121) (-1059 |#2|))) (T -950))
+((-3135 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-904 *5 *6)) (-5 *4 (-907 *5)) (-4 *5 (-1121)) (-4 *6 (-13 (-1121) (-1059 *3))) (-4 *3 (-901 *5)) (-5 *1 (-950 *5 *3 *6)))) (-2955 (*1 *2 *3) (-12 (-5 *3 (-1 (-112) *6)) (-4 *6 (-13 (-1121) (-1059 *5))) (-4 *5 (-901 *4)) (-4 *4 (-1121)) (-5 *2 (-1 (-112) *5)) (-5 *1 (-950 *4 *5 *6)))))
+(-10 -7 (-15 -2955 ((-1 (-112) |#2|) (-1 (-112) |#3|))) (-15 -3135 ((-904 |#1| |#3|) |#2| (-907 |#1|) (-904 |#1| |#3|))))
+((-3135 (((-904 |#1| |#3|) |#3| (-907 |#1|) (-904 |#1| |#3|)) 30)))
+(((-951 |#1| |#2| |#3|) (-10 -7 (-15 -3135 ((-904 |#1| |#3|) |#3| (-907 |#1|) (-904 |#1| |#3|)))) (-1121) (-13 (-568) (-901 |#1|)) (-13 (-442 |#2|) (-626 (-907 |#1|)) (-901 |#1|) (-1059 (-624 $)))) (T -951))
+((-3135 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-904 *5 *3)) (-4 *5 (-1121)) (-4 *3 (-13 (-442 *6) (-626 *4) (-901 *5) (-1059 (-624 $)))) (-5 *4 (-907 *5)) (-4 *6 (-13 (-568) (-901 *5))) (-5 *1 (-951 *5 *6 *3)))))
+(-10 -7 (-15 -3135 ((-904 |#1| |#3|) |#3| (-907 |#1|) (-904 |#1| |#3|))))
+((-3135 (((-904 (-576) |#1|) |#1| (-907 (-576)) (-904 (-576) |#1|)) 13)))
+(((-952 |#1|) (-10 -7 (-15 -3135 ((-904 (-576) |#1|) |#1| (-907 (-576)) (-904 (-576) |#1|)))) (-557)) (T -952))
+((-3135 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-904 (-576) *3)) (-5 *4 (-907 (-576))) (-4 *3 (-557)) (-5 *1 (-952 *3)))))
+(-10 -7 (-15 -3135 ((-904 (-576) |#1|) |#1| (-907 (-576)) (-904 (-576) |#1|))))
+((-3135 (((-904 |#1| |#2|) (-624 |#2|) (-907 |#1|) (-904 |#1| |#2|)) 57)))
+(((-953 |#1| |#2|) (-10 -7 (-15 -3135 ((-904 |#1| |#2|) (-624 |#2|) (-907 |#1|) (-904 |#1| |#2|)))) (-1121) (-13 (-1121) (-1059 (-624 $)) (-626 (-907 |#1|)) (-901 |#1|))) (T -953))
+((-3135 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-904 *5 *6)) (-5 *3 (-624 *6)) (-4 *5 (-1121)) (-4 *6 (-13 (-1121) (-1059 (-624 $)) (-626 *4) (-901 *5))) (-5 *4 (-907 *5)) (-5 *1 (-953 *5 *6)))))
+(-10 -7 (-15 -3135 ((-904 |#1| |#2|) (-624 |#2|) (-907 |#1|) (-904 |#1| |#2|))))
+((-3135 (((-900 |#1| |#2| |#3|) |#3| (-907 |#1|) (-900 |#1| |#2| |#3|)) 17)))
+(((-954 |#1| |#2| |#3|) (-10 -7 (-15 -3135 ((-900 |#1| |#2| |#3|) |#3| (-907 |#1|) (-900 |#1| |#2| |#3|)))) (-1121) (-901 |#1|) (-678 |#2|)) (T -954))
+((-3135 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-900 *5 *6 *3)) (-5 *4 (-907 *5)) (-4 *5 (-1121)) (-4 *6 (-901 *5)) (-4 *3 (-678 *6)) (-5 *1 (-954 *5 *6 *3)))))
+(-10 -7 (-15 -3135 ((-900 |#1| |#2| |#3|) |#3| (-907 |#1|) (-900 |#1| |#2| |#3|))))
+((-3135 (((-904 |#1| |#5|) |#5| (-907 |#1|) (-904 |#1| |#5|)) 17 (|has| |#3| (-901 |#1|))) (((-904 |#1| |#5|) |#5| (-907 |#1|) (-904 |#1| |#5|) (-1 (-904 |#1| |#5|) |#3| (-907 |#1|) (-904 |#1| |#5|))) 16)))
+(((-955 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3135 ((-904 |#1| |#5|) |#5| (-907 |#1|) (-904 |#1| |#5|) (-1 (-904 |#1| |#5|) |#3| (-907 |#1|) (-904 |#1| |#5|)))) (IF (|has| |#3| (-901 |#1|)) (-15 -3135 ((-904 |#1| |#5|) |#5| (-907 |#1|) (-904 |#1| |#5|))) |%noBranch|)) (-1121) (-805) (-862) (-13 (-1070) (-901 |#1|)) (-13 (-968 |#4| |#2| |#3|) (-626 (-907 |#1|)))) (T -955))
+((-3135 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-904 *5 *3)) (-4 *5 (-1121)) (-4 *3 (-13 (-968 *8 *6 *7) (-626 *4))) (-5 *4 (-907 *5)) (-4 *7 (-901 *5)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-13 (-1070) (-901 *5))) (-5 *1 (-955 *5 *6 *7 *8 *3)))) (-3135 (*1 *2 *3 *4 *2 *5) (-12 (-5 *5 (-1 (-904 *6 *3) *8 (-907 *6) (-904 *6 *3))) (-4 *8 (-862)) (-5 *2 (-904 *6 *3)) (-5 *4 (-907 *6)) (-4 *6 (-1121)) (-4 *3 (-13 (-968 *9 *7 *8) (-626 *4))) (-4 *7 (-805)) (-4 *9 (-13 (-1070) (-901 *6))) (-5 *1 (-955 *6 *7 *8 *9 *3)))))
+(-10 -7 (-15 -3135 ((-904 |#1| |#5|) |#5| (-907 |#1|) (-904 |#1| |#5|) (-1 (-904 |#1| |#5|) |#3| (-907 |#1|) (-904 |#1| |#5|)))) (IF (|has| |#3| (-901 |#1|)) (-15 -3135 ((-904 |#1| |#5|) |#5| (-907 |#1|) (-904 |#1| |#5|))) |%noBranch|))
+((-3767 ((|#2| |#2| (-656 (-1 (-112) |#3|))) 12) ((|#2| |#2| (-1 (-112) |#3|)) 13)))
+(((-956 |#1| |#2| |#3|) (-10 -7 (-15 -3767 (|#2| |#2| (-1 (-112) |#3|))) (-15 -3767 (|#2| |#2| (-656 (-1 (-112) |#3|))))) (-1121) (-442 |#1|) (-1238)) (T -956))
+((-3767 (*1 *2 *2 *3) (-12 (-5 *3 (-656 (-1 (-112) *5))) (-4 *5 (-1238)) (-4 *4 (-1121)) (-5 *1 (-956 *4 *2 *5)) (-4 *2 (-442 *4)))) (-3767 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *5)) (-4 *5 (-1238)) (-4 *4 (-1121)) (-5 *1 (-956 *4 *2 *5)) (-4 *2 (-442 *4)))))
+(-10 -7 (-15 -3767 (|#2| |#2| (-1 (-112) |#3|))) (-15 -3767 (|#2| |#2| (-656 (-1 (-112) |#3|)))))
+((-3767 (((-326 (-576)) (-1197) (-656 (-1 (-112) |#1|))) 18) (((-326 (-576)) (-1197) (-1 (-112) |#1|)) 15)))
+(((-957 |#1|) (-10 -7 (-15 -3767 ((-326 (-576)) (-1197) (-1 (-112) |#1|))) (-15 -3767 ((-326 (-576)) (-1197) (-656 (-1 (-112) |#1|))))) (-1238)) (T -957))
+((-3767 (*1 *2 *3 *4) (-12 (-5 *3 (-1197)) (-5 *4 (-656 (-1 (-112) *5))) (-4 *5 (-1238)) (-5 *2 (-326 (-576))) (-5 *1 (-957 *5)))) (-3767 (*1 *2 *3 *4) (-12 (-5 *3 (-1197)) (-5 *4 (-1 (-112) *5)) (-4 *5 (-1238)) (-5 *2 (-326 (-576))) (-5 *1 (-957 *5)))))
+(-10 -7 (-15 -3767 ((-326 (-576)) (-1197) (-1 (-112) |#1|))) (-15 -3767 ((-326 (-576)) (-1197) (-656 (-1 (-112) |#1|)))))
+((-3135 (((-904 |#1| |#3|) |#3| (-907 |#1|) (-904 |#1| |#3|)) 25)))
+(((-958 |#1| |#2| |#3|) (-10 -7 (-15 -3135 ((-904 |#1| |#3|) |#3| (-907 |#1|) (-904 |#1| |#3|)))) (-1121) (-13 (-568) (-901 |#1|) (-626 (-907 |#1|))) (-1013 |#2|)) (T -958))
+((-3135 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-904 *5 *3)) (-4 *5 (-1121)) (-4 *3 (-1013 *6)) (-4 *6 (-13 (-568) (-901 *5) (-626 *4))) (-5 *4 (-907 *5)) (-5 *1 (-958 *5 *6 *3)))))
+(-10 -7 (-15 -3135 ((-904 |#1| |#3|) |#3| (-907 |#1|) (-904 |#1| |#3|))))
+((-3135 (((-904 |#1| (-1197)) (-1197) (-907 |#1|) (-904 |#1| (-1197))) 18)))
+(((-959 |#1|) (-10 -7 (-15 -3135 ((-904 |#1| (-1197)) (-1197) (-907 |#1|) (-904 |#1| (-1197))))) (-1121)) (T -959))
+((-3135 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-904 *5 (-1197))) (-5 *3 (-1197)) (-5 *4 (-907 *5)) (-4 *5 (-1121)) (-5 *1 (-959 *5)))))
+(-10 -7 (-15 -3135 ((-904 |#1| (-1197)) (-1197) (-907 |#1|) (-904 |#1| (-1197)))))
+((-1458 (((-904 |#1| |#3|) (-656 |#3|) (-656 (-907 |#1|)) (-904 |#1| |#3|) (-1 (-904 |#1| |#3|) |#3| (-907 |#1|) (-904 |#1| |#3|))) 34)) (-3135 (((-904 |#1| |#3|) (-656 |#3|) (-656 (-907 |#1|)) (-1 |#3| (-656 |#3|)) (-904 |#1| |#3|) (-1 (-904 |#1| |#3|) |#3| (-907 |#1|) (-904 |#1| |#3|))) 33)))
+(((-960 |#1| |#2| |#3|) (-10 -7 (-15 -3135 ((-904 |#1| |#3|) (-656 |#3|) (-656 (-907 |#1|)) (-1 |#3| (-656 |#3|)) (-904 |#1| |#3|) (-1 (-904 |#1| |#3|) |#3| (-907 |#1|) (-904 |#1| |#3|)))) (-15 -1458 ((-904 |#1| |#3|) (-656 |#3|) (-656 (-907 |#1|)) (-904 |#1| |#3|) (-1 (-904 |#1| |#3|) |#3| (-907 |#1|) (-904 |#1| |#3|))))) (-1121) (-1070) (-13 (-1070) (-626 (-907 |#1|)) (-1059 |#2|))) (T -960))
+((-1458 (*1 *2 *3 *4 *2 *5) (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 (-907 *6))) (-5 *5 (-1 (-904 *6 *8) *8 (-907 *6) (-904 *6 *8))) (-4 *6 (-1121)) (-4 *8 (-13 (-1070) (-626 (-907 *6)) (-1059 *7))) (-5 *2 (-904 *6 *8)) (-4 *7 (-1070)) (-5 *1 (-960 *6 *7 *8)))) (-3135 (*1 *2 *3 *4 *5 *2 *6) (-12 (-5 *4 (-656 (-907 *7))) (-5 *5 (-1 *9 (-656 *9))) (-5 *6 (-1 (-904 *7 *9) *9 (-907 *7) (-904 *7 *9))) (-4 *7 (-1121)) (-4 *9 (-13 (-1070) (-626 (-907 *7)) (-1059 *8))) (-5 *2 (-904 *7 *9)) (-5 *3 (-656 *9)) (-4 *8 (-1070)) (-5 *1 (-960 *7 *8 *9)))))
+(-10 -7 (-15 -3135 ((-904 |#1| |#3|) (-656 |#3|) (-656 (-907 |#1|)) (-1 |#3| (-656 |#3|)) (-904 |#1| |#3|) (-1 (-904 |#1| |#3|) |#3| (-907 |#1|) (-904 |#1| |#3|)))) (-15 -1458 ((-904 |#1| |#3|) (-656 |#3|) (-656 (-907 |#1|)) (-904 |#1| |#3|) (-1 (-904 |#1| |#3|) |#3| (-907 |#1|) (-904 |#1| |#3|)))))
+((-2571 (((-1193 (-419 (-576))) (-576)) 79)) (-1389 (((-1193 (-576)) (-576)) 82)) (-4313 (((-1193 (-576)) (-576)) 76)) (-1322 (((-576) (-1193 (-576))) 72)) (-1781 (((-1193 (-419 (-576))) (-576)) 65)) (-2232 (((-1193 (-576)) (-576)) 49)) (-4422 (((-1193 (-576)) (-576)) 84)) (-2273 (((-1193 (-576)) (-576)) 83)) (-2469 (((-1193 (-419 (-576))) (-576)) 67)))
+(((-961) (-10 -7 (-15 -2469 ((-1193 (-419 (-576))) (-576))) (-15 -2273 ((-1193 (-576)) (-576))) (-15 -4422 ((-1193 (-576)) (-576))) (-15 -2232 ((-1193 (-576)) (-576))) (-15 -1781 ((-1193 (-419 (-576))) (-576))) (-15 -1322 ((-576) (-1193 (-576)))) (-15 -4313 ((-1193 (-576)) (-576))) (-15 -1389 ((-1193 (-576)) (-576))) (-15 -2571 ((-1193 (-419 (-576))) (-576))))) (T -961))
+((-2571 (*1 *2 *3) (-12 (-5 *2 (-1193 (-419 (-576)))) (-5 *1 (-961)) (-5 *3 (-576)))) (-1389 (*1 *2 *3) (-12 (-5 *2 (-1193 (-576))) (-5 *1 (-961)) (-5 *3 (-576)))) (-4313 (*1 *2 *3) (-12 (-5 *2 (-1193 (-576))) (-5 *1 (-961)) (-5 *3 (-576)))) (-1322 (*1 *2 *3) (-12 (-5 *3 (-1193 (-576))) (-5 *2 (-576)) (-5 *1 (-961)))) (-1781 (*1 *2 *3) (-12 (-5 *2 (-1193 (-419 (-576)))) (-5 *1 (-961)) (-5 *3 (-576)))) (-2232 (*1 *2 *3) (-12 (-5 *2 (-1193 (-576))) (-5 *1 (-961)) (-5 *3 (-576)))) (-4422 (*1 *2 *3) (-12 (-5 *2 (-1193 (-576))) (-5 *1 (-961)) (-5 *3 (-576)))) (-2273 (*1 *2 *3) (-12 (-5 *2 (-1193 (-576))) (-5 *1 (-961)) (-5 *3 (-576)))) (-2469 (*1 *2 *3) (-12 (-5 *2 (-1193 (-419 (-576)))) (-5 *1 (-961)) (-5 *3 (-576)))))
+(-10 -7 (-15 -2469 ((-1193 (-419 (-576))) (-576))) (-15 -2273 ((-1193 (-576)) (-576))) (-15 -4422 ((-1193 (-576)) (-576))) (-15 -2232 ((-1193 (-576)) (-576))) (-15 -1781 ((-1193 (-419 (-576))) (-576))) (-15 -1322 ((-576) (-1193 (-576)))) (-15 -4313 ((-1193 (-576)) (-576))) (-15 -1389 ((-1193 (-576)) (-576))) (-15 -2571 ((-1193 (-419 (-576))) (-576))))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2152 (($ (-783)) NIL (|has| |#1| (-23)))) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-2033 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-862)))) (-2218 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4465))) (($ $) NIL (-12 (|has| $ (-6 -4465)) (|has| |#1| (-862))))) (-2380 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-862)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) NIL (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-1370 (($ $) NIL (|has| $ (-6 -4465)))) (-4204 (($ $) NIL)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2824 (($ |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4464)))) (-1908 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) NIL)) (-3539 (((-576) (-1 (-112) |#1|) $) NIL) (((-576) |#1| $) NIL (|has| |#1| (-1121))) (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1121)))) (-2821 (($ (-656 |#1|)) 9)) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-1663 (((-701 |#1|) $ $) NIL (|has| |#1| (-1070)))) (-1988 (($ (-783) |#1|) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) NIL (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| |#1| (-862)))) (-3181 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-862)))) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4007 ((|#1| $) NIL (-12 (|has| |#1| (-1023)) (|has| |#1| (-1070))))) (-4002 (((-112) $ (-783)) NIL)) (-3108 ((|#1| $) NIL (-12 (|has| |#1| (-1023)) (|has| |#1| (-1070))))) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3386 (($ |#1| $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-1753 ((|#1| $) NIL (|has| (-576) (-862)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3140 (($ $ |#1|) NIL (|has| $ (-6 -4465)))) (-3168 (($ $ (-656 |#1|)) 25)) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#1| $ (-576) |#1|) NIL) ((|#1| $ (-576)) 18) (($ $ (-1255 (-576))) NIL)) (-2429 ((|#1| $ $) NIL (|has| |#1| (-1070)))) (-2435 (((-940) $) 13)) (-2335 (($ $ (-576)) NIL) (($ $ (-1255 (-576))) NIL)) (-3396 (($ $ $) 23)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3796 (($ $ $ (-576)) NIL (|has| $ (-6 -4465)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| |#1| (-626 (-548)))) (($ (-656 |#1|)) 14)) (-4125 (($ (-656 |#1|)) NIL)) (-2767 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) 24) (($ (-656 $)) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3985 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3962 (((-112) $ $) NIL (|has| |#1| (-862)))) (-4037 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-4027 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-576) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-738))) (($ $ |#1|) NIL (|has| |#1| (-738)))) (-1968 (((-783) $) 11 (|has| $ (-6 -4464)))))
+(((-962 |#1|) (-1001 |#1|) (-1070)) (T -962))
+NIL
+(-1001 |#1|)
+((-2285 (((-493 |#1| |#2|) (-971 |#2|)) 22)) (-1335 (((-253 |#1| |#2|) (-971 |#2|)) 35)) (-4062 (((-971 |#2|) (-493 |#1| |#2|)) 27)) (-1324 (((-253 |#1| |#2|) (-493 |#1| |#2|)) 57)) (-1768 (((-971 |#2|) (-253 |#1| |#2|)) 32)) (-1396 (((-493 |#1| |#2|) (-253 |#1| |#2|)) 48)))
+(((-963 |#1| |#2|) (-10 -7 (-15 -1396 ((-493 |#1| |#2|) (-253 |#1| |#2|))) (-15 -1324 ((-253 |#1| |#2|) (-493 |#1| |#2|))) (-15 -2285 ((-493 |#1| |#2|) (-971 |#2|))) (-15 -4062 ((-971 |#2|) (-493 |#1| |#2|))) (-15 -1768 ((-971 |#2|) (-253 |#1| |#2|))) (-15 -1335 ((-253 |#1| |#2|) (-971 |#2|)))) (-656 (-1197)) (-1070)) (T -963))
+((-1335 (*1 *2 *3) (-12 (-5 *3 (-971 *5)) (-4 *5 (-1070)) (-5 *2 (-253 *4 *5)) (-5 *1 (-963 *4 *5)) (-14 *4 (-656 (-1197))))) (-1768 (*1 *2 *3) (-12 (-5 *3 (-253 *4 *5)) (-14 *4 (-656 (-1197))) (-4 *5 (-1070)) (-5 *2 (-971 *5)) (-5 *1 (-963 *4 *5)))) (-4062 (*1 *2 *3) (-12 (-5 *3 (-493 *4 *5)) (-14 *4 (-656 (-1197))) (-4 *5 (-1070)) (-5 *2 (-971 *5)) (-5 *1 (-963 *4 *5)))) (-2285 (*1 *2 *3) (-12 (-5 *3 (-971 *5)) (-4 *5 (-1070)) (-5 *2 (-493 *4 *5)) (-5 *1 (-963 *4 *5)) (-14 *4 (-656 (-1197))))) (-1324 (*1 *2 *3) (-12 (-5 *3 (-493 *4 *5)) (-14 *4 (-656 (-1197))) (-4 *5 (-1070)) (-5 *2 (-253 *4 *5)) (-5 *1 (-963 *4 *5)))) (-1396 (*1 *2 *3) (-12 (-5 *3 (-253 *4 *5)) (-14 *4 (-656 (-1197))) (-4 *5 (-1070)) (-5 *2 (-493 *4 *5)) (-5 *1 (-963 *4 *5)))))
+(-10 -7 (-15 -1396 ((-493 |#1| |#2|) (-253 |#1| |#2|))) (-15 -1324 ((-253 |#1| |#2|) (-493 |#1| |#2|))) (-15 -2285 ((-493 |#1| |#2|) (-971 |#2|))) (-15 -4062 ((-971 |#2|) (-493 |#1| |#2|))) (-15 -1768 ((-971 |#2|) (-253 |#1| |#2|))) (-15 -1335 ((-253 |#1| |#2|) (-971 |#2|))))
+((-3402 (((-656 |#2|) |#2| |#2|) 10)) (-2170 (((-783) (-656 |#1|)) 48 (|has| |#1| (-860)))) (-2621 (((-656 |#2|) |#2|) 11)) (-3879 (((-783) (-656 |#1|) (-576) (-576)) 52 (|has| |#1| (-860)))) (-4303 ((|#1| |#2|) 38 (|has| |#1| (-860)))))
+(((-964 |#1| |#2|) (-10 -7 (-15 -3402 ((-656 |#2|) |#2| |#2|)) (-15 -2621 ((-656 |#2|) |#2|)) (IF (|has| |#1| (-860)) (PROGN (-15 -4303 (|#1| |#2|)) (-15 -2170 ((-783) (-656 |#1|))) (-15 -3879 ((-783) (-656 |#1|) (-576) (-576)))) |%noBranch|)) (-374) (-1264 |#1|)) (T -964))
+((-3879 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-656 *5)) (-5 *4 (-576)) (-4 *5 (-860)) (-4 *5 (-374)) (-5 *2 (-783)) (-5 *1 (-964 *5 *6)) (-4 *6 (-1264 *5)))) (-2170 (*1 *2 *3) (-12 (-5 *3 (-656 *4)) (-4 *4 (-860)) (-4 *4 (-374)) (-5 *2 (-783)) (-5 *1 (-964 *4 *5)) (-4 *5 (-1264 *4)))) (-4303 (*1 *2 *3) (-12 (-4 *2 (-374)) (-4 *2 (-860)) (-5 *1 (-964 *2 *3)) (-4 *3 (-1264 *2)))) (-2621 (*1 *2 *3) (-12 (-4 *4 (-374)) (-5 *2 (-656 *3)) (-5 *1 (-964 *4 *3)) (-4 *3 (-1264 *4)))) (-3402 (*1 *2 *3 *3) (-12 (-4 *4 (-374)) (-5 *2 (-656 *3)) (-5 *1 (-964 *4 *3)) (-4 *3 (-1264 *4)))))
+(-10 -7 (-15 -3402 ((-656 |#2|) |#2| |#2|)) (-15 -2621 ((-656 |#2|) |#2|)) (IF (|has| |#1| (-860)) (PROGN (-15 -4303 (|#1| |#2|)) (-15 -2170 ((-783) (-656 |#1|))) (-15 -3879 ((-783) (-656 |#1|) (-576) (-576)))) |%noBranch|))
+((-2423 (((-971 |#2|) (-1 |#2| |#1|) (-971 |#1|)) 19)))
+(((-965 |#1| |#2|) (-10 -7 (-15 -2423 ((-971 |#2|) (-1 |#2| |#1|) (-971 |#1|)))) (-1070) (-1070)) (T -965))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-971 *5)) (-4 *5 (-1070)) (-4 *6 (-1070)) (-5 *2 (-971 *6)) (-5 *1 (-965 *5 *6)))))
+(-10 -7 (-15 -2423 ((-971 |#2|) (-1 |#2| |#1|) (-971 |#1|))))
+((-1420 (((-1261 |#1| (-971 |#2|)) (-971 |#2|) (-1284 |#1|)) 18)))
+(((-966 |#1| |#2|) (-10 -7 (-15 -1420 ((-1261 |#1| (-971 |#2|)) (-971 |#2|) (-1284 |#1|)))) (-1197) (-1070)) (T -966))
+((-1420 (*1 *2 *3 *4) (-12 (-5 *4 (-1284 *5)) (-14 *5 (-1197)) (-4 *6 (-1070)) (-5 *2 (-1261 *5 (-971 *6))) (-5 *1 (-966 *5 *6)) (-5 *3 (-971 *6)))))
+(-10 -7 (-15 -1420 ((-1261 |#1| (-971 |#2|)) (-971 |#2|) (-1284 |#1|))))
+((-2392 (((-783) $) 88) (((-783) $ (-656 |#4|)) 93)) (-4068 (($ $) 203)) (-2068 (((-430 $) $) 195)) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) 141)) (-2981 (((-3 |#2| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 (-576) "failed") $) NIL) (((-3 |#4| "failed") $) 74)) (-2318 ((|#2| $) NIL) (((-419 (-576)) $) NIL) (((-576) $) NIL) ((|#4| $) 73)) (-1751 (($ $ $ |#4|) 95)) (-2255 (((-701 (-576)) (-701 $)) NIL) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) 131) (((-701 |#2|) (-701 $)) 121)) (-1770 (($ $) 210) (($ $ |#4|) 213)) (-3297 (((-656 $) $) 77)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 229) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) 222)) (-2974 (((-656 $) $) 34)) (-1562 (($ |#2| |#3|) NIL) (($ $ |#4| (-783)) NIL) (($ $ (-656 |#4|) (-656 (-783))) 71)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ |#4|) 192)) (-4383 (((-3 (-656 $) "failed") $) 52)) (-2453 (((-3 (-656 $) "failed") $) 39)) (-2344 (((-3 (-2 (|:| |var| |#4|) (|:| -3744 (-783))) "failed") $) 57)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 134)) (-1756 (((-430 (-1193 $)) (-1193 $)) 147)) (-4074 (((-430 (-1193 $)) (-1193 $)) 145)) (-1452 (((-430 $) $) 165)) (-2143 (($ $ (-656 (-304 $))) 24) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-656 |#4|) (-656 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-656 |#4|) (-656 $)) NIL)) (-3053 (($ $ |#4|) 97)) (-1554 (((-907 (-390)) $) 243) (((-907 (-576)) $) 236) (((-548) $) 251)) (-3929 ((|#2| $) NIL) (($ $ |#4|) 205)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) 184)) (-1341 ((|#2| $ |#3|) NIL) (($ $ |#4| (-783)) 62) (($ $ (-656 |#4|) (-656 (-783))) 69)) (-3346 (((-3 $ "failed") $) 186)) (-3000 (((-112) $ $) 216)))
+(((-967 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2374 ((-1193 |#1|) (-1193 |#1|) (-1193 |#1|))) (-15 -2068 ((-430 |#1|) |#1|)) (-15 -4068 (|#1| |#1|)) (-15 -3346 ((-3 |#1| "failed") |#1|)) (-15 -1554 ((-548) |#1|)) (-15 -1554 ((-907 (-576)) |#1|)) (-15 -1554 ((-907 (-390)) |#1|)) (-15 -3135 ((-904 (-576) |#1|) |#1| (-907 (-576)) (-904 (-576) |#1|))) (-15 -3135 ((-904 (-390) |#1|) |#1| (-907 (-390)) (-904 (-390) |#1|))) (-15 -1452 ((-430 |#1|) |#1|)) (-15 -4074 ((-430 (-1193 |#1|)) (-1193 |#1|))) (-15 -1756 ((-430 (-1193 |#1|)) (-1193 |#1|))) (-15 -4156 ((-3 (-656 (-1193 |#1|)) "failed") (-656 (-1193 |#1|)) (-1193 |#1|))) (-15 -2401 ((-3 (-1288 |#1|) "failed") (-701 |#1|))) (-15 -1770 (|#1| |#1| |#4|)) (-15 -3929 (|#1| |#1| |#4|)) (-15 -3053 (|#1| |#1| |#4|)) (-15 -1751 (|#1| |#1| |#1| |#4|)) (-15 -3297 ((-656 |#1|) |#1|)) (-15 -2392 ((-783) |#1| (-656 |#4|))) (-15 -2392 ((-783) |#1|)) (-15 -2344 ((-3 (-2 (|:| |var| |#4|) (|:| -3744 (-783))) "failed") |#1|)) (-15 -4383 ((-3 (-656 |#1|) "failed") |#1|)) (-15 -2453 ((-3 (-656 |#1|) "failed") |#1|)) (-15 -1562 (|#1| |#1| (-656 |#4|) (-656 (-783)))) (-15 -1562 (|#1| |#1| |#4| (-783))) (-15 -3706 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1| |#4|)) (-15 -2974 ((-656 |#1|) |#1|)) (-15 -1341 (|#1| |#1| (-656 |#4|) (-656 (-783)))) (-15 -1341 (|#1| |#1| |#4| (-783))) (-15 -2255 ((-701 |#2|) (-701 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-701 (-576)) (-701 |#1|))) (-15 -2981 ((-3 |#4| "failed") |#1|)) (-15 -2318 (|#4| |#1|)) (-15 -2143 (|#1| |#1| (-656 |#4|) (-656 |#1|))) (-15 -2143 (|#1| |#1| |#4| |#1|)) (-15 -2143 (|#1| |#1| (-656 |#4|) (-656 |#2|))) (-15 -2143 (|#1| |#1| |#4| |#2|)) (-15 -2143 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -2143 (|#1| |#1| |#1| |#1|)) (-15 -2143 (|#1| |#1| (-304 |#1|))) (-15 -2143 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -1562 (|#1| |#2| |#3|)) (-15 -1341 (|#2| |#1| |#3|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -3929 (|#2| |#1|)) (-15 -1770 (|#1| |#1|)) (-15 -3000 ((-112) |#1| |#1|))) (-968 |#2| |#3| |#4|) (-1070) (-805) (-862)) (T -967))
+NIL
+(-10 -8 (-15 -2374 ((-1193 |#1|) (-1193 |#1|) (-1193 |#1|))) (-15 -2068 ((-430 |#1|) |#1|)) (-15 -4068 (|#1| |#1|)) (-15 -3346 ((-3 |#1| "failed") |#1|)) (-15 -1554 ((-548) |#1|)) (-15 -1554 ((-907 (-576)) |#1|)) (-15 -1554 ((-907 (-390)) |#1|)) (-15 -3135 ((-904 (-576) |#1|) |#1| (-907 (-576)) (-904 (-576) |#1|))) (-15 -3135 ((-904 (-390) |#1|) |#1| (-907 (-390)) (-904 (-390) |#1|))) (-15 -1452 ((-430 |#1|) |#1|)) (-15 -4074 ((-430 (-1193 |#1|)) (-1193 |#1|))) (-15 -1756 ((-430 (-1193 |#1|)) (-1193 |#1|))) (-15 -4156 ((-3 (-656 (-1193 |#1|)) "failed") (-656 (-1193 |#1|)) (-1193 |#1|))) (-15 -2401 ((-3 (-1288 |#1|) "failed") (-701 |#1|))) (-15 -1770 (|#1| |#1| |#4|)) (-15 -3929 (|#1| |#1| |#4|)) (-15 -3053 (|#1| |#1| |#4|)) (-15 -1751 (|#1| |#1| |#1| |#4|)) (-15 -3297 ((-656 |#1|) |#1|)) (-15 -2392 ((-783) |#1| (-656 |#4|))) (-15 -2392 ((-783) |#1|)) (-15 -2344 ((-3 (-2 (|:| |var| |#4|) (|:| -3744 (-783))) "failed") |#1|)) (-15 -4383 ((-3 (-656 |#1|) "failed") |#1|)) (-15 -2453 ((-3 (-656 |#1|) "failed") |#1|)) (-15 -1562 (|#1| |#1| (-656 |#4|) (-656 (-783)))) (-15 -1562 (|#1| |#1| |#4| (-783))) (-15 -3706 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1| |#4|)) (-15 -2974 ((-656 |#1|) |#1|)) (-15 -1341 (|#1| |#1| (-656 |#4|) (-656 (-783)))) (-15 -1341 (|#1| |#1| |#4| (-783))) (-15 -2255 ((-701 |#2|) (-701 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-701 (-576)) (-701 |#1|))) (-15 -2981 ((-3 |#4| "failed") |#1|)) (-15 -2318 (|#4| |#1|)) (-15 -2143 (|#1| |#1| (-656 |#4|) (-656 |#1|))) (-15 -2143 (|#1| |#1| |#4| |#1|)) (-15 -2143 (|#1| |#1| (-656 |#4|) (-656 |#2|))) (-15 -2143 (|#1| |#1| |#4| |#2|)) (-15 -2143 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -2143 (|#1| |#1| |#1| |#1|)) (-15 -2143 (|#1| |#1| (-304 |#1|))) (-15 -2143 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -1562 (|#1| |#2| |#3|)) (-15 -1341 (|#2| |#1| |#3|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -3929 (|#2| |#1|)) (-15 -1770 (|#1| |#1|)) (-15 -3000 ((-112) |#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-1583 (((-656 |#3|) $) 113)) (-1420 (((-1193 $) $ |#3|) 128) (((-1193 |#1|) $) 127)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 90 (|has| |#1| (-568)))) (-2116 (($ $) 91 (|has| |#1| (-568)))) (-2898 (((-112) $) 93 (|has| |#1| (-568)))) (-2392 (((-783) $) 115) (((-783) $ (-656 |#3|)) 114)) (-2583 (((-3 $ "failed") $ $) 20)) (-1654 (((-430 (-1193 $)) (-1193 $)) 103 (|has| |#1| (-928)))) (-4068 (($ $) 101 (|has| |#1| (-464)))) (-2068 (((-430 $) $) 100 (|has| |#1| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) 106 (|has| |#1| (-928)))) (-3853 (($) 18 T CONST)) (-2981 (((-3 |#1| "failed") $) 171) (((-3 (-419 (-576)) "failed") $) 168 (|has| |#1| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) 166 (|has| |#1| (-1059 (-576)))) (((-3 |#3| "failed") $) 143)) (-2318 ((|#1| $) 170) (((-419 (-576)) $) 169 (|has| |#1| (-1059 (-419 (-576))))) (((-576) $) 167 (|has| |#1| (-1059 (-576)))) ((|#3| $) 144)) (-1751 (($ $ $ |#3|) 111 (|has| |#1| (-174)))) (-3310 (($ $) 161)) (-2255 (((-701 (-576)) (-701 $)) 139 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 138 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) 137) (((-701 |#1|) (-701 $)) 136)) (-2413 (((-3 $ "failed") $) 37)) (-1770 (($ $) 183 (|has| |#1| (-464))) (($ $ |#3|) 108 (|has| |#1| (-464)))) (-3297 (((-656 $) $) 112)) (-3742 (((-112) $) 99 (|has| |#1| (-928)))) (-4308 (($ $ |#1| |#2| $) 179)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 87 (-12 (|has| |#3| (-901 (-390))) (|has| |#1| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) 86 (-12 (|has| |#3| (-901 (-576))) (|has| |#1| (-901 (-576)))))) (-3315 (((-112) $) 35)) (-2509 (((-783) $) 176)) (-1572 (($ (-1193 |#1|) |#3|) 120) (($ (-1193 $) |#3|) 119)) (-2974 (((-656 $) $) 129)) (-3649 (((-112) $) 159)) (-1562 (($ |#1| |#2|) 160) (($ $ |#3| (-783)) 122) (($ $ (-656 |#3|) (-656 (-783))) 121)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ |#3|) 123)) (-4269 ((|#2| $) 177) (((-783) $ |#3|) 125) (((-656 (-783)) $ (-656 |#3|)) 124)) (-1504 (($ (-1 |#2| |#2|) $) 178)) (-2423 (($ (-1 |#1| |#1|) $) 158)) (-1706 (((-3 |#3| "failed") $) 126)) (-3015 (((-701 (-576)) (-1288 $)) 141 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) 140 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) 135) (((-701 |#1|) (-1288 $)) 134)) (-1697 (($ $) 156)) (-1708 ((|#1| $) 155)) (-3078 (($ (-656 $)) 97 (|has| |#1| (-464))) (($ $ $) 96 (|has| |#1| (-464)))) (-4185 (((-1179) $) 10)) (-4383 (((-3 (-656 $) "failed") $) 117)) (-2453 (((-3 (-656 $) "failed") $) 118)) (-2344 (((-3 (-2 (|:| |var| |#3|) (|:| -3744 (-783))) "failed") $) 116)) (-3117 (((-1141) $) 11)) (-1677 (((-112) $) 173)) (-1684 ((|#1| $) 174)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 98 (|has| |#1| (-464)))) (-3115 (($ (-656 $)) 95 (|has| |#1| (-464))) (($ $ $) 94 (|has| |#1| (-464)))) (-1756 (((-430 (-1193 $)) (-1193 $)) 105 (|has| |#1| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) 104 (|has| |#1| (-928)))) (-1452 (((-430 $) $) 102 (|has| |#1| (-928)))) (-1943 (((-3 $ "failed") $ |#1|) 181 (|has| |#1| (-568))) (((-3 $ "failed") $ $) 89 (|has| |#1| (-568)))) (-2143 (($ $ (-656 (-304 $))) 152) (($ $ (-304 $)) 151) (($ $ $ $) 150) (($ $ (-656 $) (-656 $)) 149) (($ $ |#3| |#1|) 148) (($ $ (-656 |#3|) (-656 |#1|)) 147) (($ $ |#3| $) 146) (($ $ (-656 |#3|) (-656 $)) 145)) (-3053 (($ $ |#3|) 110 (|has| |#1| (-174)))) (-4107 (($ $ (-656 |#3|) (-656 (-783))) 44) (($ $ |#3| (-783)) 43) (($ $ (-656 |#3|)) 42) (($ $ |#3|) 40)) (-2786 ((|#2| $) 157) (((-783) $ |#3|) 133) (((-656 (-783)) $ (-656 |#3|)) 132)) (-1554 (((-907 (-390)) $) 85 (-12 (|has| |#3| (-626 (-907 (-390)))) (|has| |#1| (-626 (-907 (-390)))))) (((-907 (-576)) $) 84 (-12 (|has| |#3| (-626 (-907 (-576)))) (|has| |#1| (-626 (-907 (-576)))))) (((-548) $) 83 (-12 (|has| |#3| (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-3929 ((|#1| $) 182 (|has| |#1| (-464))) (($ $ |#3|) 109 (|has| |#1| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) 107 (-2311 (|has| $ (-146)) (|has| |#1| (-928))))) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 172) (($ |#3|) 142) (($ $) 88 (|has| |#1| (-568))) (($ (-419 (-576))) 81 (-3795 (|has| |#1| (-1059 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576))))))) (-1923 (((-656 |#1|) $) 175)) (-1341 ((|#1| $ |#2|) 162) (($ $ |#3| (-783)) 131) (($ $ (-656 |#3|) (-656 (-783))) 130)) (-3346 (((-3 $ "failed") $) 82 (-3795 (-2311 (|has| $ (-146)) (|has| |#1| (-928))) (|has| |#1| (-146))))) (-2864 (((-783)) 32 T CONST)) (-3365 (($ $ $ (-783)) 180 (|has| |#1| (-174)))) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 92 (|has| |#1| (-568)))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-656 |#3|) (-656 (-783))) 47) (($ $ |#3| (-783)) 46) (($ $ (-656 |#3|)) 45) (($ $ |#3|) 41)) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#1|) 163 (|has| |#1| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 165 (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) 164 (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 154) (($ $ |#1|) 153)))
+(((-968 |#1| |#2| |#3|) (-141) (-1070) (-805) (-862)) (T -968))
+((-1770 (*1 *1 *1) (-12 (-4 *1 (-968 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-464)))) (-2786 (*1 *2 *1 *3) (-12 (-4 *1 (-968 *4 *5 *3)) (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *3 (-862)) (-5 *2 (-783)))) (-2786 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *6)) (-4 *1 (-968 *4 *5 *6)) (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 (-783))))) (-1341 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-968 *4 *5 *2)) (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *2 (-862)))) (-1341 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *6)) (-5 *3 (-656 (-783))) (-4 *1 (-968 *4 *5 *6)) (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *6 (-862)))) (-2974 (*1 *2 *1) (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-968 *3 *4 *5)))) (-1420 (*1 *2 *1 *3) (-12 (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *3 (-862)) (-5 *2 (-1193 *1)) (-4 *1 (-968 *4 *5 *3)))) (-1420 (*1 *2 *1) (-12 (-4 *1 (-968 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-1193 *3)))) (-1706 (*1 *2 *1) (|partial| -12 (-4 *1 (-968 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *2 (-862)))) (-4269 (*1 *2 *1 *3) (-12 (-4 *1 (-968 *4 *5 *3)) (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *3 (-862)) (-5 *2 (-783)))) (-4269 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *6)) (-4 *1 (-968 *4 *5 *6)) (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 (-783))))) (-3706 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *3 (-862)) (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-968 *4 *5 *3)))) (-1562 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-968 *4 *5 *2)) (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *2 (-862)))) (-1562 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *6)) (-5 *3 (-656 (-783))) (-4 *1 (-968 *4 *5 *6)) (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *6 (-862)))) (-1572 (*1 *1 *2 *3) (-12 (-5 *2 (-1193 *4)) (-4 *4 (-1070)) (-4 *1 (-968 *4 *5 *3)) (-4 *5 (-805)) (-4 *3 (-862)))) (-1572 (*1 *1 *2 *3) (-12 (-5 *2 (-1193 *1)) (-4 *1 (-968 *4 *5 *3)) (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *3 (-862)))) (-2453 (*1 *2 *1) (|partial| -12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-968 *3 *4 *5)))) (-4383 (*1 *2 *1) (|partial| -12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-968 *3 *4 *5)))) (-2344 (*1 *2 *1) (|partial| -12 (-4 *1 (-968 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-2 (|:| |var| *5) (|:| -3744 (-783)))))) (-2392 (*1 *2 *1) (-12 (-4 *1 (-968 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-783)))) (-2392 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *6)) (-4 *1 (-968 *4 *5 *6)) (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-783)))) (-1583 (*1 *2 *1) (-12 (-4 *1 (-968 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *5)))) (-3297 (*1 *2 *1) (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-968 *3 *4 *5)))) (-1751 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-968 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *2 (-862)) (-4 *3 (-174)))) (-3053 (*1 *1 *1 *2) (-12 (-4 *1 (-968 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *2 (-862)) (-4 *3 (-174)))) (-3929 (*1 *1 *1 *2) (-12 (-4 *1 (-968 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *2 (-862)) (-4 *3 (-464)))) (-1770 (*1 *1 *1 *2) (-12 (-4 *1 (-968 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *2 (-862)) (-4 *3 (-464)))) (-4068 (*1 *1 *1) (-12 (-4 *1 (-968 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-464)))) (-2068 (*1 *2 *1) (-12 (-4 *3 (-464)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-430 *1)) (-4 *1 (-968 *3 *4 *5)))))
+(-13 (-917 |t#3|) (-336 |t#1| |t#2|) (-319 $) (-526 |t#3| |t#1|) (-526 |t#3| $) (-1059 |t#3|) (-388 |t#1|) (-10 -8 (-15 -2786 ((-783) $ |t#3|)) (-15 -2786 ((-656 (-783)) $ (-656 |t#3|))) (-15 -1341 ($ $ |t#3| (-783))) (-15 -1341 ($ $ (-656 |t#3|) (-656 (-783)))) (-15 -2974 ((-656 $) $)) (-15 -1420 ((-1193 $) $ |t#3|)) (-15 -1420 ((-1193 |t#1|) $)) (-15 -1706 ((-3 |t#3| "failed") $)) (-15 -4269 ((-783) $ |t#3|)) (-15 -4269 ((-656 (-783)) $ (-656 |t#3|))) (-15 -3706 ((-2 (|:| -4079 $) (|:| -1380 $)) $ $ |t#3|)) (-15 -1562 ($ $ |t#3| (-783))) (-15 -1562 ($ $ (-656 |t#3|) (-656 (-783)))) (-15 -1572 ($ (-1193 |t#1|) |t#3|)) (-15 -1572 ($ (-1193 $) |t#3|)) (-15 -2453 ((-3 (-656 $) "failed") $)) (-15 -4383 ((-3 (-656 $) "failed") $)) (-15 -2344 ((-3 (-2 (|:| |var| |t#3|) (|:| -3744 (-783))) "failed") $)) (-15 -2392 ((-783) $)) (-15 -2392 ((-783) $ (-656 |t#3|))) (-15 -1583 ((-656 |t#3|) $)) (-15 -3297 ((-656 $) $)) (IF (|has| |t#1| (-626 (-548))) (IF (|has| |t#3| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-626 (-907 (-576)))) (IF (|has| |t#3| (-626 (-907 (-576)))) (-6 (-626 (-907 (-576)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-626 (-907 (-390)))) (IF (|has| |t#3| (-626 (-907 (-390)))) (-6 (-626 (-907 (-390)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-901 (-576))) (IF (|has| |t#3| (-901 (-576))) (-6 (-901 (-576))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-901 (-390))) (IF (|has| |t#3| (-901 (-390))) (-6 (-901 (-390))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-174)) (PROGN (-15 -1751 ($ $ $ |t#3|)) (-15 -3053 ($ $ |t#3|))) |%noBranch|) (IF (|has| |t#1| (-464)) (PROGN (-6 (-464)) (-15 -3929 ($ $ |t#3|)) (-15 -1770 ($ $)) (-15 -1770 ($ $ |t#3|)) (-15 -2068 ((-430 $) $)) (-15 -4068 ($ $))) |%noBranch|) (IF (|has| |t#1| (-6 -4462)) (-6 -4462) |%noBranch|) (IF (|has| |t#1| (-928)) (-6 (-928)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) -3795 (|has| |#1| (-1059 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-628 |#3|) . T) ((-628 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-625 (-876)) . T) ((-174) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-626 (-548)) -12 (|has| |#1| (-626 (-548))) (|has| |#3| (-626 (-548)))) ((-626 (-907 (-390))) -12 (|has| |#1| (-626 (-907 (-390)))) (|has| |#3| (-626 (-907 (-390))))) ((-626 (-907 (-576))) -12 (|has| |#1| (-626 (-907 (-576)))) (|has| |#3| (-626 (-907 (-576))))) ((-300) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-319 $) . T) ((-336 |#1| |#2|) . T) ((-388 |#1|) . T) ((-423 |#1|) . T) ((-464) -3795 (|has| |#1| (-928)) (|has| |#1| (-464))) ((-526 |#3| |#1|) . T) ((-526 |#3| $) . T) ((-526 $ $) . T) ((-568) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-658 #0#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) |has| |#1| (-38 (-419 (-576)))) ((-660 #1=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-651 #1#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-729 #0#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-738) . T) ((-911 $ |#3|) . T) ((-917 |#3|) . T) ((-919 |#3|) . T) ((-901 (-390)) -12 (|has| |#1| (-901 (-390))) (|has| |#3| (-901 (-390)))) ((-901 (-576)) -12 (|has| |#1| (-901 (-576))) (|has| |#3| (-901 (-576)))) ((-928) |has| |#1| (-928)) ((-1059 (-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((-1059 (-576)) |has| |#1| (-1059 (-576))) ((-1059 |#1|) . T) ((-1059 |#3|) . T) ((-1072 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1072 |#1|) . T) ((-1072 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-1077 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1077 |#1|) . T) ((-1077 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T) ((-1242) |has| |#1| (-928)))
+((-1583 (((-656 |#2|) |#5|) 40)) (-1420 (((-1193 |#5|) |#5| |#2| (-1193 |#5|)) 23) (((-419 (-1193 |#5|)) |#5| |#2|) 16)) (-1572 ((|#5| (-419 (-1193 |#5|)) |#2|) 30)) (-1706 (((-3 |#2| "failed") |#5|) 71)) (-4383 (((-3 (-656 |#5|) "failed") |#5|) 65)) (-1788 (((-3 (-2 (|:| |val| |#5|) (|:| -3744 (-576))) "failed") |#5|) 53)) (-2453 (((-3 (-656 |#5|) "failed") |#5|) 67)) (-2344 (((-3 (-2 (|:| |var| |#2|) (|:| -3744 (-576))) "failed") |#5|) 57)))
+(((-969 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1583 ((-656 |#2|) |#5|)) (-15 -1706 ((-3 |#2| "failed") |#5|)) (-15 -1420 ((-419 (-1193 |#5|)) |#5| |#2|)) (-15 -1572 (|#5| (-419 (-1193 |#5|)) |#2|)) (-15 -1420 ((-1193 |#5|) |#5| |#2| (-1193 |#5|))) (-15 -2453 ((-3 (-656 |#5|) "failed") |#5|)) (-15 -4383 ((-3 (-656 |#5|) "failed") |#5|)) (-15 -2344 ((-3 (-2 (|:| |var| |#2|) (|:| -3744 (-576))) "failed") |#5|)) (-15 -1788 ((-3 (-2 (|:| |val| |#5|) (|:| -3744 (-576))) "failed") |#5|))) (-805) (-862) (-1070) (-968 |#3| |#1| |#2|) (-13 (-374) (-10 -8 (-15 -4114 ($ |#4|)) (-15 -2687 (|#4| $)) (-15 -2698 (|#4| $))))) (T -969))
+((-1788 (*1 *2 *3) (|partial| -12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1070)) (-4 *7 (-968 *6 *4 *5)) (-5 *2 (-2 (|:| |val| *3) (|:| -3744 (-576)))) (-5 *1 (-969 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-374) (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $)) (-15 -2698 (*7 $))))))) (-2344 (*1 *2 *3) (|partial| -12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1070)) (-4 *7 (-968 *6 *4 *5)) (-5 *2 (-2 (|:| |var| *5) (|:| -3744 (-576)))) (-5 *1 (-969 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-374) (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $)) (-15 -2698 (*7 $))))))) (-4383 (*1 *2 *3) (|partial| -12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1070)) (-4 *7 (-968 *6 *4 *5)) (-5 *2 (-656 *3)) (-5 *1 (-969 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-374) (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $)) (-15 -2698 (*7 $))))))) (-2453 (*1 *2 *3) (|partial| -12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1070)) (-4 *7 (-968 *6 *4 *5)) (-5 *2 (-656 *3)) (-5 *1 (-969 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-374) (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $)) (-15 -2698 (*7 $))))))) (-1420 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1193 *3)) (-4 *3 (-13 (-374) (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $)) (-15 -2698 (*7 $))))) (-4 *7 (-968 *6 *5 *4)) (-4 *5 (-805)) (-4 *4 (-862)) (-4 *6 (-1070)) (-5 *1 (-969 *5 *4 *6 *7 *3)))) (-1572 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-1193 *2))) (-4 *5 (-805)) (-4 *4 (-862)) (-4 *6 (-1070)) (-4 *2 (-13 (-374) (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $)) (-15 -2698 (*7 $))))) (-5 *1 (-969 *5 *4 *6 *7 *2)) (-4 *7 (-968 *6 *5 *4)))) (-1420 (*1 *2 *3 *4) (-12 (-4 *5 (-805)) (-4 *4 (-862)) (-4 *6 (-1070)) (-4 *7 (-968 *6 *5 *4)) (-5 *2 (-419 (-1193 *3))) (-5 *1 (-969 *5 *4 *6 *7 *3)) (-4 *3 (-13 (-374) (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $)) (-15 -2698 (*7 $))))))) (-1706 (*1 *2 *3) (|partial| -12 (-4 *4 (-805)) (-4 *5 (-1070)) (-4 *6 (-968 *5 *4 *2)) (-4 *2 (-862)) (-5 *1 (-969 *4 *2 *5 *6 *3)) (-4 *3 (-13 (-374) (-10 -8 (-15 -4114 ($ *6)) (-15 -2687 (*6 $)) (-15 -2698 (*6 $))))))) (-1583 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1070)) (-4 *7 (-968 *6 *4 *5)) (-5 *2 (-656 *5)) (-5 *1 (-969 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-374) (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $)) (-15 -2698 (*7 $))))))))
+(-10 -7 (-15 -1583 ((-656 |#2|) |#5|)) (-15 -1706 ((-3 |#2| "failed") |#5|)) (-15 -1420 ((-419 (-1193 |#5|)) |#5| |#2|)) (-15 -1572 (|#5| (-419 (-1193 |#5|)) |#2|)) (-15 -1420 ((-1193 |#5|) |#5| |#2| (-1193 |#5|))) (-15 -2453 ((-3 (-656 |#5|) "failed") |#5|)) (-15 -4383 ((-3 (-656 |#5|) "failed") |#5|)) (-15 -2344 ((-3 (-2 (|:| |var| |#2|) (|:| -3744 (-576))) "failed") |#5|)) (-15 -1788 ((-3 (-2 (|:| |val| |#5|) (|:| -3744 (-576))) "failed") |#5|)))
+((-2423 ((|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|) 24)))
+(((-970 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2423 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|))) (-805) (-862) (-1070) (-968 |#3| |#1| |#2|) (-13 (-1121) (-10 -8 (-15 -4027 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-783)))))) (T -970))
+((-2423 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-862)) (-4 *8 (-1070)) (-4 *6 (-805)) (-4 *2 (-13 (-1121) (-10 -8 (-15 -4027 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-783)))))) (-5 *1 (-970 *6 *7 *8 *5 *2)) (-4 *5 (-968 *8 *6 *7)))))
+(-10 -7 (-15 -2423 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1583 (((-656 (-1197)) $) 16)) (-1420 (((-1193 $) $ (-1197)) 21) (((-1193 |#1|) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2392 (((-783) $) NIL) (((-783) $ (-656 (-1197))) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4068 (($ $) NIL (|has| |#1| (-464)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) 8) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-1197) "failed") $) NIL)) (-2318 ((|#1| $) NIL) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-1197) $) NIL)) (-1751 (($ $ $ (-1197)) NIL (|has| |#1| (-174)))) (-3310 (($ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1770 (($ $) NIL (|has| |#1| (-464))) (($ $ (-1197)) NIL (|has| |#1| (-464)))) (-3297 (((-656 $) $) NIL)) (-3742 (((-112) $) NIL (|has| |#1| (-928)))) (-4308 (($ $ |#1| (-543 (-1197)) $) NIL)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (-12 (|has| (-1197) (-901 (-390))) (|has| |#1| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (-12 (|has| (-1197) (-901 (-576))) (|has| |#1| (-901 (-576)))))) (-3315 (((-112) $) NIL)) (-2509 (((-783) $) NIL)) (-1572 (($ (-1193 |#1|) (-1197)) NIL) (($ (-1193 $) (-1197)) NIL)) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-543 (-1197))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ (-1197)) NIL)) (-4269 (((-543 (-1197)) $) NIL) (((-783) $ (-1197)) NIL) (((-656 (-783)) $ (-656 (-1197))) NIL)) (-1504 (($ (-1 (-543 (-1197)) (-543 (-1197))) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-1706 (((-3 (-1197) "failed") $) 19)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) NIL) (((-701 |#1|) (-1288 $)) NIL)) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-4185 (((-1179) $) NIL)) (-4383 (((-3 (-656 $) "failed") $) NIL)) (-2453 (((-3 (-656 $) "failed") $) NIL)) (-2344 (((-3 (-2 (|:| |var| (-1197)) (|:| -3744 (-783))) "failed") $) NIL)) (-1488 (($ $ (-1197)) 29 (|has| |#1| (-38 (-419 (-576)))))) (-3117 (((-1141) $) NIL)) (-1677 (((-112) $) NIL)) (-1684 ((|#1| $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-464)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-1452 (((-430 $) $) NIL (|has| |#1| (-928)))) (-1943 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-2143 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-1197) |#1|) NIL) (($ $ (-656 (-1197)) (-656 |#1|)) NIL) (($ $ (-1197) $) NIL) (($ $ (-656 (-1197)) (-656 $)) NIL)) (-3053 (($ $ (-1197)) NIL (|has| |#1| (-174)))) (-4107 (($ $ (-656 (-1197)) (-656 (-783))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197))) NIL) (($ $ (-1197)) NIL)) (-2786 (((-543 (-1197)) $) NIL) (((-783) $ (-1197)) NIL) (((-656 (-783)) $ (-656 (-1197))) NIL)) (-1554 (((-907 (-390)) $) NIL (-12 (|has| (-1197) (-626 (-907 (-390)))) (|has| |#1| (-626 (-907 (-390)))))) (((-907 (-576)) $) NIL (-12 (|has| (-1197) (-626 (-907 (-576)))) (|has| |#1| (-626 (-907 (-576)))))) (((-548) $) NIL (-12 (|has| (-1197) (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-3929 ((|#1| $) NIL (|has| |#1| (-464))) (($ $ (-1197)) NIL (|has| |#1| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-928))))) (-4114 (((-876) $) 25) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-1197)) 27) (($ (-419 (-576))) NIL (-3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576)))))) (($ $) NIL (|has| |#1| (-568)))) (-1923 (((-656 |#1|) $) NIL)) (-1341 ((|#1| $ (-543 (-1197))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#1| (-928))) (|has| |#1| (-146))))) (-2864 (((-783)) NIL T CONST)) (-3365 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-656 (-1197)) (-656 (-783))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197))) NIL) (($ $ (-1197)) NIL)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-971 |#1|) (-13 (-968 |#1| (-543 (-1197)) (-1197)) (-10 -8 (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -1488 ($ $ (-1197))) |%noBranch|))) (-1070)) (T -971))
+((-1488 (*1 *1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-971 *3)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)))))
+(-13 (-968 |#1| (-543 (-1197)) (-1197)) (-10 -8 (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -1488 ($ $ (-1197))) |%noBranch|)))
+((-2492 (((-2 (|:| -3744 (-783)) (|:| -2862 |#5|) (|:| |radicand| |#5|)) |#3| (-783)) 49)) (-1808 (((-2 (|:| -3744 (-783)) (|:| -2862 |#5|) (|:| |radicand| |#5|)) (-419 (-576)) (-783)) 44)) (-1385 (((-2 (|:| -3744 (-783)) (|:| -2862 |#4|) (|:| |radicand| (-656 |#4|))) |#4| (-783)) 65)) (-2542 (((-2 (|:| -3744 (-783)) (|:| -2862 |#5|) (|:| |radicand| |#5|)) |#5| (-783)) 74 (|has| |#3| (-464)))))
+(((-972 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2492 ((-2 (|:| -3744 (-783)) (|:| -2862 |#5|) (|:| |radicand| |#5|)) |#3| (-783))) (-15 -1808 ((-2 (|:| -3744 (-783)) (|:| -2862 |#5|) (|:| |radicand| |#5|)) (-419 (-576)) (-783))) (IF (|has| |#3| (-464)) (-15 -2542 ((-2 (|:| -3744 (-783)) (|:| -2862 |#5|) (|:| |radicand| |#5|)) |#5| (-783))) |%noBranch|) (-15 -1385 ((-2 (|:| -3744 (-783)) (|:| -2862 |#4|) (|:| |radicand| (-656 |#4|))) |#4| (-783)))) (-805) (-862) (-568) (-968 |#3| |#1| |#2|) (-13 (-374) (-10 -8 (-15 -4114 ($ |#4|)) (-15 -2687 (|#4| $)) (-15 -2698 (|#4| $))))) (T -972))
+((-1385 (*1 *2 *3 *4) (-12 (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-568)) (-4 *3 (-968 *7 *5 *6)) (-5 *2 (-2 (|:| -3744 (-783)) (|:| -2862 *3) (|:| |radicand| (-656 *3)))) (-5 *1 (-972 *5 *6 *7 *3 *8)) (-5 *4 (-783)) (-4 *8 (-13 (-374) (-10 -8 (-15 -4114 ($ *3)) (-15 -2687 (*3 $)) (-15 -2698 (*3 $))))))) (-2542 (*1 *2 *3 *4) (-12 (-4 *7 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-568)) (-4 *8 (-968 *7 *5 *6)) (-5 *2 (-2 (|:| -3744 (-783)) (|:| -2862 *3) (|:| |radicand| *3))) (-5 *1 (-972 *5 *6 *7 *8 *3)) (-5 *4 (-783)) (-4 *3 (-13 (-374) (-10 -8 (-15 -4114 ($ *8)) (-15 -2687 (*8 $)) (-15 -2698 (*8 $))))))) (-1808 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-576))) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-568)) (-4 *8 (-968 *7 *5 *6)) (-5 *2 (-2 (|:| -3744 (-783)) (|:| -2862 *9) (|:| |radicand| *9))) (-5 *1 (-972 *5 *6 *7 *8 *9)) (-5 *4 (-783)) (-4 *9 (-13 (-374) (-10 -8 (-15 -4114 ($ *8)) (-15 -2687 (*8 $)) (-15 -2698 (*8 $))))))) (-2492 (*1 *2 *3 *4) (-12 (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-568)) (-4 *7 (-968 *3 *5 *6)) (-5 *2 (-2 (|:| -3744 (-783)) (|:| -2862 *8) (|:| |radicand| *8))) (-5 *1 (-972 *5 *6 *3 *7 *8)) (-5 *4 (-783)) (-4 *8 (-13 (-374) (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $)) (-15 -2698 (*7 $))))))))
+(-10 -7 (-15 -2492 ((-2 (|:| -3744 (-783)) (|:| -2862 |#5|) (|:| |radicand| |#5|)) |#3| (-783))) (-15 -1808 ((-2 (|:| -3744 (-783)) (|:| -2862 |#5|) (|:| |radicand| |#5|)) (-419 (-576)) (-783))) (IF (|has| |#3| (-464)) (-15 -2542 ((-2 (|:| -3744 (-783)) (|:| -2862 |#5|) (|:| |radicand| |#5|)) |#5| (-783))) |%noBranch|) (-15 -1385 ((-2 (|:| -3744 (-783)) (|:| -2862 |#4|) (|:| |radicand| (-656 |#4|))) |#4| (-783))))
+((-1955 (((-112) $ $) NIL)) (-4228 (($ (-1141)) 8)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 15) (((-1141) $) 12)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 11)))
+(((-973) (-13 (-1121) (-625 (-1141)) (-10 -8 (-15 -4228 ($ (-1141)))))) (T -973))
+((-4228 (*1 *1 *2) (-12 (-5 *2 (-1141)) (-5 *1 (-973)))))
+(-13 (-1121) (-625 (-1141)) (-10 -8 (-15 -4228 ($ (-1141)))))
+((-3754 (((-1115 (-227)) $) 8)) (-3741 (((-1115 (-227)) $) 9)) (-2482 (((-656 (-656 (-962 (-227)))) $) 10)) (-4114 (((-876) $) 6)))
+(((-974) (-141)) (T -974))
+((-2482 (*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-656 (-656 (-962 (-227))))))) (-3741 (*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-1115 (-227))))) (-3754 (*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-1115 (-227))))))
+(-13 (-625 (-876)) (-10 -8 (-15 -2482 ((-656 (-656 (-962 (-227)))) $)) (-15 -3741 ((-1115 (-227)) $)) (-15 -3754 ((-1115 (-227)) $))))
+(((-625 (-876)) . T))
+((-3866 (((-3 (-701 |#1|) "failed") |#2| (-940)) 18)))
+(((-975 |#1| |#2|) (-10 -7 (-15 -3866 ((-3 (-701 |#1|) "failed") |#2| (-940)))) (-568) (-668 |#1|)) (T -975))
+((-3866 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-940)) (-4 *5 (-568)) (-5 *2 (-701 *5)) (-5 *1 (-975 *5 *3)) (-4 *3 (-668 *5)))))
+(-10 -7 (-15 -3866 ((-3 (-701 |#1|) "failed") |#2| (-940))))
+((-3958 (((-977 |#2|) (-1 |#2| |#1| |#2|) (-977 |#1|) |#2|) 16)) (-2722 ((|#2| (-1 |#2| |#1| |#2|) (-977 |#1|) |#2|) 18)) (-2423 (((-977 |#2|) (-1 |#2| |#1|) (-977 |#1|)) 13)))
+(((-976 |#1| |#2|) (-10 -7 (-15 -3958 ((-977 |#2|) (-1 |#2| |#1| |#2|) (-977 |#1|) |#2|)) (-15 -2722 (|#2| (-1 |#2| |#1| |#2|) (-977 |#1|) |#2|)) (-15 -2423 ((-977 |#2|) (-1 |#2| |#1|) (-977 |#1|)))) (-1238) (-1238)) (T -976))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-977 *5)) (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-977 *6)) (-5 *1 (-976 *5 *6)))) (-2722 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-977 *5)) (-4 *5 (-1238)) (-4 *2 (-1238)) (-5 *1 (-976 *5 *2)))) (-3958 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-977 *6)) (-4 *6 (-1238)) (-4 *5 (-1238)) (-5 *2 (-977 *5)) (-5 *1 (-976 *6 *5)))))
+(-10 -7 (-15 -3958 ((-977 |#2|) (-1 |#2| |#1| |#2|) (-977 |#1|) |#2|)) (-15 -2722 (|#2| (-1 |#2| |#1| |#2|) (-977 |#1|) |#2|)) (-15 -2423 ((-977 |#2|) (-1 |#2| |#1|) (-977 |#1|))))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-2033 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-862)))) (-2218 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4465))) (($ $) NIL (-12 (|has| $ (-6 -4465)) (|has| |#1| (-862))))) (-2380 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-862)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 ((|#1| $ (-576) |#1|) 19 (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) NIL (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-1370 (($ $) NIL (|has| $ (-6 -4465)))) (-4204 (($ $) NIL)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2824 (($ |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4464)))) (-1908 ((|#1| $ (-576) |#1|) 18 (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) 16)) (-3539 (((-576) (-1 (-112) |#1|) $) NIL) (((-576) |#1| $) NIL (|has| |#1| (-1121))) (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1121)))) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-1988 (($ (-783) |#1|) 15)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) 11 (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| |#1| (-862)))) (-3181 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-862)))) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3386 (($ |#1| $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-1753 ((|#1| $) NIL (|has| (-576) (-862)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3140 (($ $ |#1|) 20 (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) 12)) (-4369 ((|#1| $ (-576) |#1|) NIL) ((|#1| $ (-576)) 17) (($ $ (-1255 (-576))) NIL)) (-2335 (($ $ (-576)) NIL) (($ $ (-1255 (-576))) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3796 (($ $ $ (-576)) NIL (|has| $ (-6 -4465)))) (-4287 (($ $) 21)) (-1554 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 14)) (-2767 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-656 $)) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3985 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3962 (((-112) $ $) NIL (|has| |#1| (-862)))) (-1968 (((-783) $) 8 (|has| $ (-6 -4464)))))
+(((-977 |#1|) (-19 |#1|) (-1238)) (T -977))
NIL
(-19 |#1|)
-((-3432 (($ $ (-1111 $)) 7) (($ $ (-1195)) 6)))
-(((-976) (-141)) (T -976))
-((-3432 (*1 *1 *1 *2) (-12 (-5 *2 (-1111 *1)) (-4 *1 (-976)))) (-3432 (*1 *1 *1 *2) (-12 (-4 *1 (-976)) (-5 *2 (-1195)))))
-(-13 (-10 -8 (-15 -3432 ($ $ (-1195))) (-15 -3432 ($ $ (-1111 $)))))
-((-4161 (((-2 (|:| -1713 (-656 (-576))) (|:| |poly| (-656 (-1191 |#1|))) (|:| |prim| (-1191 |#1|))) (-656 (-969 |#1|)) (-656 (-1195)) (-1195)) 26) (((-2 (|:| -1713 (-656 (-576))) (|:| |poly| (-656 (-1191 |#1|))) (|:| |prim| (-1191 |#1|))) (-656 (-969 |#1|)) (-656 (-1195))) 27) (((-2 (|:| |coef1| (-576)) (|:| |coef2| (-576)) (|:| |prim| (-1191 |#1|))) (-969 |#1|) (-1195) (-969 |#1|) (-1195)) 49)))
-(((-977 |#1|) (-10 -7 (-15 -4161 ((-2 (|:| |coef1| (-576)) (|:| |coef2| (-576)) (|:| |prim| (-1191 |#1|))) (-969 |#1|) (-1195) (-969 |#1|) (-1195))) (-15 -4161 ((-2 (|:| -1713 (-656 (-576))) (|:| |poly| (-656 (-1191 |#1|))) (|:| |prim| (-1191 |#1|))) (-656 (-969 |#1|)) (-656 (-1195)))) (-15 -4161 ((-2 (|:| -1713 (-656 (-576))) (|:| |poly| (-656 (-1191 |#1|))) (|:| |prim| (-1191 |#1|))) (-656 (-969 |#1|)) (-656 (-1195)) (-1195)))) (-13 (-374) (-148))) (T -977))
-((-4161 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 (-969 *6))) (-5 *4 (-656 (-1195))) (-5 *5 (-1195)) (-4 *6 (-13 (-374) (-148))) (-5 *2 (-2 (|:| -1713 (-656 (-576))) (|:| |poly| (-656 (-1191 *6))) (|:| |prim| (-1191 *6)))) (-5 *1 (-977 *6)))) (-4161 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-656 (-1195))) (-4 *5 (-13 (-374) (-148))) (-5 *2 (-2 (|:| -1713 (-656 (-576))) (|:| |poly| (-656 (-1191 *5))) (|:| |prim| (-1191 *5)))) (-5 *1 (-977 *5)))) (-4161 (*1 *2 *3 *4 *3 *4) (-12 (-5 *3 (-969 *5)) (-5 *4 (-1195)) (-4 *5 (-13 (-374) (-148))) (-5 *2 (-2 (|:| |coef1| (-576)) (|:| |coef2| (-576)) (|:| |prim| (-1191 *5)))) (-5 *1 (-977 *5)))))
-(-10 -7 (-15 -4161 ((-2 (|:| |coef1| (-576)) (|:| |coef2| (-576)) (|:| |prim| (-1191 |#1|))) (-969 |#1|) (-1195) (-969 |#1|) (-1195))) (-15 -4161 ((-2 (|:| -1713 (-656 (-576))) (|:| |poly| (-656 (-1191 |#1|))) (|:| |prim| (-1191 |#1|))) (-656 (-969 |#1|)) (-656 (-1195)))) (-15 -4161 ((-2 (|:| -1713 (-656 (-576))) (|:| |poly| (-656 (-1191 |#1|))) (|:| |prim| (-1191 |#1|))) (-656 (-969 |#1|)) (-656 (-1195)) (-1195))))
-((-4313 (((-656 |#1|) |#1| |#1|) 47)) (-4283 (((-112) |#1|) 44)) (-2892 ((|#1| |#1|) 79)) (-4202 ((|#1| |#1|) 78)))
-(((-978 |#1|) (-10 -7 (-15 -4283 ((-112) |#1|)) (-15 -4202 (|#1| |#1|)) (-15 -2892 (|#1| |#1|)) (-15 -4313 ((-656 |#1|) |#1| |#1|))) (-557)) (T -978))
-((-4313 (*1 *2 *3 *3) (-12 (-5 *2 (-656 *3)) (-5 *1 (-978 *3)) (-4 *3 (-557)))) (-2892 (*1 *2 *2) (-12 (-5 *1 (-978 *2)) (-4 *2 (-557)))) (-4202 (*1 *2 *2) (-12 (-5 *1 (-978 *2)) (-4 *2 (-557)))) (-4283 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-978 *3)) (-4 *3 (-557)))))
-(-10 -7 (-15 -4283 ((-112) |#1|)) (-15 -4202 (|#1| |#1|)) (-15 -2892 (|#1| |#1|)) (-15 -4313 ((-656 |#1|) |#1| |#1|)))
-((-2108 (((-1291) (-874)) 9)))
-(((-979) (-10 -7 (-15 -2108 ((-1291) (-874))))) (T -979))
-((-2108 (*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1291)) (-5 *1 (-979)))))
-(-10 -7 (-15 -2108 ((-1291) (-874))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 78 (|has| |#1| (-568)))) (-4380 (($ $) 79 (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) 34)) (-2857 (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) NIL)) (-2109 (($ $) 31)) (-2251 (((-3 $ "failed") $) 42)) (-2619 (($ $) NIL (|has| |#1| (-464)))) (-2056 (($ $ |#1| |#2| $) 62)) (-3612 (((-112) $) NIL)) (-1935 (((-783) $) 17)) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| |#2|) NIL)) (-2488 ((|#2| $) 24)) (-3492 (($ (-1 |#2| |#2|) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-2076 (($ $) 28)) (-2086 ((|#1| $) 26)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2055 (((-112) $) 51)) (-2065 ((|#1| $) NIL)) (-1886 (($ $ |#2| |#1| $) 90 (-12 (|has| |#2| (-132)) (|has| |#1| (-568))))) (-3473 (((-3 $ "failed") $ $) 91 (|has| |#1| (-568))) (((-3 $ "failed") $ |#1|) 85 (|has| |#1| (-568)))) (-1967 ((|#2| $) 22)) (-2145 ((|#1| $) NIL (|has| |#1| (-464)))) (-3567 (((-874) $) NIL) (($ (-576)) 46) (($ $) NIL (|has| |#1| (-568))) (($ |#1|) 41) (($ (-419 (-576))) NIL (-2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))))) (-1691 (((-656 |#1|) $) NIL)) (-1749 ((|#1| $ |#2|) 37)) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) 15 T CONST)) (-2217 (($ $ $ (-783)) 74 (|has| |#1| (-174)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) 84 (|has| |#1| (-568)))) (-2716 (($) 27 T CONST)) (-2727 (($) 12 T CONST)) (-2921 (((-112) $ $) 83)) (-3054 (($ $ |#1|) 92 (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) 69) (($ $ (-783)) 67)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 66) (($ $ |#1|) 64) (($ |#1| $) 63) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
-(((-980 |#1| |#2|) (-13 (-336 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-568)) (IF (|has| |#2| (-132)) (-15 -1886 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4460)) (-6 -4460) |%noBranch|))) (-1068) (-804)) (T -980))
-((-1886 (*1 *1 *1 *2 *3 *1) (-12 (-5 *1 (-980 *3 *2)) (-4 *2 (-132)) (-4 *3 (-568)) (-4 *3 (-1068)) (-4 *2 (-804)))))
-(-13 (-336 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-568)) (IF (|has| |#2| (-132)) (-15 -1886 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4460)) (-6 -4460) |%noBranch|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL (-2755 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805)))))) (-3848 (($ $ $) 65 (-12 (|has| |#1| (-805)) (|has| |#2| (-805))))) (-4299 (((-3 $ "failed") $ $) 52 (-2755 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805)))))) (-2093 (((-783)) 36 (-12 (|has| |#1| (-379)) (|has| |#2| (-379))))) (-2681 ((|#2| $) 22)) (-3352 ((|#1| $) 21)) (-2135 (($) NIL (-2755 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805)))) CONST)) (-2251 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738)))))) (-1834 (($) NIL (-12 (|has| |#1| (-379)) (|has| |#2| (-379))))) (-3612 (((-112) $) NIL (-2755 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738)))))) (-3123 (($ $ $) NIL (-2755 (-12 (|has| |#1| (-805)) (|has| |#2| (-805))) (-12 (|has| |#1| (-862)) (|has| |#2| (-862)))))) (-2352 (($ $ $) NIL (-2755 (-12 (|has| |#1| (-805)) (|has| |#2| (-805))) (-12 (|has| |#1| (-862)) (|has| |#2| (-862)))))) (-4285 (($ |#1| |#2|) 20)) (-4379 (((-938) $) NIL (-12 (|has| |#1| (-379)) (|has| |#2| (-379))))) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 39 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))))) (-3222 (($ (-938)) NIL (-12 (|has| |#1| (-379)) (|has| |#2| (-379))))) (-1448 (((-1139) $) NIL)) (-2949 (($ $ $) NIL (-12 (|has| |#1| (-485)) (|has| |#2| (-485))))) (-3636 (($ $ $) NIL (-12 (|has| |#1| (-485)) (|has| |#2| (-485))))) (-3567 (((-874) $) 14)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 42 (-2755 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805)))) CONST)) (-2727 (($) 25 (-2755 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738)))) CONST)) (-2989 (((-112) $ $) NIL (-2755 (-12 (|has| |#1| (-805)) (|has| |#2| (-805))) (-12 (|has| |#1| (-862)) (|has| |#2| (-862)))))) (-2960 (((-112) $ $) NIL (-2755 (-12 (|has| |#1| (-805)) (|has| |#2| (-805))) (-12 (|has| |#1| (-862)) (|has| |#2| (-862)))))) (-2921 (((-112) $ $) 19)) (-2975 (((-112) $ $) NIL (-2755 (-12 (|has| |#1| (-805)) (|has| |#2| (-805))) (-12 (|has| |#1| (-862)) (|has| |#2| (-862)))))) (-2946 (((-112) $ $) 69 (-2755 (-12 (|has| |#1| (-805)) (|has| |#2| (-805))) (-12 (|has| |#1| (-862)) (|has| |#2| (-862)))))) (-3054 (($ $ $) NIL (-12 (|has| |#1| (-485)) (|has| |#2| (-485))))) (-3041 (($ $ $) 58 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ $) 55 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))))) (-3027 (($ $ $) 45 (-2755 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805)))))) (** (($ $ (-576)) NIL (-12 (|has| |#1| (-485)) (|has| |#2| (-485)))) (($ $ (-783)) 32 (-2755 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738))))) (($ $ (-938)) NIL (-2755 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738)))))) (* (($ (-576) $) 62 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ (-783) $) 48 (-2755 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805))))) (($ (-938) $) NIL (-2755 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805))))) (($ $ $) 28 (-2755 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738)))))))
-(((-981 |#1| |#2|) (-13 (-1119) (-10 -8 (IF (|has| |#1| (-379)) (IF (|has| |#2| (-379)) (-6 (-379)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-738)) (IF (|has| |#2| (-738)) (-6 (-738)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-132)) (IF (|has| |#2| (-132)) (-6 (-132)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-485)) (IF (|has| |#2| (-485)) (-6 (-485)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-805)) (IF (|has| |#2| (-805)) (-6 (-805)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-862)) (IF (|has| |#2| (-862)) (-6 (-862)) |%noBranch|) |%noBranch|) (-15 -4285 ($ |#1| |#2|)) (-15 -3352 (|#1| $)) (-15 -2681 (|#2| $)))) (-1119) (-1119)) (T -981))
-((-4285 (*1 *1 *2 *3) (-12 (-5 *1 (-981 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119)))) (-3352 (*1 *2 *1) (-12 (-4 *2 (-1119)) (-5 *1 (-981 *2 *3)) (-4 *3 (-1119)))) (-2681 (*1 *2 *1) (-12 (-4 *2 (-1119)) (-5 *1 (-981 *3 *2)) (-4 *3 (-1119)))))
-(-13 (-1119) (-10 -8 (IF (|has| |#1| (-379)) (IF (|has| |#2| (-379)) (-6 (-379)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-738)) (IF (|has| |#2| (-738)) (-6 (-738)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-132)) (IF (|has| |#2| (-132)) (-6 (-132)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-485)) (IF (|has| |#2| (-485)) (-6 (-485)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-805)) (IF (|has| |#2| (-805)) (-6 (-805)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-862)) (IF (|has| |#2| (-862)) (-6 (-862)) |%noBranch|) |%noBranch|) (-15 -4285 ($ |#1| |#2|)) (-15 -3352 (|#1| $)) (-15 -2681 (|#2| $))))
-((-3103 (((-1123) $) 12)) (-1505 (($ (-518) (-1123)) 14)) (-2624 (((-518) $) 9)) (-3567 (((-874) $) 24)))
-(((-982) (-13 (-625 (-874)) (-10 -8 (-15 -2624 ((-518) $)) (-15 -3103 ((-1123) $)) (-15 -1505 ($ (-518) (-1123)))))) (T -982))
-((-2624 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-982)))) (-3103 (*1 *2 *1) (-12 (-5 *2 (-1123)) (-5 *1 (-982)))) (-1505 (*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-1123)) (-5 *1 (-982)))))
-(-13 (-625 (-874)) (-10 -8 (-15 -2624 ((-518) $)) (-15 -3103 ((-1123) $)) (-15 -1505 ($ (-518) (-1123)))))
-((-3486 (((-112) $ $) NIL)) (-2137 (($) NIL T CONST)) (-2680 (($ $ $) 30)) (-2658 (($ $) 24)) (-3881 (((-1177) $) NIL)) (-2916 (((-703 (-885 $ $)) $) 55)) (-1419 (((-703 $) $) 45)) (-2693 (((-703 (-885 $ $)) $) 56)) (-3774 (((-703 (-885 $ $)) $) 57)) (-2500 (((-703 |#1|) $) 36)) (-4399 (((-703 (-885 $ $)) $) 54)) (-3301 (($ $ $) 31)) (-1448 (((-1139) $) NIL)) (-3507 (($) NIL T CONST)) (-1521 (($ $ $) 32)) (-4199 (($ $ $) 29)) (-2277 (($ $ $) 27)) (-3567 (((-874) $) 59) (($ |#1|) 12)) (-1540 (((-112) $ $) NIL)) (-2669 (($ $ $) 28)) (-2921 (((-112) $ $) NIL)))
-(((-983 |#1|) (-13 (-986) (-628 |#1|) (-10 -8 (-15 -2500 ((-703 |#1|) $)) (-15 -1419 ((-703 $) $)) (-15 -4399 ((-703 (-885 $ $)) $)) (-15 -2916 ((-703 (-885 $ $)) $)) (-15 -2693 ((-703 (-885 $ $)) $)) (-15 -3774 ((-703 (-885 $ $)) $)) (-15 -2277 ($ $ $)) (-15 -4199 ($ $ $)))) (-1119)) (T -983))
-((-2500 (*1 *2 *1) (-12 (-5 *2 (-703 *3)) (-5 *1 (-983 *3)) (-4 *3 (-1119)))) (-1419 (*1 *2 *1) (-12 (-5 *2 (-703 (-983 *3))) (-5 *1 (-983 *3)) (-4 *3 (-1119)))) (-4399 (*1 *2 *1) (-12 (-5 *2 (-703 (-885 (-983 *3) (-983 *3)))) (-5 *1 (-983 *3)) (-4 *3 (-1119)))) (-2916 (*1 *2 *1) (-12 (-5 *2 (-703 (-885 (-983 *3) (-983 *3)))) (-5 *1 (-983 *3)) (-4 *3 (-1119)))) (-2693 (*1 *2 *1) (-12 (-5 *2 (-703 (-885 (-983 *3) (-983 *3)))) (-5 *1 (-983 *3)) (-4 *3 (-1119)))) (-3774 (*1 *2 *1) (-12 (-5 *2 (-703 (-885 (-983 *3) (-983 *3)))) (-5 *1 (-983 *3)) (-4 *3 (-1119)))) (-2277 (*1 *1 *1 *1) (-12 (-5 *1 (-983 *2)) (-4 *2 (-1119)))) (-4199 (*1 *1 *1 *1) (-12 (-5 *1 (-983 *2)) (-4 *2 (-1119)))))
-(-13 (-986) (-628 |#1|) (-10 -8 (-15 -2500 ((-703 |#1|) $)) (-15 -1419 ((-703 $) $)) (-15 -4399 ((-703 (-885 $ $)) $)) (-15 -2916 ((-703 (-885 $ $)) $)) (-15 -2693 ((-703 (-885 $ $)) $)) (-15 -3774 ((-703 (-885 $ $)) $)) (-15 -2277 ($ $ $)) (-15 -4199 ($ $ $))))
-((-3241 (((-983 |#1|) (-983 |#1|)) 46)) (-3614 (((-983 |#1|) (-983 |#1|)) 22)) (-3085 (((-1121 |#1|) (-983 |#1|)) 41)))
-(((-984 |#1|) (-13 (-1236) (-10 -7 (-15 -3614 ((-983 |#1|) (-983 |#1|))) (-15 -3085 ((-1121 |#1|) (-983 |#1|))) (-15 -3241 ((-983 |#1|) (-983 |#1|))))) (-1119)) (T -984))
-((-3614 (*1 *2 *2) (-12 (-5 *2 (-983 *3)) (-4 *3 (-1119)) (-5 *1 (-984 *3)))) (-3085 (*1 *2 *3) (-12 (-5 *3 (-983 *4)) (-4 *4 (-1119)) (-5 *2 (-1121 *4)) (-5 *1 (-984 *4)))) (-3241 (*1 *2 *2) (-12 (-5 *2 (-983 *3)) (-4 *3 (-1119)) (-5 *1 (-984 *3)))))
-(-13 (-1236) (-10 -7 (-15 -3614 ((-983 |#1|) (-983 |#1|))) (-15 -3085 ((-1121 |#1|) (-983 |#1|))) (-15 -3241 ((-983 |#1|) (-983 |#1|)))))
-((-4114 (((-983 |#2|) (-1 |#2| |#1|) (-983 |#1|)) 29)))
-(((-985 |#1| |#2|) (-13 (-1236) (-10 -7 (-15 -4114 ((-983 |#2|) (-1 |#2| |#1|) (-983 |#1|))))) (-1119) (-1119)) (T -985))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-983 *5)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-5 *2 (-983 *6)) (-5 *1 (-985 *5 *6)))))
-(-13 (-1236) (-10 -7 (-15 -4114 ((-983 |#2|) (-1 |#2| |#1|) (-983 |#1|)))))
-((-3486 (((-112) $ $) 16)) (-2137 (($) 14 T CONST)) (-2680 (($ $ $) 6)) (-2658 (($ $) 8)) (-3881 (((-1177) $) 19)) (-3301 (($ $ $) 12)) (-1448 (((-1139) $) 18)) (-3507 (($) 13 T CONST)) (-1521 (($ $ $) 11)) (-3567 (((-874) $) 17)) (-1540 (((-112) $ $) 20)) (-2669 (($ $ $) 7)) (-2921 (((-112) $ $) 15)))
-(((-986) (-141)) (T -986))
-((-2137 (*1 *1) (-4 *1 (-986))) (-3507 (*1 *1) (-4 *1 (-986))) (-3301 (*1 *1 *1 *1) (-4 *1 (-986))) (-1521 (*1 *1 *1 *1) (-4 *1 (-986))))
-(-13 (-113) (-1119) (-10 -8 (-15 -2137 ($) -1478) (-15 -3507 ($) -1478) (-15 -3301 ($ $ $)) (-15 -1521 ($ $ $))))
-(((-102) . T) ((-113) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3733 (((-112) $ (-783)) 8)) (-2135 (($) 7 T CONST)) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) 9)) (-2864 (($ $ $) 44)) (-1872 (($ $ $) 45)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-2352 ((|#1| $) 46)) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-4219 ((|#1| $) 40)) (-2767 (($ |#1| $) 41)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-4436 ((|#1| $) 42)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2847 (($ (-656 |#1|)) 43)) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-987 |#1|) (-141) (-862)) (T -987))
-((-2352 (*1 *2 *1) (-12 (-4 *1 (-987 *2)) (-4 *2 (-862)))) (-1872 (*1 *1 *1 *1) (-12 (-4 *1 (-987 *2)) (-4 *2 (-862)))) (-2864 (*1 *1 *1 *1) (-12 (-4 *1 (-987 *2)) (-4 *2 (-862)))))
-(-13 (-107 |t#1|) (-10 -8 (-6 -4462) (-15 -2352 (|t#1| $)) (-15 -1872 ($ $ $)) (-15 -2864 ($ $ $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1119) |has| |#1| (-1119)) ((-1236) . T))
-((-2587 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3495 |#2|)) |#2| |#2|) 105)) (-3615 ((|#2| |#2| |#2|) 103)) (-1664 (((-2 (|:| |coef2| |#2|) (|:| -3495 |#2|)) |#2| |#2|) 107)) (-1910 (((-2 (|:| |coef1| |#2|) (|:| -3495 |#2|)) |#2| |#2|) 109)) (-4088 (((-2 (|:| |coef2| |#2|) (|:| -1456 |#1|)) |#2| |#2|) 131 (|has| |#1| (-464)))) (-4272 (((-2 (|:| |coef2| |#2|) (|:| -1990 |#1|)) |#2| |#2|) 56)) (-3010 (((-2 (|:| |coef2| |#2|) (|:| -1990 |#1|)) |#2| |#2|) 80)) (-4211 (((-2 (|:| |coef1| |#2|) (|:| -1990 |#1|)) |#2| |#2|) 82)) (-1768 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 96)) (-3735 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783)) 89)) (-3120 (((-2 (|:| |coef2| |#2|) (|:| -2491 |#1|)) |#2|) 121)) (-4236 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783)) 92)) (-4071 (((-656 (-783)) |#2| |#2|) 102)) (-3412 ((|#1| |#2| |#2|) 50)) (-2281 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1456 |#1|)) |#2| |#2|) 129 (|has| |#1| (-464)))) (-1456 ((|#1| |#2| |#2|) 127 (|has| |#1| (-464)))) (-3460 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1990 |#1|)) |#2| |#2|) 54)) (-2553 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1990 |#1|)) |#2| |#2|) 79)) (-1990 ((|#1| |#2| |#2|) 76)) (-4279 (((-2 (|:| -1713 |#1|) (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2|) 41)) (-2321 ((|#2| |#2| |#2| |#2| |#1|) 67)) (-4415 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 94)) (-2502 ((|#2| |#2| |#2|) 93)) (-1698 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783)) 87)) (-3185 ((|#2| |#2| |#2| (-783)) 85)) (-3495 ((|#2| |#2| |#2|) 135 (|has| |#1| (-464)))) (-3473 (((-1286 |#2|) (-1286 |#2|) |#1|) 22)) (-3710 (((-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2|) 46)) (-1536 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2491 |#1|)) |#2|) 119)) (-2491 ((|#1| |#2|) 116)) (-1438 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783)) 91)) (-4210 ((|#2| |#2| |#2| (-783)) 90)) (-4426 (((-656 |#2|) |#2| |#2|) 99)) (-3132 ((|#2| |#2| |#1| |#1| (-783)) 62)) (-1373 ((|#1| |#1| |#1| (-783)) 61)) (* (((-1286 |#2|) |#1| (-1286 |#2|)) 17)))
-(((-988 |#1| |#2|) (-10 -7 (-15 -1990 (|#1| |#2| |#2|)) (-15 -2553 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1990 |#1|)) |#2| |#2|)) (-15 -3010 ((-2 (|:| |coef2| |#2|) (|:| -1990 |#1|)) |#2| |#2|)) (-15 -4211 ((-2 (|:| |coef1| |#2|) (|:| -1990 |#1|)) |#2| |#2|)) (-15 -3185 (|#2| |#2| |#2| (-783))) (-15 -1698 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783))) (-15 -3735 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783))) (-15 -4210 (|#2| |#2| |#2| (-783))) (-15 -1438 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783))) (-15 -4236 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783))) (-15 -2502 (|#2| |#2| |#2|)) (-15 -4415 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -1768 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3615 (|#2| |#2| |#2|)) (-15 -2587 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3495 |#2|)) |#2| |#2|)) (-15 -1664 ((-2 (|:| |coef2| |#2|) (|:| -3495 |#2|)) |#2| |#2|)) (-15 -1910 ((-2 (|:| |coef1| |#2|) (|:| -3495 |#2|)) |#2| |#2|)) (-15 -2491 (|#1| |#2|)) (-15 -1536 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2491 |#1|)) |#2|)) (-15 -3120 ((-2 (|:| |coef2| |#2|) (|:| -2491 |#1|)) |#2|)) (-15 -4426 ((-656 |#2|) |#2| |#2|)) (-15 -4071 ((-656 (-783)) |#2| |#2|)) (IF (|has| |#1| (-464)) (PROGN (-15 -1456 (|#1| |#2| |#2|)) (-15 -2281 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1456 |#1|)) |#2| |#2|)) (-15 -4088 ((-2 (|:| |coef2| |#2|) (|:| -1456 |#1|)) |#2| |#2|)) (-15 -3495 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1286 |#2|) |#1| (-1286 |#2|))) (-15 -3473 ((-1286 |#2|) (-1286 |#2|) |#1|)) (-15 -4279 ((-2 (|:| -1713 |#1|) (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2|)) (-15 -3710 ((-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2|)) (-15 -1373 (|#1| |#1| |#1| (-783))) (-15 -3132 (|#2| |#2| |#1| |#1| (-783))) (-15 -2321 (|#2| |#2| |#2| |#2| |#1|)) (-15 -3412 (|#1| |#2| |#2|)) (-15 -3460 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1990 |#1|)) |#2| |#2|)) (-15 -4272 ((-2 (|:| |coef2| |#2|) (|:| -1990 |#1|)) |#2| |#2|))) (-568) (-1262 |#1|)) (T -988))
-((-4272 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1990 *4))) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-3460 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1990 *4))) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-3412 (*1 *2 *3 *3) (-12 (-4 *2 (-568)) (-5 *1 (-988 *2 *3)) (-4 *3 (-1262 *2)))) (-2321 (*1 *2 *2 *2 *2 *3) (-12 (-4 *3 (-568)) (-5 *1 (-988 *3 *2)) (-4 *2 (-1262 *3)))) (-3132 (*1 *2 *2 *3 *3 *4) (-12 (-5 *4 (-783)) (-4 *3 (-568)) (-5 *1 (-988 *3 *2)) (-4 *2 (-1262 *3)))) (-1373 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-783)) (-4 *2 (-568)) (-5 *1 (-988 *2 *4)) (-4 *4 (-1262 *2)))) (-3710 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3))) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-4279 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| -1713 *4) (|:| -3244 *3) (|:| -3477 *3))) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-3473 (*1 *2 *2 *3) (-12 (-5 *2 (-1286 *4)) (-4 *4 (-1262 *3)) (-4 *3 (-568)) (-5 *1 (-988 *3 *4)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1286 *4)) (-4 *4 (-1262 *3)) (-4 *3 (-568)) (-5 *1 (-988 *3 *4)))) (-3495 (*1 *2 *2 *2) (-12 (-4 *3 (-464)) (-4 *3 (-568)) (-5 *1 (-988 *3 *2)) (-4 *2 (-1262 *3)))) (-4088 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1456 *4))) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-2281 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1456 *4))) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-1456 (*1 *2 *3 *3) (-12 (-4 *2 (-568)) (-4 *2 (-464)) (-5 *1 (-988 *2 *3)) (-4 *3 (-1262 *2)))) (-4071 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-656 (-783))) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-4426 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-656 *3)) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-3120 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2491 *4))) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-1536 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2491 *4))) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-2491 (*1 *2 *3) (-12 (-4 *2 (-568)) (-5 *1 (-988 *2 *3)) (-4 *3 (-1262 *2)))) (-1910 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3495 *3))) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-1664 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3495 *3))) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-2587 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3495 *3))) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-3615 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-988 *3 *2)) (-4 *2 (-1262 *3)))) (-1768 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-4415 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-2502 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-988 *3 *2)) (-4 *2 (-1262 *3)))) (-4236 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-783)) (-4 *5 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-988 *5 *3)) (-4 *3 (-1262 *5)))) (-1438 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-783)) (-4 *5 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-988 *5 *3)) (-4 *3 (-1262 *5)))) (-4210 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-783)) (-4 *4 (-568)) (-5 *1 (-988 *4 *2)) (-4 *2 (-1262 *4)))) (-3735 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-783)) (-4 *5 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-988 *5 *3)) (-4 *3 (-1262 *5)))) (-1698 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-783)) (-4 *5 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-988 *5 *3)) (-4 *3 (-1262 *5)))) (-3185 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-783)) (-4 *4 (-568)) (-5 *1 (-988 *4 *2)) (-4 *2 (-1262 *4)))) (-4211 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -1990 *4))) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-3010 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1990 *4))) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-2553 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1990 *4))) (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))) (-1990 (*1 *2 *3 *3) (-12 (-4 *2 (-568)) (-5 *1 (-988 *2 *3)) (-4 *3 (-1262 *2)))))
-(-10 -7 (-15 -1990 (|#1| |#2| |#2|)) (-15 -2553 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1990 |#1|)) |#2| |#2|)) (-15 -3010 ((-2 (|:| |coef2| |#2|) (|:| -1990 |#1|)) |#2| |#2|)) (-15 -4211 ((-2 (|:| |coef1| |#2|) (|:| -1990 |#1|)) |#2| |#2|)) (-15 -3185 (|#2| |#2| |#2| (-783))) (-15 -1698 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783))) (-15 -3735 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783))) (-15 -4210 (|#2| |#2| |#2| (-783))) (-15 -1438 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783))) (-15 -4236 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783))) (-15 -2502 (|#2| |#2| |#2|)) (-15 -4415 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -1768 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3615 (|#2| |#2| |#2|)) (-15 -2587 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3495 |#2|)) |#2| |#2|)) (-15 -1664 ((-2 (|:| |coef2| |#2|) (|:| -3495 |#2|)) |#2| |#2|)) (-15 -1910 ((-2 (|:| |coef1| |#2|) (|:| -3495 |#2|)) |#2| |#2|)) (-15 -2491 (|#1| |#2|)) (-15 -1536 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2491 |#1|)) |#2|)) (-15 -3120 ((-2 (|:| |coef2| |#2|) (|:| -2491 |#1|)) |#2|)) (-15 -4426 ((-656 |#2|) |#2| |#2|)) (-15 -4071 ((-656 (-783)) |#2| |#2|)) (IF (|has| |#1| (-464)) (PROGN (-15 -1456 (|#1| |#2| |#2|)) (-15 -2281 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1456 |#1|)) |#2| |#2|)) (-15 -4088 ((-2 (|:| |coef2| |#2|) (|:| -1456 |#1|)) |#2| |#2|)) (-15 -3495 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1286 |#2|) |#1| (-1286 |#2|))) (-15 -3473 ((-1286 |#2|) (-1286 |#2|) |#1|)) (-15 -4279 ((-2 (|:| -1713 |#1|) (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2|)) (-15 -3710 ((-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) |#2| |#2|)) (-15 -1373 (|#1| |#1| |#1| (-783))) (-15 -3132 (|#2| |#2| |#1| |#1| (-783))) (-15 -2321 (|#2| |#2| |#2| |#2| |#1|)) (-15 -3412 (|#1| |#2| |#2|)) (-15 -3460 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1990 |#1|)) |#2| |#2|)) (-15 -4272 ((-2 (|:| |coef2| |#2|) (|:| -1990 |#1|)) |#2| |#2|)))
-((-3486 (((-112) $ $) NIL)) (-2981 (((-1235) $) 13)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3119 (((-1154) $) 10)) (-3567 (((-874) $) 20) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-989) (-13 (-1102) (-10 -8 (-15 -3119 ((-1154) $)) (-15 -2981 ((-1235) $))))) (T -989))
-((-3119 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-989)))) (-2981 (*1 *2 *1) (-12 (-5 *2 (-1235)) (-5 *1 (-989)))))
-(-13 (-1102) (-10 -8 (-15 -3119 ((-1154) $)) (-15 -2981 ((-1235) $))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 40)) (-4299 (((-3 $ "failed") $ $) 54)) (-2135 (($) NIL T CONST)) (-3983 (((-656 (-885 (-938) (-938))) $) 67)) (-1621 (((-938) $) 94)) (-3963 (((-656 (-938)) $) 17)) (-1791 (((-1176 $) (-783)) 39)) (-4260 (($ (-656 (-938))) 16)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2949 (($ $) 70)) (-3567 (((-874) $) 90) (((-656 (-938)) $) 11)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 8 T CONST)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 44)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 42)) (-3027 (($ $ $) 46)) (* (($ (-938) $) NIL) (($ (-783) $) 49)) (-3500 (((-783) $) 22)))
-(((-990) (-13 (-807) (-625 (-656 (-938))) (-10 -8 (-15 -4260 ($ (-656 (-938)))) (-15 -3963 ((-656 (-938)) $)) (-15 -3500 ((-783) $)) (-15 -1791 ((-1176 $) (-783))) (-15 -3983 ((-656 (-885 (-938) (-938))) $)) (-15 -1621 ((-938) $)) (-15 -2949 ($ $))))) (T -990))
-((-4260 (*1 *1 *2) (-12 (-5 *2 (-656 (-938))) (-5 *1 (-990)))) (-3963 (*1 *2 *1) (-12 (-5 *2 (-656 (-938))) (-5 *1 (-990)))) (-3500 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-990)))) (-1791 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1176 (-990))) (-5 *1 (-990)))) (-3983 (*1 *2 *1) (-12 (-5 *2 (-656 (-885 (-938) (-938)))) (-5 *1 (-990)))) (-1621 (*1 *2 *1) (-12 (-5 *2 (-938)) (-5 *1 (-990)))) (-2949 (*1 *1 *1) (-5 *1 (-990))))
-(-13 (-807) (-625 (-656 (-938))) (-10 -8 (-15 -4260 ($ (-656 (-938)))) (-15 -3963 ((-656 (-938)) $)) (-15 -3500 ((-783) $)) (-15 -1791 ((-1176 $) (-783))) (-15 -3983 ((-656 (-885 (-938) (-938))) $)) (-15 -1621 ((-938) $)) (-15 -2949 ($ $))))
-((-3054 (($ $ |#2|) 31)) (-3041 (($ $) 23) (($ $ $) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 17) (($ $ $) NIL) (($ $ |#2|) 21) (($ |#2| $) 20) (($ (-419 (-576)) $) 27) (($ $ (-419 (-576))) 29)))
-(((-991 |#1| |#2| |#3| |#4|) (-10 -8 (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 -3054 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-938) |#1|))) (-992 |#2| |#3| |#4|) (-1068) (-804) (-862)) (T -991))
-NIL
-(-10 -8 (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 -3054 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-938) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-1960 (((-656 |#3|) $) 86)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-4380 (($ $) 64 (|has| |#1| (-568)))) (-1657 (((-112) $) 66 (|has| |#1| (-568)))) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2109 (($ $) 72)) (-2251 (((-3 $ "failed") $) 37)) (-2928 (((-112) $) 85)) (-3612 (((-112) $) 35)) (-2544 (((-112) $) 74)) (-1940 (($ |#1| |#2|) 73) (($ $ |#3| |#2|) 88) (($ $ (-656 |#3|) (-656 |#2|)) 87)) (-4114 (($ (-1 |#1| |#1|) $) 75)) (-2076 (($ $) 77)) (-2086 ((|#1| $) 78)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3473 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568)))) (-1967 ((|#2| $) 76)) (-3746 (($ $) 84)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 69 (|has| |#1| (-38 (-419 (-576))))) (($ $) 61 (|has| |#1| (-568))) (($ |#1|) 59 (|has| |#1| (-174)))) (-1749 ((|#1| $ |#2|) 71)) (-2846 (((-3 $ "failed") $) 60 (|has| |#1| (-146)))) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 65 (|has| |#1| (-568)))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#1|) 70 (|has| |#1| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
-(((-992 |#1| |#2| |#3|) (-141) (-1068) (-804) (-862)) (T -992))
-((-2086 (*1 *2 *1) (-12 (-4 *1 (-992 *2 *3 *4)) (-4 *3 (-804)) (-4 *4 (-862)) (-4 *2 (-1068)))) (-2076 (*1 *1 *1) (-12 (-4 *1 (-992 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-804)) (-4 *4 (-862)))) (-1967 (*1 *2 *1) (-12 (-4 *1 (-992 *3 *2 *4)) (-4 *3 (-1068)) (-4 *4 (-862)) (-4 *2 (-804)))) (-1940 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-992 *4 *3 *2)) (-4 *4 (-1068)) (-4 *3 (-804)) (-4 *2 (-862)))) (-1940 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *6)) (-5 *3 (-656 *5)) (-4 *1 (-992 *4 *5 *6)) (-4 *4 (-1068)) (-4 *5 (-804)) (-4 *6 (-862)))) (-1960 (*1 *2 *1) (-12 (-4 *1 (-992 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-804)) (-4 *5 (-862)) (-5 *2 (-656 *5)))) (-2928 (*1 *2 *1) (-12 (-4 *1 (-992 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-804)) (-4 *5 (-862)) (-5 *2 (-112)))) (-3746 (*1 *1 *1) (-12 (-4 *1 (-992 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-804)) (-4 *4 (-862)))))
-(-13 (-47 |t#1| |t#2|) (-10 -8 (-15 -1940 ($ $ |t#3| |t#2|)) (-15 -1940 ($ $ (-656 |t#3|) (-656 |t#2|))) (-15 -2076 ($ $)) (-15 -2086 (|t#1| $)) (-15 -1967 (|t#2| $)) (-15 -1960 ((-656 |t#3|) $)) (-15 -2928 ((-112) $)) (-15 -3746 ($ $))))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) |has| |#1| (-568)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) |has| |#1| (-38 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-628 $) |has| |#1| (-568)) ((-625 (-874)) . T) ((-174) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-300) |has| |#1| (-568)) ((-568) |has| |#1| (-568)) ((-658 #0#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) |has| |#1| (-38 (-419 (-576)))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) |has| |#1| (-568)) ((-729 #0#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) |has| |#1| (-568)) ((-738) . T) ((-1070 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1070 |#1|) . T) ((-1070 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1075 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1075 |#1|) . T) ((-1075 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-4314 (((-1113 (-227)) $) 8)) (-4303 (((-1113 (-227)) $) 9)) (-4291 (((-1113 (-227)) $) 10)) (-2257 (((-656 (-656 (-960 (-227)))) $) 11)) (-3567 (((-874) $) 6)))
-(((-993) (-141)) (T -993))
-((-2257 (*1 *2 *1) (-12 (-4 *1 (-993)) (-5 *2 (-656 (-656 (-960 (-227))))))) (-4291 (*1 *2 *1) (-12 (-4 *1 (-993)) (-5 *2 (-1113 (-227))))) (-4303 (*1 *2 *1) (-12 (-4 *1 (-993)) (-5 *2 (-1113 (-227))))) (-4314 (*1 *2 *1) (-12 (-4 *1 (-993)) (-5 *2 (-1113 (-227))))))
-(-13 (-625 (-874)) (-10 -8 (-15 -2257 ((-656 (-656 (-960 (-227)))) $)) (-15 -4291 ((-1113 (-227)) $)) (-15 -4303 ((-1113 (-227)) $)) (-15 -4314 ((-1113 (-227)) $))))
-(((-625 (-874)) . T))
-((-1960 (((-656 |#4|) $) 23)) (-4157 (((-112) $) 55)) (-2678 (((-112) $) 54)) (-1793 (((-2 (|:| |under| $) (|:| -3247 $) (|:| |upper| $)) $ |#4|) 42)) (-3152 (((-112) $) 56)) (-1409 (((-112) $ $) 62)) (-3934 (((-112) $ $) 65)) (-2986 (((-112) $) 60)) (-3793 (((-656 |#5|) (-656 |#5|) $) 98)) (-3795 (((-656 |#5|) (-656 |#5|) $) 95)) (-3477 (((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) 88)) (-1544 (((-656 |#4|) $) 27)) (-1582 (((-112) |#4| $) 34)) (-4148 (((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| $) 81)) (-3877 (($ $ |#4|) 39)) (-2831 (($ $ |#4|) 38)) (-2157 (($ $ |#4|) 40)) (-2921 (((-112) $ $) 46)))
-(((-994 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2678 ((-112) |#1|)) (-15 -3793 ((-656 |#5|) (-656 |#5|) |#1|)) (-15 -3795 ((-656 |#5|) (-656 |#5|) |#1|)) (-15 -3477 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -4148 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -3152 ((-112) |#1|)) (-15 -3934 ((-112) |#1| |#1|)) (-15 -1409 ((-112) |#1| |#1|)) (-15 -2986 ((-112) |#1|)) (-15 -4157 ((-112) |#1|)) (-15 -1793 ((-2 (|:| |under| |#1|) (|:| -3247 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -3877 (|#1| |#1| |#4|)) (-15 -2157 (|#1| |#1| |#4|)) (-15 -2831 (|#1| |#1| |#4|)) (-15 -1582 ((-112) |#4| |#1|)) (-15 -1544 ((-656 |#4|) |#1|)) (-15 -1960 ((-656 |#4|) |#1|)) (-15 -2921 ((-112) |#1| |#1|))) (-995 |#2| |#3| |#4| |#5|) (-1068) (-805) (-862) (-1084 |#2| |#3| |#4|)) (T -994))
-NIL
-(-10 -8 (-15 -2678 ((-112) |#1|)) (-15 -3793 ((-656 |#5|) (-656 |#5|) |#1|)) (-15 -3795 ((-656 |#5|) (-656 |#5|) |#1|)) (-15 -3477 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -4148 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -3152 ((-112) |#1|)) (-15 -3934 ((-112) |#1| |#1|)) (-15 -1409 ((-112) |#1| |#1|)) (-15 -2986 ((-112) |#1|)) (-15 -4157 ((-112) |#1|)) (-15 -1793 ((-2 (|:| |under| |#1|) (|:| -3247 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -3877 (|#1| |#1| |#4|)) (-15 -2157 (|#1| |#1| |#4|)) (-15 -2831 (|#1| |#1| |#4|)) (-15 -1582 ((-112) |#4| |#1|)) (-15 -1544 ((-656 |#4|) |#1|)) (-15 -1960 ((-656 |#4|) |#1|)) (-15 -2921 ((-112) |#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-1960 (((-656 |#3|) $) 34)) (-4157 (((-112) $) 27)) (-2678 (((-112) $) 18 (|has| |#1| (-568)))) (-1793 (((-2 (|:| |under| $) (|:| -3247 $) (|:| |upper| $)) $ |#3|) 28)) (-3733 (((-112) $ (-783)) 45)) (-1966 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4462)))) (-2135 (($) 46 T CONST)) (-3152 (((-112) $) 23 (|has| |#1| (-568)))) (-1409 (((-112) $ $) 25 (|has| |#1| (-568)))) (-3934 (((-112) $ $) 24 (|has| |#1| (-568)))) (-2986 (((-112) $) 26 (|has| |#1| (-568)))) (-3793 (((-656 |#4|) (-656 |#4|) $) 19 (|has| |#1| (-568)))) (-3795 (((-656 |#4|) (-656 |#4|) $) 20 (|has| |#1| (-568)))) (-1570 (((-3 $ "failed") (-656 |#4|)) 37)) (-2857 (($ (-656 |#4|)) 36)) (-1640 (($ $) 69 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462))))) (-3942 (($ |#4| $) 68 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4462)))) (-3477 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-568)))) (-3683 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4462))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4462)))) (-3963 (((-656 |#4|) $) 53 (|has| $ (-6 -4462)))) (-2589 ((|#3| $) 35)) (-2476 (((-112) $ (-783)) 44)) (-3452 (((-656 |#4|) $) 54 (|has| $ (-6 -4462)))) (-3239 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#4| |#4|) $) 48)) (-1544 (((-656 |#3|) $) 33)) (-1582 (((-112) |#3| $) 32)) (-2460 (((-112) $ (-783)) 43)) (-3881 (((-1177) $) 10)) (-4148 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-568)))) (-1448 (((-1139) $) 11)) (-2295 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-3626 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 |#4|) (-656 |#4|)) 60 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-304 |#4|)) 58 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-656 (-304 |#4|))) 57 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))) (-3985 (((-112) $ $) 39)) (-4205 (((-112) $) 42)) (-1854 (($) 41)) (-1458 (((-783) |#4| $) 55 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) (((-783) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4462)))) (-1868 (($ $) 40)) (-4169 (((-548) $) 70 (|has| |#4| (-626 (-548))))) (-3579 (($ (-656 |#4|)) 61)) (-3877 (($ $ |#3|) 29)) (-2831 (($ $ |#3|) 31)) (-2157 (($ $ |#3|) 30)) (-3567 (((-874) $) 12) (((-656 |#4|) $) 38)) (-1540 (((-112) $ $) 9)) (-2306 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 7)) (-3500 (((-783) $) 47 (|has| $ (-6 -4462)))))
-(((-995 |#1| |#2| |#3| |#4|) (-141) (-1068) (-805) (-862) (-1084 |t#1| |t#2| |t#3|)) (T -995))
-((-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *1 (-995 *3 *4 *5 *6)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *1 (-995 *3 *4 *5 *6)))) (-2589 (*1 *2 *1) (-12 (-4 *1 (-995 *3 *4 *2 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-1084 *3 *4 *2)) (-4 *2 (-862)))) (-1960 (*1 *2 *1) (-12 (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-656 *5)))) (-1544 (*1 *2 *1) (-12 (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-656 *5)))) (-1582 (*1 *2 *3 *1) (-12 (-4 *1 (-995 *4 *5 *3 *6)) (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *3 (-862)) (-4 *6 (-1084 *4 *5 *3)) (-5 *2 (-112)))) (-2831 (*1 *1 *1 *2) (-12 (-4 *1 (-995 *3 *4 *2 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *2 (-862)) (-4 *5 (-1084 *3 *4 *2)))) (-2157 (*1 *1 *1 *2) (-12 (-4 *1 (-995 *3 *4 *2 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *2 (-862)) (-4 *5 (-1084 *3 *4 *2)))) (-3877 (*1 *1 *1 *2) (-12 (-4 *1 (-995 *3 *4 *2 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *2 (-862)) (-4 *5 (-1084 *3 *4 *2)))) (-1793 (*1 *2 *1 *3) (-12 (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *3 (-862)) (-4 *6 (-1084 *4 *5 *3)) (-5 *2 (-2 (|:| |under| *1) (|:| -3247 *1) (|:| |upper| *1))) (-4 *1 (-995 *4 *5 *3 *6)))) (-4157 (*1 *2 *1) (-12 (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-112)))) (-2986 (*1 *2 *1) (-12 (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568)) (-5 *2 (-112)))) (-1409 (*1 *2 *1 *1) (-12 (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568)) (-5 *2 (-112)))) (-3934 (*1 *2 *1 *1) (-12 (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568)) (-5 *2 (-112)))) (-3152 (*1 *2 *1) (-12 (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568)) (-5 *2 (-112)))) (-4148 (*1 *2 *3 *1) (-12 (-4 *1 (-995 *4 *5 *6 *3)) (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-4 *4 (-568)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))) (-3477 (*1 *2 *3 *1) (-12 (-4 *1 (-995 *4 *5 *6 *3)) (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-4 *4 (-568)) (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))) (-3795 (*1 *2 *2 *1) (-12 (-5 *2 (-656 *6)) (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568)))) (-3793 (*1 *2 *2 *1) (-12 (-5 *2 (-656 *6)) (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568)))) (-2678 (*1 *2 *1) (-12 (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568)) (-5 *2 (-112)))))
-(-13 (-1119) (-152 |t#4|) (-625 (-656 |t#4|)) (-10 -8 (-6 -4462) (-15 -1570 ((-3 $ "failed") (-656 |t#4|))) (-15 -2857 ($ (-656 |t#4|))) (-15 -2589 (|t#3| $)) (-15 -1960 ((-656 |t#3|) $)) (-15 -1544 ((-656 |t#3|) $)) (-15 -1582 ((-112) |t#3| $)) (-15 -2831 ($ $ |t#3|)) (-15 -2157 ($ $ |t#3|)) (-15 -3877 ($ $ |t#3|)) (-15 -1793 ((-2 (|:| |under| $) (|:| -3247 $) (|:| |upper| $)) $ |t#3|)) (-15 -4157 ((-112) $)) (IF (|has| |t#1| (-568)) (PROGN (-15 -2986 ((-112) $)) (-15 -1409 ((-112) $ $)) (-15 -3934 ((-112) $ $)) (-15 -3152 ((-112) $)) (-15 -4148 ((-2 (|:| |num| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -3477 ((-2 (|:| |rnum| |t#1|) (|:| |polnum| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -3795 ((-656 |t#4|) (-656 |t#4|) $)) (-15 -3793 ((-656 |t#4|) (-656 |t#4|) $)) (-15 -2678 ((-112) $))) |%noBranch|)))
-(((-34) . T) ((-102) . T) ((-625 (-656 |#4|)) . T) ((-625 (-874)) . T) ((-152 |#4|) . T) ((-626 (-548)) |has| |#4| (-626 (-548))) ((-319 |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))) ((-501 |#4|) . T) ((-526 |#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))) ((-1119) . T) ((-1236) . T))
-((-1751 (((-656 |#4|) |#4| |#4|) 136)) (-1474 (((-656 |#4|) (-656 |#4|) (-112)) 125 (|has| |#1| (-464))) (((-656 |#4|) (-656 |#4|)) 126 (|has| |#1| (-464)))) (-2541 (((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|)) 44)) (-4342 (((-112) |#4|) 43)) (-4349 (((-656 |#4|) |#4|) 121 (|has| |#1| (-464)))) (-3777 (((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-1 (-112) |#4|) (-656 |#4|)) 24)) (-3002 (((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 (-1 (-112) |#4|)) (-656 |#4|)) 30)) (-1689 (((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 (-1 (-112) |#4|)) (-656 |#4|)) 31)) (-3409 (((-3 (-2 (|:| |bas| (-488 |#1| |#2| |#3| |#4|)) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|)) 90)) (-1363 (((-656 |#4|) (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 103)) (-1923 (((-656 |#4|) (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 129)) (-2588 (((-656 |#4|) (-656 |#4|)) 128)) (-4083 (((-656 |#4|) (-656 |#4|) (-656 |#4|) (-112)) 59) (((-656 |#4|) (-656 |#4|) (-656 |#4|)) 61)) (-3524 ((|#4| |#4| (-656 |#4|)) 60)) (-3625 (((-656 |#4|) (-656 |#4|) (-656 |#4|)) 132 (|has| |#1| (-464)))) (-2057 (((-656 |#4|) (-656 |#4|) (-656 |#4|)) 135 (|has| |#1| (-464)))) (-2835 (((-656 |#4|) (-656 |#4|) (-656 |#4|)) 134 (|has| |#1| (-464)))) (-1410 (((-656 |#4|) (-656 |#4|) (-656 |#4|) (-1 (-656 |#4|) (-656 |#4|))) 105) (((-656 |#4|) (-656 |#4|) (-656 |#4|)) 107) (((-656 |#4|) (-656 |#4|) |#4|) 140) (((-656 |#4|) |#4| |#4|) 137) (((-656 |#4|) (-656 |#4|)) 106)) (-1522 (((-656 |#4|) (-656 |#4|) (-656 |#4|)) 118 (-12 (|has| |#1| (-148)) (|has| |#1| (-317))))) (-2128 (((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|)) 52)) (-2186 (((-112) (-656 |#4|)) 79)) (-2116 (((-112) (-656 |#4|) (-656 (-656 |#4|))) 67)) (-2420 (((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|)) 37)) (-4037 (((-112) |#4|) 36)) (-3274 (((-656 |#4|) (-656 |#4|)) 116 (-12 (|has| |#1| (-148)) (|has| |#1| (-317))))) (-3743 (((-656 |#4|) (-656 |#4|)) 117 (-12 (|has| |#1| (-148)) (|has| |#1| (-317))))) (-4412 (((-656 |#4|) (-656 |#4|)) 83)) (-3368 (((-656 |#4|) (-656 |#4|)) 97)) (-3888 (((-112) (-656 |#4|) (-656 |#4|)) 65)) (-3199 (((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|)) 50)) (-4073 (((-112) |#4|) 45)))
-(((-996 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1410 ((-656 |#4|) (-656 |#4|))) (-15 -1410 ((-656 |#4|) |#4| |#4|)) (-15 -2588 ((-656 |#4|) (-656 |#4|))) (-15 -1751 ((-656 |#4|) |#4| |#4|)) (-15 -1410 ((-656 |#4|) (-656 |#4|) |#4|)) (-15 -1410 ((-656 |#4|) (-656 |#4|) (-656 |#4|))) (-15 -1410 ((-656 |#4|) (-656 |#4|) (-656 |#4|) (-1 (-656 |#4|) (-656 |#4|)))) (-15 -3888 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -2116 ((-112) (-656 |#4|) (-656 (-656 |#4|)))) (-15 -2186 ((-112) (-656 |#4|))) (-15 -3777 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-1 (-112) |#4|) (-656 |#4|))) (-15 -3002 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 (-1 (-112) |#4|)) (-656 |#4|))) (-15 -1689 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 (-1 (-112) |#4|)) (-656 |#4|))) (-15 -2128 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|))) (-15 -4342 ((-112) |#4|)) (-15 -2541 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|))) (-15 -4037 ((-112) |#4|)) (-15 -2420 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|))) (-15 -4073 ((-112) |#4|)) (-15 -3199 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|))) (-15 -4083 ((-656 |#4|) (-656 |#4|) (-656 |#4|))) (-15 -4083 ((-656 |#4|) (-656 |#4|) (-656 |#4|) (-112))) (-15 -3524 (|#4| |#4| (-656 |#4|))) (-15 -4412 ((-656 |#4|) (-656 |#4|))) (-15 -3409 ((-3 (-2 (|:| |bas| (-488 |#1| |#2| |#3| |#4|)) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|))) (-15 -3368 ((-656 |#4|) (-656 |#4|))) (-15 -1363 ((-656 |#4|) (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1923 ((-656 |#4|) (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-464)) (PROGN (-15 -4349 ((-656 |#4|) |#4|)) (-15 -1474 ((-656 |#4|) (-656 |#4|))) (-15 -1474 ((-656 |#4|) (-656 |#4|) (-112))) (-15 -3625 ((-656 |#4|) (-656 |#4|) (-656 |#4|))) (-15 -2835 ((-656 |#4|) (-656 |#4|) (-656 |#4|))) (-15 -2057 ((-656 |#4|) (-656 |#4|) (-656 |#4|)))) |%noBranch|) (IF (|has| |#1| (-317)) (IF (|has| |#1| (-148)) (PROGN (-15 -3743 ((-656 |#4|) (-656 |#4|))) (-15 -3274 ((-656 |#4|) (-656 |#4|))) (-15 -1522 ((-656 |#4|) (-656 |#4|) (-656 |#4|)))) |%noBranch|) |%noBranch|)) (-568) (-805) (-862) (-1084 |#1| |#2| |#3|)) (T -996))
-((-1522 (*1 *2 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-148)) (-4 *3 (-317)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6)))) (-3274 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-148)) (-4 *3 (-317)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6)))) (-3743 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-148)) (-4 *3 (-317)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6)))) (-2057 (*1 *2 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-464)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6)))) (-2835 (*1 *2 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-464)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6)))) (-3625 (*1 *2 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-464)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6)))) (-1474 (*1 *2 *2 *3) (-12 (-5 *2 (-656 *7)) (-5 *3 (-112)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-996 *4 *5 *6 *7)))) (-1474 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-464)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6)))) (-4349 (*1 *2 *3) (-12 (-4 *4 (-464)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *3)) (-5 *1 (-996 *4 *5 *6 *3)) (-4 *3 (-1084 *4 *5 *6)))) (-1923 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-656 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-996 *5 *6 *7 *8)))) (-1363 (*1 *2 *2 *3 *4 *5) (-12 (-5 *2 (-656 *9)) (-5 *3 (-1 (-112) *9)) (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1084 *6 *7 *8)) (-4 *6 (-568)) (-4 *7 (-805)) (-4 *8 (-862)) (-5 *1 (-996 *6 *7 *8 *9)))) (-3368 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6)))) (-3409 (*1 *2 *3) (|partial| -12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-2 (|:| |bas| (-488 *4 *5 *6 *7)) (|:| -1417 (-656 *7)))) (-5 *1 (-996 *4 *5 *6 *7)) (-5 *3 (-656 *7)))) (-4412 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6)))) (-3524 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-1084 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-996 *4 *5 *6 *2)))) (-4083 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-656 *7)) (-5 *3 (-112)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-996 *4 *5 *6 *7)))) (-4083 (*1 *2 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6)))) (-3199 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-656 *7)) (|:| |badPols| (-656 *7)))) (-5 *1 (-996 *4 *5 *6 *7)) (-5 *3 (-656 *7)))) (-4073 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-996 *4 *5 *6 *3)) (-4 *3 (-1084 *4 *5 *6)))) (-2420 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-656 *7)) (|:| |badPols| (-656 *7)))) (-5 *1 (-996 *4 *5 *6 *7)) (-5 *3 (-656 *7)))) (-4037 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-996 *4 *5 *6 *3)) (-4 *3 (-1084 *4 *5 *6)))) (-2541 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-656 *7)) (|:| |badPols| (-656 *7)))) (-5 *1 (-996 *4 *5 *6 *7)) (-5 *3 (-656 *7)))) (-4342 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-996 *4 *5 *6 *3)) (-4 *3 (-1084 *4 *5 *6)))) (-2128 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-656 *7)) (|:| |badPols| (-656 *7)))) (-5 *1 (-996 *4 *5 *6 *7)) (-5 *3 (-656 *7)))) (-1689 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-1 (-112) *8))) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-2 (|:| |goodPols| (-656 *8)) (|:| |badPols| (-656 *8)))) (-5 *1 (-996 *5 *6 *7 *8)) (-5 *4 (-656 *8)))) (-3002 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-1 (-112) *8))) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-2 (|:| |goodPols| (-656 *8)) (|:| |badPols| (-656 *8)))) (-5 *1 (-996 *5 *6 *7 *8)) (-5 *4 (-656 *8)))) (-3777 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-112) *8)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-2 (|:| |goodPols| (-656 *8)) (|:| |badPols| (-656 *8)))) (-5 *1 (-996 *5 *6 *7 *8)) (-5 *4 (-656 *8)))) (-2186 (*1 *2 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-996 *4 *5 *6 *7)))) (-2116 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-656 *8))) (-5 *3 (-656 *8)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-112)) (-5 *1 (-996 *5 *6 *7 *8)))) (-3888 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-996 *4 *5 *6 *7)))) (-1410 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 (-656 *7) (-656 *7))) (-5 *2 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-996 *4 *5 *6 *7)))) (-1410 (*1 *2 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6)))) (-1410 (*1 *2 *2 *3) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1084 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-996 *4 *5 *6 *3)))) (-1751 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *3)) (-5 *1 (-996 *4 *5 *6 *3)) (-4 *3 (-1084 *4 *5 *6)))) (-2588 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6)))) (-1410 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *3)) (-5 *1 (-996 *4 *5 *6 *3)) (-4 *3 (-1084 *4 *5 *6)))) (-1410 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6)))))
-(-10 -7 (-15 -1410 ((-656 |#4|) (-656 |#4|))) (-15 -1410 ((-656 |#4|) |#4| |#4|)) (-15 -2588 ((-656 |#4|) (-656 |#4|))) (-15 -1751 ((-656 |#4|) |#4| |#4|)) (-15 -1410 ((-656 |#4|) (-656 |#4|) |#4|)) (-15 -1410 ((-656 |#4|) (-656 |#4|) (-656 |#4|))) (-15 -1410 ((-656 |#4|) (-656 |#4|) (-656 |#4|) (-1 (-656 |#4|) (-656 |#4|)))) (-15 -3888 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -2116 ((-112) (-656 |#4|) (-656 (-656 |#4|)))) (-15 -2186 ((-112) (-656 |#4|))) (-15 -3777 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-1 (-112) |#4|) (-656 |#4|))) (-15 -3002 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 (-1 (-112) |#4|)) (-656 |#4|))) (-15 -1689 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 (-1 (-112) |#4|)) (-656 |#4|))) (-15 -2128 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|))) (-15 -4342 ((-112) |#4|)) (-15 -2541 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|))) (-15 -4037 ((-112) |#4|)) (-15 -2420 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|))) (-15 -4073 ((-112) |#4|)) (-15 -3199 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|))) (-15 -4083 ((-656 |#4|) (-656 |#4|) (-656 |#4|))) (-15 -4083 ((-656 |#4|) (-656 |#4|) (-656 |#4|) (-112))) (-15 -3524 (|#4| |#4| (-656 |#4|))) (-15 -4412 ((-656 |#4|) (-656 |#4|))) (-15 -3409 ((-3 (-2 (|:| |bas| (-488 |#1| |#2| |#3| |#4|)) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|))) (-15 -3368 ((-656 |#4|) (-656 |#4|))) (-15 -1363 ((-656 |#4|) (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1923 ((-656 |#4|) (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-464)) (PROGN (-15 -4349 ((-656 |#4|) |#4|)) (-15 -1474 ((-656 |#4|) (-656 |#4|))) (-15 -1474 ((-656 |#4|) (-656 |#4|) (-112))) (-15 -3625 ((-656 |#4|) (-656 |#4|) (-656 |#4|))) (-15 -2835 ((-656 |#4|) (-656 |#4|) (-656 |#4|))) (-15 -2057 ((-656 |#4|) (-656 |#4|) (-656 |#4|)))) |%noBranch|) (IF (|has| |#1| (-317)) (IF (|has| |#1| (-148)) (PROGN (-15 -3743 ((-656 |#4|) (-656 |#4|))) (-15 -3274 ((-656 |#4|) (-656 |#4|))) (-15 -1522 ((-656 |#4|) (-656 |#4|) (-656 |#4|)))) |%noBranch|) |%noBranch|))
-((-3552 (((-2 (|:| R (-701 |#1|)) (|:| A (-701 |#1|)) (|:| |Ainv| (-701 |#1|))) (-701 |#1|) (-99 |#1|) (-1 |#1| |#1|)) 19)) (-1817 (((-656 (-2 (|:| C (-701 |#1|)) (|:| |g| (-1286 |#1|)))) (-701 |#1|) (-1286 |#1|)) 46)) (-3033 (((-701 |#1|) (-701 |#1|) (-701 |#1|) (-99 |#1|) (-1 |#1| |#1|)) 16)))
-(((-997 |#1|) (-10 -7 (-15 -3552 ((-2 (|:| R (-701 |#1|)) (|:| A (-701 |#1|)) (|:| |Ainv| (-701 |#1|))) (-701 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -3033 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -1817 ((-656 (-2 (|:| C (-701 |#1|)) (|:| |g| (-1286 |#1|)))) (-701 |#1|) (-1286 |#1|)))) (-374)) (T -997))
-((-1817 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-5 *2 (-656 (-2 (|:| C (-701 *5)) (|:| |g| (-1286 *5))))) (-5 *1 (-997 *5)) (-5 *3 (-701 *5)) (-5 *4 (-1286 *5)))) (-3033 (*1 *2 *2 *2 *3 *4) (-12 (-5 *2 (-701 *5)) (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-374)) (-5 *1 (-997 *5)))) (-3552 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-99 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-374)) (-5 *2 (-2 (|:| R (-701 *6)) (|:| A (-701 *6)) (|:| |Ainv| (-701 *6)))) (-5 *1 (-997 *6)) (-5 *3 (-701 *6)))))
-(-10 -7 (-15 -3552 ((-2 (|:| R (-701 |#1|)) (|:| A (-701 |#1|)) (|:| |Ainv| (-701 |#1|))) (-701 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -3033 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -1817 ((-656 (-2 (|:| C (-701 |#1|)) (|:| |g| (-1286 |#1|)))) (-701 |#1|) (-1286 |#1|))))
-((-3422 (((-430 |#4|) |#4|) 56)))
-(((-998 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3422 ((-430 |#4|) |#4|))) (-862) (-805) (-464) (-966 |#3| |#2| |#1|)) (T -998))
-((-3422 (*1 *2 *3) (-12 (-4 *4 (-862)) (-4 *5 (-805)) (-4 *6 (-464)) (-5 *2 (-430 *3)) (-5 *1 (-998 *4 *5 *6 *3)) (-4 *3 (-966 *6 *5 *4)))))
-(-10 -7 (-15 -3422 ((-430 |#4|) |#4|)))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3829 (($ (-783)) 115 (|has| |#1| (-23)))) (-2617 (((-1291) $ (-576) (-576)) 41 (|has| $ (-6 -4463)))) (-4372 (((-112) (-1 (-112) |#1| |#1|) $) 101) (((-112) $) 95 (|has| |#1| (-862)))) (-4082 (($ (-1 (-112) |#1| |#1|) $) 92 (|has| $ (-6 -4463))) (($ $) 91 (-12 (|has| |#1| (-862)) (|has| $ (-6 -4463))))) (-1793 (($ (-1 (-112) |#1| |#1|) $) 102) (($ $) 96 (|has| |#1| (-862)))) (-3733 (((-112) $ (-783)) 8)) (-3753 ((|#1| $ (-576) |#1|) 53 (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) 60 (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4462)))) (-2135 (($) 7 T CONST)) (-1752 (($ $) 93 (|has| $ (-6 -4463)))) (-3833 (($ $) 103)) (-1640 (($ $) 80 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3942 (($ |#1| $) 79 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 78 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 75 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) 74 (|has| $ (-6 -4462)))) (-4330 ((|#1| $ (-576) |#1|) 54 (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) 52)) (-3658 (((-576) (-1 (-112) |#1|) $) 100) (((-576) |#1| $) 99 (|has| |#1| (-1119))) (((-576) |#1| $ (-576)) 98 (|has| |#1| (-1119)))) (-3040 (($ (-656 |#1|)) 121)) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-2350 (((-701 |#1|) $ $) 108 (|has| |#1| (-1068)))) (-4138 (($ (-783) |#1|) 70)) (-2476 (((-112) $ (-783)) 9)) (-3280 (((-576) $) 44 (|has| (-576) (-862)))) (-3123 (($ $ $) 90 (|has| |#1| (-862)))) (-1872 (($ (-1 (-112) |#1| |#1|) $ $) 104) (($ $ $) 97 (|has| |#1| (-862)))) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3767 (((-576) $) 45 (|has| (-576) (-862)))) (-2352 (($ $ $) 89 (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-2154 ((|#1| $) 105 (-12 (|has| |#1| (-1068)) (|has| |#1| (-1021))))) (-2460 (((-112) $ (-783)) 10)) (-2432 ((|#1| $) 106 (-12 (|has| |#1| (-1068)) (|has| |#1| (-1021))))) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-2171 (($ |#1| $ (-576)) 62) (($ $ $ (-576)) 61)) (-1742 (((-656 (-576)) $) 47)) (-2406 (((-112) (-576) $) 48)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-3578 ((|#1| $) 43 (|has| (-576) (-862)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 73)) (-1552 (($ $ |#1|) 42 (|has| $ (-6 -4463)))) (-3905 (($ $ (-656 |#1|)) 119)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4408 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) 49)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#1| $ (-576) |#1|) 51) ((|#1| $ (-576)) 50) (($ $ (-1253 (-576))) 71)) (-2554 ((|#1| $ $) 109 (|has| |#1| (-1068)))) (-2253 (((-938) $) 120)) (-3463 (($ $ (-576)) 64) (($ $ (-1253 (-576))) 63)) (-3619 (($ $ $) 107)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1497 (($ $ $ (-576)) 94 (|has| $ (-6 -4463)))) (-1868 (($ $) 13)) (-4169 (((-548) $) 81 (|has| |#1| (-626 (-548)))) (($ (-656 |#1|)) 122)) (-3579 (($ (-656 |#1|)) 72)) (-1613 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-656 $)) 66)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) 87 (|has| |#1| (-862)))) (-2960 (((-112) $ $) 86 (|has| |#1| (-862)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-2975 (((-112) $ $) 88 (|has| |#1| (-862)))) (-2946 (((-112) $ $) 85 (|has| |#1| (-862)))) (-3041 (($ $) 114 (|has| |#1| (-21))) (($ $ $) 113 (|has| |#1| (-21)))) (-3027 (($ $ $) 116 (|has| |#1| (-25)))) (* (($ (-576) $) 112 (|has| |#1| (-21))) (($ |#1| $) 111 (|has| |#1| (-738))) (($ $ |#1|) 110 (|has| |#1| (-738)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-999 |#1|) (-141) (-1068)) (T -999))
-((-3040 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1068)) (-4 *1 (-999 *3)))) (-2253 (*1 *2 *1) (-12 (-4 *1 (-999 *3)) (-4 *3 (-1068)) (-5 *2 (-938)))) (-3619 (*1 *1 *1 *1) (-12 (-4 *1 (-999 *2)) (-4 *2 (-1068)))) (-3905 (*1 *1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *1 (-999 *3)) (-4 *3 (-1068)))))
-(-13 (-1284 |t#1|) (-630 (-656 |t#1|)) (-10 -8 (-15 -3040 ($ (-656 |t#1|))) (-15 -2253 ((-938) $)) (-15 -3619 ($ $ $)) (-15 -3905 ($ $ (-656 |t#1|)))))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-862)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-862)) (|has| |#1| (-625 (-874)))) ((-152 |#1|) . T) ((-630 (-656 |#1|)) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1253 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-384 |#1|) . T) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-663 |#1|) . T) ((-19 |#1|) . T) ((-862) |has| |#1| (-862)) ((-1119) -2755 (|has| |#1| (-1119)) (|has| |#1| (-862))) ((-1236) . T) ((-1284 |#1|) . T))
-((-4114 (((-960 |#2|) (-1 |#2| |#1|) (-960 |#1|)) 17)))
-(((-1000 |#1| |#2|) (-10 -7 (-15 -4114 ((-960 |#2|) (-1 |#2| |#1|) (-960 |#1|)))) (-1068) (-1068)) (T -1000))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-960 *5)) (-4 *5 (-1068)) (-4 *6 (-1068)) (-5 *2 (-960 *6)) (-5 *1 (-1000 *5 *6)))))
-(-10 -7 (-15 -4114 ((-960 |#2|) (-1 |#2| |#1|) (-960 |#1|))))
-((-4248 ((|#1| (-960 |#1|)) 14)) (-3632 ((|#1| (-960 |#1|)) 13)) (-2540 ((|#1| (-960 |#1|)) 12)) (-1748 ((|#1| (-960 |#1|)) 16)) (-3038 ((|#1| (-960 |#1|)) 24)) (-4354 ((|#1| (-960 |#1|)) 15)) (-2509 ((|#1| (-960 |#1|)) 17)) (-2150 ((|#1| (-960 |#1|)) 23)) (-4246 ((|#1| (-960 |#1|)) 22)))
-(((-1001 |#1|) (-10 -7 (-15 -2540 (|#1| (-960 |#1|))) (-15 -3632 (|#1| (-960 |#1|))) (-15 -4248 (|#1| (-960 |#1|))) (-15 -4354 (|#1| (-960 |#1|))) (-15 -1748 (|#1| (-960 |#1|))) (-15 -2509 (|#1| (-960 |#1|))) (-15 -4246 (|#1| (-960 |#1|))) (-15 -2150 (|#1| (-960 |#1|))) (-15 -3038 (|#1| (-960 |#1|)))) (-1068)) (T -1001))
-((-3038 (*1 *2 *3) (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))) (-2150 (*1 *2 *3) (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))) (-4246 (*1 *2 *3) (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))) (-2509 (*1 *2 *3) (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))) (-1748 (*1 *2 *3) (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))) (-4354 (*1 *2 *3) (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))) (-4248 (*1 *2 *3) (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))) (-3632 (*1 *2 *3) (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))) (-2540 (*1 *2 *3) (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))))
-(-10 -7 (-15 -2540 (|#1| (-960 |#1|))) (-15 -3632 (|#1| (-960 |#1|))) (-15 -4248 (|#1| (-960 |#1|))) (-15 -4354 (|#1| (-960 |#1|))) (-15 -1748 (|#1| (-960 |#1|))) (-15 -2509 (|#1| (-960 |#1|))) (-15 -4246 (|#1| (-960 |#1|))) (-15 -2150 (|#1| (-960 |#1|))) (-15 -3038 (|#1| (-960 |#1|))))
-((-2393 (((-3 |#1| "failed") |#1|) 18)) (-3279 (((-3 |#1| "failed") |#1|) 6)) (-2978 (((-3 |#1| "failed") |#1|) 16)) (-2465 (((-3 |#1| "failed") |#1|) 4)) (-1421 (((-3 |#1| "failed") |#1|) 20)) (-2627 (((-3 |#1| "failed") |#1|) 8)) (-1545 (((-3 |#1| "failed") |#1| (-783)) 1)) (-3869 (((-3 |#1| "failed") |#1|) 3)) (-3911 (((-3 |#1| "failed") |#1|) 2)) (-4312 (((-3 |#1| "failed") |#1|) 21)) (-4141 (((-3 |#1| "failed") |#1|) 9)) (-2667 (((-3 |#1| "failed") |#1|) 19)) (-3955 (((-3 |#1| "failed") |#1|) 7)) (-3000 (((-3 |#1| "failed") |#1|) 17)) (-3108 (((-3 |#1| "failed") |#1|) 5)) (-3209 (((-3 |#1| "failed") |#1|) 24)) (-4384 (((-3 |#1| "failed") |#1|) 12)) (-2987 (((-3 |#1| "failed") |#1|) 22)) (-2416 (((-3 |#1| "failed") |#1|) 10)) (-3271 (((-3 |#1| "failed") |#1|) 26)) (-1898 (((-3 |#1| "failed") |#1|) 14)) (-3020 (((-3 |#1| "failed") |#1|) 27)) (-4367 (((-3 |#1| "failed") |#1|) 15)) (-2826 (((-3 |#1| "failed") |#1|) 25)) (-2616 (((-3 |#1| "failed") |#1|) 13)) (-2036 (((-3 |#1| "failed") |#1|) 23)) (-1983 (((-3 |#1| "failed") |#1|) 11)))
-(((-1002 |#1|) (-141) (-1221)) (T -1002))
-((-3020 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-3271 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-2826 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-3209 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-2036 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-2987 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-4312 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-1421 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-2667 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-2393 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-3000 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-2978 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-4367 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-1898 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-2616 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-4384 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-1983 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-2416 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-4141 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-2627 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-3955 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-3279 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-3108 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-2465 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-3869 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-3911 (*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))) (-1545 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-783)) (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(-13 (-10 -7 (-15 -1545 ((-3 |t#1| "failed") |t#1| (-783))) (-15 -3911 ((-3 |t#1| "failed") |t#1|)) (-15 -3869 ((-3 |t#1| "failed") |t#1|)) (-15 -2465 ((-3 |t#1| "failed") |t#1|)) (-15 -3108 ((-3 |t#1| "failed") |t#1|)) (-15 -3279 ((-3 |t#1| "failed") |t#1|)) (-15 -3955 ((-3 |t#1| "failed") |t#1|)) (-15 -2627 ((-3 |t#1| "failed") |t#1|)) (-15 -4141 ((-3 |t#1| "failed") |t#1|)) (-15 -2416 ((-3 |t#1| "failed") |t#1|)) (-15 -1983 ((-3 |t#1| "failed") |t#1|)) (-15 -4384 ((-3 |t#1| "failed") |t#1|)) (-15 -2616 ((-3 |t#1| "failed") |t#1|)) (-15 -1898 ((-3 |t#1| "failed") |t#1|)) (-15 -4367 ((-3 |t#1| "failed") |t#1|)) (-15 -2978 ((-3 |t#1| "failed") |t#1|)) (-15 -3000 ((-3 |t#1| "failed") |t#1|)) (-15 -2393 ((-3 |t#1| "failed") |t#1|)) (-15 -2667 ((-3 |t#1| "failed") |t#1|)) (-15 -1421 ((-3 |t#1| "failed") |t#1|)) (-15 -4312 ((-3 |t#1| "failed") |t#1|)) (-15 -2987 ((-3 |t#1| "failed") |t#1|)) (-15 -2036 ((-3 |t#1| "failed") |t#1|)) (-15 -3209 ((-3 |t#1| "failed") |t#1|)) (-15 -2826 ((-3 |t#1| "failed") |t#1|)) (-15 -3271 ((-3 |t#1| "failed") |t#1|)) (-15 -3020 ((-3 |t#1| "failed") |t#1|))))
-((-2261 ((|#4| |#4| (-656 |#3|)) 57) ((|#4| |#4| |#3|) 56)) (-1965 ((|#4| |#4| (-656 |#3|)) 24) ((|#4| |#4| |#3|) 20)) (-4114 ((|#4| (-1 |#4| (-969 |#1|)) |#4|) 31)))
-(((-1003 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1965 (|#4| |#4| |#3|)) (-15 -1965 (|#4| |#4| (-656 |#3|))) (-15 -2261 (|#4| |#4| |#3|)) (-15 -2261 (|#4| |#4| (-656 |#3|))) (-15 -4114 (|#4| (-1 |#4| (-969 |#1|)) |#4|))) (-1068) (-805) (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $)) (-15 -3052 ((-3 $ "failed") (-1195))))) (-966 (-969 |#1|) |#2| |#3|)) (T -1003))
-((-4114 (*1 *2 *3 *2) (-12 (-5 *3 (-1 *2 (-969 *4))) (-4 *4 (-1068)) (-4 *2 (-966 (-969 *4) *5 *6)) (-4 *5 (-805)) (-4 *6 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $)) (-15 -3052 ((-3 $ "failed") (-1195)))))) (-5 *1 (-1003 *4 *5 *6 *2)))) (-2261 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *6)) (-4 *6 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $)) (-15 -3052 ((-3 $ "failed") (-1195)))))) (-4 *4 (-1068)) (-4 *5 (-805)) (-5 *1 (-1003 *4 *5 *6 *2)) (-4 *2 (-966 (-969 *4) *5 *6)))) (-2261 (*1 *2 *2 *3) (-12 (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *3 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $)) (-15 -3052 ((-3 $ "failed") (-1195)))))) (-5 *1 (-1003 *4 *5 *3 *2)) (-4 *2 (-966 (-969 *4) *5 *3)))) (-1965 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *6)) (-4 *6 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $)) (-15 -3052 ((-3 $ "failed") (-1195)))))) (-4 *4 (-1068)) (-4 *5 (-805)) (-5 *1 (-1003 *4 *5 *6 *2)) (-4 *2 (-966 (-969 *4) *5 *6)))) (-1965 (*1 *2 *2 *3) (-12 (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *3 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $)) (-15 -3052 ((-3 $ "failed") (-1195)))))) (-5 *1 (-1003 *4 *5 *3 *2)) (-4 *2 (-966 (-969 *4) *5 *3)))))
-(-10 -7 (-15 -1965 (|#4| |#4| |#3|)) (-15 -1965 (|#4| |#4| (-656 |#3|))) (-15 -2261 (|#4| |#4| |#3|)) (-15 -2261 (|#4| |#4| (-656 |#3|))) (-15 -4114 (|#4| (-1 |#4| (-969 |#1|)) |#4|)))
-((-4134 ((|#2| |#3|) 35)) (-4002 (((-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) |#2|) 79)) (-2568 (((-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|)))) 100)))
-(((-1004 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2568 ((-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))))) (-15 -4002 ((-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) |#2|)) (-15 -4134 (|#2| |#3|))) (-360) (-1262 |#1|) (-1262 |#2|) (-736 |#2| |#3|)) (T -1004))
-((-4134 (*1 *2 *3) (-12 (-4 *3 (-1262 *2)) (-4 *2 (-1262 *4)) (-5 *1 (-1004 *4 *2 *3 *5)) (-4 *4 (-360)) (-4 *5 (-736 *2 *3)))) (-4002 (*1 *2 *3) (-12 (-4 *4 (-360)) (-4 *3 (-1262 *4)) (-4 *5 (-1262 *3)) (-5 *2 (-2 (|:| -4156 (-701 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-701 *3)))) (-5 *1 (-1004 *4 *3 *5 *6)) (-4 *6 (-736 *3 *5)))) (-2568 (*1 *2) (-12 (-4 *3 (-360)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 *4)) (-5 *2 (-2 (|:| -4156 (-701 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-701 *4)))) (-5 *1 (-1004 *3 *4 *5 *6)) (-4 *6 (-736 *4 *5)))))
-(-10 -7 (-15 -2568 ((-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))))) (-15 -4002 ((-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) |#2|)) (-15 -4134 (|#2| |#3|)))
-((-1936 (((-1006 (-419 (-576)) (-876 |#1|) (-245 |#2| (-783)) (-253 |#1| (-419 (-576)))) (-1006 (-419 (-576)) (-876 |#1|) (-245 |#2| (-783)) (-253 |#1| (-419 (-576))))) 82)))
-(((-1005 |#1| |#2|) (-10 -7 (-15 -1936 ((-1006 (-419 (-576)) (-876 |#1|) (-245 |#2| (-783)) (-253 |#1| (-419 (-576)))) (-1006 (-419 (-576)) (-876 |#1|) (-245 |#2| (-783)) (-253 |#1| (-419 (-576))))))) (-656 (-1195)) (-783)) (T -1005))
-((-1936 (*1 *2 *2) (-12 (-5 *2 (-1006 (-419 (-576)) (-876 *3) (-245 *4 (-783)) (-253 *3 (-419 (-576))))) (-14 *3 (-656 (-1195))) (-14 *4 (-783)) (-5 *1 (-1005 *3 *4)))))
-(-10 -7 (-15 -1936 ((-1006 (-419 (-576)) (-876 |#1|) (-245 |#2| (-783)) (-253 |#1| (-419 (-576)))) (-1006 (-419 (-576)) (-876 |#1|) (-245 |#2| (-783)) (-253 |#1| (-419 (-576)))))))
-((-3486 (((-112) $ $) NIL)) (-3485 (((-3 (-112) "failed") $) 71)) (-3241 (($ $) 36 (-12 (|has| |#1| (-148)) (|has| |#1| (-317))))) (-4050 (($ $ (-3 (-112) "failed")) 72)) (-3201 (($ (-656 |#4|) |#4|) 25)) (-3881 (((-1177) $) NIL)) (-3182 (($ $) 69)) (-1448 (((-1139) $) NIL)) (-4205 (((-112) $) 70)) (-1854 (($) 30)) (-3557 ((|#4| $) 74)) (-3661 (((-656 |#4|) $) 73)) (-3567 (((-874) $) 68)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1006 |#1| |#2| |#3| |#4|) (-13 (-1119) (-625 (-874)) (-10 -8 (-15 -1854 ($)) (-15 -3201 ($ (-656 |#4|) |#4|)) (-15 -3485 ((-3 (-112) "failed") $)) (-15 -4050 ($ $ (-3 (-112) "failed"))) (-15 -4205 ((-112) $)) (-15 -3661 ((-656 |#4|) $)) (-15 -3557 (|#4| $)) (-15 -3182 ($ $)) (IF (|has| |#1| (-317)) (IF (|has| |#1| (-148)) (-15 -3241 ($ $)) |%noBranch|) |%noBranch|))) (-464) (-862) (-805) (-966 |#1| |#3| |#2|)) (T -1006))
-((-1854 (*1 *1) (-12 (-4 *2 (-464)) (-4 *3 (-862)) (-4 *4 (-805)) (-5 *1 (-1006 *2 *3 *4 *5)) (-4 *5 (-966 *2 *4 *3)))) (-3201 (*1 *1 *2 *3) (-12 (-5 *2 (-656 *3)) (-4 *3 (-966 *4 *6 *5)) (-4 *4 (-464)) (-4 *5 (-862)) (-4 *6 (-805)) (-5 *1 (-1006 *4 *5 *6 *3)))) (-3485 (*1 *2 *1) (|partial| -12 (-4 *3 (-464)) (-4 *4 (-862)) (-4 *5 (-805)) (-5 *2 (-112)) (-5 *1 (-1006 *3 *4 *5 *6)) (-4 *6 (-966 *3 *5 *4)))) (-4050 (*1 *1 *1 *2) (-12 (-5 *2 (-3 (-112) "failed")) (-4 *3 (-464)) (-4 *4 (-862)) (-4 *5 (-805)) (-5 *1 (-1006 *3 *4 *5 *6)) (-4 *6 (-966 *3 *5 *4)))) (-4205 (*1 *2 *1) (-12 (-4 *3 (-464)) (-4 *4 (-862)) (-4 *5 (-805)) (-5 *2 (-112)) (-5 *1 (-1006 *3 *4 *5 *6)) (-4 *6 (-966 *3 *5 *4)))) (-3661 (*1 *2 *1) (-12 (-4 *3 (-464)) (-4 *4 (-862)) (-4 *5 (-805)) (-5 *2 (-656 *6)) (-5 *1 (-1006 *3 *4 *5 *6)) (-4 *6 (-966 *3 *5 *4)))) (-3557 (*1 *2 *1) (-12 (-4 *2 (-966 *3 *5 *4)) (-5 *1 (-1006 *3 *4 *5 *2)) (-4 *3 (-464)) (-4 *4 (-862)) (-4 *5 (-805)))) (-3182 (*1 *1 *1) (-12 (-4 *2 (-464)) (-4 *3 (-862)) (-4 *4 (-805)) (-5 *1 (-1006 *2 *3 *4 *5)) (-4 *5 (-966 *2 *4 *3)))) (-3241 (*1 *1 *1) (-12 (-4 *2 (-148)) (-4 *2 (-317)) (-4 *2 (-464)) (-4 *3 (-862)) (-4 *4 (-805)) (-5 *1 (-1006 *2 *3 *4 *5)) (-4 *5 (-966 *2 *4 *3)))))
-(-13 (-1119) (-625 (-874)) (-10 -8 (-15 -1854 ($)) (-15 -3201 ($ (-656 |#4|) |#4|)) (-15 -3485 ((-3 (-112) "failed") $)) (-15 -4050 ($ $ (-3 (-112) "failed"))) (-15 -4205 ((-112) $)) (-15 -3661 ((-656 |#4|) $)) (-15 -3557 (|#4| $)) (-15 -3182 ($ $)) (IF (|has| |#1| (-317)) (IF (|has| |#1| (-148)) (-15 -3241 ($ $)) |%noBranch|) |%noBranch|)))
-((-4147 (((-112) |#5| |#5|) 44)) (-1681 (((-112) |#5| |#5|) 59)) (-2318 (((-112) |#5| (-656 |#5|)) 81) (((-112) |#5| |#5|) 68)) (-1709 (((-112) (-656 |#4|) (-656 |#4|)) 65)) (-1506 (((-112) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|)) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) 70)) (-2394 (((-1291)) 32)) (-1422 (((-1291) (-1177) (-1177) (-1177)) 28)) (-2194 (((-656 |#5|) (-656 |#5|)) 100)) (-3118 (((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|)))) 92)) (-3235 (((-656 (-2 (|:| -4024 (-656 |#4|)) (|:| -3986 |#5|) (|:| |ineq| (-656 |#4|)))) (-656 |#4|) (-656 |#5|) (-112) (-112)) 122)) (-1833 (((-112) |#5| |#5|) 53)) (-3916 (((-3 (-112) "failed") |#5| |#5|) 78)) (-4094 (((-112) (-656 |#4|) (-656 |#4|)) 64)) (-3496 (((-112) (-656 |#4|) (-656 |#4|)) 66)) (-2774 (((-112) (-656 |#4|) (-656 |#4|)) 67)) (-1453 (((-3 (-2 (|:| -4024 (-656 |#4|)) (|:| -3986 |#5|) (|:| |ineq| (-656 |#4|))) "failed") (-656 |#4|) |#5| (-656 |#4|) (-112) (-112) (-112) (-112) (-112)) 117)) (-4026 (((-656 |#5|) (-656 |#5|)) 49)))
-(((-1007 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1422 ((-1291) (-1177) (-1177) (-1177))) (-15 -2394 ((-1291))) (-15 -4147 ((-112) |#5| |#5|)) (-15 -4026 ((-656 |#5|) (-656 |#5|))) (-15 -1833 ((-112) |#5| |#5|)) (-15 -1681 ((-112) |#5| |#5|)) (-15 -1709 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -4094 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -3496 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -2774 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -3916 ((-3 (-112) "failed") |#5| |#5|)) (-15 -2318 ((-112) |#5| |#5|)) (-15 -2318 ((-112) |#5| (-656 |#5|))) (-15 -2194 ((-656 |#5|) (-656 |#5|))) (-15 -1506 ((-112) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|)) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|)))) (-15 -3118 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) (-15 -3235 ((-656 (-2 (|:| -4024 (-656 |#4|)) (|:| -3986 |#5|) (|:| |ineq| (-656 |#4|)))) (-656 |#4|) (-656 |#5|) (-112) (-112))) (-15 -1453 ((-3 (-2 (|:| -4024 (-656 |#4|)) (|:| -3986 |#5|) (|:| |ineq| (-656 |#4|))) "failed") (-656 |#4|) |#5| (-656 |#4|) (-112) (-112) (-112) (-112) (-112)))) (-464) (-805) (-862) (-1084 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3| |#4|)) (T -1007))
-((-1453 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *9 (-1084 *6 *7 *8)) (-5 *2 (-2 (|:| -4024 (-656 *9)) (|:| -3986 *4) (|:| |ineq| (-656 *9)))) (-5 *1 (-1007 *6 *7 *8 *9 *4)) (-5 *3 (-656 *9)) (-4 *4 (-1090 *6 *7 *8 *9)))) (-3235 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-656 *10)) (-5 *5 (-112)) (-4 *10 (-1090 *6 *7 *8 *9)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *9 (-1084 *6 *7 *8)) (-5 *2 (-656 (-2 (|:| -4024 (-656 *9)) (|:| -3986 *10) (|:| |ineq| (-656 *9))))) (-5 *1 (-1007 *6 *7 *8 *9 *10)) (-5 *3 (-656 *9)))) (-3118 (*1 *2 *2) (-12 (-5 *2 (-656 (-2 (|:| |val| (-656 *6)) (|:| -3986 *7)))) (-4 *6 (-1084 *3 *4 *5)) (-4 *7 (-1090 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-1007 *3 *4 *5 *6 *7)))) (-1506 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-656 *7)) (|:| -3986 *8))) (-4 *7 (-1084 *4 *5 *6)) (-4 *8 (-1090 *4 *5 *6 *7)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1007 *4 *5 *6 *7 *8)))) (-2194 (*1 *2 *2) (-12 (-5 *2 (-656 *7)) (-4 *7 (-1090 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *1 (-1007 *3 *4 *5 *6 *7)))) (-2318 (*1 *2 *3 *4) (-12 (-5 *4 (-656 *3)) (-4 *3 (-1090 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1084 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1007 *5 *6 *7 *8 *3)))) (-2318 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1007 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7)))) (-3916 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1007 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7)))) (-2774 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1007 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))) (-3496 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1007 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))) (-4094 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1007 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))) (-1709 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1007 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))) (-1681 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1007 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7)))) (-1833 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1007 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7)))) (-4026 (*1 *2 *2) (-12 (-5 *2 (-656 *7)) (-4 *7 (-1090 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *1 (-1007 *3 *4 *5 *6 *7)))) (-4147 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1007 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7)))) (-2394 (*1 *2) (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-1291)) (-5 *1 (-1007 *3 *4 *5 *6 *7)) (-4 *7 (-1090 *3 *4 *5 *6)))) (-1422 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1177)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-1291)) (-5 *1 (-1007 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))))
-(-10 -7 (-15 -1422 ((-1291) (-1177) (-1177) (-1177))) (-15 -2394 ((-1291))) (-15 -4147 ((-112) |#5| |#5|)) (-15 -4026 ((-656 |#5|) (-656 |#5|))) (-15 -1833 ((-112) |#5| |#5|)) (-15 -1681 ((-112) |#5| |#5|)) (-15 -1709 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -4094 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -3496 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -2774 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -3916 ((-3 (-112) "failed") |#5| |#5|)) (-15 -2318 ((-112) |#5| |#5|)) (-15 -2318 ((-112) |#5| (-656 |#5|))) (-15 -2194 ((-656 |#5|) (-656 |#5|))) (-15 -1506 ((-112) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|)) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|)))) (-15 -3118 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) (-15 -3235 ((-656 (-2 (|:| -4024 (-656 |#4|)) (|:| -3986 |#5|) (|:| |ineq| (-656 |#4|)))) (-656 |#4|) (-656 |#5|) (-112) (-112))) (-15 -1453 ((-3 (-2 (|:| -4024 (-656 |#4|)) (|:| -3986 |#5|) (|:| |ineq| (-656 |#4|))) "failed") (-656 |#4|) |#5| (-656 |#4|) (-112) (-112) (-112) (-112) (-112))))
-((-3052 (((-1195) $) 15)) (-3103 (((-1177) $) 16)) (-2332 (($ (-1195) (-1177)) 14)) (-3567 (((-874) $) 13)))
-(((-1008) (-13 (-625 (-874)) (-10 -8 (-15 -2332 ($ (-1195) (-1177))) (-15 -3052 ((-1195) $)) (-15 -3103 ((-1177) $))))) (T -1008))
-((-2332 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-1177)) (-5 *1 (-1008)))) (-3052 (*1 *2 *1) (-12 (-5 *2 (-1195)) (-5 *1 (-1008)))) (-3103 (*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-1008)))))
-(-13 (-625 (-874)) (-10 -8 (-15 -2332 ($ (-1195) (-1177))) (-15 -3052 ((-1195) $)) (-15 -3103 ((-1177) $))))
-((-4114 ((|#4| (-1 |#2| |#1|) |#3|) 14)))
-(((-1009 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4114 (|#4| (-1 |#2| |#1|) |#3|))) (-568) (-568) (-1011 |#1|) (-1011 |#2|)) (T -1009))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-568)) (-4 *6 (-568)) (-4 *2 (-1011 *6)) (-5 *1 (-1009 *5 *6 *4 *2)) (-4 *4 (-1011 *5)))))
-(-10 -7 (-15 -4114 (|#4| (-1 |#2| |#1|) |#3|)))
-((-1570 (((-3 |#2| "failed") $) NIL) (((-3 (-1195) "failed") $) 66) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 (-576) "failed") $) 96)) (-2857 ((|#2| $) NIL) (((-1195) $) 61) (((-419 (-576)) $) NIL) (((-576) $) 93)) (-3142 (((-701 (-576)) (-701 $)) NIL) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) 115) (((-701 |#2|) (-701 $)) 28)) (-1834 (($) 99)) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) 76) (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 85)) (-2684 (($ $) 10)) (-2162 (((-3 $ "failed") $) 20)) (-4114 (($ (-1 |#2| |#2|) $) 22)) (-3537 (($) 16)) (-3252 (($ $) 55)) (-2770 (($ $ (-1 |#2| |#2|)) 36) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1195)) NIL) (($ $ (-656 (-1195))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL) (($ $) NIL) (($ $ (-783)) NIL)) (-1507 (($ $) 12)) (-4169 (((-905 (-576)) $) 71) (((-905 (-390)) $) 80) (((-548) $) 40) (((-390) $) 44) (((-227) $) 48)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) 91) (($ |#2|) NIL) (($ (-1195)) 58)) (-2596 (((-783)) 31)) (-2946 (((-112) $ $) 51)))
-(((-1010 |#1| |#2|) (-10 -8 (-15 -2946 ((-112) |#1| |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -3537 (|#1|)) (-15 -2162 ((-3 |#1| "failed") |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -4169 ((-227) |#1|)) (-15 -4169 ((-390) |#1|)) (-15 -4169 ((-548) |#1|)) (-15 -3567 (|#1| (-1195))) (-15 -1570 ((-3 (-1195) "failed") |#1|)) (-15 -2857 ((-1195) |#1|)) (-15 -1834 (|#1|)) (-15 -3252 (|#1| |#1|)) (-15 -1507 (|#1| |#1|)) (-15 -2684 (|#1| |#1|)) (-15 -1866 ((-902 (-390) |#1|) |#1| (-905 (-390)) (-902 (-390) |#1|))) (-15 -1866 ((-902 (-576) |#1|) |#1| (-905 (-576)) (-902 (-576) |#1|))) (-15 -4169 ((-905 (-390)) |#1|)) (-15 -4169 ((-905 (-576)) |#1|)) (-15 -3142 ((-701 |#2|) (-701 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-701 (-576)) (-701 |#1|))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4114 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -3567 (|#1| |#2|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -3567 (|#1| |#1|)) (-15 -2596 ((-783))) (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|))) (-1011 |#2|) (-568)) (T -1010))
-((-2596 (*1 *2) (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-1010 *3 *4)) (-4 *3 (-1011 *4)))))
-(-10 -8 (-15 -2946 ((-112) |#1| |#1|)) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -3537 (|#1|)) (-15 -2162 ((-3 |#1| "failed") |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -4169 ((-227) |#1|)) (-15 -4169 ((-390) |#1|)) (-15 -4169 ((-548) |#1|)) (-15 -3567 (|#1| (-1195))) (-15 -1570 ((-3 (-1195) "failed") |#1|)) (-15 -2857 ((-1195) |#1|)) (-15 -1834 (|#1|)) (-15 -3252 (|#1| |#1|)) (-15 -1507 (|#1| |#1|)) (-15 -2684 (|#1| |#1|)) (-15 -1866 ((-902 (-390) |#1|) |#1| (-905 (-390)) (-902 (-390) |#1|))) (-15 -1866 ((-902 (-576) |#1|) |#1| (-905 (-576)) (-902 (-576) |#1|))) (-15 -4169 ((-905 (-390)) |#1|)) (-15 -4169 ((-905 (-576)) |#1|)) (-15 -3142 ((-701 |#2|) (-701 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-701 (-576)) (-701 |#1|))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4114 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -3567 (|#1| |#2|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -3567 (|#1| |#1|)) (-15 -2596 ((-783))) (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-3522 ((|#1| $) 162 (|has| |#1| (-317)))) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-4299 (((-3 $ "failed") $ $) 20)) (-2425 (((-430 (-1191 $)) (-1191 $)) 153 (|has| |#1| (-926)))) (-1415 (($ $) 81)) (-3422 (((-430 $) $) 80)) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) 156 (|has| |#1| (-926)))) (-1829 (((-112) $ $) 65)) (-2786 (((-576) $) 143 (|has| |#1| (-832)))) (-2135 (($) 18 T CONST)) (-1570 (((-3 |#1| "failed") $) 192) (((-3 (-1195) "failed") $) 151 (|has| |#1| (-1057 (-1195)))) (((-3 (-419 (-576)) "failed") $) 134 (|has| |#1| (-1057 (-576)))) (((-3 (-576) "failed") $) 132 (|has| |#1| (-1057 (-576))))) (-2857 ((|#1| $) 193) (((-1195) $) 152 (|has| |#1| (-1057 (-1195)))) (((-419 (-576)) $) 135 (|has| |#1| (-1057 (-576)))) (((-576) $) 133 (|has| |#1| (-1057 (-576))))) (-3426 (($ $ $) 61)) (-3142 (((-701 (-576)) (-701 $)) 177 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 176 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) 175) (((-701 |#1|) (-701 $)) 174)) (-2251 (((-3 $ "failed") $) 37)) (-1834 (($) 160 (|has| |#1| (-557)))) (-3438 (($ $ $) 62)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 57)) (-4283 (((-112) $) 79)) (-3075 (((-112) $) 145 (|has| |#1| (-832)))) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) 169 (|has| |#1| (-899 (-576)))) (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 168 (|has| |#1| (-899 (-390))))) (-3612 (((-112) $) 35)) (-2684 (($ $) 164)) (-1568 ((|#1| $) 166)) (-2162 (((-3 $ "failed") $) 131 (|has| |#1| (-1171)))) (-3667 (((-112) $) 144 (|has| |#1| (-832)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-3123 (($ $ $) 141 (|has| |#1| (-862)))) (-2352 (($ $ $) 140 (|has| |#1| (-862)))) (-4114 (($ (-1 |#1| |#1|) $) 184)) (-1853 (((-701 (-576)) (-1286 $)) 179 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) 178 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) 173) (((-701 |#1|) (-1286 $)) 172)) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-2045 (($ $) 78)) (-3537 (($) 130 (|has| |#1| (-1171)) CONST)) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-3252 (($ $) 161 (|has| |#1| (-317)))) (-3247 ((|#1| $) 158 (|has| |#1| (-557)))) (-2307 (((-430 (-1191 $)) (-1191 $)) 155 (|has| |#1| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) 154 (|has| |#1| (-926)))) (-1827 (((-430 $) $) 82)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-3473 (((-3 $ "failed") $ $) 48)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3281 (($ $ (-656 |#1|) (-656 |#1|)) 190 (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) 189 (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) 188 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) 187 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1195)) (-656 |#1|)) 186 (|has| |#1| (-526 (-1195) |#1|))) (($ $ (-1195) |#1|) 185 (|has| |#1| (-526 (-1195) |#1|)))) (-3909 (((-783) $) 64)) (-2794 (($ $ |#1|) 191 (|has| |#1| (-296 |#1| |#1|)))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 63)) (-2770 (($ $ (-1 |#1| |#1|)) 183) (($ $ (-1 |#1| |#1|) (-783)) 182) (($ $) 129 (|has| |#1| (-237))) (($ $ (-783)) 127 (|has| |#1| (-237))) (($ $ (-1195)) 125 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) 123 (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) 122 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) 121 (|has| |#1| (-917 (-1195))))) (-1507 (($ $) 163)) (-1579 ((|#1| $) 165)) (-4169 (((-905 (-576)) $) 171 (|has| |#1| (-626 (-905 (-576))))) (((-905 (-390)) $) 170 (|has| |#1| (-626 (-905 (-390))))) (((-548) $) 148 (|has| |#1| (-626 (-548)))) (((-390) $) 147 (|has| |#1| (-1041))) (((-227) $) 146 (|has| |#1| (-1041)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) 157 (-2669 (|has| $ (-146)) (|has| |#1| (-926))))) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74) (($ |#1|) 196) (($ (-1195)) 150 (|has| |#1| (-1057 (-1195))))) (-2846 (((-3 $ "failed") $) 149 (-2755 (|has| |#1| (-146)) (-2669 (|has| $ (-146)) (|has| |#1| (-926)))))) (-2596 (((-783)) 32 T CONST)) (-4317 ((|#1| $) 159 (|has| |#1| (-557)))) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 45)) (-4308 (($ $) 142 (|has| |#1| (-832)))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-1 |#1| |#1|)) 181) (($ $ (-1 |#1| |#1|) (-783)) 180) (($ $) 128 (|has| |#1| (-237))) (($ $ (-783)) 126 (|has| |#1| (-237))) (($ $ (-1195)) 124 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) 120 (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) 119 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) 118 (|has| |#1| (-917 (-1195))))) (-2989 (((-112) $ $) 138 (|has| |#1| (-862)))) (-2960 (((-112) $ $) 137 (|has| |#1| (-862)))) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 139 (|has| |#1| (-862)))) (-2946 (((-112) $ $) 136 (|has| |#1| (-862)))) (-3054 (($ $ $) 73) (($ |#1| |#1|) 167)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75) (($ |#1| $) 195) (($ $ |#1|) 194)))
-(((-1011 |#1|) (-141) (-568)) (T -1011))
-((-3054 (*1 *1 *2 *2) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568)))) (-1568 (*1 *2 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568)))) (-1579 (*1 *2 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568)))) (-2684 (*1 *1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568)))) (-1507 (*1 *1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568)))) (-3522 (*1 *2 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568)) (-4 *2 (-317)))) (-3252 (*1 *1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568)) (-4 *2 (-317)))) (-1834 (*1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-557)) (-4 *2 (-568)))) (-4317 (*1 *2 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568)) (-4 *2 (-557)))) (-3247 (*1 *2 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568)) (-4 *2 (-557)))))
-(-13 (-374) (-38 |t#1|) (-1057 |t#1|) (-349 |t#1|) (-232 |t#1|) (-388 |t#1|) (-897 |t#1|) (-412 |t#1|) (-10 -8 (-15 -3054 ($ |t#1| |t#1|)) (-15 -1568 (|t#1| $)) (-15 -1579 (|t#1| $)) (-15 -2684 ($ $)) (-15 -1507 ($ $)) (IF (|has| |t#1| (-1171)) (-6 (-1171)) |%noBranch|) (IF (|has| |t#1| (-1057 (-576))) (PROGN (-6 (-1057 (-576))) (-6 (-1057 (-419 (-576))))) |%noBranch|) (IF (|has| |t#1| (-862)) (-6 (-862)) |%noBranch|) (IF (|has| |t#1| (-832)) (-6 (-832)) |%noBranch|) (IF (|has| |t#1| (-1041)) (-6 (-1041)) |%noBranch|) (IF (|has| |t#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (IF (|has| |t#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |t#1| (-1057 (-1195))) (-6 (-1057 (-1195))) |%noBranch|) (IF (|has| |t#1| (-317)) (PROGN (-15 -3522 (|t#1| $)) (-15 -3252 ($ $))) |%noBranch|) (IF (|has| |t#1| (-557)) (PROGN (-15 -1834 ($)) (-15 -4317 (|t#1| $)) (-15 -3247 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-926)) (-6 (-926)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 |#1|) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 #1=(-1195)) |has| |#1| (-1057 (-1195))) ((-628 |#1|) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-626 (-227)) |has| |#1| (-1041)) ((-626 (-390)) |has| |#1| (-1041)) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-626 (-905 (-390))) |has| |#1| (-626 (-905 (-390)))) ((-626 (-905 (-576))) |has| |#1| (-626 (-905 (-576)))) ((-234 $) -2755 (|has| |#1| (-237)) (|has| |#1| (-238))) ((-232 |#1|) . T) ((-238) |has| |#1| (-238)) ((-237) -2755 (|has| |#1| (-237)) (|has| |#1| (-238))) ((-272 |#1|) . T) ((-248) . T) ((-296 |#1| $) |has| |#1| (-296 |#1| |#1|)) ((-300) . T) ((-317) . T) ((-319 |#1|) |has| |#1| (-319 |#1|)) ((-374) . T) ((-349 |#1|) . T) ((-388 |#1|) . T) ((-412 |#1|) . T) ((-464) . T) ((-526 (-1195) |#1|) |has| |#1| (-526 (-1195) |#1|)) ((-526 |#1| |#1|) |has| |#1| (-319 |#1|)) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 #2=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 |#1|) . T) ((-652 $) . T) ((-651 #2#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-729 #0#) . T) ((-729 |#1|) . T) ((-729 $) . T) ((-738) . T) ((-803) |has| |#1| (-832)) ((-804) |has| |#1| (-832)) ((-806) |has| |#1| (-832)) ((-807) |has| |#1| (-832)) ((-832) |has| |#1| (-832)) ((-860) |has| |#1| (-832)) ((-862) -2755 (|has| |#1| (-862)) (|has| |#1| (-832))) ((-909 $ #3=(-1195)) -2755 (|has| |#1| (-917 (-1195))) (|has| |#1| (-915 (-1195)))) ((-915 (-1195)) |has| |#1| (-915 (-1195))) ((-917 #3#) -2755 (|has| |#1| (-917 (-1195))) (|has| |#1| (-915 (-1195)))) ((-899 (-390)) |has| |#1| (-899 (-390))) ((-899 (-576)) |has| |#1| (-899 (-576))) ((-897 |#1|) . T) ((-926) |has| |#1| (-926)) ((-937) . T) ((-1041) |has| |#1| (-1041)) ((-1057 (-419 (-576))) |has| |#1| (-1057 (-576))) ((-1057 (-576)) |has| |#1| (-1057 (-576))) ((-1057 #1#) |has| |#1| (-1057 (-1195))) ((-1057 |#1|) . T) ((-1070 #0#) . T) ((-1070 |#1|) . T) ((-1070 $) . T) ((-1075 #0#) . T) ((-1075 |#1|) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1171) |has| |#1| (-1171)) ((-1236) . T) ((-1240) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-4172 (($ (-1161 |#1| |#2|)) 11)) (-2462 (((-1161 |#1| |#2|) $) 12)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2794 ((|#2| $ (-245 |#1| |#2|)) 16)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2716 (($) NIL T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL)))
-(((-1012 |#1| |#2|) (-13 (-21) (-296 (-245 |#1| |#2|) |#2|) (-10 -8 (-15 -4172 ($ (-1161 |#1| |#2|))) (-15 -2462 ((-1161 |#1| |#2|) $)))) (-938) (-374)) (T -1012))
-((-4172 (*1 *1 *2) (-12 (-5 *2 (-1161 *3 *4)) (-14 *3 (-938)) (-4 *4 (-374)) (-5 *1 (-1012 *3 *4)))) (-2462 (*1 *2 *1) (-12 (-5 *2 (-1161 *3 *4)) (-5 *1 (-1012 *3 *4)) (-14 *3 (-938)) (-4 *4 (-374)))))
-(-13 (-21) (-296 (-245 |#1| |#2|) |#2|) (-10 -8 (-15 -4172 ($ (-1161 |#1| |#2|))) (-15 -2462 ((-1161 |#1| |#2|) $))))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3119 (((-1154) $) 9)) (-3567 (((-874) $) 15) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1013) (-13 (-1102) (-10 -8 (-15 -3119 ((-1154) $))))) (T -1013))
-((-3119 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1013)))))
-(-13 (-1102) (-10 -8 (-15 -3119 ((-1154) $))))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3733 (((-112) $ (-783)) 8)) (-2135 (($) 7 T CONST)) (-2082 (($ $) 47)) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) 9)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-2432 (((-783) $) 46)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-4219 ((|#1| $) 40)) (-2767 (($ |#1| $) 41)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-2107 ((|#1| $) 45)) (-4436 ((|#1| $) 42)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-2998 ((|#1| |#1| $) 49)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2752 ((|#1| $) 48)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2847 (($ (-656 |#1|)) 43)) (-2285 ((|#1| $) 44)) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-1014 |#1|) (-141) (-1236)) (T -1014))
-((-2998 (*1 *2 *2 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1236)))) (-2752 (*1 *2 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1236)))) (-2082 (*1 *1 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1236)))) (-2432 (*1 *2 *1) (-12 (-4 *1 (-1014 *3)) (-4 *3 (-1236)) (-5 *2 (-783)))) (-2107 (*1 *2 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1236)))) (-2285 (*1 *2 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1236)))))
-(-13 (-107 |t#1|) (-10 -8 (-6 -4462) (-15 -2998 (|t#1| |t#1| $)) (-15 -2752 (|t#1| $)) (-15 -2082 ($ $)) (-15 -2432 ((-783) $)) (-15 -2107 (|t#1| $)) (-15 -2285 (|t#1| $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1119) |has| |#1| (-1119)) ((-1236) . T))
-((-1353 (((-112) $) 43)) (-1570 (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 |#2| "failed") $) 46)) (-2857 (((-576) $) NIL) (((-419 (-576)) $) NIL) ((|#2| $) 44)) (-2772 (((-3 (-419 (-576)) "failed") $) 78)) (-4423 (((-112) $) 72)) (-4335 (((-419 (-576)) $) 76)) (-3612 (((-112) $) 42)) (-1650 ((|#2| $) 22)) (-4114 (($ (-1 |#2| |#2|) $) 19)) (-2045 (($ $) 58)) (-2770 (($ $ (-1 |#2| |#2|)) 35) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1195)) NIL) (($ $ (-656 (-1195))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL) (($ $) NIL) (($ $ (-783)) NIL)) (-4169 (((-548) $) 67)) (-2949 (($ $) 17)) (-3567 (((-874) $) 53) (($ (-576)) 39) (($ |#2|) 37) (($ (-419 (-576))) NIL)) (-2596 (((-783)) 10)) (-4308 ((|#2| $) 71)) (-2921 (((-112) $ $) 26)) (-2946 (((-112) $ $) 69)) (-3041 (($ $) 30) (($ $ $) 29)) (-3027 (($ $ $) 27)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 34) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 31) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL)))
-(((-1015 |#1| |#2|) (-10 -8 (-15 -3567 (|#1| (-419 (-576)))) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -2946 ((-112) |#1| |#1|)) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 * (|#1| |#1| (-419 (-576)))) (-15 -2045 (|#1| |#1|)) (-15 -4169 ((-548) |#1|)) (-15 -2772 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -4335 ((-419 (-576)) |#1|)) (-15 -4423 ((-112) |#1|)) (-15 -4308 (|#2| |#1|)) (-15 -1650 (|#2| |#1|)) (-15 -2949 (|#1| |#1|)) (-15 -4114 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -3567 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2596 ((-783))) (-15 -3567 (|#1| (-576))) (-15 -3612 ((-112) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 -1353 ((-112) |#1|)) (-15 * (|#1| (-938) |#1|)) (-15 -3027 (|#1| |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -2921 ((-112) |#1| |#1|))) (-1016 |#2|) (-174)) (T -1015))
-((-2596 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-783)) (-5 *1 (-1015 *3 *4)) (-4 *3 (-1016 *4)))))
-(-10 -8 (-15 -3567 (|#1| (-419 (-576)))) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1|)) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -2946 ((-112) |#1| |#1|)) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 * (|#1| |#1| (-419 (-576)))) (-15 -2045 (|#1| |#1|)) (-15 -4169 ((-548) |#1|)) (-15 -2772 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -4335 ((-419 (-576)) |#1|)) (-15 -4423 ((-112) |#1|)) (-15 -4308 (|#2| |#1|)) (-15 -1650 (|#2| |#1|)) (-15 -2949 (|#1| |#1|)) (-15 -4114 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -3567 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2596 ((-783))) (-15 -3567 (|#1| (-576))) (-15 -3612 ((-112) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 -1353 ((-112) |#1|)) (-15 * (|#1| (-938) |#1|)) (-15 -3027 (|#1| |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -2921 ((-112) |#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-1570 (((-3 (-576) "failed") $) 134 (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) 132 (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) 129)) (-2857 (((-576) $) 133 (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) 131 (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) 130)) (-3142 (((-701 (-576)) (-701 $)) 114 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 113 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) 112) (((-701 |#1|) (-701 $)) 111)) (-2251 (((-3 $ "failed") $) 37)) (-1848 ((|#1| $) 102)) (-2772 (((-3 (-419 (-576)) "failed") $) 98 (|has| |#1| (-557)))) (-4423 (((-112) $) 100 (|has| |#1| (-557)))) (-4335 (((-419 (-576)) $) 99 (|has| |#1| (-557)))) (-4292 (($ |#1| |#1| |#1| |#1|) 103)) (-3612 (((-112) $) 35)) (-1650 ((|#1| $) 104)) (-3123 (($ $ $) 91 (|has| |#1| (-862)))) (-2352 (($ $ $) 90 (|has| |#1| (-862)))) (-4114 (($ (-1 |#1| |#1|) $) 117)) (-1853 (((-701 (-576)) (-1286 $)) 116 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) 115 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) 110) (((-701 |#1|) (-1286 $)) 109)) (-3881 (((-1177) $) 10)) (-2045 (($ $) 95 (|has| |#1| (-374)))) (-3251 ((|#1| $) 105)) (-1468 ((|#1| $) 106)) (-3334 ((|#1| $) 107)) (-1448 (((-1139) $) 11)) (-3281 (($ $ (-656 |#1|) (-656 |#1|)) 123 (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) 122 (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) 121 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) 120 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1195)) (-656 |#1|)) 119 (|has| |#1| (-526 (-1195) |#1|))) (($ $ (-1195) |#1|) 118 (|has| |#1| (-526 (-1195) |#1|)))) (-2794 (($ $ |#1|) 124 (|has| |#1| (-296 |#1| |#1|)))) (-2770 (($ $ (-1 |#1| |#1|)) 128) (($ $ (-1 |#1| |#1|) (-783)) 127) (($ $) 85 (|has| |#1| (-237))) (($ $ (-783)) 83 (|has| |#1| (-237))) (($ $ (-1195)) 81 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) 79 (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) 78 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) 77 (|has| |#1| (-917 (-1195))))) (-4169 (((-548) $) 96 (|has| |#1| (-626 (-548))))) (-2949 (($ $) 108)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 44) (($ (-419 (-576))) 73 (-2755 (|has| |#1| (-374)) (|has| |#1| (-1057 (-419 (-576))))))) (-2846 (((-3 $ "failed") $) 97 (|has| |#1| (-146)))) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4308 ((|#1| $) 101 (|has| |#1| (-1079)))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-1 |#1| |#1|)) 126) (($ $ (-1 |#1| |#1|) (-783)) 125) (($ $) 84 (|has| |#1| (-237))) (($ $ (-783)) 82 (|has| |#1| (-237))) (($ $ (-1195)) 80 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) 76 (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) 75 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) 74 (|has| |#1| (-917 (-1195))))) (-2989 (((-112) $ $) 88 (|has| |#1| (-862)))) (-2960 (((-112) $ $) 87 (|has| |#1| (-862)))) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 89 (|has| |#1| (-862)))) (-2946 (((-112) $ $) 86 (|has| |#1| (-862)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 94 (|has| |#1| (-374)))) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45) (($ $ (-419 (-576))) 93 (|has| |#1| (-374))) (($ (-419 (-576)) $) 92 (|has| |#1| (-374)))))
-(((-1016 |#1|) (-141) (-174)) (T -1016))
-((-2949 (*1 *1 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-174)))) (-3334 (*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-174)))) (-1468 (*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-174)))) (-3251 (*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-174)))) (-1650 (*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-174)))) (-4292 (*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-174)))) (-1848 (*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-174)))) (-4308 (*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-174)) (-4 *2 (-1079)))) (-4423 (*1 *2 *1) (-12 (-4 *1 (-1016 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-112)))) (-4335 (*1 *2 *1) (-12 (-4 *1 (-1016 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-419 (-576))))) (-2772 (*1 *2 *1) (|partial| -12 (-4 *1 (-1016 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-419 (-576))))))
-(-13 (-38 |t#1|) (-423 |t#1|) (-232 |t#1|) (-349 |t#1|) (-388 |t#1|) (-10 -8 (-15 -2949 ($ $)) (-15 -3334 (|t#1| $)) (-15 -1468 (|t#1| $)) (-15 -3251 (|t#1| $)) (-15 -1650 (|t#1| $)) (-15 -4292 ($ |t#1| |t#1| |t#1| |t#1|)) (-15 -1848 (|t#1| $)) (IF (|has| |t#1| (-300)) (-6 (-300)) |%noBranch|) (IF (|has| |t#1| (-862)) (-6 (-862)) |%noBranch|) (IF (|has| |t#1| (-374)) (-6 (-248)) |%noBranch|) (IF (|has| |t#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (IF (|has| |t#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |t#1| (-1079)) (-15 -4308 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-557)) (PROGN (-15 -4423 ((-112) $)) (-15 -4335 ((-419 (-576)) $)) (-15 -2772 ((-3 (-419 (-576)) "failed") $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) |has| |#1| (-374)) ((-38 |#1|) . T) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-374)) ((-111 |#1| |#1|) . T) ((-111 $ $) -2755 (|has| |#1| (-374)) (|has| |#1| (-300))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) -2755 (|has| |#1| (-1057 (-419 (-576)))) (|has| |#1| (-374))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-625 (-874)) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-234 $) -2755 (|has| |#1| (-237)) (|has| |#1| (-238))) ((-232 |#1|) . T) ((-238) |has| |#1| (-238)) ((-237) -2755 (|has| |#1| (-237)) (|has| |#1| (-238))) ((-272 |#1|) . T) ((-248) |has| |#1| (-374)) ((-296 |#1| $) |has| |#1| (-296 |#1| |#1|)) ((-300) -2755 (|has| |#1| (-374)) (|has| |#1| (-300))) ((-319 |#1|) |has| |#1| (-319 |#1|)) ((-349 |#1|) . T) ((-388 |#1|) . T) ((-423 |#1|) . T) ((-526 (-1195) |#1|) |has| |#1| (-526 (-1195) |#1|)) ((-526 |#1| |#1|) |has| |#1| (-319 |#1|)) ((-658 #0#) |has| |#1| (-374)) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) |has| |#1| (-374)) ((-660 #1=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) |has| |#1| (-374)) ((-652 |#1|) . T) ((-651 #1#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-729 #0#) |has| |#1| (-374)) ((-729 |#1|) . T) ((-738) . T) ((-862) |has| |#1| (-862)) ((-909 $ #2=(-1195)) -2755 (|has| |#1| (-917 (-1195))) (|has| |#1| (-915 (-1195)))) ((-915 (-1195)) |has| |#1| (-915 (-1195))) ((-917 #2#) -2755 (|has| |#1| (-917 (-1195))) (|has| |#1| (-915 (-1195)))) ((-1057 (-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((-1057 (-576)) |has| |#1| (-1057 (-576))) ((-1057 |#1|) . T) ((-1070 #0#) |has| |#1| (-374)) ((-1070 |#1|) . T) ((-1070 $) -2755 (|has| |#1| (-374)) (|has| |#1| (-300))) ((-1075 #0#) |has| |#1| (-374)) ((-1075 |#1|) . T) ((-1075 $) -2755 (|has| |#1| (-374)) (|has| |#1| (-300))) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-4114 ((|#3| (-1 |#4| |#2|) |#1|) 16)))
-(((-1017 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4114 (|#3| (-1 |#4| |#2|) |#1|))) (-1016 |#2|) (-174) (-1016 |#4|) (-174)) (T -1017))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-174)) (-4 *6 (-174)) (-4 *2 (-1016 *6)) (-5 *1 (-1017 *4 *5 *2 *6)) (-4 *4 (-1016 *5)))))
-(-10 -7 (-15 -4114 (|#3| (-1 |#4| |#2|) |#1|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) NIL)) (-2857 (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1848 ((|#1| $) 12)) (-2772 (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-557)))) (-4423 (((-112) $) NIL (|has| |#1| (-557)))) (-4335 (((-419 (-576)) $) NIL (|has| |#1| (-557)))) (-4292 (($ |#1| |#1| |#1| |#1|) 16)) (-3612 (((-112) $) NIL)) (-1650 ((|#1| $) NIL)) (-3123 (($ $ $) NIL (|has| |#1| (-862)))) (-2352 (($ $ $) NIL (|has| |#1| (-862)))) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) NIL) (((-701 |#1|) (-1286 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL (|has| |#1| (-374)))) (-3251 ((|#1| $) 15)) (-1468 ((|#1| $) 14)) (-3334 ((|#1| $) 13)) (-1448 (((-1139) $) NIL)) (-3281 (($ $ (-656 |#1|) (-656 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1195)) (-656 |#1|)) NIL (|has| |#1| (-526 (-1195) |#1|))) (($ $ (-1195) |#1|) NIL (|has| |#1| (-526 (-1195) |#1|)))) (-2794 (($ $ |#1|) NIL (|has| |#1| (-296 |#1| |#1|)))) (-2770 (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237))) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195))))) (-4169 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-2949 (($ $) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-419 (-576))) NIL (-2755 (|has| |#1| (-374)) (|has| |#1| (-1057 (-419 (-576))))))) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4308 ((|#1| $) NIL (|has| |#1| (-1079)))) (-2716 (($) 8 T CONST)) (-2727 (($) 10 T CONST)) (-2014 (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237))) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195))))) (-2989 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374)))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 20) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-419 (-576))) NIL (|has| |#1| (-374))) (($ (-419 (-576)) $) NIL (|has| |#1| (-374)))))
-(((-1018 |#1|) (-1016 |#1|) (-174)) (T -1018))
-NIL
-(-1016 |#1|)
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3733 (((-112) $ (-783)) NIL)) (-2135 (($) NIL T CONST)) (-2082 (($ $) 23)) (-2868 (($ (-656 |#1|)) 33)) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-2432 (((-783) $) 26)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-4219 ((|#1| $) 28)) (-2767 (($ |#1| $) 17)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-2107 ((|#1| $) 27)) (-4436 ((|#1| $) 22)) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-2998 ((|#1| |#1| $) 16)) (-4205 (((-112) $) 18)) (-1854 (($) NIL)) (-2752 ((|#1| $) 21)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2847 (($ (-656 |#1|)) NIL)) (-2285 ((|#1| $) 30)) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-1019 |#1|) (-13 (-1014 |#1|) (-10 -8 (-15 -2868 ($ (-656 |#1|))))) (-1119)) (T -1019))
-((-2868 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-5 *1 (-1019 *3)))))
-(-13 (-1014 |#1|) (-10 -8 (-15 -2868 ($ (-656 |#1|)))))
-((-1838 (($ $) 12)) (-3867 (($ $ (-576)) 13)))
-(((-1020 |#1|) (-10 -8 (-15 -1838 (|#1| |#1|)) (-15 -3867 (|#1| |#1| (-576)))) (-1021)) (T -1020))
-NIL
-(-10 -8 (-15 -1838 (|#1| |#1|)) (-15 -3867 (|#1| |#1| (-576))))
-((-1838 (($ $) 6)) (-3867 (($ $ (-576)) 7)) (** (($ $ (-419 (-576))) 8)))
-(((-1021) (-141)) (T -1021))
-((** (*1 *1 *1 *2) (-12 (-4 *1 (-1021)) (-5 *2 (-419 (-576))))) (-3867 (*1 *1 *1 *2) (-12 (-4 *1 (-1021)) (-5 *2 (-576)))) (-1838 (*1 *1 *1) (-4 *1 (-1021))))
-(-13 (-10 -8 (-15 -1838 ($ $)) (-15 -3867 ($ $ (-576))) (-15 ** ($ $ (-419 (-576))))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2100 (((-2 (|:| |num| (-1286 |#2|)) (|:| |den| |#2|)) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| (-419 |#2|) (-374)))) (-4380 (($ $) NIL (|has| (-419 |#2|) (-374)))) (-1657 (((-112) $) NIL (|has| (-419 |#2|) (-374)))) (-1722 (((-701 (-419 |#2|)) (-1286 $)) NIL) (((-701 (-419 |#2|))) NIL)) (-2205 (((-419 |#2|) $) NIL)) (-2201 (((-1208 (-938) (-783)) (-576)) NIL (|has| (-419 |#2|) (-360)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL (|has| (-419 |#2|) (-374)))) (-3422 (((-430 $) $) NIL (|has| (-419 |#2|) (-374)))) (-1829 (((-112) $ $) NIL (|has| (-419 |#2|) (-374)))) (-2093 (((-783)) NIL (|has| (-419 |#2|) (-379)))) (-3004 (((-112)) NIL)) (-3801 (((-112) |#1|) 162) (((-112) |#2|) 166)) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL (|has| (-419 |#2|) (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-419 |#2|) (-1057 (-419 (-576))))) (((-3 (-419 |#2|) "failed") $) NIL)) (-2857 (((-576) $) NIL (|has| (-419 |#2|) (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| (-419 |#2|) (-1057 (-419 (-576))))) (((-419 |#2|) $) NIL)) (-2495 (($ (-1286 (-419 |#2|)) (-1286 $)) NIL) (($ (-1286 (-419 |#2|))) 79) (($ (-1286 |#2|) |#2|) NIL)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-419 |#2|) (-360)))) (-3426 (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-3592 (((-701 (-419 |#2|)) $ (-1286 $)) NIL) (((-701 (-419 |#2|)) $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-419 |#2|))) (|:| |vec| (-1286 (-419 |#2|)))) (-701 $) (-1286 $)) NIL) (((-701 (-419 |#2|)) (-701 $)) NIL)) (-1620 (((-1286 $) (-1286 $)) NIL)) (-3683 (($ |#3|) 73) (((-3 $ "failed") (-419 |#3|)) NIL (|has| (-419 |#2|) (-374)))) (-2251 (((-3 $ "failed") $) NIL)) (-3325 (((-656 (-656 |#1|))) NIL (|has| |#1| (-379)))) (-4165 (((-112) |#1| |#1|) NIL)) (-3731 (((-938)) NIL)) (-1834 (($) NIL (|has| (-419 |#2|) (-379)))) (-2748 (((-112)) NIL)) (-3326 (((-112) |#1|) 61) (((-112) |#2|) 164)) (-3438 (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| (-419 |#2|) (-374)))) (-2619 (($ $) NIL)) (-4161 (($) NIL (|has| (-419 |#2|) (-360)))) (-3335 (((-112) $) NIL (|has| (-419 |#2|) (-360)))) (-1385 (($ $ (-783)) NIL (|has| (-419 |#2|) (-360))) (($ $) NIL (|has| (-419 |#2|) (-360)))) (-4283 (((-112) $) NIL (|has| (-419 |#2|) (-374)))) (-1991 (((-938) $) NIL (|has| (-419 |#2|) (-360))) (((-845 (-938)) $) NIL (|has| (-419 |#2|) (-360)))) (-3612 (((-112) $) NIL)) (-4341 (((-783)) NIL)) (-4286 (((-1286 $) (-1286 $)) NIL)) (-1650 (((-419 |#2|) $) NIL)) (-2533 (((-656 (-969 |#1|)) (-1195)) NIL (|has| |#1| (-374)))) (-2162 (((-3 $ "failed") $) NIL (|has| (-419 |#2|) (-360)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| (-419 |#2|) (-374)))) (-1499 ((|#3| $) NIL (|has| (-419 |#2|) (-374)))) (-4379 (((-938) $) NIL (|has| (-419 |#2|) (-379)))) (-3670 ((|#3| $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-419 |#2|))) (|:| |vec| (-1286 (-419 |#2|)))) (-1286 $) $) NIL) (((-701 (-419 |#2|)) (-1286 $)) NIL)) (-3457 (($ (-656 $)) NIL (|has| (-419 |#2|) (-374))) (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-3881 (((-1177) $) NIL)) (-1397 (((-701 (-419 |#2|))) 57)) (-3698 (((-701 (-419 |#2|))) 56)) (-2045 (($ $) NIL (|has| (-419 |#2|) (-374)))) (-2845 (($ (-1286 |#2|) |#2|) 80)) (-2645 (((-701 (-419 |#2|))) 55)) (-1917 (((-701 (-419 |#2|))) 54)) (-4204 (((-2 (|:| |num| (-701 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 95)) (-2702 (((-2 (|:| |num| (-1286 |#2|)) (|:| |den| |#2|)) $) 86)) (-4231 (((-1286 $)) 51)) (-2568 (((-1286 $)) 50)) (-1980 (((-112) $) NIL)) (-3415 (((-112) $) NIL) (((-112) $ |#1|) NIL) (((-112) $ |#2|) NIL)) (-3537 (($) NIL (|has| (-419 |#2|) (-360)) CONST)) (-3222 (($ (-938)) NIL (|has| (-419 |#2|) (-379)))) (-3169 (((-3 |#2| "failed")) 70)) (-1448 (((-1139) $) NIL)) (-4074 (((-783)) NIL)) (-4126 (($) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| (-419 |#2|) (-374)))) (-3495 (($ (-656 $)) NIL (|has| (-419 |#2|) (-374))) (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) NIL (|has| (-419 |#2|) (-360)))) (-1827 (((-430 $) $) NIL (|has| (-419 |#2|) (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-419 |#2|) (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| (-419 |#2|) (-374)))) (-3473 (((-3 $ "failed") $ $) NIL (|has| (-419 |#2|) (-374)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| (-419 |#2|) (-374)))) (-3909 (((-783) $) NIL (|has| (-419 |#2|) (-374)))) (-2794 ((|#1| $ |#1| |#1|) NIL)) (-4419 (((-3 |#2| "failed")) 68)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| (-419 |#2|) (-374)))) (-2491 (((-419 |#2|) (-1286 $)) NIL) (((-419 |#2|)) 47)) (-3544 (((-783) $) NIL (|has| (-419 |#2|) (-360))) (((-3 (-783) "failed") $ $) NIL (|has| (-419 |#2|) (-360)))) (-2770 (($ $ (-1 (-419 |#2|) (-419 |#2|))) NIL (|has| (-419 |#2|) (-374))) (($ $ (-1 (-419 |#2|) (-419 |#2|)) (-783)) NIL (|has| (-419 |#2|) (-374))) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))))) (($ $ (-783)) NIL (-2755 (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360)))) (($ $) NIL (-2755 (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360))))) (-4218 (((-701 (-419 |#2|)) (-1286 $) (-1 (-419 |#2|) (-419 |#2|))) NIL (|has| (-419 |#2|) (-374)))) (-3117 ((|#3|) 58)) (-4059 (($) NIL (|has| (-419 |#2|) (-360)))) (-2203 (((-1286 (-419 |#2|)) $ (-1286 $)) NIL) (((-701 (-419 |#2|)) (-1286 $) (-1286 $)) NIL) (((-1286 (-419 |#2|)) $) 81) (((-701 (-419 |#2|)) (-1286 $)) NIL)) (-4169 (((-1286 (-419 |#2|)) $) NIL) (($ (-1286 (-419 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (|has| (-419 |#2|) (-360)))) (-2827 (((-1286 $) (-1286 $)) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ (-419 |#2|)) NIL) (($ (-419 (-576))) NIL (-2755 (|has| (-419 |#2|) (-1057 (-419 (-576)))) (|has| (-419 |#2|) (-374)))) (($ $) NIL (|has| (-419 |#2|) (-374)))) (-2846 (($ $) NIL (|has| (-419 |#2|) (-360))) (((-3 $ "failed") $) NIL (|has| (-419 |#2|) (-146)))) (-4324 ((|#3| $) NIL)) (-2596 (((-783)) NIL T CONST)) (-2213 (((-112)) 65)) (-1519 (((-112) |#1|) 167) (((-112) |#2|) 168)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) NIL)) (-4196 (((-112) $ $) NIL (|has| (-419 |#2|) (-374)))) (-1927 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-2994 (((-112)) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-1 (-419 |#2|) (-419 |#2|))) NIL (|has| (-419 |#2|) (-374))) (($ $ (-1 (-419 |#2|) (-419 |#2|)) (-783)) NIL (|has| (-419 |#2|) (-374))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-915 (-1195)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1195)))))) (($ $ (-783)) NIL (-2755 (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360)))) (($ $) NIL (-2755 (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360))))) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| (-419 |#2|) (-374)))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 |#2|)) NIL) (($ (-419 |#2|) $) NIL) (($ (-419 (-576)) $) NIL (|has| (-419 |#2|) (-374))) (($ $ (-419 (-576))) NIL (|has| (-419 |#2|) (-374)))))
-(((-1022 |#1| |#2| |#3| |#4| |#5|) (-353 |#1| |#2| |#3|) (-1240) (-1262 |#1|) (-1262 (-419 |#2|)) (-419 |#2|) (-783)) (T -1022))
+((-2153 (($ $ (-1113 $)) 7) (($ $ (-1197)) 6)))
+(((-978) (-141)) (T -978))
+((-2153 (*1 *1 *1 *2) (-12 (-5 *2 (-1113 *1)) (-4 *1 (-978)))) (-2153 (*1 *1 *1 *2) (-12 (-4 *1 (-978)) (-5 *2 (-1197)))))
+(-13 (-10 -8 (-15 -2153 ($ $ (-1197))) (-15 -2153 ($ $ (-1113 $)))))
+((-1766 (((-2 (|:| -2862 (-656 (-576))) (|:| |poly| (-656 (-1193 |#1|))) (|:| |prim| (-1193 |#1|))) (-656 (-971 |#1|)) (-656 (-1197)) (-1197)) 26) (((-2 (|:| -2862 (-656 (-576))) (|:| |poly| (-656 (-1193 |#1|))) (|:| |prim| (-1193 |#1|))) (-656 (-971 |#1|)) (-656 (-1197))) 27) (((-2 (|:| |coef1| (-576)) (|:| |coef2| (-576)) (|:| |prim| (-1193 |#1|))) (-971 |#1|) (-1197) (-971 |#1|) (-1197)) 49)))
+(((-979 |#1|) (-10 -7 (-15 -1766 ((-2 (|:| |coef1| (-576)) (|:| |coef2| (-576)) (|:| |prim| (-1193 |#1|))) (-971 |#1|) (-1197) (-971 |#1|) (-1197))) (-15 -1766 ((-2 (|:| -2862 (-656 (-576))) (|:| |poly| (-656 (-1193 |#1|))) (|:| |prim| (-1193 |#1|))) (-656 (-971 |#1|)) (-656 (-1197)))) (-15 -1766 ((-2 (|:| -2862 (-656 (-576))) (|:| |poly| (-656 (-1193 |#1|))) (|:| |prim| (-1193 |#1|))) (-656 (-971 |#1|)) (-656 (-1197)) (-1197)))) (-13 (-374) (-148))) (T -979))
+((-1766 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 (-971 *6))) (-5 *4 (-656 (-1197))) (-5 *5 (-1197)) (-4 *6 (-13 (-374) (-148))) (-5 *2 (-2 (|:| -2862 (-656 (-576))) (|:| |poly| (-656 (-1193 *6))) (|:| |prim| (-1193 *6)))) (-5 *1 (-979 *6)))) (-1766 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-656 (-1197))) (-4 *5 (-13 (-374) (-148))) (-5 *2 (-2 (|:| -2862 (-656 (-576))) (|:| |poly| (-656 (-1193 *5))) (|:| |prim| (-1193 *5)))) (-5 *1 (-979 *5)))) (-1766 (*1 *2 *3 *4 *3 *4) (-12 (-5 *3 (-971 *5)) (-5 *4 (-1197)) (-4 *5 (-13 (-374) (-148))) (-5 *2 (-2 (|:| |coef1| (-576)) (|:| |coef2| (-576)) (|:| |prim| (-1193 *5)))) (-5 *1 (-979 *5)))))
+(-10 -7 (-15 -1766 ((-2 (|:| |coef1| (-576)) (|:| |coef2| (-576)) (|:| |prim| (-1193 |#1|))) (-971 |#1|) (-1197) (-971 |#1|) (-1197))) (-15 -1766 ((-2 (|:| -2862 (-656 (-576))) (|:| |poly| (-656 (-1193 |#1|))) (|:| |prim| (-1193 |#1|))) (-656 (-971 |#1|)) (-656 (-1197)))) (-15 -1766 ((-2 (|:| -2862 (-656 (-576))) (|:| |poly| (-656 (-1193 |#1|))) (|:| |prim| (-1193 |#1|))) (-656 (-971 |#1|)) (-656 (-1197)) (-1197))))
+((-2740 (((-656 |#1|) |#1| |#1|) 47)) (-3742 (((-112) |#1|) 44)) (-2495 ((|#1| |#1|) 79)) (-4158 ((|#1| |#1|) 78)))
+(((-980 |#1|) (-10 -7 (-15 -3742 ((-112) |#1|)) (-15 -4158 (|#1| |#1|)) (-15 -2495 (|#1| |#1|)) (-15 -2740 ((-656 |#1|) |#1| |#1|))) (-557)) (T -980))
+((-2740 (*1 *2 *3 *3) (-12 (-5 *2 (-656 *3)) (-5 *1 (-980 *3)) (-4 *3 (-557)))) (-2495 (*1 *2 *2) (-12 (-5 *1 (-980 *2)) (-4 *2 (-557)))) (-4158 (*1 *2 *2) (-12 (-5 *1 (-980 *2)) (-4 *2 (-557)))) (-3742 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-980 *3)) (-4 *3 (-557)))))
+(-10 -7 (-15 -3742 ((-112) |#1|)) (-15 -4158 (|#1| |#1|)) (-15 -2495 (|#1| |#1|)) (-15 -2740 ((-656 |#1|) |#1| |#1|)))
+((-3253 (((-1293) (-876)) 9)))
+(((-981) (-10 -7 (-15 -3253 ((-1293) (-876))))) (T -981))
+((-3253 (*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1293)) (-5 *1 (-981)))))
+(-10 -7 (-15 -3253 ((-1293) (-876))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 78 (|has| |#1| (-568)))) (-2116 (($ $) 79 (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) 34)) (-2318 (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) NIL)) (-3310 (($ $) 31)) (-2413 (((-3 $ "failed") $) 42)) (-1770 (($ $) NIL (|has| |#1| (-464)))) (-4308 (($ $ |#1| |#2| $) 62)) (-3315 (((-112) $) NIL)) (-2509 (((-783) $) 17)) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| |#2|) NIL)) (-4269 ((|#2| $) 24)) (-1504 (($ (-1 |#2| |#2|) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-1697 (($ $) 28)) (-1708 ((|#1| $) 26)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1677 (((-112) $) 51)) (-1684 ((|#1| $) NIL)) (-3317 (($ $ |#2| |#1| $) 90 (-12 (|has| |#2| (-132)) (|has| |#1| (-568))))) (-1943 (((-3 $ "failed") $ $) 91 (|has| |#1| (-568))) (((-3 $ "failed") $ |#1|) 85 (|has| |#1| (-568)))) (-2786 ((|#2| $) 22)) (-3929 ((|#1| $) NIL (|has| |#1| (-464)))) (-4114 (((-876) $) NIL) (($ (-576)) 46) (($ $) NIL (|has| |#1| (-568))) (($ |#1|) 41) (($ (-419 (-576))) NIL (-3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))))) (-1923 (((-656 |#1|) $) NIL)) (-1341 ((|#1| $ |#2|) 37)) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) 15 T CONST)) (-3365 (($ $ $ (-783)) 74 (|has| |#1| (-174)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) 84 (|has| |#1| (-568)))) (-4312 (($) 27 T CONST)) (-4322 (($) 12 T CONST)) (-3939 (((-112) $ $) 83)) (-4047 (($ $ |#1|) 92 (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) 69) (($ $ (-783)) 67)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 66) (($ $ |#1|) 64) (($ |#1| $) 63) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
+(((-982 |#1| |#2|) (-13 (-336 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-568)) (IF (|has| |#2| (-132)) (-15 -3317 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4462)) (-6 -4462) |%noBranch|))) (-1070) (-804)) (T -982))
+((-3317 (*1 *1 *1 *2 *3 *1) (-12 (-5 *1 (-982 *3 *2)) (-4 *2 (-132)) (-4 *3 (-568)) (-4 *3 (-1070)) (-4 *2 (-804)))))
+(-13 (-336 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-568)) (IF (|has| |#2| (-132)) (-15 -3317 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4462)) (-6 -4462) |%noBranch|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL (-3795 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805)))))) (-3900 (($ $ $) 65 (-12 (|has| |#1| (-805)) (|has| |#2| (-805))))) (-2583 (((-3 $ "failed") $ $) 52 (-3795 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805)))))) (-2200 (((-783)) 36 (-12 (|has| |#1| (-379)) (|has| |#2| (-379))))) (-2330 ((|#2| $) 22)) (-2612 ((|#1| $) 21)) (-3853 (($) NIL (-3795 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805)))) CONST)) (-2413 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738)))))) (-4370 (($) NIL (-12 (|has| |#1| (-379)) (|has| |#2| (-379))))) (-3315 (((-112) $) NIL (-3795 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738)))))) (-2905 (($ $ $) NIL (-3795 (-12 (|has| |#1| (-805)) (|has| |#2| (-805))) (-12 (|has| |#1| (-862)) (|has| |#2| (-862)))))) (-2163 (($ $ $) NIL (-3795 (-12 (|has| |#1| (-805)) (|has| |#2| (-805))) (-12 (|has| |#1| (-862)) (|has| |#2| (-862)))))) (-3764 (($ |#1| |#2|) 20)) (-2106 (((-940) $) NIL (-12 (|has| |#1| (-379)) (|has| |#2| (-379))))) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 39 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))))) (-2409 (($ (-940)) NIL (-12 (|has| |#1| (-379)) (|has| |#2| (-379))))) (-3117 (((-1141) $) NIL)) (-2970 (($ $ $) NIL (-12 (|has| |#1| (-485)) (|has| |#2| (-485))))) (-3595 (($ $ $) NIL (-12 (|has| |#1| (-485)) (|has| |#2| (-485))))) (-4114 (((-876) $) 14)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 42 (-3795 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805)))) CONST)) (-4322 (($) 25 (-3795 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738)))) CONST)) (-3995 (((-112) $ $) NIL (-3795 (-12 (|has| |#1| (-805)) (|has| |#2| (-805))) (-12 (|has| |#1| (-862)) (|has| |#2| (-862)))))) (-3975 (((-112) $ $) NIL (-3795 (-12 (|has| |#1| (-805)) (|has| |#2| (-805))) (-12 (|has| |#1| (-862)) (|has| |#2| (-862)))))) (-3939 (((-112) $ $) 19)) (-3985 (((-112) $ $) NIL (-3795 (-12 (|has| |#1| (-805)) (|has| |#2| (-805))) (-12 (|has| |#1| (-862)) (|has| |#2| (-862)))))) (-3962 (((-112) $ $) 69 (-3795 (-12 (|has| |#1| (-805)) (|has| |#2| (-805))) (-12 (|has| |#1| (-862)) (|has| |#2| (-862)))))) (-4047 (($ $ $) NIL (-12 (|has| |#1| (-485)) (|has| |#2| (-485))))) (-4037 (($ $ $) 58 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ $) 55 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))))) (-4027 (($ $ $) 45 (-3795 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805)))))) (** (($ $ (-576)) NIL (-12 (|has| |#1| (-485)) (|has| |#2| (-485)))) (($ $ (-783)) 32 (-3795 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738))))) (($ $ (-940)) NIL (-3795 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738)))))) (* (($ (-576) $) 62 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ (-783) $) 48 (-3795 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805))))) (($ (-940) $) NIL (-3795 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-132)) (|has| |#2| (-132))) (-12 (|has| |#1| (-805)) (|has| |#2| (-805))))) (($ $ $) 28 (-3795 (-12 (|has| |#1| (-485)) (|has| |#2| (-485))) (-12 (|has| |#1| (-738)) (|has| |#2| (-738)))))))
+(((-983 |#1| |#2|) (-13 (-1121) (-10 -8 (IF (|has| |#1| (-379)) (IF (|has| |#2| (-379)) (-6 (-379)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-738)) (IF (|has| |#2| (-738)) (-6 (-738)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-132)) (IF (|has| |#2| (-132)) (-6 (-132)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-485)) (IF (|has| |#2| (-485)) (-6 (-485)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-805)) (IF (|has| |#2| (-805)) (-6 (-805)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-862)) (IF (|has| |#2| (-862)) (-6 (-862)) |%noBranch|) |%noBranch|) (-15 -3764 ($ |#1| |#2|)) (-15 -2612 (|#1| $)) (-15 -2330 (|#2| $)))) (-1121) (-1121)) (T -983))
+((-3764 (*1 *1 *2 *3) (-12 (-5 *1 (-983 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121)))) (-2612 (*1 *2 *1) (-12 (-4 *2 (-1121)) (-5 *1 (-983 *2 *3)) (-4 *3 (-1121)))) (-2330 (*1 *2 *1) (-12 (-4 *2 (-1121)) (-5 *1 (-983 *3 *2)) (-4 *3 (-1121)))))
+(-13 (-1121) (-10 -8 (IF (|has| |#1| (-379)) (IF (|has| |#2| (-379)) (-6 (-379)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-738)) (IF (|has| |#2| (-738)) (-6 (-738)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-132)) (IF (|has| |#2| (-132)) (-6 (-132)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-485)) (IF (|has| |#2| (-485)) (-6 (-485)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-805)) (IF (|has| |#2| (-805)) (-6 (-805)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-862)) (IF (|has| |#2| (-862)) (-6 (-862)) |%noBranch|) |%noBranch|) (-15 -3764 ($ |#1| |#2|)) (-15 -2612 (|#1| $)) (-15 -2330 (|#2| $))))
+((-1688 (((-1125) $) 12)) (-3886 (($ (-518) (-1125)) 14)) (-4149 (((-518) $) 9)) (-4114 (((-876) $) 24)))
+(((-984) (-13 (-625 (-876)) (-10 -8 (-15 -4149 ((-518) $)) (-15 -1688 ((-1125) $)) (-15 -3886 ($ (-518) (-1125)))))) (T -984))
+((-4149 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-984)))) (-1688 (*1 *2 *1) (-12 (-5 *2 (-1125)) (-5 *1 (-984)))) (-3886 (*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-1125)) (-5 *1 (-984)))))
+(-13 (-625 (-876)) (-10 -8 (-15 -4149 ((-518) $)) (-15 -1688 ((-1125) $)) (-15 -3886 ($ (-518) (-1125)))))
+((-1955 (((-112) $ $) NIL)) (-4326 (($) NIL T CONST)) (-2324 (($ $ $) 30)) (-2300 (($ $) 24)) (-4185 (((-1179) $) NIL)) (-2746 (((-703 (-887 $ $)) $) 55)) (-2831 (((-703 $) $) 45)) (-4390 (((-703 (-887 $ $)) $) 56)) (-4347 (((-703 (-887 $ $)) $) 57)) (-3148 (((-703 |#1|) $) 36)) (-2307 (((-703 (-887 $ $)) $) 54)) (-3389 (($ $ $) 31)) (-3117 (((-1141) $) NIL)) (-3130 (($) NIL T CONST)) (-4059 (($ $ $) 32)) (-4128 (($ $ $) 29)) (-2704 (($ $ $) 27)) (-4114 (((-876) $) 59) (($ |#1|) 12)) (-3000 (((-112) $ $) NIL)) (-2311 (($ $ $) 28)) (-3939 (((-112) $ $) NIL)))
+(((-985 |#1|) (-13 (-988) (-628 |#1|) (-10 -8 (-15 -3148 ((-703 |#1|) $)) (-15 -2831 ((-703 $) $)) (-15 -2307 ((-703 (-887 $ $)) $)) (-15 -2746 ((-703 (-887 $ $)) $)) (-15 -4390 ((-703 (-887 $ $)) $)) (-15 -4347 ((-703 (-887 $ $)) $)) (-15 -2704 ($ $ $)) (-15 -4128 ($ $ $)))) (-1121)) (T -985))
+((-3148 (*1 *2 *1) (-12 (-5 *2 (-703 *3)) (-5 *1 (-985 *3)) (-4 *3 (-1121)))) (-2831 (*1 *2 *1) (-12 (-5 *2 (-703 (-985 *3))) (-5 *1 (-985 *3)) (-4 *3 (-1121)))) (-2307 (*1 *2 *1) (-12 (-5 *2 (-703 (-887 (-985 *3) (-985 *3)))) (-5 *1 (-985 *3)) (-4 *3 (-1121)))) (-2746 (*1 *2 *1) (-12 (-5 *2 (-703 (-887 (-985 *3) (-985 *3)))) (-5 *1 (-985 *3)) (-4 *3 (-1121)))) (-4390 (*1 *2 *1) (-12 (-5 *2 (-703 (-887 (-985 *3) (-985 *3)))) (-5 *1 (-985 *3)) (-4 *3 (-1121)))) (-4347 (*1 *2 *1) (-12 (-5 *2 (-703 (-887 (-985 *3) (-985 *3)))) (-5 *1 (-985 *3)) (-4 *3 (-1121)))) (-2704 (*1 *1 *1 *1) (-12 (-5 *1 (-985 *2)) (-4 *2 (-1121)))) (-4128 (*1 *1 *1 *1) (-12 (-5 *1 (-985 *2)) (-4 *2 (-1121)))))
+(-13 (-988) (-628 |#1|) (-10 -8 (-15 -3148 ((-703 |#1|) $)) (-15 -2831 ((-703 $) $)) (-15 -2307 ((-703 (-887 $ $)) $)) (-15 -2746 ((-703 (-887 $ $)) $)) (-15 -4390 ((-703 (-887 $ $)) $)) (-15 -4347 ((-703 (-887 $ $)) $)) (-15 -2704 ($ $ $)) (-15 -4128 ($ $ $))))
+((-4049 (((-985 |#1|) (-985 |#1|)) 46)) (-3340 (((-985 |#1|) (-985 |#1|)) 22)) (-1728 (((-1123 |#1|) (-985 |#1|)) 41)))
+(((-986 |#1|) (-13 (-1238) (-10 -7 (-15 -3340 ((-985 |#1|) (-985 |#1|))) (-15 -1728 ((-1123 |#1|) (-985 |#1|))) (-15 -4049 ((-985 |#1|) (-985 |#1|))))) (-1121)) (T -986))
+((-3340 (*1 *2 *2) (-12 (-5 *2 (-985 *3)) (-4 *3 (-1121)) (-5 *1 (-986 *3)))) (-1728 (*1 *2 *3) (-12 (-5 *3 (-985 *4)) (-4 *4 (-1121)) (-5 *2 (-1123 *4)) (-5 *1 (-986 *4)))) (-4049 (*1 *2 *2) (-12 (-5 *2 (-985 *3)) (-4 *3 (-1121)) (-5 *1 (-986 *3)))))
+(-13 (-1238) (-10 -7 (-15 -3340 ((-985 |#1|) (-985 |#1|))) (-15 -1728 ((-1123 |#1|) (-985 |#1|))) (-15 -4049 ((-985 |#1|) (-985 |#1|)))))
+((-2423 (((-985 |#2|) (-1 |#2| |#1|) (-985 |#1|)) 29)))
+(((-987 |#1| |#2|) (-13 (-1238) (-10 -7 (-15 -2423 ((-985 |#2|) (-1 |#2| |#1|) (-985 |#1|))))) (-1121) (-1121)) (T -987))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-985 *5)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-5 *2 (-985 *6)) (-5 *1 (-987 *5 *6)))))
+(-13 (-1238) (-10 -7 (-15 -2423 ((-985 |#2|) (-1 |#2| |#1|) (-985 |#1|)))))
+((-1955 (((-112) $ $) 16)) (-4326 (($) 14 T CONST)) (-2324 (($ $ $) 6)) (-2300 (($ $) 8)) (-4185 (((-1179) $) 19)) (-3389 (($ $ $) 12)) (-3117 (((-1141) $) 18)) (-3130 (($) 13 T CONST)) (-4059 (($ $ $) 11)) (-4114 (((-876) $) 17)) (-3000 (((-112) $ $) 20)) (-2311 (($ $ $) 7)) (-3939 (((-112) $ $) 15)))
+(((-988) (-141)) (T -988))
+((-4326 (*1 *1) (-4 *1 (-988))) (-3130 (*1 *1) (-4 *1 (-988))) (-3389 (*1 *1 *1 *1) (-4 *1 (-988))) (-4059 (*1 *1 *1 *1) (-4 *1 (-988))))
+(-13 (-113) (-1121) (-10 -8 (-15 -4326 ($) -2666) (-15 -3130 ($) -2666) (-15 -3389 ($ $ $)) (-15 -4059 ($ $ $))))
+(((-102) . T) ((-113) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1951 (((-112) $ (-783)) 8)) (-3853 (($) 7 T CONST)) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) 9)) (-3528 (($ $ $) 44)) (-3181 (($ $ $) 45)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2163 ((|#1| $) 46)) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-4306 ((|#1| $) 40)) (-3846 (($ |#1| $) 41)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-1470 ((|#1| $) 42)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-3356 (($ (-656 |#1|)) 43)) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-989 |#1|) (-141) (-862)) (T -989))
+((-2163 (*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-862)))) (-3181 (*1 *1 *1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-862)))) (-3528 (*1 *1 *1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-862)))))
+(-13 (-107 |t#1|) (-10 -8 (-6 -4464) (-15 -2163 (|t#1| $)) (-15 -3181 ($ $ $)) (-15 -3528 ($ $ $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1121) |has| |#1| (-1121)) ((-1238) . T))
+((-2750 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3115 |#2|)) |#2| |#2|) 105)) (-3350 ((|#2| |#2| |#2|) 103)) (-1694 (((-2 (|:| |coef2| |#2|) (|:| -3115 |#2|)) |#2| |#2|) 107)) (-3582 (((-2 (|:| |coef1| |#2|) (|:| -3115 |#2|)) |#2| |#2|) 109)) (-2290 (((-2 (|:| |coef2| |#2|) (|:| -1834 |#1|)) |#2| |#2|) 131 (|has| |#1| (-464)))) (-3650 (((-2 (|:| |coef2| |#2|) (|:| -1751 |#1|)) |#2| |#2|) 56)) (-3570 (((-2 (|:| |coef2| |#2|) (|:| -1751 |#1|)) |#2| |#2|) 80)) (-4244 (((-2 (|:| |coef1| |#2|) (|:| -1751 |#1|)) |#2| |#2|) 82)) (-1513 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 96)) (-1980 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783)) 89)) (-2051 (((-2 (|:| |coef2| |#2|) (|:| -3053 |#1|)) |#2|) 121)) (-3258 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783)) 92)) (-2110 (((-656 (-783)) |#2| |#2|) 102)) (-1948 ((|#1| |#2| |#2|) 50)) (-2754 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1834 |#1|)) |#2| |#2|) 129 (|has| |#1| (-464)))) (-1834 ((|#1| |#2| |#2|) 127 (|has| |#1| (-464)))) (-4367 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1751 |#1|)) |#2| |#2|) 54)) (-2417 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1751 |#1|)) |#2| |#2|) 79)) (-1751 ((|#1| |#2| |#2|) 76)) (-3710 (((-2 (|:| -2862 |#1|) (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2|) 41)) (-1898 ((|#2| |#2| |#2| |#2| |#1|) 67)) (-4420 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 94)) (-3172 ((|#2| |#2| |#2|) 93)) (-1999 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783)) 87)) (-1498 ((|#2| |#2| |#2| (-783)) 85)) (-3115 ((|#2| |#2| |#2|) 135 (|has| |#1| (-464)))) (-1943 (((-1288 |#2|) (-1288 |#2|) |#1|) 22)) (-3018 (((-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2|) 46)) (-2953 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3053 |#1|)) |#2|) 119)) (-3053 ((|#1| |#2|) 116)) (-3155 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783)) 91)) (-4236 ((|#2| |#2| |#2| (-783)) 90)) (-1378 (((-656 |#2|) |#2| |#2|) 99)) (-2156 ((|#2| |#2| |#1| |#1| (-783)) 62)) (-3294 ((|#1| |#1| |#1| (-783)) 61)) (* (((-1288 |#2|) |#1| (-1288 |#2|)) 17)))
+(((-990 |#1| |#2|) (-10 -7 (-15 -1751 (|#1| |#2| |#2|)) (-15 -2417 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1751 |#1|)) |#2| |#2|)) (-15 -3570 ((-2 (|:| |coef2| |#2|) (|:| -1751 |#1|)) |#2| |#2|)) (-15 -4244 ((-2 (|:| |coef1| |#2|) (|:| -1751 |#1|)) |#2| |#2|)) (-15 -1498 (|#2| |#2| |#2| (-783))) (-15 -1999 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783))) (-15 -1980 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783))) (-15 -4236 (|#2| |#2| |#2| (-783))) (-15 -3155 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783))) (-15 -3258 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783))) (-15 -3172 (|#2| |#2| |#2|)) (-15 -4420 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -1513 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3350 (|#2| |#2| |#2|)) (-15 -2750 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3115 |#2|)) |#2| |#2|)) (-15 -1694 ((-2 (|:| |coef2| |#2|) (|:| -3115 |#2|)) |#2| |#2|)) (-15 -3582 ((-2 (|:| |coef1| |#2|) (|:| -3115 |#2|)) |#2| |#2|)) (-15 -3053 (|#1| |#2|)) (-15 -2953 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3053 |#1|)) |#2|)) (-15 -2051 ((-2 (|:| |coef2| |#2|) (|:| -3053 |#1|)) |#2|)) (-15 -1378 ((-656 |#2|) |#2| |#2|)) (-15 -2110 ((-656 (-783)) |#2| |#2|)) (IF (|has| |#1| (-464)) (PROGN (-15 -1834 (|#1| |#2| |#2|)) (-15 -2754 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1834 |#1|)) |#2| |#2|)) (-15 -2290 ((-2 (|:| |coef2| |#2|) (|:| -1834 |#1|)) |#2| |#2|)) (-15 -3115 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1288 |#2|) |#1| (-1288 |#2|))) (-15 -1943 ((-1288 |#2|) (-1288 |#2|) |#1|)) (-15 -3710 ((-2 (|:| -2862 |#1|) (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2|)) (-15 -3018 ((-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2|)) (-15 -3294 (|#1| |#1| |#1| (-783))) (-15 -2156 (|#2| |#2| |#1| |#1| (-783))) (-15 -1898 (|#2| |#2| |#2| |#2| |#1|)) (-15 -1948 (|#1| |#2| |#2|)) (-15 -4367 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1751 |#1|)) |#2| |#2|)) (-15 -3650 ((-2 (|:| |coef2| |#2|) (|:| -1751 |#1|)) |#2| |#2|))) (-568) (-1264 |#1|)) (T -990))
+((-3650 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1751 *4))) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-4367 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1751 *4))) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-1948 (*1 *2 *3 *3) (-12 (-4 *2 (-568)) (-5 *1 (-990 *2 *3)) (-4 *3 (-1264 *2)))) (-1898 (*1 *2 *2 *2 *2 *3) (-12 (-4 *3 (-568)) (-5 *1 (-990 *3 *2)) (-4 *2 (-1264 *3)))) (-2156 (*1 *2 *2 *3 *3 *4) (-12 (-5 *4 (-783)) (-4 *3 (-568)) (-5 *1 (-990 *3 *2)) (-4 *2 (-1264 *3)))) (-3294 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-783)) (-4 *2 (-568)) (-5 *1 (-990 *2 *4)) (-4 *4 (-1264 *2)))) (-3018 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3))) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-3710 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| -2862 *4) (|:| -4079 *3) (|:| -1380 *3))) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-1943 (*1 *2 *2 *3) (-12 (-5 *2 (-1288 *4)) (-4 *4 (-1264 *3)) (-4 *3 (-568)) (-5 *1 (-990 *3 *4)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1288 *4)) (-4 *4 (-1264 *3)) (-4 *3 (-568)) (-5 *1 (-990 *3 *4)))) (-3115 (*1 *2 *2 *2) (-12 (-4 *3 (-464)) (-4 *3 (-568)) (-5 *1 (-990 *3 *2)) (-4 *2 (-1264 *3)))) (-2290 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1834 *4))) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-2754 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1834 *4))) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-1834 (*1 *2 *3 *3) (-12 (-4 *2 (-568)) (-4 *2 (-464)) (-5 *1 (-990 *2 *3)) (-4 *3 (-1264 *2)))) (-2110 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-656 (-783))) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-1378 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-656 *3)) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-2051 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3053 *4))) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-2953 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3053 *4))) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-3053 (*1 *2 *3) (-12 (-4 *2 (-568)) (-5 *1 (-990 *2 *3)) (-4 *3 (-1264 *2)))) (-3582 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3115 *3))) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-1694 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3115 *3))) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-2750 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3115 *3))) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-3350 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-990 *3 *2)) (-4 *2 (-1264 *3)))) (-1513 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-4420 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-3172 (*1 *2 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-990 *3 *2)) (-4 *2 (-1264 *3)))) (-3258 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-783)) (-4 *5 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-990 *5 *3)) (-4 *3 (-1264 *5)))) (-3155 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-783)) (-4 *5 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-990 *5 *3)) (-4 *3 (-1264 *5)))) (-4236 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-783)) (-4 *4 (-568)) (-5 *1 (-990 *4 *2)) (-4 *2 (-1264 *4)))) (-1980 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-783)) (-4 *5 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-990 *5 *3)) (-4 *3 (-1264 *5)))) (-1999 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-783)) (-4 *5 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-990 *5 *3)) (-4 *3 (-1264 *5)))) (-1498 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-783)) (-4 *4 (-568)) (-5 *1 (-990 *4 *2)) (-4 *2 (-1264 *4)))) (-4244 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -1751 *4))) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-3570 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1751 *4))) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-2417 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1751 *4))) (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))) (-1751 (*1 *2 *3 *3) (-12 (-4 *2 (-568)) (-5 *1 (-990 *2 *3)) (-4 *3 (-1264 *2)))))
+(-10 -7 (-15 -1751 (|#1| |#2| |#2|)) (-15 -2417 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1751 |#1|)) |#2| |#2|)) (-15 -3570 ((-2 (|:| |coef2| |#2|) (|:| -1751 |#1|)) |#2| |#2|)) (-15 -4244 ((-2 (|:| |coef1| |#2|) (|:| -1751 |#1|)) |#2| |#2|)) (-15 -1498 (|#2| |#2| |#2| (-783))) (-15 -1999 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783))) (-15 -1980 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783))) (-15 -4236 (|#2| |#2| |#2| (-783))) (-15 -3155 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783))) (-15 -3258 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-783))) (-15 -3172 (|#2| |#2| |#2|)) (-15 -4420 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -1513 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3350 (|#2| |#2| |#2|)) (-15 -2750 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3115 |#2|)) |#2| |#2|)) (-15 -1694 ((-2 (|:| |coef2| |#2|) (|:| -3115 |#2|)) |#2| |#2|)) (-15 -3582 ((-2 (|:| |coef1| |#2|) (|:| -3115 |#2|)) |#2| |#2|)) (-15 -3053 (|#1| |#2|)) (-15 -2953 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3053 |#1|)) |#2|)) (-15 -2051 ((-2 (|:| |coef2| |#2|) (|:| -3053 |#1|)) |#2|)) (-15 -1378 ((-656 |#2|) |#2| |#2|)) (-15 -2110 ((-656 (-783)) |#2| |#2|)) (IF (|has| |#1| (-464)) (PROGN (-15 -1834 (|#1| |#2| |#2|)) (-15 -2754 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1834 |#1|)) |#2| |#2|)) (-15 -2290 ((-2 (|:| |coef2| |#2|) (|:| -1834 |#1|)) |#2| |#2|)) (-15 -3115 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1288 |#2|) |#1| (-1288 |#2|))) (-15 -1943 ((-1288 |#2|) (-1288 |#2|) |#1|)) (-15 -3710 ((-2 (|:| -2862 |#1|) (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2|)) (-15 -3018 ((-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) |#2| |#2|)) (-15 -3294 (|#1| |#1| |#1| (-783))) (-15 -2156 (|#2| |#2| |#1| |#1| (-783))) (-15 -1898 (|#2| |#2| |#2| |#2| |#1|)) (-15 -1948 (|#1| |#2| |#2|)) (-15 -4367 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1751 |#1|)) |#2| |#2|)) (-15 -3650 ((-2 (|:| |coef2| |#2|) (|:| -1751 |#1|)) |#2| |#2|)))
+((-1955 (((-112) $ $) NIL)) (-4170 (((-1237) $) 13)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2230 (((-1156) $) 10)) (-4114 (((-876) $) 20) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-991) (-13 (-1104) (-10 -8 (-15 -2230 ((-1156) $)) (-15 -4170 ((-1237) $))))) (T -991))
+((-2230 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-991)))) (-4170 (*1 *2 *1) (-12 (-5 *2 (-1237)) (-5 *1 (-991)))))
+(-13 (-1104) (-10 -8 (-15 -2230 ((-1156) $)) (-15 -4170 ((-1237) $))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 40)) (-2583 (((-3 $ "failed") $ $) 54)) (-3853 (($) NIL T CONST)) (-2577 (((-656 (-887 (-940) (-940))) $) 67)) (-2525 (((-940) $) 94)) (-3722 (((-656 (-940)) $) 17)) (-3707 (((-1178 $) (-783)) 39)) (-3521 (($ (-656 (-940))) 16)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2970 (($ $) 70)) (-4114 (((-876) $) 90) (((-656 (-940)) $) 11)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 8 T CONST)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 44)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 42)) (-4027 (($ $ $) 46)) (* (($ (-940) $) NIL) (($ (-783) $) 49)) (-1968 (((-783) $) 22)))
+(((-992) (-13 (-807) (-625 (-656 (-940))) (-10 -8 (-15 -3521 ($ (-656 (-940)))) (-15 -3722 ((-656 (-940)) $)) (-15 -1968 ((-783) $)) (-15 -3707 ((-1178 $) (-783))) (-15 -2577 ((-656 (-887 (-940) (-940))) $)) (-15 -2525 ((-940) $)) (-15 -2970 ($ $))))) (T -992))
+((-3521 (*1 *1 *2) (-12 (-5 *2 (-656 (-940))) (-5 *1 (-992)))) (-3722 (*1 *2 *1) (-12 (-5 *2 (-656 (-940))) (-5 *1 (-992)))) (-1968 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-992)))) (-3707 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1178 (-992))) (-5 *1 (-992)))) (-2577 (*1 *2 *1) (-12 (-5 *2 (-656 (-887 (-940) (-940)))) (-5 *1 (-992)))) (-2525 (*1 *2 *1) (-12 (-5 *2 (-940)) (-5 *1 (-992)))) (-2970 (*1 *1 *1) (-5 *1 (-992))))
+(-13 (-807) (-625 (-656 (-940))) (-10 -8 (-15 -3521 ($ (-656 (-940)))) (-15 -3722 ((-656 (-940)) $)) (-15 -1968 ((-783) $)) (-15 -3707 ((-1178 $) (-783))) (-15 -2577 ((-656 (-887 (-940) (-940))) $)) (-15 -2525 ((-940) $)) (-15 -2970 ($ $))))
+((-4047 (($ $ |#2|) 31)) (-4037 (($ $) 23) (($ $ $) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 17) (($ $ $) NIL) (($ $ |#2|) 21) (($ |#2| $) 20) (($ (-419 (-576)) $) 27) (($ $ (-419 (-576))) 29)))
+(((-993 |#1| |#2| |#3| |#4|) (-10 -8 (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 -4047 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-940) |#1|))) (-994 |#2| |#3| |#4|) (-1070) (-804) (-862)) (T -993))
+NIL
+(-10 -8 (-15 * (|#1| |#1| (-419 (-576)))) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 -4047 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 * (|#1| (-940) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-1583 (((-656 |#3|) $) 86)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-2116 (($ $) 64 (|has| |#1| (-568)))) (-2898 (((-112) $) 66 (|has| |#1| (-568)))) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-3310 (($ $) 72)) (-2413 (((-3 $ "failed") $) 37)) (-2871 (((-112) $) 85)) (-3315 (((-112) $) 35)) (-3649 (((-112) $) 74)) (-1562 (($ |#1| |#2|) 73) (($ $ |#3| |#2|) 88) (($ $ (-656 |#3|) (-656 |#2|)) 87)) (-2423 (($ (-1 |#1| |#1|) $) 75)) (-1697 (($ $) 77)) (-1708 ((|#1| $) 78)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-1943 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568)))) (-2786 ((|#2| $) 76)) (-2093 (($ $) 84)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 69 (|has| |#1| (-38 (-419 (-576))))) (($ $) 61 (|has| |#1| (-568))) (($ |#1|) 59 (|has| |#1| (-174)))) (-1341 ((|#1| $ |#2|) 71)) (-3346 (((-3 $ "failed") $) 60 (|has| |#1| (-146)))) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 65 (|has| |#1| (-568)))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#1|) 70 (|has| |#1| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
+(((-994 |#1| |#2| |#3|) (-141) (-1070) (-804) (-862)) (T -994))
+((-1708 (*1 *2 *1) (-12 (-4 *1 (-994 *2 *3 *4)) (-4 *3 (-804)) (-4 *4 (-862)) (-4 *2 (-1070)))) (-1697 (*1 *1 *1) (-12 (-4 *1 (-994 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-804)) (-4 *4 (-862)))) (-2786 (*1 *2 *1) (-12 (-4 *1 (-994 *3 *2 *4)) (-4 *3 (-1070)) (-4 *4 (-862)) (-4 *2 (-804)))) (-1562 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-994 *4 *3 *2)) (-4 *4 (-1070)) (-4 *3 (-804)) (-4 *2 (-862)))) (-1562 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 *6)) (-5 *3 (-656 *5)) (-4 *1 (-994 *4 *5 *6)) (-4 *4 (-1070)) (-4 *5 (-804)) (-4 *6 (-862)))) (-1583 (*1 *2 *1) (-12 (-4 *1 (-994 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-804)) (-4 *5 (-862)) (-5 *2 (-656 *5)))) (-2871 (*1 *2 *1) (-12 (-4 *1 (-994 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-804)) (-4 *5 (-862)) (-5 *2 (-112)))) (-2093 (*1 *1 *1) (-12 (-4 *1 (-994 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-804)) (-4 *4 (-862)))))
+(-13 (-47 |t#1| |t#2|) (-10 -8 (-15 -1562 ($ $ |t#3| |t#2|)) (-15 -1562 ($ $ (-656 |t#3|) (-656 |t#2|))) (-15 -1697 ($ $)) (-15 -1708 (|t#1| $)) (-15 -2786 (|t#2| $)) (-15 -1583 ((-656 |t#3|) $)) (-15 -2871 ((-112) $)) (-15 -2093 ($ $))))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) |has| |#1| (-568)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) |has| |#1| (-38 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-628 $) |has| |#1| (-568)) ((-625 (-876)) . T) ((-174) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-300) |has| |#1| (-568)) ((-568) |has| |#1| (-568)) ((-658 #0#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) |has| |#1| (-38 (-419 (-576)))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) |has| |#1| (-568)) ((-729 #0#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) |has| |#1| (-568)) ((-738) . T) ((-1072 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1072 |#1|) . T) ((-1072 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1077 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1077 |#1|) . T) ((-1077 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-3765 (((-1115 (-227)) $) 8)) (-3754 (((-1115 (-227)) $) 9)) (-3741 (((-1115 (-227)) $) 10)) (-2482 (((-656 (-656 (-962 (-227)))) $) 11)) (-4114 (((-876) $) 6)))
+(((-995) (-141)) (T -995))
+((-2482 (*1 *2 *1) (-12 (-4 *1 (-995)) (-5 *2 (-656 (-656 (-962 (-227))))))) (-3741 (*1 *2 *1) (-12 (-4 *1 (-995)) (-5 *2 (-1115 (-227))))) (-3754 (*1 *2 *1) (-12 (-4 *1 (-995)) (-5 *2 (-1115 (-227))))) (-3765 (*1 *2 *1) (-12 (-4 *1 (-995)) (-5 *2 (-1115 (-227))))))
+(-13 (-625 (-876)) (-10 -8 (-15 -2482 ((-656 (-656 (-962 (-227)))) $)) (-15 -3741 ((-1115 (-227)) $)) (-15 -3754 ((-1115 (-227)) $)) (-15 -3765 ((-1115 (-227)) $))))
+(((-625 (-876)) . T))
+((-1583 (((-656 |#4|) $) 23)) (-1734 (((-112) $) 55)) (-2306 (((-112) $) 54)) (-2380 (((-2 (|:| |under| $) (|:| -4110 $) (|:| |upper| $)) $ |#4|) 42)) (-4317 (((-112) $) 56)) (-1331 (((-112) $ $) 62)) (-3465 (((-112) $ $) 65)) (-3304 (((-112) $) 60)) (-1405 (((-656 |#5|) (-656 |#5|) $) 98)) (-1426 (((-656 |#5|) (-656 |#5|) $) 95)) (-1380 (((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) 88)) (-3044 (((-656 |#4|) $) 27)) (-3436 (((-112) |#4| $) 34)) (-1647 (((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| $) 81)) (-4154 (($ $ |#4|) 39)) (-3200 (($ $ |#4|) 38)) (-4039 (($ $ |#4|) 40)) (-3939 (((-112) $ $) 46)))
+(((-996 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2306 ((-112) |#1|)) (-15 -1405 ((-656 |#5|) (-656 |#5|) |#1|)) (-15 -1426 ((-656 |#5|) (-656 |#5|) |#1|)) (-15 -1380 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -1647 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -4317 ((-112) |#1|)) (-15 -3465 ((-112) |#1| |#1|)) (-15 -1331 ((-112) |#1| |#1|)) (-15 -3304 ((-112) |#1|)) (-15 -1734 ((-112) |#1|)) (-15 -2380 ((-2 (|:| |under| |#1|) (|:| -4110 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -4154 (|#1| |#1| |#4|)) (-15 -4039 (|#1| |#1| |#4|)) (-15 -3200 (|#1| |#1| |#4|)) (-15 -3436 ((-112) |#4| |#1|)) (-15 -3044 ((-656 |#4|) |#1|)) (-15 -1583 ((-656 |#4|) |#1|)) (-15 -3939 ((-112) |#1| |#1|))) (-997 |#2| |#3| |#4| |#5|) (-1070) (-805) (-862) (-1086 |#2| |#3| |#4|)) (T -996))
+NIL
+(-10 -8 (-15 -2306 ((-112) |#1|)) (-15 -1405 ((-656 |#5|) (-656 |#5|) |#1|)) (-15 -1426 ((-656 |#5|) (-656 |#5|) |#1|)) (-15 -1380 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -1647 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -4317 ((-112) |#1|)) (-15 -3465 ((-112) |#1| |#1|)) (-15 -1331 ((-112) |#1| |#1|)) (-15 -3304 ((-112) |#1|)) (-15 -1734 ((-112) |#1|)) (-15 -2380 ((-2 (|:| |under| |#1|) (|:| -4110 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -4154 (|#1| |#1| |#4|)) (-15 -4039 (|#1| |#1| |#4|)) (-15 -3200 (|#1| |#1| |#4|)) (-15 -3436 ((-112) |#4| |#1|)) (-15 -3044 ((-656 |#4|) |#1|)) (-15 -1583 ((-656 |#4|) |#1|)) (-15 -3939 ((-112) |#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-1583 (((-656 |#3|) $) 34)) (-1734 (((-112) $) 27)) (-2306 (((-112) $) 18 (|has| |#1| (-568)))) (-2380 (((-2 (|:| |under| $) (|:| -4110 $) (|:| |upper| $)) $ |#3|) 28)) (-1951 (((-112) $ (-783)) 45)) (-3604 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4464)))) (-3853 (($) 46 T CONST)) (-4317 (((-112) $) 23 (|has| |#1| (-568)))) (-1331 (((-112) $ $) 25 (|has| |#1| (-568)))) (-3465 (((-112) $ $) 24 (|has| |#1| (-568)))) (-3304 (((-112) $) 26 (|has| |#1| (-568)))) (-1405 (((-656 |#4|) (-656 |#4|) $) 19 (|has| |#1| (-568)))) (-1426 (((-656 |#4|) (-656 |#4|) $) 20 (|has| |#1| (-568)))) (-2981 (((-3 $ "failed") (-656 |#4|)) 37)) (-2318 (($ (-656 |#4|)) 36)) (-2741 (($ $) 69 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464))))) (-2824 (($ |#4| $) 68 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4464)))) (-1380 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-568)))) (-2722 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4464))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4464)))) (-3722 (((-656 |#4|) $) 53 (|has| $ (-6 -4464)))) (-2777 ((|#3| $) 35)) (-4157 (((-112) $ (-783)) 44)) (-4302 (((-656 |#4|) $) 54 (|has| $ (-6 -4464)))) (-4029 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#4| |#4|) $) 48)) (-3044 (((-656 |#3|) $) 33)) (-3436 (((-112) |#3| $) 32)) (-4002 (((-112) $ (-783)) 43)) (-4185 (((-1179) $) 10)) (-1647 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-568)))) (-3117 (((-1141) $) 11)) (-2922 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-3484 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 |#4|) (-656 |#4|)) 60 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-304 |#4|)) 58 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-656 (-304 |#4|))) 57 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))) (-2587 (((-112) $ $) 39)) (-4190 (((-112) $) 42)) (-3029 (($) 41)) (-3131 (((-783) |#4| $) 55 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) (((-783) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4464)))) (-4287 (($ $) 40)) (-1554 (((-548) $) 70 (|has| |#4| (-626 (-548))))) (-4125 (($ (-656 |#4|)) 61)) (-4154 (($ $ |#3|) 29)) (-3200 (($ $ |#3|) 31)) (-4039 (($ $ |#3|) 30)) (-4114 (((-876) $) 12) (((-656 |#4|) $) 38)) (-3000 (((-112) $ $) 9)) (-1746 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 7)) (-1968 (((-783) $) 47 (|has| $ (-6 -4464)))))
+(((-997 |#1| |#2| |#3| |#4|) (-141) (-1070) (-805) (-862) (-1086 |t#1| |t#2| |t#3|)) (T -997))
+((-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *1 (-997 *3 *4 *5 *6)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *1 (-997 *3 *4 *5 *6)))) (-2777 (*1 *2 *1) (-12 (-4 *1 (-997 *3 *4 *2 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-1086 *3 *4 *2)) (-4 *2 (-862)))) (-1583 (*1 *2 *1) (-12 (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-656 *5)))) (-3044 (*1 *2 *1) (-12 (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-656 *5)))) (-3436 (*1 *2 *3 *1) (-12 (-4 *1 (-997 *4 *5 *3 *6)) (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *3 (-862)) (-4 *6 (-1086 *4 *5 *3)) (-5 *2 (-112)))) (-3200 (*1 *1 *1 *2) (-12 (-4 *1 (-997 *3 *4 *2 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *2 (-862)) (-4 *5 (-1086 *3 *4 *2)))) (-4039 (*1 *1 *1 *2) (-12 (-4 *1 (-997 *3 *4 *2 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *2 (-862)) (-4 *5 (-1086 *3 *4 *2)))) (-4154 (*1 *1 *1 *2) (-12 (-4 *1 (-997 *3 *4 *2 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *2 (-862)) (-4 *5 (-1086 *3 *4 *2)))) (-2380 (*1 *2 *1 *3) (-12 (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *3 (-862)) (-4 *6 (-1086 *4 *5 *3)) (-5 *2 (-2 (|:| |under| *1) (|:| -4110 *1) (|:| |upper| *1))) (-4 *1 (-997 *4 *5 *3 *6)))) (-1734 (*1 *2 *1) (-12 (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-112)))) (-3304 (*1 *2 *1) (-12 (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568)) (-5 *2 (-112)))) (-1331 (*1 *2 *1 *1) (-12 (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568)) (-5 *2 (-112)))) (-3465 (*1 *2 *1 *1) (-12 (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568)) (-5 *2 (-112)))) (-4317 (*1 *2 *1) (-12 (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568)) (-5 *2 (-112)))) (-1647 (*1 *2 *3 *1) (-12 (-4 *1 (-997 *4 *5 *6 *3)) (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-4 *4 (-568)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))) (-1380 (*1 *2 *3 *1) (-12 (-4 *1 (-997 *4 *5 *6 *3)) (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-4 *4 (-568)) (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))) (-1426 (*1 *2 *2 *1) (-12 (-5 *2 (-656 *6)) (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568)))) (-1405 (*1 *2 *2 *1) (-12 (-5 *2 (-656 *6)) (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568)))) (-2306 (*1 *2 *1) (-12 (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568)) (-5 *2 (-112)))))
+(-13 (-1121) (-152 |t#4|) (-625 (-656 |t#4|)) (-10 -8 (-6 -4464) (-15 -2981 ((-3 $ "failed") (-656 |t#4|))) (-15 -2318 ($ (-656 |t#4|))) (-15 -2777 (|t#3| $)) (-15 -1583 ((-656 |t#3|) $)) (-15 -3044 ((-656 |t#3|) $)) (-15 -3436 ((-112) |t#3| $)) (-15 -3200 ($ $ |t#3|)) (-15 -4039 ($ $ |t#3|)) (-15 -4154 ($ $ |t#3|)) (-15 -2380 ((-2 (|:| |under| $) (|:| -4110 $) (|:| |upper| $)) $ |t#3|)) (-15 -1734 ((-112) $)) (IF (|has| |t#1| (-568)) (PROGN (-15 -3304 ((-112) $)) (-15 -1331 ((-112) $ $)) (-15 -3465 ((-112) $ $)) (-15 -4317 ((-112) $)) (-15 -1647 ((-2 (|:| |num| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -1380 ((-2 (|:| |rnum| |t#1|) (|:| |polnum| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -1426 ((-656 |t#4|) (-656 |t#4|) $)) (-15 -1405 ((-656 |t#4|) (-656 |t#4|) $)) (-15 -2306 ((-112) $))) |%noBranch|)))
+(((-34) . T) ((-102) . T) ((-625 (-656 |#4|)) . T) ((-625 (-876)) . T) ((-152 |#4|) . T) ((-626 (-548)) |has| |#4| (-626 (-548))) ((-319 |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))) ((-501 |#4|) . T) ((-526 |#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))) ((-1121) . T) ((-1238) . T))
+((-1360 (((-656 |#4|) |#4| |#4|) 136)) (-2038 (((-656 |#4|) (-656 |#4|) (-112)) 125 (|has| |#1| (-464))) (((-656 |#4|) (-656 |#4|)) 126 (|has| |#1| (-464)))) (-3619 (((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|)) 44)) (-3020 (((-112) |#4|) 43)) (-3084 (((-656 |#4|) |#4|) 121 (|has| |#1| (-464)))) (-4374 (((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-1 (-112) |#4|) (-656 |#4|)) 24)) (-3468 (((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 (-1 (-112) |#4|)) (-656 |#4|)) 30)) (-1897 (((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 (-1 (-112) |#4|)) (-656 |#4|)) 31)) (-1912 (((-3 (-2 (|:| |bas| (-488 |#1| |#2| |#3| |#4|)) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|)) 90)) (-3911 (((-656 |#4|) (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 103)) (-2382 (((-656 |#4|) (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 129)) (-2762 (((-656 |#4|) (-656 |#4|)) 128)) (-2229 (((-656 |#4|) (-656 |#4|) (-656 |#4|) (-112)) 59) (((-656 |#4|) (-656 |#4|) (-656 |#4|)) 61)) (-3750 ((|#4| |#4| (-656 |#4|)) 60)) (-3470 (((-656 |#4|) (-656 |#4|) (-656 |#4|)) 132 (|has| |#1| (-464)))) (-4318 (((-656 |#4|) (-656 |#4|) (-656 |#4|)) 135 (|has| |#1| (-464)))) (-3242 (((-656 |#4|) (-656 |#4|) (-656 |#4|)) 134 (|has| |#1| (-464)))) (-3828 (((-656 |#4|) (-656 |#4|) (-656 |#4|) (-1 (-656 |#4|) (-656 |#4|))) 105) (((-656 |#4|) (-656 |#4|) (-656 |#4|)) 107) (((-656 |#4|) (-656 |#4|) |#4|) 140) (((-656 |#4|) |#4| |#4|) 137) (((-656 |#4|) (-656 |#4|)) 106)) (-4069 (((-656 |#4|) (-656 |#4|) (-656 |#4|)) 118 (-12 (|has| |#1| (-148)) (|has| |#1| (-317))))) (-3776 (((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|)) 52)) (-3046 (((-112) (-656 |#4|)) 79)) (-1672 (((-112) (-656 |#4|) (-656 (-656 |#4|))) 67)) (-1618 (((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|)) 37)) (-3070 (((-112) |#4|) 36)) (-3100 (((-656 |#4|) (-656 |#4|)) 116 (-12 (|has| |#1| (-148)) (|has| |#1| (-317))))) (-2064 (((-656 |#4|) (-656 |#4|)) 117 (-12 (|has| |#1| (-148)) (|has| |#1| (-317))))) (-4392 (((-656 |#4|) (-656 |#4|)) 83)) (-2768 (((-656 |#4|) (-656 |#4|)) 97)) (-4239 (((-112) (-656 |#4|) (-656 |#4|)) 65)) (-1631 (((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|)) 50)) (-2131 (((-112) |#4|) 45)))
+(((-998 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3828 ((-656 |#4|) (-656 |#4|))) (-15 -3828 ((-656 |#4|) |#4| |#4|)) (-15 -2762 ((-656 |#4|) (-656 |#4|))) (-15 -1360 ((-656 |#4|) |#4| |#4|)) (-15 -3828 ((-656 |#4|) (-656 |#4|) |#4|)) (-15 -3828 ((-656 |#4|) (-656 |#4|) (-656 |#4|))) (-15 -3828 ((-656 |#4|) (-656 |#4|) (-656 |#4|) (-1 (-656 |#4|) (-656 |#4|)))) (-15 -4239 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -1672 ((-112) (-656 |#4|) (-656 (-656 |#4|)))) (-15 -3046 ((-112) (-656 |#4|))) (-15 -4374 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-1 (-112) |#4|) (-656 |#4|))) (-15 -3468 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 (-1 (-112) |#4|)) (-656 |#4|))) (-15 -1897 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 (-1 (-112) |#4|)) (-656 |#4|))) (-15 -3776 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|))) (-15 -3020 ((-112) |#4|)) (-15 -3619 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|))) (-15 -3070 ((-112) |#4|)) (-15 -1618 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|))) (-15 -2131 ((-112) |#4|)) (-15 -1631 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|))) (-15 -2229 ((-656 |#4|) (-656 |#4|) (-656 |#4|))) (-15 -2229 ((-656 |#4|) (-656 |#4|) (-656 |#4|) (-112))) (-15 -3750 (|#4| |#4| (-656 |#4|))) (-15 -4392 ((-656 |#4|) (-656 |#4|))) (-15 -1912 ((-3 (-2 (|:| |bas| (-488 |#1| |#2| |#3| |#4|)) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|))) (-15 -2768 ((-656 |#4|) (-656 |#4|))) (-15 -3911 ((-656 |#4|) (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2382 ((-656 |#4|) (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-464)) (PROGN (-15 -3084 ((-656 |#4|) |#4|)) (-15 -2038 ((-656 |#4|) (-656 |#4|))) (-15 -2038 ((-656 |#4|) (-656 |#4|) (-112))) (-15 -3470 ((-656 |#4|) (-656 |#4|) (-656 |#4|))) (-15 -3242 ((-656 |#4|) (-656 |#4|) (-656 |#4|))) (-15 -4318 ((-656 |#4|) (-656 |#4|) (-656 |#4|)))) |%noBranch|) (IF (|has| |#1| (-317)) (IF (|has| |#1| (-148)) (PROGN (-15 -2064 ((-656 |#4|) (-656 |#4|))) (-15 -3100 ((-656 |#4|) (-656 |#4|))) (-15 -4069 ((-656 |#4|) (-656 |#4|) (-656 |#4|)))) |%noBranch|) |%noBranch|)) (-568) (-805) (-862) (-1086 |#1| |#2| |#3|)) (T -998))
+((-4069 (*1 *2 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-148)) (-4 *3 (-317)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6)))) (-3100 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-148)) (-4 *3 (-317)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6)))) (-2064 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-148)) (-4 *3 (-317)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6)))) (-4318 (*1 *2 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-464)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6)))) (-3242 (*1 *2 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-464)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6)))) (-3470 (*1 *2 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-464)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6)))) (-2038 (*1 *2 *2 *3) (-12 (-5 *2 (-656 *7)) (-5 *3 (-112)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-998 *4 *5 *6 *7)))) (-2038 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-464)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6)))) (-3084 (*1 *2 *3) (-12 (-4 *4 (-464)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *3)) (-5 *1 (-998 *4 *5 *6 *3)) (-4 *3 (-1086 *4 *5 *6)))) (-2382 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-656 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-998 *5 *6 *7 *8)))) (-3911 (*1 *2 *2 *3 *4 *5) (-12 (-5 *2 (-656 *9)) (-5 *3 (-1 (-112) *9)) (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1086 *6 *7 *8)) (-4 *6 (-568)) (-4 *7 (-805)) (-4 *8 (-862)) (-5 *1 (-998 *6 *7 *8 *9)))) (-2768 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6)))) (-1912 (*1 *2 *3) (|partial| -12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-2 (|:| |bas| (-488 *4 *5 *6 *7)) (|:| -3016 (-656 *7)))) (-5 *1 (-998 *4 *5 *6 *7)) (-5 *3 (-656 *7)))) (-4392 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6)))) (-3750 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-1086 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-998 *4 *5 *6 *2)))) (-2229 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-656 *7)) (-5 *3 (-112)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-998 *4 *5 *6 *7)))) (-2229 (*1 *2 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6)))) (-1631 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-656 *7)) (|:| |badPols| (-656 *7)))) (-5 *1 (-998 *4 *5 *6 *7)) (-5 *3 (-656 *7)))) (-2131 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-998 *4 *5 *6 *3)) (-4 *3 (-1086 *4 *5 *6)))) (-1618 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-656 *7)) (|:| |badPols| (-656 *7)))) (-5 *1 (-998 *4 *5 *6 *7)) (-5 *3 (-656 *7)))) (-3070 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-998 *4 *5 *6 *3)) (-4 *3 (-1086 *4 *5 *6)))) (-3619 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-656 *7)) (|:| |badPols| (-656 *7)))) (-5 *1 (-998 *4 *5 *6 *7)) (-5 *3 (-656 *7)))) (-3020 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-998 *4 *5 *6 *3)) (-4 *3 (-1086 *4 *5 *6)))) (-3776 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-656 *7)) (|:| |badPols| (-656 *7)))) (-5 *1 (-998 *4 *5 *6 *7)) (-5 *3 (-656 *7)))) (-1897 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-1 (-112) *8))) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-2 (|:| |goodPols| (-656 *8)) (|:| |badPols| (-656 *8)))) (-5 *1 (-998 *5 *6 *7 *8)) (-5 *4 (-656 *8)))) (-3468 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-1 (-112) *8))) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-2 (|:| |goodPols| (-656 *8)) (|:| |badPols| (-656 *8)))) (-5 *1 (-998 *5 *6 *7 *8)) (-5 *4 (-656 *8)))) (-4374 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-112) *8)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-2 (|:| |goodPols| (-656 *8)) (|:| |badPols| (-656 *8)))) (-5 *1 (-998 *5 *6 *7 *8)) (-5 *4 (-656 *8)))) (-3046 (*1 *2 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-998 *4 *5 *6 *7)))) (-1672 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-656 *8))) (-5 *3 (-656 *8)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-112)) (-5 *1 (-998 *5 *6 *7 *8)))) (-4239 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-998 *4 *5 *6 *7)))) (-3828 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 (-656 *7) (-656 *7))) (-5 *2 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-998 *4 *5 *6 *7)))) (-3828 (*1 *2 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6)))) (-3828 (*1 *2 *2 *3) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1086 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-998 *4 *5 *6 *3)))) (-1360 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *3)) (-5 *1 (-998 *4 *5 *6 *3)) (-4 *3 (-1086 *4 *5 *6)))) (-2762 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6)))) (-3828 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *3)) (-5 *1 (-998 *4 *5 *6 *3)) (-4 *3 (-1086 *4 *5 *6)))) (-3828 (*1 *2 *2) (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6)))))
+(-10 -7 (-15 -3828 ((-656 |#4|) (-656 |#4|))) (-15 -3828 ((-656 |#4|) |#4| |#4|)) (-15 -2762 ((-656 |#4|) (-656 |#4|))) (-15 -1360 ((-656 |#4|) |#4| |#4|)) (-15 -3828 ((-656 |#4|) (-656 |#4|) |#4|)) (-15 -3828 ((-656 |#4|) (-656 |#4|) (-656 |#4|))) (-15 -3828 ((-656 |#4|) (-656 |#4|) (-656 |#4|) (-1 (-656 |#4|) (-656 |#4|)))) (-15 -4239 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -1672 ((-112) (-656 |#4|) (-656 (-656 |#4|)))) (-15 -3046 ((-112) (-656 |#4|))) (-15 -4374 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-1 (-112) |#4|) (-656 |#4|))) (-15 -3468 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 (-1 (-112) |#4|)) (-656 |#4|))) (-15 -1897 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 (-1 (-112) |#4|)) (-656 |#4|))) (-15 -3776 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|))) (-15 -3020 ((-112) |#4|)) (-15 -3619 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|))) (-15 -3070 ((-112) |#4|)) (-15 -1618 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|))) (-15 -2131 ((-112) |#4|)) (-15 -1631 ((-2 (|:| |goodPols| (-656 |#4|)) (|:| |badPols| (-656 |#4|))) (-656 |#4|))) (-15 -2229 ((-656 |#4|) (-656 |#4|) (-656 |#4|))) (-15 -2229 ((-656 |#4|) (-656 |#4|) (-656 |#4|) (-112))) (-15 -3750 (|#4| |#4| (-656 |#4|))) (-15 -4392 ((-656 |#4|) (-656 |#4|))) (-15 -1912 ((-3 (-2 (|:| |bas| (-488 |#1| |#2| |#3| |#4|)) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|))) (-15 -2768 ((-656 |#4|) (-656 |#4|))) (-15 -3911 ((-656 |#4|) (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2382 ((-656 |#4|) (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-464)) (PROGN (-15 -3084 ((-656 |#4|) |#4|)) (-15 -2038 ((-656 |#4|) (-656 |#4|))) (-15 -2038 ((-656 |#4|) (-656 |#4|) (-112))) (-15 -3470 ((-656 |#4|) (-656 |#4|) (-656 |#4|))) (-15 -3242 ((-656 |#4|) (-656 |#4|) (-656 |#4|))) (-15 -4318 ((-656 |#4|) (-656 |#4|) (-656 |#4|)))) |%noBranch|) (IF (|has| |#1| (-317)) (IF (|has| |#1| (-148)) (PROGN (-15 -2064 ((-656 |#4|) (-656 |#4|))) (-15 -3100 ((-656 |#4|) (-656 |#4|))) (-15 -4069 ((-656 |#4|) (-656 |#4|) (-656 |#4|)))) |%noBranch|) |%noBranch|))
+((-4001 (((-2 (|:| R (-701 |#1|)) (|:| A (-701 |#1|)) (|:| |Ainv| (-701 |#1|))) (-701 |#1|) (-99 |#1|) (-1 |#1| |#1|)) 19)) (-3956 (((-656 (-2 (|:| C (-701 |#1|)) (|:| |g| (-1288 |#1|)))) (-701 |#1|) (-1288 |#1|)) 46)) (-2475 (((-701 |#1|) (-701 |#1|) (-701 |#1|) (-99 |#1|) (-1 |#1| |#1|)) 16)))
+(((-999 |#1|) (-10 -7 (-15 -4001 ((-2 (|:| R (-701 |#1|)) (|:| A (-701 |#1|)) (|:| |Ainv| (-701 |#1|))) (-701 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -2475 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -3956 ((-656 (-2 (|:| C (-701 |#1|)) (|:| |g| (-1288 |#1|)))) (-701 |#1|) (-1288 |#1|)))) (-374)) (T -999))
+((-3956 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-5 *2 (-656 (-2 (|:| C (-701 *5)) (|:| |g| (-1288 *5))))) (-5 *1 (-999 *5)) (-5 *3 (-701 *5)) (-5 *4 (-1288 *5)))) (-2475 (*1 *2 *2 *2 *3 *4) (-12 (-5 *2 (-701 *5)) (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-374)) (-5 *1 (-999 *5)))) (-4001 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-99 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-374)) (-5 *2 (-2 (|:| R (-701 *6)) (|:| A (-701 *6)) (|:| |Ainv| (-701 *6)))) (-5 *1 (-999 *6)) (-5 *3 (-701 *6)))))
+(-10 -7 (-15 -4001 ((-2 (|:| R (-701 |#1|)) (|:| A (-701 |#1|)) (|:| |Ainv| (-701 |#1|))) (-701 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -2475 ((-701 |#1|) (-701 |#1|) (-701 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -3956 ((-656 (-2 (|:| C (-701 |#1|)) (|:| |g| (-1288 |#1|)))) (-701 |#1|) (-1288 |#1|))))
+((-2068 (((-430 |#4|) |#4|) 56)))
+(((-1000 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2068 ((-430 |#4|) |#4|))) (-862) (-805) (-464) (-968 |#3| |#2| |#1|)) (T -1000))
+((-2068 (*1 *2 *3) (-12 (-4 *4 (-862)) (-4 *5 (-805)) (-4 *6 (-464)) (-5 *2 (-430 *3)) (-5 *1 (-1000 *4 *5 *6 *3)) (-4 *3 (-968 *6 *5 *4)))))
+(-10 -7 (-15 -2068 ((-430 |#4|) |#4|)))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-2152 (($ (-783)) 115 (|has| |#1| (-23)))) (-1758 (((-1293) $ (-576) (-576)) 41 (|has| $ (-6 -4465)))) (-2033 (((-112) (-1 (-112) |#1| |#1|) $) 101) (((-112) $) 95 (|has| |#1| (-862)))) (-2218 (($ (-1 (-112) |#1| |#1|) $) 92 (|has| $ (-6 -4465))) (($ $) 91 (-12 (|has| |#1| (-862)) (|has| $ (-6 -4465))))) (-2380 (($ (-1 (-112) |#1| |#1|) $) 102) (($ $) 96 (|has| |#1| (-862)))) (-1951 (((-112) $ (-783)) 8)) (-4268 ((|#1| $ (-576) |#1|) 53 (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) 60 (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4464)))) (-3853 (($) 7 T CONST)) (-1370 (($ $) 93 (|has| $ (-6 -4465)))) (-4204 (($ $) 103)) (-2741 (($ $) 80 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2824 (($ |#1| $) 79 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 78 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 75 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) 74 (|has| $ (-6 -4464)))) (-1908 ((|#1| $ (-576) |#1|) 54 (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) 52)) (-3539 (((-576) (-1 (-112) |#1|) $) 100) (((-576) |#1| $) 99 (|has| |#1| (-1121))) (((-576) |#1| $ (-576)) 98 (|has| |#1| (-1121)))) (-2821 (($ (-656 |#1|)) 121)) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-1663 (((-701 |#1|) $ $) 108 (|has| |#1| (-1070)))) (-1988 (($ (-783) |#1|) 70)) (-4157 (((-112) $ (-783)) 9)) (-3176 (((-576) $) 44 (|has| (-576) (-862)))) (-2905 (($ $ $) 90 (|has| |#1| (-862)))) (-3181 (($ (-1 (-112) |#1| |#1|) $ $) 104) (($ $ $) 97 (|has| |#1| (-862)))) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2316 (((-576) $) 45 (|has| (-576) (-862)))) (-2163 (($ $ $) 89 (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-4007 ((|#1| $) 105 (-12 (|has| |#1| (-1070)) (|has| |#1| (-1023))))) (-4002 (((-112) $ (-783)) 10)) (-3108 ((|#1| $) 106 (-12 (|has| |#1| (-1070)) (|has| |#1| (-1023))))) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-3386 (($ |#1| $ (-576)) 62) (($ $ $ (-576)) 61)) (-4402 (((-656 (-576)) $) 47)) (-1505 (((-112) (-576) $) 48)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-1753 ((|#1| $) 43 (|has| (-576) (-862)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 73)) (-3140 (($ $ |#1|) 42 (|has| $ (-6 -4465)))) (-3168 (($ $ (-656 |#1|)) 119)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-2408 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) 49)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#1| $ (-576) |#1|) 51) ((|#1| $ (-576)) 50) (($ $ (-1255 (-576))) 71)) (-2429 ((|#1| $ $) 109 (|has| |#1| (-1070)))) (-2435 (((-940) $) 120)) (-2335 (($ $ (-576)) 64) (($ $ (-1255 (-576))) 63)) (-3396 (($ $ $) 107)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-3796 (($ $ $ (-576)) 94 (|has| $ (-6 -4465)))) (-4287 (($ $) 13)) (-1554 (((-548) $) 81 (|has| |#1| (-626 (-548)))) (($ (-656 |#1|)) 122)) (-4125 (($ (-656 |#1|)) 72)) (-2767 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-656 $)) 66)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) 87 (|has| |#1| (-862)))) (-3975 (((-112) $ $) 86 (|has| |#1| (-862)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3985 (((-112) $ $) 88 (|has| |#1| (-862)))) (-3962 (((-112) $ $) 85 (|has| |#1| (-862)))) (-4037 (($ $) 114 (|has| |#1| (-21))) (($ $ $) 113 (|has| |#1| (-21)))) (-4027 (($ $ $) 116 (|has| |#1| (-25)))) (* (($ (-576) $) 112 (|has| |#1| (-21))) (($ |#1| $) 111 (|has| |#1| (-738))) (($ $ |#1|) 110 (|has| |#1| (-738)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-1001 |#1|) (-141) (-1070)) (T -1001))
+((-2821 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1070)) (-4 *1 (-1001 *3)))) (-2435 (*1 *2 *1) (-12 (-4 *1 (-1001 *3)) (-4 *3 (-1070)) (-5 *2 (-940)))) (-3396 (*1 *1 *1 *1) (-12 (-4 *1 (-1001 *2)) (-4 *2 (-1070)))) (-3168 (*1 *1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *1 (-1001 *3)) (-4 *3 (-1070)))))
+(-13 (-1286 |t#1|) (-630 (-656 |t#1|)) (-10 -8 (-15 -2821 ($ (-656 |t#1|))) (-15 -2435 ((-940) $)) (-15 -3396 ($ $ $)) (-15 -3168 ($ $ (-656 |t#1|)))))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-862)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-862)) (|has| |#1| (-625 (-876)))) ((-152 |#1|) . T) ((-630 (-656 |#1|)) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1255 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-384 |#1|) . T) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-663 |#1|) . T) ((-19 |#1|) . T) ((-862) |has| |#1| (-862)) ((-1121) -3795 (|has| |#1| (-1121)) (|has| |#1| (-862))) ((-1238) . T) ((-1286 |#1|) . T))
+((-2423 (((-962 |#2|) (-1 |#2| |#1|) (-962 |#1|)) 17)))
+(((-1002 |#1| |#2|) (-10 -7 (-15 -2423 ((-962 |#2|) (-1 |#2| |#1|) (-962 |#1|)))) (-1070) (-1070)) (T -1002))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-962 *5)) (-4 *5 (-1070)) (-4 *6 (-1070)) (-5 *2 (-962 *6)) (-5 *1 (-1002 *5 *6)))))
+(-10 -7 (-15 -2423 ((-962 |#2|) (-1 |#2| |#1|) (-962 |#1|))))
+((-3373 ((|#1| (-962 |#1|)) 14)) (-3560 ((|#1| (-962 |#1|)) 13)) (-3608 ((|#1| (-962 |#1|)) 12)) (-1332 ((|#1| (-962 |#1|)) 16)) (-2533 ((|#1| (-962 |#1|)) 24)) (-1829 ((|#1| (-962 |#1|)) 15)) (-3246 ((|#1| (-962 |#1|)) 17)) (-3977 ((|#1| (-962 |#1|)) 23)) (-3362 ((|#1| (-962 |#1|)) 22)))
+(((-1003 |#1|) (-10 -7 (-15 -3608 (|#1| (-962 |#1|))) (-15 -3560 (|#1| (-962 |#1|))) (-15 -3373 (|#1| (-962 |#1|))) (-15 -1829 (|#1| (-962 |#1|))) (-15 -1332 (|#1| (-962 |#1|))) (-15 -3246 (|#1| (-962 |#1|))) (-15 -3362 (|#1| (-962 |#1|))) (-15 -3977 (|#1| (-962 |#1|))) (-15 -2533 (|#1| (-962 |#1|)))) (-1070)) (T -1003))
+((-2533 (*1 *2 *3) (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))) (-3977 (*1 *2 *3) (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))) (-3362 (*1 *2 *3) (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))) (-3246 (*1 *2 *3) (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))) (-1332 (*1 *2 *3) (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))) (-1829 (*1 *2 *3) (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))) (-3373 (*1 *2 *3) (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))) (-3560 (*1 *2 *3) (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))) (-3608 (*1 *2 *3) (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))))
+(-10 -7 (-15 -3608 (|#1| (-962 |#1|))) (-15 -3560 (|#1| (-962 |#1|))) (-15 -3373 (|#1| (-962 |#1|))) (-15 -1829 (|#1| (-962 |#1|))) (-15 -1332 (|#1| (-962 |#1|))) (-15 -3246 (|#1| (-962 |#1|))) (-15 -3362 (|#1| (-962 |#1|))) (-15 -3977 (|#1| (-962 |#1|))) (-15 -2533 (|#1| (-962 |#1|))))
+((-1372 (((-3 |#1| "failed") |#1|) 18)) (-3166 (((-3 |#1| "failed") |#1|) 6)) (-3234 (((-3 |#1| "failed") |#1|) 16)) (-4044 (((-3 |#1| "failed") |#1|) 4)) (-3845 (((-3 |#1| "failed") |#1|) 20)) (-1828 (((-3 |#1| "failed") |#1|) 8)) (-3056 (((-3 |#1| "failed") |#1| (-783)) 1)) (-4081 (((-3 |#1| "failed") |#1|) 3)) (-3220 (((-3 |#1| "failed") |#1|) 2)) (-2727 (((-3 |#1| "failed") |#1|) 21)) (-1592 (((-3 |#1| "failed") |#1|) 9)) (-2202 (((-3 |#1| "failed") |#1|) 19)) (-3658 (((-3 |#1| "failed") |#1|) 7)) (-3456 (((-3 |#1| "failed") |#1|) 17)) (-1930 (((-3 |#1| "failed") |#1|) 5)) (-3713 (((-3 |#1| "failed") |#1|) 24)) (-2160 (((-3 |#1| "failed") |#1|) 12)) (-3316 (((-3 |#1| "failed") |#1|) 22)) (-1582 (((-3 |#1| "failed") |#1|) 10)) (-3068 (((-3 |#1| "failed") |#1|) 26)) (-3442 (((-3 |#1| "failed") |#1|) 14)) (-2347 (((-3 |#1| "failed") |#1|) 27)) (-1982 (((-3 |#1| "failed") |#1|) 15)) (-3144 (((-3 |#1| "failed") |#1|) 25)) (-1752 (((-3 |#1| "failed") |#1|) 13)) (-2144 (((-3 |#1| "failed") |#1|) 23)) (-1690 (((-3 |#1| "failed") |#1|) 11)))
+(((-1004 |#1|) (-141) (-1223)) (T -1004))
+((-2347 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-3068 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-3144 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-3713 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-2144 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-3316 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-2727 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-3845 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-2202 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-1372 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-3456 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-3234 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-1982 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-3442 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-1752 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-2160 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-1690 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-1582 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-1592 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-1828 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-3658 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-3166 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-1930 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-4044 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-4081 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-3220 (*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))) (-3056 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-783)) (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(-13 (-10 -7 (-15 -3056 ((-3 |t#1| "failed") |t#1| (-783))) (-15 -3220 ((-3 |t#1| "failed") |t#1|)) (-15 -4081 ((-3 |t#1| "failed") |t#1|)) (-15 -4044 ((-3 |t#1| "failed") |t#1|)) (-15 -1930 ((-3 |t#1| "failed") |t#1|)) (-15 -3166 ((-3 |t#1| "failed") |t#1|)) (-15 -3658 ((-3 |t#1| "failed") |t#1|)) (-15 -1828 ((-3 |t#1| "failed") |t#1|)) (-15 -1592 ((-3 |t#1| "failed") |t#1|)) (-15 -1582 ((-3 |t#1| "failed") |t#1|)) (-15 -1690 ((-3 |t#1| "failed") |t#1|)) (-15 -2160 ((-3 |t#1| "failed") |t#1|)) (-15 -1752 ((-3 |t#1| "failed") |t#1|)) (-15 -3442 ((-3 |t#1| "failed") |t#1|)) (-15 -1982 ((-3 |t#1| "failed") |t#1|)) (-15 -3234 ((-3 |t#1| "failed") |t#1|)) (-15 -3456 ((-3 |t#1| "failed") |t#1|)) (-15 -1372 ((-3 |t#1| "failed") |t#1|)) (-15 -2202 ((-3 |t#1| "failed") |t#1|)) (-15 -3845 ((-3 |t#1| "failed") |t#1|)) (-15 -2727 ((-3 |t#1| "failed") |t#1|)) (-15 -3316 ((-3 |t#1| "failed") |t#1|)) (-15 -2144 ((-3 |t#1| "failed") |t#1|)) (-15 -3713 ((-3 |t#1| "failed") |t#1|)) (-15 -3144 ((-3 |t#1| "failed") |t#1|)) (-15 -3068 ((-3 |t#1| "failed") |t#1|)) (-15 -2347 ((-3 |t#1| "failed") |t#1|))))
+((-2527 ((|#4| |#4| (-656 |#3|)) 57) ((|#4| |#4| |#3|) 56)) (-2775 ((|#4| |#4| (-656 |#3|)) 24) ((|#4| |#4| |#3|) 20)) (-2423 ((|#4| (-1 |#4| (-971 |#1|)) |#4|) 31)))
+(((-1005 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2775 (|#4| |#4| |#3|)) (-15 -2775 (|#4| |#4| (-656 |#3|))) (-15 -2527 (|#4| |#4| |#3|)) (-15 -2527 (|#4| |#4| (-656 |#3|))) (-15 -2423 (|#4| (-1 |#4| (-971 |#1|)) |#4|))) (-1070) (-805) (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $)) (-15 -1652 ((-3 $ "failed") (-1197))))) (-968 (-971 |#1|) |#2| |#3|)) (T -1005))
+((-2423 (*1 *2 *3 *2) (-12 (-5 *3 (-1 *2 (-971 *4))) (-4 *4 (-1070)) (-4 *2 (-968 (-971 *4) *5 *6)) (-4 *5 (-805)) (-4 *6 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $)) (-15 -1652 ((-3 $ "failed") (-1197)))))) (-5 *1 (-1005 *4 *5 *6 *2)))) (-2527 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *6)) (-4 *6 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $)) (-15 -1652 ((-3 $ "failed") (-1197)))))) (-4 *4 (-1070)) (-4 *5 (-805)) (-5 *1 (-1005 *4 *5 *6 *2)) (-4 *2 (-968 (-971 *4) *5 *6)))) (-2527 (*1 *2 *2 *3) (-12 (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *3 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $)) (-15 -1652 ((-3 $ "failed") (-1197)))))) (-5 *1 (-1005 *4 *5 *3 *2)) (-4 *2 (-968 (-971 *4) *5 *3)))) (-2775 (*1 *2 *2 *3) (-12 (-5 *3 (-656 *6)) (-4 *6 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $)) (-15 -1652 ((-3 $ "failed") (-1197)))))) (-4 *4 (-1070)) (-4 *5 (-805)) (-5 *1 (-1005 *4 *5 *6 *2)) (-4 *2 (-968 (-971 *4) *5 *6)))) (-2775 (*1 *2 *2 *3) (-12 (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *3 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $)) (-15 -1652 ((-3 $ "failed") (-1197)))))) (-5 *1 (-1005 *4 *5 *3 *2)) (-4 *2 (-968 (-971 *4) *5 *3)))))
+(-10 -7 (-15 -2775 (|#4| |#4| |#3|)) (-15 -2775 (|#4| |#4| (-656 |#3|))) (-15 -2527 (|#4| |#4| |#3|)) (-15 -2527 (|#4| |#4| (-656 |#3|))) (-15 -2423 (|#4| (-1 |#4| (-971 |#1|)) |#4|)))
+((-1535 ((|#2| |#3|) 35)) (-2757 (((-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) |#2|) 79)) (-2570 (((-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|)))) 100)))
+(((-1006 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2570 ((-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))))) (-15 -2757 ((-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) |#2|)) (-15 -1535 (|#2| |#3|))) (-360) (-1264 |#1|) (-1264 |#2|) (-736 |#2| |#3|)) (T -1006))
+((-1535 (*1 *2 *3) (-12 (-4 *3 (-1264 *2)) (-4 *2 (-1264 *4)) (-5 *1 (-1006 *4 *2 *3 *5)) (-4 *4 (-360)) (-4 *5 (-736 *2 *3)))) (-2757 (*1 *2 *3) (-12 (-4 *4 (-360)) (-4 *3 (-1264 *4)) (-4 *5 (-1264 *3)) (-5 *2 (-2 (|:| -1726 (-701 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-701 *3)))) (-5 *1 (-1006 *4 *3 *5 *6)) (-4 *6 (-736 *3 *5)))) (-2570 (*1 *2) (-12 (-4 *3 (-360)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 *4)) (-5 *2 (-2 (|:| -1726 (-701 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-701 *4)))) (-5 *1 (-1006 *3 *4 *5 *6)) (-4 *6 (-736 *4 *5)))))
+(-10 -7 (-15 -2570 ((-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))))) (-15 -2757 ((-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) |#2|)) (-15 -1535 (|#2| |#3|)))
+((-2521 (((-1008 (-419 (-576)) (-878 |#1|) (-245 |#2| (-783)) (-253 |#1| (-419 (-576)))) (-1008 (-419 (-576)) (-878 |#1|) (-245 |#2| (-783)) (-253 |#1| (-419 (-576))))) 82)))
+(((-1007 |#1| |#2|) (-10 -7 (-15 -2521 ((-1008 (-419 (-576)) (-878 |#1|) (-245 |#2| (-783)) (-253 |#1| (-419 (-576)))) (-1008 (-419 (-576)) (-878 |#1|) (-245 |#2| (-783)) (-253 |#1| (-419 (-576))))))) (-656 (-1197)) (-783)) (T -1007))
+((-2521 (*1 *2 *2) (-12 (-5 *2 (-1008 (-419 (-576)) (-878 *3) (-245 *4 (-783)) (-253 *3 (-419 (-576))))) (-14 *3 (-656 (-1197))) (-14 *4 (-783)) (-5 *1 (-1007 *3 *4)))))
+(-10 -7 (-15 -2521 ((-1008 (-419 (-576)) (-878 |#1|) (-245 |#2| (-783)) (-253 |#1| (-419 (-576)))) (-1008 (-419 (-576)) (-878 |#1|) (-245 |#2| (-783)) (-253 |#1| (-419 (-576)))))))
+((-1955 (((-112) $ $) NIL)) (-1441 (((-3 (-112) "failed") $) 71)) (-4049 (($ $) 36 (-12 (|has| |#1| (-148)) (|has| |#1| (-317))))) (-1888 (($ $ (-3 (-112) "failed")) 72)) (-1640 (($ (-656 |#4|) |#4|) 25)) (-4185 (((-1179) $) NIL)) (-1467 (($ $) 69)) (-3117 (((-1141) $) NIL)) (-4190 (((-112) $) 70)) (-3029 (($) 30)) (-4054 ((|#4| $) 74)) (-2501 (((-656 |#4|) $) 73)) (-4114 (((-876) $) 68)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1008 |#1| |#2| |#3| |#4|) (-13 (-1121) (-625 (-876)) (-10 -8 (-15 -3029 ($)) (-15 -1640 ($ (-656 |#4|) |#4|)) (-15 -1441 ((-3 (-112) "failed") $)) (-15 -1888 ($ $ (-3 (-112) "failed"))) (-15 -4190 ((-112) $)) (-15 -2501 ((-656 |#4|) $)) (-15 -4054 (|#4| $)) (-15 -1467 ($ $)) (IF (|has| |#1| (-317)) (IF (|has| |#1| (-148)) (-15 -4049 ($ $)) |%noBranch|) |%noBranch|))) (-464) (-862) (-805) (-968 |#1| |#3| |#2|)) (T -1008))
+((-3029 (*1 *1) (-12 (-4 *2 (-464)) (-4 *3 (-862)) (-4 *4 (-805)) (-5 *1 (-1008 *2 *3 *4 *5)) (-4 *5 (-968 *2 *4 *3)))) (-1640 (*1 *1 *2 *3) (-12 (-5 *2 (-656 *3)) (-4 *3 (-968 *4 *6 *5)) (-4 *4 (-464)) (-4 *5 (-862)) (-4 *6 (-805)) (-5 *1 (-1008 *4 *5 *6 *3)))) (-1441 (*1 *2 *1) (|partial| -12 (-4 *3 (-464)) (-4 *4 (-862)) (-4 *5 (-805)) (-5 *2 (-112)) (-5 *1 (-1008 *3 *4 *5 *6)) (-4 *6 (-968 *3 *5 *4)))) (-1888 (*1 *1 *1 *2) (-12 (-5 *2 (-3 (-112) "failed")) (-4 *3 (-464)) (-4 *4 (-862)) (-4 *5 (-805)) (-5 *1 (-1008 *3 *4 *5 *6)) (-4 *6 (-968 *3 *5 *4)))) (-4190 (*1 *2 *1) (-12 (-4 *3 (-464)) (-4 *4 (-862)) (-4 *5 (-805)) (-5 *2 (-112)) (-5 *1 (-1008 *3 *4 *5 *6)) (-4 *6 (-968 *3 *5 *4)))) (-2501 (*1 *2 *1) (-12 (-4 *3 (-464)) (-4 *4 (-862)) (-4 *5 (-805)) (-5 *2 (-656 *6)) (-5 *1 (-1008 *3 *4 *5 *6)) (-4 *6 (-968 *3 *5 *4)))) (-4054 (*1 *2 *1) (-12 (-4 *2 (-968 *3 *5 *4)) (-5 *1 (-1008 *3 *4 *5 *2)) (-4 *3 (-464)) (-4 *4 (-862)) (-4 *5 (-805)))) (-1467 (*1 *1 *1) (-12 (-4 *2 (-464)) (-4 *3 (-862)) (-4 *4 (-805)) (-5 *1 (-1008 *2 *3 *4 *5)) (-4 *5 (-968 *2 *4 *3)))) (-4049 (*1 *1 *1) (-12 (-4 *2 (-148)) (-4 *2 (-317)) (-4 *2 (-464)) (-4 *3 (-862)) (-4 *4 (-805)) (-5 *1 (-1008 *2 *3 *4 *5)) (-4 *5 (-968 *2 *4 *3)))))
+(-13 (-1121) (-625 (-876)) (-10 -8 (-15 -3029 ($)) (-15 -1640 ($ (-656 |#4|) |#4|)) (-15 -1441 ((-3 (-112) "failed") $)) (-15 -1888 ($ $ (-3 (-112) "failed"))) (-15 -4190 ((-112) $)) (-15 -2501 ((-656 |#4|) $)) (-15 -4054 (|#4| $)) (-15 -1467 ($ $)) (IF (|has| |#1| (-317)) (IF (|has| |#1| (-148)) (-15 -4049 ($ $)) |%noBranch|) |%noBranch|)))
+((-1638 (((-112) |#5| |#5|) 44)) (-1830 (((-112) |#5| |#5|) 59)) (-1866 (((-112) |#5| (-656 |#5|)) 81) (((-112) |#5| |#5|) 68)) (-2107 (((-112) (-656 |#4|) (-656 |#4|)) 65)) (-3897 (((-112) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|)) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) 70)) (-1381 (((-1293)) 32)) (-4255 (((-1293) (-1179) (-1179) (-1179)) 28)) (-3129 (((-656 |#5|) (-656 |#5|)) 100)) (-2040 (((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|)))) 92)) (-3987 (((-656 (-2 (|:| -3379 (-656 |#4|)) (|:| -4442 |#5|) (|:| |ineq| (-656 |#4|)))) (-656 |#4|) (-656 |#5|) (-112) (-112)) 122)) (-4103 (((-112) |#5| |#5|) 53)) (-3275 (((-3 (-112) "failed") |#5| |#5|) 78)) (-2358 (((-112) (-656 |#4|) (-656 |#4|)) 64)) (-1533 (((-112) (-656 |#4|) (-656 |#4|)) 66)) (-3901 (((-112) (-656 |#4|) (-656 |#4|)) 67)) (-1804 (((-3 (-2 (|:| -3379 (-656 |#4|)) (|:| -4442 |#5|) (|:| |ineq| (-656 |#4|))) "failed") (-656 |#4|) |#5| (-656 |#4|) (-112) (-112) (-112) (-112) (-112)) 117)) (-2978 (((-656 |#5|) (-656 |#5|)) 49)))
+(((-1009 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4255 ((-1293) (-1179) (-1179) (-1179))) (-15 -1381 ((-1293))) (-15 -1638 ((-112) |#5| |#5|)) (-15 -2978 ((-656 |#5|) (-656 |#5|))) (-15 -4103 ((-112) |#5| |#5|)) (-15 -1830 ((-112) |#5| |#5|)) (-15 -2107 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -2358 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -1533 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -3901 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -3275 ((-3 (-112) "failed") |#5| |#5|)) (-15 -1866 ((-112) |#5| |#5|)) (-15 -1866 ((-112) |#5| (-656 |#5|))) (-15 -3129 ((-656 |#5|) (-656 |#5|))) (-15 -3897 ((-112) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|)) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|)))) (-15 -2040 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) (-15 -3987 ((-656 (-2 (|:| -3379 (-656 |#4|)) (|:| -4442 |#5|) (|:| |ineq| (-656 |#4|)))) (-656 |#4|) (-656 |#5|) (-112) (-112))) (-15 -1804 ((-3 (-2 (|:| -3379 (-656 |#4|)) (|:| -4442 |#5|) (|:| |ineq| (-656 |#4|))) "failed") (-656 |#4|) |#5| (-656 |#4|) (-112) (-112) (-112) (-112) (-112)))) (-464) (-805) (-862) (-1086 |#1| |#2| |#3|) (-1092 |#1| |#2| |#3| |#4|)) (T -1009))
+((-1804 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *9 (-1086 *6 *7 *8)) (-5 *2 (-2 (|:| -3379 (-656 *9)) (|:| -4442 *4) (|:| |ineq| (-656 *9)))) (-5 *1 (-1009 *6 *7 *8 *9 *4)) (-5 *3 (-656 *9)) (-4 *4 (-1092 *6 *7 *8 *9)))) (-3987 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-656 *10)) (-5 *5 (-112)) (-4 *10 (-1092 *6 *7 *8 *9)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *9 (-1086 *6 *7 *8)) (-5 *2 (-656 (-2 (|:| -3379 (-656 *9)) (|:| -4442 *10) (|:| |ineq| (-656 *9))))) (-5 *1 (-1009 *6 *7 *8 *9 *10)) (-5 *3 (-656 *9)))) (-2040 (*1 *2 *2) (-12 (-5 *2 (-656 (-2 (|:| |val| (-656 *6)) (|:| -4442 *7)))) (-4 *6 (-1086 *3 *4 *5)) (-4 *7 (-1092 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-1009 *3 *4 *5 *6 *7)))) (-3897 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-656 *7)) (|:| -4442 *8))) (-4 *7 (-1086 *4 *5 *6)) (-4 *8 (-1092 *4 *5 *6 *7)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1009 *4 *5 *6 *7 *8)))) (-3129 (*1 *2 *2) (-12 (-5 *2 (-656 *7)) (-4 *7 (-1092 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *1 (-1009 *3 *4 *5 *6 *7)))) (-1866 (*1 *2 *3 *4) (-12 (-5 *4 (-656 *3)) (-4 *3 (-1092 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1086 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1009 *5 *6 *7 *8 *3)))) (-1866 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1009 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7)))) (-3275 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1009 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7)))) (-3901 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1009 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))) (-1533 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1009 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))) (-2358 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1009 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))) (-2107 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1009 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))) (-1830 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1009 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7)))) (-4103 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1009 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7)))) (-2978 (*1 *2 *2) (-12 (-5 *2 (-656 *7)) (-4 *7 (-1092 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *1 (-1009 *3 *4 *5 *6 *7)))) (-1638 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1009 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7)))) (-1381 (*1 *2) (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-1293)) (-5 *1 (-1009 *3 *4 *5 *6 *7)) (-4 *7 (-1092 *3 *4 *5 *6)))) (-4255 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1179)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-1293)) (-5 *1 (-1009 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))))
+(-10 -7 (-15 -4255 ((-1293) (-1179) (-1179) (-1179))) (-15 -1381 ((-1293))) (-15 -1638 ((-112) |#5| |#5|)) (-15 -2978 ((-656 |#5|) (-656 |#5|))) (-15 -4103 ((-112) |#5| |#5|)) (-15 -1830 ((-112) |#5| |#5|)) (-15 -2107 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -2358 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -1533 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -3901 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -3275 ((-3 (-112) "failed") |#5| |#5|)) (-15 -1866 ((-112) |#5| |#5|)) (-15 -1866 ((-112) |#5| (-656 |#5|))) (-15 -3129 ((-656 |#5|) (-656 |#5|))) (-15 -3897 ((-112) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|)) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|)))) (-15 -2040 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) (-15 -3987 ((-656 (-2 (|:| -3379 (-656 |#4|)) (|:| -4442 |#5|) (|:| |ineq| (-656 |#4|)))) (-656 |#4|) (-656 |#5|) (-112) (-112))) (-15 -1804 ((-3 (-2 (|:| -3379 (-656 |#4|)) (|:| -4442 |#5|) (|:| |ineq| (-656 |#4|))) "failed") (-656 |#4|) |#5| (-656 |#4|) (-112) (-112) (-112) (-112) (-112))))
+((-1652 (((-1197) $) 15)) (-1688 (((-1179) $) 16)) (-2442 (($ (-1197) (-1179)) 14)) (-4114 (((-876) $) 13)))
+(((-1010) (-13 (-625 (-876)) (-10 -8 (-15 -2442 ($ (-1197) (-1179))) (-15 -1652 ((-1197) $)) (-15 -1688 ((-1179) $))))) (T -1010))
+((-2442 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-1179)) (-5 *1 (-1010)))) (-1652 (*1 *2 *1) (-12 (-5 *2 (-1197)) (-5 *1 (-1010)))) (-1688 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1010)))))
+(-13 (-625 (-876)) (-10 -8 (-15 -2442 ($ (-1197) (-1179))) (-15 -1652 ((-1197) $)) (-15 -1688 ((-1179) $))))
+((-2423 ((|#4| (-1 |#2| |#1|) |#3|) 14)))
+(((-1011 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2423 (|#4| (-1 |#2| |#1|) |#3|))) (-568) (-568) (-1013 |#1|) (-1013 |#2|)) (T -1011))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-568)) (-4 *6 (-568)) (-4 *2 (-1013 *6)) (-5 *1 (-1011 *5 *6 *4 *2)) (-4 *4 (-1013 *5)))))
+(-10 -7 (-15 -2423 (|#4| (-1 |#2| |#1|) |#3|)))
+((-2981 (((-3 |#2| "failed") $) NIL) (((-3 (-1197) "failed") $) 66) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 (-576) "failed") $) 96)) (-2318 ((|#2| $) NIL) (((-1197) $) 61) (((-419 (-576)) $) NIL) (((-576) $) 93)) (-2255 (((-701 (-576)) (-701 $)) NIL) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) 115) (((-701 |#2|) (-701 $)) 28)) (-4370 (($) 99)) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) 76) (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 85)) (-2364 (($ $) 10)) (-4080 (((-3 $ "failed") $) 20)) (-2423 (($ (-1 |#2| |#2|) $) 22)) (-3651 (($) 16)) (-4152 (($ $) 55)) (-4107 (($ $ (-1 |#2| |#2|)) 36) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1197)) NIL) (($ $ (-656 (-1197))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL) (($ $) NIL) (($ $ (-783)) NIL)) (-3908 (($ $) 12)) (-1554 (((-907 (-576)) $) 71) (((-907 (-390)) $) 80) (((-548) $) 40) (((-390) $) 44) (((-227) $) 48)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) 91) (($ |#2|) NIL) (($ (-1197)) 58)) (-2864 (((-783)) 31)) (-3962 (((-112) $ $) 51)))
+(((-1012 |#1| |#2|) (-10 -8 (-15 -3962 ((-112) |#1| |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -3651 (|#1|)) (-15 -4080 ((-3 |#1| "failed") |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -1554 ((-227) |#1|)) (-15 -1554 ((-390) |#1|)) (-15 -1554 ((-548) |#1|)) (-15 -4114 (|#1| (-1197))) (-15 -2981 ((-3 (-1197) "failed") |#1|)) (-15 -2318 ((-1197) |#1|)) (-15 -4370 (|#1|)) (-15 -4152 (|#1| |#1|)) (-15 -3908 (|#1| |#1|)) (-15 -2364 (|#1| |#1|)) (-15 -3135 ((-904 (-390) |#1|) |#1| (-907 (-390)) (-904 (-390) |#1|))) (-15 -3135 ((-904 (-576) |#1|) |#1| (-907 (-576)) (-904 (-576) |#1|))) (-15 -1554 ((-907 (-390)) |#1|)) (-15 -1554 ((-907 (-576)) |#1|)) (-15 -2255 ((-701 |#2|) (-701 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-701 (-576)) (-701 |#1|))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2423 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -4114 (|#1| |#2|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -4114 (|#1| |#1|)) (-15 -2864 ((-783))) (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|))) (-1013 |#2|) (-568)) (T -1012))
+((-2864 (*1 *2) (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-1012 *3 *4)) (-4 *3 (-1013 *4)))))
+(-10 -8 (-15 -3962 ((-112) |#1| |#1|)) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -3651 (|#1|)) (-15 -4080 ((-3 |#1| "failed") |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -1554 ((-227) |#1|)) (-15 -1554 ((-390) |#1|)) (-15 -1554 ((-548) |#1|)) (-15 -4114 (|#1| (-1197))) (-15 -2981 ((-3 (-1197) "failed") |#1|)) (-15 -2318 ((-1197) |#1|)) (-15 -4370 (|#1|)) (-15 -4152 (|#1| |#1|)) (-15 -3908 (|#1| |#1|)) (-15 -2364 (|#1| |#1|)) (-15 -3135 ((-904 (-390) |#1|) |#1| (-907 (-390)) (-904 (-390) |#1|))) (-15 -3135 ((-904 (-576) |#1|) |#1| (-907 (-576)) (-904 (-576) |#1|))) (-15 -1554 ((-907 (-390)) |#1|)) (-15 -1554 ((-907 (-576)) |#1|)) (-15 -2255 ((-701 |#2|) (-701 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-701 (-576)) (-701 |#1|))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2423 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -4114 (|#1| |#2|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -4114 (|#1| |#1|)) (-15 -2864 ((-783))) (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3730 ((|#1| $) 162 (|has| |#1| (-317)))) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-2583 (((-3 $ "failed") $ $) 20)) (-1654 (((-430 (-1193 $)) (-1193 $)) 153 (|has| |#1| (-928)))) (-4068 (($ $) 81)) (-2068 (((-430 $) $) 80)) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) 156 (|has| |#1| (-928)))) (-4064 (((-112) $ $) 65)) (-4018 (((-576) $) 143 (|has| |#1| (-832)))) (-3853 (($) 18 T CONST)) (-2981 (((-3 |#1| "failed") $) 192) (((-3 (-1197) "failed") $) 151 (|has| |#1| (-1059 (-1197)))) (((-3 (-419 (-576)) "failed") $) 134 (|has| |#1| (-1059 (-576)))) (((-3 (-576) "failed") $) 132 (|has| |#1| (-1059 (-576))))) (-2318 ((|#1| $) 193) (((-1197) $) 152 (|has| |#1| (-1059 (-1197)))) (((-419 (-576)) $) 135 (|has| |#1| (-1059 (-576)))) (((-576) $) 133 (|has| |#1| (-1059 (-576))))) (-1892 (($ $ $) 61)) (-2255 (((-701 (-576)) (-701 $)) 177 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 176 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) 175) (((-701 |#1|) (-701 $)) 174)) (-2413 (((-3 $ "failed") $) 37)) (-4370 (($) 160 (|has| |#1| (-557)))) (-1905 (($ $ $) 62)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 57)) (-3742 (((-112) $) 79)) (-2907 (((-112) $) 145 (|has| |#1| (-832)))) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) 169 (|has| |#1| (-901 (-576)))) (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 168 (|has| |#1| (-901 (-390))))) (-3315 (((-112) $) 35)) (-2364 (($ $) 164)) (-2687 ((|#1| $) 166)) (-4080 (((-3 $ "failed") $) 131 (|has| |#1| (-1173)))) (-2569 (((-112) $) 144 (|has| |#1| (-832)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-2905 (($ $ $) 141 (|has| |#1| (-862)))) (-2163 (($ $ $) 140 (|has| |#1| (-862)))) (-2423 (($ (-1 |#1| |#1|) $) 184)) (-3015 (((-701 (-576)) (-1288 $)) 179 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) 178 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) 173) (((-701 |#1|) (-1288 $)) 172)) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-1668 (($ $) 78)) (-3651 (($) 130 (|has| |#1| (-1173)) CONST)) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-4152 (($ $) 161 (|has| |#1| (-317)))) (-4110 ((|#1| $) 158 (|has| |#1| (-557)))) (-1756 (((-430 (-1193 $)) (-1193 $)) 155 (|has| |#1| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) 154 (|has| |#1| (-928)))) (-1452 (((-430 $) $) 82)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-1943 (((-3 $ "failed") $ $) 48)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-2143 (($ $ (-656 |#1|) (-656 |#1|)) 190 (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) 189 (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) 188 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) 187 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1197)) (-656 |#1|)) 186 (|has| |#1| (-526 (-1197) |#1|))) (($ $ (-1197) |#1|) 185 (|has| |#1| (-526 (-1197) |#1|)))) (-3199 (((-783) $) 64)) (-4369 (($ $ |#1|) 191 (|has| |#1| (-296 |#1| |#1|)))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 63)) (-4107 (($ $ (-1 |#1| |#1|)) 183) (($ $ (-1 |#1| |#1|) (-783)) 182) (($ $) 129 (|has| |#1| (-237))) (($ $ (-783)) 127 (|has| |#1| (-237))) (($ $ (-1197)) 125 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) 123 (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) 122 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) 121 (|has| |#1| (-919 (-1197))))) (-3908 (($ $) 163)) (-2698 ((|#1| $) 165)) (-1554 (((-907 (-576)) $) 171 (|has| |#1| (-626 (-907 (-576))))) (((-907 (-390)) $) 170 (|has| |#1| (-626 (-907 (-390))))) (((-548) $) 148 (|has| |#1| (-626 (-548)))) (((-390) $) 147 (|has| |#1| (-1043))) (((-227) $) 146 (|has| |#1| (-1043)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) 157 (-2311 (|has| $ (-146)) (|has| |#1| (-928))))) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74) (($ |#1|) 196) (($ (-1197)) 150 (|has| |#1| (-1059 (-1197))))) (-3346 (((-3 $ "failed") $) 149 (-3795 (|has| |#1| (-146)) (-2311 (|has| $ (-146)) (|has| |#1| (-928)))))) (-2864 (((-783)) 32 T CONST)) (-2778 ((|#1| $) 159 (|has| |#1| (-557)))) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 45)) (-2679 (($ $) 142 (|has| |#1| (-832)))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-1 |#1| |#1|)) 181) (($ $ (-1 |#1| |#1|) (-783)) 180) (($ $) 128 (|has| |#1| (-237))) (($ $ (-783)) 126 (|has| |#1| (-237))) (($ $ (-1197)) 124 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) 120 (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) 119 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) 118 (|has| |#1| (-919 (-1197))))) (-3995 (((-112) $ $) 138 (|has| |#1| (-862)))) (-3975 (((-112) $ $) 137 (|has| |#1| (-862)))) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 139 (|has| |#1| (-862)))) (-3962 (((-112) $ $) 136 (|has| |#1| (-862)))) (-4047 (($ $ $) 73) (($ |#1| |#1|) 167)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75) (($ |#1| $) 195) (($ $ |#1|) 194)))
+(((-1013 |#1|) (-141) (-568)) (T -1013))
+((-4047 (*1 *1 *2 *2) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568)))) (-2687 (*1 *2 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568)))) (-2698 (*1 *2 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568)))) (-2364 (*1 *1 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568)))) (-3908 (*1 *1 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568)))) (-3730 (*1 *2 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568)) (-4 *2 (-317)))) (-4152 (*1 *1 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568)) (-4 *2 (-317)))) (-4370 (*1 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-557)) (-4 *2 (-568)))) (-2778 (*1 *2 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568)) (-4 *2 (-557)))) (-4110 (*1 *2 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568)) (-4 *2 (-557)))))
+(-13 (-374) (-38 |t#1|) (-1059 |t#1|) (-349 |t#1|) (-232 |t#1|) (-388 |t#1|) (-899 |t#1|) (-412 |t#1|) (-10 -8 (-15 -4047 ($ |t#1| |t#1|)) (-15 -2687 (|t#1| $)) (-15 -2698 (|t#1| $)) (-15 -2364 ($ $)) (-15 -3908 ($ $)) (IF (|has| |t#1| (-1173)) (-6 (-1173)) |%noBranch|) (IF (|has| |t#1| (-1059 (-576))) (PROGN (-6 (-1059 (-576))) (-6 (-1059 (-419 (-576))))) |%noBranch|) (IF (|has| |t#1| (-862)) (-6 (-862)) |%noBranch|) (IF (|has| |t#1| (-832)) (-6 (-832)) |%noBranch|) (IF (|has| |t#1| (-1043)) (-6 (-1043)) |%noBranch|) (IF (|has| |t#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (IF (|has| |t#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |t#1| (-1059 (-1197))) (-6 (-1059 (-1197))) |%noBranch|) (IF (|has| |t#1| (-317)) (PROGN (-15 -3730 (|t#1| $)) (-15 -4152 ($ $))) |%noBranch|) (IF (|has| |t#1| (-557)) (PROGN (-15 -4370 ($)) (-15 -2778 (|t#1| $)) (-15 -4110 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-928)) (-6 (-928)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 |#1|) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 #1=(-1197)) |has| |#1| (-1059 (-1197))) ((-628 |#1|) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-626 (-227)) |has| |#1| (-1043)) ((-626 (-390)) |has| |#1| (-1043)) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-626 (-907 (-390))) |has| |#1| (-626 (-907 (-390)))) ((-626 (-907 (-576))) |has| |#1| (-626 (-907 (-576)))) ((-234 $) -3795 (|has| |#1| (-237)) (|has| |#1| (-238))) ((-232 |#1|) . T) ((-238) |has| |#1| (-238)) ((-237) -3795 (|has| |#1| (-237)) (|has| |#1| (-238))) ((-272 |#1|) . T) ((-248) . T) ((-296 |#1| $) |has| |#1| (-296 |#1| |#1|)) ((-300) . T) ((-317) . T) ((-319 |#1|) |has| |#1| (-319 |#1|)) ((-374) . T) ((-349 |#1|) . T) ((-388 |#1|) . T) ((-412 |#1|) . T) ((-464) . T) ((-526 (-1197) |#1|) |has| |#1| (-526 (-1197) |#1|)) ((-526 |#1| |#1|) |has| |#1| (-319 |#1|)) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 #2=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 |#1|) . T) ((-652 $) . T) ((-651 #2#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-729 #0#) . T) ((-729 |#1|) . T) ((-729 $) . T) ((-738) . T) ((-803) |has| |#1| (-832)) ((-804) |has| |#1| (-832)) ((-806) |has| |#1| (-832)) ((-807) |has| |#1| (-832)) ((-832) |has| |#1| (-832)) ((-860) |has| |#1| (-832)) ((-862) -3795 (|has| |#1| (-862)) (|has| |#1| (-832))) ((-911 $ #3=(-1197)) -3795 (|has| |#1| (-919 (-1197))) (|has| |#1| (-917 (-1197)))) ((-917 (-1197)) |has| |#1| (-917 (-1197))) ((-919 #3#) -3795 (|has| |#1| (-919 (-1197))) (|has| |#1| (-917 (-1197)))) ((-901 (-390)) |has| |#1| (-901 (-390))) ((-901 (-576)) |has| |#1| (-901 (-576))) ((-899 |#1|) . T) ((-928) |has| |#1| (-928)) ((-939) . T) ((-1043) |has| |#1| (-1043)) ((-1059 (-419 (-576))) |has| |#1| (-1059 (-576))) ((-1059 (-576)) |has| |#1| (-1059 (-576))) ((-1059 #1#) |has| |#1| (-1059 (-1197))) ((-1059 |#1|) . T) ((-1072 #0#) . T) ((-1072 |#1|) . T) ((-1072 $) . T) ((-1077 #0#) . T) ((-1077 |#1|) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1173) |has| |#1| (-1173)) ((-1238) . T) ((-1242) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-3859 (($ (-1163 |#1| |#2|)) 11)) (-3409 (((-1163 |#1| |#2|) $) 12)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4369 ((|#2| $ (-245 |#1| |#2|)) 16)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-4312 (($) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL)))
+(((-1014 |#1| |#2|) (-13 (-21) (-296 (-245 |#1| |#2|) |#2|) (-10 -8 (-15 -3859 ($ (-1163 |#1| |#2|))) (-15 -3409 ((-1163 |#1| |#2|) $)))) (-940) (-374)) (T -1014))
+((-3859 (*1 *1 *2) (-12 (-5 *2 (-1163 *3 *4)) (-14 *3 (-940)) (-4 *4 (-374)) (-5 *1 (-1014 *3 *4)))) (-3409 (*1 *2 *1) (-12 (-5 *2 (-1163 *3 *4)) (-5 *1 (-1014 *3 *4)) (-14 *3 (-940)) (-4 *4 (-374)))))
+(-13 (-21) (-296 (-245 |#1| |#2|) |#2|) (-10 -8 (-15 -3859 ($ (-1163 |#1| |#2|))) (-15 -3409 ((-1163 |#1| |#2|) $))))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2230 (((-1156) $) 9)) (-4114 (((-876) $) 15) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1015) (-13 (-1104) (-10 -8 (-15 -2230 ((-1156) $))))) (T -1015))
+((-2230 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1015)))))
+(-13 (-1104) (-10 -8 (-15 -2230 ((-1156) $))))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1951 (((-112) $ (-783)) 8)) (-3853 (($) 7 T CONST)) (-1404 (($ $) 47)) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) 9)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-3108 (((-783) $) 46)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-4306 ((|#1| $) 40)) (-3846 (($ |#1| $) 41)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-1611 ((|#1| $) 45)) (-1470 ((|#1| $) 42)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-3431 ((|#1| |#1| $) 49)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-1730 ((|#1| $) 48)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-3356 (($ (-656 |#1|)) 43)) (-2803 ((|#1| $) 44)) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-1016 |#1|) (-141) (-1238)) (T -1016))
+((-3431 (*1 *2 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1238)))) (-1730 (*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1238)))) (-1404 (*1 *1 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1238)))) (-3108 (*1 *2 *1) (-12 (-4 *1 (-1016 *3)) (-4 *3 (-1238)) (-5 *2 (-783)))) (-1611 (*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1238)))) (-2803 (*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1238)))))
+(-13 (-107 |t#1|) (-10 -8 (-6 -4464) (-15 -3431 (|t#1| |t#1| $)) (-15 -1730 (|t#1| $)) (-15 -1404 ($ $)) (-15 -3108 ((-783) $)) (-15 -1611 (|t#1| $)) (-15 -2803 (|t#1| $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1121) |has| |#1| (-1121)) ((-1238) . T))
+((-2604 (((-112) $) 43)) (-2981 (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 |#2| "failed") $) 46)) (-2318 (((-576) $) NIL) (((-419 (-576)) $) NIL) ((|#2| $) 44)) (-3878 (((-3 (-419 (-576)) "failed") $) 78)) (-1358 (((-112) $) 72)) (-2951 (((-419 (-576)) $) 76)) (-3315 (((-112) $) 42)) (-2828 ((|#2| $) 22)) (-2423 (($ (-1 |#2| |#2|) $) 19)) (-1668 (($ $) 58)) (-4107 (($ $ (-1 |#2| |#2|)) 35) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1197)) NIL) (($ $ (-656 (-1197))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL) (($ $) NIL) (($ $ (-783)) NIL)) (-1554 (((-548) $) 67)) (-2970 (($ $) 17)) (-4114 (((-876) $) 53) (($ (-576)) 39) (($ |#2|) 37) (($ (-419 (-576))) NIL)) (-2864 (((-783)) 10)) (-2679 ((|#2| $) 71)) (-3939 (((-112) $ $) 26)) (-3962 (((-112) $ $) 69)) (-4037 (($ $) 30) (($ $ $) 29)) (-4027 (($ $ $) 27)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 34) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 31) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL)))
+(((-1017 |#1| |#2|) (-10 -8 (-15 -4114 (|#1| (-419 (-576)))) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -3962 ((-112) |#1| |#1|)) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 * (|#1| |#1| (-419 (-576)))) (-15 -1668 (|#1| |#1|)) (-15 -1554 ((-548) |#1|)) (-15 -3878 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2951 ((-419 (-576)) |#1|)) (-15 -1358 ((-112) |#1|)) (-15 -2679 (|#2| |#1|)) (-15 -2828 (|#2| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 -2423 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -4114 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2864 ((-783))) (-15 -4114 (|#1| (-576))) (-15 -3315 ((-112) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 -2604 ((-112) |#1|)) (-15 * (|#1| (-940) |#1|)) (-15 -4027 (|#1| |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -3939 ((-112) |#1| |#1|))) (-1018 |#2|) (-174)) (T -1017))
+((-2864 (*1 *2) (-12 (-4 *4 (-174)) (-5 *2 (-783)) (-5 *1 (-1017 *3 *4)) (-4 *3 (-1018 *4)))))
+(-10 -8 (-15 -4114 (|#1| (-419 (-576)))) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1|)) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -3962 ((-112) |#1| |#1|)) (-15 * (|#1| (-419 (-576)) |#1|)) (-15 * (|#1| |#1| (-419 (-576)))) (-15 -1668 (|#1| |#1|)) (-15 -1554 ((-548) |#1|)) (-15 -3878 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2951 ((-419 (-576)) |#1|)) (-15 -1358 ((-112) |#1|)) (-15 -2679 (|#2| |#1|)) (-15 -2828 (|#2| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 -2423 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -4114 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2864 ((-783))) (-15 -4114 (|#1| (-576))) (-15 -3315 ((-112) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 * (|#1| (-783) |#1|)) (-15 -2604 ((-112) |#1|)) (-15 * (|#1| (-940) |#1|)) (-15 -4027 (|#1| |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -3939 ((-112) |#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2981 (((-3 (-576) "failed") $) 134 (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) 132 (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) 129)) (-2318 (((-576) $) 133 (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) 131 (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) 130)) (-2255 (((-701 (-576)) (-701 $)) 114 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 113 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) 112) (((-701 |#1|) (-701 $)) 111)) (-2413 (((-3 $ "failed") $) 37)) (-1474 ((|#1| $) 102)) (-3878 (((-3 (-419 (-576)) "failed") $) 98 (|has| |#1| (-557)))) (-1358 (((-112) $) 100 (|has| |#1| (-557)))) (-2951 (((-419 (-576)) $) 99 (|has| |#1| (-557)))) (-2524 (($ |#1| |#1| |#1| |#1|) 103)) (-3315 (((-112) $) 35)) (-2828 ((|#1| $) 104)) (-2905 (($ $ $) 91 (|has| |#1| (-862)))) (-2163 (($ $ $) 90 (|has| |#1| (-862)))) (-2423 (($ (-1 |#1| |#1|) $) 117)) (-3015 (((-701 (-576)) (-1288 $)) 116 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) 115 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) 110) (((-701 |#1|) (-1288 $)) 109)) (-4185 (((-1179) $) 10)) (-1668 (($ $) 95 (|has| |#1| (-374)))) (-4141 ((|#1| $) 105)) (-1963 ((|#1| $) 106)) (-2422 ((|#1| $) 107)) (-3117 (((-1141) $) 11)) (-2143 (($ $ (-656 |#1|) (-656 |#1|)) 123 (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) 122 (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) 121 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) 120 (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1197)) (-656 |#1|)) 119 (|has| |#1| (-526 (-1197) |#1|))) (($ $ (-1197) |#1|) 118 (|has| |#1| (-526 (-1197) |#1|)))) (-4369 (($ $ |#1|) 124 (|has| |#1| (-296 |#1| |#1|)))) (-4107 (($ $ (-1 |#1| |#1|)) 128) (($ $ (-1 |#1| |#1|) (-783)) 127) (($ $) 85 (|has| |#1| (-237))) (($ $ (-783)) 83 (|has| |#1| (-237))) (($ $ (-1197)) 81 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) 79 (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) 78 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) 77 (|has| |#1| (-919 (-1197))))) (-1554 (((-548) $) 96 (|has| |#1| (-626 (-548))))) (-2970 (($ $) 108)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 44) (($ (-419 (-576))) 73 (-3795 (|has| |#1| (-374)) (|has| |#1| (-1059 (-419 (-576))))))) (-3346 (((-3 $ "failed") $) 97 (|has| |#1| (-146)))) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-2679 ((|#1| $) 101 (|has| |#1| (-1081)))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-1 |#1| |#1|)) 126) (($ $ (-1 |#1| |#1|) (-783)) 125) (($ $) 84 (|has| |#1| (-237))) (($ $ (-783)) 82 (|has| |#1| (-237))) (($ $ (-1197)) 80 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) 76 (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) 75 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) 74 (|has| |#1| (-919 (-1197))))) (-3995 (((-112) $ $) 88 (|has| |#1| (-862)))) (-3975 (((-112) $ $) 87 (|has| |#1| (-862)))) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 89 (|has| |#1| (-862)))) (-3962 (((-112) $ $) 86 (|has| |#1| (-862)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 94 (|has| |#1| (-374)))) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45) (($ $ (-419 (-576))) 93 (|has| |#1| (-374))) (($ (-419 (-576)) $) 92 (|has| |#1| (-374)))))
+(((-1018 |#1|) (-141) (-174)) (T -1018))
+((-2970 (*1 *1 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-174)))) (-2422 (*1 *2 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-174)))) (-1963 (*1 *2 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-174)))) (-4141 (*1 *2 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-174)))) (-2828 (*1 *2 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-174)))) (-2524 (*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-174)))) (-1474 (*1 *2 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-174)))) (-2679 (*1 *2 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-174)) (-4 *2 (-1081)))) (-1358 (*1 *2 *1) (-12 (-4 *1 (-1018 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-112)))) (-2951 (*1 *2 *1) (-12 (-4 *1 (-1018 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-419 (-576))))) (-3878 (*1 *2 *1) (|partial| -12 (-4 *1 (-1018 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-419 (-576))))))
+(-13 (-38 |t#1|) (-423 |t#1|) (-232 |t#1|) (-349 |t#1|) (-388 |t#1|) (-10 -8 (-15 -2970 ($ $)) (-15 -2422 (|t#1| $)) (-15 -1963 (|t#1| $)) (-15 -4141 (|t#1| $)) (-15 -2828 (|t#1| $)) (-15 -2524 ($ |t#1| |t#1| |t#1| |t#1|)) (-15 -1474 (|t#1| $)) (IF (|has| |t#1| (-300)) (-6 (-300)) |%noBranch|) (IF (|has| |t#1| (-862)) (-6 (-862)) |%noBranch|) (IF (|has| |t#1| (-374)) (-6 (-248)) |%noBranch|) (IF (|has| |t#1| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (IF (|has| |t#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-146)) |%noBranch|) (IF (|has| |t#1| (-1081)) (-15 -2679 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-557)) (PROGN (-15 -1358 ((-112) $)) (-15 -2951 ((-419 (-576)) $)) (-15 -3878 ((-3 (-419 (-576)) "failed") $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) |has| |#1| (-374)) ((-38 |#1|) . T) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-374)) ((-111 |#1| |#1|) . T) ((-111 $ $) -3795 (|has| |#1| (-374)) (|has| |#1| (-300))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) -3795 (|has| |#1| (-1059 (-419 (-576)))) (|has| |#1| (-374))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-625 (-876)) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-234 $) -3795 (|has| |#1| (-237)) (|has| |#1| (-238))) ((-232 |#1|) . T) ((-238) |has| |#1| (-238)) ((-237) -3795 (|has| |#1| (-237)) (|has| |#1| (-238))) ((-272 |#1|) . T) ((-248) |has| |#1| (-374)) ((-296 |#1| $) |has| |#1| (-296 |#1| |#1|)) ((-300) -3795 (|has| |#1| (-374)) (|has| |#1| (-300))) ((-319 |#1|) |has| |#1| (-319 |#1|)) ((-349 |#1|) . T) ((-388 |#1|) . T) ((-423 |#1|) . T) ((-526 (-1197) |#1|) |has| |#1| (-526 (-1197) |#1|)) ((-526 |#1| |#1|) |has| |#1| (-319 |#1|)) ((-658 #0#) |has| |#1| (-374)) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) |has| |#1| (-374)) ((-660 #1=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) |has| |#1| (-374)) ((-652 |#1|) . T) ((-651 #1#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-729 #0#) |has| |#1| (-374)) ((-729 |#1|) . T) ((-738) . T) ((-862) |has| |#1| (-862)) ((-911 $ #2=(-1197)) -3795 (|has| |#1| (-919 (-1197))) (|has| |#1| (-917 (-1197)))) ((-917 (-1197)) |has| |#1| (-917 (-1197))) ((-919 #2#) -3795 (|has| |#1| (-919 (-1197))) (|has| |#1| (-917 (-1197)))) ((-1059 (-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((-1059 (-576)) |has| |#1| (-1059 (-576))) ((-1059 |#1|) . T) ((-1072 #0#) |has| |#1| (-374)) ((-1072 |#1|) . T) ((-1072 $) -3795 (|has| |#1| (-374)) (|has| |#1| (-300))) ((-1077 #0#) |has| |#1| (-374)) ((-1077 |#1|) . T) ((-1077 $) -3795 (|has| |#1| (-374)) (|has| |#1| (-300))) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-2423 ((|#3| (-1 |#4| |#2|) |#1|) 16)))
+(((-1019 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2423 (|#3| (-1 |#4| |#2|) |#1|))) (-1018 |#2|) (-174) (-1018 |#4|) (-174)) (T -1019))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-174)) (-4 *6 (-174)) (-4 *2 (-1018 *6)) (-5 *1 (-1019 *4 *5 *2 *6)) (-4 *4 (-1018 *5)))))
+(-10 -7 (-15 -2423 (|#3| (-1 |#4| |#2|) |#1|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) NIL)) (-2318 (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1474 ((|#1| $) 12)) (-3878 (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-557)))) (-1358 (((-112) $) NIL (|has| |#1| (-557)))) (-2951 (((-419 (-576)) $) NIL (|has| |#1| (-557)))) (-2524 (($ |#1| |#1| |#1| |#1|) 16)) (-3315 (((-112) $) NIL)) (-2828 ((|#1| $) NIL)) (-2905 (($ $ $) NIL (|has| |#1| (-862)))) (-2163 (($ $ $) NIL (|has| |#1| (-862)))) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) NIL) (((-701 |#1|) (-1288 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL (|has| |#1| (-374)))) (-4141 ((|#1| $) 15)) (-1963 ((|#1| $) 14)) (-2422 ((|#1| $) 13)) (-3117 (((-1141) $) NIL)) (-2143 (($ $ (-656 |#1|) (-656 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-319 |#1|))) (($ $ (-304 |#1|)) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-304 |#1|))) NIL (|has| |#1| (-319 |#1|))) (($ $ (-656 (-1197)) (-656 |#1|)) NIL (|has| |#1| (-526 (-1197) |#1|))) (($ $ (-1197) |#1|) NIL (|has| |#1| (-526 (-1197) |#1|)))) (-4369 (($ $ |#1|) NIL (|has| |#1| (-296 |#1| |#1|)))) (-4107 (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237))) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197))))) (-1554 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-2970 (($ $) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-419 (-576))) NIL (-3795 (|has| |#1| (-374)) (|has| |#1| (-1059 (-419 (-576))))))) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-2679 ((|#1| $) NIL (|has| |#1| (-1081)))) (-4312 (($) 8 T CONST)) (-4322 (($) 10 T CONST)) (-3157 (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237))) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197))))) (-3995 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3962 (((-112) $ $) NIL (|has| |#1| (-862)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374)))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 20) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-419 (-576))) NIL (|has| |#1| (-374))) (($ (-419 (-576)) $) NIL (|has| |#1| (-374)))))
+(((-1020 |#1|) (-1018 |#1|) (-174)) (T -1020))
+NIL
+(-1018 |#1|)
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1951 (((-112) $ (-783)) NIL)) (-3853 (($) NIL T CONST)) (-1404 (($ $) 23)) (-3579 (($ (-656 |#1|)) 33)) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-3108 (((-783) $) 26)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-4306 ((|#1| $) 28)) (-3846 (($ |#1| $) 17)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-1611 ((|#1| $) 27)) (-1470 ((|#1| $) 22)) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-3431 ((|#1| |#1| $) 16)) (-4190 (((-112) $) 18)) (-3029 (($) NIL)) (-1730 ((|#1| $) 21)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-3356 (($ (-656 |#1|)) NIL)) (-2803 ((|#1| $) 30)) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-1021 |#1|) (-13 (-1016 |#1|) (-10 -8 (-15 -3579 ($ (-656 |#1|))))) (-1121)) (T -1021))
+((-3579 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-5 *1 (-1021 *3)))))
+(-13 (-1016 |#1|) (-10 -8 (-15 -3579 ($ (-656 |#1|)))))
+((-1463 (($ $) 12)) (-4063 (($ $ (-576)) 13)))
+(((-1022 |#1|) (-10 -8 (-15 -1463 (|#1| |#1|)) (-15 -4063 (|#1| |#1| (-576)))) (-1023)) (T -1022))
+NIL
+(-10 -8 (-15 -1463 (|#1| |#1|)) (-15 -4063 (|#1| |#1| (-576))))
+((-1463 (($ $) 6)) (-4063 (($ $ (-576)) 7)) (** (($ $ (-419 (-576))) 8)))
+(((-1023) (-141)) (T -1023))
+((** (*1 *1 *1 *2) (-12 (-4 *1 (-1023)) (-5 *2 (-419 (-576))))) (-4063 (*1 *1 *1 *2) (-12 (-4 *1 (-1023)) (-5 *2 (-576)))) (-1463 (*1 *1 *1) (-4 *1 (-1023))))
+(-13 (-10 -8 (-15 -1463 ($ $)) (-15 -4063 ($ $ (-576))) (-15 ** ($ $ (-419 (-576))))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1544 (((-2 (|:| |num| (-1288 |#2|)) (|:| |den| |#2|)) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| (-419 |#2|) (-374)))) (-2116 (($ $) NIL (|has| (-419 |#2|) (-374)))) (-2898 (((-112) $) NIL (|has| (-419 |#2|) (-374)))) (-2237 (((-701 (-419 |#2|)) (-1288 $)) NIL) (((-701 (-419 |#2|))) NIL)) (-3832 (((-419 |#2|) $) NIL)) (-3197 (((-1210 (-940) (-783)) (-576)) NIL (|has| (-419 |#2|) (-360)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL (|has| (-419 |#2|) (-374)))) (-2068 (((-430 $) $) NIL (|has| (-419 |#2|) (-374)))) (-4064 (((-112) $ $) NIL (|has| (-419 |#2|) (-374)))) (-2200 (((-783)) NIL (|has| (-419 |#2|) (-379)))) (-3493 (((-112)) NIL)) (-1490 (((-112) |#1|) 162) (((-112) |#2|) 166)) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL (|has| (-419 |#2|) (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-419 |#2|) (-1059 (-419 (-576))))) (((-3 (-419 |#2|) "failed") $) NIL)) (-2318 (((-576) $) NIL (|has| (-419 |#2|) (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| (-419 |#2|) (-1059 (-419 (-576))))) (((-419 |#2|) $) NIL)) (-3093 (($ (-1288 (-419 |#2|)) (-1288 $)) NIL) (($ (-1288 (-419 |#2|))) 79) (($ (-1288 |#2|) |#2|) NIL)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-419 |#2|) (-360)))) (-1892 (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-3104 (((-701 (-419 |#2|)) $ (-1288 $)) NIL) (((-701 (-419 |#2|)) $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-419 |#2|))) (|:| |vec| (-1288 (-419 |#2|)))) (-701 $) (-1288 $)) NIL) (((-701 (-419 |#2|)) (-701 $)) NIL)) (-2514 (((-1288 $) (-1288 $)) NIL)) (-2722 (($ |#3|) 73) (((-3 $ "failed") (-419 |#3|)) NIL (|has| (-419 |#2|) (-374)))) (-2413 (((-3 $ "failed") $) NIL)) (-3656 (((-656 (-656 |#1|))) NIL (|has| |#1| (-379)))) (-3794 (((-112) |#1| |#1|) NIL)) (-4136 (((-940)) NIL)) (-4370 (($) NIL (|has| (-419 |#2|) (-379)))) (-1693 (((-112)) NIL)) (-2342 (((-112) |#1|) 61) (((-112) |#2|) 164)) (-1905 (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| (-419 |#2|) (-374)))) (-1770 (($ $) NIL)) (-1766 (($) NIL (|has| (-419 |#2|) (-360)))) (-2430 (((-112) $) NIL (|has| (-419 |#2|) (-360)))) (-2566 (($ $ (-783)) NIL (|has| (-419 |#2|) (-360))) (($ $) NIL (|has| (-419 |#2|) (-360)))) (-3742 (((-112) $) NIL (|has| (-419 |#2|) (-374)))) (-1760 (((-940) $) NIL (|has| (-419 |#2|) (-360))) (((-845 (-940)) $) NIL (|has| (-419 |#2|) (-360)))) (-3315 (((-112) $) NIL)) (-3008 (((-783)) NIL)) (-2466 (((-1288 $) (-1288 $)) NIL)) (-2828 (((-419 |#2|) $) NIL)) (-3519 (((-656 (-971 |#1|)) (-1197)) NIL (|has| |#1| (-374)))) (-4080 (((-3 $ "failed") $) NIL (|has| (-419 |#2|) (-360)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| (-419 |#2|) (-374)))) (-3817 ((|#3| $) NIL (|has| (-419 |#2|) (-374)))) (-2106 (((-940) $) NIL (|has| (-419 |#2|) (-379)))) (-2709 ((|#3| $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| (-419 |#2|) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-419 |#2|))) (|:| |vec| (-1288 (-419 |#2|)))) (-1288 $) $) NIL) (((-701 (-419 |#2|)) (-1288 $)) NIL)) (-3078 (($ (-656 $)) NIL (|has| (-419 |#2|) (-374))) (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-4185 (((-1179) $) NIL)) (-2397 (((-701 (-419 |#2|))) 57)) (-2885 (((-701 (-419 |#2|))) 56)) (-1668 (($ $) NIL (|has| (-419 |#2|) (-374)))) (-3336 (($ (-1288 |#2|) |#2|) 80)) (-2006 (((-701 (-419 |#2|))) 55)) (-2328 (((-701 (-419 |#2|))) 54)) (-4180 (((-2 (|:| |num| (-701 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 95)) (-1339 (((-2 (|:| |num| (-1288 |#2|)) (|:| |den| |#2|)) $) 86)) (-3205 (((-1288 $)) 51)) (-2570 (((-1288 $)) 50)) (-2926 (((-112) $) NIL)) (-1985 (((-112) $) NIL) (((-112) $ |#1|) NIL) (((-112) $ |#2|) NIL)) (-3651 (($) NIL (|has| (-419 |#2|) (-360)) CONST)) (-2409 (($ (-940)) NIL (|has| (-419 |#2|) (-379)))) (-1345 (((-3 |#2| "failed")) 70)) (-3117 (((-1141) $) NIL)) (-2141 (((-783)) NIL)) (-2549 (($) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| (-419 |#2|) (-374)))) (-3115 (($ (-656 $)) NIL (|has| (-419 |#2|) (-374))) (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) NIL (|has| (-419 |#2|) (-360)))) (-1452 (((-430 $) $) NIL (|has| (-419 |#2|) (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-419 |#2|) (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| (-419 |#2|) (-374)))) (-1943 (((-3 $ "failed") $ $) NIL (|has| (-419 |#2|) (-374)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| (-419 |#2|) (-374)))) (-3199 (((-783) $) NIL (|has| (-419 |#2|) (-374)))) (-4369 ((|#1| $ |#1| |#1|) NIL)) (-1330 (((-3 |#2| "failed")) 68)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| (-419 |#2|) (-374)))) (-3053 (((-419 |#2|) (-1288 $)) NIL) (((-419 |#2|)) 47)) (-3923 (((-783) $) NIL (|has| (-419 |#2|) (-360))) (((-3 (-783) "failed") $ $) NIL (|has| (-419 |#2|) (-360)))) (-4107 (($ $ (-1 (-419 |#2|) (-419 |#2|))) NIL (|has| (-419 |#2|) (-374))) (($ $ (-1 (-419 |#2|) (-419 |#2|)) (-783)) NIL (|has| (-419 |#2|) (-374))) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))))) (($ $ (-783)) NIL (-3795 (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360)))) (($ $) NIL (-3795 (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360))))) (-4297 (((-701 (-419 |#2|)) (-1288 $) (-1 (-419 |#2|) (-419 |#2|))) NIL (|has| (-419 |#2|) (-374)))) (-2030 ((|#3|) 58)) (-1986 (($) NIL (|has| (-419 |#2|) (-360)))) (-3219 (((-1288 (-419 |#2|)) $ (-1288 $)) NIL) (((-701 (-419 |#2|)) (-1288 $) (-1288 $)) NIL) (((-1288 (-419 |#2|)) $) 81) (((-701 (-419 |#2|)) (-1288 $)) NIL)) (-1554 (((-1288 (-419 |#2|)) $) NIL) (($ (-1288 (-419 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (|has| (-419 |#2|) (-360)))) (-3151 (((-1288 $) (-1288 $)) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ (-419 |#2|)) NIL) (($ (-419 (-576))) NIL (-3795 (|has| (-419 |#2|) (-1059 (-419 (-576)))) (|has| (-419 |#2|) (-374)))) (($ $) NIL (|has| (-419 |#2|) (-374)))) (-3346 (($ $) NIL (|has| (-419 |#2|) (-360))) (((-3 $ "failed") $) NIL (|has| (-419 |#2|) (-146)))) (-2837 ((|#3| $) NIL)) (-2864 (((-783)) NIL T CONST)) (-3323 (((-112)) 65)) (-4036 (((-112) |#1|) 167) (((-112) |#2|) 168)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) NIL)) (-4095 (((-112) $ $) NIL (|has| (-419 |#2|) (-374)))) (-2414 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-3381 (((-112)) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-1 (-419 |#2|) (-419 |#2|))) NIL (|has| (-419 |#2|) (-374))) (($ $ (-1 (-419 |#2|) (-419 |#2|)) (-783)) NIL (|has| (-419 |#2|) (-374))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-917 (-1197)))) (-12 (|has| (-419 |#2|) (-374)) (|has| (-419 |#2|) (-919 (-1197)))))) (($ $ (-783)) NIL (-3795 (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360)))) (($ $) NIL (-3795 (-12 (|has| (-419 |#2|) (-238)) (|has| (-419 |#2|) (-374))) (-12 (|has| (-419 |#2|) (-237)) (|has| (-419 |#2|) (-374))) (|has| (-419 |#2|) (-360))))) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ $) NIL (|has| (-419 |#2|) (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| (-419 |#2|) (-374)))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 |#2|)) NIL) (($ (-419 |#2|) $) NIL) (($ (-419 (-576)) $) NIL (|has| (-419 |#2|) (-374))) (($ $ (-419 (-576))) NIL (|has| (-419 |#2|) (-374)))))
+(((-1024 |#1| |#2| |#3| |#4| |#5|) (-353 |#1| |#2| |#3|) (-1242) (-1264 |#1|) (-1264 (-419 |#2|)) (-419 |#2|) (-783)) (T -1024))
NIL
(-353 |#1| |#2| |#3|)
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3261 (((-656 (-576)) $) 73)) (-4158 (($ (-656 (-576))) 81)) (-3522 (((-576) $) 48 (|has| (-576) (-317)))) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-576) (-926)))) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| (-576) (-926)))) (-1829 (((-112) $ $) NIL)) (-2786 (((-576) $) NIL (|has| (-576) (-832)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) 60) (((-3 (-1195) "failed") $) NIL (|has| (-576) (-1057 (-1195)))) (((-3 (-419 (-576)) "failed") $) 57 (|has| (-576) (-1057 (-576)))) (((-3 (-576) "failed") $) 60 (|has| (-576) (-1057 (-576))))) (-2857 (((-576) $) NIL) (((-1195) $) NIL (|has| (-576) (-1057 (-1195)))) (((-419 (-576)) $) NIL (|has| (-576) (-1057 (-576)))) (((-576) $) NIL (|has| (-576) (-1057 (-576))))) (-3426 (($ $ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL) (((-701 (-576)) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1834 (($) NIL (|has| (-576) (-557)))) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3995 (((-656 (-576)) $) 79)) (-3075 (((-112) $) NIL (|has| (-576) (-832)))) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (|has| (-576) (-899 (-576)))) (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (|has| (-576) (-899 (-390))))) (-3612 (((-112) $) NIL)) (-2684 (($ $) NIL)) (-1568 (((-576) $) 45)) (-2162 (((-3 $ "failed") $) NIL (|has| (-576) (-1171)))) (-3667 (((-112) $) NIL (|has| (-576) (-832)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3123 (($ $ $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| (-576) (-862)))) (-4114 (($ (-1 (-576) (-576)) $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL) (((-701 (-576)) (-1286 $)) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL)) (-3537 (($) NIL (|has| (-576) (-1171)) CONST)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3252 (($ $) NIL (|has| (-576) (-317))) (((-419 (-576)) $) 50)) (-3773 (((-1176 (-576)) $) 78)) (-3044 (($ (-656 (-576)) (-656 (-576))) 82)) (-3247 (((-576) $) 64 (|has| (-576) (-557)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-576) (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| (-576) (-926)))) (-1827 (((-430 $) $) NIL)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3281 (($ $ (-656 (-576)) (-656 (-576))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-576) (-576)) NIL (|has| (-576) (-319 (-576)))) (($ $ (-304 (-576))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-656 (-304 (-576)))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-656 (-1195)) (-656 (-576))) NIL (|has| (-576) (-526 (-1195) (-576)))) (($ $ (-1195) (-576)) NIL (|has| (-576) (-526 (-1195) (-576))))) (-3909 (((-783) $) NIL)) (-2794 (($ $ (-576)) NIL (|has| (-576) (-296 (-576) (-576))))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2770 (($ $ (-1 (-576) (-576))) NIL) (($ $ (-1 (-576) (-576)) (-783)) NIL) (($ $ (-1195)) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| (-576) (-917 (-1195)))) (($ $) 15 (|has| (-576) (-237))) (($ $ (-783)) NIL (|has| (-576) (-237)))) (-1507 (($ $) NIL)) (-1579 (((-576) $) 47)) (-2866 (((-656 (-576)) $) 80)) (-4169 (((-905 (-576)) $) NIL (|has| (-576) (-626 (-905 (-576))))) (((-905 (-390)) $) NIL (|has| (-576) (-626 (-905 (-390))))) (((-548) $) NIL (|has| (-576) (-626 (-548)))) (((-390) $) NIL (|has| (-576) (-1041))) (((-227) $) NIL (|has| (-576) (-1041)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-576) (-926))))) (-3567 (((-874) $) 107) (($ (-576)) 51) (($ $) NIL) (($ (-419 (-576))) 27) (($ (-576)) 51) (($ (-1195)) NIL (|has| (-576) (-1057 (-1195)))) (((-419 (-576)) $) 25)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| (-576) (-926))) (|has| (-576) (-146))))) (-2596 (((-783)) 13 T CONST)) (-4317 (((-576) $) 62 (|has| (-576) (-557)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-4308 (($ $) NIL (|has| (-576) (-832)))) (-2716 (($) 14 T CONST)) (-2727 (($) 17 T CONST)) (-2014 (($ $ (-1 (-576) (-576))) NIL) (($ $ (-1 (-576) (-576)) (-783)) NIL) (($ $ (-1195)) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| (-576) (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| (-576) (-917 (-1195)))) (($ $) NIL (|has| (-576) (-237))) (($ $ (-783)) NIL (|has| (-576) (-237)))) (-2989 (((-112) $ $) NIL (|has| (-576) (-862)))) (-2960 (((-112) $ $) NIL (|has| (-576) (-862)))) (-2921 (((-112) $ $) 21)) (-2975 (((-112) $ $) NIL (|has| (-576) (-862)))) (-2946 (((-112) $ $) 40 (|has| (-576) (-862)))) (-3054 (($ $ $) 36) (($ (-576) (-576)) 38)) (-3041 (($ $) 23) (($ $ $) 30)) (-3027 (($ $ $) 28)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 32) (($ $ $) 34) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ (-576) $) 32) (($ $ (-576)) NIL)))
-(((-1023 |#1|) (-13 (-1011 (-576)) (-625 (-419 (-576))) (-10 -8 (-15 -3252 ((-419 (-576)) $)) (-15 -3261 ((-656 (-576)) $)) (-15 -3773 ((-1176 (-576)) $)) (-15 -3995 ((-656 (-576)) $)) (-15 -2866 ((-656 (-576)) $)) (-15 -4158 ($ (-656 (-576)))) (-15 -3044 ($ (-656 (-576)) (-656 (-576)))))) (-576)) (T -1023))
-((-3252 (*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-1023 *3)) (-14 *3 (-576)))) (-3261 (*1 *2 *1) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1023 *3)) (-14 *3 (-576)))) (-3773 (*1 *2 *1) (-12 (-5 *2 (-1176 (-576))) (-5 *1 (-1023 *3)) (-14 *3 (-576)))) (-3995 (*1 *2 *1) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1023 *3)) (-14 *3 (-576)))) (-2866 (*1 *2 *1) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1023 *3)) (-14 *3 (-576)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1023 *3)) (-14 *3 (-576)))) (-3044 (*1 *1 *2 *2) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1023 *3)) (-14 *3 (-576)))))
-(-13 (-1011 (-576)) (-625 (-419 (-576))) (-10 -8 (-15 -3252 ((-419 (-576)) $)) (-15 -3261 ((-656 (-576)) $)) (-15 -3773 ((-1176 (-576)) $)) (-15 -3995 ((-656 (-576)) $)) (-15 -2866 ((-656 (-576)) $)) (-15 -4158 ($ (-656 (-576)))) (-15 -3044 ($ (-656 (-576)) (-656 (-576))))))
-((-1610 (((-52) (-419 (-576)) (-576)) 9)))
-(((-1024) (-10 -7 (-15 -1610 ((-52) (-419 (-576)) (-576))))) (T -1024))
-((-1610 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-576))) (-5 *4 (-576)) (-5 *2 (-52)) (-5 *1 (-1024)))))
-(-10 -7 (-15 -1610 ((-52) (-419 (-576)) (-576))))
-((-2093 (((-576)) 23)) (-4245 (((-576)) 28)) (-2001 (((-1291) (-576)) 26)) (-2278 (((-576) (-576)) 29) (((-576)) 22)))
-(((-1025) (-10 -7 (-15 -2278 ((-576))) (-15 -2093 ((-576))) (-15 -2278 ((-576) (-576))) (-15 -2001 ((-1291) (-576))) (-15 -4245 ((-576))))) (T -1025))
-((-4245 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1025)))) (-2001 (*1 *2 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1291)) (-5 *1 (-1025)))) (-2278 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1025)))) (-2093 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1025)))) (-2278 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1025)))))
-(-10 -7 (-15 -2278 ((-576))) (-15 -2093 ((-576))) (-15 -2278 ((-576) (-576))) (-15 -2001 ((-1291) (-576))) (-15 -4245 ((-576))))
-((-2174 (((-430 |#1|) |#1|) 43)) (-1827 (((-430 |#1|) |#1|) 41)))
-(((-1026 |#1|) (-10 -7 (-15 -1827 ((-430 |#1|) |#1|)) (-15 -2174 ((-430 |#1|) |#1|))) (-1262 (-419 (-576)))) (T -1026))
-((-2174 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-1026 *3)) (-4 *3 (-1262 (-419 (-576)))))) (-1827 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-1026 *3)) (-4 *3 (-1262 (-419 (-576)))))))
-(-10 -7 (-15 -1827 ((-430 |#1|) |#1|)) (-15 -2174 ((-430 |#1|) |#1|)))
-((-2772 (((-3 (-419 (-576)) "failed") |#1|) 15)) (-4423 (((-112) |#1|) 14)) (-4335 (((-419 (-576)) |#1|) 10)))
-(((-1027 |#1|) (-10 -7 (-15 -4335 ((-419 (-576)) |#1|)) (-15 -4423 ((-112) |#1|)) (-15 -2772 ((-3 (-419 (-576)) "failed") |#1|))) (-1057 (-419 (-576)))) (T -1027))
-((-2772 (*1 *2 *3) (|partial| -12 (-5 *2 (-419 (-576))) (-5 *1 (-1027 *3)) (-4 *3 (-1057 *2)))) (-4423 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-1027 *3)) (-4 *3 (-1057 (-419 (-576)))))) (-4335 (*1 *2 *3) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-1027 *3)) (-4 *3 (-1057 *2)))))
-(-10 -7 (-15 -4335 ((-419 (-576)) |#1|)) (-15 -4423 ((-112) |#1|)) (-15 -2772 ((-3 (-419 (-576)) "failed") |#1|)))
-((-3753 ((|#2| $ "value" |#2|) 12)) (-2794 ((|#2| $ "value") 10)) (-1434 (((-112) $ $) 18)))
-(((-1028 |#1| |#2|) (-10 -8 (-15 -3753 (|#2| |#1| "value" |#2|)) (-15 -1434 ((-112) |#1| |#1|)) (-15 -2794 (|#2| |#1| "value"))) (-1029 |#2|) (-1236)) (T -1028))
-NIL
-(-10 -8 (-15 -3753 (|#2| |#1| "value" |#2|)) (-15 -1434 ((-112) |#1| |#1|)) (-15 -2794 (|#2| |#1| "value")))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3103 ((|#1| $) 49)) (-3733 (((-112) $ (-783)) 8)) (-1762 ((|#1| $ |#1|) 40 (|has| $ (-6 -4463)))) (-3753 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) 42 (|has| $ (-6 -4463)))) (-2135 (($) 7 T CONST)) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) 51)) (-2679 (((-112) $ $) 43 (|has| |#1| (-1119)))) (-2476 (((-112) $ (-783)) 9)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-2348 (((-656 |#1|) $) 46)) (-2326 (((-112) $) 50)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#1| $ "value") 48)) (-3273 (((-576) $ $) 45)) (-2635 (((-112) $) 47)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) 52)) (-1434 (((-112) $ $) 44 (|has| |#1| (-1119)))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-1029 |#1|) (-141) (-1236)) (T -1029))
-((-3931 (*1 *2 *1) (-12 (-4 *3 (-1236)) (-5 *2 (-656 *1)) (-4 *1 (-1029 *3)))) (-4099 (*1 *2 *1) (-12 (-4 *3 (-1236)) (-5 *2 (-656 *1)) (-4 *1 (-1029 *3)))) (-2326 (*1 *2 *1) (-12 (-4 *1 (-1029 *3)) (-4 *3 (-1236)) (-5 *2 (-112)))) (-3103 (*1 *2 *1) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-1236)))) (-2794 (*1 *2 *1 *3) (-12 (-5 *3 "value") (-4 *1 (-1029 *2)) (-4 *2 (-1236)))) (-2635 (*1 *2 *1) (-12 (-4 *1 (-1029 *3)) (-4 *3 (-1236)) (-5 *2 (-112)))) (-2348 (*1 *2 *1) (-12 (-4 *1 (-1029 *3)) (-4 *3 (-1236)) (-5 *2 (-656 *3)))) (-3273 (*1 *2 *1 *1) (-12 (-4 *1 (-1029 *3)) (-4 *3 (-1236)) (-5 *2 (-576)))) (-1434 (*1 *2 *1 *1) (-12 (-4 *1 (-1029 *3)) (-4 *3 (-1236)) (-4 *3 (-1119)) (-5 *2 (-112)))) (-2679 (*1 *2 *1 *1) (-12 (-4 *1 (-1029 *3)) (-4 *3 (-1236)) (-4 *3 (-1119)) (-5 *2 (-112)))) (-4281 (*1 *1 *1 *2) (-12 (-5 *2 (-656 *1)) (|has| *1 (-6 -4463)) (-4 *1 (-1029 *3)) (-4 *3 (-1236)))) (-3753 (*1 *2 *1 *3 *2) (-12 (-5 *3 "value") (|has| *1 (-6 -4463)) (-4 *1 (-1029 *2)) (-4 *2 (-1236)))) (-1762 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-1029 *2)) (-4 *2 (-1236)))))
-(-13 (-501 |t#1|) (-10 -8 (-15 -3931 ((-656 $) $)) (-15 -4099 ((-656 $) $)) (-15 -2326 ((-112) $)) (-15 -3103 (|t#1| $)) (-15 -2794 (|t#1| $ "value")) (-15 -2635 ((-112) $)) (-15 -2348 ((-656 |t#1|) $)) (-15 -3273 ((-576) $ $)) (IF (|has| |t#1| (-1119)) (PROGN (-15 -1434 ((-112) $ $)) (-15 -2679 ((-112) $ $))) |%noBranch|) (IF (|has| $ (-6 -4463)) (PROGN (-15 -4281 ($ $ (-656 $))) (-15 -3753 (|t#1| $ "value" |t#1|)) (-15 -1762 (|t#1| $ |t#1|))) |%noBranch|)))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1119) |has| |#1| (-1119)) ((-1236) . T))
-((-1838 (($ $) 9) (($ $ (-938)) 49) (($ (-419 (-576))) 13) (($ (-576)) 15)) (-2663 (((-3 $ "failed") (-1191 $) (-938) (-874)) 24) (((-3 $ "failed") (-1191 $) (-938)) 32)) (-3867 (($ $ (-576)) 58)) (-2596 (((-783)) 18)) (-4124 (((-656 $) (-1191 $)) NIL) (((-656 $) (-1191 (-419 (-576)))) 63) (((-656 $) (-1191 (-576))) 68) (((-656 $) (-969 $)) 72) (((-656 $) (-969 (-419 (-576)))) 76) (((-656 $) (-969 (-576))) 80)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL) (($ $ (-419 (-576))) 53)))
-(((-1030 |#1|) (-10 -8 (-15 -1838 (|#1| (-576))) (-15 -1838 (|#1| (-419 (-576)))) (-15 -1838 (|#1| |#1| (-938))) (-15 -4124 ((-656 |#1|) (-969 (-576)))) (-15 -4124 ((-656 |#1|) (-969 (-419 (-576))))) (-15 -4124 ((-656 |#1|) (-969 |#1|))) (-15 -4124 ((-656 |#1|) (-1191 (-576)))) (-15 -4124 ((-656 |#1|) (-1191 (-419 (-576))))) (-15 -4124 ((-656 |#1|) (-1191 |#1|))) (-15 -2663 ((-3 |#1| "failed") (-1191 |#1|) (-938))) (-15 -2663 ((-3 |#1| "failed") (-1191 |#1|) (-938) (-874))) (-15 ** (|#1| |#1| (-419 (-576)))) (-15 -3867 (|#1| |#1| (-576))) (-15 -1838 (|#1| |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 -2596 ((-783))) (-15 ** (|#1| |#1| (-783))) (-15 ** (|#1| |#1| (-938)))) (-1031)) (T -1030))
-((-2596 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1030 *3)) (-4 *3 (-1031)))))
-(-10 -8 (-15 -1838 (|#1| (-576))) (-15 -1838 (|#1| (-419 (-576)))) (-15 -1838 (|#1| |#1| (-938))) (-15 -4124 ((-656 |#1|) (-969 (-576)))) (-15 -4124 ((-656 |#1|) (-969 (-419 (-576))))) (-15 -4124 ((-656 |#1|) (-969 |#1|))) (-15 -4124 ((-656 |#1|) (-1191 (-576)))) (-15 -4124 ((-656 |#1|) (-1191 (-419 (-576))))) (-15 -4124 ((-656 |#1|) (-1191 |#1|))) (-15 -2663 ((-3 |#1| "failed") (-1191 |#1|) (-938))) (-15 -2663 ((-3 |#1| "failed") (-1191 |#1|) (-938) (-874))) (-15 ** (|#1| |#1| (-419 (-576)))) (-15 -3867 (|#1| |#1| (-576))) (-15 -1838 (|#1| |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 -2596 ((-783))) (-15 ** (|#1| |#1| (-783))) (-15 ** (|#1| |#1| (-938))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 102)) (-4380 (($ $) 103)) (-1657 (((-112) $) 105)) (-4299 (((-3 $ "failed") $ $) 20)) (-1415 (($ $) 122)) (-3422 (((-430 $) $) 123)) (-1838 (($ $) 86) (($ $ (-938)) 72) (($ (-419 (-576))) 71) (($ (-576)) 70)) (-1829 (((-112) $ $) 113)) (-2786 (((-576) $) 139)) (-2135 (($) 18 T CONST)) (-2663 (((-3 $ "failed") (-1191 $) (-938) (-874)) 80) (((-3 $ "failed") (-1191 $) (-938)) 79)) (-1570 (((-3 (-576) "failed") $) 99 (|has| (-419 (-576)) (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) 97 (|has| (-419 (-576)) (-1057 (-419 (-576))))) (((-3 (-419 (-576)) "failed") $) 94)) (-2857 (((-576) $) 98 (|has| (-419 (-576)) (-1057 (-576)))) (((-419 (-576)) $) 96 (|has| (-419 (-576)) (-1057 (-419 (-576))))) (((-419 (-576)) $) 95)) (-2459 (($ $ (-874)) 69)) (-2081 (($ $ (-874)) 68)) (-3426 (($ $ $) 117)) (-2251 (((-3 $ "failed") $) 37)) (-3438 (($ $ $) 116)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 111)) (-4283 (((-112) $) 124)) (-3075 (((-112) $) 137)) (-3612 (((-112) $) 35)) (-3867 (($ $ (-576)) 85)) (-3667 (((-112) $) 138)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 120)) (-3123 (($ $ $) 136)) (-2352 (($ $ $) 135)) (-1342 (((-3 (-1191 $) "failed") $) 81)) (-3508 (((-3 (-874) "failed") $) 83)) (-3458 (((-3 (-1191 $) "failed") $) 82)) (-3457 (($ (-656 $)) 109) (($ $ $) 108)) (-3881 (((-1177) $) 10)) (-2045 (($ $) 125)) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 110)) (-3495 (($ (-656 $)) 107) (($ $ $) 106)) (-1827 (((-430 $) $) 121)) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 119) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 118)) (-3473 (((-3 $ "failed") $ $) 101)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 112)) (-3909 (((-783) $) 114)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 115)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 129) (($ $) 100) (($ (-419 (-576))) 93) (($ (-576)) 92) (($ (-419 (-576))) 89)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 104)) (-4163 (((-419 (-576)) $ $) 67)) (-4124 (((-656 $) (-1191 $)) 78) (((-656 $) (-1191 (-419 (-576)))) 77) (((-656 $) (-1191 (-576))) 76) (((-656 $) (-969 $)) 75) (((-656 $) (-969 (-419 (-576)))) 74) (((-656 $) (-969 (-576))) 73)) (-4308 (($ $) 140)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2989 (((-112) $ $) 133)) (-2960 (((-112) $ $) 132)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 134)) (-2946 (((-112) $ $) 131)) (-3054 (($ $ $) 130)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 126) (($ $ (-419 (-576))) 84)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ (-419 (-576)) $) 128) (($ $ (-419 (-576))) 127) (($ (-576) $) 91) (($ $ (-576)) 90) (($ (-419 (-576)) $) 88) (($ $ (-419 (-576))) 87)))
-(((-1031) (-141)) (T -1031))
-((-1838 (*1 *1 *1) (-4 *1 (-1031))) (-3508 (*1 *2 *1) (|partial| -12 (-4 *1 (-1031)) (-5 *2 (-874)))) (-3458 (*1 *2 *1) (|partial| -12 (-5 *2 (-1191 *1)) (-4 *1 (-1031)))) (-1342 (*1 *2 *1) (|partial| -12 (-5 *2 (-1191 *1)) (-4 *1 (-1031)))) (-2663 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-1191 *1)) (-5 *3 (-938)) (-5 *4 (-874)) (-4 *1 (-1031)))) (-2663 (*1 *1 *2 *3) (|partial| -12 (-5 *2 (-1191 *1)) (-5 *3 (-938)) (-4 *1 (-1031)))) (-4124 (*1 *2 *3) (-12 (-5 *3 (-1191 *1)) (-4 *1 (-1031)) (-5 *2 (-656 *1)))) (-4124 (*1 *2 *3) (-12 (-5 *3 (-1191 (-419 (-576)))) (-5 *2 (-656 *1)) (-4 *1 (-1031)))) (-4124 (*1 *2 *3) (-12 (-5 *3 (-1191 (-576))) (-5 *2 (-656 *1)) (-4 *1 (-1031)))) (-4124 (*1 *2 *3) (-12 (-5 *3 (-969 *1)) (-4 *1 (-1031)) (-5 *2 (-656 *1)))) (-4124 (*1 *2 *3) (-12 (-5 *3 (-969 (-419 (-576)))) (-5 *2 (-656 *1)) (-4 *1 (-1031)))) (-4124 (*1 *2 *3) (-12 (-5 *3 (-969 (-576))) (-5 *2 (-656 *1)) (-4 *1 (-1031)))) (-1838 (*1 *1 *1 *2) (-12 (-4 *1 (-1031)) (-5 *2 (-938)))) (-1838 (*1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-4 *1 (-1031)))) (-1838 (*1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-1031)))) (-2459 (*1 *1 *1 *2) (-12 (-4 *1 (-1031)) (-5 *2 (-874)))) (-2081 (*1 *1 *1 *2) (-12 (-4 *1 (-1031)) (-5 *2 (-874)))) (-4163 (*1 *2 *1 *1) (-12 (-4 *1 (-1031)) (-5 *2 (-419 (-576))))))
-(-13 (-148) (-860) (-174) (-374) (-423 (-419 (-576))) (-38 (-576)) (-38 (-419 (-576))) (-1021) (-10 -8 (-15 -3508 ((-3 (-874) "failed") $)) (-15 -3458 ((-3 (-1191 $) "failed") $)) (-15 -1342 ((-3 (-1191 $) "failed") $)) (-15 -2663 ((-3 $ "failed") (-1191 $) (-938) (-874))) (-15 -2663 ((-3 $ "failed") (-1191 $) (-938))) (-15 -4124 ((-656 $) (-1191 $))) (-15 -4124 ((-656 $) (-1191 (-419 (-576))))) (-15 -4124 ((-656 $) (-1191 (-576)))) (-15 -4124 ((-656 $) (-969 $))) (-15 -4124 ((-656 $) (-969 (-419 (-576))))) (-15 -4124 ((-656 $) (-969 (-576)))) (-15 -1838 ($ $ (-938))) (-15 -1838 ($ $)) (-15 -1838 ($ (-419 (-576)))) (-15 -1838 ($ (-576))) (-15 -2459 ($ $ (-874))) (-15 -2081 ($ $ (-874))) (-15 -4163 ((-419 (-576)) $ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 #1=(-576)) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 #1# #1#) . T) ((-111 $ $) . T) ((-132) . T) ((-148) . T) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-248) . T) ((-300) . T) ((-317) . T) ((-374) . T) ((-423 (-419 (-576))) . T) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 #1#) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 #1#) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 #1#) . T) ((-729 $) . T) ((-738) . T) ((-803) . T) ((-804) . T) ((-806) . T) ((-807) . T) ((-860) . T) ((-862) . T) ((-937) . T) ((-1021) . T) ((-1057 (-419 (-576))) . T) ((-1057 (-576)) |has| (-419 (-576)) (-1057 (-576))) ((-1070 #0#) . T) ((-1070 #1#) . T) ((-1070 $) . T) ((-1075 #0#) . T) ((-1075 #1#) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T) ((-1240) . T))
-((-3505 (((-2 (|:| |ans| |#2|) (|:| -4247 |#2|) (|:| |sol?| (-112))) (-576) |#2| |#2| (-1195) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-656 |#2|)) (-1 (-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 67)))
-(((-1032 |#1| |#2|) (-10 -7 (-15 -3505 ((-2 (|:| |ans| |#2|) (|:| -4247 |#2|) (|:| |sol?| (-112))) (-576) |#2| |#2| (-1195) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-656 |#2|)) (-1 (-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-464) (-148) (-1057 (-576)) (-651 (-576))) (-13 (-1221) (-27) (-442 |#1|))) (T -1032))
-((-3505 (*1 *2 *3 *4 *4 *5 *6 *7) (-12 (-5 *5 (-1195)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-656 *4))) (-5 *7 (-1 (-3 (-2 (|:| -1633 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1221) (-27) (-442 *8))) (-4 *8 (-13 (-464) (-148) (-1057 *3) (-651 *3))) (-5 *3 (-576)) (-5 *2 (-2 (|:| |ans| *4) (|:| -4247 *4) (|:| |sol?| (-112)))) (-5 *1 (-1032 *8 *4)))))
-(-10 -7 (-15 -3505 ((-2 (|:| |ans| |#2|) (|:| -4247 |#2|) (|:| |sol?| (-112))) (-576) |#2| |#2| (-1195) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-656 |#2|)) (-1 (-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
-((-2480 (((-3 (-656 |#2|) "failed") (-576) |#2| |#2| |#2| (-1195) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-656 |#2|)) (-1 (-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 55)))
-(((-1033 |#1| |#2|) (-10 -7 (-15 -2480 ((-3 (-656 |#2|) "failed") (-576) |#2| |#2| |#2| (-1195) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-656 |#2|)) (-1 (-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-464) (-148) (-1057 (-576)) (-651 (-576))) (-13 (-1221) (-27) (-442 |#1|))) (T -1033))
-((-2480 (*1 *2 *3 *4 *4 *4 *5 *6 *7) (|partial| -12 (-5 *5 (-1195)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-656 *4))) (-5 *7 (-1 (-3 (-2 (|:| -1633 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1221) (-27) (-442 *8))) (-4 *8 (-13 (-464) (-148) (-1057 *3) (-651 *3))) (-5 *3 (-576)) (-5 *2 (-656 *4)) (-5 *1 (-1033 *8 *4)))))
-(-10 -7 (-15 -2480 ((-3 (-656 |#2|) "failed") (-576) |#2| |#2| |#2| (-1195) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-656 |#2|)) (-1 (-3 (-2 (|:| -1633 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
-((-2058 (((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -4024 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-576)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-576) (-1 |#2| |#2|)) 38)) (-2474 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-419 |#2|)) (|:| |c| (-419 |#2|)) (|:| -2734 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-1 |#2| |#2|)) 69)) (-2282 (((-2 (|:| |ans| (-419 |#2|)) (|:| |nosol| (-112))) (-419 |#2|) (-419 |#2|)) 74)))
-(((-1034 |#1| |#2|) (-10 -7 (-15 -2474 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-419 |#2|)) (|:| |c| (-419 |#2|)) (|:| -2734 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-1 |#2| |#2|))) (-15 -2282 ((-2 (|:| |ans| (-419 |#2|)) (|:| |nosol| (-112))) (-419 |#2|) (-419 |#2|))) (-15 -2058 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -4024 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-576)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-576) (-1 |#2| |#2|)))) (-13 (-374) (-148) (-1057 (-576))) (-1262 |#1|)) (T -1034))
-((-2058 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1262 *6)) (-4 *6 (-13 (-374) (-148) (-1057 *4))) (-5 *4 (-576)) (-5 *2 (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-112)))) (|:| -4024 (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3) (|:| |beta| *3))))) (-5 *1 (-1034 *6 *3)))) (-2282 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-374) (-148) (-1057 (-576)))) (-4 *5 (-1262 *4)) (-5 *2 (-2 (|:| |ans| (-419 *5)) (|:| |nosol| (-112)))) (-5 *1 (-1034 *4 *5)) (-5 *3 (-419 *5)))) (-2474 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1262 *5)) (-4 *5 (-13 (-374) (-148) (-1057 (-576)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-419 *6)) (|:| |c| (-419 *6)) (|:| -2734 *6))) (-5 *1 (-1034 *5 *6)) (-5 *3 (-419 *6)))))
-(-10 -7 (-15 -2474 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-419 |#2|)) (|:| |c| (-419 |#2|)) (|:| -2734 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-1 |#2| |#2|))) (-15 -2282 ((-2 (|:| |ans| (-419 |#2|)) (|:| |nosol| (-112))) (-419 |#2|) (-419 |#2|))) (-15 -2058 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -4024 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-576)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-576) (-1 |#2| |#2|))))
-((-1961 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-419 |#2|)) (|:| |h| |#2|) (|:| |c1| (-419 |#2|)) (|:| |c2| (-419 |#2|)) (|:| -2734 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|) (-1 |#2| |#2|)) 22)) (-3047 (((-3 (-656 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|)) 34)))
-(((-1035 |#1| |#2|) (-10 -7 (-15 -1961 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-419 |#2|)) (|:| |h| |#2|) (|:| |c1| (-419 |#2|)) (|:| |c2| (-419 |#2|)) (|:| -2734 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|) (-1 |#2| |#2|))) (-15 -3047 ((-3 (-656 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|)))) (-13 (-374) (-148) (-1057 (-576))) (-1262 |#1|)) (T -1035))
-((-3047 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-374) (-148) (-1057 (-576)))) (-4 *5 (-1262 *4)) (-5 *2 (-656 (-419 *5))) (-5 *1 (-1035 *4 *5)) (-5 *3 (-419 *5)))) (-1961 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1262 *5)) (-4 *5 (-13 (-374) (-148) (-1057 (-576)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-419 *6)) (|:| |h| *6) (|:| |c1| (-419 *6)) (|:| |c2| (-419 *6)) (|:| -2734 *6))) (-5 *1 (-1035 *5 *6)) (-5 *3 (-419 *6)))))
-(-10 -7 (-15 -1961 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-419 |#2|)) (|:| |h| |#2|) (|:| |c1| (-419 |#2|)) (|:| |c2| (-419 |#2|)) (|:| -2734 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|) (-1 |#2| |#2|))) (-15 -3047 ((-3 (-656 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|))))
-((-4004 (((-1 |#1|) (-656 (-2 (|:| -3103 |#1|) (|:| -3903 (-576))))) 34)) (-2144 (((-1 |#1|) (-1121 |#1|)) 42)) (-1743 (((-1 |#1|) (-1286 |#1|) (-1286 (-576)) (-576)) 31)))
-(((-1036 |#1|) (-10 -7 (-15 -2144 ((-1 |#1|) (-1121 |#1|))) (-15 -4004 ((-1 |#1|) (-656 (-2 (|:| -3103 |#1|) (|:| -3903 (-576)))))) (-15 -1743 ((-1 |#1|) (-1286 |#1|) (-1286 (-576)) (-576)))) (-1119)) (T -1036))
-((-1743 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1286 *6)) (-5 *4 (-1286 (-576))) (-5 *5 (-576)) (-4 *6 (-1119)) (-5 *2 (-1 *6)) (-5 *1 (-1036 *6)))) (-4004 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| -3103 *4) (|:| -3903 (-576))))) (-4 *4 (-1119)) (-5 *2 (-1 *4)) (-5 *1 (-1036 *4)))) (-2144 (*1 *2 *3) (-12 (-5 *3 (-1121 *4)) (-4 *4 (-1119)) (-5 *2 (-1 *4)) (-5 *1 (-1036 *4)))))
-(-10 -7 (-15 -2144 ((-1 |#1|) (-1121 |#1|))) (-15 -4004 ((-1 |#1|) (-656 (-2 (|:| -3103 |#1|) (|:| -3903 (-576)))))) (-15 -1743 ((-1 |#1|) (-1286 |#1|) (-1286 (-576)) (-576))))
-((-1991 (((-783) (-347 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)) 23)))
-(((-1037 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1991 ((-783) (-347 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)))) (-374) (-1262 |#1|) (-1262 (-419 |#2|)) (-353 |#1| |#2| |#3|) (-13 (-379) (-374))) (T -1037))
-((-1991 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-347 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-374)) (-4 *7 (-1262 *6)) (-4 *4 (-1262 (-419 *7))) (-4 *8 (-353 *6 *7 *4)) (-4 *9 (-13 (-379) (-374))) (-5 *2 (-783)) (-5 *1 (-1037 *6 *7 *4 *8 *9)))))
-(-10 -7 (-15 -1991 ((-783) (-347 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|))))
-((-3486 (((-112) $ $) NIL)) (-1774 (((-1154) $) 9)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL) (($ (-1200)) NIL) (((-1200) $) NIL)) (-2636 (((-1154) $) 11)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1038) (-13 (-1102) (-10 -8 (-15 -1774 ((-1154) $)) (-15 -2636 ((-1154) $))))) (T -1038))
-((-1774 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1038)))) (-2636 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1038)))))
-(-13 (-1102) (-10 -8 (-15 -1774 ((-1154) $)) (-15 -2636 ((-1154) $))))
-((-4357 (((-3 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) "failed") |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) 32) (((-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-419 (-576))) 29)) (-2859 (((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-419 (-576))) 34) (((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-419 (-576))) 30) (((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) 33) (((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1|) 28)) (-1587 (((-656 (-419 (-576))) (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))) 20)) (-3344 (((-419 (-576)) (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) 17)))
-(((-1039 |#1|) (-10 -7 (-15 -2859 ((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1|)) (-15 -2859 ((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))) (-15 -2859 ((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-419 (-576)))) (-15 -2859 ((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-419 (-576)))) (-15 -4357 ((-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-419 (-576)))) (-15 -4357 ((-3 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) "failed") |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))) (-15 -3344 ((-419 (-576)) (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))) (-15 -1587 ((-656 (-419 (-576))) (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))))) (-1262 (-576))) (T -1039))
-((-1587 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))) (-5 *2 (-656 (-419 (-576)))) (-5 *1 (-1039 *4)) (-4 *4 (-1262 (-576))))) (-3344 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) (-5 *2 (-419 (-576))) (-5 *1 (-1039 *4)) (-4 *4 (-1262 (-576))))) (-4357 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) (-5 *1 (-1039 *3)) (-4 *3 (-1262 (-576))))) (-4357 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) (-5 *4 (-419 (-576))) (-5 *1 (-1039 *3)) (-4 *3 (-1262 (-576))))) (-2859 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-419 (-576))) (-5 *2 (-656 (-2 (|:| -4237 *5) (|:| -4247 *5)))) (-5 *1 (-1039 *3)) (-4 *3 (-1262 (-576))) (-5 *4 (-2 (|:| -4237 *5) (|:| -4247 *5))))) (-2859 (*1 *2 *3 *4) (-12 (-5 *2 (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))) (-5 *1 (-1039 *3)) (-4 *3 (-1262 (-576))) (-5 *4 (-419 (-576))))) (-2859 (*1 *2 *3 *4) (-12 (-5 *2 (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))) (-5 *1 (-1039 *3)) (-4 *3 (-1262 (-576))) (-5 *4 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))))) (-2859 (*1 *2 *3) (-12 (-5 *2 (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))) (-5 *1 (-1039 *3)) (-4 *3 (-1262 (-576))))))
-(-10 -7 (-15 -2859 ((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1|)) (-15 -2859 ((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))) (-15 -2859 ((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-419 (-576)))) (-15 -2859 ((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-419 (-576)))) (-15 -4357 ((-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-419 (-576)))) (-15 -4357 ((-3 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) "failed") |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))) (-15 -3344 ((-419 (-576)) (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))) (-15 -1587 ((-656 (-419 (-576))) (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))))))
-((-4357 (((-3 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) "failed") |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) 35) (((-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-419 (-576))) 32)) (-2859 (((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-419 (-576))) 30) (((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-419 (-576))) 26) (((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) 28) (((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1|) 24)))
-(((-1040 |#1|) (-10 -7 (-15 -2859 ((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1|)) (-15 -2859 ((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))) (-15 -2859 ((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-419 (-576)))) (-15 -2859 ((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-419 (-576)))) (-15 -4357 ((-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-419 (-576)))) (-15 -4357 ((-3 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) "failed") |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))))) (-1262 (-419 (-576)))) (T -1040))
-((-4357 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) (-5 *1 (-1040 *3)) (-4 *3 (-1262 (-419 (-576)))))) (-4357 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) (-5 *4 (-419 (-576))) (-5 *1 (-1040 *3)) (-4 *3 (-1262 *4)))) (-2859 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-419 (-576))) (-5 *2 (-656 (-2 (|:| -4237 *5) (|:| -4247 *5)))) (-5 *1 (-1040 *3)) (-4 *3 (-1262 *5)) (-5 *4 (-2 (|:| -4237 *5) (|:| -4247 *5))))) (-2859 (*1 *2 *3 *4) (-12 (-5 *4 (-419 (-576))) (-5 *2 (-656 (-2 (|:| -4237 *4) (|:| -4247 *4)))) (-5 *1 (-1040 *3)) (-4 *3 (-1262 *4)))) (-2859 (*1 *2 *3 *4) (-12 (-5 *2 (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))) (-5 *1 (-1040 *3)) (-4 *3 (-1262 (-419 (-576)))) (-5 *4 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))))) (-2859 (*1 *2 *3) (-12 (-5 *2 (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))) (-5 *1 (-1040 *3)) (-4 *3 (-1262 (-419 (-576)))))))
-(-10 -7 (-15 -2859 ((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1|)) (-15 -2859 ((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))) (-15 -2859 ((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-419 (-576)))) (-15 -2859 ((-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-419 (-576)))) (-15 -4357 ((-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-419 (-576)))) (-15 -4357 ((-3 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) "failed") |#1| (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))) (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))))
-((-4169 (((-227) $) 6) (((-390) $) 9)))
-(((-1041) (-141)) (T -1041))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-4210 (((-656 (-576)) $) 73)) (-1742 (($ (-656 (-576))) 81)) (-3730 (((-576) $) 48 (|has| (-576) (-317)))) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-576) (-928)))) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| (-576) (-928)))) (-4064 (((-112) $ $) NIL)) (-4018 (((-576) $) NIL (|has| (-576) (-832)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) 60) (((-3 (-1197) "failed") $) NIL (|has| (-576) (-1059 (-1197)))) (((-3 (-419 (-576)) "failed") $) 57 (|has| (-576) (-1059 (-576)))) (((-3 (-576) "failed") $) 60 (|has| (-576) (-1059 (-576))))) (-2318 (((-576) $) NIL) (((-1197) $) NIL (|has| (-576) (-1059 (-1197)))) (((-419 (-576)) $) NIL (|has| (-576) (-1059 (-576)))) (((-576) $) NIL (|has| (-576) (-1059 (-576))))) (-1892 (($ $ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL) (((-701 (-576)) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-4370 (($) NIL (|has| (-576) (-557)))) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-2685 (((-656 (-576)) $) 79)) (-2907 (((-112) $) NIL (|has| (-576) (-832)))) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (|has| (-576) (-901 (-576)))) (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (|has| (-576) (-901 (-390))))) (-3315 (((-112) $) NIL)) (-2364 (($ $) NIL)) (-2687 (((-576) $) 45)) (-4080 (((-3 $ "failed") $) NIL (|has| (-576) (-1173)))) (-2569 (((-112) $) NIL (|has| (-576) (-832)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2905 (($ $ $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| (-576) (-862)))) (-2423 (($ (-1 (-576) (-576)) $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| (-576) (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL) (((-701 (-576)) (-1288 $)) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL)) (-3651 (($) NIL (|has| (-576) (-1173)) CONST)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4152 (($ $) NIL (|has| (-576) (-317))) (((-419 (-576)) $) 50)) (-4338 (((-1178 (-576)) $) 78)) (-2568 (($ (-656 (-576)) (-656 (-576))) 82)) (-4110 (((-576) $) 64 (|has| (-576) (-557)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-576) (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| (-576) (-928)))) (-1452 (((-430 $) $) NIL)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2143 (($ $ (-656 (-576)) (-656 (-576))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-576) (-576)) NIL (|has| (-576) (-319 (-576)))) (($ $ (-304 (-576))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-656 (-304 (-576)))) NIL (|has| (-576) (-319 (-576)))) (($ $ (-656 (-1197)) (-656 (-576))) NIL (|has| (-576) (-526 (-1197) (-576)))) (($ $ (-1197) (-576)) NIL (|has| (-576) (-526 (-1197) (-576))))) (-3199 (((-783) $) NIL)) (-4369 (($ $ (-576)) NIL (|has| (-576) (-296 (-576) (-576))))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-4107 (($ $ (-1 (-576) (-576))) NIL) (($ $ (-1 (-576) (-576)) (-783)) NIL) (($ $ (-1197)) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| (-576) (-919 (-1197)))) (($ $) 15 (|has| (-576) (-237))) (($ $ (-783)) NIL (|has| (-576) (-237)))) (-3908 (($ $) NIL)) (-2698 (((-576) $) 47)) (-3556 (((-656 (-576)) $) 80)) (-1554 (((-907 (-576)) $) NIL (|has| (-576) (-626 (-907 (-576))))) (((-907 (-390)) $) NIL (|has| (-576) (-626 (-907 (-390))))) (((-548) $) NIL (|has| (-576) (-626 (-548)))) (((-390) $) NIL (|has| (-576) (-1043))) (((-227) $) NIL (|has| (-576) (-1043)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-576) (-928))))) (-4114 (((-876) $) 107) (($ (-576)) 51) (($ $) NIL) (($ (-419 (-576))) 27) (($ (-576)) 51) (($ (-1197)) NIL (|has| (-576) (-1059 (-1197)))) (((-419 (-576)) $) 25)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| (-576) (-928))) (|has| (-576) (-146))))) (-2864 (((-783)) 13 T CONST)) (-2778 (((-576) $) 62 (|has| (-576) (-557)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-2679 (($ $) NIL (|has| (-576) (-832)))) (-4312 (($) 14 T CONST)) (-4322 (($) 17 T CONST)) (-3157 (($ $ (-1 (-576) (-576))) NIL) (($ $ (-1 (-576) (-576)) (-783)) NIL) (($ $ (-1197)) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| (-576) (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| (-576) (-919 (-1197)))) (($ $) NIL (|has| (-576) (-237))) (($ $ (-783)) NIL (|has| (-576) (-237)))) (-3995 (((-112) $ $) NIL (|has| (-576) (-862)))) (-3975 (((-112) $ $) NIL (|has| (-576) (-862)))) (-3939 (((-112) $ $) 21)) (-3985 (((-112) $ $) NIL (|has| (-576) (-862)))) (-3962 (((-112) $ $) 40 (|has| (-576) (-862)))) (-4047 (($ $ $) 36) (($ (-576) (-576)) 38)) (-4037 (($ $) 23) (($ $ $) 30)) (-4027 (($ $ $) 28)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 32) (($ $ $) 34) (($ $ (-419 (-576))) NIL) (($ (-419 (-576)) $) NIL) (($ (-576) $) 32) (($ $ (-576)) NIL)))
+(((-1025 |#1|) (-13 (-1013 (-576)) (-625 (-419 (-576))) (-10 -8 (-15 -4152 ((-419 (-576)) $)) (-15 -4210 ((-656 (-576)) $)) (-15 -4338 ((-1178 (-576)) $)) (-15 -2685 ((-656 (-576)) $)) (-15 -3556 ((-656 (-576)) $)) (-15 -1742 ($ (-656 (-576)))) (-15 -2568 ($ (-656 (-576)) (-656 (-576)))))) (-576)) (T -1025))
+((-4152 (*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-1025 *3)) (-14 *3 (-576)))) (-4210 (*1 *2 *1) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1025 *3)) (-14 *3 (-576)))) (-4338 (*1 *2 *1) (-12 (-5 *2 (-1178 (-576))) (-5 *1 (-1025 *3)) (-14 *3 (-576)))) (-2685 (*1 *2 *1) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1025 *3)) (-14 *3 (-576)))) (-3556 (*1 *2 *1) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1025 *3)) (-14 *3 (-576)))) (-1742 (*1 *1 *2) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1025 *3)) (-14 *3 (-576)))) (-2568 (*1 *1 *2 *2) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1025 *3)) (-14 *3 (-576)))))
+(-13 (-1013 (-576)) (-625 (-419 (-576))) (-10 -8 (-15 -4152 ((-419 (-576)) $)) (-15 -4210 ((-656 (-576)) $)) (-15 -4338 ((-1178 (-576)) $)) (-15 -2685 ((-656 (-576)) $)) (-15 -3556 ((-656 (-576)) $)) (-15 -1742 ($ (-656 (-576)))) (-15 -2568 ($ (-656 (-576)) (-656 (-576))))))
+((-2421 (((-52) (-419 (-576)) (-576)) 9)))
+(((-1026) (-10 -7 (-15 -2421 ((-52) (-419 (-576)) (-576))))) (T -1026))
+((-2421 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-576))) (-5 *4 (-576)) (-5 *2 (-52)) (-5 *1 (-1026)))))
+(-10 -7 (-15 -2421 ((-52) (-419 (-576)) (-576))))
+((-2200 (((-576)) 23)) (-3351 (((-576)) 28)) (-1847 (((-1293) (-576)) 26)) (-2718 (((-576) (-576)) 29) (((-576)) 22)))
+(((-1027) (-10 -7 (-15 -2718 ((-576))) (-15 -2200 ((-576))) (-15 -2718 ((-576) (-576))) (-15 -1847 ((-1293) (-576))) (-15 -3351 ((-576))))) (T -1027))
+((-3351 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1027)))) (-1847 (*1 *2 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1293)) (-5 *1 (-1027)))) (-2718 (*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1027)))) (-2200 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1027)))) (-2718 (*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1027)))))
+(-10 -7 (-15 -2718 ((-576))) (-15 -2200 ((-576))) (-15 -2718 ((-576) (-576))) (-15 -1847 ((-1293) (-576))) (-15 -3351 ((-576))))
+((-4183 (((-430 |#1|) |#1|) 43)) (-1452 (((-430 |#1|) |#1|) 41)))
+(((-1028 |#1|) (-10 -7 (-15 -1452 ((-430 |#1|) |#1|)) (-15 -4183 ((-430 |#1|) |#1|))) (-1264 (-419 (-576)))) (T -1028))
+((-4183 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-1028 *3)) (-4 *3 (-1264 (-419 (-576)))))) (-1452 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-1028 *3)) (-4 *3 (-1264 (-419 (-576)))))))
+(-10 -7 (-15 -1452 ((-430 |#1|) |#1|)) (-15 -4183 ((-430 |#1|) |#1|)))
+((-3878 (((-3 (-419 (-576)) "failed") |#1|) 15)) (-1358 (((-112) |#1|) 14)) (-2951 (((-419 (-576)) |#1|) 10)))
+(((-1029 |#1|) (-10 -7 (-15 -2951 ((-419 (-576)) |#1|)) (-15 -1358 ((-112) |#1|)) (-15 -3878 ((-3 (-419 (-576)) "failed") |#1|))) (-1059 (-419 (-576)))) (T -1029))
+((-3878 (*1 *2 *3) (|partial| -12 (-5 *2 (-419 (-576))) (-5 *1 (-1029 *3)) (-4 *3 (-1059 *2)))) (-1358 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-1029 *3)) (-4 *3 (-1059 (-419 (-576)))))) (-2951 (*1 *2 *3) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-1029 *3)) (-4 *3 (-1059 *2)))))
+(-10 -7 (-15 -2951 ((-419 (-576)) |#1|)) (-15 -1358 ((-112) |#1|)) (-15 -3878 ((-3 (-419 (-576)) "failed") |#1|)))
+((-4268 ((|#2| $ "value" |#2|) 12)) (-4369 ((|#2| $ "value") 10)) (-2090 (((-112) $ $) 18)))
+(((-1030 |#1| |#2|) (-10 -8 (-15 -4268 (|#2| |#1| "value" |#2|)) (-15 -2090 ((-112) |#1| |#1|)) (-15 -4369 (|#2| |#1| "value"))) (-1031 |#2|) (-1238)) (T -1030))
+NIL
+(-10 -8 (-15 -4268 (|#2| |#1| "value" |#2|)) (-15 -2090 ((-112) |#1| |#1|)) (-15 -4369 (|#2| |#1| "value")))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1688 ((|#1| $) 49)) (-1951 (((-112) $ (-783)) 8)) (-1450 ((|#1| $ |#1|) 40 (|has| $ (-6 -4465)))) (-4268 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) 42 (|has| $ (-6 -4465)))) (-3853 (($) 7 T CONST)) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) 51)) (-2317 (((-112) $ $) 43 (|has| |#1| (-1121)))) (-4157 (((-112) $ (-783)) 9)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-4186 (((-656 |#1|) $) 46)) (-1925 (((-112) $) 50)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#1| $ "value") 48)) (-3088 (((-576) $ $) 45)) (-1906 (((-112) $) 47)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) 52)) (-2090 (((-112) $ $) 44 (|has| |#1| (-1121)))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-1031 |#1|) (-141) (-1238)) (T -1031))
+((-3429 (*1 *2 *1) (-12 (-4 *3 (-1238)) (-5 *2 (-656 *1)) (-4 *1 (-1031 *3)))) (-4360 (*1 *2 *1) (-12 (-4 *3 (-1238)) (-5 *2 (-656 *1)) (-4 *1 (-1031 *3)))) (-1925 (*1 *2 *1) (-12 (-4 *1 (-1031 *3)) (-4 *3 (-1238)) (-5 *2 (-112)))) (-1688 (*1 *2 *1) (-12 (-4 *1 (-1031 *2)) (-4 *2 (-1238)))) (-4369 (*1 *2 *1 *3) (-12 (-5 *3 "value") (-4 *1 (-1031 *2)) (-4 *2 (-1238)))) (-1906 (*1 *2 *1) (-12 (-4 *1 (-1031 *3)) (-4 *3 (-1238)) (-5 *2 (-112)))) (-4186 (*1 *2 *1) (-12 (-4 *1 (-1031 *3)) (-4 *3 (-1238)) (-5 *2 (-656 *3)))) (-3088 (*1 *2 *1 *1) (-12 (-4 *1 (-1031 *3)) (-4 *3 (-1238)) (-5 *2 (-576)))) (-2090 (*1 *2 *1 *1) (-12 (-4 *1 (-1031 *3)) (-4 *3 (-1238)) (-4 *3 (-1121)) (-5 *2 (-112)))) (-2317 (*1 *2 *1 *1) (-12 (-4 *1 (-1031 *3)) (-4 *3 (-1238)) (-4 *3 (-1121)) (-5 *2 (-112)))) (-3733 (*1 *1 *1 *2) (-12 (-5 *2 (-656 *1)) (|has| *1 (-6 -4465)) (-4 *1 (-1031 *3)) (-4 *3 (-1238)))) (-4268 (*1 *2 *1 *3 *2) (-12 (-5 *3 "value") (|has| *1 (-6 -4465)) (-4 *1 (-1031 *2)) (-4 *2 (-1238)))) (-1450 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-1031 *2)) (-4 *2 (-1238)))))
+(-13 (-501 |t#1|) (-10 -8 (-15 -3429 ((-656 $) $)) (-15 -4360 ((-656 $) $)) (-15 -1925 ((-112) $)) (-15 -1688 (|t#1| $)) (-15 -4369 (|t#1| $ "value")) (-15 -1906 ((-112) $)) (-15 -4186 ((-656 |t#1|) $)) (-15 -3088 ((-576) $ $)) (IF (|has| |t#1| (-1121)) (PROGN (-15 -2090 ((-112) $ $)) (-15 -2317 ((-112) $ $))) |%noBranch|) (IF (|has| $ (-6 -4465)) (PROGN (-15 -3733 ($ $ (-656 $))) (-15 -4268 (|t#1| $ "value" |t#1|)) (-15 -1450 (|t#1| $ |t#1|))) |%noBranch|)))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1121) |has| |#1| (-1121)) ((-1238) . T))
+((-1463 (($ $) 9) (($ $ (-940)) 49) (($ (-419 (-576))) 13) (($ (-576)) 15)) (-2169 (((-3 $ "failed") (-1193 $) (-940) (-876)) 24) (((-3 $ "failed") (-1193 $) (-940)) 32)) (-4063 (($ $ (-576)) 58)) (-2864 (((-783)) 18)) (-1464 (((-656 $) (-1193 $)) NIL) (((-656 $) (-1193 (-419 (-576)))) 63) (((-656 $) (-1193 (-576))) 68) (((-656 $) (-971 $)) 72) (((-656 $) (-971 (-419 (-576)))) 76) (((-656 $) (-971 (-576))) 80)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL) (($ $ (-419 (-576))) 53)))
+(((-1032 |#1|) (-10 -8 (-15 -1463 (|#1| (-576))) (-15 -1463 (|#1| (-419 (-576)))) (-15 -1463 (|#1| |#1| (-940))) (-15 -1464 ((-656 |#1|) (-971 (-576)))) (-15 -1464 ((-656 |#1|) (-971 (-419 (-576))))) (-15 -1464 ((-656 |#1|) (-971 |#1|))) (-15 -1464 ((-656 |#1|) (-1193 (-576)))) (-15 -1464 ((-656 |#1|) (-1193 (-419 (-576))))) (-15 -1464 ((-656 |#1|) (-1193 |#1|))) (-15 -2169 ((-3 |#1| "failed") (-1193 |#1|) (-940))) (-15 -2169 ((-3 |#1| "failed") (-1193 |#1|) (-940) (-876))) (-15 ** (|#1| |#1| (-419 (-576)))) (-15 -4063 (|#1| |#1| (-576))) (-15 -1463 (|#1| |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 -2864 ((-783))) (-15 ** (|#1| |#1| (-783))) (-15 ** (|#1| |#1| (-940)))) (-1033)) (T -1032))
+((-2864 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1032 *3)) (-4 *3 (-1033)))))
+(-10 -8 (-15 -1463 (|#1| (-576))) (-15 -1463 (|#1| (-419 (-576)))) (-15 -1463 (|#1| |#1| (-940))) (-15 -1464 ((-656 |#1|) (-971 (-576)))) (-15 -1464 ((-656 |#1|) (-971 (-419 (-576))))) (-15 -1464 ((-656 |#1|) (-971 |#1|))) (-15 -1464 ((-656 |#1|) (-1193 (-576)))) (-15 -1464 ((-656 |#1|) (-1193 (-419 (-576))))) (-15 -1464 ((-656 |#1|) (-1193 |#1|))) (-15 -2169 ((-3 |#1| "failed") (-1193 |#1|) (-940))) (-15 -2169 ((-3 |#1| "failed") (-1193 |#1|) (-940) (-876))) (-15 ** (|#1| |#1| (-419 (-576)))) (-15 -4063 (|#1| |#1| (-576))) (-15 -1463 (|#1| |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 -2864 ((-783))) (-15 ** (|#1| |#1| (-783))) (-15 ** (|#1| |#1| (-940))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 102)) (-2116 (($ $) 103)) (-2898 (((-112) $) 105)) (-2583 (((-3 $ "failed") $ $) 20)) (-4068 (($ $) 122)) (-2068 (((-430 $) $) 123)) (-1463 (($ $) 86) (($ $ (-940)) 72) (($ (-419 (-576))) 71) (($ (-576)) 70)) (-4064 (((-112) $ $) 113)) (-4018 (((-576) $) 139)) (-3853 (($) 18 T CONST)) (-2169 (((-3 $ "failed") (-1193 $) (-940) (-876)) 80) (((-3 $ "failed") (-1193 $) (-940)) 79)) (-2981 (((-3 (-576) "failed") $) 99 (|has| (-419 (-576)) (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) 97 (|has| (-419 (-576)) (-1059 (-419 (-576))))) (((-3 (-419 (-576)) "failed") $) 94)) (-2318 (((-576) $) 98 (|has| (-419 (-576)) (-1059 (-576)))) (((-419 (-576)) $) 96 (|has| (-419 (-576)) (-1059 (-419 (-576))))) (((-419 (-576)) $) 95)) (-3992 (($ $ (-876)) 69)) (-1394 (($ $ (-876)) 68)) (-1892 (($ $ $) 117)) (-2413 (((-3 $ "failed") $) 37)) (-1905 (($ $ $) 116)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 111)) (-3742 (((-112) $) 124)) (-2907 (((-112) $) 137)) (-3315 (((-112) $) 35)) (-4063 (($ $ (-576)) 85)) (-2569 (((-112) $) 138)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 120)) (-2905 (($ $ $) 136)) (-2163 (($ $ $) 135)) (-2411 (((-3 (-1193 $) "failed") $) 81)) (-1619 (((-3 (-876) "failed") $) 83)) (-4350 (((-3 (-1193 $) "failed") $) 82)) (-3078 (($ (-656 $)) 109) (($ $ $) 108)) (-4185 (((-1179) $) 10)) (-1668 (($ $) 125)) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 110)) (-3115 (($ (-656 $)) 107) (($ $ $) 106)) (-1452 (((-430 $) $) 121)) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 119) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 118)) (-1943 (((-3 $ "failed") $ $) 101)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 112)) (-3199 (((-783) $) 114)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 115)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 129) (($ $) 100) (($ (-419 (-576))) 93) (($ (-576)) 92) (($ (-419 (-576))) 89)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 104)) (-2642 (((-419 (-576)) $ $) 67)) (-1464 (((-656 $) (-1193 $)) 78) (((-656 $) (-1193 (-419 (-576)))) 77) (((-656 $) (-1193 (-576))) 76) (((-656 $) (-971 $)) 75) (((-656 $) (-971 (-419 (-576)))) 74) (((-656 $) (-971 (-576))) 73)) (-2679 (($ $) 140)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3995 (((-112) $ $) 133)) (-3975 (((-112) $ $) 132)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 134)) (-3962 (((-112) $ $) 131)) (-4047 (($ $ $) 130)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 126) (($ $ (-419 (-576))) 84)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ (-419 (-576)) $) 128) (($ $ (-419 (-576))) 127) (($ (-576) $) 91) (($ $ (-576)) 90) (($ (-419 (-576)) $) 88) (($ $ (-419 (-576))) 87)))
+(((-1033) (-141)) (T -1033))
+((-1463 (*1 *1 *1) (-4 *1 (-1033))) (-1619 (*1 *2 *1) (|partial| -12 (-4 *1 (-1033)) (-5 *2 (-876)))) (-4350 (*1 *2 *1) (|partial| -12 (-5 *2 (-1193 *1)) (-4 *1 (-1033)))) (-2411 (*1 *2 *1) (|partial| -12 (-5 *2 (-1193 *1)) (-4 *1 (-1033)))) (-2169 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-1193 *1)) (-5 *3 (-940)) (-5 *4 (-876)) (-4 *1 (-1033)))) (-2169 (*1 *1 *2 *3) (|partial| -12 (-5 *2 (-1193 *1)) (-5 *3 (-940)) (-4 *1 (-1033)))) (-1464 (*1 *2 *3) (-12 (-5 *3 (-1193 *1)) (-4 *1 (-1033)) (-5 *2 (-656 *1)))) (-1464 (*1 *2 *3) (-12 (-5 *3 (-1193 (-419 (-576)))) (-5 *2 (-656 *1)) (-4 *1 (-1033)))) (-1464 (*1 *2 *3) (-12 (-5 *3 (-1193 (-576))) (-5 *2 (-656 *1)) (-4 *1 (-1033)))) (-1464 (*1 *2 *3) (-12 (-5 *3 (-971 *1)) (-4 *1 (-1033)) (-5 *2 (-656 *1)))) (-1464 (*1 *2 *3) (-12 (-5 *3 (-971 (-419 (-576)))) (-5 *2 (-656 *1)) (-4 *1 (-1033)))) (-1464 (*1 *2 *3) (-12 (-5 *3 (-971 (-576))) (-5 *2 (-656 *1)) (-4 *1 (-1033)))) (-1463 (*1 *1 *1 *2) (-12 (-4 *1 (-1033)) (-5 *2 (-940)))) (-1463 (*1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-4 *1 (-1033)))) (-1463 (*1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-1033)))) (-3992 (*1 *1 *1 *2) (-12 (-4 *1 (-1033)) (-5 *2 (-876)))) (-1394 (*1 *1 *1 *2) (-12 (-4 *1 (-1033)) (-5 *2 (-876)))) (-2642 (*1 *2 *1 *1) (-12 (-4 *1 (-1033)) (-5 *2 (-419 (-576))))))
+(-13 (-148) (-860) (-174) (-374) (-423 (-419 (-576))) (-38 (-576)) (-38 (-419 (-576))) (-1023) (-10 -8 (-15 -1619 ((-3 (-876) "failed") $)) (-15 -4350 ((-3 (-1193 $) "failed") $)) (-15 -2411 ((-3 (-1193 $) "failed") $)) (-15 -2169 ((-3 $ "failed") (-1193 $) (-940) (-876))) (-15 -2169 ((-3 $ "failed") (-1193 $) (-940))) (-15 -1464 ((-656 $) (-1193 $))) (-15 -1464 ((-656 $) (-1193 (-419 (-576))))) (-15 -1464 ((-656 $) (-1193 (-576)))) (-15 -1464 ((-656 $) (-971 $))) (-15 -1464 ((-656 $) (-971 (-419 (-576))))) (-15 -1464 ((-656 $) (-971 (-576)))) (-15 -1463 ($ $ (-940))) (-15 -1463 ($ $)) (-15 -1463 ($ (-419 (-576)))) (-15 -1463 ($ (-576))) (-15 -3992 ($ $ (-876))) (-15 -1394 ($ $ (-876))) (-15 -2642 ((-419 (-576)) $ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 #1=(-576)) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 #1# #1#) . T) ((-111 $ $) . T) ((-132) . T) ((-148) . T) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-248) . T) ((-300) . T) ((-317) . T) ((-374) . T) ((-423 (-419 (-576))) . T) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 #1#) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 #1#) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 #1#) . T) ((-729 $) . T) ((-738) . T) ((-803) . T) ((-804) . T) ((-806) . T) ((-807) . T) ((-860) . T) ((-862) . T) ((-939) . T) ((-1023) . T) ((-1059 (-419 (-576))) . T) ((-1059 (-576)) |has| (-419 (-576)) (-1059 (-576))) ((-1072 #0#) . T) ((-1072 #1#) . T) ((-1072 $) . T) ((-1077 #0#) . T) ((-1077 #1#) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T) ((-1242) . T))
+((-1600 (((-2 (|:| |ans| |#2|) (|:| -2111 |#2|) (|:| |sol?| (-112))) (-576) |#2| |#2| (-1197) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-656 |#2|)) (-1 (-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 67)))
+(((-1034 |#1| |#2|) (-10 -7 (-15 -1600 ((-2 (|:| |ans| |#2|) (|:| -2111 |#2|) (|:| |sol?| (-112))) (-576) |#2| |#2| (-1197) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-656 |#2|)) (-1 (-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-464) (-148) (-1059 (-576)) (-651 (-576))) (-13 (-1223) (-27) (-442 |#1|))) (T -1034))
+((-1600 (*1 *2 *3 *4 *4 *5 *6 *7) (-12 (-5 *5 (-1197)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-656 *4))) (-5 *7 (-1 (-3 (-2 (|:| -2670 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1223) (-27) (-442 *8))) (-4 *8 (-13 (-464) (-148) (-1059 *3) (-651 *3))) (-5 *3 (-576)) (-5 *2 (-2 (|:| |ans| *4) (|:| -2111 *4) (|:| |sol?| (-112)))) (-5 *1 (-1034 *8 *4)))))
+(-10 -7 (-15 -1600 ((-2 (|:| |ans| |#2|) (|:| -2111 |#2|) (|:| |sol?| (-112))) (-576) |#2| |#2| (-1197) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-656 |#2|)) (-1 (-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
+((-4198 (((-3 (-656 |#2|) "failed") (-576) |#2| |#2| |#2| (-1197) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-656 |#2|)) (-1 (-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 55)))
+(((-1035 |#1| |#2|) (-10 -7 (-15 -4198 ((-3 (-656 |#2|) "failed") (-576) |#2| |#2| |#2| (-1197) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-656 |#2|)) (-1 (-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-464) (-148) (-1059 (-576)) (-651 (-576))) (-13 (-1223) (-27) (-442 |#1|))) (T -1035))
+((-4198 (*1 *2 *3 *4 *4 *4 *5 *6 *7) (|partial| -12 (-5 *5 (-1197)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-656 *4))) (-5 *7 (-1 (-3 (-2 (|:| -2670 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1223) (-27) (-442 *8))) (-4 *8 (-13 (-464) (-148) (-1059 *3) (-651 *3))) (-5 *3 (-576)) (-5 *2 (-656 *4)) (-5 *1 (-1035 *8 *4)))))
+(-10 -7 (-15 -4198 ((-3 (-656 |#2|) "failed") (-576) |#2| |#2| |#2| (-1197) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-656 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-656 |#2|)) (-1 (-3 (-2 (|:| -2670 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
+((-4325 (((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -3379 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-576)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-576) (-1 |#2| |#2|)) 38)) (-4138 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-419 |#2|)) (|:| |c| (-419 |#2|)) (|:| -4245 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-1 |#2| |#2|)) 69)) (-2769 (((-2 (|:| |ans| (-419 |#2|)) (|:| |nosol| (-112))) (-419 |#2|) (-419 |#2|)) 74)))
+(((-1036 |#1| |#2|) (-10 -7 (-15 -4138 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-419 |#2|)) (|:| |c| (-419 |#2|)) (|:| -4245 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-1 |#2| |#2|))) (-15 -2769 ((-2 (|:| |ans| (-419 |#2|)) (|:| |nosol| (-112))) (-419 |#2|) (-419 |#2|))) (-15 -4325 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -3379 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-576)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-576) (-1 |#2| |#2|)))) (-13 (-374) (-148) (-1059 (-576))) (-1264 |#1|)) (T -1036))
+((-4325 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1264 *6)) (-4 *6 (-13 (-374) (-148) (-1059 *4))) (-5 *4 (-576)) (-5 *2 (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-112)))) (|:| -3379 (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3) (|:| |beta| *3))))) (-5 *1 (-1036 *6 *3)))) (-2769 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-374) (-148) (-1059 (-576)))) (-4 *5 (-1264 *4)) (-5 *2 (-2 (|:| |ans| (-419 *5)) (|:| |nosol| (-112)))) (-5 *1 (-1036 *4 *5)) (-5 *3 (-419 *5)))) (-4138 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1264 *5)) (-4 *5 (-13 (-374) (-148) (-1059 (-576)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-419 *6)) (|:| |c| (-419 *6)) (|:| -4245 *6))) (-5 *1 (-1036 *5 *6)) (-5 *3 (-419 *6)))))
+(-10 -7 (-15 -4138 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-419 |#2|)) (|:| |c| (-419 |#2|)) (|:| -4245 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-1 |#2| |#2|))) (-15 -2769 ((-2 (|:| |ans| (-419 |#2|)) (|:| |nosol| (-112))) (-419 |#2|) (-419 |#2|))) (-15 -4325 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -3379 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-576)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-576) (-1 |#2| |#2|))))
+((-2724 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-419 |#2|)) (|:| |h| |#2|) (|:| |c1| (-419 |#2|)) (|:| |c2| (-419 |#2|)) (|:| -4245 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|) (-1 |#2| |#2|)) 22)) (-2603 (((-3 (-656 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|)) 34)))
+(((-1037 |#1| |#2|) (-10 -7 (-15 -2724 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-419 |#2|)) (|:| |h| |#2|) (|:| |c1| (-419 |#2|)) (|:| |c2| (-419 |#2|)) (|:| -4245 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|) (-1 |#2| |#2|))) (-15 -2603 ((-3 (-656 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|)))) (-13 (-374) (-148) (-1059 (-576))) (-1264 |#1|)) (T -1037))
+((-2603 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-374) (-148) (-1059 (-576)))) (-4 *5 (-1264 *4)) (-5 *2 (-656 (-419 *5))) (-5 *1 (-1037 *4 *5)) (-5 *3 (-419 *5)))) (-2724 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1264 *5)) (-4 *5 (-13 (-374) (-148) (-1059 (-576)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-419 *6)) (|:| |h| *6) (|:| |c1| (-419 *6)) (|:| |c2| (-419 *6)) (|:| -4245 *6))) (-5 *1 (-1037 *5 *6)) (-5 *3 (-419 *6)))))
+(-10 -7 (-15 -2724 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-419 |#2|)) (|:| |h| |#2|) (|:| |c1| (-419 |#2|)) (|:| |c2| (-419 |#2|)) (|:| -4245 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|) (-1 |#2| |#2|))) (-15 -2603 ((-3 (-656 (-419 |#2|)) "failed") (-419 |#2|) (-419 |#2|) (-419 |#2|))))
+((-2770 (((-1 |#1|) (-656 (-2 (|:| -1688 |#1|) (|:| -3139 (-576))))) 34)) (-3918 (((-1 |#1|) (-1123 |#1|)) 42)) (-4412 (((-1 |#1|) (-1288 |#1|) (-1288 (-576)) (-576)) 31)))
+(((-1038 |#1|) (-10 -7 (-15 -3918 ((-1 |#1|) (-1123 |#1|))) (-15 -2770 ((-1 |#1|) (-656 (-2 (|:| -1688 |#1|) (|:| -3139 (-576)))))) (-15 -4412 ((-1 |#1|) (-1288 |#1|) (-1288 (-576)) (-576)))) (-1121)) (T -1038))
+((-4412 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1288 *6)) (-5 *4 (-1288 (-576))) (-5 *5 (-576)) (-4 *6 (-1121)) (-5 *2 (-1 *6)) (-5 *1 (-1038 *6)))) (-2770 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| -1688 *4) (|:| -3139 (-576))))) (-4 *4 (-1121)) (-5 *2 (-1 *4)) (-5 *1 (-1038 *4)))) (-3918 (*1 *2 *3) (-12 (-5 *3 (-1123 *4)) (-4 *4 (-1121)) (-5 *2 (-1 *4)) (-5 *1 (-1038 *4)))))
+(-10 -7 (-15 -3918 ((-1 |#1|) (-1123 |#1|))) (-15 -2770 ((-1 |#1|) (-656 (-2 (|:| -1688 |#1|) (|:| -3139 (-576)))))) (-15 -4412 ((-1 |#1|) (-1288 |#1|) (-1288 (-576)) (-576))))
+((-1760 (((-783) (-347 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)) 23)))
+(((-1039 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1760 ((-783) (-347 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)))) (-374) (-1264 |#1|) (-1264 (-419 |#2|)) (-353 |#1| |#2| |#3|) (-13 (-379) (-374))) (T -1039))
+((-1760 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-347 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-374)) (-4 *7 (-1264 *6)) (-4 *4 (-1264 (-419 *7))) (-4 *8 (-353 *6 *7 *4)) (-4 *9 (-13 (-379) (-374))) (-5 *2 (-783)) (-5 *1 (-1039 *6 *7 *4 *8 *9)))))
+(-10 -7 (-15 -1760 ((-783) (-347 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|))))
+((-1955 (((-112) $ $) NIL)) (-1401 (((-1156) $) 9)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL) (($ (-1202)) NIL) (((-1202) $) NIL)) (-4159 (((-1156) $) 11)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1040) (-13 (-1104) (-10 -8 (-15 -1401 ((-1156) $)) (-15 -4159 ((-1156) $))))) (T -1040))
+((-1401 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1040)))) (-4159 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1040)))))
+(-13 (-1104) (-10 -8 (-15 -1401 ((-1156) $)) (-15 -4159 ((-1156) $))))
+((-1862 (((-3 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) "failed") |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) 32) (((-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-419 (-576))) 29)) (-3466 (((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-419 (-576))) 34) (((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-419 (-576))) 30) (((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) 33) (((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1|) 28)) (-3499 (((-656 (-419 (-576))) (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))) 20)) (-2517 (((-419 (-576)) (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) 17)))
+(((-1041 |#1|) (-10 -7 (-15 -3466 ((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1|)) (-15 -3466 ((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))) (-15 -3466 ((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-419 (-576)))) (-15 -3466 ((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-419 (-576)))) (-15 -1862 ((-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-419 (-576)))) (-15 -1862 ((-3 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) "failed") |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))) (-15 -2517 ((-419 (-576)) (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))) (-15 -3499 ((-656 (-419 (-576))) (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))))) (-1264 (-576))) (T -1041))
+((-3499 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))) (-5 *2 (-656 (-419 (-576)))) (-5 *1 (-1041 *4)) (-4 *4 (-1264 (-576))))) (-2517 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) (-5 *2 (-419 (-576))) (-5 *1 (-1041 *4)) (-4 *4 (-1264 (-576))))) (-1862 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) (-5 *1 (-1041 *3)) (-4 *3 (-1264 (-576))))) (-1862 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) (-5 *4 (-419 (-576))) (-5 *1 (-1041 *3)) (-4 *3 (-1264 (-576))))) (-3466 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-419 (-576))) (-5 *2 (-656 (-2 (|:| -2100 *5) (|:| -2111 *5)))) (-5 *1 (-1041 *3)) (-4 *3 (-1264 (-576))) (-5 *4 (-2 (|:| -2100 *5) (|:| -2111 *5))))) (-3466 (*1 *2 *3 *4) (-12 (-5 *2 (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))) (-5 *1 (-1041 *3)) (-4 *3 (-1264 (-576))) (-5 *4 (-419 (-576))))) (-3466 (*1 *2 *3 *4) (-12 (-5 *2 (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))) (-5 *1 (-1041 *3)) (-4 *3 (-1264 (-576))) (-5 *4 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))))) (-3466 (*1 *2 *3) (-12 (-5 *2 (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))) (-5 *1 (-1041 *3)) (-4 *3 (-1264 (-576))))))
+(-10 -7 (-15 -3466 ((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1|)) (-15 -3466 ((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))) (-15 -3466 ((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-419 (-576)))) (-15 -3466 ((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-419 (-576)))) (-15 -1862 ((-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-419 (-576)))) (-15 -1862 ((-3 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) "failed") |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))) (-15 -2517 ((-419 (-576)) (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))) (-15 -3499 ((-656 (-419 (-576))) (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))))))
+((-1862 (((-3 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) "failed") |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) 35) (((-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-419 (-576))) 32)) (-3466 (((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-419 (-576))) 30) (((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-419 (-576))) 26) (((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) 28) (((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1|) 24)))
+(((-1042 |#1|) (-10 -7 (-15 -3466 ((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1|)) (-15 -3466 ((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))) (-15 -3466 ((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-419 (-576)))) (-15 -3466 ((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-419 (-576)))) (-15 -1862 ((-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-419 (-576)))) (-15 -1862 ((-3 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) "failed") |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))))) (-1264 (-419 (-576)))) (T -1042))
+((-1862 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) (-5 *1 (-1042 *3)) (-4 *3 (-1264 (-419 (-576)))))) (-1862 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) (-5 *4 (-419 (-576))) (-5 *1 (-1042 *3)) (-4 *3 (-1264 *4)))) (-3466 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-419 (-576))) (-5 *2 (-656 (-2 (|:| -2100 *5) (|:| -2111 *5)))) (-5 *1 (-1042 *3)) (-4 *3 (-1264 *5)) (-5 *4 (-2 (|:| -2100 *5) (|:| -2111 *5))))) (-3466 (*1 *2 *3 *4) (-12 (-5 *4 (-419 (-576))) (-5 *2 (-656 (-2 (|:| -2100 *4) (|:| -2111 *4)))) (-5 *1 (-1042 *3)) (-4 *3 (-1264 *4)))) (-3466 (*1 *2 *3 *4) (-12 (-5 *2 (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))) (-5 *1 (-1042 *3)) (-4 *3 (-1264 (-419 (-576)))) (-5 *4 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))))) (-3466 (*1 *2 *3) (-12 (-5 *2 (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))) (-5 *1 (-1042 *3)) (-4 *3 (-1264 (-419 (-576)))))))
+(-10 -7 (-15 -3466 ((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1|)) (-15 -3466 ((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))) (-15 -3466 ((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-419 (-576)))) (-15 -3466 ((-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-419 (-576)))) (-15 -1862 ((-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-419 (-576)))) (-15 -1862 ((-3 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) "failed") |#1| (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))) (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))))
+((-1554 (((-227) $) 6) (((-390) $) 9)))
+(((-1043) (-141)) (T -1043))
NIL
(-13 (-626 (-227)) (-626 (-390)))
(((-626 (-227)) . T) ((-626 (-390)) . T))
-((-3554 (((-656 (-390)) (-969 (-576)) (-390)) 28) (((-656 (-390)) (-969 (-419 (-576))) (-390)) 27)) (-3258 (((-656 (-656 (-390))) (-656 (-969 (-576))) (-656 (-1195)) (-390)) 37)))
-(((-1042) (-10 -7 (-15 -3554 ((-656 (-390)) (-969 (-419 (-576))) (-390))) (-15 -3554 ((-656 (-390)) (-969 (-576)) (-390))) (-15 -3258 ((-656 (-656 (-390))) (-656 (-969 (-576))) (-656 (-1195)) (-390))))) (T -1042))
-((-3258 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 (-969 (-576)))) (-5 *4 (-656 (-1195))) (-5 *2 (-656 (-656 (-390)))) (-5 *1 (-1042)) (-5 *5 (-390)))) (-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-969 (-576))) (-5 *2 (-656 (-390))) (-5 *1 (-1042)) (-5 *4 (-390)))) (-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-969 (-419 (-576)))) (-5 *2 (-656 (-390))) (-5 *1 (-1042)) (-5 *4 (-390)))))
-(-10 -7 (-15 -3554 ((-656 (-390)) (-969 (-419 (-576))) (-390))) (-15 -3554 ((-656 (-390)) (-969 (-576)) (-390))) (-15 -3258 ((-656 (-656 (-390))) (-656 (-969 (-576))) (-656 (-1195)) (-390))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 75)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1838 (($ $) NIL) (($ $ (-938)) NIL) (($ (-419 (-576))) NIL) (($ (-576)) NIL)) (-1829 (((-112) $ $) NIL)) (-2786 (((-576) $) 70)) (-2135 (($) NIL T CONST)) (-2663 (((-3 $ "failed") (-1191 $) (-938) (-874)) NIL) (((-3 $ "failed") (-1191 $) (-938)) 55)) (-1570 (((-3 (-419 (-576)) "failed") $) NIL (|has| (-419 (-576)) (-1057 (-419 (-576))))) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 |#1| "failed") $) 116) (((-3 (-576) "failed") $) NIL (-2755 (|has| (-419 (-576)) (-1057 (-576))) (|has| |#1| (-1057 (-576)))))) (-2857 (((-419 (-576)) $) 17 (|has| (-419 (-576)) (-1057 (-419 (-576))))) (((-419 (-576)) $) 17) ((|#1| $) 117) (((-576) $) NIL (-2755 (|has| (-419 (-576)) (-1057 (-576))) (|has| |#1| (-1057 (-576)))))) (-2459 (($ $ (-874)) 47)) (-2081 (($ $ (-874)) 48)) (-3426 (($ $ $) NIL)) (-1685 (((-419 (-576)) $ $) 21)) (-2251 (((-3 $ "failed") $) 88)) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3075 (((-112) $) 66)) (-3612 (((-112) $) NIL)) (-3867 (($ $ (-576)) NIL)) (-3667 (((-112) $) 69)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-1342 (((-3 (-1191 $) "failed") $) 83)) (-3508 (((-3 (-874) "failed") $) 82)) (-3458 (((-3 (-1191 $) "failed") $) 80)) (-3364 (((-3 (-1080 $ (-1191 $)) "failed") $) 78)) (-3457 (($ (-656 $)) NIL) (($ $ $) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 89)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ (-656 $)) NIL) (($ $ $) NIL)) (-1827 (((-430 $) $) NIL)) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-3567 (((-874) $) 87) (($ (-576)) NIL) (($ (-419 (-576))) NIL) (($ $) 63) (($ (-419 (-576))) NIL) (($ (-576)) NIL) (($ (-419 (-576))) NIL) (($ |#1|) 119)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-4163 (((-419 (-576)) $ $) 27)) (-4124 (((-656 $) (-1191 $)) 61) (((-656 $) (-1191 (-419 (-576)))) NIL) (((-656 $) (-1191 (-576))) NIL) (((-656 $) (-969 $)) NIL) (((-656 $) (-969 (-419 (-576)))) NIL) (((-656 $) (-969 (-576))) NIL)) (-1642 (($ (-1080 $ (-1191 $)) (-874)) 46)) (-4308 (($ $) 22)) (-2716 (($) 32 T CONST)) (-2727 (($) 39 T CONST)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 76)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 24)) (-3054 (($ $ $) 37)) (-3041 (($ $) 38) (($ $ $) 74)) (-3027 (($ $ $) 112)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL) (($ $ (-419 (-576))) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 98) (($ $ $) 104) (($ (-419 (-576)) $) NIL) (($ $ (-419 (-576))) NIL) (($ (-576) $) 98) (($ $ (-576)) NIL) (($ (-419 (-576)) $) NIL) (($ $ (-419 (-576))) NIL) (($ |#1| $) 102) (($ $ |#1|) NIL)))
-(((-1043 |#1|) (-13 (-1031) (-423 |#1|) (-38 |#1|) (-10 -8 (-15 -1642 ($ (-1080 $ (-1191 $)) (-874))) (-15 -3364 ((-3 (-1080 $ (-1191 $)) "failed") $)) (-15 -1685 ((-419 (-576)) $ $)))) (-13 (-860) (-374) (-1041))) (T -1043))
-((-1642 (*1 *1 *2 *3) (-12 (-5 *2 (-1080 (-1043 *4) (-1191 (-1043 *4)))) (-5 *3 (-874)) (-5 *1 (-1043 *4)) (-4 *4 (-13 (-860) (-374) (-1041))))) (-3364 (*1 *2 *1) (|partial| -12 (-5 *2 (-1080 (-1043 *3) (-1191 (-1043 *3)))) (-5 *1 (-1043 *3)) (-4 *3 (-13 (-860) (-374) (-1041))))) (-1685 (*1 *2 *1 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-1043 *3)) (-4 *3 (-13 (-860) (-374) (-1041))))))
-(-13 (-1031) (-423 |#1|) (-38 |#1|) (-10 -8 (-15 -1642 ($ (-1080 $ (-1191 $)) (-874))) (-15 -3364 ((-3 (-1080 $ (-1191 $)) "failed") $)) (-15 -1685 ((-419 (-576)) $ $))))
-((-2993 (((-2 (|:| -4024 |#2|) (|:| -1755 (-656 |#1|))) |#2| (-656 |#1|)) 32) ((|#2| |#2| |#1|) 27)))
-(((-1044 |#1| |#2|) (-10 -7 (-15 -2993 (|#2| |#2| |#1|)) (-15 -2993 ((-2 (|:| -4024 |#2|) (|:| -1755 (-656 |#1|))) |#2| (-656 |#1|)))) (-374) (-668 |#1|)) (T -1044))
-((-2993 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-5 *2 (-2 (|:| -4024 *3) (|:| -1755 (-656 *5)))) (-5 *1 (-1044 *5 *3)) (-5 *4 (-656 *5)) (-4 *3 (-668 *5)))) (-2993 (*1 *2 *2 *3) (-12 (-4 *3 (-374)) (-5 *1 (-1044 *3 *2)) (-4 *2 (-668 *3)))))
-(-10 -7 (-15 -2993 (|#2| |#2| |#1|)) (-15 -2993 ((-2 (|:| -4024 |#2|) (|:| -1755 (-656 |#1|))) |#2| (-656 |#1|))))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-4221 ((|#1| $ |#1|) 14)) (-3753 ((|#1| $ |#1|) 12)) (-2985 (($ |#1|) 10)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-2794 ((|#1| $) 11)) (-1578 ((|#1| $) 13)) (-3567 (((-874) $) 21 (|has| |#1| (-1119)))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2921 (((-112) $ $) 9)))
-(((-1045 |#1|) (-13 (-1236) (-10 -8 (-15 -2985 ($ |#1|)) (-15 -2794 (|#1| $)) (-15 -3753 (|#1| $ |#1|)) (-15 -1578 (|#1| $)) (-15 -4221 (|#1| $ |#1|)) (-15 -2921 ((-112) $ $)) (IF (|has| |#1| (-1119)) (-6 (-1119)) |%noBranch|))) (-1236)) (T -1045))
-((-2985 (*1 *1 *2) (-12 (-5 *1 (-1045 *2)) (-4 *2 (-1236)))) (-2794 (*1 *2 *1) (-12 (-5 *1 (-1045 *2)) (-4 *2 (-1236)))) (-3753 (*1 *2 *1 *2) (-12 (-5 *1 (-1045 *2)) (-4 *2 (-1236)))) (-1578 (*1 *2 *1) (-12 (-5 *1 (-1045 *2)) (-4 *2 (-1236)))) (-4221 (*1 *2 *1 *2) (-12 (-5 *1 (-1045 *2)) (-4 *2 (-1236)))) (-2921 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1045 *3)) (-4 *3 (-1236)))))
-(-13 (-1236) (-10 -8 (-15 -2985 ($ |#1|)) (-15 -2794 (|#1| $)) (-15 -3753 (|#1| $ |#1|)) (-15 -1578 (|#1| $)) (-15 -4221 (|#1| $ |#1|)) (-15 -2921 ((-112) $ $)) (IF (|has| |#1| (-1119)) (-6 (-1119)) |%noBranch|)))
-((-3486 (((-112) $ $) NIL)) (-1528 (((-656 (-2 (|:| -1952 $) (|:| -3254 (-656 |#4|)))) (-656 |#4|)) NIL)) (-2127 (((-656 $) (-656 |#4|)) 118) (((-656 $) (-656 |#4|) (-112)) 119) (((-656 $) (-656 |#4|) (-112) (-112)) 117) (((-656 $) (-656 |#4|) (-112) (-112) (-112) (-112)) 120)) (-1960 (((-656 |#3|) $) NIL)) (-4157 (((-112) $) NIL)) (-2678 (((-112) $) NIL (|has| |#1| (-568)))) (-1981 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2691 ((|#4| |#4| $) NIL)) (-1415 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 $))) |#4| $) 112)) (-1793 (((-2 (|:| |under| $) (|:| -3247 $) (|:| |upper| $)) $ |#3|) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-1966 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462))) (((-3 |#4| "failed") $ |#3|) 66)) (-2135 (($) NIL T CONST)) (-3152 (((-112) $) 29 (|has| |#1| (-568)))) (-1409 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3934 (((-112) $ $) NIL (|has| |#1| (-568)))) (-2986 (((-112) $) NIL (|has| |#1| (-568)))) (-2059 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-3793 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-3795 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-1570 (((-3 $ "failed") (-656 |#4|)) NIL)) (-2857 (($ (-656 |#4|)) NIL)) (-3590 (((-3 $ "failed") $) 45)) (-1903 ((|#4| |#4| $) 69)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119))))) (-3942 (($ |#4| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-3477 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 85 (|has| |#1| (-568)))) (-2655 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-2025 ((|#4| |#4| $) NIL)) (-3683 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4462))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4462))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1641 (((-2 (|:| -1952 (-656 |#4|)) (|:| -3254 (-656 |#4|))) $) NIL)) (-3174 (((-112) |#4| $) NIL)) (-1559 (((-112) |#4| $) NIL)) (-4048 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3791 (((-2 (|:| |val| (-656 |#4|)) (|:| |towers| (-656 $))) (-656 |#4|) (-112) (-112)) 133)) (-3963 (((-656 |#4|) $) 18 (|has| $ (-6 -4462)))) (-4179 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2589 ((|#3| $) 38)) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 |#4|) $) 19 (|has| $ (-6 -4462)))) (-3239 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119))))) (-4320 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#4| |#4|) $) 23)) (-1544 (((-656 |#3|) $) NIL)) (-1582 (((-112) |#3| $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL)) (-2690 (((-3 |#4| (-656 $)) |#4| |#4| $) NIL)) (-2502 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 $))) |#4| |#4| $) 110)) (-3966 (((-3 |#4| "failed") $) 42)) (-2103 (((-656 $) |#4| $) 93)) (-4254 (((-3 (-112) (-656 $)) |#4| $) NIL)) (-1883 (((-656 (-2 (|:| |val| (-112)) (|:| -3986 $))) |#4| $) 103) (((-112) |#4| $) 64)) (-2037 (((-656 $) |#4| $) 115) (((-656 $) (-656 |#4|) $) NIL) (((-656 $) (-656 |#4|) (-656 $)) 116) (((-656 $) |#4| (-656 $)) NIL)) (-3034 (((-656 $) (-656 |#4|) (-112) (-112) (-112)) 128)) (-1647 (($ |#4| $) 82) (($ (-656 |#4|) $) 83) (((-656 $) |#4| $ (-112) (-112) (-112) (-112) (-112)) 79)) (-3730 (((-656 |#4|) $) NIL)) (-2763 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2126 ((|#4| |#4| $) NIL)) (-2774 (((-112) $ $) NIL)) (-4148 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-568)))) (-1470 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2903 ((|#4| |#4| $) NIL)) (-1448 (((-1139) $) NIL)) (-3578 (((-3 |#4| "failed") $) 40)) (-2295 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-2806 (((-3 $ "failed") $ |#4|) 59)) (-3905 (($ $ |#4|) NIL) (((-656 $) |#4| $) 95) (((-656 $) |#4| (-656 $)) NIL) (((-656 $) (-656 |#4|) $) NIL) (((-656 $) (-656 |#4|) (-656 $)) 89)) (-3626 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 |#4|) (-656 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-304 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-656 (-304 |#4|))) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) 17)) (-1854 (($) 14)) (-1967 (((-783) $) NIL)) (-1458 (((-783) |#4| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119)))) (((-783) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) 13)) (-4169 (((-548) $) NIL (|has| |#4| (-626 (-548))))) (-3579 (($ (-656 |#4|)) 22)) (-3877 (($ $ |#3|) 52)) (-2831 (($ $ |#3|) 54)) (-3687 (($ $) NIL)) (-2157 (($ $ |#3|) NIL)) (-3567 (((-874) $) 35) (((-656 |#4|) $) 46)) (-4323 (((-783) $) NIL (|has| |#3| (-379)))) (-1540 (((-112) $ $) NIL)) (-1469 (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2620 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) NIL)) (-3223 (((-656 $) |#4| $) 92) (((-656 $) |#4| (-656 $)) NIL) (((-656 $) (-656 |#4|) $) NIL) (((-656 $) (-656 |#4|) (-656 $)) NIL)) (-2306 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-2439 (((-656 |#3|) $) NIL)) (-4176 (((-112) |#4| $) NIL)) (-3202 (((-112) |#3| $) 65)) (-2921 (((-112) $ $) NIL)) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-1046 |#1| |#2| |#3| |#4|) (-13 (-1090 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1647 ((-656 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -2127 ((-656 $) (-656 |#4|) (-112) (-112))) (-15 -2127 ((-656 $) (-656 |#4|) (-112) (-112) (-112) (-112))) (-15 -3034 ((-656 $) (-656 |#4|) (-112) (-112) (-112))) (-15 -3791 ((-2 (|:| |val| (-656 |#4|)) (|:| |towers| (-656 $))) (-656 |#4|) (-112) (-112))))) (-464) (-805) (-862) (-1084 |#1| |#2| |#3|)) (T -1046))
-((-1647 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 (-1046 *5 *6 *7 *3))) (-5 *1 (-1046 *5 *6 *7 *3)) (-4 *3 (-1084 *5 *6 *7)))) (-2127 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 (-1046 *5 *6 *7 *8))) (-5 *1 (-1046 *5 *6 *7 *8)))) (-2127 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 (-1046 *5 *6 *7 *8))) (-5 *1 (-1046 *5 *6 *7 *8)))) (-3034 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 (-1046 *5 *6 *7 *8))) (-5 *1 (-1046 *5 *6 *7 *8)))) (-3791 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1084 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-656 *8)) (|:| |towers| (-656 (-1046 *5 *6 *7 *8))))) (-5 *1 (-1046 *5 *6 *7 *8)) (-5 *3 (-656 *8)))))
-(-13 (-1090 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1647 ((-656 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -2127 ((-656 $) (-656 |#4|) (-112) (-112))) (-15 -2127 ((-656 $) (-656 |#4|) (-112) (-112) (-112) (-112))) (-15 -3034 ((-656 $) (-656 |#4|) (-112) (-112) (-112))) (-15 -3791 ((-2 (|:| |val| (-656 |#4|)) (|:| |towers| (-656 $))) (-656 |#4|) (-112) (-112)))))
-((-3821 (((-656 (-701 |#1|)) (-656 (-701 |#1|))) 70) (((-701 |#1|) (-701 |#1|)) 69) (((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-656 (-701 |#1|))) 68) (((-701 |#1|) (-701 |#1|) (-701 |#1|)) 65)) (-4322 (((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-938)) 63) (((-701 |#1|) (-701 |#1|) (-938)) 62)) (-2020 (((-656 (-701 (-576))) (-656 (-656 (-576)))) 81) (((-656 (-701 (-576))) (-656 (-922 (-576))) (-576)) 80) (((-701 (-576)) (-656 (-576))) 77) (((-701 (-576)) (-922 (-576)) (-576)) 75)) (-4062 (((-701 (-969 |#1|)) (-783)) 95)) (-1435 (((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-938)) 49 (|has| |#1| (-6 (-4464 "*")))) (((-701 |#1|) (-701 |#1|) (-938)) 47 (|has| |#1| (-6 (-4464 "*"))))))
-(((-1047 |#1|) (-10 -7 (IF (|has| |#1| (-6 (-4464 "*"))) (-15 -1435 ((-701 |#1|) (-701 |#1|) (-938))) |%noBranch|) (IF (|has| |#1| (-6 (-4464 "*"))) (-15 -1435 ((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-938))) |%noBranch|) (-15 -4062 ((-701 (-969 |#1|)) (-783))) (-15 -4322 ((-701 |#1|) (-701 |#1|) (-938))) (-15 -4322 ((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-938))) (-15 -3821 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -3821 ((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-656 (-701 |#1|)))) (-15 -3821 ((-701 |#1|) (-701 |#1|))) (-15 -3821 ((-656 (-701 |#1|)) (-656 (-701 |#1|)))) (-15 -2020 ((-701 (-576)) (-922 (-576)) (-576))) (-15 -2020 ((-701 (-576)) (-656 (-576)))) (-15 -2020 ((-656 (-701 (-576))) (-656 (-922 (-576))) (-576))) (-15 -2020 ((-656 (-701 (-576))) (-656 (-656 (-576)))))) (-1068)) (T -1047))
-((-2020 (*1 *2 *3) (-12 (-5 *3 (-656 (-656 (-576)))) (-5 *2 (-656 (-701 (-576)))) (-5 *1 (-1047 *4)) (-4 *4 (-1068)))) (-2020 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-922 (-576)))) (-5 *4 (-576)) (-5 *2 (-656 (-701 *4))) (-5 *1 (-1047 *5)) (-4 *5 (-1068)))) (-2020 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-701 (-576))) (-5 *1 (-1047 *4)) (-4 *4 (-1068)))) (-2020 (*1 *2 *3 *4) (-12 (-5 *3 (-922 (-576))) (-5 *4 (-576)) (-5 *2 (-701 *4)) (-5 *1 (-1047 *5)) (-4 *5 (-1068)))) (-3821 (*1 *2 *2) (-12 (-5 *2 (-656 (-701 *3))) (-4 *3 (-1068)) (-5 *1 (-1047 *3)))) (-3821 (*1 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-1047 *3)))) (-3821 (*1 *2 *2 *2) (-12 (-5 *2 (-656 (-701 *3))) (-4 *3 (-1068)) (-5 *1 (-1047 *3)))) (-3821 (*1 *2 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-1047 *3)))) (-4322 (*1 *2 *2 *3) (-12 (-5 *2 (-656 (-701 *4))) (-5 *3 (-938)) (-4 *4 (-1068)) (-5 *1 (-1047 *4)))) (-4322 (*1 *2 *2 *3) (-12 (-5 *2 (-701 *4)) (-5 *3 (-938)) (-4 *4 (-1068)) (-5 *1 (-1047 *4)))) (-4062 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-701 (-969 *4))) (-5 *1 (-1047 *4)) (-4 *4 (-1068)))) (-1435 (*1 *2 *2 *3) (-12 (-5 *2 (-656 (-701 *4))) (-5 *3 (-938)) (|has| *4 (-6 (-4464 "*"))) (-4 *4 (-1068)) (-5 *1 (-1047 *4)))) (-1435 (*1 *2 *2 *3) (-12 (-5 *2 (-701 *4)) (-5 *3 (-938)) (|has| *4 (-6 (-4464 "*"))) (-4 *4 (-1068)) (-5 *1 (-1047 *4)))))
-(-10 -7 (IF (|has| |#1| (-6 (-4464 "*"))) (-15 -1435 ((-701 |#1|) (-701 |#1|) (-938))) |%noBranch|) (IF (|has| |#1| (-6 (-4464 "*"))) (-15 -1435 ((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-938))) |%noBranch|) (-15 -4062 ((-701 (-969 |#1|)) (-783))) (-15 -4322 ((-701 |#1|) (-701 |#1|) (-938))) (-15 -4322 ((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-938))) (-15 -3821 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -3821 ((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-656 (-701 |#1|)))) (-15 -3821 ((-701 |#1|) (-701 |#1|))) (-15 -3821 ((-656 (-701 |#1|)) (-656 (-701 |#1|)))) (-15 -2020 ((-701 (-576)) (-922 (-576)) (-576))) (-15 -2020 ((-701 (-576)) (-656 (-576)))) (-15 -2020 ((-656 (-701 (-576))) (-656 (-922 (-576))) (-576))) (-15 -2020 ((-656 (-701 (-576))) (-656 (-656 (-576))))))
-((-1601 (((-701 |#1|) (-656 (-701 |#1|)) (-1286 |#1|)) 70 (|has| |#1| (-317)))) (-3900 (((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-1286 (-1286 |#1|))) 110 (|has| |#1| (-374))) (((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-1286 |#1|)) 117 (|has| |#1| (-374)))) (-1888 (((-1286 |#1|) (-656 (-1286 |#1|)) (-576)) 135 (-12 (|has| |#1| (-374)) (|has| |#1| (-379))))) (-2566 (((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-938)) 123 (-12 (|has| |#1| (-374)) (|has| |#1| (-379)))) (((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-112)) 122 (-12 (|has| |#1| (-374)) (|has| |#1| (-379)))) (((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|))) 121 (-12 (|has| |#1| (-374)) (|has| |#1| (-379)))) (((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-112) (-576) (-576)) 120 (-12 (|has| |#1| (-374)) (|has| |#1| (-379))))) (-3946 (((-112) (-656 (-701 |#1|))) 103 (|has| |#1| (-374))) (((-112) (-656 (-701 |#1|)) (-576)) 106 (|has| |#1| (-374)))) (-1771 (((-1286 (-1286 |#1|)) (-656 (-701 |#1|)) (-1286 |#1|)) 67 (|has| |#1| (-317)))) (-4250 (((-701 |#1|) (-656 (-701 |#1|)) (-701 |#1|)) 47)) (-3178 (((-701 |#1|) (-1286 (-1286 |#1|))) 40)) (-2430 (((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|)) (-576)) 94 (|has| |#1| (-374))) (((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|))) 93 (|has| |#1| (-374))) (((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|)) (-112) (-576)) 101 (|has| |#1| (-374)))))
-(((-1048 |#1|) (-10 -7 (-15 -3178 ((-701 |#1|) (-1286 (-1286 |#1|)))) (-15 -4250 ((-701 |#1|) (-656 (-701 |#1|)) (-701 |#1|))) (IF (|has| |#1| (-317)) (PROGN (-15 -1771 ((-1286 (-1286 |#1|)) (-656 (-701 |#1|)) (-1286 |#1|))) (-15 -1601 ((-701 |#1|) (-656 (-701 |#1|)) (-1286 |#1|)))) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-15 -2430 ((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|)) (-112) (-576))) (-15 -2430 ((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|)))) (-15 -2430 ((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|)) (-576))) (-15 -3946 ((-112) (-656 (-701 |#1|)) (-576))) (-15 -3946 ((-112) (-656 (-701 |#1|)))) (-15 -3900 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-1286 |#1|))) (-15 -3900 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-1286 (-1286 |#1|))))) |%noBranch|) (IF (|has| |#1| (-379)) (IF (|has| |#1| (-374)) (PROGN (-15 -2566 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-112) (-576) (-576))) (-15 -2566 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)))) (-15 -2566 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-112))) (-15 -2566 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-938))) (-15 -1888 ((-1286 |#1|) (-656 (-1286 |#1|)) (-576)))) |%noBranch|) |%noBranch|)) (-1068)) (T -1048))
-((-1888 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-1286 *5))) (-5 *4 (-576)) (-5 *2 (-1286 *5)) (-5 *1 (-1048 *5)) (-4 *5 (-374)) (-4 *5 (-379)) (-4 *5 (-1068)))) (-2566 (*1 *2 *3 *4) (-12 (-5 *4 (-938)) (-4 *5 (-374)) (-4 *5 (-379)) (-4 *5 (-1068)) (-5 *2 (-656 (-656 (-701 *5)))) (-5 *1 (-1048 *5)) (-5 *3 (-656 (-701 *5))))) (-2566 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-374)) (-4 *5 (-379)) (-4 *5 (-1068)) (-5 *2 (-656 (-656 (-701 *5)))) (-5 *1 (-1048 *5)) (-5 *3 (-656 (-701 *5))))) (-2566 (*1 *2 *3) (-12 (-4 *4 (-374)) (-4 *4 (-379)) (-4 *4 (-1068)) (-5 *2 (-656 (-656 (-701 *4)))) (-5 *1 (-1048 *4)) (-5 *3 (-656 (-701 *4))))) (-2566 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-112)) (-5 *5 (-576)) (-4 *6 (-374)) (-4 *6 (-379)) (-4 *6 (-1068)) (-5 *2 (-656 (-656 (-701 *6)))) (-5 *1 (-1048 *6)) (-5 *3 (-656 (-701 *6))))) (-3900 (*1 *2 *3 *4) (-12 (-5 *4 (-1286 (-1286 *5))) (-4 *5 (-374)) (-4 *5 (-1068)) (-5 *2 (-656 (-656 (-701 *5)))) (-5 *1 (-1048 *5)) (-5 *3 (-656 (-701 *5))))) (-3900 (*1 *2 *3 *4) (-12 (-5 *4 (-1286 *5)) (-4 *5 (-374)) (-4 *5 (-1068)) (-5 *2 (-656 (-656 (-701 *5)))) (-5 *1 (-1048 *5)) (-5 *3 (-656 (-701 *5))))) (-3946 (*1 *2 *3) (-12 (-5 *3 (-656 (-701 *4))) (-4 *4 (-374)) (-4 *4 (-1068)) (-5 *2 (-112)) (-5 *1 (-1048 *4)))) (-3946 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-701 *5))) (-5 *4 (-576)) (-4 *5 (-374)) (-4 *5 (-1068)) (-5 *2 (-112)) (-5 *1 (-1048 *5)))) (-2430 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-656 (-701 *5))) (-5 *4 (-576)) (-5 *2 (-701 *5)) (-5 *1 (-1048 *5)) (-4 *5 (-374)) (-4 *5 (-1068)))) (-2430 (*1 *2 *3 *3) (-12 (-5 *3 (-656 (-701 *4))) (-5 *2 (-701 *4)) (-5 *1 (-1048 *4)) (-4 *4 (-374)) (-4 *4 (-1068)))) (-2430 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-656 (-701 *6))) (-5 *4 (-112)) (-5 *5 (-576)) (-5 *2 (-701 *6)) (-5 *1 (-1048 *6)) (-4 *6 (-374)) (-4 *6 (-1068)))) (-1601 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-701 *5))) (-5 *4 (-1286 *5)) (-4 *5 (-317)) (-4 *5 (-1068)) (-5 *2 (-701 *5)) (-5 *1 (-1048 *5)))) (-1771 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-701 *5))) (-4 *5 (-317)) (-4 *5 (-1068)) (-5 *2 (-1286 (-1286 *5))) (-5 *1 (-1048 *5)) (-5 *4 (-1286 *5)))) (-4250 (*1 *2 *3 *2) (-12 (-5 *3 (-656 (-701 *4))) (-5 *2 (-701 *4)) (-4 *4 (-1068)) (-5 *1 (-1048 *4)))) (-3178 (*1 *2 *3) (-12 (-5 *3 (-1286 (-1286 *4))) (-4 *4 (-1068)) (-5 *2 (-701 *4)) (-5 *1 (-1048 *4)))))
-(-10 -7 (-15 -3178 ((-701 |#1|) (-1286 (-1286 |#1|)))) (-15 -4250 ((-701 |#1|) (-656 (-701 |#1|)) (-701 |#1|))) (IF (|has| |#1| (-317)) (PROGN (-15 -1771 ((-1286 (-1286 |#1|)) (-656 (-701 |#1|)) (-1286 |#1|))) (-15 -1601 ((-701 |#1|) (-656 (-701 |#1|)) (-1286 |#1|)))) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-15 -2430 ((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|)) (-112) (-576))) (-15 -2430 ((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|)))) (-15 -2430 ((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|)) (-576))) (-15 -3946 ((-112) (-656 (-701 |#1|)) (-576))) (-15 -3946 ((-112) (-656 (-701 |#1|)))) (-15 -3900 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-1286 |#1|))) (-15 -3900 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-1286 (-1286 |#1|))))) |%noBranch|) (IF (|has| |#1| (-379)) (IF (|has| |#1| (-374)) (PROGN (-15 -2566 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-112) (-576) (-576))) (-15 -2566 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)))) (-15 -2566 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-112))) (-15 -2566 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-938))) (-15 -1888 ((-1286 |#1|) (-656 (-1286 |#1|)) (-576)))) |%noBranch|) |%noBranch|))
-((-3367 ((|#1| (-938) |#1|) 18)))
-(((-1049 |#1|) (-10 -7 (-15 -3367 (|#1| (-938) |#1|))) (-13 (-1119) (-10 -8 (-15 -3027 ($ $ $))))) (T -1049))
-((-3367 (*1 *2 *3 *2) (-12 (-5 *3 (-938)) (-5 *1 (-1049 *2)) (-4 *2 (-13 (-1119) (-10 -8 (-15 -3027 ($ $ $))))))))
-(-10 -7 (-15 -3367 (|#1| (-938) |#1|)))
-((-2484 (((-656 (-2 (|:| |radval| (-326 (-576))) (|:| |radmult| (-576)) (|:| |radvect| (-656 (-701 (-326 (-576))))))) (-701 (-419 (-969 (-576))))) 67)) (-3915 (((-656 (-701 (-326 (-576)))) (-326 (-576)) (-701 (-419 (-969 (-576))))) 52)) (-3456 (((-656 (-326 (-576))) (-701 (-419 (-969 (-576))))) 45)) (-2642 (((-656 (-701 (-326 (-576)))) (-701 (-419 (-969 (-576))))) 85)) (-2193 (((-701 (-326 (-576))) (-701 (-326 (-576)))) 38)) (-2369 (((-656 (-701 (-326 (-576)))) (-656 (-701 (-326 (-576))))) 74)) (-3327 (((-3 (-701 (-326 (-576))) "failed") (-701 (-419 (-969 (-576))))) 82)))
-(((-1050) (-10 -7 (-15 -2484 ((-656 (-2 (|:| |radval| (-326 (-576))) (|:| |radmult| (-576)) (|:| |radvect| (-656 (-701 (-326 (-576))))))) (-701 (-419 (-969 (-576)))))) (-15 -3915 ((-656 (-701 (-326 (-576)))) (-326 (-576)) (-701 (-419 (-969 (-576)))))) (-15 -3456 ((-656 (-326 (-576))) (-701 (-419 (-969 (-576)))))) (-15 -3327 ((-3 (-701 (-326 (-576))) "failed") (-701 (-419 (-969 (-576)))))) (-15 -2193 ((-701 (-326 (-576))) (-701 (-326 (-576))))) (-15 -2369 ((-656 (-701 (-326 (-576)))) (-656 (-701 (-326 (-576)))))) (-15 -2642 ((-656 (-701 (-326 (-576)))) (-701 (-419 (-969 (-576)))))))) (T -1050))
-((-2642 (*1 *2 *3) (-12 (-5 *3 (-701 (-419 (-969 (-576))))) (-5 *2 (-656 (-701 (-326 (-576))))) (-5 *1 (-1050)))) (-2369 (*1 *2 *2) (-12 (-5 *2 (-656 (-701 (-326 (-576))))) (-5 *1 (-1050)))) (-2193 (*1 *2 *2) (-12 (-5 *2 (-701 (-326 (-576)))) (-5 *1 (-1050)))) (-3327 (*1 *2 *3) (|partial| -12 (-5 *3 (-701 (-419 (-969 (-576))))) (-5 *2 (-701 (-326 (-576)))) (-5 *1 (-1050)))) (-3456 (*1 *2 *3) (-12 (-5 *3 (-701 (-419 (-969 (-576))))) (-5 *2 (-656 (-326 (-576)))) (-5 *1 (-1050)))) (-3915 (*1 *2 *3 *4) (-12 (-5 *4 (-701 (-419 (-969 (-576))))) (-5 *2 (-656 (-701 (-326 (-576))))) (-5 *1 (-1050)) (-5 *3 (-326 (-576))))) (-2484 (*1 *2 *3) (-12 (-5 *3 (-701 (-419 (-969 (-576))))) (-5 *2 (-656 (-2 (|:| |radval| (-326 (-576))) (|:| |radmult| (-576)) (|:| |radvect| (-656 (-701 (-326 (-576)))))))) (-5 *1 (-1050)))))
-(-10 -7 (-15 -2484 ((-656 (-2 (|:| |radval| (-326 (-576))) (|:| |radmult| (-576)) (|:| |radvect| (-656 (-701 (-326 (-576))))))) (-701 (-419 (-969 (-576)))))) (-15 -3915 ((-656 (-701 (-326 (-576)))) (-326 (-576)) (-701 (-419 (-969 (-576)))))) (-15 -3456 ((-656 (-326 (-576))) (-701 (-419 (-969 (-576)))))) (-15 -3327 ((-3 (-701 (-326 (-576))) "failed") (-701 (-419 (-969 (-576)))))) (-15 -2193 ((-701 (-326 (-576))) (-701 (-326 (-576))))) (-15 -2369 ((-656 (-701 (-326 (-576)))) (-656 (-701 (-326 (-576)))))) (-15 -2642 ((-656 (-701 (-326 (-576)))) (-701 (-419 (-969 (-576)))))))
-((-3171 ((|#1| |#1| (-938)) 18)))
-(((-1051 |#1|) (-10 -7 (-15 -3171 (|#1| |#1| (-938)))) (-13 (-1119) (-10 -8 (-15 * ($ $ $))))) (T -1051))
-((-3171 (*1 *2 *2 *3) (-12 (-5 *3 (-938)) (-5 *1 (-1051 *2)) (-4 *2 (-13 (-1119) (-10 -8 (-15 * ($ $ $))))))))
-(-10 -7 (-15 -3171 (|#1| |#1| (-938))))
-((-3567 ((|#1| (-322)) 11) (((-1291) |#1|) 9)))
-(((-1052 |#1|) (-10 -7 (-15 -3567 ((-1291) |#1|)) (-15 -3567 (|#1| (-322)))) (-1236)) (T -1052))
-((-3567 (*1 *2 *3) (-12 (-5 *3 (-322)) (-5 *1 (-1052 *2)) (-4 *2 (-1236)))) (-3567 (*1 *2 *3) (-12 (-5 *2 (-1291)) (-5 *1 (-1052 *3)) (-4 *3 (-1236)))))
-(-10 -7 (-15 -3567 ((-1291) |#1|)) (-15 -3567 (|#1| (-322))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-3683 (($ |#4|) 25)) (-2251 (((-3 $ "failed") $) NIL)) (-3612 (((-112) $) NIL)) (-3670 ((|#4| $) 27)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 46) (($ (-576)) NIL) (($ |#1|) NIL) (($ |#4|) 26)) (-2596 (((-783)) 43 T CONST)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 21 T CONST)) (-2727 (($) 23 T CONST)) (-2921 (((-112) $ $) 40)) (-3041 (($ $) 31) (($ $ $) NIL)) (-3027 (($ $ $) 29)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 36) (($ $ $) 33) (($ |#1| $) 38) (($ $ |#1|) NIL)))
-(((-1053 |#1| |#2| |#3| |#4| |#5|) (-13 (-174) (-38 |#1|) (-10 -8 (-15 -3683 ($ |#4|)) (-15 -3567 ($ |#4|)) (-15 -3670 (|#4| $)))) (-374) (-805) (-862) (-966 |#1| |#2| |#3|) (-656 |#4|)) (T -1053))
-((-3683 (*1 *1 *2) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-1053 *3 *4 *5 *2 *6)) (-4 *2 (-966 *3 *4 *5)) (-14 *6 (-656 *2)))) (-3567 (*1 *1 *2) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-1053 *3 *4 *5 *2 *6)) (-4 *2 (-966 *3 *4 *5)) (-14 *6 (-656 *2)))) (-3670 (*1 *2 *1) (-12 (-4 *2 (-966 *3 *4 *5)) (-5 *1 (-1053 *3 *4 *5 *2 *6)) (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-14 *6 (-656 *2)))))
-(-13 (-174) (-38 |#1|) (-10 -8 (-15 -3683 ($ |#4|)) (-15 -3567 ($ |#4|)) (-15 -3670 (|#4| $))))
-((-3486 (((-112) $ $) NIL (-2755 (|has| (-52) (-102)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-102))))) (-4125 (($) NIL) (($ (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) NIL)) (-2617 (((-1291) $ (-1195) (-1195)) NIL (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) NIL)) (-3853 (((-112) (-112)) 43)) (-2511 (((-112) (-112)) 42)) (-3753 (((-52) $ (-1195) (-52)) NIL)) (-4394 (($ (-1 (-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462)))) (-2192 (((-3 (-52) "failed") (-1195) $) NIL)) (-2135 (($) NIL T CONST)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119))))) (-3516 (($ (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) $) NIL (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462))) (((-3 (-52) "failed") (-1195) $) NIL)) (-3942 (($ (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119)))) (($ (-1 (-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462)))) (-3683 (((-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $ (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119)))) (((-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $ (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) NIL (|has| $ (-6 -4462))) (((-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462)))) (-4330 (((-52) $ (-1195) (-52)) NIL (|has| $ (-6 -4463)))) (-4271 (((-52) $ (-1195)) NIL)) (-3963 (((-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462))) (((-656 (-52)) $) NIL (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-1195) $) NIL (|has| (-1195) (-862)))) (-3452 (((-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462))) (((-656 (-52)) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-52) (-1119))))) (-3767 (((-1195) $) NIL (|has| (-1195) (-862)))) (-4320 (($ (-1 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4463))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (-2755 (|has| (-52) (-1119)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119))))) (-3200 (((-656 (-1195)) $) 37)) (-2848 (((-112) (-1195) $) NIL)) (-4219 (((-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) $) NIL)) (-2767 (($ (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) $) NIL)) (-1742 (((-656 (-1195)) $) NIL)) (-2406 (((-112) (-1195) $) NIL)) (-1448 (((-1139) $) NIL (-2755 (|has| (-52) (-1119)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119))))) (-3578 (((-52) $) NIL (|has| (-1195) (-862)))) (-2295 (((-3 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) "failed") (-1 (-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL)) (-1552 (($ $ (-52)) NIL (|has| $ (-6 -4463)))) (-4436 (((-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) $) NIL)) (-3626 (((-112) (-1 (-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))))) NIL (-12 (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119)))) (($ $ (-304 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) NIL (-12 (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119)))) (($ $ (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) NIL (-12 (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119)))) (($ $ (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) NIL (-12 (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119)))) (($ $ (-656 (-52)) (-656 (-52))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1119)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1119)))) (($ $ (-304 (-52))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1119)))) (($ $ (-656 (-304 (-52)))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-52) (-1119))))) (-4278 (((-656 (-52)) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 (((-52) $ (-1195)) 39) (((-52) $ (-1195) (-52)) NIL)) (-2089 (($) NIL) (($ (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) NIL)) (-1458 (((-783) (-1 (-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462))) (((-783) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119)))) (((-783) (-52) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-52) (-1119)))) (((-783) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-626 (-548))))) (-3579 (($ (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) NIL)) (-3567 (((-874) $) 41 (-2755 (|has| (-52) (-625 (-874))) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-625 (-874)))))) (-1540 (((-112) $ $) NIL (-2755 (|has| (-52) (-1119)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119))))) (-2847 (($ (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) NIL)) (-2306 (((-112) (-1 (-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (-2755 (|has| (-52) (-102)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-102))))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-1054) (-13 (-1212 (-1195) (-52)) (-10 -7 (-15 -3853 ((-112) (-112))) (-15 -2511 ((-112) (-112))) (-6 -4462)))) (T -1054))
-((-3853 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1054)))) (-2511 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1054)))))
-(-13 (-1212 (-1195) (-52)) (-10 -7 (-15 -3853 ((-112) (-112))) (-15 -2511 ((-112) (-112))) (-6 -4462)))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3119 (((-1154) $) 9)) (-3567 (((-874) $) 15) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1055) (-13 (-1102) (-10 -8 (-15 -3119 ((-1154) $))))) (T -1055))
-((-3119 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1055)))))
-(-13 (-1102) (-10 -8 (-15 -3119 ((-1154) $))))
-((-2857 ((|#2| $) 10)))
-(((-1056 |#1| |#2|) (-10 -8 (-15 -2857 (|#2| |#1|))) (-1057 |#2|) (-1236)) (T -1056))
-NIL
-(-10 -8 (-15 -2857 (|#2| |#1|)))
-((-1570 (((-3 |#1| "failed") $) 9)) (-2857 ((|#1| $) 8)) (-3567 (($ |#1|) 6)))
-(((-1057 |#1|) (-141) (-1236)) (T -1057))
-((-1570 (*1 *2 *1) (|partial| -12 (-4 *1 (-1057 *2)) (-4 *2 (-1236)))) (-2857 (*1 *2 *1) (-12 (-4 *1 (-1057 *2)) (-4 *2 (-1236)))))
-(-13 (-628 |t#1|) (-10 -8 (-15 -1570 ((-3 |t#1| "failed") $)) (-15 -2857 (|t#1| $))))
+((-4022 (((-656 (-390)) (-971 (-576)) (-390)) 28) (((-656 (-390)) (-971 (-419 (-576))) (-390)) 27)) (-4192 (((-656 (-656 (-390))) (-656 (-971 (-576))) (-656 (-1197)) (-390)) 37)))
+(((-1044) (-10 -7 (-15 -4022 ((-656 (-390)) (-971 (-419 (-576))) (-390))) (-15 -4022 ((-656 (-390)) (-971 (-576)) (-390))) (-15 -4192 ((-656 (-656 (-390))) (-656 (-971 (-576))) (-656 (-1197)) (-390))))) (T -1044))
+((-4192 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 (-971 (-576)))) (-5 *4 (-656 (-1197))) (-5 *2 (-656 (-656 (-390)))) (-5 *1 (-1044)) (-5 *5 (-390)))) (-4022 (*1 *2 *3 *4) (-12 (-5 *3 (-971 (-576))) (-5 *2 (-656 (-390))) (-5 *1 (-1044)) (-5 *4 (-390)))) (-4022 (*1 *2 *3 *4) (-12 (-5 *3 (-971 (-419 (-576)))) (-5 *2 (-656 (-390))) (-5 *1 (-1044)) (-5 *4 (-390)))))
+(-10 -7 (-15 -4022 ((-656 (-390)) (-971 (-419 (-576))) (-390))) (-15 -4022 ((-656 (-390)) (-971 (-576)) (-390))) (-15 -4192 ((-656 (-656 (-390))) (-656 (-971 (-576))) (-656 (-1197)) (-390))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 75)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-1463 (($ $) NIL) (($ $ (-940)) NIL) (($ (-419 (-576))) NIL) (($ (-576)) NIL)) (-4064 (((-112) $ $) NIL)) (-4018 (((-576) $) 70)) (-3853 (($) NIL T CONST)) (-2169 (((-3 $ "failed") (-1193 $) (-940) (-876)) NIL) (((-3 $ "failed") (-1193 $) (-940)) 55)) (-2981 (((-3 (-419 (-576)) "failed") $) NIL (|has| (-419 (-576)) (-1059 (-419 (-576))))) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 |#1| "failed") $) 116) (((-3 (-576) "failed") $) NIL (-3795 (|has| (-419 (-576)) (-1059 (-576))) (|has| |#1| (-1059 (-576)))))) (-2318 (((-419 (-576)) $) 17 (|has| (-419 (-576)) (-1059 (-419 (-576))))) (((-419 (-576)) $) 17) ((|#1| $) 117) (((-576) $) NIL (-3795 (|has| (-419 (-576)) (-1059 (-576))) (|has| |#1| (-1059 (-576)))))) (-3992 (($ $ (-876)) 47)) (-1394 (($ $ (-876)) 48)) (-1892 (($ $ $) NIL)) (-1874 (((-419 (-576)) $ $) 21)) (-2413 (((-3 $ "failed") $) 88)) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-2907 (((-112) $) 66)) (-3315 (((-112) $) NIL)) (-4063 (($ $ (-576)) NIL)) (-2569 (((-112) $) 69)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-2411 (((-3 (-1193 $) "failed") $) 83)) (-1619 (((-3 (-876) "failed") $) 82)) (-4350 (((-3 (-1193 $) "failed") $) 80)) (-2743 (((-3 (-1082 $ (-1193 $)) "failed") $) 78)) (-3078 (($ (-656 $)) NIL) (($ $ $) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 89)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ (-656 $)) NIL) (($ $ $) NIL)) (-1452 (((-430 $) $) NIL)) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-4114 (((-876) $) 87) (($ (-576)) NIL) (($ (-419 (-576))) NIL) (($ $) 63) (($ (-419 (-576))) NIL) (($ (-576)) NIL) (($ (-419 (-576))) NIL) (($ |#1|) 119)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-2642 (((-419 (-576)) $ $) 27)) (-1464 (((-656 $) (-1193 $)) 61) (((-656 $) (-1193 (-419 (-576)))) NIL) (((-656 $) (-1193 (-576))) NIL) (((-656 $) (-971 $)) NIL) (((-656 $) (-971 (-419 (-576)))) NIL) (((-656 $) (-971 (-576))) NIL)) (-2765 (($ (-1082 $ (-1193 $)) (-876)) 46)) (-2679 (($ $) 22)) (-4312 (($) 32 T CONST)) (-4322 (($) 39 T CONST)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 76)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 24)) (-4047 (($ $ $) 37)) (-4037 (($ $) 38) (($ $ $) 74)) (-4027 (($ $ $) 112)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL) (($ $ (-419 (-576))) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 98) (($ $ $) 104) (($ (-419 (-576)) $) NIL) (($ $ (-419 (-576))) NIL) (($ (-576) $) 98) (($ $ (-576)) NIL) (($ (-419 (-576)) $) NIL) (($ $ (-419 (-576))) NIL) (($ |#1| $) 102) (($ $ |#1|) NIL)))
+(((-1045 |#1|) (-13 (-1033) (-423 |#1|) (-38 |#1|) (-10 -8 (-15 -2765 ($ (-1082 $ (-1193 $)) (-876))) (-15 -2743 ((-3 (-1082 $ (-1193 $)) "failed") $)) (-15 -1874 ((-419 (-576)) $ $)))) (-13 (-860) (-374) (-1043))) (T -1045))
+((-2765 (*1 *1 *2 *3) (-12 (-5 *2 (-1082 (-1045 *4) (-1193 (-1045 *4)))) (-5 *3 (-876)) (-5 *1 (-1045 *4)) (-4 *4 (-13 (-860) (-374) (-1043))))) (-2743 (*1 *2 *1) (|partial| -12 (-5 *2 (-1082 (-1045 *3) (-1193 (-1045 *3)))) (-5 *1 (-1045 *3)) (-4 *3 (-13 (-860) (-374) (-1043))))) (-1874 (*1 *2 *1 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-1045 *3)) (-4 *3 (-13 (-860) (-374) (-1043))))))
+(-13 (-1033) (-423 |#1|) (-38 |#1|) (-10 -8 (-15 -2765 ($ (-1082 $ (-1193 $)) (-876))) (-15 -2743 ((-3 (-1082 $ (-1193 $)) "failed") $)) (-15 -1874 ((-419 (-576)) $ $))))
+((-3370 (((-2 (|:| -3379 |#2|) (|:| -3961 (-656 |#1|))) |#2| (-656 |#1|)) 32) ((|#2| |#2| |#1|) 27)))
+(((-1046 |#1| |#2|) (-10 -7 (-15 -3370 (|#2| |#2| |#1|)) (-15 -3370 ((-2 (|:| -3379 |#2|) (|:| -3961 (-656 |#1|))) |#2| (-656 |#1|)))) (-374) (-668 |#1|)) (T -1046))
+((-3370 (*1 *2 *3 *4) (-12 (-4 *5 (-374)) (-5 *2 (-2 (|:| -3379 *3) (|:| -3961 (-656 *5)))) (-5 *1 (-1046 *5 *3)) (-5 *4 (-656 *5)) (-4 *3 (-668 *5)))) (-3370 (*1 *2 *2 *3) (-12 (-4 *3 (-374)) (-5 *1 (-1046 *3 *2)) (-4 *2 (-668 *3)))))
+(-10 -7 (-15 -3370 (|#2| |#2| |#1|)) (-15 -3370 ((-2 (|:| -3379 |#2|) (|:| -3961 (-656 |#1|))) |#2| (-656 |#1|))))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-4323 ((|#1| $ |#1|) 14)) (-4268 ((|#1| $ |#1|) 12)) (-3291 (($ |#1|) 10)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-4369 ((|#1| $) 11)) (-3400 ((|#1| $) 13)) (-4114 (((-876) $) 21 (|has| |#1| (-1121)))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-3939 (((-112) $ $) 9)))
+(((-1047 |#1|) (-13 (-1238) (-10 -8 (-15 -3291 ($ |#1|)) (-15 -4369 (|#1| $)) (-15 -4268 (|#1| $ |#1|)) (-15 -3400 (|#1| $)) (-15 -4323 (|#1| $ |#1|)) (-15 -3939 ((-112) $ $)) (IF (|has| |#1| (-1121)) (-6 (-1121)) |%noBranch|))) (-1238)) (T -1047))
+((-3291 (*1 *1 *2) (-12 (-5 *1 (-1047 *2)) (-4 *2 (-1238)))) (-4369 (*1 *2 *1) (-12 (-5 *1 (-1047 *2)) (-4 *2 (-1238)))) (-4268 (*1 *2 *1 *2) (-12 (-5 *1 (-1047 *2)) (-4 *2 (-1238)))) (-3400 (*1 *2 *1) (-12 (-5 *1 (-1047 *2)) (-4 *2 (-1238)))) (-4323 (*1 *2 *1 *2) (-12 (-5 *1 (-1047 *2)) (-4 *2 (-1238)))) (-3939 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1047 *3)) (-4 *3 (-1238)))))
+(-13 (-1238) (-10 -8 (-15 -3291 ($ |#1|)) (-15 -4369 (|#1| $)) (-15 -4268 (|#1| $ |#1|)) (-15 -3400 (|#1| $)) (-15 -4323 (|#1| $ |#1|)) (-15 -3939 ((-112) $ $)) (IF (|has| |#1| (-1121)) (-6 (-1121)) |%noBranch|)))
+((-1955 (((-112) $ $) NIL)) (-4130 (((-656 (-2 (|:| -1594 $) (|:| -3823 (-656 |#4|)))) (-656 |#4|)) NIL)) (-3769 (((-656 $) (-656 |#4|)) 118) (((-656 $) (-656 |#4|) (-112)) 119) (((-656 $) (-656 |#4|) (-112) (-112)) 117) (((-656 $) (-656 |#4|) (-112) (-112) (-112) (-112)) 120)) (-1583 (((-656 |#3|) $) NIL)) (-1734 (((-112) $) NIL)) (-2306 (((-112) $) NIL (|has| |#1| (-568)))) (-2936 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4375 ((|#4| |#4| $) NIL)) (-4068 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 $))) |#4| $) 112)) (-2380 (((-2 (|:| |under| $) (|:| -4110 $) (|:| |upper| $)) $ |#3|) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-3604 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464))) (((-3 |#4| "failed") $ |#3|) 66)) (-3853 (($) NIL T CONST)) (-4317 (((-112) $) 29 (|has| |#1| (-568)))) (-1331 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3465 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3304 (((-112) $) NIL (|has| |#1| (-568)))) (-4336 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1405 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-1426 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-2981 (((-3 $ "failed") (-656 |#4|)) NIL)) (-2318 (($ (-656 |#4|)) NIL)) (-1762 (((-3 $ "failed") $) 45)) (-3494 ((|#4| |#4| $) 69)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121))))) (-2824 (($ |#4| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-1380 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 85 (|has| |#1| (-568)))) (-2094 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-2062 ((|#4| |#4| $) NIL)) (-2722 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4464))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4464))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2752 (((-2 (|:| -1594 (-656 |#4|)) (|:| -3823 (-656 |#4|))) $) NIL)) (-1384 (((-112) |#4| $) NIL)) (-3217 (((-112) |#4| $) NIL)) (-1868 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1386 (((-2 (|:| |val| (-656 |#4|)) (|:| |towers| (-656 $))) (-656 |#4|) (-112) (-112)) 133)) (-3722 (((-656 |#4|) $) 18 (|has| $ (-6 -4464)))) (-3925 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2777 ((|#3| $) 38)) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 |#4|) $) 19 (|has| $ (-6 -4464)))) (-4029 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121))))) (-1896 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#4| |#4|) $) 23)) (-3044 (((-656 |#3|) $) NIL)) (-3436 (((-112) |#3| $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL)) (-4364 (((-3 |#4| (-656 $)) |#4| |#4| $) NIL)) (-3172 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 $))) |#4| |#4| $) 110)) (-2850 (((-3 |#4| "failed") $) 42)) (-1576 (((-656 $) |#4| $) 93)) (-3446 (((-3 (-112) (-656 $)) |#4| $) NIL)) (-3292 (((-656 (-2 (|:| |val| (-112)) (|:| -4442 $))) |#4| $) 103) (((-112) |#4| $) 64)) (-2157 (((-656 $) |#4| $) 115) (((-656 $) (-656 |#4|) $) NIL) (((-656 $) (-656 |#4|) (-656 $)) 116) (((-656 $) |#4| (-656 $)) NIL)) (-2487 (((-656 $) (-656 |#4|) (-112) (-112) (-112)) 128)) (-2801 (($ |#4| $) 82) (($ (-656 |#4|) $) 83) (((-656 $) |#4| $ (-112) (-112) (-112) (-112) (-112)) 79)) (-1932 (((-656 |#4|) $) NIL)) (-3811 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3758 ((|#4| |#4| $) NIL)) (-3901 (((-112) $ $) NIL)) (-1647 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-568)))) (-1989 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2614 ((|#4| |#4| $) NIL)) (-3117 (((-1141) $) NIL)) (-1753 (((-3 |#4| "failed") $) 40)) (-2922 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-4194 (((-3 $ "failed") $ |#4|) 59)) (-3168 (($ $ |#4|) NIL) (((-656 $) |#4| $) 95) (((-656 $) |#4| (-656 $)) NIL) (((-656 $) (-656 |#4|) $) NIL) (((-656 $) (-656 |#4|) (-656 $)) 89)) (-3484 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 |#4|) (-656 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-304 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-656 (-304 |#4|))) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) 17)) (-3029 (($) 14)) (-2786 (((-783) $) NIL)) (-3131 (((-783) |#4| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121)))) (((-783) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) 13)) (-1554 (((-548) $) NIL (|has| |#4| (-626 (-548))))) (-4125 (($ (-656 |#4|)) 22)) (-4154 (($ $ |#3|) 52)) (-3200 (($ $ |#3|) 54)) (-2763 (($ $) NIL)) (-4039 (($ $ |#3|) NIL)) (-4114 (((-876) $) 35) (((-656 |#4|) $) 46)) (-2825 (((-783) $) NIL (|has| |#3| (-379)))) (-3000 (((-112) $ $) NIL)) (-1976 (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1778 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) NIL)) (-3852 (((-656 $) |#4| $) 92) (((-656 $) |#4| (-656 $)) NIL) (((-656 $) (-656 |#4|) $) NIL) (((-656 $) (-656 |#4|) (-656 $)) NIL)) (-1746 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-3783 (((-656 |#3|) $) NIL)) (-3895 (((-112) |#4| $) NIL)) (-1649 (((-112) |#3| $) 65)) (-3939 (((-112) $ $) NIL)) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-1048 |#1| |#2| |#3| |#4|) (-13 (-1092 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2801 ((-656 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -3769 ((-656 $) (-656 |#4|) (-112) (-112))) (-15 -3769 ((-656 $) (-656 |#4|) (-112) (-112) (-112) (-112))) (-15 -2487 ((-656 $) (-656 |#4|) (-112) (-112) (-112))) (-15 -1386 ((-2 (|:| |val| (-656 |#4|)) (|:| |towers| (-656 $))) (-656 |#4|) (-112) (-112))))) (-464) (-805) (-862) (-1086 |#1| |#2| |#3|)) (T -1048))
+((-2801 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 (-1048 *5 *6 *7 *3))) (-5 *1 (-1048 *5 *6 *7 *3)) (-4 *3 (-1086 *5 *6 *7)))) (-3769 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 (-1048 *5 *6 *7 *8))) (-5 *1 (-1048 *5 *6 *7 *8)))) (-3769 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 (-1048 *5 *6 *7 *8))) (-5 *1 (-1048 *5 *6 *7 *8)))) (-2487 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 (-1048 *5 *6 *7 *8))) (-5 *1 (-1048 *5 *6 *7 *8)))) (-1386 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1086 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-656 *8)) (|:| |towers| (-656 (-1048 *5 *6 *7 *8))))) (-5 *1 (-1048 *5 *6 *7 *8)) (-5 *3 (-656 *8)))))
+(-13 (-1092 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2801 ((-656 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -3769 ((-656 $) (-656 |#4|) (-112) (-112))) (-15 -3769 ((-656 $) (-656 |#4|) (-112) (-112) (-112) (-112))) (-15 -2487 ((-656 $) (-656 |#4|) (-112) (-112) (-112))) (-15 -1386 ((-2 (|:| |val| (-656 |#4|)) (|:| |towers| (-656 $))) (-656 |#4|) (-112) (-112)))))
+((-1662 (((-656 (-701 |#1|)) (-656 (-701 |#1|))) 70) (((-701 |#1|) (-701 |#1|)) 69) (((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-656 (-701 |#1|))) 68) (((-701 |#1|) (-701 |#1|) (-701 |#1|)) 65)) (-2810 (((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-940)) 63) (((-701 |#1|) (-701 |#1|) (-940)) 62)) (-2005 (((-656 (-701 (-576))) (-656 (-656 (-576)))) 81) (((-656 (-701 (-576))) (-656 (-924 (-576))) (-576)) 80) (((-701 (-576)) (-656 (-576))) 77) (((-701 (-576)) (-924 (-576)) (-576)) 75)) (-2027 (((-701 (-971 |#1|)) (-783)) 95)) (-3509 (((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-940)) 49 (|has| |#1| (-6 (-4466 "*")))) (((-701 |#1|) (-701 |#1|) (-940)) 47 (|has| |#1| (-6 (-4466 "*"))))))
+(((-1049 |#1|) (-10 -7 (IF (|has| |#1| (-6 (-4466 "*"))) (-15 -3509 ((-701 |#1|) (-701 |#1|) (-940))) |%noBranch|) (IF (|has| |#1| (-6 (-4466 "*"))) (-15 -3509 ((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-940))) |%noBranch|) (-15 -2027 ((-701 (-971 |#1|)) (-783))) (-15 -2810 ((-701 |#1|) (-701 |#1|) (-940))) (-15 -2810 ((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-940))) (-15 -1662 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -1662 ((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-656 (-701 |#1|)))) (-15 -1662 ((-701 |#1|) (-701 |#1|))) (-15 -1662 ((-656 (-701 |#1|)) (-656 (-701 |#1|)))) (-15 -2005 ((-701 (-576)) (-924 (-576)) (-576))) (-15 -2005 ((-701 (-576)) (-656 (-576)))) (-15 -2005 ((-656 (-701 (-576))) (-656 (-924 (-576))) (-576))) (-15 -2005 ((-656 (-701 (-576))) (-656 (-656 (-576)))))) (-1070)) (T -1049))
+((-2005 (*1 *2 *3) (-12 (-5 *3 (-656 (-656 (-576)))) (-5 *2 (-656 (-701 (-576)))) (-5 *1 (-1049 *4)) (-4 *4 (-1070)))) (-2005 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-924 (-576)))) (-5 *4 (-576)) (-5 *2 (-656 (-701 *4))) (-5 *1 (-1049 *5)) (-4 *5 (-1070)))) (-2005 (*1 *2 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-701 (-576))) (-5 *1 (-1049 *4)) (-4 *4 (-1070)))) (-2005 (*1 *2 *3 *4) (-12 (-5 *3 (-924 (-576))) (-5 *4 (-576)) (-5 *2 (-701 *4)) (-5 *1 (-1049 *5)) (-4 *5 (-1070)))) (-1662 (*1 *2 *2) (-12 (-5 *2 (-656 (-701 *3))) (-4 *3 (-1070)) (-5 *1 (-1049 *3)))) (-1662 (*1 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-1049 *3)))) (-1662 (*1 *2 *2 *2) (-12 (-5 *2 (-656 (-701 *3))) (-4 *3 (-1070)) (-5 *1 (-1049 *3)))) (-1662 (*1 *2 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-1049 *3)))) (-2810 (*1 *2 *2 *3) (-12 (-5 *2 (-656 (-701 *4))) (-5 *3 (-940)) (-4 *4 (-1070)) (-5 *1 (-1049 *4)))) (-2810 (*1 *2 *2 *3) (-12 (-5 *2 (-701 *4)) (-5 *3 (-940)) (-4 *4 (-1070)) (-5 *1 (-1049 *4)))) (-2027 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-701 (-971 *4))) (-5 *1 (-1049 *4)) (-4 *4 (-1070)))) (-3509 (*1 *2 *2 *3) (-12 (-5 *2 (-656 (-701 *4))) (-5 *3 (-940)) (|has| *4 (-6 (-4466 "*"))) (-4 *4 (-1070)) (-5 *1 (-1049 *4)))) (-3509 (*1 *2 *2 *3) (-12 (-5 *2 (-701 *4)) (-5 *3 (-940)) (|has| *4 (-6 (-4466 "*"))) (-4 *4 (-1070)) (-5 *1 (-1049 *4)))))
+(-10 -7 (IF (|has| |#1| (-6 (-4466 "*"))) (-15 -3509 ((-701 |#1|) (-701 |#1|) (-940))) |%noBranch|) (IF (|has| |#1| (-6 (-4466 "*"))) (-15 -3509 ((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-940))) |%noBranch|) (-15 -2027 ((-701 (-971 |#1|)) (-783))) (-15 -2810 ((-701 |#1|) (-701 |#1|) (-940))) (-15 -2810 ((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-940))) (-15 -1662 ((-701 |#1|) (-701 |#1|) (-701 |#1|))) (-15 -1662 ((-656 (-701 |#1|)) (-656 (-701 |#1|)) (-656 (-701 |#1|)))) (-15 -1662 ((-701 |#1|) (-701 |#1|))) (-15 -1662 ((-656 (-701 |#1|)) (-656 (-701 |#1|)))) (-15 -2005 ((-701 (-576)) (-924 (-576)) (-576))) (-15 -2005 ((-701 (-576)) (-656 (-576)))) (-15 -2005 ((-656 (-701 (-576))) (-656 (-924 (-576))) (-576))) (-15 -2005 ((-656 (-701 (-576))) (-656 (-656 (-576))))))
+((-2332 (((-701 |#1|) (-656 (-701 |#1|)) (-1288 |#1|)) 70 (|has| |#1| (-317)))) (-3102 (((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-1288 (-1288 |#1|))) 110 (|has| |#1| (-374))) (((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-1288 |#1|)) 117 (|has| |#1| (-374)))) (-3338 (((-1288 |#1|) (-656 (-1288 |#1|)) (-576)) 135 (-12 (|has| |#1| (-374)) (|has| |#1| (-379))))) (-2547 (((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-940)) 123 (-12 (|has| |#1| (-374)) (|has| |#1| (-379)))) (((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-112)) 122 (-12 (|has| |#1| (-374)) (|has| |#1| (-379)))) (((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|))) 121 (-12 (|has| |#1| (-374)) (|has| |#1| (-379)))) (((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-112) (-576) (-576)) 120 (-12 (|has| |#1| (-374)) (|has| |#1| (-379))))) (-3568 (((-112) (-656 (-701 |#1|))) 103 (|has| |#1| (-374))) (((-112) (-656 (-701 |#1|)) (-576)) 106 (|has| |#1| (-374)))) (-1540 (((-1288 (-1288 |#1|)) (-656 (-701 |#1|)) (-1288 |#1|)) 67 (|has| |#1| (-317)))) (-3397 (((-701 |#1|) (-656 (-701 |#1|)) (-701 |#1|)) 47)) (-1424 (((-701 |#1|) (-1288 (-1288 |#1|))) 40)) (-1707 (((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|)) (-576)) 94 (|has| |#1| (-374))) (((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|))) 93 (|has| |#1| (-374))) (((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|)) (-112) (-576)) 101 (|has| |#1| (-374)))))
+(((-1050 |#1|) (-10 -7 (-15 -1424 ((-701 |#1|) (-1288 (-1288 |#1|)))) (-15 -3397 ((-701 |#1|) (-656 (-701 |#1|)) (-701 |#1|))) (IF (|has| |#1| (-317)) (PROGN (-15 -1540 ((-1288 (-1288 |#1|)) (-656 (-701 |#1|)) (-1288 |#1|))) (-15 -2332 ((-701 |#1|) (-656 (-701 |#1|)) (-1288 |#1|)))) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-15 -1707 ((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|)) (-112) (-576))) (-15 -1707 ((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|)))) (-15 -1707 ((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|)) (-576))) (-15 -3568 ((-112) (-656 (-701 |#1|)) (-576))) (-15 -3568 ((-112) (-656 (-701 |#1|)))) (-15 -3102 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-1288 |#1|))) (-15 -3102 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-1288 (-1288 |#1|))))) |%noBranch|) (IF (|has| |#1| (-379)) (IF (|has| |#1| (-374)) (PROGN (-15 -2547 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-112) (-576) (-576))) (-15 -2547 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)))) (-15 -2547 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-112))) (-15 -2547 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-940))) (-15 -3338 ((-1288 |#1|) (-656 (-1288 |#1|)) (-576)))) |%noBranch|) |%noBranch|)) (-1070)) (T -1050))
+((-3338 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-1288 *5))) (-5 *4 (-576)) (-5 *2 (-1288 *5)) (-5 *1 (-1050 *5)) (-4 *5 (-374)) (-4 *5 (-379)) (-4 *5 (-1070)))) (-2547 (*1 *2 *3 *4) (-12 (-5 *4 (-940)) (-4 *5 (-374)) (-4 *5 (-379)) (-4 *5 (-1070)) (-5 *2 (-656 (-656 (-701 *5)))) (-5 *1 (-1050 *5)) (-5 *3 (-656 (-701 *5))))) (-2547 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-374)) (-4 *5 (-379)) (-4 *5 (-1070)) (-5 *2 (-656 (-656 (-701 *5)))) (-5 *1 (-1050 *5)) (-5 *3 (-656 (-701 *5))))) (-2547 (*1 *2 *3) (-12 (-4 *4 (-374)) (-4 *4 (-379)) (-4 *4 (-1070)) (-5 *2 (-656 (-656 (-701 *4)))) (-5 *1 (-1050 *4)) (-5 *3 (-656 (-701 *4))))) (-2547 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-112)) (-5 *5 (-576)) (-4 *6 (-374)) (-4 *6 (-379)) (-4 *6 (-1070)) (-5 *2 (-656 (-656 (-701 *6)))) (-5 *1 (-1050 *6)) (-5 *3 (-656 (-701 *6))))) (-3102 (*1 *2 *3 *4) (-12 (-5 *4 (-1288 (-1288 *5))) (-4 *5 (-374)) (-4 *5 (-1070)) (-5 *2 (-656 (-656 (-701 *5)))) (-5 *1 (-1050 *5)) (-5 *3 (-656 (-701 *5))))) (-3102 (*1 *2 *3 *4) (-12 (-5 *4 (-1288 *5)) (-4 *5 (-374)) (-4 *5 (-1070)) (-5 *2 (-656 (-656 (-701 *5)))) (-5 *1 (-1050 *5)) (-5 *3 (-656 (-701 *5))))) (-3568 (*1 *2 *3) (-12 (-5 *3 (-656 (-701 *4))) (-4 *4 (-374)) (-4 *4 (-1070)) (-5 *2 (-112)) (-5 *1 (-1050 *4)))) (-3568 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-701 *5))) (-5 *4 (-576)) (-4 *5 (-374)) (-4 *5 (-1070)) (-5 *2 (-112)) (-5 *1 (-1050 *5)))) (-1707 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-656 (-701 *5))) (-5 *4 (-576)) (-5 *2 (-701 *5)) (-5 *1 (-1050 *5)) (-4 *5 (-374)) (-4 *5 (-1070)))) (-1707 (*1 *2 *3 *3) (-12 (-5 *3 (-656 (-701 *4))) (-5 *2 (-701 *4)) (-5 *1 (-1050 *4)) (-4 *4 (-374)) (-4 *4 (-1070)))) (-1707 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-656 (-701 *6))) (-5 *4 (-112)) (-5 *5 (-576)) (-5 *2 (-701 *6)) (-5 *1 (-1050 *6)) (-4 *6 (-374)) (-4 *6 (-1070)))) (-2332 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-701 *5))) (-5 *4 (-1288 *5)) (-4 *5 (-317)) (-4 *5 (-1070)) (-5 *2 (-701 *5)) (-5 *1 (-1050 *5)))) (-1540 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-701 *5))) (-4 *5 (-317)) (-4 *5 (-1070)) (-5 *2 (-1288 (-1288 *5))) (-5 *1 (-1050 *5)) (-5 *4 (-1288 *5)))) (-3397 (*1 *2 *3 *2) (-12 (-5 *3 (-656 (-701 *4))) (-5 *2 (-701 *4)) (-4 *4 (-1070)) (-5 *1 (-1050 *4)))) (-1424 (*1 *2 *3) (-12 (-5 *3 (-1288 (-1288 *4))) (-4 *4 (-1070)) (-5 *2 (-701 *4)) (-5 *1 (-1050 *4)))))
+(-10 -7 (-15 -1424 ((-701 |#1|) (-1288 (-1288 |#1|)))) (-15 -3397 ((-701 |#1|) (-656 (-701 |#1|)) (-701 |#1|))) (IF (|has| |#1| (-317)) (PROGN (-15 -1540 ((-1288 (-1288 |#1|)) (-656 (-701 |#1|)) (-1288 |#1|))) (-15 -2332 ((-701 |#1|) (-656 (-701 |#1|)) (-1288 |#1|)))) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-15 -1707 ((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|)) (-112) (-576))) (-15 -1707 ((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|)))) (-15 -1707 ((-701 |#1|) (-656 (-701 |#1|)) (-656 (-701 |#1|)) (-576))) (-15 -3568 ((-112) (-656 (-701 |#1|)) (-576))) (-15 -3568 ((-112) (-656 (-701 |#1|)))) (-15 -3102 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-1288 |#1|))) (-15 -3102 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-1288 (-1288 |#1|))))) |%noBranch|) (IF (|has| |#1| (-379)) (IF (|has| |#1| (-374)) (PROGN (-15 -2547 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-112) (-576) (-576))) (-15 -2547 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)))) (-15 -2547 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-112))) (-15 -2547 ((-656 (-656 (-701 |#1|))) (-656 (-701 |#1|)) (-940))) (-15 -3338 ((-1288 |#1|) (-656 (-1288 |#1|)) (-576)))) |%noBranch|) |%noBranch|))
+((-2245 ((|#1| (-940) |#1|) 18)))
+(((-1051 |#1|) (-10 -7 (-15 -2245 (|#1| (-940) |#1|))) (-13 (-1121) (-10 -8 (-15 -4027 ($ $ $))))) (T -1051))
+((-2245 (*1 *2 *3 *2) (-12 (-5 *3 (-940)) (-5 *1 (-1051 *2)) (-4 *2 (-13 (-1121) (-10 -8 (-15 -4027 ($ $ $))))))))
+(-10 -7 (-15 -2245 (|#1| (-940) |#1|)))
+((-4234 (((-656 (-2 (|:| |radval| (-326 (-576))) (|:| |radmult| (-576)) (|:| |radvect| (-656 (-701 (-326 (-576))))))) (-701 (-419 (-971 (-576))))) 67)) (-3264 (((-656 (-701 (-326 (-576)))) (-326 (-576)) (-701 (-419 (-971 (-576))))) 52)) (-4342 (((-656 (-326 (-576))) (-701 (-419 (-971 (-576))))) 45)) (-1981 (((-656 (-701 (-326 (-576)))) (-701 (-419 (-971 (-576))))) 85)) (-3114 (((-701 (-326 (-576))) (-701 (-326 (-576)))) 38)) (-4304 (((-656 (-701 (-326 (-576)))) (-656 (-701 (-326 (-576))))) 74)) (-2357 (((-3 (-701 (-326 (-576))) "failed") (-701 (-419 (-971 (-576))))) 82)))
+(((-1052) (-10 -7 (-15 -4234 ((-656 (-2 (|:| |radval| (-326 (-576))) (|:| |radmult| (-576)) (|:| |radvect| (-656 (-701 (-326 (-576))))))) (-701 (-419 (-971 (-576)))))) (-15 -3264 ((-656 (-701 (-326 (-576)))) (-326 (-576)) (-701 (-419 (-971 (-576)))))) (-15 -4342 ((-656 (-326 (-576))) (-701 (-419 (-971 (-576)))))) (-15 -2357 ((-3 (-701 (-326 (-576))) "failed") (-701 (-419 (-971 (-576)))))) (-15 -3114 ((-701 (-326 (-576))) (-701 (-326 (-576))))) (-15 -4304 ((-656 (-701 (-326 (-576)))) (-656 (-701 (-326 (-576)))))) (-15 -1981 ((-656 (-701 (-326 (-576)))) (-701 (-419 (-971 (-576)))))))) (T -1052))
+((-1981 (*1 *2 *3) (-12 (-5 *3 (-701 (-419 (-971 (-576))))) (-5 *2 (-656 (-701 (-326 (-576))))) (-5 *1 (-1052)))) (-4304 (*1 *2 *2) (-12 (-5 *2 (-656 (-701 (-326 (-576))))) (-5 *1 (-1052)))) (-3114 (*1 *2 *2) (-12 (-5 *2 (-701 (-326 (-576)))) (-5 *1 (-1052)))) (-2357 (*1 *2 *3) (|partial| -12 (-5 *3 (-701 (-419 (-971 (-576))))) (-5 *2 (-701 (-326 (-576)))) (-5 *1 (-1052)))) (-4342 (*1 *2 *3) (-12 (-5 *3 (-701 (-419 (-971 (-576))))) (-5 *2 (-656 (-326 (-576)))) (-5 *1 (-1052)))) (-3264 (*1 *2 *3 *4) (-12 (-5 *4 (-701 (-419 (-971 (-576))))) (-5 *2 (-656 (-701 (-326 (-576))))) (-5 *1 (-1052)) (-5 *3 (-326 (-576))))) (-4234 (*1 *2 *3) (-12 (-5 *3 (-701 (-419 (-971 (-576))))) (-5 *2 (-656 (-2 (|:| |radval| (-326 (-576))) (|:| |radmult| (-576)) (|:| |radvect| (-656 (-701 (-326 (-576)))))))) (-5 *1 (-1052)))))
+(-10 -7 (-15 -4234 ((-656 (-2 (|:| |radval| (-326 (-576))) (|:| |radmult| (-576)) (|:| |radvect| (-656 (-701 (-326 (-576))))))) (-701 (-419 (-971 (-576)))))) (-15 -3264 ((-656 (-701 (-326 (-576)))) (-326 (-576)) (-701 (-419 (-971 (-576)))))) (-15 -4342 ((-656 (-326 (-576))) (-701 (-419 (-971 (-576)))))) (-15 -2357 ((-3 (-701 (-326 (-576))) "failed") (-701 (-419 (-971 (-576)))))) (-15 -3114 ((-701 (-326 (-576))) (-701 (-326 (-576))))) (-15 -4304 ((-656 (-701 (-326 (-576)))) (-656 (-701 (-326 (-576)))))) (-15 -1981 ((-656 (-701 (-326 (-576)))) (-701 (-419 (-971 (-576)))))))
+((-1355 ((|#1| |#1| (-940)) 18)))
+(((-1053 |#1|) (-10 -7 (-15 -1355 (|#1| |#1| (-940)))) (-13 (-1121) (-10 -8 (-15 * ($ $ $))))) (T -1053))
+((-1355 (*1 *2 *2 *3) (-12 (-5 *3 (-940)) (-5 *1 (-1053 *2)) (-4 *2 (-13 (-1121) (-10 -8 (-15 * ($ $ $))))))))
+(-10 -7 (-15 -1355 (|#1| |#1| (-940))))
+((-4114 ((|#1| (-322)) 11) (((-1293) |#1|) 9)))
+(((-1054 |#1|) (-10 -7 (-15 -4114 ((-1293) |#1|)) (-15 -4114 (|#1| (-322)))) (-1238)) (T -1054))
+((-4114 (*1 *2 *3) (-12 (-5 *3 (-322)) (-5 *1 (-1054 *2)) (-4 *2 (-1238)))) (-4114 (*1 *2 *3) (-12 (-5 *2 (-1293)) (-5 *1 (-1054 *3)) (-4 *3 (-1238)))))
+(-10 -7 (-15 -4114 ((-1293) |#1|)) (-15 -4114 (|#1| (-322))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2722 (($ |#4|) 25)) (-2413 (((-3 $ "failed") $) NIL)) (-3315 (((-112) $) NIL)) (-2709 ((|#4| $) 27)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 46) (($ (-576)) NIL) (($ |#1|) NIL) (($ |#4|) 26)) (-2864 (((-783)) 43 T CONST)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 21 T CONST)) (-4322 (($) 23 T CONST)) (-3939 (((-112) $ $) 40)) (-4037 (($ $) 31) (($ $ $) NIL)) (-4027 (($ $ $) 29)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 36) (($ $ $) 33) (($ |#1| $) 38) (($ $ |#1|) NIL)))
+(((-1055 |#1| |#2| |#3| |#4| |#5|) (-13 (-174) (-38 |#1|) (-10 -8 (-15 -2722 ($ |#4|)) (-15 -4114 ($ |#4|)) (-15 -2709 (|#4| $)))) (-374) (-805) (-862) (-968 |#1| |#2| |#3|) (-656 |#4|)) (T -1055))
+((-2722 (*1 *1 *2) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-1055 *3 *4 *5 *2 *6)) (-4 *2 (-968 *3 *4 *5)) (-14 *6 (-656 *2)))) (-4114 (*1 *1 *2) (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-1055 *3 *4 *5 *2 *6)) (-4 *2 (-968 *3 *4 *5)) (-14 *6 (-656 *2)))) (-2709 (*1 *2 *1) (-12 (-4 *2 (-968 *3 *4 *5)) (-5 *1 (-1055 *3 *4 *5 *2 *6)) (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-14 *6 (-656 *2)))))
+(-13 (-174) (-38 |#1|) (-10 -8 (-15 -2722 ($ |#4|)) (-15 -4114 ($ |#4|)) (-15 -2709 (|#4| $))))
+((-1955 (((-112) $ $) NIL (-3795 (|has| (-52) (-102)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-102))))) (-1975 (($) NIL) (($ (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) NIL)) (-1758 (((-1293) $ (-1197) (-1197)) NIL (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) NIL)) (-3955 (((-112) (-112)) 43)) (-3268 (((-112) (-112)) 42)) (-4268 (((-52) $ (-1197) (-52)) NIL)) (-2250 (($ (-1 (-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464)))) (-2049 (((-3 (-52) "failed") (-1197) $) NIL)) (-3853 (($) NIL T CONST)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121))))) (-1678 (($ (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) $) NIL (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464))) (((-3 (-52) "failed") (-1197) $) NIL)) (-2824 (($ (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121)))) (($ (-1 (-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464)))) (-2722 (((-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $ (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121)))) (((-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $ (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) NIL (|has| $ (-6 -4464))) (((-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464)))) (-1908 (((-52) $ (-1197) (-52)) NIL (|has| $ (-6 -4465)))) (-3721 (((-52) $ (-1197)) NIL)) (-3722 (((-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464))) (((-656 (-52)) $) NIL (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-1197) $) NIL (|has| (-1197) (-862)))) (-4302 (((-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464))) (((-656 (-52)) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-52) (-1121))))) (-2316 (((-1197) $) NIL (|has| (-1197) (-862)))) (-1896 (($ (-1 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4465))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (-3795 (|has| (-52) (-1121)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121))))) (-2353 (((-656 (-1197)) $) 37)) (-3367 (((-112) (-1197) $) NIL)) (-4306 (((-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) $) NIL)) (-3846 (($ (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) $) NIL)) (-4402 (((-656 (-1197)) $) NIL)) (-1505 (((-112) (-1197) $) NIL)) (-3117 (((-1141) $) NIL (-3795 (|has| (-52) (-1121)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121))))) (-1753 (((-52) $) NIL (|has| (-1197) (-862)))) (-2922 (((-3 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) "failed") (-1 (-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL)) (-3140 (($ $ (-52)) NIL (|has| $ (-6 -4465)))) (-1470 (((-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) $) NIL)) (-3484 (((-112) (-1 (-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))))) NIL (-12 (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121)))) (($ $ (-304 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) NIL (-12 (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121)))) (($ $ (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) NIL (-12 (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121)))) (($ $ (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) NIL (-12 (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121)))) (($ $ (-656 (-52)) (-656 (-52))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1121)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1121)))) (($ $ (-304 (-52))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1121)))) (($ $ (-656 (-304 (-52)))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-52) (-1121))))) (-3700 (((-656 (-52)) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 (((-52) $ (-1197)) 39) (((-52) $ (-1197) (-52)) NIL)) (-1455 (($) NIL) (($ (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) NIL)) (-3131 (((-783) (-1 (-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464))) (((-783) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121)))) (((-783) (-52) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-52) (-1121)))) (((-783) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-626 (-548))))) (-4125 (($ (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) NIL)) (-4114 (((-876) $) 41 (-3795 (|has| (-52) (-625 (-876))) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-625 (-876)))))) (-3000 (((-112) $ $) NIL (-3795 (|has| (-52) (-1121)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121))))) (-3356 (($ (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) NIL)) (-1746 (((-112) (-1 (-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (-3795 (|has| (-52) (-102)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-102))))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-1056) (-13 (-1214 (-1197) (-52)) (-10 -7 (-15 -3955 ((-112) (-112))) (-15 -3268 ((-112) (-112))) (-6 -4464)))) (T -1056))
+((-3955 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1056)))) (-3268 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1056)))))
+(-13 (-1214 (-1197) (-52)) (-10 -7 (-15 -3955 ((-112) (-112))) (-15 -3268 ((-112) (-112))) (-6 -4464)))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2230 (((-1156) $) 9)) (-4114 (((-876) $) 15) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1057) (-13 (-1104) (-10 -8 (-15 -2230 ((-1156) $))))) (T -1057))
+((-2230 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1057)))))
+(-13 (-1104) (-10 -8 (-15 -2230 ((-1156) $))))
+((-2318 ((|#2| $) 10)))
+(((-1058 |#1| |#2|) (-10 -8 (-15 -2318 (|#2| |#1|))) (-1059 |#2|) (-1238)) (T -1058))
+NIL
+(-10 -8 (-15 -2318 (|#2| |#1|)))
+((-2981 (((-3 |#1| "failed") $) 9)) (-2318 ((|#1| $) 8)) (-4114 (($ |#1|) 6)))
+(((-1059 |#1|) (-141) (-1238)) (T -1059))
+((-2981 (*1 *2 *1) (|partial| -12 (-4 *1 (-1059 *2)) (-4 *2 (-1238)))) (-2318 (*1 *2 *1) (-12 (-4 *1 (-1059 *2)) (-4 *2 (-1238)))))
+(-13 (-628 |t#1|) (-10 -8 (-15 -2981 ((-3 |t#1| "failed") $)) (-15 -2318 (|t#1| $))))
(((-628 |#1|) . T))
-((-4430 (((-656 (-656 (-304 (-419 (-969 |#2|))))) (-656 (-969 |#2|)) (-656 (-1195))) 38)))
-(((-1058 |#1| |#2|) (-10 -7 (-15 -4430 ((-656 (-656 (-304 (-419 (-969 |#2|))))) (-656 (-969 |#2|)) (-656 (-1195))))) (-568) (-13 (-568) (-1057 |#1|))) (T -1058))
-((-4430 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-969 *6))) (-5 *4 (-656 (-1195))) (-4 *6 (-13 (-568) (-1057 *5))) (-4 *5 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-969 *6)))))) (-5 *1 (-1058 *5 *6)))))
-(-10 -7 (-15 -4430 ((-656 (-656 (-304 (-419 (-969 |#2|))))) (-656 (-969 |#2|)) (-656 (-1195)))))
-((-1951 (((-390)) 17)) (-2144 (((-1 (-390)) (-390) (-390)) 22)) (-2734 (((-1 (-390)) (-783)) 48)) (-2714 (((-390)) 37)) (-3012 (((-1 (-390)) (-390) (-390)) 38)) (-3210 (((-390)) 29)) (-3831 (((-1 (-390)) (-390)) 30)) (-2717 (((-390) (-783)) 43)) (-4429 (((-1 (-390)) (-783)) 44)) (-1956 (((-1 (-390)) (-783) (-783)) 47)) (-3406 (((-1 (-390)) (-783) (-783)) 45)))
-(((-1059) (-10 -7 (-15 -1951 ((-390))) (-15 -2714 ((-390))) (-15 -3210 ((-390))) (-15 -2717 ((-390) (-783))) (-15 -2144 ((-1 (-390)) (-390) (-390))) (-15 -3012 ((-1 (-390)) (-390) (-390))) (-15 -3831 ((-1 (-390)) (-390))) (-15 -4429 ((-1 (-390)) (-783))) (-15 -3406 ((-1 (-390)) (-783) (-783))) (-15 -1956 ((-1 (-390)) (-783) (-783))) (-15 -2734 ((-1 (-390)) (-783))))) (T -1059))
-((-2734 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1 (-390))) (-5 *1 (-1059)))) (-1956 (*1 *2 *3 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1 (-390))) (-5 *1 (-1059)))) (-3406 (*1 *2 *3 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1 (-390))) (-5 *1 (-1059)))) (-4429 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1 (-390))) (-5 *1 (-1059)))) (-3831 (*1 *2 *3) (-12 (-5 *2 (-1 (-390))) (-5 *1 (-1059)) (-5 *3 (-390)))) (-3012 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-390))) (-5 *1 (-1059)) (-5 *3 (-390)))) (-2144 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-390))) (-5 *1 (-1059)) (-5 *3 (-390)))) (-2717 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-390)) (-5 *1 (-1059)))) (-3210 (*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1059)))) (-2714 (*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1059)))) (-1951 (*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1059)))))
-(-10 -7 (-15 -1951 ((-390))) (-15 -2714 ((-390))) (-15 -3210 ((-390))) (-15 -2717 ((-390) (-783))) (-15 -2144 ((-1 (-390)) (-390) (-390))) (-15 -3012 ((-1 (-390)) (-390) (-390))) (-15 -3831 ((-1 (-390)) (-390))) (-15 -4429 ((-1 (-390)) (-783))) (-15 -3406 ((-1 (-390)) (-783) (-783))) (-15 -1956 ((-1 (-390)) (-783) (-783))) (-15 -2734 ((-1 (-390)) (-783))))
-((-1827 (((-430 |#1|) |#1|) 33)))
-(((-1060 |#1|) (-10 -7 (-15 -1827 ((-430 |#1|) |#1|))) (-1262 (-419 (-969 (-576))))) (T -1060))
-((-1827 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-1060 *3)) (-4 *3 (-1262 (-419 (-969 (-576))))))))
-(-10 -7 (-15 -1827 ((-430 |#1|) |#1|)))
-((-1426 (((-419 (-430 (-969 |#1|))) (-419 (-969 |#1|))) 14)))
-(((-1061 |#1|) (-10 -7 (-15 -1426 ((-419 (-430 (-969 |#1|))) (-419 (-969 |#1|))))) (-317)) (T -1061))
-((-1426 (*1 *2 *3) (-12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-317)) (-5 *2 (-419 (-430 (-969 *4)))) (-5 *1 (-1061 *4)))))
-(-10 -7 (-15 -1426 ((-419 (-430 (-969 |#1|))) (-419 (-969 |#1|)))))
-((-1960 (((-656 (-1195)) (-419 (-969 |#1|))) 17)) (-1797 (((-419 (-1191 (-419 (-969 |#1|)))) (-419 (-969 |#1|)) (-1195)) 24)) (-1950 (((-419 (-969 |#1|)) (-419 (-1191 (-419 (-969 |#1|)))) (-1195)) 26)) (-1429 (((-3 (-1195) "failed") (-419 (-969 |#1|))) 20)) (-3281 (((-419 (-969 |#1|)) (-419 (-969 |#1|)) (-656 (-304 (-419 (-969 |#1|))))) 32) (((-419 (-969 |#1|)) (-419 (-969 |#1|)) (-304 (-419 (-969 |#1|)))) 33) (((-419 (-969 |#1|)) (-419 (-969 |#1|)) (-656 (-1195)) (-656 (-419 (-969 |#1|)))) 28) (((-419 (-969 |#1|)) (-419 (-969 |#1|)) (-1195) (-419 (-969 |#1|))) 29)) (-3567 (((-419 (-969 |#1|)) |#1|) 11)))
-(((-1062 |#1|) (-10 -7 (-15 -1960 ((-656 (-1195)) (-419 (-969 |#1|)))) (-15 -1429 ((-3 (-1195) "failed") (-419 (-969 |#1|)))) (-15 -1797 ((-419 (-1191 (-419 (-969 |#1|)))) (-419 (-969 |#1|)) (-1195))) (-15 -1950 ((-419 (-969 |#1|)) (-419 (-1191 (-419 (-969 |#1|)))) (-1195))) (-15 -3281 ((-419 (-969 |#1|)) (-419 (-969 |#1|)) (-1195) (-419 (-969 |#1|)))) (-15 -3281 ((-419 (-969 |#1|)) (-419 (-969 |#1|)) (-656 (-1195)) (-656 (-419 (-969 |#1|))))) (-15 -3281 ((-419 (-969 |#1|)) (-419 (-969 |#1|)) (-304 (-419 (-969 |#1|))))) (-15 -3281 ((-419 (-969 |#1|)) (-419 (-969 |#1|)) (-656 (-304 (-419 (-969 |#1|)))))) (-15 -3567 ((-419 (-969 |#1|)) |#1|))) (-568)) (T -1062))
-((-3567 (*1 *2 *3) (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-1062 *3)) (-4 *3 (-568)))) (-3281 (*1 *2 *2 *3) (-12 (-5 *3 (-656 (-304 (-419 (-969 *4))))) (-5 *2 (-419 (-969 *4))) (-4 *4 (-568)) (-5 *1 (-1062 *4)))) (-3281 (*1 *2 *2 *3) (-12 (-5 *3 (-304 (-419 (-969 *4)))) (-5 *2 (-419 (-969 *4))) (-4 *4 (-568)) (-5 *1 (-1062 *4)))) (-3281 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-656 (-1195))) (-5 *4 (-656 (-419 (-969 *5)))) (-5 *2 (-419 (-969 *5))) (-4 *5 (-568)) (-5 *1 (-1062 *5)))) (-3281 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-419 (-969 *4))) (-5 *3 (-1195)) (-4 *4 (-568)) (-5 *1 (-1062 *4)))) (-1950 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-1191 (-419 (-969 *5))))) (-5 *4 (-1195)) (-5 *2 (-419 (-969 *5))) (-5 *1 (-1062 *5)) (-4 *5 (-568)))) (-1797 (*1 *2 *3 *4) (-12 (-5 *4 (-1195)) (-4 *5 (-568)) (-5 *2 (-419 (-1191 (-419 (-969 *5))))) (-5 *1 (-1062 *5)) (-5 *3 (-419 (-969 *5))))) (-1429 (*1 *2 *3) (|partial| -12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-568)) (-5 *2 (-1195)) (-5 *1 (-1062 *4)))) (-1960 (*1 *2 *3) (-12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-568)) (-5 *2 (-656 (-1195))) (-5 *1 (-1062 *4)))))
-(-10 -7 (-15 -1960 ((-656 (-1195)) (-419 (-969 |#1|)))) (-15 -1429 ((-3 (-1195) "failed") (-419 (-969 |#1|)))) (-15 -1797 ((-419 (-1191 (-419 (-969 |#1|)))) (-419 (-969 |#1|)) (-1195))) (-15 -1950 ((-419 (-969 |#1|)) (-419 (-1191 (-419 (-969 |#1|)))) (-1195))) (-15 -3281 ((-419 (-969 |#1|)) (-419 (-969 |#1|)) (-1195) (-419 (-969 |#1|)))) (-15 -3281 ((-419 (-969 |#1|)) (-419 (-969 |#1|)) (-656 (-1195)) (-656 (-419 (-969 |#1|))))) (-15 -3281 ((-419 (-969 |#1|)) (-419 (-969 |#1|)) (-304 (-419 (-969 |#1|))))) (-15 -3281 ((-419 (-969 |#1|)) (-419 (-969 |#1|)) (-656 (-304 (-419 (-969 |#1|)))))) (-15 -3567 ((-419 (-969 |#1|)) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2135 (($) 18 T CONST)) (-4360 ((|#1| $) 23)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-2629 ((|#1| $) 22)) (-3211 ((|#1|) 20 T CONST)) (-3567 (((-874) $) 12)) (-2448 ((|#1| $) 21)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16)))
-(((-1063 |#1|) (-141) (-23)) (T -1063))
-((-4360 (*1 *2 *1) (-12 (-4 *1 (-1063 *2)) (-4 *2 (-23)))) (-2629 (*1 *2 *1) (-12 (-4 *1 (-1063 *2)) (-4 *2 (-23)))) (-2448 (*1 *2 *1) (-12 (-4 *1 (-1063 *2)) (-4 *2 (-23)))) (-3211 (*1 *2) (-12 (-4 *1 (-1063 *2)) (-4 *2 (-23)))))
-(-13 (-23) (-10 -8 (-15 -4360 (|t#1| $)) (-15 -2629 (|t#1| $)) (-15 -2448 (|t#1| $)) (-15 -3211 (|t#1|) -1478)))
-(((-23) . T) ((-25) . T) ((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4420 (($) 25 T CONST)) (-2135 (($) 18 T CONST)) (-4360 ((|#1| $) 23)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-2629 ((|#1| $) 22)) (-3211 ((|#1|) 20 T CONST)) (-3567 (((-874) $) 12)) (-2448 ((|#1| $) 21)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16)))
-(((-1064 |#1|) (-141) (-23)) (T -1064))
-((-4420 (*1 *1) (-12 (-4 *1 (-1064 *2)) (-4 *2 (-23)))))
-(-13 (-1063 |t#1|) (-10 -8 (-15 -4420 ($) -1478)))
-(((-23) . T) ((-25) . T) ((-102) . T) ((-625 (-874)) . T) ((-1063 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1528 (((-656 (-2 (|:| -1952 $) (|:| -3254 (-656 (-792 |#1| (-876 |#2|)))))) (-656 (-792 |#1| (-876 |#2|)))) NIL)) (-2127 (((-656 $) (-656 (-792 |#1| (-876 |#2|)))) NIL) (((-656 $) (-656 (-792 |#1| (-876 |#2|))) (-112)) NIL) (((-656 $) (-656 (-792 |#1| (-876 |#2|))) (-112) (-112)) NIL)) (-1960 (((-656 (-876 |#2|)) $) NIL)) (-4157 (((-112) $) NIL)) (-2678 (((-112) $) NIL (|has| |#1| (-568)))) (-1981 (((-112) (-792 |#1| (-876 |#2|)) $) NIL) (((-112) $) NIL)) (-2691 (((-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)) $) NIL)) (-1415 (((-656 (-2 (|:| |val| (-792 |#1| (-876 |#2|))) (|:| -3986 $))) (-792 |#1| (-876 |#2|)) $) NIL)) (-1793 (((-2 (|:| |under| $) (|:| -3247 $) (|:| |upper| $)) $ (-876 |#2|)) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-1966 (($ (-1 (-112) (-792 |#1| (-876 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-3 (-792 |#1| (-876 |#2|)) "failed") $ (-876 |#2|)) NIL)) (-2135 (($) NIL T CONST)) (-3152 (((-112) $) NIL (|has| |#1| (-568)))) (-1409 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3934 (((-112) $ $) NIL (|has| |#1| (-568)))) (-2986 (((-112) $) NIL (|has| |#1| (-568)))) (-2059 (((-656 (-792 |#1| (-876 |#2|))) (-656 (-792 |#1| (-876 |#2|))) $ (-1 (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|))) (-1 (-112) (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)))) NIL)) (-3793 (((-656 (-792 |#1| (-876 |#2|))) (-656 (-792 |#1| (-876 |#2|))) $) NIL (|has| |#1| (-568)))) (-3795 (((-656 (-792 |#1| (-876 |#2|))) (-656 (-792 |#1| (-876 |#2|))) $) NIL (|has| |#1| (-568)))) (-1570 (((-3 $ "failed") (-656 (-792 |#1| (-876 |#2|)))) NIL)) (-2857 (($ (-656 (-792 |#1| (-876 |#2|)))) NIL)) (-3590 (((-3 $ "failed") $) NIL)) (-1903 (((-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)) $) NIL)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-792 |#1| (-876 |#2|)) (-1119))))) (-3942 (($ (-792 |#1| (-876 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-792 |#1| (-876 |#2|)) (-1119)))) (($ (-1 (-112) (-792 |#1| (-876 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-3477 (((-2 (|:| |rnum| |#1|) (|:| |polnum| (-792 |#1| (-876 |#2|))) (|:| |den| |#1|)) (-792 |#1| (-876 |#2|)) $) NIL (|has| |#1| (-568)))) (-2655 (((-112) (-792 |#1| (-876 |#2|)) $ (-1 (-112) (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)))) NIL)) (-2025 (((-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)) $) NIL)) (-3683 (((-792 |#1| (-876 |#2|)) (-1 (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|))) $ (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|))) NIL (-12 (|has| $ (-6 -4462)) (|has| (-792 |#1| (-876 |#2|)) (-1119)))) (((-792 |#1| (-876 |#2|)) (-1 (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|))) $ (-792 |#1| (-876 |#2|))) NIL (|has| $ (-6 -4462))) (((-792 |#1| (-876 |#2|)) (-1 (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)) $ (-1 (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|))) (-1 (-112) (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)))) NIL)) (-1641 (((-2 (|:| -1952 (-656 (-792 |#1| (-876 |#2|)))) (|:| -3254 (-656 (-792 |#1| (-876 |#2|))))) $) NIL)) (-3174 (((-112) (-792 |#1| (-876 |#2|)) $) NIL)) (-1559 (((-112) (-792 |#1| (-876 |#2|)) $) NIL)) (-4048 (((-112) (-792 |#1| (-876 |#2|)) $) NIL) (((-112) $) NIL)) (-3963 (((-656 (-792 |#1| (-876 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-4179 (((-112) (-792 |#1| (-876 |#2|)) $) NIL) (((-112) $) NIL)) (-2589 (((-876 |#2|) $) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 (-792 |#1| (-876 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-792 |#1| (-876 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-792 |#1| (-876 |#2|)) (-1119))))) (-4320 (($ (-1 (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|))) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|))) $) NIL)) (-1544 (((-656 (-876 |#2|)) $) NIL)) (-1582 (((-112) (-876 |#2|) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL)) (-2690 (((-3 (-792 |#1| (-876 |#2|)) (-656 $)) (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)) $) NIL)) (-2502 (((-656 (-2 (|:| |val| (-792 |#1| (-876 |#2|))) (|:| -3986 $))) (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)) $) NIL)) (-3966 (((-3 (-792 |#1| (-876 |#2|)) "failed") $) NIL)) (-2103 (((-656 $) (-792 |#1| (-876 |#2|)) $) NIL)) (-4254 (((-3 (-112) (-656 $)) (-792 |#1| (-876 |#2|)) $) NIL)) (-1883 (((-656 (-2 (|:| |val| (-112)) (|:| -3986 $))) (-792 |#1| (-876 |#2|)) $) NIL) (((-112) (-792 |#1| (-876 |#2|)) $) NIL)) (-2037 (((-656 $) (-792 |#1| (-876 |#2|)) $) NIL) (((-656 $) (-656 (-792 |#1| (-876 |#2|))) $) NIL) (((-656 $) (-656 (-792 |#1| (-876 |#2|))) (-656 $)) NIL) (((-656 $) (-792 |#1| (-876 |#2|)) (-656 $)) NIL)) (-1647 (($ (-792 |#1| (-876 |#2|)) $) NIL) (($ (-656 (-792 |#1| (-876 |#2|))) $) NIL)) (-3730 (((-656 (-792 |#1| (-876 |#2|))) $) NIL)) (-2763 (((-112) (-792 |#1| (-876 |#2|)) $) NIL) (((-112) $) NIL)) (-2126 (((-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)) $) NIL)) (-2774 (((-112) $ $) NIL)) (-4148 (((-2 (|:| |num| (-792 |#1| (-876 |#2|))) (|:| |den| |#1|)) (-792 |#1| (-876 |#2|)) $) NIL (|has| |#1| (-568)))) (-1470 (((-112) (-792 |#1| (-876 |#2|)) $) NIL) (((-112) $) NIL)) (-2903 (((-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)) $) NIL)) (-1448 (((-1139) $) NIL)) (-3578 (((-3 (-792 |#1| (-876 |#2|)) "failed") $) NIL)) (-2295 (((-3 (-792 |#1| (-876 |#2|)) "failed") (-1 (-112) (-792 |#1| (-876 |#2|))) $) NIL)) (-2806 (((-3 $ "failed") $ (-792 |#1| (-876 |#2|))) NIL)) (-3905 (($ $ (-792 |#1| (-876 |#2|))) NIL) (((-656 $) (-792 |#1| (-876 |#2|)) $) NIL) (((-656 $) (-792 |#1| (-876 |#2|)) (-656 $)) NIL) (((-656 $) (-656 (-792 |#1| (-876 |#2|))) $) NIL) (((-656 $) (-656 (-792 |#1| (-876 |#2|))) (-656 $)) NIL)) (-3626 (((-112) (-1 (-112) (-792 |#1| (-876 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-792 |#1| (-876 |#2|))) (-656 (-792 |#1| (-876 |#2|)))) NIL (-12 (|has| (-792 |#1| (-876 |#2|)) (-319 (-792 |#1| (-876 |#2|)))) (|has| (-792 |#1| (-876 |#2|)) (-1119)))) (($ $ (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|))) NIL (-12 (|has| (-792 |#1| (-876 |#2|)) (-319 (-792 |#1| (-876 |#2|)))) (|has| (-792 |#1| (-876 |#2|)) (-1119)))) (($ $ (-304 (-792 |#1| (-876 |#2|)))) NIL (-12 (|has| (-792 |#1| (-876 |#2|)) (-319 (-792 |#1| (-876 |#2|)))) (|has| (-792 |#1| (-876 |#2|)) (-1119)))) (($ $ (-656 (-304 (-792 |#1| (-876 |#2|))))) NIL (-12 (|has| (-792 |#1| (-876 |#2|)) (-319 (-792 |#1| (-876 |#2|)))) (|has| (-792 |#1| (-876 |#2|)) (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-1967 (((-783) $) NIL)) (-1458 (((-783) (-792 |#1| (-876 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-792 |#1| (-876 |#2|)) (-1119)))) (((-783) (-1 (-112) (-792 |#1| (-876 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| (-792 |#1| (-876 |#2|)) (-626 (-548))))) (-3579 (($ (-656 (-792 |#1| (-876 |#2|)))) NIL)) (-3877 (($ $ (-876 |#2|)) NIL)) (-2831 (($ $ (-876 |#2|)) NIL)) (-3687 (($ $) NIL)) (-2157 (($ $ (-876 |#2|)) NIL)) (-3567 (((-874) $) NIL) (((-656 (-792 |#1| (-876 |#2|))) $) NIL)) (-4323 (((-783) $) NIL (|has| (-876 |#2|) (-379)))) (-1540 (((-112) $ $) NIL)) (-1469 (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 (-792 |#1| (-876 |#2|))))) "failed") (-656 (-792 |#1| (-876 |#2|))) (-1 (-112) (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)))) NIL) (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 (-792 |#1| (-876 |#2|))))) "failed") (-656 (-792 |#1| (-876 |#2|))) (-1 (-112) (-792 |#1| (-876 |#2|))) (-1 (-112) (-792 |#1| (-876 |#2|)) (-792 |#1| (-876 |#2|)))) NIL)) (-2620 (((-112) $ (-1 (-112) (-792 |#1| (-876 |#2|)) (-656 (-792 |#1| (-876 |#2|))))) NIL)) (-3223 (((-656 $) (-792 |#1| (-876 |#2|)) $) NIL) (((-656 $) (-792 |#1| (-876 |#2|)) (-656 $)) NIL) (((-656 $) (-656 (-792 |#1| (-876 |#2|))) $) NIL) (((-656 $) (-656 (-792 |#1| (-876 |#2|))) (-656 $)) NIL)) (-2306 (((-112) (-1 (-112) (-792 |#1| (-876 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-2439 (((-656 (-876 |#2|)) $) NIL)) (-4176 (((-112) (-792 |#1| (-876 |#2|)) $) NIL)) (-3202 (((-112) (-876 |#2|) $) NIL)) (-2921 (((-112) $ $) NIL)) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-1065 |#1| |#2|) (-13 (-1090 |#1| (-543 (-876 |#2|)) (-876 |#2|) (-792 |#1| (-876 |#2|))) (-10 -8 (-15 -2127 ((-656 $) (-656 (-792 |#1| (-876 |#2|))) (-112) (-112))))) (-464) (-656 (-1195))) (T -1065))
-((-2127 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-656 (-792 *5 (-876 *6)))) (-5 *4 (-112)) (-4 *5 (-464)) (-14 *6 (-656 (-1195))) (-5 *2 (-656 (-1065 *5 *6))) (-5 *1 (-1065 *5 *6)))))
-(-13 (-1090 |#1| (-543 (-876 |#2|)) (-876 |#2|) (-792 |#1| (-876 |#2|))) (-10 -8 (-15 -2127 ((-656 $) (-656 (-792 |#1| (-876 |#2|))) (-112) (-112)))))
-((-2144 (((-1 (-576)) (-1113 (-576))) 32)) (-2969 (((-576) (-576) (-576) (-576) (-576)) 29)) (-1719 (((-1 (-576)) |RationalNumber|) NIL)) (-2097 (((-1 (-576)) |RationalNumber|) NIL)) (-4020 (((-1 (-576)) (-576) |RationalNumber|) NIL)))
-(((-1066) (-10 -7 (-15 -2144 ((-1 (-576)) (-1113 (-576)))) (-15 -4020 ((-1 (-576)) (-576) |RationalNumber|)) (-15 -1719 ((-1 (-576)) |RationalNumber|)) (-15 -2097 ((-1 (-576)) |RationalNumber|)) (-15 -2969 ((-576) (-576) (-576) (-576) (-576))))) (T -1066))
-((-2969 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1066)))) (-2097 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-576))) (-5 *1 (-1066)))) (-1719 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-576))) (-5 *1 (-1066)))) (-4020 (*1 *2 *3 *4) (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-576))) (-5 *1 (-1066)) (-5 *3 (-576)))) (-2144 (*1 *2 *3) (-12 (-5 *3 (-1113 (-576))) (-5 *2 (-1 (-576))) (-5 *1 (-1066)))))
-(-10 -7 (-15 -2144 ((-1 (-576)) (-1113 (-576)))) (-15 -4020 ((-1 (-576)) (-576) |RationalNumber|)) (-15 -1719 ((-1 (-576)) |RationalNumber|)) (-15 -2097 ((-1 (-576)) |RationalNumber|)) (-15 -2969 ((-576) (-576) (-576) (-576) (-576))))
-((-3567 (((-874) $) NIL) (($ (-576)) 10)))
-(((-1067 |#1|) (-10 -8 (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|))) (-1068)) (T -1067))
-NIL
-(-10 -8 (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-3612 (((-112) $) 35)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12) (($ (-576)) 33)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
-(((-1068) (-141)) (T -1068))
-((-2596 (*1 *2) (-12 (-4 *1 (-1068)) (-5 *2 (-783)))))
-(-13 (-1077) (-738) (-660 $) (-628 (-576)) (-10 -7 (-15 -2596 ((-783)) -1478) (-6 -4459)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3943 (((-419 (-969 |#2|)) (-656 |#2|) (-656 |#2|) (-783) (-783)) 54)))
-(((-1069 |#1| |#2|) (-10 -7 (-15 -3943 ((-419 (-969 |#2|)) (-656 |#2|) (-656 |#2|) (-783) (-783)))) (-1195) (-374)) (T -1069))
-((-3943 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-656 *6)) (-5 *4 (-783)) (-4 *6 (-374)) (-5 *2 (-419 (-969 *6))) (-5 *1 (-1069 *5 *6)) (-14 *5 (-1195)))))
-(-10 -7 (-15 -3943 ((-419 (-969 |#2|)) (-656 |#2|) (-656 |#2|) (-783) (-783))))
-((-3486 (((-112) $ $) 6)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)) (* (($ $ |#1|) 14)))
-(((-1070 |#1|) (-141) (-1131)) (T -1070))
-((* (*1 *1 *1 *2) (-12 (-4 *1 (-1070 *2)) (-4 *2 (-1131)))))
-(-13 (-1119) (-10 -8 (-15 * ($ $ |t#1|))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-3388 (((-112) $) 38)) (-2466 (((-112) $) 17)) (-1687 (((-783) $) 13)) (-1697 (((-783) $) 14)) (-3527 (((-112) $) 30)) (-3775 (((-112) $) 40)))
-(((-1071 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -8 (-15 -1697 ((-783) |#1|)) (-15 -1687 ((-783) |#1|)) (-15 -3775 ((-112) |#1|)) (-15 -3388 ((-112) |#1|)) (-15 -3527 ((-112) |#1|)) (-15 -2466 ((-112) |#1|))) (-1072 |#2| |#3| |#4| |#5| |#6|) (-783) (-783) (-1068) (-243 |#3| |#4|) (-243 |#2| |#4|)) (T -1071))
-NIL
-(-10 -8 (-15 -1697 ((-783) |#1|)) (-15 -1687 ((-783) |#1|)) (-15 -3775 ((-112) |#1|)) (-15 -3388 ((-112) |#1|)) (-15 -3527 ((-112) |#1|)) (-15 -2466 ((-112) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-3388 (((-112) $) 56)) (-4299 (((-3 $ "failed") $ $) 20)) (-2466 (((-112) $) 58)) (-3733 (((-112) $ (-783)) 66)) (-2135 (($) 18 T CONST)) (-3724 (($ $) 39 (|has| |#3| (-317)))) (-3925 ((|#4| $ (-576)) 44)) (-3731 (((-783) $) 38 (|has| |#3| (-568)))) (-4271 ((|#3| $ (-576) (-576)) 46)) (-3963 (((-656 |#3|) $) 73 (|has| $ (-6 -4462)))) (-3809 (((-783) $) 37 (|has| |#3| (-568)))) (-1479 (((-656 |#5|) $) 36 (|has| |#3| (-568)))) (-1687 (((-783) $) 50)) (-1697 (((-783) $) 49)) (-2476 (((-112) $ (-783)) 65)) (-4063 (((-576) $) 54)) (-1495 (((-576) $) 52)) (-3452 (((-656 |#3|) $) 74 (|has| $ (-6 -4462)))) (-3239 (((-112) |#3| $) 76 (-12 (|has| |#3| (-1119)) (|has| $ (-6 -4462))))) (-3621 (((-576) $) 53)) (-2196 (((-576) $) 51)) (-2462 (($ (-656 (-656 |#3|))) 59)) (-4320 (($ (-1 |#3| |#3|) $) 69 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#3| |#3|) $) 68) (($ (-1 |#3| |#3| |#3|) $ $) 42)) (-1445 (((-656 (-656 |#3|)) $) 48)) (-2460 (((-112) $ (-783)) 64)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3473 (((-3 $ "failed") $ |#3|) 41 (|has| |#3| (-568)))) (-3626 (((-112) (-1 (-112) |#3|) $) 71 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 |#3|) (-656 |#3|)) 80 (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119)))) (($ $ |#3| |#3|) 79 (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119)))) (($ $ (-304 |#3|)) 78 (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119)))) (($ $ (-656 (-304 |#3|))) 77 (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119))))) (-3985 (((-112) $ $) 60)) (-4205 (((-112) $) 63)) (-1854 (($) 62)) (-2794 ((|#3| $ (-576) (-576)) 47) ((|#3| $ (-576) (-576) |#3|) 45)) (-3527 (((-112) $) 57)) (-1458 (((-783) |#3| $) 75 (-12 (|has| |#3| (-1119)) (|has| $ (-6 -4462)))) (((-783) (-1 (-112) |#3|) $) 72 (|has| $ (-6 -4462)))) (-1868 (($ $) 61)) (-2067 ((|#5| $ (-576)) 43)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2306 (((-112) (-1 (-112) |#3|) $) 70 (|has| $ (-6 -4462)))) (-3775 (((-112) $) 55)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#3|) 40 (|has| |#3| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#3| $) 27) (($ $ |#3|) 31)) (-3500 (((-783) $) 67 (|has| $ (-6 -4462)))))
-(((-1072 |#1| |#2| |#3| |#4| |#5|) (-141) (-783) (-783) (-1068) (-243 |t#2| |t#3|) (-243 |t#1| |t#3|)) (T -1072))
-((-4114 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)))) (-2462 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 *5))) (-4 *5 (-1068)) (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)))) (-2466 (*1 *2 *1) (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-112)))) (-3527 (*1 *2 *1) (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-112)))) (-3388 (*1 *2 *1) (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-112)))) (-3775 (*1 *2 *1) (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-112)))) (-4063 (*1 *2 *1) (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-576)))) (-3621 (*1 *2 *1) (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-576)))) (-1495 (*1 *2 *1) (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-576)))) (-2196 (*1 *2 *1) (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-576)))) (-1687 (*1 *2 *1) (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-783)))) (-1697 (*1 *2 *1) (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-783)))) (-1445 (*1 *2 *1) (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-656 (-656 *5))))) (-2794 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-576)) (-4 *1 (-1072 *4 *5 *2 *6 *7)) (-4 *6 (-243 *5 *2)) (-4 *7 (-243 *4 *2)) (-4 *2 (-1068)))) (-4271 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-576)) (-4 *1 (-1072 *4 *5 *2 *6 *7)) (-4 *6 (-243 *5 *2)) (-4 *7 (-243 *4 *2)) (-4 *2 (-1068)))) (-2794 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-576)) (-4 *1 (-1072 *4 *5 *2 *6 *7)) (-4 *2 (-1068)) (-4 *6 (-243 *5 *2)) (-4 *7 (-243 *4 *2)))) (-3925 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-1072 *4 *5 *6 *2 *7)) (-4 *6 (-1068)) (-4 *7 (-243 *4 *6)) (-4 *2 (-243 *5 *6)))) (-2067 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-1072 *4 *5 *6 *7 *2)) (-4 *6 (-1068)) (-4 *7 (-243 *5 *6)) (-4 *2 (-243 *4 *6)))) (-4114 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)))) (-3473 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1072 *3 *4 *2 *5 *6)) (-4 *2 (-1068)) (-4 *5 (-243 *4 *2)) (-4 *6 (-243 *3 *2)) (-4 *2 (-568)))) (-3054 (*1 *1 *1 *2) (-12 (-4 *1 (-1072 *3 *4 *2 *5 *6)) (-4 *2 (-1068)) (-4 *5 (-243 *4 *2)) (-4 *6 (-243 *3 *2)) (-4 *2 (-374)))) (-3724 (*1 *1 *1) (-12 (-4 *1 (-1072 *2 *3 *4 *5 *6)) (-4 *4 (-1068)) (-4 *5 (-243 *3 *4)) (-4 *6 (-243 *2 *4)) (-4 *4 (-317)))) (-3731 (*1 *2 *1) (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-4 *5 (-568)) (-5 *2 (-783)))) (-3809 (*1 *2 *1) (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-4 *5 (-568)) (-5 *2 (-783)))) (-1479 (*1 *2 *1) (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-4 *5 (-568)) (-5 *2 (-656 *7)))))
-(-13 (-111 |t#3| |t#3|) (-501 |t#3|) (-10 -8 (-6 -4462) (IF (|has| |t#3| (-174)) (-6 (-729 |t#3|)) |%noBranch|) (-15 -2462 ($ (-656 (-656 |t#3|)))) (-15 -2466 ((-112) $)) (-15 -3527 ((-112) $)) (-15 -3388 ((-112) $)) (-15 -3775 ((-112) $)) (-15 -4063 ((-576) $)) (-15 -3621 ((-576) $)) (-15 -1495 ((-576) $)) (-15 -2196 ((-576) $)) (-15 -1687 ((-783) $)) (-15 -1697 ((-783) $)) (-15 -1445 ((-656 (-656 |t#3|)) $)) (-15 -2794 (|t#3| $ (-576) (-576))) (-15 -4271 (|t#3| $ (-576) (-576))) (-15 -2794 (|t#3| $ (-576) (-576) |t#3|)) (-15 -3925 (|t#4| $ (-576))) (-15 -2067 (|t#5| $ (-576))) (-15 -4114 ($ (-1 |t#3| |t#3|) $)) (-15 -4114 ($ (-1 |t#3| |t#3| |t#3|) $ $)) (IF (|has| |t#3| (-568)) (-15 -3473 ((-3 $ "failed") $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-374)) (-15 -3054 ($ $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-317)) (-15 -3724 ($ $)) |%noBranch|) (IF (|has| |t#3| (-568)) (PROGN (-15 -3731 ((-783) $)) (-15 -3809 ((-783) $)) (-15 -1479 ((-656 |t#5|) $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-102) . T) ((-111 |#3| |#3|) . T) ((-132) . T) ((-625 (-874)) . T) ((-319 |#3|) -12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119))) ((-501 |#3|) . T) ((-526 |#3| |#3|) -12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119))) ((-658 (-576)) . T) ((-658 |#3|) . T) ((-660 |#3|) . T) ((-652 |#3|) |has| |#3| (-174)) ((-729 |#3|) |has| |#3| (-174)) ((-1070 |#3|) . T) ((-1075 |#3|) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3388 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2466 (((-112) $) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-2135 (($) NIL T CONST)) (-3724 (($ $) 47 (|has| |#3| (-317)))) (-3925 (((-245 |#2| |#3|) $ (-576)) 36)) (-3322 (($ (-701 |#3|)) 45)) (-3731 (((-783) $) 49 (|has| |#3| (-568)))) (-4271 ((|#3| $ (-576) (-576)) NIL)) (-3963 (((-656 |#3|) $) NIL (|has| $ (-6 -4462)))) (-3809 (((-783) $) 51 (|has| |#3| (-568)))) (-1479 (((-656 (-245 |#1| |#3|)) $) 55 (|has| |#3| (-568)))) (-1687 (((-783) $) NIL)) (-1697 (((-783) $) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-4063 (((-576) $) NIL)) (-1495 (((-576) $) NIL)) (-3452 (((-656 |#3|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#3| (-1119))))) (-3621 (((-576) $) NIL)) (-2196 (((-576) $) NIL)) (-2462 (($ (-656 (-656 |#3|))) 31)) (-4320 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) NIL)) (-1445 (((-656 (-656 |#3|)) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3473 (((-3 $ "failed") $ |#3|) NIL (|has| |#3| (-568)))) (-3626 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 |#3|) (-656 |#3|)) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119)))) (($ $ (-304 |#3|)) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119)))) (($ $ (-656 (-304 |#3|))) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#3| $ (-576) (-576)) NIL) ((|#3| $ (-576) (-576) |#3|) NIL)) (-2253 (((-135)) 59 (|has| |#3| (-374)))) (-3527 (((-112) $) NIL)) (-1458 (((-783) |#3| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#3| (-1119)))) (((-783) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) 65 (|has| |#3| (-626 (-548))))) (-2067 (((-245 |#1| |#3|) $ (-576)) 40)) (-3567 (((-874) $) 19) (((-701 |#3|) $) 42)) (-1540 (((-112) $ $) NIL)) (-2306 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4462)))) (-3775 (((-112) $) NIL)) (-2716 (($) 16 T CONST)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#3|) NIL (|has| |#3| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ |#3| $) NIL) (($ $ |#3|) NIL)) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-1073 |#1| |#2| |#3|) (-13 (-1072 |#1| |#2| |#3| (-245 |#2| |#3|) (-245 |#1| |#3|)) (-625 (-701 |#3|)) (-10 -8 (IF (|has| |#3| (-374)) (-6 (-1293 |#3|)) |%noBranch|) (IF (|has| |#3| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (-15 -3322 ($ (-701 |#3|))))) (-783) (-783) (-1068)) (T -1073))
-((-3322 (*1 *1 *2) (-12 (-5 *2 (-701 *5)) (-4 *5 (-1068)) (-5 *1 (-1073 *3 *4 *5)) (-14 *3 (-783)) (-14 *4 (-783)))))
-(-13 (-1072 |#1| |#2| |#3| (-245 |#2| |#3|) (-245 |#1| |#3|)) (-625 (-701 |#3|)) (-10 -8 (IF (|has| |#3| (-374)) (-6 (-1293 |#3|)) |%noBranch|) (IF (|has| |#3| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (-15 -3322 ($ (-701 |#3|)))))
-((-3683 ((|#7| (-1 |#7| |#3| |#7|) |#6| |#7|) 36)) (-4114 ((|#10| (-1 |#7| |#3|) |#6|) 34)))
-(((-1074 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8| |#9| |#10|) (-10 -7 (-15 -4114 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -3683 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|))) (-783) (-783) (-1068) (-243 |#2| |#3|) (-243 |#1| |#3|) (-1072 |#1| |#2| |#3| |#4| |#5|) (-1068) (-243 |#2| |#7|) (-243 |#1| |#7|) (-1072 |#1| |#2| |#7| |#8| |#9|)) (T -1074))
-((-3683 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1068)) (-4 *2 (-1068)) (-14 *5 (-783)) (-14 *6 (-783)) (-4 *8 (-243 *6 *7)) (-4 *9 (-243 *5 *7)) (-4 *10 (-243 *6 *2)) (-4 *11 (-243 *5 *2)) (-5 *1 (-1074 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12)) (-4 *4 (-1072 *5 *6 *7 *8 *9)) (-4 *12 (-1072 *5 *6 *2 *10 *11)))) (-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-1068)) (-4 *10 (-1068)) (-14 *5 (-783)) (-14 *6 (-783)) (-4 *8 (-243 *6 *7)) (-4 *9 (-243 *5 *7)) (-4 *2 (-1072 *5 *6 *10 *11 *12)) (-5 *1 (-1074 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2)) (-4 *4 (-1072 *5 *6 *7 *8 *9)) (-4 *11 (-243 *6 *10)) (-4 *12 (-243 *5 *10)))))
-(-10 -7 (-15 -4114 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -3683 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ |#1|) 27)))
-(((-1075 |#1|) (-141) (-1077)) (T -1075))
-NIL
-(-13 (-21) (-1070 |t#1|))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-1070 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-3052 (((-1195) $) 11)) (-3531 ((|#1| $) 12)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-2332 (($ (-1195) |#1|) 10)) (-3567 (((-874) $) 22 (|has| |#1| (-1119)))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2921 (((-112) $ $) 17 (|has| |#1| (-1119)))))
-(((-1076 |#1| |#2|) (-13 (-1236) (-10 -8 (-15 -2332 ($ (-1195) |#1|)) (-15 -3052 ((-1195) $)) (-15 -3531 (|#1| $)) (IF (|has| |#1| (-1119)) (-6 (-1119)) |%noBranch|))) (-1112 |#2|) (-1236)) (T -1076))
-((-2332 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-4 *4 (-1236)) (-5 *1 (-1076 *3 *4)) (-4 *3 (-1112 *4)))) (-3052 (*1 *2 *1) (-12 (-4 *4 (-1236)) (-5 *2 (-1195)) (-5 *1 (-1076 *3 *4)) (-4 *3 (-1112 *4)))) (-3531 (*1 *2 *1) (-12 (-4 *2 (-1112 *3)) (-5 *1 (-1076 *2 *3)) (-4 *3 (-1236)))))
-(-13 (-1236) (-10 -8 (-15 -2332 ($ (-1195) |#1|)) (-15 -3052 ((-1195) $)) (-15 -3531 (|#1| $)) (IF (|has| |#1| (-1119)) (-6 (-1119)) |%noBranch|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
-(((-1077) (-141)) (T -1077))
-NIL
-(-13 (-21) (-1131))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-1930 (($ $) 17)) (-2272 (($ $) 25)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 55)) (-1650 (($ $) 27)) (-3252 (($ $) 12)) (-3247 (($ $) 43)) (-4169 (((-390) $) NIL) (((-227) $) NIL) (((-905 (-390)) $) 36)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) 31) (($ (-576)) NIL) (($ (-419 (-576))) 31)) (-2596 (((-783)) 9)) (-4317 (($ $) 45)))
-(((-1078 |#1|) (-10 -8 (-15 -2272 (|#1| |#1|)) (-15 -1930 (|#1| |#1|)) (-15 -3252 (|#1| |#1|)) (-15 -3247 (|#1| |#1|)) (-15 -4317 (|#1| |#1|)) (-15 -1650 (|#1| |#1|)) (-15 -1866 ((-902 (-390) |#1|) |#1| (-905 (-390)) (-902 (-390) |#1|))) (-15 -4169 ((-905 (-390)) |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -3567 (|#1| (-576))) (-15 -4169 ((-227) |#1|)) (-15 -4169 ((-390) |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -3567 (|#1| |#1|)) (-15 -2596 ((-783))) (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|))) (-1079)) (T -1078))
-((-2596 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1078 *3)) (-4 *3 (-1079)))))
-(-10 -8 (-15 -2272 (|#1| |#1|)) (-15 -1930 (|#1| |#1|)) (-15 -3252 (|#1| |#1|)) (-15 -3247 (|#1| |#1|)) (-15 -4317 (|#1| |#1|)) (-15 -1650 (|#1| |#1|)) (-15 -1866 ((-902 (-390) |#1|) |#1| (-905 (-390)) (-902 (-390) |#1|))) (-15 -4169 ((-905 (-390)) |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -3567 (|#1| (-576))) (-15 -4169 ((-227) |#1|)) (-15 -4169 ((-390) |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -3567 (|#1| |#1|)) (-15 -2596 ((-783))) (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-3522 (((-576) $) 97)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-1930 (($ $) 95)) (-4299 (((-3 $ "failed") $ $) 20)) (-1415 (($ $) 81)) (-3422 (((-430 $) $) 80)) (-1838 (($ $) 105)) (-1829 (((-112) $ $) 65)) (-2786 (((-576) $) 122)) (-2135 (($) 18 T CONST)) (-2272 (($ $) 94)) (-1570 (((-3 (-576) "failed") $) 110) (((-3 (-419 (-576)) "failed") $) 107)) (-2857 (((-576) $) 111) (((-419 (-576)) $) 108)) (-3426 (($ $ $) 61)) (-2251 (((-3 $ "failed") $) 37)) (-3438 (($ $ $) 62)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 57)) (-4283 (((-112) $) 79)) (-3075 (((-112) $) 120)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 101)) (-3612 (((-112) $) 35)) (-3867 (($ $ (-576)) 104)) (-1650 (($ $) 100)) (-3667 (((-112) $) 121)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-3123 (($ $ $) 119)) (-2352 (($ $ $) 118)) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-2045 (($ $) 78)) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-3252 (($ $) 96)) (-3247 (($ $) 98)) (-1827 (((-430 $) $) 82)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-3473 (((-3 $ "failed") $ $) 48)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3909 (((-783) $) 64)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 63)) (-4169 (((-390) $) 113) (((-227) $) 112) (((-905 (-390)) $) 102)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74) (($ (-576)) 109) (($ (-419 (-576))) 106)) (-2596 (((-783)) 32 T CONST)) (-4317 (($ $) 99)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 45)) (-4308 (($ $) 123)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2989 (((-112) $ $) 116)) (-2960 (((-112) $ $) 115)) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 117)) (-2946 (((-112) $ $) 114)) (-3054 (($ $ $) 73)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77) (($ $ (-419 (-576))) 103)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75)))
+((-1416 (((-656 (-656 (-304 (-419 (-971 |#2|))))) (-656 (-971 |#2|)) (-656 (-1197))) 38)))
+(((-1060 |#1| |#2|) (-10 -7 (-15 -1416 ((-656 (-656 (-304 (-419 (-971 |#2|))))) (-656 (-971 |#2|)) (-656 (-1197))))) (-568) (-13 (-568) (-1059 |#1|))) (T -1060))
+((-1416 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-971 *6))) (-5 *4 (-656 (-1197))) (-4 *6 (-13 (-568) (-1059 *5))) (-4 *5 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-971 *6)))))) (-5 *1 (-1060 *5 *6)))))
+(-10 -7 (-15 -1416 ((-656 (-656 (-304 (-419 (-971 |#2|))))) (-656 (-971 |#2|)) (-656 (-1197)))))
+((-2651 (((-390)) 17)) (-3918 (((-1 (-390)) (-390) (-390)) 22)) (-4245 (((-1 (-390)) (-783)) 48)) (-1427 (((-390)) 37)) (-4250 (((-1 (-390)) (-390) (-390)) 38)) (-3725 (((-390)) 29)) (-1738 (((-1 (-390)) (-390)) 30)) (-1437 (((-390) (-783)) 43)) (-1407 (((-1 (-390)) (-783)) 44)) (-2117 (((-1 (-390)) (-783) (-783)) 47)) (-1875 (((-1 (-390)) (-783) (-783)) 45)))
+(((-1061) (-10 -7 (-15 -2651 ((-390))) (-15 -1427 ((-390))) (-15 -3725 ((-390))) (-15 -1437 ((-390) (-783))) (-15 -3918 ((-1 (-390)) (-390) (-390))) (-15 -4250 ((-1 (-390)) (-390) (-390))) (-15 -1738 ((-1 (-390)) (-390))) (-15 -1407 ((-1 (-390)) (-783))) (-15 -1875 ((-1 (-390)) (-783) (-783))) (-15 -2117 ((-1 (-390)) (-783) (-783))) (-15 -4245 ((-1 (-390)) (-783))))) (T -1061))
+((-4245 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1 (-390))) (-5 *1 (-1061)))) (-2117 (*1 *2 *3 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1 (-390))) (-5 *1 (-1061)))) (-1875 (*1 *2 *3 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1 (-390))) (-5 *1 (-1061)))) (-1407 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1 (-390))) (-5 *1 (-1061)))) (-1738 (*1 *2 *3) (-12 (-5 *2 (-1 (-390))) (-5 *1 (-1061)) (-5 *3 (-390)))) (-4250 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-390))) (-5 *1 (-1061)) (-5 *3 (-390)))) (-3918 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-390))) (-5 *1 (-1061)) (-5 *3 (-390)))) (-1437 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-390)) (-5 *1 (-1061)))) (-3725 (*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1061)))) (-1427 (*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1061)))) (-2651 (*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1061)))))
+(-10 -7 (-15 -2651 ((-390))) (-15 -1427 ((-390))) (-15 -3725 ((-390))) (-15 -1437 ((-390) (-783))) (-15 -3918 ((-1 (-390)) (-390) (-390))) (-15 -4250 ((-1 (-390)) (-390) (-390))) (-15 -1738 ((-1 (-390)) (-390))) (-15 -1407 ((-1 (-390)) (-783))) (-15 -1875 ((-1 (-390)) (-783) (-783))) (-15 -2117 ((-1 (-390)) (-783) (-783))) (-15 -4245 ((-1 (-390)) (-783))))
+((-1452 (((-430 |#1|) |#1|) 33)))
+(((-1062 |#1|) (-10 -7 (-15 -1452 ((-430 |#1|) |#1|))) (-1264 (-419 (-971 (-576))))) (T -1062))
+((-1452 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-1062 *3)) (-4 *3 (-1264 (-419 (-971 (-576))))))))
+(-10 -7 (-15 -1452 ((-430 |#1|) |#1|)))
+((-3872 (((-419 (-430 (-971 |#1|))) (-419 (-971 |#1|))) 14)))
+(((-1063 |#1|) (-10 -7 (-15 -3872 ((-419 (-430 (-971 |#1|))) (-419 (-971 |#1|))))) (-317)) (T -1063))
+((-3872 (*1 *2 *3) (-12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-317)) (-5 *2 (-419 (-430 (-971 *4)))) (-5 *1 (-1063 *4)))))
+(-10 -7 (-15 -3872 ((-419 (-430 (-971 |#1|))) (-419 (-971 |#1|)))))
+((-1583 (((-656 (-1197)) (-419 (-971 |#1|))) 17)) (-1420 (((-419 (-1193 (-419 (-971 |#1|)))) (-419 (-971 |#1|)) (-1197)) 24)) (-1572 (((-419 (-971 |#1|)) (-419 (-1193 (-419 (-971 |#1|)))) (-1197)) 26)) (-1706 (((-3 (-1197) "failed") (-419 (-971 |#1|))) 20)) (-2143 (((-419 (-971 |#1|)) (-419 (-971 |#1|)) (-656 (-304 (-419 (-971 |#1|))))) 32) (((-419 (-971 |#1|)) (-419 (-971 |#1|)) (-304 (-419 (-971 |#1|)))) 33) (((-419 (-971 |#1|)) (-419 (-971 |#1|)) (-656 (-1197)) (-656 (-419 (-971 |#1|)))) 28) (((-419 (-971 |#1|)) (-419 (-971 |#1|)) (-1197) (-419 (-971 |#1|))) 29)) (-4114 (((-419 (-971 |#1|)) |#1|) 11)))
+(((-1064 |#1|) (-10 -7 (-15 -1583 ((-656 (-1197)) (-419 (-971 |#1|)))) (-15 -1706 ((-3 (-1197) "failed") (-419 (-971 |#1|)))) (-15 -1420 ((-419 (-1193 (-419 (-971 |#1|)))) (-419 (-971 |#1|)) (-1197))) (-15 -1572 ((-419 (-971 |#1|)) (-419 (-1193 (-419 (-971 |#1|)))) (-1197))) (-15 -2143 ((-419 (-971 |#1|)) (-419 (-971 |#1|)) (-1197) (-419 (-971 |#1|)))) (-15 -2143 ((-419 (-971 |#1|)) (-419 (-971 |#1|)) (-656 (-1197)) (-656 (-419 (-971 |#1|))))) (-15 -2143 ((-419 (-971 |#1|)) (-419 (-971 |#1|)) (-304 (-419 (-971 |#1|))))) (-15 -2143 ((-419 (-971 |#1|)) (-419 (-971 |#1|)) (-656 (-304 (-419 (-971 |#1|)))))) (-15 -4114 ((-419 (-971 |#1|)) |#1|))) (-568)) (T -1064))
+((-4114 (*1 *2 *3) (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-1064 *3)) (-4 *3 (-568)))) (-2143 (*1 *2 *2 *3) (-12 (-5 *3 (-656 (-304 (-419 (-971 *4))))) (-5 *2 (-419 (-971 *4))) (-4 *4 (-568)) (-5 *1 (-1064 *4)))) (-2143 (*1 *2 *2 *3) (-12 (-5 *3 (-304 (-419 (-971 *4)))) (-5 *2 (-419 (-971 *4))) (-4 *4 (-568)) (-5 *1 (-1064 *4)))) (-2143 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-656 (-1197))) (-5 *4 (-656 (-419 (-971 *5)))) (-5 *2 (-419 (-971 *5))) (-4 *5 (-568)) (-5 *1 (-1064 *5)))) (-2143 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-419 (-971 *4))) (-5 *3 (-1197)) (-4 *4 (-568)) (-5 *1 (-1064 *4)))) (-1572 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-1193 (-419 (-971 *5))))) (-5 *4 (-1197)) (-5 *2 (-419 (-971 *5))) (-5 *1 (-1064 *5)) (-4 *5 (-568)))) (-1420 (*1 *2 *3 *4) (-12 (-5 *4 (-1197)) (-4 *5 (-568)) (-5 *2 (-419 (-1193 (-419 (-971 *5))))) (-5 *1 (-1064 *5)) (-5 *3 (-419 (-971 *5))))) (-1706 (*1 *2 *3) (|partial| -12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-568)) (-5 *2 (-1197)) (-5 *1 (-1064 *4)))) (-1583 (*1 *2 *3) (-12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-568)) (-5 *2 (-656 (-1197))) (-5 *1 (-1064 *4)))))
+(-10 -7 (-15 -1583 ((-656 (-1197)) (-419 (-971 |#1|)))) (-15 -1706 ((-3 (-1197) "failed") (-419 (-971 |#1|)))) (-15 -1420 ((-419 (-1193 (-419 (-971 |#1|)))) (-419 (-971 |#1|)) (-1197))) (-15 -1572 ((-419 (-971 |#1|)) (-419 (-1193 (-419 (-971 |#1|)))) (-1197))) (-15 -2143 ((-419 (-971 |#1|)) (-419 (-971 |#1|)) (-1197) (-419 (-971 |#1|)))) (-15 -2143 ((-419 (-971 |#1|)) (-419 (-971 |#1|)) (-656 (-1197)) (-656 (-419 (-971 |#1|))))) (-15 -2143 ((-419 (-971 |#1|)) (-419 (-971 |#1|)) (-304 (-419 (-971 |#1|))))) (-15 -2143 ((-419 (-971 |#1|)) (-419 (-971 |#1|)) (-656 (-304 (-419 (-971 |#1|)))))) (-15 -4114 ((-419 (-971 |#1|)) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3853 (($) 18 T CONST)) (-1895 ((|#1| $) 23)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-1849 ((|#1| $) 22)) (-3737 ((|#1|) 20 T CONST)) (-4114 (((-876) $) 12)) (-3870 ((|#1| $) 21)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16)))
+(((-1065 |#1|) (-141) (-23)) (T -1065))
+((-1895 (*1 *2 *1) (-12 (-4 *1 (-1065 *2)) (-4 *2 (-23)))) (-1849 (*1 *2 *1) (-12 (-4 *1 (-1065 *2)) (-4 *2 (-23)))) (-3870 (*1 *2 *1) (-12 (-4 *1 (-1065 *2)) (-4 *2 (-23)))) (-3737 (*1 *2) (-12 (-4 *1 (-1065 *2)) (-4 *2 (-23)))))
+(-13 (-23) (-10 -8 (-15 -1895 (|t#1| $)) (-15 -1849 (|t#1| $)) (-15 -3870 (|t#1| $)) (-15 -3737 (|t#1|) -2666)))
+(((-23) . T) ((-25) . T) ((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-1340 (($) 25 T CONST)) (-3853 (($) 18 T CONST)) (-1895 ((|#1| $) 23)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-1849 ((|#1| $) 22)) (-3737 ((|#1|) 20 T CONST)) (-4114 (((-876) $) 12)) (-3870 ((|#1| $) 21)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16)))
+(((-1066 |#1|) (-141) (-23)) (T -1066))
+((-1340 (*1 *1) (-12 (-4 *1 (-1066 *2)) (-4 *2 (-23)))))
+(-13 (-1065 |t#1|) (-10 -8 (-15 -1340 ($) -2666)))
+(((-23) . T) ((-25) . T) ((-102) . T) ((-625 (-876)) . T) ((-1065 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-4130 (((-656 (-2 (|:| -1594 $) (|:| -3823 (-656 (-792 |#1| (-878 |#2|)))))) (-656 (-792 |#1| (-878 |#2|)))) NIL)) (-3769 (((-656 $) (-656 (-792 |#1| (-878 |#2|)))) NIL) (((-656 $) (-656 (-792 |#1| (-878 |#2|))) (-112)) NIL) (((-656 $) (-656 (-792 |#1| (-878 |#2|))) (-112) (-112)) NIL)) (-1583 (((-656 (-878 |#2|)) $) NIL)) (-1734 (((-112) $) NIL)) (-2306 (((-112) $) NIL (|has| |#1| (-568)))) (-2936 (((-112) (-792 |#1| (-878 |#2|)) $) NIL) (((-112) $) NIL)) (-4375 (((-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)) $) NIL)) (-4068 (((-656 (-2 (|:| |val| (-792 |#1| (-878 |#2|))) (|:| -4442 $))) (-792 |#1| (-878 |#2|)) $) NIL)) (-2380 (((-2 (|:| |under| $) (|:| -4110 $) (|:| |upper| $)) $ (-878 |#2|)) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-3604 (($ (-1 (-112) (-792 |#1| (-878 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-3 (-792 |#1| (-878 |#2|)) "failed") $ (-878 |#2|)) NIL)) (-3853 (($) NIL T CONST)) (-4317 (((-112) $) NIL (|has| |#1| (-568)))) (-1331 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3465 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3304 (((-112) $) NIL (|has| |#1| (-568)))) (-4336 (((-656 (-792 |#1| (-878 |#2|))) (-656 (-792 |#1| (-878 |#2|))) $ (-1 (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|))) (-1 (-112) (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)))) NIL)) (-1405 (((-656 (-792 |#1| (-878 |#2|))) (-656 (-792 |#1| (-878 |#2|))) $) NIL (|has| |#1| (-568)))) (-1426 (((-656 (-792 |#1| (-878 |#2|))) (-656 (-792 |#1| (-878 |#2|))) $) NIL (|has| |#1| (-568)))) (-2981 (((-3 $ "failed") (-656 (-792 |#1| (-878 |#2|)))) NIL)) (-2318 (($ (-656 (-792 |#1| (-878 |#2|)))) NIL)) (-1762 (((-3 $ "failed") $) NIL)) (-3494 (((-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)) $) NIL)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-792 |#1| (-878 |#2|)) (-1121))))) (-2824 (($ (-792 |#1| (-878 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-792 |#1| (-878 |#2|)) (-1121)))) (($ (-1 (-112) (-792 |#1| (-878 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-1380 (((-2 (|:| |rnum| |#1|) (|:| |polnum| (-792 |#1| (-878 |#2|))) (|:| |den| |#1|)) (-792 |#1| (-878 |#2|)) $) NIL (|has| |#1| (-568)))) (-2094 (((-112) (-792 |#1| (-878 |#2|)) $ (-1 (-112) (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)))) NIL)) (-2062 (((-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)) $) NIL)) (-2722 (((-792 |#1| (-878 |#2|)) (-1 (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|))) $ (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|))) NIL (-12 (|has| $ (-6 -4464)) (|has| (-792 |#1| (-878 |#2|)) (-1121)))) (((-792 |#1| (-878 |#2|)) (-1 (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|))) $ (-792 |#1| (-878 |#2|))) NIL (|has| $ (-6 -4464))) (((-792 |#1| (-878 |#2|)) (-1 (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)) $ (-1 (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|))) (-1 (-112) (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)))) NIL)) (-2752 (((-2 (|:| -1594 (-656 (-792 |#1| (-878 |#2|)))) (|:| -3823 (-656 (-792 |#1| (-878 |#2|))))) $) NIL)) (-1384 (((-112) (-792 |#1| (-878 |#2|)) $) NIL)) (-3217 (((-112) (-792 |#1| (-878 |#2|)) $) NIL)) (-1868 (((-112) (-792 |#1| (-878 |#2|)) $) NIL) (((-112) $) NIL)) (-3722 (((-656 (-792 |#1| (-878 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-3925 (((-112) (-792 |#1| (-878 |#2|)) $) NIL) (((-112) $) NIL)) (-2777 (((-878 |#2|) $) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 (-792 |#1| (-878 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-792 |#1| (-878 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-792 |#1| (-878 |#2|)) (-1121))))) (-1896 (($ (-1 (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|))) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|))) $) NIL)) (-3044 (((-656 (-878 |#2|)) $) NIL)) (-3436 (((-112) (-878 |#2|) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL)) (-4364 (((-3 (-792 |#1| (-878 |#2|)) (-656 $)) (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)) $) NIL)) (-3172 (((-656 (-2 (|:| |val| (-792 |#1| (-878 |#2|))) (|:| -4442 $))) (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)) $) NIL)) (-2850 (((-3 (-792 |#1| (-878 |#2|)) "failed") $) NIL)) (-1576 (((-656 $) (-792 |#1| (-878 |#2|)) $) NIL)) (-3446 (((-3 (-112) (-656 $)) (-792 |#1| (-878 |#2|)) $) NIL)) (-3292 (((-656 (-2 (|:| |val| (-112)) (|:| -4442 $))) (-792 |#1| (-878 |#2|)) $) NIL) (((-112) (-792 |#1| (-878 |#2|)) $) NIL)) (-2157 (((-656 $) (-792 |#1| (-878 |#2|)) $) NIL) (((-656 $) (-656 (-792 |#1| (-878 |#2|))) $) NIL) (((-656 $) (-656 (-792 |#1| (-878 |#2|))) (-656 $)) NIL) (((-656 $) (-792 |#1| (-878 |#2|)) (-656 $)) NIL)) (-2801 (($ (-792 |#1| (-878 |#2|)) $) NIL) (($ (-656 (-792 |#1| (-878 |#2|))) $) NIL)) (-1932 (((-656 (-792 |#1| (-878 |#2|))) $) NIL)) (-3811 (((-112) (-792 |#1| (-878 |#2|)) $) NIL) (((-112) $) NIL)) (-3758 (((-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)) $) NIL)) (-3901 (((-112) $ $) NIL)) (-1647 (((-2 (|:| |num| (-792 |#1| (-878 |#2|))) (|:| |den| |#1|)) (-792 |#1| (-878 |#2|)) $) NIL (|has| |#1| (-568)))) (-1989 (((-112) (-792 |#1| (-878 |#2|)) $) NIL) (((-112) $) NIL)) (-2614 (((-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)) $) NIL)) (-3117 (((-1141) $) NIL)) (-1753 (((-3 (-792 |#1| (-878 |#2|)) "failed") $) NIL)) (-2922 (((-3 (-792 |#1| (-878 |#2|)) "failed") (-1 (-112) (-792 |#1| (-878 |#2|))) $) NIL)) (-4194 (((-3 $ "failed") $ (-792 |#1| (-878 |#2|))) NIL)) (-3168 (($ $ (-792 |#1| (-878 |#2|))) NIL) (((-656 $) (-792 |#1| (-878 |#2|)) $) NIL) (((-656 $) (-792 |#1| (-878 |#2|)) (-656 $)) NIL) (((-656 $) (-656 (-792 |#1| (-878 |#2|))) $) NIL) (((-656 $) (-656 (-792 |#1| (-878 |#2|))) (-656 $)) NIL)) (-3484 (((-112) (-1 (-112) (-792 |#1| (-878 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-792 |#1| (-878 |#2|))) (-656 (-792 |#1| (-878 |#2|)))) NIL (-12 (|has| (-792 |#1| (-878 |#2|)) (-319 (-792 |#1| (-878 |#2|)))) (|has| (-792 |#1| (-878 |#2|)) (-1121)))) (($ $ (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|))) NIL (-12 (|has| (-792 |#1| (-878 |#2|)) (-319 (-792 |#1| (-878 |#2|)))) (|has| (-792 |#1| (-878 |#2|)) (-1121)))) (($ $ (-304 (-792 |#1| (-878 |#2|)))) NIL (-12 (|has| (-792 |#1| (-878 |#2|)) (-319 (-792 |#1| (-878 |#2|)))) (|has| (-792 |#1| (-878 |#2|)) (-1121)))) (($ $ (-656 (-304 (-792 |#1| (-878 |#2|))))) NIL (-12 (|has| (-792 |#1| (-878 |#2|)) (-319 (-792 |#1| (-878 |#2|)))) (|has| (-792 |#1| (-878 |#2|)) (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-2786 (((-783) $) NIL)) (-3131 (((-783) (-792 |#1| (-878 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-792 |#1| (-878 |#2|)) (-1121)))) (((-783) (-1 (-112) (-792 |#1| (-878 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| (-792 |#1| (-878 |#2|)) (-626 (-548))))) (-4125 (($ (-656 (-792 |#1| (-878 |#2|)))) NIL)) (-4154 (($ $ (-878 |#2|)) NIL)) (-3200 (($ $ (-878 |#2|)) NIL)) (-2763 (($ $) NIL)) (-4039 (($ $ (-878 |#2|)) NIL)) (-4114 (((-876) $) NIL) (((-656 (-792 |#1| (-878 |#2|))) $) NIL)) (-2825 (((-783) $) NIL (|has| (-878 |#2|) (-379)))) (-3000 (((-112) $ $) NIL)) (-1976 (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 (-792 |#1| (-878 |#2|))))) "failed") (-656 (-792 |#1| (-878 |#2|))) (-1 (-112) (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)))) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 (-792 |#1| (-878 |#2|))))) "failed") (-656 (-792 |#1| (-878 |#2|))) (-1 (-112) (-792 |#1| (-878 |#2|))) (-1 (-112) (-792 |#1| (-878 |#2|)) (-792 |#1| (-878 |#2|)))) NIL)) (-1778 (((-112) $ (-1 (-112) (-792 |#1| (-878 |#2|)) (-656 (-792 |#1| (-878 |#2|))))) NIL)) (-3852 (((-656 $) (-792 |#1| (-878 |#2|)) $) NIL) (((-656 $) (-792 |#1| (-878 |#2|)) (-656 $)) NIL) (((-656 $) (-656 (-792 |#1| (-878 |#2|))) $) NIL) (((-656 $) (-656 (-792 |#1| (-878 |#2|))) (-656 $)) NIL)) (-1746 (((-112) (-1 (-112) (-792 |#1| (-878 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-3783 (((-656 (-878 |#2|)) $) NIL)) (-3895 (((-112) (-792 |#1| (-878 |#2|)) $) NIL)) (-1649 (((-112) (-878 |#2|) $) NIL)) (-3939 (((-112) $ $) NIL)) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-1067 |#1| |#2|) (-13 (-1092 |#1| (-543 (-878 |#2|)) (-878 |#2|) (-792 |#1| (-878 |#2|))) (-10 -8 (-15 -3769 ((-656 $) (-656 (-792 |#1| (-878 |#2|))) (-112) (-112))))) (-464) (-656 (-1197))) (T -1067))
+((-3769 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-656 (-792 *5 (-878 *6)))) (-5 *4 (-112)) (-4 *5 (-464)) (-14 *6 (-656 (-1197))) (-5 *2 (-656 (-1067 *5 *6))) (-5 *1 (-1067 *5 *6)))))
+(-13 (-1092 |#1| (-543 (-878 |#2|)) (-878 |#2|) (-792 |#1| (-878 |#2|))) (-10 -8 (-15 -3769 ((-656 $) (-656 (-792 |#1| (-878 |#2|))) (-112) (-112)))))
+((-3918 (((-1 (-576)) (-1115 (-576))) 32)) (-3147 (((-576) (-576) (-576) (-576) (-576)) 29)) (-2205 (((-1 (-576)) |RationalNumber|) NIL)) (-1528 (((-1 (-576)) |RationalNumber|) NIL)) (-2945 (((-1 (-576)) (-576) |RationalNumber|) NIL)))
+(((-1068) (-10 -7 (-15 -3918 ((-1 (-576)) (-1115 (-576)))) (-15 -2945 ((-1 (-576)) (-576) |RationalNumber|)) (-15 -2205 ((-1 (-576)) |RationalNumber|)) (-15 -1528 ((-1 (-576)) |RationalNumber|)) (-15 -3147 ((-576) (-576) (-576) (-576) (-576))))) (T -1068))
+((-3147 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1068)))) (-1528 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-576))) (-5 *1 (-1068)))) (-2205 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-576))) (-5 *1 (-1068)))) (-2945 (*1 *2 *3 *4) (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-576))) (-5 *1 (-1068)) (-5 *3 (-576)))) (-3918 (*1 *2 *3) (-12 (-5 *3 (-1115 (-576))) (-5 *2 (-1 (-576))) (-5 *1 (-1068)))))
+(-10 -7 (-15 -3918 ((-1 (-576)) (-1115 (-576)))) (-15 -2945 ((-1 (-576)) (-576) |RationalNumber|)) (-15 -2205 ((-1 (-576)) |RationalNumber|)) (-15 -1528 ((-1 (-576)) |RationalNumber|)) (-15 -3147 ((-576) (-576) (-576) (-576) (-576))))
+((-4114 (((-876) $) NIL) (($ (-576)) 10)))
+(((-1069 |#1|) (-10 -8 (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|))) (-1070)) (T -1069))
+NIL
+(-10 -8 (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-3315 (((-112) $) 35)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12) (($ (-576)) 33)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+(((-1070) (-141)) (T -1070))
+((-2864 (*1 *2) (-12 (-4 *1 (-1070)) (-5 *2 (-783)))))
+(-13 (-1079) (-738) (-660 $) (-628 (-576)) (-10 -7 (-15 -2864 ((-783)) -2666) (-6 -4461)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-628 (-576)) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-738) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-3529 (((-419 (-971 |#2|)) (-656 |#2|) (-656 |#2|) (-783) (-783)) 54)))
+(((-1071 |#1| |#2|) (-10 -7 (-15 -3529 ((-419 (-971 |#2|)) (-656 |#2|) (-656 |#2|) (-783) (-783)))) (-1197) (-374)) (T -1071))
+((-3529 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-656 *6)) (-5 *4 (-783)) (-4 *6 (-374)) (-5 *2 (-419 (-971 *6))) (-5 *1 (-1071 *5 *6)) (-14 *5 (-1197)))))
+(-10 -7 (-15 -3529 ((-419 (-971 |#2|)) (-656 |#2|) (-656 |#2|) (-783) (-783))))
+((-1955 (((-112) $ $) 6)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)) (* (($ $ |#1|) 14)))
+(((-1072 |#1|) (-141) (-1133)) (T -1072))
+((* (*1 *1 *1 *2) (-12 (-4 *1 (-1072 *2)) (-4 *2 (-1133)))))
+(-13 (-1121) (-10 -8 (-15 * ($ $ |t#1|))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-1725 (((-112) $) 38)) (-4055 (((-112) $) 17)) (-2759 (((-783) $) 13)) (-2773 (((-783) $) 14)) (-3774 (((-112) $) 30)) (-4354 (((-112) $) 40)))
+(((-1073 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -8 (-15 -2773 ((-783) |#1|)) (-15 -2759 ((-783) |#1|)) (-15 -4354 ((-112) |#1|)) (-15 -1725 ((-112) |#1|)) (-15 -3774 ((-112) |#1|)) (-15 -4055 ((-112) |#1|))) (-1074 |#2| |#3| |#4| |#5| |#6|) (-783) (-783) (-1070) (-243 |#3| |#4|) (-243 |#2| |#4|)) (T -1073))
+NIL
+(-10 -8 (-15 -2773 ((-783) |#1|)) (-15 -2759 ((-783) |#1|)) (-15 -4354 ((-112) |#1|)) (-15 -1725 ((-112) |#1|)) (-15 -3774 ((-112) |#1|)) (-15 -4055 ((-112) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-1725 (((-112) $) 56)) (-2583 (((-3 $ "failed") $ $) 20)) (-4055 (((-112) $) 58)) (-1951 (((-112) $ (-783)) 66)) (-3853 (($) 18 T CONST)) (-1872 (($ $) 39 (|has| |#3| (-317)))) (-3368 ((|#4| $ (-576)) 44)) (-4136 (((-783) $) 38 (|has| |#3| (-568)))) (-3721 ((|#3| $ (-576) (-576)) 46)) (-3722 (((-656 |#3|) $) 73 (|has| $ (-6 -4464)))) (-1547 (((-783) $) 37 (|has| |#3| (-568)))) (-3622 (((-656 |#5|) $) 36 (|has| |#3| (-568)))) (-2759 (((-783) $) 50)) (-2773 (((-783) $) 49)) (-4157 (((-112) $ (-783)) 65)) (-2037 (((-576) $) 54)) (-3775 (((-576) $) 52)) (-4302 (((-656 |#3|) $) 74 (|has| $ (-6 -4464)))) (-4029 (((-112) |#3| $) 76 (-12 (|has| |#3| (-1121)) (|has| $ (-6 -4464))))) (-3422 (((-576) $) 53)) (-3154 (((-576) $) 51)) (-3409 (($ (-656 (-656 |#3|))) 59)) (-1896 (($ (-1 |#3| |#3|) $) 69 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#3| |#3|) $) 68) (($ (-1 |#3| |#3| |#3|) $ $) 42)) (-3302 (((-656 (-656 |#3|)) $) 48)) (-4002 (((-112) $ (-783)) 64)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-1943 (((-3 $ "failed") $ |#3|) 41 (|has| |#3| (-568)))) (-3484 (((-112) (-1 (-112) |#3|) $) 71 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 |#3|) (-656 |#3|)) 80 (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121)))) (($ $ |#3| |#3|) 79 (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121)))) (($ $ (-304 |#3|)) 78 (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121)))) (($ $ (-656 (-304 |#3|))) 77 (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121))))) (-2587 (((-112) $ $) 60)) (-4190 (((-112) $) 63)) (-3029 (($) 62)) (-4369 ((|#3| $ (-576) (-576)) 47) ((|#3| $ (-576) (-576) |#3|) 45)) (-3774 (((-112) $) 57)) (-3131 (((-783) |#3| $) 75 (-12 (|has| |#3| (-1121)) (|has| $ (-6 -4464)))) (((-783) (-1 (-112) |#3|) $) 72 (|has| $ (-6 -4464)))) (-4287 (($ $) 61)) (-4389 ((|#5| $ (-576)) 43)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-1746 (((-112) (-1 (-112) |#3|) $) 70 (|has| $ (-6 -4464)))) (-4354 (((-112) $) 55)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#3|) 40 (|has| |#3| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#3| $) 27) (($ $ |#3|) 31)) (-1968 (((-783) $) 67 (|has| $ (-6 -4464)))))
+(((-1074 |#1| |#2| |#3| |#4| |#5|) (-141) (-783) (-783) (-1070) (-243 |t#2| |t#3|) (-243 |t#1| |t#3|)) (T -1074))
+((-2423 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)))) (-3409 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 *5))) (-4 *5 (-1070)) (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)))) (-4055 (*1 *2 *1) (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-112)))) (-3774 (*1 *2 *1) (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-112)))) (-1725 (*1 *2 *1) (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-112)))) (-4354 (*1 *2 *1) (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-112)))) (-2037 (*1 *2 *1) (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-576)))) (-3422 (*1 *2 *1) (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-576)))) (-3775 (*1 *2 *1) (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-576)))) (-3154 (*1 *2 *1) (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-576)))) (-2759 (*1 *2 *1) (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-783)))) (-2773 (*1 *2 *1) (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-783)))) (-3302 (*1 *2 *1) (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-656 (-656 *5))))) (-4369 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-576)) (-4 *1 (-1074 *4 *5 *2 *6 *7)) (-4 *6 (-243 *5 *2)) (-4 *7 (-243 *4 *2)) (-4 *2 (-1070)))) (-3721 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-576)) (-4 *1 (-1074 *4 *5 *2 *6 *7)) (-4 *6 (-243 *5 *2)) (-4 *7 (-243 *4 *2)) (-4 *2 (-1070)))) (-4369 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-576)) (-4 *1 (-1074 *4 *5 *2 *6 *7)) (-4 *2 (-1070)) (-4 *6 (-243 *5 *2)) (-4 *7 (-243 *4 *2)))) (-3368 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-1074 *4 *5 *6 *2 *7)) (-4 *6 (-1070)) (-4 *7 (-243 *4 *6)) (-4 *2 (-243 *5 *6)))) (-4389 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-1074 *4 *5 *6 *7 *2)) (-4 *6 (-1070)) (-4 *7 (-243 *5 *6)) (-4 *2 (-243 *4 *6)))) (-2423 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)))) (-1943 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1074 *3 *4 *2 *5 *6)) (-4 *2 (-1070)) (-4 *5 (-243 *4 *2)) (-4 *6 (-243 *3 *2)) (-4 *2 (-568)))) (-4047 (*1 *1 *1 *2) (-12 (-4 *1 (-1074 *3 *4 *2 *5 *6)) (-4 *2 (-1070)) (-4 *5 (-243 *4 *2)) (-4 *6 (-243 *3 *2)) (-4 *2 (-374)))) (-1872 (*1 *1 *1) (-12 (-4 *1 (-1074 *2 *3 *4 *5 *6)) (-4 *4 (-1070)) (-4 *5 (-243 *3 *4)) (-4 *6 (-243 *2 *4)) (-4 *4 (-317)))) (-4136 (*1 *2 *1) (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-4 *5 (-568)) (-5 *2 (-783)))) (-1547 (*1 *2 *1) (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-4 *5 (-568)) (-5 *2 (-783)))) (-3622 (*1 *2 *1) (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-4 *5 (-568)) (-5 *2 (-656 *7)))))
+(-13 (-111 |t#3| |t#3|) (-501 |t#3|) (-10 -8 (-6 -4464) (IF (|has| |t#3| (-174)) (-6 (-729 |t#3|)) |%noBranch|) (-15 -3409 ($ (-656 (-656 |t#3|)))) (-15 -4055 ((-112) $)) (-15 -3774 ((-112) $)) (-15 -1725 ((-112) $)) (-15 -4354 ((-112) $)) (-15 -2037 ((-576) $)) (-15 -3422 ((-576) $)) (-15 -3775 ((-576) $)) (-15 -3154 ((-576) $)) (-15 -2759 ((-783) $)) (-15 -2773 ((-783) $)) (-15 -3302 ((-656 (-656 |t#3|)) $)) (-15 -4369 (|t#3| $ (-576) (-576))) (-15 -3721 (|t#3| $ (-576) (-576))) (-15 -4369 (|t#3| $ (-576) (-576) |t#3|)) (-15 -3368 (|t#4| $ (-576))) (-15 -4389 (|t#5| $ (-576))) (-15 -2423 ($ (-1 |t#3| |t#3|) $)) (-15 -2423 ($ (-1 |t#3| |t#3| |t#3|) $ $)) (IF (|has| |t#3| (-568)) (-15 -1943 ((-3 $ "failed") $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-374)) (-15 -4047 ($ $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-317)) (-15 -1872 ($ $)) |%noBranch|) (IF (|has| |t#3| (-568)) (PROGN (-15 -4136 ((-783) $)) (-15 -1547 ((-783) $)) (-15 -3622 ((-656 |t#5|) $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-102) . T) ((-111 |#3| |#3|) . T) ((-132) . T) ((-625 (-876)) . T) ((-319 |#3|) -12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121))) ((-501 |#3|) . T) ((-526 |#3| |#3|) -12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121))) ((-658 (-576)) . T) ((-658 |#3|) . T) ((-660 |#3|) . T) ((-652 |#3|) |has| |#3| (-174)) ((-729 |#3|) |has| |#3| (-174)) ((-1072 |#3|) . T) ((-1077 |#3|) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1725 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-4055 (((-112) $) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-3853 (($) NIL T CONST)) (-1872 (($ $) 47 (|has| |#3| (-317)))) (-3368 (((-245 |#2| |#3|) $ (-576)) 36)) (-3625 (($ (-701 |#3|)) 45)) (-4136 (((-783) $) 49 (|has| |#3| (-568)))) (-3721 ((|#3| $ (-576) (-576)) NIL)) (-3722 (((-656 |#3|) $) NIL (|has| $ (-6 -4464)))) (-1547 (((-783) $) 51 (|has| |#3| (-568)))) (-3622 (((-656 (-245 |#1| |#3|)) $) 55 (|has| |#3| (-568)))) (-2759 (((-783) $) NIL)) (-2773 (((-783) $) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-2037 (((-576) $) NIL)) (-3775 (((-576) $) NIL)) (-4302 (((-656 |#3|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#3| (-1121))))) (-3422 (((-576) $) NIL)) (-3154 (((-576) $) NIL)) (-3409 (($ (-656 (-656 |#3|))) 31)) (-1896 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) NIL)) (-3302 (((-656 (-656 |#3|)) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1943 (((-3 $ "failed") $ |#3|) NIL (|has| |#3| (-568)))) (-3484 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 |#3|) (-656 |#3|)) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121)))) (($ $ (-304 |#3|)) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121)))) (($ $ (-656 (-304 |#3|))) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#3| $ (-576) (-576)) NIL) ((|#3| $ (-576) (-576) |#3|) NIL)) (-2435 (((-135)) 59 (|has| |#3| (-374)))) (-3774 (((-112) $) NIL)) (-3131 (((-783) |#3| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#3| (-1121)))) (((-783) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) 65 (|has| |#3| (-626 (-548))))) (-4389 (((-245 |#1| |#3|) $ (-576)) 40)) (-4114 (((-876) $) 19) (((-701 |#3|) $) 42)) (-3000 (((-112) $ $) NIL)) (-1746 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4464)))) (-4354 (((-112) $) NIL)) (-4312 (($) 16 T CONST)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#3|) NIL (|has| |#3| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ |#3| $) NIL) (($ $ |#3|) NIL)) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-1075 |#1| |#2| |#3|) (-13 (-1074 |#1| |#2| |#3| (-245 |#2| |#3|) (-245 |#1| |#3|)) (-625 (-701 |#3|)) (-10 -8 (IF (|has| |#3| (-374)) (-6 (-1295 |#3|)) |%noBranch|) (IF (|has| |#3| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (-15 -3625 ($ (-701 |#3|))))) (-783) (-783) (-1070)) (T -1075))
+((-3625 (*1 *1 *2) (-12 (-5 *2 (-701 *5)) (-4 *5 (-1070)) (-5 *1 (-1075 *3 *4 *5)) (-14 *3 (-783)) (-14 *4 (-783)))))
+(-13 (-1074 |#1| |#2| |#3| (-245 |#2| |#3|) (-245 |#1| |#3|)) (-625 (-701 |#3|)) (-10 -8 (IF (|has| |#3| (-374)) (-6 (-1295 |#3|)) |%noBranch|) (IF (|has| |#3| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|) (-15 -3625 ($ (-701 |#3|)))))
+((-2722 ((|#7| (-1 |#7| |#3| |#7|) |#6| |#7|) 36)) (-2423 ((|#10| (-1 |#7| |#3|) |#6|) 34)))
+(((-1076 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8| |#9| |#10|) (-10 -7 (-15 -2423 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -2722 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|))) (-783) (-783) (-1070) (-243 |#2| |#3|) (-243 |#1| |#3|) (-1074 |#1| |#2| |#3| |#4| |#5|) (-1070) (-243 |#2| |#7|) (-243 |#1| |#7|) (-1074 |#1| |#2| |#7| |#8| |#9|)) (T -1076))
+((-2722 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1070)) (-4 *2 (-1070)) (-14 *5 (-783)) (-14 *6 (-783)) (-4 *8 (-243 *6 *7)) (-4 *9 (-243 *5 *7)) (-4 *10 (-243 *6 *2)) (-4 *11 (-243 *5 *2)) (-5 *1 (-1076 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12)) (-4 *4 (-1074 *5 *6 *7 *8 *9)) (-4 *12 (-1074 *5 *6 *2 *10 *11)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-1070)) (-4 *10 (-1070)) (-14 *5 (-783)) (-14 *6 (-783)) (-4 *8 (-243 *6 *7)) (-4 *9 (-243 *5 *7)) (-4 *2 (-1074 *5 *6 *10 *11 *12)) (-5 *1 (-1076 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2)) (-4 *4 (-1074 *5 *6 *7 *8 *9)) (-4 *11 (-243 *6 *10)) (-4 *12 (-243 *5 *10)))))
+(-10 -7 (-15 -2423 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -2722 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ |#1|) 27)))
+(((-1077 |#1|) (-141) (-1079)) (T -1077))
+NIL
+(-13 (-21) (-1072 |t#1|))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-1072 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1652 (((-1197) $) 11)) (-2402 ((|#1| $) 12)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-2442 (($ (-1197) |#1|) 10)) (-4114 (((-876) $) 22 (|has| |#1| (-1121)))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-3939 (((-112) $ $) 17 (|has| |#1| (-1121)))))
+(((-1078 |#1| |#2|) (-13 (-1238) (-10 -8 (-15 -2442 ($ (-1197) |#1|)) (-15 -1652 ((-1197) $)) (-15 -2402 (|#1| $)) (IF (|has| |#1| (-1121)) (-6 (-1121)) |%noBranch|))) (-1114 |#2|) (-1238)) (T -1078))
+((-2442 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-4 *4 (-1238)) (-5 *1 (-1078 *3 *4)) (-4 *3 (-1114 *4)))) (-1652 (*1 *2 *1) (-12 (-4 *4 (-1238)) (-5 *2 (-1197)) (-5 *1 (-1078 *3 *4)) (-4 *3 (-1114 *4)))) (-2402 (*1 *2 *1) (-12 (-4 *2 (-1114 *3)) (-5 *1 (-1078 *2 *3)) (-4 *3 (-1238)))))
+(-13 (-1238) (-10 -8 (-15 -2442 ($ (-1197) |#1|)) (-15 -1652 ((-1197) $)) (-15 -2402 (|#1| $)) (IF (|has| |#1| (-1121)) (-6 (-1121)) |%noBranch|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
(((-1079) (-141)) (T -1079))
-((-4308 (*1 *1 *1) (-4 *1 (-1079))) (-1650 (*1 *1 *1) (-4 *1 (-1079))) (-4317 (*1 *1 *1) (-4 *1 (-1079))) (-3247 (*1 *1 *1) (-4 *1 (-1079))) (-3522 (*1 *2 *1) (-12 (-4 *1 (-1079)) (-5 *2 (-576)))) (-3252 (*1 *1 *1) (-4 *1 (-1079))) (-1930 (*1 *1 *1) (-4 *1 (-1079))) (-2272 (*1 *1 *1) (-4 *1 (-1079))))
-(-13 (-374) (-860) (-1041) (-1057 (-576)) (-1057 (-419 (-576))) (-1021) (-626 (-905 (-390))) (-899 (-390)) (-148) (-10 -8 (-15 -1650 ($ $)) (-15 -4317 ($ $)) (-15 -3247 ($ $)) (-15 -3522 ((-576) $)) (-15 -3252 ($ $)) (-15 -1930 ($ $)) (-15 -2272 ($ $)) (-15 -4308 ($ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-132) . T) ((-148) . T) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-626 (-227)) . T) ((-626 (-390)) . T) ((-626 (-905 (-390))) . T) ((-248) . T) ((-300) . T) ((-317) . T) ((-374) . T) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 $) . T) ((-738) . T) ((-803) . T) ((-804) . T) ((-806) . T) ((-807) . T) ((-860) . T) ((-862) . T) ((-899 (-390)) . T) ((-937) . T) ((-1021) . T) ((-1041) . T) ((-1057 (-419 (-576))) . T) ((-1057 (-576)) . T) ((-1070 #0#) . T) ((-1070 $) . T) ((-1075 #0#) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T) ((-1240) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) |#2| $) 26)) (-2093 ((|#1| $) 10)) (-2786 (((-576) |#2| $) 116)) (-2663 (((-3 $ "failed") |#2| (-938)) 75)) (-4247 ((|#1| $) 31)) (-1685 ((|#1| |#2| $ |#1|) 40)) (-4357 (($ $) 28)) (-2251 (((-3 |#2| "failed") |#2| $) 111)) (-3075 (((-112) |#2| $) NIL)) (-3667 (((-112) |#2| $) NIL)) (-1730 (((-112) |#2| $) 27)) (-1450 ((|#1| $) 117)) (-4237 ((|#1| $) 30)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3117 ((|#2| $) 102)) (-3567 (((-874) $) 92)) (-1540 (((-112) $ $) NIL)) (-4163 ((|#1| |#2| $ |#1|) 41)) (-4124 (((-656 $) |#2|) 77)) (-2921 (((-112) $ $) 97)))
-(((-1080 |#1| |#2|) (-13 (-1087 |#1| |#2|) (-10 -8 (-15 -4237 (|#1| $)) (-15 -4247 (|#1| $)) (-15 -2093 (|#1| $)) (-15 -1450 (|#1| $)) (-15 -4357 ($ $)) (-15 -1730 ((-112) |#2| $)) (-15 -1685 (|#1| |#2| $ |#1|)))) (-13 (-860) (-374)) (-1262 |#1|)) (T -1080))
-((-1685 (*1 *2 *3 *1 *2) (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1080 *2 *3)) (-4 *3 (-1262 *2)))) (-4237 (*1 *2 *1) (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1080 *2 *3)) (-4 *3 (-1262 *2)))) (-4247 (*1 *2 *1) (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1080 *2 *3)) (-4 *3 (-1262 *2)))) (-2093 (*1 *2 *1) (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1080 *2 *3)) (-4 *3 (-1262 *2)))) (-1450 (*1 *2 *1) (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1080 *2 *3)) (-4 *3 (-1262 *2)))) (-4357 (*1 *1 *1) (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1080 *2 *3)) (-4 *3 (-1262 *2)))) (-1730 (*1 *2 *3 *1) (-12 (-4 *4 (-13 (-860) (-374))) (-5 *2 (-112)) (-5 *1 (-1080 *4 *3)) (-4 *3 (-1262 *4)))))
-(-13 (-1087 |#1| |#2|) (-10 -8 (-15 -4237 (|#1| $)) (-15 -4247 (|#1| $)) (-15 -2093 (|#1| $)) (-15 -1450 (|#1| $)) (-15 -4357 ($ $)) (-15 -1730 ((-112) |#2| $)) (-15 -1685 (|#1| |#2| $ |#1|))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-3248 (($ $ $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-4185 (($ $ $ $) NIL)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1829 (((-112) $ $) NIL)) (-2786 (((-576) $) NIL)) (-2740 (($ $ $) NIL)) (-2135 (($) NIL T CONST)) (-2267 (($ (-1195)) 10) (($ (-576)) 7)) (-1570 (((-3 (-576) "failed") $) NIL)) (-2857 (((-576) $) NIL)) (-3426 (($ $ $) NIL)) (-3142 (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL) (((-701 (-576)) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2772 (((-3 (-419 (-576)) "failed") $) NIL)) (-4423 (((-112) $) NIL)) (-4335 (((-419 (-576)) $) NIL)) (-1834 (($) NIL) (($ $) NIL)) (-3438 (($ $ $) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3535 (($ $ $ $) NIL)) (-2363 (($ $ $) NIL)) (-3075 (((-112) $) NIL)) (-4440 (($ $ $) NIL)) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL)) (-3612 (((-112) $) NIL)) (-2044 (((-112) $) NIL)) (-2162 (((-3 $ "failed") $) NIL)) (-3667 (((-112) $) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3832 (($ $ $ $) NIL)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-2238 (($ $) NIL)) (-2432 (($ $) NIL)) (-1853 (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL) (((-701 (-576)) (-1286 $)) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2672 (($ $ $) NIL)) (-3537 (($) NIL T CONST)) (-1371 (($ $) NIL)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3628 (($ $) NIL)) (-1827 (((-430 $) $) NIL)) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2227 (((-112) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2770 (($ $) NIL) (($ $ (-783)) NIL)) (-1805 (($ $) NIL)) (-1868 (($ $) NIL)) (-4169 (((-576) $) 16) (((-548) $) NIL) (((-905 (-576)) $) NIL) (((-390) $) NIL) (((-227) $) NIL) (($ (-1195)) 9)) (-3567 (((-874) $) 23) (($ (-576)) 6) (($ $) NIL) (($ (-576)) 6)) (-2596 (((-783)) NIL T CONST)) (-1881 (((-112) $ $) NIL)) (-4020 (($ $ $) NIL)) (-1540 (((-112) $ $) NIL)) (-3513 (($) NIL)) (-4196 (((-112) $ $) NIL)) (-2483 (($ $ $ $) NIL)) (-4308 (($ $) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $) NIL) (($ $ (-783)) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-3041 (($ $) 22) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ (-576) $) NIL)))
-(((-1081) (-13 (-557) (-630 (-1195)) (-10 -8 (-6 -4449) (-6 -4454) (-6 -4450) (-15 -2267 ($ (-1195))) (-15 -2267 ($ (-576)))))) (T -1081))
-((-2267 (*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-1081)))) (-2267 (*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1081)))))
-(-13 (-557) (-630 (-1195)) (-10 -8 (-6 -4449) (-6 -4454) (-6 -4450) (-15 -2267 ($ (-1195))) (-15 -2267 ($ (-576)))))
-((-3486 (((-112) $ $) NIL (-2755 (|has| (-52) (-102)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-102))))) (-4125 (($) NIL) (($ (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) NIL)) (-2617 (((-1291) $ (-1195) (-1195)) NIL (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) NIL)) (-2370 (($) 9)) (-3753 (((-52) $ (-1195) (-52)) NIL)) (-2041 (($ $) 32)) (-2452 (($ $) 30)) (-2504 (($ $) 29)) (-1875 (($ $) 31)) (-3376 (($ $) 35)) (-1395 (($ $) 36)) (-1549 (($ $) 28)) (-4065 (($ $) 33)) (-4394 (($ (-1 (-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) 27 (|has| $ (-6 -4462)))) (-2192 (((-3 (-52) "failed") (-1195) $) 43)) (-2135 (($) NIL T CONST)) (-1946 (($) 7)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119))))) (-3516 (($ (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) $) 53 (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462))) (((-3 (-52) "failed") (-1195) $) NIL)) (-3942 (($ (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119)))) (($ (-1 (-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462)))) (-3683 (((-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $ (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119)))) (((-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $ (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) NIL (|has| $ (-6 -4462))) (((-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462)))) (-3196 (((-3 (-1177) "failed") $ (-1177) (-576)) 72)) (-4330 (((-52) $ (-1195) (-52)) NIL (|has| $ (-6 -4463)))) (-4271 (((-52) $ (-1195)) NIL)) (-3963 (((-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462))) (((-656 (-52)) $) NIL (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-1195) $) NIL (|has| (-1195) (-862)))) (-3452 (((-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) 38 (|has| $ (-6 -4462))) (((-656 (-52)) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-52) (-1119))))) (-3767 (((-1195) $) NIL (|has| (-1195) (-862)))) (-4320 (($ (-1 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4463))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (-2755 (|has| (-52) (-1119)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119))))) (-3200 (((-656 (-1195)) $) NIL)) (-2848 (((-112) (-1195) $) NIL)) (-4219 (((-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) $) NIL)) (-2767 (($ (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) $) 46)) (-1742 (((-656 (-1195)) $) NIL)) (-2406 (((-112) (-1195) $) NIL)) (-1448 (((-1139) $) NIL (-2755 (|has| (-52) (-1119)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119))))) (-1364 (((-390) $ (-1195)) 52)) (-1822 (((-656 (-1177)) $ (-1177)) 74)) (-3578 (((-52) $) NIL (|has| (-1195) (-862)))) (-2295 (((-3 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) "failed") (-1 (-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL)) (-1552 (($ $ (-52)) NIL (|has| $ (-6 -4463)))) (-4436 (((-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) $) NIL)) (-3626 (((-112) (-1 (-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))))) NIL (-12 (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119)))) (($ $ (-304 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) NIL (-12 (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119)))) (($ $ (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) NIL (-12 (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119)))) (($ $ (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) NIL (-12 (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-319 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119)))) (($ $ (-656 (-52)) (-656 (-52))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1119)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1119)))) (($ $ (-304 (-52))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1119)))) (($ $ (-656 (-304 (-52)))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-52) (-1119))))) (-4278 (((-656 (-52)) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 (((-52) $ (-1195)) NIL) (((-52) $ (-1195) (-52)) NIL)) (-2089 (($) NIL) (($ (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) NIL)) (-1321 (($ $ (-1195)) 54)) (-1458 (((-783) (-1 (-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462))) (((-783) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119)))) (((-783) (-52) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-52) (-1119)))) (((-783) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-626 (-548))))) (-3579 (($ (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) 40)) (-1613 (($ $ $) 41)) (-3567 (((-874) $) NIL (-2755 (|has| (-52) (-625 (-874))) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-625 (-874)))))) (-2761 (($ $ (-1195) (-390)) 50)) (-3224 (($ $ (-1195) (-390)) 51)) (-1540 (((-112) $ $) NIL (-2755 (|has| (-52) (-1119)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-1119))))) (-2847 (($ (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))))) NIL)) (-2306 (((-112) (-1 (-112) (-2 (|:| -4298 (-1195)) (|:| -4437 (-52)))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (-2755 (|has| (-52) (-102)) (|has| (-2 (|:| -4298 (-1195)) (|:| -4437 (-52))) (-102))))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-1082) (-13 (-1212 (-1195) (-52)) (-10 -8 (-15 -1613 ($ $ $)) (-15 -1946 ($)) (-15 -1549 ($ $)) (-15 -2504 ($ $)) (-15 -2452 ($ $)) (-15 -1875 ($ $)) (-15 -4065 ($ $)) (-15 -2041 ($ $)) (-15 -3376 ($ $)) (-15 -1395 ($ $)) (-15 -2761 ($ $ (-1195) (-390))) (-15 -3224 ($ $ (-1195) (-390))) (-15 -1364 ((-390) $ (-1195))) (-15 -1822 ((-656 (-1177)) $ (-1177))) (-15 -1321 ($ $ (-1195))) (-15 -2370 ($)) (-15 -3196 ((-3 (-1177) "failed") $ (-1177) (-576))) (-6 -4462)))) (T -1082))
-((-1613 (*1 *1 *1 *1) (-5 *1 (-1082))) (-1946 (*1 *1) (-5 *1 (-1082))) (-1549 (*1 *1 *1) (-5 *1 (-1082))) (-2504 (*1 *1 *1) (-5 *1 (-1082))) (-2452 (*1 *1 *1) (-5 *1 (-1082))) (-1875 (*1 *1 *1) (-5 *1 (-1082))) (-4065 (*1 *1 *1) (-5 *1 (-1082))) (-2041 (*1 *1 *1) (-5 *1 (-1082))) (-3376 (*1 *1 *1) (-5 *1 (-1082))) (-1395 (*1 *1 *1) (-5 *1 (-1082))) (-2761 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-390)) (-5 *1 (-1082)))) (-3224 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-390)) (-5 *1 (-1082)))) (-1364 (*1 *2 *1 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-390)) (-5 *1 (-1082)))) (-1822 (*1 *2 *1 *3) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1082)) (-5 *3 (-1177)))) (-1321 (*1 *1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-1082)))) (-2370 (*1 *1) (-5 *1 (-1082))) (-3196 (*1 *2 *1 *2 *3) (|partial| -12 (-5 *2 (-1177)) (-5 *3 (-576)) (-5 *1 (-1082)))))
-(-13 (-1212 (-1195) (-52)) (-10 -8 (-15 -1613 ($ $ $)) (-15 -1946 ($)) (-15 -1549 ($ $)) (-15 -2504 ($ $)) (-15 -2452 ($ $)) (-15 -1875 ($ $)) (-15 -4065 ($ $)) (-15 -2041 ($ $)) (-15 -3376 ($ $)) (-15 -1395 ($ $)) (-15 -2761 ($ $ (-1195) (-390))) (-15 -3224 ($ $ (-1195) (-390))) (-15 -1364 ((-390) $ (-1195))) (-15 -1822 ((-656 (-1177)) $ (-1177))) (-15 -1321 ($ $ (-1195))) (-15 -2370 ($)) (-15 -3196 ((-3 (-1177) "failed") $ (-1177) (-576))) (-6 -4462)))
-((-4422 (($ $) 46)) (-1832 (((-112) $ $) 82)) (-1570 (((-3 |#2| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 (-576) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 $ "failed") (-969 (-419 (-576)))) 247) (((-3 $ "failed") (-969 (-576))) 246) (((-3 $ "failed") (-969 |#2|)) 249)) (-2857 ((|#2| $) NIL) (((-419 (-576)) $) NIL) (((-576) $) NIL) ((|#4| $) NIL) (($ (-969 (-419 (-576)))) 235) (($ (-969 (-576))) 231) (($ (-969 |#2|)) 255)) (-2109 (($ $) NIL) (($ $ |#4|) 44)) (-2655 (((-112) $ $) 131) (((-112) $ (-656 $)) 135)) (-1969 (((-112) $) 60)) (-4279 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 125)) (-3287 (($ $) 160)) (-3506 (($ $) 156)) (-2520 (($ $) 155)) (-3187 (($ $ $) 87) (($ $ $ |#4|) 92)) (-3961 (($ $ $) 90) (($ $ $ |#4|) 94)) (-4179 (((-112) $ $) 143) (((-112) $ (-656 $)) 144)) (-2589 ((|#4| $) 32)) (-1782 (($ $ $) 128)) (-2557 (((-112) $) 59)) (-2479 (((-783) $) 35)) (-3346 (($ $) 174)) (-1572 (($ $) 171)) (-2142 (((-656 $) $) 72)) (-2907 (($ $) 62)) (-2250 (($ $) 167)) (-3076 (((-656 $) $) 69)) (-1864 (($ $) 64)) (-2086 ((|#2| $) NIL) (($ $ |#4|) 39)) (-4154 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3329 (-783))) $ $) 130)) (-2929 (((-2 (|:| -1713 $) (|:| |gap| (-783)) (|:| -3244 $) (|:| -3477 $)) $ $) 126) (((-2 (|:| -1713 $) (|:| |gap| (-783)) (|:| -3244 $) (|:| -3477 $)) $ $ |#4|) 127)) (-1843 (((-2 (|:| -1713 $) (|:| |gap| (-783)) (|:| -3477 $)) $ $) 121) (((-2 (|:| -1713 $) (|:| |gap| (-783)) (|:| -3477 $)) $ $ |#4|) 123)) (-3509 (($ $ $) 97) (($ $ $ |#4|) 106)) (-3100 (($ $ $) 98) (($ $ $ |#4|) 107)) (-1523 (((-656 $) $) 54)) (-2763 (((-112) $ $) 140) (((-112) $ (-656 $)) 141)) (-2126 (($ $ $) 116)) (-3537 (($ $) 37)) (-2774 (((-112) $ $) 80)) (-1470 (((-112) $ $) 136) (((-112) $ (-656 $)) 138)) (-2903 (($ $ $) 112)) (-3926 (($ $) 41)) (-3495 ((|#2| |#2| $) 164) (($ (-656 $)) NIL) (($ $ $) NIL)) (-1740 (($ $ |#2|) NIL) (($ $ $) 153)) (-2481 (($ $ |#2|) 148) (($ $ $) 151)) (-2198 (($ $) 49)) (-4345 (($ $) 55)) (-4169 (((-905 (-390)) $) NIL) (((-905 (-576)) $) NIL) (((-548) $) NIL) (($ (-969 (-419 (-576)))) 237) (($ (-969 (-576))) 233) (($ (-969 |#2|)) 248) (((-1177) $) 279) (((-969 |#2|) $) 184)) (-3567 (((-874) $) 29) (($ (-576)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (((-969 |#2|) $) 185) (($ (-419 (-576))) NIL) (($ $) NIL)) (-2346 (((-3 (-112) "failed") $ $) 79)))
-(((-1083 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3567 (|#1| |#1|)) (-15 -3495 (|#1| |#1| |#1|)) (-15 -3495 (|#1| (-656 |#1|))) (-15 -3567 (|#1| (-419 (-576)))) (-15 -3567 ((-969 |#2|) |#1|)) (-15 -4169 ((-969 |#2|) |#1|)) (-15 -4169 ((-1177) |#1|)) (-15 -3346 (|#1| |#1|)) (-15 -1572 (|#1| |#1|)) (-15 -2250 (|#1| |#1|)) (-15 -3287 (|#1| |#1|)) (-15 -3495 (|#2| |#2| |#1|)) (-15 -1740 (|#1| |#1| |#1|)) (-15 -2481 (|#1| |#1| |#1|)) (-15 -1740 (|#1| |#1| |#2|)) (-15 -2481 (|#1| |#1| |#2|)) (-15 -3506 (|#1| |#1|)) (-15 -2520 (|#1| |#1|)) (-15 -4169 (|#1| (-969 |#2|))) (-15 -2857 (|#1| (-969 |#2|))) (-15 -1570 ((-3 |#1| "failed") (-969 |#2|))) (-15 -4169 (|#1| (-969 (-576)))) (-15 -2857 (|#1| (-969 (-576)))) (-15 -1570 ((-3 |#1| "failed") (-969 (-576)))) (-15 -4169 (|#1| (-969 (-419 (-576))))) (-15 -2857 (|#1| (-969 (-419 (-576))))) (-15 -1570 ((-3 |#1| "failed") (-969 (-419 (-576))))) (-15 -2126 (|#1| |#1| |#1|)) (-15 -2903 (|#1| |#1| |#1|)) (-15 -4154 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -3329 (-783))) |#1| |#1|)) (-15 -1782 (|#1| |#1| |#1|)) (-15 -4279 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|)) (-15 -2929 ((-2 (|:| -1713 |#1|) (|:| |gap| (-783)) (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1| |#4|)) (-15 -2929 ((-2 (|:| -1713 |#1|) (|:| |gap| (-783)) (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|)) (-15 -1843 ((-2 (|:| -1713 |#1|) (|:| |gap| (-783)) (|:| -3477 |#1|)) |#1| |#1| |#4|)) (-15 -1843 ((-2 (|:| -1713 |#1|) (|:| |gap| (-783)) (|:| -3477 |#1|)) |#1| |#1|)) (-15 -3100 (|#1| |#1| |#1| |#4|)) (-15 -3509 (|#1| |#1| |#1| |#4|)) (-15 -3100 (|#1| |#1| |#1|)) (-15 -3509 (|#1| |#1| |#1|)) (-15 -3961 (|#1| |#1| |#1| |#4|)) (-15 -3187 (|#1| |#1| |#1| |#4|)) (-15 -3961 (|#1| |#1| |#1|)) (-15 -3187 (|#1| |#1| |#1|)) (-15 -4179 ((-112) |#1| (-656 |#1|))) (-15 -4179 ((-112) |#1| |#1|)) (-15 -2763 ((-112) |#1| (-656 |#1|))) (-15 -2763 ((-112) |#1| |#1|)) (-15 -1470 ((-112) |#1| (-656 |#1|))) (-15 -1470 ((-112) |#1| |#1|)) (-15 -2655 ((-112) |#1| (-656 |#1|))) (-15 -2655 ((-112) |#1| |#1|)) (-15 -1832 ((-112) |#1| |#1|)) (-15 -2774 ((-112) |#1| |#1|)) (-15 -2346 ((-3 (-112) "failed") |#1| |#1|)) (-15 -2142 ((-656 |#1|) |#1|)) (-15 -3076 ((-656 |#1|) |#1|)) (-15 -1864 (|#1| |#1|)) (-15 -2907 (|#1| |#1|)) (-15 -1969 ((-112) |#1|)) (-15 -2557 ((-112) |#1|)) (-15 -2109 (|#1| |#1| |#4|)) (-15 -2086 (|#1| |#1| |#4|)) (-15 -4345 (|#1| |#1|)) (-15 -1523 ((-656 |#1|) |#1|)) (-15 -2198 (|#1| |#1|)) (-15 -4422 (|#1| |#1|)) (-15 -3926 (|#1| |#1|)) (-15 -3537 (|#1| |#1|)) (-15 -2479 ((-783) |#1|)) (-15 -2589 (|#4| |#1|)) (-15 -4169 ((-548) |#1|)) (-15 -4169 ((-905 (-576)) |#1|)) (-15 -4169 ((-905 (-390)) |#1|)) (-15 -3567 (|#1| |#4|)) (-15 -1570 ((-3 |#4| "failed") |#1|)) (-15 -2857 (|#4| |#1|)) (-15 -2086 (|#2| |#1|)) (-15 -2109 (|#1| |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -3567 (|#1| |#2|)) (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|))) (-1084 |#2| |#3| |#4|) (-1068) (-805) (-862)) (T -1083))
-NIL
-(-10 -8 (-15 -3567 (|#1| |#1|)) (-15 -3495 (|#1| |#1| |#1|)) (-15 -3495 (|#1| (-656 |#1|))) (-15 -3567 (|#1| (-419 (-576)))) (-15 -3567 ((-969 |#2|) |#1|)) (-15 -4169 ((-969 |#2|) |#1|)) (-15 -4169 ((-1177) |#1|)) (-15 -3346 (|#1| |#1|)) (-15 -1572 (|#1| |#1|)) (-15 -2250 (|#1| |#1|)) (-15 -3287 (|#1| |#1|)) (-15 -3495 (|#2| |#2| |#1|)) (-15 -1740 (|#1| |#1| |#1|)) (-15 -2481 (|#1| |#1| |#1|)) (-15 -1740 (|#1| |#1| |#2|)) (-15 -2481 (|#1| |#1| |#2|)) (-15 -3506 (|#1| |#1|)) (-15 -2520 (|#1| |#1|)) (-15 -4169 (|#1| (-969 |#2|))) (-15 -2857 (|#1| (-969 |#2|))) (-15 -1570 ((-3 |#1| "failed") (-969 |#2|))) (-15 -4169 (|#1| (-969 (-576)))) (-15 -2857 (|#1| (-969 (-576)))) (-15 -1570 ((-3 |#1| "failed") (-969 (-576)))) (-15 -4169 (|#1| (-969 (-419 (-576))))) (-15 -2857 (|#1| (-969 (-419 (-576))))) (-15 -1570 ((-3 |#1| "failed") (-969 (-419 (-576))))) (-15 -2126 (|#1| |#1| |#1|)) (-15 -2903 (|#1| |#1| |#1|)) (-15 -4154 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -3329 (-783))) |#1| |#1|)) (-15 -1782 (|#1| |#1| |#1|)) (-15 -4279 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|)) (-15 -2929 ((-2 (|:| -1713 |#1|) (|:| |gap| (-783)) (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1| |#4|)) (-15 -2929 ((-2 (|:| -1713 |#1|) (|:| |gap| (-783)) (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|)) (-15 -1843 ((-2 (|:| -1713 |#1|) (|:| |gap| (-783)) (|:| -3477 |#1|)) |#1| |#1| |#4|)) (-15 -1843 ((-2 (|:| -1713 |#1|) (|:| |gap| (-783)) (|:| -3477 |#1|)) |#1| |#1|)) (-15 -3100 (|#1| |#1| |#1| |#4|)) (-15 -3509 (|#1| |#1| |#1| |#4|)) (-15 -3100 (|#1| |#1| |#1|)) (-15 -3509 (|#1| |#1| |#1|)) (-15 -3961 (|#1| |#1| |#1| |#4|)) (-15 -3187 (|#1| |#1| |#1| |#4|)) (-15 -3961 (|#1| |#1| |#1|)) (-15 -3187 (|#1| |#1| |#1|)) (-15 -4179 ((-112) |#1| (-656 |#1|))) (-15 -4179 ((-112) |#1| |#1|)) (-15 -2763 ((-112) |#1| (-656 |#1|))) (-15 -2763 ((-112) |#1| |#1|)) (-15 -1470 ((-112) |#1| (-656 |#1|))) (-15 -1470 ((-112) |#1| |#1|)) (-15 -2655 ((-112) |#1| (-656 |#1|))) (-15 -2655 ((-112) |#1| |#1|)) (-15 -1832 ((-112) |#1| |#1|)) (-15 -2774 ((-112) |#1| |#1|)) (-15 -2346 ((-3 (-112) "failed") |#1| |#1|)) (-15 -2142 ((-656 |#1|) |#1|)) (-15 -3076 ((-656 |#1|) |#1|)) (-15 -1864 (|#1| |#1|)) (-15 -2907 (|#1| |#1|)) (-15 -1969 ((-112) |#1|)) (-15 -2557 ((-112) |#1|)) (-15 -2109 (|#1| |#1| |#4|)) (-15 -2086 (|#1| |#1| |#4|)) (-15 -4345 (|#1| |#1|)) (-15 -1523 ((-656 |#1|) |#1|)) (-15 -2198 (|#1| |#1|)) (-15 -4422 (|#1| |#1|)) (-15 -3926 (|#1| |#1|)) (-15 -3537 (|#1| |#1|)) (-15 -2479 ((-783) |#1|)) (-15 -2589 (|#4| |#1|)) (-15 -4169 ((-548) |#1|)) (-15 -4169 ((-905 (-576)) |#1|)) (-15 -4169 ((-905 (-390)) |#1|)) (-15 -3567 (|#1| |#4|)) (-15 -1570 ((-3 |#4| "failed") |#1|)) (-15 -2857 (|#4| |#1|)) (-15 -2086 (|#2| |#1|)) (-15 -2109 (|#1| |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -3567 (|#1| |#2|)) (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-1960 (((-656 |#3|) $) 113)) (-1797 (((-1191 $) $ |#3|) 128) (((-1191 |#1|) $) 127)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 90 (|has| |#1| (-568)))) (-4380 (($ $) 91 (|has| |#1| (-568)))) (-1657 (((-112) $) 93 (|has| |#1| (-568)))) (-1925 (((-783) $) 115) (((-783) $ (-656 |#3|)) 114)) (-4422 (($ $) 278)) (-1832 (((-112) $ $) 264)) (-4299 (((-3 $ "failed") $ $) 20)) (-3615 (($ $ $) 223 (|has| |#1| (-568)))) (-1406 (((-656 $) $ $) 218 (|has| |#1| (-568)))) (-2425 (((-430 (-1191 $)) (-1191 $)) 103 (|has| |#1| (-926)))) (-1415 (($ $) 101 (|has| |#1| (-464)))) (-3422 (((-430 $) $) 100 (|has| |#1| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) 106 (|has| |#1| (-926)))) (-2135 (($) 18 T CONST)) (-1570 (((-3 |#1| "failed") $) 171) (((-3 (-419 (-576)) "failed") $) 168 (|has| |#1| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) 166 (|has| |#1| (-1057 (-576)))) (((-3 |#3| "failed") $) 143) (((-3 $ "failed") (-969 (-419 (-576)))) 238 (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#3| (-626 (-1195))))) (((-3 $ "failed") (-969 (-576))) 235 (-2755 (-12 (-2658 (|has| |#1| (-38 (-419 (-576))))) (|has| |#1| (-38 (-576))) (|has| |#3| (-626 (-1195)))) (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#3| (-626 (-1195)))))) (((-3 $ "failed") (-969 |#1|)) 232 (-2755 (-12 (-2658 (|has| |#1| (-38 (-419 (-576))))) (-2658 (|has| |#1| (-38 (-576)))) (|has| |#3| (-626 (-1195)))) (-12 (-2658 (|has| |#1| (-557))) (-2658 (|has| |#1| (-38 (-419 (-576))))) (|has| |#1| (-38 (-576))) (|has| |#3| (-626 (-1195)))) (-12 (-2658 (|has| |#1| (-1011 (-576)))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#3| (-626 (-1195))))))) (-2857 ((|#1| $) 170) (((-419 (-576)) $) 169 (|has| |#1| (-1057 (-419 (-576))))) (((-576) $) 167 (|has| |#1| (-1057 (-576)))) ((|#3| $) 144) (($ (-969 (-419 (-576)))) 237 (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#3| (-626 (-1195))))) (($ (-969 (-576))) 234 (-2755 (-12 (-2658 (|has| |#1| (-38 (-419 (-576))))) (|has| |#1| (-38 (-576))) (|has| |#3| (-626 (-1195)))) (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#3| (-626 (-1195)))))) (($ (-969 |#1|)) 231 (-2755 (-12 (-2658 (|has| |#1| (-38 (-419 (-576))))) (-2658 (|has| |#1| (-38 (-576)))) (|has| |#3| (-626 (-1195)))) (-12 (-2658 (|has| |#1| (-557))) (-2658 (|has| |#1| (-38 (-419 (-576))))) (|has| |#1| (-38 (-576))) (|has| |#3| (-626 (-1195)))) (-12 (-2658 (|has| |#1| (-1011 (-576)))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#3| (-626 (-1195))))))) (-1990 (($ $ $ |#3|) 111 (|has| |#1| (-174))) (($ $ $) 219 (|has| |#1| (-568)))) (-2109 (($ $) 161) (($ $ |#3|) 273)) (-3142 (((-701 (-576)) (-701 $)) 139 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 138 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) 137) (((-701 |#1|) (-701 $)) 136)) (-2655 (((-112) $ $) 263) (((-112) $ (-656 $)) 262)) (-2251 (((-3 $ "failed") $) 37)) (-1969 (((-112) $) 271)) (-4279 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 243)) (-3287 (($ $) 212 (|has| |#1| (-464)))) (-2619 (($ $) 183 (|has| |#1| (-464))) (($ $ |#3|) 108 (|has| |#1| (-464)))) (-2098 (((-656 $) $) 112)) (-4283 (((-112) $) 99 (|has| |#1| (-926)))) (-3506 (($ $) 228 (|has| |#1| (-568)))) (-2520 (($ $) 229 (|has| |#1| (-568)))) (-3187 (($ $ $) 255) (($ $ $ |#3|) 253)) (-3961 (($ $ $) 254) (($ $ $ |#3|) 252)) (-2056 (($ $ |#1| |#2| $) 179)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 87 (-12 (|has| |#3| (-899 (-390))) (|has| |#1| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) 86 (-12 (|has| |#3| (-899 (-576))) (|has| |#1| (-899 (-576)))))) (-3612 (((-112) $) 35)) (-1935 (((-783) $) 176)) (-4179 (((-112) $ $) 257) (((-112) $ (-656 $)) 256)) (-2382 (($ $ $ $ $) 214 (|has| |#1| (-568)))) (-2589 ((|#3| $) 282)) (-1950 (($ (-1191 |#1|) |#3|) 120) (($ (-1191 $) |#3|) 119)) (-1538 (((-656 $) $) 129)) (-2544 (((-112) $) 159)) (-1940 (($ |#1| |#2|) 160) (($ $ |#3| (-783)) 122) (($ $ (-656 |#3|) (-656 (-783))) 121)) (-1782 (($ $ $) 242)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ |#3|) 123)) (-2557 (((-112) $) 272)) (-2488 ((|#2| $) 177) (((-783) $ |#3|) 125) (((-656 (-783)) $ (-656 |#3|)) 124)) (-2479 (((-783) $) 281)) (-3492 (($ (-1 |#2| |#2|) $) 178)) (-4114 (($ (-1 |#1| |#1|) $) 158)) (-1429 (((-3 |#3| "failed") $) 126)) (-3346 (($ $) 209 (|has| |#1| (-464)))) (-1572 (($ $) 210 (|has| |#1| (-464)))) (-2142 (((-656 $) $) 267)) (-2907 (($ $) 270)) (-2250 (($ $) 211 (|has| |#1| (-464)))) (-3076 (((-656 $) $) 268)) (-1853 (((-701 (-576)) (-1286 $)) 141 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) 140 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) 135) (((-701 |#1|) (-1286 $)) 134)) (-1864 (($ $) 269)) (-2076 (($ $) 156)) (-2086 ((|#1| $) 155) (($ $ |#3|) 274)) (-3457 (($ (-656 $)) 97 (|has| |#1| (-464))) (($ $ $) 96 (|has| |#1| (-464)))) (-4154 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3329 (-783))) $ $) 241)) (-2929 (((-2 (|:| -1713 $) (|:| |gap| (-783)) (|:| -3244 $) (|:| -3477 $)) $ $) 245) (((-2 (|:| -1713 $) (|:| |gap| (-783)) (|:| -3244 $) (|:| -3477 $)) $ $ |#3|) 244)) (-1843 (((-2 (|:| -1713 $) (|:| |gap| (-783)) (|:| -3477 $)) $ $) 247) (((-2 (|:| -1713 $) (|:| |gap| (-783)) (|:| -3477 $)) $ $ |#3|) 246)) (-3509 (($ $ $) 251) (($ $ $ |#3|) 249)) (-3100 (($ $ $) 250) (($ $ $ |#3|) 248)) (-3881 (((-1177) $) 10)) (-2502 (($ $ $) 217 (|has| |#1| (-568)))) (-1523 (((-656 $) $) 276)) (-2692 (((-3 (-656 $) "failed") $) 117)) (-3656 (((-3 (-656 $) "failed") $) 118)) (-2244 (((-3 (-2 (|:| |var| |#3|) (|:| -2125 (-783))) "failed") $) 116)) (-2763 (((-112) $ $) 259) (((-112) $ (-656 $)) 258)) (-2126 (($ $ $) 239)) (-3537 (($ $) 280)) (-2774 (((-112) $ $) 265)) (-1470 (((-112) $ $) 261) (((-112) $ (-656 $)) 260)) (-2903 (($ $ $) 240)) (-3926 (($ $) 279)) (-1448 (((-1139) $) 11)) (-2008 (((-2 (|:| -3495 $) (|:| |coef2| $)) $ $) 220 (|has| |#1| (-568)))) (-2537 (((-2 (|:| -3495 $) (|:| |coef1| $)) $ $) 221 (|has| |#1| (-568)))) (-2055 (((-112) $) 173)) (-2065 ((|#1| $) 174)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 98 (|has| |#1| (-464)))) (-3495 ((|#1| |#1| $) 213 (|has| |#1| (-464))) (($ (-656 $)) 95 (|has| |#1| (-464))) (($ $ $) 94 (|has| |#1| (-464)))) (-2307 (((-430 (-1191 $)) (-1191 $)) 105 (|has| |#1| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) 104 (|has| |#1| (-926)))) (-1827 (((-430 $) $) 102 (|has| |#1| (-926)))) (-2417 (((-2 (|:| -3495 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 222 (|has| |#1| (-568)))) (-3473 (((-3 $ "failed") $ |#1|) 181 (|has| |#1| (-568))) (((-3 $ "failed") $ $) 89 (|has| |#1| (-568)))) (-1740 (($ $ |#1|) 226 (|has| |#1| (-568))) (($ $ $) 224 (|has| |#1| (-568)))) (-2481 (($ $ |#1|) 227 (|has| |#1| (-568))) (($ $ $) 225 (|has| |#1| (-568)))) (-3281 (($ $ (-656 (-304 $))) 152) (($ $ (-304 $)) 151) (($ $ $ $) 150) (($ $ (-656 $) (-656 $)) 149) (($ $ |#3| |#1|) 148) (($ $ (-656 |#3|) (-656 |#1|)) 147) (($ $ |#3| $) 146) (($ $ (-656 |#3|) (-656 $)) 145)) (-2491 (($ $ |#3|) 110 (|has| |#1| (-174)))) (-2770 (($ $ (-656 |#3|) (-656 (-783))) 44) (($ $ |#3| (-783)) 43) (($ $ (-656 |#3|)) 42) (($ $ |#3|) 40)) (-1967 ((|#2| $) 157) (((-783) $ |#3|) 133) (((-656 (-783)) $ (-656 |#3|)) 132)) (-2198 (($ $) 277)) (-4345 (($ $) 275)) (-4169 (((-905 (-390)) $) 85 (-12 (|has| |#3| (-626 (-905 (-390)))) (|has| |#1| (-626 (-905 (-390)))))) (((-905 (-576)) $) 84 (-12 (|has| |#3| (-626 (-905 (-576)))) (|has| |#1| (-626 (-905 (-576)))))) (((-548) $) 83 (-12 (|has| |#3| (-626 (-548))) (|has| |#1| (-626 (-548))))) (($ (-969 (-419 (-576)))) 236 (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#3| (-626 (-1195))))) (($ (-969 (-576))) 233 (-2755 (-12 (-2658 (|has| |#1| (-38 (-419 (-576))))) (|has| |#1| (-38 (-576))) (|has| |#3| (-626 (-1195)))) (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#3| (-626 (-1195)))))) (($ (-969 |#1|)) 230 (|has| |#3| (-626 (-1195)))) (((-1177) $) 208 (-12 (|has| |#1| (-1057 (-576))) (|has| |#3| (-626 (-1195))))) (((-969 |#1|) $) 207 (|has| |#3| (-626 (-1195))))) (-2145 ((|#1| $) 182 (|has| |#1| (-464))) (($ $ |#3|) 109 (|has| |#1| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) 107 (-2669 (|has| $ (-146)) (|has| |#1| (-926))))) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 172) (($ |#3|) 142) (((-969 |#1|) $) 206 (|has| |#3| (-626 (-1195)))) (($ (-419 (-576))) 81 (-2755 (|has| |#1| (-1057 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576)))))) (($ $) 88 (|has| |#1| (-568)))) (-1691 (((-656 |#1|) $) 175)) (-1749 ((|#1| $ |#2|) 162) (($ $ |#3| (-783)) 131) (($ $ (-656 |#3|) (-656 (-783))) 130)) (-2846 (((-3 $ "failed") $) 82 (-2755 (-2669 (|has| $ (-146)) (|has| |#1| (-926))) (|has| |#1| (-146))))) (-2596 (((-783)) 32 T CONST)) (-2217 (($ $ $ (-783)) 180 (|has| |#1| (-174)))) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 92 (|has| |#1| (-568)))) (-2716 (($) 19 T CONST)) (-2346 (((-3 (-112) "failed") $ $) 266)) (-2727 (($) 34 T CONST)) (-1467 (($ $ $ $ (-783)) 215 (|has| |#1| (-568)))) (-3642 (($ $ $ (-783)) 216 (|has| |#1| (-568)))) (-2014 (($ $ (-656 |#3|) (-656 (-783))) 47) (($ $ |#3| (-783)) 46) (($ $ (-656 |#3|)) 45) (($ $ |#3|) 41)) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#1|) 163 (|has| |#1| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 165 (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) 164 (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 154) (($ $ |#1|) 153)))
-(((-1084 |#1| |#2| |#3|) (-141) (-1068) (-805) (-862)) (T -1084))
-((-2589 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *2 (-862)))) (-2479 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-783)))) (-3537 (*1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)))) (-3926 (*1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)))) (-4422 (*1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)))) (-2198 (*1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)))) (-1523 (*1 *2 *1) (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1084 *3 *4 *5)))) (-4345 (*1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)))) (-2086 (*1 *1 *1 *2) (-12 (-4 *1 (-1084 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *2 (-862)))) (-2109 (*1 *1 *1 *2) (-12 (-4 *1 (-1084 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *2 (-862)))) (-2557 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-1969 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-2907 (*1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)))) (-1864 (*1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)))) (-3076 (*1 *2 *1) (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1084 *3 *4 *5)))) (-2142 (*1 *2 *1) (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1084 *3 *4 *5)))) (-2346 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-2774 (*1 *2 *1 *1) (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-1832 (*1 *2 *1 *1) (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-2655 (*1 *2 *1 *1) (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-2655 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *1)) (-4 *1 (-1084 *4 *5 *6)) (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)))) (-1470 (*1 *2 *1 *1) (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-1470 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *1)) (-4 *1 (-1084 *4 *5 *6)) (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)))) (-2763 (*1 *2 *1 *1) (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-2763 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *1)) (-4 *1 (-1084 *4 *5 *6)) (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)))) (-4179 (*1 *2 *1 *1) (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-4179 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *1)) (-4 *1 (-1084 *4 *5 *6)) (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)))) (-3187 (*1 *1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)))) (-3961 (*1 *1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)))) (-3187 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1084 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *2 (-862)))) (-3961 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1084 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *2 (-862)))) (-3509 (*1 *1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)))) (-3100 (*1 *1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)))) (-3509 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1084 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *2 (-862)))) (-3100 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1084 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *2 (-862)))) (-1843 (*1 *2 *1 *1) (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-2 (|:| -1713 *1) (|:| |gap| (-783)) (|:| -3477 *1))) (-4 *1 (-1084 *3 *4 *5)))) (-1843 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *3 (-862)) (-5 *2 (-2 (|:| -1713 *1) (|:| |gap| (-783)) (|:| -3477 *1))) (-4 *1 (-1084 *4 *5 *3)))) (-2929 (*1 *2 *1 *1) (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-2 (|:| -1713 *1) (|:| |gap| (-783)) (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-1084 *3 *4 *5)))) (-2929 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *3 (-862)) (-5 *2 (-2 (|:| -1713 *1) (|:| |gap| (-783)) (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-1084 *4 *5 *3)))) (-4279 (*1 *2 *1 *1) (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-1084 *3 *4 *5)))) (-1782 (*1 *1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)))) (-4154 (*1 *2 *1 *1) (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -3329 (-783)))) (-4 *1 (-1084 *3 *4 *5)))) (-2903 (*1 *1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)))) (-2126 (*1 *1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)))) (-1570 (*1 *1 *2) (|partial| -12 (-5 *2 (-969 (-419 (-576)))) (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1195))) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)))) (-2857 (*1 *1 *2) (-12 (-5 *2 (-969 (-419 (-576)))) (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1195))) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)))) (-4169 (*1 *1 *2) (-12 (-5 *2 (-969 (-419 (-576)))) (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1195))) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)))) (-1570 (*1 *1 *2) (|partial| -2755 (-12 (-5 *2 (-969 (-576))) (-4 *1 (-1084 *3 *4 *5)) (-12 (-2658 (-4 *3 (-38 (-419 (-576))))) (-4 *3 (-38 (-576))) (-4 *5 (-626 (-1195)))) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))) (-12 (-5 *2 (-969 (-576))) (-4 *1 (-1084 *3 *4 *5)) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1195)))) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))))) (-2857 (*1 *1 *2) (-2755 (-12 (-5 *2 (-969 (-576))) (-4 *1 (-1084 *3 *4 *5)) (-12 (-2658 (-4 *3 (-38 (-419 (-576))))) (-4 *3 (-38 (-576))) (-4 *5 (-626 (-1195)))) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))) (-12 (-5 *2 (-969 (-576))) (-4 *1 (-1084 *3 *4 *5)) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1195)))) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))))) (-4169 (*1 *1 *2) (-2755 (-12 (-5 *2 (-969 (-576))) (-4 *1 (-1084 *3 *4 *5)) (-12 (-2658 (-4 *3 (-38 (-419 (-576))))) (-4 *3 (-38 (-576))) (-4 *5 (-626 (-1195)))) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))) (-12 (-5 *2 (-969 (-576))) (-4 *1 (-1084 *3 *4 *5)) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1195)))) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))))) (-1570 (*1 *1 *2) (|partial| -2755 (-12 (-5 *2 (-969 *3)) (-12 (-2658 (-4 *3 (-38 (-419 (-576))))) (-2658 (-4 *3 (-38 (-576)))) (-4 *5 (-626 (-1195)))) (-4 *3 (-1068)) (-4 *1 (-1084 *3 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862))) (-12 (-5 *2 (-969 *3)) (-12 (-2658 (-4 *3 (-557))) (-2658 (-4 *3 (-38 (-419 (-576))))) (-4 *3 (-38 (-576))) (-4 *5 (-626 (-1195)))) (-4 *3 (-1068)) (-4 *1 (-1084 *3 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862))) (-12 (-5 *2 (-969 *3)) (-12 (-2658 (-4 *3 (-1011 (-576)))) (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1195)))) (-4 *3 (-1068)) (-4 *1 (-1084 *3 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862))))) (-2857 (*1 *1 *2) (-2755 (-12 (-5 *2 (-969 *3)) (-12 (-2658 (-4 *3 (-38 (-419 (-576))))) (-2658 (-4 *3 (-38 (-576)))) (-4 *5 (-626 (-1195)))) (-4 *3 (-1068)) (-4 *1 (-1084 *3 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862))) (-12 (-5 *2 (-969 *3)) (-12 (-2658 (-4 *3 (-557))) (-2658 (-4 *3 (-38 (-419 (-576))))) (-4 *3 (-38 (-576))) (-4 *5 (-626 (-1195)))) (-4 *3 (-1068)) (-4 *1 (-1084 *3 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862))) (-12 (-5 *2 (-969 *3)) (-12 (-2658 (-4 *3 (-1011 (-576)))) (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1195)))) (-4 *3 (-1068)) (-4 *1 (-1084 *3 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862))))) (-4169 (*1 *1 *2) (-12 (-5 *2 (-969 *3)) (-4 *3 (-1068)) (-4 *1 (-1084 *3 *4 *5)) (-4 *5 (-626 (-1195))) (-4 *4 (-805)) (-4 *5 (-862)))) (-2520 (*1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-3506 (*1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-2481 (*1 *1 *1 *2) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-1740 (*1 *1 *1 *2) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-2481 (*1 *1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-1740 (*1 *1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-3615 (*1 *1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-2417 (*1 *2 *1 *1) (-12 (-4 *3 (-568)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-2 (|:| -3495 *1) (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-1084 *3 *4 *5)))) (-2537 (*1 *2 *1 *1) (-12 (-4 *3 (-568)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-2 (|:| -3495 *1) (|:| |coef1| *1))) (-4 *1 (-1084 *3 *4 *5)))) (-2008 (*1 *2 *1 *1) (-12 (-4 *3 (-568)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-2 (|:| -3495 *1) (|:| |coef2| *1))) (-4 *1 (-1084 *3 *4 *5)))) (-1990 (*1 *1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-1406 (*1 *2 *1 *1) (-12 (-4 *3 (-568)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1084 *3 *4 *5)))) (-2502 (*1 *1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-3642 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *3 (-568)))) (-1467 (*1 *1 *1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *3 (-568)))) (-2382 (*1 *1 *1 *1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-3495 (*1 *2 *2 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-464)))) (-3287 (*1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-464)))) (-2250 (*1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-464)))) (-1572 (*1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-464)))) (-3346 (*1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-464)))))
-(-13 (-966 |t#1| |t#2| |t#3|) (-10 -8 (-15 -2589 (|t#3| $)) (-15 -2479 ((-783) $)) (-15 -3537 ($ $)) (-15 -3926 ($ $)) (-15 -4422 ($ $)) (-15 -2198 ($ $)) (-15 -1523 ((-656 $) $)) (-15 -4345 ($ $)) (-15 -2086 ($ $ |t#3|)) (-15 -2109 ($ $ |t#3|)) (-15 -2557 ((-112) $)) (-15 -1969 ((-112) $)) (-15 -2907 ($ $)) (-15 -1864 ($ $)) (-15 -3076 ((-656 $) $)) (-15 -2142 ((-656 $) $)) (-15 -2346 ((-3 (-112) "failed") $ $)) (-15 -2774 ((-112) $ $)) (-15 -1832 ((-112) $ $)) (-15 -2655 ((-112) $ $)) (-15 -2655 ((-112) $ (-656 $))) (-15 -1470 ((-112) $ $)) (-15 -1470 ((-112) $ (-656 $))) (-15 -2763 ((-112) $ $)) (-15 -2763 ((-112) $ (-656 $))) (-15 -4179 ((-112) $ $)) (-15 -4179 ((-112) $ (-656 $))) (-15 -3187 ($ $ $)) (-15 -3961 ($ $ $)) (-15 -3187 ($ $ $ |t#3|)) (-15 -3961 ($ $ $ |t#3|)) (-15 -3509 ($ $ $)) (-15 -3100 ($ $ $)) (-15 -3509 ($ $ $ |t#3|)) (-15 -3100 ($ $ $ |t#3|)) (-15 -1843 ((-2 (|:| -1713 $) (|:| |gap| (-783)) (|:| -3477 $)) $ $)) (-15 -1843 ((-2 (|:| -1713 $) (|:| |gap| (-783)) (|:| -3477 $)) $ $ |t#3|)) (-15 -2929 ((-2 (|:| -1713 $) (|:| |gap| (-783)) (|:| -3244 $) (|:| -3477 $)) $ $)) (-15 -2929 ((-2 (|:| -1713 $) (|:| |gap| (-783)) (|:| -3244 $) (|:| -3477 $)) $ $ |t#3|)) (-15 -4279 ((-2 (|:| -3244 $) (|:| -3477 $)) $ $)) (-15 -1782 ($ $ $)) (-15 -4154 ((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3329 (-783))) $ $)) (-15 -2903 ($ $ $)) (-15 -2126 ($ $ $)) (IF (|has| |t#3| (-626 (-1195))) (PROGN (-6 (-625 (-969 |t#1|))) (-6 (-626 (-969 |t#1|))) (IF (|has| |t#1| (-38 (-419 (-576)))) (PROGN (-15 -1570 ((-3 $ "failed") (-969 (-419 (-576))))) (-15 -2857 ($ (-969 (-419 (-576))))) (-15 -4169 ($ (-969 (-419 (-576))))) (-15 -1570 ((-3 $ "failed") (-969 (-576)))) (-15 -2857 ($ (-969 (-576)))) (-15 -4169 ($ (-969 (-576)))) (IF (|has| |t#1| (-1011 (-576))) |%noBranch| (PROGN (-15 -1570 ((-3 $ "failed") (-969 |t#1|))) (-15 -2857 ($ (-969 |t#1|)))))) |%noBranch|) (IF (|has| |t#1| (-38 (-576))) (IF (|has| |t#1| (-38 (-419 (-576)))) |%noBranch| (PROGN (-15 -1570 ((-3 $ "failed") (-969 (-576)))) (-15 -2857 ($ (-969 (-576)))) (-15 -4169 ($ (-969 (-576)))) (IF (|has| |t#1| (-557)) |%noBranch| (PROGN (-15 -1570 ((-3 $ "failed") (-969 |t#1|))) (-15 -2857 ($ (-969 |t#1|))))))) |%noBranch|) (IF (|has| |t#1| (-38 (-576))) |%noBranch| (IF (|has| |t#1| (-38 (-419 (-576)))) |%noBranch| (PROGN (-15 -1570 ((-3 $ "failed") (-969 |t#1|))) (-15 -2857 ($ (-969 |t#1|)))))) (-15 -4169 ($ (-969 |t#1|))) (IF (|has| |t#1| (-1057 (-576))) (-6 (-626 (-1177))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-568)) (PROGN (-15 -2520 ($ $)) (-15 -3506 ($ $)) (-15 -2481 ($ $ |t#1|)) (-15 -1740 ($ $ |t#1|)) (-15 -2481 ($ $ $)) (-15 -1740 ($ $ $)) (-15 -3615 ($ $ $)) (-15 -2417 ((-2 (|:| -3495 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2537 ((-2 (|:| -3495 $) (|:| |coef1| $)) $ $)) (-15 -2008 ((-2 (|:| -3495 $) (|:| |coef2| $)) $ $)) (-15 -1990 ($ $ $)) (-15 -1406 ((-656 $) $ $)) (-15 -2502 ($ $ $)) (-15 -3642 ($ $ $ (-783))) (-15 -1467 ($ $ $ $ (-783))) (-15 -2382 ($ $ $ $ $))) |%noBranch|) (IF (|has| |t#1| (-464)) (PROGN (-15 -3495 (|t#1| |t#1| $)) (-15 -3287 ($ $)) (-15 -2250 ($ $)) (-15 -1572 ($ $)) (-15 -3346 ($ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) -2755 (|has| |#1| (-1057 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-628 |#3|) . T) ((-628 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-625 (-874)) . T) ((-625 (-969 |#1|)) |has| |#3| (-626 (-1195))) ((-174) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-626 (-548)) -12 (|has| |#1| (-626 (-548))) (|has| |#3| (-626 (-548)))) ((-626 (-905 (-390))) -12 (|has| |#1| (-626 (-905 (-390)))) (|has| |#3| (-626 (-905 (-390))))) ((-626 (-905 (-576))) -12 (|has| |#1| (-626 (-905 (-576)))) (|has| |#3| (-626 (-905 (-576))))) ((-626 (-969 |#1|)) |has| |#3| (-626 (-1195))) ((-626 (-1177)) -12 (|has| |#1| (-1057 (-576))) (|has| |#3| (-626 (-1195)))) ((-300) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-319 $) . T) ((-336 |#1| |#2|) . T) ((-388 |#1|) . T) ((-423 |#1|) . T) ((-464) -2755 (|has| |#1| (-926)) (|has| |#1| (-464))) ((-526 |#3| |#1|) . T) ((-526 |#3| $) . T) ((-526 $ $) . T) ((-568) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-658 #0#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) |has| |#1| (-38 (-419 (-576)))) ((-660 #1=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-651 #1#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-729 #0#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-738) . T) ((-909 $ |#3|) . T) ((-915 |#3|) . T) ((-917 |#3|) . T) ((-899 (-390)) -12 (|has| |#1| (-899 (-390))) (|has| |#3| (-899 (-390)))) ((-899 (-576)) -12 (|has| |#1| (-899 (-576))) (|has| |#3| (-899 (-576)))) ((-966 |#1| |#2| |#3|) . T) ((-926) |has| |#1| (-926)) ((-1057 (-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((-1057 (-576)) |has| |#1| (-1057 (-576))) ((-1057 |#1|) . T) ((-1057 |#3|) . T) ((-1070 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1070 |#1|) . T) ((-1070 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-1075 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1075 |#1|) . T) ((-1075 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T) ((-1240) |has| |#1| (-926)))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-3064 (((-656 (-1154)) $) 18)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 27) (($ (-1200)) NIL) (((-1200) $) NIL)) (-2636 (((-1154) $) 20)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1085) (-13 (-1102) (-10 -8 (-15 -3064 ((-656 (-1154)) $)) (-15 -2636 ((-1154) $))))) (T -1085))
-((-3064 (*1 *2 *1) (-12 (-5 *2 (-656 (-1154))) (-5 *1 (-1085)))) (-2636 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1085)))))
-(-13 (-1102) (-10 -8 (-15 -3064 ((-656 (-1154)) $)) (-15 -2636 ((-1154) $))))
-((-1353 (((-112) |#3| $) 15)) (-2663 (((-3 $ "failed") |#3| (-938)) 29)) (-2251 (((-3 |#3| "failed") |#3| $) 45)) (-3075 (((-112) |#3| $) 19)) (-3667 (((-112) |#3| $) 17)))
-(((-1086 |#1| |#2| |#3|) (-10 -8 (-15 -2663 ((-3 |#1| "failed") |#3| (-938))) (-15 -2251 ((-3 |#3| "failed") |#3| |#1|)) (-15 -3075 ((-112) |#3| |#1|)) (-15 -3667 ((-112) |#3| |#1|)) (-15 -1353 ((-112) |#3| |#1|))) (-1087 |#2| |#3|) (-13 (-860) (-374)) (-1262 |#2|)) (T -1086))
-NIL
-(-10 -8 (-15 -2663 ((-3 |#1| "failed") |#3| (-938))) (-15 -2251 ((-3 |#3| "failed") |#3| |#1|)) (-15 -3075 ((-112) |#3| |#1|)) (-15 -3667 ((-112) |#3| |#1|)) (-15 -1353 ((-112) |#3| |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) |#2| $) 22)) (-2786 (((-576) |#2| $) 23)) (-2663 (((-3 $ "failed") |#2| (-938)) 16)) (-1685 ((|#1| |#2| $ |#1|) 14)) (-2251 (((-3 |#2| "failed") |#2| $) 19)) (-3075 (((-112) |#2| $) 20)) (-3667 (((-112) |#2| $) 21)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3117 ((|#2| $) 18)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-4163 ((|#1| |#2| $ |#1|) 15)) (-4124 (((-656 $) |#2|) 17)) (-2921 (((-112) $ $) 7)))
-(((-1087 |#1| |#2|) (-141) (-13 (-860) (-374)) (-1262 |t#1|)) (T -1087))
-((-2786 (*1 *2 *3 *1) (-12 (-4 *1 (-1087 *4 *3)) (-4 *4 (-13 (-860) (-374))) (-4 *3 (-1262 *4)) (-5 *2 (-576)))) (-1353 (*1 *2 *3 *1) (-12 (-4 *1 (-1087 *4 *3)) (-4 *4 (-13 (-860) (-374))) (-4 *3 (-1262 *4)) (-5 *2 (-112)))) (-3667 (*1 *2 *3 *1) (-12 (-4 *1 (-1087 *4 *3)) (-4 *4 (-13 (-860) (-374))) (-4 *3 (-1262 *4)) (-5 *2 (-112)))) (-3075 (*1 *2 *3 *1) (-12 (-4 *1 (-1087 *4 *3)) (-4 *4 (-13 (-860) (-374))) (-4 *3 (-1262 *4)) (-5 *2 (-112)))) (-2251 (*1 *2 *2 *1) (|partial| -12 (-4 *1 (-1087 *3 *2)) (-4 *3 (-13 (-860) (-374))) (-4 *2 (-1262 *3)))) (-3117 (*1 *2 *1) (-12 (-4 *1 (-1087 *3 *2)) (-4 *3 (-13 (-860) (-374))) (-4 *2 (-1262 *3)))) (-4124 (*1 *2 *3) (-12 (-4 *4 (-13 (-860) (-374))) (-4 *3 (-1262 *4)) (-5 *2 (-656 *1)) (-4 *1 (-1087 *4 *3)))) (-2663 (*1 *1 *2 *3) (|partial| -12 (-5 *3 (-938)) (-4 *4 (-13 (-860) (-374))) (-4 *1 (-1087 *4 *2)) (-4 *2 (-1262 *4)))) (-4163 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1087 *2 *3)) (-4 *2 (-13 (-860) (-374))) (-4 *3 (-1262 *2)))) (-1685 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1087 *2 *3)) (-4 *2 (-13 (-860) (-374))) (-4 *3 (-1262 *2)))))
-(-13 (-1119) (-10 -8 (-15 -2786 ((-576) |t#2| $)) (-15 -1353 ((-112) |t#2| $)) (-15 -3667 ((-112) |t#2| $)) (-15 -3075 ((-112) |t#2| $)) (-15 -2251 ((-3 |t#2| "failed") |t#2| $)) (-15 -3117 (|t#2| $)) (-15 -4124 ((-656 $) |t#2|)) (-15 -2663 ((-3 $ "failed") |t#2| (-938))) (-15 -4163 (|t#1| |t#2| $ |t#1|)) (-15 -1685 (|t#1| |t#2| $ |t#1|))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-2375 (((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-656 |#4|) (-656 |#5|) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) (-783)) 114)) (-2712 (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5|) 64) (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783)) 63)) (-4393 (((-1291) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-783)) 99)) (-1777 (((-783) (-656 |#4|) (-656 |#5|)) 30)) (-2206 (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5|) 66) (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783)) 65) (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783) (-112)) 67)) (-3510 (((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112) (-112) (-112) (-112)) 86) (((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112)) 87)) (-4169 (((-1177) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) 92)) (-4167 (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-112)) 62)) (-3315 (((-783) (-656 |#4|) (-656 |#5|)) 21)))
-(((-1088 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3315 ((-783) (-656 |#4|) (-656 |#5|))) (-15 -1777 ((-783) (-656 |#4|) (-656 |#5|))) (-15 -4167 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-112))) (-15 -2712 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783))) (-15 -2712 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5|)) (-15 -2206 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783) (-112))) (-15 -2206 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783))) (-15 -2206 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5|)) (-15 -3510 ((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112))) (-15 -3510 ((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -2375 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-656 |#4|) (-656 |#5|) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) (-783))) (-15 -4169 ((-1177) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|)))) (-15 -4393 ((-1291) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-783)))) (-464) (-805) (-862) (-1084 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3| |#4|)) (T -1088))
-((-4393 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-2 (|:| |val| (-656 *8)) (|:| -3986 *9)))) (-5 *4 (-783)) (-4 *8 (-1084 *5 *6 *7)) (-4 *9 (-1090 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-1291)) (-5 *1 (-1088 *5 *6 *7 *8 *9)))) (-4169 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-656 *7)) (|:| -3986 *8))) (-4 *7 (-1084 *4 *5 *6)) (-4 *8 (-1090 *4 *5 *6 *7)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1177)) (-5 *1 (-1088 *4 *5 *6 *7 *8)))) (-2375 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-656 *11)) (|:| |todo| (-656 (-2 (|:| |val| *3) (|:| -3986 *11)))))) (-5 *6 (-783)) (-5 *2 (-656 (-2 (|:| |val| (-656 *10)) (|:| -3986 *11)))) (-5 *3 (-656 *10)) (-5 *4 (-656 *11)) (-4 *10 (-1084 *7 *8 *9)) (-4 *11 (-1090 *7 *8 *9 *10)) (-4 *7 (-464)) (-4 *8 (-805)) (-4 *9 (-862)) (-5 *1 (-1088 *7 *8 *9 *10 *11)))) (-3510 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-656 *9)) (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7)) (-4 *9 (-1090 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1088 *5 *6 *7 *8 *9)))) (-3510 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-656 *9)) (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7)) (-4 *9 (-1090 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1088 *5 *6 *7 *8 *9)))) (-2206 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4)))))) (-5 *1 (-1088 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-2206 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-783)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *3 (-1084 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4)))))) (-5 *1 (-1088 *6 *7 *8 *3 *4)) (-4 *4 (-1090 *6 *7 *8 *3)))) (-2206 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-783)) (-5 *6 (-112)) (-4 *7 (-464)) (-4 *8 (-805)) (-4 *9 (-862)) (-4 *3 (-1084 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4)))))) (-5 *1 (-1088 *7 *8 *9 *3 *4)) (-4 *4 (-1090 *7 *8 *9 *3)))) (-2712 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4)))))) (-5 *1 (-1088 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-2712 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-783)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *3 (-1084 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4)))))) (-5 *1 (-1088 *6 *7 *8 *3 *4)) (-4 *4 (-1090 *6 *7 *8 *3)))) (-4167 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *3 (-1084 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4)))))) (-5 *1 (-1088 *6 *7 *8 *3 *4)) (-4 *4 (-1090 *6 *7 *8 *3)))) (-1777 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *9)) (-4 *8 (-1084 *5 *6 *7)) (-4 *9 (-1090 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-783)) (-5 *1 (-1088 *5 *6 *7 *8 *9)))) (-3315 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *9)) (-4 *8 (-1084 *5 *6 *7)) (-4 *9 (-1090 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-783)) (-5 *1 (-1088 *5 *6 *7 *8 *9)))))
-(-10 -7 (-15 -3315 ((-783) (-656 |#4|) (-656 |#5|))) (-15 -1777 ((-783) (-656 |#4|) (-656 |#5|))) (-15 -4167 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-112))) (-15 -2712 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783))) (-15 -2712 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5|)) (-15 -2206 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783) (-112))) (-15 -2206 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783))) (-15 -2206 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5|)) (-15 -3510 ((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112))) (-15 -3510 ((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -2375 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-656 |#4|) (-656 |#5|) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) (-783))) (-15 -4169 ((-1177) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|)))) (-15 -4393 ((-1291) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-783))))
-((-3174 (((-112) |#5| $) 26)) (-1559 (((-112) |#5| $) 29)) (-4048 (((-112) |#5| $) 18) (((-112) $) 52)) (-2037 (((-656 $) |#5| $) NIL) (((-656 $) (-656 |#5|) $) 94) (((-656 $) (-656 |#5|) (-656 $)) 92) (((-656 $) |#5| (-656 $)) 95)) (-3905 (($ $ |#5|) NIL) (((-656 $) |#5| $) NIL) (((-656 $) |#5| (-656 $)) 73) (((-656 $) (-656 |#5|) $) 75) (((-656 $) (-656 |#5|) (-656 $)) 77)) (-3223 (((-656 $) |#5| $) NIL) (((-656 $) |#5| (-656 $)) 64) (((-656 $) (-656 |#5|) $) 69) (((-656 $) (-656 |#5|) (-656 $)) 71)) (-4176 (((-112) |#5| $) 32)))
-(((-1089 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3905 ((-656 |#1|) (-656 |#5|) (-656 |#1|))) (-15 -3905 ((-656 |#1|) (-656 |#5|) |#1|)) (-15 -3905 ((-656 |#1|) |#5| (-656 |#1|))) (-15 -3905 ((-656 |#1|) |#5| |#1|)) (-15 -3223 ((-656 |#1|) (-656 |#5|) (-656 |#1|))) (-15 -3223 ((-656 |#1|) (-656 |#5|) |#1|)) (-15 -3223 ((-656 |#1|) |#5| (-656 |#1|))) (-15 -3223 ((-656 |#1|) |#5| |#1|)) (-15 -2037 ((-656 |#1|) |#5| (-656 |#1|))) (-15 -2037 ((-656 |#1|) (-656 |#5|) (-656 |#1|))) (-15 -2037 ((-656 |#1|) (-656 |#5|) |#1|)) (-15 -2037 ((-656 |#1|) |#5| |#1|)) (-15 -1559 ((-112) |#5| |#1|)) (-15 -4048 ((-112) |#1|)) (-15 -4176 ((-112) |#5| |#1|)) (-15 -3174 ((-112) |#5| |#1|)) (-15 -4048 ((-112) |#5| |#1|)) (-15 -3905 (|#1| |#1| |#5|))) (-1090 |#2| |#3| |#4| |#5|) (-464) (-805) (-862) (-1084 |#2| |#3| |#4|)) (T -1089))
-NIL
-(-10 -8 (-15 -3905 ((-656 |#1|) (-656 |#5|) (-656 |#1|))) (-15 -3905 ((-656 |#1|) (-656 |#5|) |#1|)) (-15 -3905 ((-656 |#1|) |#5| (-656 |#1|))) (-15 -3905 ((-656 |#1|) |#5| |#1|)) (-15 -3223 ((-656 |#1|) (-656 |#5|) (-656 |#1|))) (-15 -3223 ((-656 |#1|) (-656 |#5|) |#1|)) (-15 -3223 ((-656 |#1|) |#5| (-656 |#1|))) (-15 -3223 ((-656 |#1|) |#5| |#1|)) (-15 -2037 ((-656 |#1|) |#5| (-656 |#1|))) (-15 -2037 ((-656 |#1|) (-656 |#5|) (-656 |#1|))) (-15 -2037 ((-656 |#1|) (-656 |#5|) |#1|)) (-15 -2037 ((-656 |#1|) |#5| |#1|)) (-15 -1559 ((-112) |#5| |#1|)) (-15 -4048 ((-112) |#1|)) (-15 -4176 ((-112) |#5| |#1|)) (-15 -3174 ((-112) |#5| |#1|)) (-15 -4048 ((-112) |#5| |#1|)) (-15 -3905 (|#1| |#1| |#5|)))
-((-3486 (((-112) $ $) 6)) (-1528 (((-656 (-2 (|:| -1952 $) (|:| -3254 (-656 |#4|)))) (-656 |#4|)) 86)) (-2127 (((-656 $) (-656 |#4|)) 87) (((-656 $) (-656 |#4|) (-112)) 112)) (-1960 (((-656 |#3|) $) 34)) (-4157 (((-112) $) 27)) (-2678 (((-112) $) 18 (|has| |#1| (-568)))) (-1981 (((-112) |#4| $) 102) (((-112) $) 98)) (-2691 ((|#4| |#4| $) 93)) (-1415 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 $))) |#4| $) 127)) (-1793 (((-2 (|:| |under| $) (|:| -3247 $) (|:| |upper| $)) $ |#3|) 28)) (-3733 (((-112) $ (-783)) 45)) (-1966 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4462))) (((-3 |#4| "failed") $ |#3|) 80)) (-2135 (($) 46 T CONST)) (-3152 (((-112) $) 23 (|has| |#1| (-568)))) (-1409 (((-112) $ $) 25 (|has| |#1| (-568)))) (-3934 (((-112) $ $) 24 (|has| |#1| (-568)))) (-2986 (((-112) $) 26 (|has| |#1| (-568)))) (-2059 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-3793 (((-656 |#4|) (-656 |#4|) $) 19 (|has| |#1| (-568)))) (-3795 (((-656 |#4|) (-656 |#4|) $) 20 (|has| |#1| (-568)))) (-1570 (((-3 $ "failed") (-656 |#4|)) 37)) (-2857 (($ (-656 |#4|)) 36)) (-3590 (((-3 $ "failed") $) 83)) (-1903 ((|#4| |#4| $) 90)) (-1640 (($ $) 69 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462))))) (-3942 (($ |#4| $) 68 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4462)))) (-3477 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-568)))) (-2655 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-2025 ((|#4| |#4| $) 88)) (-3683 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4462))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4462))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-1641 (((-2 (|:| -1952 (-656 |#4|)) (|:| -3254 (-656 |#4|))) $) 106)) (-3174 (((-112) |#4| $) 137)) (-1559 (((-112) |#4| $) 134)) (-4048 (((-112) |#4| $) 138) (((-112) $) 135)) (-3963 (((-656 |#4|) $) 53 (|has| $ (-6 -4462)))) (-4179 (((-112) |#4| $) 105) (((-112) $) 104)) (-2589 ((|#3| $) 35)) (-2476 (((-112) $ (-783)) 44)) (-3452 (((-656 |#4|) $) 54 (|has| $ (-6 -4462)))) (-3239 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#4| |#4|) $) 48)) (-1544 (((-656 |#3|) $) 33)) (-1582 (((-112) |#3| $) 32)) (-2460 (((-112) $ (-783)) 43)) (-3881 (((-1177) $) 10)) (-2690 (((-3 |#4| (-656 $)) |#4| |#4| $) 129)) (-2502 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 $))) |#4| |#4| $) 128)) (-3966 (((-3 |#4| "failed") $) 84)) (-2103 (((-656 $) |#4| $) 130)) (-4254 (((-3 (-112) (-656 $)) |#4| $) 133)) (-1883 (((-656 (-2 (|:| |val| (-112)) (|:| -3986 $))) |#4| $) 132) (((-112) |#4| $) 131)) (-2037 (((-656 $) |#4| $) 126) (((-656 $) (-656 |#4|) $) 125) (((-656 $) (-656 |#4|) (-656 $)) 124) (((-656 $) |#4| (-656 $)) 123)) (-1647 (($ |#4| $) 118) (($ (-656 |#4|) $) 117)) (-3730 (((-656 |#4|) $) 108)) (-2763 (((-112) |#4| $) 100) (((-112) $) 96)) (-2126 ((|#4| |#4| $) 91)) (-2774 (((-112) $ $) 111)) (-4148 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-568)))) (-1470 (((-112) |#4| $) 101) (((-112) $) 97)) (-2903 ((|#4| |#4| $) 92)) (-1448 (((-1139) $) 11)) (-3578 (((-3 |#4| "failed") $) 85)) (-2295 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-2806 (((-3 $ "failed") $ |#4|) 79)) (-3905 (($ $ |#4|) 78) (((-656 $) |#4| $) 116) (((-656 $) |#4| (-656 $)) 115) (((-656 $) (-656 |#4|) $) 114) (((-656 $) (-656 |#4|) (-656 $)) 113)) (-3626 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 |#4|) (-656 |#4|)) 60 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-304 |#4|)) 58 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-656 (-304 |#4|))) 57 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))) (-3985 (((-112) $ $) 39)) (-4205 (((-112) $) 42)) (-1854 (($) 41)) (-1967 (((-783) $) 107)) (-1458 (((-783) |#4| $) 55 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) (((-783) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4462)))) (-1868 (($ $) 40)) (-4169 (((-548) $) 70 (|has| |#4| (-626 (-548))))) (-3579 (($ (-656 |#4|)) 61)) (-3877 (($ $ |#3|) 29)) (-2831 (($ $ |#3|) 31)) (-3687 (($ $) 89)) (-2157 (($ $ |#3|) 30)) (-3567 (((-874) $) 12) (((-656 |#4|) $) 38)) (-4323 (((-783) $) 77 (|has| |#3| (-379)))) (-1540 (((-112) $ $) 9)) (-1469 (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-2620 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) 99)) (-3223 (((-656 $) |#4| $) 122) (((-656 $) |#4| (-656 $)) 121) (((-656 $) (-656 |#4|) $) 120) (((-656 $) (-656 |#4|) (-656 $)) 119)) (-2306 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4462)))) (-2439 (((-656 |#3|) $) 82)) (-4176 (((-112) |#4| $) 136)) (-3202 (((-112) |#3| $) 81)) (-2921 (((-112) $ $) 7)) (-3500 (((-783) $) 47 (|has| $ (-6 -4462)))))
-(((-1090 |#1| |#2| |#3| |#4|) (-141) (-464) (-805) (-862) (-1084 |t#1| |t#2| |t#3|)) (T -1090))
-((-4048 (*1 *2 *3 *1) (-12 (-4 *1 (-1090 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112)))) (-3174 (*1 *2 *3 *1) (-12 (-4 *1 (-1090 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112)))) (-4176 (*1 *2 *3 *1) (-12 (-4 *1 (-1090 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112)))) (-4048 (*1 *2 *1) (-12 (-4 *1 (-1090 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-112)))) (-1559 (*1 *2 *3 *1) (-12 (-4 *1 (-1090 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112)))) (-4254 (*1 *2 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-3 (-112) (-656 *1))) (-4 *1 (-1090 *4 *5 *6 *3)))) (-1883 (*1 *2 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -3986 *1)))) (-4 *1 (-1090 *4 *5 *6 *3)))) (-1883 (*1 *2 *3 *1) (-12 (-4 *1 (-1090 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112)))) (-2103 (*1 *2 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-656 *1)) (-4 *1 (-1090 *4 *5 *6 *3)))) (-2690 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-3 *3 (-656 *1))) (-4 *1 (-1090 *4 *5 *6 *3)))) (-2502 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *1)))) (-4 *1 (-1090 *4 *5 *6 *3)))) (-1415 (*1 *2 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *1)))) (-4 *1 (-1090 *4 *5 *6 *3)))) (-2037 (*1 *2 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-656 *1)) (-4 *1 (-1090 *4 *5 *6 *3)))) (-2037 (*1 *2 *3 *1) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1090 *4 *5 *6 *7)))) (-2037 (*1 *2 *3 *2) (-12 (-5 *2 (-656 *1)) (-5 *3 (-656 *7)) (-4 *1 (-1090 *4 *5 *6 *7)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)))) (-2037 (*1 *2 *3 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-1090 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)))) (-3223 (*1 *2 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-656 *1)) (-4 *1 (-1090 *4 *5 *6 *3)))) (-3223 (*1 *2 *3 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-1090 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)))) (-3223 (*1 *2 *3 *1) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1090 *4 *5 *6 *7)))) (-3223 (*1 *2 *3 *2) (-12 (-5 *2 (-656 *1)) (-5 *3 (-656 *7)) (-4 *1 (-1090 *4 *5 *6 *7)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)))) (-1647 (*1 *1 *2 *1) (-12 (-4 *1 (-1090 *3 *4 *5 *2)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5)))) (-1647 (*1 *1 *2 *1) (-12 (-5 *2 (-656 *6)) (-4 *1 (-1090 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)))) (-3905 (*1 *2 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-656 *1)) (-4 *1 (-1090 *4 *5 *6 *3)))) (-3905 (*1 *2 *3 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-1090 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)))) (-3905 (*1 *2 *3 *1) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1090 *4 *5 *6 *7)))) (-3905 (*1 *2 *3 *2) (-12 (-5 *2 (-656 *1)) (-5 *3 (-656 *7)) (-4 *1 (-1090 *4 *5 *6 *7)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)))) (-2127 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1090 *5 *6 *7 *8)))))
-(-13 (-1229 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-15 -4048 ((-112) |t#4| $)) (-15 -3174 ((-112) |t#4| $)) (-15 -4176 ((-112) |t#4| $)) (-15 -4048 ((-112) $)) (-15 -1559 ((-112) |t#4| $)) (-15 -4254 ((-3 (-112) (-656 $)) |t#4| $)) (-15 -1883 ((-656 (-2 (|:| |val| (-112)) (|:| -3986 $))) |t#4| $)) (-15 -1883 ((-112) |t#4| $)) (-15 -2103 ((-656 $) |t#4| $)) (-15 -2690 ((-3 |t#4| (-656 $)) |t#4| |t#4| $)) (-15 -2502 ((-656 (-2 (|:| |val| |t#4|) (|:| -3986 $))) |t#4| |t#4| $)) (-15 -1415 ((-656 (-2 (|:| |val| |t#4|) (|:| -3986 $))) |t#4| $)) (-15 -2037 ((-656 $) |t#4| $)) (-15 -2037 ((-656 $) (-656 |t#4|) $)) (-15 -2037 ((-656 $) (-656 |t#4|) (-656 $))) (-15 -2037 ((-656 $) |t#4| (-656 $))) (-15 -3223 ((-656 $) |t#4| $)) (-15 -3223 ((-656 $) |t#4| (-656 $))) (-15 -3223 ((-656 $) (-656 |t#4|) $)) (-15 -3223 ((-656 $) (-656 |t#4|) (-656 $))) (-15 -1647 ($ |t#4| $)) (-15 -1647 ($ (-656 |t#4|) $)) (-15 -3905 ((-656 $) |t#4| $)) (-15 -3905 ((-656 $) |t#4| (-656 $))) (-15 -3905 ((-656 $) (-656 |t#4|) $)) (-15 -3905 ((-656 $) (-656 |t#4|) (-656 $))) (-15 -2127 ((-656 $) (-656 |t#4|) (-112)))))
-(((-34) . T) ((-102) . T) ((-625 (-656 |#4|)) . T) ((-625 (-874)) . T) ((-152 |#4|) . T) ((-626 (-548)) |has| |#4| (-626 (-548))) ((-319 |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))) ((-501 |#4|) . T) ((-526 |#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))) ((-995 |#1| |#2| |#3| |#4|) . T) ((-1119) . T) ((-1229 |#1| |#2| |#3| |#4|) . T) ((-1236) . T))
-((-4332 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#5|) 86)) (-1926 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5|) 127)) (-2688 (((-656 |#5|) |#4| |#5|) 74)) (-4129 (((-656 (-2 (|:| |val| (-112)) (|:| -3986 |#5|))) |#4| |#5|) 47) (((-112) |#4| |#5|) 55)) (-3947 (((-1291)) 36)) (-3288 (((-1291)) 25)) (-1775 (((-1291) (-1177) (-1177) (-1177)) 32)) (-2421 (((-1291) (-1177) (-1177) (-1177)) 21)) (-3622 (((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) |#4| |#4| |#5|) 107)) (-1606 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) |#3| (-112)) 118) (((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5| (-112) (-112)) 52)) (-2472 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5|) 113)))
-(((-1091 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2421 ((-1291) (-1177) (-1177) (-1177))) (-15 -3288 ((-1291))) (-15 -1775 ((-1291) (-1177) (-1177) (-1177))) (-15 -3947 ((-1291))) (-15 -3622 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) |#4| |#4| |#5|)) (-15 -1606 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -1606 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) |#3| (-112))) (-15 -2472 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5|)) (-15 -1926 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5|)) (-15 -4129 ((-112) |#4| |#5|)) (-15 -4129 ((-656 (-2 (|:| |val| (-112)) (|:| -3986 |#5|))) |#4| |#5|)) (-15 -2688 ((-656 |#5|) |#4| |#5|)) (-15 -4332 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#5|))) (-464) (-805) (-862) (-1084 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3| |#4|)) (T -1091))
-((-4332 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4)))) (-5 *1 (-1091 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-2688 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 *4)) (-5 *1 (-1091 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-4129 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -3986 *4)))) (-5 *1 (-1091 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-4129 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1091 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-1926 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4)))) (-5 *1 (-1091 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-2472 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4)))) (-5 *1 (-1091 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-1606 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 (-2 (|:| |val| (-656 *8)) (|:| -3986 *9)))) (-5 *5 (-112)) (-4 *8 (-1084 *6 *7 *4)) (-4 *9 (-1090 *6 *7 *4 *8)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *4 (-862)) (-5 *2 (-656 (-2 (|:| |val| *8) (|:| -3986 *9)))) (-5 *1 (-1091 *6 *7 *4 *8 *9)))) (-1606 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *3 (-1084 *6 *7 *8)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4)))) (-5 *1 (-1091 *6 *7 *8 *3 *4)) (-4 *4 (-1090 *6 *7 *8 *3)))) (-3622 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4)))) (-5 *1 (-1091 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-3947 (*1 *2) (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-1291)) (-5 *1 (-1091 *3 *4 *5 *6 *7)) (-4 *7 (-1090 *3 *4 *5 *6)))) (-1775 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1177)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-1291)) (-5 *1 (-1091 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))) (-3288 (*1 *2) (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-1291)) (-5 *1 (-1091 *3 *4 *5 *6 *7)) (-4 *7 (-1090 *3 *4 *5 *6)))) (-2421 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1177)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-1291)) (-5 *1 (-1091 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))))
-(-10 -7 (-15 -2421 ((-1291) (-1177) (-1177) (-1177))) (-15 -3288 ((-1291))) (-15 -1775 ((-1291) (-1177) (-1177) (-1177))) (-15 -3947 ((-1291))) (-15 -3622 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) |#4| |#4| |#5|)) (-15 -1606 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -1606 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) |#3| (-112))) (-15 -2472 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5|)) (-15 -1926 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5|)) (-15 -4129 ((-112) |#4| |#5|)) (-15 -4129 ((-656 (-2 (|:| |val| (-112)) (|:| -3986 |#5|))) |#4| |#5|)) (-15 -2688 ((-656 |#5|) |#4| |#5|)) (-15 -4332 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#5|)))
-((-3486 (((-112) $ $) NIL)) (-2981 (((-1235) $) 13)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3119 (((-1154) $) 10)) (-3567 (((-874) $) 20) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1092) (-13 (-1102) (-10 -8 (-15 -3119 ((-1154) $)) (-15 -2981 ((-1235) $))))) (T -1092))
-((-3119 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1092)))) (-2981 (*1 *2 *1) (-12 (-5 *2 (-1235)) (-5 *1 (-1092)))))
-(-13 (-1102) (-10 -8 (-15 -3119 ((-1154) $)) (-15 -2981 ((-1235) $))))
-((-4024 (((-112) $ $) 7)))
-(((-1093) (-13 (-1236) (-10 -8 (-15 -4024 ((-112) $ $))))) (T -1093))
-((-4024 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1093)))))
-(-13 (-1236) (-10 -8 (-15 -4024 ((-112) $ $))))
-((-3486 (((-112) $ $) NIL)) (-2624 (((-1195) $) 8)) (-3881 (((-1177) $) 17)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 11)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 14)))
-(((-1094 |#1|) (-13 (-1119) (-10 -8 (-15 -2624 ((-1195) $)))) (-1195)) (T -1094))
-((-2624 (*1 *2 *1) (-12 (-5 *2 (-1195)) (-5 *1 (-1094 *3)) (-14 *3 *2))))
-(-13 (-1119) (-10 -8 (-15 -2624 ((-1195) $))))
-((-3486 (((-112) $ $) NIL)) (-2927 (($ $ (-656 (-1195)) (-1 (-112) (-656 |#3|))) 34)) (-2409 (($ |#3| |#3|) 23) (($ |#3| |#3| (-656 (-1195))) 21)) (-1667 ((|#3| $) 13)) (-1570 (((-3 (-304 |#3|) "failed") $) 60)) (-2857 (((-304 |#3|) $) NIL)) (-2407 (((-656 (-1195)) $) 16)) (-2715 (((-905 |#1|) $) 11)) (-1655 ((|#3| $) 12)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2794 ((|#3| $ |#3|) 28) ((|#3| $ |#3| (-938)) 41)) (-3567 (((-874) $) 89) (($ (-304 |#3|)) 22)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 38)))
-(((-1095 |#1| |#2| |#3|) (-13 (-1119) (-296 |#3| |#3|) (-1057 (-304 |#3|)) (-10 -8 (-15 -2409 ($ |#3| |#3|)) (-15 -2409 ($ |#3| |#3| (-656 (-1195)))) (-15 -2927 ($ $ (-656 (-1195)) (-1 (-112) (-656 |#3|)))) (-15 -2715 ((-905 |#1|) $)) (-15 -1655 (|#3| $)) (-15 -1667 (|#3| $)) (-15 -2794 (|#3| $ |#3| (-938))) (-15 -2407 ((-656 (-1195)) $)))) (-1119) (-13 (-1068) (-899 |#1|) (-626 (-905 |#1|))) (-13 (-442 |#2|) (-899 |#1|) (-626 (-905 |#1|)))) (T -1095))
-((-2409 (*1 *1 *2 *2) (-12 (-4 *3 (-1119)) (-4 *4 (-13 (-1068) (-899 *3) (-626 (-905 *3)))) (-5 *1 (-1095 *3 *4 *2)) (-4 *2 (-13 (-442 *4) (-899 *3) (-626 (-905 *3)))))) (-2409 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-656 (-1195))) (-4 *4 (-1119)) (-4 *5 (-13 (-1068) (-899 *4) (-626 (-905 *4)))) (-5 *1 (-1095 *4 *5 *2)) (-4 *2 (-13 (-442 *5) (-899 *4) (-626 (-905 *4)))))) (-2927 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-1195))) (-5 *3 (-1 (-112) (-656 *6))) (-4 *6 (-13 (-442 *5) (-899 *4) (-626 (-905 *4)))) (-4 *4 (-1119)) (-4 *5 (-13 (-1068) (-899 *4) (-626 (-905 *4)))) (-5 *1 (-1095 *4 *5 *6)))) (-2715 (*1 *2 *1) (-12 (-4 *3 (-1119)) (-4 *4 (-13 (-1068) (-899 *3) (-626 *2))) (-5 *2 (-905 *3)) (-5 *1 (-1095 *3 *4 *5)) (-4 *5 (-13 (-442 *4) (-899 *3) (-626 *2))))) (-1655 (*1 *2 *1) (-12 (-4 *3 (-1119)) (-4 *2 (-13 (-442 *4) (-899 *3) (-626 (-905 *3)))) (-5 *1 (-1095 *3 *4 *2)) (-4 *4 (-13 (-1068) (-899 *3) (-626 (-905 *3)))))) (-1667 (*1 *2 *1) (-12 (-4 *3 (-1119)) (-4 *2 (-13 (-442 *4) (-899 *3) (-626 (-905 *3)))) (-5 *1 (-1095 *3 *4 *2)) (-4 *4 (-13 (-1068) (-899 *3) (-626 (-905 *3)))))) (-2794 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-938)) (-4 *4 (-1119)) (-4 *5 (-13 (-1068) (-899 *4) (-626 (-905 *4)))) (-5 *1 (-1095 *4 *5 *2)) (-4 *2 (-13 (-442 *5) (-899 *4) (-626 (-905 *4)))))) (-2407 (*1 *2 *1) (-12 (-4 *3 (-1119)) (-4 *4 (-13 (-1068) (-899 *3) (-626 (-905 *3)))) (-5 *2 (-656 (-1195))) (-5 *1 (-1095 *3 *4 *5)) (-4 *5 (-13 (-442 *4) (-899 *3) (-626 (-905 *3)))))))
-(-13 (-1119) (-296 |#3| |#3|) (-1057 (-304 |#3|)) (-10 -8 (-15 -2409 ($ |#3| |#3|)) (-15 -2409 ($ |#3| |#3| (-656 (-1195)))) (-15 -2927 ($ $ (-656 (-1195)) (-1 (-112) (-656 |#3|)))) (-15 -2715 ((-905 |#1|) $)) (-15 -1655 (|#3| $)) (-15 -1667 (|#3| $)) (-15 -2794 (|#3| $ |#3| (-938))) (-15 -2407 ((-656 (-1195)) $))))
-((-3486 (((-112) $ $) NIL)) (-2888 (($ (-656 (-1095 |#1| |#2| |#3|))) 14)) (-3365 (((-656 (-1095 |#1| |#2| |#3|)) $) 21)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2794 ((|#3| $ |#3|) 24) ((|#3| $ |#3| (-938)) 27)) (-3567 (((-874) $) 17)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 20)))
-(((-1096 |#1| |#2| |#3|) (-13 (-1119) (-296 |#3| |#3|) (-10 -8 (-15 -2888 ($ (-656 (-1095 |#1| |#2| |#3|)))) (-15 -3365 ((-656 (-1095 |#1| |#2| |#3|)) $)) (-15 -2794 (|#3| $ |#3| (-938))))) (-1119) (-13 (-1068) (-899 |#1|) (-626 (-905 |#1|))) (-13 (-442 |#2|) (-899 |#1|) (-626 (-905 |#1|)))) (T -1096))
-((-2888 (*1 *1 *2) (-12 (-5 *2 (-656 (-1095 *3 *4 *5))) (-4 *3 (-1119)) (-4 *4 (-13 (-1068) (-899 *3) (-626 (-905 *3)))) (-4 *5 (-13 (-442 *4) (-899 *3) (-626 (-905 *3)))) (-5 *1 (-1096 *3 *4 *5)))) (-3365 (*1 *2 *1) (-12 (-4 *3 (-1119)) (-4 *4 (-13 (-1068) (-899 *3) (-626 (-905 *3)))) (-5 *2 (-656 (-1095 *3 *4 *5))) (-5 *1 (-1096 *3 *4 *5)) (-4 *5 (-13 (-442 *4) (-899 *3) (-626 (-905 *3)))))) (-2794 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-938)) (-4 *4 (-1119)) (-4 *5 (-13 (-1068) (-899 *4) (-626 (-905 *4)))) (-5 *1 (-1096 *4 *5 *2)) (-4 *2 (-13 (-442 *5) (-899 *4) (-626 (-905 *4)))))))
-(-13 (-1119) (-296 |#3| |#3|) (-10 -8 (-15 -2888 ($ (-656 (-1095 |#1| |#2| |#3|)))) (-15 -3365 ((-656 (-1095 |#1| |#2| |#3|)) $)) (-15 -2794 (|#3| $ |#3| (-938)))))
-((-2795 (((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)) (-112) (-112)) 88) (((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|))) 92) (((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)) (-112)) 90)))
-(((-1097 |#1| |#2|) (-10 -7 (-15 -2795 ((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)) (-112))) (-15 -2795 ((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)))) (-15 -2795 ((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)) (-112) (-112)))) (-13 (-317) (-148)) (-656 (-1195))) (T -1097))
-((-2795 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-2 (|:| -1431 (-1191 *5)) (|:| -2203 (-656 (-969 *5)))))) (-5 *1 (-1097 *5 *6)) (-5 *3 (-656 (-969 *5))) (-14 *6 (-656 (-1195))))) (-2795 (*1 *2 *3) (-12 (-4 *4 (-13 (-317) (-148))) (-5 *2 (-656 (-2 (|:| -1431 (-1191 *4)) (|:| -2203 (-656 (-969 *4)))))) (-5 *1 (-1097 *4 *5)) (-5 *3 (-656 (-969 *4))) (-14 *5 (-656 (-1195))))) (-2795 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-2 (|:| -1431 (-1191 *5)) (|:| -2203 (-656 (-969 *5)))))) (-5 *1 (-1097 *5 *6)) (-5 *3 (-656 (-969 *5))) (-14 *6 (-656 (-1195))))))
-(-10 -7 (-15 -2795 ((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)) (-112))) (-15 -2795 ((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)))) (-15 -2795 ((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)) (-112) (-112))))
-((-1827 (((-430 |#3|) |#3|) 18)))
-(((-1098 |#1| |#2| |#3|) (-10 -7 (-15 -1827 ((-430 |#3|) |#3|))) (-1262 (-419 (-576))) (-13 (-374) (-148) (-736 (-419 (-576)) |#1|)) (-1262 |#2|)) (T -1098))
-((-1827 (*1 *2 *3) (-12 (-4 *4 (-1262 (-419 (-576)))) (-4 *5 (-13 (-374) (-148) (-736 (-419 (-576)) *4))) (-5 *2 (-430 *3)) (-5 *1 (-1098 *4 *5 *3)) (-4 *3 (-1262 *5)))))
-(-10 -7 (-15 -1827 ((-430 |#3|) |#3|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 136)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-374)))) (-4380 (($ $) NIL (|has| |#1| (-374)))) (-1657 (((-112) $) NIL (|has| |#1| (-374)))) (-1722 (((-701 |#1|) (-1286 $)) NIL) (((-701 |#1|)) 121)) (-2205 ((|#1| $) 125)) (-2201 (((-1208 (-938) (-783)) (-576)) NIL (|has| |#1| (-360)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL (|has| |#1| (-374)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-374)))) (-1829 (((-112) $ $) NIL (|has| |#1| (-374)))) (-2093 (((-783)) 43 (|has| |#1| (-379)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) NIL)) (-2857 (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) NIL)) (-2495 (($ (-1286 |#1|) (-1286 $)) NIL) (($ (-1286 |#1|)) 46)) (-1584 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-360)))) (-3426 (($ $ $) NIL (|has| |#1| (-374)))) (-3592 (((-701 |#1|) $ (-1286 $)) NIL) (((-701 |#1|) $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) 113) (((-701 |#1|) (-701 $)) 108)) (-3683 (($ |#2|) 65) (((-3 $ "failed") (-419 |#2|)) NIL (|has| |#1| (-374)))) (-2251 (((-3 $ "failed") $) NIL)) (-3731 (((-938)) 84)) (-1834 (($) 47 (|has| |#1| (-379)))) (-3438 (($ $ $) NIL (|has| |#1| (-374)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-4161 (($) NIL (|has| |#1| (-360)))) (-3335 (((-112) $) NIL (|has| |#1| (-360)))) (-1385 (($ $ (-783)) NIL (|has| |#1| (-360))) (($ $) NIL (|has| |#1| (-360)))) (-4283 (((-112) $) NIL (|has| |#1| (-374)))) (-1991 (((-938) $) NIL (|has| |#1| (-360))) (((-845 (-938)) $) NIL (|has| |#1| (-360)))) (-3612 (((-112) $) NIL)) (-1650 ((|#1| $) NIL)) (-2162 (((-3 $ "failed") $) NIL (|has| |#1| (-360)))) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-1499 ((|#2| $) 91 (|has| |#1| (-374)))) (-4379 (((-938) $) 145 (|has| |#1| (-379)))) (-3670 ((|#2| $) 62)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) NIL) (((-701 |#1|) (-1286 $)) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL (|has| |#1| (-374)))) (-3537 (($) NIL (|has| |#1| (-360)) CONST)) (-3222 (($ (-938)) 135 (|has| |#1| (-379)))) (-1448 (((-1139) $) NIL)) (-4126 (($) 127)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-374)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-3547 (((-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))) NIL (|has| |#1| (-360)))) (-1827 (((-430 $) $) NIL (|has| |#1| (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-3473 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3909 (((-783) $) NIL (|has| |#1| (-374)))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-374)))) (-2491 ((|#1| (-1286 $)) NIL) ((|#1|) 117)) (-3544 (((-783) $) NIL (|has| |#1| (-360))) (((-3 (-783) "failed") $ $) NIL (|has| |#1| (-360)))) (-2770 (($ $ (-783)) NIL (-2755 (-12 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))) (($ $) NIL (-2755 (-12 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195))))) (($ $ (-1195)) NIL (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195))))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-374))) (($ $ (-1 |#1| |#1|) (-783)) NIL (|has| |#1| (-374)))) (-4218 (((-701 |#1|) (-1286 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-374)))) (-3117 ((|#2|) 81)) (-4059 (($) NIL (|has| |#1| (-360)))) (-2203 (((-1286 |#1|) $ (-1286 $)) 96) (((-701 |#1|) (-1286 $) (-1286 $)) NIL) (((-1286 |#1|) $) 75) (((-701 |#1|) (-1286 $)) 92)) (-4169 (((-1286 |#1|) $) NIL) (($ (-1286 |#1|)) NIL) ((|#2| $) NIL) (($ |#2|) NIL)) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (|has| |#1| (-360)))) (-3567 (((-874) $) 61) (($ (-576)) 56) (($ |#1|) 58) (($ $) NIL (|has| |#1| (-374))) (($ (-419 (-576))) NIL (-2755 (|has| |#1| (-374)) (|has| |#1| (-1057 (-419 (-576))))))) (-2846 (($ $) NIL (|has| |#1| (-360))) (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-4324 ((|#2| $) 89)) (-2596 (((-783)) 83 T CONST)) (-1540 (((-112) $ $) NIL)) (-4156 (((-1286 $)) 88)) (-4196 (((-112) $ $) NIL (|has| |#1| (-374)))) (-2716 (($) 32 T CONST)) (-2727 (($) 19 T CONST)) (-2014 (($ $ (-783)) NIL (-2755 (-12 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))) (($ $) NIL (-2755 (-12 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195))))) (($ $ (-1195)) NIL (-12 (|has| |#1| (-374)) (|has| |#1| (-917 (-1195))))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-374))) (($ $ (-1 |#1| |#1|) (-783)) NIL (|has| |#1| (-374)))) (-2921 (((-112) $ $) 67)) (-3054 (($ $ $) NIL (|has| |#1| (-374)))) (-3041 (($ $) 71) (($ $ $) NIL)) (-3027 (($ $ $) 69)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374)))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 54) (($ $ $) 73) (($ $ |#1|) NIL) (($ |#1| $) 51) (($ (-419 (-576)) $) NIL (|has| |#1| (-374))) (($ $ (-419 (-576))) NIL (|has| |#1| (-374)))))
-(((-1099 |#1| |#2| |#3|) (-736 |#1| |#2|) (-174) (-1262 |#1|) |#2|) (T -1099))
+NIL
+(-13 (-21) (-1133))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-2452 (($ $) 17)) (-2646 (($ $) 25)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 55)) (-2828 (($ $) 27)) (-4152 (($ $) 12)) (-4110 (($ $) 43)) (-1554 (((-390) $) NIL) (((-227) $) NIL) (((-907 (-390)) $) 36)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL) (($ (-419 (-576))) 31) (($ (-576)) NIL) (($ (-419 (-576))) 31)) (-2864 (((-783)) 9)) (-2778 (($ $) 45)))
+(((-1080 |#1|) (-10 -8 (-15 -2646 (|#1| |#1|)) (-15 -2452 (|#1| |#1|)) (-15 -4152 (|#1| |#1|)) (-15 -4110 (|#1| |#1|)) (-15 -2778 (|#1| |#1|)) (-15 -2828 (|#1| |#1|)) (-15 -3135 ((-904 (-390) |#1|) |#1| (-907 (-390)) (-904 (-390) |#1|))) (-15 -1554 ((-907 (-390)) |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -4114 (|#1| (-576))) (-15 -1554 ((-227) |#1|)) (-15 -1554 ((-390) |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -4114 (|#1| |#1|)) (-15 -2864 ((-783))) (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|))) (-1081)) (T -1080))
+((-2864 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1080 *3)) (-4 *3 (-1081)))))
+(-10 -8 (-15 -2646 (|#1| |#1|)) (-15 -2452 (|#1| |#1|)) (-15 -4152 (|#1| |#1|)) (-15 -4110 (|#1| |#1|)) (-15 -2778 (|#1| |#1|)) (-15 -2828 (|#1| |#1|)) (-15 -3135 ((-904 (-390) |#1|) |#1| (-907 (-390)) (-904 (-390) |#1|))) (-15 -1554 ((-907 (-390)) |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -4114 (|#1| (-576))) (-15 -1554 ((-227) |#1|)) (-15 -1554 ((-390) |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -4114 (|#1| |#1|)) (-15 -2864 ((-783))) (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3730 (((-576) $) 97)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-2452 (($ $) 95)) (-2583 (((-3 $ "failed") $ $) 20)) (-4068 (($ $) 81)) (-2068 (((-430 $) $) 80)) (-1463 (($ $) 105)) (-4064 (((-112) $ $) 65)) (-4018 (((-576) $) 122)) (-3853 (($) 18 T CONST)) (-2646 (($ $) 94)) (-2981 (((-3 (-576) "failed") $) 110) (((-3 (-419 (-576)) "failed") $) 107)) (-2318 (((-576) $) 111) (((-419 (-576)) $) 108)) (-1892 (($ $ $) 61)) (-2413 (((-3 $ "failed") $) 37)) (-1905 (($ $ $) 62)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 57)) (-3742 (((-112) $) 79)) (-2907 (((-112) $) 120)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 101)) (-3315 (((-112) $) 35)) (-4063 (($ $ (-576)) 104)) (-2828 (($ $) 100)) (-2569 (((-112) $) 121)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-2905 (($ $ $) 119)) (-2163 (($ $ $) 118)) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-1668 (($ $) 78)) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-4152 (($ $) 96)) (-4110 (($ $) 98)) (-1452 (((-430 $) $) 82)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-1943 (((-3 $ "failed") $ $) 48)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3199 (((-783) $) 64)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 63)) (-1554 (((-390) $) 113) (((-227) $) 112) (((-907 (-390)) $) 102)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74) (($ (-576)) 109) (($ (-419 (-576))) 106)) (-2864 (((-783)) 32 T CONST)) (-2778 (($ $) 99)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 45)) (-2679 (($ $) 123)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3995 (((-112) $ $) 116)) (-3975 (((-112) $ $) 115)) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 117)) (-3962 (((-112) $ $) 114)) (-4047 (($ $ $) 73)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77) (($ $ (-419 (-576))) 103)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75)))
+(((-1081) (-141)) (T -1081))
+((-2679 (*1 *1 *1) (-4 *1 (-1081))) (-2828 (*1 *1 *1) (-4 *1 (-1081))) (-2778 (*1 *1 *1) (-4 *1 (-1081))) (-4110 (*1 *1 *1) (-4 *1 (-1081))) (-3730 (*1 *2 *1) (-12 (-4 *1 (-1081)) (-5 *2 (-576)))) (-4152 (*1 *1 *1) (-4 *1 (-1081))) (-2452 (*1 *1 *1) (-4 *1 (-1081))) (-2646 (*1 *1 *1) (-4 *1 (-1081))))
+(-13 (-374) (-860) (-1043) (-1059 (-576)) (-1059 (-419 (-576))) (-1023) (-626 (-907 (-390))) (-901 (-390)) (-148) (-10 -8 (-15 -2828 ($ $)) (-15 -2778 ($ $)) (-15 -4110 ($ $)) (-15 -3730 ((-576) $)) (-15 -4152 ($ $)) (-15 -2452 ($ $)) (-15 -2646 ($ $)) (-15 -2679 ($ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-132) . T) ((-148) . T) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-626 (-227)) . T) ((-626 (-390)) . T) ((-626 (-907 (-390))) . T) ((-248) . T) ((-300) . T) ((-317) . T) ((-374) . T) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 $) . T) ((-738) . T) ((-803) . T) ((-804) . T) ((-806) . T) ((-807) . T) ((-860) . T) ((-862) . T) ((-901 (-390)) . T) ((-939) . T) ((-1023) . T) ((-1043) . T) ((-1059 (-419 (-576))) . T) ((-1059 (-576)) . T) ((-1072 #0#) . T) ((-1072 $) . T) ((-1077 #0#) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T) ((-1242) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) |#2| $) 26)) (-2200 ((|#1| $) 10)) (-4018 (((-576) |#2| $) 116)) (-2169 (((-3 $ "failed") |#2| (-940)) 75)) (-2111 ((|#1| $) 31)) (-1874 ((|#1| |#2| $ |#1|) 40)) (-1862 (($ $) 28)) (-2413 (((-3 |#2| "failed") |#2| $) 111)) (-2907 (((-112) |#2| $) NIL)) (-2569 (((-112) |#2| $) NIL)) (-4294 (((-112) |#2| $) 27)) (-2155 ((|#1| $) 117)) (-2100 ((|#1| $) 30)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2030 ((|#2| $) 102)) (-4114 (((-876) $) 92)) (-3000 (((-112) $ $) NIL)) (-2642 ((|#1| |#2| $ |#1|) 41)) (-1464 (((-656 $) |#2|) 77)) (-3939 (((-112) $ $) 97)))
+(((-1082 |#1| |#2|) (-13 (-1089 |#1| |#2|) (-10 -8 (-15 -2100 (|#1| $)) (-15 -2111 (|#1| $)) (-15 -2200 (|#1| $)) (-15 -2155 (|#1| $)) (-15 -1862 ($ $)) (-15 -4294 ((-112) |#2| $)) (-15 -1874 (|#1| |#2| $ |#1|)))) (-13 (-860) (-374)) (-1264 |#1|)) (T -1082))
+((-1874 (*1 *2 *3 *1 *2) (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1082 *2 *3)) (-4 *3 (-1264 *2)))) (-2100 (*1 *2 *1) (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1082 *2 *3)) (-4 *3 (-1264 *2)))) (-2111 (*1 *2 *1) (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1082 *2 *3)) (-4 *3 (-1264 *2)))) (-2200 (*1 *2 *1) (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1082 *2 *3)) (-4 *3 (-1264 *2)))) (-2155 (*1 *2 *1) (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1082 *2 *3)) (-4 *3 (-1264 *2)))) (-1862 (*1 *1 *1) (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1082 *2 *3)) (-4 *3 (-1264 *2)))) (-4294 (*1 *2 *3 *1) (-12 (-4 *4 (-13 (-860) (-374))) (-5 *2 (-112)) (-5 *1 (-1082 *4 *3)) (-4 *3 (-1264 *4)))))
+(-13 (-1089 |#1| |#2|) (-10 -8 (-15 -2100 (|#1| $)) (-15 -2111 (|#1| $)) (-15 -2200 (|#1| $)) (-15 -2155 (|#1| $)) (-15 -1862 ($ $)) (-15 -4294 ((-112) |#2| $)) (-15 -1874 (|#1| |#2| $ |#1|))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-4121 (($ $ $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3993 (($ $ $ $) NIL)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4064 (((-112) $ $) NIL)) (-4018 (((-576) $) NIL)) (-3385 (($ $ $) NIL)) (-3853 (($) NIL T CONST)) (-2597 (($ (-1197)) 10) (($ (-576)) 7)) (-2981 (((-3 (-576) "failed") $) NIL)) (-2318 (((-576) $) NIL)) (-1892 (($ $ $) NIL)) (-2255 (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL) (((-701 (-576)) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-3878 (((-3 (-419 (-576)) "failed") $) NIL)) (-1358 (((-112) $) NIL)) (-2951 (((-419 (-576)) $) NIL)) (-4370 (($) NIL) (($ $) NIL)) (-1905 (($ $ $) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-3848 (($ $ $ $) NIL)) (-2274 (($ $ $) NIL)) (-2907 (((-112) $) NIL)) (-1501 (($ $ $) NIL)) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL)) (-3315 (((-112) $) NIL)) (-2231 (((-112) $) NIL)) (-4080 (((-3 $ "failed") $) NIL)) (-2569 (((-112) $) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3747 (($ $ $ $) NIL)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-2362 (($ $) NIL)) (-3108 (($ $) NIL)) (-3015 (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL) (((-701 (-576)) (-1288 $)) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-2248 (($ $ $) NIL)) (-3651 (($) NIL T CONST)) (-1919 (($ $) NIL)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3506 (($ $) NIL)) (-1452 (((-430 $) $) NIL)) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3489 (((-112) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-4107 (($ $) NIL) (($ $ (-783)) NIL)) (-3755 (($ $) NIL)) (-4287 (($ $) NIL)) (-1554 (((-576) $) 16) (((-548) $) NIL) (((-907 (-576)) $) NIL) (((-390) $) NIL) (((-227) $) NIL) (($ (-1197)) 9)) (-4114 (((-876) $) 23) (($ (-576)) 6) (($ $) NIL) (($ (-576)) 6)) (-2864 (((-783)) NIL T CONST)) (-3265 (((-112) $ $) NIL)) (-2945 (($ $ $) NIL)) (-3000 (((-112) $ $) NIL)) (-1867 (($) NIL)) (-4095 (((-112) $ $) NIL)) (-4225 (($ $ $ $) NIL)) (-2679 (($ $) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $) NIL) (($ $ (-783)) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)) (-4037 (($ $) 22) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ (-576) $) NIL)))
+(((-1083) (-13 (-557) (-630 (-1197)) (-10 -8 (-6 -4451) (-6 -4456) (-6 -4452) (-15 -2597 ($ (-1197))) (-15 -2597 ($ (-576)))))) (T -1083))
+((-2597 (*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-1083)))) (-2597 (*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1083)))))
+(-13 (-557) (-630 (-1197)) (-10 -8 (-6 -4451) (-6 -4456) (-6 -4452) (-15 -2597 ($ (-1197))) (-15 -2597 ($ (-576)))))
+((-1955 (((-112) $ $) NIL (-3795 (|has| (-52) (-102)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-102))))) (-1975 (($) NIL) (($ (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) NIL)) (-1758 (((-1293) $ (-1197) (-1197)) NIL (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) NIL)) (-4314 (($) 9)) (-4268 (((-52) $ (-1197) (-52)) NIL)) (-2199 (($ $) 32)) (-3915 (($ $) 30)) (-3193 (($ $) 29)) (-3212 (($ $) 31)) (-2868 (($ $) 35)) (-4214 (($ $) 36)) (-3098 (($ $) 28)) (-2059 (($ $) 33)) (-2250 (($ (-1 (-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) 27 (|has| $ (-6 -4464)))) (-2049 (((-3 (-52) "failed") (-1197) $) 43)) (-3853 (($) NIL T CONST)) (-2615 (($) 7)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121))))) (-1678 (($ (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) $) 53 (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464))) (((-3 (-52) "failed") (-1197) $) NIL)) (-2824 (($ (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121)))) (($ (-1 (-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464)))) (-2722 (((-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $ (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121)))) (((-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $ (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) NIL (|has| $ (-6 -4464))) (((-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464)))) (-1603 (((-3 (-1179) "failed") $ (-1179) (-576)) 72)) (-1908 (((-52) $ (-1197) (-52)) NIL (|has| $ (-6 -4465)))) (-3721 (((-52) $ (-1197)) NIL)) (-3722 (((-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464))) (((-656 (-52)) $) NIL (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-1197) $) NIL (|has| (-1197) (-862)))) (-4302 (((-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) 38 (|has| $ (-6 -4464))) (((-656 (-52)) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-52) (-1121))))) (-2316 (((-1197) $) NIL (|has| (-1197) (-862)))) (-1896 (($ (-1 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4465))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (-3795 (|has| (-52) (-1121)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121))))) (-2353 (((-656 (-1197)) $) NIL)) (-3367 (((-112) (-1197) $) NIL)) (-4306 (((-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) $) NIL)) (-3846 (($ (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) $) 46)) (-4402 (((-656 (-1197)) $) NIL)) (-1505 (((-112) (-1197) $) NIL)) (-3117 (((-1141) $) NIL (-3795 (|has| (-52) (-1121)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121))))) (-3880 (((-390) $ (-1197)) 52)) (-4000 (((-656 (-1179)) $ (-1179)) 74)) (-1753 (((-52) $) NIL (|has| (-1197) (-862)))) (-2922 (((-3 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) "failed") (-1 (-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL)) (-3140 (($ $ (-52)) NIL (|has| $ (-6 -4465)))) (-1470 (((-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) $) NIL)) (-3484 (((-112) (-1 (-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))))) NIL (-12 (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121)))) (($ $ (-304 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) NIL (-12 (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121)))) (($ $ (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) NIL (-12 (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121)))) (($ $ (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) NIL (-12 (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-319 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121)))) (($ $ (-656 (-52)) (-656 (-52))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1121)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1121)))) (($ $ (-304 (-52))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1121)))) (($ $ (-656 (-304 (-52)))) NIL (-12 (|has| (-52) (-319 (-52))) (|has| (-52) (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-52) (-1121))))) (-3700 (((-656 (-52)) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 (((-52) $ (-1197)) NIL) (((-52) $ (-1197) (-52)) NIL)) (-1455 (($) NIL) (($ (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) NIL)) (-2204 (($ $ (-1197)) 54)) (-3131 (((-783) (-1 (-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464))) (((-783) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121)))) (((-783) (-52) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-52) (-1121)))) (((-783) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-626 (-548))))) (-4125 (($ (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) 40)) (-2767 (($ $ $) 41)) (-4114 (((-876) $) NIL (-3795 (|has| (-52) (-625 (-876))) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-625 (-876)))))) (-3789 (($ $ (-1197) (-390)) 50)) (-3864 (($ $ (-1197) (-390)) 51)) (-3000 (((-112) $ $) NIL (-3795 (|has| (-52) (-1121)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-1121))))) (-3356 (($ (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))))) NIL)) (-1746 (((-112) (-1 (-112) (-2 (|:| -2240 (-1197)) (|:| -2904 (-52)))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (-3795 (|has| (-52) (-102)) (|has| (-2 (|:| -2240 (-1197)) (|:| -2904 (-52))) (-102))))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-1084) (-13 (-1214 (-1197) (-52)) (-10 -8 (-15 -2767 ($ $ $)) (-15 -2615 ($)) (-15 -3098 ($ $)) (-15 -3193 ($ $)) (-15 -3915 ($ $)) (-15 -3212 ($ $)) (-15 -2059 ($ $)) (-15 -2199 ($ $)) (-15 -2868 ($ $)) (-15 -4214 ($ $)) (-15 -3789 ($ $ (-1197) (-390))) (-15 -3864 ($ $ (-1197) (-390))) (-15 -3880 ((-390) $ (-1197))) (-15 -4000 ((-656 (-1179)) $ (-1179))) (-15 -2204 ($ $ (-1197))) (-15 -4314 ($)) (-15 -1603 ((-3 (-1179) "failed") $ (-1179) (-576))) (-6 -4464)))) (T -1084))
+((-2767 (*1 *1 *1 *1) (-5 *1 (-1084))) (-2615 (*1 *1) (-5 *1 (-1084))) (-3098 (*1 *1 *1) (-5 *1 (-1084))) (-3193 (*1 *1 *1) (-5 *1 (-1084))) (-3915 (*1 *1 *1) (-5 *1 (-1084))) (-3212 (*1 *1 *1) (-5 *1 (-1084))) (-2059 (*1 *1 *1) (-5 *1 (-1084))) (-2199 (*1 *1 *1) (-5 *1 (-1084))) (-2868 (*1 *1 *1) (-5 *1 (-1084))) (-4214 (*1 *1 *1) (-5 *1 (-1084))) (-3789 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-390)) (-5 *1 (-1084)))) (-3864 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-390)) (-5 *1 (-1084)))) (-3880 (*1 *2 *1 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-390)) (-5 *1 (-1084)))) (-4000 (*1 *2 *1 *3) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1084)) (-5 *3 (-1179)))) (-2204 (*1 *1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-1084)))) (-4314 (*1 *1) (-5 *1 (-1084))) (-1603 (*1 *2 *1 *2 *3) (|partial| -12 (-5 *2 (-1179)) (-5 *3 (-576)) (-5 *1 (-1084)))))
+(-13 (-1214 (-1197) (-52)) (-10 -8 (-15 -2767 ($ $ $)) (-15 -2615 ($)) (-15 -3098 ($ $)) (-15 -3193 ($ $)) (-15 -3915 ($ $)) (-15 -3212 ($ $)) (-15 -2059 ($ $)) (-15 -2199 ($ $)) (-15 -2868 ($ $)) (-15 -4214 ($ $)) (-15 -3789 ($ $ (-1197) (-390))) (-15 -3864 ($ $ (-1197) (-390))) (-15 -3880 ((-390) $ (-1197))) (-15 -4000 ((-656 (-1179)) $ (-1179))) (-15 -2204 ($ $ (-1197))) (-15 -4314 ($)) (-15 -1603 ((-3 (-1179) "failed") $ (-1179) (-576))) (-6 -4464)))
+((-3095 (($ $) 46)) (-4092 (((-112) $ $) 82)) (-2981 (((-3 |#2| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 (-576) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 $ "failed") (-971 (-419 (-576)))) 247) (((-3 $ "failed") (-971 (-576))) 246) (((-3 $ "failed") (-971 |#2|)) 249)) (-2318 ((|#2| $) NIL) (((-419 (-576)) $) NIL) (((-576) $) NIL) ((|#4| $) NIL) (($ (-971 (-419 (-576)))) 235) (($ (-971 (-576))) 231) (($ (-971 |#2|)) 255)) (-3310 (($ $) NIL) (($ $ |#4|) 44)) (-2094 (((-112) $ $) 131) (((-112) $ (-656 $)) 135)) (-2806 (((-112) $) 60)) (-3710 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 125)) (-3239 (($ $) 160)) (-1607 (($ $) 156)) (-3372 (($ $) 155)) (-1518 (($ $ $) 87) (($ $ $ |#4|) 92)) (-3696 (($ $ $) 90) (($ $ $ |#4|) 94)) (-3925 (((-112) $ $) 143) (((-112) $ (-656 $)) 144)) (-2777 ((|#4| $) 32)) (-1635 (($ $ $) 128)) (-2454 (((-112) $) 59)) (-4189 (((-783) $) 35)) (-2540 (($ $) 174)) (-3332 (($ $) 171)) (-3899 (((-656 $) $) 72)) (-2661 (($ $) 62)) (-2399 (($ $) 167)) (-2918 (((-656 $) $) 69)) (-3106 (($ $) 64)) (-1708 ((|#2| $) NIL) (($ $ |#4|) 39)) (-1710 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2378 (-783))) $ $) 130)) (-2881 (((-2 (|:| -2862 $) (|:| |gap| (-783)) (|:| -4079 $) (|:| -1380 $)) $ $) 126) (((-2 (|:| -2862 $) (|:| |gap| (-783)) (|:| -4079 $) (|:| -1380 $)) $ $ |#4|) 127)) (-4187 (((-2 (|:| -2862 $) (|:| |gap| (-783)) (|:| -1380 $)) $ $) 121) (((-2 (|:| -2862 $) (|:| |gap| (-783)) (|:| -1380 $)) $ $ |#4|) 123)) (-1626 (($ $ $) 97) (($ $ $ |#4|) 106)) (-1859 (($ $ $) 98) (($ $ $ |#4|) 107)) (-4078 (((-656 $) $) 54)) (-3811 (((-112) $ $) 140) (((-112) $ (-656 $)) 141)) (-3758 (($ $ $) 116)) (-3651 (($ $) 37)) (-3901 (((-112) $ $) 80)) (-1989 (((-112) $ $) 136) (((-112) $ (-656 $)) 138)) (-2614 (($ $ $) 112)) (-3378 (($ $) 41)) (-3115 ((|#2| |#2| $) 164) (($ (-656 $)) NIL) (($ $ $) NIL)) (-4384 (($ $ |#2|) NIL) (($ $ $) 153)) (-4208 (($ $ |#2|) 148) (($ $ $) 151)) (-3177 (($ $) 49)) (-3055 (($ $) 55)) (-1554 (((-907 (-390)) $) NIL) (((-907 (-576)) $) NIL) (((-548) $) NIL) (($ (-971 (-419 (-576)))) 237) (($ (-971 (-576))) 233) (($ (-971 |#2|)) 248) (((-1179) $) 279) (((-971 |#2|) $) 184)) (-4114 (((-876) $) 29) (($ (-576)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (((-971 |#2|) $) 185) (($ (-419 (-576))) NIL) (($ $) NIL)) (-2129 (((-3 (-112) "failed") $ $) 79)))
+(((-1085 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4114 (|#1| |#1|)) (-15 -3115 (|#1| |#1| |#1|)) (-15 -3115 (|#1| (-656 |#1|))) (-15 -4114 (|#1| (-419 (-576)))) (-15 -4114 ((-971 |#2|) |#1|)) (-15 -1554 ((-971 |#2|) |#1|)) (-15 -1554 ((-1179) |#1|)) (-15 -2540 (|#1| |#1|)) (-15 -3332 (|#1| |#1|)) (-15 -2399 (|#1| |#1|)) (-15 -3239 (|#1| |#1|)) (-15 -3115 (|#2| |#2| |#1|)) (-15 -4384 (|#1| |#1| |#1|)) (-15 -4208 (|#1| |#1| |#1|)) (-15 -4384 (|#1| |#1| |#2|)) (-15 -4208 (|#1| |#1| |#2|)) (-15 -1607 (|#1| |#1|)) (-15 -3372 (|#1| |#1|)) (-15 -1554 (|#1| (-971 |#2|))) (-15 -2318 (|#1| (-971 |#2|))) (-15 -2981 ((-3 |#1| "failed") (-971 |#2|))) (-15 -1554 (|#1| (-971 (-576)))) (-15 -2318 (|#1| (-971 (-576)))) (-15 -2981 ((-3 |#1| "failed") (-971 (-576)))) (-15 -1554 (|#1| (-971 (-419 (-576))))) (-15 -2318 (|#1| (-971 (-419 (-576))))) (-15 -2981 ((-3 |#1| "failed") (-971 (-419 (-576))))) (-15 -3758 (|#1| |#1| |#1|)) (-15 -2614 (|#1| |#1| |#1|)) (-15 -1710 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -2378 (-783))) |#1| |#1|)) (-15 -1635 (|#1| |#1| |#1|)) (-15 -3710 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|)) (-15 -2881 ((-2 (|:| -2862 |#1|) (|:| |gap| (-783)) (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1| |#4|)) (-15 -2881 ((-2 (|:| -2862 |#1|) (|:| |gap| (-783)) (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|)) (-15 -4187 ((-2 (|:| -2862 |#1|) (|:| |gap| (-783)) (|:| -1380 |#1|)) |#1| |#1| |#4|)) (-15 -4187 ((-2 (|:| -2862 |#1|) (|:| |gap| (-783)) (|:| -1380 |#1|)) |#1| |#1|)) (-15 -1859 (|#1| |#1| |#1| |#4|)) (-15 -1626 (|#1| |#1| |#1| |#4|)) (-15 -1859 (|#1| |#1| |#1|)) (-15 -1626 (|#1| |#1| |#1|)) (-15 -3696 (|#1| |#1| |#1| |#4|)) (-15 -1518 (|#1| |#1| |#1| |#4|)) (-15 -3696 (|#1| |#1| |#1|)) (-15 -1518 (|#1| |#1| |#1|)) (-15 -3925 ((-112) |#1| (-656 |#1|))) (-15 -3925 ((-112) |#1| |#1|)) (-15 -3811 ((-112) |#1| (-656 |#1|))) (-15 -3811 ((-112) |#1| |#1|)) (-15 -1989 ((-112) |#1| (-656 |#1|))) (-15 -1989 ((-112) |#1| |#1|)) (-15 -2094 ((-112) |#1| (-656 |#1|))) (-15 -2094 ((-112) |#1| |#1|)) (-15 -4092 ((-112) |#1| |#1|)) (-15 -3901 ((-112) |#1| |#1|)) (-15 -2129 ((-3 (-112) "failed") |#1| |#1|)) (-15 -3899 ((-656 |#1|) |#1|)) (-15 -2918 ((-656 |#1|) |#1|)) (-15 -3106 (|#1| |#1|)) (-15 -2661 (|#1| |#1|)) (-15 -2806 ((-112) |#1|)) (-15 -2454 ((-112) |#1|)) (-15 -3310 (|#1| |#1| |#4|)) (-15 -1708 (|#1| |#1| |#4|)) (-15 -3055 (|#1| |#1|)) (-15 -4078 ((-656 |#1|) |#1|)) (-15 -3177 (|#1| |#1|)) (-15 -3095 (|#1| |#1|)) (-15 -3378 (|#1| |#1|)) (-15 -3651 (|#1| |#1|)) (-15 -4189 ((-783) |#1|)) (-15 -2777 (|#4| |#1|)) (-15 -1554 ((-548) |#1|)) (-15 -1554 ((-907 (-576)) |#1|)) (-15 -1554 ((-907 (-390)) |#1|)) (-15 -4114 (|#1| |#4|)) (-15 -2981 ((-3 |#4| "failed") |#1|)) (-15 -2318 (|#4| |#1|)) (-15 -1708 (|#2| |#1|)) (-15 -3310 (|#1| |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -4114 (|#1| |#2|)) (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|))) (-1086 |#2| |#3| |#4|) (-1070) (-805) (-862)) (T -1085))
+NIL
+(-10 -8 (-15 -4114 (|#1| |#1|)) (-15 -3115 (|#1| |#1| |#1|)) (-15 -3115 (|#1| (-656 |#1|))) (-15 -4114 (|#1| (-419 (-576)))) (-15 -4114 ((-971 |#2|) |#1|)) (-15 -1554 ((-971 |#2|) |#1|)) (-15 -1554 ((-1179) |#1|)) (-15 -2540 (|#1| |#1|)) (-15 -3332 (|#1| |#1|)) (-15 -2399 (|#1| |#1|)) (-15 -3239 (|#1| |#1|)) (-15 -3115 (|#2| |#2| |#1|)) (-15 -4384 (|#1| |#1| |#1|)) (-15 -4208 (|#1| |#1| |#1|)) (-15 -4384 (|#1| |#1| |#2|)) (-15 -4208 (|#1| |#1| |#2|)) (-15 -1607 (|#1| |#1|)) (-15 -3372 (|#1| |#1|)) (-15 -1554 (|#1| (-971 |#2|))) (-15 -2318 (|#1| (-971 |#2|))) (-15 -2981 ((-3 |#1| "failed") (-971 |#2|))) (-15 -1554 (|#1| (-971 (-576)))) (-15 -2318 (|#1| (-971 (-576)))) (-15 -2981 ((-3 |#1| "failed") (-971 (-576)))) (-15 -1554 (|#1| (-971 (-419 (-576))))) (-15 -2318 (|#1| (-971 (-419 (-576))))) (-15 -2981 ((-3 |#1| "failed") (-971 (-419 (-576))))) (-15 -3758 (|#1| |#1| |#1|)) (-15 -2614 (|#1| |#1| |#1|)) (-15 -1710 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -2378 (-783))) |#1| |#1|)) (-15 -1635 (|#1| |#1| |#1|)) (-15 -3710 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|)) (-15 -2881 ((-2 (|:| -2862 |#1|) (|:| |gap| (-783)) (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1| |#4|)) (-15 -2881 ((-2 (|:| -2862 |#1|) (|:| |gap| (-783)) (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|)) (-15 -4187 ((-2 (|:| -2862 |#1|) (|:| |gap| (-783)) (|:| -1380 |#1|)) |#1| |#1| |#4|)) (-15 -4187 ((-2 (|:| -2862 |#1|) (|:| |gap| (-783)) (|:| -1380 |#1|)) |#1| |#1|)) (-15 -1859 (|#1| |#1| |#1| |#4|)) (-15 -1626 (|#1| |#1| |#1| |#4|)) (-15 -1859 (|#1| |#1| |#1|)) (-15 -1626 (|#1| |#1| |#1|)) (-15 -3696 (|#1| |#1| |#1| |#4|)) (-15 -1518 (|#1| |#1| |#1| |#4|)) (-15 -3696 (|#1| |#1| |#1|)) (-15 -1518 (|#1| |#1| |#1|)) (-15 -3925 ((-112) |#1| (-656 |#1|))) (-15 -3925 ((-112) |#1| |#1|)) (-15 -3811 ((-112) |#1| (-656 |#1|))) (-15 -3811 ((-112) |#1| |#1|)) (-15 -1989 ((-112) |#1| (-656 |#1|))) (-15 -1989 ((-112) |#1| |#1|)) (-15 -2094 ((-112) |#1| (-656 |#1|))) (-15 -2094 ((-112) |#1| |#1|)) (-15 -4092 ((-112) |#1| |#1|)) (-15 -3901 ((-112) |#1| |#1|)) (-15 -2129 ((-3 (-112) "failed") |#1| |#1|)) (-15 -3899 ((-656 |#1|) |#1|)) (-15 -2918 ((-656 |#1|) |#1|)) (-15 -3106 (|#1| |#1|)) (-15 -2661 (|#1| |#1|)) (-15 -2806 ((-112) |#1|)) (-15 -2454 ((-112) |#1|)) (-15 -3310 (|#1| |#1| |#4|)) (-15 -1708 (|#1| |#1| |#4|)) (-15 -3055 (|#1| |#1|)) (-15 -4078 ((-656 |#1|) |#1|)) (-15 -3177 (|#1| |#1|)) (-15 -3095 (|#1| |#1|)) (-15 -3378 (|#1| |#1|)) (-15 -3651 (|#1| |#1|)) (-15 -4189 ((-783) |#1|)) (-15 -2777 (|#4| |#1|)) (-15 -1554 ((-548) |#1|)) (-15 -1554 ((-907 (-576)) |#1|)) (-15 -1554 ((-907 (-390)) |#1|)) (-15 -4114 (|#1| |#4|)) (-15 -2981 ((-3 |#4| "failed") |#1|)) (-15 -2318 (|#4| |#1|)) (-15 -1708 (|#2| |#1|)) (-15 -3310 (|#1| |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -4114 (|#1| |#2|)) (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-1583 (((-656 |#3|) $) 113)) (-1420 (((-1193 $) $ |#3|) 128) (((-1193 |#1|) $) 127)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 90 (|has| |#1| (-568)))) (-2116 (($ $) 91 (|has| |#1| (-568)))) (-2898 (((-112) $) 93 (|has| |#1| (-568)))) (-2392 (((-783) $) 115) (((-783) $ (-656 |#3|)) 114)) (-3095 (($ $) 278)) (-4092 (((-112) $ $) 264)) (-2583 (((-3 $ "failed") $ $) 20)) (-3350 (($ $ $) 223 (|has| |#1| (-568)))) (-2277 (((-656 $) $ $) 218 (|has| |#1| (-568)))) (-1654 (((-430 (-1193 $)) (-1193 $)) 103 (|has| |#1| (-928)))) (-4068 (($ $) 101 (|has| |#1| (-464)))) (-2068 (((-430 $) $) 100 (|has| |#1| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) 106 (|has| |#1| (-928)))) (-3853 (($) 18 T CONST)) (-2981 (((-3 |#1| "failed") $) 171) (((-3 (-419 (-576)) "failed") $) 168 (|has| |#1| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) 166 (|has| |#1| (-1059 (-576)))) (((-3 |#3| "failed") $) 143) (((-3 $ "failed") (-971 (-419 (-576)))) 238 (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#3| (-626 (-1197))))) (((-3 $ "failed") (-971 (-576))) 235 (-3795 (-12 (-2300 (|has| |#1| (-38 (-419 (-576))))) (|has| |#1| (-38 (-576))) (|has| |#3| (-626 (-1197)))) (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#3| (-626 (-1197)))))) (((-3 $ "failed") (-971 |#1|)) 232 (-3795 (-12 (-2300 (|has| |#1| (-38 (-419 (-576))))) (-2300 (|has| |#1| (-38 (-576)))) (|has| |#3| (-626 (-1197)))) (-12 (-2300 (|has| |#1| (-557))) (-2300 (|has| |#1| (-38 (-419 (-576))))) (|has| |#1| (-38 (-576))) (|has| |#3| (-626 (-1197)))) (-12 (-2300 (|has| |#1| (-1013 (-576)))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#3| (-626 (-1197))))))) (-2318 ((|#1| $) 170) (((-419 (-576)) $) 169 (|has| |#1| (-1059 (-419 (-576))))) (((-576) $) 167 (|has| |#1| (-1059 (-576)))) ((|#3| $) 144) (($ (-971 (-419 (-576)))) 237 (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#3| (-626 (-1197))))) (($ (-971 (-576))) 234 (-3795 (-12 (-2300 (|has| |#1| (-38 (-419 (-576))))) (|has| |#1| (-38 (-576))) (|has| |#3| (-626 (-1197)))) (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#3| (-626 (-1197)))))) (($ (-971 |#1|)) 231 (-3795 (-12 (-2300 (|has| |#1| (-38 (-419 (-576))))) (-2300 (|has| |#1| (-38 (-576)))) (|has| |#3| (-626 (-1197)))) (-12 (-2300 (|has| |#1| (-557))) (-2300 (|has| |#1| (-38 (-419 (-576))))) (|has| |#1| (-38 (-576))) (|has| |#3| (-626 (-1197)))) (-12 (-2300 (|has| |#1| (-1013 (-576)))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#3| (-626 (-1197))))))) (-1751 (($ $ $ |#3|) 111 (|has| |#1| (-174))) (($ $ $) 219 (|has| |#1| (-568)))) (-3310 (($ $) 161) (($ $ |#3|) 273)) (-2255 (((-701 (-576)) (-701 $)) 139 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 138 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) 137) (((-701 |#1|) (-701 $)) 136)) (-2094 (((-112) $ $) 263) (((-112) $ (-656 $)) 262)) (-2413 (((-3 $ "failed") $) 37)) (-2806 (((-112) $) 271)) (-3710 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 243)) (-3239 (($ $) 212 (|has| |#1| (-464)))) (-1770 (($ $) 183 (|has| |#1| (-464))) (($ $ |#3|) 108 (|has| |#1| (-464)))) (-3297 (((-656 $) $) 112)) (-3742 (((-112) $) 99 (|has| |#1| (-928)))) (-1607 (($ $) 228 (|has| |#1| (-568)))) (-3372 (($ $) 229 (|has| |#1| (-568)))) (-1518 (($ $ $) 255) (($ $ $ |#3|) 253)) (-3696 (($ $ $) 254) (($ $ $ |#3|) 252)) (-4308 (($ $ |#1| |#2| $) 179)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 87 (-12 (|has| |#3| (-901 (-390))) (|has| |#1| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) 86 (-12 (|has| |#3| (-901 (-576))) (|has| |#1| (-901 (-576)))))) (-3315 (((-112) $) 35)) (-2509 (((-783) $) 176)) (-3925 (((-112) $ $) 257) (((-112) $ (-656 $)) 256)) (-4404 (($ $ $ $ $) 214 (|has| |#1| (-568)))) (-2777 ((|#3| $) 282)) (-1572 (($ (-1193 |#1|) |#3|) 120) (($ (-1193 $) |#3|) 119)) (-2974 (((-656 $) $) 129)) (-3649 (((-112) $) 159)) (-1562 (($ |#1| |#2|) 160) (($ $ |#3| (-783)) 122) (($ $ (-656 |#3|) (-656 (-783))) 121)) (-1635 (($ $ $) 242)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ |#3|) 123)) (-2454 (((-112) $) 272)) (-4269 ((|#2| $) 177) (((-783) $ |#3|) 125) (((-656 (-783)) $ (-656 |#3|)) 124)) (-4189 (((-783) $) 281)) (-1504 (($ (-1 |#2| |#2|) $) 178)) (-2423 (($ (-1 |#1| |#1|) $) 158)) (-1706 (((-3 |#3| "failed") $) 126)) (-2540 (($ $) 209 (|has| |#1| (-464)))) (-3332 (($ $) 210 (|has| |#1| (-464)))) (-3899 (((-656 $) $) 267)) (-2661 (($ $) 270)) (-2399 (($ $) 211 (|has| |#1| (-464)))) (-2918 (((-656 $) $) 268)) (-3015 (((-701 (-576)) (-1288 $)) 141 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) 140 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) 135) (((-701 |#1|) (-1288 $)) 134)) (-3106 (($ $) 269)) (-1697 (($ $) 156)) (-1708 ((|#1| $) 155) (($ $ |#3|) 274)) (-3078 (($ (-656 $)) 97 (|has| |#1| (-464))) (($ $ $) 96 (|has| |#1| (-464)))) (-1710 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2378 (-783))) $ $) 241)) (-2881 (((-2 (|:| -2862 $) (|:| |gap| (-783)) (|:| -4079 $) (|:| -1380 $)) $ $) 245) (((-2 (|:| -2862 $) (|:| |gap| (-783)) (|:| -4079 $) (|:| -1380 $)) $ $ |#3|) 244)) (-4187 (((-2 (|:| -2862 $) (|:| |gap| (-783)) (|:| -1380 $)) $ $) 247) (((-2 (|:| -2862 $) (|:| |gap| (-783)) (|:| -1380 $)) $ $ |#3|) 246)) (-1626 (($ $ $) 251) (($ $ $ |#3|) 249)) (-1859 (($ $ $) 250) (($ $ $ |#3|) 248)) (-4185 (((-1179) $) 10)) (-3172 (($ $ $) 217 (|has| |#1| (-568)))) (-4078 (((-656 $) $) 276)) (-4383 (((-3 (-656 $) "failed") $) 117)) (-2453 (((-3 (-656 $) "failed") $) 118)) (-2344 (((-3 (-2 (|:| |var| |#3|) (|:| -3744 (-783))) "failed") $) 116)) (-3811 (((-112) $ $) 259) (((-112) $ (-656 $)) 258)) (-3758 (($ $ $) 239)) (-3651 (($ $) 280)) (-3901 (((-112) $ $) 265)) (-1989 (((-112) $ $) 261) (((-112) $ (-656 $)) 260)) (-2614 (($ $ $) 240)) (-3378 (($ $) 279)) (-3117 (((-1141) $) 11)) (-1904 (((-2 (|:| -3115 $) (|:| |coef2| $)) $ $) 220 (|has| |#1| (-568)))) (-3572 (((-2 (|:| -3115 $) (|:| |coef1| $)) $ $) 221 (|has| |#1| (-568)))) (-1677 (((-112) $) 173)) (-1684 ((|#1| $) 174)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 98 (|has| |#1| (-464)))) (-3115 ((|#1| |#1| $) 213 (|has| |#1| (-464))) (($ (-656 $)) 95 (|has| |#1| (-464))) (($ $ $) 94 (|has| |#1| (-464)))) (-1756 (((-430 (-1193 $)) (-1193 $)) 105 (|has| |#1| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) 104 (|has| |#1| (-928)))) (-1452 (((-430 $) $) 102 (|has| |#1| (-928)))) (-1591 (((-2 (|:| -3115 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 222 (|has| |#1| (-568)))) (-1943 (((-3 $ "failed") $ |#1|) 181 (|has| |#1| (-568))) (((-3 $ "failed") $ $) 89 (|has| |#1| (-568)))) (-4384 (($ $ |#1|) 226 (|has| |#1| (-568))) (($ $ $) 224 (|has| |#1| (-568)))) (-4208 (($ $ |#1|) 227 (|has| |#1| (-568))) (($ $ $) 225 (|has| |#1| (-568)))) (-2143 (($ $ (-656 (-304 $))) 152) (($ $ (-304 $)) 151) (($ $ $ $) 150) (($ $ (-656 $) (-656 $)) 149) (($ $ |#3| |#1|) 148) (($ $ (-656 |#3|) (-656 |#1|)) 147) (($ $ |#3| $) 146) (($ $ (-656 |#3|) (-656 $)) 145)) (-3053 (($ $ |#3|) 110 (|has| |#1| (-174)))) (-4107 (($ $ (-656 |#3|) (-656 (-783))) 44) (($ $ |#3| (-783)) 43) (($ $ (-656 |#3|)) 42) (($ $ |#3|) 40)) (-2786 ((|#2| $) 157) (((-783) $ |#3|) 133) (((-656 (-783)) $ (-656 |#3|)) 132)) (-3177 (($ $) 277)) (-3055 (($ $) 275)) (-1554 (((-907 (-390)) $) 85 (-12 (|has| |#3| (-626 (-907 (-390)))) (|has| |#1| (-626 (-907 (-390)))))) (((-907 (-576)) $) 84 (-12 (|has| |#3| (-626 (-907 (-576)))) (|has| |#1| (-626 (-907 (-576)))))) (((-548) $) 83 (-12 (|has| |#3| (-626 (-548))) (|has| |#1| (-626 (-548))))) (($ (-971 (-419 (-576)))) 236 (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#3| (-626 (-1197))))) (($ (-971 (-576))) 233 (-3795 (-12 (-2300 (|has| |#1| (-38 (-419 (-576))))) (|has| |#1| (-38 (-576))) (|has| |#3| (-626 (-1197)))) (-12 (|has| |#1| (-38 (-419 (-576)))) (|has| |#3| (-626 (-1197)))))) (($ (-971 |#1|)) 230 (|has| |#3| (-626 (-1197)))) (((-1179) $) 208 (-12 (|has| |#1| (-1059 (-576))) (|has| |#3| (-626 (-1197))))) (((-971 |#1|) $) 207 (|has| |#3| (-626 (-1197))))) (-3929 ((|#1| $) 182 (|has| |#1| (-464))) (($ $ |#3|) 109 (|has| |#1| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) 107 (-2311 (|has| $ (-146)) (|has| |#1| (-928))))) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 172) (($ |#3|) 142) (((-971 |#1|) $) 206 (|has| |#3| (-626 (-1197)))) (($ (-419 (-576))) 81 (-3795 (|has| |#1| (-1059 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576)))))) (($ $) 88 (|has| |#1| (-568)))) (-1923 (((-656 |#1|) $) 175)) (-1341 ((|#1| $ |#2|) 162) (($ $ |#3| (-783)) 131) (($ $ (-656 |#3|) (-656 (-783))) 130)) (-3346 (((-3 $ "failed") $) 82 (-3795 (-2311 (|has| $ (-146)) (|has| |#1| (-928))) (|has| |#1| (-146))))) (-2864 (((-783)) 32 T CONST)) (-3365 (($ $ $ (-783)) 180 (|has| |#1| (-174)))) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 92 (|has| |#1| (-568)))) (-4312 (($) 19 T CONST)) (-2129 (((-3 (-112) "failed") $ $) 266)) (-4322 (($) 34 T CONST)) (-1950 (($ $ $ $ (-783)) 215 (|has| |#1| (-568)))) (-3639 (($ $ $ (-783)) 216 (|has| |#1| (-568)))) (-3157 (($ $ (-656 |#3|) (-656 (-783))) 47) (($ $ |#3| (-783)) 46) (($ $ (-656 |#3|)) 45) (($ $ |#3|) 41)) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#1|) 163 (|has| |#1| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 165 (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) 164 (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 154) (($ $ |#1|) 153)))
+(((-1086 |#1| |#2| |#3|) (-141) (-1070) (-805) (-862)) (T -1086))
+((-2777 (*1 *2 *1) (-12 (-4 *1 (-1086 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *2 (-862)))) (-4189 (*1 *2 *1) (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-783)))) (-3651 (*1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)))) (-3378 (*1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)))) (-3095 (*1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)))) (-3177 (*1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)))) (-4078 (*1 *2 *1) (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1086 *3 *4 *5)))) (-3055 (*1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)))) (-1708 (*1 *1 *1 *2) (-12 (-4 *1 (-1086 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *2 (-862)))) (-3310 (*1 *1 *1 *2) (-12 (-4 *1 (-1086 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *2 (-862)))) (-2454 (*1 *2 *1) (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-2806 (*1 *2 *1) (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-2661 (*1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)))) (-3106 (*1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)))) (-2918 (*1 *2 *1) (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1086 *3 *4 *5)))) (-3899 (*1 *2 *1) (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1086 *3 *4 *5)))) (-2129 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-3901 (*1 *2 *1 *1) (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-4092 (*1 *2 *1 *1) (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-2094 (*1 *2 *1 *1) (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-2094 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *1)) (-4 *1 (-1086 *4 *5 *6)) (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)))) (-1989 (*1 *2 *1 *1) (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-1989 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *1)) (-4 *1 (-1086 *4 *5 *6)) (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)))) (-3811 (*1 *2 *1 *1) (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-3811 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *1)) (-4 *1 (-1086 *4 *5 *6)) (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)))) (-3925 (*1 *2 *1 *1) (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))) (-3925 (*1 *2 *1 *3) (-12 (-5 *3 (-656 *1)) (-4 *1 (-1086 *4 *5 *6)) (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)))) (-1518 (*1 *1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)))) (-3696 (*1 *1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)))) (-1518 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1086 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *2 (-862)))) (-3696 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1086 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *2 (-862)))) (-1626 (*1 *1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)))) (-1859 (*1 *1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)))) (-1626 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1086 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *2 (-862)))) (-1859 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1086 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *2 (-862)))) (-4187 (*1 *2 *1 *1) (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-2 (|:| -2862 *1) (|:| |gap| (-783)) (|:| -1380 *1))) (-4 *1 (-1086 *3 *4 *5)))) (-4187 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *3 (-862)) (-5 *2 (-2 (|:| -2862 *1) (|:| |gap| (-783)) (|:| -1380 *1))) (-4 *1 (-1086 *4 *5 *3)))) (-2881 (*1 *2 *1 *1) (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-2 (|:| -2862 *1) (|:| |gap| (-783)) (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-1086 *3 *4 *5)))) (-2881 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *3 (-862)) (-5 *2 (-2 (|:| -2862 *1) (|:| |gap| (-783)) (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-1086 *4 *5 *3)))) (-3710 (*1 *2 *1 *1) (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-1086 *3 *4 *5)))) (-1635 (*1 *1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)))) (-1710 (*1 *2 *1 *1) (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -2378 (-783)))) (-4 *1 (-1086 *3 *4 *5)))) (-2614 (*1 *1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)))) (-3758 (*1 *1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)))) (-2981 (*1 *1 *2) (|partial| -12 (-5 *2 (-971 (-419 (-576)))) (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1197))) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-971 (-419 (-576)))) (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1197))) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)))) (-1554 (*1 *1 *2) (-12 (-5 *2 (-971 (-419 (-576)))) (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1197))) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)))) (-2981 (*1 *1 *2) (|partial| -3795 (-12 (-5 *2 (-971 (-576))) (-4 *1 (-1086 *3 *4 *5)) (-12 (-2300 (-4 *3 (-38 (-419 (-576))))) (-4 *3 (-38 (-576))) (-4 *5 (-626 (-1197)))) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))) (-12 (-5 *2 (-971 (-576))) (-4 *1 (-1086 *3 *4 *5)) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1197)))) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))))) (-2318 (*1 *1 *2) (-3795 (-12 (-5 *2 (-971 (-576))) (-4 *1 (-1086 *3 *4 *5)) (-12 (-2300 (-4 *3 (-38 (-419 (-576))))) (-4 *3 (-38 (-576))) (-4 *5 (-626 (-1197)))) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))) (-12 (-5 *2 (-971 (-576))) (-4 *1 (-1086 *3 *4 *5)) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1197)))) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))))) (-1554 (*1 *1 *2) (-3795 (-12 (-5 *2 (-971 (-576))) (-4 *1 (-1086 *3 *4 *5)) (-12 (-2300 (-4 *3 (-38 (-419 (-576))))) (-4 *3 (-38 (-576))) (-4 *5 (-626 (-1197)))) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))) (-12 (-5 *2 (-971 (-576))) (-4 *1 (-1086 *3 *4 *5)) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1197)))) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))))) (-2981 (*1 *1 *2) (|partial| -3795 (-12 (-5 *2 (-971 *3)) (-12 (-2300 (-4 *3 (-38 (-419 (-576))))) (-2300 (-4 *3 (-38 (-576)))) (-4 *5 (-626 (-1197)))) (-4 *3 (-1070)) (-4 *1 (-1086 *3 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862))) (-12 (-5 *2 (-971 *3)) (-12 (-2300 (-4 *3 (-557))) (-2300 (-4 *3 (-38 (-419 (-576))))) (-4 *3 (-38 (-576))) (-4 *5 (-626 (-1197)))) (-4 *3 (-1070)) (-4 *1 (-1086 *3 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862))) (-12 (-5 *2 (-971 *3)) (-12 (-2300 (-4 *3 (-1013 (-576)))) (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1197)))) (-4 *3 (-1070)) (-4 *1 (-1086 *3 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862))))) (-2318 (*1 *1 *2) (-3795 (-12 (-5 *2 (-971 *3)) (-12 (-2300 (-4 *3 (-38 (-419 (-576))))) (-2300 (-4 *3 (-38 (-576)))) (-4 *5 (-626 (-1197)))) (-4 *3 (-1070)) (-4 *1 (-1086 *3 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862))) (-12 (-5 *2 (-971 *3)) (-12 (-2300 (-4 *3 (-557))) (-2300 (-4 *3 (-38 (-419 (-576))))) (-4 *3 (-38 (-576))) (-4 *5 (-626 (-1197)))) (-4 *3 (-1070)) (-4 *1 (-1086 *3 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862))) (-12 (-5 *2 (-971 *3)) (-12 (-2300 (-4 *3 (-1013 (-576)))) (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1197)))) (-4 *3 (-1070)) (-4 *1 (-1086 *3 *4 *5)) (-4 *4 (-805)) (-4 *5 (-862))))) (-1554 (*1 *1 *2) (-12 (-5 *2 (-971 *3)) (-4 *3 (-1070)) (-4 *1 (-1086 *3 *4 *5)) (-4 *5 (-626 (-1197))) (-4 *4 (-805)) (-4 *5 (-862)))) (-3372 (*1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-1607 (*1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-4208 (*1 *1 *1 *2) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-4384 (*1 *1 *1 *2) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-4208 (*1 *1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-4384 (*1 *1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-3350 (*1 *1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-1591 (*1 *2 *1 *1) (-12 (-4 *3 (-568)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-2 (|:| -3115 *1) (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-1086 *3 *4 *5)))) (-3572 (*1 *2 *1 *1) (-12 (-4 *3 (-568)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-2 (|:| -3115 *1) (|:| |coef1| *1))) (-4 *1 (-1086 *3 *4 *5)))) (-1904 (*1 *2 *1 *1) (-12 (-4 *3 (-568)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-2 (|:| -3115 *1) (|:| |coef2| *1))) (-4 *1 (-1086 *3 *4 *5)))) (-1751 (*1 *1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-2277 (*1 *2 *1 *1) (-12 (-4 *3 (-568)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1086 *3 *4 *5)))) (-3172 (*1 *1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-3639 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *3 (-568)))) (-1950 (*1 *1 *1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *3 (-568)))) (-4404 (*1 *1 *1 *1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-568)))) (-3115 (*1 *2 *2 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-464)))) (-3239 (*1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-464)))) (-2399 (*1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-464)))) (-3332 (*1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-464)))) (-2540 (*1 *1 *1) (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-464)))))
+(-13 (-968 |t#1| |t#2| |t#3|) (-10 -8 (-15 -2777 (|t#3| $)) (-15 -4189 ((-783) $)) (-15 -3651 ($ $)) (-15 -3378 ($ $)) (-15 -3095 ($ $)) (-15 -3177 ($ $)) (-15 -4078 ((-656 $) $)) (-15 -3055 ($ $)) (-15 -1708 ($ $ |t#3|)) (-15 -3310 ($ $ |t#3|)) (-15 -2454 ((-112) $)) (-15 -2806 ((-112) $)) (-15 -2661 ($ $)) (-15 -3106 ($ $)) (-15 -2918 ((-656 $) $)) (-15 -3899 ((-656 $) $)) (-15 -2129 ((-3 (-112) "failed") $ $)) (-15 -3901 ((-112) $ $)) (-15 -4092 ((-112) $ $)) (-15 -2094 ((-112) $ $)) (-15 -2094 ((-112) $ (-656 $))) (-15 -1989 ((-112) $ $)) (-15 -1989 ((-112) $ (-656 $))) (-15 -3811 ((-112) $ $)) (-15 -3811 ((-112) $ (-656 $))) (-15 -3925 ((-112) $ $)) (-15 -3925 ((-112) $ (-656 $))) (-15 -1518 ($ $ $)) (-15 -3696 ($ $ $)) (-15 -1518 ($ $ $ |t#3|)) (-15 -3696 ($ $ $ |t#3|)) (-15 -1626 ($ $ $)) (-15 -1859 ($ $ $)) (-15 -1626 ($ $ $ |t#3|)) (-15 -1859 ($ $ $ |t#3|)) (-15 -4187 ((-2 (|:| -2862 $) (|:| |gap| (-783)) (|:| -1380 $)) $ $)) (-15 -4187 ((-2 (|:| -2862 $) (|:| |gap| (-783)) (|:| -1380 $)) $ $ |t#3|)) (-15 -2881 ((-2 (|:| -2862 $) (|:| |gap| (-783)) (|:| -4079 $) (|:| -1380 $)) $ $)) (-15 -2881 ((-2 (|:| -2862 $) (|:| |gap| (-783)) (|:| -4079 $) (|:| -1380 $)) $ $ |t#3|)) (-15 -3710 ((-2 (|:| -4079 $) (|:| -1380 $)) $ $)) (-15 -1635 ($ $ $)) (-15 -1710 ((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2378 (-783))) $ $)) (-15 -2614 ($ $ $)) (-15 -3758 ($ $ $)) (IF (|has| |t#3| (-626 (-1197))) (PROGN (-6 (-625 (-971 |t#1|))) (-6 (-626 (-971 |t#1|))) (IF (|has| |t#1| (-38 (-419 (-576)))) (PROGN (-15 -2981 ((-3 $ "failed") (-971 (-419 (-576))))) (-15 -2318 ($ (-971 (-419 (-576))))) (-15 -1554 ($ (-971 (-419 (-576))))) (-15 -2981 ((-3 $ "failed") (-971 (-576)))) (-15 -2318 ($ (-971 (-576)))) (-15 -1554 ($ (-971 (-576)))) (IF (|has| |t#1| (-1013 (-576))) |%noBranch| (PROGN (-15 -2981 ((-3 $ "failed") (-971 |t#1|))) (-15 -2318 ($ (-971 |t#1|)))))) |%noBranch|) (IF (|has| |t#1| (-38 (-576))) (IF (|has| |t#1| (-38 (-419 (-576)))) |%noBranch| (PROGN (-15 -2981 ((-3 $ "failed") (-971 (-576)))) (-15 -2318 ($ (-971 (-576)))) (-15 -1554 ($ (-971 (-576)))) (IF (|has| |t#1| (-557)) |%noBranch| (PROGN (-15 -2981 ((-3 $ "failed") (-971 |t#1|))) (-15 -2318 ($ (-971 |t#1|))))))) |%noBranch|) (IF (|has| |t#1| (-38 (-576))) |%noBranch| (IF (|has| |t#1| (-38 (-419 (-576)))) |%noBranch| (PROGN (-15 -2981 ((-3 $ "failed") (-971 |t#1|))) (-15 -2318 ($ (-971 |t#1|)))))) (-15 -1554 ($ (-971 |t#1|))) (IF (|has| |t#1| (-1059 (-576))) (-6 (-626 (-1179))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-568)) (PROGN (-15 -3372 ($ $)) (-15 -1607 ($ $)) (-15 -4208 ($ $ |t#1|)) (-15 -4384 ($ $ |t#1|)) (-15 -4208 ($ $ $)) (-15 -4384 ($ $ $)) (-15 -3350 ($ $ $)) (-15 -1591 ((-2 (|:| -3115 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3572 ((-2 (|:| -3115 $) (|:| |coef1| $)) $ $)) (-15 -1904 ((-2 (|:| -3115 $) (|:| |coef2| $)) $ $)) (-15 -1751 ($ $ $)) (-15 -2277 ((-656 $) $ $)) (-15 -3172 ($ $ $)) (-15 -3639 ($ $ $ (-783))) (-15 -1950 ($ $ $ $ (-783))) (-15 -4404 ($ $ $ $ $))) |%noBranch|) (IF (|has| |t#1| (-464)) (PROGN (-15 -3115 (|t#1| |t#1| $)) (-15 -3239 ($ $)) (-15 -2399 ($ $)) (-15 -3332 ($ $)) (-15 -2540 ($ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) -3795 (|has| |#1| (-1059 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-628 |#3|) . T) ((-628 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-625 (-876)) . T) ((-625 (-971 |#1|)) |has| |#3| (-626 (-1197))) ((-174) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-626 (-548)) -12 (|has| |#1| (-626 (-548))) (|has| |#3| (-626 (-548)))) ((-626 (-907 (-390))) -12 (|has| |#1| (-626 (-907 (-390)))) (|has| |#3| (-626 (-907 (-390))))) ((-626 (-907 (-576))) -12 (|has| |#1| (-626 (-907 (-576)))) (|has| |#3| (-626 (-907 (-576))))) ((-626 (-971 |#1|)) |has| |#3| (-626 (-1197))) ((-626 (-1179)) -12 (|has| |#1| (-1059 (-576))) (|has| |#3| (-626 (-1197)))) ((-300) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-319 $) . T) ((-336 |#1| |#2|) . T) ((-388 |#1|) . T) ((-423 |#1|) . T) ((-464) -3795 (|has| |#1| (-928)) (|has| |#1| (-464))) ((-526 |#3| |#1|) . T) ((-526 |#3| $) . T) ((-526 $ $) . T) ((-568) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-658 #0#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) |has| |#1| (-38 (-419 (-576)))) ((-660 #1=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-651 #1#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-729 #0#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464))) ((-738) . T) ((-911 $ |#3|) . T) ((-917 |#3|) . T) ((-919 |#3|) . T) ((-901 (-390)) -12 (|has| |#1| (-901 (-390))) (|has| |#3| (-901 (-390)))) ((-901 (-576)) -12 (|has| |#1| (-901 (-576))) (|has| |#3| (-901 (-576)))) ((-968 |#1| |#2| |#3|) . T) ((-928) |has| |#1| (-928)) ((-1059 (-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((-1059 (-576)) |has| |#1| (-1059 (-576))) ((-1059 |#1|) . T) ((-1059 |#3|) . T) ((-1072 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1072 |#1|) . T) ((-1072 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-1077 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1077 |#1|) . T) ((-1077 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-174))) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T) ((-1242) |has| |#1| (-928)))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-1664 (((-656 (-1156)) $) 18)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 27) (($ (-1202)) NIL) (((-1202) $) NIL)) (-4159 (((-1156) $) 20)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1087) (-13 (-1104) (-10 -8 (-15 -1664 ((-656 (-1156)) $)) (-15 -4159 ((-1156) $))))) (T -1087))
+((-1664 (*1 *2 *1) (-12 (-5 *2 (-656 (-1156))) (-5 *1 (-1087)))) (-4159 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1087)))))
+(-13 (-1104) (-10 -8 (-15 -1664 ((-656 (-1156)) $)) (-15 -4159 ((-1156) $))))
+((-2604 (((-112) |#3| $) 15)) (-2169 (((-3 $ "failed") |#3| (-940)) 29)) (-2413 (((-3 |#3| "failed") |#3| $) 45)) (-2907 (((-112) |#3| $) 19)) (-2569 (((-112) |#3| $) 17)))
+(((-1088 |#1| |#2| |#3|) (-10 -8 (-15 -2169 ((-3 |#1| "failed") |#3| (-940))) (-15 -2413 ((-3 |#3| "failed") |#3| |#1|)) (-15 -2907 ((-112) |#3| |#1|)) (-15 -2569 ((-112) |#3| |#1|)) (-15 -2604 ((-112) |#3| |#1|))) (-1089 |#2| |#3|) (-13 (-860) (-374)) (-1264 |#2|)) (T -1088))
+NIL
+(-10 -8 (-15 -2169 ((-3 |#1| "failed") |#3| (-940))) (-15 -2413 ((-3 |#3| "failed") |#3| |#1|)) (-15 -2907 ((-112) |#3| |#1|)) (-15 -2569 ((-112) |#3| |#1|)) (-15 -2604 ((-112) |#3| |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) |#2| $) 22)) (-4018 (((-576) |#2| $) 23)) (-2169 (((-3 $ "failed") |#2| (-940)) 16)) (-1874 ((|#1| |#2| $ |#1|) 14)) (-2413 (((-3 |#2| "failed") |#2| $) 19)) (-2907 (((-112) |#2| $) 20)) (-2569 (((-112) |#2| $) 21)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-2030 ((|#2| $) 18)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-2642 ((|#1| |#2| $ |#1|) 15)) (-1464 (((-656 $) |#2|) 17)) (-3939 (((-112) $ $) 7)))
+(((-1089 |#1| |#2|) (-141) (-13 (-860) (-374)) (-1264 |t#1|)) (T -1089))
+((-4018 (*1 *2 *3 *1) (-12 (-4 *1 (-1089 *4 *3)) (-4 *4 (-13 (-860) (-374))) (-4 *3 (-1264 *4)) (-5 *2 (-576)))) (-2604 (*1 *2 *3 *1) (-12 (-4 *1 (-1089 *4 *3)) (-4 *4 (-13 (-860) (-374))) (-4 *3 (-1264 *4)) (-5 *2 (-112)))) (-2569 (*1 *2 *3 *1) (-12 (-4 *1 (-1089 *4 *3)) (-4 *4 (-13 (-860) (-374))) (-4 *3 (-1264 *4)) (-5 *2 (-112)))) (-2907 (*1 *2 *3 *1) (-12 (-4 *1 (-1089 *4 *3)) (-4 *4 (-13 (-860) (-374))) (-4 *3 (-1264 *4)) (-5 *2 (-112)))) (-2413 (*1 *2 *2 *1) (|partial| -12 (-4 *1 (-1089 *3 *2)) (-4 *3 (-13 (-860) (-374))) (-4 *2 (-1264 *3)))) (-2030 (*1 *2 *1) (-12 (-4 *1 (-1089 *3 *2)) (-4 *3 (-13 (-860) (-374))) (-4 *2 (-1264 *3)))) (-1464 (*1 *2 *3) (-12 (-4 *4 (-13 (-860) (-374))) (-4 *3 (-1264 *4)) (-5 *2 (-656 *1)) (-4 *1 (-1089 *4 *3)))) (-2169 (*1 *1 *2 *3) (|partial| -12 (-5 *3 (-940)) (-4 *4 (-13 (-860) (-374))) (-4 *1 (-1089 *4 *2)) (-4 *2 (-1264 *4)))) (-2642 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1089 *2 *3)) (-4 *2 (-13 (-860) (-374))) (-4 *3 (-1264 *2)))) (-1874 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1089 *2 *3)) (-4 *2 (-13 (-860) (-374))) (-4 *3 (-1264 *2)))))
+(-13 (-1121) (-10 -8 (-15 -4018 ((-576) |t#2| $)) (-15 -2604 ((-112) |t#2| $)) (-15 -2569 ((-112) |t#2| $)) (-15 -2907 ((-112) |t#2| $)) (-15 -2413 ((-3 |t#2| "failed") |t#2| $)) (-15 -2030 (|t#2| $)) (-15 -1464 ((-656 $) |t#2|)) (-15 -2169 ((-3 $ "failed") |t#2| (-940))) (-15 -2642 (|t#1| |t#2| $ |t#1|)) (-15 -1874 (|t#1| |t#2| $ |t#1|))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-4351 (((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-656 |#4|) (-656 |#5|) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) (-783)) 114)) (-1406 (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5|) 64) (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783)) 63)) (-3086 (((-1293) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-783)) 99)) (-1589 (((-783) (-656 |#4|) (-656 |#5|)) 30)) (-3240 (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5|) 66) (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783)) 65) (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783) (-112)) 67)) (-1634 (((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112) (-112) (-112) (-112)) 86) (((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112)) 87)) (-1554 (((-1179) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) 92)) (-3816 (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-112)) 62)) (-3541 (((-783) (-656 |#4|) (-656 |#5|)) 21)))
+(((-1090 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3541 ((-783) (-656 |#4|) (-656 |#5|))) (-15 -1589 ((-783) (-656 |#4|) (-656 |#5|))) (-15 -3816 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-112))) (-15 -1406 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783))) (-15 -1406 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5|)) (-15 -3240 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783) (-112))) (-15 -3240 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783))) (-15 -3240 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5|)) (-15 -1634 ((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112))) (-15 -1634 ((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -4351 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-656 |#4|) (-656 |#5|) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) (-783))) (-15 -1554 ((-1179) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|)))) (-15 -3086 ((-1293) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-783)))) (-464) (-805) (-862) (-1086 |#1| |#2| |#3|) (-1092 |#1| |#2| |#3| |#4|)) (T -1090))
+((-3086 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-2 (|:| |val| (-656 *8)) (|:| -4442 *9)))) (-5 *4 (-783)) (-4 *8 (-1086 *5 *6 *7)) (-4 *9 (-1092 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-1293)) (-5 *1 (-1090 *5 *6 *7 *8 *9)))) (-1554 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-656 *7)) (|:| -4442 *8))) (-4 *7 (-1086 *4 *5 *6)) (-4 *8 (-1092 *4 *5 *6 *7)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1179)) (-5 *1 (-1090 *4 *5 *6 *7 *8)))) (-4351 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-656 *11)) (|:| |todo| (-656 (-2 (|:| |val| *3) (|:| -4442 *11)))))) (-5 *6 (-783)) (-5 *2 (-656 (-2 (|:| |val| (-656 *10)) (|:| -4442 *11)))) (-5 *3 (-656 *10)) (-5 *4 (-656 *11)) (-4 *10 (-1086 *7 *8 *9)) (-4 *11 (-1092 *7 *8 *9 *10)) (-4 *7 (-464)) (-4 *8 (-805)) (-4 *9 (-862)) (-5 *1 (-1090 *7 *8 *9 *10 *11)))) (-1634 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-656 *9)) (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7)) (-4 *9 (-1092 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1090 *5 *6 *7 *8 *9)))) (-1634 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-656 *9)) (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7)) (-4 *9 (-1092 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1090 *5 *6 *7 *8 *9)))) (-3240 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4)))))) (-5 *1 (-1090 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-3240 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-783)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *3 (-1086 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4)))))) (-5 *1 (-1090 *6 *7 *8 *3 *4)) (-4 *4 (-1092 *6 *7 *8 *3)))) (-3240 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-783)) (-5 *6 (-112)) (-4 *7 (-464)) (-4 *8 (-805)) (-4 *9 (-862)) (-4 *3 (-1086 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4)))))) (-5 *1 (-1090 *7 *8 *9 *3 *4)) (-4 *4 (-1092 *7 *8 *9 *3)))) (-1406 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4)))))) (-5 *1 (-1090 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-1406 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-783)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *3 (-1086 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4)))))) (-5 *1 (-1090 *6 *7 *8 *3 *4)) (-4 *4 (-1092 *6 *7 *8 *3)))) (-3816 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *3 (-1086 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4)))))) (-5 *1 (-1090 *6 *7 *8 *3 *4)) (-4 *4 (-1092 *6 *7 *8 *3)))) (-1589 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *9)) (-4 *8 (-1086 *5 *6 *7)) (-4 *9 (-1092 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-783)) (-5 *1 (-1090 *5 *6 *7 *8 *9)))) (-3541 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *9)) (-4 *8 (-1086 *5 *6 *7)) (-4 *9 (-1092 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-783)) (-5 *1 (-1090 *5 *6 *7 *8 *9)))))
+(-10 -7 (-15 -3541 ((-783) (-656 |#4|) (-656 |#5|))) (-15 -1589 ((-783) (-656 |#4|) (-656 |#5|))) (-15 -3816 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-112))) (-15 -1406 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783))) (-15 -1406 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5|)) (-15 -3240 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783) (-112))) (-15 -3240 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783))) (-15 -3240 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5|)) (-15 -1634 ((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112))) (-15 -1634 ((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -4351 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-656 |#4|) (-656 |#5|) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) (-783))) (-15 -1554 ((-1179) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|)))) (-15 -3086 ((-1293) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-783))))
+((-1384 (((-112) |#5| $) 26)) (-3217 (((-112) |#5| $) 29)) (-1868 (((-112) |#5| $) 18) (((-112) $) 52)) (-2157 (((-656 $) |#5| $) NIL) (((-656 $) (-656 |#5|) $) 94) (((-656 $) (-656 |#5|) (-656 $)) 92) (((-656 $) |#5| (-656 $)) 95)) (-3168 (($ $ |#5|) NIL) (((-656 $) |#5| $) NIL) (((-656 $) |#5| (-656 $)) 73) (((-656 $) (-656 |#5|) $) 75) (((-656 $) (-656 |#5|) (-656 $)) 77)) (-3852 (((-656 $) |#5| $) NIL) (((-656 $) |#5| (-656 $)) 64) (((-656 $) (-656 |#5|) $) 69) (((-656 $) (-656 |#5|) (-656 $)) 71)) (-3895 (((-112) |#5| $) 32)))
+(((-1091 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3168 ((-656 |#1|) (-656 |#5|) (-656 |#1|))) (-15 -3168 ((-656 |#1|) (-656 |#5|) |#1|)) (-15 -3168 ((-656 |#1|) |#5| (-656 |#1|))) (-15 -3168 ((-656 |#1|) |#5| |#1|)) (-15 -3852 ((-656 |#1|) (-656 |#5|) (-656 |#1|))) (-15 -3852 ((-656 |#1|) (-656 |#5|) |#1|)) (-15 -3852 ((-656 |#1|) |#5| (-656 |#1|))) (-15 -3852 ((-656 |#1|) |#5| |#1|)) (-15 -2157 ((-656 |#1|) |#5| (-656 |#1|))) (-15 -2157 ((-656 |#1|) (-656 |#5|) (-656 |#1|))) (-15 -2157 ((-656 |#1|) (-656 |#5|) |#1|)) (-15 -2157 ((-656 |#1|) |#5| |#1|)) (-15 -3217 ((-112) |#5| |#1|)) (-15 -1868 ((-112) |#1|)) (-15 -3895 ((-112) |#5| |#1|)) (-15 -1384 ((-112) |#5| |#1|)) (-15 -1868 ((-112) |#5| |#1|)) (-15 -3168 (|#1| |#1| |#5|))) (-1092 |#2| |#3| |#4| |#5|) (-464) (-805) (-862) (-1086 |#2| |#3| |#4|)) (T -1091))
+NIL
+(-10 -8 (-15 -3168 ((-656 |#1|) (-656 |#5|) (-656 |#1|))) (-15 -3168 ((-656 |#1|) (-656 |#5|) |#1|)) (-15 -3168 ((-656 |#1|) |#5| (-656 |#1|))) (-15 -3168 ((-656 |#1|) |#5| |#1|)) (-15 -3852 ((-656 |#1|) (-656 |#5|) (-656 |#1|))) (-15 -3852 ((-656 |#1|) (-656 |#5|) |#1|)) (-15 -3852 ((-656 |#1|) |#5| (-656 |#1|))) (-15 -3852 ((-656 |#1|) |#5| |#1|)) (-15 -2157 ((-656 |#1|) |#5| (-656 |#1|))) (-15 -2157 ((-656 |#1|) (-656 |#5|) (-656 |#1|))) (-15 -2157 ((-656 |#1|) (-656 |#5|) |#1|)) (-15 -2157 ((-656 |#1|) |#5| |#1|)) (-15 -3217 ((-112) |#5| |#1|)) (-15 -1868 ((-112) |#1|)) (-15 -3895 ((-112) |#5| |#1|)) (-15 -1384 ((-112) |#5| |#1|)) (-15 -1868 ((-112) |#5| |#1|)) (-15 -3168 (|#1| |#1| |#5|)))
+((-1955 (((-112) $ $) 6)) (-4130 (((-656 (-2 (|:| -1594 $) (|:| -3823 (-656 |#4|)))) (-656 |#4|)) 86)) (-3769 (((-656 $) (-656 |#4|)) 87) (((-656 $) (-656 |#4|) (-112)) 112)) (-1583 (((-656 |#3|) $) 34)) (-1734 (((-112) $) 27)) (-2306 (((-112) $) 18 (|has| |#1| (-568)))) (-2936 (((-112) |#4| $) 102) (((-112) $) 98)) (-4375 ((|#4| |#4| $) 93)) (-4068 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 $))) |#4| $) 127)) (-2380 (((-2 (|:| |under| $) (|:| -4110 $) (|:| |upper| $)) $ |#3|) 28)) (-1951 (((-112) $ (-783)) 45)) (-3604 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4464))) (((-3 |#4| "failed") $ |#3|) 80)) (-3853 (($) 46 T CONST)) (-4317 (((-112) $) 23 (|has| |#1| (-568)))) (-1331 (((-112) $ $) 25 (|has| |#1| (-568)))) (-3465 (((-112) $ $) 24 (|has| |#1| (-568)))) (-3304 (((-112) $) 26 (|has| |#1| (-568)))) (-4336 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-1405 (((-656 |#4|) (-656 |#4|) $) 19 (|has| |#1| (-568)))) (-1426 (((-656 |#4|) (-656 |#4|) $) 20 (|has| |#1| (-568)))) (-2981 (((-3 $ "failed") (-656 |#4|)) 37)) (-2318 (($ (-656 |#4|)) 36)) (-1762 (((-3 $ "failed") $) 83)) (-3494 ((|#4| |#4| $) 90)) (-2741 (($ $) 69 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464))))) (-2824 (($ |#4| $) 68 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4464)))) (-1380 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-568)))) (-2094 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-2062 ((|#4| |#4| $) 88)) (-2722 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4464))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4464))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-2752 (((-2 (|:| -1594 (-656 |#4|)) (|:| -3823 (-656 |#4|))) $) 106)) (-1384 (((-112) |#4| $) 137)) (-3217 (((-112) |#4| $) 134)) (-1868 (((-112) |#4| $) 138) (((-112) $) 135)) (-3722 (((-656 |#4|) $) 53 (|has| $ (-6 -4464)))) (-3925 (((-112) |#4| $) 105) (((-112) $) 104)) (-2777 ((|#3| $) 35)) (-4157 (((-112) $ (-783)) 44)) (-4302 (((-656 |#4|) $) 54 (|has| $ (-6 -4464)))) (-4029 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#4| |#4|) $) 48)) (-3044 (((-656 |#3|) $) 33)) (-3436 (((-112) |#3| $) 32)) (-4002 (((-112) $ (-783)) 43)) (-4185 (((-1179) $) 10)) (-4364 (((-3 |#4| (-656 $)) |#4| |#4| $) 129)) (-3172 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 $))) |#4| |#4| $) 128)) (-2850 (((-3 |#4| "failed") $) 84)) (-1576 (((-656 $) |#4| $) 130)) (-3446 (((-3 (-112) (-656 $)) |#4| $) 133)) (-3292 (((-656 (-2 (|:| |val| (-112)) (|:| -4442 $))) |#4| $) 132) (((-112) |#4| $) 131)) (-2157 (((-656 $) |#4| $) 126) (((-656 $) (-656 |#4|) $) 125) (((-656 $) (-656 |#4|) (-656 $)) 124) (((-656 $) |#4| (-656 $)) 123)) (-2801 (($ |#4| $) 118) (($ (-656 |#4|) $) 117)) (-1932 (((-656 |#4|) $) 108)) (-3811 (((-112) |#4| $) 100) (((-112) $) 96)) (-3758 ((|#4| |#4| $) 91)) (-3901 (((-112) $ $) 111)) (-1647 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-568)))) (-1989 (((-112) |#4| $) 101) (((-112) $) 97)) (-2614 ((|#4| |#4| $) 92)) (-3117 (((-1141) $) 11)) (-1753 (((-3 |#4| "failed") $) 85)) (-2922 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-4194 (((-3 $ "failed") $ |#4|) 79)) (-3168 (($ $ |#4|) 78) (((-656 $) |#4| $) 116) (((-656 $) |#4| (-656 $)) 115) (((-656 $) (-656 |#4|) $) 114) (((-656 $) (-656 |#4|) (-656 $)) 113)) (-3484 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 |#4|) (-656 |#4|)) 60 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-304 |#4|)) 58 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-656 (-304 |#4|))) 57 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))) (-2587 (((-112) $ $) 39)) (-4190 (((-112) $) 42)) (-3029 (($) 41)) (-2786 (((-783) $) 107)) (-3131 (((-783) |#4| $) 55 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) (((-783) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4464)))) (-4287 (($ $) 40)) (-1554 (((-548) $) 70 (|has| |#4| (-626 (-548))))) (-4125 (($ (-656 |#4|)) 61)) (-4154 (($ $ |#3|) 29)) (-3200 (($ $ |#3|) 31)) (-2763 (($ $) 89)) (-4039 (($ $ |#3|) 30)) (-4114 (((-876) $) 12) (((-656 |#4|) $) 38)) (-2825 (((-783) $) 77 (|has| |#3| (-379)))) (-3000 (((-112) $ $) 9)) (-1976 (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-1778 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) 99)) (-3852 (((-656 $) |#4| $) 122) (((-656 $) |#4| (-656 $)) 121) (((-656 $) (-656 |#4|) $) 120) (((-656 $) (-656 |#4|) (-656 $)) 119)) (-1746 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4464)))) (-3783 (((-656 |#3|) $) 82)) (-3895 (((-112) |#4| $) 136)) (-1649 (((-112) |#3| $) 81)) (-3939 (((-112) $ $) 7)) (-1968 (((-783) $) 47 (|has| $ (-6 -4464)))))
+(((-1092 |#1| |#2| |#3| |#4|) (-141) (-464) (-805) (-862) (-1086 |t#1| |t#2| |t#3|)) (T -1092))
+((-1868 (*1 *2 *3 *1) (-12 (-4 *1 (-1092 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112)))) (-1384 (*1 *2 *3 *1) (-12 (-4 *1 (-1092 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112)))) (-3895 (*1 *2 *3 *1) (-12 (-4 *1 (-1092 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112)))) (-1868 (*1 *2 *1) (-12 (-4 *1 (-1092 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-112)))) (-3217 (*1 *2 *3 *1) (-12 (-4 *1 (-1092 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112)))) (-3446 (*1 *2 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-3 (-112) (-656 *1))) (-4 *1 (-1092 *4 *5 *6 *3)))) (-3292 (*1 *2 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -4442 *1)))) (-4 *1 (-1092 *4 *5 *6 *3)))) (-3292 (*1 *2 *3 *1) (-12 (-4 *1 (-1092 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112)))) (-1576 (*1 *2 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-656 *1)) (-4 *1 (-1092 *4 *5 *6 *3)))) (-4364 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-3 *3 (-656 *1))) (-4 *1 (-1092 *4 *5 *6 *3)))) (-3172 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *1)))) (-4 *1 (-1092 *4 *5 *6 *3)))) (-4068 (*1 *2 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *1)))) (-4 *1 (-1092 *4 *5 *6 *3)))) (-2157 (*1 *2 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-656 *1)) (-4 *1 (-1092 *4 *5 *6 *3)))) (-2157 (*1 *2 *3 *1) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1092 *4 *5 *6 *7)))) (-2157 (*1 *2 *3 *2) (-12 (-5 *2 (-656 *1)) (-5 *3 (-656 *7)) (-4 *1 (-1092 *4 *5 *6 *7)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)))) (-2157 (*1 *2 *3 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-1092 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)))) (-3852 (*1 *2 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-656 *1)) (-4 *1 (-1092 *4 *5 *6 *3)))) (-3852 (*1 *2 *3 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-1092 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)))) (-3852 (*1 *2 *3 *1) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1092 *4 *5 *6 *7)))) (-3852 (*1 *2 *3 *2) (-12 (-5 *2 (-656 *1)) (-5 *3 (-656 *7)) (-4 *1 (-1092 *4 *5 *6 *7)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)))) (-2801 (*1 *1 *2 *1) (-12 (-4 *1 (-1092 *3 *4 *5 *2)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5)))) (-2801 (*1 *1 *2 *1) (-12 (-5 *2 (-656 *6)) (-4 *1 (-1092 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)))) (-3168 (*1 *2 *3 *1) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-656 *1)) (-4 *1 (-1092 *4 *5 *6 *3)))) (-3168 (*1 *2 *3 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-1092 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)))) (-3168 (*1 *2 *3 *1) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1092 *4 *5 *6 *7)))) (-3168 (*1 *2 *3 *2) (-12 (-5 *2 (-656 *1)) (-5 *3 (-656 *7)) (-4 *1 (-1092 *4 *5 *6 *7)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)))) (-3769 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1092 *5 *6 *7 *8)))))
+(-13 (-1231 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-15 -1868 ((-112) |t#4| $)) (-15 -1384 ((-112) |t#4| $)) (-15 -3895 ((-112) |t#4| $)) (-15 -1868 ((-112) $)) (-15 -3217 ((-112) |t#4| $)) (-15 -3446 ((-3 (-112) (-656 $)) |t#4| $)) (-15 -3292 ((-656 (-2 (|:| |val| (-112)) (|:| -4442 $))) |t#4| $)) (-15 -3292 ((-112) |t#4| $)) (-15 -1576 ((-656 $) |t#4| $)) (-15 -4364 ((-3 |t#4| (-656 $)) |t#4| |t#4| $)) (-15 -3172 ((-656 (-2 (|:| |val| |t#4|) (|:| -4442 $))) |t#4| |t#4| $)) (-15 -4068 ((-656 (-2 (|:| |val| |t#4|) (|:| -4442 $))) |t#4| $)) (-15 -2157 ((-656 $) |t#4| $)) (-15 -2157 ((-656 $) (-656 |t#4|) $)) (-15 -2157 ((-656 $) (-656 |t#4|) (-656 $))) (-15 -2157 ((-656 $) |t#4| (-656 $))) (-15 -3852 ((-656 $) |t#4| $)) (-15 -3852 ((-656 $) |t#4| (-656 $))) (-15 -3852 ((-656 $) (-656 |t#4|) $)) (-15 -3852 ((-656 $) (-656 |t#4|) (-656 $))) (-15 -2801 ($ |t#4| $)) (-15 -2801 ($ (-656 |t#4|) $)) (-15 -3168 ((-656 $) |t#4| $)) (-15 -3168 ((-656 $) |t#4| (-656 $))) (-15 -3168 ((-656 $) (-656 |t#4|) $)) (-15 -3168 ((-656 $) (-656 |t#4|) (-656 $))) (-15 -3769 ((-656 $) (-656 |t#4|) (-112)))))
+(((-34) . T) ((-102) . T) ((-625 (-656 |#4|)) . T) ((-625 (-876)) . T) ((-152 |#4|) . T) ((-626 (-548)) |has| |#4| (-626 (-548))) ((-319 |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))) ((-501 |#4|) . T) ((-526 |#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))) ((-997 |#1| |#2| |#3| |#4|) . T) ((-1121) . T) ((-1231 |#1| |#2| |#3| |#4|) . T) ((-1238) . T))
+((-2921 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#5|) 86)) (-2403 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5|) 127)) (-4355 (((-656 |#5|) |#4| |#5|) 74)) (-1496 (((-656 (-2 (|:| |val| (-112)) (|:| -4442 |#5|))) |#4| |#5|) 47) (((-112) |#4| |#5|) 55)) (-3580 (((-1293)) 36)) (-3251 (((-1293)) 25)) (-1570 (((-1293) (-1179) (-1179) (-1179)) 32)) (-1627 (((-1293) (-1179) (-1179) (-1179)) 21)) (-3432 (((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) |#4| |#4| |#5|) 107)) (-2387 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) |#3| (-112)) 118) (((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5| (-112) (-112)) 52)) (-4116 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5|) 113)))
+(((-1093 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1627 ((-1293) (-1179) (-1179) (-1179))) (-15 -3251 ((-1293))) (-15 -1570 ((-1293) (-1179) (-1179) (-1179))) (-15 -3580 ((-1293))) (-15 -3432 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) |#4| |#4| |#5|)) (-15 -2387 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -2387 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) |#3| (-112))) (-15 -4116 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5|)) (-15 -2403 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5|)) (-15 -1496 ((-112) |#4| |#5|)) (-15 -1496 ((-656 (-2 (|:| |val| (-112)) (|:| -4442 |#5|))) |#4| |#5|)) (-15 -4355 ((-656 |#5|) |#4| |#5|)) (-15 -2921 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#5|))) (-464) (-805) (-862) (-1086 |#1| |#2| |#3|) (-1092 |#1| |#2| |#3| |#4|)) (T -1093))
+((-2921 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4)))) (-5 *1 (-1093 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-4355 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 *4)) (-5 *1 (-1093 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-1496 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -4442 *4)))) (-5 *1 (-1093 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-1496 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1093 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-2403 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4)))) (-5 *1 (-1093 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-4116 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4)))) (-5 *1 (-1093 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-2387 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 (-2 (|:| |val| (-656 *8)) (|:| -4442 *9)))) (-5 *5 (-112)) (-4 *8 (-1086 *6 *7 *4)) (-4 *9 (-1092 *6 *7 *4 *8)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *4 (-862)) (-5 *2 (-656 (-2 (|:| |val| *8) (|:| -4442 *9)))) (-5 *1 (-1093 *6 *7 *4 *8 *9)))) (-2387 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *3 (-1086 *6 *7 *8)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4)))) (-5 *1 (-1093 *6 *7 *8 *3 *4)) (-4 *4 (-1092 *6 *7 *8 *3)))) (-3432 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4)))) (-5 *1 (-1093 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-3580 (*1 *2) (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-1293)) (-5 *1 (-1093 *3 *4 *5 *6 *7)) (-4 *7 (-1092 *3 *4 *5 *6)))) (-1570 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1179)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-1293)) (-5 *1 (-1093 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))) (-3251 (*1 *2) (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-1293)) (-5 *1 (-1093 *3 *4 *5 *6 *7)) (-4 *7 (-1092 *3 *4 *5 *6)))) (-1627 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1179)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-1293)) (-5 *1 (-1093 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))))
+(-10 -7 (-15 -1627 ((-1293) (-1179) (-1179) (-1179))) (-15 -3251 ((-1293))) (-15 -1570 ((-1293) (-1179) (-1179) (-1179))) (-15 -3580 ((-1293))) (-15 -3432 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) |#4| |#4| |#5|)) (-15 -2387 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -2387 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) |#3| (-112))) (-15 -4116 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5|)) (-15 -2403 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5|)) (-15 -1496 ((-112) |#4| |#5|)) (-15 -1496 ((-656 (-2 (|:| |val| (-112)) (|:| -4442 |#5|))) |#4| |#5|)) (-15 -4355 ((-656 |#5|) |#4| |#5|)) (-15 -2921 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#5|)))
+((-1955 (((-112) $ $) NIL)) (-4170 (((-1237) $) 13)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2230 (((-1156) $) 10)) (-4114 (((-876) $) 20) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1094) (-13 (-1104) (-10 -8 (-15 -2230 ((-1156) $)) (-15 -4170 ((-1237) $))))) (T -1094))
+((-2230 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1094)))) (-4170 (*1 *2 *1) (-12 (-5 *2 (-1237)) (-5 *1 (-1094)))))
+(-13 (-1104) (-10 -8 (-15 -2230 ((-1156) $)) (-15 -4170 ((-1237) $))))
+((-3379 (((-112) $ $) 7)))
+(((-1095) (-13 (-1238) (-10 -8 (-15 -3379 ((-112) $ $))))) (T -1095))
+((-3379 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1095)))))
+(-13 (-1238) (-10 -8 (-15 -3379 ((-112) $ $))))
+((-1955 (((-112) $ $) NIL)) (-4149 (((-1197) $) 8)) (-4185 (((-1179) $) 17)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 11)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 14)))
+(((-1096 |#1|) (-13 (-1121) (-10 -8 (-15 -4149 ((-1197) $)))) (-1197)) (T -1096))
+((-4149 (*1 *2 *1) (-12 (-5 *2 (-1197)) (-5 *1 (-1096 *3)) (-14 *3 *2))))
+(-13 (-1121) (-10 -8 (-15 -4149 ((-1197) $))))
+((-1955 (((-112) $ $) NIL)) (-3767 (($ $ (-656 (-1197)) (-1 (-112) (-656 |#3|))) 34)) (-4279 (($ |#3| |#3|) 23) (($ |#3| |#3| (-656 (-1197))) 21)) (-1782 ((|#3| $) 13)) (-2981 (((-3 (-304 |#3|) "failed") $) 60)) (-2318 (((-304 |#3|) $) NIL)) (-1514 (((-656 (-1197)) $) 16)) (-1958 (((-907 |#1|) $) 11)) (-1773 ((|#3| $) 12)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4369 ((|#3| $ |#3|) 28) ((|#3| $ |#3| (-940)) 41)) (-4114 (((-876) $) 89) (($ (-304 |#3|)) 22)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 38)))
+(((-1097 |#1| |#2| |#3|) (-13 (-1121) (-296 |#3| |#3|) (-1059 (-304 |#3|)) (-10 -8 (-15 -4279 ($ |#3| |#3|)) (-15 -4279 ($ |#3| |#3| (-656 (-1197)))) (-15 -3767 ($ $ (-656 (-1197)) (-1 (-112) (-656 |#3|)))) (-15 -1958 ((-907 |#1|) $)) (-15 -1773 (|#3| $)) (-15 -1782 (|#3| $)) (-15 -4369 (|#3| $ |#3| (-940))) (-15 -1514 ((-656 (-1197)) $)))) (-1121) (-13 (-1070) (-901 |#1|) (-626 (-907 |#1|))) (-13 (-442 |#2|) (-901 |#1|) (-626 (-907 |#1|)))) (T -1097))
+((-4279 (*1 *1 *2 *2) (-12 (-4 *3 (-1121)) (-4 *4 (-13 (-1070) (-901 *3) (-626 (-907 *3)))) (-5 *1 (-1097 *3 *4 *2)) (-4 *2 (-13 (-442 *4) (-901 *3) (-626 (-907 *3)))))) (-4279 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-656 (-1197))) (-4 *4 (-1121)) (-4 *5 (-13 (-1070) (-901 *4) (-626 (-907 *4)))) (-5 *1 (-1097 *4 *5 *2)) (-4 *2 (-13 (-442 *5) (-901 *4) (-626 (-907 *4)))))) (-3767 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-1197))) (-5 *3 (-1 (-112) (-656 *6))) (-4 *6 (-13 (-442 *5) (-901 *4) (-626 (-907 *4)))) (-4 *4 (-1121)) (-4 *5 (-13 (-1070) (-901 *4) (-626 (-907 *4)))) (-5 *1 (-1097 *4 *5 *6)))) (-1958 (*1 *2 *1) (-12 (-4 *3 (-1121)) (-4 *4 (-13 (-1070) (-901 *3) (-626 *2))) (-5 *2 (-907 *3)) (-5 *1 (-1097 *3 *4 *5)) (-4 *5 (-13 (-442 *4) (-901 *3) (-626 *2))))) (-1773 (*1 *2 *1) (-12 (-4 *3 (-1121)) (-4 *2 (-13 (-442 *4) (-901 *3) (-626 (-907 *3)))) (-5 *1 (-1097 *3 *4 *2)) (-4 *4 (-13 (-1070) (-901 *3) (-626 (-907 *3)))))) (-1782 (*1 *2 *1) (-12 (-4 *3 (-1121)) (-4 *2 (-13 (-442 *4) (-901 *3) (-626 (-907 *3)))) (-5 *1 (-1097 *3 *4 *2)) (-4 *4 (-13 (-1070) (-901 *3) (-626 (-907 *3)))))) (-4369 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-940)) (-4 *4 (-1121)) (-4 *5 (-13 (-1070) (-901 *4) (-626 (-907 *4)))) (-5 *1 (-1097 *4 *5 *2)) (-4 *2 (-13 (-442 *5) (-901 *4) (-626 (-907 *4)))))) (-1514 (*1 *2 *1) (-12 (-4 *3 (-1121)) (-4 *4 (-13 (-1070) (-901 *3) (-626 (-907 *3)))) (-5 *2 (-656 (-1197))) (-5 *1 (-1097 *3 *4 *5)) (-4 *5 (-13 (-442 *4) (-901 *3) (-626 (-907 *3)))))))
+(-13 (-1121) (-296 |#3| |#3|) (-1059 (-304 |#3|)) (-10 -8 (-15 -4279 ($ |#3| |#3|)) (-15 -4279 ($ |#3| |#3| (-656 (-1197)))) (-15 -3767 ($ $ (-656 (-1197)) (-1 (-112) (-656 |#3|)))) (-15 -1958 ((-907 |#1|) $)) (-15 -1773 (|#3| $)) (-15 -1782 (|#3| $)) (-15 -4369 (|#3| $ |#3| (-940))) (-15 -1514 ((-656 (-1197)) $))))
+((-1955 (((-112) $ $) NIL)) (-3735 (($ (-656 (-1097 |#1| |#2| |#3|))) 14)) (-1987 (((-656 (-1097 |#1| |#2| |#3|)) $) 21)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4369 ((|#3| $ |#3|) 24) ((|#3| $ |#3| (-940)) 27)) (-4114 (((-876) $) 17)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 20)))
+(((-1098 |#1| |#2| |#3|) (-13 (-1121) (-296 |#3| |#3|) (-10 -8 (-15 -3735 ($ (-656 (-1097 |#1| |#2| |#3|)))) (-15 -1987 ((-656 (-1097 |#1| |#2| |#3|)) $)) (-15 -4369 (|#3| $ |#3| (-940))))) (-1121) (-13 (-1070) (-901 |#1|) (-626 (-907 |#1|))) (-13 (-442 |#2|) (-901 |#1|) (-626 (-907 |#1|)))) (T -1098))
+((-3735 (*1 *1 *2) (-12 (-5 *2 (-656 (-1097 *3 *4 *5))) (-4 *3 (-1121)) (-4 *4 (-13 (-1070) (-901 *3) (-626 (-907 *3)))) (-4 *5 (-13 (-442 *4) (-901 *3) (-626 (-907 *3)))) (-5 *1 (-1098 *3 *4 *5)))) (-1987 (*1 *2 *1) (-12 (-4 *3 (-1121)) (-4 *4 (-13 (-1070) (-901 *3) (-626 (-907 *3)))) (-5 *2 (-656 (-1097 *3 *4 *5))) (-5 *1 (-1098 *3 *4 *5)) (-4 *5 (-13 (-442 *4) (-901 *3) (-626 (-907 *3)))))) (-4369 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-940)) (-4 *4 (-1121)) (-4 *5 (-13 (-1070) (-901 *4) (-626 (-907 *4)))) (-5 *1 (-1098 *4 *5 *2)) (-4 *2 (-13 (-442 *5) (-901 *4) (-626 (-907 *4)))))))
+(-13 (-1121) (-296 |#3| |#3|) (-10 -8 (-15 -3735 ($ (-656 (-1097 |#1| |#2| |#3|)))) (-15 -1987 ((-656 (-1097 |#1| |#2| |#3|)) $)) (-15 -4369 (|#3| $ |#3| (-940)))))
+((-4091 (((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)) (-112) (-112)) 88) (((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|))) 92) (((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)) (-112)) 90)))
+(((-1099 |#1| |#2|) (-10 -7 (-15 -4091 ((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)) (-112))) (-15 -4091 ((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)))) (-15 -4091 ((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)) (-112) (-112)))) (-13 (-317) (-148)) (-656 (-1197))) (T -1099))
+((-4091 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-2 (|:| -2669 (-1193 *5)) (|:| -3219 (-656 (-971 *5)))))) (-5 *1 (-1099 *5 *6)) (-5 *3 (-656 (-971 *5))) (-14 *6 (-656 (-1197))))) (-4091 (*1 *2 *3) (-12 (-4 *4 (-13 (-317) (-148))) (-5 *2 (-656 (-2 (|:| -2669 (-1193 *4)) (|:| -3219 (-656 (-971 *4)))))) (-5 *1 (-1099 *4 *5)) (-5 *3 (-656 (-971 *4))) (-14 *5 (-656 (-1197))))) (-4091 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-2 (|:| -2669 (-1193 *5)) (|:| -3219 (-656 (-971 *5)))))) (-5 *1 (-1099 *5 *6)) (-5 *3 (-656 (-971 *5))) (-14 *6 (-656 (-1197))))))
+(-10 -7 (-15 -4091 ((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)) (-112))) (-15 -4091 ((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)))) (-15 -4091 ((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)) (-112) (-112))))
+((-1452 (((-430 |#3|) |#3|) 18)))
+(((-1100 |#1| |#2| |#3|) (-10 -7 (-15 -1452 ((-430 |#3|) |#3|))) (-1264 (-419 (-576))) (-13 (-374) (-148) (-736 (-419 (-576)) |#1|)) (-1264 |#2|)) (T -1100))
+((-1452 (*1 *2 *3) (-12 (-4 *4 (-1264 (-419 (-576)))) (-4 *5 (-13 (-374) (-148) (-736 (-419 (-576)) *4))) (-5 *2 (-430 *3)) (-5 *1 (-1100 *4 *5 *3)) (-4 *3 (-1264 *5)))))
+(-10 -7 (-15 -1452 ((-430 |#3|) |#3|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 136)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-374)))) (-2116 (($ $) NIL (|has| |#1| (-374)))) (-2898 (((-112) $) NIL (|has| |#1| (-374)))) (-2237 (((-701 |#1|) (-1288 $)) NIL) (((-701 |#1|)) 121)) (-3832 ((|#1| $) 125)) (-3197 (((-1210 (-940) (-783)) (-576)) NIL (|has| |#1| (-360)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL (|has| |#1| (-374)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-374)))) (-4064 (((-112) $ $) NIL (|has| |#1| (-374)))) (-2200 (((-783)) 43 (|has| |#1| (-379)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) NIL)) (-2318 (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) NIL)) (-3093 (($ (-1288 |#1|) (-1288 $)) NIL) (($ (-1288 |#1|)) 46)) (-3462 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-360)))) (-1892 (($ $ $) NIL (|has| |#1| (-374)))) (-3104 (((-701 |#1|) $ (-1288 $)) NIL) (((-701 |#1|) $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) 113) (((-701 |#1|) (-701 $)) 108)) (-2722 (($ |#2|) 65) (((-3 $ "failed") (-419 |#2|)) NIL (|has| |#1| (-374)))) (-2413 (((-3 $ "failed") $) NIL)) (-4136 (((-940)) 84)) (-4370 (($) 47 (|has| |#1| (-379)))) (-1905 (($ $ $) NIL (|has| |#1| (-374)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-1766 (($) NIL (|has| |#1| (-360)))) (-2430 (((-112) $) NIL (|has| |#1| (-360)))) (-2566 (($ $ (-783)) NIL (|has| |#1| (-360))) (($ $) NIL (|has| |#1| (-360)))) (-3742 (((-112) $) NIL (|has| |#1| (-374)))) (-1760 (((-940) $) NIL (|has| |#1| (-360))) (((-845 (-940)) $) NIL (|has| |#1| (-360)))) (-3315 (((-112) $) NIL)) (-2828 ((|#1| $) NIL)) (-4080 (((-3 $ "failed") $) NIL (|has| |#1| (-360)))) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3817 ((|#2| $) 91 (|has| |#1| (-374)))) (-2106 (((-940) $) 145 (|has| |#1| (-379)))) (-2709 ((|#2| $) 62)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) NIL) (((-701 |#1|) (-1288 $)) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL (|has| |#1| (-374)))) (-3651 (($) NIL (|has| |#1| (-360)) CONST)) (-2409 (($ (-940)) 135 (|has| |#1| (-379)))) (-3117 (((-1141) $) NIL)) (-2549 (($) 127)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-374)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-3957 (((-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))) NIL (|has| |#1| (-360)))) (-1452 (((-430 $) $) NIL (|has| |#1| (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-1943 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3199 (((-783) $) NIL (|has| |#1| (-374)))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-374)))) (-3053 ((|#1| (-1288 $)) NIL) ((|#1|) 117)) (-3923 (((-783) $) NIL (|has| |#1| (-360))) (((-3 (-783) "failed") $ $) NIL (|has| |#1| (-360)))) (-4107 (($ $ (-783)) NIL (-3795 (-12 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))) (($ $) NIL (-3795 (-12 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197))))) (($ $ (-1197)) NIL (-12 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197))))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-374))) (($ $ (-1 |#1| |#1|) (-783)) NIL (|has| |#1| (-374)))) (-4297 (((-701 |#1|) (-1288 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-374)))) (-2030 ((|#2|) 81)) (-1986 (($) NIL (|has| |#1| (-360)))) (-3219 (((-1288 |#1|) $ (-1288 $)) 96) (((-701 |#1|) (-1288 $) (-1288 $)) NIL) (((-1288 |#1|) $) 75) (((-701 |#1|) (-1288 $)) 92)) (-1554 (((-1288 |#1|) $) NIL) (($ (-1288 |#1|)) NIL) ((|#2| $) NIL) (($ |#2|) NIL)) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (|has| |#1| (-360)))) (-4114 (((-876) $) 61) (($ (-576)) 56) (($ |#1|) 58) (($ $) NIL (|has| |#1| (-374))) (($ (-419 (-576))) NIL (-3795 (|has| |#1| (-374)) (|has| |#1| (-1059 (-419 (-576))))))) (-3346 (($ $) NIL (|has| |#1| (-360))) (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2837 ((|#2| $) 89)) (-2864 (((-783)) 83 T CONST)) (-3000 (((-112) $ $) NIL)) (-1726 (((-1288 $)) 88)) (-4095 (((-112) $ $) NIL (|has| |#1| (-374)))) (-4312 (($) 32 T CONST)) (-4322 (($) 19 T CONST)) (-3157 (($ $ (-783)) NIL (-3795 (-12 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))) (($ $) NIL (-3795 (-12 (|has| |#1| (-237)) (|has| |#1| (-374))) (|has| |#1| (-360)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197))))) (($ $ (-1197)) NIL (-12 (|has| |#1| (-374)) (|has| |#1| (-919 (-1197))))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-374))) (($ $ (-1 |#1| |#1|) (-783)) NIL (|has| |#1| (-374)))) (-3939 (((-112) $ $) 67)) (-4047 (($ $ $) NIL (|has| |#1| (-374)))) (-4037 (($ $) 71) (($ $ $) NIL)) (-4027 (($ $ $) 69)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374)))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 54) (($ $ $) 73) (($ $ |#1|) NIL) (($ |#1| $) 51) (($ (-419 (-576)) $) NIL (|has| |#1| (-374))) (($ $ (-419 (-576))) NIL (|has| |#1| (-374)))))
+(((-1101 |#1| |#2| |#3|) (-736 |#1| |#2|) (-174) (-1264 |#1|) |#2|) (T -1101))
NIL
(-736 |#1| |#2|)
-((-1827 (((-430 |#3|) |#3|) 19)))
-(((-1100 |#1| |#2| |#3|) (-10 -7 (-15 -1827 ((-430 |#3|) |#3|))) (-1262 (-419 (-969 (-576)))) (-13 (-374) (-148) (-736 (-419 (-969 (-576))) |#1|)) (-1262 |#2|)) (T -1100))
-((-1827 (*1 *2 *3) (-12 (-4 *4 (-1262 (-419 (-969 (-576))))) (-4 *5 (-13 (-374) (-148) (-736 (-419 (-969 (-576))) *4))) (-5 *2 (-430 *3)) (-5 *1 (-1100 *4 *5 *3)) (-4 *3 (-1262 *5)))))
-(-10 -7 (-15 -1827 ((-430 |#3|) |#3|)))
-((-3486 (((-112) $ $) NIL)) (-3123 (($ $ $) 16)) (-2352 (($ $ $) 17)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-4304 (($) 6)) (-4169 (((-1195) $) 20)) (-3567 (((-874) $) 13)) (-1540 (((-112) $ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 15)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 9)))
-(((-1101) (-13 (-862) (-626 (-1195)) (-10 -8 (-15 -4304 ($))))) (T -1101))
-((-4304 (*1 *1) (-5 *1 (-1101))))
-(-13 (-862) (-626 (-1195)) (-10 -8 (-15 -4304 ($))))
-((-3486 (((-112) $ $) 6)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12) (($ (-1200)) 17) (((-1200) $) 16)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)))
-(((-1102) (-141)) (T -1102))
+((-1452 (((-430 |#3|) |#3|) 19)))
+(((-1102 |#1| |#2| |#3|) (-10 -7 (-15 -1452 ((-430 |#3|) |#3|))) (-1264 (-419 (-971 (-576)))) (-13 (-374) (-148) (-736 (-419 (-971 (-576))) |#1|)) (-1264 |#2|)) (T -1102))
+((-1452 (*1 *2 *3) (-12 (-4 *4 (-1264 (-419 (-971 (-576))))) (-4 *5 (-13 (-374) (-148) (-736 (-419 (-971 (-576))) *4))) (-5 *2 (-430 *3)) (-5 *1 (-1102 *4 *5 *3)) (-4 *3 (-1264 *5)))))
+(-10 -7 (-15 -1452 ((-430 |#3|) |#3|)))
+((-1955 (((-112) $ $) NIL)) (-2905 (($ $ $) 16)) (-2163 (($ $ $) 17)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2631 (($) 6)) (-1554 (((-1197) $) 20)) (-4114 (((-876) $) 13)) (-3000 (((-112) $ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 15)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 9)))
+(((-1103) (-13 (-862) (-626 (-1197)) (-10 -8 (-15 -2631 ($))))) (T -1103))
+((-2631 (*1 *1) (-5 *1 (-1103))))
+(-13 (-862) (-626 (-1197)) (-10 -8 (-15 -2631 ($))))
+((-1955 (((-112) $ $) 6)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12) (($ (-1202)) 17) (((-1202) $) 16)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)))
+(((-1104) (-141)) (T -1104))
NIL
(-13 (-93))
-(((-93) . T) ((-102) . T) ((-628 #0=(-1200)) . T) ((-625 (-874)) . T) ((-625 #0#) . T) ((-502 #0#) . T) ((-1119) . T) ((-1236) . T))
-((-2177 ((|#1| |#1| (-1 (-576) |#1| |#1|)) 42) ((|#1| |#1| (-1 (-112) |#1|)) 33)) (-1665 (((-1291)) 21)) (-4033 (((-656 |#1|)) 13)))
-(((-1103 |#1|) (-10 -7 (-15 -1665 ((-1291))) (-15 -4033 ((-656 |#1|))) (-15 -2177 (|#1| |#1| (-1 (-112) |#1|))) (-15 -2177 (|#1| |#1| (-1 (-576) |#1| |#1|)))) (-133)) (T -1103))
-((-2177 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-576) *2 *2)) (-4 *2 (-133)) (-5 *1 (-1103 *2)))) (-2177 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *2)) (-4 *2 (-133)) (-5 *1 (-1103 *2)))) (-4033 (*1 *2) (-12 (-5 *2 (-656 *3)) (-5 *1 (-1103 *3)) (-4 *3 (-133)))) (-1665 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-1103 *3)) (-4 *3 (-133)))))
-(-10 -7 (-15 -1665 ((-1291))) (-15 -4033 ((-656 |#1|))) (-15 -2177 (|#1| |#1| (-1 (-112) |#1|))) (-15 -2177 (|#1| |#1| (-1 (-576) |#1| |#1|))))
-((-2885 (($ (-109) $) 20)) (-1546 (((-703 (-109)) (-518) $) 19)) (-1854 (($) 7)) (-1680 (($) 21)) (-3864 (($) 22)) (-1792 (((-656 (-177)) $) 10)) (-3567 (((-874) $) 25)))
-(((-1104) (-13 (-625 (-874)) (-10 -8 (-15 -1854 ($)) (-15 -1792 ((-656 (-177)) $)) (-15 -1546 ((-703 (-109)) (-518) $)) (-15 -2885 ($ (-109) $)) (-15 -1680 ($)) (-15 -3864 ($))))) (T -1104))
-((-1854 (*1 *1) (-5 *1 (-1104))) (-1792 (*1 *2 *1) (-12 (-5 *2 (-656 (-177))) (-5 *1 (-1104)))) (-1546 (*1 *2 *3 *1) (-12 (-5 *3 (-518)) (-5 *2 (-703 (-109))) (-5 *1 (-1104)))) (-2885 (*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-1104)))) (-1680 (*1 *1) (-5 *1 (-1104))) (-3864 (*1 *1) (-5 *1 (-1104))))
-(-13 (-625 (-874)) (-10 -8 (-15 -1854 ($)) (-15 -1792 ((-656 (-177)) $)) (-15 -1546 ((-703 (-109)) (-518) $)) (-15 -2885 ($ (-109) $)) (-15 -1680 ($)) (-15 -3864 ($))))
-((-3580 (((-1286 (-701 |#1|)) (-656 (-701 |#1|))) 45) (((-1286 (-701 (-969 |#1|))) (-656 (-1195)) (-701 (-969 |#1|))) 75) (((-1286 (-701 (-419 (-969 |#1|)))) (-656 (-1195)) (-701 (-419 (-969 |#1|)))) 92)) (-2203 (((-1286 |#1|) (-701 |#1|) (-656 (-701 |#1|))) 39)))
-(((-1105 |#1|) (-10 -7 (-15 -3580 ((-1286 (-701 (-419 (-969 |#1|)))) (-656 (-1195)) (-701 (-419 (-969 |#1|))))) (-15 -3580 ((-1286 (-701 (-969 |#1|))) (-656 (-1195)) (-701 (-969 |#1|)))) (-15 -3580 ((-1286 (-701 |#1|)) (-656 (-701 |#1|)))) (-15 -2203 ((-1286 |#1|) (-701 |#1|) (-656 (-701 |#1|))))) (-374)) (T -1105))
-((-2203 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-701 *5))) (-5 *3 (-701 *5)) (-4 *5 (-374)) (-5 *2 (-1286 *5)) (-5 *1 (-1105 *5)))) (-3580 (*1 *2 *3) (-12 (-5 *3 (-656 (-701 *4))) (-4 *4 (-374)) (-5 *2 (-1286 (-701 *4))) (-5 *1 (-1105 *4)))) (-3580 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-1195))) (-4 *5 (-374)) (-5 *2 (-1286 (-701 (-969 *5)))) (-5 *1 (-1105 *5)) (-5 *4 (-701 (-969 *5))))) (-3580 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-1195))) (-4 *5 (-374)) (-5 *2 (-1286 (-701 (-419 (-969 *5))))) (-5 *1 (-1105 *5)) (-5 *4 (-701 (-419 (-969 *5)))))))
-(-10 -7 (-15 -3580 ((-1286 (-701 (-419 (-969 |#1|)))) (-656 (-1195)) (-701 (-419 (-969 |#1|))))) (-15 -3580 ((-1286 (-701 (-969 |#1|))) (-656 (-1195)) (-701 (-969 |#1|)))) (-15 -3580 ((-1286 (-701 |#1|)) (-656 (-701 |#1|)))) (-15 -2203 ((-1286 |#1|) (-701 |#1|) (-656 (-701 |#1|)))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2048 (((-656 (-783)) $) NIL) (((-656 (-783)) $ (-1195)) NIL)) (-3903 (((-783) $) NIL) (((-783) $ (-1195)) NIL)) (-1960 (((-656 (-1107 (-1195))) $) NIL)) (-1797 (((-1191 $) $ (-1107 (-1195))) NIL) (((-1191 |#1|) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-1925 (((-783) $) NIL) (((-783) $ (-656 (-1107 (-1195)))) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1415 (($ $) NIL (|has| |#1| (-464)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-3533 (($ $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-1107 (-1195)) "failed") $) NIL) (((-3 (-1195) "failed") $) NIL) (((-3 (-1144 |#1| (-1195)) "failed") $) NIL)) (-2857 ((|#1| $) NIL) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-1107 (-1195)) $) NIL) (((-1195) $) NIL) (((-1144 |#1| (-1195)) $) NIL)) (-1990 (($ $ $ (-1107 (-1195))) NIL (|has| |#1| (-174)))) (-2109 (($ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2619 (($ $) NIL (|has| |#1| (-464))) (($ $ (-1107 (-1195))) NIL (|has| |#1| (-464)))) (-2098 (((-656 $) $) NIL)) (-4283 (((-112) $) NIL (|has| |#1| (-926)))) (-2056 (($ $ |#1| (-543 (-1107 (-1195))) $) NIL)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (-12 (|has| (-1107 (-1195)) (-899 (-390))) (|has| |#1| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (-12 (|has| (-1107 (-1195)) (-899 (-576))) (|has| |#1| (-899 (-576)))))) (-1991 (((-783) $ (-1195)) NIL) (((-783) $) NIL)) (-3612 (((-112) $) NIL)) (-1935 (((-783) $) NIL)) (-1950 (($ (-1191 |#1|) (-1107 (-1195))) NIL) (($ (-1191 $) (-1107 (-1195))) NIL)) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-543 (-1107 (-1195)))) NIL) (($ $ (-1107 (-1195)) (-783)) NIL) (($ $ (-656 (-1107 (-1195))) (-656 (-783))) NIL)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ (-1107 (-1195))) NIL)) (-2488 (((-543 (-1107 (-1195))) $) NIL) (((-783) $ (-1107 (-1195))) NIL) (((-656 (-783)) $ (-656 (-1107 (-1195)))) NIL)) (-3492 (($ (-1 (-543 (-1107 (-1195))) (-543 (-1107 (-1195)))) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-3374 (((-1 $ (-783)) (-1195)) NIL) (((-1 $ (-783)) $) NIL (|has| |#1| (-238)))) (-1429 (((-3 (-1107 (-1195)) "failed") $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) NIL) (((-701 |#1|) (-1286 $)) NIL)) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-2754 (((-1107 (-1195)) $) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-3881 (((-1177) $) NIL)) (-1690 (((-112) $) NIL)) (-2692 (((-3 (-656 $) "failed") $) NIL)) (-3656 (((-3 (-656 $) "failed") $) NIL)) (-2244 (((-3 (-2 (|:| |var| (-1107 (-1195))) (|:| -2125 (-783))) "failed") $) NIL)) (-4282 (($ $) NIL)) (-1448 (((-1139) $) NIL)) (-2055 (((-112) $) NIL)) (-2065 ((|#1| $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-464)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1827 (((-430 $) $) NIL (|has| |#1| (-926)))) (-3473 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-3281 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-1107 (-1195)) |#1|) NIL) (($ $ (-656 (-1107 (-1195))) (-656 |#1|)) NIL) (($ $ (-1107 (-1195)) $) NIL) (($ $ (-656 (-1107 (-1195))) (-656 $)) NIL) (($ $ (-1195) $) NIL (|has| |#1| (-238))) (($ $ (-656 (-1195)) (-656 $)) NIL (|has| |#1| (-238))) (($ $ (-1195) |#1|) NIL (|has| |#1| (-238))) (($ $ (-656 (-1195)) (-656 |#1|)) NIL (|has| |#1| (-238)))) (-2491 (($ $ (-1107 (-1195))) NIL (|has| |#1| (-174)))) (-2770 (($ $ (-656 (-1107 (-1195))) (-656 (-783))) NIL) (($ $ (-1107 (-1195)) (-783)) NIL) (($ $ (-656 (-1107 (-1195)))) NIL) (($ $ (-1107 (-1195))) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195)))) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237)))) (-2956 (((-656 (-1195)) $) NIL)) (-1967 (((-543 (-1107 (-1195))) $) NIL) (((-783) $ (-1107 (-1195))) NIL) (((-656 (-783)) $ (-656 (-1107 (-1195)))) NIL) (((-783) $ (-1195)) NIL)) (-4169 (((-905 (-390)) $) NIL (-12 (|has| (-1107 (-1195)) (-626 (-905 (-390)))) (|has| |#1| (-626 (-905 (-390)))))) (((-905 (-576)) $) NIL (-12 (|has| (-1107 (-1195)) (-626 (-905 (-576)))) (|has| |#1| (-626 (-905 (-576)))))) (((-548) $) NIL (-12 (|has| (-1107 (-1195)) (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-2145 ((|#1| $) NIL (|has| |#1| (-464))) (($ $ (-1107 (-1195))) NIL (|has| |#1| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-926))))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-1107 (-1195))) NIL) (($ (-1195)) NIL) (($ (-1144 |#1| (-1195))) NIL) (($ (-419 (-576))) NIL (-2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576)))))) (($ $) NIL (|has| |#1| (-568)))) (-1691 (((-656 |#1|) $) NIL)) (-1749 ((|#1| $ (-543 (-1107 (-1195)))) NIL) (($ $ (-1107 (-1195)) (-783)) NIL) (($ $ (-656 (-1107 (-1195))) (-656 (-783))) NIL)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#1| (-926))) (|has| |#1| (-146))))) (-2596 (((-783)) NIL T CONST)) (-2217 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-656 (-1107 (-1195))) (-656 (-783))) NIL) (($ $ (-1107 (-1195)) (-783)) NIL) (($ $ (-656 (-1107 (-1195)))) NIL) (($ $ (-1107 (-1195))) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195)))) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237)))) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-1106 |#1|) (-13 (-260 |#1| (-1195) (-1107 (-1195)) (-543 (-1107 (-1195)))) (-1057 (-1144 |#1| (-1195)))) (-1068)) (T -1106))
-NIL
-(-13 (-260 |#1| (-1195) (-1107 (-1195)) (-543 (-1107 (-1195)))) (-1057 (-1144 |#1| (-1195))))
-((-3486 (((-112) $ $) NIL)) (-3903 (((-783) $) NIL)) (-3052 ((|#1| $) 10)) (-1570 (((-3 |#1| "failed") $) NIL)) (-2857 ((|#1| $) NIL)) (-1991 (((-783) $) 11)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-3374 (($ |#1| (-783)) 9)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2770 (($ $ (-783)) NIL) (($ $) NIL)) (-3567 (((-874) $) NIL) (($ |#1|) NIL)) (-1540 (((-112) $ $) NIL)) (-2014 (($ $ (-783)) NIL) (($ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 16)))
-(((-1107 |#1|) (-275 |#1|) (-862)) (T -1107))
+(((-93) . T) ((-102) . T) ((-628 #0=(-1202)) . T) ((-625 (-876)) . T) ((-625 #0#) . T) ((-502 #0#) . T) ((-1121) . T) ((-1238) . T))
+((-4211 ((|#1| |#1| (-1 (-576) |#1| |#1|)) 42) ((|#1| |#1| (-1 (-112) |#1|)) 33)) (-4005 (((-1293)) 21)) (-2009 (((-656 |#1|)) 13)))
+(((-1105 |#1|) (-10 -7 (-15 -4005 ((-1293))) (-15 -2009 ((-656 |#1|))) (-15 -4211 (|#1| |#1| (-1 (-112) |#1|))) (-15 -4211 (|#1| |#1| (-1 (-576) |#1| |#1|)))) (-133)) (T -1105))
+((-4211 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-576) *2 *2)) (-4 *2 (-133)) (-5 *1 (-1105 *2)))) (-4211 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *2)) (-4 *2 (-133)) (-5 *1 (-1105 *2)))) (-2009 (*1 *2) (-12 (-5 *2 (-656 *3)) (-5 *1 (-1105 *3)) (-4 *3 (-133)))) (-4005 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-1105 *3)) (-4 *3 (-133)))))
+(-10 -7 (-15 -4005 ((-1293))) (-15 -2009 ((-656 |#1|))) (-15 -4211 (|#1| |#1| (-1 (-112) |#1|))) (-15 -4211 (|#1| |#1| (-1 (-576) |#1| |#1|))))
+((-2425 (($ (-109) $) 20)) (-3066 (((-703 (-109)) (-518) $) 19)) (-3029 (($) 7)) (-1819 (($) 21)) (-4040 (($) 22)) (-3717 (((-656 (-177)) $) 10)) (-4114 (((-876) $) 25)))
+(((-1106) (-13 (-625 (-876)) (-10 -8 (-15 -3029 ($)) (-15 -3717 ((-656 (-177)) $)) (-15 -3066 ((-703 (-109)) (-518) $)) (-15 -2425 ($ (-109) $)) (-15 -1819 ($)) (-15 -4040 ($))))) (T -1106))
+((-3029 (*1 *1) (-5 *1 (-1106))) (-3717 (*1 *2 *1) (-12 (-5 *2 (-656 (-177))) (-5 *1 (-1106)))) (-3066 (*1 *2 *3 *1) (-12 (-5 *3 (-518)) (-5 *2 (-703 (-109))) (-5 *1 (-1106)))) (-2425 (*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-1106)))) (-1819 (*1 *1) (-5 *1 (-1106))) (-4040 (*1 *1) (-5 *1 (-1106))))
+(-13 (-625 (-876)) (-10 -8 (-15 -3029 ($)) (-15 -3717 ((-656 (-177)) $)) (-15 -3066 ((-703 (-109)) (-518) $)) (-15 -2425 ($ (-109) $)) (-15 -1819 ($)) (-15 -4040 ($))))
+((-4235 (((-1288 (-701 |#1|)) (-656 (-701 |#1|))) 45) (((-1288 (-701 (-971 |#1|))) (-656 (-1197)) (-701 (-971 |#1|))) 75) (((-1288 (-701 (-419 (-971 |#1|)))) (-656 (-1197)) (-701 (-419 (-971 |#1|)))) 92)) (-3219 (((-1288 |#1|) (-701 |#1|) (-656 (-701 |#1|))) 39)))
+(((-1107 |#1|) (-10 -7 (-15 -4235 ((-1288 (-701 (-419 (-971 |#1|)))) (-656 (-1197)) (-701 (-419 (-971 |#1|))))) (-15 -4235 ((-1288 (-701 (-971 |#1|))) (-656 (-1197)) (-701 (-971 |#1|)))) (-15 -4235 ((-1288 (-701 |#1|)) (-656 (-701 |#1|)))) (-15 -3219 ((-1288 |#1|) (-701 |#1|) (-656 (-701 |#1|))))) (-374)) (T -1107))
+((-3219 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-701 *5))) (-5 *3 (-701 *5)) (-4 *5 (-374)) (-5 *2 (-1288 *5)) (-5 *1 (-1107 *5)))) (-4235 (*1 *2 *3) (-12 (-5 *3 (-656 (-701 *4))) (-4 *4 (-374)) (-5 *2 (-1288 (-701 *4))) (-5 *1 (-1107 *4)))) (-4235 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-1197))) (-4 *5 (-374)) (-5 *2 (-1288 (-701 (-971 *5)))) (-5 *1 (-1107 *5)) (-5 *4 (-701 (-971 *5))))) (-4235 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-1197))) (-4 *5 (-374)) (-5 *2 (-1288 (-701 (-419 (-971 *5))))) (-5 *1 (-1107 *5)) (-5 *4 (-701 (-419 (-971 *5)))))))
+(-10 -7 (-15 -4235 ((-1288 (-701 (-419 (-971 |#1|)))) (-656 (-1197)) (-701 (-419 (-971 |#1|))))) (-15 -4235 ((-1288 (-701 (-971 |#1|))) (-656 (-1197)) (-701 (-971 |#1|)))) (-15 -4235 ((-1288 (-701 |#1|)) (-656 (-701 |#1|)))) (-15 -3219 ((-1288 |#1|) (-701 |#1|) (-656 (-701 |#1|)))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2267 (((-656 (-783)) $) NIL) (((-656 (-783)) $ (-1197)) NIL)) (-3139 (((-783) $) NIL) (((-783) $ (-1197)) NIL)) (-1583 (((-656 (-1109 (-1197))) $) NIL)) (-1420 (((-1193 $) $ (-1109 (-1197))) NIL) (((-1193 |#1|) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2392 (((-783) $) NIL) (((-783) $ (-656 (-1109 (-1197)))) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4068 (($ $) NIL (|has| |#1| (-464)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-3825 (($ $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-1109 (-1197)) "failed") $) NIL) (((-3 (-1197) "failed") $) NIL) (((-3 (-1146 |#1| (-1197)) "failed") $) NIL)) (-2318 ((|#1| $) NIL) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-1109 (-1197)) $) NIL) (((-1197) $) NIL) (((-1146 |#1| (-1197)) $) NIL)) (-1751 (($ $ $ (-1109 (-1197))) NIL (|has| |#1| (-174)))) (-3310 (($ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1770 (($ $) NIL (|has| |#1| (-464))) (($ $ (-1109 (-1197))) NIL (|has| |#1| (-464)))) (-3297 (((-656 $) $) NIL)) (-3742 (((-112) $) NIL (|has| |#1| (-928)))) (-4308 (($ $ |#1| (-543 (-1109 (-1197))) $) NIL)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (-12 (|has| (-1109 (-1197)) (-901 (-390))) (|has| |#1| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (-12 (|has| (-1109 (-1197)) (-901 (-576))) (|has| |#1| (-901 (-576)))))) (-1760 (((-783) $ (-1197)) NIL) (((-783) $) NIL)) (-3315 (((-112) $) NIL)) (-2509 (((-783) $) NIL)) (-1572 (($ (-1193 |#1|) (-1109 (-1197))) NIL) (($ (-1193 $) (-1109 (-1197))) NIL)) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-543 (-1109 (-1197)))) NIL) (($ $ (-1109 (-1197)) (-783)) NIL) (($ $ (-656 (-1109 (-1197))) (-656 (-783))) NIL)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ (-1109 (-1197))) NIL)) (-4269 (((-543 (-1109 (-1197))) $) NIL) (((-783) $ (-1109 (-1197))) NIL) (((-656 (-783)) $ (-656 (-1109 (-1197)))) NIL)) (-1504 (($ (-1 (-543 (-1109 (-1197))) (-543 (-1109 (-1197)))) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-2840 (((-1 $ (-783)) (-1197)) NIL) (((-1 $ (-783)) $) NIL (|has| |#1| (-238)))) (-1706 (((-3 (-1109 (-1197)) "failed") $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) NIL) (((-701 |#1|) (-1288 $)) NIL)) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-4195 (((-1109 (-1197)) $) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-4185 (((-1179) $) NIL)) (-1910 (((-112) $) NIL)) (-4383 (((-3 (-656 $) "failed") $) NIL)) (-2453 (((-3 (-656 $) "failed") $) NIL)) (-2344 (((-3 (-2 (|:| |var| (-1109 (-1197))) (|:| -3744 (-783))) "failed") $) NIL)) (-2296 (($ $) NIL)) (-3117 (((-1141) $) NIL)) (-1677 (((-112) $) NIL)) (-1684 ((|#1| $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-464)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-1452 (((-430 $) $) NIL (|has| |#1| (-928)))) (-1943 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-2143 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-1109 (-1197)) |#1|) NIL) (($ $ (-656 (-1109 (-1197))) (-656 |#1|)) NIL) (($ $ (-1109 (-1197)) $) NIL) (($ $ (-656 (-1109 (-1197))) (-656 $)) NIL) (($ $ (-1197) $) NIL (|has| |#1| (-238))) (($ $ (-656 (-1197)) (-656 $)) NIL (|has| |#1| (-238))) (($ $ (-1197) |#1|) NIL (|has| |#1| (-238))) (($ $ (-656 (-1197)) (-656 |#1|)) NIL (|has| |#1| (-238)))) (-3053 (($ $ (-1109 (-1197))) NIL (|has| |#1| (-174)))) (-4107 (($ $ (-656 (-1109 (-1197))) (-656 (-783))) NIL) (($ $ (-1109 (-1197)) (-783)) NIL) (($ $ (-656 (-1109 (-1197)))) NIL) (($ $ (-1109 (-1197))) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197)))) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237)))) (-3040 (((-656 (-1197)) $) NIL)) (-2786 (((-543 (-1109 (-1197))) $) NIL) (((-783) $ (-1109 (-1197))) NIL) (((-656 (-783)) $ (-656 (-1109 (-1197)))) NIL) (((-783) $ (-1197)) NIL)) (-1554 (((-907 (-390)) $) NIL (-12 (|has| (-1109 (-1197)) (-626 (-907 (-390)))) (|has| |#1| (-626 (-907 (-390)))))) (((-907 (-576)) $) NIL (-12 (|has| (-1109 (-1197)) (-626 (-907 (-576)))) (|has| |#1| (-626 (-907 (-576)))))) (((-548) $) NIL (-12 (|has| (-1109 (-1197)) (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-3929 ((|#1| $) NIL (|has| |#1| (-464))) (($ $ (-1109 (-1197))) NIL (|has| |#1| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-928))))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-1109 (-1197))) NIL) (($ (-1197)) NIL) (($ (-1146 |#1| (-1197))) NIL) (($ (-419 (-576))) NIL (-3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576)))))) (($ $) NIL (|has| |#1| (-568)))) (-1923 (((-656 |#1|) $) NIL)) (-1341 ((|#1| $ (-543 (-1109 (-1197)))) NIL) (($ $ (-1109 (-1197)) (-783)) NIL) (($ $ (-656 (-1109 (-1197))) (-656 (-783))) NIL)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#1| (-928))) (|has| |#1| (-146))))) (-2864 (((-783)) NIL T CONST)) (-3365 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-656 (-1109 (-1197))) (-656 (-783))) NIL) (($ $ (-1109 (-1197)) (-783)) NIL) (($ $ (-656 (-1109 (-1197)))) NIL) (($ $ (-1109 (-1197))) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197)))) (($ $) NIL (|has| |#1| (-237))) (($ $ (-783)) NIL (|has| |#1| (-237)))) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-1108 |#1|) (-13 (-260 |#1| (-1197) (-1109 (-1197)) (-543 (-1109 (-1197)))) (-1059 (-1146 |#1| (-1197)))) (-1070)) (T -1108))
+NIL
+(-13 (-260 |#1| (-1197) (-1109 (-1197)) (-543 (-1109 (-1197)))) (-1059 (-1146 |#1| (-1197))))
+((-1955 (((-112) $ $) NIL)) (-3139 (((-783) $) NIL)) (-1652 ((|#1| $) 10)) (-2981 (((-3 |#1| "failed") $) NIL)) (-2318 ((|#1| $) NIL)) (-1760 (((-783) $) 11)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-2840 (($ |#1| (-783)) 9)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4107 (($ $ (-783)) NIL) (($ $) NIL)) (-4114 (((-876) $) NIL) (($ |#1|) NIL)) (-3000 (((-112) $ $) NIL)) (-3157 (($ $ (-783)) NIL) (($ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 16)))
+(((-1109 |#1|) (-275 |#1|) (-862)) (T -1109))
NIL
(-275 |#1|)
-((-4114 (((-656 |#2|) (-1 |#2| |#1|) (-1113 |#1|)) 29 (|has| |#1| (-860))) (((-1113 |#2|) (-1 |#2| |#1|) (-1113 |#1|)) 14)))
-(((-1108 |#1| |#2|) (-10 -7 (-15 -4114 ((-1113 |#2|) (-1 |#2| |#1|) (-1113 |#1|))) (IF (|has| |#1| (-860)) (-15 -4114 ((-656 |#2|) (-1 |#2| |#1|) (-1113 |#1|))) |%noBranch|)) (-1236) (-1236)) (T -1108))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1113 *5)) (-4 *5 (-860)) (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-656 *6)) (-5 *1 (-1108 *5 *6)))) (-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1113 *5)) (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-1113 *6)) (-5 *1 (-1108 *5 *6)))))
-(-10 -7 (-15 -4114 ((-1113 |#2|) (-1 |#2| |#1|) (-1113 |#1|))) (IF (|has| |#1| (-860)) (-15 -4114 ((-656 |#2|) (-1 |#2| |#1|) (-1113 |#1|))) |%noBranch|))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 16) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1707 (((-656 (-1154)) $) 10)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1109) (-13 (-1102) (-10 -8 (-15 -1707 ((-656 (-1154)) $))))) (T -1109))
-((-1707 (*1 *2 *1) (-12 (-5 *2 (-656 (-1154))) (-5 *1 (-1109)))))
-(-13 (-1102) (-10 -8 (-15 -1707 ((-656 (-1154)) $))))
-((-4114 (((-1111 |#2|) (-1 |#2| |#1|) (-1111 |#1|)) 19)))
-(((-1110 |#1| |#2|) (-10 -7 (-15 -4114 ((-1111 |#2|) (-1 |#2| |#1|) (-1111 |#1|)))) (-1236) (-1236)) (T -1110))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1111 *5)) (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-1111 *6)) (-5 *1 (-1110 *5 *6)))))
-(-10 -7 (-15 -4114 ((-1111 |#2|) (-1 |#2| |#1|) (-1111 |#1|))))
-((-3486 (((-112) $ $) NIL (|has| (-1113 |#1|) (-1119)))) (-3052 (((-1195) $) NIL)) (-3531 (((-1113 |#1|) $) NIL)) (-3881 (((-1177) $) NIL (|has| (-1113 |#1|) (-1119)))) (-1448 (((-1139) $) NIL (|has| (-1113 |#1|) (-1119)))) (-2332 (($ (-1195) (-1113 |#1|)) NIL)) (-3567 (((-874) $) NIL (|has| (-1113 |#1|) (-1119)))) (-1540 (((-112) $ $) NIL (|has| (-1113 |#1|) (-1119)))) (-2921 (((-112) $ $) NIL (|has| (-1113 |#1|) (-1119)))))
-(((-1111 |#1|) (-13 (-1236) (-10 -8 (-15 -2332 ($ (-1195) (-1113 |#1|))) (-15 -3052 ((-1195) $)) (-15 -3531 ((-1113 |#1|) $)) (IF (|has| (-1113 |#1|) (-1119)) (-6 (-1119)) |%noBranch|))) (-1236)) (T -1111))
-((-2332 (*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-1113 *4)) (-4 *4 (-1236)) (-5 *1 (-1111 *4)))) (-3052 (*1 *2 *1) (-12 (-5 *2 (-1195)) (-5 *1 (-1111 *3)) (-4 *3 (-1236)))) (-3531 (*1 *2 *1) (-12 (-5 *2 (-1113 *3)) (-5 *1 (-1111 *3)) (-4 *3 (-1236)))))
-(-13 (-1236) (-10 -8 (-15 -2332 ($ (-1195) (-1113 |#1|))) (-15 -3052 ((-1195) $)) (-15 -3531 ((-1113 |#1|) $)) (IF (|has| (-1113 |#1|) (-1119)) (-6 (-1119)) |%noBranch|)))
-((-3531 (($ |#1| |#1|) 8)) (-2395 ((|#1| $) 11)) (-3110 ((|#1| $) 13)) (-4217 (((-576) $) 9)) (-3293 ((|#1| $) 10)) (-4227 ((|#1| $) 12)) (-4169 (($ |#1|) 6)) (-1783 (($ |#1| |#1|) 15)) (-2664 (($ $ (-576)) 14)))
-(((-1112 |#1|) (-141) (-1236)) (T -1112))
-((-1783 (*1 *1 *2 *2) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1236)))) (-2664 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-1112 *3)) (-4 *3 (-1236)))) (-3110 (*1 *2 *1) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1236)))) (-4227 (*1 *2 *1) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1236)))) (-2395 (*1 *2 *1) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1236)))) (-3293 (*1 *2 *1) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1236)))) (-4217 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1236)) (-5 *2 (-576)))) (-3531 (*1 *1 *2 *2) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1236)))))
-(-13 (-630 |t#1|) (-10 -8 (-15 -1783 ($ |t#1| |t#1|)) (-15 -2664 ($ $ (-576))) (-15 -3110 (|t#1| $)) (-15 -4227 (|t#1| $)) (-15 -2395 (|t#1| $)) (-15 -3293 (|t#1| $)) (-15 -4217 ((-576) $)) (-15 -3531 ($ |t#1| |t#1|))))
+((-2423 (((-656 |#2|) (-1 |#2| |#1|) (-1115 |#1|)) 29 (|has| |#1| (-860))) (((-1115 |#2|) (-1 |#2| |#1|) (-1115 |#1|)) 14)))
+(((-1110 |#1| |#2|) (-10 -7 (-15 -2423 ((-1115 |#2|) (-1 |#2| |#1|) (-1115 |#1|))) (IF (|has| |#1| (-860)) (-15 -2423 ((-656 |#2|) (-1 |#2| |#1|) (-1115 |#1|))) |%noBranch|)) (-1238) (-1238)) (T -1110))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1115 *5)) (-4 *5 (-860)) (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-656 *6)) (-5 *1 (-1110 *5 *6)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1115 *5)) (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-1115 *6)) (-5 *1 (-1110 *5 *6)))))
+(-10 -7 (-15 -2423 ((-1115 |#2|) (-1 |#2| |#1|) (-1115 |#1|))) (IF (|has| |#1| (-860)) (-15 -2423 ((-656 |#2|) (-1 |#2| |#1|) (-1115 |#1|))) |%noBranch|))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 16) (($ (-1202)) NIL) (((-1202) $) NIL)) (-2086 (((-656 (-1156)) $) 10)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1111) (-13 (-1104) (-10 -8 (-15 -2086 ((-656 (-1156)) $))))) (T -1111))
+((-2086 (*1 *2 *1) (-12 (-5 *2 (-656 (-1156))) (-5 *1 (-1111)))))
+(-13 (-1104) (-10 -8 (-15 -2086 ((-656 (-1156)) $))))
+((-2423 (((-1113 |#2|) (-1 |#2| |#1|) (-1113 |#1|)) 19)))
+(((-1112 |#1| |#2|) (-10 -7 (-15 -2423 ((-1113 |#2|) (-1 |#2| |#1|) (-1113 |#1|)))) (-1238) (-1238)) (T -1112))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1113 *5)) (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-1113 *6)) (-5 *1 (-1112 *5 *6)))))
+(-10 -7 (-15 -2423 ((-1113 |#2|) (-1 |#2| |#1|) (-1113 |#1|))))
+((-1955 (((-112) $ $) NIL (|has| (-1115 |#1|) (-1121)))) (-1652 (((-1197) $) NIL)) (-2402 (((-1115 |#1|) $) NIL)) (-4185 (((-1179) $) NIL (|has| (-1115 |#1|) (-1121)))) (-3117 (((-1141) $) NIL (|has| (-1115 |#1|) (-1121)))) (-2442 (($ (-1197) (-1115 |#1|)) NIL)) (-4114 (((-876) $) NIL (|has| (-1115 |#1|) (-1121)))) (-3000 (((-112) $ $) NIL (|has| (-1115 |#1|) (-1121)))) (-3939 (((-112) $ $) NIL (|has| (-1115 |#1|) (-1121)))))
+(((-1113 |#1|) (-13 (-1238) (-10 -8 (-15 -2442 ($ (-1197) (-1115 |#1|))) (-15 -1652 ((-1197) $)) (-15 -2402 ((-1115 |#1|) $)) (IF (|has| (-1115 |#1|) (-1121)) (-6 (-1121)) |%noBranch|))) (-1238)) (T -1113))
+((-2442 (*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-1115 *4)) (-4 *4 (-1238)) (-5 *1 (-1113 *4)))) (-1652 (*1 *2 *1) (-12 (-5 *2 (-1197)) (-5 *1 (-1113 *3)) (-4 *3 (-1238)))) (-2402 (*1 *2 *1) (-12 (-5 *2 (-1115 *3)) (-5 *1 (-1113 *3)) (-4 *3 (-1238)))))
+(-13 (-1238) (-10 -8 (-15 -2442 ($ (-1197) (-1115 |#1|))) (-15 -1652 ((-1197) $)) (-15 -2402 ((-1115 |#1|) $)) (IF (|has| (-1115 |#1|) (-1121)) (-6 (-1121)) |%noBranch|)))
+((-2402 (($ |#1| |#1|) 8)) (-1391 ((|#1| $) 11)) (-1695 ((|#1| $) 13)) (-2656 (((-576) $) 9)) (-3312 ((|#1| $) 10)) (-2668 ((|#1| $) 12)) (-1554 (($ |#1|) 6)) (-2497 (($ |#1| |#1|) 15)) (-3715 (($ $ (-576)) 14)))
+(((-1114 |#1|) (-141) (-1238)) (T -1114))
+((-2497 (*1 *1 *2 *2) (-12 (-4 *1 (-1114 *2)) (-4 *2 (-1238)))) (-3715 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-1114 *3)) (-4 *3 (-1238)))) (-1695 (*1 *2 *1) (-12 (-4 *1 (-1114 *2)) (-4 *2 (-1238)))) (-2668 (*1 *2 *1) (-12 (-4 *1 (-1114 *2)) (-4 *2 (-1238)))) (-1391 (*1 *2 *1) (-12 (-4 *1 (-1114 *2)) (-4 *2 (-1238)))) (-3312 (*1 *2 *1) (-12 (-4 *1 (-1114 *2)) (-4 *2 (-1238)))) (-2656 (*1 *2 *1) (-12 (-4 *1 (-1114 *3)) (-4 *3 (-1238)) (-5 *2 (-576)))) (-2402 (*1 *1 *2 *2) (-12 (-4 *1 (-1114 *2)) (-4 *2 (-1238)))))
+(-13 (-630 |t#1|) (-10 -8 (-15 -2497 ($ |t#1| |t#1|)) (-15 -3715 ($ $ (-576))) (-15 -1695 (|t#1| $)) (-15 -2668 (|t#1| $)) (-15 -1391 (|t#1| $)) (-15 -3312 (|t#1| $)) (-15 -2656 ((-576) $)) (-15 -2402 ($ |t#1| |t#1|))))
(((-630 |#1|) . T))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-3531 (($ |#1| |#1|) 16)) (-4114 (((-656 |#1|) (-1 |#1| |#1|) $) 46 (|has| |#1| (-860)))) (-2395 ((|#1| $) 12)) (-3110 ((|#1| $) 11)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-4217 (((-576) $) 15)) (-3293 ((|#1| $) 14)) (-4227 ((|#1| $) 13)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-1937 (((-656 |#1|) $) 44 (|has| |#1| (-860))) (((-656 |#1|) (-656 $)) 43 (|has| |#1| (-860)))) (-4169 (($ |#1|) 29)) (-3567 (((-874) $) 28 (|has| |#1| (-1119)))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-1783 (($ |#1| |#1|) 10)) (-2664 (($ $ (-576)) 17)) (-2921 (((-112) $ $) 22 (|has| |#1| (-1119)))))
-(((-1113 |#1|) (-13 (-1112 |#1|) (-10 -7 (IF (|has| |#1| (-1119)) (-6 (-1119)) |%noBranch|) (IF (|has| |#1| (-860)) (-6 (-1114 |#1| (-656 |#1|))) |%noBranch|))) (-1236)) (T -1113))
-NIL
-(-13 (-1112 |#1|) (-10 -7 (IF (|has| |#1| (-1119)) (-6 (-1119)) |%noBranch|) (IF (|has| |#1| (-860)) (-6 (-1114 |#1| (-656 |#1|))) |%noBranch|)))
-((-3531 (($ |#1| |#1|) 8)) (-4114 ((|#2| (-1 |#1| |#1|) $) 16)) (-2395 ((|#1| $) 11)) (-3110 ((|#1| $) 13)) (-4217 (((-576) $) 9)) (-3293 ((|#1| $) 10)) (-4227 ((|#1| $) 12)) (-1937 ((|#2| (-656 $)) 18) ((|#2| $) 17)) (-4169 (($ |#1|) 6)) (-1783 (($ |#1| |#1|) 15)) (-2664 (($ $ (-576)) 14)))
-(((-1114 |#1| |#2|) (-141) (-860) (-1168 |t#1|)) (T -1114))
-((-1937 (*1 *2 *3) (-12 (-5 *3 (-656 *1)) (-4 *1 (-1114 *4 *2)) (-4 *4 (-860)) (-4 *2 (-1168 *4)))) (-1937 (*1 *2 *1) (-12 (-4 *1 (-1114 *3 *2)) (-4 *3 (-860)) (-4 *2 (-1168 *3)))) (-4114 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1114 *4 *2)) (-4 *4 (-860)) (-4 *2 (-1168 *4)))))
-(-13 (-1112 |t#1|) (-10 -8 (-15 -1937 (|t#2| (-656 $))) (-15 -1937 (|t#2| $)) (-15 -4114 (|t#2| (-1 |t#1| |t#1|) $))))
-(((-630 |#1|) . T) ((-1112 |#1|) . T))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-3966 (((-1154) $) 12)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 18) (($ (-1200)) NIL) (((-1200) $) NIL)) (-2636 (((-656 (-1154)) $) 10)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1115) (-13 (-1102) (-10 -8 (-15 -2636 ((-656 (-1154)) $)) (-15 -3966 ((-1154) $))))) (T -1115))
-((-2636 (*1 *2 *1) (-12 (-5 *2 (-656 (-1154))) (-5 *1 (-1115)))) (-3966 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1115)))))
-(-13 (-1102) (-10 -8 (-15 -2636 ((-656 (-1154)) $)) (-15 -3966 ((-1154) $))))
-((-1818 (($ $ $) NIL) (($ $ |#2|) 13) (($ |#2| $) 14)) (-3758 (($ $ $) 10)) (-1441 (($ $ $) NIL) (($ $ |#2|) 15)))
-(((-1116 |#1| |#2|) (-10 -8 (-15 -1818 (|#1| |#2| |#1|)) (-15 -1818 (|#1| |#1| |#2|)) (-15 -1818 (|#1| |#1| |#1|)) (-15 -3758 (|#1| |#1| |#1|)) (-15 -1441 (|#1| |#1| |#2|)) (-15 -1441 (|#1| |#1| |#1|))) (-1117 |#2|) (-1119)) (T -1116))
-NIL
-(-10 -8 (-15 -1818 (|#1| |#2| |#1|)) (-15 -1818 (|#1| |#1| |#2|)) (-15 -1818 (|#1| |#1| |#1|)) (-15 -3758 (|#1| |#1| |#1|)) (-15 -1441 (|#1| |#1| |#2|)) (-15 -1441 (|#1| |#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-1818 (($ $ $) 19) (($ $ |#1|) 18) (($ |#1| $) 17)) (-3758 (($ $ $) 21)) (-3595 (((-112) $ $) 20)) (-3733 (((-112) $ (-783)) 36)) (-2066 (($) 26) (($ (-656 |#1|)) 25)) (-1966 (($ (-1 (-112) |#1|) $) 57 (|has| $ (-6 -4462)))) (-2135 (($) 37 T CONST)) (-1640 (($ $) 60 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3942 (($ |#1| $) 59 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 58 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 55 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) 54 (|has| $ (-6 -4462)))) (-3963 (((-656 |#1|) $) 44 (|has| $ (-6 -4462)))) (-1446 (((-112) $ $) 29)) (-2476 (((-112) $ (-783)) 35)) (-3452 (((-656 |#1|) $) 45 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 47 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#1| |#1|) $) 40 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 39)) (-2460 (((-112) $ (-783)) 34)) (-3881 (((-1177) $) 10)) (-2037 (($ $ $) 24)) (-1448 (((-1139) $) 11)) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 53)) (-3626 (((-112) (-1 (-112) |#1|) $) 42 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 |#1|) (-656 |#1|)) 51 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 50 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 49 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 (-304 |#1|))) 48 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 30)) (-4205 (((-112) $) 33)) (-1854 (($) 32)) (-1441 (($ $ $) 23) (($ $ |#1|) 22)) (-1458 (((-783) |#1| $) 46 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) (((-783) (-1 (-112) |#1|) $) 43 (|has| $ (-6 -4462)))) (-1868 (($ $) 31)) (-4169 (((-548) $) 61 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 52)) (-3567 (((-874) $) 12)) (-1893 (($) 28) (($ (-656 |#1|)) 27)) (-1540 (((-112) $ $) 9)) (-2306 (((-112) (-1 (-112) |#1|) $) 41 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 7)) (-3500 (((-783) $) 38 (|has| $ (-6 -4462)))))
-(((-1117 |#1|) (-141) (-1119)) (T -1117))
-((-1446 (*1 *2 *1 *1) (-12 (-4 *1 (-1117 *3)) (-4 *3 (-1119)) (-5 *2 (-112)))) (-1893 (*1 *1) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119)))) (-1893 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-4 *1 (-1117 *3)))) (-2066 (*1 *1) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119)))) (-2066 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-4 *1 (-1117 *3)))) (-2037 (*1 *1 *1 *1) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119)))) (-1441 (*1 *1 *1 *1) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119)))) (-1441 (*1 *1 *1 *2) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119)))) (-3758 (*1 *1 *1 *1) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119)))) (-3595 (*1 *2 *1 *1) (-12 (-4 *1 (-1117 *3)) (-4 *3 (-1119)) (-5 *2 (-112)))) (-1818 (*1 *1 *1 *1) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119)))) (-1818 (*1 *1 *1 *2) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119)))) (-1818 (*1 *1 *2 *1) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119)))))
-(-13 (-1119) (-152 |t#1|) (-10 -8 (-6 -4452) (-15 -1446 ((-112) $ $)) (-15 -1893 ($)) (-15 -1893 ($ (-656 |t#1|))) (-15 -2066 ($)) (-15 -2066 ($ (-656 |t#1|))) (-15 -2037 ($ $ $)) (-15 -1441 ($ $ $)) (-15 -1441 ($ $ |t#1|)) (-15 -3758 ($ $ $)) (-15 -3595 ((-112) $ $)) (-15 -1818 ($ $ $)) (-15 -1818 ($ $ |t#1|)) (-15 -1818 ($ |t#1| $))))
-(((-34) . T) ((-102) . T) ((-625 (-874)) . T) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1119) . T) ((-1236) . T))
-((-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 8)) (-1540 (((-112) $ $) 12)))
-(((-1118 |#1|) (-10 -8 (-15 -1540 ((-112) |#1| |#1|)) (-15 -3881 ((-1177) |#1|)) (-15 -1448 ((-1139) |#1|))) (-1119)) (T -1118))
-NIL
-(-10 -8 (-15 -1540 ((-112) |#1| |#1|)) (-15 -3881 ((-1177) |#1|)) (-15 -1448 ((-1139) |#1|)))
-((-3486 (((-112) $ $) 6)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)))
-(((-1119) (-141)) (T -1119))
-((-1448 (*1 *2 *1) (-12 (-4 *1 (-1119)) (-5 *2 (-1139)))) (-3881 (*1 *2 *1) (-12 (-4 *1 (-1119)) (-5 *2 (-1177)))) (-1540 (*1 *2 *1 *1) (-12 (-4 *1 (-1119)) (-5 *2 (-112)))))
-(-13 (-102) (-625 (-874)) (-10 -8 (-15 -1448 ((-1139) $)) (-15 -3881 ((-1177) $)) (-15 -1540 ((-112) $ $))))
-(((-102) . T) ((-625 (-874)) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-2093 (((-783)) 36)) (-1706 (($ (-656 (-938))) 70)) (-3815 (((-3 $ "failed") $ (-938) (-938)) 81)) (-1834 (($) 40)) (-3239 (((-112) (-938) $) 42)) (-4379 (((-938) $) 64)) (-3881 (((-1177) $) NIL)) (-3222 (($ (-938)) 39)) (-2550 (((-3 $ "failed") $ (-938)) 77)) (-1448 (((-1139) $) NIL)) (-3519 (((-1286 $)) 47)) (-3897 (((-656 (-938)) $) 27)) (-3640 (((-783) $ (-938) (-938)) 78)) (-3567 (((-874) $) 32)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 24)))
-(((-1120 |#1| |#2|) (-13 (-379) (-10 -8 (-15 -2550 ((-3 $ "failed") $ (-938))) (-15 -3815 ((-3 $ "failed") $ (-938) (-938))) (-15 -3897 ((-656 (-938)) $)) (-15 -1706 ($ (-656 (-938)))) (-15 -3519 ((-1286 $))) (-15 -3239 ((-112) (-938) $)) (-15 -3640 ((-783) $ (-938) (-938))))) (-938) (-938)) (T -1120))
-((-2550 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-938)) (-5 *1 (-1120 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-3815 (*1 *1 *1 *2 *2) (|partial| -12 (-5 *2 (-938)) (-5 *1 (-1120 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-3897 (*1 *2 *1) (-12 (-5 *2 (-656 (-938))) (-5 *1 (-1120 *3 *4)) (-14 *3 (-938)) (-14 *4 (-938)))) (-1706 (*1 *1 *2) (-12 (-5 *2 (-656 (-938))) (-5 *1 (-1120 *3 *4)) (-14 *3 (-938)) (-14 *4 (-938)))) (-3519 (*1 *2) (-12 (-5 *2 (-1286 (-1120 *3 *4))) (-5 *1 (-1120 *3 *4)) (-14 *3 (-938)) (-14 *4 (-938)))) (-3239 (*1 *2 *3 *1) (-12 (-5 *3 (-938)) (-5 *2 (-112)) (-5 *1 (-1120 *4 *5)) (-14 *4 *3) (-14 *5 *3))) (-3640 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-938)) (-5 *2 (-783)) (-5 *1 (-1120 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
-(-13 (-379) (-10 -8 (-15 -2550 ((-3 $ "failed") $ (-938))) (-15 -3815 ((-3 $ "failed") $ (-938) (-938))) (-15 -3897 ((-656 (-938)) $)) (-15 -1706 ($ (-656 (-938)))) (-15 -3519 ((-1286 $))) (-15 -3239 ((-112) (-938) $)) (-15 -3640 ((-783) $ (-938) (-938)))))
-((-3486 (((-112) $ $) NIL)) (-3328 (($) NIL (|has| |#1| (-379)))) (-1818 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 83)) (-3758 (($ $ $) 81)) (-3595 (((-112) $ $) 82)) (-3733 (((-112) $ (-783)) NIL)) (-2093 (((-783)) NIL (|has| |#1| (-379)))) (-2066 (($ (-656 |#1|)) NIL) (($) 13)) (-4394 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3516 (($ |#1| $) 74 (|has| $ (-6 -4462))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3942 (($ |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 41 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) 39 (|has| $ (-6 -4462)))) (-1834 (($) NIL (|has| |#1| (-379)))) (-3963 (((-656 |#1|) $) 19 (|has| $ (-6 -4462)))) (-1446 (((-112) $ $) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3123 ((|#1| $) 55 (|has| |#1| (-862)))) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 73 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-2352 ((|#1| $) 53 (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) 33 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 34)) (-4379 (((-938) $) NIL (|has| |#1| (-379)))) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL)) (-2037 (($ $ $) 79)) (-4219 ((|#1| $) 25)) (-2767 (($ |#1| $) 69)) (-3222 (($ (-938)) NIL (|has| |#1| (-379)))) (-1448 (((-1139) $) NIL)) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 31)) (-4436 ((|#1| $) 27)) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) 21)) (-1854 (($) 11)) (-1441 (($ $ |#1|) NIL) (($ $ $) 80)) (-2089 (($) NIL) (($ (-656 |#1|)) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) 16)) (-4169 (((-548) $) 50 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 62)) (-2842 (($ $) NIL (|has| |#1| (-379)))) (-3567 (((-874) $) NIL)) (-1804 (((-783) $) NIL)) (-1893 (($ (-656 |#1|)) NIL) (($) 12)) (-1540 (((-112) $ $) NIL)) (-2847 (($ (-656 |#1|)) NIL)) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 52)) (-3500 (((-783) $) 10 (|has| $ (-6 -4462)))))
-(((-1121 |#1|) (-437 |#1|) (-1119)) (T -1121))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-2402 (($ |#1| |#1|) 16)) (-2423 (((-656 |#1|) (-1 |#1| |#1|) $) 46 (|has| |#1| (-860)))) (-1391 ((|#1| $) 12)) (-1695 ((|#1| $) 11)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-2656 (((-576) $) 15)) (-3312 ((|#1| $) 14)) (-2668 ((|#1| $) 13)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-3567 (((-656 |#1|) $) 44 (|has| |#1| (-860))) (((-656 |#1|) (-656 $)) 43 (|has| |#1| (-860)))) (-1554 (($ |#1|) 29)) (-4114 (((-876) $) 28 (|has| |#1| (-1121)))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-2497 (($ |#1| |#1|) 10)) (-3715 (($ $ (-576)) 17)) (-3939 (((-112) $ $) 22 (|has| |#1| (-1121)))))
+(((-1115 |#1|) (-13 (-1114 |#1|) (-10 -7 (IF (|has| |#1| (-1121)) (-6 (-1121)) |%noBranch|) (IF (|has| |#1| (-860)) (-6 (-1116 |#1| (-656 |#1|))) |%noBranch|))) (-1238)) (T -1115))
+NIL
+(-13 (-1114 |#1|) (-10 -7 (IF (|has| |#1| (-1121)) (-6 (-1121)) |%noBranch|) (IF (|has| |#1| (-860)) (-6 (-1116 |#1| (-656 |#1|))) |%noBranch|)))
+((-2402 (($ |#1| |#1|) 8)) (-2423 ((|#2| (-1 |#1| |#1|) $) 16)) (-1391 ((|#1| $) 11)) (-1695 ((|#1| $) 13)) (-2656 (((-576) $) 9)) (-3312 ((|#1| $) 10)) (-2668 ((|#1| $) 12)) (-3567 ((|#2| (-656 $)) 18) ((|#2| $) 17)) (-1554 (($ |#1|) 6)) (-2497 (($ |#1| |#1|) 15)) (-3715 (($ $ (-576)) 14)))
+(((-1116 |#1| |#2|) (-141) (-860) (-1170 |t#1|)) (T -1116))
+((-3567 (*1 *2 *3) (-12 (-5 *3 (-656 *1)) (-4 *1 (-1116 *4 *2)) (-4 *4 (-860)) (-4 *2 (-1170 *4)))) (-3567 (*1 *2 *1) (-12 (-4 *1 (-1116 *3 *2)) (-4 *3 (-860)) (-4 *2 (-1170 *3)))) (-2423 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1116 *4 *2)) (-4 *4 (-860)) (-4 *2 (-1170 *4)))))
+(-13 (-1114 |t#1|) (-10 -8 (-15 -3567 (|t#2| (-656 $))) (-15 -3567 (|t#2| $)) (-15 -2423 (|t#2| (-1 |t#1| |t#1|) $))))
+(((-630 |#1|) . T) ((-1114 |#1|) . T))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-2850 (((-1156) $) 12)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 18) (($ (-1202)) NIL) (((-1202) $) NIL)) (-4159 (((-656 (-1156)) $) 10)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1117) (-13 (-1104) (-10 -8 (-15 -4159 ((-656 (-1156)) $)) (-15 -2850 ((-1156) $))))) (T -1117))
+((-4159 (*1 *2 *1) (-12 (-5 *2 (-656 (-1156))) (-5 *1 (-1117)))) (-2850 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1117)))))
+(-13 (-1104) (-10 -8 (-15 -4159 ((-656 (-1156)) $)) (-15 -2850 ((-1156) $))))
+((-4025 (($ $ $) NIL) (($ $ |#2|) 13) (($ |#2| $) 14)) (-2211 (($ $ $) 10)) (-3206 (($ $ $) NIL) (($ $ |#2|) 15)))
+(((-1118 |#1| |#2|) (-10 -8 (-15 -4025 (|#1| |#2| |#1|)) (-15 -4025 (|#1| |#1| |#2|)) (-15 -4025 (|#1| |#1| |#1|)) (-15 -2211 (|#1| |#1| |#1|)) (-15 -3206 (|#1| |#1| |#2|)) (-15 -3206 (|#1| |#1| |#1|))) (-1119 |#2|) (-1121)) (T -1118))
+NIL
+(-10 -8 (-15 -4025 (|#1| |#2| |#1|)) (-15 -4025 (|#1| |#1| |#2|)) (-15 -4025 (|#1| |#1| |#1|)) (-15 -2211 (|#1| |#1| |#1|)) (-15 -3206 (|#1| |#1| |#2|)) (-15 -3206 (|#1| |#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-4025 (($ $ $) 19) (($ $ |#1|) 18) (($ |#1| $) 17)) (-2211 (($ $ $) 21)) (-3149 (((-112) $ $) 20)) (-1951 (((-112) $ (-783)) 36)) (-3703 (($) 26) (($ (-656 |#1|)) 25)) (-3604 (($ (-1 (-112) |#1|) $) 57 (|has| $ (-6 -4464)))) (-3853 (($) 37 T CONST)) (-2741 (($ $) 60 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2824 (($ |#1| $) 59 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 58 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 55 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) 54 (|has| $ (-6 -4464)))) (-3722 (((-656 |#1|) $) 44 (|has| $ (-6 -4464)))) (-2132 (((-112) $ $) 29)) (-4157 (((-112) $ (-783)) 35)) (-4302 (((-656 |#1|) $) 45 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 47 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#1| |#1|) $) 40 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 39)) (-4002 (((-112) $ (-783)) 34)) (-4185 (((-1179) $) 10)) (-2157 (($ $ $) 24)) (-3117 (((-1141) $) 11)) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 53)) (-3484 (((-112) (-1 (-112) |#1|) $) 42 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 |#1|) (-656 |#1|)) 51 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 50 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 49 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 (-304 |#1|))) 48 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 30)) (-4190 (((-112) $) 33)) (-3029 (($) 32)) (-3206 (($ $ $) 23) (($ $ |#1|) 22)) (-3131 (((-783) |#1| $) 46 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) (((-783) (-1 (-112) |#1|) $) 43 (|has| $ (-6 -4464)))) (-4287 (($ $) 31)) (-1554 (((-548) $) 61 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 52)) (-4114 (((-876) $) 12)) (-1515 (($) 28) (($ (-656 |#1|)) 27)) (-3000 (((-112) $ $) 9)) (-1746 (((-112) (-1 (-112) |#1|) $) 41 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 7)) (-1968 (((-783) $) 38 (|has| $ (-6 -4464)))))
+(((-1119 |#1|) (-141) (-1121)) (T -1119))
+((-2132 (*1 *2 *1 *1) (-12 (-4 *1 (-1119 *3)) (-4 *3 (-1121)) (-5 *2 (-112)))) (-1515 (*1 *1) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121)))) (-1515 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-4 *1 (-1119 *3)))) (-3703 (*1 *1) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121)))) (-3703 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-4 *1 (-1119 *3)))) (-2157 (*1 *1 *1 *1) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121)))) (-3206 (*1 *1 *1 *1) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121)))) (-3206 (*1 *1 *1 *2) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121)))) (-2211 (*1 *1 *1 *1) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121)))) (-3149 (*1 *2 *1 *1) (-12 (-4 *1 (-1119 *3)) (-4 *3 (-1121)) (-5 *2 (-112)))) (-4025 (*1 *1 *1 *1) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121)))) (-4025 (*1 *1 *1 *2) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121)))) (-4025 (*1 *1 *2 *1) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121)))))
+(-13 (-1121) (-152 |t#1|) (-10 -8 (-6 -4454) (-15 -2132 ((-112) $ $)) (-15 -1515 ($)) (-15 -1515 ($ (-656 |t#1|))) (-15 -3703 ($)) (-15 -3703 ($ (-656 |t#1|))) (-15 -2157 ($ $ $)) (-15 -3206 ($ $ $)) (-15 -3206 ($ $ |t#1|)) (-15 -2211 ($ $ $)) (-15 -3149 ((-112) $ $)) (-15 -4025 ($ $ $)) (-15 -4025 ($ $ |t#1|)) (-15 -4025 ($ |t#1| $))))
+(((-34) . T) ((-102) . T) ((-625 (-876)) . T) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1121) . T) ((-1238) . T))
+((-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 8)) (-3000 (((-112) $ $) 12)))
+(((-1120 |#1|) (-10 -8 (-15 -3000 ((-112) |#1| |#1|)) (-15 -4185 ((-1179) |#1|)) (-15 -3117 ((-1141) |#1|))) (-1121)) (T -1120))
+NIL
+(-10 -8 (-15 -3000 ((-112) |#1| |#1|)) (-15 -4185 ((-1179) |#1|)) (-15 -3117 ((-1141) |#1|)))
+((-1955 (((-112) $ $) 6)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)))
+(((-1121) (-141)) (T -1121))
+((-3117 (*1 *2 *1) (-12 (-4 *1 (-1121)) (-5 *2 (-1141)))) (-4185 (*1 *2 *1) (-12 (-4 *1 (-1121)) (-5 *2 (-1179)))) (-3000 (*1 *2 *1 *1) (-12 (-4 *1 (-1121)) (-5 *2 (-112)))))
+(-13 (-102) (-625 (-876)) (-10 -8 (-15 -3117 ((-1141) $)) (-15 -4185 ((-1179) $)) (-15 -3000 ((-112) $ $))))
+(((-102) . T) ((-625 (-876)) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2200 (((-783)) 36)) (-2077 (($ (-656 (-940))) 70)) (-1605 (((-3 $ "failed") $ (-940) (-940)) 81)) (-4370 (($) 40)) (-4029 (((-112) (-940) $) 42)) (-2106 (((-940) $) 64)) (-4185 (((-1179) $) NIL)) (-2409 (($ (-940)) 39)) (-2384 (((-3 $ "failed") $ (-940)) 77)) (-3117 (((-1141) $) NIL)) (-1709 (((-1288 $)) 47)) (-4311 (((-656 (-940)) $) 27)) (-1991 (((-783) $ (-940) (-940)) 78)) (-4114 (((-876) $) 32)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 24)))
+(((-1122 |#1| |#2|) (-13 (-379) (-10 -8 (-15 -2384 ((-3 $ "failed") $ (-940))) (-15 -1605 ((-3 $ "failed") $ (-940) (-940))) (-15 -4311 ((-656 (-940)) $)) (-15 -2077 ($ (-656 (-940)))) (-15 -1709 ((-1288 $))) (-15 -4029 ((-112) (-940) $)) (-15 -1991 ((-783) $ (-940) (-940))))) (-940) (-940)) (T -1122))
+((-2384 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-940)) (-5 *1 (-1122 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-1605 (*1 *1 *1 *2 *2) (|partial| -12 (-5 *2 (-940)) (-5 *1 (-1122 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-4311 (*1 *2 *1) (-12 (-5 *2 (-656 (-940))) (-5 *1 (-1122 *3 *4)) (-14 *3 (-940)) (-14 *4 (-940)))) (-2077 (*1 *1 *2) (-12 (-5 *2 (-656 (-940))) (-5 *1 (-1122 *3 *4)) (-14 *3 (-940)) (-14 *4 (-940)))) (-1709 (*1 *2) (-12 (-5 *2 (-1288 (-1122 *3 *4))) (-5 *1 (-1122 *3 *4)) (-14 *3 (-940)) (-14 *4 (-940)))) (-4029 (*1 *2 *3 *1) (-12 (-5 *3 (-940)) (-5 *2 (-112)) (-5 *1 (-1122 *4 *5)) (-14 *4 *3) (-14 *5 *3))) (-1991 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-940)) (-5 *2 (-783)) (-5 *1 (-1122 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
+(-13 (-379) (-10 -8 (-15 -2384 ((-3 $ "failed") $ (-940))) (-15 -1605 ((-3 $ "failed") $ (-940) (-940))) (-15 -4311 ((-656 (-940)) $)) (-15 -2077 ($ (-656 (-940)))) (-15 -1709 ((-1288 $))) (-15 -4029 ((-112) (-940) $)) (-15 -1991 ((-783) $ (-940) (-940)))))
+((-1955 (((-112) $ $) NIL)) (-2368 (($) NIL (|has| |#1| (-379)))) (-4025 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 83)) (-2211 (($ $ $) 81)) (-3149 (((-112) $ $) 82)) (-1951 (((-112) $ (-783)) NIL)) (-2200 (((-783)) NIL (|has| |#1| (-379)))) (-3703 (($ (-656 |#1|)) NIL) (($) 13)) (-2250 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1678 (($ |#1| $) 74 (|has| $ (-6 -4464))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2824 (($ |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 41 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) 39 (|has| $ (-6 -4464)))) (-4370 (($) NIL (|has| |#1| (-379)))) (-3722 (((-656 |#1|) $) 19 (|has| $ (-6 -4464)))) (-2132 (((-112) $ $) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-2905 ((|#1| $) 55 (|has| |#1| (-862)))) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 73 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2163 ((|#1| $) 53 (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) 33 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 34)) (-2106 (((-940) $) NIL (|has| |#1| (-379)))) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL)) (-2157 (($ $ $) 79)) (-4306 ((|#1| $) 25)) (-3846 (($ |#1| $) 69)) (-2409 (($ (-940)) NIL (|has| |#1| (-379)))) (-3117 (((-1141) $) NIL)) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 31)) (-1470 ((|#1| $) 27)) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) 21)) (-3029 (($) 11)) (-3206 (($ $ |#1|) NIL) (($ $ $) 80)) (-1455 (($) NIL) (($ (-656 |#1|)) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) 16)) (-1554 (((-548) $) 50 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 62)) (-3300 (($ $) NIL (|has| |#1| (-379)))) (-4114 (((-876) $) NIL)) (-3824 (((-783) $) NIL)) (-1515 (($ (-656 |#1|)) NIL) (($) 12)) (-3000 (((-112) $ $) NIL)) (-3356 (($ (-656 |#1|)) NIL)) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 52)) (-1968 (((-783) $) 10 (|has| $ (-6 -4464)))))
+(((-1123 |#1|) (-437 |#1|) (-1121)) (T -1123))
NIL
(-437 |#1|)
-((-3486 (((-112) $ $) 6)) (-2564 (((-112) $) 33)) (-3106 ((|#2| $) 28)) (-2922 (((-112) $) 34)) (-1327 ((|#1| $) 29)) (-4325 (((-112) $) 36)) (-2570 (((-112) $) 38)) (-2473 (((-112) $) 35)) (-3881 (((-1177) $) 10)) (-3093 (((-112) $) 32)) (-3131 ((|#3| $) 27)) (-1448 (((-1139) $) 11)) (-4032 (((-112) $) 31)) (-3042 ((|#4| $) 26)) (-3001 ((|#5| $) 25)) (-4024 (((-112) $ $) 39)) (-2794 (($ $ (-576)) 41) (($ $ (-656 (-576))) 40)) (-1902 (((-656 $) $) 30)) (-4169 (($ |#1|) 47) (($ |#2|) 46) (($ |#3|) 45) (($ |#4|) 44) (($ |#5|) 43) (($ (-656 $)) 42)) (-3567 (((-874) $) 12)) (-3518 (($ $) 23)) (-2931 (($ $) 24)) (-1540 (((-112) $ $) 9)) (-2013 (((-112) $) 37)) (-2921 (((-112) $ $) 7)) (-3500 (((-576) $) 22)))
-(((-1122 |#1| |#2| |#3| |#4| |#5|) (-141) (-1119) (-1119) (-1119) (-1119) (-1119)) (T -1122))
-((-4024 (*1 *2 *1 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))) (-2570 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))) (-2013 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))) (-4325 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))) (-2473 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))) (-2922 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))) (-2564 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))) (-3093 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))) (-4032 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))) (-1902 (*1 *2 *1) (-12 (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-656 *1)) (-4 *1 (-1122 *3 *4 *5 *6 *7)))) (-1327 (*1 *2 *1) (-12 (-4 *1 (-1122 *2 *3 *4 *5 *6)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *2 (-1119)))) (-3106 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *2 *4 *5 *6)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *2 (-1119)))) (-3131 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *2 *5 *6)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *2 (-1119)))) (-3042 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *2 *6)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *2 (-1119)))) (-3001 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6 *2)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *2 (-1119)))) (-2931 (*1 *1 *1) (-12 (-4 *1 (-1122 *2 *3 *4 *5 *6)) (-4 *2 (-1119)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)))) (-3518 (*1 *1 *1) (-12 (-4 *1 (-1122 *2 *3 *4 *5 *6)) (-4 *2 (-1119)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)))) (-3500 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-576)))))
-(-13 (-1119) (-630 |t#1|) (-630 |t#2|) (-630 |t#3|) (-630 |t#4|) (-630 |t#4|) (-630 |t#5|) (-630 (-656 $)) (-296 (-576) $) (-296 (-656 (-576)) $) (-10 -8 (-15 -4024 ((-112) $ $)) (-15 -2570 ((-112) $)) (-15 -2013 ((-112) $)) (-15 -4325 ((-112) $)) (-15 -2473 ((-112) $)) (-15 -2922 ((-112) $)) (-15 -2564 ((-112) $)) (-15 -3093 ((-112) $)) (-15 -4032 ((-112) $)) (-15 -1902 ((-656 $) $)) (-15 -1327 (|t#1| $)) (-15 -3106 (|t#2| $)) (-15 -3131 (|t#3| $)) (-15 -3042 (|t#4| $)) (-15 -3001 (|t#5| $)) (-15 -2931 ($ $)) (-15 -3518 ($ $)) (-15 -3500 ((-576) $))))
-(((-102) . T) ((-625 (-874)) . T) ((-630 (-656 $)) . T) ((-630 |#1|) . T) ((-630 |#2|) . T) ((-630 |#3|) . T) ((-630 |#4|) . T) ((-630 |#5|) . T) ((-296 (-576) $) . T) ((-296 (-656 (-576)) $) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-2564 (((-112) $) NIL)) (-3106 (((-1195) $) NIL)) (-2922 (((-112) $) NIL)) (-1327 (((-1177) $) NIL)) (-4325 (((-112) $) NIL)) (-2570 (((-112) $) NIL)) (-2473 (((-112) $) NIL)) (-3881 (((-1177) $) NIL)) (-3093 (((-112) $) NIL)) (-3131 (((-576) $) NIL)) (-1448 (((-1139) $) NIL)) (-4032 (((-112) $) NIL)) (-3042 (((-227) $) NIL)) (-3001 (((-874) $) NIL)) (-4024 (((-112) $ $) NIL)) (-2794 (($ $ (-576)) NIL) (($ $ (-656 (-576))) NIL)) (-1902 (((-656 $) $) NIL)) (-4169 (($ (-1177)) NIL) (($ (-1195)) NIL) (($ (-576)) NIL) (($ (-227)) NIL) (($ (-874)) NIL) (($ (-656 $)) NIL)) (-3567 (((-874) $) NIL)) (-3518 (($ $) NIL)) (-2931 (($ $) NIL)) (-1540 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2921 (((-112) $ $) NIL)) (-3500 (((-576) $) NIL)))
-(((-1123) (-1122 (-1177) (-1195) (-576) (-227) (-874))) (T -1123))
-NIL
-(-1122 (-1177) (-1195) (-576) (-227) (-874))
-((-3486 (((-112) $ $) NIL)) (-2564 (((-112) $) 45)) (-3106 ((|#2| $) 48)) (-2922 (((-112) $) 20)) (-1327 ((|#1| $) 21)) (-4325 (((-112) $) 42)) (-2570 (((-112) $) 14)) (-2473 (((-112) $) 44)) (-3881 (((-1177) $) NIL)) (-3093 (((-112) $) 46)) (-3131 ((|#3| $) 50)) (-1448 (((-1139) $) NIL)) (-4032 (((-112) $) 47)) (-3042 ((|#4| $) 49)) (-3001 ((|#5| $) 51)) (-4024 (((-112) $ $) 41)) (-2794 (($ $ (-576)) 62) (($ $ (-656 (-576))) 64)) (-1902 (((-656 $) $) 27)) (-4169 (($ |#1|) 53) (($ |#2|) 54) (($ |#3|) 55) (($ |#4|) 56) (($ |#5|) 57) (($ (-656 $)) 52)) (-3567 (((-874) $) 28)) (-3518 (($ $) 26)) (-2931 (($ $) 58)) (-1540 (((-112) $ $) NIL)) (-2013 (((-112) $) 23)) (-2921 (((-112) $ $) 40)) (-3500 (((-576) $) 60)))
-(((-1124 |#1| |#2| |#3| |#4| |#5|) (-1122 |#1| |#2| |#3| |#4| |#5|) (-1119) (-1119) (-1119) (-1119) (-1119)) (T -1124))
-NIL
-(-1122 |#1| |#2| |#3| |#4| |#5|)
-((-2618 (((-1291) $) 22)) (-2785 (($ (-1195) (-446) |#2|) 11)) (-3567 (((-874) $) 16)))
-(((-1125 |#1| |#2|) (-13 (-407) (-10 -8 (-15 -2785 ($ (-1195) (-446) |#2|)))) (-1119) (-442 |#1|)) (T -1125))
-((-2785 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1195)) (-5 *3 (-446)) (-4 *5 (-1119)) (-5 *1 (-1125 *5 *4)) (-4 *4 (-442 *5)))))
-(-13 (-407) (-10 -8 (-15 -2785 ($ (-1195) (-446) |#2|))))
-((-4147 (((-112) |#5| |#5|) 44)) (-1681 (((-112) |#5| |#5|) 59)) (-2318 (((-112) |#5| (-656 |#5|)) 82) (((-112) |#5| |#5|) 68)) (-1709 (((-112) (-656 |#4|) (-656 |#4|)) 65)) (-1506 (((-112) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|)) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) 70)) (-2394 (((-1291)) 32)) (-1422 (((-1291) (-1177) (-1177) (-1177)) 28)) (-2194 (((-656 |#5|) (-656 |#5|)) 101)) (-3118 (((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|)))) 93)) (-3235 (((-656 (-2 (|:| -4024 (-656 |#4|)) (|:| -3986 |#5|) (|:| |ineq| (-656 |#4|)))) (-656 |#4|) (-656 |#5|) (-112) (-112)) 123)) (-1833 (((-112) |#5| |#5|) 53)) (-3916 (((-3 (-112) "failed") |#5| |#5|) 78)) (-4094 (((-112) (-656 |#4|) (-656 |#4|)) 64)) (-3496 (((-112) (-656 |#4|) (-656 |#4|)) 66)) (-2774 (((-112) (-656 |#4|) (-656 |#4|)) 67)) (-1453 (((-3 (-2 (|:| -4024 (-656 |#4|)) (|:| -3986 |#5|) (|:| |ineq| (-656 |#4|))) "failed") (-656 |#4|) |#5| (-656 |#4|) (-112) (-112) (-112) (-112) (-112)) 118)) (-4026 (((-656 |#5|) (-656 |#5|)) 49)))
-(((-1126 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1422 ((-1291) (-1177) (-1177) (-1177))) (-15 -2394 ((-1291))) (-15 -4147 ((-112) |#5| |#5|)) (-15 -4026 ((-656 |#5|) (-656 |#5|))) (-15 -1833 ((-112) |#5| |#5|)) (-15 -1681 ((-112) |#5| |#5|)) (-15 -1709 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -4094 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -3496 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -2774 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -3916 ((-3 (-112) "failed") |#5| |#5|)) (-15 -2318 ((-112) |#5| |#5|)) (-15 -2318 ((-112) |#5| (-656 |#5|))) (-15 -2194 ((-656 |#5|) (-656 |#5|))) (-15 -1506 ((-112) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|)) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|)))) (-15 -3118 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) (-15 -3235 ((-656 (-2 (|:| -4024 (-656 |#4|)) (|:| -3986 |#5|) (|:| |ineq| (-656 |#4|)))) (-656 |#4|) (-656 |#5|) (-112) (-112))) (-15 -1453 ((-3 (-2 (|:| -4024 (-656 |#4|)) (|:| -3986 |#5|) (|:| |ineq| (-656 |#4|))) "failed") (-656 |#4|) |#5| (-656 |#4|) (-112) (-112) (-112) (-112) (-112)))) (-464) (-805) (-862) (-1084 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3| |#4|)) (T -1126))
-((-1453 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *9 (-1084 *6 *7 *8)) (-5 *2 (-2 (|:| -4024 (-656 *9)) (|:| -3986 *4) (|:| |ineq| (-656 *9)))) (-5 *1 (-1126 *6 *7 *8 *9 *4)) (-5 *3 (-656 *9)) (-4 *4 (-1090 *6 *7 *8 *9)))) (-3235 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-656 *10)) (-5 *5 (-112)) (-4 *10 (-1090 *6 *7 *8 *9)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *9 (-1084 *6 *7 *8)) (-5 *2 (-656 (-2 (|:| -4024 (-656 *9)) (|:| -3986 *10) (|:| |ineq| (-656 *9))))) (-5 *1 (-1126 *6 *7 *8 *9 *10)) (-5 *3 (-656 *9)))) (-3118 (*1 *2 *2) (-12 (-5 *2 (-656 (-2 (|:| |val| (-656 *6)) (|:| -3986 *7)))) (-4 *6 (-1084 *3 *4 *5)) (-4 *7 (-1090 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-1126 *3 *4 *5 *6 *7)))) (-1506 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-656 *7)) (|:| -3986 *8))) (-4 *7 (-1084 *4 *5 *6)) (-4 *8 (-1090 *4 *5 *6 *7)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1126 *4 *5 *6 *7 *8)))) (-2194 (*1 *2 *2) (-12 (-5 *2 (-656 *7)) (-4 *7 (-1090 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *1 (-1126 *3 *4 *5 *6 *7)))) (-2318 (*1 *2 *3 *4) (-12 (-5 *4 (-656 *3)) (-4 *3 (-1090 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1084 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1126 *5 *6 *7 *8 *3)))) (-2318 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1126 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7)))) (-3916 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1126 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7)))) (-2774 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1126 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))) (-3496 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1126 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))) (-4094 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1126 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))) (-1709 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1126 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))) (-1681 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1126 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7)))) (-1833 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1126 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7)))) (-4026 (*1 *2 *2) (-12 (-5 *2 (-656 *7)) (-4 *7 (-1090 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *1 (-1126 *3 *4 *5 *6 *7)))) (-4147 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1126 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7)))) (-2394 (*1 *2) (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-1291)) (-5 *1 (-1126 *3 *4 *5 *6 *7)) (-4 *7 (-1090 *3 *4 *5 *6)))) (-1422 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1177)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-1291)) (-5 *1 (-1126 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))))
-(-10 -7 (-15 -1422 ((-1291) (-1177) (-1177) (-1177))) (-15 -2394 ((-1291))) (-15 -4147 ((-112) |#5| |#5|)) (-15 -4026 ((-656 |#5|) (-656 |#5|))) (-15 -1833 ((-112) |#5| |#5|)) (-15 -1681 ((-112) |#5| |#5|)) (-15 -1709 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -4094 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -3496 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -2774 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -3916 ((-3 (-112) "failed") |#5| |#5|)) (-15 -2318 ((-112) |#5| |#5|)) (-15 -2318 ((-112) |#5| (-656 |#5|))) (-15 -2194 ((-656 |#5|) (-656 |#5|))) (-15 -1506 ((-112) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|)) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|)))) (-15 -3118 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) (-15 -3235 ((-656 (-2 (|:| -4024 (-656 |#4|)) (|:| -3986 |#5|) (|:| |ineq| (-656 |#4|)))) (-656 |#4|) (-656 |#5|) (-112) (-112))) (-15 -1453 ((-3 (-2 (|:| -4024 (-656 |#4|)) (|:| -3986 |#5|) (|:| |ineq| (-656 |#4|))) "failed") (-656 |#4|) |#5| (-656 |#4|) (-112) (-112) (-112) (-112) (-112))))
-((-3891 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#5|) 108)) (-3827 (((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) |#4| |#4| |#5|) 80)) (-3036 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5|) 102)) (-3638 (((-656 |#5|) |#4| |#5|) 124)) (-1693 (((-656 |#5|) |#4| |#5|) 131)) (-1591 (((-656 |#5|) |#4| |#5|) 132)) (-3808 (((-656 (-2 (|:| |val| (-112)) (|:| -3986 |#5|))) |#4| |#5|) 109)) (-1369 (((-656 (-2 (|:| |val| (-112)) (|:| -3986 |#5|))) |#4| |#5|) 130)) (-2482 (((-656 (-2 (|:| |val| (-112)) (|:| -3986 |#5|))) |#4| |#5|) 47) (((-112) |#4| |#5|) 55)) (-3402 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) |#3| (-112)) 92) (((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5| (-112) (-112)) 52)) (-4228 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5|) 87)) (-3947 (((-1291)) 36)) (-3288 (((-1291)) 25)) (-1775 (((-1291) (-1177) (-1177) (-1177)) 32)) (-2421 (((-1291) (-1177) (-1177) (-1177)) 21)))
-(((-1127 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2421 ((-1291) (-1177) (-1177) (-1177))) (-15 -3288 ((-1291))) (-15 -1775 ((-1291) (-1177) (-1177) (-1177))) (-15 -3947 ((-1291))) (-15 -3827 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) |#4| |#4| |#5|)) (-15 -3402 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -3402 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) |#3| (-112))) (-15 -4228 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5|)) (-15 -3036 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5|)) (-15 -2482 ((-112) |#4| |#5|)) (-15 -3808 ((-656 (-2 (|:| |val| (-112)) (|:| -3986 |#5|))) |#4| |#5|)) (-15 -3638 ((-656 |#5|) |#4| |#5|)) (-15 -1369 ((-656 (-2 (|:| |val| (-112)) (|:| -3986 |#5|))) |#4| |#5|)) (-15 -1693 ((-656 |#5|) |#4| |#5|)) (-15 -2482 ((-656 (-2 (|:| |val| (-112)) (|:| -3986 |#5|))) |#4| |#5|)) (-15 -1591 ((-656 |#5|) |#4| |#5|)) (-15 -3891 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#5|))) (-464) (-805) (-862) (-1084 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3| |#4|)) (T -1127))
-((-3891 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4)))) (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-1591 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 *4)) (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-2482 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -3986 *4)))) (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-1693 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 *4)) (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-1369 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -3986 *4)))) (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-3638 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 *4)) (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-3808 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -3986 *4)))) (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-2482 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-3036 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4)))) (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-4228 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4)))) (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-3402 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 (-2 (|:| |val| (-656 *8)) (|:| -3986 *9)))) (-5 *5 (-112)) (-4 *8 (-1084 *6 *7 *4)) (-4 *9 (-1090 *6 *7 *4 *8)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *4 (-862)) (-5 *2 (-656 (-2 (|:| |val| *8) (|:| -3986 *9)))) (-5 *1 (-1127 *6 *7 *4 *8 *9)))) (-3402 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *3 (-1084 *6 *7 *8)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4)))) (-5 *1 (-1127 *6 *7 *8 *3 *4)) (-4 *4 (-1090 *6 *7 *8 *3)))) (-3827 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4)))) (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))) (-3947 (*1 *2) (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-1291)) (-5 *1 (-1127 *3 *4 *5 *6 *7)) (-4 *7 (-1090 *3 *4 *5 *6)))) (-1775 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1177)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-1291)) (-5 *1 (-1127 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))) (-3288 (*1 *2) (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-1291)) (-5 *1 (-1127 *3 *4 *5 *6 *7)) (-4 *7 (-1090 *3 *4 *5 *6)))) (-2421 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1177)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-1291)) (-5 *1 (-1127 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))))
-(-10 -7 (-15 -2421 ((-1291) (-1177) (-1177) (-1177))) (-15 -3288 ((-1291))) (-15 -1775 ((-1291) (-1177) (-1177) (-1177))) (-15 -3947 ((-1291))) (-15 -3827 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) |#4| |#4| |#5|)) (-15 -3402 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -3402 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) |#3| (-112))) (-15 -4228 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5|)) (-15 -3036 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#4| |#5|)) (-15 -2482 ((-112) |#4| |#5|)) (-15 -3808 ((-656 (-2 (|:| |val| (-112)) (|:| -3986 |#5|))) |#4| |#5|)) (-15 -3638 ((-656 |#5|) |#4| |#5|)) (-15 -1369 ((-656 (-2 (|:| |val| (-112)) (|:| -3986 |#5|))) |#4| |#5|)) (-15 -1693 ((-656 |#5|) |#4| |#5|)) (-15 -2482 ((-656 (-2 (|:| |val| (-112)) (|:| -3986 |#5|))) |#4| |#5|)) (-15 -1591 ((-656 |#5|) |#4| |#5|)) (-15 -3891 ((-656 (-2 (|:| |val| |#4|) (|:| -3986 |#5|))) |#4| |#5|)))
-((-3486 (((-112) $ $) 6)) (-1528 (((-656 (-2 (|:| -1952 $) (|:| -3254 (-656 |#4|)))) (-656 |#4|)) 86)) (-2127 (((-656 $) (-656 |#4|)) 87) (((-656 $) (-656 |#4|) (-112)) 112)) (-1960 (((-656 |#3|) $) 34)) (-4157 (((-112) $) 27)) (-2678 (((-112) $) 18 (|has| |#1| (-568)))) (-1981 (((-112) |#4| $) 102) (((-112) $) 98)) (-2691 ((|#4| |#4| $) 93)) (-1415 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 $))) |#4| $) 127)) (-1793 (((-2 (|:| |under| $) (|:| -3247 $) (|:| |upper| $)) $ |#3|) 28)) (-3733 (((-112) $ (-783)) 45)) (-1966 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4462))) (((-3 |#4| "failed") $ |#3|) 80)) (-2135 (($) 46 T CONST)) (-3152 (((-112) $) 23 (|has| |#1| (-568)))) (-1409 (((-112) $ $) 25 (|has| |#1| (-568)))) (-3934 (((-112) $ $) 24 (|has| |#1| (-568)))) (-2986 (((-112) $) 26 (|has| |#1| (-568)))) (-2059 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-3793 (((-656 |#4|) (-656 |#4|) $) 19 (|has| |#1| (-568)))) (-3795 (((-656 |#4|) (-656 |#4|) $) 20 (|has| |#1| (-568)))) (-1570 (((-3 $ "failed") (-656 |#4|)) 37)) (-2857 (($ (-656 |#4|)) 36)) (-3590 (((-3 $ "failed") $) 83)) (-1903 ((|#4| |#4| $) 90)) (-1640 (($ $) 69 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462))))) (-3942 (($ |#4| $) 68 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4462)))) (-3477 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-568)))) (-2655 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-2025 ((|#4| |#4| $) 88)) (-3683 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4462))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4462))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-1641 (((-2 (|:| -1952 (-656 |#4|)) (|:| -3254 (-656 |#4|))) $) 106)) (-3174 (((-112) |#4| $) 137)) (-1559 (((-112) |#4| $) 134)) (-4048 (((-112) |#4| $) 138) (((-112) $) 135)) (-3963 (((-656 |#4|) $) 53 (|has| $ (-6 -4462)))) (-4179 (((-112) |#4| $) 105) (((-112) $) 104)) (-2589 ((|#3| $) 35)) (-2476 (((-112) $ (-783)) 44)) (-3452 (((-656 |#4|) $) 54 (|has| $ (-6 -4462)))) (-3239 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#4| |#4|) $) 48)) (-1544 (((-656 |#3|) $) 33)) (-1582 (((-112) |#3| $) 32)) (-2460 (((-112) $ (-783)) 43)) (-3881 (((-1177) $) 10)) (-2690 (((-3 |#4| (-656 $)) |#4| |#4| $) 129)) (-2502 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 $))) |#4| |#4| $) 128)) (-3966 (((-3 |#4| "failed") $) 84)) (-2103 (((-656 $) |#4| $) 130)) (-4254 (((-3 (-112) (-656 $)) |#4| $) 133)) (-1883 (((-656 (-2 (|:| |val| (-112)) (|:| -3986 $))) |#4| $) 132) (((-112) |#4| $) 131)) (-2037 (((-656 $) |#4| $) 126) (((-656 $) (-656 |#4|) $) 125) (((-656 $) (-656 |#4|) (-656 $)) 124) (((-656 $) |#4| (-656 $)) 123)) (-1647 (($ |#4| $) 118) (($ (-656 |#4|) $) 117)) (-3730 (((-656 |#4|) $) 108)) (-2763 (((-112) |#4| $) 100) (((-112) $) 96)) (-2126 ((|#4| |#4| $) 91)) (-2774 (((-112) $ $) 111)) (-4148 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-568)))) (-1470 (((-112) |#4| $) 101) (((-112) $) 97)) (-2903 ((|#4| |#4| $) 92)) (-1448 (((-1139) $) 11)) (-3578 (((-3 |#4| "failed") $) 85)) (-2295 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-2806 (((-3 $ "failed") $ |#4|) 79)) (-3905 (($ $ |#4|) 78) (((-656 $) |#4| $) 116) (((-656 $) |#4| (-656 $)) 115) (((-656 $) (-656 |#4|) $) 114) (((-656 $) (-656 |#4|) (-656 $)) 113)) (-3626 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 |#4|) (-656 |#4|)) 60 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-304 |#4|)) 58 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-656 (-304 |#4|))) 57 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))) (-3985 (((-112) $ $) 39)) (-4205 (((-112) $) 42)) (-1854 (($) 41)) (-1967 (((-783) $) 107)) (-1458 (((-783) |#4| $) 55 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) (((-783) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4462)))) (-1868 (($ $) 40)) (-4169 (((-548) $) 70 (|has| |#4| (-626 (-548))))) (-3579 (($ (-656 |#4|)) 61)) (-3877 (($ $ |#3|) 29)) (-2831 (($ $ |#3|) 31)) (-3687 (($ $) 89)) (-2157 (($ $ |#3|) 30)) (-3567 (((-874) $) 12) (((-656 |#4|) $) 38)) (-4323 (((-783) $) 77 (|has| |#3| (-379)))) (-1540 (((-112) $ $) 9)) (-1469 (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-2620 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) 99)) (-3223 (((-656 $) |#4| $) 122) (((-656 $) |#4| (-656 $)) 121) (((-656 $) (-656 |#4|) $) 120) (((-656 $) (-656 |#4|) (-656 $)) 119)) (-2306 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4462)))) (-2439 (((-656 |#3|) $) 82)) (-4176 (((-112) |#4| $) 136)) (-3202 (((-112) |#3| $) 81)) (-2921 (((-112) $ $) 7)) (-3500 (((-783) $) 47 (|has| $ (-6 -4462)))))
-(((-1128 |#1| |#2| |#3| |#4|) (-141) (-464) (-805) (-862) (-1084 |t#1| |t#2| |t#3|)) (T -1128))
-NIL
-(-13 (-1090 |t#1| |t#2| |t#3| |t#4|))
-(((-34) . T) ((-102) . T) ((-625 (-656 |#4|)) . T) ((-625 (-874)) . T) ((-152 |#4|) . T) ((-626 (-548)) |has| |#4| (-626 (-548))) ((-319 |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))) ((-501 |#4|) . T) ((-526 |#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))) ((-995 |#1| |#2| |#3| |#4|) . T) ((-1090 |#1| |#2| |#3| |#4|) . T) ((-1119) . T) ((-1229 |#1| |#2| |#3| |#4|) . T) ((-1236) . T))
-((-4400 (((-656 (-576)) (-576) (-576) (-576)) 38)) (-2796 (((-656 (-576)) (-576) (-576) (-576)) 28)) (-2852 (((-656 (-576)) (-576) (-576) (-576)) 33)) (-4413 (((-576) (-576) (-576)) 21)) (-2862 (((-1286 (-576)) (-656 (-576)) (-1286 (-576)) (-576)) 77) (((-1286 (-576)) (-1286 (-576)) (-1286 (-576)) (-576)) 72)) (-4267 (((-656 (-576)) (-656 (-938)) (-656 (-576)) (-112)) 54)) (-1922 (((-701 (-576)) (-656 (-576)) (-656 (-576)) (-701 (-576))) 76)) (-1784 (((-701 (-576)) (-656 (-938)) (-656 (-576))) 59)) (-2947 (((-656 (-701 (-576))) (-656 (-938))) 65)) (-2377 (((-656 (-576)) (-656 (-576)) (-656 (-576)) (-701 (-576))) 80)) (-4086 (((-701 (-576)) (-656 (-576)) (-656 (-576)) (-656 (-576))) 90)))
-(((-1129) (-10 -7 (-15 -4086 ((-701 (-576)) (-656 (-576)) (-656 (-576)) (-656 (-576)))) (-15 -2377 ((-656 (-576)) (-656 (-576)) (-656 (-576)) (-701 (-576)))) (-15 -2947 ((-656 (-701 (-576))) (-656 (-938)))) (-15 -1784 ((-701 (-576)) (-656 (-938)) (-656 (-576)))) (-15 -1922 ((-701 (-576)) (-656 (-576)) (-656 (-576)) (-701 (-576)))) (-15 -4267 ((-656 (-576)) (-656 (-938)) (-656 (-576)) (-112))) (-15 -2862 ((-1286 (-576)) (-1286 (-576)) (-1286 (-576)) (-576))) (-15 -2862 ((-1286 (-576)) (-656 (-576)) (-1286 (-576)) (-576))) (-15 -4413 ((-576) (-576) (-576))) (-15 -2852 ((-656 (-576)) (-576) (-576) (-576))) (-15 -2796 ((-656 (-576)) (-576) (-576) (-576))) (-15 -4400 ((-656 (-576)) (-576) (-576) (-576))))) (T -1129))
-((-4400 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1129)) (-5 *3 (-576)))) (-2796 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1129)) (-5 *3 (-576)))) (-2852 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1129)) (-5 *3 (-576)))) (-4413 (*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1129)))) (-2862 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-1286 (-576))) (-5 *3 (-656 (-576))) (-5 *4 (-576)) (-5 *1 (-1129)))) (-2862 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-1286 (-576))) (-5 *3 (-576)) (-5 *1 (-1129)))) (-4267 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-656 (-576))) (-5 *3 (-656 (-938))) (-5 *4 (-112)) (-5 *1 (-1129)))) (-1922 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-701 (-576))) (-5 *3 (-656 (-576))) (-5 *1 (-1129)))) (-1784 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-938))) (-5 *4 (-656 (-576))) (-5 *2 (-701 (-576))) (-5 *1 (-1129)))) (-2947 (*1 *2 *3) (-12 (-5 *3 (-656 (-938))) (-5 *2 (-656 (-701 (-576)))) (-5 *1 (-1129)))) (-2377 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-656 (-576))) (-5 *3 (-701 (-576))) (-5 *1 (-1129)))) (-4086 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-701 (-576))) (-5 *1 (-1129)))))
-(-10 -7 (-15 -4086 ((-701 (-576)) (-656 (-576)) (-656 (-576)) (-656 (-576)))) (-15 -2377 ((-656 (-576)) (-656 (-576)) (-656 (-576)) (-701 (-576)))) (-15 -2947 ((-656 (-701 (-576))) (-656 (-938)))) (-15 -1784 ((-701 (-576)) (-656 (-938)) (-656 (-576)))) (-15 -1922 ((-701 (-576)) (-656 (-576)) (-656 (-576)) (-701 (-576)))) (-15 -4267 ((-656 (-576)) (-656 (-938)) (-656 (-576)) (-112))) (-15 -2862 ((-1286 (-576)) (-1286 (-576)) (-1286 (-576)) (-576))) (-15 -2862 ((-1286 (-576)) (-656 (-576)) (-1286 (-576)) (-576))) (-15 -4413 ((-576) (-576) (-576))) (-15 -2852 ((-656 (-576)) (-576) (-576) (-576))) (-15 -2796 ((-656 (-576)) (-576) (-576) (-576))) (-15 -4400 ((-656 (-576)) (-576) (-576) (-576))))
-((** (($ $ (-938)) 10)))
-(((-1130 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-938)))) (-1131)) (T -1130))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-938))))
-((-3486 (((-112) $ $) 6)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)) (** (($ $ (-938)) 14)) (* (($ $ $) 15)))
-(((-1131) (-141)) (T -1131))
-((* (*1 *1 *1 *1) (-4 *1 (-1131))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1131)) (-5 *2 (-938)))))
-(-13 (-1119) (-10 -8 (-15 * ($ $ $)) (-15 ** ($ $ (-938)))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL (|has| |#3| (-102)))) (-1353 (((-112) $) NIL (|has| |#3| (-23)))) (-1723 (($ (-938)) NIL (|has| |#3| (-1068)))) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-3848 (($ $ $) NIL (|has| |#3| (-805)))) (-4299 (((-3 $ "failed") $ $) NIL (|has| |#3| (-132)))) (-3733 (((-112) $ (-783)) NIL)) (-2093 (((-783)) NIL (|has| |#3| (-379)))) (-3753 ((|#3| $ (-576) |#3|) NIL (|has| $ (-6 -4463)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL (-12 (|has| |#3| (-1057 (-576))) (|has| |#3| (-1119)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| |#3| (-1057 (-419 (-576)))) (|has| |#3| (-1119)))) (((-3 |#3| "failed") $) NIL (|has| |#3| (-1119)))) (-2857 (((-576) $) NIL (-12 (|has| |#3| (-1057 (-576))) (|has| |#3| (-1119)))) (((-419 (-576)) $) NIL (-12 (|has| |#3| (-1057 (-419 (-576)))) (|has| |#3| (-1119)))) ((|#3| $) NIL (|has| |#3| (-1119)))) (-3142 (((-701 (-576)) (-701 $)) NIL (-12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1068)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (-12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1068)))) (((-2 (|:| -1953 (-701 |#3|)) (|:| |vec| (-1286 |#3|))) (-701 $) (-1286 $)) NIL (|has| |#3| (-1068))) (((-701 |#3|) (-701 $)) NIL (|has| |#3| (-1068)))) (-2251 (((-3 $ "failed") $) NIL (|has| |#3| (-1068)))) (-1834 (($) NIL (|has| |#3| (-379)))) (-4330 ((|#3| $ (-576) |#3|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#3| $ (-576)) 12)) (-3963 (((-656 |#3|) $) NIL (|has| $ (-6 -4462)))) (-3612 (((-112) $) NIL (|has| |#3| (-1068)))) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) NIL (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| |#3| (-862)))) (-3452 (((-656 |#3|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#3| (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| |#3| (-862)))) (-4320 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#3| |#3|) $) NIL)) (-4379 (((-938) $) NIL (|has| |#3| (-379)))) (-2460 (((-112) $ (-783)) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (-12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1068)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (-12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1068)))) (((-2 (|:| -1953 (-701 |#3|)) (|:| |vec| (-1286 |#3|))) (-1286 $) $) NIL (|has| |#3| (-1068))) (((-701 |#3|) (-1286 $)) NIL (|has| |#3| (-1068)))) (-3881 (((-1177) $) NIL (|has| |#3| (-1119)))) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-3222 (($ (-938)) NIL (|has| |#3| (-379)))) (-1448 (((-1139) $) NIL (|has| |#3| (-1119)))) (-3578 ((|#3| $) NIL (|has| (-576) (-862)))) (-1552 (($ $ |#3|) NIL (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#3|))) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119)))) (($ $ (-304 |#3|)) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119)))) (($ $ (-656 |#3|) (-656 |#3|)) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#3| (-1119))))) (-4278 (((-656 |#3|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#3| $ (-576) |#3|) NIL) ((|#3| $ (-576)) NIL)) (-2554 ((|#3| $ $) NIL (|has| |#3| (-1068)))) (-1870 (($ (-1286 |#3|)) NIL)) (-2253 (((-135)) NIL (|has| |#3| (-374)))) (-2770 (($ $ (-783)) NIL (-12 (|has| |#3| (-237)) (|has| |#3| (-1068)))) (($ $) NIL (-12 (|has| |#3| (-237)) (|has| |#3| (-1068)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068)))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068)))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068)))) (($ $ (-1195)) NIL (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068)))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1068))) (($ $ (-1 |#3| |#3|) (-783)) NIL (|has| |#3| (-1068)))) (-1458 (((-783) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4462))) (((-783) |#3| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#3| (-1119))))) (-1868 (($ $) NIL)) (-3567 (((-1286 |#3|) $) NIL) (($ (-576)) NIL (-2755 (-12 (|has| |#3| (-1057 (-576))) (|has| |#3| (-1119))) (|has| |#3| (-1068)))) (($ (-419 (-576))) NIL (-12 (|has| |#3| (-1057 (-419 (-576)))) (|has| |#3| (-1119)))) (($ |#3|) NIL (|has| |#3| (-1119))) (((-874) $) NIL (|has| |#3| (-625 (-874))))) (-2596 (((-783)) NIL (|has| |#3| (-1068)) CONST)) (-1540 (((-112) $ $) NIL (|has| |#3| (-1119)))) (-2306 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4462)))) (-2716 (($) NIL (|has| |#3| (-23)) CONST)) (-2727 (($) NIL (|has| |#3| (-1068)) CONST)) (-2014 (($ $ (-783)) NIL (-12 (|has| |#3| (-237)) (|has| |#3| (-1068)))) (($ $) NIL (-12 (|has| |#3| (-237)) (|has| |#3| (-1068)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068)))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068)))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068)))) (($ $ (-1195)) NIL (-12 (|has| |#3| (-917 (-1195))) (|has| |#3| (-1068)))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1068))) (($ $ (-1 |#3| |#3|) (-783)) NIL (|has| |#3| (-1068)))) (-2989 (((-112) $ $) NIL (|has| |#3| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#3| (-862)))) (-2921 (((-112) $ $) NIL (|has| |#3| (-102)))) (-2975 (((-112) $ $) NIL (|has| |#3| (-862)))) (-2946 (((-112) $ $) 24 (|has| |#3| (-862)))) (-3054 (($ $ |#3|) NIL (|has| |#3| (-374)))) (-3041 (($ $ $) NIL (|has| |#3| (-21))) (($ $) NIL (|has| |#3| (-21)))) (-3027 (($ $ $) NIL (|has| |#3| (-25)))) (** (($ $ (-783)) NIL (|has| |#3| (-1068))) (($ $ (-938)) NIL (|has| |#3| (-1068)))) (* (($ $ $) NIL (|has| |#3| (-1068))) (($ $ |#3|) NIL (|has| |#3| (-738))) (($ |#3| $) NIL (|has| |#3| (-738))) (($ (-576) $) NIL (|has| |#3| (-21))) (($ (-783) $) NIL (|has| |#3| (-23))) (($ (-938) $) NIL (|has| |#3| (-25)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-1132 |#1| |#2| |#3|) (-243 |#1| |#3|) (-783) (-783) (-805)) (T -1132))
+((-1955 (((-112) $ $) 6)) (-2522 (((-112) $) 33)) (-2219 ((|#2| $) 28)) (-2805 (((-112) $) 34)) (-1532 ((|#1| $) 29)) (-2849 (((-112) $) 36)) (-2592 (((-112) $) 38)) (-4126 (((-112) $) 35)) (-4185 (((-1179) $) 10)) (-1795 (((-112) $) 32)) (-2244 ((|#3| $) 27)) (-3117 (((-1141) $) 11)) (-3047 (((-112) $) 31)) (-2633 ((|#4| $) 26)) (-1615 ((|#5| $) 25)) (-3379 (((-112) $ $) 39)) (-4369 (($ $ (-576)) 41) (($ $ (-656 (-576))) 40)) (-1525 (((-656 $) $) 30)) (-1554 (($ |#1|) 47) (($ |#2|) 46) (($ |#3|) 45) (($ |#4|) 44) (($ |#5|) 43) (($ (-656 $)) 42)) (-4114 (((-876) $) 12)) (-1698 (($ $) 23)) (-2903 (($ $) 24)) (-3000 (((-112) $ $) 9)) (-1954 (((-112) $) 37)) (-3939 (((-112) $ $) 7)) (-1968 (((-576) $) 22)))
+(((-1124 |#1| |#2| |#3| |#4| |#5|) (-141) (-1121) (-1121) (-1121) (-1121) (-1121)) (T -1124))
+((-3379 (*1 *2 *1 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))) (-2592 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))) (-1954 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))) (-2849 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))) (-4126 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))) (-2805 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))) (-2522 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))) (-1795 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))) (-3047 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))) (-1525 (*1 *2 *1) (-12 (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-656 *1)) (-4 *1 (-1124 *3 *4 *5 *6 *7)))) (-1532 (*1 *2 *1) (-12 (-4 *1 (-1124 *2 *3 *4 *5 *6)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *2 (-1121)))) (-2219 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *2 *4 *5 *6)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *2 (-1121)))) (-2244 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *2 *5 *6)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *2 (-1121)))) (-2633 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *2 *6)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *2 (-1121)))) (-1615 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6 *2)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *2 (-1121)))) (-2903 (*1 *1 *1) (-12 (-4 *1 (-1124 *2 *3 *4 *5 *6)) (-4 *2 (-1121)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)))) (-1698 (*1 *1 *1) (-12 (-4 *1 (-1124 *2 *3 *4 *5 *6)) (-4 *2 (-1121)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)))) (-1968 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-576)))))
+(-13 (-1121) (-630 |t#1|) (-630 |t#2|) (-630 |t#3|) (-630 |t#4|) (-630 |t#4|) (-630 |t#5|) (-630 (-656 $)) (-296 (-576) $) (-296 (-656 (-576)) $) (-10 -8 (-15 -3379 ((-112) $ $)) (-15 -2592 ((-112) $)) (-15 -1954 ((-112) $)) (-15 -2849 ((-112) $)) (-15 -4126 ((-112) $)) (-15 -2805 ((-112) $)) (-15 -2522 ((-112) $)) (-15 -1795 ((-112) $)) (-15 -3047 ((-112) $)) (-15 -1525 ((-656 $) $)) (-15 -1532 (|t#1| $)) (-15 -2219 (|t#2| $)) (-15 -2244 (|t#3| $)) (-15 -2633 (|t#4| $)) (-15 -1615 (|t#5| $)) (-15 -2903 ($ $)) (-15 -1698 ($ $)) (-15 -1968 ((-576) $))))
+(((-102) . T) ((-625 (-876)) . T) ((-630 (-656 $)) . T) ((-630 |#1|) . T) ((-630 |#2|) . T) ((-630 |#3|) . T) ((-630 |#4|) . T) ((-630 |#5|) . T) ((-296 (-576) $) . T) ((-296 (-656 (-576)) $) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2522 (((-112) $) NIL)) (-2219 (((-1197) $) NIL)) (-2805 (((-112) $) NIL)) (-1532 (((-1179) $) NIL)) (-2849 (((-112) $) NIL)) (-2592 (((-112) $) NIL)) (-4126 (((-112) $) NIL)) (-4185 (((-1179) $) NIL)) (-1795 (((-112) $) NIL)) (-2244 (((-576) $) NIL)) (-3117 (((-1141) $) NIL)) (-3047 (((-112) $) NIL)) (-2633 (((-227) $) NIL)) (-1615 (((-876) $) NIL)) (-3379 (((-112) $ $) NIL)) (-4369 (($ $ (-576)) NIL) (($ $ (-656 (-576))) NIL)) (-1525 (((-656 $) $) NIL)) (-1554 (($ (-1179)) NIL) (($ (-1197)) NIL) (($ (-576)) NIL) (($ (-227)) NIL) (($ (-876)) NIL) (($ (-656 $)) NIL)) (-4114 (((-876) $) NIL)) (-1698 (($ $) NIL)) (-2903 (($ $) NIL)) (-3000 (((-112) $ $) NIL)) (-1954 (((-112) $) NIL)) (-3939 (((-112) $ $) NIL)) (-1968 (((-576) $) NIL)))
+(((-1125) (-1124 (-1179) (-1197) (-576) (-227) (-876))) (T -1125))
+NIL
+(-1124 (-1179) (-1197) (-576) (-227) (-876))
+((-1955 (((-112) $ $) NIL)) (-2522 (((-112) $) 45)) (-2219 ((|#2| $) 48)) (-2805 (((-112) $) 20)) (-1532 ((|#1| $) 21)) (-2849 (((-112) $) 42)) (-2592 (((-112) $) 14)) (-4126 (((-112) $) 44)) (-4185 (((-1179) $) NIL)) (-1795 (((-112) $) 46)) (-2244 ((|#3| $) 50)) (-3117 (((-1141) $) NIL)) (-3047 (((-112) $) 47)) (-2633 ((|#4| $) 49)) (-1615 ((|#5| $) 51)) (-3379 (((-112) $ $) 41)) (-4369 (($ $ (-576)) 62) (($ $ (-656 (-576))) 64)) (-1525 (((-656 $) $) 27)) (-1554 (($ |#1|) 53) (($ |#2|) 54) (($ |#3|) 55) (($ |#4|) 56) (($ |#5|) 57) (($ (-656 $)) 52)) (-4114 (((-876) $) 28)) (-1698 (($ $) 26)) (-2903 (($ $) 58)) (-3000 (((-112) $ $) NIL)) (-1954 (((-112) $) 23)) (-3939 (((-112) $ $) 40)) (-1968 (((-576) $) 60)))
+(((-1126 |#1| |#2| |#3| |#4| |#5|) (-1124 |#1| |#2| |#3| |#4| |#5|) (-1121) (-1121) (-1121) (-1121) (-1121)) (T -1126))
+NIL
+(-1124 |#1| |#2| |#3| |#4| |#5|)
+((-3973 (((-1293) $) 22)) (-2816 (($ (-1197) (-446) |#2|) 11)) (-4114 (((-876) $) 16)))
+(((-1127 |#1| |#2|) (-13 (-407) (-10 -8 (-15 -2816 ($ (-1197) (-446) |#2|)))) (-1121) (-442 |#1|)) (T -1127))
+((-2816 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1197)) (-5 *3 (-446)) (-4 *5 (-1121)) (-5 *1 (-1127 *5 *4)) (-4 *4 (-442 *5)))))
+(-13 (-407) (-10 -8 (-15 -2816 ($ (-1197) (-446) |#2|))))
+((-1638 (((-112) |#5| |#5|) 44)) (-1830 (((-112) |#5| |#5|) 59)) (-1866 (((-112) |#5| (-656 |#5|)) 82) (((-112) |#5| |#5|) 68)) (-2107 (((-112) (-656 |#4|) (-656 |#4|)) 65)) (-3897 (((-112) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|)) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) 70)) (-1381 (((-1293)) 32)) (-4255 (((-1293) (-1179) (-1179) (-1179)) 28)) (-3129 (((-656 |#5|) (-656 |#5|)) 101)) (-2040 (((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|)))) 93)) (-3987 (((-656 (-2 (|:| -3379 (-656 |#4|)) (|:| -4442 |#5|) (|:| |ineq| (-656 |#4|)))) (-656 |#4|) (-656 |#5|) (-112) (-112)) 123)) (-4103 (((-112) |#5| |#5|) 53)) (-3275 (((-3 (-112) "failed") |#5| |#5|) 78)) (-2358 (((-112) (-656 |#4|) (-656 |#4|)) 64)) (-1533 (((-112) (-656 |#4|) (-656 |#4|)) 66)) (-3901 (((-112) (-656 |#4|) (-656 |#4|)) 67)) (-1804 (((-3 (-2 (|:| -3379 (-656 |#4|)) (|:| -4442 |#5|) (|:| |ineq| (-656 |#4|))) "failed") (-656 |#4|) |#5| (-656 |#4|) (-112) (-112) (-112) (-112) (-112)) 118)) (-2978 (((-656 |#5|) (-656 |#5|)) 49)))
+(((-1128 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4255 ((-1293) (-1179) (-1179) (-1179))) (-15 -1381 ((-1293))) (-15 -1638 ((-112) |#5| |#5|)) (-15 -2978 ((-656 |#5|) (-656 |#5|))) (-15 -4103 ((-112) |#5| |#5|)) (-15 -1830 ((-112) |#5| |#5|)) (-15 -2107 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -2358 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -1533 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -3901 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -3275 ((-3 (-112) "failed") |#5| |#5|)) (-15 -1866 ((-112) |#5| |#5|)) (-15 -1866 ((-112) |#5| (-656 |#5|))) (-15 -3129 ((-656 |#5|) (-656 |#5|))) (-15 -3897 ((-112) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|)) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|)))) (-15 -2040 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) (-15 -3987 ((-656 (-2 (|:| -3379 (-656 |#4|)) (|:| -4442 |#5|) (|:| |ineq| (-656 |#4|)))) (-656 |#4|) (-656 |#5|) (-112) (-112))) (-15 -1804 ((-3 (-2 (|:| -3379 (-656 |#4|)) (|:| -4442 |#5|) (|:| |ineq| (-656 |#4|))) "failed") (-656 |#4|) |#5| (-656 |#4|) (-112) (-112) (-112) (-112) (-112)))) (-464) (-805) (-862) (-1086 |#1| |#2| |#3|) (-1092 |#1| |#2| |#3| |#4|)) (T -1128))
+((-1804 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *9 (-1086 *6 *7 *8)) (-5 *2 (-2 (|:| -3379 (-656 *9)) (|:| -4442 *4) (|:| |ineq| (-656 *9)))) (-5 *1 (-1128 *6 *7 *8 *9 *4)) (-5 *3 (-656 *9)) (-4 *4 (-1092 *6 *7 *8 *9)))) (-3987 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-656 *10)) (-5 *5 (-112)) (-4 *10 (-1092 *6 *7 *8 *9)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *9 (-1086 *6 *7 *8)) (-5 *2 (-656 (-2 (|:| -3379 (-656 *9)) (|:| -4442 *10) (|:| |ineq| (-656 *9))))) (-5 *1 (-1128 *6 *7 *8 *9 *10)) (-5 *3 (-656 *9)))) (-2040 (*1 *2 *2) (-12 (-5 *2 (-656 (-2 (|:| |val| (-656 *6)) (|:| -4442 *7)))) (-4 *6 (-1086 *3 *4 *5)) (-4 *7 (-1092 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-1128 *3 *4 *5 *6 *7)))) (-3897 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-656 *7)) (|:| -4442 *8))) (-4 *7 (-1086 *4 *5 *6)) (-4 *8 (-1092 *4 *5 *6 *7)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1128 *4 *5 *6 *7 *8)))) (-3129 (*1 *2 *2) (-12 (-5 *2 (-656 *7)) (-4 *7 (-1092 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *1 (-1128 *3 *4 *5 *6 *7)))) (-1866 (*1 *2 *3 *4) (-12 (-5 *4 (-656 *3)) (-4 *3 (-1092 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1086 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1128 *5 *6 *7 *8 *3)))) (-1866 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1128 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7)))) (-3275 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1128 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7)))) (-3901 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1128 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))) (-1533 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1128 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))) (-2358 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1128 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))) (-2107 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112)) (-5 *1 (-1128 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))) (-1830 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1128 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7)))) (-4103 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1128 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7)))) (-2978 (*1 *2 *2) (-12 (-5 *2 (-656 *7)) (-4 *7 (-1092 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *1 (-1128 *3 *4 *5 *6 *7)))) (-1638 (*1 *2 *3 *3) (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1128 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7)))) (-1381 (*1 *2) (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-1293)) (-5 *1 (-1128 *3 *4 *5 *6 *7)) (-4 *7 (-1092 *3 *4 *5 *6)))) (-4255 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1179)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-1293)) (-5 *1 (-1128 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))))
+(-10 -7 (-15 -4255 ((-1293) (-1179) (-1179) (-1179))) (-15 -1381 ((-1293))) (-15 -1638 ((-112) |#5| |#5|)) (-15 -2978 ((-656 |#5|) (-656 |#5|))) (-15 -4103 ((-112) |#5| |#5|)) (-15 -1830 ((-112) |#5| |#5|)) (-15 -2107 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -2358 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -1533 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -3901 ((-112) (-656 |#4|) (-656 |#4|))) (-15 -3275 ((-3 (-112) "failed") |#5| |#5|)) (-15 -1866 ((-112) |#5| |#5|)) (-15 -1866 ((-112) |#5| (-656 |#5|))) (-15 -3129 ((-656 |#5|) (-656 |#5|))) (-15 -3897 ((-112) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|)) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|)))) (-15 -2040 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) (-15 -3987 ((-656 (-2 (|:| -3379 (-656 |#4|)) (|:| -4442 |#5|) (|:| |ineq| (-656 |#4|)))) (-656 |#4|) (-656 |#5|) (-112) (-112))) (-15 -1804 ((-3 (-2 (|:| -3379 (-656 |#4|)) (|:| -4442 |#5|) (|:| |ineq| (-656 |#4|))) "failed") (-656 |#4|) |#5| (-656 |#4|) (-112) (-112) (-112) (-112) (-112))))
+((-4266 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#5|) 108)) (-1713 (((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) |#4| |#4| |#5|) 80)) (-2510 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5|) 102)) (-3620 (((-656 |#5|) |#4| |#5|) 124)) (-1946 (((-656 |#5|) |#4| |#5|) 131)) (-3552 (((-656 |#5|) |#4| |#5|) 132)) (-1538 (((-656 (-2 (|:| |val| (-112)) (|:| -4442 |#5|))) |#4| |#5|) 109)) (-3597 (((-656 (-2 (|:| |val| (-112)) (|:| -4442 |#5|))) |#4| |#5|) 130)) (-4216 (((-656 (-2 (|:| |val| (-112)) (|:| -4442 |#5|))) |#4| |#5|) 47) (((-112) |#4| |#5|) 55)) (-1854 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) |#3| (-112)) 92) (((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5| (-112) (-112)) 52)) (-3173 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5|) 87)) (-3580 (((-1293)) 36)) (-3251 (((-1293)) 25)) (-1570 (((-1293) (-1179) (-1179) (-1179)) 32)) (-1627 (((-1293) (-1179) (-1179) (-1179)) 21)))
+(((-1129 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1627 ((-1293) (-1179) (-1179) (-1179))) (-15 -3251 ((-1293))) (-15 -1570 ((-1293) (-1179) (-1179) (-1179))) (-15 -3580 ((-1293))) (-15 -1713 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) |#4| |#4| |#5|)) (-15 -1854 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -1854 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) |#3| (-112))) (-15 -3173 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5|)) (-15 -2510 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5|)) (-15 -4216 ((-112) |#4| |#5|)) (-15 -1538 ((-656 (-2 (|:| |val| (-112)) (|:| -4442 |#5|))) |#4| |#5|)) (-15 -3620 ((-656 |#5|) |#4| |#5|)) (-15 -3597 ((-656 (-2 (|:| |val| (-112)) (|:| -4442 |#5|))) |#4| |#5|)) (-15 -1946 ((-656 |#5|) |#4| |#5|)) (-15 -4216 ((-656 (-2 (|:| |val| (-112)) (|:| -4442 |#5|))) |#4| |#5|)) (-15 -3552 ((-656 |#5|) |#4| |#5|)) (-15 -4266 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#5|))) (-464) (-805) (-862) (-1086 |#1| |#2| |#3|) (-1092 |#1| |#2| |#3| |#4|)) (T -1129))
+((-4266 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4)))) (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-3552 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 *4)) (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-4216 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -4442 *4)))) (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-1946 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 *4)) (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-3597 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -4442 *4)))) (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-3620 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 *4)) (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-1538 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -4442 *4)))) (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-4216 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-2510 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4)))) (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-3173 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4)))) (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-1854 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 (-2 (|:| |val| (-656 *8)) (|:| -4442 *9)))) (-5 *5 (-112)) (-4 *8 (-1086 *6 *7 *4)) (-4 *9 (-1092 *6 *7 *4 *8)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *4 (-862)) (-5 *2 (-656 (-2 (|:| |val| *8) (|:| -4442 *9)))) (-5 *1 (-1129 *6 *7 *4 *8 *9)))) (-1854 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *3 (-1086 *6 *7 *8)) (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4)))) (-5 *1 (-1129 *6 *7 *8 *3 *4)) (-4 *4 (-1092 *6 *7 *8 *3)))) (-1713 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4)))) (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))) (-3580 (*1 *2) (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-1293)) (-5 *1 (-1129 *3 *4 *5 *6 *7)) (-4 *7 (-1092 *3 *4 *5 *6)))) (-1570 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1179)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-1293)) (-5 *1 (-1129 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))) (-3251 (*1 *2) (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-1293)) (-5 *1 (-1129 *3 *4 *5 *6 *7)) (-4 *7 (-1092 *3 *4 *5 *6)))) (-1627 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1179)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-1293)) (-5 *1 (-1129 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))))
+(-10 -7 (-15 -1627 ((-1293) (-1179) (-1179) (-1179))) (-15 -3251 ((-1293))) (-15 -1570 ((-1293) (-1179) (-1179) (-1179))) (-15 -3580 ((-1293))) (-15 -1713 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) |#4| |#4| |#5|)) (-15 -1854 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -1854 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) |#3| (-112))) (-15 -3173 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5|)) (-15 -2510 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#4| |#5|)) (-15 -4216 ((-112) |#4| |#5|)) (-15 -1538 ((-656 (-2 (|:| |val| (-112)) (|:| -4442 |#5|))) |#4| |#5|)) (-15 -3620 ((-656 |#5|) |#4| |#5|)) (-15 -3597 ((-656 (-2 (|:| |val| (-112)) (|:| -4442 |#5|))) |#4| |#5|)) (-15 -1946 ((-656 |#5|) |#4| |#5|)) (-15 -4216 ((-656 (-2 (|:| |val| (-112)) (|:| -4442 |#5|))) |#4| |#5|)) (-15 -3552 ((-656 |#5|) |#4| |#5|)) (-15 -4266 ((-656 (-2 (|:| |val| |#4|) (|:| -4442 |#5|))) |#4| |#5|)))
+((-1955 (((-112) $ $) 6)) (-4130 (((-656 (-2 (|:| -1594 $) (|:| -3823 (-656 |#4|)))) (-656 |#4|)) 86)) (-3769 (((-656 $) (-656 |#4|)) 87) (((-656 $) (-656 |#4|) (-112)) 112)) (-1583 (((-656 |#3|) $) 34)) (-1734 (((-112) $) 27)) (-2306 (((-112) $) 18 (|has| |#1| (-568)))) (-2936 (((-112) |#4| $) 102) (((-112) $) 98)) (-4375 ((|#4| |#4| $) 93)) (-4068 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 $))) |#4| $) 127)) (-2380 (((-2 (|:| |under| $) (|:| -4110 $) (|:| |upper| $)) $ |#3|) 28)) (-1951 (((-112) $ (-783)) 45)) (-3604 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4464))) (((-3 |#4| "failed") $ |#3|) 80)) (-3853 (($) 46 T CONST)) (-4317 (((-112) $) 23 (|has| |#1| (-568)))) (-1331 (((-112) $ $) 25 (|has| |#1| (-568)))) (-3465 (((-112) $ $) 24 (|has| |#1| (-568)))) (-3304 (((-112) $) 26 (|has| |#1| (-568)))) (-4336 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-1405 (((-656 |#4|) (-656 |#4|) $) 19 (|has| |#1| (-568)))) (-1426 (((-656 |#4|) (-656 |#4|) $) 20 (|has| |#1| (-568)))) (-2981 (((-3 $ "failed") (-656 |#4|)) 37)) (-2318 (($ (-656 |#4|)) 36)) (-1762 (((-3 $ "failed") $) 83)) (-3494 ((|#4| |#4| $) 90)) (-2741 (($ $) 69 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464))))) (-2824 (($ |#4| $) 68 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4464)))) (-1380 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-568)))) (-2094 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-2062 ((|#4| |#4| $) 88)) (-2722 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4464))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4464))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-2752 (((-2 (|:| -1594 (-656 |#4|)) (|:| -3823 (-656 |#4|))) $) 106)) (-1384 (((-112) |#4| $) 137)) (-3217 (((-112) |#4| $) 134)) (-1868 (((-112) |#4| $) 138) (((-112) $) 135)) (-3722 (((-656 |#4|) $) 53 (|has| $ (-6 -4464)))) (-3925 (((-112) |#4| $) 105) (((-112) $) 104)) (-2777 ((|#3| $) 35)) (-4157 (((-112) $ (-783)) 44)) (-4302 (((-656 |#4|) $) 54 (|has| $ (-6 -4464)))) (-4029 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#4| |#4|) $) 48)) (-3044 (((-656 |#3|) $) 33)) (-3436 (((-112) |#3| $) 32)) (-4002 (((-112) $ (-783)) 43)) (-4185 (((-1179) $) 10)) (-4364 (((-3 |#4| (-656 $)) |#4| |#4| $) 129)) (-3172 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 $))) |#4| |#4| $) 128)) (-2850 (((-3 |#4| "failed") $) 84)) (-1576 (((-656 $) |#4| $) 130)) (-3446 (((-3 (-112) (-656 $)) |#4| $) 133)) (-3292 (((-656 (-2 (|:| |val| (-112)) (|:| -4442 $))) |#4| $) 132) (((-112) |#4| $) 131)) (-2157 (((-656 $) |#4| $) 126) (((-656 $) (-656 |#4|) $) 125) (((-656 $) (-656 |#4|) (-656 $)) 124) (((-656 $) |#4| (-656 $)) 123)) (-2801 (($ |#4| $) 118) (($ (-656 |#4|) $) 117)) (-1932 (((-656 |#4|) $) 108)) (-3811 (((-112) |#4| $) 100) (((-112) $) 96)) (-3758 ((|#4| |#4| $) 91)) (-3901 (((-112) $ $) 111)) (-1647 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-568)))) (-1989 (((-112) |#4| $) 101) (((-112) $) 97)) (-2614 ((|#4| |#4| $) 92)) (-3117 (((-1141) $) 11)) (-1753 (((-3 |#4| "failed") $) 85)) (-2922 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-4194 (((-3 $ "failed") $ |#4|) 79)) (-3168 (($ $ |#4|) 78) (((-656 $) |#4| $) 116) (((-656 $) |#4| (-656 $)) 115) (((-656 $) (-656 |#4|) $) 114) (((-656 $) (-656 |#4|) (-656 $)) 113)) (-3484 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 |#4|) (-656 |#4|)) 60 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-304 |#4|)) 58 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-656 (-304 |#4|))) 57 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))) (-2587 (((-112) $ $) 39)) (-4190 (((-112) $) 42)) (-3029 (($) 41)) (-2786 (((-783) $) 107)) (-3131 (((-783) |#4| $) 55 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) (((-783) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4464)))) (-4287 (($ $) 40)) (-1554 (((-548) $) 70 (|has| |#4| (-626 (-548))))) (-4125 (($ (-656 |#4|)) 61)) (-4154 (($ $ |#3|) 29)) (-3200 (($ $ |#3|) 31)) (-2763 (($ $) 89)) (-4039 (($ $ |#3|) 30)) (-4114 (((-876) $) 12) (((-656 |#4|) $) 38)) (-2825 (((-783) $) 77 (|has| |#3| (-379)))) (-3000 (((-112) $ $) 9)) (-1976 (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-1778 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) 99)) (-3852 (((-656 $) |#4| $) 122) (((-656 $) |#4| (-656 $)) 121) (((-656 $) (-656 |#4|) $) 120) (((-656 $) (-656 |#4|) (-656 $)) 119)) (-1746 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4464)))) (-3783 (((-656 |#3|) $) 82)) (-3895 (((-112) |#4| $) 136)) (-1649 (((-112) |#3| $) 81)) (-3939 (((-112) $ $) 7)) (-1968 (((-783) $) 47 (|has| $ (-6 -4464)))))
+(((-1130 |#1| |#2| |#3| |#4|) (-141) (-464) (-805) (-862) (-1086 |t#1| |t#2| |t#3|)) (T -1130))
+NIL
+(-13 (-1092 |t#1| |t#2| |t#3| |t#4|))
+(((-34) . T) ((-102) . T) ((-625 (-656 |#4|)) . T) ((-625 (-876)) . T) ((-152 |#4|) . T) ((-626 (-548)) |has| |#4| (-626 (-548))) ((-319 |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))) ((-501 |#4|) . T) ((-526 |#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))) ((-997 |#1| |#2| |#3| |#4|) . T) ((-1092 |#1| |#2| |#3| |#4|) . T) ((-1121) . T) ((-1231 |#1| |#2| |#3| |#4|) . T) ((-1238) . T))
+((-2319 (((-656 (-576)) (-576) (-576) (-576)) 38)) (-4101 (((-656 (-576)) (-576) (-576) (-576)) 28)) (-3391 (((-656 (-576)) (-576) (-576) (-576)) 33)) (-4401 (((-576) (-576) (-576)) 21)) (-3503 (((-1288 (-576)) (-656 (-576)) (-1288 (-576)) (-576)) 77) (((-1288 (-576)) (-1288 (-576)) (-1288 (-576)) (-576)) 72)) (-3610 (((-656 (-576)) (-656 (-940)) (-656 (-576)) (-112)) 54)) (-2373 (((-701 (-576)) (-656 (-576)) (-656 (-576)) (-701 (-576))) 76)) (-3637 (((-701 (-576)) (-656 (-940)) (-656 (-576))) 59)) (-3060 (((-656 (-701 (-576))) (-656 (-940))) 65)) (-4368 (((-656 (-576)) (-656 (-576)) (-656 (-576)) (-701 (-576))) 80)) (-2266 (((-701 (-576)) (-656 (-576)) (-656 (-576)) (-656 (-576))) 90)))
+(((-1131) (-10 -7 (-15 -2266 ((-701 (-576)) (-656 (-576)) (-656 (-576)) (-656 (-576)))) (-15 -4368 ((-656 (-576)) (-656 (-576)) (-656 (-576)) (-701 (-576)))) (-15 -3060 ((-656 (-701 (-576))) (-656 (-940)))) (-15 -3637 ((-701 (-576)) (-656 (-940)) (-656 (-576)))) (-15 -2373 ((-701 (-576)) (-656 (-576)) (-656 (-576)) (-701 (-576)))) (-15 -3610 ((-656 (-576)) (-656 (-940)) (-656 (-576)) (-112))) (-15 -3503 ((-1288 (-576)) (-1288 (-576)) (-1288 (-576)) (-576))) (-15 -3503 ((-1288 (-576)) (-656 (-576)) (-1288 (-576)) (-576))) (-15 -4401 ((-576) (-576) (-576))) (-15 -3391 ((-656 (-576)) (-576) (-576) (-576))) (-15 -4101 ((-656 (-576)) (-576) (-576) (-576))) (-15 -2319 ((-656 (-576)) (-576) (-576) (-576))))) (T -1131))
+((-2319 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1131)) (-5 *3 (-576)))) (-4101 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1131)) (-5 *3 (-576)))) (-3391 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1131)) (-5 *3 (-576)))) (-4401 (*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1131)))) (-3503 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-1288 (-576))) (-5 *3 (-656 (-576))) (-5 *4 (-576)) (-5 *1 (-1131)))) (-3503 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-1288 (-576))) (-5 *3 (-576)) (-5 *1 (-1131)))) (-3610 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-656 (-576))) (-5 *3 (-656 (-940))) (-5 *4 (-112)) (-5 *1 (-1131)))) (-2373 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-701 (-576))) (-5 *3 (-656 (-576))) (-5 *1 (-1131)))) (-3637 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-940))) (-5 *4 (-656 (-576))) (-5 *2 (-701 (-576))) (-5 *1 (-1131)))) (-3060 (*1 *2 *3) (-12 (-5 *3 (-656 (-940))) (-5 *2 (-656 (-701 (-576)))) (-5 *1 (-1131)))) (-4368 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-656 (-576))) (-5 *3 (-701 (-576))) (-5 *1 (-1131)))) (-2266 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-656 (-576))) (-5 *2 (-701 (-576))) (-5 *1 (-1131)))))
+(-10 -7 (-15 -2266 ((-701 (-576)) (-656 (-576)) (-656 (-576)) (-656 (-576)))) (-15 -4368 ((-656 (-576)) (-656 (-576)) (-656 (-576)) (-701 (-576)))) (-15 -3060 ((-656 (-701 (-576))) (-656 (-940)))) (-15 -3637 ((-701 (-576)) (-656 (-940)) (-656 (-576)))) (-15 -2373 ((-701 (-576)) (-656 (-576)) (-656 (-576)) (-701 (-576)))) (-15 -3610 ((-656 (-576)) (-656 (-940)) (-656 (-576)) (-112))) (-15 -3503 ((-1288 (-576)) (-1288 (-576)) (-1288 (-576)) (-576))) (-15 -3503 ((-1288 (-576)) (-656 (-576)) (-1288 (-576)) (-576))) (-15 -4401 ((-576) (-576) (-576))) (-15 -3391 ((-656 (-576)) (-576) (-576) (-576))) (-15 -4101 ((-656 (-576)) (-576) (-576) (-576))) (-15 -2319 ((-656 (-576)) (-576) (-576) (-576))))
+((** (($ $ (-940)) 10)))
+(((-1132 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-940)))) (-1133)) (T -1132))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-940))))
+((-1955 (((-112) $ $) 6)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)) (** (($ $ (-940)) 14)) (* (($ $ $) 15)))
+(((-1133) (-141)) (T -1133))
+((* (*1 *1 *1 *1) (-4 *1 (-1133))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1133)) (-5 *2 (-940)))))
+(-13 (-1121) (-10 -8 (-15 * ($ $ $)) (-15 ** ($ $ (-940)))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL (|has| |#3| (-102)))) (-2604 (((-112) $) NIL (|has| |#3| (-23)))) (-4233 (($ (-940)) NIL (|has| |#3| (-1070)))) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-3900 (($ $ $) NIL (|has| |#3| (-805)))) (-2583 (((-3 $ "failed") $ $) NIL (|has| |#3| (-132)))) (-1951 (((-112) $ (-783)) NIL)) (-2200 (((-783)) NIL (|has| |#3| (-379)))) (-4268 ((|#3| $ (-576) |#3|) NIL (|has| $ (-6 -4465)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL (-12 (|has| |#3| (-1059 (-576))) (|has| |#3| (-1121)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| |#3| (-1059 (-419 (-576)))) (|has| |#3| (-1121)))) (((-3 |#3| "failed") $) NIL (|has| |#3| (-1121)))) (-2318 (((-576) $) NIL (-12 (|has| |#3| (-1059 (-576))) (|has| |#3| (-1121)))) (((-419 (-576)) $) NIL (-12 (|has| |#3| (-1059 (-419 (-576)))) (|has| |#3| (-1121)))) ((|#3| $) NIL (|has| |#3| (-1121)))) (-2255 (((-701 (-576)) (-701 $)) NIL (-12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1070)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (-12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1070)))) (((-2 (|:| -2663 (-701 |#3|)) (|:| |vec| (-1288 |#3|))) (-701 $) (-1288 $)) NIL (|has| |#3| (-1070))) (((-701 |#3|) (-701 $)) NIL (|has| |#3| (-1070)))) (-2413 (((-3 $ "failed") $) NIL (|has| |#3| (-1070)))) (-4370 (($) NIL (|has| |#3| (-379)))) (-1908 ((|#3| $ (-576) |#3|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#3| $ (-576)) 12)) (-3722 (((-656 |#3|) $) NIL (|has| $ (-6 -4464)))) (-3315 (((-112) $) NIL (|has| |#3| (-1070)))) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) NIL (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| |#3| (-862)))) (-4302 (((-656 |#3|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#3| (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| |#3| (-862)))) (-1896 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#3| |#3|) $) NIL)) (-2106 (((-940) $) NIL (|has| |#3| (-379)))) (-4002 (((-112) $ (-783)) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (-12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1070)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (-12 (|has| |#3| (-651 (-576))) (|has| |#3| (-1070)))) (((-2 (|:| -2663 (-701 |#3|)) (|:| |vec| (-1288 |#3|))) (-1288 $) $) NIL (|has| |#3| (-1070))) (((-701 |#3|) (-1288 $)) NIL (|has| |#3| (-1070)))) (-4185 (((-1179) $) NIL (|has| |#3| (-1121)))) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-2409 (($ (-940)) NIL (|has| |#3| (-379)))) (-3117 (((-1141) $) NIL (|has| |#3| (-1121)))) (-1753 ((|#3| $) NIL (|has| (-576) (-862)))) (-3140 (($ $ |#3|) NIL (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#3|))) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121)))) (($ $ (-304 |#3|)) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121)))) (($ $ (-656 |#3|) (-656 |#3|)) NIL (-12 (|has| |#3| (-319 |#3|)) (|has| |#3| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#3| (-1121))))) (-3700 (((-656 |#3|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#3| $ (-576) |#3|) NIL) ((|#3| $ (-576)) NIL)) (-2429 ((|#3| $ $) NIL (|has| |#3| (-1070)))) (-1492 (($ (-1288 |#3|)) NIL)) (-2435 (((-135)) NIL (|has| |#3| (-374)))) (-4107 (($ $ (-783)) NIL (-12 (|has| |#3| (-237)) (|has| |#3| (-1070)))) (($ $) NIL (-12 (|has| |#3| (-237)) (|has| |#3| (-1070)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070)))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070)))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070)))) (($ $ (-1197)) NIL (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070)))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1070))) (($ $ (-1 |#3| |#3|) (-783)) NIL (|has| |#3| (-1070)))) (-3131 (((-783) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4464))) (((-783) |#3| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#3| (-1121))))) (-4287 (($ $) NIL)) (-4114 (((-1288 |#3|) $) NIL) (($ (-576)) NIL (-3795 (-12 (|has| |#3| (-1059 (-576))) (|has| |#3| (-1121))) (|has| |#3| (-1070)))) (($ (-419 (-576))) NIL (-12 (|has| |#3| (-1059 (-419 (-576)))) (|has| |#3| (-1121)))) (($ |#3|) NIL (|has| |#3| (-1121))) (((-876) $) NIL (|has| |#3| (-625 (-876))))) (-2864 (((-783)) NIL (|has| |#3| (-1070)) CONST)) (-3000 (((-112) $ $) NIL (|has| |#3| (-1121)))) (-1746 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4464)))) (-4312 (($) NIL (|has| |#3| (-23)) CONST)) (-4322 (($) NIL (|has| |#3| (-1070)) CONST)) (-3157 (($ $ (-783)) NIL (-12 (|has| |#3| (-237)) (|has| |#3| (-1070)))) (($ $) NIL (-12 (|has| |#3| (-237)) (|has| |#3| (-1070)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070)))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070)))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070)))) (($ $ (-1197)) NIL (-12 (|has| |#3| (-919 (-1197))) (|has| |#3| (-1070)))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1070))) (($ $ (-1 |#3| |#3|) (-783)) NIL (|has| |#3| (-1070)))) (-3995 (((-112) $ $) NIL (|has| |#3| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#3| (-862)))) (-3939 (((-112) $ $) NIL (|has| |#3| (-102)))) (-3985 (((-112) $ $) NIL (|has| |#3| (-862)))) (-3962 (((-112) $ $) 24 (|has| |#3| (-862)))) (-4047 (($ $ |#3|) NIL (|has| |#3| (-374)))) (-4037 (($ $ $) NIL (|has| |#3| (-21))) (($ $) NIL (|has| |#3| (-21)))) (-4027 (($ $ $) NIL (|has| |#3| (-25)))) (** (($ $ (-783)) NIL (|has| |#3| (-1070))) (($ $ (-940)) NIL (|has| |#3| (-1070)))) (* (($ $ $) NIL (|has| |#3| (-1070))) (($ $ |#3|) NIL (|has| |#3| (-738))) (($ |#3| $) NIL (|has| |#3| (-738))) (($ (-576) $) NIL (|has| |#3| (-21))) (($ (-783) $) NIL (|has| |#3| (-23))) (($ (-940) $) NIL (|has| |#3| (-25)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-1134 |#1| |#2| |#3|) (-243 |#1| |#3|) (-783) (-783) (-805)) (T -1134))
NIL
(-243 |#1| |#3|)
-((-3282 (((-656 (-1259 |#2| |#1|)) (-1259 |#2| |#1|) (-1259 |#2| |#1|)) 50)) (-1443 (((-576) (-1259 |#2| |#1|)) 94 (|has| |#1| (-464)))) (-3736 (((-576) (-1259 |#2| |#1|)) 76)) (-2860 (((-656 (-1259 |#2| |#1|)) (-1259 |#2| |#1|) (-1259 |#2| |#1|)) 58)) (-2759 (((-576) (-1259 |#2| |#1|) (-1259 |#2| |#1|)) 93 (|has| |#1| (-464)))) (-2410 (((-656 |#1|) (-1259 |#2| |#1|) (-1259 |#2| |#1|)) 61)) (-1466 (((-576) (-1259 |#2| |#1|) (-1259 |#2| |#1|)) 75)))
-(((-1133 |#1| |#2|) (-10 -7 (-15 -3282 ((-656 (-1259 |#2| |#1|)) (-1259 |#2| |#1|) (-1259 |#2| |#1|))) (-15 -2860 ((-656 (-1259 |#2| |#1|)) (-1259 |#2| |#1|) (-1259 |#2| |#1|))) (-15 -2410 ((-656 |#1|) (-1259 |#2| |#1|) (-1259 |#2| |#1|))) (-15 -1466 ((-576) (-1259 |#2| |#1|) (-1259 |#2| |#1|))) (-15 -3736 ((-576) (-1259 |#2| |#1|))) (IF (|has| |#1| (-464)) (PROGN (-15 -2759 ((-576) (-1259 |#2| |#1|) (-1259 |#2| |#1|))) (-15 -1443 ((-576) (-1259 |#2| |#1|)))) |%noBranch|)) (-832) (-1195)) (T -1133))
-((-1443 (*1 *2 *3) (-12 (-5 *3 (-1259 *5 *4)) (-4 *4 (-464)) (-4 *4 (-832)) (-14 *5 (-1195)) (-5 *2 (-576)) (-5 *1 (-1133 *4 *5)))) (-2759 (*1 *2 *3 *3) (-12 (-5 *3 (-1259 *5 *4)) (-4 *4 (-464)) (-4 *4 (-832)) (-14 *5 (-1195)) (-5 *2 (-576)) (-5 *1 (-1133 *4 *5)))) (-3736 (*1 *2 *3) (-12 (-5 *3 (-1259 *5 *4)) (-4 *4 (-832)) (-14 *5 (-1195)) (-5 *2 (-576)) (-5 *1 (-1133 *4 *5)))) (-1466 (*1 *2 *3 *3) (-12 (-5 *3 (-1259 *5 *4)) (-4 *4 (-832)) (-14 *5 (-1195)) (-5 *2 (-576)) (-5 *1 (-1133 *4 *5)))) (-2410 (*1 *2 *3 *3) (-12 (-5 *3 (-1259 *5 *4)) (-4 *4 (-832)) (-14 *5 (-1195)) (-5 *2 (-656 *4)) (-5 *1 (-1133 *4 *5)))) (-2860 (*1 *2 *3 *3) (-12 (-4 *4 (-832)) (-14 *5 (-1195)) (-5 *2 (-656 (-1259 *5 *4))) (-5 *1 (-1133 *4 *5)) (-5 *3 (-1259 *5 *4)))) (-3282 (*1 *2 *3 *3) (-12 (-4 *4 (-832)) (-14 *5 (-1195)) (-5 *2 (-656 (-1259 *5 *4))) (-5 *1 (-1133 *4 *5)) (-5 *3 (-1259 *5 *4)))))
-(-10 -7 (-15 -3282 ((-656 (-1259 |#2| |#1|)) (-1259 |#2| |#1|) (-1259 |#2| |#1|))) (-15 -2860 ((-656 (-1259 |#2| |#1|)) (-1259 |#2| |#1|) (-1259 |#2| |#1|))) (-15 -2410 ((-656 |#1|) (-1259 |#2| |#1|) (-1259 |#2| |#1|))) (-15 -1466 ((-576) (-1259 |#2| |#1|) (-1259 |#2| |#1|))) (-15 -3736 ((-576) (-1259 |#2| |#1|))) (IF (|has| |#1| (-464)) (PROGN (-15 -2759 ((-576) (-1259 |#2| |#1|) (-1259 |#2| |#1|))) (-15 -1443 ((-576) (-1259 |#2| |#1|)))) |%noBranch|))
-((-3486 (((-112) $ $) NIL)) (-3083 (($ (-518) (-1137)) 13)) (-2700 (((-1137) $) 19)) (-2624 (((-518) $) 16)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 26) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1134) (-13 (-1102) (-10 -8 (-15 -3083 ($ (-518) (-1137))) (-15 -2624 ((-518) $)) (-15 -2700 ((-1137) $))))) (T -1134))
-((-3083 (*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-1137)) (-5 *1 (-1134)))) (-2624 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-1134)))) (-2700 (*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-1134)))))
-(-13 (-1102) (-10 -8 (-15 -3083 ($ (-518) (-1137))) (-15 -2624 ((-518) $)) (-15 -2700 ((-1137) $))))
-((-2786 (((-3 (-576) "failed") |#2| (-1195) |#2| (-1177)) 19) (((-3 (-576) "failed") |#2| (-1195) (-855 |#2|)) 17) (((-3 (-576) "failed") |#2|) 60)))
-(((-1135 |#1| |#2|) (-10 -7 (-15 -2786 ((-3 (-576) "failed") |#2|)) (-15 -2786 ((-3 (-576) "failed") |#2| (-1195) (-855 |#2|))) (-15 -2786 ((-3 (-576) "failed") |#2| (-1195) |#2| (-1177)))) (-13 (-568) (-1057 (-576)) (-651 (-576)) (-464)) (-13 (-27) (-1221) (-442 |#1|))) (T -1135))
-((-2786 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-1195)) (-5 *5 (-1177)) (-4 *6 (-13 (-568) (-1057 *2) (-651 *2) (-464))) (-5 *2 (-576)) (-5 *1 (-1135 *6 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *6))))) (-2786 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1195)) (-5 *5 (-855 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *6))) (-4 *6 (-13 (-568) (-1057 *2) (-651 *2) (-464))) (-5 *2 (-576)) (-5 *1 (-1135 *6 *3)))) (-2786 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-568) (-1057 *2) (-651 *2) (-464))) (-5 *2 (-576)) (-5 *1 (-1135 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *4))))))
-(-10 -7 (-15 -2786 ((-3 (-576) "failed") |#2|)) (-15 -2786 ((-3 (-576) "failed") |#2| (-1195) (-855 |#2|))) (-15 -2786 ((-3 (-576) "failed") |#2| (-1195) |#2| (-1177))))
-((-2786 (((-3 (-576) "failed") (-419 (-969 |#1|)) (-1195) (-419 (-969 |#1|)) (-1177)) 38) (((-3 (-576) "failed") (-419 (-969 |#1|)) (-1195) (-855 (-419 (-969 |#1|)))) 33) (((-3 (-576) "failed") (-419 (-969 |#1|))) 14)))
-(((-1136 |#1|) (-10 -7 (-15 -2786 ((-3 (-576) "failed") (-419 (-969 |#1|)))) (-15 -2786 ((-3 (-576) "failed") (-419 (-969 |#1|)) (-1195) (-855 (-419 (-969 |#1|))))) (-15 -2786 ((-3 (-576) "failed") (-419 (-969 |#1|)) (-1195) (-419 (-969 |#1|)) (-1177)))) (-464)) (T -1136))
-((-2786 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-419 (-969 *6))) (-5 *4 (-1195)) (-5 *5 (-1177)) (-4 *6 (-464)) (-5 *2 (-576)) (-5 *1 (-1136 *6)))) (-2786 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1195)) (-5 *5 (-855 (-419 (-969 *6)))) (-5 *3 (-419 (-969 *6))) (-4 *6 (-464)) (-5 *2 (-576)) (-5 *1 (-1136 *6)))) (-2786 (*1 *2 *3) (|partial| -12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-464)) (-5 *2 (-576)) (-5 *1 (-1136 *4)))))
-(-10 -7 (-15 -2786 ((-3 (-576) "failed") (-419 (-969 |#1|)))) (-15 -2786 ((-3 (-576) "failed") (-419 (-969 |#1|)) (-1195) (-855 (-419 (-969 |#1|))))) (-15 -2786 ((-3 (-576) "failed") (-419 (-969 |#1|)) (-1195) (-419 (-969 |#1|)) (-1177))))
-((-3486 (((-112) $ $) NIL)) (-2981 (((-1200) $) 12)) (-2913 (((-656 (-1200)) $) 14)) (-2700 (($ (-656 (-1200)) (-1200)) 10)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 29)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 17)))
-(((-1137) (-13 (-1119) (-10 -8 (-15 -2700 ($ (-656 (-1200)) (-1200))) (-15 -2981 ((-1200) $)) (-15 -2913 ((-656 (-1200)) $))))) (T -1137))
-((-2700 (*1 *1 *2 *3) (-12 (-5 *2 (-656 (-1200))) (-5 *3 (-1200)) (-5 *1 (-1137)))) (-2981 (*1 *2 *1) (-12 (-5 *2 (-1200)) (-5 *1 (-1137)))) (-2913 (*1 *2 *1) (-12 (-5 *2 (-656 (-1200))) (-5 *1 (-1137)))))
-(-13 (-1119) (-10 -8 (-15 -2700 ($ (-656 (-1200)) (-1200))) (-15 -2981 ((-1200) $)) (-15 -2913 ((-656 (-1200)) $))))
-((-3241 (((-326 (-576)) (-48)) 12)))
-(((-1138) (-10 -7 (-15 -3241 ((-326 (-576)) (-48))))) (T -1138))
-((-3241 (*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-326 (-576))) (-5 *1 (-1138)))))
-(-10 -7 (-15 -3241 ((-326 (-576)) (-48))))
-((-3486 (((-112) $ $) NIL)) (-3514 (($ $) 44)) (-1353 (((-112) $) 70)) (-2689 (($ $ $) 53)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 98)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-3248 (($ $ $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-4185 (($ $ $ $) 81)) (-1415 (($ $) NIL)) (-3422 (((-430 $) $) NIL)) (-1829 (((-112) $ $) NIL)) (-2093 (((-783)) 83)) (-2786 (((-576) $) NIL)) (-2740 (($ $ $) 78)) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL)) (-2857 (((-576) $) NIL)) (-3426 (($ $ $) 64)) (-3142 (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 92) (((-701 (-576)) (-701 $)) 32)) (-2251 (((-3 $ "failed") $) NIL)) (-2772 (((-3 (-419 (-576)) "failed") $) NIL)) (-4423 (((-112) $) NIL)) (-4335 (((-419 (-576)) $) NIL)) (-1834 (($) 95) (($ $) 96)) (-3438 (($ $ $) 63)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL)) (-4283 (((-112) $) NIL)) (-3535 (($ $ $ $) NIL)) (-2363 (($ $ $) 93)) (-3075 (((-112) $) NIL)) (-4440 (($ $ $) NIL)) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL)) (-2680 (($ $ $) 52)) (-3612 (((-112) $) 72)) (-2044 (((-112) $) 69)) (-2658 (($ $) 45)) (-2162 (((-3 $ "failed") $) NIL)) (-3667 (((-112) $) 82)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3832 (($ $ $ $) 79)) (-3123 (($ $ $) 74) (($) 42 T CONST)) (-2352 (($ $ $) 73) (($) 41 T CONST)) (-2238 (($ $) NIL)) (-4379 (((-938) $) 88)) (-2432 (($ $) 77)) (-1853 (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL) (((-701 (-576)) (-1286 $)) NIL)) (-3457 (($ $ $) NIL) (($ (-656 $)) NIL)) (-3881 (((-1177) $) NIL)) (-2672 (($ $ $) NIL)) (-3537 (($) NIL T CONST)) (-3222 (($ (-938)) 87)) (-1371 (($ $) 57)) (-1448 (((-1139) $) 76)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL)) (-3495 (($ $ $) 67) (($ (-656 $)) NIL)) (-3628 (($ $) NIL)) (-1827 (((-430 $) $) NIL)) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL)) (-3473 (((-3 $ "failed") $ $) NIL)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-2227 (((-112) $) NIL)) (-3909 (((-783) $) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 66)) (-2770 (($ $) NIL) (($ $ (-783)) NIL)) (-1805 (($ $) 58)) (-1868 (($ $) NIL)) (-4169 (((-576) $) 17) (((-548) $) NIL) (((-905 (-576)) $) NIL) (((-390) $) NIL) (((-227) $) NIL)) (-3567 (((-874) $) 35) (($ (-576)) 94) (($ $) NIL) (($ (-576)) 94)) (-2596 (((-783)) NIL T CONST)) (-1881 (((-112) $ $) NIL)) (-4020 (($ $ $) NIL)) (-1540 (((-112) $ $) NIL)) (-3513 (($) 40)) (-4196 (((-112) $ $) NIL)) (-2669 (($ $ $) 50)) (-2483 (($ $ $ $) 80)) (-4308 (($ $) 68)) (-3560 (($ $ $) 47)) (-2716 (($) 7 T CONST)) (-3866 (($ $ $) 51)) (-2727 (($) 39 T CONST)) (-4359 (((-1177) $) 26) (((-1177) $ (-112)) 27) (((-1291) (-834) $) 28) (((-1291) (-834) $ (-112)) 29)) (-3879 (($ $) 48)) (-2014 (($ $) NIL) (($ $ (-783)) NIL)) (-3854 (($ $ $) 49)) (-2989 (((-112) $ $) 56)) (-2960 (((-112) $ $) 54)) (-2921 (((-112) $ $) 43)) (-2975 (((-112) $ $) 55)) (-2946 (((-112) $ $) 10)) (-3549 (($ $ $) 46)) (-3041 (($ $) 16) (($ $ $) 60)) (-3027 (($ $ $) 59)) (** (($ $ (-938)) NIL) (($ $ (-783)) 62)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 38) (($ $ $) 37) (($ (-576) $) 38)))
-(((-1139) (-13 (-557) (-856) (-113) (-673) (-840) (-10 -8 (-6 -4449) (-6 -4454) (-6 -4450) (-15 -2689 ($ $ $)) (-15 -3879 ($ $)) (-15 -3854 ($ $ $)) (-15 -3866 ($ $ $))))) (T -1139))
-((-2689 (*1 *1 *1 *1) (-5 *1 (-1139))) (-3879 (*1 *1 *1) (-5 *1 (-1139))) (-3854 (*1 *1 *1 *1) (-5 *1 (-1139))) (-3866 (*1 *1 *1 *1) (-5 *1 (-1139))))
-(-13 (-557) (-856) (-113) (-673) (-840) (-10 -8 (-6 -4449) (-6 -4454) (-6 -4450) (-15 -2689 ($ $ $)) (-15 -3879 ($ $)) (-15 -3854 ($ $ $)) (-15 -3866 ($ $ $))))
+((-3187 (((-656 (-1261 |#2| |#1|)) (-1261 |#2| |#1|) (-1261 |#2| |#1|)) 50)) (-3119 (((-576) (-1261 |#2| |#1|)) 94 (|has| |#1| (-464)))) (-1994 (((-576) (-1261 |#2| |#1|)) 76)) (-3479 (((-656 (-1261 |#2| |#1|)) (-1261 |#2| |#1|) (-1261 |#2| |#1|)) 58)) (-3771 (((-576) (-1261 |#2| |#1|) (-1261 |#2| |#1|)) 93 (|has| |#1| (-464)))) (-1534 (((-656 |#1|) (-1261 |#2| |#1|) (-1261 |#2| |#1|)) 61)) (-1938 (((-576) (-1261 |#2| |#1|) (-1261 |#2| |#1|)) 75)))
+(((-1135 |#1| |#2|) (-10 -7 (-15 -3187 ((-656 (-1261 |#2| |#1|)) (-1261 |#2| |#1|) (-1261 |#2| |#1|))) (-15 -3479 ((-656 (-1261 |#2| |#1|)) (-1261 |#2| |#1|) (-1261 |#2| |#1|))) (-15 -1534 ((-656 |#1|) (-1261 |#2| |#1|) (-1261 |#2| |#1|))) (-15 -1938 ((-576) (-1261 |#2| |#1|) (-1261 |#2| |#1|))) (-15 -1994 ((-576) (-1261 |#2| |#1|))) (IF (|has| |#1| (-464)) (PROGN (-15 -3771 ((-576) (-1261 |#2| |#1|) (-1261 |#2| |#1|))) (-15 -3119 ((-576) (-1261 |#2| |#1|)))) |%noBranch|)) (-832) (-1197)) (T -1135))
+((-3119 (*1 *2 *3) (-12 (-5 *3 (-1261 *5 *4)) (-4 *4 (-464)) (-4 *4 (-832)) (-14 *5 (-1197)) (-5 *2 (-576)) (-5 *1 (-1135 *4 *5)))) (-3771 (*1 *2 *3 *3) (-12 (-5 *3 (-1261 *5 *4)) (-4 *4 (-464)) (-4 *4 (-832)) (-14 *5 (-1197)) (-5 *2 (-576)) (-5 *1 (-1135 *4 *5)))) (-1994 (*1 *2 *3) (-12 (-5 *3 (-1261 *5 *4)) (-4 *4 (-832)) (-14 *5 (-1197)) (-5 *2 (-576)) (-5 *1 (-1135 *4 *5)))) (-1938 (*1 *2 *3 *3) (-12 (-5 *3 (-1261 *5 *4)) (-4 *4 (-832)) (-14 *5 (-1197)) (-5 *2 (-576)) (-5 *1 (-1135 *4 *5)))) (-1534 (*1 *2 *3 *3) (-12 (-5 *3 (-1261 *5 *4)) (-4 *4 (-832)) (-14 *5 (-1197)) (-5 *2 (-656 *4)) (-5 *1 (-1135 *4 *5)))) (-3479 (*1 *2 *3 *3) (-12 (-4 *4 (-832)) (-14 *5 (-1197)) (-5 *2 (-656 (-1261 *5 *4))) (-5 *1 (-1135 *4 *5)) (-5 *3 (-1261 *5 *4)))) (-3187 (*1 *2 *3 *3) (-12 (-4 *4 (-832)) (-14 *5 (-1197)) (-5 *2 (-656 (-1261 *5 *4))) (-5 *1 (-1135 *4 *5)) (-5 *3 (-1261 *5 *4)))))
+(-10 -7 (-15 -3187 ((-656 (-1261 |#2| |#1|)) (-1261 |#2| |#1|) (-1261 |#2| |#1|))) (-15 -3479 ((-656 (-1261 |#2| |#1|)) (-1261 |#2| |#1|) (-1261 |#2| |#1|))) (-15 -1534 ((-656 |#1|) (-1261 |#2| |#1|) (-1261 |#2| |#1|))) (-15 -1938 ((-576) (-1261 |#2| |#1|) (-1261 |#2| |#1|))) (-15 -1994 ((-576) (-1261 |#2| |#1|))) (IF (|has| |#1| (-464)) (PROGN (-15 -3771 ((-576) (-1261 |#2| |#1|) (-1261 |#2| |#1|))) (-15 -3119 ((-576) (-1261 |#2| |#1|)))) |%noBranch|))
+((-1955 (((-112) $ $) NIL)) (-1712 (($ (-518) (-1139)) 13)) (-3513 (((-1139) $) 19)) (-4149 (((-518) $) 16)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 26) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1136) (-13 (-1104) (-10 -8 (-15 -1712 ($ (-518) (-1139))) (-15 -4149 ((-518) $)) (-15 -3513 ((-1139) $))))) (T -1136))
+((-1712 (*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-1139)) (-5 *1 (-1136)))) (-4149 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-1136)))) (-3513 (*1 *2 *1) (-12 (-5 *2 (-1139)) (-5 *1 (-1136)))))
+(-13 (-1104) (-10 -8 (-15 -1712 ($ (-518) (-1139))) (-15 -4149 ((-518) $)) (-15 -3513 ((-1139) $))))
+((-4018 (((-3 (-576) "failed") |#2| (-1197) |#2| (-1179)) 19) (((-3 (-576) "failed") |#2| (-1197) (-855 |#2|)) 17) (((-3 (-576) "failed") |#2|) 60)))
+(((-1137 |#1| |#2|) (-10 -7 (-15 -4018 ((-3 (-576) "failed") |#2|)) (-15 -4018 ((-3 (-576) "failed") |#2| (-1197) (-855 |#2|))) (-15 -4018 ((-3 (-576) "failed") |#2| (-1197) |#2| (-1179)))) (-13 (-568) (-1059 (-576)) (-651 (-576)) (-464)) (-13 (-27) (-1223) (-442 |#1|))) (T -1137))
+((-4018 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-1197)) (-5 *5 (-1179)) (-4 *6 (-13 (-568) (-1059 *2) (-651 *2) (-464))) (-5 *2 (-576)) (-5 *1 (-1137 *6 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *6))))) (-4018 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1197)) (-5 *5 (-855 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *6))) (-4 *6 (-13 (-568) (-1059 *2) (-651 *2) (-464))) (-5 *2 (-576)) (-5 *1 (-1137 *6 *3)))) (-4018 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-568) (-1059 *2) (-651 *2) (-464))) (-5 *2 (-576)) (-5 *1 (-1137 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *4))))))
+(-10 -7 (-15 -4018 ((-3 (-576) "failed") |#2|)) (-15 -4018 ((-3 (-576) "failed") |#2| (-1197) (-855 |#2|))) (-15 -4018 ((-3 (-576) "failed") |#2| (-1197) |#2| (-1179))))
+((-4018 (((-3 (-576) "failed") (-419 (-971 |#1|)) (-1197) (-419 (-971 |#1|)) (-1179)) 38) (((-3 (-576) "failed") (-419 (-971 |#1|)) (-1197) (-855 (-419 (-971 |#1|)))) 33) (((-3 (-576) "failed") (-419 (-971 |#1|))) 14)))
+(((-1138 |#1|) (-10 -7 (-15 -4018 ((-3 (-576) "failed") (-419 (-971 |#1|)))) (-15 -4018 ((-3 (-576) "failed") (-419 (-971 |#1|)) (-1197) (-855 (-419 (-971 |#1|))))) (-15 -4018 ((-3 (-576) "failed") (-419 (-971 |#1|)) (-1197) (-419 (-971 |#1|)) (-1179)))) (-464)) (T -1138))
+((-4018 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-419 (-971 *6))) (-5 *4 (-1197)) (-5 *5 (-1179)) (-4 *6 (-464)) (-5 *2 (-576)) (-5 *1 (-1138 *6)))) (-4018 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1197)) (-5 *5 (-855 (-419 (-971 *6)))) (-5 *3 (-419 (-971 *6))) (-4 *6 (-464)) (-5 *2 (-576)) (-5 *1 (-1138 *6)))) (-4018 (*1 *2 *3) (|partial| -12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-464)) (-5 *2 (-576)) (-5 *1 (-1138 *4)))))
+(-10 -7 (-15 -4018 ((-3 (-576) "failed") (-419 (-971 |#1|)))) (-15 -4018 ((-3 (-576) "failed") (-419 (-971 |#1|)) (-1197) (-855 (-419 (-971 |#1|))))) (-15 -4018 ((-3 (-576) "failed") (-419 (-971 |#1|)) (-1197) (-419 (-971 |#1|)) (-1179))))
+((-1955 (((-112) $ $) NIL)) (-4170 (((-1202) $) 12)) (-4119 (((-656 (-1202)) $) 14)) (-3513 (($ (-656 (-1202)) (-1202)) 10)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 29)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 17)))
+(((-1139) (-13 (-1121) (-10 -8 (-15 -3513 ($ (-656 (-1202)) (-1202))) (-15 -4170 ((-1202) $)) (-15 -4119 ((-656 (-1202)) $))))) (T -1139))
+((-3513 (*1 *1 *2 *3) (-12 (-5 *2 (-656 (-1202))) (-5 *3 (-1202)) (-5 *1 (-1139)))) (-4170 (*1 *2 *1) (-12 (-5 *2 (-1202)) (-5 *1 (-1139)))) (-4119 (*1 *2 *1) (-12 (-5 *2 (-656 (-1202))) (-5 *1 (-1139)))))
+(-13 (-1121) (-10 -8 (-15 -3513 ($ (-656 (-1202)) (-1202))) (-15 -4170 ((-1202) $)) (-15 -4119 ((-656 (-1202)) $))))
+((-4049 (((-326 (-576)) (-48)) 12)))
+(((-1140) (-10 -7 (-15 -4049 ((-326 (-576)) (-48))))) (T -1140))
+((-4049 (*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-326 (-576))) (-5 *1 (-1140)))))
+(-10 -7 (-15 -4049 ((-326 (-576)) (-48))))
+((-1955 (((-112) $ $) NIL)) (-1978 (($ $) 44)) (-2604 (((-112) $) 70)) (-4296 (($ $ $) 53)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 98)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-4121 (($ $ $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3993 (($ $ $ $) 81)) (-4068 (($ $) NIL)) (-2068 (((-430 $) $) NIL)) (-4064 (((-112) $ $) NIL)) (-2200 (((-783)) 83)) (-4018 (((-576) $) NIL)) (-3385 (($ $ $) 78)) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL)) (-2318 (((-576) $) NIL)) (-1892 (($ $ $) 64)) (-2255 (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 92) (((-701 (-576)) (-701 $)) 32)) (-2413 (((-3 $ "failed") $) NIL)) (-3878 (((-3 (-419 (-576)) "failed") $) NIL)) (-1358 (((-112) $) NIL)) (-2951 (((-419 (-576)) $) NIL)) (-4370 (($) 95) (($ $) 96)) (-1905 (($ $ $) 63)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL)) (-3742 (((-112) $) NIL)) (-3848 (($ $ $ $) NIL)) (-2274 (($ $ $) 93)) (-2907 (((-112) $) NIL)) (-1501 (($ $ $) NIL)) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL)) (-2324 (($ $ $) 52)) (-3315 (((-112) $) 72)) (-2231 (((-112) $) 69)) (-2300 (($ $) 45)) (-4080 (((-3 $ "failed") $) NIL)) (-2569 (((-112) $) 82)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3747 (($ $ $ $) 79)) (-2905 (($ $ $) 74) (($) 42 T CONST)) (-2163 (($ $ $) 73) (($) 41 T CONST)) (-2362 (($ $) NIL)) (-2106 (((-940) $) 88)) (-3108 (($ $) 77)) (-3015 (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL) (((-701 (-576)) (-1288 $)) NIL)) (-3078 (($ $ $) NIL) (($ (-656 $)) NIL)) (-4185 (((-1179) $) NIL)) (-2248 (($ $ $) NIL)) (-3651 (($) NIL T CONST)) (-2409 (($ (-940)) 87)) (-1919 (($ $) 57)) (-3117 (((-1141) $) 76)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL)) (-3115 (($ $ $) 67) (($ (-656 $)) NIL)) (-3506 (($ $) NIL)) (-1452 (((-430 $) $) NIL)) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL)) (-1943 (((-3 $ "failed") $ $) NIL)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL)) (-3489 (((-112) $) NIL)) (-3199 (((-783) $) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 66)) (-4107 (($ $) NIL) (($ $ (-783)) NIL)) (-3755 (($ $) 58)) (-4287 (($ $) NIL)) (-1554 (((-576) $) 17) (((-548) $) NIL) (((-907 (-576)) $) NIL) (((-390) $) NIL) (((-227) $) NIL)) (-4114 (((-876) $) 35) (($ (-576)) 94) (($ $) NIL) (($ (-576)) 94)) (-2864 (((-783)) NIL T CONST)) (-3265 (((-112) $ $) NIL)) (-2945 (($ $ $) NIL)) (-3000 (((-112) $ $) NIL)) (-1867 (($) 40)) (-4095 (((-112) $ $) NIL)) (-2311 (($ $ $) 50)) (-4225 (($ $ $ $) 80)) (-2679 (($ $) 68)) (-2029 (($ $ $) 47)) (-4312 (($) 7 T CONST)) (-2186 (($ $ $) 51)) (-4322 (($) 39 T CONST)) (-1883 (((-1179) $) 26) (((-1179) $ (-112)) 27) (((-1293) (-834) $) 28) (((-1293) (-834) $ (-112)) 29)) (-2197 (($ $) 48)) (-3157 (($ $) NIL) (($ $ (-783)) NIL)) (-2174 (($ $ $) 49)) (-3995 (((-112) $ $) 56)) (-3975 (((-112) $ $) 54)) (-3939 (((-112) $ $) 43)) (-3985 (((-112) $ $) 55)) (-3962 (((-112) $ $) 10)) (-2019 (($ $ $) 46)) (-4037 (($ $) 16) (($ $ $) 60)) (-4027 (($ $ $) 59)) (** (($ $ (-940)) NIL) (($ $ (-783)) 62)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 38) (($ $ $) 37) (($ (-576) $) 38)))
+(((-1141) (-13 (-557) (-856) (-113) (-673) (-840) (-10 -8 (-6 -4451) (-6 -4456) (-6 -4452) (-15 -4296 ($ $ $)) (-15 -2197 ($ $)) (-15 -2174 ($ $ $)) (-15 -2186 ($ $ $))))) (T -1141))
+((-4296 (*1 *1 *1 *1) (-5 *1 (-1141))) (-2197 (*1 *1 *1) (-5 *1 (-1141))) (-2174 (*1 *1 *1 *1) (-5 *1 (-1141))) (-2186 (*1 *1 *1 *1) (-5 *1 (-1141))))
+(-13 (-557) (-856) (-113) (-673) (-840) (-10 -8 (-6 -4451) (-6 -4456) (-6 -4452) (-15 -4296 ($ $ $)) (-15 -2197 ($ $)) (-15 -2174 ($ $ $)) (-15 -2186 ($ $ $))))
((|Integer|) (SMINTP |#1|))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1417 ((|#1| $) 45)) (-3733 (((-112) $ (-783)) 8)) (-2135 (($) 7 T CONST)) (-2797 ((|#1| |#1| $) 47)) (-2146 ((|#1| $) 46)) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) 9)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-4219 ((|#1| $) 40)) (-2767 (($ |#1| $) 41)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-4436 ((|#1| $) 42)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-1885 (((-783) $) 44)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2847 (($ (-656 |#1|)) 43)) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-1140 |#1|) (-141) (-1236)) (T -1140))
-((-2797 (*1 *2 *2 *1) (-12 (-4 *1 (-1140 *2)) (-4 *2 (-1236)))) (-2146 (*1 *2 *1) (-12 (-4 *1 (-1140 *2)) (-4 *2 (-1236)))) (-1417 (*1 *2 *1) (-12 (-4 *1 (-1140 *2)) (-4 *2 (-1236)))) (-1885 (*1 *2 *1) (-12 (-4 *1 (-1140 *3)) (-4 *3 (-1236)) (-5 *2 (-783)))))
-(-13 (-107 |t#1|) (-10 -8 (-6 -4462) (-15 -2797 (|t#1| |t#1| $)) (-15 -2146 (|t#1| $)) (-15 -1417 (|t#1| $)) (-15 -1885 ((-783) $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1119) |has| |#1| (-1119)) ((-1236) . T))
-((-2205 ((|#3| $) 87)) (-1570 (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 |#3| "failed") $) 50)) (-2857 (((-576) $) NIL) (((-419 (-576)) $) NIL) ((|#3| $) 47)) (-3142 (((-701 (-576)) (-701 $)) NIL) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL) (((-2 (|:| -1953 (-701 |#3|)) (|:| |vec| (-1286 |#3|))) (-701 $) (-1286 $)) 84) (((-701 |#3|) (-701 $)) 76)) (-2770 (($ $ (-1 |#3| |#3|) (-783)) NIL) (($ $ (-1 |#3| |#3|)) 28) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1195)) NIL) (($ $ (-656 (-1195))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL)) (-4067 ((|#3| $) 89)) (-1334 ((|#4| $) 43)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ (-419 (-576))) NIL) (($ |#3|) 25)) (** (($ $ (-938)) NIL) (($ $ (-783)) 24) (($ $ (-576)) 95)))
-(((-1141 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 -4067 (|#3| |#1|)) (-15 -2205 (|#3| |#1|)) (-15 -1334 (|#4| |#1|)) (-15 -3142 ((-701 |#3|) (-701 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 |#3|)) (|:| |vec| (-1286 |#3|))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-701 (-576)) (-701 |#1|))) (-15 -3567 (|#1| |#3|)) (-15 -1570 ((-3 |#3| "failed") |#1|)) (-15 -2857 (|#3| |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -2770 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2770 (|#1| |#1| (-1 |#3| |#3|) (-783))) (-15 -3567 (|#1| (-576))) (-15 ** (|#1| |#1| (-783))) (-15 ** (|#1| |#1| (-938))) (-15 -3567 ((-874) |#1|))) (-1142 |#2| |#3| |#4| |#5|) (-783) (-1068) (-243 |#2| |#3|) (-243 |#2| |#3|)) (T -1141))
-NIL
-(-10 -8 (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 -4067 (|#3| |#1|)) (-15 -2205 (|#3| |#1|)) (-15 -1334 (|#4| |#1|)) (-15 -3142 ((-701 |#3|) (-701 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 |#3|)) (|:| |vec| (-1286 |#3|))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 |#1|) (-1286 |#1|))) (-15 -3142 ((-701 (-576)) (-701 |#1|))) (-15 -3567 (|#1| |#3|)) (-15 -1570 ((-3 |#3| "failed") |#1|)) (-15 -2857 (|#3| |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -2770 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2770 (|#1| |#1| (-1 |#3| |#3|) (-783))) (-15 -3567 (|#1| (-576))) (-15 ** (|#1| |#1| (-783))) (-15 ** (|#1| |#1| (-938))) (-15 -3567 ((-874) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2205 ((|#2| $) 80)) (-3388 (((-112) $) 124)) (-4299 (((-3 $ "failed") $ $) 20)) (-2466 (((-112) $) 122)) (-3733 (((-112) $ (-783)) 114)) (-3307 (($ |#2|) 83)) (-2135 (($) 18 T CONST)) (-3724 (($ $) 141 (|has| |#2| (-317)))) (-3925 ((|#3| $ (-576)) 136)) (-1570 (((-3 (-576) "failed") $) 99 (|has| |#2| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) 96 (|has| |#2| (-1057 (-419 (-576))))) (((-3 |#2| "failed") $) 93)) (-2857 (((-576) $) 98 (|has| |#2| (-1057 (-576)))) (((-419 (-576)) $) 95 (|has| |#2| (-1057 (-419 (-576))))) ((|#2| $) 94)) (-3142 (((-701 (-576)) (-701 $)) 89 (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 88 (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) 87) (((-701 |#2|) (-701 $)) 86)) (-2251 (((-3 $ "failed") $) 37)) (-3731 (((-783) $) 142 (|has| |#2| (-568)))) (-4271 ((|#2| $ (-576) (-576)) 134)) (-3963 (((-656 |#2|) $) 107 (|has| $ (-6 -4462)))) (-3612 (((-112) $) 35)) (-3809 (((-783) $) 143 (|has| |#2| (-568)))) (-1479 (((-656 |#4|) $) 144 (|has| |#2| (-568)))) (-1687 (((-783) $) 130)) (-1697 (((-783) $) 131)) (-2476 (((-112) $ (-783)) 115)) (-3373 ((|#2| $) 75 (|has| |#2| (-6 (-4464 "*"))))) (-4063 (((-576) $) 126)) (-1495 (((-576) $) 128)) (-3452 (((-656 |#2|) $) 106 (|has| $ (-6 -4462)))) (-3239 (((-112) |#2| $) 104 (-12 (|has| |#2| (-1119)) (|has| $ (-6 -4462))))) (-3621 (((-576) $) 127)) (-2196 (((-576) $) 129)) (-2462 (($ (-656 (-656 |#2|))) 121)) (-4320 (($ (-1 |#2| |#2|) $) 111 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#2| |#2| |#2|) $ $) 138) (($ (-1 |#2| |#2|) $) 112)) (-1445 (((-656 (-656 |#2|)) $) 132)) (-2460 (((-112) $ (-783)) 116)) (-1853 (((-701 (-576)) (-1286 $)) 91 (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) 90 (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-1286 $) $) 85) (((-701 |#2|) (-1286 $)) 84)) (-3881 (((-1177) $) 10)) (-1430 (((-3 $ "failed") $) 74 (|has| |#2| (-374)))) (-1448 (((-1139) $) 11)) (-3473 (((-3 $ "failed") $ |#2|) 139 (|has| |#2| (-568)))) (-3626 (((-112) (-1 (-112) |#2|) $) 109 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#2|))) 103 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-304 |#2|)) 102 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ |#2| |#2|) 101 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 |#2|) (-656 |#2|)) 100 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))) (-3985 (((-112) $ $) 120)) (-4205 (((-112) $) 117)) (-1854 (($) 118)) (-2794 ((|#2| $ (-576) (-576) |#2|) 135) ((|#2| $ (-576) (-576)) 133)) (-2770 (($ $ (-1 |#2| |#2|) (-783)) 57) (($ $ (-1 |#2| |#2|)) 56) (($ $) 47 (|has| |#2| (-237))) (($ $ (-783)) 45 (|has| |#2| (-237))) (($ $ (-1195)) 55 (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195))) 53 (|has| |#2| (-917 (-1195)))) (($ $ (-1195) (-783)) 52 (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) 51 (|has| |#2| (-917 (-1195))))) (-4067 ((|#2| $) 79)) (-4432 (($ (-656 |#2|)) 82)) (-3527 (((-112) $) 123)) (-1334 ((|#3| $) 81)) (-1905 ((|#2| $) 76 (|has| |#2| (-6 (-4464 "*"))))) (-1458 (((-783) (-1 (-112) |#2|) $) 108 (|has| $ (-6 -4462))) (((-783) |#2| $) 105 (-12 (|has| |#2| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 119)) (-2067 ((|#4| $ (-576)) 137)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 97 (|has| |#2| (-1057 (-419 (-576))))) (($ |#2|) 92)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2306 (((-112) (-1 (-112) |#2|) $) 110 (|has| $ (-6 -4462)))) (-3775 (((-112) $) 125)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-1 |#2| |#2|) (-783)) 59) (($ $ (-1 |#2| |#2|)) 58) (($ $) 46 (|has| |#2| (-237))) (($ $ (-783)) 44 (|has| |#2| (-237))) (($ $ (-1195)) 54 (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195))) 50 (|has| |#2| (-917 (-1195)))) (($ $ (-1195) (-783)) 49 (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) 48 (|has| |#2| (-917 (-1195))))) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#2|) 140 (|has| |#2| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 73 (|has| |#2| (-374)))) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#2|) 146) (($ |#2| $) 145) ((|#4| $ |#4|) 78) ((|#3| |#3| $) 77)) (-3500 (((-783) $) 113 (|has| $ (-6 -4462)))))
-(((-1142 |#1| |#2| |#3| |#4|) (-141) (-783) (-1068) (-243 |t#1| |t#2|) (-243 |t#1| |t#2|)) (T -1142))
-((-3307 (*1 *1 *2) (-12 (-4 *2 (-1068)) (-4 *1 (-1142 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2)) (-4 *5 (-243 *3 *2)))) (-4432 (*1 *1 *2) (-12 (-5 *2 (-656 *4)) (-4 *4 (-1068)) (-4 *1 (-1142 *3 *4 *5 *6)) (-4 *5 (-243 *3 *4)) (-4 *6 (-243 *3 *4)))) (-1334 (*1 *2 *1) (-12 (-4 *1 (-1142 *3 *4 *2 *5)) (-4 *4 (-1068)) (-4 *5 (-243 *3 *4)) (-4 *2 (-243 *3 *4)))) (-2205 (*1 *2 *1) (-12 (-4 *1 (-1142 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2)) (-4 *5 (-243 *3 *2)) (-4 *2 (-1068)))) (-4067 (*1 *2 *1) (-12 (-4 *1 (-1142 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2)) (-4 *5 (-243 *3 *2)) (-4 *2 (-1068)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-1142 *3 *4 *5 *2)) (-4 *4 (-1068)) (-4 *5 (-243 *3 *4)) (-4 *2 (-243 *3 *4)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-1142 *3 *4 *2 *5)) (-4 *4 (-1068)) (-4 *2 (-243 *3 *4)) (-4 *5 (-243 *3 *4)))) (-1905 (*1 *2 *1) (-12 (-4 *1 (-1142 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2)) (-4 *5 (-243 *3 *2)) (|has| *2 (-6 (-4464 "*"))) (-4 *2 (-1068)))) (-3373 (*1 *2 *1) (-12 (-4 *1 (-1142 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2)) (-4 *5 (-243 *3 *2)) (|has| *2 (-6 (-4464 "*"))) (-4 *2 (-1068)))) (-1430 (*1 *1 *1) (|partial| -12 (-4 *1 (-1142 *2 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-243 *2 *3)) (-4 *5 (-243 *2 *3)) (-4 *3 (-374)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-1142 *3 *4 *5 *6)) (-4 *4 (-1068)) (-4 *5 (-243 *3 *4)) (-4 *6 (-243 *3 *4)) (-4 *4 (-374)))))
-(-13 (-232 |t#2|) (-111 |t#2| |t#2|) (-1072 |t#1| |t#1| |t#2| |t#3| |t#4|) (-423 |t#2|) (-388 |t#2|) (-10 -8 (IF (|has| |t#2| (-174)) (-6 (-729 |t#2|)) |%noBranch|) (-15 -3307 ($ |t#2|)) (-15 -4432 ($ (-656 |t#2|))) (-15 -1334 (|t#3| $)) (-15 -2205 (|t#2| $)) (-15 -4067 (|t#2| $)) (-15 * (|t#4| $ |t#4|)) (-15 * (|t#3| |t#3| $)) (IF (|has| |t#2| (-6 (-4464 "*"))) (PROGN (-6 (-38 |t#2|)) (-15 -1905 (|t#2| $)) (-15 -3373 (|t#2| $))) |%noBranch|) (IF (|has| |t#2| (-374)) (PROGN (-15 -1430 ((-3 $ "failed") $)) (-15 ** ($ $ (-576)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-38 |#2|) |has| |#2| (-6 (-4464 "*"))) ((-102) . T) ((-111 |#2| |#2|) . T) ((-132) . T) ((-628 #0=(-419 (-576))) |has| |#2| (-1057 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#2|) . T) ((-625 (-874)) . T) ((-234 $) -2755 (|has| |#2| (-237)) (|has| |#2| (-238))) ((-232 |#2|) . T) ((-238) |has| |#2| (-238)) ((-237) -2755 (|has| |#2| (-237)) (|has| |#2| (-238))) ((-272 |#2|) . T) ((-319 |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) ((-388 |#2|) . T) ((-423 |#2|) . T) ((-501 |#2|) . T) ((-526 |#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) ((-658 (-576)) . T) ((-658 |#2|) . T) ((-658 $) . T) ((-660 #1=(-576)) |has| |#2| (-651 (-576))) ((-660 |#2|) . T) ((-660 $) . T) ((-652 |#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-6 (-4464 "*")))) ((-651 #1#) |has| |#2| (-651 (-576))) ((-651 |#2|) . T) ((-729 |#2|) -2755 (|has| |#2| (-174)) (|has| |#2| (-6 (-4464 "*")))) ((-738) . T) ((-909 $ #2=(-1195)) -2755 (|has| |#2| (-917 (-1195))) (|has| |#2| (-915 (-1195)))) ((-915 (-1195)) |has| |#2| (-915 (-1195))) ((-917 #2#) -2755 (|has| |#2| (-917 (-1195))) (|has| |#2| (-915 (-1195)))) ((-1072 |#1| |#1| |#2| |#3| |#4|) . T) ((-1057 #0#) |has| |#2| (-1057 (-419 (-576)))) ((-1057 (-576)) |has| |#2| (-1057 (-576))) ((-1057 |#2|) . T) ((-1070 |#2|) . T) ((-1075 |#2|) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-1904 ((|#4| |#4|) 81)) (-1732 ((|#4| |#4|) 76)) (-3277 (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4156 (-656 |#3|))) |#4| |#3|) 91)) (-1850 (((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|) 80)) (-2614 (((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|) 78)))
-(((-1143 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1732 (|#4| |#4|)) (-15 -2614 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -1904 (|#4| |#4|)) (-15 -1850 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -3277 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4156 (-656 |#3|))) |#4| |#3|))) (-317) (-384 |#1|) (-384 |#1|) (-699 |#1| |#2| |#3|)) (T -1143))
-((-3277 (*1 *2 *3 *4) (-12 (-4 *5 (-317)) (-4 *6 (-384 *5)) (-4 *4 (-384 *5)) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4156 (-656 *4)))) (-5 *1 (-1143 *5 *6 *4 *3)) (-4 *3 (-699 *5 *6 *4)))) (-1850 (*1 *2 *3) (-12 (-4 *4 (-317)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3))) (-5 *1 (-1143 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-1904 (*1 *2 *2) (-12 (-4 *3 (-317)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-1143 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))) (-2614 (*1 *2 *3) (-12 (-4 *4 (-317)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3))) (-5 *1 (-1143 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-1732 (*1 *2 *2) (-12 (-4 *3 (-317)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-1143 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))))
-(-10 -7 (-15 -1732 (|#4| |#4|)) (-15 -2614 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -1904 (|#4| |#4|)) (-15 -1850 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -3277 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4156 (-656 |#3|))) |#4| |#3|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 18)) (-1960 (((-656 |#2|) $) 174)) (-1797 (((-1191 $) $ |#2|) 60) (((-1191 |#1|) $) 49)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 116 (|has| |#1| (-568)))) (-4380 (($ $) 118 (|has| |#1| (-568)))) (-1657 (((-112) $) 120 (|has| |#1| (-568)))) (-1925 (((-783) $) NIL) (((-783) $ (-656 |#2|)) 213)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1415 (($ $) NIL (|has| |#1| (-464)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) 167) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 |#2| "failed") $) NIL)) (-2857 ((|#1| $) 165) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1057 (-576)))) ((|#2| $) NIL)) (-1990 (($ $ $ |#2|) NIL (|has| |#1| (-174)))) (-2109 (($ $) 217)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) 90)) (-2619 (($ $) NIL (|has| |#1| (-464))) (($ $ |#2|) NIL (|has| |#1| (-464)))) (-2098 (((-656 $) $) NIL)) (-4283 (((-112) $) NIL (|has| |#1| (-926)))) (-2056 (($ $ |#1| (-543 |#2|) $) NIL)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (-12 (|has| |#1| (-899 (-390))) (|has| |#2| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (-12 (|has| |#1| (-899 (-576))) (|has| |#2| (-899 (-576)))))) (-3612 (((-112) $) 20)) (-1935 (((-783) $) 30)) (-1950 (($ (-1191 |#1|) |#2|) 54) (($ (-1191 $) |#2|) 71)) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) 38)) (-1940 (($ |#1| (-543 |#2|)) 78) (($ $ |#2| (-783)) 58) (($ $ (-656 |#2|) (-656 (-783))) NIL)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ |#2|) NIL)) (-2488 (((-543 |#2|) $) 205) (((-783) $ |#2|) 206) (((-656 (-783)) $ (-656 |#2|)) 207)) (-3492 (($ (-1 (-543 |#2|) (-543 |#2|)) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) 128)) (-1429 (((-3 |#2| "failed") $) 177)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) NIL) (((-701 |#1|) (-1286 $)) NIL)) (-2076 (($ $) 216)) (-2086 ((|#1| $) 43)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-3881 (((-1177) $) NIL)) (-2692 (((-3 (-656 $) "failed") $) NIL)) (-3656 (((-3 (-656 $) "failed") $) NIL)) (-2244 (((-3 (-2 (|:| |var| |#2|) (|:| -2125 (-783))) "failed") $) NIL)) (-1448 (((-1139) $) NIL)) (-2055 (((-112) $) 39)) (-2065 ((|#1| $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 148 (|has| |#1| (-464)))) (-3495 (($ (-656 $)) 153 (|has| |#1| (-464))) (($ $ $) 138 (|has| |#1| (-464)))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#1| (-926)))) (-1827 (((-430 $) $) NIL (|has| |#1| (-926)))) (-3473 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ $) 126 (|has| |#1| (-568)))) (-3281 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ |#2| |#1|) 180) (($ $ (-656 |#2|) (-656 |#1|)) 195) (($ $ |#2| $) 179) (($ $ (-656 |#2|) (-656 $)) 194)) (-2491 (($ $ |#2|) NIL (|has| |#1| (-174)))) (-2770 (($ $ (-656 |#2|) (-656 (-783))) NIL) (($ $ |#2| (-783)) NIL) (($ $ (-656 |#2|)) NIL) (($ $ |#2|) 215)) (-1967 (((-543 |#2|) $) 201) (((-783) $ |#2|) 196) (((-656 (-783)) $ (-656 |#2|)) 199)) (-4169 (((-905 (-390)) $) NIL (-12 (|has| |#1| (-626 (-905 (-390)))) (|has| |#2| (-626 (-905 (-390)))))) (((-905 (-576)) $) NIL (-12 (|has| |#1| (-626 (-905 (-576)))) (|has| |#2| (-626 (-905 (-576)))))) (((-548) $) NIL (-12 (|has| |#1| (-626 (-548))) (|has| |#2| (-626 (-548)))))) (-2145 ((|#1| $) 134 (|has| |#1| (-464))) (($ $ |#2|) 137 (|has| |#1| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-926))))) (-3567 (((-874) $) 159) (($ (-576)) 84) (($ |#1|) 85) (($ |#2|) 33) (($ $) NIL (|has| |#1| (-568))) (($ (-419 (-576))) NIL (-2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))))) (-1691 (((-656 |#1|) $) 162)) (-1749 ((|#1| $ (-543 |#2|)) 80) (($ $ |#2| (-783)) NIL) (($ $ (-656 |#2|) (-656 (-783))) NIL)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#1| (-926))) (|has| |#1| (-146))))) (-2596 (((-783)) 87 T CONST)) (-2217 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) 123 (|has| |#1| (-568)))) (-2716 (($) 12 T CONST)) (-2727 (($) 14 T CONST)) (-2014 (($ $ (-656 |#2|) (-656 (-783))) NIL) (($ $ |#2| (-783)) NIL) (($ $ (-656 |#2|)) NIL) (($ $ |#2|) NIL)) (-2921 (((-112) $ $) 106)) (-3054 (($ $ |#1|) 132 (|has| |#1| (-374)))) (-3041 (($ $) 93) (($ $ $) 104)) (-3027 (($ $ $) 55)) (** (($ $ (-938)) 110) (($ $ (-783)) 109)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 96) (($ $ $) 72) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 99) (($ $ |#1|) NIL)))
-(((-1144 |#1| |#2|) (-966 |#1| (-543 |#2|) |#2|) (-1068) (-862)) (T -1144))
-NIL
-(-966 |#1| (-543 |#2|) |#2|)
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-1960 (((-656 |#2|) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-4022 (($ $) 152 (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) 128 (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1838 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4003 (($ $) 148 (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) 124 (|has| |#1| (-38 (-419 (-576)))))) (-4047 (($ $) 156 (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) 132 (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) NIL T CONST)) (-2109 (($ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2378 (((-969 |#1|) $ (-783)) NIL) (((-969 |#1|) $ (-783) (-783)) NIL)) (-2928 (((-112) $) NIL)) (-1598 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1991 (((-783) $ |#2|) NIL) (((-783) $ |#2| (-783)) NIL)) (-3612 (((-112) $) NIL)) (-3867 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2544 (((-112) $) NIL)) (-1940 (($ $ (-656 |#2|) (-656 (-543 |#2|))) NIL) (($ $ |#2| (-543 |#2|)) NIL) (($ |#1| (-543 |#2|)) NIL) (($ $ |#2| (-783)) 63) (($ $ (-656 |#2|) (-656 (-783))) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-3742 (($ $) 122 (|has| |#1| (-38 (-419 (-576)))))) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-3881 (((-1177) $) NIL)) (-2092 (($ $ |#2|) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ |#2| |#1|) 175 (|has| |#1| (-38 (-419 (-576)))))) (-1448 (((-1139) $) NIL)) (-4145 (($ (-1 $) |#2| |#1|) 174 (|has| |#1| (-38 (-419 (-576)))))) (-3905 (($ $ (-783)) 16)) (-3473 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-4101 (($ $) 120 (|has| |#1| (-38 (-419 (-576)))))) (-3281 (($ $ |#2| $) 106) (($ $ (-656 |#2|) (-656 $)) 99) (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL)) (-2770 (($ $ (-656 |#2|) (-656 (-783))) NIL) (($ $ |#2| (-783)) NIL) (($ $ (-656 |#2|)) NIL) (($ $ |#2|) 109)) (-1967 (((-543 |#2|) $) NIL)) (-4277 (((-1 (-1176 |#3|) |#3|) (-656 |#2|) (-656 (-1176 |#3|))) 87)) (-4058 (($ $) 158 (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) 134 (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) 154 (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) 130 (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) 150 (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) 126 (|has| |#1| (-38 (-419 (-576)))))) (-3746 (($ $) 18)) (-3567 (((-874) $) 198) (($ (-576)) NIL) (($ |#1|) 45 (|has| |#1| (-174))) (($ $) NIL (|has| |#1| (-568))) (($ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#2|) 70) (($ |#3|) 68)) (-1749 ((|#1| $ (-543 |#2|)) NIL) (($ $ |#2| (-783)) NIL) (($ $ (-656 |#2|) (-656 (-783))) NIL) ((|#3| $ (-783)) 43)) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-2787 (($ $) 164 (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) 140 (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4068 (($ $) 160 (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) 136 (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) 168 (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) 144 (|has| |#1| (-38 (-419 (-576)))))) (-4385 (($ $) 170 (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) 146 (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) 166 (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) 142 (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) 162 (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) 138 (|has| |#1| (-38 (-419 (-576)))))) (-2716 (($) 52 T CONST)) (-2727 (($) 62 T CONST)) (-2014 (($ $ (-656 |#2|) (-656 (-783))) NIL) (($ $ |#2| (-783)) NIL) (($ $ (-656 |#2|)) NIL) (($ $ |#2|) NIL)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#1|) 200 (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) 66)) (** (($ $ (-938)) NIL) (($ $ (-783)) 77) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 112 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 65) (($ $ (-419 (-576))) 117 (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) 115 (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 48) (($ $ |#1|) 49) (($ |#3| $) 47)))
-(((-1145 |#1| |#2| |#3|) (-13 (-752 |#1| |#2|) (-10 -8 (-15 -1749 (|#3| $ (-783))) (-15 -3567 ($ |#2|)) (-15 -3567 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -4277 ((-1 (-1176 |#3|) |#3|) (-656 |#2|) (-656 (-1176 |#3|)))) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -2092 ($ $ |#2| |#1|)) (-15 -4145 ($ (-1 $) |#2| |#1|))) |%noBranch|))) (-1068) (-862) (-966 |#1| (-543 |#2|) |#2|)) (T -1145))
-((-1749 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *2 (-966 *4 (-543 *5) *5)) (-5 *1 (-1145 *4 *5 *2)) (-4 *4 (-1068)) (-4 *5 (-862)))) (-3567 (*1 *1 *2) (-12 (-4 *3 (-1068)) (-4 *2 (-862)) (-5 *1 (-1145 *3 *2 *4)) (-4 *4 (-966 *3 (-543 *2) *2)))) (-3567 (*1 *1 *2) (-12 (-4 *3 (-1068)) (-4 *4 (-862)) (-5 *1 (-1145 *3 *4 *2)) (-4 *2 (-966 *3 (-543 *4) *4)))) (* (*1 *1 *2 *1) (-12 (-4 *3 (-1068)) (-4 *4 (-862)) (-5 *1 (-1145 *3 *4 *2)) (-4 *2 (-966 *3 (-543 *4) *4)))) (-4277 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *6)) (-5 *4 (-656 (-1176 *7))) (-4 *6 (-862)) (-4 *7 (-966 *5 (-543 *6) *6)) (-4 *5 (-1068)) (-5 *2 (-1 (-1176 *7) *7)) (-5 *1 (-1145 *5 *6 *7)))) (-2092 (*1 *1 *1 *2 *3) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)) (-4 *2 (-862)) (-5 *1 (-1145 *3 *2 *4)) (-4 *4 (-966 *3 (-543 *2) *2)))) (-4145 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1145 *4 *3 *5))) (-4 *4 (-38 (-419 (-576)))) (-4 *4 (-1068)) (-4 *3 (-862)) (-5 *1 (-1145 *4 *3 *5)) (-4 *5 (-966 *4 (-543 *3) *3)))))
-(-13 (-752 |#1| |#2|) (-10 -8 (-15 -1749 (|#3| $ (-783))) (-15 -3567 ($ |#2|)) (-15 -3567 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -4277 ((-1 (-1176 |#3|) |#3|) (-656 |#2|) (-656 (-1176 |#3|)))) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -2092 ($ $ |#2| |#1|)) (-15 -4145 ($ (-1 $) |#2| |#1|))) |%noBranch|)))
-((-3486 (((-112) $ $) 6)) (-1528 (((-656 (-2 (|:| -1952 $) (|:| -3254 (-656 |#4|)))) (-656 |#4|)) 86)) (-2127 (((-656 $) (-656 |#4|)) 87) (((-656 $) (-656 |#4|) (-112)) 112)) (-1960 (((-656 |#3|) $) 34)) (-4157 (((-112) $) 27)) (-2678 (((-112) $) 18 (|has| |#1| (-568)))) (-1981 (((-112) |#4| $) 102) (((-112) $) 98)) (-2691 ((|#4| |#4| $) 93)) (-1415 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 $))) |#4| $) 127)) (-1793 (((-2 (|:| |under| $) (|:| -3247 $) (|:| |upper| $)) $ |#3|) 28)) (-3733 (((-112) $ (-783)) 45)) (-1966 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4462))) (((-3 |#4| "failed") $ |#3|) 80)) (-2135 (($) 46 T CONST)) (-3152 (((-112) $) 23 (|has| |#1| (-568)))) (-1409 (((-112) $ $) 25 (|has| |#1| (-568)))) (-3934 (((-112) $ $) 24 (|has| |#1| (-568)))) (-2986 (((-112) $) 26 (|has| |#1| (-568)))) (-2059 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-3793 (((-656 |#4|) (-656 |#4|) $) 19 (|has| |#1| (-568)))) (-3795 (((-656 |#4|) (-656 |#4|) $) 20 (|has| |#1| (-568)))) (-1570 (((-3 $ "failed") (-656 |#4|)) 37)) (-2857 (($ (-656 |#4|)) 36)) (-3590 (((-3 $ "failed") $) 83)) (-1903 ((|#4| |#4| $) 90)) (-1640 (($ $) 69 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462))))) (-3942 (($ |#4| $) 68 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4462)))) (-3477 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-568)))) (-2655 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-2025 ((|#4| |#4| $) 88)) (-3683 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4462))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4462))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-1641 (((-2 (|:| -1952 (-656 |#4|)) (|:| -3254 (-656 |#4|))) $) 106)) (-3174 (((-112) |#4| $) 137)) (-1559 (((-112) |#4| $) 134)) (-4048 (((-112) |#4| $) 138) (((-112) $) 135)) (-3963 (((-656 |#4|) $) 53 (|has| $ (-6 -4462)))) (-4179 (((-112) |#4| $) 105) (((-112) $) 104)) (-2589 ((|#3| $) 35)) (-2476 (((-112) $ (-783)) 44)) (-3452 (((-656 |#4|) $) 54 (|has| $ (-6 -4462)))) (-3239 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#4| |#4|) $) 48)) (-1544 (((-656 |#3|) $) 33)) (-1582 (((-112) |#3| $) 32)) (-2460 (((-112) $ (-783)) 43)) (-3881 (((-1177) $) 10)) (-2690 (((-3 |#4| (-656 $)) |#4| |#4| $) 129)) (-2502 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 $))) |#4| |#4| $) 128)) (-3966 (((-3 |#4| "failed") $) 84)) (-2103 (((-656 $) |#4| $) 130)) (-4254 (((-3 (-112) (-656 $)) |#4| $) 133)) (-1883 (((-656 (-2 (|:| |val| (-112)) (|:| -3986 $))) |#4| $) 132) (((-112) |#4| $) 131)) (-2037 (((-656 $) |#4| $) 126) (((-656 $) (-656 |#4|) $) 125) (((-656 $) (-656 |#4|) (-656 $)) 124) (((-656 $) |#4| (-656 $)) 123)) (-1647 (($ |#4| $) 118) (($ (-656 |#4|) $) 117)) (-3730 (((-656 |#4|) $) 108)) (-2763 (((-112) |#4| $) 100) (((-112) $) 96)) (-2126 ((|#4| |#4| $) 91)) (-2774 (((-112) $ $) 111)) (-4148 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-568)))) (-1470 (((-112) |#4| $) 101) (((-112) $) 97)) (-2903 ((|#4| |#4| $) 92)) (-1448 (((-1139) $) 11)) (-3578 (((-3 |#4| "failed") $) 85)) (-2295 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-2806 (((-3 $ "failed") $ |#4|) 79)) (-3905 (($ $ |#4|) 78) (((-656 $) |#4| $) 116) (((-656 $) |#4| (-656 $)) 115) (((-656 $) (-656 |#4|) $) 114) (((-656 $) (-656 |#4|) (-656 $)) 113)) (-3626 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 |#4|) (-656 |#4|)) 60 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-304 |#4|)) 58 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-656 (-304 |#4|))) 57 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))) (-3985 (((-112) $ $) 39)) (-4205 (((-112) $) 42)) (-1854 (($) 41)) (-1967 (((-783) $) 107)) (-1458 (((-783) |#4| $) 55 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) (((-783) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4462)))) (-1868 (($ $) 40)) (-4169 (((-548) $) 70 (|has| |#4| (-626 (-548))))) (-3579 (($ (-656 |#4|)) 61)) (-3877 (($ $ |#3|) 29)) (-2831 (($ $ |#3|) 31)) (-3687 (($ $) 89)) (-2157 (($ $ |#3|) 30)) (-3567 (((-874) $) 12) (((-656 |#4|) $) 38)) (-4323 (((-783) $) 77 (|has| |#3| (-379)))) (-1540 (((-112) $ $) 9)) (-1469 (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-2620 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) 99)) (-3223 (((-656 $) |#4| $) 122) (((-656 $) |#4| (-656 $)) 121) (((-656 $) (-656 |#4|) $) 120) (((-656 $) (-656 |#4|) (-656 $)) 119)) (-2306 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4462)))) (-2439 (((-656 |#3|) $) 82)) (-4176 (((-112) |#4| $) 136)) (-3202 (((-112) |#3| $) 81)) (-2921 (((-112) $ $) 7)) (-3500 (((-783) $) 47 (|has| $ (-6 -4462)))))
-(((-1146 |#1| |#2| |#3| |#4|) (-141) (-464) (-805) (-862) (-1084 |t#1| |t#2| |t#3|)) (T -1146))
-NIL
-(-13 (-1128 |t#1| |t#2| |t#3| |t#4|) (-796 |t#1| |t#2| |t#3| |t#4|))
-(((-34) . T) ((-102) . T) ((-625 (-656 |#4|)) . T) ((-625 (-874)) . T) ((-152 |#4|) . T) ((-626 (-548)) |has| |#4| (-626 (-548))) ((-319 |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))) ((-501 |#4|) . T) ((-526 |#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))) ((-796 |#1| |#2| |#3| |#4|) . T) ((-995 |#1| |#2| |#3| |#4|) . T) ((-1090 |#1| |#2| |#3| |#4|) . T) ((-1119) . T) ((-1128 |#1| |#2| |#3| |#4|) . T) ((-1229 |#1| |#2| |#3| |#4|) . T) ((-1236) . T))
-((-3554 (((-656 |#2|) |#1|) 15)) (-3674 (((-656 |#2|) |#2| |#2| |#2| |#2| |#2|) 47) (((-656 |#2|) |#1|) 61)) (-2901 (((-656 |#2|) |#2| |#2| |#2|) 45) (((-656 |#2|) |#1|) 59)) (-2419 ((|#2| |#1|) 54)) (-3577 (((-2 (|:| |solns| (-656 |#2|)) (|:| |maps| (-656 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|)) 20)) (-2354 (((-656 |#2|) |#2| |#2|) 42) (((-656 |#2|) |#1|) 58)) (-3697 (((-656 |#2|) |#2| |#2| |#2| |#2|) 46) (((-656 |#2|) |#1|) 60)) (-4259 ((|#2| |#2| |#2| |#2| |#2| |#2|) 53)) (-1496 ((|#2| |#2| |#2| |#2|) 51)) (-4366 ((|#2| |#2| |#2|) 50)) (-1962 ((|#2| |#2| |#2| |#2| |#2|) 52)))
-(((-1147 |#1| |#2|) (-10 -7 (-15 -3554 ((-656 |#2|) |#1|)) (-15 -2419 (|#2| |#1|)) (-15 -3577 ((-2 (|:| |solns| (-656 |#2|)) (|:| |maps| (-656 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -2354 ((-656 |#2|) |#1|)) (-15 -2901 ((-656 |#2|) |#1|)) (-15 -3697 ((-656 |#2|) |#1|)) (-15 -3674 ((-656 |#2|) |#1|)) (-15 -2354 ((-656 |#2|) |#2| |#2|)) (-15 -2901 ((-656 |#2|) |#2| |#2| |#2|)) (-15 -3697 ((-656 |#2|) |#2| |#2| |#2| |#2|)) (-15 -3674 ((-656 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -4366 (|#2| |#2| |#2|)) (-15 -1496 (|#2| |#2| |#2| |#2|)) (-15 -1962 (|#2| |#2| |#2| |#2| |#2|)) (-15 -4259 (|#2| |#2| |#2| |#2| |#2| |#2|))) (-1262 |#2|) (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (T -1147))
-((-4259 (*1 *2 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *1 (-1147 *3 *2)) (-4 *3 (-1262 *2)))) (-1962 (*1 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *1 (-1147 *3 *2)) (-4 *3 (-1262 *2)))) (-1496 (*1 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *1 (-1147 *3 *2)) (-4 *3 (-1262 *2)))) (-4366 (*1 *2 *2 *2) (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *1 (-1147 *3 *2)) (-4 *3 (-1262 *2)))) (-3674 (*1 *2 *3 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *3)) (-5 *1 (-1147 *4 *3)) (-4 *4 (-1262 *3)))) (-3697 (*1 *2 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *3)) (-5 *1 (-1147 *4 *3)) (-4 *4 (-1262 *3)))) (-2901 (*1 *2 *3 *3 *3) (-12 (-4 *3 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *3)) (-5 *1 (-1147 *4 *3)) (-4 *4 (-1262 *3)))) (-2354 (*1 *2 *3 *3) (-12 (-4 *3 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *3)) (-5 *1 (-1147 *4 *3)) (-4 *4 (-1262 *3)))) (-3674 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *4)) (-5 *1 (-1147 *3 *4)) (-4 *3 (-1262 *4)))) (-3697 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *4)) (-5 *1 (-1147 *3 *4)) (-4 *3 (-1262 *4)))) (-2901 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *4)) (-5 *1 (-1147 *3 *4)) (-4 *3 (-1262 *4)))) (-2354 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *4)) (-5 *1 (-1147 *3 *4)) (-4 *3 (-1262 *4)))) (-3577 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *5 *5)) (-4 *5 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-2 (|:| |solns| (-656 *5)) (|:| |maps| (-656 (-2 (|:| |arg| *5) (|:| |res| *5)))))) (-5 *1 (-1147 *3 *5)) (-4 *3 (-1262 *5)))) (-2419 (*1 *2 *3) (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *1 (-1147 *3 *2)) (-4 *3 (-1262 *2)))) (-3554 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *4)) (-5 *1 (-1147 *3 *4)) (-4 *3 (-1262 *4)))))
-(-10 -7 (-15 -3554 ((-656 |#2|) |#1|)) (-15 -2419 (|#2| |#1|)) (-15 -3577 ((-2 (|:| |solns| (-656 |#2|)) (|:| |maps| (-656 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -2354 ((-656 |#2|) |#1|)) (-15 -2901 ((-656 |#2|) |#1|)) (-15 -3697 ((-656 |#2|) |#1|)) (-15 -3674 ((-656 |#2|) |#1|)) (-15 -2354 ((-656 |#2|) |#2| |#2|)) (-15 -2901 ((-656 |#2|) |#2| |#2| |#2|)) (-15 -3697 ((-656 |#2|) |#2| |#2| |#2| |#2|)) (-15 -3674 ((-656 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -4366 (|#2| |#2| |#2|)) (-15 -1496 (|#2| |#2| |#2| |#2|)) (-15 -1962 (|#2| |#2| |#2| |#2| |#2|)) (-15 -4259 (|#2| |#2| |#2| |#2| |#2| |#2|)))
-((-1744 (((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-419 (-969 |#1|))))) 118) (((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-419 (-969 |#1|)))) (-656 (-1195))) 117) (((-656 (-656 (-304 (-326 |#1|)))) (-656 (-419 (-969 |#1|)))) 115) (((-656 (-656 (-304 (-326 |#1|)))) (-656 (-419 (-969 |#1|))) (-656 (-1195))) 113) (((-656 (-304 (-326 |#1|))) (-304 (-419 (-969 |#1|)))) 97) (((-656 (-304 (-326 |#1|))) (-304 (-419 (-969 |#1|))) (-1195)) 98) (((-656 (-304 (-326 |#1|))) (-419 (-969 |#1|))) 92) (((-656 (-304 (-326 |#1|))) (-419 (-969 |#1|)) (-1195)) 82)) (-2522 (((-656 (-656 (-326 |#1|))) (-656 (-419 (-969 |#1|))) (-656 (-1195))) 111) (((-656 (-326 |#1|)) (-419 (-969 |#1|)) (-1195)) 54)) (-1747 (((-1184 (-656 (-326 |#1|)) (-656 (-304 (-326 |#1|)))) (-419 (-969 |#1|)) (-1195)) 122) (((-1184 (-656 (-326 |#1|)) (-656 (-304 (-326 |#1|)))) (-304 (-419 (-969 |#1|))) (-1195)) 121)))
-(((-1148 |#1|) (-10 -7 (-15 -1744 ((-656 (-304 (-326 |#1|))) (-419 (-969 |#1|)) (-1195))) (-15 -1744 ((-656 (-304 (-326 |#1|))) (-419 (-969 |#1|)))) (-15 -1744 ((-656 (-304 (-326 |#1|))) (-304 (-419 (-969 |#1|))) (-1195))) (-15 -1744 ((-656 (-304 (-326 |#1|))) (-304 (-419 (-969 |#1|))))) (-15 -1744 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-419 (-969 |#1|))) (-656 (-1195)))) (-15 -1744 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-419 (-969 |#1|))))) (-15 -1744 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-419 (-969 |#1|)))) (-656 (-1195)))) (-15 -1744 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-419 (-969 |#1|)))))) (-15 -2522 ((-656 (-326 |#1|)) (-419 (-969 |#1|)) (-1195))) (-15 -2522 ((-656 (-656 (-326 |#1|))) (-656 (-419 (-969 |#1|))) (-656 (-1195)))) (-15 -1747 ((-1184 (-656 (-326 |#1|)) (-656 (-304 (-326 |#1|)))) (-304 (-419 (-969 |#1|))) (-1195))) (-15 -1747 ((-1184 (-656 (-326 |#1|)) (-656 (-304 (-326 |#1|)))) (-419 (-969 |#1|)) (-1195)))) (-13 (-317) (-148))) (T -1148))
-((-1747 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-1195)) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-1184 (-656 (-326 *5)) (-656 (-304 (-326 *5))))) (-5 *1 (-1148 *5)))) (-1747 (*1 *2 *3 *4) (-12 (-5 *3 (-304 (-419 (-969 *5)))) (-5 *4 (-1195)) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-1184 (-656 (-326 *5)) (-656 (-304 (-326 *5))))) (-5 *1 (-1148 *5)))) (-2522 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-419 (-969 *5)))) (-5 *4 (-656 (-1195))) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-326 *5)))) (-5 *1 (-1148 *5)))) (-2522 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-1195)) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-326 *5))) (-5 *1 (-1148 *5)))) (-1744 (*1 *2 *3) (-12 (-5 *3 (-656 (-304 (-419 (-969 *4))))) (-4 *4 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-304 (-326 *4))))) (-5 *1 (-1148 *4)))) (-1744 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-304 (-419 (-969 *5))))) (-5 *4 (-656 (-1195))) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-304 (-326 *5))))) (-5 *1 (-1148 *5)))) (-1744 (*1 *2 *3) (-12 (-5 *3 (-656 (-419 (-969 *4)))) (-4 *4 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-304 (-326 *4))))) (-5 *1 (-1148 *4)))) (-1744 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-419 (-969 *5)))) (-5 *4 (-656 (-1195))) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-304 (-326 *5))))) (-5 *1 (-1148 *5)))) (-1744 (*1 *2 *3) (-12 (-5 *3 (-304 (-419 (-969 *4)))) (-4 *4 (-13 (-317) (-148))) (-5 *2 (-656 (-304 (-326 *4)))) (-5 *1 (-1148 *4)))) (-1744 (*1 *2 *3 *4) (-12 (-5 *3 (-304 (-419 (-969 *5)))) (-5 *4 (-1195)) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-304 (-326 *5)))) (-5 *1 (-1148 *5)))) (-1744 (*1 *2 *3) (-12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-13 (-317) (-148))) (-5 *2 (-656 (-304 (-326 *4)))) (-5 *1 (-1148 *4)))) (-1744 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-1195)) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-304 (-326 *5)))) (-5 *1 (-1148 *5)))))
-(-10 -7 (-15 -1744 ((-656 (-304 (-326 |#1|))) (-419 (-969 |#1|)) (-1195))) (-15 -1744 ((-656 (-304 (-326 |#1|))) (-419 (-969 |#1|)))) (-15 -1744 ((-656 (-304 (-326 |#1|))) (-304 (-419 (-969 |#1|))) (-1195))) (-15 -1744 ((-656 (-304 (-326 |#1|))) (-304 (-419 (-969 |#1|))))) (-15 -1744 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-419 (-969 |#1|))) (-656 (-1195)))) (-15 -1744 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-419 (-969 |#1|))))) (-15 -1744 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-419 (-969 |#1|)))) (-656 (-1195)))) (-15 -1744 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-419 (-969 |#1|)))))) (-15 -2522 ((-656 (-326 |#1|)) (-419 (-969 |#1|)) (-1195))) (-15 -2522 ((-656 (-656 (-326 |#1|))) (-656 (-419 (-969 |#1|))) (-656 (-1195)))) (-15 -1747 ((-1184 (-656 (-326 |#1|)) (-656 (-304 (-326 |#1|)))) (-304 (-419 (-969 |#1|))) (-1195))) (-15 -1747 ((-1184 (-656 (-326 |#1|)) (-656 (-304 (-326 |#1|)))) (-419 (-969 |#1|)) (-1195))))
-((-4397 (((-419 (-1191 (-326 |#1|))) (-1286 (-326 |#1|)) (-419 (-1191 (-326 |#1|))) (-576)) 36)) (-2817 (((-419 (-1191 (-326 |#1|))) (-419 (-1191 (-326 |#1|))) (-419 (-1191 (-326 |#1|))) (-419 (-1191 (-326 |#1|)))) 48)))
-(((-1149 |#1|) (-10 -7 (-15 -2817 ((-419 (-1191 (-326 |#1|))) (-419 (-1191 (-326 |#1|))) (-419 (-1191 (-326 |#1|))) (-419 (-1191 (-326 |#1|))))) (-15 -4397 ((-419 (-1191 (-326 |#1|))) (-1286 (-326 |#1|)) (-419 (-1191 (-326 |#1|))) (-576)))) (-568)) (T -1149))
-((-4397 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-419 (-1191 (-326 *5)))) (-5 *3 (-1286 (-326 *5))) (-5 *4 (-576)) (-4 *5 (-568)) (-5 *1 (-1149 *5)))) (-2817 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-419 (-1191 (-326 *3)))) (-4 *3 (-568)) (-5 *1 (-1149 *3)))))
-(-10 -7 (-15 -2817 ((-419 (-1191 (-326 |#1|))) (-419 (-1191 (-326 |#1|))) (-419 (-1191 (-326 |#1|))) (-419 (-1191 (-326 |#1|))))) (-15 -4397 ((-419 (-1191 (-326 |#1|))) (-1286 (-326 |#1|)) (-419 (-1191 (-326 |#1|))) (-576))))
-((-3554 (((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-326 |#1|))) (-656 (-1195))) 244) (((-656 (-304 (-326 |#1|))) (-326 |#1|) (-1195)) 23) (((-656 (-304 (-326 |#1|))) (-304 (-326 |#1|)) (-1195)) 29) (((-656 (-304 (-326 |#1|))) (-304 (-326 |#1|))) 28) (((-656 (-304 (-326 |#1|))) (-326 |#1|)) 24)))
-(((-1150 |#1|) (-10 -7 (-15 -3554 ((-656 (-304 (-326 |#1|))) (-326 |#1|))) (-15 -3554 ((-656 (-304 (-326 |#1|))) (-304 (-326 |#1|)))) (-15 -3554 ((-656 (-304 (-326 |#1|))) (-304 (-326 |#1|)) (-1195))) (-15 -3554 ((-656 (-304 (-326 |#1|))) (-326 |#1|) (-1195))) (-15 -3554 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-326 |#1|))) (-656 (-1195))))) (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (T -1150))
-((-3554 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-1195))) (-4 *5 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-5 *2 (-656 (-656 (-304 (-326 *5))))) (-5 *1 (-1150 *5)) (-5 *3 (-656 (-304 (-326 *5)))))) (-3554 (*1 *2 *3 *4) (-12 (-5 *4 (-1195)) (-4 *5 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-5 *2 (-656 (-304 (-326 *5)))) (-5 *1 (-1150 *5)) (-5 *3 (-326 *5)))) (-3554 (*1 *2 *3 *4) (-12 (-5 *4 (-1195)) (-4 *5 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-5 *2 (-656 (-304 (-326 *5)))) (-5 *1 (-1150 *5)) (-5 *3 (-304 (-326 *5))))) (-3554 (*1 *2 *3) (-12 (-4 *4 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-5 *2 (-656 (-304 (-326 *4)))) (-5 *1 (-1150 *4)) (-5 *3 (-304 (-326 *4))))) (-3554 (*1 *2 *3) (-12 (-4 *4 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148))) (-5 *2 (-656 (-304 (-326 *4)))) (-5 *1 (-1150 *4)) (-5 *3 (-326 *4)))))
-(-10 -7 (-15 -3554 ((-656 (-304 (-326 |#1|))) (-326 |#1|))) (-15 -3554 ((-656 (-304 (-326 |#1|))) (-304 (-326 |#1|)))) (-15 -3554 ((-656 (-304 (-326 |#1|))) (-304 (-326 |#1|)) (-1195))) (-15 -3554 ((-656 (-304 (-326 |#1|))) (-326 |#1|) (-1195))) (-15 -3554 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-326 |#1|))) (-656 (-1195)))))
-((-3860 ((|#2| |#2|) 28 (|has| |#1| (-862))) ((|#2| |#2| (-1 (-112) |#1| |#1|)) 25)) (-3663 ((|#2| |#2|) 27 (|has| |#1| (-862))) ((|#2| |#2| (-1 (-112) |#1| |#1|)) 22)))
-(((-1151 |#1| |#2|) (-10 -7 (-15 -3663 (|#2| |#2| (-1 (-112) |#1| |#1|))) (-15 -3860 (|#2| |#2| (-1 (-112) |#1| |#1|))) (IF (|has| |#1| (-862)) (PROGN (-15 -3663 (|#2| |#2|)) (-15 -3860 (|#2| |#2|))) |%noBranch|)) (-1236) (-13 (-616 (-576) |#1|) (-10 -7 (-6 -4462) (-6 -4463)))) (T -1151))
-((-3860 (*1 *2 *2) (-12 (-4 *3 (-862)) (-4 *3 (-1236)) (-5 *1 (-1151 *3 *2)) (-4 *2 (-13 (-616 (-576) *3) (-10 -7 (-6 -4462) (-6 -4463)))))) (-3663 (*1 *2 *2) (-12 (-4 *3 (-862)) (-4 *3 (-1236)) (-5 *1 (-1151 *3 *2)) (-4 *2 (-13 (-616 (-576) *3) (-10 -7 (-6 -4462) (-6 -4463)))))) (-3860 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1236)) (-5 *1 (-1151 *4 *2)) (-4 *2 (-13 (-616 (-576) *4) (-10 -7 (-6 -4462) (-6 -4463)))))) (-3663 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1236)) (-5 *1 (-1151 *4 *2)) (-4 *2 (-13 (-616 (-576) *4) (-10 -7 (-6 -4462) (-6 -4463)))))))
-(-10 -7 (-15 -3663 (|#2| |#2| (-1 (-112) |#1| |#1|))) (-15 -3860 (|#2| |#2| (-1 (-112) |#1| |#1|))) (IF (|has| |#1| (-862)) (PROGN (-15 -3663 (|#2| |#2|)) (-15 -3860 (|#2| |#2|))) |%noBranch|))
-((-3486 (((-112) $ $) NIL)) (-3181 (((-1183 3 |#1|) $) 141)) (-2706 (((-112) $) 101)) (-3134 (($ $ (-656 (-960 |#1|))) 44) (($ $ (-656 (-656 |#1|))) 104) (($ (-656 (-960 |#1|))) 103) (((-656 (-960 |#1|)) $) 102)) (-4363 (((-112) $) 72)) (-3040 (($ $ (-960 |#1|)) 76) (($ $ (-656 |#1|)) 81) (($ $ (-783)) 83) (($ (-960 |#1|)) 77) (((-960 |#1|) $) 75)) (-3499 (((-2 (|:| -2595 (-783)) (|:| |curves| (-783)) (|:| |polygons| (-783)) (|:| |constructs| (-783))) $) 139)) (-2615 (((-783) $) 53)) (-4341 (((-783) $) 52)) (-3303 (($ $ (-783) (-960 |#1|)) 67)) (-2833 (((-112) $) 111)) (-2546 (($ $ (-656 (-656 (-960 |#1|))) (-656 (-173)) (-173)) 118) (($ $ (-656 (-656 (-656 |#1|))) (-656 (-173)) (-173)) 120) (($ $ (-656 (-656 (-960 |#1|))) (-112) (-112)) 115) (($ $ (-656 (-656 (-656 |#1|))) (-112) (-112)) 127) (($ (-656 (-656 (-960 |#1|)))) 116) (($ (-656 (-656 (-960 |#1|))) (-112) (-112)) 117) (((-656 (-656 (-960 |#1|))) $) 114)) (-1872 (($ (-656 $)) 56) (($ $ $) 57)) (-2996 (((-656 (-173)) $) 133)) (-1393 (((-656 (-960 |#1|)) $) 130)) (-3284 (((-656 (-656 (-173))) $) 132)) (-3529 (((-656 (-656 (-656 (-960 |#1|)))) $) NIL)) (-3302 (((-656 (-656 (-656 (-783)))) $) 131)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2189 (((-783) $ (-656 (-960 |#1|))) 65)) (-3215 (((-112) $) 84)) (-1906 (($ $ (-656 (-960 |#1|))) 86) (($ $ (-656 (-656 |#1|))) 92) (($ (-656 (-960 |#1|))) 87) (((-656 (-960 |#1|)) $) 85)) (-4376 (($) 48) (($ (-1183 3 |#1|)) 49)) (-1868 (($ $) 63)) (-3228 (((-656 $) $) 62)) (-2400 (($ (-656 $)) 59)) (-4103 (((-656 $) $) 61)) (-3567 (((-874) $) 146)) (-2477 (((-112) $) 94)) (-3101 (($ $ (-656 (-960 |#1|))) 96) (($ $ (-656 (-656 |#1|))) 99) (($ (-656 (-960 |#1|))) 97) (((-656 (-960 |#1|)) $) 95)) (-1542 (($ $) 140)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1152 |#1|) (-1153 |#1|) (-1068)) (T -1152))
-NIL
-(-1153 |#1|)
-((-3486 (((-112) $ $) 6)) (-3181 (((-1183 3 |#1|) $) 14)) (-2706 (((-112) $) 30)) (-3134 (($ $ (-656 (-960 |#1|))) 34) (($ $ (-656 (-656 |#1|))) 33) (($ (-656 (-960 |#1|))) 32) (((-656 (-960 |#1|)) $) 31)) (-4363 (((-112) $) 45)) (-3040 (($ $ (-960 |#1|)) 50) (($ $ (-656 |#1|)) 49) (($ $ (-783)) 48) (($ (-960 |#1|)) 47) (((-960 |#1|) $) 46)) (-3499 (((-2 (|:| -2595 (-783)) (|:| |curves| (-783)) (|:| |polygons| (-783)) (|:| |constructs| (-783))) $) 16)) (-2615 (((-783) $) 59)) (-4341 (((-783) $) 60)) (-3303 (($ $ (-783) (-960 |#1|)) 51)) (-2833 (((-112) $) 22)) (-2546 (($ $ (-656 (-656 (-960 |#1|))) (-656 (-173)) (-173)) 29) (($ $ (-656 (-656 (-656 |#1|))) (-656 (-173)) (-173)) 28) (($ $ (-656 (-656 (-960 |#1|))) (-112) (-112)) 27) (($ $ (-656 (-656 (-656 |#1|))) (-112) (-112)) 26) (($ (-656 (-656 (-960 |#1|)))) 25) (($ (-656 (-656 (-960 |#1|))) (-112) (-112)) 24) (((-656 (-656 (-960 |#1|))) $) 23)) (-1872 (($ (-656 $)) 58) (($ $ $) 57)) (-2996 (((-656 (-173)) $) 17)) (-1393 (((-656 (-960 |#1|)) $) 21)) (-3284 (((-656 (-656 (-173))) $) 18)) (-3529 (((-656 (-656 (-656 (-960 |#1|)))) $) 19)) (-3302 (((-656 (-656 (-656 (-783)))) $) 20)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-2189 (((-783) $ (-656 (-960 |#1|))) 52)) (-3215 (((-112) $) 40)) (-1906 (($ $ (-656 (-960 |#1|))) 44) (($ $ (-656 (-656 |#1|))) 43) (($ (-656 (-960 |#1|))) 42) (((-656 (-960 |#1|)) $) 41)) (-4376 (($) 62) (($ (-1183 3 |#1|)) 61)) (-1868 (($ $) 53)) (-3228 (((-656 $) $) 54)) (-2400 (($ (-656 $)) 56)) (-4103 (((-656 $) $) 55)) (-3567 (((-874) $) 12)) (-2477 (((-112) $) 35)) (-3101 (($ $ (-656 (-960 |#1|))) 39) (($ $ (-656 (-656 |#1|))) 38) (($ (-656 (-960 |#1|))) 37) (((-656 (-960 |#1|)) $) 36)) (-1542 (($ $) 15)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)))
-(((-1153 |#1|) (-141) (-1068)) (T -1153))
-((-3567 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-874)))) (-4376 (*1 *1) (-12 (-4 *1 (-1153 *2)) (-4 *2 (-1068)))) (-4376 (*1 *1 *2) (-12 (-5 *2 (-1183 3 *3)) (-4 *3 (-1068)) (-4 *1 (-1153 *3)))) (-4341 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-783)))) (-2615 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-783)))) (-1872 (*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-1153 *3)) (-4 *3 (-1068)))) (-1872 (*1 *1 *1 *1) (-12 (-4 *1 (-1153 *2)) (-4 *2 (-1068)))) (-2400 (*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-1153 *3)) (-4 *3 (-1068)))) (-4103 (*1 *2 *1) (-12 (-4 *3 (-1068)) (-5 *2 (-656 *1)) (-4 *1 (-1153 *3)))) (-3228 (*1 *2 *1) (-12 (-4 *3 (-1068)) (-5 *2 (-656 *1)) (-4 *1 (-1153 *3)))) (-1868 (*1 *1 *1) (-12 (-4 *1 (-1153 *2)) (-4 *2 (-1068)))) (-2189 (*1 *2 *1 *3) (-12 (-5 *3 (-656 (-960 *4))) (-4 *1 (-1153 *4)) (-4 *4 (-1068)) (-5 *2 (-783)))) (-3303 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *3 (-960 *4)) (-4 *1 (-1153 *4)) (-4 *4 (-1068)))) (-3040 (*1 *1 *1 *2) (-12 (-5 *2 (-960 *3)) (-4 *1 (-1153 *3)) (-4 *3 (-1068)))) (-3040 (*1 *1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *1 (-1153 *3)) (-4 *3 (-1068)))) (-3040 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1153 *3)) (-4 *3 (-1068)))) (-3040 (*1 *1 *2) (-12 (-5 *2 (-960 *3)) (-4 *3 (-1068)) (-4 *1 (-1153 *3)))) (-3040 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-960 *3)))) (-4363 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-112)))) (-1906 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-960 *3))) (-4 *1 (-1153 *3)) (-4 *3 (-1068)))) (-1906 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *1 (-1153 *3)) (-4 *3 (-1068)))) (-1906 (*1 *1 *2) (-12 (-5 *2 (-656 (-960 *3))) (-4 *3 (-1068)) (-4 *1 (-1153 *3)))) (-1906 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-656 (-960 *3))))) (-3215 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-112)))) (-3101 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-960 *3))) (-4 *1 (-1153 *3)) (-4 *3 (-1068)))) (-3101 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *1 (-1153 *3)) (-4 *3 (-1068)))) (-3101 (*1 *1 *2) (-12 (-5 *2 (-656 (-960 *3))) (-4 *3 (-1068)) (-4 *1 (-1153 *3)))) (-3101 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-656 (-960 *3))))) (-2477 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-112)))) (-3134 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-960 *3))) (-4 *1 (-1153 *3)) (-4 *3 (-1068)))) (-3134 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *1 (-1153 *3)) (-4 *3 (-1068)))) (-3134 (*1 *1 *2) (-12 (-5 *2 (-656 (-960 *3))) (-4 *3 (-1068)) (-4 *1 (-1153 *3)))) (-3134 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-656 (-960 *3))))) (-2706 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-112)))) (-2546 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-656 (-656 (-960 *5)))) (-5 *3 (-656 (-173))) (-5 *4 (-173)) (-4 *1 (-1153 *5)) (-4 *5 (-1068)))) (-2546 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-656 (-656 (-656 *5)))) (-5 *3 (-656 (-173))) (-5 *4 (-173)) (-4 *1 (-1153 *5)) (-4 *5 (-1068)))) (-2546 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-656 (-656 (-960 *4)))) (-5 *3 (-112)) (-4 *1 (-1153 *4)) (-4 *4 (-1068)))) (-2546 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-656 (-656 (-656 *4)))) (-5 *3 (-112)) (-4 *1 (-1153 *4)) (-4 *4 (-1068)))) (-2546 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 (-960 *3)))) (-4 *3 (-1068)) (-4 *1 (-1153 *3)))) (-2546 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-656 (-656 (-960 *4)))) (-5 *3 (-112)) (-4 *4 (-1068)) (-4 *1 (-1153 *4)))) (-2546 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-656 (-656 (-960 *3)))))) (-2833 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-112)))) (-1393 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-656 (-960 *3))))) (-3302 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-656 (-656 (-656 (-783))))))) (-3529 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-656 (-656 (-656 (-960 *3))))))) (-3284 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-656 (-656 (-173)))))) (-2996 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-656 (-173))))) (-3499 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-2 (|:| -2595 (-783)) (|:| |curves| (-783)) (|:| |polygons| (-783)) (|:| |constructs| (-783)))))) (-1542 (*1 *1 *1) (-12 (-4 *1 (-1153 *2)) (-4 *2 (-1068)))) (-3181 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-1183 3 *3)))))
-(-13 (-1119) (-10 -8 (-15 -4376 ($)) (-15 -4376 ($ (-1183 3 |t#1|))) (-15 -4341 ((-783) $)) (-15 -2615 ((-783) $)) (-15 -1872 ($ (-656 $))) (-15 -1872 ($ $ $)) (-15 -2400 ($ (-656 $))) (-15 -4103 ((-656 $) $)) (-15 -3228 ((-656 $) $)) (-15 -1868 ($ $)) (-15 -2189 ((-783) $ (-656 (-960 |t#1|)))) (-15 -3303 ($ $ (-783) (-960 |t#1|))) (-15 -3040 ($ $ (-960 |t#1|))) (-15 -3040 ($ $ (-656 |t#1|))) (-15 -3040 ($ $ (-783))) (-15 -3040 ($ (-960 |t#1|))) (-15 -3040 ((-960 |t#1|) $)) (-15 -4363 ((-112) $)) (-15 -1906 ($ $ (-656 (-960 |t#1|)))) (-15 -1906 ($ $ (-656 (-656 |t#1|)))) (-15 -1906 ($ (-656 (-960 |t#1|)))) (-15 -1906 ((-656 (-960 |t#1|)) $)) (-15 -3215 ((-112) $)) (-15 -3101 ($ $ (-656 (-960 |t#1|)))) (-15 -3101 ($ $ (-656 (-656 |t#1|)))) (-15 -3101 ($ (-656 (-960 |t#1|)))) (-15 -3101 ((-656 (-960 |t#1|)) $)) (-15 -2477 ((-112) $)) (-15 -3134 ($ $ (-656 (-960 |t#1|)))) (-15 -3134 ($ $ (-656 (-656 |t#1|)))) (-15 -3134 ($ (-656 (-960 |t#1|)))) (-15 -3134 ((-656 (-960 |t#1|)) $)) (-15 -2706 ((-112) $)) (-15 -2546 ($ $ (-656 (-656 (-960 |t#1|))) (-656 (-173)) (-173))) (-15 -2546 ($ $ (-656 (-656 (-656 |t#1|))) (-656 (-173)) (-173))) (-15 -2546 ($ $ (-656 (-656 (-960 |t#1|))) (-112) (-112))) (-15 -2546 ($ $ (-656 (-656 (-656 |t#1|))) (-112) (-112))) (-15 -2546 ($ (-656 (-656 (-960 |t#1|))))) (-15 -2546 ($ (-656 (-656 (-960 |t#1|))) (-112) (-112))) (-15 -2546 ((-656 (-656 (-960 |t#1|))) $)) (-15 -2833 ((-112) $)) (-15 -1393 ((-656 (-960 |t#1|)) $)) (-15 -3302 ((-656 (-656 (-656 (-783)))) $)) (-15 -3529 ((-656 (-656 (-656 (-960 |t#1|)))) $)) (-15 -3284 ((-656 (-656 (-173))) $)) (-15 -2996 ((-656 (-173)) $)) (-15 -3499 ((-2 (|:| -2595 (-783)) (|:| |curves| (-783)) (|:| |polygons| (-783)) (|:| |constructs| (-783))) $)) (-15 -1542 ($ $)) (-15 -3181 ((-1183 3 |t#1|) $)) (-15 -3567 ((-874) $))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 184) (($ (-1200)) NIL) (((-1200) $) 7)) (-2703 (((-112) $ (|[\|\|]| (-536))) 19) (((-112) $ (|[\|\|]| (-220))) 23) (((-112) $ (|[\|\|]| (-688))) 27) (((-112) $ (|[\|\|]| (-1296))) 31) (((-112) $ (|[\|\|]| (-139))) 35) (((-112) $ (|[\|\|]| (-618))) 39) (((-112) $ (|[\|\|]| (-134))) 43) (((-112) $ (|[\|\|]| (-1134))) 47) (((-112) $ (|[\|\|]| (-96))) 51) (((-112) $ (|[\|\|]| (-693))) 55) (((-112) $ (|[\|\|]| (-529))) 59) (((-112) $ (|[\|\|]| (-1085))) 63) (((-112) $ (|[\|\|]| (-1297))) 67) (((-112) $ (|[\|\|]| (-537))) 71) (((-112) $ (|[\|\|]| (-1170))) 75) (((-112) $ (|[\|\|]| (-155))) 79) (((-112) $ (|[\|\|]| (-683))) 83) (((-112) $ (|[\|\|]| (-321))) 87) (((-112) $ (|[\|\|]| (-1055))) 91) (((-112) $ (|[\|\|]| (-182))) 95) (((-112) $ (|[\|\|]| (-989))) 99) (((-112) $ (|[\|\|]| (-1092))) 103) (((-112) $ (|[\|\|]| (-1109))) 107) (((-112) $ (|[\|\|]| (-1115))) 111) (((-112) $ (|[\|\|]| (-638))) 115) (((-112) $ (|[\|\|]| (-1185))) 119) (((-112) $ (|[\|\|]| (-157))) 123) (((-112) $ (|[\|\|]| (-138))) 127) (((-112) $ (|[\|\|]| (-490))) 131) (((-112) $ (|[\|\|]| (-604))) 135) (((-112) $ (|[\|\|]| (-518))) 139) (((-112) $ (|[\|\|]| (-1177))) 143) (((-112) $ (|[\|\|]| (-576))) 147)) (-1540 (((-112) $ $) NIL)) (-1919 (((-536) $) 20) (((-220) $) 24) (((-688) $) 28) (((-1296) $) 32) (((-139) $) 36) (((-618) $) 40) (((-134) $) 44) (((-1134) $) 48) (((-96) $) 52) (((-693) $) 56) (((-529) $) 60) (((-1085) $) 64) (((-1297) $) 68) (((-537) $) 72) (((-1170) $) 76) (((-155) $) 80) (((-683) $) 84) (((-321) $) 88) (((-1055) $) 92) (((-182) $) 96) (((-989) $) 100) (((-1092) $) 104) (((-1109) $) 108) (((-1115) $) 112) (((-638) $) 116) (((-1185) $) 120) (((-157) $) 124) (((-138) $) 128) (((-490) $) 132) (((-604) $) 136) (((-518) $) 140) (((-1177) $) 144) (((-576) $) 148)) (-2921 (((-112) $ $) NIL)))
-(((-1154) (-1156)) (T -1154))
-NIL
-(-1156)
-((-4340 (((-656 (-1200)) (-1177)) 9)))
-(((-1155) (-10 -7 (-15 -4340 ((-656 (-1200)) (-1177))))) (T -1155))
-((-4340 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-656 (-1200))) (-5 *1 (-1155)))))
-(-10 -7 (-15 -4340 ((-656 (-1200)) (-1177))))
-((-3486 (((-112) $ $) 6)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12) (($ (-1200)) 17) (((-1200) $) 16)) (-2703 (((-112) $ (|[\|\|]| (-536))) 85) (((-112) $ (|[\|\|]| (-220))) 83) (((-112) $ (|[\|\|]| (-688))) 81) (((-112) $ (|[\|\|]| (-1296))) 79) (((-112) $ (|[\|\|]| (-139))) 77) (((-112) $ (|[\|\|]| (-618))) 75) (((-112) $ (|[\|\|]| (-134))) 73) (((-112) $ (|[\|\|]| (-1134))) 71) (((-112) $ (|[\|\|]| (-96))) 69) (((-112) $ (|[\|\|]| (-693))) 67) (((-112) $ (|[\|\|]| (-529))) 65) (((-112) $ (|[\|\|]| (-1085))) 63) (((-112) $ (|[\|\|]| (-1297))) 61) (((-112) $ (|[\|\|]| (-537))) 59) (((-112) $ (|[\|\|]| (-1170))) 57) (((-112) $ (|[\|\|]| (-155))) 55) (((-112) $ (|[\|\|]| (-683))) 53) (((-112) $ (|[\|\|]| (-321))) 51) (((-112) $ (|[\|\|]| (-1055))) 49) (((-112) $ (|[\|\|]| (-182))) 47) (((-112) $ (|[\|\|]| (-989))) 45) (((-112) $ (|[\|\|]| (-1092))) 43) (((-112) $ (|[\|\|]| (-1109))) 41) (((-112) $ (|[\|\|]| (-1115))) 39) (((-112) $ (|[\|\|]| (-638))) 37) (((-112) $ (|[\|\|]| (-1185))) 35) (((-112) $ (|[\|\|]| (-157))) 33) (((-112) $ (|[\|\|]| (-138))) 31) (((-112) $ (|[\|\|]| (-490))) 29) (((-112) $ (|[\|\|]| (-604))) 27) (((-112) $ (|[\|\|]| (-518))) 25) (((-112) $ (|[\|\|]| (-1177))) 23) (((-112) $ (|[\|\|]| (-576))) 21)) (-1540 (((-112) $ $) 9)) (-1919 (((-536) $) 84) (((-220) $) 82) (((-688) $) 80) (((-1296) $) 78) (((-139) $) 76) (((-618) $) 74) (((-134) $) 72) (((-1134) $) 70) (((-96) $) 68) (((-693) $) 66) (((-529) $) 64) (((-1085) $) 62) (((-1297) $) 60) (((-537) $) 58) (((-1170) $) 56) (((-155) $) 54) (((-683) $) 52) (((-321) $) 50) (((-1055) $) 48) (((-182) $) 46) (((-989) $) 44) (((-1092) $) 42) (((-1109) $) 40) (((-1115) $) 38) (((-638) $) 36) (((-1185) $) 34) (((-157) $) 32) (((-138) $) 30) (((-490) $) 28) (((-604) $) 26) (((-518) $) 24) (((-1177) $) 22) (((-576) $) 20)) (-2921 (((-112) $ $) 7)))
-(((-1156) (-141)) (T -1156))
-((-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-536))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-536)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-220))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-220)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-688))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-688)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1296))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1296)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-139))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-139)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-618))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-618)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-134))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-134)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1134))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1134)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-96))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-96)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-693))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-693)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-529))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-529)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1085))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1085)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1297))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1297)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-537))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-537)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1170))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1170)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-155))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-155)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-683))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-683)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-321))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-321)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1055))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1055)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-182))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-182)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-989))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-989)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1092))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1092)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1109))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1109)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1115))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1115)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-638))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-638)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1185))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1185)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-157))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-157)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-138))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-138)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-490))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-490)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-604))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-604)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-518))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-518)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1177))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1177)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-576))) (-5 *2 (-112)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-576)))))
-(-13 (-1102) (-1281) (-10 -8 (-15 -2703 ((-112) $ (|[\|\|]| (-536)))) (-15 -1919 ((-536) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-220)))) (-15 -1919 ((-220) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-688)))) (-15 -1919 ((-688) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-1296)))) (-15 -1919 ((-1296) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-139)))) (-15 -1919 ((-139) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-618)))) (-15 -1919 ((-618) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-134)))) (-15 -1919 ((-134) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-1134)))) (-15 -1919 ((-1134) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-96)))) (-15 -1919 ((-96) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-693)))) (-15 -1919 ((-693) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-529)))) (-15 -1919 ((-529) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-1085)))) (-15 -1919 ((-1085) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-1297)))) (-15 -1919 ((-1297) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-537)))) (-15 -1919 ((-537) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-1170)))) (-15 -1919 ((-1170) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-155)))) (-15 -1919 ((-155) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-683)))) (-15 -1919 ((-683) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-321)))) (-15 -1919 ((-321) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-1055)))) (-15 -1919 ((-1055) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-182)))) (-15 -1919 ((-182) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-989)))) (-15 -1919 ((-989) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-1092)))) (-15 -1919 ((-1092) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-1109)))) (-15 -1919 ((-1109) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-1115)))) (-15 -1919 ((-1115) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-638)))) (-15 -1919 ((-638) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-1185)))) (-15 -1919 ((-1185) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-157)))) (-15 -1919 ((-157) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-138)))) (-15 -1919 ((-138) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-490)))) (-15 -1919 ((-490) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-604)))) (-15 -1919 ((-604) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-518)))) (-15 -1919 ((-518) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-1177)))) (-15 -1919 ((-1177) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-576)))) (-15 -1919 ((-576) $))))
-(((-93) . T) ((-102) . T) ((-628 #0=(-1200)) . T) ((-625 (-874)) . T) ((-625 #0#) . T) ((-502 #0#) . T) ((-1119) . T) ((-1102) . T) ((-1236) . T) ((-1281) . T))
-((-2461 (((-1291) (-656 (-874))) 22) (((-1291) (-874)) 21)) (-4061 (((-1291) (-656 (-874))) 20) (((-1291) (-874)) 19)) (-2618 (((-1291) (-656 (-874))) 18) (((-1291) (-874)) 10) (((-1291) (-1177) (-874)) 16)))
-(((-1157) (-10 -7 (-15 -2618 ((-1291) (-1177) (-874))) (-15 -2618 ((-1291) (-874))) (-15 -4061 ((-1291) (-874))) (-15 -2461 ((-1291) (-874))) (-15 -2618 ((-1291) (-656 (-874)))) (-15 -4061 ((-1291) (-656 (-874)))) (-15 -2461 ((-1291) (-656 (-874)))))) (T -1157))
-((-2461 (*1 *2 *3) (-12 (-5 *3 (-656 (-874))) (-5 *2 (-1291)) (-5 *1 (-1157)))) (-4061 (*1 *2 *3) (-12 (-5 *3 (-656 (-874))) (-5 *2 (-1291)) (-5 *1 (-1157)))) (-2618 (*1 *2 *3) (-12 (-5 *3 (-656 (-874))) (-5 *2 (-1291)) (-5 *1 (-1157)))) (-2461 (*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1291)) (-5 *1 (-1157)))) (-4061 (*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1291)) (-5 *1 (-1157)))) (-2618 (*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1291)) (-5 *1 (-1157)))) (-2618 (*1 *2 *3 *4) (-12 (-5 *3 (-1177)) (-5 *4 (-874)) (-5 *2 (-1291)) (-5 *1 (-1157)))))
-(-10 -7 (-15 -2618 ((-1291) (-1177) (-874))) (-15 -2618 ((-1291) (-874))) (-15 -4061 ((-1291) (-874))) (-15 -2461 ((-1291) (-874))) (-15 -2618 ((-1291) (-656 (-874)))) (-15 -4061 ((-1291) (-656 (-874)))) (-15 -2461 ((-1291) (-656 (-874)))))
-((-2224 (($ $ $) 10)) (-2638 (($ $) 9)) (-4077 (($ $ $) 13)) (-3340 (($ $ $) 15)) (-3379 (($ $ $) 12)) (-3613 (($ $ $) 14)) (-2397 (($ $) 17)) (-4187 (($ $) 16)) (-4308 (($ $) 6)) (-3366 (($ $ $) 11) (($ $) 7)) (-3406 (($ $ $) 8)))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3016 ((|#1| $) 45)) (-1951 (((-112) $ (-783)) 8)) (-3853 (($) 7 T CONST)) (-4112 ((|#1| |#1| $) 47)) (-3941 ((|#1| $) 46)) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) 9)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-4306 ((|#1| $) 40)) (-3846 (($ |#1| $) 41)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-1470 ((|#1| $) 42)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4307 (((-783) $) 44)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-3356 (($ (-656 |#1|)) 43)) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-1142 |#1|) (-141) (-1238)) (T -1142))
+((-4112 (*1 *2 *2 *1) (-12 (-4 *1 (-1142 *2)) (-4 *2 (-1238)))) (-3941 (*1 *2 *1) (-12 (-4 *1 (-1142 *2)) (-4 *2 (-1238)))) (-3016 (*1 *2 *1) (-12 (-4 *1 (-1142 *2)) (-4 *2 (-1238)))) (-4307 (*1 *2 *1) (-12 (-4 *1 (-1142 *3)) (-4 *3 (-1238)) (-5 *2 (-783)))))
+(-13 (-107 |t#1|) (-10 -8 (-6 -4464) (-15 -4112 (|t#1| |t#1| $)) (-15 -3941 (|t#1| $)) (-15 -3016 (|t#1| $)) (-15 -4307 ((-783) $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1121) |has| |#1| (-1121)) ((-1238) . T))
+((-3832 ((|#3| $) 87)) (-2981 (((-3 (-576) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 |#3| "failed") $) 50)) (-2318 (((-576) $) NIL) (((-419 (-576)) $) NIL) ((|#3| $) 47)) (-2255 (((-701 (-576)) (-701 $)) NIL) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL) (((-2 (|:| -2663 (-701 |#3|)) (|:| |vec| (-1288 |#3|))) (-701 $) (-1288 $)) 84) (((-701 |#3|) (-701 $)) 76)) (-4107 (($ $ (-1 |#3| |#3|) (-783)) NIL) (($ $ (-1 |#3| |#3|)) 28) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1197)) NIL) (($ $ (-656 (-1197))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL)) (-2080 ((|#3| $) 89)) (-2333 ((|#4| $) 43)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ (-419 (-576))) NIL) (($ |#3|) 25)) (** (($ $ (-940)) NIL) (($ $ (-783)) 24) (($ $ (-576)) 95)))
+(((-1143 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 -2080 (|#3| |#1|)) (-15 -3832 (|#3| |#1|)) (-15 -2333 (|#4| |#1|)) (-15 -2255 ((-701 |#3|) (-701 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 |#3|)) (|:| |vec| (-1288 |#3|))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-701 (-576)) (-701 |#1|))) (-15 -4114 (|#1| |#3|)) (-15 -2981 ((-3 |#3| "failed") |#1|)) (-15 -2318 (|#3| |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -4107 (|#1| |#1| (-1 |#3| |#3|))) (-15 -4107 (|#1| |#1| (-1 |#3| |#3|) (-783))) (-15 -4114 (|#1| (-576))) (-15 ** (|#1| |#1| (-783))) (-15 ** (|#1| |#1| (-940))) (-15 -4114 ((-876) |#1|))) (-1144 |#2| |#3| |#4| |#5|) (-783) (-1070) (-243 |#2| |#3|) (-243 |#2| |#3|)) (T -1143))
+NIL
+(-10 -8 (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1|)) (-15 ** (|#1| |#1| (-576))) (-15 -2080 (|#3| |#1|)) (-15 -3832 (|#3| |#1|)) (-15 -2333 (|#4| |#1|)) (-15 -2255 ((-701 |#3|) (-701 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 |#3|)) (|:| |vec| (-1288 |#3|))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 |#1|) (-1288 |#1|))) (-15 -2255 ((-701 (-576)) (-701 |#1|))) (-15 -4114 (|#1| |#3|)) (-15 -2981 ((-3 |#3| "failed") |#1|)) (-15 -2318 (|#3| |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -4107 (|#1| |#1| (-1 |#3| |#3|))) (-15 -4107 (|#1| |#1| (-1 |#3| |#3|) (-783))) (-15 -4114 (|#1| (-576))) (-15 ** (|#1| |#1| (-783))) (-15 ** (|#1| |#1| (-940))) (-15 -4114 ((-876) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3832 ((|#2| $) 80)) (-1725 (((-112) $) 124)) (-2583 (((-3 $ "failed") $ $) 20)) (-4055 (((-112) $) 122)) (-1951 (((-112) $ (-783)) 114)) (-3464 (($ |#2|) 83)) (-3853 (($) 18 T CONST)) (-1872 (($ $) 141 (|has| |#2| (-317)))) (-3368 ((|#3| $ (-576)) 136)) (-2981 (((-3 (-576) "failed") $) 99 (|has| |#2| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) 96 (|has| |#2| (-1059 (-419 (-576))))) (((-3 |#2| "failed") $) 93)) (-2318 (((-576) $) 98 (|has| |#2| (-1059 (-576)))) (((-419 (-576)) $) 95 (|has| |#2| (-1059 (-419 (-576))))) ((|#2| $) 94)) (-2255 (((-701 (-576)) (-701 $)) 89 (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 88 (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) 87) (((-701 |#2|) (-701 $)) 86)) (-2413 (((-3 $ "failed") $) 37)) (-4136 (((-783) $) 142 (|has| |#2| (-568)))) (-3721 ((|#2| $ (-576) (-576)) 134)) (-3722 (((-656 |#2|) $) 107 (|has| $ (-6 -4464)))) (-3315 (((-112) $) 35)) (-1547 (((-783) $) 143 (|has| |#2| (-568)))) (-3622 (((-656 |#4|) $) 144 (|has| |#2| (-568)))) (-2759 (((-783) $) 130)) (-2773 (((-783) $) 131)) (-4157 (((-112) $ (-783)) 115)) (-2829 ((|#2| $) 75 (|has| |#2| (-6 (-4466 "*"))))) (-2037 (((-576) $) 126)) (-3775 (((-576) $) 128)) (-4302 (((-656 |#2|) $) 106 (|has| $ (-6 -4464)))) (-4029 (((-112) |#2| $) 104 (-12 (|has| |#2| (-1121)) (|has| $ (-6 -4464))))) (-3422 (((-576) $) 127)) (-3154 (((-576) $) 129)) (-3409 (($ (-656 (-656 |#2|))) 121)) (-1896 (($ (-1 |#2| |#2|) $) 111 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#2| |#2| |#2|) $ $) 138) (($ (-1 |#2| |#2|) $) 112)) (-3302 (((-656 (-656 |#2|)) $) 132)) (-4002 (((-112) $ (-783)) 116)) (-3015 (((-701 (-576)) (-1288 $)) 91 (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) 90 (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-1288 $) $) 85) (((-701 |#2|) (-1288 $)) 84)) (-4185 (((-1179) $) 10)) (-1717 (((-3 $ "failed") $) 74 (|has| |#2| (-374)))) (-3117 (((-1141) $) 11)) (-1943 (((-3 $ "failed") $ |#2|) 139 (|has| |#2| (-568)))) (-3484 (((-112) (-1 (-112) |#2|) $) 109 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#2|))) 103 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-304 |#2|)) 102 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ |#2| |#2|) 101 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 |#2|) (-656 |#2|)) 100 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))) (-2587 (((-112) $ $) 120)) (-4190 (((-112) $) 117)) (-3029 (($) 118)) (-4369 ((|#2| $ (-576) (-576) |#2|) 135) ((|#2| $ (-576) (-576)) 133)) (-4107 (($ $ (-1 |#2| |#2|) (-783)) 57) (($ $ (-1 |#2| |#2|)) 56) (($ $) 47 (|has| |#2| (-237))) (($ $ (-783)) 45 (|has| |#2| (-237))) (($ $ (-1197)) 55 (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197))) 53 (|has| |#2| (-919 (-1197)))) (($ $ (-1197) (-783)) 52 (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) 51 (|has| |#2| (-919 (-1197))))) (-2080 ((|#2| $) 79)) (-1438 (($ (-656 |#2|)) 82)) (-3774 (((-112) $) 123)) (-2333 ((|#3| $) 81)) (-3518 ((|#2| $) 76 (|has| |#2| (-6 (-4466 "*"))))) (-3131 (((-783) (-1 (-112) |#2|) $) 108 (|has| $ (-6 -4464))) (((-783) |#2| $) 105 (-12 (|has| |#2| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 119)) (-4389 ((|#4| $ (-576)) 137)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 97 (|has| |#2| (-1059 (-419 (-576))))) (($ |#2|) 92)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-1746 (((-112) (-1 (-112) |#2|) $) 110 (|has| $ (-6 -4464)))) (-4354 (((-112) $) 125)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-1 |#2| |#2|) (-783)) 59) (($ $ (-1 |#2| |#2|)) 58) (($ $) 46 (|has| |#2| (-237))) (($ $ (-783)) 44 (|has| |#2| (-237))) (($ $ (-1197)) 54 (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197))) 50 (|has| |#2| (-919 (-1197)))) (($ $ (-1197) (-783)) 49 (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) 48 (|has| |#2| (-919 (-1197))))) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#2|) 140 (|has| |#2| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 73 (|has| |#2| (-374)))) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#2|) 146) (($ |#2| $) 145) ((|#4| $ |#4|) 78) ((|#3| |#3| $) 77)) (-1968 (((-783) $) 113 (|has| $ (-6 -4464)))))
+(((-1144 |#1| |#2| |#3| |#4|) (-141) (-783) (-1070) (-243 |t#1| |t#2|) (-243 |t#1| |t#2|)) (T -1144))
+((-3464 (*1 *1 *2) (-12 (-4 *2 (-1070)) (-4 *1 (-1144 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2)) (-4 *5 (-243 *3 *2)))) (-1438 (*1 *1 *2) (-12 (-5 *2 (-656 *4)) (-4 *4 (-1070)) (-4 *1 (-1144 *3 *4 *5 *6)) (-4 *5 (-243 *3 *4)) (-4 *6 (-243 *3 *4)))) (-2333 (*1 *2 *1) (-12 (-4 *1 (-1144 *3 *4 *2 *5)) (-4 *4 (-1070)) (-4 *5 (-243 *3 *4)) (-4 *2 (-243 *3 *4)))) (-3832 (*1 *2 *1) (-12 (-4 *1 (-1144 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2)) (-4 *5 (-243 *3 *2)) (-4 *2 (-1070)))) (-2080 (*1 *2 *1) (-12 (-4 *1 (-1144 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2)) (-4 *5 (-243 *3 *2)) (-4 *2 (-1070)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-1144 *3 *4 *5 *2)) (-4 *4 (-1070)) (-4 *5 (-243 *3 *4)) (-4 *2 (-243 *3 *4)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-1144 *3 *4 *2 *5)) (-4 *4 (-1070)) (-4 *2 (-243 *3 *4)) (-4 *5 (-243 *3 *4)))) (-3518 (*1 *2 *1) (-12 (-4 *1 (-1144 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2)) (-4 *5 (-243 *3 *2)) (|has| *2 (-6 (-4466 "*"))) (-4 *2 (-1070)))) (-2829 (*1 *2 *1) (-12 (-4 *1 (-1144 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2)) (-4 *5 (-243 *3 *2)) (|has| *2 (-6 (-4466 "*"))) (-4 *2 (-1070)))) (-1717 (*1 *1 *1) (|partial| -12 (-4 *1 (-1144 *2 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-243 *2 *3)) (-4 *5 (-243 *2 *3)) (-4 *3 (-374)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-1144 *3 *4 *5 *6)) (-4 *4 (-1070)) (-4 *5 (-243 *3 *4)) (-4 *6 (-243 *3 *4)) (-4 *4 (-374)))))
+(-13 (-232 |t#2|) (-111 |t#2| |t#2|) (-1074 |t#1| |t#1| |t#2| |t#3| |t#4|) (-423 |t#2|) (-388 |t#2|) (-10 -8 (IF (|has| |t#2| (-174)) (-6 (-729 |t#2|)) |%noBranch|) (-15 -3464 ($ |t#2|)) (-15 -1438 ($ (-656 |t#2|))) (-15 -2333 (|t#3| $)) (-15 -3832 (|t#2| $)) (-15 -2080 (|t#2| $)) (-15 * (|t#4| $ |t#4|)) (-15 * (|t#3| |t#3| $)) (IF (|has| |t#2| (-6 (-4466 "*"))) (PROGN (-6 (-38 |t#2|)) (-15 -3518 (|t#2| $)) (-15 -2829 (|t#2| $))) |%noBranch|) (IF (|has| |t#2| (-374)) (PROGN (-15 -1717 ((-3 $ "failed") $)) (-15 ** ($ $ (-576)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-38 |#2|) |has| |#2| (-6 (-4466 "*"))) ((-102) . T) ((-111 |#2| |#2|) . T) ((-132) . T) ((-628 #0=(-419 (-576))) |has| |#2| (-1059 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#2|) . T) ((-625 (-876)) . T) ((-234 $) -3795 (|has| |#2| (-237)) (|has| |#2| (-238))) ((-232 |#2|) . T) ((-238) |has| |#2| (-238)) ((-237) -3795 (|has| |#2| (-237)) (|has| |#2| (-238))) ((-272 |#2|) . T) ((-319 |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) ((-388 |#2|) . T) ((-423 |#2|) . T) ((-501 |#2|) . T) ((-526 |#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) ((-658 (-576)) . T) ((-658 |#2|) . T) ((-658 $) . T) ((-660 #1=(-576)) |has| |#2| (-651 (-576))) ((-660 |#2|) . T) ((-660 $) . T) ((-652 |#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-6 (-4466 "*")))) ((-651 #1#) |has| |#2| (-651 (-576))) ((-651 |#2|) . T) ((-729 |#2|) -3795 (|has| |#2| (-174)) (|has| |#2| (-6 (-4466 "*")))) ((-738) . T) ((-911 $ #2=(-1197)) -3795 (|has| |#2| (-919 (-1197))) (|has| |#2| (-917 (-1197)))) ((-917 (-1197)) |has| |#2| (-917 (-1197))) ((-919 #2#) -3795 (|has| |#2| (-919 (-1197))) (|has| |#2| (-917 (-1197)))) ((-1074 |#1| |#1| |#2| |#3| |#4|) . T) ((-1059 #0#) |has| |#2| (-1059 (-419 (-576)))) ((-1059 (-576)) |has| |#2| (-1059 (-576))) ((-1059 |#2|) . T) ((-1072 |#2|) . T) ((-1077 |#2|) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-3505 ((|#4| |#4|) 81)) (-4313 ((|#4| |#4|) 76)) (-3142 (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1726 (-656 |#3|))) |#4| |#3|) 91)) (-2982 (((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|) 80)) (-3019 (((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|) 78)))
+(((-1145 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4313 (|#4| |#4|)) (-15 -3019 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -3505 (|#4| |#4|)) (-15 -2982 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -3142 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1726 (-656 |#3|))) |#4| |#3|))) (-317) (-384 |#1|) (-384 |#1|) (-699 |#1| |#2| |#3|)) (T -1145))
+((-3142 (*1 *2 *3 *4) (-12 (-4 *5 (-317)) (-4 *6 (-384 *5)) (-4 *4 (-384 *5)) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1726 (-656 *4)))) (-5 *1 (-1145 *5 *6 *4 *3)) (-4 *3 (-699 *5 *6 *4)))) (-2982 (*1 *2 *3) (-12 (-4 *4 (-317)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3))) (-5 *1 (-1145 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-3505 (*1 *2 *2) (-12 (-4 *3 (-317)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-1145 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))) (-3019 (*1 *2 *3) (-12 (-4 *4 (-317)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4)) (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3))) (-5 *1 (-1145 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))) (-4313 (*1 *2 *2) (-12 (-4 *3 (-317)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-1145 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))))
+(-10 -7 (-15 -4313 (|#4| |#4|)) (-15 -3019 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -3505 (|#4| |#4|)) (-15 -2982 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -3142 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1726 (-656 |#3|))) |#4| |#3|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 18)) (-1583 (((-656 |#2|) $) 174)) (-1420 (((-1193 $) $ |#2|) 60) (((-1193 |#1|) $) 49)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 116 (|has| |#1| (-568)))) (-2116 (($ $) 118 (|has| |#1| (-568)))) (-2898 (((-112) $) 120 (|has| |#1| (-568)))) (-2392 (((-783) $) NIL) (((-783) $ (-656 |#2|)) 213)) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4068 (($ $) NIL (|has| |#1| (-464)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) 167) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 |#2| "failed") $) NIL)) (-2318 ((|#1| $) 165) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1059 (-576)))) ((|#2| $) NIL)) (-1751 (($ $ $ |#2|) NIL (|has| |#1| (-174)))) (-3310 (($ $) 217)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) 90)) (-1770 (($ $) NIL (|has| |#1| (-464))) (($ $ |#2|) NIL (|has| |#1| (-464)))) (-3297 (((-656 $) $) NIL)) (-3742 (((-112) $) NIL (|has| |#1| (-928)))) (-4308 (($ $ |#1| (-543 |#2|) $) NIL)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (-12 (|has| |#1| (-901 (-390))) (|has| |#2| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (-12 (|has| |#1| (-901 (-576))) (|has| |#2| (-901 (-576)))))) (-3315 (((-112) $) 20)) (-2509 (((-783) $) 30)) (-1572 (($ (-1193 |#1|) |#2|) 54) (($ (-1193 $) |#2|) 71)) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) 38)) (-1562 (($ |#1| (-543 |#2|)) 78) (($ $ |#2| (-783)) 58) (($ $ (-656 |#2|) (-656 (-783))) NIL)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ |#2|) NIL)) (-4269 (((-543 |#2|) $) 205) (((-783) $ |#2|) 206) (((-656 (-783)) $ (-656 |#2|)) 207)) (-1504 (($ (-1 (-543 |#2|) (-543 |#2|)) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) 128)) (-1706 (((-3 |#2| "failed") $) 177)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) NIL) (((-701 |#1|) (-1288 $)) NIL)) (-1697 (($ $) 216)) (-1708 ((|#1| $) 43)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-4185 (((-1179) $) NIL)) (-4383 (((-3 (-656 $) "failed") $) NIL)) (-2453 (((-3 (-656 $) "failed") $) NIL)) (-2344 (((-3 (-2 (|:| |var| |#2|) (|:| -3744 (-783))) "failed") $) NIL)) (-3117 (((-1141) $) NIL)) (-1677 (((-112) $) 39)) (-1684 ((|#1| $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 148 (|has| |#1| (-464)))) (-3115 (($ (-656 $)) 153 (|has| |#1| (-464))) (($ $ $) 138 (|has| |#1| (-464)))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#1| (-928)))) (-1452 (((-430 $) $) NIL (|has| |#1| (-928)))) (-1943 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ $) 126 (|has| |#1| (-568)))) (-2143 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ |#2| |#1|) 180) (($ $ (-656 |#2|) (-656 |#1|)) 195) (($ $ |#2| $) 179) (($ $ (-656 |#2|) (-656 $)) 194)) (-3053 (($ $ |#2|) NIL (|has| |#1| (-174)))) (-4107 (($ $ (-656 |#2|) (-656 (-783))) NIL) (($ $ |#2| (-783)) NIL) (($ $ (-656 |#2|)) NIL) (($ $ |#2|) 215)) (-2786 (((-543 |#2|) $) 201) (((-783) $ |#2|) 196) (((-656 (-783)) $ (-656 |#2|)) 199)) (-1554 (((-907 (-390)) $) NIL (-12 (|has| |#1| (-626 (-907 (-390)))) (|has| |#2| (-626 (-907 (-390)))))) (((-907 (-576)) $) NIL (-12 (|has| |#1| (-626 (-907 (-576)))) (|has| |#2| (-626 (-907 (-576)))))) (((-548) $) NIL (-12 (|has| |#1| (-626 (-548))) (|has| |#2| (-626 (-548)))))) (-3929 ((|#1| $) 134 (|has| |#1| (-464))) (($ $ |#2|) 137 (|has| |#1| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-928))))) (-4114 (((-876) $) 159) (($ (-576)) 84) (($ |#1|) 85) (($ |#2|) 33) (($ $) NIL (|has| |#1| (-568))) (($ (-419 (-576))) NIL (-3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))))) (-1923 (((-656 |#1|) $) 162)) (-1341 ((|#1| $ (-543 |#2|)) 80) (($ $ |#2| (-783)) NIL) (($ $ (-656 |#2|) (-656 (-783))) NIL)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#1| (-928))) (|has| |#1| (-146))))) (-2864 (((-783)) 87 T CONST)) (-3365 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) 123 (|has| |#1| (-568)))) (-4312 (($) 12 T CONST)) (-4322 (($) 14 T CONST)) (-3157 (($ $ (-656 |#2|) (-656 (-783))) NIL) (($ $ |#2| (-783)) NIL) (($ $ (-656 |#2|)) NIL) (($ $ |#2|) NIL)) (-3939 (((-112) $ $) 106)) (-4047 (($ $ |#1|) 132 (|has| |#1| (-374)))) (-4037 (($ $) 93) (($ $ $) 104)) (-4027 (($ $ $) 55)) (** (($ $ (-940)) 110) (($ $ (-783)) 109)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 96) (($ $ $) 72) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 99) (($ $ |#1|) NIL)))
+(((-1146 |#1| |#2|) (-968 |#1| (-543 |#2|) |#2|) (-1070) (-862)) (T -1146))
+NIL
+(-968 |#1| (-543 |#2|) |#2|)
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1583 (((-656 |#2|) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-3586 (($ $) 152 (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) 128 (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) NIL)) (-1463 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3562 (($ $) 148 (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) 124 (|has| |#1| (-38 (-419 (-576)))))) (-3612 (($ $) 156 (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) 132 (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) NIL T CONST)) (-3310 (($ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-2818 (((-971 |#1|) $ (-783)) NIL) (((-971 |#1|) $ (-783) (-783)) NIL)) (-2871 (((-112) $) NIL)) (-2723 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1760 (((-783) $ |#2|) NIL) (((-783) $ |#2| (-783)) NIL)) (-3315 (((-112) $) NIL)) (-4063 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3649 (((-112) $) NIL)) (-1562 (($ $ (-656 |#2|) (-656 (-543 |#2|))) NIL) (($ $ |#2| (-543 |#2|)) NIL) (($ |#1| (-543 |#2|)) NIL) (($ $ |#2| (-783)) 63) (($ $ (-656 |#2|) (-656 (-783))) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-2608 (($ $) 122 (|has| |#1| (-38 (-419 (-576)))))) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-4185 (((-1179) $) NIL)) (-1488 (($ $ |#2|) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ |#2| |#1|) 175 (|has| |#1| (-38 (-419 (-576)))))) (-3117 (((-1141) $) NIL)) (-1620 (($ (-1 $) |#2| |#1|) 174 (|has| |#1| (-38 (-419 (-576)))))) (-3168 (($ $ (-783)) 16)) (-1943 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-2154 (($ $) 120 (|has| |#1| (-38 (-419 (-576)))))) (-2143 (($ $ |#2| $) 106) (($ $ (-656 |#2|) (-656 $)) 99) (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL)) (-4107 (($ $ (-656 |#2|) (-656 (-783))) NIL) (($ $ |#2| (-783)) NIL) (($ $ (-656 |#2|)) NIL) (($ $ |#2|) 109)) (-2786 (((-543 |#2|) $) NIL)) (-3690 (((-1 (-1178 |#3|) |#3|) (-656 |#2|) (-656 (-1178 |#3|))) 87)) (-3623 (($ $) 158 (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) 134 (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) 154 (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) 130 (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) 150 (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) 126 (|has| |#1| (-38 (-419 (-576)))))) (-2093 (($ $) 18)) (-4114 (((-876) $) 198) (($ (-576)) NIL) (($ |#1|) 45 (|has| |#1| (-174))) (($ $) NIL (|has| |#1| (-568))) (($ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#2|) 70) (($ |#3|) 68)) (-1341 ((|#1| $ (-543 |#2|)) NIL) (($ $ |#2| (-783)) NIL) (($ $ (-656 |#2|) (-656 (-783))) NIL) ((|#3| $ (-783)) 43)) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-3653 (($ $) 164 (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) 140 (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3632 (($ $) 160 (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) 136 (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) 168 (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) 144 (|has| |#1| (-38 (-419 (-576)))))) (-1970 (($ $) 170 (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) 146 (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) 166 (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) 142 (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) 162 (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) 138 (|has| |#1| (-38 (-419 (-576)))))) (-4312 (($) 52 T CONST)) (-4322 (($) 62 T CONST)) (-3157 (($ $ (-656 |#2|) (-656 (-783))) NIL) (($ $ |#2| (-783)) NIL) (($ $ (-656 |#2|)) NIL) (($ $ |#2|) NIL)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#1|) 200 (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) 66)) (** (($ $ (-940)) NIL) (($ $ (-783)) 77) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 112 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 65) (($ $ (-419 (-576))) 117 (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) 115 (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 48) (($ $ |#1|) 49) (($ |#3| $) 47)))
+(((-1147 |#1| |#2| |#3|) (-13 (-752 |#1| |#2|) (-10 -8 (-15 -1341 (|#3| $ (-783))) (-15 -4114 ($ |#2|)) (-15 -4114 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -3690 ((-1 (-1178 |#3|) |#3|) (-656 |#2|) (-656 (-1178 |#3|)))) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -1488 ($ $ |#2| |#1|)) (-15 -1620 ($ (-1 $) |#2| |#1|))) |%noBranch|))) (-1070) (-862) (-968 |#1| (-543 |#2|) |#2|)) (T -1147))
+((-1341 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *2 (-968 *4 (-543 *5) *5)) (-5 *1 (-1147 *4 *5 *2)) (-4 *4 (-1070)) (-4 *5 (-862)))) (-4114 (*1 *1 *2) (-12 (-4 *3 (-1070)) (-4 *2 (-862)) (-5 *1 (-1147 *3 *2 *4)) (-4 *4 (-968 *3 (-543 *2) *2)))) (-4114 (*1 *1 *2) (-12 (-4 *3 (-1070)) (-4 *4 (-862)) (-5 *1 (-1147 *3 *4 *2)) (-4 *2 (-968 *3 (-543 *4) *4)))) (* (*1 *1 *2 *1) (-12 (-4 *3 (-1070)) (-4 *4 (-862)) (-5 *1 (-1147 *3 *4 *2)) (-4 *2 (-968 *3 (-543 *4) *4)))) (-3690 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *6)) (-5 *4 (-656 (-1178 *7))) (-4 *6 (-862)) (-4 *7 (-968 *5 (-543 *6) *6)) (-4 *5 (-1070)) (-5 *2 (-1 (-1178 *7) *7)) (-5 *1 (-1147 *5 *6 *7)))) (-1488 (*1 *1 *1 *2 *3) (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)) (-4 *2 (-862)) (-5 *1 (-1147 *3 *2 *4)) (-4 *4 (-968 *3 (-543 *2) *2)))) (-1620 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1147 *4 *3 *5))) (-4 *4 (-38 (-419 (-576)))) (-4 *4 (-1070)) (-4 *3 (-862)) (-5 *1 (-1147 *4 *3 *5)) (-4 *5 (-968 *4 (-543 *3) *3)))))
+(-13 (-752 |#1| |#2|) (-10 -8 (-15 -1341 (|#3| $ (-783))) (-15 -4114 ($ |#2|)) (-15 -4114 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -3690 ((-1 (-1178 |#3|) |#3|) (-656 |#2|) (-656 (-1178 |#3|)))) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -1488 ($ $ |#2| |#1|)) (-15 -1620 ($ (-1 $) |#2| |#1|))) |%noBranch|)))
+((-1955 (((-112) $ $) 6)) (-4130 (((-656 (-2 (|:| -1594 $) (|:| -3823 (-656 |#4|)))) (-656 |#4|)) 86)) (-3769 (((-656 $) (-656 |#4|)) 87) (((-656 $) (-656 |#4|) (-112)) 112)) (-1583 (((-656 |#3|) $) 34)) (-1734 (((-112) $) 27)) (-2306 (((-112) $) 18 (|has| |#1| (-568)))) (-2936 (((-112) |#4| $) 102) (((-112) $) 98)) (-4375 ((|#4| |#4| $) 93)) (-4068 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 $))) |#4| $) 127)) (-2380 (((-2 (|:| |under| $) (|:| -4110 $) (|:| |upper| $)) $ |#3|) 28)) (-1951 (((-112) $ (-783)) 45)) (-3604 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4464))) (((-3 |#4| "failed") $ |#3|) 80)) (-3853 (($) 46 T CONST)) (-4317 (((-112) $) 23 (|has| |#1| (-568)))) (-1331 (((-112) $ $) 25 (|has| |#1| (-568)))) (-3465 (((-112) $ $) 24 (|has| |#1| (-568)))) (-3304 (((-112) $) 26 (|has| |#1| (-568)))) (-4336 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-1405 (((-656 |#4|) (-656 |#4|) $) 19 (|has| |#1| (-568)))) (-1426 (((-656 |#4|) (-656 |#4|) $) 20 (|has| |#1| (-568)))) (-2981 (((-3 $ "failed") (-656 |#4|)) 37)) (-2318 (($ (-656 |#4|)) 36)) (-1762 (((-3 $ "failed") $) 83)) (-3494 ((|#4| |#4| $) 90)) (-2741 (($ $) 69 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464))))) (-2824 (($ |#4| $) 68 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4464)))) (-1380 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-568)))) (-2094 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-2062 ((|#4| |#4| $) 88)) (-2722 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4464))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4464))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-2752 (((-2 (|:| -1594 (-656 |#4|)) (|:| -3823 (-656 |#4|))) $) 106)) (-1384 (((-112) |#4| $) 137)) (-3217 (((-112) |#4| $) 134)) (-1868 (((-112) |#4| $) 138) (((-112) $) 135)) (-3722 (((-656 |#4|) $) 53 (|has| $ (-6 -4464)))) (-3925 (((-112) |#4| $) 105) (((-112) $) 104)) (-2777 ((|#3| $) 35)) (-4157 (((-112) $ (-783)) 44)) (-4302 (((-656 |#4|) $) 54 (|has| $ (-6 -4464)))) (-4029 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#4| |#4|) $) 48)) (-3044 (((-656 |#3|) $) 33)) (-3436 (((-112) |#3| $) 32)) (-4002 (((-112) $ (-783)) 43)) (-4185 (((-1179) $) 10)) (-4364 (((-3 |#4| (-656 $)) |#4| |#4| $) 129)) (-3172 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 $))) |#4| |#4| $) 128)) (-2850 (((-3 |#4| "failed") $) 84)) (-1576 (((-656 $) |#4| $) 130)) (-3446 (((-3 (-112) (-656 $)) |#4| $) 133)) (-3292 (((-656 (-2 (|:| |val| (-112)) (|:| -4442 $))) |#4| $) 132) (((-112) |#4| $) 131)) (-2157 (((-656 $) |#4| $) 126) (((-656 $) (-656 |#4|) $) 125) (((-656 $) (-656 |#4|) (-656 $)) 124) (((-656 $) |#4| (-656 $)) 123)) (-2801 (($ |#4| $) 118) (($ (-656 |#4|) $) 117)) (-1932 (((-656 |#4|) $) 108)) (-3811 (((-112) |#4| $) 100) (((-112) $) 96)) (-3758 ((|#4| |#4| $) 91)) (-3901 (((-112) $ $) 111)) (-1647 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-568)))) (-1989 (((-112) |#4| $) 101) (((-112) $) 97)) (-2614 ((|#4| |#4| $) 92)) (-3117 (((-1141) $) 11)) (-1753 (((-3 |#4| "failed") $) 85)) (-2922 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-4194 (((-3 $ "failed") $ |#4|) 79)) (-3168 (($ $ |#4|) 78) (((-656 $) |#4| $) 116) (((-656 $) |#4| (-656 $)) 115) (((-656 $) (-656 |#4|) $) 114) (((-656 $) (-656 |#4|) (-656 $)) 113)) (-3484 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 |#4|) (-656 |#4|)) 60 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-304 |#4|)) 58 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-656 (-304 |#4|))) 57 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))) (-2587 (((-112) $ $) 39)) (-4190 (((-112) $) 42)) (-3029 (($) 41)) (-2786 (((-783) $) 107)) (-3131 (((-783) |#4| $) 55 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) (((-783) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4464)))) (-4287 (($ $) 40)) (-1554 (((-548) $) 70 (|has| |#4| (-626 (-548))))) (-4125 (($ (-656 |#4|)) 61)) (-4154 (($ $ |#3|) 29)) (-3200 (($ $ |#3|) 31)) (-2763 (($ $) 89)) (-4039 (($ $ |#3|) 30)) (-4114 (((-876) $) 12) (((-656 |#4|) $) 38)) (-2825 (((-783) $) 77 (|has| |#3| (-379)))) (-3000 (((-112) $ $) 9)) (-1976 (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-1778 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) 99)) (-3852 (((-656 $) |#4| $) 122) (((-656 $) |#4| (-656 $)) 121) (((-656 $) (-656 |#4|) $) 120) (((-656 $) (-656 |#4|) (-656 $)) 119)) (-1746 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4464)))) (-3783 (((-656 |#3|) $) 82)) (-3895 (((-112) |#4| $) 136)) (-1649 (((-112) |#3| $) 81)) (-3939 (((-112) $ $) 7)) (-1968 (((-783) $) 47 (|has| $ (-6 -4464)))))
+(((-1148 |#1| |#2| |#3| |#4|) (-141) (-464) (-805) (-862) (-1086 |t#1| |t#2| |t#3|)) (T -1148))
+NIL
+(-13 (-1130 |t#1| |t#2| |t#3| |t#4|) (-796 |t#1| |t#2| |t#3| |t#4|))
+(((-34) . T) ((-102) . T) ((-625 (-656 |#4|)) . T) ((-625 (-876)) . T) ((-152 |#4|) . T) ((-626 (-548)) |has| |#4| (-626 (-548))) ((-319 |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))) ((-501 |#4|) . T) ((-526 |#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))) ((-796 |#1| |#2| |#3| |#4|) . T) ((-997 |#1| |#2| |#3| |#4|) . T) ((-1092 |#1| |#2| |#3| |#4|) . T) ((-1121) . T) ((-1130 |#1| |#2| |#3| |#4|) . T) ((-1231 |#1| |#2| |#3| |#4|) . T) ((-1238) . T))
+((-4022 (((-656 |#2|) |#1|) 15)) (-2629 (((-656 |#2|) |#2| |#2| |#2| |#2| |#2|) 47) (((-656 |#2|) |#1|) 61)) (-2588 (((-656 |#2|) |#2| |#2| |#2|) 45) (((-656 |#2|) |#1|) 59)) (-1608 ((|#2| |#1|) 54)) (-4226 (((-2 (|:| |solns| (-656 |#2|)) (|:| |maps| (-656 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|)) 20)) (-3319 (((-656 |#2|) |#2| |#2|) 42) (((-656 |#2|) |#1|) 58)) (-2875 (((-656 |#2|) |#2| |#2| |#2| |#2|) 46) (((-656 |#2|) |#1|) 60)) (-3508 ((|#2| |#2| |#2| |#2| |#2| |#2|) 53)) (-3786 ((|#2| |#2| |#2| |#2|) 51)) (-1969 ((|#2| |#2| |#2|) 50)) (-2737 ((|#2| |#2| |#2| |#2| |#2|) 52)))
+(((-1149 |#1| |#2|) (-10 -7 (-15 -4022 ((-656 |#2|) |#1|)) (-15 -1608 (|#2| |#1|)) (-15 -4226 ((-2 (|:| |solns| (-656 |#2|)) (|:| |maps| (-656 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -3319 ((-656 |#2|) |#1|)) (-15 -2588 ((-656 |#2|) |#1|)) (-15 -2875 ((-656 |#2|) |#1|)) (-15 -2629 ((-656 |#2|) |#1|)) (-15 -3319 ((-656 |#2|) |#2| |#2|)) (-15 -2588 ((-656 |#2|) |#2| |#2| |#2|)) (-15 -2875 ((-656 |#2|) |#2| |#2| |#2| |#2|)) (-15 -2629 ((-656 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -1969 (|#2| |#2| |#2|)) (-15 -3786 (|#2| |#2| |#2| |#2|)) (-15 -2737 (|#2| |#2| |#2| |#2| |#2|)) (-15 -3508 (|#2| |#2| |#2| |#2| |#2| |#2|))) (-1264 |#2|) (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (T -1149))
+((-3508 (*1 *2 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *1 (-1149 *3 *2)) (-4 *3 (-1264 *2)))) (-2737 (*1 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *1 (-1149 *3 *2)) (-4 *3 (-1264 *2)))) (-3786 (*1 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *1 (-1149 *3 *2)) (-4 *3 (-1264 *2)))) (-1969 (*1 *2 *2 *2) (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *1 (-1149 *3 *2)) (-4 *3 (-1264 *2)))) (-2629 (*1 *2 *3 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *3)) (-5 *1 (-1149 *4 *3)) (-4 *4 (-1264 *3)))) (-2875 (*1 *2 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *3)) (-5 *1 (-1149 *4 *3)) (-4 *4 (-1264 *3)))) (-2588 (*1 *2 *3 *3 *3) (-12 (-4 *3 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *3)) (-5 *1 (-1149 *4 *3)) (-4 *4 (-1264 *3)))) (-3319 (*1 *2 *3 *3) (-12 (-4 *3 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *3)) (-5 *1 (-1149 *4 *3)) (-4 *4 (-1264 *3)))) (-2629 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *4)) (-5 *1 (-1149 *3 *4)) (-4 *3 (-1264 *4)))) (-2875 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *4)) (-5 *1 (-1149 *3 *4)) (-4 *3 (-1264 *4)))) (-2588 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *4)) (-5 *1 (-1149 *3 *4)) (-4 *3 (-1264 *4)))) (-3319 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *4)) (-5 *1 (-1149 *3 *4)) (-4 *3 (-1264 *4)))) (-4226 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *5 *5)) (-4 *5 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-2 (|:| |solns| (-656 *5)) (|:| |maps| (-656 (-2 (|:| |arg| *5) (|:| |res| *5)))))) (-5 *1 (-1149 *3 *5)) (-4 *3 (-1264 *5)))) (-1608 (*1 *2 *3) (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *1 (-1149 *3 *2)) (-4 *3 (-1264 *2)))) (-4022 (*1 *2 *3) (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576))))))) (-5 *2 (-656 *4)) (-5 *1 (-1149 *3 *4)) (-4 *3 (-1264 *4)))))
+(-10 -7 (-15 -4022 ((-656 |#2|) |#1|)) (-15 -1608 (|#2| |#1|)) (-15 -4226 ((-2 (|:| |solns| (-656 |#2|)) (|:| |maps| (-656 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -3319 ((-656 |#2|) |#1|)) (-15 -2588 ((-656 |#2|) |#1|)) (-15 -2875 ((-656 |#2|) |#1|)) (-15 -2629 ((-656 |#2|) |#1|)) (-15 -3319 ((-656 |#2|) |#2| |#2|)) (-15 -2588 ((-656 |#2|) |#2| |#2| |#2|)) (-15 -2875 ((-656 |#2|) |#2| |#2| |#2| |#2|)) (-15 -2629 ((-656 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -1969 (|#2| |#2| |#2|)) (-15 -3786 (|#2| |#2| |#2| |#2|)) (-15 -2737 (|#2| |#2| |#2| |#2| |#2|)) (-15 -3508 (|#2| |#2| |#2| |#2| |#2| |#2|)))
+((-4421 (((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-419 (-971 |#1|))))) 118) (((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-419 (-971 |#1|)))) (-656 (-1197))) 117) (((-656 (-656 (-304 (-326 |#1|)))) (-656 (-419 (-971 |#1|)))) 115) (((-656 (-656 (-304 (-326 |#1|)))) (-656 (-419 (-971 |#1|))) (-656 (-1197))) 113) (((-656 (-304 (-326 |#1|))) (-304 (-419 (-971 |#1|)))) 97) (((-656 (-304 (-326 |#1|))) (-304 (-419 (-971 |#1|))) (-1197)) 98) (((-656 (-304 (-326 |#1|))) (-419 (-971 |#1|))) 92) (((-656 (-304 (-326 |#1|))) (-419 (-971 |#1|)) (-1197)) 82)) (-3395 (((-656 (-656 (-326 |#1|))) (-656 (-419 (-971 |#1|))) (-656 (-1197))) 111) (((-656 (-326 |#1|)) (-419 (-971 |#1|)) (-1197)) 54)) (-4444 (((-1186 (-656 (-326 |#1|)) (-656 (-304 (-326 |#1|)))) (-419 (-971 |#1|)) (-1197)) 122) (((-1186 (-656 (-326 |#1|)) (-656 (-304 (-326 |#1|)))) (-304 (-419 (-971 |#1|))) (-1197)) 121)))
+(((-1150 |#1|) (-10 -7 (-15 -4421 ((-656 (-304 (-326 |#1|))) (-419 (-971 |#1|)) (-1197))) (-15 -4421 ((-656 (-304 (-326 |#1|))) (-419 (-971 |#1|)))) (-15 -4421 ((-656 (-304 (-326 |#1|))) (-304 (-419 (-971 |#1|))) (-1197))) (-15 -4421 ((-656 (-304 (-326 |#1|))) (-304 (-419 (-971 |#1|))))) (-15 -4421 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-419 (-971 |#1|))) (-656 (-1197)))) (-15 -4421 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-419 (-971 |#1|))))) (-15 -4421 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-419 (-971 |#1|)))) (-656 (-1197)))) (-15 -4421 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-419 (-971 |#1|)))))) (-15 -3395 ((-656 (-326 |#1|)) (-419 (-971 |#1|)) (-1197))) (-15 -3395 ((-656 (-656 (-326 |#1|))) (-656 (-419 (-971 |#1|))) (-656 (-1197)))) (-15 -4444 ((-1186 (-656 (-326 |#1|)) (-656 (-304 (-326 |#1|)))) (-304 (-419 (-971 |#1|))) (-1197))) (-15 -4444 ((-1186 (-656 (-326 |#1|)) (-656 (-304 (-326 |#1|)))) (-419 (-971 |#1|)) (-1197)))) (-13 (-317) (-148))) (T -1150))
+((-4444 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-1197)) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-1186 (-656 (-326 *5)) (-656 (-304 (-326 *5))))) (-5 *1 (-1150 *5)))) (-4444 (*1 *2 *3 *4) (-12 (-5 *3 (-304 (-419 (-971 *5)))) (-5 *4 (-1197)) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-1186 (-656 (-326 *5)) (-656 (-304 (-326 *5))))) (-5 *1 (-1150 *5)))) (-3395 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-419 (-971 *5)))) (-5 *4 (-656 (-1197))) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-326 *5)))) (-5 *1 (-1150 *5)))) (-3395 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-1197)) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-326 *5))) (-5 *1 (-1150 *5)))) (-4421 (*1 *2 *3) (-12 (-5 *3 (-656 (-304 (-419 (-971 *4))))) (-4 *4 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-304 (-326 *4))))) (-5 *1 (-1150 *4)))) (-4421 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-304 (-419 (-971 *5))))) (-5 *4 (-656 (-1197))) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-304 (-326 *5))))) (-5 *1 (-1150 *5)))) (-4421 (*1 *2 *3) (-12 (-5 *3 (-656 (-419 (-971 *4)))) (-4 *4 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-304 (-326 *4))))) (-5 *1 (-1150 *4)))) (-4421 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-419 (-971 *5)))) (-5 *4 (-656 (-1197))) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-304 (-326 *5))))) (-5 *1 (-1150 *5)))) (-4421 (*1 *2 *3) (-12 (-5 *3 (-304 (-419 (-971 *4)))) (-4 *4 (-13 (-317) (-148))) (-5 *2 (-656 (-304 (-326 *4)))) (-5 *1 (-1150 *4)))) (-4421 (*1 *2 *3 *4) (-12 (-5 *3 (-304 (-419 (-971 *5)))) (-5 *4 (-1197)) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-304 (-326 *5)))) (-5 *1 (-1150 *5)))) (-4421 (*1 *2 *3) (-12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-13 (-317) (-148))) (-5 *2 (-656 (-304 (-326 *4)))) (-5 *1 (-1150 *4)))) (-4421 (*1 *2 *3 *4) (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-1197)) (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-304 (-326 *5)))) (-5 *1 (-1150 *5)))))
+(-10 -7 (-15 -4421 ((-656 (-304 (-326 |#1|))) (-419 (-971 |#1|)) (-1197))) (-15 -4421 ((-656 (-304 (-326 |#1|))) (-419 (-971 |#1|)))) (-15 -4421 ((-656 (-304 (-326 |#1|))) (-304 (-419 (-971 |#1|))) (-1197))) (-15 -4421 ((-656 (-304 (-326 |#1|))) (-304 (-419 (-971 |#1|))))) (-15 -4421 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-419 (-971 |#1|))) (-656 (-1197)))) (-15 -4421 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-419 (-971 |#1|))))) (-15 -4421 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-419 (-971 |#1|)))) (-656 (-1197)))) (-15 -4421 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-419 (-971 |#1|)))))) (-15 -3395 ((-656 (-326 |#1|)) (-419 (-971 |#1|)) (-1197))) (-15 -3395 ((-656 (-656 (-326 |#1|))) (-656 (-419 (-971 |#1|))) (-656 (-1197)))) (-15 -4444 ((-1186 (-656 (-326 |#1|)) (-656 (-304 (-326 |#1|)))) (-304 (-419 (-971 |#1|))) (-1197))) (-15 -4444 ((-1186 (-656 (-326 |#1|)) (-656 (-304 (-326 |#1|)))) (-419 (-971 |#1|)) (-1197))))
+((-2283 (((-419 (-1193 (-326 |#1|))) (-1288 (-326 |#1|)) (-419 (-1193 (-326 |#1|))) (-576)) 36)) (-4274 (((-419 (-1193 (-326 |#1|))) (-419 (-1193 (-326 |#1|))) (-419 (-1193 (-326 |#1|))) (-419 (-1193 (-326 |#1|)))) 48)))
+(((-1151 |#1|) (-10 -7 (-15 -4274 ((-419 (-1193 (-326 |#1|))) (-419 (-1193 (-326 |#1|))) (-419 (-1193 (-326 |#1|))) (-419 (-1193 (-326 |#1|))))) (-15 -2283 ((-419 (-1193 (-326 |#1|))) (-1288 (-326 |#1|)) (-419 (-1193 (-326 |#1|))) (-576)))) (-568)) (T -1151))
+((-2283 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-419 (-1193 (-326 *5)))) (-5 *3 (-1288 (-326 *5))) (-5 *4 (-576)) (-4 *5 (-568)) (-5 *1 (-1151 *5)))) (-4274 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-419 (-1193 (-326 *3)))) (-4 *3 (-568)) (-5 *1 (-1151 *3)))))
+(-10 -7 (-15 -4274 ((-419 (-1193 (-326 |#1|))) (-419 (-1193 (-326 |#1|))) (-419 (-1193 (-326 |#1|))) (-419 (-1193 (-326 |#1|))))) (-15 -2283 ((-419 (-1193 (-326 |#1|))) (-1288 (-326 |#1|)) (-419 (-1193 (-326 |#1|))) (-576))))
+((-4022 (((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-326 |#1|))) (-656 (-1197))) 244) (((-656 (-304 (-326 |#1|))) (-326 |#1|) (-1197)) 23) (((-656 (-304 (-326 |#1|))) (-304 (-326 |#1|)) (-1197)) 29) (((-656 (-304 (-326 |#1|))) (-304 (-326 |#1|))) 28) (((-656 (-304 (-326 |#1|))) (-326 |#1|)) 24)))
+(((-1152 |#1|) (-10 -7 (-15 -4022 ((-656 (-304 (-326 |#1|))) (-326 |#1|))) (-15 -4022 ((-656 (-304 (-326 |#1|))) (-304 (-326 |#1|)))) (-15 -4022 ((-656 (-304 (-326 |#1|))) (-304 (-326 |#1|)) (-1197))) (-15 -4022 ((-656 (-304 (-326 |#1|))) (-326 |#1|) (-1197))) (-15 -4022 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-326 |#1|))) (-656 (-1197))))) (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (T -1152))
+((-4022 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-1197))) (-4 *5 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-5 *2 (-656 (-656 (-304 (-326 *5))))) (-5 *1 (-1152 *5)) (-5 *3 (-656 (-304 (-326 *5)))))) (-4022 (*1 *2 *3 *4) (-12 (-5 *4 (-1197)) (-4 *5 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-5 *2 (-656 (-304 (-326 *5)))) (-5 *1 (-1152 *5)) (-5 *3 (-326 *5)))) (-4022 (*1 *2 *3 *4) (-12 (-5 *4 (-1197)) (-4 *5 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-5 *2 (-656 (-304 (-326 *5)))) (-5 *1 (-1152 *5)) (-5 *3 (-304 (-326 *5))))) (-4022 (*1 *2 *3) (-12 (-4 *4 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-5 *2 (-656 (-304 (-326 *4)))) (-5 *1 (-1152 *4)) (-5 *3 (-304 (-326 *4))))) (-4022 (*1 *2 *3) (-12 (-4 *4 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148))) (-5 *2 (-656 (-304 (-326 *4)))) (-5 *1 (-1152 *4)) (-5 *3 (-326 *4)))))
+(-10 -7 (-15 -4022 ((-656 (-304 (-326 |#1|))) (-326 |#1|))) (-15 -4022 ((-656 (-304 (-326 |#1|))) (-304 (-326 |#1|)))) (-15 -4022 ((-656 (-304 (-326 |#1|))) (-304 (-326 |#1|)) (-1197))) (-15 -4022 ((-656 (-304 (-326 |#1|))) (-326 |#1|) (-1197))) (-15 -4022 ((-656 (-656 (-304 (-326 |#1|)))) (-656 (-304 (-326 |#1|))) (-656 (-1197)))))
+((-4008 ((|#2| |#2|) 28 (|has| |#1| (-862))) ((|#2| |#2| (-1 (-112) |#1| |#1|)) 25)) (-2523 ((|#2| |#2|) 27 (|has| |#1| (-862))) ((|#2| |#2| (-1 (-112) |#1| |#1|)) 22)))
+(((-1153 |#1| |#2|) (-10 -7 (-15 -2523 (|#2| |#2| (-1 (-112) |#1| |#1|))) (-15 -4008 (|#2| |#2| (-1 (-112) |#1| |#1|))) (IF (|has| |#1| (-862)) (PROGN (-15 -2523 (|#2| |#2|)) (-15 -4008 (|#2| |#2|))) |%noBranch|)) (-1238) (-13 (-616 (-576) |#1|) (-10 -7 (-6 -4464) (-6 -4465)))) (T -1153))
+((-4008 (*1 *2 *2) (-12 (-4 *3 (-862)) (-4 *3 (-1238)) (-5 *1 (-1153 *3 *2)) (-4 *2 (-13 (-616 (-576) *3) (-10 -7 (-6 -4464) (-6 -4465)))))) (-2523 (*1 *2 *2) (-12 (-4 *3 (-862)) (-4 *3 (-1238)) (-5 *1 (-1153 *3 *2)) (-4 *2 (-13 (-616 (-576) *3) (-10 -7 (-6 -4464) (-6 -4465)))))) (-4008 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1238)) (-5 *1 (-1153 *4 *2)) (-4 *2 (-13 (-616 (-576) *4) (-10 -7 (-6 -4464) (-6 -4465)))))) (-2523 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1238)) (-5 *1 (-1153 *4 *2)) (-4 *2 (-13 (-616 (-576) *4) (-10 -7 (-6 -4464) (-6 -4465)))))))
+(-10 -7 (-15 -2523 (|#2| |#2| (-1 (-112) |#1| |#1|))) (-15 -4008 (|#2| |#2| (-1 (-112) |#1| |#1|))) (IF (|has| |#1| (-862)) (PROGN (-15 -2523 (|#2| |#2|)) (-15 -4008 (|#2| |#2|))) |%noBranch|))
+((-1955 (((-112) $ $) NIL)) (-1456 (((-1185 3 |#1|) $) 141)) (-1366 (((-112) $) 101)) (-2177 (($ $ (-656 (-962 |#1|))) 44) (($ $ (-656 (-656 |#1|))) 104) (($ (-656 (-962 |#1|))) 103) (((-656 (-962 |#1|)) $) 102)) (-1933 (((-112) $) 72)) (-2821 (($ $ (-962 |#1|)) 76) (($ $ (-656 |#1|)) 81) (($ $ (-783)) 83) (($ (-962 |#1|)) 77) (((-962 |#1|) $) 75)) (-1855 (((-2 (|:| -2848 (-783)) (|:| |curves| (-783)) (|:| |polygons| (-783)) (|:| |constructs| (-783))) $) 139)) (-3031 (((-783) $) 53)) (-3008 (((-783) $) 52)) (-3416 (($ $ (-783) (-962 |#1|)) 67)) (-3221 (((-112) $) 111)) (-3661 (($ $ (-656 (-656 (-962 |#1|))) (-656 (-173)) (-173)) 118) (($ $ (-656 (-656 (-656 |#1|))) (-656 (-173)) (-173)) 120) (($ $ (-656 (-656 (-962 |#1|))) (-112) (-112)) 115) (($ $ (-656 (-656 (-656 |#1|))) (-112) (-112)) 127) (($ (-656 (-656 (-962 |#1|)))) 116) (($ (-656 (-656 (-962 |#1|))) (-112) (-112)) 117) (((-656 (-656 (-962 |#1|))) $) 114)) (-3181 (($ (-656 $)) 56) (($ $ $) 57)) (-3408 (((-656 (-173)) $) 133)) (-2852 (((-656 (-962 |#1|)) $) 130)) (-3209 (((-656 (-656 (-173))) $) 132)) (-3793 (((-656 (-656 (-656 (-962 |#1|)))) $) NIL)) (-3403 (((-656 (-656 (-656 (-783)))) $) 131)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-3079 (((-783) $ (-656 (-962 |#1|))) 65)) (-3777 (((-112) $) 84)) (-3532 (($ $ (-656 (-962 |#1|))) 86) (($ $ (-656 (-656 |#1|))) 92) (($ (-656 (-962 |#1|))) 87) (((-656 (-962 |#1|)) $) 85)) (-2076 (($) 48) (($ (-1185 3 |#1|)) 49)) (-4287 (($ $) 63)) (-3910 (((-656 $) $) 62)) (-1442 (($ (-656 $)) 59)) (-4387 (((-656 $) $) 61)) (-4114 (((-876) $) 146)) (-4167 (((-112) $) 94)) (-1870 (($ $ (-656 (-962 |#1|))) 96) (($ $ (-656 (-656 |#1|))) 99) (($ (-656 (-962 |#1|))) 97) (((-656 (-962 |#1|)) $) 95)) (-3022 (($ $) 140)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1154 |#1|) (-1155 |#1|) (-1070)) (T -1154))
+NIL
+(-1155 |#1|)
+((-1955 (((-112) $ $) 6)) (-1456 (((-1185 3 |#1|) $) 14)) (-1366 (((-112) $) 30)) (-2177 (($ $ (-656 (-962 |#1|))) 34) (($ $ (-656 (-656 |#1|))) 33) (($ (-656 (-962 |#1|))) 32) (((-656 (-962 |#1|)) $) 31)) (-1933 (((-112) $) 45)) (-2821 (($ $ (-962 |#1|)) 50) (($ $ (-656 |#1|)) 49) (($ $ (-783)) 48) (($ (-962 |#1|)) 47) (((-962 |#1|) $) 46)) (-1855 (((-2 (|:| -2848 (-783)) (|:| |curves| (-783)) (|:| |polygons| (-783)) (|:| |constructs| (-783))) $) 16)) (-3031 (((-783) $) 59)) (-3008 (((-783) $) 60)) (-3416 (($ $ (-783) (-962 |#1|)) 51)) (-3221 (((-112) $) 22)) (-3661 (($ $ (-656 (-656 (-962 |#1|))) (-656 (-173)) (-173)) 29) (($ $ (-656 (-656 (-656 |#1|))) (-656 (-173)) (-173)) 28) (($ $ (-656 (-656 (-962 |#1|))) (-112) (-112)) 27) (($ $ (-656 (-656 (-656 |#1|))) (-112) (-112)) 26) (($ (-656 (-656 (-962 |#1|)))) 25) (($ (-656 (-656 (-962 |#1|))) (-112) (-112)) 24) (((-656 (-656 (-962 |#1|))) $) 23)) (-3181 (($ (-656 $)) 58) (($ $ $) 57)) (-3408 (((-656 (-173)) $) 17)) (-2852 (((-656 (-962 |#1|)) $) 21)) (-3209 (((-656 (-656 (-173))) $) 18)) (-3793 (((-656 (-656 (-656 (-962 |#1|)))) $) 19)) (-3403 (((-656 (-656 (-656 (-783)))) $) 20)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-3079 (((-783) $ (-656 (-962 |#1|))) 52)) (-3777 (((-112) $) 40)) (-3532 (($ $ (-656 (-962 |#1|))) 44) (($ $ (-656 (-656 |#1|))) 43) (($ (-656 (-962 |#1|))) 42) (((-656 (-962 |#1|)) $) 41)) (-2076 (($) 62) (($ (-1185 3 |#1|)) 61)) (-4287 (($ $) 53)) (-3910 (((-656 $) $) 54)) (-1442 (($ (-656 $)) 56)) (-4387 (((-656 $) $) 55)) (-4114 (((-876) $) 12)) (-4167 (((-112) $) 35)) (-1870 (($ $ (-656 (-962 |#1|))) 39) (($ $ (-656 (-656 |#1|))) 38) (($ (-656 (-962 |#1|))) 37) (((-656 (-962 |#1|)) $) 36)) (-3022 (($ $) 15)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)))
+(((-1155 |#1|) (-141) (-1070)) (T -1155))
+((-4114 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-876)))) (-2076 (*1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-1070)))) (-2076 (*1 *1 *2) (-12 (-5 *2 (-1185 3 *3)) (-4 *3 (-1070)) (-4 *1 (-1155 *3)))) (-3008 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-783)))) (-3031 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-783)))) (-3181 (*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-1155 *3)) (-4 *3 (-1070)))) (-3181 (*1 *1 *1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-1070)))) (-1442 (*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-1155 *3)) (-4 *3 (-1070)))) (-4387 (*1 *2 *1) (-12 (-4 *3 (-1070)) (-5 *2 (-656 *1)) (-4 *1 (-1155 *3)))) (-3910 (*1 *2 *1) (-12 (-4 *3 (-1070)) (-5 *2 (-656 *1)) (-4 *1 (-1155 *3)))) (-4287 (*1 *1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-1070)))) (-3079 (*1 *2 *1 *3) (-12 (-5 *3 (-656 (-962 *4))) (-4 *1 (-1155 *4)) (-4 *4 (-1070)) (-5 *2 (-783)))) (-3416 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *3 (-962 *4)) (-4 *1 (-1155 *4)) (-4 *4 (-1070)))) (-2821 (*1 *1 *1 *2) (-12 (-5 *2 (-962 *3)) (-4 *1 (-1155 *3)) (-4 *3 (-1070)))) (-2821 (*1 *1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *1 (-1155 *3)) (-4 *3 (-1070)))) (-2821 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1155 *3)) (-4 *3 (-1070)))) (-2821 (*1 *1 *2) (-12 (-5 *2 (-962 *3)) (-4 *3 (-1070)) (-4 *1 (-1155 *3)))) (-2821 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-962 *3)))) (-1933 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-112)))) (-3532 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-962 *3))) (-4 *1 (-1155 *3)) (-4 *3 (-1070)))) (-3532 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *1 (-1155 *3)) (-4 *3 (-1070)))) (-3532 (*1 *1 *2) (-12 (-5 *2 (-656 (-962 *3))) (-4 *3 (-1070)) (-4 *1 (-1155 *3)))) (-3532 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-656 (-962 *3))))) (-3777 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-112)))) (-1870 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-962 *3))) (-4 *1 (-1155 *3)) (-4 *3 (-1070)))) (-1870 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *1 (-1155 *3)) (-4 *3 (-1070)))) (-1870 (*1 *1 *2) (-12 (-5 *2 (-656 (-962 *3))) (-4 *3 (-1070)) (-4 *1 (-1155 *3)))) (-1870 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-656 (-962 *3))))) (-4167 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-112)))) (-2177 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-962 *3))) (-4 *1 (-1155 *3)) (-4 *3 (-1070)))) (-2177 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *1 (-1155 *3)) (-4 *3 (-1070)))) (-2177 (*1 *1 *2) (-12 (-5 *2 (-656 (-962 *3))) (-4 *3 (-1070)) (-4 *1 (-1155 *3)))) (-2177 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-656 (-962 *3))))) (-1366 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-112)))) (-3661 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-656 (-656 (-962 *5)))) (-5 *3 (-656 (-173))) (-5 *4 (-173)) (-4 *1 (-1155 *5)) (-4 *5 (-1070)))) (-3661 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-656 (-656 (-656 *5)))) (-5 *3 (-656 (-173))) (-5 *4 (-173)) (-4 *1 (-1155 *5)) (-4 *5 (-1070)))) (-3661 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-656 (-656 (-962 *4)))) (-5 *3 (-112)) (-4 *1 (-1155 *4)) (-4 *4 (-1070)))) (-3661 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-656 (-656 (-656 *4)))) (-5 *3 (-112)) (-4 *1 (-1155 *4)) (-4 *4 (-1070)))) (-3661 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 (-962 *3)))) (-4 *3 (-1070)) (-4 *1 (-1155 *3)))) (-3661 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-656 (-656 (-962 *4)))) (-5 *3 (-112)) (-4 *4 (-1070)) (-4 *1 (-1155 *4)))) (-3661 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-656 (-656 (-962 *3)))))) (-3221 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-112)))) (-2852 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-656 (-962 *3))))) (-3403 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-656 (-656 (-656 (-783))))))) (-3793 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-656 (-656 (-656 (-962 *3))))))) (-3209 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-656 (-656 (-173)))))) (-3408 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-656 (-173))))) (-1855 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-2 (|:| -2848 (-783)) (|:| |curves| (-783)) (|:| |polygons| (-783)) (|:| |constructs| (-783)))))) (-3022 (*1 *1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-1070)))) (-1456 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-1185 3 *3)))))
+(-13 (-1121) (-10 -8 (-15 -2076 ($)) (-15 -2076 ($ (-1185 3 |t#1|))) (-15 -3008 ((-783) $)) (-15 -3031 ((-783) $)) (-15 -3181 ($ (-656 $))) (-15 -3181 ($ $ $)) (-15 -1442 ($ (-656 $))) (-15 -4387 ((-656 $) $)) (-15 -3910 ((-656 $) $)) (-15 -4287 ($ $)) (-15 -3079 ((-783) $ (-656 (-962 |t#1|)))) (-15 -3416 ($ $ (-783) (-962 |t#1|))) (-15 -2821 ($ $ (-962 |t#1|))) (-15 -2821 ($ $ (-656 |t#1|))) (-15 -2821 ($ $ (-783))) (-15 -2821 ($ (-962 |t#1|))) (-15 -2821 ((-962 |t#1|) $)) (-15 -1933 ((-112) $)) (-15 -3532 ($ $ (-656 (-962 |t#1|)))) (-15 -3532 ($ $ (-656 (-656 |t#1|)))) (-15 -3532 ($ (-656 (-962 |t#1|)))) (-15 -3532 ((-656 (-962 |t#1|)) $)) (-15 -3777 ((-112) $)) (-15 -1870 ($ $ (-656 (-962 |t#1|)))) (-15 -1870 ($ $ (-656 (-656 |t#1|)))) (-15 -1870 ($ (-656 (-962 |t#1|)))) (-15 -1870 ((-656 (-962 |t#1|)) $)) (-15 -4167 ((-112) $)) (-15 -2177 ($ $ (-656 (-962 |t#1|)))) (-15 -2177 ($ $ (-656 (-656 |t#1|)))) (-15 -2177 ($ (-656 (-962 |t#1|)))) (-15 -2177 ((-656 (-962 |t#1|)) $)) (-15 -1366 ((-112) $)) (-15 -3661 ($ $ (-656 (-656 (-962 |t#1|))) (-656 (-173)) (-173))) (-15 -3661 ($ $ (-656 (-656 (-656 |t#1|))) (-656 (-173)) (-173))) (-15 -3661 ($ $ (-656 (-656 (-962 |t#1|))) (-112) (-112))) (-15 -3661 ($ $ (-656 (-656 (-656 |t#1|))) (-112) (-112))) (-15 -3661 ($ (-656 (-656 (-962 |t#1|))))) (-15 -3661 ($ (-656 (-656 (-962 |t#1|))) (-112) (-112))) (-15 -3661 ((-656 (-656 (-962 |t#1|))) $)) (-15 -3221 ((-112) $)) (-15 -2852 ((-656 (-962 |t#1|)) $)) (-15 -3403 ((-656 (-656 (-656 (-783)))) $)) (-15 -3793 ((-656 (-656 (-656 (-962 |t#1|)))) $)) (-15 -3209 ((-656 (-656 (-173))) $)) (-15 -3408 ((-656 (-173)) $)) (-15 -1855 ((-2 (|:| -2848 (-783)) (|:| |curves| (-783)) (|:| |polygons| (-783)) (|:| |constructs| (-783))) $)) (-15 -3022 ($ $)) (-15 -1456 ((-1185 3 |t#1|) $)) (-15 -4114 ((-876) $))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 184) (($ (-1202)) NIL) (((-1202) $) 7)) (-4305 (((-112) $ (|[\|\|]| (-536))) 19) (((-112) $ (|[\|\|]| (-220))) 23) (((-112) $ (|[\|\|]| (-688))) 27) (((-112) $ (|[\|\|]| (-1298))) 31) (((-112) $ (|[\|\|]| (-139))) 35) (((-112) $ (|[\|\|]| (-618))) 39) (((-112) $ (|[\|\|]| (-134))) 43) (((-112) $ (|[\|\|]| (-1136))) 47) (((-112) $ (|[\|\|]| (-96))) 51) (((-112) $ (|[\|\|]| (-693))) 55) (((-112) $ (|[\|\|]| (-529))) 59) (((-112) $ (|[\|\|]| (-1087))) 63) (((-112) $ (|[\|\|]| (-1299))) 67) (((-112) $ (|[\|\|]| (-537))) 71) (((-112) $ (|[\|\|]| (-1172))) 75) (((-112) $ (|[\|\|]| (-155))) 79) (((-112) $ (|[\|\|]| (-683))) 83) (((-112) $ (|[\|\|]| (-321))) 87) (((-112) $ (|[\|\|]| (-1057))) 91) (((-112) $ (|[\|\|]| (-182))) 95) (((-112) $ (|[\|\|]| (-991))) 99) (((-112) $ (|[\|\|]| (-1094))) 103) (((-112) $ (|[\|\|]| (-1111))) 107) (((-112) $ (|[\|\|]| (-1117))) 111) (((-112) $ (|[\|\|]| (-638))) 115) (((-112) $ (|[\|\|]| (-1187))) 119) (((-112) $ (|[\|\|]| (-157))) 123) (((-112) $ (|[\|\|]| (-138))) 127) (((-112) $ (|[\|\|]| (-490))) 131) (((-112) $ (|[\|\|]| (-604))) 135) (((-112) $ (|[\|\|]| (-518))) 139) (((-112) $ (|[\|\|]| (-1179))) 143) (((-112) $ (|[\|\|]| (-576))) 147)) (-3000 (((-112) $ $) NIL)) (-4333 (((-536) $) 20) (((-220) $) 24) (((-688) $) 28) (((-1298) $) 32) (((-139) $) 36) (((-618) $) 40) (((-134) $) 44) (((-1136) $) 48) (((-96) $) 52) (((-693) $) 56) (((-529) $) 60) (((-1087) $) 64) (((-1299) $) 68) (((-537) $) 72) (((-1172) $) 76) (((-155) $) 80) (((-683) $) 84) (((-321) $) 88) (((-1057) $) 92) (((-182) $) 96) (((-991) $) 100) (((-1094) $) 104) (((-1111) $) 108) (((-1117) $) 112) (((-638) $) 116) (((-1187) $) 120) (((-157) $) 124) (((-138) $) 128) (((-490) $) 132) (((-604) $) 136) (((-518) $) 140) (((-1179) $) 144) (((-576) $) 148)) (-3939 (((-112) $ $) NIL)))
+(((-1156) (-1158)) (T -1156))
+NIL
+(-1158)
+((-2287 (((-656 (-1202)) (-1179)) 9)))
+(((-1157) (-10 -7 (-15 -2287 ((-656 (-1202)) (-1179))))) (T -1157))
+((-2287 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-656 (-1202))) (-5 *1 (-1157)))))
+(-10 -7 (-15 -2287 ((-656 (-1202)) (-1179))))
+((-1955 (((-112) $ $) 6)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12) (($ (-1202)) 17) (((-1202) $) 16)) (-4305 (((-112) $ (|[\|\|]| (-536))) 85) (((-112) $ (|[\|\|]| (-220))) 83) (((-112) $ (|[\|\|]| (-688))) 81) (((-112) $ (|[\|\|]| (-1298))) 79) (((-112) $ (|[\|\|]| (-139))) 77) (((-112) $ (|[\|\|]| (-618))) 75) (((-112) $ (|[\|\|]| (-134))) 73) (((-112) $ (|[\|\|]| (-1136))) 71) (((-112) $ (|[\|\|]| (-96))) 69) (((-112) $ (|[\|\|]| (-693))) 67) (((-112) $ (|[\|\|]| (-529))) 65) (((-112) $ (|[\|\|]| (-1087))) 63) (((-112) $ (|[\|\|]| (-1299))) 61) (((-112) $ (|[\|\|]| (-537))) 59) (((-112) $ (|[\|\|]| (-1172))) 57) (((-112) $ (|[\|\|]| (-155))) 55) (((-112) $ (|[\|\|]| (-683))) 53) (((-112) $ (|[\|\|]| (-321))) 51) (((-112) $ (|[\|\|]| (-1057))) 49) (((-112) $ (|[\|\|]| (-182))) 47) (((-112) $ (|[\|\|]| (-991))) 45) (((-112) $ (|[\|\|]| (-1094))) 43) (((-112) $ (|[\|\|]| (-1111))) 41) (((-112) $ (|[\|\|]| (-1117))) 39) (((-112) $ (|[\|\|]| (-638))) 37) (((-112) $ (|[\|\|]| (-1187))) 35) (((-112) $ (|[\|\|]| (-157))) 33) (((-112) $ (|[\|\|]| (-138))) 31) (((-112) $ (|[\|\|]| (-490))) 29) (((-112) $ (|[\|\|]| (-604))) 27) (((-112) $ (|[\|\|]| (-518))) 25) (((-112) $ (|[\|\|]| (-1179))) 23) (((-112) $ (|[\|\|]| (-576))) 21)) (-3000 (((-112) $ $) 9)) (-4333 (((-536) $) 84) (((-220) $) 82) (((-688) $) 80) (((-1298) $) 78) (((-139) $) 76) (((-618) $) 74) (((-134) $) 72) (((-1136) $) 70) (((-96) $) 68) (((-693) $) 66) (((-529) $) 64) (((-1087) $) 62) (((-1299) $) 60) (((-537) $) 58) (((-1172) $) 56) (((-155) $) 54) (((-683) $) 52) (((-321) $) 50) (((-1057) $) 48) (((-182) $) 46) (((-991) $) 44) (((-1094) $) 42) (((-1111) $) 40) (((-1117) $) 38) (((-638) $) 36) (((-1187) $) 34) (((-157) $) 32) (((-138) $) 30) (((-490) $) 28) (((-604) $) 26) (((-518) $) 24) (((-1179) $) 22) (((-576) $) 20)) (-3939 (((-112) $ $) 7)))
(((-1158) (-141)) (T -1158))
-((-2397 (*1 *1 *1) (-4 *1 (-1158))) (-4187 (*1 *1 *1) (-4 *1 (-1158))) (-3340 (*1 *1 *1 *1) (-4 *1 (-1158))) (-3613 (*1 *1 *1 *1) (-4 *1 (-1158))) (-4077 (*1 *1 *1 *1) (-4 *1 (-1158))) (-3379 (*1 *1 *1 *1) (-4 *1 (-1158))) (-3366 (*1 *1 *1 *1) (-4 *1 (-1158))) (-2224 (*1 *1 *1 *1) (-4 *1 (-1158))) (-2638 (*1 *1 *1) (-4 *1 (-1158))) (-3406 (*1 *1 *1 *1) (-4 *1 (-1158))) (-3366 (*1 *1 *1) (-4 *1 (-1158))) (-4308 (*1 *1 *1) (-4 *1 (-1158))))
-(-13 (-10 -8 (-15 -4308 ($ $)) (-15 -3366 ($ $)) (-15 -3406 ($ $ $)) (-15 -2638 ($ $)) (-15 -2224 ($ $ $)) (-15 -3366 ($ $ $)) (-15 -3379 ($ $ $)) (-15 -4077 ($ $ $)) (-15 -3613 ($ $ $)) (-15 -3340 ($ $ $)) (-15 -4187 ($ $)) (-15 -2397 ($ $))))
-((-3486 (((-112) $ $) 44)) (-3103 ((|#1| $) 17)) (-3600 (((-112) $ $ (-1 (-112) |#2| |#2|)) 39)) (-3485 (((-112) $) 19)) (-2289 (($ $ |#1|) 30)) (-1701 (($ $ (-112)) 32)) (-1344 (($ $) 33)) (-3858 (($ $ |#2|) 31)) (-3881 (((-1177) $) NIL)) (-3865 (((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|)) 38)) (-1448 (((-1139) $) NIL)) (-4205 (((-112) $) 16)) (-1854 (($) 13)) (-1868 (($ $) 29)) (-3579 (($ |#1| |#2| (-112)) 20) (($ |#1| |#2|) 21) (($ (-2 (|:| |val| |#1|) (|:| -3986 |#2|))) 23) (((-656 $) (-656 (-2 (|:| |val| |#1|) (|:| -3986 |#2|)))) 26) (((-656 $) |#1| (-656 |#2|)) 28)) (-3984 ((|#2| $) 18)) (-3567 (((-874) $) 53)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 42)))
-(((-1159 |#1| |#2|) (-13 (-1119) (-10 -8 (-15 -1854 ($)) (-15 -4205 ((-112) $)) (-15 -3103 (|#1| $)) (-15 -3984 (|#2| $)) (-15 -3485 ((-112) $)) (-15 -3579 ($ |#1| |#2| (-112))) (-15 -3579 ($ |#1| |#2|)) (-15 -3579 ($ (-2 (|:| |val| |#1|) (|:| -3986 |#2|)))) (-15 -3579 ((-656 $) (-656 (-2 (|:| |val| |#1|) (|:| -3986 |#2|))))) (-15 -3579 ((-656 $) |#1| (-656 |#2|))) (-15 -1868 ($ $)) (-15 -2289 ($ $ |#1|)) (-15 -3858 ($ $ |#2|)) (-15 -1701 ($ $ (-112))) (-15 -1344 ($ $)) (-15 -3865 ((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|))) (-15 -3600 ((-112) $ $ (-1 (-112) |#2| |#2|))))) (-13 (-1119) (-34)) (-13 (-1119) (-34))) (T -1159))
-((-1854 (*1 *1) (-12 (-5 *1 (-1159 *2 *3)) (-4 *2 (-13 (-1119) (-34))) (-4 *3 (-13 (-1119) (-34))))) (-4205 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1159 *3 *4)) (-4 *3 (-13 (-1119) (-34))) (-4 *4 (-13 (-1119) (-34))))) (-3103 (*1 *2 *1) (-12 (-4 *2 (-13 (-1119) (-34))) (-5 *1 (-1159 *2 *3)) (-4 *3 (-13 (-1119) (-34))))) (-3984 (*1 *2 *1) (-12 (-4 *2 (-13 (-1119) (-34))) (-5 *1 (-1159 *3 *2)) (-4 *3 (-13 (-1119) (-34))))) (-3485 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1159 *3 *4)) (-4 *3 (-13 (-1119) (-34))) (-4 *4 (-13 (-1119) (-34))))) (-3579 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *1 (-1159 *2 *3)) (-4 *2 (-13 (-1119) (-34))) (-4 *3 (-13 (-1119) (-34))))) (-3579 (*1 *1 *2 *3) (-12 (-5 *1 (-1159 *2 *3)) (-4 *2 (-13 (-1119) (-34))) (-4 *3 (-13 (-1119) (-34))))) (-3579 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -3986 *4))) (-4 *3 (-13 (-1119) (-34))) (-4 *4 (-13 (-1119) (-34))) (-5 *1 (-1159 *3 *4)))) (-3579 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| |val| *4) (|:| -3986 *5)))) (-4 *4 (-13 (-1119) (-34))) (-4 *5 (-13 (-1119) (-34))) (-5 *2 (-656 (-1159 *4 *5))) (-5 *1 (-1159 *4 *5)))) (-3579 (*1 *2 *3 *4) (-12 (-5 *4 (-656 *5)) (-4 *5 (-13 (-1119) (-34))) (-5 *2 (-656 (-1159 *3 *5))) (-5 *1 (-1159 *3 *5)) (-4 *3 (-13 (-1119) (-34))))) (-1868 (*1 *1 *1) (-12 (-5 *1 (-1159 *2 *3)) (-4 *2 (-13 (-1119) (-34))) (-4 *3 (-13 (-1119) (-34))))) (-2289 (*1 *1 *1 *2) (-12 (-5 *1 (-1159 *2 *3)) (-4 *2 (-13 (-1119) (-34))) (-4 *3 (-13 (-1119) (-34))))) (-3858 (*1 *1 *1 *2) (-12 (-5 *1 (-1159 *3 *2)) (-4 *3 (-13 (-1119) (-34))) (-4 *2 (-13 (-1119) (-34))))) (-1701 (*1 *1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1159 *3 *4)) (-4 *3 (-13 (-1119) (-34))) (-4 *4 (-13 (-1119) (-34))))) (-1344 (*1 *1 *1) (-12 (-5 *1 (-1159 *2 *3)) (-4 *2 (-13 (-1119) (-34))) (-4 *3 (-13 (-1119) (-34))))) (-3865 (*1 *2 *1 *1 *3 *4) (-12 (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-1 (-112) *6 *6)) (-4 *5 (-13 (-1119) (-34))) (-4 *6 (-13 (-1119) (-34))) (-5 *2 (-112)) (-5 *1 (-1159 *5 *6)))) (-3600 (*1 *2 *1 *1 *3) (-12 (-5 *3 (-1 (-112) *5 *5)) (-4 *5 (-13 (-1119) (-34))) (-5 *2 (-112)) (-5 *1 (-1159 *4 *5)) (-4 *4 (-13 (-1119) (-34))))))
-(-13 (-1119) (-10 -8 (-15 -1854 ($)) (-15 -4205 ((-112) $)) (-15 -3103 (|#1| $)) (-15 -3984 (|#2| $)) (-15 -3485 ((-112) $)) (-15 -3579 ($ |#1| |#2| (-112))) (-15 -3579 ($ |#1| |#2|)) (-15 -3579 ($ (-2 (|:| |val| |#1|) (|:| -3986 |#2|)))) (-15 -3579 ((-656 $) (-656 (-2 (|:| |val| |#1|) (|:| -3986 |#2|))))) (-15 -3579 ((-656 $) |#1| (-656 |#2|))) (-15 -1868 ($ $)) (-15 -2289 ($ $ |#1|)) (-15 -3858 ($ $ |#2|)) (-15 -1701 ($ $ (-112))) (-15 -1344 ($ $)) (-15 -3865 ((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|))) (-15 -3600 ((-112) $ $ (-1 (-112) |#2| |#2|)))))
-((-3486 (((-112) $ $) NIL (|has| (-1159 |#1| |#2|) (-102)))) (-3103 (((-1159 |#1| |#2|) $) 27)) (-4434 (($ $) 91)) (-3890 (((-112) (-1159 |#1| |#2|) $ (-1 (-112) |#2| |#2|)) 100)) (-2273 (($ $ $ (-656 (-1159 |#1| |#2|))) 108) (($ $ $ (-656 (-1159 |#1| |#2|)) (-1 (-112) |#2| |#2|)) 109)) (-3733 (((-112) $ (-783)) NIL)) (-1762 (((-1159 |#1| |#2|) $ (-1159 |#1| |#2|)) 46 (|has| $ (-6 -4463)))) (-3753 (((-1159 |#1| |#2|) $ "value" (-1159 |#1| |#2|)) NIL (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) 44 (|has| $ (-6 -4463)))) (-2135 (($) NIL T CONST)) (-2525 (((-656 (-2 (|:| |val| |#1|) (|:| -3986 |#2|))) $) 95)) (-3516 (($ (-1159 |#1| |#2|) $) 42)) (-3942 (($ (-1159 |#1| |#2|) $) 34)) (-3963 (((-656 (-1159 |#1| |#2|)) $) NIL (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) 54)) (-3026 (((-112) (-1159 |#1| |#2|) $) 97)) (-2679 (((-112) $ $) NIL (|has| (-1159 |#1| |#2|) (-1119)))) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 (-1159 |#1| |#2|)) $) 58 (|has| $ (-6 -4462)))) (-3239 (((-112) (-1159 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-1159 |#1| |#2|) (-1119))))) (-4320 (($ (-1 (-1159 |#1| |#2|) (-1159 |#1| |#2|)) $) 50 (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-1159 |#1| |#2|) (-1159 |#1| |#2|)) $) 49)) (-2460 (((-112) $ (-783)) NIL)) (-2348 (((-656 (-1159 |#1| |#2|)) $) 56)) (-2326 (((-112) $) 45)) (-3881 (((-1177) $) NIL (|has| (-1159 |#1| |#2|) (-1119)))) (-1448 (((-1139) $) NIL (|has| (-1159 |#1| |#2|) (-1119)))) (-3453 (((-3 $ "failed") $) 89)) (-3626 (((-112) (-1 (-112) (-1159 |#1| |#2|)) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-1159 |#1| |#2|)))) NIL (-12 (|has| (-1159 |#1| |#2|) (-319 (-1159 |#1| |#2|))) (|has| (-1159 |#1| |#2|) (-1119)))) (($ $ (-304 (-1159 |#1| |#2|))) NIL (-12 (|has| (-1159 |#1| |#2|) (-319 (-1159 |#1| |#2|))) (|has| (-1159 |#1| |#2|) (-1119)))) (($ $ (-1159 |#1| |#2|) (-1159 |#1| |#2|)) NIL (-12 (|has| (-1159 |#1| |#2|) (-319 (-1159 |#1| |#2|))) (|has| (-1159 |#1| |#2|) (-1119)))) (($ $ (-656 (-1159 |#1| |#2|)) (-656 (-1159 |#1| |#2|))) NIL (-12 (|has| (-1159 |#1| |#2|) (-319 (-1159 |#1| |#2|))) (|has| (-1159 |#1| |#2|) (-1119))))) (-3985 (((-112) $ $) 53)) (-4205 (((-112) $) 24)) (-1854 (($) 26)) (-2794 (((-1159 |#1| |#2|) $ "value") NIL)) (-3273 (((-576) $ $) NIL)) (-2635 (((-112) $) 47)) (-1458 (((-783) (-1 (-112) (-1159 |#1| |#2|)) $) NIL (|has| $ (-6 -4462))) (((-783) (-1159 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-1159 |#1| |#2|) (-1119))))) (-1868 (($ $) 52)) (-3579 (($ (-1159 |#1| |#2|)) 10) (($ |#1| |#2| (-656 $)) 13) (($ |#1| |#2| (-656 (-1159 |#1| |#2|))) 15) (($ |#1| |#2| |#1| (-656 |#2|)) 18)) (-1345 (((-656 |#2|) $) 96)) (-3567 (((-874) $) 87 (|has| (-1159 |#1| |#2|) (-625 (-874))))) (-3931 (((-656 $) $) 31)) (-1434 (((-112) $ $) NIL (|has| (-1159 |#1| |#2|) (-1119)))) (-1540 (((-112) $ $) NIL (|has| (-1159 |#1| |#2|) (-1119)))) (-2306 (((-112) (-1 (-112) (-1159 |#1| |#2|)) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 70 (|has| (-1159 |#1| |#2|) (-102)))) (-3500 (((-783) $) 64 (|has| $ (-6 -4462)))))
-(((-1160 |#1| |#2|) (-13 (-1029 (-1159 |#1| |#2|)) (-10 -8 (-6 -4463) (-6 -4462) (-15 -3453 ((-3 $ "failed") $)) (-15 -4434 ($ $)) (-15 -3579 ($ (-1159 |#1| |#2|))) (-15 -3579 ($ |#1| |#2| (-656 $))) (-15 -3579 ($ |#1| |#2| (-656 (-1159 |#1| |#2|)))) (-15 -3579 ($ |#1| |#2| |#1| (-656 |#2|))) (-15 -1345 ((-656 |#2|) $)) (-15 -2525 ((-656 (-2 (|:| |val| |#1|) (|:| -3986 |#2|))) $)) (-15 -3026 ((-112) (-1159 |#1| |#2|) $)) (-15 -3890 ((-112) (-1159 |#1| |#2|) $ (-1 (-112) |#2| |#2|))) (-15 -3942 ($ (-1159 |#1| |#2|) $)) (-15 -3516 ($ (-1159 |#1| |#2|) $)) (-15 -2273 ($ $ $ (-656 (-1159 |#1| |#2|)))) (-15 -2273 ($ $ $ (-656 (-1159 |#1| |#2|)) (-1 (-112) |#2| |#2|))))) (-13 (-1119) (-34)) (-13 (-1119) (-34))) (T -1160))
-((-3453 (*1 *1 *1) (|partial| -12 (-5 *1 (-1160 *2 *3)) (-4 *2 (-13 (-1119) (-34))) (-4 *3 (-13 (-1119) (-34))))) (-4434 (*1 *1 *1) (-12 (-5 *1 (-1160 *2 *3)) (-4 *2 (-13 (-1119) (-34))) (-4 *3 (-13 (-1119) (-34))))) (-3579 (*1 *1 *2) (-12 (-5 *2 (-1159 *3 *4)) (-4 *3 (-13 (-1119) (-34))) (-4 *4 (-13 (-1119) (-34))) (-5 *1 (-1160 *3 *4)))) (-3579 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-656 (-1160 *2 *3))) (-5 *1 (-1160 *2 *3)) (-4 *2 (-13 (-1119) (-34))) (-4 *3 (-13 (-1119) (-34))))) (-3579 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-656 (-1159 *2 *3))) (-4 *2 (-13 (-1119) (-34))) (-4 *3 (-13 (-1119) (-34))) (-5 *1 (-1160 *2 *3)))) (-3579 (*1 *1 *2 *3 *2 *4) (-12 (-5 *4 (-656 *3)) (-4 *3 (-13 (-1119) (-34))) (-5 *1 (-1160 *2 *3)) (-4 *2 (-13 (-1119) (-34))))) (-1345 (*1 *2 *1) (-12 (-5 *2 (-656 *4)) (-5 *1 (-1160 *3 *4)) (-4 *3 (-13 (-1119) (-34))) (-4 *4 (-13 (-1119) (-34))))) (-2525 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4)))) (-5 *1 (-1160 *3 *4)) (-4 *3 (-13 (-1119) (-34))) (-4 *4 (-13 (-1119) (-34))))) (-3026 (*1 *2 *3 *1) (-12 (-5 *3 (-1159 *4 *5)) (-4 *4 (-13 (-1119) (-34))) (-4 *5 (-13 (-1119) (-34))) (-5 *2 (-112)) (-5 *1 (-1160 *4 *5)))) (-3890 (*1 *2 *3 *1 *4) (-12 (-5 *3 (-1159 *5 *6)) (-5 *4 (-1 (-112) *6 *6)) (-4 *5 (-13 (-1119) (-34))) (-4 *6 (-13 (-1119) (-34))) (-5 *2 (-112)) (-5 *1 (-1160 *5 *6)))) (-3942 (*1 *1 *2 *1) (-12 (-5 *2 (-1159 *3 *4)) (-4 *3 (-13 (-1119) (-34))) (-4 *4 (-13 (-1119) (-34))) (-5 *1 (-1160 *3 *4)))) (-3516 (*1 *1 *2 *1) (-12 (-5 *2 (-1159 *3 *4)) (-4 *3 (-13 (-1119) (-34))) (-4 *4 (-13 (-1119) (-34))) (-5 *1 (-1160 *3 *4)))) (-2273 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-656 (-1159 *3 *4))) (-4 *3 (-13 (-1119) (-34))) (-4 *4 (-13 (-1119) (-34))) (-5 *1 (-1160 *3 *4)))) (-2273 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-1159 *4 *5))) (-5 *3 (-1 (-112) *5 *5)) (-4 *4 (-13 (-1119) (-34))) (-4 *5 (-13 (-1119) (-34))) (-5 *1 (-1160 *4 *5)))))
-(-13 (-1029 (-1159 |#1| |#2|)) (-10 -8 (-6 -4463) (-6 -4462) (-15 -3453 ((-3 $ "failed") $)) (-15 -4434 ($ $)) (-15 -3579 ($ (-1159 |#1| |#2|))) (-15 -3579 ($ |#1| |#2| (-656 $))) (-15 -3579 ($ |#1| |#2| (-656 (-1159 |#1| |#2|)))) (-15 -3579 ($ |#1| |#2| |#1| (-656 |#2|))) (-15 -1345 ((-656 |#2|) $)) (-15 -2525 ((-656 (-2 (|:| |val| |#1|) (|:| -3986 |#2|))) $)) (-15 -3026 ((-112) (-1159 |#1| |#2|) $)) (-15 -3890 ((-112) (-1159 |#1| |#2|) $ (-1 (-112) |#2| |#2|))) (-15 -3942 ($ (-1159 |#1| |#2|) $)) (-15 -3516 ($ (-1159 |#1| |#2|) $)) (-15 -2273 ($ $ $ (-656 (-1159 |#1| |#2|)))) (-15 -2273 ($ $ $ (-656 (-1159 |#1| |#2|)) (-1 (-112) |#2| |#2|)))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2071 (($ $) NIL)) (-2205 ((|#2| $) NIL)) (-3388 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-3067 (($ (-701 |#2|)) 56)) (-2466 (((-112) $) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-3307 (($ |#2|) 14)) (-2135 (($) NIL T CONST)) (-3724 (($ $) 69 (|has| |#2| (-317)))) (-3925 (((-245 |#1| |#2|) $ (-576)) 42)) (-1570 (((-3 (-576) "failed") $) NIL (|has| |#2| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1057 (-419 (-576))))) (((-3 |#2| "failed") $) NIL)) (-2857 (((-576) $) NIL (|has| |#2| (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| |#2| (-1057 (-419 (-576))))) ((|#2| $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) NIL) (((-701 |#2|) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) 83)) (-3731 (((-783) $) 71 (|has| |#2| (-568)))) (-4271 ((|#2| $ (-576) (-576)) NIL)) (-3963 (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-3612 (((-112) $) NIL)) (-3809 (((-783) $) 73 (|has| |#2| (-568)))) (-1479 (((-656 (-245 |#1| |#2|)) $) 77 (|has| |#2| (-568)))) (-1687 (((-783) $) NIL)) (-4138 (($ |#2|) 25)) (-1697 (((-783) $) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3373 ((|#2| $) 67 (|has| |#2| (-6 (-4464 "*"))))) (-4063 (((-576) $) NIL)) (-1495 (((-576) $) NIL)) (-3452 (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-3621 (((-576) $) NIL)) (-2196 (((-576) $) NIL)) (-2462 (($ (-656 (-656 |#2|))) 37)) (-4320 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-1445 (((-656 (-656 |#2|)) $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-1286 $) $) NIL) (((-701 |#2|) (-1286 $)) NIL)) (-3881 (((-1177) $) NIL)) (-1430 (((-3 $ "failed") $) 80 (|has| |#2| (-374)))) (-1448 (((-1139) $) NIL)) (-3473 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-568)))) (-3626 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#2| $ (-576) (-576) |#2|) NIL) ((|#2| $ (-576) (-576)) NIL)) (-2770 (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $) NIL (|has| |#2| (-237))) (($ $ (-783)) NIL (|has| |#2| (-237))) (($ $ (-1195)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#2| (-917 (-1195))))) (-4067 ((|#2| $) NIL)) (-4432 (($ (-656 |#2|)) 50)) (-3527 (((-112) $) NIL)) (-1334 (((-245 |#1| |#2|) $) NIL)) (-1905 ((|#2| $) 65 (|has| |#2| (-6 (-4464 "*"))))) (-1458 (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-1868 (($ $) NIL)) (-4169 (((-548) $) 89 (|has| |#2| (-626 (-548))))) (-2067 (((-245 |#1| |#2|) $ (-576)) 44)) (-3567 (((-874) $) 47) (($ (-576)) NIL) (($ (-419 (-576))) NIL (|has| |#2| (-1057 (-419 (-576))))) (($ |#2|) NIL) (((-701 |#2|) $) 52)) (-2596 (((-783)) 23 T CONST)) (-1540 (((-112) $ $) NIL)) (-2306 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-3775 (((-112) $) NIL)) (-2716 (($) 16 T CONST)) (-2727 (($) 21 T CONST)) (-2014 (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $) NIL (|has| |#2| (-237))) (($ $ (-783)) NIL (|has| |#2| (-237))) (($ $ (-1195)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#2| (-917 (-1195))))) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) 63) (($ $ (-576)) 82 (|has| |#2| (-374)))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-245 |#1| |#2|) $ (-245 |#1| |#2|)) 59) (((-245 |#1| |#2|) (-245 |#1| |#2|) $) 61)) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-1161 |#1| |#2|) (-13 (-1142 |#1| |#2| (-245 |#1| |#2|) (-245 |#1| |#2|)) (-625 (-701 |#2|)) (-10 -8 (-15 -4138 ($ |#2|)) (-15 -2071 ($ $)) (-15 -3067 ($ (-701 |#2|))) (IF (|has| |#2| (-6 (-4464 "*"))) (-6 -4451) |%noBranch|) (IF (|has| |#2| (-6 (-4464 "*"))) (IF (|has| |#2| (-6 -4459)) (-6 -4459) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|))) (-783) (-1068)) (T -1161))
-((-4138 (*1 *1 *2) (-12 (-5 *1 (-1161 *3 *2)) (-14 *3 (-783)) (-4 *2 (-1068)))) (-2071 (*1 *1 *1) (-12 (-5 *1 (-1161 *2 *3)) (-14 *2 (-783)) (-4 *3 (-1068)))) (-3067 (*1 *1 *2) (-12 (-5 *2 (-701 *4)) (-4 *4 (-1068)) (-5 *1 (-1161 *3 *4)) (-14 *3 (-783)))))
-(-13 (-1142 |#1| |#2| (-245 |#1| |#2|) (-245 |#1| |#2|)) (-625 (-701 |#2|)) (-10 -8 (-15 -4138 ($ |#2|)) (-15 -2071 ($ $)) (-15 -3067 ($ (-701 |#2|))) (IF (|has| |#2| (-6 (-4464 "*"))) (-6 -4451) |%noBranch|) (IF (|has| |#2| (-6 (-4464 "*"))) (IF (|has| |#2| (-6 -4459)) (-6 -4459) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|)))
-((-1374 (($ $) 19)) (-4339 (($ $ (-145)) 10) (($ $ (-142)) 14)) (-2161 (((-112) $ $) 24)) (-2662 (($ $) 17)) (-2794 (((-145) $ (-576) (-145)) NIL) (((-145) $ (-576)) NIL) (($ $ (-1253 (-576))) NIL) (($ $ $) 31)) (-3567 (($ (-145)) 29) (((-874) $) NIL)))
-(((-1162 |#1|) (-10 -8 (-15 -3567 ((-874) |#1|)) (-15 -2794 (|#1| |#1| |#1|)) (-15 -4339 (|#1| |#1| (-142))) (-15 -4339 (|#1| |#1| (-145))) (-15 -3567 (|#1| (-145))) (-15 -2161 ((-112) |#1| |#1|)) (-15 -1374 (|#1| |#1|)) (-15 -2662 (|#1| |#1|)) (-15 -2794 (|#1| |#1| (-1253 (-576)))) (-15 -2794 ((-145) |#1| (-576))) (-15 -2794 ((-145) |#1| (-576) (-145)))) (-1163)) (T -1162))
-NIL
-(-10 -8 (-15 -3567 ((-874) |#1|)) (-15 -2794 (|#1| |#1| |#1|)) (-15 -4339 (|#1| |#1| (-142))) (-15 -4339 (|#1| |#1| (-145))) (-15 -3567 (|#1| (-145))) (-15 -2161 ((-112) |#1| |#1|)) (-15 -1374 (|#1| |#1|)) (-15 -2662 (|#1| |#1|)) (-15 -2794 (|#1| |#1| (-1253 (-576)))) (-15 -2794 ((-145) |#1| (-576))) (-15 -2794 ((-145) |#1| (-576) (-145))))
-((-3486 (((-112) $ $) 20 (|has| (-145) (-102)))) (-4100 (($ $) 123)) (-1374 (($ $) 124)) (-4339 (($ $ (-145)) 111) (($ $ (-142)) 110)) (-2617 (((-1291) $ (-576) (-576)) 41 (|has| $ (-6 -4463)))) (-2136 (((-112) $ $) 121)) (-2113 (((-112) $ $ (-576)) 120)) (-3900 (((-656 $) $ (-145)) 113) (((-656 $) $ (-142)) 112)) (-4372 (((-112) (-1 (-112) (-145) (-145)) $) 101) (((-112) $) 95 (|has| (-145) (-862)))) (-4082 (($ (-1 (-112) (-145) (-145)) $) 92 (|has| $ (-6 -4463))) (($ $) 91 (-12 (|has| (-145) (-862)) (|has| $ (-6 -4463))))) (-1793 (($ (-1 (-112) (-145) (-145)) $) 102) (($ $) 96 (|has| (-145) (-862)))) (-3733 (((-112) $ (-783)) 8)) (-3753 (((-145) $ (-576) (-145)) 53 (|has| $ (-6 -4463))) (((-145) $ (-1253 (-576)) (-145)) 60 (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) (-145)) $) 77 (|has| $ (-6 -4462)))) (-2135 (($) 7 T CONST)) (-2633 (($ $ (-145)) 107) (($ $ (-142)) 106)) (-1752 (($ $) 93 (|has| $ (-6 -4463)))) (-3833 (($ $) 103)) (-2510 (($ $ (-1253 (-576)) $) 117)) (-1640 (($ $) 80 (-12 (|has| (-145) (-1119)) (|has| $ (-6 -4462))))) (-3942 (($ (-145) $) 79 (-12 (|has| (-145) (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) (-145)) $) 76 (|has| $ (-6 -4462)))) (-3683 (((-145) (-1 (-145) (-145) (-145)) $ (-145) (-145)) 78 (-12 (|has| (-145) (-1119)) (|has| $ (-6 -4462)))) (((-145) (-1 (-145) (-145) (-145)) $ (-145)) 75 (|has| $ (-6 -4462))) (((-145) (-1 (-145) (-145) (-145)) $) 74 (|has| $ (-6 -4462)))) (-4330 (((-145) $ (-576) (-145)) 54 (|has| $ (-6 -4463)))) (-4271 (((-145) $ (-576)) 52)) (-2161 (((-112) $ $) 122)) (-3658 (((-576) (-1 (-112) (-145)) $) 100) (((-576) (-145) $) 99 (|has| (-145) (-1119))) (((-576) (-145) $ (-576)) 98 (|has| (-145) (-1119))) (((-576) $ $ (-576)) 116) (((-576) (-142) $ (-576)) 115)) (-3963 (((-656 (-145)) $) 31 (|has| $ (-6 -4462)))) (-4138 (($ (-783) (-145)) 70)) (-2476 (((-112) $ (-783)) 9)) (-3280 (((-576) $) 44 (|has| (-576) (-862)))) (-3123 (($ $ $) 90 (|has| (-145) (-862)))) (-1872 (($ (-1 (-112) (-145) (-145)) $ $) 104) (($ $ $) 97 (|has| (-145) (-862)))) (-3452 (((-656 (-145)) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) (-145) $) 28 (-12 (|has| (-145) (-1119)) (|has| $ (-6 -4462))))) (-3767 (((-576) $) 45 (|has| (-576) (-862)))) (-2352 (($ $ $) 89 (|has| (-145) (-862)))) (-1914 (((-112) $ $ (-145)) 118)) (-1356 (((-783) $ $ (-145)) 119)) (-4320 (($ (-1 (-145) (-145)) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-145) (-145)) $) 36) (($ (-1 (-145) (-145) (-145)) $ $) 65)) (-2054 (($ $) 125)) (-2662 (($ $) 126)) (-2460 (((-112) $ (-783)) 10)) (-2643 (($ $ (-145)) 109) (($ $ (-142)) 108)) (-3881 (((-1177) $) 22 (|has| (-145) (-1119)))) (-2171 (($ (-145) $ (-576)) 62) (($ $ $ (-576)) 61)) (-1742 (((-656 (-576)) $) 47)) (-2406 (((-112) (-576) $) 48)) (-1448 (((-1139) $) 21 (|has| (-145) (-1119)))) (-3578 (((-145) $) 43 (|has| (-576) (-862)))) (-2295 (((-3 (-145) "failed") (-1 (-112) (-145)) $) 73)) (-1552 (($ $ (-145)) 42 (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) (-145)) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-145)))) 27 (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119)))) (($ $ (-304 (-145))) 26 (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119)))) (($ $ (-145) (-145)) 25 (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119)))) (($ $ (-656 (-145)) (-656 (-145))) 24 (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119))))) (-3985 (((-112) $ $) 14)) (-4408 (((-112) (-145) $) 46 (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119))))) (-4278 (((-656 (-145)) $) 49)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 (((-145) $ (-576) (-145)) 51) (((-145) $ (-576)) 50) (($ $ (-1253 (-576))) 71) (($ $ $) 105)) (-3463 (($ $ (-576)) 64) (($ $ (-1253 (-576))) 63)) (-1458 (((-783) (-1 (-112) (-145)) $) 32 (|has| $ (-6 -4462))) (((-783) (-145) $) 29 (-12 (|has| (-145) (-1119)) (|has| $ (-6 -4462))))) (-1497 (($ $ $ (-576)) 94 (|has| $ (-6 -4463)))) (-1868 (($ $) 13)) (-4169 (((-548) $) 81 (|has| (-145) (-626 (-548))))) (-3579 (($ (-656 (-145))) 72)) (-1613 (($ $ (-145)) 69) (($ (-145) $) 68) (($ $ $) 67) (($ (-656 $)) 66)) (-3567 (($ (-145)) 114) (((-874) $) 18 (|has| (-145) (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| (-145) (-1119)))) (-2306 (((-112) (-1 (-112) (-145)) $) 34 (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) 87 (|has| (-145) (-862)))) (-2960 (((-112) $ $) 86 (|has| (-145) (-862)))) (-2921 (((-112) $ $) 19 (|has| (-145) (-102)))) (-2975 (((-112) $ $) 88 (|has| (-145) (-862)))) (-2946 (((-112) $ $) 85 (|has| (-145) (-862)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-1163) (-141)) (T -1163))
-((-2662 (*1 *1 *1) (-4 *1 (-1163))) (-2054 (*1 *1 *1) (-4 *1 (-1163))) (-1374 (*1 *1 *1) (-4 *1 (-1163))) (-4100 (*1 *1 *1) (-4 *1 (-1163))) (-2161 (*1 *2 *1 *1) (-12 (-4 *1 (-1163)) (-5 *2 (-112)))) (-2136 (*1 *2 *1 *1) (-12 (-4 *1 (-1163)) (-5 *2 (-112)))) (-2113 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1163)) (-5 *3 (-576)) (-5 *2 (-112)))) (-1356 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1163)) (-5 *3 (-145)) (-5 *2 (-783)))) (-1914 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1163)) (-5 *3 (-145)) (-5 *2 (-112)))) (-2510 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-1163)) (-5 *2 (-1253 (-576))))) (-3658 (*1 *2 *1 *1 *2) (-12 (-4 *1 (-1163)) (-5 *2 (-576)))) (-3658 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1163)) (-5 *2 (-576)) (-5 *3 (-142)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-145)) (-4 *1 (-1163)))) (-3900 (*1 *2 *1 *3) (-12 (-5 *3 (-145)) (-5 *2 (-656 *1)) (-4 *1 (-1163)))) (-3900 (*1 *2 *1 *3) (-12 (-5 *3 (-142)) (-5 *2 (-656 *1)) (-4 *1 (-1163)))) (-4339 (*1 *1 *1 *2) (-12 (-4 *1 (-1163)) (-5 *2 (-145)))) (-4339 (*1 *1 *1 *2) (-12 (-4 *1 (-1163)) (-5 *2 (-142)))) (-2643 (*1 *1 *1 *2) (-12 (-4 *1 (-1163)) (-5 *2 (-145)))) (-2643 (*1 *1 *1 *2) (-12 (-4 *1 (-1163)) (-5 *2 (-142)))) (-2633 (*1 *1 *1 *2) (-12 (-4 *1 (-1163)) (-5 *2 (-145)))) (-2633 (*1 *1 *1 *2) (-12 (-4 *1 (-1163)) (-5 *2 (-142)))) (-2794 (*1 *1 *1 *1) (-4 *1 (-1163))))
-(-13 (-19 (-145)) (-10 -8 (-15 -2662 ($ $)) (-15 -2054 ($ $)) (-15 -1374 ($ $)) (-15 -4100 ($ $)) (-15 -2161 ((-112) $ $)) (-15 -2136 ((-112) $ $)) (-15 -2113 ((-112) $ $ (-576))) (-15 -1356 ((-783) $ $ (-145))) (-15 -1914 ((-112) $ $ (-145))) (-15 -2510 ($ $ (-1253 (-576)) $)) (-15 -3658 ((-576) $ $ (-576))) (-15 -3658 ((-576) (-142) $ (-576))) (-15 -3567 ($ (-145))) (-15 -3900 ((-656 $) $ (-145))) (-15 -3900 ((-656 $) $ (-142))) (-15 -4339 ($ $ (-145))) (-15 -4339 ($ $ (-142))) (-15 -2643 ($ $ (-145))) (-15 -2643 ($ $ (-142))) (-15 -2633 ($ $ (-145))) (-15 -2633 ($ $ (-142))) (-15 -2794 ($ $ $))))
-(((-34) . T) ((-102) -2755 (|has| (-145) (-1119)) (|has| (-145) (-862)) (|has| (-145) (-102))) ((-625 (-874)) -2755 (|has| (-145) (-1119)) (|has| (-145) (-862)) (|has| (-145) (-625 (-874)))) ((-152 #0=(-145)) . T) ((-626 (-548)) |has| (-145) (-626 (-548))) ((-296 #1=(-576) #0#) . T) ((-296 (-1253 (-576)) $) . T) ((-298 #1# #0#) . T) ((-319 #0#) -12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119))) ((-384 #0#) . T) ((-501 #0#) . T) ((-616 #1# #0#) . T) ((-526 #0# #0#) -12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119))) ((-663 #0#) . T) ((-19 #0#) . T) ((-862) |has| (-145) (-862)) ((-1119) -2755 (|has| (-145) (-1119)) (|has| (-145) (-862))) ((-1236) . T))
-((-2375 (((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-656 |#4|) (-656 |#5|) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) (-783)) 112)) (-2712 (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5|) 62) (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783)) 61)) (-4393 (((-1291) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-783)) 97)) (-1777 (((-783) (-656 |#4|) (-656 |#5|)) 30)) (-2206 (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5|) 64) (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783)) 63) (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783) (-112)) 65)) (-3510 (((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112) (-112) (-112) (-112)) 84) (((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112)) 85)) (-4169 (((-1177) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) 90)) (-4167 (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5|) 60)) (-3315 (((-783) (-656 |#4|) (-656 |#5|)) 21)))
-(((-1164 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3315 ((-783) (-656 |#4|) (-656 |#5|))) (-15 -1777 ((-783) (-656 |#4|) (-656 |#5|))) (-15 -4167 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5|)) (-15 -2712 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783))) (-15 -2712 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5|)) (-15 -2206 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783) (-112))) (-15 -2206 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783))) (-15 -2206 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5|)) (-15 -3510 ((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112))) (-15 -3510 ((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -2375 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-656 |#4|) (-656 |#5|) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) (-783))) (-15 -4169 ((-1177) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|)))) (-15 -4393 ((-1291) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-783)))) (-464) (-805) (-862) (-1084 |#1| |#2| |#3|) (-1128 |#1| |#2| |#3| |#4|)) (T -1164))
-((-4393 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-2 (|:| |val| (-656 *8)) (|:| -3986 *9)))) (-5 *4 (-783)) (-4 *8 (-1084 *5 *6 *7)) (-4 *9 (-1128 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-1291)) (-5 *1 (-1164 *5 *6 *7 *8 *9)))) (-4169 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-656 *7)) (|:| -3986 *8))) (-4 *7 (-1084 *4 *5 *6)) (-4 *8 (-1128 *4 *5 *6 *7)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1177)) (-5 *1 (-1164 *4 *5 *6 *7 *8)))) (-2375 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-656 *11)) (|:| |todo| (-656 (-2 (|:| |val| *3) (|:| -3986 *11)))))) (-5 *6 (-783)) (-5 *2 (-656 (-2 (|:| |val| (-656 *10)) (|:| -3986 *11)))) (-5 *3 (-656 *10)) (-5 *4 (-656 *11)) (-4 *10 (-1084 *7 *8 *9)) (-4 *11 (-1128 *7 *8 *9 *10)) (-4 *7 (-464)) (-4 *8 (-805)) (-4 *9 (-862)) (-5 *1 (-1164 *7 *8 *9 *10 *11)))) (-3510 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-656 *9)) (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7)) (-4 *9 (-1128 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1164 *5 *6 *7 *8 *9)))) (-3510 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-656 *9)) (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7)) (-4 *9 (-1128 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1164 *5 *6 *7 *8 *9)))) (-2206 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4)))))) (-5 *1 (-1164 *5 *6 *7 *3 *4)) (-4 *4 (-1128 *5 *6 *7 *3)))) (-2206 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-783)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *3 (-1084 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4)))))) (-5 *1 (-1164 *6 *7 *8 *3 *4)) (-4 *4 (-1128 *6 *7 *8 *3)))) (-2206 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-783)) (-5 *6 (-112)) (-4 *7 (-464)) (-4 *8 (-805)) (-4 *9 (-862)) (-4 *3 (-1084 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4)))))) (-5 *1 (-1164 *7 *8 *9 *3 *4)) (-4 *4 (-1128 *7 *8 *9 *3)))) (-2712 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4)))))) (-5 *1 (-1164 *5 *6 *7 *3 *4)) (-4 *4 (-1128 *5 *6 *7 *3)))) (-2712 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-783)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *3 (-1084 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4)))))) (-5 *1 (-1164 *6 *7 *8 *3 *4)) (-4 *4 (-1128 *6 *7 *8 *3)))) (-4167 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4)))))) (-5 *1 (-1164 *5 *6 *7 *3 *4)) (-4 *4 (-1128 *5 *6 *7 *3)))) (-1777 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *9)) (-4 *8 (-1084 *5 *6 *7)) (-4 *9 (-1128 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-783)) (-5 *1 (-1164 *5 *6 *7 *8 *9)))) (-3315 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *9)) (-4 *8 (-1084 *5 *6 *7)) (-4 *9 (-1128 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-783)) (-5 *1 (-1164 *5 *6 *7 *8 *9)))))
-(-10 -7 (-15 -3315 ((-783) (-656 |#4|) (-656 |#5|))) (-15 -1777 ((-783) (-656 |#4|) (-656 |#5|))) (-15 -4167 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5|)) (-15 -2712 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783))) (-15 -2712 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5|)) (-15 -2206 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783) (-112))) (-15 -2206 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5| (-783))) (-15 -2206 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) |#4| |#5|)) (-15 -3510 ((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112))) (-15 -3510 ((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -2375 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-656 |#4|) (-656 |#5|) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))))) (-783))) (-15 -4169 ((-1177) (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|)))) (-15 -4393 ((-1291) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -3986 |#5|))) (-783))))
-((-3486 (((-112) $ $) NIL)) (-1528 (((-656 (-2 (|:| -1952 $) (|:| -3254 (-656 |#4|)))) (-656 |#4|)) NIL)) (-2127 (((-656 $) (-656 |#4|)) 124) (((-656 $) (-656 |#4|) (-112)) 125) (((-656 $) (-656 |#4|) (-112) (-112)) 123) (((-656 $) (-656 |#4|) (-112) (-112) (-112) (-112)) 126)) (-1960 (((-656 |#3|) $) NIL)) (-4157 (((-112) $) NIL)) (-2678 (((-112) $) NIL (|has| |#1| (-568)))) (-1981 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2691 ((|#4| |#4| $) NIL)) (-1415 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 $))) |#4| $) 97)) (-1793 (((-2 (|:| |under| $) (|:| -3247 $) (|:| |upper| $)) $ |#3|) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-1966 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462))) (((-3 |#4| "failed") $ |#3|) 75)) (-2135 (($) NIL T CONST)) (-3152 (((-112) $) 29 (|has| |#1| (-568)))) (-1409 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3934 (((-112) $ $) NIL (|has| |#1| (-568)))) (-2986 (((-112) $) NIL (|has| |#1| (-568)))) (-2059 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-3793 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-3795 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-1570 (((-3 $ "failed") (-656 |#4|)) NIL)) (-2857 (($ (-656 |#4|)) NIL)) (-3590 (((-3 $ "failed") $) 45)) (-1903 ((|#4| |#4| $) 78)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119))))) (-3942 (($ |#4| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-3477 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 91 (|has| |#1| (-568)))) (-2655 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-2025 ((|#4| |#4| $) NIL)) (-3683 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4462))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4462))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1641 (((-2 (|:| -1952 (-656 |#4|)) (|:| -3254 (-656 |#4|))) $) NIL)) (-3174 (((-112) |#4| $) NIL)) (-1559 (((-112) |#4| $) NIL)) (-4048 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3791 (((-2 (|:| |val| (-656 |#4|)) (|:| |towers| (-656 $))) (-656 |#4|) (-112) (-112)) 139)) (-3963 (((-656 |#4|) $) 18 (|has| $ (-6 -4462)))) (-4179 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2589 ((|#3| $) 38)) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 |#4|) $) 19 (|has| $ (-6 -4462)))) (-3239 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119))))) (-4320 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#4| |#4|) $) 23)) (-1544 (((-656 |#3|) $) NIL)) (-1582 (((-112) |#3| $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL)) (-2690 (((-3 |#4| (-656 $)) |#4| |#4| $) NIL)) (-2502 (((-656 (-2 (|:| |val| |#4|) (|:| -3986 $))) |#4| |#4| $) 117)) (-3966 (((-3 |#4| "failed") $) 42)) (-2103 (((-656 $) |#4| $) 102)) (-4254 (((-3 (-112) (-656 $)) |#4| $) NIL)) (-1883 (((-656 (-2 (|:| |val| (-112)) (|:| -3986 $))) |#4| $) 112) (((-112) |#4| $) 65)) (-2037 (((-656 $) |#4| $) 121) (((-656 $) (-656 |#4|) $) NIL) (((-656 $) (-656 |#4|) (-656 $)) 122) (((-656 $) |#4| (-656 $)) NIL)) (-3034 (((-656 $) (-656 |#4|) (-112) (-112) (-112)) 134)) (-1647 (($ |#4| $) 88) (($ (-656 |#4|) $) 89) (((-656 $) |#4| $ (-112) (-112) (-112) (-112) (-112)) 87)) (-3730 (((-656 |#4|) $) NIL)) (-2763 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2126 ((|#4| |#4| $) NIL)) (-2774 (((-112) $ $) NIL)) (-4148 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-568)))) (-1470 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2903 ((|#4| |#4| $) NIL)) (-1448 (((-1139) $) NIL)) (-3578 (((-3 |#4| "failed") $) 40)) (-2295 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-2806 (((-3 $ "failed") $ |#4|) 59)) (-3905 (($ $ |#4|) NIL) (((-656 $) |#4| $) 104) (((-656 $) |#4| (-656 $)) NIL) (((-656 $) (-656 |#4|) $) NIL) (((-656 $) (-656 |#4|) (-656 $)) 99)) (-3626 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 |#4|) (-656 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-304 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-656 (-304 |#4|))) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) 17)) (-1854 (($) 14)) (-1967 (((-783) $) NIL)) (-1458 (((-783) |#4| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119)))) (((-783) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) 13)) (-4169 (((-548) $) NIL (|has| |#4| (-626 (-548))))) (-3579 (($ (-656 |#4|)) 22)) (-3877 (($ $ |#3|) 52)) (-2831 (($ $ |#3|) 54)) (-3687 (($ $) NIL)) (-2157 (($ $ |#3|) NIL)) (-3567 (((-874) $) 35) (((-656 |#4|) $) 46)) (-4323 (((-783) $) NIL (|has| |#3| (-379)))) (-1540 (((-112) $ $) NIL)) (-1469 (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2620 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) NIL)) (-3223 (((-656 $) |#4| $) 66) (((-656 $) |#4| (-656 $)) NIL) (((-656 $) (-656 |#4|) $) NIL) (((-656 $) (-656 |#4|) (-656 $)) NIL)) (-2306 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-2439 (((-656 |#3|) $) NIL)) (-4176 (((-112) |#4| $) NIL)) (-3202 (((-112) |#3| $) 74)) (-2921 (((-112) $ $) NIL)) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-1165 |#1| |#2| |#3| |#4|) (-13 (-1128 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1647 ((-656 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -2127 ((-656 $) (-656 |#4|) (-112) (-112))) (-15 -2127 ((-656 $) (-656 |#4|) (-112) (-112) (-112) (-112))) (-15 -3034 ((-656 $) (-656 |#4|) (-112) (-112) (-112))) (-15 -3791 ((-2 (|:| |val| (-656 |#4|)) (|:| |towers| (-656 $))) (-656 |#4|) (-112) (-112))))) (-464) (-805) (-862) (-1084 |#1| |#2| |#3|)) (T -1165))
-((-1647 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 (-1165 *5 *6 *7 *3))) (-5 *1 (-1165 *5 *6 *7 *3)) (-4 *3 (-1084 *5 *6 *7)))) (-2127 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 (-1165 *5 *6 *7 *8))) (-5 *1 (-1165 *5 *6 *7 *8)))) (-2127 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 (-1165 *5 *6 *7 *8))) (-5 *1 (-1165 *5 *6 *7 *8)))) (-3034 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 (-1165 *5 *6 *7 *8))) (-5 *1 (-1165 *5 *6 *7 *8)))) (-3791 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1084 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-656 *8)) (|:| |towers| (-656 (-1165 *5 *6 *7 *8))))) (-5 *1 (-1165 *5 *6 *7 *8)) (-5 *3 (-656 *8)))))
-(-13 (-1128 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1647 ((-656 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -2127 ((-656 $) (-656 |#4|) (-112) (-112))) (-15 -2127 ((-656 $) (-656 |#4|) (-112) (-112) (-112) (-112))) (-15 -3034 ((-656 $) (-656 |#4|) (-112) (-112) (-112))) (-15 -3791 ((-2 (|:| |val| (-656 |#4|)) (|:| |towers| (-656 $))) (-656 |#4|) (-112) (-112)))))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1417 ((|#1| $) 37)) (-2652 (($ (-656 |#1|)) 45)) (-3733 (((-112) $ (-783)) NIL)) (-2135 (($) NIL T CONST)) (-2797 ((|#1| |#1| $) 40)) (-2146 ((|#1| $) 35)) (-3963 (((-656 |#1|) $) 18 (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4320 (($ (-1 |#1| |#1|) $) 25 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 22)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-4219 ((|#1| $) 38)) (-2767 (($ |#1| $) 41)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-4436 ((|#1| $) 36)) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) 32)) (-1854 (($) 43)) (-1885 (((-783) $) 30)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) 27)) (-3567 (((-874) $) 14 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2847 (($ (-656 |#1|)) NIL)) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 17 (|has| |#1| (-102)))) (-3500 (((-783) $) 31 (|has| $ (-6 -4462)))))
-(((-1166 |#1|) (-13 (-1140 |#1|) (-10 -8 (-15 -2652 ($ (-656 |#1|))))) (-1236)) (T -1166))
-((-2652 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-5 *1 (-1166 *3)))))
-(-13 (-1140 |#1|) (-10 -8 (-15 -2652 ($ (-656 |#1|)))))
-((-3753 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) NIL) (($ $ "rest" $) NIL) ((|#2| $ "last" |#2|) NIL) ((|#2| $ (-1253 (-576)) |#2|) 53) ((|#2| $ (-576) |#2|) 50)) (-3565 (((-112) $) 12)) (-4320 (($ (-1 |#2| |#2|) $) 48)) (-3578 ((|#2| $) NIL) (($ $ (-783)) 17)) (-1552 (($ $ |#2|) 49)) (-2743 (((-112) $) 11)) (-2794 ((|#2| $ "value") NIL) ((|#2| $ "first") NIL) (($ $ "rest") NIL) ((|#2| $ "last") NIL) (($ $ (-1253 (-576))) 36) ((|#2| $ (-576)) 26) ((|#2| $ (-576) |#2|) NIL)) (-3906 (($ $ $) 56) (($ $ |#2|) NIL)) (-1613 (($ $ $) 38) (($ |#2| $) NIL) (($ (-656 $)) 45) (($ $ |#2|) NIL)))
-(((-1167 |#1| |#2|) (-10 -8 (-15 -3565 ((-112) |#1|)) (-15 -2743 ((-112) |#1|)) (-15 -3753 (|#2| |#1| (-576) |#2|)) (-15 -2794 (|#2| |#1| (-576) |#2|)) (-15 -2794 (|#2| |#1| (-576))) (-15 -1552 (|#1| |#1| |#2|)) (-15 -2794 (|#1| |#1| (-1253 (-576)))) (-15 -1613 (|#1| |#1| |#2|)) (-15 -1613 (|#1| (-656 |#1|))) (-15 -3753 (|#2| |#1| (-1253 (-576)) |#2|)) (-15 -3753 (|#2| |#1| "last" |#2|)) (-15 -3753 (|#1| |#1| "rest" |#1|)) (-15 -3753 (|#2| |#1| "first" |#2|)) (-15 -3906 (|#1| |#1| |#2|)) (-15 -3906 (|#1| |#1| |#1|)) (-15 -2794 (|#2| |#1| "last")) (-15 -2794 (|#1| |#1| "rest")) (-15 -3578 (|#1| |#1| (-783))) (-15 -2794 (|#2| |#1| "first")) (-15 -3578 (|#2| |#1|)) (-15 -1613 (|#1| |#2| |#1|)) (-15 -1613 (|#1| |#1| |#1|)) (-15 -3753 (|#2| |#1| "value" |#2|)) (-15 -2794 (|#2| |#1| "value")) (-15 -4320 (|#1| (-1 |#2| |#2|) |#1|))) (-1168 |#2|) (-1236)) (T -1167))
-NIL
-(-10 -8 (-15 -3565 ((-112) |#1|)) (-15 -2743 ((-112) |#1|)) (-15 -3753 (|#2| |#1| (-576) |#2|)) (-15 -2794 (|#2| |#1| (-576) |#2|)) (-15 -2794 (|#2| |#1| (-576))) (-15 -1552 (|#1| |#1| |#2|)) (-15 -2794 (|#1| |#1| (-1253 (-576)))) (-15 -1613 (|#1| |#1| |#2|)) (-15 -1613 (|#1| (-656 |#1|))) (-15 -3753 (|#2| |#1| (-1253 (-576)) |#2|)) (-15 -3753 (|#2| |#1| "last" |#2|)) (-15 -3753 (|#1| |#1| "rest" |#1|)) (-15 -3753 (|#2| |#1| "first" |#2|)) (-15 -3906 (|#1| |#1| |#2|)) (-15 -3906 (|#1| |#1| |#1|)) (-15 -2794 (|#2| |#1| "last")) (-15 -2794 (|#1| |#1| "rest")) (-15 -3578 (|#1| |#1| (-783))) (-15 -2794 (|#2| |#1| "first")) (-15 -3578 (|#2| |#1|)) (-15 -1613 (|#1| |#2| |#1|)) (-15 -1613 (|#1| |#1| |#1|)) (-15 -3753 (|#2| |#1| "value" |#2|)) (-15 -2794 (|#2| |#1| "value")) (-15 -4320 (|#1| (-1 |#2| |#2|) |#1|)))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3103 ((|#1| $) 49)) (-2896 ((|#1| $) 66)) (-4422 (($ $) 68)) (-2617 (((-1291) $ (-576) (-576)) 99 (|has| $ (-6 -4463)))) (-1986 (($ $ (-576)) 53 (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) 8)) (-1762 ((|#1| $ |#1|) 40 (|has| $ (-6 -4463)))) (-2965 (($ $ $) 57 (|has| $ (-6 -4463)))) (-2231 ((|#1| $ |#1|) 55 (|has| $ (-6 -4463)))) (-2814 ((|#1| $ |#1|) 59 (|has| $ (-6 -4463)))) (-3753 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4463))) ((|#1| $ "first" |#1|) 58 (|has| $ (-6 -4463))) (($ $ "rest" $) 56 (|has| $ (-6 -4463))) ((|#1| $ "last" |#1|) 54 (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) 119 (|has| $ (-6 -4463))) ((|#1| $ (-576) |#1|) 88 (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) 42 (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) |#1|) $) 104 (|has| $ (-6 -4462)))) (-2881 ((|#1| $) 67)) (-2135 (($) 7 T CONST)) (-3590 (($ $) 74) (($ $ (-783)) 72)) (-1640 (($ $) 101 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3942 (($ (-1 (-112) |#1|) $) 105 (|has| $ (-6 -4462))) (($ |#1| $) 102 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $) 107 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 106 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 103 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4330 ((|#1| $ (-576) |#1|) 87 (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) 89)) (-3565 (((-112) $) 85)) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) 51)) (-2679 (((-112) $ $) 43 (|has| |#1| (-1119)))) (-4138 (($ (-783) |#1|) 111)) (-2476 (((-112) $ (-783)) 9)) (-3280 (((-576) $) 97 (|has| (-576) (-862)))) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3767 (((-576) $) 96 (|has| (-576) (-862)))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 114)) (-2460 (((-112) $ (-783)) 10)) (-2348 (((-656 |#1|) $) 46)) (-2326 (((-112) $) 50)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-3966 ((|#1| $) 71) (($ $ (-783)) 69)) (-2171 (($ $ $ (-576)) 118) (($ |#1| $ (-576)) 117)) (-1742 (((-656 (-576)) $) 94)) (-2406 (((-112) (-576) $) 93)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-3578 ((|#1| $) 77) (($ $ (-783)) 75)) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 108)) (-1552 (($ $ |#1|) 98 (|has| $ (-6 -4463)))) (-2743 (((-112) $) 86)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4408 (((-112) |#1| $) 95 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) 92)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#1| $ "value") 48) ((|#1| $ "first") 76) (($ $ "rest") 73) ((|#1| $ "last") 70) (($ $ (-1253 (-576))) 110) ((|#1| $ (-576)) 91) ((|#1| $ (-576) |#1|) 90)) (-3273 (((-576) $ $) 45)) (-3463 (($ $ (-1253 (-576))) 116) (($ $ (-576)) 115)) (-2635 (((-112) $) 47)) (-2009 (($ $) 63)) (-1611 (($ $) 60 (|has| $ (-6 -4463)))) (-1795 (((-783) $) 64)) (-2039 (($ $) 65)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-4169 (((-548) $) 100 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 109)) (-3906 (($ $ $) 62 (|has| $ (-6 -4463))) (($ $ |#1|) 61 (|has| $ (-6 -4463)))) (-1613 (($ $ $) 79) (($ |#1| $) 78) (($ (-656 $)) 113) (($ $ |#1|) 112)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) 52)) (-1434 (((-112) $ $) 44 (|has| |#1| (-1119)))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-1168 |#1|) (-141) (-1236)) (T -1168))
-((-2743 (*1 *2 *1) (-12 (-4 *1 (-1168 *3)) (-4 *3 (-1236)) (-5 *2 (-112)))) (-3565 (*1 *2 *1) (-12 (-4 *1 (-1168 *3)) (-4 *3 (-1236)) (-5 *2 (-112)))))
-(-13 (-1274 |t#1|) (-663 |t#1|) (-10 -8 (-15 -2743 ((-112) $)) (-15 -3565 ((-112) $))))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1253 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-663 |#1|) . T) ((-1029 |#1|) . T) ((-1119) |has| |#1| (-1119)) ((-1236) . T) ((-1274 |#1|) . T))
-((-3486 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)) (|has| |#2| (-102))))) (-4125 (($) NIL) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-2617 (((-1291) $ |#1| |#1|) NIL (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 ((|#2| $ |#1| |#2|) NIL)) (-4394 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-2192 (((-3 |#2| "failed") |#1| $) NIL)) (-2135 (($) NIL T CONST)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-3516 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-3 |#2| "failed") |#1| $) NIL)) (-3942 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-3683 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (|has| $ (-6 -4462))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-4330 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#2| $ |#1|) NIL)) (-3963 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) NIL)) (-3280 ((|#1| $) NIL (|has| |#1| (-862)))) (-3452 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-3767 ((|#1| $) NIL (|has| |#1| (-862)))) (-4320 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4463))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-3200 (((-656 |#1|) $) NIL)) (-2848 (((-112) |#1| $) NIL)) (-4219 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-2767 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-1742 (((-656 |#1|) $) NIL)) (-2406 (((-112) |#1| $) NIL)) (-1448 (((-1139) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-3578 ((|#2| $) NIL (|has| |#1| (-862)))) (-2295 (((-3 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) "failed") (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL)) (-1552 (($ $ |#2|) NIL (|has| $ (-6 -4463)))) (-4436 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-3626 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-4278 (((-656 |#2|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2089 (($) NIL) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-1458 (((-783) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-783) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119)))) (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-626 (-548))))) (-3579 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-3567 (((-874) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-625 (-874))) (|has| |#2| (-625 (-874)))))) (-1540 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-2847 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-2306 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)) (|has| |#2| (-102))))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-1169 |#1| |#2| |#3|) (-1212 |#1| |#2|) (-1119) (-1119) |#2|) (T -1169))
-NIL
-(-1212 |#1| |#2|)
-((-3486 (((-112) $ $) NIL)) (-3975 (((-703 (-1154)) $) 27)) (-1614 (((-1154) $) 15)) (-2586 (((-1154) $) 17)) (-3881 (((-1177) $) NIL)) (-3267 (((-518) $) 13)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 37) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1170) (-13 (-1102) (-10 -8 (-15 -3267 ((-518) $)) (-15 -2586 ((-1154) $)) (-15 -3975 ((-703 (-1154)) $)) (-15 -1614 ((-1154) $))))) (T -1170))
-((-3267 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-1170)))) (-2586 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1170)))) (-3975 (*1 *2 *1) (-12 (-5 *2 (-703 (-1154))) (-5 *1 (-1170)))) (-1614 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1170)))))
-(-13 (-1102) (-10 -8 (-15 -3267 ((-518) $)) (-15 -2586 ((-1154) $)) (-15 -3975 ((-703 (-1154)) $)) (-15 -1614 ((-1154) $))))
-((-3486 (((-112) $ $) 6)) (-2162 (((-3 $ "failed") $) 14)) (-3881 (((-1177) $) 10)) (-3537 (($) 15 T CONST)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2921 (((-112) $ $) 7)))
-(((-1171) (-141)) (T -1171))
-((-3537 (*1 *1) (-4 *1 (-1171))) (-2162 (*1 *1 *1) (|partial| -4 *1 (-1171))))
-(-13 (-1119) (-10 -8 (-15 -3537 ($) -1478) (-15 -2162 ((-3 $ "failed") $))))
-(((-102) . T) ((-625 (-874)) . T) ((-1119) . T) ((-1236) . T))
-((-2747 (((-1176 |#1|) (-1176 |#1|)) 17)) (-3707 (((-1176 |#1|) (-1176 |#1|)) 13)) (-3031 (((-1176 |#1|) (-1176 |#1|) (-576) (-576)) 20)) (-2598 (((-1176 |#1|) (-1176 |#1|)) 15)))
-(((-1172 |#1|) (-10 -7 (-15 -3707 ((-1176 |#1|) (-1176 |#1|))) (-15 -2598 ((-1176 |#1|) (-1176 |#1|))) (-15 -2747 ((-1176 |#1|) (-1176 |#1|))) (-15 -3031 ((-1176 |#1|) (-1176 |#1|) (-576) (-576)))) (-13 (-568) (-148))) (T -1172))
-((-3031 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1176 *4)) (-5 *3 (-576)) (-4 *4 (-13 (-568) (-148))) (-5 *1 (-1172 *4)))) (-2747 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-13 (-568) (-148))) (-5 *1 (-1172 *3)))) (-2598 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-13 (-568) (-148))) (-5 *1 (-1172 *3)))) (-3707 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-13 (-568) (-148))) (-5 *1 (-1172 *3)))))
-(-10 -7 (-15 -3707 ((-1176 |#1|) (-1176 |#1|))) (-15 -2598 ((-1176 |#1|) (-1176 |#1|))) (-15 -2747 ((-1176 |#1|) (-1176 |#1|))) (-15 -3031 ((-1176 |#1|) (-1176 |#1|) (-576) (-576))))
-((-1613 (((-1176 |#1|) (-1176 (-1176 |#1|))) 15)))
-(((-1173 |#1|) (-10 -7 (-15 -1613 ((-1176 |#1|) (-1176 (-1176 |#1|))))) (-1236)) (T -1173))
-((-1613 (*1 *2 *3) (-12 (-5 *3 (-1176 (-1176 *4))) (-5 *2 (-1176 *4)) (-5 *1 (-1173 *4)) (-4 *4 (-1236)))))
-(-10 -7 (-15 -1613 ((-1176 |#1|) (-1176 (-1176 |#1|)))))
-((-2456 (((-1176 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1176 |#1|)) 25)) (-3683 ((|#2| |#2| (-1 |#2| |#1| |#2|) (-1176 |#1|)) 26)) (-4114 (((-1176 |#2|) (-1 |#2| |#1|) (-1176 |#1|)) 16)))
-(((-1174 |#1| |#2|) (-10 -7 (-15 -4114 ((-1176 |#2|) (-1 |#2| |#1|) (-1176 |#1|))) (-15 -2456 ((-1176 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1176 |#1|))) (-15 -3683 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1176 |#1|)))) (-1236) (-1236)) (T -1174))
-((-3683 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1176 *5)) (-4 *5 (-1236)) (-4 *2 (-1236)) (-5 *1 (-1174 *5 *2)))) (-2456 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1176 *6)) (-4 *6 (-1236)) (-4 *3 (-1236)) (-5 *2 (-1176 *3)) (-5 *1 (-1174 *6 *3)))) (-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1176 *5)) (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-1176 *6)) (-5 *1 (-1174 *5 *6)))))
-(-10 -7 (-15 -4114 ((-1176 |#2|) (-1 |#2| |#1|) (-1176 |#1|))) (-15 -2456 ((-1176 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1176 |#1|))) (-15 -3683 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1176 |#1|))))
-((-4114 (((-1176 |#3|) (-1 |#3| |#1| |#2|) (-1176 |#1|) (-1176 |#2|)) 21)))
-(((-1175 |#1| |#2| |#3|) (-10 -7 (-15 -4114 ((-1176 |#3|) (-1 |#3| |#1| |#2|) (-1176 |#1|) (-1176 |#2|)))) (-1236) (-1236) (-1236)) (T -1175))
-((-4114 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1176 *6)) (-5 *5 (-1176 *7)) (-4 *6 (-1236)) (-4 *7 (-1236)) (-4 *8 (-1236)) (-5 *2 (-1176 *8)) (-5 *1 (-1175 *6 *7 *8)))))
-(-10 -7 (-15 -4114 ((-1176 |#3|) (-1 |#3| |#1| |#2|) (-1176 |#1|) (-1176 |#2|))))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3103 ((|#1| $) NIL)) (-2896 ((|#1| $) NIL)) (-4422 (($ $) 67)) (-2617 (((-1291) $ (-576) (-576)) 99 (|has| $ (-6 -4463)))) (-1986 (($ $ (-576)) 128 (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) NIL)) (-3823 (((-874) $) 56 (|has| |#1| (-1119)))) (-2355 (((-112)) 55 (|has| |#1| (-1119)))) (-1762 ((|#1| $ |#1|) NIL (|has| $ (-6 -4463)))) (-2965 (($ $ $) 115 (|has| $ (-6 -4463))) (($ $ (-576) $) 141)) (-2231 ((|#1| $ |#1|) 125 (|has| $ (-6 -4463)))) (-2814 ((|#1| $ |#1|) 120 (|has| $ (-6 -4463)))) (-3753 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4463))) ((|#1| $ "first" |#1|) 122 (|has| $ (-6 -4463))) (($ $ "rest" $) 124 (|has| $ (-6 -4463))) ((|#1| $ "last" |#1|) 127 (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) 112 (|has| $ (-6 -4463))) ((|#1| $ (-576) |#1|) 77 (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) NIL (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) |#1|) $) 80)) (-2881 ((|#1| $) NIL)) (-2135 (($) NIL T CONST)) (-1368 (($ $) 14)) (-3590 (($ $) 40) (($ $ (-783)) 111)) (-3332 (((-112) (-656 |#1|) $) 134 (|has| |#1| (-1119)))) (-2478 (($ (-656 |#1|)) 130)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3942 (($ |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) (($ (-1 (-112) |#1|) $) 79)) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4330 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) NIL)) (-3565 (((-112) $) NIL)) (-3963 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-2746 (((-1291) (-576) $) 140 (|has| |#1| (-1119)))) (-1911 (((-783) $) 137)) (-4099 (((-656 $) $) NIL)) (-2679 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-4138 (($ (-783) |#1|) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) NIL (|has| (-576) (-862)))) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-4320 (($ (-1 |#1| |#1|) $) 95 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 85) (($ (-1 |#1| |#1| |#1|) $ $) 89)) (-2460 (((-112) $ (-783)) NIL)) (-2348 (((-656 |#1|) $) NIL)) (-2326 (((-112) $) NIL)) (-4168 (($ $) 113)) (-3902 (((-112) $) 13)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-3966 ((|#1| $) NIL) (($ $ (-783)) NIL)) (-2171 (($ $ $ (-576)) NIL) (($ |#1| $ (-576)) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) 96)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-4351 (($ (-1 |#1|)) 143) (($ (-1 |#1| |#1|) |#1|) 144)) (-2341 ((|#1| $) 10)) (-3578 ((|#1| $) 39) (($ $ (-783)) 65)) (-4333 (((-2 (|:| |cycle?| (-112)) (|:| -4001 (-783)) (|:| |period| (-783))) (-783) $) 34)) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1947 (($ (-1 (-112) |#1|) $) 145)) (-1959 (($ (-1 (-112) |#1|) $) 146)) (-1552 (($ $ |#1|) 90 (|has| $ (-6 -4463)))) (-3905 (($ $ (-576)) 45)) (-2743 (((-112) $) 94)) (-3771 (((-112) $) 12)) (-3291 (((-112) $) 136)) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 30)) (-4408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) NIL)) (-4205 (((-112) $) 20)) (-1854 (($) 60)) (-2794 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1253 (-576))) NIL) ((|#1| $ (-576)) 75) ((|#1| $ (-576) |#1|) NIL)) (-3273 (((-576) $ $) 64)) (-3463 (($ $ (-1253 (-576))) NIL) (($ $ (-576)) NIL)) (-2528 (($ (-1 $)) 63)) (-2635 (((-112) $) 91)) (-2009 (($ $) 92)) (-1611 (($ $) 116 (|has| $ (-6 -4463)))) (-1795 (((-783) $) NIL)) (-2039 (($ $) NIL)) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) 59)) (-4169 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 73)) (-2837 (($ |#1| $) 114)) (-3906 (($ $ $) 118 (|has| $ (-6 -4463))) (($ $ |#1|) 119 (|has| $ (-6 -4463)))) (-1613 (($ $ $) 101) (($ |#1| $) 61) (($ (-656 $)) 106) (($ $ |#1|) 100)) (-3746 (($ $) 66)) (-3567 (($ (-656 |#1|)) 129) (((-874) $) 57 (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) NIL)) (-1434 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 132 (|has| |#1| (-102)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-1176 |#1|) (-13 (-686 |#1|) (-628 (-656 |#1|)) (-10 -8 (-6 -4463) (-15 -2478 ($ (-656 |#1|))) (IF (|has| |#1| (-1119)) (-15 -3332 ((-112) (-656 |#1|) $)) |%noBranch|) (-15 -4333 ((-2 (|:| |cycle?| (-112)) (|:| -4001 (-783)) (|:| |period| (-783))) (-783) $)) (-15 -2528 ($ (-1 $))) (-15 -2837 ($ |#1| $)) (IF (|has| |#1| (-1119)) (PROGN (-15 -2746 ((-1291) (-576) $)) (-15 -3823 ((-874) $)) (-15 -2355 ((-112)))) |%noBranch|) (-15 -2965 ($ $ (-576) $)) (-15 -4351 ($ (-1 |#1|))) (-15 -4351 ($ (-1 |#1| |#1|) |#1|)) (-15 -1947 ($ (-1 (-112) |#1|) $)) (-15 -1959 ($ (-1 (-112) |#1|) $)))) (-1236)) (T -1176))
-((-2478 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-5 *1 (-1176 *3)))) (-3332 (*1 *2 *3 *1) (-12 (-5 *3 (-656 *4)) (-4 *4 (-1119)) (-4 *4 (-1236)) (-5 *2 (-112)) (-5 *1 (-1176 *4)))) (-4333 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |cycle?| (-112)) (|:| -4001 (-783)) (|:| |period| (-783)))) (-5 *1 (-1176 *4)) (-4 *4 (-1236)) (-5 *3 (-783)))) (-2528 (*1 *1 *2) (-12 (-5 *2 (-1 (-1176 *3))) (-5 *1 (-1176 *3)) (-4 *3 (-1236)))) (-2837 (*1 *1 *2 *1) (-12 (-5 *1 (-1176 *2)) (-4 *2 (-1236)))) (-2746 (*1 *2 *3 *1) (-12 (-5 *3 (-576)) (-5 *2 (-1291)) (-5 *1 (-1176 *4)) (-4 *4 (-1119)) (-4 *4 (-1236)))) (-3823 (*1 *2 *1) (-12 (-5 *2 (-874)) (-5 *1 (-1176 *3)) (-4 *3 (-1119)) (-4 *3 (-1236)))) (-2355 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1176 *3)) (-4 *3 (-1119)) (-4 *3 (-1236)))) (-2965 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1176 *3)) (-4 *3 (-1236)))) (-4351 (*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1236)) (-5 *1 (-1176 *3)))) (-4351 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1236)) (-5 *1 (-1176 *3)))) (-1947 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1236)) (-5 *1 (-1176 *3)))) (-1959 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1236)) (-5 *1 (-1176 *3)))))
-(-13 (-686 |#1|) (-628 (-656 |#1|)) (-10 -8 (-6 -4463) (-15 -2478 ($ (-656 |#1|))) (IF (|has| |#1| (-1119)) (-15 -3332 ((-112) (-656 |#1|) $)) |%noBranch|) (-15 -4333 ((-2 (|:| |cycle?| (-112)) (|:| -4001 (-783)) (|:| |period| (-783))) (-783) $)) (-15 -2528 ($ (-1 $))) (-15 -2837 ($ |#1| $)) (IF (|has| |#1| (-1119)) (PROGN (-15 -2746 ((-1291) (-576) $)) (-15 -3823 ((-874) $)) (-15 -2355 ((-112)))) |%noBranch|) (-15 -2965 ($ $ (-576) $)) (-15 -4351 ($ (-1 |#1|))) (-15 -4351 ($ (-1 |#1| |#1|) |#1|)) (-15 -1947 ($ (-1 (-112) |#1|) $)) (-15 -1959 ($ (-1 (-112) |#1|) $))))
-((-3486 (((-112) $ $) NIL (|has| (-145) (-102)))) (-4100 (($ $) NIL)) (-1374 (($ $) NIL)) (-4339 (($ $ (-145)) NIL) (($ $ (-142)) NIL)) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-2136 (((-112) $ $) NIL)) (-2113 (((-112) $ $ (-576)) NIL)) (-1327 (($ (-576)) 8) (($ (-227)) 10)) (-3900 (((-656 $) $ (-145)) NIL) (((-656 $) $ (-142)) NIL)) (-4372 (((-112) (-1 (-112) (-145) (-145)) $) NIL) (((-112) $) NIL (|has| (-145) (-862)))) (-4082 (($ (-1 (-112) (-145) (-145)) $) NIL (|has| $ (-6 -4463))) (($ $) NIL (-12 (|has| $ (-6 -4463)) (|has| (-145) (-862))))) (-1793 (($ (-1 (-112) (-145) (-145)) $) NIL) (($ $) NIL (|has| (-145) (-862)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 (((-145) $ (-576) (-145)) NIL (|has| $ (-6 -4463))) (((-145) $ (-1253 (-576)) (-145)) NIL (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-2633 (($ $ (-145)) NIL) (($ $ (-142)) NIL)) (-1752 (($ $) NIL (|has| $ (-6 -4463)))) (-3833 (($ $) NIL)) (-2510 (($ $ (-1253 (-576)) $) NIL)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119))))) (-3942 (($ (-145) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119)))) (($ (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4462)))) (-3683 (((-145) (-1 (-145) (-145) (-145)) $ (-145) (-145)) NIL (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119)))) (((-145) (-1 (-145) (-145) (-145)) $ (-145)) NIL (|has| $ (-6 -4462))) (((-145) (-1 (-145) (-145) (-145)) $) NIL (|has| $ (-6 -4462)))) (-4330 (((-145) $ (-576) (-145)) NIL (|has| $ (-6 -4463)))) (-4271 (((-145) $ (-576)) NIL)) (-2161 (((-112) $ $) NIL)) (-3658 (((-576) (-1 (-112) (-145)) $) NIL) (((-576) (-145) $) NIL (|has| (-145) (-1119))) (((-576) (-145) $ (-576)) NIL (|has| (-145) (-1119))) (((-576) $ $ (-576)) NIL) (((-576) (-142) $ (-576)) NIL)) (-3963 (((-656 (-145)) $) NIL (|has| $ (-6 -4462)))) (-4138 (($ (-783) (-145)) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) NIL (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| (-145) (-862)))) (-1872 (($ (-1 (-112) (-145) (-145)) $ $) NIL) (($ $ $) NIL (|has| (-145) (-862)))) (-3452 (((-656 (-145)) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-145) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119))))) (-3767 (((-576) $) NIL (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| (-145) (-862)))) (-1914 (((-112) $ $ (-145)) NIL)) (-1356 (((-783) $ $ (-145)) NIL)) (-4320 (($ (-1 (-145) (-145)) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-145) (-145)) $) NIL) (($ (-1 (-145) (-145) (-145)) $ $) NIL)) (-2054 (($ $) NIL)) (-2662 (($ $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-2643 (($ $ (-145)) NIL) (($ $ (-142)) NIL)) (-3881 (((-1177) $) NIL (|has| (-145) (-1119)))) (-2171 (($ (-145) $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-1448 (((-1139) $) NIL (|has| (-145) (-1119)))) (-3578 (((-145) $) NIL (|has| (-576) (-862)))) (-2295 (((-3 (-145) "failed") (-1 (-112) (-145)) $) NIL)) (-1552 (($ $ (-145)) NIL (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-145)))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119)))) (($ $ (-304 (-145))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119)))) (($ $ (-145) (-145)) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119)))) (($ $ (-656 (-145)) (-656 (-145))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) (-145) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119))))) (-4278 (((-656 (-145)) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 (((-145) $ (-576) (-145)) NIL) (((-145) $ (-576)) NIL) (($ $ (-1253 (-576))) NIL) (($ $ $) NIL)) (-3463 (($ $ (-576)) NIL) (($ $ (-1253 (-576))) NIL)) (-1458 (((-783) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4462))) (((-783) (-145) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-145) (-1119))))) (-1497 (($ $ $ (-576)) NIL (|has| $ (-6 -4463)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| (-145) (-626 (-548))))) (-3579 (($ (-656 (-145))) NIL)) (-1613 (($ $ (-145)) NIL) (($ (-145) $) NIL) (($ $ $) NIL) (($ (-656 $)) NIL)) (-3567 (($ (-145)) NIL) (((-874) $) NIL (|has| (-145) (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| (-145) (-1119)))) (-2306 (((-112) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4462)))) (-4359 (((-1177) $) 21) (((-1177) $ (-112)) 23) (((-1291) (-834) $) 24) (((-1291) (-834) $ (-112)) 25)) (-2989 (((-112) $ $) NIL (|has| (-145) (-862)))) (-2960 (((-112) $ $) NIL (|has| (-145) (-862)))) (-2921 (((-112) $ $) NIL (|has| (-145) (-102)))) (-2975 (((-112) $ $) NIL (|has| (-145) (-862)))) (-2946 (((-112) $ $) NIL (|has| (-145) (-862)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-1177) (-13 (-1163) (-840) (-10 -8 (-15 -1327 ($ (-576))) (-15 -1327 ($ (-227)))))) (T -1177))
-((-1327 (*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1177)))) (-1327 (*1 *1 *2) (-12 (-5 *2 (-227)) (-5 *1 (-1177)))))
-(-13 (-1163) (-840) (-10 -8 (-15 -1327 ($ (-576))) (-15 -1327 ($ (-227)))))
-((-3486 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-102)) (|has| |#1| (-102))))) (-4125 (($) NIL) (($ (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) NIL)) (-2617 (((-1291) $ (-1177) (-1177)) NIL (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 ((|#1| $ (-1177) |#1|) NIL)) (-4394 (($ (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462)))) (-2192 (((-3 |#1| "failed") (-1177) $) NIL)) (-2135 (($) NIL T CONST)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119))))) (-3516 (($ (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) $) NIL (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462))) (((-3 |#1| "failed") (-1177) $) NIL)) (-3942 (($ (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119)))) (($ (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462)))) (-3683 (((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $ (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119)))) (((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $ (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) NIL (|has| $ (-6 -4462))) (((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462)))) (-4330 ((|#1| $ (-1177) |#1|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-1177)) NIL)) (-3963 (((-656 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462))) (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-1177) $) NIL (|has| (-1177) (-862)))) (-3452 (((-656 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462))) (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119)))) (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3767 (((-1177) $) NIL (|has| (-1177) (-862)))) (-4320 (($ (-1 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4463))) (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (-2755 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119)) (|has| |#1| (-1119))))) (-3200 (((-656 (-1177)) $) NIL)) (-2848 (((-112) (-1177) $) NIL)) (-4219 (((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) $) NIL)) (-2767 (($ (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) $) NIL)) (-1742 (((-656 (-1177)) $) NIL)) (-2406 (((-112) (-1177) $) NIL)) (-1448 (((-1139) $) NIL (-2755 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119)) (|has| |#1| (-1119))))) (-3578 ((|#1| $) NIL (|has| (-1177) (-862)))) (-2295 (((-3 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) "failed") (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL)) (-1552 (($ $ |#1|) NIL (|has| $ (-6 -4463)))) (-4436 (((-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) $) NIL)) (-3626 (((-112) (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))))) NIL (-12 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119)))) (($ $ (-304 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) NIL (-12 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119)))) (($ $ (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) NIL (-12 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119)))) (($ $ (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) NIL (-12 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-319 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#1| $ (-1177)) NIL) ((|#1| $ (-1177) |#1|) NIL)) (-2089 (($) NIL) (($ (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) NIL)) (-1458 (((-783) (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462))) (((-783) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119)))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-626 (-548))))) (-3579 (($ (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) NIL)) (-3567 (((-874) $) NIL (-2755 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-625 (-874))) (|has| |#1| (-625 (-874)))))) (-1540 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-1119)) (|has| |#1| (-1119))))) (-2847 (($ (-656 (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)))) NIL)) (-2306 (((-112) (-1 (-112) (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 (-1177)) (|:| -4437 |#1|)) (-102)) (|has| |#1| (-102))))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-1178 |#1|) (-13 (-1212 (-1177) |#1|) (-10 -7 (-6 -4462))) (-1119)) (T -1178))
-NIL
-(-13 (-1212 (-1177) |#1|) (-10 -7 (-6 -4462)))
-((-4305 (((-1176 |#1|) (-1176 |#1|)) 83)) (-2251 (((-3 (-1176 |#1|) "failed") (-1176 |#1|)) 39)) (-2428 (((-1176 |#1|) (-419 (-576)) (-1176 |#1|)) 133 (|has| |#1| (-38 (-419 (-576)))))) (-3329 (((-1176 |#1|) |#1| (-1176 |#1|)) 139 (|has| |#1| (-374)))) (-2871 (((-1176 |#1|) (-1176 |#1|)) 97)) (-3784 (((-1176 (-576)) (-576)) 63)) (-1704 (((-1176 |#1|) (-1176 (-1176 |#1|))) 116 (|has| |#1| (-38 (-419 (-576)))))) (-4184 (((-1176 |#1|) (-576) (-576) (-1176 |#1|)) 102)) (-3682 (((-1176 |#1|) |#1| (-576)) 51)) (-3051 (((-1176 |#1|) (-1176 |#1|) (-1176 |#1|)) 66)) (-2222 (((-1176 |#1|) (-1176 |#1|) (-1176 |#1|)) 136 (|has| |#1| (-374)))) (-4057 (((-1176 |#1|) |#1| (-1 (-1176 |#1|))) 115 (|has| |#1| (-38 (-419 (-576)))))) (-3216 (((-1176 |#1|) (-1 |#1| (-576)) |#1| (-1 (-1176 |#1|))) 137 (|has| |#1| (-374)))) (-1725 (((-1176 |#1|) (-1176 |#1|)) 96)) (-3189 (((-1176 |#1|) (-1176 |#1|)) 82)) (-2976 (((-1176 |#1|) (-576) (-576) (-1176 |#1|)) 103)) (-2092 (((-1176 |#1|) |#1| (-1176 |#1|)) 112 (|has| |#1| (-38 (-419 (-576)))))) (-4046 (((-1176 (-576)) (-576)) 62)) (-3892 (((-1176 |#1|) |#1|) 65)) (-3424 (((-1176 |#1|) (-1176 |#1|) (-576) (-576)) 99)) (-3245 (((-1176 |#1|) (-1 |#1| (-576)) (-1176 |#1|)) 72)) (-3473 (((-3 (-1176 |#1|) "failed") (-1176 |#1|) (-1176 |#1|)) 37)) (-3800 (((-1176 |#1|) (-1176 |#1|)) 98)) (-3281 (((-1176 |#1|) (-1176 |#1|) |#1|) 77)) (-1567 (((-1176 |#1|) (-1176 |#1|)) 68)) (-3021 (((-1176 |#1|) (-1176 |#1|) (-1176 |#1|)) 78)) (-3567 (((-1176 |#1|) |#1|) 73)) (-1532 (((-1176 |#1|) (-1176 (-1176 |#1|))) 88)) (-3054 (((-1176 |#1|) (-1176 |#1|) (-1176 |#1|)) 38)) (-3041 (((-1176 |#1|) (-1176 |#1|)) 21) (((-1176 |#1|) (-1176 |#1|) (-1176 |#1|)) 23)) (-3027 (((-1176 |#1|) (-1176 |#1|) (-1176 |#1|)) 17)) (* (((-1176 |#1|) (-1176 |#1|) |#1|) 29) (((-1176 |#1|) |#1| (-1176 |#1|)) 26) (((-1176 |#1|) (-1176 |#1|) (-1176 |#1|)) 27)))
-(((-1179 |#1|) (-10 -7 (-15 -3027 ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -3041 ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -3041 ((-1176 |#1|) (-1176 |#1|))) (-15 * ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 * ((-1176 |#1|) |#1| (-1176 |#1|))) (-15 * ((-1176 |#1|) (-1176 |#1|) |#1|)) (-15 -3473 ((-3 (-1176 |#1|) "failed") (-1176 |#1|) (-1176 |#1|))) (-15 -3054 ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -2251 ((-3 (-1176 |#1|) "failed") (-1176 |#1|))) (-15 -3682 ((-1176 |#1|) |#1| (-576))) (-15 -4046 ((-1176 (-576)) (-576))) (-15 -3784 ((-1176 (-576)) (-576))) (-15 -3892 ((-1176 |#1|) |#1|)) (-15 -3051 ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -1567 ((-1176 |#1|) (-1176 |#1|))) (-15 -3245 ((-1176 |#1|) (-1 |#1| (-576)) (-1176 |#1|))) (-15 -3567 ((-1176 |#1|) |#1|)) (-15 -3281 ((-1176 |#1|) (-1176 |#1|) |#1|)) (-15 -3021 ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -3189 ((-1176 |#1|) (-1176 |#1|))) (-15 -4305 ((-1176 |#1|) (-1176 |#1|))) (-15 -1532 ((-1176 |#1|) (-1176 (-1176 |#1|)))) (-15 -1725 ((-1176 |#1|) (-1176 |#1|))) (-15 -2871 ((-1176 |#1|) (-1176 |#1|))) (-15 -3800 ((-1176 |#1|) (-1176 |#1|))) (-15 -3424 ((-1176 |#1|) (-1176 |#1|) (-576) (-576))) (-15 -4184 ((-1176 |#1|) (-576) (-576) (-1176 |#1|))) (-15 -2976 ((-1176 |#1|) (-576) (-576) (-1176 |#1|))) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -2092 ((-1176 |#1|) |#1| (-1176 |#1|))) (-15 -4057 ((-1176 |#1|) |#1| (-1 (-1176 |#1|)))) (-15 -1704 ((-1176 |#1|) (-1176 (-1176 |#1|)))) (-15 -2428 ((-1176 |#1|) (-419 (-576)) (-1176 |#1|)))) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-15 -2222 ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -3216 ((-1176 |#1|) (-1 |#1| (-576)) |#1| (-1 (-1176 |#1|)))) (-15 -3329 ((-1176 |#1|) |#1| (-1176 |#1|)))) |%noBranch|)) (-1068)) (T -1179))
-((-3329 (*1 *2 *3 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-374)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (-3216 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *4 (-576))) (-5 *5 (-1 (-1176 *4))) (-4 *4 (-374)) (-4 *4 (-1068)) (-5 *2 (-1176 *4)) (-5 *1 (-1179 *4)))) (-2222 (*1 *2 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-374)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (-2428 (*1 *2 *3 *2) (-12 (-5 *2 (-1176 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1068)) (-5 *3 (-419 (-576))) (-5 *1 (-1179 *4)))) (-1704 (*1 *2 *3) (-12 (-5 *3 (-1176 (-1176 *4))) (-5 *2 (-1176 *4)) (-5 *1 (-1179 *4)) (-4 *4 (-38 (-419 (-576)))) (-4 *4 (-1068)))) (-4057 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-1176 *3))) (-5 *2 (-1176 *3)) (-5 *1 (-1179 *3)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)))) (-2092 (*1 *2 *3 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (-2976 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1176 *4)) (-5 *3 (-576)) (-4 *4 (-1068)) (-5 *1 (-1179 *4)))) (-4184 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1176 *4)) (-5 *3 (-576)) (-4 *4 (-1068)) (-5 *1 (-1179 *4)))) (-3424 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1176 *4)) (-5 *3 (-576)) (-4 *4 (-1068)) (-5 *1 (-1179 *4)))) (-3800 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (-2871 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (-1725 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (-1532 (*1 *2 *3) (-12 (-5 *3 (-1176 (-1176 *4))) (-5 *2 (-1176 *4)) (-5 *1 (-1179 *4)) (-4 *4 (-1068)))) (-4305 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (-3189 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (-3021 (*1 *2 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (-3281 (*1 *2 *2 *3) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (-3567 (*1 *2 *3) (-12 (-5 *2 (-1176 *3)) (-5 *1 (-1179 *3)) (-4 *3 (-1068)))) (-3245 (*1 *2 *3 *2) (-12 (-5 *2 (-1176 *4)) (-5 *3 (-1 *4 (-576))) (-4 *4 (-1068)) (-5 *1 (-1179 *4)))) (-1567 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (-3051 (*1 *2 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (-3892 (*1 *2 *3) (-12 (-5 *2 (-1176 *3)) (-5 *1 (-1179 *3)) (-4 *3 (-1068)))) (-3784 (*1 *2 *3) (-12 (-5 *2 (-1176 (-576))) (-5 *1 (-1179 *4)) (-4 *4 (-1068)) (-5 *3 (-576)))) (-4046 (*1 *2 *3) (-12 (-5 *2 (-1176 (-576))) (-5 *1 (-1179 *4)) (-4 *4 (-1068)) (-5 *3 (-576)))) (-3682 (*1 *2 *3 *4) (-12 (-5 *4 (-576)) (-5 *2 (-1176 *3)) (-5 *1 (-1179 *3)) (-4 *3 (-1068)))) (-2251 (*1 *2 *2) (|partial| -12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (-3054 (*1 *2 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (-3473 (*1 *2 *2 *2) (|partial| -12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (* (*1 *2 *2 *3) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (-3041 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (-3041 (*1 *2 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))) (-3027 (*1 *2 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))))
-(-10 -7 (-15 -3027 ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -3041 ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -3041 ((-1176 |#1|) (-1176 |#1|))) (-15 * ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 * ((-1176 |#1|) |#1| (-1176 |#1|))) (-15 * ((-1176 |#1|) (-1176 |#1|) |#1|)) (-15 -3473 ((-3 (-1176 |#1|) "failed") (-1176 |#1|) (-1176 |#1|))) (-15 -3054 ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -2251 ((-3 (-1176 |#1|) "failed") (-1176 |#1|))) (-15 -3682 ((-1176 |#1|) |#1| (-576))) (-15 -4046 ((-1176 (-576)) (-576))) (-15 -3784 ((-1176 (-576)) (-576))) (-15 -3892 ((-1176 |#1|) |#1|)) (-15 -3051 ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -1567 ((-1176 |#1|) (-1176 |#1|))) (-15 -3245 ((-1176 |#1|) (-1 |#1| (-576)) (-1176 |#1|))) (-15 -3567 ((-1176 |#1|) |#1|)) (-15 -3281 ((-1176 |#1|) (-1176 |#1|) |#1|)) (-15 -3021 ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -3189 ((-1176 |#1|) (-1176 |#1|))) (-15 -4305 ((-1176 |#1|) (-1176 |#1|))) (-15 -1532 ((-1176 |#1|) (-1176 (-1176 |#1|)))) (-15 -1725 ((-1176 |#1|) (-1176 |#1|))) (-15 -2871 ((-1176 |#1|) (-1176 |#1|))) (-15 -3800 ((-1176 |#1|) (-1176 |#1|))) (-15 -3424 ((-1176 |#1|) (-1176 |#1|) (-576) (-576))) (-15 -4184 ((-1176 |#1|) (-576) (-576) (-1176 |#1|))) (-15 -2976 ((-1176 |#1|) (-576) (-576) (-1176 |#1|))) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -2092 ((-1176 |#1|) |#1| (-1176 |#1|))) (-15 -4057 ((-1176 |#1|) |#1| (-1 (-1176 |#1|)))) (-15 -1704 ((-1176 |#1|) (-1176 (-1176 |#1|)))) (-15 -2428 ((-1176 |#1|) (-419 (-576)) (-1176 |#1|)))) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-15 -2222 ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -3216 ((-1176 |#1|) (-1 |#1| (-576)) |#1| (-1 (-1176 |#1|)))) (-15 -3329 ((-1176 |#1|) |#1| (-1176 |#1|)))) |%noBranch|))
-((-4022 (((-1176 |#1|) (-1176 |#1|)) 60)) (-3898 (((-1176 |#1|) (-1176 |#1|)) 42)) (-4003 (((-1176 |#1|) (-1176 |#1|)) 56)) (-3874 (((-1176 |#1|) (-1176 |#1|)) 38)) (-4047 (((-1176 |#1|) (-1176 |#1|)) 63)) (-3917 (((-1176 |#1|) (-1176 |#1|)) 45)) (-3742 (((-1176 |#1|) (-1176 |#1|)) 34)) (-4101 (((-1176 |#1|) (-1176 |#1|)) 29)) (-4058 (((-1176 |#1|) (-1176 |#1|)) 64)) (-3927 (((-1176 |#1|) (-1176 |#1|)) 46)) (-4034 (((-1176 |#1|) (-1176 |#1|)) 61)) (-3907 (((-1176 |#1|) (-1176 |#1|)) 43)) (-4011 (((-1176 |#1|) (-1176 |#1|)) 58)) (-3886 (((-1176 |#1|) (-1176 |#1|)) 40)) (-2787 (((-1176 |#1|) (-1176 |#1|)) 68)) (-3958 (((-1176 |#1|) (-1176 |#1|)) 50)) (-4068 (((-1176 |#1|) (-1176 |#1|)) 66)) (-3935 (((-1176 |#1|) (-1176 |#1|)) 48)) (-2812 (((-1176 |#1|) (-1176 |#1|)) 71)) (-3980 (((-1176 |#1|) (-1176 |#1|)) 53)) (-4385 (((-1176 |#1|) (-1176 |#1|)) 72)) (-3992 (((-1176 |#1|) (-1176 |#1|)) 54)) (-2800 (((-1176 |#1|) (-1176 |#1|)) 70)) (-3971 (((-1176 |#1|) (-1176 |#1|)) 52)) (-4080 (((-1176 |#1|) (-1176 |#1|)) 69)) (-3948 (((-1176 |#1|) (-1176 |#1|)) 51)) (** (((-1176 |#1|) (-1176 |#1|) (-1176 |#1|)) 36)))
-(((-1180 |#1|) (-10 -7 (-15 -4101 ((-1176 |#1|) (-1176 |#1|))) (-15 -3742 ((-1176 |#1|) (-1176 |#1|))) (-15 ** ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -3874 ((-1176 |#1|) (-1176 |#1|))) (-15 -3886 ((-1176 |#1|) (-1176 |#1|))) (-15 -3898 ((-1176 |#1|) (-1176 |#1|))) (-15 -3907 ((-1176 |#1|) (-1176 |#1|))) (-15 -3917 ((-1176 |#1|) (-1176 |#1|))) (-15 -3927 ((-1176 |#1|) (-1176 |#1|))) (-15 -3935 ((-1176 |#1|) (-1176 |#1|))) (-15 -3948 ((-1176 |#1|) (-1176 |#1|))) (-15 -3958 ((-1176 |#1|) (-1176 |#1|))) (-15 -3971 ((-1176 |#1|) (-1176 |#1|))) (-15 -3980 ((-1176 |#1|) (-1176 |#1|))) (-15 -3992 ((-1176 |#1|) (-1176 |#1|))) (-15 -4003 ((-1176 |#1|) (-1176 |#1|))) (-15 -4011 ((-1176 |#1|) (-1176 |#1|))) (-15 -4022 ((-1176 |#1|) (-1176 |#1|))) (-15 -4034 ((-1176 |#1|) (-1176 |#1|))) (-15 -4047 ((-1176 |#1|) (-1176 |#1|))) (-15 -4058 ((-1176 |#1|) (-1176 |#1|))) (-15 -4068 ((-1176 |#1|) (-1176 |#1|))) (-15 -4080 ((-1176 |#1|) (-1176 |#1|))) (-15 -2787 ((-1176 |#1|) (-1176 |#1|))) (-15 -2800 ((-1176 |#1|) (-1176 |#1|))) (-15 -2812 ((-1176 |#1|) (-1176 |#1|))) (-15 -4385 ((-1176 |#1|) (-1176 |#1|)))) (-38 (-419 (-576)))) (T -1180))
-((-4385 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-2812 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-2800 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-2787 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-4080 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-4068 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-4058 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-4047 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-4034 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-4022 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-4011 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-4003 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-3992 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-3980 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-3971 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-3958 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-3948 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-3935 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-3927 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-3917 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-3907 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-3898 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-3886 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-3874 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-3742 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))) (-4101 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1180 *3)))))
-(-10 -7 (-15 -4101 ((-1176 |#1|) (-1176 |#1|))) (-15 -3742 ((-1176 |#1|) (-1176 |#1|))) (-15 ** ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -3874 ((-1176 |#1|) (-1176 |#1|))) (-15 -3886 ((-1176 |#1|) (-1176 |#1|))) (-15 -3898 ((-1176 |#1|) (-1176 |#1|))) (-15 -3907 ((-1176 |#1|) (-1176 |#1|))) (-15 -3917 ((-1176 |#1|) (-1176 |#1|))) (-15 -3927 ((-1176 |#1|) (-1176 |#1|))) (-15 -3935 ((-1176 |#1|) (-1176 |#1|))) (-15 -3948 ((-1176 |#1|) (-1176 |#1|))) (-15 -3958 ((-1176 |#1|) (-1176 |#1|))) (-15 -3971 ((-1176 |#1|) (-1176 |#1|))) (-15 -3980 ((-1176 |#1|) (-1176 |#1|))) (-15 -3992 ((-1176 |#1|) (-1176 |#1|))) (-15 -4003 ((-1176 |#1|) (-1176 |#1|))) (-15 -4011 ((-1176 |#1|) (-1176 |#1|))) (-15 -4022 ((-1176 |#1|) (-1176 |#1|))) (-15 -4034 ((-1176 |#1|) (-1176 |#1|))) (-15 -4047 ((-1176 |#1|) (-1176 |#1|))) (-15 -4058 ((-1176 |#1|) (-1176 |#1|))) (-15 -4068 ((-1176 |#1|) (-1176 |#1|))) (-15 -4080 ((-1176 |#1|) (-1176 |#1|))) (-15 -2787 ((-1176 |#1|) (-1176 |#1|))) (-15 -2800 ((-1176 |#1|) (-1176 |#1|))) (-15 -2812 ((-1176 |#1|) (-1176 |#1|))) (-15 -4385 ((-1176 |#1|) (-1176 |#1|))))
-((-4022 (((-1176 |#1|) (-1176 |#1|)) 102)) (-3898 (((-1176 |#1|) (-1176 |#1|)) 61)) (-4107 (((-2 (|:| -4003 (-1176 |#1|)) (|:| -4011 (-1176 |#1|))) (-1176 |#1|)) 98)) (-4003 (((-1176 |#1|) (-1176 |#1|)) 99)) (-1750 (((-2 (|:| -3874 (-1176 |#1|)) (|:| -3886 (-1176 |#1|))) (-1176 |#1|)) 54)) (-3874 (((-1176 |#1|) (-1176 |#1|)) 55)) (-4047 (((-1176 |#1|) (-1176 |#1|)) 104)) (-3917 (((-1176 |#1|) (-1176 |#1|)) 68)) (-3742 (((-1176 |#1|) (-1176 |#1|)) 40)) (-4101 (((-1176 |#1|) (-1176 |#1|)) 37)) (-4058 (((-1176 |#1|) (-1176 |#1|)) 105)) (-3927 (((-1176 |#1|) (-1176 |#1|)) 69)) (-4034 (((-1176 |#1|) (-1176 |#1|)) 103)) (-3907 (((-1176 |#1|) (-1176 |#1|)) 64)) (-4011 (((-1176 |#1|) (-1176 |#1|)) 100)) (-3886 (((-1176 |#1|) (-1176 |#1|)) 56)) (-2787 (((-1176 |#1|) (-1176 |#1|)) 113)) (-3958 (((-1176 |#1|) (-1176 |#1|)) 88)) (-4068 (((-1176 |#1|) (-1176 |#1|)) 107)) (-3935 (((-1176 |#1|) (-1176 |#1|)) 84)) (-2812 (((-1176 |#1|) (-1176 |#1|)) 117)) (-3980 (((-1176 |#1|) (-1176 |#1|)) 92)) (-4385 (((-1176 |#1|) (-1176 |#1|)) 119)) (-3992 (((-1176 |#1|) (-1176 |#1|)) 94)) (-2800 (((-1176 |#1|) (-1176 |#1|)) 115)) (-3971 (((-1176 |#1|) (-1176 |#1|)) 90)) (-4080 (((-1176 |#1|) (-1176 |#1|)) 109)) (-3948 (((-1176 |#1|) (-1176 |#1|)) 86)) (** (((-1176 |#1|) (-1176 |#1|) (-1176 |#1|)) 41)))
-(((-1181 |#1|) (-10 -7 (-15 -4101 ((-1176 |#1|) (-1176 |#1|))) (-15 -3742 ((-1176 |#1|) (-1176 |#1|))) (-15 ** ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -1750 ((-2 (|:| -3874 (-1176 |#1|)) (|:| -3886 (-1176 |#1|))) (-1176 |#1|))) (-15 -3874 ((-1176 |#1|) (-1176 |#1|))) (-15 -3886 ((-1176 |#1|) (-1176 |#1|))) (-15 -3898 ((-1176 |#1|) (-1176 |#1|))) (-15 -3907 ((-1176 |#1|) (-1176 |#1|))) (-15 -3917 ((-1176 |#1|) (-1176 |#1|))) (-15 -3927 ((-1176 |#1|) (-1176 |#1|))) (-15 -3935 ((-1176 |#1|) (-1176 |#1|))) (-15 -3948 ((-1176 |#1|) (-1176 |#1|))) (-15 -3958 ((-1176 |#1|) (-1176 |#1|))) (-15 -3971 ((-1176 |#1|) (-1176 |#1|))) (-15 -3980 ((-1176 |#1|) (-1176 |#1|))) (-15 -3992 ((-1176 |#1|) (-1176 |#1|))) (-15 -4107 ((-2 (|:| -4003 (-1176 |#1|)) (|:| -4011 (-1176 |#1|))) (-1176 |#1|))) (-15 -4003 ((-1176 |#1|) (-1176 |#1|))) (-15 -4011 ((-1176 |#1|) (-1176 |#1|))) (-15 -4022 ((-1176 |#1|) (-1176 |#1|))) (-15 -4034 ((-1176 |#1|) (-1176 |#1|))) (-15 -4047 ((-1176 |#1|) (-1176 |#1|))) (-15 -4058 ((-1176 |#1|) (-1176 |#1|))) (-15 -4068 ((-1176 |#1|) (-1176 |#1|))) (-15 -4080 ((-1176 |#1|) (-1176 |#1|))) (-15 -2787 ((-1176 |#1|) (-1176 |#1|))) (-15 -2800 ((-1176 |#1|) (-1176 |#1|))) (-15 -2812 ((-1176 |#1|) (-1176 |#1|))) (-15 -4385 ((-1176 |#1|) (-1176 |#1|)))) (-38 (-419 (-576)))) (T -1181))
-((-4385 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-2812 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-2800 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-2787 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-4080 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-4068 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-4058 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-4047 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-4034 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-4022 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-4011 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-4003 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-4107 (*1 *2 *3) (-12 (-4 *4 (-38 (-419 (-576)))) (-5 *2 (-2 (|:| -4003 (-1176 *4)) (|:| -4011 (-1176 *4)))) (-5 *1 (-1181 *4)) (-5 *3 (-1176 *4)))) (-3992 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-3980 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-3971 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-3958 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-3948 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-3935 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-3927 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-3917 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-3907 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-3898 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-3886 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-3874 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-1750 (*1 *2 *3) (-12 (-4 *4 (-38 (-419 (-576)))) (-5 *2 (-2 (|:| -3874 (-1176 *4)) (|:| -3886 (-1176 *4)))) (-5 *1 (-1181 *4)) (-5 *3 (-1176 *4)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-3742 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))) (-4101 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1181 *3)))))
-(-10 -7 (-15 -4101 ((-1176 |#1|) (-1176 |#1|))) (-15 -3742 ((-1176 |#1|) (-1176 |#1|))) (-15 ** ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -1750 ((-2 (|:| -3874 (-1176 |#1|)) (|:| -3886 (-1176 |#1|))) (-1176 |#1|))) (-15 -3874 ((-1176 |#1|) (-1176 |#1|))) (-15 -3886 ((-1176 |#1|) (-1176 |#1|))) (-15 -3898 ((-1176 |#1|) (-1176 |#1|))) (-15 -3907 ((-1176 |#1|) (-1176 |#1|))) (-15 -3917 ((-1176 |#1|) (-1176 |#1|))) (-15 -3927 ((-1176 |#1|) (-1176 |#1|))) (-15 -3935 ((-1176 |#1|) (-1176 |#1|))) (-15 -3948 ((-1176 |#1|) (-1176 |#1|))) (-15 -3958 ((-1176 |#1|) (-1176 |#1|))) (-15 -3971 ((-1176 |#1|) (-1176 |#1|))) (-15 -3980 ((-1176 |#1|) (-1176 |#1|))) (-15 -3992 ((-1176 |#1|) (-1176 |#1|))) (-15 -4107 ((-2 (|:| -4003 (-1176 |#1|)) (|:| -4011 (-1176 |#1|))) (-1176 |#1|))) (-15 -4003 ((-1176 |#1|) (-1176 |#1|))) (-15 -4011 ((-1176 |#1|) (-1176 |#1|))) (-15 -4022 ((-1176 |#1|) (-1176 |#1|))) (-15 -4034 ((-1176 |#1|) (-1176 |#1|))) (-15 -4047 ((-1176 |#1|) (-1176 |#1|))) (-15 -4058 ((-1176 |#1|) (-1176 |#1|))) (-15 -4068 ((-1176 |#1|) (-1176 |#1|))) (-15 -4080 ((-1176 |#1|) (-1176 |#1|))) (-15 -2787 ((-1176 |#1|) (-1176 |#1|))) (-15 -2800 ((-1176 |#1|) (-1176 |#1|))) (-15 -2812 ((-1176 |#1|) (-1176 |#1|))) (-15 -4385 ((-1176 |#1|) (-1176 |#1|))))
-((-1526 (((-975 |#2|) |#2| |#2|) 50)) (-2619 ((|#2| |#2| |#1|) 19 (|has| |#1| (-317)))))
-(((-1182 |#1| |#2|) (-10 -7 (-15 -1526 ((-975 |#2|) |#2| |#2|)) (IF (|has| |#1| (-317)) (-15 -2619 (|#2| |#2| |#1|)) |%noBranch|)) (-568) (-1262 |#1|)) (T -1182))
-((-2619 (*1 *2 *2 *3) (-12 (-4 *3 (-317)) (-4 *3 (-568)) (-5 *1 (-1182 *3 *2)) (-4 *2 (-1262 *3)))) (-1526 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-975 *3)) (-5 *1 (-1182 *4 *3)) (-4 *3 (-1262 *4)))))
-(-10 -7 (-15 -1526 ((-975 |#2|) |#2| |#2|)) (IF (|has| |#1| (-317)) (-15 -2619 (|#2| |#2| |#1|)) |%noBranch|))
-((-3486 (((-112) $ $) NIL)) (-2290 (($ $ (-656 (-783))) 79)) (-3181 (($) 33)) (-1975 (($ $) 51)) (-4427 (((-656 $) $) 60)) (-2454 (((-112) $) 19)) (-3323 (((-656 (-960 |#2|)) $) 86)) (-3430 (($ $) 80)) (-4015 (((-783) $) 47)) (-4138 (($) 32)) (-3627 (($ $ (-656 (-783)) (-960 |#2|)) 72) (($ $ (-656 (-783)) (-783)) 73) (($ $ (-783) (-960 |#2|)) 75)) (-1872 (($ $ $) 57) (($ (-656 $)) 59)) (-2813 (((-783) $) 87)) (-2326 (((-112) $) 15)) (-3881 (((-1177) $) NIL)) (-2789 (((-112) $) 22)) (-1448 (((-1139) $) NIL)) (-2653 (((-173) $) 85)) (-3475 (((-960 |#2|) $) 81)) (-4162 (((-783) $) 82)) (-4373 (((-112) $) 84)) (-3263 (($ $ (-656 (-783)) (-173)) 78)) (-2296 (($ $) 52)) (-3567 (((-874) $) 99)) (-1812 (($ $ (-656 (-783)) (-112)) 77)) (-3931 (((-656 $) $) 11)) (-2038 (($ $ (-783)) 46)) (-1901 (($ $) 43)) (-1540 (((-112) $ $) NIL)) (-1384 (($ $ $ (-960 |#2|) (-783)) 68)) (-1328 (($ $ (-960 |#2|)) 67)) (-3763 (($ $ (-656 (-783)) (-960 |#2|)) 66) (($ $ (-656 (-783)) (-783)) 70) (((-783) $ (-960 |#2|)) 71)) (-2921 (((-112) $ $) 92)))
-(((-1183 |#1| |#2|) (-13 (-1119) (-10 -8 (-15 -2326 ((-112) $)) (-15 -2454 ((-112) $)) (-15 -2789 ((-112) $)) (-15 -4138 ($)) (-15 -3181 ($)) (-15 -1901 ($ $)) (-15 -2038 ($ $ (-783))) (-15 -3931 ((-656 $) $)) (-15 -4015 ((-783) $)) (-15 -1975 ($ $)) (-15 -2296 ($ $)) (-15 -1872 ($ $ $)) (-15 -1872 ($ (-656 $))) (-15 -4427 ((-656 $) $)) (-15 -3763 ($ $ (-656 (-783)) (-960 |#2|))) (-15 -1328 ($ $ (-960 |#2|))) (-15 -1384 ($ $ $ (-960 |#2|) (-783))) (-15 -3627 ($ $ (-656 (-783)) (-960 |#2|))) (-15 -3763 ($ $ (-656 (-783)) (-783))) (-15 -3627 ($ $ (-656 (-783)) (-783))) (-15 -3763 ((-783) $ (-960 |#2|))) (-15 -3627 ($ $ (-783) (-960 |#2|))) (-15 -1812 ($ $ (-656 (-783)) (-112))) (-15 -3263 ($ $ (-656 (-783)) (-173))) (-15 -2290 ($ $ (-656 (-783)))) (-15 -3475 ((-960 |#2|) $)) (-15 -4162 ((-783) $)) (-15 -4373 ((-112) $)) (-15 -2653 ((-173) $)) (-15 -2813 ((-783) $)) (-15 -3430 ($ $)) (-15 -3323 ((-656 (-960 |#2|)) $)))) (-938) (-1068)) (T -1183))
-((-2326 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938)) (-4 *4 (-1068)))) (-2454 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938)) (-4 *4 (-1068)))) (-2789 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938)) (-4 *4 (-1068)))) (-4138 (*1 *1) (-12 (-5 *1 (-1183 *2 *3)) (-14 *2 (-938)) (-4 *3 (-1068)))) (-3181 (*1 *1) (-12 (-5 *1 (-1183 *2 *3)) (-14 *2 (-938)) (-4 *3 (-1068)))) (-1901 (*1 *1 *1) (-12 (-5 *1 (-1183 *2 *3)) (-14 *2 (-938)) (-4 *3 (-1068)))) (-2038 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938)) (-4 *4 (-1068)))) (-3931 (*1 *2 *1) (-12 (-5 *2 (-656 (-1183 *3 *4))) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938)) (-4 *4 (-1068)))) (-4015 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938)) (-4 *4 (-1068)))) (-1975 (*1 *1 *1) (-12 (-5 *1 (-1183 *2 *3)) (-14 *2 (-938)) (-4 *3 (-1068)))) (-2296 (*1 *1 *1) (-12 (-5 *1 (-1183 *2 *3)) (-14 *2 (-938)) (-4 *3 (-1068)))) (-1872 (*1 *1 *1 *1) (-12 (-5 *1 (-1183 *2 *3)) (-14 *2 (-938)) (-4 *3 (-1068)))) (-1872 (*1 *1 *2) (-12 (-5 *2 (-656 (-1183 *3 *4))) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938)) (-4 *4 (-1068)))) (-4427 (*1 *2 *1) (-12 (-5 *2 (-656 (-1183 *3 *4))) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938)) (-4 *4 (-1068)))) (-3763 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-783))) (-5 *3 (-960 *5)) (-4 *5 (-1068)) (-5 *1 (-1183 *4 *5)) (-14 *4 (-938)))) (-1328 (*1 *1 *1 *2) (-12 (-5 *2 (-960 *4)) (-4 *4 (-1068)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938)))) (-1384 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-960 *5)) (-5 *3 (-783)) (-4 *5 (-1068)) (-5 *1 (-1183 *4 *5)) (-14 *4 (-938)))) (-3627 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-783))) (-5 *3 (-960 *5)) (-4 *5 (-1068)) (-5 *1 (-1183 *4 *5)) (-14 *4 (-938)))) (-3763 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-783))) (-5 *3 (-783)) (-5 *1 (-1183 *4 *5)) (-14 *4 (-938)) (-4 *5 (-1068)))) (-3627 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-783))) (-5 *3 (-783)) (-5 *1 (-1183 *4 *5)) (-14 *4 (-938)) (-4 *5 (-1068)))) (-3763 (*1 *2 *1 *3) (-12 (-5 *3 (-960 *5)) (-4 *5 (-1068)) (-5 *2 (-783)) (-5 *1 (-1183 *4 *5)) (-14 *4 (-938)))) (-3627 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *3 (-960 *5)) (-4 *5 (-1068)) (-5 *1 (-1183 *4 *5)) (-14 *4 (-938)))) (-1812 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-783))) (-5 *3 (-112)) (-5 *1 (-1183 *4 *5)) (-14 *4 (-938)) (-4 *5 (-1068)))) (-3263 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-783))) (-5 *3 (-173)) (-5 *1 (-1183 *4 *5)) (-14 *4 (-938)) (-4 *5 (-1068)))) (-2290 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-783))) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938)) (-4 *4 (-1068)))) (-3475 (*1 *2 *1) (-12 (-5 *2 (-960 *4)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938)) (-4 *4 (-1068)))) (-4162 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938)) (-4 *4 (-1068)))) (-4373 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938)) (-4 *4 (-1068)))) (-2653 (*1 *2 *1) (-12 (-5 *2 (-173)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938)) (-4 *4 (-1068)))) (-2813 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938)) (-4 *4 (-1068)))) (-3430 (*1 *1 *1) (-12 (-5 *1 (-1183 *2 *3)) (-14 *2 (-938)) (-4 *3 (-1068)))) (-3323 (*1 *2 *1) (-12 (-5 *2 (-656 (-960 *4))) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938)) (-4 *4 (-1068)))))
-(-13 (-1119) (-10 -8 (-15 -2326 ((-112) $)) (-15 -2454 ((-112) $)) (-15 -2789 ((-112) $)) (-15 -4138 ($)) (-15 -3181 ($)) (-15 -1901 ($ $)) (-15 -2038 ($ $ (-783))) (-15 -3931 ((-656 $) $)) (-15 -4015 ((-783) $)) (-15 -1975 ($ $)) (-15 -2296 ($ $)) (-15 -1872 ($ $ $)) (-15 -1872 ($ (-656 $))) (-15 -4427 ((-656 $) $)) (-15 -3763 ($ $ (-656 (-783)) (-960 |#2|))) (-15 -1328 ($ $ (-960 |#2|))) (-15 -1384 ($ $ $ (-960 |#2|) (-783))) (-15 -3627 ($ $ (-656 (-783)) (-960 |#2|))) (-15 -3763 ($ $ (-656 (-783)) (-783))) (-15 -3627 ($ $ (-656 (-783)) (-783))) (-15 -3763 ((-783) $ (-960 |#2|))) (-15 -3627 ($ $ (-783) (-960 |#2|))) (-15 -1812 ($ $ (-656 (-783)) (-112))) (-15 -3263 ($ $ (-656 (-783)) (-173))) (-15 -2290 ($ $ (-656 (-783)))) (-15 -3475 ((-960 |#2|) $)) (-15 -4162 ((-783) $)) (-15 -4373 ((-112) $)) (-15 -2653 ((-173) $)) (-15 -2813 ((-783) $)) (-15 -3430 ($ $)) (-15 -3323 ((-656 (-960 |#2|)) $))))
-((-3486 (((-112) $ $) NIL)) (-1667 ((|#2| $) 11)) (-1655 ((|#1| $) 10)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3579 (($ |#1| |#2|) 9)) (-3567 (((-874) $) 16)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1184 |#1| |#2|) (-13 (-1119) (-10 -8 (-15 -3579 ($ |#1| |#2|)) (-15 -1655 (|#1| $)) (-15 -1667 (|#2| $)))) (-1119) (-1119)) (T -1184))
-((-3579 (*1 *1 *2 *3) (-12 (-5 *1 (-1184 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119)))) (-1655 (*1 *2 *1) (-12 (-4 *2 (-1119)) (-5 *1 (-1184 *2 *3)) (-4 *3 (-1119)))) (-1667 (*1 *2 *1) (-12 (-4 *2 (-1119)) (-5 *1 (-1184 *3 *2)) (-4 *3 (-1119)))))
-(-13 (-1119) (-10 -8 (-15 -3579 ($ |#1| |#2|)) (-15 -1655 (|#1| $)) (-15 -1667 (|#2| $))))
-((-3486 (((-112) $ $) NIL)) (-1994 (((-1154) $) 9)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 15) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1185) (-13 (-1102) (-10 -8 (-15 -1994 ((-1154) $))))) (T -1185))
-((-1994 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1185)))))
-(-13 (-1102) (-10 -8 (-15 -1994 ((-1154) $))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3522 (((-1193 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-317)) (|has| |#1| (-374))))) (-1960 (((-656 (-1101)) $) NIL)) (-3052 (((-1195) $) 11)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-4380 (($ $) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-1657 (((-112) $) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-1930 (($ $ (-576)) NIL) (($ $ (-576) (-576)) 75)) (-3964 (((-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $) NIL)) (-2560 (((-1193 |#1| |#2| |#3|) $) 42)) (-3584 (((-3 (-1193 |#1| |#2| |#3|) "failed") $) 32)) (-2003 (((-1193 |#1| |#2| |#3|) $) 33)) (-4022 (($ $) 116 (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) 92 (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))))) (-1415 (($ $) NIL (|has| |#1| (-374)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-374)))) (-1838 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))))) (-1829 (((-112) $ $) NIL (|has| |#1| (-374)))) (-4003 (($ $) 112 (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) 88 (|has| |#1| (-38 (-419 (-576)))))) (-2786 (((-576) $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))))) (-3077 (($ (-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|)))) NIL)) (-4047 (($ $) 120 (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) 96 (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-1193 |#1| |#2| |#3|) "failed") $) 34) (((-3 (-1195) "failed") $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-1057 (-1195))) (|has| |#1| (-374)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-1057 (-576))) (|has| |#1| (-374)))) (((-3 (-576) "failed") $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-1057 (-576))) (|has| |#1| (-374))))) (-2857 (((-1193 |#1| |#2| |#3|) $) 140) (((-1195) $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-1057 (-1195))) (|has| |#1| (-374)))) (((-419 (-576)) $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-1057 (-576))) (|has| |#1| (-374)))) (((-576) $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-1057 (-576))) (|has| |#1| (-374))))) (-3553 (($ $) 37) (($ (-576) $) 38)) (-3426 (($ $ $) NIL (|has| |#1| (-374)))) (-2109 (($ $) NIL)) (-3142 (((-701 (-1193 |#1| |#2| |#3|)) (-701 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -1953 (-701 (-1193 |#1| |#2| |#3|))) (|:| |vec| (-1286 (-1193 |#1| |#2| |#3|)))) (-701 $) (-1286 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-651 (-576))) (|has| |#1| (-374)))) (((-701 (-576)) (-701 $)) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-651 (-576))) (|has| |#1| (-374))))) (-2251 (((-3 $ "failed") $) 54)) (-3229 (((-419 (-969 |#1|)) $ (-576)) 74 (|has| |#1| (-568))) (((-419 (-969 |#1|)) $ (-576) (-576)) 76 (|has| |#1| (-568)))) (-1834 (($) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-557)) (|has| |#1| (-374))))) (-3438 (($ $ $) NIL (|has| |#1| (-374)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-4283 (((-112) $) NIL (|has| |#1| (-374)))) (-3075 (((-112) $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))))) (-2928 (((-112) $) 28)) (-1598 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-899 (-390))) (|has| |#1| (-374)))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-899 (-576))) (|has| |#1| (-374))))) (-1991 (((-576) $) NIL) (((-576) $ (-576)) 26)) (-3612 (((-112) $) NIL)) (-2684 (($ $) NIL (|has| |#1| (-374)))) (-1568 (((-1193 |#1| |#2| |#3|) $) 44 (|has| |#1| (-374)))) (-3867 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2162 (((-3 $ "failed") $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-1171)) (|has| |#1| (-374))))) (-3667 (((-112) $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))))) (-4255 (($ $ (-938)) NIL)) (-2594 (($ (-1 |#1| (-576)) $) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-576)) 19) (($ $ (-1101) (-576)) NIL) (($ $ (-656 (-1101)) (-656 (-576))) NIL)) (-3123 (($ $ $) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-2352 (($ $ $) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1193 |#1| |#2| |#3|) (-1193 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-374)))) (-3742 (($ $) 81 (|has| |#1| (-38 (-419 (-576)))))) (-1853 (((-701 (-1193 |#1| |#2| |#3|)) (-1286 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -1953 (-701 (-1193 |#1| |#2| |#3|))) (|:| |vec| (-1286 (-1193 |#1| |#2| |#3|)))) (-1286 $) $) NIL (|has| |#1| (-374))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-651 (-576))) (|has| |#1| (-374)))) (((-701 (-576)) (-1286 $)) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-651 (-576))) (|has| |#1| (-374))))) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-2015 (($ (-576) (-1193 |#1| |#2| |#3|)) 36)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL (|has| |#1| (-374)))) (-2092 (($ $) 79 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| |#1| (-15 -2092 (|#1| |#1| (-1195)))) (|has| |#1| (-15 -1960 ((-656 (-1195)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-976)) (|has| |#1| (-1221))))) (($ $ (-1282 |#2|)) 80 (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-1171)) (|has| |#1| (-374))) CONST)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-374)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-3252 (($ $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-317)) (|has| |#1| (-374))))) (-3247 (((-1193 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-557)) (|has| |#1| (-374))))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))))) (-1827 (((-430 $) $) NIL (|has| |#1| (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-3905 (($ $ (-576)) 158)) (-3473 (((-3 $ "failed") $ $) 55 (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-4101 (($ $) 82 (|has| |#1| (-38 (-419 (-576)))))) (-3281 (((-1176 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-576))))) (($ $ (-1195) (-1193 |#1| |#2| |#3|)) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-526 (-1195) (-1193 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-656 (-1195)) (-656 (-1193 |#1| |#2| |#3|))) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-526 (-1195) (-1193 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-656 (-304 (-1193 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-319 (-1193 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-304 (-1193 |#1| |#2| |#3|))) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-319 (-1193 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-1193 |#1| |#2| |#3|) (-1193 |#1| |#2| |#3|)) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-319 (-1193 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-656 (-1193 |#1| |#2| |#3|)) (-656 (-1193 |#1| |#2| |#3|))) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-319 (-1193 |#1| |#2| |#3|))) (|has| |#1| (-374))))) (-3909 (((-783) $) NIL (|has| |#1| (-374)))) (-2794 ((|#1| $ (-576)) NIL) (($ $ $) 61 (|has| (-576) (-1131))) (($ $ (-1193 |#1| |#2| |#3|)) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-296 (-1193 |#1| |#2| |#3|) (-1193 |#1| |#2| |#3|))) (|has| |#1| (-374))))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-374)))) (-2770 (($ $ (-1 (-1193 |#1| |#2| |#3|) (-1193 |#1| |#2| |#3|)) (-783)) NIL (|has| |#1| (-374))) (($ $ (-1 (-1193 |#1| |#2| |#3|) (-1193 |#1| |#2| |#3|))) NIL (|has| |#1| (-374))) (($ $ (-1282 |#2|)) 57) (($ $) 56 (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-783)) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))))) (-1507 (($ $) NIL (|has| |#1| (-374)))) (-1579 (((-1193 |#1| |#2| |#3|) $) 46 (|has| |#1| (-374)))) (-1967 (((-576) $) 43)) (-4058 (($ $) 122 (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) 98 (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) 118 (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) 94 (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) 114 (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) 90 (|has| |#1| (-38 (-419 (-576)))))) (-4169 (((-548) $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-626 (-548))) (|has| |#1| (-374)))) (((-390) $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-1041)) (|has| |#1| (-374)))) (((-227) $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-1041)) (|has| |#1| (-374)))) (((-905 (-390)) $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-626 (-905 (-390)))) (|has| |#1| (-374)))) (((-905 (-576)) $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-626 (-905 (-576)))) (|has| |#1| (-374))))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-1193 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))))) (-3746 (($ $) NIL)) (-3567 (((-874) $) 162) (($ (-576)) NIL) (($ |#1|) NIL (|has| |#1| (-174))) (($ (-1193 |#1| |#2| |#3|)) 30) (($ (-1282 |#2|)) 25) (($ (-1195)) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-1057 (-1195))) (|has| |#1| (-374)))) (($ $) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))) (|has| |#1| (-568)))) (($ (-419 (-576))) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-1057 (-576))) (|has| |#1| (-374))) (|has| |#1| (-38 (-419 (-576))))))) (-1749 ((|#1| $ (-576)) 77)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| (-1193 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-146)) (|has| |#1| (-374))) (|has| |#1| (-146))))) (-2596 (((-783)) NIL T CONST)) (-2391 ((|#1| $) 12)) (-4317 (((-1193 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-557)) (|has| |#1| (-374))))) (-1540 (((-112) $ $) NIL)) (-2787 (($ $) 128 (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) 104 (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-4068 (($ $) 124 (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) 100 (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) 132 (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) 108 (|has| |#1| (-38 (-419 (-576)))))) (-4163 ((|#1| $ (-576)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-576)))) (|has| |#1| (-15 -3567 (|#1| (-1195))))))) (-4385 (($ $) 134 (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) 110 (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) 130 (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) 106 (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) 126 (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) 102 (|has| |#1| (-38 (-419 (-576)))))) (-4308 (($ $) NIL (-12 (|has| (-1193 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))))) (-2716 (($) 21 T CONST)) (-2727 (($) 16 T CONST)) (-2014 (($ $ (-1 (-1193 |#1| |#2| |#3|) (-1193 |#1| |#2| |#3|)) (-783)) NIL (|has| |#1| (-374))) (($ $ (-1 (-1193 |#1| |#2| |#3|) (-1193 |#1| |#2| |#3|))) NIL (|has| |#1| (-374))) (($ $ (-1282 |#2|)) NIL) (($ $) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-783)) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))))) (-2989 (((-112) $ $) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-2960 (((-112) $ $) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-2946 (((-112) $ $) NIL (-2755 (-12 (|has| (-1193 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1193 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) 49 (|has| |#1| (-374))) (($ (-1193 |#1| |#2| |#3|) (-1193 |#1| |#2| |#3|)) 50 (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) 23)) (** (($ $ (-938)) NIL) (($ $ (-783)) 60) (($ $ (-576)) NIL (|has| |#1| (-374))) (($ $ $) 83 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 137 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 35) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1193 |#1| |#2| |#3|)) 48 (|has| |#1| (-374))) (($ (-1193 |#1| |#2| |#3|) $) 47 (|has| |#1| (-374))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
-(((-1186 |#1| |#2| |#3|) (-13 (-1248 |#1| (-1193 |#1| |#2| |#3|)) (-909 $ (-1282 |#2|)) (-10 -8 (-15 -3567 ($ (-1282 |#2|))) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2092 ($ $ (-1282 |#2|))) |%noBranch|))) (-1068) (-1195) |#1|) (T -1186))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1186 *3 *4 *5)) (-4 *3 (-1068)) (-14 *5 *3))) (-2092 (*1 *1 *1 *2) (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1186 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)) (-14 *5 *3))))
-(-13 (-1248 |#1| (-1193 |#1| |#2| |#3|)) (-909 $ (-1282 |#2|)) (-10 -8 (-15 -3567 ($ (-1282 |#2|))) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2092 ($ $ (-1282 |#2|))) |%noBranch|)))
-((-1367 ((|#2| |#2| (-1111 |#2|)) 26) ((|#2| |#2| (-1195)) 28)))
-(((-1187 |#1| |#2|) (-10 -7 (-15 -1367 (|#2| |#2| (-1195))) (-15 -1367 (|#2| |#2| (-1111 |#2|)))) (-13 (-568) (-1057 (-576)) (-651 (-576))) (-13 (-442 |#1|) (-161) (-27) (-1221))) (T -1187))
-((-1367 (*1 *2 *2 *3) (-12 (-5 *3 (-1111 *2)) (-4 *2 (-13 (-442 *4) (-161) (-27) (-1221))) (-4 *4 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-1187 *4 *2)))) (-1367 (*1 *2 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-1187 *4 *2)) (-4 *2 (-13 (-442 *4) (-161) (-27) (-1221))))))
-(-10 -7 (-15 -1367 (|#2| |#2| (-1195))) (-15 -1367 (|#2| |#2| (-1111 |#2|))))
-((-1367 (((-3 (-419 (-969 |#1|)) (-326 |#1|)) (-419 (-969 |#1|)) (-1111 (-419 (-969 |#1|)))) 31) (((-419 (-969 |#1|)) (-969 |#1|) (-1111 (-969 |#1|))) 44) (((-3 (-419 (-969 |#1|)) (-326 |#1|)) (-419 (-969 |#1|)) (-1195)) 33) (((-419 (-969 |#1|)) (-969 |#1|) (-1195)) 36)))
-(((-1188 |#1|) (-10 -7 (-15 -1367 ((-419 (-969 |#1|)) (-969 |#1|) (-1195))) (-15 -1367 ((-3 (-419 (-969 |#1|)) (-326 |#1|)) (-419 (-969 |#1|)) (-1195))) (-15 -1367 ((-419 (-969 |#1|)) (-969 |#1|) (-1111 (-969 |#1|)))) (-15 -1367 ((-3 (-419 (-969 |#1|)) (-326 |#1|)) (-419 (-969 |#1|)) (-1111 (-419 (-969 |#1|)))))) (-13 (-568) (-1057 (-576)))) (T -1188))
-((-1367 (*1 *2 *3 *4) (-12 (-5 *4 (-1111 (-419 (-969 *5)))) (-5 *3 (-419 (-969 *5))) (-4 *5 (-13 (-568) (-1057 (-576)))) (-5 *2 (-3 *3 (-326 *5))) (-5 *1 (-1188 *5)))) (-1367 (*1 *2 *3 *4) (-12 (-5 *4 (-1111 (-969 *5))) (-5 *3 (-969 *5)) (-4 *5 (-13 (-568) (-1057 (-576)))) (-5 *2 (-419 *3)) (-5 *1 (-1188 *5)))) (-1367 (*1 *2 *3 *4) (-12 (-5 *4 (-1195)) (-4 *5 (-13 (-568) (-1057 (-576)))) (-5 *2 (-3 (-419 (-969 *5)) (-326 *5))) (-5 *1 (-1188 *5)) (-5 *3 (-419 (-969 *5))))) (-1367 (*1 *2 *3 *4) (-12 (-5 *4 (-1195)) (-4 *5 (-13 (-568) (-1057 (-576)))) (-5 *2 (-419 (-969 *5))) (-5 *1 (-1188 *5)) (-5 *3 (-969 *5)))))
-(-10 -7 (-15 -1367 ((-419 (-969 |#1|)) (-969 |#1|) (-1195))) (-15 -1367 ((-3 (-419 (-969 |#1|)) (-326 |#1|)) (-419 (-969 |#1|)) (-1195))) (-15 -1367 ((-419 (-969 |#1|)) (-969 |#1|) (-1111 (-969 |#1|)))) (-15 -1367 ((-3 (-419 (-969 |#1|)) (-326 |#1|)) (-419 (-969 |#1|)) (-1111 (-419 (-969 |#1|))))))
-((-4114 (((-1191 |#2|) (-1 |#2| |#1|) (-1191 |#1|)) 13)))
-(((-1189 |#1| |#2|) (-10 -7 (-15 -4114 ((-1191 |#2|) (-1 |#2| |#1|) (-1191 |#1|)))) (-1068) (-1068)) (T -1189))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1191 *5)) (-4 *5 (-1068)) (-4 *6 (-1068)) (-5 *2 (-1191 *6)) (-5 *1 (-1189 *5 *6)))))
-(-10 -7 (-15 -4114 ((-1191 |#2|) (-1 |#2| |#1|) (-1191 |#1|))))
-((-3422 (((-430 (-1191 (-419 |#4|))) (-1191 (-419 |#4|))) 51)) (-1827 (((-430 (-1191 (-419 |#4|))) (-1191 (-419 |#4|))) 52)))
-(((-1190 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1827 ((-430 (-1191 (-419 |#4|))) (-1191 (-419 |#4|)))) (-15 -3422 ((-430 (-1191 (-419 |#4|))) (-1191 (-419 |#4|))))) (-805) (-862) (-464) (-966 |#3| |#1| |#2|)) (T -1190))
-((-3422 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-464)) (-4 *7 (-966 *6 *4 *5)) (-5 *2 (-430 (-1191 (-419 *7)))) (-5 *1 (-1190 *4 *5 *6 *7)) (-5 *3 (-1191 (-419 *7))))) (-1827 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-464)) (-4 *7 (-966 *6 *4 *5)) (-5 *2 (-430 (-1191 (-419 *7)))) (-5 *1 (-1190 *4 *5 *6 *7)) (-5 *3 (-1191 (-419 *7))))))
-(-10 -7 (-15 -1827 ((-430 (-1191 (-419 |#4|))) (-1191 (-419 |#4|)))) (-15 -3422 ((-430 (-1191 (-419 |#4|))) (-1191 (-419 |#4|)))))
-((-3486 (((-112) $ $) 171)) (-1353 (((-112) $) 43)) (-3924 (((-1286 |#1|) $ (-783)) NIL)) (-1960 (((-656 (-1101)) $) NIL)) (-3762 (($ (-1191 |#1|)) NIL)) (-1797 (((-1191 $) $ (-1101)) 82) (((-1191 |#1|) $) 71)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) 164 (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-1925 (((-783) $) NIL) (((-783) $ (-656 (-1101))) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-3615 (($ $ $) 158 (|has| |#1| (-568)))) (-2425 (((-430 (-1191 $)) (-1191 $)) 95 (|has| |#1| (-926)))) (-1415 (($ $) NIL (|has| |#1| (-464)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) 115 (|has| |#1| (-926)))) (-1829 (((-112) $ $) NIL (|has| |#1| (-374)))) (-1847 (($ $ (-783)) 61)) (-3029 (($ $ (-783)) 63)) (-4427 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-464)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#1| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-1101) "failed") $) NIL)) (-2857 ((|#1| $) NIL) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-1101) $) NIL)) (-1990 (($ $ $ (-1101)) NIL (|has| |#1| (-174))) ((|#1| $ $) 160 (|has| |#1| (-174)))) (-3426 (($ $ $) NIL (|has| |#1| (-374)))) (-2109 (($ $) 80)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-3438 (($ $ $) NIL (|has| |#1| (-374)))) (-4038 (($ $ $) 131)) (-2204 (($ $ $) NIL (|has| |#1| (-568)))) (-4279 (((-2 (|:| -1713 |#1|) (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-568)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-2619 (($ $) 165 (|has| |#1| (-464))) (($ $ (-1101)) NIL (|has| |#1| (-464)))) (-2098 (((-656 $) $) NIL)) (-4283 (((-112) $) NIL (|has| |#1| (-926)))) (-2056 (($ $ |#1| (-783) $) 69)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (-12 (|has| (-1101) (-899 (-390))) (|has| |#1| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (-12 (|has| (-1101) (-899 (-576))) (|has| |#1| (-899 (-576)))))) (-3377 (((-874) $ (-874)) 148)) (-1991 (((-783) $ $) NIL (|has| |#1| (-568)))) (-3612 (((-112) $) 48)) (-1935 (((-783) $) NIL)) (-2162 (((-3 $ "failed") $) NIL (|has| |#1| (-1171)))) (-1950 (($ (-1191 |#1|) (-1101)) 73) (($ (-1191 $) (-1101)) 89)) (-4255 (($ $ (-783)) 51)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-783)) 87) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101)) (-656 (-783))) NIL)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ (-1101)) NIL) (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 153)) (-2488 (((-783) $) NIL) (((-783) $ (-1101)) NIL) (((-656 (-783)) $ (-656 (-1101))) NIL)) (-3492 (($ (-1 (-783) (-783)) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-4122 (((-1191 |#1|) $) NIL)) (-1429 (((-3 (-1101) "failed") $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) NIL) (((-701 |#1|) (-1286 $)) NIL)) (-2076 (($ $) NIL)) (-2086 ((|#1| $) 76)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-3881 (((-1177) $) NIL)) (-4424 (((-2 (|:| -3244 $) (|:| -3477 $)) $ (-783)) 60)) (-2692 (((-3 (-656 $) "failed") $) NIL)) (-3656 (((-3 (-656 $) "failed") $) NIL)) (-2244 (((-3 (-2 (|:| |var| (-1101)) (|:| -2125 (-783))) "failed") $) NIL)) (-2092 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($) NIL (|has| |#1| (-1171)) CONST)) (-1448 (((-1139) $) NIL)) (-2055 (((-112) $) 50)) (-2065 ((|#1| $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 103 (|has| |#1| (-464)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) 167 (|has| |#1| (-464)))) (-1886 (($ $ (-783) |#1| $) 123)) (-2307 (((-430 (-1191 $)) (-1191 $)) 101 (|has| |#1| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) 100 (|has| |#1| (-926)))) (-1827 (((-430 $) $) 108 (|has| |#1| (-926)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-3473 (((-3 $ "failed") $ |#1|) 163 (|has| |#1| (-568))) (((-3 $ "failed") $ $) 124 (|has| |#1| (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3281 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-1101) |#1|) NIL) (($ $ (-656 (-1101)) (-656 |#1|)) NIL) (($ $ (-1101) $) NIL) (($ $ (-656 (-1101)) (-656 $)) NIL)) (-3909 (((-783) $) NIL (|has| |#1| (-374)))) (-2794 ((|#1| $ |#1|) 150) (($ $ $) 151) (((-419 $) (-419 $) (-419 $)) NIL (|has| |#1| (-568))) ((|#1| (-419 $) |#1|) NIL (|has| |#1| (-374))) (((-419 $) $ (-419 $)) NIL (|has| |#1| (-568)))) (-2937 (((-3 $ "failed") $ (-783)) 54)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 172 (|has| |#1| (-374)))) (-2491 (($ $ (-1101)) NIL (|has| |#1| (-174))) ((|#1| $) 156 (|has| |#1| (-174)))) (-2770 (($ $ (-656 (-1101)) (-656 (-783))) NIL) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101))) NIL) (($ $ (-1101)) NIL) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1 |#1| |#1|) $) NIL) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195))))) (-1967 (((-783) $) 78) (((-783) $ (-1101)) NIL) (((-656 (-783)) $ (-656 (-1101))) NIL)) (-4169 (((-905 (-390)) $) NIL (-12 (|has| (-1101) (-626 (-905 (-390)))) (|has| |#1| (-626 (-905 (-390)))))) (((-905 (-576)) $) NIL (-12 (|has| (-1101) (-626 (-905 (-576)))) (|has| |#1| (-626 (-905 (-576)))))) (((-548) $) NIL (-12 (|has| (-1101) (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-2145 ((|#1| $) 162 (|has| |#1| (-464))) (($ $ (-1101)) NIL (|has| |#1| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-926))))) (-2400 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568))) (((-3 (-419 $) "failed") (-419 $) $) NIL (|has| |#1| (-568)))) (-3567 (((-874) $) 149) (($ (-576)) NIL) (($ |#1|) 77) (($ (-1101)) NIL) (($ (-419 (-576))) NIL (-2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576)))))) (($ $) NIL (|has| |#1| (-568)))) (-1691 (((-656 |#1|) $) NIL)) (-1749 ((|#1| $ (-783)) NIL) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101)) (-656 (-783))) NIL)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#1| (-926))) (|has| |#1| (-146))))) (-2596 (((-783)) NIL T CONST)) (-2217 (($ $ $ (-783)) 41 (|has| |#1| (-174)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-2716 (($) 17 T CONST)) (-2727 (($) 19 T CONST)) (-2014 (($ $ (-656 (-1101)) (-656 (-783))) NIL) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101))) NIL) (($ $ (-1101)) NIL) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1195)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#1| (-917 (-1195))))) (-2921 (((-112) $ $) 120)) (-3054 (($ $ |#1|) 173 (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) 90)) (** (($ $ (-938)) 14) (($ $ (-783)) 12)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 39) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 129) (($ $ |#1|) NIL)))
-(((-1191 |#1|) (-13 (-1262 |#1|) (-10 -8 (-15 -3377 ((-874) $ (-874))) (-15 -1886 ($ $ (-783) |#1| $)))) (-1068)) (T -1191))
-((-3377 (*1 *2 *1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1191 *3)) (-4 *3 (-1068)))) (-1886 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-783)) (-5 *1 (-1191 *3)) (-4 *3 (-1068)))))
-(-13 (-1262 |#1|) (-10 -8 (-15 -3377 ((-874) $ (-874))) (-15 -1886 ($ $ (-783) |#1| $))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-1960 (((-656 (-1101)) $) NIL)) (-3052 (((-1195) $) 11)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-1930 (($ $ (-419 (-576))) NIL) (($ $ (-419 (-576)) (-419 (-576))) NIL)) (-3964 (((-1176 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|))) $) NIL)) (-4022 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL (|has| |#1| (-374)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-374)))) (-1838 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1829 (((-112) $ $) NIL (|has| |#1| (-374)))) (-4003 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3077 (($ (-783) (-1176 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|)))) NIL)) (-4047 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-1186 |#1| |#2| |#3|) "failed") $) 33) (((-3 (-1193 |#1| |#2| |#3|) "failed") $) 36)) (-2857 (((-1186 |#1| |#2| |#3|) $) NIL) (((-1193 |#1| |#2| |#3|) $) NIL)) (-3426 (($ $ $) NIL (|has| |#1| (-374)))) (-2109 (($ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1475 (((-419 (-576)) $) 59)) (-3438 (($ $ $) NIL (|has| |#1| (-374)))) (-2026 (($ (-419 (-576)) (-1186 |#1| |#2| |#3|)) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-4283 (((-112) $) NIL (|has| |#1| (-374)))) (-2928 (((-112) $) NIL)) (-1598 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1991 (((-419 (-576)) $) NIL) (((-419 (-576)) $ (-419 (-576))) NIL)) (-3612 (((-112) $) NIL)) (-3867 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4255 (($ $ (-938)) NIL) (($ $ (-419 (-576))) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-419 (-576))) 20) (($ $ (-1101) (-419 (-576))) NIL) (($ $ (-656 (-1101)) (-656 (-419 (-576)))) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-3742 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-1543 (((-1186 |#1| |#2| |#3|) $) 41)) (-3183 (((-3 (-1186 |#1| |#2| |#3|) "failed") $) NIL)) (-2015 (((-1186 |#1| |#2| |#3|) $) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL (|has| |#1| (-374)))) (-2092 (($ $) 39 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| |#1| (-15 -2092 (|#1| |#1| (-1195)))) (|has| |#1| (-15 -1960 ((-656 (-1195)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-976)) (|has| |#1| (-1221))))) (($ $ (-1282 |#2|)) 40 (|has| |#1| (-38 (-419 (-576)))))) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-374)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-1827 (((-430 $) $) NIL (|has| |#1| (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-3905 (($ $ (-419 (-576))) NIL)) (-3473 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-4101 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3281 (((-1176 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))))) (-3909 (((-783) $) NIL (|has| |#1| (-374)))) (-2794 ((|#1| $ (-419 (-576))) NIL) (($ $ $) NIL (|has| (-419 (-576)) (-1131)))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-374)))) (-2770 (($ $ (-1195)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-1282 |#2|)) 38)) (-1967 (((-419 (-576)) $) NIL)) (-4058 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3746 (($ $) NIL)) (-3567 (((-874) $) 62) (($ (-576)) NIL) (($ |#1|) NIL (|has| |#1| (-174))) (($ (-1186 |#1| |#2| |#3|)) 30) (($ (-1193 |#1| |#2| |#3|)) 31) (($ (-1282 |#2|)) 26) (($ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568)))) (-1749 ((|#1| $ (-419 (-576))) NIL)) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) NIL T CONST)) (-2391 ((|#1| $) 12)) (-1540 (((-112) $ $) NIL)) (-2787 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4068 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4163 ((|#1| $ (-419 (-576))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))) (|has| |#1| (-15 -3567 (|#1| (-1195))))))) (-4385 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2716 (($) 22 T CONST)) (-2727 (($) 16 T CONST)) (-2014 (($ $ (-1195)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-1282 |#2|)) NIL)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) 24)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
-(((-1192 |#1| |#2| |#3|) (-13 (-1269 |#1| (-1186 |#1| |#2| |#3|)) (-909 $ (-1282 |#2|)) (-1057 (-1193 |#1| |#2| |#3|)) (-628 (-1282 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2092 ($ $ (-1282 |#2|))) |%noBranch|))) (-1068) (-1195) |#1|) (T -1192))
-((-2092 (*1 *1 *1 *2) (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1192 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)) (-14 *5 *3))))
-(-13 (-1269 |#1| (-1186 |#1| |#2| |#3|)) (-909 $ (-1282 |#2|)) (-1057 (-1193 |#1| |#2| |#3|)) (-628 (-1282 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2092 ($ $ (-1282 |#2|))) |%noBranch|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 129)) (-1960 (((-656 (-1101)) $) NIL)) (-3052 (((-1195) $) 119)) (-2356 (((-1259 |#2| |#1|) $ (-783)) 69)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-1930 (($ $ (-783)) 85) (($ $ (-783) (-783)) 82)) (-3964 (((-1176 (-2 (|:| |k| (-783)) (|:| |c| |#1|))) $) 105)) (-4022 (($ $) 173 (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) 149 (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1838 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4003 (($ $) 169 (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) 145 (|has| |#1| (-38 (-419 (-576)))))) (-3077 (($ (-1176 (-2 (|:| |k| (-783)) (|:| |c| |#1|)))) 118) (($ (-1176 |#1|)) 113)) (-4047 (($ $) 177 (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) 153 (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) NIL T CONST)) (-2109 (($ $) NIL)) (-2251 (((-3 $ "failed") $) 25)) (-3701 (($ $) 28)) (-2378 (((-969 |#1|) $ (-783)) 81) (((-969 |#1|) $ (-783) (-783)) 83)) (-2928 (((-112) $) 124)) (-1598 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1991 (((-783) $) 126) (((-783) $ (-783)) 128)) (-3612 (((-112) $) NIL)) (-3867 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4255 (($ $ (-938)) NIL)) (-2594 (($ (-1 |#1| (-576)) $) NIL)) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-783)) 13) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101)) (-656 (-783))) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-3742 (($ $) 135 (|has| |#1| (-38 (-419 (-576)))))) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-3881 (((-1177) $) NIL)) (-2092 (($ $) 133 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| |#1| (-15 -2092 (|#1| |#1| (-1195)))) (|has| |#1| (-15 -1960 ((-656 (-1195)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-976)) (|has| |#1| (-1221))))) (($ $ (-1282 |#2|)) 134 (|has| |#1| (-38 (-419 (-576)))))) (-1448 (((-1139) $) NIL)) (-3905 (($ $ (-783)) 15)) (-3473 (((-3 $ "failed") $ $) 26 (|has| |#1| (-568)))) (-4101 (($ $) 137 (|has| |#1| (-38 (-419 (-576)))))) (-3281 (((-1176 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-783)))))) (-2794 ((|#1| $ (-783)) 122) (($ $ $) 132 (|has| (-783) (-1131)))) (-2770 (($ $ (-1195)) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $) 29 (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-1282 |#2|)) 31)) (-1967 (((-783) $) NIL)) (-4058 (($ $) 179 (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) 155 (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) 175 (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) 151 (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) 171 (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) 147 (|has| |#1| (-38 (-419 (-576)))))) (-3746 (($ $) NIL)) (-3567 (((-874) $) 206) (($ (-576)) NIL) (($ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568))) (($ |#1|) 130 (|has| |#1| (-174))) (($ (-1259 |#2| |#1|)) 55) (($ (-1282 |#2|)) 36)) (-1691 (((-1176 |#1|) $) 101)) (-1749 ((|#1| $ (-783)) 121)) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) NIL T CONST)) (-2391 ((|#1| $) 58)) (-1540 (((-112) $ $) NIL)) (-2787 (($ $) 185 (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) 161 (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4068 (($ $) 181 (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) 157 (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) 189 (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) 165 (|has| |#1| (-38 (-419 (-576)))))) (-4163 ((|#1| $ (-783)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-783)))) (|has| |#1| (-15 -3567 (|#1| (-1195))))))) (-4385 (($ $) 191 (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) 167 (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) 187 (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) 163 (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) 183 (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) 159 (|has| |#1| (-38 (-419 (-576)))))) (-2716 (($) 17 T CONST)) (-2727 (($) 20 T CONST)) (-2014 (($ $ (-1195)) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-1282 |#2|)) NIL)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) 198)) (-3027 (($ $ $) 35)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ |#1|) 203 (|has| |#1| (-374))) (($ $ $) 138 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 141 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 136) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
-(((-1193 |#1| |#2| |#3|) (-13 (-1277 |#1|) (-909 $ (-1282 |#2|)) (-10 -8 (-15 -3567 ($ (-1259 |#2| |#1|))) (-15 -2356 ((-1259 |#2| |#1|) $ (-783))) (-15 -3567 ($ (-1282 |#2|))) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2092 ($ $ (-1282 |#2|))) |%noBranch|))) (-1068) (-1195) |#1|) (T -1193))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1259 *4 *3)) (-4 *3 (-1068)) (-14 *4 (-1195)) (-14 *5 *3) (-5 *1 (-1193 *3 *4 *5)))) (-2356 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1259 *5 *4)) (-5 *1 (-1193 *4 *5 *6)) (-4 *4 (-1068)) (-14 *5 (-1195)) (-14 *6 *4))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1193 *3 *4 *5)) (-4 *3 (-1068)) (-14 *5 *3))) (-2092 (*1 *1 *1 *2) (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1193 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)) (-14 *5 *3))))
-(-13 (-1277 |#1|) (-909 $ (-1282 |#2|)) (-10 -8 (-15 -3567 ($ (-1259 |#2| |#1|))) (-15 -2356 ((-1259 |#2| |#1|) $ (-783))) (-15 -3567 ($ (-1282 |#2|))) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2092 ($ $ (-1282 |#2|))) |%noBranch|)))
-((-3567 (((-874) $) 33) (($ (-1195)) 35)) (-2755 (($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $))) 46)) (-2741 (($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $))) 39) (($ $) 40)) (-3170 (($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $))) 41)) (-3159 (($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $))) 43)) (-3148 (($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $))) 42)) (-3136 (($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $))) 44)) (-2032 (($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $))) 47)) (-12 (($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $))) 45)))
-(((-1194) (-13 (-625 (-874)) (-10 -8 (-15 -3567 ($ (-1195))) (-15 -3170 ($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -3148 ($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -3159 ($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -3136 ($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -2755 ($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -2032 ($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -2741 ($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -2741 ($ $))))) (T -1194))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-1194)))) (-3170 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1194)))) (-5 *1 (-1194)))) (-3148 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1194)))) (-5 *1 (-1194)))) (-3159 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1194)))) (-5 *1 (-1194)))) (-3136 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1194)))) (-5 *1 (-1194)))) (-2755 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1194)))) (-5 *1 (-1194)))) (-2032 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1194)))) (-5 *1 (-1194)))) (-12 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1194)))) (-5 *1 (-1194)))) (-2741 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1194)))) (-5 *1 (-1194)))) (-2741 (*1 *1 *1) (-5 *1 (-1194))))
-(-13 (-625 (-874)) (-10 -8 (-15 -3567 ($ (-1195))) (-15 -3170 ($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -3148 ($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -3159 ($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -3136 ($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -2755 ($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -2032 ($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -2741 ($ (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -2741 ($ $))))
-((-3486 (((-112) $ $) NIL)) (-1580 (($ $ (-656 (-874))) 62)) (-4143 (($ $ (-656 (-874))) 60)) (-1327 (((-1177) $) 101)) (-2442 (((-2 (|:| -2824 (-656 (-874))) (|:| -3848 (-656 (-874))) (|:| |presup| (-656 (-874))) (|:| -1463 (-656 (-874))) (|:| |args| (-656 (-874)))) $) 108)) (-4113 (((-112) $) 23)) (-2939 (($ $ (-656 (-656 (-874)))) 59) (($ $ (-2 (|:| -2824 (-656 (-874))) (|:| -3848 (-656 (-874))) (|:| |presup| (-656 (-874))) (|:| -1463 (-656 (-874))) (|:| |args| (-656 (-874))))) 99)) (-2135 (($) 163 T CONST)) (-3313 (((-1291)) 135)) (-1866 (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) 69) (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 76)) (-4138 (($) 122) (($ $) 131)) (-2624 (($ $) 100)) (-3123 (($ $ $) NIL)) (-2352 (($ $ $) NIL)) (-1646 (((-656 $) $) 136)) (-3881 (((-1177) $) 114)) (-1448 (((-1139) $) NIL)) (-2794 (($ $ (-656 (-874))) 61)) (-4169 (((-548) $) 48) (((-1195) $) 49) (((-905 (-576)) $) 80) (((-905 (-390)) $) 78)) (-3567 (((-874) $) 55) (($ (-1177)) 50)) (-1540 (((-112) $ $) NIL)) (-3172 (($ $ (-656 (-874))) 63)) (-4359 (((-1177) $) 34) (((-1177) $ (-112)) 35) (((-1291) (-834) $) 36) (((-1291) (-834) $ (-112)) 37)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 51)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 52)))
-(((-1195) (-13 (-862) (-626 (-548)) (-840) (-626 (-1195)) (-628 (-1177)) (-626 (-905 (-576))) (-626 (-905 (-390))) (-899 (-576)) (-899 (-390)) (-10 -8 (-15 -4138 ($)) (-15 -4138 ($ $)) (-15 -3313 ((-1291))) (-15 -2624 ($ $)) (-15 -4113 ((-112) $)) (-15 -2442 ((-2 (|:| -2824 (-656 (-874))) (|:| -3848 (-656 (-874))) (|:| |presup| (-656 (-874))) (|:| -1463 (-656 (-874))) (|:| |args| (-656 (-874)))) $)) (-15 -2939 ($ $ (-656 (-656 (-874))))) (-15 -2939 ($ $ (-2 (|:| -2824 (-656 (-874))) (|:| -3848 (-656 (-874))) (|:| |presup| (-656 (-874))) (|:| -1463 (-656 (-874))) (|:| |args| (-656 (-874)))))) (-15 -4143 ($ $ (-656 (-874)))) (-15 -1580 ($ $ (-656 (-874)))) (-15 -3172 ($ $ (-656 (-874)))) (-15 -2794 ($ $ (-656 (-874)))) (-15 -1327 ((-1177) $)) (-15 -1646 ((-656 $) $)) (-15 -2135 ($) -1478)))) (T -1195))
-((-4138 (*1 *1) (-5 *1 (-1195))) (-4138 (*1 *1 *1) (-5 *1 (-1195))) (-3313 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-1195)))) (-2624 (*1 *1 *1) (-5 *1 (-1195))) (-4113 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1195)))) (-2442 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -2824 (-656 (-874))) (|:| -3848 (-656 (-874))) (|:| |presup| (-656 (-874))) (|:| -1463 (-656 (-874))) (|:| |args| (-656 (-874))))) (-5 *1 (-1195)))) (-2939 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-656 (-874)))) (-5 *1 (-1195)))) (-2939 (*1 *1 *1 *2) (-12 (-5 *2 (-2 (|:| -2824 (-656 (-874))) (|:| -3848 (-656 (-874))) (|:| |presup| (-656 (-874))) (|:| -1463 (-656 (-874))) (|:| |args| (-656 (-874))))) (-5 *1 (-1195)))) (-4143 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-1195)))) (-1580 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-1195)))) (-3172 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-1195)))) (-2794 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-1195)))) (-1327 (*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-1195)))) (-1646 (*1 *2 *1) (-12 (-5 *2 (-656 (-1195))) (-5 *1 (-1195)))) (-2135 (*1 *1) (-5 *1 (-1195))))
-(-13 (-862) (-626 (-548)) (-840) (-626 (-1195)) (-628 (-1177)) (-626 (-905 (-576))) (-626 (-905 (-390))) (-899 (-576)) (-899 (-390)) (-10 -8 (-15 -4138 ($)) (-15 -4138 ($ $)) (-15 -3313 ((-1291))) (-15 -2624 ($ $)) (-15 -4113 ((-112) $)) (-15 -2442 ((-2 (|:| -2824 (-656 (-874))) (|:| -3848 (-656 (-874))) (|:| |presup| (-656 (-874))) (|:| -1463 (-656 (-874))) (|:| |args| (-656 (-874)))) $)) (-15 -2939 ($ $ (-656 (-656 (-874))))) (-15 -2939 ($ $ (-2 (|:| -2824 (-656 (-874))) (|:| -3848 (-656 (-874))) (|:| |presup| (-656 (-874))) (|:| -1463 (-656 (-874))) (|:| |args| (-656 (-874)))))) (-15 -4143 ($ $ (-656 (-874)))) (-15 -1580 ($ $ (-656 (-874)))) (-15 -3172 ($ $ (-656 (-874)))) (-15 -2794 ($ $ (-656 (-874)))) (-15 -1327 ((-1177) $)) (-15 -1646 ((-656 $) $)) (-15 -2135 ($) -1478)))
-((-1807 (((-1286 |#1|) |#1| (-938)) 18) (((-1286 |#1|) (-656 |#1|)) 25)))
-(((-1196 |#1|) (-10 -7 (-15 -1807 ((-1286 |#1|) (-656 |#1|))) (-15 -1807 ((-1286 |#1|) |#1| (-938)))) (-1068)) (T -1196))
-((-1807 (*1 *2 *3 *4) (-12 (-5 *4 (-938)) (-5 *2 (-1286 *3)) (-5 *1 (-1196 *3)) (-4 *3 (-1068)))) (-1807 (*1 *2 *3) (-12 (-5 *3 (-656 *4)) (-4 *4 (-1068)) (-5 *2 (-1286 *4)) (-5 *1 (-1196 *4)))))
-(-10 -7 (-15 -1807 ((-1286 |#1|) (-656 |#1|))) (-15 -1807 ((-1286 |#1|) |#1| (-938))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1057 (-419 (-576))))) (((-3 |#1| "failed") $) NIL)) (-2857 (((-576) $) NIL (|has| |#1| (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1057 (-419 (-576))))) ((|#1| $) NIL)) (-2109 (($ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2619 (($ $) NIL (|has| |#1| (-464)))) (-2056 (($ $ |#1| (-990) $) NIL)) (-3612 (((-112) $) 17)) (-1935 (((-783) $) NIL)) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-990)) NIL)) (-2488 (((-990) $) NIL)) (-3492 (($ (-1 (-990) (-990)) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2055 (((-112) $) NIL)) (-2065 ((|#1| $) NIL)) (-1886 (($ $ (-990) |#1| $) NIL (-12 (|has| (-990) (-132)) (|has| |#1| (-568))))) (-3473 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568)))) (-1967 (((-990) $) NIL)) (-2145 ((|#1| $) NIL (|has| |#1| (-464)))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ $) NIL (|has| |#1| (-568))) (($ |#1|) NIL) (($ (-419 (-576))) NIL (-2755 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1057 (-419 (-576))))))) (-1691 (((-656 |#1|) $) NIL)) (-1749 ((|#1| $ (-990)) NIL)) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) NIL T CONST)) (-2217 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-2716 (($) 10 T CONST)) (-2727 (($) NIL T CONST)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) 21)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 22) (($ $ |#1|) NIL) (($ |#1| $) 16) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
-(((-1197 |#1|) (-13 (-336 |#1| (-990)) (-10 -8 (IF (|has| |#1| (-568)) (IF (|has| (-990) (-132)) (-15 -1886 ($ $ (-990) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4460)) (-6 -4460) |%noBranch|))) (-1068)) (T -1197))
-((-1886 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-990)) (-4 *2 (-132)) (-5 *1 (-1197 *3)) (-4 *3 (-568)) (-4 *3 (-1068)))))
-(-13 (-336 |#1| (-990)) (-10 -8 (IF (|has| |#1| (-568)) (IF (|has| (-990) (-132)) (-15 -1886 ($ $ (-990) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4460)) (-6 -4460) |%noBranch|)))
-((-2292 (((-1199) (-1195) $) 25)) (-3242 (($) 29)) (-1457 (((-3 (|:| |fst| (-446)) (|:| -2914 "void")) (-1195) $) 22)) (-4375 (((-1291) (-1195) (-3 (|:| |fst| (-446)) (|:| -2914 "void")) $) 41) (((-1291) (-1195) (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) 42) (((-1291) (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) 43)) (-3490 (((-1291) (-1195)) 58)) (-3838 (((-1291) (-1195) $) 55) (((-1291) (-1195)) 56) (((-1291)) 57)) (-3601 (((-1291) (-1195)) 37)) (-3781 (((-1195)) 36)) (-1854 (($) 34)) (-3443 (((-449) (-1195) (-449) (-1195) $) 45) (((-449) (-656 (-1195)) (-449) (-1195) $) 49) (((-449) (-1195) (-449)) 46) (((-449) (-1195) (-449) (-1195)) 50)) (-1420 (((-1195)) 35)) (-3567 (((-874) $) 28)) (-2376 (((-1291)) 30) (((-1291) (-1195)) 33)) (-3582 (((-656 (-1195)) (-1195) $) 24)) (-1920 (((-1291) (-1195) (-656 (-1195)) $) 38) (((-1291) (-1195) (-656 (-1195))) 39) (((-1291) (-656 (-1195))) 40)))
-(((-1198) (-13 (-625 (-874)) (-10 -8 (-15 -3242 ($)) (-15 -2376 ((-1291))) (-15 -2376 ((-1291) (-1195))) (-15 -3443 ((-449) (-1195) (-449) (-1195) $)) (-15 -3443 ((-449) (-656 (-1195)) (-449) (-1195) $)) (-15 -3443 ((-449) (-1195) (-449))) (-15 -3443 ((-449) (-1195) (-449) (-1195))) (-15 -3601 ((-1291) (-1195))) (-15 -1420 ((-1195))) (-15 -3781 ((-1195))) (-15 -1920 ((-1291) (-1195) (-656 (-1195)) $)) (-15 -1920 ((-1291) (-1195) (-656 (-1195)))) (-15 -1920 ((-1291) (-656 (-1195)))) (-15 -4375 ((-1291) (-1195) (-3 (|:| |fst| (-446)) (|:| -2914 "void")) $)) (-15 -4375 ((-1291) (-1195) (-3 (|:| |fst| (-446)) (|:| -2914 "void")))) (-15 -4375 ((-1291) (-3 (|:| |fst| (-446)) (|:| -2914 "void")))) (-15 -3838 ((-1291) (-1195) $)) (-15 -3838 ((-1291) (-1195))) (-15 -3838 ((-1291))) (-15 -3490 ((-1291) (-1195))) (-15 -1854 ($)) (-15 -1457 ((-3 (|:| |fst| (-446)) (|:| -2914 "void")) (-1195) $)) (-15 -3582 ((-656 (-1195)) (-1195) $)) (-15 -2292 ((-1199) (-1195) $))))) (T -1198))
-((-3242 (*1 *1) (-5 *1 (-1198))) (-2376 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-1198)))) (-2376 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-1291)) (-5 *1 (-1198)))) (-3443 (*1 *2 *3 *2 *3 *1) (-12 (-5 *2 (-449)) (-5 *3 (-1195)) (-5 *1 (-1198)))) (-3443 (*1 *2 *3 *2 *4 *1) (-12 (-5 *2 (-449)) (-5 *3 (-656 (-1195))) (-5 *4 (-1195)) (-5 *1 (-1198)))) (-3443 (*1 *2 *3 *2) (-12 (-5 *2 (-449)) (-5 *3 (-1195)) (-5 *1 (-1198)))) (-3443 (*1 *2 *3 *2 *3) (-12 (-5 *2 (-449)) (-5 *3 (-1195)) (-5 *1 (-1198)))) (-3601 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-1291)) (-5 *1 (-1198)))) (-1420 (*1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-1198)))) (-3781 (*1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-1198)))) (-1920 (*1 *2 *3 *4 *1) (-12 (-5 *4 (-656 (-1195))) (-5 *3 (-1195)) (-5 *2 (-1291)) (-5 *1 (-1198)))) (-1920 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-1195))) (-5 *3 (-1195)) (-5 *2 (-1291)) (-5 *1 (-1198)))) (-1920 (*1 *2 *3) (-12 (-5 *3 (-656 (-1195))) (-5 *2 (-1291)) (-5 *1 (-1198)))) (-4375 (*1 *2 *3 *4 *1) (-12 (-5 *3 (-1195)) (-5 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-5 *2 (-1291)) (-5 *1 (-1198)))) (-4375 (*1 *2 *3 *4) (-12 (-5 *3 (-1195)) (-5 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-5 *2 (-1291)) (-5 *1 (-1198)))) (-4375 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-5 *2 (-1291)) (-5 *1 (-1198)))) (-3838 (*1 *2 *3 *1) (-12 (-5 *3 (-1195)) (-5 *2 (-1291)) (-5 *1 (-1198)))) (-3838 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-1291)) (-5 *1 (-1198)))) (-3838 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-1198)))) (-3490 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-1291)) (-5 *1 (-1198)))) (-1854 (*1 *1) (-5 *1 (-1198))) (-1457 (*1 *2 *3 *1) (-12 (-5 *3 (-1195)) (-5 *2 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-5 *1 (-1198)))) (-3582 (*1 *2 *3 *1) (-12 (-5 *2 (-656 (-1195))) (-5 *1 (-1198)) (-5 *3 (-1195)))) (-2292 (*1 *2 *3 *1) (-12 (-5 *3 (-1195)) (-5 *2 (-1199)) (-5 *1 (-1198)))))
-(-13 (-625 (-874)) (-10 -8 (-15 -3242 ($)) (-15 -2376 ((-1291))) (-15 -2376 ((-1291) (-1195))) (-15 -3443 ((-449) (-1195) (-449) (-1195) $)) (-15 -3443 ((-449) (-656 (-1195)) (-449) (-1195) $)) (-15 -3443 ((-449) (-1195) (-449))) (-15 -3443 ((-449) (-1195) (-449) (-1195))) (-15 -3601 ((-1291) (-1195))) (-15 -1420 ((-1195))) (-15 -3781 ((-1195))) (-15 -1920 ((-1291) (-1195) (-656 (-1195)) $)) (-15 -1920 ((-1291) (-1195) (-656 (-1195)))) (-15 -1920 ((-1291) (-656 (-1195)))) (-15 -4375 ((-1291) (-1195) (-3 (|:| |fst| (-446)) (|:| -2914 "void")) $)) (-15 -4375 ((-1291) (-1195) (-3 (|:| |fst| (-446)) (|:| -2914 "void")))) (-15 -4375 ((-1291) (-3 (|:| |fst| (-446)) (|:| -2914 "void")))) (-15 -3838 ((-1291) (-1195) $)) (-15 -3838 ((-1291) (-1195))) (-15 -3838 ((-1291))) (-15 -3490 ((-1291) (-1195))) (-15 -1854 ($)) (-15 -1457 ((-3 (|:| |fst| (-446)) (|:| -2914 "void")) (-1195) $)) (-15 -3582 ((-656 (-1195)) (-1195) $)) (-15 -2292 ((-1199) (-1195) $))))
-((-3878 (((-656 (-656 (-3 (|:| -2624 (-1195)) (|:| -1707 (-656 (-3 (|:| S (-1195)) (|:| P (-969 (-576))))))))) $) 66)) (-4275 (((-656 (-3 (|:| -2624 (-1195)) (|:| -1707 (-656 (-3 (|:| S (-1195)) (|:| P (-969 (-576)))))))) (-446) $) 47)) (-2578 (($ (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-449))))) 17)) (-3490 (((-1291) $) 73)) (-2079 (((-656 (-1195)) $) 22)) (-1375 (((-1123) $) 60)) (-3336 (((-449) (-1195) $) 27)) (-2590 (((-656 (-1195)) $) 30)) (-1854 (($) 19)) (-3443 (((-449) (-656 (-1195)) (-449) $) 25) (((-449) (-1195) (-449) $) 24)) (-3567 (((-874) $) 9) (((-1208 (-1195) (-449)) $) 13)))
-(((-1199) (-13 (-625 (-874)) (-10 -8 (-15 -3567 ((-1208 (-1195) (-449)) $)) (-15 -1854 ($)) (-15 -3443 ((-449) (-656 (-1195)) (-449) $)) (-15 -3443 ((-449) (-1195) (-449) $)) (-15 -3336 ((-449) (-1195) $)) (-15 -2079 ((-656 (-1195)) $)) (-15 -4275 ((-656 (-3 (|:| -2624 (-1195)) (|:| -1707 (-656 (-3 (|:| S (-1195)) (|:| P (-969 (-576)))))))) (-446) $)) (-15 -2590 ((-656 (-1195)) $)) (-15 -3878 ((-656 (-656 (-3 (|:| -2624 (-1195)) (|:| -1707 (-656 (-3 (|:| S (-1195)) (|:| P (-969 (-576))))))))) $)) (-15 -1375 ((-1123) $)) (-15 -3490 ((-1291) $)) (-15 -2578 ($ (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-449))))))))) (T -1199))
-((-3567 (*1 *2 *1) (-12 (-5 *2 (-1208 (-1195) (-449))) (-5 *1 (-1199)))) (-1854 (*1 *1) (-5 *1 (-1199))) (-3443 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-449)) (-5 *3 (-656 (-1195))) (-5 *1 (-1199)))) (-3443 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-449)) (-5 *3 (-1195)) (-5 *1 (-1199)))) (-3336 (*1 *2 *3 *1) (-12 (-5 *3 (-1195)) (-5 *2 (-449)) (-5 *1 (-1199)))) (-2079 (*1 *2 *1) (-12 (-5 *2 (-656 (-1195))) (-5 *1 (-1199)))) (-4275 (*1 *2 *3 *1) (-12 (-5 *3 (-446)) (-5 *2 (-656 (-3 (|:| -2624 (-1195)) (|:| -1707 (-656 (-3 (|:| S (-1195)) (|:| P (-969 (-576))))))))) (-5 *1 (-1199)))) (-2590 (*1 *2 *1) (-12 (-5 *2 (-656 (-1195))) (-5 *1 (-1199)))) (-3878 (*1 *2 *1) (-12 (-5 *2 (-656 (-656 (-3 (|:| -2624 (-1195)) (|:| -1707 (-656 (-3 (|:| S (-1195)) (|:| P (-969 (-576)))))))))) (-5 *1 (-1199)))) (-1375 (*1 *2 *1) (-12 (-5 *2 (-1123)) (-5 *1 (-1199)))) (-3490 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-1199)))) (-2578 (*1 *1 *2) (-12 (-5 *2 (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-449))))) (-5 *1 (-1199)))))
-(-13 (-625 (-874)) (-10 -8 (-15 -3567 ((-1208 (-1195) (-449)) $)) (-15 -1854 ($)) (-15 -3443 ((-449) (-656 (-1195)) (-449) $)) (-15 -3443 ((-449) (-1195) (-449) $)) (-15 -3336 ((-449) (-1195) $)) (-15 -2079 ((-656 (-1195)) $)) (-15 -4275 ((-656 (-3 (|:| -2624 (-1195)) (|:| -1707 (-656 (-3 (|:| S (-1195)) (|:| P (-969 (-576)))))))) (-446) $)) (-15 -2590 ((-656 (-1195)) $)) (-15 -3878 ((-656 (-656 (-3 (|:| -2624 (-1195)) (|:| -1707 (-656 (-3 (|:| S (-1195)) (|:| P (-969 (-576))))))))) $)) (-15 -1375 ((-1123) $)) (-15 -3490 ((-1291) $)) (-15 -2578 ($ (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-449))))))))
-((-3486 (((-112) $ $) NIL)) (-1570 (((-3 (-576) "failed") $) 29) (((-3 (-227) "failed") $) 35) (((-3 (-518) "failed") $) 43) (((-3 (-1177) "failed") $) 47)) (-2857 (((-576) $) 30) (((-227) $) 36) (((-518) $) 40) (((-1177) $) 48)) (-4296 (((-112) $) 53)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3969 (((-3 (-576) (-227) (-518) (-1177) $) $) 55)) (-1699 (((-656 $) $) 57)) (-4169 (((-1123) $) 24) (($ (-1123)) 25)) (-2843 (((-112) $) 56)) (-3567 (((-874) $) 23) (($ (-576)) 26) (($ (-227)) 32) (($ (-518)) 38) (($ (-1177)) 44) (((-548) $) 59) (((-576) $) 31) (((-227) $) 37) (((-518) $) 41) (((-1177) $) 49)) (-2703 (((-112) $ (|[\|\|]| (-576))) 10) (((-112) $ (|[\|\|]| (-227))) 13) (((-112) $ (|[\|\|]| (-518))) 19) (((-112) $ (|[\|\|]| (-1177))) 16)) (-2924 (($ (-518) (-656 $)) 51) (($ $ (-656 $)) 52)) (-1540 (((-112) $ $) NIL)) (-1919 (((-576) $) 27) (((-227) $) 33) (((-518) $) 39) (((-1177) $) 45)) (-2921 (((-112) $ $) 7)))
-(((-1200) (-13 (-1281) (-1119) (-1057 (-576)) (-1057 (-227)) (-1057 (-518)) (-1057 (-1177)) (-625 (-548)) (-10 -8 (-15 -4169 ((-1123) $)) (-15 -4169 ($ (-1123))) (-15 -3567 ((-576) $)) (-15 -1919 ((-576) $)) (-15 -3567 ((-227) $)) (-15 -1919 ((-227) $)) (-15 -3567 ((-518) $)) (-15 -1919 ((-518) $)) (-15 -3567 ((-1177) $)) (-15 -1919 ((-1177) $)) (-15 -2924 ($ (-518) (-656 $))) (-15 -2924 ($ $ (-656 $))) (-15 -4296 ((-112) $)) (-15 -3969 ((-3 (-576) (-227) (-518) (-1177) $) $)) (-15 -1699 ((-656 $) $)) (-15 -2843 ((-112) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-576)))) (-15 -2703 ((-112) $ (|[\|\|]| (-227)))) (-15 -2703 ((-112) $ (|[\|\|]| (-518)))) (-15 -2703 ((-112) $ (|[\|\|]| (-1177))))))) (T -1200))
-((-4169 (*1 *2 *1) (-12 (-5 *2 (-1123)) (-5 *1 (-1200)))) (-4169 (*1 *1 *2) (-12 (-5 *2 (-1123)) (-5 *1 (-1200)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1200)))) (-1919 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1200)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-227)) (-5 *1 (-1200)))) (-1919 (*1 *2 *1) (-12 (-5 *2 (-227)) (-5 *1 (-1200)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-1200)))) (-1919 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-1200)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-1200)))) (-1919 (*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-1200)))) (-2924 (*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-656 (-1200))) (-5 *1 (-1200)))) (-2924 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-1200))) (-5 *1 (-1200)))) (-4296 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1200)))) (-3969 (*1 *2 *1) (-12 (-5 *2 (-3 (-576) (-227) (-518) (-1177) (-1200))) (-5 *1 (-1200)))) (-1699 (*1 *2 *1) (-12 (-5 *2 (-656 (-1200))) (-5 *1 (-1200)))) (-2843 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1200)))) (-2703 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-576))) (-5 *2 (-112)) (-5 *1 (-1200)))) (-2703 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-227))) (-5 *2 (-112)) (-5 *1 (-1200)))) (-2703 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-518))) (-5 *2 (-112)) (-5 *1 (-1200)))) (-2703 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1177))) (-5 *2 (-112)) (-5 *1 (-1200)))))
-(-13 (-1281) (-1119) (-1057 (-576)) (-1057 (-227)) (-1057 (-518)) (-1057 (-1177)) (-625 (-548)) (-10 -8 (-15 -4169 ((-1123) $)) (-15 -4169 ($ (-1123))) (-15 -3567 ((-576) $)) (-15 -1919 ((-576) $)) (-15 -3567 ((-227) $)) (-15 -1919 ((-227) $)) (-15 -3567 ((-518) $)) (-15 -1919 ((-518) $)) (-15 -3567 ((-1177) $)) (-15 -1919 ((-1177) $)) (-15 -2924 ($ (-518) (-656 $))) (-15 -2924 ($ $ (-656 $))) (-15 -4296 ((-112) $)) (-15 -3969 ((-3 (-576) (-227) (-518) (-1177) $) $)) (-15 -1699 ((-656 $) $)) (-15 -2843 ((-112) $)) (-15 -2703 ((-112) $ (|[\|\|]| (-576)))) (-15 -2703 ((-112) $ (|[\|\|]| (-227)))) (-15 -2703 ((-112) $ (|[\|\|]| (-518)))) (-15 -2703 ((-112) $ (|[\|\|]| (-1177))))))
-((-3486 (((-112) $ $) NIL)) (-2093 (((-783)) 22)) (-2135 (($) 12 T CONST)) (-1834 (($) 26)) (-3123 (($ $ $) NIL) (($) 19 T CONST)) (-2352 (($ $ $) NIL) (($) 20 T CONST)) (-4379 (((-938) $) 24)) (-3881 (((-1177) $) NIL)) (-3222 (($ (-938)) 23)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)))
-(((-1201 |#1|) (-13 (-856) (-10 -8 (-15 -2135 ($) -1478))) (-938)) (T -1201))
-((-2135 (*1 *1) (-12 (-5 *1 (-1201 *2)) (-14 *2 (-938)))))
-(-13 (-856) (-10 -8 (-15 -2135 ($) -1478)))
+((-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-536))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-536)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-220))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-220)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-688))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-688)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1298))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1298)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-139))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-139)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-618))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-618)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-134))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-134)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1136))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1136)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-96))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-96)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-693))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-693)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-529))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-529)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1087))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1087)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1299))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1299)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-537))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-537)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1172))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1172)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-155))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-155)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-683))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-683)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-321))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-321)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1057))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1057)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-182))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-182)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-991))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-991)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1094))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1094)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1111))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1111)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1117))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1117)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-638))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-638)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1187))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1187)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-157))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-157)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-138))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-138)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-490))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-490)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-604))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-604)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-518))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-518)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1179))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1179)))) (-4305 (*1 *2 *1 *3) (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-576))) (-5 *2 (-112)))) (-4333 (*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-576)))))
+(-13 (-1104) (-1283) (-10 -8 (-15 -4305 ((-112) $ (|[\|\|]| (-536)))) (-15 -4333 ((-536) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-220)))) (-15 -4333 ((-220) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-688)))) (-15 -4333 ((-688) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-1298)))) (-15 -4333 ((-1298) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-139)))) (-15 -4333 ((-139) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-618)))) (-15 -4333 ((-618) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-134)))) (-15 -4333 ((-134) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-1136)))) (-15 -4333 ((-1136) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-96)))) (-15 -4333 ((-96) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-693)))) (-15 -4333 ((-693) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-529)))) (-15 -4333 ((-529) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-1087)))) (-15 -4333 ((-1087) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-1299)))) (-15 -4333 ((-1299) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-537)))) (-15 -4333 ((-537) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-1172)))) (-15 -4333 ((-1172) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-155)))) (-15 -4333 ((-155) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-683)))) (-15 -4333 ((-683) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-321)))) (-15 -4333 ((-321) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-1057)))) (-15 -4333 ((-1057) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-182)))) (-15 -4333 ((-182) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-991)))) (-15 -4333 ((-991) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-1094)))) (-15 -4333 ((-1094) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-1111)))) (-15 -4333 ((-1111) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-1117)))) (-15 -4333 ((-1117) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-638)))) (-15 -4333 ((-638) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-1187)))) (-15 -4333 ((-1187) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-157)))) (-15 -4333 ((-157) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-138)))) (-15 -4333 ((-138) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-490)))) (-15 -4333 ((-490) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-604)))) (-15 -4333 ((-604) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-518)))) (-15 -4333 ((-518) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-1179)))) (-15 -4333 ((-1179) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-576)))) (-15 -4333 ((-576) $))))
+(((-93) . T) ((-102) . T) ((-628 #0=(-1202)) . T) ((-625 (-876)) . T) ((-625 #0#) . T) ((-502 #0#) . T) ((-1121) . T) ((-1104) . T) ((-1238) . T) ((-1283) . T))
+((-4011 (((-1293) (-656 (-876))) 22) (((-1293) (-876)) 21)) (-2015 (((-1293) (-656 (-876))) 20) (((-1293) (-876)) 19)) (-3973 (((-1293) (-656 (-876))) 18) (((-1293) (-876)) 10) (((-1293) (-1179) (-876)) 16)))
+(((-1159) (-10 -7 (-15 -3973 ((-1293) (-1179) (-876))) (-15 -3973 ((-1293) (-876))) (-15 -2015 ((-1293) (-876))) (-15 -4011 ((-1293) (-876))) (-15 -3973 ((-1293) (-656 (-876)))) (-15 -2015 ((-1293) (-656 (-876)))) (-15 -4011 ((-1293) (-656 (-876)))))) (T -1159))
+((-4011 (*1 *2 *3) (-12 (-5 *3 (-656 (-876))) (-5 *2 (-1293)) (-5 *1 (-1159)))) (-2015 (*1 *2 *3) (-12 (-5 *3 (-656 (-876))) (-5 *2 (-1293)) (-5 *1 (-1159)))) (-3973 (*1 *2 *3) (-12 (-5 *3 (-656 (-876))) (-5 *2 (-1293)) (-5 *1 (-1159)))) (-4011 (*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1293)) (-5 *1 (-1159)))) (-2015 (*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1293)) (-5 *1 (-1159)))) (-3973 (*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1293)) (-5 *1 (-1159)))) (-3973 (*1 *2 *3 *4) (-12 (-5 *3 (-1179)) (-5 *4 (-876)) (-5 *2 (-1293)) (-5 *1 (-1159)))))
+(-10 -7 (-15 -3973 ((-1293) (-1179) (-876))) (-15 -3973 ((-1293) (-876))) (-15 -2015 ((-1293) (-876))) (-15 -4011 ((-1293) (-876))) (-15 -3973 ((-1293) (-656 (-876)))) (-15 -2015 ((-1293) (-656 (-876)))) (-15 -4011 ((-1293) (-656 (-876)))))
+((-3452 (($ $ $) 10)) (-1931 (($ $) 9)) (-2175 (($ $ $) 13)) (-2470 (($ $ $) 15)) (-2900 (($ $ $) 12)) (-3329 (($ $ $) 14)) (-1410 (($ $) 17)) (-4013 (($ $) 16)) (-2679 (($ $) 6)) (-2755 (($ $ $) 11) (($ $) 7)) (-1875 (($ $ $) 8)))
+(((-1160) (-141)) (T -1160))
+((-1410 (*1 *1 *1) (-4 *1 (-1160))) (-4013 (*1 *1 *1) (-4 *1 (-1160))) (-2470 (*1 *1 *1 *1) (-4 *1 (-1160))) (-3329 (*1 *1 *1 *1) (-4 *1 (-1160))) (-2175 (*1 *1 *1 *1) (-4 *1 (-1160))) (-2900 (*1 *1 *1 *1) (-4 *1 (-1160))) (-2755 (*1 *1 *1 *1) (-4 *1 (-1160))) (-3452 (*1 *1 *1 *1) (-4 *1 (-1160))) (-1931 (*1 *1 *1) (-4 *1 (-1160))) (-1875 (*1 *1 *1 *1) (-4 *1 (-1160))) (-2755 (*1 *1 *1) (-4 *1 (-1160))) (-2679 (*1 *1 *1) (-4 *1 (-1160))))
+(-13 (-10 -8 (-15 -2679 ($ $)) (-15 -2755 ($ $)) (-15 -1875 ($ $ $)) (-15 -1931 ($ $)) (-15 -3452 ($ $ $)) (-15 -2755 ($ $ $)) (-15 -2900 ($ $ $)) (-15 -2175 ($ $ $)) (-15 -3329 ($ $ $)) (-15 -2470 ($ $ $)) (-15 -4013 ($ $)) (-15 -1410 ($ $))))
+((-1955 (((-112) $ $) 44)) (-1688 ((|#1| $) 17)) (-3194 (((-112) $ $ (-1 (-112) |#2| |#2|)) 39)) (-1441 (((-112) $) 19)) (-2853 (($ $ |#1|) 30)) (-2034 (($ $ (-112)) 32)) (-2433 (($ $) 33)) (-3999 (($ $ |#2|) 31)) (-4185 (((-1179) $) NIL)) (-4051 (((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|)) 38)) (-3117 (((-1141) $) NIL)) (-4190 (((-112) $) 16)) (-3029 (($) 13)) (-4287 (($ $) 29)) (-4125 (($ |#1| |#2| (-112)) 20) (($ |#1| |#2|) 21) (($ (-2 (|:| |val| |#1|) (|:| -4442 |#2|))) 23) (((-656 $) (-656 (-2 (|:| |val| |#1|) (|:| -4442 |#2|)))) 26) (((-656 $) |#1| (-656 |#2|)) 28)) (-3271 ((|#2| $) 18)) (-4114 (((-876) $) 53)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 42)))
+(((-1161 |#1| |#2|) (-13 (-1121) (-10 -8 (-15 -3029 ($)) (-15 -4190 ((-112) $)) (-15 -1688 (|#1| $)) (-15 -3271 (|#2| $)) (-15 -1441 ((-112) $)) (-15 -4125 ($ |#1| |#2| (-112))) (-15 -4125 ($ |#1| |#2|)) (-15 -4125 ($ (-2 (|:| |val| |#1|) (|:| -4442 |#2|)))) (-15 -4125 ((-656 $) (-656 (-2 (|:| |val| |#1|) (|:| -4442 |#2|))))) (-15 -4125 ((-656 $) |#1| (-656 |#2|))) (-15 -4287 ($ $)) (-15 -2853 ($ $ |#1|)) (-15 -3999 ($ $ |#2|)) (-15 -2034 ($ $ (-112))) (-15 -2433 ($ $)) (-15 -4051 ((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|))) (-15 -3194 ((-112) $ $ (-1 (-112) |#2| |#2|))))) (-13 (-1121) (-34)) (-13 (-1121) (-34))) (T -1161))
+((-3029 (*1 *1) (-12 (-5 *1 (-1161 *2 *3)) (-4 *2 (-13 (-1121) (-34))) (-4 *3 (-13 (-1121) (-34))))) (-4190 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1161 *3 *4)) (-4 *3 (-13 (-1121) (-34))) (-4 *4 (-13 (-1121) (-34))))) (-1688 (*1 *2 *1) (-12 (-4 *2 (-13 (-1121) (-34))) (-5 *1 (-1161 *2 *3)) (-4 *3 (-13 (-1121) (-34))))) (-3271 (*1 *2 *1) (-12 (-4 *2 (-13 (-1121) (-34))) (-5 *1 (-1161 *3 *2)) (-4 *3 (-13 (-1121) (-34))))) (-1441 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1161 *3 *4)) (-4 *3 (-13 (-1121) (-34))) (-4 *4 (-13 (-1121) (-34))))) (-4125 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *1 (-1161 *2 *3)) (-4 *2 (-13 (-1121) (-34))) (-4 *3 (-13 (-1121) (-34))))) (-4125 (*1 *1 *2 *3) (-12 (-5 *1 (-1161 *2 *3)) (-4 *2 (-13 (-1121) (-34))) (-4 *3 (-13 (-1121) (-34))))) (-4125 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -4442 *4))) (-4 *3 (-13 (-1121) (-34))) (-4 *4 (-13 (-1121) (-34))) (-5 *1 (-1161 *3 *4)))) (-4125 (*1 *2 *3) (-12 (-5 *3 (-656 (-2 (|:| |val| *4) (|:| -4442 *5)))) (-4 *4 (-13 (-1121) (-34))) (-4 *5 (-13 (-1121) (-34))) (-5 *2 (-656 (-1161 *4 *5))) (-5 *1 (-1161 *4 *5)))) (-4125 (*1 *2 *3 *4) (-12 (-5 *4 (-656 *5)) (-4 *5 (-13 (-1121) (-34))) (-5 *2 (-656 (-1161 *3 *5))) (-5 *1 (-1161 *3 *5)) (-4 *3 (-13 (-1121) (-34))))) (-4287 (*1 *1 *1) (-12 (-5 *1 (-1161 *2 *3)) (-4 *2 (-13 (-1121) (-34))) (-4 *3 (-13 (-1121) (-34))))) (-2853 (*1 *1 *1 *2) (-12 (-5 *1 (-1161 *2 *3)) (-4 *2 (-13 (-1121) (-34))) (-4 *3 (-13 (-1121) (-34))))) (-3999 (*1 *1 *1 *2) (-12 (-5 *1 (-1161 *3 *2)) (-4 *3 (-13 (-1121) (-34))) (-4 *2 (-13 (-1121) (-34))))) (-2034 (*1 *1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1161 *3 *4)) (-4 *3 (-13 (-1121) (-34))) (-4 *4 (-13 (-1121) (-34))))) (-2433 (*1 *1 *1) (-12 (-5 *1 (-1161 *2 *3)) (-4 *2 (-13 (-1121) (-34))) (-4 *3 (-13 (-1121) (-34))))) (-4051 (*1 *2 *1 *1 *3 *4) (-12 (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-1 (-112) *6 *6)) (-4 *5 (-13 (-1121) (-34))) (-4 *6 (-13 (-1121) (-34))) (-5 *2 (-112)) (-5 *1 (-1161 *5 *6)))) (-3194 (*1 *2 *1 *1 *3) (-12 (-5 *3 (-1 (-112) *5 *5)) (-4 *5 (-13 (-1121) (-34))) (-5 *2 (-112)) (-5 *1 (-1161 *4 *5)) (-4 *4 (-13 (-1121) (-34))))))
+(-13 (-1121) (-10 -8 (-15 -3029 ($)) (-15 -4190 ((-112) $)) (-15 -1688 (|#1| $)) (-15 -3271 (|#2| $)) (-15 -1441 ((-112) $)) (-15 -4125 ($ |#1| |#2| (-112))) (-15 -4125 ($ |#1| |#2|)) (-15 -4125 ($ (-2 (|:| |val| |#1|) (|:| -4442 |#2|)))) (-15 -4125 ((-656 $) (-656 (-2 (|:| |val| |#1|) (|:| -4442 |#2|))))) (-15 -4125 ((-656 $) |#1| (-656 |#2|))) (-15 -4287 ($ $)) (-15 -2853 ($ $ |#1|)) (-15 -3999 ($ $ |#2|)) (-15 -2034 ($ $ (-112))) (-15 -2433 ($ $)) (-15 -4051 ((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|))) (-15 -3194 ((-112) $ $ (-1 (-112) |#2| |#2|)))))
+((-1955 (((-112) $ $) NIL (|has| (-1161 |#1| |#2|) (-102)))) (-1688 (((-1161 |#1| |#2|) $) 27)) (-1459 (($ $) 91)) (-4256 (((-112) (-1161 |#1| |#2|) $ (-1 (-112) |#2| |#2|)) 100)) (-2659 (($ $ $ (-656 (-1161 |#1| |#2|))) 108) (($ $ $ (-656 (-1161 |#1| |#2|)) (-1 (-112) |#2| |#2|)) 109)) (-1951 (((-112) $ (-783)) NIL)) (-1450 (((-1161 |#1| |#2|) $ (-1161 |#1| |#2|)) 46 (|has| $ (-6 -4465)))) (-4268 (((-1161 |#1| |#2|) $ "value" (-1161 |#1| |#2|)) NIL (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) 44 (|has| $ (-6 -4465)))) (-3853 (($) NIL T CONST)) (-3885 (((-656 (-2 (|:| |val| |#1|) (|:| -4442 |#2|))) $) 95)) (-1678 (($ (-1161 |#1| |#2|) $) 42)) (-2824 (($ (-1161 |#1| |#2|) $) 34)) (-3722 (((-656 (-1161 |#1| |#2|)) $) NIL (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) 54)) (-2415 (((-112) (-1161 |#1| |#2|) $) 97)) (-2317 (((-112) $ $) NIL (|has| (-1161 |#1| |#2|) (-1121)))) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 (-1161 |#1| |#2|)) $) 58 (|has| $ (-6 -4464)))) (-4029 (((-112) (-1161 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-1161 |#1| |#2|) (-1121))))) (-1896 (($ (-1 (-1161 |#1| |#2|) (-1161 |#1| |#2|)) $) 50 (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-1161 |#1| |#2|) (-1161 |#1| |#2|)) $) 49)) (-4002 (((-112) $ (-783)) NIL)) (-4186 (((-656 (-1161 |#1| |#2|)) $) 56)) (-1925 (((-112) $) 45)) (-4185 (((-1179) $) NIL (|has| (-1161 |#1| |#2|) (-1121)))) (-3117 (((-1141) $) NIL (|has| (-1161 |#1| |#2|) (-1121)))) (-4315 (((-3 $ "failed") $) 89)) (-3484 (((-112) (-1 (-112) (-1161 |#1| |#2|)) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-1161 |#1| |#2|)))) NIL (-12 (|has| (-1161 |#1| |#2|) (-319 (-1161 |#1| |#2|))) (|has| (-1161 |#1| |#2|) (-1121)))) (($ $ (-304 (-1161 |#1| |#2|))) NIL (-12 (|has| (-1161 |#1| |#2|) (-319 (-1161 |#1| |#2|))) (|has| (-1161 |#1| |#2|) (-1121)))) (($ $ (-1161 |#1| |#2|) (-1161 |#1| |#2|)) NIL (-12 (|has| (-1161 |#1| |#2|) (-319 (-1161 |#1| |#2|))) (|has| (-1161 |#1| |#2|) (-1121)))) (($ $ (-656 (-1161 |#1| |#2|)) (-656 (-1161 |#1| |#2|))) NIL (-12 (|has| (-1161 |#1| |#2|) (-319 (-1161 |#1| |#2|))) (|has| (-1161 |#1| |#2|) (-1121))))) (-2587 (((-112) $ $) 53)) (-4190 (((-112) $) 24)) (-3029 (($) 26)) (-4369 (((-1161 |#1| |#2|) $ "value") NIL)) (-3088 (((-576) $ $) NIL)) (-1906 (((-112) $) 47)) (-3131 (((-783) (-1 (-112) (-1161 |#1| |#2|)) $) NIL (|has| $ (-6 -4464))) (((-783) (-1161 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-1161 |#1| |#2|) (-1121))))) (-4287 (($ $) 52)) (-4125 (($ (-1161 |#1| |#2|)) 10) (($ |#1| |#2| (-656 $)) 13) (($ |#1| |#2| (-656 (-1161 |#1| |#2|))) 15) (($ |#1| |#2| |#1| (-656 |#2|)) 18)) (-1453 (((-656 |#2|) $) 96)) (-4114 (((-876) $) 87 (|has| (-1161 |#1| |#2|) (-625 (-876))))) (-3429 (((-656 $) $) 31)) (-2090 (((-112) $ $) NIL (|has| (-1161 |#1| |#2|) (-1121)))) (-3000 (((-112) $ $) NIL (|has| (-1161 |#1| |#2|) (-1121)))) (-1746 (((-112) (-1 (-112) (-1161 |#1| |#2|)) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 70 (|has| (-1161 |#1| |#2|) (-102)))) (-1968 (((-783) $) 64 (|has| $ (-6 -4464)))))
+(((-1162 |#1| |#2|) (-13 (-1031 (-1161 |#1| |#2|)) (-10 -8 (-6 -4465) (-6 -4464) (-15 -4315 ((-3 $ "failed") $)) (-15 -1459 ($ $)) (-15 -4125 ($ (-1161 |#1| |#2|))) (-15 -4125 ($ |#1| |#2| (-656 $))) (-15 -4125 ($ |#1| |#2| (-656 (-1161 |#1| |#2|)))) (-15 -4125 ($ |#1| |#2| |#1| (-656 |#2|))) (-15 -1453 ((-656 |#2|) $)) (-15 -3885 ((-656 (-2 (|:| |val| |#1|) (|:| -4442 |#2|))) $)) (-15 -2415 ((-112) (-1161 |#1| |#2|) $)) (-15 -4256 ((-112) (-1161 |#1| |#2|) $ (-1 (-112) |#2| |#2|))) (-15 -2824 ($ (-1161 |#1| |#2|) $)) (-15 -1678 ($ (-1161 |#1| |#2|) $)) (-15 -2659 ($ $ $ (-656 (-1161 |#1| |#2|)))) (-15 -2659 ($ $ $ (-656 (-1161 |#1| |#2|)) (-1 (-112) |#2| |#2|))))) (-13 (-1121) (-34)) (-13 (-1121) (-34))) (T -1162))
+((-4315 (*1 *1 *1) (|partial| -12 (-5 *1 (-1162 *2 *3)) (-4 *2 (-13 (-1121) (-34))) (-4 *3 (-13 (-1121) (-34))))) (-1459 (*1 *1 *1) (-12 (-5 *1 (-1162 *2 *3)) (-4 *2 (-13 (-1121) (-34))) (-4 *3 (-13 (-1121) (-34))))) (-4125 (*1 *1 *2) (-12 (-5 *2 (-1161 *3 *4)) (-4 *3 (-13 (-1121) (-34))) (-4 *4 (-13 (-1121) (-34))) (-5 *1 (-1162 *3 *4)))) (-4125 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-656 (-1162 *2 *3))) (-5 *1 (-1162 *2 *3)) (-4 *2 (-13 (-1121) (-34))) (-4 *3 (-13 (-1121) (-34))))) (-4125 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-656 (-1161 *2 *3))) (-4 *2 (-13 (-1121) (-34))) (-4 *3 (-13 (-1121) (-34))) (-5 *1 (-1162 *2 *3)))) (-4125 (*1 *1 *2 *3 *2 *4) (-12 (-5 *4 (-656 *3)) (-4 *3 (-13 (-1121) (-34))) (-5 *1 (-1162 *2 *3)) (-4 *2 (-13 (-1121) (-34))))) (-1453 (*1 *2 *1) (-12 (-5 *2 (-656 *4)) (-5 *1 (-1162 *3 *4)) (-4 *3 (-13 (-1121) (-34))) (-4 *4 (-13 (-1121) (-34))))) (-3885 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4)))) (-5 *1 (-1162 *3 *4)) (-4 *3 (-13 (-1121) (-34))) (-4 *4 (-13 (-1121) (-34))))) (-2415 (*1 *2 *3 *1) (-12 (-5 *3 (-1161 *4 *5)) (-4 *4 (-13 (-1121) (-34))) (-4 *5 (-13 (-1121) (-34))) (-5 *2 (-112)) (-5 *1 (-1162 *4 *5)))) (-4256 (*1 *2 *3 *1 *4) (-12 (-5 *3 (-1161 *5 *6)) (-5 *4 (-1 (-112) *6 *6)) (-4 *5 (-13 (-1121) (-34))) (-4 *6 (-13 (-1121) (-34))) (-5 *2 (-112)) (-5 *1 (-1162 *5 *6)))) (-2824 (*1 *1 *2 *1) (-12 (-5 *2 (-1161 *3 *4)) (-4 *3 (-13 (-1121) (-34))) (-4 *4 (-13 (-1121) (-34))) (-5 *1 (-1162 *3 *4)))) (-1678 (*1 *1 *2 *1) (-12 (-5 *2 (-1161 *3 *4)) (-4 *3 (-13 (-1121) (-34))) (-4 *4 (-13 (-1121) (-34))) (-5 *1 (-1162 *3 *4)))) (-2659 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-656 (-1161 *3 *4))) (-4 *3 (-13 (-1121) (-34))) (-4 *4 (-13 (-1121) (-34))) (-5 *1 (-1162 *3 *4)))) (-2659 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-1161 *4 *5))) (-5 *3 (-1 (-112) *5 *5)) (-4 *4 (-13 (-1121) (-34))) (-4 *5 (-13 (-1121) (-34))) (-5 *1 (-1162 *4 *5)))))
+(-13 (-1031 (-1161 |#1| |#2|)) (-10 -8 (-6 -4465) (-6 -4464) (-15 -4315 ((-3 $ "failed") $)) (-15 -1459 ($ $)) (-15 -4125 ($ (-1161 |#1| |#2|))) (-15 -4125 ($ |#1| |#2| (-656 $))) (-15 -4125 ($ |#1| |#2| (-656 (-1161 |#1| |#2|)))) (-15 -4125 ($ |#1| |#2| |#1| (-656 |#2|))) (-15 -1453 ((-656 |#2|) $)) (-15 -3885 ((-656 (-2 (|:| |val| |#1|) (|:| -4442 |#2|))) $)) (-15 -2415 ((-112) (-1161 |#1| |#2|) $)) (-15 -4256 ((-112) (-1161 |#1| |#2|) $ (-1 (-112) |#2| |#2|))) (-15 -2824 ($ (-1161 |#1| |#2|) $)) (-15 -1678 ($ (-1161 |#1| |#2|) $)) (-15 -2659 ($ $ $ (-656 (-1161 |#1| |#2|)))) (-15 -2659 ($ $ $ (-656 (-1161 |#1| |#2|)) (-1 (-112) |#2| |#2|)))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-4426 (($ $) NIL)) (-3832 ((|#2| $) NIL)) (-1725 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-2807 (($ (-701 |#2|)) 56)) (-4055 (((-112) $) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-3464 (($ |#2|) 14)) (-3853 (($) NIL T CONST)) (-1872 (($ $) 69 (|has| |#2| (-317)))) (-3368 (((-245 |#1| |#2|) $ (-576)) 42)) (-2981 (((-3 (-576) "failed") $) NIL (|has| |#2| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1059 (-419 (-576))))) (((-3 |#2| "failed") $) NIL)) (-2318 (((-576) $) NIL (|has| |#2| (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| |#2| (-1059 (-419 (-576))))) ((|#2| $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) NIL) (((-701 |#2|) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) 83)) (-4136 (((-783) $) 71 (|has| |#2| (-568)))) (-3721 ((|#2| $ (-576) (-576)) NIL)) (-3722 (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-3315 (((-112) $) NIL)) (-1547 (((-783) $) 73 (|has| |#2| (-568)))) (-3622 (((-656 (-245 |#1| |#2|)) $) 77 (|has| |#2| (-568)))) (-2759 (((-783) $) NIL)) (-1988 (($ |#2|) 25)) (-2773 (((-783) $) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-2829 ((|#2| $) 67 (|has| |#2| (-6 (-4466 "*"))))) (-2037 (((-576) $) NIL)) (-3775 (((-576) $) NIL)) (-4302 (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-3422 (((-576) $) NIL)) (-3154 (((-576) $) NIL)) (-3409 (($ (-656 (-656 |#2|))) 37)) (-1896 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-3302 (((-656 (-656 |#2|)) $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-1288 $) $) NIL) (((-701 |#2|) (-1288 $)) NIL)) (-4185 (((-1179) $) NIL)) (-1717 (((-3 $ "failed") $) 80 (|has| |#2| (-374)))) (-3117 (((-1141) $) NIL)) (-1943 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-568)))) (-3484 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#2| $ (-576) (-576) |#2|) NIL) ((|#2| $ (-576) (-576)) NIL)) (-4107 (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $) NIL (|has| |#2| (-237))) (($ $ (-783)) NIL (|has| |#2| (-237))) (($ $ (-1197)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#2| (-919 (-1197))))) (-2080 ((|#2| $) NIL)) (-1438 (($ (-656 |#2|)) 50)) (-3774 (((-112) $) NIL)) (-2333 (((-245 |#1| |#2|) $) NIL)) (-3518 ((|#2| $) 65 (|has| |#2| (-6 (-4466 "*"))))) (-3131 (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-4287 (($ $) NIL)) (-1554 (((-548) $) 89 (|has| |#2| (-626 (-548))))) (-4389 (((-245 |#1| |#2|) $ (-576)) 44)) (-4114 (((-876) $) 47) (($ (-576)) NIL) (($ (-419 (-576))) NIL (|has| |#2| (-1059 (-419 (-576))))) (($ |#2|) NIL) (((-701 |#2|) $) 52)) (-2864 (((-783)) 23 T CONST)) (-3000 (((-112) $ $) NIL)) (-1746 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-4354 (((-112) $) NIL)) (-4312 (($) 16 T CONST)) (-4322 (($) 21 T CONST)) (-3157 (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $) NIL (|has| |#2| (-237))) (($ $ (-783)) NIL (|has| |#2| (-237))) (($ $ (-1197)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#2| (-919 (-1197))))) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) 63) (($ $ (-576)) 82 (|has| |#2| (-374)))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-245 |#1| |#2|) $ (-245 |#1| |#2|)) 59) (((-245 |#1| |#2|) (-245 |#1| |#2|) $) 61)) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-1163 |#1| |#2|) (-13 (-1144 |#1| |#2| (-245 |#1| |#2|) (-245 |#1| |#2|)) (-625 (-701 |#2|)) (-10 -8 (-15 -1988 ($ |#2|)) (-15 -4426 ($ $)) (-15 -2807 ($ (-701 |#2|))) (IF (|has| |#2| (-6 (-4466 "*"))) (-6 -4453) |%noBranch|) (IF (|has| |#2| (-6 (-4466 "*"))) (IF (|has| |#2| (-6 -4461)) (-6 -4461) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|))) (-783) (-1070)) (T -1163))
+((-1988 (*1 *1 *2) (-12 (-5 *1 (-1163 *3 *2)) (-14 *3 (-783)) (-4 *2 (-1070)))) (-4426 (*1 *1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-783)) (-4 *3 (-1070)))) (-2807 (*1 *1 *2) (-12 (-5 *2 (-701 *4)) (-4 *4 (-1070)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-783)))))
+(-13 (-1144 |#1| |#2| (-245 |#1| |#2|) (-245 |#1| |#2|)) (-625 (-701 |#2|)) (-10 -8 (-15 -1988 ($ |#2|)) (-15 -4426 ($ $)) (-15 -2807 ($ (-701 |#2|))) (IF (|has| |#2| (-6 (-4466 "*"))) (-6 -4453) |%noBranch|) (IF (|has| |#2| (-6 (-4466 "*"))) (IF (|has| |#2| (-6 -4461)) (-6 -4461) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-626 (-548))) (-6 (-626 (-548))) |%noBranch|)))
+((-2602 (($ $) 19)) (-2999 (($ $ (-145)) 10) (($ $ (-142)) 14)) (-2282 (((-112) $ $) 24)) (-2159 (($ $) 17)) (-4369 (((-145) $ (-576) (-145)) NIL) (((-145) $ (-576)) NIL) (($ $ (-1255 (-576))) NIL) (($ $ $) 31)) (-4114 (($ (-145)) 29) (((-876) $) NIL)))
+(((-1164 |#1|) (-10 -8 (-15 -4114 ((-876) |#1|)) (-15 -4369 (|#1| |#1| |#1|)) (-15 -2999 (|#1| |#1| (-142))) (-15 -2999 (|#1| |#1| (-145))) (-15 -4114 (|#1| (-145))) (-15 -2282 ((-112) |#1| |#1|)) (-15 -2602 (|#1| |#1|)) (-15 -2159 (|#1| |#1|)) (-15 -4369 (|#1| |#1| (-1255 (-576)))) (-15 -4369 ((-145) |#1| (-576))) (-15 -4369 ((-145) |#1| (-576) (-145)))) (-1165)) (T -1164))
+NIL
+(-10 -8 (-15 -4114 ((-876) |#1|)) (-15 -4369 (|#1| |#1| |#1|)) (-15 -2999 (|#1| |#1| (-142))) (-15 -2999 (|#1| |#1| (-145))) (-15 -4114 (|#1| (-145))) (-15 -2282 ((-112) |#1| |#1|)) (-15 -2602 (|#1| |#1|)) (-15 -2159 (|#1| |#1|)) (-15 -4369 (|#1| |#1| (-1255 (-576)))) (-15 -4369 ((-145) |#1| (-576))) (-15 -4369 ((-145) |#1| (-576) (-145))))
+((-1955 (((-112) $ $) 20 (|has| (-145) (-102)))) (-4371 (($ $) 123)) (-2602 (($ $) 124)) (-2999 (($ $ (-145)) 111) (($ $ (-142)) 110)) (-1758 (((-1293) $ (-576) (-576)) 41 (|has| $ (-6 -4465)))) (-2258 (((-112) $ $) 121)) (-2234 (((-112) $ $ (-576)) 120)) (-3102 (((-656 $) $ (-145)) 113) (((-656 $) $ (-142)) 112)) (-2033 (((-112) (-1 (-112) (-145) (-145)) $) 101) (((-112) $) 95 (|has| (-145) (-862)))) (-2218 (($ (-1 (-112) (-145) (-145)) $) 92 (|has| $ (-6 -4465))) (($ $) 91 (-12 (|has| (-145) (-862)) (|has| $ (-6 -4465))))) (-2380 (($ (-1 (-112) (-145) (-145)) $) 102) (($ $) 96 (|has| (-145) (-862)))) (-1951 (((-112) $ (-783)) 8)) (-4268 (((-145) $ (-576) (-145)) 53 (|has| $ (-6 -4465))) (((-145) $ (-1255 (-576)) (-145)) 60 (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) (-145)) $) 77 (|has| $ (-6 -4464)))) (-3853 (($) 7 T CONST)) (-4435 (($ $ (-145)) 107) (($ $ (-142)) 106)) (-1370 (($ $) 93 (|has| $ (-6 -4465)))) (-4204 (($ $) 103)) (-3257 (($ $ (-1255 (-576)) $) 117)) (-2741 (($ $) 80 (-12 (|has| (-145) (-1121)) (|has| $ (-6 -4464))))) (-2824 (($ (-145) $) 79 (-12 (|has| (-145) (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) (-145)) $) 76 (|has| $ (-6 -4464)))) (-2722 (((-145) (-1 (-145) (-145) (-145)) $ (-145) (-145)) 78 (-12 (|has| (-145) (-1121)) (|has| $ (-6 -4464)))) (((-145) (-1 (-145) (-145) (-145)) $ (-145)) 75 (|has| $ (-6 -4464))) (((-145) (-1 (-145) (-145) (-145)) $) 74 (|has| $ (-6 -4464)))) (-1908 (((-145) $ (-576) (-145)) 54 (|has| $ (-6 -4465)))) (-3721 (((-145) $ (-576)) 52)) (-2282 (((-112) $ $) 122)) (-3539 (((-576) (-1 (-112) (-145)) $) 100) (((-576) (-145) $) 99 (|has| (-145) (-1121))) (((-576) (-145) $ (-576)) 98 (|has| (-145) (-1121))) (((-576) $ $ (-576)) 116) (((-576) (-142) $ (-576)) 115)) (-3722 (((-656 (-145)) $) 31 (|has| $ (-6 -4464)))) (-1988 (($ (-783) (-145)) 70)) (-4157 (((-112) $ (-783)) 9)) (-3176 (((-576) $) 44 (|has| (-576) (-862)))) (-2905 (($ $ $) 90 (|has| (-145) (-862)))) (-3181 (($ (-1 (-112) (-145) (-145)) $ $) 104) (($ $ $) 97 (|has| (-145) (-862)))) (-4302 (((-656 (-145)) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) (-145) $) 28 (-12 (|has| (-145) (-1121)) (|has| $ (-6 -4464))))) (-2316 (((-576) $) 45 (|has| (-576) (-862)))) (-2163 (($ $ $) 89 (|has| (-145) (-862)))) (-4327 (((-112) $ $ (-145)) 118)) (-1465 (((-783) $ $ (-145)) 119)) (-1896 (($ (-1 (-145) (-145)) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-145) (-145)) $) 36) (($ (-1 (-145) (-145) (-145)) $ $) 65)) (-4299 (($ $) 125)) (-2159 (($ $) 126)) (-4002 (((-112) $ (-783)) 10)) (-1325 (($ $ (-145)) 109) (($ $ (-142)) 108)) (-4185 (((-1179) $) 22 (|has| (-145) (-1121)))) (-3386 (($ (-145) $ (-576)) 62) (($ $ $ (-576)) 61)) (-4402 (((-656 (-576)) $) 47)) (-1505 (((-112) (-576) $) 48)) (-3117 (((-1141) $) 21 (|has| (-145) (-1121)))) (-1753 (((-145) $) 43 (|has| (-576) (-862)))) (-2922 (((-3 (-145) "failed") (-1 (-112) (-145)) $) 73)) (-3140 (($ $ (-145)) 42 (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) (-145)) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-145)))) 27 (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121)))) (($ $ (-304 (-145))) 26 (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121)))) (($ $ (-145) (-145)) 25 (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121)))) (($ $ (-656 (-145)) (-656 (-145))) 24 (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121))))) (-2587 (((-112) $ $) 14)) (-2408 (((-112) (-145) $) 46 (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121))))) (-3700 (((-656 (-145)) $) 49)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 (((-145) $ (-576) (-145)) 51) (((-145) $ (-576)) 50) (($ $ (-1255 (-576))) 71) (($ $ $) 105)) (-2335 (($ $ (-576)) 64) (($ $ (-1255 (-576))) 63)) (-3131 (((-783) (-1 (-112) (-145)) $) 32 (|has| $ (-6 -4464))) (((-783) (-145) $) 29 (-12 (|has| (-145) (-1121)) (|has| $ (-6 -4464))))) (-3796 (($ $ $ (-576)) 94 (|has| $ (-6 -4465)))) (-4287 (($ $) 13)) (-1554 (((-548) $) 81 (|has| (-145) (-626 (-548))))) (-4125 (($ (-656 (-145))) 72)) (-2767 (($ $ (-145)) 69) (($ (-145) $) 68) (($ $ $) 67) (($ (-656 $)) 66)) (-4114 (($ (-145)) 114) (((-876) $) 18 (|has| (-145) (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| (-145) (-1121)))) (-1746 (((-112) (-1 (-112) (-145)) $) 34 (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) 87 (|has| (-145) (-862)))) (-3975 (((-112) $ $) 86 (|has| (-145) (-862)))) (-3939 (((-112) $ $) 19 (|has| (-145) (-102)))) (-3985 (((-112) $ $) 88 (|has| (-145) (-862)))) (-3962 (((-112) $ $) 85 (|has| (-145) (-862)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-1165) (-141)) (T -1165))
+((-2159 (*1 *1 *1) (-4 *1 (-1165))) (-4299 (*1 *1 *1) (-4 *1 (-1165))) (-2602 (*1 *1 *1) (-4 *1 (-1165))) (-4371 (*1 *1 *1) (-4 *1 (-1165))) (-2282 (*1 *2 *1 *1) (-12 (-4 *1 (-1165)) (-5 *2 (-112)))) (-2258 (*1 *2 *1 *1) (-12 (-4 *1 (-1165)) (-5 *2 (-112)))) (-2234 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1165)) (-5 *3 (-576)) (-5 *2 (-112)))) (-1465 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1165)) (-5 *3 (-145)) (-5 *2 (-783)))) (-4327 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1165)) (-5 *3 (-145)) (-5 *2 (-112)))) (-3257 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-1165)) (-5 *2 (-1255 (-576))))) (-3539 (*1 *2 *1 *1 *2) (-12 (-4 *1 (-1165)) (-5 *2 (-576)))) (-3539 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1165)) (-5 *2 (-576)) (-5 *3 (-142)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-145)) (-4 *1 (-1165)))) (-3102 (*1 *2 *1 *3) (-12 (-5 *3 (-145)) (-5 *2 (-656 *1)) (-4 *1 (-1165)))) (-3102 (*1 *2 *1 *3) (-12 (-5 *3 (-142)) (-5 *2 (-656 *1)) (-4 *1 (-1165)))) (-2999 (*1 *1 *1 *2) (-12 (-4 *1 (-1165)) (-5 *2 (-145)))) (-2999 (*1 *1 *1 *2) (-12 (-4 *1 (-1165)) (-5 *2 (-142)))) (-1325 (*1 *1 *1 *2) (-12 (-4 *1 (-1165)) (-5 *2 (-145)))) (-1325 (*1 *1 *1 *2) (-12 (-4 *1 (-1165)) (-5 *2 (-142)))) (-4435 (*1 *1 *1 *2) (-12 (-4 *1 (-1165)) (-5 *2 (-145)))) (-4435 (*1 *1 *1 *2) (-12 (-4 *1 (-1165)) (-5 *2 (-142)))) (-4369 (*1 *1 *1 *1) (-4 *1 (-1165))))
+(-13 (-19 (-145)) (-10 -8 (-15 -2159 ($ $)) (-15 -4299 ($ $)) (-15 -2602 ($ $)) (-15 -4371 ($ $)) (-15 -2282 ((-112) $ $)) (-15 -2258 ((-112) $ $)) (-15 -2234 ((-112) $ $ (-576))) (-15 -1465 ((-783) $ $ (-145))) (-15 -4327 ((-112) $ $ (-145))) (-15 -3257 ($ $ (-1255 (-576)) $)) (-15 -3539 ((-576) $ $ (-576))) (-15 -3539 ((-576) (-142) $ (-576))) (-15 -4114 ($ (-145))) (-15 -3102 ((-656 $) $ (-145))) (-15 -3102 ((-656 $) $ (-142))) (-15 -2999 ($ $ (-145))) (-15 -2999 ($ $ (-142))) (-15 -1325 ($ $ (-145))) (-15 -1325 ($ $ (-142))) (-15 -4435 ($ $ (-145))) (-15 -4435 ($ $ (-142))) (-15 -4369 ($ $ $))))
+(((-34) . T) ((-102) -3795 (|has| (-145) (-1121)) (|has| (-145) (-862)) (|has| (-145) (-102))) ((-625 (-876)) -3795 (|has| (-145) (-1121)) (|has| (-145) (-862)) (|has| (-145) (-625 (-876)))) ((-152 #0=(-145)) . T) ((-626 (-548)) |has| (-145) (-626 (-548))) ((-296 #1=(-576) #0#) . T) ((-296 (-1255 (-576)) $) . T) ((-298 #1# #0#) . T) ((-319 #0#) -12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121))) ((-384 #0#) . T) ((-501 #0#) . T) ((-616 #1# #0#) . T) ((-526 #0# #0#) -12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121))) ((-663 #0#) . T) ((-19 #0#) . T) ((-862) |has| (-145) (-862)) ((-1121) -3795 (|has| (-145) (-1121)) (|has| (-145) (-862))) ((-1238) . T))
+((-4351 (((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-656 |#4|) (-656 |#5|) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) (-783)) 112)) (-1406 (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5|) 62) (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783)) 61)) (-3086 (((-1293) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-783)) 97)) (-1589 (((-783) (-656 |#4|) (-656 |#5|)) 30)) (-3240 (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5|) 64) (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783)) 63) (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783) (-112)) 65)) (-1634 (((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112) (-112) (-112) (-112)) 84) (((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112)) 85)) (-1554 (((-1179) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) 90)) (-3816 (((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5|) 60)) (-3541 (((-783) (-656 |#4|) (-656 |#5|)) 21)))
+(((-1166 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3541 ((-783) (-656 |#4|) (-656 |#5|))) (-15 -1589 ((-783) (-656 |#4|) (-656 |#5|))) (-15 -3816 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5|)) (-15 -1406 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783))) (-15 -1406 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5|)) (-15 -3240 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783) (-112))) (-15 -3240 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783))) (-15 -3240 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5|)) (-15 -1634 ((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112))) (-15 -1634 ((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -4351 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-656 |#4|) (-656 |#5|) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) (-783))) (-15 -1554 ((-1179) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|)))) (-15 -3086 ((-1293) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-783)))) (-464) (-805) (-862) (-1086 |#1| |#2| |#3|) (-1130 |#1| |#2| |#3| |#4|)) (T -1166))
+((-3086 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-2 (|:| |val| (-656 *8)) (|:| -4442 *9)))) (-5 *4 (-783)) (-4 *8 (-1086 *5 *6 *7)) (-4 *9 (-1130 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-1293)) (-5 *1 (-1166 *5 *6 *7 *8 *9)))) (-1554 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-656 *7)) (|:| -4442 *8))) (-4 *7 (-1086 *4 *5 *6)) (-4 *8 (-1130 *4 *5 *6 *7)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1179)) (-5 *1 (-1166 *4 *5 *6 *7 *8)))) (-4351 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-656 *11)) (|:| |todo| (-656 (-2 (|:| |val| *3) (|:| -4442 *11)))))) (-5 *6 (-783)) (-5 *2 (-656 (-2 (|:| |val| (-656 *10)) (|:| -4442 *11)))) (-5 *3 (-656 *10)) (-5 *4 (-656 *11)) (-4 *10 (-1086 *7 *8 *9)) (-4 *11 (-1130 *7 *8 *9 *10)) (-4 *7 (-464)) (-4 *8 (-805)) (-4 *9 (-862)) (-5 *1 (-1166 *7 *8 *9 *10 *11)))) (-1634 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-656 *9)) (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7)) (-4 *9 (-1130 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1166 *5 *6 *7 *8 *9)))) (-1634 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-656 *9)) (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7)) (-4 *9 (-1130 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1166 *5 *6 *7 *8 *9)))) (-3240 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4)))))) (-5 *1 (-1166 *5 *6 *7 *3 *4)) (-4 *4 (-1130 *5 *6 *7 *3)))) (-3240 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-783)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *3 (-1086 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4)))))) (-5 *1 (-1166 *6 *7 *8 *3 *4)) (-4 *4 (-1130 *6 *7 *8 *3)))) (-3240 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-783)) (-5 *6 (-112)) (-4 *7 (-464)) (-4 *8 (-805)) (-4 *9 (-862)) (-4 *3 (-1086 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4)))))) (-5 *1 (-1166 *7 *8 *9 *3 *4)) (-4 *4 (-1130 *7 *8 *9 *3)))) (-1406 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4)))))) (-5 *1 (-1166 *5 *6 *7 *3 *4)) (-4 *4 (-1130 *5 *6 *7 *3)))) (-1406 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-783)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *3 (-1086 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4)))))) (-5 *1 (-1166 *6 *7 *8 *3 *4)) (-4 *4 (-1130 *6 *7 *8 *3)))) (-3816 (*1 *2 *3 *4) (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-656 *4)) (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4)))))) (-5 *1 (-1166 *5 *6 *7 *3 *4)) (-4 *4 (-1130 *5 *6 *7 *3)))) (-1589 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *9)) (-4 *8 (-1086 *5 *6 *7)) (-4 *9 (-1130 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-783)) (-5 *1 (-1166 *5 *6 *7 *8 *9)))) (-3541 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *9)) (-4 *8 (-1086 *5 *6 *7)) (-4 *9 (-1130 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-783)) (-5 *1 (-1166 *5 *6 *7 *8 *9)))))
+(-10 -7 (-15 -3541 ((-783) (-656 |#4|) (-656 |#5|))) (-15 -1589 ((-783) (-656 |#4|) (-656 |#5|))) (-15 -3816 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5|)) (-15 -1406 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783))) (-15 -1406 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5|)) (-15 -3240 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783) (-112))) (-15 -3240 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5| (-783))) (-15 -3240 ((-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) |#4| |#5|)) (-15 -1634 ((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112))) (-15 -1634 ((-656 |#5|) (-656 |#4|) (-656 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -4351 ((-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-656 |#4|) (-656 |#5|) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-2 (|:| |done| (-656 |#5|)) (|:| |todo| (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))))) (-783))) (-15 -1554 ((-1179) (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|)))) (-15 -3086 ((-1293) (-656 (-2 (|:| |val| (-656 |#4|)) (|:| -4442 |#5|))) (-783))))
+((-1955 (((-112) $ $) NIL)) (-4130 (((-656 (-2 (|:| -1594 $) (|:| -3823 (-656 |#4|)))) (-656 |#4|)) NIL)) (-3769 (((-656 $) (-656 |#4|)) 124) (((-656 $) (-656 |#4|) (-112)) 125) (((-656 $) (-656 |#4|) (-112) (-112)) 123) (((-656 $) (-656 |#4|) (-112) (-112) (-112) (-112)) 126)) (-1583 (((-656 |#3|) $) NIL)) (-1734 (((-112) $) NIL)) (-2306 (((-112) $) NIL (|has| |#1| (-568)))) (-2936 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4375 ((|#4| |#4| $) NIL)) (-4068 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 $))) |#4| $) 97)) (-2380 (((-2 (|:| |under| $) (|:| -4110 $) (|:| |upper| $)) $ |#3|) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-3604 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464))) (((-3 |#4| "failed") $ |#3|) 75)) (-3853 (($) NIL T CONST)) (-4317 (((-112) $) 29 (|has| |#1| (-568)))) (-1331 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3465 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3304 (((-112) $) NIL (|has| |#1| (-568)))) (-4336 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1405 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-1426 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-2981 (((-3 $ "failed") (-656 |#4|)) NIL)) (-2318 (($ (-656 |#4|)) NIL)) (-1762 (((-3 $ "failed") $) 45)) (-3494 ((|#4| |#4| $) 78)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121))))) (-2824 (($ |#4| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-1380 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 91 (|has| |#1| (-568)))) (-2094 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-2062 ((|#4| |#4| $) NIL)) (-2722 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4464))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4464))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2752 (((-2 (|:| -1594 (-656 |#4|)) (|:| -3823 (-656 |#4|))) $) NIL)) (-1384 (((-112) |#4| $) NIL)) (-3217 (((-112) |#4| $) NIL)) (-1868 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1386 (((-2 (|:| |val| (-656 |#4|)) (|:| |towers| (-656 $))) (-656 |#4|) (-112) (-112)) 139)) (-3722 (((-656 |#4|) $) 18 (|has| $ (-6 -4464)))) (-3925 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2777 ((|#3| $) 38)) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 |#4|) $) 19 (|has| $ (-6 -4464)))) (-4029 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121))))) (-1896 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#4| |#4|) $) 23)) (-3044 (((-656 |#3|) $) NIL)) (-3436 (((-112) |#3| $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL)) (-4364 (((-3 |#4| (-656 $)) |#4| |#4| $) NIL)) (-3172 (((-656 (-2 (|:| |val| |#4|) (|:| -4442 $))) |#4| |#4| $) 117)) (-2850 (((-3 |#4| "failed") $) 42)) (-1576 (((-656 $) |#4| $) 102)) (-3446 (((-3 (-112) (-656 $)) |#4| $) NIL)) (-3292 (((-656 (-2 (|:| |val| (-112)) (|:| -4442 $))) |#4| $) 112) (((-112) |#4| $) 65)) (-2157 (((-656 $) |#4| $) 121) (((-656 $) (-656 |#4|) $) NIL) (((-656 $) (-656 |#4|) (-656 $)) 122) (((-656 $) |#4| (-656 $)) NIL)) (-2487 (((-656 $) (-656 |#4|) (-112) (-112) (-112)) 134)) (-2801 (($ |#4| $) 88) (($ (-656 |#4|) $) 89) (((-656 $) |#4| $ (-112) (-112) (-112) (-112) (-112)) 87)) (-1932 (((-656 |#4|) $) NIL)) (-3811 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3758 ((|#4| |#4| $) NIL)) (-3901 (((-112) $ $) NIL)) (-1647 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-568)))) (-1989 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2614 ((|#4| |#4| $) NIL)) (-3117 (((-1141) $) NIL)) (-1753 (((-3 |#4| "failed") $) 40)) (-2922 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-4194 (((-3 $ "failed") $ |#4|) 59)) (-3168 (($ $ |#4|) NIL) (((-656 $) |#4| $) 104) (((-656 $) |#4| (-656 $)) NIL) (((-656 $) (-656 |#4|) $) NIL) (((-656 $) (-656 |#4|) (-656 $)) 99)) (-3484 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 |#4|) (-656 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-304 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-656 (-304 |#4|))) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) 17)) (-3029 (($) 14)) (-2786 (((-783) $) NIL)) (-3131 (((-783) |#4| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121)))) (((-783) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) 13)) (-1554 (((-548) $) NIL (|has| |#4| (-626 (-548))))) (-4125 (($ (-656 |#4|)) 22)) (-4154 (($ $ |#3|) 52)) (-3200 (($ $ |#3|) 54)) (-2763 (($ $) NIL)) (-4039 (($ $ |#3|) NIL)) (-4114 (((-876) $) 35) (((-656 |#4|) $) 46)) (-2825 (((-783) $) NIL (|has| |#3| (-379)))) (-3000 (((-112) $ $) NIL)) (-1976 (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1778 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) NIL)) (-3852 (((-656 $) |#4| $) 66) (((-656 $) |#4| (-656 $)) NIL) (((-656 $) (-656 |#4|) $) NIL) (((-656 $) (-656 |#4|) (-656 $)) NIL)) (-1746 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-3783 (((-656 |#3|) $) NIL)) (-3895 (((-112) |#4| $) NIL)) (-1649 (((-112) |#3| $) 74)) (-3939 (((-112) $ $) NIL)) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-1167 |#1| |#2| |#3| |#4|) (-13 (-1130 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2801 ((-656 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -3769 ((-656 $) (-656 |#4|) (-112) (-112))) (-15 -3769 ((-656 $) (-656 |#4|) (-112) (-112) (-112) (-112))) (-15 -2487 ((-656 $) (-656 |#4|) (-112) (-112) (-112))) (-15 -1386 ((-2 (|:| |val| (-656 |#4|)) (|:| |towers| (-656 $))) (-656 |#4|) (-112) (-112))))) (-464) (-805) (-862) (-1086 |#1| |#2| |#3|)) (T -1167))
+((-2801 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 (-1167 *5 *6 *7 *3))) (-5 *1 (-1167 *5 *6 *7 *3)) (-4 *3 (-1086 *5 *6 *7)))) (-3769 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 (-1167 *5 *6 *7 *8))) (-5 *1 (-1167 *5 *6 *7 *8)))) (-3769 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 (-1167 *5 *6 *7 *8))) (-5 *1 (-1167 *5 *6 *7 *8)))) (-2487 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 (-1167 *5 *6 *7 *8))) (-5 *1 (-1167 *5 *6 *7 *8)))) (-1386 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1086 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-656 *8)) (|:| |towers| (-656 (-1167 *5 *6 *7 *8))))) (-5 *1 (-1167 *5 *6 *7 *8)) (-5 *3 (-656 *8)))))
+(-13 (-1130 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2801 ((-656 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -3769 ((-656 $) (-656 |#4|) (-112) (-112))) (-15 -3769 ((-656 $) (-656 |#4|) (-112) (-112) (-112) (-112))) (-15 -2487 ((-656 $) (-656 |#4|) (-112) (-112) (-112))) (-15 -1386 ((-2 (|:| |val| (-656 |#4|)) (|:| |towers| (-656 $))) (-656 |#4|) (-112) (-112)))))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3016 ((|#1| $) 37)) (-4132 (($ (-656 |#1|)) 45)) (-1951 (((-112) $ (-783)) NIL)) (-3853 (($) NIL T CONST)) (-4112 ((|#1| |#1| $) 40)) (-3941 ((|#1| $) 35)) (-3722 (((-656 |#1|) $) 18 (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1896 (($ (-1 |#1| |#1|) $) 25 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 22)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-4306 ((|#1| $) 38)) (-3846 (($ |#1| $) 41)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-1470 ((|#1| $) 36)) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) 32)) (-3029 (($) 43)) (-4307 (((-783) $) 30)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) 27)) (-4114 (((-876) $) 14 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-3356 (($ (-656 |#1|)) NIL)) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 17 (|has| |#1| (-102)))) (-1968 (((-783) $) 31 (|has| $ (-6 -4464)))))
+(((-1168 |#1|) (-13 (-1142 |#1|) (-10 -8 (-15 -4132 ($ (-656 |#1|))))) (-1238)) (T -1168))
+((-4132 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-5 *1 (-1168 *3)))))
+(-13 (-1142 |#1|) (-10 -8 (-15 -4132 ($ (-656 |#1|)))))
+((-4268 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) NIL) (($ $ "rest" $) NIL) ((|#2| $ "last" |#2|) NIL) ((|#2| $ (-1255 (-576)) |#2|) 53) ((|#2| $ (-576) |#2|) 50)) (-4127 (((-112) $) 12)) (-1896 (($ (-1 |#2| |#2|) $) 48)) (-1753 ((|#2| $) NIL) (($ $ (-783)) 17)) (-3140 (($ $ |#2|) 49)) (-1651 (((-112) $) 11)) (-4369 ((|#2| $ "value") NIL) ((|#2| $ "first") NIL) (($ $ "rest") NIL) ((|#2| $ "last") NIL) (($ $ (-1255 (-576))) 36) ((|#2| $ (-576)) 26) ((|#2| $ (-576) |#2|) NIL)) (-3179 (($ $ $) 56) (($ $ |#2|) NIL)) (-2767 (($ $ $) 38) (($ |#2| $) NIL) (($ (-656 $)) 45) (($ $ |#2|) NIL)))
+(((-1169 |#1| |#2|) (-10 -8 (-15 -4127 ((-112) |#1|)) (-15 -1651 ((-112) |#1|)) (-15 -4268 (|#2| |#1| (-576) |#2|)) (-15 -4369 (|#2| |#1| (-576) |#2|)) (-15 -4369 (|#2| |#1| (-576))) (-15 -3140 (|#1| |#1| |#2|)) (-15 -4369 (|#1| |#1| (-1255 (-576)))) (-15 -2767 (|#1| |#1| |#2|)) (-15 -2767 (|#1| (-656 |#1|))) (-15 -4268 (|#2| |#1| (-1255 (-576)) |#2|)) (-15 -4268 (|#2| |#1| "last" |#2|)) (-15 -4268 (|#1| |#1| "rest" |#1|)) (-15 -4268 (|#2| |#1| "first" |#2|)) (-15 -3179 (|#1| |#1| |#2|)) (-15 -3179 (|#1| |#1| |#1|)) (-15 -4369 (|#2| |#1| "last")) (-15 -4369 (|#1| |#1| "rest")) (-15 -1753 (|#1| |#1| (-783))) (-15 -4369 (|#2| |#1| "first")) (-15 -1753 (|#2| |#1|)) (-15 -2767 (|#1| |#2| |#1|)) (-15 -2767 (|#1| |#1| |#1|)) (-15 -4268 (|#2| |#1| "value" |#2|)) (-15 -4369 (|#2| |#1| "value")) (-15 -1896 (|#1| (-1 |#2| |#2|) |#1|))) (-1170 |#2|) (-1238)) (T -1169))
+NIL
+(-10 -8 (-15 -4127 ((-112) |#1|)) (-15 -1651 ((-112) |#1|)) (-15 -4268 (|#2| |#1| (-576) |#2|)) (-15 -4369 (|#2| |#1| (-576) |#2|)) (-15 -4369 (|#2| |#1| (-576))) (-15 -3140 (|#1| |#1| |#2|)) (-15 -4369 (|#1| |#1| (-1255 (-576)))) (-15 -2767 (|#1| |#1| |#2|)) (-15 -2767 (|#1| (-656 |#1|))) (-15 -4268 (|#2| |#1| (-1255 (-576)) |#2|)) (-15 -4268 (|#2| |#1| "last" |#2|)) (-15 -4268 (|#1| |#1| "rest" |#1|)) (-15 -4268 (|#2| |#1| "first" |#2|)) (-15 -3179 (|#1| |#1| |#2|)) (-15 -3179 (|#1| |#1| |#1|)) (-15 -4369 (|#2| |#1| "last")) (-15 -4369 (|#1| |#1| "rest")) (-15 -1753 (|#1| |#1| (-783))) (-15 -4369 (|#2| |#1| "first")) (-15 -1753 (|#2| |#1|)) (-15 -2767 (|#1| |#2| |#1|)) (-15 -2767 (|#1| |#1| |#1|)) (-15 -4268 (|#2| |#1| "value" |#2|)) (-15 -4369 (|#2| |#1| "value")) (-15 -1896 (|#1| (-1 |#2| |#2|) |#1|)))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1688 ((|#1| $) 49)) (-3457 ((|#1| $) 66)) (-3095 (($ $) 68)) (-1758 (((-1293) $ (-576) (-576)) 99 (|has| $ (-6 -4465)))) (-1720 (($ $ (-576)) 53 (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) 8)) (-1450 ((|#1| $ |#1|) 40 (|has| $ (-6 -4465)))) (-3123 (($ $ $) 57 (|has| $ (-6 -4465)))) (-3527 ((|#1| $ |#1|) 55 (|has| $ (-6 -4465)))) (-4249 ((|#1| $ |#1|) 59 (|has| $ (-6 -4465)))) (-4268 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4465))) ((|#1| $ "first" |#1|) 58 (|has| $ (-6 -4465))) (($ $ "rest" $) 56 (|has| $ (-6 -4465))) ((|#1| $ "last" |#1|) 54 (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) 119 (|has| $ (-6 -4465))) ((|#1| $ (-576) |#1|) 88 (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) 42 (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) |#1|) $) 104 (|has| $ (-6 -4464)))) (-3443 ((|#1| $) 67)) (-3853 (($) 7 T CONST)) (-1762 (($ $) 74) (($ $ (-783)) 72)) (-2741 (($ $) 101 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2824 (($ (-1 (-112) |#1|) $) 105 (|has| $ (-6 -4464))) (($ |#1| $) 102 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $) 107 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 106 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 103 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1908 ((|#1| $ (-576) |#1|) 87 (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) 89)) (-4127 (((-112) $) 85)) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) 51)) (-2317 (((-112) $ $) 43 (|has| |#1| (-1121)))) (-1988 (($ (-783) |#1|) 111)) (-4157 (((-112) $ (-783)) 9)) (-3176 (((-576) $) 97 (|has| (-576) (-862)))) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2316 (((-576) $) 96 (|has| (-576) (-862)))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 114)) (-4002 (((-112) $ (-783)) 10)) (-4186 (((-656 |#1|) $) 46)) (-1925 (((-112) $) 50)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-2850 ((|#1| $) 71) (($ $ (-783)) 69)) (-3386 (($ $ $ (-576)) 118) (($ |#1| $ (-576)) 117)) (-4402 (((-656 (-576)) $) 94)) (-1505 (((-112) (-576) $) 93)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-1753 ((|#1| $) 77) (($ $ (-783)) 75)) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 108)) (-3140 (($ $ |#1|) 98 (|has| $ (-6 -4465)))) (-1651 (((-112) $) 86)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-2408 (((-112) |#1| $) 95 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) 92)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#1| $ "value") 48) ((|#1| $ "first") 76) (($ $ "rest") 73) ((|#1| $ "last") 70) (($ $ (-1255 (-576))) 110) ((|#1| $ (-576)) 91) ((|#1| $ (-576) |#1|) 90)) (-3088 (((-576) $ $) 45)) (-2335 (($ $ (-1255 (-576))) 116) (($ $ (-576)) 115)) (-1906 (((-112) $) 47)) (-1916 (($ $) 63)) (-2432 (($ $) 60 (|has| $ (-6 -4465)))) (-3738 (((-783) $) 64)) (-2178 (($ $) 65)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-1554 (((-548) $) 100 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 109)) (-3179 (($ $ $) 62 (|has| $ (-6 -4465))) (($ $ |#1|) 61 (|has| $ (-6 -4465)))) (-2767 (($ $ $) 79) (($ |#1| $) 78) (($ (-656 $)) 113) (($ $ |#1|) 112)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) 52)) (-2090 (((-112) $ $) 44 (|has| |#1| (-1121)))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-1170 |#1|) (-141) (-1238)) (T -1170))
+((-1651 (*1 *2 *1) (-12 (-4 *1 (-1170 *3)) (-4 *3 (-1238)) (-5 *2 (-112)))) (-4127 (*1 *2 *1) (-12 (-4 *1 (-1170 *3)) (-4 *3 (-1238)) (-5 *2 (-112)))))
+(-13 (-1276 |t#1|) (-663 |t#1|) (-10 -8 (-15 -1651 ((-112) $)) (-15 -4127 ((-112) $))))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1255 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-663 |#1|) . T) ((-1031 |#1|) . T) ((-1121) |has| |#1| (-1121)) ((-1238) . T) ((-1276 |#1|) . T))
+((-1955 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)) (|has| |#2| (-102))))) (-1975 (($) NIL) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-1758 (((-1293) $ |#1| |#1|) NIL (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 ((|#2| $ |#1| |#2|) NIL)) (-2250 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-2049 (((-3 |#2| "failed") |#1| $) NIL)) (-3853 (($) NIL T CONST)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-1678 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-3 |#2| "failed") |#1| $) NIL)) (-2824 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-2722 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (|has| $ (-6 -4464))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-1908 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#2| $ |#1|) NIL)) (-3722 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) NIL)) (-3176 ((|#1| $) NIL (|has| |#1| (-862)))) (-4302 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-2316 ((|#1| $) NIL (|has| |#1| (-862)))) (-1896 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4465))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-2353 (((-656 |#1|) $) NIL)) (-3367 (((-112) |#1| $) NIL)) (-4306 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-3846 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-4402 (((-656 |#1|) $) NIL)) (-1505 (((-112) |#1| $) NIL)) (-3117 (((-1141) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-1753 ((|#2| $) NIL (|has| |#1| (-862)))) (-2922 (((-3 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) "failed") (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL)) (-3140 (($ $ |#2|) NIL (|has| $ (-6 -4465)))) (-1470 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-3484 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-3700 (((-656 |#2|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-1455 (($) NIL) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-3131 (((-783) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-783) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121)))) (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-626 (-548))))) (-4125 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-4114 (((-876) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-625 (-876))) (|has| |#2| (-625 (-876)))))) (-3000 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-3356 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-1746 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)) (|has| |#2| (-102))))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-1171 |#1| |#2| |#3|) (-1214 |#1| |#2|) (-1121) (-1121) |#2|) (T -1171))
+NIL
+(-1214 |#1| |#2|)
+((-1955 (((-112) $ $) NIL)) (-2496 (((-703 (-1156)) $) 27)) (-3325 (((-1156) $) 15)) (-2739 (((-1156) $) 17)) (-4185 (((-1179) $) NIL)) (-3024 (((-518) $) 13)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 37) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1172) (-13 (-1104) (-10 -8 (-15 -3024 ((-518) $)) (-15 -2739 ((-1156) $)) (-15 -2496 ((-703 (-1156)) $)) (-15 -3325 ((-1156) $))))) (T -1172))
+((-3024 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-1172)))) (-2739 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1172)))) (-2496 (*1 *2 *1) (-12 (-5 *2 (-703 (-1156))) (-5 *1 (-1172)))) (-3325 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1172)))))
+(-13 (-1104) (-10 -8 (-15 -3024 ((-518) $)) (-15 -2739 ((-1156) $)) (-15 -2496 ((-703 (-1156)) $)) (-15 -3325 ((-1156) $))))
+((-1955 (((-112) $ $) 6)) (-4080 (((-3 $ "failed") $) 14)) (-4185 (((-1179) $) 10)) (-3651 (($) 15 T CONST)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-3939 (((-112) $ $) 7)))
+(((-1173) (-141)) (T -1173))
+((-3651 (*1 *1) (-4 *1 (-1173))) (-4080 (*1 *1 *1) (|partial| -4 *1 (-1173))))
+(-13 (-1121) (-10 -8 (-15 -3651 ($) -2666) (-15 -4080 ((-3 $ "failed") $))))
+(((-102) . T) ((-625 (-876)) . T) ((-1121) . T) ((-1238) . T))
+((-1680 (((-1178 |#1|) (-1178 |#1|)) 17)) (-2984 (((-1178 |#1|) (-1178 |#1|)) 13)) (-2463 (((-1178 |#1|) (-1178 |#1|) (-576) (-576)) 20)) (-2876 (((-1178 |#1|) (-1178 |#1|)) 15)))
+(((-1174 |#1|) (-10 -7 (-15 -2984 ((-1178 |#1|) (-1178 |#1|))) (-15 -2876 ((-1178 |#1|) (-1178 |#1|))) (-15 -1680 ((-1178 |#1|) (-1178 |#1|))) (-15 -2463 ((-1178 |#1|) (-1178 |#1|) (-576) (-576)))) (-13 (-568) (-148))) (T -1174))
+((-2463 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1178 *4)) (-5 *3 (-576)) (-4 *4 (-13 (-568) (-148))) (-5 *1 (-1174 *4)))) (-1680 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-13 (-568) (-148))) (-5 *1 (-1174 *3)))) (-2876 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-13 (-568) (-148))) (-5 *1 (-1174 *3)))) (-2984 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-13 (-568) (-148))) (-5 *1 (-1174 *3)))))
+(-10 -7 (-15 -2984 ((-1178 |#1|) (-1178 |#1|))) (-15 -2876 ((-1178 |#1|) (-1178 |#1|))) (-15 -1680 ((-1178 |#1|) (-1178 |#1|))) (-15 -2463 ((-1178 |#1|) (-1178 |#1|) (-576) (-576))))
+((-2767 (((-1178 |#1|) (-1178 (-1178 |#1|))) 15)))
+(((-1175 |#1|) (-10 -7 (-15 -2767 ((-1178 |#1|) (-1178 (-1178 |#1|))))) (-1238)) (T -1175))
+((-2767 (*1 *2 *3) (-12 (-5 *3 (-1178 (-1178 *4))) (-5 *2 (-1178 *4)) (-5 *1 (-1175 *4)) (-4 *4 (-1238)))))
+(-10 -7 (-15 -2767 ((-1178 |#1|) (-1178 (-1178 |#1|)))))
+((-3958 (((-1178 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1178 |#1|)) 25)) (-2722 ((|#2| |#2| (-1 |#2| |#1| |#2|) (-1178 |#1|)) 26)) (-2423 (((-1178 |#2|) (-1 |#2| |#1|) (-1178 |#1|)) 16)))
+(((-1176 |#1| |#2|) (-10 -7 (-15 -2423 ((-1178 |#2|) (-1 |#2| |#1|) (-1178 |#1|))) (-15 -3958 ((-1178 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1178 |#1|))) (-15 -2722 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1178 |#1|)))) (-1238) (-1238)) (T -1176))
+((-2722 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1178 *5)) (-4 *5 (-1238)) (-4 *2 (-1238)) (-5 *1 (-1176 *5 *2)))) (-3958 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1178 *6)) (-4 *6 (-1238)) (-4 *3 (-1238)) (-5 *2 (-1178 *3)) (-5 *1 (-1176 *6 *3)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1178 *5)) (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-1178 *6)) (-5 *1 (-1176 *5 *6)))))
+(-10 -7 (-15 -2423 ((-1178 |#2|) (-1 |#2| |#1|) (-1178 |#1|))) (-15 -3958 ((-1178 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1178 |#1|))) (-15 -2722 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1178 |#1|))))
+((-2423 (((-1178 |#3|) (-1 |#3| |#1| |#2|) (-1178 |#1|) (-1178 |#2|)) 21)))
+(((-1177 |#1| |#2| |#3|) (-10 -7 (-15 -2423 ((-1178 |#3|) (-1 |#3| |#1| |#2|) (-1178 |#1|) (-1178 |#2|)))) (-1238) (-1238) (-1238)) (T -1177))
+((-2423 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1178 *6)) (-5 *5 (-1178 *7)) (-4 *6 (-1238)) (-4 *7 (-1238)) (-4 *8 (-1238)) (-5 *2 (-1178 *8)) (-5 *1 (-1177 *6 *7 *8)))))
+(-10 -7 (-15 -2423 ((-1178 |#3|) (-1 |#3| |#1| |#2|) (-1178 |#1|) (-1178 |#2|))))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1688 ((|#1| $) NIL)) (-3457 ((|#1| $) NIL)) (-3095 (($ $) 67)) (-1758 (((-1293) $ (-576) (-576)) 99 (|has| $ (-6 -4465)))) (-1720 (($ $ (-576)) 128 (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) NIL)) (-1681 (((-876) $) 56 (|has| |#1| (-1121)))) (-2184 (((-112)) 55 (|has| |#1| (-1121)))) (-1450 ((|#1| $ |#1|) NIL (|has| $ (-6 -4465)))) (-3123 (($ $ $) 115 (|has| $ (-6 -4465))) (($ $ (-576) $) 141)) (-3527 ((|#1| $ |#1|) 125 (|has| $ (-6 -4465)))) (-4249 ((|#1| $ |#1|) 120 (|has| $ (-6 -4465)))) (-4268 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4465))) ((|#1| $ "first" |#1|) 122 (|has| $ (-6 -4465))) (($ $ "rest" $) 124 (|has| $ (-6 -4465))) ((|#1| $ "last" |#1|) 127 (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) 112 (|has| $ (-6 -4465))) ((|#1| $ (-576) |#1|) 77 (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) NIL (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) |#1|) $) 80)) (-3443 ((|#1| $) NIL)) (-3853 (($) NIL T CONST)) (-1857 (($ $) 14)) (-1762 (($ $) 40) (($ $ (-783)) 111)) (-2400 (((-112) (-656 |#1|) $) 134 (|has| |#1| (-1121)))) (-4178 (($ (-656 |#1|)) 130)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2824 (($ |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) (($ (-1 (-112) |#1|) $) 79)) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1908 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) NIL)) (-4127 (((-112) $) NIL)) (-3722 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-3401 (((-1293) (-576) $) 140 (|has| |#1| (-1121)))) (-3593 (((-783) $) 137)) (-4360 (((-656 $) $) NIL)) (-2317 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1988 (($ (-783) |#1|) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) NIL (|has| (-576) (-862)))) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-1896 (($ (-1 |#1| |#1|) $) 95 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 85) (($ (-1 |#1| |#1| |#1|) $ $) 89)) (-4002 (((-112) $ (-783)) NIL)) (-4186 (((-656 |#1|) $) NIL)) (-1925 (((-112) $) NIL)) (-3827 (($ $) 113)) (-3132 (((-112) $) 13)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-2850 ((|#1| $) NIL) (($ $ (-783)) NIL)) (-3386 (($ $ $ (-576)) NIL) (($ |#1| $ (-576)) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) 96)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-3526 (($ (-1 |#1|)) 143) (($ (-1 |#1| |#1|) |#1|) 144)) (-2078 ((|#1| $) 10)) (-1753 ((|#1| $) 39) (($ $ (-783)) 65)) (-2930 (((-2 (|:| |cycle?| (-112)) (|:| -1993 (-783)) (|:| |period| (-783))) (-783) $) 34)) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3578 (($ (-1 (-112) |#1|) $) 145)) (-3591 (($ (-1 (-112) |#1|) $) 146)) (-3140 (($ $ |#1|) 90 (|has| $ (-6 -4465)))) (-3168 (($ $ (-576)) 45)) (-1651 (((-112) $) 94)) (-2363 (((-112) $) 12)) (-3284 (((-112) $) 136)) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 30)) (-2408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) NIL)) (-4190 (((-112) $) 20)) (-3029 (($) 60)) (-4369 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1255 (-576))) NIL) ((|#1| $ (-576)) 75) ((|#1| $ (-576) |#1|) NIL)) (-3088 (((-576) $ $) 64)) (-2335 (($ $ (-1255 (-576))) NIL) (($ $ (-576)) NIL)) (-3459 (($ (-1 $)) 63)) (-1906 (((-112) $) 91)) (-1916 (($ $) 92)) (-2432 (($ $) 116 (|has| $ (-6 -4465)))) (-3738 (((-783) $) NIL)) (-2178 (($ $) NIL)) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) 59)) (-1554 (((-548) $) NIL (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 73)) (-4058 (($ |#1| $) 114)) (-3179 (($ $ $) 118 (|has| $ (-6 -4465))) (($ $ |#1|) 119 (|has| $ (-6 -4465)))) (-2767 (($ $ $) 101) (($ |#1| $) 61) (($ (-656 $)) 106) (($ $ |#1|) 100)) (-2093 (($ $) 66)) (-4114 (($ (-656 |#1|)) 129) (((-876) $) 57 (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) NIL)) (-2090 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 132 (|has| |#1| (-102)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-1178 |#1|) (-13 (-686 |#1|) (-628 (-656 |#1|)) (-10 -8 (-6 -4465) (-15 -4178 ($ (-656 |#1|))) (IF (|has| |#1| (-1121)) (-15 -2400 ((-112) (-656 |#1|) $)) |%noBranch|) (-15 -2930 ((-2 (|:| |cycle?| (-112)) (|:| -1993 (-783)) (|:| |period| (-783))) (-783) $)) (-15 -3459 ($ (-1 $))) (-15 -4058 ($ |#1| $)) (IF (|has| |#1| (-1121)) (PROGN (-15 -3401 ((-1293) (-576) $)) (-15 -1681 ((-876) $)) (-15 -2184 ((-112)))) |%noBranch|) (-15 -3123 ($ $ (-576) $)) (-15 -3526 ($ (-1 |#1|))) (-15 -3526 ($ (-1 |#1| |#1|) |#1|)) (-15 -3578 ($ (-1 (-112) |#1|) $)) (-15 -3591 ($ (-1 (-112) |#1|) $)))) (-1238)) (T -1178))
+((-4178 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-5 *1 (-1178 *3)))) (-2400 (*1 *2 *3 *1) (-12 (-5 *3 (-656 *4)) (-4 *4 (-1121)) (-4 *4 (-1238)) (-5 *2 (-112)) (-5 *1 (-1178 *4)))) (-2930 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |cycle?| (-112)) (|:| -1993 (-783)) (|:| |period| (-783)))) (-5 *1 (-1178 *4)) (-4 *4 (-1238)) (-5 *3 (-783)))) (-3459 (*1 *1 *2) (-12 (-5 *2 (-1 (-1178 *3))) (-5 *1 (-1178 *3)) (-4 *3 (-1238)))) (-4058 (*1 *1 *2 *1) (-12 (-5 *1 (-1178 *2)) (-4 *2 (-1238)))) (-3401 (*1 *2 *3 *1) (-12 (-5 *3 (-576)) (-5 *2 (-1293)) (-5 *1 (-1178 *4)) (-4 *4 (-1121)) (-4 *4 (-1238)))) (-1681 (*1 *2 *1) (-12 (-5 *2 (-876)) (-5 *1 (-1178 *3)) (-4 *3 (-1121)) (-4 *3 (-1238)))) (-2184 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1178 *3)) (-4 *3 (-1121)) (-4 *3 (-1238)))) (-3123 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1178 *3)) (-4 *3 (-1238)))) (-3526 (*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1238)) (-5 *1 (-1178 *3)))) (-3526 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1238)) (-5 *1 (-1178 *3)))) (-3578 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1238)) (-5 *1 (-1178 *3)))) (-3591 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1238)) (-5 *1 (-1178 *3)))))
+(-13 (-686 |#1|) (-628 (-656 |#1|)) (-10 -8 (-6 -4465) (-15 -4178 ($ (-656 |#1|))) (IF (|has| |#1| (-1121)) (-15 -2400 ((-112) (-656 |#1|) $)) |%noBranch|) (-15 -2930 ((-2 (|:| |cycle?| (-112)) (|:| -1993 (-783)) (|:| |period| (-783))) (-783) $)) (-15 -3459 ($ (-1 $))) (-15 -4058 ($ |#1| $)) (IF (|has| |#1| (-1121)) (PROGN (-15 -3401 ((-1293) (-576) $)) (-15 -1681 ((-876) $)) (-15 -2184 ((-112)))) |%noBranch|) (-15 -3123 ($ $ (-576) $)) (-15 -3526 ($ (-1 |#1|))) (-15 -3526 ($ (-1 |#1| |#1|) |#1|)) (-15 -3578 ($ (-1 (-112) |#1|) $)) (-15 -3591 ($ (-1 (-112) |#1|) $))))
+((-1955 (((-112) $ $) NIL (|has| (-145) (-102)))) (-4371 (($ $) NIL)) (-2602 (($ $) NIL)) (-2999 (($ $ (-145)) NIL) (($ $ (-142)) NIL)) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-2258 (((-112) $ $) NIL)) (-2234 (((-112) $ $ (-576)) NIL)) (-1532 (($ (-576)) 8) (($ (-227)) 10)) (-3102 (((-656 $) $ (-145)) NIL) (((-656 $) $ (-142)) NIL)) (-2033 (((-112) (-1 (-112) (-145) (-145)) $) NIL) (((-112) $) NIL (|has| (-145) (-862)))) (-2218 (($ (-1 (-112) (-145) (-145)) $) NIL (|has| $ (-6 -4465))) (($ $) NIL (-12 (|has| $ (-6 -4465)) (|has| (-145) (-862))))) (-2380 (($ (-1 (-112) (-145) (-145)) $) NIL) (($ $) NIL (|has| (-145) (-862)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 (((-145) $ (-576) (-145)) NIL (|has| $ (-6 -4465))) (((-145) $ (-1255 (-576)) (-145)) NIL (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-4435 (($ $ (-145)) NIL) (($ $ (-142)) NIL)) (-1370 (($ $) NIL (|has| $ (-6 -4465)))) (-4204 (($ $) NIL)) (-3257 (($ $ (-1255 (-576)) $) NIL)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121))))) (-2824 (($ (-145) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121)))) (($ (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4464)))) (-2722 (((-145) (-1 (-145) (-145) (-145)) $ (-145) (-145)) NIL (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121)))) (((-145) (-1 (-145) (-145) (-145)) $ (-145)) NIL (|has| $ (-6 -4464))) (((-145) (-1 (-145) (-145) (-145)) $) NIL (|has| $ (-6 -4464)))) (-1908 (((-145) $ (-576) (-145)) NIL (|has| $ (-6 -4465)))) (-3721 (((-145) $ (-576)) NIL)) (-2282 (((-112) $ $) NIL)) (-3539 (((-576) (-1 (-112) (-145)) $) NIL) (((-576) (-145) $) NIL (|has| (-145) (-1121))) (((-576) (-145) $ (-576)) NIL (|has| (-145) (-1121))) (((-576) $ $ (-576)) NIL) (((-576) (-142) $ (-576)) NIL)) (-3722 (((-656 (-145)) $) NIL (|has| $ (-6 -4464)))) (-1988 (($ (-783) (-145)) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) NIL (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| (-145) (-862)))) (-3181 (($ (-1 (-112) (-145) (-145)) $ $) NIL) (($ $ $) NIL (|has| (-145) (-862)))) (-4302 (((-656 (-145)) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-145) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121))))) (-2316 (((-576) $) NIL (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| (-145) (-862)))) (-4327 (((-112) $ $ (-145)) NIL)) (-1465 (((-783) $ $ (-145)) NIL)) (-1896 (($ (-1 (-145) (-145)) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-145) (-145)) $) NIL) (($ (-1 (-145) (-145) (-145)) $ $) NIL)) (-4299 (($ $) NIL)) (-2159 (($ $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-1325 (($ $ (-145)) NIL) (($ $ (-142)) NIL)) (-4185 (((-1179) $) NIL (|has| (-145) (-1121)))) (-3386 (($ (-145) $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-3117 (((-1141) $) NIL (|has| (-145) (-1121)))) (-1753 (((-145) $) NIL (|has| (-576) (-862)))) (-2922 (((-3 (-145) "failed") (-1 (-112) (-145)) $) NIL)) (-3140 (($ $ (-145)) NIL (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-145)))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121)))) (($ $ (-304 (-145))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121)))) (($ $ (-145) (-145)) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121)))) (($ $ (-656 (-145)) (-656 (-145))) NIL (-12 (|has| (-145) (-319 (-145))) (|has| (-145) (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) (-145) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121))))) (-3700 (((-656 (-145)) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 (((-145) $ (-576) (-145)) NIL) (((-145) $ (-576)) NIL) (($ $ (-1255 (-576))) NIL) (($ $ $) NIL)) (-2335 (($ $ (-576)) NIL) (($ $ (-1255 (-576))) NIL)) (-3131 (((-783) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4464))) (((-783) (-145) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-145) (-1121))))) (-3796 (($ $ $ (-576)) NIL (|has| $ (-6 -4465)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| (-145) (-626 (-548))))) (-4125 (($ (-656 (-145))) NIL)) (-2767 (($ $ (-145)) NIL) (($ (-145) $) NIL) (($ $ $) NIL) (($ (-656 $)) NIL)) (-4114 (($ (-145)) NIL) (((-876) $) NIL (|has| (-145) (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| (-145) (-1121)))) (-1746 (((-112) (-1 (-112) (-145)) $) NIL (|has| $ (-6 -4464)))) (-1883 (((-1179) $) 21) (((-1179) $ (-112)) 23) (((-1293) (-834) $) 24) (((-1293) (-834) $ (-112)) 25)) (-3995 (((-112) $ $) NIL (|has| (-145) (-862)))) (-3975 (((-112) $ $) NIL (|has| (-145) (-862)))) (-3939 (((-112) $ $) NIL (|has| (-145) (-102)))) (-3985 (((-112) $ $) NIL (|has| (-145) (-862)))) (-3962 (((-112) $ $) NIL (|has| (-145) (-862)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-1179) (-13 (-1165) (-840) (-10 -8 (-15 -1532 ($ (-576))) (-15 -1532 ($ (-227)))))) (T -1179))
+((-1532 (*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1179)))) (-1532 (*1 *1 *2) (-12 (-5 *2 (-227)) (-5 *1 (-1179)))))
+(-13 (-1165) (-840) (-10 -8 (-15 -1532 ($ (-576))) (-15 -1532 ($ (-227)))))
+((-1955 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-102)) (|has| |#1| (-102))))) (-1975 (($) NIL) (($ (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) NIL)) (-1758 (((-1293) $ (-1179) (-1179)) NIL (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 ((|#1| $ (-1179) |#1|) NIL)) (-2250 (($ (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464)))) (-2049 (((-3 |#1| "failed") (-1179) $) NIL)) (-3853 (($) NIL T CONST)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121))))) (-1678 (($ (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) $) NIL (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464))) (((-3 |#1| "failed") (-1179) $) NIL)) (-2824 (($ (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121)))) (($ (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464)))) (-2722 (((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $ (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121)))) (((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $ (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) NIL (|has| $ (-6 -4464))) (((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464)))) (-1908 ((|#1| $ (-1179) |#1|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-1179)) NIL)) (-3722 (((-656 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464))) (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-1179) $) NIL (|has| (-1179) (-862)))) (-4302 (((-656 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464))) (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121)))) (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2316 (((-1179) $) NIL (|has| (-1179) (-862)))) (-1896 (($ (-1 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4465))) (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (-3795 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121)) (|has| |#1| (-1121))))) (-2353 (((-656 (-1179)) $) NIL)) (-3367 (((-112) (-1179) $) NIL)) (-4306 (((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) $) NIL)) (-3846 (($ (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) $) NIL)) (-4402 (((-656 (-1179)) $) NIL)) (-1505 (((-112) (-1179) $) NIL)) (-3117 (((-1141) $) NIL (-3795 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121)) (|has| |#1| (-1121))))) (-1753 ((|#1| $) NIL (|has| (-1179) (-862)))) (-2922 (((-3 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) "failed") (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL)) (-3140 (($ $ |#1|) NIL (|has| $ (-6 -4465)))) (-1470 (((-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) $) NIL)) (-3484 (((-112) (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))))) NIL (-12 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121)))) (($ $ (-304 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) NIL (-12 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121)))) (($ $ (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) NIL (-12 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121)))) (($ $ (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) NIL (-12 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-319 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#1| $ (-1179)) NIL) ((|#1| $ (-1179) |#1|) NIL)) (-1455 (($) NIL) (($ (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) NIL)) (-3131 (((-783) (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464))) (((-783) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121)))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-626 (-548))))) (-4125 (($ (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) NIL)) (-4114 (((-876) $) NIL (-3795 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-625 (-876))) (|has| |#1| (-625 (-876)))))) (-3000 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-1121)) (|has| |#1| (-1121))))) (-3356 (($ (-656 (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)))) NIL)) (-1746 (((-112) (-1 (-112) (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 (-1179)) (|:| -2904 |#1|)) (-102)) (|has| |#1| (-102))))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-1180 |#1|) (-13 (-1214 (-1179) |#1|) (-10 -7 (-6 -4464))) (-1121)) (T -1180))
+NIL
+(-13 (-1214 (-1179) |#1|) (-10 -7 (-6 -4464)))
+((-2643 (((-1178 |#1|) (-1178 |#1|)) 83)) (-2413 (((-3 (-1178 |#1|) "failed") (-1178 |#1|)) 39)) (-1686 (((-1178 |#1|) (-419 (-576)) (-1178 |#1|)) 133 (|has| |#1| (-38 (-419 (-576)))))) (-2378 (((-1178 |#1|) |#1| (-1178 |#1|)) 139 (|has| |#1| (-374)))) (-3616 (((-1178 |#1|) (-1178 |#1|)) 97)) (-4439 (((-1178 (-576)) (-576)) 63)) (-2055 (((-1178 |#1|) (-1178 (-1178 |#1|))) 116 (|has| |#1| (-38 (-419 (-576)))))) (-3983 (((-1178 |#1|) (-576) (-576) (-1178 |#1|)) 102)) (-1617 (((-1178 |#1|) |#1| (-576)) 51)) (-2652 (((-1178 |#1|) (-1178 |#1|) (-1178 |#1|)) 66)) (-3427 (((-1178 |#1|) (-1178 |#1|) (-1178 |#1|)) 136 (|has| |#1| (-374)))) (-1972 (((-1178 |#1|) |#1| (-1 (-1178 |#1|))) 115 (|has| |#1| (-38 (-419 (-576)))))) (-3788 (((-1178 |#1|) (-1 |#1| (-576)) |#1| (-1 (-1178 |#1|))) 137 (|has| |#1| (-374)))) (-4251 (((-1178 |#1|) (-1178 |#1|)) 96)) (-1536 (((-1178 |#1|) (-1178 |#1|)) 82)) (-3213 (((-1178 |#1|) (-576) (-576) (-1178 |#1|)) 103)) (-1488 (((-1178 |#1|) |#1| (-1178 |#1|)) 112 (|has| |#1| (-38 (-419 (-576)))))) (-1856 (((-1178 (-576)) (-576)) 62)) (-4406 (((-1178 |#1|) |#1|) 65)) (-2088 (((-1178 |#1|) (-1178 |#1|) (-576) (-576)) 99)) (-4089 (((-1178 |#1|) (-1 |#1| (-576)) (-1178 |#1|)) 72)) (-1943 (((-3 (-1178 |#1|) "failed") (-1178 |#1|) (-1178 |#1|)) 37)) (-1480 (((-1178 |#1|) (-1178 |#1|)) 98)) (-2143 (((-1178 |#1|) (-1178 |#1|) |#1|) 77)) (-3296 (((-1178 |#1|) (-1178 |#1|)) 68)) (-2361 (((-1178 |#1|) (-1178 |#1|) (-1178 |#1|)) 78)) (-4114 (((-1178 |#1|) |#1|) 73)) (-4171 (((-1178 |#1|) (-1178 (-1178 |#1|))) 88)) (-4047 (((-1178 |#1|) (-1178 |#1|) (-1178 |#1|)) 38)) (-4037 (((-1178 |#1|) (-1178 |#1|)) 21) (((-1178 |#1|) (-1178 |#1|) (-1178 |#1|)) 23)) (-4027 (((-1178 |#1|) (-1178 |#1|) (-1178 |#1|)) 17)) (* (((-1178 |#1|) (-1178 |#1|) |#1|) 29) (((-1178 |#1|) |#1| (-1178 |#1|)) 26) (((-1178 |#1|) (-1178 |#1|) (-1178 |#1|)) 27)))
+(((-1181 |#1|) (-10 -7 (-15 -4027 ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 -4037 ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 -4037 ((-1178 |#1|) (-1178 |#1|))) (-15 * ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 * ((-1178 |#1|) |#1| (-1178 |#1|))) (-15 * ((-1178 |#1|) (-1178 |#1|) |#1|)) (-15 -1943 ((-3 (-1178 |#1|) "failed") (-1178 |#1|) (-1178 |#1|))) (-15 -4047 ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 -2413 ((-3 (-1178 |#1|) "failed") (-1178 |#1|))) (-15 -1617 ((-1178 |#1|) |#1| (-576))) (-15 -1856 ((-1178 (-576)) (-576))) (-15 -4439 ((-1178 (-576)) (-576))) (-15 -4406 ((-1178 |#1|) |#1|)) (-15 -2652 ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 -3296 ((-1178 |#1|) (-1178 |#1|))) (-15 -4089 ((-1178 |#1|) (-1 |#1| (-576)) (-1178 |#1|))) (-15 -4114 ((-1178 |#1|) |#1|)) (-15 -2143 ((-1178 |#1|) (-1178 |#1|) |#1|)) (-15 -2361 ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 -1536 ((-1178 |#1|) (-1178 |#1|))) (-15 -2643 ((-1178 |#1|) (-1178 |#1|))) (-15 -4171 ((-1178 |#1|) (-1178 (-1178 |#1|)))) (-15 -4251 ((-1178 |#1|) (-1178 |#1|))) (-15 -3616 ((-1178 |#1|) (-1178 |#1|))) (-15 -1480 ((-1178 |#1|) (-1178 |#1|))) (-15 -2088 ((-1178 |#1|) (-1178 |#1|) (-576) (-576))) (-15 -3983 ((-1178 |#1|) (-576) (-576) (-1178 |#1|))) (-15 -3213 ((-1178 |#1|) (-576) (-576) (-1178 |#1|))) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -1488 ((-1178 |#1|) |#1| (-1178 |#1|))) (-15 -1972 ((-1178 |#1|) |#1| (-1 (-1178 |#1|)))) (-15 -2055 ((-1178 |#1|) (-1178 (-1178 |#1|)))) (-15 -1686 ((-1178 |#1|) (-419 (-576)) (-1178 |#1|)))) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-15 -3427 ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 -3788 ((-1178 |#1|) (-1 |#1| (-576)) |#1| (-1 (-1178 |#1|)))) (-15 -2378 ((-1178 |#1|) |#1| (-1178 |#1|)))) |%noBranch|)) (-1070)) (T -1181))
+((-2378 (*1 *2 *3 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-374)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (-3788 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *4 (-576))) (-5 *5 (-1 (-1178 *4))) (-4 *4 (-374)) (-4 *4 (-1070)) (-5 *2 (-1178 *4)) (-5 *1 (-1181 *4)))) (-3427 (*1 *2 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-374)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (-1686 (*1 *2 *3 *2) (-12 (-5 *2 (-1178 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1070)) (-5 *3 (-419 (-576))) (-5 *1 (-1181 *4)))) (-2055 (*1 *2 *3) (-12 (-5 *3 (-1178 (-1178 *4))) (-5 *2 (-1178 *4)) (-5 *1 (-1181 *4)) (-4 *4 (-38 (-419 (-576)))) (-4 *4 (-1070)))) (-1972 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-1178 *3))) (-5 *2 (-1178 *3)) (-5 *1 (-1181 *3)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)))) (-1488 (*1 *2 *3 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (-3213 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1178 *4)) (-5 *3 (-576)) (-4 *4 (-1070)) (-5 *1 (-1181 *4)))) (-3983 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1178 *4)) (-5 *3 (-576)) (-4 *4 (-1070)) (-5 *1 (-1181 *4)))) (-2088 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1178 *4)) (-5 *3 (-576)) (-4 *4 (-1070)) (-5 *1 (-1181 *4)))) (-1480 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (-3616 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (-4251 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (-4171 (*1 *2 *3) (-12 (-5 *3 (-1178 (-1178 *4))) (-5 *2 (-1178 *4)) (-5 *1 (-1181 *4)) (-4 *4 (-1070)))) (-2643 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (-1536 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (-2361 (*1 *2 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (-2143 (*1 *2 *2 *3) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (-4114 (*1 *2 *3) (-12 (-5 *2 (-1178 *3)) (-5 *1 (-1181 *3)) (-4 *3 (-1070)))) (-4089 (*1 *2 *3 *2) (-12 (-5 *2 (-1178 *4)) (-5 *3 (-1 *4 (-576))) (-4 *4 (-1070)) (-5 *1 (-1181 *4)))) (-3296 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (-2652 (*1 *2 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (-4406 (*1 *2 *3) (-12 (-5 *2 (-1178 *3)) (-5 *1 (-1181 *3)) (-4 *3 (-1070)))) (-4439 (*1 *2 *3) (-12 (-5 *2 (-1178 (-576))) (-5 *1 (-1181 *4)) (-4 *4 (-1070)) (-5 *3 (-576)))) (-1856 (*1 *2 *3) (-12 (-5 *2 (-1178 (-576))) (-5 *1 (-1181 *4)) (-4 *4 (-1070)) (-5 *3 (-576)))) (-1617 (*1 *2 *3 *4) (-12 (-5 *4 (-576)) (-5 *2 (-1178 *3)) (-5 *1 (-1181 *3)) (-4 *3 (-1070)))) (-2413 (*1 *2 *2) (|partial| -12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (-4047 (*1 *2 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (-1943 (*1 *2 *2 *2) (|partial| -12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (* (*1 *2 *2 *3) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (-4037 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (-4037 (*1 *2 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))) (-4027 (*1 *2 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))))
+(-10 -7 (-15 -4027 ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 -4037 ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 -4037 ((-1178 |#1|) (-1178 |#1|))) (-15 * ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 * ((-1178 |#1|) |#1| (-1178 |#1|))) (-15 * ((-1178 |#1|) (-1178 |#1|) |#1|)) (-15 -1943 ((-3 (-1178 |#1|) "failed") (-1178 |#1|) (-1178 |#1|))) (-15 -4047 ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 -2413 ((-3 (-1178 |#1|) "failed") (-1178 |#1|))) (-15 -1617 ((-1178 |#1|) |#1| (-576))) (-15 -1856 ((-1178 (-576)) (-576))) (-15 -4439 ((-1178 (-576)) (-576))) (-15 -4406 ((-1178 |#1|) |#1|)) (-15 -2652 ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 -3296 ((-1178 |#1|) (-1178 |#1|))) (-15 -4089 ((-1178 |#1|) (-1 |#1| (-576)) (-1178 |#1|))) (-15 -4114 ((-1178 |#1|) |#1|)) (-15 -2143 ((-1178 |#1|) (-1178 |#1|) |#1|)) (-15 -2361 ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 -1536 ((-1178 |#1|) (-1178 |#1|))) (-15 -2643 ((-1178 |#1|) (-1178 |#1|))) (-15 -4171 ((-1178 |#1|) (-1178 (-1178 |#1|)))) (-15 -4251 ((-1178 |#1|) (-1178 |#1|))) (-15 -3616 ((-1178 |#1|) (-1178 |#1|))) (-15 -1480 ((-1178 |#1|) (-1178 |#1|))) (-15 -2088 ((-1178 |#1|) (-1178 |#1|) (-576) (-576))) (-15 -3983 ((-1178 |#1|) (-576) (-576) (-1178 |#1|))) (-15 -3213 ((-1178 |#1|) (-576) (-576) (-1178 |#1|))) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -1488 ((-1178 |#1|) |#1| (-1178 |#1|))) (-15 -1972 ((-1178 |#1|) |#1| (-1 (-1178 |#1|)))) (-15 -2055 ((-1178 |#1|) (-1178 (-1178 |#1|)))) (-15 -1686 ((-1178 |#1|) (-419 (-576)) (-1178 |#1|)))) |%noBranch|) (IF (|has| |#1| (-374)) (PROGN (-15 -3427 ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 -3788 ((-1178 |#1|) (-1 |#1| (-576)) |#1| (-1 (-1178 |#1|)))) (-15 -2378 ((-1178 |#1|) |#1| (-1178 |#1|)))) |%noBranch|))
+((-3586 (((-1178 |#1|) (-1178 |#1|)) 60)) (-3435 (((-1178 |#1|) (-1178 |#1|)) 42)) (-3562 (((-1178 |#1|) (-1178 |#1|)) 56)) (-3412 (((-1178 |#1|) (-1178 |#1|)) 38)) (-3612 (((-1178 |#1|) (-1178 |#1|)) 63)) (-3461 (((-1178 |#1|) (-1178 |#1|)) 45)) (-2608 (((-1178 |#1|) (-1178 |#1|)) 34)) (-2154 (((-1178 |#1|) (-1178 |#1|)) 29)) (-3623 (((-1178 |#1|) (-1178 |#1|)) 64)) (-3474 (((-1178 |#1|) (-1178 |#1|)) 46)) (-3599 (((-1178 |#1|) (-1178 |#1|)) 61)) (-3448 (((-1178 |#1|) (-1178 |#1|)) 43)) (-3574 (((-1178 |#1|) (-1178 |#1|)) 58)) (-3424 (((-1178 |#1|) (-1178 |#1|)) 40)) (-3653 (((-1178 |#1|) (-1178 |#1|)) 68)) (-3510 (((-1178 |#1|) (-1178 |#1|)) 50)) (-3632 (((-1178 |#1|) (-1178 |#1|)) 66)) (-3487 (((-1178 |#1|) (-1178 |#1|)) 48)) (-3673 (((-1178 |#1|) (-1178 |#1|)) 71)) (-3537 (((-1178 |#1|) (-1178 |#1|)) 53)) (-1970 (((-1178 |#1|) (-1178 |#1|)) 72)) (-3550 (((-1178 |#1|) (-1178 |#1|)) 54)) (-3664 (((-1178 |#1|) (-1178 |#1|)) 70)) (-3523 (((-1178 |#1|) (-1178 |#1|)) 52)) (-3642 (((-1178 |#1|) (-1178 |#1|)) 69)) (-3498 (((-1178 |#1|) (-1178 |#1|)) 51)) (** (((-1178 |#1|) (-1178 |#1|) (-1178 |#1|)) 36)))
+(((-1182 |#1|) (-10 -7 (-15 -2154 ((-1178 |#1|) (-1178 |#1|))) (-15 -2608 ((-1178 |#1|) (-1178 |#1|))) (-15 ** ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 -3412 ((-1178 |#1|) (-1178 |#1|))) (-15 -3424 ((-1178 |#1|) (-1178 |#1|))) (-15 -3435 ((-1178 |#1|) (-1178 |#1|))) (-15 -3448 ((-1178 |#1|) (-1178 |#1|))) (-15 -3461 ((-1178 |#1|) (-1178 |#1|))) (-15 -3474 ((-1178 |#1|) (-1178 |#1|))) (-15 -3487 ((-1178 |#1|) (-1178 |#1|))) (-15 -3498 ((-1178 |#1|) (-1178 |#1|))) (-15 -3510 ((-1178 |#1|) (-1178 |#1|))) (-15 -3523 ((-1178 |#1|) (-1178 |#1|))) (-15 -3537 ((-1178 |#1|) (-1178 |#1|))) (-15 -3550 ((-1178 |#1|) (-1178 |#1|))) (-15 -3562 ((-1178 |#1|) (-1178 |#1|))) (-15 -3574 ((-1178 |#1|) (-1178 |#1|))) (-15 -3586 ((-1178 |#1|) (-1178 |#1|))) (-15 -3599 ((-1178 |#1|) (-1178 |#1|))) (-15 -3612 ((-1178 |#1|) (-1178 |#1|))) (-15 -3623 ((-1178 |#1|) (-1178 |#1|))) (-15 -3632 ((-1178 |#1|) (-1178 |#1|))) (-15 -3642 ((-1178 |#1|) (-1178 |#1|))) (-15 -3653 ((-1178 |#1|) (-1178 |#1|))) (-15 -3664 ((-1178 |#1|) (-1178 |#1|))) (-15 -3673 ((-1178 |#1|) (-1178 |#1|))) (-15 -1970 ((-1178 |#1|) (-1178 |#1|)))) (-38 (-419 (-576)))) (T -1182))
+((-1970 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3673 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3664 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3653 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3642 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3632 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3623 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3612 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3599 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3586 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3574 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3562 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3550 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3537 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3523 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3510 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3498 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3487 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3474 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3461 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3448 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3435 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3424 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-3412 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-2608 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))) (-2154 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1182 *3)))))
+(-10 -7 (-15 -2154 ((-1178 |#1|) (-1178 |#1|))) (-15 -2608 ((-1178 |#1|) (-1178 |#1|))) (-15 ** ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 -3412 ((-1178 |#1|) (-1178 |#1|))) (-15 -3424 ((-1178 |#1|) (-1178 |#1|))) (-15 -3435 ((-1178 |#1|) (-1178 |#1|))) (-15 -3448 ((-1178 |#1|) (-1178 |#1|))) (-15 -3461 ((-1178 |#1|) (-1178 |#1|))) (-15 -3474 ((-1178 |#1|) (-1178 |#1|))) (-15 -3487 ((-1178 |#1|) (-1178 |#1|))) (-15 -3498 ((-1178 |#1|) (-1178 |#1|))) (-15 -3510 ((-1178 |#1|) (-1178 |#1|))) (-15 -3523 ((-1178 |#1|) (-1178 |#1|))) (-15 -3537 ((-1178 |#1|) (-1178 |#1|))) (-15 -3550 ((-1178 |#1|) (-1178 |#1|))) (-15 -3562 ((-1178 |#1|) (-1178 |#1|))) (-15 -3574 ((-1178 |#1|) (-1178 |#1|))) (-15 -3586 ((-1178 |#1|) (-1178 |#1|))) (-15 -3599 ((-1178 |#1|) (-1178 |#1|))) (-15 -3612 ((-1178 |#1|) (-1178 |#1|))) (-15 -3623 ((-1178 |#1|) (-1178 |#1|))) (-15 -3632 ((-1178 |#1|) (-1178 |#1|))) (-15 -3642 ((-1178 |#1|) (-1178 |#1|))) (-15 -3653 ((-1178 |#1|) (-1178 |#1|))) (-15 -3664 ((-1178 |#1|) (-1178 |#1|))) (-15 -3673 ((-1178 |#1|) (-1178 |#1|))) (-15 -1970 ((-1178 |#1|) (-1178 |#1|))))
+((-3586 (((-1178 |#1|) (-1178 |#1|)) 102)) (-3435 (((-1178 |#1|) (-1178 |#1|)) 61)) (-4424 (((-2 (|:| -3562 (-1178 |#1|)) (|:| -3574 (-1178 |#1|))) (-1178 |#1|)) 98)) (-3562 (((-1178 |#1|) (-1178 |#1|)) 99)) (-1350 (((-2 (|:| -3412 (-1178 |#1|)) (|:| -3424 (-1178 |#1|))) (-1178 |#1|)) 54)) (-3412 (((-1178 |#1|) (-1178 |#1|)) 55)) (-3612 (((-1178 |#1|) (-1178 |#1|)) 104)) (-3461 (((-1178 |#1|) (-1178 |#1|)) 68)) (-2608 (((-1178 |#1|) (-1178 |#1|)) 40)) (-2154 (((-1178 |#1|) (-1178 |#1|)) 37)) (-3623 (((-1178 |#1|) (-1178 |#1|)) 105)) (-3474 (((-1178 |#1|) (-1178 |#1|)) 69)) (-3599 (((-1178 |#1|) (-1178 |#1|)) 103)) (-3448 (((-1178 |#1|) (-1178 |#1|)) 64)) (-3574 (((-1178 |#1|) (-1178 |#1|)) 100)) (-3424 (((-1178 |#1|) (-1178 |#1|)) 56)) (-3653 (((-1178 |#1|) (-1178 |#1|)) 113)) (-3510 (((-1178 |#1|) (-1178 |#1|)) 88)) (-3632 (((-1178 |#1|) (-1178 |#1|)) 107)) (-3487 (((-1178 |#1|) (-1178 |#1|)) 84)) (-3673 (((-1178 |#1|) (-1178 |#1|)) 117)) (-3537 (((-1178 |#1|) (-1178 |#1|)) 92)) (-1970 (((-1178 |#1|) (-1178 |#1|)) 119)) (-3550 (((-1178 |#1|) (-1178 |#1|)) 94)) (-3664 (((-1178 |#1|) (-1178 |#1|)) 115)) (-3523 (((-1178 |#1|) (-1178 |#1|)) 90)) (-3642 (((-1178 |#1|) (-1178 |#1|)) 109)) (-3498 (((-1178 |#1|) (-1178 |#1|)) 86)) (** (((-1178 |#1|) (-1178 |#1|) (-1178 |#1|)) 41)))
+(((-1183 |#1|) (-10 -7 (-15 -2154 ((-1178 |#1|) (-1178 |#1|))) (-15 -2608 ((-1178 |#1|) (-1178 |#1|))) (-15 ** ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 -1350 ((-2 (|:| -3412 (-1178 |#1|)) (|:| -3424 (-1178 |#1|))) (-1178 |#1|))) (-15 -3412 ((-1178 |#1|) (-1178 |#1|))) (-15 -3424 ((-1178 |#1|) (-1178 |#1|))) (-15 -3435 ((-1178 |#1|) (-1178 |#1|))) (-15 -3448 ((-1178 |#1|) (-1178 |#1|))) (-15 -3461 ((-1178 |#1|) (-1178 |#1|))) (-15 -3474 ((-1178 |#1|) (-1178 |#1|))) (-15 -3487 ((-1178 |#1|) (-1178 |#1|))) (-15 -3498 ((-1178 |#1|) (-1178 |#1|))) (-15 -3510 ((-1178 |#1|) (-1178 |#1|))) (-15 -3523 ((-1178 |#1|) (-1178 |#1|))) (-15 -3537 ((-1178 |#1|) (-1178 |#1|))) (-15 -3550 ((-1178 |#1|) (-1178 |#1|))) (-15 -4424 ((-2 (|:| -3562 (-1178 |#1|)) (|:| -3574 (-1178 |#1|))) (-1178 |#1|))) (-15 -3562 ((-1178 |#1|) (-1178 |#1|))) (-15 -3574 ((-1178 |#1|) (-1178 |#1|))) (-15 -3586 ((-1178 |#1|) (-1178 |#1|))) (-15 -3599 ((-1178 |#1|) (-1178 |#1|))) (-15 -3612 ((-1178 |#1|) (-1178 |#1|))) (-15 -3623 ((-1178 |#1|) (-1178 |#1|))) (-15 -3632 ((-1178 |#1|) (-1178 |#1|))) (-15 -3642 ((-1178 |#1|) (-1178 |#1|))) (-15 -3653 ((-1178 |#1|) (-1178 |#1|))) (-15 -3664 ((-1178 |#1|) (-1178 |#1|))) (-15 -3673 ((-1178 |#1|) (-1178 |#1|))) (-15 -1970 ((-1178 |#1|) (-1178 |#1|)))) (-38 (-419 (-576)))) (T -1183))
+((-1970 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3673 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3664 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3653 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3642 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3632 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3623 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3612 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3599 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3586 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3574 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3562 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-4424 (*1 *2 *3) (-12 (-4 *4 (-38 (-419 (-576)))) (-5 *2 (-2 (|:| -3562 (-1178 *4)) (|:| -3574 (-1178 *4)))) (-5 *1 (-1183 *4)) (-5 *3 (-1178 *4)))) (-3550 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3537 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3523 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3510 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3498 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3487 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3474 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3461 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3448 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3435 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3424 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-3412 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-1350 (*1 *2 *3) (-12 (-4 *4 (-38 (-419 (-576)))) (-5 *2 (-2 (|:| -3412 (-1178 *4)) (|:| -3424 (-1178 *4)))) (-5 *1 (-1183 *4)) (-5 *3 (-1178 *4)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-2608 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))) (-2154 (*1 *2 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1183 *3)))))
+(-10 -7 (-15 -2154 ((-1178 |#1|) (-1178 |#1|))) (-15 -2608 ((-1178 |#1|) (-1178 |#1|))) (-15 ** ((-1178 |#1|) (-1178 |#1|) (-1178 |#1|))) (-15 -1350 ((-2 (|:| -3412 (-1178 |#1|)) (|:| -3424 (-1178 |#1|))) (-1178 |#1|))) (-15 -3412 ((-1178 |#1|) (-1178 |#1|))) (-15 -3424 ((-1178 |#1|) (-1178 |#1|))) (-15 -3435 ((-1178 |#1|) (-1178 |#1|))) (-15 -3448 ((-1178 |#1|) (-1178 |#1|))) (-15 -3461 ((-1178 |#1|) (-1178 |#1|))) (-15 -3474 ((-1178 |#1|) (-1178 |#1|))) (-15 -3487 ((-1178 |#1|) (-1178 |#1|))) (-15 -3498 ((-1178 |#1|) (-1178 |#1|))) (-15 -3510 ((-1178 |#1|) (-1178 |#1|))) (-15 -3523 ((-1178 |#1|) (-1178 |#1|))) (-15 -3537 ((-1178 |#1|) (-1178 |#1|))) (-15 -3550 ((-1178 |#1|) (-1178 |#1|))) (-15 -4424 ((-2 (|:| -3562 (-1178 |#1|)) (|:| -3574 (-1178 |#1|))) (-1178 |#1|))) (-15 -3562 ((-1178 |#1|) (-1178 |#1|))) (-15 -3574 ((-1178 |#1|) (-1178 |#1|))) (-15 -3586 ((-1178 |#1|) (-1178 |#1|))) (-15 -3599 ((-1178 |#1|) (-1178 |#1|))) (-15 -3612 ((-1178 |#1|) (-1178 |#1|))) (-15 -3623 ((-1178 |#1|) (-1178 |#1|))) (-15 -3632 ((-1178 |#1|) (-1178 |#1|))) (-15 -3642 ((-1178 |#1|) (-1178 |#1|))) (-15 -3653 ((-1178 |#1|) (-1178 |#1|))) (-15 -3664 ((-1178 |#1|) (-1178 |#1|))) (-15 -3673 ((-1178 |#1|) (-1178 |#1|))) (-15 -1970 ((-1178 |#1|) (-1178 |#1|))))
+((-4108 (((-977 |#2|) |#2| |#2|) 50)) (-1770 ((|#2| |#2| |#1|) 19 (|has| |#1| (-317)))))
+(((-1184 |#1| |#2|) (-10 -7 (-15 -4108 ((-977 |#2|) |#2| |#2|)) (IF (|has| |#1| (-317)) (-15 -1770 (|#2| |#2| |#1|)) |%noBranch|)) (-568) (-1264 |#1|)) (T -1184))
+((-1770 (*1 *2 *2 *3) (-12 (-4 *3 (-317)) (-4 *3 (-568)) (-5 *1 (-1184 *3 *2)) (-4 *2 (-1264 *3)))) (-4108 (*1 *2 *3 *3) (-12 (-4 *4 (-568)) (-5 *2 (-977 *3)) (-5 *1 (-1184 *4 *3)) (-4 *3 (-1264 *4)))))
+(-10 -7 (-15 -4108 ((-977 |#2|) |#2| |#2|)) (IF (|has| |#1| (-317)) (-15 -1770 (|#2| |#2| |#1|)) |%noBranch|))
+((-1955 (((-112) $ $) NIL)) (-2869 (($ $ (-656 (-783))) 79)) (-1456 (($) 33)) (-2874 (($ $) 51)) (-1387 (((-656 $) $) 60)) (-3934 (((-112) $) 19)) (-3634 (((-656 (-962 |#2|)) $) 86)) (-2130 (($ $) 80)) (-2892 (((-783) $) 47)) (-1988 (($) 32)) (-3496 (($ $ (-656 (-783)) (-962 |#2|)) 72) (($ $ (-656 (-783)) (-783)) 73) (($ $ (-783) (-962 |#2|)) 75)) (-3181 (($ $ $) 57) (($ (-656 $)) 59)) (-2104 (((-783) $) 87)) (-1925 (((-112) $) 15)) (-4185 (((-1179) $) NIL)) (-4041 (((-112) $) 22)) (-3117 (((-1141) $) NIL)) (-2075 (((-173) $) 85)) (-1362 (((-962 |#2|) $) 81)) (-3784 (((-783) $) 82)) (-2043 (((-112) $) 84)) (-4230 (($ $ (-656 (-783)) (-173)) 78)) (-2933 (($ $) 52)) (-4114 (((-876) $) 99)) (-3902 (($ $ (-656 (-783)) (-112)) 77)) (-3429 (((-656 $) $) 11)) (-2167 (($ $ (-783)) 46)) (-3482 (($ $) 43)) (-3000 (((-112) $ $) NIL)) (-2476 (($ $ $ (-962 |#2|) (-783)) 68)) (-2262 (($ $ (-962 |#2|)) 67)) (-2270 (($ $ (-656 (-783)) (-962 |#2|)) 66) (($ $ (-656 (-783)) (-783)) 70) (((-783) $ (-962 |#2|)) 71)) (-3939 (((-112) $ $) 92)))
+(((-1185 |#1| |#2|) (-13 (-1121) (-10 -8 (-15 -1925 ((-112) $)) (-15 -3934 ((-112) $)) (-15 -4041 ((-112) $)) (-15 -1988 ($)) (-15 -1456 ($)) (-15 -3482 ($ $)) (-15 -2167 ($ $ (-783))) (-15 -3429 ((-656 $) $)) (-15 -2892 ((-783) $)) (-15 -2874 ($ $)) (-15 -2933 ($ $)) (-15 -3181 ($ $ $)) (-15 -3181 ($ (-656 $))) (-15 -1387 ((-656 $) $)) (-15 -2270 ($ $ (-656 (-783)) (-962 |#2|))) (-15 -2262 ($ $ (-962 |#2|))) (-15 -2476 ($ $ $ (-962 |#2|) (-783))) (-15 -3496 ($ $ (-656 (-783)) (-962 |#2|))) (-15 -2270 ($ $ (-656 (-783)) (-783))) (-15 -3496 ($ $ (-656 (-783)) (-783))) (-15 -2270 ((-783) $ (-962 |#2|))) (-15 -3496 ($ $ (-783) (-962 |#2|))) (-15 -3902 ($ $ (-656 (-783)) (-112))) (-15 -4230 ($ $ (-656 (-783)) (-173))) (-15 -2869 ($ $ (-656 (-783)))) (-15 -1362 ((-962 |#2|) $)) (-15 -3784 ((-783) $)) (-15 -2043 ((-112) $)) (-15 -2075 ((-173) $)) (-15 -2104 ((-783) $)) (-15 -2130 ($ $)) (-15 -3634 ((-656 (-962 |#2|)) $)))) (-940) (-1070)) (T -1185))
+((-1925 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940)) (-4 *4 (-1070)))) (-3934 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940)) (-4 *4 (-1070)))) (-4041 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940)) (-4 *4 (-1070)))) (-1988 (*1 *1) (-12 (-5 *1 (-1185 *2 *3)) (-14 *2 (-940)) (-4 *3 (-1070)))) (-1456 (*1 *1) (-12 (-5 *1 (-1185 *2 *3)) (-14 *2 (-940)) (-4 *3 (-1070)))) (-3482 (*1 *1 *1) (-12 (-5 *1 (-1185 *2 *3)) (-14 *2 (-940)) (-4 *3 (-1070)))) (-2167 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940)) (-4 *4 (-1070)))) (-3429 (*1 *2 *1) (-12 (-5 *2 (-656 (-1185 *3 *4))) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940)) (-4 *4 (-1070)))) (-2892 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940)) (-4 *4 (-1070)))) (-2874 (*1 *1 *1) (-12 (-5 *1 (-1185 *2 *3)) (-14 *2 (-940)) (-4 *3 (-1070)))) (-2933 (*1 *1 *1) (-12 (-5 *1 (-1185 *2 *3)) (-14 *2 (-940)) (-4 *3 (-1070)))) (-3181 (*1 *1 *1 *1) (-12 (-5 *1 (-1185 *2 *3)) (-14 *2 (-940)) (-4 *3 (-1070)))) (-3181 (*1 *1 *2) (-12 (-5 *2 (-656 (-1185 *3 *4))) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940)) (-4 *4 (-1070)))) (-1387 (*1 *2 *1) (-12 (-5 *2 (-656 (-1185 *3 *4))) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940)) (-4 *4 (-1070)))) (-2270 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-783))) (-5 *3 (-962 *5)) (-4 *5 (-1070)) (-5 *1 (-1185 *4 *5)) (-14 *4 (-940)))) (-2262 (*1 *1 *1 *2) (-12 (-5 *2 (-962 *4)) (-4 *4 (-1070)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940)))) (-2476 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-962 *5)) (-5 *3 (-783)) (-4 *5 (-1070)) (-5 *1 (-1185 *4 *5)) (-14 *4 (-940)))) (-3496 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-783))) (-5 *3 (-962 *5)) (-4 *5 (-1070)) (-5 *1 (-1185 *4 *5)) (-14 *4 (-940)))) (-2270 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-783))) (-5 *3 (-783)) (-5 *1 (-1185 *4 *5)) (-14 *4 (-940)) (-4 *5 (-1070)))) (-3496 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-783))) (-5 *3 (-783)) (-5 *1 (-1185 *4 *5)) (-14 *4 (-940)) (-4 *5 (-1070)))) (-2270 (*1 *2 *1 *3) (-12 (-5 *3 (-962 *5)) (-4 *5 (-1070)) (-5 *2 (-783)) (-5 *1 (-1185 *4 *5)) (-14 *4 (-940)))) (-3496 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *3 (-962 *5)) (-4 *5 (-1070)) (-5 *1 (-1185 *4 *5)) (-14 *4 (-940)))) (-3902 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-783))) (-5 *3 (-112)) (-5 *1 (-1185 *4 *5)) (-14 *4 (-940)) (-4 *5 (-1070)))) (-4230 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-656 (-783))) (-5 *3 (-173)) (-5 *1 (-1185 *4 *5)) (-14 *4 (-940)) (-4 *5 (-1070)))) (-2869 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-783))) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940)) (-4 *4 (-1070)))) (-1362 (*1 *2 *1) (-12 (-5 *2 (-962 *4)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940)) (-4 *4 (-1070)))) (-3784 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940)) (-4 *4 (-1070)))) (-2043 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940)) (-4 *4 (-1070)))) (-2075 (*1 *2 *1) (-12 (-5 *2 (-173)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940)) (-4 *4 (-1070)))) (-2104 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940)) (-4 *4 (-1070)))) (-2130 (*1 *1 *1) (-12 (-5 *1 (-1185 *2 *3)) (-14 *2 (-940)) (-4 *3 (-1070)))) (-3634 (*1 *2 *1) (-12 (-5 *2 (-656 (-962 *4))) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940)) (-4 *4 (-1070)))))
+(-13 (-1121) (-10 -8 (-15 -1925 ((-112) $)) (-15 -3934 ((-112) $)) (-15 -4041 ((-112) $)) (-15 -1988 ($)) (-15 -1456 ($)) (-15 -3482 ($ $)) (-15 -2167 ($ $ (-783))) (-15 -3429 ((-656 $) $)) (-15 -2892 ((-783) $)) (-15 -2874 ($ $)) (-15 -2933 ($ $)) (-15 -3181 ($ $ $)) (-15 -3181 ($ (-656 $))) (-15 -1387 ((-656 $) $)) (-15 -2270 ($ $ (-656 (-783)) (-962 |#2|))) (-15 -2262 ($ $ (-962 |#2|))) (-15 -2476 ($ $ $ (-962 |#2|) (-783))) (-15 -3496 ($ $ (-656 (-783)) (-962 |#2|))) (-15 -2270 ($ $ (-656 (-783)) (-783))) (-15 -3496 ($ $ (-656 (-783)) (-783))) (-15 -2270 ((-783) $ (-962 |#2|))) (-15 -3496 ($ $ (-783) (-962 |#2|))) (-15 -3902 ($ $ (-656 (-783)) (-112))) (-15 -4230 ($ $ (-656 (-783)) (-173))) (-15 -2869 ($ $ (-656 (-783)))) (-15 -1362 ((-962 |#2|) $)) (-15 -3784 ((-783) $)) (-15 -2043 ((-112) $)) (-15 -2075 ((-173) $)) (-15 -2104 ((-783) $)) (-15 -2130 ($ $)) (-15 -3634 ((-656 (-962 |#2|)) $))))
+((-1955 (((-112) $ $) NIL)) (-1782 ((|#2| $) 11)) (-1773 ((|#1| $) 10)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4125 (($ |#1| |#2|) 9)) (-4114 (((-876) $) 16)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1186 |#1| |#2|) (-13 (-1121) (-10 -8 (-15 -4125 ($ |#1| |#2|)) (-15 -1773 (|#1| $)) (-15 -1782 (|#2| $)))) (-1121) (-1121)) (T -1186))
+((-4125 (*1 *1 *2 *3) (-12 (-5 *1 (-1186 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121)))) (-1773 (*1 *2 *1) (-12 (-4 *2 (-1121)) (-5 *1 (-1186 *2 *3)) (-4 *3 (-1121)))) (-1782 (*1 *2 *1) (-12 (-4 *2 (-1121)) (-5 *1 (-1186 *3 *2)) (-4 *3 (-1121)))))
+(-13 (-1121) (-10 -8 (-15 -4125 ($ |#1| |#2|)) (-15 -1773 (|#1| $)) (-15 -1782 (|#2| $))))
+((-1955 (((-112) $ $) NIL)) (-2371 (((-1156) $) 9)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 15) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1187) (-13 (-1104) (-10 -8 (-15 -2371 ((-1156) $))))) (T -1187))
+((-2371 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1187)))))
+(-13 (-1104) (-10 -8 (-15 -2371 ((-1156) $))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3730 (((-1195 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-317)) (|has| |#1| (-374))))) (-1583 (((-656 (-1103)) $) NIL)) (-1652 (((-1197) $) 11)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-2116 (($ $) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-2898 (((-112) $) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-2452 (($ $ (-576)) NIL) (($ $ (-576) (-576)) 75)) (-3716 (((-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $) NIL)) (-2489 (((-1195 |#1| |#2| |#3|) $) 42)) (-4270 (((-3 (-1195 |#1| |#2| |#3|) "failed") $) 32)) (-1628 (((-1195 |#1| |#2| |#3|) $) 33)) (-3586 (($ $) 116 (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) 92 (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))))) (-4068 (($ $) NIL (|has| |#1| (-374)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-374)))) (-1463 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))))) (-4064 (((-112) $ $) NIL (|has| |#1| (-374)))) (-3562 (($ $) 112 (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) 88 (|has| |#1| (-38 (-419 (-576)))))) (-4018 (((-576) $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))))) (-2861 (($ (-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|)))) NIL)) (-3612 (($ $) 120 (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) 96 (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-1195 |#1| |#2| |#3|) "failed") $) 34) (((-3 (-1197) "failed") $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-1059 (-1197))) (|has| |#1| (-374)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-1059 (-576))) (|has| |#1| (-374)))) (((-3 (-576) "failed") $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-1059 (-576))) (|has| |#1| (-374))))) (-2318 (((-1195 |#1| |#2| |#3|) $) 140) (((-1197) $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-1059 (-1197))) (|has| |#1| (-374)))) (((-419 (-576)) $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-1059 (-576))) (|has| |#1| (-374)))) (((-576) $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-1059 (-576))) (|has| |#1| (-374))))) (-4012 (($ $) 37) (($ (-576) $) 38)) (-1892 (($ $ $) NIL (|has| |#1| (-374)))) (-3310 (($ $) NIL)) (-2255 (((-701 (-1195 |#1| |#2| |#3|)) (-701 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -2663 (-701 (-1195 |#1| |#2| |#3|))) (|:| |vec| (-1288 (-1195 |#1| |#2| |#3|)))) (-701 $) (-1288 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-651 (-576))) (|has| |#1| (-374)))) (((-701 (-576)) (-701 $)) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-651 (-576))) (|has| |#1| (-374))))) (-2413 (((-3 $ "failed") $) 54)) (-3919 (((-419 (-971 |#1|)) $ (-576)) 74 (|has| |#1| (-568))) (((-419 (-971 |#1|)) $ (-576) (-576)) 76 (|has| |#1| (-568)))) (-4370 (($) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-557)) (|has| |#1| (-374))))) (-1905 (($ $ $) NIL (|has| |#1| (-374)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-3742 (((-112) $) NIL (|has| |#1| (-374)))) (-2907 (((-112) $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))))) (-2871 (((-112) $) 28)) (-2723 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-901 (-390))) (|has| |#1| (-374)))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-901 (-576))) (|has| |#1| (-374))))) (-1760 (((-576) $) NIL) (((-576) $ (-576)) 26)) (-3315 (((-112) $) NIL)) (-2364 (($ $) NIL (|has| |#1| (-374)))) (-2687 (((-1195 |#1| |#2| |#3|) $) 44 (|has| |#1| (-374)))) (-4063 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4080 (((-3 $ "failed") $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-1173)) (|has| |#1| (-374))))) (-2569 (((-112) $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))))) (-3460 (($ $ (-940)) NIL)) (-2836 (($ (-1 |#1| (-576)) $) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-576)) 19) (($ $ (-1103) (-576)) NIL) (($ $ (-656 (-1103)) (-656 (-576))) NIL)) (-2905 (($ $ $) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-2163 (($ $ $) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1195 |#1| |#2| |#3|) (-1195 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-374)))) (-2608 (($ $) 81 (|has| |#1| (-38 (-419 (-576)))))) (-3015 (((-701 (-1195 |#1| |#2| |#3|)) (-1288 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -2663 (-701 (-1195 |#1| |#2| |#3|))) (|:| |vec| (-1288 (-1195 |#1| |#2| |#3|)))) (-1288 $) $) NIL (|has| |#1| (-374))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-651 (-576))) (|has| |#1| (-374)))) (((-701 (-576)) (-1288 $)) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-651 (-576))) (|has| |#1| (-374))))) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-1637 (($ (-576) (-1195 |#1| |#2| |#3|)) 36)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL (|has| |#1| (-374)))) (-1488 (($ $) 79 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| |#1| (-15 -1488 (|#1| |#1| (-1197)))) (|has| |#1| (-15 -1583 ((-656 (-1197)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-978)) (|has| |#1| (-1223))))) (($ $ (-1284 |#2|)) 80 (|has| |#1| (-38 (-419 (-576)))))) (-3651 (($) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-1173)) (|has| |#1| (-374))) CONST)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-374)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-4152 (($ $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-317)) (|has| |#1| (-374))))) (-4110 (((-1195 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-557)) (|has| |#1| (-374))))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))))) (-1452 (((-430 $) $) NIL (|has| |#1| (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-3168 (($ $ (-576)) 158)) (-1943 (((-3 $ "failed") $ $) 55 (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2154 (($ $) 82 (|has| |#1| (-38 (-419 (-576)))))) (-2143 (((-1178 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-576))))) (($ $ (-1197) (-1195 |#1| |#2| |#3|)) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-526 (-1197) (-1195 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-656 (-1197)) (-656 (-1195 |#1| |#2| |#3|))) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-526 (-1197) (-1195 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-656 (-304 (-1195 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-319 (-1195 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-304 (-1195 |#1| |#2| |#3|))) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-319 (-1195 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-1195 |#1| |#2| |#3|) (-1195 |#1| |#2| |#3|)) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-319 (-1195 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-656 (-1195 |#1| |#2| |#3|)) (-656 (-1195 |#1| |#2| |#3|))) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-319 (-1195 |#1| |#2| |#3|))) (|has| |#1| (-374))))) (-3199 (((-783) $) NIL (|has| |#1| (-374)))) (-4369 ((|#1| $ (-576)) NIL) (($ $ $) 61 (|has| (-576) (-1133))) (($ $ (-1195 |#1| |#2| |#3|)) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-296 (-1195 |#1| |#2| |#3|) (-1195 |#1| |#2| |#3|))) (|has| |#1| (-374))))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-374)))) (-4107 (($ $ (-1 (-1195 |#1| |#2| |#3|) (-1195 |#1| |#2| |#3|)) (-783)) NIL (|has| |#1| (-374))) (($ $ (-1 (-1195 |#1| |#2| |#3|) (-1195 |#1| |#2| |#3|))) NIL (|has| |#1| (-374))) (($ $ (-1284 |#2|)) 57) (($ $) 56 (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-783)) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))))) (-3908 (($ $) NIL (|has| |#1| (-374)))) (-2698 (((-1195 |#1| |#2| |#3|) $) 46 (|has| |#1| (-374)))) (-2786 (((-576) $) 43)) (-3623 (($ $) 122 (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) 98 (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) 118 (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) 94 (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) 114 (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) 90 (|has| |#1| (-38 (-419 (-576)))))) (-1554 (((-548) $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-626 (-548))) (|has| |#1| (-374)))) (((-390) $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-1043)) (|has| |#1| (-374)))) (((-227) $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-1043)) (|has| |#1| (-374)))) (((-907 (-390)) $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-626 (-907 (-390)))) (|has| |#1| (-374)))) (((-907 (-576)) $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-626 (-907 (-576)))) (|has| |#1| (-374))))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-1195 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))))) (-2093 (($ $) NIL)) (-4114 (((-876) $) 162) (($ (-576)) NIL) (($ |#1|) NIL (|has| |#1| (-174))) (($ (-1195 |#1| |#2| |#3|)) 30) (($ (-1284 |#2|)) 25) (($ (-1197)) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-1059 (-1197))) (|has| |#1| (-374)))) (($ $) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))) (|has| |#1| (-568)))) (($ (-419 (-576))) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-1059 (-576))) (|has| |#1| (-374))) (|has| |#1| (-38 (-419 (-576))))))) (-1341 ((|#1| $ (-576)) 77)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| (-1195 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-146)) (|has| |#1| (-374))) (|has| |#1| (-146))))) (-2864 (((-783)) NIL T CONST)) (-3188 ((|#1| $) 12)) (-2778 (((-1195 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-557)) (|has| |#1| (-374))))) (-3000 (((-112) $ $) NIL)) (-3653 (($ $) 128 (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) 104 (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-3632 (($ $) 124 (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) 100 (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) 132 (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) 108 (|has| |#1| (-38 (-419 (-576)))))) (-2642 ((|#1| $ (-576)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-576)))) (|has| |#1| (-15 -4114 (|#1| (-1197))))))) (-1970 (($ $) 134 (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) 110 (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) 130 (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) 106 (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) 126 (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) 102 (|has| |#1| (-38 (-419 (-576)))))) (-2679 (($ $) NIL (-12 (|has| (-1195 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))))) (-4312 (($) 21 T CONST)) (-4322 (($) 16 T CONST)) (-3157 (($ $ (-1 (-1195 |#1| |#2| |#3|) (-1195 |#1| |#2| |#3|)) (-783)) NIL (|has| |#1| (-374))) (($ $ (-1 (-1195 |#1| |#2| |#3|) (-1195 |#1| |#2| |#3|))) NIL (|has| |#1| (-374))) (($ $ (-1284 |#2|)) NIL) (($ $) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-783)) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))))) (-3995 (((-112) $ $) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-3975 (((-112) $ $) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-3962 (((-112) $ $) NIL (-3795 (-12 (|has| (-1195 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1195 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) 49 (|has| |#1| (-374))) (($ (-1195 |#1| |#2| |#3|) (-1195 |#1| |#2| |#3|)) 50 (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) 23)) (** (($ $ (-940)) NIL) (($ $ (-783)) 60) (($ $ (-576)) NIL (|has| |#1| (-374))) (($ $ $) 83 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 137 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 35) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1195 |#1| |#2| |#3|)) 48 (|has| |#1| (-374))) (($ (-1195 |#1| |#2| |#3|) $) 47 (|has| |#1| (-374))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
+(((-1188 |#1| |#2| |#3|) (-13 (-1250 |#1| (-1195 |#1| |#2| |#3|)) (-911 $ (-1284 |#2|)) (-10 -8 (-15 -4114 ($ (-1284 |#2|))) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -1488 ($ $ (-1284 |#2|))) |%noBranch|))) (-1070) (-1197) |#1|) (T -1188))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1188 *3 *4 *5)) (-4 *3 (-1070)) (-14 *5 *3))) (-1488 (*1 *1 *1 *2) (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1188 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)) (-14 *5 *3))))
+(-13 (-1250 |#1| (-1195 |#1| |#2| |#3|)) (-911 $ (-1284 |#2|)) (-10 -8 (-15 -4114 ($ (-1284 |#2|))) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -1488 ($ $ (-1284 |#2|))) |%noBranch|)))
+((-3352 ((|#2| |#2| (-1113 |#2|)) 26) ((|#2| |#2| (-1197)) 28)))
+(((-1189 |#1| |#2|) (-10 -7 (-15 -3352 (|#2| |#2| (-1197))) (-15 -3352 (|#2| |#2| (-1113 |#2|)))) (-13 (-568) (-1059 (-576)) (-651 (-576))) (-13 (-442 |#1|) (-161) (-27) (-1223))) (T -1189))
+((-3352 (*1 *2 *2 *3) (-12 (-5 *3 (-1113 *2)) (-4 *2 (-13 (-442 *4) (-161) (-27) (-1223))) (-4 *4 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-1189 *4 *2)))) (-3352 (*1 *2 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-1189 *4 *2)) (-4 *2 (-13 (-442 *4) (-161) (-27) (-1223))))))
+(-10 -7 (-15 -3352 (|#2| |#2| (-1197))) (-15 -3352 (|#2| |#2| (-1113 |#2|))))
+((-3352 (((-3 (-419 (-971 |#1|)) (-326 |#1|)) (-419 (-971 |#1|)) (-1113 (-419 (-971 |#1|)))) 31) (((-419 (-971 |#1|)) (-971 |#1|) (-1113 (-971 |#1|))) 44) (((-3 (-419 (-971 |#1|)) (-326 |#1|)) (-419 (-971 |#1|)) (-1197)) 33) (((-419 (-971 |#1|)) (-971 |#1|) (-1197)) 36)))
+(((-1190 |#1|) (-10 -7 (-15 -3352 ((-419 (-971 |#1|)) (-971 |#1|) (-1197))) (-15 -3352 ((-3 (-419 (-971 |#1|)) (-326 |#1|)) (-419 (-971 |#1|)) (-1197))) (-15 -3352 ((-419 (-971 |#1|)) (-971 |#1|) (-1113 (-971 |#1|)))) (-15 -3352 ((-3 (-419 (-971 |#1|)) (-326 |#1|)) (-419 (-971 |#1|)) (-1113 (-419 (-971 |#1|)))))) (-13 (-568) (-1059 (-576)))) (T -1190))
+((-3352 (*1 *2 *3 *4) (-12 (-5 *4 (-1113 (-419 (-971 *5)))) (-5 *3 (-419 (-971 *5))) (-4 *5 (-13 (-568) (-1059 (-576)))) (-5 *2 (-3 *3 (-326 *5))) (-5 *1 (-1190 *5)))) (-3352 (*1 *2 *3 *4) (-12 (-5 *4 (-1113 (-971 *5))) (-5 *3 (-971 *5)) (-4 *5 (-13 (-568) (-1059 (-576)))) (-5 *2 (-419 *3)) (-5 *1 (-1190 *5)))) (-3352 (*1 *2 *3 *4) (-12 (-5 *4 (-1197)) (-4 *5 (-13 (-568) (-1059 (-576)))) (-5 *2 (-3 (-419 (-971 *5)) (-326 *5))) (-5 *1 (-1190 *5)) (-5 *3 (-419 (-971 *5))))) (-3352 (*1 *2 *3 *4) (-12 (-5 *4 (-1197)) (-4 *5 (-13 (-568) (-1059 (-576)))) (-5 *2 (-419 (-971 *5))) (-5 *1 (-1190 *5)) (-5 *3 (-971 *5)))))
+(-10 -7 (-15 -3352 ((-419 (-971 |#1|)) (-971 |#1|) (-1197))) (-15 -3352 ((-3 (-419 (-971 |#1|)) (-326 |#1|)) (-419 (-971 |#1|)) (-1197))) (-15 -3352 ((-419 (-971 |#1|)) (-971 |#1|) (-1113 (-971 |#1|)))) (-15 -3352 ((-3 (-419 (-971 |#1|)) (-326 |#1|)) (-419 (-971 |#1|)) (-1113 (-419 (-971 |#1|))))))
+((-2423 (((-1193 |#2|) (-1 |#2| |#1|) (-1193 |#1|)) 13)))
+(((-1191 |#1| |#2|) (-10 -7 (-15 -2423 ((-1193 |#2|) (-1 |#2| |#1|) (-1193 |#1|)))) (-1070) (-1070)) (T -1191))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1193 *5)) (-4 *5 (-1070)) (-4 *6 (-1070)) (-5 *2 (-1193 *6)) (-5 *1 (-1191 *5 *6)))))
+(-10 -7 (-15 -2423 ((-1193 |#2|) (-1 |#2| |#1|) (-1193 |#1|))))
+((-2068 (((-430 (-1193 (-419 |#4|))) (-1193 (-419 |#4|))) 51)) (-1452 (((-430 (-1193 (-419 |#4|))) (-1193 (-419 |#4|))) 52)))
+(((-1192 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1452 ((-430 (-1193 (-419 |#4|))) (-1193 (-419 |#4|)))) (-15 -2068 ((-430 (-1193 (-419 |#4|))) (-1193 (-419 |#4|))))) (-805) (-862) (-464) (-968 |#3| |#1| |#2|)) (T -1192))
+((-2068 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-464)) (-4 *7 (-968 *6 *4 *5)) (-5 *2 (-430 (-1193 (-419 *7)))) (-5 *1 (-1192 *4 *5 *6 *7)) (-5 *3 (-1193 (-419 *7))))) (-1452 (*1 *2 *3) (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-464)) (-4 *7 (-968 *6 *4 *5)) (-5 *2 (-430 (-1193 (-419 *7)))) (-5 *1 (-1192 *4 *5 *6 *7)) (-5 *3 (-1193 (-419 *7))))))
+(-10 -7 (-15 -1452 ((-430 (-1193 (-419 |#4|))) (-1193 (-419 |#4|)))) (-15 -2068 ((-430 (-1193 (-419 |#4|))) (-1193 (-419 |#4|)))))
+((-1955 (((-112) $ $) 171)) (-2604 (((-112) $) 43)) (-3357 (((-1288 |#1|) $ (-783)) NIL)) (-1583 (((-656 (-1103)) $) NIL)) (-2259 (($ (-1193 |#1|)) NIL)) (-1420 (((-1193 $) $ (-1103)) 82) (((-1193 |#1|) $) 71)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) 164 (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2392 (((-783) $) NIL) (((-783) $ (-656 (-1103))) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3350 (($ $ $) 158 (|has| |#1| (-568)))) (-1654 (((-430 (-1193 $)) (-1193 $)) 95 (|has| |#1| (-928)))) (-4068 (($ $) NIL (|has| |#1| (-464)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) 115 (|has| |#1| (-928)))) (-4064 (((-112) $ $) NIL (|has| |#1| (-374)))) (-4215 (($ $ (-783)) 61)) (-2440 (($ $ (-783)) 63)) (-1387 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-464)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#1| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-1103) "failed") $) NIL)) (-2318 ((|#1| $) NIL) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-1103) $) NIL)) (-1751 (($ $ $ (-1103)) NIL (|has| |#1| (-174))) ((|#1| $ $) 160 (|has| |#1| (-174)))) (-1892 (($ $ $) NIL (|has| |#1| (-374)))) (-3310 (($ $) 80)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) NIL) (((-701 |#1|) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1905 (($ $ $) NIL (|has| |#1| (-374)))) (-1783 (($ $ $) 131)) (-3230 (($ $ $) NIL (|has| |#1| (-568)))) (-3710 (((-2 (|:| -2862 |#1|) (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-568)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-1770 (($ $) 165 (|has| |#1| (-464))) (($ $ (-1103)) NIL (|has| |#1| (-464)))) (-3297 (((-656 $) $) NIL)) (-3742 (((-112) $) NIL (|has| |#1| (-928)))) (-4308 (($ $ |#1| (-783) $) 69)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (-12 (|has| (-1103) (-901 (-390))) (|has| |#1| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (-12 (|has| (-1103) (-901 (-576))) (|has| |#1| (-901 (-576)))))) (-2880 (((-876) $ (-876)) 148)) (-1760 (((-783) $ $) NIL (|has| |#1| (-568)))) (-3315 (((-112) $) 48)) (-2509 (((-783) $) NIL)) (-4080 (((-3 $ "failed") $) NIL (|has| |#1| (-1173)))) (-1572 (($ (-1193 |#1|) (-1103)) 73) (($ (-1193 $) (-1103)) 89)) (-3460 (($ $ (-783)) 51)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-783)) 87) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103)) (-656 (-783))) NIL)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ (-1103)) NIL) (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 153)) (-4269 (((-783) $) NIL) (((-783) $ (-1103)) NIL) (((-656 (-783)) $ (-656 (-1103))) NIL)) (-1504 (($ (-1 (-783) (-783)) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-1443 (((-1193 |#1|) $) NIL)) (-1706 (((-3 (-1103) "failed") $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) NIL) (((-701 |#1|) (-1288 $)) NIL)) (-1697 (($ $) NIL)) (-1708 ((|#1| $) 76)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) NIL (|has| |#1| (-464)))) (-4185 (((-1179) $) NIL)) (-1368 (((-2 (|:| -4079 $) (|:| -1380 $)) $ (-783)) 60)) (-4383 (((-3 (-656 $) "failed") $) NIL)) (-2453 (((-3 (-656 $) "failed") $) NIL)) (-2344 (((-3 (-2 (|:| |var| (-1103)) (|:| -3744 (-783))) "failed") $) NIL)) (-1488 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3651 (($) NIL (|has| |#1| (-1173)) CONST)) (-3117 (((-1141) $) NIL)) (-1677 (((-112) $) 50)) (-1684 ((|#1| $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 103 (|has| |#1| (-464)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-464))) (($ $ $) 167 (|has| |#1| (-464)))) (-3317 (($ $ (-783) |#1| $) 123)) (-1756 (((-430 (-1193 $)) (-1193 $)) 101 (|has| |#1| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) 100 (|has| |#1| (-928)))) (-1452 (((-430 $) $) 108 (|has| |#1| (-928)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-1943 (((-3 $ "failed") $ |#1|) 163 (|has| |#1| (-568))) (((-3 $ "failed") $ $) 124 (|has| |#1| (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2143 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-1103) |#1|) NIL) (($ $ (-656 (-1103)) (-656 |#1|)) NIL) (($ $ (-1103) $) NIL) (($ $ (-656 (-1103)) (-656 $)) NIL)) (-3199 (((-783) $) NIL (|has| |#1| (-374)))) (-4369 ((|#1| $ |#1|) 150) (($ $ $) 151) (((-419 $) (-419 $) (-419 $)) NIL (|has| |#1| (-568))) ((|#1| (-419 $) |#1|) NIL (|has| |#1| (-374))) (((-419 $) $ (-419 $)) NIL (|has| |#1| (-568)))) (-2968 (((-3 $ "failed") $ (-783)) 54)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 172 (|has| |#1| (-374)))) (-3053 (($ $ (-1103)) NIL (|has| |#1| (-174))) ((|#1| $) 156 (|has| |#1| (-174)))) (-4107 (($ $ (-656 (-1103)) (-656 (-783))) NIL) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103))) NIL) (($ $ (-1103)) NIL) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1 |#1| |#1|) $) NIL) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197))))) (-2786 (((-783) $) 78) (((-783) $ (-1103)) NIL) (((-656 (-783)) $ (-656 (-1103))) NIL)) (-1554 (((-907 (-390)) $) NIL (-12 (|has| (-1103) (-626 (-907 (-390)))) (|has| |#1| (-626 (-907 (-390)))))) (((-907 (-576)) $) NIL (-12 (|has| (-1103) (-626 (-907 (-576)))) (|has| |#1| (-626 (-907 (-576)))))) (((-548) $) NIL (-12 (|has| (-1103) (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-3929 ((|#1| $) 162 (|has| |#1| (-464))) (($ $ (-1103)) NIL (|has| |#1| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#1| (-928))))) (-1442 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568))) (((-3 (-419 $) "failed") (-419 $) $) NIL (|has| |#1| (-568)))) (-4114 (((-876) $) 149) (($ (-576)) NIL) (($ |#1|) 77) (($ (-1103)) NIL) (($ (-419 (-576))) NIL (-3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576)))))) (($ $) NIL (|has| |#1| (-568)))) (-1923 (((-656 |#1|) $) NIL)) (-1341 ((|#1| $ (-783)) NIL) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103)) (-656 (-783))) NIL)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#1| (-928))) (|has| |#1| (-146))))) (-2864 (((-783)) NIL T CONST)) (-3365 (($ $ $ (-783)) 41 (|has| |#1| (-174)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4312 (($) 17 T CONST)) (-4322 (($) 19 T CONST)) (-3157 (($ $ (-656 (-1103)) (-656 (-783))) NIL) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103))) NIL) (($ $ (-1103)) NIL) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) (-783)) NIL) (($ $ (-1197)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#1| (-919 (-1197))))) (-3939 (((-112) $ $) 120)) (-4047 (($ $ |#1|) 173 (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) 90)) (** (($ $ (-940)) 14) (($ $ (-783)) 12)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 39) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 129) (($ $ |#1|) NIL)))
+(((-1193 |#1|) (-13 (-1264 |#1|) (-10 -8 (-15 -2880 ((-876) $ (-876))) (-15 -3317 ($ $ (-783) |#1| $)))) (-1070)) (T -1193))
+((-2880 (*1 *2 *1 *2) (-12 (-5 *2 (-876)) (-5 *1 (-1193 *3)) (-4 *3 (-1070)))) (-3317 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-783)) (-5 *1 (-1193 *3)) (-4 *3 (-1070)))))
+(-13 (-1264 |#1|) (-10 -8 (-15 -2880 ((-876) $ (-876))) (-15 -3317 ($ $ (-783) |#1| $))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1583 (((-656 (-1103)) $) NIL)) (-1652 (((-1197) $) 11)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2452 (($ $ (-419 (-576))) NIL) (($ $ (-419 (-576)) (-419 (-576))) NIL)) (-3716 (((-1178 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|))) $) NIL)) (-3586 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL (|has| |#1| (-374)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-374)))) (-1463 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4064 (((-112) $ $) NIL (|has| |#1| (-374)))) (-3562 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2861 (($ (-783) (-1178 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|)))) NIL)) (-3612 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-1188 |#1| |#2| |#3|) "failed") $) 33) (((-3 (-1195 |#1| |#2| |#3|) "failed") $) 36)) (-2318 (((-1188 |#1| |#2| |#3|) $) NIL) (((-1195 |#1| |#2| |#3|) $) NIL)) (-1892 (($ $ $) NIL (|has| |#1| (-374)))) (-3310 (($ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-2048 (((-419 (-576)) $) 59)) (-1905 (($ $ $) NIL (|has| |#1| (-374)))) (-1646 (($ (-419 (-576)) (-1188 |#1| |#2| |#3|)) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-3742 (((-112) $) NIL (|has| |#1| (-374)))) (-2871 (((-112) $) NIL)) (-2723 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1760 (((-419 (-576)) $) NIL) (((-419 (-576)) $ (-419 (-576))) NIL)) (-3315 (((-112) $) NIL)) (-4063 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3460 (($ $ (-940)) NIL) (($ $ (-419 (-576))) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-419 (-576))) 20) (($ $ (-1103) (-419 (-576))) NIL) (($ $ (-656 (-1103)) (-656 (-419 (-576)))) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-2608 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-3034 (((-1188 |#1| |#2| |#3|) $) 41)) (-1478 (((-3 (-1188 |#1| |#2| |#3|) "failed") $) NIL)) (-1637 (((-1188 |#1| |#2| |#3|) $) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL (|has| |#1| (-374)))) (-1488 (($ $) 39 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| |#1| (-15 -1488 (|#1| |#1| (-1197)))) (|has| |#1| (-15 -1583 ((-656 (-1197)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-978)) (|has| |#1| (-1223))))) (($ $ (-1284 |#2|)) 40 (|has| |#1| (-38 (-419 (-576)))))) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-374)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-1452 (((-430 $) $) NIL (|has| |#1| (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-3168 (($ $ (-419 (-576))) NIL)) (-1943 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2154 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2143 (((-1178 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))))) (-3199 (((-783) $) NIL (|has| |#1| (-374)))) (-4369 ((|#1| $ (-419 (-576))) NIL) (($ $ $) NIL (|has| (-419 (-576)) (-1133)))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-374)))) (-4107 (($ $ (-1197)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-1284 |#2|)) 38)) (-2786 (((-419 (-576)) $) NIL)) (-3623 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2093 (($ $) NIL)) (-4114 (((-876) $) 62) (($ (-576)) NIL) (($ |#1|) NIL (|has| |#1| (-174))) (($ (-1188 |#1| |#2| |#3|)) 30) (($ (-1195 |#1| |#2| |#3|)) 31) (($ (-1284 |#2|)) 26) (($ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568)))) (-1341 ((|#1| $ (-419 (-576))) NIL)) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) NIL T CONST)) (-3188 ((|#1| $) 12)) (-3000 (((-112) $ $) NIL)) (-3653 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3632 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2642 ((|#1| $ (-419 (-576))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))) (|has| |#1| (-15 -4114 (|#1| (-1197))))))) (-1970 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4312 (($) 22 T CONST)) (-4322 (($) 16 T CONST)) (-3157 (($ $ (-1197)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-1284 |#2|)) NIL)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) 24)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
+(((-1194 |#1| |#2| |#3|) (-13 (-1271 |#1| (-1188 |#1| |#2| |#3|)) (-911 $ (-1284 |#2|)) (-1059 (-1195 |#1| |#2| |#3|)) (-628 (-1284 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -1488 ($ $ (-1284 |#2|))) |%noBranch|))) (-1070) (-1197) |#1|) (T -1194))
+((-1488 (*1 *1 *1 *2) (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1194 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)) (-14 *5 *3))))
+(-13 (-1271 |#1| (-1188 |#1| |#2| |#3|)) (-911 $ (-1284 |#2|)) (-1059 (-1195 |#1| |#2| |#3|)) (-628 (-1284 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -1488 ($ $ (-1284 |#2|))) |%noBranch|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 129)) (-1583 (((-656 (-1103)) $) NIL)) (-1652 (((-1197) $) 119)) (-2195 (((-1261 |#2| |#1|) $ (-783)) 69)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2452 (($ $ (-783)) 85) (($ $ (-783) (-783)) 82)) (-3716 (((-1178 (-2 (|:| |k| (-783)) (|:| |c| |#1|))) $) 105)) (-3586 (($ $) 173 (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) 149 (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) NIL)) (-1463 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3562 (($ $) 169 (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) 145 (|has| |#1| (-38 (-419 (-576)))))) (-2861 (($ (-1178 (-2 (|:| |k| (-783)) (|:| |c| |#1|)))) 118) (($ (-1178 |#1|)) 113)) (-3612 (($ $) 177 (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) 153 (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) NIL T CONST)) (-3310 (($ $) NIL)) (-2413 (((-3 $ "failed") $) 25)) (-2920 (($ $) 28)) (-2818 (((-971 |#1|) $ (-783)) 81) (((-971 |#1|) $ (-783) (-783)) 83)) (-2871 (((-112) $) 124)) (-2723 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1760 (((-783) $) 126) (((-783) $ (-783)) 128)) (-3315 (((-112) $) NIL)) (-4063 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3460 (($ $ (-940)) NIL)) (-2836 (($ (-1 |#1| (-576)) $) NIL)) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-783)) 13) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103)) (-656 (-783))) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-2608 (($ $) 135 (|has| |#1| (-38 (-419 (-576)))))) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-4185 (((-1179) $) NIL)) (-1488 (($ $) 133 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| |#1| (-15 -1488 (|#1| |#1| (-1197)))) (|has| |#1| (-15 -1583 ((-656 (-1197)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-978)) (|has| |#1| (-1223))))) (($ $ (-1284 |#2|)) 134 (|has| |#1| (-38 (-419 (-576)))))) (-3117 (((-1141) $) NIL)) (-3168 (($ $ (-783)) 15)) (-1943 (((-3 $ "failed") $ $) 26 (|has| |#1| (-568)))) (-2154 (($ $) 137 (|has| |#1| (-38 (-419 (-576)))))) (-2143 (((-1178 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-783)))))) (-4369 ((|#1| $ (-783)) 122) (($ $ $) 132 (|has| (-783) (-1133)))) (-4107 (($ $ (-1197)) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $) 29 (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-1284 |#2|)) 31)) (-2786 (((-783) $) NIL)) (-3623 (($ $) 179 (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) 155 (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) 175 (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) 151 (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) 171 (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) 147 (|has| |#1| (-38 (-419 (-576)))))) (-2093 (($ $) NIL)) (-4114 (((-876) $) 206) (($ (-576)) NIL) (($ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568))) (($ |#1|) 130 (|has| |#1| (-174))) (($ (-1261 |#2| |#1|)) 55) (($ (-1284 |#2|)) 36)) (-1923 (((-1178 |#1|) $) 101)) (-1341 ((|#1| $ (-783)) 121)) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) NIL T CONST)) (-3188 ((|#1| $) 58)) (-3000 (((-112) $ $) NIL)) (-3653 (($ $) 185 (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) 161 (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3632 (($ $) 181 (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) 157 (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) 189 (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) 165 (|has| |#1| (-38 (-419 (-576)))))) (-2642 ((|#1| $ (-783)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-783)))) (|has| |#1| (-15 -4114 (|#1| (-1197))))))) (-1970 (($ $) 191 (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) 167 (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) 187 (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) 163 (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) 183 (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) 159 (|has| |#1| (-38 (-419 (-576)))))) (-4312 (($) 17 T CONST)) (-4322 (($) 20 T CONST)) (-3157 (($ $ (-1197)) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-1284 |#2|)) NIL)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) 198)) (-4027 (($ $ $) 35)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ |#1|) 203 (|has| |#1| (-374))) (($ $ $) 138 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 141 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 136) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
+(((-1195 |#1| |#2| |#3|) (-13 (-1279 |#1|) (-911 $ (-1284 |#2|)) (-10 -8 (-15 -4114 ($ (-1261 |#2| |#1|))) (-15 -2195 ((-1261 |#2| |#1|) $ (-783))) (-15 -4114 ($ (-1284 |#2|))) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -1488 ($ $ (-1284 |#2|))) |%noBranch|))) (-1070) (-1197) |#1|) (T -1195))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1261 *4 *3)) (-4 *3 (-1070)) (-14 *4 (-1197)) (-14 *5 *3) (-5 *1 (-1195 *3 *4 *5)))) (-2195 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1261 *5 *4)) (-5 *1 (-1195 *4 *5 *6)) (-4 *4 (-1070)) (-14 *5 (-1197)) (-14 *6 *4))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1195 *3 *4 *5)) (-4 *3 (-1070)) (-14 *5 *3))) (-1488 (*1 *1 *1 *2) (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1195 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)) (-14 *5 *3))))
+(-13 (-1279 |#1|) (-911 $ (-1284 |#2|)) (-10 -8 (-15 -4114 ($ (-1261 |#2| |#1|))) (-15 -2195 ((-1261 |#2| |#1|) $ (-783))) (-15 -4114 ($ (-1284 |#2|))) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -1488 ($ $ (-1284 |#2|))) |%noBranch|)))
+((-4114 (((-876) $) 33) (($ (-1197)) 35)) (-3795 (($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $))) 46)) (-3785 (($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $))) 39) (($ $) 40)) (-2766 (($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $))) 41)) (-2753 (($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $))) 43)) (-2742 (($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $))) 42)) (-2730 (($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $))) 44)) (-3043 (($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $))) 47)) (-12 (($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $))) 45)))
+(((-1196) (-13 (-625 (-876)) (-10 -8 (-15 -4114 ($ (-1197))) (-15 -2766 ($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -2742 ($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -2753 ($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -2730 ($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -3795 ($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -3043 ($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -3785 ($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -3785 ($ $))))) (T -1196))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-1196)))) (-2766 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1196)))) (-5 *1 (-1196)))) (-2742 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1196)))) (-5 *1 (-1196)))) (-2753 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1196)))) (-5 *1 (-1196)))) (-2730 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1196)))) (-5 *1 (-1196)))) (-3795 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1196)))) (-5 *1 (-1196)))) (-3043 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1196)))) (-5 *1 (-1196)))) (-12 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1196)))) (-5 *1 (-1196)))) (-3785 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1196)))) (-5 *1 (-1196)))) (-3785 (*1 *1 *1) (-5 *1 (-1196))))
+(-13 (-625 (-876)) (-10 -8 (-15 -4114 ($ (-1197))) (-15 -2766 ($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -2742 ($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -2753 ($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -2730 ($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -3795 ($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -3043 ($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)) (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -3785 ($ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390))) (|:| CF (-326 (-171 (-390)))) (|:| |switch| $)))) (-15 -3785 ($ $))))
+((-1955 (((-112) $ $) NIL)) (-3414 (($ $ (-656 (-876))) 62)) (-1609 (($ $ (-656 (-876))) 60)) (-1532 (((-1179) $) 101)) (-3125 (((-2 (|:| -3116 (-656 (-876))) (|:| -3900 (-656 (-876))) (|:| |presup| (-656 (-876))) (|:| -1901 (-656 (-876))) (|:| |args| (-656 (-876)))) $) 108)) (-1363 (((-112) $) 23)) (-2956 (($ $ (-656 (-656 (-876)))) 59) (($ $ (-2 (|:| -3116 (-656 (-876))) (|:| -3900 (-656 (-876))) (|:| |presup| (-656 (-876))) (|:| -1901 (-656 (-876))) (|:| |args| (-656 (-876))))) 99)) (-3853 (($) 163 T CONST)) (-3514 (((-1293)) 135)) (-3135 (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) 69) (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 76)) (-1988 (($) 122) (($ $) 131)) (-4149 (($ $) 100)) (-2905 (($ $ $) NIL)) (-2163 (($ $ $) NIL)) (-2784 (((-656 $) $) 136)) (-4185 (((-1179) $) 114)) (-3117 (((-1141) $) NIL)) (-4369 (($ $ (-656 (-876))) 61)) (-1554 (((-548) $) 48) (((-1197) $) 49) (((-907 (-576)) $) 80) (((-907 (-390)) $) 78)) (-4114 (((-876) $) 55) (($ (-1179)) 50)) (-3000 (((-112) $ $) NIL)) (-1365 (($ $ (-656 (-876))) 63)) (-1883 (((-1179) $) 34) (((-1179) $ (-112)) 35) (((-1293) (-834) $) 36) (((-1293) (-834) $ (-112)) 37)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 51)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) 52)))
+(((-1197) (-13 (-862) (-626 (-548)) (-840) (-626 (-1197)) (-628 (-1179)) (-626 (-907 (-576))) (-626 (-907 (-390))) (-901 (-576)) (-901 (-390)) (-10 -8 (-15 -1988 ($)) (-15 -1988 ($ $)) (-15 -3514 ((-1293))) (-15 -4149 ($ $)) (-15 -1363 ((-112) $)) (-15 -3125 ((-2 (|:| -3116 (-656 (-876))) (|:| -3900 (-656 (-876))) (|:| |presup| (-656 (-876))) (|:| -1901 (-656 (-876))) (|:| |args| (-656 (-876)))) $)) (-15 -2956 ($ $ (-656 (-656 (-876))))) (-15 -2956 ($ $ (-2 (|:| -3116 (-656 (-876))) (|:| -3900 (-656 (-876))) (|:| |presup| (-656 (-876))) (|:| -1901 (-656 (-876))) (|:| |args| (-656 (-876)))))) (-15 -1609 ($ $ (-656 (-876)))) (-15 -3414 ($ $ (-656 (-876)))) (-15 -1365 ($ $ (-656 (-876)))) (-15 -4369 ($ $ (-656 (-876)))) (-15 -1532 ((-1179) $)) (-15 -2784 ((-656 $) $)) (-15 -3853 ($) -2666)))) (T -1197))
+((-1988 (*1 *1) (-5 *1 (-1197))) (-1988 (*1 *1 *1) (-5 *1 (-1197))) (-3514 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-1197)))) (-4149 (*1 *1 *1) (-5 *1 (-1197))) (-1363 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1197)))) (-3125 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -3116 (-656 (-876))) (|:| -3900 (-656 (-876))) (|:| |presup| (-656 (-876))) (|:| -1901 (-656 (-876))) (|:| |args| (-656 (-876))))) (-5 *1 (-1197)))) (-2956 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-656 (-876)))) (-5 *1 (-1197)))) (-2956 (*1 *1 *1 *2) (-12 (-5 *2 (-2 (|:| -3116 (-656 (-876))) (|:| -3900 (-656 (-876))) (|:| |presup| (-656 (-876))) (|:| -1901 (-656 (-876))) (|:| |args| (-656 (-876))))) (-5 *1 (-1197)))) (-1609 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-1197)))) (-3414 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-1197)))) (-1365 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-1197)))) (-4369 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-1197)))) (-1532 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1197)))) (-2784 (*1 *2 *1) (-12 (-5 *2 (-656 (-1197))) (-5 *1 (-1197)))) (-3853 (*1 *1) (-5 *1 (-1197))))
+(-13 (-862) (-626 (-548)) (-840) (-626 (-1197)) (-628 (-1179)) (-626 (-907 (-576))) (-626 (-907 (-390))) (-901 (-576)) (-901 (-390)) (-10 -8 (-15 -1988 ($)) (-15 -1988 ($ $)) (-15 -3514 ((-1293))) (-15 -4149 ($ $)) (-15 -1363 ((-112) $)) (-15 -3125 ((-2 (|:| -3116 (-656 (-876))) (|:| -3900 (-656 (-876))) (|:| |presup| (-656 (-876))) (|:| -1901 (-656 (-876))) (|:| |args| (-656 (-876)))) $)) (-15 -2956 ($ $ (-656 (-656 (-876))))) (-15 -2956 ($ $ (-2 (|:| -3116 (-656 (-876))) (|:| -3900 (-656 (-876))) (|:| |presup| (-656 (-876))) (|:| -1901 (-656 (-876))) (|:| |args| (-656 (-876)))))) (-15 -1609 ($ $ (-656 (-876)))) (-15 -3414 ($ $ (-656 (-876)))) (-15 -1365 ($ $ (-656 (-876)))) (-15 -4369 ($ $ (-656 (-876)))) (-15 -1532 ((-1179) $)) (-15 -2784 ((-656 $) $)) (-15 -3853 ($) -2666)))
+((-3847 (((-1288 |#1|) |#1| (-940)) 18) (((-1288 |#1|) (-656 |#1|)) 25)))
+(((-1198 |#1|) (-10 -7 (-15 -3847 ((-1288 |#1|) (-656 |#1|))) (-15 -3847 ((-1288 |#1|) |#1| (-940)))) (-1070)) (T -1198))
+((-3847 (*1 *2 *3 *4) (-12 (-5 *4 (-940)) (-5 *2 (-1288 *3)) (-5 *1 (-1198 *3)) (-4 *3 (-1070)))) (-3847 (*1 *2 *3) (-12 (-5 *3 (-656 *4)) (-4 *4 (-1070)) (-5 *2 (-1288 *4)) (-5 *1 (-1198 *4)))))
+(-10 -7 (-15 -3847 ((-1288 |#1|) (-656 |#1|))) (-15 -3847 ((-1288 |#1|) |#1| (-940))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL (|has| |#1| (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#1| (-1059 (-419 (-576))))) (((-3 |#1| "failed") $) NIL)) (-2318 (((-576) $) NIL (|has| |#1| (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| |#1| (-1059 (-419 (-576))))) ((|#1| $) NIL)) (-3310 (($ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1770 (($ $) NIL (|has| |#1| (-464)))) (-4308 (($ $ |#1| (-992) $) NIL)) (-3315 (((-112) $) 17)) (-2509 (((-783) $) NIL)) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-992)) NIL)) (-4269 (((-992) $) NIL)) (-1504 (($ (-1 (-992) (-992)) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1677 (((-112) $) NIL)) (-1684 ((|#1| $) NIL)) (-3317 (($ $ (-992) |#1| $) NIL (-12 (|has| (-992) (-132)) (|has| |#1| (-568))))) (-1943 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568))) (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-568)))) (-2786 (((-992) $) NIL)) (-3929 ((|#1| $) NIL (|has| |#1| (-464)))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ $) NIL (|has| |#1| (-568))) (($ |#1|) NIL) (($ (-419 (-576))) NIL (-3795 (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-1059 (-419 (-576))))))) (-1923 (((-656 |#1|) $) NIL)) (-1341 ((|#1| $ (-992)) NIL)) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) NIL T CONST)) (-3365 (($ $ $ (-783)) NIL (|has| |#1| (-174)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4312 (($) 10 T CONST)) (-4322 (($) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) 21)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 22) (($ $ |#1|) NIL) (($ |#1| $) 16) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
+(((-1199 |#1|) (-13 (-336 |#1| (-992)) (-10 -8 (IF (|has| |#1| (-568)) (IF (|has| (-992) (-132)) (-15 -3317 ($ $ (-992) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4462)) (-6 -4462) |%noBranch|))) (-1070)) (T -1199))
+((-3317 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-992)) (-4 *2 (-132)) (-5 *1 (-1199 *3)) (-4 *3 (-568)) (-4 *3 (-1070)))))
+(-13 (-336 |#1| (-992)) (-10 -8 (IF (|has| |#1| (-568)) (IF (|has| (-992) (-132)) (-15 -3317 ($ $ (-992) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4462)) (-6 -4462) |%noBranch|)))
+((-2890 (((-1201) (-1197) $) 25)) (-4061 (($) 29)) (-1844 (((-3 (|:| |fst| (-446)) (|:| -2434 "void")) (-1197) $) 22)) (-2065 (((-1293) (-1197) (-3 (|:| |fst| (-446)) (|:| -2434 "void")) $) 41) (((-1293) (-1197) (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) 42) (((-1293) (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) 43)) (-1484 (((-1293) (-1197)) 58)) (-3800 (((-1293) (-1197) $) 55) (((-1293) (-1197)) 56) (((-1293)) 57)) (-3204 (((-1293) (-1197)) 37)) (-4410 (((-1197)) 36)) (-3029 (($) 34)) (-2326 (((-449) (-1197) (-449) (-1197) $) 45) (((-449) (-656 (-1197)) (-449) (-1197) $) 49) (((-449) (-1197) (-449)) 46) (((-449) (-1197) (-449) (-1197)) 50)) (-3834 (((-1197)) 35)) (-4114 (((-876) $) 28)) (-4359 (((-1293)) 30) (((-1293) (-1197)) 33)) (-4253 (((-656 (-1197)) (-1197) $) 24)) (-2348 (((-1293) (-1197) (-656 (-1197)) $) 38) (((-1293) (-1197) (-656 (-1197))) 39) (((-1293) (-656 (-1197))) 40)))
+(((-1200) (-13 (-625 (-876)) (-10 -8 (-15 -4061 ($)) (-15 -4359 ((-1293))) (-15 -4359 ((-1293) (-1197))) (-15 -2326 ((-449) (-1197) (-449) (-1197) $)) (-15 -2326 ((-449) (-656 (-1197)) (-449) (-1197) $)) (-15 -2326 ((-449) (-1197) (-449))) (-15 -2326 ((-449) (-1197) (-449) (-1197))) (-15 -3204 ((-1293) (-1197))) (-15 -3834 ((-1197))) (-15 -4410 ((-1197))) (-15 -2348 ((-1293) (-1197) (-656 (-1197)) $)) (-15 -2348 ((-1293) (-1197) (-656 (-1197)))) (-15 -2348 ((-1293) (-656 (-1197)))) (-15 -2065 ((-1293) (-1197) (-3 (|:| |fst| (-446)) (|:| -2434 "void")) $)) (-15 -2065 ((-1293) (-1197) (-3 (|:| |fst| (-446)) (|:| -2434 "void")))) (-15 -2065 ((-1293) (-3 (|:| |fst| (-446)) (|:| -2434 "void")))) (-15 -3800 ((-1293) (-1197) $)) (-15 -3800 ((-1293) (-1197))) (-15 -3800 ((-1293))) (-15 -1484 ((-1293) (-1197))) (-15 -3029 ($)) (-15 -1844 ((-3 (|:| |fst| (-446)) (|:| -2434 "void")) (-1197) $)) (-15 -4253 ((-656 (-1197)) (-1197) $)) (-15 -2890 ((-1201) (-1197) $))))) (T -1200))
+((-4061 (*1 *1) (-5 *1 (-1200))) (-4359 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-1200)))) (-4359 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-1293)) (-5 *1 (-1200)))) (-2326 (*1 *2 *3 *2 *3 *1) (-12 (-5 *2 (-449)) (-5 *3 (-1197)) (-5 *1 (-1200)))) (-2326 (*1 *2 *3 *2 *4 *1) (-12 (-5 *2 (-449)) (-5 *3 (-656 (-1197))) (-5 *4 (-1197)) (-5 *1 (-1200)))) (-2326 (*1 *2 *3 *2) (-12 (-5 *2 (-449)) (-5 *3 (-1197)) (-5 *1 (-1200)))) (-2326 (*1 *2 *3 *2 *3) (-12 (-5 *2 (-449)) (-5 *3 (-1197)) (-5 *1 (-1200)))) (-3204 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-1293)) (-5 *1 (-1200)))) (-3834 (*1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-1200)))) (-4410 (*1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-1200)))) (-2348 (*1 *2 *3 *4 *1) (-12 (-5 *4 (-656 (-1197))) (-5 *3 (-1197)) (-5 *2 (-1293)) (-5 *1 (-1200)))) (-2348 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-1197))) (-5 *3 (-1197)) (-5 *2 (-1293)) (-5 *1 (-1200)))) (-2348 (*1 *2 *3) (-12 (-5 *3 (-656 (-1197))) (-5 *2 (-1293)) (-5 *1 (-1200)))) (-2065 (*1 *2 *3 *4 *1) (-12 (-5 *3 (-1197)) (-5 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-5 *2 (-1293)) (-5 *1 (-1200)))) (-2065 (*1 *2 *3 *4) (-12 (-5 *3 (-1197)) (-5 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-5 *2 (-1293)) (-5 *1 (-1200)))) (-2065 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-5 *2 (-1293)) (-5 *1 (-1200)))) (-3800 (*1 *2 *3 *1) (-12 (-5 *3 (-1197)) (-5 *2 (-1293)) (-5 *1 (-1200)))) (-3800 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-1293)) (-5 *1 (-1200)))) (-3800 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-1200)))) (-1484 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-1293)) (-5 *1 (-1200)))) (-3029 (*1 *1) (-5 *1 (-1200))) (-1844 (*1 *2 *3 *1) (-12 (-5 *3 (-1197)) (-5 *2 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-5 *1 (-1200)))) (-4253 (*1 *2 *3 *1) (-12 (-5 *2 (-656 (-1197))) (-5 *1 (-1200)) (-5 *3 (-1197)))) (-2890 (*1 *2 *3 *1) (-12 (-5 *3 (-1197)) (-5 *2 (-1201)) (-5 *1 (-1200)))))
+(-13 (-625 (-876)) (-10 -8 (-15 -4061 ($)) (-15 -4359 ((-1293))) (-15 -4359 ((-1293) (-1197))) (-15 -2326 ((-449) (-1197) (-449) (-1197) $)) (-15 -2326 ((-449) (-656 (-1197)) (-449) (-1197) $)) (-15 -2326 ((-449) (-1197) (-449))) (-15 -2326 ((-449) (-1197) (-449) (-1197))) (-15 -3204 ((-1293) (-1197))) (-15 -3834 ((-1197))) (-15 -4410 ((-1197))) (-15 -2348 ((-1293) (-1197) (-656 (-1197)) $)) (-15 -2348 ((-1293) (-1197) (-656 (-1197)))) (-15 -2348 ((-1293) (-656 (-1197)))) (-15 -2065 ((-1293) (-1197) (-3 (|:| |fst| (-446)) (|:| -2434 "void")) $)) (-15 -2065 ((-1293) (-1197) (-3 (|:| |fst| (-446)) (|:| -2434 "void")))) (-15 -2065 ((-1293) (-3 (|:| |fst| (-446)) (|:| -2434 "void")))) (-15 -3800 ((-1293) (-1197) $)) (-15 -3800 ((-1293) (-1197))) (-15 -3800 ((-1293))) (-15 -1484 ((-1293) (-1197))) (-15 -3029 ($)) (-15 -1844 ((-3 (|:| |fst| (-446)) (|:| -2434 "void")) (-1197) $)) (-15 -4253 ((-656 (-1197)) (-1197) $)) (-15 -2890 ((-1201) (-1197) $))))
+((-4164 (((-656 (-656 (-3 (|:| -4149 (-1197)) (|:| -2086 (-656 (-3 (|:| S (-1197)) (|:| P (-971 (-576))))))))) $) 66)) (-3681 (((-656 (-3 (|:| -4149 (-1197)) (|:| -2086 (-656 (-3 (|:| S (-1197)) (|:| P (-971 (-576)))))))) (-446) $) 47)) (-3926 (($ (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-449))))) 17)) (-1484 (((-1293) $) 73)) (-1375 (((-656 (-1197)) $) 22)) (-2616 (((-1125) $) 60)) (-2445 (((-449) (-1197) $) 27)) (-2787 (((-656 (-1197)) $) 30)) (-3029 (($) 19)) (-2326 (((-449) (-656 (-1197)) (-449) $) 25) (((-449) (-1197) (-449) $) 24)) (-4114 (((-876) $) 9) (((-1210 (-1197) (-449)) $) 13)))
+(((-1201) (-13 (-625 (-876)) (-10 -8 (-15 -4114 ((-1210 (-1197) (-449)) $)) (-15 -3029 ($)) (-15 -2326 ((-449) (-656 (-1197)) (-449) $)) (-15 -2326 ((-449) (-1197) (-449) $)) (-15 -2445 ((-449) (-1197) $)) (-15 -1375 ((-656 (-1197)) $)) (-15 -3681 ((-656 (-3 (|:| -4149 (-1197)) (|:| -2086 (-656 (-3 (|:| S (-1197)) (|:| P (-971 (-576)))))))) (-446) $)) (-15 -2787 ((-656 (-1197)) $)) (-15 -4164 ((-656 (-656 (-3 (|:| -4149 (-1197)) (|:| -2086 (-656 (-3 (|:| S (-1197)) (|:| P (-971 (-576))))))))) $)) (-15 -2616 ((-1125) $)) (-15 -1484 ((-1293) $)) (-15 -3926 ($ (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-449))))))))) (T -1201))
+((-4114 (*1 *2 *1) (-12 (-5 *2 (-1210 (-1197) (-449))) (-5 *1 (-1201)))) (-3029 (*1 *1) (-5 *1 (-1201))) (-2326 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-449)) (-5 *3 (-656 (-1197))) (-5 *1 (-1201)))) (-2326 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-449)) (-5 *3 (-1197)) (-5 *1 (-1201)))) (-2445 (*1 *2 *3 *1) (-12 (-5 *3 (-1197)) (-5 *2 (-449)) (-5 *1 (-1201)))) (-1375 (*1 *2 *1) (-12 (-5 *2 (-656 (-1197))) (-5 *1 (-1201)))) (-3681 (*1 *2 *3 *1) (-12 (-5 *3 (-446)) (-5 *2 (-656 (-3 (|:| -4149 (-1197)) (|:| -2086 (-656 (-3 (|:| S (-1197)) (|:| P (-971 (-576))))))))) (-5 *1 (-1201)))) (-2787 (*1 *2 *1) (-12 (-5 *2 (-656 (-1197))) (-5 *1 (-1201)))) (-4164 (*1 *2 *1) (-12 (-5 *2 (-656 (-656 (-3 (|:| -4149 (-1197)) (|:| -2086 (-656 (-3 (|:| S (-1197)) (|:| P (-971 (-576)))))))))) (-5 *1 (-1201)))) (-2616 (*1 *2 *1) (-12 (-5 *2 (-1125)) (-5 *1 (-1201)))) (-1484 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-1201)))) (-3926 (*1 *1 *2) (-12 (-5 *2 (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-449))))) (-5 *1 (-1201)))))
+(-13 (-625 (-876)) (-10 -8 (-15 -4114 ((-1210 (-1197) (-449)) $)) (-15 -3029 ($)) (-15 -2326 ((-449) (-656 (-1197)) (-449) $)) (-15 -2326 ((-449) (-1197) (-449) $)) (-15 -2445 ((-449) (-1197) $)) (-15 -1375 ((-656 (-1197)) $)) (-15 -3681 ((-656 (-3 (|:| -4149 (-1197)) (|:| -2086 (-656 (-3 (|:| S (-1197)) (|:| P (-971 (-576)))))))) (-446) $)) (-15 -2787 ((-656 (-1197)) $)) (-15 -4164 ((-656 (-656 (-3 (|:| -4149 (-1197)) (|:| -2086 (-656 (-3 (|:| S (-1197)) (|:| P (-971 (-576))))))))) $)) (-15 -2616 ((-1125) $)) (-15 -1484 ((-1293) $)) (-15 -3926 ($ (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-449))))))))
+((-1955 (((-112) $ $) NIL)) (-2981 (((-3 (-576) "failed") $) 29) (((-3 (-227) "failed") $) 35) (((-3 (-518) "failed") $) 43) (((-3 (-1179) "failed") $) 47)) (-2318 (((-576) $) 30) (((-227) $) 36) (((-518) $) 40) (((-1179) $) 48)) (-2560 (((-112) $) 53)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2450 (((-3 (-576) (-227) (-518) (-1179) $) $) 55)) (-2012 (((-656 $) $) 57)) (-1554 (((-1125) $) 24) (($ (-1125)) 25)) (-3314 (((-112) $) 56)) (-4114 (((-876) $) 23) (($ (-576)) 26) (($ (-227)) 32) (($ (-518)) 38) (($ (-1179)) 44) (((-548) $) 59) (((-576) $) 31) (((-227) $) 37) (((-518) $) 41) (((-1179) $) 49)) (-4305 (((-112) $ (|[\|\|]| (-576))) 10) (((-112) $ (|[\|\|]| (-227))) 13) (((-112) $ (|[\|\|]| (-518))) 19) (((-112) $ (|[\|\|]| (-1179))) 16)) (-2832 (($ (-518) (-656 $)) 51) (($ $ (-656 $)) 52)) (-3000 (((-112) $ $) NIL)) (-4333 (((-576) $) 27) (((-227) $) 33) (((-518) $) 39) (((-1179) $) 45)) (-3939 (((-112) $ $) 7)))
+(((-1202) (-13 (-1283) (-1121) (-1059 (-576)) (-1059 (-227)) (-1059 (-518)) (-1059 (-1179)) (-625 (-548)) (-10 -8 (-15 -1554 ((-1125) $)) (-15 -1554 ($ (-1125))) (-15 -4114 ((-576) $)) (-15 -4333 ((-576) $)) (-15 -4114 ((-227) $)) (-15 -4333 ((-227) $)) (-15 -4114 ((-518) $)) (-15 -4333 ((-518) $)) (-15 -4114 ((-1179) $)) (-15 -4333 ((-1179) $)) (-15 -2832 ($ (-518) (-656 $))) (-15 -2832 ($ $ (-656 $))) (-15 -2560 ((-112) $)) (-15 -2450 ((-3 (-576) (-227) (-518) (-1179) $) $)) (-15 -2012 ((-656 $) $)) (-15 -3314 ((-112) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-576)))) (-15 -4305 ((-112) $ (|[\|\|]| (-227)))) (-15 -4305 ((-112) $ (|[\|\|]| (-518)))) (-15 -4305 ((-112) $ (|[\|\|]| (-1179))))))) (T -1202))
+((-1554 (*1 *2 *1) (-12 (-5 *2 (-1125)) (-5 *1 (-1202)))) (-1554 (*1 *1 *2) (-12 (-5 *2 (-1125)) (-5 *1 (-1202)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1202)))) (-4333 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1202)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-227)) (-5 *1 (-1202)))) (-4333 (*1 *2 *1) (-12 (-5 *2 (-227)) (-5 *1 (-1202)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-1202)))) (-4333 (*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-1202)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1202)))) (-4333 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1202)))) (-2832 (*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-656 (-1202))) (-5 *1 (-1202)))) (-2832 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-1202))) (-5 *1 (-1202)))) (-2560 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1202)))) (-2450 (*1 *2 *1) (-12 (-5 *2 (-3 (-576) (-227) (-518) (-1179) (-1202))) (-5 *1 (-1202)))) (-2012 (*1 *2 *1) (-12 (-5 *2 (-656 (-1202))) (-5 *1 (-1202)))) (-3314 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1202)))) (-4305 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-576))) (-5 *2 (-112)) (-5 *1 (-1202)))) (-4305 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-227))) (-5 *2 (-112)) (-5 *1 (-1202)))) (-4305 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-518))) (-5 *2 (-112)) (-5 *1 (-1202)))) (-4305 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1179))) (-5 *2 (-112)) (-5 *1 (-1202)))))
+(-13 (-1283) (-1121) (-1059 (-576)) (-1059 (-227)) (-1059 (-518)) (-1059 (-1179)) (-625 (-548)) (-10 -8 (-15 -1554 ((-1125) $)) (-15 -1554 ($ (-1125))) (-15 -4114 ((-576) $)) (-15 -4333 ((-576) $)) (-15 -4114 ((-227) $)) (-15 -4333 ((-227) $)) (-15 -4114 ((-518) $)) (-15 -4333 ((-518) $)) (-15 -4114 ((-1179) $)) (-15 -4333 ((-1179) $)) (-15 -2832 ($ (-518) (-656 $))) (-15 -2832 ($ $ (-656 $))) (-15 -2560 ((-112) $)) (-15 -2450 ((-3 (-576) (-227) (-518) (-1179) $) $)) (-15 -2012 ((-656 $) $)) (-15 -3314 ((-112) $)) (-15 -4305 ((-112) $ (|[\|\|]| (-576)))) (-15 -4305 ((-112) $ (|[\|\|]| (-227)))) (-15 -4305 ((-112) $ (|[\|\|]| (-518)))) (-15 -4305 ((-112) $ (|[\|\|]| (-1179))))))
+((-1955 (((-112) $ $) NIL)) (-2200 (((-783)) 22)) (-3853 (($) 12 T CONST)) (-4370 (($) 26)) (-2905 (($ $ $) NIL) (($) 19 T CONST)) (-2163 (($ $ $) NIL) (($) 20 T CONST)) (-2106 (((-940) $) 24)) (-4185 (((-1179) $) NIL)) (-2409 (($ (-940)) 23)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)))
+(((-1203 |#1|) (-13 (-856) (-10 -8 (-15 -3853 ($) -2666))) (-940)) (T -1203))
+((-3853 (*1 *1) (-12 (-5 *1 (-1203 *2)) (-14 *2 (-940)))))
+(-13 (-856) (-10 -8 (-15 -3853 ($) -2666)))
((|Integer|) (|%not| (|%igt| (INTEGER-LENGTH |#1|) @1)))
-((-3486 (((-112) $ $) NIL)) (-2093 (((-783)) NIL)) (-2135 (($) 19 T CONST)) (-1834 (($) NIL)) (-3123 (($ $ $) NIL) (($) 12 T CONST)) (-2352 (($ $ $) NIL) (($) 18 T CONST)) (-4379 (((-938) $) NIL)) (-3881 (((-1177) $) NIL)) (-3222 (($ (-938)) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-2351 (($ $ $) 21)) (-2337 (($ $ $) 20)) (-1540 (((-112) $ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)))
-(((-1202 |#1|) (-13 (-856) (-10 -8 (-15 -2337 ($ $ $)) (-15 -2351 ($ $ $)) (-15 -2135 ($) -1478))) (-938)) (T -1202))
-((-2337 (*1 *1 *1 *1) (-12 (-5 *1 (-1202 *2)) (-14 *2 (-938)))) (-2351 (*1 *1 *1 *1) (-12 (-5 *1 (-1202 *2)) (-14 *2 (-938)))) (-2135 (*1 *1) (-12 (-5 *1 (-1202 *2)) (-14 *2 (-938)))))
-(-13 (-856) (-10 -8 (-15 -2337 ($ $ $)) (-15 -2351 ($ $ $)) (-15 -2135 ($) -1478)))
+((-1955 (((-112) $ $) NIL)) (-2200 (((-783)) NIL)) (-3853 (($) 19 T CONST)) (-4370 (($) NIL)) (-2905 (($ $ $) NIL) (($) 12 T CONST)) (-2163 (($ $ $) NIL) (($) 18 T CONST)) (-2106 (((-940) $) NIL)) (-4185 (((-1179) $) NIL)) (-2409 (($ (-940)) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3873 (($ $ $) 21)) (-3860 (($ $ $) 20)) (-3000 (((-112) $ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)))
+(((-1204 |#1|) (-13 (-856) (-10 -8 (-15 -3860 ($ $ $)) (-15 -3873 ($ $ $)) (-15 -3853 ($) -2666))) (-940)) (T -1204))
+((-3860 (*1 *1 *1 *1) (-12 (-5 *1 (-1204 *2)) (-14 *2 (-940)))) (-3873 (*1 *1 *1 *1) (-12 (-5 *1 (-1204 *2)) (-14 *2 (-940)))) (-3853 (*1 *1) (-12 (-5 *1 (-1204 *2)) (-14 *2 (-940)))))
+(-13 (-856) (-10 -8 (-15 -3860 ($ $ $)) (-15 -3873 ($ $ $)) (-15 -3853 ($) -2666)))
((|NonNegativeInteger|) (|%not| (|%igt| (INTEGER-LENGTH |#1|) @1)))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 9)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 7)))
-(((-1203) (-1119)) (T -1203))
-NIL
-(-1119)
-((-2718 (((-656 (-656 (-969 |#1|))) (-656 (-419 (-969 |#1|))) (-656 (-1195))) 69)) (-3554 (((-656 (-304 (-419 (-969 |#1|)))) (-304 (-419 (-969 |#1|)))) 80) (((-656 (-304 (-419 (-969 |#1|)))) (-419 (-969 |#1|))) 76) (((-656 (-304 (-419 (-969 |#1|)))) (-304 (-419 (-969 |#1|))) (-1195)) 81) (((-656 (-304 (-419 (-969 |#1|)))) (-419 (-969 |#1|)) (-1195)) 75) (((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-304 (-419 (-969 |#1|))))) 106) (((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-419 (-969 |#1|)))) 105) (((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-304 (-419 (-969 |#1|)))) (-656 (-1195))) 107) (((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-419 (-969 |#1|))) (-656 (-1195))) 104)))
-(((-1204 |#1|) (-10 -7 (-15 -3554 ((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-419 (-969 |#1|))) (-656 (-1195)))) (-15 -3554 ((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-304 (-419 (-969 |#1|)))) (-656 (-1195)))) (-15 -3554 ((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-419 (-969 |#1|))))) (-15 -3554 ((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-304 (-419 (-969 |#1|)))))) (-15 -3554 ((-656 (-304 (-419 (-969 |#1|)))) (-419 (-969 |#1|)) (-1195))) (-15 -3554 ((-656 (-304 (-419 (-969 |#1|)))) (-304 (-419 (-969 |#1|))) (-1195))) (-15 -3554 ((-656 (-304 (-419 (-969 |#1|)))) (-419 (-969 |#1|)))) (-15 -3554 ((-656 (-304 (-419 (-969 |#1|)))) (-304 (-419 (-969 |#1|))))) (-15 -2718 ((-656 (-656 (-969 |#1|))) (-656 (-419 (-969 |#1|))) (-656 (-1195))))) (-568)) (T -1204))
-((-2718 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-419 (-969 *5)))) (-5 *4 (-656 (-1195))) (-4 *5 (-568)) (-5 *2 (-656 (-656 (-969 *5)))) (-5 *1 (-1204 *5)))) (-3554 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-656 (-304 (-419 (-969 *4))))) (-5 *1 (-1204 *4)) (-5 *3 (-304 (-419 (-969 *4)))))) (-3554 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-656 (-304 (-419 (-969 *4))))) (-5 *1 (-1204 *4)) (-5 *3 (-419 (-969 *4))))) (-3554 (*1 *2 *3 *4) (-12 (-5 *4 (-1195)) (-4 *5 (-568)) (-5 *2 (-656 (-304 (-419 (-969 *5))))) (-5 *1 (-1204 *5)) (-5 *3 (-304 (-419 (-969 *5)))))) (-3554 (*1 *2 *3 *4) (-12 (-5 *4 (-1195)) (-4 *5 (-568)) (-5 *2 (-656 (-304 (-419 (-969 *5))))) (-5 *1 (-1204 *5)) (-5 *3 (-419 (-969 *5))))) (-3554 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-969 *4)))))) (-5 *1 (-1204 *4)) (-5 *3 (-656 (-304 (-419 (-969 *4))))))) (-3554 (*1 *2 *3) (-12 (-5 *3 (-656 (-419 (-969 *4)))) (-4 *4 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-969 *4)))))) (-5 *1 (-1204 *4)))) (-3554 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-1195))) (-4 *5 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-969 *5)))))) (-5 *1 (-1204 *5)) (-5 *3 (-656 (-304 (-419 (-969 *5))))))) (-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-419 (-969 *5)))) (-5 *4 (-656 (-1195))) (-4 *5 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-969 *5)))))) (-5 *1 (-1204 *5)))))
-(-10 -7 (-15 -3554 ((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-419 (-969 |#1|))) (-656 (-1195)))) (-15 -3554 ((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-304 (-419 (-969 |#1|)))) (-656 (-1195)))) (-15 -3554 ((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-419 (-969 |#1|))))) (-15 -3554 ((-656 (-656 (-304 (-419 (-969 |#1|))))) (-656 (-304 (-419 (-969 |#1|)))))) (-15 -3554 ((-656 (-304 (-419 (-969 |#1|)))) (-419 (-969 |#1|)) (-1195))) (-15 -3554 ((-656 (-304 (-419 (-969 |#1|)))) (-304 (-419 (-969 |#1|))) (-1195))) (-15 -3554 ((-656 (-304 (-419 (-969 |#1|)))) (-419 (-969 |#1|)))) (-15 -3554 ((-656 (-304 (-419 (-969 |#1|)))) (-304 (-419 (-969 |#1|))))) (-15 -2718 ((-656 (-656 (-969 |#1|))) (-656 (-419 (-969 |#1|))) (-656 (-1195)))))
-((-3693 (((-1177)) 7)) (-2670 (((-1177)) 11 T CONST)) (-3695 (((-1291) (-1177)) 13)) (-3689 (((-1177)) 8 T CONST)) (-3572 (((-131)) 10 T CONST)))
-(((-1205) (-13 (-1236) (-10 -7 (-15 -3693 ((-1177))) (-15 -3689 ((-1177)) -1478) (-15 -3572 ((-131)) -1478) (-15 -2670 ((-1177)) -1478) (-15 -3695 ((-1291) (-1177)))))) (T -1205))
-((-3693 (*1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1205)))) (-3689 (*1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1205)))) (-3572 (*1 *2) (-12 (-5 *2 (-131)) (-5 *1 (-1205)))) (-2670 (*1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1205)))) (-3695 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1205)))))
-(-13 (-1236) (-10 -7 (-15 -3693 ((-1177))) (-15 -3689 ((-1177)) -1478) (-15 -3572 ((-131)) -1478) (-15 -2670 ((-1177)) -1478) (-15 -3695 ((-1291) (-1177)))))
-((-2728 (((-656 (-656 |#1|)) (-656 (-656 |#1|)) (-656 (-656 (-656 |#1|)))) 56)) (-2353 (((-656 (-656 (-656 |#1|))) (-656 (-656 |#1|))) 38)) (-3361 (((-1207 (-656 |#1|)) (-656 |#1|)) 49)) (-1753 (((-656 (-656 |#1|)) (-656 |#1|)) 45)) (-3404 (((-2 (|:| |f1| (-656 |#1|)) (|:| |f2| (-656 (-656 (-656 |#1|)))) (|:| |f3| (-656 (-656 |#1|))) (|:| |f4| (-656 (-656 (-656 |#1|))))) (-656 (-656 (-656 |#1|)))) 53)) (-2639 (((-2 (|:| |f1| (-656 |#1|)) (|:| |f2| (-656 (-656 (-656 |#1|)))) (|:| |f3| (-656 (-656 |#1|))) (|:| |f4| (-656 (-656 (-656 |#1|))))) (-656 |#1|) (-656 (-656 (-656 |#1|))) (-656 (-656 |#1|)) (-656 (-656 (-656 |#1|))) (-656 (-656 (-656 |#1|))) (-656 (-656 (-656 |#1|)))) 52)) (-1648 (((-656 (-656 |#1|)) (-656 (-656 |#1|))) 43)) (-1430 (((-656 |#1|) (-656 |#1|)) 46)) (-1585 (((-656 (-656 (-656 |#1|))) (-656 |#1|) (-656 (-656 (-656 |#1|)))) 32)) (-3225 (((-656 (-656 (-656 |#1|))) (-1 (-112) |#1| |#1|) (-656 |#1|) (-656 (-656 (-656 |#1|)))) 29)) (-3747 (((-2 (|:| |fs| (-112)) (|:| |sd| (-656 |#1|)) (|:| |td| (-656 (-656 |#1|)))) (-1 (-112) |#1| |#1|) (-656 |#1|) (-656 (-656 |#1|))) 24)) (-3290 (((-656 (-656 |#1|)) (-656 (-656 (-656 |#1|)))) 58)) (-1501 (((-656 (-656 |#1|)) (-1207 (-656 |#1|))) 60)))
-(((-1206 |#1|) (-10 -7 (-15 -3747 ((-2 (|:| |fs| (-112)) (|:| |sd| (-656 |#1|)) (|:| |td| (-656 (-656 |#1|)))) (-1 (-112) |#1| |#1|) (-656 |#1|) (-656 (-656 |#1|)))) (-15 -3225 ((-656 (-656 (-656 |#1|))) (-1 (-112) |#1| |#1|) (-656 |#1|) (-656 (-656 (-656 |#1|))))) (-15 -1585 ((-656 (-656 (-656 |#1|))) (-656 |#1|) (-656 (-656 (-656 |#1|))))) (-15 -2728 ((-656 (-656 |#1|)) (-656 (-656 |#1|)) (-656 (-656 (-656 |#1|))))) (-15 -3290 ((-656 (-656 |#1|)) (-656 (-656 (-656 |#1|))))) (-15 -1501 ((-656 (-656 |#1|)) (-1207 (-656 |#1|)))) (-15 -2353 ((-656 (-656 (-656 |#1|))) (-656 (-656 |#1|)))) (-15 -3361 ((-1207 (-656 |#1|)) (-656 |#1|))) (-15 -1648 ((-656 (-656 |#1|)) (-656 (-656 |#1|)))) (-15 -1753 ((-656 (-656 |#1|)) (-656 |#1|))) (-15 -1430 ((-656 |#1|) (-656 |#1|))) (-15 -2639 ((-2 (|:| |f1| (-656 |#1|)) (|:| |f2| (-656 (-656 (-656 |#1|)))) (|:| |f3| (-656 (-656 |#1|))) (|:| |f4| (-656 (-656 (-656 |#1|))))) (-656 |#1|) (-656 (-656 (-656 |#1|))) (-656 (-656 |#1|)) (-656 (-656 (-656 |#1|))) (-656 (-656 (-656 |#1|))) (-656 (-656 (-656 |#1|))))) (-15 -3404 ((-2 (|:| |f1| (-656 |#1|)) (|:| |f2| (-656 (-656 (-656 |#1|)))) (|:| |f3| (-656 (-656 |#1|))) (|:| |f4| (-656 (-656 (-656 |#1|))))) (-656 (-656 (-656 |#1|)))))) (-862)) (T -1206))
-((-3404 (*1 *2 *3) (-12 (-4 *4 (-862)) (-5 *2 (-2 (|:| |f1| (-656 *4)) (|:| |f2| (-656 (-656 (-656 *4)))) (|:| |f3| (-656 (-656 *4))) (|:| |f4| (-656 (-656 (-656 *4)))))) (-5 *1 (-1206 *4)) (-5 *3 (-656 (-656 (-656 *4)))))) (-2639 (*1 *2 *3 *4 *5 *4 *4 *4) (-12 (-4 *6 (-862)) (-5 *3 (-656 *6)) (-5 *5 (-656 *3)) (-5 *2 (-2 (|:| |f1| *3) (|:| |f2| (-656 *5)) (|:| |f3| *5) (|:| |f4| (-656 *5)))) (-5 *1 (-1206 *6)) (-5 *4 (-656 *5)))) (-1430 (*1 *2 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-1206 *3)))) (-1753 (*1 *2 *3) (-12 (-4 *4 (-862)) (-5 *2 (-656 (-656 *4))) (-5 *1 (-1206 *4)) (-5 *3 (-656 *4)))) (-1648 (*1 *2 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-862)) (-5 *1 (-1206 *3)))) (-3361 (*1 *2 *3) (-12 (-4 *4 (-862)) (-5 *2 (-1207 (-656 *4))) (-5 *1 (-1206 *4)) (-5 *3 (-656 *4)))) (-2353 (*1 *2 *3) (-12 (-4 *4 (-862)) (-5 *2 (-656 (-656 (-656 *4)))) (-5 *1 (-1206 *4)) (-5 *3 (-656 (-656 *4))))) (-1501 (*1 *2 *3) (-12 (-5 *3 (-1207 (-656 *4))) (-4 *4 (-862)) (-5 *2 (-656 (-656 *4))) (-5 *1 (-1206 *4)))) (-3290 (*1 *2 *3) (-12 (-5 *3 (-656 (-656 (-656 *4)))) (-5 *2 (-656 (-656 *4))) (-5 *1 (-1206 *4)) (-4 *4 (-862)))) (-2728 (*1 *2 *2 *3) (-12 (-5 *3 (-656 (-656 (-656 *4)))) (-5 *2 (-656 (-656 *4))) (-4 *4 (-862)) (-5 *1 (-1206 *4)))) (-1585 (*1 *2 *3 *2) (-12 (-5 *2 (-656 (-656 (-656 *4)))) (-5 *3 (-656 *4)) (-4 *4 (-862)) (-5 *1 (-1206 *4)))) (-3225 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-656 (-656 (-656 *5)))) (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-656 *5)) (-4 *5 (-862)) (-5 *1 (-1206 *5)))) (-3747 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-112) *6 *6)) (-4 *6 (-862)) (-5 *4 (-656 *6)) (-5 *2 (-2 (|:| |fs| (-112)) (|:| |sd| *4) (|:| |td| (-656 *4)))) (-5 *1 (-1206 *6)) (-5 *5 (-656 *4)))))
-(-10 -7 (-15 -3747 ((-2 (|:| |fs| (-112)) (|:| |sd| (-656 |#1|)) (|:| |td| (-656 (-656 |#1|)))) (-1 (-112) |#1| |#1|) (-656 |#1|) (-656 (-656 |#1|)))) (-15 -3225 ((-656 (-656 (-656 |#1|))) (-1 (-112) |#1| |#1|) (-656 |#1|) (-656 (-656 (-656 |#1|))))) (-15 -1585 ((-656 (-656 (-656 |#1|))) (-656 |#1|) (-656 (-656 (-656 |#1|))))) (-15 -2728 ((-656 (-656 |#1|)) (-656 (-656 |#1|)) (-656 (-656 (-656 |#1|))))) (-15 -3290 ((-656 (-656 |#1|)) (-656 (-656 (-656 |#1|))))) (-15 -1501 ((-656 (-656 |#1|)) (-1207 (-656 |#1|)))) (-15 -2353 ((-656 (-656 (-656 |#1|))) (-656 (-656 |#1|)))) (-15 -3361 ((-1207 (-656 |#1|)) (-656 |#1|))) (-15 -1648 ((-656 (-656 |#1|)) (-656 (-656 |#1|)))) (-15 -1753 ((-656 (-656 |#1|)) (-656 |#1|))) (-15 -1430 ((-656 |#1|) (-656 |#1|))) (-15 -2639 ((-2 (|:| |f1| (-656 |#1|)) (|:| |f2| (-656 (-656 (-656 |#1|)))) (|:| |f3| (-656 (-656 |#1|))) (|:| |f4| (-656 (-656 (-656 |#1|))))) (-656 |#1|) (-656 (-656 (-656 |#1|))) (-656 (-656 |#1|)) (-656 (-656 (-656 |#1|))) (-656 (-656 (-656 |#1|))) (-656 (-656 (-656 |#1|))))) (-15 -3404 ((-2 (|:| |f1| (-656 |#1|)) (|:| |f2| (-656 (-656 (-656 |#1|)))) (|:| |f3| (-656 (-656 |#1|))) (|:| |f4| (-656 (-656 (-656 |#1|))))) (-656 (-656 (-656 |#1|))))))
-((-2169 (($ (-656 (-656 |#1|))) 10)) (-1445 (((-656 (-656 |#1|)) $) 11)) (-3567 (((-874) $) 33)))
-(((-1207 |#1|) (-10 -8 (-15 -2169 ($ (-656 (-656 |#1|)))) (-15 -1445 ((-656 (-656 |#1|)) $)) (-15 -3567 ((-874) $))) (-1119)) (T -1207))
-((-3567 (*1 *2 *1) (-12 (-5 *2 (-874)) (-5 *1 (-1207 *3)) (-4 *3 (-1119)))) (-1445 (*1 *2 *1) (-12 (-5 *2 (-656 (-656 *3))) (-5 *1 (-1207 *3)) (-4 *3 (-1119)))) (-2169 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1119)) (-5 *1 (-1207 *3)))))
-(-10 -8 (-15 -2169 ($ (-656 (-656 |#1|)))) (-15 -1445 ((-656 (-656 |#1|)) $)) (-15 -3567 ((-874) $)))
-((-3486 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)) (|has| |#2| (-102))))) (-4125 (($) NIL) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-2617 (((-1291) $ |#1| |#1|) NIL (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 ((|#2| $ |#1| |#2|) NIL)) (-4394 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-2192 (((-3 |#2| "failed") |#1| $) NIL)) (-2135 (($) NIL T CONST)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-3516 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-3 |#2| "failed") |#1| $) NIL)) (-3942 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-3683 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (|has| $ (-6 -4462))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462)))) (-4330 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#2| $ |#1|) NIL)) (-3963 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) NIL)) (-3280 ((|#1| $) NIL (|has| |#1| (-862)))) (-3452 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-656 |#2|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-3767 ((|#1| $) NIL (|has| |#1| (-862)))) (-4320 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4463))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-3200 (((-656 |#1|) $) NIL)) (-2848 (((-112) |#1| $) NIL)) (-4219 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-2767 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-1742 (((-656 |#1|) $) NIL)) (-2406 (((-112) |#1| $) NIL)) (-1448 (((-1139) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-3578 ((|#2| $) NIL (|has| |#1| (-862)))) (-2295 (((-3 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) "failed") (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL)) (-1552 (($ $ |#2|) NIL (|has| $ (-6 -4463)))) (-4436 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL)) (-3626 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-4278 (((-656 |#2|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2089 (($) NIL) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-1458 (((-783) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-783) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) NIL (-12 (|has| $ (-6 -4462)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119)))) (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-626 (-548))))) (-3579 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-3567 (((-874) $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-625 (-874))) (|has| |#2| (-625 (-874)))))) (-1540 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| |#2| (-1119))))) (-2847 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) NIL)) (-2306 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) NIL (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) NIL (-2755 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102)) (|has| |#2| (-102))))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-1208 |#1| |#2|) (-13 (-1212 |#1| |#2|) (-10 -7 (-6 -4462))) (-1119) (-1119)) (T -1208))
-NIL
-(-13 (-1212 |#1| |#2|) (-10 -7 (-6 -4462)))
-((-3486 (((-112) $ $) NIL)) (-1774 (($ |#1| (-55)) 10)) (-2624 ((|#1| $) 12)) (-3881 (((-1177) $) NIL)) (-3796 (((-112) $ |#1|) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2735 (((-55) $) 14)) (-2921 (((-112) $ $) NIL)))
-(((-1209 |#1|) (-13 (-847 |#1|) (-10 -8 (-15 -1774 ($ |#1| (-55))))) (-1119)) (T -1209))
-((-1774 (*1 *1 *2 *3) (-12 (-5 *3 (-55)) (-5 *1 (-1209 *2)) (-4 *2 (-1119)))))
-(-13 (-847 |#1|) (-10 -8 (-15 -1774 ($ |#1| (-55)))))
-((-4151 ((|#1| (-656 |#1|)) 46)) (-3414 ((|#1| |#1| (-576)) 24)) (-3787 (((-1191 |#1|) |#1| (-938)) 20)))
-(((-1210 |#1|) (-10 -7 (-15 -4151 (|#1| (-656 |#1|))) (-15 -3787 ((-1191 |#1|) |#1| (-938))) (-15 -3414 (|#1| |#1| (-576)))) (-374)) (T -1210))
-((-3414 (*1 *2 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-1210 *2)) (-4 *2 (-374)))) (-3787 (*1 *2 *3 *4) (-12 (-5 *4 (-938)) (-5 *2 (-1191 *3)) (-5 *1 (-1210 *3)) (-4 *3 (-374)))) (-4151 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-5 *1 (-1210 *2)) (-4 *2 (-374)))))
-(-10 -7 (-15 -4151 (|#1| (-656 |#1|))) (-15 -3787 ((-1191 |#1|) |#1| (-938))) (-15 -3414 (|#1| |#1| (-576))))
-((-4125 (($) 10) (($ (-656 (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)))) 14)) (-3516 (($ (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) $) 67) (($ (-1 (-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) $) NIL) (((-3 |#3| "failed") |#2| $) NIL)) (-3963 (((-656 (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) $) 39) (((-656 |#3|) $) 41)) (-4320 (($ (-1 (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) $) 57) (($ (-1 |#3| |#3|) $) 33)) (-4114 (($ (-1 (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) $) 53) (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) 38)) (-4219 (((-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) $) 60)) (-2767 (($ (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) $) 16)) (-1742 (((-656 |#2|) $) 19)) (-2406 (((-112) |#2| $) 65)) (-2295 (((-3 (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) "failed") (-1 (-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) $) 64)) (-4436 (((-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) $) 69)) (-3626 (((-112) (-1 (-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) $) NIL) (((-112) (-1 (-112) |#3|) $) 73)) (-4278 (((-656 |#3|) $) 43)) (-2794 ((|#3| $ |#2|) 30) ((|#3| $ |#2| |#3|) 31)) (-1458 (((-783) (-1 (-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) $) NIL) (((-783) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) $) NIL) (((-783) |#3| $) NIL) (((-783) (-1 (-112) |#3|) $) 79)) (-3567 (((-874) $) 27)) (-2306 (((-112) (-1 (-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) $) NIL) (((-112) (-1 (-112) |#3|) $) 71)) (-2921 (((-112) $ $) 51)))
-(((-1211 |#1| |#2| |#3|) (-10 -8 (-15 -2921 ((-112) |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -4114 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -4125 (|#1| (-656 (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))))) (-15 -4125 (|#1|)) (-15 -4114 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -4320 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2306 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -3626 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -1458 ((-783) (-1 (-112) |#3|) |#1|)) (-15 -3963 ((-656 |#3|) |#1|)) (-15 -1458 ((-783) |#3| |#1|)) (-15 -2794 (|#3| |#1| |#2| |#3|)) (-15 -2794 (|#3| |#1| |#2|)) (-15 -4278 ((-656 |#3|) |#1|)) (-15 -2406 ((-112) |#2| |#1|)) (-15 -1742 ((-656 |#2|) |#1|)) (-15 -3516 ((-3 |#3| "failed") |#2| |#1|)) (-15 -3516 (|#1| (-1 (-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) |#1|)) (-15 -3516 (|#1| (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) |#1|)) (-15 -2295 ((-3 (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) "failed") (-1 (-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) |#1|)) (-15 -4219 ((-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) |#1|)) (-15 -2767 (|#1| (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) |#1|)) (-15 -4436 ((-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) |#1|)) (-15 -1458 ((-783) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) |#1|)) (-15 -3963 ((-656 (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) |#1|)) (-15 -1458 ((-783) (-1 (-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) |#1|)) (-15 -3626 ((-112) (-1 (-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) |#1|)) (-15 -2306 ((-112) (-1 (-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) |#1|)) (-15 -4320 (|#1| (-1 (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) |#1|)) (-15 -4114 (|#1| (-1 (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) |#1|))) (-1212 |#2| |#3|) (-1119) (-1119)) (T -1211))
-NIL
-(-10 -8 (-15 -2921 ((-112) |#1| |#1|)) (-15 -3567 ((-874) |#1|)) (-15 -4114 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -4125 (|#1| (-656 (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))))) (-15 -4125 (|#1|)) (-15 -4114 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -4320 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2306 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -3626 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -1458 ((-783) (-1 (-112) |#3|) |#1|)) (-15 -3963 ((-656 |#3|) |#1|)) (-15 -1458 ((-783) |#3| |#1|)) (-15 -2794 (|#3| |#1| |#2| |#3|)) (-15 -2794 (|#3| |#1| |#2|)) (-15 -4278 ((-656 |#3|) |#1|)) (-15 -2406 ((-112) |#2| |#1|)) (-15 -1742 ((-656 |#2|) |#1|)) (-15 -3516 ((-3 |#3| "failed") |#2| |#1|)) (-15 -3516 (|#1| (-1 (-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) |#1|)) (-15 -3516 (|#1| (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) |#1|)) (-15 -2295 ((-3 (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) "failed") (-1 (-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) |#1|)) (-15 -4219 ((-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) |#1|)) (-15 -2767 (|#1| (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) |#1|)) (-15 -4436 ((-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) |#1|)) (-15 -1458 ((-783) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) |#1|)) (-15 -3963 ((-656 (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) |#1|)) (-15 -1458 ((-783) (-1 (-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) |#1|)) (-15 -3626 ((-112) (-1 (-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) |#1|)) (-15 -2306 ((-112) (-1 (-112) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) |#1|)) (-15 -4320 (|#1| (-1 (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) |#1|)) (-15 -4114 (|#1| (-1 (-2 (|:| -4298 |#2|) (|:| -4437 |#3|)) (-2 (|:| -4298 |#2|) (|:| -4437 |#3|))) |#1|)))
-((-3486 (((-112) $ $) 20 (-2755 (|has| |#2| (-102)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102))))) (-4125 (($) 73) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 72)) (-2617 (((-1291) $ |#1| |#1|) 100 (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) 8)) (-3753 ((|#2| $ |#1| |#2|) 74)) (-4394 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 46 (|has| $ (-6 -4462)))) (-1966 (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 56 (|has| $ (-6 -4462)))) (-2192 (((-3 |#2| "failed") |#1| $) 62)) (-2135 (($) 7 T CONST)) (-1640 (($ $) 59 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462))))) (-3516 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 48 (|has| $ (-6 -4462))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 47 (|has| $ (-6 -4462))) (((-3 |#2| "failed") |#1| $) 63)) (-3942 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 58 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 55 (|has| $ (-6 -4462)))) (-3683 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 57 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462)))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 54 (|has| $ (-6 -4462))) (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 53 (|has| $ (-6 -4462)))) (-4330 ((|#2| $ |#1| |#2|) 88 (|has| $ (-6 -4463)))) (-4271 ((|#2| $ |#1|) 89)) (-3963 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 31 (|has| $ (-6 -4462))) (((-656 |#2|) $) 80 (|has| $ (-6 -4462)))) (-2476 (((-112) $ (-783)) 9)) (-3280 ((|#1| $) 97 (|has| |#1| (-862)))) (-3452 (((-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 30 (|has| $ (-6 -4462))) (((-656 |#2|) $) 81 (|has| $ (-6 -4462)))) (-3239 (((-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 28 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462)))) (((-112) |#2| $) 83 (-12 (|has| |#2| (-1119)) (|has| $ (-6 -4462))))) (-3767 ((|#1| $) 96 (|has| |#1| (-862)))) (-4320 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 35 (|has| $ (-6 -4463))) (($ (-1 |#2| |#2|) $) 76 (|has| $ (-6 -4463)))) (-4114 (($ (-1 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 36) (($ (-1 |#2| |#2|) $) 75) (($ (-1 |#2| |#2| |#2|) $ $) 71)) (-2460 (((-112) $ (-783)) 10)) (-3881 (((-1177) $) 22 (-2755 (|has| |#2| (-1119)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-3200 (((-656 |#1|) $) 64)) (-2848 (((-112) |#1| $) 65)) (-4219 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 40)) (-2767 (($ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 41)) (-1742 (((-656 |#1|) $) 94)) (-2406 (((-112) |#1| $) 93)) (-1448 (((-1139) $) 21 (-2755 (|has| |#2| (-1119)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-3578 ((|#2| $) 98 (|has| |#1| (-862)))) (-2295 (((-3 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) "failed") (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 52)) (-1552 (($ $ |#2|) 99 (|has| $ (-6 -4463)))) (-4436 (((-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 42)) (-3626 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 33 (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) 78 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))))) 27 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-304 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 26 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) 25 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 24 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)))) (($ $ (-656 |#2|) (-656 |#2|)) 87 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ |#2| |#2|) 86 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-304 |#2|)) 85 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119)))) (($ $ (-656 (-304 |#2|))) 84 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))))) (-3985 (((-112) $ $) 14)) (-4408 (((-112) |#2| $) 95 (-12 (|has| $ (-6 -4462)) (|has| |#2| (-1119))))) (-4278 (((-656 |#2|) $) 92)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#2| $ |#1|) 91) ((|#2| $ |#1| |#2|) 90)) (-2089 (($) 50) (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 49)) (-1458 (((-783) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 32 (|has| $ (-6 -4462))) (((-783) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) $) 29 (-12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| $ (-6 -4462)))) (((-783) |#2| $) 82 (-12 (|has| |#2| (-1119)) (|has| $ (-6 -4462)))) (((-783) (-1 (-112) |#2|) $) 79 (|has| $ (-6 -4462)))) (-1868 (($ $) 13)) (-4169 (((-548) $) 60 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-626 (-548))))) (-3579 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 51)) (-3567 (((-874) $) 18 (-2755 (|has| |#2| (-625 (-874))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-625 (-874)))))) (-1540 (((-112) $ $) 23 (-2755 (|has| |#2| (-1119)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))))) (-2847 (($ (-656 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) 43)) (-2306 (((-112) (-1 (-112) (-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) $) 34 (|has| $ (-6 -4462))) (((-112) (-1 (-112) |#2|) $) 77 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (-2755 (|has| |#2| (-102)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102))))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-1212 |#1| |#2|) (-141) (-1119) (-1119)) (T -1212))
-((-3753 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-1212 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1119)))) (-4125 (*1 *1) (-12 (-4 *1 (-1212 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119)))) (-4125 (*1 *1 *2) (-12 (-5 *2 (-656 (-2 (|:| -4298 *3) (|:| -4437 *4)))) (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *1 (-1212 *3 *4)))) (-4114 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1212 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119)))))
-(-13 (-622 |t#1| |t#2|) (-616 |t#1| |t#2|) (-10 -8 (-15 -3753 (|t#2| $ |t#1| |t#2|)) (-15 -4125 ($)) (-15 -4125 ($ (-656 (-2 (|:| -4298 |t#1|) (|:| -4437 |t#2|))))) (-15 -4114 ($ (-1 |t#2| |t#2| |t#2|) $ $))))
-(((-34) . T) ((-107 #0=(-2 (|:| -4298 |#1|) (|:| -4437 |#2|))) . T) ((-102) -2755 (|has| |#2| (-1119)) (|has| |#2| (-102)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-102))) ((-625 (-874)) -2755 (|has| |#2| (-1119)) (|has| |#2| (-625 (-874))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-625 (-874)))) ((-152 #0#) . T) ((-626 (-548)) |has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-626 (-548))) ((-231 #0#) . T) ((-240 #0#) . T) ((-296 |#1| |#2|) . T) ((-298 |#1| |#2|) . T) ((-319 #0#) -12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))) ((-319 |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) ((-501 #0#) . T) ((-501 |#2|) . T) ((-616 |#1| |#2|) . T) ((-526 #0# #0#) -12 (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-319 (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)))) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))) ((-526 |#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1119))) ((-622 |#1| |#2|) . T) ((-1119) -2755 (|has| |#2| (-1119)) (|has| (-2 (|:| -4298 |#1|) (|:| -4437 |#2|)) (-1119))) ((-1236) . T))
-((-4388 (((-112)) 29)) (-4212 (((-1291) (-1177)) 31)) (-4242 (((-112)) 41)) (-2793 (((-1291)) 39)) (-1396 (((-1291) (-1177) (-1177)) 30)) (-3436 (((-112)) 42)) (-2767 (((-1291) |#1| |#2|) 53)) (-1472 (((-1291)) 26)) (-2319 (((-3 |#2| "failed") |#1|) 51)) (-2581 (((-1291)) 40)))
-(((-1213 |#1| |#2|) (-10 -7 (-15 -1472 ((-1291))) (-15 -1396 ((-1291) (-1177) (-1177))) (-15 -4212 ((-1291) (-1177))) (-15 -2793 ((-1291))) (-15 -2581 ((-1291))) (-15 -4388 ((-112))) (-15 -4242 ((-112))) (-15 -3436 ((-112))) (-15 -2319 ((-3 |#2| "failed") |#1|)) (-15 -2767 ((-1291) |#1| |#2|))) (-1119) (-1119)) (T -1213))
-((-2767 (*1 *2 *3 *4) (-12 (-5 *2 (-1291)) (-5 *1 (-1213 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119)))) (-2319 (*1 *2 *3) (|partial| -12 (-4 *2 (-1119)) (-5 *1 (-1213 *3 *2)) (-4 *3 (-1119)))) (-3436 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1213 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119)))) (-4242 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1213 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119)))) (-4388 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1213 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119)))) (-2581 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-1213 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119)))) (-2793 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-1213 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119)))) (-4212 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1213 *4 *5)) (-4 *4 (-1119)) (-4 *5 (-1119)))) (-1396 (*1 *2 *3 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1213 *4 *5)) (-4 *4 (-1119)) (-4 *5 (-1119)))) (-1472 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-1213 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119)))))
-(-10 -7 (-15 -1472 ((-1291))) (-15 -1396 ((-1291) (-1177) (-1177))) (-15 -4212 ((-1291) (-1177))) (-15 -2793 ((-1291))) (-15 -2581 ((-1291))) (-15 -4388 ((-112))) (-15 -4242 ((-112))) (-15 -3436 ((-112))) (-15 -2319 ((-3 |#2| "failed") |#1|)) (-15 -2767 ((-1291) |#1| |#2|)))
-((-3631 (((-1177) (-1177)) 22)) (-3678 (((-52) (-1177)) 25)))
-(((-1214) (-10 -7 (-15 -3678 ((-52) (-1177))) (-15 -3631 ((-1177) (-1177))))) (T -1214))
-((-3631 (*1 *2 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1214)))) (-3678 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-52)) (-5 *1 (-1214)))))
-(-10 -7 (-15 -3678 ((-52) (-1177))) (-15 -3631 ((-1177) (-1177))))
-((-3567 (((-1216) |#1|) 11)))
-(((-1215 |#1|) (-10 -7 (-15 -3567 ((-1216) |#1|))) (-1119)) (T -1215))
-((-3567 (*1 *2 *3) (-12 (-5 *2 (-1216)) (-5 *1 (-1215 *3)) (-4 *3 (-1119)))))
-(-10 -7 (-15 -3567 ((-1216) |#1|)))
-((-3486 (((-112) $ $) NIL)) (-2980 (((-656 (-1177)) $) 39)) (-2844 (((-656 (-1177)) $ (-656 (-1177))) 42)) (-2051 (((-656 (-1177)) $ (-656 (-1177))) 41)) (-4198 (((-656 (-1177)) $ (-656 (-1177))) 43)) (-1918 (((-656 (-1177)) $) 38)) (-4138 (($) 28)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-1996 (((-656 (-1177)) $) 40)) (-1971 (((-1291) $ (-576)) 35) (((-1291) $) 36)) (-4169 (($ (-874) (-576)) 33) (($ (-874) (-576) (-874)) NIL)) (-3567 (((-874) $) 49) (($ (-874)) 32)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1216) (-13 (-1119) (-628 (-874)) (-10 -8 (-15 -4169 ($ (-874) (-576))) (-15 -4169 ($ (-874) (-576) (-874))) (-15 -1971 ((-1291) $ (-576))) (-15 -1971 ((-1291) $)) (-15 -1996 ((-656 (-1177)) $)) (-15 -2980 ((-656 (-1177)) $)) (-15 -4138 ($)) (-15 -1918 ((-656 (-1177)) $)) (-15 -4198 ((-656 (-1177)) $ (-656 (-1177)))) (-15 -2844 ((-656 (-1177)) $ (-656 (-1177)))) (-15 -2051 ((-656 (-1177)) $ (-656 (-1177))))))) (T -1216))
-((-4169 (*1 *1 *2 *3) (-12 (-5 *2 (-874)) (-5 *3 (-576)) (-5 *1 (-1216)))) (-4169 (*1 *1 *2 *3 *2) (-12 (-5 *2 (-874)) (-5 *3 (-576)) (-5 *1 (-1216)))) (-1971 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1291)) (-5 *1 (-1216)))) (-1971 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-1216)))) (-1996 (*1 *2 *1) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1216)))) (-2980 (*1 *2 *1) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1216)))) (-4138 (*1 *1) (-5 *1 (-1216))) (-1918 (*1 *2 *1) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1216)))) (-4198 (*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1216)))) (-2844 (*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1216)))) (-2051 (*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1216)))))
-(-13 (-1119) (-628 (-874)) (-10 -8 (-15 -4169 ($ (-874) (-576))) (-15 -4169 ($ (-874) (-576) (-874))) (-15 -1971 ((-1291) $ (-576))) (-15 -1971 ((-1291) $)) (-15 -1996 ((-656 (-1177)) $)) (-15 -2980 ((-656 (-1177)) $)) (-15 -4138 ($)) (-15 -1918 ((-656 (-1177)) $)) (-15 -4198 ((-656 (-1177)) $ (-656 (-1177)))) (-15 -2844 ((-656 (-1177)) $ (-656 (-1177)))) (-15 -2051 ((-656 (-1177)) $ (-656 (-1177))))))
-((-3486 (((-112) $ $) NIL)) (-2280 (((-1177) $ (-1177)) 17) (((-1177) $) 16)) (-2276 (((-1177) $ (-1177)) 15)) (-1350 (($ $ (-1177)) NIL)) (-2180 (((-3 (-1177) "failed") $) 11)) (-2344 (((-1177) $) 8)) (-2961 (((-3 (-1177) "failed") $) 12)) (-2547 (((-1177) $) 9)) (-3254 (($ (-400)) NIL) (($ (-400) (-1177)) NIL)) (-2624 (((-400) $) NIL)) (-3881 (((-1177) $) NIL)) (-2944 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3740 (((-112) $) 21)) (-3567 (((-874) $) NIL)) (-1662 (($ $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1217) (-13 (-375 (-400) (-1177)) (-10 -8 (-15 -2280 ((-1177) $ (-1177))) (-15 -2280 ((-1177) $)) (-15 -2344 ((-1177) $)) (-15 -2180 ((-3 (-1177) "failed") $)) (-15 -2961 ((-3 (-1177) "failed") $)) (-15 -3740 ((-112) $))))) (T -1217))
-((-2280 (*1 *2 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1217)))) (-2280 (*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-1217)))) (-2344 (*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-1217)))) (-2180 (*1 *2 *1) (|partial| -12 (-5 *2 (-1177)) (-5 *1 (-1217)))) (-2961 (*1 *2 *1) (|partial| -12 (-5 *2 (-1177)) (-5 *1 (-1217)))) (-3740 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1217)))))
-(-13 (-375 (-400) (-1177)) (-10 -8 (-15 -2280 ((-1177) $ (-1177))) (-15 -2280 ((-1177) $)) (-15 -2344 ((-1177) $)) (-15 -2180 ((-3 (-1177) "failed") $)) (-15 -2961 ((-3 (-1177) "failed") $)) (-15 -3740 ((-112) $))))
-((-2786 (((-3 (-576) "failed") |#1|) 19)) (-3852 (((-3 (-576) "failed") |#1|) 14)) (-2841 (((-576) (-1177)) 33)))
-(((-1218 |#1|) (-10 -7 (-15 -2786 ((-3 (-576) "failed") |#1|)) (-15 -3852 ((-3 (-576) "failed") |#1|)) (-15 -2841 ((-576) (-1177)))) (-1068)) (T -1218))
-((-2841 (*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-576)) (-5 *1 (-1218 *4)) (-4 *4 (-1068)))) (-3852 (*1 *2 *3) (|partial| -12 (-5 *2 (-576)) (-5 *1 (-1218 *3)) (-4 *3 (-1068)))) (-2786 (*1 *2 *3) (|partial| -12 (-5 *2 (-576)) (-5 *1 (-1218 *3)) (-4 *3 (-1068)))))
-(-10 -7 (-15 -2786 ((-3 (-576) "failed") |#1|)) (-15 -3852 ((-3 (-576) "failed") |#1|)) (-15 -2841 ((-576) (-1177))))
-((-2899 (((-1152 (-227))) 9)))
-(((-1219) (-10 -7 (-15 -2899 ((-1152 (-227)))))) (T -1219))
-((-2899 (*1 *2) (-12 (-5 *2 (-1152 (-227))) (-5 *1 (-1219)))))
-(-10 -7 (-15 -2899 ((-1152 (-227)))))
-((-1598 (($) 12)) (-2787 (($ $) 36)) (-4068 (($ $) 34)) (-3935 (($ $) 26)) (-2812 (($ $) 18)) (-4385 (($ $) 16)) (-2800 (($ $) 20)) (-3971 (($ $) 31)) (-4080 (($ $) 35)) (-3948 (($ $) 30)))
-(((-1220 |#1|) (-10 -8 (-15 -1598 (|#1|)) (-15 -2787 (|#1| |#1|)) (-15 -4068 (|#1| |#1|)) (-15 -2812 (|#1| |#1|)) (-15 -4385 (|#1| |#1|)) (-15 -2800 (|#1| |#1|)) (-15 -4080 (|#1| |#1|)) (-15 -3935 (|#1| |#1|)) (-15 -3971 (|#1| |#1|)) (-15 -3948 (|#1| |#1|))) (-1221)) (T -1220))
-NIL
-(-10 -8 (-15 -1598 (|#1|)) (-15 -2787 (|#1| |#1|)) (-15 -4068 (|#1| |#1|)) (-15 -2812 (|#1| |#1|)) (-15 -4385 (|#1| |#1|)) (-15 -2800 (|#1| |#1|)) (-15 -4080 (|#1| |#1|)) (-15 -3935 (|#1| |#1|)) (-15 -3971 (|#1| |#1|)) (-15 -3948 (|#1| |#1|)))
-((-4022 (($ $) 26)) (-3898 (($ $) 11)) (-4003 (($ $) 27)) (-3874 (($ $) 10)) (-4047 (($ $) 28)) (-3917 (($ $) 9)) (-1598 (($) 16)) (-3742 (($ $) 19)) (-4101 (($ $) 18)) (-4058 (($ $) 29)) (-3927 (($ $) 8)) (-4034 (($ $) 30)) (-3907 (($ $) 7)) (-4011 (($ $) 31)) (-3886 (($ $) 6)) (-2787 (($ $) 20)) (-3958 (($ $) 32)) (-4068 (($ $) 21)) (-3935 (($ $) 33)) (-2812 (($ $) 22)) (-3980 (($ $) 34)) (-4385 (($ $) 23)) (-3992 (($ $) 35)) (-2800 (($ $) 24)) (-3971 (($ $) 36)) (-4080 (($ $) 25)) (-3948 (($ $) 37)) (** (($ $ $) 17)))
-(((-1221) (-141)) (T -1221))
-((-1598 (*1 *1) (-4 *1 (-1221))))
-(-13 (-1224) (-95) (-505) (-35) (-294) (-10 -8 (-15 -1598 ($))))
-(((-35) . T) ((-95) . T) ((-294) . T) ((-505) . T) ((-1224) . T))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3103 ((|#1| $) 19)) (-3253 (($ |#1| (-656 $)) 28) (($ (-656 |#1|)) 35) (($ |#1|) 30)) (-3733 (((-112) $ (-783)) 72)) (-1762 ((|#1| $ |#1|) 14 (|has| $ (-6 -4463)))) (-3753 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) 13 (|has| $ (-6 -4463)))) (-2135 (($) NIL T CONST)) (-3963 (((-656 |#1|) $) 77 (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) 64)) (-2679 (((-112) $ $) 50 (|has| |#1| (-1119)))) (-2476 (((-112) $ (-783)) 62)) (-3452 (((-656 |#1|) $) 78 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 76 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4320 (($ (-1 |#1| |#1|) $) 29 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 27)) (-2460 (((-112) $ (-783)) 60)) (-2348 (((-656 |#1|) $) 55)) (-2326 (((-112) $) 53)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3626 (((-112) (-1 (-112) |#1|) $) 74 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 107)) (-4205 (((-112) $) 9)) (-1854 (($) 10)) (-2794 ((|#1| $ "value") NIL)) (-3273 (((-576) $ $) 48)) (-3113 (((-656 $) $) 89)) (-3130 (((-112) $ $) 110)) (-3147 (((-656 $) $) 105)) (-2613 (($ $) 106)) (-2635 (((-112) $) 84)) (-1458 (((-783) (-1 (-112) |#1|) $) 25 (|has| $ (-6 -4462))) (((-783) |#1| $) 17 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1868 (($ $) 88)) (-3567 (((-874) $) 91 (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) 12)) (-1434 (((-112) $ $) 39 (|has| |#1| (-1119)))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 73 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 37 (|has| |#1| (-102)))) (-3500 (((-783) $) 58 (|has| $ (-6 -4462)))))
-(((-1222 |#1|) (-13 (-1029 |#1|) (-10 -8 (-6 -4462) (-6 -4463) (-15 -3253 ($ |#1| (-656 $))) (-15 -3253 ($ (-656 |#1|))) (-15 -3253 ($ |#1|)) (-15 -2635 ((-112) $)) (-15 -2613 ($ $)) (-15 -3147 ((-656 $) $)) (-15 -3130 ((-112) $ $)) (-15 -3113 ((-656 $) $)))) (-1119)) (T -1222))
-((-2635 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1222 *3)) (-4 *3 (-1119)))) (-3253 (*1 *1 *2 *3) (-12 (-5 *3 (-656 (-1222 *2))) (-5 *1 (-1222 *2)) (-4 *2 (-1119)))) (-3253 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-5 *1 (-1222 *3)))) (-3253 (*1 *1 *2) (-12 (-5 *1 (-1222 *2)) (-4 *2 (-1119)))) (-2613 (*1 *1 *1) (-12 (-5 *1 (-1222 *2)) (-4 *2 (-1119)))) (-3147 (*1 *2 *1) (-12 (-5 *2 (-656 (-1222 *3))) (-5 *1 (-1222 *3)) (-4 *3 (-1119)))) (-3130 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1222 *3)) (-4 *3 (-1119)))) (-3113 (*1 *2 *1) (-12 (-5 *2 (-656 (-1222 *3))) (-5 *1 (-1222 *3)) (-4 *3 (-1119)))))
-(-13 (-1029 |#1|) (-10 -8 (-6 -4462) (-6 -4463) (-15 -3253 ($ |#1| (-656 $))) (-15 -3253 ($ (-656 |#1|))) (-15 -3253 ($ |#1|)) (-15 -2635 ((-112) $)) (-15 -2613 ($ $)) (-15 -3147 ((-656 $) $)) (-15 -3130 ((-112) $ $)) (-15 -3113 ((-656 $) $))))
-((-3898 (($ $) 15)) (-3917 (($ $) 12)) (-3927 (($ $) 10)) (-3907 (($ $) 17)))
-(((-1223 |#1|) (-10 -8 (-15 -3907 (|#1| |#1|)) (-15 -3927 (|#1| |#1|)) (-15 -3917 (|#1| |#1|)) (-15 -3898 (|#1| |#1|))) (-1224)) (T -1223))
-NIL
-(-10 -8 (-15 -3907 (|#1| |#1|)) (-15 -3927 (|#1| |#1|)) (-15 -3917 (|#1| |#1|)) (-15 -3898 (|#1| |#1|)))
-((-3898 (($ $) 11)) (-3874 (($ $) 10)) (-3917 (($ $) 9)) (-3927 (($ $) 8)) (-3907 (($ $) 7)) (-3886 (($ $) 6)))
-(((-1224) (-141)) (T -1224))
-((-3898 (*1 *1 *1) (-4 *1 (-1224))) (-3874 (*1 *1 *1) (-4 *1 (-1224))) (-3917 (*1 *1 *1) (-4 *1 (-1224))) (-3927 (*1 *1 *1) (-4 *1 (-1224))) (-3907 (*1 *1 *1) (-4 *1 (-1224))) (-3886 (*1 *1 *1) (-4 *1 (-1224))))
-(-13 (-10 -8 (-15 -3886 ($ $)) (-15 -3907 ($ $)) (-15 -3927 ($ $)) (-15 -3917 ($ $)) (-15 -3874 ($ $)) (-15 -3898 ($ $))))
-((-2567 ((|#2| |#2|) 98)) (-2784 (((-112) |#2|) 29)) (-1848 ((|#2| |#2|) 33)) (-1858 ((|#2| |#2|) 35)) (-1626 ((|#2| |#2| (-1195)) 92) ((|#2| |#2|) 93)) (-4180 (((-171 |#2|) |#2|) 31)) (-1376 ((|#2| |#2| (-1195)) 94) ((|#2| |#2|) 95)))
-(((-1225 |#1| |#2|) (-10 -7 (-15 -1626 (|#2| |#2|)) (-15 -1626 (|#2| |#2| (-1195))) (-15 -1376 (|#2| |#2|)) (-15 -1376 (|#2| |#2| (-1195))) (-15 -2567 (|#2| |#2|)) (-15 -1848 (|#2| |#2|)) (-15 -1858 (|#2| |#2|)) (-15 -2784 ((-112) |#2|)) (-15 -4180 ((-171 |#2|) |#2|))) (-13 (-464) (-1057 (-576)) (-651 (-576))) (-13 (-27) (-1221) (-442 |#1|))) (T -1225))
-((-4180 (*1 *2 *3) (-12 (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-171 *3)) (-5 *1 (-1225 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *4))))) (-2784 (*1 *2 *3) (-12 (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-112)) (-5 *1 (-1225 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *4))))) (-1858 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-1225 *3 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *3))))) (-1848 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-1225 *3 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *3))))) (-2567 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-1225 *3 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *3))))) (-1376 (*1 *2 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-1225 *4 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *4))))) (-1376 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-1225 *3 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *3))))) (-1626 (*1 *2 *2 *3) (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-1225 *4 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *4))))) (-1626 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-1225 *3 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *3))))))
-(-10 -7 (-15 -1626 (|#2| |#2|)) (-15 -1626 (|#2| |#2| (-1195))) (-15 -1376 (|#2| |#2|)) (-15 -1376 (|#2| |#2| (-1195))) (-15 -2567 (|#2| |#2|)) (-15 -1848 (|#2| |#2|)) (-15 -1858 (|#2| |#2|)) (-15 -2784 ((-112) |#2|)) (-15 -4180 ((-171 |#2|) |#2|)))
-((-1661 ((|#4| |#4| |#1|) 31)) (-3849 ((|#4| |#4| |#1|) 32)))
-(((-1226 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1661 (|#4| |#4| |#1|)) (-15 -3849 (|#4| |#4| |#1|))) (-568) (-384 |#1|) (-384 |#1|) (-699 |#1| |#2| |#3|)) (T -1226))
-((-3849 (*1 *2 *2 *3) (-12 (-4 *3 (-568)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-1226 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))) (-1661 (*1 *2 *2 *3) (-12 (-4 *3 (-568)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-1226 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))))
-(-10 -7 (-15 -1661 (|#4| |#4| |#1|)) (-15 -3849 (|#4| |#4| |#1|)))
-((-3973 ((|#2| |#2|) 148)) (-1518 ((|#2| |#2|) 145)) (-2423 ((|#2| |#2|) 136)) (-3375 ((|#2| |#2|) 133)) (-4207 ((|#2| |#2|) 141)) (-2668 ((|#2| |#2|) 129)) (-1779 ((|#2| |#2|) 44)) (-3817 ((|#2| |#2|) 105)) (-3241 ((|#2| |#2|) 88)) (-3779 ((|#2| |#2|) 143)) (-4203 ((|#2| |#2|) 131)) (-3390 ((|#2| |#2|) 153)) (-2738 ((|#2| |#2|) 151)) (-1442 ((|#2| |#2|) 152)) (-3726 ((|#2| |#2|) 150)) (-4411 ((|#2| |#2|) 163)) (-4206 ((|#2| |#2|) 30 (-12 (|has| |#2| (-626 (-905 |#1|))) (|has| |#2| (-899 |#1|)) (|has| |#1| (-626 (-905 |#1|))) (|has| |#1| (-899 |#1|))))) (-3319 ((|#2| |#2|) 89)) (-3761 ((|#2| |#2|) 154)) (-1937 ((|#2| |#2|) 155)) (-4240 ((|#2| |#2|) 142)) (-3706 ((|#2| |#2|) 130)) (-4261 ((|#2| |#2|) 149)) (-2293 ((|#2| |#2|) 147)) (-3046 ((|#2| |#2|) 137)) (-1379 ((|#2| |#2|) 135)) (-2119 ((|#2| |#2|) 139)) (-1682 ((|#2| |#2|) 127)))
-(((-1227 |#1| |#2|) (-10 -7 (-15 -1937 (|#2| |#2|)) (-15 -3241 (|#2| |#2|)) (-15 -4411 (|#2| |#2|)) (-15 -3817 (|#2| |#2|)) (-15 -1779 (|#2| |#2|)) (-15 -3319 (|#2| |#2|)) (-15 -3761 (|#2| |#2|)) (-15 -1682 (|#2| |#2|)) (-15 -2119 (|#2| |#2|)) (-15 -3046 (|#2| |#2|)) (-15 -4261 (|#2| |#2|)) (-15 -3706 (|#2| |#2|)) (-15 -4240 (|#2| |#2|)) (-15 -4203 (|#2| |#2|)) (-15 -3779 (|#2| |#2|)) (-15 -2668 (|#2| |#2|)) (-15 -4207 (|#2| |#2|)) (-15 -2423 (|#2| |#2|)) (-15 -3973 (|#2| |#2|)) (-15 -3375 (|#2| |#2|)) (-15 -1518 (|#2| |#2|)) (-15 -1379 (|#2| |#2|)) (-15 -2293 (|#2| |#2|)) (-15 -3726 (|#2| |#2|)) (-15 -2738 (|#2| |#2|)) (-15 -1442 (|#2| |#2|)) (-15 -3390 (|#2| |#2|)) (IF (|has| |#1| (-899 |#1|)) (IF (|has| |#1| (-626 (-905 |#1|))) (IF (|has| |#2| (-626 (-905 |#1|))) (IF (|has| |#2| (-899 |#1|)) (-15 -4206 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-464) (-13 (-442 |#1|) (-1221))) (T -1227))
-((-4206 (*1 *2 *2) (-12 (-4 *3 (-626 (-905 *3))) (-4 *3 (-899 *3)) (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-626 (-905 *3))) (-4 *2 (-899 *3)) (-4 *2 (-13 (-442 *3) (-1221))))) (-3390 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-1442 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-2738 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-3726 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-2293 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-1379 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-1518 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-3375 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-3973 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-2423 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-4207 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-2668 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-3779 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-4203 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-4240 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-3706 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-4261 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-3046 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-2119 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-1682 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-3761 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-3319 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-1779 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-3817 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-4411 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-3241 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))) (-1937 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-442 *3) (-1221))))))
-(-10 -7 (-15 -1937 (|#2| |#2|)) (-15 -3241 (|#2| |#2|)) (-15 -4411 (|#2| |#2|)) (-15 -3817 (|#2| |#2|)) (-15 -1779 (|#2| |#2|)) (-15 -3319 (|#2| |#2|)) (-15 -3761 (|#2| |#2|)) (-15 -1682 (|#2| |#2|)) (-15 -2119 (|#2| |#2|)) (-15 -3046 (|#2| |#2|)) (-15 -4261 (|#2| |#2|)) (-15 -3706 (|#2| |#2|)) (-15 -4240 (|#2| |#2|)) (-15 -4203 (|#2| |#2|)) (-15 -3779 (|#2| |#2|)) (-15 -2668 (|#2| |#2|)) (-15 -4207 (|#2| |#2|)) (-15 -2423 (|#2| |#2|)) (-15 -3973 (|#2| |#2|)) (-15 -3375 (|#2| |#2|)) (-15 -1518 (|#2| |#2|)) (-15 -1379 (|#2| |#2|)) (-15 -2293 (|#2| |#2|)) (-15 -3726 (|#2| |#2|)) (-15 -2738 (|#2| |#2|)) (-15 -1442 (|#2| |#2|)) (-15 -3390 (|#2| |#2|)) (IF (|has| |#1| (-899 |#1|)) (IF (|has| |#1| (-626 (-905 |#1|))) (IF (|has| |#2| (-626 (-905 |#1|))) (IF (|has| |#2| (-899 |#1|)) (-15 -4206 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
-((-1981 (((-112) |#5| $) 68) (((-112) $) 110)) (-2691 ((|#5| |#5| $) 83)) (-1966 (($ (-1 (-112) |#5|) $) NIL) (((-3 |#5| "failed") $ |#4|) 127)) (-2059 (((-656 |#5|) (-656 |#5|) $ (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|)) 81)) (-1570 (((-3 $ "failed") (-656 |#5|)) 135)) (-3590 (((-3 $ "failed") $) 120)) (-1903 ((|#5| |#5| $) 102)) (-2655 (((-112) |#5| $ (-1 (-112) |#5| |#5|)) 36)) (-2025 ((|#5| |#5| $) 106)) (-3683 ((|#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|)) 77)) (-1641 (((-2 (|:| -1952 (-656 |#5|)) (|:| -3254 (-656 |#5|))) $) 63)) (-4179 (((-112) |#5| $) 66) (((-112) $) 111)) (-2589 ((|#4| $) 116)) (-3966 (((-3 |#5| "failed") $) 118)) (-3730 (((-656 |#5|) $) 55)) (-2763 (((-112) |#5| $) 75) (((-112) $) 115)) (-2126 ((|#5| |#5| $) 89)) (-2774 (((-112) $ $) 29)) (-1470 (((-112) |#5| $) 71) (((-112) $) 113)) (-2903 ((|#5| |#5| $) 86)) (-3578 (((-3 |#5| "failed") $) 117)) (-3905 (($ $ |#5|) 136)) (-1967 (((-783) $) 60)) (-3579 (($ (-656 |#5|)) 133)) (-3877 (($ $ |#4|) 131)) (-2831 (($ $ |#4|) 129)) (-3687 (($ $) 128)) (-3567 (((-874) $) NIL) (((-656 |#5|) $) 121)) (-4323 (((-783) $) 140)) (-1469 (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#5|))) "failed") (-656 |#5|) (-1 (-112) |#5| |#5|)) 49) (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#5|))) "failed") (-656 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|)) 51)) (-2620 (((-112) $ (-1 (-112) |#5| (-656 |#5|))) 108)) (-2439 (((-656 |#4|) $) 123)) (-3202 (((-112) |#4| $) 126)) (-2921 (((-112) $ $) 20)))
-(((-1228 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -4323 ((-783) |#1|)) (-15 -3905 (|#1| |#1| |#5|)) (-15 -1966 ((-3 |#5| "failed") |#1| |#4|)) (-15 -3202 ((-112) |#4| |#1|)) (-15 -2439 ((-656 |#4|) |#1|)) (-15 -3590 ((-3 |#1| "failed") |#1|)) (-15 -3966 ((-3 |#5| "failed") |#1|)) (-15 -3578 ((-3 |#5| "failed") |#1|)) (-15 -2025 (|#5| |#5| |#1|)) (-15 -3687 (|#1| |#1|)) (-15 -1903 (|#5| |#5| |#1|)) (-15 -2126 (|#5| |#5| |#1|)) (-15 -2903 (|#5| |#5| |#1|)) (-15 -2691 (|#5| |#5| |#1|)) (-15 -2059 ((-656 |#5|) (-656 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -3683 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -2763 ((-112) |#1|)) (-15 -1470 ((-112) |#1|)) (-15 -1981 ((-112) |#1|)) (-15 -2620 ((-112) |#1| (-1 (-112) |#5| (-656 |#5|)))) (-15 -2763 ((-112) |#5| |#1|)) (-15 -1470 ((-112) |#5| |#1|)) (-15 -1981 ((-112) |#5| |#1|)) (-15 -2655 ((-112) |#5| |#1| (-1 (-112) |#5| |#5|))) (-15 -4179 ((-112) |#1|)) (-15 -4179 ((-112) |#5| |#1|)) (-15 -1641 ((-2 (|:| -1952 (-656 |#5|)) (|:| -3254 (-656 |#5|))) |#1|)) (-15 -1967 ((-783) |#1|)) (-15 -3730 ((-656 |#5|) |#1|)) (-15 -1469 ((-3 (-2 (|:| |bas| |#1|) (|:| -1417 (-656 |#5|))) "failed") (-656 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|))) (-15 -1469 ((-3 (-2 (|:| |bas| |#1|) (|:| -1417 (-656 |#5|))) "failed") (-656 |#5|) (-1 (-112) |#5| |#5|))) (-15 -2774 ((-112) |#1| |#1|)) (-15 -3877 (|#1| |#1| |#4|)) (-15 -2831 (|#1| |#1| |#4|)) (-15 -2589 (|#4| |#1|)) (-15 -1570 ((-3 |#1| "failed") (-656 |#5|))) (-15 -3567 ((-656 |#5|) |#1|)) (-15 -3579 (|#1| (-656 |#5|))) (-15 -3683 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -3683 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -1966 (|#1| (-1 (-112) |#5|) |#1|)) (-15 -3683 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -3567 ((-874) |#1|)) (-15 -2921 ((-112) |#1| |#1|))) (-1229 |#2| |#3| |#4| |#5|) (-568) (-805) (-862) (-1084 |#2| |#3| |#4|)) (T -1228))
-NIL
-(-10 -8 (-15 -4323 ((-783) |#1|)) (-15 -3905 (|#1| |#1| |#5|)) (-15 -1966 ((-3 |#5| "failed") |#1| |#4|)) (-15 -3202 ((-112) |#4| |#1|)) (-15 -2439 ((-656 |#4|) |#1|)) (-15 -3590 ((-3 |#1| "failed") |#1|)) (-15 -3966 ((-3 |#5| "failed") |#1|)) (-15 -3578 ((-3 |#5| "failed") |#1|)) (-15 -2025 (|#5| |#5| |#1|)) (-15 -3687 (|#1| |#1|)) (-15 -1903 (|#5| |#5| |#1|)) (-15 -2126 (|#5| |#5| |#1|)) (-15 -2903 (|#5| |#5| |#1|)) (-15 -2691 (|#5| |#5| |#1|)) (-15 -2059 ((-656 |#5|) (-656 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -3683 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -2763 ((-112) |#1|)) (-15 -1470 ((-112) |#1|)) (-15 -1981 ((-112) |#1|)) (-15 -2620 ((-112) |#1| (-1 (-112) |#5| (-656 |#5|)))) (-15 -2763 ((-112) |#5| |#1|)) (-15 -1470 ((-112) |#5| |#1|)) (-15 -1981 ((-112) |#5| |#1|)) (-15 -2655 ((-112) |#5| |#1| (-1 (-112) |#5| |#5|))) (-15 -4179 ((-112) |#1|)) (-15 -4179 ((-112) |#5| |#1|)) (-15 -1641 ((-2 (|:| -1952 (-656 |#5|)) (|:| -3254 (-656 |#5|))) |#1|)) (-15 -1967 ((-783) |#1|)) (-15 -3730 ((-656 |#5|) |#1|)) (-15 -1469 ((-3 (-2 (|:| |bas| |#1|) (|:| -1417 (-656 |#5|))) "failed") (-656 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|))) (-15 -1469 ((-3 (-2 (|:| |bas| |#1|) (|:| -1417 (-656 |#5|))) "failed") (-656 |#5|) (-1 (-112) |#5| |#5|))) (-15 -2774 ((-112) |#1| |#1|)) (-15 -3877 (|#1| |#1| |#4|)) (-15 -2831 (|#1| |#1| |#4|)) (-15 -2589 (|#4| |#1|)) (-15 -1570 ((-3 |#1| "failed") (-656 |#5|))) (-15 -3567 ((-656 |#5|) |#1|)) (-15 -3579 (|#1| (-656 |#5|))) (-15 -3683 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -3683 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -1966 (|#1| (-1 (-112) |#5|) |#1|)) (-15 -3683 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -3567 ((-874) |#1|)) (-15 -2921 ((-112) |#1| |#1|)))
-((-3486 (((-112) $ $) 6)) (-1528 (((-656 (-2 (|:| -1952 $) (|:| -3254 (-656 |#4|)))) (-656 |#4|)) 86)) (-2127 (((-656 $) (-656 |#4|)) 87)) (-1960 (((-656 |#3|) $) 34)) (-4157 (((-112) $) 27)) (-2678 (((-112) $) 18 (|has| |#1| (-568)))) (-1981 (((-112) |#4| $) 102) (((-112) $) 98)) (-2691 ((|#4| |#4| $) 93)) (-1793 (((-2 (|:| |under| $) (|:| -3247 $) (|:| |upper| $)) $ |#3|) 28)) (-3733 (((-112) $ (-783)) 45)) (-1966 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4462))) (((-3 |#4| "failed") $ |#3|) 80)) (-2135 (($) 46 T CONST)) (-3152 (((-112) $) 23 (|has| |#1| (-568)))) (-1409 (((-112) $ $) 25 (|has| |#1| (-568)))) (-3934 (((-112) $ $) 24 (|has| |#1| (-568)))) (-2986 (((-112) $) 26 (|has| |#1| (-568)))) (-2059 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-3793 (((-656 |#4|) (-656 |#4|) $) 19 (|has| |#1| (-568)))) (-3795 (((-656 |#4|) (-656 |#4|) $) 20 (|has| |#1| (-568)))) (-1570 (((-3 $ "failed") (-656 |#4|)) 37)) (-2857 (($ (-656 |#4|)) 36)) (-3590 (((-3 $ "failed") $) 83)) (-1903 ((|#4| |#4| $) 90)) (-1640 (($ $) 69 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462))))) (-3942 (($ |#4| $) 68 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4462)))) (-3477 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-568)))) (-2655 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-2025 ((|#4| |#4| $) 88)) (-3683 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4462))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4462))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-1641 (((-2 (|:| -1952 (-656 |#4|)) (|:| -3254 (-656 |#4|))) $) 106)) (-3963 (((-656 |#4|) $) 53 (|has| $ (-6 -4462)))) (-4179 (((-112) |#4| $) 105) (((-112) $) 104)) (-2589 ((|#3| $) 35)) (-2476 (((-112) $ (-783)) 44)) (-3452 (((-656 |#4|) $) 54 (|has| $ (-6 -4462)))) (-3239 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#4| |#4|) $) 48)) (-1544 (((-656 |#3|) $) 33)) (-1582 (((-112) |#3| $) 32)) (-2460 (((-112) $ (-783)) 43)) (-3881 (((-1177) $) 10)) (-3966 (((-3 |#4| "failed") $) 84)) (-3730 (((-656 |#4|) $) 108)) (-2763 (((-112) |#4| $) 100) (((-112) $) 96)) (-2126 ((|#4| |#4| $) 91)) (-2774 (((-112) $ $) 111)) (-4148 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-568)))) (-1470 (((-112) |#4| $) 101) (((-112) $) 97)) (-2903 ((|#4| |#4| $) 92)) (-1448 (((-1139) $) 11)) (-3578 (((-3 |#4| "failed") $) 85)) (-2295 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-2806 (((-3 $ "failed") $ |#4|) 79)) (-3905 (($ $ |#4|) 78)) (-3626 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 |#4|) (-656 |#4|)) 60 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-304 |#4|)) 58 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-656 (-304 |#4|))) 57 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))) (-3985 (((-112) $ $) 39)) (-4205 (((-112) $) 42)) (-1854 (($) 41)) (-1967 (((-783) $) 107)) (-1458 (((-783) |#4| $) 55 (-12 (|has| |#4| (-1119)) (|has| $ (-6 -4462)))) (((-783) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4462)))) (-1868 (($ $) 40)) (-4169 (((-548) $) 70 (|has| |#4| (-626 (-548))))) (-3579 (($ (-656 |#4|)) 61)) (-3877 (($ $ |#3|) 29)) (-2831 (($ $ |#3|) 31)) (-3687 (($ $) 89)) (-2157 (($ $ |#3|) 30)) (-3567 (((-874) $) 12) (((-656 |#4|) $) 38)) (-4323 (((-783) $) 77 (|has| |#3| (-379)))) (-1540 (((-112) $ $) 9)) (-1469 (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-2620 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) 99)) (-2306 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4462)))) (-2439 (((-656 |#3|) $) 82)) (-3202 (((-112) |#3| $) 81)) (-2921 (((-112) $ $) 7)) (-3500 (((-783) $) 47 (|has| $ (-6 -4462)))))
-(((-1229 |#1| |#2| |#3| |#4|) (-141) (-568) (-805) (-862) (-1084 |t#1| |t#2| |t#3|)) (T -1229))
-((-2774 (*1 *2 *1 *1) (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-112)))) (-1469 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1 (-112) *8 *8)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-2 (|:| |bas| *1) (|:| -1417 (-656 *8)))) (-5 *3 (-656 *8)) (-4 *1 (-1229 *5 *6 *7 *8)))) (-1469 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 (-112) *9)) (-5 *5 (-1 (-112) *9 *9)) (-4 *9 (-1084 *6 *7 *8)) (-4 *6 (-568)) (-4 *7 (-805)) (-4 *8 (-862)) (-5 *2 (-2 (|:| |bas| *1) (|:| -1417 (-656 *9)))) (-5 *3 (-656 *9)) (-4 *1 (-1229 *6 *7 *8 *9)))) (-3730 (*1 *2 *1) (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-656 *6)))) (-1967 (*1 *2 *1) (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-783)))) (-1641 (*1 *2 *1) (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-2 (|:| -1952 (-656 *6)) (|:| -3254 (-656 *6)))))) (-4179 (*1 *2 *3 *1) (-12 (-4 *1 (-1229 *4 *5 *6 *3)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112)))) (-4179 (*1 *2 *1) (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-112)))) (-2655 (*1 *2 *3 *1 *4) (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *1 (-1229 *5 *6 *7 *3)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-112)))) (-1981 (*1 *2 *3 *1) (-12 (-4 *1 (-1229 *4 *5 *6 *3)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112)))) (-1470 (*1 *2 *3 *1) (-12 (-4 *1 (-1229 *4 *5 *6 *3)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112)))) (-2763 (*1 *2 *3 *1) (-12 (-4 *1 (-1229 *4 *5 *6 *3)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112)))) (-2620 (*1 *2 *1 *3) (-12 (-5 *3 (-1 (-112) *7 (-656 *7))) (-4 *1 (-1229 *4 *5 *6 *7)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112)))) (-1981 (*1 *2 *1) (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-112)))) (-1470 (*1 *2 *1) (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-112)))) (-2763 (*1 *2 *1) (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-112)))) (-3683 (*1 *2 *2 *1 *3 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-112) *2 *2)) (-4 *1 (-1229 *5 *6 *7 *2)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *2 (-1084 *5 *6 *7)))) (-2059 (*1 *2 *2 *1 *3 *4) (-12 (-5 *2 (-656 *8)) (-5 *3 (-1 *8 *8 *8)) (-5 *4 (-1 (-112) *8 *8)) (-4 *1 (-1229 *5 *6 *7 *8)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1084 *5 *6 *7)))) (-2691 (*1 *2 *2 *1) (-12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5)))) (-2903 (*1 *2 *2 *1) (-12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5)))) (-2126 (*1 *2 *2 *1) (-12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5)))) (-1903 (*1 *2 *2 *1) (-12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5)))) (-3687 (*1 *1 *1) (-12 (-4 *1 (-1229 *2 *3 *4 *5)) (-4 *2 (-568)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-1084 *2 *3 *4)))) (-2025 (*1 *2 *2 *1) (-12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5)))) (-2127 (*1 *2 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1229 *4 *5 *6 *7)))) (-1528 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-656 (-2 (|:| -1952 *1) (|:| -3254 (-656 *7))))) (-5 *3 (-656 *7)) (-4 *1 (-1229 *4 *5 *6 *7)))) (-3578 (*1 *2 *1) (|partial| -12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5)))) (-3966 (*1 *2 *1) (|partial| -12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5)))) (-3590 (*1 *1 *1) (|partial| -12 (-4 *1 (-1229 *2 *3 *4 *5)) (-4 *2 (-568)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-1084 *2 *3 *4)))) (-2439 (*1 *2 *1) (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-656 *5)))) (-3202 (*1 *2 *3 *1) (-12 (-4 *1 (-1229 *4 *5 *3 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *3 (-862)) (-4 *6 (-1084 *4 *5 *3)) (-5 *2 (-112)))) (-1966 (*1 *2 *1 *3) (|partial| -12 (-4 *1 (-1229 *4 *5 *3 *2)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *3 (-862)) (-4 *2 (-1084 *4 *5 *3)))) (-2806 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5)))) (-3905 (*1 *1 *1 *2) (-12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5)))) (-4323 (*1 *2 *1) (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-4 *5 (-379)) (-5 *2 (-783)))))
-(-13 (-995 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-6 -4462) (-6 -4463) (-15 -2774 ((-112) $ $)) (-15 -1469 ((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |t#4|))) "failed") (-656 |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -1469 ((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |t#4|))) "failed") (-656 |t#4|) (-1 (-112) |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -3730 ((-656 |t#4|) $)) (-15 -1967 ((-783) $)) (-15 -1641 ((-2 (|:| -1952 (-656 |t#4|)) (|:| -3254 (-656 |t#4|))) $)) (-15 -4179 ((-112) |t#4| $)) (-15 -4179 ((-112) $)) (-15 -2655 ((-112) |t#4| $ (-1 (-112) |t#4| |t#4|))) (-15 -1981 ((-112) |t#4| $)) (-15 -1470 ((-112) |t#4| $)) (-15 -2763 ((-112) |t#4| $)) (-15 -2620 ((-112) $ (-1 (-112) |t#4| (-656 |t#4|)))) (-15 -1981 ((-112) $)) (-15 -1470 ((-112) $)) (-15 -2763 ((-112) $)) (-15 -3683 (|t#4| |t#4| $ (-1 |t#4| |t#4| |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -2059 ((-656 |t#4|) (-656 |t#4|) $ (-1 |t#4| |t#4| |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -2691 (|t#4| |t#4| $)) (-15 -2903 (|t#4| |t#4| $)) (-15 -2126 (|t#4| |t#4| $)) (-15 -1903 (|t#4| |t#4| $)) (-15 -3687 ($ $)) (-15 -2025 (|t#4| |t#4| $)) (-15 -2127 ((-656 $) (-656 |t#4|))) (-15 -1528 ((-656 (-2 (|:| -1952 $) (|:| -3254 (-656 |t#4|)))) (-656 |t#4|))) (-15 -3578 ((-3 |t#4| "failed") $)) (-15 -3966 ((-3 |t#4| "failed") $)) (-15 -3590 ((-3 $ "failed") $)) (-15 -2439 ((-656 |t#3|) $)) (-15 -3202 ((-112) |t#3| $)) (-15 -1966 ((-3 |t#4| "failed") $ |t#3|)) (-15 -2806 ((-3 $ "failed") $ |t#4|)) (-15 -3905 ($ $ |t#4|)) (IF (|has| |t#3| (-379)) (-15 -4323 ((-783) $)) |%noBranch|)))
-(((-34) . T) ((-102) . T) ((-625 (-656 |#4|)) . T) ((-625 (-874)) . T) ((-152 |#4|) . T) ((-626 (-548)) |has| |#4| (-626 (-548))) ((-319 |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))) ((-501 |#4|) . T) ((-526 |#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))) ((-995 |#1| |#2| |#3| |#4|) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-1960 (((-656 (-1195)) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-4022 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1838 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4003 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4047 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) NIL T CONST)) (-2109 (($ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-2378 (((-969 |#1|) $ (-783)) 17) (((-969 |#1|) $ (-783) (-783)) NIL)) (-2928 (((-112) $) NIL)) (-1598 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1991 (((-783) $ (-1195)) NIL) (((-783) $ (-1195) (-783)) NIL)) (-3612 (((-112) $) NIL)) (-3867 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2544 (((-112) $) NIL)) (-1940 (($ $ (-656 (-1195)) (-656 (-543 (-1195)))) NIL) (($ $ (-1195) (-543 (-1195))) NIL) (($ |#1| (-543 (-1195))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-3742 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-3881 (((-1177) $) NIL)) (-2092 (($ $ (-1195)) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1195) |#1|) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1448 (((-1139) $) NIL)) (-4145 (($ (-1 $) (-1195) |#1|) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3905 (($ $ (-783)) NIL)) (-3473 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-4101 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3281 (($ $ (-1195) $) NIL) (($ $ (-656 (-1195)) (-656 $)) NIL) (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL)) (-2770 (($ $ (-656 (-1195)) (-656 (-783))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195))) NIL) (($ $ (-1195)) NIL)) (-1967 (((-543 (-1195)) $) NIL)) (-4058 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3746 (($ $) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL (|has| |#1| (-174))) (($ $) NIL (|has| |#1| (-568))) (($ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-1195)) NIL) (($ (-969 |#1|)) NIL)) (-1749 ((|#1| $ (-543 (-1195))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL) (((-969 |#1|) $ (-783)) NIL)) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-2787 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4068 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4385 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2014 (($ $ (-656 (-1195)) (-656 (-783))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195))) NIL) (($ $ (-1195)) NIL)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-1230 |#1|) (-13 (-752 |#1| (-1195)) (-10 -8 (-15 -1749 ((-969 |#1|) $ (-783))) (-15 -3567 ($ (-1195))) (-15 -3567 ($ (-969 |#1|))) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -2092 ($ $ (-1195) |#1|)) (-15 -4145 ($ (-1 $) (-1195) |#1|))) |%noBranch|))) (-1068)) (T -1230))
-((-1749 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *2 (-969 *4)) (-5 *1 (-1230 *4)) (-4 *4 (-1068)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-1230 *3)) (-4 *3 (-1068)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-969 *3)) (-4 *3 (-1068)) (-5 *1 (-1230 *3)))) (-2092 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *1 (-1230 *3)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)))) (-4145 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1230 *4))) (-5 *3 (-1195)) (-5 *1 (-1230 *4)) (-4 *4 (-38 (-419 (-576)))) (-4 *4 (-1068)))))
-(-13 (-752 |#1| (-1195)) (-10 -8 (-15 -1749 ((-969 |#1|) $ (-783))) (-15 -3567 ($ (-1195))) (-15 -3567 ($ (-969 |#1|))) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -2092 ($ $ (-1195) |#1|)) (-15 -4145 ($ (-1 $) (-1195) |#1|))) |%noBranch|)))
-((-1845 (($ |#1| (-656 (-656 (-960 (-227)))) (-112)) 19)) (-2340 (((-112) $ (-112)) 18)) (-1464 (((-112) $) 17)) (-2523 (((-656 (-656 (-960 (-227)))) $) 13)) (-3212 ((|#1| $) 8)) (-3048 (((-112) $) 15)))
-(((-1231 |#1|) (-10 -8 (-15 -3212 (|#1| $)) (-15 -2523 ((-656 (-656 (-960 (-227)))) $)) (-15 -3048 ((-112) $)) (-15 -1464 ((-112) $)) (-15 -2340 ((-112) $ (-112))) (-15 -1845 ($ |#1| (-656 (-656 (-960 (-227)))) (-112)))) (-993)) (T -1231))
-((-1845 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-656 (-656 (-960 (-227))))) (-5 *4 (-112)) (-5 *1 (-1231 *2)) (-4 *2 (-993)))) (-2340 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1231 *3)) (-4 *3 (-993)))) (-1464 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1231 *3)) (-4 *3 (-993)))) (-3048 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1231 *3)) (-4 *3 (-993)))) (-2523 (*1 *2 *1) (-12 (-5 *2 (-656 (-656 (-960 (-227))))) (-5 *1 (-1231 *3)) (-4 *3 (-993)))) (-3212 (*1 *2 *1) (-12 (-5 *1 (-1231 *2)) (-4 *2 (-993)))))
-(-10 -8 (-15 -3212 (|#1| $)) (-15 -2523 ((-656 (-656 (-960 (-227)))) $)) (-15 -3048 ((-112) $)) (-15 -1464 ((-112) $)) (-15 -2340 ((-112) $ (-112))) (-15 -1845 ($ |#1| (-656 (-656 (-960 (-227)))) (-112))))
-((-1723 (((-960 (-227)) (-960 (-227))) 31)) (-3040 (((-960 (-227)) (-227) (-227) (-227) (-227)) 10)) (-2575 (((-656 (-960 (-227))) (-960 (-227)) (-960 (-227)) (-960 (-227)) (-227) (-656 (-656 (-227)))) 56)) (-2554 (((-227) (-960 (-227)) (-960 (-227))) 27)) (-3619 (((-960 (-227)) (-960 (-227)) (-960 (-227))) 28)) (-4336 (((-656 (-656 (-227))) (-576)) 44)) (-3041 (((-960 (-227)) (-960 (-227)) (-960 (-227))) 26)) (-3027 (((-960 (-227)) (-960 (-227)) (-960 (-227))) 24)) (* (((-960 (-227)) (-227) (-960 (-227))) 22)))
-(((-1232) (-10 -7 (-15 -3040 ((-960 (-227)) (-227) (-227) (-227) (-227))) (-15 * ((-960 (-227)) (-227) (-960 (-227)))) (-15 -3027 ((-960 (-227)) (-960 (-227)) (-960 (-227)))) (-15 -3041 ((-960 (-227)) (-960 (-227)) (-960 (-227)))) (-15 -2554 ((-227) (-960 (-227)) (-960 (-227)))) (-15 -3619 ((-960 (-227)) (-960 (-227)) (-960 (-227)))) (-15 -1723 ((-960 (-227)) (-960 (-227)))) (-15 -4336 ((-656 (-656 (-227))) (-576))) (-15 -2575 ((-656 (-960 (-227))) (-960 (-227)) (-960 (-227)) (-960 (-227)) (-227) (-656 (-656 (-227))))))) (T -1232))
-((-2575 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-656 (-656 (-227)))) (-5 *4 (-227)) (-5 *2 (-656 (-960 *4))) (-5 *1 (-1232)) (-5 *3 (-960 *4)))) (-4336 (*1 *2 *3) (-12 (-5 *3 (-576)) (-5 *2 (-656 (-656 (-227)))) (-5 *1 (-1232)))) (-1723 (*1 *2 *2) (-12 (-5 *2 (-960 (-227))) (-5 *1 (-1232)))) (-3619 (*1 *2 *2 *2) (-12 (-5 *2 (-960 (-227))) (-5 *1 (-1232)))) (-2554 (*1 *2 *3 *3) (-12 (-5 *3 (-960 (-227))) (-5 *2 (-227)) (-5 *1 (-1232)))) (-3041 (*1 *2 *2 *2) (-12 (-5 *2 (-960 (-227))) (-5 *1 (-1232)))) (-3027 (*1 *2 *2 *2) (-12 (-5 *2 (-960 (-227))) (-5 *1 (-1232)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-960 (-227))) (-5 *3 (-227)) (-5 *1 (-1232)))) (-3040 (*1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-960 (-227))) (-5 *1 (-1232)) (-5 *3 (-227)))))
-(-10 -7 (-15 -3040 ((-960 (-227)) (-227) (-227) (-227) (-227))) (-15 * ((-960 (-227)) (-227) (-960 (-227)))) (-15 -3027 ((-960 (-227)) (-960 (-227)) (-960 (-227)))) (-15 -3041 ((-960 (-227)) (-960 (-227)) (-960 (-227)))) (-15 -2554 ((-227) (-960 (-227)) (-960 (-227)))) (-15 -3619 ((-960 (-227)) (-960 (-227)) (-960 (-227)))) (-15 -1723 ((-960 (-227)) (-960 (-227)))) (-15 -4336 ((-656 (-656 (-227))) (-576))) (-15 -2575 ((-656 (-960 (-227))) (-960 (-227)) (-960 (-227)) (-960 (-227)) (-227) (-656 (-656 (-227))))))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-1966 ((|#1| $ (-783)) 18)) (-2432 (((-783) $) 13)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3567 (((-975 |#1|) $) 12) (($ (-975 |#1|)) 11) (((-874) $) 29 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2921 (((-112) $ $) 22 (|has| |#1| (-1119)))))
-(((-1233 |#1|) (-13 (-502 (-975 |#1|)) (-10 -8 (-15 -1966 (|#1| $ (-783))) (-15 -2432 ((-783) $)) (IF (|has| |#1| (-625 (-874))) (-6 (-625 (-874))) |%noBranch|) (IF (|has| |#1| (-1119)) (-6 (-1119)) |%noBranch|))) (-1236)) (T -1233))
-((-1966 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *1 (-1233 *2)) (-4 *2 (-1236)))) (-2432 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-1233 *3)) (-4 *3 (-1236)))))
-(-13 (-502 (-975 |#1|)) (-10 -8 (-15 -1966 (|#1| $ (-783))) (-15 -2432 ((-783) $)) (IF (|has| |#1| (-625 (-874))) (-6 (-625 (-874))) |%noBranch|) (IF (|has| |#1| (-1119)) (-6 (-1119)) |%noBranch|)))
-((-1484 (((-430 (-1191 (-1191 |#1|))) (-1191 (-1191 |#1|)) (-576)) 94)) (-3588 (((-430 (-1191 (-1191 |#1|))) (-1191 (-1191 |#1|))) 86)) (-1623 (((-430 (-1191 (-1191 |#1|))) (-1191 (-1191 |#1|))) 70)))
-(((-1234 |#1|) (-10 -7 (-15 -3588 ((-430 (-1191 (-1191 |#1|))) (-1191 (-1191 |#1|)))) (-15 -1623 ((-430 (-1191 (-1191 |#1|))) (-1191 (-1191 |#1|)))) (-15 -1484 ((-430 (-1191 (-1191 |#1|))) (-1191 (-1191 |#1|)) (-576)))) (-360)) (T -1234))
-((-1484 (*1 *2 *3 *4) (-12 (-5 *4 (-576)) (-4 *5 (-360)) (-5 *2 (-430 (-1191 (-1191 *5)))) (-5 *1 (-1234 *5)) (-5 *3 (-1191 (-1191 *5))))) (-1623 (*1 *2 *3) (-12 (-4 *4 (-360)) (-5 *2 (-430 (-1191 (-1191 *4)))) (-5 *1 (-1234 *4)) (-5 *3 (-1191 (-1191 *4))))) (-3588 (*1 *2 *3) (-12 (-4 *4 (-360)) (-5 *2 (-430 (-1191 (-1191 *4)))) (-5 *1 (-1234 *4)) (-5 *3 (-1191 (-1191 *4))))))
-(-10 -7 (-15 -3588 ((-430 (-1191 (-1191 |#1|))) (-1191 (-1191 |#1|)))) (-15 -1623 ((-430 (-1191 (-1191 |#1|))) (-1191 (-1191 |#1|)))) (-15 -1484 ((-430 (-1191 (-1191 |#1|))) (-1191 (-1191 |#1|)) (-576))))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 9) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1235) (-1102)) (T -1235))
-NIL
-(-1102)
-NIL
-(((-1236) (-141)) (T -1236))
-NIL
-(-13 (-10 -7 (-6 -4132)))
-((-1612 (((-112)) 18)) (-4343 (((-1291) (-656 |#1|) (-656 |#1|)) 22) (((-1291) (-656 |#1|)) 23)) (-2476 (((-112) |#1| |#1|) 37 (|has| |#1| (-862)))) (-2460 (((-112) |#1| |#1| (-1 (-112) |#1| |#1|)) 29) (((-3 (-112) "failed") |#1| |#1|) 27)) (-3803 ((|#1| (-656 |#1|)) 38 (|has| |#1| (-862))) ((|#1| (-656 |#1|) (-1 (-112) |#1| |#1|)) 32)) (-1913 (((-2 (|:| -2395 (-656 |#1|)) (|:| -3293 (-656 |#1|)))) 20)))
-(((-1237 |#1|) (-10 -7 (-15 -4343 ((-1291) (-656 |#1|))) (-15 -4343 ((-1291) (-656 |#1|) (-656 |#1|))) (-15 -1913 ((-2 (|:| -2395 (-656 |#1|)) (|:| -3293 (-656 |#1|))))) (-15 -2460 ((-3 (-112) "failed") |#1| |#1|)) (-15 -2460 ((-112) |#1| |#1| (-1 (-112) |#1| |#1|))) (-15 -3803 (|#1| (-656 |#1|) (-1 (-112) |#1| |#1|))) (-15 -1612 ((-112))) (IF (|has| |#1| (-862)) (PROGN (-15 -3803 (|#1| (-656 |#1|))) (-15 -2476 ((-112) |#1| |#1|))) |%noBranch|)) (-1119)) (T -1237))
-((-2476 (*1 *2 *3 *3) (-12 (-5 *2 (-112)) (-5 *1 (-1237 *3)) (-4 *3 (-862)) (-4 *3 (-1119)))) (-3803 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-1119)) (-4 *2 (-862)) (-5 *1 (-1237 *2)))) (-1612 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1237 *3)) (-4 *3 (-1119)))) (-3803 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *2)) (-5 *4 (-1 (-112) *2 *2)) (-5 *1 (-1237 *2)) (-4 *2 (-1119)))) (-2460 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *3 (-1119)) (-5 *2 (-112)) (-5 *1 (-1237 *3)))) (-2460 (*1 *2 *3 *3) (|partial| -12 (-5 *2 (-112)) (-5 *1 (-1237 *3)) (-4 *3 (-1119)))) (-1913 (*1 *2) (-12 (-5 *2 (-2 (|:| -2395 (-656 *3)) (|:| -3293 (-656 *3)))) (-5 *1 (-1237 *3)) (-4 *3 (-1119)))) (-4343 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *4)) (-4 *4 (-1119)) (-5 *2 (-1291)) (-5 *1 (-1237 *4)))) (-4343 (*1 *2 *3) (-12 (-5 *3 (-656 *4)) (-4 *4 (-1119)) (-5 *2 (-1291)) (-5 *1 (-1237 *4)))))
-(-10 -7 (-15 -4343 ((-1291) (-656 |#1|))) (-15 -4343 ((-1291) (-656 |#1|) (-656 |#1|))) (-15 -1913 ((-2 (|:| -2395 (-656 |#1|)) (|:| -3293 (-656 |#1|))))) (-15 -2460 ((-3 (-112) "failed") |#1| |#1|)) (-15 -2460 ((-112) |#1| |#1| (-1 (-112) |#1| |#1|))) (-15 -3803 (|#1| (-656 |#1|) (-1 (-112) |#1| |#1|))) (-15 -1612 ((-112))) (IF (|has| |#1| (-862)) (PROGN (-15 -3803 (|#1| (-656 |#1|))) (-15 -2476 ((-112) |#1| |#1|))) |%noBranch|))
-((-2677 (((-1291) (-656 (-1195)) (-656 (-1195))) 14) (((-1291) (-656 (-1195))) 12)) (-3760 (((-1291)) 16)) (-2470 (((-2 (|:| -3293 (-656 (-1195))) (|:| -2395 (-656 (-1195))))) 20)))
-(((-1238) (-10 -7 (-15 -2677 ((-1291) (-656 (-1195)))) (-15 -2677 ((-1291) (-656 (-1195)) (-656 (-1195)))) (-15 -2470 ((-2 (|:| -3293 (-656 (-1195))) (|:| -2395 (-656 (-1195)))))) (-15 -3760 ((-1291))))) (T -1238))
-((-3760 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-1238)))) (-2470 (*1 *2) (-12 (-5 *2 (-2 (|:| -3293 (-656 (-1195))) (|:| -2395 (-656 (-1195))))) (-5 *1 (-1238)))) (-2677 (*1 *2 *3 *3) (-12 (-5 *3 (-656 (-1195))) (-5 *2 (-1291)) (-5 *1 (-1238)))) (-2677 (*1 *2 *3) (-12 (-5 *3 (-656 (-1195))) (-5 *2 (-1291)) (-5 *1 (-1238)))))
-(-10 -7 (-15 -2677 ((-1291) (-656 (-1195)))) (-15 -2677 ((-1291) (-656 (-1195)) (-656 (-1195)))) (-15 -2470 ((-2 (|:| -3293 (-656 (-1195))) (|:| -2395 (-656 (-1195)))))) (-15 -3760 ((-1291))))
-((-1415 (($ $) 17)) (-4283 (((-112) $) 28)))
-(((-1239 |#1|) (-10 -8 (-15 -1415 (|#1| |#1|)) (-15 -4283 ((-112) |#1|))) (-1240)) (T -1239))
-NIL
-(-10 -8 (-15 -1415 (|#1| |#1|)) (-15 -4283 ((-112) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-4299 (((-3 $ "failed") $ $) 20)) (-1415 (($ $) 57)) (-3422 (((-430 $) $) 58)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-4283 (((-112) $) 59)) (-3612 (((-112) $) 35)) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-1827 (((-430 $) $) 56)) (-3473 (((-3 $ "failed") $ $) 48)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 45)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
-(((-1240) (-141)) (T -1240))
-((-4283 (*1 *2 *1) (-12 (-4 *1 (-1240)) (-5 *2 (-112)))) (-3422 (*1 *2 *1) (-12 (-5 *2 (-430 *1)) (-4 *1 (-1240)))) (-1415 (*1 *1 *1) (-4 *1 (-1240))) (-1827 (*1 *2 *1) (-12 (-5 *2 (-430 *1)) (-4 *1 (-1240)))))
-(-13 (-464) (-10 -8 (-15 -4283 ((-112) $)) (-15 -3422 ((-430 $) $)) (-15 -1415 ($ $)) (-15 -1827 ((-430 $) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-300) . T) ((-464) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-1070 $) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) NIL)) (-2093 (((-783)) NIL)) (-2135 (($) NIL T CONST)) (-1834 (($) NIL)) (-3123 (($ $ $) NIL) (($) NIL T CONST)) (-2352 (($ $ $) NIL) (($) NIL T CONST)) (-4379 (((-938) $) NIL)) (-3881 (((-1177) $) NIL)) (-3222 (($ (-938)) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-2351 (($ $ $) NIL)) (-2337 (($ $ $) NIL)) (-1540 (((-112) $ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)))
-(((-1241) (-13 (-856) (-10 -8 (-15 -2337 ($ $ $)) (-15 -2351 ($ $ $)) (-15 -2135 ($) -1478)))) (T -1241))
-((-2337 (*1 *1 *1 *1) (-5 *1 (-1241))) (-2351 (*1 *1 *1 *1) (-5 *1 (-1241))) (-2135 (*1 *1) (-5 *1 (-1241))))
-(-13 (-856) (-10 -8 (-15 -2337 ($ $ $)) (-15 -2351 ($ $ $)) (-15 -2135 ($) -1478)))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 9)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 7)))
+(((-1205) (-1121)) (T -1205))
+NIL
+(-1121)
+((-1447 (((-656 (-656 (-971 |#1|))) (-656 (-419 (-971 |#1|))) (-656 (-1197))) 69)) (-4022 (((-656 (-304 (-419 (-971 |#1|)))) (-304 (-419 (-971 |#1|)))) 80) (((-656 (-304 (-419 (-971 |#1|)))) (-419 (-971 |#1|))) 76) (((-656 (-304 (-419 (-971 |#1|)))) (-304 (-419 (-971 |#1|))) (-1197)) 81) (((-656 (-304 (-419 (-971 |#1|)))) (-419 (-971 |#1|)) (-1197)) 75) (((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-304 (-419 (-971 |#1|))))) 106) (((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-419 (-971 |#1|)))) 105) (((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-304 (-419 (-971 |#1|)))) (-656 (-1197))) 107) (((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-419 (-971 |#1|))) (-656 (-1197))) 104)))
+(((-1206 |#1|) (-10 -7 (-15 -4022 ((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-419 (-971 |#1|))) (-656 (-1197)))) (-15 -4022 ((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-304 (-419 (-971 |#1|)))) (-656 (-1197)))) (-15 -4022 ((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-419 (-971 |#1|))))) (-15 -4022 ((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-304 (-419 (-971 |#1|)))))) (-15 -4022 ((-656 (-304 (-419 (-971 |#1|)))) (-419 (-971 |#1|)) (-1197))) (-15 -4022 ((-656 (-304 (-419 (-971 |#1|)))) (-304 (-419 (-971 |#1|))) (-1197))) (-15 -4022 ((-656 (-304 (-419 (-971 |#1|)))) (-419 (-971 |#1|)))) (-15 -4022 ((-656 (-304 (-419 (-971 |#1|)))) (-304 (-419 (-971 |#1|))))) (-15 -1447 ((-656 (-656 (-971 |#1|))) (-656 (-419 (-971 |#1|))) (-656 (-1197))))) (-568)) (T -1206))
+((-1447 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-419 (-971 *5)))) (-5 *4 (-656 (-1197))) (-4 *5 (-568)) (-5 *2 (-656 (-656 (-971 *5)))) (-5 *1 (-1206 *5)))) (-4022 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-656 (-304 (-419 (-971 *4))))) (-5 *1 (-1206 *4)) (-5 *3 (-304 (-419 (-971 *4)))))) (-4022 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-656 (-304 (-419 (-971 *4))))) (-5 *1 (-1206 *4)) (-5 *3 (-419 (-971 *4))))) (-4022 (*1 *2 *3 *4) (-12 (-5 *4 (-1197)) (-4 *5 (-568)) (-5 *2 (-656 (-304 (-419 (-971 *5))))) (-5 *1 (-1206 *5)) (-5 *3 (-304 (-419 (-971 *5)))))) (-4022 (*1 *2 *3 *4) (-12 (-5 *4 (-1197)) (-4 *5 (-568)) (-5 *2 (-656 (-304 (-419 (-971 *5))))) (-5 *1 (-1206 *5)) (-5 *3 (-419 (-971 *5))))) (-4022 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-971 *4)))))) (-5 *1 (-1206 *4)) (-5 *3 (-656 (-304 (-419 (-971 *4))))))) (-4022 (*1 *2 *3) (-12 (-5 *3 (-656 (-419 (-971 *4)))) (-4 *4 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-971 *4)))))) (-5 *1 (-1206 *4)))) (-4022 (*1 *2 *3 *4) (-12 (-5 *4 (-656 (-1197))) (-4 *5 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-971 *5)))))) (-5 *1 (-1206 *5)) (-5 *3 (-656 (-304 (-419 (-971 *5))))))) (-4022 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-419 (-971 *5)))) (-5 *4 (-656 (-1197))) (-4 *5 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-971 *5)))))) (-5 *1 (-1206 *5)))))
+(-10 -7 (-15 -4022 ((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-419 (-971 |#1|))) (-656 (-1197)))) (-15 -4022 ((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-304 (-419 (-971 |#1|)))) (-656 (-1197)))) (-15 -4022 ((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-419 (-971 |#1|))))) (-15 -4022 ((-656 (-656 (-304 (-419 (-971 |#1|))))) (-656 (-304 (-419 (-971 |#1|)))))) (-15 -4022 ((-656 (-304 (-419 (-971 |#1|)))) (-419 (-971 |#1|)) (-1197))) (-15 -4022 ((-656 (-304 (-419 (-971 |#1|)))) (-304 (-419 (-971 |#1|))) (-1197))) (-15 -4022 ((-656 (-304 (-419 (-971 |#1|)))) (-419 (-971 |#1|)))) (-15 -4022 ((-656 (-304 (-419 (-971 |#1|)))) (-304 (-419 (-971 |#1|))))) (-15 -1447 ((-656 (-656 (-971 |#1|))) (-656 (-419 (-971 |#1|))) (-656 (-1197)))))
+((-2835 (((-1179)) 7)) (-2223 (((-1179)) 11 T CONST)) (-3968 (((-1293) (-1179)) 13)) (-2788 (((-1179)) 8 T CONST)) (-4179 (((-131)) 10 T CONST)))
+(((-1207) (-13 (-1238) (-10 -7 (-15 -2835 ((-1179))) (-15 -2788 ((-1179)) -2666) (-15 -4179 ((-131)) -2666) (-15 -2223 ((-1179)) -2666) (-15 -3968 ((-1293) (-1179)))))) (T -1207))
+((-2835 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1207)))) (-2788 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1207)))) (-4179 (*1 *2) (-12 (-5 *2 (-131)) (-5 *1 (-1207)))) (-2223 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1207)))) (-3968 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1207)))))
+(-13 (-1238) (-10 -7 (-15 -2835 ((-1179))) (-15 -2788 ((-1179)) -2666) (-15 -4179 ((-131)) -2666) (-15 -2223 ((-1179)) -2666) (-15 -3968 ((-1293) (-1179)))))
+((-1539 (((-656 (-656 |#1|)) (-656 (-656 |#1|)) (-656 (-656 (-656 |#1|)))) 56)) (-2173 (((-656 (-656 (-656 |#1|))) (-656 (-656 |#1|))) 38)) (-2705 (((-1209 (-656 |#1|)) (-656 |#1|)) 49)) (-1379 (((-656 (-656 |#1|)) (-656 |#1|)) 45)) (-4019 (((-2 (|:| |f1| (-656 |#1|)) (|:| |f2| (-656 (-656 (-656 |#1|)))) (|:| |f3| (-656 (-656 |#1|))) (|:| |f4| (-656 (-656 (-656 |#1|))))) (-656 (-656 (-656 |#1|)))) 53)) (-1944 (((-2 (|:| |f1| (-656 |#1|)) (|:| |f2| (-656 (-656 (-656 |#1|)))) (|:| |f3| (-656 (-656 |#1|))) (|:| |f4| (-656 (-656 (-656 |#1|))))) (-656 |#1|) (-656 (-656 (-656 |#1|))) (-656 (-656 |#1|)) (-656 (-656 (-656 |#1|))) (-656 (-656 (-656 |#1|))) (-656 (-656 (-656 |#1|)))) 52)) (-2814 (((-656 (-656 |#1|)) (-656 (-656 |#1|))) 43)) (-1717 (((-656 |#1|) (-656 |#1|)) 46)) (-3475 (((-656 (-656 (-656 |#1|))) (-656 |#1|) (-656 (-656 (-656 |#1|)))) 32)) (-3876 (((-656 (-656 (-656 |#1|))) (-1 (-112) |#1| |#1|) (-656 |#1|) (-656 (-656 (-656 |#1|)))) 29)) (-2105 (((-2 (|:| |fs| (-112)) (|:| |sd| (-656 |#1|)) (|:| |td| (-656 (-656 |#1|)))) (-1 (-112) |#1| |#1|) (-656 |#1|) (-656 (-656 |#1|))) 24)) (-3273 (((-656 (-656 |#1|)) (-656 (-656 (-656 |#1|)))) 58)) (-3842 (((-656 (-656 |#1|)) (-1209 (-656 |#1|))) 60)))
+(((-1208 |#1|) (-10 -7 (-15 -2105 ((-2 (|:| |fs| (-112)) (|:| |sd| (-656 |#1|)) (|:| |td| (-656 (-656 |#1|)))) (-1 (-112) |#1| |#1|) (-656 |#1|) (-656 (-656 |#1|)))) (-15 -3876 ((-656 (-656 (-656 |#1|))) (-1 (-112) |#1| |#1|) (-656 |#1|) (-656 (-656 (-656 |#1|))))) (-15 -3475 ((-656 (-656 (-656 |#1|))) (-656 |#1|) (-656 (-656 (-656 |#1|))))) (-15 -1539 ((-656 (-656 |#1|)) (-656 (-656 |#1|)) (-656 (-656 (-656 |#1|))))) (-15 -3273 ((-656 (-656 |#1|)) (-656 (-656 (-656 |#1|))))) (-15 -3842 ((-656 (-656 |#1|)) (-1209 (-656 |#1|)))) (-15 -2173 ((-656 (-656 (-656 |#1|))) (-656 (-656 |#1|)))) (-15 -2705 ((-1209 (-656 |#1|)) (-656 |#1|))) (-15 -2814 ((-656 (-656 |#1|)) (-656 (-656 |#1|)))) (-15 -1379 ((-656 (-656 |#1|)) (-656 |#1|))) (-15 -1717 ((-656 |#1|) (-656 |#1|))) (-15 -1944 ((-2 (|:| |f1| (-656 |#1|)) (|:| |f2| (-656 (-656 (-656 |#1|)))) (|:| |f3| (-656 (-656 |#1|))) (|:| |f4| (-656 (-656 (-656 |#1|))))) (-656 |#1|) (-656 (-656 (-656 |#1|))) (-656 (-656 |#1|)) (-656 (-656 (-656 |#1|))) (-656 (-656 (-656 |#1|))) (-656 (-656 (-656 |#1|))))) (-15 -4019 ((-2 (|:| |f1| (-656 |#1|)) (|:| |f2| (-656 (-656 (-656 |#1|)))) (|:| |f3| (-656 (-656 |#1|))) (|:| |f4| (-656 (-656 (-656 |#1|))))) (-656 (-656 (-656 |#1|)))))) (-862)) (T -1208))
+((-4019 (*1 *2 *3) (-12 (-4 *4 (-862)) (-5 *2 (-2 (|:| |f1| (-656 *4)) (|:| |f2| (-656 (-656 (-656 *4)))) (|:| |f3| (-656 (-656 *4))) (|:| |f4| (-656 (-656 (-656 *4)))))) (-5 *1 (-1208 *4)) (-5 *3 (-656 (-656 (-656 *4)))))) (-1944 (*1 *2 *3 *4 *5 *4 *4 *4) (-12 (-4 *6 (-862)) (-5 *3 (-656 *6)) (-5 *5 (-656 *3)) (-5 *2 (-2 (|:| |f1| *3) (|:| |f2| (-656 *5)) (|:| |f3| *5) (|:| |f4| (-656 *5)))) (-5 *1 (-1208 *6)) (-5 *4 (-656 *5)))) (-1717 (*1 *2 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-1208 *3)))) (-1379 (*1 *2 *3) (-12 (-4 *4 (-862)) (-5 *2 (-656 (-656 *4))) (-5 *1 (-1208 *4)) (-5 *3 (-656 *4)))) (-2814 (*1 *2 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-862)) (-5 *1 (-1208 *3)))) (-2705 (*1 *2 *3) (-12 (-4 *4 (-862)) (-5 *2 (-1209 (-656 *4))) (-5 *1 (-1208 *4)) (-5 *3 (-656 *4)))) (-2173 (*1 *2 *3) (-12 (-4 *4 (-862)) (-5 *2 (-656 (-656 (-656 *4)))) (-5 *1 (-1208 *4)) (-5 *3 (-656 (-656 *4))))) (-3842 (*1 *2 *3) (-12 (-5 *3 (-1209 (-656 *4))) (-4 *4 (-862)) (-5 *2 (-656 (-656 *4))) (-5 *1 (-1208 *4)))) (-3273 (*1 *2 *3) (-12 (-5 *3 (-656 (-656 (-656 *4)))) (-5 *2 (-656 (-656 *4))) (-5 *1 (-1208 *4)) (-4 *4 (-862)))) (-1539 (*1 *2 *2 *3) (-12 (-5 *3 (-656 (-656 (-656 *4)))) (-5 *2 (-656 (-656 *4))) (-4 *4 (-862)) (-5 *1 (-1208 *4)))) (-3475 (*1 *2 *3 *2) (-12 (-5 *2 (-656 (-656 (-656 *4)))) (-5 *3 (-656 *4)) (-4 *4 (-862)) (-5 *1 (-1208 *4)))) (-3876 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-656 (-656 (-656 *5)))) (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-656 *5)) (-4 *5 (-862)) (-5 *1 (-1208 *5)))) (-2105 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-112) *6 *6)) (-4 *6 (-862)) (-5 *4 (-656 *6)) (-5 *2 (-2 (|:| |fs| (-112)) (|:| |sd| *4) (|:| |td| (-656 *4)))) (-5 *1 (-1208 *6)) (-5 *5 (-656 *4)))))
+(-10 -7 (-15 -2105 ((-2 (|:| |fs| (-112)) (|:| |sd| (-656 |#1|)) (|:| |td| (-656 (-656 |#1|)))) (-1 (-112) |#1| |#1|) (-656 |#1|) (-656 (-656 |#1|)))) (-15 -3876 ((-656 (-656 (-656 |#1|))) (-1 (-112) |#1| |#1|) (-656 |#1|) (-656 (-656 (-656 |#1|))))) (-15 -3475 ((-656 (-656 (-656 |#1|))) (-656 |#1|) (-656 (-656 (-656 |#1|))))) (-15 -1539 ((-656 (-656 |#1|)) (-656 (-656 |#1|)) (-656 (-656 (-656 |#1|))))) (-15 -3273 ((-656 (-656 |#1|)) (-656 (-656 (-656 |#1|))))) (-15 -3842 ((-656 (-656 |#1|)) (-1209 (-656 |#1|)))) (-15 -2173 ((-656 (-656 (-656 |#1|))) (-656 (-656 |#1|)))) (-15 -2705 ((-1209 (-656 |#1|)) (-656 |#1|))) (-15 -2814 ((-656 (-656 |#1|)) (-656 (-656 |#1|)))) (-15 -1379 ((-656 (-656 |#1|)) (-656 |#1|))) (-15 -1717 ((-656 |#1|) (-656 |#1|))) (-15 -1944 ((-2 (|:| |f1| (-656 |#1|)) (|:| |f2| (-656 (-656 (-656 |#1|)))) (|:| |f3| (-656 (-656 |#1|))) (|:| |f4| (-656 (-656 (-656 |#1|))))) (-656 |#1|) (-656 (-656 (-656 |#1|))) (-656 (-656 |#1|)) (-656 (-656 (-656 |#1|))) (-656 (-656 (-656 |#1|))) (-656 (-656 (-656 |#1|))))) (-15 -4019 ((-2 (|:| |f1| (-656 |#1|)) (|:| |f2| (-656 (-656 (-656 |#1|)))) (|:| |f3| (-656 (-656 |#1|))) (|:| |f4| (-656 (-656 (-656 |#1|))))) (-656 (-656 (-656 |#1|))))))
+((-4142 (($ (-656 (-656 |#1|))) 10)) (-3302 (((-656 (-656 |#1|)) $) 11)) (-4114 (((-876) $) 33)))
+(((-1209 |#1|) (-10 -8 (-15 -4142 ($ (-656 (-656 |#1|)))) (-15 -3302 ((-656 (-656 |#1|)) $)) (-15 -4114 ((-876) $))) (-1121)) (T -1209))
+((-4114 (*1 *2 *1) (-12 (-5 *2 (-876)) (-5 *1 (-1209 *3)) (-4 *3 (-1121)))) (-3302 (*1 *2 *1) (-12 (-5 *2 (-656 (-656 *3))) (-5 *1 (-1209 *3)) (-4 *3 (-1121)))) (-4142 (*1 *1 *2) (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1121)) (-5 *1 (-1209 *3)))))
+(-10 -8 (-15 -4142 ($ (-656 (-656 |#1|)))) (-15 -3302 ((-656 (-656 |#1|)) $)) (-15 -4114 ((-876) $)))
+((-1955 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)) (|has| |#2| (-102))))) (-1975 (($) NIL) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-1758 (((-1293) $ |#1| |#1|) NIL (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 ((|#2| $ |#1| |#2|) NIL)) (-2250 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-2049 (((-3 |#2| "failed") |#1| $) NIL)) (-3853 (($) NIL T CONST)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-1678 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-3 |#2| "failed") |#1| $) NIL)) (-2824 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-2722 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (|has| $ (-6 -4464))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464)))) (-1908 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#2| $ |#1|) NIL)) (-3722 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) NIL)) (-3176 ((|#1| $) NIL (|has| |#1| (-862)))) (-4302 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-656 |#2|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-2316 ((|#1| $) NIL (|has| |#1| (-862)))) (-1896 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4465))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-2353 (((-656 |#1|) $) NIL)) (-3367 (((-112) |#1| $) NIL)) (-4306 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-3846 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-4402 (((-656 |#1|) $) NIL)) (-1505 (((-112) |#1| $) NIL)) (-3117 (((-1141) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-1753 ((|#2| $) NIL (|has| |#1| (-862)))) (-2922 (((-3 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) "failed") (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL)) (-3140 (($ $ |#2|) NIL (|has| $ (-6 -4465)))) (-1470 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL)) (-3484 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-3700 (((-656 |#2|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-1455 (($) NIL) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-3131 (((-783) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-783) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) NIL (-12 (|has| $ (-6 -4464)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (((-783) |#2| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121)))) (((-783) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-626 (-548))))) (-4125 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-4114 (((-876) $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-625 (-876))) (|has| |#2| (-625 (-876)))))) (-3000 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| |#2| (-1121))))) (-3356 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) NIL)) (-1746 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) NIL (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) NIL (-3795 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102)) (|has| |#2| (-102))))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-1210 |#1| |#2|) (-13 (-1214 |#1| |#2|) (-10 -7 (-6 -4464))) (-1121) (-1121)) (T -1210))
+NIL
+(-13 (-1214 |#1| |#2|) (-10 -7 (-6 -4464)))
+((-1955 (((-112) $ $) NIL)) (-1401 (($ |#1| (-55)) 10)) (-4149 ((|#1| $) 12)) (-4185 (((-1179) $) NIL)) (-1436 (((-112) $ |#1|) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3000 (((-112) $ $) NIL)) (-1597 (((-55) $) 14)) (-3939 (((-112) $ $) NIL)))
+(((-1211 |#1|) (-13 (-847 |#1|) (-10 -8 (-15 -1401 ($ |#1| (-55))))) (-1121)) (T -1211))
+((-1401 (*1 *1 *2 *3) (-12 (-5 *3 (-55)) (-5 *1 (-1211 *2)) (-4 *2 (-1121)))))
+(-13 (-847 |#1|) (-10 -8 (-15 -1401 ($ |#1| (-55)))))
+((-1679 ((|#1| (-656 |#1|)) 46)) (-1974 ((|#1| |#1| (-576)) 24)) (-1348 (((-1193 |#1|) |#1| (-940)) 20)))
+(((-1212 |#1|) (-10 -7 (-15 -1679 (|#1| (-656 |#1|))) (-15 -1348 ((-1193 |#1|) |#1| (-940))) (-15 -1974 (|#1| |#1| (-576)))) (-374)) (T -1212))
+((-1974 (*1 *2 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-1212 *2)) (-4 *2 (-374)))) (-1348 (*1 *2 *3 *4) (-12 (-5 *4 (-940)) (-5 *2 (-1193 *3)) (-5 *1 (-1212 *3)) (-4 *3 (-374)))) (-1679 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-5 *1 (-1212 *2)) (-4 *2 (-374)))))
+(-10 -7 (-15 -1679 (|#1| (-656 |#1|))) (-15 -1348 ((-1193 |#1|) |#1| (-940))) (-15 -1974 (|#1| |#1| (-576))))
+((-1975 (($) 10) (($ (-656 (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)))) 14)) (-1678 (($ (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) $) 67) (($ (-1 (-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) $) NIL) (((-3 |#3| "failed") |#2| $) NIL)) (-3722 (((-656 (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) $) 39) (((-656 |#3|) $) 41)) (-1896 (($ (-1 (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) $) 57) (($ (-1 |#3| |#3|) $) 33)) (-2423 (($ (-1 (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) $) 53) (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) 38)) (-4306 (((-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) $) 60)) (-3846 (($ (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) $) 16)) (-4402 (((-656 |#2|) $) 19)) (-1505 (((-112) |#2| $) 65)) (-2922 (((-3 (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) "failed") (-1 (-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) $) 64)) (-1470 (((-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) $) 69)) (-3484 (((-112) (-1 (-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) $) NIL) (((-112) (-1 (-112) |#3|) $) 73)) (-3700 (((-656 |#3|) $) 43)) (-4369 ((|#3| $ |#2|) 30) ((|#3| $ |#2| |#3|) 31)) (-3131 (((-783) (-1 (-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) $) NIL) (((-783) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) $) NIL) (((-783) |#3| $) NIL) (((-783) (-1 (-112) |#3|) $) 79)) (-4114 (((-876) $) 27)) (-1746 (((-112) (-1 (-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) $) NIL) (((-112) (-1 (-112) |#3|) $) 71)) (-3939 (((-112) $ $) 51)))
+(((-1213 |#1| |#2| |#3|) (-10 -8 (-15 -3939 ((-112) |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -2423 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -1975 (|#1| (-656 (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))))) (-15 -1975 (|#1|)) (-15 -2423 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1896 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1746 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -3484 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -3131 ((-783) (-1 (-112) |#3|) |#1|)) (-15 -3722 ((-656 |#3|) |#1|)) (-15 -3131 ((-783) |#3| |#1|)) (-15 -4369 (|#3| |#1| |#2| |#3|)) (-15 -4369 (|#3| |#1| |#2|)) (-15 -3700 ((-656 |#3|) |#1|)) (-15 -1505 ((-112) |#2| |#1|)) (-15 -4402 ((-656 |#2|) |#1|)) (-15 -1678 ((-3 |#3| "failed") |#2| |#1|)) (-15 -1678 (|#1| (-1 (-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) |#1|)) (-15 -1678 (|#1| (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) |#1|)) (-15 -2922 ((-3 (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) "failed") (-1 (-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) |#1|)) (-15 -4306 ((-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) |#1|)) (-15 -3846 (|#1| (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) |#1|)) (-15 -1470 ((-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) |#1|)) (-15 -3131 ((-783) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) |#1|)) (-15 -3722 ((-656 (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) |#1|)) (-15 -3131 ((-783) (-1 (-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) |#1|)) (-15 -3484 ((-112) (-1 (-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) |#1|)) (-15 -1746 ((-112) (-1 (-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) |#1|)) (-15 -1896 (|#1| (-1 (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) |#1|)) (-15 -2423 (|#1| (-1 (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) |#1|))) (-1214 |#2| |#3|) (-1121) (-1121)) (T -1213))
+NIL
+(-10 -8 (-15 -3939 ((-112) |#1| |#1|)) (-15 -4114 ((-876) |#1|)) (-15 -2423 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -1975 (|#1| (-656 (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))))) (-15 -1975 (|#1|)) (-15 -2423 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1896 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1746 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -3484 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -3131 ((-783) (-1 (-112) |#3|) |#1|)) (-15 -3722 ((-656 |#3|) |#1|)) (-15 -3131 ((-783) |#3| |#1|)) (-15 -4369 (|#3| |#1| |#2| |#3|)) (-15 -4369 (|#3| |#1| |#2|)) (-15 -3700 ((-656 |#3|) |#1|)) (-15 -1505 ((-112) |#2| |#1|)) (-15 -4402 ((-656 |#2|) |#1|)) (-15 -1678 ((-3 |#3| "failed") |#2| |#1|)) (-15 -1678 (|#1| (-1 (-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) |#1|)) (-15 -1678 (|#1| (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) |#1|)) (-15 -2922 ((-3 (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) "failed") (-1 (-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) |#1|)) (-15 -4306 ((-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) |#1|)) (-15 -3846 (|#1| (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) |#1|)) (-15 -1470 ((-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) |#1|)) (-15 -3131 ((-783) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) |#1|)) (-15 -3722 ((-656 (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) |#1|)) (-15 -3131 ((-783) (-1 (-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) |#1|)) (-15 -3484 ((-112) (-1 (-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) |#1|)) (-15 -1746 ((-112) (-1 (-112) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) |#1|)) (-15 -1896 (|#1| (-1 (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) |#1|)) (-15 -2423 (|#1| (-1 (-2 (|:| -2240 |#2|) (|:| -2904 |#3|)) (-2 (|:| -2240 |#2|) (|:| -2904 |#3|))) |#1|)))
+((-1955 (((-112) $ $) 20 (-3795 (|has| |#2| (-102)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102))))) (-1975 (($) 73) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 72)) (-1758 (((-1293) $ |#1| |#1|) 100 (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) 8)) (-4268 ((|#2| $ |#1| |#2|) 74)) (-2250 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 46 (|has| $ (-6 -4464)))) (-3604 (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 56 (|has| $ (-6 -4464)))) (-2049 (((-3 |#2| "failed") |#1| $) 62)) (-3853 (($) 7 T CONST)) (-2741 (($ $) 59 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464))))) (-1678 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 48 (|has| $ (-6 -4464))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 47 (|has| $ (-6 -4464))) (((-3 |#2| "failed") |#1| $) 63)) (-2824 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 58 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 55 (|has| $ (-6 -4464)))) (-2722 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 57 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464)))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 54 (|has| $ (-6 -4464))) (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 53 (|has| $ (-6 -4464)))) (-1908 ((|#2| $ |#1| |#2|) 88 (|has| $ (-6 -4465)))) (-3721 ((|#2| $ |#1|) 89)) (-3722 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 31 (|has| $ (-6 -4464))) (((-656 |#2|) $) 80 (|has| $ (-6 -4464)))) (-4157 (((-112) $ (-783)) 9)) (-3176 ((|#1| $) 97 (|has| |#1| (-862)))) (-4302 (((-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 30 (|has| $ (-6 -4464))) (((-656 |#2|) $) 81 (|has| $ (-6 -4464)))) (-4029 (((-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464)))) (((-112) |#2| $) 83 (-12 (|has| |#2| (-1121)) (|has| $ (-6 -4464))))) (-2316 ((|#1| $) 96 (|has| |#1| (-862)))) (-1896 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 35 (|has| $ (-6 -4465))) (($ (-1 |#2| |#2|) $) 76 (|has| $ (-6 -4465)))) (-2423 (($ (-1 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 36) (($ (-1 |#2| |#2|) $) 75) (($ (-1 |#2| |#2| |#2|) $ $) 71)) (-4002 (((-112) $ (-783)) 10)) (-4185 (((-1179) $) 22 (-3795 (|has| |#2| (-1121)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-2353 (((-656 |#1|) $) 64)) (-3367 (((-112) |#1| $) 65)) (-4306 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 40)) (-3846 (($ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 41)) (-4402 (((-656 |#1|) $) 94)) (-1505 (((-112) |#1| $) 93)) (-3117 (((-1141) $) 21 (-3795 (|has| |#2| (-1121)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-1753 ((|#2| $) 98 (|has| |#1| (-862)))) (-2922 (((-3 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) "failed") (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 52)) (-3140 (($ $ |#2|) 99 (|has| $ (-6 -4465)))) (-1470 (((-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 42)) (-3484 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 33 (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) 78 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))))) 27 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-304 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 26 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) 25 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 24 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)))) (($ $ (-656 |#2|) (-656 |#2|)) 87 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ |#2| |#2|) 86 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-304 |#2|)) 85 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121)))) (($ $ (-656 (-304 |#2|))) 84 (-12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))))) (-2587 (((-112) $ $) 14)) (-2408 (((-112) |#2| $) 95 (-12 (|has| $ (-6 -4464)) (|has| |#2| (-1121))))) (-3700 (((-656 |#2|) $) 92)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#2| $ |#1|) 91) ((|#2| $ |#1| |#2|) 90)) (-1455 (($) 50) (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 49)) (-3131 (((-783) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 32 (|has| $ (-6 -4464))) (((-783) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) $) 29 (-12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| $ (-6 -4464)))) (((-783) |#2| $) 82 (-12 (|has| |#2| (-1121)) (|has| $ (-6 -4464)))) (((-783) (-1 (-112) |#2|) $) 79 (|has| $ (-6 -4464)))) (-4287 (($ $) 13)) (-1554 (((-548) $) 60 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-626 (-548))))) (-4125 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 51)) (-4114 (((-876) $) 18 (-3795 (|has| |#2| (-625 (-876))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-625 (-876)))))) (-3000 (((-112) $ $) 23 (-3795 (|has| |#2| (-1121)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))))) (-3356 (($ (-656 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) 43)) (-1746 (((-112) (-1 (-112) (-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) $) 34 (|has| $ (-6 -4464))) (((-112) (-1 (-112) |#2|) $) 77 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (-3795 (|has| |#2| (-102)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102))))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-1214 |#1| |#2|) (-141) (-1121) (-1121)) (T -1214))
+((-4268 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-1214 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1121)))) (-1975 (*1 *1) (-12 (-4 *1 (-1214 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121)))) (-1975 (*1 *1 *2) (-12 (-5 *2 (-656 (-2 (|:| -2240 *3) (|:| -2904 *4)))) (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *1 (-1214 *3 *4)))) (-2423 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1214 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121)))))
+(-13 (-622 |t#1| |t#2|) (-616 |t#1| |t#2|) (-10 -8 (-15 -4268 (|t#2| $ |t#1| |t#2|)) (-15 -1975 ($)) (-15 -1975 ($ (-656 (-2 (|:| -2240 |t#1|) (|:| -2904 |t#2|))))) (-15 -2423 ($ (-1 |t#2| |t#2| |t#2|) $ $))))
+(((-34) . T) ((-107 #0=(-2 (|:| -2240 |#1|) (|:| -2904 |#2|))) . T) ((-102) -3795 (|has| |#2| (-1121)) (|has| |#2| (-102)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-102))) ((-625 (-876)) -3795 (|has| |#2| (-1121)) (|has| |#2| (-625 (-876))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-625 (-876)))) ((-152 #0#) . T) ((-626 (-548)) |has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-626 (-548))) ((-231 #0#) . T) ((-240 #0#) . T) ((-296 |#1| |#2|) . T) ((-298 |#1| |#2|) . T) ((-319 #0#) -12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))) ((-319 |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) ((-501 #0#) . T) ((-501 |#2|) . T) ((-616 |#1| |#2|) . T) ((-526 #0# #0#) -12 (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-319 (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)))) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))) ((-526 |#2| |#2|) -12 (|has| |#2| (-319 |#2|)) (|has| |#2| (-1121))) ((-622 |#1| |#2|) . T) ((-1121) -3795 (|has| |#2| (-1121)) (|has| (-2 (|:| -2240 |#1|) (|:| -2904 |#2|)) (-1121))) ((-1238) . T))
+((-2191 (((-112)) 29)) (-4254 (((-1293) (-1179)) 31)) (-3320 (((-112)) 41)) (-4082 (((-1293)) 39)) (-4224 (((-1293) (-1179) (-1179)) 30)) (-2194 (((-112)) 42)) (-3846 (((-1293) |#1| |#2|) 53)) (-2016 (((-1293)) 26)) (-1876 (((-3 |#2| "failed") |#1|) 51)) (-2677 (((-1293)) 40)))
+(((-1215 |#1| |#2|) (-10 -7 (-15 -2016 ((-1293))) (-15 -4224 ((-1293) (-1179) (-1179))) (-15 -4254 ((-1293) (-1179))) (-15 -4082 ((-1293))) (-15 -2677 ((-1293))) (-15 -2191 ((-112))) (-15 -3320 ((-112))) (-15 -2194 ((-112))) (-15 -1876 ((-3 |#2| "failed") |#1|)) (-15 -3846 ((-1293) |#1| |#2|))) (-1121) (-1121)) (T -1215))
+((-3846 (*1 *2 *3 *4) (-12 (-5 *2 (-1293)) (-5 *1 (-1215 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121)))) (-1876 (*1 *2 *3) (|partial| -12 (-4 *2 (-1121)) (-5 *1 (-1215 *3 *2)) (-4 *3 (-1121)))) (-2194 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1215 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121)))) (-3320 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1215 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121)))) (-2191 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1215 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121)))) (-2677 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-1215 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121)))) (-4082 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-1215 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121)))) (-4254 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1215 *4 *5)) (-4 *4 (-1121)) (-4 *5 (-1121)))) (-4224 (*1 *2 *3 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1215 *4 *5)) (-4 *4 (-1121)) (-4 *5 (-1121)))) (-2016 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-1215 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121)))))
+(-10 -7 (-15 -2016 ((-1293))) (-15 -4224 ((-1293) (-1179) (-1179))) (-15 -4254 ((-1293) (-1179))) (-15 -4082 ((-1293))) (-15 -2677 ((-1293))) (-15 -2191 ((-112))) (-15 -3320 ((-112))) (-15 -2194 ((-112))) (-15 -1876 ((-3 |#2| "failed") |#1|)) (-15 -3846 ((-1293) |#1| |#2|)))
+((-3547 (((-1179) (-1179)) 22)) (-2678 (((-52) (-1179)) 25)))
+(((-1216) (-10 -7 (-15 -2678 ((-52) (-1179))) (-15 -3547 ((-1179) (-1179))))) (T -1216))
+((-3547 (*1 *2 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1216)))) (-2678 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-52)) (-5 *1 (-1216)))))
+(-10 -7 (-15 -2678 ((-52) (-1179))) (-15 -3547 ((-1179) (-1179))))
+((-4114 (((-1218) |#1|) 11)))
+(((-1217 |#1|) (-10 -7 (-15 -4114 ((-1218) |#1|))) (-1121)) (T -1217))
+((-4114 (*1 *2 *3) (-12 (-5 *2 (-1218)) (-5 *1 (-1217 *3)) (-4 *3 (-1121)))))
+(-10 -7 (-15 -4114 ((-1218) |#1|)))
+((-1955 (((-112) $ $) NIL)) (-2990 (((-656 (-1179)) $) 39)) (-3326 (((-656 (-1179)) $ (-656 (-1179))) 42)) (-4273 (((-656 (-1179)) $ (-656 (-1179))) 41)) (-4117 (((-656 (-1179)) $ (-656 (-1179))) 43)) (-2337 (((-656 (-1179)) $) 38)) (-1988 (($) 28)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1796 (((-656 (-1179)) $) 40)) (-1612 (((-1293) $ (-576)) 35) (((-1293) $) 36)) (-1554 (($ (-876) (-576)) 33) (($ (-876) (-576) (-876)) NIL)) (-4114 (((-876) $) 49) (($ (-876)) 32)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1218) (-13 (-1121) (-628 (-876)) (-10 -8 (-15 -1554 ($ (-876) (-576))) (-15 -1554 ($ (-876) (-576) (-876))) (-15 -1612 ((-1293) $ (-576))) (-15 -1612 ((-1293) $)) (-15 -1796 ((-656 (-1179)) $)) (-15 -2990 ((-656 (-1179)) $)) (-15 -1988 ($)) (-15 -2337 ((-656 (-1179)) $)) (-15 -4117 ((-656 (-1179)) $ (-656 (-1179)))) (-15 -3326 ((-656 (-1179)) $ (-656 (-1179)))) (-15 -4273 ((-656 (-1179)) $ (-656 (-1179))))))) (T -1218))
+((-1554 (*1 *1 *2 *3) (-12 (-5 *2 (-876)) (-5 *3 (-576)) (-5 *1 (-1218)))) (-1554 (*1 *1 *2 *3 *2) (-12 (-5 *2 (-876)) (-5 *3 (-576)) (-5 *1 (-1218)))) (-1612 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1293)) (-5 *1 (-1218)))) (-1612 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-1218)))) (-1796 (*1 *2 *1) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1218)))) (-2990 (*1 *2 *1) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1218)))) (-1988 (*1 *1) (-5 *1 (-1218))) (-2337 (*1 *2 *1) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1218)))) (-4117 (*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1218)))) (-3326 (*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1218)))) (-4273 (*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1218)))))
+(-13 (-1121) (-628 (-876)) (-10 -8 (-15 -1554 ($ (-876) (-576))) (-15 -1554 ($ (-876) (-576) (-876))) (-15 -1612 ((-1293) $ (-576))) (-15 -1612 ((-1293) $)) (-15 -1796 ((-656 (-1179)) $)) (-15 -2990 ((-656 (-1179)) $)) (-15 -1988 ($)) (-15 -2337 ((-656 (-1179)) $)) (-15 -4117 ((-656 (-1179)) $ (-656 (-1179)))) (-15 -3326 ((-656 (-1179)) $ (-656 (-1179)))) (-15 -4273 ((-656 (-1179)) $ (-656 (-1179))))))
+((-1955 (((-112) $ $) NIL)) (-2744 (((-1179) $ (-1179)) 17) (((-1179) $) 16)) (-2693 (((-1179) $ (-1179)) 15)) (-3486 (($ $ (-1179)) NIL)) (-4237 (((-3 (-1179) "failed") $) 11)) (-2108 (((-1179) $) 8)) (-3072 (((-3 (-1179) "failed") $) 12)) (-3670 (((-1179) $) 9)) (-3823 (($ (-400)) NIL) (($ (-400) (-1179)) NIL)) (-4149 (((-400) $) NIL)) (-4185 (((-1179) $) NIL)) (-3038 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2042 (((-112) $) 21)) (-4114 (((-876) $) NIL)) (-1675 (($ $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1219) (-13 (-375 (-400) (-1179)) (-10 -8 (-15 -2744 ((-1179) $ (-1179))) (-15 -2744 ((-1179) $)) (-15 -2108 ((-1179) $)) (-15 -4237 ((-3 (-1179) "failed") $)) (-15 -3072 ((-3 (-1179) "failed") $)) (-15 -2042 ((-112) $))))) (T -1219))
+((-2744 (*1 *2 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1219)))) (-2744 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1219)))) (-2108 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1219)))) (-4237 (*1 *2 *1) (|partial| -12 (-5 *2 (-1179)) (-5 *1 (-1219)))) (-3072 (*1 *2 *1) (|partial| -12 (-5 *2 (-1179)) (-5 *1 (-1219)))) (-2042 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1219)))))
+(-13 (-375 (-400) (-1179)) (-10 -8 (-15 -2744 ((-1179) $ (-1179))) (-15 -2744 ((-1179) $)) (-15 -2108 ((-1179) $)) (-15 -4237 ((-3 (-1179) "failed") $)) (-15 -3072 ((-3 (-1179) "failed") $)) (-15 -2042 ((-112) $))))
+((-4018 (((-3 (-576) "failed") |#1|) 19)) (-3943 (((-3 (-576) "failed") |#1|) 14)) (-3287 (((-576) (-1179)) 33)))
+(((-1220 |#1|) (-10 -7 (-15 -4018 ((-3 (-576) "failed") |#1|)) (-15 -3943 ((-3 (-576) "failed") |#1|)) (-15 -3287 ((-576) (-1179)))) (-1070)) (T -1220))
+((-3287 (*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-576)) (-5 *1 (-1220 *4)) (-4 *4 (-1070)))) (-3943 (*1 *2 *3) (|partial| -12 (-5 *2 (-576)) (-5 *1 (-1220 *3)) (-4 *3 (-1070)))) (-4018 (*1 *2 *3) (|partial| -12 (-5 *2 (-576)) (-5 *1 (-1220 *3)) (-4 *3 (-1070)))))
+(-10 -7 (-15 -4018 ((-3 (-576) "failed") |#1|)) (-15 -3943 ((-3 (-576) "failed") |#1|)) (-15 -3287 ((-576) (-1179))))
+((-2565 (((-1154 (-227))) 9)))
+(((-1221) (-10 -7 (-15 -2565 ((-1154 (-227)))))) (T -1221))
+((-2565 (*1 *2) (-12 (-5 *2 (-1154 (-227))) (-5 *1 (-1221)))))
+(-10 -7 (-15 -2565 ((-1154 (-227)))))
+((-2723 (($) 12)) (-3653 (($ $) 36)) (-3632 (($ $) 34)) (-3487 (($ $) 26)) (-3673 (($ $) 18)) (-1970 (($ $) 16)) (-3664 (($ $) 20)) (-3523 (($ $) 31)) (-3642 (($ $) 35)) (-3498 (($ $) 30)))
+(((-1222 |#1|) (-10 -8 (-15 -2723 (|#1|)) (-15 -3653 (|#1| |#1|)) (-15 -3632 (|#1| |#1|)) (-15 -3673 (|#1| |#1|)) (-15 -1970 (|#1| |#1|)) (-15 -3664 (|#1| |#1|)) (-15 -3642 (|#1| |#1|)) (-15 -3487 (|#1| |#1|)) (-15 -3523 (|#1| |#1|)) (-15 -3498 (|#1| |#1|))) (-1223)) (T -1222))
+NIL
+(-10 -8 (-15 -2723 (|#1|)) (-15 -3653 (|#1| |#1|)) (-15 -3632 (|#1| |#1|)) (-15 -3673 (|#1| |#1|)) (-15 -1970 (|#1| |#1|)) (-15 -3664 (|#1| |#1|)) (-15 -3642 (|#1| |#1|)) (-15 -3487 (|#1| |#1|)) (-15 -3523 (|#1| |#1|)) (-15 -3498 (|#1| |#1|)))
+((-3586 (($ $) 26)) (-3435 (($ $) 11)) (-3562 (($ $) 27)) (-3412 (($ $) 10)) (-3612 (($ $) 28)) (-3461 (($ $) 9)) (-2723 (($) 16)) (-2608 (($ $) 19)) (-2154 (($ $) 18)) (-3623 (($ $) 29)) (-3474 (($ $) 8)) (-3599 (($ $) 30)) (-3448 (($ $) 7)) (-3574 (($ $) 31)) (-3424 (($ $) 6)) (-3653 (($ $) 20)) (-3510 (($ $) 32)) (-3632 (($ $) 21)) (-3487 (($ $) 33)) (-3673 (($ $) 22)) (-3537 (($ $) 34)) (-1970 (($ $) 23)) (-3550 (($ $) 35)) (-3664 (($ $) 24)) (-3523 (($ $) 36)) (-3642 (($ $) 25)) (-3498 (($ $) 37)) (** (($ $ $) 17)))
+(((-1223) (-141)) (T -1223))
+((-2723 (*1 *1) (-4 *1 (-1223))))
+(-13 (-1226) (-95) (-505) (-35) (-294) (-10 -8 (-15 -2723 ($))))
+(((-35) . T) ((-95) . T) ((-294) . T) ((-505) . T) ((-1226) . T))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-1688 ((|#1| $) 19)) (-1479 (($ |#1| (-656 $)) 28) (($ (-656 |#1|)) 35) (($ |#1|) 30)) (-1951 (((-112) $ (-783)) 72)) (-1450 ((|#1| $ |#1|) 14 (|has| $ (-6 -4465)))) (-4268 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) 13 (|has| $ (-6 -4465)))) (-3853 (($) NIL T CONST)) (-3722 (((-656 |#1|) $) 77 (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) 64)) (-2317 (((-112) $ $) 50 (|has| |#1| (-1121)))) (-4157 (((-112) $ (-783)) 62)) (-4302 (((-656 |#1|) $) 78 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 76 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-1896 (($ (-1 |#1| |#1|) $) 29 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 27)) (-4002 (((-112) $ (-783)) 60)) (-4186 (((-656 |#1|) $) 55)) (-1925 (((-112) $) 53)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-3484 (((-112) (-1 (-112) |#1|) $) 74 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 107)) (-4190 (((-112) $) 9)) (-3029 (($) 10)) (-4369 ((|#1| $ "value") NIL)) (-3088 (((-576) $ $) 48)) (-1979 (((-656 $) $) 89)) (-2145 (((-112) $ $) 110)) (-4281 (((-656 $) $) 105)) (-3007 (($ $) 106)) (-1906 (((-112) $) 84)) (-3131 (((-783) (-1 (-112) |#1|) $) 25 (|has| $ (-6 -4464))) (((-783) |#1| $) 17 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-4287 (($ $) 88)) (-4114 (((-876) $) 91 (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) 12)) (-2090 (((-112) $ $) 39 (|has| |#1| (-1121)))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 73 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 37 (|has| |#1| (-102)))) (-1968 (((-783) $) 58 (|has| $ (-6 -4464)))))
+(((-1224 |#1|) (-13 (-1031 |#1|) (-10 -8 (-6 -4464) (-6 -4465) (-15 -1479 ($ |#1| (-656 $))) (-15 -1479 ($ (-656 |#1|))) (-15 -1479 ($ |#1|)) (-15 -1906 ((-112) $)) (-15 -3007 ($ $)) (-15 -4281 ((-656 $) $)) (-15 -2145 ((-112) $ $)) (-15 -1979 ((-656 $) $)))) (-1121)) (T -1224))
+((-1906 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1224 *3)) (-4 *3 (-1121)))) (-1479 (*1 *1 *2 *3) (-12 (-5 *3 (-656 (-1224 *2))) (-5 *1 (-1224 *2)) (-4 *2 (-1121)))) (-1479 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-5 *1 (-1224 *3)))) (-1479 (*1 *1 *2) (-12 (-5 *1 (-1224 *2)) (-4 *2 (-1121)))) (-3007 (*1 *1 *1) (-12 (-5 *1 (-1224 *2)) (-4 *2 (-1121)))) (-4281 (*1 *2 *1) (-12 (-5 *2 (-656 (-1224 *3))) (-5 *1 (-1224 *3)) (-4 *3 (-1121)))) (-2145 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1224 *3)) (-4 *3 (-1121)))) (-1979 (*1 *2 *1) (-12 (-5 *2 (-656 (-1224 *3))) (-5 *1 (-1224 *3)) (-4 *3 (-1121)))))
+(-13 (-1031 |#1|) (-10 -8 (-6 -4464) (-6 -4465) (-15 -1479 ($ |#1| (-656 $))) (-15 -1479 ($ (-656 |#1|))) (-15 -1479 ($ |#1|)) (-15 -1906 ((-112) $)) (-15 -3007 ($ $)) (-15 -4281 ((-656 $) $)) (-15 -2145 ((-112) $ $)) (-15 -1979 ((-656 $) $))))
+((-3435 (($ $) 15)) (-3461 (($ $) 12)) (-3474 (($ $) 10)) (-3448 (($ $) 17)))
+(((-1225 |#1|) (-10 -8 (-15 -3448 (|#1| |#1|)) (-15 -3474 (|#1| |#1|)) (-15 -3461 (|#1| |#1|)) (-15 -3435 (|#1| |#1|))) (-1226)) (T -1225))
+NIL
+(-10 -8 (-15 -3448 (|#1| |#1|)) (-15 -3474 (|#1| |#1|)) (-15 -3461 (|#1| |#1|)) (-15 -3435 (|#1| |#1|)))
+((-3435 (($ $) 11)) (-3412 (($ $) 10)) (-3461 (($ $) 9)) (-3474 (($ $) 8)) (-3448 (($ $) 7)) (-3424 (($ $) 6)))
+(((-1226) (-141)) (T -1226))
+((-3435 (*1 *1 *1) (-4 *1 (-1226))) (-3412 (*1 *1 *1) (-4 *1 (-1226))) (-3461 (*1 *1 *1) (-4 *1 (-1226))) (-3474 (*1 *1 *1) (-4 *1 (-1226))) (-3448 (*1 *1 *1) (-4 *1 (-1226))) (-3424 (*1 *1 *1) (-4 *1 (-1226))))
+(-13 (-10 -8 (-15 -3424 ($ $)) (-15 -3448 ($ $)) (-15 -3474 ($ $)) (-15 -3461 ($ $)) (-15 -3412 ($ $)) (-15 -3435 ($ $))))
+((-2559 ((|#2| |#2|) 98)) (-4009 (((-112) |#2|) 29)) (-1474 ((|#2| |#2|) 33)) (-1485 ((|#2| |#2|) 35)) (-2584 ((|#2| |#2| (-1197)) 92) ((|#2| |#2|) 93)) (-3936 (((-171 |#2|) |#2|) 31)) (-2860 ((|#2| |#2| (-1197)) 94) ((|#2| |#2|) 95)))
+(((-1227 |#1| |#2|) (-10 -7 (-15 -2584 (|#2| |#2|)) (-15 -2584 (|#2| |#2| (-1197))) (-15 -2860 (|#2| |#2|)) (-15 -2860 (|#2| |#2| (-1197))) (-15 -2559 (|#2| |#2|)) (-15 -1474 (|#2| |#2|)) (-15 -1485 (|#2| |#2|)) (-15 -4009 ((-112) |#2|)) (-15 -3936 ((-171 |#2|) |#2|))) (-13 (-464) (-1059 (-576)) (-651 (-576))) (-13 (-27) (-1223) (-442 |#1|))) (T -1227))
+((-3936 (*1 *2 *3) (-12 (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-171 *3)) (-5 *1 (-1227 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *4))))) (-4009 (*1 *2 *3) (-12 (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-112)) (-5 *1 (-1227 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *4))))) (-1485 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *3))))) (-1474 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *3))))) (-2559 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *3))))) (-2860 (*1 *2 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-1227 *4 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *4))))) (-2860 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *3))))) (-2584 (*1 *2 *2 *3) (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-1227 *4 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *4))))) (-2584 (*1 *2 *2) (-12 (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *3))))))
+(-10 -7 (-15 -2584 (|#2| |#2|)) (-15 -2584 (|#2| |#2| (-1197))) (-15 -2860 (|#2| |#2|)) (-15 -2860 (|#2| |#2| (-1197))) (-15 -2559 (|#2| |#2|)) (-15 -1474 (|#2| |#2|)) (-15 -1485 (|#2| |#2|)) (-15 -4009 ((-112) |#2|)) (-15 -3936 ((-171 |#2|) |#2|)))
+((-1665 ((|#4| |#4| |#1|) 31)) (-3912 ((|#4| |#4| |#1|) 32)))
+(((-1228 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1665 (|#4| |#4| |#1|)) (-15 -3912 (|#4| |#4| |#1|))) (-568) (-384 |#1|) (-384 |#1|) (-699 |#1| |#2| |#3|)) (T -1228))
+((-3912 (*1 *2 *2 *3) (-12 (-4 *3 (-568)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-1228 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))) (-1665 (*1 *2 *2 *3) (-12 (-4 *3 (-568)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-5 *1 (-1228 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))))
+(-10 -7 (-15 -1665 (|#4| |#4| |#1|)) (-15 -3912 (|#4| |#4| |#1|)))
+((-2484 ((|#2| |#2|) 148)) (-4026 ((|#2| |#2|) 145)) (-1636 ((|#2| |#2|) 136)) (-2854 ((|#2| |#2|) 133)) (-4209 ((|#2| |#2|) 141)) (-2212 ((|#2| |#2|) 129)) (-1606 ((|#2| |#2|) 44)) (-1623 ((|#2| |#2|) 105)) (-4049 ((|#2| |#2|) 88)) (-4391 ((|#2| |#2|) 143)) (-4168 ((|#2| |#2|) 131)) (-1741 ((|#2| |#2|) 153)) (-1624 ((|#2| |#2|) 151)) (-3103 ((|#2| |#2|) 152)) (-1882 ((|#2| |#2|) 150)) (-2444 ((|#2| |#2|) 163)) (-4199 ((|#2| |#2|) 30 (-12 (|has| |#2| (-626 (-907 |#1|))) (|has| |#2| (-901 |#1|)) (|has| |#1| (-626 (-907 |#1|))) (|has| |#1| (-901 |#1|))))) (-3588 ((|#2| |#2|) 89)) (-2249 ((|#2| |#2|) 154)) (-3567 ((|#2| |#2|) 155)) (-3295 ((|#2| |#2|) 142)) (-2972 ((|#2| |#2|) 130)) (-3535 ((|#2| |#2|) 149)) (-2901 ((|#2| |#2|) 147)) (-2590 ((|#2| |#2|) 137)) (-4348 ((|#2| |#2|) 135)) (-3694 ((|#2| |#2|) 139)) (-1840 ((|#2| |#2|) 127)))
+(((-1229 |#1| |#2|) (-10 -7 (-15 -3567 (|#2| |#2|)) (-15 -4049 (|#2| |#2|)) (-15 -2444 (|#2| |#2|)) (-15 -1623 (|#2| |#2|)) (-15 -1606 (|#2| |#2|)) (-15 -3588 (|#2| |#2|)) (-15 -2249 (|#2| |#2|)) (-15 -1840 (|#2| |#2|)) (-15 -3694 (|#2| |#2|)) (-15 -2590 (|#2| |#2|)) (-15 -3535 (|#2| |#2|)) (-15 -2972 (|#2| |#2|)) (-15 -3295 (|#2| |#2|)) (-15 -4168 (|#2| |#2|)) (-15 -4391 (|#2| |#2|)) (-15 -2212 (|#2| |#2|)) (-15 -4209 (|#2| |#2|)) (-15 -1636 (|#2| |#2|)) (-15 -2484 (|#2| |#2|)) (-15 -2854 (|#2| |#2|)) (-15 -4026 (|#2| |#2|)) (-15 -4348 (|#2| |#2|)) (-15 -2901 (|#2| |#2|)) (-15 -1882 (|#2| |#2|)) (-15 -1624 (|#2| |#2|)) (-15 -3103 (|#2| |#2|)) (-15 -1741 (|#2| |#2|)) (IF (|has| |#1| (-901 |#1|)) (IF (|has| |#1| (-626 (-907 |#1|))) (IF (|has| |#2| (-626 (-907 |#1|))) (IF (|has| |#2| (-901 |#1|)) (-15 -4199 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-464) (-13 (-442 |#1|) (-1223))) (T -1229))
+((-4199 (*1 *2 *2) (-12 (-4 *3 (-626 (-907 *3))) (-4 *3 (-901 *3)) (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-626 (-907 *3))) (-4 *2 (-901 *3)) (-4 *2 (-13 (-442 *3) (-1223))))) (-1741 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-3103 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-1624 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-1882 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-2901 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-4348 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-4026 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-2854 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-2484 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-1636 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-4209 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-2212 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-4391 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-4168 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-3295 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-2972 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-3535 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-2590 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-3694 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-1840 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-2249 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-3588 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-1606 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-1623 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-2444 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-4049 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))) (-3567 (*1 *2 *2) (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2)) (-4 *2 (-13 (-442 *3) (-1223))))))
+(-10 -7 (-15 -3567 (|#2| |#2|)) (-15 -4049 (|#2| |#2|)) (-15 -2444 (|#2| |#2|)) (-15 -1623 (|#2| |#2|)) (-15 -1606 (|#2| |#2|)) (-15 -3588 (|#2| |#2|)) (-15 -2249 (|#2| |#2|)) (-15 -1840 (|#2| |#2|)) (-15 -3694 (|#2| |#2|)) (-15 -2590 (|#2| |#2|)) (-15 -3535 (|#2| |#2|)) (-15 -2972 (|#2| |#2|)) (-15 -3295 (|#2| |#2|)) (-15 -4168 (|#2| |#2|)) (-15 -4391 (|#2| |#2|)) (-15 -2212 (|#2| |#2|)) (-15 -4209 (|#2| |#2|)) (-15 -1636 (|#2| |#2|)) (-15 -2484 (|#2| |#2|)) (-15 -2854 (|#2| |#2|)) (-15 -4026 (|#2| |#2|)) (-15 -4348 (|#2| |#2|)) (-15 -2901 (|#2| |#2|)) (-15 -1882 (|#2| |#2|)) (-15 -1624 (|#2| |#2|)) (-15 -3103 (|#2| |#2|)) (-15 -1741 (|#2| |#2|)) (IF (|has| |#1| (-901 |#1|)) (IF (|has| |#1| (-626 (-907 |#1|))) (IF (|has| |#2| (-626 (-907 |#1|))) (IF (|has| |#2| (-901 |#1|)) (-15 -4199 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
+((-2936 (((-112) |#5| $) 68) (((-112) $) 110)) (-4375 ((|#5| |#5| $) 83)) (-3604 (($ (-1 (-112) |#5|) $) NIL) (((-3 |#5| "failed") $ |#4|) 127)) (-4336 (((-656 |#5|) (-656 |#5|) $ (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|)) 81)) (-2981 (((-3 $ "failed") (-656 |#5|)) 135)) (-1762 (((-3 $ "failed") $) 120)) (-3494 ((|#5| |#5| $) 102)) (-2094 (((-112) |#5| $ (-1 (-112) |#5| |#5|)) 36)) (-2062 ((|#5| |#5| $) 106)) (-2722 ((|#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|)) 77)) (-2752 (((-2 (|:| -1594 (-656 |#5|)) (|:| -3823 (-656 |#5|))) $) 63)) (-3925 (((-112) |#5| $) 66) (((-112) $) 111)) (-2777 ((|#4| $) 116)) (-2850 (((-3 |#5| "failed") $) 118)) (-1932 (((-656 |#5|) $) 55)) (-3811 (((-112) |#5| $) 75) (((-112) $) 115)) (-3758 ((|#5| |#5| $) 89)) (-3901 (((-112) $ $) 29)) (-1989 (((-112) |#5| $) 71) (((-112) $) 113)) (-2614 ((|#5| |#5| $) 86)) (-1753 (((-3 |#5| "failed") $) 117)) (-3168 (($ $ |#5|) 136)) (-2786 (((-783) $) 60)) (-4125 (($ (-656 |#5|)) 133)) (-4154 (($ $ |#4|) 131)) (-3200 (($ $ |#4|) 129)) (-2763 (($ $) 128)) (-4114 (((-876) $) NIL) (((-656 |#5|) $) 121)) (-2825 (((-783) $) 140)) (-1976 (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#5|))) "failed") (-656 |#5|) (-1 (-112) |#5| |#5|)) 49) (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#5|))) "failed") (-656 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|)) 51)) (-1778 (((-112) $ (-1 (-112) |#5| (-656 |#5|))) 108)) (-3783 (((-656 |#4|) $) 123)) (-1649 (((-112) |#4| $) 126)) (-3939 (((-112) $ $) 20)))
+(((-1230 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2825 ((-783) |#1|)) (-15 -3168 (|#1| |#1| |#5|)) (-15 -3604 ((-3 |#5| "failed") |#1| |#4|)) (-15 -1649 ((-112) |#4| |#1|)) (-15 -3783 ((-656 |#4|) |#1|)) (-15 -1762 ((-3 |#1| "failed") |#1|)) (-15 -2850 ((-3 |#5| "failed") |#1|)) (-15 -1753 ((-3 |#5| "failed") |#1|)) (-15 -2062 (|#5| |#5| |#1|)) (-15 -2763 (|#1| |#1|)) (-15 -3494 (|#5| |#5| |#1|)) (-15 -3758 (|#5| |#5| |#1|)) (-15 -2614 (|#5| |#5| |#1|)) (-15 -4375 (|#5| |#5| |#1|)) (-15 -4336 ((-656 |#5|) (-656 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -2722 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -3811 ((-112) |#1|)) (-15 -1989 ((-112) |#1|)) (-15 -2936 ((-112) |#1|)) (-15 -1778 ((-112) |#1| (-1 (-112) |#5| (-656 |#5|)))) (-15 -3811 ((-112) |#5| |#1|)) (-15 -1989 ((-112) |#5| |#1|)) (-15 -2936 ((-112) |#5| |#1|)) (-15 -2094 ((-112) |#5| |#1| (-1 (-112) |#5| |#5|))) (-15 -3925 ((-112) |#1|)) (-15 -3925 ((-112) |#5| |#1|)) (-15 -2752 ((-2 (|:| -1594 (-656 |#5|)) (|:| -3823 (-656 |#5|))) |#1|)) (-15 -2786 ((-783) |#1|)) (-15 -1932 ((-656 |#5|) |#1|)) (-15 -1976 ((-3 (-2 (|:| |bas| |#1|) (|:| -3016 (-656 |#5|))) "failed") (-656 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|))) (-15 -1976 ((-3 (-2 (|:| |bas| |#1|) (|:| -3016 (-656 |#5|))) "failed") (-656 |#5|) (-1 (-112) |#5| |#5|))) (-15 -3901 ((-112) |#1| |#1|)) (-15 -4154 (|#1| |#1| |#4|)) (-15 -3200 (|#1| |#1| |#4|)) (-15 -2777 (|#4| |#1|)) (-15 -2981 ((-3 |#1| "failed") (-656 |#5|))) (-15 -4114 ((-656 |#5|) |#1|)) (-15 -4125 (|#1| (-656 |#5|))) (-15 -2722 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -2722 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3604 (|#1| (-1 (-112) |#5|) |#1|)) (-15 -2722 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -4114 ((-876) |#1|)) (-15 -3939 ((-112) |#1| |#1|))) (-1231 |#2| |#3| |#4| |#5|) (-568) (-805) (-862) (-1086 |#2| |#3| |#4|)) (T -1230))
+NIL
+(-10 -8 (-15 -2825 ((-783) |#1|)) (-15 -3168 (|#1| |#1| |#5|)) (-15 -3604 ((-3 |#5| "failed") |#1| |#4|)) (-15 -1649 ((-112) |#4| |#1|)) (-15 -3783 ((-656 |#4|) |#1|)) (-15 -1762 ((-3 |#1| "failed") |#1|)) (-15 -2850 ((-3 |#5| "failed") |#1|)) (-15 -1753 ((-3 |#5| "failed") |#1|)) (-15 -2062 (|#5| |#5| |#1|)) (-15 -2763 (|#1| |#1|)) (-15 -3494 (|#5| |#5| |#1|)) (-15 -3758 (|#5| |#5| |#1|)) (-15 -2614 (|#5| |#5| |#1|)) (-15 -4375 (|#5| |#5| |#1|)) (-15 -4336 ((-656 |#5|) (-656 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -2722 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -3811 ((-112) |#1|)) (-15 -1989 ((-112) |#1|)) (-15 -2936 ((-112) |#1|)) (-15 -1778 ((-112) |#1| (-1 (-112) |#5| (-656 |#5|)))) (-15 -3811 ((-112) |#5| |#1|)) (-15 -1989 ((-112) |#5| |#1|)) (-15 -2936 ((-112) |#5| |#1|)) (-15 -2094 ((-112) |#5| |#1| (-1 (-112) |#5| |#5|))) (-15 -3925 ((-112) |#1|)) (-15 -3925 ((-112) |#5| |#1|)) (-15 -2752 ((-2 (|:| -1594 (-656 |#5|)) (|:| -3823 (-656 |#5|))) |#1|)) (-15 -2786 ((-783) |#1|)) (-15 -1932 ((-656 |#5|) |#1|)) (-15 -1976 ((-3 (-2 (|:| |bas| |#1|) (|:| -3016 (-656 |#5|))) "failed") (-656 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|))) (-15 -1976 ((-3 (-2 (|:| |bas| |#1|) (|:| -3016 (-656 |#5|))) "failed") (-656 |#5|) (-1 (-112) |#5| |#5|))) (-15 -3901 ((-112) |#1| |#1|)) (-15 -4154 (|#1| |#1| |#4|)) (-15 -3200 (|#1| |#1| |#4|)) (-15 -2777 (|#4| |#1|)) (-15 -2981 ((-3 |#1| "failed") (-656 |#5|))) (-15 -4114 ((-656 |#5|) |#1|)) (-15 -4125 (|#1| (-656 |#5|))) (-15 -2722 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -2722 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3604 (|#1| (-1 (-112) |#5|) |#1|)) (-15 -2722 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -4114 ((-876) |#1|)) (-15 -3939 ((-112) |#1| |#1|)))
+((-1955 (((-112) $ $) 6)) (-4130 (((-656 (-2 (|:| -1594 $) (|:| -3823 (-656 |#4|)))) (-656 |#4|)) 86)) (-3769 (((-656 $) (-656 |#4|)) 87)) (-1583 (((-656 |#3|) $) 34)) (-1734 (((-112) $) 27)) (-2306 (((-112) $) 18 (|has| |#1| (-568)))) (-2936 (((-112) |#4| $) 102) (((-112) $) 98)) (-4375 ((|#4| |#4| $) 93)) (-2380 (((-2 (|:| |under| $) (|:| -4110 $) (|:| |upper| $)) $ |#3|) 28)) (-1951 (((-112) $ (-783)) 45)) (-3604 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4464))) (((-3 |#4| "failed") $ |#3|) 80)) (-3853 (($) 46 T CONST)) (-4317 (((-112) $) 23 (|has| |#1| (-568)))) (-1331 (((-112) $ $) 25 (|has| |#1| (-568)))) (-3465 (((-112) $ $) 24 (|has| |#1| (-568)))) (-3304 (((-112) $) 26 (|has| |#1| (-568)))) (-4336 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-1405 (((-656 |#4|) (-656 |#4|) $) 19 (|has| |#1| (-568)))) (-1426 (((-656 |#4|) (-656 |#4|) $) 20 (|has| |#1| (-568)))) (-2981 (((-3 $ "failed") (-656 |#4|)) 37)) (-2318 (($ (-656 |#4|)) 36)) (-1762 (((-3 $ "failed") $) 83)) (-3494 ((|#4| |#4| $) 90)) (-2741 (($ $) 69 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464))))) (-2824 (($ |#4| $) 68 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4464)))) (-1380 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-568)))) (-2094 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-2062 ((|#4| |#4| $) 88)) (-2722 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4464))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4464))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-2752 (((-2 (|:| -1594 (-656 |#4|)) (|:| -3823 (-656 |#4|))) $) 106)) (-3722 (((-656 |#4|) $) 53 (|has| $ (-6 -4464)))) (-3925 (((-112) |#4| $) 105) (((-112) $) 104)) (-2777 ((|#3| $) 35)) (-4157 (((-112) $ (-783)) 44)) (-4302 (((-656 |#4|) $) 54 (|has| $ (-6 -4464)))) (-4029 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#4| |#4|) $) 48)) (-3044 (((-656 |#3|) $) 33)) (-3436 (((-112) |#3| $) 32)) (-4002 (((-112) $ (-783)) 43)) (-4185 (((-1179) $) 10)) (-2850 (((-3 |#4| "failed") $) 84)) (-1932 (((-656 |#4|) $) 108)) (-3811 (((-112) |#4| $) 100) (((-112) $) 96)) (-3758 ((|#4| |#4| $) 91)) (-3901 (((-112) $ $) 111)) (-1647 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-568)))) (-1989 (((-112) |#4| $) 101) (((-112) $) 97)) (-2614 ((|#4| |#4| $) 92)) (-3117 (((-1141) $) 11)) (-1753 (((-3 |#4| "failed") $) 85)) (-2922 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-4194 (((-3 $ "failed") $ |#4|) 79)) (-3168 (($ $ |#4|) 78)) (-3484 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 |#4|) (-656 |#4|)) 60 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-304 |#4|)) 58 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-656 (-304 |#4|))) 57 (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))) (-2587 (((-112) $ $) 39)) (-4190 (((-112) $) 42)) (-3029 (($) 41)) (-2786 (((-783) $) 107)) (-3131 (((-783) |#4| $) 55 (-12 (|has| |#4| (-1121)) (|has| $ (-6 -4464)))) (((-783) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4464)))) (-4287 (($ $) 40)) (-1554 (((-548) $) 70 (|has| |#4| (-626 (-548))))) (-4125 (($ (-656 |#4|)) 61)) (-4154 (($ $ |#3|) 29)) (-3200 (($ $ |#3|) 31)) (-2763 (($ $) 89)) (-4039 (($ $ |#3|) 30)) (-4114 (((-876) $) 12) (((-656 |#4|) $) 38)) (-2825 (((-783) $) 77 (|has| |#3| (-379)))) (-3000 (((-112) $ $) 9)) (-1976 (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-1778 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) 99)) (-1746 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4464)))) (-3783 (((-656 |#3|) $) 82)) (-1649 (((-112) |#3| $) 81)) (-3939 (((-112) $ $) 7)) (-1968 (((-783) $) 47 (|has| $ (-6 -4464)))))
+(((-1231 |#1| |#2| |#3| |#4|) (-141) (-568) (-805) (-862) (-1086 |t#1| |t#2| |t#3|)) (T -1231))
+((-3901 (*1 *2 *1 *1) (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-112)))) (-1976 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1 (-112) *8 *8)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3016 (-656 *8)))) (-5 *3 (-656 *8)) (-4 *1 (-1231 *5 *6 *7 *8)))) (-1976 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 (-112) *9)) (-5 *5 (-1 (-112) *9 *9)) (-4 *9 (-1086 *6 *7 *8)) (-4 *6 (-568)) (-4 *7 (-805)) (-4 *8 (-862)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3016 (-656 *9)))) (-5 *3 (-656 *9)) (-4 *1 (-1231 *6 *7 *8 *9)))) (-1932 (*1 *2 *1) (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-656 *6)))) (-2786 (*1 *2 *1) (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-783)))) (-2752 (*1 *2 *1) (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-2 (|:| -1594 (-656 *6)) (|:| -3823 (-656 *6)))))) (-3925 (*1 *2 *3 *1) (-12 (-4 *1 (-1231 *4 *5 *6 *3)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112)))) (-3925 (*1 *2 *1) (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-112)))) (-2094 (*1 *2 *3 *1 *4) (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *1 (-1231 *5 *6 *7 *3)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-112)))) (-2936 (*1 *2 *3 *1) (-12 (-4 *1 (-1231 *4 *5 *6 *3)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112)))) (-1989 (*1 *2 *3 *1) (-12 (-4 *1 (-1231 *4 *5 *6 *3)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112)))) (-3811 (*1 *2 *3 *1) (-12 (-4 *1 (-1231 *4 *5 *6 *3)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112)))) (-1778 (*1 *2 *1 *3) (-12 (-5 *3 (-1 (-112) *7 (-656 *7))) (-4 *1 (-1231 *4 *5 *6 *7)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112)))) (-2936 (*1 *2 *1) (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-112)))) (-1989 (*1 *2 *1) (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-112)))) (-3811 (*1 *2 *1) (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-112)))) (-2722 (*1 *2 *2 *1 *3 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-112) *2 *2)) (-4 *1 (-1231 *5 *6 *7 *2)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *2 (-1086 *5 *6 *7)))) (-4336 (*1 *2 *2 *1 *3 *4) (-12 (-5 *2 (-656 *8)) (-5 *3 (-1 *8 *8 *8)) (-5 *4 (-1 (-112) *8 *8)) (-4 *1 (-1231 *5 *6 *7 *8)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1086 *5 *6 *7)))) (-4375 (*1 *2 *2 *1) (-12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5)))) (-2614 (*1 *2 *2 *1) (-12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5)))) (-3758 (*1 *2 *2 *1) (-12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5)))) (-3494 (*1 *2 *2 *1) (-12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5)))) (-2763 (*1 *1 *1) (-12 (-4 *1 (-1231 *2 *3 *4 *5)) (-4 *2 (-568)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-1086 *2 *3 *4)))) (-2062 (*1 *2 *2 *1) (-12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5)))) (-3769 (*1 *2 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *1)) (-4 *1 (-1231 *4 *5 *6 *7)))) (-4130 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-656 (-2 (|:| -1594 *1) (|:| -3823 (-656 *7))))) (-5 *3 (-656 *7)) (-4 *1 (-1231 *4 *5 *6 *7)))) (-1753 (*1 *2 *1) (|partial| -12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5)))) (-2850 (*1 *2 *1) (|partial| -12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5)))) (-1762 (*1 *1 *1) (|partial| -12 (-4 *1 (-1231 *2 *3 *4 *5)) (-4 *2 (-568)) (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-1086 *2 *3 *4)))) (-3783 (*1 *2 *1) (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-656 *5)))) (-1649 (*1 *2 *3 *1) (-12 (-4 *1 (-1231 *4 *5 *3 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *3 (-862)) (-4 *6 (-1086 *4 *5 *3)) (-5 *2 (-112)))) (-3604 (*1 *2 *1 *3) (|partial| -12 (-4 *1 (-1231 *4 *5 *3 *2)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *3 (-862)) (-4 *2 (-1086 *4 *5 *3)))) (-4194 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5)))) (-3168 (*1 *1 *1 *2) (-12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5)))) (-2825 (*1 *2 *1) (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-4 *5 (-379)) (-5 *2 (-783)))))
+(-13 (-997 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-6 -4464) (-6 -4465) (-15 -3901 ((-112) $ $)) (-15 -1976 ((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |t#4|))) "failed") (-656 |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -1976 ((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |t#4|))) "failed") (-656 |t#4|) (-1 (-112) |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -1932 ((-656 |t#4|) $)) (-15 -2786 ((-783) $)) (-15 -2752 ((-2 (|:| -1594 (-656 |t#4|)) (|:| -3823 (-656 |t#4|))) $)) (-15 -3925 ((-112) |t#4| $)) (-15 -3925 ((-112) $)) (-15 -2094 ((-112) |t#4| $ (-1 (-112) |t#4| |t#4|))) (-15 -2936 ((-112) |t#4| $)) (-15 -1989 ((-112) |t#4| $)) (-15 -3811 ((-112) |t#4| $)) (-15 -1778 ((-112) $ (-1 (-112) |t#4| (-656 |t#4|)))) (-15 -2936 ((-112) $)) (-15 -1989 ((-112) $)) (-15 -3811 ((-112) $)) (-15 -2722 (|t#4| |t#4| $ (-1 |t#4| |t#4| |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -4336 ((-656 |t#4|) (-656 |t#4|) $ (-1 |t#4| |t#4| |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -4375 (|t#4| |t#4| $)) (-15 -2614 (|t#4| |t#4| $)) (-15 -3758 (|t#4| |t#4| $)) (-15 -3494 (|t#4| |t#4| $)) (-15 -2763 ($ $)) (-15 -2062 (|t#4| |t#4| $)) (-15 -3769 ((-656 $) (-656 |t#4|))) (-15 -4130 ((-656 (-2 (|:| -1594 $) (|:| -3823 (-656 |t#4|)))) (-656 |t#4|))) (-15 -1753 ((-3 |t#4| "failed") $)) (-15 -2850 ((-3 |t#4| "failed") $)) (-15 -1762 ((-3 $ "failed") $)) (-15 -3783 ((-656 |t#3|) $)) (-15 -1649 ((-112) |t#3| $)) (-15 -3604 ((-3 |t#4| "failed") $ |t#3|)) (-15 -4194 ((-3 $ "failed") $ |t#4|)) (-15 -3168 ($ $ |t#4|)) (IF (|has| |t#3| (-379)) (-15 -2825 ((-783) $)) |%noBranch|)))
+(((-34) . T) ((-102) . T) ((-625 (-656 |#4|)) . T) ((-625 (-876)) . T) ((-152 |#4|) . T) ((-626 (-548)) |has| |#4| (-626 (-548))) ((-319 |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))) ((-501 |#4|) . T) ((-526 |#4| |#4|) -12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))) ((-997 |#1| |#2| |#3| |#4|) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1583 (((-656 (-1197)) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-3586 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) NIL)) (-1463 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3562 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3612 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) NIL T CONST)) (-3310 (($ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-2818 (((-971 |#1|) $ (-783)) 17) (((-971 |#1|) $ (-783) (-783)) NIL)) (-2871 (((-112) $) NIL)) (-2723 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1760 (((-783) $ (-1197)) NIL) (((-783) $ (-1197) (-783)) NIL)) (-3315 (((-112) $) NIL)) (-4063 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3649 (((-112) $) NIL)) (-1562 (($ $ (-656 (-1197)) (-656 (-543 (-1197)))) NIL) (($ $ (-1197) (-543 (-1197))) NIL) (($ |#1| (-543 (-1197))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-2608 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-4185 (((-1179) $) NIL)) (-1488 (($ $ (-1197)) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1197) |#1|) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3117 (((-1141) $) NIL)) (-1620 (($ (-1 $) (-1197) |#1|) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3168 (($ $ (-783)) NIL)) (-1943 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-2154 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2143 (($ $ (-1197) $) NIL) (($ $ (-656 (-1197)) (-656 $)) NIL) (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL)) (-4107 (($ $ (-656 (-1197)) (-656 (-783))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197))) NIL) (($ $ (-1197)) NIL)) (-2786 (((-543 (-1197)) $) NIL)) (-3623 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2093 (($ $) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL (|has| |#1| (-174))) (($ $) NIL (|has| |#1| (-568))) (($ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-1197)) NIL) (($ (-971 |#1|)) NIL)) (-1341 ((|#1| $ (-543 (-1197))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL) (((-971 |#1|) $ (-783)) NIL)) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-3653 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3632 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1970 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3157 (($ $ (-656 (-1197)) (-656 (-783))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197))) NIL) (($ $ (-1197)) NIL)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-1232 |#1|) (-13 (-752 |#1| (-1197)) (-10 -8 (-15 -1341 ((-971 |#1|) $ (-783))) (-15 -4114 ($ (-1197))) (-15 -4114 ($ (-971 |#1|))) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -1488 ($ $ (-1197) |#1|)) (-15 -1620 ($ (-1 $) (-1197) |#1|))) |%noBranch|))) (-1070)) (T -1232))
+((-1341 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *2 (-971 *4)) (-5 *1 (-1232 *4)) (-4 *4 (-1070)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-1232 *3)) (-4 *3 (-1070)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-971 *3)) (-4 *3 (-1070)) (-5 *1 (-1232 *3)))) (-1488 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *1 (-1232 *3)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)))) (-1620 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1232 *4))) (-5 *3 (-1197)) (-5 *1 (-1232 *4)) (-4 *4 (-38 (-419 (-576)))) (-4 *4 (-1070)))))
+(-13 (-752 |#1| (-1197)) (-10 -8 (-15 -1341 ((-971 |#1|) $ (-783))) (-15 -4114 ($ (-1197))) (-15 -4114 ($ (-971 |#1|))) (IF (|has| |#1| (-38 (-419 (-576)))) (PROGN (-15 -1488 ($ $ (-1197) |#1|)) (-15 -1620 ($ (-1 $) (-1197) |#1|))) |%noBranch|)))
+((-4196 (($ |#1| (-656 (-656 (-962 (-227)))) (-112)) 19)) (-2067 (((-112) $ (-112)) 18)) (-1914 (((-112) $) 17)) (-3410 (((-656 (-656 (-962 (-227)))) $) 13)) (-3745 ((|#1| $) 8)) (-2617 (((-112) $) 15)))
+(((-1233 |#1|) (-10 -8 (-15 -3745 (|#1| $)) (-15 -3410 ((-656 (-656 (-962 (-227)))) $)) (-15 -2617 ((-112) $)) (-15 -1914 ((-112) $)) (-15 -2067 ((-112) $ (-112))) (-15 -4196 ($ |#1| (-656 (-656 (-962 (-227)))) (-112)))) (-995)) (T -1233))
+((-4196 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-656 (-656 (-962 (-227))))) (-5 *4 (-112)) (-5 *1 (-1233 *2)) (-4 *2 (-995)))) (-2067 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1233 *3)) (-4 *3 (-995)))) (-1914 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1233 *3)) (-4 *3 (-995)))) (-2617 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1233 *3)) (-4 *3 (-995)))) (-3410 (*1 *2 *1) (-12 (-5 *2 (-656 (-656 (-962 (-227))))) (-5 *1 (-1233 *3)) (-4 *3 (-995)))) (-3745 (*1 *2 *1) (-12 (-5 *1 (-1233 *2)) (-4 *2 (-995)))))
+(-10 -8 (-15 -3745 (|#1| $)) (-15 -3410 ((-656 (-656 (-962 (-227)))) $)) (-15 -2617 ((-112) $)) (-15 -1914 ((-112) $)) (-15 -2067 ((-112) $ (-112))) (-15 -4196 ($ |#1| (-656 (-656 (-962 (-227)))) (-112))))
+((-4233 (((-962 (-227)) (-962 (-227))) 31)) (-2821 (((-962 (-227)) (-227) (-227) (-227) (-227)) 10)) (-2630 (((-656 (-962 (-227))) (-962 (-227)) (-962 (-227)) (-962 (-227)) (-227) (-656 (-656 (-227)))) 56)) (-2429 (((-227) (-962 (-227)) (-962 (-227))) 27)) (-3396 (((-962 (-227)) (-962 (-227)) (-962 (-227))) 28)) (-2963 (((-656 (-656 (-227))) (-576)) 44)) (-4037 (((-962 (-227)) (-962 (-227)) (-962 (-227))) 26)) (-4027 (((-962 (-227)) (-962 (-227)) (-962 (-227))) 24)) (* (((-962 (-227)) (-227) (-962 (-227))) 22)))
+(((-1234) (-10 -7 (-15 -2821 ((-962 (-227)) (-227) (-227) (-227) (-227))) (-15 * ((-962 (-227)) (-227) (-962 (-227)))) (-15 -4027 ((-962 (-227)) (-962 (-227)) (-962 (-227)))) (-15 -4037 ((-962 (-227)) (-962 (-227)) (-962 (-227)))) (-15 -2429 ((-227) (-962 (-227)) (-962 (-227)))) (-15 -3396 ((-962 (-227)) (-962 (-227)) (-962 (-227)))) (-15 -4233 ((-962 (-227)) (-962 (-227)))) (-15 -2963 ((-656 (-656 (-227))) (-576))) (-15 -2630 ((-656 (-962 (-227))) (-962 (-227)) (-962 (-227)) (-962 (-227)) (-227) (-656 (-656 (-227))))))) (T -1234))
+((-2630 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-656 (-656 (-227)))) (-5 *4 (-227)) (-5 *2 (-656 (-962 *4))) (-5 *1 (-1234)) (-5 *3 (-962 *4)))) (-2963 (*1 *2 *3) (-12 (-5 *3 (-576)) (-5 *2 (-656 (-656 (-227)))) (-5 *1 (-1234)))) (-4233 (*1 *2 *2) (-12 (-5 *2 (-962 (-227))) (-5 *1 (-1234)))) (-3396 (*1 *2 *2 *2) (-12 (-5 *2 (-962 (-227))) (-5 *1 (-1234)))) (-2429 (*1 *2 *3 *3) (-12 (-5 *3 (-962 (-227))) (-5 *2 (-227)) (-5 *1 (-1234)))) (-4037 (*1 *2 *2 *2) (-12 (-5 *2 (-962 (-227))) (-5 *1 (-1234)))) (-4027 (*1 *2 *2 *2) (-12 (-5 *2 (-962 (-227))) (-5 *1 (-1234)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-962 (-227))) (-5 *3 (-227)) (-5 *1 (-1234)))) (-2821 (*1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-962 (-227))) (-5 *1 (-1234)) (-5 *3 (-227)))))
+(-10 -7 (-15 -2821 ((-962 (-227)) (-227) (-227) (-227) (-227))) (-15 * ((-962 (-227)) (-227) (-962 (-227)))) (-15 -4027 ((-962 (-227)) (-962 (-227)) (-962 (-227)))) (-15 -4037 ((-962 (-227)) (-962 (-227)) (-962 (-227)))) (-15 -2429 ((-227) (-962 (-227)) (-962 (-227)))) (-15 -3396 ((-962 (-227)) (-962 (-227)) (-962 (-227)))) (-15 -4233 ((-962 (-227)) (-962 (-227)))) (-15 -2963 ((-656 (-656 (-227))) (-576))) (-15 -2630 ((-656 (-962 (-227))) (-962 (-227)) (-962 (-227)) (-962 (-227)) (-227) (-656 (-656 (-227))))))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-3604 ((|#1| $ (-783)) 18)) (-3108 (((-783) $) 13)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-4114 (((-977 |#1|) $) 12) (($ (-977 |#1|)) 11) (((-876) $) 29 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-3939 (((-112) $ $) 22 (|has| |#1| (-1121)))))
+(((-1235 |#1|) (-13 (-502 (-977 |#1|)) (-10 -8 (-15 -3604 (|#1| $ (-783))) (-15 -3108 ((-783) $)) (IF (|has| |#1| (-625 (-876))) (-6 (-625 (-876))) |%noBranch|) (IF (|has| |#1| (-1121)) (-6 (-1121)) |%noBranch|))) (-1238)) (T -1235))
+((-3604 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *1 (-1235 *2)) (-4 *2 (-1238)))) (-3108 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-1235 *3)) (-4 *3 (-1238)))))
+(-13 (-502 (-977 |#1|)) (-10 -8 (-15 -3604 (|#1| $ (-783))) (-15 -3108 ((-783) $)) (IF (|has| |#1| (-625 (-876))) (-6 (-625 (-876))) |%noBranch|) (IF (|has| |#1| (-1121)) (-6 (-1121)) |%noBranch|)))
+((-3672 (((-430 (-1193 (-1193 |#1|))) (-1193 (-1193 |#1|)) (-576)) 94)) (-3074 (((-430 (-1193 (-1193 |#1|))) (-1193 (-1193 |#1|))) 86)) (-2551 (((-430 (-1193 (-1193 |#1|))) (-1193 (-1193 |#1|))) 70)))
+(((-1236 |#1|) (-10 -7 (-15 -3074 ((-430 (-1193 (-1193 |#1|))) (-1193 (-1193 |#1|)))) (-15 -2551 ((-430 (-1193 (-1193 |#1|))) (-1193 (-1193 |#1|)))) (-15 -3672 ((-430 (-1193 (-1193 |#1|))) (-1193 (-1193 |#1|)) (-576)))) (-360)) (T -1236))
+((-3672 (*1 *2 *3 *4) (-12 (-5 *4 (-576)) (-4 *5 (-360)) (-5 *2 (-430 (-1193 (-1193 *5)))) (-5 *1 (-1236 *5)) (-5 *3 (-1193 (-1193 *5))))) (-2551 (*1 *2 *3) (-12 (-4 *4 (-360)) (-5 *2 (-430 (-1193 (-1193 *4)))) (-5 *1 (-1236 *4)) (-5 *3 (-1193 (-1193 *4))))) (-3074 (*1 *2 *3) (-12 (-4 *4 (-360)) (-5 *2 (-430 (-1193 (-1193 *4)))) (-5 *1 (-1236 *4)) (-5 *3 (-1193 (-1193 *4))))))
+(-10 -7 (-15 -3074 ((-430 (-1193 (-1193 |#1|))) (-1193 (-1193 |#1|)))) (-15 -2551 ((-430 (-1193 (-1193 |#1|))) (-1193 (-1193 |#1|)))) (-15 -3672 ((-430 (-1193 (-1193 |#1|))) (-1193 (-1193 |#1|)) (-576))))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 9) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1237) (-1104)) (T -1237))
+NIL
+(-1104)
+NIL
+(((-1238) (-141)) (T -1238))
+NIL
+(-13 (-10 -7 (-6 -2600)))
+((-2446 (((-112)) 18)) (-3033 (((-1293) (-656 |#1|) (-656 |#1|)) 22) (((-1293) (-656 |#1|)) 23)) (-4157 (((-112) |#1| |#1|) 37 (|has| |#1| (-862)))) (-4002 (((-112) |#1| |#1| (-1 (-112) |#1| |#1|)) 29) (((-3 (-112) "failed") |#1| |#1|) 27)) (-1510 ((|#1| (-656 |#1|)) 38 (|has| |#1| (-862))) ((|#1| (-656 |#1|) (-1 (-112) |#1| |#1|)) 32)) (-3618 (((-2 (|:| -1391 (-656 |#1|)) (|:| -3312 (-656 |#1|)))) 20)))
+(((-1239 |#1|) (-10 -7 (-15 -3033 ((-1293) (-656 |#1|))) (-15 -3033 ((-1293) (-656 |#1|) (-656 |#1|))) (-15 -3618 ((-2 (|:| -1391 (-656 |#1|)) (|:| -3312 (-656 |#1|))))) (-15 -4002 ((-3 (-112) "failed") |#1| |#1|)) (-15 -4002 ((-112) |#1| |#1| (-1 (-112) |#1| |#1|))) (-15 -1510 (|#1| (-656 |#1|) (-1 (-112) |#1| |#1|))) (-15 -2446 ((-112))) (IF (|has| |#1| (-862)) (PROGN (-15 -1510 (|#1| (-656 |#1|))) (-15 -4157 ((-112) |#1| |#1|))) |%noBranch|)) (-1121)) (T -1239))
+((-4157 (*1 *2 *3 *3) (-12 (-5 *2 (-112)) (-5 *1 (-1239 *3)) (-4 *3 (-862)) (-4 *3 (-1121)))) (-1510 (*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-4 *2 (-1121)) (-4 *2 (-862)) (-5 *1 (-1239 *2)))) (-2446 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1239 *3)) (-4 *3 (-1121)))) (-1510 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *2)) (-5 *4 (-1 (-112) *2 *2)) (-5 *1 (-1239 *2)) (-4 *2 (-1121)))) (-4002 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *3 (-1121)) (-5 *2 (-112)) (-5 *1 (-1239 *3)))) (-4002 (*1 *2 *3 *3) (|partial| -12 (-5 *2 (-112)) (-5 *1 (-1239 *3)) (-4 *3 (-1121)))) (-3618 (*1 *2) (-12 (-5 *2 (-2 (|:| -1391 (-656 *3)) (|:| -3312 (-656 *3)))) (-5 *1 (-1239 *3)) (-4 *3 (-1121)))) (-3033 (*1 *2 *3 *3) (-12 (-5 *3 (-656 *4)) (-4 *4 (-1121)) (-5 *2 (-1293)) (-5 *1 (-1239 *4)))) (-3033 (*1 *2 *3) (-12 (-5 *3 (-656 *4)) (-4 *4 (-1121)) (-5 *2 (-1293)) (-5 *1 (-1239 *4)))))
+(-10 -7 (-15 -3033 ((-1293) (-656 |#1|))) (-15 -3033 ((-1293) (-656 |#1|) (-656 |#1|))) (-15 -3618 ((-2 (|:| -1391 (-656 |#1|)) (|:| -3312 (-656 |#1|))))) (-15 -4002 ((-3 (-112) "failed") |#1| |#1|)) (-15 -4002 ((-112) |#1| |#1| (-1 (-112) |#1| |#1|))) (-15 -1510 (|#1| (-656 |#1|) (-1 (-112) |#1| |#1|))) (-15 -2446 ((-112))) (IF (|has| |#1| (-862)) (PROGN (-15 -1510 (|#1| (-656 |#1|))) (-15 -4157 ((-112) |#1| |#1|))) |%noBranch|))
+((-2293 (((-1293) (-656 (-1197)) (-656 (-1197))) 14) (((-1293) (-656 (-1197))) 12)) (-2235 (((-1293)) 16)) (-4094 (((-2 (|:| -3312 (-656 (-1197))) (|:| -1391 (-656 (-1197))))) 20)))
+(((-1240) (-10 -7 (-15 -2293 ((-1293) (-656 (-1197)))) (-15 -2293 ((-1293) (-656 (-1197)) (-656 (-1197)))) (-15 -4094 ((-2 (|:| -3312 (-656 (-1197))) (|:| -1391 (-656 (-1197)))))) (-15 -2235 ((-1293))))) (T -1240))
+((-2235 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-1240)))) (-4094 (*1 *2) (-12 (-5 *2 (-2 (|:| -3312 (-656 (-1197))) (|:| -1391 (-656 (-1197))))) (-5 *1 (-1240)))) (-2293 (*1 *2 *3 *3) (-12 (-5 *3 (-656 (-1197))) (-5 *2 (-1293)) (-5 *1 (-1240)))) (-2293 (*1 *2 *3) (-12 (-5 *3 (-656 (-1197))) (-5 *2 (-1293)) (-5 *1 (-1240)))))
+(-10 -7 (-15 -2293 ((-1293) (-656 (-1197)))) (-15 -2293 ((-1293) (-656 (-1197)) (-656 (-1197)))) (-15 -4094 ((-2 (|:| -3312 (-656 (-1197))) (|:| -1391 (-656 (-1197)))))) (-15 -2235 ((-1293))))
+((-4068 (($ $) 17)) (-3742 (((-112) $) 28)))
+(((-1241 |#1|) (-10 -8 (-15 -4068 (|#1| |#1|)) (-15 -3742 ((-112) |#1|))) (-1242)) (T -1241))
+NIL
+(-10 -8 (-15 -4068 (|#1| |#1|)) (-15 -3742 ((-112) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-2583 (((-3 $ "failed") $ $) 20)) (-4068 (($ $) 57)) (-2068 (((-430 $) $) 58)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-3742 (((-112) $) 59)) (-3315 (((-112) $) 35)) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-1452 (((-430 $) $) 56)) (-1943 (((-3 $ "failed") $ $) 48)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 45)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27)))
+(((-1242) (-141)) (T -1242))
+((-3742 (*1 *2 *1) (-12 (-4 *1 (-1242)) (-5 *2 (-112)))) (-2068 (*1 *2 *1) (-12 (-5 *2 (-430 *1)) (-4 *1 (-1242)))) (-4068 (*1 *1 *1) (-4 *1 (-1242))) (-1452 (*1 *2 *1) (-12 (-5 *2 (-430 *1)) (-4 *1 (-1242)))))
+(-13 (-464) (-10 -8 (-15 -3742 ((-112) $)) (-15 -2068 ((-430 $) $)) (-15 -4068 ($ $)) (-15 -1452 ((-430 $) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-300) . T) ((-464) . T) ((-568) . T) ((-658 (-576)) . T) ((-658 $) . T) ((-660 $) . T) ((-652 $) . T) ((-729 $) . T) ((-738) . T) ((-1072 $) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) NIL)) (-2200 (((-783)) NIL)) (-3853 (($) NIL T CONST)) (-4370 (($) NIL)) (-2905 (($ $ $) NIL) (($) NIL T CONST)) (-2163 (($ $ $) NIL) (($) NIL T CONST)) (-2106 (((-940) $) NIL)) (-4185 (((-1179) $) NIL)) (-2409 (($ (-940)) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3873 (($ $ $) NIL)) (-3860 (($ $ $) NIL)) (-3000 (((-112) $ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)))
+(((-1243) (-13 (-856) (-10 -8 (-15 -3860 ($ $ $)) (-15 -3873 ($ $ $)) (-15 -3853 ($) -2666)))) (T -1243))
+((-3860 (*1 *1 *1 *1) (-5 *1 (-1243))) (-3873 (*1 *1 *1 *1) (-5 *1 (-1243))) (-3853 (*1 *1) (-5 *1 (-1243))))
+(-13 (-856) (-10 -8 (-15 -3860 ($ $ $)) (-15 -3873 ($ $ $)) (-15 -3853 ($) -2666)))
((|NonNegativeInteger|) (|%not| (|%igt| (INTEGER-LENGTH |#1|) 16)))
-((-3486 (((-112) $ $) NIL)) (-2093 (((-783)) NIL)) (-2135 (($) NIL T CONST)) (-1834 (($) NIL)) (-3123 (($ $ $) NIL) (($) NIL T CONST)) (-2352 (($ $ $) NIL) (($) NIL T CONST)) (-4379 (((-938) $) NIL)) (-3881 (((-1177) $) NIL)) (-3222 (($ (-938)) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-2351 (($ $ $) NIL)) (-2337 (($ $ $) NIL)) (-1540 (((-112) $ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)))
-(((-1242) (-13 (-856) (-10 -8 (-15 -2337 ($ $ $)) (-15 -2351 ($ $ $)) (-15 -2135 ($) -1478)))) (T -1242))
-((-2337 (*1 *1 *1 *1) (-5 *1 (-1242))) (-2351 (*1 *1 *1 *1) (-5 *1 (-1242))) (-2135 (*1 *1) (-5 *1 (-1242))))
-(-13 (-856) (-10 -8 (-15 -2337 ($ $ $)) (-15 -2351 ($ $ $)) (-15 -2135 ($) -1478)))
+((-1955 (((-112) $ $) NIL)) (-2200 (((-783)) NIL)) (-3853 (($) NIL T CONST)) (-4370 (($) NIL)) (-2905 (($ $ $) NIL) (($) NIL T CONST)) (-2163 (($ $ $) NIL) (($) NIL T CONST)) (-2106 (((-940) $) NIL)) (-4185 (((-1179) $) NIL)) (-2409 (($ (-940)) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3873 (($ $ $) NIL)) (-3860 (($ $ $) NIL)) (-3000 (((-112) $ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)))
+(((-1244) (-13 (-856) (-10 -8 (-15 -3860 ($ $ $)) (-15 -3873 ($ $ $)) (-15 -3853 ($) -2666)))) (T -1244))
+((-3860 (*1 *1 *1 *1) (-5 *1 (-1244))) (-3873 (*1 *1 *1 *1) (-5 *1 (-1244))) (-3853 (*1 *1) (-5 *1 (-1244))))
+(-13 (-856) (-10 -8 (-15 -3860 ($ $ $)) (-15 -3873 ($ $ $)) (-15 -3853 ($) -2666)))
((|NonNegativeInteger|) (|%not| (|%igt| (INTEGER-LENGTH |#1|) 32)))
-((-3486 (((-112) $ $) NIL)) (-2093 (((-783)) NIL)) (-2135 (($) NIL T CONST)) (-1834 (($) NIL)) (-3123 (($ $ $) NIL) (($) NIL T CONST)) (-2352 (($ $ $) NIL) (($) NIL T CONST)) (-4379 (((-938) $) NIL)) (-3881 (((-1177) $) NIL)) (-3222 (($ (-938)) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-2351 (($ $ $) NIL)) (-2337 (($ $ $) NIL)) (-1540 (((-112) $ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)))
-(((-1243) (-13 (-856) (-10 -8 (-15 -2337 ($ $ $)) (-15 -2351 ($ $ $)) (-15 -2135 ($) -1478)))) (T -1243))
-((-2337 (*1 *1 *1 *1) (-5 *1 (-1243))) (-2351 (*1 *1 *1 *1) (-5 *1 (-1243))) (-2135 (*1 *1) (-5 *1 (-1243))))
-(-13 (-856) (-10 -8 (-15 -2337 ($ $ $)) (-15 -2351 ($ $ $)) (-15 -2135 ($) -1478)))
+((-1955 (((-112) $ $) NIL)) (-2200 (((-783)) NIL)) (-3853 (($) NIL T CONST)) (-4370 (($) NIL)) (-2905 (($ $ $) NIL) (($) NIL T CONST)) (-2163 (($ $ $) NIL) (($) NIL T CONST)) (-2106 (((-940) $) NIL)) (-4185 (((-1179) $) NIL)) (-2409 (($ (-940)) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3873 (($ $ $) NIL)) (-3860 (($ $ $) NIL)) (-3000 (((-112) $ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)))
+(((-1245) (-13 (-856) (-10 -8 (-15 -3860 ($ $ $)) (-15 -3873 ($ $ $)) (-15 -3853 ($) -2666)))) (T -1245))
+((-3860 (*1 *1 *1 *1) (-5 *1 (-1245))) (-3873 (*1 *1 *1 *1) (-5 *1 (-1245))) (-3853 (*1 *1) (-5 *1 (-1245))))
+(-13 (-856) (-10 -8 (-15 -3860 ($ $ $)) (-15 -3873 ($ $ $)) (-15 -3853 ($) -2666)))
((|NonNegativeInteger|) (|%not| (|%igt| (INTEGER-LENGTH |#1|) 64)))
-((-3486 (((-112) $ $) NIL)) (-2093 (((-783)) NIL)) (-2135 (($) NIL T CONST)) (-1834 (($) NIL)) (-3123 (($ $ $) NIL) (($) NIL T CONST)) (-2352 (($ $ $) NIL) (($) NIL T CONST)) (-4379 (((-938) $) NIL)) (-3881 (((-1177) $) NIL)) (-3222 (($ (-938)) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) NIL)) (-2351 (($ $ $) NIL)) (-2337 (($ $ $) NIL)) (-1540 (((-112) $ $) NIL)) (-2989 (((-112) $ $) NIL)) (-2960 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)))
-(((-1244) (-13 (-856) (-10 -8 (-15 -2337 ($ $ $)) (-15 -2351 ($ $ $)) (-15 -2135 ($) -1478)))) (T -1244))
-((-2337 (*1 *1 *1 *1) (-5 *1 (-1244))) (-2351 (*1 *1 *1 *1) (-5 *1 (-1244))) (-2135 (*1 *1) (-5 *1 (-1244))))
-(-13 (-856) (-10 -8 (-15 -2337 ($ $ $)) (-15 -2351 ($ $ $)) (-15 -2135 ($) -1478)))
+((-1955 (((-112) $ $) NIL)) (-2200 (((-783)) NIL)) (-3853 (($) NIL T CONST)) (-4370 (($) NIL)) (-2905 (($ $ $) NIL) (($) NIL T CONST)) (-2163 (($ $ $) NIL) (($) NIL T CONST)) (-2106 (((-940) $) NIL)) (-4185 (((-1179) $) NIL)) (-2409 (($ (-940)) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) NIL)) (-3873 (($ $ $) NIL)) (-3860 (($ $ $) NIL)) (-3000 (((-112) $ $) NIL)) (-3995 (((-112) $ $) NIL)) (-3975 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL)) (-3962 (((-112) $ $) NIL)))
+(((-1246) (-13 (-856) (-10 -8 (-15 -3860 ($ $ $)) (-15 -3873 ($ $ $)) (-15 -3853 ($) -2666)))) (T -1246))
+((-3860 (*1 *1 *1 *1) (-5 *1 (-1246))) (-3873 (*1 *1 *1 *1) (-5 *1 (-1246))) (-3853 (*1 *1) (-5 *1 (-1246))))
+(-13 (-856) (-10 -8 (-15 -3860 ($ $ $)) (-15 -3873 ($ $ $)) (-15 -3853 ($) -2666)))
((|NonNegativeInteger|) (|%not| (|%igt| (INTEGER-LENGTH |#1|) 8)))
-((-4114 (((-1250 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1250 |#1| |#3| |#5|)) 23)))
-(((-1245 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -4114 ((-1250 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1250 |#1| |#3| |#5|)))) (-1068) (-1068) (-1195) (-1195) |#1| |#2|) (T -1245))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1250 *5 *7 *9)) (-4 *5 (-1068)) (-4 *6 (-1068)) (-14 *7 (-1195)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1250 *6 *8 *10)) (-5 *1 (-1245 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1195)))))
-(-10 -7 (-15 -4114 ((-1250 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1250 |#1| |#3| |#5|))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-1960 (((-656 (-1101)) $) 86)) (-3052 (((-1195) $) 118)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-4380 (($ $) 64 (|has| |#1| (-568)))) (-1657 (((-112) $) 66 (|has| |#1| (-568)))) (-1930 (($ $ (-576)) 113) (($ $ (-576) (-576)) 112)) (-3964 (((-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $) 119)) (-4022 (($ $) 150 (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) 133 (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) 20)) (-1415 (($ $) 177 (|has| |#1| (-374)))) (-3422 (((-430 $) $) 178 (|has| |#1| (-374)))) (-1838 (($ $) 132 (|has| |#1| (-38 (-419 (-576)))))) (-1829 (((-112) $ $) 168 (|has| |#1| (-374)))) (-4003 (($ $) 149 (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) 134 (|has| |#1| (-38 (-419 (-576)))))) (-3077 (($ (-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|)))) 188)) (-4047 (($ $) 148 (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) 135 (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) 18 T CONST)) (-3426 (($ $ $) 172 (|has| |#1| (-374)))) (-2109 (($ $) 72)) (-2251 (((-3 $ "failed") $) 37)) (-3229 (((-419 (-969 |#1|)) $ (-576)) 186 (|has| |#1| (-568))) (((-419 (-969 |#1|)) $ (-576) (-576)) 185 (|has| |#1| (-568)))) (-3438 (($ $ $) 171 (|has| |#1| (-374)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 166 (|has| |#1| (-374)))) (-4283 (((-112) $) 179 (|has| |#1| (-374)))) (-2928 (((-112) $) 85)) (-1598 (($) 160 (|has| |#1| (-38 (-419 (-576)))))) (-1991 (((-576) $) 115) (((-576) $ (-576)) 114)) (-3612 (((-112) $) 35)) (-3867 (($ $ (-576)) 131 (|has| |#1| (-38 (-419 (-576)))))) (-4255 (($ $ (-938)) 116)) (-2594 (($ (-1 |#1| (-576)) $) 187)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 175 (|has| |#1| (-374)))) (-2544 (((-112) $) 74)) (-1940 (($ |#1| (-576)) 73) (($ $ (-1101) (-576)) 88) (($ $ (-656 (-1101)) (-656 (-576))) 87)) (-4114 (($ (-1 |#1| |#1|) $) 75)) (-3742 (($ $) 157 (|has| |#1| (-38 (-419 (-576)))))) (-2076 (($ $) 77)) (-2086 ((|#1| $) 78)) (-3457 (($ (-656 $)) 164 (|has| |#1| (-374))) (($ $ $) 163 (|has| |#1| (-374)))) (-3881 (((-1177) $) 10)) (-2045 (($ $) 180 (|has| |#1| (-374)))) (-2092 (($ $) 184 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1195)) 183 (-2755 (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-976)) (|has| |#1| (-1221)) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-15 -1960 ((-656 (-1195)) |#1|))) (|has| |#1| (-15 -2092 (|#1| |#1| (-1195)))) (|has| |#1| (-38 (-419 (-576)))))))) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 165 (|has| |#1| (-374)))) (-3495 (($ (-656 $)) 162 (|has| |#1| (-374))) (($ $ $) 161 (|has| |#1| (-374)))) (-1827 (((-430 $) $) 176 (|has| |#1| (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 174 (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 173 (|has| |#1| (-374)))) (-3905 (($ $ (-576)) 110)) (-3473 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 167 (|has| |#1| (-374)))) (-4101 (($ $) 158 (|has| |#1| (-38 (-419 (-576)))))) (-3281 (((-1176 |#1|) $ |#1|) 109 (|has| |#1| (-15 ** (|#1| |#1| (-576)))))) (-3909 (((-783) $) 169 (|has| |#1| (-374)))) (-2794 ((|#1| $ (-576)) 120) (($ $ $) 96 (|has| (-576) (-1131)))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 170 (|has| |#1| (-374)))) (-2770 (($ $ (-1195)) 108 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-656 (-1195))) 106 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1195) (-783)) 105 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-656 (-1195)) (-656 (-783))) 104 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $) 100 (|has| |#1| (-15 * (|#1| (-576) |#1|)))) (($ $ (-783)) 98 (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (-1967 (((-576) $) 76)) (-4058 (($ $) 147 (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) 136 (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) 146 (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) 137 (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) 145 (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) 138 (|has| |#1| (-38 (-419 (-576)))))) (-3746 (($ $) 84)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 59 (|has| |#1| (-174))) (($ (-419 (-576))) 69 (|has| |#1| (-38 (-419 (-576))))) (($ $) 61 (|has| |#1| (-568)))) (-1749 ((|#1| $ (-576)) 71)) (-2846 (((-3 $ "failed") $) 60 (|has| |#1| (-146)))) (-2596 (((-783)) 32 T CONST)) (-2391 ((|#1| $) 117)) (-1540 (((-112) $ $) 9)) (-2787 (($ $) 156 (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) 144 (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) 65 (|has| |#1| (-568)))) (-4068 (($ $) 155 (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) 143 (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) 154 (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) 142 (|has| |#1| (-38 (-419 (-576)))))) (-4163 ((|#1| $ (-576)) 111 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-576)))) (|has| |#1| (-15 -3567 (|#1| (-1195))))))) (-4385 (($ $) 153 (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) 141 (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) 152 (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) 140 (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) 151 (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) 139 (|has| |#1| (-38 (-419 (-576)))))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-1195)) 107 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-656 (-1195))) 103 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1195) (-783)) 102 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-656 (-1195)) (-656 (-783))) 101 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $) 99 (|has| |#1| (-15 * (|#1| (-576) |#1|)))) (($ $ (-783)) 97 (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#1|) 70 (|has| |#1| (-374))) (($ $ $) 182 (|has| |#1| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 181 (|has| |#1| (-374))) (($ $ $) 159 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 130 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
-(((-1246 |#1|) (-141) (-1068)) (T -1246))
-((-3077 (*1 *1 *2) (-12 (-5 *2 (-1176 (-2 (|:| |k| (-576)) (|:| |c| *3)))) (-4 *3 (-1068)) (-4 *1 (-1246 *3)))) (-2594 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-576))) (-4 *1 (-1246 *3)) (-4 *3 (-1068)))) (-3229 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-1246 *4)) (-4 *4 (-1068)) (-4 *4 (-568)) (-5 *2 (-419 (-969 *4))))) (-3229 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-576)) (-4 *1 (-1246 *4)) (-4 *4 (-1068)) (-4 *4 (-568)) (-5 *2 (-419 (-969 *4))))) (-2092 (*1 *1 *1) (-12 (-4 *1 (-1246 *2)) (-4 *2 (-1068)) (-4 *2 (-38 (-419 (-576)))))) (-2092 (*1 *1 *1 *2) (-2755 (-12 (-5 *2 (-1195)) (-4 *1 (-1246 *3)) (-4 *3 (-1068)) (-12 (-4 *3 (-29 (-576))) (-4 *3 (-976)) (-4 *3 (-1221)) (-4 *3 (-38 (-419 (-576)))))) (-12 (-5 *2 (-1195)) (-4 *1 (-1246 *3)) (-4 *3 (-1068)) (-12 (|has| *3 (-15 -1960 ((-656 *2) *3))) (|has| *3 (-15 -2092 (*3 *3 *2))) (-4 *3 (-38 (-419 (-576)))))))))
-(-13 (-1264 |t#1| (-576)) (-10 -8 (-15 -3077 ($ (-1176 (-2 (|:| |k| (-576)) (|:| |c| |t#1|))))) (-15 -2594 ($ (-1 |t#1| (-576)) $)) (IF (|has| |t#1| (-568)) (PROGN (-15 -3229 ((-419 (-969 |t#1|)) $ (-576))) (-15 -3229 ((-419 (-969 |t#1|)) $ (-576) (-576)))) |%noBranch|) (IF (|has| |t#1| (-38 (-419 (-576)))) (PROGN (-15 -2092 ($ $)) (IF (|has| |t#1| (-15 -2092 (|t#1| |t#1| (-1195)))) (IF (|has| |t#1| (-15 -1960 ((-656 (-1195)) |t#1|))) (-15 -2092 ($ $ (-1195))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1221)) (IF (|has| |t#1| (-976)) (IF (|has| |t#1| (-29 (-576))) (-15 -2092 ($ $ (-1195))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1021)) (-6 (-1221))) |%noBranch|) (IF (|has| |t#1| (-374)) (-6 (-374)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-576)) . T) ((-25) . T) ((-38 #1=(-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-35) |has| |#1| (-38 (-419 (-576)))) ((-95) |has| |#1| (-38 (-419 (-576)))) ((-102) . T) ((-111 #1# #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-628 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-625 (-874)) . T) ((-174) -2755 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-234 $) |has| |#1| (-15 * (|#1| (-576) |#1|))) ((-238) |has| |#1| (-15 * (|#1| (-576) |#1|))) ((-237) |has| |#1| (-15 * (|#1| (-576) |#1|))) ((-248) |has| |#1| (-374)) ((-294) |has| |#1| (-38 (-419 (-576)))) ((-296 #0# |#1|) . T) ((-296 $ $) |has| (-576) (-1131)) ((-300) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-317) |has| |#1| (-374)) ((-374) |has| |#1| (-374)) ((-464) |has| |#1| (-374)) ((-505) |has| |#1| (-38 (-419 (-576)))) ((-568) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-658 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-729 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-738) . T) ((-909 $ #2=(-1195)) -12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))) ((-915 #2#) -12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))) ((-917 #2#) -12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))) ((-992 |#1| #0# (-1101)) . T) ((-937) |has| |#1| (-374)) ((-1021) |has| |#1| (-38 (-419 (-576)))) ((-1070 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-1070 |#1|) . T) ((-1070 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1075 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-1075 |#1|) . T) ((-1075 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1221) |has| |#1| (-38 (-419 (-576)))) ((-1224) |has| |#1| (-38 (-419 (-576)))) ((-1236) . T) ((-1240) |has| |#1| (-374)) ((-1264 |#1| #0#) . T))
-((-1353 (((-112) $) 12)) (-1570 (((-3 |#3| "failed") $) 17) (((-3 (-1195) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 (-576) "failed") $) NIL)) (-2857 ((|#3| $) 14) (((-1195) $) NIL) (((-419 (-576)) $) NIL) (((-576) $) NIL)))
-(((-1247 |#1| |#2| |#3|) (-10 -8 (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -1570 ((-3 (-1195) "failed") |#1|)) (-15 -2857 ((-1195) |#1|)) (-15 -1570 ((-3 |#3| "failed") |#1|)) (-15 -2857 (|#3| |#1|)) (-15 -1353 ((-112) |#1|))) (-1248 |#2| |#3|) (-1068) (-1277 |#2|)) (T -1247))
-NIL
-(-10 -8 (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -1570 ((-3 (-1195) "failed") |#1|)) (-15 -2857 ((-1195) |#1|)) (-15 -1570 ((-3 |#3| "failed") |#1|)) (-15 -2857 (|#3| |#1|)) (-15 -1353 ((-112) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-3522 ((|#2| $) 250 (-2669 (|has| |#2| (-317)) (|has| |#1| (-374))))) (-1960 (((-656 (-1101)) $) 86)) (-3052 (((-1195) $) 118)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-4380 (($ $) 64 (|has| |#1| (-568)))) (-1657 (((-112) $) 66 (|has| |#1| (-568)))) (-1930 (($ $ (-576)) 113) (($ $ (-576) (-576)) 112)) (-3964 (((-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $) 119)) (-2560 ((|#2| $) 286)) (-3584 (((-3 |#2| "failed") $) 282)) (-2003 ((|#2| $) 283)) (-4022 (($ $) 150 (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) 133 (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) 20)) (-2425 (((-430 (-1191 $)) (-1191 $)) 259 (-2669 (|has| |#2| (-926)) (|has| |#1| (-374))))) (-1415 (($ $) 177 (|has| |#1| (-374)))) (-3422 (((-430 $) $) 178 (|has| |#1| (-374)))) (-1838 (($ $) 132 (|has| |#1| (-38 (-419 (-576)))))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) 256 (-2669 (|has| |#2| (-926)) (|has| |#1| (-374))))) (-1829 (((-112) $ $) 168 (|has| |#1| (-374)))) (-4003 (($ $) 149 (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) 134 (|has| |#1| (-38 (-419 (-576)))))) (-2786 (((-576) $) 268 (-2669 (|has| |#2| (-832)) (|has| |#1| (-374))))) (-3077 (($ (-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|)))) 188)) (-4047 (($ $) 148 (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) 135 (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) 18 T CONST)) (-1570 (((-3 |#2| "failed") $) 289) (((-3 (-576) "failed") $) 279 (-2669 (|has| |#2| (-1057 (-576))) (|has| |#1| (-374)))) (((-3 (-419 (-576)) "failed") $) 277 (-2669 (|has| |#2| (-1057 (-576))) (|has| |#1| (-374)))) (((-3 (-1195) "failed") $) 261 (-2669 (|has| |#2| (-1057 (-1195))) (|has| |#1| (-374))))) (-2857 ((|#2| $) 290) (((-576) $) 278 (-2669 (|has| |#2| (-1057 (-576))) (|has| |#1| (-374)))) (((-419 (-576)) $) 276 (-2669 (|has| |#2| (-1057 (-576))) (|has| |#1| (-374)))) (((-1195) $) 260 (-2669 (|has| |#2| (-1057 (-1195))) (|has| |#1| (-374))))) (-3553 (($ $) 285) (($ (-576) $) 284)) (-3426 (($ $ $) 172 (|has| |#1| (-374)))) (-2109 (($ $) 72)) (-3142 (((-701 |#2|) (-701 $)) 238 (|has| |#1| (-374))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) 237 (|has| |#1| (-374))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 236 (-2669 (|has| |#2| (-651 (-576))) (|has| |#1| (-374)))) (((-701 (-576)) (-701 $)) 235 (-2669 (|has| |#2| (-651 (-576))) (|has| |#1| (-374))))) (-2251 (((-3 $ "failed") $) 37)) (-3229 (((-419 (-969 |#1|)) $ (-576)) 186 (|has| |#1| (-568))) (((-419 (-969 |#1|)) $ (-576) (-576)) 185 (|has| |#1| (-568)))) (-1834 (($) 252 (-2669 (|has| |#2| (-557)) (|has| |#1| (-374))))) (-3438 (($ $ $) 171 (|has| |#1| (-374)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 166 (|has| |#1| (-374)))) (-4283 (((-112) $) 179 (|has| |#1| (-374)))) (-3075 (((-112) $) 266 (-2669 (|has| |#2| (-832)) (|has| |#1| (-374))))) (-2928 (((-112) $) 85)) (-1598 (($) 160 (|has| |#1| (-38 (-419 (-576)))))) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 244 (-2669 (|has| |#2| (-899 (-390))) (|has| |#1| (-374)))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) 243 (-2669 (|has| |#2| (-899 (-576))) (|has| |#1| (-374))))) (-1991 (((-576) $) 115) (((-576) $ (-576)) 114)) (-3612 (((-112) $) 35)) (-2684 (($ $) 248 (|has| |#1| (-374)))) (-1568 ((|#2| $) 246 (|has| |#1| (-374)))) (-3867 (($ $ (-576)) 131 (|has| |#1| (-38 (-419 (-576)))))) (-2162 (((-3 $ "failed") $) 280 (-2669 (|has| |#2| (-1171)) (|has| |#1| (-374))))) (-3667 (((-112) $) 267 (-2669 (|has| |#2| (-832)) (|has| |#1| (-374))))) (-4255 (($ $ (-938)) 116)) (-2594 (($ (-1 |#1| (-576)) $) 187)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 175 (|has| |#1| (-374)))) (-2544 (((-112) $) 74)) (-1940 (($ |#1| (-576)) 73) (($ $ (-1101) (-576)) 88) (($ $ (-656 (-1101)) (-656 (-576))) 87)) (-3123 (($ $ $) 270 (-2669 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-2352 (($ $ $) 271 (-2669 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-4114 (($ (-1 |#1| |#1|) $) 75) (($ (-1 |#2| |#2|) $) 228 (|has| |#1| (-374)))) (-3742 (($ $) 157 (|has| |#1| (-38 (-419 (-576)))))) (-1853 (((-701 |#2|) (-1286 $)) 240 (|has| |#1| (-374))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-1286 $) $) 239 (|has| |#1| (-374))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) 234 (-2669 (|has| |#2| (-651 (-576))) (|has| |#1| (-374)))) (((-701 (-576)) (-1286 $)) 233 (-2669 (|has| |#2| (-651 (-576))) (|has| |#1| (-374))))) (-2076 (($ $) 77)) (-2086 ((|#1| $) 78)) (-3457 (($ (-656 $)) 164 (|has| |#1| (-374))) (($ $ $) 163 (|has| |#1| (-374)))) (-2015 (($ (-576) |#2|) 287)) (-3881 (((-1177) $) 10)) (-2045 (($ $) 180 (|has| |#1| (-374)))) (-2092 (($ $) 184 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1195)) 183 (-2755 (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-976)) (|has| |#1| (-1221)) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-15 -1960 ((-656 (-1195)) |#1|))) (|has| |#1| (-15 -2092 (|#1| |#1| (-1195)))) (|has| |#1| (-38 (-419 (-576)))))))) (-3537 (($) 281 (-2669 (|has| |#2| (-1171)) (|has| |#1| (-374))) CONST)) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 165 (|has| |#1| (-374)))) (-3495 (($ (-656 $)) 162 (|has| |#1| (-374))) (($ $ $) 161 (|has| |#1| (-374)))) (-3252 (($ $) 251 (-2669 (|has| |#2| (-317)) (|has| |#1| (-374))))) (-3247 ((|#2| $) 254 (-2669 (|has| |#2| (-557)) (|has| |#1| (-374))))) (-2307 (((-430 (-1191 $)) (-1191 $)) 257 (-2669 (|has| |#2| (-926)) (|has| |#1| (-374))))) (-1830 (((-430 (-1191 $)) (-1191 $)) 258 (-2669 (|has| |#2| (-926)) (|has| |#1| (-374))))) (-1827 (((-430 $) $) 176 (|has| |#1| (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 174 (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 173 (|has| |#1| (-374)))) (-3905 (($ $ (-576)) 110)) (-3473 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 167 (|has| |#1| (-374)))) (-4101 (($ $) 158 (|has| |#1| (-38 (-419 (-576)))))) (-3281 (((-1176 |#1|) $ |#1|) 109 (|has| |#1| (-15 ** (|#1| |#1| (-576))))) (($ $ (-1195) |#2|) 227 (-2669 (|has| |#2| (-526 (-1195) |#2|)) (|has| |#1| (-374)))) (($ $ (-656 (-1195)) (-656 |#2|)) 226 (-2669 (|has| |#2| (-526 (-1195) |#2|)) (|has| |#1| (-374)))) (($ $ (-656 (-304 |#2|))) 225 (-2669 (|has| |#2| (-319 |#2|)) (|has| |#1| (-374)))) (($ $ (-304 |#2|)) 224 (-2669 (|has| |#2| (-319 |#2|)) (|has| |#1| (-374)))) (($ $ |#2| |#2|) 223 (-2669 (|has| |#2| (-319 |#2|)) (|has| |#1| (-374)))) (($ $ (-656 |#2|) (-656 |#2|)) 222 (-2669 (|has| |#2| (-319 |#2|)) (|has| |#1| (-374))))) (-3909 (((-783) $) 169 (|has| |#1| (-374)))) (-2794 ((|#1| $ (-576)) 120) (($ $ $) 96 (|has| (-576) (-1131))) (($ $ |#2|) 221 (-2669 (|has| |#2| (-296 |#2| |#2|)) (|has| |#1| (-374))))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 170 (|has| |#1| (-374)))) (-2770 (($ $ (-1 |#2| |#2|) (-783)) 230 (|has| |#1| (-374))) (($ $ (-1 |#2| |#2|)) 229 (|has| |#1| (-374))) (($ $) 100 (-2755 (-2669 (|has| |#2| (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-783)) 98 (-2755 (-2669 (|has| |#2| (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1195)) 108 (-2755 (-2669 (|has| |#2| (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))))) (($ $ (-656 (-1195))) 106 (-2755 (-2669 (|has| |#2| (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))))) (($ $ (-1195) (-783)) 105 (-2755 (-2669 (|has| |#2| (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))))) (($ $ (-656 (-1195)) (-656 (-783))) 104 (-2755 (-2669 (|has| |#2| (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))))) (-1507 (($ $) 249 (|has| |#1| (-374)))) (-1579 ((|#2| $) 247 (|has| |#1| (-374)))) (-1967 (((-576) $) 76)) (-4058 (($ $) 147 (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) 136 (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) 146 (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) 137 (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) 145 (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) 138 (|has| |#1| (-38 (-419 (-576)))))) (-4169 (((-227) $) 265 (-2669 (|has| |#2| (-1041)) (|has| |#1| (-374)))) (((-390) $) 264 (-2669 (|has| |#2| (-1041)) (|has| |#1| (-374)))) (((-548) $) 263 (-2669 (|has| |#2| (-626 (-548))) (|has| |#1| (-374)))) (((-905 (-390)) $) 242 (-2669 (|has| |#2| (-626 (-905 (-390)))) (|has| |#1| (-374)))) (((-905 (-576)) $) 241 (-2669 (|has| |#2| (-626 (-905 (-576)))) (|has| |#1| (-374))))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) 255 (-2669 (-2669 (|has| $ (-146)) (|has| |#2| (-926))) (|has| |#1| (-374))))) (-3746 (($ $) 84)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 59 (|has| |#1| (-174))) (($ |#2|) 288) (($ (-1195)) 262 (-2669 (|has| |#2| (-1057 (-1195))) (|has| |#1| (-374)))) (($ (-419 (-576))) 69 (|has| |#1| (-38 (-419 (-576))))) (($ $) 61 (|has| |#1| (-568)))) (-1749 ((|#1| $ (-576)) 71)) (-2846 (((-3 $ "failed") $) 60 (-2755 (-2669 (-2755 (|has| |#2| (-146)) (-2669 (|has| $ (-146)) (|has| |#2| (-926)))) (|has| |#1| (-374))) (|has| |#1| (-146))))) (-2596 (((-783)) 32 T CONST)) (-2391 ((|#1| $) 117)) (-4317 ((|#2| $) 253 (-2669 (|has| |#2| (-557)) (|has| |#1| (-374))))) (-1540 (((-112) $ $) 9)) (-2787 (($ $) 156 (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) 144 (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) 65 (|has| |#1| (-568)))) (-4068 (($ $) 155 (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) 143 (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) 154 (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) 142 (|has| |#1| (-38 (-419 (-576)))))) (-4163 ((|#1| $ (-576)) 111 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-576)))) (|has| |#1| (-15 -3567 (|#1| (-1195))))))) (-4385 (($ $) 153 (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) 141 (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) 152 (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) 140 (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) 151 (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) 139 (|has| |#1| (-38 (-419 (-576)))))) (-4308 (($ $) 269 (-2669 (|has| |#2| (-832)) (|has| |#1| (-374))))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-1 |#2| |#2|) (-783)) 232 (|has| |#1| (-374))) (($ $ (-1 |#2| |#2|)) 231 (|has| |#1| (-374))) (($ $) 99 (-2755 (-2669 (|has| |#2| (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-783)) 97 (-2755 (-2669 (|has| |#2| (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1195)) 107 (-2755 (-2669 (|has| |#2| (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))))) (($ $ (-656 (-1195))) 103 (-2755 (-2669 (|has| |#2| (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))))) (($ $ (-1195) (-783)) 102 (-2755 (-2669 (|has| |#2| (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))))) (($ $ (-656 (-1195)) (-656 (-783))) 101 (-2755 (-2669 (|has| |#2| (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))))) (-2989 (((-112) $ $) 273 (-2669 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-2960 (((-112) $ $) 274 (-2669 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-2921 (((-112) $ $) 7)) (-2975 (((-112) $ $) 272 (-2669 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-2946 (((-112) $ $) 275 (-2669 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-3054 (($ $ |#1|) 70 (|has| |#1| (-374))) (($ $ $) 182 (|has| |#1| (-374))) (($ |#2| |#2|) 245 (|has| |#1| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 181 (|has| |#1| (-374))) (($ $ $) 159 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 130 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ $ |#2|) 220 (|has| |#1| (-374))) (($ |#2| $) 219 (|has| |#1| (-374))) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
-(((-1248 |#1| |#2|) (-141) (-1068) (-1277 |t#1|)) (T -1248))
-((-1967 (*1 *2 *1) (-12 (-4 *1 (-1248 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1277 *3)) (-5 *2 (-576)))) (-2015 (*1 *1 *2 *3) (-12 (-5 *2 (-576)) (-4 *4 (-1068)) (-4 *1 (-1248 *4 *3)) (-4 *3 (-1277 *4)))) (-2560 (*1 *2 *1) (-12 (-4 *1 (-1248 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-1277 *3)))) (-3553 (*1 *1 *1) (-12 (-4 *1 (-1248 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-1277 *2)))) (-3553 (*1 *1 *2 *1) (-12 (-5 *2 (-576)) (-4 *1 (-1248 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1277 *3)))) (-2003 (*1 *2 *1) (-12 (-4 *1 (-1248 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-1277 *3)))) (-3584 (*1 *2 *1) (|partial| -12 (-4 *1 (-1248 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-1277 *3)))))
-(-13 (-1246 |t#1|) (-1057 |t#2|) (-628 |t#2|) (-10 -8 (-15 -2015 ($ (-576) |t#2|)) (-15 -1967 ((-576) $)) (-15 -2560 (|t#2| $)) (-15 -3553 ($ $)) (-15 -3553 ($ (-576) $)) (-15 -2003 (|t#2| $)) (-15 -3584 ((-3 |t#2| "failed") $)) (IF (|has| |t#1| (-374)) (-6 (-1011 |t#2|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-576)) . T) ((-25) . T) ((-38 #1=(-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-38 |#1|) |has| |#1| (-174)) ((-38 |#2|) |has| |#1| (-374)) ((-38 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-35) |has| |#1| (-38 (-419 (-576)))) ((-95) |has| |#1| (-38 (-419 (-576)))) ((-102) . T) ((-111 #1# #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-111 |#1| |#1|) . T) ((-111 |#2| |#2|) |has| |#1| (-374)) ((-111 $ $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-132) . T) ((-146) -2755 (-12 (|has| |#1| (-374)) (|has| |#2| (-146))) (|has| |#1| (-146))) ((-148) -2755 (-12 (|has| |#1| (-374)) (|has| |#2| (-148))) (|has| |#1| (-148))) ((-628 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 #2=(-1195)) -12 (|has| |#1| (-374)) (|has| |#2| (-1057 (-1195)))) ((-628 |#1|) |has| |#1| (-174)) ((-628 |#2|) . T) ((-628 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-625 (-874)) . T) ((-174) -2755 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-626 (-227)) -12 (|has| |#1| (-374)) (|has| |#2| (-1041))) ((-626 (-390)) -12 (|has| |#1| (-374)) (|has| |#2| (-1041))) ((-626 (-548)) -12 (|has| |#1| (-374)) (|has| |#2| (-626 (-548)))) ((-626 (-905 (-390))) -12 (|has| |#1| (-374)) (|has| |#2| (-626 (-905 (-390))))) ((-626 (-905 (-576))) -12 (|has| |#1| (-374)) (|has| |#2| (-626 (-905 (-576))))) ((-234 $) -2755 (-12 (|has| |#1| (-374)) (|has| |#2| (-237))) (-12 (|has| |#1| (-374)) (|has| |#2| (-238))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))) ((-232 |#2|) |has| |#1| (-374)) ((-238) -2755 (-12 (|has| |#1| (-374)) (|has| |#2| (-238))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))) ((-237) -2755 (-12 (|has| |#1| (-374)) (|has| |#2| (-237))) (-12 (|has| |#1| (-374)) (|has| |#2| (-238))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))) ((-272 |#2|) |has| |#1| (-374)) ((-248) |has| |#1| (-374)) ((-294) |has| |#1| (-38 (-419 (-576)))) ((-296 #0# |#1|) . T) ((-296 |#2| $) -12 (|has| |#1| (-374)) (|has| |#2| (-296 |#2| |#2|))) ((-296 $ $) |has| (-576) (-1131)) ((-300) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-317) |has| |#1| (-374)) ((-319 |#2|) -12 (|has| |#1| (-374)) (|has| |#2| (-319 |#2|))) ((-374) |has| |#1| (-374)) ((-349 |#2|) |has| |#1| (-374)) ((-388 |#2|) |has| |#1| (-374)) ((-412 |#2|) |has| |#1| (-374)) ((-464) |has| |#1| (-374)) ((-505) |has| |#1| (-38 (-419 (-576)))) ((-526 (-1195) |#2|) -12 (|has| |#1| (-374)) (|has| |#2| (-526 (-1195) |#2|))) ((-526 |#2| |#2|) -12 (|has| |#1| (-374)) (|has| |#2| (-319 |#2|))) ((-568) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-658 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 |#2|) |has| |#1| (-374)) ((-658 $) . T) ((-660 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-660 #3=(-576)) -12 (|has| |#1| (-374)) (|has| |#2| (-651 (-576)))) ((-660 |#1|) . T) ((-660 |#2|) |has| |#1| (-374)) ((-660 $) . T) ((-652 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-652 |#1|) |has| |#1| (-174)) ((-652 |#2|) |has| |#1| (-374)) ((-652 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-651 #3#) -12 (|has| |#1| (-374)) (|has| |#2| (-651 (-576)))) ((-651 |#2|) |has| |#1| (-374)) ((-729 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-729 |#1|) |has| |#1| (-174)) ((-729 |#2|) |has| |#1| (-374)) ((-729 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-738) . T) ((-803) -12 (|has| |#1| (-374)) (|has| |#2| (-832))) ((-804) -12 (|has| |#1| (-374)) (|has| |#2| (-832))) ((-806) -12 (|has| |#1| (-374)) (|has| |#2| (-832))) ((-807) -12 (|has| |#1| (-374)) (|has| |#2| (-832))) ((-832) -12 (|has| |#1| (-374)) (|has| |#2| (-832))) ((-860) -12 (|has| |#1| (-374)) (|has| |#2| (-832))) ((-862) -2755 (-12 (|has| |#1| (-374)) (|has| |#2| (-862))) (-12 (|has| |#1| (-374)) (|has| |#2| (-832)))) ((-909 $ #4=(-1195)) -2755 (-12 (|has| |#1| (-374)) (|has| |#2| (-917 (-1195)))) (-12 (|has| |#1| (-374)) (|has| |#2| (-915 (-1195)))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))) ((-915 (-1195)) -2755 (-12 (|has| |#1| (-374)) (|has| |#2| (-915 (-1195)))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))) ((-917 #4#) -2755 (-12 (|has| |#1| (-374)) (|has| |#2| (-917 (-1195)))) (-12 (|has| |#1| (-374)) (|has| |#2| (-915 (-1195)))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))) ((-899 (-390)) -12 (|has| |#1| (-374)) (|has| |#2| (-899 (-390)))) ((-899 (-576)) -12 (|has| |#1| (-374)) (|has| |#2| (-899 (-576)))) ((-897 |#2|) |has| |#1| (-374)) ((-926) -12 (|has| |#1| (-374)) (|has| |#2| (-926))) ((-992 |#1| #0# (-1101)) . T) ((-937) |has| |#1| (-374)) ((-1011 |#2|) |has| |#1| (-374)) ((-1021) |has| |#1| (-38 (-419 (-576)))) ((-1041) -12 (|has| |#1| (-374)) (|has| |#2| (-1041))) ((-1057 (-419 (-576))) -12 (|has| |#1| (-374)) (|has| |#2| (-1057 (-576)))) ((-1057 (-576)) -12 (|has| |#1| (-374)) (|has| |#2| (-1057 (-576)))) ((-1057 #2#) -12 (|has| |#1| (-374)) (|has| |#2| (-1057 (-1195)))) ((-1057 |#2|) . T) ((-1070 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-1070 |#1|) . T) ((-1070 |#2|) |has| |#1| (-374)) ((-1070 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1075 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-1075 |#1|) . T) ((-1075 |#2|) |has| |#1| (-374)) ((-1075 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1171) -12 (|has| |#1| (-374)) (|has| |#2| (-1171))) ((-1221) |has| |#1| (-38 (-419 (-576)))) ((-1224) |has| |#1| (-38 (-419 (-576)))) ((-1236) . T) ((-1240) |has| |#1| (-374)) ((-1246 |#1|) . T) ((-1264 |#1| #0#) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 81)) (-3522 ((|#2| $) NIL (-12 (|has| |#2| (-317)) (|has| |#1| (-374))))) (-1960 (((-656 (-1101)) $) NIL)) (-3052 (((-1195) $) 100)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-1930 (($ $ (-576)) 109) (($ $ (-576) (-576)) 111)) (-3964 (((-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $) 51)) (-2560 ((|#2| $) 11)) (-3584 (((-3 |#2| "failed") $) 35)) (-2003 ((|#2| $) 36)) (-4022 (($ $) 206 (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) 182 (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (-12 (|has| |#2| (-926)) (|has| |#1| (-374))))) (-1415 (($ $) NIL (|has| |#1| (-374)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-374)))) (-1838 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (-12 (|has| |#2| (-926)) (|has| |#1| (-374))))) (-1829 (((-112) $ $) NIL (|has| |#1| (-374)))) (-4003 (($ $) 202 (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) 178 (|has| |#1| (-38 (-419 (-576)))))) (-2786 (((-576) $) NIL (-12 (|has| |#2| (-832)) (|has| |#1| (-374))))) (-3077 (($ (-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|)))) 59)) (-4047 (($ $) 210 (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) 186 (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#2| "failed") $) 157) (((-3 (-576) "failed") $) NIL (-12 (|has| |#2| (-1057 (-576))) (|has| |#1| (-374)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| |#2| (-1057 (-576))) (|has| |#1| (-374)))) (((-3 (-1195) "failed") $) NIL (-12 (|has| |#2| (-1057 (-1195))) (|has| |#1| (-374))))) (-2857 ((|#2| $) 156) (((-576) $) NIL (-12 (|has| |#2| (-1057 (-576))) (|has| |#1| (-374)))) (((-419 (-576)) $) NIL (-12 (|has| |#2| (-1057 (-576))) (|has| |#1| (-374)))) (((-1195) $) NIL (-12 (|has| |#2| (-1057 (-1195))) (|has| |#1| (-374))))) (-3553 (($ $) 65) (($ (-576) $) 28)) (-3426 (($ $ $) NIL (|has| |#1| (-374)))) (-2109 (($ $) NIL)) (-3142 (((-701 |#2|) (-701 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#1| (-374)))) (((-701 (-576)) (-701 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#1| (-374))))) (-2251 (((-3 $ "failed") $) 88)) (-3229 (((-419 (-969 |#1|)) $ (-576)) 124 (|has| |#1| (-568))) (((-419 (-969 |#1|)) $ (-576) (-576)) 126 (|has| |#1| (-568)))) (-1834 (($) NIL (-12 (|has| |#2| (-557)) (|has| |#1| (-374))))) (-3438 (($ $ $) NIL (|has| |#1| (-374)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-4283 (((-112) $) NIL (|has| |#1| (-374)))) (-3075 (((-112) $) NIL (-12 (|has| |#2| (-832)) (|has| |#1| (-374))))) (-2928 (((-112) $) 74)) (-1598 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (-12 (|has| |#2| (-899 (-390))) (|has| |#1| (-374)))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (-12 (|has| |#2| (-899 (-576))) (|has| |#1| (-374))))) (-1991 (((-576) $) 105) (((-576) $ (-576)) 107)) (-3612 (((-112) $) NIL)) (-2684 (($ $) NIL (|has| |#1| (-374)))) (-1568 ((|#2| $) 165 (|has| |#1| (-374)))) (-3867 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2162 (((-3 $ "failed") $) NIL (-12 (|has| |#2| (-1171)) (|has| |#1| (-374))))) (-3667 (((-112) $) NIL (-12 (|has| |#2| (-832)) (|has| |#1| (-374))))) (-4255 (($ $ (-938)) 148)) (-2594 (($ (-1 |#1| (-576)) $) 144)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-576)) 20) (($ $ (-1101) (-576)) NIL) (($ $ (-656 (-1101)) (-656 (-576))) NIL)) (-3123 (($ $ $) NIL (-12 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-2352 (($ $ $) NIL (-12 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-4114 (($ (-1 |#1| |#1|) $) 141) (($ (-1 |#2| |#2|) $) NIL (|has| |#1| (-374)))) (-3742 (($ $) 176 (|has| |#1| (-38 (-419 (-576)))))) (-1853 (((-701 |#2|) (-1286 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-1286 $) $) NIL (|has| |#1| (-374))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#1| (-374)))) (((-701 (-576)) (-1286 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#1| (-374))))) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-2015 (($ (-576) |#2|) 10)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 159 (|has| |#1| (-374)))) (-2092 (($ $) 228 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1195)) 233 (-2755 (-12 (|has| |#1| (-15 -2092 (|#1| |#1| (-1195)))) (|has| |#1| (-15 -1960 ((-656 (-1195)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-976)) (|has| |#1| (-1221)))))) (-3537 (($) NIL (-12 (|has| |#2| (-1171)) (|has| |#1| (-374))) CONST)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-374)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-3252 (($ $) NIL (-12 (|has| |#2| (-317)) (|has| |#1| (-374))))) (-3247 ((|#2| $) NIL (-12 (|has| |#2| (-557)) (|has| |#1| (-374))))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (-12 (|has| |#2| (-926)) (|has| |#1| (-374))))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (-12 (|has| |#2| (-926)) (|has| |#1| (-374))))) (-1827 (((-430 $) $) NIL (|has| |#1| (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-3905 (($ $ (-576)) 138)) (-3473 (((-3 $ "failed") $ $) 128 (|has| |#1| (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-4101 (($ $) 174 (|has| |#1| (-38 (-419 (-576)))))) (-3281 (((-1176 |#1|) $ |#1|) 97 (|has| |#1| (-15 ** (|#1| |#1| (-576))))) (($ $ (-1195) |#2|) NIL (-12 (|has| |#2| (-526 (-1195) |#2|)) (|has| |#1| (-374)))) (($ $ (-656 (-1195)) (-656 |#2|)) NIL (-12 (|has| |#2| (-526 (-1195) |#2|)) (|has| |#1| (-374)))) (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#1| (-374)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#1| (-374)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#1| (-374)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#1| (-374))))) (-3909 (((-783) $) NIL (|has| |#1| (-374)))) (-2794 ((|#1| $ (-576)) 103) (($ $ $) 90 (|has| (-576) (-1131))) (($ $ |#2|) NIL (-12 (|has| |#2| (-296 |#2| |#2|)) (|has| |#1| (-374))))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-374)))) (-2770 (($ $ (-1 |#2| |#2|) (-783)) NIL (|has| |#1| (-374))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-374))) (($ $) 149 (-2755 (-12 (|has| |#2| (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-783)) NIL (-2755 (-12 (|has| |#2| (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1195)) 153 (-2755 (-12 (|has| |#2| (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| |#2| (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| |#2| (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| |#2| (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))))) (-1507 (($ $) NIL (|has| |#1| (-374)))) (-1579 ((|#2| $) 166 (|has| |#1| (-374)))) (-1967 (((-576) $) 12)) (-4058 (($ $) 212 (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) 188 (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) 208 (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) 184 (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) 204 (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) 180 (|has| |#1| (-38 (-419 (-576)))))) (-4169 (((-227) $) NIL (-12 (|has| |#2| (-1041)) (|has| |#1| (-374)))) (((-390) $) NIL (-12 (|has| |#2| (-1041)) (|has| |#1| (-374)))) (((-548) $) NIL (-12 (|has| |#2| (-626 (-548))) (|has| |#1| (-374)))) (((-905 (-390)) $) NIL (-12 (|has| |#2| (-626 (-905 (-390)))) (|has| |#1| (-374)))) (((-905 (-576)) $) NIL (-12 (|has| |#2| (-626 (-905 (-576)))) (|has| |#1| (-374))))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#2| (-926)) (|has| |#1| (-374))))) (-3746 (($ $) 136)) (-3567 (((-874) $) 266) (($ (-576)) 24) (($ |#1|) 22 (|has| |#1| (-174))) (($ |#2|) 21) (($ (-1195)) NIL (-12 (|has| |#2| (-1057 (-1195))) (|has| |#1| (-374)))) (($ (-419 (-576))) 169 (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568)))) (-1749 ((|#1| $ (-576)) 85)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#2| (-926)) (|has| |#1| (-374))) (-12 (|has| |#2| (-146)) (|has| |#1| (-374))) (|has| |#1| (-146))))) (-2596 (((-783)) 155 T CONST)) (-2391 ((|#1| $) 102)) (-4317 ((|#2| $) NIL (-12 (|has| |#2| (-557)) (|has| |#1| (-374))))) (-1540 (((-112) $ $) NIL)) (-2787 (($ $) 218 (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) 194 (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4068 (($ $) 214 (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) 190 (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) 222 (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) 198 (|has| |#1| (-38 (-419 (-576)))))) (-4163 ((|#1| $ (-576)) 134 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-576)))) (|has| |#1| (-15 -3567 (|#1| (-1195))))))) (-4385 (($ $) 224 (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) 200 (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) 220 (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) 196 (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) 216 (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) 192 (|has| |#1| (-38 (-419 (-576)))))) (-4308 (($ $) NIL (-12 (|has| |#2| (-832)) (|has| |#1| (-374))))) (-2716 (($) 13 T CONST)) (-2727 (($) 18 T CONST)) (-2014 (($ $ (-1 |#2| |#2|) (-783)) NIL (|has| |#1| (-374))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-374))) (($ $) NIL (-2755 (-12 (|has| |#2| (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-783)) NIL (-2755 (-12 (|has| |#2| (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| |#2| (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| |#2| (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| |#2| (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| |#2| (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))))) (-2989 (((-112) $ $) NIL (-12 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-2960 (((-112) $ $) NIL (-12 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-2921 (((-112) $ $) 72)) (-2975 (((-112) $ $) NIL (-12 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-2946 (((-112) $ $) NIL (-12 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) 163 (|has| |#1| (-374))) (($ |#2| |#2|) 164 (|has| |#1| (-374)))) (-3041 (($ $) 227) (($ $ $) 78)) (-3027 (($ $ $) 76)) (** (($ $ (-938)) NIL) (($ $ (-783)) 84) (($ $ (-576)) 160 (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 172 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 79) (($ $ |#1|) NIL) (($ |#1| $) 152) (($ $ |#2|) 162 (|has| |#1| (-374))) (($ |#2| $) 161 (|has| |#1| (-374))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
-(((-1249 |#1| |#2|) (-1248 |#1| |#2|) (-1068) (-1277 |#1|)) (T -1249))
-NIL
-(-1248 |#1| |#2|)
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3522 (((-1278 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-317)) (|has| |#1| (-374))))) (-1960 (((-656 (-1101)) $) NIL)) (-3052 (((-1195) $) 10)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-4380 (($ $) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-1657 (((-112) $) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-1930 (($ $ (-576)) NIL) (($ $ (-576) (-576)) NIL)) (-3964 (((-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $) NIL)) (-2560 (((-1278 |#1| |#2| |#3|) $) NIL)) (-3584 (((-3 (-1278 |#1| |#2| |#3|) "failed") $) NIL)) (-2003 (((-1278 |#1| |#2| |#3|) $) NIL)) (-4022 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) NIL)) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))))) (-1415 (($ $) NIL (|has| |#1| (-374)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-374)))) (-1838 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))))) (-1829 (((-112) $ $) NIL (|has| |#1| (-374)))) (-4003 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2786 (((-576) $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))))) (-3077 (($ (-1176 (-2 (|:| |k| (-576)) (|:| |c| |#1|)))) NIL)) (-4047 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-1278 |#1| |#2| |#3|) "failed") $) NIL) (((-3 (-1195) "failed") $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-1057 (-1195))) (|has| |#1| (-374)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-1057 (-576))) (|has| |#1| (-374)))) (((-3 (-576) "failed") $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-1057 (-576))) (|has| |#1| (-374))))) (-2857 (((-1278 |#1| |#2| |#3|) $) NIL) (((-1195) $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-1057 (-1195))) (|has| |#1| (-374)))) (((-419 (-576)) $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-1057 (-576))) (|has| |#1| (-374)))) (((-576) $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-1057 (-576))) (|has| |#1| (-374))))) (-3553 (($ $) NIL) (($ (-576) $) NIL)) (-3426 (($ $ $) NIL (|has| |#1| (-374)))) (-2109 (($ $) NIL)) (-3142 (((-701 (-1278 |#1| |#2| |#3|)) (-701 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -1953 (-701 (-1278 |#1| |#2| |#3|))) (|:| |vec| (-1286 (-1278 |#1| |#2| |#3|)))) (-701 $) (-1286 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-651 (-576))) (|has| |#1| (-374)))) (((-701 (-576)) (-701 $)) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-651 (-576))) (|has| |#1| (-374))))) (-2251 (((-3 $ "failed") $) NIL)) (-3229 (((-419 (-969 |#1|)) $ (-576)) NIL (|has| |#1| (-568))) (((-419 (-969 |#1|)) $ (-576) (-576)) NIL (|has| |#1| (-568)))) (-1834 (($) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-557)) (|has| |#1| (-374))))) (-3438 (($ $ $) NIL (|has| |#1| (-374)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-4283 (((-112) $) NIL (|has| |#1| (-374)))) (-3075 (((-112) $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))))) (-2928 (((-112) $) NIL)) (-1598 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-899 (-390))) (|has| |#1| (-374)))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-899 (-576))) (|has| |#1| (-374))))) (-1991 (((-576) $) NIL) (((-576) $ (-576)) NIL)) (-3612 (((-112) $) NIL)) (-2684 (($ $) NIL (|has| |#1| (-374)))) (-1568 (((-1278 |#1| |#2| |#3|) $) NIL (|has| |#1| (-374)))) (-3867 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2162 (((-3 $ "failed") $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-1171)) (|has| |#1| (-374))))) (-3667 (((-112) $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))))) (-4255 (($ $ (-938)) NIL)) (-2594 (($ (-1 |#1| (-576)) $) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-576)) 18) (($ $ (-1101) (-576)) NIL) (($ $ (-656 (-1101)) (-656 (-576))) NIL)) (-3123 (($ $ $) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-2352 (($ $ $) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1278 |#1| |#2| |#3|) (-1278 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-374)))) (-3742 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1853 (((-701 (-1278 |#1| |#2| |#3|)) (-1286 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -1953 (-701 (-1278 |#1| |#2| |#3|))) (|:| |vec| (-1286 (-1278 |#1| |#2| |#3|)))) (-1286 $) $) NIL (|has| |#1| (-374))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-651 (-576))) (|has| |#1| (-374)))) (((-701 (-576)) (-1286 $)) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-651 (-576))) (|has| |#1| (-374))))) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-2015 (($ (-576) (-1278 |#1| |#2| |#3|)) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL (|has| |#1| (-374)))) (-2092 (($ $) 27 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| |#1| (-15 -2092 (|#1| |#1| (-1195)))) (|has| |#1| (-15 -1960 ((-656 (-1195)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-976)) (|has| |#1| (-1221))))) (($ $ (-1282 |#2|)) 28 (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-1171)) (|has| |#1| (-374))) CONST)) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-374)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-3252 (($ $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-317)) (|has| |#1| (-374))))) (-3247 (((-1278 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-557)) (|has| |#1| (-374))))) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))))) (-1827 (((-430 $) $) NIL (|has| |#1| (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-3905 (($ $ (-576)) NIL)) (-3473 (((-3 $ "failed") $ $) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-4101 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3281 (((-1176 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-576))))) (($ $ (-1195) (-1278 |#1| |#2| |#3|)) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-526 (-1195) (-1278 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-656 (-1195)) (-656 (-1278 |#1| |#2| |#3|))) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-526 (-1195) (-1278 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-656 (-304 (-1278 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-319 (-1278 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-304 (-1278 |#1| |#2| |#3|))) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-319 (-1278 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-1278 |#1| |#2| |#3|) (-1278 |#1| |#2| |#3|)) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-319 (-1278 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-656 (-1278 |#1| |#2| |#3|)) (-656 (-1278 |#1| |#2| |#3|))) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-319 (-1278 |#1| |#2| |#3|))) (|has| |#1| (-374))))) (-3909 (((-783) $) NIL (|has| |#1| (-374)))) (-2794 ((|#1| $ (-576)) NIL) (($ $ $) NIL (|has| (-576) (-1131))) (($ $ (-1278 |#1| |#2| |#3|)) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-296 (-1278 |#1| |#2| |#3|) (-1278 |#1| |#2| |#3|))) (|has| |#1| (-374))))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-374)))) (-2770 (($ $ (-1 (-1278 |#1| |#2| |#3|) (-1278 |#1| |#2| |#3|)) (-783)) NIL (|has| |#1| (-374))) (($ $ (-1 (-1278 |#1| |#2| |#3|) (-1278 |#1| |#2| |#3|))) NIL (|has| |#1| (-374))) (($ $ (-1282 |#2|)) 26) (($ $) 25 (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-783)) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))))) (-1507 (($ $) NIL (|has| |#1| (-374)))) (-1579 (((-1278 |#1| |#2| |#3|) $) NIL (|has| |#1| (-374)))) (-1967 (((-576) $) NIL)) (-4058 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4169 (((-548) $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-626 (-548))) (|has| |#1| (-374)))) (((-390) $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-1041)) (|has| |#1| (-374)))) (((-227) $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-1041)) (|has| |#1| (-374)))) (((-905 (-390)) $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-626 (-905 (-390)))) (|has| |#1| (-374)))) (((-905 (-576)) $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-626 (-905 (-576)))) (|has| |#1| (-374))))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-1278 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))))) (-3746 (($ $) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL (|has| |#1| (-174))) (($ (-1278 |#1| |#2| |#3|)) NIL) (($ (-1282 |#2|)) 24) (($ (-1195)) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-1057 (-1195))) (|has| |#1| (-374)))) (($ $) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))) (|has| |#1| (-568)))) (($ (-419 (-576))) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-1057 (-576))) (|has| |#1| (-374))) (|has| |#1| (-38 (-419 (-576))))))) (-1749 ((|#1| $ (-576)) NIL)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| (-1278 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-146)) (|has| |#1| (-374))) (|has| |#1| (-146))))) (-2596 (((-783)) NIL T CONST)) (-2391 ((|#1| $) 11)) (-4317 (((-1278 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-557)) (|has| |#1| (-374))))) (-1540 (((-112) $ $) NIL)) (-2787 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-926)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-4068 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4163 ((|#1| $ (-576)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-576)))) (|has| |#1| (-15 -3567 (|#1| (-1195))))))) (-4385 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4308 (($ $) NIL (-12 (|has| (-1278 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))))) (-2716 (($) 20 T CONST)) (-2727 (($) 15 T CONST)) (-2014 (($ $ (-1 (-1278 |#1| |#2| |#3|) (-1278 |#1| |#2| |#3|)) (-783)) NIL (|has| |#1| (-374))) (($ $ (-1 (-1278 |#1| |#2| |#3|) (-1278 |#1| |#2| |#3|))) NIL (|has| |#1| (-374))) (($ $ (-1282 |#2|)) NIL) (($ $) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-783)) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-656 (-1195))) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-1195) (-783)) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195)))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-915 (-1195))) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-917 (-1195))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-915 (-1195))))))) (-2989 (((-112) $ $) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-2960 (((-112) $ $) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-2921 (((-112) $ $) NIL)) (-2975 (((-112) $ $) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-2946 (((-112) $ $) NIL (-2755 (-12 (|has| (-1278 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1278 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374))) (($ (-1278 |#1| |#2| |#3|) (-1278 |#1| |#2| |#3|)) NIL (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) 22)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1278 |#1| |#2| |#3|)) NIL (|has| |#1| (-374))) (($ (-1278 |#1| |#2| |#3|) $) NIL (|has| |#1| (-374))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
-(((-1250 |#1| |#2| |#3|) (-13 (-1248 |#1| (-1278 |#1| |#2| |#3|)) (-909 $ (-1282 |#2|)) (-10 -8 (-15 -3567 ($ (-1282 |#2|))) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2092 ($ $ (-1282 |#2|))) |%noBranch|))) (-1068) (-1195) |#1|) (T -1250))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1250 *3 *4 *5)) (-4 *3 (-1068)) (-14 *5 *3))) (-2092 (*1 *1 *1 *2) (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1250 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)) (-14 *5 *3))))
-(-13 (-1248 |#1| (-1278 |#1| |#2| |#3|)) (-909 $ (-1282 |#2|)) (-10 -8 (-15 -3567 ($ (-1282 |#2|))) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2092 ($ $ (-1282 |#2|))) |%noBranch|)))
-((-3381 (((-2 (|:| |contp| (-576)) (|:| -1840 (-656 (-2 (|:| |irr| |#1|) (|:| -4027 (-576)))))) |#1| (-112)) 13)) (-2174 (((-430 |#1|) |#1|) 26)) (-1827 (((-430 |#1|) |#1|) 24)))
-(((-1251 |#1|) (-10 -7 (-15 -1827 ((-430 |#1|) |#1|)) (-15 -2174 ((-430 |#1|) |#1|)) (-15 -3381 ((-2 (|:| |contp| (-576)) (|:| -1840 (-656 (-2 (|:| |irr| |#1|) (|:| -4027 (-576)))))) |#1| (-112)))) (-1262 (-576))) (T -1251))
-((-3381 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *2 (-2 (|:| |contp| (-576)) (|:| -1840 (-656 (-2 (|:| |irr| *3) (|:| -4027 (-576))))))) (-5 *1 (-1251 *3)) (-4 *3 (-1262 (-576))))) (-2174 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-1251 *3)) (-4 *3 (-1262 (-576))))) (-1827 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-1251 *3)) (-4 *3 (-1262 (-576))))))
-(-10 -7 (-15 -1827 ((-430 |#1|) |#1|)) (-15 -2174 ((-430 |#1|) |#1|)) (-15 -3381 ((-2 (|:| |contp| (-576)) (|:| -1840 (-656 (-2 (|:| |irr| |#1|) (|:| -4027 (-576)))))) |#1| (-112))))
-((-4114 (((-1176 |#2|) (-1 |#2| |#1|) (-1253 |#1|)) 23 (|has| |#1| (-860))) (((-1253 |#2|) (-1 |#2| |#1|) (-1253 |#1|)) 17)))
-(((-1252 |#1| |#2|) (-10 -7 (-15 -4114 ((-1253 |#2|) (-1 |#2| |#1|) (-1253 |#1|))) (IF (|has| |#1| (-860)) (-15 -4114 ((-1176 |#2|) (-1 |#2| |#1|) (-1253 |#1|))) |%noBranch|)) (-1236) (-1236)) (T -1252))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1253 *5)) (-4 *5 (-860)) (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-1176 *6)) (-5 *1 (-1252 *5 *6)))) (-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1253 *5)) (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-1253 *6)) (-5 *1 (-1252 *5 *6)))))
-(-10 -7 (-15 -4114 ((-1253 |#2|) (-1 |#2| |#1|) (-1253 |#1|))) (IF (|has| |#1| (-860)) (-15 -4114 ((-1176 |#2|) (-1 |#2| |#1|) (-1253 |#1|))) |%noBranch|))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-3531 (($ |#1| |#1|) 11) (($ |#1|) 10)) (-4114 (((-1176 |#1|) (-1 |#1| |#1|) $) 44 (|has| |#1| (-860)))) (-2395 ((|#1| $) 15)) (-3110 ((|#1| $) 12)) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-4217 (((-576) $) 19)) (-3293 ((|#1| $) 18)) (-4227 ((|#1| $) 13)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3727 (((-112) $) 17)) (-1937 (((-1176 |#1|) $) 41 (|has| |#1| (-860))) (((-1176 |#1|) (-656 $)) 40 (|has| |#1| (-860)))) (-4169 (($ |#1|) 26)) (-3567 (($ (-1113 |#1|)) 25) (((-874) $) 37 (|has| |#1| (-1119)))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-1783 (($ |#1| |#1|) 21) (($ |#1|) 20)) (-2664 (($ $ (-576)) 14)) (-2921 (((-112) $ $) 30 (|has| |#1| (-1119)))))
-(((-1253 |#1|) (-13 (-1112 |#1|) (-10 -8 (-15 -1783 ($ |#1|)) (-15 -3531 ($ |#1|)) (-15 -3567 ($ (-1113 |#1|))) (-15 -3727 ((-112) $)) (IF (|has| |#1| (-1119)) (-6 (-1119)) |%noBranch|) (IF (|has| |#1| (-860)) (-6 (-1114 |#1| (-1176 |#1|))) |%noBranch|))) (-1236)) (T -1253))
-((-1783 (*1 *1 *2) (-12 (-5 *1 (-1253 *2)) (-4 *2 (-1236)))) (-3531 (*1 *1 *2) (-12 (-5 *1 (-1253 *2)) (-4 *2 (-1236)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-1113 *3)) (-4 *3 (-1236)) (-5 *1 (-1253 *3)))) (-3727 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1253 *3)) (-4 *3 (-1236)))))
-(-13 (-1112 |#1|) (-10 -8 (-15 -1783 ($ |#1|)) (-15 -3531 ($ |#1|)) (-15 -3567 ($ (-1113 |#1|))) (-15 -3727 ((-112) $)) (IF (|has| |#1| (-1119)) (-6 (-1119)) |%noBranch|) (IF (|has| |#1| (-860)) (-6 (-1114 |#1| (-1176 |#1|))) |%noBranch|)))
-((-4114 (((-1259 |#3| |#4|) (-1 |#4| |#2|) (-1259 |#1| |#2|)) 15)))
-(((-1254 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4114 ((-1259 |#3| |#4|) (-1 |#4| |#2|) (-1259 |#1| |#2|)))) (-1195) (-1068) (-1195) (-1068)) (T -1254))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1259 *5 *6)) (-14 *5 (-1195)) (-4 *6 (-1068)) (-4 *8 (-1068)) (-5 *2 (-1259 *7 *8)) (-5 *1 (-1254 *5 *6 *7 *8)) (-14 *7 (-1195)))))
-(-10 -7 (-15 -4114 ((-1259 |#3| |#4|) (-1 |#4| |#2|) (-1259 |#1| |#2|))))
-((-3014 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 21)) (-3841 ((|#1| |#3|) 13)) (-2576 ((|#3| |#3|) 19)))
-(((-1255 |#1| |#2| |#3|) (-10 -7 (-15 -3841 (|#1| |#3|)) (-15 -2576 (|#3| |#3|)) (-15 -3014 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-568) (-1011 |#1|) (-1262 |#2|)) (T -1255))
-((-3014 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-1011 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1255 *4 *5 *3)) (-4 *3 (-1262 *5)))) (-2576 (*1 *2 *2) (-12 (-4 *3 (-568)) (-4 *4 (-1011 *3)) (-5 *1 (-1255 *3 *4 *2)) (-4 *2 (-1262 *4)))) (-3841 (*1 *2 *3) (-12 (-4 *4 (-1011 *2)) (-4 *2 (-568)) (-5 *1 (-1255 *2 *4 *3)) (-4 *3 (-1262 *4)))))
-(-10 -7 (-15 -3841 (|#1| |#3|)) (-15 -2576 (|#3| |#3|)) (-15 -3014 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
-((-2646 (((-3 |#2| "failed") |#2| (-783) |#1|) 35)) (-1841 (((-3 |#2| "failed") |#2| (-783)) 36)) (-3264 (((-3 (-2 (|:| -4237 |#2|) (|:| -4247 |#2|)) "failed") |#2|) 50)) (-2809 (((-656 |#2|) |#2|) 52)) (-4097 (((-3 |#2| "failed") |#2| |#2|) 46)))
-(((-1256 |#1| |#2|) (-10 -7 (-15 -1841 ((-3 |#2| "failed") |#2| (-783))) (-15 -2646 ((-3 |#2| "failed") |#2| (-783) |#1|)) (-15 -4097 ((-3 |#2| "failed") |#2| |#2|)) (-15 -3264 ((-3 (-2 (|:| -4237 |#2|) (|:| -4247 |#2|)) "failed") |#2|)) (-15 -2809 ((-656 |#2|) |#2|))) (-13 (-568) (-148)) (-1262 |#1|)) (T -1256))
-((-2809 (*1 *2 *3) (-12 (-4 *4 (-13 (-568) (-148))) (-5 *2 (-656 *3)) (-5 *1 (-1256 *4 *3)) (-4 *3 (-1262 *4)))) (-3264 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-568) (-148))) (-5 *2 (-2 (|:| -4237 *3) (|:| -4247 *3))) (-5 *1 (-1256 *4 *3)) (-4 *3 (-1262 *4)))) (-4097 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-13 (-568) (-148))) (-5 *1 (-1256 *3 *2)) (-4 *2 (-1262 *3)))) (-2646 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-783)) (-4 *4 (-13 (-568) (-148))) (-5 *1 (-1256 *4 *2)) (-4 *2 (-1262 *4)))) (-1841 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-783)) (-4 *4 (-13 (-568) (-148))) (-5 *1 (-1256 *4 *2)) (-4 *2 (-1262 *4)))))
-(-10 -7 (-15 -1841 ((-3 |#2| "failed") |#2| (-783))) (-15 -2646 ((-3 |#2| "failed") |#2| (-783) |#1|)) (-15 -4097 ((-3 |#2| "failed") |#2| |#2|)) (-15 -3264 ((-3 (-2 (|:| -4237 |#2|) (|:| -4247 |#2|)) "failed") |#2|)) (-15 -2809 ((-656 |#2|) |#2|)))
-((-2084 (((-3 (-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) "failed") |#2| |#2|) 30)))
-(((-1257 |#1| |#2|) (-10 -7 (-15 -2084 ((-3 (-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) "failed") |#2| |#2|))) (-568) (-1262 |#1|)) (T -1257))
-((-2084 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-568)) (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3))) (-5 *1 (-1257 *4 *3)) (-4 *3 (-1262 *4)))))
-(-10 -7 (-15 -2084 ((-3 (-2 (|:| -3244 |#2|) (|:| -3477 |#2|)) "failed") |#2| |#2|)))
-((-2398 ((|#2| |#2| |#2|) 22)) (-3893 ((|#2| |#2| |#2|) 36)) (-4170 ((|#2| |#2| |#2| (-783) (-783)) 44)))
-(((-1258 |#1| |#2|) (-10 -7 (-15 -2398 (|#2| |#2| |#2|)) (-15 -3893 (|#2| |#2| |#2|)) (-15 -4170 (|#2| |#2| |#2| (-783) (-783)))) (-1068) (-1262 |#1|)) (T -1258))
-((-4170 (*1 *2 *2 *2 *3 *3) (-12 (-5 *3 (-783)) (-4 *4 (-1068)) (-5 *1 (-1258 *4 *2)) (-4 *2 (-1262 *4)))) (-3893 (*1 *2 *2 *2) (-12 (-4 *3 (-1068)) (-5 *1 (-1258 *3 *2)) (-4 *2 (-1262 *3)))) (-2398 (*1 *2 *2 *2) (-12 (-4 *3 (-1068)) (-5 *1 (-1258 *3 *2)) (-4 *2 (-1262 *3)))))
-(-10 -7 (-15 -2398 (|#2| |#2| |#2|)) (-15 -3893 (|#2| |#2| |#2|)) (-15 -4170 (|#2| |#2| |#2| (-783) (-783))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3924 (((-1286 |#2|) $ (-783)) NIL)) (-1960 (((-656 (-1101)) $) NIL)) (-3762 (($ (-1191 |#2|)) NIL)) (-1797 (((-1191 $) $ (-1101)) NIL) (((-1191 |#2|) $) NIL)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#2| (-568)))) (-4380 (($ $) NIL (|has| |#2| (-568)))) (-1657 (((-112) $) NIL (|has| |#2| (-568)))) (-1925 (((-783) $) NIL) (((-783) $ (-656 (-1101))) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-3615 (($ $ $) NIL (|has| |#2| (-568)))) (-2425 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1415 (($ $) NIL (|has| |#2| (-464)))) (-3422 (((-430 $) $) NIL (|has| |#2| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1829 (((-112) $ $) NIL (|has| |#2| (-374)))) (-1847 (($ $ (-783)) NIL)) (-3029 (($ $ (-783)) NIL)) (-4427 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#2| (-464)))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#2| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#2| (-1057 (-576)))) (((-3 (-1101) "failed") $) NIL)) (-2857 ((|#2| $) NIL) (((-419 (-576)) $) NIL (|has| |#2| (-1057 (-419 (-576))))) (((-576) $) NIL (|has| |#2| (-1057 (-576)))) (((-1101) $) NIL)) (-1990 (($ $ $ (-1101)) NIL (|has| |#2| (-174))) ((|#2| $ $) NIL (|has| |#2| (-174)))) (-3426 (($ $ $) NIL (|has| |#2| (-374)))) (-2109 (($ $) NIL)) (-3142 (((-701 (-576)) (-701 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-701 $) (-1286 $)) NIL) (((-701 |#2|) (-701 $)) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-3438 (($ $ $) NIL (|has| |#2| (-374)))) (-4038 (($ $ $) NIL)) (-2204 (($ $ $) NIL (|has| |#2| (-568)))) (-4279 (((-2 (|:| -1713 |#2|) (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#2| (-568)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| |#2| (-374)))) (-2619 (($ $) NIL (|has| |#2| (-464))) (($ $ (-1101)) NIL (|has| |#2| (-464)))) (-2098 (((-656 $) $) NIL)) (-4283 (((-112) $) NIL (|has| |#2| (-926)))) (-2056 (($ $ |#2| (-783) $) NIL)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) NIL (-12 (|has| (-1101) (-899 (-390))) (|has| |#2| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) NIL (-12 (|has| (-1101) (-899 (-576))) (|has| |#2| (-899 (-576)))))) (-1991 (((-783) $ $) NIL (|has| |#2| (-568)))) (-3612 (((-112) $) NIL)) (-1935 (((-783) $) NIL)) (-2162 (((-3 $ "failed") $) NIL (|has| |#2| (-1171)))) (-1950 (($ (-1191 |#2|) (-1101)) NIL) (($ (-1191 $) (-1101)) NIL)) (-4255 (($ $ (-783)) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#2| (-374)))) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) NIL)) (-1940 (($ |#2| (-783)) 18) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101)) (-656 (-783))) NIL)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ (-1101)) NIL) (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL)) (-2488 (((-783) $) NIL) (((-783) $ (-1101)) NIL) (((-656 (-783)) $ (-656 (-1101))) NIL)) (-3492 (($ (-1 (-783) (-783)) $) NIL)) (-4114 (($ (-1 |#2| |#2|) $) NIL)) (-4122 (((-1191 |#2|) $) NIL)) (-1429 (((-3 (-1101) "failed") $) NIL)) (-1853 (((-701 (-576)) (-1286 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#2|)) (|:| |vec| (-1286 |#2|))) (-1286 $) $) NIL) (((-701 |#2|) (-1286 $)) NIL)) (-2076 (($ $) NIL)) (-2086 ((|#2| $) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-3881 (((-1177) $) NIL)) (-4424 (((-2 (|:| -3244 $) (|:| -3477 $)) $ (-783)) NIL)) (-2692 (((-3 (-656 $) "failed") $) NIL)) (-3656 (((-3 (-656 $) "failed") $) NIL)) (-2244 (((-3 (-2 (|:| |var| (-1101)) (|:| -2125 (-783))) "failed") $) NIL)) (-2092 (($ $) NIL (|has| |#2| (-38 (-419 (-576)))))) (-3537 (($) NIL (|has| |#2| (-1171)) CONST)) (-1448 (((-1139) $) NIL)) (-2055 (((-112) $) NIL)) (-2065 ((|#2| $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#2| (-464)))) (-3495 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-1886 (($ $ (-783) |#2| $) NIL)) (-2307 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) NIL (|has| |#2| (-926)))) (-1827 (((-430 $) $) NIL (|has| |#2| (-926)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#2| (-374)))) (-3473 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#2| (-374)))) (-3281 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-1101) |#2|) NIL) (($ $ (-656 (-1101)) (-656 |#2|)) NIL) (($ $ (-1101) $) NIL) (($ $ (-656 (-1101)) (-656 $)) NIL)) (-3909 (((-783) $) NIL (|has| |#2| (-374)))) (-2794 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-419 $) (-419 $) (-419 $)) NIL (|has| |#2| (-568))) ((|#2| (-419 $) |#2|) NIL (|has| |#2| (-374))) (((-419 $) $ (-419 $)) NIL (|has| |#2| (-568)))) (-2937 (((-3 $ "failed") $ (-783)) NIL)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#2| (-374)))) (-2491 (($ $ (-1101)) NIL (|has| |#2| (-174))) ((|#2| $) NIL (|has| |#2| (-174)))) (-2770 (($ $ (-656 (-1101)) (-656 (-783))) NIL) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101))) NIL) (($ $ (-1101)) NIL) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1 |#2| |#2|) $) NIL) (($ $ (-1195)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#2| (-917 (-1195))))) (-1967 (((-783) $) NIL) (((-783) $ (-1101)) NIL) (((-656 (-783)) $ (-656 (-1101))) NIL)) (-4169 (((-905 (-390)) $) NIL (-12 (|has| (-1101) (-626 (-905 (-390)))) (|has| |#2| (-626 (-905 (-390)))))) (((-905 (-576)) $) NIL (-12 (|has| (-1101) (-626 (-905 (-576)))) (|has| |#2| (-626 (-905 (-576)))))) (((-548) $) NIL (-12 (|has| (-1101) (-626 (-548))) (|has| |#2| (-626 (-548)))))) (-2145 ((|#2| $) NIL (|has| |#2| (-464))) (($ $ (-1101)) NIL (|has| |#2| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#2| (-926))))) (-2400 (((-3 $ "failed") $ $) NIL (|has| |#2| (-568))) (((-3 (-419 $) "failed") (-419 $) $) NIL (|has| |#2| (-568)))) (-3567 (((-874) $) 13) (($ (-576)) NIL) (($ |#2|) NIL) (($ (-1101)) NIL) (($ (-1282 |#1|)) 20) (($ (-419 (-576))) NIL (-2755 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1057 (-419 (-576)))))) (($ $) NIL (|has| |#2| (-568)))) (-1691 (((-656 |#2|) $) NIL)) (-1749 ((|#2| $ (-783)) NIL) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101)) (-656 (-783))) NIL)) (-2846 (((-3 $ "failed") $) NIL (-2755 (-12 (|has| $ (-146)) (|has| |#2| (-926))) (|has| |#2| (-146))))) (-2596 (((-783)) NIL T CONST)) (-2217 (($ $ $ (-783)) NIL (|has| |#2| (-174)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL (|has| |#2| (-568)))) (-2716 (($) NIL T CONST)) (-2727 (($) 14 T CONST)) (-2014 (($ $ (-656 (-1101)) (-656 (-783))) NIL) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101))) NIL) (($ $ (-1101)) NIL) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1195)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195))) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-1195) (-783)) NIL (|has| |#2| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (|has| |#2| (-917 (-1195))))) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#2| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#2| (-38 (-419 (-576))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-1259 |#1| |#2|) (-13 (-1262 |#2|) (-628 (-1282 |#1|)) (-10 -8 (-15 -1886 ($ $ (-783) |#2| $)))) (-1195) (-1068)) (T -1259))
-((-1886 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-783)) (-5 *1 (-1259 *4 *3)) (-14 *4 (-1195)) (-4 *3 (-1068)))))
-(-13 (-1262 |#2|) (-628 (-1282 |#1|)) (-10 -8 (-15 -1886 ($ $ (-783) |#2| $))))
-((-4114 ((|#4| (-1 |#3| |#1|) |#2|) 22)))
-(((-1260 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4114 (|#4| (-1 |#3| |#1|) |#2|))) (-1068) (-1262 |#1|) (-1068) (-1262 |#3|)) (T -1260))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1068)) (-4 *6 (-1068)) (-4 *2 (-1262 *6)) (-5 *1 (-1260 *5 *4 *6 *2)) (-4 *4 (-1262 *5)))))
-(-10 -7 (-15 -4114 (|#4| (-1 |#3| |#1|) |#2|)))
-((-3924 (((-1286 |#2|) $ (-783)) 129)) (-1960 (((-656 (-1101)) $) 16)) (-3762 (($ (-1191 |#2|)) 80)) (-1925 (((-783) $) NIL) (((-783) $ (-656 (-1101))) 21)) (-2425 (((-430 (-1191 $)) (-1191 $)) 204)) (-1415 (($ $) 194)) (-3422 (((-430 $) $) 192)) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) 95)) (-1847 (($ $ (-783)) 84)) (-3029 (($ $ (-783)) 86)) (-4427 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 145)) (-1570 (((-3 |#2| "failed") $) 132) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 (-576) "failed") $) NIL) (((-3 (-1101) "failed") $) NIL)) (-2857 ((|#2| $) 130) (((-419 (-576)) $) NIL) (((-576) $) NIL) (((-1101) $) NIL)) (-2204 (($ $ $) 170)) (-4279 (((-2 (|:| -1713 |#2|) (|:| -3244 $) (|:| -3477 $)) $ $) 172)) (-1991 (((-783) $ $) 189)) (-2162 (((-3 $ "failed") $) 138)) (-1940 (($ |#2| (-783)) NIL) (($ $ (-1101) (-783)) 59) (($ $ (-656 (-1101)) (-656 (-783))) NIL)) (-2488 (((-783) $) NIL) (((-783) $ (-1101)) 54) (((-656 (-783)) $ (-656 (-1101))) 55)) (-4122 (((-1191 |#2|) $) 72)) (-1429 (((-3 (-1101) "failed") $) 52)) (-4424 (((-2 (|:| -3244 $) (|:| -3477 $)) $ (-783)) 83)) (-2092 (($ $) 219)) (-3537 (($) 134)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 201)) (-2307 (((-430 (-1191 $)) (-1191 $)) 101)) (-1830 (((-430 (-1191 $)) (-1191 $)) 99)) (-1827 (((-430 $) $) 120)) (-3281 (($ $ (-656 (-304 $))) 51) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-1101) |#2|) 39) (($ $ (-656 (-1101)) (-656 |#2|)) 36) (($ $ (-1101) $) 32) (($ $ (-656 (-1101)) (-656 $)) 30)) (-3909 (((-783) $) 207)) (-2794 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-419 $) (-419 $) (-419 $)) 164) ((|#2| (-419 $) |#2|) 206) (((-419 $) $ (-419 $)) 188)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 212)) (-2770 (($ $ (-656 (-1101)) (-656 (-783))) NIL) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101))) NIL) (($ $ (-1101)) 157) (($ $) 155) (($ $ (-783)) NIL) (($ $ (-1 |#2| |#2|)) 154) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1 |#2| |#2|) $) 149) (($ $ (-1195)) NIL) (($ $ (-656 (-1195))) NIL) (($ $ (-1195) (-783)) NIL) (($ $ (-656 (-1195)) (-656 (-783))) NIL)) (-1967 (((-783) $) NIL) (((-783) $ (-1101)) 17) (((-656 (-783)) $ (-656 (-1101))) 23)) (-2145 ((|#2| $) NIL) (($ $ (-1101)) 140)) (-2400 (((-3 $ "failed") $ $) 180) (((-3 (-419 $) "failed") (-419 $) $) 176)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#2|) NIL) (($ (-1101)) 64) (($ (-419 (-576))) NIL) (($ $) NIL)))
-(((-1261 |#1| |#2|) (-10 -8 (-15 -3567 (|#1| |#1|)) (-15 -4405 ((-1191 |#1|) (-1191 |#1|) (-1191 |#1|))) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -3422 ((-430 |#1|) |#1|)) (-15 -1415 (|#1| |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -3537 (|#1|)) (-15 -2162 ((-3 |#1| "failed") |#1|)) (-15 -2794 ((-419 |#1|) |#1| (-419 |#1|))) (-15 -3909 ((-783) |#1|)) (-15 -3710 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|)) (-15 -2092 (|#1| |#1|)) (-15 -2794 (|#2| (-419 |#1|) |#2|)) (-15 -4427 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -4279 ((-2 (|:| -1713 |#2|) (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|)) (-15 -2204 (|#1| |#1| |#1|)) (-15 -2400 ((-3 (-419 |#1|) "failed") (-419 |#1|) |#1|)) (-15 -2400 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1991 ((-783) |#1| |#1|)) (-15 -2794 ((-419 |#1|) (-419 |#1|) (-419 |#1|))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -3029 (|#1| |#1| (-783))) (-15 -1847 (|#1| |#1| (-783))) (-15 -4424 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| (-783))) (-15 -3762 (|#1| (-1191 |#2|))) (-15 -4122 ((-1191 |#2|) |#1|)) (-15 -3924 ((-1286 |#2|) |#1| (-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1|)) (-15 -2794 (|#1| |#1| |#1|)) (-15 -2794 (|#2| |#1| |#2|)) (-15 -1827 ((-430 |#1|) |#1|)) (-15 -2425 ((-430 (-1191 |#1|)) (-1191 |#1|))) (-15 -1830 ((-430 (-1191 |#1|)) (-1191 |#1|))) (-15 -2307 ((-430 (-1191 |#1|)) (-1191 |#1|))) (-15 -3570 ((-3 (-656 (-1191 |#1|)) "failed") (-656 (-1191 |#1|)) (-1191 |#1|))) (-15 -2145 (|#1| |#1| (-1101))) (-15 -1960 ((-656 (-1101)) |#1|)) (-15 -1925 ((-783) |#1| (-656 (-1101)))) (-15 -1925 ((-783) |#1|)) (-15 -1940 (|#1| |#1| (-656 (-1101)) (-656 (-783)))) (-15 -1940 (|#1| |#1| (-1101) (-783))) (-15 -2488 ((-656 (-783)) |#1| (-656 (-1101)))) (-15 -2488 ((-783) |#1| (-1101))) (-15 -1429 ((-3 (-1101) "failed") |#1|)) (-15 -1967 ((-656 (-783)) |#1| (-656 (-1101)))) (-15 -1967 ((-783) |#1| (-1101))) (-15 -3567 (|#1| (-1101))) (-15 -1570 ((-3 (-1101) "failed") |#1|)) (-15 -2857 ((-1101) |#1|)) (-15 -3281 (|#1| |#1| (-656 (-1101)) (-656 |#1|))) (-15 -3281 (|#1| |#1| (-1101) |#1|)) (-15 -3281 (|#1| |#1| (-656 (-1101)) (-656 |#2|))) (-15 -3281 (|#1| |#1| (-1101) |#2|)) (-15 -3281 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -3281 (|#1| |#1| |#1| |#1|)) (-15 -3281 (|#1| |#1| (-304 |#1|))) (-15 -3281 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -1967 ((-783) |#1|)) (-15 -1940 (|#1| |#2| (-783))) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -3567 (|#1| |#2|)) (-15 -2488 ((-783) |#1|)) (-15 -2145 (|#2| |#1|)) (-15 -2770 (|#1| |#1| (-1101))) (-15 -2770 (|#1| |#1| (-656 (-1101)))) (-15 -2770 (|#1| |#1| (-1101) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1101)) (-656 (-783)))) (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|))) (-1262 |#2|) (-1068)) (T -1261))
-NIL
-(-10 -8 (-15 -3567 (|#1| |#1|)) (-15 -4405 ((-1191 |#1|) (-1191 |#1|) (-1191 |#1|))) (-15 -2770 (|#1| |#1| (-656 (-1195)) (-656 (-783)))) (-15 -2770 (|#1| |#1| (-1195) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1195)))) (-15 -2770 (|#1| |#1| (-1195))) (-15 -3422 ((-430 |#1|) |#1|)) (-15 -1415 (|#1| |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -3537 (|#1|)) (-15 -2162 ((-3 |#1| "failed") |#1|)) (-15 -2794 ((-419 |#1|) |#1| (-419 |#1|))) (-15 -3909 ((-783) |#1|)) (-15 -3710 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|)) (-15 -2092 (|#1| |#1|)) (-15 -2794 (|#2| (-419 |#1|) |#2|)) (-15 -4427 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -4279 ((-2 (|:| -1713 |#2|) (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| |#1|)) (-15 -2204 (|#1| |#1| |#1|)) (-15 -2400 ((-3 (-419 |#1|) "failed") (-419 |#1|) |#1|)) (-15 -2400 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1991 ((-783) |#1| |#1|)) (-15 -2794 ((-419 |#1|) (-419 |#1|) (-419 |#1|))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -3029 (|#1| |#1| (-783))) (-15 -1847 (|#1| |#1| (-783))) (-15 -4424 ((-2 (|:| -3244 |#1|) (|:| -3477 |#1|)) |#1| (-783))) (-15 -3762 (|#1| (-1191 |#2|))) (-15 -4122 ((-1191 |#2|) |#1|)) (-15 -3924 ((-1286 |#2|) |#1| (-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -2770 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2770 (|#1| |#1| (-783))) (-15 -2770 (|#1| |#1|)) (-15 -2794 (|#1| |#1| |#1|)) (-15 -2794 (|#2| |#1| |#2|)) (-15 -1827 ((-430 |#1|) |#1|)) (-15 -2425 ((-430 (-1191 |#1|)) (-1191 |#1|))) (-15 -1830 ((-430 (-1191 |#1|)) (-1191 |#1|))) (-15 -2307 ((-430 (-1191 |#1|)) (-1191 |#1|))) (-15 -3570 ((-3 (-656 (-1191 |#1|)) "failed") (-656 (-1191 |#1|)) (-1191 |#1|))) (-15 -2145 (|#1| |#1| (-1101))) (-15 -1960 ((-656 (-1101)) |#1|)) (-15 -1925 ((-783) |#1| (-656 (-1101)))) (-15 -1925 ((-783) |#1|)) (-15 -1940 (|#1| |#1| (-656 (-1101)) (-656 (-783)))) (-15 -1940 (|#1| |#1| (-1101) (-783))) (-15 -2488 ((-656 (-783)) |#1| (-656 (-1101)))) (-15 -2488 ((-783) |#1| (-1101))) (-15 -1429 ((-3 (-1101) "failed") |#1|)) (-15 -1967 ((-656 (-783)) |#1| (-656 (-1101)))) (-15 -1967 ((-783) |#1| (-1101))) (-15 -3567 (|#1| (-1101))) (-15 -1570 ((-3 (-1101) "failed") |#1|)) (-15 -2857 ((-1101) |#1|)) (-15 -3281 (|#1| |#1| (-656 (-1101)) (-656 |#1|))) (-15 -3281 (|#1| |#1| (-1101) |#1|)) (-15 -3281 (|#1| |#1| (-656 (-1101)) (-656 |#2|))) (-15 -3281 (|#1| |#1| (-1101) |#2|)) (-15 -3281 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -3281 (|#1| |#1| |#1| |#1|)) (-15 -3281 (|#1| |#1| (-304 |#1|))) (-15 -3281 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -1967 ((-783) |#1|)) (-15 -1940 (|#1| |#2| (-783))) (-15 -1570 ((-3 (-576) "failed") |#1|)) (-15 -2857 ((-576) |#1|)) (-15 -1570 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2857 ((-419 (-576)) |#1|)) (-15 -2857 (|#2| |#1|)) (-15 -1570 ((-3 |#2| "failed") |#1|)) (-15 -3567 (|#1| |#2|)) (-15 -2488 ((-783) |#1|)) (-15 -2145 (|#2| |#1|)) (-15 -2770 (|#1| |#1| (-1101))) (-15 -2770 (|#1| |#1| (-656 (-1101)))) (-15 -2770 (|#1| |#1| (-1101) (-783))) (-15 -2770 (|#1| |#1| (-656 (-1101)) (-656 (-783)))) (-15 -3567 (|#1| (-576))) (-15 -3567 ((-874) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-3924 (((-1286 |#1|) $ (-783)) 256)) (-1960 (((-656 (-1101)) $) 113)) (-3762 (($ (-1191 |#1|)) 254)) (-1797 (((-1191 $) $ (-1101)) 128) (((-1191 |#1|) $) 127)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 90 (|has| |#1| (-568)))) (-4380 (($ $) 91 (|has| |#1| (-568)))) (-1657 (((-112) $) 93 (|has| |#1| (-568)))) (-1925 (((-783) $) 115) (((-783) $ (-656 (-1101))) 114)) (-4299 (((-3 $ "failed") $ $) 20)) (-3615 (($ $ $) 241 (|has| |#1| (-568)))) (-2425 (((-430 (-1191 $)) (-1191 $)) 103 (|has| |#1| (-926)))) (-1415 (($ $) 101 (|has| |#1| (-464)))) (-3422 (((-430 $) $) 100 (|has| |#1| (-464)))) (-3570 (((-3 (-656 (-1191 $)) "failed") (-656 (-1191 $)) (-1191 $)) 106 (|has| |#1| (-926)))) (-1829 (((-112) $ $) 226 (|has| |#1| (-374)))) (-1847 (($ $ (-783)) 249)) (-3029 (($ $ (-783)) 248)) (-4427 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 236 (|has| |#1| (-464)))) (-2135 (($) 18 T CONST)) (-1570 (((-3 |#1| "failed") $) 171) (((-3 (-419 (-576)) "failed") $) 168 (|has| |#1| (-1057 (-419 (-576))))) (((-3 (-576) "failed") $) 166 (|has| |#1| (-1057 (-576)))) (((-3 (-1101) "failed") $) 143)) (-2857 ((|#1| $) 170) (((-419 (-576)) $) 169 (|has| |#1| (-1057 (-419 (-576))))) (((-576) $) 167 (|has| |#1| (-1057 (-576)))) (((-1101) $) 144)) (-1990 (($ $ $ (-1101)) 111 (|has| |#1| (-174))) ((|#1| $ $) 244 (|has| |#1| (-174)))) (-3426 (($ $ $) 230 (|has| |#1| (-374)))) (-2109 (($ $) 161)) (-3142 (((-701 (-576)) (-701 $)) 139 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-701 $) (-1286 $)) 138 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-701 $) (-1286 $)) 137) (((-701 |#1|) (-701 $)) 136)) (-2251 (((-3 $ "failed") $) 37)) (-3438 (($ $ $) 229 (|has| |#1| (-374)))) (-4038 (($ $ $) 247)) (-2204 (($ $ $) 238 (|has| |#1| (-568)))) (-4279 (((-2 (|:| -1713 |#1|) (|:| -3244 $) (|:| -3477 $)) $ $) 237 (|has| |#1| (-568)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 224 (|has| |#1| (-374)))) (-2619 (($ $) 183 (|has| |#1| (-464))) (($ $ (-1101)) 108 (|has| |#1| (-464)))) (-2098 (((-656 $) $) 112)) (-4283 (((-112) $) 99 (|has| |#1| (-926)))) (-2056 (($ $ |#1| (-783) $) 179)) (-1866 (((-902 (-390) $) $ (-905 (-390)) (-902 (-390) $)) 87 (-12 (|has| (-1101) (-899 (-390))) (|has| |#1| (-899 (-390))))) (((-902 (-576) $) $ (-905 (-576)) (-902 (-576) $)) 86 (-12 (|has| (-1101) (-899 (-576))) (|has| |#1| (-899 (-576)))))) (-1991 (((-783) $ $) 242 (|has| |#1| (-568)))) (-3612 (((-112) $) 35)) (-1935 (((-783) $) 176)) (-2162 (((-3 $ "failed") $) 222 (|has| |#1| (-1171)))) (-1950 (($ (-1191 |#1|) (-1101)) 120) (($ (-1191 $) (-1101)) 119)) (-4255 (($ $ (-783)) 253)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 233 (|has| |#1| (-374)))) (-1538 (((-656 $) $) 129)) (-2544 (((-112) $) 159)) (-1940 (($ |#1| (-783)) 160) (($ $ (-1101) (-783)) 122) (($ $ (-656 (-1101)) (-656 (-783))) 121)) (-3962 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $ (-1101)) 123) (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 251)) (-2488 (((-783) $) 177) (((-783) $ (-1101)) 125) (((-656 (-783)) $ (-656 (-1101))) 124)) (-3492 (($ (-1 (-783) (-783)) $) 178)) (-4114 (($ (-1 |#1| |#1|) $) 158)) (-4122 (((-1191 |#1|) $) 255)) (-1429 (((-3 (-1101) "failed") $) 126)) (-1853 (((-701 (-576)) (-1286 $)) 141 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 (-576))) (|:| |vec| (-1286 (-576)))) (-1286 $) $) 140 (|has| |#1| (-651 (-576)))) (((-2 (|:| -1953 (-701 |#1|)) (|:| |vec| (-1286 |#1|))) (-1286 $) $) 135) (((-701 |#1|) (-1286 $)) 134)) (-2076 (($ $) 156)) (-2086 ((|#1| $) 155)) (-3457 (($ (-656 $)) 97 (|has| |#1| (-464))) (($ $ $) 96 (|has| |#1| (-464)))) (-3881 (((-1177) $) 10)) (-4424 (((-2 (|:| -3244 $) (|:| -3477 $)) $ (-783)) 250)) (-2692 (((-3 (-656 $) "failed") $) 117)) (-3656 (((-3 (-656 $) "failed") $) 118)) (-2244 (((-3 (-2 (|:| |var| (-1101)) (|:| -2125 (-783))) "failed") $) 116)) (-2092 (($ $) 234 (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($) 221 (|has| |#1| (-1171)) CONST)) (-1448 (((-1139) $) 11)) (-2055 (((-112) $) 173)) (-2065 ((|#1| $) 174)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 98 (|has| |#1| (-464)))) (-3495 (($ (-656 $)) 95 (|has| |#1| (-464))) (($ $ $) 94 (|has| |#1| (-464)))) (-2307 (((-430 (-1191 $)) (-1191 $)) 105 (|has| |#1| (-926)))) (-1830 (((-430 (-1191 $)) (-1191 $)) 104 (|has| |#1| (-926)))) (-1827 (((-430 $) $) 102 (|has| |#1| (-926)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 232 (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 231 (|has| |#1| (-374)))) (-3473 (((-3 $ "failed") $ |#1|) 181 (|has| |#1| (-568))) (((-3 $ "failed") $ $) 89 (|has| |#1| (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 225 (|has| |#1| (-374)))) (-3281 (($ $ (-656 (-304 $))) 152) (($ $ (-304 $)) 151) (($ $ $ $) 150) (($ $ (-656 $) (-656 $)) 149) (($ $ (-1101) |#1|) 148) (($ $ (-656 (-1101)) (-656 |#1|)) 147) (($ $ (-1101) $) 146) (($ $ (-656 (-1101)) (-656 $)) 145)) (-3909 (((-783) $) 227 (|has| |#1| (-374)))) (-2794 ((|#1| $ |#1|) 266) (($ $ $) 265) (((-419 $) (-419 $) (-419 $)) 243 (|has| |#1| (-568))) ((|#1| (-419 $) |#1|) 235 (|has| |#1| (-374))) (((-419 $) $ (-419 $)) 223 (|has| |#1| (-568)))) (-2937 (((-3 $ "failed") $ (-783)) 252)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 228 (|has| |#1| (-374)))) (-2491 (($ $ (-1101)) 110 (|has| |#1| (-174))) ((|#1| $) 245 (|has| |#1| (-174)))) (-2770 (($ $ (-656 (-1101)) (-656 (-783))) 44) (($ $ (-1101) (-783)) 43) (($ $ (-656 (-1101))) 42) (($ $ (-1101)) 40) (($ $) 264) (($ $ (-783)) 262) (($ $ (-1 |#1| |#1|)) 260) (($ $ (-1 |#1| |#1|) (-783)) 259) (($ $ (-1 |#1| |#1|) $) 246) (($ $ (-1195)) 220 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) 218 (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) 217 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) 216 (|has| |#1| (-917 (-1195))))) (-1967 (((-783) $) 157) (((-783) $ (-1101)) 133) (((-656 (-783)) $ (-656 (-1101))) 132)) (-4169 (((-905 (-390)) $) 85 (-12 (|has| (-1101) (-626 (-905 (-390)))) (|has| |#1| (-626 (-905 (-390)))))) (((-905 (-576)) $) 84 (-12 (|has| (-1101) (-626 (-905 (-576)))) (|has| |#1| (-626 (-905 (-576)))))) (((-548) $) 83 (-12 (|has| (-1101) (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-2145 ((|#1| $) 182 (|has| |#1| (-464))) (($ $ (-1101)) 109 (|has| |#1| (-464)))) (-4098 (((-3 (-1286 $) "failed") (-701 $)) 107 (-2669 (|has| $ (-146)) (|has| |#1| (-926))))) (-2400 (((-3 $ "failed") $ $) 240 (|has| |#1| (-568))) (((-3 (-419 $) "failed") (-419 $) $) 239 (|has| |#1| (-568)))) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 172) (($ (-1101)) 142) (($ (-419 (-576))) 81 (-2755 (|has| |#1| (-1057 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576)))))) (($ $) 88 (|has| |#1| (-568)))) (-1691 (((-656 |#1|) $) 175)) (-1749 ((|#1| $ (-783)) 162) (($ $ (-1101) (-783)) 131) (($ $ (-656 (-1101)) (-656 (-783))) 130)) (-2846 (((-3 $ "failed") $) 82 (-2755 (-2669 (|has| $ (-146)) (|has| |#1| (-926))) (|has| |#1| (-146))))) (-2596 (((-783)) 32 T CONST)) (-2217 (($ $ $ (-783)) 180 (|has| |#1| (-174)))) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 92 (|has| |#1| (-568)))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-656 (-1101)) (-656 (-783))) 47) (($ $ (-1101) (-783)) 46) (($ $ (-656 (-1101))) 45) (($ $ (-1101)) 41) (($ $) 263) (($ $ (-783)) 261) (($ $ (-1 |#1| |#1|)) 258) (($ $ (-1 |#1| |#1|) (-783)) 257) (($ $ (-1195)) 219 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195))) 215 (|has| |#1| (-917 (-1195)))) (($ $ (-1195) (-783)) 214 (|has| |#1| (-917 (-1195)))) (($ $ (-656 (-1195)) (-656 (-783))) 213 (|has| |#1| (-917 (-1195))))) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#1|) 163 (|has| |#1| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 165 (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) 164 (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 154) (($ $ |#1|) 153)))
-(((-1262 |#1|) (-141) (-1068)) (T -1262))
-((-3924 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *1 (-1262 *4)) (-4 *4 (-1068)) (-5 *2 (-1286 *4)))) (-4122 (*1 *2 *1) (-12 (-4 *1 (-1262 *3)) (-4 *3 (-1068)) (-5 *2 (-1191 *3)))) (-3762 (*1 *1 *2) (-12 (-5 *2 (-1191 *3)) (-4 *3 (-1068)) (-4 *1 (-1262 *3)))) (-4255 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1262 *3)) (-4 *3 (-1068)))) (-2937 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-783)) (-4 *1 (-1262 *3)) (-4 *3 (-1068)))) (-3962 (*1 *2 *1 *1) (-12 (-4 *3 (-1068)) (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-1262 *3)))) (-4424 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *4 (-1068)) (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-1262 *4)))) (-1847 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1262 *3)) (-4 *3 (-1068)))) (-3029 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1262 *3)) (-4 *3 (-1068)))) (-4038 (*1 *1 *1 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1068)))) (-2770 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1262 *3)) (-4 *3 (-1068)))) (-2491 (*1 *2 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1068)) (-4 *2 (-174)))) (-1990 (*1 *2 *1 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1068)) (-4 *2 (-174)))) (-2794 (*1 *2 *2 *2) (-12 (-5 *2 (-419 *1)) (-4 *1 (-1262 *3)) (-4 *3 (-1068)) (-4 *3 (-568)))) (-1991 (*1 *2 *1 *1) (-12 (-4 *1 (-1262 *3)) (-4 *3 (-1068)) (-4 *3 (-568)) (-5 *2 (-783)))) (-3615 (*1 *1 *1 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1068)) (-4 *2 (-568)))) (-2400 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-1262 *2)) (-4 *2 (-1068)) (-4 *2 (-568)))) (-2400 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-419 *1)) (-4 *1 (-1262 *3)) (-4 *3 (-1068)) (-4 *3 (-568)))) (-2204 (*1 *1 *1 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1068)) (-4 *2 (-568)))) (-4279 (*1 *2 *1 *1) (-12 (-4 *3 (-568)) (-4 *3 (-1068)) (-5 *2 (-2 (|:| -1713 *3) (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-1262 *3)))) (-4427 (*1 *2 *1 *1) (-12 (-4 *3 (-464)) (-4 *3 (-1068)) (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1))) (-4 *1 (-1262 *3)))) (-2794 (*1 *2 *3 *2) (-12 (-5 *3 (-419 *1)) (-4 *1 (-1262 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))) (-2092 (*1 *1 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1068)) (-4 *2 (-38 (-419 (-576)))))))
-(-13 (-966 |t#1| (-783) (-1101)) (-296 |t#1| |t#1|) (-296 $ $) (-238) (-232 |t#1|) (-10 -8 (-15 -3924 ((-1286 |t#1|) $ (-783))) (-15 -4122 ((-1191 |t#1|) $)) (-15 -3762 ($ (-1191 |t#1|))) (-15 -4255 ($ $ (-783))) (-15 -2937 ((-3 $ "failed") $ (-783))) (-15 -3962 ((-2 (|:| -3244 $) (|:| -3477 $)) $ $)) (-15 -4424 ((-2 (|:| -3244 $) (|:| -3477 $)) $ (-783))) (-15 -1847 ($ $ (-783))) (-15 -3029 ($ $ (-783))) (-15 -4038 ($ $ $)) (-15 -2770 ($ $ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-1171)) (-6 (-1171)) |%noBranch|) (IF (|has| |t#1| (-174)) (PROGN (-15 -2491 (|t#1| $)) (-15 -1990 (|t#1| $ $))) |%noBranch|) (IF (|has| |t#1| (-568)) (PROGN (-6 (-296 (-419 $) (-419 $))) (-15 -2794 ((-419 $) (-419 $) (-419 $))) (-15 -1991 ((-783) $ $)) (-15 -3615 ($ $ $)) (-15 -2400 ((-3 $ "failed") $ $)) (-15 -2400 ((-3 (-419 $) "failed") (-419 $) $)) (-15 -2204 ($ $ $)) (-15 -4279 ((-2 (|:| -1713 |t#1|) (|:| -3244 $) (|:| -3477 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-464)) (-15 -4427 ((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $)) |%noBranch|) (IF (|has| |t#1| (-374)) (PROGN (-6 (-317)) (-6 -4458) (-15 -2794 (|t#1| (-419 $) |t#1|))) |%noBranch|) (IF (|has| |t#1| (-38 (-419 (-576)))) (-15 -2092 ($ $)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-783)) . T) ((-25) . T) ((-38 #1=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #1#) -2755 (|has| |#1| (-1057 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 #2=(-1101)) . T) ((-628 |#1|) . T) ((-628 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374))) ((-625 (-874)) . T) ((-174) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-626 (-548)) -12 (|has| (-1101) (-626 (-548))) (|has| |#1| (-626 (-548)))) ((-626 (-905 (-390))) -12 (|has| (-1101) (-626 (-905 (-390)))) (|has| |#1| (-626 (-905 (-390))))) ((-626 (-905 (-576))) -12 (|has| (-1101) (-626 (-905 (-576)))) (|has| |#1| (-626 (-905 (-576))))) ((-234 $) . T) ((-232 |#1|) . T) ((-238) . T) ((-237) . T) ((-272 |#1|) . T) ((-296 (-419 $) (-419 $)) |has| |#1| (-568)) ((-296 |#1| |#1|) . T) ((-296 $ $) . T) ((-300) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374))) ((-317) |has| |#1| (-374)) ((-319 $) . T) ((-336 |#1| #0#) . T) ((-388 |#1|) . T) ((-423 |#1|) . T) ((-464) -2755 (|has| |#1| (-926)) (|has| |#1| (-464)) (|has| |#1| (-374))) ((-526 #2# |#1|) . T) ((-526 #2# $) . T) ((-526 $ $) . T) ((-568) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374))) ((-658 #1#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #1#) |has| |#1| (-38 (-419 (-576)))) ((-660 #3=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #1#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374))) ((-651 #3#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-729 #1#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374))) ((-738) . T) ((-909 $ #2#) . T) ((-909 $ #4=(-1195)) -2755 (|has| |#1| (-917 (-1195))) (|has| |#1| (-915 (-1195)))) ((-915 #2#) . T) ((-915 (-1195)) |has| |#1| (-915 (-1195))) ((-917 #2#) . T) ((-917 #4#) -2755 (|has| |#1| (-917 (-1195))) (|has| |#1| (-915 (-1195)))) ((-899 (-390)) -12 (|has| (-1101) (-899 (-390))) (|has| |#1| (-899 (-390)))) ((-899 (-576)) -12 (|has| (-1101) (-899 (-576))) (|has| |#1| (-899 (-576)))) ((-966 |#1| #0# #2#) . T) ((-926) |has| |#1| (-926)) ((-937) |has| |#1| (-374)) ((-1057 (-419 (-576))) |has| |#1| (-1057 (-419 (-576)))) ((-1057 (-576)) |has| |#1| (-1057 (-576))) ((-1057 #2#) . T) ((-1057 |#1|) . T) ((-1070 #1#) |has| |#1| (-38 (-419 (-576)))) ((-1070 |#1|) . T) ((-1070 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1075 #1#) |has| |#1| (-38 (-419 (-576)))) ((-1075 |#1|) . T) ((-1075 $) -2755 (|has| |#1| (-926)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1171) |has| |#1| (-1171)) ((-1236) . T) ((-1240) |has| |#1| (-926)))
-((-1960 (((-656 (-1101)) $) 34)) (-2109 (($ $) 31)) (-1940 (($ |#2| |#3|) NIL) (($ $ (-1101) |#3|) 28) (($ $ (-656 (-1101)) (-656 |#3|)) 27)) (-2076 (($ $) 14)) (-2086 ((|#2| $) 12)) (-1967 ((|#3| $) 10)))
-(((-1263 |#1| |#2| |#3|) (-10 -8 (-15 -1960 ((-656 (-1101)) |#1|)) (-15 -1940 (|#1| |#1| (-656 (-1101)) (-656 |#3|))) (-15 -1940 (|#1| |#1| (-1101) |#3|)) (-15 -2109 (|#1| |#1|)) (-15 -1940 (|#1| |#2| |#3|)) (-15 -1967 (|#3| |#1|)) (-15 -2076 (|#1| |#1|)) (-15 -2086 (|#2| |#1|))) (-1264 |#2| |#3|) (-1068) (-804)) (T -1263))
-NIL
-(-10 -8 (-15 -1960 ((-656 (-1101)) |#1|)) (-15 -1940 (|#1| |#1| (-656 (-1101)) (-656 |#3|))) (-15 -1940 (|#1| |#1| (-1101) |#3|)) (-15 -2109 (|#1| |#1|)) (-15 -1940 (|#1| |#2| |#3|)) (-15 -1967 (|#3| |#1|)) (-15 -2076 (|#1| |#1|)) (-15 -2086 (|#2| |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-1960 (((-656 (-1101)) $) 86)) (-3052 (((-1195) $) 118)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-4380 (($ $) 64 (|has| |#1| (-568)))) (-1657 (((-112) $) 66 (|has| |#1| (-568)))) (-1930 (($ $ |#2|) 113) (($ $ |#2| |#2|) 112)) (-3964 (((-1176 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 119)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2109 (($ $) 72)) (-2251 (((-3 $ "failed") $) 37)) (-2928 (((-112) $) 85)) (-1991 ((|#2| $) 115) ((|#2| $ |#2|) 114)) (-3612 (((-112) $) 35)) (-4255 (($ $ (-938)) 116)) (-2544 (((-112) $) 74)) (-1940 (($ |#1| |#2|) 73) (($ $ (-1101) |#2|) 88) (($ $ (-656 (-1101)) (-656 |#2|)) 87)) (-4114 (($ (-1 |#1| |#1|) $) 75)) (-2076 (($ $) 77)) (-2086 ((|#1| $) 78)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3905 (($ $ |#2|) 110)) (-3473 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568)))) (-3281 (((-1176 |#1|) $ |#1|) 109 (|has| |#1| (-15 ** (|#1| |#1| |#2|))))) (-2794 ((|#1| $ |#2|) 120) (($ $ $) 96 (|has| |#2| (-1131)))) (-2770 (($ $ (-1195)) 108 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-656 (-1195))) 106 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1195) (-783)) 105 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-656 (-1195)) (-656 (-783))) 104 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $) 100 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $ (-783)) 98 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-1967 ((|#2| $) 76)) (-3746 (($ $) 84)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 69 (|has| |#1| (-38 (-419 (-576))))) (($ $) 61 (|has| |#1| (-568))) (($ |#1|) 59 (|has| |#1| (-174)))) (-1749 ((|#1| $ |#2|) 71)) (-2846 (((-3 $ "failed") $) 60 (|has| |#1| (-146)))) (-2596 (((-783)) 32 T CONST)) (-2391 ((|#1| $) 117)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 65 (|has| |#1| (-568)))) (-4163 ((|#1| $ |#2|) 111 (-12 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) (|has| |#1| (-15 -3567 (|#1| (-1195))))))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-1195)) 107 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-656 (-1195))) 103 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1195) (-783)) 102 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-656 (-1195)) (-656 (-783))) 101 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $) 99 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $ (-783)) 97 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#1|) 70 (|has| |#1| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
-(((-1264 |#1| |#2|) (-141) (-1068) (-804)) (T -1264))
-((-3964 (*1 *2 *1) (-12 (-4 *1 (-1264 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804)) (-5 *2 (-1176 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-3052 (*1 *2 *1) (-12 (-4 *1 (-1264 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804)) (-5 *2 (-1195)))) (-2391 (*1 *2 *1) (-12 (-4 *1 (-1264 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1068)))) (-4255 (*1 *1 *1 *2) (-12 (-5 *2 (-938)) (-4 *1 (-1264 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804)))) (-1991 (*1 *2 *1) (-12 (-4 *1 (-1264 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-804)))) (-1991 (*1 *2 *1 *2) (-12 (-4 *1 (-1264 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-804)))) (-1930 (*1 *1 *1 *2) (-12 (-4 *1 (-1264 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-804)))) (-1930 (*1 *1 *1 *2 *2) (-12 (-4 *1 (-1264 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-804)))) (-4163 (*1 *2 *1 *3) (-12 (-4 *1 (-1264 *2 *3)) (-4 *3 (-804)) (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -3567 (*2 (-1195)))) (-4 *2 (-1068)))) (-3905 (*1 *1 *1 *2) (-12 (-4 *1 (-1264 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-804)))) (-3281 (*1 *2 *1 *3) (-12 (-4 *1 (-1264 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804)) (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1176 *3)))))
-(-13 (-992 |t#1| |t#2| (-1101)) (-296 |t#2| |t#1|) (-10 -8 (-15 -3964 ((-1176 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -3052 ((-1195) $)) (-15 -2391 (|t#1| $)) (-15 -4255 ($ $ (-938))) (-15 -1991 (|t#2| $)) (-15 -1991 (|t#2| $ |t#2|)) (-15 -1930 ($ $ |t#2|)) (-15 -1930 ($ $ |t#2| |t#2|)) (IF (|has| |t#1| (-15 -3567 (|t#1| (-1195)))) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -4163 (|t#1| $ |t#2|)) |%noBranch|) |%noBranch|) (-15 -3905 ($ $ |t#2|)) (IF (|has| |t#2| (-1131)) (-6 (-296 $ $)) |%noBranch|) (IF (|has| |t#1| (-15 * (|t#1| |t#2| |t#1|))) (PROGN (-6 (-238)) (IF (|has| |t#1| (-915 (-1195))) (-6 (-915 (-1195))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -3281 ((-1176 |t#1|) $ |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) |has| |#1| (-568)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) |has| |#1| (-38 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-628 $) |has| |#1| (-568)) ((-625 (-874)) . T) ((-174) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-234 $) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-238) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-237) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-296 |#2| |#1|) . T) ((-296 $ $) |has| |#2| (-1131)) ((-300) |has| |#1| (-568)) ((-568) |has| |#1| (-568)) ((-658 #0#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) |has| |#1| (-38 (-419 (-576)))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) |has| |#1| (-568)) ((-729 #0#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) |has| |#1| (-568)) ((-738) . T) ((-909 $ #1=(-1195)) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-915 (-1195)))) ((-915 #1#) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-915 (-1195)))) ((-917 #1#) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-915 (-1195)))) ((-992 |#1| |#2| (-1101)) . T) ((-1070 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1070 |#1|) . T) ((-1070 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1075 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1075 |#1|) . T) ((-1075 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-1415 ((|#2| |#2|) 12)) (-3422 (((-430 |#2|) |#2|) 14)) (-4085 (((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-576))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-576)))) 30)))
-(((-1265 |#1| |#2|) (-10 -7 (-15 -3422 ((-430 |#2|) |#2|)) (-15 -1415 (|#2| |#2|)) (-15 -4085 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-576))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-576)))))) (-568) (-13 (-1262 |#1|) (-568) (-10 -8 (-15 -3495 ($ $ $))))) (T -1265))
-((-4085 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4) (|:| |xpnt| (-576)))) (-4 *4 (-13 (-1262 *3) (-568) (-10 -8 (-15 -3495 ($ $ $))))) (-4 *3 (-568)) (-5 *1 (-1265 *3 *4)))) (-1415 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-1265 *3 *2)) (-4 *2 (-13 (-1262 *3) (-568) (-10 -8 (-15 -3495 ($ $ $))))))) (-3422 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-430 *3)) (-5 *1 (-1265 *4 *3)) (-4 *3 (-13 (-1262 *4) (-568) (-10 -8 (-15 -3495 ($ $ $))))))))
-(-10 -7 (-15 -3422 ((-430 |#2|) |#2|)) (-15 -1415 (|#2| |#2|)) (-15 -4085 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-576))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-576))))))
-((-4114 (((-1271 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1271 |#1| |#3| |#5|)) 24)))
-(((-1266 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -4114 ((-1271 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1271 |#1| |#3| |#5|)))) (-1068) (-1068) (-1195) (-1195) |#1| |#2|) (T -1266))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1271 *5 *7 *9)) (-4 *5 (-1068)) (-4 *6 (-1068)) (-14 *7 (-1195)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1271 *6 *8 *10)) (-5 *1 (-1266 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1195)))))
-(-10 -7 (-15 -4114 ((-1271 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1271 |#1| |#3| |#5|))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-1960 (((-656 (-1101)) $) 86)) (-3052 (((-1195) $) 118)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-4380 (($ $) 64 (|has| |#1| (-568)))) (-1657 (((-112) $) 66 (|has| |#1| (-568)))) (-1930 (($ $ (-419 (-576))) 113) (($ $ (-419 (-576)) (-419 (-576))) 112)) (-3964 (((-1176 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|))) $) 119)) (-4022 (($ $) 150 (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) 133 (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) 20)) (-1415 (($ $) 177 (|has| |#1| (-374)))) (-3422 (((-430 $) $) 178 (|has| |#1| (-374)))) (-1838 (($ $) 132 (|has| |#1| (-38 (-419 (-576)))))) (-1829 (((-112) $ $) 168 (|has| |#1| (-374)))) (-4003 (($ $) 149 (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) 134 (|has| |#1| (-38 (-419 (-576)))))) (-3077 (($ (-783) (-1176 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|)))) 186)) (-4047 (($ $) 148 (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) 135 (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) 18 T CONST)) (-3426 (($ $ $) 172 (|has| |#1| (-374)))) (-2109 (($ $) 72)) (-2251 (((-3 $ "failed") $) 37)) (-3438 (($ $ $) 171 (|has| |#1| (-374)))) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 166 (|has| |#1| (-374)))) (-4283 (((-112) $) 179 (|has| |#1| (-374)))) (-2928 (((-112) $) 85)) (-1598 (($) 160 (|has| |#1| (-38 (-419 (-576)))))) (-1991 (((-419 (-576)) $) 115) (((-419 (-576)) $ (-419 (-576))) 114)) (-3612 (((-112) $) 35)) (-3867 (($ $ (-576)) 131 (|has| |#1| (-38 (-419 (-576)))))) (-4255 (($ $ (-938)) 116) (($ $ (-419 (-576))) 185)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 175 (|has| |#1| (-374)))) (-2544 (((-112) $) 74)) (-1940 (($ |#1| (-419 (-576))) 73) (($ $ (-1101) (-419 (-576))) 88) (($ $ (-656 (-1101)) (-656 (-419 (-576)))) 87)) (-4114 (($ (-1 |#1| |#1|) $) 75)) (-3742 (($ $) 157 (|has| |#1| (-38 (-419 (-576)))))) (-2076 (($ $) 77)) (-2086 ((|#1| $) 78)) (-3457 (($ (-656 $)) 164 (|has| |#1| (-374))) (($ $ $) 163 (|has| |#1| (-374)))) (-3881 (((-1177) $) 10)) (-2045 (($ $) 180 (|has| |#1| (-374)))) (-2092 (($ $) 184 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1195)) 183 (-2755 (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-976)) (|has| |#1| (-1221)) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-15 -1960 ((-656 (-1195)) |#1|))) (|has| |#1| (-15 -2092 (|#1| |#1| (-1195)))) (|has| |#1| (-38 (-419 (-576)))))))) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 165 (|has| |#1| (-374)))) (-3495 (($ (-656 $)) 162 (|has| |#1| (-374))) (($ $ $) 161 (|has| |#1| (-374)))) (-1827 (((-430 $) $) 176 (|has| |#1| (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 174 (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 173 (|has| |#1| (-374)))) (-3905 (($ $ (-419 (-576))) 110)) (-3473 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 167 (|has| |#1| (-374)))) (-4101 (($ $) 158 (|has| |#1| (-38 (-419 (-576)))))) (-3281 (((-1176 |#1|) $ |#1|) 109 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))))) (-3909 (((-783) $) 169 (|has| |#1| (-374)))) (-2794 ((|#1| $ (-419 (-576))) 120) (($ $ $) 96 (|has| (-419 (-576)) (-1131)))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 170 (|has| |#1| (-374)))) (-2770 (($ $ (-1195)) 108 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-656 (-1195))) 106 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-1195) (-783)) 105 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-656 (-1195)) (-656 (-783))) 104 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $) 100 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) 98 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (-1967 (((-419 (-576)) $) 76)) (-4058 (($ $) 147 (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) 136 (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) 146 (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) 137 (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) 145 (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) 138 (|has| |#1| (-38 (-419 (-576)))))) (-3746 (($ $) 84)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 59 (|has| |#1| (-174))) (($ (-419 (-576))) 69 (|has| |#1| (-38 (-419 (-576))))) (($ $) 61 (|has| |#1| (-568)))) (-1749 ((|#1| $ (-419 (-576))) 71)) (-2846 (((-3 $ "failed") $) 60 (|has| |#1| (-146)))) (-2596 (((-783)) 32 T CONST)) (-2391 ((|#1| $) 117)) (-1540 (((-112) $ $) 9)) (-2787 (($ $) 156 (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) 144 (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) 65 (|has| |#1| (-568)))) (-4068 (($ $) 155 (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) 143 (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) 154 (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) 142 (|has| |#1| (-38 (-419 (-576)))))) (-4163 ((|#1| $ (-419 (-576))) 111 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))) (|has| |#1| (-15 -3567 (|#1| (-1195))))))) (-4385 (($ $) 153 (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) 141 (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) 152 (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) 140 (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) 151 (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) 139 (|has| |#1| (-38 (-419 (-576)))))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-1195)) 107 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-656 (-1195))) 103 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-1195) (-783)) 102 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-656 (-1195)) (-656 (-783))) 101 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $) 99 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) 97 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#1|) 70 (|has| |#1| (-374))) (($ $ $) 182 (|has| |#1| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 181 (|has| |#1| (-374))) (($ $ $) 159 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 130 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
-(((-1267 |#1|) (-141) (-1068)) (T -1267))
-((-3077 (*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *3 (-1176 (-2 (|:| |k| (-419 (-576))) (|:| |c| *4)))) (-4 *4 (-1068)) (-4 *1 (-1267 *4)))) (-4255 (*1 *1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-4 *1 (-1267 *3)) (-4 *3 (-1068)))) (-2092 (*1 *1 *1) (-12 (-4 *1 (-1267 *2)) (-4 *2 (-1068)) (-4 *2 (-38 (-419 (-576)))))) (-2092 (*1 *1 *1 *2) (-2755 (-12 (-5 *2 (-1195)) (-4 *1 (-1267 *3)) (-4 *3 (-1068)) (-12 (-4 *3 (-29 (-576))) (-4 *3 (-976)) (-4 *3 (-1221)) (-4 *3 (-38 (-419 (-576)))))) (-12 (-5 *2 (-1195)) (-4 *1 (-1267 *3)) (-4 *3 (-1068)) (-12 (|has| *3 (-15 -1960 ((-656 *2) *3))) (|has| *3 (-15 -2092 (*3 *3 *2))) (-4 *3 (-38 (-419 (-576)))))))))
-(-13 (-1264 |t#1| (-419 (-576))) (-10 -8 (-15 -3077 ($ (-783) (-1176 (-2 (|:| |k| (-419 (-576))) (|:| |c| |t#1|))))) (-15 -4255 ($ $ (-419 (-576)))) (IF (|has| |t#1| (-38 (-419 (-576)))) (PROGN (-15 -2092 ($ $)) (IF (|has| |t#1| (-15 -2092 (|t#1| |t#1| (-1195)))) (IF (|has| |t#1| (-15 -1960 ((-656 (-1195)) |t#1|))) (-15 -2092 ($ $ (-1195))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1221)) (IF (|has| |t#1| (-976)) (IF (|has| |t#1| (-29 (-576))) (-15 -2092 ($ $ (-1195))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1021)) (-6 (-1221))) |%noBranch|) (IF (|has| |t#1| (-374)) (-6 (-374)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-419 (-576))) . T) ((-25) . T) ((-38 #1=(-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-35) |has| |#1| (-38 (-419 (-576)))) ((-95) |has| |#1| (-38 (-419 (-576)))) ((-102) . T) ((-111 #1# #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-628 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-625 (-874)) . T) ((-174) -2755 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-234 $) |has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) ((-238) |has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) ((-237) |has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) ((-248) |has| |#1| (-374)) ((-294) |has| |#1| (-38 (-419 (-576)))) ((-296 #0# |#1|) . T) ((-296 $ $) |has| (-419 (-576)) (-1131)) ((-300) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-317) |has| |#1| (-374)) ((-374) |has| |#1| (-374)) ((-464) |has| |#1| (-374)) ((-505) |has| |#1| (-38 (-419 (-576)))) ((-568) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-658 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-729 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-738) . T) ((-909 $ #2=(-1195)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))) ((-915 #2#) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))) ((-917 #2#) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))) ((-992 |#1| #0# (-1101)) . T) ((-937) |has| |#1| (-374)) ((-1021) |has| |#1| (-38 (-419 (-576)))) ((-1070 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-1070 |#1|) . T) ((-1070 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1075 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-1075 |#1|) . T) ((-1075 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1221) |has| |#1| (-38 (-419 (-576)))) ((-1224) |has| |#1| (-38 (-419 (-576)))) ((-1236) . T) ((-1240) |has| |#1| (-374)) ((-1264 |#1| #0#) . T))
-((-1353 (((-112) $) 12)) (-1570 (((-3 |#3| "failed") $) 17)) (-2857 ((|#3| $) 14)))
-(((-1268 |#1| |#2| |#3|) (-10 -8 (-15 -1570 ((-3 |#3| "failed") |#1|)) (-15 -2857 (|#3| |#1|)) (-15 -1353 ((-112) |#1|))) (-1269 |#2| |#3|) (-1068) (-1246 |#2|)) (T -1268))
-NIL
-(-10 -8 (-15 -1570 ((-3 |#3| "failed") |#1|)) (-15 -2857 (|#3| |#1|)) (-15 -1353 ((-112) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-1960 (((-656 (-1101)) $) 86)) (-3052 (((-1195) $) 118)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-4380 (($ $) 64 (|has| |#1| (-568)))) (-1657 (((-112) $) 66 (|has| |#1| (-568)))) (-1930 (($ $ (-419 (-576))) 113) (($ $ (-419 (-576)) (-419 (-576))) 112)) (-3964 (((-1176 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|))) $) 119)) (-4022 (($ $) 150 (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) 133 (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) 20)) (-1415 (($ $) 177 (|has| |#1| (-374)))) (-3422 (((-430 $) $) 178 (|has| |#1| (-374)))) (-1838 (($ $) 132 (|has| |#1| (-38 (-419 (-576)))))) (-1829 (((-112) $ $) 168 (|has| |#1| (-374)))) (-4003 (($ $) 149 (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) 134 (|has| |#1| (-38 (-419 (-576)))))) (-3077 (($ (-783) (-1176 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|)))) 186)) (-4047 (($ $) 148 (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) 135 (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) 18 T CONST)) (-1570 (((-3 |#2| "failed") $) 197)) (-2857 ((|#2| $) 198)) (-3426 (($ $ $) 172 (|has| |#1| (-374)))) (-2109 (($ $) 72)) (-2251 (((-3 $ "failed") $) 37)) (-1475 (((-419 (-576)) $) 194)) (-3438 (($ $ $) 171 (|has| |#1| (-374)))) (-2026 (($ (-419 (-576)) |#2|) 195)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 166 (|has| |#1| (-374)))) (-4283 (((-112) $) 179 (|has| |#1| (-374)))) (-2928 (((-112) $) 85)) (-1598 (($) 160 (|has| |#1| (-38 (-419 (-576)))))) (-1991 (((-419 (-576)) $) 115) (((-419 (-576)) $ (-419 (-576))) 114)) (-3612 (((-112) $) 35)) (-3867 (($ $ (-576)) 131 (|has| |#1| (-38 (-419 (-576)))))) (-4255 (($ $ (-938)) 116) (($ $ (-419 (-576))) 185)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 175 (|has| |#1| (-374)))) (-2544 (((-112) $) 74)) (-1940 (($ |#1| (-419 (-576))) 73) (($ $ (-1101) (-419 (-576))) 88) (($ $ (-656 (-1101)) (-656 (-419 (-576)))) 87)) (-4114 (($ (-1 |#1| |#1|) $) 75)) (-3742 (($ $) 157 (|has| |#1| (-38 (-419 (-576)))))) (-2076 (($ $) 77)) (-2086 ((|#1| $) 78)) (-3457 (($ (-656 $)) 164 (|has| |#1| (-374))) (($ $ $) 163 (|has| |#1| (-374)))) (-1543 ((|#2| $) 193)) (-3183 (((-3 |#2| "failed") $) 191)) (-2015 ((|#2| $) 192)) (-3881 (((-1177) $) 10)) (-2045 (($ $) 180 (|has| |#1| (-374)))) (-2092 (($ $) 184 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1195)) 183 (-2755 (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-976)) (|has| |#1| (-1221)) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-15 -1960 ((-656 (-1195)) |#1|))) (|has| |#1| (-15 -2092 (|#1| |#1| (-1195)))) (|has| |#1| (-38 (-419 (-576)))))))) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 165 (|has| |#1| (-374)))) (-3495 (($ (-656 $)) 162 (|has| |#1| (-374))) (($ $ $) 161 (|has| |#1| (-374)))) (-1827 (((-430 $) $) 176 (|has| |#1| (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 174 (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 173 (|has| |#1| (-374)))) (-3905 (($ $ (-419 (-576))) 110)) (-3473 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 167 (|has| |#1| (-374)))) (-4101 (($ $) 158 (|has| |#1| (-38 (-419 (-576)))))) (-3281 (((-1176 |#1|) $ |#1|) 109 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))))) (-3909 (((-783) $) 169 (|has| |#1| (-374)))) (-2794 ((|#1| $ (-419 (-576))) 120) (($ $ $) 96 (|has| (-419 (-576)) (-1131)))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 170 (|has| |#1| (-374)))) (-2770 (($ $ (-1195)) 108 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-656 (-1195))) 106 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-1195) (-783)) 105 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-656 (-1195)) (-656 (-783))) 104 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $) 100 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) 98 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (-1967 (((-419 (-576)) $) 76)) (-4058 (($ $) 147 (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) 136 (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) 146 (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) 137 (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) 145 (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) 138 (|has| |#1| (-38 (-419 (-576)))))) (-3746 (($ $) 84)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 59 (|has| |#1| (-174))) (($ |#2|) 196) (($ (-419 (-576))) 69 (|has| |#1| (-38 (-419 (-576))))) (($ $) 61 (|has| |#1| (-568)))) (-1749 ((|#1| $ (-419 (-576))) 71)) (-2846 (((-3 $ "failed") $) 60 (|has| |#1| (-146)))) (-2596 (((-783)) 32 T CONST)) (-2391 ((|#1| $) 117)) (-1540 (((-112) $ $) 9)) (-2787 (($ $) 156 (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) 144 (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) 65 (|has| |#1| (-568)))) (-4068 (($ $) 155 (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) 143 (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) 154 (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) 142 (|has| |#1| (-38 (-419 (-576)))))) (-4163 ((|#1| $ (-419 (-576))) 111 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))) (|has| |#1| (-15 -3567 (|#1| (-1195))))))) (-4385 (($ $) 153 (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) 141 (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) 152 (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) 140 (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) 151 (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) 139 (|has| |#1| (-38 (-419 (-576)))))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-1195)) 107 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-656 (-1195))) 103 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-1195) (-783)) 102 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-656 (-1195)) (-656 (-783))) 101 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $) 99 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) 97 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#1|) 70 (|has| |#1| (-374))) (($ $ $) 182 (|has| |#1| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 181 (|has| |#1| (-374))) (($ $ $) 159 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 130 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
-(((-1269 |#1| |#2|) (-141) (-1068) (-1246 |t#1|)) (T -1269))
-((-1967 (*1 *2 *1) (-12 (-4 *1 (-1269 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1246 *3)) (-5 *2 (-419 (-576))))) (-2026 (*1 *1 *2 *3) (-12 (-5 *2 (-419 (-576))) (-4 *4 (-1068)) (-4 *1 (-1269 *4 *3)) (-4 *3 (-1246 *4)))) (-1475 (*1 *2 *1) (-12 (-4 *1 (-1269 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1246 *3)) (-5 *2 (-419 (-576))))) (-1543 (*1 *2 *1) (-12 (-4 *1 (-1269 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-1246 *3)))) (-2015 (*1 *2 *1) (-12 (-4 *1 (-1269 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-1246 *3)))) (-3183 (*1 *2 *1) (|partial| -12 (-4 *1 (-1269 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-1246 *3)))))
-(-13 (-1267 |t#1|) (-1057 |t#2|) (-628 |t#2|) (-10 -8 (-15 -2026 ($ (-419 (-576)) |t#2|)) (-15 -1475 ((-419 (-576)) $)) (-15 -1543 (|t#2| $)) (-15 -1967 ((-419 (-576)) $)) (-15 -2015 (|t#2| $)) (-15 -3183 ((-3 |t#2| "failed") $))))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-419 (-576))) . T) ((-25) . T) ((-38 #1=(-419 (-576))) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-35) |has| |#1| (-38 (-419 (-576)))) ((-95) |has| |#1| (-38 (-419 (-576)))) ((-102) . T) ((-111 #1# #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-628 |#2|) . T) ((-628 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-625 (-874)) . T) ((-174) -2755 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-234 $) |has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) ((-238) |has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) ((-237) |has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) ((-248) |has| |#1| (-374)) ((-294) |has| |#1| (-38 (-419 (-576)))) ((-296 #0# |#1|) . T) ((-296 $ $) |has| (-419 (-576)) (-1131)) ((-300) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-317) |has| |#1| (-374)) ((-374) |has| |#1| (-374)) ((-464) |has| |#1| (-374)) ((-505) |has| |#1| (-38 (-419 (-576)))) ((-568) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-658 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-729 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-738) . T) ((-909 $ #2=(-1195)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))) ((-915 #2#) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))) ((-917 #2#) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195)))) ((-992 |#1| #0# (-1101)) . T) ((-937) |has| |#1| (-374)) ((-1021) |has| |#1| (-38 (-419 (-576)))) ((-1057 |#2|) . T) ((-1070 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-1070 |#1|) . T) ((-1070 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1075 #1#) -2755 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-1075 |#1|) . T) ((-1075 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1221) |has| |#1| (-38 (-419 (-576)))) ((-1224) |has| |#1| (-38 (-419 (-576)))) ((-1236) . T) ((-1240) |has| |#1| (-374)) ((-1264 |#1| #0#) . T) ((-1267 |#1|) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-1960 (((-656 (-1101)) $) NIL)) (-3052 (((-1195) $) 104)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-1930 (($ $ (-419 (-576))) 116) (($ $ (-419 (-576)) (-419 (-576))) 118)) (-3964 (((-1176 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|))) $) 54)) (-4022 (($ $) 192 (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) 168 (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL (|has| |#1| (-374)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-374)))) (-1838 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1829 (((-112) $ $) NIL (|has| |#1| (-374)))) (-4003 (($ $) 188 (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) 164 (|has| |#1| (-38 (-419 (-576)))))) (-3077 (($ (-783) (-1176 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|)))) 65)) (-4047 (($ $) 196 (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) 172 (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#2| "failed") $) NIL)) (-2857 ((|#2| $) NIL)) (-3426 (($ $ $) NIL (|has| |#1| (-374)))) (-2109 (($ $) NIL)) (-2251 (((-3 $ "failed") $) 85)) (-1475 (((-419 (-576)) $) 13)) (-3438 (($ $ $) NIL (|has| |#1| (-374)))) (-2026 (($ (-419 (-576)) |#2|) 11)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-4283 (((-112) $) NIL (|has| |#1| (-374)))) (-2928 (((-112) $) 74)) (-1598 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1991 (((-419 (-576)) $) 113) (((-419 (-576)) $ (-419 (-576))) 114)) (-3612 (((-112) $) NIL)) (-3867 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4255 (($ $ (-938)) 130) (($ $ (-419 (-576))) 128)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-419 (-576))) 33) (($ $ (-1101) (-419 (-576))) NIL) (($ $ (-656 (-1101)) (-656 (-419 (-576)))) NIL)) (-4114 (($ (-1 |#1| |#1|) $) 125)) (-3742 (($ $) 162 (|has| |#1| (-38 (-419 (-576)))))) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-1543 ((|#2| $) 12)) (-3183 (((-3 |#2| "failed") $) 44)) (-2015 ((|#2| $) 45)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) 101 (|has| |#1| (-374)))) (-2092 (($ $) 146 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1195)) 151 (-2755 (-12 (|has| |#1| (-15 -2092 (|#1| |#1| (-1195)))) (|has| |#1| (-15 -1960 ((-656 (-1195)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-976)) (|has| |#1| (-1221)))))) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-374)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-1827 (((-430 $) $) NIL (|has| |#1| (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-3905 (($ $ (-419 (-576))) 122)) (-3473 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-4101 (($ $) 160 (|has| |#1| (-38 (-419 (-576)))))) (-3281 (((-1176 |#1|) $ |#1|) 98 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))))) (-3909 (((-783) $) NIL (|has| |#1| (-374)))) (-2794 ((|#1| $ (-419 (-576))) 108) (($ $ $) 94 (|has| (-419 (-576)) (-1131)))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-374)))) (-2770 (($ $ (-1195)) 138 (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $) 134 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (-1967 (((-419 (-576)) $) 16)) (-4058 (($ $) 198 (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) 174 (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) 194 (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) 170 (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) 190 (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) 166 (|has| |#1| (-38 (-419 (-576)))))) (-3746 (($ $) 120)) (-3567 (((-874) $) NIL) (($ (-576)) 37) (($ |#1|) 27 (|has| |#1| (-174))) (($ |#2|) 34) (($ (-419 (-576))) 139 (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568)))) (-1749 ((|#1| $ (-419 (-576))) 107)) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) 127 T CONST)) (-2391 ((|#1| $) 106)) (-1540 (((-112) $ $) NIL)) (-2787 (($ $) 204 (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) 180 (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4068 (($ $) 200 (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) 176 (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) 208 (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) 184 (|has| |#1| (-38 (-419 (-576)))))) (-4163 ((|#1| $ (-419 (-576))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))) (|has| |#1| (-15 -3567 (|#1| (-1195))))))) (-4385 (($ $) 210 (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) 186 (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) 206 (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) 182 (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) 202 (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) 178 (|has| |#1| (-38 (-419 (-576)))))) (-2716 (($) 21 T CONST)) (-2727 (($) 17 T CONST)) (-2014 (($ $ (-1195)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (-2921 (((-112) $ $) 72)) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) 100 (|has| |#1| (-374)))) (-3041 (($ $) 142) (($ $ $) 78)) (-3027 (($ $ $) 76)) (** (($ $ (-938)) NIL) (($ $ (-783)) 82) (($ $ (-576)) 157 (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 158 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 80) (($ $ |#1|) NIL) (($ |#1| $) 137) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
-(((-1270 |#1| |#2|) (-1269 |#1| |#2|) (-1068) (-1246 |#1|)) (T -1270))
-NIL
-(-1269 |#1| |#2|)
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-1960 (((-656 (-1101)) $) NIL)) (-3052 (((-1195) $) 11)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) NIL (|has| |#1| (-568)))) (-1930 (($ $ (-419 (-576))) NIL) (($ $ (-419 (-576)) (-419 (-576))) NIL)) (-3964 (((-1176 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|))) $) NIL)) (-4022 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1415 (($ $) NIL (|has| |#1| (-374)))) (-3422 (((-430 $) $) NIL (|has| |#1| (-374)))) (-1838 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1829 (((-112) $ $) NIL (|has| |#1| (-374)))) (-4003 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3077 (($ (-783) (-1176 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|)))) NIL)) (-4047 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-1250 |#1| |#2| |#3|) "failed") $) 19) (((-3 (-1278 |#1| |#2| |#3|) "failed") $) 22)) (-2857 (((-1250 |#1| |#2| |#3|) $) NIL) (((-1278 |#1| |#2| |#3|) $) NIL)) (-3426 (($ $ $) NIL (|has| |#1| (-374)))) (-2109 (($ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-1475 (((-419 (-576)) $) 69)) (-3438 (($ $ $) NIL (|has| |#1| (-374)))) (-2026 (($ (-419 (-576)) (-1250 |#1| |#2| |#3|)) NIL)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-4283 (((-112) $) NIL (|has| |#1| (-374)))) (-2928 (((-112) $) NIL)) (-1598 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1991 (((-419 (-576)) $) NIL) (((-419 (-576)) $ (-419 (-576))) NIL)) (-3612 (((-112) $) NIL)) (-3867 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4255 (($ $ (-938)) NIL) (($ $ (-419 (-576))) NIL)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-419 (-576))) 30) (($ $ (-1101) (-419 (-576))) NIL) (($ $ (-656 (-1101)) (-656 (-419 (-576)))) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-3742 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-3457 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-1543 (((-1250 |#1| |#2| |#3|) $) 72)) (-3183 (((-3 (-1250 |#1| |#2| |#3|) "failed") $) NIL)) (-2015 (((-1250 |#1| |#2| |#3|) $) NIL)) (-3881 (((-1177) $) NIL)) (-2045 (($ $) NIL (|has| |#1| (-374)))) (-2092 (($ $) 39 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1195)) NIL (-2755 (-12 (|has| |#1| (-15 -2092 (|#1| |#1| (-1195)))) (|has| |#1| (-15 -1960 ((-656 (-1195)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-976)) (|has| |#1| (-1221))))) (($ $ (-1282 |#2|)) 40 (|has| |#1| (-38 (-419 (-576)))))) (-1448 (((-1139) $) NIL)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) NIL (|has| |#1| (-374)))) (-3495 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-1827 (((-430 $) $) NIL (|has| |#1| (-374)))) (-3073 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-374)))) (-3905 (($ $ (-419 (-576))) NIL)) (-3473 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-4232 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-4101 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3281 (((-1176 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))))) (-3909 (((-783) $) NIL (|has| |#1| (-374)))) (-2794 ((|#1| $ (-419 (-576))) NIL) (($ $ $) NIL (|has| (-419 (-576)) (-1131)))) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) NIL (|has| |#1| (-374)))) (-2770 (($ $ (-1195)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-1282 |#2|)) 38)) (-1967 (((-419 (-576)) $) NIL)) (-4058 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3746 (($ $) NIL)) (-3567 (((-874) $) 107) (($ (-576)) NIL) (($ |#1|) NIL (|has| |#1| (-174))) (($ (-1250 |#1| |#2| |#3|)) 16) (($ (-1278 |#1| |#2| |#3|)) 17) (($ (-1282 |#2|)) 36) (($ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568)))) (-1749 ((|#1| $ (-419 (-576))) NIL)) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) NIL T CONST)) (-2391 ((|#1| $) 12)) (-1540 (((-112) $ $) NIL)) (-2787 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4068 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4163 ((|#1| $ (-419 (-576))) 74 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))) (|has| |#1| (-15 -3567 (|#1| (-1195))))))) (-4385 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2716 (($) 32 T CONST)) (-2727 (($) 26 T CONST)) (-2014 (($ $ (-1195)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-1282 |#2|)) NIL)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) 34)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
-(((-1271 |#1| |#2| |#3|) (-13 (-1269 |#1| (-1250 |#1| |#2| |#3|)) (-909 $ (-1282 |#2|)) (-1057 (-1278 |#1| |#2| |#3|)) (-628 (-1282 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2092 ($ $ (-1282 |#2|))) |%noBranch|))) (-1068) (-1195) |#1|) (T -1271))
-((-2092 (*1 *1 *1 *2) (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1271 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)) (-14 *5 *3))))
-(-13 (-1269 |#1| (-1250 |#1| |#2| |#3|)) (-909 $ (-1282 |#2|)) (-1057 (-1278 |#1| |#2| |#3|)) (-628 (-1282 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2092 ($ $ (-1282 |#2|))) |%noBranch|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 37)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL)) (-4380 (($ $) NIL)) (-1657 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 (-576) "failed") $) NIL (|has| (-1271 |#2| |#3| |#4|) (-1057 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-1271 |#2| |#3| |#4|) (-1057 (-419 (-576))))) (((-3 (-1271 |#2| |#3| |#4|) "failed") $) 22)) (-2857 (((-576) $) NIL (|has| (-1271 |#2| |#3| |#4|) (-1057 (-576)))) (((-419 (-576)) $) NIL (|has| (-1271 |#2| |#3| |#4|) (-1057 (-419 (-576))))) (((-1271 |#2| |#3| |#4|) $) NIL)) (-2109 (($ $) 41)) (-2251 (((-3 $ "failed") $) 27)) (-2619 (($ $) NIL (|has| (-1271 |#2| |#3| |#4|) (-464)))) (-2056 (($ $ (-1271 |#2| |#3| |#4|) (-329 |#2| |#3| |#4|) $) NIL)) (-3612 (((-112) $) NIL)) (-1935 (((-783) $) 11)) (-2544 (((-112) $) NIL)) (-1940 (($ (-1271 |#2| |#3| |#4|) (-329 |#2| |#3| |#4|)) 25)) (-2488 (((-329 |#2| |#3| |#4|) $) NIL)) (-3492 (($ (-1 (-329 |#2| |#3| |#4|) (-329 |#2| |#3| |#4|)) $) NIL)) (-4114 (($ (-1 (-1271 |#2| |#3| |#4|) (-1271 |#2| |#3| |#4|)) $) NIL)) (-2279 (((-3 (-855 |#2|) "failed") $) 90)) (-2076 (($ $) NIL)) (-2086 (((-1271 |#2| |#3| |#4|) $) 20)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2055 (((-112) $) NIL)) (-2065 (((-1271 |#2| |#3| |#4|) $) NIL)) (-3473 (((-3 $ "failed") $ (-1271 |#2| |#3| |#4|)) NIL (|has| (-1271 |#2| |#3| |#4|) (-568))) (((-3 $ "failed") $ $) NIL)) (-1673 (((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1271 |#2| |#3| |#4|)) (|:| |%expon| (-329 |#2| |#3| |#4|)) (|:| |%expTerms| (-656 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#2|)))))) (|:| |%type| (-1177))) "failed") $) 74)) (-1967 (((-329 |#2| |#3| |#4|) $) 17)) (-2145 (((-1271 |#2| |#3| |#4|) $) NIL (|has| (-1271 |#2| |#3| |#4|) (-464)))) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ (-1271 |#2| |#3| |#4|)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL (-2755 (|has| (-1271 |#2| |#3| |#4|) (-38 (-419 (-576)))) (|has| (-1271 |#2| |#3| |#4|) (-1057 (-419 (-576))))))) (-1691 (((-656 (-1271 |#2| |#3| |#4|)) $) NIL)) (-1749 (((-1271 |#2| |#3| |#4|) $ (-329 |#2| |#3| |#4|)) NIL)) (-2846 (((-3 $ "failed") $) NIL (|has| (-1271 |#2| |#3| |#4|) (-146)))) (-2596 (((-783)) NIL T CONST)) (-2217 (($ $ $ (-783)) NIL (|has| (-1271 |#2| |#3| |#4|) (-174)))) (-1540 (((-112) $ $) NIL)) (-4196 (((-112) $ $) NIL)) (-2716 (($) NIL T CONST)) (-2727 (($) NIL T CONST)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ (-1271 |#2| |#3| |#4|)) NIL (|has| (-1271 |#2| |#3| |#4|) (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-1271 |#2| |#3| |#4|)) NIL) (($ (-1271 |#2| |#3| |#4|) $) NIL) (($ (-419 (-576)) $) NIL (|has| (-1271 |#2| |#3| |#4|) (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| (-1271 |#2| |#3| |#4|) (-38 (-419 (-576)))))))
-(((-1272 |#1| |#2| |#3| |#4|) (-13 (-336 (-1271 |#2| |#3| |#4|) (-329 |#2| |#3| |#4|)) (-568) (-10 -8 (-15 -2279 ((-3 (-855 |#2|) "failed") $)) (-15 -1673 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1271 |#2| |#3| |#4|)) (|:| |%expon| (-329 |#2| |#3| |#4|)) (|:| |%expTerms| (-656 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#2|)))))) (|:| |%type| (-1177))) "failed") $)))) (-13 (-1057 (-576)) (-651 (-576)) (-464)) (-13 (-27) (-1221) (-442 |#1|)) (-1195) |#2|) (T -1272))
-((-2279 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1057 (-576)) (-651 (-576)) (-464))) (-5 *2 (-855 *4)) (-5 *1 (-1272 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1221) (-442 *3))) (-14 *5 (-1195)) (-14 *6 *4))) (-1673 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1057 (-576)) (-651 (-576)) (-464))) (-5 *2 (-2 (|:| |%term| (-2 (|:| |%coef| (-1271 *4 *5 *6)) (|:| |%expon| (-329 *4 *5 *6)) (|:| |%expTerms| (-656 (-2 (|:| |k| (-419 (-576))) (|:| |c| *4)))))) (|:| |%type| (-1177)))) (-5 *1 (-1272 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1221) (-442 *3))) (-14 *5 (-1195)) (-14 *6 *4))))
-(-13 (-336 (-1271 |#2| |#3| |#4|) (-329 |#2| |#3| |#4|)) (-568) (-10 -8 (-15 -2279 ((-3 (-855 |#2|) "failed") $)) (-15 -1673 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1271 |#2| |#3| |#4|)) (|:| |%expon| (-329 |#2| |#3| |#4|)) (|:| |%expTerms| (-656 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#2|)))))) (|:| |%type| (-1177))) "failed") $))))
-((-3103 ((|#2| $) 34)) (-2896 ((|#2| $) 18)) (-4422 (($ $) 53)) (-1986 (($ $ (-576)) 85)) (-3733 (((-112) $ (-783)) 46)) (-1762 ((|#2| $ |#2|) 82)) (-2231 ((|#2| $ |#2|) 78)) (-3753 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) 71) (($ $ "rest" $) 75) ((|#2| $ "last" |#2|) 73)) (-4281 (($ $ (-656 $)) 81)) (-2881 ((|#2| $) 17)) (-3590 (($ $) NIL) (($ $ (-783)) 59)) (-4099 (((-656 $) $) 31)) (-2679 (((-112) $ $) 69)) (-2476 (((-112) $ (-783)) 45)) (-2460 (((-112) $ (-783)) 43)) (-2326 (((-112) $) 33)) (-3966 ((|#2| $) 25) (($ $ (-783)) 64)) (-2794 ((|#2| $ "value") NIL) ((|#2| $ "first") 10) (($ $ "rest") 16) ((|#2| $ "last") 13)) (-2635 (((-112) $) 23)) (-2009 (($ $) 56)) (-1611 (($ $) 86)) (-1795 (((-783) $) 58)) (-2039 (($ $) 57)) (-1613 (($ $ $) 77) (($ |#2| $) NIL)) (-3931 (((-656 $) $) 32)) (-2921 (((-112) $ $) 67)) (-3500 (((-783) $) 52)))
-(((-1273 |#1| |#2|) (-10 -8 (-15 -2921 ((-112) |#1| |#1|)) (-15 -1986 (|#1| |#1| (-576))) (-15 -3753 (|#2| |#1| "last" |#2|)) (-15 -2231 (|#2| |#1| |#2|)) (-15 -3753 (|#1| |#1| "rest" |#1|)) (-15 -3753 (|#2| |#1| "first" |#2|)) (-15 -1611 (|#1| |#1|)) (-15 -2009 (|#1| |#1|)) (-15 -1795 ((-783) |#1|)) (-15 -2039 (|#1| |#1|)) (-15 -2896 (|#2| |#1|)) (-15 -2881 (|#2| |#1|)) (-15 -4422 (|#1| |#1|)) (-15 -3966 (|#1| |#1| (-783))) (-15 -2794 (|#2| |#1| "last")) (-15 -3966 (|#2| |#1|)) (-15 -3590 (|#1| |#1| (-783))) (-15 -2794 (|#1| |#1| "rest")) (-15 -3590 (|#1| |#1|)) (-15 -2794 (|#2| |#1| "first")) (-15 -1613 (|#1| |#2| |#1|)) (-15 -1613 (|#1| |#1| |#1|)) (-15 -1762 (|#2| |#1| |#2|)) (-15 -3753 (|#2| |#1| "value" |#2|)) (-15 -4281 (|#1| |#1| (-656 |#1|))) (-15 -2679 ((-112) |#1| |#1|)) (-15 -2635 ((-112) |#1|)) (-15 -2794 (|#2| |#1| "value")) (-15 -3103 (|#2| |#1|)) (-15 -2326 ((-112) |#1|)) (-15 -4099 ((-656 |#1|) |#1|)) (-15 -3931 ((-656 |#1|) |#1|)) (-15 -3500 ((-783) |#1|)) (-15 -3733 ((-112) |#1| (-783))) (-15 -2476 ((-112) |#1| (-783))) (-15 -2460 ((-112) |#1| (-783)))) (-1274 |#2|) (-1236)) (T -1273))
-NIL
-(-10 -8 (-15 -2921 ((-112) |#1| |#1|)) (-15 -1986 (|#1| |#1| (-576))) (-15 -3753 (|#2| |#1| "last" |#2|)) (-15 -2231 (|#2| |#1| |#2|)) (-15 -3753 (|#1| |#1| "rest" |#1|)) (-15 -3753 (|#2| |#1| "first" |#2|)) (-15 -1611 (|#1| |#1|)) (-15 -2009 (|#1| |#1|)) (-15 -1795 ((-783) |#1|)) (-15 -2039 (|#1| |#1|)) (-15 -2896 (|#2| |#1|)) (-15 -2881 (|#2| |#1|)) (-15 -4422 (|#1| |#1|)) (-15 -3966 (|#1| |#1| (-783))) (-15 -2794 (|#2| |#1| "last")) (-15 -3966 (|#2| |#1|)) (-15 -3590 (|#1| |#1| (-783))) (-15 -2794 (|#1| |#1| "rest")) (-15 -3590 (|#1| |#1|)) (-15 -2794 (|#2| |#1| "first")) (-15 -1613 (|#1| |#2| |#1|)) (-15 -1613 (|#1| |#1| |#1|)) (-15 -1762 (|#2| |#1| |#2|)) (-15 -3753 (|#2| |#1| "value" |#2|)) (-15 -4281 (|#1| |#1| (-656 |#1|))) (-15 -2679 ((-112) |#1| |#1|)) (-15 -2635 ((-112) |#1|)) (-15 -2794 (|#2| |#1| "value")) (-15 -3103 (|#2| |#1|)) (-15 -2326 ((-112) |#1|)) (-15 -4099 ((-656 |#1|) |#1|)) (-15 -3931 ((-656 |#1|) |#1|)) (-15 -3500 ((-783) |#1|)) (-15 -3733 ((-112) |#1| (-783))) (-15 -2476 ((-112) |#1| (-783))) (-15 -2460 ((-112) |#1| (-783))))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3103 ((|#1| $) 49)) (-2896 ((|#1| $) 66)) (-4422 (($ $) 68)) (-1986 (($ $ (-576)) 53 (|has| $ (-6 -4463)))) (-3733 (((-112) $ (-783)) 8)) (-1762 ((|#1| $ |#1|) 40 (|has| $ (-6 -4463)))) (-2965 (($ $ $) 57 (|has| $ (-6 -4463)))) (-2231 ((|#1| $ |#1|) 55 (|has| $ (-6 -4463)))) (-2814 ((|#1| $ |#1|) 59 (|has| $ (-6 -4463)))) (-3753 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4463))) ((|#1| $ "first" |#1|) 58 (|has| $ (-6 -4463))) (($ $ "rest" $) 56 (|has| $ (-6 -4463))) ((|#1| $ "last" |#1|) 54 (|has| $ (-6 -4463)))) (-4281 (($ $ (-656 $)) 42 (|has| $ (-6 -4463)))) (-2881 ((|#1| $) 67)) (-2135 (($) 7 T CONST)) (-3590 (($ $) 74) (($ $ (-783)) 72)) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-4099 (((-656 $) $) 51)) (-2679 (((-112) $ $) 43 (|has| |#1| (-1119)))) (-2476 (((-112) $ (-783)) 9)) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36)) (-2460 (((-112) $ (-783)) 10)) (-2348 (((-656 |#1|) $) 46)) (-2326 (((-112) $) 50)) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-3966 ((|#1| $) 71) (($ $ (-783)) 69)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-3578 ((|#1| $) 77) (($ $ (-783)) 75)) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#1| $ "value") 48) ((|#1| $ "first") 76) (($ $ "rest") 73) ((|#1| $ "last") 70)) (-3273 (((-576) $ $) 45)) (-2635 (((-112) $) 47)) (-2009 (($ $) 63)) (-1611 (($ $) 60 (|has| $ (-6 -4463)))) (-1795 (((-783) $) 64)) (-2039 (($ $) 65)) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1868 (($ $) 13)) (-3906 (($ $ $) 62 (|has| $ (-6 -4463))) (($ $ |#1|) 61 (|has| $ (-6 -4463)))) (-1613 (($ $ $) 79) (($ |#1| $) 78)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-3931 (((-656 $) $) 52)) (-1434 (((-112) $ $) 44 (|has| |#1| (-1119)))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-1274 |#1|) (-141) (-1236)) (T -1274))
-((-1613 (*1 *1 *1 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-1613 (*1 *1 *2 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-3578 (*1 *2 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-2794 (*1 *2 *1 *3) (-12 (-5 *3 "first") (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-3578 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1274 *3)) (-4 *3 (-1236)))) (-3590 (*1 *1 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-2794 (*1 *1 *1 *2) (-12 (-5 *2 "rest") (-4 *1 (-1274 *3)) (-4 *3 (-1236)))) (-3590 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1274 *3)) (-4 *3 (-1236)))) (-3966 (*1 *2 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-2794 (*1 *2 *1 *3) (-12 (-5 *3 "last") (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-3966 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1274 *3)) (-4 *3 (-1236)))) (-4422 (*1 *1 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-2881 (*1 *2 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-2896 (*1 *2 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-2039 (*1 *1 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-1795 (*1 *2 *1) (-12 (-4 *1 (-1274 *3)) (-4 *3 (-1236)) (-5 *2 (-783)))) (-2009 (*1 *1 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-3906 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-3906 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-1611 (*1 *1 *1) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-2814 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-3753 (*1 *2 *1 *3 *2) (-12 (-5 *3 "first") (|has| *1 (-6 -4463)) (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-2965 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-3753 (*1 *1 *1 *2 *1) (-12 (-5 *2 "rest") (|has| *1 (-6 -4463)) (-4 *1 (-1274 *3)) (-4 *3 (-1236)))) (-2231 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4463)) (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-3753 (*1 *2 *1 *3 *2) (-12 (-5 *3 "last") (|has| *1 (-6 -4463)) (-4 *1 (-1274 *2)) (-4 *2 (-1236)))) (-1986 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (|has| *1 (-6 -4463)) (-4 *1 (-1274 *3)) (-4 *3 (-1236)))))
-(-13 (-1029 |t#1|) (-10 -8 (-15 -1613 ($ $ $)) (-15 -1613 ($ |t#1| $)) (-15 -3578 (|t#1| $)) (-15 -2794 (|t#1| $ "first")) (-15 -3578 ($ $ (-783))) (-15 -3590 ($ $)) (-15 -2794 ($ $ "rest")) (-15 -3590 ($ $ (-783))) (-15 -3966 (|t#1| $)) (-15 -2794 (|t#1| $ "last")) (-15 -3966 ($ $ (-783))) (-15 -4422 ($ $)) (-15 -2881 (|t#1| $)) (-15 -2896 (|t#1| $)) (-15 -2039 ($ $)) (-15 -1795 ((-783) $)) (-15 -2009 ($ $)) (IF (|has| $ (-6 -4463)) (PROGN (-15 -3906 ($ $ $)) (-15 -3906 ($ $ |t#1|)) (-15 -1611 ($ $)) (-15 -2814 (|t#1| $ |t#1|)) (-15 -3753 (|t#1| $ "first" |t#1|)) (-15 -2965 ($ $ $)) (-15 -3753 ($ $ "rest" $)) (-15 -2231 (|t#1| $ |t#1|)) (-15 -3753 (|t#1| $ "last" |t#1|)) (-15 -1986 ($ $ (-576)))) |%noBranch|)))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-625 (-874)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-1029 |#1|) . T) ((-1119) |has| |#1| (-1119)) ((-1236) . T))
-((-4114 ((|#4| (-1 |#2| |#1|) |#3|) 17)))
-(((-1275 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4114 (|#4| (-1 |#2| |#1|) |#3|))) (-1068) (-1068) (-1277 |#1|) (-1277 |#2|)) (T -1275))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1068)) (-4 *6 (-1068)) (-4 *2 (-1277 *6)) (-5 *1 (-1275 *5 *6 *4 *2)) (-4 *4 (-1277 *5)))))
-(-10 -7 (-15 -4114 (|#4| (-1 |#2| |#1|) |#3|)))
-((-1353 (((-112) $) 17)) (-4022 (($ $) 105)) (-3898 (($ $) 81)) (-4003 (($ $) 101)) (-3874 (($ $) 77)) (-4047 (($ $) 109)) (-3917 (($ $) 85)) (-3742 (($ $) 75)) (-4101 (($ $) 73)) (-4058 (($ $) 111)) (-3927 (($ $) 87)) (-4034 (($ $) 107)) (-3907 (($ $) 83)) (-4011 (($ $) 103)) (-3886 (($ $) 79)) (-3567 (((-874) $) 61) (($ (-576)) NIL) (($ (-419 (-576))) NIL) (($ $) NIL) (($ |#2|) NIL)) (-2787 (($ $) 117)) (-3958 (($ $) 93)) (-4068 (($ $) 113)) (-3935 (($ $) 89)) (-2812 (($ $) 121)) (-3980 (($ $) 97)) (-4385 (($ $) 123)) (-3992 (($ $) 99)) (-2800 (($ $) 119)) (-3971 (($ $) 95)) (-4080 (($ $) 115)) (-3948 (($ $) 91)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ |#2|) 65) (($ $ $) 68) (($ $ (-419 (-576))) 71)))
-(((-1276 |#1| |#2|) (-10 -8 (-15 ** (|#1| |#1| (-419 (-576)))) (-15 -3898 (|#1| |#1|)) (-15 -3874 (|#1| |#1|)) (-15 -3917 (|#1| |#1|)) (-15 -3927 (|#1| |#1|)) (-15 -3907 (|#1| |#1|)) (-15 -3886 (|#1| |#1|)) (-15 -3948 (|#1| |#1|)) (-15 -3971 (|#1| |#1|)) (-15 -3992 (|#1| |#1|)) (-15 -3980 (|#1| |#1|)) (-15 -3935 (|#1| |#1|)) (-15 -3958 (|#1| |#1|)) (-15 -4011 (|#1| |#1|)) (-15 -4034 (|#1| |#1|)) (-15 -4058 (|#1| |#1|)) (-15 -4047 (|#1| |#1|)) (-15 -4003 (|#1| |#1|)) (-15 -4022 (|#1| |#1|)) (-15 -4080 (|#1| |#1|)) (-15 -2800 (|#1| |#1|)) (-15 -4385 (|#1| |#1|)) (-15 -2812 (|#1| |#1|)) (-15 -4068 (|#1| |#1|)) (-15 -2787 (|#1| |#1|)) (-15 -3742 (|#1| |#1|)) (-15 -4101 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -3567 (|#1| |#2|)) (-15 -3567 (|#1| |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -3567 (|#1| (-576))) (-15 ** (|#1| |#1| (-783))) (-15 ** (|#1| |#1| (-938))) (-15 -1353 ((-112) |#1|)) (-15 -3567 ((-874) |#1|))) (-1277 |#2|) (-1068)) (T -1276))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-419 (-576)))) (-15 -3898 (|#1| |#1|)) (-15 -3874 (|#1| |#1|)) (-15 -3917 (|#1| |#1|)) (-15 -3927 (|#1| |#1|)) (-15 -3907 (|#1| |#1|)) (-15 -3886 (|#1| |#1|)) (-15 -3948 (|#1| |#1|)) (-15 -3971 (|#1| |#1|)) (-15 -3992 (|#1| |#1|)) (-15 -3980 (|#1| |#1|)) (-15 -3935 (|#1| |#1|)) (-15 -3958 (|#1| |#1|)) (-15 -4011 (|#1| |#1|)) (-15 -4034 (|#1| |#1|)) (-15 -4058 (|#1| |#1|)) (-15 -4047 (|#1| |#1|)) (-15 -4003 (|#1| |#1|)) (-15 -4022 (|#1| |#1|)) (-15 -4080 (|#1| |#1|)) (-15 -2800 (|#1| |#1|)) (-15 -4385 (|#1| |#1|)) (-15 -2812 (|#1| |#1|)) (-15 -4068 (|#1| |#1|)) (-15 -2787 (|#1| |#1|)) (-15 -3742 (|#1| |#1|)) (-15 -4101 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -3567 (|#1| |#2|)) (-15 -3567 (|#1| |#1|)) (-15 -3567 (|#1| (-419 (-576)))) (-15 -3567 (|#1| (-576))) (-15 ** (|#1| |#1| (-783))) (-15 ** (|#1| |#1| (-938))) (-15 -1353 ((-112) |#1|)) (-15 -3567 ((-874) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-1960 (((-656 (-1101)) $) 86)) (-3052 (((-1195) $) 118)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-4380 (($ $) 64 (|has| |#1| (-568)))) (-1657 (((-112) $) 66 (|has| |#1| (-568)))) (-1930 (($ $ (-783)) 113) (($ $ (-783) (-783)) 112)) (-3964 (((-1176 (-2 (|:| |k| (-783)) (|:| |c| |#1|))) $) 119)) (-4022 (($ $) 150 (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) 133 (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) 20)) (-1838 (($ $) 132 (|has| |#1| (-38 (-419 (-576)))))) (-4003 (($ $) 149 (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) 134 (|has| |#1| (-38 (-419 (-576)))))) (-3077 (($ (-1176 (-2 (|:| |k| (-783)) (|:| |c| |#1|)))) 170) (($ (-1176 |#1|)) 168)) (-4047 (($ $) 148 (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) 135 (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) 18 T CONST)) (-2109 (($ $) 72)) (-2251 (((-3 $ "failed") $) 37)) (-3701 (($ $) 167)) (-2378 (((-969 |#1|) $ (-783)) 165) (((-969 |#1|) $ (-783) (-783)) 164)) (-2928 (((-112) $) 85)) (-1598 (($) 160 (|has| |#1| (-38 (-419 (-576)))))) (-1991 (((-783) $) 115) (((-783) $ (-783)) 114)) (-3612 (((-112) $) 35)) (-3867 (($ $ (-576)) 131 (|has| |#1| (-38 (-419 (-576)))))) (-4255 (($ $ (-938)) 116)) (-2594 (($ (-1 |#1| (-576)) $) 166)) (-2544 (((-112) $) 74)) (-1940 (($ |#1| (-783)) 73) (($ $ (-1101) (-783)) 88) (($ $ (-656 (-1101)) (-656 (-783))) 87)) (-4114 (($ (-1 |#1| |#1|) $) 75)) (-3742 (($ $) 157 (|has| |#1| (-38 (-419 (-576)))))) (-2076 (($ $) 77)) (-2086 ((|#1| $) 78)) (-3881 (((-1177) $) 10)) (-2092 (($ $) 162 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1195)) 161 (-2755 (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-976)) (|has| |#1| (-1221)) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-15 -1960 ((-656 (-1195)) |#1|))) (|has| |#1| (-15 -2092 (|#1| |#1| (-1195)))) (|has| |#1| (-38 (-419 (-576)))))))) (-1448 (((-1139) $) 11)) (-3905 (($ $ (-783)) 110)) (-3473 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568)))) (-4101 (($ $) 158 (|has| |#1| (-38 (-419 (-576)))))) (-3281 (((-1176 |#1|) $ |#1|) 109 (|has| |#1| (-15 ** (|#1| |#1| (-783)))))) (-2794 ((|#1| $ (-783)) 120) (($ $ $) 96 (|has| (-783) (-1131)))) (-2770 (($ $ (-1195)) 108 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (($ $ (-656 (-1195))) 106 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (($ $ (-1195) (-783)) 105 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (($ $ (-656 (-1195)) (-656 (-783))) 104 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (($ $) 100 (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-783)) 98 (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (-1967 (((-783) $) 76)) (-4058 (($ $) 147 (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) 136 (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) 146 (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) 137 (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) 145 (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) 138 (|has| |#1| (-38 (-419 (-576)))))) (-3746 (($ $) 84)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 69 (|has| |#1| (-38 (-419 (-576))))) (($ $) 61 (|has| |#1| (-568))) (($ |#1|) 59 (|has| |#1| (-174)))) (-1691 (((-1176 |#1|) $) 169)) (-1749 ((|#1| $ (-783)) 71)) (-2846 (((-3 $ "failed") $) 60 (|has| |#1| (-146)))) (-2596 (((-783)) 32 T CONST)) (-2391 ((|#1| $) 117)) (-1540 (((-112) $ $) 9)) (-2787 (($ $) 156 (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) 144 (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) 65 (|has| |#1| (-568)))) (-4068 (($ $) 155 (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) 143 (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) 154 (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) 142 (|has| |#1| (-38 (-419 (-576)))))) (-4163 ((|#1| $ (-783)) 111 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-783)))) (|has| |#1| (-15 -3567 (|#1| (-1195))))))) (-4385 (($ $) 153 (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) 141 (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) 152 (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) 140 (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) 151 (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) 139 (|has| |#1| (-38 (-419 (-576)))))) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2014 (($ $ (-1195)) 107 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (($ $ (-656 (-1195))) 103 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (($ $ (-1195) (-783)) 102 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (($ $ (-656 (-1195)) (-656 (-783))) 101 (-12 (|has| |#1| (-915 (-1195))) (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (($ $) 99 (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-783)) 97 (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#1|) 70 (|has| |#1| (-374)))) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ |#1|) 163 (|has| |#1| (-374))) (($ $ $) 159 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 130 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
-(((-1277 |#1|) (-141) (-1068)) (T -1277))
-((-3077 (*1 *1 *2) (-12 (-5 *2 (-1176 (-2 (|:| |k| (-783)) (|:| |c| *3)))) (-4 *3 (-1068)) (-4 *1 (-1277 *3)))) (-1691 (*1 *2 *1) (-12 (-4 *1 (-1277 *3)) (-4 *3 (-1068)) (-5 *2 (-1176 *3)))) (-3077 (*1 *1 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-4 *1 (-1277 *3)))) (-3701 (*1 *1 *1) (-12 (-4 *1 (-1277 *2)) (-4 *2 (-1068)))) (-2594 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-576))) (-4 *1 (-1277 *3)) (-4 *3 (-1068)))) (-2378 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *1 (-1277 *4)) (-4 *4 (-1068)) (-5 *2 (-969 *4)))) (-2378 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-783)) (-4 *1 (-1277 *4)) (-4 *4 (-1068)) (-5 *2 (-969 *4)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1277 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))) (-2092 (*1 *1 *1) (-12 (-4 *1 (-1277 *2)) (-4 *2 (-1068)) (-4 *2 (-38 (-419 (-576)))))) (-2092 (*1 *1 *1 *2) (-2755 (-12 (-5 *2 (-1195)) (-4 *1 (-1277 *3)) (-4 *3 (-1068)) (-12 (-4 *3 (-29 (-576))) (-4 *3 (-976)) (-4 *3 (-1221)) (-4 *3 (-38 (-419 (-576)))))) (-12 (-5 *2 (-1195)) (-4 *1 (-1277 *3)) (-4 *3 (-1068)) (-12 (|has| *3 (-15 -1960 ((-656 *2) *3))) (|has| *3 (-15 -2092 (*3 *3 *2))) (-4 *3 (-38 (-419 (-576)))))))))
-(-13 (-1264 |t#1| (-783)) (-10 -8 (-15 -3077 ($ (-1176 (-2 (|:| |k| (-783)) (|:| |c| |t#1|))))) (-15 -1691 ((-1176 |t#1|) $)) (-15 -3077 ($ (-1176 |t#1|))) (-15 -3701 ($ $)) (-15 -2594 ($ (-1 |t#1| (-576)) $)) (-15 -2378 ((-969 |t#1|) $ (-783))) (-15 -2378 ((-969 |t#1|) $ (-783) (-783))) (IF (|has| |t#1| (-374)) (-15 ** ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-38 (-419 (-576)))) (PROGN (-15 -2092 ($ $)) (IF (|has| |t#1| (-15 -2092 (|t#1| |t#1| (-1195)))) (IF (|has| |t#1| (-15 -1960 ((-656 (-1195)) |t#1|))) (-15 -2092 ($ $ (-1195))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1221)) (IF (|has| |t#1| (-976)) (IF (|has| |t#1| (-29 (-576))) (-15 -2092 ($ $ (-1195))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1021)) (-6 (-1221))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-783)) . T) ((-25) . T) ((-38 #1=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) |has| |#1| (-568)) ((-35) |has| |#1| (-38 (-419 (-576)))) ((-95) |has| |#1| (-38 (-419 (-576)))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #1#) |has| |#1| (-38 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-628 $) |has| |#1| (-568)) ((-625 (-874)) . T) ((-174) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-234 $) |has| |#1| (-15 * (|#1| (-783) |#1|))) ((-238) |has| |#1| (-15 * (|#1| (-783) |#1|))) ((-237) |has| |#1| (-15 * (|#1| (-783) |#1|))) ((-294) |has| |#1| (-38 (-419 (-576)))) ((-296 #0# |#1|) . T) ((-296 $ $) |has| (-783) (-1131)) ((-300) |has| |#1| (-568)) ((-505) |has| |#1| (-38 (-419 (-576)))) ((-568) |has| |#1| (-568)) ((-658 #1#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #1#) |has| |#1| (-38 (-419 (-576)))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #1#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) |has| |#1| (-568)) ((-729 #1#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) |has| |#1| (-568)) ((-738) . T) ((-909 $ #2=(-1195)) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195)))) ((-915 #2#) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195)))) ((-917 #2#) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195)))) ((-992 |#1| #0# (-1101)) . T) ((-1021) |has| |#1| (-38 (-419 (-576)))) ((-1070 #1#) |has| |#1| (-38 (-419 (-576)))) ((-1070 |#1|) . T) ((-1070 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1075 #1#) |has| |#1| (-38 (-419 (-576)))) ((-1075 |#1|) . T) ((-1075 $) -2755 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1221) |has| |#1| (-38 (-419 (-576)))) ((-1224) |has| |#1| (-38 (-419 (-576)))) ((-1236) . T) ((-1264 |#1| #0#) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-1960 (((-656 (-1101)) $) NIL)) (-3052 (((-1195) $) 90)) (-2356 (((-1259 |#2| |#1|) $ (-783)) 73)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-4380 (($ $) NIL (|has| |#1| (-568)))) (-1657 (((-112) $) 142 (|has| |#1| (-568)))) (-1930 (($ $ (-783)) 127) (($ $ (-783) (-783)) 130)) (-3964 (((-1176 (-2 (|:| |k| (-783)) (|:| |c| |#1|))) $) 43)) (-4022 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3898 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4299 (((-3 $ "failed") $ $) NIL)) (-1838 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4003 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3874 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3077 (($ (-1176 (-2 (|:| |k| (-783)) (|:| |c| |#1|)))) 52) (($ (-1176 |#1|)) NIL)) (-4047 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3917 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2135 (($) NIL T CONST)) (-4305 (($ $) 134)) (-2109 (($ $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-3701 (($ $) 140)) (-2378 (((-969 |#1|) $ (-783)) 63) (((-969 |#1|) $ (-783) (-783)) 65)) (-2928 (((-112) $) NIL)) (-1598 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1991 (((-783) $) NIL) (((-783) $ (-783)) NIL)) (-3612 (((-112) $) NIL)) (-2871 (($ $) 117)) (-3867 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4184 (($ (-576) (-576) $) 136)) (-4255 (($ $ (-938)) 139)) (-2594 (($ (-1 |#1| (-576)) $) 111)) (-2544 (((-112) $) NIL)) (-1940 (($ |#1| (-783)) 16) (($ $ (-1101) (-783)) NIL) (($ $ (-656 (-1101)) (-656 (-783))) NIL)) (-4114 (($ (-1 |#1| |#1|) $) 98)) (-3742 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2076 (($ $) NIL)) (-2086 ((|#1| $) NIL)) (-3881 (((-1177) $) NIL)) (-1725 (($ $) 115)) (-3189 (($ $) 113)) (-2976 (($ (-576) (-576) $) 138)) (-2092 (($ $) 150 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1195)) 156 (-2755 (-12 (|has| |#1| (-15 -2092 (|#1| |#1| (-1195)))) (|has| |#1| (-15 -1960 ((-656 (-1195)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-976)) (|has| |#1| (-1221))))) (($ $ (-1282 |#2|)) 151 (|has| |#1| (-38 (-419 (-576)))))) (-1448 (((-1139) $) NIL)) (-3424 (($ $ (-576) (-576)) 121)) (-3905 (($ $ (-783)) 123)) (-3473 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-4101 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3800 (($ $) 119)) (-3281 (((-1176 |#1|) $ |#1|) 100 (|has| |#1| (-15 ** (|#1| |#1| (-783)))))) (-2794 ((|#1| $ (-783)) 95) (($ $ $) 132 (|has| (-783) (-1131)))) (-2770 (($ $ (-1195)) 108 (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $) 102 (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-1282 |#2|)) 103)) (-1967 (((-783) $) NIL)) (-4058 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3927 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4034 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3907 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4011 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3886 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3746 (($ $) 125)) (-3567 (((-874) $) NIL) (($ (-576)) 26) (($ (-419 (-576))) 148 (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568))) (($ |#1|) 25 (|has| |#1| (-174))) (($ (-1259 |#2| |#1|)) 81) (($ (-1282 |#2|)) 22)) (-1691 (((-1176 |#1|) $) NIL)) (-1749 ((|#1| $ (-783)) 94)) (-2846 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2596 (((-783)) NIL T CONST)) (-2391 ((|#1| $) 91)) (-1540 (((-112) $ $) NIL)) (-2787 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3958 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4196 (((-112) $ $) NIL (|has| |#1| (-568)))) (-4068 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3935 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2812 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3980 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4163 ((|#1| $ (-783)) 89 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-783)))) (|has| |#1| (-15 -3567 (|#1| (-1195))))))) (-4385 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3992 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2800 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3971 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4080 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3948 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2716 (($) 18 T CONST)) (-2727 (($) 13 T CONST)) (-2014 (($ $ (-1195)) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195))) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-1195) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $ (-656 (-1195)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-915 (-1195))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-1282 |#2|)) NIL)) (-2921 (((-112) $ $) NIL)) (-3054 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) 107)) (-3027 (($ $ $) 20)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL) (($ $ |#1|) 145 (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 106) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
-(((-1278 |#1| |#2| |#3|) (-13 (-1277 |#1|) (-909 $ (-1282 |#2|)) (-10 -8 (-15 -3567 ($ (-1259 |#2| |#1|))) (-15 -2356 ((-1259 |#2| |#1|) $ (-783))) (-15 -3567 ($ (-1282 |#2|))) (-15 -3189 ($ $)) (-15 -1725 ($ $)) (-15 -2871 ($ $)) (-15 -3800 ($ $)) (-15 -3424 ($ $ (-576) (-576))) (-15 -4305 ($ $)) (-15 -4184 ($ (-576) (-576) $)) (-15 -2976 ($ (-576) (-576) $)) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2092 ($ $ (-1282 |#2|))) |%noBranch|))) (-1068) (-1195) |#1|) (T -1278))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-1259 *4 *3)) (-4 *3 (-1068)) (-14 *4 (-1195)) (-14 *5 *3) (-5 *1 (-1278 *3 *4 *5)))) (-2356 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1259 *5 *4)) (-5 *1 (-1278 *4 *5 *6)) (-4 *4 (-1068)) (-14 *5 (-1195)) (-14 *6 *4))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1278 *3 *4 *5)) (-4 *3 (-1068)) (-14 *5 *3))) (-3189 (*1 *1 *1) (-12 (-5 *1 (-1278 *2 *3 *4)) (-4 *2 (-1068)) (-14 *3 (-1195)) (-14 *4 *2))) (-1725 (*1 *1 *1) (-12 (-5 *1 (-1278 *2 *3 *4)) (-4 *2 (-1068)) (-14 *3 (-1195)) (-14 *4 *2))) (-2871 (*1 *1 *1) (-12 (-5 *1 (-1278 *2 *3 *4)) (-4 *2 (-1068)) (-14 *3 (-1195)) (-14 *4 *2))) (-3800 (*1 *1 *1) (-12 (-5 *1 (-1278 *2 *3 *4)) (-4 *2 (-1068)) (-14 *3 (-1195)) (-14 *4 *2))) (-3424 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1278 *3 *4 *5)) (-4 *3 (-1068)) (-14 *4 (-1195)) (-14 *5 *3))) (-4305 (*1 *1 *1) (-12 (-5 *1 (-1278 *2 *3 *4)) (-4 *2 (-1068)) (-14 *3 (-1195)) (-14 *4 *2))) (-4184 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1278 *3 *4 *5)) (-4 *3 (-1068)) (-14 *4 (-1195)) (-14 *5 *3))) (-2976 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1278 *3 *4 *5)) (-4 *3 (-1068)) (-14 *4 (-1195)) (-14 *5 *3))) (-2092 (*1 *1 *1 *2) (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1278 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)) (-14 *5 *3))))
-(-13 (-1277 |#1|) (-909 $ (-1282 |#2|)) (-10 -8 (-15 -3567 ($ (-1259 |#2| |#1|))) (-15 -2356 ((-1259 |#2| |#1|) $ (-783))) (-15 -3567 ($ (-1282 |#2|))) (-15 -3189 ($ $)) (-15 -1725 ($ $)) (-15 -2871 ($ $)) (-15 -3800 ($ $)) (-15 -3424 ($ $ (-576) (-576))) (-15 -4305 ($ $)) (-15 -4184 ($ (-576) (-576) $)) (-15 -2976 ($ (-576) (-576) $)) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -2092 ($ $ (-1282 |#2|))) |%noBranch|)))
-((-3081 (((-1 (-1176 |#1|) (-656 (-1176 |#1|))) (-1 |#2| (-656 |#2|))) 24)) (-4368 (((-1 (-1176 |#1|) (-1176 |#1|) (-1176 |#1|)) (-1 |#2| |#2| |#2|)) 16)) (-1557 (((-1 (-1176 |#1|) (-1176 |#1|)) (-1 |#2| |#2|)) 13)) (-3428 ((|#2| (-1 |#2| |#2| |#2|) |#1| |#1|) 48)) (-1857 ((|#2| (-1 |#2| |#2|) |#1|) 46)) (-2943 ((|#2| (-1 |#2| (-656 |#2|)) (-656 |#1|)) 60)) (-1439 (((-656 |#2|) (-656 |#1|) (-656 (-1 |#2| (-656 |#2|)))) 66)) (-4010 ((|#2| |#2| |#2|) 43)))
-(((-1279 |#1| |#2|) (-10 -7 (-15 -1557 ((-1 (-1176 |#1|) (-1176 |#1|)) (-1 |#2| |#2|))) (-15 -4368 ((-1 (-1176 |#1|) (-1176 |#1|) (-1176 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -3081 ((-1 (-1176 |#1|) (-656 (-1176 |#1|))) (-1 |#2| (-656 |#2|)))) (-15 -4010 (|#2| |#2| |#2|)) (-15 -1857 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -3428 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2943 (|#2| (-1 |#2| (-656 |#2|)) (-656 |#1|))) (-15 -1439 ((-656 |#2|) (-656 |#1|) (-656 (-1 |#2| (-656 |#2|)))))) (-38 (-419 (-576))) (-1277 |#1|)) (T -1279))
-((-1439 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 (-1 *6 (-656 *6)))) (-4 *5 (-38 (-419 (-576)))) (-4 *6 (-1277 *5)) (-5 *2 (-656 *6)) (-5 *1 (-1279 *5 *6)))) (-2943 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-656 *2))) (-5 *4 (-656 *5)) (-4 *5 (-38 (-419 (-576)))) (-4 *2 (-1277 *5)) (-5 *1 (-1279 *5 *2)))) (-3428 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1277 *4)) (-5 *1 (-1279 *4 *2)) (-4 *4 (-38 (-419 (-576)))))) (-1857 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1277 *4)) (-5 *1 (-1279 *4 *2)) (-4 *4 (-38 (-419 (-576)))))) (-4010 (*1 *2 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1279 *3 *2)) (-4 *2 (-1277 *3)))) (-3081 (*1 *2 *3) (-12 (-5 *3 (-1 *5 (-656 *5))) (-4 *5 (-1277 *4)) (-4 *4 (-38 (-419 (-576)))) (-5 *2 (-1 (-1176 *4) (-656 (-1176 *4)))) (-5 *1 (-1279 *4 *5)))) (-4368 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1277 *4)) (-4 *4 (-38 (-419 (-576)))) (-5 *2 (-1 (-1176 *4) (-1176 *4) (-1176 *4))) (-5 *1 (-1279 *4 *5)))) (-1557 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1277 *4)) (-4 *4 (-38 (-419 (-576)))) (-5 *2 (-1 (-1176 *4) (-1176 *4))) (-5 *1 (-1279 *4 *5)))))
-(-10 -7 (-15 -1557 ((-1 (-1176 |#1|) (-1176 |#1|)) (-1 |#2| |#2|))) (-15 -4368 ((-1 (-1176 |#1|) (-1176 |#1|) (-1176 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -3081 ((-1 (-1176 |#1|) (-656 (-1176 |#1|))) (-1 |#2| (-656 |#2|)))) (-15 -4010 (|#2| |#2| |#2|)) (-15 -1857 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -3428 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2943 (|#2| (-1 |#2| (-656 |#2|)) (-656 |#1|))) (-15 -1439 ((-656 |#2|) (-656 |#1|) (-656 (-1 |#2| (-656 |#2|))))))
-((-2963 ((|#2| |#4| (-783)) 31)) (-3385 ((|#4| |#2|) 26)) (-2099 ((|#4| (-419 |#2|)) 49 (|has| |#1| (-568)))) (-2830 (((-1 |#4| (-656 |#4|)) |#3|) 43)))
-(((-1280 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3385 (|#4| |#2|)) (-15 -2963 (|#2| |#4| (-783))) (-15 -2830 ((-1 |#4| (-656 |#4|)) |#3|)) (IF (|has| |#1| (-568)) (-15 -2099 (|#4| (-419 |#2|))) |%noBranch|)) (-1068) (-1262 |#1|) (-668 |#2|) (-1277 |#1|)) (T -1280))
-((-2099 (*1 *2 *3) (-12 (-5 *3 (-419 *5)) (-4 *5 (-1262 *4)) (-4 *4 (-568)) (-4 *4 (-1068)) (-4 *2 (-1277 *4)) (-5 *1 (-1280 *4 *5 *6 *2)) (-4 *6 (-668 *5)))) (-2830 (*1 *2 *3) (-12 (-4 *4 (-1068)) (-4 *5 (-1262 *4)) (-5 *2 (-1 *6 (-656 *6))) (-5 *1 (-1280 *4 *5 *3 *6)) (-4 *3 (-668 *5)) (-4 *6 (-1277 *4)))) (-2963 (*1 *2 *3 *4) (-12 (-5 *4 (-783)) (-4 *5 (-1068)) (-4 *2 (-1262 *5)) (-5 *1 (-1280 *5 *2 *6 *3)) (-4 *6 (-668 *2)) (-4 *3 (-1277 *5)))) (-3385 (*1 *2 *3) (-12 (-4 *4 (-1068)) (-4 *3 (-1262 *4)) (-4 *2 (-1277 *4)) (-5 *1 (-1280 *4 *3 *5 *2)) (-4 *5 (-668 *3)))))
-(-10 -7 (-15 -3385 (|#4| |#2|)) (-15 -2963 (|#2| |#4| (-783))) (-15 -2830 ((-1 |#4| (-656 |#4|)) |#3|)) (IF (|has| |#1| (-568)) (-15 -2099 (|#4| (-419 |#2|))) |%noBranch|))
-NIL
-(((-1281) (-141)) (T -1281))
-NIL
-(-13 (-10 -7 (-6 -4132)))
-((-3486 (((-112) $ $) NIL)) (-3052 (((-1195)) 12)) (-3881 (((-1177) $) 18)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 11) (((-1195) $) 8)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 15)))
-(((-1282 |#1|) (-13 (-1119) (-625 (-1195)) (-10 -8 (-15 -3567 ((-1195) $)) (-15 -3052 ((-1195))))) (-1195)) (T -1282))
-((-3567 (*1 *2 *1) (-12 (-5 *2 (-1195)) (-5 *1 (-1282 *3)) (-14 *3 *2))) (-3052 (*1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-1282 *3)) (-14 *3 *2))))
-(-13 (-1119) (-625 (-1195)) (-10 -8 (-15 -3567 ((-1195) $)) (-15 -3052 ((-1195)))))
-((-3829 (($ (-783)) 19)) (-2350 (((-701 |#2|) $ $) 41)) (-2154 ((|#2| $) 51)) (-2432 ((|#2| $) 50)) (-2554 ((|#2| $ $) 36)) (-3619 (($ $ $) 47)) (-3041 (($ $) 23) (($ $ $) 29)) (-3027 (($ $ $) 15)) (* (($ (-576) $) 26) (($ |#2| $) 32) (($ $ |#2|) 31)))
-(((-1283 |#1| |#2|) (-10 -8 (-15 -2154 (|#2| |#1|)) (-15 -2432 (|#2| |#1|)) (-15 -3619 (|#1| |#1| |#1|)) (-15 -2350 ((-701 |#2|) |#1| |#1|)) (-15 -2554 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 -3041 (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1|)) (-15 -3829 (|#1| (-783))) (-15 -3027 (|#1| |#1| |#1|))) (-1284 |#2|) (-1236)) (T -1283))
-NIL
-(-10 -8 (-15 -2154 (|#2| |#1|)) (-15 -2432 (|#2| |#1|)) (-15 -3619 (|#1| |#1| |#1|)) (-15 -2350 ((-701 |#2|) |#1| |#1|)) (-15 -2554 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 -3041 (|#1| |#1| |#1|)) (-15 -3041 (|#1| |#1|)) (-15 -3829 (|#1| (-783))) (-15 -3027 (|#1| |#1| |#1|)))
-((-3486 (((-112) $ $) 20 (|has| |#1| (-102)))) (-3829 (($ (-783)) 115 (|has| |#1| (-23)))) (-2617 (((-1291) $ (-576) (-576)) 41 (|has| $ (-6 -4463)))) (-4372 (((-112) (-1 (-112) |#1| |#1|) $) 101) (((-112) $) 95 (|has| |#1| (-862)))) (-4082 (($ (-1 (-112) |#1| |#1|) $) 92 (|has| $ (-6 -4463))) (($ $) 91 (-12 (|has| |#1| (-862)) (|has| $ (-6 -4463))))) (-1793 (($ (-1 (-112) |#1| |#1|) $) 102) (($ $) 96 (|has| |#1| (-862)))) (-3733 (((-112) $ (-783)) 8)) (-3753 ((|#1| $ (-576) |#1|) 53 (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) 60 (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4462)))) (-2135 (($) 7 T CONST)) (-1752 (($ $) 93 (|has| $ (-6 -4463)))) (-3833 (($ $) 103)) (-1640 (($ $) 80 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3942 (($ |#1| $) 79 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 78 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 75 (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) 74 (|has| $ (-6 -4462)))) (-4330 ((|#1| $ (-576) |#1|) 54 (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) 52)) (-3658 (((-576) (-1 (-112) |#1|) $) 100) (((-576) |#1| $) 99 (|has| |#1| (-1119))) (((-576) |#1| $ (-576)) 98 (|has| |#1| (-1119)))) (-3963 (((-656 |#1|) $) 31 (|has| $ (-6 -4462)))) (-2350 (((-701 |#1|) $ $) 108 (|has| |#1| (-1068)))) (-4138 (($ (-783) |#1|) 70)) (-2476 (((-112) $ (-783)) 9)) (-3280 (((-576) $) 44 (|has| (-576) (-862)))) (-3123 (($ $ $) 90 (|has| |#1| (-862)))) (-1872 (($ (-1 (-112) |#1| |#1|) $ $) 104) (($ $ $) 97 (|has| |#1| (-862)))) (-3452 (((-656 |#1|) $) 30 (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-3767 (((-576) $) 45 (|has| (-576) (-862)))) (-2352 (($ $ $) 89 (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-2154 ((|#1| $) 105 (-12 (|has| |#1| (-1068)) (|has| |#1| (-1021))))) (-2460 (((-112) $ (-783)) 10)) (-2432 ((|#1| $) 106 (-12 (|has| |#1| (-1068)) (|has| |#1| (-1021))))) (-3881 (((-1177) $) 22 (|has| |#1| (-1119)))) (-2171 (($ |#1| $ (-576)) 62) (($ $ $ (-576)) 61)) (-1742 (((-656 (-576)) $) 47)) (-2406 (((-112) (-576) $) 48)) (-1448 (((-1139) $) 21 (|has| |#1| (-1119)))) (-3578 ((|#1| $) 43 (|has| (-576) (-862)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 73)) (-1552 (($ $ |#1|) 42 (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) 14)) (-4408 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) 49)) (-4205 (((-112) $) 11)) (-1854 (($) 12)) (-2794 ((|#1| $ (-576) |#1|) 51) ((|#1| $ (-576)) 50) (($ $ (-1253 (-576))) 71)) (-2554 ((|#1| $ $) 109 (|has| |#1| (-1068)))) (-3463 (($ $ (-576)) 64) (($ $ (-1253 (-576))) 63)) (-3619 (($ $ $) 107 (|has| |#1| (-1068)))) (-1458 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4462))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1119)) (|has| $ (-6 -4462))))) (-1497 (($ $ $ (-576)) 94 (|has| $ (-6 -4463)))) (-1868 (($ $) 13)) (-4169 (((-548) $) 81 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 72)) (-1613 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-656 $)) 66)) (-3567 (((-874) $) 18 (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) 23 (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) 87 (|has| |#1| (-862)))) (-2960 (((-112) $ $) 86 (|has| |#1| (-862)))) (-2921 (((-112) $ $) 19 (|has| |#1| (-102)))) (-2975 (((-112) $ $) 88 (|has| |#1| (-862)))) (-2946 (((-112) $ $) 85 (|has| |#1| (-862)))) (-3041 (($ $) 114 (|has| |#1| (-21))) (($ $ $) 113 (|has| |#1| (-21)))) (-3027 (($ $ $) 116 (|has| |#1| (-25)))) (* (($ (-576) $) 112 (|has| |#1| (-21))) (($ |#1| $) 111 (|has| |#1| (-738))) (($ $ |#1|) 110 (|has| |#1| (-738)))) (-3500 (((-783) $) 6 (|has| $ (-6 -4462)))))
-(((-1284 |#1|) (-141) (-1236)) (T -1284))
-((-3027 (*1 *1 *1 *1) (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-25)))) (-3829 (*1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1284 *3)) (-4 *3 (-23)) (-4 *3 (-1236)))) (-3041 (*1 *1 *1) (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-21)))) (-3041 (*1 *1 *1 *1) (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-21)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-576)) (-4 *1 (-1284 *3)) (-4 *3 (-1236)) (-4 *3 (-21)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-738)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-738)))) (-2554 (*1 *2 *1 *1) (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-1068)))) (-2350 (*1 *2 *1 *1) (-12 (-4 *1 (-1284 *3)) (-4 *3 (-1236)) (-4 *3 (-1068)) (-5 *2 (-701 *3)))) (-3619 (*1 *1 *1 *1) (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-1068)))) (-2432 (*1 *2 *1) (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-1021)) (-4 *2 (-1068)))) (-2154 (*1 *2 *1) (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-1021)) (-4 *2 (-1068)))))
-(-13 (-19 |t#1|) (-10 -8 (IF (|has| |t#1| (-25)) (-15 -3027 ($ $ $)) |%noBranch|) (IF (|has| |t#1| (-23)) (-15 -3829 ($ (-783))) |%noBranch|) (IF (|has| |t#1| (-21)) (PROGN (-15 -3041 ($ $)) (-15 -3041 ($ $ $)) (-15 * ($ (-576) $))) |%noBranch|) (IF (|has| |t#1| (-738)) (PROGN (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-1068)) (PROGN (-15 -2554 (|t#1| $ $)) (-15 -2350 ((-701 |t#1|) $ $)) (-15 -3619 ($ $ $))) |%noBranch|) (IF (|has| |t#1| (-1021)) (IF (|has| |t#1| (-1068)) (PROGN (-15 -2432 (|t#1| $)) (-15 -2154 (|t#1| $))) |%noBranch|) |%noBranch|)))
-(((-34) . T) ((-102) -2755 (|has| |#1| (-1119)) (|has| |#1| (-862)) (|has| |#1| (-102))) ((-625 (-874)) -2755 (|has| |#1| (-1119)) (|has| |#1| (-862)) (|has| |#1| (-625 (-874)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1253 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-384 |#1|) . T) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))) ((-663 |#1|) . T) ((-19 |#1|) . T) ((-862) |has| |#1| (-862)) ((-1119) -2755 (|has| |#1| (-1119)) (|has| |#1| (-862))) ((-1236) . T))
-((-2456 (((-1286 |#2|) (-1 |#2| |#1| |#2|) (-1286 |#1|) |#2|) 13)) (-3683 ((|#2| (-1 |#2| |#1| |#2|) (-1286 |#1|) |#2|) 15)) (-4114 (((-3 (-1286 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1286 |#1|)) 30) (((-1286 |#2|) (-1 |#2| |#1|) (-1286 |#1|)) 18)))
-(((-1285 |#1| |#2|) (-10 -7 (-15 -2456 ((-1286 |#2|) (-1 |#2| |#1| |#2|) (-1286 |#1|) |#2|)) (-15 -3683 (|#2| (-1 |#2| |#1| |#2|) (-1286 |#1|) |#2|)) (-15 -4114 ((-1286 |#2|) (-1 |#2| |#1|) (-1286 |#1|))) (-15 -4114 ((-3 (-1286 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1286 |#1|)))) (-1236) (-1236)) (T -1285))
-((-4114 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1286 *5)) (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-1286 *6)) (-5 *1 (-1285 *5 *6)))) (-4114 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1286 *5)) (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-1286 *6)) (-5 *1 (-1285 *5 *6)))) (-3683 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1286 *5)) (-4 *5 (-1236)) (-4 *2 (-1236)) (-5 *1 (-1285 *5 *2)))) (-2456 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1286 *6)) (-4 *6 (-1236)) (-4 *5 (-1236)) (-5 *2 (-1286 *5)) (-5 *1 (-1285 *6 *5)))))
-(-10 -7 (-15 -2456 ((-1286 |#2|) (-1 |#2| |#1| |#2|) (-1286 |#1|) |#2|)) (-15 -3683 (|#2| (-1 |#2| |#1| |#2|) (-1286 |#1|) |#2|)) (-15 -4114 ((-1286 |#2|) (-1 |#2| |#1|) (-1286 |#1|))) (-15 -4114 ((-3 (-1286 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1286 |#1|))))
-((-3486 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3829 (($ (-783)) NIL (|has| |#1| (-23)))) (-2757 (($ (-656 |#1|)) 11)) (-2617 (((-1291) $ (-576) (-576)) NIL (|has| $ (-6 -4463)))) (-4372 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-862)))) (-4082 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4463))) (($ $) NIL (-12 (|has| $ (-6 -4463)) (|has| |#1| (-862))))) (-1793 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-862)))) (-3733 (((-112) $ (-783)) NIL)) (-3753 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463))) ((|#1| $ (-1253 (-576)) |#1|) NIL (|has| $ (-6 -4463)))) (-1966 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2135 (($) NIL T CONST)) (-1752 (($ $) NIL (|has| $ (-6 -4463)))) (-3833 (($ $) NIL)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3942 (($ |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3683 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4462))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4462)))) (-4330 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4463)))) (-4271 ((|#1| $ (-576)) NIL)) (-3658 (((-576) (-1 (-112) |#1|) $) NIL) (((-576) |#1| $) NIL (|has| |#1| (-1119))) (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1119)))) (-3963 (((-656 |#1|) $) 16 (|has| $ (-6 -4462)))) (-2350 (((-701 |#1|) $ $) NIL (|has| |#1| (-1068)))) (-4138 (($ (-783) |#1|) NIL)) (-2476 (((-112) $ (-783)) NIL)) (-3280 (((-576) $) NIL (|has| (-576) (-862)))) (-3123 (($ $ $) NIL (|has| |#1| (-862)))) (-1872 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-862)))) (-3452 (((-656 |#1|) $) NIL (|has| $ (-6 -4462)))) (-3239 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-3767 (((-576) $) 12 (|has| (-576) (-862)))) (-2352 (($ $ $) NIL (|has| |#1| (-862)))) (-4320 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2154 ((|#1| $) NIL (-12 (|has| |#1| (-1021)) (|has| |#1| (-1068))))) (-2460 (((-112) $ (-783)) NIL)) (-2432 ((|#1| $) NIL (-12 (|has| |#1| (-1021)) (|has| |#1| (-1068))))) (-3881 (((-1177) $) NIL (|has| |#1| (-1119)))) (-2171 (($ |#1| $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-1742 (((-656 (-576)) $) NIL)) (-2406 (((-112) (-576) $) NIL)) (-1448 (((-1139) $) NIL (|has| |#1| (-1119)))) (-3578 ((|#1| $) NIL (|has| (-576) (-862)))) (-2295 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1552 (($ $ |#1|) NIL (|has| $ (-6 -4463)))) (-3626 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-4278 (((-656 |#1|) $) NIL)) (-4205 (((-112) $) NIL)) (-1854 (($) NIL)) (-2794 ((|#1| $ (-576) |#1|) NIL) ((|#1| $ (-576)) NIL) (($ $ (-1253 (-576))) NIL)) (-2554 ((|#1| $ $) NIL (|has| |#1| (-1068)))) (-3463 (($ $ (-576)) NIL) (($ $ (-1253 (-576))) NIL)) (-3619 (($ $ $) NIL (|has| |#1| (-1068)))) (-1458 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#1| (-1119))))) (-1497 (($ $ $ (-576)) NIL (|has| $ (-6 -4463)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) 20 (|has| |#1| (-626 (-548))))) (-3579 (($ (-656 |#1|)) 10)) (-1613 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-656 $)) NIL)) (-3567 (((-874) $) NIL (|has| |#1| (-625 (-874))))) (-1540 (((-112) $ $) NIL (|has| |#1| (-1119)))) (-2306 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4462)))) (-2989 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2960 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2921 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3041 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-3027 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-576) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-738))) (($ $ |#1|) NIL (|has| |#1| (-738)))) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-1286 |#1|) (-13 (-1284 |#1|) (-10 -8 (-15 -2757 ($ (-656 |#1|))))) (-1236)) (T -1286))
-((-2757 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-5 *1 (-1286 *3)))))
-(-13 (-1284 |#1|) (-10 -8 (-15 -2757 ($ (-656 |#1|)))))
-((-3486 (((-112) $ $) NIL)) (-1380 (((-1177) $ (-1177)) 107) (((-1177) $ (-1177) (-1177)) 105) (((-1177) $ (-1177) (-656 (-1177))) 104)) (-2799 (($) 69)) (-3602 (((-1291) $ (-480) (-938)) 54)) (-2323 (((-1291) $ (-938) (-1177)) 89) (((-1291) $ (-938) (-886)) 90)) (-1876 (((-1291) $ (-938) (-390) (-390)) 57)) (-1355 (((-1291) $ (-1177)) 84)) (-2182 (((-1291) $ (-938) (-1177)) 94)) (-1803 (((-1291) $ (-938) (-390) (-390)) 58)) (-3512 (((-1291) $ (-938) (-938)) 55)) (-1360 (((-1291) $) 85)) (-2309 (((-1291) $ (-938) (-1177)) 93)) (-2732 (((-1291) $ (-480) (-938)) 41)) (-2595 (((-1291) $ (-938) (-1177)) 92)) (-4417 (((-656 (-270)) $) 29) (($ $ (-656 (-270))) 30)) (-3576 (((-1291) $ (-783) (-783)) 52)) (-2600 (($ $) 70) (($ (-480) (-656 (-270))) 71)) (-3881 (((-1177) $) NIL)) (-4298 (((-576) $) 48)) (-1448 (((-1139) $) NIL)) (-4428 (((-1286 (-3 (-480) "undefined")) $) 47)) (-2640 (((-1286 (-2 (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)) (|:| -2595 (-576)) (|:| -4136 (-576)) (|:| |spline| (-576)) (|:| -2526 (-576)) (|:| |axesColor| (-886)) (|:| -2323 (-576)) (|:| |unitsColor| (-886)) (|:| |showing| (-576)))) $) 46)) (-1386 (((-1291) $ (-938) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-886) (-576) (-886) (-576)) 83)) (-3408 (((-656 (-960 (-227))) $) NIL)) (-3611 (((-480) $ (-938)) 43)) (-3672 (((-1291) $ (-783) (-783) (-938) (-938)) 50)) (-4233 (((-1291) $ (-1177)) 95)) (-4136 (((-1291) $ (-938) (-1177)) 91)) (-3567 (((-874) $) 102)) (-1952 (((-1291) $) 96)) (-1540 (((-112) $ $) NIL)) (-2526 (((-1291) $ (-938) (-1177)) 87) (((-1291) $ (-938) (-886)) 88)) (-2921 (((-112) $ $) NIL)))
-(((-1287) (-13 (-1119) (-10 -8 (-15 -3408 ((-656 (-960 (-227))) $)) (-15 -2799 ($)) (-15 -2600 ($ $)) (-15 -4417 ((-656 (-270)) $)) (-15 -4417 ($ $ (-656 (-270)))) (-15 -2600 ($ (-480) (-656 (-270)))) (-15 -1386 ((-1291) $ (-938) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-886) (-576) (-886) (-576))) (-15 -2640 ((-1286 (-2 (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)) (|:| -2595 (-576)) (|:| -4136 (-576)) (|:| |spline| (-576)) (|:| -2526 (-576)) (|:| |axesColor| (-886)) (|:| -2323 (-576)) (|:| |unitsColor| (-886)) (|:| |showing| (-576)))) $)) (-15 -4428 ((-1286 (-3 (-480) "undefined")) $)) (-15 -1355 ((-1291) $ (-1177))) (-15 -2732 ((-1291) $ (-480) (-938))) (-15 -3611 ((-480) $ (-938))) (-15 -2526 ((-1291) $ (-938) (-1177))) (-15 -2526 ((-1291) $ (-938) (-886))) (-15 -2323 ((-1291) $ (-938) (-1177))) (-15 -2323 ((-1291) $ (-938) (-886))) (-15 -2595 ((-1291) $ (-938) (-1177))) (-15 -2309 ((-1291) $ (-938) (-1177))) (-15 -4136 ((-1291) $ (-938) (-1177))) (-15 -4233 ((-1291) $ (-1177))) (-15 -1952 ((-1291) $)) (-15 -3672 ((-1291) $ (-783) (-783) (-938) (-938))) (-15 -1803 ((-1291) $ (-938) (-390) (-390))) (-15 -1876 ((-1291) $ (-938) (-390) (-390))) (-15 -2182 ((-1291) $ (-938) (-1177))) (-15 -3576 ((-1291) $ (-783) (-783))) (-15 -3602 ((-1291) $ (-480) (-938))) (-15 -3512 ((-1291) $ (-938) (-938))) (-15 -1380 ((-1177) $ (-1177))) (-15 -1380 ((-1177) $ (-1177) (-1177))) (-15 -1380 ((-1177) $ (-1177) (-656 (-1177)))) (-15 -1360 ((-1291) $)) (-15 -4298 ((-576) $)) (-15 -3567 ((-874) $))))) (T -1287))
-((-3567 (*1 *2 *1) (-12 (-5 *2 (-874)) (-5 *1 (-1287)))) (-3408 (*1 *2 *1) (-12 (-5 *2 (-656 (-960 (-227)))) (-5 *1 (-1287)))) (-2799 (*1 *1) (-5 *1 (-1287))) (-2600 (*1 *1 *1) (-5 *1 (-1287))) (-4417 (*1 *2 *1) (-12 (-5 *2 (-656 (-270))) (-5 *1 (-1287)))) (-4417 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-270))) (-5 *1 (-1287)))) (-2600 (*1 *1 *2 *3) (-12 (-5 *2 (-480)) (-5 *3 (-656 (-270))) (-5 *1 (-1287)))) (-1386 (*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5) (-12 (-5 *3 (-938)) (-5 *4 (-227)) (-5 *5 (-576)) (-5 *6 (-886)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-2640 (*1 *2 *1) (-12 (-5 *2 (-1286 (-2 (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)) (|:| -2595 (-576)) (|:| -4136 (-576)) (|:| |spline| (-576)) (|:| -2526 (-576)) (|:| |axesColor| (-886)) (|:| -2323 (-576)) (|:| |unitsColor| (-886)) (|:| |showing| (-576))))) (-5 *1 (-1287)))) (-4428 (*1 *2 *1) (-12 (-5 *2 (-1286 (-3 (-480) "undefined"))) (-5 *1 (-1287)))) (-1355 (*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-2732 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-480)) (-5 *4 (-938)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-3611 (*1 *2 *1 *3) (-12 (-5 *3 (-938)) (-5 *2 (-480)) (-5 *1 (-1287)))) (-2526 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-938)) (-5 *4 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-2526 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-938)) (-5 *4 (-886)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-2323 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-938)) (-5 *4 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-2323 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-938)) (-5 *4 (-886)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-2595 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-938)) (-5 *4 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-2309 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-938)) (-5 *4 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-4136 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-938)) (-5 *4 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-4233 (*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-1952 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-1287)))) (-3672 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-783)) (-5 *4 (-938)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-1803 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-938)) (-5 *4 (-390)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-1876 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-938)) (-5 *4 (-390)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-2182 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-938)) (-5 *4 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-3576 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-3602 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-480)) (-5 *4 (-938)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-3512 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1291)) (-5 *1 (-1287)))) (-1380 (*1 *2 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1287)))) (-1380 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1287)))) (-1380 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-656 (-1177))) (-5 *2 (-1177)) (-5 *1 (-1287)))) (-1360 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-1287)))) (-4298 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1287)))))
-(-13 (-1119) (-10 -8 (-15 -3408 ((-656 (-960 (-227))) $)) (-15 -2799 ($)) (-15 -2600 ($ $)) (-15 -4417 ((-656 (-270)) $)) (-15 -4417 ($ $ (-656 (-270)))) (-15 -2600 ($ (-480) (-656 (-270)))) (-15 -1386 ((-1291) $ (-938) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-886) (-576) (-886) (-576))) (-15 -2640 ((-1286 (-2 (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)) (|:| -2595 (-576)) (|:| -4136 (-576)) (|:| |spline| (-576)) (|:| -2526 (-576)) (|:| |axesColor| (-886)) (|:| -2323 (-576)) (|:| |unitsColor| (-886)) (|:| |showing| (-576)))) $)) (-15 -4428 ((-1286 (-3 (-480) "undefined")) $)) (-15 -1355 ((-1291) $ (-1177))) (-15 -2732 ((-1291) $ (-480) (-938))) (-15 -3611 ((-480) $ (-938))) (-15 -2526 ((-1291) $ (-938) (-1177))) (-15 -2526 ((-1291) $ (-938) (-886))) (-15 -2323 ((-1291) $ (-938) (-1177))) (-15 -2323 ((-1291) $ (-938) (-886))) (-15 -2595 ((-1291) $ (-938) (-1177))) (-15 -2309 ((-1291) $ (-938) (-1177))) (-15 -4136 ((-1291) $ (-938) (-1177))) (-15 -4233 ((-1291) $ (-1177))) (-15 -1952 ((-1291) $)) (-15 -3672 ((-1291) $ (-783) (-783) (-938) (-938))) (-15 -1803 ((-1291) $ (-938) (-390) (-390))) (-15 -1876 ((-1291) $ (-938) (-390) (-390))) (-15 -2182 ((-1291) $ (-938) (-1177))) (-15 -3576 ((-1291) $ (-783) (-783))) (-15 -3602 ((-1291) $ (-480) (-938))) (-15 -3512 ((-1291) $ (-938) (-938))) (-15 -1380 ((-1177) $ (-1177))) (-15 -1380 ((-1177) $ (-1177) (-1177))) (-15 -1380 ((-1177) $ (-1177) (-656 (-1177)))) (-15 -1360 ((-1291) $)) (-15 -4298 ((-576) $)) (-15 -3567 ((-874) $))))
-((-3486 (((-112) $ $) NIL)) (-3839 (((-1291) $ (-390)) 169) (((-1291) $ (-390) (-390) (-390)) 170)) (-1380 (((-1177) $ (-1177)) 179) (((-1177) $ (-1177) (-1177)) 177) (((-1177) $ (-1177) (-656 (-1177))) 176)) (-2249 (($) 67)) (-3623 (((-1291) $ (-390) (-390) (-390) (-390) (-390)) 141) (((-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))) $) 139) (((-1291) $ (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)))) 140) (((-1291) $ (-576) (-576) (-390) (-390) (-390)) 144) (((-1291) $ (-390) (-390)) 145) (((-1291) $ (-390) (-390) (-390)) 152)) (-2945 (((-390)) 122) (((-390) (-390)) 123)) (-3756 (((-390)) 117) (((-390) (-390)) 119)) (-2152 (((-390)) 120) (((-390) (-390)) 121)) (-2320 (((-390)) 126) (((-390) (-390)) 127)) (-4030 (((-390)) 124) (((-390) (-390)) 125)) (-1876 (((-1291) $ (-390) (-390)) 171)) (-1355 (((-1291) $ (-1177)) 153)) (-3181 (((-1152 (-227)) $) 68) (($ $ (-1152 (-227))) 69)) (-3843 (((-1291) $ (-1177)) 187)) (-2608 (((-1291) $ (-1177)) 188)) (-3912 (((-1291) $ (-390) (-390)) 151) (((-1291) $ (-576) (-576)) 168)) (-3512 (((-1291) $ (-938) (-938)) 160)) (-1360 (((-1291) $) 137)) (-4222 (((-1291) $ (-1177)) 186)) (-3941 (((-1291) $ (-1177)) 134)) (-4417 (((-656 (-270)) $) 70) (($ $ (-656 (-270))) 71)) (-3576 (((-1291) $ (-783) (-783)) 159)) (-3303 (((-1291) $ (-783) (-960 (-227))) 193)) (-3548 (($ $) 73) (($ (-1152 (-227)) (-1177)) 74) (($ (-1152 (-227)) (-656 (-270))) 75)) (-3783 (((-1291) $ (-390) (-390) (-390)) 131)) (-3881 (((-1177) $) NIL)) (-4298 (((-576) $) 128)) (-1627 (((-1291) $ (-390)) 174)) (-4014 (((-1291) $ (-390)) 191)) (-1448 (((-1139) $) NIL)) (-1622 (((-1291) $ (-390)) 190)) (-1354 (((-1291) $ (-1177)) 136)) (-3672 (((-1291) $ (-783) (-783) (-938) (-938)) 158)) (-3957 (((-1291) $ (-1177)) 133)) (-4233 (((-1291) $ (-1177)) 135)) (-3885 (((-1291) $ (-158) (-158)) 157)) (-3567 (((-874) $) 166)) (-1952 (((-1291) $) 138)) (-3025 (((-1291) $ (-1177)) 189)) (-1540 (((-112) $ $) NIL)) (-2526 (((-1291) $ (-1177)) 132)) (-2921 (((-112) $ $) NIL)))
-(((-1288) (-13 (-1119) (-10 -8 (-15 -3756 ((-390))) (-15 -3756 ((-390) (-390))) (-15 -2152 ((-390))) (-15 -2152 ((-390) (-390))) (-15 -2945 ((-390))) (-15 -2945 ((-390) (-390))) (-15 -4030 ((-390))) (-15 -4030 ((-390) (-390))) (-15 -2320 ((-390))) (-15 -2320 ((-390) (-390))) (-15 -2249 ($)) (-15 -3548 ($ $)) (-15 -3548 ($ (-1152 (-227)) (-1177))) (-15 -3548 ($ (-1152 (-227)) (-656 (-270)))) (-15 -3181 ((-1152 (-227)) $)) (-15 -3181 ($ $ (-1152 (-227)))) (-15 -3303 ((-1291) $ (-783) (-960 (-227)))) (-15 -4417 ((-656 (-270)) $)) (-15 -4417 ($ $ (-656 (-270)))) (-15 -3576 ((-1291) $ (-783) (-783))) (-15 -3512 ((-1291) $ (-938) (-938))) (-15 -1355 ((-1291) $ (-1177))) (-15 -3672 ((-1291) $ (-783) (-783) (-938) (-938))) (-15 -3623 ((-1291) $ (-390) (-390) (-390) (-390) (-390))) (-15 -3623 ((-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))) $)) (-15 -3623 ((-1291) $ (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))) (-15 -3623 ((-1291) $ (-576) (-576) (-390) (-390) (-390))) (-15 -3623 ((-1291) $ (-390) (-390))) (-15 -3623 ((-1291) $ (-390) (-390) (-390))) (-15 -4233 ((-1291) $ (-1177))) (-15 -2526 ((-1291) $ (-1177))) (-15 -3957 ((-1291) $ (-1177))) (-15 -3941 ((-1291) $ (-1177))) (-15 -1354 ((-1291) $ (-1177))) (-15 -3912 ((-1291) $ (-390) (-390))) (-15 -3912 ((-1291) $ (-576) (-576))) (-15 -3839 ((-1291) $ (-390))) (-15 -3839 ((-1291) $ (-390) (-390) (-390))) (-15 -1876 ((-1291) $ (-390) (-390))) (-15 -4222 ((-1291) $ (-1177))) (-15 -1622 ((-1291) $ (-390))) (-15 -4014 ((-1291) $ (-390))) (-15 -3843 ((-1291) $ (-1177))) (-15 -2608 ((-1291) $ (-1177))) (-15 -3025 ((-1291) $ (-1177))) (-15 -3783 ((-1291) $ (-390) (-390) (-390))) (-15 -1627 ((-1291) $ (-390))) (-15 -1360 ((-1291) $)) (-15 -3885 ((-1291) $ (-158) (-158))) (-15 -1380 ((-1177) $ (-1177))) (-15 -1380 ((-1177) $ (-1177) (-1177))) (-15 -1380 ((-1177) $ (-1177) (-656 (-1177)))) (-15 -1952 ((-1291) $)) (-15 -4298 ((-576) $))))) (T -1288))
-((-3756 (*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288)))) (-3756 (*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288)))) (-2152 (*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288)))) (-2152 (*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288)))) (-2945 (*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288)))) (-2945 (*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288)))) (-4030 (*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288)))) (-4030 (*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288)))) (-2320 (*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288)))) (-2320 (*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288)))) (-2249 (*1 *1) (-5 *1 (-1288))) (-3548 (*1 *1 *1) (-5 *1 (-1288))) (-3548 (*1 *1 *2 *3) (-12 (-5 *2 (-1152 (-227))) (-5 *3 (-1177)) (-5 *1 (-1288)))) (-3548 (*1 *1 *2 *3) (-12 (-5 *2 (-1152 (-227))) (-5 *3 (-656 (-270))) (-5 *1 (-1288)))) (-3181 (*1 *2 *1) (-12 (-5 *2 (-1152 (-227))) (-5 *1 (-1288)))) (-3181 (*1 *1 *1 *2) (-12 (-5 *2 (-1152 (-227))) (-5 *1 (-1288)))) (-3303 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-783)) (-5 *4 (-960 (-227))) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-4417 (*1 *2 *1) (-12 (-5 *2 (-656 (-270))) (-5 *1 (-1288)))) (-4417 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-270))) (-5 *1 (-1288)))) (-3576 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-3512 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-1355 (*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-3672 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-783)) (-5 *4 (-938)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-3623 (*1 *2 *1 *3 *3 *3 *3 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-3623 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)))) (-5 *1 (-1288)))) (-3623 (*1 *2 *1 *3) (-12 (-5 *3 (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)))) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-3623 (*1 *2 *1 *3 *3 *4 *4 *4) (-12 (-5 *3 (-576)) (-5 *4 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-3623 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-3623 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-4233 (*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-2526 (*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-3957 (*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-3941 (*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-1354 (*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-3912 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-3912 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-3839 (*1 *2 *1 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-3839 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-1876 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-4222 (*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-1622 (*1 *2 *1 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-4014 (*1 *2 *1 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-3843 (*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-2608 (*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-3025 (*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-3783 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-1627 (*1 *2 *1 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-1360 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-1288)))) (-3885 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-158)) (-5 *2 (-1291)) (-5 *1 (-1288)))) (-1380 (*1 *2 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1288)))) (-1380 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1288)))) (-1380 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-656 (-1177))) (-5 *2 (-1177)) (-5 *1 (-1288)))) (-1952 (*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-1288)))) (-4298 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1288)))))
-(-13 (-1119) (-10 -8 (-15 -3756 ((-390))) (-15 -3756 ((-390) (-390))) (-15 -2152 ((-390))) (-15 -2152 ((-390) (-390))) (-15 -2945 ((-390))) (-15 -2945 ((-390) (-390))) (-15 -4030 ((-390))) (-15 -4030 ((-390) (-390))) (-15 -2320 ((-390))) (-15 -2320 ((-390) (-390))) (-15 -2249 ($)) (-15 -3548 ($ $)) (-15 -3548 ($ (-1152 (-227)) (-1177))) (-15 -3548 ($ (-1152 (-227)) (-656 (-270)))) (-15 -3181 ((-1152 (-227)) $)) (-15 -3181 ($ $ (-1152 (-227)))) (-15 -3303 ((-1291) $ (-783) (-960 (-227)))) (-15 -4417 ((-656 (-270)) $)) (-15 -4417 ($ $ (-656 (-270)))) (-15 -3576 ((-1291) $ (-783) (-783))) (-15 -3512 ((-1291) $ (-938) (-938))) (-15 -1355 ((-1291) $ (-1177))) (-15 -3672 ((-1291) $ (-783) (-783) (-938) (-938))) (-15 -3623 ((-1291) $ (-390) (-390) (-390) (-390) (-390))) (-15 -3623 ((-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))) $)) (-15 -3623 ((-1291) $ (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))) (-15 -3623 ((-1291) $ (-576) (-576) (-390) (-390) (-390))) (-15 -3623 ((-1291) $ (-390) (-390))) (-15 -3623 ((-1291) $ (-390) (-390) (-390))) (-15 -4233 ((-1291) $ (-1177))) (-15 -2526 ((-1291) $ (-1177))) (-15 -3957 ((-1291) $ (-1177))) (-15 -3941 ((-1291) $ (-1177))) (-15 -1354 ((-1291) $ (-1177))) (-15 -3912 ((-1291) $ (-390) (-390))) (-15 -3912 ((-1291) $ (-576) (-576))) (-15 -3839 ((-1291) $ (-390))) (-15 -3839 ((-1291) $ (-390) (-390) (-390))) (-15 -1876 ((-1291) $ (-390) (-390))) (-15 -4222 ((-1291) $ (-1177))) (-15 -1622 ((-1291) $ (-390))) (-15 -4014 ((-1291) $ (-390))) (-15 -3843 ((-1291) $ (-1177))) (-15 -2608 ((-1291) $ (-1177))) (-15 -3025 ((-1291) $ (-1177))) (-15 -3783 ((-1291) $ (-390) (-390) (-390))) (-15 -1627 ((-1291) $ (-390))) (-15 -1360 ((-1291) $)) (-15 -3885 ((-1291) $ (-158) (-158))) (-15 -1380 ((-1177) $ (-1177))) (-15 -1380 ((-1177) $ (-1177) (-1177))) (-15 -1380 ((-1177) $ (-1177) (-656 (-1177)))) (-15 -1952 ((-1291) $)) (-15 -4298 ((-576) $))))
-((-2918 (((-656 (-1177)) (-656 (-1177))) 104) (((-656 (-1177))) 96)) (-1908 (((-656 (-1177))) 94)) (-2644 (((-656 (-938)) (-656 (-938))) 69) (((-656 (-938))) 64)) (-2494 (((-656 (-783)) (-656 (-783))) 61) (((-656 (-783))) 55)) (-1684 (((-1291)) 71)) (-3470 (((-938) (-938)) 87) (((-938)) 86)) (-4123 (((-938) (-938)) 85) (((-938)) 84)) (-4121 (((-886) (-886)) 81) (((-886)) 80)) (-2873 (((-227)) 91) (((-227) (-390)) 93)) (-2298 (((-938)) 88) (((-938) (-938)) 89)) (-2121 (((-938) (-938)) 83) (((-938)) 82)) (-3195 (((-886) (-886)) 75) (((-886)) 73)) (-3194 (((-886) (-886)) 77) (((-886)) 76)) (-1789 (((-886) (-886)) 79) (((-886)) 78)))
-(((-1289) (-10 -7 (-15 -3195 ((-886))) (-15 -3195 ((-886) (-886))) (-15 -3194 ((-886))) (-15 -3194 ((-886) (-886))) (-15 -1789 ((-886))) (-15 -1789 ((-886) (-886))) (-15 -4121 ((-886))) (-15 -4121 ((-886) (-886))) (-15 -2121 ((-938))) (-15 -2121 ((-938) (-938))) (-15 -2494 ((-656 (-783)))) (-15 -2494 ((-656 (-783)) (-656 (-783)))) (-15 -2644 ((-656 (-938)))) (-15 -2644 ((-656 (-938)) (-656 (-938)))) (-15 -1684 ((-1291))) (-15 -2918 ((-656 (-1177)))) (-15 -2918 ((-656 (-1177)) (-656 (-1177)))) (-15 -1908 ((-656 (-1177)))) (-15 -4123 ((-938))) (-15 -3470 ((-938))) (-15 -4123 ((-938) (-938))) (-15 -3470 ((-938) (-938))) (-15 -2298 ((-938) (-938))) (-15 -2298 ((-938))) (-15 -2873 ((-227) (-390))) (-15 -2873 ((-227))))) (T -1289))
-((-2873 (*1 *2) (-12 (-5 *2 (-227)) (-5 *1 (-1289)))) (-2873 (*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-227)) (-5 *1 (-1289)))) (-2298 (*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-1289)))) (-2298 (*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-1289)))) (-3470 (*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-1289)))) (-4123 (*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-1289)))) (-3470 (*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-1289)))) (-4123 (*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-1289)))) (-1908 (*1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1289)))) (-2918 (*1 *2 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1289)))) (-2918 (*1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1289)))) (-1684 (*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-1289)))) (-2644 (*1 *2 *2) (-12 (-5 *2 (-656 (-938))) (-5 *1 (-1289)))) (-2644 (*1 *2) (-12 (-5 *2 (-656 (-938))) (-5 *1 (-1289)))) (-2494 (*1 *2 *2) (-12 (-5 *2 (-656 (-783))) (-5 *1 (-1289)))) (-2494 (*1 *2) (-12 (-5 *2 (-656 (-783))) (-5 *1 (-1289)))) (-2121 (*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-1289)))) (-2121 (*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-1289)))) (-4121 (*1 *2 *2) (-12 (-5 *2 (-886)) (-5 *1 (-1289)))) (-4121 (*1 *2) (-12 (-5 *2 (-886)) (-5 *1 (-1289)))) (-1789 (*1 *2 *2) (-12 (-5 *2 (-886)) (-5 *1 (-1289)))) (-1789 (*1 *2) (-12 (-5 *2 (-886)) (-5 *1 (-1289)))) (-3194 (*1 *2 *2) (-12 (-5 *2 (-886)) (-5 *1 (-1289)))) (-3194 (*1 *2) (-12 (-5 *2 (-886)) (-5 *1 (-1289)))) (-3195 (*1 *2 *2) (-12 (-5 *2 (-886)) (-5 *1 (-1289)))) (-3195 (*1 *2) (-12 (-5 *2 (-886)) (-5 *1 (-1289)))))
-(-10 -7 (-15 -3195 ((-886))) (-15 -3195 ((-886) (-886))) (-15 -3194 ((-886))) (-15 -3194 ((-886) (-886))) (-15 -1789 ((-886))) (-15 -1789 ((-886) (-886))) (-15 -4121 ((-886))) (-15 -4121 ((-886) (-886))) (-15 -2121 ((-938))) (-15 -2121 ((-938) (-938))) (-15 -2494 ((-656 (-783)))) (-15 -2494 ((-656 (-783)) (-656 (-783)))) (-15 -2644 ((-656 (-938)))) (-15 -2644 ((-656 (-938)) (-656 (-938)))) (-15 -1684 ((-1291))) (-15 -2918 ((-656 (-1177)))) (-15 -2918 ((-656 (-1177)) (-656 (-1177)))) (-15 -1908 ((-656 (-1177)))) (-15 -4123 ((-938))) (-15 -3470 ((-938))) (-15 -4123 ((-938) (-938))) (-15 -3470 ((-938) (-938))) (-15 -2298 ((-938) (-938))) (-15 -2298 ((-938))) (-15 -2873 ((-227) (-390))) (-15 -2873 ((-227))))
-((-2971 (((-480) (-656 (-656 (-960 (-227)))) (-656 (-270))) 22) (((-480) (-656 (-656 (-960 (-227))))) 21) (((-480) (-656 (-656 (-960 (-227)))) (-886) (-886) (-938) (-656 (-270))) 20)) (-4398 (((-1287) (-656 (-656 (-960 (-227)))) (-656 (-270))) 30) (((-1287) (-656 (-656 (-960 (-227)))) (-886) (-886) (-938) (-656 (-270))) 29)) (-3567 (((-1287) (-480)) 46)))
-(((-1290) (-10 -7 (-15 -2971 ((-480) (-656 (-656 (-960 (-227)))) (-886) (-886) (-938) (-656 (-270)))) (-15 -2971 ((-480) (-656 (-656 (-960 (-227)))))) (-15 -2971 ((-480) (-656 (-656 (-960 (-227)))) (-656 (-270)))) (-15 -4398 ((-1287) (-656 (-656 (-960 (-227)))) (-886) (-886) (-938) (-656 (-270)))) (-15 -4398 ((-1287) (-656 (-656 (-960 (-227)))) (-656 (-270)))) (-15 -3567 ((-1287) (-480))))) (T -1290))
-((-3567 (*1 *2 *3) (-12 (-5 *3 (-480)) (-5 *2 (-1287)) (-5 *1 (-1290)))) (-4398 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-656 (-960 (-227))))) (-5 *4 (-656 (-270))) (-5 *2 (-1287)) (-5 *1 (-1290)))) (-4398 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-656 (-656 (-960 (-227))))) (-5 *4 (-886)) (-5 *5 (-938)) (-5 *6 (-656 (-270))) (-5 *2 (-1287)) (-5 *1 (-1290)))) (-2971 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-656 (-960 (-227))))) (-5 *4 (-656 (-270))) (-5 *2 (-480)) (-5 *1 (-1290)))) (-2971 (*1 *2 *3) (-12 (-5 *3 (-656 (-656 (-960 (-227))))) (-5 *2 (-480)) (-5 *1 (-1290)))) (-2971 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-656 (-656 (-960 (-227))))) (-5 *4 (-886)) (-5 *5 (-938)) (-5 *6 (-656 (-270))) (-5 *2 (-480)) (-5 *1 (-1290)))))
-(-10 -7 (-15 -2971 ((-480) (-656 (-656 (-960 (-227)))) (-886) (-886) (-938) (-656 (-270)))) (-15 -2971 ((-480) (-656 (-656 (-960 (-227)))))) (-15 -2971 ((-480) (-656 (-656 (-960 (-227)))) (-656 (-270)))) (-15 -4398 ((-1287) (-656 (-656 (-960 (-227)))) (-886) (-886) (-938) (-656 (-270)))) (-15 -4398 ((-1287) (-656 (-656 (-960 (-227)))) (-656 (-270)))) (-15 -3567 ((-1287) (-480))))
-((-2914 (($) 6)) (-3567 (((-874) $) 9)))
-(((-1291) (-13 (-625 (-874)) (-10 -8 (-15 -2914 ($))))) (T -1291))
-((-2914 (*1 *1) (-5 *1 (-1291))))
-(-13 (-625 (-874)) (-10 -8 (-15 -2914 ($))))
-((-3054 (($ $ |#2|) 10)))
-(((-1292 |#1| |#2|) (-10 -8 (-15 -3054 (|#1| |#1| |#2|))) (-1293 |#2|) (-374)) (T -1292))
-NIL
-(-10 -8 (-15 -3054 (|#1| |#1| |#2|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-2253 (((-135)) 33)) (-3567 (((-874) $) 12)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2921 (((-112) $ $) 7)) (-3054 (($ $ |#1|) 34)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
-(((-1293 |#1|) (-141) (-374)) (T -1293))
-((-3054 (*1 *1 *1 *2) (-12 (-4 *1 (-1293 *2)) (-4 *2 (-374)))) (-2253 (*1 *2) (-12 (-4 *1 (-1293 *3)) (-4 *3 (-374)) (-5 *2 (-135)))))
-(-13 (-729 |t#1|) (-10 -8 (-15 -3054 ($ $ |t#1|)) (-15 -2253 ((-135)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1119) . T) ((-1236) . T))
-((-2411 (((-656 (-1230 |#1|)) (-1195) (-1230 |#1|)) 83)) (-2815 (((-1176 (-1176 (-969 |#1|))) (-1195) (-1176 (-969 |#1|))) 63)) (-3079 (((-1 (-1176 (-1230 |#1|)) (-1176 (-1230 |#1|))) (-783) (-1230 |#1|) (-1176 (-1230 |#1|))) 74)) (-4395 (((-1 (-1176 (-969 |#1|)) (-1176 (-969 |#1|))) (-783)) 65)) (-2254 (((-1 (-1191 (-969 |#1|)) (-969 |#1|)) (-1195)) 32)) (-3091 (((-1 (-1176 (-969 |#1|)) (-1176 (-969 |#1|))) (-783)) 64)))
-(((-1294 |#1|) (-10 -7 (-15 -4395 ((-1 (-1176 (-969 |#1|)) (-1176 (-969 |#1|))) (-783))) (-15 -3091 ((-1 (-1176 (-969 |#1|)) (-1176 (-969 |#1|))) (-783))) (-15 -2815 ((-1176 (-1176 (-969 |#1|))) (-1195) (-1176 (-969 |#1|)))) (-15 -2254 ((-1 (-1191 (-969 |#1|)) (-969 |#1|)) (-1195))) (-15 -2411 ((-656 (-1230 |#1|)) (-1195) (-1230 |#1|))) (-15 -3079 ((-1 (-1176 (-1230 |#1|)) (-1176 (-1230 |#1|))) (-783) (-1230 |#1|) (-1176 (-1230 |#1|))))) (-374)) (T -1294))
-((-3079 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-783)) (-4 *6 (-374)) (-5 *4 (-1230 *6)) (-5 *2 (-1 (-1176 *4) (-1176 *4))) (-5 *1 (-1294 *6)) (-5 *5 (-1176 *4)))) (-2411 (*1 *2 *3 *4) (-12 (-5 *3 (-1195)) (-4 *5 (-374)) (-5 *2 (-656 (-1230 *5))) (-5 *1 (-1294 *5)) (-5 *4 (-1230 *5)))) (-2254 (*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-1 (-1191 (-969 *4)) (-969 *4))) (-5 *1 (-1294 *4)) (-4 *4 (-374)))) (-2815 (*1 *2 *3 *4) (-12 (-5 *3 (-1195)) (-4 *5 (-374)) (-5 *2 (-1176 (-1176 (-969 *5)))) (-5 *1 (-1294 *5)) (-5 *4 (-1176 (-969 *5))))) (-3091 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1 (-1176 (-969 *4)) (-1176 (-969 *4)))) (-5 *1 (-1294 *4)) (-4 *4 (-374)))) (-4395 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1 (-1176 (-969 *4)) (-1176 (-969 *4)))) (-5 *1 (-1294 *4)) (-4 *4 (-374)))))
-(-10 -7 (-15 -4395 ((-1 (-1176 (-969 |#1|)) (-1176 (-969 |#1|))) (-783))) (-15 -3091 ((-1 (-1176 (-969 |#1|)) (-1176 (-969 |#1|))) (-783))) (-15 -2815 ((-1176 (-1176 (-969 |#1|))) (-1195) (-1176 (-969 |#1|)))) (-15 -2254 ((-1 (-1191 (-969 |#1|)) (-969 |#1|)) (-1195))) (-15 -2411 ((-656 (-1230 |#1|)) (-1195) (-1230 |#1|))) (-15 -3079 ((-1 (-1176 (-1230 |#1|)) (-1176 (-1230 |#1|))) (-783) (-1230 |#1|) (-1176 (-1230 |#1|)))))
-((-4002 (((-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) |#2|) 80)) (-2568 (((-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|)))) 79)))
-(((-1295 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2568 ((-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))))) (-15 -4002 ((-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) |#2|))) (-360) (-1262 |#1|) (-1262 |#2|) (-421 |#2| |#3|)) (T -1295))
-((-4002 (*1 *2 *3) (-12 (-4 *4 (-360)) (-4 *3 (-1262 *4)) (-4 *5 (-1262 *3)) (-5 *2 (-2 (|:| -4156 (-701 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-701 *3)))) (-5 *1 (-1295 *4 *3 *5 *6)) (-4 *6 (-421 *3 *5)))) (-2568 (*1 *2) (-12 (-4 *3 (-360)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 *4)) (-5 *2 (-2 (|:| -4156 (-701 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-701 *4)))) (-5 *1 (-1295 *3 *4 *5 *6)) (-4 *6 (-421 *4 *5)))))
-(-10 -7 (-15 -2568 ((-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))))) (-15 -4002 ((-2 (|:| -4156 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) |#2|)))
-((-3486 (((-112) $ $) NIL)) (-3970 (((-1154) $) 11)) (-2274 (((-1154) $) 9)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 17) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1296) (-13 (-1102) (-10 -8 (-15 -2274 ((-1154) $)) (-15 -3970 ((-1154) $))))) (T -1296))
-((-2274 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1296)))) (-3970 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1296)))))
-(-13 (-1102) (-10 -8 (-15 -2274 ((-1154) $)) (-15 -3970 ((-1154) $))))
-((-3486 (((-112) $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3984 (((-1154) $) 9)) (-3567 (((-874) $) 15) (($ (-1200)) NIL) (((-1200) $) NIL)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) NIL)))
-(((-1297) (-13 (-1102) (-10 -8 (-15 -3984 ((-1154) $))))) (T -1297))
-((-3984 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1297)))))
-(-13 (-1102) (-10 -8 (-15 -3984 ((-1154) $))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 58)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-2251 (((-3 $ "failed") $) NIL)) (-3612 (((-112) $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 81) (($ (-576)) NIL) (($ |#4|) 65) ((|#4| $) 70) (($ |#1|) NIL (|has| |#1| (-174)))) (-2596 (((-783)) NIL T CONST)) (-4378 (((-1291) (-783)) 16)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 37 T CONST)) (-2727 (($) 84 T CONST)) (-2921 (((-112) $ $) 87)) (-3054 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-3041 (($ $) 89) (($ $ $) NIL)) (-3027 (($ $ $) 63)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 91) (($ |#1| $) NIL (|has| |#1| (-174))) (($ $ |#1|) NIL (|has| |#1| (-174)))))
-(((-1298 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-13 (-1068) (-502 |#4|) (-10 -8 (IF (|has| |#1| (-174)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-374)) (-15 -3054 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -4378 ((-1291) (-783))))) (-1068) (-862) (-805) (-966 |#1| |#3| |#2|) (-656 |#2|) (-656 (-783)) (-783)) (T -1298))
-((-3054 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-374)) (-4 *2 (-1068)) (-4 *3 (-862)) (-4 *4 (-805)) (-14 *6 (-656 *3)) (-5 *1 (-1298 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-966 *2 *4 *3)) (-14 *7 (-656 (-783))) (-14 *8 (-783)))) (-4378 (*1 *2 *3) (-12 (-5 *3 (-783)) (-4 *4 (-1068)) (-4 *5 (-862)) (-4 *6 (-805)) (-14 *8 (-656 *5)) (-5 *2 (-1291)) (-5 *1 (-1298 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-966 *4 *6 *5)) (-14 *9 (-656 *3)) (-14 *10 *3))))
-(-13 (-1068) (-502 |#4|) (-10 -8 (IF (|has| |#1| (-174)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-374)) (-15 -3054 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -4378 ((-1291) (-783)))))
-((-3486 (((-112) $ $) NIL)) (-1528 (((-656 (-2 (|:| -1952 $) (|:| -3254 (-656 |#4|)))) (-656 |#4|)) NIL)) (-2127 (((-656 $) (-656 |#4|)) 96)) (-1960 (((-656 |#3|) $) NIL)) (-4157 (((-112) $) NIL)) (-2678 (((-112) $) NIL (|has| |#1| (-568)))) (-1981 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2691 ((|#4| |#4| $) NIL)) (-1793 (((-2 (|:| |under| $) (|:| -3247 $) (|:| |upper| $)) $ |#3|) NIL)) (-3733 (((-112) $ (-783)) NIL)) (-1966 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462))) (((-3 |#4| "failed") $ |#3|) NIL)) (-2135 (($) NIL T CONST)) (-3152 (((-112) $) NIL (|has| |#1| (-568)))) (-1409 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3934 (((-112) $ $) NIL (|has| |#1| (-568)))) (-2986 (((-112) $) NIL (|has| |#1| (-568)))) (-2059 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 31)) (-3793 (((-656 |#4|) (-656 |#4|) $) 28 (|has| |#1| (-568)))) (-3795 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-1570 (((-3 $ "failed") (-656 |#4|)) NIL)) (-2857 (($ (-656 |#4|)) NIL)) (-3590 (((-3 $ "failed") $) 78)) (-1903 ((|#4| |#4| $) 83)) (-1640 (($ $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119))))) (-3942 (($ |#4| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-3477 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-568)))) (-2655 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-2025 ((|#4| |#4| $) NIL)) (-3683 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4462))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4462))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1641 (((-2 (|:| -1952 (-656 |#4|)) (|:| -3254 (-656 |#4|))) $) NIL)) (-3963 (((-656 |#4|) $) NIL (|has| $ (-6 -4462)))) (-4179 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2589 ((|#3| $) 84)) (-2476 (((-112) $ (-783)) NIL)) (-3452 (((-656 |#4|) $) 32 (|has| $ (-6 -4462)))) (-3239 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119))))) (-3837 (((-3 $ "failed") (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 35) (((-3 $ "failed") (-656 |#4|)) 38)) (-4320 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4463)))) (-4114 (($ (-1 |#4| |#4|) $) NIL)) (-1544 (((-656 |#3|) $) NIL)) (-1582 (((-112) |#3| $) NIL)) (-2460 (((-112) $ (-783)) NIL)) (-3881 (((-1177) $) NIL)) (-3966 (((-3 |#4| "failed") $) NIL)) (-3730 (((-656 |#4|) $) 54)) (-2763 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2126 ((|#4| |#4| $) 82)) (-2774 (((-112) $ $) 93)) (-4148 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-568)))) (-1470 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2903 ((|#4| |#4| $) NIL)) (-1448 (((-1139) $) NIL)) (-3578 (((-3 |#4| "failed") $) 77)) (-2295 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-2806 (((-3 $ "failed") $ |#4|) NIL)) (-3905 (($ $ |#4|) NIL)) (-3626 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-3281 (($ $ (-656 |#4|) (-656 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-304 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119)))) (($ $ (-656 (-304 |#4|))) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1119))))) (-3985 (((-112) $ $) NIL)) (-4205 (((-112) $) 75)) (-1854 (($) 46)) (-1967 (((-783) $) NIL)) (-1458 (((-783) |#4| $) NIL (-12 (|has| $ (-6 -4462)) (|has| |#4| (-1119)))) (((-783) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-1868 (($ $) NIL)) (-4169 (((-548) $) NIL (|has| |#4| (-626 (-548))))) (-3579 (($ (-656 |#4|)) NIL)) (-3877 (($ $ |#3|) NIL)) (-2831 (($ $ |#3|) NIL)) (-3687 (($ $) NIL)) (-2157 (($ $ |#3|) NIL)) (-3567 (((-874) $) NIL) (((-656 |#4|) $) 63)) (-4323 (((-783) $) NIL (|has| |#3| (-379)))) (-1928 (((-3 $ "failed") (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 44) (((-3 $ "failed") (-656 |#4|)) 45)) (-2750 (((-656 $) (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 73) (((-656 $) (-656 |#4|)) 74)) (-1540 (((-112) $ $) NIL)) (-1469 (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) 27) (((-3 (-2 (|:| |bas| $) (|:| -1417 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2620 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) NIL)) (-2306 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4462)))) (-2439 (((-656 |#3|) $) NIL)) (-3202 (((-112) |#3| $) NIL)) (-2921 (((-112) $ $) NIL)) (-3500 (((-783) $) NIL (|has| $ (-6 -4462)))))
-(((-1299 |#1| |#2| |#3| |#4|) (-13 (-1229 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3837 ((-3 $ "failed") (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3837 ((-3 $ "failed") (-656 |#4|))) (-15 -1928 ((-3 $ "failed") (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1928 ((-3 $ "failed") (-656 |#4|))) (-15 -2750 ((-656 $) (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2750 ((-656 $) (-656 |#4|))))) (-568) (-805) (-862) (-1084 |#1| |#2| |#3|)) (T -1299))
-((-3837 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-656 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1299 *5 *6 *7 *8)))) (-3837 (*1 *1 *2) (|partial| -12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-1299 *3 *4 *5 *6)))) (-1928 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-656 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1299 *5 *6 *7 *8)))) (-1928 (*1 *1 *2) (|partial| -12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-1299 *3 *4 *5 *6)))) (-2750 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 *9)) (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1084 *6 *7 *8)) (-4 *6 (-568)) (-4 *7 (-805)) (-4 *8 (-862)) (-5 *2 (-656 (-1299 *6 *7 *8 *9))) (-5 *1 (-1299 *6 *7 *8 *9)))) (-2750 (*1 *2 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 (-1299 *4 *5 *6 *7))) (-5 *1 (-1299 *4 *5 *6 *7)))))
-(-13 (-1229 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3837 ((-3 $ "failed") (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3837 ((-3 $ "failed") (-656 |#4|))) (-15 -1928 ((-3 $ "failed") (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1928 ((-3 $ "failed") (-656 |#4|))) (-15 -2750 ((-656 $) (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2750 ((-656 $) (-656 |#4|)))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-4299 (((-3 $ "failed") $ $) 20)) (-2135 (($) 18 T CONST)) (-2251 (((-3 $ "failed") $) 37)) (-3612 (((-112) $) 35)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#1|) 45)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 47) (($ |#1| $) 46)))
-(((-1300 |#1|) (-141) (-1068)) (T -1300))
-NIL
-(-13 (-1068) (-111 |t#1| |t#1|) (-628 |t#1|) (-10 -7 (IF (|has| |t#1| (-174)) (-6 (-38 |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-174)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 |#1|) |has| |#1| (-174)) ((-729 |#1|) |has| |#1| (-174)) ((-738) . T) ((-1070 |#1|) . T) ((-1075 |#1|) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T))
-((-3486 (((-112) $ $) 67)) (-1353 (((-112) $) NIL)) (-3444 (((-656 |#1|) $) 52)) (-3468 (($ $ (-783)) 46)) (-4299 (((-3 $ "failed") $ $) NIL)) (-4288 (($ $ (-783)) 24 (|has| |#2| (-174))) (($ $ $) 25 (|has| |#2| (-174)))) (-2135 (($) NIL T CONST)) (-2584 (($ $ $) 70) (($ $ (-831 |#1|)) 56) (($ $ |#1|) 60)) (-1570 (((-3 (-831 |#1|) "failed") $) NIL)) (-2857 (((-831 |#1|) $) NIL)) (-2109 (($ $) 39)) (-2251 (((-3 $ "failed") $) NIL)) (-4264 (((-112) $) NIL)) (-2434 (($ $) NIL)) (-3612 (((-112) $) NIL)) (-1935 (((-783) $) NIL)) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) NIL)) (-3682 (($ (-831 |#1|) |#2|) 38)) (-1839 (($ $) 40)) (-3769 (((-2 (|:| |k| (-831 |#1|)) (|:| |c| |#2|)) $) 12)) (-2856 (((-831 |#1|) $) NIL)) (-1943 (((-831 |#1|) $) 41)) (-4114 (($ (-1 |#2| |#2|) $) NIL)) (-4133 (($ $ $) 69) (($ $ (-831 |#1|)) 58) (($ $ |#1|) 62)) (-1471 (((-2 (|:| |k| (-831 |#1|)) (|:| |c| |#2|)) $) NIL)) (-2076 (((-831 |#1|) $) 35)) (-2086 ((|#2| $) 37)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-1967 (((-783) $) 43)) (-2294 (((-112) $) 47)) (-1478 ((|#2| $) NIL)) (-3567 (((-874) $) NIL) (($ (-831 |#1|)) 30) (($ |#1|) 31) (($ |#2|) NIL) (($ (-576)) NIL)) (-1691 (((-656 |#2|) $) NIL)) (-1749 ((|#2| $ (-831 |#1|)) NIL)) (-1713 ((|#2| $ $) 76) ((|#2| $ (-831 |#1|)) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 13 T CONST)) (-2727 (($) 19 T CONST)) (-2776 (((-656 (-2 (|:| |k| (-831 |#1|)) (|:| |c| |#2|))) $) NIL)) (-2921 (((-112) $ $) 44)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) 28)) (** (($ $ (-783)) NIL) (($ $ (-938)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ |#2| $) 27) (($ $ |#2|) 68) (($ |#2| (-831 |#1|)) NIL) (($ |#1| $) 33) (($ $ $) NIL)))
-(((-1301 |#1| |#2|) (-13 (-393 |#2| (-831 |#1|)) (-1307 |#1| |#2|)) (-862) (-1068)) (T -1301))
-NIL
-(-13 (-393 |#2| (-831 |#1|)) (-1307 |#1| |#2|))
-((-3742 ((|#3| |#3| (-783)) 28)) (-4101 ((|#3| |#3| (-783)) 34)) (-2052 ((|#3| |#3| |#3| (-783)) 35)))
-(((-1302 |#1| |#2| |#3|) (-10 -7 (-15 -4101 (|#3| |#3| (-783))) (-15 -3742 (|#3| |#3| (-783))) (-15 -2052 (|#3| |#3| |#3| (-783)))) (-13 (-1068) (-729 (-419 (-576)))) (-862) (-1307 |#2| |#1|)) (T -1302))
-((-2052 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-783)) (-4 *4 (-13 (-1068) (-729 (-419 (-576))))) (-4 *5 (-862)) (-5 *1 (-1302 *4 *5 *2)) (-4 *2 (-1307 *5 *4)))) (-3742 (*1 *2 *2 *3) (-12 (-5 *3 (-783)) (-4 *4 (-13 (-1068) (-729 (-419 (-576))))) (-4 *5 (-862)) (-5 *1 (-1302 *4 *5 *2)) (-4 *2 (-1307 *5 *4)))) (-4101 (*1 *2 *2 *3) (-12 (-5 *3 (-783)) (-4 *4 (-13 (-1068) (-729 (-419 (-576))))) (-4 *5 (-862)) (-5 *1 (-1302 *4 *5 *2)) (-4 *2 (-1307 *5 *4)))))
-(-10 -7 (-15 -4101 (|#3| |#3| (-783))) (-15 -3742 (|#3| |#3| (-783))) (-15 -2052 (|#3| |#3| |#3| (-783))))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-3444 (((-656 |#1|) $) 47)) (-4299 (((-3 $ "failed") $ $) 20)) (-4288 (($ $ $) 50 (|has| |#2| (-174))) (($ $ (-783)) 49 (|has| |#2| (-174)))) (-2135 (($) 18 T CONST)) (-2584 (($ $ |#1|) 61) (($ $ (-831 |#1|)) 60) (($ $ $) 59)) (-1570 (((-3 (-831 |#1|) "failed") $) 71)) (-2857 (((-831 |#1|) $) 72)) (-2251 (((-3 $ "failed") $) 37)) (-4264 (((-112) $) 52)) (-2434 (($ $) 51)) (-3612 (((-112) $) 35)) (-2544 (((-112) $) 57)) (-3682 (($ (-831 |#1|) |#2|) 58)) (-1839 (($ $) 56)) (-3769 (((-2 (|:| |k| (-831 |#1|)) (|:| |c| |#2|)) $) 67)) (-2856 (((-831 |#1|) $) 68)) (-4114 (($ (-1 |#2| |#2|) $) 48)) (-4133 (($ $ |#1|) 64) (($ $ (-831 |#1|)) 63) (($ $ $) 62)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-2294 (((-112) $) 54)) (-1478 ((|#2| $) 53)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#2|) 75) (($ (-831 |#1|)) 70) (($ |#1|) 55)) (-1713 ((|#2| $ (-831 |#1|)) 66) ((|#2| $ $) 65)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ |#2| $) 74) (($ $ |#2|) 73) (($ |#1| $) 69)))
-(((-1303 |#1| |#2|) (-141) (-862) (-1068)) (T -1303))
-((* (*1 *1 *1 *2) (-12 (-4 *1 (-1303 *3 *2)) (-4 *3 (-862)) (-4 *2 (-1068)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068)))) (-2856 (*1 *2 *1) (-12 (-4 *1 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068)) (-5 *2 (-831 *3)))) (-3769 (*1 *2 *1) (-12 (-4 *1 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068)) (-5 *2 (-2 (|:| |k| (-831 *3)) (|:| |c| *4))))) (-1713 (*1 *2 *1 *3) (-12 (-5 *3 (-831 *4)) (-4 *1 (-1303 *4 *2)) (-4 *4 (-862)) (-4 *2 (-1068)))) (-1713 (*1 *2 *1 *1) (-12 (-4 *1 (-1303 *3 *2)) (-4 *3 (-862)) (-4 *2 (-1068)))) (-4133 (*1 *1 *1 *2) (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068)))) (-4133 (*1 *1 *1 *2) (-12 (-5 *2 (-831 *3)) (-4 *1 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068)))) (-4133 (*1 *1 *1 *1) (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068)))) (-2584 (*1 *1 *1 *2) (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068)))) (-2584 (*1 *1 *1 *2) (-12 (-5 *2 (-831 *3)) (-4 *1 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068)))) (-2584 (*1 *1 *1 *1) (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068)))) (-3682 (*1 *1 *2 *3) (-12 (-5 *2 (-831 *4)) (-4 *4 (-862)) (-4 *1 (-1303 *4 *3)) (-4 *3 (-1068)))) (-2544 (*1 *2 *1) (-12 (-4 *1 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068)) (-5 *2 (-112)))) (-1839 (*1 *1 *1) (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068)))) (-3567 (*1 *1 *2) (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068)))) (-2294 (*1 *2 *1) (-12 (-4 *1 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068)) (-5 *2 (-112)))) (-1478 (*1 *2 *1) (-12 (-4 *1 (-1303 *3 *2)) (-4 *3 (-862)) (-4 *2 (-1068)))) (-4264 (*1 *2 *1) (-12 (-4 *1 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068)) (-5 *2 (-112)))) (-2434 (*1 *1 *1) (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068)))) (-4288 (*1 *1 *1 *1) (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068)) (-4 *3 (-174)))) (-4288 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068)) (-4 *4 (-174)))) (-4114 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068)))) (-3444 (*1 *2 *1) (-12 (-4 *1 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068)) (-5 *2 (-656 *3)))))
-(-13 (-1068) (-1300 |t#2|) (-1057 (-831 |t#1|)) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#2|)) (-15 -2856 ((-831 |t#1|) $)) (-15 -3769 ((-2 (|:| |k| (-831 |t#1|)) (|:| |c| |t#2|)) $)) (-15 -1713 (|t#2| $ (-831 |t#1|))) (-15 -1713 (|t#2| $ $)) (-15 -4133 ($ $ |t#1|)) (-15 -4133 ($ $ (-831 |t#1|))) (-15 -4133 ($ $ $)) (-15 -2584 ($ $ |t#1|)) (-15 -2584 ($ $ (-831 |t#1|))) (-15 -2584 ($ $ $)) (-15 -3682 ($ (-831 |t#1|) |t#2|)) (-15 -2544 ((-112) $)) (-15 -1839 ($ $)) (-15 -3567 ($ |t#1|)) (-15 -2294 ((-112) $)) (-15 -1478 (|t#2| $)) (-15 -4264 ((-112) $)) (-15 -2434 ($ $)) (IF (|has| |t#2| (-174)) (PROGN (-15 -4288 ($ $ $)) (-15 -4288 ($ $ (-783)))) |%noBranch|) (-15 -4114 ($ (-1 |t#2| |t#2|) $)) (-15 -3444 ((-656 |t#1|) $)) (IF (|has| |t#2| (-6 -4455)) (-6 -4455) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-174)) ((-102) . T) ((-111 |#2| |#2|) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 #0=(-831 |#1|)) . T) ((-628 |#2|) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#2|) . T) ((-658 $) . T) ((-660 |#2|) . T) ((-660 $) . T) ((-652 |#2|) |has| |#2| (-174)) ((-729 |#2|) |has| |#2| (-174)) ((-738) . T) ((-1057 #0#) . T) ((-1070 |#2|) . T) ((-1075 |#2|) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T) ((-1300 |#2|) . T))
-((-2312 (((-112) $) 15)) (-3202 (((-112) $) 14)) (-3711 (($ $) 19) (($ $ (-783)) 21)))
-(((-1304 |#1| |#2|) (-10 -8 (-15 -3711 (|#1| |#1| (-783))) (-15 -3711 (|#1| |#1|)) (-15 -2312 ((-112) |#1|)) (-15 -3202 ((-112) |#1|))) (-1305 |#2|) (-374)) (T -1304))
-NIL
-(-10 -8 (-15 -3711 (|#1| |#1| (-783))) (-15 -3711 (|#1| |#1|)) (-15 -2312 ((-112) |#1|)) (-15 -3202 ((-112) |#1|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-2501 (((-2 (|:| -2061 $) (|:| -4449 $) (|:| |associate| $)) $) 47)) (-4380 (($ $) 46)) (-1657 (((-112) $) 44)) (-2312 (((-112) $) 104)) (-2858 (((-783)) 100)) (-4299 (((-3 $ "failed") $ $) 20)) (-1415 (($ $) 81)) (-3422 (((-430 $) $) 80)) (-1829 (((-112) $ $) 65)) (-2135 (($) 18 T CONST)) (-1570 (((-3 |#1| "failed") $) 111)) (-2857 ((|#1| $) 112)) (-3426 (($ $ $) 61)) (-2251 (((-3 $ "failed") $) 37)) (-3438 (($ $ $) 62)) (-1405 (((-2 (|:| -1713 (-656 $)) (|:| -4126 $)) (-656 $)) 57)) (-1385 (($ $ (-783)) 97 (-2755 (|has| |#1| (-146)) (|has| |#1| (-379)))) (($ $) 96 (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-4283 (((-112) $) 79)) (-1991 (((-845 (-938)) $) 94 (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3612 (((-112) $) 35)) (-2696 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-3457 (($ $ $) 52) (($ (-656 $)) 51)) (-3881 (((-1177) $) 10)) (-2045 (($ $) 78)) (-1764 (((-112) $) 103)) (-1448 (((-1139) $) 11)) (-4405 (((-1191 $) (-1191 $) (-1191 $)) 50)) (-3495 (($ $ $) 54) (($ (-656 $)) 53)) (-1827 (((-430 $) $) 82)) (-1512 (((-845 (-938))) 101)) (-3073 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-3473 (((-3 $ "failed") $ $) 48)) (-4232 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3909 (((-783) $) 64)) (-3710 (((-2 (|:| -3244 $) (|:| -3477 $)) $ $) 63)) (-3544 (((-3 (-783) "failed") $ $) 95 (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2253 (((-135)) 109)) (-1967 (((-845 (-938)) $) 102)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74) (($ |#1|) 110)) (-2846 (((-3 $ "failed") $) 93 (-2755 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-4196 (((-112) $ $) 45)) (-3202 (((-112) $) 105)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-3711 (($ $) 99 (|has| |#1| (-379))) (($ $ (-783)) 98 (|has| |#1| (-379)))) (-2921 (((-112) $ $) 7)) (-3054 (($ $ $) 73) (($ $ |#1|) 108)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75) (($ $ |#1|) 107) (($ |#1| $) 106)))
-(((-1305 |#1|) (-141) (-374)) (T -1305))
-((-3202 (*1 *2 *1) (-12 (-4 *1 (-1305 *3)) (-4 *3 (-374)) (-5 *2 (-112)))) (-2312 (*1 *2 *1) (-12 (-4 *1 (-1305 *3)) (-4 *3 (-374)) (-5 *2 (-112)))) (-1764 (*1 *2 *1) (-12 (-4 *1 (-1305 *3)) (-4 *3 (-374)) (-5 *2 (-112)))) (-1967 (*1 *2 *1) (-12 (-4 *1 (-1305 *3)) (-4 *3 (-374)) (-5 *2 (-845 (-938))))) (-1512 (*1 *2) (-12 (-4 *1 (-1305 *3)) (-4 *3 (-374)) (-5 *2 (-845 (-938))))) (-2858 (*1 *2) (-12 (-4 *1 (-1305 *3)) (-4 *3 (-374)) (-5 *2 (-783)))) (-3711 (*1 *1 *1) (-12 (-4 *1 (-1305 *2)) (-4 *2 (-374)) (-4 *2 (-379)))) (-3711 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1305 *3)) (-4 *3 (-374)) (-4 *3 (-379)))))
-(-13 (-374) (-1057 |t#1|) (-1293 |t#1|) (-10 -8 (IF (|has| |t#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-414)) |%noBranch|) (-15 -3202 ((-112) $)) (-15 -2312 ((-112) $)) (-15 -1764 ((-112) $)) (-15 -1967 ((-845 (-938)) $)) (-15 -1512 ((-845 (-938)))) (-15 -2858 ((-783))) (IF (|has| |t#1| (-379)) (PROGN (-6 (-414)) (-15 -3711 ($ $)) (-15 -3711 ($ $ (-783)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-132) . T) ((-146) -2755 (|has| |#1| (-379)) (|has| |#1| (-146))) ((-148) |has| |#1| (-148)) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-628 $) . T) ((-625 (-874)) . T) ((-174) . T) ((-248) . T) ((-300) . T) ((-317) . T) ((-374) . T) ((-414) -2755 (|has| |#1| (-379)) (|has| |#1| (-146))) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 |#1|) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 |#1|) . T) ((-729 $) . T) ((-738) . T) ((-937) . T) ((-1057 |#1|) . T) ((-1070 #0#) . T) ((-1070 |#1|) . T) ((-1070 $) . T) ((-1075 #0#) . T) ((-1075 |#1|) . T) ((-1075 $) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T) ((-1240) . T) ((-1293 |#1|) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3444 (((-656 |#1|) $) 98)) (-3468 (($ $ (-783)) 102)) (-4299 (((-3 $ "failed") $ $) NIL)) (-4288 (($ $ $) NIL (|has| |#2| (-174))) (($ $ (-783)) NIL (|has| |#2| (-174)))) (-2135 (($) NIL T CONST)) (-2584 (($ $ |#1|) NIL) (($ $ (-831 |#1|)) NIL) (($ $ $) NIL)) (-1570 (((-3 (-831 |#1|) "failed") $) NIL) (((-3 (-906 |#1|) "failed") $) NIL)) (-2857 (((-831 |#1|) $) NIL) (((-906 |#1|) $) NIL)) (-2109 (($ $) 101)) (-2251 (((-3 $ "failed") $) NIL)) (-4264 (((-112) $) 90)) (-2434 (($ $) 93)) (-2218 (($ $ $ (-783)) 103)) (-3612 (((-112) $) NIL)) (-1935 (((-783) $) NIL)) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) NIL)) (-3682 (($ (-831 |#1|) |#2|) NIL) (($ (-906 |#1|) |#2|) 29)) (-1839 (($ $) 119)) (-3769 (((-2 (|:| |k| (-831 |#1|)) (|:| |c| |#2|)) $) NIL)) (-2856 (((-831 |#1|) $) NIL)) (-1943 (((-831 |#1|) $) NIL)) (-4114 (($ (-1 |#2| |#2|) $) NIL)) (-4133 (($ $ |#1|) NIL) (($ $ (-831 |#1|)) NIL) (($ $ $) NIL)) (-3742 (($ $ (-783)) 112 (|has| |#2| (-729 (-419 (-576)))))) (-1471 (((-2 (|:| |k| (-906 |#1|)) (|:| |c| |#2|)) $) NIL)) (-2076 (((-906 |#1|) $) 83)) (-2086 ((|#2| $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-4101 (($ $ (-783)) 109 (|has| |#2| (-729 (-419 (-576)))))) (-1967 (((-783) $) 99)) (-2294 (((-112) $) 84)) (-1478 ((|#2| $) 88)) (-3567 (((-874) $) 69) (($ (-576)) NIL) (($ |#2|) 60) (($ (-831 |#1|)) NIL) (($ |#1|) 71) (($ (-906 |#1|)) NIL) (($ (-676 |#1| |#2|)) 48) (((-1301 |#1| |#2|) $) 76) (((-1310 |#1| |#2|) $) 81)) (-1691 (((-656 |#2|) $) NIL)) (-1749 ((|#2| $ (-906 |#1|)) NIL)) (-1713 ((|#2| $ (-831 |#1|)) NIL) ((|#2| $ $) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 21 T CONST)) (-2727 (($) 28 T CONST)) (-2776 (((-656 (-2 (|:| |k| (-906 |#1|)) (|:| |c| |#2|))) $) NIL)) (-2516 (((-3 (-676 |#1| |#2|) "failed") $) 118)) (-2921 (((-112) $ $) 77)) (-3041 (($ $) 111) (($ $ $) 110)) (-3027 (($ $ $) 20)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 49) (($ |#2| $) 19) (($ $ |#2|) NIL) (($ |#1| $) NIL) (($ |#2| (-906 |#1|)) NIL)))
-(((-1306 |#1| |#2|) (-13 (-1307 |#1| |#2|) (-393 |#2| (-906 |#1|)) (-10 -8 (-15 -3567 ($ (-676 |#1| |#2|))) (-15 -3567 ((-1301 |#1| |#2|) $)) (-15 -3567 ((-1310 |#1| |#2|) $)) (-15 -2516 ((-3 (-676 |#1| |#2|) "failed") $)) (-15 -2218 ($ $ $ (-783))) (IF (|has| |#2| (-729 (-419 (-576)))) (PROGN (-15 -4101 ($ $ (-783))) (-15 -3742 ($ $ (-783)))) |%noBranch|))) (-862) (-174)) (T -1306))
-((-3567 (*1 *1 *2) (-12 (-5 *2 (-676 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)) (-5 *1 (-1306 *3 *4)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-1301 *3 *4)) (-5 *1 (-1306 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-1310 *3 *4)) (-5 *1 (-1306 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)))) (-2516 (*1 *2 *1) (|partial| -12 (-5 *2 (-676 *3 *4)) (-5 *1 (-1306 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)))) (-2218 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1306 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)))) (-4101 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1306 *3 *4)) (-4 *4 (-729 (-419 (-576)))) (-4 *3 (-862)) (-4 *4 (-174)))) (-3742 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1306 *3 *4)) (-4 *4 (-729 (-419 (-576)))) (-4 *3 (-862)) (-4 *4 (-174)))))
-(-13 (-1307 |#1| |#2|) (-393 |#2| (-906 |#1|)) (-10 -8 (-15 -3567 ($ (-676 |#1| |#2|))) (-15 -3567 ((-1301 |#1| |#2|) $)) (-15 -3567 ((-1310 |#1| |#2|) $)) (-15 -2516 ((-3 (-676 |#1| |#2|) "failed") $)) (-15 -2218 ($ $ $ (-783))) (IF (|has| |#2| (-729 (-419 (-576)))) (PROGN (-15 -4101 ($ $ (-783))) (-15 -3742 ($ $ (-783)))) |%noBranch|)))
-((-3486 (((-112) $ $) 6)) (-1353 (((-112) $) 17)) (-3444 (((-656 |#1|) $) 47)) (-3468 (($ $ (-783)) 80)) (-4299 (((-3 $ "failed") $ $) 20)) (-4288 (($ $ $) 50 (|has| |#2| (-174))) (($ $ (-783)) 49 (|has| |#2| (-174)))) (-2135 (($) 18 T CONST)) (-2584 (($ $ |#1|) 61) (($ $ (-831 |#1|)) 60) (($ $ $) 59)) (-1570 (((-3 (-831 |#1|) "failed") $) 71)) (-2857 (((-831 |#1|) $) 72)) (-2251 (((-3 $ "failed") $) 37)) (-4264 (((-112) $) 52)) (-2434 (($ $) 51)) (-3612 (((-112) $) 35)) (-2544 (((-112) $) 57)) (-3682 (($ (-831 |#1|) |#2|) 58)) (-1839 (($ $) 56)) (-3769 (((-2 (|:| |k| (-831 |#1|)) (|:| |c| |#2|)) $) 67)) (-2856 (((-831 |#1|) $) 68)) (-1943 (((-831 |#1|) $) 82)) (-4114 (($ (-1 |#2| |#2|) $) 48)) (-4133 (($ $ |#1|) 64) (($ $ (-831 |#1|)) 63) (($ $ $) 62)) (-3881 (((-1177) $) 10)) (-1448 (((-1139) $) 11)) (-1967 (((-783) $) 81)) (-2294 (((-112) $) 54)) (-1478 ((|#2| $) 53)) (-3567 (((-874) $) 12) (($ (-576)) 33) (($ |#2|) 75) (($ (-831 |#1|)) 70) (($ |#1|) 55)) (-1713 ((|#2| $ (-831 |#1|)) 66) ((|#2| $ $) 65)) (-2596 (((-783)) 32 T CONST)) (-1540 (((-112) $ $) 9)) (-2716 (($) 19 T CONST)) (-2727 (($) 34 T CONST)) (-2921 (((-112) $ $) 7)) (-3041 (($ $) 23) (($ $ $) 22)) (-3027 (($ $ $) 15)) (** (($ $ (-938)) 28) (($ $ (-783)) 36)) (* (($ (-938) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ |#2| $) 74) (($ $ |#2|) 73) (($ |#1| $) 69)))
-(((-1307 |#1| |#2|) (-141) (-862) (-1068)) (T -1307))
-((-1943 (*1 *2 *1) (-12 (-4 *1 (-1307 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068)) (-5 *2 (-831 *3)))) (-1967 (*1 *2 *1) (-12 (-4 *1 (-1307 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068)) (-5 *2 (-783)))) (-3468 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1307 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068)))))
-(-13 (-1303 |t#1| |t#2|) (-10 -8 (-15 -1943 ((-831 |t#1|) $)) (-15 -1967 ((-783) $)) (-15 -3468 ($ $ (-783)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-174)) ((-102) . T) ((-111 |#2| |#2|) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 #0=(-831 |#1|)) . T) ((-628 |#2|) . T) ((-625 (-874)) . T) ((-658 (-576)) . T) ((-658 |#2|) . T) ((-658 $) . T) ((-660 |#2|) . T) ((-660 $) . T) ((-652 |#2|) |has| |#2| (-174)) ((-729 |#2|) |has| |#2| (-174)) ((-738) . T) ((-1057 #0#) . T) ((-1070 |#2|) . T) ((-1075 |#2|) . T) ((-1068) . T) ((-1077) . T) ((-1131) . T) ((-1119) . T) ((-1236) . T) ((-1300 |#2|) . T) ((-1303 |#1| |#2|) . T))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-3444 (((-656 (-1195)) $) NIL)) (-2187 (($ (-1301 (-1195) |#1|)) NIL)) (-3468 (($ $ (-783)) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-4288 (($ $ $) NIL (|has| |#1| (-174))) (($ $ (-783)) NIL (|has| |#1| (-174)))) (-2135 (($) NIL T CONST)) (-2584 (($ $ (-1195)) NIL) (($ $ (-831 (-1195))) NIL) (($ $ $) NIL)) (-1570 (((-3 (-831 (-1195)) "failed") $) NIL)) (-2857 (((-831 (-1195)) $) NIL)) (-2251 (((-3 $ "failed") $) NIL)) (-4264 (((-112) $) NIL)) (-2434 (($ $) NIL)) (-3612 (((-112) $) NIL)) (-2544 (((-112) $) NIL)) (-3682 (($ (-831 (-1195)) |#1|) NIL)) (-1839 (($ $) NIL)) (-3769 (((-2 (|:| |k| (-831 (-1195))) (|:| |c| |#1|)) $) NIL)) (-2856 (((-831 (-1195)) $) NIL)) (-1943 (((-831 (-1195)) $) NIL)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-4133 (($ $ (-1195)) NIL) (($ $ (-831 (-1195))) NIL) (($ $ $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-1937 (((-1301 (-1195) |#1|) $) NIL)) (-1967 (((-783) $) NIL)) (-2294 (((-112) $) NIL)) (-1478 ((|#1| $) NIL)) (-3567 (((-874) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-831 (-1195))) NIL) (($ (-1195)) NIL)) (-1713 ((|#1| $ (-831 (-1195))) NIL) ((|#1| $ $) NIL)) (-2596 (((-783)) NIL T CONST)) (-1540 (((-112) $ $) NIL)) (-2716 (($) NIL T CONST)) (-2983 (((-656 (-2 (|:| |k| (-1195)) (|:| |c| $))) $) NIL)) (-2727 (($) NIL T CONST)) (-2921 (((-112) $ $) NIL)) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) NIL)) (** (($ $ (-938)) NIL) (($ $ (-783)) NIL)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-1195) $) NIL)))
-(((-1308 |#1|) (-13 (-1307 (-1195) |#1|) (-10 -8 (-15 -1937 ((-1301 (-1195) |#1|) $)) (-15 -2187 ($ (-1301 (-1195) |#1|))) (-15 -2983 ((-656 (-2 (|:| |k| (-1195)) (|:| |c| $))) $)))) (-1068)) (T -1308))
-((-1937 (*1 *2 *1) (-12 (-5 *2 (-1301 (-1195) *3)) (-5 *1 (-1308 *3)) (-4 *3 (-1068)))) (-2187 (*1 *1 *2) (-12 (-5 *2 (-1301 (-1195) *3)) (-4 *3 (-1068)) (-5 *1 (-1308 *3)))) (-2983 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |k| (-1195)) (|:| |c| (-1308 *3))))) (-5 *1 (-1308 *3)) (-4 *3 (-1068)))))
-(-13 (-1307 (-1195) |#1|) (-10 -8 (-15 -1937 ((-1301 (-1195) |#1|) $)) (-15 -2187 ($ (-1301 (-1195) |#1|))) (-15 -2983 ((-656 (-2 (|:| |k| (-1195)) (|:| |c| $))) $))))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) NIL)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2135 (($) NIL T CONST)) (-1570 (((-3 |#2| "failed") $) NIL)) (-2857 ((|#2| $) NIL)) (-2109 (($ $) NIL)) (-2251 (((-3 $ "failed") $) 42)) (-4264 (((-112) $) 35)) (-2434 (($ $) 37)) (-3612 (((-112) $) NIL)) (-1935 (((-783) $) NIL)) (-1538 (((-656 $) $) NIL)) (-2544 (((-112) $) NIL)) (-3682 (($ |#2| |#1|) NIL)) (-2856 ((|#2| $) 24)) (-1943 ((|#2| $) 22)) (-4114 (($ (-1 |#1| |#1|) $) NIL)) (-1471 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) NIL)) (-2076 ((|#2| $) NIL)) (-2086 ((|#1| $) NIL)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-2294 (((-112) $) 32)) (-1478 ((|#1| $) 33)) (-3567 (((-874) $) 65) (($ (-576)) 46) (($ |#1|) 41) (($ |#2|) NIL)) (-1691 (((-656 |#1|) $) NIL)) (-1749 ((|#1| $ |#2|) NIL)) (-1713 ((|#1| $ |#2|) 28)) (-2596 (((-783)) 14 T CONST)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 29 T CONST)) (-2727 (($) 11 T CONST)) (-2776 (((-656 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) NIL)) (-2921 (((-112) $ $) 30)) (-3054 (($ $ |#1|) 67 (|has| |#1| (-374)))) (-3041 (($ $) NIL) (($ $ $) NIL)) (-3027 (($ $ $) 50)) (** (($ $ (-938)) NIL) (($ $ (-783)) 52)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 51) (($ |#1| $) 47) (($ $ |#1|) NIL) (($ |#1| |#2|) NIL)) (-3500 (((-783) $) 16)))
-(((-1309 |#1| |#2|) (-13 (-1068) (-1300 |#1|) (-393 |#1| |#2|) (-628 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -3500 ((-783) $)) (-15 -1943 (|#2| $)) (-15 -2856 (|#2| $)) (-15 -2109 ($ $)) (-15 -1713 (|#1| $ |#2|)) (-15 -2294 ((-112) $)) (-15 -1478 (|#1| $)) (-15 -4264 ((-112) $)) (-15 -2434 ($ $)) (-15 -4114 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-374)) (-15 -3054 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4455)) (-6 -4455) |%noBranch|) (IF (|has| |#1| (-6 -4459)) (-6 -4459) |%noBranch|) (IF (|has| |#1| (-6 -4460)) (-6 -4460) |%noBranch|))) (-1068) (-858)) (T -1309))
-((* (*1 *1 *1 *2) (-12 (-5 *1 (-1309 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-858)))) (-2109 (*1 *1 *1) (-12 (-5 *1 (-1309 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-858)))) (-4114 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1068)) (-5 *1 (-1309 *3 *4)) (-4 *4 (-858)))) (-3500 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-1309 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-858)))) (-1943 (*1 *2 *1) (-12 (-4 *2 (-858)) (-5 *1 (-1309 *3 *2)) (-4 *3 (-1068)))) (-2856 (*1 *2 *1) (-12 (-4 *2 (-858)) (-5 *1 (-1309 *3 *2)) (-4 *3 (-1068)))) (-1713 (*1 *2 *1 *3) (-12 (-4 *2 (-1068)) (-5 *1 (-1309 *2 *3)) (-4 *3 (-858)))) (-2294 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1309 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-858)))) (-1478 (*1 *2 *1) (-12 (-4 *2 (-1068)) (-5 *1 (-1309 *2 *3)) (-4 *3 (-858)))) (-4264 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1309 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-858)))) (-2434 (*1 *1 *1) (-12 (-5 *1 (-1309 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-858)))) (-3054 (*1 *1 *1 *2) (-12 (-5 *1 (-1309 *2 *3)) (-4 *2 (-374)) (-4 *2 (-1068)) (-4 *3 (-858)))))
-(-13 (-1068) (-1300 |#1|) (-393 |#1| |#2|) (-628 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -3500 ((-783) $)) (-15 -1943 (|#2| $)) (-15 -2856 (|#2| $)) (-15 -2109 ($ $)) (-15 -1713 (|#1| $ |#2|)) (-15 -2294 ((-112) $)) (-15 -1478 (|#1| $)) (-15 -4264 ((-112) $)) (-15 -2434 ($ $)) (-15 -4114 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-374)) (-15 -3054 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4455)) (-6 -4455) |%noBranch|) (IF (|has| |#1| (-6 -4459)) (-6 -4459) |%noBranch|) (IF (|has| |#1| (-6 -4460)) (-6 -4460) |%noBranch|)))
-((-3486 (((-112) $ $) 27)) (-1353 (((-112) $) NIL)) (-3444 (((-656 |#1|) $) 132)) (-2187 (($ (-1301 |#1| |#2|)) 50)) (-3468 (($ $ (-783)) 38)) (-4299 (((-3 $ "failed") $ $) NIL)) (-4288 (($ $ $) 54 (|has| |#2| (-174))) (($ $ (-783)) 52 (|has| |#2| (-174)))) (-2135 (($) NIL T CONST)) (-2584 (($ $ |#1|) 114) (($ $ (-831 |#1|)) 115) (($ $ $) 26)) (-1570 (((-3 (-831 |#1|) "failed") $) NIL)) (-2857 (((-831 |#1|) $) NIL)) (-2251 (((-3 $ "failed") $) 122)) (-4264 (((-112) $) 117)) (-2434 (($ $) 118)) (-3612 (((-112) $) NIL)) (-2544 (((-112) $) NIL)) (-3682 (($ (-831 |#1|) |#2|) 20)) (-1839 (($ $) NIL)) (-3769 (((-2 (|:| |k| (-831 |#1|)) (|:| |c| |#2|)) $) NIL)) (-2856 (((-831 |#1|) $) 123)) (-1943 (((-831 |#1|) $) 126)) (-4114 (($ (-1 |#2| |#2|) $) 131)) (-4133 (($ $ |#1|) 112) (($ $ (-831 |#1|)) 113) (($ $ $) 62)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-1937 (((-1301 |#1| |#2|) $) 94)) (-1967 (((-783) $) 129)) (-2294 (((-112) $) 81)) (-1478 ((|#2| $) 32)) (-3567 (((-874) $) 73) (($ (-576)) 87) (($ |#2|) 85) (($ (-831 |#1|)) 18) (($ |#1|) 84)) (-1713 ((|#2| $ (-831 |#1|)) 116) ((|#2| $ $) 28)) (-2596 (((-783)) 120 T CONST)) (-1540 (((-112) $ $) NIL)) (-2716 (($) 15 T CONST)) (-2983 (((-656 (-2 (|:| |k| |#1|) (|:| |c| $))) $) 59)) (-2727 (($) 33 T CONST)) (-2921 (((-112) $ $) 14)) (-3041 (($ $) 98) (($ $ $) 101)) (-3027 (($ $ $) 61)) (** (($ $ (-938)) NIL) (($ $ (-783)) 55)) (* (($ (-938) $) NIL) (($ (-783) $) 53) (($ (-576) $) 106) (($ $ $) 22) (($ |#2| $) 19) (($ $ |#2|) 21) (($ |#1| $) 92)))
-(((-1310 |#1| |#2|) (-13 (-1307 |#1| |#2|) (-10 -8 (-15 -1937 ((-1301 |#1| |#2|) $)) (-15 -2187 ($ (-1301 |#1| |#2|))) (-15 -2983 ((-656 (-2 (|:| |k| |#1|) (|:| |c| $))) $)))) (-862) (-1068)) (T -1310))
-((-1937 (*1 *2 *1) (-12 (-5 *2 (-1301 *3 *4)) (-5 *1 (-1310 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068)))) (-2187 (*1 *1 *2) (-12 (-5 *2 (-1301 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068)) (-5 *1 (-1310 *3 *4)))) (-2983 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |k| *3) (|:| |c| (-1310 *3 *4))))) (-5 *1 (-1310 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068)))))
-(-13 (-1307 |#1| |#2|) (-10 -8 (-15 -1937 ((-1301 |#1| |#2|) $)) (-15 -2187 ($ (-1301 |#1| |#2|))) (-15 -2983 ((-656 (-2 (|:| |k| |#1|) (|:| |c| $))) $))))
-((-3486 (((-112) $ $) NIL)) (-3804 (($ (-656 (-938))) 10)) (-2601 (((-990) $) 12)) (-3881 (((-1177) $) NIL)) (-1448 (((-1139) $) NIL)) (-3567 (((-874) $) 25) (($ (-990)) 14) (((-990) $) 13)) (-1540 (((-112) $ $) NIL)) (-2921 (((-112) $ $) 17)))
-(((-1311) (-13 (-1119) (-502 (-990)) (-10 -8 (-15 -3804 ($ (-656 (-938)))) (-15 -2601 ((-990) $))))) (T -1311))
-((-3804 (*1 *1 *2) (-12 (-5 *2 (-656 (-938))) (-5 *1 (-1311)))) (-2601 (*1 *2 *1) (-12 (-5 *2 (-990)) (-5 *1 (-1311)))))
-(-13 (-1119) (-502 (-990)) (-10 -8 (-15 -3804 ($ (-656 (-938)))) (-15 -2601 ((-990) $))))
-((-2490 (((-656 (-1176 |#1|)) (-1 (-656 (-1176 |#1|)) (-656 (-1176 |#1|))) (-576)) 16) (((-1176 |#1|) (-1 (-1176 |#1|) (-1176 |#1|))) 13)))
-(((-1312 |#1|) (-10 -7 (-15 -2490 ((-1176 |#1|) (-1 (-1176 |#1|) (-1176 |#1|)))) (-15 -2490 ((-656 (-1176 |#1|)) (-1 (-656 (-1176 |#1|)) (-656 (-1176 |#1|))) (-576)))) (-1236)) (T -1312))
-((-2490 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-656 (-1176 *5)) (-656 (-1176 *5)))) (-5 *4 (-576)) (-5 *2 (-656 (-1176 *5))) (-5 *1 (-1312 *5)) (-4 *5 (-1236)))) (-2490 (*1 *2 *3) (-12 (-5 *3 (-1 (-1176 *4) (-1176 *4))) (-5 *2 (-1176 *4)) (-5 *1 (-1312 *4)) (-4 *4 (-1236)))))
-(-10 -7 (-15 -2490 ((-1176 |#1|) (-1 (-1176 |#1|) (-1176 |#1|)))) (-15 -2490 ((-656 (-1176 |#1|)) (-1 (-656 (-1176 |#1|)) (-656 (-1176 |#1|))) (-576))))
-((-4262 (((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|))) 174) (((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)) (-112)) 173) (((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)) (-112) (-112)) 172) (((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)) (-112) (-112) (-112)) 171) (((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-1065 |#1| |#2|)) 156)) (-3789 (((-656 (-1065 |#1| |#2|)) (-656 (-969 |#1|))) 85) (((-656 (-1065 |#1| |#2|)) (-656 (-969 |#1|)) (-112)) 84) (((-656 (-1065 |#1| |#2|)) (-656 (-969 |#1|)) (-112) (-112)) 83)) (-3422 (((-656 (-1165 |#1| (-543 (-876 |#3|)) (-876 |#3|) (-792 |#1| (-876 |#3|)))) (-1065 |#1| |#2|)) 73)) (-3258 (((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|))) 140) (((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)) (-112)) 139) (((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)) (-112) (-112)) 138) (((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)) (-112) (-112) (-112)) 137) (((-656 (-656 (-1043 (-419 |#1|)))) (-1065 |#1| |#2|)) 132)) (-2236 (((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|))) 145) (((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)) (-112)) 144) (((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)) (-112) (-112)) 143) (((-656 (-656 (-1043 (-419 |#1|)))) (-1065 |#1| |#2|)) 142)) (-4169 (((-656 (-792 |#1| (-876 |#3|))) (-1165 |#1| (-543 (-876 |#3|)) (-876 |#3|) (-792 |#1| (-876 |#3|)))) 111) (((-1191 (-1043 (-419 |#1|))) (-1191 |#1|)) 102) (((-969 (-1043 (-419 |#1|))) (-792 |#1| (-876 |#3|))) 109) (((-969 (-1043 (-419 |#1|))) (-969 |#1|)) 107) (((-792 |#1| (-876 |#3|)) (-792 |#1| (-876 |#2|))) 33)))
-(((-1313 |#1| |#2| |#3|) (-10 -7 (-15 -3789 ((-656 (-1065 |#1| |#2|)) (-656 (-969 |#1|)) (-112) (-112))) (-15 -3789 ((-656 (-1065 |#1| |#2|)) (-656 (-969 |#1|)) (-112))) (-15 -3789 ((-656 (-1065 |#1| |#2|)) (-656 (-969 |#1|)))) (-15 -4262 ((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-1065 |#1| |#2|))) (-15 -4262 ((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)) (-112) (-112) (-112))) (-15 -4262 ((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)) (-112) (-112))) (-15 -4262 ((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)) (-112))) (-15 -4262 ((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)))) (-15 -3258 ((-656 (-656 (-1043 (-419 |#1|)))) (-1065 |#1| |#2|))) (-15 -3258 ((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)) (-112) (-112) (-112))) (-15 -3258 ((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)) (-112) (-112))) (-15 -3258 ((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)) (-112))) (-15 -3258 ((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)))) (-15 -2236 ((-656 (-656 (-1043 (-419 |#1|)))) (-1065 |#1| |#2|))) (-15 -2236 ((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)) (-112) (-112))) (-15 -2236 ((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)) (-112))) (-15 -2236 ((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)))) (-15 -3422 ((-656 (-1165 |#1| (-543 (-876 |#3|)) (-876 |#3|) (-792 |#1| (-876 |#3|)))) (-1065 |#1| |#2|))) (-15 -4169 ((-792 |#1| (-876 |#3|)) (-792 |#1| (-876 |#2|)))) (-15 -4169 ((-969 (-1043 (-419 |#1|))) (-969 |#1|))) (-15 -4169 ((-969 (-1043 (-419 |#1|))) (-792 |#1| (-876 |#3|)))) (-15 -4169 ((-1191 (-1043 (-419 |#1|))) (-1191 |#1|))) (-15 -4169 ((-656 (-792 |#1| (-876 |#3|))) (-1165 |#1| (-543 (-876 |#3|)) (-876 |#3|) (-792 |#1| (-876 |#3|)))))) (-13 (-860) (-317) (-148) (-1041)) (-656 (-1195)) (-656 (-1195))) (T -1313))
-((-4169 (*1 *2 *3) (-12 (-5 *3 (-1165 *4 (-543 (-876 *6)) (-876 *6) (-792 *4 (-876 *6)))) (-4 *4 (-13 (-860) (-317) (-148) (-1041))) (-14 *6 (-656 (-1195))) (-5 *2 (-656 (-792 *4 (-876 *6)))) (-5 *1 (-1313 *4 *5 *6)) (-14 *5 (-656 (-1195))))) (-4169 (*1 *2 *3) (-12 (-5 *3 (-1191 *4)) (-4 *4 (-13 (-860) (-317) (-148) (-1041))) (-5 *2 (-1191 (-1043 (-419 *4)))) (-5 *1 (-1313 *4 *5 *6)) (-14 *5 (-656 (-1195))) (-14 *6 (-656 (-1195))))) (-4169 (*1 *2 *3) (-12 (-5 *3 (-792 *4 (-876 *6))) (-4 *4 (-13 (-860) (-317) (-148) (-1041))) (-14 *6 (-656 (-1195))) (-5 *2 (-969 (-1043 (-419 *4)))) (-5 *1 (-1313 *4 *5 *6)) (-14 *5 (-656 (-1195))))) (-4169 (*1 *2 *3) (-12 (-5 *3 (-969 *4)) (-4 *4 (-13 (-860) (-317) (-148) (-1041))) (-5 *2 (-969 (-1043 (-419 *4)))) (-5 *1 (-1313 *4 *5 *6)) (-14 *5 (-656 (-1195))) (-14 *6 (-656 (-1195))))) (-4169 (*1 *2 *3) (-12 (-5 *3 (-792 *4 (-876 *5))) (-4 *4 (-13 (-860) (-317) (-148) (-1041))) (-14 *5 (-656 (-1195))) (-5 *2 (-792 *4 (-876 *6))) (-5 *1 (-1313 *4 *5 *6)) (-14 *6 (-656 (-1195))))) (-3422 (*1 *2 *3) (-12 (-5 *3 (-1065 *4 *5)) (-4 *4 (-13 (-860) (-317) (-148) (-1041))) (-14 *5 (-656 (-1195))) (-5 *2 (-656 (-1165 *4 (-543 (-876 *6)) (-876 *6) (-792 *4 (-876 *6))))) (-5 *1 (-1313 *4 *5 *6)) (-14 *6 (-656 (-1195))))) (-2236 (*1 *2 *3) (-12 (-5 *3 (-656 (-969 *4))) (-4 *4 (-13 (-860) (-317) (-148) (-1041))) (-5 *2 (-656 (-656 (-1043 (-419 *4))))) (-5 *1 (-1313 *4 *5 *6)) (-14 *5 (-656 (-1195))) (-14 *6 (-656 (-1195))))) (-2236 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1041))) (-5 *2 (-656 (-656 (-1043 (-419 *5))))) (-5 *1 (-1313 *5 *6 *7)) (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195))))) (-2236 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1041))) (-5 *2 (-656 (-656 (-1043 (-419 *5))))) (-5 *1 (-1313 *5 *6 *7)) (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195))))) (-2236 (*1 *2 *3) (-12 (-5 *3 (-1065 *4 *5)) (-4 *4 (-13 (-860) (-317) (-148) (-1041))) (-14 *5 (-656 (-1195))) (-5 *2 (-656 (-656 (-1043 (-419 *4))))) (-5 *1 (-1313 *4 *5 *6)) (-14 *6 (-656 (-1195))))) (-3258 (*1 *2 *3) (-12 (-5 *3 (-656 (-969 *4))) (-4 *4 (-13 (-860) (-317) (-148) (-1041))) (-5 *2 (-656 (-656 (-1043 (-419 *4))))) (-5 *1 (-1313 *4 *5 *6)) (-14 *5 (-656 (-1195))) (-14 *6 (-656 (-1195))))) (-3258 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1041))) (-5 *2 (-656 (-656 (-1043 (-419 *5))))) (-5 *1 (-1313 *5 *6 *7)) (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195))))) (-3258 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1041))) (-5 *2 (-656 (-656 (-1043 (-419 *5))))) (-5 *1 (-1313 *5 *6 *7)) (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195))))) (-3258 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1041))) (-5 *2 (-656 (-656 (-1043 (-419 *5))))) (-5 *1 (-1313 *5 *6 *7)) (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195))))) (-3258 (*1 *2 *3) (-12 (-5 *3 (-1065 *4 *5)) (-4 *4 (-13 (-860) (-317) (-148) (-1041))) (-14 *5 (-656 (-1195))) (-5 *2 (-656 (-656 (-1043 (-419 *4))))) (-5 *1 (-1313 *4 *5 *6)) (-14 *6 (-656 (-1195))))) (-4262 (*1 *2 *3) (-12 (-4 *4 (-13 (-860) (-317) (-148) (-1041))) (-5 *2 (-656 (-2 (|:| -1431 (-1191 *4)) (|:| -2203 (-656 (-969 *4)))))) (-5 *1 (-1313 *4 *5 *6)) (-5 *3 (-656 (-969 *4))) (-14 *5 (-656 (-1195))) (-14 *6 (-656 (-1195))))) (-4262 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1041))) (-5 *2 (-656 (-2 (|:| -1431 (-1191 *5)) (|:| -2203 (-656 (-969 *5)))))) (-5 *1 (-1313 *5 *6 *7)) (-5 *3 (-656 (-969 *5))) (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195))))) (-4262 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1041))) (-5 *2 (-656 (-2 (|:| -1431 (-1191 *5)) (|:| -2203 (-656 (-969 *5)))))) (-5 *1 (-1313 *5 *6 *7)) (-5 *3 (-656 (-969 *5))) (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195))))) (-4262 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1041))) (-5 *2 (-656 (-2 (|:| -1431 (-1191 *5)) (|:| -2203 (-656 (-969 *5)))))) (-5 *1 (-1313 *5 *6 *7)) (-5 *3 (-656 (-969 *5))) (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195))))) (-4262 (*1 *2 *3) (-12 (-5 *3 (-1065 *4 *5)) (-4 *4 (-13 (-860) (-317) (-148) (-1041))) (-14 *5 (-656 (-1195))) (-5 *2 (-656 (-2 (|:| -1431 (-1191 *4)) (|:| -2203 (-656 (-969 *4)))))) (-5 *1 (-1313 *4 *5 *6)) (-14 *6 (-656 (-1195))))) (-3789 (*1 *2 *3) (-12 (-5 *3 (-656 (-969 *4))) (-4 *4 (-13 (-860) (-317) (-148) (-1041))) (-5 *2 (-656 (-1065 *4 *5))) (-5 *1 (-1313 *4 *5 *6)) (-14 *5 (-656 (-1195))) (-14 *6 (-656 (-1195))))) (-3789 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1041))) (-5 *2 (-656 (-1065 *5 *6))) (-5 *1 (-1313 *5 *6 *7)) (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195))))) (-3789 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1041))) (-5 *2 (-656 (-1065 *5 *6))) (-5 *1 (-1313 *5 *6 *7)) (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195))))))
-(-10 -7 (-15 -3789 ((-656 (-1065 |#1| |#2|)) (-656 (-969 |#1|)) (-112) (-112))) (-15 -3789 ((-656 (-1065 |#1| |#2|)) (-656 (-969 |#1|)) (-112))) (-15 -3789 ((-656 (-1065 |#1| |#2|)) (-656 (-969 |#1|)))) (-15 -4262 ((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-1065 |#1| |#2|))) (-15 -4262 ((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)) (-112) (-112) (-112))) (-15 -4262 ((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)) (-112) (-112))) (-15 -4262 ((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)) (-112))) (-15 -4262 ((-656 (-2 (|:| -1431 (-1191 |#1|)) (|:| -2203 (-656 (-969 |#1|))))) (-656 (-969 |#1|)))) (-15 -3258 ((-656 (-656 (-1043 (-419 |#1|)))) (-1065 |#1| |#2|))) (-15 -3258 ((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)) (-112) (-112) (-112))) (-15 -3258 ((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)) (-112) (-112))) (-15 -3258 ((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)) (-112))) (-15 -3258 ((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)))) (-15 -2236 ((-656 (-656 (-1043 (-419 |#1|)))) (-1065 |#1| |#2|))) (-15 -2236 ((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)) (-112) (-112))) (-15 -2236 ((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)) (-112))) (-15 -2236 ((-656 (-656 (-1043 (-419 |#1|)))) (-656 (-969 |#1|)))) (-15 -3422 ((-656 (-1165 |#1| (-543 (-876 |#3|)) (-876 |#3|) (-792 |#1| (-876 |#3|)))) (-1065 |#1| |#2|))) (-15 -4169 ((-792 |#1| (-876 |#3|)) (-792 |#1| (-876 |#2|)))) (-15 -4169 ((-969 (-1043 (-419 |#1|))) (-969 |#1|))) (-15 -4169 ((-969 (-1043 (-419 |#1|))) (-792 |#1| (-876 |#3|)))) (-15 -4169 ((-1191 (-1043 (-419 |#1|))) (-1191 |#1|))) (-15 -4169 ((-656 (-792 |#1| (-876 |#3|))) (-1165 |#1| (-543 (-876 |#3|)) (-876 |#3|) (-792 |#1| (-876 |#3|))))))
-((-3391 (((-3 (-1286 (-419 (-576))) "failed") (-1286 |#1|) |#1|) 21)) (-2811 (((-112) (-1286 |#1|)) 12)) (-2933 (((-3 (-1286 (-576)) "failed") (-1286 |#1|)) 16)))
-(((-1314 |#1|) (-10 -7 (-15 -2811 ((-112) (-1286 |#1|))) (-15 -2933 ((-3 (-1286 (-576)) "failed") (-1286 |#1|))) (-15 -3391 ((-3 (-1286 (-419 (-576))) "failed") (-1286 |#1|) |#1|))) (-13 (-1068) (-651 (-576)))) (T -1314))
-((-3391 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1286 *4)) (-4 *4 (-13 (-1068) (-651 (-576)))) (-5 *2 (-1286 (-419 (-576)))) (-5 *1 (-1314 *4)))) (-2933 (*1 *2 *3) (|partial| -12 (-5 *3 (-1286 *4)) (-4 *4 (-13 (-1068) (-651 (-576)))) (-5 *2 (-1286 (-576))) (-5 *1 (-1314 *4)))) (-2811 (*1 *2 *3) (-12 (-5 *3 (-1286 *4)) (-4 *4 (-13 (-1068) (-651 (-576)))) (-5 *2 (-112)) (-5 *1 (-1314 *4)))))
-(-10 -7 (-15 -2811 ((-112) (-1286 |#1|))) (-15 -2933 ((-3 (-1286 (-576)) "failed") (-1286 |#1|))) (-15 -3391 ((-3 (-1286 (-419 (-576))) "failed") (-1286 |#1|) |#1|)))
-((-3486 (((-112) $ $) NIL)) (-1353 (((-112) $) 11)) (-4299 (((-3 $ "failed") $ $) NIL)) (-2093 (((-783)) 8)) (-2135 (($) NIL T CONST)) (-2251 (((-3 $ "failed") $) 58)) (-1834 (($) 49)) (-3612 (((-112) $) 57)) (-2162 (((-3 $ "failed") $) 40)) (-4379 (((-938) $) 15)) (-3881 (((-1177) $) NIL)) (-3537 (($) 32 T CONST)) (-3222 (($ (-938)) 50)) (-1448 (((-1139) $) NIL)) (-4169 (((-576) $) 13)) (-3567 (((-874) $) 27) (($ (-576)) 24)) (-2596 (((-783)) 9 T CONST)) (-1540 (((-112) $ $) 60)) (-2716 (($) 29 T CONST)) (-2727 (($) 31 T CONST)) (-2921 (((-112) $ $) 38)) (-3041 (($ $) 52) (($ $ $) 47)) (-3027 (($ $ $) 35)) (** (($ $ (-938)) NIL) (($ $ (-783)) 54)) (* (($ (-938) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 44) (($ $ $) 43)))
-(((-1315 |#1|) (-13 (-174) (-379) (-626 (-576)) (-1171)) (-938)) (T -1315))
-NIL
-(-13 (-174) (-379) (-626 (-576)) (-1171))
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-((-3 3260686 3260691 3260696 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-2 3260671 3260676 3260681 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1 3260656 3260661 3260666 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (0 3260641 3260646 3260651 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1315 3259784 3260516 3260593 "ZMOD" 3260598 NIL ZMOD (NIL NIL) -8 NIL NIL NIL) (-1314 3258838 3259002 3259225 "ZLINDEP" 3259616 NIL ZLINDEP (NIL T) -7 NIL NIL NIL) (-1313 3248138 3249906 3251878 "ZDSOLVE" 3256968 NIL ZDSOLVE (NIL T NIL NIL) -7 NIL NIL NIL) (-1312 3247384 3247525 3247714 "YSTREAM" 3247984 NIL YSTREAM (NIL T) -7 NIL NIL NIL) (-1311 3246812 3247058 3247171 "YDIAGRAM" 3247293 T YDIAGRAM (NIL) -8 NIL NIL NIL) (-1310 3244586 3246113 3246317 "XRPOLY" 3246655 NIL XRPOLY (NIL T T) -8 NIL NIL NIL) (-1309 3241139 3242457 3243032 "XPR" 3244058 NIL XPR (NIL T T) -8 NIL NIL NIL) (-1308 3238860 3240470 3240674 "XPOLY" 3240970 NIL XPOLY (NIL T) -8 NIL NIL NIL) (-1307 3236499 3237867 3237922 "XPOLYC" 3238210 NIL XPOLYC (NIL T T) -9 NIL 3238323 NIL) (-1306 3232875 3235016 3235404 "XPBWPOLY" 3236157 NIL XPBWPOLY (NIL T T) -8 NIL NIL NIL) (-1305 3228556 3230851 3230893 "XF" 3231514 NIL XF (NIL T) -9 NIL 3231914 NIL) (-1304 3228177 3228265 3228434 "XF-" 3228439 NIL XF- (NIL T T) -8 NIL NIL NIL) (-1303 3223359 3224648 3224703 "XFALG" 3226875 NIL XFALG (NIL T T) -9 NIL 3227664 NIL) (-1302 3222492 3222596 3222801 "XEXPPKG" 3223251 NIL XEXPPKG (NIL T T T) -7 NIL NIL NIL) (-1301 3220601 3222342 3222438 "XDPOLY" 3222443 NIL XDPOLY (NIL T T) -8 NIL NIL NIL) (-1300 3219394 3219994 3220037 "XALG" 3220042 NIL XALG (NIL T) -9 NIL 3220153 NIL) (-1299 3212836 3217371 3217865 "WUTSET" 3218986 NIL WUTSET (NIL T T T T) -8 NIL NIL NIL) (-1298 3211092 3211888 3212211 "WP" 3212647 NIL WP (NIL T T T T NIL NIL NIL) -8 NIL NIL NIL) (-1297 3210694 3210914 3210984 "WHILEAST" 3211044 T WHILEAST (NIL) -8 NIL NIL NIL) (-1296 3210166 3210411 3210505 "WHEREAST" 3210622 T WHEREAST (NIL) -8 NIL NIL NIL) (-1295 3209052 3209250 3209545 "WFFINTBS" 3209963 NIL WFFINTBS (NIL T T T T) -7 NIL NIL NIL) (-1294 3206956 3207383 3207845 "WEIER" 3208624 NIL WEIER (NIL T) -7 NIL NIL NIL) (-1293 3205988 3206438 3206480 "VSPACE" 3206616 NIL VSPACE (NIL T) -9 NIL 3206690 NIL) (-1292 3205826 3205853 3205944 "VSPACE-" 3205949 NIL VSPACE- (NIL T T) -8 NIL NIL NIL) (-1291 3205635 3205677 3205745 "VOID" 3205780 T VOID (NIL) -8 NIL NIL NIL) (-1290 3203771 3204130 3204536 "VIEW" 3205251 T VIEW (NIL) -7 NIL NIL NIL) (-1289 3200195 3200834 3201571 "VIEWDEF" 3203056 T VIEWDEF (NIL) -7 NIL NIL NIL) (-1288 3189499 3191743 3193916 "VIEW3D" 3198044 T VIEW3D (NIL) -8 NIL NIL NIL) (-1287 3181750 3183410 3184989 "VIEW2D" 3187942 T VIEW2D (NIL) -8 NIL NIL NIL) (-1286 3177105 3181520 3181612 "VECTOR" 3181693 NIL VECTOR (NIL T) -8 NIL NIL NIL) (-1285 3175682 3175941 3176259 "VECTOR2" 3176835 NIL VECTOR2 (NIL T T) -7 NIL NIL NIL) (-1284 3169106 3173413 3173456 "VECTCAT" 3174451 NIL VECTCAT (NIL T) -9 NIL 3175038 NIL) (-1283 3168120 3168374 3168764 "VECTCAT-" 3168769 NIL VECTCAT- (NIL T T) -8 NIL NIL NIL) (-1282 3167574 3167771 3167891 "VARIABLE" 3168035 NIL VARIABLE (NIL NIL) -8 NIL NIL NIL) (-1281 3167507 3167512 3167542 "UTYPE" 3167547 T UTYPE (NIL) -9 NIL NIL NIL) (-1280 3166337 3166491 3166753 "UTSODETL" 3167333 NIL UTSODETL (NIL T T T T) -7 NIL NIL NIL) (-1279 3163777 3164237 3164761 "UTSODE" 3165878 NIL UTSODE (NIL T T) -7 NIL NIL NIL) (-1278 3155725 3161538 3162018 "UTS" 3163355 NIL UTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1277 3146289 3151659 3151702 "UTSCAT" 3152814 NIL UTSCAT (NIL T) -9 NIL 3153572 NIL) (-1276 3143637 3144359 3145348 "UTSCAT-" 3145353 NIL UTSCAT- (NIL T T) -8 NIL NIL NIL) (-1275 3143264 3143307 3143440 "UTS2" 3143588 NIL UTS2 (NIL T T T T) -7 NIL NIL NIL) (-1274 3137464 3140074 3140117 "URAGG" 3142187 NIL URAGG (NIL T) -9 NIL 3142910 NIL) (-1273 3134403 3135266 3136389 "URAGG-" 3136394 NIL URAGG- (NIL T T) -8 NIL NIL NIL) (-1272 3130112 3133038 3133503 "UPXSSING" 3134067 NIL UPXSSING (NIL T T NIL NIL) -8 NIL NIL NIL) (-1271 3122288 3129494 3129758 "UPXS" 3129906 NIL UPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1270 3115361 3122192 3122264 "UPXSCONS" 3122269 NIL UPXSCONS (NIL T T) -8 NIL NIL NIL) (-1269 3104768 3111564 3111626 "UPXSCCA" 3112200 NIL UPXSCCA (NIL T T) -9 NIL 3112433 NIL) (-1268 3104406 3104491 3104665 "UPXSCCA-" 3104670 NIL UPXSCCA- (NIL T T T) -8 NIL NIL NIL) (-1267 3093665 3100234 3100277 "UPXSCAT" 3100925 NIL UPXSCAT (NIL T) -9 NIL 3101534 NIL) (-1266 3093095 3093174 3093353 "UPXS2" 3093580 NIL UPXS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1265 3091749 3092002 3092353 "UPSQFREE" 3092838 NIL UPSQFREE (NIL T T) -7 NIL NIL NIL) (-1264 3084957 3088017 3088072 "UPSCAT" 3089152 NIL UPSCAT (NIL T T) -9 NIL 3089917 NIL) (-1263 3084161 3084368 3084695 "UPSCAT-" 3084700 NIL UPSCAT- (NIL T T T) -8 NIL NIL NIL) (-1262 3069243 3077288 3077331 "UPOLYC" 3079432 NIL UPOLYC (NIL T) -9 NIL 3080653 NIL) (-1261 3060571 3062997 3066144 "UPOLYC-" 3066149 NIL UPOLYC- (NIL T T) -8 NIL NIL NIL) (-1260 3060198 3060241 3060374 "UPOLYC2" 3060522 NIL UPOLYC2 (NIL T T T T) -7 NIL NIL NIL) (-1259 3051733 3059881 3060010 "UP" 3060117 NIL UP (NIL NIL T) -8 NIL NIL NIL) (-1258 3051072 3051179 3051343 "UPMP" 3051622 NIL UPMP (NIL T T) -7 NIL NIL NIL) (-1257 3050625 3050706 3050845 "UPDIVP" 3050985 NIL UPDIVP (NIL T T) -7 NIL NIL NIL) (-1256 3049193 3049442 3049758 "UPDECOMP" 3050374 NIL UPDECOMP (NIL T T) -7 NIL NIL NIL) (-1255 3048424 3048536 3048722 "UPCDEN" 3049077 NIL UPCDEN (NIL T T T) -7 NIL NIL NIL) (-1254 3047943 3048012 3048161 "UP2" 3048349 NIL UP2 (NIL NIL T NIL T) -7 NIL NIL NIL) (-1253 3046410 3047147 3047424 "UNISEG" 3047701 NIL UNISEG (NIL T) -8 NIL NIL NIL) (-1252 3045625 3045752 3045957 "UNISEG2" 3046253 NIL UNISEG2 (NIL T T) -7 NIL NIL NIL) (-1251 3044685 3044865 3045091 "UNIFACT" 3045441 NIL UNIFACT (NIL T) -7 NIL NIL NIL) (-1250 3027437 3043997 3044239 "ULS" 3044501 NIL ULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1249 3015067 3027341 3027413 "ULSCONS" 3027418 NIL ULSCONS (NIL T T) -8 NIL NIL NIL) (-1248 2995895 3008255 3008317 "ULSCCAT" 3008955 NIL ULSCCAT (NIL T T) -9 NIL 3009244 NIL) (-1247 2994945 2995190 2995578 "ULSCCAT-" 2995583 NIL ULSCCAT- (NIL T T T) -8 NIL NIL NIL) (-1246 2984009 2990492 2990535 "ULSCAT" 2991398 NIL ULSCAT (NIL T) -9 NIL 2992129 NIL) (-1245 2983439 2983518 2983697 "ULS2" 2983924 NIL ULS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1244 2982558 2983068 2983175 "UINT8" 2983286 T UINT8 (NIL) -8 NIL NIL 2983371) (-1243 2981676 2982186 2982293 "UINT64" 2982404 T UINT64 (NIL) -8 NIL NIL 2982489) (-1242 2980794 2981304 2981411 "UINT32" 2981522 T UINT32 (NIL) -8 NIL NIL 2981607) (-1241 2979912 2980422 2980529 "UINT16" 2980640 T UINT16 (NIL) -8 NIL NIL 2980725) (-1240 2978201 2979158 2979188 "UFD" 2979400 T UFD (NIL) -9 NIL 2979514 NIL) (-1239 2977995 2978041 2978136 "UFD-" 2978141 NIL UFD- (NIL T) -8 NIL NIL NIL) (-1238 2977077 2977260 2977476 "UDVO" 2977801 T UDVO (NIL) -7 NIL NIL NIL) (-1237 2974893 2975302 2975773 "UDPO" 2976641 NIL UDPO (NIL T) -7 NIL NIL NIL) (-1236 2974826 2974831 2974861 "TYPE" 2974866 T TYPE (NIL) -9 NIL NIL NIL) (-1235 2974586 2974781 2974812 "TYPEAST" 2974817 T TYPEAST (NIL) -8 NIL NIL NIL) (-1234 2973557 2973759 2973999 "TWOFACT" 2974380 NIL TWOFACT (NIL T) -7 NIL NIL NIL) (-1233 2972580 2972966 2973201 "TUPLE" 2973357 NIL TUPLE (NIL T) -8 NIL NIL NIL) (-1232 2970271 2970790 2971329 "TUBETOOL" 2972063 T TUBETOOL (NIL) -7 NIL NIL NIL) (-1231 2969120 2969325 2969566 "TUBE" 2970064 NIL TUBE (NIL T) -8 NIL NIL NIL) (-1230 2963849 2968092 2968375 "TS" 2968872 NIL TS (NIL T) -8 NIL NIL NIL) (-1229 2952489 2956608 2956705 "TSETCAT" 2961974 NIL TSETCAT (NIL T T T T) -9 NIL 2963505 NIL) (-1228 2947221 2948821 2950712 "TSETCAT-" 2950717 NIL TSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1227 2941860 2942707 2943636 "TRMANIP" 2946357 NIL TRMANIP (NIL T T) -7 NIL NIL NIL) (-1226 2941301 2941364 2941527 "TRIMAT" 2941792 NIL TRIMAT (NIL T T T T) -7 NIL NIL NIL) (-1225 2939167 2939404 2939761 "TRIGMNIP" 2941050 NIL TRIGMNIP (NIL T T) -7 NIL NIL NIL) (-1224 2938687 2938800 2938830 "TRIGCAT" 2939043 T TRIGCAT (NIL) -9 NIL NIL NIL) (-1223 2938356 2938435 2938576 "TRIGCAT-" 2938581 NIL TRIGCAT- (NIL T) -8 NIL NIL NIL) (-1222 2935203 2937214 2937495 "TREE" 2938110 NIL TREE (NIL T) -8 NIL NIL NIL) (-1221 2934477 2935005 2935035 "TRANFUN" 2935070 T TRANFUN (NIL) -9 NIL 2935136 NIL) (-1220 2933756 2933947 2934227 "TRANFUN-" 2934232 NIL TRANFUN- (NIL T) -8 NIL NIL NIL) (-1219 2933560 2933592 2933653 "TOPSP" 2933717 T TOPSP (NIL) -7 NIL NIL NIL) (-1218 2932908 2933023 2933177 "TOOLSIGN" 2933441 NIL TOOLSIGN (NIL T) -7 NIL NIL NIL) (-1217 2931542 2932085 2932324 "TEXTFILE" 2932691 T TEXTFILE (NIL) -8 NIL NIL NIL) (-1216 2929454 2929995 2930424 "TEX" 2931135 T TEX (NIL) -8 NIL NIL NIL) (-1215 2929235 2929266 2929338 "TEX1" 2929417 NIL TEX1 (NIL T) -7 NIL NIL NIL) (-1214 2928883 2928946 2929036 "TEMUTL" 2929167 T TEMUTL (NIL) -7 NIL NIL NIL) (-1213 2927037 2927317 2927642 "TBCMPPK" 2928606 NIL TBCMPPK (NIL T T) -7 NIL NIL NIL) (-1212 2918744 2925123 2925179 "TBAGG" 2925579 NIL TBAGG (NIL T T) -9 NIL 2925790 NIL) (-1211 2913814 2915302 2917056 "TBAGG-" 2917061 NIL TBAGG- (NIL T T T) -8 NIL NIL NIL) (-1210 2913198 2913305 2913450 "TANEXP" 2913703 NIL TANEXP (NIL T) -7 NIL NIL NIL) (-1209 2912709 2912973 2913063 "TALGOP" 2913143 NIL TALGOP (NIL T) -8 NIL NIL NIL) (-1208 2906103 2912566 2912659 "TABLE" 2912664 NIL TABLE (NIL T T) -8 NIL NIL NIL) (-1207 2905515 2905614 2905752 "TABLEAU" 2906000 NIL TABLEAU (NIL T) -8 NIL NIL NIL) (-1206 2900123 2901343 2902591 "TABLBUMP" 2904301 NIL TABLBUMP (NIL T) -7 NIL NIL NIL) (-1205 2899345 2899492 2899673 "SYSTEM" 2899964 T SYSTEM (NIL) -8 NIL NIL NIL) (-1204 2895804 2896503 2897286 "SYSSOLP" 2898596 NIL SYSSOLP (NIL T) -7 NIL NIL NIL) (-1203 2895602 2895759 2895790 "SYSPTR" 2895795 T SYSPTR (NIL) -8 NIL NIL NIL) (-1202 2894638 2895143 2895262 "SYSNNI" 2895448 NIL SYSNNI (NIL NIL) -8 NIL NIL 2895533) (-1201 2893937 2894396 2894475 "SYSINT" 2894535 NIL SYSINT (NIL NIL) -8 NIL NIL 2894580) (-1200 2890269 2891215 2891925 "SYNTAX" 2893249 T SYNTAX (NIL) -8 NIL NIL NIL) (-1199 2887427 2888029 2888661 "SYMTAB" 2889659 T SYMTAB (NIL) -8 NIL NIL NIL) (-1198 2882676 2883578 2884561 "SYMS" 2886466 T SYMS (NIL) -8 NIL NIL NIL) (-1197 2879911 2882134 2882364 "SYMPOLY" 2882481 NIL SYMPOLY (NIL T) -8 NIL NIL NIL) (-1196 2879428 2879503 2879626 "SYMFUNC" 2879823 NIL SYMFUNC (NIL T) -7 NIL NIL NIL) (-1195 2875448 2876740 2877553 "SYMBOL" 2878637 T SYMBOL (NIL) -8 NIL NIL NIL) (-1194 2868987 2870676 2872396 "SWITCH" 2873750 T SWITCH (NIL) -8 NIL NIL NIL) (-1193 2862331 2867943 2868237 "SUTS" 2868751 NIL SUTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1192 2854507 2861713 2861977 "SUPXS" 2862125 NIL SUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1191 2845990 2854125 2854251 "SUP" 2854416 NIL SUP (NIL T) -8 NIL NIL NIL) (-1190 2845149 2845276 2845493 "SUPFRACF" 2845858 NIL SUPFRACF (NIL T T T T) -7 NIL NIL NIL) (-1189 2844770 2844829 2844942 "SUP2" 2845084 NIL SUP2 (NIL T T) -7 NIL NIL NIL) (-1188 2843218 2843492 2843848 "SUMRF" 2844469 NIL SUMRF (NIL T) -7 NIL NIL NIL) (-1187 2842553 2842619 2842811 "SUMFS" 2843139 NIL SUMFS (NIL T T) -7 NIL NIL NIL) (-1186 2825340 2841865 2842107 "SULS" 2842369 NIL SULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1185 2824942 2825162 2825232 "SUCHTAST" 2825292 T SUCHTAST (NIL) -8 NIL NIL NIL) (-1184 2824237 2824467 2824607 "SUCH" 2824850 NIL SUCH (NIL T T) -8 NIL NIL NIL) (-1183 2818104 2819143 2820102 "SUBSPACE" 2823325 NIL SUBSPACE (NIL NIL T) -8 NIL NIL NIL) (-1182 2817534 2817624 2817788 "SUBRESP" 2817992 NIL SUBRESP (NIL T T) -7 NIL NIL NIL) (-1181 2810902 2812199 2813510 "STTF" 2816270 NIL STTF (NIL T) -7 NIL NIL NIL) (-1180 2805075 2806195 2807342 "STTFNC" 2809802 NIL STTFNC (NIL T) -7 NIL NIL NIL) (-1179 2796388 2798257 2800051 "STTAYLOR" 2803316 NIL STTAYLOR (NIL T) -7 NIL NIL NIL) (-1178 2789522 2796252 2796335 "STRTBL" 2796340 NIL STRTBL (NIL T) -8 NIL NIL NIL) (-1177 2784482 2789231 2789330 "STRING" 2789445 T STRING (NIL) -8 NIL NIL NIL) (-1176 2777237 2782101 2782712 "STREAM" 2783906 NIL STREAM (NIL T) -8 NIL NIL NIL) (-1175 2776747 2776824 2776968 "STREAM3" 2777154 NIL STREAM3 (NIL T T T) -7 NIL NIL NIL) (-1174 2775729 2775912 2776147 "STREAM2" 2776560 NIL STREAM2 (NIL T T) -7 NIL NIL NIL) (-1173 2775417 2775469 2775562 "STREAM1" 2775671 NIL STREAM1 (NIL T) -7 NIL NIL NIL) (-1172 2774433 2774614 2774845 "STINPROD" 2775233 NIL STINPROD (NIL T) -7 NIL NIL NIL) (-1171 2773971 2774181 2774211 "STEP" 2774291 T STEP (NIL) -9 NIL 2774369 NIL) (-1170 2773158 2773460 2773608 "STEPAST" 2773845 T STEPAST (NIL) -8 NIL NIL NIL) (-1169 2766594 2773057 2773134 "STBL" 2773139 NIL STBL (NIL T T NIL) -8 NIL NIL NIL) (-1168 2761663 2765757 2765800 "STAGG" 2765953 NIL STAGG (NIL T) -9 NIL 2766042 NIL) (-1167 2759365 2759967 2760839 "STAGG-" 2760844 NIL STAGG- (NIL T T) -8 NIL NIL NIL) (-1166 2757514 2759135 2759227 "STACK" 2759308 NIL STACK (NIL T) -8 NIL NIL NIL) (-1165 2750209 2755655 2756111 "SREGSET" 2757144 NIL SREGSET (NIL T T T T) -8 NIL NIL NIL) (-1164 2742634 2744003 2745516 "SRDCMPK" 2748815 NIL SRDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1163 2735499 2740022 2740052 "SRAGG" 2741355 T SRAGG (NIL) -9 NIL 2741963 NIL) (-1162 2734516 2734771 2735150 "SRAGG-" 2735155 NIL SRAGG- (NIL T) -8 NIL NIL NIL) (-1161 2728700 2733463 2733884 "SQMATRIX" 2734142 NIL SQMATRIX (NIL NIL T) -8 NIL NIL NIL) (-1160 2722387 2725418 2726145 "SPLTREE" 2728045 NIL SPLTREE (NIL T T) -8 NIL NIL NIL) (-1159 2718350 2719043 2719689 "SPLNODE" 2721813 NIL SPLNODE (NIL T T) -8 NIL NIL NIL) (-1158 2717397 2717630 2717660 "SPFCAT" 2718104 T SPFCAT (NIL) -9 NIL NIL NIL) (-1157 2716134 2716344 2716608 "SPECOUT" 2717155 T SPECOUT (NIL) -7 NIL NIL NIL) (-1156 2707230 2709102 2709132 "SPADXPT" 2713808 T SPADXPT (NIL) -9 NIL 2715972 NIL) (-1155 2706991 2707031 2707100 "SPADPRSR" 2707183 T SPADPRSR (NIL) -7 NIL NIL NIL) (-1154 2705040 2706946 2706977 "SPADAST" 2706982 T SPADAST (NIL) -8 NIL NIL NIL) (-1153 2696971 2698744 2698787 "SPACEC" 2703160 NIL SPACEC (NIL T) -9 NIL 2704976 NIL) (-1152 2695101 2696903 2696952 "SPACE3" 2696957 NIL SPACE3 (NIL T) -8 NIL NIL NIL) (-1151 2693853 2694024 2694315 "SORTPAK" 2694906 NIL SORTPAK (NIL T T) -7 NIL NIL NIL) (-1150 2691945 2692248 2692660 "SOLVETRA" 2693517 NIL SOLVETRA (NIL T) -7 NIL NIL NIL) (-1149 2690995 2691217 2691478 "SOLVESER" 2691718 NIL SOLVESER (NIL T) -7 NIL NIL NIL) (-1148 2686299 2687187 2688182 "SOLVERAD" 2690047 NIL SOLVERAD (NIL T) -7 NIL NIL NIL) (-1147 2682114 2682723 2683452 "SOLVEFOR" 2685666 NIL SOLVEFOR (NIL T T) -7 NIL NIL NIL) (-1146 2676384 2681463 2681560 "SNTSCAT" 2681565 NIL SNTSCAT (NIL T T T T) -9 NIL 2681635 NIL) (-1145 2670490 2674707 2675098 "SMTS" 2676074 NIL SMTS (NIL T T T) -8 NIL NIL NIL) (-1144 2664899 2670378 2670455 "SMP" 2670460 NIL SMP (NIL T T) -8 NIL NIL NIL) (-1143 2663058 2663359 2663757 "SMITH" 2664596 NIL SMITH (NIL T T T T) -7 NIL NIL NIL) (-1142 2655162 2659637 2659740 "SMATCAT" 2661091 NIL SMATCAT (NIL NIL T T T) -9 NIL 2661641 NIL) (-1141 2652102 2652925 2654103 "SMATCAT-" 2654108 NIL SMATCAT- (NIL T NIL T T T) -8 NIL NIL NIL) (-1140 2649742 2651310 2651353 "SKAGG" 2651614 NIL SKAGG (NIL T) -9 NIL 2651749 NIL) (-1139 2645932 2649215 2649399 "SINT" 2649551 T SINT (NIL) -8 NIL NIL 2649713) (-1138 2645704 2645742 2645808 "SIMPAN" 2645888 T SIMPAN (NIL) -7 NIL NIL NIL) (-1137 2644983 2645239 2645379 "SIG" 2645586 T SIG (NIL) -8 NIL NIL NIL) (-1136 2643821 2644042 2644317 "SIGNRF" 2644742 NIL SIGNRF (NIL T) -7 NIL NIL NIL) (-1135 2642654 2642805 2643089 "SIGNEF" 2643650 NIL SIGNEF (NIL T T) -7 NIL NIL NIL) (-1134 2641960 2642237 2642361 "SIGAST" 2642552 T SIGAST (NIL) -8 NIL NIL NIL) (-1133 2639650 2640104 2640610 "SHP" 2641501 NIL SHP (NIL T NIL) -7 NIL NIL NIL) (-1132 2633478 2639551 2639627 "SHDP" 2639632 NIL SHDP (NIL NIL NIL T) -8 NIL NIL NIL) (-1131 2633037 2633229 2633259 "SGROUP" 2633352 T SGROUP (NIL) -9 NIL 2633414 NIL) (-1130 2632895 2632921 2632994 "SGROUP-" 2632999 NIL SGROUP- (NIL T) -8 NIL NIL NIL) (-1129 2629686 2630384 2631107 "SGCF" 2632194 T SGCF (NIL) -7 NIL NIL NIL) (-1128 2624054 2629133 2629230 "SFRTCAT" 2629235 NIL SFRTCAT (NIL T T T T) -9 NIL 2629274 NIL) (-1127 2617475 2618493 2619629 "SFRGCD" 2623037 NIL SFRGCD (NIL T T T T T) -7 NIL NIL NIL) (-1126 2610601 2611674 2612860 "SFQCMPK" 2616408 NIL SFQCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1125 2610221 2610310 2610421 "SFORT" 2610542 NIL SFORT (NIL T T) -8 NIL NIL NIL) (-1124 2609339 2610061 2610182 "SEXOF" 2610187 NIL SEXOF (NIL T T T T T) -8 NIL NIL NIL) (-1123 2608446 2609220 2609288 "SEX" 2609293 T SEX (NIL) -8 NIL NIL NIL) (-1122 2604227 2604942 2605037 "SEXCAT" 2607659 NIL SEXCAT (NIL T T T T T) -9 NIL 2608219 NIL) (-1121 2601380 2604161 2604209 "SET" 2604214 NIL SET (NIL T) -8 NIL NIL NIL) (-1120 2599604 2600093 2600398 "SETMN" 2601121 NIL SETMN (NIL NIL NIL) -8 NIL NIL NIL) (-1119 2599086 2599238 2599268 "SETCAT" 2599444 T SETCAT (NIL) -9 NIL 2599554 NIL) (-1118 2598778 2598856 2598986 "SETCAT-" 2598991 NIL SETCAT- (NIL T) -8 NIL NIL NIL) (-1117 2595139 2597239 2597282 "SETAGG" 2598152 NIL SETAGG (NIL T) -9 NIL 2598492 NIL) (-1116 2594597 2594713 2594950 "SETAGG-" 2594955 NIL SETAGG- (NIL T T) -8 NIL NIL NIL) (-1115 2594040 2594293 2594394 "SEQAST" 2594518 T SEQAST (NIL) -8 NIL NIL NIL) (-1114 2593239 2593533 2593594 "SEGXCAT" 2593880 NIL SEGXCAT (NIL T T) -9 NIL 2594000 NIL) (-1113 2592245 2592905 2593087 "SEG" 2593092 NIL SEG (NIL T) -8 NIL NIL NIL) (-1112 2591224 2591438 2591481 "SEGCAT" 2592003 NIL SEGCAT (NIL T) -9 NIL 2592224 NIL) (-1111 2590156 2590587 2590795 "SEGBIND" 2591051 NIL SEGBIND (NIL T) -8 NIL NIL NIL) (-1110 2589777 2589836 2589949 "SEGBIND2" 2590091 NIL SEGBIND2 (NIL T T) -7 NIL NIL NIL) (-1109 2589350 2589578 2589655 "SEGAST" 2589722 T SEGAST (NIL) -8 NIL NIL NIL) (-1108 2588569 2588695 2588899 "SEG2" 2589194 NIL SEG2 (NIL T T) -7 NIL NIL NIL) (-1107 2587940 2588504 2588551 "SDVAR" 2588556 NIL SDVAR (NIL T) -8 NIL NIL NIL) (-1106 2580191 2587710 2587840 "SDPOL" 2587845 NIL SDPOL (NIL T) -8 NIL NIL NIL) (-1105 2578784 2579050 2579369 "SCPKG" 2579906 NIL SCPKG (NIL T) -7 NIL NIL NIL) (-1104 2577948 2578120 2578312 "SCOPE" 2578614 T SCOPE (NIL) -8 NIL NIL NIL) (-1103 2577168 2577302 2577481 "SCACHE" 2577803 NIL SCACHE (NIL T) -7 NIL NIL NIL) (-1102 2576800 2576986 2577016 "SASTCAT" 2577021 T SASTCAT (NIL) -9 NIL 2577034 NIL) (-1101 2576287 2576635 2576711 "SAOS" 2576746 T SAOS (NIL) -8 NIL NIL NIL) (-1100 2575852 2575887 2576060 "SAERFFC" 2576246 NIL SAERFFC (NIL T T T) -7 NIL NIL NIL) (-1099 2569515 2575749 2575829 "SAE" 2575834 NIL SAE (NIL T T NIL) -8 NIL NIL NIL) (-1098 2569108 2569143 2569302 "SAEFACT" 2569474 NIL SAEFACT (NIL T T T) -7 NIL NIL NIL) (-1097 2567429 2567743 2568144 "RURPK" 2568774 NIL RURPK (NIL T NIL) -7 NIL NIL NIL) (-1096 2566066 2566372 2566677 "RULESET" 2567263 NIL RULESET (NIL T T T) -8 NIL NIL NIL) (-1095 2563289 2563819 2564277 "RULE" 2565747 NIL RULE (NIL T T T) -8 NIL NIL NIL) (-1094 2562901 2563083 2563166 "RULECOLD" 2563241 NIL RULECOLD (NIL NIL) -8 NIL NIL NIL) (-1093 2562691 2562719 2562790 "RTVALUE" 2562852 T RTVALUE (NIL) -8 NIL NIL NIL) (-1092 2562162 2562408 2562502 "RSTRCAST" 2562619 T RSTRCAST (NIL) -8 NIL NIL NIL) (-1091 2557010 2557805 2558725 "RSETGCD" 2561361 NIL RSETGCD (NIL T T T T T) -7 NIL NIL NIL) (-1090 2546240 2551319 2551416 "RSETCAT" 2555535 NIL RSETCAT (NIL T T T T) -9 NIL 2556632 NIL) (-1089 2544167 2544706 2545530 "RSETCAT-" 2545535 NIL RSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1088 2536553 2537929 2539449 "RSDCMPK" 2542766 NIL RSDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1087 2534518 2534985 2535059 "RRCC" 2536145 NIL RRCC (NIL T T) -9 NIL 2536489 NIL) (-1086 2533869 2534043 2534322 "RRCC-" 2534327 NIL RRCC- (NIL T T T) -8 NIL NIL NIL) (-1085 2533312 2533565 2533666 "RPTAST" 2533790 T RPTAST (NIL) -8 NIL NIL NIL) (-1084 2506788 2516424 2516491 "RPOLCAT" 2527157 NIL RPOLCAT (NIL T T T) -9 NIL 2530317 NIL) (-1083 2498286 2500626 2503748 "RPOLCAT-" 2503753 NIL RPOLCAT- (NIL T T T T) -8 NIL NIL NIL) (-1082 2489221 2496497 2496979 "ROUTINE" 2497826 T ROUTINE (NIL) -8 NIL NIL NIL) (-1081 2485882 2488847 2488987 "ROMAN" 2489103 T ROMAN (NIL) -8 NIL NIL NIL) (-1080 2484126 2484742 2485002 "ROIRC" 2485687 NIL ROIRC (NIL T T) -8 NIL NIL NIL) (-1079 2480344 2482628 2482658 "RNS" 2482962 T RNS (NIL) -9 NIL 2483236 NIL) (-1078 2478853 2479236 2479770 "RNS-" 2479845 NIL RNS- (NIL T) -8 NIL NIL NIL) (-1077 2478242 2478650 2478680 "RNG" 2478685 T RNG (NIL) -9 NIL 2478706 NIL) (-1076 2477245 2477607 2477809 "RNGBIND" 2478093 NIL RNGBIND (NIL T T) -8 NIL NIL NIL) (-1075 2476630 2477018 2477061 "RMODULE" 2477066 NIL RMODULE (NIL T) -9 NIL 2477093 NIL) (-1074 2475466 2475560 2475896 "RMCAT2" 2476531 NIL RMCAT2 (NIL NIL NIL T T T T T T T T) -7 NIL NIL NIL) (-1073 2472316 2474812 2475109 "RMATRIX" 2475228 NIL RMATRIX (NIL NIL NIL T) -8 NIL NIL NIL) (-1072 2465143 2467403 2467518 "RMATCAT" 2470877 NIL RMATCAT (NIL NIL NIL T T T) -9 NIL 2471859 NIL) (-1071 2464518 2464665 2464972 "RMATCAT-" 2464977 NIL RMATCAT- (NIL T NIL NIL T T T) -8 NIL NIL NIL) (-1070 2464133 2464305 2464348 "RLINSET" 2464410 NIL RLINSET (NIL T) -9 NIL 2464454 NIL) (-1069 2463700 2463775 2463903 "RINTERP" 2464052 NIL RINTERP (NIL NIL T) -7 NIL NIL NIL) (-1068 2462744 2463298 2463328 "RING" 2463384 T RING (NIL) -9 NIL 2463476 NIL) (-1067 2462536 2462580 2462677 "RING-" 2462682 NIL RING- (NIL T) -8 NIL NIL NIL) (-1066 2461377 2461614 2461872 "RIDIST" 2462300 T RIDIST (NIL) -7 NIL NIL NIL) (-1065 2452666 2460845 2461051 "RGCHAIN" 2461225 NIL RGCHAIN (NIL T NIL) -8 NIL NIL NIL) (-1064 2452002 2452408 2452449 "RGBCSPC" 2452507 NIL RGBCSPC (NIL T) -9 NIL 2452559 NIL) (-1063 2451146 2451527 2451568 "RGBCMDL" 2451800 NIL RGBCMDL (NIL T) -9 NIL 2451914 NIL) (-1062 2448140 2448754 2449424 "RF" 2450510 NIL RF (NIL T) -7 NIL NIL NIL) (-1061 2447786 2447849 2447952 "RFFACTOR" 2448071 NIL RFFACTOR (NIL T) -7 NIL NIL NIL) (-1060 2447511 2447546 2447643 "RFFACT" 2447745 NIL RFFACT (NIL T) -7 NIL NIL NIL) (-1059 2445628 2445992 2446374 "RFDIST" 2447151 T RFDIST (NIL) -7 NIL NIL NIL) (-1058 2445081 2445173 2445336 "RETSOL" 2445530 NIL RETSOL (NIL T T) -7 NIL NIL NIL) (-1057 2444717 2444797 2444840 "RETRACT" 2444973 NIL RETRACT (NIL T) -9 NIL 2445060 NIL) (-1056 2444566 2444591 2444678 "RETRACT-" 2444683 NIL RETRACT- (NIL T T) -8 NIL NIL NIL) (-1055 2444168 2444388 2444458 "RETAST" 2444518 T RETAST (NIL) -8 NIL NIL NIL) (-1054 2436910 2443821 2443948 "RESULT" 2444063 T RESULT (NIL) -8 NIL NIL NIL) (-1053 2435501 2436179 2436378 "RESRING" 2436813 NIL RESRING (NIL T T T T NIL) -8 NIL NIL NIL) (-1052 2435137 2435186 2435284 "RESLATC" 2435438 NIL RESLATC (NIL T) -7 NIL NIL NIL) (-1051 2434842 2434877 2434984 "REPSQ" 2435096 NIL REPSQ (NIL T) -7 NIL NIL NIL) (-1050 2432264 2432844 2433446 "REP" 2434262 T REP (NIL) -7 NIL NIL NIL) (-1049 2431961 2431996 2432107 "REPDB" 2432223 NIL REPDB (NIL T) -7 NIL NIL NIL) (-1048 2425861 2427250 2428473 "REP2" 2430773 NIL REP2 (NIL T) -7 NIL NIL NIL) (-1047 2422238 2422919 2423727 "REP1" 2425088 NIL REP1 (NIL T) -7 NIL NIL NIL) (-1046 2414934 2420379 2420835 "REGSET" 2421868 NIL REGSET (NIL T T T T) -8 NIL NIL NIL) (-1045 2413699 2414082 2414332 "REF" 2414719 NIL REF (NIL T) -8 NIL NIL NIL) (-1044 2413076 2413179 2413346 "REDORDER" 2413583 NIL REDORDER (NIL T T) -7 NIL NIL NIL) (-1043 2409044 2412289 2412516 "RECLOS" 2412904 NIL RECLOS (NIL T) -8 NIL NIL NIL) (-1042 2408096 2408277 2408492 "REALSOLV" 2408851 T REALSOLV (NIL) -7 NIL NIL NIL) (-1041 2407942 2407983 2408013 "REAL" 2408018 T REAL (NIL) -9 NIL 2408053 NIL) (-1040 2404425 2405227 2406111 "REAL0Q" 2407107 NIL REAL0Q (NIL T) -7 NIL NIL NIL) (-1039 2400026 2401014 2402075 "REAL0" 2403406 NIL REAL0 (NIL T) -7 NIL NIL NIL) (-1038 2399497 2399743 2399837 "RDUCEAST" 2399954 T RDUCEAST (NIL) -8 NIL NIL NIL) (-1037 2398902 2398974 2399181 "RDIV" 2399419 NIL RDIV (NIL T T T T T) -7 NIL NIL NIL) (-1036 2397970 2398144 2398357 "RDIST" 2398724 NIL RDIST (NIL T) -7 NIL NIL NIL) (-1035 2396567 2396854 2397226 "RDETRS" 2397678 NIL RDETRS (NIL T T) -7 NIL NIL NIL) (-1034 2394379 2394833 2395371 "RDETR" 2396109 NIL RDETR (NIL T T) -7 NIL NIL NIL) (-1033 2393004 2393282 2393679 "RDEEFS" 2394095 NIL RDEEFS (NIL T T) -7 NIL NIL NIL) (-1032 2391513 2391819 2392244 "RDEEF" 2392692 NIL RDEEF (NIL T T) -7 NIL NIL NIL) (-1031 2385560 2388480 2388510 "RCFIELD" 2389805 T RCFIELD (NIL) -9 NIL 2390536 NIL) (-1030 2383624 2384128 2384824 "RCFIELD-" 2384899 NIL RCFIELD- (NIL T) -8 NIL NIL NIL) (-1029 2379867 2381697 2381740 "RCAGG" 2382824 NIL RCAGG (NIL T) -9 NIL 2383289 NIL) (-1028 2379495 2379589 2379752 "RCAGG-" 2379757 NIL RCAGG- (NIL T T) -8 NIL NIL NIL) (-1027 2378830 2378942 2379107 "RATRET" 2379379 NIL RATRET (NIL T) -7 NIL NIL NIL) (-1026 2378383 2378450 2378571 "RATFACT" 2378758 NIL RATFACT (NIL T) -7 NIL NIL NIL) (-1025 2377691 2377811 2377963 "RANDSRC" 2378253 T RANDSRC (NIL) -7 NIL NIL NIL) (-1024 2377425 2377469 2377542 "RADUTIL" 2377640 T RADUTIL (NIL) -7 NIL NIL NIL) (-1023 2370253 2376256 2376567 "RADIX" 2377148 NIL RADIX (NIL NIL) -8 NIL NIL NIL) (-1022 2360713 2370095 2370225 "RADFF" 2370230 NIL RADFF (NIL T T T NIL NIL) -8 NIL NIL NIL) (-1021 2360360 2360435 2360465 "RADCAT" 2360625 T RADCAT (NIL) -9 NIL NIL NIL) (-1020 2360142 2360190 2360290 "RADCAT-" 2360295 NIL RADCAT- (NIL T) -8 NIL NIL NIL) (-1019 2358242 2359912 2360004 "QUEUE" 2360085 NIL QUEUE (NIL T) -8 NIL NIL NIL) (-1018 2354503 2358175 2358223 "QUAT" 2358228 NIL QUAT (NIL T) -8 NIL NIL NIL) (-1017 2354134 2354177 2354308 "QUATCT2" 2354454 NIL QUATCT2 (NIL T T T T) -7 NIL NIL NIL) (-1016 2346960 2350584 2350626 "QUATCAT" 2351417 NIL QUATCAT (NIL T) -9 NIL 2352183 NIL) (-1015 2343099 2344136 2345526 "QUATCAT-" 2345622 NIL QUATCAT- (NIL T T) -8 NIL NIL NIL) (-1014 2340538 2342147 2342190 "QUAGG" 2342571 NIL QUAGG (NIL T) -9 NIL 2342746 NIL) (-1013 2340140 2340360 2340430 "QQUTAST" 2340490 T QQUTAST (NIL) -8 NIL NIL NIL) (-1012 2339153 2339653 2339818 "QFORM" 2340021 NIL QFORM (NIL NIL T) -8 NIL NIL NIL) (-1011 2329540 2335055 2335097 "QFCAT" 2335765 NIL QFCAT (NIL T) -9 NIL 2336766 NIL) (-1010 2325107 2326308 2327902 "QFCAT-" 2327998 NIL QFCAT- (NIL T T) -8 NIL NIL NIL) (-1009 2324738 2324781 2324912 "QFCAT2" 2325058 NIL QFCAT2 (NIL T T T T) -7 NIL NIL NIL) (-1008 2324193 2324303 2324435 "QEQUAT" 2324628 T QEQUAT (NIL) -8 NIL NIL NIL) (-1007 2317319 2318392 2319578 "QCMPACK" 2323126 NIL QCMPACK (NIL T T T T T) -7 NIL NIL NIL) (-1006 2314857 2315305 2315735 "QALGSET" 2316974 NIL QALGSET (NIL T T T T) -8 NIL NIL NIL) (-1005 2314092 2314268 2314504 "QALGSET2" 2314675 NIL QALGSET2 (NIL NIL NIL) -7 NIL NIL NIL) (-1004 2312777 2313001 2313320 "PWFFINTB" 2313865 NIL PWFFINTB (NIL T T T T) -7 NIL NIL NIL) (-1003 2310952 2311120 2311476 "PUSHVAR" 2312591 NIL PUSHVAR (NIL T T T T) -7 NIL NIL NIL) (-1002 2306841 2307895 2307938 "PTRANFN" 2309849 NIL PTRANFN (NIL T) -9 NIL NIL NIL) (-1001 2305232 2305523 2305847 "PTPACK" 2306552 NIL PTPACK (NIL T) -7 NIL NIL NIL) (-1000 2304861 2304918 2305029 "PTFUNC2" 2305169 NIL PTFUNC2 (NIL T T) -7 NIL NIL NIL) (-999 2299288 2303683 2303724 "PTCAT" 2304020 NIL PTCAT (NIL T) -9 NIL 2304173 NIL) (-998 2298946 2298981 2299105 "PSQFR" 2299247 NIL PSQFR (NIL T T T T) -7 NIL NIL NIL) (-997 2297541 2297839 2298173 "PSEUDLIN" 2298644 NIL PSEUDLIN (NIL T) -7 NIL NIL NIL) (-996 2284304 2286675 2288999 "PSETPK" 2295301 NIL PSETPK (NIL T T T T) -7 NIL NIL NIL) (-995 2277322 2280062 2280158 "PSETCAT" 2283179 NIL PSETCAT (NIL T T T T) -9 NIL 2283993 NIL) (-994 2275158 2275792 2276613 "PSETCAT-" 2276618 NIL PSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-993 2274507 2274672 2274700 "PSCURVE" 2274968 T PSCURVE (NIL) -9 NIL 2275135 NIL) (-992 2270491 2272007 2272072 "PSCAT" 2272916 NIL PSCAT (NIL T T T) -9 NIL 2273156 NIL) (-991 2269554 2269770 2270170 "PSCAT-" 2270175 NIL PSCAT- (NIL T T T T) -8 NIL NIL NIL) (-990 2267913 2268623 2268886 "PRTITION" 2269311 T PRTITION (NIL) -8 NIL NIL NIL) (-989 2267388 2267634 2267726 "PRTDAST" 2267841 T PRTDAST (NIL) -8 NIL NIL NIL) (-988 2256478 2258692 2260880 "PRS" 2265250 NIL PRS (NIL T T) -7 NIL NIL NIL) (-987 2254263 2255800 2255840 "PRQAGG" 2256023 NIL PRQAGG (NIL T) -9 NIL 2256125 NIL) (-986 2253599 2253904 2253932 "PROPLOG" 2254071 T PROPLOG (NIL) -9 NIL 2254186 NIL) (-985 2253203 2253260 2253383 "PROPFUN2" 2253522 NIL PROPFUN2 (NIL T T) -8 NIL NIL NIL) (-984 2252518 2252639 2252811 "PROPFUN1" 2253064 NIL PROPFUN1 (NIL T) -8 NIL NIL NIL) (-983 2250699 2251265 2251562 "PROPFRML" 2252254 NIL PROPFRML (NIL T) -8 NIL NIL NIL) (-982 2250168 2250275 2250403 "PROPERTY" 2250591 T PROPERTY (NIL) -8 NIL NIL NIL) (-981 2244226 2248334 2249154 "PRODUCT" 2249394 NIL PRODUCT (NIL T T) -8 NIL NIL NIL) (-980 2241504 2243684 2243918 "PR" 2244037 NIL PR (NIL T T) -8 NIL NIL NIL) (-979 2241300 2241332 2241391 "PRINT" 2241465 T PRINT (NIL) -7 NIL NIL NIL) (-978 2240640 2240757 2240909 "PRIMES" 2241180 NIL PRIMES (NIL T) -7 NIL NIL NIL) (-977 2238705 2239106 2239572 "PRIMELT" 2240219 NIL PRIMELT (NIL T) -7 NIL NIL NIL) (-976 2238434 2238483 2238511 "PRIMCAT" 2238635 T PRIMCAT (NIL) -9 NIL NIL NIL) (-975 2234551 2238372 2238417 "PRIMARR" 2238422 NIL PRIMARR (NIL T) -8 NIL NIL NIL) (-974 2233558 2233736 2233964 "PRIMARR2" 2234369 NIL PRIMARR2 (NIL T T) -7 NIL NIL NIL) (-973 2233201 2233257 2233368 "PREASSOC" 2233496 NIL PREASSOC (NIL T T) -7 NIL NIL NIL) (-972 2232676 2232809 2232837 "PPCURVE" 2233042 T PPCURVE (NIL) -9 NIL 2233178 NIL) (-971 2232271 2232471 2232554 "PORTNUM" 2232613 T PORTNUM (NIL) -8 NIL NIL NIL) (-970 2229630 2230029 2230621 "POLYROOT" 2231852 NIL POLYROOT (NIL T T T T T) -7 NIL NIL NIL) (-969 2223536 2229234 2229394 "POLY" 2229503 NIL POLY (NIL T) -8 NIL NIL NIL) (-968 2222919 2222977 2223211 "POLYLIFT" 2223472 NIL POLYLIFT (NIL T T T T T) -7 NIL NIL NIL) (-967 2219194 2219643 2220272 "POLYCATQ" 2222464 NIL POLYCATQ (NIL T T T T T) -7 NIL NIL NIL) (-966 2205536 2210941 2211006 "POLYCAT" 2214520 NIL POLYCAT (NIL T T T) -9 NIL 2216398 NIL) (-965 2198985 2200847 2203231 "POLYCAT-" 2203236 NIL POLYCAT- (NIL T T T T) -8 NIL NIL NIL) (-964 2198572 2198640 2198760 "POLY2UP" 2198911 NIL POLY2UP (NIL NIL T) -7 NIL NIL NIL) (-963 2198204 2198261 2198370 "POLY2" 2198509 NIL POLY2 (NIL T T) -7 NIL NIL NIL) (-962 2196889 2197128 2197404 "POLUTIL" 2197978 NIL POLUTIL (NIL T T) -7 NIL NIL NIL) (-961 2195244 2195521 2195852 "POLTOPOL" 2196611 NIL POLTOPOL (NIL NIL T) -7 NIL NIL NIL) (-960 2190711 2195180 2195226 "POINT" 2195231 NIL POINT (NIL T) -8 NIL NIL NIL) (-959 2188898 2189255 2189630 "PNTHEORY" 2190356 T PNTHEORY (NIL) -7 NIL NIL NIL) (-958 2187356 2187653 2188052 "PMTOOLS" 2188596 NIL PMTOOLS (NIL T T T) -7 NIL NIL NIL) (-957 2186949 2187027 2187144 "PMSYM" 2187272 NIL PMSYM (NIL T) -7 NIL NIL NIL) (-956 2186457 2186526 2186701 "PMQFCAT" 2186874 NIL PMQFCAT (NIL T T T) -7 NIL NIL NIL) (-955 2185812 2185922 2186078 "PMPRED" 2186334 NIL PMPRED (NIL T) -7 NIL NIL NIL) (-954 2185205 2185291 2185453 "PMPREDFS" 2185713 NIL PMPREDFS (NIL T T T) -7 NIL NIL NIL) (-953 2183869 2184077 2184455 "PMPLCAT" 2184967 NIL PMPLCAT (NIL T T T T T) -7 NIL NIL NIL) (-952 2183401 2183480 2183632 "PMLSAGG" 2183784 NIL PMLSAGG (NIL T T T) -7 NIL NIL NIL) (-951 2182874 2182950 2183132 "PMKERNEL" 2183319 NIL PMKERNEL (NIL T T) -7 NIL NIL NIL) (-950 2182491 2182566 2182679 "PMINS" 2182793 NIL PMINS (NIL T) -7 NIL NIL NIL) (-949 2181933 2182002 2182211 "PMFS" 2182416 NIL PMFS (NIL T T T) -7 NIL NIL NIL) (-948 2181161 2181279 2181484 "PMDOWN" 2181810 NIL PMDOWN (NIL T T T) -7 NIL NIL NIL) (-947 2180328 2180486 2180667 "PMASS" 2181000 T PMASS (NIL) -7 NIL NIL NIL) (-946 2179601 2179711 2179874 "PMASSFS" 2180215 NIL PMASSFS (NIL T T) -7 NIL NIL NIL) (-945 2179256 2179324 2179418 "PLOTTOOL" 2179527 T PLOTTOOL (NIL) -7 NIL NIL NIL) (-944 2173863 2175067 2176215 "PLOT" 2178128 T PLOT (NIL) -8 NIL NIL NIL) (-943 2169667 2170711 2171632 "PLOT3D" 2172962 T PLOT3D (NIL) -8 NIL NIL NIL) (-942 2168579 2168756 2168991 "PLOT1" 2169471 NIL PLOT1 (NIL T) -7 NIL NIL NIL) (-941 2143970 2148645 2153496 "PLEQN" 2163845 NIL PLEQN (NIL T T T T) -7 NIL NIL NIL) (-940 2143288 2143410 2143590 "PINTERP" 2143835 NIL PINTERP (NIL NIL T) -7 NIL NIL NIL) (-939 2142981 2143028 2143131 "PINTERPA" 2143235 NIL PINTERPA (NIL T T) -7 NIL NIL NIL) (-938 2142197 2142745 2142832 "PI" 2142872 T PI (NIL) -8 NIL NIL 2142939) (-937 2140480 2141455 2141483 "PID" 2141665 T PID (NIL) -9 NIL 2141799 NIL) (-936 2140231 2140268 2140343 "PICOERCE" 2140437 NIL PICOERCE (NIL T) -7 NIL NIL NIL) (-935 2139551 2139690 2139866 "PGROEB" 2140087 NIL PGROEB (NIL T) -7 NIL NIL NIL) (-934 2135138 2135952 2136857 "PGE" 2138666 T PGE (NIL) -7 NIL NIL NIL) (-933 2133261 2133508 2133874 "PGCD" 2134855 NIL PGCD (NIL T T T T) -7 NIL NIL NIL) (-932 2132599 2132702 2132863 "PFRPAC" 2133145 NIL PFRPAC (NIL T) -7 NIL NIL NIL) (-931 2129239 2131147 2131500 "PFR" 2132278 NIL PFR (NIL T) -8 NIL NIL NIL) (-930 2127628 2127872 2128197 "PFOTOOLS" 2128986 NIL PFOTOOLS (NIL T T) -7 NIL NIL NIL) (-929 2126161 2126400 2126751 "PFOQ" 2127385 NIL PFOQ (NIL T T T) -7 NIL NIL NIL) (-928 2124662 2124874 2125230 "PFO" 2125945 NIL PFO (NIL T T T T T) -7 NIL NIL NIL) (-927 2121215 2124551 2124620 "PF" 2124625 NIL PF (NIL NIL) -8 NIL NIL NIL) (-926 2118535 2119806 2119834 "PFECAT" 2120419 T PFECAT (NIL) -9 NIL 2120803 NIL) (-925 2117980 2118134 2118348 "PFECAT-" 2118353 NIL PFECAT- (NIL T) -8 NIL NIL NIL) (-924 2116583 2116835 2117136 "PFBRU" 2117729 NIL PFBRU (NIL T T) -7 NIL NIL NIL) (-923 2114449 2114801 2115233 "PFBR" 2116234 NIL PFBR (NIL T T T T) -7 NIL NIL NIL) (-922 2110495 2111961 2112608 "PERM" 2113835 NIL PERM (NIL T) -8 NIL NIL NIL) (-921 2105729 2106702 2107572 "PERMGRP" 2109658 NIL PERMGRP (NIL T) -8 NIL NIL NIL) (-920 2103848 2104808 2104849 "PERMCAT" 2105249 NIL PERMCAT (NIL T) -9 NIL 2105547 NIL) (-919 2103501 2103542 2103666 "PERMAN" 2103801 NIL PERMAN (NIL NIL T) -7 NIL NIL NIL) (-918 2100991 2103166 2103288 "PENDTREE" 2103412 NIL PENDTREE (NIL T) -8 NIL NIL NIL) (-917 2099920 2100135 2100176 "PDSPC" 2100709 NIL PDSPC (NIL T) -9 NIL 2100954 NIL) (-916 2099023 2099241 2099603 "PDSPC-" 2099608 NIL PDSPC- (NIL T T) -8 NIL NIL NIL) (-915 2097905 2098673 2098714 "PDRING" 2098719 NIL PDRING (NIL T) -9 NIL 2098747 NIL) (-914 2096792 2097410 2097464 "PDMOD" 2097469 NIL PDMOD (NIL T T) -9 NIL 2097573 NIL) (-913 2094007 2094785 2095453 "PDEPROB" 2096144 T PDEPROB (NIL) -8 NIL NIL NIL) (-912 2091552 2092056 2092611 "PDEPACK" 2093472 T PDEPACK (NIL) -7 NIL NIL NIL) (-911 2090464 2090654 2090905 "PDECOMP" 2091351 NIL PDECOMP (NIL T T) -7 NIL NIL NIL) (-910 2088029 2088872 2088900 "PDECAT" 2089687 T PDECAT (NIL) -9 NIL 2090400 NIL) (-909 2087658 2087713 2087767 "PDDOM" 2087932 NIL PDDOM (NIL T T) -9 NIL 2088012 NIL) (-908 2087477 2087507 2087614 "PDDOM-" 2087619 NIL PDDOM- (NIL T T T) -8 NIL NIL NIL) (-907 2087228 2087261 2087351 "PCOMP" 2087438 NIL PCOMP (NIL T T) -7 NIL NIL NIL) (-906 2085406 2086029 2086326 "PBWLB" 2086957 NIL PBWLB (NIL T) -8 NIL NIL NIL) (-905 2077879 2079479 2080817 "PATTERN" 2084089 NIL PATTERN (NIL T) -8 NIL NIL NIL) (-904 2077511 2077568 2077677 "PATTERN2" 2077816 NIL PATTERN2 (NIL T T) -7 NIL NIL NIL) (-903 2075268 2075656 2076113 "PATTERN1" 2077100 NIL PATTERN1 (NIL T T) -7 NIL NIL NIL) (-902 2072636 2073217 2073698 "PATRES" 2074833 NIL PATRES (NIL T T) -8 NIL NIL NIL) (-901 2072200 2072267 2072399 "PATRES2" 2072563 NIL PATRES2 (NIL T T T) -7 NIL NIL NIL) (-900 2070083 2070488 2070895 "PATMATCH" 2071867 NIL PATMATCH (NIL T T T) -7 NIL NIL NIL) (-899 2069579 2069788 2069829 "PATMAB" 2069936 NIL PATMAB (NIL T) -9 NIL 2070019 NIL) (-898 2068097 2068433 2068691 "PATLRES" 2069384 NIL PATLRES (NIL T T T) -8 NIL NIL NIL) (-897 2067643 2067766 2067807 "PATAB" 2067812 NIL PATAB (NIL T) -9 NIL 2067984 NIL) (-896 2065825 2066220 2066643 "PARTPERM" 2067240 T PARTPERM (NIL) -7 NIL NIL NIL) (-895 2065446 2065509 2065611 "PARSURF" 2065756 NIL PARSURF (NIL T) -8 NIL NIL NIL) (-894 2065078 2065135 2065244 "PARSU2" 2065383 NIL PARSU2 (NIL T T) -7 NIL NIL NIL) (-893 2064842 2064882 2064949 "PARSER" 2065031 T PARSER (NIL) -7 NIL NIL NIL) (-892 2064463 2064526 2064628 "PARSCURV" 2064773 NIL PARSCURV (NIL T) -8 NIL NIL NIL) (-891 2064095 2064152 2064261 "PARSC2" 2064400 NIL PARSC2 (NIL T T) -7 NIL NIL NIL) (-890 2063734 2063792 2063889 "PARPCURV" 2064031 NIL PARPCURV (NIL T) -8 NIL NIL NIL) (-889 2063366 2063423 2063532 "PARPC2" 2063671 NIL PARPC2 (NIL T T) -7 NIL NIL NIL) (-888 2062427 2062739 2062921 "PARAMAST" 2063204 T PARAMAST (NIL) -8 NIL NIL NIL) (-887 2061947 2062033 2062152 "PAN2EXPR" 2062328 T PAN2EXPR (NIL) -7 NIL NIL NIL) (-886 2060724 2061068 2061296 "PALETTE" 2061739 T PALETTE (NIL) -8 NIL NIL NIL) (-885 2059117 2059729 2060089 "PAIR" 2060410 NIL PAIR (NIL T T) -8 NIL NIL NIL) (-884 2052709 2058374 2058569 "PADICRC" 2058971 NIL PADICRC (NIL NIL T) -8 NIL NIL NIL) (-883 2045625 2052053 2052238 "PADICRAT" 2052556 NIL PADICRAT (NIL NIL) -8 NIL NIL NIL) (-882 2043940 2045562 2045607 "PADIC" 2045612 NIL PADIC (NIL NIL) -8 NIL NIL NIL) (-881 2041036 2042600 2042640 "PADICCT" 2043221 NIL PADICCT (NIL NIL) -9 NIL 2043503 NIL) (-880 2039993 2040193 2040461 "PADEPAC" 2040823 NIL PADEPAC (NIL T NIL NIL) -7 NIL NIL NIL) (-879 2039205 2039338 2039544 "PADE" 2039855 NIL PADE (NIL T T T) -7 NIL NIL NIL) (-878 2037592 2038413 2038693 "OWP" 2039009 NIL OWP (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-877 2037085 2037298 2037395 "OVERSET" 2037515 T OVERSET (NIL) -8 NIL NIL NIL) (-876 2036131 2036690 2036862 "OVAR" 2036953 NIL OVAR (NIL NIL) -8 NIL NIL NIL) (-875 2035395 2035516 2035677 "OUT" 2035990 T OUT (NIL) -7 NIL NIL NIL) (-874 2024267 2026504 2028704 "OUTFORM" 2033215 T OUTFORM (NIL) -8 NIL NIL NIL) (-873 2023603 2023864 2023991 "OUTBFILE" 2024160 T OUTBFILE (NIL) -8 NIL NIL NIL) (-872 2022910 2023075 2023103 "OUTBCON" 2023421 T OUTBCON (NIL) -9 NIL 2023587 NIL) (-871 2022511 2022623 2022780 "OUTBCON-" 2022785 NIL OUTBCON- (NIL T) -8 NIL NIL NIL) (-870 2021891 2022240 2022329 "OSI" 2022442 T OSI (NIL) -8 NIL NIL NIL) (-869 2021407 2021745 2021773 "OSGROUP" 2021778 T OSGROUP (NIL) -9 NIL 2021800 NIL) (-868 2020152 2020379 2020664 "ORTHPOL" 2021154 NIL ORTHPOL (NIL T) -7 NIL NIL NIL) (-867 2017703 2019987 2020108 "OREUP" 2020113 NIL OREUP (NIL NIL T NIL NIL) -8 NIL NIL NIL) (-866 2015106 2017394 2017521 "ORESUP" 2017645 NIL ORESUP (NIL T NIL NIL) -8 NIL NIL NIL) (-865 2012634 2013134 2013695 "OREPCTO" 2014595 NIL OREPCTO (NIL T T) -7 NIL NIL NIL) (-864 2006306 2008507 2008548 "OREPCAT" 2010896 NIL OREPCAT (NIL T) -9 NIL 2012000 NIL) (-863 2003453 2004235 2005293 "OREPCAT-" 2005298 NIL OREPCAT- (NIL T T) -8 NIL NIL NIL) (-862 2002590 2002888 2002916 "ORDSET" 2003225 T ORDSET (NIL) -9 NIL 2003389 NIL) (-861 2002021 2002169 2002393 "ORDSET-" 2002398 NIL ORDSET- (NIL T) -8 NIL NIL NIL) (-860 2000572 2001363 2001391 "ORDRING" 2001593 T ORDRING (NIL) -9 NIL 2001718 NIL) (-859 2000217 2000311 2000455 "ORDRING-" 2000460 NIL ORDRING- (NIL T) -8 NIL NIL NIL) (-858 1999583 2000046 2000074 "ORDMON" 2000079 T ORDMON (NIL) -9 NIL 2000100 NIL) (-857 1998745 1998892 1999087 "ORDFUNS" 1999432 NIL ORDFUNS (NIL NIL T) -7 NIL NIL NIL) (-856 1998069 1998488 1998516 "ORDFIN" 1998581 T ORDFIN (NIL) -9 NIL 1998655 NIL) (-855 1994628 1996655 1997064 "ORDCOMP" 1997693 NIL ORDCOMP (NIL T) -8 NIL NIL NIL) (-854 1993894 1994021 1994207 "ORDCOMP2" 1994488 NIL ORDCOMP2 (NIL T T) -7 NIL NIL NIL) (-853 1990475 1991385 1992199 "OPTPROB" 1993100 T OPTPROB (NIL) -8 NIL NIL NIL) (-852 1987277 1987916 1988620 "OPTPACK" 1989791 T OPTPACK (NIL) -7 NIL NIL NIL) (-851 1984950 1985716 1985744 "OPTCAT" 1986563 T OPTCAT (NIL) -9 NIL 1987213 NIL) (-850 1984334 1984627 1984732 "OPSIG" 1984865 T OPSIG (NIL) -8 NIL NIL NIL) (-849 1984102 1984141 1984207 "OPQUERY" 1984288 T OPQUERY (NIL) -7 NIL NIL NIL) (-848 1981233 1982413 1982917 "OP" 1983631 NIL OP (NIL T) -8 NIL NIL NIL) (-847 1980593 1980819 1980860 "OPERCAT" 1981072 NIL OPERCAT (NIL T) -9 NIL 1981169 NIL) (-846 1980348 1980404 1980521 "OPERCAT-" 1980526 NIL OPERCAT- (NIL T T) -8 NIL NIL NIL) (-845 1977161 1979145 1979514 "ONECOMP" 1980012 NIL ONECOMP (NIL T) -8 NIL NIL NIL) (-844 1976466 1976581 1976755 "ONECOMP2" 1977033 NIL ONECOMP2 (NIL T T) -7 NIL NIL NIL) (-843 1975885 1975991 1976121 "OMSERVER" 1976356 T OMSERVER (NIL) -7 NIL NIL NIL) (-842 1972747 1975325 1975365 "OMSAGG" 1975426 NIL OMSAGG (NIL T) -9 NIL 1975490 NIL) (-841 1971370 1971633 1971915 "OMPKG" 1972485 T OMPKG (NIL) -7 NIL NIL NIL) (-840 1970800 1970903 1970931 "OM" 1971230 T OM (NIL) -9 NIL NIL NIL) (-839 1969347 1970349 1970518 "OMLO" 1970681 NIL OMLO (NIL T T) -8 NIL NIL NIL) (-838 1968307 1968454 1968674 "OMEXPR" 1969173 NIL OMEXPR (NIL T) -7 NIL NIL NIL) (-837 1967598 1967853 1967989 "OMERR" 1968191 T OMERR (NIL) -8 NIL NIL NIL) (-836 1966749 1967019 1967179 "OMERRK" 1967458 T OMERRK (NIL) -8 NIL NIL NIL) (-835 1966200 1966426 1966534 "OMENC" 1966661 T OMENC (NIL) -8 NIL NIL NIL) (-834 1960095 1961280 1962451 "OMDEV" 1965049 T OMDEV (NIL) -8 NIL NIL NIL) (-833 1959164 1959335 1959529 "OMCONN" 1959921 T OMCONN (NIL) -8 NIL NIL NIL) (-832 1957671 1958647 1958675 "OINTDOM" 1958680 T OINTDOM (NIL) -9 NIL 1958701 NIL) (-831 1955009 1956359 1956696 "OFMONOID" 1957366 NIL OFMONOID (NIL T) -8 NIL NIL NIL) (-830 1954381 1954946 1954991 "ODVAR" 1954996 NIL ODVAR (NIL T) -8 NIL NIL NIL) (-829 1951804 1954126 1954281 "ODR" 1954286 NIL ODR (NIL T T NIL) -8 NIL NIL NIL) (-828 1944109 1951580 1951706 "ODPOL" 1951711 NIL ODPOL (NIL T) -8 NIL NIL NIL) (-827 1937907 1943981 1944086 "ODP" 1944091 NIL ODP (NIL NIL T NIL) -8 NIL NIL NIL) (-826 1936673 1936888 1937163 "ODETOOLS" 1937681 NIL ODETOOLS (NIL T T) -7 NIL NIL NIL) (-825 1933640 1934298 1935014 "ODESYS" 1936006 NIL ODESYS (NIL T T) -7 NIL NIL NIL) (-824 1928522 1929430 1930455 "ODERTRIC" 1932715 NIL ODERTRIC (NIL T T) -7 NIL NIL NIL) (-823 1927948 1928030 1928224 "ODERED" 1928434 NIL ODERED (NIL T T T T T) -7 NIL NIL NIL) (-822 1924836 1925384 1926061 "ODERAT" 1927371 NIL ODERAT (NIL T T) -7 NIL NIL NIL) (-821 1921795 1922260 1922857 "ODEPRRIC" 1924365 NIL ODEPRRIC (NIL T T T T) -7 NIL NIL NIL) (-820 1919738 1920334 1920820 "ODEPROB" 1921329 T ODEPROB (NIL) -8 NIL NIL NIL) (-819 1916258 1916743 1917390 "ODEPRIM" 1919217 NIL ODEPRIM (NIL T T T T) -7 NIL NIL NIL) (-818 1915507 1915609 1915869 "ODEPAL" 1916150 NIL ODEPAL (NIL T T T T) -7 NIL NIL NIL) (-817 1911669 1912460 1913324 "ODEPACK" 1914663 T ODEPACK (NIL) -7 NIL NIL NIL) (-816 1910730 1910837 1911059 "ODEINT" 1911558 NIL ODEINT (NIL T T) -7 NIL NIL NIL) (-815 1904831 1906256 1907703 "ODEIFTBL" 1909303 T ODEIFTBL (NIL) -8 NIL NIL NIL) (-814 1900229 1901015 1901967 "ODEEF" 1903990 NIL ODEEF (NIL T T) -7 NIL NIL NIL) (-813 1899578 1899667 1899890 "ODECONST" 1900134 NIL ODECONST (NIL T T T) -7 NIL NIL NIL) (-812 1897689 1898350 1898378 "ODECAT" 1898983 T ODECAT (NIL) -9 NIL 1899514 NIL) (-811 1894544 1897394 1897516 "OCT" 1897599 NIL OCT (NIL T) -8 NIL NIL NIL) (-810 1894182 1894225 1894352 "OCTCT2" 1894495 NIL OCTCT2 (NIL T T T T) -7 NIL NIL NIL) (-809 1888817 1891252 1891292 "OC" 1892389 NIL OC (NIL T) -9 NIL 1893247 NIL) (-808 1886044 1886792 1887782 "OC-" 1887876 NIL OC- (NIL T T) -8 NIL NIL NIL) (-807 1885382 1885850 1885878 "OCAMON" 1885883 T OCAMON (NIL) -9 NIL 1885904 NIL) (-806 1884899 1885240 1885268 "OASGP" 1885273 T OASGP (NIL) -9 NIL 1885293 NIL) (-805 1884146 1884635 1884663 "OAMONS" 1884703 T OAMONS (NIL) -9 NIL 1884746 NIL) (-804 1883546 1883979 1884007 "OAMON" 1884012 T OAMON (NIL) -9 NIL 1884032 NIL) (-803 1882790 1883308 1883336 "OAGROUP" 1883341 T OAGROUP (NIL) -9 NIL 1883361 NIL) (-802 1882480 1882530 1882618 "NUMTUBE" 1882734 NIL NUMTUBE (NIL T) -7 NIL NIL NIL) (-801 1876053 1877571 1879107 "NUMQUAD" 1880964 T NUMQUAD (NIL) -7 NIL NIL NIL) (-800 1871809 1872797 1873822 "NUMODE" 1875048 T NUMODE (NIL) -7 NIL NIL NIL) (-799 1869150 1870030 1870058 "NUMINT" 1870981 T NUMINT (NIL) -9 NIL 1871745 NIL) (-798 1868098 1868295 1868513 "NUMFMT" 1868952 T NUMFMT (NIL) -7 NIL NIL NIL) (-797 1854457 1857402 1859934 "NUMERIC" 1865605 NIL NUMERIC (NIL T) -7 NIL NIL NIL) (-796 1848827 1853906 1854001 "NTSCAT" 1854006 NIL NTSCAT (NIL T T T T) -9 NIL 1854045 NIL) (-795 1848021 1848186 1848379 "NTPOLFN" 1848666 NIL NTPOLFN (NIL T) -7 NIL NIL NIL) (-794 1835822 1844846 1845658 "NSUP" 1847242 NIL NSUP (NIL T) -8 NIL NIL NIL) (-793 1835454 1835511 1835620 "NSUP2" 1835759 NIL NSUP2 (NIL T T) -7 NIL NIL NIL) (-792 1825404 1835228 1835361 "NSMP" 1835366 NIL NSMP (NIL T T) -8 NIL NIL NIL) (-791 1823836 1824137 1824494 "NREP" 1825092 NIL NREP (NIL T) -7 NIL NIL NIL) (-790 1822427 1822679 1823037 "NPCOEF" 1823579 NIL NPCOEF (NIL T T T T T) -7 NIL NIL NIL) (-789 1821493 1821608 1821824 "NORMRETR" 1822308 NIL NORMRETR (NIL T T T T NIL) -7 NIL NIL NIL) (-788 1819534 1819824 1820233 "NORMPK" 1821201 NIL NORMPK (NIL T T T T T) -7 NIL NIL NIL) (-787 1819219 1819247 1819371 "NORMMA" 1819500 NIL NORMMA (NIL T T T T) -7 NIL NIL NIL) (-786 1819019 1819176 1819205 "NONE" 1819210 T NONE (NIL) -8 NIL NIL NIL) (-785 1818808 1818837 1818906 "NONE1" 1818983 NIL NONE1 (NIL T) -7 NIL NIL NIL) (-784 1818305 1818367 1818546 "NODE1" 1818740 NIL NODE1 (NIL T T) -7 NIL NIL NIL) (-783 1816586 1817437 1817692 "NNI" 1818039 T NNI (NIL) -8 NIL NIL 1818274) (-782 1815006 1815319 1815683 "NLINSOL" 1816254 NIL NLINSOL (NIL T) -7 NIL NIL NIL) (-781 1811247 1812242 1813141 "NIPROB" 1814127 T NIPROB (NIL) -8 NIL NIL NIL) (-780 1810004 1810238 1810540 "NFINTBAS" 1811009 NIL NFINTBAS (NIL T T) -7 NIL NIL NIL) (-779 1809178 1809654 1809695 "NETCLT" 1809867 NIL NETCLT (NIL T) -9 NIL 1809949 NIL) (-778 1807886 1808117 1808398 "NCODIV" 1808946 NIL NCODIV (NIL T T) -7 NIL NIL NIL) (-777 1807648 1807685 1807760 "NCNTFRAC" 1807843 NIL NCNTFRAC (NIL T) -7 NIL NIL NIL) (-776 1805828 1806192 1806612 "NCEP" 1807273 NIL NCEP (NIL T) -7 NIL NIL NIL) (-775 1804665 1805438 1805466 "NASRING" 1805576 T NASRING (NIL) -9 NIL 1805656 NIL) (-774 1804460 1804504 1804598 "NASRING-" 1804603 NIL NASRING- (NIL T) -8 NIL NIL NIL) (-773 1803553 1804078 1804106 "NARNG" 1804223 T NARNG (NIL) -9 NIL 1804314 NIL) (-772 1803245 1803312 1803446 "NARNG-" 1803451 NIL NARNG- (NIL T) -8 NIL NIL NIL) (-771 1802124 1802331 1802566 "NAGSP" 1803030 T NAGSP (NIL) -7 NIL NIL NIL) (-770 1793396 1795080 1796753 "NAGS" 1800471 T NAGS (NIL) -7 NIL NIL NIL) (-769 1791944 1792252 1792583 "NAGF07" 1793085 T NAGF07 (NIL) -7 NIL NIL NIL) (-768 1786482 1787773 1789080 "NAGF04" 1790657 T NAGF04 (NIL) -7 NIL NIL NIL) (-767 1779450 1781064 1782697 "NAGF02" 1784869 T NAGF02 (NIL) -7 NIL NIL NIL) (-766 1774674 1775774 1776891 "NAGF01" 1778353 T NAGF01 (NIL) -7 NIL NIL NIL) (-765 1768302 1769868 1771453 "NAGE04" 1773109 T NAGE04 (NIL) -7 NIL NIL NIL) (-764 1759471 1761592 1763722 "NAGE02" 1766192 T NAGE02 (NIL) -7 NIL NIL NIL) (-763 1755424 1756371 1757335 "NAGE01" 1758527 T NAGE01 (NIL) -7 NIL NIL NIL) (-762 1753219 1753753 1754311 "NAGD03" 1754886 T NAGD03 (NIL) -7 NIL NIL NIL) (-761 1744969 1746897 1748851 "NAGD02" 1751285 T NAGD02 (NIL) -7 NIL NIL NIL) (-760 1738780 1740205 1741645 "NAGD01" 1743549 T NAGD01 (NIL) -7 NIL NIL NIL) (-759 1734989 1735811 1736648 "NAGC06" 1737963 T NAGC06 (NIL) -7 NIL NIL NIL) (-758 1733454 1733786 1734142 "NAGC05" 1734653 T NAGC05 (NIL) -7 NIL NIL NIL) (-757 1732830 1732949 1733093 "NAGC02" 1733330 T NAGC02 (NIL) -7 NIL NIL NIL) (-756 1731775 1732358 1732398 "NAALG" 1732477 NIL NAALG (NIL T) -9 NIL 1732538 NIL) (-755 1731610 1731639 1731729 "NAALG-" 1731734 NIL NAALG- (NIL T T) -8 NIL NIL NIL) (-754 1725560 1726668 1727855 "MULTSQFR" 1730506 NIL MULTSQFR (NIL T T T T) -7 NIL NIL NIL) (-753 1724879 1724954 1725138 "MULTFACT" 1725472 NIL MULTFACT (NIL T T T T) -7 NIL NIL NIL) (-752 1717550 1721464 1721517 "MTSCAT" 1722587 NIL MTSCAT (NIL T T) -9 NIL 1723102 NIL) (-751 1717262 1717316 1717408 "MTHING" 1717490 NIL MTHING (NIL T) -7 NIL NIL NIL) (-750 1717054 1717087 1717147 "MSYSCMD" 1717222 T MSYSCMD (NIL) -7 NIL NIL NIL) (-749 1713136 1715809 1716129 "MSET" 1716767 NIL MSET (NIL T) -8 NIL NIL NIL) (-748 1710205 1712697 1712738 "MSETAGG" 1712743 NIL MSETAGG (NIL T) -9 NIL 1712777 NIL) (-747 1706047 1707584 1708329 "MRING" 1709505 NIL MRING (NIL T T) -8 NIL NIL NIL) (-746 1705613 1705680 1705811 "MRF2" 1705974 NIL MRF2 (NIL T T T) -7 NIL NIL NIL) (-745 1705231 1705266 1705410 "MRATFAC" 1705572 NIL MRATFAC (NIL T T T T) -7 NIL NIL NIL) (-744 1702843 1703138 1703569 "MPRFF" 1704936 NIL MPRFF (NIL T T T T) -7 NIL NIL NIL) (-743 1696864 1702697 1702794 "MPOLY" 1702799 NIL MPOLY (NIL NIL T) -8 NIL NIL NIL) (-742 1696354 1696389 1696597 "MPCPF" 1696823 NIL MPCPF (NIL T T T T) -7 NIL NIL NIL) (-741 1695868 1695911 1696095 "MPC3" 1696305 NIL MPC3 (NIL T T T T T T T) -7 NIL NIL NIL) (-740 1695063 1695144 1695365 "MPC2" 1695783 NIL MPC2 (NIL T T T T T T T) -7 NIL NIL NIL) (-739 1693364 1693701 1694091 "MONOTOOL" 1694723 NIL MONOTOOL (NIL T T) -7 NIL NIL NIL) (-738 1692575 1692892 1692920 "MONOID" 1693139 T MONOID (NIL) -9 NIL 1693286 NIL) (-737 1692121 1692240 1692421 "MONOID-" 1692426 NIL MONOID- (NIL T) -8 NIL NIL NIL) (-736 1681711 1687941 1688000 "MONOGEN" 1688674 NIL MONOGEN (NIL T T) -9 NIL 1689130 NIL) (-735 1678929 1679664 1680664 "MONOGEN-" 1680783 NIL MONOGEN- (NIL T T T) -8 NIL NIL NIL) (-734 1677748 1678194 1678222 "MONADWU" 1678614 T MONADWU (NIL) -9 NIL 1678852 NIL) (-733 1677120 1677279 1677527 "MONADWU-" 1677532 NIL MONADWU- (NIL T) -8 NIL NIL NIL) (-732 1676465 1676709 1676737 "MONAD" 1676944 T MONAD (NIL) -9 NIL 1677056 NIL) (-731 1676150 1676228 1676360 "MONAD-" 1676365 NIL MONAD- (NIL T) -8 NIL NIL NIL) (-730 1674439 1675063 1675342 "MOEBIUS" 1675903 NIL MOEBIUS (NIL T) -8 NIL NIL NIL) (-729 1673703 1674107 1674147 "MODULE" 1674152 NIL MODULE (NIL T) -9 NIL 1674191 NIL) (-728 1673271 1673367 1673557 "MODULE-" 1673562 NIL MODULE- (NIL T T) -8 NIL NIL NIL) (-727 1670951 1671635 1671962 "MODRING" 1673095 NIL MODRING (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-726 1667895 1669056 1669577 "MODOP" 1670480 NIL MODOP (NIL T T) -8 NIL NIL NIL) (-725 1666483 1666962 1667239 "MODMONOM" 1667758 NIL MODMONOM (NIL T T NIL) -8 NIL NIL NIL) (-724 1656251 1664774 1665188 "MODMON" 1666120 NIL MODMON (NIL T T) -8 NIL NIL NIL) (-723 1653407 1655095 1655371 "MODFIELD" 1656126 NIL MODFIELD (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-722 1652384 1652688 1652878 "MMLFORM" 1653237 T MMLFORM (NIL) -8 NIL NIL NIL) (-721 1651910 1651953 1652132 "MMAP" 1652335 NIL MMAP (NIL T T T T T T) -7 NIL NIL NIL) (-720 1649975 1650742 1650783 "MLO" 1651206 NIL MLO (NIL T) -9 NIL 1651448 NIL) (-719 1647341 1647857 1648459 "MLIFT" 1649456 NIL MLIFT (NIL T T T T) -7 NIL NIL NIL) (-718 1646732 1646816 1646970 "MKUCFUNC" 1647252 NIL MKUCFUNC (NIL T T T) -7 NIL NIL NIL) (-717 1646331 1646401 1646524 "MKRECORD" 1646655 NIL MKRECORD (NIL T T) -7 NIL NIL NIL) (-716 1645378 1645540 1645768 "MKFUNC" 1646142 NIL MKFUNC (NIL T) -7 NIL NIL NIL) (-715 1644766 1644870 1645026 "MKFLCFN" 1645261 NIL MKFLCFN (NIL T) -7 NIL NIL NIL) (-714 1644043 1644145 1644330 "MKBCFUNC" 1644659 NIL MKBCFUNC (NIL T T T T) -7 NIL NIL NIL) (-713 1640632 1643597 1643733 "MINT" 1643927 T MINT (NIL) -8 NIL NIL NIL) (-712 1639444 1639687 1639964 "MHROWRED" 1640387 NIL MHROWRED (NIL T) -7 NIL NIL NIL) (-711 1634824 1637979 1638384 "MFLOAT" 1639059 T MFLOAT (NIL) -8 NIL NIL NIL) (-710 1634181 1634257 1634428 "MFINFACT" 1634736 NIL MFINFACT (NIL T T T T) -7 NIL NIL NIL) (-709 1630496 1631344 1632228 "MESH" 1633317 T MESH (NIL) -7 NIL NIL NIL) (-708 1628886 1629198 1629551 "MDDFACT" 1630183 NIL MDDFACT (NIL T) -7 NIL NIL NIL) (-707 1625655 1628017 1628058 "MDAGG" 1628313 NIL MDAGG (NIL T) -9 NIL 1628456 NIL) (-706 1614349 1624948 1625155 "MCMPLX" 1625468 T MCMPLX (NIL) -8 NIL NIL NIL) (-705 1613486 1613632 1613833 "MCDEN" 1614198 NIL MCDEN (NIL T T) -7 NIL NIL NIL) (-704 1611376 1611646 1612026 "MCALCFN" 1613216 NIL MCALCFN (NIL T T T T) -7 NIL NIL NIL) (-703 1610301 1610541 1610774 "MAYBE" 1611182 NIL MAYBE (NIL T) -8 NIL NIL NIL) (-702 1607913 1608436 1608998 "MATSTOR" 1609772 NIL MATSTOR (NIL T) -7 NIL NIL NIL) (-701 1603824 1607285 1607533 "MATRIX" 1607698 NIL MATRIX (NIL T) -8 NIL NIL NIL) (-700 1599590 1600297 1601033 "MATLIN" 1603181 NIL MATLIN (NIL T T T T) -7 NIL NIL NIL) (-699 1589415 1592647 1592724 "MATCAT" 1597756 NIL MATCAT (NIL T T T) -9 NIL 1599228 NIL) (-698 1585608 1586678 1588091 "MATCAT-" 1588096 NIL MATCAT- (NIL T T T T) -8 NIL NIL NIL) (-697 1584202 1584355 1584688 "MATCAT2" 1585443 NIL MATCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-696 1582314 1582638 1583022 "MAPPKG3" 1583877 NIL MAPPKG3 (NIL T T T) -7 NIL NIL NIL) (-695 1581295 1581468 1581690 "MAPPKG2" 1582138 NIL MAPPKG2 (NIL T T) -7 NIL NIL NIL) (-694 1579794 1580078 1580405 "MAPPKG1" 1581001 NIL MAPPKG1 (NIL T) -7 NIL NIL NIL) (-693 1578873 1579200 1579377 "MAPPAST" 1579637 T MAPPAST (NIL) -8 NIL NIL NIL) (-692 1578484 1578542 1578665 "MAPHACK3" 1578809 NIL MAPHACK3 (NIL T T T) -7 NIL NIL NIL) (-691 1578076 1578137 1578251 "MAPHACK2" 1578416 NIL MAPHACK2 (NIL T T) -7 NIL NIL NIL) (-690 1577514 1577617 1577759 "MAPHACK1" 1577967 NIL MAPHACK1 (NIL T) -7 NIL NIL NIL) (-689 1575593 1576214 1576518 "MAGMA" 1577242 NIL MAGMA (NIL T) -8 NIL NIL NIL) (-688 1575072 1575317 1575408 "MACROAST" 1575522 T MACROAST (NIL) -8 NIL NIL NIL) (-687 1571492 1573311 1573772 "M3D" 1574644 NIL M3D (NIL T) -8 NIL NIL NIL) (-686 1565541 1569803 1569844 "LZSTAGG" 1570626 NIL LZSTAGG (NIL T) -9 NIL 1570921 NIL) (-685 1561499 1562672 1564129 "LZSTAGG-" 1564134 NIL LZSTAGG- (NIL T T) -8 NIL NIL NIL) (-684 1558586 1559390 1559877 "LWORD" 1561044 NIL LWORD (NIL T) -8 NIL NIL NIL) (-683 1558162 1558390 1558465 "LSTAST" 1558531 T LSTAST (NIL) -8 NIL NIL NIL) (-682 1551052 1557933 1558067 "LSQM" 1558072 NIL LSQM (NIL NIL T) -8 NIL NIL NIL) (-681 1550276 1550415 1550643 "LSPP" 1550907 NIL LSPP (NIL T T T T) -7 NIL NIL NIL) (-680 1548088 1548389 1548845 "LSMP" 1549965 NIL LSMP (NIL T T T T) -7 NIL NIL NIL) (-679 1544867 1545541 1546271 "LSMP1" 1547390 NIL LSMP1 (NIL T) -7 NIL NIL NIL) (-678 1538695 1543984 1544025 "LSAGG" 1544087 NIL LSAGG (NIL T) -9 NIL 1544165 NIL) (-677 1535390 1536314 1537527 "LSAGG-" 1537532 NIL LSAGG- (NIL T T) -8 NIL NIL NIL) (-676 1532989 1534534 1534783 "LPOLY" 1535185 NIL LPOLY (NIL T T) -8 NIL NIL NIL) (-675 1532571 1532656 1532779 "LPEFRAC" 1532898 NIL LPEFRAC (NIL T) -7 NIL NIL NIL) (-674 1530892 1531665 1531918 "LO" 1532403 NIL LO (NIL T T T) -8 NIL NIL NIL) (-673 1530530 1530642 1530670 "LOGIC" 1530781 T LOGIC (NIL) -9 NIL 1530862 NIL) (-672 1530392 1530415 1530486 "LOGIC-" 1530491 NIL LOGIC- (NIL T) -8 NIL NIL NIL) (-671 1529585 1529725 1529918 "LODOOPS" 1530248 NIL LODOOPS (NIL T T) -7 NIL NIL NIL) (-670 1527008 1529501 1529567 "LODO" 1529572 NIL LODO (NIL T NIL) -8 NIL NIL NIL) (-669 1525546 1525781 1526134 "LODOF" 1526755 NIL LODOF (NIL T T) -7 NIL NIL NIL) (-668 1521750 1524181 1524222 "LODOCAT" 1524660 NIL LODOCAT (NIL T) -9 NIL 1524871 NIL) (-667 1521483 1521541 1521668 "LODOCAT-" 1521673 NIL LODOCAT- (NIL T T) -8 NIL NIL NIL) (-666 1518803 1521324 1521442 "LODO2" 1521447 NIL LODO2 (NIL T T) -8 NIL NIL NIL) (-665 1516238 1518740 1518785 "LODO1" 1518790 NIL LODO1 (NIL T) -8 NIL NIL NIL) (-664 1515119 1515284 1515589 "LODEEF" 1516061 NIL LODEEF (NIL T T T) -7 NIL NIL NIL) (-663 1510396 1513285 1513326 "LNAGG" 1514188 NIL LNAGG (NIL T) -9 NIL 1514623 NIL) (-662 1509543 1509757 1510099 "LNAGG-" 1510104 NIL LNAGG- (NIL T T) -8 NIL NIL NIL) (-661 1505679 1506468 1507107 "LMOPS" 1508958 NIL LMOPS (NIL T T NIL) -8 NIL NIL NIL) (-660 1505068 1505456 1505497 "LMODULE" 1505502 NIL LMODULE (NIL T) -9 NIL 1505528 NIL) (-659 1502268 1504713 1504836 "LMDICT" 1504978 NIL LMDICT (NIL T) -8 NIL NIL NIL) (-658 1501886 1502058 1502099 "LLINSET" 1502160 NIL LLINSET (NIL T) -9 NIL 1502204 NIL) (-657 1501585 1501794 1501854 "LITERAL" 1501859 NIL LITERAL (NIL T) -8 NIL NIL NIL) (-656 1494750 1500519 1500823 "LIST" 1501314 NIL LIST (NIL T) -8 NIL NIL NIL) (-655 1494275 1494349 1494488 "LIST3" 1494670 NIL LIST3 (NIL T T T) -7 NIL NIL NIL) (-654 1493282 1493460 1493688 "LIST2" 1494093 NIL LIST2 (NIL T T) -7 NIL NIL NIL) (-653 1491416 1491728 1492127 "LIST2MAP" 1492929 NIL LIST2MAP (NIL T T) -7 NIL NIL NIL) (-652 1491047 1491235 1491276 "LINSET" 1491281 NIL LINSET (NIL T) -9 NIL 1491315 NIL) (-651 1489460 1490074 1490115 "LINEXP" 1490605 NIL LINEXP (NIL T) -9 NIL 1490878 NIL) (-650 1488037 1488297 1488608 "LINDEP" 1489212 NIL LINDEP (NIL T T) -7 NIL NIL NIL) (-649 1484804 1485523 1486300 "LIMITRF" 1487292 NIL LIMITRF (NIL T) -7 NIL NIL NIL) (-648 1483107 1483403 1483812 "LIMITPS" 1484499 NIL LIMITPS (NIL T T) -7 NIL NIL NIL) (-647 1477535 1482618 1482846 "LIE" 1482928 NIL LIE (NIL T T) -8 NIL NIL NIL) (-646 1476469 1476938 1476978 "LIECAT" 1477118 NIL LIECAT (NIL T) -9 NIL 1477269 NIL) (-645 1476310 1476337 1476425 "LIECAT-" 1476430 NIL LIECAT- (NIL T T) -8 NIL NIL NIL) (-644 1468901 1475850 1476006 "LIB" 1476174 T LIB (NIL) -8 NIL NIL NIL) (-643 1464536 1465419 1466354 "LGROBP" 1468018 NIL LGROBP (NIL NIL T) -7 NIL NIL NIL) (-642 1462534 1462808 1463158 "LF" 1464257 NIL LF (NIL T T) -7 NIL NIL NIL) (-641 1461374 1462066 1462094 "LFCAT" 1462301 T LFCAT (NIL) -9 NIL 1462440 NIL) (-640 1458276 1458906 1459594 "LEXTRIPK" 1460738 NIL LEXTRIPK (NIL T NIL) -7 NIL NIL NIL) (-639 1455020 1455846 1456349 "LEXP" 1457856 NIL LEXP (NIL T T NIL) -8 NIL NIL NIL) (-638 1454496 1454741 1454833 "LETAST" 1454948 T LETAST (NIL) -8 NIL NIL NIL) (-637 1452894 1453207 1453608 "LEADCDET" 1454178 NIL LEADCDET (NIL T T T T) -7 NIL NIL NIL) (-636 1452084 1452158 1452387 "LAZM3PK" 1452815 NIL LAZM3PK (NIL T T T T T T) -7 NIL NIL NIL) (-635 1447001 1450161 1450699 "LAUPOL" 1451596 NIL LAUPOL (NIL T T) -8 NIL NIL NIL) (-634 1446580 1446624 1446785 "LAPLACE" 1446951 NIL LAPLACE (NIL T T) -7 NIL NIL NIL) (-633 1444519 1445681 1445932 "LA" 1446413 NIL LA (NIL T T T) -8 NIL NIL NIL) (-632 1443499 1444083 1444124 "LALG" 1444186 NIL LALG (NIL T) -9 NIL 1444245 NIL) (-631 1443213 1443272 1443408 "LALG-" 1443413 NIL LALG- (NIL T T) -8 NIL NIL NIL) (-630 1443048 1443072 1443113 "KVTFROM" 1443175 NIL KVTFROM (NIL T) -9 NIL NIL NIL) (-629 1441971 1442415 1442600 "KTVLOGIC" 1442883 T KTVLOGIC (NIL) -8 NIL NIL NIL) (-628 1441806 1441830 1441871 "KRCFROM" 1441933 NIL KRCFROM (NIL T) -9 NIL NIL NIL) (-627 1440710 1440897 1441196 "KOVACIC" 1441606 NIL KOVACIC (NIL T T) -7 NIL NIL NIL) (-626 1440545 1440569 1440610 "KONVERT" 1440672 NIL KONVERT (NIL T) -9 NIL NIL NIL) (-625 1440380 1440404 1440445 "KOERCE" 1440507 NIL KOERCE (NIL T) -9 NIL NIL NIL) (-624 1438211 1438973 1439350 "KERNEL" 1440036 NIL KERNEL (NIL T) -8 NIL NIL NIL) (-623 1437707 1437788 1437920 "KERNEL2" 1438125 NIL KERNEL2 (NIL T T) -7 NIL NIL NIL) (-622 1431417 1436184 1436238 "KDAGG" 1436615 NIL KDAGG (NIL T T) -9 NIL 1436821 NIL) (-621 1430946 1431070 1431275 "KDAGG-" 1431280 NIL KDAGG- (NIL T T T) -8 NIL NIL NIL) (-620 1424094 1430607 1430762 "KAFILE" 1430824 NIL KAFILE (NIL T) -8 NIL NIL NIL) (-619 1418522 1423605 1423833 "JORDAN" 1423915 NIL JORDAN (NIL T T) -8 NIL NIL NIL) (-618 1417901 1418171 1418292 "JOINAST" 1418421 T JOINAST (NIL) -8 NIL NIL NIL) (-617 1417747 1417806 1417861 "JAVACODE" 1417866 T JAVACODE (NIL) -8 NIL NIL NIL) (-616 1413973 1415924 1415978 "IXAGG" 1416907 NIL IXAGG (NIL T T) -9 NIL 1417366 NIL) (-615 1412892 1413198 1413617 "IXAGG-" 1413622 NIL IXAGG- (NIL T T T) -8 NIL NIL NIL) (-614 1408424 1412814 1412873 "IVECTOR" 1412878 NIL IVECTOR (NIL T NIL) -8 NIL NIL NIL) (-613 1407190 1407427 1407693 "ITUPLE" 1408191 NIL ITUPLE (NIL T) -8 NIL NIL NIL) (-612 1405692 1405869 1406164 "ITRIGMNP" 1407012 NIL ITRIGMNP (NIL T T T) -7 NIL NIL NIL) (-611 1404437 1404641 1404924 "ITFUN3" 1405468 NIL ITFUN3 (NIL T T T) -7 NIL NIL NIL) (-610 1404069 1404126 1404235 "ITFUN2" 1404374 NIL ITFUN2 (NIL T T) -7 NIL NIL NIL) (-609 1403228 1403549 1403723 "ITFORM" 1403915 T ITFORM (NIL) -8 NIL NIL NIL) (-608 1401189 1402248 1402526 "ITAYLOR" 1402983 NIL ITAYLOR (NIL T) -8 NIL NIL NIL) (-607 1390134 1395326 1396489 "ISUPS" 1400059 NIL ISUPS (NIL T) -8 NIL NIL NIL) (-606 1389238 1389378 1389614 "ISUMP" 1389981 NIL ISUMP (NIL T T T T) -7 NIL NIL NIL) (-605 1384615 1389183 1389224 "ISTRING" 1389229 NIL ISTRING (NIL NIL) -8 NIL NIL NIL) (-604 1384091 1384336 1384428 "ISAST" 1384543 T ISAST (NIL) -8 NIL NIL NIL) (-603 1383300 1383382 1383598 "IRURPK" 1384005 NIL IRURPK (NIL T T T T T) -7 NIL NIL NIL) (-602 1382236 1382437 1382677 "IRSN" 1383080 T IRSN (NIL) -7 NIL NIL NIL) (-601 1380307 1380662 1381091 "IRRF2F" 1381874 NIL IRRF2F (NIL T) -7 NIL NIL NIL) (-600 1380054 1380092 1380168 "IRREDFFX" 1380263 NIL IRREDFFX (NIL T) -7 NIL NIL NIL) (-599 1378669 1378928 1379227 "IROOT" 1379787 NIL IROOT (NIL T) -7 NIL NIL NIL) (-598 1375273 1376353 1377045 "IR" 1378009 NIL IR (NIL T) -8 NIL NIL NIL) (-597 1374478 1374766 1374917 "IRFORM" 1375142 T IRFORM (NIL) -8 NIL NIL NIL) (-596 1372091 1372586 1373152 "IR2" 1373956 NIL IR2 (NIL T T) -7 NIL NIL NIL) (-595 1371191 1371304 1371518 "IR2F" 1371974 NIL IR2F (NIL T T) -7 NIL NIL NIL) (-594 1370982 1371016 1371076 "IPRNTPK" 1371151 T IPRNTPK (NIL) -7 NIL NIL NIL) (-593 1367563 1370871 1370940 "IPF" 1370945 NIL IPF (NIL NIL) -8 NIL NIL NIL) (-592 1365890 1367488 1367545 "IPADIC" 1367550 NIL IPADIC (NIL NIL NIL) -8 NIL NIL NIL) (-591 1365202 1365450 1365580 "IP4ADDR" 1365780 T IP4ADDR (NIL) -8 NIL NIL NIL) (-590 1364576 1364831 1364963 "IOMODE" 1365090 T IOMODE (NIL) -8 NIL NIL NIL) (-589 1363649 1364173 1364300 "IOBFILE" 1364469 T IOBFILE (NIL) -8 NIL NIL NIL) (-588 1363137 1363553 1363581 "IOBCON" 1363586 T IOBCON (NIL) -9 NIL 1363607 NIL) (-587 1362648 1362706 1362889 "INVLAPLA" 1363073 NIL INVLAPLA (NIL T T) -7 NIL NIL NIL) (-586 1352296 1354650 1357036 "INTTR" 1360312 NIL INTTR (NIL T T) -7 NIL NIL NIL) (-585 1348631 1349373 1350238 "INTTOOLS" 1351481 NIL INTTOOLS (NIL T T) -7 NIL NIL NIL) (-584 1348217 1348308 1348425 "INTSLPE" 1348534 T INTSLPE (NIL) -7 NIL NIL NIL) (-583 1346170 1348140 1348199 "INTRVL" 1348204 NIL INTRVL (NIL T) -8 NIL NIL NIL) (-582 1343772 1344284 1344859 "INTRF" 1345655 NIL INTRF (NIL T) -7 NIL NIL NIL) (-581 1343183 1343280 1343422 "INTRET" 1343670 NIL INTRET (NIL T) -7 NIL NIL NIL) (-580 1341180 1341569 1342039 "INTRAT" 1342791 NIL INTRAT (NIL T T) -7 NIL NIL NIL) (-579 1338443 1339026 1339645 "INTPM" 1340665 NIL INTPM (NIL T T) -7 NIL NIL NIL) (-578 1335188 1335787 1336525 "INTPAF" 1337829 NIL INTPAF (NIL T T T) -7 NIL NIL NIL) (-577 1330367 1331329 1332380 "INTPACK" 1334157 T INTPACK (NIL) -7 NIL NIL NIL) (-576 1327179 1330164 1330273 "INT" 1330278 T INT (NIL) -8 NIL NIL NIL) (-575 1326431 1326583 1326791 "INTHERTR" 1327021 NIL INTHERTR (NIL T T) -7 NIL NIL NIL) (-574 1325870 1325950 1326138 "INTHERAL" 1326345 NIL INTHERAL (NIL T T T T) -7 NIL NIL NIL) (-573 1323716 1324159 1324616 "INTHEORY" 1325433 T INTHEORY (NIL) -7 NIL NIL NIL) (-572 1315122 1316743 1318515 "INTG0" 1322068 NIL INTG0 (NIL T T T) -7 NIL NIL NIL) (-571 1295695 1300485 1305295 "INTFTBL" 1310332 T INTFTBL (NIL) -8 NIL NIL NIL) (-570 1294944 1295082 1295255 "INTFACT" 1295554 NIL INTFACT (NIL T) -7 NIL NIL NIL) (-569 1292371 1292817 1293374 "INTEF" 1294498 NIL INTEF (NIL T T) -7 NIL NIL NIL) (-568 1290724 1291463 1291491 "INTDOM" 1291792 T INTDOM (NIL) -9 NIL 1291999 NIL) (-567 1290093 1290267 1290509 "INTDOM-" 1290514 NIL INTDOM- (NIL T) -8 NIL NIL NIL) (-566 1286467 1288395 1288449 "INTCAT" 1289248 NIL INTCAT (NIL T) -9 NIL 1289569 NIL) (-565 1285939 1286042 1286170 "INTBIT" 1286359 T INTBIT (NIL) -7 NIL NIL NIL) (-564 1284638 1284792 1285099 "INTALG" 1285784 NIL INTALG (NIL T T T T T) -7 NIL NIL NIL) (-563 1284121 1284211 1284368 "INTAF" 1284542 NIL INTAF (NIL T T) -7 NIL NIL NIL) (-562 1277468 1283931 1284071 "INTABL" 1284076 NIL INTABL (NIL T T T) -8 NIL NIL NIL) (-561 1276801 1277267 1277332 "INT8" 1277366 T INT8 (NIL) -8 NIL NIL 1277411) (-560 1276133 1276599 1276664 "INT64" 1276698 T INT64 (NIL) -8 NIL NIL 1276743) (-559 1275465 1275931 1275996 "INT32" 1276030 T INT32 (NIL) -8 NIL NIL 1276075) (-558 1274797 1275263 1275328 "INT16" 1275362 T INT16 (NIL) -8 NIL NIL 1275407) (-557 1269506 1272358 1272386 "INS" 1273320 T INS (NIL) -9 NIL 1273985 NIL) (-556 1266746 1267517 1268491 "INS-" 1268564 NIL INS- (NIL T) -8 NIL NIL NIL) (-555 1265521 1265748 1266046 "INPSIGN" 1266499 NIL INPSIGN (NIL T T) -7 NIL NIL NIL) (-554 1264639 1264756 1264953 "INPRODPF" 1265401 NIL INPRODPF (NIL T T) -7 NIL NIL NIL) (-553 1263533 1263650 1263887 "INPRODFF" 1264519 NIL INPRODFF (NIL T T T T) -7 NIL NIL NIL) (-552 1262533 1262685 1262945 "INNMFACT" 1263369 NIL INNMFACT (NIL T T T T) -7 NIL NIL NIL) (-551 1261730 1261827 1262015 "INMODGCD" 1262432 NIL INMODGCD (NIL T T NIL NIL) -7 NIL NIL NIL) (-550 1260238 1260483 1260807 "INFSP" 1261475 NIL INFSP (NIL T T T) -7 NIL NIL NIL) (-549 1259422 1259539 1259722 "INFPROD0" 1260118 NIL INFPROD0 (NIL T T) -7 NIL NIL NIL) (-548 1256277 1257487 1258002 "INFORM" 1258915 T INFORM (NIL) -8 NIL NIL NIL) (-547 1255887 1255947 1256045 "INFORM1" 1256212 NIL INFORM1 (NIL T) -7 NIL NIL NIL) (-546 1255410 1255499 1255613 "INFINITY" 1255793 T INFINITY (NIL) -7 NIL NIL NIL) (-545 1254586 1255130 1255231 "INETCLTS" 1255329 T INETCLTS (NIL) -8 NIL NIL NIL) (-544 1253202 1253452 1253773 "INEP" 1254334 NIL INEP (NIL T T T) -7 NIL NIL NIL) (-543 1252407 1253099 1253164 "INDE" 1253169 NIL INDE (NIL T) -8 NIL NIL NIL) (-542 1251971 1252039 1252156 "INCRMAPS" 1252334 NIL INCRMAPS (NIL T) -7 NIL NIL NIL) (-541 1250789 1251240 1251446 "INBFILE" 1251785 T INBFILE (NIL) -8 NIL NIL NIL) (-540 1246088 1247025 1247969 "INBFF" 1249877 NIL INBFF (NIL T) -7 NIL NIL NIL) (-539 1244996 1245265 1245293 "INBCON" 1245806 T INBCON (NIL) -9 NIL 1246072 NIL) (-538 1244248 1244471 1244747 "INBCON-" 1244752 NIL INBCON- (NIL T) -8 NIL NIL NIL) (-537 1243727 1243972 1244063 "INAST" 1244177 T INAST (NIL) -8 NIL NIL NIL) (-536 1243154 1243406 1243512 "IMPTAST" 1243641 T IMPTAST (NIL) -8 NIL NIL NIL) (-535 1239554 1242998 1243102 "IMATRIX" 1243107 NIL IMATRIX (NIL T NIL NIL) -8 NIL NIL NIL) (-534 1238262 1238385 1238701 "IMATQF" 1239410 NIL IMATQF (NIL T T T T T T T T) -7 NIL NIL NIL) (-533 1236482 1236709 1237046 "IMATLIN" 1238018 NIL IMATLIN (NIL T T T T) -7 NIL NIL NIL) (-532 1231062 1236406 1236464 "ILIST" 1236469 NIL ILIST (NIL T NIL) -8 NIL NIL NIL) (-531 1228969 1230922 1231035 "IIARRAY2" 1231040 NIL IIARRAY2 (NIL T NIL NIL T T) -8 NIL NIL NIL) (-530 1224367 1228880 1228944 "IFF" 1228949 NIL IFF (NIL NIL NIL) -8 NIL NIL NIL) (-529 1223714 1223984 1224100 "IFAST" 1224271 T IFAST (NIL) -8 NIL NIL NIL) (-528 1218711 1223006 1223194 "IFARRAY" 1223571 NIL IFARRAY (NIL T NIL) -8 NIL NIL NIL) (-527 1217891 1218615 1218688 "IFAMON" 1218693 NIL IFAMON (NIL T T NIL) -8 NIL NIL NIL) (-526 1217475 1217540 1217594 "IEVALAB" 1217801 NIL IEVALAB (NIL T T) -9 NIL NIL NIL) (-525 1217150 1217218 1217378 "IEVALAB-" 1217383 NIL IEVALAB- (NIL T T T) -8 NIL NIL NIL) (-524 1216740 1217064 1217127 "IDPO" 1217132 NIL IDPO (NIL T T) -8 NIL NIL NIL) (-523 1215948 1216629 1216704 "IDPOAMS" 1216709 NIL IDPOAMS (NIL T T) -8 NIL NIL NIL) (-522 1215213 1215837 1215912 "IDPOAM" 1215917 NIL IDPOAM (NIL T T) -8 NIL NIL NIL) (-521 1214070 1214387 1214440 "IDPC" 1214958 NIL IDPC (NIL T T) -9 NIL 1215149 NIL) (-520 1213497 1213962 1214035 "IDPAM" 1214040 NIL IDPAM (NIL T T) -8 NIL NIL NIL) (-519 1212831 1213389 1213462 "IDPAG" 1213467 NIL IDPAG (NIL T T) -8 NIL NIL NIL) (-518 1212476 1212667 1212742 "IDENT" 1212776 T IDENT (NIL) -8 NIL NIL NIL) (-517 1208731 1209579 1210474 "IDECOMP" 1211633 NIL IDECOMP (NIL NIL NIL) -7 NIL NIL NIL) (-516 1201568 1202654 1203701 "IDEAL" 1207767 NIL IDEAL (NIL T T T T) -8 NIL NIL NIL) (-515 1200728 1200840 1201040 "ICDEN" 1201452 NIL ICDEN (NIL T T T T) -7 NIL NIL NIL) (-514 1199799 1200208 1200355 "ICARD" 1200601 T ICARD (NIL) -8 NIL NIL NIL) (-513 1197859 1198172 1198577 "IBPTOOLS" 1199476 NIL IBPTOOLS (NIL T T T T) -7 NIL NIL NIL) (-512 1193466 1197479 1197592 "IBITS" 1197778 NIL IBITS (NIL NIL) -8 NIL NIL NIL) (-511 1190189 1190765 1191460 "IBATOOL" 1192883 NIL IBATOOL (NIL T T T) -7 NIL NIL NIL) (-510 1187968 1188430 1188963 "IBACHIN" 1189724 NIL IBACHIN (NIL T T T) -7 NIL NIL NIL) (-509 1185799 1187814 1187917 "IARRAY2" 1187922 NIL IARRAY2 (NIL T NIL NIL) -8 NIL NIL NIL) (-508 1181907 1185725 1185782 "IARRAY1" 1185787 NIL IARRAY1 (NIL T NIL) -8 NIL NIL NIL) (-507 1175767 1180319 1180800 "IAN" 1181446 T IAN (NIL) -8 NIL NIL NIL) (-506 1175278 1175335 1175508 "IALGFACT" 1175704 NIL IALGFACT (NIL T T T T) -7 NIL NIL NIL) (-505 1174806 1174919 1174947 "HYPCAT" 1175154 T HYPCAT (NIL) -9 NIL NIL NIL) (-504 1174344 1174461 1174647 "HYPCAT-" 1174652 NIL HYPCAT- (NIL T) -8 NIL NIL NIL) (-503 1173939 1174139 1174222 "HOSTNAME" 1174281 T HOSTNAME (NIL) -8 NIL NIL NIL) (-502 1173784 1173821 1173862 "HOMOTOP" 1173867 NIL HOMOTOP (NIL T) -9 NIL 1173900 NIL) (-501 1170340 1171716 1171757 "HOAGG" 1172738 NIL HOAGG (NIL T) -9 NIL 1173467 NIL) (-500 1168934 1169333 1169859 "HOAGG-" 1169864 NIL HOAGG- (NIL T T) -8 NIL NIL NIL) (-499 1162650 1168527 1168677 "HEXADEC" 1168804 T HEXADEC (NIL) -8 NIL NIL NIL) (-498 1161398 1161620 1161883 "HEUGCD" 1162427 NIL HEUGCD (NIL T) -7 NIL NIL NIL) (-497 1160474 1161235 1161365 "HELLFDIV" 1161370 NIL HELLFDIV (NIL T T T T) -8 NIL NIL NIL) (-496 1158655 1160251 1160339 "HEAP" 1160418 NIL HEAP (NIL T) -8 NIL NIL NIL) (-495 1157918 1158207 1158341 "HEADAST" 1158541 T HEADAST (NIL) -8 NIL NIL NIL) (-494 1151760 1157833 1157895 "HDP" 1157900 NIL HDP (NIL NIL T) -8 NIL NIL NIL) (-493 1145472 1151395 1151547 "HDMP" 1151661 NIL HDMP (NIL NIL T) -8 NIL NIL NIL) (-492 1144796 1144936 1145100 "HB" 1145328 T HB (NIL) -7 NIL NIL NIL) (-491 1138186 1144642 1144746 "HASHTBL" 1144751 NIL HASHTBL (NIL T T NIL) -8 NIL NIL NIL) (-490 1137662 1137907 1137999 "HASAST" 1138114 T HASAST (NIL) -8 NIL NIL NIL) (-489 1135440 1137284 1137466 "HACKPI" 1137500 T HACKPI (NIL) -8 NIL NIL NIL) (-488 1131108 1135293 1135406 "GTSET" 1135411 NIL GTSET (NIL T T T T) -8 NIL NIL NIL) (-487 1124527 1130986 1131084 "GSTBL" 1131089 NIL GSTBL (NIL T T T NIL) -8 NIL NIL NIL) (-486 1116914 1123692 1123948 "GSERIES" 1124327 NIL GSERIES (NIL T NIL NIL) -8 NIL NIL NIL) (-485 1116041 1116458 1116486 "GROUP" 1116689 T GROUP (NIL) -9 NIL 1116823 NIL) (-484 1115407 1115566 1115817 "GROUP-" 1115822 NIL GROUP- (NIL T) -8 NIL NIL NIL) (-483 1113774 1114095 1114482 "GROEBSOL" 1115084 NIL GROEBSOL (NIL NIL T T) -7 NIL NIL NIL) (-482 1112674 1112962 1113013 "GRMOD" 1113542 NIL GRMOD (NIL T T) -9 NIL 1113710 NIL) (-481 1112442 1112478 1112606 "GRMOD-" 1112611 NIL GRMOD- (NIL T T T) -8 NIL NIL NIL) (-480 1107732 1108796 1109796 "GRIMAGE" 1111462 T GRIMAGE (NIL) -8 NIL NIL NIL) (-479 1106198 1106459 1106783 "GRDEF" 1107428 T GRDEF (NIL) -7 NIL NIL NIL) (-478 1105642 1105758 1105899 "GRAY" 1106077 T GRAY (NIL) -7 NIL NIL NIL) (-477 1104815 1105221 1105272 "GRALG" 1105425 NIL GRALG (NIL T T) -9 NIL 1105518 NIL) (-476 1104476 1104549 1104712 "GRALG-" 1104717 NIL GRALG- (NIL T T T) -8 NIL NIL NIL) (-475 1101253 1104061 1104239 "GPOLSET" 1104383 NIL GPOLSET (NIL T T T T) -8 NIL NIL NIL) (-474 1100607 1100664 1100922 "GOSPER" 1101190 NIL GOSPER (NIL T T T T T) -7 NIL NIL NIL) (-473 1096339 1097045 1097571 "GMODPOL" 1100306 NIL GMODPOL (NIL NIL T T T NIL T) -8 NIL NIL NIL) (-472 1095344 1095528 1095766 "GHENSEL" 1096151 NIL GHENSEL (NIL T T) -7 NIL NIL NIL) (-471 1089500 1090343 1091363 "GENUPS" 1094428 NIL GENUPS (NIL T T) -7 NIL NIL NIL) (-470 1089197 1089248 1089337 "GENUFACT" 1089443 NIL GENUFACT (NIL T) -7 NIL NIL NIL) (-469 1088609 1088686 1088851 "GENPGCD" 1089115 NIL GENPGCD (NIL T T T T) -7 NIL NIL NIL) (-468 1088083 1088118 1088331 "GENMFACT" 1088568 NIL GENMFACT (NIL T T T T T) -7 NIL NIL NIL) (-467 1086649 1086906 1087213 "GENEEZ" 1087826 NIL GENEEZ (NIL T T) -7 NIL NIL NIL) (-466 1080521 1086260 1086422 "GDMP" 1086572 NIL GDMP (NIL NIL T T) -8 NIL NIL NIL) (-465 1069864 1074292 1075398 "GCNAALG" 1079504 NIL GCNAALG (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-464 1068177 1069039 1069067 "GCDDOM" 1069322 T GCDDOM (NIL) -9 NIL 1069479 NIL) (-463 1067647 1067774 1067989 "GCDDOM-" 1067994 NIL GCDDOM- (NIL T) -8 NIL NIL NIL) (-462 1066319 1066504 1066808 "GB" 1067426 NIL GB (NIL T T T T) -7 NIL NIL NIL) (-461 1054935 1057265 1059657 "GBINTERN" 1064010 NIL GBINTERN (NIL T T T T) -7 NIL NIL NIL) (-460 1052772 1053064 1053485 "GBF" 1054610 NIL GBF (NIL T T T T) -7 NIL NIL NIL) (-459 1051553 1051718 1051985 "GBEUCLID" 1052588 NIL GBEUCLID (NIL T T T T) -7 NIL NIL NIL) (-458 1050902 1051027 1051176 "GAUSSFAC" 1051424 T GAUSSFAC (NIL) -7 NIL NIL NIL) (-457 1049269 1049571 1049885 "GALUTIL" 1050621 NIL GALUTIL (NIL T) -7 NIL NIL NIL) (-456 1047577 1047851 1048175 "GALPOLYU" 1048996 NIL GALPOLYU (NIL T T) -7 NIL NIL NIL) (-455 1044942 1045232 1045639 "GALFACTU" 1047274 NIL GALFACTU (NIL T T T) -7 NIL NIL NIL) (-454 1036748 1038247 1039855 "GALFACT" 1043374 NIL GALFACT (NIL T) -7 NIL NIL NIL) (-453 1034136 1034794 1034822 "FVFUN" 1035978 T FVFUN (NIL) -9 NIL 1036698 NIL) (-452 1033402 1033584 1033612 "FVC" 1033903 T FVC (NIL) -9 NIL 1034086 NIL) (-451 1033045 1033227 1033295 "FUNDESC" 1033354 T FUNDESC (NIL) -8 NIL NIL NIL) (-450 1032660 1032842 1032923 "FUNCTION" 1032997 NIL FUNCTION (NIL NIL) -8 NIL NIL NIL) (-449 1030404 1030982 1031448 "FT" 1032214 T FT (NIL) -8 NIL NIL NIL) (-448 1029195 1029705 1029908 "FTEM" 1030221 T FTEM (NIL) -8 NIL NIL NIL) (-447 1027486 1027775 1028172 "FSUPFACT" 1028886 NIL FSUPFACT (NIL T T T) -7 NIL NIL NIL) (-446 1025883 1026172 1026504 "FST" 1027174 T FST (NIL) -8 NIL NIL NIL) (-445 1025082 1025188 1025376 "FSRED" 1025765 NIL FSRED (NIL T T) -7 NIL NIL NIL) (-444 1023781 1024037 1024384 "FSPRMELT" 1024797 NIL FSPRMELT (NIL T T) -7 NIL NIL NIL) (-443 1021087 1021525 1022011 "FSPECF" 1023344 NIL FSPECF (NIL T T) -7 NIL NIL NIL) (-442 1002152 1010861 1010902 "FS" 1014786 NIL FS (NIL T) -9 NIL 1017075 NIL) (-441 990795 993788 997845 "FS-" 998145 NIL FS- (NIL T T) -8 NIL NIL NIL) (-440 990323 990377 990547 "FSINT" 990736 NIL FSINT (NIL T T) -7 NIL NIL NIL) (-439 988615 989316 989619 "FSERIES" 990102 NIL FSERIES (NIL T T) -8 NIL NIL NIL) (-438 987657 987773 987997 "FSCINT" 988495 NIL FSCINT (NIL T T) -7 NIL NIL NIL) (-437 983865 986601 986642 "FSAGG" 987012 NIL FSAGG (NIL T) -9 NIL 987271 NIL) (-436 981627 982228 983024 "FSAGG-" 983119 NIL FSAGG- (NIL T T) -8 NIL NIL NIL) (-435 980669 980812 981039 "FSAGG2" 981480 NIL FSAGG2 (NIL T T T T) -7 NIL NIL NIL) (-434 978347 978627 979175 "FS2UPS" 980387 NIL FS2UPS (NIL T T T T T NIL) -7 NIL NIL NIL) (-433 977981 978024 978153 "FS2" 978298 NIL FS2 (NIL T T T T) -7 NIL NIL NIL) (-432 976859 977030 977332 "FS2EXPXP" 977806 NIL FS2EXPXP (NIL T T NIL NIL) -7 NIL NIL NIL) (-431 976285 976400 976552 "FRUTIL" 976739 NIL FRUTIL (NIL T) -7 NIL NIL NIL) (-430 967698 971780 973138 "FR" 974959 NIL FR (NIL T) -8 NIL NIL NIL) (-429 962712 965387 965427 "FRNAALG" 966747 NIL FRNAALG (NIL T) -9 NIL 967345 NIL) (-428 958385 959461 960736 "FRNAALG-" 961486 NIL FRNAALG- (NIL T T) -8 NIL NIL NIL) (-427 958023 958066 958193 "FRNAAF2" 958336 NIL FRNAAF2 (NIL T T T T) -7 NIL NIL NIL) (-426 956398 956872 957168 "FRMOD" 957835 NIL FRMOD (NIL T T T T NIL) -8 NIL NIL NIL) (-425 954141 954773 955091 "FRIDEAL" 956189 NIL FRIDEAL (NIL T T T T) -8 NIL NIL NIL) (-424 953332 953419 953710 "FRIDEAL2" 954048 NIL FRIDEAL2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-423 952465 952879 952920 "FRETRCT" 952925 NIL FRETRCT (NIL T) -9 NIL 953101 NIL) (-422 951577 951808 952159 "FRETRCT-" 952164 NIL FRETRCT- (NIL T T) -8 NIL NIL NIL) (-421 948651 949861 949920 "FRAMALG" 950802 NIL FRAMALG (NIL T T) -9 NIL 951094 NIL) (-420 946785 947240 947870 "FRAMALG-" 948093 NIL FRAMALG- (NIL T T T) -8 NIL NIL NIL) (-419 940428 946258 946535 "FRAC" 946540 NIL FRAC (NIL T) -8 NIL NIL NIL) (-418 940064 940121 940228 "FRAC2" 940365 NIL FRAC2 (NIL T T) -7 NIL NIL NIL) (-417 939700 939757 939864 "FR2" 940001 NIL FR2 (NIL T T) -7 NIL NIL NIL) (-416 934199 937092 937120 "FPS" 938239 T FPS (NIL) -9 NIL 938796 NIL) (-415 933648 933757 933921 "FPS-" 934067 NIL FPS- (NIL T) -8 NIL NIL NIL) (-414 930936 932605 932633 "FPC" 932858 T FPC (NIL) -9 NIL 933000 NIL) (-413 930729 930769 930866 "FPC-" 930871 NIL FPC- (NIL T) -8 NIL NIL NIL) (-412 929519 930217 930258 "FPATMAB" 930263 NIL FPATMAB (NIL T) -9 NIL 930415 NIL) (-411 927758 928261 928608 "FPARFRAC" 929235 NIL FPARFRAC (NIL T T) -8 NIL NIL NIL) (-410 923152 923650 924332 "FORTRAN" 927190 NIL FORTRAN (NIL NIL NIL NIL NIL) -8 NIL NIL NIL) (-409 920868 921368 921907 "FORT" 922633 T FORT (NIL) -7 NIL NIL NIL) (-408 918544 919106 919134 "FORTFN" 920194 T FORTFN (NIL) -9 NIL 920818 NIL) (-407 918308 918358 918386 "FORTCAT" 918445 T FORTCAT (NIL) -9 NIL 918507 NIL) (-406 916414 916924 917314 "FORMULA" 917938 T FORMULA (NIL) -8 NIL NIL NIL) (-405 916202 916232 916301 "FORMULA1" 916378 NIL FORMULA1 (NIL T) -7 NIL NIL NIL) (-404 915725 915777 915950 "FORDER" 916144 NIL FORDER (NIL T T T T) -7 NIL NIL NIL) (-403 914821 914985 915178 "FOP" 915552 T FOP (NIL) -7 NIL NIL NIL) (-402 913402 914101 914275 "FNLA" 914703 NIL FNLA (NIL NIL NIL T) -8 NIL NIL NIL) (-401 912117 912532 912560 "FNCAT" 913020 T FNCAT (NIL) -9 NIL 913280 NIL) (-400 911656 912076 912104 "FNAME" 912109 T FNAME (NIL) -8 NIL NIL NIL) (-399 910205 911168 911196 "FMTC" 911201 T FMTC (NIL) -9 NIL 911237 NIL) (-398 908951 910141 910187 "FMONOID" 910192 NIL FMONOID (NIL T) -8 NIL NIL NIL) (-397 905765 906933 906974 "FMONCAT" 908191 NIL FMONCAT (NIL T) -9 NIL 908796 NIL) (-396 904915 905507 905656 "FM" 905661 NIL FM (NIL T T) -8 NIL NIL NIL) (-395 902339 902985 903013 "FMFUN" 904157 T FMFUN (NIL) -9 NIL 904865 NIL) (-394 901608 901789 901817 "FMC" 902107 T FMC (NIL) -9 NIL 902289 NIL) (-393 898673 899533 899587 "FMCAT" 900782 NIL FMCAT (NIL T T) -9 NIL 901277 NIL) (-392 897539 898439 898539 "FM1" 898618 NIL FM1 (NIL T T) -8 NIL NIL NIL) (-391 895313 895729 896223 "FLOATRP" 897090 NIL FLOATRP (NIL T) -7 NIL NIL NIL) (-390 888891 893042 893663 "FLOAT" 894712 T FLOAT (NIL) -8 NIL NIL NIL) (-389 886329 886829 887407 "FLOATCP" 888358 NIL FLOATCP (NIL T) -7 NIL NIL NIL) (-388 884977 885921 885962 "FLINEXP" 885967 NIL FLINEXP (NIL T) -9 NIL 886060 NIL) (-387 884131 884366 884694 "FLINEXP-" 884699 NIL FLINEXP- (NIL T T) -8 NIL NIL NIL) (-386 883207 883351 883575 "FLASORT" 883983 NIL FLASORT (NIL T T) -7 NIL NIL NIL) (-385 880309 881177 881229 "FLALG" 882456 NIL FLALG (NIL T T) -9 NIL 882923 NIL) (-384 873995 877745 877786 "FLAGG" 879048 NIL FLAGG (NIL T) -9 NIL 879700 NIL) (-383 872721 873060 873550 "FLAGG-" 873555 NIL FLAGG- (NIL T T) -8 NIL NIL NIL) (-382 871763 871906 872133 "FLAGG2" 872574 NIL FLAGG2 (NIL T T T T) -7 NIL NIL NIL) (-381 868600 869608 869667 "FINRALG" 870795 NIL FINRALG (NIL T T) -9 NIL 871303 NIL) (-380 867760 867989 868328 "FINRALG-" 868333 NIL FINRALG- (NIL T T T) -8 NIL NIL NIL) (-379 867126 867365 867393 "FINITE" 867589 T FINITE (NIL) -9 NIL 867696 NIL) (-378 859469 861656 861696 "FINAALG" 865363 NIL FINAALG (NIL T) -9 NIL 866816 NIL) (-377 854801 855851 856995 "FINAALG-" 858374 NIL FINAALG- (NIL T T) -8 NIL NIL NIL) (-376 854169 854556 854659 "FILE" 854731 NIL FILE (NIL T) -8 NIL NIL NIL) (-375 852813 853151 853205 "FILECAT" 853889 NIL FILECAT (NIL T T) -9 NIL 854105 NIL) (-374 850515 852043 852071 "FIELD" 852111 T FIELD (NIL) -9 NIL 852191 NIL) (-373 849135 849520 850031 "FIELD-" 850036 NIL FIELD- (NIL T) -8 NIL NIL NIL) (-372 846985 847770 848117 "FGROUP" 848821 NIL FGROUP (NIL T) -8 NIL NIL NIL) (-371 846075 846239 846459 "FGLMICPK" 846817 NIL FGLMICPK (NIL T NIL) -7 NIL NIL NIL) (-370 841907 846000 846057 "FFX" 846062 NIL FFX (NIL T NIL) -8 NIL NIL NIL) (-369 841508 841569 841704 "FFSLPE" 841840 NIL FFSLPE (NIL T T T) -7 NIL NIL NIL) (-368 837498 838280 839076 "FFPOLY" 840744 NIL FFPOLY (NIL T) -7 NIL NIL NIL) (-367 837002 837038 837247 "FFPOLY2" 837456 NIL FFPOLY2 (NIL T T) -7 NIL NIL NIL) (-366 832848 836921 836984 "FFP" 836989 NIL FFP (NIL T NIL) -8 NIL NIL NIL) (-365 828246 832759 832823 "FF" 832828 NIL FF (NIL NIL NIL) -8 NIL NIL NIL) (-364 823372 827589 827779 "FFNBX" 828100 NIL FFNBX (NIL T NIL) -8 NIL NIL NIL) (-363 818300 822507 822765 "FFNBP" 823226 NIL FFNBP (NIL T NIL) -8 NIL NIL NIL) (-362 812933 817584 817795 "FFNB" 818133 NIL FFNB (NIL NIL NIL) -8 NIL NIL NIL) (-361 811765 811963 812278 "FFINTBAS" 812730 NIL FFINTBAS (NIL T T T) -7 NIL NIL NIL) (-360 807791 810012 810040 "FFIELDC" 810660 T FFIELDC (NIL) -9 NIL 811036 NIL) (-359 806453 806824 807321 "FFIELDC-" 807326 NIL FFIELDC- (NIL T) -8 NIL NIL NIL) (-358 806022 806068 806192 "FFHOM" 806395 NIL FFHOM (NIL T T T) -7 NIL NIL NIL) (-357 803717 804204 804721 "FFF" 805537 NIL FFF (NIL T) -7 NIL NIL NIL) (-356 799335 803459 803560 "FFCGX" 803660 NIL FFCGX (NIL T NIL) -8 NIL NIL NIL) (-355 794957 799067 799174 "FFCGP" 799278 NIL FFCGP (NIL T NIL) -8 NIL NIL NIL) (-354 790140 794684 794792 "FFCG" 794893 NIL FFCG (NIL NIL NIL) -8 NIL NIL NIL) (-353 769669 779872 779958 "FFCAT" 785123 NIL FFCAT (NIL T T T) -9 NIL 786574 NIL) (-352 764866 765914 767228 "FFCAT-" 768458 NIL FFCAT- (NIL T T T T) -8 NIL NIL NIL) (-351 764277 764320 764555 "FFCAT2" 764817 NIL FFCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-350 753600 757249 758469 "FEXPR" 763129 NIL FEXPR (NIL NIL NIL T) -8 NIL NIL NIL) (-349 752562 752997 753038 "FEVALAB" 753122 NIL FEVALAB (NIL T) -9 NIL 753383 NIL) (-348 751721 751931 752269 "FEVALAB-" 752274 NIL FEVALAB- (NIL T T) -8 NIL NIL NIL) (-347 750287 751104 751307 "FDIV" 751620 NIL FDIV (NIL T T T T) -8 NIL NIL NIL) (-346 747293 748034 748149 "FDIVCAT" 749717 NIL FDIVCAT (NIL T T T T) -9 NIL 750154 NIL) (-345 747055 747082 747252 "FDIVCAT-" 747257 NIL FDIVCAT- (NIL T T T T T) -8 NIL NIL NIL) (-344 746275 746362 746639 "FDIV2" 746962 NIL FDIV2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-343 745249 745570 745772 "FCTRDATA" 746093 T FCTRDATA (NIL) -8 NIL NIL NIL) (-342 743935 744194 744483 "FCPAK1" 744980 T FCPAK1 (NIL) -7 NIL NIL NIL) (-341 743034 743435 743576 "FCOMP" 743826 NIL FCOMP (NIL T) -8 NIL NIL NIL) (-340 726739 730184 733722 "FC" 739516 T FC (NIL) -8 NIL NIL NIL) (-339 719032 723060 723100 "FAXF" 724902 NIL FAXF (NIL T) -9 NIL 725594 NIL) (-338 716309 716966 717791 "FAXF-" 718256 NIL FAXF- (NIL T T) -8 NIL NIL NIL) (-337 711363 715685 715861 "FARRAY" 716166 NIL FARRAY (NIL T) -8 NIL NIL NIL) (-336 706243 708310 708363 "FAMR" 709386 NIL FAMR (NIL T T) -9 NIL 709846 NIL) (-335 705133 705435 705870 "FAMR-" 705875 NIL FAMR- (NIL T T T) -8 NIL NIL NIL) (-334 704302 705055 705108 "FAMONOID" 705113 NIL FAMONOID (NIL T) -8 NIL NIL NIL) (-333 702074 702784 702837 "FAMONC" 703778 NIL FAMONC (NIL T T) -9 NIL 704164 NIL) (-332 700738 701828 701965 "FAGROUP" 701970 NIL FAGROUP (NIL T) -8 NIL NIL NIL) (-331 698533 698852 699255 "FACUTIL" 700419 NIL FACUTIL (NIL T T T T) -7 NIL NIL NIL) (-330 697632 697817 698039 "FACTFUNC" 698343 NIL FACTFUNC (NIL T) -7 NIL NIL NIL) (-329 690054 696935 697134 "EXPUPXS" 697488 NIL EXPUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-328 687537 688077 688663 "EXPRTUBE" 689488 T EXPRTUBE (NIL) -7 NIL NIL NIL) (-327 683808 684400 685130 "EXPRODE" 686876 NIL EXPRODE (NIL T T) -7 NIL NIL NIL) (-326 669292 682457 682886 "EXPR" 683412 NIL EXPR (NIL T) -8 NIL NIL NIL) (-325 663846 664433 665239 "EXPR2UPS" 668590 NIL EXPR2UPS (NIL T T) -7 NIL NIL NIL) (-324 663478 663535 663644 "EXPR2" 663783 NIL EXPR2 (NIL T T) -7 NIL NIL NIL) (-323 654475 662629 662920 "EXPEXPAN" 663314 NIL EXPEXPAN (NIL T T NIL NIL) -8 NIL NIL NIL) (-322 654275 654432 654461 "EXIT" 654466 T EXIT (NIL) -8 NIL NIL NIL) (-321 653755 653999 654090 "EXITAST" 654204 T EXITAST (NIL) -8 NIL NIL NIL) (-320 653382 653444 653557 "EVALCYC" 653687 NIL EVALCYC (NIL T) -7 NIL NIL NIL) (-319 652923 653041 653082 "EVALAB" 653252 NIL EVALAB (NIL T) -9 NIL 653356 NIL) (-318 652404 652526 652747 "EVALAB-" 652752 NIL EVALAB- (NIL T T) -8 NIL NIL NIL) (-317 649758 651060 651088 "EUCDOM" 651643 T EUCDOM (NIL) -9 NIL 651993 NIL) (-316 648163 648605 649195 "EUCDOM-" 649200 NIL EUCDOM- (NIL T) -8 NIL NIL NIL) (-315 635702 638461 641211 "ESTOOLS" 645433 T ESTOOLS (NIL) -7 NIL NIL NIL) (-314 635334 635391 635500 "ESTOOLS2" 635639 NIL ESTOOLS2 (NIL T T) -7 NIL NIL NIL) (-313 635085 635127 635207 "ESTOOLS1" 635286 NIL ESTOOLS1 (NIL T) -7 NIL NIL NIL) (-312 629108 630716 630744 "ES" 633512 T ES (NIL) -9 NIL 634922 NIL) (-311 624055 625342 627159 "ES-" 627323 NIL ES- (NIL T) -8 NIL NIL NIL) (-310 620429 621190 621970 "ESCONT" 623295 T ESCONT (NIL) -7 NIL NIL NIL) (-309 620174 620206 620288 "ESCONT1" 620391 NIL ESCONT1 (NIL NIL NIL) -7 NIL NIL NIL) (-308 619849 619899 619999 "ES2" 620118 NIL ES2 (NIL T T) -7 NIL NIL NIL) (-307 619479 619537 619646 "ES1" 619785 NIL ES1 (NIL T T) -7 NIL NIL NIL) (-306 618695 618824 619000 "ERROR" 619323 T ERROR (NIL) -7 NIL NIL NIL) (-305 612091 618554 618645 "EQTBL" 618650 NIL EQTBL (NIL T T) -8 NIL NIL NIL) (-304 604594 607405 608854 "EQ" 610675 NIL -2032 (NIL T) -8 NIL NIL NIL) (-303 604226 604283 604392 "EQ2" 604531 NIL EQ2 (NIL T T) -7 NIL NIL NIL) (-302 599517 600564 601657 "EP" 603165 NIL EP (NIL T) -7 NIL NIL NIL) (-301 598117 598408 598714 "ENV" 599231 T ENV (NIL) -8 NIL NIL NIL) (-300 597197 597751 597779 "ENTIRER" 597784 T ENTIRER (NIL) -9 NIL 597830 NIL) (-299 593891 595379 595740 "EMR" 597005 NIL EMR (NIL T T T NIL NIL NIL) -8 NIL NIL NIL) (-298 593021 593206 593260 "ELTAGG" 593640 NIL ELTAGG (NIL T T) -9 NIL 593851 NIL) (-297 592740 592802 592943 "ELTAGG-" 592948 NIL ELTAGG- (NIL T T T) -8 NIL NIL NIL) (-296 592504 592533 592587 "ELTAB" 592671 NIL ELTAB (NIL T T) -9 NIL 592723 NIL) (-295 591630 591776 591975 "ELFUTS" 592355 NIL ELFUTS (NIL T T) -7 NIL NIL NIL) (-294 591372 591428 591456 "ELEMFUN" 591561 T ELEMFUN (NIL) -9 NIL NIL NIL) (-293 591242 591263 591331 "ELEMFUN-" 591336 NIL ELEMFUN- (NIL T) -8 NIL NIL NIL) (-292 586030 589284 589325 "ELAGG" 590265 NIL ELAGG (NIL T) -9 NIL 590728 NIL) (-291 584315 584749 585412 "ELAGG-" 585417 NIL ELAGG- (NIL T T) -8 NIL NIL NIL) (-290 583627 583764 583920 "ELABOR" 584179 T ELABOR (NIL) -8 NIL NIL NIL) (-289 582288 582567 582861 "ELABEXPR" 583353 T ELABEXPR (NIL) -8 NIL NIL NIL) (-288 575122 576925 577754 "EFUPXS" 581563 NIL EFUPXS (NIL T T T T) -8 NIL NIL NIL) (-287 568570 570371 571182 "EFULS" 574397 NIL EFULS (NIL T T T) -8 NIL NIL NIL) (-286 566055 566413 566885 "EFSTRUC" 568202 NIL EFSTRUC (NIL T T) -7 NIL NIL NIL) (-285 555846 557412 558960 "EF" 564570 NIL EF (NIL T T) -7 NIL NIL NIL) (-284 554920 555331 555480 "EAB" 555717 T EAB (NIL) -8 NIL NIL NIL) (-283 554102 554879 554907 "E04UCFA" 554912 T E04UCFA (NIL) -8 NIL NIL NIL) (-282 553284 554061 554089 "E04NAFA" 554094 T E04NAFA (NIL) -8 NIL NIL NIL) (-281 552466 553243 553271 "E04MBFA" 553276 T E04MBFA (NIL) -8 NIL NIL NIL) (-280 551648 552425 552453 "E04JAFA" 552458 T E04JAFA (NIL) -8 NIL NIL NIL) (-279 550832 551607 551635 "E04GCFA" 551640 T E04GCFA (NIL) -8 NIL NIL NIL) (-278 550016 550791 550819 "E04FDFA" 550824 T E04FDFA (NIL) -8 NIL NIL NIL) (-277 549198 549975 550003 "E04DGFA" 550008 T E04DGFA (NIL) -8 NIL NIL NIL) (-276 543371 544723 546087 "E04AGNT" 547854 T E04AGNT (NIL) -7 NIL NIL NIL) (-275 542142 542685 542725 "DVARCAT" 543066 NIL DVARCAT (NIL T) -9 NIL 543229 NIL) (-274 541346 541558 541872 "DVARCAT-" 541877 NIL DVARCAT- (NIL T T) -8 NIL NIL NIL) (-273 534207 541145 541274 "DSMP" 541279 NIL DSMP (NIL T T T) -8 NIL NIL NIL) (-272 532630 533349 533390 "DSEXT" 533753 NIL DSEXT (NIL T) -9 NIL 534047 NIL) (-271 530915 531343 532009 "DSEXT-" 532014 NIL DSEXT- (NIL T T) -8 NIL NIL NIL) (-270 525696 526860 527928 "DROPT" 529867 T DROPT (NIL) -8 NIL NIL NIL) (-269 525361 525420 525518 "DROPT1" 525631 NIL DROPT1 (NIL T) -7 NIL NIL NIL) (-268 520476 521602 522739 "DROPT0" 524244 T DROPT0 (NIL) -7 NIL NIL NIL) (-267 518821 519146 519532 "DRAWPT" 520110 T DRAWPT (NIL) -7 NIL NIL NIL) (-266 513408 514331 515410 "DRAW" 517795 NIL DRAW (NIL T) -7 NIL NIL NIL) (-265 513041 513094 513212 "DRAWHACK" 513349 NIL DRAWHACK (NIL T) -7 NIL NIL NIL) (-264 511772 512041 512332 "DRAWCX" 512770 T DRAWCX (NIL) -7 NIL NIL NIL) (-263 511287 511356 511507 "DRAWCURV" 511698 NIL DRAWCURV (NIL T T) -7 NIL NIL NIL) (-262 501755 503717 505832 "DRAWCFUN" 509192 T DRAWCFUN (NIL) -7 NIL NIL NIL) (-261 498493 500420 500461 "DQAGG" 501090 NIL DQAGG (NIL T) -9 NIL 501364 NIL) (-260 485958 492704 492787 "DPOLCAT" 494639 NIL DPOLCAT (NIL T T T T) -9 NIL 495184 NIL) (-259 480795 482143 484101 "DPOLCAT-" 484106 NIL DPOLCAT- (NIL T T T T T) -8 NIL NIL NIL) (-258 474142 480656 480754 "DPMO" 480759 NIL DPMO (NIL NIL T T) -8 NIL NIL NIL) (-257 467392 473922 474089 "DPMM" 474094 NIL DPMM (NIL NIL T T T) -8 NIL NIL NIL) (-256 466962 467176 467265 "DOMTMPLT" 467323 T DOMTMPLT (NIL) -8 NIL NIL NIL) (-255 466395 466764 466844 "DOMCTOR" 466902 T DOMCTOR (NIL) -8 NIL NIL NIL) (-254 465607 465875 466026 "DOMAIN" 466264 T DOMAIN (NIL) -8 NIL NIL NIL) (-253 459319 465242 465394 "DMP" 465508 NIL DMP (NIL NIL T) -8 NIL NIL NIL) (-252 457264 458386 458427 "DMEXT" 458432 NIL DMEXT (NIL T) -9 NIL 458608 NIL) (-251 456864 456920 457064 "DLP" 457202 NIL DLP (NIL T) -7 NIL NIL NIL) (-250 450688 456191 456381 "DLIST" 456706 NIL DLIST (NIL T) -8 NIL NIL NIL) (-249 447459 449513 449554 "DLAGG" 450104 NIL DLAGG (NIL T) -9 NIL 450334 NIL) (-248 446121 446785 446813 "DIVRING" 446905 T DIVRING (NIL) -9 NIL 446988 NIL) (-247 445358 445548 445848 "DIVRING-" 445853 NIL DIVRING- (NIL T) -8 NIL NIL NIL) (-246 443460 443817 444223 "DISPLAY" 444972 T DISPLAY (NIL) -7 NIL NIL NIL) (-245 437322 443374 443437 "DIRPROD" 443442 NIL DIRPROD (NIL NIL T) -8 NIL NIL NIL) (-244 436170 436373 436638 "DIRPROD2" 437115 NIL DIRPROD2 (NIL NIL T T) -7 NIL NIL NIL) (-243 424899 430936 430989 "DIRPCAT" 431247 NIL DIRPCAT (NIL NIL T) -9 NIL 432122 NIL) (-242 422225 422867 423748 "DIRPCAT-" 424085 NIL DIRPCAT- (NIL T NIL T) -8 NIL NIL NIL) (-241 421512 421672 421858 "DIOSP" 422059 T DIOSP (NIL) -7 NIL NIL NIL) (-240 418141 420396 420437 "DIOPS" 420871 NIL DIOPS (NIL T) -9 NIL 421100 NIL) (-239 417690 417804 417995 "DIOPS-" 418000 NIL DIOPS- (NIL T T) -8 NIL NIL NIL) (-238 416741 417369 417397 "DIFRING" 417402 T DIFRING (NIL) -9 NIL 417424 NIL) (-237 416413 416487 416515 "DIFFSPC" 416634 T DIFFSPC (NIL) -9 NIL 416709 NIL) (-236 416058 416136 416288 "DIFFSPC-" 416293 NIL DIFFSPC- (NIL T) -8 NIL NIL NIL) (-235 415114 415592 415633 "DIFFMOD" 415638 NIL DIFFMOD (NIL T) -9 NIL 415736 NIL) (-234 414822 414867 414908 "DIFFDOM" 415029 NIL DIFFDOM (NIL T) -9 NIL 415097 NIL) (-233 414675 414699 414783 "DIFFDOM-" 414788 NIL DIFFDOM- (NIL T T) -8 NIL NIL NIL) (-232 412607 413879 413920 "DIFEXT" 413925 NIL DIFEXT (NIL T) -9 NIL 414078 NIL) (-231 409856 412111 412152 "DIAGG" 412157 NIL DIAGG (NIL T) -9 NIL 412177 NIL) (-230 409240 409397 409649 "DIAGG-" 409654 NIL DIAGG- (NIL T T) -8 NIL NIL NIL) (-229 404611 408199 408476 "DHMATRIX" 409009 NIL DHMATRIX (NIL T) -8 NIL NIL NIL) (-228 400223 401132 402142 "DFSFUN" 403621 T DFSFUN (NIL) -7 NIL NIL NIL) (-227 395301 399154 399466 "DFLOAT" 399931 T DFLOAT (NIL) -8 NIL NIL NIL) (-226 393564 393845 394234 "DFINTTLS" 395009 NIL DFINTTLS (NIL T T) -7 NIL NIL NIL) (-225 390593 391585 391985 "DERHAM" 393230 NIL DERHAM (NIL T NIL) -8 NIL NIL NIL) (-224 388396 390368 390457 "DEQUEUE" 390537 NIL DEQUEUE (NIL T) -8 NIL NIL NIL) (-223 387650 387783 387966 "DEGRED" 388258 NIL DEGRED (NIL T T) -7 NIL NIL NIL) (-222 384080 384825 385671 "DEFINTRF" 386878 NIL DEFINTRF (NIL T) -7 NIL NIL NIL) (-221 381635 382104 382696 "DEFINTEF" 383599 NIL DEFINTEF (NIL T T) -7 NIL NIL NIL) (-220 380985 381255 381370 "DEFAST" 381540 T DEFAST (NIL) -8 NIL NIL NIL) (-219 374701 380578 380728 "DECIMAL" 380855 T DECIMAL (NIL) -8 NIL NIL NIL) (-218 372213 372671 373177 "DDFACT" 374245 NIL DDFACT (NIL T T) -7 NIL NIL NIL) (-217 371809 371852 372003 "DBLRESP" 372164 NIL DBLRESP (NIL T T T T) -7 NIL NIL NIL) (-216 369677 370039 370400 "DBASE" 371575 NIL DBASE (NIL T) -8 NIL NIL NIL) (-215 368919 369157 369303 "DATAARY" 369576 NIL DATAARY (NIL NIL T) -8 NIL NIL NIL) (-214 368025 368878 368906 "D03FAFA" 368911 T D03FAFA (NIL) -8 NIL NIL NIL) (-213 367132 367984 368012 "D03EEFA" 368017 T D03EEFA (NIL) -8 NIL NIL NIL) (-212 365082 365548 366037 "D03AGNT" 366663 T D03AGNT (NIL) -7 NIL NIL NIL) (-211 364371 365041 365069 "D02EJFA" 365074 T D02EJFA (NIL) -8 NIL NIL NIL) (-210 363660 364330 364358 "D02CJFA" 364363 T D02CJFA (NIL) -8 NIL NIL NIL) (-209 362949 363619 363647 "D02BHFA" 363652 T D02BHFA (NIL) -8 NIL NIL NIL) (-208 362238 362908 362936 "D02BBFA" 362941 T D02BBFA (NIL) -8 NIL NIL NIL) (-207 355435 357024 358630 "D02AGNT" 360652 T D02AGNT (NIL) -7 NIL NIL NIL) (-206 353203 353726 354272 "D01WGTS" 354909 T D01WGTS (NIL) -7 NIL NIL NIL) (-205 352270 353162 353190 "D01TRNS" 353195 T D01TRNS (NIL) -8 NIL NIL NIL) (-204 351338 352229 352257 "D01GBFA" 352262 T D01GBFA (NIL) -8 NIL NIL NIL) (-203 350406 351297 351325 "D01FCFA" 351330 T D01FCFA (NIL) -8 NIL NIL NIL) (-202 349474 350365 350393 "D01ASFA" 350398 T D01ASFA (NIL) -8 NIL NIL NIL) (-201 348542 349433 349461 "D01AQFA" 349466 T D01AQFA (NIL) -8 NIL NIL NIL) (-200 347610 348501 348529 "D01APFA" 348534 T D01APFA (NIL) -8 NIL NIL NIL) (-199 346678 347569 347597 "D01ANFA" 347602 T D01ANFA (NIL) -8 NIL NIL NIL) (-198 345746 346637 346665 "D01AMFA" 346670 T D01AMFA (NIL) -8 NIL NIL NIL) (-197 344814 345705 345733 "D01ALFA" 345738 T D01ALFA (NIL) -8 NIL NIL NIL) (-196 343882 344773 344801 "D01AKFA" 344806 T D01AKFA (NIL) -8 NIL NIL NIL) (-195 342950 343841 343869 "D01AJFA" 343874 T D01AJFA (NIL) -8 NIL NIL NIL) (-194 336245 337798 339359 "D01AGNT" 341409 T D01AGNT (NIL) -7 NIL NIL NIL) (-193 335582 335710 335862 "CYCLOTOM" 336113 T CYCLOTOM (NIL) -7 NIL NIL NIL) (-192 332315 333030 333757 "CYCLES" 334875 T CYCLES (NIL) -7 NIL NIL NIL) (-191 331627 331761 331932 "CVMP" 332176 NIL CVMP (NIL T) -7 NIL NIL NIL) (-190 329468 329726 330095 "CTRIGMNP" 331355 NIL CTRIGMNP (NIL T T) -7 NIL NIL NIL) (-189 328904 329262 329335 "CTOR" 329415 T CTOR (NIL) -8 NIL NIL NIL) (-188 328413 328635 328736 "CTORKIND" 328823 T CTORKIND (NIL) -8 NIL NIL NIL) (-187 327690 328006 328034 "CTORCAT" 328216 T CTORCAT (NIL) -9 NIL 328329 NIL) (-186 327288 327399 327558 "CTORCAT-" 327563 NIL CTORCAT- (NIL T) -8 NIL NIL NIL) (-185 326750 326962 327070 "CTORCALL" 327212 NIL CTORCALL (NIL T) -8 NIL NIL NIL) (-184 326124 326223 326376 "CSTTOOLS" 326647 NIL CSTTOOLS (NIL T T) -7 NIL NIL NIL) (-183 321923 322580 323338 "CRFP" 325436 NIL CRFP (NIL T T) -7 NIL NIL NIL) (-182 321398 321644 321736 "CRCEAST" 321851 T CRCEAST (NIL) -8 NIL NIL NIL) (-181 320445 320630 320858 "CRAPACK" 321202 NIL CRAPACK (NIL T) -7 NIL NIL NIL) (-180 319829 319930 320134 "CPMATCH" 320321 NIL CPMATCH (NIL T T T) -7 NIL NIL NIL) (-179 319554 319582 319688 "CPIMA" 319795 NIL CPIMA (NIL T T T) -7 NIL NIL NIL) (-178 315902 316574 317293 "COORDSYS" 318889 NIL COORDSYS (NIL T) -7 NIL NIL NIL) (-177 315314 315435 315577 "CONTOUR" 315780 T CONTOUR (NIL) -8 NIL NIL NIL) (-176 311205 313317 313809 "CONTFRAC" 314854 NIL CONTFRAC (NIL T) -8 NIL NIL NIL) (-175 311085 311106 311134 "CONDUIT" 311171 T CONDUIT (NIL) -9 NIL NIL NIL) (-174 310159 310713 310741 "COMRING" 310746 T COMRING (NIL) -9 NIL 310798 NIL) (-173 309213 309517 309701 "COMPPROP" 309995 T COMPPROP (NIL) -8 NIL NIL NIL) (-172 308874 308909 309037 "COMPLPAT" 309172 NIL COMPLPAT (NIL T T T) -7 NIL NIL NIL) (-171 298177 308683 308792 "COMPLEX" 308797 NIL COMPLEX (NIL T) -8 NIL NIL NIL) (-170 297813 297870 297977 "COMPLEX2" 298114 NIL COMPLEX2 (NIL T T) -7 NIL NIL NIL) (-169 297152 297273 297433 "COMPILER" 297673 T COMPILER (NIL) -8 NIL NIL NIL) (-168 296870 296905 297003 "COMPFACT" 297111 NIL COMPFACT (NIL T T) -7 NIL NIL NIL) (-167 279149 290574 290614 "COMPCAT" 291618 NIL COMPCAT (NIL T) -9 NIL 292966 NIL) (-166 268661 271588 275215 "COMPCAT-" 275571 NIL COMPCAT- (NIL T T) -8 NIL NIL NIL) (-165 268390 268418 268521 "COMMUPC" 268627 NIL COMMUPC (NIL T T T) -7 NIL NIL NIL) (-164 268184 268218 268277 "COMMONOP" 268351 T COMMONOP (NIL) -7 NIL NIL NIL) (-163 267740 267935 268022 "COMM" 268117 T COMM (NIL) -8 NIL NIL NIL) (-162 267316 267544 267619 "COMMAAST" 267685 T COMMAAST (NIL) -8 NIL NIL NIL) (-161 266565 266759 266787 "COMBOPC" 267125 T COMBOPC (NIL) -9 NIL 267300 NIL) (-160 265461 265671 265913 "COMBINAT" 266355 NIL COMBINAT (NIL T) -7 NIL NIL NIL) (-159 261918 262492 263119 "COMBF" 264883 NIL COMBF (NIL T T) -7 NIL NIL NIL) (-158 260676 261034 261269 "COLOR" 261703 T COLOR (NIL) -8 NIL NIL NIL) (-157 260152 260397 260489 "COLONAST" 260604 T COLONAST (NIL) -8 NIL NIL NIL) (-156 259792 259839 259964 "CMPLXRT" 260099 NIL CMPLXRT (NIL T T) -7 NIL NIL NIL) (-155 259240 259492 259591 "CLLCTAST" 259713 T CLLCTAST (NIL) -8 NIL NIL NIL) (-154 254742 255770 256850 "CLIP" 258180 T CLIP (NIL) -7 NIL NIL NIL) (-153 253083 253843 254083 "CLIF" 254569 NIL CLIF (NIL NIL T NIL) -8 NIL NIL NIL) (-152 249232 251201 251242 "CLAGG" 252171 NIL CLAGG (NIL T) -9 NIL 252707 NIL) (-151 247654 248111 248694 "CLAGG-" 248699 NIL CLAGG- (NIL T T) -8 NIL NIL NIL) (-150 247198 247283 247423 "CINTSLPE" 247563 NIL CINTSLPE (NIL T T) -7 NIL NIL NIL) (-149 244699 245170 245718 "CHVAR" 246726 NIL CHVAR (NIL T T T) -7 NIL NIL NIL) (-148 243859 244413 244441 "CHARZ" 244446 T CHARZ (NIL) -9 NIL 244461 NIL) (-147 243613 243653 243731 "CHARPOL" 243813 NIL CHARPOL (NIL T) -7 NIL NIL NIL) (-146 242657 243244 243272 "CHARNZ" 243319 T CHARNZ (NIL) -9 NIL 243375 NIL) (-145 240563 241311 241664 "CHAR" 242324 T CHAR (NIL) -8 NIL NIL NIL) (-144 240289 240350 240378 "CFCAT" 240489 T CFCAT (NIL) -9 NIL NIL NIL) (-143 239530 239641 239824 "CDEN" 240173 NIL CDEN (NIL T T T) -7 NIL NIL NIL) (-142 235495 238683 238963 "CCLASS" 239270 T CCLASS (NIL) -8 NIL NIL NIL) (-141 234746 234903 235080 "CATEGORY" 235338 T -10 (NIL) -8 NIL NIL NIL) (-140 234319 234665 234713 "CATCTOR" 234718 T CATCTOR (NIL) -8 NIL NIL NIL) (-139 233770 234022 234120 "CATAST" 234241 T CATAST (NIL) -8 NIL NIL NIL) (-138 233246 233491 233583 "CASEAST" 233698 T CASEAST (NIL) -8 NIL NIL NIL) (-137 228384 229403 230147 "CARTEN" 232558 NIL CARTEN (NIL NIL NIL T) -8 NIL NIL NIL) (-136 227492 227640 227861 "CARTEN2" 228231 NIL CARTEN2 (NIL NIL NIL T T) -7 NIL NIL NIL) (-135 225808 226642 226899 "CARD" 227255 T CARD (NIL) -8 NIL NIL NIL) (-134 225384 225612 225687 "CAPSLAST" 225753 T CAPSLAST (NIL) -8 NIL NIL NIL) (-133 224874 225082 225110 "CACHSET" 225242 T CACHSET (NIL) -9 NIL 225320 NIL) (-132 224330 224652 224680 "CABMON" 224730 T CABMON (NIL) -9 NIL 224786 NIL) (-131 223803 224034 224144 "BYTEORD" 224240 T BYTEORD (NIL) -8 NIL NIL NIL) (-130 222780 223332 223474 "BYTE" 223637 T BYTE (NIL) -8 NIL NIL 223759) (-129 218132 222285 222457 "BYTEBUF" 222628 T BYTEBUF (NIL) -8 NIL NIL NIL) (-128 215643 217824 217931 "BTREE" 218058 NIL BTREE (NIL T) -8 NIL NIL NIL) (-127 213094 215291 215413 "BTOURN" 215553 NIL BTOURN (NIL T) -8 NIL NIL NIL) (-126 210438 212536 212577 "BTCAT" 212645 NIL BTCAT (NIL T) -9 NIL 212722 NIL) (-125 210105 210185 210334 "BTCAT-" 210339 NIL BTCAT- (NIL T T) -8 NIL NIL NIL) (-124 205484 209364 209392 "BTAGG" 209506 T BTAGG (NIL) -9 NIL 209616 NIL) (-123 204974 205099 205305 "BTAGG-" 205310 NIL BTAGG- (NIL T) -8 NIL NIL NIL) (-122 201971 204252 204467 "BSTREE" 204791 NIL BSTREE (NIL T) -8 NIL NIL NIL) (-121 201109 201235 201419 "BRILL" 201827 NIL BRILL (NIL T) -7 NIL NIL NIL) (-120 197735 199807 199848 "BRAGG" 200497 NIL BRAGG (NIL T) -9 NIL 200755 NIL) (-119 196264 196670 197225 "BRAGG-" 197230 NIL BRAGG- (NIL T T) -8 NIL NIL NIL) (-118 189180 195608 195793 "BPADICRT" 196111 NIL BPADICRT (NIL NIL) -8 NIL NIL NIL) (-117 187495 189117 189162 "BPADIC" 189167 NIL BPADIC (NIL NIL) -8 NIL NIL NIL) (-116 187193 187223 187337 "BOUNDZRO" 187459 NIL BOUNDZRO (NIL T T) -7 NIL NIL NIL) (-115 182421 183619 184531 "BOP" 186301 T BOP (NIL) -8 NIL NIL NIL) (-114 180202 180606 181081 "BOP1" 181979 NIL BOP1 (NIL T) -7 NIL NIL NIL) (-113 179903 179964 179992 "BOOLE" 180103 T BOOLE (NIL) -9 NIL 180185 NIL) (-112 178728 179477 179626 "BOOLEAN" 179774 T BOOLEAN (NIL) -8 NIL NIL NIL) (-111 177993 178397 178451 "BMODULE" 178456 NIL BMODULE (NIL T T) -9 NIL 178521 NIL) (-110 173794 177791 177864 "BITS" 177940 T BITS (NIL) -8 NIL NIL NIL) (-109 173215 173334 173474 "BINDING" 173674 T BINDING (NIL) -8 NIL NIL NIL) (-108 166934 172810 172959 "BINARY" 173086 T BINARY (NIL) -8 NIL NIL NIL) (-107 164688 166161 166202 "BGAGG" 166462 NIL BGAGG (NIL T) -9 NIL 166599 NIL) (-106 164519 164551 164642 "BGAGG-" 164647 NIL BGAGG- (NIL T T) -8 NIL NIL NIL) (-105 163590 163903 164108 "BFUNCT" 164334 T BFUNCT (NIL) -8 NIL NIL NIL) (-104 162280 162458 162746 "BEZOUT" 163414 NIL BEZOUT (NIL T T T T T) -7 NIL NIL NIL) (-103 158751 161132 161462 "BBTREE" 161983 NIL BBTREE (NIL T) -8 NIL NIL NIL) (-102 158460 158513 158541 "BASTYPE" 158660 T BASTYPE (NIL) -9 NIL 158734 NIL) (-101 158312 158341 158414 "BASTYPE-" 158419 NIL BASTYPE- (NIL T) -8 NIL NIL NIL) (-100 157746 157822 157974 "BALFACT" 158223 NIL BALFACT (NIL T T) -7 NIL NIL NIL) (-99 156602 157161 157347 "AUTOMOR" 157591 NIL AUTOMOR (NIL T) -8 NIL NIL NIL) (-98 156328 156333 156359 "ATTREG" 156364 T ATTREG (NIL) -9 NIL NIL NIL) (-97 154580 155025 155377 "ATTRBUT" 155994 T ATTRBUT (NIL) -8 NIL NIL NIL) (-96 154188 154408 154474 "ATTRAST" 154532 T ATTRAST (NIL) -8 NIL NIL NIL) (-95 153724 153837 153863 "ATRIG" 154064 T ATRIG (NIL) -9 NIL NIL NIL) (-94 153533 153574 153661 "ATRIG-" 153666 NIL ATRIG- (NIL T) -8 NIL NIL NIL) (-93 153164 153350 153376 "ASTCAT" 153381 T ASTCAT (NIL) -9 NIL 153411 NIL) (-92 152891 152950 153069 "ASTCAT-" 153074 NIL ASTCAT- (NIL T) -8 NIL NIL NIL) (-91 151042 152667 152755 "ASTACK" 152834 NIL ASTACK (NIL T) -8 NIL NIL NIL) (-90 149547 149844 150209 "ASSOCEQ" 150724 NIL ASSOCEQ (NIL T T) -7 NIL NIL NIL) (-89 148579 149206 149330 "ASP9" 149454 NIL ASP9 (NIL NIL) -8 NIL NIL NIL) (-88 148342 148527 148566 "ASP8" 148571 NIL ASP8 (NIL NIL) -8 NIL NIL NIL) (-87 147210 147947 148089 "ASP80" 148231 NIL ASP80 (NIL NIL) -8 NIL NIL NIL) (-86 146108 146845 146977 "ASP7" 147109 NIL ASP7 (NIL NIL) -8 NIL NIL NIL) (-85 145062 145785 145903 "ASP78" 146021 NIL ASP78 (NIL NIL) -8 NIL NIL NIL) (-84 144031 144742 144859 "ASP77" 144976 NIL ASP77 (NIL NIL) -8 NIL NIL NIL) (-83 142943 143669 143800 "ASP74" 143931 NIL ASP74 (NIL NIL) -8 NIL NIL NIL) (-82 141843 142578 142710 "ASP73" 142842 NIL ASP73 (NIL NIL) -8 NIL NIL NIL) (-81 140947 141669 141769 "ASP6" 141774 NIL ASP6 (NIL NIL) -8 NIL NIL NIL) (-80 139894 140624 140742 "ASP55" 140860 NIL ASP55 (NIL NIL) -8 NIL NIL NIL) (-79 138843 139568 139687 "ASP50" 139806 NIL ASP50 (NIL NIL) -8 NIL NIL NIL) (-78 137931 138544 138654 "ASP4" 138764 NIL ASP4 (NIL NIL) -8 NIL NIL NIL) (-77 137019 137632 137742 "ASP49" 137852 NIL ASP49 (NIL NIL) -8 NIL NIL NIL) (-76 135803 136558 136726 "ASP42" 136908 NIL ASP42 (NIL NIL NIL NIL) -8 NIL NIL NIL) (-75 134580 135336 135506 "ASP41" 135690 NIL ASP41 (NIL NIL NIL NIL) -8 NIL NIL NIL) (-74 133530 134257 134375 "ASP35" 134493 NIL ASP35 (NIL NIL) -8 NIL NIL NIL) (-73 133295 133478 133517 "ASP34" 133522 NIL ASP34 (NIL NIL) -8 NIL NIL NIL) (-72 133032 133099 133175 "ASP33" 133250 NIL ASP33 (NIL NIL) -8 NIL NIL NIL) (-71 131926 132667 132799 "ASP31" 132931 NIL ASP31 (NIL NIL) -8 NIL NIL NIL) (-70 131691 131874 131913 "ASP30" 131918 NIL ASP30 (NIL NIL) -8 NIL NIL NIL) (-69 131426 131495 131571 "ASP29" 131646 NIL ASP29 (NIL NIL) -8 NIL NIL NIL) (-68 131191 131374 131413 "ASP28" 131418 NIL ASP28 (NIL NIL) -8 NIL NIL NIL) (-67 130956 131139 131178 "ASP27" 131183 NIL ASP27 (NIL NIL) -8 NIL NIL NIL) (-66 130040 130654 130765 "ASP24" 130876 NIL ASP24 (NIL NIL) -8 NIL NIL NIL) (-65 129117 129842 129954 "ASP20" 129959 NIL ASP20 (NIL NIL) -8 NIL NIL NIL) (-64 128205 128818 128928 "ASP1" 129038 NIL ASP1 (NIL NIL) -8 NIL NIL NIL) (-63 127148 127879 127998 "ASP19" 128117 NIL ASP19 (NIL NIL) -8 NIL NIL NIL) (-62 126885 126952 127028 "ASP12" 127103 NIL ASP12 (NIL NIL) -8 NIL NIL NIL) (-61 125737 126484 126628 "ASP10" 126772 NIL ASP10 (NIL NIL) -8 NIL NIL NIL) (-60 123590 125581 125672 "ARRAY2" 125677 NIL ARRAY2 (NIL T) -8 NIL NIL NIL) (-59 119357 123238 123352 "ARRAY1" 123507 NIL ARRAY1 (NIL T) -8 NIL NIL NIL) (-58 118389 118562 118783 "ARRAY12" 119180 NIL ARRAY12 (NIL T T) -7 NIL NIL NIL) (-57 112675 114591 114666 "ARR2CAT" 117296 NIL ARR2CAT (NIL T T T) -9 NIL 118054 NIL) (-56 110109 110853 111807 "ARR2CAT-" 111812 NIL ARR2CAT- (NIL T T T T) -8 NIL NIL NIL) (-55 109426 109736 109861 "ARITY" 110002 T ARITY (NIL) -8 NIL NIL NIL) (-54 108202 108354 108653 "APPRULE" 109262 NIL APPRULE (NIL T T T) -7 NIL NIL NIL) (-53 107853 107901 108020 "APPLYORE" 108148 NIL APPLYORE (NIL T T T) -7 NIL NIL NIL) (-52 107207 107446 107566 "ANY" 107751 T ANY (NIL) -8 NIL NIL NIL) (-51 106485 106608 106765 "ANY1" 107081 NIL ANY1 (NIL T) -7 NIL NIL NIL) (-50 104015 104922 105249 "ANTISYM" 106209 NIL ANTISYM (NIL T NIL) -8 NIL NIL NIL) (-49 103507 103722 103818 "ANON" 103937 T ANON (NIL) -8 NIL NIL NIL) (-48 97507 102046 102500 "AN" 103071 T AN (NIL) -8 NIL NIL NIL) (-47 93391 94779 94830 "AMR" 95578 NIL AMR (NIL T T) -9 NIL 96178 NIL) (-46 92503 92724 93087 "AMR-" 93092 NIL AMR- (NIL T T T) -8 NIL NIL NIL) (-45 76946 92420 92481 "ALIST" 92486 NIL ALIST (NIL T T) -8 NIL NIL NIL) (-44 73751 76540 76709 "ALGSC" 76864 NIL ALGSC (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-43 70307 70861 71468 "ALGPKG" 73191 NIL ALGPKG (NIL T T) -7 NIL NIL NIL) (-42 69584 69685 69869 "ALGMFACT" 70193 NIL ALGMFACT (NIL T T T) -7 NIL NIL NIL) (-41 65619 66198 66792 "ALGMANIP" 69168 NIL ALGMANIP (NIL T T) -7 NIL NIL NIL) (-40 55830 65245 65395 "ALGFF" 65552 NIL ALGFF (NIL T T T NIL) -8 NIL NIL NIL) (-39 55026 55157 55336 "ALGFACT" 55688 NIL ALGFACT (NIL T) -7 NIL NIL NIL) (-38 53953 54553 54591 "ALGEBRA" 54596 NIL ALGEBRA (NIL T) -9 NIL 54637 NIL) (-37 53671 53730 53862 "ALGEBRA-" 53867 NIL ALGEBRA- (NIL T T) -8 NIL NIL NIL) (-36 35666 51569 51621 "ALAGG" 51757 NIL ALAGG (NIL T T) -9 NIL 51918 NIL) (-35 35202 35315 35341 "AHYP" 35542 T AHYP (NIL) -9 NIL NIL NIL) (-34 34133 34381 34407 "AGG" 34906 T AGG (NIL) -9 NIL 35185 NIL) (-33 33567 33729 33943 "AGG-" 33948 NIL AGG- (NIL T) -8 NIL NIL NIL) (-32 31373 31796 32201 "AF" 33209 NIL AF (NIL T T) -7 NIL NIL NIL) (-31 30853 31098 31188 "ADDAST" 31301 T ADDAST (NIL) -8 NIL NIL NIL) (-30 30121 30380 30536 "ACPLOT" 30715 T ACPLOT (NIL) -8 NIL NIL NIL) (-29 18744 27053 27091 "ACFS" 27698 NIL ACFS (NIL T) -9 NIL 27937 NIL) (-28 16771 17261 18023 "ACFS-" 18028 NIL ACFS- (NIL T T) -8 NIL NIL NIL) (-27 12875 14804 14830 "ACF" 15709 T ACF (NIL) -9 NIL 16122 NIL) (-26 11579 11913 12406 "ACF-" 12411 NIL ACF- (NIL T) -8 NIL NIL NIL) (-25 11137 11332 11358 "ABELSG" 11450 T ABELSG (NIL) -9 NIL 11515 NIL) (-24 11004 11029 11095 "ABELSG-" 11100 NIL ABELSG- (NIL T) -8 NIL NIL NIL) (-23 10333 10620 10646 "ABELMON" 10816 T ABELMON (NIL) -9 NIL 10928 NIL) (-22 9997 10081 10219 "ABELMON-" 10224 NIL ABELMON- (NIL T) -8 NIL NIL NIL) (-21 9331 9703 9729 "ABELGRP" 9801 T ABELGRP (NIL) -9 NIL 9876 NIL) (-20 8794 8923 9139 "ABELGRP-" 9144 NIL ABELGRP- (NIL T) -8 NIL NIL NIL) (-19 4333 8083 8122 "A1AGG" 8127 NIL A1AGG (NIL T) -9 NIL 8167 NIL) (-18 30 1251 2813 "A1AGG-" 2818 NIL A1AGG- (NIL T T) -8 NIL NIL NIL)) \ No newline at end of file
+((-2423 (((-1252 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1252 |#1| |#3| |#5|)) 23)))
+(((-1247 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2423 ((-1252 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1252 |#1| |#3| |#5|)))) (-1070) (-1070) (-1197) (-1197) |#1| |#2|) (T -1247))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1252 *5 *7 *9)) (-4 *5 (-1070)) (-4 *6 (-1070)) (-14 *7 (-1197)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1252 *6 *8 *10)) (-5 *1 (-1247 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1197)))))
+(-10 -7 (-15 -2423 ((-1252 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1252 |#1| |#3| |#5|))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-1583 (((-656 (-1103)) $) 86)) (-1652 (((-1197) $) 118)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-2116 (($ $) 64 (|has| |#1| (-568)))) (-2898 (((-112) $) 66 (|has| |#1| (-568)))) (-2452 (($ $ (-576)) 113) (($ $ (-576) (-576)) 112)) (-3716 (((-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $) 119)) (-3586 (($ $) 150 (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) 133 (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) 20)) (-4068 (($ $) 177 (|has| |#1| (-374)))) (-2068 (((-430 $) $) 178 (|has| |#1| (-374)))) (-1463 (($ $) 132 (|has| |#1| (-38 (-419 (-576)))))) (-4064 (((-112) $ $) 168 (|has| |#1| (-374)))) (-3562 (($ $) 149 (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) 134 (|has| |#1| (-38 (-419 (-576)))))) (-2861 (($ (-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|)))) 188)) (-3612 (($ $) 148 (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) 135 (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) 18 T CONST)) (-1892 (($ $ $) 172 (|has| |#1| (-374)))) (-3310 (($ $) 72)) (-2413 (((-3 $ "failed") $) 37)) (-3919 (((-419 (-971 |#1|)) $ (-576)) 186 (|has| |#1| (-568))) (((-419 (-971 |#1|)) $ (-576) (-576)) 185 (|has| |#1| (-568)))) (-1905 (($ $ $) 171 (|has| |#1| (-374)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 166 (|has| |#1| (-374)))) (-3742 (((-112) $) 179 (|has| |#1| (-374)))) (-2871 (((-112) $) 85)) (-2723 (($) 160 (|has| |#1| (-38 (-419 (-576)))))) (-1760 (((-576) $) 115) (((-576) $ (-576)) 114)) (-3315 (((-112) $) 35)) (-4063 (($ $ (-576)) 131 (|has| |#1| (-38 (-419 (-576)))))) (-3460 (($ $ (-940)) 116)) (-2836 (($ (-1 |#1| (-576)) $) 187)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 175 (|has| |#1| (-374)))) (-3649 (((-112) $) 74)) (-1562 (($ |#1| (-576)) 73) (($ $ (-1103) (-576)) 88) (($ $ (-656 (-1103)) (-656 (-576))) 87)) (-2423 (($ (-1 |#1| |#1|) $) 75)) (-2608 (($ $) 157 (|has| |#1| (-38 (-419 (-576)))))) (-1697 (($ $) 77)) (-1708 ((|#1| $) 78)) (-3078 (($ (-656 $)) 164 (|has| |#1| (-374))) (($ $ $) 163 (|has| |#1| (-374)))) (-4185 (((-1179) $) 10)) (-1668 (($ $) 180 (|has| |#1| (-374)))) (-1488 (($ $) 184 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1197)) 183 (-3795 (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-978)) (|has| |#1| (-1223)) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-15 -1583 ((-656 (-1197)) |#1|))) (|has| |#1| (-15 -1488 (|#1| |#1| (-1197)))) (|has| |#1| (-38 (-419 (-576)))))))) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 165 (|has| |#1| (-374)))) (-3115 (($ (-656 $)) 162 (|has| |#1| (-374))) (($ $ $) 161 (|has| |#1| (-374)))) (-1452 (((-430 $) $) 176 (|has| |#1| (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 174 (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 173 (|has| |#1| (-374)))) (-3168 (($ $ (-576)) 110)) (-1943 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 167 (|has| |#1| (-374)))) (-2154 (($ $) 158 (|has| |#1| (-38 (-419 (-576)))))) (-2143 (((-1178 |#1|) $ |#1|) 109 (|has| |#1| (-15 ** (|#1| |#1| (-576)))))) (-3199 (((-783) $) 169 (|has| |#1| (-374)))) (-4369 ((|#1| $ (-576)) 120) (($ $ $) 96 (|has| (-576) (-1133)))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 170 (|has| |#1| (-374)))) (-4107 (($ $ (-1197)) 108 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-656 (-1197))) 106 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1197) (-783)) 105 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-656 (-1197)) (-656 (-783))) 104 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $) 100 (|has| |#1| (-15 * (|#1| (-576) |#1|)))) (($ $ (-783)) 98 (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (-2786 (((-576) $) 76)) (-3623 (($ $) 147 (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) 136 (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) 146 (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) 137 (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) 145 (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) 138 (|has| |#1| (-38 (-419 (-576)))))) (-2093 (($ $) 84)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 59 (|has| |#1| (-174))) (($ (-419 (-576))) 69 (|has| |#1| (-38 (-419 (-576))))) (($ $) 61 (|has| |#1| (-568)))) (-1341 ((|#1| $ (-576)) 71)) (-3346 (((-3 $ "failed") $) 60 (|has| |#1| (-146)))) (-2864 (((-783)) 32 T CONST)) (-3188 ((|#1| $) 117)) (-3000 (((-112) $ $) 9)) (-3653 (($ $) 156 (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) 144 (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) 65 (|has| |#1| (-568)))) (-3632 (($ $) 155 (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) 143 (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) 154 (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) 142 (|has| |#1| (-38 (-419 (-576)))))) (-2642 ((|#1| $ (-576)) 111 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-576)))) (|has| |#1| (-15 -4114 (|#1| (-1197))))))) (-1970 (($ $) 153 (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) 141 (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) 152 (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) 140 (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) 151 (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) 139 (|has| |#1| (-38 (-419 (-576)))))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-1197)) 107 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-656 (-1197))) 103 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1197) (-783)) 102 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-656 (-1197)) (-656 (-783))) 101 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $) 99 (|has| |#1| (-15 * (|#1| (-576) |#1|)))) (($ $ (-783)) 97 (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#1|) 70 (|has| |#1| (-374))) (($ $ $) 182 (|has| |#1| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 181 (|has| |#1| (-374))) (($ $ $) 159 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 130 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
+(((-1248 |#1|) (-141) (-1070)) (T -1248))
+((-2861 (*1 *1 *2) (-12 (-5 *2 (-1178 (-2 (|:| |k| (-576)) (|:| |c| *3)))) (-4 *3 (-1070)) (-4 *1 (-1248 *3)))) (-2836 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-576))) (-4 *1 (-1248 *3)) (-4 *3 (-1070)))) (-3919 (*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-1248 *4)) (-4 *4 (-1070)) (-4 *4 (-568)) (-5 *2 (-419 (-971 *4))))) (-3919 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-576)) (-4 *1 (-1248 *4)) (-4 *4 (-1070)) (-4 *4 (-568)) (-5 *2 (-419 (-971 *4))))) (-1488 (*1 *1 *1) (-12 (-4 *1 (-1248 *2)) (-4 *2 (-1070)) (-4 *2 (-38 (-419 (-576)))))) (-1488 (*1 *1 *1 *2) (-3795 (-12 (-5 *2 (-1197)) (-4 *1 (-1248 *3)) (-4 *3 (-1070)) (-12 (-4 *3 (-29 (-576))) (-4 *3 (-978)) (-4 *3 (-1223)) (-4 *3 (-38 (-419 (-576)))))) (-12 (-5 *2 (-1197)) (-4 *1 (-1248 *3)) (-4 *3 (-1070)) (-12 (|has| *3 (-15 -1583 ((-656 *2) *3))) (|has| *3 (-15 -1488 (*3 *3 *2))) (-4 *3 (-38 (-419 (-576)))))))))
+(-13 (-1266 |t#1| (-576)) (-10 -8 (-15 -2861 ($ (-1178 (-2 (|:| |k| (-576)) (|:| |c| |t#1|))))) (-15 -2836 ($ (-1 |t#1| (-576)) $)) (IF (|has| |t#1| (-568)) (PROGN (-15 -3919 ((-419 (-971 |t#1|)) $ (-576))) (-15 -3919 ((-419 (-971 |t#1|)) $ (-576) (-576)))) |%noBranch|) (IF (|has| |t#1| (-38 (-419 (-576)))) (PROGN (-15 -1488 ($ $)) (IF (|has| |t#1| (-15 -1488 (|t#1| |t#1| (-1197)))) (IF (|has| |t#1| (-15 -1583 ((-656 (-1197)) |t#1|))) (-15 -1488 ($ $ (-1197))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1223)) (IF (|has| |t#1| (-978)) (IF (|has| |t#1| (-29 (-576))) (-15 -1488 ($ $ (-1197))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1023)) (-6 (-1223))) |%noBranch|) (IF (|has| |t#1| (-374)) (-6 (-374)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-576)) . T) ((-25) . T) ((-38 #1=(-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-35) |has| |#1| (-38 (-419 (-576)))) ((-95) |has| |#1| (-38 (-419 (-576)))) ((-102) . T) ((-111 #1# #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-628 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-625 (-876)) . T) ((-174) -3795 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-234 $) |has| |#1| (-15 * (|#1| (-576) |#1|))) ((-238) |has| |#1| (-15 * (|#1| (-576) |#1|))) ((-237) |has| |#1| (-15 * (|#1| (-576) |#1|))) ((-248) |has| |#1| (-374)) ((-294) |has| |#1| (-38 (-419 (-576)))) ((-296 #0# |#1|) . T) ((-296 $ $) |has| (-576) (-1133)) ((-300) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-317) |has| |#1| (-374)) ((-374) |has| |#1| (-374)) ((-464) |has| |#1| (-374)) ((-505) |has| |#1| (-38 (-419 (-576)))) ((-568) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-658 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-729 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-738) . T) ((-911 $ #2=(-1197)) -12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))) ((-917 #2#) -12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))) ((-919 #2#) -12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))) ((-994 |#1| #0# (-1103)) . T) ((-939) |has| |#1| (-374)) ((-1023) |has| |#1| (-38 (-419 (-576)))) ((-1072 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-1072 |#1|) . T) ((-1072 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1077 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-1077 |#1|) . T) ((-1077 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1223) |has| |#1| (-38 (-419 (-576)))) ((-1226) |has| |#1| (-38 (-419 (-576)))) ((-1238) . T) ((-1242) |has| |#1| (-374)) ((-1266 |#1| #0#) . T))
+((-2604 (((-112) $) 12)) (-2981 (((-3 |#3| "failed") $) 17) (((-3 (-1197) "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 (-576) "failed") $) NIL)) (-2318 ((|#3| $) 14) (((-1197) $) NIL) (((-419 (-576)) $) NIL) (((-576) $) NIL)))
+(((-1249 |#1| |#2| |#3|) (-10 -8 (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2981 ((-3 (-1197) "failed") |#1|)) (-15 -2318 ((-1197) |#1|)) (-15 -2981 ((-3 |#3| "failed") |#1|)) (-15 -2318 (|#3| |#1|)) (-15 -2604 ((-112) |#1|))) (-1250 |#2| |#3|) (-1070) (-1279 |#2|)) (T -1249))
+NIL
+(-10 -8 (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2981 ((-3 (-1197) "failed") |#1|)) (-15 -2318 ((-1197) |#1|)) (-15 -2981 ((-3 |#3| "failed") |#1|)) (-15 -2318 (|#3| |#1|)) (-15 -2604 ((-112) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3730 ((|#2| $) 250 (-2311 (|has| |#2| (-317)) (|has| |#1| (-374))))) (-1583 (((-656 (-1103)) $) 86)) (-1652 (((-1197) $) 118)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-2116 (($ $) 64 (|has| |#1| (-568)))) (-2898 (((-112) $) 66 (|has| |#1| (-568)))) (-2452 (($ $ (-576)) 113) (($ $ (-576) (-576)) 112)) (-3716 (((-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $) 119)) (-2489 ((|#2| $) 286)) (-4270 (((-3 |#2| "failed") $) 282)) (-1628 ((|#2| $) 283)) (-3586 (($ $) 150 (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) 133 (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) 20)) (-1654 (((-430 (-1193 $)) (-1193 $)) 259 (-2311 (|has| |#2| (-928)) (|has| |#1| (-374))))) (-4068 (($ $) 177 (|has| |#1| (-374)))) (-2068 (((-430 $) $) 178 (|has| |#1| (-374)))) (-1463 (($ $) 132 (|has| |#1| (-38 (-419 (-576)))))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) 256 (-2311 (|has| |#2| (-928)) (|has| |#1| (-374))))) (-4064 (((-112) $ $) 168 (|has| |#1| (-374)))) (-3562 (($ $) 149 (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) 134 (|has| |#1| (-38 (-419 (-576)))))) (-4018 (((-576) $) 268 (-2311 (|has| |#2| (-832)) (|has| |#1| (-374))))) (-2861 (($ (-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|)))) 188)) (-3612 (($ $) 148 (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) 135 (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) 18 T CONST)) (-2981 (((-3 |#2| "failed") $) 289) (((-3 (-576) "failed") $) 279 (-2311 (|has| |#2| (-1059 (-576))) (|has| |#1| (-374)))) (((-3 (-419 (-576)) "failed") $) 277 (-2311 (|has| |#2| (-1059 (-576))) (|has| |#1| (-374)))) (((-3 (-1197) "failed") $) 261 (-2311 (|has| |#2| (-1059 (-1197))) (|has| |#1| (-374))))) (-2318 ((|#2| $) 290) (((-576) $) 278 (-2311 (|has| |#2| (-1059 (-576))) (|has| |#1| (-374)))) (((-419 (-576)) $) 276 (-2311 (|has| |#2| (-1059 (-576))) (|has| |#1| (-374)))) (((-1197) $) 260 (-2311 (|has| |#2| (-1059 (-1197))) (|has| |#1| (-374))))) (-4012 (($ $) 285) (($ (-576) $) 284)) (-1892 (($ $ $) 172 (|has| |#1| (-374)))) (-3310 (($ $) 72)) (-2255 (((-701 |#2|) (-701 $)) 238 (|has| |#1| (-374))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) 237 (|has| |#1| (-374))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 236 (-2311 (|has| |#2| (-651 (-576))) (|has| |#1| (-374)))) (((-701 (-576)) (-701 $)) 235 (-2311 (|has| |#2| (-651 (-576))) (|has| |#1| (-374))))) (-2413 (((-3 $ "failed") $) 37)) (-3919 (((-419 (-971 |#1|)) $ (-576)) 186 (|has| |#1| (-568))) (((-419 (-971 |#1|)) $ (-576) (-576)) 185 (|has| |#1| (-568)))) (-4370 (($) 252 (-2311 (|has| |#2| (-557)) (|has| |#1| (-374))))) (-1905 (($ $ $) 171 (|has| |#1| (-374)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 166 (|has| |#1| (-374)))) (-3742 (((-112) $) 179 (|has| |#1| (-374)))) (-2907 (((-112) $) 266 (-2311 (|has| |#2| (-832)) (|has| |#1| (-374))))) (-2871 (((-112) $) 85)) (-2723 (($) 160 (|has| |#1| (-38 (-419 (-576)))))) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 244 (-2311 (|has| |#2| (-901 (-390))) (|has| |#1| (-374)))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) 243 (-2311 (|has| |#2| (-901 (-576))) (|has| |#1| (-374))))) (-1760 (((-576) $) 115) (((-576) $ (-576)) 114)) (-3315 (((-112) $) 35)) (-2364 (($ $) 248 (|has| |#1| (-374)))) (-2687 ((|#2| $) 246 (|has| |#1| (-374)))) (-4063 (($ $ (-576)) 131 (|has| |#1| (-38 (-419 (-576)))))) (-4080 (((-3 $ "failed") $) 280 (-2311 (|has| |#2| (-1173)) (|has| |#1| (-374))))) (-2569 (((-112) $) 267 (-2311 (|has| |#2| (-832)) (|has| |#1| (-374))))) (-3460 (($ $ (-940)) 116)) (-2836 (($ (-1 |#1| (-576)) $) 187)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 175 (|has| |#1| (-374)))) (-3649 (((-112) $) 74)) (-1562 (($ |#1| (-576)) 73) (($ $ (-1103) (-576)) 88) (($ $ (-656 (-1103)) (-656 (-576))) 87)) (-2905 (($ $ $) 270 (-2311 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-2163 (($ $ $) 271 (-2311 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-2423 (($ (-1 |#1| |#1|) $) 75) (($ (-1 |#2| |#2|) $) 228 (|has| |#1| (-374)))) (-2608 (($ $) 157 (|has| |#1| (-38 (-419 (-576)))))) (-3015 (((-701 |#2|) (-1288 $)) 240 (|has| |#1| (-374))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-1288 $) $) 239 (|has| |#1| (-374))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) 234 (-2311 (|has| |#2| (-651 (-576))) (|has| |#1| (-374)))) (((-701 (-576)) (-1288 $)) 233 (-2311 (|has| |#2| (-651 (-576))) (|has| |#1| (-374))))) (-1697 (($ $) 77)) (-1708 ((|#1| $) 78)) (-3078 (($ (-656 $)) 164 (|has| |#1| (-374))) (($ $ $) 163 (|has| |#1| (-374)))) (-1637 (($ (-576) |#2|) 287)) (-4185 (((-1179) $) 10)) (-1668 (($ $) 180 (|has| |#1| (-374)))) (-1488 (($ $) 184 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1197)) 183 (-3795 (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-978)) (|has| |#1| (-1223)) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-15 -1583 ((-656 (-1197)) |#1|))) (|has| |#1| (-15 -1488 (|#1| |#1| (-1197)))) (|has| |#1| (-38 (-419 (-576)))))))) (-3651 (($) 281 (-2311 (|has| |#2| (-1173)) (|has| |#1| (-374))) CONST)) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 165 (|has| |#1| (-374)))) (-3115 (($ (-656 $)) 162 (|has| |#1| (-374))) (($ $ $) 161 (|has| |#1| (-374)))) (-4152 (($ $) 251 (-2311 (|has| |#2| (-317)) (|has| |#1| (-374))))) (-4110 ((|#2| $) 254 (-2311 (|has| |#2| (-557)) (|has| |#1| (-374))))) (-1756 (((-430 (-1193 $)) (-1193 $)) 257 (-2311 (|has| |#2| (-928)) (|has| |#1| (-374))))) (-4074 (((-430 (-1193 $)) (-1193 $)) 258 (-2311 (|has| |#2| (-928)) (|has| |#1| (-374))))) (-1452 (((-430 $) $) 176 (|has| |#1| (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 174 (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 173 (|has| |#1| (-374)))) (-3168 (($ $ (-576)) 110)) (-1943 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 167 (|has| |#1| (-374)))) (-2154 (($ $) 158 (|has| |#1| (-38 (-419 (-576)))))) (-2143 (((-1178 |#1|) $ |#1|) 109 (|has| |#1| (-15 ** (|#1| |#1| (-576))))) (($ $ (-1197) |#2|) 227 (-2311 (|has| |#2| (-526 (-1197) |#2|)) (|has| |#1| (-374)))) (($ $ (-656 (-1197)) (-656 |#2|)) 226 (-2311 (|has| |#2| (-526 (-1197) |#2|)) (|has| |#1| (-374)))) (($ $ (-656 (-304 |#2|))) 225 (-2311 (|has| |#2| (-319 |#2|)) (|has| |#1| (-374)))) (($ $ (-304 |#2|)) 224 (-2311 (|has| |#2| (-319 |#2|)) (|has| |#1| (-374)))) (($ $ |#2| |#2|) 223 (-2311 (|has| |#2| (-319 |#2|)) (|has| |#1| (-374)))) (($ $ (-656 |#2|) (-656 |#2|)) 222 (-2311 (|has| |#2| (-319 |#2|)) (|has| |#1| (-374))))) (-3199 (((-783) $) 169 (|has| |#1| (-374)))) (-4369 ((|#1| $ (-576)) 120) (($ $ $) 96 (|has| (-576) (-1133))) (($ $ |#2|) 221 (-2311 (|has| |#2| (-296 |#2| |#2|)) (|has| |#1| (-374))))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 170 (|has| |#1| (-374)))) (-4107 (($ $ (-1 |#2| |#2|) (-783)) 230 (|has| |#1| (-374))) (($ $ (-1 |#2| |#2|)) 229 (|has| |#1| (-374))) (($ $) 100 (-3795 (-2311 (|has| |#2| (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-783)) 98 (-3795 (-2311 (|has| |#2| (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1197)) 108 (-3795 (-2311 (|has| |#2| (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))))) (($ $ (-656 (-1197))) 106 (-3795 (-2311 (|has| |#2| (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))))) (($ $ (-1197) (-783)) 105 (-3795 (-2311 (|has| |#2| (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))))) (($ $ (-656 (-1197)) (-656 (-783))) 104 (-3795 (-2311 (|has| |#2| (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))))) (-3908 (($ $) 249 (|has| |#1| (-374)))) (-2698 ((|#2| $) 247 (|has| |#1| (-374)))) (-2786 (((-576) $) 76)) (-3623 (($ $) 147 (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) 136 (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) 146 (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) 137 (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) 145 (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) 138 (|has| |#1| (-38 (-419 (-576)))))) (-1554 (((-227) $) 265 (-2311 (|has| |#2| (-1043)) (|has| |#1| (-374)))) (((-390) $) 264 (-2311 (|has| |#2| (-1043)) (|has| |#1| (-374)))) (((-548) $) 263 (-2311 (|has| |#2| (-626 (-548))) (|has| |#1| (-374)))) (((-907 (-390)) $) 242 (-2311 (|has| |#2| (-626 (-907 (-390)))) (|has| |#1| (-374)))) (((-907 (-576)) $) 241 (-2311 (|has| |#2| (-626 (-907 (-576)))) (|has| |#1| (-374))))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) 255 (-2311 (-2311 (|has| $ (-146)) (|has| |#2| (-928))) (|has| |#1| (-374))))) (-2093 (($ $) 84)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 59 (|has| |#1| (-174))) (($ |#2|) 288) (($ (-1197)) 262 (-2311 (|has| |#2| (-1059 (-1197))) (|has| |#1| (-374)))) (($ (-419 (-576))) 69 (|has| |#1| (-38 (-419 (-576))))) (($ $) 61 (|has| |#1| (-568)))) (-1341 ((|#1| $ (-576)) 71)) (-3346 (((-3 $ "failed") $) 60 (-3795 (-2311 (-3795 (|has| |#2| (-146)) (-2311 (|has| $ (-146)) (|has| |#2| (-928)))) (|has| |#1| (-374))) (|has| |#1| (-146))))) (-2864 (((-783)) 32 T CONST)) (-3188 ((|#1| $) 117)) (-2778 ((|#2| $) 253 (-2311 (|has| |#2| (-557)) (|has| |#1| (-374))))) (-3000 (((-112) $ $) 9)) (-3653 (($ $) 156 (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) 144 (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) 65 (|has| |#1| (-568)))) (-3632 (($ $) 155 (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) 143 (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) 154 (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) 142 (|has| |#1| (-38 (-419 (-576)))))) (-2642 ((|#1| $ (-576)) 111 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-576)))) (|has| |#1| (-15 -4114 (|#1| (-1197))))))) (-1970 (($ $) 153 (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) 141 (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) 152 (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) 140 (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) 151 (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) 139 (|has| |#1| (-38 (-419 (-576)))))) (-2679 (($ $) 269 (-2311 (|has| |#2| (-832)) (|has| |#1| (-374))))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-1 |#2| |#2|) (-783)) 232 (|has| |#1| (-374))) (($ $ (-1 |#2| |#2|)) 231 (|has| |#1| (-374))) (($ $) 99 (-3795 (-2311 (|has| |#2| (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-783)) 97 (-3795 (-2311 (|has| |#2| (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1197)) 107 (-3795 (-2311 (|has| |#2| (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))))) (($ $ (-656 (-1197))) 103 (-3795 (-2311 (|has| |#2| (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))))) (($ $ (-1197) (-783)) 102 (-3795 (-2311 (|has| |#2| (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))))) (($ $ (-656 (-1197)) (-656 (-783))) 101 (-3795 (-2311 (|has| |#2| (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))))) (-3995 (((-112) $ $) 273 (-2311 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-3975 (((-112) $ $) 274 (-2311 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-3939 (((-112) $ $) 7)) (-3985 (((-112) $ $) 272 (-2311 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-3962 (((-112) $ $) 275 (-2311 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-4047 (($ $ |#1|) 70 (|has| |#1| (-374))) (($ $ $) 182 (|has| |#1| (-374))) (($ |#2| |#2|) 245 (|has| |#1| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 181 (|has| |#1| (-374))) (($ $ $) 159 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 130 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ $ |#2|) 220 (|has| |#1| (-374))) (($ |#2| $) 219 (|has| |#1| (-374))) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
+(((-1250 |#1| |#2|) (-141) (-1070) (-1279 |t#1|)) (T -1250))
+((-2786 (*1 *2 *1) (-12 (-4 *1 (-1250 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1279 *3)) (-5 *2 (-576)))) (-1637 (*1 *1 *2 *3) (-12 (-5 *2 (-576)) (-4 *4 (-1070)) (-4 *1 (-1250 *4 *3)) (-4 *3 (-1279 *4)))) (-2489 (*1 *2 *1) (-12 (-4 *1 (-1250 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-1279 *3)))) (-4012 (*1 *1 *1) (-12 (-4 *1 (-1250 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-1279 *2)))) (-4012 (*1 *1 *2 *1) (-12 (-5 *2 (-576)) (-4 *1 (-1250 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1279 *3)))) (-1628 (*1 *2 *1) (-12 (-4 *1 (-1250 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-1279 *3)))) (-4270 (*1 *2 *1) (|partial| -12 (-4 *1 (-1250 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-1279 *3)))))
+(-13 (-1248 |t#1|) (-1059 |t#2|) (-628 |t#2|) (-10 -8 (-15 -1637 ($ (-576) |t#2|)) (-15 -2786 ((-576) $)) (-15 -2489 (|t#2| $)) (-15 -4012 ($ $)) (-15 -4012 ($ (-576) $)) (-15 -1628 (|t#2| $)) (-15 -4270 ((-3 |t#2| "failed") $)) (IF (|has| |t#1| (-374)) (-6 (-1013 |t#2|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-576)) . T) ((-25) . T) ((-38 #1=(-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-38 |#1|) |has| |#1| (-174)) ((-38 |#2|) |has| |#1| (-374)) ((-38 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-35) |has| |#1| (-38 (-419 (-576)))) ((-95) |has| |#1| (-38 (-419 (-576)))) ((-102) . T) ((-111 #1# #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-111 |#1| |#1|) . T) ((-111 |#2| |#2|) |has| |#1| (-374)) ((-111 $ $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-132) . T) ((-146) -3795 (-12 (|has| |#1| (-374)) (|has| |#2| (-146))) (|has| |#1| (-146))) ((-148) -3795 (-12 (|has| |#1| (-374)) (|has| |#2| (-148))) (|has| |#1| (-148))) ((-628 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 #2=(-1197)) -12 (|has| |#1| (-374)) (|has| |#2| (-1059 (-1197)))) ((-628 |#1|) |has| |#1| (-174)) ((-628 |#2|) . T) ((-628 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-625 (-876)) . T) ((-174) -3795 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-626 (-227)) -12 (|has| |#1| (-374)) (|has| |#2| (-1043))) ((-626 (-390)) -12 (|has| |#1| (-374)) (|has| |#2| (-1043))) ((-626 (-548)) -12 (|has| |#1| (-374)) (|has| |#2| (-626 (-548)))) ((-626 (-907 (-390))) -12 (|has| |#1| (-374)) (|has| |#2| (-626 (-907 (-390))))) ((-626 (-907 (-576))) -12 (|has| |#1| (-374)) (|has| |#2| (-626 (-907 (-576))))) ((-234 $) -3795 (-12 (|has| |#1| (-374)) (|has| |#2| (-237))) (-12 (|has| |#1| (-374)) (|has| |#2| (-238))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))) ((-232 |#2|) |has| |#1| (-374)) ((-238) -3795 (-12 (|has| |#1| (-374)) (|has| |#2| (-238))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))) ((-237) -3795 (-12 (|has| |#1| (-374)) (|has| |#2| (-237))) (-12 (|has| |#1| (-374)) (|has| |#2| (-238))) (|has| |#1| (-15 * (|#1| (-576) |#1|)))) ((-272 |#2|) |has| |#1| (-374)) ((-248) |has| |#1| (-374)) ((-294) |has| |#1| (-38 (-419 (-576)))) ((-296 #0# |#1|) . T) ((-296 |#2| $) -12 (|has| |#1| (-374)) (|has| |#2| (-296 |#2| |#2|))) ((-296 $ $) |has| (-576) (-1133)) ((-300) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-317) |has| |#1| (-374)) ((-319 |#2|) -12 (|has| |#1| (-374)) (|has| |#2| (-319 |#2|))) ((-374) |has| |#1| (-374)) ((-349 |#2|) |has| |#1| (-374)) ((-388 |#2|) |has| |#1| (-374)) ((-412 |#2|) |has| |#1| (-374)) ((-464) |has| |#1| (-374)) ((-505) |has| |#1| (-38 (-419 (-576)))) ((-526 (-1197) |#2|) -12 (|has| |#1| (-374)) (|has| |#2| (-526 (-1197) |#2|))) ((-526 |#2| |#2|) -12 (|has| |#1| (-374)) (|has| |#2| (-319 |#2|))) ((-568) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-658 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 |#2|) |has| |#1| (-374)) ((-658 $) . T) ((-660 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-660 #3=(-576)) -12 (|has| |#1| (-374)) (|has| |#2| (-651 (-576)))) ((-660 |#1|) . T) ((-660 |#2|) |has| |#1| (-374)) ((-660 $) . T) ((-652 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-652 |#1|) |has| |#1| (-174)) ((-652 |#2|) |has| |#1| (-374)) ((-652 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-651 #3#) -12 (|has| |#1| (-374)) (|has| |#2| (-651 (-576)))) ((-651 |#2|) |has| |#1| (-374)) ((-729 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-729 |#1|) |has| |#1| (-174)) ((-729 |#2|) |has| |#1| (-374)) ((-729 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-738) . T) ((-803) -12 (|has| |#1| (-374)) (|has| |#2| (-832))) ((-804) -12 (|has| |#1| (-374)) (|has| |#2| (-832))) ((-806) -12 (|has| |#1| (-374)) (|has| |#2| (-832))) ((-807) -12 (|has| |#1| (-374)) (|has| |#2| (-832))) ((-832) -12 (|has| |#1| (-374)) (|has| |#2| (-832))) ((-860) -12 (|has| |#1| (-374)) (|has| |#2| (-832))) ((-862) -3795 (-12 (|has| |#1| (-374)) (|has| |#2| (-862))) (-12 (|has| |#1| (-374)) (|has| |#2| (-832)))) ((-911 $ #4=(-1197)) -3795 (-12 (|has| |#1| (-374)) (|has| |#2| (-919 (-1197)))) (-12 (|has| |#1| (-374)) (|has| |#2| (-917 (-1197)))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))) ((-917 (-1197)) -3795 (-12 (|has| |#1| (-374)) (|has| |#2| (-917 (-1197)))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))) ((-919 #4#) -3795 (-12 (|has| |#1| (-374)) (|has| |#2| (-919 (-1197)))) (-12 (|has| |#1| (-374)) (|has| |#2| (-917 (-1197)))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))) ((-901 (-390)) -12 (|has| |#1| (-374)) (|has| |#2| (-901 (-390)))) ((-901 (-576)) -12 (|has| |#1| (-374)) (|has| |#2| (-901 (-576)))) ((-899 |#2|) |has| |#1| (-374)) ((-928) -12 (|has| |#1| (-374)) (|has| |#2| (-928))) ((-994 |#1| #0# (-1103)) . T) ((-939) |has| |#1| (-374)) ((-1013 |#2|) |has| |#1| (-374)) ((-1023) |has| |#1| (-38 (-419 (-576)))) ((-1043) -12 (|has| |#1| (-374)) (|has| |#2| (-1043))) ((-1059 (-419 (-576))) -12 (|has| |#1| (-374)) (|has| |#2| (-1059 (-576)))) ((-1059 (-576)) -12 (|has| |#1| (-374)) (|has| |#2| (-1059 (-576)))) ((-1059 #2#) -12 (|has| |#1| (-374)) (|has| |#2| (-1059 (-1197)))) ((-1059 |#2|) . T) ((-1072 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-1072 |#1|) . T) ((-1072 |#2|) |has| |#1| (-374)) ((-1072 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1077 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-1077 |#1|) . T) ((-1077 |#2|) |has| |#1| (-374)) ((-1077 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1173) -12 (|has| |#1| (-374)) (|has| |#2| (-1173))) ((-1223) |has| |#1| (-38 (-419 (-576)))) ((-1226) |has| |#1| (-38 (-419 (-576)))) ((-1238) . T) ((-1242) |has| |#1| (-374)) ((-1248 |#1|) . T) ((-1266 |#1| #0#) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 81)) (-3730 ((|#2| $) NIL (-12 (|has| |#2| (-317)) (|has| |#1| (-374))))) (-1583 (((-656 (-1103)) $) NIL)) (-1652 (((-1197) $) 100)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2452 (($ $ (-576)) 109) (($ $ (-576) (-576)) 111)) (-3716 (((-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $) 51)) (-2489 ((|#2| $) 11)) (-4270 (((-3 |#2| "failed") $) 35)) (-1628 ((|#2| $) 36)) (-3586 (($ $) 206 (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) 182 (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (-12 (|has| |#2| (-928)) (|has| |#1| (-374))))) (-4068 (($ $) NIL (|has| |#1| (-374)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-374)))) (-1463 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (-12 (|has| |#2| (-928)) (|has| |#1| (-374))))) (-4064 (((-112) $ $) NIL (|has| |#1| (-374)))) (-3562 (($ $) 202 (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) 178 (|has| |#1| (-38 (-419 (-576)))))) (-4018 (((-576) $) NIL (-12 (|has| |#2| (-832)) (|has| |#1| (-374))))) (-2861 (($ (-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|)))) 59)) (-3612 (($ $) 210 (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) 186 (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#2| "failed") $) 157) (((-3 (-576) "failed") $) NIL (-12 (|has| |#2| (-1059 (-576))) (|has| |#1| (-374)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| |#2| (-1059 (-576))) (|has| |#1| (-374)))) (((-3 (-1197) "failed") $) NIL (-12 (|has| |#2| (-1059 (-1197))) (|has| |#1| (-374))))) (-2318 ((|#2| $) 156) (((-576) $) NIL (-12 (|has| |#2| (-1059 (-576))) (|has| |#1| (-374)))) (((-419 (-576)) $) NIL (-12 (|has| |#2| (-1059 (-576))) (|has| |#1| (-374)))) (((-1197) $) NIL (-12 (|has| |#2| (-1059 (-1197))) (|has| |#1| (-374))))) (-4012 (($ $) 65) (($ (-576) $) 28)) (-1892 (($ $ $) NIL (|has| |#1| (-374)))) (-3310 (($ $) NIL)) (-2255 (((-701 |#2|) (-701 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#1| (-374)))) (((-701 (-576)) (-701 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#1| (-374))))) (-2413 (((-3 $ "failed") $) 88)) (-3919 (((-419 (-971 |#1|)) $ (-576)) 124 (|has| |#1| (-568))) (((-419 (-971 |#1|)) $ (-576) (-576)) 126 (|has| |#1| (-568)))) (-4370 (($) NIL (-12 (|has| |#2| (-557)) (|has| |#1| (-374))))) (-1905 (($ $ $) NIL (|has| |#1| (-374)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-3742 (((-112) $) NIL (|has| |#1| (-374)))) (-2907 (((-112) $) NIL (-12 (|has| |#2| (-832)) (|has| |#1| (-374))))) (-2871 (((-112) $) 74)) (-2723 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (-12 (|has| |#2| (-901 (-390))) (|has| |#1| (-374)))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (-12 (|has| |#2| (-901 (-576))) (|has| |#1| (-374))))) (-1760 (((-576) $) 105) (((-576) $ (-576)) 107)) (-3315 (((-112) $) NIL)) (-2364 (($ $) NIL (|has| |#1| (-374)))) (-2687 ((|#2| $) 165 (|has| |#1| (-374)))) (-4063 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4080 (((-3 $ "failed") $) NIL (-12 (|has| |#2| (-1173)) (|has| |#1| (-374))))) (-2569 (((-112) $) NIL (-12 (|has| |#2| (-832)) (|has| |#1| (-374))))) (-3460 (($ $ (-940)) 148)) (-2836 (($ (-1 |#1| (-576)) $) 144)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-576)) 20) (($ $ (-1103) (-576)) NIL) (($ $ (-656 (-1103)) (-656 (-576))) NIL)) (-2905 (($ $ $) NIL (-12 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-2163 (($ $ $) NIL (-12 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-2423 (($ (-1 |#1| |#1|) $) 141) (($ (-1 |#2| |#2|) $) NIL (|has| |#1| (-374)))) (-2608 (($ $) 176 (|has| |#1| (-38 (-419 (-576)))))) (-3015 (((-701 |#2|) (-1288 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-1288 $) $) NIL (|has| |#1| (-374))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#1| (-374)))) (((-701 (-576)) (-1288 $)) NIL (-12 (|has| |#2| (-651 (-576))) (|has| |#1| (-374))))) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-1637 (($ (-576) |#2|) 10)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 159 (|has| |#1| (-374)))) (-1488 (($ $) 228 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1197)) 233 (-3795 (-12 (|has| |#1| (-15 -1488 (|#1| |#1| (-1197)))) (|has| |#1| (-15 -1583 ((-656 (-1197)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-978)) (|has| |#1| (-1223)))))) (-3651 (($) NIL (-12 (|has| |#2| (-1173)) (|has| |#1| (-374))) CONST)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-374)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-4152 (($ $) NIL (-12 (|has| |#2| (-317)) (|has| |#1| (-374))))) (-4110 ((|#2| $) NIL (-12 (|has| |#2| (-557)) (|has| |#1| (-374))))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (-12 (|has| |#2| (-928)) (|has| |#1| (-374))))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (-12 (|has| |#2| (-928)) (|has| |#1| (-374))))) (-1452 (((-430 $) $) NIL (|has| |#1| (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-3168 (($ $ (-576)) 138)) (-1943 (((-3 $ "failed") $ $) 128 (|has| |#1| (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2154 (($ $) 174 (|has| |#1| (-38 (-419 (-576)))))) (-2143 (((-1178 |#1|) $ |#1|) 97 (|has| |#1| (-15 ** (|#1| |#1| (-576))))) (($ $ (-1197) |#2|) NIL (-12 (|has| |#2| (-526 (-1197) |#2|)) (|has| |#1| (-374)))) (($ $ (-656 (-1197)) (-656 |#2|)) NIL (-12 (|has| |#2| (-526 (-1197) |#2|)) (|has| |#1| (-374)))) (($ $ (-656 (-304 |#2|))) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#1| (-374)))) (($ $ (-304 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#1| (-374)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#1| (-374)))) (($ $ (-656 |#2|) (-656 |#2|)) NIL (-12 (|has| |#2| (-319 |#2|)) (|has| |#1| (-374))))) (-3199 (((-783) $) NIL (|has| |#1| (-374)))) (-4369 ((|#1| $ (-576)) 103) (($ $ $) 90 (|has| (-576) (-1133))) (($ $ |#2|) NIL (-12 (|has| |#2| (-296 |#2| |#2|)) (|has| |#1| (-374))))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-374)))) (-4107 (($ $ (-1 |#2| |#2|) (-783)) NIL (|has| |#1| (-374))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-374))) (($ $) 149 (-3795 (-12 (|has| |#2| (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-783)) NIL (-3795 (-12 (|has| |#2| (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1197)) 153 (-3795 (-12 (|has| |#2| (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| |#2| (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| |#2| (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| |#2| (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))))) (-3908 (($ $) NIL (|has| |#1| (-374)))) (-2698 ((|#2| $) 166 (|has| |#1| (-374)))) (-2786 (((-576) $) 12)) (-3623 (($ $) 212 (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) 188 (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) 208 (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) 184 (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) 204 (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) 180 (|has| |#1| (-38 (-419 (-576)))))) (-1554 (((-227) $) NIL (-12 (|has| |#2| (-1043)) (|has| |#1| (-374)))) (((-390) $) NIL (-12 (|has| |#2| (-1043)) (|has| |#1| (-374)))) (((-548) $) NIL (-12 (|has| |#2| (-626 (-548))) (|has| |#1| (-374)))) (((-907 (-390)) $) NIL (-12 (|has| |#2| (-626 (-907 (-390)))) (|has| |#1| (-374)))) (((-907 (-576)) $) NIL (-12 (|has| |#2| (-626 (-907 (-576)))) (|has| |#1| (-374))))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#2| (-928)) (|has| |#1| (-374))))) (-2093 (($ $) 136)) (-4114 (((-876) $) 266) (($ (-576)) 24) (($ |#1|) 22 (|has| |#1| (-174))) (($ |#2|) 21) (($ (-1197)) NIL (-12 (|has| |#2| (-1059 (-1197))) (|has| |#1| (-374)))) (($ (-419 (-576))) 169 (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568)))) (-1341 ((|#1| $ (-576)) 85)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#2| (-928)) (|has| |#1| (-374))) (-12 (|has| |#2| (-146)) (|has| |#1| (-374))) (|has| |#1| (-146))))) (-2864 (((-783)) 155 T CONST)) (-3188 ((|#1| $) 102)) (-2778 ((|#2| $) NIL (-12 (|has| |#2| (-557)) (|has| |#1| (-374))))) (-3000 (((-112) $ $) NIL)) (-3653 (($ $) 218 (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) 194 (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3632 (($ $) 214 (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) 190 (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) 222 (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) 198 (|has| |#1| (-38 (-419 (-576)))))) (-2642 ((|#1| $ (-576)) 134 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-576)))) (|has| |#1| (-15 -4114 (|#1| (-1197))))))) (-1970 (($ $) 224 (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) 200 (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) 220 (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) 196 (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) 216 (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) 192 (|has| |#1| (-38 (-419 (-576)))))) (-2679 (($ $) NIL (-12 (|has| |#2| (-832)) (|has| |#1| (-374))))) (-4312 (($) 13 T CONST)) (-4322 (($) 18 T CONST)) (-3157 (($ $ (-1 |#2| |#2|) (-783)) NIL (|has| |#1| (-374))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-374))) (($ $) NIL (-3795 (-12 (|has| |#2| (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-783)) NIL (-3795 (-12 (|has| |#2| (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| |#2| (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| |#2| (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| |#2| (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| |#2| (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))))) (-3995 (((-112) $ $) NIL (-12 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-3975 (((-112) $ $) NIL (-12 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-3939 (((-112) $ $) 72)) (-3985 (((-112) $ $) NIL (-12 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-3962 (((-112) $ $) NIL (-12 (|has| |#2| (-862)) (|has| |#1| (-374))))) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) 163 (|has| |#1| (-374))) (($ |#2| |#2|) 164 (|has| |#1| (-374)))) (-4037 (($ $) 227) (($ $ $) 78)) (-4027 (($ $ $) 76)) (** (($ $ (-940)) NIL) (($ $ (-783)) 84) (($ $ (-576)) 160 (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 172 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 79) (($ $ |#1|) NIL) (($ |#1| $) 152) (($ $ |#2|) 162 (|has| |#1| (-374))) (($ |#2| $) 161 (|has| |#1| (-374))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
+(((-1251 |#1| |#2|) (-1250 |#1| |#2|) (-1070) (-1279 |#1|)) (T -1251))
+NIL
+(-1250 |#1| |#2|)
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3730 (((-1280 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-317)) (|has| |#1| (-374))))) (-1583 (((-656 (-1103)) $) NIL)) (-1652 (((-1197) $) 10)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-2116 (($ $) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-2898 (((-112) $) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-2452 (($ $ (-576)) NIL) (($ $ (-576) (-576)) NIL)) (-3716 (((-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|))) $) NIL)) (-2489 (((-1280 |#1| |#2| |#3|) $) NIL)) (-4270 (((-3 (-1280 |#1| |#2| |#3|) "failed") $) NIL)) (-1628 (((-1280 |#1| |#2| |#3|) $) NIL)) (-3586 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) NIL)) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))))) (-4068 (($ $) NIL (|has| |#1| (-374)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-374)))) (-1463 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))))) (-4064 (((-112) $ $) NIL (|has| |#1| (-374)))) (-3562 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4018 (((-576) $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))))) (-2861 (($ (-1178 (-2 (|:| |k| (-576)) (|:| |c| |#1|)))) NIL)) (-3612 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-1280 |#1| |#2| |#3|) "failed") $) NIL) (((-3 (-1197) "failed") $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-1059 (-1197))) (|has| |#1| (-374)))) (((-3 (-419 (-576)) "failed") $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-1059 (-576))) (|has| |#1| (-374)))) (((-3 (-576) "failed") $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-1059 (-576))) (|has| |#1| (-374))))) (-2318 (((-1280 |#1| |#2| |#3|) $) NIL) (((-1197) $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-1059 (-1197))) (|has| |#1| (-374)))) (((-419 (-576)) $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-1059 (-576))) (|has| |#1| (-374)))) (((-576) $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-1059 (-576))) (|has| |#1| (-374))))) (-4012 (($ $) NIL) (($ (-576) $) NIL)) (-1892 (($ $ $) NIL (|has| |#1| (-374)))) (-3310 (($ $) NIL)) (-2255 (((-701 (-1280 |#1| |#2| |#3|)) (-701 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -2663 (-701 (-1280 |#1| |#2| |#3|))) (|:| |vec| (-1288 (-1280 |#1| |#2| |#3|)))) (-701 $) (-1288 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-651 (-576))) (|has| |#1| (-374)))) (((-701 (-576)) (-701 $)) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-651 (-576))) (|has| |#1| (-374))))) (-2413 (((-3 $ "failed") $) NIL)) (-3919 (((-419 (-971 |#1|)) $ (-576)) NIL (|has| |#1| (-568))) (((-419 (-971 |#1|)) $ (-576) (-576)) NIL (|has| |#1| (-568)))) (-4370 (($) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-557)) (|has| |#1| (-374))))) (-1905 (($ $ $) NIL (|has| |#1| (-374)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-3742 (((-112) $) NIL (|has| |#1| (-374)))) (-2907 (((-112) $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))))) (-2871 (((-112) $) NIL)) (-2723 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-901 (-390))) (|has| |#1| (-374)))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-901 (-576))) (|has| |#1| (-374))))) (-1760 (((-576) $) NIL) (((-576) $ (-576)) NIL)) (-3315 (((-112) $) NIL)) (-2364 (($ $) NIL (|has| |#1| (-374)))) (-2687 (((-1280 |#1| |#2| |#3|) $) NIL (|has| |#1| (-374)))) (-4063 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4080 (((-3 $ "failed") $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-1173)) (|has| |#1| (-374))))) (-2569 (((-112) $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))))) (-3460 (($ $ (-940)) NIL)) (-2836 (($ (-1 |#1| (-576)) $) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-576)) 18) (($ $ (-1103) (-576)) NIL) (($ $ (-656 (-1103)) (-656 (-576))) NIL)) (-2905 (($ $ $) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-2163 (($ $ $) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1280 |#1| |#2| |#3|) (-1280 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-374)))) (-2608 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3015 (((-701 (-1280 |#1| |#2| |#3|)) (-1288 $)) NIL (|has| |#1| (-374))) (((-2 (|:| -2663 (-701 (-1280 |#1| |#2| |#3|))) (|:| |vec| (-1288 (-1280 |#1| |#2| |#3|)))) (-1288 $) $) NIL (|has| |#1| (-374))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-651 (-576))) (|has| |#1| (-374)))) (((-701 (-576)) (-1288 $)) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-651 (-576))) (|has| |#1| (-374))))) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-1637 (($ (-576) (-1280 |#1| |#2| |#3|)) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL (|has| |#1| (-374)))) (-1488 (($ $) 27 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| |#1| (-15 -1488 (|#1| |#1| (-1197)))) (|has| |#1| (-15 -1583 ((-656 (-1197)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-978)) (|has| |#1| (-1223))))) (($ $ (-1284 |#2|)) 28 (|has| |#1| (-38 (-419 (-576)))))) (-3651 (($) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-1173)) (|has| |#1| (-374))) CONST)) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-374)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-4152 (($ $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-317)) (|has| |#1| (-374))))) (-4110 (((-1280 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-557)) (|has| |#1| (-374))))) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))))) (-1452 (((-430 $) $) NIL (|has| |#1| (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-3168 (($ $ (-576)) NIL)) (-1943 (((-3 $ "failed") $ $) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2154 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2143 (((-1178 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-576))))) (($ $ (-1197) (-1280 |#1| |#2| |#3|)) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-526 (-1197) (-1280 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-656 (-1197)) (-656 (-1280 |#1| |#2| |#3|))) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-526 (-1197) (-1280 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-656 (-304 (-1280 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-319 (-1280 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-304 (-1280 |#1| |#2| |#3|))) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-319 (-1280 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-1280 |#1| |#2| |#3|) (-1280 |#1| |#2| |#3|)) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-319 (-1280 |#1| |#2| |#3|))) (|has| |#1| (-374)))) (($ $ (-656 (-1280 |#1| |#2| |#3|)) (-656 (-1280 |#1| |#2| |#3|))) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-319 (-1280 |#1| |#2| |#3|))) (|has| |#1| (-374))))) (-3199 (((-783) $) NIL (|has| |#1| (-374)))) (-4369 ((|#1| $ (-576)) NIL) (($ $ $) NIL (|has| (-576) (-1133))) (($ $ (-1280 |#1| |#2| |#3|)) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-296 (-1280 |#1| |#2| |#3|) (-1280 |#1| |#2| |#3|))) (|has| |#1| (-374))))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-374)))) (-4107 (($ $ (-1 (-1280 |#1| |#2| |#3|) (-1280 |#1| |#2| |#3|)) (-783)) NIL (|has| |#1| (-374))) (($ $ (-1 (-1280 |#1| |#2| |#3|) (-1280 |#1| |#2| |#3|))) NIL (|has| |#1| (-374))) (($ $ (-1284 |#2|)) 26) (($ $) 25 (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-783)) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))))) (-3908 (($ $) NIL (|has| |#1| (-374)))) (-2698 (((-1280 |#1| |#2| |#3|) $) NIL (|has| |#1| (-374)))) (-2786 (((-576) $) NIL)) (-3623 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1554 (((-548) $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-626 (-548))) (|has| |#1| (-374)))) (((-390) $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-1043)) (|has| |#1| (-374)))) (((-227) $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-1043)) (|has| |#1| (-374)))) (((-907 (-390)) $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-626 (-907 (-390)))) (|has| |#1| (-374)))) (((-907 (-576)) $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-626 (-907 (-576)))) (|has| |#1| (-374))))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| (-1280 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))))) (-2093 (($ $) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL (|has| |#1| (-174))) (($ (-1280 |#1| |#2| |#3|)) NIL) (($ (-1284 |#2|)) 24) (($ (-1197)) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-1059 (-1197))) (|has| |#1| (-374)))) (($ $) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))) (|has| |#1| (-568)))) (($ (-419 (-576))) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-1059 (-576))) (|has| |#1| (-374))) (|has| |#1| (-38 (-419 (-576))))))) (-1341 ((|#1| $ (-576)) NIL)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| (-1280 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-146)) (|has| |#1| (-374))) (|has| |#1| (-146))))) (-2864 (((-783)) NIL T CONST)) (-3188 ((|#1| $) 11)) (-2778 (((-1280 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-557)) (|has| |#1| (-374))))) (-3000 (((-112) $ $) NIL)) (-3653 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-928)) (|has| |#1| (-374))) (|has| |#1| (-568))))) (-3632 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2642 ((|#1| $ (-576)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-576)))) (|has| |#1| (-15 -4114 (|#1| (-1197))))))) (-1970 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2679 (($ $) NIL (-12 (|has| (-1280 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))))) (-4312 (($) 20 T CONST)) (-4322 (($) 15 T CONST)) (-3157 (($ $ (-1 (-1280 |#1| |#2| |#3|) (-1280 |#1| |#2| |#3|)) (-783)) NIL (|has| |#1| (-374))) (($ $ (-1 (-1280 |#1| |#2| |#3|) (-1280 |#1| |#2| |#3|))) NIL (|has| |#1| (-374))) (($ $ (-1284 |#2|)) NIL) (($ $) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-783)) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-238)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-237)) (|has| |#1| (-374))) (|has| |#1| (-15 * (|#1| (-576) |#1|))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-656 (-1197))) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-1197) (-783)) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197)))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-917 (-1197))) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-919 (-1197))) (|has| |#1| (-374))) (-12 (|has| |#1| (-15 * (|#1| (-576) |#1|))) (|has| |#1| (-917 (-1197))))))) (-3995 (((-112) $ $) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-3975 (((-112) $ $) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-3939 (((-112) $ $) NIL)) (-3985 (((-112) $ $) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-3962 (((-112) $ $) NIL (-3795 (-12 (|has| (-1280 |#1| |#2| |#3|) (-832)) (|has| |#1| (-374))) (-12 (|has| (-1280 |#1| |#2| |#3|) (-862)) (|has| |#1| (-374)))))) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374))) (($ (-1280 |#1| |#2| |#3|) (-1280 |#1| |#2| |#3|)) NIL (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) 22)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1280 |#1| |#2| |#3|)) NIL (|has| |#1| (-374))) (($ (-1280 |#1| |#2| |#3|) $) NIL (|has| |#1| (-374))) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
+(((-1252 |#1| |#2| |#3|) (-13 (-1250 |#1| (-1280 |#1| |#2| |#3|)) (-911 $ (-1284 |#2|)) (-10 -8 (-15 -4114 ($ (-1284 |#2|))) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -1488 ($ $ (-1284 |#2|))) |%noBranch|))) (-1070) (-1197) |#1|) (T -1252))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1252 *3 *4 *5)) (-4 *3 (-1070)) (-14 *5 *3))) (-1488 (*1 *1 *1 *2) (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1252 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)) (-14 *5 *3))))
+(-13 (-1250 |#1| (-1280 |#1| |#2| |#3|)) (-911 $ (-1284 |#2|)) (-10 -8 (-15 -4114 ($ (-1284 |#2|))) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -1488 ($ $ (-1284 |#2|))) |%noBranch|)))
+((-2923 (((-2 (|:| |contp| (-576)) (|:| -4155 (-656 (-2 (|:| |irr| |#1|) (|:| -2992 (-576)))))) |#1| (-112)) 13)) (-4183 (((-430 |#1|) |#1|) 26)) (-1452 (((-430 |#1|) |#1|) 24)))
+(((-1253 |#1|) (-10 -7 (-15 -1452 ((-430 |#1|) |#1|)) (-15 -4183 ((-430 |#1|) |#1|)) (-15 -2923 ((-2 (|:| |contp| (-576)) (|:| -4155 (-656 (-2 (|:| |irr| |#1|) (|:| -2992 (-576)))))) |#1| (-112)))) (-1264 (-576))) (T -1253))
+((-2923 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *2 (-2 (|:| |contp| (-576)) (|:| -4155 (-656 (-2 (|:| |irr| *3) (|:| -2992 (-576))))))) (-5 *1 (-1253 *3)) (-4 *3 (-1264 (-576))))) (-4183 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-1253 *3)) (-4 *3 (-1264 (-576))))) (-1452 (*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-1253 *3)) (-4 *3 (-1264 (-576))))))
+(-10 -7 (-15 -1452 ((-430 |#1|) |#1|)) (-15 -4183 ((-430 |#1|) |#1|)) (-15 -2923 ((-2 (|:| |contp| (-576)) (|:| -4155 (-656 (-2 (|:| |irr| |#1|) (|:| -2992 (-576)))))) |#1| (-112))))
+((-2423 (((-1178 |#2|) (-1 |#2| |#1|) (-1255 |#1|)) 23 (|has| |#1| (-860))) (((-1255 |#2|) (-1 |#2| |#1|) (-1255 |#1|)) 17)))
+(((-1254 |#1| |#2|) (-10 -7 (-15 -2423 ((-1255 |#2|) (-1 |#2| |#1|) (-1255 |#1|))) (IF (|has| |#1| (-860)) (-15 -2423 ((-1178 |#2|) (-1 |#2| |#1|) (-1255 |#1|))) |%noBranch|)) (-1238) (-1238)) (T -1254))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1255 *5)) (-4 *5 (-860)) (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-1178 *6)) (-5 *1 (-1254 *5 *6)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1255 *5)) (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-1255 *6)) (-5 *1 (-1254 *5 *6)))))
+(-10 -7 (-15 -2423 ((-1255 |#2|) (-1 |#2| |#1|) (-1255 |#1|))) (IF (|has| |#1| (-860)) (-15 -2423 ((-1178 |#2|) (-1 |#2| |#1|) (-1255 |#1|))) |%noBranch|))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-2402 (($ |#1| |#1|) 11) (($ |#1|) 10)) (-2423 (((-1178 |#1|) (-1 |#1| |#1|) $) 44 (|has| |#1| (-860)))) (-1391 ((|#1| $) 15)) (-1695 ((|#1| $) 12)) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-2656 (((-576) $) 19)) (-3312 ((|#1| $) 18)) (-2668 ((|#1| $) 13)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-1894 (((-112) $) 17)) (-3567 (((-1178 |#1|) $) 41 (|has| |#1| (-860))) (((-1178 |#1|) (-656 $)) 40 (|has| |#1| (-860)))) (-1554 (($ |#1|) 26)) (-4114 (($ (-1115 |#1|)) 25) (((-876) $) 37 (|has| |#1| (-1121)))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-2497 (($ |#1| |#1|) 21) (($ |#1|) 20)) (-3715 (($ $ (-576)) 14)) (-3939 (((-112) $ $) 30 (|has| |#1| (-1121)))))
+(((-1255 |#1|) (-13 (-1114 |#1|) (-10 -8 (-15 -2497 ($ |#1|)) (-15 -2402 ($ |#1|)) (-15 -4114 ($ (-1115 |#1|))) (-15 -1894 ((-112) $)) (IF (|has| |#1| (-1121)) (-6 (-1121)) |%noBranch|) (IF (|has| |#1| (-860)) (-6 (-1116 |#1| (-1178 |#1|))) |%noBranch|))) (-1238)) (T -1255))
+((-2497 (*1 *1 *2) (-12 (-5 *1 (-1255 *2)) (-4 *2 (-1238)))) (-2402 (*1 *1 *2) (-12 (-5 *1 (-1255 *2)) (-4 *2 (-1238)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-1115 *3)) (-4 *3 (-1238)) (-5 *1 (-1255 *3)))) (-1894 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1255 *3)) (-4 *3 (-1238)))))
+(-13 (-1114 |#1|) (-10 -8 (-15 -2497 ($ |#1|)) (-15 -2402 ($ |#1|)) (-15 -4114 ($ (-1115 |#1|))) (-15 -1894 ((-112) $)) (IF (|has| |#1| (-1121)) (-6 (-1121)) |%noBranch|) (IF (|has| |#1| (-860)) (-6 (-1116 |#1| (-1178 |#1|))) |%noBranch|)))
+((-2423 (((-1261 |#3| |#4|) (-1 |#4| |#2|) (-1261 |#1| |#2|)) 15)))
+(((-1256 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2423 ((-1261 |#3| |#4|) (-1 |#4| |#2|) (-1261 |#1| |#2|)))) (-1197) (-1070) (-1197) (-1070)) (T -1256))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1261 *5 *6)) (-14 *5 (-1197)) (-4 *6 (-1070)) (-4 *8 (-1070)) (-5 *2 (-1261 *7 *8)) (-5 *1 (-1256 *5 *6 *7 *8)) (-14 *7 (-1197)))))
+(-10 -7 (-15 -2423 ((-1261 |#3| |#4|) (-1 |#4| |#2|) (-1261 |#1| |#2|))))
+((-3606 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 21)) (-3835 ((|#1| |#3|) 13)) (-2641 ((|#3| |#3|) 19)))
+(((-1257 |#1| |#2| |#3|) (-10 -7 (-15 -3835 (|#1| |#3|)) (-15 -2641 (|#3| |#3|)) (-15 -3606 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-568) (-1013 |#1|) (-1264 |#2|)) (T -1257))
+((-3606 (*1 *2 *3) (-12 (-4 *4 (-568)) (-4 *5 (-1013 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1257 *4 *5 *3)) (-4 *3 (-1264 *5)))) (-2641 (*1 *2 *2) (-12 (-4 *3 (-568)) (-4 *4 (-1013 *3)) (-5 *1 (-1257 *3 *4 *2)) (-4 *2 (-1264 *4)))) (-3835 (*1 *2 *3) (-12 (-4 *4 (-1013 *2)) (-4 *2 (-568)) (-5 *1 (-1257 *2 *4 *3)) (-4 *3 (-1264 *4)))))
+(-10 -7 (-15 -3835 (|#1| |#3|)) (-15 -2641 (|#3| |#3|)) (-15 -3606 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
+((-2021 (((-3 |#2| "failed") |#2| (-783) |#1|) 35)) (-4165 (((-3 |#2| "failed") |#2| (-783)) 36)) (-4238 (((-3 (-2 (|:| -2100 |#2|) (|:| -2111 |#2|)) "failed") |#2|) 50)) (-4222 (((-656 |#2|) |#2|) 52)) (-2390 (((-3 |#2| "failed") |#2| |#2|) 46)))
+(((-1258 |#1| |#2|) (-10 -7 (-15 -4165 ((-3 |#2| "failed") |#2| (-783))) (-15 -2021 ((-3 |#2| "failed") |#2| (-783) |#1|)) (-15 -2390 ((-3 |#2| "failed") |#2| |#2|)) (-15 -4238 ((-3 (-2 (|:| -2100 |#2|) (|:| -2111 |#2|)) "failed") |#2|)) (-15 -4222 ((-656 |#2|) |#2|))) (-13 (-568) (-148)) (-1264 |#1|)) (T -1258))
+((-4222 (*1 *2 *3) (-12 (-4 *4 (-13 (-568) (-148))) (-5 *2 (-656 *3)) (-5 *1 (-1258 *4 *3)) (-4 *3 (-1264 *4)))) (-4238 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-568) (-148))) (-5 *2 (-2 (|:| -2100 *3) (|:| -2111 *3))) (-5 *1 (-1258 *4 *3)) (-4 *3 (-1264 *4)))) (-2390 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-13 (-568) (-148))) (-5 *1 (-1258 *3 *2)) (-4 *2 (-1264 *3)))) (-2021 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-783)) (-4 *4 (-13 (-568) (-148))) (-5 *1 (-1258 *4 *2)) (-4 *2 (-1264 *4)))) (-4165 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-783)) (-4 *4 (-13 (-568) (-148))) (-5 *1 (-1258 *4 *2)) (-4 *2 (-1264 *4)))))
+(-10 -7 (-15 -4165 ((-3 |#2| "failed") |#2| (-783))) (-15 -2021 ((-3 |#2| "failed") |#2| (-783) |#1|)) (-15 -2390 ((-3 |#2| "failed") |#2| |#2|)) (-15 -4238 ((-3 (-2 (|:| -2100 |#2|) (|:| -2111 |#2|)) "failed") |#2|)) (-15 -4222 ((-656 |#2|) |#2|)))
+((-1425 (((-3 (-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) "failed") |#2| |#2|) 30)))
+(((-1259 |#1| |#2|) (-10 -7 (-15 -1425 ((-3 (-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) "failed") |#2| |#2|))) (-568) (-1264 |#1|)) (T -1259))
+((-1425 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-568)) (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3))) (-5 *1 (-1259 *4 *3)) (-4 *3 (-1264 *4)))))
+(-10 -7 (-15 -1425 ((-3 (-2 (|:| -4079 |#2|) (|:| -1380 |#2|)) "failed") |#2| |#2|)))
+((-1421 ((|#2| |#2| |#2|) 22)) (-4275 ((|#2| |#2| |#2|) 36)) (-3840 ((|#2| |#2| |#2| (-783) (-783)) 44)))
+(((-1260 |#1| |#2|) (-10 -7 (-15 -1421 (|#2| |#2| |#2|)) (-15 -4275 (|#2| |#2| |#2|)) (-15 -3840 (|#2| |#2| |#2| (-783) (-783)))) (-1070) (-1264 |#1|)) (T -1260))
+((-3840 (*1 *2 *2 *2 *3 *3) (-12 (-5 *3 (-783)) (-4 *4 (-1070)) (-5 *1 (-1260 *4 *2)) (-4 *2 (-1264 *4)))) (-4275 (*1 *2 *2 *2) (-12 (-4 *3 (-1070)) (-5 *1 (-1260 *3 *2)) (-4 *2 (-1264 *3)))) (-1421 (*1 *2 *2 *2) (-12 (-4 *3 (-1070)) (-5 *1 (-1260 *3 *2)) (-4 *2 (-1264 *3)))))
+(-10 -7 (-15 -1421 (|#2| |#2| |#2|)) (-15 -4275 (|#2| |#2| |#2|)) (-15 -3840 (|#2| |#2| |#2| (-783) (-783))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-3357 (((-1288 |#2|) $ (-783)) NIL)) (-1583 (((-656 (-1103)) $) NIL)) (-2259 (($ (-1193 |#2|)) NIL)) (-1420 (((-1193 $) $ (-1103)) NIL) (((-1193 |#2|) $) NIL)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#2| (-568)))) (-2116 (($ $) NIL (|has| |#2| (-568)))) (-2898 (((-112) $) NIL (|has| |#2| (-568)))) (-2392 (((-783) $) NIL) (((-783) $ (-656 (-1103))) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3350 (($ $ $) NIL (|has| |#2| (-568)))) (-1654 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-4068 (($ $) NIL (|has| |#2| (-464)))) (-2068 (((-430 $) $) NIL (|has| |#2| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-4064 (((-112) $ $) NIL (|has| |#2| (-374)))) (-4215 (($ $ (-783)) NIL)) (-2440 (($ $ (-783)) NIL)) (-1387 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#2| (-464)))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#2| "failed") $) NIL) (((-3 (-419 (-576)) "failed") $) NIL (|has| |#2| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) NIL (|has| |#2| (-1059 (-576)))) (((-3 (-1103) "failed") $) NIL)) (-2318 ((|#2| $) NIL) (((-419 (-576)) $) NIL (|has| |#2| (-1059 (-419 (-576))))) (((-576) $) NIL (|has| |#2| (-1059 (-576)))) (((-1103) $) NIL)) (-1751 (($ $ $ (-1103)) NIL (|has| |#2| (-174))) ((|#2| $ $) NIL (|has| |#2| (-174)))) (-1892 (($ $ $) NIL (|has| |#2| (-374)))) (-3310 (($ $) NIL)) (-2255 (((-701 (-576)) (-701 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-701 $) (-1288 $)) NIL) (((-701 |#2|) (-701 $)) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-1905 (($ $ $) NIL (|has| |#2| (-374)))) (-1783 (($ $ $) NIL)) (-3230 (($ $ $) NIL (|has| |#2| (-568)))) (-3710 (((-2 (|:| -2862 |#2|) (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#2| (-568)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| |#2| (-374)))) (-1770 (($ $) NIL (|has| |#2| (-464))) (($ $ (-1103)) NIL (|has| |#2| (-464)))) (-3297 (((-656 $) $) NIL)) (-3742 (((-112) $) NIL (|has| |#2| (-928)))) (-4308 (($ $ |#2| (-783) $) NIL)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) NIL (-12 (|has| (-1103) (-901 (-390))) (|has| |#2| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) NIL (-12 (|has| (-1103) (-901 (-576))) (|has| |#2| (-901 (-576)))))) (-1760 (((-783) $ $) NIL (|has| |#2| (-568)))) (-3315 (((-112) $) NIL)) (-2509 (((-783) $) NIL)) (-4080 (((-3 $ "failed") $) NIL (|has| |#2| (-1173)))) (-1572 (($ (-1193 |#2|) (-1103)) NIL) (($ (-1193 $) (-1103)) NIL)) (-3460 (($ $ (-783)) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#2| (-374)))) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) NIL)) (-1562 (($ |#2| (-783)) 18) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103)) (-656 (-783))) NIL)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ (-1103)) NIL) (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL)) (-4269 (((-783) $) NIL) (((-783) $ (-1103)) NIL) (((-656 (-783)) $ (-656 (-1103))) NIL)) (-1504 (($ (-1 (-783) (-783)) $) NIL)) (-2423 (($ (-1 |#2| |#2|) $) NIL)) (-1443 (((-1193 |#2|) $) NIL)) (-1706 (((-3 (-1103) "failed") $) NIL)) (-3015 (((-701 (-576)) (-1288 $)) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) NIL (|has| |#2| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#2|)) (|:| |vec| (-1288 |#2|))) (-1288 $) $) NIL) (((-701 |#2|) (-1288 $)) NIL)) (-1697 (($ $) NIL)) (-1708 ((|#2| $) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-4185 (((-1179) $) NIL)) (-1368 (((-2 (|:| -4079 $) (|:| -1380 $)) $ (-783)) NIL)) (-4383 (((-3 (-656 $) "failed") $) NIL)) (-2453 (((-3 (-656 $) "failed") $) NIL)) (-2344 (((-3 (-2 (|:| |var| (-1103)) (|:| -3744 (-783))) "failed") $) NIL)) (-1488 (($ $) NIL (|has| |#2| (-38 (-419 (-576)))))) (-3651 (($) NIL (|has| |#2| (-1173)) CONST)) (-3117 (((-1141) $) NIL)) (-1677 (((-112) $) NIL)) (-1684 ((|#2| $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#2| (-464)))) (-3115 (($ (-656 $)) NIL (|has| |#2| (-464))) (($ $ $) NIL (|has| |#2| (-464)))) (-3317 (($ $ (-783) |#2| $) NIL)) (-1756 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) NIL (|has| |#2| (-928)))) (-1452 (((-430 $) $) NIL (|has| |#2| (-928)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#2| (-374)))) (-1943 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-568))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#2| (-374)))) (-2143 (($ $ (-656 (-304 $))) NIL) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-1103) |#2|) NIL) (($ $ (-656 (-1103)) (-656 |#2|)) NIL) (($ $ (-1103) $) NIL) (($ $ (-656 (-1103)) (-656 $)) NIL)) (-3199 (((-783) $) NIL (|has| |#2| (-374)))) (-4369 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-419 $) (-419 $) (-419 $)) NIL (|has| |#2| (-568))) ((|#2| (-419 $) |#2|) NIL (|has| |#2| (-374))) (((-419 $) $ (-419 $)) NIL (|has| |#2| (-568)))) (-2968 (((-3 $ "failed") $ (-783)) NIL)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#2| (-374)))) (-3053 (($ $ (-1103)) NIL (|has| |#2| (-174))) ((|#2| $) NIL (|has| |#2| (-174)))) (-4107 (($ $ (-656 (-1103)) (-656 (-783))) NIL) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103))) NIL) (($ $ (-1103)) NIL) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1 |#2| |#2|) $) NIL) (($ $ (-1197)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#2| (-919 (-1197))))) (-2786 (((-783) $) NIL) (((-783) $ (-1103)) NIL) (((-656 (-783)) $ (-656 (-1103))) NIL)) (-1554 (((-907 (-390)) $) NIL (-12 (|has| (-1103) (-626 (-907 (-390)))) (|has| |#2| (-626 (-907 (-390)))))) (((-907 (-576)) $) NIL (-12 (|has| (-1103) (-626 (-907 (-576)))) (|has| |#2| (-626 (-907 (-576)))))) (((-548) $) NIL (-12 (|has| (-1103) (-626 (-548))) (|has| |#2| (-626 (-548)))))) (-3929 ((|#2| $) NIL (|has| |#2| (-464))) (($ $ (-1103)) NIL (|has| |#2| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) NIL (-12 (|has| $ (-146)) (|has| |#2| (-928))))) (-1442 (((-3 $ "failed") $ $) NIL (|has| |#2| (-568))) (((-3 (-419 $) "failed") (-419 $) $) NIL (|has| |#2| (-568)))) (-4114 (((-876) $) 13) (($ (-576)) NIL) (($ |#2|) NIL) (($ (-1103)) NIL) (($ (-1284 |#1|)) 20) (($ (-419 (-576))) NIL (-3795 (|has| |#2| (-38 (-419 (-576)))) (|has| |#2| (-1059 (-419 (-576)))))) (($ $) NIL (|has| |#2| (-568)))) (-1923 (((-656 |#2|) $) NIL)) (-1341 ((|#2| $ (-783)) NIL) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103)) (-656 (-783))) NIL)) (-3346 (((-3 $ "failed") $) NIL (-3795 (-12 (|has| $ (-146)) (|has| |#2| (-928))) (|has| |#2| (-146))))) (-2864 (((-783)) NIL T CONST)) (-3365 (($ $ $ (-783)) NIL (|has| |#2| (-174)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL (|has| |#2| (-568)))) (-4312 (($) NIL T CONST)) (-4322 (($) 14 T CONST)) (-3157 (($ $ (-656 (-1103)) (-656 (-783))) NIL) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103))) NIL) (($ $ (-1103)) NIL) (($ $) NIL) (($ $ (-783)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1197)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197))) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-1197) (-783)) NIL (|has| |#2| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (|has| |#2| (-919 (-1197))))) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#2|) NIL (|has| |#2| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-419 (-576))) NIL (|has| |#2| (-38 (-419 (-576))))) (($ (-419 (-576)) $) NIL (|has| |#2| (-38 (-419 (-576))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-1261 |#1| |#2|) (-13 (-1264 |#2|) (-628 (-1284 |#1|)) (-10 -8 (-15 -3317 ($ $ (-783) |#2| $)))) (-1197) (-1070)) (T -1261))
+((-3317 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-783)) (-5 *1 (-1261 *4 *3)) (-14 *4 (-1197)) (-4 *3 (-1070)))))
+(-13 (-1264 |#2|) (-628 (-1284 |#1|)) (-10 -8 (-15 -3317 ($ $ (-783) |#2| $))))
+((-2423 ((|#4| (-1 |#3| |#1|) |#2|) 22)))
+(((-1262 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2423 (|#4| (-1 |#3| |#1|) |#2|))) (-1070) (-1264 |#1|) (-1070) (-1264 |#3|)) (T -1262))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1070)) (-4 *6 (-1070)) (-4 *2 (-1264 *6)) (-5 *1 (-1262 *5 *4 *6 *2)) (-4 *4 (-1264 *5)))))
+(-10 -7 (-15 -2423 (|#4| (-1 |#3| |#1|) |#2|)))
+((-3357 (((-1288 |#2|) $ (-783)) 129)) (-1583 (((-656 (-1103)) $) 16)) (-2259 (($ (-1193 |#2|)) 80)) (-2392 (((-783) $) NIL) (((-783) $ (-656 (-1103))) 21)) (-1654 (((-430 (-1193 $)) (-1193 $)) 204)) (-4068 (($ $) 194)) (-2068 (((-430 $) $) 192)) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) 95)) (-4215 (($ $ (-783)) 84)) (-2440 (($ $ (-783)) 86)) (-1387 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 145)) (-2981 (((-3 |#2| "failed") $) 132) (((-3 (-419 (-576)) "failed") $) NIL) (((-3 (-576) "failed") $) NIL) (((-3 (-1103) "failed") $) NIL)) (-2318 ((|#2| $) 130) (((-419 (-576)) $) NIL) (((-576) $) NIL) (((-1103) $) NIL)) (-3230 (($ $ $) 170)) (-3710 (((-2 (|:| -2862 |#2|) (|:| -4079 $) (|:| -1380 $)) $ $) 172)) (-1760 (((-783) $ $) 189)) (-4080 (((-3 $ "failed") $) 138)) (-1562 (($ |#2| (-783)) NIL) (($ $ (-1103) (-783)) 59) (($ $ (-656 (-1103)) (-656 (-783))) NIL)) (-4269 (((-783) $) NIL) (((-783) $ (-1103)) 54) (((-656 (-783)) $ (-656 (-1103))) 55)) (-1443 (((-1193 |#2|) $) 72)) (-1706 (((-3 (-1103) "failed") $) 52)) (-1368 (((-2 (|:| -4079 $) (|:| -1380 $)) $ (-783)) 83)) (-1488 (($ $) 219)) (-3651 (($) 134)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 201)) (-1756 (((-430 (-1193 $)) (-1193 $)) 101)) (-4074 (((-430 (-1193 $)) (-1193 $)) 99)) (-1452 (((-430 $) $) 120)) (-2143 (($ $ (-656 (-304 $))) 51) (($ $ (-304 $)) NIL) (($ $ $ $) NIL) (($ $ (-656 $) (-656 $)) NIL) (($ $ (-1103) |#2|) 39) (($ $ (-656 (-1103)) (-656 |#2|)) 36) (($ $ (-1103) $) 32) (($ $ (-656 (-1103)) (-656 $)) 30)) (-3199 (((-783) $) 207)) (-4369 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-419 $) (-419 $) (-419 $)) 164) ((|#2| (-419 $) |#2|) 206) (((-419 $) $ (-419 $)) 188)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 212)) (-4107 (($ $ (-656 (-1103)) (-656 (-783))) NIL) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103))) NIL) (($ $ (-1103)) 157) (($ $) 155) (($ $ (-783)) NIL) (($ $ (-1 |#2| |#2|)) 154) (($ $ (-1 |#2| |#2|) (-783)) NIL) (($ $ (-1 |#2| |#2|) $) 149) (($ $ (-1197)) NIL) (($ $ (-656 (-1197))) NIL) (($ $ (-1197) (-783)) NIL) (($ $ (-656 (-1197)) (-656 (-783))) NIL)) (-2786 (((-783) $) NIL) (((-783) $ (-1103)) 17) (((-656 (-783)) $ (-656 (-1103))) 23)) (-3929 ((|#2| $) NIL) (($ $ (-1103)) 140)) (-1442 (((-3 $ "failed") $ $) 180) (((-3 (-419 $) "failed") (-419 $) $) 176)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#2|) NIL) (($ (-1103)) 64) (($ (-419 (-576))) NIL) (($ $) NIL)))
+(((-1263 |#1| |#2|) (-10 -8 (-15 -4114 (|#1| |#1|)) (-15 -2374 ((-1193 |#1|) (-1193 |#1|) (-1193 |#1|))) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -2068 ((-430 |#1|) |#1|)) (-15 -4068 (|#1| |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -3651 (|#1|)) (-15 -4080 ((-3 |#1| "failed") |#1|)) (-15 -4369 ((-419 |#1|) |#1| (-419 |#1|))) (-15 -3199 ((-783) |#1|)) (-15 -3018 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|)) (-15 -1488 (|#1| |#1|)) (-15 -4369 (|#2| (-419 |#1|) |#2|)) (-15 -1387 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -3710 ((-2 (|:| -2862 |#2|) (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|)) (-15 -3230 (|#1| |#1| |#1|)) (-15 -1442 ((-3 (-419 |#1|) "failed") (-419 |#1|) |#1|)) (-15 -1442 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1760 ((-783) |#1| |#1|)) (-15 -4369 ((-419 |#1|) (-419 |#1|) (-419 |#1|))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -2440 (|#1| |#1| (-783))) (-15 -4215 (|#1| |#1| (-783))) (-15 -1368 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| (-783))) (-15 -2259 (|#1| (-1193 |#2|))) (-15 -1443 ((-1193 |#2|) |#1|)) (-15 -3357 ((-1288 |#2|) |#1| (-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1|)) (-15 -4369 (|#1| |#1| |#1|)) (-15 -4369 (|#2| |#1| |#2|)) (-15 -1452 ((-430 |#1|) |#1|)) (-15 -1654 ((-430 (-1193 |#1|)) (-1193 |#1|))) (-15 -4074 ((-430 (-1193 |#1|)) (-1193 |#1|))) (-15 -1756 ((-430 (-1193 |#1|)) (-1193 |#1|))) (-15 -4156 ((-3 (-656 (-1193 |#1|)) "failed") (-656 (-1193 |#1|)) (-1193 |#1|))) (-15 -3929 (|#1| |#1| (-1103))) (-15 -1583 ((-656 (-1103)) |#1|)) (-15 -2392 ((-783) |#1| (-656 (-1103)))) (-15 -2392 ((-783) |#1|)) (-15 -1562 (|#1| |#1| (-656 (-1103)) (-656 (-783)))) (-15 -1562 (|#1| |#1| (-1103) (-783))) (-15 -4269 ((-656 (-783)) |#1| (-656 (-1103)))) (-15 -4269 ((-783) |#1| (-1103))) (-15 -1706 ((-3 (-1103) "failed") |#1|)) (-15 -2786 ((-656 (-783)) |#1| (-656 (-1103)))) (-15 -2786 ((-783) |#1| (-1103))) (-15 -4114 (|#1| (-1103))) (-15 -2981 ((-3 (-1103) "failed") |#1|)) (-15 -2318 ((-1103) |#1|)) (-15 -2143 (|#1| |#1| (-656 (-1103)) (-656 |#1|))) (-15 -2143 (|#1| |#1| (-1103) |#1|)) (-15 -2143 (|#1| |#1| (-656 (-1103)) (-656 |#2|))) (-15 -2143 (|#1| |#1| (-1103) |#2|)) (-15 -2143 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -2143 (|#1| |#1| |#1| |#1|)) (-15 -2143 (|#1| |#1| (-304 |#1|))) (-15 -2143 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -2786 ((-783) |#1|)) (-15 -1562 (|#1| |#2| (-783))) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -4114 (|#1| |#2|)) (-15 -4269 ((-783) |#1|)) (-15 -3929 (|#2| |#1|)) (-15 -4107 (|#1| |#1| (-1103))) (-15 -4107 (|#1| |#1| (-656 (-1103)))) (-15 -4107 (|#1| |#1| (-1103) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1103)) (-656 (-783)))) (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|))) (-1264 |#2|) (-1070)) (T -1263))
+NIL
+(-10 -8 (-15 -4114 (|#1| |#1|)) (-15 -2374 ((-1193 |#1|) (-1193 |#1|) (-1193 |#1|))) (-15 -4107 (|#1| |#1| (-656 (-1197)) (-656 (-783)))) (-15 -4107 (|#1| |#1| (-1197) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1197)))) (-15 -4107 (|#1| |#1| (-1197))) (-15 -2068 ((-430 |#1|) |#1|)) (-15 -4068 (|#1| |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -3651 (|#1|)) (-15 -4080 ((-3 |#1| "failed") |#1|)) (-15 -4369 ((-419 |#1|) |#1| (-419 |#1|))) (-15 -3199 ((-783) |#1|)) (-15 -3018 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|)) (-15 -1488 (|#1| |#1|)) (-15 -4369 (|#2| (-419 |#1|) |#2|)) (-15 -1387 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -3710 ((-2 (|:| -2862 |#2|) (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| |#1|)) (-15 -3230 (|#1| |#1| |#1|)) (-15 -1442 ((-3 (-419 |#1|) "failed") (-419 |#1|) |#1|)) (-15 -1442 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1760 ((-783) |#1| |#1|)) (-15 -4369 ((-419 |#1|) (-419 |#1|) (-419 |#1|))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -2440 (|#1| |#1| (-783))) (-15 -4215 (|#1| |#1| (-783))) (-15 -1368 ((-2 (|:| -4079 |#1|) (|:| -1380 |#1|)) |#1| (-783))) (-15 -2259 (|#1| (-1193 |#2|))) (-15 -1443 ((-1193 |#2|) |#1|)) (-15 -3357 ((-1288 |#2|) |#1| (-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|) (-783))) (-15 -4107 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4107 (|#1| |#1| (-783))) (-15 -4107 (|#1| |#1|)) (-15 -4369 (|#1| |#1| |#1|)) (-15 -4369 (|#2| |#1| |#2|)) (-15 -1452 ((-430 |#1|) |#1|)) (-15 -1654 ((-430 (-1193 |#1|)) (-1193 |#1|))) (-15 -4074 ((-430 (-1193 |#1|)) (-1193 |#1|))) (-15 -1756 ((-430 (-1193 |#1|)) (-1193 |#1|))) (-15 -4156 ((-3 (-656 (-1193 |#1|)) "failed") (-656 (-1193 |#1|)) (-1193 |#1|))) (-15 -3929 (|#1| |#1| (-1103))) (-15 -1583 ((-656 (-1103)) |#1|)) (-15 -2392 ((-783) |#1| (-656 (-1103)))) (-15 -2392 ((-783) |#1|)) (-15 -1562 (|#1| |#1| (-656 (-1103)) (-656 (-783)))) (-15 -1562 (|#1| |#1| (-1103) (-783))) (-15 -4269 ((-656 (-783)) |#1| (-656 (-1103)))) (-15 -4269 ((-783) |#1| (-1103))) (-15 -1706 ((-3 (-1103) "failed") |#1|)) (-15 -2786 ((-656 (-783)) |#1| (-656 (-1103)))) (-15 -2786 ((-783) |#1| (-1103))) (-15 -4114 (|#1| (-1103))) (-15 -2981 ((-3 (-1103) "failed") |#1|)) (-15 -2318 ((-1103) |#1|)) (-15 -2143 (|#1| |#1| (-656 (-1103)) (-656 |#1|))) (-15 -2143 (|#1| |#1| (-1103) |#1|)) (-15 -2143 (|#1| |#1| (-656 (-1103)) (-656 |#2|))) (-15 -2143 (|#1| |#1| (-1103) |#2|)) (-15 -2143 (|#1| |#1| (-656 |#1|) (-656 |#1|))) (-15 -2143 (|#1| |#1| |#1| |#1|)) (-15 -2143 (|#1| |#1| (-304 |#1|))) (-15 -2143 (|#1| |#1| (-656 (-304 |#1|)))) (-15 -2786 ((-783) |#1|)) (-15 -1562 (|#1| |#2| (-783))) (-15 -2981 ((-3 (-576) "failed") |#1|)) (-15 -2318 ((-576) |#1|)) (-15 -2981 ((-3 (-419 (-576)) "failed") |#1|)) (-15 -2318 ((-419 (-576)) |#1|)) (-15 -2318 (|#2| |#1|)) (-15 -2981 ((-3 |#2| "failed") |#1|)) (-15 -4114 (|#1| |#2|)) (-15 -4269 ((-783) |#1|)) (-15 -3929 (|#2| |#1|)) (-15 -4107 (|#1| |#1| (-1103))) (-15 -4107 (|#1| |#1| (-656 (-1103)))) (-15 -4107 (|#1| |#1| (-1103) (-783))) (-15 -4107 (|#1| |#1| (-656 (-1103)) (-656 (-783)))) (-15 -4114 (|#1| (-576))) (-15 -4114 ((-876) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3357 (((-1288 |#1|) $ (-783)) 256)) (-1583 (((-656 (-1103)) $) 113)) (-2259 (($ (-1193 |#1|)) 254)) (-1420 (((-1193 $) $ (-1103)) 128) (((-1193 |#1|) $) 127)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 90 (|has| |#1| (-568)))) (-2116 (($ $) 91 (|has| |#1| (-568)))) (-2898 (((-112) $) 93 (|has| |#1| (-568)))) (-2392 (((-783) $) 115) (((-783) $ (-656 (-1103))) 114)) (-2583 (((-3 $ "failed") $ $) 20)) (-3350 (($ $ $) 241 (|has| |#1| (-568)))) (-1654 (((-430 (-1193 $)) (-1193 $)) 103 (|has| |#1| (-928)))) (-4068 (($ $) 101 (|has| |#1| (-464)))) (-2068 (((-430 $) $) 100 (|has| |#1| (-464)))) (-4156 (((-3 (-656 (-1193 $)) "failed") (-656 (-1193 $)) (-1193 $)) 106 (|has| |#1| (-928)))) (-4064 (((-112) $ $) 226 (|has| |#1| (-374)))) (-4215 (($ $ (-783)) 249)) (-2440 (($ $ (-783)) 248)) (-1387 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 236 (|has| |#1| (-464)))) (-3853 (($) 18 T CONST)) (-2981 (((-3 |#1| "failed") $) 171) (((-3 (-419 (-576)) "failed") $) 168 (|has| |#1| (-1059 (-419 (-576))))) (((-3 (-576) "failed") $) 166 (|has| |#1| (-1059 (-576)))) (((-3 (-1103) "failed") $) 143)) (-2318 ((|#1| $) 170) (((-419 (-576)) $) 169 (|has| |#1| (-1059 (-419 (-576))))) (((-576) $) 167 (|has| |#1| (-1059 (-576)))) (((-1103) $) 144)) (-1751 (($ $ $ (-1103)) 111 (|has| |#1| (-174))) ((|#1| $ $) 244 (|has| |#1| (-174)))) (-1892 (($ $ $) 230 (|has| |#1| (-374)))) (-3310 (($ $) 161)) (-2255 (((-701 (-576)) (-701 $)) 139 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-701 $) (-1288 $)) 138 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-701 $) (-1288 $)) 137) (((-701 |#1|) (-701 $)) 136)) (-2413 (((-3 $ "failed") $) 37)) (-1905 (($ $ $) 229 (|has| |#1| (-374)))) (-1783 (($ $ $) 247)) (-3230 (($ $ $) 238 (|has| |#1| (-568)))) (-3710 (((-2 (|:| -2862 |#1|) (|:| -4079 $) (|:| -1380 $)) $ $) 237 (|has| |#1| (-568)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 224 (|has| |#1| (-374)))) (-1770 (($ $) 183 (|has| |#1| (-464))) (($ $ (-1103)) 108 (|has| |#1| (-464)))) (-3297 (((-656 $) $) 112)) (-3742 (((-112) $) 99 (|has| |#1| (-928)))) (-4308 (($ $ |#1| (-783) $) 179)) (-3135 (((-904 (-390) $) $ (-907 (-390)) (-904 (-390) $)) 87 (-12 (|has| (-1103) (-901 (-390))) (|has| |#1| (-901 (-390))))) (((-904 (-576) $) $ (-907 (-576)) (-904 (-576) $)) 86 (-12 (|has| (-1103) (-901 (-576))) (|has| |#1| (-901 (-576)))))) (-1760 (((-783) $ $) 242 (|has| |#1| (-568)))) (-3315 (((-112) $) 35)) (-2509 (((-783) $) 176)) (-4080 (((-3 $ "failed") $) 222 (|has| |#1| (-1173)))) (-1572 (($ (-1193 |#1|) (-1103)) 120) (($ (-1193 $) (-1103)) 119)) (-3460 (($ $ (-783)) 253)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 233 (|has| |#1| (-374)))) (-2974 (((-656 $) $) 129)) (-3649 (((-112) $) 159)) (-1562 (($ |#1| (-783)) 160) (($ $ (-1103) (-783)) 122) (($ $ (-656 (-1103)) (-656 (-783))) 121)) (-3706 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $ (-1103)) 123) (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 251)) (-4269 (((-783) $) 177) (((-783) $ (-1103)) 125) (((-656 (-783)) $ (-656 (-1103))) 124)) (-1504 (($ (-1 (-783) (-783)) $) 178)) (-2423 (($ (-1 |#1| |#1|) $) 158)) (-1443 (((-1193 |#1|) $) 255)) (-1706 (((-3 (-1103) "failed") $) 126)) (-3015 (((-701 (-576)) (-1288 $)) 141 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 (-576))) (|:| |vec| (-1288 (-576)))) (-1288 $) $) 140 (|has| |#1| (-651 (-576)))) (((-2 (|:| -2663 (-701 |#1|)) (|:| |vec| (-1288 |#1|))) (-1288 $) $) 135) (((-701 |#1|) (-1288 $)) 134)) (-1697 (($ $) 156)) (-1708 ((|#1| $) 155)) (-3078 (($ (-656 $)) 97 (|has| |#1| (-464))) (($ $ $) 96 (|has| |#1| (-464)))) (-4185 (((-1179) $) 10)) (-1368 (((-2 (|:| -4079 $) (|:| -1380 $)) $ (-783)) 250)) (-4383 (((-3 (-656 $) "failed") $) 117)) (-2453 (((-3 (-656 $) "failed") $) 118)) (-2344 (((-3 (-2 (|:| |var| (-1103)) (|:| -3744 (-783))) "failed") $) 116)) (-1488 (($ $) 234 (|has| |#1| (-38 (-419 (-576)))))) (-3651 (($) 221 (|has| |#1| (-1173)) CONST)) (-3117 (((-1141) $) 11)) (-1677 (((-112) $) 173)) (-1684 ((|#1| $) 174)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 98 (|has| |#1| (-464)))) (-3115 (($ (-656 $)) 95 (|has| |#1| (-464))) (($ $ $) 94 (|has| |#1| (-464)))) (-1756 (((-430 (-1193 $)) (-1193 $)) 105 (|has| |#1| (-928)))) (-4074 (((-430 (-1193 $)) (-1193 $)) 104 (|has| |#1| (-928)))) (-1452 (((-430 $) $) 102 (|has| |#1| (-928)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 232 (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 231 (|has| |#1| (-374)))) (-1943 (((-3 $ "failed") $ |#1|) 181 (|has| |#1| (-568))) (((-3 $ "failed") $ $) 89 (|has| |#1| (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 225 (|has| |#1| (-374)))) (-2143 (($ $ (-656 (-304 $))) 152) (($ $ (-304 $)) 151) (($ $ $ $) 150) (($ $ (-656 $) (-656 $)) 149) (($ $ (-1103) |#1|) 148) (($ $ (-656 (-1103)) (-656 |#1|)) 147) (($ $ (-1103) $) 146) (($ $ (-656 (-1103)) (-656 $)) 145)) (-3199 (((-783) $) 227 (|has| |#1| (-374)))) (-4369 ((|#1| $ |#1|) 266) (($ $ $) 265) (((-419 $) (-419 $) (-419 $)) 243 (|has| |#1| (-568))) ((|#1| (-419 $) |#1|) 235 (|has| |#1| (-374))) (((-419 $) $ (-419 $)) 223 (|has| |#1| (-568)))) (-2968 (((-3 $ "failed") $ (-783)) 252)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 228 (|has| |#1| (-374)))) (-3053 (($ $ (-1103)) 110 (|has| |#1| (-174))) ((|#1| $) 245 (|has| |#1| (-174)))) (-4107 (($ $ (-656 (-1103)) (-656 (-783))) 44) (($ $ (-1103) (-783)) 43) (($ $ (-656 (-1103))) 42) (($ $ (-1103)) 40) (($ $) 264) (($ $ (-783)) 262) (($ $ (-1 |#1| |#1|)) 260) (($ $ (-1 |#1| |#1|) (-783)) 259) (($ $ (-1 |#1| |#1|) $) 246) (($ $ (-1197)) 220 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) 218 (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) 217 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) 216 (|has| |#1| (-919 (-1197))))) (-2786 (((-783) $) 157) (((-783) $ (-1103)) 133) (((-656 (-783)) $ (-656 (-1103))) 132)) (-1554 (((-907 (-390)) $) 85 (-12 (|has| (-1103) (-626 (-907 (-390)))) (|has| |#1| (-626 (-907 (-390)))))) (((-907 (-576)) $) 84 (-12 (|has| (-1103) (-626 (-907 (-576)))) (|has| |#1| (-626 (-907 (-576)))))) (((-548) $) 83 (-12 (|has| (-1103) (-626 (-548))) (|has| |#1| (-626 (-548)))))) (-3929 ((|#1| $) 182 (|has| |#1| (-464))) (($ $ (-1103)) 109 (|has| |#1| (-464)))) (-2401 (((-3 (-1288 $) "failed") (-701 $)) 107 (-2311 (|has| $ (-146)) (|has| |#1| (-928))))) (-1442 (((-3 $ "failed") $ $) 240 (|has| |#1| (-568))) (((-3 (-419 $) "failed") (-419 $) $) 239 (|has| |#1| (-568)))) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 172) (($ (-1103)) 142) (($ (-419 (-576))) 81 (-3795 (|has| |#1| (-1059 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576)))))) (($ $) 88 (|has| |#1| (-568)))) (-1923 (((-656 |#1|) $) 175)) (-1341 ((|#1| $ (-783)) 162) (($ $ (-1103) (-783)) 131) (($ $ (-656 (-1103)) (-656 (-783))) 130)) (-3346 (((-3 $ "failed") $) 82 (-3795 (-2311 (|has| $ (-146)) (|has| |#1| (-928))) (|has| |#1| (-146))))) (-2864 (((-783)) 32 T CONST)) (-3365 (($ $ $ (-783)) 180 (|has| |#1| (-174)))) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 92 (|has| |#1| (-568)))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-656 (-1103)) (-656 (-783))) 47) (($ $ (-1103) (-783)) 46) (($ $ (-656 (-1103))) 45) (($ $ (-1103)) 41) (($ $) 263) (($ $ (-783)) 261) (($ $ (-1 |#1| |#1|)) 258) (($ $ (-1 |#1| |#1|) (-783)) 257) (($ $ (-1197)) 219 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197))) 215 (|has| |#1| (-919 (-1197)))) (($ $ (-1197) (-783)) 214 (|has| |#1| (-919 (-1197)))) (($ $ (-656 (-1197)) (-656 (-783))) 213 (|has| |#1| (-919 (-1197))))) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#1|) 163 (|has| |#1| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 165 (|has| |#1| (-38 (-419 (-576))))) (($ (-419 (-576)) $) 164 (|has| |#1| (-38 (-419 (-576))))) (($ |#1| $) 154) (($ $ |#1|) 153)))
+(((-1264 |#1|) (-141) (-1070)) (T -1264))
+((-3357 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *1 (-1264 *4)) (-4 *4 (-1070)) (-5 *2 (-1288 *4)))) (-1443 (*1 *2 *1) (-12 (-4 *1 (-1264 *3)) (-4 *3 (-1070)) (-5 *2 (-1193 *3)))) (-2259 (*1 *1 *2) (-12 (-5 *2 (-1193 *3)) (-4 *3 (-1070)) (-4 *1 (-1264 *3)))) (-3460 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1264 *3)) (-4 *3 (-1070)))) (-2968 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-783)) (-4 *1 (-1264 *3)) (-4 *3 (-1070)))) (-3706 (*1 *2 *1 *1) (-12 (-4 *3 (-1070)) (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-1264 *3)))) (-1368 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *4 (-1070)) (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-1264 *4)))) (-4215 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1264 *3)) (-4 *3 (-1070)))) (-2440 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1264 *3)) (-4 *3 (-1070)))) (-1783 (*1 *1 *1 *1) (-12 (-4 *1 (-1264 *2)) (-4 *2 (-1070)))) (-4107 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1264 *3)) (-4 *3 (-1070)))) (-3053 (*1 *2 *1) (-12 (-4 *1 (-1264 *2)) (-4 *2 (-1070)) (-4 *2 (-174)))) (-1751 (*1 *2 *1 *1) (-12 (-4 *1 (-1264 *2)) (-4 *2 (-1070)) (-4 *2 (-174)))) (-4369 (*1 *2 *2 *2) (-12 (-5 *2 (-419 *1)) (-4 *1 (-1264 *3)) (-4 *3 (-1070)) (-4 *3 (-568)))) (-1760 (*1 *2 *1 *1) (-12 (-4 *1 (-1264 *3)) (-4 *3 (-1070)) (-4 *3 (-568)) (-5 *2 (-783)))) (-3350 (*1 *1 *1 *1) (-12 (-4 *1 (-1264 *2)) (-4 *2 (-1070)) (-4 *2 (-568)))) (-1442 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-1264 *2)) (-4 *2 (-1070)) (-4 *2 (-568)))) (-1442 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-419 *1)) (-4 *1 (-1264 *3)) (-4 *3 (-1070)) (-4 *3 (-568)))) (-3230 (*1 *1 *1 *1) (-12 (-4 *1 (-1264 *2)) (-4 *2 (-1070)) (-4 *2 (-568)))) (-3710 (*1 *2 *1 *1) (-12 (-4 *3 (-568)) (-4 *3 (-1070)) (-5 *2 (-2 (|:| -2862 *3) (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-1264 *3)))) (-1387 (*1 *2 *1 *1) (-12 (-4 *3 (-464)) (-4 *3 (-1070)) (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1))) (-4 *1 (-1264 *3)))) (-4369 (*1 *2 *3 *2) (-12 (-5 *3 (-419 *1)) (-4 *1 (-1264 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))) (-1488 (*1 *1 *1) (-12 (-4 *1 (-1264 *2)) (-4 *2 (-1070)) (-4 *2 (-38 (-419 (-576)))))))
+(-13 (-968 |t#1| (-783) (-1103)) (-296 |t#1| |t#1|) (-296 $ $) (-238) (-232 |t#1|) (-10 -8 (-15 -3357 ((-1288 |t#1|) $ (-783))) (-15 -1443 ((-1193 |t#1|) $)) (-15 -2259 ($ (-1193 |t#1|))) (-15 -3460 ($ $ (-783))) (-15 -2968 ((-3 $ "failed") $ (-783))) (-15 -3706 ((-2 (|:| -4079 $) (|:| -1380 $)) $ $)) (-15 -1368 ((-2 (|:| -4079 $) (|:| -1380 $)) $ (-783))) (-15 -4215 ($ $ (-783))) (-15 -2440 ($ $ (-783))) (-15 -1783 ($ $ $)) (-15 -4107 ($ $ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-1173)) (-6 (-1173)) |%noBranch|) (IF (|has| |t#1| (-174)) (PROGN (-15 -3053 (|t#1| $)) (-15 -1751 (|t#1| $ $))) |%noBranch|) (IF (|has| |t#1| (-568)) (PROGN (-6 (-296 (-419 $) (-419 $))) (-15 -4369 ((-419 $) (-419 $) (-419 $))) (-15 -1760 ((-783) $ $)) (-15 -3350 ($ $ $)) (-15 -1442 ((-3 $ "failed") $ $)) (-15 -1442 ((-3 (-419 $) "failed") (-419 $) $)) (-15 -3230 ($ $ $)) (-15 -3710 ((-2 (|:| -2862 |t#1|) (|:| -4079 $) (|:| -1380 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-464)) (-15 -1387 ((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $)) |%noBranch|) (IF (|has| |t#1| (-374)) (PROGN (-6 (-317)) (-6 -4460) (-15 -4369 (|t#1| (-419 $) |t#1|))) |%noBranch|) (IF (|has| |t#1| (-38 (-419 (-576)))) (-15 -1488 ($ $)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-783)) . T) ((-25) . T) ((-38 #1=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #1#) -3795 (|has| |#1| (-1059 (-419 (-576)))) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 #2=(-1103)) . T) ((-628 |#1|) . T) ((-628 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374))) ((-625 (-876)) . T) ((-174) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-626 (-548)) -12 (|has| (-1103) (-626 (-548))) (|has| |#1| (-626 (-548)))) ((-626 (-907 (-390))) -12 (|has| (-1103) (-626 (-907 (-390)))) (|has| |#1| (-626 (-907 (-390))))) ((-626 (-907 (-576))) -12 (|has| (-1103) (-626 (-907 (-576)))) (|has| |#1| (-626 (-907 (-576))))) ((-234 $) . T) ((-232 |#1|) . T) ((-238) . T) ((-237) . T) ((-272 |#1|) . T) ((-296 (-419 $) (-419 $)) |has| |#1| (-568)) ((-296 |#1| |#1|) . T) ((-296 $ $) . T) ((-300) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374))) ((-317) |has| |#1| (-374)) ((-319 $) . T) ((-336 |#1| #0#) . T) ((-388 |#1|) . T) ((-423 |#1|) . T) ((-464) -3795 (|has| |#1| (-928)) (|has| |#1| (-464)) (|has| |#1| (-374))) ((-526 #2# |#1|) . T) ((-526 #2# $) . T) ((-526 $ $) . T) ((-568) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374))) ((-658 #1#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #1#) |has| |#1| (-38 (-419 (-576)))) ((-660 #3=(-576)) |has| |#1| (-651 (-576))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #1#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374))) ((-651 #3#) |has| |#1| (-651 (-576))) ((-651 |#1|) . T) ((-729 #1#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374))) ((-738) . T) ((-911 $ #2#) . T) ((-911 $ #4=(-1197)) -3795 (|has| |#1| (-919 (-1197))) (|has| |#1| (-917 (-1197)))) ((-917 #2#) . T) ((-917 (-1197)) |has| |#1| (-917 (-1197))) ((-919 #2#) . T) ((-919 #4#) -3795 (|has| |#1| (-919 (-1197))) (|has| |#1| (-917 (-1197)))) ((-901 (-390)) -12 (|has| (-1103) (-901 (-390))) (|has| |#1| (-901 (-390)))) ((-901 (-576)) -12 (|has| (-1103) (-901 (-576))) (|has| |#1| (-901 (-576)))) ((-968 |#1| #0# #2#) . T) ((-928) |has| |#1| (-928)) ((-939) |has| |#1| (-374)) ((-1059 (-419 (-576))) |has| |#1| (-1059 (-419 (-576)))) ((-1059 (-576)) |has| |#1| (-1059 (-576))) ((-1059 #2#) . T) ((-1059 |#1|) . T) ((-1072 #1#) |has| |#1| (-38 (-419 (-576)))) ((-1072 |#1|) . T) ((-1072 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1077 #1#) |has| |#1| (-38 (-419 (-576)))) ((-1077 |#1|) . T) ((-1077 $) -3795 (|has| |#1| (-928)) (|has| |#1| (-568)) (|has| |#1| (-464)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1173) |has| |#1| (-1173)) ((-1238) . T) ((-1242) |has| |#1| (-928)))
+((-1583 (((-656 (-1103)) $) 34)) (-3310 (($ $) 31)) (-1562 (($ |#2| |#3|) NIL) (($ $ (-1103) |#3|) 28) (($ $ (-656 (-1103)) (-656 |#3|)) 27)) (-1697 (($ $) 14)) (-1708 ((|#2| $) 12)) (-2786 ((|#3| $) 10)))
+(((-1265 |#1| |#2| |#3|) (-10 -8 (-15 -1583 ((-656 (-1103)) |#1|)) (-15 -1562 (|#1| |#1| (-656 (-1103)) (-656 |#3|))) (-15 -1562 (|#1| |#1| (-1103) |#3|)) (-15 -3310 (|#1| |#1|)) (-15 -1562 (|#1| |#2| |#3|)) (-15 -2786 (|#3| |#1|)) (-15 -1697 (|#1| |#1|)) (-15 -1708 (|#2| |#1|))) (-1266 |#2| |#3|) (-1070) (-804)) (T -1265))
+NIL
+(-10 -8 (-15 -1583 ((-656 (-1103)) |#1|)) (-15 -1562 (|#1| |#1| (-656 (-1103)) (-656 |#3|))) (-15 -1562 (|#1| |#1| (-1103) |#3|)) (-15 -3310 (|#1| |#1|)) (-15 -1562 (|#1| |#2| |#3|)) (-15 -2786 (|#3| |#1|)) (-15 -1697 (|#1| |#1|)) (-15 -1708 (|#2| |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-1583 (((-656 (-1103)) $) 86)) (-1652 (((-1197) $) 118)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-2116 (($ $) 64 (|has| |#1| (-568)))) (-2898 (((-112) $) 66 (|has| |#1| (-568)))) (-2452 (($ $ |#2|) 113) (($ $ |#2| |#2|) 112)) (-3716 (((-1178 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 119)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-3310 (($ $) 72)) (-2413 (((-3 $ "failed") $) 37)) (-2871 (((-112) $) 85)) (-1760 ((|#2| $) 115) ((|#2| $ |#2|) 114)) (-3315 (((-112) $) 35)) (-3460 (($ $ (-940)) 116)) (-3649 (((-112) $) 74)) (-1562 (($ |#1| |#2|) 73) (($ $ (-1103) |#2|) 88) (($ $ (-656 (-1103)) (-656 |#2|)) 87)) (-2423 (($ (-1 |#1| |#1|) $) 75)) (-1697 (($ $) 77)) (-1708 ((|#1| $) 78)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-3168 (($ $ |#2|) 110)) (-1943 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568)))) (-2143 (((-1178 |#1|) $ |#1|) 109 (|has| |#1| (-15 ** (|#1| |#1| |#2|))))) (-4369 ((|#1| $ |#2|) 120) (($ $ $) 96 (|has| |#2| (-1133)))) (-4107 (($ $ (-1197)) 108 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-656 (-1197))) 106 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1197) (-783)) 105 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-656 (-1197)) (-656 (-783))) 104 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $) 100 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $ (-783)) 98 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-2786 ((|#2| $) 76)) (-2093 (($ $) 84)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 69 (|has| |#1| (-38 (-419 (-576))))) (($ $) 61 (|has| |#1| (-568))) (($ |#1|) 59 (|has| |#1| (-174)))) (-1341 ((|#1| $ |#2|) 71)) (-3346 (((-3 $ "failed") $) 60 (|has| |#1| (-146)))) (-2864 (((-783)) 32 T CONST)) (-3188 ((|#1| $) 117)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 65 (|has| |#1| (-568)))) (-2642 ((|#1| $ |#2|) 111 (-12 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) (|has| |#1| (-15 -4114 (|#1| (-1197))))))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-1197)) 107 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-656 (-1197))) 103 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1197) (-783)) 102 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-656 (-1197)) (-656 (-783))) 101 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $) 99 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $ (-783)) 97 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#1|) 70 (|has| |#1| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
+(((-1266 |#1| |#2|) (-141) (-1070) (-804)) (T -1266))
+((-3716 (*1 *2 *1) (-12 (-4 *1 (-1266 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804)) (-5 *2 (-1178 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-1652 (*1 *2 *1) (-12 (-4 *1 (-1266 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804)) (-5 *2 (-1197)))) (-3188 (*1 *2 *1) (-12 (-4 *1 (-1266 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1070)))) (-3460 (*1 *1 *1 *2) (-12 (-5 *2 (-940)) (-4 *1 (-1266 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804)))) (-1760 (*1 *2 *1) (-12 (-4 *1 (-1266 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-804)))) (-1760 (*1 *2 *1 *2) (-12 (-4 *1 (-1266 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-804)))) (-2452 (*1 *1 *1 *2) (-12 (-4 *1 (-1266 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-804)))) (-2452 (*1 *1 *1 *2 *2) (-12 (-4 *1 (-1266 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-804)))) (-2642 (*1 *2 *1 *3) (-12 (-4 *1 (-1266 *2 *3)) (-4 *3 (-804)) (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -4114 (*2 (-1197)))) (-4 *2 (-1070)))) (-3168 (*1 *1 *1 *2) (-12 (-4 *1 (-1266 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-804)))) (-2143 (*1 *2 *1 *3) (-12 (-4 *1 (-1266 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804)) (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1178 *3)))))
+(-13 (-994 |t#1| |t#2| (-1103)) (-296 |t#2| |t#1|) (-10 -8 (-15 -3716 ((-1178 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -1652 ((-1197) $)) (-15 -3188 (|t#1| $)) (-15 -3460 ($ $ (-940))) (-15 -1760 (|t#2| $)) (-15 -1760 (|t#2| $ |t#2|)) (-15 -2452 ($ $ |t#2|)) (-15 -2452 ($ $ |t#2| |t#2|)) (IF (|has| |t#1| (-15 -4114 (|t#1| (-1197)))) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -2642 (|t#1| $ |t#2|)) |%noBranch|) |%noBranch|) (-15 -3168 ($ $ |t#2|)) (IF (|has| |t#2| (-1133)) (-6 (-296 $ $)) |%noBranch|) (IF (|has| |t#1| (-15 * (|t#1| |t#2| |t#1|))) (PROGN (-6 (-238)) (IF (|has| |t#1| (-917 (-1197))) (-6 (-917 (-1197))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -2143 ((-1178 |t#1|) $ |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) |has| |#1| (-568)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #0#) |has| |#1| (-38 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-628 $) |has| |#1| (-568)) ((-625 (-876)) . T) ((-174) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-234 $) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-238) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-237) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-296 |#2| |#1|) . T) ((-296 $ $) |has| |#2| (-1133)) ((-300) |has| |#1| (-568)) ((-568) |has| |#1| (-568)) ((-658 #0#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) |has| |#1| (-38 (-419 (-576)))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) |has| |#1| (-568)) ((-729 #0#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) |has| |#1| (-568)) ((-738) . T) ((-911 $ #1=(-1197)) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-917 (-1197)))) ((-917 #1#) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-917 (-1197)))) ((-919 #1#) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-917 (-1197)))) ((-994 |#1| |#2| (-1103)) . T) ((-1072 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1072 |#1|) . T) ((-1072 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1077 #0#) |has| |#1| (-38 (-419 (-576)))) ((-1077 |#1|) . T) ((-1077 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-4068 ((|#2| |#2|) 12)) (-2068 (((-430 |#2|) |#2|) 14)) (-2254 (((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-576))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-576)))) 30)))
+(((-1267 |#1| |#2|) (-10 -7 (-15 -2068 ((-430 |#2|) |#2|)) (-15 -4068 (|#2| |#2|)) (-15 -2254 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-576))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-576)))))) (-568) (-13 (-1264 |#1|) (-568) (-10 -8 (-15 -3115 ($ $ $))))) (T -1267))
+((-2254 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4) (|:| |xpnt| (-576)))) (-4 *4 (-13 (-1264 *3) (-568) (-10 -8 (-15 -3115 ($ $ $))))) (-4 *3 (-568)) (-5 *1 (-1267 *3 *4)))) (-4068 (*1 *2 *2) (-12 (-4 *3 (-568)) (-5 *1 (-1267 *3 *2)) (-4 *2 (-13 (-1264 *3) (-568) (-10 -8 (-15 -3115 ($ $ $))))))) (-2068 (*1 *2 *3) (-12 (-4 *4 (-568)) (-5 *2 (-430 *3)) (-5 *1 (-1267 *4 *3)) (-4 *3 (-13 (-1264 *4) (-568) (-10 -8 (-15 -3115 ($ $ $))))))))
+(-10 -7 (-15 -2068 ((-430 |#2|) |#2|)) (-15 -4068 (|#2| |#2|)) (-15 -2254 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-576))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-576))))))
+((-2423 (((-1273 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1273 |#1| |#3| |#5|)) 24)))
+(((-1268 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2423 ((-1273 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1273 |#1| |#3| |#5|)))) (-1070) (-1070) (-1197) (-1197) |#1| |#2|) (T -1268))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1273 *5 *7 *9)) (-4 *5 (-1070)) (-4 *6 (-1070)) (-14 *7 (-1197)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1273 *6 *8 *10)) (-5 *1 (-1268 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1197)))))
+(-10 -7 (-15 -2423 ((-1273 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1273 |#1| |#3| |#5|))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-1583 (((-656 (-1103)) $) 86)) (-1652 (((-1197) $) 118)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-2116 (($ $) 64 (|has| |#1| (-568)))) (-2898 (((-112) $) 66 (|has| |#1| (-568)))) (-2452 (($ $ (-419 (-576))) 113) (($ $ (-419 (-576)) (-419 (-576))) 112)) (-3716 (((-1178 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|))) $) 119)) (-3586 (($ $) 150 (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) 133 (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) 20)) (-4068 (($ $) 177 (|has| |#1| (-374)))) (-2068 (((-430 $) $) 178 (|has| |#1| (-374)))) (-1463 (($ $) 132 (|has| |#1| (-38 (-419 (-576)))))) (-4064 (((-112) $ $) 168 (|has| |#1| (-374)))) (-3562 (($ $) 149 (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) 134 (|has| |#1| (-38 (-419 (-576)))))) (-2861 (($ (-783) (-1178 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|)))) 186)) (-3612 (($ $) 148 (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) 135 (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) 18 T CONST)) (-1892 (($ $ $) 172 (|has| |#1| (-374)))) (-3310 (($ $) 72)) (-2413 (((-3 $ "failed") $) 37)) (-1905 (($ $ $) 171 (|has| |#1| (-374)))) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 166 (|has| |#1| (-374)))) (-3742 (((-112) $) 179 (|has| |#1| (-374)))) (-2871 (((-112) $) 85)) (-2723 (($) 160 (|has| |#1| (-38 (-419 (-576)))))) (-1760 (((-419 (-576)) $) 115) (((-419 (-576)) $ (-419 (-576))) 114)) (-3315 (((-112) $) 35)) (-4063 (($ $ (-576)) 131 (|has| |#1| (-38 (-419 (-576)))))) (-3460 (($ $ (-940)) 116) (($ $ (-419 (-576))) 185)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 175 (|has| |#1| (-374)))) (-3649 (((-112) $) 74)) (-1562 (($ |#1| (-419 (-576))) 73) (($ $ (-1103) (-419 (-576))) 88) (($ $ (-656 (-1103)) (-656 (-419 (-576)))) 87)) (-2423 (($ (-1 |#1| |#1|) $) 75)) (-2608 (($ $) 157 (|has| |#1| (-38 (-419 (-576)))))) (-1697 (($ $) 77)) (-1708 ((|#1| $) 78)) (-3078 (($ (-656 $)) 164 (|has| |#1| (-374))) (($ $ $) 163 (|has| |#1| (-374)))) (-4185 (((-1179) $) 10)) (-1668 (($ $) 180 (|has| |#1| (-374)))) (-1488 (($ $) 184 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1197)) 183 (-3795 (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-978)) (|has| |#1| (-1223)) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-15 -1583 ((-656 (-1197)) |#1|))) (|has| |#1| (-15 -1488 (|#1| |#1| (-1197)))) (|has| |#1| (-38 (-419 (-576)))))))) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 165 (|has| |#1| (-374)))) (-3115 (($ (-656 $)) 162 (|has| |#1| (-374))) (($ $ $) 161 (|has| |#1| (-374)))) (-1452 (((-430 $) $) 176 (|has| |#1| (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 174 (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 173 (|has| |#1| (-374)))) (-3168 (($ $ (-419 (-576))) 110)) (-1943 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 167 (|has| |#1| (-374)))) (-2154 (($ $) 158 (|has| |#1| (-38 (-419 (-576)))))) (-2143 (((-1178 |#1|) $ |#1|) 109 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))))) (-3199 (((-783) $) 169 (|has| |#1| (-374)))) (-4369 ((|#1| $ (-419 (-576))) 120) (($ $ $) 96 (|has| (-419 (-576)) (-1133)))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 170 (|has| |#1| (-374)))) (-4107 (($ $ (-1197)) 108 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-656 (-1197))) 106 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-1197) (-783)) 105 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-656 (-1197)) (-656 (-783))) 104 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $) 100 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) 98 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (-2786 (((-419 (-576)) $) 76)) (-3623 (($ $) 147 (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) 136 (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) 146 (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) 137 (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) 145 (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) 138 (|has| |#1| (-38 (-419 (-576)))))) (-2093 (($ $) 84)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 59 (|has| |#1| (-174))) (($ (-419 (-576))) 69 (|has| |#1| (-38 (-419 (-576))))) (($ $) 61 (|has| |#1| (-568)))) (-1341 ((|#1| $ (-419 (-576))) 71)) (-3346 (((-3 $ "failed") $) 60 (|has| |#1| (-146)))) (-2864 (((-783)) 32 T CONST)) (-3188 ((|#1| $) 117)) (-3000 (((-112) $ $) 9)) (-3653 (($ $) 156 (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) 144 (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) 65 (|has| |#1| (-568)))) (-3632 (($ $) 155 (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) 143 (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) 154 (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) 142 (|has| |#1| (-38 (-419 (-576)))))) (-2642 ((|#1| $ (-419 (-576))) 111 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))) (|has| |#1| (-15 -4114 (|#1| (-1197))))))) (-1970 (($ $) 153 (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) 141 (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) 152 (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) 140 (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) 151 (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) 139 (|has| |#1| (-38 (-419 (-576)))))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-1197)) 107 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-656 (-1197))) 103 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-1197) (-783)) 102 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-656 (-1197)) (-656 (-783))) 101 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $) 99 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) 97 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#1|) 70 (|has| |#1| (-374))) (($ $ $) 182 (|has| |#1| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 181 (|has| |#1| (-374))) (($ $ $) 159 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 130 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
+(((-1269 |#1|) (-141) (-1070)) (T -1269))
+((-2861 (*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *3 (-1178 (-2 (|:| |k| (-419 (-576))) (|:| |c| *4)))) (-4 *4 (-1070)) (-4 *1 (-1269 *4)))) (-3460 (*1 *1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-4 *1 (-1269 *3)) (-4 *3 (-1070)))) (-1488 (*1 *1 *1) (-12 (-4 *1 (-1269 *2)) (-4 *2 (-1070)) (-4 *2 (-38 (-419 (-576)))))) (-1488 (*1 *1 *1 *2) (-3795 (-12 (-5 *2 (-1197)) (-4 *1 (-1269 *3)) (-4 *3 (-1070)) (-12 (-4 *3 (-29 (-576))) (-4 *3 (-978)) (-4 *3 (-1223)) (-4 *3 (-38 (-419 (-576)))))) (-12 (-5 *2 (-1197)) (-4 *1 (-1269 *3)) (-4 *3 (-1070)) (-12 (|has| *3 (-15 -1583 ((-656 *2) *3))) (|has| *3 (-15 -1488 (*3 *3 *2))) (-4 *3 (-38 (-419 (-576)))))))))
+(-13 (-1266 |t#1| (-419 (-576))) (-10 -8 (-15 -2861 ($ (-783) (-1178 (-2 (|:| |k| (-419 (-576))) (|:| |c| |t#1|))))) (-15 -3460 ($ $ (-419 (-576)))) (IF (|has| |t#1| (-38 (-419 (-576)))) (PROGN (-15 -1488 ($ $)) (IF (|has| |t#1| (-15 -1488 (|t#1| |t#1| (-1197)))) (IF (|has| |t#1| (-15 -1583 ((-656 (-1197)) |t#1|))) (-15 -1488 ($ $ (-1197))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1223)) (IF (|has| |t#1| (-978)) (IF (|has| |t#1| (-29 (-576))) (-15 -1488 ($ $ (-1197))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1023)) (-6 (-1223))) |%noBranch|) (IF (|has| |t#1| (-374)) (-6 (-374)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-419 (-576))) . T) ((-25) . T) ((-38 #1=(-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-35) |has| |#1| (-38 (-419 (-576)))) ((-95) |has| |#1| (-38 (-419 (-576)))) ((-102) . T) ((-111 #1# #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-628 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-625 (-876)) . T) ((-174) -3795 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-234 $) |has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) ((-238) |has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) ((-237) |has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) ((-248) |has| |#1| (-374)) ((-294) |has| |#1| (-38 (-419 (-576)))) ((-296 #0# |#1|) . T) ((-296 $ $) |has| (-419 (-576)) (-1133)) ((-300) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-317) |has| |#1| (-374)) ((-374) |has| |#1| (-374)) ((-464) |has| |#1| (-374)) ((-505) |has| |#1| (-38 (-419 (-576)))) ((-568) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-658 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-729 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-738) . T) ((-911 $ #2=(-1197)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))) ((-917 #2#) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))) ((-919 #2#) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))) ((-994 |#1| #0# (-1103)) . T) ((-939) |has| |#1| (-374)) ((-1023) |has| |#1| (-38 (-419 (-576)))) ((-1072 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-1072 |#1|) . T) ((-1072 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1077 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-1077 |#1|) . T) ((-1077 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1223) |has| |#1| (-38 (-419 (-576)))) ((-1226) |has| |#1| (-38 (-419 (-576)))) ((-1238) . T) ((-1242) |has| |#1| (-374)) ((-1266 |#1| #0#) . T))
+((-2604 (((-112) $) 12)) (-2981 (((-3 |#3| "failed") $) 17)) (-2318 ((|#3| $) 14)))
+(((-1270 |#1| |#2| |#3|) (-10 -8 (-15 -2981 ((-3 |#3| "failed") |#1|)) (-15 -2318 (|#3| |#1|)) (-15 -2604 ((-112) |#1|))) (-1271 |#2| |#3|) (-1070) (-1248 |#2|)) (T -1270))
+NIL
+(-10 -8 (-15 -2981 ((-3 |#3| "failed") |#1|)) (-15 -2318 (|#3| |#1|)) (-15 -2604 ((-112) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-1583 (((-656 (-1103)) $) 86)) (-1652 (((-1197) $) 118)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-2116 (($ $) 64 (|has| |#1| (-568)))) (-2898 (((-112) $) 66 (|has| |#1| (-568)))) (-2452 (($ $ (-419 (-576))) 113) (($ $ (-419 (-576)) (-419 (-576))) 112)) (-3716 (((-1178 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|))) $) 119)) (-3586 (($ $) 150 (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) 133 (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) 20)) (-4068 (($ $) 177 (|has| |#1| (-374)))) (-2068 (((-430 $) $) 178 (|has| |#1| (-374)))) (-1463 (($ $) 132 (|has| |#1| (-38 (-419 (-576)))))) (-4064 (((-112) $ $) 168 (|has| |#1| (-374)))) (-3562 (($ $) 149 (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) 134 (|has| |#1| (-38 (-419 (-576)))))) (-2861 (($ (-783) (-1178 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|)))) 186)) (-3612 (($ $) 148 (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) 135 (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) 18 T CONST)) (-2981 (((-3 |#2| "failed") $) 197)) (-2318 ((|#2| $) 198)) (-1892 (($ $ $) 172 (|has| |#1| (-374)))) (-3310 (($ $) 72)) (-2413 (((-3 $ "failed") $) 37)) (-2048 (((-419 (-576)) $) 194)) (-1905 (($ $ $) 171 (|has| |#1| (-374)))) (-1646 (($ (-419 (-576)) |#2|) 195)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 166 (|has| |#1| (-374)))) (-3742 (((-112) $) 179 (|has| |#1| (-374)))) (-2871 (((-112) $) 85)) (-2723 (($) 160 (|has| |#1| (-38 (-419 (-576)))))) (-1760 (((-419 (-576)) $) 115) (((-419 (-576)) $ (-419 (-576))) 114)) (-3315 (((-112) $) 35)) (-4063 (($ $ (-576)) 131 (|has| |#1| (-38 (-419 (-576)))))) (-3460 (($ $ (-940)) 116) (($ $ (-419 (-576))) 185)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 175 (|has| |#1| (-374)))) (-3649 (((-112) $) 74)) (-1562 (($ |#1| (-419 (-576))) 73) (($ $ (-1103) (-419 (-576))) 88) (($ $ (-656 (-1103)) (-656 (-419 (-576)))) 87)) (-2423 (($ (-1 |#1| |#1|) $) 75)) (-2608 (($ $) 157 (|has| |#1| (-38 (-419 (-576)))))) (-1697 (($ $) 77)) (-1708 ((|#1| $) 78)) (-3078 (($ (-656 $)) 164 (|has| |#1| (-374))) (($ $ $) 163 (|has| |#1| (-374)))) (-3034 ((|#2| $) 193)) (-1478 (((-3 |#2| "failed") $) 191)) (-1637 ((|#2| $) 192)) (-4185 (((-1179) $) 10)) (-1668 (($ $) 180 (|has| |#1| (-374)))) (-1488 (($ $) 184 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1197)) 183 (-3795 (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-978)) (|has| |#1| (-1223)) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-15 -1583 ((-656 (-1197)) |#1|))) (|has| |#1| (-15 -1488 (|#1| |#1| (-1197)))) (|has| |#1| (-38 (-419 (-576)))))))) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 165 (|has| |#1| (-374)))) (-3115 (($ (-656 $)) 162 (|has| |#1| (-374))) (($ $ $) 161 (|has| |#1| (-374)))) (-1452 (((-430 $) $) 176 (|has| |#1| (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 174 (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 173 (|has| |#1| (-374)))) (-3168 (($ $ (-419 (-576))) 110)) (-1943 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 167 (|has| |#1| (-374)))) (-2154 (($ $) 158 (|has| |#1| (-38 (-419 (-576)))))) (-2143 (((-1178 |#1|) $ |#1|) 109 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))))) (-3199 (((-783) $) 169 (|has| |#1| (-374)))) (-4369 ((|#1| $ (-419 (-576))) 120) (($ $ $) 96 (|has| (-419 (-576)) (-1133)))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 170 (|has| |#1| (-374)))) (-4107 (($ $ (-1197)) 108 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-656 (-1197))) 106 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-1197) (-783)) 105 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-656 (-1197)) (-656 (-783))) 104 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $) 100 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) 98 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (-2786 (((-419 (-576)) $) 76)) (-3623 (($ $) 147 (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) 136 (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) 146 (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) 137 (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) 145 (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) 138 (|has| |#1| (-38 (-419 (-576)))))) (-2093 (($ $) 84)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 59 (|has| |#1| (-174))) (($ |#2|) 196) (($ (-419 (-576))) 69 (|has| |#1| (-38 (-419 (-576))))) (($ $) 61 (|has| |#1| (-568)))) (-1341 ((|#1| $ (-419 (-576))) 71)) (-3346 (((-3 $ "failed") $) 60 (|has| |#1| (-146)))) (-2864 (((-783)) 32 T CONST)) (-3188 ((|#1| $) 117)) (-3000 (((-112) $ $) 9)) (-3653 (($ $) 156 (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) 144 (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) 65 (|has| |#1| (-568)))) (-3632 (($ $) 155 (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) 143 (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) 154 (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) 142 (|has| |#1| (-38 (-419 (-576)))))) (-2642 ((|#1| $ (-419 (-576))) 111 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))) (|has| |#1| (-15 -4114 (|#1| (-1197))))))) (-1970 (($ $) 153 (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) 141 (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) 152 (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) 140 (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) 151 (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) 139 (|has| |#1| (-38 (-419 (-576)))))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-1197)) 107 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-656 (-1197))) 103 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-1197) (-783)) 102 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $ (-656 (-1197)) (-656 (-783))) 101 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (($ $) 99 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) 97 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#1|) 70 (|has| |#1| (-374))) (($ $ $) 182 (|has| |#1| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 181 (|has| |#1| (-374))) (($ $ $) 159 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 130 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
+(((-1271 |#1| |#2|) (-141) (-1070) (-1248 |t#1|)) (T -1271))
+((-2786 (*1 *2 *1) (-12 (-4 *1 (-1271 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1248 *3)) (-5 *2 (-419 (-576))))) (-1646 (*1 *1 *2 *3) (-12 (-5 *2 (-419 (-576))) (-4 *4 (-1070)) (-4 *1 (-1271 *4 *3)) (-4 *3 (-1248 *4)))) (-2048 (*1 *2 *1) (-12 (-4 *1 (-1271 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1248 *3)) (-5 *2 (-419 (-576))))) (-3034 (*1 *2 *1) (-12 (-4 *1 (-1271 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-1248 *3)))) (-1637 (*1 *2 *1) (-12 (-4 *1 (-1271 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-1248 *3)))) (-1478 (*1 *2 *1) (|partial| -12 (-4 *1 (-1271 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-1248 *3)))))
+(-13 (-1269 |t#1|) (-1059 |t#2|) (-628 |t#2|) (-10 -8 (-15 -1646 ($ (-419 (-576)) |t#2|)) (-15 -2048 ((-419 (-576)) $)) (-15 -3034 (|t#2| $)) (-15 -2786 ((-419 (-576)) $)) (-15 -1637 (|t#2| $)) (-15 -1478 ((-3 |t#2| "failed") $))))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-419 (-576))) . T) ((-25) . T) ((-38 #1=(-419 (-576))) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-35) |has| |#1| (-38 (-419 (-576)))) ((-95) |has| |#1| (-38 (-419 (-576)))) ((-102) . T) ((-111 #1# #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-628 |#2|) . T) ((-628 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-625 (-876)) . T) ((-174) -3795 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-234 $) |has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) ((-238) |has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) ((-237) |has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) ((-248) |has| |#1| (-374)) ((-294) |has| |#1| (-38 (-419 (-576)))) ((-296 #0# |#1|) . T) ((-296 $ $) |has| (-419 (-576)) (-1133)) ((-300) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-317) |has| |#1| (-374)) ((-374) |has| |#1| (-374)) ((-464) |has| |#1| (-374)) ((-505) |has| |#1| (-38 (-419 (-576)))) ((-568) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-658 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-729 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374))) ((-738) . T) ((-911 $ #2=(-1197)) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))) ((-917 #2#) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))) ((-919 #2#) -12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197)))) ((-994 |#1| #0# (-1103)) . T) ((-939) |has| |#1| (-374)) ((-1023) |has| |#1| (-38 (-419 (-576)))) ((-1059 |#2|) . T) ((-1072 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-1072 |#1|) . T) ((-1072 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1077 #1#) -3795 (|has| |#1| (-374)) (|has| |#1| (-38 (-419 (-576))))) ((-1077 |#1|) . T) ((-1077 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-374)) (|has| |#1| (-174))) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1223) |has| |#1| (-38 (-419 (-576)))) ((-1226) |has| |#1| (-38 (-419 (-576)))) ((-1238) . T) ((-1242) |has| |#1| (-374)) ((-1266 |#1| #0#) . T) ((-1269 |#1|) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1583 (((-656 (-1103)) $) NIL)) (-1652 (((-1197) $) 104)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2452 (($ $ (-419 (-576))) 116) (($ $ (-419 (-576)) (-419 (-576))) 118)) (-3716 (((-1178 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|))) $) 54)) (-3586 (($ $) 192 (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) 168 (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL (|has| |#1| (-374)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-374)))) (-1463 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4064 (((-112) $ $) NIL (|has| |#1| (-374)))) (-3562 (($ $) 188 (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) 164 (|has| |#1| (-38 (-419 (-576)))))) (-2861 (($ (-783) (-1178 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|)))) 65)) (-3612 (($ $) 196 (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) 172 (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#2| "failed") $) NIL)) (-2318 ((|#2| $) NIL)) (-1892 (($ $ $) NIL (|has| |#1| (-374)))) (-3310 (($ $) NIL)) (-2413 (((-3 $ "failed") $) 85)) (-2048 (((-419 (-576)) $) 13)) (-1905 (($ $ $) NIL (|has| |#1| (-374)))) (-1646 (($ (-419 (-576)) |#2|) 11)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-3742 (((-112) $) NIL (|has| |#1| (-374)))) (-2871 (((-112) $) 74)) (-2723 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1760 (((-419 (-576)) $) 113) (((-419 (-576)) $ (-419 (-576))) 114)) (-3315 (((-112) $) NIL)) (-4063 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3460 (($ $ (-940)) 130) (($ $ (-419 (-576))) 128)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-419 (-576))) 33) (($ $ (-1103) (-419 (-576))) NIL) (($ $ (-656 (-1103)) (-656 (-419 (-576)))) NIL)) (-2423 (($ (-1 |#1| |#1|) $) 125)) (-2608 (($ $) 162 (|has| |#1| (-38 (-419 (-576)))))) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-3034 ((|#2| $) 12)) (-1478 (((-3 |#2| "failed") $) 44)) (-1637 ((|#2| $) 45)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) 101 (|has| |#1| (-374)))) (-1488 (($ $) 146 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1197)) 151 (-3795 (-12 (|has| |#1| (-15 -1488 (|#1| |#1| (-1197)))) (|has| |#1| (-15 -1583 ((-656 (-1197)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-978)) (|has| |#1| (-1223)))))) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-374)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-1452 (((-430 $) $) NIL (|has| |#1| (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-3168 (($ $ (-419 (-576))) 122)) (-1943 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2154 (($ $) 160 (|has| |#1| (-38 (-419 (-576)))))) (-2143 (((-1178 |#1|) $ |#1|) 98 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))))) (-3199 (((-783) $) NIL (|has| |#1| (-374)))) (-4369 ((|#1| $ (-419 (-576))) 108) (($ $ $) 94 (|has| (-419 (-576)) (-1133)))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-374)))) (-4107 (($ $ (-1197)) 138 (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $) 134 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (-2786 (((-419 (-576)) $) 16)) (-3623 (($ $) 198 (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) 174 (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) 194 (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) 170 (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) 190 (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) 166 (|has| |#1| (-38 (-419 (-576)))))) (-2093 (($ $) 120)) (-4114 (((-876) $) NIL) (($ (-576)) 37) (($ |#1|) 27 (|has| |#1| (-174))) (($ |#2|) 34) (($ (-419 (-576))) 139 (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568)))) (-1341 ((|#1| $ (-419 (-576))) 107)) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) 127 T CONST)) (-3188 ((|#1| $) 106)) (-3000 (((-112) $ $) NIL)) (-3653 (($ $) 204 (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) 180 (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3632 (($ $) 200 (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) 176 (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) 208 (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) 184 (|has| |#1| (-38 (-419 (-576)))))) (-2642 ((|#1| $ (-419 (-576))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))) (|has| |#1| (-15 -4114 (|#1| (-1197))))))) (-1970 (($ $) 210 (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) 186 (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) 206 (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) 182 (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) 202 (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) 178 (|has| |#1| (-38 (-419 (-576)))))) (-4312 (($) 21 T CONST)) (-4322 (($) 17 T CONST)) (-3157 (($ $ (-1197)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))))) (-3939 (((-112) $ $) 72)) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) 100 (|has| |#1| (-374)))) (-4037 (($ $) 142) (($ $ $) 78)) (-4027 (($ $ $) 76)) (** (($ $ (-940)) NIL) (($ $ (-783)) 82) (($ $ (-576)) 157 (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 158 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 80) (($ $ |#1|) NIL) (($ |#1| $) 137) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
+(((-1272 |#1| |#2|) (-1271 |#1| |#2|) (-1070) (-1248 |#1|)) (T -1272))
+NIL
+(-1271 |#1| |#2|)
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1583 (((-656 (-1103)) $) NIL)) (-1652 (((-1197) $) 11)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) NIL (|has| |#1| (-568)))) (-2452 (($ $ (-419 (-576))) NIL) (($ $ (-419 (-576)) (-419 (-576))) NIL)) (-3716 (((-1178 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|))) $) NIL)) (-3586 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) NIL)) (-4068 (($ $) NIL (|has| |#1| (-374)))) (-2068 (((-430 $) $) NIL (|has| |#1| (-374)))) (-1463 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4064 (((-112) $ $) NIL (|has| |#1| (-374)))) (-3562 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2861 (($ (-783) (-1178 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#1|)))) NIL)) (-3612 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-1252 |#1| |#2| |#3|) "failed") $) 19) (((-3 (-1280 |#1| |#2| |#3|) "failed") $) 22)) (-2318 (((-1252 |#1| |#2| |#3|) $) NIL) (((-1280 |#1| |#2| |#3|) $) NIL)) (-1892 (($ $ $) NIL (|has| |#1| (-374)))) (-3310 (($ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-2048 (((-419 (-576)) $) 69)) (-1905 (($ $ $) NIL (|has| |#1| (-374)))) (-1646 (($ (-419 (-576)) (-1252 |#1| |#2| |#3|)) NIL)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) NIL (|has| |#1| (-374)))) (-3742 (((-112) $) NIL (|has| |#1| (-374)))) (-2871 (((-112) $) NIL)) (-2723 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1760 (((-419 (-576)) $) NIL) (((-419 (-576)) $ (-419 (-576))) NIL)) (-3315 (((-112) $) NIL)) (-4063 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3460 (($ $ (-940)) NIL) (($ $ (-419 (-576))) NIL)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-419 (-576))) 30) (($ $ (-1103) (-419 (-576))) NIL) (($ $ (-656 (-1103)) (-656 (-419 (-576)))) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-2608 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-3078 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-3034 (((-1252 |#1| |#2| |#3|) $) 72)) (-1478 (((-3 (-1252 |#1| |#2| |#3|) "failed") $) NIL)) (-1637 (((-1252 |#1| |#2| |#3|) $) NIL)) (-4185 (((-1179) $) NIL)) (-1668 (($ $) NIL (|has| |#1| (-374)))) (-1488 (($ $) 39 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1197)) NIL (-3795 (-12 (|has| |#1| (-15 -1488 (|#1| |#1| (-1197)))) (|has| |#1| (-15 -1583 ((-656 (-1197)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-978)) (|has| |#1| (-1223))))) (($ $ (-1284 |#2|)) 40 (|has| |#1| (-38 (-419 (-576)))))) (-3117 (((-1141) $) NIL)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) NIL (|has| |#1| (-374)))) (-3115 (($ (-656 $)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-1452 (((-430 $) $) NIL (|has| |#1| (-374)))) (-2884 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-374))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) NIL (|has| |#1| (-374)))) (-3168 (($ $ (-419 (-576))) NIL)) (-1943 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-3216 (((-3 (-656 $) "failed") (-656 $) $) NIL (|has| |#1| (-374)))) (-2154 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2143 (((-1178 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))))) (-3199 (((-783) $) NIL (|has| |#1| (-374)))) (-4369 ((|#1| $ (-419 (-576))) NIL) (($ $ $) NIL (|has| (-419 (-576)) (-1133)))) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) NIL (|has| |#1| (-374)))) (-4107 (($ $ (-1197)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-1284 |#2|)) 38)) (-2786 (((-419 (-576)) $) NIL)) (-3623 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2093 (($ $) NIL)) (-4114 (((-876) $) 107) (($ (-576)) NIL) (($ |#1|) NIL (|has| |#1| (-174))) (($ (-1252 |#1| |#2| |#3|)) 16) (($ (-1280 |#1| |#2| |#3|)) 17) (($ (-1284 |#2|)) 36) (($ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568)))) (-1341 ((|#1| $ (-419 (-576))) NIL)) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) NIL T CONST)) (-3188 ((|#1| $) 12)) (-3000 (((-112) $ $) NIL)) (-3653 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3632 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2642 ((|#1| $ (-419 (-576))) 74 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-419 (-576))))) (|has| |#1| (-15 -4114 (|#1| (-1197))))))) (-1970 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4312 (($) 32 T CONST)) (-4322 (($) 26 T CONST)) (-3157 (($ $ (-1197)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-419 (-576)) |#1|)))) (($ $ (-1284 |#2|)) NIL)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) 34)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ (-576)) NIL (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
+(((-1273 |#1| |#2| |#3|) (-13 (-1271 |#1| (-1252 |#1| |#2| |#3|)) (-911 $ (-1284 |#2|)) (-1059 (-1280 |#1| |#2| |#3|)) (-628 (-1284 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -1488 ($ $ (-1284 |#2|))) |%noBranch|))) (-1070) (-1197) |#1|) (T -1273))
+((-1488 (*1 *1 *1 *2) (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1273 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)) (-14 *5 *3))))
+(-13 (-1271 |#1| (-1252 |#1| |#2| |#3|)) (-911 $ (-1284 |#2|)) (-1059 (-1280 |#1| |#2| |#3|)) (-628 (-1284 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -1488 ($ $ (-1284 |#2|))) |%noBranch|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 37)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL)) (-2116 (($ $) NIL)) (-2898 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 (-576) "failed") $) NIL (|has| (-1273 |#2| |#3| |#4|) (-1059 (-576)))) (((-3 (-419 (-576)) "failed") $) NIL (|has| (-1273 |#2| |#3| |#4|) (-1059 (-419 (-576))))) (((-3 (-1273 |#2| |#3| |#4|) "failed") $) 22)) (-2318 (((-576) $) NIL (|has| (-1273 |#2| |#3| |#4|) (-1059 (-576)))) (((-419 (-576)) $) NIL (|has| (-1273 |#2| |#3| |#4|) (-1059 (-419 (-576))))) (((-1273 |#2| |#3| |#4|) $) NIL)) (-3310 (($ $) 41)) (-2413 (((-3 $ "failed") $) 27)) (-1770 (($ $) NIL (|has| (-1273 |#2| |#3| |#4|) (-464)))) (-4308 (($ $ (-1273 |#2| |#3| |#4|) (-329 |#2| |#3| |#4|) $) NIL)) (-3315 (((-112) $) NIL)) (-2509 (((-783) $) 11)) (-3649 (((-112) $) NIL)) (-1562 (($ (-1273 |#2| |#3| |#4|) (-329 |#2| |#3| |#4|)) 25)) (-4269 (((-329 |#2| |#3| |#4|) $) NIL)) (-1504 (($ (-1 (-329 |#2| |#3| |#4|) (-329 |#2| |#3| |#4|)) $) NIL)) (-2423 (($ (-1 (-1273 |#2| |#3| |#4|) (-1273 |#2| |#3| |#4|)) $) NIL)) (-2732 (((-3 (-855 |#2|) "failed") $) 90)) (-1697 (($ $) NIL)) (-1708 (((-1273 |#2| |#3| |#4|) $) 20)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-1677 (((-112) $) NIL)) (-1684 (((-1273 |#2| |#3| |#4|) $) NIL)) (-1943 (((-3 $ "failed") $ (-1273 |#2| |#3| |#4|)) NIL (|has| (-1273 |#2| |#3| |#4|) (-568))) (((-3 $ "failed") $ $) NIL)) (-1754 (((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1273 |#2| |#3| |#4|)) (|:| |%expon| (-329 |#2| |#3| |#4|)) (|:| |%expTerms| (-656 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#2|)))))) (|:| |%type| (-1179))) "failed") $) 74)) (-2786 (((-329 |#2| |#3| |#4|) $) 17)) (-3929 (((-1273 |#2| |#3| |#4|) $) NIL (|has| (-1273 |#2| |#3| |#4|) (-464)))) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ (-1273 |#2| |#3| |#4|)) NIL) (($ $) NIL) (($ (-419 (-576))) NIL (-3795 (|has| (-1273 |#2| |#3| |#4|) (-38 (-419 (-576)))) (|has| (-1273 |#2| |#3| |#4|) (-1059 (-419 (-576))))))) (-1923 (((-656 (-1273 |#2| |#3| |#4|)) $) NIL)) (-1341 (((-1273 |#2| |#3| |#4|) $ (-329 |#2| |#3| |#4|)) NIL)) (-3346 (((-3 $ "failed") $) NIL (|has| (-1273 |#2| |#3| |#4|) (-146)))) (-2864 (((-783)) NIL T CONST)) (-3365 (($ $ $ (-783)) NIL (|has| (-1273 |#2| |#3| |#4|) (-174)))) (-3000 (((-112) $ $) NIL)) (-4095 (((-112) $ $) NIL)) (-4312 (($) NIL T CONST)) (-4322 (($) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ (-1273 |#2| |#3| |#4|)) NIL (|has| (-1273 |#2| |#3| |#4|) (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ (-1273 |#2| |#3| |#4|)) NIL) (($ (-1273 |#2| |#3| |#4|) $) NIL) (($ (-419 (-576)) $) NIL (|has| (-1273 |#2| |#3| |#4|) (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| (-1273 |#2| |#3| |#4|) (-38 (-419 (-576)))))))
+(((-1274 |#1| |#2| |#3| |#4|) (-13 (-336 (-1273 |#2| |#3| |#4|) (-329 |#2| |#3| |#4|)) (-568) (-10 -8 (-15 -2732 ((-3 (-855 |#2|) "failed") $)) (-15 -1754 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1273 |#2| |#3| |#4|)) (|:| |%expon| (-329 |#2| |#3| |#4|)) (|:| |%expTerms| (-656 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#2|)))))) (|:| |%type| (-1179))) "failed") $)))) (-13 (-1059 (-576)) (-651 (-576)) (-464)) (-13 (-27) (-1223) (-442 |#1|)) (-1197) |#2|) (T -1274))
+((-2732 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1059 (-576)) (-651 (-576)) (-464))) (-5 *2 (-855 *4)) (-5 *1 (-1274 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1223) (-442 *3))) (-14 *5 (-1197)) (-14 *6 *4))) (-1754 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1059 (-576)) (-651 (-576)) (-464))) (-5 *2 (-2 (|:| |%term| (-2 (|:| |%coef| (-1273 *4 *5 *6)) (|:| |%expon| (-329 *4 *5 *6)) (|:| |%expTerms| (-656 (-2 (|:| |k| (-419 (-576))) (|:| |c| *4)))))) (|:| |%type| (-1179)))) (-5 *1 (-1274 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1223) (-442 *3))) (-14 *5 (-1197)) (-14 *6 *4))))
+(-13 (-336 (-1273 |#2| |#3| |#4|) (-329 |#2| |#3| |#4|)) (-568) (-10 -8 (-15 -2732 ((-3 (-855 |#2|) "failed") $)) (-15 -1754 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1273 |#2| |#3| |#4|)) (|:| |%expon| (-329 |#2| |#3| |#4|)) (|:| |%expTerms| (-656 (-2 (|:| |k| (-419 (-576))) (|:| |c| |#2|)))))) (|:| |%type| (-1179))) "failed") $))))
+((-1688 ((|#2| $) 34)) (-3457 ((|#2| $) 18)) (-3095 (($ $) 53)) (-1720 (($ $ (-576)) 85)) (-1951 (((-112) $ (-783)) 46)) (-1450 ((|#2| $ |#2|) 82)) (-3527 ((|#2| $ |#2|) 78)) (-4268 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) 71) (($ $ "rest" $) 75) ((|#2| $ "last" |#2|) 73)) (-3733 (($ $ (-656 $)) 81)) (-3443 ((|#2| $) 17)) (-1762 (($ $) NIL) (($ $ (-783)) 59)) (-4360 (((-656 $) $) 31)) (-2317 (((-112) $ $) 69)) (-4157 (((-112) $ (-783)) 45)) (-4002 (((-112) $ (-783)) 43)) (-1925 (((-112) $) 33)) (-2850 ((|#2| $) 25) (($ $ (-783)) 64)) (-4369 ((|#2| $ "value") NIL) ((|#2| $ "first") 10) (($ $ "rest") 16) ((|#2| $ "last") 13)) (-1906 (((-112) $) 23)) (-1916 (($ $) 56)) (-2432 (($ $) 86)) (-3738 (((-783) $) 58)) (-2178 (($ $) 57)) (-2767 (($ $ $) 77) (($ |#2| $) NIL)) (-3429 (((-656 $) $) 32)) (-3939 (((-112) $ $) 67)) (-1968 (((-783) $) 52)))
+(((-1275 |#1| |#2|) (-10 -8 (-15 -3939 ((-112) |#1| |#1|)) (-15 -1720 (|#1| |#1| (-576))) (-15 -4268 (|#2| |#1| "last" |#2|)) (-15 -3527 (|#2| |#1| |#2|)) (-15 -4268 (|#1| |#1| "rest" |#1|)) (-15 -4268 (|#2| |#1| "first" |#2|)) (-15 -2432 (|#1| |#1|)) (-15 -1916 (|#1| |#1|)) (-15 -3738 ((-783) |#1|)) (-15 -2178 (|#1| |#1|)) (-15 -3457 (|#2| |#1|)) (-15 -3443 (|#2| |#1|)) (-15 -3095 (|#1| |#1|)) (-15 -2850 (|#1| |#1| (-783))) (-15 -4369 (|#2| |#1| "last")) (-15 -2850 (|#2| |#1|)) (-15 -1762 (|#1| |#1| (-783))) (-15 -4369 (|#1| |#1| "rest")) (-15 -1762 (|#1| |#1|)) (-15 -4369 (|#2| |#1| "first")) (-15 -2767 (|#1| |#2| |#1|)) (-15 -2767 (|#1| |#1| |#1|)) (-15 -1450 (|#2| |#1| |#2|)) (-15 -4268 (|#2| |#1| "value" |#2|)) (-15 -3733 (|#1| |#1| (-656 |#1|))) (-15 -2317 ((-112) |#1| |#1|)) (-15 -1906 ((-112) |#1|)) (-15 -4369 (|#2| |#1| "value")) (-15 -1688 (|#2| |#1|)) (-15 -1925 ((-112) |#1|)) (-15 -4360 ((-656 |#1|) |#1|)) (-15 -3429 ((-656 |#1|) |#1|)) (-15 -1968 ((-783) |#1|)) (-15 -1951 ((-112) |#1| (-783))) (-15 -4157 ((-112) |#1| (-783))) (-15 -4002 ((-112) |#1| (-783)))) (-1276 |#2|) (-1238)) (T -1275))
+NIL
+(-10 -8 (-15 -3939 ((-112) |#1| |#1|)) (-15 -1720 (|#1| |#1| (-576))) (-15 -4268 (|#2| |#1| "last" |#2|)) (-15 -3527 (|#2| |#1| |#2|)) (-15 -4268 (|#1| |#1| "rest" |#1|)) (-15 -4268 (|#2| |#1| "first" |#2|)) (-15 -2432 (|#1| |#1|)) (-15 -1916 (|#1| |#1|)) (-15 -3738 ((-783) |#1|)) (-15 -2178 (|#1| |#1|)) (-15 -3457 (|#2| |#1|)) (-15 -3443 (|#2| |#1|)) (-15 -3095 (|#1| |#1|)) (-15 -2850 (|#1| |#1| (-783))) (-15 -4369 (|#2| |#1| "last")) (-15 -2850 (|#2| |#1|)) (-15 -1762 (|#1| |#1| (-783))) (-15 -4369 (|#1| |#1| "rest")) (-15 -1762 (|#1| |#1|)) (-15 -4369 (|#2| |#1| "first")) (-15 -2767 (|#1| |#2| |#1|)) (-15 -2767 (|#1| |#1| |#1|)) (-15 -1450 (|#2| |#1| |#2|)) (-15 -4268 (|#2| |#1| "value" |#2|)) (-15 -3733 (|#1| |#1| (-656 |#1|))) (-15 -2317 ((-112) |#1| |#1|)) (-15 -1906 ((-112) |#1|)) (-15 -4369 (|#2| |#1| "value")) (-15 -1688 (|#2| |#1|)) (-15 -1925 ((-112) |#1|)) (-15 -4360 ((-656 |#1|) |#1|)) (-15 -3429 ((-656 |#1|) |#1|)) (-15 -1968 ((-783) |#1|)) (-15 -1951 ((-112) |#1| (-783))) (-15 -4157 ((-112) |#1| (-783))) (-15 -4002 ((-112) |#1| (-783))))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-1688 ((|#1| $) 49)) (-3457 ((|#1| $) 66)) (-3095 (($ $) 68)) (-1720 (($ $ (-576)) 53 (|has| $ (-6 -4465)))) (-1951 (((-112) $ (-783)) 8)) (-1450 ((|#1| $ |#1|) 40 (|has| $ (-6 -4465)))) (-3123 (($ $ $) 57 (|has| $ (-6 -4465)))) (-3527 ((|#1| $ |#1|) 55 (|has| $ (-6 -4465)))) (-4249 ((|#1| $ |#1|) 59 (|has| $ (-6 -4465)))) (-4268 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4465))) ((|#1| $ "first" |#1|) 58 (|has| $ (-6 -4465))) (($ $ "rest" $) 56 (|has| $ (-6 -4465))) ((|#1| $ "last" |#1|) 54 (|has| $ (-6 -4465)))) (-3733 (($ $ (-656 $)) 42 (|has| $ (-6 -4465)))) (-3443 ((|#1| $) 67)) (-3853 (($) 7 T CONST)) (-1762 (($ $) 74) (($ $ (-783)) 72)) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-4360 (((-656 $) $) 51)) (-2317 (((-112) $ $) 43 (|has| |#1| (-1121)))) (-4157 (((-112) $ (-783)) 9)) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36)) (-4002 (((-112) $ (-783)) 10)) (-4186 (((-656 |#1|) $) 46)) (-1925 (((-112) $) 50)) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-2850 ((|#1| $) 71) (($ $ (-783)) 69)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-1753 ((|#1| $) 77) (($ $ (-783)) 75)) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#1| $ "value") 48) ((|#1| $ "first") 76) (($ $ "rest") 73) ((|#1| $ "last") 70)) (-3088 (((-576) $ $) 45)) (-1906 (((-112) $) 47)) (-1916 (($ $) 63)) (-2432 (($ $) 60 (|has| $ (-6 -4465)))) (-3738 (((-783) $) 64)) (-2178 (($ $) 65)) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-4287 (($ $) 13)) (-3179 (($ $ $) 62 (|has| $ (-6 -4465))) (($ $ |#1|) 61 (|has| $ (-6 -4465)))) (-2767 (($ $ $) 79) (($ |#1| $) 78)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3429 (((-656 $) $) 52)) (-2090 (((-112) $ $) 44 (|has| |#1| (-1121)))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-1276 |#1|) (-141) (-1238)) (T -1276))
+((-2767 (*1 *1 *1 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-2767 (*1 *1 *2 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-1753 (*1 *2 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-4369 (*1 *2 *1 *3) (-12 (-5 *3 "first") (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-1753 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1276 *3)) (-4 *3 (-1238)))) (-1762 (*1 *1 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-4369 (*1 *1 *1 *2) (-12 (-5 *2 "rest") (-4 *1 (-1276 *3)) (-4 *3 (-1238)))) (-1762 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1276 *3)) (-4 *3 (-1238)))) (-2850 (*1 *2 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-4369 (*1 *2 *1 *3) (-12 (-5 *3 "last") (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-2850 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1276 *3)) (-4 *3 (-1238)))) (-3095 (*1 *1 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-3443 (*1 *2 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-3457 (*1 *2 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-2178 (*1 *1 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-3738 (*1 *2 *1) (-12 (-4 *1 (-1276 *3)) (-4 *3 (-1238)) (-5 *2 (-783)))) (-1916 (*1 *1 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-3179 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-3179 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-2432 (*1 *1 *1) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-4249 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-4268 (*1 *2 *1 *3 *2) (-12 (-5 *3 "first") (|has| *1 (-6 -4465)) (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-3123 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-4268 (*1 *1 *1 *2 *1) (-12 (-5 *2 "rest") (|has| *1 (-6 -4465)) (-4 *1 (-1276 *3)) (-4 *3 (-1238)))) (-3527 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4465)) (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-4268 (*1 *2 *1 *3 *2) (-12 (-5 *3 "last") (|has| *1 (-6 -4465)) (-4 *1 (-1276 *2)) (-4 *2 (-1238)))) (-1720 (*1 *1 *1 *2) (-12 (-5 *2 (-576)) (|has| *1 (-6 -4465)) (-4 *1 (-1276 *3)) (-4 *3 (-1238)))))
+(-13 (-1031 |t#1|) (-10 -8 (-15 -2767 ($ $ $)) (-15 -2767 ($ |t#1| $)) (-15 -1753 (|t#1| $)) (-15 -4369 (|t#1| $ "first")) (-15 -1753 ($ $ (-783))) (-15 -1762 ($ $)) (-15 -4369 ($ $ "rest")) (-15 -1762 ($ $ (-783))) (-15 -2850 (|t#1| $)) (-15 -4369 (|t#1| $ "last")) (-15 -2850 ($ $ (-783))) (-15 -3095 ($ $)) (-15 -3443 (|t#1| $)) (-15 -3457 (|t#1| $)) (-15 -2178 ($ $)) (-15 -3738 ((-783) $)) (-15 -1916 ($ $)) (IF (|has| $ (-6 -4465)) (PROGN (-15 -3179 ($ $ $)) (-15 -3179 ($ $ |t#1|)) (-15 -2432 ($ $)) (-15 -4249 (|t#1| $ |t#1|)) (-15 -4268 (|t#1| $ "first" |t#1|)) (-15 -3123 ($ $ $)) (-15 -4268 ($ $ "rest" $)) (-15 -3527 (|t#1| $ |t#1|)) (-15 -4268 (|t#1| $ "last" |t#1|)) (-15 -1720 ($ $ (-576)))) |%noBranch|)))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-625 (-876)))) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-501 |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-1031 |#1|) . T) ((-1121) |has| |#1| (-1121)) ((-1238) . T))
+((-2423 ((|#4| (-1 |#2| |#1|) |#3|) 17)))
+(((-1277 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2423 (|#4| (-1 |#2| |#1|) |#3|))) (-1070) (-1070) (-1279 |#1|) (-1279 |#2|)) (T -1277))
+((-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1070)) (-4 *6 (-1070)) (-4 *2 (-1279 *6)) (-5 *1 (-1277 *5 *6 *4 *2)) (-4 *4 (-1279 *5)))))
+(-10 -7 (-15 -2423 (|#4| (-1 |#2| |#1|) |#3|)))
+((-2604 (((-112) $) 17)) (-3586 (($ $) 105)) (-3435 (($ $) 81)) (-3562 (($ $) 101)) (-3412 (($ $) 77)) (-3612 (($ $) 109)) (-3461 (($ $) 85)) (-2608 (($ $) 75)) (-2154 (($ $) 73)) (-3623 (($ $) 111)) (-3474 (($ $) 87)) (-3599 (($ $) 107)) (-3448 (($ $) 83)) (-3574 (($ $) 103)) (-3424 (($ $) 79)) (-4114 (((-876) $) 61) (($ (-576)) NIL) (($ (-419 (-576))) NIL) (($ $) NIL) (($ |#2|) NIL)) (-3653 (($ $) 117)) (-3510 (($ $) 93)) (-3632 (($ $) 113)) (-3487 (($ $) 89)) (-3673 (($ $) 121)) (-3537 (($ $) 97)) (-1970 (($ $) 123)) (-3550 (($ $) 99)) (-3664 (($ $) 119)) (-3523 (($ $) 95)) (-3642 (($ $) 115)) (-3498 (($ $) 91)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ |#2|) 65) (($ $ $) 68) (($ $ (-419 (-576))) 71)))
+(((-1278 |#1| |#2|) (-10 -8 (-15 ** (|#1| |#1| (-419 (-576)))) (-15 -3435 (|#1| |#1|)) (-15 -3412 (|#1| |#1|)) (-15 -3461 (|#1| |#1|)) (-15 -3474 (|#1| |#1|)) (-15 -3448 (|#1| |#1|)) (-15 -3424 (|#1| |#1|)) (-15 -3498 (|#1| |#1|)) (-15 -3523 (|#1| |#1|)) (-15 -3550 (|#1| |#1|)) (-15 -3537 (|#1| |#1|)) (-15 -3487 (|#1| |#1|)) (-15 -3510 (|#1| |#1|)) (-15 -3574 (|#1| |#1|)) (-15 -3599 (|#1| |#1|)) (-15 -3623 (|#1| |#1|)) (-15 -3612 (|#1| |#1|)) (-15 -3562 (|#1| |#1|)) (-15 -3586 (|#1| |#1|)) (-15 -3642 (|#1| |#1|)) (-15 -3664 (|#1| |#1|)) (-15 -1970 (|#1| |#1|)) (-15 -3673 (|#1| |#1|)) (-15 -3632 (|#1| |#1|)) (-15 -3653 (|#1| |#1|)) (-15 -2608 (|#1| |#1|)) (-15 -2154 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -4114 (|#1| |#2|)) (-15 -4114 (|#1| |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -4114 (|#1| (-576))) (-15 ** (|#1| |#1| (-783))) (-15 ** (|#1| |#1| (-940))) (-15 -2604 ((-112) |#1|)) (-15 -4114 ((-876) |#1|))) (-1279 |#2|) (-1070)) (T -1278))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-419 (-576)))) (-15 -3435 (|#1| |#1|)) (-15 -3412 (|#1| |#1|)) (-15 -3461 (|#1| |#1|)) (-15 -3474 (|#1| |#1|)) (-15 -3448 (|#1| |#1|)) (-15 -3424 (|#1| |#1|)) (-15 -3498 (|#1| |#1|)) (-15 -3523 (|#1| |#1|)) (-15 -3550 (|#1| |#1|)) (-15 -3537 (|#1| |#1|)) (-15 -3487 (|#1| |#1|)) (-15 -3510 (|#1| |#1|)) (-15 -3574 (|#1| |#1|)) (-15 -3599 (|#1| |#1|)) (-15 -3623 (|#1| |#1|)) (-15 -3612 (|#1| |#1|)) (-15 -3562 (|#1| |#1|)) (-15 -3586 (|#1| |#1|)) (-15 -3642 (|#1| |#1|)) (-15 -3664 (|#1| |#1|)) (-15 -1970 (|#1| |#1|)) (-15 -3673 (|#1| |#1|)) (-15 -3632 (|#1| |#1|)) (-15 -3653 (|#1| |#1|)) (-15 -2608 (|#1| |#1|)) (-15 -2154 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -4114 (|#1| |#2|)) (-15 -4114 (|#1| |#1|)) (-15 -4114 (|#1| (-419 (-576)))) (-15 -4114 (|#1| (-576))) (-15 ** (|#1| |#1| (-783))) (-15 ** (|#1| |#1| (-940))) (-15 -2604 ((-112) |#1|)) (-15 -4114 ((-876) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-1583 (((-656 (-1103)) $) 86)) (-1652 (((-1197) $) 118)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 63 (|has| |#1| (-568)))) (-2116 (($ $) 64 (|has| |#1| (-568)))) (-2898 (((-112) $) 66 (|has| |#1| (-568)))) (-2452 (($ $ (-783)) 113) (($ $ (-783) (-783)) 112)) (-3716 (((-1178 (-2 (|:| |k| (-783)) (|:| |c| |#1|))) $) 119)) (-3586 (($ $) 150 (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) 133 (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) 20)) (-1463 (($ $) 132 (|has| |#1| (-38 (-419 (-576)))))) (-3562 (($ $) 149 (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) 134 (|has| |#1| (-38 (-419 (-576)))))) (-2861 (($ (-1178 (-2 (|:| |k| (-783)) (|:| |c| |#1|)))) 170) (($ (-1178 |#1|)) 168)) (-3612 (($ $) 148 (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) 135 (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) 18 T CONST)) (-3310 (($ $) 72)) (-2413 (((-3 $ "failed") $) 37)) (-2920 (($ $) 167)) (-2818 (((-971 |#1|) $ (-783)) 165) (((-971 |#1|) $ (-783) (-783)) 164)) (-2871 (((-112) $) 85)) (-2723 (($) 160 (|has| |#1| (-38 (-419 (-576)))))) (-1760 (((-783) $) 115) (((-783) $ (-783)) 114)) (-3315 (((-112) $) 35)) (-4063 (($ $ (-576)) 131 (|has| |#1| (-38 (-419 (-576)))))) (-3460 (($ $ (-940)) 116)) (-2836 (($ (-1 |#1| (-576)) $) 166)) (-3649 (((-112) $) 74)) (-1562 (($ |#1| (-783)) 73) (($ $ (-1103) (-783)) 88) (($ $ (-656 (-1103)) (-656 (-783))) 87)) (-2423 (($ (-1 |#1| |#1|) $) 75)) (-2608 (($ $) 157 (|has| |#1| (-38 (-419 (-576)))))) (-1697 (($ $) 77)) (-1708 ((|#1| $) 78)) (-4185 (((-1179) $) 10)) (-1488 (($ $) 162 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1197)) 161 (-3795 (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-978)) (|has| |#1| (-1223)) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-15 -1583 ((-656 (-1197)) |#1|))) (|has| |#1| (-15 -1488 (|#1| |#1| (-1197)))) (|has| |#1| (-38 (-419 (-576)))))))) (-3117 (((-1141) $) 11)) (-3168 (($ $ (-783)) 110)) (-1943 (((-3 $ "failed") $ $) 62 (|has| |#1| (-568)))) (-2154 (($ $) 158 (|has| |#1| (-38 (-419 (-576)))))) (-2143 (((-1178 |#1|) $ |#1|) 109 (|has| |#1| (-15 ** (|#1| |#1| (-783)))))) (-4369 ((|#1| $ (-783)) 120) (($ $ $) 96 (|has| (-783) (-1133)))) (-4107 (($ $ (-1197)) 108 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (($ $ (-656 (-1197))) 106 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (($ $ (-1197) (-783)) 105 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (($ $ (-656 (-1197)) (-656 (-783))) 104 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (($ $) 100 (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-783)) 98 (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (-2786 (((-783) $) 76)) (-3623 (($ $) 147 (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) 136 (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) 146 (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) 137 (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) 145 (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) 138 (|has| |#1| (-38 (-419 (-576)))))) (-2093 (($ $) 84)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ (-419 (-576))) 69 (|has| |#1| (-38 (-419 (-576))))) (($ $) 61 (|has| |#1| (-568))) (($ |#1|) 59 (|has| |#1| (-174)))) (-1923 (((-1178 |#1|) $) 169)) (-1341 ((|#1| $ (-783)) 71)) (-3346 (((-3 $ "failed") $) 60 (|has| |#1| (-146)))) (-2864 (((-783)) 32 T CONST)) (-3188 ((|#1| $) 117)) (-3000 (((-112) $ $) 9)) (-3653 (($ $) 156 (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) 144 (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) 65 (|has| |#1| (-568)))) (-3632 (($ $) 155 (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) 143 (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) 154 (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) 142 (|has| |#1| (-38 (-419 (-576)))))) (-2642 ((|#1| $ (-783)) 111 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-783)))) (|has| |#1| (-15 -4114 (|#1| (-1197))))))) (-1970 (($ $) 153 (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) 141 (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) 152 (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) 140 (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) 151 (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) 139 (|has| |#1| (-38 (-419 (-576)))))) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3157 (($ $ (-1197)) 107 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (($ $ (-656 (-1197))) 103 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (($ $ (-1197) (-783)) 102 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (($ $ (-656 (-1197)) (-656 (-783))) 101 (-12 (|has| |#1| (-917 (-1197))) (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (($ $) 99 (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-783)) 97 (|has| |#1| (-15 * (|#1| (-783) |#1|))))) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#1|) 70 (|has| |#1| (-374)))) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ |#1|) 163 (|has| |#1| (-374))) (($ $ $) 159 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 130 (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-419 (-576)) $) 68 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) 67 (|has| |#1| (-38 (-419 (-576)))))))
+(((-1279 |#1|) (-141) (-1070)) (T -1279))
+((-2861 (*1 *1 *2) (-12 (-5 *2 (-1178 (-2 (|:| |k| (-783)) (|:| |c| *3)))) (-4 *3 (-1070)) (-4 *1 (-1279 *3)))) (-1923 (*1 *2 *1) (-12 (-4 *1 (-1279 *3)) (-4 *3 (-1070)) (-5 *2 (-1178 *3)))) (-2861 (*1 *1 *2) (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-4 *1 (-1279 *3)))) (-2920 (*1 *1 *1) (-12 (-4 *1 (-1279 *2)) (-4 *2 (-1070)))) (-2836 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-576))) (-4 *1 (-1279 *3)) (-4 *3 (-1070)))) (-2818 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *1 (-1279 *4)) (-4 *4 (-1070)) (-5 *2 (-971 *4)))) (-2818 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-783)) (-4 *1 (-1279 *4)) (-4 *4 (-1070)) (-5 *2 (-971 *4)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1279 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))) (-1488 (*1 *1 *1) (-12 (-4 *1 (-1279 *2)) (-4 *2 (-1070)) (-4 *2 (-38 (-419 (-576)))))) (-1488 (*1 *1 *1 *2) (-3795 (-12 (-5 *2 (-1197)) (-4 *1 (-1279 *3)) (-4 *3 (-1070)) (-12 (-4 *3 (-29 (-576))) (-4 *3 (-978)) (-4 *3 (-1223)) (-4 *3 (-38 (-419 (-576)))))) (-12 (-5 *2 (-1197)) (-4 *1 (-1279 *3)) (-4 *3 (-1070)) (-12 (|has| *3 (-15 -1583 ((-656 *2) *3))) (|has| *3 (-15 -1488 (*3 *3 *2))) (-4 *3 (-38 (-419 (-576)))))))))
+(-13 (-1266 |t#1| (-783)) (-10 -8 (-15 -2861 ($ (-1178 (-2 (|:| |k| (-783)) (|:| |c| |t#1|))))) (-15 -1923 ((-1178 |t#1|) $)) (-15 -2861 ($ (-1178 |t#1|))) (-15 -2920 ($ $)) (-15 -2836 ($ (-1 |t#1| (-576)) $)) (-15 -2818 ((-971 |t#1|) $ (-783))) (-15 -2818 ((-971 |t#1|) $ (-783) (-783))) (IF (|has| |t#1| (-374)) (-15 ** ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-38 (-419 (-576)))) (PROGN (-15 -1488 ($ $)) (IF (|has| |t#1| (-15 -1488 (|t#1| |t#1| (-1197)))) (IF (|has| |t#1| (-15 -1583 ((-656 (-1197)) |t#1|))) (-15 -1488 ($ $ (-1197))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1223)) (IF (|has| |t#1| (-978)) (IF (|has| |t#1| (-29 (-576))) (-15 -1488 ($ $ (-1197))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1023)) (-6 (-1223))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-783)) . T) ((-25) . T) ((-38 #1=(-419 (-576))) |has| |#1| (-38 (-419 (-576)))) ((-38 |#1|) |has| |#1| (-174)) ((-38 $) |has| |#1| (-568)) ((-35) |has| |#1| (-38 (-419 (-576)))) ((-95) |has| |#1| (-38 (-419 (-576)))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-419 (-576)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-132) . T) ((-146) |has| |#1| (-146)) ((-148) |has| |#1| (-148)) ((-628 #1#) |has| |#1| (-38 (-419 (-576)))) ((-628 (-576)) . T) ((-628 |#1|) |has| |#1| (-174)) ((-628 $) |has| |#1| (-568)) ((-625 (-876)) . T) ((-174) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-234 $) |has| |#1| (-15 * (|#1| (-783) |#1|))) ((-238) |has| |#1| (-15 * (|#1| (-783) |#1|))) ((-237) |has| |#1| (-15 * (|#1| (-783) |#1|))) ((-294) |has| |#1| (-38 (-419 (-576)))) ((-296 #0# |#1|) . T) ((-296 $ $) |has| (-783) (-1133)) ((-300) |has| |#1| (-568)) ((-505) |has| |#1| (-38 (-419 (-576)))) ((-568) |has| |#1| (-568)) ((-658 #1#) |has| |#1| (-38 (-419 (-576)))) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #1#) |has| |#1| (-38 (-419 (-576)))) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #1#) |has| |#1| (-38 (-419 (-576)))) ((-652 |#1|) |has| |#1| (-174)) ((-652 $) |has| |#1| (-568)) ((-729 #1#) |has| |#1| (-38 (-419 (-576)))) ((-729 |#1|) |has| |#1| (-174)) ((-729 $) |has| |#1| (-568)) ((-738) . T) ((-911 $ #2=(-1197)) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197)))) ((-917 #2#) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197)))) ((-919 #2#) -12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197)))) ((-994 |#1| #0# (-1103)) . T) ((-1023) |has| |#1| (-38 (-419 (-576)))) ((-1072 #1#) |has| |#1| (-38 (-419 (-576)))) ((-1072 |#1|) . T) ((-1072 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1077 #1#) |has| |#1| (-38 (-419 (-576)))) ((-1077 |#1|) . T) ((-1077 $) -3795 (|has| |#1| (-568)) (|has| |#1| (-174))) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1223) |has| |#1| (-38 (-419 (-576)))) ((-1226) |has| |#1| (-38 (-419 (-576)))) ((-1238) . T) ((-1266 |#1| #0#) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1583 (((-656 (-1103)) $) NIL)) (-1652 (((-1197) $) 90)) (-2195 (((-1261 |#2| |#1|) $ (-783)) 73)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) NIL (|has| |#1| (-568)))) (-2116 (($ $) NIL (|has| |#1| (-568)))) (-2898 (((-112) $) 142 (|has| |#1| (-568)))) (-2452 (($ $ (-783)) 127) (($ $ (-783) (-783)) 130)) (-3716 (((-1178 (-2 (|:| |k| (-783)) (|:| |c| |#1|))) $) 43)) (-3586 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3435 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2583 (((-3 $ "failed") $ $) NIL)) (-1463 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3562 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3412 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2861 (($ (-1178 (-2 (|:| |k| (-783)) (|:| |c| |#1|)))) 52) (($ (-1178 |#1|)) NIL)) (-3612 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3461 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3853 (($) NIL T CONST)) (-2643 (($ $) 134)) (-3310 (($ $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-2920 (($ $) 140)) (-2818 (((-971 |#1|) $ (-783)) 63) (((-971 |#1|) $ (-783) (-783)) 65)) (-2871 (((-112) $) NIL)) (-2723 (($) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1760 (((-783) $) NIL) (((-783) $ (-783)) NIL)) (-3315 (((-112) $) NIL)) (-3616 (($ $) 117)) (-4063 (($ $ (-576)) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3983 (($ (-576) (-576) $) 136)) (-3460 (($ $ (-940)) 139)) (-2836 (($ (-1 |#1| (-576)) $) 111)) (-3649 (((-112) $) NIL)) (-1562 (($ |#1| (-783)) 16) (($ $ (-1103) (-783)) NIL) (($ $ (-656 (-1103)) (-656 (-783))) NIL)) (-2423 (($ (-1 |#1| |#1|) $) 98)) (-2608 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1697 (($ $) NIL)) (-1708 ((|#1| $) NIL)) (-4185 (((-1179) $) NIL)) (-4251 (($ $) 115)) (-1536 (($ $) 113)) (-3213 (($ (-576) (-576) $) 138)) (-1488 (($ $) 150 (|has| |#1| (-38 (-419 (-576))))) (($ $ (-1197)) 156 (-3795 (-12 (|has| |#1| (-15 -1488 (|#1| |#1| (-1197)))) (|has| |#1| (-15 -1583 ((-656 (-1197)) |#1|))) (|has| |#1| (-38 (-419 (-576))))) (-12 (|has| |#1| (-29 (-576))) (|has| |#1| (-38 (-419 (-576)))) (|has| |#1| (-978)) (|has| |#1| (-1223))))) (($ $ (-1284 |#2|)) 151 (|has| |#1| (-38 (-419 (-576)))))) (-3117 (((-1141) $) NIL)) (-2088 (($ $ (-576) (-576)) 121)) (-3168 (($ $ (-783)) 123)) (-1943 (((-3 $ "failed") $ $) NIL (|has| |#1| (-568)))) (-2154 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-1480 (($ $) 119)) (-2143 (((-1178 |#1|) $ |#1|) 100 (|has| |#1| (-15 ** (|#1| |#1| (-783)))))) (-4369 ((|#1| $ (-783)) 95) (($ $ $) 132 (|has| (-783) (-1133)))) (-4107 (($ $ (-1197)) 108 (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $) 102 (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-1284 |#2|)) 103)) (-2786 (((-783) $) NIL)) (-3623 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3474 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3599 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3448 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3574 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3424 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2093 (($ $) 125)) (-4114 (((-876) $) NIL) (($ (-576)) 26) (($ (-419 (-576))) 148 (|has| |#1| (-38 (-419 (-576))))) (($ $) NIL (|has| |#1| (-568))) (($ |#1|) 25 (|has| |#1| (-174))) (($ (-1261 |#2| |#1|)) 81) (($ (-1284 |#2|)) 22)) (-1923 (((-1178 |#1|) $) NIL)) (-1341 ((|#1| $ (-783)) 94)) (-3346 (((-3 $ "failed") $) NIL (|has| |#1| (-146)))) (-2864 (((-783)) NIL T CONST)) (-3188 ((|#1| $) 91)) (-3000 (((-112) $ $) NIL)) (-3653 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3510 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4095 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3632 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3487 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3673 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3537 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-2642 ((|#1| $ (-783)) 89 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-783)))) (|has| |#1| (-15 -4114 (|#1| (-1197))))))) (-1970 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3550 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3664 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3523 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3642 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-3498 (($ $) NIL (|has| |#1| (-38 (-419 (-576)))))) (-4312 (($) 18 T CONST)) (-4322 (($) 13 T CONST)) (-3157 (($ $ (-1197)) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197))) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-1197) (-783)) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $ (-656 (-1197)) (-656 (-783))) NIL (-12 (|has| |#1| (-15 * (|#1| (-783) |#1|))) (|has| |#1| (-917 (-1197))))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-783)) NIL (|has| |#1| (-15 * (|#1| (-783) |#1|)))) (($ $ (-1284 |#2|)) NIL)) (-3939 (((-112) $ $) NIL)) (-4047 (($ $ |#1|) NIL (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) 107)) (-4027 (($ $ $) 20)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL) (($ $ |#1|) 145 (|has| |#1| (-374))) (($ $ $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 106) (($ (-419 (-576)) $) NIL (|has| |#1| (-38 (-419 (-576))))) (($ $ (-419 (-576))) NIL (|has| |#1| (-38 (-419 (-576)))))))
+(((-1280 |#1| |#2| |#3|) (-13 (-1279 |#1|) (-911 $ (-1284 |#2|)) (-10 -8 (-15 -4114 ($ (-1261 |#2| |#1|))) (-15 -2195 ((-1261 |#2| |#1|) $ (-783))) (-15 -4114 ($ (-1284 |#2|))) (-15 -1536 ($ $)) (-15 -4251 ($ $)) (-15 -3616 ($ $)) (-15 -1480 ($ $)) (-15 -2088 ($ $ (-576) (-576))) (-15 -2643 ($ $)) (-15 -3983 ($ (-576) (-576) $)) (-15 -3213 ($ (-576) (-576) $)) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -1488 ($ $ (-1284 |#2|))) |%noBranch|))) (-1070) (-1197) |#1|) (T -1280))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-1261 *4 *3)) (-4 *3 (-1070)) (-14 *4 (-1197)) (-14 *5 *3) (-5 *1 (-1280 *3 *4 *5)))) (-2195 (*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1261 *5 *4)) (-5 *1 (-1280 *4 *5 *6)) (-4 *4 (-1070)) (-14 *5 (-1197)) (-14 *6 *4))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1280 *3 *4 *5)) (-4 *3 (-1070)) (-14 *5 *3))) (-1536 (*1 *1 *1) (-12 (-5 *1 (-1280 *2 *3 *4)) (-4 *2 (-1070)) (-14 *3 (-1197)) (-14 *4 *2))) (-4251 (*1 *1 *1) (-12 (-5 *1 (-1280 *2 *3 *4)) (-4 *2 (-1070)) (-14 *3 (-1197)) (-14 *4 *2))) (-3616 (*1 *1 *1) (-12 (-5 *1 (-1280 *2 *3 *4)) (-4 *2 (-1070)) (-14 *3 (-1197)) (-14 *4 *2))) (-1480 (*1 *1 *1) (-12 (-5 *1 (-1280 *2 *3 *4)) (-4 *2 (-1070)) (-14 *3 (-1197)) (-14 *4 *2))) (-2088 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1280 *3 *4 *5)) (-4 *3 (-1070)) (-14 *4 (-1197)) (-14 *5 *3))) (-2643 (*1 *1 *1) (-12 (-5 *1 (-1280 *2 *3 *4)) (-4 *2 (-1070)) (-14 *3 (-1197)) (-14 *4 *2))) (-3983 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1280 *3 *4 *5)) (-4 *3 (-1070)) (-14 *4 (-1197)) (-14 *5 *3))) (-3213 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1280 *3 *4 *5)) (-4 *3 (-1070)) (-14 *4 (-1197)) (-14 *5 *3))) (-1488 (*1 *1 *1 *2) (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1280 *3 *4 *5)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)) (-14 *5 *3))))
+(-13 (-1279 |#1|) (-911 $ (-1284 |#2|)) (-10 -8 (-15 -4114 ($ (-1261 |#2| |#1|))) (-15 -2195 ((-1261 |#2| |#1|) $ (-783))) (-15 -4114 ($ (-1284 |#2|))) (-15 -1536 ($ $)) (-15 -4251 ($ $)) (-15 -3616 ($ $)) (-15 -1480 ($ $)) (-15 -2088 ($ $ (-576) (-576))) (-15 -2643 ($ $)) (-15 -3983 ($ (-576) (-576) $)) (-15 -3213 ($ (-576) (-576) $)) (IF (|has| |#1| (-38 (-419 (-576)))) (-15 -1488 ($ $ (-1284 |#2|))) |%noBranch|)))
+((-1691 (((-1 (-1178 |#1|) (-656 (-1178 |#1|))) (-1 |#2| (-656 |#2|))) 24)) (-1997 (((-1 (-1178 |#1|) (-1178 |#1|) (-1178 |#1|)) (-1 |#2| |#2| |#2|)) 16)) (-3196 (((-1 (-1178 |#1|) (-1178 |#1|)) (-1 |#2| |#2|)) 13)) (-2109 ((|#2| (-1 |#2| |#2| |#2|) |#1| |#1|) 48)) (-3062 ((|#2| (-1 |#2| |#2|) |#1|) 46)) (-3025 ((|#2| (-1 |#2| (-656 |#2|)) (-656 |#1|)) 60)) (-2985 (((-656 |#2|) (-656 |#1|) (-656 (-1 |#2| (-656 |#2|)))) 66)) (-2843 ((|#2| |#2| |#2|) 43)))
+(((-1281 |#1| |#2|) (-10 -7 (-15 -3196 ((-1 (-1178 |#1|) (-1178 |#1|)) (-1 |#2| |#2|))) (-15 -1997 ((-1 (-1178 |#1|) (-1178 |#1|) (-1178 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -1691 ((-1 (-1178 |#1|) (-656 (-1178 |#1|))) (-1 |#2| (-656 |#2|)))) (-15 -2843 (|#2| |#2| |#2|)) (-15 -3062 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -2109 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3025 (|#2| (-1 |#2| (-656 |#2|)) (-656 |#1|))) (-15 -2985 ((-656 |#2|) (-656 |#1|) (-656 (-1 |#2| (-656 |#2|)))))) (-38 (-419 (-576))) (-1279 |#1|)) (T -1281))
+((-2985 (*1 *2 *3 *4) (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 (-1 *6 (-656 *6)))) (-4 *5 (-38 (-419 (-576)))) (-4 *6 (-1279 *5)) (-5 *2 (-656 *6)) (-5 *1 (-1281 *5 *6)))) (-3025 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-656 *2))) (-5 *4 (-656 *5)) (-4 *5 (-38 (-419 (-576)))) (-4 *2 (-1279 *5)) (-5 *1 (-1281 *5 *2)))) (-2109 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1279 *4)) (-5 *1 (-1281 *4 *2)) (-4 *4 (-38 (-419 (-576)))))) (-3062 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1279 *4)) (-5 *1 (-1281 *4 *2)) (-4 *4 (-38 (-419 (-576)))))) (-2843 (*1 *2 *2 *2) (-12 (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1281 *3 *2)) (-4 *2 (-1279 *3)))) (-1691 (*1 *2 *3) (-12 (-5 *3 (-1 *5 (-656 *5))) (-4 *5 (-1279 *4)) (-4 *4 (-38 (-419 (-576)))) (-5 *2 (-1 (-1178 *4) (-656 (-1178 *4)))) (-5 *1 (-1281 *4 *5)))) (-1997 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1279 *4)) (-4 *4 (-38 (-419 (-576)))) (-5 *2 (-1 (-1178 *4) (-1178 *4) (-1178 *4))) (-5 *1 (-1281 *4 *5)))) (-3196 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1279 *4)) (-4 *4 (-38 (-419 (-576)))) (-5 *2 (-1 (-1178 *4) (-1178 *4))) (-5 *1 (-1281 *4 *5)))))
+(-10 -7 (-15 -3196 ((-1 (-1178 |#1|) (-1178 |#1|)) (-1 |#2| |#2|))) (-15 -1997 ((-1 (-1178 |#1|) (-1178 |#1|) (-1178 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -1691 ((-1 (-1178 |#1|) (-656 (-1178 |#1|))) (-1 |#2| (-656 |#2|)))) (-15 -2843 (|#2| |#2| |#2|)) (-15 -3062 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -2109 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3025 (|#2| (-1 |#2| (-656 |#2|)) (-656 |#1|))) (-15 -2985 ((-656 |#2|) (-656 |#1|) (-656 (-1 |#2| (-656 |#2|))))))
+((-3092 ((|#2| |#4| (-783)) 31)) (-2966 ((|#4| |#2|) 26)) (-1537 ((|#4| (-419 |#2|)) 49 (|has| |#1| (-568)))) (-3190 (((-1 |#4| (-656 |#4|)) |#3|) 43)))
+(((-1282 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2966 (|#4| |#2|)) (-15 -3092 (|#2| |#4| (-783))) (-15 -3190 ((-1 |#4| (-656 |#4|)) |#3|)) (IF (|has| |#1| (-568)) (-15 -1537 (|#4| (-419 |#2|))) |%noBranch|)) (-1070) (-1264 |#1|) (-668 |#2|) (-1279 |#1|)) (T -1282))
+((-1537 (*1 *2 *3) (-12 (-5 *3 (-419 *5)) (-4 *5 (-1264 *4)) (-4 *4 (-568)) (-4 *4 (-1070)) (-4 *2 (-1279 *4)) (-5 *1 (-1282 *4 *5 *6 *2)) (-4 *6 (-668 *5)))) (-3190 (*1 *2 *3) (-12 (-4 *4 (-1070)) (-4 *5 (-1264 *4)) (-5 *2 (-1 *6 (-656 *6))) (-5 *1 (-1282 *4 *5 *3 *6)) (-4 *3 (-668 *5)) (-4 *6 (-1279 *4)))) (-3092 (*1 *2 *3 *4) (-12 (-5 *4 (-783)) (-4 *5 (-1070)) (-4 *2 (-1264 *5)) (-5 *1 (-1282 *5 *2 *6 *3)) (-4 *6 (-668 *2)) (-4 *3 (-1279 *5)))) (-2966 (*1 *2 *3) (-12 (-4 *4 (-1070)) (-4 *3 (-1264 *4)) (-4 *2 (-1279 *4)) (-5 *1 (-1282 *4 *3 *5 *2)) (-4 *5 (-668 *3)))))
+(-10 -7 (-15 -2966 (|#4| |#2|)) (-15 -3092 (|#2| |#4| (-783))) (-15 -3190 ((-1 |#4| (-656 |#4|)) |#3|)) (IF (|has| |#1| (-568)) (-15 -1537 (|#4| (-419 |#2|))) |%noBranch|))
+NIL
+(((-1283) (-141)) (T -1283))
+NIL
+(-13 (-10 -7 (-6 -2600)))
+((-1955 (((-112) $ $) NIL)) (-1652 (((-1197)) 12)) (-4185 (((-1179) $) 18)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 11) (((-1197) $) 8)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 15)))
+(((-1284 |#1|) (-13 (-1121) (-625 (-1197)) (-10 -8 (-15 -4114 ((-1197) $)) (-15 -1652 ((-1197))))) (-1197)) (T -1284))
+((-4114 (*1 *2 *1) (-12 (-5 *2 (-1197)) (-5 *1 (-1284 *3)) (-14 *3 *2))) (-1652 (*1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-1284 *3)) (-14 *3 *2))))
+(-13 (-1121) (-625 (-1197)) (-10 -8 (-15 -4114 ((-1197) $)) (-15 -1652 ((-1197)))))
+((-2152 (($ (-783)) 19)) (-1663 (((-701 |#2|) $ $) 41)) (-4007 ((|#2| $) 51)) (-3108 ((|#2| $) 50)) (-2429 ((|#2| $ $) 36)) (-3396 (($ $ $) 47)) (-4037 (($ $) 23) (($ $ $) 29)) (-4027 (($ $ $) 15)) (* (($ (-576) $) 26) (($ |#2| $) 32) (($ $ |#2|) 31)))
+(((-1285 |#1| |#2|) (-10 -8 (-15 -4007 (|#2| |#1|)) (-15 -3108 (|#2| |#1|)) (-15 -3396 (|#1| |#1| |#1|)) (-15 -1663 ((-701 |#2|) |#1| |#1|)) (-15 -2429 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 -4037 (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1|)) (-15 -2152 (|#1| (-783))) (-15 -4027 (|#1| |#1| |#1|))) (-1286 |#2|) (-1238)) (T -1285))
+NIL
+(-10 -8 (-15 -4007 (|#2| |#1|)) (-15 -3108 (|#2| |#1|)) (-15 -3396 (|#1| |#1| |#1|)) (-15 -1663 ((-701 |#2|) |#1| |#1|)) (-15 -2429 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-576) |#1|)) (-15 -4037 (|#1| |#1| |#1|)) (-15 -4037 (|#1| |#1|)) (-15 -2152 (|#1| (-783))) (-15 -4027 (|#1| |#1| |#1|)))
+((-1955 (((-112) $ $) 20 (|has| |#1| (-102)))) (-2152 (($ (-783)) 115 (|has| |#1| (-23)))) (-1758 (((-1293) $ (-576) (-576)) 41 (|has| $ (-6 -4465)))) (-2033 (((-112) (-1 (-112) |#1| |#1|) $) 101) (((-112) $) 95 (|has| |#1| (-862)))) (-2218 (($ (-1 (-112) |#1| |#1|) $) 92 (|has| $ (-6 -4465))) (($ $) 91 (-12 (|has| |#1| (-862)) (|has| $ (-6 -4465))))) (-2380 (($ (-1 (-112) |#1| |#1|) $) 102) (($ $) 96 (|has| |#1| (-862)))) (-1951 (((-112) $ (-783)) 8)) (-4268 ((|#1| $ (-576) |#1|) 53 (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) 60 (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4464)))) (-3853 (($) 7 T CONST)) (-1370 (($ $) 93 (|has| $ (-6 -4465)))) (-4204 (($ $) 103)) (-2741 (($ $) 80 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2824 (($ |#1| $) 79 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 78 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 75 (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) 74 (|has| $ (-6 -4464)))) (-1908 ((|#1| $ (-576) |#1|) 54 (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) 52)) (-3539 (((-576) (-1 (-112) |#1|) $) 100) (((-576) |#1| $) 99 (|has| |#1| (-1121))) (((-576) |#1| $ (-576)) 98 (|has| |#1| (-1121)))) (-3722 (((-656 |#1|) $) 31 (|has| $ (-6 -4464)))) (-1663 (((-701 |#1|) $ $) 108 (|has| |#1| (-1070)))) (-1988 (($ (-783) |#1|) 70)) (-4157 (((-112) $ (-783)) 9)) (-3176 (((-576) $) 44 (|has| (-576) (-862)))) (-2905 (($ $ $) 90 (|has| |#1| (-862)))) (-3181 (($ (-1 (-112) |#1| |#1|) $ $) 104) (($ $ $) 97 (|has| |#1| (-862)))) (-4302 (((-656 |#1|) $) 30 (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-2316 (((-576) $) 45 (|has| (-576) (-862)))) (-2163 (($ $ $) 89 (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-4007 ((|#1| $) 105 (-12 (|has| |#1| (-1070)) (|has| |#1| (-1023))))) (-4002 (((-112) $ (-783)) 10)) (-3108 ((|#1| $) 106 (-12 (|has| |#1| (-1070)) (|has| |#1| (-1023))))) (-4185 (((-1179) $) 22 (|has| |#1| (-1121)))) (-3386 (($ |#1| $ (-576)) 62) (($ $ $ (-576)) 61)) (-4402 (((-656 (-576)) $) 47)) (-1505 (((-112) (-576) $) 48)) (-3117 (((-1141) $) 21 (|has| |#1| (-1121)))) (-1753 ((|#1| $) 43 (|has| (-576) (-862)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 73)) (-3140 (($ $ |#1|) 42 (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) 27 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) 26 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) 24 (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) 14)) (-2408 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) 49)) (-4190 (((-112) $) 11)) (-3029 (($) 12)) (-4369 ((|#1| $ (-576) |#1|) 51) ((|#1| $ (-576)) 50) (($ $ (-1255 (-576))) 71)) (-2429 ((|#1| $ $) 109 (|has| |#1| (-1070)))) (-2335 (($ $ (-576)) 64) (($ $ (-1255 (-576))) 63)) (-3396 (($ $ $) 107 (|has| |#1| (-1070)))) (-3131 (((-783) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4464))) (((-783) |#1| $) 29 (-12 (|has| |#1| (-1121)) (|has| $ (-6 -4464))))) (-3796 (($ $ $ (-576)) 94 (|has| $ (-6 -4465)))) (-4287 (($ $) 13)) (-1554 (((-548) $) 81 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 72)) (-2767 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-656 $)) 66)) (-4114 (((-876) $) 18 (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) 23 (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) 87 (|has| |#1| (-862)))) (-3975 (((-112) $ $) 86 (|has| |#1| (-862)))) (-3939 (((-112) $ $) 19 (|has| |#1| (-102)))) (-3985 (((-112) $ $) 88 (|has| |#1| (-862)))) (-3962 (((-112) $ $) 85 (|has| |#1| (-862)))) (-4037 (($ $) 114 (|has| |#1| (-21))) (($ $ $) 113 (|has| |#1| (-21)))) (-4027 (($ $ $) 116 (|has| |#1| (-25)))) (* (($ (-576) $) 112 (|has| |#1| (-21))) (($ |#1| $) 111 (|has| |#1| (-738))) (($ $ |#1|) 110 (|has| |#1| (-738)))) (-1968 (((-783) $) 6 (|has| $ (-6 -4464)))))
+(((-1286 |#1|) (-141) (-1238)) (T -1286))
+((-4027 (*1 *1 *1 *1) (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-25)))) (-2152 (*1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1286 *3)) (-4 *3 (-23)) (-4 *3 (-1238)))) (-4037 (*1 *1 *1) (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-21)))) (-4037 (*1 *1 *1 *1) (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-21)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-576)) (-4 *1 (-1286 *3)) (-4 *3 (-1238)) (-4 *3 (-21)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-738)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-738)))) (-2429 (*1 *2 *1 *1) (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-1070)))) (-1663 (*1 *2 *1 *1) (-12 (-4 *1 (-1286 *3)) (-4 *3 (-1238)) (-4 *3 (-1070)) (-5 *2 (-701 *3)))) (-3396 (*1 *1 *1 *1) (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-1070)))) (-3108 (*1 *2 *1) (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-1023)) (-4 *2 (-1070)))) (-4007 (*1 *2 *1) (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-1023)) (-4 *2 (-1070)))))
+(-13 (-19 |t#1|) (-10 -8 (IF (|has| |t#1| (-25)) (-15 -4027 ($ $ $)) |%noBranch|) (IF (|has| |t#1| (-23)) (-15 -2152 ($ (-783))) |%noBranch|) (IF (|has| |t#1| (-21)) (PROGN (-15 -4037 ($ $)) (-15 -4037 ($ $ $)) (-15 * ($ (-576) $))) |%noBranch|) (IF (|has| |t#1| (-738)) (PROGN (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-1070)) (PROGN (-15 -2429 (|t#1| $ $)) (-15 -1663 ((-701 |t#1|) $ $)) (-15 -3396 ($ $ $))) |%noBranch|) (IF (|has| |t#1| (-1023)) (IF (|has| |t#1| (-1070)) (PROGN (-15 -3108 (|t#1| $)) (-15 -4007 (|t#1| $))) |%noBranch|) |%noBranch|)))
+(((-34) . T) ((-102) -3795 (|has| |#1| (-1121)) (|has| |#1| (-862)) (|has| |#1| (-102))) ((-625 (-876)) -3795 (|has| |#1| (-1121)) (|has| |#1| (-862)) (|has| |#1| (-625 (-876)))) ((-152 |#1|) . T) ((-626 (-548)) |has| |#1| (-626 (-548))) ((-296 #0=(-576) |#1|) . T) ((-296 (-1255 (-576)) $) . T) ((-298 #0# |#1|) . T) ((-319 |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-384 |#1|) . T) ((-501 |#1|) . T) ((-616 #0# |#1|) . T) ((-526 |#1| |#1|) -12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))) ((-663 |#1|) . T) ((-19 |#1|) . T) ((-862) |has| |#1| (-862)) ((-1121) -3795 (|has| |#1| (-1121)) (|has| |#1| (-862))) ((-1238) . T))
+((-3958 (((-1288 |#2|) (-1 |#2| |#1| |#2|) (-1288 |#1|) |#2|) 13)) (-2722 ((|#2| (-1 |#2| |#1| |#2|) (-1288 |#1|) |#2|) 15)) (-2423 (((-3 (-1288 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1288 |#1|)) 30) (((-1288 |#2|) (-1 |#2| |#1|) (-1288 |#1|)) 18)))
+(((-1287 |#1| |#2|) (-10 -7 (-15 -3958 ((-1288 |#2|) (-1 |#2| |#1| |#2|) (-1288 |#1|) |#2|)) (-15 -2722 (|#2| (-1 |#2| |#1| |#2|) (-1288 |#1|) |#2|)) (-15 -2423 ((-1288 |#2|) (-1 |#2| |#1|) (-1288 |#1|))) (-15 -2423 ((-3 (-1288 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1288 |#1|)))) (-1238) (-1238)) (T -1287))
+((-2423 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1288 *5)) (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-1288 *6)) (-5 *1 (-1287 *5 *6)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1288 *5)) (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-1288 *6)) (-5 *1 (-1287 *5 *6)))) (-2722 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1288 *5)) (-4 *5 (-1238)) (-4 *2 (-1238)) (-5 *1 (-1287 *5 *2)))) (-3958 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1288 *6)) (-4 *6 (-1238)) (-4 *5 (-1238)) (-5 *2 (-1288 *5)) (-5 *1 (-1287 *6 *5)))))
+(-10 -7 (-15 -3958 ((-1288 |#2|) (-1 |#2| |#1| |#2|) (-1288 |#1|) |#2|)) (-15 -2722 (|#2| (-1 |#2| |#1| |#2|) (-1288 |#1|) |#2|)) (-15 -2423 ((-1288 |#2|) (-1 |#2| |#1|) (-1288 |#1|))) (-15 -2423 ((-3 (-1288 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1288 |#1|))))
+((-1955 (((-112) $ $) NIL (|has| |#1| (-102)))) (-2152 (($ (-783)) NIL (|has| |#1| (-23)))) (-4096 (($ (-656 |#1|)) 11)) (-1758 (((-1293) $ (-576) (-576)) NIL (|has| $ (-6 -4465)))) (-2033 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-862)))) (-2218 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4465))) (($ $) NIL (-12 (|has| $ (-6 -4465)) (|has| |#1| (-862))))) (-2380 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-862)))) (-1951 (((-112) $ (-783)) NIL)) (-4268 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465))) ((|#1| $ (-1255 (-576)) |#1|) NIL (|has| $ (-6 -4465)))) (-3604 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3853 (($) NIL T CONST)) (-1370 (($ $) NIL (|has| $ (-6 -4465)))) (-4204 (($ $) NIL)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2824 (($ |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2722 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4464))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4464)))) (-1908 ((|#1| $ (-576) |#1|) NIL (|has| $ (-6 -4465)))) (-3721 ((|#1| $ (-576)) NIL)) (-3539 (((-576) (-1 (-112) |#1|) $) NIL) (((-576) |#1| $) NIL (|has| |#1| (-1121))) (((-576) |#1| $ (-576)) NIL (|has| |#1| (-1121)))) (-3722 (((-656 |#1|) $) 16 (|has| $ (-6 -4464)))) (-1663 (((-701 |#1|) $ $) NIL (|has| |#1| (-1070)))) (-1988 (($ (-783) |#1|) NIL)) (-4157 (((-112) $ (-783)) NIL)) (-3176 (((-576) $) NIL (|has| (-576) (-862)))) (-2905 (($ $ $) NIL (|has| |#1| (-862)))) (-3181 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-862)))) (-4302 (((-656 |#1|) $) NIL (|has| $ (-6 -4464)))) (-4029 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-2316 (((-576) $) 12 (|has| (-576) (-862)))) (-2163 (($ $ $) NIL (|has| |#1| (-862)))) (-1896 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4007 ((|#1| $) NIL (-12 (|has| |#1| (-1023)) (|has| |#1| (-1070))))) (-4002 (((-112) $ (-783)) NIL)) (-3108 ((|#1| $) NIL (-12 (|has| |#1| (-1023)) (|has| |#1| (-1070))))) (-4185 (((-1179) $) NIL (|has| |#1| (-1121)))) (-3386 (($ |#1| $ (-576)) NIL) (($ $ $ (-576)) NIL)) (-4402 (((-656 (-576)) $) NIL)) (-1505 (((-112) (-576) $) NIL)) (-3117 (((-1141) $) NIL (|has| |#1| (-1121)))) (-1753 ((|#1| $) NIL (|has| (-576) (-862)))) (-2922 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3140 (($ $ |#1|) NIL (|has| $ (-6 -4465)))) (-3484 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 (-304 |#1|))) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-304 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121)))) (($ $ (-656 |#1|) (-656 |#1|)) NIL (-12 (|has| |#1| (-319 |#1|)) (|has| |#1| (-1121))))) (-2587 (((-112) $ $) NIL)) (-2408 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3700 (((-656 |#1|) $) NIL)) (-4190 (((-112) $) NIL)) (-3029 (($) NIL)) (-4369 ((|#1| $ (-576) |#1|) NIL) ((|#1| $ (-576)) NIL) (($ $ (-1255 (-576))) NIL)) (-2429 ((|#1| $ $) NIL (|has| |#1| (-1070)))) (-2335 (($ $ (-576)) NIL) (($ $ (-1255 (-576))) NIL)) (-3396 (($ $ $) NIL (|has| |#1| (-1070)))) (-3131 (((-783) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464))) (((-783) |#1| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#1| (-1121))))) (-3796 (($ $ $ (-576)) NIL (|has| $ (-6 -4465)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) 20 (|has| |#1| (-626 (-548))))) (-4125 (($ (-656 |#1|)) 10)) (-2767 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-656 $)) NIL)) (-4114 (((-876) $) NIL (|has| |#1| (-625 (-876))))) (-3000 (((-112) $ $) NIL (|has| |#1| (-1121)))) (-1746 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4464)))) (-3995 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3975 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-102)))) (-3985 (((-112) $ $) NIL (|has| |#1| (-862)))) (-3962 (((-112) $ $) NIL (|has| |#1| (-862)))) (-4037 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-4027 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-576) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-738))) (($ $ |#1|) NIL (|has| |#1| (-738)))) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-1288 |#1|) (-13 (-1286 |#1|) (-10 -8 (-15 -4096 ($ (-656 |#1|))))) (-1238)) (T -1288))
+((-4096 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-5 *1 (-1288 *3)))))
+(-13 (-1286 |#1|) (-10 -8 (-15 -4096 ($ (-656 |#1|)))))
+((-1955 (((-112) $ $) NIL)) (-2537 (((-1179) $ (-1179)) 107) (((-1179) $ (-1179) (-1179)) 105) (((-1179) $ (-1179) (-656 (-1179))) 104)) (-4134 (($) 69)) (-3476 (((-1293) $ (-480) (-940)) 54)) (-3480 (((-1293) $ (-940) (-1179)) 89) (((-1293) $ (-940) (-888)) 90)) (-3818 (((-1293) $ (-940) (-390) (-390)) 57)) (-3751 (((-1293) $ (-1179)) 84)) (-3810 (((-1293) $ (-940) (-1179)) 94)) (-3813 (((-1293) $ (-940) (-390) (-390)) 58)) (-1655 (((-1293) $ (-940) (-940)) 55)) (-2515 (((-1293) $) 85)) (-1774 (((-1293) $ (-940) (-1179)) 93)) (-1578 (((-1293) $ (-480) (-940)) 41)) (-2848 (((-1293) $ (-940) (-1179)) 92)) (-1503 (((-656 (-270)) $) 29) (($ $ (-656 (-270))) 30)) (-4217 (((-1293) $ (-783) (-783)) 52)) (-2886 (($ $) 70) (($ (-480) (-656 (-270))) 71)) (-4185 (((-1179) $) NIL)) (-2240 (((-576) $) 48)) (-3117 (((-1141) $) NIL)) (-1397 (((-1288 (-3 (-480) "undefined")) $) 47)) (-1956 (((-1288 (-2 (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)) (|:| -2848 (-576)) (|:| -1553 (-576)) (|:| |spline| (-576)) (|:| -3433 (-576)) (|:| |axesColor| (-888)) (|:| -3480 (-576)) (|:| |unitsColor| (-888)) (|:| |showing| (-576)))) $) 46)) (-2579 (((-1293) $ (-940) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-888) (-576) (-888) (-576)) 83)) (-1899 (((-656 (-962 (-227))) $) NIL)) (-3306 (((-480) $ (-940)) 43)) (-2606 (((-1293) $ (-783) (-783) (-940) (-940)) 50)) (-3227 (((-1293) $ (-1179)) 95)) (-1553 (((-1293) $ (-940) (-1179)) 91)) (-4114 (((-876) $) 102)) (-1594 (((-1293) $) 96)) (-3000 (((-112) $ $) NIL)) (-3433 (((-1293) $ (-940) (-1179)) 87) (((-1293) $ (-940) (-888)) 88)) (-3939 (((-112) $ $) NIL)))
+(((-1289) (-13 (-1121) (-10 -8 (-15 -1899 ((-656 (-962 (-227))) $)) (-15 -4134 ($)) (-15 -2886 ($ $)) (-15 -1503 ((-656 (-270)) $)) (-15 -1503 ($ $ (-656 (-270)))) (-15 -2886 ($ (-480) (-656 (-270)))) (-15 -2579 ((-1293) $ (-940) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-888) (-576) (-888) (-576))) (-15 -1956 ((-1288 (-2 (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)) (|:| -2848 (-576)) (|:| -1553 (-576)) (|:| |spline| (-576)) (|:| -3433 (-576)) (|:| |axesColor| (-888)) (|:| -3480 (-576)) (|:| |unitsColor| (-888)) (|:| |showing| (-576)))) $)) (-15 -1397 ((-1288 (-3 (-480) "undefined")) $)) (-15 -3751 ((-1293) $ (-1179))) (-15 -1578 ((-1293) $ (-480) (-940))) (-15 -3306 ((-480) $ (-940))) (-15 -3433 ((-1293) $ (-940) (-1179))) (-15 -3433 ((-1293) $ (-940) (-888))) (-15 -3480 ((-1293) $ (-940) (-1179))) (-15 -3480 ((-1293) $ (-940) (-888))) (-15 -2848 ((-1293) $ (-940) (-1179))) (-15 -1774 ((-1293) $ (-940) (-1179))) (-15 -1553 ((-1293) $ (-940) (-1179))) (-15 -3227 ((-1293) $ (-1179))) (-15 -1594 ((-1293) $)) (-15 -2606 ((-1293) $ (-783) (-783) (-940) (-940))) (-15 -3813 ((-1293) $ (-940) (-390) (-390))) (-15 -3818 ((-1293) $ (-940) (-390) (-390))) (-15 -3810 ((-1293) $ (-940) (-1179))) (-15 -4217 ((-1293) $ (-783) (-783))) (-15 -3476 ((-1293) $ (-480) (-940))) (-15 -1655 ((-1293) $ (-940) (-940))) (-15 -2537 ((-1179) $ (-1179))) (-15 -2537 ((-1179) $ (-1179) (-1179))) (-15 -2537 ((-1179) $ (-1179) (-656 (-1179)))) (-15 -2515 ((-1293) $)) (-15 -2240 ((-576) $)) (-15 -4114 ((-876) $))))) (T -1289))
+((-4114 (*1 *2 *1) (-12 (-5 *2 (-876)) (-5 *1 (-1289)))) (-1899 (*1 *2 *1) (-12 (-5 *2 (-656 (-962 (-227)))) (-5 *1 (-1289)))) (-4134 (*1 *1) (-5 *1 (-1289))) (-2886 (*1 *1 *1) (-5 *1 (-1289))) (-1503 (*1 *2 *1) (-12 (-5 *2 (-656 (-270))) (-5 *1 (-1289)))) (-1503 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-270))) (-5 *1 (-1289)))) (-2886 (*1 *1 *2 *3) (-12 (-5 *2 (-480)) (-5 *3 (-656 (-270))) (-5 *1 (-1289)))) (-2579 (*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5) (-12 (-5 *3 (-940)) (-5 *4 (-227)) (-5 *5 (-576)) (-5 *6 (-888)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-1956 (*1 *2 *1) (-12 (-5 *2 (-1288 (-2 (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)) (|:| -2848 (-576)) (|:| -1553 (-576)) (|:| |spline| (-576)) (|:| -3433 (-576)) (|:| |axesColor| (-888)) (|:| -3480 (-576)) (|:| |unitsColor| (-888)) (|:| |showing| (-576))))) (-5 *1 (-1289)))) (-1397 (*1 *2 *1) (-12 (-5 *2 (-1288 (-3 (-480) "undefined"))) (-5 *1 (-1289)))) (-3751 (*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-1578 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-480)) (-5 *4 (-940)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-3306 (*1 *2 *1 *3) (-12 (-5 *3 (-940)) (-5 *2 (-480)) (-5 *1 (-1289)))) (-3433 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-940)) (-5 *4 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-3433 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-940)) (-5 *4 (-888)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-3480 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-940)) (-5 *4 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-3480 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-940)) (-5 *4 (-888)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-2848 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-940)) (-5 *4 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-1774 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-940)) (-5 *4 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-1553 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-940)) (-5 *4 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-3227 (*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-1594 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-1289)))) (-2606 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-783)) (-5 *4 (-940)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-3813 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-940)) (-5 *4 (-390)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-3818 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-940)) (-5 *4 (-390)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-3810 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-940)) (-5 *4 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-4217 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-3476 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-480)) (-5 *4 (-940)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-1655 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1293)) (-5 *1 (-1289)))) (-2537 (*1 *2 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1289)))) (-2537 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1289)))) (-2537 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-656 (-1179))) (-5 *2 (-1179)) (-5 *1 (-1289)))) (-2515 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-1289)))) (-2240 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1289)))))
+(-13 (-1121) (-10 -8 (-15 -1899 ((-656 (-962 (-227))) $)) (-15 -4134 ($)) (-15 -2886 ($ $)) (-15 -1503 ((-656 (-270)) $)) (-15 -1503 ($ $ (-656 (-270)))) (-15 -2886 ($ (-480) (-656 (-270)))) (-15 -2579 ((-1293) $ (-940) (-227) (-227) (-227) (-227) (-576) (-576) (-576) (-576) (-888) (-576) (-888) (-576))) (-15 -1956 ((-1288 (-2 (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)) (|:| -2848 (-576)) (|:| -1553 (-576)) (|:| |spline| (-576)) (|:| -3433 (-576)) (|:| |axesColor| (-888)) (|:| -3480 (-576)) (|:| |unitsColor| (-888)) (|:| |showing| (-576)))) $)) (-15 -1397 ((-1288 (-3 (-480) "undefined")) $)) (-15 -3751 ((-1293) $ (-1179))) (-15 -1578 ((-1293) $ (-480) (-940))) (-15 -3306 ((-480) $ (-940))) (-15 -3433 ((-1293) $ (-940) (-1179))) (-15 -3433 ((-1293) $ (-940) (-888))) (-15 -3480 ((-1293) $ (-940) (-1179))) (-15 -3480 ((-1293) $ (-940) (-888))) (-15 -2848 ((-1293) $ (-940) (-1179))) (-15 -1774 ((-1293) $ (-940) (-1179))) (-15 -1553 ((-1293) $ (-940) (-1179))) (-15 -3227 ((-1293) $ (-1179))) (-15 -1594 ((-1293) $)) (-15 -2606 ((-1293) $ (-783) (-783) (-940) (-940))) (-15 -3813 ((-1293) $ (-940) (-390) (-390))) (-15 -3818 ((-1293) $ (-940) (-390) (-390))) (-15 -3810 ((-1293) $ (-940) (-1179))) (-15 -4217 ((-1293) $ (-783) (-783))) (-15 -3476 ((-1293) $ (-480) (-940))) (-15 -1655 ((-1293) $ (-940) (-940))) (-15 -2537 ((-1179) $ (-1179))) (-15 -2537 ((-1179) $ (-1179) (-1179))) (-15 -2537 ((-1179) $ (-1179) (-656 (-1179)))) (-15 -2515 ((-1293) $)) (-15 -2240 ((-576) $)) (-15 -4114 ((-876) $))))
+((-1955 (((-112) $ $) NIL)) (-3812 (((-1293) $ (-390)) 169) (((-1293) $ (-390) (-390) (-390)) 170)) (-2537 (((-1179) $ (-1179)) 179) (((-1179) $ (-1179) (-1179)) 177) (((-1179) $ (-1179) (-656 (-1179))) 176)) (-2389 (($) 67)) (-3445 (((-1293) $ (-390) (-390) (-390) (-390) (-390)) 141) (((-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))) $) 139) (((-1293) $ (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)))) 140) (((-1293) $ (-576) (-576) (-390) (-390) (-390)) 144) (((-1293) $ (-390) (-390)) 145) (((-1293) $ (-390) (-390) (-390)) 152)) (-3048 (((-390)) 122) (((-390) (-390)) 123)) (-2190 (((-390)) 117) (((-390) (-390)) 119)) (-3997 (((-390)) 120) (((-390) (-390)) 121)) (-1886 (((-390)) 126) (((-390) (-390)) 127)) (-3026 (((-390)) 124) (((-390) (-390)) 125)) (-3818 (((-1293) $ (-390) (-390)) 171)) (-3751 (((-1293) $ (-1179)) 153)) (-1456 (((-1154 (-227)) $) 68) (($ $ (-1154 (-227))) 69)) (-3855 (((-1293) $ (-1179)) 187)) (-2961 (((-1293) $ (-1179)) 188)) (-3232 (((-1293) $ (-390) (-390)) 151) (((-1293) $ (-576) (-576)) 168)) (-1655 (((-1293) $ (-940) (-940)) 160)) (-2515 (((-1293) $) 137)) (-4334 (((-1293) $ (-1179)) 186)) (-3516 (((-1293) $ (-1179)) 134)) (-1503 (((-656 (-270)) $) 70) (($ $ (-656 (-270))) 71)) (-4217 (((-1293) $ (-783) (-783)) 159)) (-3416 (((-1293) $ (-783) (-962 (-227))) 193)) (-3971 (($ $) 73) (($ (-1154 (-227)) (-1179)) 74) (($ (-1154 (-227)) (-656 (-270))) 75)) (-4428 (((-1293) $ (-390) (-390) (-390)) 131)) (-4185 (((-1179) $) NIL)) (-2240 (((-576) $) 128)) (-2595 (((-1293) $ (-390)) 174)) (-2882 (((-1293) $ (-390)) 191)) (-3117 (((-1141) $) NIL)) (-2538 (((-1293) $ (-390)) 190)) (-2618 (((-1293) $ (-1179)) 136)) (-2606 (((-1293) $ (-783) (-783) (-940) (-940)) 158)) (-3677 (((-1293) $ (-1179)) 133)) (-3227 (((-1293) $ (-1179)) 135)) (-4223 (((-1293) $ (-158) (-158)) 157)) (-4114 (((-876) $) 166)) (-1594 (((-1293) $) 138)) (-2404 (((-1293) $ (-1179)) 189)) (-3000 (((-112) $ $) NIL)) (-3433 (((-1293) $ (-1179)) 132)) (-3939 (((-112) $ $) NIL)))
+(((-1290) (-13 (-1121) (-10 -8 (-15 -2190 ((-390))) (-15 -2190 ((-390) (-390))) (-15 -3997 ((-390))) (-15 -3997 ((-390) (-390))) (-15 -3048 ((-390))) (-15 -3048 ((-390) (-390))) (-15 -3026 ((-390))) (-15 -3026 ((-390) (-390))) (-15 -1886 ((-390))) (-15 -1886 ((-390) (-390))) (-15 -2389 ($)) (-15 -3971 ($ $)) (-15 -3971 ($ (-1154 (-227)) (-1179))) (-15 -3971 ($ (-1154 (-227)) (-656 (-270)))) (-15 -1456 ((-1154 (-227)) $)) (-15 -1456 ($ $ (-1154 (-227)))) (-15 -3416 ((-1293) $ (-783) (-962 (-227)))) (-15 -1503 ((-656 (-270)) $)) (-15 -1503 ($ $ (-656 (-270)))) (-15 -4217 ((-1293) $ (-783) (-783))) (-15 -1655 ((-1293) $ (-940) (-940))) (-15 -3751 ((-1293) $ (-1179))) (-15 -2606 ((-1293) $ (-783) (-783) (-940) (-940))) (-15 -3445 ((-1293) $ (-390) (-390) (-390) (-390) (-390))) (-15 -3445 ((-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))) $)) (-15 -3445 ((-1293) $ (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))) (-15 -3445 ((-1293) $ (-576) (-576) (-390) (-390) (-390))) (-15 -3445 ((-1293) $ (-390) (-390))) (-15 -3445 ((-1293) $ (-390) (-390) (-390))) (-15 -3227 ((-1293) $ (-1179))) (-15 -3433 ((-1293) $ (-1179))) (-15 -3677 ((-1293) $ (-1179))) (-15 -3516 ((-1293) $ (-1179))) (-15 -2618 ((-1293) $ (-1179))) (-15 -3232 ((-1293) $ (-390) (-390))) (-15 -3232 ((-1293) $ (-576) (-576))) (-15 -3812 ((-1293) $ (-390))) (-15 -3812 ((-1293) $ (-390) (-390) (-390))) (-15 -3818 ((-1293) $ (-390) (-390))) (-15 -4334 ((-1293) $ (-1179))) (-15 -2538 ((-1293) $ (-390))) (-15 -2882 ((-1293) $ (-390))) (-15 -3855 ((-1293) $ (-1179))) (-15 -2961 ((-1293) $ (-1179))) (-15 -2404 ((-1293) $ (-1179))) (-15 -4428 ((-1293) $ (-390) (-390) (-390))) (-15 -2595 ((-1293) $ (-390))) (-15 -2515 ((-1293) $)) (-15 -4223 ((-1293) $ (-158) (-158))) (-15 -2537 ((-1179) $ (-1179))) (-15 -2537 ((-1179) $ (-1179) (-1179))) (-15 -2537 ((-1179) $ (-1179) (-656 (-1179)))) (-15 -1594 ((-1293) $)) (-15 -2240 ((-576) $))))) (T -1290))
+((-2190 (*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290)))) (-2190 (*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290)))) (-3997 (*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290)))) (-3997 (*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290)))) (-3048 (*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290)))) (-3048 (*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290)))) (-3026 (*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290)))) (-3026 (*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290)))) (-1886 (*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290)))) (-1886 (*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290)))) (-2389 (*1 *1) (-5 *1 (-1290))) (-3971 (*1 *1 *1) (-5 *1 (-1290))) (-3971 (*1 *1 *2 *3) (-12 (-5 *2 (-1154 (-227))) (-5 *3 (-1179)) (-5 *1 (-1290)))) (-3971 (*1 *1 *2 *3) (-12 (-5 *2 (-1154 (-227))) (-5 *3 (-656 (-270))) (-5 *1 (-1290)))) (-1456 (*1 *2 *1) (-12 (-5 *2 (-1154 (-227))) (-5 *1 (-1290)))) (-1456 (*1 *1 *1 *2) (-12 (-5 *2 (-1154 (-227))) (-5 *1 (-1290)))) (-3416 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-783)) (-5 *4 (-962 (-227))) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-1503 (*1 *2 *1) (-12 (-5 *2 (-656 (-270))) (-5 *1 (-1290)))) (-1503 (*1 *1 *1 *2) (-12 (-5 *2 (-656 (-270))) (-5 *1 (-1290)))) (-4217 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-1655 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-3751 (*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-2606 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-783)) (-5 *4 (-940)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-3445 (*1 *2 *1 *3 *3 *3 *3 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-3445 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)))) (-5 *1 (-1290)))) (-3445 (*1 *2 *1 *3) (-12 (-5 *3 (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227)))) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-3445 (*1 *2 *1 *3 *3 *4 *4 *4) (-12 (-5 *3 (-576)) (-5 *4 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-3445 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-3445 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-3227 (*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-3433 (*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-3677 (*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-3516 (*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-2618 (*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-3232 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-3232 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-3812 (*1 *2 *1 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-3812 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-3818 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-4334 (*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-2538 (*1 *2 *1 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-2882 (*1 *2 *1 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-3855 (*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-2961 (*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-2404 (*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-4428 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-2595 (*1 *2 *1 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-2515 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-1290)))) (-4223 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-158)) (-5 *2 (-1293)) (-5 *1 (-1290)))) (-2537 (*1 *2 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1290)))) (-2537 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1290)))) (-2537 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-656 (-1179))) (-5 *2 (-1179)) (-5 *1 (-1290)))) (-1594 (*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-1290)))) (-2240 (*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1290)))))
+(-13 (-1121) (-10 -8 (-15 -2190 ((-390))) (-15 -2190 ((-390) (-390))) (-15 -3997 ((-390))) (-15 -3997 ((-390) (-390))) (-15 -3048 ((-390))) (-15 -3048 ((-390) (-390))) (-15 -3026 ((-390))) (-15 -3026 ((-390) (-390))) (-15 -1886 ((-390))) (-15 -1886 ((-390) (-390))) (-15 -2389 ($)) (-15 -3971 ($ $)) (-15 -3971 ($ (-1154 (-227)) (-1179))) (-15 -3971 ($ (-1154 (-227)) (-656 (-270)))) (-15 -1456 ((-1154 (-227)) $)) (-15 -1456 ($ $ (-1154 (-227)))) (-15 -3416 ((-1293) $ (-783) (-962 (-227)))) (-15 -1503 ((-656 (-270)) $)) (-15 -1503 ($ $ (-656 (-270)))) (-15 -4217 ((-1293) $ (-783) (-783))) (-15 -1655 ((-1293) $ (-940) (-940))) (-15 -3751 ((-1293) $ (-1179))) (-15 -2606 ((-1293) $ (-783) (-783) (-940) (-940))) (-15 -3445 ((-1293) $ (-390) (-390) (-390) (-390) (-390))) (-15 -3445 ((-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))) $)) (-15 -3445 ((-1293) $ (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227)) (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227)) (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))) (-15 -3445 ((-1293) $ (-576) (-576) (-390) (-390) (-390))) (-15 -3445 ((-1293) $ (-390) (-390))) (-15 -3445 ((-1293) $ (-390) (-390) (-390))) (-15 -3227 ((-1293) $ (-1179))) (-15 -3433 ((-1293) $ (-1179))) (-15 -3677 ((-1293) $ (-1179))) (-15 -3516 ((-1293) $ (-1179))) (-15 -2618 ((-1293) $ (-1179))) (-15 -3232 ((-1293) $ (-390) (-390))) (-15 -3232 ((-1293) $ (-576) (-576))) (-15 -3812 ((-1293) $ (-390))) (-15 -3812 ((-1293) $ (-390) (-390) (-390))) (-15 -3818 ((-1293) $ (-390) (-390))) (-15 -4334 ((-1293) $ (-1179))) (-15 -2538 ((-1293) $ (-390))) (-15 -2882 ((-1293) $ (-390))) (-15 -3855 ((-1293) $ (-1179))) (-15 -2961 ((-1293) $ (-1179))) (-15 -2404 ((-1293) $ (-1179))) (-15 -4428 ((-1293) $ (-390) (-390) (-390))) (-15 -2595 ((-1293) $ (-390))) (-15 -2515 ((-1293) $)) (-15 -4223 ((-1293) $ (-158) (-158))) (-15 -2537 ((-1179) $ (-1179))) (-15 -2537 ((-1179) $ (-1179) (-1179))) (-15 -2537 ((-1179) $ (-1179) (-656 (-1179)))) (-15 -1594 ((-1293) $)) (-15 -2240 ((-576) $))))
+((-2771 (((-656 (-1179)) (-656 (-1179))) 104) (((-656 (-1179))) 96)) (-3558 (((-656 (-1179))) 94)) (-1995 (((-656 (-940)) (-656 (-940))) 69) (((-656 (-940))) 64)) (-3083 (((-656 (-783)) (-656 (-783))) 61) (((-656 (-783))) 55)) (-1864 (((-1293)) 71)) (-1323 (((-940) (-940)) 87) (((-940)) 86)) (-1454 (((-940) (-940)) 85) (((-940)) 84)) (-1433 (((-888) (-888)) 81) (((-888)) 80)) (-3636 (((-227)) 91) (((-227) (-390)) 93)) (-2957 (((-940)) 88) (((-940) (-940)) 89)) (-3704 (((-940) (-940)) 83) (((-940)) 82)) (-1595 (((-888) (-888)) 75) (((-888)) 73)) (-1586 (((-888) (-888)) 77) (((-888)) 76)) (-3687 (((-888) (-888)) 79) (((-888)) 78)))
+(((-1291) (-10 -7 (-15 -1595 ((-888))) (-15 -1595 ((-888) (-888))) (-15 -1586 ((-888))) (-15 -1586 ((-888) (-888))) (-15 -3687 ((-888))) (-15 -3687 ((-888) (-888))) (-15 -1433 ((-888))) (-15 -1433 ((-888) (-888))) (-15 -3704 ((-940))) (-15 -3704 ((-940) (-940))) (-15 -3083 ((-656 (-783)))) (-15 -3083 ((-656 (-783)) (-656 (-783)))) (-15 -1995 ((-656 (-940)))) (-15 -1995 ((-656 (-940)) (-656 (-940)))) (-15 -1864 ((-1293))) (-15 -2771 ((-656 (-1179)))) (-15 -2771 ((-656 (-1179)) (-656 (-1179)))) (-15 -3558 ((-656 (-1179)))) (-15 -1454 ((-940))) (-15 -1323 ((-940))) (-15 -1454 ((-940) (-940))) (-15 -1323 ((-940) (-940))) (-15 -2957 ((-940) (-940))) (-15 -2957 ((-940))) (-15 -3636 ((-227) (-390))) (-15 -3636 ((-227))))) (T -1291))
+((-3636 (*1 *2) (-12 (-5 *2 (-227)) (-5 *1 (-1291)))) (-3636 (*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-227)) (-5 *1 (-1291)))) (-2957 (*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-1291)))) (-2957 (*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-1291)))) (-1323 (*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-1291)))) (-1454 (*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-1291)))) (-1323 (*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-1291)))) (-1454 (*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-1291)))) (-3558 (*1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1291)))) (-2771 (*1 *2 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1291)))) (-2771 (*1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1291)))) (-1864 (*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-1291)))) (-1995 (*1 *2 *2) (-12 (-5 *2 (-656 (-940))) (-5 *1 (-1291)))) (-1995 (*1 *2) (-12 (-5 *2 (-656 (-940))) (-5 *1 (-1291)))) (-3083 (*1 *2 *2) (-12 (-5 *2 (-656 (-783))) (-5 *1 (-1291)))) (-3083 (*1 *2) (-12 (-5 *2 (-656 (-783))) (-5 *1 (-1291)))) (-3704 (*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-1291)))) (-3704 (*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-1291)))) (-1433 (*1 *2 *2) (-12 (-5 *2 (-888)) (-5 *1 (-1291)))) (-1433 (*1 *2) (-12 (-5 *2 (-888)) (-5 *1 (-1291)))) (-3687 (*1 *2 *2) (-12 (-5 *2 (-888)) (-5 *1 (-1291)))) (-3687 (*1 *2) (-12 (-5 *2 (-888)) (-5 *1 (-1291)))) (-1586 (*1 *2 *2) (-12 (-5 *2 (-888)) (-5 *1 (-1291)))) (-1586 (*1 *2) (-12 (-5 *2 (-888)) (-5 *1 (-1291)))) (-1595 (*1 *2 *2) (-12 (-5 *2 (-888)) (-5 *1 (-1291)))) (-1595 (*1 *2) (-12 (-5 *2 (-888)) (-5 *1 (-1291)))))
+(-10 -7 (-15 -1595 ((-888))) (-15 -1595 ((-888) (-888))) (-15 -1586 ((-888))) (-15 -1586 ((-888) (-888))) (-15 -3687 ((-888))) (-15 -3687 ((-888) (-888))) (-15 -1433 ((-888))) (-15 -1433 ((-888) (-888))) (-15 -3704 ((-940))) (-15 -3704 ((-940) (-940))) (-15 -3083 ((-656 (-783)))) (-15 -3083 ((-656 (-783)) (-656 (-783)))) (-15 -1995 ((-656 (-940)))) (-15 -1995 ((-656 (-940)) (-656 (-940)))) (-15 -1864 ((-1293))) (-15 -2771 ((-656 (-1179)))) (-15 -2771 ((-656 (-1179)) (-656 (-1179)))) (-15 -3558 ((-656 (-1179)))) (-15 -1454 ((-940))) (-15 -1323 ((-940))) (-15 -1454 ((-940) (-940))) (-15 -1323 ((-940) (-940))) (-15 -2957 ((-940) (-940))) (-15 -2957 ((-940))) (-15 -3636 ((-227) (-390))) (-15 -3636 ((-227))))
+((-3170 (((-480) (-656 (-656 (-962 (-227)))) (-656 (-270))) 22) (((-480) (-656 (-656 (-962 (-227))))) 21) (((-480) (-656 (-656 (-962 (-227)))) (-888) (-888) (-940) (-656 (-270))) 20)) (-2295 (((-1289) (-656 (-656 (-962 (-227)))) (-656 (-270))) 30) (((-1289) (-656 (-656 (-962 (-227)))) (-888) (-888) (-940) (-656 (-270))) 29)) (-4114 (((-1289) (-480)) 46)))
+(((-1292) (-10 -7 (-15 -3170 ((-480) (-656 (-656 (-962 (-227)))) (-888) (-888) (-940) (-656 (-270)))) (-15 -3170 ((-480) (-656 (-656 (-962 (-227)))))) (-15 -3170 ((-480) (-656 (-656 (-962 (-227)))) (-656 (-270)))) (-15 -2295 ((-1289) (-656 (-656 (-962 (-227)))) (-888) (-888) (-940) (-656 (-270)))) (-15 -2295 ((-1289) (-656 (-656 (-962 (-227)))) (-656 (-270)))) (-15 -4114 ((-1289) (-480))))) (T -1292))
+((-4114 (*1 *2 *3) (-12 (-5 *3 (-480)) (-5 *2 (-1289)) (-5 *1 (-1292)))) (-2295 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-656 (-962 (-227))))) (-5 *4 (-656 (-270))) (-5 *2 (-1289)) (-5 *1 (-1292)))) (-2295 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-656 (-656 (-962 (-227))))) (-5 *4 (-888)) (-5 *5 (-940)) (-5 *6 (-656 (-270))) (-5 *2 (-1289)) (-5 *1 (-1292)))) (-3170 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-656 (-962 (-227))))) (-5 *4 (-656 (-270))) (-5 *2 (-480)) (-5 *1 (-1292)))) (-3170 (*1 *2 *3) (-12 (-5 *3 (-656 (-656 (-962 (-227))))) (-5 *2 (-480)) (-5 *1 (-1292)))) (-3170 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-656 (-656 (-962 (-227))))) (-5 *4 (-888)) (-5 *5 (-940)) (-5 *6 (-656 (-270))) (-5 *2 (-480)) (-5 *1 (-1292)))))
+(-10 -7 (-15 -3170 ((-480) (-656 (-656 (-962 (-227)))) (-888) (-888) (-940) (-656 (-270)))) (-15 -3170 ((-480) (-656 (-656 (-962 (-227)))))) (-15 -3170 ((-480) (-656 (-656 (-962 (-227)))) (-656 (-270)))) (-15 -2295 ((-1289) (-656 (-656 (-962 (-227)))) (-888) (-888) (-940) (-656 (-270)))) (-15 -2295 ((-1289) (-656 (-656 (-962 (-227)))) (-656 (-270)))) (-15 -4114 ((-1289) (-480))))
+((-2434 (($) 6)) (-4114 (((-876) $) 9)))
+(((-1293) (-13 (-625 (-876)) (-10 -8 (-15 -2434 ($))))) (T -1293))
+((-2434 (*1 *1) (-5 *1 (-1293))))
+(-13 (-625 (-876)) (-10 -8 (-15 -2434 ($))))
+((-4047 (($ $ |#2|) 10)))
+(((-1294 |#1| |#2|) (-10 -8 (-15 -4047 (|#1| |#1| |#2|))) (-1295 |#2|) (-374)) (T -1294))
+NIL
+(-10 -8 (-15 -4047 (|#1| |#1| |#2|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-2435 (((-135)) 33)) (-4114 (((-876) $) 12)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-3939 (((-112) $ $) 7)) (-4047 (($ $ |#1|) 34)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
+(((-1295 |#1|) (-141) (-374)) (T -1295))
+((-4047 (*1 *1 *1 *2) (-12 (-4 *1 (-1295 *2)) (-4 *2 (-374)))) (-2435 (*1 *2) (-12 (-4 *1 (-1295 *3)) (-4 *3 (-374)) (-5 *2 (-135)))))
+(-13 (-729 |t#1|) (-10 -8 (-15 -4047 ($ $ |t#1|)) (-15 -2435 ((-135)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-660 |#1|) . T) ((-652 |#1|) . T) ((-729 |#1|) . T) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1121) . T) ((-1238) . T))
+((-1542 (((-656 (-1232 |#1|)) (-1197) (-1232 |#1|)) 83)) (-4257 (((-1178 (-1178 (-971 |#1|))) (-1197) (-1178 (-971 |#1|))) 63)) (-2937 (((-1 (-1178 (-1232 |#1|)) (-1178 (-1232 |#1|))) (-783) (-1232 |#1|) (-1178 (-1232 |#1|))) 74)) (-2260 (((-1 (-1178 (-971 |#1|)) (-1178 (-971 |#1|))) (-783)) 65)) (-2447 (((-1 (-1193 (-971 |#1|)) (-971 |#1|)) (-1197)) 32)) (-1776 (((-1 (-1178 (-971 |#1|)) (-1178 (-971 |#1|))) (-783)) 64)))
+(((-1296 |#1|) (-10 -7 (-15 -2260 ((-1 (-1178 (-971 |#1|)) (-1178 (-971 |#1|))) (-783))) (-15 -1776 ((-1 (-1178 (-971 |#1|)) (-1178 (-971 |#1|))) (-783))) (-15 -4257 ((-1178 (-1178 (-971 |#1|))) (-1197) (-1178 (-971 |#1|)))) (-15 -2447 ((-1 (-1193 (-971 |#1|)) (-971 |#1|)) (-1197))) (-15 -1542 ((-656 (-1232 |#1|)) (-1197) (-1232 |#1|))) (-15 -2937 ((-1 (-1178 (-1232 |#1|)) (-1178 (-1232 |#1|))) (-783) (-1232 |#1|) (-1178 (-1232 |#1|))))) (-374)) (T -1296))
+((-2937 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-783)) (-4 *6 (-374)) (-5 *4 (-1232 *6)) (-5 *2 (-1 (-1178 *4) (-1178 *4))) (-5 *1 (-1296 *6)) (-5 *5 (-1178 *4)))) (-1542 (*1 *2 *3 *4) (-12 (-5 *3 (-1197)) (-4 *5 (-374)) (-5 *2 (-656 (-1232 *5))) (-5 *1 (-1296 *5)) (-5 *4 (-1232 *5)))) (-2447 (*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-1 (-1193 (-971 *4)) (-971 *4))) (-5 *1 (-1296 *4)) (-4 *4 (-374)))) (-4257 (*1 *2 *3 *4) (-12 (-5 *3 (-1197)) (-4 *5 (-374)) (-5 *2 (-1178 (-1178 (-971 *5)))) (-5 *1 (-1296 *5)) (-5 *4 (-1178 (-971 *5))))) (-1776 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1 (-1178 (-971 *4)) (-1178 (-971 *4)))) (-5 *1 (-1296 *4)) (-4 *4 (-374)))) (-2260 (*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1 (-1178 (-971 *4)) (-1178 (-971 *4)))) (-5 *1 (-1296 *4)) (-4 *4 (-374)))))
+(-10 -7 (-15 -2260 ((-1 (-1178 (-971 |#1|)) (-1178 (-971 |#1|))) (-783))) (-15 -1776 ((-1 (-1178 (-971 |#1|)) (-1178 (-971 |#1|))) (-783))) (-15 -4257 ((-1178 (-1178 (-971 |#1|))) (-1197) (-1178 (-971 |#1|)))) (-15 -2447 ((-1 (-1193 (-971 |#1|)) (-971 |#1|)) (-1197))) (-15 -1542 ((-656 (-1232 |#1|)) (-1197) (-1232 |#1|))) (-15 -2937 ((-1 (-1178 (-1232 |#1|)) (-1178 (-1232 |#1|))) (-783) (-1232 |#1|) (-1178 (-1232 |#1|)))))
+((-2757 (((-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) |#2|) 80)) (-2570 (((-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|)))) 79)))
+(((-1297 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2570 ((-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))))) (-15 -2757 ((-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) |#2|))) (-360) (-1264 |#1|) (-1264 |#2|) (-421 |#2| |#3|)) (T -1297))
+((-2757 (*1 *2 *3) (-12 (-4 *4 (-360)) (-4 *3 (-1264 *4)) (-4 *5 (-1264 *3)) (-5 *2 (-2 (|:| -1726 (-701 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-701 *3)))) (-5 *1 (-1297 *4 *3 *5 *6)) (-4 *6 (-421 *3 *5)))) (-2570 (*1 *2) (-12 (-4 *3 (-360)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 *4)) (-5 *2 (-2 (|:| -1726 (-701 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-701 *4)))) (-5 *1 (-1297 *3 *4 *5 *6)) (-4 *6 (-421 *4 *5)))))
+(-10 -7 (-15 -2570 ((-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))))) (-15 -2757 ((-2 (|:| -1726 (-701 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-701 |#2|))) |#2|)))
+((-1955 (((-112) $ $) NIL)) (-2460 (((-1156) $) 11)) (-2672 (((-1156) $) 9)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 17) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1298) (-13 (-1104) (-10 -8 (-15 -2672 ((-1156) $)) (-15 -2460 ((-1156) $))))) (T -1298))
+((-2672 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1298)))) (-2460 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1298)))))
+(-13 (-1104) (-10 -8 (-15 -2672 ((-1156) $)) (-15 -2460 ((-1156) $))))
+((-1955 (((-112) $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-3271 (((-1156) $) 9)) (-4114 (((-876) $) 15) (($ (-1202)) NIL) (((-1202) $) NIL)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) NIL)))
+(((-1299) (-13 (-1104) (-10 -8 (-15 -3271 ((-1156) $))))) (T -1299))
+((-3271 (*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1299)))))
+(-13 (-1104) (-10 -8 (-15 -3271 ((-1156) $))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 58)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2413 (((-3 $ "failed") $) NIL)) (-3315 (((-112) $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 81) (($ (-576)) NIL) (($ |#4|) 65) ((|#4| $) 70) (($ |#1|) NIL (|has| |#1| (-174)))) (-2864 (((-783)) NIL T CONST)) (-2095 (((-1293) (-783)) 16)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 37 T CONST)) (-4322 (($) 84 T CONST)) (-3939 (((-112) $ $) 87)) (-4047 (((-3 $ "failed") $ $) NIL (|has| |#1| (-374)))) (-4037 (($ $) 89) (($ $ $) NIL)) (-4027 (($ $ $) 63)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 91) (($ |#1| $) NIL (|has| |#1| (-174))) (($ $ |#1|) NIL (|has| |#1| (-174)))))
+(((-1300 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-13 (-1070) (-502 |#4|) (-10 -8 (IF (|has| |#1| (-174)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-374)) (-15 -4047 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -2095 ((-1293) (-783))))) (-1070) (-862) (-805) (-968 |#1| |#3| |#2|) (-656 |#2|) (-656 (-783)) (-783)) (T -1300))
+((-4047 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-374)) (-4 *2 (-1070)) (-4 *3 (-862)) (-4 *4 (-805)) (-14 *6 (-656 *3)) (-5 *1 (-1300 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-968 *2 *4 *3)) (-14 *7 (-656 (-783))) (-14 *8 (-783)))) (-2095 (*1 *2 *3) (-12 (-5 *3 (-783)) (-4 *4 (-1070)) (-4 *5 (-862)) (-4 *6 (-805)) (-14 *8 (-656 *5)) (-5 *2 (-1293)) (-5 *1 (-1300 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-968 *4 *6 *5)) (-14 *9 (-656 *3)) (-14 *10 *3))))
+(-13 (-1070) (-502 |#4|) (-10 -8 (IF (|has| |#1| (-174)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-374)) (-15 -4047 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -2095 ((-1293) (-783)))))
+((-1955 (((-112) $ $) NIL)) (-4130 (((-656 (-2 (|:| -1594 $) (|:| -3823 (-656 |#4|)))) (-656 |#4|)) NIL)) (-3769 (((-656 $) (-656 |#4|)) 96)) (-1583 (((-656 |#3|) $) NIL)) (-1734 (((-112) $) NIL)) (-2306 (((-112) $) NIL (|has| |#1| (-568)))) (-2936 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4375 ((|#4| |#4| $) NIL)) (-2380 (((-2 (|:| |under| $) (|:| -4110 $) (|:| |upper| $)) $ |#3|) NIL)) (-1951 (((-112) $ (-783)) NIL)) (-3604 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464))) (((-3 |#4| "failed") $ |#3|) NIL)) (-3853 (($) NIL T CONST)) (-4317 (((-112) $) NIL (|has| |#1| (-568)))) (-1331 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3465 (((-112) $ $) NIL (|has| |#1| (-568)))) (-3304 (((-112) $) NIL (|has| |#1| (-568)))) (-4336 (((-656 |#4|) (-656 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 31)) (-1405 (((-656 |#4|) (-656 |#4|) $) 28 (|has| |#1| (-568)))) (-1426 (((-656 |#4|) (-656 |#4|) $) NIL (|has| |#1| (-568)))) (-2981 (((-3 $ "failed") (-656 |#4|)) NIL)) (-2318 (($ (-656 |#4|)) NIL)) (-1762 (((-3 $ "failed") $) 78)) (-3494 ((|#4| |#4| $) 83)) (-2741 (($ $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121))))) (-2824 (($ |#4| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-1380 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-568)))) (-2094 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-2062 ((|#4| |#4| $) NIL)) (-2722 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4464))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4464))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2752 (((-2 (|:| -1594 (-656 |#4|)) (|:| -3823 (-656 |#4|))) $) NIL)) (-3722 (((-656 |#4|) $) NIL (|has| $ (-6 -4464)))) (-3925 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2777 ((|#3| $) 84)) (-4157 (((-112) $ (-783)) NIL)) (-4302 (((-656 |#4|) $) 32 (|has| $ (-6 -4464)))) (-4029 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121))))) (-3790 (((-3 $ "failed") (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 35) (((-3 $ "failed") (-656 |#4|)) 38)) (-1896 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4465)))) (-2423 (($ (-1 |#4| |#4|) $) NIL)) (-3044 (((-656 |#3|) $) NIL)) (-3436 (((-112) |#3| $) NIL)) (-4002 (((-112) $ (-783)) NIL)) (-4185 (((-1179) $) NIL)) (-2850 (((-3 |#4| "failed") $) NIL)) (-1932 (((-656 |#4|) $) 54)) (-3811 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3758 ((|#4| |#4| $) 82)) (-3901 (((-112) $ $) 93)) (-1647 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-568)))) (-1989 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2614 ((|#4| |#4| $) NIL)) (-3117 (((-1141) $) NIL)) (-1753 (((-3 |#4| "failed") $) 77)) (-2922 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-4194 (((-3 $ "failed") $ |#4|) NIL)) (-3168 (($ $ |#4|) NIL)) (-3484 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-2143 (($ $ (-656 |#4|) (-656 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-304 |#4|)) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121)))) (($ $ (-656 (-304 |#4|))) NIL (-12 (|has| |#4| (-319 |#4|)) (|has| |#4| (-1121))))) (-2587 (((-112) $ $) NIL)) (-4190 (((-112) $) 75)) (-3029 (($) 46)) (-2786 (((-783) $) NIL)) (-3131 (((-783) |#4| $) NIL (-12 (|has| $ (-6 -4464)) (|has| |#4| (-1121)))) (((-783) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-4287 (($ $) NIL)) (-1554 (((-548) $) NIL (|has| |#4| (-626 (-548))))) (-4125 (($ (-656 |#4|)) NIL)) (-4154 (($ $ |#3|) NIL)) (-3200 (($ $ |#3|) NIL)) (-2763 (($ $) NIL)) (-4039 (($ $ |#3|) NIL)) (-4114 (((-876) $) NIL) (((-656 |#4|) $) 63)) (-2825 (((-783) $) NIL (|has| |#3| (-379)))) (-2427 (((-3 $ "failed") (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 44) (((-3 $ "failed") (-656 |#4|)) 45)) (-1714 (((-656 $) (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 73) (((-656 $) (-656 |#4|)) 74)) (-3000 (((-112) $ $) NIL)) (-1976 (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4| |#4|)) 27) (((-3 (-2 (|:| |bas| $) (|:| -3016 (-656 |#4|))) "failed") (-656 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1778 (((-112) $ (-1 (-112) |#4| (-656 |#4|))) NIL)) (-1746 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4464)))) (-3783 (((-656 |#3|) $) NIL)) (-1649 (((-112) |#3| $) NIL)) (-3939 (((-112) $ $) NIL)) (-1968 (((-783) $) NIL (|has| $ (-6 -4464)))))
+(((-1301 |#1| |#2| |#3| |#4|) (-13 (-1231 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3790 ((-3 $ "failed") (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3790 ((-3 $ "failed") (-656 |#4|))) (-15 -2427 ((-3 $ "failed") (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2427 ((-3 $ "failed") (-656 |#4|))) (-15 -1714 ((-656 $) (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1714 ((-656 $) (-656 |#4|))))) (-568) (-805) (-862) (-1086 |#1| |#2| |#3|)) (T -1301))
+((-3790 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-656 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1301 *5 *6 *7 *8)))) (-3790 (*1 *1 *2) (|partial| -12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-1301 *3 *4 *5 *6)))) (-2427 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-656 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1301 *5 *6 *7 *8)))) (-2427 (*1 *1 *2) (|partial| -12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-1301 *3 *4 *5 *6)))) (-1714 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-656 *9)) (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1086 *6 *7 *8)) (-4 *6 (-568)) (-4 *7 (-805)) (-4 *8 (-862)) (-5 *2 (-656 (-1301 *6 *7 *8 *9))) (-5 *1 (-1301 *6 *7 *8 *9)))) (-1714 (*1 *2 *3) (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 (-1301 *4 *5 *6 *7))) (-5 *1 (-1301 *4 *5 *6 *7)))))
+(-13 (-1231 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3790 ((-3 $ "failed") (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3790 ((-3 $ "failed") (-656 |#4|))) (-15 -2427 ((-3 $ "failed") (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2427 ((-3 $ "failed") (-656 |#4|))) (-15 -1714 ((-656 $) (-656 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1714 ((-656 $) (-656 |#4|)))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-2583 (((-3 $ "failed") $ $) 20)) (-3853 (($) 18 T CONST)) (-2413 (((-3 $ "failed") $) 37)) (-3315 (((-112) $) 35)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#1|) 45)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ |#1|) 47) (($ |#1| $) 46)))
+(((-1302 |#1|) (-141) (-1070)) (T -1302))
+NIL
+(-13 (-1070) (-111 |t#1| |t#1|) (-628 |t#1|) (-10 -7 (IF (|has| |t#1| (-174)) (-6 (-38 |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-174)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 |#1|) |has| |#1| (-174)) ((-729 |#1|) |has| |#1| (-174)) ((-738) . T) ((-1072 |#1|) . T) ((-1077 |#1|) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T))
+((-1955 (((-112) $ $) 67)) (-2604 (((-112) $) NIL)) (-1419 (((-656 |#1|) $) 52)) (-4423 (($ $ (-783)) 46)) (-2583 (((-3 $ "failed") $ $) NIL)) (-2490 (($ $ (-783)) 24 (|has| |#2| (-174))) (($ $ $) 25 (|has| |#2| (-174)))) (-3853 (($) NIL T CONST)) (-2713 (($ $ $) 70) (($ $ (-831 |#1|)) 56) (($ $ |#1|) 60)) (-2981 (((-3 (-831 |#1|) "failed") $) NIL)) (-2318 (((-831 |#1|) $) NIL)) (-3310 (($ $) 39)) (-2413 (((-3 $ "failed") $) NIL)) (-3573 (((-112) $) NIL)) (-3731 (($ $) NIL)) (-3315 (((-112) $) NIL)) (-2509 (((-783) $) NIL)) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) NIL)) (-1617 (($ (-831 |#1|) |#2|) 38)) (-4145 (($ $) 40)) (-2339 (((-2 (|:| |k| (-831 |#1|)) (|:| |c| |#2|)) $) 12)) (-3440 (((-831 |#1|) $) NIL)) (-2580 (((-831 |#1|) $) 41)) (-2423 (($ (-1 |#2| |#2|) $) NIL)) (-1526 (($ $ $) 69) (($ $ (-831 |#1|)) 58) (($ $ |#1|) 62)) (-2002 (((-2 (|:| |k| (-831 |#1|)) (|:| |c| |#2|)) $) NIL)) (-1697 (((-831 |#1|) $) 35)) (-1708 ((|#2| $) 37)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2786 (((-783) $) 43)) (-2913 (((-112) $) 47)) (-2666 ((|#2| $) NIL)) (-4114 (((-876) $) NIL) (($ (-831 |#1|)) 30) (($ |#1|) 31) (($ |#2|) NIL) (($ (-576)) NIL)) (-1923 (((-656 |#2|) $) NIL)) (-1341 ((|#2| $ (-831 |#1|)) NIL)) (-2862 ((|#2| $ $) 76) ((|#2| $ (-831 |#1|)) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 13 T CONST)) (-4322 (($) 19 T CONST)) (-3921 (((-656 (-2 (|:| |k| (-831 |#1|)) (|:| |c| |#2|))) $) NIL)) (-3939 (((-112) $ $) 44)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) 28)) (** (($ $ (-783)) NIL) (($ $ (-940)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ |#2| $) 27) (($ $ |#2|) 68) (($ |#2| (-831 |#1|)) NIL) (($ |#1| $) 33) (($ $ $) NIL)))
+(((-1303 |#1| |#2|) (-13 (-393 |#2| (-831 |#1|)) (-1309 |#1| |#2|)) (-862) (-1070)) (T -1303))
+NIL
+(-13 (-393 |#2| (-831 |#1|)) (-1309 |#1| |#2|))
+((-2608 ((|#3| |#3| (-783)) 28)) (-2154 ((|#3| |#3| (-783)) 34)) (-4282 ((|#3| |#3| |#3| (-783)) 35)))
+(((-1304 |#1| |#2| |#3|) (-10 -7 (-15 -2154 (|#3| |#3| (-783))) (-15 -2608 (|#3| |#3| (-783))) (-15 -4282 (|#3| |#3| |#3| (-783)))) (-13 (-1070) (-729 (-419 (-576)))) (-862) (-1309 |#2| |#1|)) (T -1304))
+((-4282 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-783)) (-4 *4 (-13 (-1070) (-729 (-419 (-576))))) (-4 *5 (-862)) (-5 *1 (-1304 *4 *5 *2)) (-4 *2 (-1309 *5 *4)))) (-2608 (*1 *2 *2 *3) (-12 (-5 *3 (-783)) (-4 *4 (-13 (-1070) (-729 (-419 (-576))))) (-4 *5 (-862)) (-5 *1 (-1304 *4 *5 *2)) (-4 *2 (-1309 *5 *4)))) (-2154 (*1 *2 *2 *3) (-12 (-5 *3 (-783)) (-4 *4 (-13 (-1070) (-729 (-419 (-576))))) (-4 *5 (-862)) (-5 *1 (-1304 *4 *5 *2)) (-4 *2 (-1309 *5 *4)))))
+(-10 -7 (-15 -2154 (|#3| |#3| (-783))) (-15 -2608 (|#3| |#3| (-783))) (-15 -4282 (|#3| |#3| |#3| (-783))))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-1419 (((-656 |#1|) $) 47)) (-2583 (((-3 $ "failed") $ $) 20)) (-2490 (($ $ $) 50 (|has| |#2| (-174))) (($ $ (-783)) 49 (|has| |#2| (-174)))) (-3853 (($) 18 T CONST)) (-2713 (($ $ |#1|) 61) (($ $ (-831 |#1|)) 60) (($ $ $) 59)) (-2981 (((-3 (-831 |#1|) "failed") $) 71)) (-2318 (((-831 |#1|) $) 72)) (-2413 (((-3 $ "failed") $) 37)) (-3573 (((-112) $) 52)) (-3731 (($ $) 51)) (-3315 (((-112) $) 35)) (-3649 (((-112) $) 57)) (-1617 (($ (-831 |#1|) |#2|) 58)) (-4145 (($ $) 56)) (-2339 (((-2 (|:| |k| (-831 |#1|)) (|:| |c| |#2|)) $) 67)) (-3440 (((-831 |#1|) $) 68)) (-2423 (($ (-1 |#2| |#2|) $) 48)) (-1526 (($ $ |#1|) 64) (($ $ (-831 |#1|)) 63) (($ $ $) 62)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-2913 (((-112) $) 54)) (-2666 ((|#2| $) 53)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#2|) 75) (($ (-831 |#1|)) 70) (($ |#1|) 55)) (-2862 ((|#2| $ (-831 |#1|)) 66) ((|#2| $ $) 65)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ |#2| $) 74) (($ $ |#2|) 73) (($ |#1| $) 69)))
+(((-1305 |#1| |#2|) (-141) (-862) (-1070)) (T -1305))
+((* (*1 *1 *1 *2) (-12 (-4 *1 (-1305 *3 *2)) (-4 *3 (-862)) (-4 *2 (-1070)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070)))) (-3440 (*1 *2 *1) (-12 (-4 *1 (-1305 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070)) (-5 *2 (-831 *3)))) (-2339 (*1 *2 *1) (-12 (-4 *1 (-1305 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070)) (-5 *2 (-2 (|:| |k| (-831 *3)) (|:| |c| *4))))) (-2862 (*1 *2 *1 *3) (-12 (-5 *3 (-831 *4)) (-4 *1 (-1305 *4 *2)) (-4 *4 (-862)) (-4 *2 (-1070)))) (-2862 (*1 *2 *1 *1) (-12 (-4 *1 (-1305 *3 *2)) (-4 *3 (-862)) (-4 *2 (-1070)))) (-1526 (*1 *1 *1 *2) (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070)))) (-1526 (*1 *1 *1 *2) (-12 (-5 *2 (-831 *3)) (-4 *1 (-1305 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070)))) (-1526 (*1 *1 *1 *1) (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070)))) (-2713 (*1 *1 *1 *2) (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070)))) (-2713 (*1 *1 *1 *2) (-12 (-5 *2 (-831 *3)) (-4 *1 (-1305 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070)))) (-2713 (*1 *1 *1 *1) (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070)))) (-1617 (*1 *1 *2 *3) (-12 (-5 *2 (-831 *4)) (-4 *4 (-862)) (-4 *1 (-1305 *4 *3)) (-4 *3 (-1070)))) (-3649 (*1 *2 *1) (-12 (-4 *1 (-1305 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070)) (-5 *2 (-112)))) (-4145 (*1 *1 *1) (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070)))) (-4114 (*1 *1 *2) (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070)))) (-2913 (*1 *2 *1) (-12 (-4 *1 (-1305 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070)) (-5 *2 (-112)))) (-2666 (*1 *2 *1) (-12 (-4 *1 (-1305 *3 *2)) (-4 *3 (-862)) (-4 *2 (-1070)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1305 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070)) (-5 *2 (-112)))) (-3731 (*1 *1 *1) (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070)))) (-2490 (*1 *1 *1 *1) (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070)) (-4 *3 (-174)))) (-2490 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1305 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070)) (-4 *4 (-174)))) (-2423 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1305 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070)))) (-1419 (*1 *2 *1) (-12 (-4 *1 (-1305 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070)) (-5 *2 (-656 *3)))))
+(-13 (-1070) (-1302 |t#2|) (-1059 (-831 |t#1|)) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#2|)) (-15 -3440 ((-831 |t#1|) $)) (-15 -2339 ((-2 (|:| |k| (-831 |t#1|)) (|:| |c| |t#2|)) $)) (-15 -2862 (|t#2| $ (-831 |t#1|))) (-15 -2862 (|t#2| $ $)) (-15 -1526 ($ $ |t#1|)) (-15 -1526 ($ $ (-831 |t#1|))) (-15 -1526 ($ $ $)) (-15 -2713 ($ $ |t#1|)) (-15 -2713 ($ $ (-831 |t#1|))) (-15 -2713 ($ $ $)) (-15 -1617 ($ (-831 |t#1|) |t#2|)) (-15 -3649 ((-112) $)) (-15 -4145 ($ $)) (-15 -4114 ($ |t#1|)) (-15 -2913 ((-112) $)) (-15 -2666 (|t#2| $)) (-15 -3573 ((-112) $)) (-15 -3731 ($ $)) (IF (|has| |t#2| (-174)) (PROGN (-15 -2490 ($ $ $)) (-15 -2490 ($ $ (-783)))) |%noBranch|) (-15 -2423 ($ (-1 |t#2| |t#2|) $)) (-15 -1419 ((-656 |t#1|) $)) (IF (|has| |t#2| (-6 -4457)) (-6 -4457) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-174)) ((-102) . T) ((-111 |#2| |#2|) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 #0=(-831 |#1|)) . T) ((-628 |#2|) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#2|) . T) ((-658 $) . T) ((-660 |#2|) . T) ((-660 $) . T) ((-652 |#2|) |has| |#2| (-174)) ((-729 |#2|) |has| |#2| (-174)) ((-738) . T) ((-1059 #0#) . T) ((-1072 |#2|) . T) ((-1077 |#2|) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T) ((-1302 |#2|) . T))
+((-1802 (((-112) $) 15)) (-1649 (((-112) $) 14)) (-3032 (($ $) 19) (($ $ (-783)) 21)))
+(((-1306 |#1| |#2|) (-10 -8 (-15 -3032 (|#1| |#1| (-783))) (-15 -3032 (|#1| |#1|)) (-15 -1802 ((-112) |#1|)) (-15 -1649 ((-112) |#1|))) (-1307 |#2|) (-374)) (T -1306))
+NIL
+(-10 -8 (-15 -3032 (|#1| |#1| (-783))) (-15 -3032 (|#1| |#1|)) (-15 -1802 ((-112) |#1|)) (-15 -1649 ((-112) |#1|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-3161 (((-2 (|:| -4352 $) (|:| -4451 $) (|:| |associate| $)) $) 47)) (-2116 (($ $) 46)) (-2898 (((-112) $) 44)) (-1802 (((-112) $) 104)) (-3454 (((-783)) 100)) (-2583 (((-3 $ "failed") $ $) 20)) (-4068 (($ $) 81)) (-2068 (((-430 $) $) 80)) (-4064 (((-112) $ $) 65)) (-3853 (($) 18 T CONST)) (-2981 (((-3 |#1| "failed") $) 111)) (-2318 ((|#1| $) 112)) (-1892 (($ $ $) 61)) (-2413 (((-3 $ "failed") $) 37)) (-1905 (($ $ $) 62)) (-3175 (((-2 (|:| -2862 (-656 $)) (|:| -2549 $)) (-656 $)) 57)) (-2566 (($ $ (-783)) 97 (-3795 (|has| |#1| (-146)) (|has| |#1| (-379)))) (($ $) 96 (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3742 (((-112) $) 79)) (-1760 (((-845 (-940)) $) 94 (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-3315 (((-112) $) 35)) (-4418 (((-3 (-656 $) "failed") (-656 $) $) 58)) (-3078 (($ $ $) 52) (($ (-656 $)) 51)) (-4185 (((-1179) $) 10)) (-1668 (($ $) 78)) (-1472 (((-112) $) 103)) (-3117 (((-1141) $) 11)) (-2374 (((-1193 $) (-1193 $) (-1193 $)) 50)) (-3115 (($ $ $) 54) (($ (-656 $)) 53)) (-1452 (((-430 $) $) 82)) (-3963 (((-845 (-940))) 101)) (-2884 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2549 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-1943 (((-3 $ "failed") $ $) 48)) (-3216 (((-3 (-656 $) "failed") (-656 $) $) 56)) (-3199 (((-783) $) 64)) (-3018 (((-2 (|:| -4079 $) (|:| -1380 $)) $ $) 63)) (-3923 (((-3 (-783) "failed") $ $) 95 (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2435 (((-135)) 109)) (-2786 (((-845 (-940)) $) 102)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ $) 49) (($ (-419 (-576))) 74) (($ |#1|) 110)) (-3346 (((-3 $ "failed") $) 93 (-3795 (|has| |#1| (-146)) (|has| |#1| (-379))))) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4095 (((-112) $ $) 45)) (-1649 (((-112) $) 105)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3032 (($ $) 99 (|has| |#1| (-379))) (($ $ (-783)) 98 (|has| |#1| (-379)))) (-3939 (((-112) $ $) 7)) (-4047 (($ $ $) 73) (($ $ |#1|) 108)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36) (($ $ (-576)) 77)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ $ (-419 (-576))) 76) (($ (-419 (-576)) $) 75) (($ $ |#1|) 107) (($ |#1| $) 106)))
+(((-1307 |#1|) (-141) (-374)) (T -1307))
+((-1649 (*1 *2 *1) (-12 (-4 *1 (-1307 *3)) (-4 *3 (-374)) (-5 *2 (-112)))) (-1802 (*1 *2 *1) (-12 (-4 *1 (-1307 *3)) (-4 *3 (-374)) (-5 *2 (-112)))) (-1472 (*1 *2 *1) (-12 (-4 *1 (-1307 *3)) (-4 *3 (-374)) (-5 *2 (-112)))) (-2786 (*1 *2 *1) (-12 (-4 *1 (-1307 *3)) (-4 *3 (-374)) (-5 *2 (-845 (-940))))) (-3963 (*1 *2) (-12 (-4 *1 (-1307 *3)) (-4 *3 (-374)) (-5 *2 (-845 (-940))))) (-3454 (*1 *2) (-12 (-4 *1 (-1307 *3)) (-4 *3 (-374)) (-5 *2 (-783)))) (-3032 (*1 *1 *1) (-12 (-4 *1 (-1307 *2)) (-4 *2 (-374)) (-4 *2 (-379)))) (-3032 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1307 *3)) (-4 *3 (-374)) (-4 *3 (-379)))))
+(-13 (-374) (-1059 |t#1|) (-1295 |t#1|) (-10 -8 (IF (|has| |t#1| (-148)) (-6 (-148)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-414)) |%noBranch|) (-15 -1649 ((-112) $)) (-15 -1802 ((-112) $)) (-15 -1472 ((-112) $)) (-15 -2786 ((-845 (-940)) $)) (-15 -3963 ((-845 (-940)))) (-15 -3454 ((-783))) (IF (|has| |t#1| (-379)) (PROGN (-6 (-414)) (-15 -3032 ($ $)) (-15 -3032 ($ $ (-783)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-419 (-576))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-132) . T) ((-146) -3795 (|has| |#1| (-379)) (|has| |#1| (-146))) ((-148) |has| |#1| (-148)) ((-628 #0#) . T) ((-628 (-576)) . T) ((-628 |#1|) . T) ((-628 $) . T) ((-625 (-876)) . T) ((-174) . T) ((-248) . T) ((-300) . T) ((-317) . T) ((-374) . T) ((-414) -3795 (|has| |#1| (-379)) (|has| |#1| (-146))) ((-464) . T) ((-568) . T) ((-658 #0#) . T) ((-658 (-576)) . T) ((-658 |#1|) . T) ((-658 $) . T) ((-660 #0#) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-652 #0#) . T) ((-652 |#1|) . T) ((-652 $) . T) ((-729 #0#) . T) ((-729 |#1|) . T) ((-729 $) . T) ((-738) . T) ((-939) . T) ((-1059 |#1|) . T) ((-1072 #0#) . T) ((-1072 |#1|) . T) ((-1072 $) . T) ((-1077 #0#) . T) ((-1077 |#1|) . T) ((-1077 $) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T) ((-1242) . T) ((-1295 |#1|) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1419 (((-656 |#1|) $) 98)) (-4423 (($ $ (-783)) 102)) (-2583 (((-3 $ "failed") $ $) NIL)) (-2490 (($ $ $) NIL (|has| |#2| (-174))) (($ $ (-783)) NIL (|has| |#2| (-174)))) (-3853 (($) NIL T CONST)) (-2713 (($ $ |#1|) NIL) (($ $ (-831 |#1|)) NIL) (($ $ $) NIL)) (-2981 (((-3 (-831 |#1|) "failed") $) NIL) (((-3 (-908 |#1|) "failed") $) NIL)) (-2318 (((-831 |#1|) $) NIL) (((-908 |#1|) $) NIL)) (-3310 (($ $) 101)) (-2413 (((-3 $ "failed") $) NIL)) (-3573 (((-112) $) 90)) (-3731 (($ $) 93)) (-3376 (($ $ $ (-783)) 103)) (-3315 (((-112) $) NIL)) (-2509 (((-783) $) NIL)) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) NIL)) (-1617 (($ (-831 |#1|) |#2|) NIL) (($ (-908 |#1|) |#2|) 29)) (-4145 (($ $) 119)) (-2339 (((-2 (|:| |k| (-831 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3440 (((-831 |#1|) $) NIL)) (-2580 (((-831 |#1|) $) NIL)) (-2423 (($ (-1 |#2| |#2|) $) NIL)) (-1526 (($ $ |#1|) NIL) (($ $ (-831 |#1|)) NIL) (($ $ $) NIL)) (-2608 (($ $ (-783)) 112 (|has| |#2| (-729 (-419 (-576)))))) (-2002 (((-2 (|:| |k| (-908 |#1|)) (|:| |c| |#2|)) $) NIL)) (-1697 (((-908 |#1|) $) 83)) (-1708 ((|#2| $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2154 (($ $ (-783)) 109 (|has| |#2| (-729 (-419 (-576)))))) (-2786 (((-783) $) 99)) (-2913 (((-112) $) 84)) (-2666 ((|#2| $) 88)) (-4114 (((-876) $) 69) (($ (-576)) NIL) (($ |#2|) 60) (($ (-831 |#1|)) NIL) (($ |#1|) 71) (($ (-908 |#1|)) NIL) (($ (-676 |#1| |#2|)) 48) (((-1303 |#1| |#2|) $) 76) (((-1312 |#1| |#2|) $) 81)) (-1923 (((-656 |#2|) $) NIL)) (-1341 ((|#2| $ (-908 |#1|)) NIL)) (-2862 ((|#2| $ (-831 |#1|)) NIL) ((|#2| $ $) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 21 T CONST)) (-4322 (($) 28 T CONST)) (-3921 (((-656 (-2 (|:| |k| (-908 |#1|)) (|:| |c| |#2|))) $) NIL)) (-3330 (((-3 (-676 |#1| |#2|) "failed") $) 118)) (-3939 (((-112) $ $) 77)) (-4037 (($ $) 111) (($ $ $) 110)) (-4027 (($ $ $) 20)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 49) (($ |#2| $) 19) (($ $ |#2|) NIL) (($ |#1| $) NIL) (($ |#2| (-908 |#1|)) NIL)))
+(((-1308 |#1| |#2|) (-13 (-1309 |#1| |#2|) (-393 |#2| (-908 |#1|)) (-10 -8 (-15 -4114 ($ (-676 |#1| |#2|))) (-15 -4114 ((-1303 |#1| |#2|) $)) (-15 -4114 ((-1312 |#1| |#2|) $)) (-15 -3330 ((-3 (-676 |#1| |#2|) "failed") $)) (-15 -3376 ($ $ $ (-783))) (IF (|has| |#2| (-729 (-419 (-576)))) (PROGN (-15 -2154 ($ $ (-783))) (-15 -2608 ($ $ (-783)))) |%noBranch|))) (-862) (-174)) (T -1308))
+((-4114 (*1 *1 *2) (-12 (-5 *2 (-676 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)) (-5 *1 (-1308 *3 *4)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-1303 *3 *4)) (-5 *1 (-1308 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-1312 *3 *4)) (-5 *1 (-1308 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)))) (-3330 (*1 *2 *1) (|partial| -12 (-5 *2 (-676 *3 *4)) (-5 *1 (-1308 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)))) (-3376 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1308 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174)))) (-2154 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1308 *3 *4)) (-4 *4 (-729 (-419 (-576)))) (-4 *3 (-862)) (-4 *4 (-174)))) (-2608 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1308 *3 *4)) (-4 *4 (-729 (-419 (-576)))) (-4 *3 (-862)) (-4 *4 (-174)))))
+(-13 (-1309 |#1| |#2|) (-393 |#2| (-908 |#1|)) (-10 -8 (-15 -4114 ($ (-676 |#1| |#2|))) (-15 -4114 ((-1303 |#1| |#2|) $)) (-15 -4114 ((-1312 |#1| |#2|) $)) (-15 -3330 ((-3 (-676 |#1| |#2|) "failed") $)) (-15 -3376 ($ $ $ (-783))) (IF (|has| |#2| (-729 (-419 (-576)))) (PROGN (-15 -2154 ($ $ (-783))) (-15 -2608 ($ $ (-783)))) |%noBranch|)))
+((-1955 (((-112) $ $) 6)) (-2604 (((-112) $) 17)) (-1419 (((-656 |#1|) $) 47)) (-4423 (($ $ (-783)) 80)) (-2583 (((-3 $ "failed") $ $) 20)) (-2490 (($ $ $) 50 (|has| |#2| (-174))) (($ $ (-783)) 49 (|has| |#2| (-174)))) (-3853 (($) 18 T CONST)) (-2713 (($ $ |#1|) 61) (($ $ (-831 |#1|)) 60) (($ $ $) 59)) (-2981 (((-3 (-831 |#1|) "failed") $) 71)) (-2318 (((-831 |#1|) $) 72)) (-2413 (((-3 $ "failed") $) 37)) (-3573 (((-112) $) 52)) (-3731 (($ $) 51)) (-3315 (((-112) $) 35)) (-3649 (((-112) $) 57)) (-1617 (($ (-831 |#1|) |#2|) 58)) (-4145 (($ $) 56)) (-2339 (((-2 (|:| |k| (-831 |#1|)) (|:| |c| |#2|)) $) 67)) (-3440 (((-831 |#1|) $) 68)) (-2580 (((-831 |#1|) $) 82)) (-2423 (($ (-1 |#2| |#2|) $) 48)) (-1526 (($ $ |#1|) 64) (($ $ (-831 |#1|)) 63) (($ $ $) 62)) (-4185 (((-1179) $) 10)) (-3117 (((-1141) $) 11)) (-2786 (((-783) $) 81)) (-2913 (((-112) $) 54)) (-2666 ((|#2| $) 53)) (-4114 (((-876) $) 12) (($ (-576)) 33) (($ |#2|) 75) (($ (-831 |#1|)) 70) (($ |#1|) 55)) (-2862 ((|#2| $ (-831 |#1|)) 66) ((|#2| $ $) 65)) (-2864 (((-783)) 32 T CONST)) (-3000 (((-112) $ $) 9)) (-4312 (($) 19 T CONST)) (-4322 (($) 34 T CONST)) (-3939 (((-112) $ $) 7)) (-4037 (($ $) 23) (($ $ $) 22)) (-4027 (($ $ $) 15)) (** (($ $ (-940)) 28) (($ $ (-783)) 36)) (* (($ (-940) $) 14) (($ (-783) $) 16) (($ (-576) $) 24) (($ $ $) 27) (($ |#2| $) 74) (($ $ |#2|) 73) (($ |#1| $) 69)))
+(((-1309 |#1| |#2|) (-141) (-862) (-1070)) (T -1309))
+((-2580 (*1 *2 *1) (-12 (-4 *1 (-1309 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070)) (-5 *2 (-831 *3)))) (-2786 (*1 *2 *1) (-12 (-4 *1 (-1309 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070)) (-5 *2 (-783)))) (-4423 (*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-4 *1 (-1309 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070)))))
+(-13 (-1305 |t#1| |t#2|) (-10 -8 (-15 -2580 ((-831 |t#1|) $)) (-15 -2786 ((-783) $)) (-15 -4423 ($ $ (-783)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-174)) ((-102) . T) ((-111 |#2| |#2|) . T) ((-132) . T) ((-628 (-576)) . T) ((-628 #0=(-831 |#1|)) . T) ((-628 |#2|) . T) ((-625 (-876)) . T) ((-658 (-576)) . T) ((-658 |#2|) . T) ((-658 $) . T) ((-660 |#2|) . T) ((-660 $) . T) ((-652 |#2|) |has| |#2| (-174)) ((-729 |#2|) |has| |#2| (-174)) ((-738) . T) ((-1059 #0#) . T) ((-1072 |#2|) . T) ((-1077 |#2|) . T) ((-1070) . T) ((-1079) . T) ((-1133) . T) ((-1121) . T) ((-1238) . T) ((-1302 |#2|) . T) ((-1305 |#1| |#2|) . T))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-1419 (((-656 (-1197)) $) NIL)) (-3058 (($ (-1303 (-1197) |#1|)) NIL)) (-4423 (($ $ (-783)) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-2490 (($ $ $) NIL (|has| |#1| (-174))) (($ $ (-783)) NIL (|has| |#1| (-174)))) (-3853 (($) NIL T CONST)) (-2713 (($ $ (-1197)) NIL) (($ $ (-831 (-1197))) NIL) (($ $ $) NIL)) (-2981 (((-3 (-831 (-1197)) "failed") $) NIL)) (-2318 (((-831 (-1197)) $) NIL)) (-2413 (((-3 $ "failed") $) NIL)) (-3573 (((-112) $) NIL)) (-3731 (($ $) NIL)) (-3315 (((-112) $) NIL)) (-3649 (((-112) $) NIL)) (-1617 (($ (-831 (-1197)) |#1|) NIL)) (-4145 (($ $) NIL)) (-2339 (((-2 (|:| |k| (-831 (-1197))) (|:| |c| |#1|)) $) NIL)) (-3440 (((-831 (-1197)) $) NIL)) (-2580 (((-831 (-1197)) $) NIL)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-1526 (($ $ (-1197)) NIL) (($ $ (-831 (-1197))) NIL) (($ $ $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-3567 (((-1303 (-1197) |#1|) $) NIL)) (-2786 (((-783) $) NIL)) (-2913 (((-112) $) NIL)) (-2666 ((|#1| $) NIL)) (-4114 (((-876) $) NIL) (($ (-576)) NIL) (($ |#1|) NIL) (($ (-831 (-1197))) NIL) (($ (-1197)) NIL)) (-2862 ((|#1| $ (-831 (-1197))) NIL) ((|#1| $ $) NIL)) (-2864 (((-783)) NIL T CONST)) (-3000 (((-112) $ $) NIL)) (-4312 (($) NIL T CONST)) (-3266 (((-656 (-2 (|:| |k| (-1197)) (|:| |c| $))) $) NIL)) (-4322 (($) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) NIL)) (** (($ $ (-940)) NIL) (($ $ (-783)) NIL)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-1197) $) NIL)))
+(((-1310 |#1|) (-13 (-1309 (-1197) |#1|) (-10 -8 (-15 -3567 ((-1303 (-1197) |#1|) $)) (-15 -3058 ($ (-1303 (-1197) |#1|))) (-15 -3266 ((-656 (-2 (|:| |k| (-1197)) (|:| |c| $))) $)))) (-1070)) (T -1310))
+((-3567 (*1 *2 *1) (-12 (-5 *2 (-1303 (-1197) *3)) (-5 *1 (-1310 *3)) (-4 *3 (-1070)))) (-3058 (*1 *1 *2) (-12 (-5 *2 (-1303 (-1197) *3)) (-4 *3 (-1070)) (-5 *1 (-1310 *3)))) (-3266 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |k| (-1197)) (|:| |c| (-1310 *3))))) (-5 *1 (-1310 *3)) (-4 *3 (-1070)))))
+(-13 (-1309 (-1197) |#1|) (-10 -8 (-15 -3567 ((-1303 (-1197) |#1|) $)) (-15 -3058 ($ (-1303 (-1197) |#1|))) (-15 -3266 ((-656 (-2 (|:| |k| (-1197)) (|:| |c| $))) $))))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) NIL)) (-2583 (((-3 $ "failed") $ $) NIL)) (-3853 (($) NIL T CONST)) (-2981 (((-3 |#2| "failed") $) NIL)) (-2318 ((|#2| $) NIL)) (-3310 (($ $) NIL)) (-2413 (((-3 $ "failed") $) 42)) (-3573 (((-112) $) 35)) (-3731 (($ $) 37)) (-3315 (((-112) $) NIL)) (-2509 (((-783) $) NIL)) (-2974 (((-656 $) $) NIL)) (-3649 (((-112) $) NIL)) (-1617 (($ |#2| |#1|) NIL)) (-3440 ((|#2| $) 24)) (-2580 ((|#2| $) 22)) (-2423 (($ (-1 |#1| |#1|) $) NIL)) (-2002 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) NIL)) (-1697 ((|#2| $) NIL)) (-1708 ((|#1| $) NIL)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-2913 (((-112) $) 32)) (-2666 ((|#1| $) 33)) (-4114 (((-876) $) 65) (($ (-576)) 46) (($ |#1|) 41) (($ |#2|) NIL)) (-1923 (((-656 |#1|) $) NIL)) (-1341 ((|#1| $ |#2|) NIL)) (-2862 ((|#1| $ |#2|) 28)) (-2864 (((-783)) 14 T CONST)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 29 T CONST)) (-4322 (($) 11 T CONST)) (-3921 (((-656 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) NIL)) (-3939 (((-112) $ $) 30)) (-4047 (($ $ |#1|) 67 (|has| |#1| (-374)))) (-4037 (($ $) NIL) (($ $ $) NIL)) (-4027 (($ $ $) 50)) (** (($ $ (-940)) NIL) (($ $ (-783)) 52)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) NIL) (($ $ $) 51) (($ |#1| $) 47) (($ $ |#1|) NIL) (($ |#1| |#2|) NIL)) (-1968 (((-783) $) 16)))
+(((-1311 |#1| |#2|) (-13 (-1070) (-1302 |#1|) (-393 |#1| |#2|) (-628 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -1968 ((-783) $)) (-15 -2580 (|#2| $)) (-15 -3440 (|#2| $)) (-15 -3310 ($ $)) (-15 -2862 (|#1| $ |#2|)) (-15 -2913 ((-112) $)) (-15 -2666 (|#1| $)) (-15 -3573 ((-112) $)) (-15 -3731 ($ $)) (-15 -2423 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-374)) (-15 -4047 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4457)) (-6 -4457) |%noBranch|) (IF (|has| |#1| (-6 -4461)) (-6 -4461) |%noBranch|) (IF (|has| |#1| (-6 -4462)) (-6 -4462) |%noBranch|))) (-1070) (-858)) (T -1311))
+((* (*1 *1 *1 *2) (-12 (-5 *1 (-1311 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-858)))) (-3310 (*1 *1 *1) (-12 (-5 *1 (-1311 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-858)))) (-2423 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1070)) (-5 *1 (-1311 *3 *4)) (-4 *4 (-858)))) (-1968 (*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-1311 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-858)))) (-2580 (*1 *2 *1) (-12 (-4 *2 (-858)) (-5 *1 (-1311 *3 *2)) (-4 *3 (-1070)))) (-3440 (*1 *2 *1) (-12 (-4 *2 (-858)) (-5 *1 (-1311 *3 *2)) (-4 *3 (-1070)))) (-2862 (*1 *2 *1 *3) (-12 (-4 *2 (-1070)) (-5 *1 (-1311 *2 *3)) (-4 *3 (-858)))) (-2913 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1311 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-858)))) (-2666 (*1 *2 *1) (-12 (-4 *2 (-1070)) (-5 *1 (-1311 *2 *3)) (-4 *3 (-858)))) (-3573 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1311 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-858)))) (-3731 (*1 *1 *1) (-12 (-5 *1 (-1311 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-858)))) (-4047 (*1 *1 *1 *2) (-12 (-5 *1 (-1311 *2 *3)) (-4 *2 (-374)) (-4 *2 (-1070)) (-4 *3 (-858)))))
+(-13 (-1070) (-1302 |#1|) (-393 |#1| |#2|) (-628 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -1968 ((-783) $)) (-15 -2580 (|#2| $)) (-15 -3440 (|#2| $)) (-15 -3310 ($ $)) (-15 -2862 (|#1| $ |#2|)) (-15 -2913 ((-112) $)) (-15 -2666 (|#1| $)) (-15 -3573 ((-112) $)) (-15 -3731 ($ $)) (-15 -2423 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-374)) (-15 -4047 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4457)) (-6 -4457) |%noBranch|) (IF (|has| |#1| (-6 -4461)) (-6 -4461) |%noBranch|) (IF (|has| |#1| (-6 -4462)) (-6 -4462) |%noBranch|)))
+((-1955 (((-112) $ $) 27)) (-2604 (((-112) $) NIL)) (-1419 (((-656 |#1|) $) 132)) (-3058 (($ (-1303 |#1| |#2|)) 50)) (-4423 (($ $ (-783)) 38)) (-2583 (((-3 $ "failed") $ $) NIL)) (-2490 (($ $ $) 54 (|has| |#2| (-174))) (($ $ (-783)) 52 (|has| |#2| (-174)))) (-3853 (($) NIL T CONST)) (-2713 (($ $ |#1|) 114) (($ $ (-831 |#1|)) 115) (($ $ $) 26)) (-2981 (((-3 (-831 |#1|) "failed") $) NIL)) (-2318 (((-831 |#1|) $) NIL)) (-2413 (((-3 $ "failed") $) 122)) (-3573 (((-112) $) 117)) (-3731 (($ $) 118)) (-3315 (((-112) $) NIL)) (-3649 (((-112) $) NIL)) (-1617 (($ (-831 |#1|) |#2|) 20)) (-4145 (($ $) NIL)) (-2339 (((-2 (|:| |k| (-831 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3440 (((-831 |#1|) $) 123)) (-2580 (((-831 |#1|) $) 126)) (-2423 (($ (-1 |#2| |#2|) $) 131)) (-1526 (($ $ |#1|) 112) (($ $ (-831 |#1|)) 113) (($ $ $) 62)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-3567 (((-1303 |#1| |#2|) $) 94)) (-2786 (((-783) $) 129)) (-2913 (((-112) $) 81)) (-2666 ((|#2| $) 32)) (-4114 (((-876) $) 73) (($ (-576)) 87) (($ |#2|) 85) (($ (-831 |#1|)) 18) (($ |#1|) 84)) (-2862 ((|#2| $ (-831 |#1|)) 116) ((|#2| $ $) 28)) (-2864 (((-783)) 120 T CONST)) (-3000 (((-112) $ $) NIL)) (-4312 (($) 15 T CONST)) (-3266 (((-656 (-2 (|:| |k| |#1|) (|:| |c| $))) $) 59)) (-4322 (($) 33 T CONST)) (-3939 (((-112) $ $) 14)) (-4037 (($ $) 98) (($ $ $) 101)) (-4027 (($ $ $) 61)) (** (($ $ (-940)) NIL) (($ $ (-783)) 55)) (* (($ (-940) $) NIL) (($ (-783) $) 53) (($ (-576) $) 106) (($ $ $) 22) (($ |#2| $) 19) (($ $ |#2|) 21) (($ |#1| $) 92)))
+(((-1312 |#1| |#2|) (-13 (-1309 |#1| |#2|) (-10 -8 (-15 -3567 ((-1303 |#1| |#2|) $)) (-15 -3058 ($ (-1303 |#1| |#2|))) (-15 -3266 ((-656 (-2 (|:| |k| |#1|) (|:| |c| $))) $)))) (-862) (-1070)) (T -1312))
+((-3567 (*1 *2 *1) (-12 (-5 *2 (-1303 *3 *4)) (-5 *1 (-1312 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070)))) (-3058 (*1 *1 *2) (-12 (-5 *2 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070)) (-5 *1 (-1312 *3 *4)))) (-3266 (*1 *2 *1) (-12 (-5 *2 (-656 (-2 (|:| |k| *3) (|:| |c| (-1312 *3 *4))))) (-5 *1 (-1312 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070)))))
+(-13 (-1309 |#1| |#2|) (-10 -8 (-15 -3567 ((-1303 |#1| |#2|) $)) (-15 -3058 ($ (-1303 |#1| |#2|))) (-15 -3266 ((-656 (-2 (|:| |k| |#1|) (|:| |c| $))) $))))
+((-1955 (((-112) $ $) NIL)) (-1520 (($ (-656 (-940))) 10)) (-2896 (((-992) $) 12)) (-4185 (((-1179) $) NIL)) (-3117 (((-1141) $) NIL)) (-4114 (((-876) $) 25) (($ (-992)) 14) (((-992) $) 13)) (-3000 (((-112) $ $) NIL)) (-3939 (((-112) $ $) 17)))
+(((-1313) (-13 (-1121) (-502 (-992)) (-10 -8 (-15 -1520 ($ (-656 (-940)))) (-15 -2896 ((-992) $))))) (T -1313))
+((-1520 (*1 *1 *2) (-12 (-5 *2 (-656 (-940))) (-5 *1 (-1313)))) (-2896 (*1 *2 *1) (-12 (-5 *2 (-992)) (-5 *1 (-1313)))))
+(-13 (-1121) (-502 (-992)) (-10 -8 (-15 -1520 ($ (-656 (-940)))) (-15 -2896 ((-992) $))))
+((-1439 (((-656 (-1178 |#1|)) (-1 (-656 (-1178 |#1|)) (-656 (-1178 |#1|))) (-576)) 16) (((-1178 |#1|) (-1 (-1178 |#1|) (-1178 |#1|))) 13)))
+(((-1314 |#1|) (-10 -7 (-15 -1439 ((-1178 |#1|) (-1 (-1178 |#1|) (-1178 |#1|)))) (-15 -1439 ((-656 (-1178 |#1|)) (-1 (-656 (-1178 |#1|)) (-656 (-1178 |#1|))) (-576)))) (-1238)) (T -1314))
+((-1439 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-656 (-1178 *5)) (-656 (-1178 *5)))) (-5 *4 (-576)) (-5 *2 (-656 (-1178 *5))) (-5 *1 (-1314 *5)) (-4 *5 (-1238)))) (-1439 (*1 *2 *3) (-12 (-5 *3 (-1 (-1178 *4) (-1178 *4))) (-5 *2 (-1178 *4)) (-5 *1 (-1314 *4)) (-4 *4 (-1238)))))
+(-10 -7 (-15 -1439 ((-1178 |#1|) (-1 (-1178 |#1|) (-1178 |#1|)))) (-15 -1439 ((-656 (-1178 |#1|)) (-1 (-656 (-1178 |#1|)) (-656 (-1178 |#1|))) (-576))))
+((-3549 (((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|))) 174) (((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)) (-112)) 173) (((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)) (-112) (-112)) 172) (((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)) (-112) (-112) (-112)) 171) (((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-1067 |#1| |#2|)) 156)) (-1367 (((-656 (-1067 |#1| |#2|)) (-656 (-971 |#1|))) 85) (((-656 (-1067 |#1| |#2|)) (-656 (-971 |#1|)) (-112)) 84) (((-656 (-1067 |#1| |#2|)) (-656 (-971 |#1|)) (-112) (-112)) 83)) (-2068 (((-656 (-1167 |#1| (-543 (-878 |#3|)) (-878 |#3|) (-792 |#1| (-878 |#3|)))) (-1067 |#1| |#2|)) 73)) (-4192 (((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|))) 140) (((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)) (-112)) 139) (((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)) (-112) (-112)) 138) (((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)) (-112) (-112) (-112)) 137) (((-656 (-656 (-1045 (-419 |#1|)))) (-1067 |#1| |#2|)) 132)) (-3589 (((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|))) 145) (((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)) (-112)) 144) (((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)) (-112) (-112)) 143) (((-656 (-656 (-1045 (-419 |#1|)))) (-1067 |#1| |#2|)) 142)) (-1554 (((-656 (-792 |#1| (-878 |#3|))) (-1167 |#1| (-543 (-878 |#3|)) (-878 |#3|) (-792 |#1| (-878 |#3|)))) 111) (((-1193 (-1045 (-419 |#1|))) (-1193 |#1|)) 102) (((-971 (-1045 (-419 |#1|))) (-792 |#1| (-878 |#3|))) 109) (((-971 (-1045 (-419 |#1|))) (-971 |#1|)) 107) (((-792 |#1| (-878 |#3|)) (-792 |#1| (-878 |#2|))) 33)))
+(((-1315 |#1| |#2| |#3|) (-10 -7 (-15 -1367 ((-656 (-1067 |#1| |#2|)) (-656 (-971 |#1|)) (-112) (-112))) (-15 -1367 ((-656 (-1067 |#1| |#2|)) (-656 (-971 |#1|)) (-112))) (-15 -1367 ((-656 (-1067 |#1| |#2|)) (-656 (-971 |#1|)))) (-15 -3549 ((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-1067 |#1| |#2|))) (-15 -3549 ((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)) (-112) (-112) (-112))) (-15 -3549 ((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)) (-112) (-112))) (-15 -3549 ((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)) (-112))) (-15 -3549 ((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)))) (-15 -4192 ((-656 (-656 (-1045 (-419 |#1|)))) (-1067 |#1| |#2|))) (-15 -4192 ((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)) (-112) (-112) (-112))) (-15 -4192 ((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)) (-112) (-112))) (-15 -4192 ((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)) (-112))) (-15 -4192 ((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)))) (-15 -3589 ((-656 (-656 (-1045 (-419 |#1|)))) (-1067 |#1| |#2|))) (-15 -3589 ((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)) (-112) (-112))) (-15 -3589 ((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)) (-112))) (-15 -3589 ((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)))) (-15 -2068 ((-656 (-1167 |#1| (-543 (-878 |#3|)) (-878 |#3|) (-792 |#1| (-878 |#3|)))) (-1067 |#1| |#2|))) (-15 -1554 ((-792 |#1| (-878 |#3|)) (-792 |#1| (-878 |#2|)))) (-15 -1554 ((-971 (-1045 (-419 |#1|))) (-971 |#1|))) (-15 -1554 ((-971 (-1045 (-419 |#1|))) (-792 |#1| (-878 |#3|)))) (-15 -1554 ((-1193 (-1045 (-419 |#1|))) (-1193 |#1|))) (-15 -1554 ((-656 (-792 |#1| (-878 |#3|))) (-1167 |#1| (-543 (-878 |#3|)) (-878 |#3|) (-792 |#1| (-878 |#3|)))))) (-13 (-860) (-317) (-148) (-1043)) (-656 (-1197)) (-656 (-1197))) (T -1315))
+((-1554 (*1 *2 *3) (-12 (-5 *3 (-1167 *4 (-543 (-878 *6)) (-878 *6) (-792 *4 (-878 *6)))) (-4 *4 (-13 (-860) (-317) (-148) (-1043))) (-14 *6 (-656 (-1197))) (-5 *2 (-656 (-792 *4 (-878 *6)))) (-5 *1 (-1315 *4 *5 *6)) (-14 *5 (-656 (-1197))))) (-1554 (*1 *2 *3) (-12 (-5 *3 (-1193 *4)) (-4 *4 (-13 (-860) (-317) (-148) (-1043))) (-5 *2 (-1193 (-1045 (-419 *4)))) (-5 *1 (-1315 *4 *5 *6)) (-14 *5 (-656 (-1197))) (-14 *6 (-656 (-1197))))) (-1554 (*1 *2 *3) (-12 (-5 *3 (-792 *4 (-878 *6))) (-4 *4 (-13 (-860) (-317) (-148) (-1043))) (-14 *6 (-656 (-1197))) (-5 *2 (-971 (-1045 (-419 *4)))) (-5 *1 (-1315 *4 *5 *6)) (-14 *5 (-656 (-1197))))) (-1554 (*1 *2 *3) (-12 (-5 *3 (-971 *4)) (-4 *4 (-13 (-860) (-317) (-148) (-1043))) (-5 *2 (-971 (-1045 (-419 *4)))) (-5 *1 (-1315 *4 *5 *6)) (-14 *5 (-656 (-1197))) (-14 *6 (-656 (-1197))))) (-1554 (*1 *2 *3) (-12 (-5 *3 (-792 *4 (-878 *5))) (-4 *4 (-13 (-860) (-317) (-148) (-1043))) (-14 *5 (-656 (-1197))) (-5 *2 (-792 *4 (-878 *6))) (-5 *1 (-1315 *4 *5 *6)) (-14 *6 (-656 (-1197))))) (-2068 (*1 *2 *3) (-12 (-5 *3 (-1067 *4 *5)) (-4 *4 (-13 (-860) (-317) (-148) (-1043))) (-14 *5 (-656 (-1197))) (-5 *2 (-656 (-1167 *4 (-543 (-878 *6)) (-878 *6) (-792 *4 (-878 *6))))) (-5 *1 (-1315 *4 *5 *6)) (-14 *6 (-656 (-1197))))) (-3589 (*1 *2 *3) (-12 (-5 *3 (-656 (-971 *4))) (-4 *4 (-13 (-860) (-317) (-148) (-1043))) (-5 *2 (-656 (-656 (-1045 (-419 *4))))) (-5 *1 (-1315 *4 *5 *6)) (-14 *5 (-656 (-1197))) (-14 *6 (-656 (-1197))))) (-3589 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1043))) (-5 *2 (-656 (-656 (-1045 (-419 *5))))) (-5 *1 (-1315 *5 *6 *7)) (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197))))) (-3589 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1043))) (-5 *2 (-656 (-656 (-1045 (-419 *5))))) (-5 *1 (-1315 *5 *6 *7)) (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197))))) (-3589 (*1 *2 *3) (-12 (-5 *3 (-1067 *4 *5)) (-4 *4 (-13 (-860) (-317) (-148) (-1043))) (-14 *5 (-656 (-1197))) (-5 *2 (-656 (-656 (-1045 (-419 *4))))) (-5 *1 (-1315 *4 *5 *6)) (-14 *6 (-656 (-1197))))) (-4192 (*1 *2 *3) (-12 (-5 *3 (-656 (-971 *4))) (-4 *4 (-13 (-860) (-317) (-148) (-1043))) (-5 *2 (-656 (-656 (-1045 (-419 *4))))) (-5 *1 (-1315 *4 *5 *6)) (-14 *5 (-656 (-1197))) (-14 *6 (-656 (-1197))))) (-4192 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1043))) (-5 *2 (-656 (-656 (-1045 (-419 *5))))) (-5 *1 (-1315 *5 *6 *7)) (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197))))) (-4192 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1043))) (-5 *2 (-656 (-656 (-1045 (-419 *5))))) (-5 *1 (-1315 *5 *6 *7)) (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197))))) (-4192 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1043))) (-5 *2 (-656 (-656 (-1045 (-419 *5))))) (-5 *1 (-1315 *5 *6 *7)) (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197))))) (-4192 (*1 *2 *3) (-12 (-5 *3 (-1067 *4 *5)) (-4 *4 (-13 (-860) (-317) (-148) (-1043))) (-14 *5 (-656 (-1197))) (-5 *2 (-656 (-656 (-1045 (-419 *4))))) (-5 *1 (-1315 *4 *5 *6)) (-14 *6 (-656 (-1197))))) (-3549 (*1 *2 *3) (-12 (-4 *4 (-13 (-860) (-317) (-148) (-1043))) (-5 *2 (-656 (-2 (|:| -2669 (-1193 *4)) (|:| -3219 (-656 (-971 *4)))))) (-5 *1 (-1315 *4 *5 *6)) (-5 *3 (-656 (-971 *4))) (-14 *5 (-656 (-1197))) (-14 *6 (-656 (-1197))))) (-3549 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1043))) (-5 *2 (-656 (-2 (|:| -2669 (-1193 *5)) (|:| -3219 (-656 (-971 *5)))))) (-5 *1 (-1315 *5 *6 *7)) (-5 *3 (-656 (-971 *5))) (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197))))) (-3549 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1043))) (-5 *2 (-656 (-2 (|:| -2669 (-1193 *5)) (|:| -3219 (-656 (-971 *5)))))) (-5 *1 (-1315 *5 *6 *7)) (-5 *3 (-656 (-971 *5))) (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197))))) (-3549 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1043))) (-5 *2 (-656 (-2 (|:| -2669 (-1193 *5)) (|:| -3219 (-656 (-971 *5)))))) (-5 *1 (-1315 *5 *6 *7)) (-5 *3 (-656 (-971 *5))) (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197))))) (-3549 (*1 *2 *3) (-12 (-5 *3 (-1067 *4 *5)) (-4 *4 (-13 (-860) (-317) (-148) (-1043))) (-14 *5 (-656 (-1197))) (-5 *2 (-656 (-2 (|:| -2669 (-1193 *4)) (|:| -3219 (-656 (-971 *4)))))) (-5 *1 (-1315 *4 *5 *6)) (-14 *6 (-656 (-1197))))) (-1367 (*1 *2 *3) (-12 (-5 *3 (-656 (-971 *4))) (-4 *4 (-13 (-860) (-317) (-148) (-1043))) (-5 *2 (-656 (-1067 *4 *5))) (-5 *1 (-1315 *4 *5 *6)) (-14 *5 (-656 (-1197))) (-14 *6 (-656 (-1197))))) (-1367 (*1 *2 *3 *4) (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1043))) (-5 *2 (-656 (-1067 *5 *6))) (-5 *1 (-1315 *5 *6 *7)) (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197))))) (-1367 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1043))) (-5 *2 (-656 (-1067 *5 *6))) (-5 *1 (-1315 *5 *6 *7)) (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197))))))
+(-10 -7 (-15 -1367 ((-656 (-1067 |#1| |#2|)) (-656 (-971 |#1|)) (-112) (-112))) (-15 -1367 ((-656 (-1067 |#1| |#2|)) (-656 (-971 |#1|)) (-112))) (-15 -1367 ((-656 (-1067 |#1| |#2|)) (-656 (-971 |#1|)))) (-15 -3549 ((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-1067 |#1| |#2|))) (-15 -3549 ((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)) (-112) (-112) (-112))) (-15 -3549 ((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)) (-112) (-112))) (-15 -3549 ((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)) (-112))) (-15 -3549 ((-656 (-2 (|:| -2669 (-1193 |#1|)) (|:| -3219 (-656 (-971 |#1|))))) (-656 (-971 |#1|)))) (-15 -4192 ((-656 (-656 (-1045 (-419 |#1|)))) (-1067 |#1| |#2|))) (-15 -4192 ((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)) (-112) (-112) (-112))) (-15 -4192 ((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)) (-112) (-112))) (-15 -4192 ((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)) (-112))) (-15 -4192 ((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)))) (-15 -3589 ((-656 (-656 (-1045 (-419 |#1|)))) (-1067 |#1| |#2|))) (-15 -3589 ((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)) (-112) (-112))) (-15 -3589 ((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)) (-112))) (-15 -3589 ((-656 (-656 (-1045 (-419 |#1|)))) (-656 (-971 |#1|)))) (-15 -2068 ((-656 (-1167 |#1| (-543 (-878 |#3|)) (-878 |#3|) (-792 |#1| (-878 |#3|)))) (-1067 |#1| |#2|))) (-15 -1554 ((-792 |#1| (-878 |#3|)) (-792 |#1| (-878 |#2|)))) (-15 -1554 ((-971 (-1045 (-419 |#1|))) (-971 |#1|))) (-15 -1554 ((-971 (-1045 (-419 |#1|))) (-792 |#1| (-878 |#3|)))) (-15 -1554 ((-1193 (-1045 (-419 |#1|))) (-1193 |#1|))) (-15 -1554 ((-656 (-792 |#1| (-878 |#3|))) (-1167 |#1| (-543 (-878 |#3|)) (-878 |#3|) (-792 |#1| (-878 |#3|))))))
+((-1747 (((-3 (-1288 (-419 (-576))) "failed") (-1288 |#1|) |#1|) 21)) (-4240 (((-112) (-1288 |#1|)) 12)) (-2925 (((-3 (-1288 (-576)) "failed") (-1288 |#1|)) 16)))
+(((-1316 |#1|) (-10 -7 (-15 -4240 ((-112) (-1288 |#1|))) (-15 -2925 ((-3 (-1288 (-576)) "failed") (-1288 |#1|))) (-15 -1747 ((-3 (-1288 (-419 (-576))) "failed") (-1288 |#1|) |#1|))) (-13 (-1070) (-651 (-576)))) (T -1316))
+((-1747 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1288 *4)) (-4 *4 (-13 (-1070) (-651 (-576)))) (-5 *2 (-1288 (-419 (-576)))) (-5 *1 (-1316 *4)))) (-2925 (*1 *2 *3) (|partial| -12 (-5 *3 (-1288 *4)) (-4 *4 (-13 (-1070) (-651 (-576)))) (-5 *2 (-1288 (-576))) (-5 *1 (-1316 *4)))) (-4240 (*1 *2 *3) (-12 (-5 *3 (-1288 *4)) (-4 *4 (-13 (-1070) (-651 (-576)))) (-5 *2 (-112)) (-5 *1 (-1316 *4)))))
+(-10 -7 (-15 -4240 ((-112) (-1288 |#1|))) (-15 -2925 ((-3 (-1288 (-576)) "failed") (-1288 |#1|))) (-15 -1747 ((-3 (-1288 (-419 (-576))) "failed") (-1288 |#1|) |#1|)))
+((-1955 (((-112) $ $) NIL)) (-2604 (((-112) $) 11)) (-2583 (((-3 $ "failed") $ $) NIL)) (-2200 (((-783)) 8)) (-3853 (($) NIL T CONST)) (-2413 (((-3 $ "failed") $) 58)) (-4370 (($) 49)) (-3315 (((-112) $) 57)) (-4080 (((-3 $ "failed") $) 40)) (-2106 (((-940) $) 15)) (-4185 (((-1179) $) NIL)) (-3651 (($) 32 T CONST)) (-2409 (($ (-940)) 50)) (-3117 (((-1141) $) NIL)) (-1554 (((-576) $) 13)) (-4114 (((-876) $) 27) (($ (-576)) 24)) (-2864 (((-783)) 9 T CONST)) (-3000 (((-112) $ $) 60)) (-4312 (($) 29 T CONST)) (-4322 (($) 31 T CONST)) (-3939 (((-112) $ $) 38)) (-4037 (($ $) 52) (($ $ $) 47)) (-4027 (($ $ $) 35)) (** (($ $ (-940)) NIL) (($ $ (-783)) 54)) (* (($ (-940) $) NIL) (($ (-783) $) NIL) (($ (-576) $) 44) (($ $ $) 43)))
+(((-1317 |#1|) (-13 (-174) (-379) (-626 (-576)) (-1173)) (-940)) (T -1317))
+NIL
+(-13 (-174) (-379) (-626 (-576)) (-1173))
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+((-3 3261767 3261772 3261777 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-2 3261752 3261757 3261762 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1 3261737 3261742 3261747 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (0 3261722 3261727 3261732 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1317 3260865 3261597 3261674 "ZMOD" 3261679 NIL ZMOD (NIL NIL) -8 NIL NIL NIL) (-1316 3259919 3260083 3260306 "ZLINDEP" 3260697 NIL ZLINDEP (NIL T) -7 NIL NIL NIL) (-1315 3249219 3250987 3252959 "ZDSOLVE" 3258049 NIL ZDSOLVE (NIL T NIL NIL) -7 NIL NIL NIL) (-1314 3248465 3248606 3248795 "YSTREAM" 3249065 NIL YSTREAM (NIL T) -7 NIL NIL NIL) (-1313 3247893 3248139 3248252 "YDIAGRAM" 3248374 T YDIAGRAM (NIL) -8 NIL NIL NIL) (-1312 3245667 3247194 3247398 "XRPOLY" 3247736 NIL XRPOLY (NIL T T) -8 NIL NIL NIL) (-1311 3242220 3243538 3244113 "XPR" 3245139 NIL XPR (NIL T T) -8 NIL NIL NIL) (-1310 3239941 3241551 3241755 "XPOLY" 3242051 NIL XPOLY (NIL T) -8 NIL NIL NIL) (-1309 3237580 3238948 3239003 "XPOLYC" 3239291 NIL XPOLYC (NIL T T) -9 NIL 3239404 NIL) (-1308 3233956 3236097 3236485 "XPBWPOLY" 3237238 NIL XPBWPOLY (NIL T T) -8 NIL NIL NIL) (-1307 3229637 3231932 3231974 "XF" 3232595 NIL XF (NIL T) -9 NIL 3232995 NIL) (-1306 3229258 3229346 3229515 "XF-" 3229520 NIL XF- (NIL T T) -8 NIL NIL NIL) (-1305 3224440 3225729 3225784 "XFALG" 3227956 NIL XFALG (NIL T T) -9 NIL 3228745 NIL) (-1304 3223573 3223677 3223882 "XEXPPKG" 3224332 NIL XEXPPKG (NIL T T T) -7 NIL NIL NIL) (-1303 3221682 3223423 3223519 "XDPOLY" 3223524 NIL XDPOLY (NIL T T) -8 NIL NIL NIL) (-1302 3220475 3221075 3221118 "XALG" 3221123 NIL XALG (NIL T) -9 NIL 3221234 NIL) (-1301 3213917 3218452 3218946 "WUTSET" 3220067 NIL WUTSET (NIL T T T T) -8 NIL NIL NIL) (-1300 3212173 3212969 3213292 "WP" 3213728 NIL WP (NIL T T T T NIL NIL NIL) -8 NIL NIL NIL) (-1299 3211775 3211995 3212065 "WHILEAST" 3212125 T WHILEAST (NIL) -8 NIL NIL NIL) (-1298 3211247 3211492 3211586 "WHEREAST" 3211703 T WHEREAST (NIL) -8 NIL NIL NIL) (-1297 3210133 3210331 3210626 "WFFINTBS" 3211044 NIL WFFINTBS (NIL T T T T) -7 NIL NIL NIL) (-1296 3208037 3208464 3208926 "WEIER" 3209705 NIL WEIER (NIL T) -7 NIL NIL NIL) (-1295 3207069 3207519 3207561 "VSPACE" 3207697 NIL VSPACE (NIL T) -9 NIL 3207771 NIL) (-1294 3206907 3206934 3207025 "VSPACE-" 3207030 NIL VSPACE- (NIL T T) -8 NIL NIL NIL) (-1293 3206716 3206758 3206826 "VOID" 3206861 T VOID (NIL) -8 NIL NIL NIL) (-1292 3204852 3205211 3205617 "VIEW" 3206332 T VIEW (NIL) -7 NIL NIL NIL) (-1291 3201276 3201915 3202652 "VIEWDEF" 3204137 T VIEWDEF (NIL) -7 NIL NIL NIL) (-1290 3190580 3192824 3194997 "VIEW3D" 3199125 T VIEW3D (NIL) -8 NIL NIL NIL) (-1289 3182831 3184491 3186070 "VIEW2D" 3189023 T VIEW2D (NIL) -8 NIL NIL NIL) (-1288 3178186 3182601 3182693 "VECTOR" 3182774 NIL VECTOR (NIL T) -8 NIL NIL NIL) (-1287 3176763 3177022 3177340 "VECTOR2" 3177916 NIL VECTOR2 (NIL T T) -7 NIL NIL NIL) (-1286 3170187 3174494 3174537 "VECTCAT" 3175532 NIL VECTCAT (NIL T) -9 NIL 3176119 NIL) (-1285 3169201 3169455 3169845 "VECTCAT-" 3169850 NIL VECTCAT- (NIL T T) -8 NIL NIL NIL) (-1284 3168655 3168852 3168972 "VARIABLE" 3169116 NIL VARIABLE (NIL NIL) -8 NIL NIL NIL) (-1283 3168588 3168593 3168623 "UTYPE" 3168628 T UTYPE (NIL) -9 NIL NIL NIL) (-1282 3167418 3167572 3167834 "UTSODETL" 3168414 NIL UTSODETL (NIL T T T T) -7 NIL NIL NIL) (-1281 3164858 3165318 3165842 "UTSODE" 3166959 NIL UTSODE (NIL T T) -7 NIL NIL NIL) (-1280 3156806 3162619 3163099 "UTS" 3164436 NIL UTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1279 3147370 3152740 3152783 "UTSCAT" 3153895 NIL UTSCAT (NIL T) -9 NIL 3154653 NIL) (-1278 3144718 3145440 3146429 "UTSCAT-" 3146434 NIL UTSCAT- (NIL T T) -8 NIL NIL NIL) (-1277 3144345 3144388 3144521 "UTS2" 3144669 NIL UTS2 (NIL T T T T) -7 NIL NIL NIL) (-1276 3138545 3141155 3141198 "URAGG" 3143268 NIL URAGG (NIL T) -9 NIL 3143991 NIL) (-1275 3135484 3136347 3137470 "URAGG-" 3137475 NIL URAGG- (NIL T T) -8 NIL NIL NIL) (-1274 3131193 3134119 3134584 "UPXSSING" 3135148 NIL UPXSSING (NIL T T NIL NIL) -8 NIL NIL NIL) (-1273 3123369 3130575 3130839 "UPXS" 3130987 NIL UPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1272 3116442 3123273 3123345 "UPXSCONS" 3123350 NIL UPXSCONS (NIL T T) -8 NIL NIL NIL) (-1271 3105849 3112645 3112707 "UPXSCCA" 3113281 NIL UPXSCCA (NIL T T) -9 NIL 3113514 NIL) (-1270 3105487 3105572 3105746 "UPXSCCA-" 3105751 NIL UPXSCCA- (NIL T T T) -8 NIL NIL NIL) (-1269 3094746 3101315 3101358 "UPXSCAT" 3102006 NIL UPXSCAT (NIL T) -9 NIL 3102615 NIL) (-1268 3094176 3094255 3094434 "UPXS2" 3094661 NIL UPXS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1267 3092830 3093083 3093434 "UPSQFREE" 3093919 NIL UPSQFREE (NIL T T) -7 NIL NIL NIL) (-1266 3086038 3089098 3089153 "UPSCAT" 3090233 NIL UPSCAT (NIL T T) -9 NIL 3090998 NIL) (-1265 3085242 3085449 3085776 "UPSCAT-" 3085781 NIL UPSCAT- (NIL T T T) -8 NIL NIL NIL) (-1264 3070324 3078369 3078412 "UPOLYC" 3080513 NIL UPOLYC (NIL T) -9 NIL 3081734 NIL) (-1263 3061652 3064078 3067225 "UPOLYC-" 3067230 NIL UPOLYC- (NIL T T) -8 NIL NIL NIL) (-1262 3061279 3061322 3061455 "UPOLYC2" 3061603 NIL UPOLYC2 (NIL T T T T) -7 NIL NIL NIL) (-1261 3052814 3060962 3061091 "UP" 3061198 NIL UP (NIL NIL T) -8 NIL NIL NIL) (-1260 3052153 3052260 3052424 "UPMP" 3052703 NIL UPMP (NIL T T) -7 NIL NIL NIL) (-1259 3051706 3051787 3051926 "UPDIVP" 3052066 NIL UPDIVP (NIL T T) -7 NIL NIL NIL) (-1258 3050274 3050523 3050839 "UPDECOMP" 3051455 NIL UPDECOMP (NIL T T) -7 NIL NIL NIL) (-1257 3049505 3049617 3049803 "UPCDEN" 3050158 NIL UPCDEN (NIL T T T) -7 NIL NIL NIL) (-1256 3049024 3049093 3049242 "UP2" 3049430 NIL UP2 (NIL NIL T NIL T) -7 NIL NIL NIL) (-1255 3047491 3048228 3048505 "UNISEG" 3048782 NIL UNISEG (NIL T) -8 NIL NIL NIL) (-1254 3046706 3046833 3047038 "UNISEG2" 3047334 NIL UNISEG2 (NIL T T) -7 NIL NIL NIL) (-1253 3045766 3045946 3046172 "UNIFACT" 3046522 NIL UNIFACT (NIL T) -7 NIL NIL NIL) (-1252 3028518 3045078 3045320 "ULS" 3045582 NIL ULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1251 3016148 3028422 3028494 "ULSCONS" 3028499 NIL ULSCONS (NIL T T) -8 NIL NIL NIL) (-1250 2996976 3009336 3009398 "ULSCCAT" 3010036 NIL ULSCCAT (NIL T T) -9 NIL 3010325 NIL) (-1249 2996026 2996271 2996659 "ULSCCAT-" 2996664 NIL ULSCCAT- (NIL T T T) -8 NIL NIL NIL) (-1248 2985090 2991573 2991616 "ULSCAT" 2992479 NIL ULSCAT (NIL T) -9 NIL 2993210 NIL) (-1247 2984520 2984599 2984778 "ULS2" 2985005 NIL ULS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1246 2983639 2984149 2984256 "UINT8" 2984367 T UINT8 (NIL) -8 NIL NIL 2984452) (-1245 2982757 2983267 2983374 "UINT64" 2983485 T UINT64 (NIL) -8 NIL NIL 2983570) (-1244 2981875 2982385 2982492 "UINT32" 2982603 T UINT32 (NIL) -8 NIL NIL 2982688) (-1243 2980993 2981503 2981610 "UINT16" 2981721 T UINT16 (NIL) -8 NIL NIL 2981806) (-1242 2979282 2980239 2980269 "UFD" 2980481 T UFD (NIL) -9 NIL 2980595 NIL) (-1241 2979076 2979122 2979217 "UFD-" 2979222 NIL UFD- (NIL T) -8 NIL NIL NIL) (-1240 2978158 2978341 2978557 "UDVO" 2978882 T UDVO (NIL) -7 NIL NIL NIL) (-1239 2975974 2976383 2976854 "UDPO" 2977722 NIL UDPO (NIL T) -7 NIL NIL NIL) (-1238 2975907 2975912 2975942 "TYPE" 2975947 T TYPE (NIL) -9 NIL NIL NIL) (-1237 2975667 2975862 2975893 "TYPEAST" 2975898 T TYPEAST (NIL) -8 NIL NIL NIL) (-1236 2974638 2974840 2975080 "TWOFACT" 2975461 NIL TWOFACT (NIL T) -7 NIL NIL NIL) (-1235 2973661 2974047 2974282 "TUPLE" 2974438 NIL TUPLE (NIL T) -8 NIL NIL NIL) (-1234 2971352 2971871 2972410 "TUBETOOL" 2973144 T TUBETOOL (NIL) -7 NIL NIL NIL) (-1233 2970201 2970406 2970647 "TUBE" 2971145 NIL TUBE (NIL T) -8 NIL NIL NIL) (-1232 2964930 2969173 2969456 "TS" 2969953 NIL TS (NIL T) -8 NIL NIL NIL) (-1231 2953570 2957689 2957786 "TSETCAT" 2963055 NIL TSETCAT (NIL T T T T) -9 NIL 2964586 NIL) (-1230 2948302 2949902 2951793 "TSETCAT-" 2951798 NIL TSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1229 2942941 2943788 2944717 "TRMANIP" 2947438 NIL TRMANIP (NIL T T) -7 NIL NIL NIL) (-1228 2942382 2942445 2942608 "TRIMAT" 2942873 NIL TRIMAT (NIL T T T T) -7 NIL NIL NIL) (-1227 2940248 2940485 2940842 "TRIGMNIP" 2942131 NIL TRIGMNIP (NIL T T) -7 NIL NIL NIL) (-1226 2939768 2939881 2939911 "TRIGCAT" 2940124 T TRIGCAT (NIL) -9 NIL NIL NIL) (-1225 2939437 2939516 2939657 "TRIGCAT-" 2939662 NIL TRIGCAT- (NIL T) -8 NIL NIL NIL) (-1224 2936284 2938295 2938576 "TREE" 2939191 NIL TREE (NIL T) -8 NIL NIL NIL) (-1223 2935558 2936086 2936116 "TRANFUN" 2936151 T TRANFUN (NIL) -9 NIL 2936217 NIL) (-1222 2934837 2935028 2935308 "TRANFUN-" 2935313 NIL TRANFUN- (NIL T) -8 NIL NIL NIL) (-1221 2934641 2934673 2934734 "TOPSP" 2934798 T TOPSP (NIL) -7 NIL NIL NIL) (-1220 2933989 2934104 2934258 "TOOLSIGN" 2934522 NIL TOOLSIGN (NIL T) -7 NIL NIL NIL) (-1219 2932623 2933166 2933405 "TEXTFILE" 2933772 T TEXTFILE (NIL) -8 NIL NIL NIL) (-1218 2930535 2931076 2931505 "TEX" 2932216 T TEX (NIL) -8 NIL NIL NIL) (-1217 2930316 2930347 2930419 "TEX1" 2930498 NIL TEX1 (NIL T) -7 NIL NIL NIL) (-1216 2929964 2930027 2930117 "TEMUTL" 2930248 T TEMUTL (NIL) -7 NIL NIL NIL) (-1215 2928118 2928398 2928723 "TBCMPPK" 2929687 NIL TBCMPPK (NIL T T) -7 NIL NIL NIL) (-1214 2919825 2926204 2926260 "TBAGG" 2926660 NIL TBAGG (NIL T T) -9 NIL 2926871 NIL) (-1213 2914895 2916383 2918137 "TBAGG-" 2918142 NIL TBAGG- (NIL T T T) -8 NIL NIL NIL) (-1212 2914279 2914386 2914531 "TANEXP" 2914784 NIL TANEXP (NIL T) -7 NIL NIL NIL) (-1211 2913790 2914054 2914144 "TALGOP" 2914224 NIL TALGOP (NIL T) -8 NIL NIL NIL) (-1210 2907184 2913647 2913740 "TABLE" 2913745 NIL TABLE (NIL T T) -8 NIL NIL NIL) (-1209 2906596 2906695 2906833 "TABLEAU" 2907081 NIL TABLEAU (NIL T) -8 NIL NIL NIL) (-1208 2901204 2902424 2903672 "TABLBUMP" 2905382 NIL TABLBUMP (NIL T) -7 NIL NIL NIL) (-1207 2900426 2900573 2900754 "SYSTEM" 2901045 T SYSTEM (NIL) -8 NIL NIL NIL) (-1206 2896885 2897584 2898367 "SYSSOLP" 2899677 NIL SYSSOLP (NIL T) -7 NIL NIL NIL) (-1205 2896683 2896840 2896871 "SYSPTR" 2896876 T SYSPTR (NIL) -8 NIL NIL NIL) (-1204 2895719 2896224 2896343 "SYSNNI" 2896529 NIL SYSNNI (NIL NIL) -8 NIL NIL 2896614) (-1203 2895018 2895477 2895556 "SYSINT" 2895616 NIL SYSINT (NIL NIL) -8 NIL NIL 2895661) (-1202 2891350 2892296 2893006 "SYNTAX" 2894330 T SYNTAX (NIL) -8 NIL NIL NIL) (-1201 2888508 2889110 2889742 "SYMTAB" 2890740 T SYMTAB (NIL) -8 NIL NIL NIL) (-1200 2883757 2884659 2885642 "SYMS" 2887547 T SYMS (NIL) -8 NIL NIL NIL) (-1199 2880992 2883215 2883445 "SYMPOLY" 2883562 NIL SYMPOLY (NIL T) -8 NIL NIL NIL) (-1198 2880509 2880584 2880707 "SYMFUNC" 2880904 NIL SYMFUNC (NIL T) -7 NIL NIL NIL) (-1197 2876529 2877821 2878634 "SYMBOL" 2879718 T SYMBOL (NIL) -8 NIL NIL NIL) (-1196 2870068 2871757 2873477 "SWITCH" 2874831 T SWITCH (NIL) -8 NIL NIL NIL) (-1195 2863412 2869024 2869318 "SUTS" 2869832 NIL SUTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1194 2855588 2862794 2863058 "SUPXS" 2863206 NIL SUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1193 2847071 2855206 2855332 "SUP" 2855497 NIL SUP (NIL T) -8 NIL NIL NIL) (-1192 2846230 2846357 2846574 "SUPFRACF" 2846939 NIL SUPFRACF (NIL T T T T) -7 NIL NIL NIL) (-1191 2845851 2845910 2846023 "SUP2" 2846165 NIL SUP2 (NIL T T) -7 NIL NIL NIL) (-1190 2844299 2844573 2844929 "SUMRF" 2845550 NIL SUMRF (NIL T) -7 NIL NIL NIL) (-1189 2843634 2843700 2843892 "SUMFS" 2844220 NIL SUMFS (NIL T T) -7 NIL NIL NIL) (-1188 2826421 2842946 2843188 "SULS" 2843450 NIL SULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1187 2826023 2826243 2826313 "SUCHTAST" 2826373 T SUCHTAST (NIL) -8 NIL NIL NIL) (-1186 2825318 2825548 2825688 "SUCH" 2825931 NIL SUCH (NIL T T) -8 NIL NIL NIL) (-1185 2819185 2820224 2821183 "SUBSPACE" 2824406 NIL SUBSPACE (NIL NIL T) -8 NIL NIL NIL) (-1184 2818615 2818705 2818869 "SUBRESP" 2819073 NIL SUBRESP (NIL T T) -7 NIL NIL NIL) (-1183 2811983 2813280 2814591 "STTF" 2817351 NIL STTF (NIL T) -7 NIL NIL NIL) (-1182 2806156 2807276 2808423 "STTFNC" 2810883 NIL STTFNC (NIL T) -7 NIL NIL NIL) (-1181 2797469 2799338 2801132 "STTAYLOR" 2804397 NIL STTAYLOR (NIL T) -7 NIL NIL NIL) (-1180 2790603 2797333 2797416 "STRTBL" 2797421 NIL STRTBL (NIL T) -8 NIL NIL NIL) (-1179 2785563 2790312 2790411 "STRING" 2790526 T STRING (NIL) -8 NIL NIL NIL) (-1178 2778318 2783182 2783793 "STREAM" 2784987 NIL STREAM (NIL T) -8 NIL NIL NIL) (-1177 2777828 2777905 2778049 "STREAM3" 2778235 NIL STREAM3 (NIL T T T) -7 NIL NIL NIL) (-1176 2776810 2776993 2777228 "STREAM2" 2777641 NIL STREAM2 (NIL T T) -7 NIL NIL NIL) (-1175 2776498 2776550 2776643 "STREAM1" 2776752 NIL STREAM1 (NIL T) -7 NIL NIL NIL) (-1174 2775514 2775695 2775926 "STINPROD" 2776314 NIL STINPROD (NIL T) -7 NIL NIL NIL) (-1173 2775052 2775262 2775292 "STEP" 2775372 T STEP (NIL) -9 NIL 2775450 NIL) (-1172 2774239 2774541 2774689 "STEPAST" 2774926 T STEPAST (NIL) -8 NIL NIL NIL) (-1171 2767675 2774138 2774215 "STBL" 2774220 NIL STBL (NIL T T NIL) -8 NIL NIL NIL) (-1170 2762744 2766838 2766881 "STAGG" 2767034 NIL STAGG (NIL T) -9 NIL 2767123 NIL) (-1169 2760446 2761048 2761920 "STAGG-" 2761925 NIL STAGG- (NIL T T) -8 NIL NIL NIL) (-1168 2758595 2760216 2760308 "STACK" 2760389 NIL STACK (NIL T) -8 NIL NIL NIL) (-1167 2751290 2756736 2757192 "SREGSET" 2758225 NIL SREGSET (NIL T T T T) -8 NIL NIL NIL) (-1166 2743715 2745084 2746597 "SRDCMPK" 2749896 NIL SRDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1165 2736580 2741103 2741133 "SRAGG" 2742436 T SRAGG (NIL) -9 NIL 2743044 NIL) (-1164 2735597 2735852 2736231 "SRAGG-" 2736236 NIL SRAGG- (NIL T) -8 NIL NIL NIL) (-1163 2729781 2734544 2734965 "SQMATRIX" 2735223 NIL SQMATRIX (NIL NIL T) -8 NIL NIL NIL) (-1162 2723468 2726499 2727226 "SPLTREE" 2729126 NIL SPLTREE (NIL T T) -8 NIL NIL NIL) (-1161 2719431 2720124 2720770 "SPLNODE" 2722894 NIL SPLNODE (NIL T T) -8 NIL NIL NIL) (-1160 2718478 2718711 2718741 "SPFCAT" 2719185 T SPFCAT (NIL) -9 NIL NIL NIL) (-1159 2717215 2717425 2717689 "SPECOUT" 2718236 T SPECOUT (NIL) -7 NIL NIL NIL) (-1158 2708311 2710183 2710213 "SPADXPT" 2714889 T SPADXPT (NIL) -9 NIL 2717053 NIL) (-1157 2708072 2708112 2708181 "SPADPRSR" 2708264 T SPADPRSR (NIL) -7 NIL NIL NIL) (-1156 2706121 2708027 2708058 "SPADAST" 2708063 T SPADAST (NIL) -8 NIL NIL NIL) (-1155 2698052 2699825 2699868 "SPACEC" 2704241 NIL SPACEC (NIL T) -9 NIL 2706057 NIL) (-1154 2696182 2697984 2698033 "SPACE3" 2698038 NIL SPACE3 (NIL T) -8 NIL NIL NIL) (-1153 2694934 2695105 2695396 "SORTPAK" 2695987 NIL SORTPAK (NIL T T) -7 NIL NIL NIL) (-1152 2693026 2693329 2693741 "SOLVETRA" 2694598 NIL SOLVETRA (NIL T) -7 NIL NIL NIL) (-1151 2692076 2692298 2692559 "SOLVESER" 2692799 NIL SOLVESER (NIL T) -7 NIL NIL NIL) (-1150 2687380 2688268 2689263 "SOLVERAD" 2691128 NIL SOLVERAD (NIL T) -7 NIL NIL NIL) (-1149 2683195 2683804 2684533 "SOLVEFOR" 2686747 NIL SOLVEFOR (NIL T T) -7 NIL NIL NIL) (-1148 2677465 2682544 2682641 "SNTSCAT" 2682646 NIL SNTSCAT (NIL T T T T) -9 NIL 2682716 NIL) (-1147 2671571 2675788 2676179 "SMTS" 2677155 NIL SMTS (NIL T T T) -8 NIL NIL NIL) (-1146 2665980 2671459 2671536 "SMP" 2671541 NIL SMP (NIL T T) -8 NIL NIL NIL) (-1145 2664139 2664440 2664838 "SMITH" 2665677 NIL SMITH (NIL T T T T) -7 NIL NIL NIL) (-1144 2656243 2660718 2660821 "SMATCAT" 2662172 NIL SMATCAT (NIL NIL T T T) -9 NIL 2662722 NIL) (-1143 2653183 2654006 2655184 "SMATCAT-" 2655189 NIL SMATCAT- (NIL T NIL T T T) -8 NIL NIL NIL) (-1142 2650823 2652391 2652434 "SKAGG" 2652695 NIL SKAGG (NIL T) -9 NIL 2652830 NIL) (-1141 2647013 2650296 2650480 "SINT" 2650632 T SINT (NIL) -8 NIL NIL 2650794) (-1140 2646785 2646823 2646889 "SIMPAN" 2646969 T SIMPAN (NIL) -7 NIL NIL NIL) (-1139 2646064 2646320 2646460 "SIG" 2646667 T SIG (NIL) -8 NIL NIL NIL) (-1138 2644902 2645123 2645398 "SIGNRF" 2645823 NIL SIGNRF (NIL T) -7 NIL NIL NIL) (-1137 2643735 2643886 2644170 "SIGNEF" 2644731 NIL SIGNEF (NIL T T) -7 NIL NIL NIL) (-1136 2643041 2643318 2643442 "SIGAST" 2643633 T SIGAST (NIL) -8 NIL NIL NIL) (-1135 2640731 2641185 2641691 "SHP" 2642582 NIL SHP (NIL T NIL) -7 NIL NIL NIL) (-1134 2634559 2640632 2640708 "SHDP" 2640713 NIL SHDP (NIL NIL NIL T) -8 NIL NIL NIL) (-1133 2634118 2634310 2634340 "SGROUP" 2634433 T SGROUP (NIL) -9 NIL 2634495 NIL) (-1132 2633976 2634002 2634075 "SGROUP-" 2634080 NIL SGROUP- (NIL T) -8 NIL NIL NIL) (-1131 2630767 2631465 2632188 "SGCF" 2633275 T SGCF (NIL) -7 NIL NIL NIL) (-1130 2625135 2630214 2630311 "SFRTCAT" 2630316 NIL SFRTCAT (NIL T T T T) -9 NIL 2630355 NIL) (-1129 2618556 2619574 2620710 "SFRGCD" 2624118 NIL SFRGCD (NIL T T T T T) -7 NIL NIL NIL) (-1128 2611682 2612755 2613941 "SFQCMPK" 2617489 NIL SFQCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1127 2611302 2611391 2611502 "SFORT" 2611623 NIL SFORT (NIL T T) -8 NIL NIL NIL) (-1126 2610420 2611142 2611263 "SEXOF" 2611268 NIL SEXOF (NIL T T T T T) -8 NIL NIL NIL) (-1125 2609527 2610301 2610369 "SEX" 2610374 T SEX (NIL) -8 NIL NIL NIL) (-1124 2605308 2606023 2606118 "SEXCAT" 2608740 NIL SEXCAT (NIL T T T T T) -9 NIL 2609300 NIL) (-1123 2602461 2605242 2605290 "SET" 2605295 NIL SET (NIL T) -8 NIL NIL NIL) (-1122 2600685 2601174 2601479 "SETMN" 2602202 NIL SETMN (NIL NIL NIL) -8 NIL NIL NIL) (-1121 2600167 2600319 2600349 "SETCAT" 2600525 T SETCAT (NIL) -9 NIL 2600635 NIL) (-1120 2599859 2599937 2600067 "SETCAT-" 2600072 NIL SETCAT- (NIL T) -8 NIL NIL NIL) (-1119 2596220 2598320 2598363 "SETAGG" 2599233 NIL SETAGG (NIL T) -9 NIL 2599573 NIL) (-1118 2595678 2595794 2596031 "SETAGG-" 2596036 NIL SETAGG- (NIL T T) -8 NIL NIL NIL) (-1117 2595121 2595374 2595475 "SEQAST" 2595599 T SEQAST (NIL) -8 NIL NIL NIL) (-1116 2594320 2594614 2594675 "SEGXCAT" 2594961 NIL SEGXCAT (NIL T T) -9 NIL 2595081 NIL) (-1115 2593326 2593986 2594168 "SEG" 2594173 NIL SEG (NIL T) -8 NIL NIL NIL) (-1114 2592305 2592519 2592562 "SEGCAT" 2593084 NIL SEGCAT (NIL T) -9 NIL 2593305 NIL) (-1113 2591237 2591668 2591876 "SEGBIND" 2592132 NIL SEGBIND (NIL T) -8 NIL NIL NIL) (-1112 2590858 2590917 2591030 "SEGBIND2" 2591172 NIL SEGBIND2 (NIL T T) -7 NIL NIL NIL) (-1111 2590431 2590659 2590736 "SEGAST" 2590803 T SEGAST (NIL) -8 NIL NIL NIL) (-1110 2589650 2589776 2589980 "SEG2" 2590275 NIL SEG2 (NIL T T) -7 NIL NIL NIL) (-1109 2589021 2589585 2589632 "SDVAR" 2589637 NIL SDVAR (NIL T) -8 NIL NIL NIL) (-1108 2581272 2588791 2588921 "SDPOL" 2588926 NIL SDPOL (NIL T) -8 NIL NIL NIL) (-1107 2579865 2580131 2580450 "SCPKG" 2580987 NIL SCPKG (NIL T) -7 NIL NIL NIL) (-1106 2579029 2579201 2579393 "SCOPE" 2579695 T SCOPE (NIL) -8 NIL NIL NIL) (-1105 2578249 2578383 2578562 "SCACHE" 2578884 NIL SCACHE (NIL T) -7 NIL NIL NIL) (-1104 2577881 2578067 2578097 "SASTCAT" 2578102 T SASTCAT (NIL) -9 NIL 2578115 NIL) (-1103 2577368 2577716 2577792 "SAOS" 2577827 T SAOS (NIL) -8 NIL NIL NIL) (-1102 2576933 2576968 2577141 "SAERFFC" 2577327 NIL SAERFFC (NIL T T T) -7 NIL NIL NIL) (-1101 2570596 2576830 2576910 "SAE" 2576915 NIL SAE (NIL T T NIL) -8 NIL NIL NIL) (-1100 2570189 2570224 2570383 "SAEFACT" 2570555 NIL SAEFACT (NIL T T T) -7 NIL NIL NIL) (-1099 2568510 2568824 2569225 "RURPK" 2569855 NIL RURPK (NIL T NIL) -7 NIL NIL NIL) (-1098 2567147 2567453 2567758 "RULESET" 2568344 NIL RULESET (NIL T T T) -8 NIL NIL NIL) (-1097 2564370 2564900 2565358 "RULE" 2566828 NIL RULE (NIL T T T) -8 NIL NIL NIL) (-1096 2563982 2564164 2564247 "RULECOLD" 2564322 NIL RULECOLD (NIL NIL) -8 NIL NIL NIL) (-1095 2563772 2563800 2563871 "RTVALUE" 2563933 T RTVALUE (NIL) -8 NIL NIL NIL) (-1094 2563243 2563489 2563583 "RSTRCAST" 2563700 T RSTRCAST (NIL) -8 NIL NIL NIL) (-1093 2558091 2558886 2559806 "RSETGCD" 2562442 NIL RSETGCD (NIL T T T T T) -7 NIL NIL NIL) (-1092 2547321 2552400 2552497 "RSETCAT" 2556616 NIL RSETCAT (NIL T T T T) -9 NIL 2557713 NIL) (-1091 2545248 2545787 2546611 "RSETCAT-" 2546616 NIL RSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1090 2537634 2539010 2540530 "RSDCMPK" 2543847 NIL RSDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1089 2535599 2536066 2536140 "RRCC" 2537226 NIL RRCC (NIL T T) -9 NIL 2537570 NIL) (-1088 2534950 2535124 2535403 "RRCC-" 2535408 NIL RRCC- (NIL T T T) -8 NIL NIL NIL) (-1087 2534393 2534646 2534747 "RPTAST" 2534871 T RPTAST (NIL) -8 NIL NIL NIL) (-1086 2507869 2517505 2517572 "RPOLCAT" 2528238 NIL RPOLCAT (NIL T T T) -9 NIL 2531398 NIL) (-1085 2499367 2501707 2504829 "RPOLCAT-" 2504834 NIL RPOLCAT- (NIL T T T T) -8 NIL NIL NIL) (-1084 2490302 2497578 2498060 "ROUTINE" 2498907 T ROUTINE (NIL) -8 NIL NIL NIL) (-1083 2486963 2489928 2490068 "ROMAN" 2490184 T ROMAN (NIL) -8 NIL NIL NIL) (-1082 2485207 2485823 2486083 "ROIRC" 2486768 NIL ROIRC (NIL T T) -8 NIL NIL NIL) (-1081 2481425 2483709 2483739 "RNS" 2484043 T RNS (NIL) -9 NIL 2484317 NIL) (-1080 2479934 2480317 2480851 "RNS-" 2480926 NIL RNS- (NIL T) -8 NIL NIL NIL) (-1079 2479323 2479731 2479761 "RNG" 2479766 T RNG (NIL) -9 NIL 2479787 NIL) (-1078 2478326 2478688 2478890 "RNGBIND" 2479174 NIL RNGBIND (NIL T T) -8 NIL NIL NIL) (-1077 2477711 2478099 2478142 "RMODULE" 2478147 NIL RMODULE (NIL T) -9 NIL 2478174 NIL) (-1076 2476547 2476641 2476977 "RMCAT2" 2477612 NIL RMCAT2 (NIL NIL NIL T T T T T T T T) -7 NIL NIL NIL) (-1075 2473397 2475893 2476190 "RMATRIX" 2476309 NIL RMATRIX (NIL NIL NIL T) -8 NIL NIL NIL) (-1074 2466224 2468484 2468599 "RMATCAT" 2471958 NIL RMATCAT (NIL NIL NIL T T T) -9 NIL 2472940 NIL) (-1073 2465599 2465746 2466053 "RMATCAT-" 2466058 NIL RMATCAT- (NIL T NIL NIL T T T) -8 NIL NIL NIL) (-1072 2465214 2465386 2465429 "RLINSET" 2465491 NIL RLINSET (NIL T) -9 NIL 2465535 NIL) (-1071 2464781 2464856 2464984 "RINTERP" 2465133 NIL RINTERP (NIL NIL T) -7 NIL NIL NIL) (-1070 2463825 2464379 2464409 "RING" 2464465 T RING (NIL) -9 NIL 2464557 NIL) (-1069 2463617 2463661 2463758 "RING-" 2463763 NIL RING- (NIL T) -8 NIL NIL NIL) (-1068 2462458 2462695 2462953 "RIDIST" 2463381 T RIDIST (NIL) -7 NIL NIL NIL) (-1067 2453747 2461926 2462132 "RGCHAIN" 2462306 NIL RGCHAIN (NIL T NIL) -8 NIL NIL NIL) (-1066 2453083 2453489 2453530 "RGBCSPC" 2453588 NIL RGBCSPC (NIL T) -9 NIL 2453640 NIL) (-1065 2452227 2452608 2452649 "RGBCMDL" 2452881 NIL RGBCMDL (NIL T) -9 NIL 2452995 NIL) (-1064 2449221 2449835 2450505 "RF" 2451591 NIL RF (NIL T) -7 NIL NIL NIL) (-1063 2448867 2448930 2449033 "RFFACTOR" 2449152 NIL RFFACTOR (NIL T) -7 NIL NIL NIL) (-1062 2448592 2448627 2448724 "RFFACT" 2448826 NIL RFFACT (NIL T) -7 NIL NIL NIL) (-1061 2446709 2447073 2447455 "RFDIST" 2448232 T RFDIST (NIL) -7 NIL NIL NIL) (-1060 2446162 2446254 2446417 "RETSOL" 2446611 NIL RETSOL (NIL T T) -7 NIL NIL NIL) (-1059 2445798 2445878 2445921 "RETRACT" 2446054 NIL RETRACT (NIL T) -9 NIL 2446141 NIL) (-1058 2445647 2445672 2445759 "RETRACT-" 2445764 NIL RETRACT- (NIL T T) -8 NIL NIL NIL) (-1057 2445249 2445469 2445539 "RETAST" 2445599 T RETAST (NIL) -8 NIL NIL NIL) (-1056 2437991 2444902 2445029 "RESULT" 2445144 T RESULT (NIL) -8 NIL NIL NIL) (-1055 2436582 2437260 2437459 "RESRING" 2437894 NIL RESRING (NIL T T T T NIL) -8 NIL NIL NIL) (-1054 2436218 2436267 2436365 "RESLATC" 2436519 NIL RESLATC (NIL T) -7 NIL NIL NIL) (-1053 2435923 2435958 2436065 "REPSQ" 2436177 NIL REPSQ (NIL T) -7 NIL NIL NIL) (-1052 2433345 2433925 2434527 "REP" 2435343 T REP (NIL) -7 NIL NIL NIL) (-1051 2433042 2433077 2433188 "REPDB" 2433304 NIL REPDB (NIL T) -7 NIL NIL NIL) (-1050 2426942 2428331 2429554 "REP2" 2431854 NIL REP2 (NIL T) -7 NIL NIL NIL) (-1049 2423319 2424000 2424808 "REP1" 2426169 NIL REP1 (NIL T) -7 NIL NIL NIL) (-1048 2416015 2421460 2421916 "REGSET" 2422949 NIL REGSET (NIL T T T T) -8 NIL NIL NIL) (-1047 2414780 2415163 2415413 "REF" 2415800 NIL REF (NIL T) -8 NIL NIL NIL) (-1046 2414157 2414260 2414427 "REDORDER" 2414664 NIL REDORDER (NIL T T) -7 NIL NIL NIL) (-1045 2410125 2413370 2413597 "RECLOS" 2413985 NIL RECLOS (NIL T) -8 NIL NIL NIL) (-1044 2409177 2409358 2409573 "REALSOLV" 2409932 T REALSOLV (NIL) -7 NIL NIL NIL) (-1043 2409023 2409064 2409094 "REAL" 2409099 T REAL (NIL) -9 NIL 2409134 NIL) (-1042 2405506 2406308 2407192 "REAL0Q" 2408188 NIL REAL0Q (NIL T) -7 NIL NIL NIL) (-1041 2401107 2402095 2403156 "REAL0" 2404487 NIL REAL0 (NIL T) -7 NIL NIL NIL) (-1040 2400578 2400824 2400918 "RDUCEAST" 2401035 T RDUCEAST (NIL) -8 NIL NIL NIL) (-1039 2399983 2400055 2400262 "RDIV" 2400500 NIL RDIV (NIL T T T T T) -7 NIL NIL NIL) (-1038 2399051 2399225 2399438 "RDIST" 2399805 NIL RDIST (NIL T) -7 NIL NIL NIL) (-1037 2397648 2397935 2398307 "RDETRS" 2398759 NIL RDETRS (NIL T T) -7 NIL NIL NIL) (-1036 2395460 2395914 2396452 "RDETR" 2397190 NIL RDETR (NIL T T) -7 NIL NIL NIL) (-1035 2394085 2394363 2394760 "RDEEFS" 2395176 NIL RDEEFS (NIL T T) -7 NIL NIL NIL) (-1034 2392594 2392900 2393325 "RDEEF" 2393773 NIL RDEEF (NIL T T) -7 NIL NIL NIL) (-1033 2386641 2389561 2389591 "RCFIELD" 2390886 T RCFIELD (NIL) -9 NIL 2391617 NIL) (-1032 2384705 2385209 2385905 "RCFIELD-" 2385980 NIL RCFIELD- (NIL T) -8 NIL NIL NIL) (-1031 2380948 2382778 2382821 "RCAGG" 2383905 NIL RCAGG (NIL T) -9 NIL 2384370 NIL) (-1030 2380576 2380670 2380833 "RCAGG-" 2380838 NIL RCAGG- (NIL T T) -8 NIL NIL NIL) (-1029 2379911 2380023 2380188 "RATRET" 2380460 NIL RATRET (NIL T) -7 NIL NIL NIL) (-1028 2379464 2379531 2379652 "RATFACT" 2379839 NIL RATFACT (NIL T) -7 NIL NIL NIL) (-1027 2378772 2378892 2379044 "RANDSRC" 2379334 T RANDSRC (NIL) -7 NIL NIL NIL) (-1026 2378506 2378550 2378623 "RADUTIL" 2378721 T RADUTIL (NIL) -7 NIL NIL NIL) (-1025 2371334 2377337 2377648 "RADIX" 2378229 NIL RADIX (NIL NIL) -8 NIL NIL NIL) (-1024 2361794 2371176 2371306 "RADFF" 2371311 NIL RADFF (NIL T T T NIL NIL) -8 NIL NIL NIL) (-1023 2361441 2361516 2361546 "RADCAT" 2361706 T RADCAT (NIL) -9 NIL NIL NIL) (-1022 2361223 2361271 2361371 "RADCAT-" 2361376 NIL RADCAT- (NIL T) -8 NIL NIL NIL) (-1021 2359323 2360993 2361085 "QUEUE" 2361166 NIL QUEUE (NIL T) -8 NIL NIL NIL) (-1020 2355584 2359256 2359304 "QUAT" 2359309 NIL QUAT (NIL T) -8 NIL NIL NIL) (-1019 2355215 2355258 2355389 "QUATCT2" 2355535 NIL QUATCT2 (NIL T T T T) -7 NIL NIL NIL) (-1018 2348041 2351665 2351707 "QUATCAT" 2352498 NIL QUATCAT (NIL T) -9 NIL 2353264 NIL) (-1017 2344180 2345217 2346607 "QUATCAT-" 2346703 NIL QUATCAT- (NIL T T) -8 NIL NIL NIL) (-1016 2341619 2343228 2343271 "QUAGG" 2343652 NIL QUAGG (NIL T) -9 NIL 2343827 NIL) (-1015 2341221 2341441 2341511 "QQUTAST" 2341571 T QQUTAST (NIL) -8 NIL NIL NIL) (-1014 2340234 2340734 2340899 "QFORM" 2341102 NIL QFORM (NIL NIL T) -8 NIL NIL NIL) (-1013 2330621 2336136 2336178 "QFCAT" 2336846 NIL QFCAT (NIL T) -9 NIL 2337847 NIL) (-1012 2326188 2327389 2328983 "QFCAT-" 2329079 NIL QFCAT- (NIL T T) -8 NIL NIL NIL) (-1011 2325819 2325862 2325993 "QFCAT2" 2326139 NIL QFCAT2 (NIL T T T T) -7 NIL NIL NIL) (-1010 2325274 2325384 2325516 "QEQUAT" 2325709 T QEQUAT (NIL) -8 NIL NIL NIL) (-1009 2318400 2319473 2320659 "QCMPACK" 2324207 NIL QCMPACK (NIL T T T T T) -7 NIL NIL NIL) (-1008 2315938 2316386 2316816 "QALGSET" 2318055 NIL QALGSET (NIL T T T T) -8 NIL NIL NIL) (-1007 2315173 2315349 2315585 "QALGSET2" 2315756 NIL QALGSET2 (NIL NIL NIL) -7 NIL NIL NIL) (-1006 2313858 2314082 2314401 "PWFFINTB" 2314946 NIL PWFFINTB (NIL T T T T) -7 NIL NIL NIL) (-1005 2312033 2312201 2312557 "PUSHVAR" 2313672 NIL PUSHVAR (NIL T T T T) -7 NIL NIL NIL) (-1004 2307922 2308976 2309019 "PTRANFN" 2310930 NIL PTRANFN (NIL T) -9 NIL NIL NIL) (-1003 2306313 2306604 2306928 "PTPACK" 2307633 NIL PTPACK (NIL T) -7 NIL NIL NIL) (-1002 2305942 2305999 2306110 "PTFUNC2" 2306250 NIL PTFUNC2 (NIL T T) -7 NIL NIL NIL) (-1001 2300363 2304758 2304801 "PTCAT" 2305101 NIL PTCAT (NIL T) -9 NIL 2305254 NIL) (-1000 2300018 2300053 2300179 "PSQFR" 2300322 NIL PSQFR (NIL T T T T) -7 NIL NIL NIL) (-999 2298613 2298911 2299245 "PSEUDLIN" 2299716 NIL PSEUDLIN (NIL T) -7 NIL NIL NIL) (-998 2285376 2287747 2290071 "PSETPK" 2296373 NIL PSETPK (NIL T T T T) -7 NIL NIL NIL) (-997 2278394 2281134 2281230 "PSETCAT" 2284251 NIL PSETCAT (NIL T T T T) -9 NIL 2285065 NIL) (-996 2276230 2276864 2277685 "PSETCAT-" 2277690 NIL PSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-995 2275579 2275744 2275772 "PSCURVE" 2276040 T PSCURVE (NIL) -9 NIL 2276207 NIL) (-994 2271563 2273079 2273144 "PSCAT" 2273988 NIL PSCAT (NIL T T T) -9 NIL 2274228 NIL) (-993 2270626 2270842 2271242 "PSCAT-" 2271247 NIL PSCAT- (NIL T T T T) -8 NIL NIL NIL) (-992 2268985 2269695 2269958 "PRTITION" 2270383 T PRTITION (NIL) -8 NIL NIL NIL) (-991 2268460 2268706 2268798 "PRTDAST" 2268913 T PRTDAST (NIL) -8 NIL NIL NIL) (-990 2257550 2259764 2261952 "PRS" 2266322 NIL PRS (NIL T T) -7 NIL NIL NIL) (-989 2255335 2256872 2256912 "PRQAGG" 2257095 NIL PRQAGG (NIL T) -9 NIL 2257197 NIL) (-988 2254671 2254976 2255004 "PROPLOG" 2255143 T PROPLOG (NIL) -9 NIL 2255258 NIL) (-987 2254275 2254332 2254455 "PROPFUN2" 2254594 NIL PROPFUN2 (NIL T T) -8 NIL NIL NIL) (-986 2253590 2253711 2253883 "PROPFUN1" 2254136 NIL PROPFUN1 (NIL T) -8 NIL NIL NIL) (-985 2251771 2252337 2252634 "PROPFRML" 2253326 NIL PROPFRML (NIL T) -8 NIL NIL NIL) (-984 2251240 2251347 2251475 "PROPERTY" 2251663 T PROPERTY (NIL) -8 NIL NIL NIL) (-983 2245298 2249406 2250226 "PRODUCT" 2250466 NIL PRODUCT (NIL T T) -8 NIL NIL NIL) (-982 2242576 2244756 2244990 "PR" 2245109 NIL PR (NIL T T) -8 NIL NIL NIL) (-981 2242372 2242404 2242463 "PRINT" 2242537 T PRINT (NIL) -7 NIL NIL NIL) (-980 2241712 2241829 2241981 "PRIMES" 2242252 NIL PRIMES (NIL T) -7 NIL NIL NIL) (-979 2239777 2240178 2240644 "PRIMELT" 2241291 NIL PRIMELT (NIL T) -7 NIL NIL NIL) (-978 2239506 2239555 2239583 "PRIMCAT" 2239707 T PRIMCAT (NIL) -9 NIL NIL NIL) (-977 2235623 2239444 2239489 "PRIMARR" 2239494 NIL PRIMARR (NIL T) -8 NIL NIL NIL) (-976 2234630 2234808 2235036 "PRIMARR2" 2235441 NIL PRIMARR2 (NIL T T) -7 NIL NIL NIL) (-975 2234273 2234329 2234440 "PREASSOC" 2234568 NIL PREASSOC (NIL T T) -7 NIL NIL NIL) (-974 2233748 2233881 2233909 "PPCURVE" 2234114 T PPCURVE (NIL) -9 NIL 2234250 NIL) (-973 2233343 2233543 2233626 "PORTNUM" 2233685 T PORTNUM (NIL) -8 NIL NIL NIL) (-972 2230702 2231101 2231693 "POLYROOT" 2232924 NIL POLYROOT (NIL T T T T T) -7 NIL NIL NIL) (-971 2224608 2230306 2230466 "POLY" 2230575 NIL POLY (NIL T) -8 NIL NIL NIL) (-970 2223991 2224049 2224283 "POLYLIFT" 2224544 NIL POLYLIFT (NIL T T T T T) -7 NIL NIL NIL) (-969 2220266 2220715 2221344 "POLYCATQ" 2223536 NIL POLYCATQ (NIL T T T T T) -7 NIL NIL NIL) (-968 2206608 2212013 2212078 "POLYCAT" 2215592 NIL POLYCAT (NIL T T T) -9 NIL 2217470 NIL) (-967 2200057 2201919 2204303 "POLYCAT-" 2204308 NIL POLYCAT- (NIL T T T T) -8 NIL NIL NIL) (-966 2199644 2199712 2199832 "POLY2UP" 2199983 NIL POLY2UP (NIL NIL T) -7 NIL NIL NIL) (-965 2199276 2199333 2199442 "POLY2" 2199581 NIL POLY2 (NIL T T) -7 NIL NIL NIL) (-964 2197961 2198200 2198476 "POLUTIL" 2199050 NIL POLUTIL (NIL T T) -7 NIL NIL NIL) (-963 2196316 2196593 2196924 "POLTOPOL" 2197683 NIL POLTOPOL (NIL NIL T) -7 NIL NIL NIL) (-962 2191781 2196250 2196297 "POINT" 2196302 NIL POINT (NIL T) -8 NIL NIL NIL) (-961 2189968 2190325 2190700 "PNTHEORY" 2191426 T PNTHEORY (NIL) -7 NIL NIL NIL) (-960 2188426 2188723 2189122 "PMTOOLS" 2189666 NIL PMTOOLS (NIL T T T) -7 NIL NIL NIL) (-959 2188019 2188097 2188214 "PMSYM" 2188342 NIL PMSYM (NIL T) -7 NIL NIL NIL) (-958 2187527 2187596 2187771 "PMQFCAT" 2187944 NIL PMQFCAT (NIL T T T) -7 NIL NIL NIL) (-957 2186882 2186992 2187148 "PMPRED" 2187404 NIL PMPRED (NIL T) -7 NIL NIL NIL) (-956 2186275 2186361 2186523 "PMPREDFS" 2186783 NIL PMPREDFS (NIL T T T) -7 NIL NIL NIL) (-955 2184939 2185147 2185525 "PMPLCAT" 2186037 NIL PMPLCAT (NIL T T T T T) -7 NIL NIL NIL) (-954 2184471 2184550 2184702 "PMLSAGG" 2184854 NIL PMLSAGG (NIL T T T) -7 NIL NIL NIL) (-953 2183944 2184020 2184202 "PMKERNEL" 2184389 NIL PMKERNEL (NIL T T) -7 NIL NIL NIL) (-952 2183561 2183636 2183749 "PMINS" 2183863 NIL PMINS (NIL T) -7 NIL NIL NIL) (-951 2183003 2183072 2183281 "PMFS" 2183486 NIL PMFS (NIL T T T) -7 NIL NIL NIL) (-950 2182231 2182349 2182554 "PMDOWN" 2182880 NIL PMDOWN (NIL T T T) -7 NIL NIL NIL) (-949 2181398 2181556 2181737 "PMASS" 2182070 T PMASS (NIL) -7 NIL NIL NIL) (-948 2180671 2180781 2180944 "PMASSFS" 2181285 NIL PMASSFS (NIL T T) -7 NIL NIL NIL) (-947 2180326 2180394 2180488 "PLOTTOOL" 2180597 T PLOTTOOL (NIL) -7 NIL NIL NIL) (-946 2174933 2176137 2177285 "PLOT" 2179198 T PLOT (NIL) -8 NIL NIL NIL) (-945 2170737 2171781 2172702 "PLOT3D" 2174032 T PLOT3D (NIL) -8 NIL NIL NIL) (-944 2169649 2169826 2170061 "PLOT1" 2170541 NIL PLOT1 (NIL T) -7 NIL NIL NIL) (-943 2145040 2149715 2154566 "PLEQN" 2164915 NIL PLEQN (NIL T T T T) -7 NIL NIL NIL) (-942 2144358 2144480 2144660 "PINTERP" 2144905 NIL PINTERP (NIL NIL T) -7 NIL NIL NIL) (-941 2144051 2144098 2144201 "PINTERPA" 2144305 NIL PINTERPA (NIL T T) -7 NIL NIL NIL) (-940 2143267 2143815 2143902 "PI" 2143942 T PI (NIL) -8 NIL NIL 2144009) (-939 2141550 2142525 2142553 "PID" 2142735 T PID (NIL) -9 NIL 2142869 NIL) (-938 2141301 2141338 2141413 "PICOERCE" 2141507 NIL PICOERCE (NIL T) -7 NIL NIL NIL) (-937 2140621 2140760 2140936 "PGROEB" 2141157 NIL PGROEB (NIL T) -7 NIL NIL NIL) (-936 2136208 2137022 2137927 "PGE" 2139736 T PGE (NIL) -7 NIL NIL NIL) (-935 2134331 2134578 2134944 "PGCD" 2135925 NIL PGCD (NIL T T T T) -7 NIL NIL NIL) (-934 2133669 2133772 2133933 "PFRPAC" 2134215 NIL PFRPAC (NIL T) -7 NIL NIL NIL) (-933 2130309 2132217 2132570 "PFR" 2133348 NIL PFR (NIL T) -8 NIL NIL NIL) (-932 2128698 2128942 2129267 "PFOTOOLS" 2130056 NIL PFOTOOLS (NIL T T) -7 NIL NIL NIL) (-931 2127231 2127470 2127821 "PFOQ" 2128455 NIL PFOQ (NIL T T T) -7 NIL NIL NIL) (-930 2125732 2125944 2126300 "PFO" 2127015 NIL PFO (NIL T T T T T) -7 NIL NIL NIL) (-929 2122285 2125621 2125690 "PF" 2125695 NIL PF (NIL NIL) -8 NIL NIL NIL) (-928 2119605 2120876 2120904 "PFECAT" 2121489 T PFECAT (NIL) -9 NIL 2121873 NIL) (-927 2119050 2119204 2119418 "PFECAT-" 2119423 NIL PFECAT- (NIL T) -8 NIL NIL NIL) (-926 2117653 2117905 2118206 "PFBRU" 2118799 NIL PFBRU (NIL T T) -7 NIL NIL NIL) (-925 2115519 2115871 2116303 "PFBR" 2117304 NIL PFBR (NIL T T T T) -7 NIL NIL NIL) (-924 2111565 2113031 2113678 "PERM" 2114905 NIL PERM (NIL T) -8 NIL NIL NIL) (-923 2106799 2107772 2108642 "PERMGRP" 2110728 NIL PERMGRP (NIL T) -8 NIL NIL NIL) (-922 2104918 2105878 2105919 "PERMCAT" 2106319 NIL PERMCAT (NIL T) -9 NIL 2106617 NIL) (-921 2104571 2104612 2104736 "PERMAN" 2104871 NIL PERMAN (NIL NIL T) -7 NIL NIL NIL) (-920 2102061 2104236 2104358 "PENDTREE" 2104482 NIL PENDTREE (NIL T) -8 NIL NIL NIL) (-919 2100990 2101205 2101246 "PDSPC" 2101779 NIL PDSPC (NIL T) -9 NIL 2102024 NIL) (-918 2100093 2100311 2100673 "PDSPC-" 2100678 NIL PDSPC- (NIL T T) -8 NIL NIL NIL) (-917 2098975 2099743 2099784 "PDRING" 2099789 NIL PDRING (NIL T) -9 NIL 2099817 NIL) (-916 2097862 2098480 2098534 "PDMOD" 2098539 NIL PDMOD (NIL T T) -9 NIL 2098643 NIL) (-915 2095077 2095855 2096523 "PDEPROB" 2097214 T PDEPROB (NIL) -8 NIL NIL NIL) (-914 2092622 2093126 2093681 "PDEPACK" 2094542 T PDEPACK (NIL) -7 NIL NIL NIL) (-913 2091534 2091724 2091975 "PDECOMP" 2092421 NIL PDECOMP (NIL T T) -7 NIL NIL NIL) (-912 2089099 2089942 2089970 "PDECAT" 2090757 T PDECAT (NIL) -9 NIL 2091470 NIL) (-911 2088728 2088783 2088837 "PDDOM" 2089002 NIL PDDOM (NIL T T) -9 NIL 2089082 NIL) (-910 2088547 2088577 2088684 "PDDOM-" 2088689 NIL PDDOM- (NIL T T T) -8 NIL NIL NIL) (-909 2088298 2088331 2088421 "PCOMP" 2088508 NIL PCOMP (NIL T T) -7 NIL NIL NIL) (-908 2086476 2087099 2087396 "PBWLB" 2088027 NIL PBWLB (NIL T) -8 NIL NIL NIL) (-907 2078949 2080549 2081887 "PATTERN" 2085159 NIL PATTERN (NIL T) -8 NIL NIL NIL) (-906 2078581 2078638 2078747 "PATTERN2" 2078886 NIL PATTERN2 (NIL T T) -7 NIL NIL NIL) (-905 2076338 2076726 2077183 "PATTERN1" 2078170 NIL PATTERN1 (NIL T T) -7 NIL NIL NIL) (-904 2073706 2074287 2074768 "PATRES" 2075903 NIL PATRES (NIL T T) -8 NIL NIL NIL) (-903 2073270 2073337 2073469 "PATRES2" 2073633 NIL PATRES2 (NIL T T T) -7 NIL NIL NIL) (-902 2071153 2071558 2071965 "PATMATCH" 2072937 NIL PATMATCH (NIL T T T) -7 NIL NIL NIL) (-901 2070649 2070858 2070899 "PATMAB" 2071006 NIL PATMAB (NIL T) -9 NIL 2071089 NIL) (-900 2069167 2069503 2069761 "PATLRES" 2070454 NIL PATLRES (NIL T T T) -8 NIL NIL NIL) (-899 2068713 2068836 2068877 "PATAB" 2068882 NIL PATAB (NIL T) -9 NIL 2069054 NIL) (-898 2066895 2067290 2067713 "PARTPERM" 2068310 T PARTPERM (NIL) -7 NIL NIL NIL) (-897 2066516 2066579 2066681 "PARSURF" 2066826 NIL PARSURF (NIL T) -8 NIL NIL NIL) (-896 2066148 2066205 2066314 "PARSU2" 2066453 NIL PARSU2 (NIL T T) -7 NIL NIL NIL) (-895 2065912 2065952 2066019 "PARSER" 2066101 T PARSER (NIL) -7 NIL NIL NIL) (-894 2065533 2065596 2065698 "PARSCURV" 2065843 NIL PARSCURV (NIL T) -8 NIL NIL NIL) (-893 2065165 2065222 2065331 "PARSC2" 2065470 NIL PARSC2 (NIL T T) -7 NIL NIL NIL) (-892 2064804 2064862 2064959 "PARPCURV" 2065101 NIL PARPCURV (NIL T) -8 NIL NIL NIL) (-891 2064436 2064493 2064602 "PARPC2" 2064741 NIL PARPC2 (NIL T T) -7 NIL NIL NIL) (-890 2063497 2063809 2063991 "PARAMAST" 2064274 T PARAMAST (NIL) -8 NIL NIL NIL) (-889 2063017 2063103 2063222 "PAN2EXPR" 2063398 T PAN2EXPR (NIL) -7 NIL NIL NIL) (-888 2061794 2062138 2062366 "PALETTE" 2062809 T PALETTE (NIL) -8 NIL NIL NIL) (-887 2060187 2060799 2061159 "PAIR" 2061480 NIL PAIR (NIL T T) -8 NIL NIL NIL) (-886 2053779 2059444 2059639 "PADICRC" 2060041 NIL PADICRC (NIL NIL T) -8 NIL NIL NIL) (-885 2046695 2053123 2053308 "PADICRAT" 2053626 NIL PADICRAT (NIL NIL) -8 NIL NIL NIL) (-884 2045010 2046632 2046677 "PADIC" 2046682 NIL PADIC (NIL NIL) -8 NIL NIL NIL) (-883 2042106 2043670 2043710 "PADICCT" 2044291 NIL PADICCT (NIL NIL) -9 NIL 2044573 NIL) (-882 2041063 2041263 2041531 "PADEPAC" 2041893 NIL PADEPAC (NIL T NIL NIL) -7 NIL NIL NIL) (-881 2040275 2040408 2040614 "PADE" 2040925 NIL PADE (NIL T T T) -7 NIL NIL NIL) (-880 2038662 2039483 2039763 "OWP" 2040079 NIL OWP (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-879 2038155 2038368 2038465 "OVERSET" 2038585 T OVERSET (NIL) -8 NIL NIL NIL) (-878 2037201 2037760 2037932 "OVAR" 2038023 NIL OVAR (NIL NIL) -8 NIL NIL NIL) (-877 2036465 2036586 2036747 "OUT" 2037060 T OUT (NIL) -7 NIL NIL NIL) (-876 2025337 2027574 2029774 "OUTFORM" 2034285 T OUTFORM (NIL) -8 NIL NIL NIL) (-875 2024673 2024934 2025061 "OUTBFILE" 2025230 T OUTBFILE (NIL) -8 NIL NIL NIL) (-874 2023980 2024145 2024173 "OUTBCON" 2024491 T OUTBCON (NIL) -9 NIL 2024657 NIL) (-873 2023581 2023693 2023850 "OUTBCON-" 2023855 NIL OUTBCON- (NIL T) -8 NIL NIL NIL) (-872 2022961 2023310 2023399 "OSI" 2023512 T OSI (NIL) -8 NIL NIL NIL) (-871 2022477 2022815 2022843 "OSGROUP" 2022848 T OSGROUP (NIL) -9 NIL 2022870 NIL) (-870 2021222 2021449 2021734 "ORTHPOL" 2022224 NIL ORTHPOL (NIL T) -7 NIL NIL NIL) (-869 2018773 2021057 2021178 "OREUP" 2021183 NIL OREUP (NIL NIL T NIL NIL) -8 NIL NIL NIL) (-868 2016176 2018464 2018591 "ORESUP" 2018715 NIL ORESUP (NIL T NIL NIL) -8 NIL NIL NIL) (-867 2013704 2014204 2014765 "OREPCTO" 2015665 NIL OREPCTO (NIL T T) -7 NIL NIL NIL) (-866 2007376 2009577 2009618 "OREPCAT" 2011966 NIL OREPCAT (NIL T) -9 NIL 2013070 NIL) (-865 2004523 2005305 2006363 "OREPCAT-" 2006368 NIL OREPCAT- (NIL T T) -8 NIL NIL NIL) (-864 2003952 2004107 2004135 "ORDTYPE" 2004370 T ORDTYPE (NIL) -9 NIL 2004493 NIL) (-863 2003453 2003585 2003782 "ORDTYPE-" 2003787 NIL ORDTYPE- (NIL T) -8 NIL NIL NIL) (-862 2002590 2002888 2002916 "ORDSET" 2003225 T ORDSET (NIL) -9 NIL 2003389 NIL) (-861 2002021 2002169 2002393 "ORDSET-" 2002398 NIL ORDSET- (NIL T) -8 NIL NIL NIL) (-860 2000572 2001363 2001391 "ORDRING" 2001593 T ORDRING (NIL) -9 NIL 2001718 NIL) (-859 2000217 2000311 2000455 "ORDRING-" 2000460 NIL ORDRING- (NIL T) -8 NIL NIL NIL) (-858 1999583 2000046 2000074 "ORDMON" 2000079 T ORDMON (NIL) -9 NIL 2000100 NIL) (-857 1998745 1998892 1999087 "ORDFUNS" 1999432 NIL ORDFUNS (NIL NIL T) -7 NIL NIL NIL) (-856 1998069 1998488 1998516 "ORDFIN" 1998581 T ORDFIN (NIL) -9 NIL 1998655 NIL) (-855 1994628 1996655 1997064 "ORDCOMP" 1997693 NIL ORDCOMP (NIL T) -8 NIL NIL NIL) (-854 1993894 1994021 1994207 "ORDCOMP2" 1994488 NIL ORDCOMP2 (NIL T T) -7 NIL NIL NIL) (-853 1990475 1991385 1992199 "OPTPROB" 1993100 T OPTPROB (NIL) -8 NIL NIL NIL) (-852 1987277 1987916 1988620 "OPTPACK" 1989791 T OPTPACK (NIL) -7 NIL NIL NIL) (-851 1984950 1985716 1985744 "OPTCAT" 1986563 T OPTCAT (NIL) -9 NIL 1987213 NIL) (-850 1984334 1984627 1984732 "OPSIG" 1984865 T OPSIG (NIL) -8 NIL NIL NIL) (-849 1984102 1984141 1984207 "OPQUERY" 1984288 T OPQUERY (NIL) -7 NIL NIL NIL) (-848 1981233 1982413 1982917 "OP" 1983631 NIL OP (NIL T) -8 NIL NIL NIL) (-847 1980593 1980819 1980860 "OPERCAT" 1981072 NIL OPERCAT (NIL T) -9 NIL 1981169 NIL) (-846 1980348 1980404 1980521 "OPERCAT-" 1980526 NIL OPERCAT- (NIL T T) -8 NIL NIL NIL) (-845 1977161 1979145 1979514 "ONECOMP" 1980012 NIL ONECOMP (NIL T) -8 NIL NIL NIL) (-844 1976466 1976581 1976755 "ONECOMP2" 1977033 NIL ONECOMP2 (NIL T T) -7 NIL NIL NIL) (-843 1975885 1975991 1976121 "OMSERVER" 1976356 T OMSERVER (NIL) -7 NIL NIL NIL) (-842 1972747 1975325 1975365 "OMSAGG" 1975426 NIL OMSAGG (NIL T) -9 NIL 1975490 NIL) (-841 1971370 1971633 1971915 "OMPKG" 1972485 T OMPKG (NIL) -7 NIL NIL NIL) (-840 1970800 1970903 1970931 "OM" 1971230 T OM (NIL) -9 NIL NIL NIL) (-839 1969347 1970349 1970518 "OMLO" 1970681 NIL OMLO (NIL T T) -8 NIL NIL NIL) (-838 1968307 1968454 1968674 "OMEXPR" 1969173 NIL OMEXPR (NIL T) -7 NIL NIL NIL) (-837 1967598 1967853 1967989 "OMERR" 1968191 T OMERR (NIL) -8 NIL NIL NIL) (-836 1966749 1967019 1967179 "OMERRK" 1967458 T OMERRK (NIL) -8 NIL NIL NIL) (-835 1966200 1966426 1966534 "OMENC" 1966661 T OMENC (NIL) -8 NIL NIL NIL) (-834 1960095 1961280 1962451 "OMDEV" 1965049 T OMDEV (NIL) -8 NIL NIL NIL) (-833 1959164 1959335 1959529 "OMCONN" 1959921 T OMCONN (NIL) -8 NIL NIL NIL) (-832 1957671 1958647 1958675 "OINTDOM" 1958680 T OINTDOM (NIL) -9 NIL 1958701 NIL) (-831 1955009 1956359 1956696 "OFMONOID" 1957366 NIL OFMONOID (NIL T) -8 NIL NIL NIL) (-830 1954381 1954946 1954991 "ODVAR" 1954996 NIL ODVAR (NIL T) -8 NIL NIL NIL) (-829 1951804 1954126 1954281 "ODR" 1954286 NIL ODR (NIL T T NIL) -8 NIL NIL NIL) (-828 1944109 1951580 1951706 "ODPOL" 1951711 NIL ODPOL (NIL T) -8 NIL NIL NIL) (-827 1937907 1943981 1944086 "ODP" 1944091 NIL ODP (NIL NIL T NIL) -8 NIL NIL NIL) (-826 1936673 1936888 1937163 "ODETOOLS" 1937681 NIL ODETOOLS (NIL T T) -7 NIL NIL NIL) (-825 1933640 1934298 1935014 "ODESYS" 1936006 NIL ODESYS (NIL T T) -7 NIL NIL NIL) (-824 1928522 1929430 1930455 "ODERTRIC" 1932715 NIL ODERTRIC (NIL T T) -7 NIL NIL NIL) (-823 1927948 1928030 1928224 "ODERED" 1928434 NIL ODERED (NIL T T T T T) -7 NIL NIL NIL) (-822 1924836 1925384 1926061 "ODERAT" 1927371 NIL ODERAT (NIL T T) -7 NIL NIL NIL) (-821 1921795 1922260 1922857 "ODEPRRIC" 1924365 NIL ODEPRRIC (NIL T T T T) -7 NIL NIL NIL) (-820 1919738 1920334 1920820 "ODEPROB" 1921329 T ODEPROB (NIL) -8 NIL NIL NIL) (-819 1916258 1916743 1917390 "ODEPRIM" 1919217 NIL ODEPRIM (NIL T T T T) -7 NIL NIL NIL) (-818 1915507 1915609 1915869 "ODEPAL" 1916150 NIL ODEPAL (NIL T T T T) -7 NIL NIL NIL) (-817 1911669 1912460 1913324 "ODEPACK" 1914663 T ODEPACK (NIL) -7 NIL NIL NIL) (-816 1910730 1910837 1911059 "ODEINT" 1911558 NIL ODEINT (NIL T T) -7 NIL NIL NIL) (-815 1904831 1906256 1907703 "ODEIFTBL" 1909303 T ODEIFTBL (NIL) -8 NIL NIL NIL) (-814 1900229 1901015 1901967 "ODEEF" 1903990 NIL ODEEF (NIL T T) -7 NIL NIL NIL) (-813 1899578 1899667 1899890 "ODECONST" 1900134 NIL ODECONST (NIL T T T) -7 NIL NIL NIL) (-812 1897689 1898350 1898378 "ODECAT" 1898983 T ODECAT (NIL) -9 NIL 1899514 NIL) (-811 1894544 1897394 1897516 "OCT" 1897599 NIL OCT (NIL T) -8 NIL NIL NIL) (-810 1894182 1894225 1894352 "OCTCT2" 1894495 NIL OCTCT2 (NIL T T T T) -7 NIL NIL NIL) (-809 1888817 1891252 1891292 "OC" 1892389 NIL OC (NIL T) -9 NIL 1893247 NIL) (-808 1886044 1886792 1887782 "OC-" 1887876 NIL OC- (NIL T T) -8 NIL NIL NIL) (-807 1885382 1885850 1885878 "OCAMON" 1885883 T OCAMON (NIL) -9 NIL 1885904 NIL) (-806 1884899 1885240 1885268 "OASGP" 1885273 T OASGP (NIL) -9 NIL 1885293 NIL) (-805 1884146 1884635 1884663 "OAMONS" 1884703 T OAMONS (NIL) -9 NIL 1884746 NIL) (-804 1883546 1883979 1884007 "OAMON" 1884012 T OAMON (NIL) -9 NIL 1884032 NIL) (-803 1882790 1883308 1883336 "OAGROUP" 1883341 T OAGROUP (NIL) -9 NIL 1883361 NIL) (-802 1882480 1882530 1882618 "NUMTUBE" 1882734 NIL NUMTUBE (NIL T) -7 NIL NIL NIL) (-801 1876053 1877571 1879107 "NUMQUAD" 1880964 T NUMQUAD (NIL) -7 NIL NIL NIL) (-800 1871809 1872797 1873822 "NUMODE" 1875048 T NUMODE (NIL) -7 NIL NIL NIL) (-799 1869150 1870030 1870058 "NUMINT" 1870981 T NUMINT (NIL) -9 NIL 1871745 NIL) (-798 1868098 1868295 1868513 "NUMFMT" 1868952 T NUMFMT (NIL) -7 NIL NIL NIL) (-797 1854457 1857402 1859934 "NUMERIC" 1865605 NIL NUMERIC (NIL T) -7 NIL NIL NIL) (-796 1848827 1853906 1854001 "NTSCAT" 1854006 NIL NTSCAT (NIL T T T T) -9 NIL 1854045 NIL) (-795 1848021 1848186 1848379 "NTPOLFN" 1848666 NIL NTPOLFN (NIL T) -7 NIL NIL NIL) (-794 1835822 1844846 1845658 "NSUP" 1847242 NIL NSUP (NIL T) -8 NIL NIL NIL) (-793 1835454 1835511 1835620 "NSUP2" 1835759 NIL NSUP2 (NIL T T) -7 NIL NIL NIL) (-792 1825404 1835228 1835361 "NSMP" 1835366 NIL NSMP (NIL T T) -8 NIL NIL NIL) (-791 1823836 1824137 1824494 "NREP" 1825092 NIL NREP (NIL T) -7 NIL NIL NIL) (-790 1822427 1822679 1823037 "NPCOEF" 1823579 NIL NPCOEF (NIL T T T T T) -7 NIL NIL NIL) (-789 1821493 1821608 1821824 "NORMRETR" 1822308 NIL NORMRETR (NIL T T T T NIL) -7 NIL NIL NIL) (-788 1819534 1819824 1820233 "NORMPK" 1821201 NIL NORMPK (NIL T T T T T) -7 NIL NIL NIL) (-787 1819219 1819247 1819371 "NORMMA" 1819500 NIL NORMMA (NIL T T T T) -7 NIL NIL NIL) (-786 1819019 1819176 1819205 "NONE" 1819210 T NONE (NIL) -8 NIL NIL NIL) (-785 1818808 1818837 1818906 "NONE1" 1818983 NIL NONE1 (NIL T) -7 NIL NIL NIL) (-784 1818305 1818367 1818546 "NODE1" 1818740 NIL NODE1 (NIL T T) -7 NIL NIL NIL) (-783 1816586 1817437 1817692 "NNI" 1818039 T NNI (NIL) -8 NIL NIL 1818274) (-782 1815006 1815319 1815683 "NLINSOL" 1816254 NIL NLINSOL (NIL T) -7 NIL NIL NIL) (-781 1811247 1812242 1813141 "NIPROB" 1814127 T NIPROB (NIL) -8 NIL NIL NIL) (-780 1810004 1810238 1810540 "NFINTBAS" 1811009 NIL NFINTBAS (NIL T T) -7 NIL NIL NIL) (-779 1809178 1809654 1809695 "NETCLT" 1809867 NIL NETCLT (NIL T) -9 NIL 1809949 NIL) (-778 1807886 1808117 1808398 "NCODIV" 1808946 NIL NCODIV (NIL T T) -7 NIL NIL NIL) (-777 1807648 1807685 1807760 "NCNTFRAC" 1807843 NIL NCNTFRAC (NIL T) -7 NIL NIL NIL) (-776 1805828 1806192 1806612 "NCEP" 1807273 NIL NCEP (NIL T) -7 NIL NIL NIL) (-775 1804665 1805438 1805466 "NASRING" 1805576 T NASRING (NIL) -9 NIL 1805656 NIL) (-774 1804460 1804504 1804598 "NASRING-" 1804603 NIL NASRING- (NIL T) -8 NIL NIL NIL) (-773 1803553 1804078 1804106 "NARNG" 1804223 T NARNG (NIL) -9 NIL 1804314 NIL) (-772 1803245 1803312 1803446 "NARNG-" 1803451 NIL NARNG- (NIL T) -8 NIL NIL NIL) (-771 1802124 1802331 1802566 "NAGSP" 1803030 T NAGSP (NIL) -7 NIL NIL NIL) (-770 1793396 1795080 1796753 "NAGS" 1800471 T NAGS (NIL) -7 NIL NIL NIL) (-769 1791944 1792252 1792583 "NAGF07" 1793085 T NAGF07 (NIL) -7 NIL NIL NIL) (-768 1786482 1787773 1789080 "NAGF04" 1790657 T NAGF04 (NIL) -7 NIL NIL NIL) (-767 1779450 1781064 1782697 "NAGF02" 1784869 T NAGF02 (NIL) -7 NIL NIL NIL) (-766 1774674 1775774 1776891 "NAGF01" 1778353 T NAGF01 (NIL) -7 NIL NIL NIL) (-765 1768302 1769868 1771453 "NAGE04" 1773109 T NAGE04 (NIL) -7 NIL NIL NIL) (-764 1759471 1761592 1763722 "NAGE02" 1766192 T NAGE02 (NIL) -7 NIL NIL NIL) (-763 1755424 1756371 1757335 "NAGE01" 1758527 T NAGE01 (NIL) -7 NIL NIL NIL) (-762 1753219 1753753 1754311 "NAGD03" 1754886 T NAGD03 (NIL) -7 NIL NIL NIL) (-761 1744969 1746897 1748851 "NAGD02" 1751285 T NAGD02 (NIL) -7 NIL NIL NIL) (-760 1738780 1740205 1741645 "NAGD01" 1743549 T NAGD01 (NIL) -7 NIL NIL NIL) (-759 1734989 1735811 1736648 "NAGC06" 1737963 T NAGC06 (NIL) -7 NIL NIL NIL) (-758 1733454 1733786 1734142 "NAGC05" 1734653 T NAGC05 (NIL) -7 NIL NIL NIL) (-757 1732830 1732949 1733093 "NAGC02" 1733330 T NAGC02 (NIL) -7 NIL NIL NIL) (-756 1731775 1732358 1732398 "NAALG" 1732477 NIL NAALG (NIL T) -9 NIL 1732538 NIL) (-755 1731610 1731639 1731729 "NAALG-" 1731734 NIL NAALG- (NIL T T) -8 NIL NIL NIL) (-754 1725560 1726668 1727855 "MULTSQFR" 1730506 NIL MULTSQFR (NIL T T T T) -7 NIL NIL NIL) (-753 1724879 1724954 1725138 "MULTFACT" 1725472 NIL MULTFACT (NIL T T T T) -7 NIL NIL NIL) (-752 1717550 1721464 1721517 "MTSCAT" 1722587 NIL MTSCAT (NIL T T) -9 NIL 1723102 NIL) (-751 1717262 1717316 1717408 "MTHING" 1717490 NIL MTHING (NIL T) -7 NIL NIL NIL) (-750 1717054 1717087 1717147 "MSYSCMD" 1717222 T MSYSCMD (NIL) -7 NIL NIL NIL) (-749 1713136 1715809 1716129 "MSET" 1716767 NIL MSET (NIL T) -8 NIL NIL NIL) (-748 1710205 1712697 1712738 "MSETAGG" 1712743 NIL MSETAGG (NIL T) -9 NIL 1712777 NIL) (-747 1706047 1707584 1708329 "MRING" 1709505 NIL MRING (NIL T T) -8 NIL NIL NIL) (-746 1705613 1705680 1705811 "MRF2" 1705974 NIL MRF2 (NIL T T T) -7 NIL NIL NIL) (-745 1705231 1705266 1705410 "MRATFAC" 1705572 NIL MRATFAC (NIL T T T T) -7 NIL NIL NIL) (-744 1702843 1703138 1703569 "MPRFF" 1704936 NIL MPRFF (NIL T T T T) -7 NIL NIL NIL) (-743 1696864 1702697 1702794 "MPOLY" 1702799 NIL MPOLY (NIL NIL T) -8 NIL NIL NIL) (-742 1696354 1696389 1696597 "MPCPF" 1696823 NIL MPCPF (NIL T T T T) -7 NIL NIL NIL) (-741 1695868 1695911 1696095 "MPC3" 1696305 NIL MPC3 (NIL T T T T T T T) -7 NIL NIL NIL) (-740 1695063 1695144 1695365 "MPC2" 1695783 NIL MPC2 (NIL T T T T T T T) -7 NIL NIL NIL) (-739 1693364 1693701 1694091 "MONOTOOL" 1694723 NIL MONOTOOL (NIL T T) -7 NIL NIL NIL) (-738 1692575 1692892 1692920 "MONOID" 1693139 T MONOID (NIL) -9 NIL 1693286 NIL) (-737 1692121 1692240 1692421 "MONOID-" 1692426 NIL MONOID- (NIL T) -8 NIL NIL NIL) (-736 1681711 1687941 1688000 "MONOGEN" 1688674 NIL MONOGEN (NIL T T) -9 NIL 1689130 NIL) (-735 1678929 1679664 1680664 "MONOGEN-" 1680783 NIL MONOGEN- (NIL T T T) -8 NIL NIL NIL) (-734 1677748 1678194 1678222 "MONADWU" 1678614 T MONADWU (NIL) -9 NIL 1678852 NIL) (-733 1677120 1677279 1677527 "MONADWU-" 1677532 NIL MONADWU- (NIL T) -8 NIL NIL NIL) (-732 1676465 1676709 1676737 "MONAD" 1676944 T MONAD (NIL) -9 NIL 1677056 NIL) (-731 1676150 1676228 1676360 "MONAD-" 1676365 NIL MONAD- (NIL T) -8 NIL NIL NIL) (-730 1674439 1675063 1675342 "MOEBIUS" 1675903 NIL MOEBIUS (NIL T) -8 NIL NIL NIL) (-729 1673703 1674107 1674147 "MODULE" 1674152 NIL MODULE (NIL T) -9 NIL 1674191 NIL) (-728 1673271 1673367 1673557 "MODULE-" 1673562 NIL MODULE- (NIL T T) -8 NIL NIL NIL) (-727 1670951 1671635 1671962 "MODRING" 1673095 NIL MODRING (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-726 1667895 1669056 1669577 "MODOP" 1670480 NIL MODOP (NIL T T) -8 NIL NIL NIL) (-725 1666483 1666962 1667239 "MODMONOM" 1667758 NIL MODMONOM (NIL T T NIL) -8 NIL NIL NIL) (-724 1656251 1664774 1665188 "MODMON" 1666120 NIL MODMON (NIL T T) -8 NIL NIL NIL) (-723 1653407 1655095 1655371 "MODFIELD" 1656126 NIL MODFIELD (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-722 1652384 1652688 1652878 "MMLFORM" 1653237 T MMLFORM (NIL) -8 NIL NIL NIL) (-721 1651910 1651953 1652132 "MMAP" 1652335 NIL MMAP (NIL T T T T T T) -7 NIL NIL NIL) (-720 1649975 1650742 1650783 "MLO" 1651206 NIL MLO (NIL T) -9 NIL 1651448 NIL) (-719 1647341 1647857 1648459 "MLIFT" 1649456 NIL MLIFT (NIL T T T T) -7 NIL NIL NIL) (-718 1646732 1646816 1646970 "MKUCFUNC" 1647252 NIL MKUCFUNC (NIL T T T) -7 NIL NIL NIL) (-717 1646331 1646401 1646524 "MKRECORD" 1646655 NIL MKRECORD (NIL T T) -7 NIL NIL NIL) (-716 1645378 1645540 1645768 "MKFUNC" 1646142 NIL MKFUNC (NIL T) -7 NIL NIL NIL) (-715 1644766 1644870 1645026 "MKFLCFN" 1645261 NIL MKFLCFN (NIL T) -7 NIL NIL NIL) (-714 1644043 1644145 1644330 "MKBCFUNC" 1644659 NIL MKBCFUNC (NIL T T T T) -7 NIL NIL NIL) (-713 1640632 1643597 1643733 "MINT" 1643927 T MINT (NIL) -8 NIL NIL NIL) (-712 1639444 1639687 1639964 "MHROWRED" 1640387 NIL MHROWRED (NIL T) -7 NIL NIL NIL) (-711 1634824 1637979 1638384 "MFLOAT" 1639059 T MFLOAT (NIL) -8 NIL NIL NIL) (-710 1634181 1634257 1634428 "MFINFACT" 1634736 NIL MFINFACT (NIL T T T T) -7 NIL NIL NIL) (-709 1630496 1631344 1632228 "MESH" 1633317 T MESH (NIL) -7 NIL NIL NIL) (-708 1628886 1629198 1629551 "MDDFACT" 1630183 NIL MDDFACT (NIL T) -7 NIL NIL NIL) (-707 1625655 1628017 1628058 "MDAGG" 1628313 NIL MDAGG (NIL T) -9 NIL 1628456 NIL) (-706 1614349 1624948 1625155 "MCMPLX" 1625468 T MCMPLX (NIL) -8 NIL NIL NIL) (-705 1613486 1613632 1613833 "MCDEN" 1614198 NIL MCDEN (NIL T T) -7 NIL NIL NIL) (-704 1611376 1611646 1612026 "MCALCFN" 1613216 NIL MCALCFN (NIL T T T T) -7 NIL NIL NIL) (-703 1610301 1610541 1610774 "MAYBE" 1611182 NIL MAYBE (NIL T) -8 NIL NIL NIL) (-702 1607913 1608436 1608998 "MATSTOR" 1609772 NIL MATSTOR (NIL T) -7 NIL NIL NIL) (-701 1603824 1607285 1607533 "MATRIX" 1607698 NIL MATRIX (NIL T) -8 NIL NIL NIL) (-700 1599590 1600297 1601033 "MATLIN" 1603181 NIL MATLIN (NIL T T T T) -7 NIL NIL NIL) (-699 1589415 1592647 1592724 "MATCAT" 1597756 NIL MATCAT (NIL T T T) -9 NIL 1599228 NIL) (-698 1585608 1586678 1588091 "MATCAT-" 1588096 NIL MATCAT- (NIL T T T T) -8 NIL NIL NIL) (-697 1584202 1584355 1584688 "MATCAT2" 1585443 NIL MATCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-696 1582314 1582638 1583022 "MAPPKG3" 1583877 NIL MAPPKG3 (NIL T T T) -7 NIL NIL NIL) (-695 1581295 1581468 1581690 "MAPPKG2" 1582138 NIL MAPPKG2 (NIL T T) -7 NIL NIL NIL) (-694 1579794 1580078 1580405 "MAPPKG1" 1581001 NIL MAPPKG1 (NIL T) -7 NIL NIL NIL) (-693 1578873 1579200 1579377 "MAPPAST" 1579637 T MAPPAST (NIL) -8 NIL NIL NIL) (-692 1578484 1578542 1578665 "MAPHACK3" 1578809 NIL MAPHACK3 (NIL T T T) -7 NIL NIL NIL) (-691 1578076 1578137 1578251 "MAPHACK2" 1578416 NIL MAPHACK2 (NIL T T) -7 NIL NIL NIL) (-690 1577514 1577617 1577759 "MAPHACK1" 1577967 NIL MAPHACK1 (NIL T) -7 NIL NIL NIL) (-689 1575593 1576214 1576518 "MAGMA" 1577242 NIL MAGMA (NIL T) -8 NIL NIL NIL) (-688 1575072 1575317 1575408 "MACROAST" 1575522 T MACROAST (NIL) -8 NIL NIL NIL) (-687 1571492 1573311 1573772 "M3D" 1574644 NIL M3D (NIL T) -8 NIL NIL NIL) (-686 1565541 1569803 1569844 "LZSTAGG" 1570626 NIL LZSTAGG (NIL T) -9 NIL 1570921 NIL) (-685 1561499 1562672 1564129 "LZSTAGG-" 1564134 NIL LZSTAGG- (NIL T T) -8 NIL NIL NIL) (-684 1558586 1559390 1559877 "LWORD" 1561044 NIL LWORD (NIL T) -8 NIL NIL NIL) (-683 1558162 1558390 1558465 "LSTAST" 1558531 T LSTAST (NIL) -8 NIL NIL NIL) (-682 1551052 1557933 1558067 "LSQM" 1558072 NIL LSQM (NIL NIL T) -8 NIL NIL NIL) (-681 1550276 1550415 1550643 "LSPP" 1550907 NIL LSPP (NIL T T T T) -7 NIL NIL NIL) (-680 1548088 1548389 1548845 "LSMP" 1549965 NIL LSMP (NIL T T T T) -7 NIL NIL NIL) (-679 1544867 1545541 1546271 "LSMP1" 1547390 NIL LSMP1 (NIL T) -7 NIL NIL NIL) (-678 1538695 1543984 1544025 "LSAGG" 1544087 NIL LSAGG (NIL T) -9 NIL 1544165 NIL) (-677 1535390 1536314 1537527 "LSAGG-" 1537532 NIL LSAGG- (NIL T T) -8 NIL NIL NIL) (-676 1532989 1534534 1534783 "LPOLY" 1535185 NIL LPOLY (NIL T T) -8 NIL NIL NIL) (-675 1532571 1532656 1532779 "LPEFRAC" 1532898 NIL LPEFRAC (NIL T) -7 NIL NIL NIL) (-674 1530892 1531665 1531918 "LO" 1532403 NIL LO (NIL T T T) -8 NIL NIL NIL) (-673 1530530 1530642 1530670 "LOGIC" 1530781 T LOGIC (NIL) -9 NIL 1530862 NIL) (-672 1530392 1530415 1530486 "LOGIC-" 1530491 NIL LOGIC- (NIL T) -8 NIL NIL NIL) (-671 1529585 1529725 1529918 "LODOOPS" 1530248 NIL LODOOPS (NIL T T) -7 NIL NIL NIL) (-670 1527008 1529501 1529567 "LODO" 1529572 NIL LODO (NIL T NIL) -8 NIL NIL NIL) (-669 1525546 1525781 1526134 "LODOF" 1526755 NIL LODOF (NIL T T) -7 NIL NIL NIL) (-668 1521750 1524181 1524222 "LODOCAT" 1524660 NIL LODOCAT (NIL T) -9 NIL 1524871 NIL) (-667 1521483 1521541 1521668 "LODOCAT-" 1521673 NIL LODOCAT- (NIL T T) -8 NIL NIL NIL) (-666 1518803 1521324 1521442 "LODO2" 1521447 NIL LODO2 (NIL T T) -8 NIL NIL NIL) (-665 1516238 1518740 1518785 "LODO1" 1518790 NIL LODO1 (NIL T) -8 NIL NIL NIL) (-664 1515119 1515284 1515589 "LODEEF" 1516061 NIL LODEEF (NIL T T T) -7 NIL NIL NIL) (-663 1510396 1513285 1513326 "LNAGG" 1514188 NIL LNAGG (NIL T) -9 NIL 1514623 NIL) (-662 1509543 1509757 1510099 "LNAGG-" 1510104 NIL LNAGG- (NIL T T) -8 NIL NIL NIL) (-661 1505679 1506468 1507107 "LMOPS" 1508958 NIL LMOPS (NIL T T NIL) -8 NIL NIL NIL) (-660 1505068 1505456 1505497 "LMODULE" 1505502 NIL LMODULE (NIL T) -9 NIL 1505528 NIL) (-659 1502268 1504713 1504836 "LMDICT" 1504978 NIL LMDICT (NIL T) -8 NIL NIL NIL) (-658 1501886 1502058 1502099 "LLINSET" 1502160 NIL LLINSET (NIL T) -9 NIL 1502204 NIL) (-657 1501585 1501794 1501854 "LITERAL" 1501859 NIL LITERAL (NIL T) -8 NIL NIL NIL) (-656 1494750 1500519 1500823 "LIST" 1501314 NIL LIST (NIL T) -8 NIL NIL NIL) (-655 1494275 1494349 1494488 "LIST3" 1494670 NIL LIST3 (NIL T T T) -7 NIL NIL NIL) (-654 1493282 1493460 1493688 "LIST2" 1494093 NIL LIST2 (NIL T T) -7 NIL NIL NIL) (-653 1491416 1491728 1492127 "LIST2MAP" 1492929 NIL LIST2MAP (NIL T T) -7 NIL NIL NIL) (-652 1491047 1491235 1491276 "LINSET" 1491281 NIL LINSET (NIL T) -9 NIL 1491315 NIL) (-651 1489460 1490074 1490115 "LINEXP" 1490605 NIL LINEXP (NIL T) -9 NIL 1490878 NIL) (-650 1488037 1488297 1488608 "LINDEP" 1489212 NIL LINDEP (NIL T T) -7 NIL NIL NIL) (-649 1484804 1485523 1486300 "LIMITRF" 1487292 NIL LIMITRF (NIL T) -7 NIL NIL NIL) (-648 1483107 1483403 1483812 "LIMITPS" 1484499 NIL LIMITPS (NIL T T) -7 NIL NIL NIL) (-647 1477535 1482618 1482846 "LIE" 1482928 NIL LIE (NIL T T) -8 NIL NIL NIL) (-646 1476469 1476938 1476978 "LIECAT" 1477118 NIL LIECAT (NIL T) -9 NIL 1477269 NIL) (-645 1476310 1476337 1476425 "LIECAT-" 1476430 NIL LIECAT- (NIL T T) -8 NIL NIL NIL) (-644 1468901 1475850 1476006 "LIB" 1476174 T LIB (NIL) -8 NIL NIL NIL) (-643 1464536 1465419 1466354 "LGROBP" 1468018 NIL LGROBP (NIL NIL T) -7 NIL NIL NIL) (-642 1462534 1462808 1463158 "LF" 1464257 NIL LF (NIL T T) -7 NIL NIL NIL) (-641 1461374 1462066 1462094 "LFCAT" 1462301 T LFCAT (NIL) -9 NIL 1462440 NIL) (-640 1458276 1458906 1459594 "LEXTRIPK" 1460738 NIL LEXTRIPK (NIL T NIL) -7 NIL NIL NIL) (-639 1455020 1455846 1456349 "LEXP" 1457856 NIL LEXP (NIL T T NIL) -8 NIL NIL NIL) (-638 1454496 1454741 1454833 "LETAST" 1454948 T LETAST (NIL) -8 NIL NIL NIL) (-637 1452894 1453207 1453608 "LEADCDET" 1454178 NIL LEADCDET (NIL T T T T) -7 NIL NIL NIL) (-636 1452084 1452158 1452387 "LAZM3PK" 1452815 NIL LAZM3PK (NIL T T T T T T) -7 NIL NIL NIL) (-635 1447001 1450161 1450699 "LAUPOL" 1451596 NIL LAUPOL (NIL T T) -8 NIL NIL NIL) (-634 1446580 1446624 1446785 "LAPLACE" 1446951 NIL LAPLACE (NIL T T) -7 NIL NIL NIL) (-633 1444519 1445681 1445932 "LA" 1446413 NIL LA (NIL T T T) -8 NIL NIL NIL) (-632 1443499 1444083 1444124 "LALG" 1444186 NIL LALG (NIL T) -9 NIL 1444245 NIL) (-631 1443213 1443272 1443408 "LALG-" 1443413 NIL LALG- (NIL T T) -8 NIL NIL NIL) (-630 1443048 1443072 1443113 "KVTFROM" 1443175 NIL KVTFROM (NIL T) -9 NIL NIL NIL) (-629 1441971 1442415 1442600 "KTVLOGIC" 1442883 T KTVLOGIC (NIL) -8 NIL NIL NIL) (-628 1441806 1441830 1441871 "KRCFROM" 1441933 NIL KRCFROM (NIL T) -9 NIL NIL NIL) (-627 1440710 1440897 1441196 "KOVACIC" 1441606 NIL KOVACIC (NIL T T) -7 NIL NIL NIL) (-626 1440545 1440569 1440610 "KONVERT" 1440672 NIL KONVERT (NIL T) -9 NIL NIL NIL) (-625 1440380 1440404 1440445 "KOERCE" 1440507 NIL KOERCE (NIL T) -9 NIL NIL NIL) (-624 1438211 1438973 1439350 "KERNEL" 1440036 NIL KERNEL (NIL T) -8 NIL NIL NIL) (-623 1437707 1437788 1437920 "KERNEL2" 1438125 NIL KERNEL2 (NIL T T) -7 NIL NIL NIL) (-622 1431417 1436184 1436238 "KDAGG" 1436615 NIL KDAGG (NIL T T) -9 NIL 1436821 NIL) (-621 1430946 1431070 1431275 "KDAGG-" 1431280 NIL KDAGG- (NIL T T T) -8 NIL NIL NIL) (-620 1424094 1430607 1430762 "KAFILE" 1430824 NIL KAFILE (NIL T) -8 NIL NIL NIL) (-619 1418522 1423605 1423833 "JORDAN" 1423915 NIL JORDAN (NIL T T) -8 NIL NIL NIL) (-618 1417901 1418171 1418292 "JOINAST" 1418421 T JOINAST (NIL) -8 NIL NIL NIL) (-617 1417747 1417806 1417861 "JAVACODE" 1417866 T JAVACODE (NIL) -8 NIL NIL NIL) (-616 1413973 1415924 1415978 "IXAGG" 1416907 NIL IXAGG (NIL T T) -9 NIL 1417366 NIL) (-615 1412892 1413198 1413617 "IXAGG-" 1413622 NIL IXAGG- (NIL T T T) -8 NIL NIL NIL) (-614 1408424 1412814 1412873 "IVECTOR" 1412878 NIL IVECTOR (NIL T NIL) -8 NIL NIL NIL) (-613 1407190 1407427 1407693 "ITUPLE" 1408191 NIL ITUPLE (NIL T) -8 NIL NIL NIL) (-612 1405692 1405869 1406164 "ITRIGMNP" 1407012 NIL ITRIGMNP (NIL T T T) -7 NIL NIL NIL) (-611 1404437 1404641 1404924 "ITFUN3" 1405468 NIL ITFUN3 (NIL T T T) -7 NIL NIL NIL) (-610 1404069 1404126 1404235 "ITFUN2" 1404374 NIL ITFUN2 (NIL T T) -7 NIL NIL NIL) (-609 1403228 1403549 1403723 "ITFORM" 1403915 T ITFORM (NIL) -8 NIL NIL NIL) (-608 1401189 1402248 1402526 "ITAYLOR" 1402983 NIL ITAYLOR (NIL T) -8 NIL NIL NIL) (-607 1390134 1395326 1396489 "ISUPS" 1400059 NIL ISUPS (NIL T) -8 NIL NIL NIL) (-606 1389238 1389378 1389614 "ISUMP" 1389981 NIL ISUMP (NIL T T T T) -7 NIL NIL NIL) (-605 1384615 1389183 1389224 "ISTRING" 1389229 NIL ISTRING (NIL NIL) -8 NIL NIL NIL) (-604 1384091 1384336 1384428 "ISAST" 1384543 T ISAST (NIL) -8 NIL NIL NIL) (-603 1383300 1383382 1383598 "IRURPK" 1384005 NIL IRURPK (NIL T T T T T) -7 NIL NIL NIL) (-602 1382236 1382437 1382677 "IRSN" 1383080 T IRSN (NIL) -7 NIL NIL NIL) (-601 1380307 1380662 1381091 "IRRF2F" 1381874 NIL IRRF2F (NIL T) -7 NIL NIL NIL) (-600 1380054 1380092 1380168 "IRREDFFX" 1380263 NIL IRREDFFX (NIL T) -7 NIL NIL NIL) (-599 1378669 1378928 1379227 "IROOT" 1379787 NIL IROOT (NIL T) -7 NIL NIL NIL) (-598 1375273 1376353 1377045 "IR" 1378009 NIL IR (NIL T) -8 NIL NIL NIL) (-597 1374478 1374766 1374917 "IRFORM" 1375142 T IRFORM (NIL) -8 NIL NIL NIL) (-596 1372091 1372586 1373152 "IR2" 1373956 NIL IR2 (NIL T T) -7 NIL NIL NIL) (-595 1371191 1371304 1371518 "IR2F" 1371974 NIL IR2F (NIL T T) -7 NIL NIL NIL) (-594 1370982 1371016 1371076 "IPRNTPK" 1371151 T IPRNTPK (NIL) -7 NIL NIL NIL) (-593 1367563 1370871 1370940 "IPF" 1370945 NIL IPF (NIL NIL) -8 NIL NIL NIL) (-592 1365890 1367488 1367545 "IPADIC" 1367550 NIL IPADIC (NIL NIL NIL) -8 NIL NIL NIL) (-591 1365202 1365450 1365580 "IP4ADDR" 1365780 T IP4ADDR (NIL) -8 NIL NIL NIL) (-590 1364576 1364831 1364963 "IOMODE" 1365090 T IOMODE (NIL) -8 NIL NIL NIL) (-589 1363649 1364173 1364300 "IOBFILE" 1364469 T IOBFILE (NIL) -8 NIL NIL NIL) (-588 1363137 1363553 1363581 "IOBCON" 1363586 T IOBCON (NIL) -9 NIL 1363607 NIL) (-587 1362648 1362706 1362889 "INVLAPLA" 1363073 NIL INVLAPLA (NIL T T) -7 NIL NIL NIL) (-586 1352296 1354650 1357036 "INTTR" 1360312 NIL INTTR (NIL T T) -7 NIL NIL NIL) (-585 1348631 1349373 1350238 "INTTOOLS" 1351481 NIL INTTOOLS (NIL T T) -7 NIL NIL NIL) (-584 1348217 1348308 1348425 "INTSLPE" 1348534 T INTSLPE (NIL) -7 NIL NIL NIL) (-583 1346170 1348140 1348199 "INTRVL" 1348204 NIL INTRVL (NIL T) -8 NIL NIL NIL) (-582 1343772 1344284 1344859 "INTRF" 1345655 NIL INTRF (NIL T) -7 NIL NIL NIL) (-581 1343183 1343280 1343422 "INTRET" 1343670 NIL INTRET (NIL T) -7 NIL NIL NIL) (-580 1341180 1341569 1342039 "INTRAT" 1342791 NIL INTRAT (NIL T T) -7 NIL NIL NIL) (-579 1338443 1339026 1339645 "INTPM" 1340665 NIL INTPM (NIL T T) -7 NIL NIL NIL) (-578 1335188 1335787 1336525 "INTPAF" 1337829 NIL INTPAF (NIL T T T) -7 NIL NIL NIL) (-577 1330367 1331329 1332380 "INTPACK" 1334157 T INTPACK (NIL) -7 NIL NIL NIL) (-576 1327179 1330164 1330273 "INT" 1330278 T INT (NIL) -8 NIL NIL NIL) (-575 1326431 1326583 1326791 "INTHERTR" 1327021 NIL INTHERTR (NIL T T) -7 NIL NIL NIL) (-574 1325870 1325950 1326138 "INTHERAL" 1326345 NIL INTHERAL (NIL T T T T) -7 NIL NIL NIL) (-573 1323716 1324159 1324616 "INTHEORY" 1325433 T INTHEORY (NIL) -7 NIL NIL NIL) (-572 1315122 1316743 1318515 "INTG0" 1322068 NIL INTG0 (NIL T T T) -7 NIL NIL NIL) (-571 1295695 1300485 1305295 "INTFTBL" 1310332 T INTFTBL (NIL) -8 NIL NIL NIL) (-570 1294944 1295082 1295255 "INTFACT" 1295554 NIL INTFACT (NIL T) -7 NIL NIL NIL) (-569 1292371 1292817 1293374 "INTEF" 1294498 NIL INTEF (NIL T T) -7 NIL NIL NIL) (-568 1290724 1291463 1291491 "INTDOM" 1291792 T INTDOM (NIL) -9 NIL 1291999 NIL) (-567 1290093 1290267 1290509 "INTDOM-" 1290514 NIL INTDOM- (NIL T) -8 NIL NIL NIL) (-566 1286467 1288395 1288449 "INTCAT" 1289248 NIL INTCAT (NIL T) -9 NIL 1289569 NIL) (-565 1285939 1286042 1286170 "INTBIT" 1286359 T INTBIT (NIL) -7 NIL NIL NIL) (-564 1284638 1284792 1285099 "INTALG" 1285784 NIL INTALG (NIL T T T T T) -7 NIL NIL NIL) (-563 1284121 1284211 1284368 "INTAF" 1284542 NIL INTAF (NIL T T) -7 NIL NIL NIL) (-562 1277468 1283931 1284071 "INTABL" 1284076 NIL INTABL (NIL T T T) -8 NIL NIL NIL) (-561 1276801 1277267 1277332 "INT8" 1277366 T INT8 (NIL) -8 NIL NIL 1277411) (-560 1276133 1276599 1276664 "INT64" 1276698 T INT64 (NIL) -8 NIL NIL 1276743) (-559 1275465 1275931 1275996 "INT32" 1276030 T INT32 (NIL) -8 NIL NIL 1276075) (-558 1274797 1275263 1275328 "INT16" 1275362 T INT16 (NIL) -8 NIL NIL 1275407) (-557 1269506 1272358 1272386 "INS" 1273320 T INS (NIL) -9 NIL 1273985 NIL) (-556 1266746 1267517 1268491 "INS-" 1268564 NIL INS- (NIL T) -8 NIL NIL NIL) (-555 1265521 1265748 1266046 "INPSIGN" 1266499 NIL INPSIGN (NIL T T) -7 NIL NIL NIL) (-554 1264639 1264756 1264953 "INPRODPF" 1265401 NIL INPRODPF (NIL T T) -7 NIL NIL NIL) (-553 1263533 1263650 1263887 "INPRODFF" 1264519 NIL INPRODFF (NIL T T T T) -7 NIL NIL NIL) (-552 1262533 1262685 1262945 "INNMFACT" 1263369 NIL INNMFACT (NIL T T T T) -7 NIL NIL NIL) (-551 1261730 1261827 1262015 "INMODGCD" 1262432 NIL INMODGCD (NIL T T NIL NIL) -7 NIL NIL NIL) (-550 1260238 1260483 1260807 "INFSP" 1261475 NIL INFSP (NIL T T T) -7 NIL NIL NIL) (-549 1259422 1259539 1259722 "INFPROD0" 1260118 NIL INFPROD0 (NIL T T) -7 NIL NIL NIL) (-548 1256277 1257487 1258002 "INFORM" 1258915 T INFORM (NIL) -8 NIL NIL NIL) (-547 1255887 1255947 1256045 "INFORM1" 1256212 NIL INFORM1 (NIL T) -7 NIL NIL NIL) (-546 1255410 1255499 1255613 "INFINITY" 1255793 T INFINITY (NIL) -7 NIL NIL NIL) (-545 1254586 1255130 1255231 "INETCLTS" 1255329 T INETCLTS (NIL) -8 NIL NIL NIL) (-544 1253202 1253452 1253773 "INEP" 1254334 NIL INEP (NIL T T T) -7 NIL NIL NIL) (-543 1252407 1253099 1253164 "INDE" 1253169 NIL INDE (NIL T) -8 NIL NIL NIL) (-542 1251971 1252039 1252156 "INCRMAPS" 1252334 NIL INCRMAPS (NIL T) -7 NIL NIL NIL) (-541 1250789 1251240 1251446 "INBFILE" 1251785 T INBFILE (NIL) -8 NIL NIL NIL) (-540 1246088 1247025 1247969 "INBFF" 1249877 NIL INBFF (NIL T) -7 NIL NIL NIL) (-539 1244996 1245265 1245293 "INBCON" 1245806 T INBCON (NIL) -9 NIL 1246072 NIL) (-538 1244248 1244471 1244747 "INBCON-" 1244752 NIL INBCON- (NIL T) -8 NIL NIL NIL) (-537 1243727 1243972 1244063 "INAST" 1244177 T INAST (NIL) -8 NIL NIL NIL) (-536 1243154 1243406 1243512 "IMPTAST" 1243641 T IMPTAST (NIL) -8 NIL NIL NIL) (-535 1239554 1242998 1243102 "IMATRIX" 1243107 NIL IMATRIX (NIL T NIL NIL) -8 NIL NIL NIL) (-534 1238262 1238385 1238701 "IMATQF" 1239410 NIL IMATQF (NIL T T T T T T T T) -7 NIL NIL NIL) (-533 1236482 1236709 1237046 "IMATLIN" 1238018 NIL IMATLIN (NIL T T T T) -7 NIL NIL NIL) (-532 1231062 1236406 1236464 "ILIST" 1236469 NIL ILIST (NIL T NIL) -8 NIL NIL NIL) (-531 1228969 1230922 1231035 "IIARRAY2" 1231040 NIL IIARRAY2 (NIL T NIL NIL T T) -8 NIL NIL NIL) (-530 1224367 1228880 1228944 "IFF" 1228949 NIL IFF (NIL NIL NIL) -8 NIL NIL NIL) (-529 1223714 1223984 1224100 "IFAST" 1224271 T IFAST (NIL) -8 NIL NIL NIL) (-528 1218711 1223006 1223194 "IFARRAY" 1223571 NIL IFARRAY (NIL T NIL) -8 NIL NIL NIL) (-527 1217891 1218615 1218688 "IFAMON" 1218693 NIL IFAMON (NIL T T NIL) -8 NIL NIL NIL) (-526 1217475 1217540 1217594 "IEVALAB" 1217801 NIL IEVALAB (NIL T T) -9 NIL NIL NIL) (-525 1217150 1217218 1217378 "IEVALAB-" 1217383 NIL IEVALAB- (NIL T T T) -8 NIL NIL NIL) (-524 1216740 1217064 1217127 "IDPO" 1217132 NIL IDPO (NIL T T) -8 NIL NIL NIL) (-523 1215948 1216629 1216704 "IDPOAMS" 1216709 NIL IDPOAMS (NIL T T) -8 NIL NIL NIL) (-522 1215213 1215837 1215912 "IDPOAM" 1215917 NIL IDPOAM (NIL T T) -8 NIL NIL NIL) (-521 1214070 1214387 1214440 "IDPC" 1214958 NIL IDPC (NIL T T) -9 NIL 1215149 NIL) (-520 1213497 1213962 1214035 "IDPAM" 1214040 NIL IDPAM (NIL T T) -8 NIL NIL NIL) (-519 1212831 1213389 1213462 "IDPAG" 1213467 NIL IDPAG (NIL T T) -8 NIL NIL NIL) (-518 1212476 1212667 1212742 "IDENT" 1212776 T IDENT (NIL) -8 NIL NIL NIL) (-517 1208731 1209579 1210474 "IDECOMP" 1211633 NIL IDECOMP (NIL NIL NIL) -7 NIL NIL NIL) (-516 1201568 1202654 1203701 "IDEAL" 1207767 NIL IDEAL (NIL T T T T) -8 NIL NIL NIL) (-515 1200728 1200840 1201040 "ICDEN" 1201452 NIL ICDEN (NIL T T T T) -7 NIL NIL NIL) (-514 1199799 1200208 1200355 "ICARD" 1200601 T ICARD (NIL) -8 NIL NIL NIL) (-513 1197859 1198172 1198577 "IBPTOOLS" 1199476 NIL IBPTOOLS (NIL T T T T) -7 NIL NIL NIL) (-512 1193466 1197479 1197592 "IBITS" 1197778 NIL IBITS (NIL NIL) -8 NIL NIL NIL) (-511 1190189 1190765 1191460 "IBATOOL" 1192883 NIL IBATOOL (NIL T T T) -7 NIL NIL NIL) (-510 1187968 1188430 1188963 "IBACHIN" 1189724 NIL IBACHIN (NIL T T T) -7 NIL NIL NIL) (-509 1185799 1187814 1187917 "IARRAY2" 1187922 NIL IARRAY2 (NIL T NIL NIL) -8 NIL NIL NIL) (-508 1181907 1185725 1185782 "IARRAY1" 1185787 NIL IARRAY1 (NIL T NIL) -8 NIL NIL NIL) (-507 1175767 1180319 1180800 "IAN" 1181446 T IAN (NIL) -8 NIL NIL NIL) (-506 1175278 1175335 1175508 "IALGFACT" 1175704 NIL IALGFACT (NIL T T T T) -7 NIL NIL NIL) (-505 1174806 1174919 1174947 "HYPCAT" 1175154 T HYPCAT (NIL) -9 NIL NIL NIL) (-504 1174344 1174461 1174647 "HYPCAT-" 1174652 NIL HYPCAT- (NIL T) -8 NIL NIL NIL) (-503 1173939 1174139 1174222 "HOSTNAME" 1174281 T HOSTNAME (NIL) -8 NIL NIL NIL) (-502 1173784 1173821 1173862 "HOMOTOP" 1173867 NIL HOMOTOP (NIL T) -9 NIL 1173900 NIL) (-501 1170340 1171716 1171757 "HOAGG" 1172738 NIL HOAGG (NIL T) -9 NIL 1173467 NIL) (-500 1168934 1169333 1169859 "HOAGG-" 1169864 NIL HOAGG- (NIL T T) -8 NIL NIL NIL) (-499 1162650 1168527 1168677 "HEXADEC" 1168804 T HEXADEC (NIL) -8 NIL NIL NIL) (-498 1161398 1161620 1161883 "HEUGCD" 1162427 NIL HEUGCD (NIL T) -7 NIL NIL NIL) (-497 1160474 1161235 1161365 "HELLFDIV" 1161370 NIL HELLFDIV (NIL T T T T) -8 NIL NIL NIL) (-496 1158655 1160251 1160339 "HEAP" 1160418 NIL HEAP (NIL T) -8 NIL NIL NIL) (-495 1157918 1158207 1158341 "HEADAST" 1158541 T HEADAST (NIL) -8 NIL NIL NIL) (-494 1151760 1157833 1157895 "HDP" 1157900 NIL HDP (NIL NIL T) -8 NIL NIL NIL) (-493 1145472 1151395 1151547 "HDMP" 1151661 NIL HDMP (NIL NIL T) -8 NIL NIL NIL) (-492 1144796 1144936 1145100 "HB" 1145328 T HB (NIL) -7 NIL NIL NIL) (-491 1138186 1144642 1144746 "HASHTBL" 1144751 NIL HASHTBL (NIL T T NIL) -8 NIL NIL NIL) (-490 1137662 1137907 1137999 "HASAST" 1138114 T HASAST (NIL) -8 NIL NIL NIL) (-489 1135440 1137284 1137466 "HACKPI" 1137500 T HACKPI (NIL) -8 NIL NIL NIL) (-488 1131108 1135293 1135406 "GTSET" 1135411 NIL GTSET (NIL T T T T) -8 NIL NIL NIL) (-487 1124527 1130986 1131084 "GSTBL" 1131089 NIL GSTBL (NIL T T T NIL) -8 NIL NIL NIL) (-486 1116914 1123692 1123948 "GSERIES" 1124327 NIL GSERIES (NIL T NIL NIL) -8 NIL NIL NIL) (-485 1116041 1116458 1116486 "GROUP" 1116689 T GROUP (NIL) -9 NIL 1116823 NIL) (-484 1115407 1115566 1115817 "GROUP-" 1115822 NIL GROUP- (NIL T) -8 NIL NIL NIL) (-483 1113774 1114095 1114482 "GROEBSOL" 1115084 NIL GROEBSOL (NIL NIL T T) -7 NIL NIL NIL) (-482 1112674 1112962 1113013 "GRMOD" 1113542 NIL GRMOD (NIL T T) -9 NIL 1113710 NIL) (-481 1112442 1112478 1112606 "GRMOD-" 1112611 NIL GRMOD- (NIL T T T) -8 NIL NIL NIL) (-480 1107732 1108796 1109796 "GRIMAGE" 1111462 T GRIMAGE (NIL) -8 NIL NIL NIL) (-479 1106198 1106459 1106783 "GRDEF" 1107428 T GRDEF (NIL) -7 NIL NIL NIL) (-478 1105642 1105758 1105899 "GRAY" 1106077 T GRAY (NIL) -7 NIL NIL NIL) (-477 1104815 1105221 1105272 "GRALG" 1105425 NIL GRALG (NIL T T) -9 NIL 1105518 NIL) (-476 1104476 1104549 1104712 "GRALG-" 1104717 NIL GRALG- (NIL T T T) -8 NIL NIL NIL) (-475 1101253 1104061 1104239 "GPOLSET" 1104383 NIL GPOLSET (NIL T T T T) -8 NIL NIL NIL) (-474 1100607 1100664 1100922 "GOSPER" 1101190 NIL GOSPER (NIL T T T T T) -7 NIL NIL NIL) (-473 1096339 1097045 1097571 "GMODPOL" 1100306 NIL GMODPOL (NIL NIL T T T NIL T) -8 NIL NIL NIL) (-472 1095344 1095528 1095766 "GHENSEL" 1096151 NIL GHENSEL (NIL T T) -7 NIL NIL NIL) (-471 1089500 1090343 1091363 "GENUPS" 1094428 NIL GENUPS (NIL T T) -7 NIL NIL NIL) (-470 1089197 1089248 1089337 "GENUFACT" 1089443 NIL GENUFACT (NIL T) -7 NIL NIL NIL) (-469 1088609 1088686 1088851 "GENPGCD" 1089115 NIL GENPGCD (NIL T T T T) -7 NIL NIL NIL) (-468 1088083 1088118 1088331 "GENMFACT" 1088568 NIL GENMFACT (NIL T T T T T) -7 NIL NIL NIL) (-467 1086649 1086906 1087213 "GENEEZ" 1087826 NIL GENEEZ (NIL T T) -7 NIL NIL NIL) (-466 1080521 1086260 1086422 "GDMP" 1086572 NIL GDMP (NIL NIL T T) -8 NIL NIL NIL) (-465 1069864 1074292 1075398 "GCNAALG" 1079504 NIL GCNAALG (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-464 1068177 1069039 1069067 "GCDDOM" 1069322 T GCDDOM (NIL) -9 NIL 1069479 NIL) (-463 1067647 1067774 1067989 "GCDDOM-" 1067994 NIL GCDDOM- (NIL T) -8 NIL NIL NIL) (-462 1066319 1066504 1066808 "GB" 1067426 NIL GB (NIL T T T T) -7 NIL NIL NIL) (-461 1054935 1057265 1059657 "GBINTERN" 1064010 NIL GBINTERN (NIL T T T T) -7 NIL NIL NIL) (-460 1052772 1053064 1053485 "GBF" 1054610 NIL GBF (NIL T T T T) -7 NIL NIL NIL) (-459 1051553 1051718 1051985 "GBEUCLID" 1052588 NIL GBEUCLID (NIL T T T T) -7 NIL NIL NIL) (-458 1050902 1051027 1051176 "GAUSSFAC" 1051424 T GAUSSFAC (NIL) -7 NIL NIL NIL) (-457 1049269 1049571 1049885 "GALUTIL" 1050621 NIL GALUTIL (NIL T) -7 NIL NIL NIL) (-456 1047577 1047851 1048175 "GALPOLYU" 1048996 NIL GALPOLYU (NIL T T) -7 NIL NIL NIL) (-455 1044942 1045232 1045639 "GALFACTU" 1047274 NIL GALFACTU (NIL T T T) -7 NIL NIL NIL) (-454 1036748 1038247 1039855 "GALFACT" 1043374 NIL GALFACT (NIL T) -7 NIL NIL NIL) (-453 1034136 1034794 1034822 "FVFUN" 1035978 T FVFUN (NIL) -9 NIL 1036698 NIL) (-452 1033402 1033584 1033612 "FVC" 1033903 T FVC (NIL) -9 NIL 1034086 NIL) (-451 1033045 1033227 1033295 "FUNDESC" 1033354 T FUNDESC (NIL) -8 NIL NIL NIL) (-450 1032660 1032842 1032923 "FUNCTION" 1032997 NIL FUNCTION (NIL NIL) -8 NIL NIL NIL) (-449 1030404 1030982 1031448 "FT" 1032214 T FT (NIL) -8 NIL NIL NIL) (-448 1029195 1029705 1029908 "FTEM" 1030221 T FTEM (NIL) -8 NIL NIL NIL) (-447 1027486 1027775 1028172 "FSUPFACT" 1028886 NIL FSUPFACT (NIL T T T) -7 NIL NIL NIL) (-446 1025883 1026172 1026504 "FST" 1027174 T FST (NIL) -8 NIL NIL NIL) (-445 1025082 1025188 1025376 "FSRED" 1025765 NIL FSRED (NIL T T) -7 NIL NIL NIL) (-444 1023781 1024037 1024384 "FSPRMELT" 1024797 NIL FSPRMELT (NIL T T) -7 NIL NIL NIL) (-443 1021087 1021525 1022011 "FSPECF" 1023344 NIL FSPECF (NIL T T) -7 NIL NIL NIL) (-442 1002152 1010861 1010902 "FS" 1014786 NIL FS (NIL T) -9 NIL 1017075 NIL) (-441 990795 993788 997845 "FS-" 998145 NIL FS- (NIL T T) -8 NIL NIL NIL) (-440 990323 990377 990547 "FSINT" 990736 NIL FSINT (NIL T T) -7 NIL NIL NIL) (-439 988615 989316 989619 "FSERIES" 990102 NIL FSERIES (NIL T T) -8 NIL NIL NIL) (-438 987657 987773 987997 "FSCINT" 988495 NIL FSCINT (NIL T T) -7 NIL NIL NIL) (-437 983865 986601 986642 "FSAGG" 987012 NIL FSAGG (NIL T) -9 NIL 987271 NIL) (-436 981627 982228 983024 "FSAGG-" 983119 NIL FSAGG- (NIL T T) -8 NIL NIL NIL) (-435 980669 980812 981039 "FSAGG2" 981480 NIL FSAGG2 (NIL T T T T) -7 NIL NIL NIL) (-434 978347 978627 979175 "FS2UPS" 980387 NIL FS2UPS (NIL T T T T T NIL) -7 NIL NIL NIL) (-433 977981 978024 978153 "FS2" 978298 NIL FS2 (NIL T T T T) -7 NIL NIL NIL) (-432 976859 977030 977332 "FS2EXPXP" 977806 NIL FS2EXPXP (NIL T T NIL NIL) -7 NIL NIL NIL) (-431 976285 976400 976552 "FRUTIL" 976739 NIL FRUTIL (NIL T) -7 NIL NIL NIL) (-430 967698 971780 973138 "FR" 974959 NIL FR (NIL T) -8 NIL NIL NIL) (-429 962712 965387 965427 "FRNAALG" 966747 NIL FRNAALG (NIL T) -9 NIL 967345 NIL) (-428 958385 959461 960736 "FRNAALG-" 961486 NIL FRNAALG- (NIL T T) -8 NIL NIL NIL) (-427 958023 958066 958193 "FRNAAF2" 958336 NIL FRNAAF2 (NIL T T T T) -7 NIL NIL NIL) (-426 956398 956872 957168 "FRMOD" 957835 NIL FRMOD (NIL T T T T NIL) -8 NIL NIL NIL) (-425 954141 954773 955091 "FRIDEAL" 956189 NIL FRIDEAL (NIL T T T T) -8 NIL NIL NIL) (-424 953332 953419 953710 "FRIDEAL2" 954048 NIL FRIDEAL2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-423 952465 952879 952920 "FRETRCT" 952925 NIL FRETRCT (NIL T) -9 NIL 953101 NIL) (-422 951577 951808 952159 "FRETRCT-" 952164 NIL FRETRCT- (NIL T T) -8 NIL NIL NIL) (-421 948651 949861 949920 "FRAMALG" 950802 NIL FRAMALG (NIL T T) -9 NIL 951094 NIL) (-420 946785 947240 947870 "FRAMALG-" 948093 NIL FRAMALG- (NIL T T T) -8 NIL NIL NIL) (-419 940428 946258 946535 "FRAC" 946540 NIL FRAC (NIL T) -8 NIL NIL NIL) (-418 940064 940121 940228 "FRAC2" 940365 NIL FRAC2 (NIL T T) -7 NIL NIL NIL) (-417 939700 939757 939864 "FR2" 940001 NIL FR2 (NIL T T) -7 NIL NIL NIL) (-416 934199 937092 937120 "FPS" 938239 T FPS (NIL) -9 NIL 938796 NIL) (-415 933648 933757 933921 "FPS-" 934067 NIL FPS- (NIL T) -8 NIL NIL NIL) (-414 930936 932605 932633 "FPC" 932858 T FPC (NIL) -9 NIL 933000 NIL) (-413 930729 930769 930866 "FPC-" 930871 NIL FPC- (NIL T) -8 NIL NIL NIL) (-412 929519 930217 930258 "FPATMAB" 930263 NIL FPATMAB (NIL T) -9 NIL 930415 NIL) (-411 927758 928261 928608 "FPARFRAC" 929235 NIL FPARFRAC (NIL T T) -8 NIL NIL NIL) (-410 923152 923650 924332 "FORTRAN" 927190 NIL FORTRAN (NIL NIL NIL NIL NIL) -8 NIL NIL NIL) (-409 920868 921368 921907 "FORT" 922633 T FORT (NIL) -7 NIL NIL NIL) (-408 918544 919106 919134 "FORTFN" 920194 T FORTFN (NIL) -9 NIL 920818 NIL) (-407 918308 918358 918386 "FORTCAT" 918445 T FORTCAT (NIL) -9 NIL 918507 NIL) (-406 916414 916924 917314 "FORMULA" 917938 T FORMULA (NIL) -8 NIL NIL NIL) (-405 916202 916232 916301 "FORMULA1" 916378 NIL FORMULA1 (NIL T) -7 NIL NIL NIL) (-404 915725 915777 915950 "FORDER" 916144 NIL FORDER (NIL T T T T) -7 NIL NIL NIL) (-403 914821 914985 915178 "FOP" 915552 T FOP (NIL) -7 NIL NIL NIL) (-402 913402 914101 914275 "FNLA" 914703 NIL FNLA (NIL NIL NIL T) -8 NIL NIL NIL) (-401 912117 912532 912560 "FNCAT" 913020 T FNCAT (NIL) -9 NIL 913280 NIL) (-400 911656 912076 912104 "FNAME" 912109 T FNAME (NIL) -8 NIL NIL NIL) (-399 910205 911168 911196 "FMTC" 911201 T FMTC (NIL) -9 NIL 911237 NIL) (-398 908951 910141 910187 "FMONOID" 910192 NIL FMONOID (NIL T) -8 NIL NIL NIL) (-397 905765 906933 906974 "FMONCAT" 908191 NIL FMONCAT (NIL T) -9 NIL 908796 NIL) (-396 904915 905507 905656 "FM" 905661 NIL FM (NIL T T) -8 NIL NIL NIL) (-395 902339 902985 903013 "FMFUN" 904157 T FMFUN (NIL) -9 NIL 904865 NIL) (-394 901608 901789 901817 "FMC" 902107 T FMC (NIL) -9 NIL 902289 NIL) (-393 898673 899533 899587 "FMCAT" 900782 NIL FMCAT (NIL T T) -9 NIL 901277 NIL) (-392 897539 898439 898539 "FM1" 898618 NIL FM1 (NIL T T) -8 NIL NIL NIL) (-391 895313 895729 896223 "FLOATRP" 897090 NIL FLOATRP (NIL T) -7 NIL NIL NIL) (-390 888891 893042 893663 "FLOAT" 894712 T FLOAT (NIL) -8 NIL NIL NIL) (-389 886329 886829 887407 "FLOATCP" 888358 NIL FLOATCP (NIL T) -7 NIL NIL NIL) (-388 884977 885921 885962 "FLINEXP" 885967 NIL FLINEXP (NIL T) -9 NIL 886060 NIL) (-387 884131 884366 884694 "FLINEXP-" 884699 NIL FLINEXP- (NIL T T) -8 NIL NIL NIL) (-386 883207 883351 883575 "FLASORT" 883983 NIL FLASORT (NIL T T) -7 NIL NIL NIL) (-385 880309 881177 881229 "FLALG" 882456 NIL FLALG (NIL T T) -9 NIL 882923 NIL) (-384 873995 877745 877786 "FLAGG" 879048 NIL FLAGG (NIL T) -9 NIL 879700 NIL) (-383 872721 873060 873550 "FLAGG-" 873555 NIL FLAGG- (NIL T T) -8 NIL NIL NIL) (-382 871763 871906 872133 "FLAGG2" 872574 NIL FLAGG2 (NIL T T T T) -7 NIL NIL NIL) (-381 868600 869608 869667 "FINRALG" 870795 NIL FINRALG (NIL T T) -9 NIL 871303 NIL) (-380 867760 867989 868328 "FINRALG-" 868333 NIL FINRALG- (NIL T T T) -8 NIL NIL NIL) (-379 867126 867365 867393 "FINITE" 867589 T FINITE (NIL) -9 NIL 867696 NIL) (-378 859469 861656 861696 "FINAALG" 865363 NIL FINAALG (NIL T) -9 NIL 866816 NIL) (-377 854801 855851 856995 "FINAALG-" 858374 NIL FINAALG- (NIL T T) -8 NIL NIL NIL) (-376 854169 854556 854659 "FILE" 854731 NIL FILE (NIL T) -8 NIL NIL NIL) (-375 852813 853151 853205 "FILECAT" 853889 NIL FILECAT (NIL T T) -9 NIL 854105 NIL) (-374 850515 852043 852071 "FIELD" 852111 T FIELD (NIL) -9 NIL 852191 NIL) (-373 849135 849520 850031 "FIELD-" 850036 NIL FIELD- (NIL T) -8 NIL NIL NIL) (-372 846985 847770 848117 "FGROUP" 848821 NIL FGROUP (NIL T) -8 NIL NIL NIL) (-371 846075 846239 846459 "FGLMICPK" 846817 NIL FGLMICPK (NIL T NIL) -7 NIL NIL NIL) (-370 841907 846000 846057 "FFX" 846062 NIL FFX (NIL T NIL) -8 NIL NIL NIL) (-369 841508 841569 841704 "FFSLPE" 841840 NIL FFSLPE (NIL T T T) -7 NIL NIL NIL) (-368 837498 838280 839076 "FFPOLY" 840744 NIL FFPOLY (NIL T) -7 NIL NIL NIL) (-367 837002 837038 837247 "FFPOLY2" 837456 NIL FFPOLY2 (NIL T T) -7 NIL NIL NIL) (-366 832848 836921 836984 "FFP" 836989 NIL FFP (NIL T NIL) -8 NIL NIL NIL) (-365 828246 832759 832823 "FF" 832828 NIL FF (NIL NIL NIL) -8 NIL NIL NIL) (-364 823372 827589 827779 "FFNBX" 828100 NIL FFNBX (NIL T NIL) -8 NIL NIL NIL) (-363 818300 822507 822765 "FFNBP" 823226 NIL FFNBP (NIL T NIL) -8 NIL NIL NIL) (-362 812933 817584 817795 "FFNB" 818133 NIL FFNB (NIL NIL NIL) -8 NIL NIL NIL) (-361 811765 811963 812278 "FFINTBAS" 812730 NIL FFINTBAS (NIL T T T) -7 NIL NIL NIL) (-360 807791 810012 810040 "FFIELDC" 810660 T FFIELDC (NIL) -9 NIL 811036 NIL) (-359 806453 806824 807321 "FFIELDC-" 807326 NIL FFIELDC- (NIL T) -8 NIL NIL NIL) (-358 806022 806068 806192 "FFHOM" 806395 NIL FFHOM (NIL T T T) -7 NIL NIL NIL) (-357 803717 804204 804721 "FFF" 805537 NIL FFF (NIL T) -7 NIL NIL NIL) (-356 799335 803459 803560 "FFCGX" 803660 NIL FFCGX (NIL T NIL) -8 NIL NIL NIL) (-355 794957 799067 799174 "FFCGP" 799278 NIL FFCGP (NIL T NIL) -8 NIL NIL NIL) (-354 790140 794684 794792 "FFCG" 794893 NIL FFCG (NIL NIL NIL) -8 NIL NIL NIL) (-353 769669 779872 779958 "FFCAT" 785123 NIL FFCAT (NIL T T T) -9 NIL 786574 NIL) (-352 764866 765914 767228 "FFCAT-" 768458 NIL FFCAT- (NIL T T T T) -8 NIL NIL NIL) (-351 764277 764320 764555 "FFCAT2" 764817 NIL FFCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-350 753600 757249 758469 "FEXPR" 763129 NIL FEXPR (NIL NIL NIL T) -8 NIL NIL NIL) (-349 752562 752997 753038 "FEVALAB" 753122 NIL FEVALAB (NIL T) -9 NIL 753383 NIL) (-348 751721 751931 752269 "FEVALAB-" 752274 NIL FEVALAB- (NIL T T) -8 NIL NIL NIL) (-347 750287 751104 751307 "FDIV" 751620 NIL FDIV (NIL T T T T) -8 NIL NIL NIL) (-346 747293 748034 748149 "FDIVCAT" 749717 NIL FDIVCAT (NIL T T T T) -9 NIL 750154 NIL) (-345 747055 747082 747252 "FDIVCAT-" 747257 NIL FDIVCAT- (NIL T T T T T) -8 NIL NIL NIL) (-344 746275 746362 746639 "FDIV2" 746962 NIL FDIV2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-343 745249 745570 745772 "FCTRDATA" 746093 T FCTRDATA (NIL) -8 NIL NIL NIL) (-342 743935 744194 744483 "FCPAK1" 744980 T FCPAK1 (NIL) -7 NIL NIL NIL) (-341 743034 743435 743576 "FCOMP" 743826 NIL FCOMP (NIL T) -8 NIL NIL NIL) (-340 726739 730184 733722 "FC" 739516 T FC (NIL) -8 NIL NIL NIL) (-339 719032 723060 723100 "FAXF" 724902 NIL FAXF (NIL T) -9 NIL 725594 NIL) (-338 716309 716966 717791 "FAXF-" 718256 NIL FAXF- (NIL T T) -8 NIL NIL NIL) (-337 711363 715685 715861 "FARRAY" 716166 NIL FARRAY (NIL T) -8 NIL NIL NIL) (-336 706243 708310 708363 "FAMR" 709386 NIL FAMR (NIL T T) -9 NIL 709846 NIL) (-335 705133 705435 705870 "FAMR-" 705875 NIL FAMR- (NIL T T T) -8 NIL NIL NIL) (-334 704302 705055 705108 "FAMONOID" 705113 NIL FAMONOID (NIL T) -8 NIL NIL NIL) (-333 702074 702784 702837 "FAMONC" 703778 NIL FAMONC (NIL T T) -9 NIL 704164 NIL) (-332 700738 701828 701965 "FAGROUP" 701970 NIL FAGROUP (NIL T) -8 NIL NIL NIL) (-331 698533 698852 699255 "FACUTIL" 700419 NIL FACUTIL (NIL T T T T) -7 NIL NIL NIL) (-330 697632 697817 698039 "FACTFUNC" 698343 NIL FACTFUNC (NIL T) -7 NIL NIL NIL) (-329 690054 696935 697134 "EXPUPXS" 697488 NIL EXPUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-328 687537 688077 688663 "EXPRTUBE" 689488 T EXPRTUBE (NIL) -7 NIL NIL NIL) (-327 683808 684400 685130 "EXPRODE" 686876 NIL EXPRODE (NIL T T) -7 NIL NIL NIL) (-326 669292 682457 682886 "EXPR" 683412 NIL EXPR (NIL T) -8 NIL NIL NIL) (-325 663846 664433 665239 "EXPR2UPS" 668590 NIL EXPR2UPS (NIL T T) -7 NIL NIL NIL) (-324 663478 663535 663644 "EXPR2" 663783 NIL EXPR2 (NIL T T) -7 NIL NIL NIL) (-323 654475 662629 662920 "EXPEXPAN" 663314 NIL EXPEXPAN (NIL T T NIL NIL) -8 NIL NIL NIL) (-322 654275 654432 654461 "EXIT" 654466 T EXIT (NIL) -8 NIL NIL NIL) (-321 653755 653999 654090 "EXITAST" 654204 T EXITAST (NIL) -8 NIL NIL NIL) (-320 653382 653444 653557 "EVALCYC" 653687 NIL EVALCYC (NIL T) -7 NIL NIL NIL) (-319 652923 653041 653082 "EVALAB" 653252 NIL EVALAB (NIL T) -9 NIL 653356 NIL) (-318 652404 652526 652747 "EVALAB-" 652752 NIL EVALAB- (NIL T T) -8 NIL NIL NIL) (-317 649758 651060 651088 "EUCDOM" 651643 T EUCDOM (NIL) -9 NIL 651993 NIL) (-316 648163 648605 649195 "EUCDOM-" 649200 NIL EUCDOM- (NIL T) -8 NIL NIL NIL) (-315 635702 638461 641211 "ESTOOLS" 645433 T ESTOOLS (NIL) -7 NIL NIL NIL) (-314 635334 635391 635500 "ESTOOLS2" 635639 NIL ESTOOLS2 (NIL T T) -7 NIL NIL NIL) (-313 635085 635127 635207 "ESTOOLS1" 635286 NIL ESTOOLS1 (NIL T) -7 NIL NIL NIL) (-312 629108 630716 630744 "ES" 633512 T ES (NIL) -9 NIL 634922 NIL) (-311 624055 625342 627159 "ES-" 627323 NIL ES- (NIL T) -8 NIL NIL NIL) (-310 620429 621190 621970 "ESCONT" 623295 T ESCONT (NIL) -7 NIL NIL NIL) (-309 620174 620206 620288 "ESCONT1" 620391 NIL ESCONT1 (NIL NIL NIL) -7 NIL NIL NIL) (-308 619849 619899 619999 "ES2" 620118 NIL ES2 (NIL T T) -7 NIL NIL NIL) (-307 619479 619537 619646 "ES1" 619785 NIL ES1 (NIL T T) -7 NIL NIL NIL) (-306 618695 618824 619000 "ERROR" 619323 T ERROR (NIL) -7 NIL NIL NIL) (-305 612091 618554 618645 "EQTBL" 618650 NIL EQTBL (NIL T T) -8 NIL NIL NIL) (-304 604594 607405 608854 "EQ" 610675 NIL -3043 (NIL T) -8 NIL NIL NIL) (-303 604226 604283 604392 "EQ2" 604531 NIL EQ2 (NIL T T) -7 NIL NIL NIL) (-302 599517 600564 601657 "EP" 603165 NIL EP (NIL T) -7 NIL NIL NIL) (-301 598117 598408 598714 "ENV" 599231 T ENV (NIL) -8 NIL NIL NIL) (-300 597197 597751 597779 "ENTIRER" 597784 T ENTIRER (NIL) -9 NIL 597830 NIL) (-299 593891 595379 595740 "EMR" 597005 NIL EMR (NIL T T T NIL NIL NIL) -8 NIL NIL NIL) (-298 593021 593206 593260 "ELTAGG" 593640 NIL ELTAGG (NIL T T) -9 NIL 593851 NIL) (-297 592740 592802 592943 "ELTAGG-" 592948 NIL ELTAGG- (NIL T T T) -8 NIL NIL NIL) (-296 592504 592533 592587 "ELTAB" 592671 NIL ELTAB (NIL T T) -9 NIL 592723 NIL) (-295 591630 591776 591975 "ELFUTS" 592355 NIL ELFUTS (NIL T T) -7 NIL NIL NIL) (-294 591372 591428 591456 "ELEMFUN" 591561 T ELEMFUN (NIL) -9 NIL NIL NIL) (-293 591242 591263 591331 "ELEMFUN-" 591336 NIL ELEMFUN- (NIL T) -8 NIL NIL NIL) (-292 586030 589284 589325 "ELAGG" 590265 NIL ELAGG (NIL T) -9 NIL 590728 NIL) (-291 584315 584749 585412 "ELAGG-" 585417 NIL ELAGG- (NIL T T) -8 NIL NIL NIL) (-290 583627 583764 583920 "ELABOR" 584179 T ELABOR (NIL) -8 NIL NIL NIL) (-289 582288 582567 582861 "ELABEXPR" 583353 T ELABEXPR (NIL) -8 NIL NIL NIL) (-288 575122 576925 577754 "EFUPXS" 581563 NIL EFUPXS (NIL T T T T) -8 NIL NIL NIL) (-287 568570 570371 571182 "EFULS" 574397 NIL EFULS (NIL T T T) -8 NIL NIL NIL) (-286 566055 566413 566885 "EFSTRUC" 568202 NIL EFSTRUC (NIL T T) -7 NIL NIL NIL) (-285 555846 557412 558960 "EF" 564570 NIL EF (NIL T T) -7 NIL NIL NIL) (-284 554920 555331 555480 "EAB" 555717 T EAB (NIL) -8 NIL NIL NIL) (-283 554102 554879 554907 "E04UCFA" 554912 T E04UCFA (NIL) -8 NIL NIL NIL) (-282 553284 554061 554089 "E04NAFA" 554094 T E04NAFA (NIL) -8 NIL NIL NIL) (-281 552466 553243 553271 "E04MBFA" 553276 T E04MBFA (NIL) -8 NIL NIL NIL) (-280 551648 552425 552453 "E04JAFA" 552458 T E04JAFA (NIL) -8 NIL NIL NIL) (-279 550832 551607 551635 "E04GCFA" 551640 T E04GCFA (NIL) -8 NIL NIL NIL) (-278 550016 550791 550819 "E04FDFA" 550824 T E04FDFA (NIL) -8 NIL NIL NIL) (-277 549198 549975 550003 "E04DGFA" 550008 T E04DGFA (NIL) -8 NIL NIL NIL) (-276 543371 544723 546087 "E04AGNT" 547854 T E04AGNT (NIL) -7 NIL NIL NIL) (-275 542142 542685 542725 "DVARCAT" 543066 NIL DVARCAT (NIL T) -9 NIL 543229 NIL) (-274 541346 541558 541872 "DVARCAT-" 541877 NIL DVARCAT- (NIL T T) -8 NIL NIL NIL) (-273 534207 541145 541274 "DSMP" 541279 NIL DSMP (NIL T T T) -8 NIL NIL NIL) (-272 532630 533349 533390 "DSEXT" 533753 NIL DSEXT (NIL T) -9 NIL 534047 NIL) (-271 530915 531343 532009 "DSEXT-" 532014 NIL DSEXT- (NIL T T) -8 NIL NIL NIL) (-270 525696 526860 527928 "DROPT" 529867 T DROPT (NIL) -8 NIL NIL NIL) (-269 525361 525420 525518 "DROPT1" 525631 NIL DROPT1 (NIL T) -7 NIL NIL NIL) (-268 520476 521602 522739 "DROPT0" 524244 T DROPT0 (NIL) -7 NIL NIL NIL) (-267 518821 519146 519532 "DRAWPT" 520110 T DRAWPT (NIL) -7 NIL NIL NIL) (-266 513408 514331 515410 "DRAW" 517795 NIL DRAW (NIL T) -7 NIL NIL NIL) (-265 513041 513094 513212 "DRAWHACK" 513349 NIL DRAWHACK (NIL T) -7 NIL NIL NIL) (-264 511772 512041 512332 "DRAWCX" 512770 T DRAWCX (NIL) -7 NIL NIL NIL) (-263 511287 511356 511507 "DRAWCURV" 511698 NIL DRAWCURV (NIL T T) -7 NIL NIL NIL) (-262 501755 503717 505832 "DRAWCFUN" 509192 T DRAWCFUN (NIL) -7 NIL NIL NIL) (-261 498493 500420 500461 "DQAGG" 501090 NIL DQAGG (NIL T) -9 NIL 501364 NIL) (-260 485958 492704 492787 "DPOLCAT" 494639 NIL DPOLCAT (NIL T T T T) -9 NIL 495184 NIL) (-259 480795 482143 484101 "DPOLCAT-" 484106 NIL DPOLCAT- (NIL T T T T T) -8 NIL NIL NIL) (-258 474142 480656 480754 "DPMO" 480759 NIL DPMO (NIL NIL T T) -8 NIL NIL NIL) (-257 467392 473922 474089 "DPMM" 474094 NIL DPMM (NIL NIL T T T) -8 NIL NIL NIL) (-256 466962 467176 467265 "DOMTMPLT" 467323 T DOMTMPLT (NIL) -8 NIL NIL NIL) (-255 466395 466764 466844 "DOMCTOR" 466902 T DOMCTOR (NIL) -8 NIL NIL NIL) (-254 465607 465875 466026 "DOMAIN" 466264 T DOMAIN (NIL) -8 NIL NIL NIL) (-253 459319 465242 465394 "DMP" 465508 NIL DMP (NIL NIL T) -8 NIL NIL NIL) (-252 457264 458386 458427 "DMEXT" 458432 NIL DMEXT (NIL T) -9 NIL 458608 NIL) (-251 456864 456920 457064 "DLP" 457202 NIL DLP (NIL T) -7 NIL NIL NIL) (-250 450688 456191 456381 "DLIST" 456706 NIL DLIST (NIL T) -8 NIL NIL NIL) (-249 447459 449513 449554 "DLAGG" 450104 NIL DLAGG (NIL T) -9 NIL 450334 NIL) (-248 446121 446785 446813 "DIVRING" 446905 T DIVRING (NIL) -9 NIL 446988 NIL) (-247 445358 445548 445848 "DIVRING-" 445853 NIL DIVRING- (NIL T) -8 NIL NIL NIL) (-246 443460 443817 444223 "DISPLAY" 444972 T DISPLAY (NIL) -7 NIL NIL NIL) (-245 437322 443374 443437 "DIRPROD" 443442 NIL DIRPROD (NIL NIL T) -8 NIL NIL NIL) (-244 436170 436373 436638 "DIRPROD2" 437115 NIL DIRPROD2 (NIL NIL T T) -7 NIL NIL NIL) (-243 424899 430936 430989 "DIRPCAT" 431247 NIL DIRPCAT (NIL NIL T) -9 NIL 432122 NIL) (-242 422225 422867 423748 "DIRPCAT-" 424085 NIL DIRPCAT- (NIL T NIL T) -8 NIL NIL NIL) (-241 421512 421672 421858 "DIOSP" 422059 T DIOSP (NIL) -7 NIL NIL NIL) (-240 418141 420396 420437 "DIOPS" 420871 NIL DIOPS (NIL T) -9 NIL 421100 NIL) (-239 417690 417804 417995 "DIOPS-" 418000 NIL DIOPS- (NIL T T) -8 NIL NIL NIL) (-238 416741 417369 417397 "DIFRING" 417402 T DIFRING (NIL) -9 NIL 417424 NIL) (-237 416413 416487 416515 "DIFFSPC" 416634 T DIFFSPC (NIL) -9 NIL 416709 NIL) (-236 416058 416136 416288 "DIFFSPC-" 416293 NIL DIFFSPC- (NIL T) -8 NIL NIL NIL) (-235 415114 415592 415633 "DIFFMOD" 415638 NIL DIFFMOD (NIL T) -9 NIL 415736 NIL) (-234 414822 414867 414908 "DIFFDOM" 415029 NIL DIFFDOM (NIL T) -9 NIL 415097 NIL) (-233 414675 414699 414783 "DIFFDOM-" 414788 NIL DIFFDOM- (NIL T T) -8 NIL NIL NIL) (-232 412607 413879 413920 "DIFEXT" 413925 NIL DIFEXT (NIL T) -9 NIL 414078 NIL) (-231 409856 412111 412152 "DIAGG" 412157 NIL DIAGG (NIL T) -9 NIL 412177 NIL) (-230 409240 409397 409649 "DIAGG-" 409654 NIL DIAGG- (NIL T T) -8 NIL NIL NIL) (-229 404611 408199 408476 "DHMATRIX" 409009 NIL DHMATRIX (NIL T) -8 NIL NIL NIL) (-228 400223 401132 402142 "DFSFUN" 403621 T DFSFUN (NIL) -7 NIL NIL NIL) (-227 395301 399154 399466 "DFLOAT" 399931 T DFLOAT (NIL) -8 NIL NIL NIL) (-226 393564 393845 394234 "DFINTTLS" 395009 NIL DFINTTLS (NIL T T) -7 NIL NIL NIL) (-225 390593 391585 391985 "DERHAM" 393230 NIL DERHAM (NIL T NIL) -8 NIL NIL NIL) (-224 388396 390368 390457 "DEQUEUE" 390537 NIL DEQUEUE (NIL T) -8 NIL NIL NIL) (-223 387650 387783 387966 "DEGRED" 388258 NIL DEGRED (NIL T T) -7 NIL NIL NIL) (-222 384080 384825 385671 "DEFINTRF" 386878 NIL DEFINTRF (NIL T) -7 NIL NIL NIL) (-221 381635 382104 382696 "DEFINTEF" 383599 NIL DEFINTEF (NIL T T) -7 NIL NIL NIL) (-220 380985 381255 381370 "DEFAST" 381540 T DEFAST (NIL) -8 NIL NIL NIL) (-219 374701 380578 380728 "DECIMAL" 380855 T DECIMAL (NIL) -8 NIL NIL NIL) (-218 372213 372671 373177 "DDFACT" 374245 NIL DDFACT (NIL T T) -7 NIL NIL NIL) (-217 371809 371852 372003 "DBLRESP" 372164 NIL DBLRESP (NIL T T T T) -7 NIL NIL NIL) (-216 369677 370039 370400 "DBASE" 371575 NIL DBASE (NIL T) -8 NIL NIL NIL) (-215 368919 369157 369303 "DATAARY" 369576 NIL DATAARY (NIL NIL T) -8 NIL NIL NIL) (-214 368025 368878 368906 "D03FAFA" 368911 T D03FAFA (NIL) -8 NIL NIL NIL) (-213 367132 367984 368012 "D03EEFA" 368017 T D03EEFA (NIL) -8 NIL NIL NIL) (-212 365082 365548 366037 "D03AGNT" 366663 T D03AGNT (NIL) -7 NIL NIL NIL) (-211 364371 365041 365069 "D02EJFA" 365074 T D02EJFA (NIL) -8 NIL NIL NIL) (-210 363660 364330 364358 "D02CJFA" 364363 T D02CJFA (NIL) -8 NIL NIL NIL) (-209 362949 363619 363647 "D02BHFA" 363652 T D02BHFA (NIL) -8 NIL NIL NIL) (-208 362238 362908 362936 "D02BBFA" 362941 T D02BBFA (NIL) -8 NIL NIL NIL) (-207 355435 357024 358630 "D02AGNT" 360652 T D02AGNT (NIL) -7 NIL NIL NIL) (-206 353203 353726 354272 "D01WGTS" 354909 T D01WGTS (NIL) -7 NIL NIL NIL) (-205 352270 353162 353190 "D01TRNS" 353195 T D01TRNS (NIL) -8 NIL NIL NIL) (-204 351338 352229 352257 "D01GBFA" 352262 T D01GBFA (NIL) -8 NIL NIL NIL) (-203 350406 351297 351325 "D01FCFA" 351330 T D01FCFA (NIL) -8 NIL NIL NIL) (-202 349474 350365 350393 "D01ASFA" 350398 T D01ASFA (NIL) -8 NIL NIL NIL) (-201 348542 349433 349461 "D01AQFA" 349466 T D01AQFA (NIL) -8 NIL NIL NIL) (-200 347610 348501 348529 "D01APFA" 348534 T D01APFA (NIL) -8 NIL NIL NIL) (-199 346678 347569 347597 "D01ANFA" 347602 T D01ANFA (NIL) -8 NIL NIL NIL) (-198 345746 346637 346665 "D01AMFA" 346670 T D01AMFA (NIL) -8 NIL NIL NIL) (-197 344814 345705 345733 "D01ALFA" 345738 T D01ALFA (NIL) -8 NIL NIL NIL) (-196 343882 344773 344801 "D01AKFA" 344806 T D01AKFA (NIL) -8 NIL NIL NIL) (-195 342950 343841 343869 "D01AJFA" 343874 T D01AJFA (NIL) -8 NIL NIL NIL) (-194 336245 337798 339359 "D01AGNT" 341409 T D01AGNT (NIL) -7 NIL NIL NIL) (-193 335582 335710 335862 "CYCLOTOM" 336113 T CYCLOTOM (NIL) -7 NIL NIL NIL) (-192 332315 333030 333757 "CYCLES" 334875 T CYCLES (NIL) -7 NIL NIL NIL) (-191 331627 331761 331932 "CVMP" 332176 NIL CVMP (NIL T) -7 NIL NIL NIL) (-190 329468 329726 330095 "CTRIGMNP" 331355 NIL CTRIGMNP (NIL T T) -7 NIL NIL NIL) (-189 328904 329262 329335 "CTOR" 329415 T CTOR (NIL) -8 NIL NIL NIL) (-188 328413 328635 328736 "CTORKIND" 328823 T CTORKIND (NIL) -8 NIL NIL NIL) (-187 327690 328006 328034 "CTORCAT" 328216 T CTORCAT (NIL) -9 NIL 328329 NIL) (-186 327288 327399 327558 "CTORCAT-" 327563 NIL CTORCAT- (NIL T) -8 NIL NIL NIL) (-185 326750 326962 327070 "CTORCALL" 327212 NIL CTORCALL (NIL T) -8 NIL NIL NIL) (-184 326124 326223 326376 "CSTTOOLS" 326647 NIL CSTTOOLS (NIL T T) -7 NIL NIL NIL) (-183 321923 322580 323338 "CRFP" 325436 NIL CRFP (NIL T T) -7 NIL NIL NIL) (-182 321398 321644 321736 "CRCEAST" 321851 T CRCEAST (NIL) -8 NIL NIL NIL) (-181 320445 320630 320858 "CRAPACK" 321202 NIL CRAPACK (NIL T) -7 NIL NIL NIL) (-180 319829 319930 320134 "CPMATCH" 320321 NIL CPMATCH (NIL T T T) -7 NIL NIL NIL) (-179 319554 319582 319688 "CPIMA" 319795 NIL CPIMA (NIL T T T) -7 NIL NIL NIL) (-178 315902 316574 317293 "COORDSYS" 318889 NIL COORDSYS (NIL T) -7 NIL NIL NIL) (-177 315314 315435 315577 "CONTOUR" 315780 T CONTOUR (NIL) -8 NIL NIL NIL) (-176 311205 313317 313809 "CONTFRAC" 314854 NIL CONTFRAC (NIL T) -8 NIL NIL NIL) (-175 311085 311106 311134 "CONDUIT" 311171 T CONDUIT (NIL) -9 NIL NIL NIL) (-174 310159 310713 310741 "COMRING" 310746 T COMRING (NIL) -9 NIL 310798 NIL) (-173 309213 309517 309701 "COMPPROP" 309995 T COMPPROP (NIL) -8 NIL NIL NIL) (-172 308874 308909 309037 "COMPLPAT" 309172 NIL COMPLPAT (NIL T T T) -7 NIL NIL NIL) (-171 298177 308683 308792 "COMPLEX" 308797 NIL COMPLEX (NIL T) -8 NIL NIL NIL) (-170 297813 297870 297977 "COMPLEX2" 298114 NIL COMPLEX2 (NIL T T) -7 NIL NIL NIL) (-169 297152 297273 297433 "COMPILER" 297673 T COMPILER (NIL) -8 NIL NIL NIL) (-168 296870 296905 297003 "COMPFACT" 297111 NIL COMPFACT (NIL T T) -7 NIL NIL NIL) (-167 279149 290574 290614 "COMPCAT" 291618 NIL COMPCAT (NIL T) -9 NIL 292966 NIL) (-166 268661 271588 275215 "COMPCAT-" 275571 NIL COMPCAT- (NIL T T) -8 NIL NIL NIL) (-165 268390 268418 268521 "COMMUPC" 268627 NIL COMMUPC (NIL T T T) -7 NIL NIL NIL) (-164 268184 268218 268277 "COMMONOP" 268351 T COMMONOP (NIL) -7 NIL NIL NIL) (-163 267740 267935 268022 "COMM" 268117 T COMM (NIL) -8 NIL NIL NIL) (-162 267316 267544 267619 "COMMAAST" 267685 T COMMAAST (NIL) -8 NIL NIL NIL) (-161 266565 266759 266787 "COMBOPC" 267125 T COMBOPC (NIL) -9 NIL 267300 NIL) (-160 265461 265671 265913 "COMBINAT" 266355 NIL COMBINAT (NIL T) -7 NIL NIL NIL) (-159 261918 262492 263119 "COMBF" 264883 NIL COMBF (NIL T T) -7 NIL NIL NIL) (-158 260676 261034 261269 "COLOR" 261703 T COLOR (NIL) -8 NIL NIL NIL) (-157 260152 260397 260489 "COLONAST" 260604 T COLONAST (NIL) -8 NIL NIL NIL) (-156 259792 259839 259964 "CMPLXRT" 260099 NIL CMPLXRT (NIL T T) -7 NIL NIL NIL) (-155 259240 259492 259591 "CLLCTAST" 259713 T CLLCTAST (NIL) -8 NIL NIL NIL) (-154 254742 255770 256850 "CLIP" 258180 T CLIP (NIL) -7 NIL NIL NIL) (-153 253083 253843 254083 "CLIF" 254569 NIL CLIF (NIL NIL T NIL) -8 NIL NIL NIL) (-152 249232 251201 251242 "CLAGG" 252171 NIL CLAGG (NIL T) -9 NIL 252707 NIL) (-151 247654 248111 248694 "CLAGG-" 248699 NIL CLAGG- (NIL T T) -8 NIL NIL NIL) (-150 247198 247283 247423 "CINTSLPE" 247563 NIL CINTSLPE (NIL T T) -7 NIL NIL NIL) (-149 244699 245170 245718 "CHVAR" 246726 NIL CHVAR (NIL T T T) -7 NIL NIL NIL) (-148 243859 244413 244441 "CHARZ" 244446 T CHARZ (NIL) -9 NIL 244461 NIL) (-147 243613 243653 243731 "CHARPOL" 243813 NIL CHARPOL (NIL T) -7 NIL NIL NIL) (-146 242657 243244 243272 "CHARNZ" 243319 T CHARNZ (NIL) -9 NIL 243375 NIL) (-145 240563 241311 241664 "CHAR" 242324 T CHAR (NIL) -8 NIL NIL NIL) (-144 240289 240350 240378 "CFCAT" 240489 T CFCAT (NIL) -9 NIL NIL NIL) (-143 239530 239641 239824 "CDEN" 240173 NIL CDEN (NIL T T T) -7 NIL NIL NIL) (-142 235495 238683 238963 "CCLASS" 239270 T CCLASS (NIL) -8 NIL NIL NIL) (-141 234746 234903 235080 "CATEGORY" 235338 T -10 (NIL) -8 NIL NIL NIL) (-140 234319 234665 234713 "CATCTOR" 234718 T CATCTOR (NIL) -8 NIL NIL NIL) (-139 233770 234022 234120 "CATAST" 234241 T CATAST (NIL) -8 NIL NIL NIL) (-138 233246 233491 233583 "CASEAST" 233698 T CASEAST (NIL) -8 NIL NIL NIL) (-137 228384 229403 230147 "CARTEN" 232558 NIL CARTEN (NIL NIL NIL T) -8 NIL NIL NIL) (-136 227492 227640 227861 "CARTEN2" 228231 NIL CARTEN2 (NIL NIL NIL T T) -7 NIL NIL NIL) (-135 225808 226642 226899 "CARD" 227255 T CARD (NIL) -8 NIL NIL NIL) (-134 225384 225612 225687 "CAPSLAST" 225753 T CAPSLAST (NIL) -8 NIL NIL NIL) (-133 224874 225082 225110 "CACHSET" 225242 T CACHSET (NIL) -9 NIL 225320 NIL) (-132 224330 224652 224680 "CABMON" 224730 T CABMON (NIL) -9 NIL 224786 NIL) (-131 223803 224034 224144 "BYTEORD" 224240 T BYTEORD (NIL) -8 NIL NIL NIL) (-130 222780 223332 223474 "BYTE" 223637 T BYTE (NIL) -8 NIL NIL 223759) (-129 218132 222285 222457 "BYTEBUF" 222628 T BYTEBUF (NIL) -8 NIL NIL NIL) (-128 215643 217824 217931 "BTREE" 218058 NIL BTREE (NIL T) -8 NIL NIL NIL) (-127 213094 215291 215413 "BTOURN" 215553 NIL BTOURN (NIL T) -8 NIL NIL NIL) (-126 210438 212536 212577 "BTCAT" 212645 NIL BTCAT (NIL T) -9 NIL 212722 NIL) (-125 210105 210185 210334 "BTCAT-" 210339 NIL BTCAT- (NIL T T) -8 NIL NIL NIL) (-124 205484 209364 209392 "BTAGG" 209506 T BTAGG (NIL) -9 NIL 209616 NIL) (-123 204974 205099 205305 "BTAGG-" 205310 NIL BTAGG- (NIL T) -8 NIL NIL NIL) (-122 201971 204252 204467 "BSTREE" 204791 NIL BSTREE (NIL T) -8 NIL NIL NIL) (-121 201109 201235 201419 "BRILL" 201827 NIL BRILL (NIL T) -7 NIL NIL NIL) (-120 197735 199807 199848 "BRAGG" 200497 NIL BRAGG (NIL T) -9 NIL 200755 NIL) (-119 196264 196670 197225 "BRAGG-" 197230 NIL BRAGG- (NIL T T) -8 NIL NIL NIL) (-118 189180 195608 195793 "BPADICRT" 196111 NIL BPADICRT (NIL NIL) -8 NIL NIL NIL) (-117 187495 189117 189162 "BPADIC" 189167 NIL BPADIC (NIL NIL) -8 NIL NIL NIL) (-116 187193 187223 187337 "BOUNDZRO" 187459 NIL BOUNDZRO (NIL T T) -7 NIL NIL NIL) (-115 182421 183619 184531 "BOP" 186301 T BOP (NIL) -8 NIL NIL NIL) (-114 180202 180606 181081 "BOP1" 181979 NIL BOP1 (NIL T) -7 NIL NIL NIL) (-113 179903 179964 179992 "BOOLE" 180103 T BOOLE (NIL) -9 NIL 180185 NIL) (-112 178728 179477 179626 "BOOLEAN" 179774 T BOOLEAN (NIL) -8 NIL NIL NIL) (-111 177993 178397 178451 "BMODULE" 178456 NIL BMODULE (NIL T T) -9 NIL 178521 NIL) (-110 173794 177791 177864 "BITS" 177940 T BITS (NIL) -8 NIL NIL NIL) (-109 173215 173334 173474 "BINDING" 173674 T BINDING (NIL) -8 NIL NIL NIL) (-108 166934 172810 172959 "BINARY" 173086 T BINARY (NIL) -8 NIL NIL NIL) (-107 164688 166161 166202 "BGAGG" 166462 NIL BGAGG (NIL T) -9 NIL 166599 NIL) (-106 164519 164551 164642 "BGAGG-" 164647 NIL BGAGG- (NIL T T) -8 NIL NIL NIL) (-105 163590 163903 164108 "BFUNCT" 164334 T BFUNCT (NIL) -8 NIL NIL NIL) (-104 162280 162458 162746 "BEZOUT" 163414 NIL BEZOUT (NIL T T T T T) -7 NIL NIL NIL) (-103 158751 161132 161462 "BBTREE" 161983 NIL BBTREE (NIL T) -8 NIL NIL NIL) (-102 158460 158513 158541 "BASTYPE" 158660 T BASTYPE (NIL) -9 NIL 158734 NIL) (-101 158312 158341 158414 "BASTYPE-" 158419 NIL BASTYPE- (NIL T) -8 NIL NIL NIL) (-100 157746 157822 157974 "BALFACT" 158223 NIL BALFACT (NIL T T) -7 NIL NIL NIL) (-99 156602 157161 157347 "AUTOMOR" 157591 NIL AUTOMOR (NIL T) -8 NIL NIL NIL) (-98 156328 156333 156359 "ATTREG" 156364 T ATTREG (NIL) -9 NIL NIL NIL) (-97 154580 155025 155377 "ATTRBUT" 155994 T ATTRBUT (NIL) -8 NIL NIL NIL) (-96 154188 154408 154474 "ATTRAST" 154532 T ATTRAST (NIL) -8 NIL NIL NIL) (-95 153724 153837 153863 "ATRIG" 154064 T ATRIG (NIL) -9 NIL NIL NIL) (-94 153533 153574 153661 "ATRIG-" 153666 NIL ATRIG- (NIL T) -8 NIL NIL NIL) (-93 153164 153350 153376 "ASTCAT" 153381 T ASTCAT (NIL) -9 NIL 153411 NIL) (-92 152891 152950 153069 "ASTCAT-" 153074 NIL ASTCAT- (NIL T) -8 NIL NIL NIL) (-91 151042 152667 152755 "ASTACK" 152834 NIL ASTACK (NIL T) -8 NIL NIL NIL) (-90 149547 149844 150209 "ASSOCEQ" 150724 NIL ASSOCEQ (NIL T T) -7 NIL NIL NIL) (-89 148579 149206 149330 "ASP9" 149454 NIL ASP9 (NIL NIL) -8 NIL NIL NIL) (-88 148342 148527 148566 "ASP8" 148571 NIL ASP8 (NIL NIL) -8 NIL NIL NIL) (-87 147210 147947 148089 "ASP80" 148231 NIL ASP80 (NIL NIL) -8 NIL NIL NIL) (-86 146108 146845 146977 "ASP7" 147109 NIL ASP7 (NIL NIL) -8 NIL NIL NIL) (-85 145062 145785 145903 "ASP78" 146021 NIL ASP78 (NIL NIL) -8 NIL NIL NIL) (-84 144031 144742 144859 "ASP77" 144976 NIL ASP77 (NIL NIL) -8 NIL NIL NIL) (-83 142943 143669 143800 "ASP74" 143931 NIL ASP74 (NIL NIL) -8 NIL NIL NIL) (-82 141843 142578 142710 "ASP73" 142842 NIL ASP73 (NIL NIL) -8 NIL NIL NIL) (-81 140947 141669 141769 "ASP6" 141774 NIL ASP6 (NIL NIL) -8 NIL NIL NIL) (-80 139894 140624 140742 "ASP55" 140860 NIL ASP55 (NIL NIL) -8 NIL NIL NIL) (-79 138843 139568 139687 "ASP50" 139806 NIL ASP50 (NIL NIL) -8 NIL NIL NIL) (-78 137931 138544 138654 "ASP4" 138764 NIL ASP4 (NIL NIL) -8 NIL NIL NIL) (-77 137019 137632 137742 "ASP49" 137852 NIL ASP49 (NIL NIL) -8 NIL NIL NIL) (-76 135803 136558 136726 "ASP42" 136908 NIL ASP42 (NIL NIL NIL NIL) -8 NIL NIL NIL) (-75 134580 135336 135506 "ASP41" 135690 NIL ASP41 (NIL NIL NIL NIL) -8 NIL NIL NIL) (-74 133530 134257 134375 "ASP35" 134493 NIL ASP35 (NIL NIL) -8 NIL NIL NIL) (-73 133295 133478 133517 "ASP34" 133522 NIL ASP34 (NIL NIL) -8 NIL NIL NIL) (-72 133032 133099 133175 "ASP33" 133250 NIL ASP33 (NIL NIL) -8 NIL NIL NIL) (-71 131926 132667 132799 "ASP31" 132931 NIL ASP31 (NIL NIL) -8 NIL NIL NIL) (-70 131691 131874 131913 "ASP30" 131918 NIL ASP30 (NIL NIL) -8 NIL NIL NIL) (-69 131426 131495 131571 "ASP29" 131646 NIL ASP29 (NIL NIL) -8 NIL NIL NIL) (-68 131191 131374 131413 "ASP28" 131418 NIL ASP28 (NIL NIL) -8 NIL NIL NIL) (-67 130956 131139 131178 "ASP27" 131183 NIL ASP27 (NIL NIL) -8 NIL NIL NIL) (-66 130040 130654 130765 "ASP24" 130876 NIL ASP24 (NIL NIL) -8 NIL NIL NIL) (-65 129117 129842 129954 "ASP20" 129959 NIL ASP20 (NIL NIL) -8 NIL NIL NIL) (-64 128205 128818 128928 "ASP1" 129038 NIL ASP1 (NIL NIL) -8 NIL NIL NIL) (-63 127148 127879 127998 "ASP19" 128117 NIL ASP19 (NIL NIL) -8 NIL NIL NIL) (-62 126885 126952 127028 "ASP12" 127103 NIL ASP12 (NIL NIL) -8 NIL NIL NIL) (-61 125737 126484 126628 "ASP10" 126772 NIL ASP10 (NIL NIL) -8 NIL NIL NIL) (-60 123590 125581 125672 "ARRAY2" 125677 NIL ARRAY2 (NIL T) -8 NIL NIL NIL) (-59 119357 123238 123352 "ARRAY1" 123507 NIL ARRAY1 (NIL T) -8 NIL NIL NIL) (-58 118389 118562 118783 "ARRAY12" 119180 NIL ARRAY12 (NIL T T) -7 NIL NIL NIL) (-57 112675 114591 114666 "ARR2CAT" 117296 NIL ARR2CAT (NIL T T T) -9 NIL 118054 NIL) (-56 110109 110853 111807 "ARR2CAT-" 111812 NIL ARR2CAT- (NIL T T T T) -8 NIL NIL NIL) (-55 109426 109736 109861 "ARITY" 110002 T ARITY (NIL) -8 NIL NIL NIL) (-54 108202 108354 108653 "APPRULE" 109262 NIL APPRULE (NIL T T T) -7 NIL NIL NIL) (-53 107853 107901 108020 "APPLYORE" 108148 NIL APPLYORE (NIL T T T) -7 NIL NIL NIL) (-52 107207 107446 107566 "ANY" 107751 T ANY (NIL) -8 NIL NIL NIL) (-51 106485 106608 106765 "ANY1" 107081 NIL ANY1 (NIL T) -7 NIL NIL NIL) (-50 104015 104922 105249 "ANTISYM" 106209 NIL ANTISYM (NIL T NIL) -8 NIL NIL NIL) (-49 103507 103722 103818 "ANON" 103937 T ANON (NIL) -8 NIL NIL NIL) (-48 97507 102046 102500 "AN" 103071 T AN (NIL) -8 NIL NIL NIL) (-47 93391 94779 94830 "AMR" 95578 NIL AMR (NIL T T) -9 NIL 96178 NIL) (-46 92503 92724 93087 "AMR-" 93092 NIL AMR- (NIL T T T) -8 NIL NIL NIL) (-45 76946 92420 92481 "ALIST" 92486 NIL ALIST (NIL T T) -8 NIL NIL NIL) (-44 73751 76540 76709 "ALGSC" 76864 NIL ALGSC (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-43 70307 70861 71468 "ALGPKG" 73191 NIL ALGPKG (NIL T T) -7 NIL NIL NIL) (-42 69584 69685 69869 "ALGMFACT" 70193 NIL ALGMFACT (NIL T T T) -7 NIL NIL NIL) (-41 65619 66198 66792 "ALGMANIP" 69168 NIL ALGMANIP (NIL T T) -7 NIL NIL NIL) (-40 55830 65245 65395 "ALGFF" 65552 NIL ALGFF (NIL T T T NIL) -8 NIL NIL NIL) (-39 55026 55157 55336 "ALGFACT" 55688 NIL ALGFACT (NIL T) -7 NIL NIL NIL) (-38 53953 54553 54591 "ALGEBRA" 54596 NIL ALGEBRA (NIL T) -9 NIL 54637 NIL) (-37 53671 53730 53862 "ALGEBRA-" 53867 NIL ALGEBRA- (NIL T T) -8 NIL NIL NIL) (-36 35666 51569 51621 "ALAGG" 51757 NIL ALAGG (NIL T T) -9 NIL 51918 NIL) (-35 35202 35315 35341 "AHYP" 35542 T AHYP (NIL) -9 NIL NIL NIL) (-34 34133 34381 34407 "AGG" 34906 T AGG (NIL) -9 NIL 35185 NIL) (-33 33567 33729 33943 "AGG-" 33948 NIL AGG- (NIL T) -8 NIL NIL NIL) (-32 31373 31796 32201 "AF" 33209 NIL AF (NIL T T) -7 NIL NIL NIL) (-31 30853 31098 31188 "ADDAST" 31301 T ADDAST (NIL) -8 NIL NIL NIL) (-30 30121 30380 30536 "ACPLOT" 30715 T ACPLOT (NIL) -8 NIL NIL NIL) (-29 18744 27053 27091 "ACFS" 27698 NIL ACFS (NIL T) -9 NIL 27937 NIL) (-28 16771 17261 18023 "ACFS-" 18028 NIL ACFS- (NIL T T) -8 NIL NIL NIL) (-27 12875 14804 14830 "ACF" 15709 T ACF (NIL) -9 NIL 16122 NIL) (-26 11579 11913 12406 "ACF-" 12411 NIL ACF- (NIL T) -8 NIL NIL NIL) (-25 11137 11332 11358 "ABELSG" 11450 T ABELSG (NIL) -9 NIL 11515 NIL) (-24 11004 11029 11095 "ABELSG-" 11100 NIL ABELSG- (NIL T) -8 NIL NIL NIL) (-23 10333 10620 10646 "ABELMON" 10816 T ABELMON (NIL) -9 NIL 10928 NIL) (-22 9997 10081 10219 "ABELMON-" 10224 NIL ABELMON- (NIL T) -8 NIL NIL NIL) (-21 9331 9703 9729 "ABELGRP" 9801 T ABELGRP (NIL) -9 NIL 9876 NIL) (-20 8794 8923 9139 "ABELGRP-" 9144 NIL ABELGRP- (NIL T) -8 NIL NIL NIL) (-19 4333 8083 8122 "A1AGG" 8127 NIL A1AGG (NIL T) -9 NIL 8167 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 ad93fe13..a6dd7934 100644
--- a/src/share/algebra/operation.daase
+++ b/src/share/algebra/operation.daase
@@ -1,4798 +1,1609 @@
-(731535 . 3486772027)
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-537)))))
+(731754 . 3486783787)
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-304 (-419 (-971 *5)))) (-5 *4 (-1197))
+ (-4 *5 (-13 (-317) (-148)))
+ (-5 *2 (-1186 (-656 (-326 *5)) (-656 (-304 (-326 *5)))))
+ (-5 *1 (-1150 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-1197))
+ (-4 *5 (-13 (-317) (-148)))
+ (-5 *2 (-1186 (-656 (-326 *5)) (-656 (-304 (-326 *5)))))
+ (-5 *1 (-1150 *5)))))
+(((*1 *1) (-5 *1 (-340))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-624 *1))) (-4 *1 (-312)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-566 *3)) (-4 *3 (-13 (-416) (-1223))) (-5 *2 (-112)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-270))) (-5 *4 (-1197)) (-5 *2 (-112))
+ (-5 *1 (-270)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-656 *3)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-429 *4)))))
-(((*1 *1 *1 *1) (-4 *1 (-144)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))))
-(((*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-1241))))))
-(((*1 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1236)))))
+ (-12 (-5 *2 (-1178 (-576))) (-5 *1 (-1181 *4)) (-4 *4 (-1070))
+ (-5 *3 (-576)))))
+(((*1 *2 *3 *4 *5 *4)
+ (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-112))
+ (-5 *2 (-1056)) (-5 *1 (-757)))))
+(((*1 *2 *1) (-12 (-5 *2 (-430 *3)) (-5 *1 (-933 *3)) (-4 *3 (-317)))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1197))
+ (-4 *5 (-13 (-568) (-1059 (-576)) (-148)))
+ (-5 *2
+ (-2 (|:| -2670 (-419 (-971 *5))) (|:| |coeff| (-419 (-971 *5)))))
+ (-5 *1 (-582 *5)) (-5 *3 (-419 (-971 *5))))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1165)) (-5 *2 (-142))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1165)) (-5 *2 (-145)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1121)) (-5 *1 (-924 *3)))))
+(((*1 *2 *3 *3 *1)
+ (-12 (-5 *3 (-518)) (-5 *2 (-703 (-1125))) (-5 *1 (-301)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-783)) (-4 *6 (-1121)) (-4 *3 (-917 *6))
+ (-5 *2 (-701 *3)) (-5 *1 (-704 *6 *3 *7 *4)) (-4 *7 (-384 *3))
+ (-4 *4 (-13 (-384 *6) (-10 -7 (-6 -4464)))))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
(|:| |relerr| (-227))))
- (-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| (-1176 (-227)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -3954
- (-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 (-571)))))
-(((*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *1 (-691 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1160 *2 *3)) (-4 *2 (-13 (-1119) (-34)))
- (-4 *3 (-13 (-1119) (-34))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-938))) (-5 *2 (-921 (-576))) (-5 *1 (-934)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 *1)) (-4 *3 (-1068)) (-4 *1 (-699 *3 *4 *5))
- (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-1068)) (-4 *1 (-699 *3 *4 *5))
- (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1286 *3)) (-4 *3 (-1068)) (-5 *1 (-701 *3))))
+ (-5 *2 (-390)) (-5 *1 (-194)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-1179)) (-5 *4 (-1141)) (-5 *2 (-112)) (-5 *1 (-833)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6))
+ (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))))
+(((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-656 (-656 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
+ (-5 *4 (-656 (-3 (|:| |array| (-656 *3)) (|:| |scalar| (-1197)))))
+ (-5 *6 (-656 (-1197))) (-5 *3 (-1197)) (-5 *2 (-1125))
+ (-5 *1 (-409))))
+ ((*1 *2 *3 *4 *5 *6 *3)
+ (-12 (-5 *5 (-656 (-656 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
+ (-5 *4 (-656 (-3 (|:| |array| (-656 *3)) (|:| |scalar| (-1197)))))
+ (-5 *6 (-656 (-1197))) (-5 *3 (-1197)) (-5 *2 (-1125))
+ (-5 *1 (-409))))
+ ((*1 *2 *3 *4 *5 *4)
+ (-12 (-5 *4 (-656 (-1197))) (-5 *5 (-1200)) (-5 *3 (-1197))
+ (-5 *2 (-1125)) (-5 *1 (-409)))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-576)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-783)) (-4 *5 (-174))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783))
+ (-4 *4 (-174))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2))
+ (-4 *4 (-384 *2))))
((*1 *1 *2)
- (-12 (-5 *2 (-656 *4)) (-4 *4 (-1068)) (-4 *1 (-1142 *3 *4 *5 *6))
- (-4 *5 (-243 *3 *4)) (-4 *6 (-243 *3 *4)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-333 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-132))
- (-4 *3 (-804)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-969 *6))) (-5 *4 (-656 (-1195)))
- (-4 *6 (-13 (-568) (-1057 *5))) (-4 *5 (-568))
- (-5 *2 (-656 (-656 (-304 (-419 (-969 *6)))))) (-5 *1 (-1058 *5 *6)))))
-(((*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1 (-390))) (-5 *1 (-1059)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1286 (-3 (-480) "undefined"))) (-5 *1 (-1287)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-374)) (-4 *4 (-568)) (-4 *5 (-1262 *4))
- (-5 *2 (-2 (|:| -3343 (-635 *4 *5)) (|:| -3234 (-419 *5))))
- (-5 *1 (-635 *4 *5)) (-5 *3 (-419 *5))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-656 (-1183 *3 *4))) (-5 *1 (-1183 *3 *4))
- (-14 *3 (-938)) (-4 *4 (-1068))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-464)) (-4 *3 (-1068))
- (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1)))
- (-4 *1 (-1262 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-656 *3)) (-5 *1 (-988 *4 *3))
- (-4 *3 (-1262 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1123)) (-5 *1 (-52)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-783)) (-4 *4 (-1068))
- (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-1262 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-167 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-430 *3)) (-4 *3 (-557)) (-4 *3 (-568))))
- ((*1 *2 *1) (-12 (-4 *1 (-557)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-809 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-845 *3)) (-4 *3 (-557)) (-4 *3 (-1119))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-855 *3)) (-4 *3 (-557)) (-4 *3 (-1119))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1016 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-112))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-1027 *3)) (-4 *3 (-1057 (-419 (-576)))))))
-(((*1 *1 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1236))))
+ (-12 (-4 *3 (-1070)) (-4 *1 (-699 *3 *2 *4)) (-4 *2 (-384 *3))
+ (-4 *4 (-384 *3))))
((*1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862))))
- ((*1 *1 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-419 *2)) (-4 *2 (-1262 *5))
- (-5 *1 (-819 *5 *2 *3 *6))
- (-4 *5 (-13 (-374) (-148) (-1057 (-419 (-576)))))
- (-4 *3 (-668 *2)) (-4 *6 (-668 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 (-419 *2))) (-4 *2 (-1262 *5))
- (-5 *1 (-819 *5 *2 *3 *6))
- (-4 *5 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *3 (-668 *2))
- (-4 *6 (-668 (-419 *2))))))
-(((*1 *1) (-12 (-4 *1 (-1064 *2)) (-4 *2 (-23)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-960 *3) (-960 *3))) (-5 *1 (-178 *3))
- (-4 *3 (-13 (-374) (-1221) (-1021)))))
- ((*1 *2)
- (|partial| -12 (-4 *4 (-1240)) (-4 *5 (-1262 (-419 *2)))
- (-4 *2 (-1262 *4)) (-5 *1 (-352 *3 *4 *2 *5))
- (-4 *3 (-353 *4 *2 *5))))
- ((*1 *2)
- (|partial| -12 (-4 *1 (-353 *3 *2 *4)) (-4 *3 (-1240))
- (-4 *4 (-1262 (-419 *2))) (-4 *2 (-1262 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-270))) (-5 *4 (-1195)) (-5 *2 (-112))
- (-5 *1 (-270)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-270))) (-5 *1 (-1287))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-270))) (-5 *1 (-1287))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-270))) (-5 *1 (-1288))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-270))) (-5 *1 (-1288)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6))
- (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-568))
+ (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-783)) (-4 *3 (-1070)))))
+(((*1 *2 *3 *4 *5 *6 *7)
+ (-12 (-5 *3 (-701 *11)) (-5 *4 (-656 (-419 (-971 *8))))
+ (-5 *5 (-783)) (-5 *6 (-1179)) (-4 *8 (-13 (-317) (-148)))
+ (-4 *11 (-968 *8 *10 *9)) (-4 *9 (-13 (-862) (-626 (-1197))))
+ (-4 *10 (-805))
(-5 *2
- (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1129)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568))
- (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2 *2) (|partial| -12 (-5 *1 (-599 *2)) (-4 *2 (-557)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-4 *2 (-966 *4 *5 *6)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-461 *4 *5 *6 *2)))))
-(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4462)) (-4 *1 (-616 *4 *3)) (-4 *4 (-1119))
- (-4 *3 (-1236)) (-4 *3 (-1119)) (-5 *2 (-112)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *2 (-1084 *4 *5 *6)) (-5 *1 (-788 *4 *5 *6 *2 *3))
- (-4 *3 (-1090 *4 *5 *6 *2)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-1054)) (-5 *3 (-1195)) (-5 *1 (-276)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1191 *1)) (-4 *1 (-464))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1191 *6)) (-4 *6 (-966 *5 *3 *4)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *5 (-926)) (-5 *1 (-469 *3 *4 *5 *6))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-1191 *1)) (-4 *1 (-926)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-227)) (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
- (-4 *3 (-378 *4))))
- ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
+ (-2
+ (|:| |rgl|
+ (-656
+ (-2 (|:| |eqzro| (-656 *11)) (|:| |neqzro| (-656 *11))
+ (|:| |wcond| (-656 (-971 *8)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1288 (-419 (-971 *8))))
+ (|:| -1726 (-656 (-1288 (-419 (-971 *8))))))))))
+ (|:| |rgsz| (-576))))
+ (-5 *1 (-943 *8 *9 *10 *11)) (-5 *7 (-576)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-969 (-171 *4))) (-4 *4 (-174))
- (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-969 (-171 *5))) (-5 *4 (-938)) (-4 *5 (-174))
- (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
+ (-12 (-4 *4 (-38 (-419 (-576))))
+ (-5 *2 (-2 (|:| -3562 (-1178 *4)) (|:| -3574 (-1178 *4))))
+ (-5 *1 (-1183 *4)) (-5 *3 (-1178 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-4 *1 (-385 *3 *4)) (-4 *3 (-862))
+ (-4 *4 (-174))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-4 *1 (-1309 *3 *4)) (-4 *3 (-862))
+ (-4 *4 (-1070)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-870 *2)) (-4 *2 (-174))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-969 *4)) (-4 *4 (-1068))
- (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-969 *5)) (-5 *4 (-938)) (-4 *5 (-1068))
- (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
+ (-12 (-5 *2 (-1193 (-576))) (-5 *1 (-961)) (-5 *3 (-576)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-1197))
+ (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-304 (-326 *5))))
+ (-5 *1 (-1150 *5))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-568))
- (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
+ (-12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-13 (-317) (-148)))
+ (-5 *2 (-656 (-304 (-326 *4)))) (-5 *1 (-1150 *4))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-938)) (-4 *5 (-568))
- (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
+ (-12 (-5 *3 (-304 (-419 (-971 *5)))) (-5 *4 (-1197))
+ (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-304 (-326 *5))))
+ (-5 *1 (-1150 *5))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-419 (-969 (-171 *4)))) (-4 *4 (-568))
- (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
+ (-12 (-5 *3 (-304 (-419 (-971 *4)))) (-4 *4 (-13 (-317) (-148)))
+ (-5 *2 (-656 (-304 (-326 *4)))) (-5 *1 (-1150 *4))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-419 (-969 (-171 *5)))) (-5 *4 (-938))
- (-4 *5 (-568)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390)))
- (-5 *1 (-797 *5))))
+ (-12 (-5 *3 (-656 (-419 (-971 *5)))) (-5 *4 (-656 (-1197)))
+ (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-304 (-326 *5)))))
+ (-5 *1 (-1150 *5))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-326 *4)) (-4 *4 (-568)) (-4 *4 (-862))
- (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
+ (-12 (-5 *3 (-656 (-419 (-971 *4)))) (-4 *4 (-13 (-317) (-148)))
+ (-5 *2 (-656 (-656 (-304 (-326 *4))))) (-5 *1 (-1150 *4))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-326 *5)) (-5 *4 (-938)) (-4 *5 (-568))
- (-4 *5 (-862)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390)))
- (-5 *1 (-797 *5))))
+ (-12 (-5 *3 (-656 (-304 (-419 (-971 *5))))) (-5 *4 (-656 (-1197)))
+ (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-304 (-326 *5)))))
+ (-5 *1 (-1150 *5))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-326 (-171 *4))) (-4 *4 (-568)) (-4 *4 (-862))
- (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-326 (-171 *5))) (-5 *4 (-938)) (-4 *5 (-568))
- (-4 *5 (-862)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390)))
- (-5 *1 (-797 *5)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1129)) (-5 *3 (-576)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-703 (-885 (-983 *3) (-983 *3)))) (-5 *1 (-983 *3))
- (-4 *3 (-1119)))))
-(((*1 *2 *3 *4 *4 *5 *6)
- (-12 (-5 *3 (-656 (-656 (-960 (-227))))) (-5 *4 (-886))
- (-5 *5 (-938)) (-5 *6 (-656 (-270))) (-5 *2 (-1287))
- (-5 *1 (-1290))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-656 (-960 (-227))))) (-5 *4 (-656 (-270)))
- (-5 *2 (-1287)) (-5 *1 (-1290)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1286 *4)) (-4 *4 (-1068)) (-4 *2 (-1262 *4))
- (-5 *1 (-456 *4 *2))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-419 (-1191 (-326 *5)))) (-5 *3 (-1286 (-326 *5)))
- (-5 *4 (-576)) (-4 *5 (-568)) (-5 *1 (-1149 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1177)) (-5 *2 (-656 (-1200))) (-5 *1 (-893)))))
+ (-12 (-5 *3 (-656 (-304 (-419 (-971 *4)))))
+ (-4 *4 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-304 (-326 *4)))))
+ (-5 *1 (-1150 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-568))
+ (-5 *2
+ (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-1 (-1176 (-969 *4)) (-1176 (-969 *4))))
- (-5 *1 (-1294 *4)) (-4 *4 (-374)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4462)) (-4 *1 (-240 *3))
- (-4 *3 (-1119))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-292 *3)) (-4 *3 (-1236)))))
+ (|partial| -12 (-5 *3 (-1288 *5)) (-4 *5 (-13 (-1070) (-651 *4)))
+ (-4 *4 (-568)) (-5 *2 (-1288 *4)) (-5 *1 (-650 *4 *5)))))
+(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-656 *1)) (-4 *1 (-317)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-2 (|:| |val| (-656 *8)) (|:| -3986 *9))))
- (-5 *4 (-783)) (-4 *8 (-1084 *5 *6 *7)) (-4 *9 (-1090 *5 *6 *7 *8))
- (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-1291))
- (-5 *1 (-1088 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-2 (|:| |val| (-656 *8)) (|:| -3986 *9))))
- (-5 *4 (-783)) (-4 *8 (-1084 *5 *6 *7)) (-4 *9 (-1128 *5 *6 *7 *8))
- (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-1291))
- (-5 *1 (-1164 *5 *6 *7 *8 *9)))))
-(((*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-130))))))
+ (-12 (-5 *3 (-1193 *5)) (-4 *5 (-464)) (-5 *2 (-656 *6))
+ (-5 *1 (-550 *5 *6 *4)) (-4 *6 (-374)) (-4 *4 (-13 (-374) (-860)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-971 *5)) (-4 *5 (-464)) (-5 *2 (-656 *6))
+ (-5 *1 (-550 *5 *6 *4)) (-4 *6 (-374)) (-4 *4 (-13 (-374) (-860))))))
(((*1 *2 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-966 *3 *4 *5)) (-4 *3 (-464))
- (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-461 *3 *4 *5 *6)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-430 *3)) (-4 *3 (-568)) (-5 *1 (-431 *3)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-1213 *3 *4)) (-4 *3 (-1119))
- (-4 *4 (-1119)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-518)) (-5 *3 (-656 (-888))) (-5 *1 (-495)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 *4)) (-4 *4 (-860)) (-4 *4 (-374)) (-5 *2 (-783))
- (-5 *1 (-962 *4 *5)) (-4 *5 (-1262 *4)))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
(-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-920 *3)) (-4 *3 (-1119)) (-5 *2 (-1121 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1121 *3)) (-5 *1 (-921 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7)
- (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227)))
- (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-75 FCN JACOBF JACEPS))))
- (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-76 G JACOBG JACGEP))))
- (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-761)))))
-(((*1 *1 *1) (-4 *1 (-568))))
-(((*1 *2 *1) (-12 (-4 *1 (-379)) (-5 *2 (-938))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1286 *4)) (-4 *4 (-360)) (-5 *2 (-938))
- (-5 *1 (-540 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-1291)) (-5 *1 (-878 *4 *5 *6 *7))
- (-4 *4 (-1068)) (-14 *5 (-656 (-1195))) (-14 *6 (-656 *3))
- (-14 *7 *3)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-783)) (-4 *4 (-1068)) (-4 *5 (-862)) (-4 *6 (-805))
- (-14 *8 (-656 *5)) (-5 *2 (-1291))
- (-5 *1 (-1298 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-966 *4 *6 *5))
- (-14 *9 (-656 *3)) (-14 *10 *3))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-656
- (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1191 *3))
- (|:| |logand| (-1191 *3)))))
- (-5 *1 (-598 *3)) (-4 *3 (-374)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1183 3 *3)) (-4 *3 (-1068)) (-4 *1 (-1153 *3))))
- ((*1 *1) (-12 (-4 *1 (-1153 *2)) (-4 *2 (-1068)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-5 *2 (-1291)) (-5 *1 (-1198))))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-52)) (-5 *1 (-841)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *2 (-1264 *4)) (-5 *1 (-819 *4 *2 *3 *5))
+ (-4 *4 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *3 (-668 *2))
+ (-4 *5 (-668 (-419 *2)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1195))
- (-5 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-5 *2 (-1291))
- (-5 *1 (-1198))))
- ((*1 *2 *3 *4 *1)
- (-12 (-5 *3 (-1195))
- (-5 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-5 *2 (-1291))
- (-5 *1 (-1198)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1045 (-855 (-576))))
- (-5 *3 (-1176 (-2 (|:| |k| (-576)) (|:| |c| *4)))) (-4 *4 (-1068))
- (-5 *1 (-607 *4)))))
+ (-12 (-4 *2 (-1264 *4)) (-5 *1 (-819 *4 *2 *5 *3))
+ (-4 *4 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *5 (-668 *2))
+ (-4 *3 (-668 (-419 *2))))))
+(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-246)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1288 *6)) (-5 *4 (-1288 (-576))) (-5 *5 (-576))
+ (-4 *6 (-1121)) (-5 *2 (-1 *6)) (-5 *1 (-1038 *6)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-1200)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-390)) (-5 *1 (-97)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938))
- (-4 *4 (-1068)))))
+ (-12 (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -2154 *4))))
+ (-5 *1 (-661 *3 *4 *5)) (-4 *3 (-1121)) (-4 *4 (-23)) (-14 *5 *4))))
(((*1 *2 *1)
- (-12 (-4 *1 (-384 *3)) (-4 *3 (-1236)) (-4 *3 (-862)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *1 (-384 *4)) (-4 *4 (-1236))
- (-5 *2 (-112)))))
-(((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
- (-4 *3 (-378 *4))))
- ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-542 *3)) (-4 *3 (-13 (-738) (-25))))))
+ (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6))
+ (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-656 (-1 *4 (-656 *4)))) (-4 *4 (-1119))
- (-5 *1 (-114 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1119))
- (-5 *1 (-114 *4))))
+ (-12 (-5 *3 (-1197))
+ (-4 *4 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
+ (-5 *1 (-816 *4 *2)) (-4 *2 (-13 (-29 *4) (-1223) (-978)))))
+ ((*1 *1 *1 *1 *1) (-5 *1 (-876))) ((*1 *1 *1 *1) (-5 *1 (-876)))
+ ((*1 *1 *1) (-5 *1 (-876)))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-115)) (-5 *2 (-656 (-1 *4 (-656 *4))))
- (-5 *1 (-114 *4)) (-4 *4 (-1119)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1277 *4))
- (-4 *4 (-38 (-419 (-576))))
- (-5 *2 (-1 (-1176 *4) (-1176 *4) (-1176 *4))) (-5 *1 (-1279 *4 *5)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
- (-5 *1 (-1147 *3 *2)) (-4 *3 (-1262 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1262 *5)) (-4 *5 (-374))
- (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3)))
- (-5 *1 (-586 *5 *3)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1191 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-112)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
+ (-12 (-5 *2 (-1178 *3)) (-5 *1 (-1181 *3)) (-4 *3 (-1070)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *1) (-5 *1 (-158)))
- ((*1 *2 *1) (-12 (-4 *1 (-1063 *2)) (-4 *2 (-23)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-326 *4)) (-4 *4 (-13 (-840) (-1068))) (-5 *2 (-1177))
- (-5 *1 (-838 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-326 *5)) (-5 *4 (-112)) (-4 *5 (-13 (-840) (-1068)))
- (-5 *2 (-1177)) (-5 *1 (-838 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-834)) (-5 *4 (-326 *5)) (-4 *5 (-13 (-840) (-1068)))
- (-5 *2 (-1291)) (-5 *1 (-838 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-834)) (-5 *4 (-326 *6)) (-5 *5 (-112))
- (-4 *6 (-13 (-840) (-1068))) (-5 *2 (-1291)) (-5 *1 (-838 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-840)) (-5 *2 (-1177))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-840)) (-5 *3 (-112)) (-5 *2 (-1177))))
- ((*1 *2 *3 *1) (-12 (-4 *1 (-840)) (-5 *3 (-834)) (-5 *2 (-1291))))
- ((*1 *2 *3 *1 *4)
- (-12 (-4 *1 (-840)) (-5 *3 (-834)) (-5 *4 (-112)) (-5 *2 (-1291)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-938))) (-5 *2 (-1197 (-419 (-576))))
- (-5 *1 (-192)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-227)) (-5 *1 (-30))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-430 *4) *4)) (-4 *4 (-568)) (-5 *2 (-430 *4))
- (-5 *1 (-431 *4))))
- ((*1 *1 *1) (-5 *1 (-943)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-943))))
- ((*1 *1 *1) (-5 *1 (-944)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-944))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))
- (-5 *4 (-419 (-576))) (-5 *1 (-1039 *3)) (-4 *3 (-1262 (-576)))))
- ((*1 *2 *3 *2 *2)
- (|partial| -12
- (-5 *2 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))
- (-5 *1 (-1039 *3)) (-4 *3 (-1262 (-576)))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))
- (-5 *4 (-419 (-576))) (-5 *1 (-1040 *3)) (-4 *3 (-1262 *4))))
- ((*1 *2 *3 *2 *2)
- (|partial| -12
- (-5 *2 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))
- (-5 *1 (-1040 *3)) (-4 *3 (-1262 (-419 (-576))))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1080 *2 *3))
- (-4 *3 (-1262 *2)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1068)) (-14 *3 (-656 (-1195)))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-225 *2 *3)) (-4 *2 (-13 (-1068) (-862)))
- (-14 *3 (-656 (-1195))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1262 *2)) (-4 *2 (-1240)) (-5 *1 (-149 *2 *4 *3))
- (-4 *3 (-1262 (-419 *4))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-374) (-148) (-1057 (-419 (-576)))))
- (-4 *5 (-1262 *4))
- (-5 *2 (-656 (-2 (|:| |deg| (-783)) (|:| -4024 *5))))
- (-5 *1 (-821 *4 *5 *3 *6)) (-4 *3 (-668 *5))
- (-4 *6 (-668 (-419 *5))))))
-(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-944)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-1286 (-656 (-576)))) (-5 *1 (-492))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1236)) (-5 *1 (-613 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1236)) (-5 *1 (-1176 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1236)) (-5 *1 (-1176 *3)))))
-(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-763)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-464)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
- (-5 *2 (-656 *3)) (-5 *1 (-996 *4 *5 *6 *3))
- (-4 *3 (-1084 *4 *5 *6)))))
-(((*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
- (-5 *2 (-1054)) (-5 *1 (-763)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1191 *4)) (-4 *4 (-360))
- (-5 *2 (-1286 (-656 (-2 (|:| -3103 *4) (|:| -3222 (-1139))))))
- (-5 *1 (-357 *4)))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))))
+(((*1 *1 *1 *1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *2 (-568)))))
+(((*1 *2 *1) (-12 (-5 *2 (-834)) (-5 *1 (-833)))))
(((*1 *2 *1)
- (-12
+ (-12 (-4 *1 (-616 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1238))
+ (-5 *2 (-656 *3)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1131)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-2 (|:| |totdeg| (-783)) (|:| -2792 *4))) (-5 *5 (-783))
+ (-4 *4 (-968 *6 *7 *8)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
(-5 *2
- (-3 (|:| |nullBranch| "null")
- (|:| |assignmentBranch|
- (-2 (|:| |var| (-1195))
- (|:| |arrayIndex| (-656 (-969 (-576))))
- (|:| |rand|
- (-2 (|:| |ints2Floats?| (-112)) (|:| -3001 (-874))))))
- (|:| |arrayAssignmentBranch|
- (-2 (|:| |var| (-1195)) (|:| |rand| (-874))
- (|:| |ints2Floats?| (-112))))
- (|:| |conditionalBranch|
- (-2 (|:| |switch| (-1194)) (|:| |thenClause| (-340))
- (|:| |elseClause| (-340))))
- (|:| |returnBranch|
- (-2 (|:| -4205 (-112))
- (|:| -3103
- (-2 (|:| |ints2Floats?| (-112)) (|:| -3001 (-874))))))
- (|:| |blockBranch| (-656 (-340)))
- (|:| |commentBranch| (-656 (-1177))) (|:| |callBranch| (-1177))
- (|:| |forBranch|
- (-2 (|:| -3954 (-1111 (-969 (-576))))
- (|:| |span| (-969 (-576))) (|:| -2636 (-340))))
- (|:| |labelBranch| (-1139))
- (|:| |loopBranch| (-2 (|:| |switch| (-1194)) (|:| -2636 (-340))))
- (|:| |commonBranch|
- (-2 (|:| -2624 (-1195)) (|:| |contents| (-656 (-1195)))))
- (|:| |printBranch| (-656 (-874)))))
- (-5 *1 (-340)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-135)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 *4)) (-4 *4 (-1119)) (-5 *2 (-1291))
- (-5 *1 (-1237 *4))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 *4)) (-4 *4 (-1119)) (-5 *2 (-1291))
- (-5 *1 (-1237 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
- (-5 *1 (-996 *4 *5 *6 *3)) (-4 *3 (-1084 *4 *5 *6)))))
+ (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4)
+ (|:| |polj| *4)))
+ (-5 *1 (-461 *6 *7 *8 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-464) (-1059 (-576)))) (-4 *3 (-568))
+ (-5 *1 (-41 *3 *2)) (-4 *2 (-442 *3))
+ (-4 *2
+ (-13 (-374) (-312)
+ (-10 -8 (-15 -2687 ((-1146 *3 (-624 $)) $))
+ (-15 -2698 ((-1146 *3 (-624 $)) $))
+ (-15 -4114 ($ (-1146 *3 (-624 $))))))))))
+(((*1 *1)
+ (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-568)) (-4 *2 (-174)))))
(((*1 *2)
- (-12 (-4 *4 (-1240)) (-4 *5 (-1262 *4)) (-4 *6 (-1262 (-419 *5)))
- (-5 *2 (-783)) (-5 *1 (-352 *3 *4 *5 *6)) (-4 *3 (-353 *4 *5 *6))))
+ (-12 (-5 *2 (-701 (-929 *3))) (-5 *1 (-362 *3 *4)) (-14 *3 (-940))
+ (-14 *4 (-940))))
((*1 *2)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-5 *2 (-783))))
- ((*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-783)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1177)) (-5 *2 (-656 (-1200))) (-5 *1 (-1155)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1163)) (-5 *2 (-142))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1163)) (-5 *2 (-145)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-541))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-589))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-873)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-944))
- (-5 *2
- (-2 (|:| |brans| (-656 (-656 (-960 (-227)))))
- (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))))
- (-5 *1 (-154))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-944)) (-5 *4 (-419 (-576)))
- (-5 *2
- (-2 (|:| |brans| (-656 (-656 (-960 (-227)))))
- (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))))
- (-5 *1 (-154))))
- ((*1 *2 *3)
- (-12
- (-5 *2
- (-2 (|:| |brans| (-656 (-656 (-960 (-227)))))
- (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))))
- (-5 *1 (-154)) (-5 *3 (-656 (-960 (-227))))))
+ (-12 (-5 *2 (-701 *3)) (-5 *1 (-363 *3 *4)) (-4 *3 (-360))
+ (-14 *4
+ (-3 (-1193 *3)
+ (-1288 (-656 (-2 (|:| -1688 *3) (|:| -2409 (-1141)))))))))
+ ((*1 *2)
+ (-12 (-5 *2 (-701 *3)) (-5 *1 (-364 *3 *4)) (-4 *3 (-360))
+ (-14 *4 (-940)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *2)) (-4 *2 (-174))))
+ ((*1 *2) (-12 (-4 *2 (-174)) (-5 *1 (-428 *3 *2)) (-4 *3 (-429 *2))))
+ ((*1 *2) (-12 (-4 *1 (-429 *2)) (-4 *2 (-174)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-792 *5 (-878 *6)))) (-5 *4 (-112)) (-4 *5 (-464))
+ (-14 *6 (-656 (-1197))) (-5 *2 (-656 (-1067 *5 *6)))
+ (-5 *1 (-640 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *2 (-656 (-171 *4))) (-5 *1 (-156 *3 *4))
+ (-4 *3 (-1264 (-171 (-576)))) (-4 *4 (-13 (-374) (-860)))))
((*1 *2 *3)
- (-12
- (-5 *2
- (-2 (|:| |brans| (-656 (-656 (-960 (-227)))))
- (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))))
- (-5 *1 (-154)) (-5 *3 (-656 (-656 (-960 (-227)))))))
- ((*1 *1 *2) (-12 (-5 *2 (-656 (-1113 (-390)))) (-5 *1 (-270))))
- ((*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-270)))))
+ (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-656 (-171 *4)))
+ (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-656 (-171 *4)))
+ (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-576)) (-5 *2 (-656 (-656 (-227)))) (-5 *1 (-1232)))))
+ (-12 (-5 *3 (-1197))
+ (-5 *2
+ (-2 (|:| |zeros| (-1178 (-227))) (|:| |ones| (-1178 (-227)))
+ (|:| |singularities| (-1178 (-227)))))
+ (-5 *1 (-105)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-167 *3)) (-4 *3 (-174)) (-4 *3 (-557))
- (-5 *2 (-419 (-576)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-419 (-576))) (-5 *1 (-430 *3)) (-4 *3 (-557))
- (-4 *3 (-568))))
- ((*1 *2 *1) (-12 (-4 *1 (-557)) (-5 *2 (-419 (-576)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-809 *3)) (-4 *3 (-174)) (-4 *3 (-557))
- (-5 *2 (-419 (-576)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-419 (-576))) (-5 *1 (-845 *3)) (-4 *3 (-557))
- (-4 *3 (-1119))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-419 (-576))) (-5 *1 (-855 *3)) (-4 *3 (-557))
- (-4 *3 (-1119))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1016 *3)) (-4 *3 (-174)) (-4 *3 (-557))
- (-5 *2 (-419 (-576)))))
+ (-12 (-5 *2 (-703 (-887 (-985 *3) (-985 *3)))) (-5 *1 (-985 *3))
+ (-4 *3 (-1121)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-576)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1238))
+ (-4 *5 (-384 *4)) (-4 *2 (-384 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-576)) (-4 *1 (-1074 *4 *5 *6 *7 *2)) (-4 *6 (-1070))
+ (-4 *7 (-243 *5 *6)) (-4 *2 (-243 *4 *6)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-347 *5 *6 *7 *8)) (-4 *5 (-442 *4))
+ (-4 *6 (-1264 *5)) (-4 *7 (-1264 (-419 *6)))
+ (-4 *8 (-353 *5 *6 *7)) (-4 *4 (-13 (-568) (-1059 (-576))))
+ (-5 *2 (-2 (|:| -1760 (-783)) (|:| -2952 *8)))
+ (-5 *1 (-930 *4 *5 *6 *7 *8))))
((*1 *2 *3)
- (-12 (-5 *2 (-419 (-576))) (-5 *1 (-1027 *3)) (-4 *3 (-1057 *2)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-767)))))
-(((*1 *2 *3 *1)
- (-12
- (-5 *2
- (-2 (|:| |cycle?| (-112)) (|:| -4001 (-783)) (|:| |period| (-783))))
- (-5 *1 (-1176 *4)) (-4 *4 (-1236)) (-5 *3 (-783)))))
+ (|partial| -12 (-5 *3 (-347 (-419 (-576)) *4 *5 *6))
+ (-4 *4 (-1264 (-419 (-576)))) (-4 *5 (-1264 (-419 *4)))
+ (-4 *6 (-353 (-419 (-576)) *4 *5))
+ (-5 *2 (-2 (|:| -1760 (-783)) (|:| -2952 *6)))
+ (-5 *1 (-931 *4 *5 *6)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1070)) (-5 *2 (-656 *1)) (-4 *1 (-1155 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
- (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4))))
- (-5 *1 (-1091 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1236))
- (-4 *4 (-384 *2)) (-4 *5 (-384 *2))))
- ((*1 *2 *1 *3 *2)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-298 *3 *2)) (-4 *3 (-1119))
- (-4 *2 (-1236)))))
-(((*1 *1 *1) (-12 (-5 *1 (-931 *2)) (-4 *2 (-317)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934))))
- ((*1 *2) (-12 (-5 *2 (-921 (-576))) (-5 *1 (-934)))))
-(((*1 *1) (-5 *1 (-227))) ((*1 *1) (-5 *1 (-390))))
-(((*1 *1 *2)
- (-12
- (-5 *2
- (-2 (|:| |mval| (-701 *3)) (|:| |invmval| (-701 *3))
- (|:| |genIdeal| (-516 *3 *4 *5 *6))))
- (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5)))))
+ (-12 (-4 *5 (-1121)) (-4 *2 (-917 *5)) (-5 *1 (-704 *5 *2 *3 *4))
+ (-4 *3 (-384 *2)) (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4464)))))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *2 (-568))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *2 (-568)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-701 *2)) (-4 *2 (-174)) (-5 *1 (-147 *2))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-174)) (-4 *2 (-1262 *4)) (-5 *1 (-179 *4 *2 *3))
- (-4 *3 (-736 *4 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-701 (-419 (-969 *5)))) (-5 *4 (-1195))
- (-5 *2 (-969 *5)) (-5 *1 (-302 *5)) (-4 *5 (-464))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-701 (-419 (-969 *4)))) (-5 *2 (-969 *4))
- (-5 *1 (-302 *4)) (-4 *4 (-464))))
+ (|partial| -12 (-4 *3 (-1133)) (-4 *3 (-1121)) (-5 *2 (-656 *1))
+ (-4 *1 (-442 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-381 *3 *2)) (-4 *3 (-174)) (-4 *2 (-1262 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-701 (-171 (-419 (-576)))))
- (-5 *2 (-969 (-171 (-419 (-576))))) (-5 *1 (-776 *4))
- (-4 *4 (-13 (-374) (-860)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-701 (-171 (-419 (-576))))) (-5 *4 (-1195))
- (-5 *2 (-969 (-171 (-419 (-576))))) (-5 *1 (-776 *5))
- (-4 *5 (-13 (-374) (-860)))))
+ (|partial| -12 (-5 *2 (-656 (-907 *3))) (-5 *1 (-907 *3))
+ (-4 *3 (-1121))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *2 (-656 *1)) (-4 *1 (-968 *3 *4 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-701 (-419 (-576)))) (-5 *2 (-969 (-419 (-576))))
- (-5 *1 (-791 *4)) (-4 *4 (-13 (-374) (-860)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-701 (-419 (-576)))) (-5 *4 (-1195))
- (-5 *2 (-969 (-419 (-576)))) (-5 *1 (-791 *5))
- (-4 *5 (-13 (-374) (-860))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-4 *5 (-379))
- (-5 *2 (-783)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-701 *4)) (-5 *3 (-938)) (-4 *4 (-1068))
- (-5 *1 (-1047 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-656 (-701 *4))) (-5 *3 (-938)) (-4 *4 (-1068))
- (-5 *1 (-1047 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-969 *4)) (-4 *4 (-13 (-317) (-148)))
- (-4 *2 (-966 *4 *6 *5)) (-5 *1 (-941 *4 *5 *6 *2))
- (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236))
- (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4463)) (-4 *1 (-501 *3))
- (-4 *3 (-1236)))))
-(((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1177)) (-4 *1 (-401)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-372 (-115))) (-4 *2 (-1068)) (-5 *1 (-726 *2 *4))
- (-4 *4 (-660 *2))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-372 (-115))) (-5 *1 (-848 *2)) (-4 *2 (-1068)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568)) (-4 *2 (-557))))
- ((*1 *1 *1) (-4 *1 (-1079))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-565)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-518)) (-5 *3 (-656 (-982))) (-5 *1 (-109)))))
-(((*1 *2 *1) (-12 (-4 *1 (-993)) (-5 *2 (-1113 (-227))))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-656 *3)) (-5 *1 (-978 *3)) (-4 *3 (-557)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7)
- (-12 (-5 *4 (-576)) (-5 *5 (-701 (-227)))
- (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-84 FCNF))))
- (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-85 FCNG)))) (-5 *3 (-227))
- (-5 *2 (-1054)) (-5 *1 (-761)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-656 (-419 (-969 (-576))))) (-5 *4 (-656 (-1195)))
- (-5 *2 (-656 (-656 *5))) (-5 *1 (-391 *5))
- (-4 *5 (-13 (-860) (-374)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-969 (-576)))) (-5 *2 (-656 *4)) (-5 *1 (-391 *4))
- (-4 *4 (-13 (-860) (-374))))))
+ (|partial| -12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1070))
+ (-4 *7 (-968 *6 *4 *5)) (-5 *2 (-656 *3))
+ (-5 *1 (-969 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-374)
+ (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $))
+ (-15 -2698 (*7 $))))))))
+(((*1 *2 *3 *3 *3 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-764)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-360)) (-4 *2 (-1070)) (-5 *1 (-724 *2 *3))
+ (-4 *3 (-1264 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-112)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))))
-(((*1 *1 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)) (-4 *2 (-1079))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195)))
- (-14 *3 (-656 (-1195))) (-4 *4 (-399))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)) (-4 *2 (-1079))))
- ((*1 *1 *1) (-4 *1 (-860)))
- ((*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-174)) (-4 *2 (-1079))))
- ((*1 *1 *1) (-4 *1 (-1079))) ((*1 *1 *1) (-4 *1 (-1158))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1278 *2 *3 *4)) (-4 *2 (-1068)) (-14 *3 (-1195))
- (-14 *4 *2))))
-(((*1 *1) (-5 *1 (-1101))))
-(((*1 *2 *1) (-12 (-4 *1 (-972)) (-5 *2 (-1113 (-227)))))
- ((*1 *2 *1) (-12 (-4 *1 (-993)) (-5 *2 (-1113 (-227))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-374)) (-5 *2 (-656 *3)) (-5 *1 (-962 *4 *3))
- (-4 *3 (-1262 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-4 *2 (-1262 *4)) (-5 *1 (-551 *4 *2 *5 *6))
- (-4 *4 (-317)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-783))))))
-(((*1 *1 *1 *1) (|partial| -4 *1 (-132))))
-(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-480))))
- ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1287))))
- ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1288)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1191 (-419 (-576)))) (-5 *1 (-959)) (-5 *3 (-576)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1200)))))
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1238)) (-5 *1 (-386 *4 *2))
+ (-4 *2 (-13 (-384 *4) (-10 -7 (-6 -4465)))))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-656 (-493 *4 *5))) (-5 *3 (-656 (-876 *4)))
- (-14 *4 (-656 (-1195))) (-4 *5 (-464)) (-5 *1 (-483 *4 *5 *6))
- (-4 *6 (-464)))))
-(((*1 *1 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *3)
- (|partial| -12
+ (|partial| -12 (-5 *2 (-635 *4 *5))
(-5 *3
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
- (|:| |relerr| (-227))))
- (-5 *2 (-2 (|:| -1755 (-115)) (|:| |w| (-227)))) (-5 *1 (-206)))))
-(((*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-174)))))
-(((*1 *2 *1) (-12 (-4 *1 (-972)) (-5 *2 (-1113 (-227)))))
- ((*1 *2 *1) (-12 (-4 *1 (-993)) (-5 *2 (-1113 (-227))))))
+ (-1 (-2 (|:| |ans| *4) (|:| -2111 *4) (|:| |sol?| (-112)))
+ (-576) *4))
+ (-4 *4 (-374)) (-4 *5 (-1264 *4)) (-5 *1 (-586 *4 *5)))))
+(((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-576)) (-5 *2 (-656 (-2 (|:| -1827 *3) (|:| -1967 *4))))
- (-5 *1 (-708 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *1 *1 *2 *2 *2 *2)
- (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068))
- (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-1303 *3 *4)) (-4 *3 (-862))
- (-4 *4 (-1068)) (-4 *4 (-174))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068))
- (-4 *3 (-174)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
+ (-12 (-5 *3 (-1 (-112) *8)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-568))
+ (-4 *6 (-805)) (-4 *7 (-862))
+ (-5 *2 (-2 (|:| |goodPols| (-656 *8)) (|:| |badPols| (-656 *8))))
+ (-5 *1 (-998 *5 *6 *7 *8)) (-5 *4 (-656 *8)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-1286 *1)) (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240))
- (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-981 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-656 *6)) (-4 *6 (-862)) (-4 *4 (-374)) (-4 *5 (-805))
- (-5 *2
- (-2 (|:| |mval| (-701 *4)) (|:| |invmval| (-701 *4))
- (|:| |genIdeal| (-516 *4 *5 *6 *7))))
- (-5 *1 (-516 *4 *5 *6 *7)) (-4 *7 (-966 *4 *5 *6)))))
-(((*1 *2 *3) (-12 (-5 *3 (-171 (-576))) (-5 *2 (-112)) (-5 *1 (-458))))
- ((*1 *2 *3)
- (-12
- (-5 *3
- (-516 (-419 (-576)) (-245 *5 (-783)) (-876 *4)
- (-253 *4 (-419 (-576)))))
- (-14 *4 (-656 (-1195))) (-14 *5 (-783)) (-5 *2 (-112))
- (-5 *1 (-517 *4 *5))))
- ((*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-978 *3)) (-4 *3 (-557))))
- ((*1 *2 *1) (-12 (-4 *1 (-1240)) (-5 *2 (-112)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-260 *2 *3 *4 *5)) (-4 *2 (-1068)) (-4 *3 (-862))
- (-4 *4 (-275 *3)) (-4 *5 (-805)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 *1)) (|has| *1 (-6 -4463)) (-4 *1 (-1029 *3))
- (-4 *3 (-1236)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-874))))
- ((*1 *1 *1) (-5 *1 (-874))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-568))
- (-5 *2 (-2 (|:| -1713 *4) (|:| -3244 *3) (|:| -3477 *3)))
- (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-1084 *3 *4 *5))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-568)) (-4 *3 (-1068))
- (-5 *2 (-2 (|:| -1713 *3) (|:| -3244 *1) (|:| -3477 *1)))
- (-4 *1 (-1262 *3)))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-656
- (-2
- (|:| -4298
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
- (|:| |relerr| (-227))))
- (|:| -4437
- (-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| (-1176 (-227)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -3954
- (-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 (-571))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-616 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1236))
- (-5 *2 (-656 *4)))))
+ (|partial| -12 (-5 *2 (-656 (-907 *3))) (-5 *1 (-907 *3))
+ (-4 *3 (-1121)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *6)) (-5 *4 (-656 (-1176 *7))) (-4 *6 (-862))
- (-4 *7 (-966 *5 (-543 *6) *6)) (-4 *5 (-1068))
- (-5 *2 (-1 (-1176 *7) *7)) (-5 *1 (-1145 *5 *6 *7)))))
-(((*1 *2 *1 *3 *2)
- (-12 (-5 *3 (-783)) (-5 *1 (-215 *4 *2)) (-14 *4 (-938))
- (-4 *2 (-1119)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-446))
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1264 *5)) (-4 *5 (-374))
(-5 *2
- (-656
- (-3 (|:| -2624 (-1195))
- (|:| -1707 (-656 (-3 (|:| S (-1195)) (|:| P (-969 (-576)))))))))
- (-5 *1 (-1199)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-419 (-969 (-171 (-576))))))
- (-5 *2 (-656 (-656 (-304 (-969 (-171 *4)))))) (-5 *1 (-389 *4))
- (-4 *4 (-13 (-374) (-860)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-304 (-419 (-969 (-171 (-576)))))))
- (-5 *2 (-656 (-656 (-304 (-969 (-171 *4)))))) (-5 *1 (-389 *4))
- (-4 *4 (-13 (-374) (-860)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-969 (-171 (-576)))))
- (-5 *2 (-656 (-304 (-969 (-171 *4))))) (-5 *1 (-389 *4))
- (-4 *4 (-13 (-374) (-860)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-304 (-419 (-969 (-171 (-576))))))
- (-5 *2 (-656 (-304 (-969 (-171 *4))))) (-5 *1 (-389 *4))
- (-4 *4 (-13 (-374) (-860))))))
-(((*1 *1) (-5 *1 (-142))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1990 *4)))
- (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-384 *2))
- (-4 *5 (-384 *2)) (-4 *2 (-1236))))
+ (-2 (|:| |ir| (-598 (-419 *6))) (|:| |specpart| (-419 *6))
+ (|:| |polypart| *6)))
+ (-5 *1 (-586 *5 *6)) (-5 *3 (-419 *6)))))
+(((*1 *1 *1) (-4 *1 (-1165))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-1193 *4)) (-5 *1 (-368 *4))
+ (-4 *4 (-360))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-1193 *4)) (-5 *1 (-368 *4))
+ (-4 *4 (-360))))
+ ((*1 *1) (-4 *1 (-379)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-1288 *4)) (-5 *1 (-540 *4))
+ (-4 *4 (-360))))
+ ((*1 *1 *1) (-4 *1 (-557))) ((*1 *1) (-4 *1 (-557)))
+ ((*1 *1 *1) (-5 *1 (-783)))
+ ((*1 *2 *1) (-12 (-5 *2 (-924 *3)) (-5 *1 (-923 *3)) (-4 *3 (-1121))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-783)) (-4 *2 (-1119)) (-5 *1 (-215 *4 *2))
- (-14 *4 (-938))))
+ (-12 (-5 *3 (-576)) (-5 *2 (-924 *4)) (-5 *1 (-923 *4))
+ (-4 *4 (-1121))))
+ ((*1 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-557)) (-4 *2 (-568)))))
+(((*1 *2 *1 *3 *3 *2)
+ (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1238))
+ (-4 *4 (-384 *2)) (-4 *5 (-384 *2))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-384 *2))
+ (-4 *5 (-384 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 "right") (-4 *1 (-120 *3)) (-4 *3 (-1238))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-120 *3)) (-4 *3 (-1238))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-298 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1236))))
+ (-12 (-5 *3 (-656 (-576))) (-4 *2 (-174)) (-5 *1 (-137 *4 *5 *2))
+ (-14 *4 (-576)) (-14 *5 (-783))))
+ ((*1 *2 *1 *3 *3 *3 *3)
+ (-12 (-5 *3 (-576)) (-4 *2 (-174)) (-5 *1 (-137 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-783))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-576)) (-4 *2 (-174)) (-5 *1 (-137 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-783))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-576)) (-4 *1 (-1072 *4 *5 *2 *6 *7))
- (-4 *6 (-243 *5 *2)) (-4 *7 (-243 *4 *2)) (-4 *2 (-1068)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6)
- (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-227))
- (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) (-5 *2 (-1054))
- (-5 *1 (-761)))))
-(((*1 *1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1195))
- (-4 *5 (-13 (-1057 (-576)) (-464) (-651 (-576))))
- (-5 *2 (-2 (|:| -2179 *3) (|:| |nconst| *3))) (-5 *1 (-579 *5 *3))
- (-4 *3 (-13 (-27) (-1221) (-442 *5))))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-656 (-576))) (-5 *3 (-656 (-938))) (-5 *4 (-112))
- (-5 *1 (-1129)))))
-(((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-571)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-624 *4)) (-5 *1 (-623 *3 *4)) (-4 *3 (-1119))
- (-4 *4 (-1119)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068))
- (-5 *2 (-112))))
+ (-12 (-5 *3 (-576)) (-4 *2 (-174)) (-5 *1 (-137 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-783))))
((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1309 *3 *4)) (-4 *3 (-1068))
- (-4 *4 (-858)))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-135)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1065 *4 *5)) (-4 *4 (-13 (-860) (-317) (-148) (-1041)))
- (-14 *5 (-656 (-1195)))
- (-5 *2
- (-656 (-2 (|:| -1431 (-1191 *4)) (|:| -2203 (-656 (-969 *4))))))
- (-5 *1 (-1313 *4 *5 *6)) (-14 *6 (-656 (-1195)))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1041)))
- (-5 *2
- (-656 (-2 (|:| -1431 (-1191 *5)) (|:| -2203 (-656 (-969 *5))))))
- (-5 *1 (-1313 *5 *6 *7)) (-5 *3 (-656 (-969 *5)))
- (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1041)))
- (-5 *2
- (-656 (-2 (|:| -1431 (-1191 *5)) (|:| -2203 (-656 (-969 *5))))))
- (-5 *1 (-1313 *5 *6 *7)) (-5 *3 (-656 (-969 *5)))
- (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1041)))
- (-5 *2
- (-656 (-2 (|:| -1431 (-1191 *5)) (|:| -2203 (-656 (-969 *5))))))
- (-5 *1 (-1313 *5 *6 *7)) (-5 *3 (-656 (-969 *5)))
- (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-860) (-317) (-148) (-1041)))
- (-5 *2
- (-656 (-2 (|:| -1431 (-1191 *4)) (|:| -2203 (-656 (-969 *4))))))
- (-5 *1 (-1313 *4 *5 *6)) (-5 *3 (-656 (-969 *4)))
- (-14 *5 (-656 (-1195))) (-14 *6 (-656 (-1195))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557))))
- ((*1 *1 *2) (-12 (-5 *2 (-656 (-938))) (-5 *1 (-990)))))
-(((*1 *2 *2 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
- (-5 *1 (-1147 *3 *2)) (-4 *3 (-1262 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-312)) (-5 *3 (-1195)) (-5 *2 (-112))))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-312)) (-5 *2 (-112)))))
-(((*1 *1) (-5 *1 (-480))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-1262 *3)) (-4 *3 (-1068))))
+ (-12 (-4 *2 (-174)) (-5 *1 (-137 *3 *4 *2)) (-14 *3 (-576))
+ (-14 *4 (-783))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1197)) (-5 *2 (-250 (-1179))) (-5 *1 (-216 *4))
+ (-4 *4
+ (-13 (-862)
+ (-10 -8 (-15 -4369 ((-1179) $ *3)) (-15 -1612 ((-1293) $))
+ (-15 -3924 ((-1293) $)))))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-938)) (-4 *1 (-1264 *3 *4)) (-4 *3 (-1068))
- (-4 *4 (-804))))
+ (-12 (-5 *2 (-1010)) (-5 *1 (-216 *3))
+ (-4 *3
+ (-13 (-862)
+ (-10 -8 (-15 -4369 ((-1179) $ (-1197))) (-15 -1612 ((-1293) $))
+ (-15 -3924 ((-1293) $)))))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 "count") (-5 *2 (-783)) (-5 *1 (-250 *4)) (-4 *4 (-862))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-250 *3)) (-4 *3 (-862))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-419 (-576))) (-4 *1 (-1267 *3)) (-4 *3 (-1068)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-3 (-112) (-656 *1)))
- (-4 *1 (-1090 *4 *5 *6 *3)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-759)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-624 *5))) (-4 *4 (-1119)) (-5 *2 (-624 *5))
- (-5 *1 (-585 *4 *5)) (-4 *5 (-442 *4)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-14 *4 (-656 (-1195))) (-4 *2 (-174))
- (-4 *3 (-243 (-3500 *4) (-783)))
- (-14 *6
- (-1 (-112) (-2 (|:| -3222 *5) (|:| -2125 *3))
- (-2 (|:| -3222 *5) (|:| -2125 *3))))
- (-5 *1 (-473 *4 *2 *5 *3 *6 *7)) (-4 *5 (-862))
- (-4 *7 (-966 *2 *3 (-876 *4))))))
+ (-12 (-5 *2 "unique") (-5 *1 (-250 *3)) (-4 *3 (-862))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-296 *3 *2)) (-4 *3 (-1238)) (-4 *2 (-1238))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-4 *1 (-298 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1238))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-656 *1)) (-4 *1 (-312))))
+ ((*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115))))
+ ((*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115))))
+ ((*1 *1 *2 *1 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115))))
+ ((*1 *2 *1 *2 *2)
+ (-12 (-4 *1 (-353 *2 *3 *4)) (-4 *2 (-1242)) (-4 *3 (-1264 *2))
+ (-4 *4 (-1264 (-419 *3)))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-1179)) (-5 *1 (-514))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-783)) (-5 *1 (-687 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-656 (-576))) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070))
+ (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-656 (-907 *4))) (-5 *1 (-907 *4))
+ (-4 *4 (-1121))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-783)) (-5 *2 (-924 *4)) (-5 *1 (-923 *4))
+ (-4 *4 (-1121))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 "value") (-4 *1 (-1031 *2)) (-4 *2 (-1238))))
+ ((*1 *2 *1) (-12 (-5 *1 (-1047 *2)) (-4 *2 (-1238))))
+ ((*1 *2 *1 *3 *3 *2)
+ (-12 (-5 *3 (-576)) (-4 *1 (-1074 *4 *5 *2 *6 *7)) (-4 *2 (-1070))
+ (-4 *6 (-243 *5 *2)) (-4 *7 (-243 *4 *2))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-576)) (-4 *1 (-1074 *4 *5 *2 *6 *7))
+ (-4 *6 (-243 *5 *2)) (-4 *7 (-243 *4 *2)) (-4 *2 (-1070))))
+ ((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-940)) (-4 *4 (-1121))
+ (-4 *5 (-13 (-1070) (-901 *4) (-626 (-907 *4))))
+ (-5 *1 (-1097 *4 *5 *2))
+ (-4 *2 (-13 (-442 *5) (-901 *4) (-626 (-907 *4))))))
+ ((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-940)) (-4 *4 (-1121))
+ (-4 *5 (-13 (-1070) (-901 *4) (-626 (-907 *4))))
+ (-5 *1 (-1098 *4 *5 *2))
+ (-4 *2 (-13 (-442 *5) (-901 *4) (-626 (-907 *4))))))
+ ((*1 *1 *1 *1) (-4 *1 (-1165)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-1197))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *3 (-419 *1)) (-4 *1 (-1264 *2)) (-4 *2 (-1070))
+ (-4 *2 (-374))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-419 *1)) (-4 *1 (-1264 *3)) (-4 *3 (-1070))
+ (-4 *3 (-568))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 "last") (-4 *1 (-1276 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 "rest") (-4 *1 (-1276 *3)) (-4 *3 (-1238))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 "first") (-4 *1 (-1276 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-656 (-576))) (-5 *3 (-701 (-576))) (-5 *1 (-1131)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-568))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1751 *4)))
+ (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-656 (-701 *4))) (-5 *2 (-701 *4)) (-4 *4 (-1068))
- (-5 *1 (-1048 *4)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-656 *7)) (-5 *3 (-576)) (-4 *7 (-966 *4 *5 *6))
- (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-5 *1 (-461 *4 *5 *6 *7)))))
+ (-12 (-5 *2 (-940)) (-5 *3 (-656 (-270))) (-5 *1 (-268))))
+ ((*1 *1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-270)))))
+(((*1 *2) (-12 (-5 *2 (-855 (-576))) (-5 *1 (-546))))
+ ((*1 *1) (-12 (-5 *1 (-855 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *3 *3 *1)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-3 *3 (-656 *1)))
+ (-4 *1 (-1092 *4 *5 *6 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-946)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))))
-(((*1 *1 *1) (-12 (-4 *1 (-120 *2)) (-4 *2 (-1236))))
- ((*1 *1 *1) (-12 (-5 *1 (-684 *2)) (-4 *2 (-862))))
- ((*1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862))))
- ((*1 *1 *1) (-5 *1 (-874)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874))))
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
+ (|:| |relerr| (-227))))
+ (-5 *2 (-112)) (-5 *1 (-310)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1238)) (-5 *2 (-656 *1)) (-4 *1 (-1031 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-1293)) (-5 *1 (-1200))))
+ ((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-1200)))))
+(((*1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-841)))))
+(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-945)))))
+(((*1 *2) (-12 (-5 *2 (-855 (-576))) (-5 *1 (-546))))
+ ((*1 *1) (-12 (-5 *1 (-855 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 *4))
+ (-5 *1 (-1093 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-5 *2 (-112))))
((*1 *2 *1)
- (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1080 *2 *3))
- (-4 *3 (-1262 *2)))))
-(((*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-158))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))))
-(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1025)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-656 (-960 (-227)))))
- (-5 *2 (-656 (-1113 (-227)))) (-5 *1 (-945)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-783)) (-4 *4 (-360)) (-5 *1 (-218 *4 *2))
- (-4 *2 (-1262 *4)))))
+ (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070))
+ (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-112)))))
(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-1213 *3 *4)) (-4 *3 (-1119))
- (-4 *4 (-1119)))))
-(((*1 *2 *1) (-12 (-4 *1 (-881 *3)) (-5 *2 (-576)))))
+ (-12 (-4 *3 (-13 (-568) (-1059 (-576)))) (-5 *2 (-1293))
+ (-5 *1 (-445 *3 *4)) (-4 *4 (-442 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 (-390))) (-5 *1 (-270))))
+ ((*1 *1)
+ (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-568)) (-4 *2 (-174))))
+ ((*1 *2 *1) (-12 (-5 *1 (-430 *2)) (-4 *2 (-568)))))
+(((*1 *2 *3 *4 *2 *5 *6)
+ (-12
+ (-5 *5
+ (-2 (|:| |done| (-656 *11))
+ (|:| |todo| (-656 (-2 (|:| |val| *3) (|:| -4442 *11))))))
+ (-5 *6 (-783))
+ (-5 *2 (-656 (-2 (|:| |val| (-656 *10)) (|:| -4442 *11))))
+ (-5 *3 (-656 *10)) (-5 *4 (-656 *11)) (-4 *10 (-1086 *7 *8 *9))
+ (-4 *11 (-1092 *7 *8 *9 *10)) (-4 *7 (-464)) (-4 *8 (-805))
+ (-4 *9 (-862)) (-5 *1 (-1090 *7 *8 *9 *10 *11))))
+ ((*1 *2 *3 *4 *2 *5 *6)
+ (-12
+ (-5 *5
+ (-2 (|:| |done| (-656 *11))
+ (|:| |todo| (-656 (-2 (|:| |val| *3) (|:| -4442 *11))))))
+ (-5 *6 (-783))
+ (-5 *2 (-656 (-2 (|:| |val| (-656 *10)) (|:| -4442 *11))))
+ (-5 *3 (-656 *10)) (-5 *4 (-656 *11)) (-4 *10 (-1086 *7 *8 *9))
+ (-4 *11 (-1130 *7 *8 *9 *10)) (-4 *7 (-464)) (-4 *8 (-805))
+ (-4 *9 (-862)) (-5 *1 (-1166 *7 *8 *9 *10 *11)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1193 *1)) (-4 *1 (-1033)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-14 *5 (-656 (-1197))) (-4 *2 (-174))
+ (-4 *4 (-243 (-1968 *5) (-783)))
+ (-14 *6
+ (-1 (-112) (-2 (|:| -2409 *3) (|:| -3744 *4))
+ (-2 (|:| -2409 *3) (|:| -3744 *4))))
+ (-5 *1 (-473 *5 *2 *3 *4 *6 *7)) (-4 *3 (-862))
+ (-4 *7 (-968 *2 *4 (-878 *5))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))))
-(((*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-129)))))
-(((*1 *1 *1) (-12 (-4 *1 (-120 *2)) (-4 *2 (-1236))))
- ((*1 *1 *1) (-12 (-5 *1 (-684 *2)) (-4 *2 (-862))))
- ((*1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862))))
- ((*1 *1 *1) (-5 *1 (-874)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1080 *2 *3))
- (-4 *3 (-1262 *2)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-783)) (-4 *5 (-568))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-988 *5 *3)) (-4 *3 (-1262 *5)))))
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6))
- (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2))
- (-4 *4 (-568)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1287))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-656 *1)) (-4 *1 (-937)))))
+ (-12 (-5 *2 (-703 (-887 (-985 *3) (-985 *3)))) (-5 *1 (-985 *3))
+ (-4 *3 (-1121)))))
+(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-876)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-390)) (-5 *1 (-97))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-390)) (-5 *1 (-97)))))
(((*1 *2)
- (-12 (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4)))
- (-5 *2 (-1286 *1)) (-4 *1 (-353 *3 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1262 *6))
- (-4 *6 (-13 (-27) (-442 *5))) (-4 *5 (-13 (-568) (-1057 (-576))))
- (-4 *8 (-1262 (-419 *7))) (-5 *2 (-598 *3))
- (-5 *1 (-564 *5 *6 *7 *8 *3)) (-4 *3 (-353 *6 *7 *8)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-783)) (|:| |poli| *2)
- (|:| |polj| *2)))
- (-4 *5 (-805)) (-4 *2 (-966 *4 *5 *6)) (-5 *1 (-461 *4 *5 *6 *2))
- (-4 *4 (-464)) (-4 *6 (-862)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
- (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4))))
- (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1236)))))
-(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479))))
- ((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479))))
- ((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-944)))))
-(((*1 *1 *2 *2 *2 *2 *2 *2 *2 *2)
- (-12 (-4 *1 (-809 *2)) (-4 *2 (-174))))
- ((*1 *1 *2 *2)
- (-12 (-5 *2 (-1018 *3)) (-4 *3 (-174)) (-5 *1 (-811 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))))
+ (-12 (-4 *3 (-568)) (-5 *2 (-656 (-701 *3))) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-429 *3)))))
(((*1 *2)
(-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-542 *3)) (-4 *3 (-13 (-738) (-25))))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *2 *1 *2) (-12 (-5 *1 (-1045 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-656 (-969 *4))) (-5 *3 (-656 (-1195))) (-4 *4 (-464))
- (-5 *1 (-935 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1286 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-374))
- (-4 *1 (-736 *5 *6)) (-4 *5 (-174)) (-4 *6 (-1262 *5))
- (-5 *2 (-701 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1236)) (-5 *2 (-576)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1195)) (-5 *2 (-1 *6 *5)) (-5 *1 (-718 *4 *5 *6))
- (-4 *4 (-626 (-548))) (-4 *5 (-1236)) (-4 *6 (-1236)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-4 *6 (-1262 *9)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *9 (-317))
- (-4 *10 (-966 *9 *7 *8))
- (-5 *2
- (-2 (|:| |deter| (-656 (-1191 *10)))
- (|:| |dterm|
- (-656 (-656 (-2 (|:| -3171 (-783)) (|:| |pcoef| *10)))))
- (|:| |nfacts| (-656 *6)) (|:| |nlead| (-656 *10))))
- (-5 *1 (-790 *6 *7 *8 *9 *10)) (-5 *3 (-1191 *10)) (-5 *4 (-656 *6))
- (-5 *5 (-656 *10)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-656 (-1191 (-576)))) (-5 *1 (-193)) (-5 *3 (-576)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 (-1195)))
- (-14 *4 (-656 (-1195))) (-4 *5 (-399))))
- ((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 (-1195)))
- (-14 *4 (-656 (-1195))) (-4 *5 (-399)))))
+ (-12 (-5 *3 (-701 (-419 (-971 (-576))))) (-5 *2 (-656 (-326 (-576))))
+ (-5 *1 (-1052)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1213 *4 *5))
- (-4 *4 (-1119)) (-4 *5 (-1119)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -1990 *4)))
- (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-783)) (-4 *4 (-568)) (-5 *1 (-988 *4 *2))
- (-4 *2 (-1262 *4)))))
-(((*1 *2 *3 *3 *4 *4 *3 *3 *5 *3)
- (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227))
- (-5 *2 (-1054)) (-5 *1 (-767)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1177) (-786))) (-5 *1 (-115)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-626 (-905 *3))) (-4 *3 (-899 *3)) (-4 *3 (-464))
- (-5 *1 (-1227 *3 *2)) (-4 *2 (-626 (-905 *3))) (-4 *2 (-899 *3))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-464)) (-4 *4 (-862)) (-4 *5 (-805)) (-5 *2 (-112))
- (-5 *1 (-1006 *3 *4 *5 *6)) (-4 *6 (-966 *3 *5 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1159 *3 *4)) (-4 *3 (-13 (-1119) (-34)))
- (-4 *4 (-13 (-1119) (-34))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-353 *4 *5 *6)) (-4 *4 (-1240))
- (-4 *5 (-1262 *4)) (-4 *6 (-1262 (-419 *5)))
- (-5 *2 (-2 (|:| |num| (-701 *5)) (|:| |den| *5))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2 *2) (-12 (-5 *1 (-978 *2)) (-4 *2 (-557)))))
+ (-12 (-5 *3 (-656 (-2 (|:| |den| (-576)) (|:| |gcdnum| (-576)))))
+ (-4 *4 (-1264 (-419 *2))) (-5 *2 (-576)) (-5 *1 (-932 *4 *5))
+ (-4 *5 (-1264 (-419 *4))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-1179)) (-5 *3 (-576)) (-5 *1 (-246)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-2 (|:| |k| (-684 *3)) (|:| |c| *4))))
- (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862))
- (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-938)))))
+ (-12 (-5 *2 (-1178 (-576))) (-5 *1 (-1025 *3)) (-14 *3 (-576)))))
+(((*1 *2 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-766)))))
+(((*1 *2 *2 *1 *3 *4)
+ (-12 (-5 *2 (-656 *8)) (-5 *3 (-1 *8 *8 *8))
+ (-5 *4 (-1 (-112) *8 *8)) (-4 *1 (-1231 *5 *6 *7 *8)) (-4 *5 (-568))
+ (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1086 *5 *6 *7)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1195))
- (-4 *5 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))))
- (-5 *2 (-598 *3)) (-5 *1 (-438 *5 *3))
- (-4 *3 (-13 (-1221) (-29 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1195)) (-4 *5 (-13 (-568) (-1057 (-576)) (-148)))
- (-5 *2 (-598 (-419 (-969 *5)))) (-5 *1 (-582 *5))
- (-5 *3 (-419 (-969 *5))))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-983 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-406))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1216)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-767)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-568)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10)
- (-12 (-5 *4 (-576)) (-5 *5 (-1177)) (-5 *6 (-701 (-227)))
- (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))))
- (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))))
- (-5 *9 (-3 (|:| |fn| (-400)) (|:| |fp| (-71 PEDERV))))
- (-5 *10 (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))
- (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-761)))))
-(((*1 *1)
- (-12 (-4 *3 (-1119)) (-5 *1 (-898 *2 *3 *4)) (-4 *2 (-1119))
- (-4 *4 (-678 *3))))
- ((*1 *1) (-12 (-5 *1 (-902 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-317) (-148))) (-4 *4 (-13 (-862) (-626 (-1195))))
- (-4 *5 (-805)) (-5 *1 (-941 *3 *4 *5 *2)) (-4 *2 (-966 *3 *5 *4)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1286 *5)) (-4 *5 (-804)) (-5 *2 (-112))
- (-5 *1 (-857 *4 *5)) (-14 *4 (-783)))))
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *2 *1) (-12 (-5 *1 (-703 *2)) (-4 *2 (-625 (-876)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-890))))
+ ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-890))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-576))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1179))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-518))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-604))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-490))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-138))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-157))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1187))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-638))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1117))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1111))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1094))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-991))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-182))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1057))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-321))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-683))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-155))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1172))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-537))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1299))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1087))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-529))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-693))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-96))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1136))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-134))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-618))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-139))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-1298))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-688))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-220))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1158)) (-5 *2 (-536))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1202))))
+ ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-1202))))
+ ((*1 *2 *1) (-12 (-5 *2 (-227)) (-5 *1 (-1202))))
+ ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1202)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-289)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1193 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-969 *4))) (-4 *4 (-464)) (-5 *2 (-112))
- (-5 *1 (-371 *4 *5)) (-14 *5 (-656 (-1195)))))
+ (-12 (-5 *3 (-1288 (-701 *4))) (-4 *4 (-174))
+ (-5 *2 (-1288 (-701 (-971 *4)))) (-5 *1 (-191 *4)))))
+(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1165)) (-5 *3 (-145)) (-5 *2 (-112)))))
+(((*1 *1) (-4 *1 (-988))))
+(((*1 *2 *3 *3 *3 *4 *5)
+ (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1264 *6))
+ (-4 *6 (-13 (-374) (-148) (-1059 *4))) (-5 *4 (-576))
+ (-5 *2
+ (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-112))))
+ (|:| -3379
+ (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3)
+ (|:| |beta| *3)))))
+ (-5 *1 (-1036 *6 *3)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *1 (-59 *3)) (-4 *3 (-1238))))
+ ((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-5 *1 (-59 *3)))))
+(((*1 *2 *1 *2) (-12 (-5 *1 (-1047 *2)) (-4 *2 (-1238)))))
+(((*1 *1) (-12 (-4 *1 (-477 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23))))
+ ((*1 *1) (-5 *1 (-548))) ((*1 *1) (-4 *1 (-734)))
+ ((*1 *1) (-4 *1 (-738)))
+ ((*1 *1) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1121))))
+ ((*1 *1) (-12 (-5 *1 (-908 *2)) (-4 *2 (-862)))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-764)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379)) (-5 *2 (-112))))
((*1 *2 *3)
- (-12 (-5 *3 (-656 (-792 *4 (-876 *5)))) (-4 *4 (-464))
- (-14 *5 (-656 (-1195))) (-5 *2 (-112)) (-5 *1 (-640 *4 *5)))))
-(((*1 *2)
- (-12 (-5 *2 (-975 (-1139))) (-5 *1 (-354 *3 *4)) (-14 *3 (-938))
- (-14 *4 (-938))))
- ((*1 *2)
- (-12 (-5 *2 (-975 (-1139))) (-5 *1 (-355 *3 *4)) (-4 *3 (-360))
- (-14 *4 (-1191 *3))))
- ((*1 *2)
- (-12 (-5 *2 (-975 (-1139))) (-5 *1 (-356 *3 *4)) (-4 *3 (-360))
- (-14 *4 (-938)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-3 (-419 (-969 *6)) (-1184 (-1195) (-969 *6))))
- (-5 *5 (-783)) (-4 *6 (-464)) (-5 *2 (-656 (-701 (-419 (-969 *6)))))
- (-5 *1 (-302 *6)) (-5 *4 (-701 (-419 (-969 *6))))))
- ((*1 *2 *3 *4)
- (-12
- (-5 *3
- (-2 (|:| |eigval| (-3 (-419 (-969 *5)) (-1184 (-1195) (-969 *5))))
- (|:| |eigmult| (-783)) (|:| |eigvec| (-656 *4))))
- (-4 *5 (-464)) (-5 *2 (-656 (-701 (-419 (-969 *5)))))
- (-5 *1 (-302 *5)) (-5 *4 (-701 (-419 (-969 *5)))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-360)) (-4 *5 (-339 *4)) (-4 *6 (-1262 *5))
- (-5 *2 (-656 *3)) (-5 *1 (-789 *4 *5 *6 *3 *7)) (-4 *3 (-1262 *6))
- (-14 *7 (-938)))))
-(((*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
- ((*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *1 *1) (-4 *1 (-1158))))
+ (-12 (-5 *3 (-1193 *4)) (-4 *4 (-360)) (-5 *2 (-112))
+ (-5 *1 (-368 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1288 *4)) (-4 *4 (-360)) (-5 *2 (-112))
+ (-5 *1 (-540 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1191 *4)) (-5 *1 (-368 *4))
- (-4 *4 (-360)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-557))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1176 *4)) (-5 *3 (-576)) (-4 *4 (-1068))
- (-5 *1 (-1179 *4))))
- ((*1 *1 *2 *2 *1)
- (-12 (-5 *2 (-576)) (-5 *1 (-1278 *3 *4 *5)) (-4 *3 (-1068))
- (-14 *4 (-1195)) (-14 *5 *3))))
+ (-12 (-5 *3 (-656 *5)) (-4 *5 (-442 *4)) (-4 *4 (-568))
+ (-5 *2 (-876)) (-5 *1 (-32 *4 *5)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-464))
+ (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *1 (-998 *3 *4 *5 *6)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568))
+ (-5 *2 (-112)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-656 (-971 *4))) (-5 *3 (-656 (-1197))) (-4 *4 (-464))
+ (-5 *1 (-937 *4)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(((*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-764)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-41 *3 *2))
- (-4 *2
- (-13 (-374) (-312)
- (-10 -8 (-15 -1568 ((-1144 *3 (-624 $)) $))
- (-15 -1579 ((-1144 *3 (-624 $)) $))
- (-15 -3567 ($ (-1144 *3 (-624 $)))))))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-41 *3 *2))
- (-4 *2
- (-13 (-374) (-312)
- (-10 -8 (-15 -1568 ((-1144 *3 (-624 $)) $))
- (-15 -1579 ((-1144 *3 (-624 $)) $))
- (-15 -3567 ($ (-1144 *3 (-624 $)))))))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-656 *2))
- (-4 *2
- (-13 (-374) (-312)
- (-10 -8 (-15 -1568 ((-1144 *4 (-624 $)) $))
- (-15 -1579 ((-1144 *4 (-624 $)) $))
- (-15 -3567 ($ (-1144 *4 (-624 $)))))))
- (-4 *4 (-568)) (-5 *1 (-41 *4 *2))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-656 (-624 *2)))
- (-4 *2
- (-13 (-374) (-312)
- (-10 -8 (-15 -1568 ((-1144 *4 (-624 $)) $))
- (-15 -1579 ((-1144 *4 (-624 $)) $))
- (-15 -3567 ($ (-1144 *4 (-624 $)))))))
- (-4 *4 (-568)) (-5 *1 (-41 *4 *2)))))
+ (|partial| -12 (-5 *1 (-1162 *2 *3)) (-4 *2 (-13 (-1121) (-34)))
+ (-4 *3 (-13 (-1121) (-34))))))
+(((*1 *1) (-5 *1 (-1084))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-568) (-1057 (-576)))) (-5 *2 (-171 (-326 *4)))
- (-5 *1 (-190 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 (-171 *4))))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-5 *2 (-171 *3)) (-5 *1 (-1225 *4 *3))
- (-4 *3 (-13 (-27) (-1221) (-442 *4))))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-656 *1)) (-4 *1 (-1084 *4 *5 *6)) (-4 *4 (-1068))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-5 *2 (-112))))
+ (-12 (-5 *2 (-1193 (-576))) (-5 *1 (-961)) (-5 *3 (-576))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-317)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3))
+ (-5 *1 (-1145 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))))
+(((*1 *1) (-4 *1 (-23)))
+ ((*1 *1) (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23))))
+ ((*1 *1) (-5 *1 (-548)))
+ ((*1 *1) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-1156))) (-5 *1 (-683))))
((*1 *2 *1)
- (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1229 *4 *5 *6 *3)) (-4 *4 (-568)) (-4 *5 (-805))
- (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1195)) (-4 *5 (-626 (-905 (-576))))
- (-4 *5 (-899 (-576)))
- (-4 *5 (-13 (-1057 (-576)) (-464) (-651 (-576))))
- (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
- (-5 *1 (-579 *5 *3)) (-4 *3 (-641))
- (-4 *3 (-13 (-27) (-1221) (-442 *5))))))
+ (-12 (-5 *2 (-656 (-940))) (-5 *1 (-1122 *3 *4)) (-14 *3 (-940))
+ (-14 *4 (-940)))))
(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
- (|:| |relerr| (-227))))
- (-5 *2 (-656 (-227))) (-5 *1 (-206)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1090 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805))
- (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *1 *2 *2) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)))))
-(((*1 *2 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-763)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-548)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1161 *3 *4)) (-14 *3 (-938)) (-4 *4 (-374))
- (-5 *1 (-1012 *3 *4)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1236)) (-5 *1 (-386 *4 *2))
- (-4 *2 (-13 (-384 *4) (-10 -7 (-6 -4463)))))))
-(((*1 *2 *2 *2 *3 *3)
- (-12 (-5 *3 (-783)) (-4 *4 (-1068)) (-5 *1 (-1258 *4 *2))
- (-4 *2 (-1262 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *5 (-13 (-626 *2) (-174))) (-5 *2 (-905 *4))
- (-5 *1 (-172 *4 *5 *3)) (-4 *4 (-1119)) (-4 *3 (-167 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-1113 (-855 (-390)))))
- (-5 *2 (-656 (-1113 (-855 (-227))))) (-5 *1 (-315))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-874)) (-5 *3 (-576)) (-5 *1 (-406))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1286 *3)) (-4 *3 (-174)) (-4 *1 (-421 *3 *4))
- (-4 *4 (-1262 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-421 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1262 *3))
- (-5 *2 (-1286 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1286 *3)) (-4 *3 (-174)) (-4 *1 (-429 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-1286 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-430 *1)) (-4 *1 (-442 *3)) (-4 *3 (-568))
- (-4 *3 (-1119))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-1068))
- (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-475 *3 *4 *5 *6))))
- ((*1 *1 *2) (-12 (-5 *2 (-1123)) (-5 *1 (-548))))
- ((*1 *2 *1) (-12 (-4 *1 (-626 *2)) (-4 *2 (-1236))))
- ((*1 *1 *2) (-12 (-4 *1 (-630 *2)) (-4 *2 (-1236))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-174)) (-4 *1 (-736 *3 *2)) (-4 *2 (-1262 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-656 (-905 *3))) (-5 *1 (-905 *3)) (-4 *3 (-1119))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-969 *3)) (-4 *3 (-1068)) (-4 *1 (-1084 *3 *4 *5))
- (-4 *5 (-626 (-1195))) (-4 *4 (-805)) (-4 *5 (-862))))
- ((*1 *1 *2)
- (-2755
- (-12 (-5 *2 (-969 (-576))) (-4 *1 (-1084 *3 *4 *5))
- (-12 (-2658 (-4 *3 (-38 (-419 (-576))))) (-4 *3 (-38 (-576)))
- (-4 *5 (-626 (-1195))))
- (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)))
- (-12 (-5 *2 (-969 (-576))) (-4 *1 (-1084 *3 *4 *5))
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1195))))
- (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-969 (-419 (-576)))) (-4 *1 (-1084 *3 *4 *5))
- (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1195))) (-4 *3 (-1068))
- (-4 *4 (-805)) (-4 *5 (-862))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-656 *7)) (|:| -3986 *8)))
- (-4 *7 (-1084 *4 *5 *6)) (-4 *8 (-1090 *4 *5 *6 *7)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1177))
- (-5 *1 (-1088 *4 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-656 *7)) (|:| -3986 *8)))
- (-4 *7 (-1084 *4 *5 *6)) (-4 *8 (-1128 *4 *5 *6 *7)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1177))
- (-5 *1 (-1164 *4 *5 *6 *7 *8))))
- ((*1 *1 *2) (-12 (-5 *2 (-1123)) (-5 *1 (-1200))))
- ((*1 *2 *1) (-12 (-5 *2 (-1123)) (-5 *1 (-1200))))
- ((*1 *1 *2 *3 *2) (-12 (-5 *2 (-874)) (-5 *3 (-576)) (-5 *1 (-1216))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-874)) (-5 *3 (-576)) (-5 *1 (-1216))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-792 *4 (-876 *5)))
- (-4 *4 (-13 (-860) (-317) (-148) (-1041))) (-14 *5 (-656 (-1195)))
- (-5 *2 (-792 *4 (-876 *6))) (-5 *1 (-1313 *4 *5 *6))
- (-14 *6 (-656 (-1195)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-969 *4)) (-4 *4 (-13 (-860) (-317) (-148) (-1041)))
- (-5 *2 (-969 (-1043 (-419 *4)))) (-5 *1 (-1313 *4 *5 *6))
- (-14 *5 (-656 (-1195))) (-14 *6 (-656 (-1195)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-792 *4 (-876 *6)))
- (-4 *4 (-13 (-860) (-317) (-148) (-1041))) (-14 *6 (-656 (-1195)))
- (-5 *2 (-969 (-1043 (-419 *4)))) (-5 *1 (-1313 *4 *5 *6))
- (-14 *5 (-656 (-1195)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1191 *4)) (-4 *4 (-13 (-860) (-317) (-148) (-1041)))
- (-5 *2 (-1191 (-1043 (-419 *4)))) (-5 *1 (-1313 *4 *5 *6))
- (-14 *5 (-656 (-1195))) (-14 *6 (-656 (-1195)))))
- ((*1 *2 *3)
- (-12
- (-5 *3 (-1165 *4 (-543 (-876 *6)) (-876 *6) (-792 *4 (-876 *6))))
- (-4 *4 (-13 (-860) (-317) (-148) (-1041))) (-14 *6 (-656 (-1195)))
- (-5 *2 (-656 (-792 *4 (-876 *6)))) (-5 *1 (-1313 *4 *5 *6))
- (-14 *5 (-656 (-1195))))))
-(((*1 *1 *1) (-12 (-4 *1 (-686 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
- (-4 *3 (-1084 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-656 *4))
- (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4))))))
- (-5 *1 (-1088 *6 *7 *8 *3 *4)) (-4 *4 (-1090 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
- (-5 *2
- (-2 (|:| |done| (-656 *4))
- (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4))))))
- (-5 *1 (-1164 *5 *6 *7 *3 *4)) (-4 *4 (-1128 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-503)) (-5 *4 (-971)) (-5 *2 (-703 (-545)))
- (-5 *1 (-545))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-971)) (-4 *3 (-1119)) (-5 *2 (-703 *1))
- (-4 *1 (-779 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *3 (-1240)) (-4 *5 (-1262 *3)) (-4 *6 (-1262 (-419 *5)))
- (-5 *2 (-112)) (-5 *1 (-352 *4 *3 *5 *6)) (-4 *4 (-353 *3 *5 *6))))
- ((*1 *2 *3 *3)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))))
-(((*1 *1) (-5 *1 (-340))))
+ (-12 (-5 *3 (-1288 (-656 (-2 (|:| -1688 *4) (|:| -2409 (-1141))))))
+ (-4 *4 (-360)) (-5 *2 (-783)) (-5 *1 (-357 *4))))
+ ((*1 *2)
+ (-12 (-5 *2 (-783)) (-5 *1 (-362 *3 *4)) (-14 *3 (-940))
+ (-14 *4 (-940))))
+ ((*1 *2)
+ (-12 (-5 *2 (-783)) (-5 *1 (-363 *3 *4)) (-4 *3 (-360))
+ (-14 *4
+ (-3 (-1193 *3)
+ (-1288 (-656 (-2 (|:| -1688 *3) (|:| -2409 (-1141)))))))))
+ ((*1 *2)
+ (-12 (-5 *2 (-783)) (-5 *1 (-364 *3 *4)) (-4 *3 (-360))
+ (-14 *4 (-940)))))
+(((*1 *2 *1) (-12 (-4 *1 (-378 *2)) (-4 *2 (-174)))))
+(((*1 *1 *1 *2 *3 *1)
+ (-12 (-4 *1 (-336 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-804)))))
+(((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-907 *3)) (-4 *3 (-1121))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1142 *3)) (-4 *3 (-1238)) (-5 *2 (-783)))))
+(((*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1238)))))
(((*1 *2 *1 *3)
- (-12 (-5 *2 (-419 (-576))) (-5 *1 (-118 *4)) (-14 *4 *3)
- (-5 *3 (-576))))
- ((*1 *2 *1 *2) (-12 (-4 *1 (-881 *3)) (-5 *2 (-576))))
+ (-12 (-5 *3 (|[\|\|]| -4326)) (-5 *2 (-112)) (-5 *1 (-629))))
((*1 *2 *1 *3)
- (-12 (-5 *2 (-419 (-576))) (-5 *1 (-883 *4)) (-14 *4 *3)
- (-5 *3 (-576))))
+ (-12 (-5 *3 (|[\|\|]| -3050)) (-5 *2 (-112)) (-5 *1 (-629))))
((*1 *2 *1 *3)
- (-12 (-14 *4 *3) (-5 *2 (-419 (-576))) (-5 *1 (-884 *4 *5))
- (-5 *3 (-576)) (-4 *5 (-881 *4))))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-1031)) (-5 *2 (-419 (-576)))))
- ((*1 *2 *3 *1 *2)
- (-12 (-4 *1 (-1087 *2 *3)) (-4 *2 (-13 (-860) (-374)))
- (-4 *3 (-1262 *2))))
+ (-12 (-5 *3 (|[\|\|]| -3130)) (-5 *2 (-112)) (-5 *1 (-629))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1264 *2 *3)) (-4 *3 (-804))
- (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -3567 (*2 (-1195))))
- (-4 *2 (-1068)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-783)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938))
- (-4 *4 (-1068)))))
-(((*1 *1) (-4 *1 (-360)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 *5)) (-4 *5 (-442 *4)) (-4 *4 (-13 (-568) (-148)))
- (-5 *2
- (-2 (|:| |primelt| *5) (|:| |poly| (-656 (-1191 *5)))
- (|:| |prim| (-1191 *5))))
- (-5 *1 (-444 *4 *5))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-568) (-148)))
- (-5 *2
- (-2 (|:| |primelt| *3) (|:| |pol1| (-1191 *3))
- (|:| |pol2| (-1191 *3)) (|:| |prim| (-1191 *3))))
- (-5 *1 (-444 *4 *3)) (-4 *3 (-27)) (-4 *3 (-442 *4))))
- ((*1 *2 *3 *4 *3 *4)
- (-12 (-5 *3 (-969 *5)) (-5 *4 (-1195)) (-4 *5 (-13 (-374) (-148)))
- (-5 *2
- (-2 (|:| |coef1| (-576)) (|:| |coef2| (-576))
- (|:| |prim| (-1191 *5))))
- (-5 *1 (-977 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-656 (-1195)))
- (-4 *5 (-13 (-374) (-148)))
- (-5 *2
- (-2 (|:| -1713 (-656 (-576))) (|:| |poly| (-656 (-1191 *5)))
- (|:| |prim| (-1191 *5))))
- (-5 *1 (-977 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-656 (-969 *6))) (-5 *4 (-656 (-1195))) (-5 *5 (-1195))
- (-4 *6 (-13 (-374) (-148)))
- (-5 *2
- (-2 (|:| -1713 (-656 (-576))) (|:| |poly| (-656 (-1191 *6)))
- (|:| |prim| (-1191 *6))))
- (-5 *1 (-977 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934))))
- ((*1 *2) (-12 (-5 *2 (-921 (-576))) (-5 *1 (-934)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-874)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1023 *3)) (-14 *3 (-576)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-112)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1286 *4)) (-4 *4 (-429 *3)) (-4 *3 (-317))
- (-4 *3 (-568)) (-5 *1 (-43 *3 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-4 *4 (-374)) (-5 *2 (-1286 *1))
- (-4 *1 (-339 *4))))
- ((*1 *2) (-12 (-4 *3 (-374)) (-5 *2 (-1286 *1)) (-4 *1 (-339 *3))))
- ((*1 *2)
- (-12 (-4 *3 (-174)) (-4 *4 (-1262 *3)) (-5 *2 (-1286 *1))
- (-4 *1 (-421 *3 *4))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-317)) (-4 *4 (-1011 *3)) (-4 *5 (-1262 *4))
- (-5 *2 (-1286 *6)) (-5 *1 (-425 *3 *4 *5 *6))
- (-4 *6 (-13 (-421 *4 *5) (-1057 *4)))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-317)) (-4 *4 (-1011 *3)) (-4 *5 (-1262 *4))
- (-5 *2 (-1286 *6)) (-5 *1 (-426 *3 *4 *5 *6 *7))
- (-4 *6 (-421 *4 *5)) (-14 *7 *2)))
- ((*1 *2) (-12 (-4 *3 (-174)) (-5 *2 (-1286 *1)) (-4 *1 (-429 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1286 (-1286 *4))) (-5 *1 (-540 *4))
- (-4 *4 (-360)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1195)) (-4 *4 (-568)) (-5 *1 (-159 *4 *2))
- (-4 *2 (-442 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-161)) (-5 *2 (-1195))))
- ((*1 *1 *1) (-4 *1 (-161))))
-(((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| |polnum| (-794 *3)) (|:| |polden| *3) (|:| -3329 (-783))))
- (-5 *1 (-794 *3)) (-4 *3 (-1068))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -3329 (-783))))
- (-4 *1 (-1084 *3 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934))))
- ((*1 *2) (-12 (-5 *2 (-921 (-576))) (-5 *1 (-934)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1195)) (-4 *4 (-568)) (-4 *4 (-1119))
- (-5 *1 (-585 *4 *2)) (-4 *2 (-442 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-5 *1 (-1210 *2)) (-4 *2 (-374)))))
-(((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-343)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-995 *4 *5 *6 *3)) (-4 *4 (-1068)) (-4 *5 (-805))
- (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-4 *4 (-568))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1007 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1126 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-831 *4)) (-4 *4 (-862)) (-5 *2 (-112))
- (-5 *1 (-684 *4)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1 (-1145 *4 *3 *5))) (-4 *4 (-38 (-419 (-576))))
- (-4 *4 (-1068)) (-4 *3 (-862)) (-5 *1 (-1145 *4 *3 *5))
- (-4 *5 (-966 *4 (-543 *3) *3))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1 (-1230 *4))) (-5 *3 (-1195)) (-5 *1 (-1230 *4))
- (-4 *4 (-38 (-419 (-576)))) (-4 *4 (-1068)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-656 (-548))) (-5 *1 (-548)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-1195)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1253 (-576))) (-4 *1 (-292 *3)) (-4 *3 (-1236))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-292 *3)) (-4 *3 (-1236)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-711))))
- ((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-711)))))
-(((*1 *1) (-5 *1 (-590))))
-(((*1 *1 *2 *2 *3)
- (-12 (-5 *2 (-783)) (-4 *3 (-1236)) (-4 *1 (-57 *3 *4 *5))
- (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
- ((*1 *1) (-5 *1 (-173)))
- ((*1 *1) (-12 (-5 *1 (-215 *2 *3)) (-14 *2 (-938)) (-4 *3 (-1119))))
- ((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1177)) (-4 *1 (-401))))
- ((*1 *1) (-5 *1 (-406)))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-4 *1 (-663 *3)) (-4 *3 (-1236))))
- ((*1 *1)
- (-12 (-4 *3 (-1119)) (-5 *1 (-898 *2 *3 *4)) (-4 *2 (-1119))
- (-4 *4 (-678 *3))))
- ((*1 *1) (-12 (-5 *1 (-902 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119))))
- ((*1 *1 *2)
- (-12 (-5 *1 (-1161 *3 *2)) (-14 *3 (-783)) (-4 *2 (-1068))))
- ((*1 *1) (-12 (-5 *1 (-1183 *2 *3)) (-14 *2 (-938)) (-4 *3 (-1068))))
- ((*1 *1 *1) (-5 *1 (-1195))) ((*1 *1) (-5 *1 (-1195)))
- ((*1 *1) (-5 *1 (-1216))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-496 *3)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-938)) (-5 *4 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1287)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227))
- (-5 *2 (-1054)) (-5 *1 (-764)))))
-(((*1 *2 *3)
- (-12 (-4 *3 (-1262 *2)) (-4 *2 (-1262 *4))
- (-5 *1 (-1004 *4 *2 *3 *5)) (-4 *4 (-360)) (-4 *5 (-736 *2 *3)))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-1310 *3 *4)) (-4 *1 (-385 *3 *4)) (-4 *3 (-862))
- (-4 *4 (-174))))
- ((*1 *1 *1 *1) (|partial| -12 (-4 *1 (-397 *2)) (-4 *2 (-1119))))
- ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-831 *2)) (-4 *2 (-862))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-831 *3)) (-4 *1 (-1303 *3 *4)) (-4 *3 (-862))
- (-4 *4 (-1068))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068)))))
-(((*1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-905 *4)) (-4 *4 (-1119)) (-4 *2 (-1119))
- (-5 *1 (-902 *4 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1262 *5)) (-4 *5 (-374))
- (-4 *7 (-1262 (-419 *6)))
- (-5 *2 (-2 (|:| |answer| *3) (|:| -4377 *3)))
- (-5 *1 (-574 *5 *6 *7 *3)) (-4 *3 (-353 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1262 *5)) (-4 *5 (-374))
- (-5 *2
- (-2 (|:| |answer| (-419 *6)) (|:| -4377 (-419 *6))
- (|:| |specpart| (-419 *6)) (|:| |polypart| *6)))
- (-5 *1 (-575 *5 *6)) (-5 *3 (-419 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-112))
- (-5 *1 (-1091 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
- (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -3986 *4))))
- (-5 *1 (-1091 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1286 *5)) (-4 *5 (-804)) (-5 *2 (-112))
- (-5 *1 (-857 *4 *5)) (-14 *4 (-783)))))
-(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-264)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-783)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1068))
- (-14 *4 (-656 (-1195)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-783)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1068) (-862)))
- (-14 *4 (-656 (-1195)))))
- ((*1 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-379)) (-4 *2 (-374))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-346 *3 *4 *5 *2)) (-4 *3 (-374))
- (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4)))
- (-4 *2 (-353 *3 *4 *5))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-783)) (-5 *1 (-402 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
- (-4 *5 (-174))))
- ((*1 *1) (-12 (-4 *2 (-174)) (-4 *1 (-736 *2 *3)) (-4 *3 (-1262 *2)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 (-2 (|:| -4298 *3) (|:| -4437 *4))))
- (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *1 (-1212 *3 *4))))
- ((*1 *1) (-12 (-4 *1 (-1212 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119)))))
+ (-12 (-5 *3 (|[\|\|]| -3727)) (-5 *2 (-112)) (-5 *1 (-703 *4))
+ (-4 *4 (-625 (-876)))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-625 (-876))) (-5 *2 (-112))
+ (-5 *1 (-703 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-1179))) (-5 *2 (-112)) (-5 *1 (-890))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-518))) (-5 *2 (-112)) (-5 *1 (-890))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-576))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1179))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-518))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-604))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-490))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-138))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-157))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1187))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-638))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1117))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1111))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1094))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-991))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-182))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1057))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-321))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-683))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-155))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1172))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-537))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1299))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1087))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-529))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-693))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-96))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1136))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-134))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-618))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-139))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-1298))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-688))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-220))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1158)) (-5 *3 (|[\|\|]| (-536))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-1179))) (-5 *2 (-112)) (-5 *1 (-1202))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-518))) (-5 *2 (-112)) (-5 *1 (-1202))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-227))) (-5 *2 (-112)) (-5 *1 (-1202))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-576))) (-5 *2 (-112)) (-5 *1 (-1202)))))
+(((*1 *2 *2) (-12 (-5 *2 (-656 (-701 (-326 (-576))))) (-5 *1 (-1052)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-969 (-576))) (-5 *2 (-656 *1)) (-4 *1 (-1031))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-969 (-419 (-576)))) (-5 *2 (-656 *1)) (-4 *1 (-1031))))
- ((*1 *2 *3) (-12 (-5 *3 (-969 *1)) (-4 *1 (-1031)) (-5 *2 (-656 *1))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1191 (-576))) (-5 *2 (-656 *1)) (-4 *1 (-1031))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1191 (-419 (-576)))) (-5 *2 (-656 *1)) (-4 *1 (-1031))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1191 *1)) (-4 *1 (-1031)) (-5 *2 (-656 *1))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-860) (-374))) (-4 *3 (-1262 *4)) (-5 *2 (-656 *1))
- (-4 *1 (-1087 *4 *3)))))
-(((*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-1289))))
- ((*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-1289)))))
+ (-12 (-4 *2 (-374)) (-4 *2 (-860)) (-5 *1 (-964 *2 *3))
+ (-4 *3 (-1264 *2)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1262 *3)) (-4 *3 (-1068)) (-5 *2 (-1191 *3)))))
-(((*1 *2) (-12 (-5 *2 (-886)) (-5 *1 (-1289))))
- ((*1 *2 *2) (-12 (-5 *2 (-886)) (-5 *1 (-1289)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1191 *4)) (-5 *1 (-368 *4))
- (-4 *4 (-360)))))
-(((*1 *2 *3) (-12 (-5 *3 (-833)) (-5 *2 (-52)) (-5 *1 (-843)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-609))) (-5 *1 (-609)))))
-(((*1 *2 *3 *4 *4 *3 *5)
- (-12 (-5 *4 (-624 *3)) (-5 *5 (-1191 *3))
- (-4 *3 (-13 (-442 *6) (-27) (-1221)))
- (-4 *6 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
- (-5 *2 (-598 *3)) (-5 *1 (-572 *6 *3 *7)) (-4 *7 (-1119))))
- ((*1 *2 *3 *4 *4 *4 *3 *5)
- (-12 (-5 *4 (-624 *3)) (-5 *5 (-419 (-1191 *3)))
- (-4 *3 (-13 (-442 *6) (-27) (-1221)))
- (-4 *6 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
- (-5 *2 (-598 *3)) (-5 *1 (-572 *6 *3 *7)) (-4 *7 (-1119)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-938)) (-5 *4 (-430 *6)) (-4 *6 (-1262 *5))
- (-4 *5 (-1068)) (-5 *2 (-656 *6)) (-5 *1 (-456 *5 *6)))))
+ (-12 (|has| *1 (-6 -4464)) (-4 *1 (-501 *3)) (-4 *3 (-1238))
+ (-5 *2 (-656 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-749 *3)) (-4 *3 (-1121))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-451))) (-5 *1 (-879)))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1068))
- (-4 *4 (-804))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1068)) (-5 *1 (-50 *3 *4))
- (-14 *4 (-656 (-1195)))))
- ((*1 *1 *2 *1 *1 *3)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236))
- (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236))
- (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236))
- (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-59 *5)) (-4 *5 (-1236))
- (-4 *6 (-1236)) (-5 *2 (-59 *6)) (-5 *1 (-58 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-137 *5 *6 *7)) (-14 *5 (-576))
- (-14 *6 (-783)) (-4 *7 (-174)) (-4 *8 (-174))
- (-5 *2 (-137 *5 *6 *8)) (-5 *1 (-136 *5 *6 *7 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-171 *5)) (-4 *5 (-174))
- (-4 *6 (-174)) (-5 *2 (-171 *6)) (-5 *1 (-170 *5 *6))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-326 *3) (-326 *3))) (-4 *3 (-13 (-1068) (-862)))
- (-5 *1 (-225 *3 *4)) (-14 *4 (-656 (-1195)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-245 *5 *6)) (-14 *5 (-783))
- (-4 *6 (-1236)) (-4 *7 (-1236)) (-5 *2 (-245 *5 *7))
- (-5 *1 (-244 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-304 *5)) (-4 *5 (-1236))
- (-4 *6 (-1236)) (-5 *2 (-304 *6)) (-5 *1 (-303 *5 *6))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1236)) (-5 *1 (-304 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1177)) (-5 *5 (-624 *6))
- (-4 *6 (-312)) (-4 *2 (-1236)) (-5 *1 (-307 *6 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-624 *5)) (-4 *5 (-312))
- (-4 *2 (-312)) (-5 *1 (-308 *5 *2))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-624 *1)) (-4 *1 (-312))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-701 *5)) (-4 *5 (-1068))
- (-4 *6 (-1068)) (-5 *2 (-701 *6)) (-5 *1 (-314 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-326 *5)) (-4 *5 (-1119))
- (-4 *6 (-1119)) (-5 *2 (-326 *6)) (-5 *1 (-324 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-347 *5 *6 *7 *8)) (-4 *5 (-374))
- (-4 *6 (-1262 *5)) (-4 *7 (-1262 (-419 *6))) (-4 *8 (-353 *5 *6 *7))
- (-4 *9 (-374)) (-4 *10 (-1262 *9)) (-4 *11 (-1262 (-419 *10)))
- (-5 *2 (-347 *9 *10 *11 *12))
- (-5 *1 (-344 *5 *6 *7 *8 *9 *10 *11 *12))
- (-4 *12 (-353 *9 *10 *11))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-349 *3)) (-4 *3 (-1119))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1240)) (-4 *8 (-1240))
- (-4 *6 (-1262 *5)) (-4 *7 (-1262 (-419 *6))) (-4 *9 (-1262 *8))
- (-4 *2 (-353 *8 *9 *10)) (-5 *1 (-351 *5 *6 *7 *4 *8 *9 *10 *2))
- (-4 *4 (-353 *5 *6 *7)) (-4 *10 (-1262 (-419 *9)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1236)) (-4 *6 (-1236))
- (-4 *2 (-384 *6)) (-5 *1 (-382 *5 *4 *6 *2)) (-4 *4 (-384 *5))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-393 *3 *4)) (-4 *3 (-1068))
- (-4 *4 (-1119))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-430 *5)) (-4 *5 (-568))
- (-4 *6 (-568)) (-5 *2 (-430 *6)) (-5 *1 (-417 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-419 *5)) (-4 *5 (-568))
- (-4 *6 (-568)) (-5 *2 (-419 *6)) (-5 *1 (-418 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-425 *5 *6 *7 *8)) (-4 *5 (-317))
- (-4 *6 (-1011 *5)) (-4 *7 (-1262 *6))
- (-4 *8 (-13 (-421 *6 *7) (-1057 *6))) (-4 *9 (-317))
- (-4 *10 (-1011 *9)) (-4 *11 (-1262 *10))
- (-5 *2 (-425 *9 *10 *11 *12))
- (-5 *1 (-424 *5 *6 *7 *8 *9 *10 *11 *12))
- (-4 *12 (-13 (-421 *10 *11) (-1057 *10)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-174)) (-4 *6 (-174))
- (-4 *2 (-429 *6)) (-5 *1 (-427 *4 *5 *2 *6)) (-4 *4 (-429 *5))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-568)) (-5 *1 (-430 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1068)) (-4 *6 (-1068))
- (-4 *2 (-442 *6)) (-5 *1 (-433 *5 *4 *6 *2)) (-4 *4 (-442 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1119)) (-4 *6 (-1119))
- (-4 *2 (-437 *6)) (-5 *1 (-435 *5 *4 *6 *2)) (-4 *4 (-437 *5))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-501 *3)) (-4 *3 (-1236))))
+ (-12 (-5 *2 (-1 (-576) (-576))) (-5 *1 (-372 *3)) (-4 *3 (-1121))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-521 *3 *4)) (-4 *3 (-1119))
- (-4 *4 (-862))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-598 *5)) (-4 *5 (-374))
- (-4 *6 (-374)) (-5 *2 (-598 *6)) (-5 *1 (-596 *5 *6))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 *6 *5))
- (-5 *4 (-3 (-2 (|:| -1633 *5) (|:| |coeff| *5)) "failed"))
- (-4 *5 (-374)) (-4 *6 (-374))
- (-5 *2 (-2 (|:| -1633 *6) (|:| |coeff| *6)))
- (-5 *1 (-596 *5 *6))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed"))
- (-4 *5 (-374)) (-4 *2 (-374)) (-5 *1 (-596 *5 *2))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 *6 *5))
- (-5 *4
- (-3
- (-2 (|:| |mainpart| *5)
- (|:| |limitedlogs|
- (-656 (-2 (|:| |coeff| *5) (|:| |logand| *5)))))
- "failed"))
- (-4 *5 (-374)) (-4 *6 (-374))
- (-5 *2
- (-2 (|:| |mainpart| *6)
- (|:| |limitedlogs|
- (-656 (-2 (|:| |coeff| *6) (|:| |logand| *6))))))
- (-5 *1 (-596 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-613 *5)) (-4 *5 (-1236))
- (-4 *6 (-1236)) (-5 *2 (-613 *6)) (-5 *1 (-610 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-613 *6)) (-5 *5 (-613 *7))
- (-4 *6 (-1236)) (-4 *7 (-1236)) (-4 *8 (-1236)) (-5 *2 (-613 *8))
- (-5 *1 (-611 *6 *7 *8))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1176 *6)) (-5 *5 (-613 *7))
- (-4 *6 (-1236)) (-4 *7 (-1236)) (-4 *8 (-1236)) (-5 *2 (-1176 *8))
- (-5 *1 (-611 *6 *7 *8))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-613 *6)) (-5 *5 (-1176 *7))
- (-4 *6 (-1236)) (-4 *7 (-1236)) (-4 *8 (-1236)) (-5 *2 (-1176 *8))
- (-5 *1 (-611 *6 *7 *8))))
+ (-12 (-5 *2 (-1 (-783) (-783))) (-4 *1 (-397 *3)) (-4 *3 (-1121))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1236)) (-5 *1 (-613 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-656 *5)) (-4 *5 (-1236))
- (-4 *6 (-1236)) (-5 *2 (-656 *6)) (-5 *1 (-654 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-656 *6)) (-5 *5 (-656 *7))
- (-4 *6 (-1236)) (-4 *7 (-1236)) (-4 *8 (-1236)) (-5 *2 (-656 *8))
- (-5 *1 (-655 *6 *7 *8))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-663 *3)) (-4 *3 (-1236))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1068)) (-4 *8 (-1068))
- (-4 *6 (-384 *5)) (-4 *7 (-384 *5)) (-4 *2 (-699 *8 *9 *10))
- (-5 *1 (-697 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-699 *5 *6 *7))
- (-4 *9 (-384 *8)) (-4 *10 (-384 *8))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-1068))
- (-4 *8 (-1068)) (-4 *6 (-384 *5)) (-4 *7 (-384 *5))
- (-4 *2 (-699 *8 *9 *10)) (-5 *1 (-697 *5 *6 *7 *4 *8 *9 *10 *2))
- (-4 *4 (-699 *5 *6 *7)) (-4 *9 (-384 *8)) (-4 *10 (-384 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-568)) (-4 *7 (-568))
- (-4 *6 (-1262 *5)) (-4 *2 (-1262 (-419 *8)))
- (-5 *1 (-721 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1262 (-419 *6)))
- (-4 *8 (-1262 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-1068)) (-4 *9 (-1068))
- (-4 *5 (-862)) (-4 *6 (-805)) (-4 *2 (-966 *9 *7 *5))
- (-5 *1 (-740 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-805))
- (-4 *4 (-966 *8 *6 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-862)) (-4 *6 (-862)) (-4 *7 (-805))
- (-4 *9 (-1068)) (-4 *2 (-966 *9 *8 *6))
- (-5 *1 (-741 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-805))
- (-4 *4 (-966 *9 *7 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-747 *5 *7)) (-4 *5 (-1068))
- (-4 *6 (-1068)) (-4 *7 (-738)) (-5 *2 (-747 *6 *7))
- (-5 *1 (-746 *5 *6 *7))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1068)) (-5 *1 (-747 *3 *4))
- (-4 *4 (-738))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-794 *5)) (-4 *5 (-1068))
- (-4 *6 (-1068)) (-5 *2 (-794 *6)) (-5 *1 (-793 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-174)) (-4 *6 (-174))
- (-4 *2 (-809 *6)) (-5 *1 (-810 *4 *5 *2 *6)) (-4 *4 (-809 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-845 *5)) (-4 *5 (-1119))
- (-4 *6 (-1119)) (-5 *2 (-845 *6)) (-5 *1 (-844 *5 *6))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-845 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-845 *5))
- (-4 *5 (-1119)) (-4 *6 (-1119)) (-5 *1 (-844 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-855 *5)) (-4 *5 (-1119))
- (-4 *6 (-1119)) (-5 *2 (-855 *6)) (-5 *1 (-854 *5 *6))))
- ((*1 *2 *3 *4 *2 *2)
- (-12 (-5 *2 (-855 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-855 *5))
- (-4 *5 (-1119)) (-4 *6 (-1119)) (-5 *1 (-854 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-890 *5)) (-4 *5 (-1236))
- (-4 *6 (-1236)) (-5 *2 (-890 *6)) (-5 *1 (-889 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-892 *5)) (-4 *5 (-1236))
- (-4 *6 (-1236)) (-5 *2 (-892 *6)) (-5 *1 (-891 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-895 *5)) (-4 *5 (-1236))
- (-4 *6 (-1236)) (-5 *2 (-895 *6)) (-5 *1 (-894 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-902 *5 *6)) (-4 *5 (-1119))
- (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-902 *5 *7))
- (-5 *1 (-901 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-905 *5)) (-4 *5 (-1119))
- (-4 *6 (-1119)) (-5 *2 (-905 *6)) (-5 *1 (-904 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-969 *5)) (-4 *5 (-1068))
- (-4 *6 (-1068)) (-5 *2 (-969 *6)) (-5 *1 (-963 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-862))
- (-4 *8 (-1068)) (-4 *6 (-805))
- (-4 *2
- (-13 (-1119)
- (-10 -8 (-15 -3027 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-783))))))
- (-5 *1 (-968 *6 *7 *8 *5 *2)) (-4 *5 (-966 *8 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-975 *5)) (-4 *5 (-1236))
- (-4 *6 (-1236)) (-5 *2 (-975 *6)) (-5 *1 (-974 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-983 *5)) (-4 *5 (-1119))
- (-4 *6 (-1119)) (-5 *2 (-983 *6)) (-5 *1 (-985 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-960 *5)) (-4 *5 (-1068))
- (-4 *6 (-1068)) (-5 *2 (-960 *6)) (-5 *1 (-1000 *5 *6))))
- ((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 *2 (-969 *4))) (-4 *4 (-1068))
- (-4 *2 (-966 (-969 *4) *5 *6)) (-4 *5 (-805))
- (-4 *6
- (-13 (-862)
- (-10 -8 (-15 -4169 ((-1195) $))
- (-15 -3052 ((-3 $ "failed") (-1195))))))
- (-5 *1 (-1003 *4 *5 *6 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-568)) (-4 *6 (-568))
- (-4 *2 (-1011 *6)) (-5 *1 (-1009 *5 *6 *4 *2)) (-4 *4 (-1011 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-174)) (-4 *6 (-174))
- (-4 *2 (-1016 *6)) (-5 *1 (-1017 *4 *5 *2 *6)) (-4 *4 (-1016 *5))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-1072 *3 *4 *5 *6 *7))
- (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-1072 *3 *4 *5 *6 *7))
- (-4 *5 (-1068)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-1068)) (-4 *10 (-1068))
- (-14 *5 (-783)) (-14 *6 (-783)) (-4 *8 (-243 *6 *7))
- (-4 *9 (-243 *5 *7)) (-4 *2 (-1072 *5 *6 *10 *11 *12))
- (-5 *1 (-1074 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2))
- (-4 *4 (-1072 *5 *6 *7 *8 *9)) (-4 *11 (-243 *6 *10))
- (-4 *12 (-243 *5 *10))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1113 *5)) (-4 *5 (-1236))
- (-4 *6 (-1236)) (-5 *2 (-1113 *6)) (-5 *1 (-1108 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1113 *5)) (-4 *5 (-860))
- (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-656 *6))
- (-5 *1 (-1108 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1111 *5)) (-4 *5 (-1236))
- (-4 *6 (-1236)) (-5 *2 (-1111 *6)) (-5 *1 (-1110 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1114 *4 *2)) (-4 *4 (-860))
- (-4 *2 (-1168 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1176 *5)) (-4 *5 (-1236))
- (-4 *6 (-1236)) (-5 *2 (-1176 *6)) (-5 *1 (-1174 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1176 *6)) (-5 *5 (-1176 *7))
- (-4 *6 (-1236)) (-4 *7 (-1236)) (-4 *8 (-1236)) (-5 *2 (-1176 *8))
- (-5 *1 (-1175 *6 *7 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1191 *5)) (-4 *5 (-1068))
- (-4 *6 (-1068)) (-5 *2 (-1191 *6)) (-5 *1 (-1189 *5 *6))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1212 *3 *4)) (-4 *3 (-1119))
- (-4 *4 (-1119))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1250 *5 *7 *9)) (-4 *5 (-1068))
- (-4 *6 (-1068)) (-14 *7 (-1195)) (-14 *9 *5) (-14 *10 *6)
- (-5 *2 (-1250 *6 *8 *10)) (-5 *1 (-1245 *5 *6 *7 *8 *9 *10))
- (-14 *8 (-1195))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1253 *5)) (-4 *5 (-1236))
- (-4 *6 (-1236)) (-5 *2 (-1253 *6)) (-5 *1 (-1252 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1253 *5)) (-4 *5 (-860))
- (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-1176 *6))
- (-5 *1 (-1252 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1259 *5 *6)) (-14 *5 (-1195))
- (-4 *6 (-1068)) (-4 *8 (-1068)) (-5 *2 (-1259 *7 *8))
- (-5 *1 (-1254 *5 *6 *7 *8)) (-14 *7 (-1195))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1068)) (-4 *6 (-1068))
- (-4 *2 (-1262 *6)) (-5 *1 (-1260 *5 *4 *6 *2)) (-4 *4 (-1262 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1271 *5 *7 *9)) (-4 *5 (-1068))
- (-4 *6 (-1068)) (-14 *7 (-1195)) (-14 *9 *5) (-14 *10 *6)
- (-5 *2 (-1271 *6 *8 *10)) (-5 *1 (-1266 *5 *6 *7 *8 *9 *10))
- (-14 *8 (-1195))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1068)) (-4 *6 (-1068))
- (-4 *2 (-1277 *6)) (-5 *1 (-1275 *5 *6 *4 *2)) (-4 *4 (-1277 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1286 *5)) (-4 *5 (-1236))
- (-4 *6 (-1236)) (-5 *2 (-1286 *6)) (-5 *1 (-1285 *5 *6))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1286 *5))
- (-4 *5 (-1236)) (-4 *6 (-1236)) (-5 *2 (-1286 *6))
- (-5 *1 (-1285 *5 *6))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1303 *3 *4)) (-4 *3 (-862))
- (-4 *4 (-1068))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1068)) (-5 *1 (-1309 *3 *4))
- (-4 *4 (-858)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1195)))))
-(((*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3)
- (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *3 (-576))
- (-5 *2 (-1054)) (-5 *1 (-768)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-304 *2)) (-4 *2 (-738)) (-4 *2 (-1236)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-969 *5)) (-4 *5 (-1068)) (-5 *2 (-253 *4 *5))
- (-5 *1 (-961 *4 *5)) (-14 *4 (-656 (-1195))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-493 *4 *5)) (-14 *4 (-656 (-1195))) (-4 *5 (-1068))
- (-5 *2 (-253 *4 *5)) (-5 *1 (-961 *4 *5)))))
-(((*1 *2 *3 *3 *1)
- (-12 (-5 *3 (-518)) (-5 *2 (-703 (-1123))) (-5 *1 (-301)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-38 (-419 (-576))))
- (-5 *2 (-2 (|:| -4003 (-1176 *4)) (|:| -4011 (-1176 *4))))
- (-5 *1 (-1181 *4)) (-5 *3 (-1176 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-52)) (-5 *1 (-841)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))))
-(((*1 *2 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *2)) (-4 *2 (-174))))
- ((*1 *2) (-12 (-4 *2 (-174)) (-5 *1 (-428 *3 *2)) (-4 *3 (-429 *2))))
- ((*1 *2) (-12 (-4 *1 (-429 *2)) (-4 *2 (-174)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1068)) (-5 *2 (-656 *1)) (-4 *1 (-1153 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 (-576))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1068))
- (-14 *4 (-656 (-1195)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *1 *1) (-4 *1 (-294)))
- ((*1 *1 *1)
- (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195)))
- (-14 *3 (-656 (-1195))) (-4 *4 (-399))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-676 *3 *4)) (-4 *3 (-862))
- (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-5 *1 (-639 *3 *4 *5))
- (-14 *5 (-938))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-783)) (-4 *4 (-13 (-1068) (-729 (-419 (-576)))))
- (-4 *5 (-862)) (-5 *1 (-1302 *4 *5 *2)) (-4 *2 (-1307 *5 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-5 *1 (-1306 *3 *4))
- (-4 *4 (-729 (-419 (-576)))) (-4 *3 (-862)) (-4 *4 (-174)))))
-(((*1 *1 *1) (-4 *1 (-1163))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1236)) (-5 *2 (-656 *1)) (-4 *1 (-1029 *3)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-701 *1)) (-4 *1 (-360)) (-5 *2 (-1286 *1))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-701 *1)) (-4 *1 (-146)) (-4 *1 (-926))
- (-5 *2 (-1286 *1)))))
-(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-13 (-568) (-148))) (-5 *1 (-1256 *3 *2))
- (-4 *2 (-1262 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1113 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-194))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1113 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-310))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1113 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-315)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-767)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
- (-5 *1 (-1007 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
- (-5 *1 (-1126 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-805)) (-4 *4 (-862)) (-4 *6 (-317)) (-5 *2 (-430 *3))
- (-5 *1 (-754 *5 *4 *6 *3)) (-4 *3 (-966 *6 *5 *4)))))
-(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1 *8 *8))
- (-5 *5
- (-1 (-3 (-2 (|:| -1633 *7) (|:| |coeff| *7)) "failed") *7))
- (-5 *6 (-656 (-419 *8))) (-4 *7 (-374)) (-4 *8 (-1262 *7))
- (-5 *3 (-419 *8))
- (-5 *2
- (-2
- (|:| |answer|
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (|:| |a0| *7)))
- (-5 *1 (-586 *7 *8)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-464)) (-4 *4 (-568))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| -1456 *4))) (-5 *1 (-988 *4 *3))
- (-4 *3 (-1262 *4)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-539)) (-5 *3 (-129)) (-5 *2 (-783)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-656 (-576))) (-5 *2 (-701 (-576))) (-5 *1 (-1129)))))
-(((*1 *2 *2)
- (-12
- (-5 *2
- (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4)
- (|:| |xpnt| (-576))))
- (-4 *4 (-13 (-1262 *3) (-568) (-10 -8 (-15 -3495 ($ $ $)))))
- (-4 *3 (-568)) (-5 *1 (-1265 *3 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6))
- (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568))
- (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-656 *7)) (-5 *3 (-112)) (-4 *7 (-1084 *4 *5 *6))
- (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
- (-5 *1 (-996 *4 *5 *6 *7)))))
-(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-384 *2)) (-4 *2 (-1236))
- (-4 *2 (-862))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3 *3)) (|has| *1 (-6 -4463))
- (-4 *1 (-384 *3)) (-4 *3 (-1236)))))
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4)
+ (-5 *1 (-661 *3 *4 *5)) (-4 *3 (-1121)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-1106))) (-5 *1 (-301)))))
+(((*1 *1 *1) (-4 *1 (-1165))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *6 (-1179))
+ (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-770)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-701 (-419 (-576)))) (-5 *2 (-656 *4)) (-5 *1 (-791 *4))
- (-4 *4 (-13 (-374) (-860))))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1195)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-714 *4 *5 *6 *7))
- (-4 *4 (-626 (-548))) (-4 *5 (-1236)) (-4 *6 (-1236))
- (-4 *7 (-1236)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-1262 (-576))) (-5 *1 (-498 *3)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1158))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-944)))))
+ (-12 (-5 *3 (-1288 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-374))
+ (-4 *1 (-736 *5 *6)) (-4 *5 (-174)) (-4 *6 (-1264 *5))
+ (-5 *2 (-701 *5)))))
+(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-124)))
+ ((*1 *1 *1 *1) (-5 *1 (-1141))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2)
- (-12 (-4 *4 (-1240)) (-4 *5 (-1262 *4)) (-4 *6 (-1262 (-419 *5)))
- (-5 *2 (-783)) (-5 *1 (-352 *3 *4 *5 *6)) (-4 *3 (-353 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-5 *2 (-783)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
- (-5 *1 (-996 *4 *5 *6 *3)) (-4 *3 (-1084 *4 *5 *6)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1191 *2)) (-4 *2 (-442 *4)) (-4 *4 (-568))
- (-5 *1 (-32 *4 *2)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-656 (-783))) (-5 *1 (-988 *4 *3))
- (-4 *3 (-1262 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1176 (-227))) (-5 *2 (-656 (-1177))) (-5 *1 (-194))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1176 (-227))) (-5 *2 (-656 (-1177))) (-5 *1 (-310))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1176 (-227))) (-5 *2 (-656 (-1177))) (-5 *1 (-315)))))
-(((*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1177)) (-5 *1 (-722)))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-701 *2)) (-4 *4 (-1262 *2))
- (-4 *2 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $)))))
- (-5 *1 (-511 *2 *4 *5)) (-4 *5 (-421 *2 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1142 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2))
- (-4 *5 (-243 *3 *2)) (-4 *2 (-1068)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-576)) (-5 *1 (-390)))))
-(((*1 *1 *1) (-5 *1 (-1082))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1177)) (-5 *4 (-576)) (-5 *5 (-701 (-171 (-227))))
- (-5 *2 (-1054)) (-5 *1 (-766)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-5 *2 (-576))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068))
- (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-576)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-701 (-969 *4))) (-5 *1 (-1047 *4))
- (-4 *4 (-1068)))))
-(((*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1291)) (-5 *1 (-1157))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-874))) (-5 *2 (-1291)) (-5 *1 (-1157)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1068)) (-5 *2 (-576)) (-5 *1 (-455 *4 *3 *5))
- (-4 *3 (-1262 *4))
- (-4 *5 (-13 (-416) (-1057 *4) (-374) (-1221) (-294))))))
-(((*1 *1) (-4 *1 (-360))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *1 *1) (-4 *1 (-505)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-13 (-860) (-374))) (-5 *2 (-112)) (-5 *1 (-1082 *4 *3))
+ (-4 *3 (-1264 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-1176 *3))) (-5 *2 (-1176 *3)) (-5 *1 (-1179 *3))
- (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-845 *3)) (-4 *3 (-1119))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-855 *3)) (-4 *3 (-1119)))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-317)) (-4 *3 (-1011 *2)) (-4 *4 (-1262 *3))
- (-5 *1 (-425 *2 *3 *4 *5)) (-4 *5 (-13 (-421 *3 *4) (-1057 *3))))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-1111 (-969 (-576)))) (-5 *3 (-969 (-576)))
- (-5 *1 (-340))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1111 (-969 (-576)))) (-5 *1 (-340)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-112)) (-5 *1 (-841)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-3
- (|:| |noa|
- (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227)))
- (|:| |lb| (-656 (-855 (-227))))
- (|:| |cf| (-656 (-326 (-227))))
- (|:| |ub| (-656 (-855 (-227))))))
- (|:| |lsa|
- (-2 (|:| |lfn| (-656 (-326 (-227))))
- (|:| -3537 (-656 (-227)))))))
- (-5 *2 (-656 (-1177))) (-5 *1 (-276)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-1119))
- (-5 *2 (-2 (|:| |lm| *1) (|:| |mm| *1) (|:| |rm| *1)))
- (-4 *1 (-397 *3)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-3 (-112) "failed")) (-4 *3 (-464)) (-4 *4 (-862))
- (-4 *5 (-805)) (-5 *1 (-1006 *3 *4 *5 *6)) (-4 *6 (-966 *3 *5 *4)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-518)) (-5 *1 (-115))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-115)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1090 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1090 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805))
- (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *1 *1) (-4 *1 (-505)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1176 (-576))) (-5 *1 (-1179 *4)) (-4 *4 (-1068))
- (-5 *3 (-576)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-374)) (-4 *3 (-1068))
- (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4126 *1)))
- (-4 *1 (-864 *3)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-794 *2)) (-4 *2 (-1068)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-701 (-419 (-969 *4)))) (-4 *4 (-464))
- (-5 *2 (-656 (-3 (-419 (-969 *4)) (-1184 (-1195) (-969 *4)))))
- (-5 *1 (-302 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-938)) (-5 *1 (-798)))))
-(((*1 *1) (-5 *1 (-55))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-171 (-390))) (-5 *1 (-797 *3)) (-4 *3 (-626 (-390)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-938)) (-5 *2 (-171 (-390))) (-5 *1 (-797 *3))
- (-4 *3 (-626 (-390)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-171 *4)) (-4 *4 (-174)) (-4 *4 (-626 (-390)))
- (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-171 *5)) (-5 *4 (-938)) (-4 *5 (-174))
- (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-969 (-171 *4))) (-4 *4 (-174)) (-4 *4 (-626 (-390)))
- (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-969 (-171 *5))) (-5 *4 (-938)) (-4 *5 (-174))
- (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-969 *4)) (-4 *4 (-1068)) (-4 *4 (-626 (-390)))
- (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-969 *5)) (-5 *4 (-938)) (-4 *5 (-1068))
- (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-568)) (-4 *4 (-626 (-390)))
- (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-938)) (-4 *5 (-568))
- (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-419 (-969 (-171 *4)))) (-4 *4 (-568))
- (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-969 (-171 *5)))) (-5 *4 (-938)) (-4 *5 (-568))
- (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-326 *4)) (-4 *4 (-568)) (-4 *4 (-862))
- (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-326 *5)) (-5 *4 (-938)) (-4 *5 (-568)) (-4 *5 (-862))
- (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-326 (-171 *4))) (-4 *4 (-568)) (-4 *4 (-862))
- (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-326 (-171 *5))) (-5 *4 (-938)) (-4 *5 (-568))
- (-4 *5 (-862)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390)))
- (-5 *1 (-797 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-886)) (-5 *1 (-270))))
- ((*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-270)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1068)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-326 (-227)))) (-5 *2 (-112)) (-5 *1 (-276))))
- ((*1 *2 *3) (-12 (-5 *3 (-326 (-227))) (-5 *2 (-112)) (-5 *1 (-276))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
- (-5 *1 (-996 *4 *5 *6 *3)) (-4 *3 (-1084 *4 *5 *6)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-783)) (-4 *2 (-1119))
- (-5 *1 (-690 *2)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-5 *1 (-91 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *1 *1) (-4 *1 (-505)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
-(((*1 *2) (-12 (-5 *2 (-656 *3)) (-5 *1 (-1103 *3)) (-4 *3 (-133)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288))))
- ((*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-429 *4)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 (-52))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))))
-(((*1 *2)
- (-12 (-4 *3 (-1068)) (-5 *2 (-975 (-724 *3 *4))) (-5 *1 (-724 *3 *4))
- (-4 *4 (-1262 *3)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-656 *7)) (-4 *7 (-1090 *3 *4 *5 *6)) (-4 *3 (-464))
- (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5))
- (-5 *1 (-1007 *3 *4 *5 *6 *7))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-656 *7)) (-4 *7 (-1090 *3 *4 *5 *6)) (-4 *3 (-464))
- (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5))
- (-5 *1 (-1126 *3 *4 *5 *6 *7)))))
-(((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1093))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *4 *5)
- (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-656 *3))
- (-4 *3 (-13 (-442 *6) (-27) (-1221)))
- (-4 *6 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
+ (|partial| -12 (-5 *4 (-656 (-419 *6))) (-5 *3 (-419 *6))
+ (-4 *6 (-1264 *5)) (-4 *5 (-13 (-374) (-148) (-1059 (-576))))
(-5 *2
(-2 (|:| |mainpart| *3)
(|:| |limitedlogs|
(-656 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-578 *6 *3 *7)) (-4 *7 (-1119)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195)))
- (-14 *3 (-656 (-1195))) (-4 *4 (-399))))
- ((*1 *1 *1) (-4 *1 (-505)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-786)) (-5 *1 (-52)))))
-(((*1 *1 *1 *1) (-4 *1 (-144)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557))))
- ((*1 *1 *1 *1) (-5 *1 (-874)))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-576))) (-5 *1 (-1066))
- (-5 *3 (-576)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-1191 *3)) (-5 *1 (-41 *4 *3))
- (-4 *3
- (-13 (-374) (-312)
- (-10 -8 (-15 -1568 ((-1144 *4 (-624 $)) $))
- (-15 -1579 ((-1144 *4 (-624 $)) $))
- (-15 -3567 ($ (-1144 *4 (-624 $))))))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |preimage| (-656 *3)) (|:| |image| (-656 *3))))
- (-5 *1 (-922 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |pde| (-656 (-326 (-227))))
- (|:| |constraints|
- (-656
- (-2 (|:| |start| (-227)) (|:| |finish| (-227))
- (|:| |grid| (-783)) (|:| |boundaryType| (-576))
- (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227))))))
- (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177))
- (|:| |tol| (-227))))
- (-5 *2 (-112)) (-5 *1 (-212)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-783)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938))
- (-4 *4 (-1068)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *5 *3)
- (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227))
- (-5 *2 (-1054)) (-5 *1 (-765)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1121 (-1121 *3))) (-5 *1 (-921 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195)))
- (-14 *3 (-656 (-1195))) (-4 *4 (-399))))
- ((*1 *1 *1) (-4 *1 (-505)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1279 *3 *2))
- (-4 *2 (-1277 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-910))
- (-5 *3
- (-2 (|:| |pde| (-656 (-326 (-227))))
- (|:| |constraints|
- (-656
- (-2 (|:| |start| (-227)) (|:| |finish| (-227))
- (|:| |grid| (-783)) (|:| |boundaryType| (-576))
- (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227))))))
- (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177))
- (|:| |tol| (-227))))
- (-5 *2 (-1054)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1068)) (-4 *2 (-699 *4 *5 *6))
- (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1262 *4)) (-4 *5 (-384 *4))
- (-4 *6 (-384 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
+ (-5 *1 (-580 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *1) (-12 (-5 *2 (-834)) (-5 *1 (-833)))))
+(((*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576))
+ (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) (-5 *2 (-1056))
+ (-5 *1 (-760)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-135)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-2 (|:| -3103 *4) (|:| -3903 (-576)))))
- (-4 *4 (-1119)) (-5 *2 (-1 *4)) (-5 *1 (-1036 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
+ (-12 (-5 *3 (-1197)) (-5 *2 (-1 *6 *5)) (-5 *1 (-718 *4 *5 *6))
+ (-4 *4 (-626 (-548))) (-4 *5 (-1238)) (-4 *6 (-1238)))))
+(((*1 *1 *1) (-4 *1 (-34))) ((*1 *1 *1) (-5 *1 (-115)))
+ ((*1 *1 *1) (-5 *1 (-173))) ((*1 *1 *1) (-4 *1 (-557)))
+ ((*1 *1 *1) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-1070))))
((*1 *1 *1)
- (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195)))
- (-14 *3 (-656 (-1195))) (-4 *4 (-399))))
- ((*1 *1 *1) (-4 *1 (-505)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
+ (-12 (-5 *1 (-1161 *2 *3)) (-4 *2 (-13 (-1121) (-34)))
+ (-4 *3 (-13 (-1121) (-34))))))
(((*1 *2 *3)
- (-12 (-4 *3 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $)))))
- (-4 *4 (-1262 *3))
- (-5 *2
- (-2 (|:| -4156 (-701 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-701 *3))))
- (-5 *1 (-361 *3 *4 *5)) (-4 *5 (-421 *3 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-576)) (-4 *4 (-1262 *3))
- (-5 *2
- (-2 (|:| -4156 (-701 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-701 *3))))
- (-5 *1 (-780 *4 *5)) (-4 *5 (-421 *3 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-360)) (-4 *3 (-1262 *4)) (-4 *5 (-1262 *3))
- (-5 *2
- (-2 (|:| -4156 (-701 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-701 *3))))
- (-5 *1 (-1004 *4 *3 *5 *6)) (-4 *6 (-736 *3 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-360)) (-4 *3 (-1262 *4)) (-4 *5 (-1262 *3))
- (-5 *2
- (-2 (|:| -4156 (-701 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-701 *3))))
- (-5 *1 (-1295 *4 *3 *5 *6)) (-4 *6 (-421 *3 *5)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))))
+ (-12 (-4 *4 (-360))
+ (-5 *2 (-656 (-2 (|:| |deg| (-783)) (|:| -2151 *3))))
+ (-5 *1 (-218 *4 *3)) (-4 *3 (-1264 *4)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |cd| (-1177)) (|:| -2624 (-1177))))
- (-5 *1 (-834)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
+ (-12 (-5 *2 (-656 (-1202))) (-5 *1 (-185 *3)) (-4 *3 (-187)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-656 *6) "failed") (-576) *6 *6)) (-4 *6 (-374))
- (-4 *7 (-1262 *6))
- (-5 *2 (-2 (|:| |answer| (-598 (-419 *7))) (|:| |a0| *6)))
- (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1195)) (-5 *5 (-656 *3))
- (-4 *3 (-13 (-27) (-1221) (-442 *6)))
- (-4 *6 (-13 (-464) (-148) (-1057 (-576)) (-651 (-576))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-569 *6 *3)))))
-(((*1 *1 *1 *1) (-5 *1 (-874))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1023 *3)) (-14 *3 (-576)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
-(((*1 *1) (-5 *1 (-518))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-5 *1 (-340)))))
-(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479))))
- ((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479))))
- ((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-944)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-656 (-1195))) (-4 *4 (-1119))
- (-4 *5 (-13 (-1068) (-899 *4) (-626 (-905 *4))))
- (-5 *1 (-54 *4 *5 *2))
- (-4 *2 (-13 (-442 *5) (-899 *4) (-626 (-905 *4)))))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-518)) (-5 *2 (-656 (-982))) (-5 *1 (-301)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-624 *1))) (-4 *1 (-312)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-529))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-1119) (-34))) (-5 *1 (-1159 *3 *2))
- (-4 *3 (-13 (-1119) (-34)))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1297)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-885 (-938) (-938)))) (-5 *1 (-990)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 *4)) (-4 *4 (-374)) (-5 *2 (-701 *4))
- (-5 *1 (-826 *4 *5)) (-4 *5 (-668 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *5)) (-5 *4 (-783)) (-4 *5 (-374))
- (-5 *2 (-701 *5)) (-5 *1 (-826 *5 *6)) (-4 *6 (-668 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1262 *5)) (-4 *5 (-374))
- (-5 *2 (-2 (|:| -3012 (-430 *3)) (|:| |special| (-430 *3))))
- (-5 *1 (-739 *5 *3)))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *7 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-568))
- (-4 *8 (-966 *7 *5 *6))
- (-5 *2 (-2 (|:| -2125 (-783)) (|:| -1713 *3) (|:| |radicand| *3)))
- (-5 *1 (-970 *5 *6 *7 *8 *3)) (-5 *4 (-783))
- (-4 *3
- (-13 (-374)
- (-10 -8 (-15 -3567 ($ *8)) (-15 -1568 (*8 $)) (-15 -1579 (*8 $))))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-701 (-326 (-227)))) (-5 *2 (-390)) (-5 *1 (-207)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-763)))))
-(((*1 *2 *1) (-12 (-5 *2 (-703 (-1154))) (-5 *1 (-1170)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-5 *2 (-2 (|:| -4298 *3) (|:| -4437 *4))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2)
- (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-429 *3)))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1296)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-518)) (-5 *1 (-289))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-3 (-576) (-227) (-518) (-1177) (-1200)))
- (-5 *1 (-1200)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-656 (-624 *2))) (-5 *4 (-656 (-1195)))
- (-4 *2 (-13 (-442 (-171 *5)) (-1021) (-1221))) (-4 *5 (-568))
- (-5 *1 (-612 *5 *6 *2)) (-4 *6 (-13 (-442 *5) (-1021) (-1221))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576))))
+ (-12 (-5 *3 (-1193 *9)) (-5 *4 (-656 *7)) (-5 *5 (-656 (-656 *8)))
+ (-4 *7 (-862)) (-4 *8 (-317)) (-4 *9 (-968 *8 *6 *7)) (-4 *6 (-805))
(-5 *2
- (-3 (|:| |%expansion| (-323 *5 *3 *6 *7))
- (|:| |%problem| (-2 (|:| |func| (-1177)) (|:| |prob| (-1177))))))
- (-5 *1 (-432 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1221) (-442 *5)))
- (-14 *6 (-1195)) (-14 *7 *3))))
-(((*1 *2 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1236))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1115))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568))
- (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-1274 *3)) (-4 *3 (-1236))))
- ((*1 *2 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174))
- (-5 *2 (-701 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-701 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-333 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-132))
- (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -4101 *4))))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-521 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-862))
- (-5 *2 (-656 (-885 *4 *3)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-656 (-2 (|:| -1713 *3) (|:| -3682 *4))))
- (-5 *1 (-747 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-738))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1264 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804))
- (-5 *2 (-1176 (-2 (|:| |k| *4) (|:| |c| *3)))))))
+ (-2 (|:| |upol| (-1193 *8)) (|:| |Lval| (-656 *8))
+ (|:| |Lfact|
+ (-656 (-2 (|:| -1452 (-1193 *8)) (|:| -3744 (-576)))))
+ (|:| |ctpol| *8)))
+ (-5 *1 (-754 *6 *7 *8 *9)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-783)) (-4 *4 (-13 (-1070) (-729 (-419 (-576)))))
+ (-4 *5 (-862)) (-5 *1 (-1304 *4 *5 *2)) (-4 *2 (-1309 *5 *4)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-5 *2 (-656 *3))))
- ((*1 *2 *1)
- (-12 (|has| *1 (-6 -4462)) (-4 *1 (-501 *3)) (-4 *3 (-1236))
- (-5 *2 (-656 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-938))) (-5 *1 (-990)))))
-(((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *3 (-862))
- (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-966 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1068)) (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1)))
- (-4 *1 (-1262 *3)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1084 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *2 (-862))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-374)) (-5 *1 (-295 *3 *2)) (-4 *2 (-1277 *3)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| -1953 (-701 (-419 (-969 *4))))
- (|:| |vec| (-656 (-419 (-969 *4)))) (|:| -3731 (-783))
- (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))
- (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195))))
- (-4 *6 (-805))
+ (-12 (-5 *2 (-656 (-1224 *3))) (-5 *1 (-1224 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-4 *6 (-1264 *9)) (-4 *7 (-805)) (-4 *8 (-862)) (-4 *9 (-317))
+ (-4 *10 (-968 *9 *7 *8))
(-5 *2
- (-2 (|:| |partsol| (-1286 (-419 (-969 *4))))
- (|:| -4156 (-656 (-1286 (-419 (-969 *4)))))))
- (-5 *1 (-941 *4 *5 *6 *7)) (-4 *7 (-966 *4 *6 *5)))))
-(((*1 *1 *1) (-4 *1 (-95))) ((*1 *1 *1 *1) (-5 *1 (-227)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195)))
- (-14 *3 (-656 (-1195))) (-4 *4 (-399))))
- ((*1 *1 *1 *1) (-5 *1 (-390)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
+ (-2 (|:| |deter| (-656 (-1193 *10)))
+ (|:| |dterm|
+ (-656 (-656 (-2 (|:| -1355 (-783)) (|:| |pcoef| *10)))))
+ (|:| |nfacts| (-656 *6)) (|:| |nlead| (-656 *10))))
+ (-5 *1 (-790 *6 *7 *8 *9 *10)) (-5 *3 (-1193 *10)) (-5 *4 (-656 *6))
+ (-5 *5 (-656 *10)))))
+(((*1 *1 *2 *2 *3)
+ (-12 (-5 *3 (-656 (-1197))) (-4 *4 (-1121))
+ (-4 *5 (-13 (-1070) (-901 *4) (-626 (-907 *4))))
+ (-5 *1 (-1097 *4 *5 *2))
+ (-4 *2 (-13 (-442 *5) (-901 *4) (-626 (-907 *4))))))
+ ((*1 *1 *2 *2)
+ (-12 (-4 *3 (-1121)) (-4 *4 (-13 (-1070) (-901 *3) (-626 (-907 *3))))
+ (-5 *1 (-1097 *3 *4 *2))
+ (-4 *2 (-13 (-442 *4) (-901 *3) (-626 (-907 *3)))))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-112)) (-5 *5 (-701 (-171 (-227))))
+ (-5 *2 (-1056)) (-5 *1 (-767)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 (-783) *2)) (-5 *4 (-783)) (-4 *2 (-1121))
+ (-5 *1 (-690 *2))))
((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
+ (-12 (-5 *2 (-1 *3 (-783) *3)) (-4 *3 (-1121)) (-5 *1 (-694 *3)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-624 *3)) (-4 *3 (-13 (-442 *5) (-27) (-1223)))
+ (-4 *5 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
+ (-5 *2 (-598 *3)) (-5 *1 (-578 *5 *3 *6)) (-4 *6 (-1121)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1070)) (-5 *1 (-1260 *3 *2)) (-4 *2 (-1264 *3)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-419 (-1193 (-326 *3)))) (-4 *3 (-568))
+ (-5 *1 (-1151 *3)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-406))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1218)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1177)) (-4 *4 (-13 (-317) (-148)))
- (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805))
- (-5 *2
- (-656
- (-2 (|:| |eqzro| (-656 *7)) (|:| |neqzro| (-656 *7))
- (|:| |wcond| (-656 (-969 *4)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1286 (-419 (-969 *4))))
- (|:| -4156 (-656 (-1286 (-419 (-969 *4))))))))))
- (-5 *1 (-941 *4 *5 *6 *7)) (-4 *7 (-966 *4 *6 *5)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 (-1113 (-419 (-576))))) (-5 *1 (-270))))
- ((*1 *1 *2) (-12 (-5 *2 (-656 (-1113 (-390)))) (-5 *1 (-270)))))
-(((*1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-403)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-702 *3)))))
-(((*1 *2 *3 *4 *5 *5 *5 *5 *4 *6)
- (-12 (-5 *4 (-576)) (-5 *6 (-1 (-1291) (-1286 *5) (-1286 *5) (-390)))
- (-5 *3 (-1286 (-390))) (-5 *5 (-390)) (-5 *2 (-1291))
- (-5 *1 (-800)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
- (-4 *3 (-378 *4))))
- ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195)))
- (-14 *3 (-656 (-1195))) (-4 *4 (-399))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
-(((*1 *2)
- (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862))
- (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-1291))
- (-5 *1 (-1091 *3 *4 *5 *6 *7)) (-4 *7 (-1090 *3 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862))
- (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-1291))
- (-5 *1 (-1127 *3 *4 *5 *6 *7)) (-4 *7 (-1090 *3 *4 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-701 *5))) (-5 *4 (-576)) (-4 *5 (-374))
- (-4 *5 (-1068)) (-5 *2 (-112)) (-5 *1 (-1048 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-701 *4))) (-4 *4 (-374)) (-4 *4 (-1068))
- (-5 *2 (-112)) (-5 *1 (-1048 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-112)) (-5 *1 (-841)))))
-(((*1 *2 *3 *3 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-1 (-227) (-227) (-227)))
- (-5 *4 (-3 (-1 (-227) (-227) (-227) (-227)) "undefined"))
- (-5 *5 (-1113 (-227))) (-5 *6 (-656 (-270))) (-5 *2 (-1152 (-227)))
- (-5 *1 (-709))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-960 (-227)) (-227) (-227))) (-5 *4 (-1113 (-227)))
- (-5 *5 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-709))))
- ((*1 *2 *2 *3 *4 *4 *5)
- (-12 (-5 *2 (-1152 (-227))) (-5 *3 (-1 (-960 (-227)) (-227) (-227)))
- (-5 *4 (-1113 (-227))) (-5 *5 (-656 (-270))) (-5 *1 (-709)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1259 *4 *5)) (-5 *3 (-656 *5)) (-14 *4 (-1195))
- (-4 *5 (-374)) (-5 *1 (-940 *4 *5))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 *5)) (-4 *5 (-374)) (-5 *2 (-1191 *5))
- (-5 *1 (-940 *4 *5)) (-14 *4 (-1195))))
- ((*1 *2 *3 *3 *4 *4)
- (-12 (-5 *3 (-656 *6)) (-5 *4 (-783)) (-4 *6 (-374))
- (-5 *2 (-419 (-969 *6))) (-5 *1 (-1069 *5 *6)) (-14 *5 (-1195)))))
-(((*1 *1 *2 *1)
- (-12 (|has| *1 (-6 -4462)) (-4 *1 (-152 *2)) (-4 *2 (-1236))
- (-4 *2 (-1119))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4462)) (-4 *1 (-152 *3))
- (-4 *3 (-1236))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-686 *3)) (-4 *3 (-1236))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-576)) (-4 *4 (-1119))
- (-5 *1 (-749 *4))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-576)) (-5 *1 (-749 *2)) (-4 *2 (-1119))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1159 *3 *4)) (-4 *3 (-13 (-1119) (-34)))
- (-4 *4 (-13 (-1119) (-34))) (-5 *1 (-1160 *3 *4)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
+ (-12 (-5 *2 (-656 (-1193 (-576)))) (-5 *1 (-193)) (-5 *3 (-576)))))
(((*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 (-340)))))
-(((*1 *2)
- (-12 (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-926))
- (-5 *1 (-469 *3 *4 *2 *5)) (-4 *5 (-966 *2 *3 *4))))
- ((*1 *2)
- (-12 (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-926))
- (-5 *1 (-923 *2 *3 *4 *5)) (-4 *5 (-966 *2 *3 *4))))
- ((*1 *2) (-12 (-4 *2 (-926)) (-5 *1 (-924 *2 *3)) (-4 *3 (-1262 *2)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1191 *7))
- (-4 *5 (-1068)) (-4 *7 (-1068)) (-4 *2 (-1262 *5))
- (-5 *1 (-513 *5 *2 *6 *7)) (-4 *6 (-1262 *2)))))
-(((*1 *1 *1) (-5 *1 (-112))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874))))
- ((*1 *1 *1 *1) (-5 *1 (-874))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195)))
- (-14 *3 (-656 (-1195))) (-4 *4 (-399))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568))
- (-5 *2 (-112)))))
+ (|partial| -12 (-4 *1 (-1250 *3 *2)) (-4 *3 (-1070))
+ (-4 *2 (-1279 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-336 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-804))))
+ ((*1 *2 *1) (-12 (-4 *1 (-720 *3)) (-4 *3 (-1070)) (-5 *2 (-783))))
+ ((*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-4 *3 (-1070)) (-5 *2 (-783))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-656 *6)) (-4 *1 (-968 *4 *5 *6)) (-4 *4 (-1070))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 (-783)))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-968 *4 *5 *3)) (-4 *4 (-1070)) (-4 *5 (-805))
+ (-4 *3 (-862)) (-5 *2 (-783)))))
+(((*1 *2 *1 *3 *3 *2)
+ (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1238))
+ (-4 *4 (-384 *2)) (-4 *5 (-384 *2))))
+ ((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 "right") (|has| *1 (-6 -4465)) (-4 *1 (-120 *3))
+ (-4 *3 (-1238))))
+ ((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 "left") (|has| *1 (-6 -4465)) (-4 *1 (-120 *3))
+ (-4 *3 (-1238))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-298 *3 *2)) (-4 *3 (-1121))
+ (-4 *2 (-1238))))
+ ((*1 *2 *1 *3 *2) (-12 (-5 *2 (-52)) (-5 *3 (-1197)) (-5 *1 (-644))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *3 (-1255 (-576))) (|has| *1 (-6 -4465)) (-4 *1 (-663 *2))
+ (-4 *2 (-1238))))
+ ((*1 *1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-656 (-576))) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070))
+ (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *3 "value") (|has| *1 (-6 -4465)) (-4 *1 (-1031 *2))
+ (-4 *2 (-1238))))
+ ((*1 *2 *1 *2) (-12 (-5 *1 (-1047 *2)) (-4 *2 (-1238))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-4 *1 (-1214 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1121))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *3 "last") (|has| *1 (-6 -4465)) (-4 *1 (-1276 *2))
+ (-4 *2 (-1238))))
+ ((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 "rest") (|has| *1 (-6 -4465)) (-4 *1 (-1276 *3))
+ (-4 *3 (-1238))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *3 "first") (|has| *1 (-6 -4465)) (-4 *1 (-1276 *2))
+ (-4 *2 (-1238)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *6 (-1177))
- (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-770)))))
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4))))
+ (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-326 (-227))) (-5 *2 (-227)) (-5 *1 (-315)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1236)) (-5 *2 (-656 *1)) (-4 *1 (-1029 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-656 (-1183 *3 *4))) (-5 *1 (-1183 *3 *4))
- (-14 *3 (-938)) (-4 *4 (-1068)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1236)))))
+ (-12 (-5 *2 (-1178 (-419 *3))) (-5 *1 (-176 *3)) (-4 *3 (-317)))))
+(((*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-923 (-576))) (-5 *1 (-936))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-960 *3)) (-4 *3 (-13 (-374) (-1221) (-1021)))
- (-5 *1 (-178 *3)))))
+ (-12 (-4 *3 (-13 (-568) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-286 *3 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1197))
+ (-4 *4 (-13 (-568) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-286 *4 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *4))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 (-1197)))
+ (-14 *4 (-656 (-1197))) (-4 *5 (-399))))
+ ((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 (-1197)))
+ (-14 *4 (-656 (-1197))) (-4 *5 (-399)))))
+(((*1 *2 *2 *3) (-12 (-5 *3 (-783)) (-5 *1 (-599 *2)) (-4 *2 (-557)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))))
+(((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *4 (-1 (-3 (-576) "failed") *5)) (-4 *5 (-1070))
+ (-5 *2 (-576)) (-5 *1 (-555 *5 *3)) (-4 *3 (-1264 *5))))
+ ((*1 *2 *3 *4 *2 *5)
+ (|partial| -12 (-5 *5 (-1 (-3 (-576) "failed") *4)) (-4 *4 (-1070))
+ (-5 *2 (-576)) (-5 *1 (-555 *4 *3)) (-4 *3 (-1264 *4))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-1 (-3 (-576) "failed") *4)) (-4 *4 (-1070))
+ (-5 *2 (-576)) (-5 *1 (-555 *4 *3)) (-4 *3 (-1264 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1197)) (-4 *5 (-374)) (-5 *2 (-1178 (-1178 (-971 *5))))
+ (-5 *1 (-1296 *5)) (-5 *4 (-1178 (-971 *5))))))
+(((*1 *2 *3 *1 *4)
+ (-12 (-5 *3 (-1161 *5 *6)) (-5 *4 (-1 (-112) *6 *6))
+ (-4 *5 (-13 (-1121) (-34))) (-4 *6 (-13 (-1121) (-34)))
+ (-5 *2 (-112)) (-5 *1 (-1162 *5 *6)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1179)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-1293))
+ (-5 *1 (-1009 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1179)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-1293))
+ (-5 *1 (-1128 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1215 *4 *5))
+ (-4 *4 (-1121)) (-4 *5 (-1121)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *2 (-656 (-1197))) (-5 *1 (-1200)) (-5 *3 (-1197)))))
(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
(-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390))
(-5 *2
- (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576))
+ (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576))
(|:| |success| (-112))))
(-5 *1 (-801)) (-5 *5 (-576)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3))))
- ((*1 *1 *1) (-4 *1 (-1224))))
-(((*1 *2 *1) (-12 (-5 *2 (-495)) (-5 *1 (-220))))
- ((*1 *1 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1236))))
- ((*1 *2 *1) (-12 (-5 *2 (-495)) (-5 *1 (-688))))
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3))))
((*1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-576)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1236))
- (-4 *5 (-384 *4)) (-4 *2 (-384 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-576)) (-4 *1 (-1072 *4 *5 *6 *2 *7)) (-4 *6 (-1068))
- (-4 *7 (-243 *4 *6)) (-4 *2 (-243 *5 *6)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-783)) (-4 *1 (-1262 *4)) (-4 *4 (-1068))
- (-5 *2 (-1286 *4)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-1068)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1191 *3)) (-4 *3 (-379)) (-4 *1 (-339 *3))
- (-4 *3 (-374)))))
-(((*1 *2 *2 *3 *4 *4)
- (-12 (-5 *4 (-576)) (-4 *3 (-174)) (-4 *5 (-384 *3))
- (-4 *6 (-384 *3)) (-5 *1 (-700 *3 *5 *6 *2))
- (-4 *2 (-699 *3 *5 *6)))))
-(((*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-599 *3)) (-4 *3 (-557)))))
-(((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-1191 (-969 *4))) (-5 *1 (-428 *3 *4))
- (-4 *3 (-429 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-4 *3 (-374))
- (-5 *2 (-1191 (-969 *3)))))
- ((*1 *2)
- (-12 (-5 *2 (-1191 (-419 (-969 *3)))) (-5 *1 (-465 *3 *4 *5 *6))
- (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-1286 *5)) (-5 *3 (-783)) (-5 *4 (-1139)) (-4 *5 (-360))
- (-5 *1 (-540 *5)))))
+ (-12 (-5 *1 (-1280 *2 *3 *4)) (-4 *2 (-1070)) (-14 *3 (-1197))
+ (-14 *4 *2))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-390))) (-5 *1 (-1061)) (-5 *3 (-390)))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-1276 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-133)) (-5 *3 (-783)) (-5 *2 (-1293)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1070)) (-5 *2 (-1288 *3)) (-5 *1 (-724 *3 *4))
+ (-4 *4 (-1264 *3)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
+ (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
+ (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
+ (|:| |abserr| (-227)) (|:| |relerr| (-227))))
+ (-5 *2 (-390)) (-5 *1 (-207)))))
+(((*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1 (-390))) (-5 *1 (-1061)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -1751 *4)))
+ (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-541)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3))))
- ((*1 *1 *1) (-4 *1 (-1224))))
+ (-12 (-4 *3 (-13 (-464) (-1059 (-576)))) (-4 *3 (-568))
+ (-5 *1 (-41 *3 *2)) (-4 *2 (-442 *3))
+ (-4 *2
+ (-13 (-374) (-312)
+ (-10 -8 (-15 -2687 ((-1146 *3 (-624 $)) $))
+ (-15 -2698 ((-1146 *3 (-624 $)) $))
+ (-15 -4114 ($ (-1146 *3 (-624 $))))))))))
(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1007 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1126 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-701 (-419 (-969 (-576)))))
- (-5 *2 (-656 (-701 (-326 (-576))))) (-5 *1 (-1050))
- (-5 *3 (-326 (-576))))))
-(((*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-886)))))
+ (-12 (-5 *2 (-1193 *3)) (-5 *1 (-933 *3)) (-4 *3 (-317)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-576))
- (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-966 *4 *5 *6)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-576)) (-5 *2 (-1291)) (-5 *1 (-1288))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
+ (-12 (-5 *3 (-1288 *4)) (-4 *4 (-13 (-1070) (-651 (-576))))
+ (-5 *2 (-112)) (-5 *1 (-1316 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-568))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
+ (-5 *1 (-998 *4 *5 *6 *7)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1262 (-419 *2))) (-5 *2 (-576)) (-5 *1 (-930 *4 *3))
- (-4 *3 (-1262 (-419 *4))))))
-(((*1 *2 *1) (-12 (-4 *1 (-317)) (-5 *2 (-783)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6))
- (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3))))
- ((*1 *1 *1) (-4 *1 (-1224))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-249 *2)) (-4 *2 (-1236))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1236))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1236))))
- ((*1 *1 *1 *2)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-1274 *2)) (-4 *2 (-1236))))
- ((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-1274 *2)) (-4 *2 (-1236)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-176 *3)) (-4 *3 (-317))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-686 *3)) (-4 *3 (-1236))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-752 *3 *4)) (-4 *3 (-1068))
- (-4 *4 (-862))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-881 *3)) (-5 *2 (-576))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *1 (-999 *3)) (-4 *3 (-1068))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-656 *1)) (-5 *3 (-656 *7)) (-4 *1 (-1090 *4 *5 *6 *7))
- (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *1))
- (-4 *1 (-1090 *4 *5 *6 *7))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-656 *1)) (-4 *1 (-1090 *4 *5 *6 *3)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-656 *1))
- (-4 *1 (-1090 *4 *5 *6 *3))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1264 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-804)))))
-(((*1 *2 *2 *2 *2 *3 *3 *4)
- (|partial| -12 (-5 *3 (-624 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1195)))
- (-4 *2 (-13 (-442 *5) (-27) (-1221)))
- (-4 *5 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
- (-5 *1 (-578 *5 *2 *6)) (-4 *6 (-1119)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-115))))
- ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-115))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-260 *4 *3 *5 *6)) (-4 *4 (-1068)) (-4 *3 (-862))
- (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-783))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-862))
- (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-783))))
- ((*1 *2 *1) (-12 (-4 *1 (-275 *3)) (-4 *3 (-862)) (-5 *2 (-783)))))
-(((*1 *2 *1) (-12 (-4 *1 (-686 *3)) (-4 *3 (-1236)) (-5 *2 (-112)))))
-(((*1 *2) (-12 (-5 *2 (-1166 (-1177))) (-5 *1 (-403)))))
+ (|partial| -12 (-4 *4 (-13 (-568) (-148)))
+ (-5 *2 (-2 (|:| -2100 *3) (|:| -2111 *3))) (-5 *1 (-1258 *4 *3))
+ (-4 *3 (-1264 *4)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1179)) (-5 *1 (-1219)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-783)) (-4 *4 (-568)) (-5 *1 (-990 *4 *2))
+ (-4 *2 (-1264 *4)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-430 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1262 (-48)))))
- ((*1 *2 *3 *1)
- (-12 (-5 *2 (-2 (|:| |less| (-122 *3)) (|:| |greater| (-122 *3))))
- (-5 *1 (-122 *3)) (-4 *3 (-862))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-598 *4)) (-4 *4 (-13 (-29 *3) (-1221)))
- (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-595 *3 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-598 (-419 (-969 *3))))
- (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *1 (-601 *3))))
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174))
+ (-5 *2 (-1288 (-701 *4)))))
+ ((*1 *2)
+ (-12 (-4 *4 (-174)) (-5 *2 (-1288 (-701 *4))) (-5 *1 (-428 *3 *4))
+ (-4 *3 (-429 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-1288 (-701 *3)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1262 *5)) (-4 *5 (-374))
- (-5 *2 (-2 (|:| -3012 *3) (|:| |special| *3))) (-5 *1 (-739 *5 *3))))
+ (-12 (-5 *3 (-656 (-1197))) (-4 *5 (-374))
+ (-5 *2 (-1288 (-701 (-419 (-971 *5))))) (-5 *1 (-1107 *5))
+ (-5 *4 (-701 (-419 (-971 *5))))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1286 *5)) (-4 *5 (-374)) (-4 *5 (-1068))
- (-5 *2 (-656 (-656 (-701 *5)))) (-5 *1 (-1048 *5))
- (-5 *3 (-656 (-701 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1286 (-1286 *5))) (-4 *5 (-374)) (-4 *5 (-1068))
- (-5 *2 (-656 (-656 (-701 *5)))) (-5 *1 (-1048 *5))
- (-5 *3 (-656 (-701 *5)))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-142)) (-5 *2 (-656 *1)) (-4 *1 (-1163))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-145)) (-5 *2 (-656 *1)) (-4 *1 (-1163)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-448)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195)))
- (-14 *3 (-656 (-1195))) (-4 *4 (-399))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3))))
- ((*1 *1 *1) (-4 *1 (-1224))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-1154))) (-5 *1 (-683))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-656 (-938))) (-5 *1 (-1120 *3 *4)) (-14 *3 (-938))
- (-14 *4 (-938)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-1104))) (-5 *1 (-301)))))
-(((*1 *2 *1) (-12 (-5 *2 (-834)) (-5 *1 (-833)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1191 *9)) (-5 *4 (-656 *7)) (-5 *5 (-656 (-656 *8)))
- (-4 *7 (-862)) (-4 *8 (-317)) (-4 *9 (-966 *8 *6 *7)) (-4 *6 (-805))
- (-5 *2
- (-2 (|:| |upol| (-1191 *8)) (|:| |Lval| (-656 *8))
- (|:| |Lfact|
- (-656 (-2 (|:| -1827 (-1191 *8)) (|:| -2125 (-576)))))
- (|:| |ctpol| *8)))
- (-5 *1 (-754 *6 *7 *8 *9)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1068)) (-5 *1 (-1258 *3 *2)) (-4 *2 (-1262 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1195))
- (-4 *4 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
- (-5 *1 (-816 *4 *2)) (-4 *2 (-13 (-29 *4) (-1221) (-976)))))
- ((*1 *1 *1 *1 *1) (-5 *1 (-874))) ((*1 *1 *1 *1) (-5 *1 (-874)))
- ((*1 *1 *1) (-5 *1 (-874)))
+ (-12 (-5 *3 (-656 (-1197))) (-4 *5 (-374))
+ (-5 *2 (-1288 (-701 (-971 *5)))) (-5 *1 (-1107 *5))
+ (-5 *4 (-701 (-971 *5)))))
((*1 *2 *3)
- (-12 (-5 *2 (-1176 *3)) (-5 *1 (-1179 *3)) (-4 *3 (-1068)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
- (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4))))
- (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
-(((*1 *2 *3 *1 *4)
- (-12 (-5 *3 (-1159 *5 *6)) (-5 *4 (-1 (-112) *6 *6))
- (-4 *5 (-13 (-1119) (-34))) (-4 *6 (-13 (-1119) (-34)))
- (-5 *2 (-112)) (-5 *1 (-1160 *5 *6)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-133)) (-5 *3 (-783)) (-5 *2 (-1291)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-568))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
- (-5 *1 (-996 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-656 (-701 *4))) (-4 *4 (-374))
+ (-5 *2 (-1288 (-701 *4))) (-5 *1 (-1107 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-701 (-419 (-971 (-576)))))
+ (-5 *2
+ (-656
+ (-2 (|:| |radval| (-326 (-576))) (|:| |radmult| (-576))
+ (|:| |radvect| (-656 (-701 (-326 (-576))))))))
+ (-5 *1 (-1052)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-940)) (-4 *1 (-243 *3 *4)) (-4 *4 (-1070))
+ (-4 *4 (-1238))))
+ ((*1 *1 *2)
+ (-12 (-14 *3 (-656 (-1197))) (-4 *4 (-174))
+ (-4 *5 (-243 (-1968 *3) (-783)))
+ (-14 *6
+ (-1 (-112) (-2 (|:| -2409 *2) (|:| -3744 *5))
+ (-2 (|:| -2409 *2) (|:| -3744 *5))))
+ (-5 *1 (-473 *3 *4 *2 *5 *6 *7)) (-4 *2 (-862))
+ (-4 *7 (-968 *4 *5 (-878 *3)))))
+ ((*1 *2 *2) (-12 (-5 *2 (-962 (-227))) (-5 *1 (-1234)))))
(((*1 *2 *3 *3)
(-12
(-5 *3
(-2 (|:| |lcmfij| *5) (|:| |totdeg| (-783)) (|:| |poli| *7)
(|:| |polj| *7)))
- (-4 *5 (-805)) (-4 *7 (-966 *4 *5 *6)) (-4 *4 (-464)) (-4 *6 (-862))
+ (-4 *5 (-805)) (-4 *7 (-968 *4 *5 *6)) (-4 *4 (-464)) (-4 *6 (-862))
(-5 *2 (-112)) (-5 *1 (-461 *4 *5 *6 *7)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *1 *2) (-12 (-5 *1 (-341 *2)) (-4 *2 (-862))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195)))
- (-14 *3 (-656 (-1195))) (-4 *4 (-399))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3))))
- ((*1 *1 *1) (-4 *1 (-1224))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-158)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-576)) (-4 *4 (-1262 (-419 *3))) (-5 *2 (-938))
- (-5 *1 (-930 *4 *5)) (-4 *5 (-1262 (-419 *4))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1191 *5)) (-4 *5 (-374)) (-5 *2 (-656 *6))
- (-5 *1 (-544 *5 *6 *4)) (-4 *6 (-374)) (-4 *4 (-13 (-374) (-860))))))
-(((*1 *1)
- (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783))
- (-4 *4 (-174)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1119)) (-5 *2 (-1177)))))
+ (-12 (-5 *3 (-940)) (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 (-783))) (-5 *3 (-173)) (-5 *1 (-1185 *4 *5))
+ (-14 *4 (-940)) (-4 *5 (-1070)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-960 *3) (-960 *3))) (-5 *1 (-178 *3))
- (-4 *3 (-13 (-374) (-1221) (-1021))))))
-(((*1 *1 *1) (-12 (-5 *1 (-512 *2)) (-14 *2 (-576))))
- ((*1 *1 *1) (-5 *1 (-1139))))
-(((*1 *2 *1)
- (-12
+ (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-695 *4 *3)) (-4 *4 (-1121))
+ (-4 *3 (-1121)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1141)) (-5 *1 (-973)))))
+(((*1 *2 *3 *3 *4 *4 *3 *3 *5 *3)
+ (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-767)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *5 *5))
+ (-4 *5 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
(-5 *2
- (-656
- (-656
- (-3 (|:| -2624 (-1195))
- (|:| -1707 (-656 (-3 (|:| S (-1195)) (|:| P (-969 (-576))))))))))
- (-5 *1 (-1199)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-995 *3 *4 *2 *5)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *2 (-862)) (-4 *5 (-1084 *3 *4 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-4 *2 (-966 *4 *5 *6)) (-4 *4 (-317))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-459 *4 *5 *6 *2)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *1 *2) (-12 (-5 *1 (-341 *2)) (-4 *2 (-862))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195)))
- (-14 *3 (-656 (-1195))) (-4 *4 (-399))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3))))
- ((*1 *1 *1) (-4 *1 (-1224))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *1 *1) (-12 (-5 *1 (-620 *2)) (-4 *2 (-1119))))
- ((*1 *1 *1) (-5 *1 (-644))))
+ (-2 (|:| |solns| (-656 *5))
+ (|:| |maps| (-656 (-2 (|:| |arg| *5) (|:| |res| *5))))))
+ (-5 *1 (-1149 *3 *5)) (-4 *3 (-1264 *5)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-557))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 *4)) (-4 *4 (-374)) (-4 *2 (-1262 *4))
- (-5 *1 (-939 *4 *2)))))
+ (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1215 *4 *5))
+ (-4 *4 (-1121)) (-4 *5 (-1121)))))
(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-419 (-576))) (-5 *1 (-227))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-419 (-576))) (-5 *1 (-227))))
+ (-12 (-5 *3 (-158)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-568) (-148))) (-5 *2 (-656 *3))
+ (-5 *1 (-1258 *4 *3)) (-4 *3 (-1264 *4)))))
+(((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *2 (-1056))
+ (-5 *1 (-767)))))
+(((*1 *1 *2) (-12 (-5 *2 (-888)) (-5 *1 (-270))))
+ ((*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-270)))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-771)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1179) (-786))) (-5 *1 (-115)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-783)) (-5 *2 (-1293)) (-5 *1 (-1289))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-419 (-576))) (-5 *1 (-390))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-419 (-576))) (-5 *1 (-390)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
+ (-12 (-5 *3 (-783)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-430 *5)) (-4 *5 (-568))
- (-5 *2
- (-2 (|:| -2125 (-783)) (|:| -1713 *5) (|:| |radicand| (-656 *5))))
- (-5 *1 (-330 *5)) (-5 *4 (-783))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1021)) (-5 *2 (-576)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-512 *2)) (-14 *2 (-576))))
- ((*1 *1 *1 *1) (-5 *1 (-1139))))
-(((*1 *2 *1 *1 *3 *4)
- (-12 (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-1 (-112) *6 *6))
- (-4 *5 (-13 (-1119) (-34))) (-4 *6 (-13 (-1119) (-34)))
- (-5 *2 (-112)) (-5 *1 (-1159 *5 *6)))))
-(((*1 *1) (-5 *1 (-1104))))
-(((*1 *2 *3 *4 *5 *4)
- (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-112))
- (-5 *2 (-1054)) (-5 *1 (-757)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-122 *3)))))
-(((*1 *1 *1) (-4 *1 (-641)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021) (-1221))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1236)) (-5 *1 (-1151 *4 *2))
- (-4 *2 (-13 (-616 (-576) *4) (-10 -7 (-6 -4462) (-6 -4463))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-862)) (-4 *3 (-1236)) (-5 *1 (-1151 *3 *2))
- (-4 *2 (-13 (-616 (-576) *3) (-10 -7 (-6 -4462) (-6 -4463)))))))
-(((*1 *1) (-5 *1 (-629))))
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-112))
+ (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -4442 *4))))
+ (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
(((*1 *1 *1 *2)
- (-12 (-5 *1 (-1159 *3 *2)) (-4 *3 (-13 (-1119) (-34)))
- (-4 *2 (-13 (-1119) (-34))))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-656 (-794 *3))) (-5 *1 (-794 *3)) (-4 *3 (-568))
- (-4 *3 (-1068)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1068)) (-5 *2 (-576)) (-5 *1 (-455 *4 *3 *5))
- (-4 *3 (-1262 *4))
- (-4 *5 (-13 (-416) (-1057 *4) (-374) (-1221) (-294))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-429 *4)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-512 *2)) (-14 *2 (-576))))
- ((*1 *1 *1 *1) (-5 *1 (-1139))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1054)))))
+ (-12 (-5 *2 (-783)) (-4 *1 (-1264 *3)) (-4 *3 (-1070)))))
+(((*1 *1 *1) (-5 *1 (-1084))))
(((*1 *2 *3)
- (|partial| -12 (-5 *2 (-576)) (-5 *1 (-1218 *3)) (-4 *3 (-1068)))))
-(((*1 *2 *3 *4 *5 *6 *5 *3 *7)
- (-12 (-5 *4 (-576))
- (-5 *6
- (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4294 (-390))))
- (-5 *7 (-1 (-1291) (-1286 *5) (-1286 *5) (-390)))
- (-5 *3 (-1286 (-390))) (-5 *5 (-390)) (-5 *2 (-1291))
- (-5 *1 (-800))))
- ((*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3)
- (-12 (-5 *4 (-576))
- (-5 *6
- (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4294 (-390))))
- (-5 *7 (-1 (-1291) (-1286 *5) (-1286 *5) (-390)))
- (-5 *3 (-1286 (-390))) (-5 *5 (-390)) (-5 *2 (-1291))
- (-5 *1 (-800)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
+ (-12 (-5 *3 (-576)) (-4 *4 (-1264 (-419 *3))) (-5 *2 (-940))
+ (-5 *1 (-932 *4 *5)) (-4 *5 (-1264 (-419 *4))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 *5)) (-4 *5 (-174)) (-5 *1 (-137 *3 *4 *5))
+ (-14 *3 (-576)) (-14 *4 (-783)))))
(((*1 *2 *2 *3)
- (-12 (-4 *3 (-568)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3))
- (-5 *1 (-1226 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1221)))))
- ((*1 *1 *1 *1) (-4 *1 (-805))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-836)) (-5 *3 (-656 (-1195))) (-5 *1 (-837)))))
-(((*1 *1 *1) (-4 *1 (-641)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021) (-1221))))))
+ (-12 (-5 *3 (-1 (-112) *2)) (-4 *2 (-133)) (-5 *1 (-1105 *2))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-576) *2 *2)) (-4 *2 (-133)) (-5 *1 (-1105 *2)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1025 *3)) (-14 *3 (-576)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-656 (-969 *3))) (-4 *3 (-464))
- (-5 *1 (-371 *3 *4)) (-14 *4 (-656 (-1195)))))
- ((*1 *2 *2)
- (|partial| -12 (-5 *2 (-656 (-792 *3 (-876 *4)))) (-4 *3 (-464))
- (-14 *4 (-656 (-1195))) (-5 *1 (-640 *3 *4)))))
-(((*1 *1 *2 *3 *1) (-12 (-5 *2 (-518)) (-5 *3 (-609)) (-5 *1 (-597)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-656 (-419 *7)))
- (-4 *7 (-1262 *6)) (-5 *3 (-419 *7)) (-4 *6 (-374))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-586 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1011 *2)) (-4 *2 (-568)) (-5 *1 (-143 *2 *4 *3))
- (-4 *3 (-384 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1011 *2)) (-4 *2 (-568)) (-5 *1 (-515 *2 *4 *5 *3))
- (-4 *5 (-384 *2)) (-4 *3 (-384 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-701 *4)) (-4 *4 (-1011 *2)) (-4 *2 (-568))
- (-5 *1 (-705 *2 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1011 *2)) (-4 *2 (-568)) (-5 *1 (-1255 *2 *4 *3))
- (-4 *3 (-1262 *4)))))
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *2 (-568))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *2 (-568)))))
+(((*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7)
+ (-12 (-5 *4 (-576)) (-5 *5 (-701 (-227)))
+ (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))))
+ (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))
+ (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-761)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *6))
- (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-656 (-922 *3))) (-5 *1 (-921 *3)) (-4 *3 (-1119)))))
-(((*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-943))))
- ((*1 *1 *1 *2 *2) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-944))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-944))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-1198))))
- ((*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-1291)) (-5 *1 (-1198))))
- ((*1 *2 *3 *1) (-12 (-5 *3 (-1195)) (-5 *2 (-1291)) (-5 *1 (-1198)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5))
- (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *1 (-1299 *3 *4 *5 *6))))
- ((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-656 *8)) (-5 *3 (-1 (-112) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-568))
- (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1299 *5 *6 *7 *8)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
- (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
- (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
- (|:| |abserr| (-227)) (|:| |relerr| (-227))))
- (-5 *2 (-390)) (-5 *1 (-207)))))
-(((*1 *1 *2 *3 *3 *4 *5)
- (-12 (-5 *2 (-656 (-656 (-960 (-227))))) (-5 *3 (-656 (-886)))
- (-5 *4 (-656 (-938))) (-5 *5 (-656 (-270))) (-5 *1 (-480))))
- ((*1 *1 *2 *3 *3 *4)
- (-12 (-5 *2 (-656 (-656 (-960 (-227))))) (-5 *3 (-656 (-886)))
- (-5 *4 (-656 (-938))) (-5 *1 (-480))))
- ((*1 *1 *2) (-12 (-5 *2 (-656 (-656 (-960 (-227))))) (-5 *1 (-480))))
- ((*1 *1 *1) (-5 *1 (-480))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-326 (-227)))) (-5 *2 (-112)) (-5 *1 (-276)))))
-(((*1 *1 *1) (-12 (-4 *1 (-384 *2)) (-4 *2 (-1236))))
+ (-12 (-4 *4 (-1121)) (-5 *2 (-904 *3 *5)) (-5 *1 (-900 *3 *4 *5))
+ (-4 *3 (-1121)) (-4 *5 (-678 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-227)) (-5 *1 (-315)))))
+(((*1 *1 *1) (-12 (-4 *1 (-384 *2)) (-4 *2 (-1238))))
((*1 *2 *2)
- (-12 (-4 *3 (-1068)) (-5 *1 (-456 *3 *2)) (-4 *2 (-1262 *3))))
+ (-12 (-4 *3 (-1070)) (-5 *1 (-456 *3 *2)) (-4 *2 (-1264 *3))))
((*1 *1 *1)
- (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1119)) (-4 *3 (-23))
+ (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1121)) (-4 *3 (-23))
(-14 *4 *3))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-557))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1271 *3 *4 *5)) (-4 *3 (-374)) (-14 *4 (-1195))
- (-14 *5 *3) (-5 *1 (-329 *3 *4 *5))))
- ((*1 *2 *3) (-12 (-5 *2 (-1 (-390))) (-5 *1 (-1059)) (-5 *3 (-390)))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862))
- (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-966 *2 *3 *4)))))
-(((*1 *1 *2 *2)
- (-12 (-5 *2 (-783)) (-4 *3 (-1068)) (-4 *1 (-699 *3 *4 *5))
- (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-1284 *3)) (-4 *3 (-23)) (-4 *3 (-1236)))))
-(((*1 *2 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-860)) (-5 *1 (-313 *3)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
- (-5 *2 (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4))))
- (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-966 *4 *5 *6)) (-5 *2 (-656 (-656 *7)))
- (-5 *1 (-460 *4 *5 *6 *7)) (-5 *3 (-656 *7))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805))
- (-4 *7 (-862)) (-4 *8 (-966 *5 *6 *7)) (-5 *2 (-656 (-656 *8)))
- (-5 *1 (-460 *5 *6 *7 *8)) (-5 *3 (-656 *8))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-966 *4 *5 *6)) (-5 *2 (-656 (-656 *7)))
- (-5 *1 (-460 *4 *5 *6 *7)) (-5 *3 (-656 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805))
- (-4 *7 (-862)) (-4 *8 (-966 *5 *6 *7)) (-5 *2 (-656 (-656 *8)))
- (-5 *1 (-460 *5 *6 *7 *8)) (-5 *3 (-656 *8)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1176 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))))
-(((*1 *1 *1) (-4 *1 (-641)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021) (-1221))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1193 *5)) (-4 *5 (-374)) (-5 *2 (-656 *6))
+ (-5 *1 (-544 *5 *6 *4)) (-4 *6 (-374)) (-4 *4 (-13 (-374) (-860))))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))))
+(((*1 *2 *1) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1223))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-874)) (-5 *1 (-1176 *3)) (-4 *3 (-1119))
- (-4 *3 (-1236)))))
-(((*1 *1 *2 *3 *3 *3 *4)
- (-12 (-4 *4 (-374)) (-4 *3 (-1262 *4)) (-4 *5 (-1262 (-419 *3)))
- (-4 *1 (-346 *4 *3 *5 *2)) (-4 *2 (-353 *4 *3 *5))))
- ((*1 *1 *2 *2 *3)
- (-12 (-5 *3 (-576)) (-4 *2 (-374)) (-4 *4 (-1262 *2))
- (-4 *5 (-1262 (-419 *4))) (-4 *1 (-346 *2 *4 *5 *6))
- (-4 *6 (-353 *2 *4 *5))))
- ((*1 *1 *2 *2)
- (-12 (-4 *2 (-374)) (-4 *3 (-1262 *2)) (-4 *4 (-1262 (-419 *3)))
- (-4 *1 (-346 *2 *3 *4 *5)) (-4 *5 (-353 *2 *3 *4))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-374)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4)))
- (-4 *1 (-346 *3 *4 *5 *2)) (-4 *2 (-353 *3 *4 *5))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-425 *4 (-419 *4) *5 *6)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-4 *6 (-353 *3 *4 *5)) (-4 *3 (-374))
- (-4 *1 (-346 *3 *4 *5 *6)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-1047 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-656 (-701 *3))) (-4 *3 (-1068)) (-5 *1 (-1047 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-1047 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-656 (-701 *3))) (-4 *3 (-1068)) (-5 *1 (-1047 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-624 *5)) (-4 *5 (-442 *4)) (-4 *4 (-1057 (-576)))
- (-4 *4 (-568)) (-5 *2 (-1191 *5)) (-5 *1 (-32 *4 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-624 *1)) (-4 *1 (-1068)) (-4 *1 (-312))
- (-5 *2 (-1191 *1)))))
-(((*1 *2 *3 *4 *4 *2 *2 *2)
- (-12 (-5 *2 (-576))
- (-5 *3
- (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-783)) (|:| |poli| *4)
- (|:| |polj| *4)))
- (-4 *6 (-805)) (-4 *4 (-966 *5 *6 *7)) (-4 *5 (-464)) (-4 *7 (-862))
- (-5 *1 (-461 *5 *6 *7 *4)))))
-(((*1 *1) (-5 *1 (-449))))
+ (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379))
+ (-5 *2 (-1193 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-624 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *4)))
- (-4 *4 (-13 (-568) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-286 *4 *2)))))
-(((*1 *1 *1 *2 *2)
- (|partial| -12 (-5 *2 (-938)) (-5 *1 (-1120 *3 *4)) (-14 *3 *2)
- (-14 *4 *2))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-576)) (-4 *1 (-333 *4 *2)) (-4 *4 (-1119))
- (-4 *2 (-132)))))
+ (-12 (-4 *3 (-626 (-907 *3))) (-4 *3 (-901 *3)) (-4 *3 (-464))
+ (-5 *1 (-1229 *3 *2)) (-4 *2 (-626 (-907 *3))) (-4 *2 (-901 *3))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *2 *3 *4 *4 *4 *5 *6 *7)
+ (|partial| -12 (-5 *5 (-1197))
+ (-5 *6
+ (-1
+ (-3
+ (-2 (|:| |mainpart| *4)
+ (|:| |limitedlogs|
+ (-656 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
+ "failed")
+ *4 (-656 *4)))
+ (-5 *7
+ (-1 (-3 (-2 (|:| -2670 *4) (|:| |coeff| *4)) "failed") *4 *4))
+ (-4 *4 (-13 (-1223) (-27) (-442 *8)))
+ (-4 *8 (-13 (-464) (-148) (-1059 *3) (-651 *3))) (-5 *3 (-576))
+ (-5 *2 (-656 *4)) (-5 *1 (-1035 *8 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-834)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-227)) (-5 *5 (-576)) (-5 *2 (-1233 *3))
+ (-5 *1 (-802 *3)) (-4 *3 (-995))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-656 (-962 (-227))))) (-5 *4 (-112))
+ (-5 *1 (-1233 *2)) (-4 *2 (-995)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-260 *3 *4 *2 *5)) (-4 *3 (-1070)) (-4 *4 (-862))
+ (-4 *5 (-805)) (-4 *2 (-275 *4)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 (-576))) (-5 *1 (-253 *3 *4))
- (-14 *3 (-656 (-1195))) (-4 *4 (-1068))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 (-576))) (-14 *3 (-656 (-1195)))
- (-5 *1 (-466 *3 *4 *5)) (-4 *4 (-1068))
- (-4 *5 (-243 (-3500 *3) (-783)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 (-576))) (-5 *1 (-493 *3 *4))
- (-14 *3 (-656 (-1195))) (-4 *4 (-1068)))))
-(((*1 *2 *2) (-12 (-5 *2 (-656 (-326 (-227)))) (-5 *1 (-276)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195))))
- (-4 *6 (-805)) (-5 *2 (-656 *3)) (-5 *1 (-941 *4 *5 *6 *3))
- (-4 *3 (-966 *4 *6 *5)))))
-(((*1 *2)
- (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6))
- (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-374)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4))
- (-5 *2 (-783)) (-5 *1 (-533 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-4 *3 (-568)) (-5 *2 (-783))))
+ (|partial| -12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5)))))
+(((*1 *1)
+ (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783))
+ (-4 *4 (-174)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-656 (-971 (-576)))) (-5 *4 (-656 (-1197)))
+ (-5 *2 (-656 (-656 (-390)))) (-5 *1 (-1044)) (-5 *5 (-390))))
((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *4 (-174)) (-4 *5 (-384 *4))
- (-4 *6 (-384 *4)) (-5 *2 (-783)) (-5 *1 (-700 *4 *5 *6 *3))
- (-4 *3 (-699 *4 *5 *6))))
+ (-12 (-5 *3 (-1067 *4 *5)) (-4 *4 (-13 (-860) (-317) (-148) (-1043)))
+ (-14 *5 (-656 (-1197))) (-5 *2 (-656 (-656 (-1045 (-419 *4)))))
+ (-5 *1 (-1315 *4 *5 *6)) (-14 *6 (-656 (-1197)))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-112))
+ (-4 *5 (-13 (-860) (-317) (-148) (-1043)))
+ (-5 *2 (-656 (-656 (-1045 (-419 *5))))) (-5 *1 (-1315 *5 *6 *7))
+ (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-112))
+ (-4 *5 (-13 (-860) (-317) (-148) (-1043)))
+ (-5 *2 (-656 (-656 (-1045 (-419 *5))))) (-5 *1 (-1315 *5 *6 *7))
+ (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-112))
+ (-4 *5 (-13 (-860) (-317) (-148) (-1043)))
+ (-5 *2 (-656 (-656 (-1045 (-419 *5))))) (-5 *1 (-1315 *5 *6 *7))
+ (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-971 *4)))
+ (-4 *4 (-13 (-860) (-317) (-148) (-1043)))
+ (-5 *2 (-656 (-656 (-1045 (-419 *4))))) (-5 *1 (-1315 *4 *5 *6))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-656 (-1197))))))
+(((*1 *2 *2) (|partial| -12 (-5 *2 (-326 (-227))) (-5 *1 (-276)))))
+(((*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112))))
((*1 *2 *1)
- (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068))
- (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-4 *5 (-568))
- (-5 *2 (-783)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
- (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -3986 *4))))
- (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
+ (-12 (-4 *3 (-464)) (-4 *4 (-862)) (-4 *5 (-805)) (-5 *2 (-112))
+ (-5 *1 (-1008 *3 *4 *5 *6)) (-4 *6 (-968 *3 *5 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1161 *3 *4)) (-4 *3 (-13 (-1121) (-34)))
+ (-4 *4 (-13 (-1121) (-34))))))
(((*1 *2 *1)
- (-12 (-4 *4 (-1119)) (-5 *2 (-902 *3 *5)) (-5 *1 (-898 *3 *4 *5))
- (-4 *3 (-1119)) (-4 *5 (-678 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-130)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-656 (-969 *4))) (-5 *3 (-656 (-1195))) (-4 *4 (-464))
- (-5 *1 (-935 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 (-938))) (-5 *1 (-1311)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *2)) (-5 *4 (-1 (-112) *2 *2)) (-5 *1 (-1237 *2))
- (-4 *2 (-1119))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-4 *2 (-1119)) (-4 *2 (-862))
- (-5 *1 (-1237 *2)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
+ (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-5 *2 (-783)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390))
+ (-5 *2
+ (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576))
+ (|:| |success| (-112))))
+ (-5 *1 (-801)) (-5 *5 (-576)))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *3 (-862))
+ (-5 *2 (-2 (|:| -2862 *1) (|:| |gap| (-783)) (|:| -1380 *1)))
+ (-4 *1 (-1086 *4 *5 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *2 (-2 (|:| -2862 *1) (|:| |gap| (-783)) (|:| -1380 *1)))
+ (-4 *1 (-1086 *3 *4 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1031 *3)) (-4 *3 (-1238)) (-5 *2 (-656 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1121)) (-5 *2 (-1179)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-940)) (-5 *1 (-798)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-353 *4 *3 *5)) (-4 *4 (-1240)) (-4 *3 (-1262 *4))
- (-4 *5 (-1262 (-419 *3))) (-5 *2 (-112))))
+ (-12 (-4 *4 (-360)) (-5 *2 (-430 *3)) (-5 *1 (-218 *4 *3))
+ (-4 *3 (-1264 *4))))
((*1 *2 *3)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1278 *2 *3 *4)) (-4 *2 (-1068)) (-14 *3 (-1195))
- (-14 *4 *2))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *3 *4 *2 *5)
- (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 (-905 *6)))
- (-5 *5 (-1 (-902 *6 *8) *8 (-905 *6) (-902 *6 *8))) (-4 *6 (-1119))
- (-4 *8 (-13 (-1068) (-626 (-905 *6)) (-1057 *7)))
- (-5 *2 (-902 *6 *8)) (-4 *7 (-1068)) (-5 *1 (-958 *6 *7 *8)))))
-(((*1 *2 *1 *1)
- (|partial| -12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379))
- (-5 *2 (-1191 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379))
- (-5 *2 (-1191 *3)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-312)) (-5 *3 (-1195)) (-5 *2 (-112))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-312)) (-5 *3 (-115)) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1195)) (-5 *2 (-112)) (-5 *1 (-624 *4))
- (-4 *4 (-1119))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-115)) (-5 *2 (-112)) (-5 *1 (-624 *4)) (-4 *4 (-1119))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-847 *3)) (-4 *3 (-1119)) (-5 *2 (-112))))
+ (-12 (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576)))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-1119)) (-5 *2 (-112)) (-5 *1 (-900 *5 *3 *4))
- (-4 *3 (-899 *5)) (-4 *4 (-626 (-905 *5)))))
+ (-12 (-5 *4 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3))
+ (-4 *3 (-1264 (-576)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *6)) (-4 *6 (-899 *5)) (-4 *5 (-1119))
- (-5 *2 (-112)) (-5 *1 (-900 *5 *6 *4)) (-4 *4 (-626 (-905 *5))))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-656 *6)) (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068))
- (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5))
- (-4 *3 (-568)))))
-(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-264)))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-656 *6)) (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068))
- (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5))
- (-4 *3 (-568)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-5 *1 (-749 *3))))
- ((*1 *1 *2) (-12 (-5 *1 (-749 *2)) (-4 *2 (-1119))))
- ((*1 *1) (-12 (-5 *1 (-749 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *8 (-1084 *5 *6 *7))
- (-5 *2
- (-2 (|:| |val| (-656 *8))
- (|:| |towers| (-656 (-1046 *5 *6 *7 *8)))))
- (-5 *1 (-1046 *5 *6 *7 *8)) (-5 *3 (-656 *8))))
+ (-12 (-5 *4 (-656 (-783))) (-5 *2 (-430 *3)) (-5 *1 (-454 *3))
+ (-4 *3 (-1264 (-576)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-656 (-783))) (-5 *5 (-783)) (-5 *2 (-430 *3))
+ (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576)))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *8 (-1084 *5 *6 *7))
- (-5 *2
- (-2 (|:| |val| (-656 *8))
- (|:| |towers| (-656 (-1165 *5 *6 *7 *8)))))
- (-5 *1 (-1165 *5 *6 *7 *8)) (-5 *3 (-656 *8)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-464))
- (-5 *2
- (-656
- (-2 (|:| |eigval| (-3 (-419 (-969 *4)) (-1184 (-1195) (-969 *4))))
- (|:| |geneigvec| (-656 (-701 (-419 (-969 *4))))))))
- (-5 *1 (-302 *4)) (-5 *3 (-701 (-419 (-969 *4)))))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-112))
- (-4 *5 (-13 (-860) (-317) (-148) (-1041)))
- (-5 *2 (-656 (-1065 *5 *6))) (-5 *1 (-1313 *5 *6 *7))
- (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-112))
- (-4 *5 (-13 (-860) (-317) (-148) (-1041)))
- (-5 *2 (-656 (-1065 *5 *6))) (-5 *1 (-1313 *5 *6 *7))
- (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-969 *4)))
- (-4 *4 (-13 (-860) (-317) (-148) (-1041)))
- (-5 *2 (-656 (-1065 *4 *5))) (-5 *1 (-1313 *4 *5 *6))
- (-14 *5 (-656 (-1195))) (-14 *6 (-656 (-1195))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-938)) (-5 *2 (-1191 *3)) (-5 *1 (-1210 *3))
- (-4 *3 (-374)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-171 *4)) (-5 *1 (-183 *4 *3))
- (-4 *4 (-13 (-374) (-860))) (-4 *3 (-1262 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-975 (-783))) (-5 *1 (-343)))))
+ (-12 (-5 *4 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3))
+ (-4 *3 (-1264 (-576)))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-430 *3)) (-5 *1 (-1028 *3))
+ (-4 *3 (-1264 (-419 (-576))))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-430 *3)) (-5 *1 (-1253 *3)) (-4 *3 (-1264 (-576))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1193 *7)) (-5 *3 (-576)) (-4 *7 (-968 *6 *4 *5))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1070))
+ (-5 *1 (-331 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1193 *9)) (-5 *4 (-656 *7)) (-5 *5 (-656 *8))
+ (-4 *7 (-862)) (-4 *8 (-1070)) (-4 *9 (-968 *8 *6 *7))
+ (-4 *6 (-805)) (-5 *2 (-1193 *8)) (-5 *1 (-331 *6 *7 *8 *9)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1176 (-576))) (-5 *1 (-1179 *4)) (-4 *4 (-1068))
- (-5 *3 (-576)))))
-(((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-353 *4 *5 *6)) (-4 *4 (-1242))
+ (-4 *5 (-1264 *4)) (-4 *6 (-1264 (-419 *5)))
+ (-5 *2 (-2 (|:| |num| (-701 *5)) (|:| |den| *5))))))
+(((*1 *2) (-12 (-5 *2 (-131)) (-5 *1 (-1207)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-5 *1 (-1178 *3)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-576)) (-4 *1 (-333 *2 *4)) (-4 *4 (-132))
+ (-4 *2 (-1121))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *1 (-372 *2)) (-4 *2 (-1121))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-397 *2)) (-4 *2 (-1121))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-576)) (-4 *2 (-1121)) (-5 *1 (-661 *2 *4 *5))
+ (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *1 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-409)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1286 *5)) (-4 *5 (-13 (-1068) (-651 *4)))
- (-4 *4 (-568)) (-5 *2 (-1286 *4)) (-5 *1 (-650 *4 *5)))))
-(((*1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-1198)))))
+ (-12 (-5 *2 (-1 (-962 *3) (-962 *3))) (-5 *1 (-178 *3))
+ (-4 *3 (-13 (-374) (-1223) (-1023))))))
+(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-767)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-2 (|:| |totdeg| (-783)) (|:| -2284 *4))) (-5 *5 (-783))
- (-4 *4 (-966 *6 *7 *8)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
+ (-12 (-5 *4 (-656 *7)) (-5 *5 (-656 (-656 *8))) (-4 *7 (-862))
+ (-4 *8 (-317)) (-4 *6 (-805)) (-4 *9 (-968 *8 *6 *7))
(-5 *2
- (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4)
- (|:| |polj| *4)))
- (-5 *1 (-461 *6 *7 *8 *4)))))
+ (-2 (|:| |unitPart| *9)
+ (|:| |suPart|
+ (-656 (-2 (|:| -1452 (-1193 *9)) (|:| -3744 (-576)))))))
+ (-5 *1 (-754 *6 *7 *8 *9)) (-5 *3 (-1193 *9)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1178 (-1178 *4))) (-5 *2 (-1178 *4)) (-5 *1 (-1181 *4))
+ (-4 *4 (-1070)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1237)) (-5 *1 (-182))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1237)) (-5 *1 (-693))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1237)) (-5 *1 (-991))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1237)) (-5 *1 (-1094))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1202)) (-5 *1 (-1139)))))
+(((*1 *2 *3) (-12 (-5 *3 (-656 (-52))) (-5 *2 (-1293)) (-5 *1 (-877)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2 *3 *3 *3 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-112) *8)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-568))
- (-4 *6 (-805)) (-4 *7 (-862))
- (-5 *2 (-2 (|:| |goodPols| (-656 *8)) (|:| |badPols| (-656 *8))))
- (-5 *1 (-996 *5 *6 *7 *8)) (-5 *4 (-656 *8)))))
-(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-944)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068))
- (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-112)))))
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-112)))))
+(((*1 *2 *2)
+ (-12 (-4 *2 (-174)) (-4 *2 (-1070)) (-5 *1 (-726 *2 *3))
+ (-4 *3 (-660 *2))))
+ ((*1 *2 *2) (-12 (-5 *1 (-848 *2)) (-4 *2 (-174)) (-4 *2 (-1070)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-783)) (-4 *4 (-13 (-568) (-148)))
+ (-5 *1 (-1258 *4 *2)) (-4 *2 (-1264 *4)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-703 (-885 (-983 *3) (-983 *3)))) (-5 *1 (-983 *3))
- (-4 *3 (-1119)))))
+ (-12
+ (-5 *2
+ (-656
+ (-656
+ (-3 (|:| -4149 (-1197))
+ (|:| -2086 (-656 (-3 (|:| S (-1197)) (|:| P (-971 (-576))))))))))
+ (-5 *1 (-1201)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1176 (-576))) (-5 *1 (-1023 *3)) (-14 *3 (-576)))))
+ (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-4 *3 (-568))
+ (-5 *2 (-1193 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1286 (-701 *4))) (-4 *4 (-174))
- (-5 *2 (-1286 (-701 (-969 *4)))) (-5 *1 (-191 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-686 *3)) (-4 *3 (-1236)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068))
- (-5 *2 (-2 (|:| |k| (-831 *3)) (|:| |c| *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-343)) (-5 *1 (-255)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-616 *2 *3)) (-4 *3 (-1236)) (-4 *2 (-1119))
- (-4 *2 (-862)))))
-(((*1 *2 *1) (-12 (-4 *1 (-187)) (-5 *2 (-656 (-112))))))
-(((*1 *2 *3 *3 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227))
- (-5 *2 (-1054)) (-5 *1 (-768)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1191 *1)) (-5 *4 (-1195)) (-4 *1 (-27))
- (-5 *2 (-656 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-1191 *1)) (-4 *1 (-27)) (-5 *2 (-656 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-969 *1)) (-4 *1 (-27)) (-5 *2 (-656 *1))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1195)) (-4 *4 (-568)) (-5 *2 (-656 *1))
- (-4 *1 (-29 *4))))
- ((*1 *2 *1) (-12 (-4 *3 (-568)) (-5 *2 (-656 *1)) (-4 *1 (-29 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-326 (-227))) (-5 *4 (-656 (-1195)))
- (-5 *5 (-1113 (-855 (-227)))) (-5 *2 (-1176 (-227))) (-5 *1 (-310)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-960 *5)) (-4 *5 (-1068)) (-5 *2 (-783))
- (-5 *1 (-1183 *4 *5)) (-14 *4 (-938))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-783))) (-5 *3 (-783)) (-5 *1 (-1183 *4 *5))
- (-14 *4 (-938)) (-4 *5 (-1068))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-783))) (-5 *3 (-960 *5)) (-4 *5 (-1068))
- (-5 *1 (-1183 *4 *5)) (-14 *4 (-938)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1191 *3)) (-4 *3 (-1068)) (-4 *1 (-1262 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-1238)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1176 (-656 (-576)))) (-5 *1 (-896))
- (-5 *3 (-656 (-576)))))
+ (-12 (-5 *3 (-665 (-419 *2))) (-4 *2 (-1264 *4)) (-5 *1 (-822 *4 *2))
+ (-4 *4 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))))
((*1 *2 *3)
- (-12 (-5 *2 (-1176 (-656 (-576)))) (-5 *1 (-896))
- (-5 *3 (-656 (-576))))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *1 (-890 *2)) (-4 *2 (-1236))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *1 (-892 *2)) (-4 *2 (-1236))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *1 (-895 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288))))
- ((*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288)))))
-(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-943)))))
+ (-12 (-5 *3 (-666 *2 (-419 *2))) (-4 *2 (-1264 *4))
+ (-5 *1 (-822 *4 *2))
+ (-4 *4 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576))))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-759)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-31))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1202)) (-5 *1 (-49))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-1156))) (-5 *1 (-134))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-1156))) (-5 *1 (-139))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-155))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-1156))) (-5 *1 (-162))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-220))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-688))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1040))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1087))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-1156))) (-5 *1 (-1117)))))
+(((*1 *2 *2) (-12 (-5 *1 (-980 *2)) (-4 *2 (-557)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-783)) (-5 *2 (-112))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1239 *3)) (-4 *3 (-862))
+ (-4 *3 (-1121)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1191 *6)) (-5 *3 (-576)) (-4 *6 (-317)) (-4 *4 (-805))
- (-4 *5 (-862)) (-5 *1 (-754 *4 *5 *6 *7)) (-4 *7 (-966 *6 *4 *5)))))
-(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1236))
- (-4 *4 (-384 *2)) (-4 *5 (-384 *2))))
- ((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "right") (|has| *1 (-6 -4463)) (-4 *1 (-120 *3))
- (-4 *3 (-1236))))
- ((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "left") (|has| *1 (-6 -4463)) (-4 *1 (-120 *3))
- (-4 *3 (-1236))))
- ((*1 *2 *1 *3 *2)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-298 *3 *2)) (-4 *3 (-1119))
- (-4 *2 (-1236))))
- ((*1 *2 *1 *3 *2) (-12 (-5 *2 (-52)) (-5 *3 (-1195)) (-5 *1 (-644))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *3 (-1253 (-576))) (|has| *1 (-6 -4463)) (-4 *1 (-663 *2))
- (-4 *2 (-1236))))
- ((*1 *1 *1 *2 *2 *1)
- (-12 (-5 *2 (-656 (-576))) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068))
- (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "value") (|has| *1 (-6 -4463)) (-4 *1 (-1029 *2))
- (-4 *2 (-1236))))
- ((*1 *2 *1 *2) (-12 (-5 *1 (-1045 *2)) (-4 *2 (-1236))))
- ((*1 *2 *1 *3 *2)
- (-12 (-4 *1 (-1212 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1119))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "last") (|has| *1 (-6 -4463)) (-4 *1 (-1274 *2))
- (-4 *2 (-1236))))
- ((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "rest") (|has| *1 (-6 -4463)) (-4 *1 (-1274 *3))
- (-4 *3 (-1236))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "first") (|has| *1 (-6 -4463)) (-4 *1 (-1274 *2))
- (-4 *2 (-1236)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1113 (-855 (-390)))) (-5 *2 (-1113 (-855 (-227))))
- (-5 *1 (-315)))))
-(((*1 *1 *1 *2 *1) (-12 (-5 *1 (-128 *2)) (-4 *2 (-1119))))
- ((*1 *1 *2) (-12 (-5 *1 (-128 *2)) (-4 *2 (-1119)))))
-(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-786)) (-5 *1 (-115))))
- ((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1177)) (-5 *3 (-786)) (-5 *1 (-115)))))
+ (|partial| -12 (-5 *2 (-656 (-1193 *5))) (-5 *3 (-1193 *5))
+ (-4 *5 (-167 *4)) (-4 *4 (-557)) (-5 *1 (-150 *4 *5))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-656 *3)) (-4 *3 (-1264 *5))
+ (-4 *5 (-1264 *4)) (-4 *4 (-360)) (-5 *1 (-369 *4 *5 *3))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-656 (-1193 (-576)))) (-5 *3 (-1193 (-576)))
+ (-5 *1 (-584))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-656 (-1193 *1))) (-5 *3 (-1193 *1))
+ (-4 *1 (-928)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -2154 (-576)))))
+ (-5 *1 (-372 *3)) (-4 *3 (-1121))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-397 *3)) (-4 *3 (-1121))
+ (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -2154 (-783)))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-2 (|:| -1452 *3) (|:| -3744 (-576)))))
+ (-5 *1 (-430 *3)) (-4 *3 (-568)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-997 *3 *4 *2 *5)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *2 (-862)) (-4 *5 (-1086 *3 *4 *2)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1177)) (-5 *2 (-216 (-514))) (-5 *1 (-849)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-833)) (-5 *4 (-52)) (-5 *2 (-1291)) (-5 *1 (-843)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-112) *6 *6)) (-4 *6 (-862)) (-5 *4 (-656 *6))
- (-5 *2 (-2 (|:| |fs| (-112)) (|:| |sd| *4) (|:| |td| (-656 *4))))
- (-5 *1 (-1206 *6)) (-5 *5 (-656 *4)))))
-(((*1 *1 *1) (-12 (-5 *1 (-176 *2)) (-4 *2 (-317))))
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-968 *4 *6 *5))
+ (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197))))
+ (-4 *6 (-805)) (-5 *2 (-112)) (-5 *1 (-943 *4 *5 *6 *7))))
((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192))))
- ((*1 *1 *1) (-12 (-4 *1 (-686 *2)) (-4 *2 (-1236))))
- ((*1 *1 *1) (-4 *1 (-881 *2)))
- ((*1 *1 *1)
- (-12 (-4 *1 (-992 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-804))
- (-4 *4 (-862)))))
-(((*1 *2 *1 *1)
+ (-12 (-5 *3 (-656 (-971 *4))) (-4 *4 (-13 (-317) (-148)))
+ (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *2 (-112))
+ (-5 *1 (-943 *4 *5 *6 *7)) (-4 *7 (-968 *4 *6 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-108))))
+ ((*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-219))))
+ ((*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-499))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568)) (-4 *2 (-317))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-419 (-576))) (-5 *1 (-1025 *3)) (-14 *3 (-576))))
+ ((*1 *1 *1) (-4 *1 (-1081))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1178 (-656 (-576)))) (-5 *1 (-898)) (-5 *3 (-576)))))
+(((*1 *2 *1)
(-12
(-5 *2
- (-2 (|:| -1990 *3) (|:| |coef1| (-794 *3)) (|:| |coef2| (-794 *3))))
- (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1068)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-783)) (-5 *1 (-599 *2)) (-4 *2 (-557))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-2 (|:| -3513 *3) (|:| -2125 (-783)))) (-5 *1 (-599 *3))
- (-4 *3 (-557)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-148))
- (-4 *3 (-317)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *1 (-996 *3 *4 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *1 *1) (-4 *1 (-294)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-430 *4)) (-4 *4 (-568))
- (-5 *2 (-656 (-2 (|:| -1713 (-783)) (|:| |logand| *4))))
- (-5 *1 (-330 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195)))
- (-14 *3 (-656 (-1195))) (-4 *4 (-399))))
+ (-656
+ (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3)
+ (|:| |xpnt| (-576)))))
+ (-5 *1 (-430 *3)) (-4 *3 (-568))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *4 (-783)) (-4 *3 (-360)) (-4 *5 (-1264 *3))
+ (-5 *2 (-656 (-1193 *3))) (-5 *1 (-510 *3 *5 *6))
+ (-4 *6 (-1264 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-96))))
+ ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-109))))
((*1 *2 *1)
- (-12 (-5 *2 (-676 *3 *4)) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862))
- (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-938))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-783)) (-4 *4 (-13 (-1068) (-729 (-419 (-576)))))
- (-4 *5 (-862)) (-5 *1 (-1302 *4 *5 *2)) (-4 *2 (-1307 *5 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-5 *1 (-1306 *3 *4))
- (-4 *4 (-729 (-419 (-576)))) (-4 *3 (-862)) (-4 *4 (-174)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934))))
- ((*1 *2) (-12 (-5 *2 (-921 (-576))) (-5 *1 (-934)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1217)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1191 (-969 *6))) (-4 *6 (-568))
- (-4 *2 (-966 (-419 (-969 *6)) *5 *4)) (-5 *1 (-744 *5 *4 *6 *2))
- (-4 *5 (-805))
- (-4 *4 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $))))))))
+ (-12 (-4 *1 (-375 *2 *3)) (-4 *3 (-1121)) (-4 *2 (-1121))))
+ ((*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-1179))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1197)) (-5 *1 (-450 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-495))))
+ ((*1 *2 *1) (-12 (-4 *1 (-847 *2)) (-4 *2 (-1121))))
+ ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-879))))
+ ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-984))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1197)) (-5 *1 (-1096 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-1136))))
+ ((*1 *1 *1) (-5 *1 (-1197))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-2 (|:| |k| (-684 *3)) (|:| |c| *4))))
+ (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862))
+ (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-940)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-783)) (-4 *4 (-360)) (-5 *1 (-218 *4 *2))
+ (-4 *2 (-1264 *4)))))
+(((*1 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)))))
+(((*1 *1 *1) (-12 (-4 *1 (-385 *2 *3)) (-4 *2 (-862)) (-4 *3 (-174))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-639 *2 *3 *4)) (-4 *2 (-862))
+ (-4 *3 (-13 (-174) (-729 (-419 (-576))))) (-14 *4 (-940))))
+ ((*1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862))))
+ ((*1 *1 *1) (-12 (-5 *1 (-831 *2)) (-4 *2 (-862))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *3 *3 *3 *3)
+ (-12 (-4 *4 (-464)) (-4 *3 (-805)) (-4 *5 (-862)) (-5 *2 (-112))
+ (-5 *1 (-461 *4 *3 *5 *6)) (-4 *6 (-968 *4 *3 *5)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-1286 *3)) (-4 *3 (-1068)) (-5 *1 (-724 *3 *4))
- (-4 *4 (-1262 *3)))))
-(((*1 *2 *1 *3 *4 *4 *5)
- (-12 (-5 *3 (-960 (-227))) (-5 *4 (-886)) (-5 *5 (-938))
- (-5 *2 (-1291)) (-5 *1 (-480))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-960 (-227))) (-5 *2 (-1291)) (-5 *1 (-480))))
- ((*1 *2 *1 *3 *4 *4 *5)
- (-12 (-5 *3 (-656 (-960 (-227)))) (-5 *4 (-886)) (-5 *5 (-938))
- (-5 *2 (-1291)) (-5 *1 (-480)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1259 *5 *4)) (-4 *4 (-832)) (-14 *5 (-1195))
- (-5 *2 (-576)) (-5 *1 (-1133 *4 *5)))))
+ (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1121)) (-5 *1 (-1209 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-174)))))
+(((*1 *2)
+ (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-429 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1197))
+ (-4 *5 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))))
+ (-5 *2 (-598 *3)) (-5 *1 (-438 *5 *3))
+ (-4 *3 (-13 (-1223) (-29 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1197)) (-4 *5 (-13 (-568) (-1059 (-576)) (-148)))
+ (-5 *2 (-598 (-419 (-971 *5)))) (-5 *1 (-582 *5))
+ (-5 *3 (-419 (-971 *5))))))
(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-783)) (-4 *5 (-568))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-988 *5 *3)) (-4 *3 (-1262 *5)))))
-(((*1 *1) (-5 *1 (-131))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-783)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1262 *5)) (-4 *5 (-374))
- (-5 *2 (-2 (|:| -1633 (-419 *6)) (|:| |coeff| (-419 *6))))
- (-5 *1 (-586 *5 *6)) (-5 *3 (-419 *6)))))
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1264 *5))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-576))))
+ (-5 *2
+ (-2 (|:| |a| *6) (|:| |b| (-419 *6)) (|:| |c| (-419 *6))
+ (|:| -4245 *6)))
+ (-5 *1 (-1036 *5 *6)) (-5 *3 (-419 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-576)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1070))
+ (-5 *1 (-331 *4 *5 *2 *6)) (-4 *6 (-968 *2 *4 *5)))))
(((*1 *2 *1)
(-12 (-5 *2 (-783)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576))
(-14 *4 *2) (-4 *5 (-174))))
((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-938)) (-5 *1 (-166 *3 *4))
+ (-12 (-4 *4 (-174)) (-5 *2 (-940)) (-5 *1 (-166 *3 *4))
(-4 *3 (-167 *4))))
- ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-938))))
+ ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-940))))
((*1 *2)
- (-12 (-4 *1 (-381 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1262 *3))
- (-5 *2 (-938))))
+ (-12 (-4 *1 (-381 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1264 *3))
+ (-5 *2 (-940))))
((*1 *2 *3)
(-12 (-4 *4 (-374)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4))
(-5 *2 (-783)) (-5 *1 (-533 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-701 *5)) (-5 *4 (-1286 *5)) (-4 *5 (-374))
+ (-12 (-5 *3 (-701 *5)) (-5 *4 (-1288 *5)) (-4 *5 (-374))
(-5 *2 (-783)) (-5 *1 (-679 *5))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-374)) (-4 *6 (-13 (-384 *5) (-10 -7 (-6 -4463))))
- (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4463)))) (-5 *2 (-783))
+ (-12 (-4 *5 (-374)) (-4 *6 (-13 (-384 *5) (-10 -7 (-6 -4465))))
+ (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4465)))) (-5 *2 (-783))
(-5 *1 (-680 *5 *6 *4 *3)) (-4 *3 (-699 *5 *6 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3))
+ (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3))
(-4 *5 (-384 *3)) (-4 *3 (-568)) (-5 *2 (-783))))
((*1 *2 *3)
(-12 (-4 *4 (-568)) (-4 *4 (-174)) (-4 *5 (-384 *4))
(-4 *6 (-384 *4)) (-5 *2 (-783)) (-5 *1 (-700 *4 *5 *6 *3))
(-4 *3 (-699 *4 *5 *6))))
((*1 *2 *1)
- (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068))
+ (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070))
(-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-4 *5 (-568))
(-5 *2 (-783)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-656 *6)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-518)) (-5 *1 (-289)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-855 (-227)))) (-5 *4 (-227)) (-5 *2 (-656 *4))
- (-5 *1 (-276)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1253 *3)) (-4 *3 (-1236)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-1195))) (-5 *1 (-548)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-374)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3))
- (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4))
- (-4 *7 (-1011 *4)) (-4 *2 (-699 *7 *8 *9))
- (-5 *1 (-534 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-699 *4 *5 *6))
- (-4 *8 (-384 *7)) (-4 *9 (-384 *7))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2))
- (-4 *4 (-384 *2)) (-4 *2 (-317))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-317)) (-4 *3 (-174)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-5 *1 (-700 *3 *4 *5 *2))
- (-4 *2 (-699 *3 *4 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-701 *3)) (-4 *3 (-317)) (-5 *1 (-712 *3))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1072 *2 *3 *4 *5 *6)) (-4 *4 (-1068))
- (-4 *5 (-243 *3 *4)) (-4 *6 (-243 *2 *4)) (-4 *4 (-317)))))
-(((*1 *1 *2) (-12 (-5 *1 (-703 *2)) (-4 *2 (-625 (-874))))))
-(((*1 *2 *1) (-12 (-5 *1 (-931 *2)) (-4 *2 (-317)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 (-576))) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576))
- (-14 *4 (-783)) (-4 *5 (-174)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-872)) (-5 *2 (-703 (-1244))) (-5 *3 (-1244)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-576))) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-568)) (-4 *8 (-966 *7 *5 *6))
- (-5 *2 (-2 (|:| -2125 (-783)) (|:| -1713 *9) (|:| |radicand| *9)))
- (-5 *1 (-970 *5 *6 *7 *8 *9)) (-5 *4 (-783))
- (-4 *9
- (-13 (-374)
- (-10 -8 (-15 -3567 ($ *8)) (-15 -1568 (*8 $)) (-15 -1579 (*8 $))))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-227) (-227))) (-5 *1 (-328)) (-5 *3 (-227)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1068)) (-4 *3 (-1119))
- (-5 *2 (-2 (|:| |val| *1) (|:| -2125 (-576)))) (-4 *1 (-442 *3))))
- ((*1 *2 *1)
- (|partial| -12
- (-5 *2 (-2 (|:| |val| (-905 *3)) (|:| -2125 (-905 *3))))
- (-5 *1 (-905 *3)) (-4 *3 (-1119))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1068))
- (-4 *7 (-966 *6 *4 *5))
- (-5 *2 (-2 (|:| |val| *3) (|:| -2125 (-576))))
- (-5 *1 (-967 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-374)
- (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $))
- (-15 -1579 (*7 $))))))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-326 (-227))) (-5 *4 (-1195))
- (-5 *5 (-1113 (-855 (-227)))) (-5 *2 (-656 (-227))) (-5 *1 (-194))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-326 (-227))) (-5 *4 (-1195))
- (-5 *5 (-1113 (-855 (-227)))) (-5 *2 (-656 (-227))) (-5 *1 (-310)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-1177)) (-5 *4 (-171 (-227))) (-5 *5 (-576))
- (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5
- (-1 (-2 (|:| |ans| *6) (|:| -4247 *6) (|:| |sol?| (-112))) (-576)
- *6))
- (-4 *6 (-374)) (-4 *7 (-1262 *6))
- (-5 *2
- (-3 (-2 (|:| |answer| (-419 *7)) (|:| |a0| *6))
- (-2 (|:| -1633 (-419 *7)) (|:| |coeff| (-419 *7))) "failed"))
- (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-360)) (-4 *4 (-339 *3)) (-4 *5 (-1262 *4))
- (-5 *1 (-789 *3 *4 *5 *2 *6)) (-4 *2 (-1262 *5)) (-14 *6 (-938))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-1305 *3)) (-4 *3 (-374)) (-4 *3 (-379))))
- ((*1 *1 *1) (-12 (-4 *1 (-1305 *2)) (-4 *2 (-374)) (-4 *2 (-379)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-317))))
- ((*1 *2 *1 *1)
- (|partial| -12 (-4 *3 (-1119))
- (-5 *2 (-2 (|:| |lm| *1) (|:| |rm| *1))) (-4 *1 (-397 *3))))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3244 (-783)) (|:| -3477 (-783))))
- (-5 *1 (-783))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3)))
- (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *1) (-12 (-5 *2 (-836)) (-5 *1 (-837)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-568) (-148))) (-5 *1 (-549 *3 *2))
- (-4 *2 (-1277 *3))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-4 *4 (-1262 *3))
- (-4 *5 (-736 *3 *4)) (-5 *1 (-553 *3 *4 *5 *2)) (-4 *2 (-1277 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-5 *1 (-554 *3 *2))
- (-4 *2 (-1277 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-13 (-568) (-148)))
- (-5 *1 (-1172 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *1) (-5 *1 (-609))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-862)) (-4 *5 (-926)) (-4 *6 (-805))
- (-4 *8 (-966 *5 *6 *7)) (-5 *2 (-430 (-1191 *8)))
- (-5 *1 (-923 *5 *6 *7 *8)) (-5 *4 (-1191 *8))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-926)) (-4 *5 (-1262 *4)) (-5 *2 (-430 (-1191 *5)))
- (-5 *1 (-924 *4 *5)) (-5 *3 (-1191 *5)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 (-52))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-966 *4 *5 *6)) (-4 *6 (-626 (-1195)))
- (-4 *4 (-374)) (-4 *5 (-805)) (-4 *6 (-862))
- (-5 *2 (-1184 (-656 (-969 *4)) (-656 (-304 (-969 *4)))))
- (-5 *1 (-516 *4 *5 *6 *7)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1277 *2)) (-4 *2 (-1068)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1286 *4)) (-5 *3 (-1139)) (-4 *4 (-360))
- (-5 *1 (-540 *4)))))
-(((*1 *2)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-5 *2 (-701 (-419 *4))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
- (-5 *2 (-656 *4)) (-5 *1 (-1147 *3 *4)) (-4 *3 (-1262 *4))))
- ((*1 *2 *3 *3 *3 *3)
- (-12 (-4 *3 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
- (-5 *2 (-656 *3)) (-5 *1 (-1147 *4 *3)) (-4 *4 (-1262 *3)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-769)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1205)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6))
- (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))))
-(((*1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1205)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874))))
- ((*1 *1 *1 *1) (-5 *1 (-874))))
-(((*1 *2 *1) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-943))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-944)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-966 *3 *4 *5)) (-4 *3 (-317))
- (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-459 *3 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-656 *7)) (-5 *3 (-1177)) (-4 *7 (-966 *4 *5 *6))
- (-4 *4 (-317)) (-4 *5 (-805)) (-4 *6 (-862))
- (-5 *1 (-459 *4 *5 *6 *7))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-656 *7)) (-5 *3 (-1177)) (-4 *7 (-966 *4 *5 *6))
- (-4 *4 (-317)) (-4 *5 (-805)) (-4 *6 (-862))
- (-5 *1 (-459 *4 *5 *6 *7)))))
-(((*1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1205)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1229 *2 *3 *4 *5)) (-4 *2 (-568)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *5 (-1084 *2 *3 *4)))))
-(((*1 *1 *2 *3)
- (-12
- (-5 *3
- (-656
- (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2)
- (|:| |xpnt| (-576)))))
- (-4 *2 (-568)) (-5 *1 (-430 *2))))
- ((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |contp| (-576))
- (|:| -1840 (-656 (-2 (|:| |irr| *4) (|:| -4027 (-576)))))))
- (-4 *4 (-1262 (-576))) (-5 *2 (-430 *4)) (-5 *1 (-454 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-1262 (-576))) (-5 *1 (-498 *3)))))
-(((*1 *1 *1) (-5 *1 (-48)))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-59 *5)) (-4 *5 (-1236))
- (-4 *2 (-1236)) (-5 *1 (-58 *5 *2))))
- ((*1 *2 *3 *1 *2 *2)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1119)) (|has| *1 (-6 -4462))
- (-4 *1 (-152 *2)) (-4 *2 (-1236))))
- ((*1 *2 *3 *1 *2)
- (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4462)) (-4 *1 (-152 *2))
- (-4 *2 (-1236))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4462)) (-4 *1 (-152 *2))
- (-4 *2 (-1236))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1068))
- (-5 *2 (-2 (|:| -2284 (-1191 *4)) (|:| |deg| (-938))))
- (-5 *1 (-223 *4 *5)) (-5 *3 (-1191 *4)) (-4 *5 (-568))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-245 *5 *6)) (-14 *5 (-783))
- (-4 *6 (-1236)) (-4 *2 (-1236)) (-5 *1 (-244 *5 *6 *2))))
- ((*1 *1 *2 *3)
- (-12 (-4 *4 (-174)) (-5 *1 (-299 *4 *2 *3 *5 *6 *7))
- (-4 *2 (-1262 *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 (-326 *2)) (-4 *2 (-568)) (-4 *2 (-1119))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-346 *2 *3 *4 *5)) (-4 *2 (-374)) (-4 *3 (-1262 *2))
- (-4 *4 (-1262 (-419 *3))) (-4 *5 (-353 *2 *3 *4))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1236)) (-4 *2 (-1236))
- (-5 *1 (-382 *5 *4 *2 *6)) (-4 *4 (-384 *5)) (-4 *6 (-384 *2))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1119)) (-4 *2 (-1119))
- (-5 *1 (-435 *5 *4 *2 *6)) (-4 *4 (-437 *5)) (-4 *6 (-437 *2))))
- ((*1 *1 *1) (-5 *1 (-507)))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-656 *5)) (-4 *5 (-1236))
- (-4 *2 (-1236)) (-5 *1 (-654 *5 *2))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1068)) (-4 *2 (-1068))
- (-4 *6 (-384 *5)) (-4 *7 (-384 *5)) (-4 *8 (-384 *2))
- (-4 *9 (-384 *2)) (-5 *1 (-697 *5 *6 *7 *4 *2 *8 *9 *10))
- (-4 *4 (-699 *5 *6 *7)) (-4 *10 (-699 *2 *8 *9))))
- ((*1 *1 *2 *3)
- (-12 (-5 *1 (-723 *2 *3 *4 *5 *6)) (-4 *2 (-174)) (-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 (-1068)) (-5 *1 (-724 *3 *2)) (-4 *2 (-1262 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *1 (-727 *2 *3 *4 *5 *6)) (-4 *2 (-174)) (-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 (-419 *4)) (-4 *4 (-1262 *3)) (-4 *3 (-374))
- (-4 *3 (-174)) (-4 *1 (-736 *3 *4))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-174)) (-4 *1 (-736 *3 *2)) (-4 *2 (-1262 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-975 *5)) (-4 *5 (-1236))
- (-4 *2 (-1236)) (-5 *1 (-974 *5 *2))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *1 (-1053 *3 *4 *5 *2 *6)) (-4 *2 (-966 *3 *4 *5))
- (-14 *6 (-656 *2))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1068)) (-4 *2 (-1068))
- (-14 *5 (-783)) (-14 *6 (-783)) (-4 *8 (-243 *6 *7))
- (-4 *9 (-243 *5 *7)) (-4 *10 (-243 *6 *2)) (-4 *11 (-243 *5 *2))
- (-5 *1 (-1074 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12))
- (-4 *4 (-1072 *5 *6 *7 *8 *9)) (-4 *12 (-1072 *5 *6 *2 *10 *11))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1176 *5)) (-4 *5 (-1236))
- (-4 *2 (-1236)) (-5 *1 (-1174 *5 *2))))
- ((*1 *2 *2 *1 *3 *4)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-112) *2 *2))
- (-4 *1 (-1229 *5 *6 *7 *2)) (-4 *5 (-568)) (-4 *6 (-805))
- (-4 *7 (-862)) (-4 *2 (-1084 *5 *6 *7))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1286 *5)) (-4 *5 (-1236))
- (-4 *2 (-1236)) (-5 *1 (-1285 *5 *2)))))
-(((*1 *1 *2 *3)
- (-12 (-4 *1 (-393 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-1119))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-576)) (-5 *2 (-1176 *3)) (-5 *1 (-1179 *3))
- (-4 *3 (-1068))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-831 *4)) (-4 *4 (-862)) (-4 *1 (-1303 *4 *3))
- (-4 *3 (-1068)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-115)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-656 (-960 (-227))))) (-5 *1 (-480)))))
-(((*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-135)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-52)) (-5 *1 (-1214)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1197 (-419 (-576)))) (-5 *2 (-419 (-576)))
- (-5 *1 (-192)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-836)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-4 *2 (-557)) (-5 *1 (-160 *2)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
- (-5 *2 (-656 *4)) (-5 *1 (-1147 *3 *4)) (-4 *3 (-1262 *4))))
- ((*1 *2 *3 *3 *3 *3 *3)
- (-12 (-4 *3 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
- (-5 *2 (-656 *3)) (-5 *1 (-1147 *4 *3)) (-4 *4 (-1262 *3)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1119)) (-5 *1 (-103 *3))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-103 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *1 *3 *3 *4 *4)
- (-12 (-5 *3 (-783)) (-5 *4 (-938)) (-5 *2 (-1291)) (-5 *1 (-1287))))
- ((*1 *2 *1 *3 *3 *4 *4)
- (-12 (-5 *3 (-783)) (-5 *4 (-938)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-419 (-576))) (-5 *1 (-329 *3 *4 *5)) (-4 *3 (-374))
- (-14 *4 (-1195)) (-14 *5 *3))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-624 *6)) (-4 *6 (-13 (-442 *5) (-27) (-1221)))
- (-4 *5 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
- (-5 *2 (-1191 (-419 (-1191 *6)))) (-5 *1 (-572 *5 *6 *7))
- (-5 *3 (-1191 *6)) (-4 *7 (-1119))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1262 *3)) (-5 *1 (-724 *3 *2)) (-4 *3 (-1068))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-736 *3 *2)) (-4 *3 (-174)) (-4 *2 (-1262 *3))))
- ((*1 *2 *3 *4 *4 *5 *6 *7 *8)
- (|partial| -12 (-5 *4 (-1191 *11)) (-5 *6 (-656 *10))
- (-5 *7 (-656 (-783))) (-5 *8 (-656 *11)) (-4 *10 (-862))
- (-4 *11 (-317)) (-4 *9 (-805)) (-4 *5 (-966 *11 *9 *10))
- (-5 *2 (-656 (-1191 *5))) (-5 *1 (-754 *9 *10 *11 *5))
- (-5 *3 (-1191 *5))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-966 *3 *4 *5)) (-5 *1 (-1053 *3 *4 *5 *2 *6))
- (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-14 *6 (-656 *2)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-250 *3)))))
-(((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-783)) (-4 *5 (-374)) (-5 *2 (-176 *6))
- (-5 *1 (-879 *5 *4 *6)) (-4 *4 (-1277 *5)) (-4 *6 (-1262 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-566 *3)) (-4 *3 (-13 (-416) (-1221))) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-860)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1087 *4 *3)) (-4 *4 (-13 (-860) (-374)))
- (-4 *3 (-1262 *4)) (-5 *2 (-112)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 *2)) (-5 *1 (-181 *2)) (-4 *2 (-317))))
- ((*1 *2 *3 *2)
- (-12 (-5 *3 (-656 (-656 *4))) (-5 *2 (-656 *4)) (-4 *4 (-317))
- (-5 *1 (-181 *4))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-656 *8))
- (-5 *4
- (-656
- (-2 (|:| -4156 (-701 *7)) (|:| |basisDen| *7)
- (|:| |basisInv| (-701 *7)))))
- (-5 *5 (-783)) (-4 *8 (-1262 *7)) (-4 *7 (-1262 *6)) (-4 *6 (-360))
- (-5 *2
- (-2 (|:| -4156 (-701 *7)) (|:| |basisDen| *7)
- (|:| |basisInv| (-701 *7))))
- (-5 *1 (-510 *6 *7 *8))))
- ((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-851))
- (-5 *3
- (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227)))
- (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227))))
- (|:| |ub| (-656 (-855 (-227))))))
- (-5 *2 (-1054))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-851))
- (-5 *3
- (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))
- (-5 *2 (-1054)))))
-(((*1 *2 *3 *4 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-227)) (-5 *4 (-576))
- (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956))))
- (-5 *2 (-1054)) (-5 *1 (-760)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1236)) (-5 *1 (-1151 *4 *2))
- (-4 *2 (-13 (-616 (-576) *4) (-10 -7 (-6 -4462) (-6 -4463))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-862)) (-4 *3 (-1236)) (-5 *1 (-1151 *3 *2))
- (-4 *2 (-13 (-616 (-576) *3) (-10 -7 (-6 -4462) (-6 -4463)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1195))
- (-4 *5 (-13 (-464) (-148) (-1057 (-576)) (-651 (-576))))
- (-5 *2 (-598 *3)) (-5 *1 (-569 *5 *3))
- (-4 *3 (-13 (-27) (-1221) (-442 *5))))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-464)) (-4 *4 (-862)) (-4 *5 (-805)) (-5 *2 (-656 *6))
- (-5 *1 (-1006 *3 *4 *5 *6)) (-4 *6 (-966 *3 *5 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-597)) (-5 *1 (-290)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3)
- (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227))
- (-5 *2 (-1054)) (-5 *1 (-764)))))
-(((*1 *2 *1) (-12 (-4 *1 (-133)) (-5 *2 (-783))))
- ((*1 *2 *3 *1 *2)
- (-12 (-5 *2 (-576)) (-4 *1 (-384 *3)) (-4 *3 (-1236))
- (-4 *3 (-1119))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-384 *3)) (-4 *3 (-1236)) (-4 *3 (-1119))
- (-5 *2 (-576))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-112) *4)) (-4 *1 (-384 *4)) (-4 *4 (-1236))
- (-5 *2 (-576))))
- ((*1 *2 *1) (-12 (-5 *2 (-1139)) (-5 *1 (-541))))
- ((*1 *2 *3 *1 *2) (-12 (-4 *1 (-1163)) (-5 *2 (-576)) (-5 *3 (-142))))
- ((*1 *2 *1 *1 *2) (-12 (-4 *1 (-1163)) (-5 *2 (-576)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-783)) (-5 *4 (-576)) (-5 *1 (-457 *2)) (-4 *2 (-1068)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1119)) (-5 *2 (-656 *1))
- (-4 *1 (-442 *3))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-656 (-905 *3))) (-5 *1 (-905 *3))
- (-4 *3 (-1119))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *2 (-656 *1)) (-4 *1 (-966 *3 *4 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1068))
- (-4 *7 (-966 *6 *4 *5)) (-5 *2 (-656 *3))
- (-5 *1 (-967 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-374)
- (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $))
- (-15 -1579 (*7 $))))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-960 *3) (-960 *3))) (-5 *1 (-178 *3))
- (-4 *3 (-13 (-374) (-1221) (-1021))))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-312))))
- ((*1 *1 *1) (-4 *1 (-312))) ((*1 *1 *1) (-5 *1 (-874))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-751 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-656 (-656 *6))) (-4 *6 (-966 *3 *5 *4))
- (-4 *3 (-13 (-317) (-148))) (-4 *4 (-13 (-862) (-626 (-1195))))
- (-4 *5 (-805)) (-5 *1 (-941 *3 *4 *5 *6)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-868 *2)) (-4 *2 (-174))))
- ((*1 *2 *3 *3 *2)
- (-12 (-5 *3 (-783)) (-5 *1 (-868 *2)) (-4 *2 (-174)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1195)) (-5 *3 (-656 (-969 (-576))))
- (-5 *4 (-326 (-171 (-390)))) (-5 *1 (-340))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1195)) (-5 *3 (-656 (-969 (-576))))
- (-5 *4 (-326 (-390))) (-5 *1 (-340))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1195)) (-5 *3 (-656 (-969 (-576))))
- (-5 *4 (-326 (-576))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-326 (-171 (-390)))))
- (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-326 (-390)))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-326 (-576)))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-326 (-171 (-390)))))
- (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-326 (-390)))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-326 (-576)))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-326 (-171 (-390)))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-326 (-390))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-326 (-576))) (-5 *1 (-340))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1195)) (-5 *3 (-656 (-969 (-576))))
- (-5 *4 (-326 (-706))) (-5 *1 (-340))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1195)) (-5 *3 (-656 (-969 (-576))))
- (-5 *4 (-326 (-711))) (-5 *1 (-340))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1195)) (-5 *3 (-656 (-969 (-576))))
- (-5 *4 (-326 (-713))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-326 (-706)))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-326 (-711)))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-326 (-713)))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-326 (-706)))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-326 (-711)))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-326 (-713)))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-706))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-711))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-713))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-706))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-711))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-701 (-713))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-326 (-706))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-326 (-711))) (-5 *1 (-340))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-326 (-713))) (-5 *1 (-340))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-1177)) (-5 *1 (-340))))
- ((*1 *1 *1 *1) (-5 *1 (-874))))
+(((*1 *2 *3 *4 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-768)))))
+(((*1 *1) (-5 *1 (-1289))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-656 (-253 *4 *5))) (-5 *2 (-253 *4 *5))
- (-14 *4 (-656 (-1195))) (-4 *5 (-464)) (-5 *1 (-643 *4 *5)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-732)) (-5 *2 (-938))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-734)) (-5 *2 (-783)))))
-(((*1 *2 *1) (-12 (-5 *2 (-609)) (-5 *1 (-290)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
- (|:| |relerr| (-227))))
- (-5 *2 (-576)) (-5 *1 (-206)))))
-(((*1 *2 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-171 (-227)))) (-5 *2 (-1054))
- (-5 *1 (-766)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1176 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068))
- (-4 *4 (-805)) (-4 *5 (-862)) (-4 *3 (-568)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1195))
- (-4 *4 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
- (-5 *2 (-1 *5 *5)) (-5 *1 (-816 *4 *5))
- (-4 *5 (-13 (-29 *4) (-1221) (-976))))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-783)) (-5 *1 (-1120 *4 *5)) (-14 *4 *3)
- (-14 *5 *3))))
-(((*1 *1 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 *4))
- (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
+ (-12 (-5 *3 (-656 *2)) (-4 *2 (-968 *4 *5 *6)) (-4 *4 (-317))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-459 *4 *5 *6 *2)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-783)) (-5 *1 (-687 *3)) (-4 *3 (-1068))
- (-4 *3 (-1119)))))
-(((*1 *1 *1 *1) (-4 *1 (-485))) ((*1 *1 *1 *1) (-4 *1 (-773))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1068))
- (-4 *2 (-13 (-416) (-1057 *4) (-374) (-1221) (-294)))
- (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1262 *4)))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-656 (-969 *6))) (-5 *4 (-656 (-1195))) (-4 *6 (-464))
- (-5 *2 (-656 (-656 *7))) (-5 *1 (-550 *6 *7 *5)) (-4 *7 (-374))
- (-4 *5 (-13 (-374) (-860))))))
-(((*1 *2 *2 *2 *3 *4)
- (-12 (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1068))
- (-5 *1 (-865 *5 *2)) (-4 *2 (-864 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1214)))))
-(((*1 *1) (-5 *1 (-449))))
-(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-944)))))
-(((*1 *1 *1) (-4 *1 (-144)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-783)) (-5 *3 (-960 *5)) (-4 *5 (-1068))
- (-5 *1 (-1183 *4 *5)) (-14 *4 (-938))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-783))) (-5 *3 (-783)) (-5 *1 (-1183 *4 *5))
- (-14 *4 (-938)) (-4 *5 (-1068))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-783))) (-5 *3 (-960 *5)) (-4 *5 (-1068))
- (-5 *1 (-1183 *4 *5)) (-14 *4 (-938)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4462)) (-4 *1 (-501 *4))
- (-4 *4 (-1236)) (-5 *2 (-112)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-464))
- (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *1 (-996 *3 *4 *5 *6)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-249 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *3 *2)
- (-12
- (-5 *2
- (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227))
- (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227))
- (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))
- (-5 *3 (-656 (-270))) (-5 *1 (-268))))
- ((*1 *1 *2)
- (-12
- (-5 *2
- (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227))
- (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227))
- (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))
- (-5 *1 (-270))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288))))
- ((*1 *2 *1 *3 *3 *4 *4 *4)
- (-12 (-5 *3 (-576)) (-5 *4 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288))))
- ((*1 *2 *1 *3)
- (-12
- (-5 *3
- (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227))
- (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227))
- (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))
- (-5 *2 (-1291)) (-5 *1 (-1288))))
- ((*1 *2 *1)
- (-12
- (-5 *2
- (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -1803 (-227))
- (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227))
- (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))
- (-5 *1 (-1288))))
- ((*1 *2 *1 *3 *3 *3 *3 *3)
- (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
- (-5 *2 (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4))))
- (-5 *1 (-1091 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-5 *2 (-576))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068))
- (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-576)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-943)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-999 *2)) (-4 *2 (-1068))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-960 (-227))) (-5 *1 (-1232))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-1068)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1286 *4)) (-4 *4 (-13 (-1068) (-651 *5)))
- (-4 *5 (-374)) (-4 *5 (-568)) (-5 *2 (-1286 *5))
- (-5 *1 (-650 *5 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1286 *4)) (-4 *4 (-13 (-1068) (-651 *5)))
- (-2658 (-4 *5 (-374))) (-4 *5 (-568)) (-5 *2 (-1286 (-419 *5)))
- (-5 *1 (-650 *5 *4)))))
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-5 *1 (-1168 *3)))))
+(((*1 *2 *3 *4 *4 *4 *5 *5 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-763)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-227)) (-5 *2 (-112)) (-5 *1 (-309 *4 *5)) (-14 *4 *3)
- (-14 *5 *3)))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1113 (-855 (-227)))) (-5 *3 (-227)) (-5 *2 (-112))
- (-5 *1 (-315))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112))
- (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5)))))
-(((*1 *1) (-5 *1 (-449))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-988 *3 *2)) (-4 *2 (-1262 *3))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *2 (-568))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1068)) (-4 *2 (-568)))))
-(((*1 *2 *2) (-12 (-5 *2 (-983 *3)) (-4 *3 (-1119)) (-5 *1 (-984 *3)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1158))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112))
- (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5))))
- ((*1 *2 *1) (-12 (-4 *1 (-734)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-738)) (-5 *2 (-112)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-938)) (-5 *2 (-480)) (-5 *1 (-1287)))))
+ (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6))
+ (-5 *2 (-656 (-2 (|:| -1594 *1) (|:| -3823 (-656 *7)))))
+ (-5 *3 (-656 *7)) (-4 *1 (-1231 *4 *5 *6 *7)))))
(((*1 *2 *2)
- (-12 (-4 *2 (-13 (-374) (-860))) (-5 *1 (-183 *2 *3))
- (-4 *3 (-1262 (-171 *2))))))
-(((*1 *2 *3) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-458)) (-5 *3 (-576)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-2 (|:| -1827 *4) (|:| -1967 (-576)))))
- (-4 *4 (-1262 (-576))) (-5 *2 (-749 (-783))) (-5 *1 (-454 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-430 *5)) (-4 *5 (-1262 *4)) (-4 *4 (-1068))
- (-5 *2 (-749 (-783))) (-5 *1 (-456 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-337 *3)) (-4 *3 (-1236))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-783)) (-5 *1 (-528 *3 *4)) (-4 *3 (-1236))
- (-14 *4 (-576)))))
-(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-124))))
-(((*1 *2 *3 *4 *3 *4 *4 *4 *4 *4)
- (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *2 (-1054))
- (-5 *1 (-767)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *2 (-576)) (-5 *1 (-581 *3)) (-4 *3 (-1057 *2)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3)
- (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *6 (-227))
- (-5 *3 (-576)) (-5 *2 (-1054)) (-5 *1 (-764)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-480)) (-5 *4 (-938)) (-5 *2 (-1291)) (-5 *1 (-1287)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-1291)) (-5 *1 (-1198)))))
-(((*1 *2 *1 *1 *3)
- (-12 (-5 *3 (-1 (-112) *5 *5)) (-4 *5 (-13 (-1119) (-34)))
- (-5 *2 (-112)) (-5 *1 (-1159 *4 *5)) (-4 *4 (-13 (-1119) (-34))))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-1177)) (-5 *3 (-835)) (-5 *1 (-834)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-732)) (-5 *2 (-938))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-734)) (-5 *2 (-783)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1119)) (-4 *3 (-23))
- (-14 *4 *3)))
- ((*1 *1 *2 *3 *1)
- (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1119)) (-4 *3 (-23))
- (-14 *4 *3)))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-687 *2)) (-4 *2 (-1068)) (-4 *2 (-1119)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *5 (-1057 (-48)))
- (-4 *4 (-13 (-568) (-1057 (-576)))) (-4 *5 (-442 *4))
- (-5 *2 (-430 (-1191 (-48)))) (-5 *1 (-447 *4 *5 *3))
- (-4 *3 (-1262 *5)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1117 *3)) (-4 *3 (-1119)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-4 *1 (-521 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-862)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-656
- (-2 (|:| -3731 (-783))
- (|:| |eqns|
- (-656
- (-2 (|:| |det| *7) (|:| |rows| (-656 (-576)))
- (|:| |cols| (-656 (-576))))))
- (|:| |fgb| (-656 *7)))))
- (-4 *7 (-966 *4 *6 *5)) (-4 *4 (-13 (-317) (-148)))
- (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *2 (-783))
- (-5 *1 (-941 *4 *5 *6 *7)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-381 *4 *5)) (-4 *4 (-174))
- (-4 *5 (-1262 *4)) (-5 *2 (-701 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-421 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1262 *3))
- (-5 *2 (-701 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1286 (-783))) (-5 *1 (-687 *3)) (-4 *3 (-1119)))))
-(((*1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862))))
- ((*1 *1 *1) (-12 (-5 *1 (-831 *2)) (-4 *2 (-862))))
- ((*1 *1 *1) (-12 (-5 *1 (-906 *2)) (-4 *2 (-862))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-1229 *2 *3 *4 *5)) (-4 *2 (-568))
- (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-1084 *2 *3 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-1274 *3)) (-4 *3 (-1236))))
- ((*1 *1 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1191 (-419 (-969 *3)))) (-5 *1 (-465 *3 *4 *5 *6))
- (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-360)) (-5 *2 (-430 (-1191 (-1191 *4))))
- (-5 *1 (-1234 *4)) (-5 *3 (-1191 (-1191 *4))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 *4)) (-4 *4 (-862)) (-5 *2 (-656 (-676 *4 *5)))
- (-5 *1 (-639 *4 *5 *6)) (-4 *5 (-13 (-174) (-729 (-419 (-576)))))
- (-14 *6 (-938)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 (-783) *2)) (-5 *4 (-783)) (-4 *2 (-1119))
- (-5 *1 (-690 *2))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1 *3 (-783) *3)) (-4 *3 (-1119)) (-5 *1 (-694 *3)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1248 *3 *2)) (-4 *3 (-1068))
- (-4 *2 (-1277 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *2 (-656 (-1195))) (-5 *1 (-1198)) (-5 *3 (-1195)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-541)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174))
- (-5 *2 (-1286 (-701 *4)))))
+ (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-416)) (-4 *3 (-1070))))
((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-1286 (-701 *4))) (-5 *1 (-428 *3 *4))
- (-4 *3 (-429 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-1286 (-701 *3)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-1195))) (-4 *5 (-374))
- (-5 *2 (-1286 (-701 (-419 (-969 *5))))) (-5 *1 (-1105 *5))
- (-5 *4 (-701 (-419 (-969 *5))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-1195))) (-4 *5 (-374))
- (-5 *2 (-1286 (-701 (-969 *5)))) (-5 *1 (-1105 *5))
- (-5 *4 (-701 (-969 *5)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-701 *4))) (-4 *4 (-374))
- (-5 *2 (-1286 (-701 *4))) (-5 *1 (-1105 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-4 *1 (-152 *3))))
+ (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-416)) (-4 *3 (-1070)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-985 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1170 *3)) (-4 *3 (-1238)) (-5 *2 (-112)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-4 *1 (-152 *3))))
((*1 *1 *2)
(-12
- (-5 *2 (-656 (-2 (|:| -2125 (-783)) (|:| -2391 *4) (|:| |num| *4))))
- (-4 *4 (-1262 *3)) (-4 *3 (-13 (-374) (-148))) (-5 *1 (-411 *3 *4))))
+ (-5 *2 (-656 (-2 (|:| -3744 (-783)) (|:| -3188 *4) (|:| |num| *4))))
+ (-4 *4 (-1264 *3)) (-4 *3 (-13 (-374) (-148))) (-5 *1 (-411 *3 *4))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-5 *3 (-656 (-969 (-576)))) (-5 *4 (-112)) (-5 *1 (-449))))
+ (-12 (-5 *2 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-5 *3 (-656 (-971 (-576)))) (-5 *4 (-112)) (-5 *1 (-449))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-5 *3 (-656 (-1195))) (-5 *4 (-112)) (-5 *1 (-449))))
+ (-12 (-5 *2 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-5 *3 (-656 (-1197))) (-5 *4 (-112)) (-5 *1 (-449))))
((*1 *2 *1)
- (-12 (-5 *2 (-1176 *3)) (-5 *1 (-613 *3)) (-4 *3 (-1236))))
+ (-12 (-5 *2 (-1178 *3)) (-5 *1 (-613 *3)) (-4 *3 (-1238))))
((*1 *1 *1 *1) (-12 (-4 *1 (-646 *2)) (-4 *2 (-174))))
((*1 *1 *1 *2)
(-12 (-5 *2 (-684 *3)) (-4 *3 (-862)) (-5 *1 (-676 *3 *4))
@@ -4804,173 +1615,134 @@
(-12 (-5 *2 (-684 *3)) (-4 *3 (-862)) (-5 *1 (-676 *3 *4))
(-4 *4 (-174))))
((*1 *1 *2)
- (-12 (-5 *2 (-656 (-656 (-656 *3)))) (-4 *3 (-1119))
+ (-12 (-5 *2 (-656 (-656 (-656 *3)))) (-4 *3 (-1121))
(-5 *1 (-687 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-725 *2 *3 *4)) (-4 *2 (-862)) (-4 *3 (-1119))
+ (-12 (-5 *1 (-725 *2 *3 *4)) (-4 *2 (-862)) (-4 *3 (-1121))
(-14 *4
- (-1 (-112) (-2 (|:| -3222 *2) (|:| -2125 *3))
- (-2 (|:| -3222 *2) (|:| -2125 *3))))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-1137)) (-5 *1 (-850))))
+ (-1 (-112) (-2 (|:| -2409 *2) (|:| -3744 *3))
+ (-2 (|:| -2409 *2) (|:| -3744 *3))))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-1139)) (-5 *1 (-850))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-885 *2 *3)) (-4 *2 (-1236)) (-4 *3 (-1236))))
+ (-12 (-5 *1 (-887 *2 *3)) (-4 *2 (-1238)) (-4 *3 (-1238))))
((*1 *1 *2)
- (-12 (-5 *2 (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 *4))))
- (-4 *4 (-1119)) (-5 *1 (-902 *3 *4)) (-4 *3 (-1119))))
+ (-12 (-5 *2 (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 *4))))
+ (-4 *4 (-1121)) (-5 *1 (-904 *3 *4)) (-4 *3 (-1121))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 *5)) (-4 *5 (-13 (-1119) (-34)))
- (-5 *2 (-656 (-1159 *3 *5))) (-5 *1 (-1159 *3 *5))
- (-4 *3 (-13 (-1119) (-34)))))
+ (-12 (-5 *4 (-656 *5)) (-4 *5 (-13 (-1121) (-34)))
+ (-5 *2 (-656 (-1161 *3 *5))) (-5 *1 (-1161 *3 *5))
+ (-4 *3 (-13 (-1121) (-34)))))
((*1 *2 *3)
- (-12 (-5 *3 (-656 (-2 (|:| |val| *4) (|:| -3986 *5))))
- (-4 *4 (-13 (-1119) (-34))) (-4 *5 (-13 (-1119) (-34)))
- (-5 *2 (-656 (-1159 *4 *5))) (-5 *1 (-1159 *4 *5))))
+ (-12 (-5 *3 (-656 (-2 (|:| |val| *4) (|:| -4442 *5))))
+ (-4 *4 (-13 (-1121) (-34))) (-4 *5 (-13 (-1121) (-34)))
+ (-5 *2 (-656 (-1161 *4 *5))) (-5 *1 (-1161 *4 *5))))
((*1 *1 *2)
- (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -3986 *4)))
- (-4 *3 (-13 (-1119) (-34))) (-4 *4 (-13 (-1119) (-34)))
- (-5 *1 (-1159 *3 *4))))
+ (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -4442 *4)))
+ (-4 *3 (-13 (-1121) (-34))) (-4 *4 (-13 (-1121) (-34)))
+ (-5 *1 (-1161 *3 *4))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-1159 *2 *3)) (-4 *2 (-13 (-1119) (-34)))
- (-4 *3 (-13 (-1119) (-34)))))
+ (-12 (-5 *1 (-1161 *2 *3)) (-4 *2 (-13 (-1121) (-34)))
+ (-4 *3 (-13 (-1121) (-34)))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-5 *1 (-1159 *2 *3)) (-4 *2 (-13 (-1119) (-34)))
- (-4 *3 (-13 (-1119) (-34)))))
+ (-12 (-5 *4 (-112)) (-5 *1 (-1161 *2 *3)) (-4 *2 (-13 (-1121) (-34)))
+ (-4 *3 (-13 (-1121) (-34)))))
((*1 *1 *2 *3 *2 *4)
- (-12 (-5 *4 (-656 *3)) (-4 *3 (-13 (-1119) (-34)))
- (-5 *1 (-1160 *2 *3)) (-4 *2 (-13 (-1119) (-34)))))
+ (-12 (-5 *4 (-656 *3)) (-4 *3 (-13 (-1121) (-34)))
+ (-5 *1 (-1162 *2 *3)) (-4 *2 (-13 (-1121) (-34)))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-656 (-1159 *2 *3))) (-4 *2 (-13 (-1119) (-34)))
- (-4 *3 (-13 (-1119) (-34))) (-5 *1 (-1160 *2 *3))))
+ (-12 (-5 *4 (-656 (-1161 *2 *3))) (-4 *2 (-13 (-1121) (-34)))
+ (-4 *3 (-13 (-1121) (-34))) (-5 *1 (-1162 *2 *3))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-656 (-1160 *2 *3))) (-5 *1 (-1160 *2 *3))
- (-4 *2 (-13 (-1119) (-34))) (-4 *3 (-13 (-1119) (-34)))))
+ (-12 (-5 *4 (-656 (-1162 *2 *3))) (-5 *1 (-1162 *2 *3))
+ (-4 *2 (-13 (-1121) (-34))) (-4 *3 (-13 (-1121) (-34)))))
((*1 *1 *2)
- (-12 (-5 *2 (-1159 *3 *4)) (-4 *3 (-13 (-1119) (-34)))
- (-4 *4 (-13 (-1119) (-34))) (-5 *1 (-1160 *3 *4))))
+ (-12 (-5 *2 (-1161 *3 *4)) (-4 *3 (-13 (-1121) (-34)))
+ (-4 *4 (-13 (-1121) (-34))) (-5 *1 (-1162 *3 *4))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-1184 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-616 *3 *2)) (-4 *3 (-1119)) (-4 *3 (-862))
- (-4 *2 (-1236))))
- ((*1 *2 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862))))
- ((*1 *2 *1) (-12 (-5 *1 (-831 *2)) (-4 *2 (-862))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1236)) (-5 *1 (-885 *2 *3)) (-4 *3 (-1236))))
- ((*1 *2 *1) (-12 (-5 *2 (-684 *3)) (-5 *1 (-906 *3)) (-4 *3 (-862))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568))
- (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-1274 *3)) (-4 *3 (-1236))))
- ((*1 *2 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))))
+ (-12 (-5 *1 (-1186 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *5 *5))
- (-4 *5 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
- (-5 *2
- (-2 (|:| |solns| (-656 *5))
- (|:| |maps| (-656 (-2 (|:| |arg| *5) (|:| |res| *5))))))
- (-5 *1 (-1147 *3 *5)) (-4 *3 (-1262 *5)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-1291)) (-5 *1 (-1287))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7)
- (-12 (-5 *4 (-576)) (-5 *5 (-701 (-227)))
- (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))))
- (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))
- (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-761)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-834)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
- (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390))
- (-5 *2
- (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576))
- (|:| |success| (-112))))
- (-5 *1 (-801)) (-5 *5 (-576)))))
-(((*1 *2) (-12 (-5 *2 (-131)) (-5 *1 (-1205)))))
-(((*1 *2 *2)
- (-12 (-4 *2 (-174)) (-4 *2 (-1068)) (-5 *1 (-726 *2 *3))
- (-4 *3 (-660 *2))))
- ((*1 *2 *2) (-12 (-5 *1 (-848 *2)) (-4 *2 (-174)) (-4 *2 (-1068)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-656 (-1191 *5))) (-5 *3 (-1191 *5))
- (-4 *5 (-167 *4)) (-4 *4 (-557)) (-5 *1 (-150 *4 *5))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-656 *3)) (-4 *3 (-1262 *5))
- (-4 *5 (-1262 *4)) (-4 *4 (-360)) (-5 *1 (-369 *4 *5 *3))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-656 (-1191 (-576)))) (-5 *3 (-1191 (-576)))
- (-5 *1 (-584))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-656 (-1191 *1))) (-5 *3 (-1191 *1))
- (-4 *1 (-926)))))
-(((*1 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-576)) (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1068))
- (-5 *1 (-331 *4 *5 *2 *6)) (-4 *6 (-966 *2 *4 *5)))))
+ (-12 (-5 *3 (-419 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1264 *5))
+ (-5 *1 (-739 *5 *2)) (-4 *5 (-374)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *1 *1 *1) (-4 *1 (-557))))
+(((*1 *2 *1) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-1193 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-1237))) (-5 *1 (-693))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-1202))) (-5 *1 (-1139)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-406))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1218)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4))))
+ (-5 *1 (-1093 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-1246))))))
(((*1 *1 *2)
- (-12 (-5 *2 (-1286 *3)) (-4 *3 (-374)) (-14 *6 (-1286 (-701 *3)))
- (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-938)) (-14 *5 (-656 (-1195)))))
- ((*1 *1 *2) (-12 (-5 *2 (-1144 (-576) (-624 (-48)))) (-5 *1 (-48))))
- ((*1 *2 *3) (-12 (-5 *2 (-52)) (-5 *1 (-51 *3)) (-4 *3 (-1236))))
+ (-12 (-5 *2 (-1288 *3)) (-4 *3 (-374)) (-14 *6 (-1288 (-701 *3)))
+ (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-940)) (-14 *5 (-656 (-1197)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1146 (-576) (-624 (-48)))) (-5 *1 (-48))))
+ ((*1 *2 *3) (-12 (-5 *2 (-52)) (-5 *1 (-51 *3)) (-4 *3 (-1238))))
((*1 *1 *2)
- (-12 (-5 *2 (-1286 (-350 (-3579 'JINT 'X 'ELAM) (-3579) (-711))))
- (-5 *1 (-61 *3)) (-14 *3 (-1195))))
+ (-12 (-5 *2 (-1288 (-350 (-4125 'JINT 'X 'ELAM) (-4125) (-711))))
+ (-5 *1 (-61 *3)) (-14 *3 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-1286 (-350 (-3579) (-3579 'XC) (-711))))
- (-5 *1 (-63 *3)) (-14 *3 (-1195))))
+ (-12 (-5 *2 (-1288 (-350 (-4125) (-4125 'XC) (-711))))
+ (-5 *1 (-63 *3)) (-14 *3 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-350 (-3579 'X) (-3579) (-711))) (-5 *1 (-64 *3))
- (-14 *3 (-1195))))
+ (-12 (-5 *2 (-350 (-4125 'X) (-4125) (-711))) (-5 *1 (-64 *3))
+ (-14 *3 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-350 (-3579) (-3579 'XC) (-711))) (-5 *1 (-66 *3))
- (-14 *3 (-1195))))
+ (-12 (-5 *2 (-350 (-4125) (-4125 'XC) (-711))) (-5 *1 (-66 *3))
+ (-14 *3 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-1286 (-350 (-3579 'X) (-3579 '-2490) (-711))))
- (-5 *1 (-71 *3)) (-14 *3 (-1195))))
+ (-12 (-5 *2 (-1288 (-350 (-4125 'X) (-4125 '-1439) (-711))))
+ (-5 *1 (-71 *3)) (-14 *3 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-1286 (-350 (-3579) (-3579 'X) (-711))))
- (-5 *1 (-74 *3)) (-14 *3 (-1195))))
+ (-12 (-5 *2 (-1288 (-350 (-4125) (-4125 'X) (-711))))
+ (-5 *1 (-74 *3)) (-14 *3 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-1286 (-350 (-3579 'X 'EPS) (-3579 '-2490) (-711))))
- (-5 *1 (-75 *3 *4 *5)) (-14 *3 (-1195)) (-14 *4 (-1195))
- (-14 *5 (-1195))))
+ (-12 (-5 *2 (-1288 (-350 (-4125 'X 'EPS) (-4125 '-1439) (-711))))
+ (-5 *1 (-75 *3 *4 *5)) (-14 *3 (-1197)) (-14 *4 (-1197))
+ (-14 *5 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-1286 (-350 (-3579 'EPS) (-3579 'YA 'YB) (-711))))
- (-5 *1 (-76 *3 *4 *5)) (-14 *3 (-1195)) (-14 *4 (-1195))
- (-14 *5 (-1195))))
+ (-12 (-5 *2 (-1288 (-350 (-4125 'EPS) (-4125 'YA 'YB) (-711))))
+ (-5 *1 (-76 *3 *4 *5)) (-14 *3 (-1197)) (-14 *4 (-1197))
+ (-14 *5 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-350 (-3579) (-3579 'X) (-711))) (-5 *1 (-77 *3))
- (-14 *3 (-1195))))
+ (-12 (-5 *2 (-350 (-4125) (-4125 'X) (-711))) (-5 *1 (-77 *3))
+ (-14 *3 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-350 (-3579) (-3579 'X) (-711))) (-5 *1 (-78 *3))
- (-14 *3 (-1195))))
+ (-12 (-5 *2 (-350 (-4125) (-4125 'X) (-711))) (-5 *1 (-78 *3))
+ (-14 *3 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-1286 (-350 (-3579) (-3579 'XC) (-711))))
- (-5 *1 (-79 *3)) (-14 *3 (-1195))))
+ (-12 (-5 *2 (-1288 (-350 (-4125) (-4125 'XC) (-711))))
+ (-5 *1 (-79 *3)) (-14 *3 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-1286 (-350 (-3579) (-3579 'X) (-711))))
- (-5 *1 (-80 *3)) (-14 *3 (-1195))))
+ (-12 (-5 *2 (-1288 (-350 (-4125) (-4125 'X) (-711))))
+ (-5 *1 (-80 *3)) (-14 *3 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-1286 (-350 (-3579 'X '-2490) (-3579) (-711))))
- (-5 *1 (-82 *3)) (-14 *3 (-1195))))
+ (-12 (-5 *2 (-1288 (-350 (-4125 'X '-1439) (-4125) (-711))))
+ (-5 *1 (-82 *3)) (-14 *3 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-701 (-350 (-3579 'X '-2490) (-3579) (-711))))
- (-5 *1 (-83 *3)) (-14 *3 (-1195))))
+ (-12 (-5 *2 (-701 (-350 (-4125 'X '-1439) (-4125) (-711))))
+ (-5 *1 (-83 *3)) (-14 *3 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-701 (-350 (-3579 'X) (-3579) (-711)))) (-5 *1 (-84 *3))
- (-14 *3 (-1195))))
+ (-12 (-5 *2 (-701 (-350 (-4125 'X) (-4125) (-711)))) (-5 *1 (-84 *3))
+ (-14 *3 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-1286 (-350 (-3579 'X) (-3579) (-711))))
- (-5 *1 (-85 *3)) (-14 *3 (-1195))))
+ (-12 (-5 *2 (-1288 (-350 (-4125 'X) (-4125) (-711))))
+ (-5 *1 (-85 *3)) (-14 *3 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-1286 (-350 (-3579 'X) (-3579 '-2490) (-711))))
- (-5 *1 (-86 *3)) (-14 *3 (-1195))))
+ (-12 (-5 *2 (-1288 (-350 (-4125 'X) (-4125 '-1439) (-711))))
+ (-5 *1 (-86 *3)) (-14 *3 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-701 (-350 (-3579 'XL 'XR 'ELAM) (-3579) (-711))))
- (-5 *1 (-87 *3)) (-14 *3 (-1195))))
+ (-12 (-5 *2 (-701 (-350 (-4125 'XL 'XR 'ELAM) (-4125) (-711))))
+ (-5 *1 (-87 *3)) (-14 *3 (-1197))))
((*1 *1 *2)
- (-12 (-5 *2 (-350 (-3579 'X) (-3579 '-2490) (-711))) (-5 *1 (-89 *3))
- (-14 *3 (-1195))))
+ (-12 (-5 *2 (-350 (-4125 'X) (-4125 '-1439) (-711))) (-5 *1 (-89 *3))
+ (-14 *3 (-1197))))
((*1 *1 *2)
(-12 (-5 *2 (-656 (-137 *3 *4 *5))) (-5 *1 (-137 *3 *4 *5))
(-14 *3 (-576)) (-14 *4 (-783)) (-4 *5 (-174))))
@@ -4978,33 +1750,33 @@
(-12 (-5 *2 (-656 *5)) (-4 *5 (-174)) (-5 *1 (-137 *3 *4 *5))
(-14 *3 (-576)) (-14 *4 (-783))))
((*1 *1 *2)
- (-12 (-5 *2 (-1161 *4 *5)) (-14 *4 (-783)) (-4 *5 (-174))
+ (-12 (-5 *2 (-1163 *4 *5)) (-14 *4 (-783)) (-4 *5 (-174))
(-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576))))
((*1 *1 *2)
(-12 (-5 *2 (-245 *4 *5)) (-14 *4 (-783)) (-4 *5 (-174))
(-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576))))
((*1 *2 *3)
- (-12 (-5 *3 (-1286 (-701 *4))) (-4 *4 (-174))
- (-5 *2 (-1286 (-701 (-419 (-969 *4))))) (-5 *1 (-191 *4))))
+ (-12 (-5 *3 (-1288 (-701 *4))) (-4 *4 (-174))
+ (-5 *2 (-1288 (-701 (-419 (-971 *4))))) (-5 *1 (-191 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-1111 (-326 *4)))
- (-4 *4 (-13 (-862) (-568) (-626 (-390)))) (-5 *2 (-1111 (-390)))
+ (-12 (-5 *3 (-1113 (-326 *4)))
+ (-4 *4 (-13 (-862) (-568) (-626 (-390)))) (-5 *2 (-1113 (-390)))
(-5 *1 (-265 *4))))
((*1 *1 *2) (-12 (-4 *1 (-275 *2)) (-4 *2 (-862))))
((*1 *1 *2) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-284))))
((*1 *2 *1)
- (-12 (-4 *2 (-1262 *3)) (-5 *1 (-299 *3 *2 *4 *5 *6 *7))
+ (-12 (-4 *2 (-1264 *3)) (-5 *1 (-299 *3 *2 *4 *5 *6 *7))
(-4 *3 (-174)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4))
(-14 *6 (-1 (-3 *4 "failed") *4 *4))
(-14 *7 (-1 (-3 *2 "failed") *2 *2 *4))))
((*1 *1 *2)
- (-12 (-5 *2 (-1271 *4 *5 *6)) (-4 *4 (-13 (-27) (-1221) (-442 *3)))
- (-14 *5 (-1195)) (-14 *6 *4)
- (-4 *3 (-13 (-1057 (-576)) (-651 (-576)) (-464)))
+ (-12 (-5 *2 (-1273 *4 *5 *6)) (-4 *4 (-13 (-27) (-1223) (-442 *3)))
+ (-14 *5 (-1197)) (-14 *6 *4)
+ (-4 *3 (-13 (-1059 (-576)) (-651 (-576)) (-464)))
(-5 *1 (-323 *3 *4 *5 *6))))
((*1 *2 *1)
(-12 (-5 *2 (-326 *5)) (-5 *1 (-350 *3 *4 *5))
- (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195))) (-4 *5 (-399))))
+ (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197))) (-4 *5 (-399))))
((*1 *2 *3)
(-12 (-4 *4 (-360)) (-4 *2 (-339 *4)) (-5 *1 (-358 *3 *4 *2))
(-4 *3 (-339 *4))))
@@ -5013,93 +1785,93 @@
(-4 *3 (-339 *4))))
((*1 *2 *1)
(-12 (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174))
- (-5 *2 (-1310 *3 *4))))
+ (-5 *2 (-1312 *3 *4))))
((*1 *2 *1)
(-12 (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174))
- (-5 *2 (-1301 *3 *4))))
+ (-5 *2 (-1303 *3 *4))))
((*1 *1 *2) (-12 (-4 *1 (-385 *2 *3)) (-4 *2 (-862)) (-4 *3 (-174))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340)))))
(-4 *1 (-394))))
((*1 *1 *2) (-12 (-5 *2 (-340)) (-4 *1 (-394))))
((*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-4 *1 (-394))))
((*1 *1 *2) (-12 (-5 *2 (-701 (-711))) (-4 *1 (-394))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340)))))
(-4 *1 (-395))))
((*1 *1 *2) (-12 (-5 *2 (-340)) (-4 *1 (-395))))
((*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-4 *1 (-395))))
- ((*1 *2 *3) (-12 (-5 *2 (-406)) (-5 *1 (-405 *3)) (-4 *3 (-1119))))
+ ((*1 *2 *3) (-12 (-5 *2 (-406)) (-5 *1 (-405 *3)) (-4 *3 (-1121))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340)))))
(-4 *1 (-408))))
((*1 *1 *2) (-12 (-5 *2 (-340)) (-4 *1 (-408))))
((*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-4 *1 (-408))))
((*1 *1 *2)
(-12 (-5 *2 (-304 (-326 (-171 (-390))))) (-5 *1 (-410 *3 *4 *5 *6))
- (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1199))))
+ (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1201))))
((*1 *1 *2)
(-12 (-5 *2 (-304 (-326 (-390)))) (-5 *1 (-410 *3 *4 *5 *6))
- (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1199))))
+ (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1201))))
((*1 *1 *2)
(-12 (-5 *2 (-304 (-326 (-576)))) (-5 *1 (-410 *3 *4 *5 *6))
- (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1199))))
+ (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1201))))
((*1 *1 *2)
(-12 (-5 *2 (-326 (-171 (-390)))) (-5 *1 (-410 *3 *4 *5 *6))
- (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1199))))
+ (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1201))))
((*1 *1 *2)
(-12 (-5 *2 (-326 (-390))) (-5 *1 (-410 *3 *4 *5 *6))
- (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1199))))
+ (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1201))))
((*1 *1 *2)
(-12 (-5 *2 (-326 (-576))) (-5 *1 (-410 *3 *4 *5 *6))
- (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1199))))
+ (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1201))))
((*1 *1 *2)
(-12 (-5 *2 (-304 (-326 (-706)))) (-5 *1 (-410 *3 *4 *5 *6))
- (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1199))))
+ (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1201))))
((*1 *1 *2)
(-12 (-5 *2 (-304 (-326 (-711)))) (-5 *1 (-410 *3 *4 *5 *6))
- (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1199))))
+ (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1201))))
((*1 *1 *2)
(-12 (-5 *2 (-304 (-326 (-713)))) (-5 *1 (-410 *3 *4 *5 *6))
- (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1199))))
+ (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1201))))
((*1 *1 *2)
(-12 (-5 *2 (-326 (-706))) (-5 *1 (-410 *3 *4 *5 *6))
- (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1199))))
+ (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1201))))
((*1 *1 *2)
(-12 (-5 *2 (-326 (-711))) (-5 *1 (-410 *3 *4 *5 *6))
- (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1199))))
+ (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1201))))
((*1 *1 *2)
(-12 (-5 *2 (-326 (-713))) (-5 *1 (-410 *3 *4 *5 *6))
- (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1199))))
+ (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1201))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340)))))
- (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1195))
- (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1199))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340)))))
+ (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1197))
+ (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1201))))
((*1 *1 *2)
(-12 (-5 *2 (-656 (-340))) (-5 *1 (-410 *3 *4 *5 *6))
- (-14 *3 (-1195)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1199))))
+ (-14 *3 (-1197)) (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1201))))
((*1 *1 *2)
- (-12 (-5 *2 (-340)) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1195))
- (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1199))))
+ (-12 (-5 *2 (-340)) (-5 *1 (-410 *3 *4 *5 *6)) (-14 *3 (-1197))
+ (-14 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1201))))
((*1 *1 *2)
(-12 (-5 *2 (-341 *4)) (-4 *4 (-13 (-862) (-21)))
(-5 *1 (-439 *3 *4)) (-4 *3 (-13 (-174) (-38 (-419 (-576)))))))
@@ -5107,80 +1879,80 @@
(-12 (-5 *1 (-439 *2 *3)) (-4 *2 (-13 (-174) (-38 (-419 (-576)))))
(-4 *3 (-13 (-862) (-21)))))
((*1 *1 *2)
- (-12 (-5 *2 (-419 (-969 (-419 *3)))) (-4 *3 (-568)) (-4 *3 (-1119))
+ (-12 (-5 *2 (-419 (-971 (-419 *3)))) (-4 *3 (-568)) (-4 *3 (-1121))
(-4 *1 (-442 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-969 (-419 *3))) (-4 *3 (-568)) (-4 *3 (-1119))
+ (-12 (-5 *2 (-971 (-419 *3))) (-4 *3 (-568)) (-4 *3 (-1121))
(-4 *1 (-442 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-419 *3)) (-4 *3 (-568)) (-4 *3 (-1119))
+ (-12 (-5 *2 (-419 *3)) (-4 *3 (-568)) (-4 *3 (-1121))
(-4 *1 (-442 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1144 *3 (-624 *1))) (-4 *3 (-1068)) (-4 *3 (-1119))
+ (-12 (-5 *2 (-1146 *3 (-624 *1))) (-4 *3 (-1070)) (-4 *3 (-1121))
(-4 *1 (-442 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1123)) (-5 *1 (-446))))
- ((*1 *2 *1) (-12 (-5 *2 (-1195)) (-5 *1 (-446))))
- ((*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-446))))
- ((*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-446))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1125)) (-5 *1 (-446))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1197)) (-5 *1 (-446))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-446))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-446))))
((*1 *1 *2) (-12 (-5 *2 (-446)) (-5 *1 (-449))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340)))))
(-4 *1 (-452))))
((*1 *1 *2) (-12 (-5 *2 (-340)) (-4 *1 (-452))))
((*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-4 *1 (-452))))
- ((*1 *1 *2) (-12 (-5 *2 (-1286 (-711))) (-4 *1 (-452))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1288 (-711))) (-4 *1 (-452))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1199)) (|:| -4346 (-656 (-340)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1201)) (|:| -3540 (-656 (-340)))))
(-4 *1 (-453))))
((*1 *1 *2) (-12 (-5 *2 (-340)) (-4 *1 (-453))))
((*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-4 *1 (-453))))
((*1 *1 *2)
- (-12 (-5 *2 (-1286 (-419 (-969 *3)))) (-4 *3 (-174))
- (-14 *6 (-1286 (-701 *3))) (-5 *1 (-465 *3 *4 *5 *6))
- (-14 *4 (-938)) (-14 *5 (-656 (-1195)))))
- ((*1 *1 *2) (-12 (-5 *2 (-656 (-656 (-960 (-227))))) (-5 *1 (-480))))
- ((*1 *2 *1) (-12 (-5 *2 (-874)) (-5 *1 (-480))))
+ (-12 (-5 *2 (-1288 (-419 (-971 *3)))) (-4 *3 (-174))
+ (-14 *6 (-1288 (-701 *3))) (-5 *1 (-465 *3 *4 *5 *6))
+ (-14 *4 (-940)) (-14 *5 (-656 (-1197)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-656 (-656 (-962 (-227))))) (-5 *1 (-480))))
+ ((*1 *2 *1) (-12 (-5 *2 (-876)) (-5 *1 (-480))))
((*1 *1 *2)
- (-12 (-5 *2 (-1271 *3 *4 *5)) (-4 *3 (-1068)) (-14 *4 (-1195))
+ (-12 (-5 *2 (-1273 *3 *4 *5)) (-4 *3 (-1070)) (-14 *4 (-1197))
(-14 *5 *3) (-5 *1 (-486 *3 *4 *5))))
((*1 *1 *2)
- (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-486 *3 *4 *5))
- (-4 *3 (-1068)) (-14 *5 *3)))
- ((*1 *1 *2) (-12 (-5 *2 (-1144 (-576) (-624 (-507)))) (-5 *1 (-507))))
- ((*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-514))))
+ (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-486 *3 *4 *5))
+ (-4 *3 (-1070)) (-14 *5 *3)))
+ ((*1 *1 *2) (-12 (-5 *2 (-1146 (-576) (-624 (-507)))) (-5 *1 (-507))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-514))))
((*1 *1 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-966 *3 *4 *5)) (-4 *3 (-374))
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-968 *3 *4 *5)) (-4 *3 (-374))
(-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6))))
- ((*1 *1 *2) (-12 (-5 *2 (-656 (-1235))) (-5 *1 (-536))))
- ((*1 *1 *2) (-12 (-5 *2 (-656 (-1235))) (-5 *1 (-618))))
+ ((*1 *1 *2) (-12 (-5 *2 (-656 (-1237))) (-5 *1 (-536))))
+ ((*1 *1 *2) (-12 (-5 *2 (-656 (-1237))) (-5 *1 (-618))))
((*1 *1 *2)
(-12 (-4 *3 (-174)) (-5 *1 (-619 *3 *2)) (-4 *2 (-756 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-625 *2)) (-4 *2 (-1236))))
- ((*1 *1 *2) (-12 (-4 *1 (-628 *2)) (-4 *2 (-1236))))
- ((*1 *1 *2) (-12 (-4 *1 (-632 *2)) (-4 *2 (-1068))))
+ ((*1 *2 *1) (-12 (-4 *1 (-625 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *2) (-12 (-4 *1 (-628 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *2) (-12 (-4 *1 (-632 *2)) (-4 *2 (-1070))))
((*1 *2 *1)
- (-12 (-5 *2 (-1306 *3 *4)) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862))
- (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-938))))
+ (-12 (-5 *2 (-1308 *3 *4)) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862))
+ (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-940))))
((*1 *2 *1)
- (-12 (-5 *2 (-1301 *3 *4)) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862))
- (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-938))))
+ (-12 (-5 *2 (-1303 *3 *4)) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862))
+ (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-940))))
((*1 *1 *2)
(-12 (-4 *3 (-174)) (-5 *1 (-647 *3 *2)) (-4 *2 (-756 *3))))
((*1 *2 *1) (-12 (-5 *2 (-689 *3)) (-5 *1 (-684 *3)) (-4 *3 (-862))))
((*1 *2 *1) (-12 (-5 *2 (-831 *3)) (-5 *1 (-684 *3)) (-4 *3 (-862))))
((*1 *2 *1)
- (-12 (-5 *2 (-975 (-975 (-975 *3)))) (-5 *1 (-687 *3))
- (-4 *3 (-1119))))
+ (-12 (-5 *2 (-977 (-977 (-977 *3)))) (-5 *1 (-687 *3))
+ (-4 *3 (-1121))))
((*1 *1 *2)
- (-12 (-5 *2 (-975 (-975 (-975 *3)))) (-4 *3 (-1119))
+ (-12 (-5 *2 (-977 (-977 (-977 *3)))) (-4 *3 (-1121))
(-5 *1 (-687 *3))))
((*1 *2 *1) (-12 (-5 *2 (-831 *3)) (-5 *1 (-689 *3)) (-4 *3 (-862))))
- ((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-693))))
- ((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-694 *3)) (-4 *3 (-1119))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1139)) (-5 *1 (-693))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-694 *3)) (-4 *3 (-1121))))
((*1 *1 *2)
- (-12 (-4 *3 (-1068)) (-4 *1 (-699 *3 *4 *2)) (-4 *4 (-384 *3))
+ (-12 (-4 *3 (-1070)) (-4 *1 (-699 *3 *4 *2)) (-4 *4 (-384 *3))
(-4 *2 (-384 *3))))
((*1 *2 *1) (-12 (-5 *2 (-171 (-390))) (-5 *1 (-706))))
((*1 *1 *2) (-12 (-5 *2 (-171 (-713))) (-5 *1 (-706))))
@@ -5191,7 +1963,7 @@
((*1 *2 *1) (-12 (-5 *2 (-390)) (-5 *1 (-711))))
((*1 *2 *3)
(-12 (-5 *3 (-326 (-576))) (-5 *2 (-326 (-713))) (-5 *1 (-713))))
- ((*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1177)) (-5 *1 (-722))))
+ ((*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1179)) (-5 *1 (-722))))
((*1 *2 *1)
(-12 (-4 *2 (-174)) (-5 *1 (-723 *2 *3 *4 *5 *6)) (-4 *3 (-23))
(-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
@@ -5201,80 +1973,80 @@
(-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 (-656 (-2 (|:| -1713 *3) (|:| -3682 *4))))
- (-4 *3 (-1068)) (-4 *4 (-738)) (-5 *1 (-747 *3 *4))))
+ (-12 (-5 *2 (-656 (-2 (|:| -2862 *3) (|:| -1617 *4))))
+ (-4 *3 (-1070)) (-4 *4 (-738)) (-5 *1 (-747 *3 *4))))
((*1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-775))))
((*1 *1 *2)
(-12
(-5 *2
(-3
(|:| |nia|
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
(|:| |relerr| (-227))))
(|:| |mdnia|
(-2 (|:| |fn| (-326 (-227)))
- (|:| -3954 (-656 (-1113 (-855 (-227)))))
+ (|:| -3646 (-656 (-1115 (-855 (-227)))))
(|:| |abserr| (-227)) (|:| |relerr| (-227))))))
(-5 *1 (-781))))
((*1 *1 *2)
(-12
(-5 *2
(-2 (|:| |fn| (-326 (-227)))
- (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227))
+ (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227))
(|:| |relerr| (-227))))
(-5 *1 (-781))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
(|:| |relerr| (-227))))
(-5 *1 (-781))))
- ((*1 *2 *3) (-12 (-5 *2 (-786)) (-5 *1 (-785 *3)) (-4 *3 (-1236))))
+ ((*1 *2 *3) (-12 (-5 *2 (-786)) (-5 *1 (-785 *3)) (-4 *3 (-1238))))
((*1 *1 *2)
(-12
(-5 *2
(-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
- (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
+ (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
(|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
(|:| |abserr| (-227)) (|:| |relerr| (-227))))
(-5 *1 (-820))))
- ((*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-836))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-836))))
((*1 *1 *2)
(-12
(-5 *2
(-3
(|:| |noa|
- (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227)))
+ (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227)))
(|:| |lb| (-656 (-855 (-227))))
(|:| |cf| (-656 (-326 (-227))))
(|:| |ub| (-656 (-855 (-227))))))
(|:| |lsa|
(-2 (|:| |lfn| (-656 (-326 (-227))))
- (|:| -3537 (-656 (-227)))))))
+ (|:| -3651 (-656 (-227)))))))
(-5 *1 (-853))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))
+ (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))
(-5 *1 (-853))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227)))
+ (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227)))
(|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227))))
(|:| |ub| (-656 (-855 (-227))))))
(-5 *1 (-853))))
- ((*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-870))))
- ((*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-886))))
+ ((*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-872))))
+ ((*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-888))))
((*1 *2 *3)
- (-12 (-5 *3 (-969 (-48))) (-5 *2 (-326 (-576))) (-5 *1 (-887))))
+ (-12 (-5 *3 (-971 (-48))) (-5 *2 (-326 (-576))) (-5 *1 (-889))))
((*1 *2 *3)
- (-12 (-5 *3 (-419 (-969 (-48)))) (-5 *2 (-326 (-576)))
- (-5 *1 (-887))))
- ((*1 *1 *2) (-12 (-5 *1 (-906 *2)) (-4 *2 (-862))))
- ((*1 *2 *1) (-12 (-5 *2 (-831 *3)) (-5 *1 (-906 *3)) (-4 *3 (-862))))
+ (-12 (-5 *3 (-419 (-971 (-48)))) (-5 *2 (-326 (-576)))
+ (-5 *1 (-889))))
+ ((*1 *1 *2) (-12 (-5 *1 (-908 *2)) (-4 *2 (-862))))
+ ((*1 *2 *1) (-12 (-5 *2 (-831 *3)) (-5 *1 (-908 *3)) (-4 *3 (-862))))
((*1 *1 *2)
(-12
(-5 *2
@@ -5284,1456 +2056,3453 @@
(-2 (|:| |start| (-227)) (|:| |finish| (-227))
(|:| |grid| (-783)) (|:| |boundaryType| (-576))
(|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227))))))
- (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177))
+ (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179))
(|:| |tol| (-227))))
- (-5 *1 (-913))))
+ (-5 *1 (-915))))
((*1 *1 *2)
- (-12 (-5 *2 (-656 (-922 *3))) (-4 *3 (-1119)) (-5 *1 (-921 *3))))
+ (-12 (-5 *2 (-656 (-924 *3))) (-4 *3 (-1121)) (-5 *1 (-923 *3))))
((*1 *2 *1)
- (-12 (-5 *2 (-656 (-922 *3))) (-5 *1 (-921 *3)) (-4 *3 (-1119))))
- ((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-5 *1 (-922 *3))))
+ (-12 (-5 *2 (-656 (-924 *3))) (-5 *1 (-923 *3)) (-4 *3 (-1121))))
+ ((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-5 *1 (-924 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1119)) (-5 *1 (-922 *3))))
+ (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1121)) (-5 *1 (-924 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-419 (-430 *3))) (-4 *3 (-317)) (-5 *1 (-931 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-419 *3)) (-5 *1 (-931 *3)) (-4 *3 (-317))))
+ (-12 (-5 *2 (-419 (-430 *3))) (-4 *3 (-317)) (-5 *1 (-933 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-419 *3)) (-5 *1 (-933 *3)) (-4 *3 (-317))))
((*1 *2 *3)
- (-12 (-5 *3 (-489)) (-5 *2 (-326 *4)) (-5 *1 (-936 *4))
+ (-12 (-5 *3 (-489)) (-5 *2 (-326 *4)) (-5 *1 (-938 *4))
(-4 *4 (-568))))
- ((*1 *2 *3) (-12 (-5 *2 (-1291)) (-5 *1 (-1052 *3)) (-4 *3 (-1236))))
- ((*1 *2 *3) (-12 (-5 *3 (-322)) (-5 *1 (-1052 *2)) (-4 *2 (-1236))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1293)) (-5 *1 (-1054 *3)) (-4 *3 (-1238))))
+ ((*1 *2 *3) (-12 (-5 *3 (-322)) (-5 *1 (-1054 *2)) (-4 *2 (-1238))))
((*1 *1 *2)
(-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *1 (-1053 *3 *4 *5 *2 *6)) (-4 *2 (-966 *3 *4 *5))
+ (-5 *1 (-1055 *3 *4 *5 *2 *6)) (-4 *2 (-968 *3 *4 *5))
(-14 *6 (-656 *2))))
((*1 *2 *3)
- (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-1062 *3)) (-4 *3 (-568))))
+ (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-1064 *3)) (-4 *3 (-568))))
((*1 *1 *2)
- (-12 (-4 *3 (-1068)) (-4 *4 (-862)) (-5 *1 (-1145 *3 *4 *2))
- (-4 *2 (-966 *3 (-543 *4) *4))))
+ (-12 (-4 *3 (-1070)) (-4 *4 (-862)) (-5 *1 (-1147 *3 *4 *2))
+ (-4 *2 (-968 *3 (-543 *4) *4))))
((*1 *1 *2)
- (-12 (-4 *3 (-1068)) (-4 *2 (-862)) (-5 *1 (-1145 *3 *2 *4))
- (-4 *4 (-966 *3 (-543 *2) *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-874))))
- ((*1 *1 *2) (-12 (-5 *2 (-145)) (-4 *1 (-1163))))
+ (-12 (-4 *3 (-1070)) (-4 *2 (-862)) (-5 *1 (-1147 *3 *2 *4))
+ (-4 *4 (-968 *3 (-543 *2) *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-876))))
+ ((*1 *1 *2) (-12 (-5 *2 (-145)) (-4 *1 (-1165))))
((*1 *2 *3)
- (-12 (-5 *2 (-1176 *3)) (-5 *1 (-1179 *3)) (-4 *3 (-1068))))
+ (-12 (-5 *2 (-1178 *3)) (-5 *1 (-1181 *3)) (-4 *3 (-1070))))
((*1 *1 *2)
- (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1186 *3 *4 *5))
- (-4 *3 (-1068)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1188 *3 *4 *5))
+ (-4 *3 (-1070)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1193 *3 *4 *5))
- (-4 *3 (-1068)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1195 *3 *4 *5))
+ (-4 *3 (-1070)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1259 *4 *3)) (-4 *3 (-1068)) (-14 *4 (-1195))
- (-14 *5 *3) (-5 *1 (-1193 *3 *4 *5))))
- ((*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-1194))))
- ((*1 *2 *1) (-12 (-5 *2 (-1208 (-1195) (-449))) (-5 *1 (-1199))))
- ((*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-1200))))
- ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-1200))))
- ((*1 *2 *1) (-12 (-5 *2 (-227)) (-5 *1 (-1200))))
- ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1200))))
- ((*1 *2 *1) (-12 (-5 *2 (-874)) (-5 *1 (-1207 *3)) (-4 *3 (-1119))))
- ((*1 *2 *3) (-12 (-5 *2 (-1216)) (-5 *1 (-1215 *3)) (-4 *3 (-1119))))
+ (-12 (-5 *2 (-1261 *4 *3)) (-4 *3 (-1070)) (-14 *4 (-1197))
+ (-14 *5 *3) (-5 *1 (-1195 *3 *4 *5))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-1196))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1210 (-1197) (-449))) (-5 *1 (-1201))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1202))))
+ ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-1202))))
+ ((*1 *2 *1) (-12 (-5 *2 (-227)) (-5 *1 (-1202))))
+ ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1202))))
+ ((*1 *2 *1) (-12 (-5 *2 (-876)) (-5 *1 (-1209 *3)) (-4 *3 (-1121))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1218)) (-5 *1 (-1217 *3)) (-4 *3 (-1121))))
((*1 *1 *2)
- (-12 (-5 *2 (-969 *3)) (-4 *3 (-1068)) (-5 *1 (-1230 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-1230 *3)) (-4 *3 (-1068))))
+ (-12 (-5 *2 (-971 *3)) (-4 *3 (-1070)) (-5 *1 (-1232 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-1232 *3)) (-4 *3 (-1070))))
((*1 *1 *2)
- (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1250 *3 *4 *5))
- (-4 *3 (-1068)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1252 *3 *4 *5))
+ (-4 *3 (-1070)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1113 *3)) (-4 *3 (-1236)) (-5 *1 (-1253 *3))))
+ (-12 (-5 *2 (-1115 *3)) (-4 *3 (-1238)) (-5 *1 (-1255 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1278 *3 *4 *5))
- (-4 *3 (-1068)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1280 *3 *4 *5))
+ (-4 *3 (-1070)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1259 *4 *3)) (-4 *3 (-1068)) (-14 *4 (-1195))
- (-14 *5 *3) (-5 *1 (-1278 *3 *4 *5))))
- ((*1 *2 *1) (-12 (-5 *2 (-1195)) (-5 *1 (-1282 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-5 *2 (-874)) (-5 *1 (-1287))))
- ((*1 *2 *3) (-12 (-5 *3 (-480)) (-5 *2 (-1287)) (-5 *1 (-1290))))
+ (-12 (-5 *2 (-1261 *4 *3)) (-4 *3 (-1070)) (-14 *4 (-1197))
+ (-14 *5 *3) (-5 *1 (-1280 *3 *4 *5))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1197)) (-5 *1 (-1284 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-5 *2 (-876)) (-5 *1 (-1289))))
+ ((*1 *2 *3) (-12 (-5 *3 (-480)) (-5 *2 (-1289)) (-5 *1 (-1292))))
((*1 *1 *2)
- (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068))))
+ (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070))))
((*1 *2 *1)
- (-12 (-5 *2 (-1310 *3 *4)) (-5 *1 (-1306 *3 *4)) (-4 *3 (-862))
+ (-12 (-5 *2 (-1312 *3 *4)) (-5 *1 (-1308 *3 *4)) (-4 *3 (-862))
(-4 *4 (-174))))
((*1 *2 *1)
- (-12 (-5 *2 (-1301 *3 *4)) (-5 *1 (-1306 *3 *4)) (-4 *3 (-862))
+ (-12 (-5 *2 (-1303 *3 *4)) (-5 *1 (-1308 *3 *4)) (-4 *3 (-862))
(-4 *4 (-174))))
((*1 *1 *2)
(-12 (-5 *2 (-676 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174))
- (-5 *1 (-1306 *3 *4)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-660 *5)) (-4 *5 (-1068))
- (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-864 *5))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-701 *3)) (-4 *1 (-429 *3)) (-4 *3 (-174))))
- ((*1 *2 *1 *2 *2) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068))))
- ((*1 *2 *3 *2 *2 *4 *5)
- (-12 (-5 *4 (-99 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1068))
- (-5 *1 (-865 *2 *3)) (-4 *3 (-864 *2)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1168 *3)) (-4 *3 (-1236)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-1244))))))
+ (-5 *1 (-1308 *3 *4)))))
+(((*1 *1) (-5 *1 (-131))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-1142 *2)) (-4 *2 (-1238)))))
+(((*1 *1 *1) (-12 (-5 *1 (-620 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *1) (-5 *1 (-644))))
+(((*1 *2 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568)) (-4 *2 (-557))))
+ ((*1 *1 *1) (-4 *1 (-1081))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-977 *3)) (-5 *1 (-1184 *4 *3))
+ (-4 *3 (-1264 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-234 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-237)) (-5 *2 (-783))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-783)) (-4 *1 (-272 *4))
+ (-4 *4 (-1238))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-272 *3)) (-4 *3 (-1238))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242))
+ (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4)))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *2 (-374)) (-4 *2 (-917 *3)) (-5 *1 (-598 *2))
+ (-5 *3 (-1197))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-598 *2)) (-4 *2 (-374))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-876))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-911 *2 *3)) (-4 *3 (-1238)) (-4 *2 (-1238))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 *4)) (-5 *3 (-656 (-783))) (-4 *1 (-919 *4))
+ (-4 *4 (-1121))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-783)) (-4 *1 (-919 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 *3)) (-4 *1 (-919 *3)) (-4 *3 (-1121))))
+ ((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1264 *3)) (-4 *3 (-1070)))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-767)))))
+(((*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6)
+ (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227)))
+ (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-70 APROD)))) (-5 *4 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-768)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1121))
+ (-4 *6 (-1121)) (-4 *2 (-1121)) (-5 *1 (-692 *5 *6 *2)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1009 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1128 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7)))))
(((*1 *2 *3)
(-12 (-5 *3 (-326 (-227))) (-5 *2 (-419 (-576))) (-5 *1 (-315)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1131)) (-5 *3 (-576)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 *4)) (-4 *4 (-374)) (-4 *2 (-1264 *4))
+ (-5 *1 (-941 *4 *2)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-656 (-1115 (-390)))) (-5 *3 (-656 (-270)))
+ (-5 *1 (-268))))
+ ((*1 *1 *2) (-12 (-5 *2 (-656 (-1115 (-390)))) (-5 *1 (-270))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1115 (-390)))) (-5 *1 (-480))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-1115 (-390)))) (-5 *1 (-480)))))
+(((*1 *2 *1) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-1193 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-5 *1 (-1288 *3)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-568)) (-5 *2 (-112)))))
+(((*1 *2)
+ (-12
+ (-5 *2 (-2 (|:| -3312 (-656 (-1197))) (|:| -1391 (-656 (-1197)))))
+ (-5 *1 (-1240)))))
(((*1 *2 *3 *4 *4 *3 *3 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
(-5 *1 (-763)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805))
+ (-4 *7 (-862)) (-4 *8 (-1086 *5 *6 *7)) (-5 *2 (-656 *3))
+ (-5 *1 (-603 *5 *6 *7 *8 *3)) (-4 *3 (-1130 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148)))
+ (-5 *2
+ (-656 (-2 (|:| -2669 (-1193 *5)) (|:| -3219 (-656 (-971 *5))))))
+ (-5 *1 (-1099 *5 *6)) (-5 *3 (-656 (-971 *5)))
+ (-14 *6 (-656 (-1197)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-317) (-148)))
+ (-5 *2
+ (-656 (-2 (|:| -2669 (-1193 *4)) (|:| -3219 (-656 (-971 *4))))))
+ (-5 *1 (-1099 *4 *5)) (-5 *3 (-656 (-971 *4)))
+ (-14 *5 (-656 (-1197)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148)))
+ (-5 *2
+ (-656 (-2 (|:| -2669 (-1193 *5)) (|:| -3219 (-656 (-971 *5))))))
+ (-5 *1 (-1099 *5 *6)) (-5 *3 (-656 (-971 *5)))
+ (-14 *6 (-656 (-1197))))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-783)) (-5 *2 (-419 (-576))) (-5 *1 (-227))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-783)) (-5 *2 (-419 (-576))) (-5 *1 (-227))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-783)) (-5 *2 (-419 (-576))) (-5 *1 (-390))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-783)) (-5 *2 (-419 (-576))) (-5 *1 (-390)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1178 *4)) (-5 *3 (-1 *4 (-576))) (-4 *4 (-1070))
+ (-5 *1 (-1181 *4)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-115) (-115))) (-5 *1 (-115)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-312))))
+ ((*1 *1 *1) (-4 *1 (-312)))
+ ((*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876))))
+ ((*1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10)
+ (-12 (-5 *4 (-576)) (-5 *5 (-1179)) (-5 *6 (-701 (-227)))
+ (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))))
+ (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))))
+ (-5 *9 (-3 (|:| |fn| (-400)) (|:| |fp| (-71 PEDERV))))
+ (-5 *10 (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))
+ (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-761)))))
+(((*1 *1 *2 *3 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-962 (-227)) (-227))) (-5 *3 (-1115 (-227)))
+ (-5 *1 (-945))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-962 (-227)) (-227))) (-5 *3 (-1115 (-227)))
+ (-5 *1 (-945))))
+ ((*1 *1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-962 (-227)) (-227))) (-5 *3 (-1115 (-227)))
+ (-5 *1 (-946))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-962 (-227)) (-227))) (-5 *3 (-1115 (-227)))
+ (-5 *1 (-946)))))
(((*1 *1 *2 *3)
- (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1119)) (-4 *3 (-23))
+ (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1121)) (-4 *3 (-23))
(-14 *4 *3))))
-(((*1 *1 *1 *1) (-4 *1 (-673))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-701 *4)) (-4 *4 (-374)) (-5 *2 (-1193 *4))
+ (-5 *1 (-544 *4 *5 *6)) (-4 *5 (-374)) (-4 *6 (-13 (-374) (-860))))))
+(((*1 *2)
+ (-12 (-5 *2 (-1293)) (-5 *1 (-1215 *3 *4)) (-4 *3 (-1121))
+ (-4 *4 (-1121)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *1 *1) (|partial| -4 *1 (-1173))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *1 (-516 *3 *4 *5 *2)) (-4 *2 (-968 *3 *4 *5))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862))
+ (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-968 *2 *3 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1))
+ (-4 *1 (-1086 *3 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-317) (-148))) (-4 *4 (-13 (-862) (-626 (-1197))))
+ (-4 *5 (-805)) (-5 *1 (-943 *3 *4 *5 *2)) (-4 *2 (-968 *3 *5 *4)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1195))
- (-4 *4 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
- (-5 *1 (-816 *4 *2)) (-4 *2 (-13 (-29 *4) (-1221) (-976))))))
+ (-12 (-5 *3 (-1197))
+ (-4 *4 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
+ (-5 *1 (-816 *4 *2)) (-4 *2 (-13 (-29 *4) (-1223) (-978))))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390))
+ (-5 *2
+ (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576))
+ (|:| |success| (-112))))
+ (-5 *1 (-801)) (-5 *5 (-576)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-430 (-1193 *1))) (-5 *1 (-326 *4)) (-5 *3 (-1193 *1))
+ (-4 *4 (-464)) (-4 *4 (-568)) (-4 *4 (-1121))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-928)) (-5 *2 (-430 (-1193 *1))) (-5 *3 (-1193 *1)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *5 (-783)) (-4 *6 (-1121)) (-4 *7 (-917 *6))
+ (-5 *2 (-701 *7)) (-5 *1 (-704 *6 *7 *3 *4)) (-4 *3 (-384 *7))
+ (-4 *4 (-13 (-384 *6) (-10 -7 (-6 -4464)))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-594)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-148))
+ (-4 *3 (-317)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *1 (-998 *3 *4 *5 *6)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-968 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *2 (-464))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *3 (-1086 *4 *5 *6))
+ (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *1))))
+ (-4 *1 (-1092 *4 *5 *6 *3))))
+ ((*1 *1 *1) (-4 *1 (-1242)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-1267 *3 *2))
+ (-4 *2 (-13 (-1264 *3) (-568) (-10 -8 (-15 -3115 ($ $ $))))))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1288 *5)) (-4 *5 (-804)) (-5 *2 (-112))
+ (-5 *1 (-857 *4 *5)) (-14 *4 (-783)))))
(((*1 *2 *3)
(-12 (-4 *1 (-812))
(-5 *3
(-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
- (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
+ (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
(|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
(|:| |abserr| (-227)) (|:| |relerr| (-227))))
- (-5 *2 (-1054)))))
+ (-5 *2 (-1056)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-326 *3)) (-4 *3 (-568)) (-4 *3 (-1121)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-317)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-430 *5)) (-4 *5 (-568))
+ (-5 *2
+ (-2 (|:| -3744 (-783)) (|:| -2862 *5) (|:| |radicand| (-656 *5))))
+ (-5 *1 (-330 *5)) (-5 *4 (-783))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1023)) (-5 *2 (-576)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-493 *4 *5)) (-14 *4 (-656 (-1197))) (-4 *5 (-1070))
+ (-5 *2 (-971 *5)) (-5 *1 (-963 *4 *5)))))
+(((*1 *1) (-5 *1 (-1200))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 *5)) (-5 *4 (-940)) (-4 *5 (-862))
+ (-5 *2 (-656 (-684 *5))) (-5 *1 (-684 *5)))))
+(((*1 *1 *1 *1) (-4 *1 (-988))))
+(((*1 *1 *2 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-1178 *2)) (-4 *2 (-1238)))))
+(((*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-971 *4))) (-4 *4 (-464)) (-5 *2 (-112))
+ (-5 *1 (-371 *4 *5)) (-14 *5 (-656 (-1197)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-792 *4 (-878 *5)))) (-4 *4 (-464))
+ (-14 *5 (-656 (-1197))) (-5 *2 (-112)) (-5 *1 (-640 *4 *5)))))
(((*1 *2 *1)
- (-12 (-4 *2 (-966 *3 *5 *4)) (-5 *1 (-1006 *3 *4 *5 *2))
+ (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070))
+ (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-112)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-968 *3 *5 *4)) (-5 *1 (-1008 *3 *4 *5 *2))
(-4 *3 (-464)) (-4 *4 (-862)) (-4 *5 (-805)))))
+(((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-924 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-185 (-140)))) (-5 *1 (-141)))))
+(((*1 *2 *1 *1 *3 *4)
+ (-12 (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-1 (-112) *6 *6))
+ (-4 *5 (-13 (-1121) (-34))) (-4 *6 (-13 (-1121) (-34)))
+ (-5 *2 (-112)) (-5 *1 (-1161 *5 *6)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-875))))
+ ((*1 *1 *2) (-12 (-5 *2 (-400)) (-5 *1 (-875)))))
+(((*1 *2 *2) (-12 (-5 *2 (-985 *3)) (-4 *3 (-1121)) (-5 *1 (-986 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-148)) (-4 *2 (-317)) (-4 *2 (-464)) (-4 *3 (-862))
+ (-4 *4 (-805)) (-5 *1 (-1008 *2 *3 *4 *5)) (-4 *5 (-968 *2 *4 *3))))
+ ((*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-326 (-576))) (-5 *1 (-1140))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-112)) (-5 *3 (-656 (-270))) (-5 *1 (-268))))
+ ((*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-270))))
+ ((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479))))
+ ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-804))
+ (-4 *2 (-374))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-227))))
+ ((*1 *1 *1 *1)
+ (-3795 (-12 (-5 *1 (-304 *2)) (-4 *2 (-374)) (-4 *2 (-1238)))
+ (-12 (-5 *1 (-304 *2)) (-4 *2 (-485)) (-4 *2 (-1238)))))
+ ((*1 *1 *1 *1) (-4 *1 (-374)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-390))))
+ ((*1 *1 *2 *2)
+ (-12 (-5 *2 (-1146 *3 (-624 *1))) (-4 *3 (-568)) (-4 *3 (-1121))
+ (-4 *1 (-442 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-485)))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1288 *3)) (-4 *3 (-360)) (-5 *1 (-540 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-548)))
+ ((*1 *1 *2 *3)
+ (-12 (-4 *4 (-174)) (-5 *1 (-633 *2 *4 *3)) (-4 *2 (-38 *4))
+ (-4 *3 (|SubsetCategory| (-738) *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *4 (-174)) (-5 *1 (-633 *3 *4 *2)) (-4 *3 (-38 *4))
+ (-4 *2 (|SubsetCategory| (-738) *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-646 *2)) (-4 *2 (-174)) (-4 *2 (-374))))
+ ((*1 *1 *2 *3)
+ (-12 (-4 *4 (-174)) (-5 *1 (-674 *2 *4 *3)) (-4 *2 (-729 *4))
+ (-4 *3 (|SubsetCategory| (-738) *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *4 (-174)) (-5 *1 (-674 *3 *4 *2)) (-4 *3 (-729 *4))
+ (-4 *2 (|SubsetCategory| (-738) *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2))
+ (-4 *4 (-384 *2)) (-4 *2 (-374))))
+ ((*1 *1 *1 *1) (-5 *1 (-876)))
+ ((*1 *1 *1 *1)
+ (|partial| -12 (-5 *1 (-880 *2 *3 *4 *5)) (-4 *2 (-374))
+ (-4 *2 (-1070)) (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-783)))
+ (-14 *5 (-783))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1074 *3 *4 *2 *5 *6)) (-4 *2 (-1070))
+ (-4 *5 (-243 *4 *2)) (-4 *6 (-243 *3 *2)) (-4 *2 (-374))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1295 *2)) (-4 *2 (-374))))
+ ((*1 *1 *1 *1)
+ (|partial| -12 (-4 *2 (-374)) (-4 *2 (-1070)) (-4 *3 (-862))
+ (-4 *4 (-805)) (-14 *6 (-656 *3))
+ (-5 *1 (-1300 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-968 *2 *4 *3))
+ (-14 *7 (-656 (-783))) (-14 *8 (-783))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *1 (-1311 *2 *3)) (-4 *2 (-374)) (-4 *2 (-1070))
+ (-4 *3 (-858)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-492)))))
+(((*1 *2)
+ (-12 (-5 *2 (-977 (-1141))) (-5 *1 (-354 *3 *4)) (-14 *3 (-940))
+ (-14 *4 (-940))))
+ ((*1 *2)
+ (-12 (-5 *2 (-977 (-1141))) (-5 *1 (-355 *3 *4)) (-4 *3 (-360))
+ (-14 *4 (-1193 *3))))
+ ((*1 *2)
+ (-12 (-5 *2 (-977 (-1141))) (-5 *1 (-356 *3 *4)) (-4 *3 (-360))
+ (-14 *4 (-940)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068))
+ (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070))
(-4 *4 (-384 *3)) (-4 *5 (-384 *3)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-702 *3)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940))
+ (-4 *4 (-1070)))))
+(((*1 *1) (-5 *1 (-1106))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-997 *3 *4 *2 *5)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *2 (-862)) (-4 *5 (-1086 *3 *4 *2)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1238)) (-5 *1 (-386 *4 *2))
+ (-4 *2 (-13 (-384 *4) (-10 -7 (-6 -4465)))))))
+(((*1 *1 *1 *1) (-4 *1 (-21))) ((*1 *1 *1) (-4 *1 (-21)))
+ ((*1 *1 *1 *1) (|partial| -5 *1 (-135)))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-216 *2))
+ (-4 *2
+ (-13 (-862)
+ (-10 -8 (-15 -4369 ((-1179) $ (-1197))) (-15 -1612 ((-1293) $))
+ (-15 -3924 ((-1293) $)))))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-21)) (-4 *2 (-1238))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-21)) (-4 *2 (-1238))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23))))
+ ((*1 *1 *1) (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2))
+ (-4 *4 (-384 *2))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2))
+ (-4 *4 (-384 *2))))
+ ((*1 *1 *1) (-5 *1 (-876))) ((*1 *1 *1 *1) (-5 *1 (-876)))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-962 (-227))) (-5 *1 (-1234))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-21))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-21)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-353 *4 *3 *5)) (-4 *4 (-1242)) (-4 *3 (-1264 *4))
+ (-4 *5 (-1264 (-419 *3))) (-5 *2 (-112))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-3 (-419 (-971 *6)) (-1186 (-1197) (-971 *6))))
+ (-5 *5 (-783)) (-4 *6 (-464)) (-5 *2 (-656 (-701 (-419 (-971 *6)))))
+ (-5 *1 (-302 *6)) (-5 *4 (-701 (-419 (-971 *6))))))
+ ((*1 *2 *3 *4)
+ (-12
+ (-5 *3
+ (-2 (|:| |eigval| (-3 (-419 (-971 *5)) (-1186 (-1197) (-971 *5))))
+ (|:| |eigmult| (-783)) (|:| |eigvec| (-656 *4))))
+ (-4 *5 (-464)) (-5 *2 (-656 (-701 (-419 (-971 *5)))))
+ (-5 *1 (-302 *5)) (-5 *4 (-701 (-419 (-971 *5)))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-285 *4 *3))
+ (-4 *3 (-13 (-442 *4) (-1023))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-707 *3)) (-4 *3 (-1121))
+ (-5 *2 (-656 (-2 (|:| -2904 *3) (|:| -3131 (-783))))))))
+(((*1 *2 *3 *4 *5 *4)
+ (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-112))
+ (-5 *2 (-1056)) (-5 *1 (-757)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *3 *1)
+ (-12 (|has| *1 (-6 -4464)) (-4 *1 (-501 *3)) (-4 *3 (-1238))
+ (-4 *3 (-1121)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-924 *4)) (-4 *4 (-1121)) (-5 *2 (-112))
+ (-5 *1 (-923 *4))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-940)) (-5 *2 (-112)) (-5 *1 (-1122 *4 *5)) (-14 *4 *3)
+ (-14 *5 *3))))
+(((*1 *2 *2) (-12 (-5 *2 (-1141)) (-5 *1 (-340)))))
+(((*1 *1 *1 *1) (-4 *1 (-25))) ((*1 *1 *1 *1) (-5 *1 (-158)))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-216 *2))
+ (-4 *2
+ (-13 (-862)
+ (-10 -8 (-15 -4369 ((-1179) $ (-1197))) (-15 -1612 ((-1293) $))
+ (-15 -3924 ((-1293) $)))))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-25)) (-4 *2 (-1238))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-25)) (-4 *2 (-1238))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-333 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-132))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *3 (-13 (-374) (-148))) (-5 *1 (-411 *3 *2))
+ (-4 *2 (-1264 *3))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862))
+ (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-968 *2 *3 *4))))
+ ((*1 *1 *1 *1) (-5 *1 (-548)))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2))
+ (-4 *4 (-384 *2))))
+ ((*1 *1 *1 *1) (-5 *1 (-876)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1121))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-962 (-227))) (-5 *1 (-1234))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-25)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-656 (-624 *4))) (-4 *4 (-442 *3)) (-4 *3 (-1121))
+ (-5 *1 (-585 *3 *4))))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-904 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *1) (-12 (-5 *2 (-977 (-185 (-140)))) (-5 *1 (-343))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-1237))) (-5 *1 (-618)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-360)) (-4 *5 (-339 *4)) (-4 *6 (-1264 *5))
+ (-5 *2 (-656 *3)) (-5 *1 (-789 *4 *5 *6 *3 *7)) (-4 *3 (-1264 *6))
+ (-14 *7 (-940)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-419 (-969 (-576)))))
- (-5 *2 (-656 (-656 (-304 (-969 *4))))) (-5 *1 (-391 *4))
+ (-12 (-5 *3 (-656 (-419 (-971 (-576)))))
+ (-5 *2 (-656 (-656 (-304 (-971 *4))))) (-5 *1 (-391 *4))
(-4 *4 (-13 (-860) (-374)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-304 (-419 (-969 (-576))))))
- (-5 *2 (-656 (-656 (-304 (-969 *4))))) (-5 *1 (-391 *4))
+ (-12 (-5 *3 (-656 (-304 (-419 (-971 (-576))))))
+ (-5 *2 (-656 (-656 (-304 (-971 *4))))) (-5 *1 (-391 *4))
(-4 *4 (-13 (-860) (-374)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-969 (-576)))) (-5 *2 (-656 (-304 (-969 *4))))
+ (-12 (-5 *3 (-419 (-971 (-576)))) (-5 *2 (-656 (-304 (-971 *4))))
(-5 *1 (-391 *4)) (-4 *4 (-13 (-860) (-374)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-304 (-419 (-969 (-576)))))
- (-5 *2 (-656 (-304 (-969 *4)))) (-5 *1 (-391 *4))
+ (-12 (-5 *3 (-304 (-419 (-971 (-576)))))
+ (-5 *2 (-656 (-304 (-971 *4)))) (-5 *1 (-391 *4))
(-4 *4 (-13 (-860) (-374)))))
((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1195))
- (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
- (-4 *4 (-13 (-29 *6) (-1221) (-976)))
- (-5 *2 (-2 (|:| |particular| *4) (|:| -4156 (-656 *4))))
+ (|partial| -12 (-5 *5 (-1197))
+ (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
+ (-4 *4 (-13 (-29 *6) (-1223) (-978)))
+ (-5 *2 (-2 (|:| |particular| *4) (|:| -1726 (-656 *4))))
(-5 *1 (-664 *6 *4 *3)) (-4 *3 (-668 *4))))
((*1 *2 *3 *2 *4 *2 *5)
- (|partial| -12 (-5 *4 (-1195)) (-5 *5 (-656 *2))
- (-4 *2 (-13 (-29 *6) (-1221) (-976)))
- (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
+ (|partial| -12 (-5 *4 (-1197)) (-5 *5 (-656 *2))
+ (-4 *2 (-13 (-29 *6) (-1223) (-978)))
+ (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
(-5 *1 (-664 *6 *2 *3)) (-4 *3 (-668 *2))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-701 *5)) (-4 *5 (-374))
(-5 *2
- (-2 (|:| |particular| (-3 (-1286 *5) "failed"))
- (|:| -4156 (-656 (-1286 *5)))))
- (-5 *1 (-679 *5)) (-5 *4 (-1286 *5))))
+ (-2 (|:| |particular| (-3 (-1288 *5) "failed"))
+ (|:| -1726 (-656 (-1288 *5)))))
+ (-5 *1 (-679 *5)) (-5 *4 (-1288 *5))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-656 (-656 *5))) (-4 *5 (-374))
(-5 *2
- (-2 (|:| |particular| (-3 (-1286 *5) "failed"))
- (|:| -4156 (-656 (-1286 *5)))))
- (-5 *1 (-679 *5)) (-5 *4 (-1286 *5))))
+ (-2 (|:| |particular| (-3 (-1288 *5) "failed"))
+ (|:| -1726 (-656 (-1288 *5)))))
+ (-5 *1 (-679 *5)) (-5 *4 (-1288 *5))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-701 *5)) (-4 *5 (-374))
(-5 *2
(-656
- (-2 (|:| |particular| (-3 (-1286 *5) "failed"))
- (|:| -4156 (-656 (-1286 *5))))))
- (-5 *1 (-679 *5)) (-5 *4 (-656 (-1286 *5)))))
+ (-2 (|:| |particular| (-3 (-1288 *5) "failed"))
+ (|:| -1726 (-656 (-1288 *5))))))
+ (-5 *1 (-679 *5)) (-5 *4 (-656 (-1288 *5)))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-656 (-656 *5))) (-4 *5 (-374))
(-5 *2
(-656
- (-2 (|:| |particular| (-3 (-1286 *5) "failed"))
- (|:| -4156 (-656 (-1286 *5))))))
- (-5 *1 (-679 *5)) (-5 *4 (-656 (-1286 *5)))))
+ (-2 (|:| |particular| (-3 (-1288 *5) "failed"))
+ (|:| -1726 (-656 (-1288 *5))))))
+ (-5 *1 (-679 *5)) (-5 *4 (-656 (-1288 *5)))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-374)) (-4 *6 (-13 (-384 *5) (-10 -7 (-6 -4463))))
- (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4463))))
+ (-12 (-4 *5 (-374)) (-4 *6 (-13 (-384 *5) (-10 -7 (-6 -4465))))
+ (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4465))))
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4156 (-656 *4))))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1726 (-656 *4))))
(-5 *1 (-680 *5 *6 *4 *3)) (-4 *3 (-699 *5 *6 *4))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-374)) (-4 *6 (-13 (-384 *5) (-10 -7 (-6 -4463))))
- (-4 *7 (-13 (-384 *5) (-10 -7 (-6 -4463))))
+ (-12 (-4 *5 (-374)) (-4 *6 (-13 (-384 *5) (-10 -7 (-6 -4465))))
+ (-4 *7 (-13 (-384 *5) (-10 -7 (-6 -4465))))
(-5 *2
(-656
- (-2 (|:| |particular| (-3 *7 "failed")) (|:| -4156 (-656 *7)))))
+ (-2 (|:| |particular| (-3 *7 "failed")) (|:| -1726 (-656 *7)))))
(-5 *1 (-680 *5 *6 *7 *3)) (-5 *4 (-656 *7))
(-4 *3 (-699 *5 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-656 (-1195))) (-4 *5 (-568))
- (-5 *2 (-656 (-656 (-304 (-419 (-969 *5)))))) (-5 *1 (-782 *5))))
+ (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-656 (-1197))) (-4 *5 (-568))
+ (-5 *2 (-656 (-656 (-304 (-419 (-971 *5)))))) (-5 *1 (-782 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-656 (-969 *4))) (-4 *4 (-568))
- (-5 *2 (-656 (-656 (-304 (-419 (-969 *4)))))) (-5 *1 (-782 *4))))
+ (-12 (-5 *3 (-656 (-971 *4))) (-4 *4 (-568))
+ (-5 *2 (-656 (-656 (-304 (-419 (-971 *4)))))) (-5 *1 (-782 *4))))
((*1 *2 *2 *2 *3 *4)
- (|partial| -12 (-5 *3 (-115)) (-5 *4 (-1195))
- (-4 *5 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
- (-5 *1 (-784 *5 *2)) (-4 *2 (-13 (-29 *5) (-1221) (-976)))))
+ (|partial| -12 (-5 *3 (-115)) (-5 *4 (-1197))
+ (-4 *5 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
+ (-5 *1 (-784 *5 *2)) (-4 *2 (-13 (-29 *5) (-1223) (-978)))))
((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-701 *7)) (-5 *5 (-1195))
- (-4 *7 (-13 (-29 *6) (-1221) (-976)))
- (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
+ (|partial| -12 (-5 *3 (-701 *7)) (-5 *5 (-1197))
+ (-4 *7 (-13 (-29 *6) (-1223) (-978)))
+ (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
(-5 *2
- (-2 (|:| |particular| (-1286 *7)) (|:| -4156 (-656 (-1286 *7)))))
- (-5 *1 (-814 *6 *7)) (-5 *4 (-1286 *7))))
+ (-2 (|:| |particular| (-1288 *7)) (|:| -1726 (-656 (-1288 *7)))))
+ (-5 *1 (-814 *6 *7)) (-5 *4 (-1288 *7))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-701 *6)) (-5 *4 (-1195))
- (-4 *6 (-13 (-29 *5) (-1221) (-976)))
- (-4 *5 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
- (-5 *2 (-656 (-1286 *6))) (-5 *1 (-814 *5 *6))))
+ (|partial| -12 (-5 *3 (-701 *6)) (-5 *4 (-1197))
+ (-4 *6 (-13 (-29 *5) (-1223) (-978)))
+ (-4 *5 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
+ (-5 *2 (-656 (-1288 *6))) (-5 *1 (-814 *5 *6))))
((*1 *2 *3 *4 *5)
(|partial| -12 (-5 *3 (-656 (-304 *7))) (-5 *4 (-656 (-115)))
- (-5 *5 (-1195)) (-4 *7 (-13 (-29 *6) (-1221) (-976)))
- (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
+ (-5 *5 (-1197)) (-4 *7 (-13 (-29 *6) (-1223) (-978)))
+ (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
(-5 *2
- (-2 (|:| |particular| (-1286 *7)) (|:| -4156 (-656 (-1286 *7)))))
+ (-2 (|:| |particular| (-1288 *7)) (|:| -1726 (-656 (-1288 *7)))))
(-5 *1 (-814 *6 *7))))
((*1 *2 *3 *4 *5)
(|partial| -12 (-5 *3 (-656 *7)) (-5 *4 (-656 (-115)))
- (-5 *5 (-1195)) (-4 *7 (-13 (-29 *6) (-1221) (-976)))
- (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
+ (-5 *5 (-1197)) (-4 *7 (-13 (-29 *6) (-1223) (-978)))
+ (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
(-5 *2
- (-2 (|:| |particular| (-1286 *7)) (|:| -4156 (-656 (-1286 *7)))))
+ (-2 (|:| |particular| (-1288 *7)) (|:| -1726 (-656 (-1288 *7)))))
(-5 *1 (-814 *6 *7))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-304 *7)) (-5 *4 (-115)) (-5 *5 (-1195))
- (-4 *7 (-13 (-29 *6) (-1221) (-976)))
- (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
+ (-12 (-5 *3 (-304 *7)) (-5 *4 (-115)) (-5 *5 (-1197))
+ (-4 *7 (-13 (-29 *6) (-1223) (-978)))
+ (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
(-5 *2
- (-3 (-2 (|:| |particular| *7) (|:| -4156 (-656 *7))) *7 "failed"))
+ (-3 (-2 (|:| |particular| *7) (|:| -1726 (-656 *7))) *7 "failed"))
(-5 *1 (-814 *6 *7))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-115)) (-5 *5 (-1195))
- (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
+ (-12 (-5 *4 (-115)) (-5 *5 (-1197))
+ (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
(-5 *2
- (-3 (-2 (|:| |particular| *3) (|:| -4156 (-656 *3))) *3 "failed"))
- (-5 *1 (-814 *6 *3)) (-4 *3 (-13 (-29 *6) (-1221) (-976)))))
+ (-3 (-2 (|:| |particular| *3) (|:| -1726 (-656 *3))) *3 "failed"))
+ (-5 *1 (-814 *6 *3)) (-4 *3 (-13 (-29 *6) (-1223) (-978)))))
((*1 *2 *3 *4 *3 *5)
(|partial| -12 (-5 *3 (-304 *2)) (-5 *4 (-115)) (-5 *5 (-656 *2))
- (-4 *2 (-13 (-29 *6) (-1221) (-976))) (-5 *1 (-814 *6 *2))
- (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))))
+ (-4 *2 (-13 (-29 *6) (-1223) (-978))) (-5 *1 (-814 *6 *2))
+ (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))))
((*1 *2 *2 *3 *4 *5)
(|partial| -12 (-5 *3 (-115)) (-5 *4 (-304 *2)) (-5 *5 (-656 *2))
- (-4 *2 (-13 (-29 *6) (-1221) (-976)))
- (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
+ (-4 *2 (-13 (-29 *6) (-1223) (-978)))
+ (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
(-5 *1 (-814 *6 *2))))
- ((*1 *2 *3) (-12 (-5 *3 (-820)) (-5 *2 (-1054)) (-5 *1 (-817))))
+ ((*1 *2 *3) (-12 (-5 *3 (-820)) (-5 *2 (-1056)) (-5 *1 (-817))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-820)) (-5 *4 (-1082)) (-5 *2 (-1054)) (-5 *1 (-817))))
+ (-12 (-5 *3 (-820)) (-5 *4 (-1084)) (-5 *2 (-1056)) (-5 *1 (-817))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1286 (-326 (-390)))) (-5 *4 (-390)) (-5 *5 (-656 *4))
- (-5 *2 (-1054)) (-5 *1 (-817))))
+ (-12 (-5 *3 (-1288 (-326 (-390)))) (-5 *4 (-390)) (-5 *5 (-656 *4))
+ (-5 *2 (-1056)) (-5 *1 (-817))))
((*1 *2 *3 *4 *4 *5 *4)
- (-12 (-5 *3 (-1286 (-326 (-390)))) (-5 *4 (-390)) (-5 *5 (-656 *4))
- (-5 *2 (-1054)) (-5 *1 (-817))))
+ (-12 (-5 *3 (-1288 (-326 (-390)))) (-5 *4 (-390)) (-5 *5 (-656 *4))
+ (-5 *2 (-1056)) (-5 *1 (-817))))
((*1 *2 *3 *4 *4 *5 *6 *4)
- (-12 (-5 *3 (-1286 (-326 *4))) (-5 *5 (-656 (-390)))
- (-5 *6 (-326 (-390))) (-5 *4 (-390)) (-5 *2 (-1054)) (-5 *1 (-817))))
+ (-12 (-5 *3 (-1288 (-326 *4))) (-5 *5 (-656 (-390)))
+ (-5 *6 (-326 (-390))) (-5 *4 (-390)) (-5 *2 (-1056)) (-5 *1 (-817))))
((*1 *2 *3 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1286 (-326 (-390)))) (-5 *4 (-390)) (-5 *5 (-656 *4))
- (-5 *2 (-1054)) (-5 *1 (-817))))
+ (-12 (-5 *3 (-1288 (-326 (-390)))) (-5 *4 (-390)) (-5 *5 (-656 *4))
+ (-5 *2 (-1056)) (-5 *1 (-817))))
((*1 *2 *3 *4 *4 *5 *6 *5 *4)
- (-12 (-5 *3 (-1286 (-326 *4))) (-5 *5 (-656 (-390)))
- (-5 *6 (-326 (-390))) (-5 *4 (-390)) (-5 *2 (-1054)) (-5 *1 (-817))))
+ (-12 (-5 *3 (-1288 (-326 *4))) (-5 *5 (-656 (-390)))
+ (-5 *6 (-326 (-390))) (-5 *4 (-390)) (-5 *2 (-1056)) (-5 *1 (-817))))
((*1 *2 *3 *4 *4 *5 *6 *5 *4 *4)
- (-12 (-5 *3 (-1286 (-326 *4))) (-5 *5 (-656 (-390)))
- (-5 *6 (-326 (-390))) (-5 *4 (-390)) (-5 *2 (-1054)) (-5 *1 (-817))))
+ (-12 (-5 *3 (-1288 (-326 *4))) (-5 *5 (-656 (-390)))
+ (-5 *6 (-326 (-390))) (-5 *4 (-390)) (-5 *2 (-1056)) (-5 *1 (-817))))
((*1 *2 *3 *4 *5)
(|partial| -12
(-5 *5
(-1
- (-3 (-2 (|:| |particular| *6) (|:| -4156 (-656 *6))) "failed")
+ (-3 (-2 (|:| |particular| *6) (|:| -1726 (-656 *6))) "failed")
*7 *6))
(-4 *6 (-374)) (-4 *7 (-668 *6))
- (-5 *2 (-2 (|:| |particular| (-1286 *6)) (|:| -4156 (-701 *6))))
- (-5 *1 (-825 *6 *7)) (-5 *3 (-701 *6)) (-5 *4 (-1286 *6))))
- ((*1 *2 *3) (-12 (-5 *3 (-913)) (-5 *2 (-1054)) (-5 *1 (-912))))
+ (-5 *2 (-2 (|:| |particular| (-1288 *6)) (|:| -1726 (-701 *6))))
+ (-5 *1 (-825 *6 *7)) (-5 *3 (-701 *6)) (-5 *4 (-1288 *6))))
+ ((*1 *2 *3) (-12 (-5 *3 (-915)) (-5 *2 (-1056)) (-5 *1 (-914))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-913)) (-5 *4 (-1082)) (-5 *2 (-1054)) (-5 *1 (-912))))
+ (-12 (-5 *3 (-915)) (-5 *4 (-1084)) (-5 *2 (-1056)) (-5 *1 (-914))))
((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8)
- (-12 (-5 *4 (-783)) (-5 *6 (-656 (-656 (-326 *3)))) (-5 *7 (-1177))
+ (-12 (-5 *4 (-783)) (-5 *6 (-656 (-656 (-326 *3)))) (-5 *7 (-1179))
(-5 *8 (-227)) (-5 *5 (-656 (-326 (-390)))) (-5 *3 (-390))
- (-5 *2 (-1054)) (-5 *1 (-912))))
+ (-5 *2 (-1056)) (-5 *1 (-914))))
((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7)
- (-12 (-5 *4 (-783)) (-5 *6 (-656 (-656 (-326 *3)))) (-5 *7 (-1177))
- (-5 *5 (-656 (-326 (-390)))) (-5 *3 (-390)) (-5 *2 (-1054))
- (-5 *1 (-912))))
+ (-12 (-5 *4 (-783)) (-5 *6 (-656 (-656 (-326 *3)))) (-5 *7 (-1179))
+ (-5 *5 (-656 (-326 (-390)))) (-5 *3 (-390)) (-5 *2 (-1056))
+ (-5 *1 (-914))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-969 (-419 (-576)))) (-5 *2 (-656 (-390)))
- (-5 *1 (-1042)) (-5 *4 (-390))))
+ (-12 (-5 *3 (-971 (-419 (-576)))) (-5 *2 (-656 (-390)))
+ (-5 *1 (-1044)) (-5 *4 (-390))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-969 (-576))) (-5 *2 (-656 (-390))) (-5 *1 (-1042))
+ (-12 (-5 *3 (-971 (-576))) (-5 *2 (-656 (-390))) (-5 *1 (-1044))
(-5 *4 (-390))))
((*1 *2 *3)
(-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
- (-5 *2 (-656 *4)) (-5 *1 (-1147 *3 *4)) (-4 *3 (-1262 *4))))
+ (-5 *2 (-656 *4)) (-5 *1 (-1149 *3 *4)) (-4 *3 (-1264 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
- (-5 *2 (-656 (-304 (-326 *4)))) (-5 *1 (-1150 *4))
+ (-12 (-4 *4 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
+ (-5 *2 (-656 (-304 (-326 *4)))) (-5 *1 (-1152 *4))
(-5 *3 (-326 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
- (-5 *2 (-656 (-304 (-326 *4)))) (-5 *1 (-1150 *4))
+ (-12 (-4 *4 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
+ (-5 *2 (-656 (-304 (-326 *4)))) (-5 *1 (-1152 *4))
(-5 *3 (-304 (-326 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1195))
- (-4 *5 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
- (-5 *2 (-656 (-304 (-326 *5)))) (-5 *1 (-1150 *5))
+ (-12 (-5 *4 (-1197))
+ (-4 *5 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
+ (-5 *2 (-656 (-304 (-326 *5)))) (-5 *1 (-1152 *5))
(-5 *3 (-304 (-326 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1195))
- (-4 *5 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
- (-5 *2 (-656 (-304 (-326 *5)))) (-5 *1 (-1150 *5))
+ (-12 (-5 *4 (-1197))
+ (-4 *5 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
+ (-5 *2 (-656 (-304 (-326 *5)))) (-5 *1 (-1152 *5))
(-5 *3 (-326 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 (-1195)))
- (-4 *5 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
- (-5 *2 (-656 (-656 (-304 (-326 *5))))) (-5 *1 (-1150 *5))
+ (-12 (-5 *4 (-656 (-1197)))
+ (-4 *5 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
+ (-5 *2 (-656 (-656 (-304 (-326 *5))))) (-5 *1 (-1152 *5))
(-5 *3 (-656 (-304 (-326 *5))))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-419 (-969 *5)))) (-5 *4 (-656 (-1195)))
- (-4 *5 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-969 *5))))))
- (-5 *1 (-1204 *5))))
+ (-12 (-5 *3 (-656 (-419 (-971 *5)))) (-5 *4 (-656 (-1197)))
+ (-4 *5 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-971 *5))))))
+ (-5 *1 (-1206 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 (-1195))) (-4 *5 (-568))
- (-5 *2 (-656 (-656 (-304 (-419 (-969 *5)))))) (-5 *1 (-1204 *5))
- (-5 *3 (-656 (-304 (-419 (-969 *5)))))))
+ (-12 (-5 *4 (-656 (-1197))) (-4 *5 (-568))
+ (-5 *2 (-656 (-656 (-304 (-419 (-971 *5)))))) (-5 *1 (-1206 *5))
+ (-5 *3 (-656 (-304 (-419 (-971 *5)))))))
((*1 *2 *3)
- (-12 (-5 *3 (-656 (-419 (-969 *4)))) (-4 *4 (-568))
- (-5 *2 (-656 (-656 (-304 (-419 (-969 *4)))))) (-5 *1 (-1204 *4))))
+ (-12 (-5 *3 (-656 (-419 (-971 *4)))) (-4 *4 (-568))
+ (-5 *2 (-656 (-656 (-304 (-419 (-971 *4)))))) (-5 *1 (-1206 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-969 *4))))))
- (-5 *1 (-1204 *4)) (-5 *3 (-656 (-304 (-419 (-969 *4)))))))
+ (-12 (-4 *4 (-568)) (-5 *2 (-656 (-656 (-304 (-419 (-971 *4))))))
+ (-5 *1 (-1206 *4)) (-5 *3 (-656 (-304 (-419 (-971 *4)))))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1195)) (-4 *5 (-568))
- (-5 *2 (-656 (-304 (-419 (-969 *5))))) (-5 *1 (-1204 *5))
- (-5 *3 (-419 (-969 *5)))))
+ (-12 (-5 *4 (-1197)) (-4 *5 (-568))
+ (-5 *2 (-656 (-304 (-419 (-971 *5))))) (-5 *1 (-1206 *5))
+ (-5 *3 (-419 (-971 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1195)) (-4 *5 (-568))
- (-5 *2 (-656 (-304 (-419 (-969 *5))))) (-5 *1 (-1204 *5))
- (-5 *3 (-304 (-419 (-969 *5))))))
+ (-12 (-5 *4 (-1197)) (-4 *5 (-568))
+ (-5 *2 (-656 (-304 (-419 (-971 *5))))) (-5 *1 (-1206 *5))
+ (-5 *3 (-304 (-419 (-971 *5))))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-656 (-304 (-419 (-971 *4)))))
+ (-5 *1 (-1206 *4)) (-5 *3 (-419 (-971 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-656 (-304 (-419 (-971 *4)))))
+ (-5 *1 (-1206 *4)) (-5 *3 (-304 (-419 (-971 *4)))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-425 *3 *4 *5 *6)) (-4 *6 (-1059 *4)) (-4 *3 (-317))
+ (-4 *4 (-1013 *3)) (-4 *5 (-1264 *4)) (-4 *6 (-421 *4 *5))
+ (-14 *7 (-1288 *6)) (-5 *1 (-426 *3 *4 *5 *6 *7))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1288 *6)) (-4 *6 (-421 *4 *5)) (-4 *4 (-1013 *3))
+ (-4 *5 (-1264 *4)) (-4 *3 (-317)) (-5 *1 (-426 *3 *4 *5 *6 *7))
+ (-14 *7 *2))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-32 *4 *5))
+ (-4 *5 (-442 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112))
+ (-5 *1 (-159 *4 *5)) (-4 *5 (-442 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112))
+ (-5 *1 (-285 *4 *5)) (-4 *5 (-13 (-442 *4) (-1023)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-115)) (-5 *2 (-112)) (-5 *1 (-311 *4)) (-4 *4 (-312))))
+ ((*1 *2 *3) (-12 (-4 *1 (-312)) (-5 *3 (-115)) (-5 *2 (-112))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-115)) (-4 *5 (-1121)) (-5 *2 (-112))
+ (-5 *1 (-441 *4 *5)) (-4 *4 (-442 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-656 (-304 (-419 (-969 *4)))))
- (-5 *1 (-1204 *4)) (-5 *3 (-419 (-969 *4)))))
+ (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112))
+ (-5 *1 (-443 *4 *5)) (-4 *5 (-442 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112))
+ (-5 *1 (-642 *4 *5)) (-4 *5 (-13 (-442 *4) (-1023) (-1223))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-862))
+ (-5 *2
+ (-2 (|:| |f1| (-656 *4)) (|:| |f2| (-656 (-656 (-656 *4))))
+ (|:| |f3| (-656 (-656 *4))) (|:| |f4| (-656 (-656 (-656 *4))))))
+ (-5 *1 (-1208 *4)) (-5 *3 (-656 (-656 (-656 *4)))))))
+(((*1 *2 *1) (-12 (-4 *1 (-860)) (-5 *2 (-576))))
+ ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-924 *3)) (-4 *3 (-1121))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1089 *4 *3)) (-4 *4 (-13 (-860) (-374)))
+ (-4 *3 (-1264 *4)) (-5 *2 (-576))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-13 (-568) (-1059 *2) (-651 *2) (-464)))
+ (-5 *2 (-576)) (-5 *1 (-1137 *4 *3))
+ (-4 *3 (-13 (-27) (-1223) (-442 *4)))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1197)) (-5 *5 (-855 *3))
+ (-4 *3 (-13 (-27) (-1223) (-442 *6)))
+ (-4 *6 (-13 (-568) (-1059 *2) (-651 *2) (-464))) (-5 *2 (-576))
+ (-5 *1 (-1137 *6 *3))))
+ ((*1 *2 *3 *4 *3 *5)
+ (|partial| -12 (-5 *4 (-1197)) (-5 *5 (-1179))
+ (-4 *6 (-13 (-568) (-1059 *2) (-651 *2) (-464))) (-5 *2 (-576))
+ (-5 *1 (-1137 *6 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *6)))))
((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-656 (-304 (-419 (-969 *4)))))
- (-5 *1 (-1204 *4)) (-5 *3 (-304 (-419 (-969 *4)))))))
+ (|partial| -12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-464)) (-5 *2 (-576))
+ (-5 *1 (-1138 *4))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1197)) (-5 *5 (-855 (-419 (-971 *6))))
+ (-5 *3 (-419 (-971 *6))) (-4 *6 (-464)) (-5 *2 (-576))
+ (-5 *1 (-1138 *6))))
+ ((*1 *2 *3 *4 *3 *5)
+ (|partial| -12 (-5 *3 (-419 (-971 *6))) (-5 *4 (-1197))
+ (-5 *5 (-1179)) (-4 *6 (-464)) (-5 *2 (-576)) (-5 *1 (-1138 *6))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-576)) (-5 *1 (-1220 *3)) (-4 *3 (-1070)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-122 *3)))))
+(((*1 *2)
+ (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
+ (-4 *3 (-378 *4))))
+ ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-464))
+ (-5 *2
+ (-656
+ (-2 (|:| |eigval| (-3 (-419 (-971 *4)) (-1186 (-1197) (-971 *4))))
+ (|:| |eigmult| (-783))
+ (|:| |eigvec| (-656 (-701 (-419 (-971 *4))))))))
+ (-5 *1 (-302 *4)) (-5 *3 (-701 (-419 (-971 *4)))))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 (-1197))) (-5 *3 (-52)) (-5 *1 (-907 *4))
+ (-4 *4 (-1121)))))
+(((*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
+ ((*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *1 *1) (-4 *1 (-1160))))
(((*1 *1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-118 *3)) (-14 *3 *2)))
((*1 *1 *1) (-12 (-5 *1 (-118 *2)) (-14 *2 (-576))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-883 *3)) (-14 *3 *2)))
- ((*1 *1 *1) (-12 (-5 *1 (-883 *2)) (-14 *2 (-576))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-885 *3)) (-14 *3 *2)))
+ ((*1 *1 *1) (-12 (-5 *1 (-885 *2)) (-14 *2 (-576))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-576)) (-14 *3 *2) (-5 *1 (-884 *3 *4))
- (-4 *4 (-881 *3))))
+ (-12 (-5 *2 (-576)) (-14 *3 *2) (-5 *1 (-886 *3 *4))
+ (-4 *4 (-883 *3))))
((*1 *1 *1)
- (-12 (-14 *2 (-576)) (-5 *1 (-884 *2 *3)) (-4 *3 (-881 *2))))
+ (-12 (-14 *2 (-576)) (-5 *1 (-886 *2 *3)) (-4 *3 (-883 *2))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-576)) (-4 *1 (-1248 *3 *4)) (-4 *3 (-1068))
- (-4 *4 (-1277 *3))))
+ (-12 (-5 *2 (-576)) (-4 *1 (-1250 *3 *4)) (-4 *3 (-1070))
+ (-4 *4 (-1279 *3))))
((*1 *1 *1)
- (-12 (-4 *1 (-1248 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-1277 *2)))))
+ (-12 (-4 *1 (-1250 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-1279 *2)))))
+(((*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1293)) (-5 *1 (-1159))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-876))) (-5 *2 (-1293)) (-5 *1 (-1159)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-656 (-783)))) (-5 *1 (-923 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-568) (-1059 (-576)))) (-5 *2 (-112))
+ (-5 *1 (-190 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 (-171 *4))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-112))
+ (-5 *1 (-1227 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *4))))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-4 *2 (-966 *4 *5 *6)) (-4 *4 (-374))
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1238)) (-5 *1 (-1153 *4 *2))
+ (-4 *2 (-13 (-616 (-576) *4) (-10 -7 (-6 -4464) (-6 -4465))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-862)) (-4 *3 (-1238)) (-5 *1 (-1153 *3 *2))
+ (-4 *2 (-13 (-616 (-576) *3) (-10 -7 (-6 -4464) (-6 -4465)))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-1023))
+ (-4 *2 (-1070)))))
+(((*1 *2 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-1179)) (-5 *5 (-701 (-227)))
+ (-5 *2 (-1056)) (-5 *1 (-759)))))
+(((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-1105 *3)) (-4 *3 (-133)))))
+(((*1 *1 *1) (-4 *1 (-641)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023) (-1223))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-1193 *4)) (-5 *1 (-368 *4))
+ (-4 *4 (-360)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-783)) (-5 *2 (-112))))
+ ((*1 *2 *3 *3)
+ (|partial| -12 (-5 *2 (-112)) (-5 *1 (-1239 *3)) (-4 *3 (-1121))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *3 (-1121)) (-5 *2 (-112))
+ (-5 *1 (-1239 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-656 *2)) (-4 *2 (-968 *4 *5 *6)) (-4 *4 (-374))
(-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
(-5 *1 (-462 *4 *5 *6 *2))))
((*1 *2 *3 *4 *5)
(-12 (-5 *4 (-99 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-374))
(-5 *2
(-2 (|:| R (-701 *6)) (|:| A (-701 *6)) (|:| |Ainv| (-701 *6))))
- (-5 *1 (-997 *6)) (-5 *3 (-701 *6)))))
+ (-5 *1 (-999 *6)) (-5 *3 (-701 *6)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1084)) (-5 *3 (-1179)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-1161 *3 *2)) (-4 *3 (-13 (-1121) (-34)))
+ (-4 *2 (-13 (-1121) (-34))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174))
+ (-5 *2 (-701 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-174)) (-5 *2 (-701 *4)) (-5 *1 (-428 *3 *4))
+ (-4 *3 (-429 *4))))
+ ((*1 *2) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-701 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290))))
+ ((*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-656 *3)) (-4 *3 (-968 *5 *6 *7)) (-4 *5 (-464))
+ (-4 *6 (-805)) (-4 *7 (-862))
+ (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5)))
+ (-5 *1 (-461 *5 *6 *7 *3)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-862)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-864)) (-5 *2 (-112))))
+ ((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-557))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1033)) (-5 *2 (-876)))))
(((*1 *2 *3 *3 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
(-5 *1 (-764)))))
+(((*1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-108))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-548))) (-5 *1 (-548)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-52))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-656 (-794 *3))) (-5 *1 (-794 *3)) (-4 *3 (-568))
+ (-4 *3 (-1070)))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-656 *10)) (-5 *5 (-112)) (-4 *10 (-1092 *6 *7 *8 *9))
+ (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
+ (-4 *9 (-1086 *6 *7 *8))
+ (-5 *2
+ (-656
+ (-2 (|:| -3379 (-656 *9)) (|:| -4442 *10) (|:| |ineq| (-656 *9)))))
+ (-5 *1 (-1009 *6 *7 *8 *9 *10)) (-5 *3 (-656 *9))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-656 *10)) (-5 *5 (-112)) (-4 *10 (-1092 *6 *7 *8 *9))
+ (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
+ (-4 *9 (-1086 *6 *7 *8))
+ (-5 *2
+ (-656
+ (-2 (|:| -3379 (-656 *9)) (|:| -4442 *10) (|:| |ineq| (-656 *9)))))
+ (-5 *1 (-1128 *6 *7 *8 *9 *10)) (-5 *3 (-656 *9)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1178 (-656 (-576)))) (-5 *1 (-898))
+ (-5 *3 (-656 (-576))))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-862)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-864)) (-5 *2 (-112))))
+ ((*1 *1 *1 *1) (-5 *1 (-876)))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-923 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
+ (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
+ (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
+ (|:| |abserr| (-227)) (|:| |relerr| (-227))))
+ (-5 *2
+ (-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390))))
+ (-5 *1 (-207)))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-1178 *4)) (-5 *3 (-576)) (-4 *4 (-1070))
+ (-5 *1 (-1181 *4))))
+ ((*1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-576)) (-5 *1 (-1280 *3 *4 *5)) (-4 *3 (-1070))
+ (-14 *4 (-1197)) (-14 *5 *3))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-227) (-227) (-227) (-227))) (-5 *1 (-270))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 (-227) (-227) (-227))) (-5 *1 (-270))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *1 (-270)))))
(((*1 *2)
- (-12 (-5 *2 (-783)) (-5 *1 (-121 *3)) (-4 *3 (-1262 (-576)))))
+ (-12 (-5 *2 (-783)) (-5 *1 (-121 *3)) (-4 *3 (-1264 (-576)))))
((*1 *2 *2)
- (-12 (-5 *2 (-783)) (-5 *1 (-121 *3)) (-4 *3 (-1262 (-576))))))
-(((*1 *1 *1 *1) (-4 *1 (-673))))
+ (-12 (-5 *2 (-783)) (-5 *1 (-121 *3)) (-4 *3 (-1264 (-576))))))
+(((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-448)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1070)) (-5 *2 (-576)) (-5 *1 (-455 *4 *3 *5))
+ (-4 *3 (-1264 *4))
+ (-4 *5 (-13 (-416) (-1059 *4) (-374) (-1223) (-294))))))
+(((*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-340)))))
+(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-158))))
+ ((*1 *2 *1) (-12 (-5 *2 (-158)) (-5 *1 (-888))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-13 (-374) (-148)))
+ (-5 *2 (-656 (-2 (|:| -3744 (-783)) (|:| -3188 *4) (|:| |num| *4))))
+ (-5 *1 (-411 *3 *4)) (-4 *4 (-1264 *3)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-862)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-864)) (-5 *2 (-112))))
+ ((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-62 *3)) (-14 *3 (-1197))))
+ ((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-69 *3)) (-14 *3 (-1197))))
+ ((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-72 *3)) (-14 *3 (-1197))))
+ ((*1 *2 *1) (-12 (-4 *1 (-407)) (-5 *2 (-1293))))
+ ((*1 *2 *3) (-12 (-5 *3 (-400)) (-5 *2 (-1293)) (-5 *1 (-409))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1179)) (-5 *4 (-876)) (-5 *2 (-1293)) (-5 *1 (-1159))))
+ ((*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1293)) (-5 *1 (-1159))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-876))) (-5 *2 (-1293)) (-5 *1 (-1159)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1152 (-227))) (-5 *3 (-656 (-270))) (-5 *1 (-1288))))
+ (-12 (-5 *2 (-1154 (-227))) (-5 *3 (-656 (-270))) (-5 *1 (-1290))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1152 (-227))) (-5 *3 (-1177)) (-5 *1 (-1288))))
- ((*1 *1 *1) (-5 *1 (-1288))))
+ (-12 (-5 *2 (-1154 (-227))) (-5 *3 (-1179)) (-5 *1 (-1290))))
+ ((*1 *1 *1) (-5 *1 (-1290))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1197)) (-4 *4 (-568)) (-5 *1 (-159 *4 *2))
+ (-4 *2 (-442 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1113 *2)) (-4 *2 (-442 *4)) (-4 *4 (-568))
+ (-5 *1 (-159 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1113 *1)) (-4 *1 (-161))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-161)) (-5 *2 (-1197)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1207)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-907 *4)) (-4 *4 (-1121)) (-5 *1 (-904 *4 *3))
+ (-4 *3 (-1121)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-429 *4)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1121)) (-5 *1 (-924 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-1070)) (-5 *1 (-456 *3 *2)) (-4 *2 (-1264 *3)))))
+(((*1 *2)
+ (-12 (-4 *4 (-374)) (-5 *2 (-940)) (-5 *1 (-338 *3 *4))
+ (-4 *3 (-339 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-374)) (-5 *2 (-845 (-940))) (-5 *1 (-338 *3 *4))
+ (-4 *3 (-339 *4))))
+ ((*1 *2) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-940))))
+ ((*1 *2)
+ (-12 (-4 *1 (-1307 *3)) (-4 *3 (-374)) (-5 *2 (-845 (-940))))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-862)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-864)) (-5 *2 (-112))))
+ ((*1 *1 *1 *1) (-5 *1 (-876)))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-922 *3)) (-4 *3 (-1121)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-923 *3)) (-4 *3 (-1121)))))
+(((*1 *1 *2)
+ (-12 (-4 *3 (-1070)) (-5 *1 (-839 *2 *3)) (-4 *2 (-720 *3)))))
+(((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-403)))))
+(((*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-764)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-59 *6)) (-4 *6 (-1238))
+ (-4 *5 (-1238)) (-5 *2 (-59 *5)) (-5 *1 (-58 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-245 *6 *7)) (-14 *6 (-783))
+ (-4 *7 (-1238)) (-4 *5 (-1238)) (-5 *2 (-245 *6 *5))
+ (-5 *1 (-244 *6 *7 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1238)) (-4 *5 (-1238))
+ (-4 *2 (-384 *5)) (-5 *1 (-382 *6 *4 *5 *2)) (-4 *4 (-384 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1121)) (-4 *5 (-1121))
+ (-4 *2 (-437 *5)) (-5 *1 (-435 *6 *4 *5 *2)) (-4 *4 (-437 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-656 *6)) (-4 *6 (-1238))
+ (-4 *5 (-1238)) (-5 *2 (-656 *5)) (-5 *1 (-654 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-977 *6)) (-4 *6 (-1238))
+ (-4 *5 (-1238)) (-5 *2 (-977 *5)) (-5 *1 (-976 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1178 *6)) (-4 *6 (-1238))
+ (-4 *3 (-1238)) (-5 *2 (-1178 *3)) (-5 *1 (-1176 *6 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1288 *6)) (-4 *6 (-1238))
+ (-4 *5 (-1238)) (-5 *2 (-1288 *5)) (-5 *1 (-1287 *6 *5)))))
(((*1 *2)
(-12 (-4 *1 (-360))
- (-5 *2 (-656 (-2 (|:| -1827 (-576)) (|:| -2125 (-576))))))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-372 *3)) (-4 *3 (-1119))))
+ (-5 *2 (-656 (-2 (|:| -1452 (-576)) (|:| -3744 (-576))))))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-374))
+ (-5 *2 (-656 (-2 (|:| C (-701 *5)) (|:| |g| (-1288 *5)))))
+ (-5 *1 (-999 *5)) (-5 *3 (-701 *5)) (-5 *4 (-1288 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1056)))))
+(((*1 *2)
+ (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
+ (-4 *3 (-378 *4))))
+ ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1197)) (-5 *1 (-834)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-360))
+ (-5 *2
+ (-2 (|:| |cont| *5)
+ (|:| -4155 (-656 (-2 (|:| |irr| *3) (|:| -2992 (-576)))))))
+ (-5 *1 (-218 *5 *3)) (-4 *3 (-1264 *5)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-304 *3))) (-5 *1 (-304 *3)) (-4 *3 (-568))
+ (-4 *3 (-1238)))))
+(((*1 *2 *1) (-12 (-5 *2 (-188)) (-5 *1 (-139))))
+ ((*1 *2 *1) (-12 (-4 *1 (-187)) (-5 *2 (-188)))))
+(((*1 *2 *3) (-12 (-5 *3 (-400)) (-5 *2 (-1293)) (-5 *1 (-403))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-403)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-41 *3 *2))
+ (-4 *2
+ (-13 (-374) (-312)
+ (-10 -8 (-15 -2687 ((-1146 *3 (-624 $)) $))
+ (-15 -2698 ((-1146 *3 (-624 $)) $))
+ (-15 -4114 ($ (-1146 *3 (-624 $)))))))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-41 *3 *2))
+ (-4 *2
+ (-13 (-374) (-312)
+ (-10 -8 (-15 -2687 ((-1146 *3 (-624 $)) $))
+ (-15 -2698 ((-1146 *3 (-624 $)) $))
+ (-15 -4114 ($ (-1146 *3 (-624 $)))))))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-656 *2))
+ (-4 *2
+ (-13 (-374) (-312)
+ (-10 -8 (-15 -2687 ((-1146 *4 (-624 $)) $))
+ (-15 -2698 ((-1146 *4 (-624 $)) $))
+ (-15 -4114 ($ (-1146 *4 (-624 $)))))))
+ (-4 *4 (-568)) (-5 *1 (-41 *4 *2))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-656 (-624 *2)))
+ (-4 *2
+ (-13 (-374) (-312)
+ (-10 -8 (-15 -2687 ((-1146 *4 (-624 $)) $))
+ (-15 -2698 ((-1146 *4 (-624 $)) $))
+ (-15 -4114 ($ (-1146 *4 (-624 $)))))))
+ (-4 *4 (-568)) (-5 *1 (-41 *4 *2)))))
+(((*1 *2 *3 *4 *3 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-171 (-227)))) (-5 *2 (-1056))
+ (-5 *1 (-768)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-372 *3)) (-4 *3 (-1121))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-576)) (-4 *1 (-397 *4)) (-4 *4 (-1119)) (-5 *2 (-783))))
+ (-12 (-5 *3 (-576)) (-4 *1 (-397 *4)) (-4 *4 (-1121)) (-5 *2 (-783))))
((*1 *2 *1 *3)
(-12 (-5 *3 (-576)) (-4 *2 (-23)) (-5 *1 (-661 *4 *2 *5))
- (-4 *4 (-1119)) (-14 *5 *2))))
+ (-4 *4 (-1121)) (-14 *5 *2))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-419 *4)) (-4 *4 (-1264 *3))
+ (-4 *3 (-13 (-374) (-148) (-1059 (-576)))) (-5 *1 (-580 *3 *4)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-576)) (-5 *1 (-1220 *3)) (-4 *3 (-1070)))))
+(((*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3)
+ (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *6 (-227))
+ (-5 *3 (-576)) (-5 *2 (-1056)) (-5 *1 (-763)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1142 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *3) (-12 (-5 *3 (-548)) (-5 *1 (-547 *2)) (-4 *2 (-1238))))
+ ((*1 *2 *1) (-12 (-5 *2 (-52)) (-5 *1 (-548)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112))))
+ ((*1 *1 *2 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1238))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446))))
+ ((*1 *1 *1 *1) (-5 *1 (-876)))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1047 *3)) (-4 *3 (-1238)))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-360)) (-5 *2 (-977 (-1193 *4))) (-5 *1 (-368 *4))
+ (-5 *3 (-1193 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-568) (-1059 (-576)))) (-5 *2 (-171 (-326 *4)))
+ (-5 *1 (-190 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 (-171 *4))))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-5 *2 (-171 *3)) (-5 *1 (-1227 *4 *3))
+ (-4 *3 (-13 (-27) (-1223) (-442 *4))))))
+(((*1 *2 *1) (-12 (-5 *2 (-227)) (-5 *1 (-834)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940))
+ (-4 *4 (-1070)))))
(((*1 *2 *2)
(-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-249 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *3 *4 *5 *6 *5 *3 *7)
+ (-12 (-5 *4 (-576))
+ (-5 *6
+ (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4176 (-390))))
+ (-5 *7 (-1 (-1293) (-1288 *5) (-1288 *5) (-390)))
+ (-5 *3 (-1288 (-390))) (-5 *5 (-390)) (-5 *2 (-1293))
+ (-5 *1 (-800))))
+ ((*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3)
+ (-12 (-5 *4 (-576))
+ (-5 *6
+ (-2 (|:| |try| (-390)) (|:| |did| (-390)) (|:| -4176 (-390))))
+ (-5 *7 (-1 (-1293) (-1288 *5) (-1288 *5) (-390)))
+ (-5 *3 (-1288 (-390))) (-5 *5 (-390)) (-5 *2 (-1293))
+ (-5 *1 (-800)))))
+(((*1 *2 *3 *4 *4 *2 *2 *2 *2)
+ (-12 (-5 *2 (-576))
+ (-5 *3
+ (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-783)) (|:| |poli| *4)
+ (|:| |polj| *4)))
+ (-4 *6 (-805)) (-4 *4 (-968 *5 *6 *7)) (-4 *5 (-464)) (-4 *7 (-862))
+ (-5 *1 (-461 *5 *6 *7 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-336 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1070))
+ (-4 *2 (-464))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 *4)) (-4 *4 (-1264 (-576))) (-5 *2 (-656 (-576)))
+ (-5 *1 (-498 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-464))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-968 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *2 (-862)) (-4 *3 (-464)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))))
+ (-5 *2 (-656 (-227))) (-5 *1 (-315)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-326 (-227))) (-5 *2 (-326 (-419 (-576))))
+ (-5 *1 (-315)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 (-449)))))
+ (-5 *1 (-1201)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-656 *1)) (-4 *1 (-1086 *4 *5 *6)) (-4 *4 (-1070))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1231 *4 *5 *6 *3)) (-4 *4 (-568)) (-4 *5 (-805))
+ (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-1293)) (-5 *1 (-216 *4))
+ (-4 *4
+ (-13 (-862)
+ (-10 -8 (-15 -4369 ((-1179) $ (-1197))) (-15 -1612 (*2 $))
+ (-15 -3924 (*2 $)))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1293)) (-5 *1 (-216 *3))
+ (-4 *3
+ (-13 (-862)
+ (-10 -8 (-15 -4369 ((-1179) $ (-1197))) (-15 -1612 (*2 $))
+ (-15 -3924 (*2 $)))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-514)))))
(((*1 *2 *1) (-12 (-4 *1 (-360)) (-5 *2 (-783))))
((*1 *2 *1 *1) (|partial| -12 (-4 *1 (-414)) (-5 *2 (-783)))))
+(((*1 *1 *1 *1 *2)
+ (|partial| -12 (-5 *2 (-112)) (-5 *1 (-607 *3)) (-4 *3 (-1070)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1121))
+ (-5 *2 (-656 (-2 (|:| |k| *4) (|:| |c| *3))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-2 (|:| |k| (-908 *3)) (|:| |c| *4))))
+ (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862))
+ (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-940))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-684 *3))) (-5 *1 (-908 *3)) (-4 *3 (-862)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-576)) (-4 *1 (-1248 *4)) (-4 *4 (-1070)) (-4 *4 (-568))
+ (-5 *2 (-419 (-971 *4)))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-576)) (-4 *1 (-1248 *4)) (-4 *4 (-1070)) (-4 *4 (-568))
+ (-5 *2 (-419 (-971 *4))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1123 *4)) (-4 *4 (-1121)) (-5 *2 (-1 *4))
+ (-5 *1 (-1038 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-390))) (-5 *1 (-1061)) (-5 *3 (-390))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1115 (-576))) (-5 *2 (-1 (-576))) (-5 *1 (-1068)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-1179)) (-5 *2 (-390)) (-5 *1 (-798)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1197)) (-4 *5 (-626 (-907 (-576))))
+ (-4 *5 (-901 (-576)))
+ (-4 *5 (-13 (-1059 (-576)) (-464) (-651 (-576))))
+ (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
+ (-5 *1 (-579 *5 *3)) (-4 *3 (-641))
+ (-4 *3 (-13 (-27) (-1223) (-442 *5))))))
+(((*1 *1 *1) (-5 *1 (-1084))))
(((*1 *2 *3 *3 *4 *4)
- (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *2 (-1054))
+ (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *2 (-1056))
(-5 *1 (-760)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *8)) (-5 *4 (-137 *5 *6 *7)) (-14 *5 (-576))
- (-14 *6 (-783)) (-4 *7 (-174)) (-4 *8 (-174))
- (-5 *2 (-137 *5 *6 *8)) (-5 *1 (-136 *5 *6 *7 *8))))
+(((*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-264)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-568)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3))
+ (-5 *1 (-1228 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))))
+(((*1 *2 *2 *3 *4 *5)
+ (-12 (-5 *2 (-656 *9)) (-5 *3 (-1 (-112) *9))
+ (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9))
+ (-4 *9 (-1086 *6 *7 *8)) (-4 *6 (-568)) (-4 *7 (-805))
+ (-4 *8 (-862)) (-5 *1 (-998 *6 *7 *8 *9)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1070)) (-5 *2 (-656 *1)) (-4 *1 (-1155 *3)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-656 (-1193 *7))) (-5 *3 (-1193 *7))
+ (-4 *7 (-968 *5 *6 *4)) (-4 *5 (-928)) (-4 *6 (-805))
+ (-4 *4 (-862)) (-5 *1 (-925 *5 *6 *4 *7)))))
+(((*1 *1 *1) (-12 (-4 *1 (-442 *2)) (-4 *2 (-1121)) (-4 *2 (-568))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-971 *4)) (-4 *4 (-1070)) (-4 *4 (-626 *2))
+ (-5 *2 (-390)) (-5 *1 (-797 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *9)) (-4 *9 (-1068)) (-4 *5 (-862)) (-4 *6 (-805))
- (-4 *8 (-1068)) (-4 *2 (-966 *9 *7 *5))
- (-5 *1 (-740 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-805))
- (-4 *4 (-966 *8 *6 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1176 (-656 (-938)))) (-5 *1 (-896)))))
+ (|partial| -12 (-5 *3 (-971 *5)) (-5 *4 (-940)) (-4 *5 (-1070))
+ (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-568))
+ (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-940)) (-4 *5 (-568))
+ (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-326 *4)) (-4 *4 (-568)) (-4 *4 (-862))
+ (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-326 *5)) (-5 *4 (-940)) (-4 *5 (-568))
+ (-4 *5 (-862)) (-4 *5 (-626 *2)) (-5 *2 (-390))
+ (-5 *1 (-797 *5)))))
+(((*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-783))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-940))))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783))
+ (-4 *4 (-174))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-227)) (-5 *1 (-158))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-940)) (-5 *1 (-158))))
+ ((*1 *2 *1 *2)
+ (-12 (-5 *2 (-962 *3)) (-4 *3 (-13 (-374) (-1223)))
+ (-5 *1 (-229 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *1 (-304 *2)) (-4 *2 (-1133)) (-4 *2 (-1238))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *1 (-304 *2)) (-4 *2 (-1133)) (-4 *2 (-1238))))
+ ((*1 *1 *2 *3)
+ (-12 (-4 *1 (-333 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-132))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-372 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-372 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *1 (-392 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-862))))
+ ((*1 *1 *2 *3)
+ (-12 (-4 *1 (-393 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-1121))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-397 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-397 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *2 *1)
+ (-12 (-14 *3 (-656 (-1197))) (-4 *4 (-174))
+ (-4 *6 (-243 (-1968 *3) (-783)))
+ (-14 *7
+ (-1 (-112) (-2 (|:| -2409 *5) (|:| -3744 *6))
+ (-2 (|:| -2409 *5) (|:| -3744 *6))))
+ (-5 *1 (-473 *3 *4 *5 *6 *7 *2)) (-4 *5 (-862))
+ (-4 *2 (-968 *4 *6 (-878 *3)))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862))
+ (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-968 *2 *3 *4))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1288 *3)) (-4 *3 (-360)) (-5 *1 (-540 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-548)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-608 *3)) (-4 *3 (-1070))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-658 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1121))
+ (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-1 *7 *5))
+ (-5 *1 (-696 *5 *6 *7))))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-699 *3 *2 *4)) (-4 *3 (-1070)) (-4 *2 (-384 *3))
+ (-4 *4 (-384 *3))))
+ ((*1 *2 *1 *2)
+ (-12 (-4 *1 (-699 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-384 *3))
+ (-4 *2 (-384 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070))
+ (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2))
+ (-4 *4 (-384 *2))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2))
+ (-4 *4 (-384 *2))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2))
+ (-4 *4 (-384 *2))))
+ ((*1 *1 *1 *1) (-4 *1 (-732))) ((*1 *1 *1 *1) (-5 *1 (-876)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1121))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1288 *4)) (-4 *4 (-1264 *3)) (-4 *3 (-568))
+ (-5 *1 (-990 *3 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1072 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *1 *1) (-4 *1 (-1133)))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1144 *3 *4 *2 *5)) (-4 *4 (-1070)) (-4 *2 (-243 *3 *4))
+ (-4 *5 (-243 *3 *4))))
+ ((*1 *2 *1 *2)
+ (-12 (-4 *1 (-1144 *3 *4 *5 *2)) (-4 *4 (-1070)) (-4 *5 (-243 *3 *4))
+ (-4 *2 (-243 *3 *4))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *3 (-1070)) (-4 *4 (-862)) (-5 *1 (-1147 *3 *4 *2))
+ (-4 *2 (-968 *3 (-543 *4) *4))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-962 (-227))) (-5 *3 (-227)) (-5 *1 (-1234))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-738))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-738))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-576)) (-4 *1 (-1286 *3)) (-4 *3 (-1238)) (-4 *3 (-21))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1305 *3 *2)) (-4 *3 (-862)) (-4 *2 (-1070))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *1 (-1311 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-858)))))
+(((*1 *2 *3)
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
+ (|:| |relerr| (-227))))
+ (-5 *2 (-656 (-227))) (-5 *1 (-206)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1178 (-656 (-940)))) (-5 *1 (-898)))))
+(((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 (-783))) (-5 *3 (-112)) (-5 *1 (-1185 *4 *5))
+ (-14 *4 (-940)) (-4 *5 (-1070)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
+ (-5 *1 (-1009 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-5 *2 (-112))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
+ (-5 *1 (-1128 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1223)))))
+ ((*1 *1 *1 *1) (-4 *1 (-805))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1))
+ (-4 *1 (-1086 *3 *4 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-783)) (-4 *5 (-1070)) (-5 *2 (-576))
+ (-5 *1 (-455 *5 *3 *6)) (-4 *3 (-1264 *5))
+ (-4 *6 (-13 (-416) (-1059 *5) (-374) (-1223) (-294)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1070)) (-5 *2 (-576)) (-5 *1 (-455 *4 *3 *5))
+ (-4 *3 (-1264 *4))
+ (-4 *5 (-13 (-416) (-1059 *4) (-374) (-1223) (-294))))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-656 *7)) (|:| -4442 *8)))
+ (-4 *7 (-1086 *4 *5 *6)) (-4 *8 (-1092 *4 *5 *6 *7)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
+ (-5 *1 (-1009 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-656 *7)) (|:| -4442 *8)))
+ (-4 *7 (-1086 *4 *5 *6)) (-4 *8 (-1092 *4 *5 *6 *7)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
+ (-5 *1 (-1128 *4 *5 *6 *7 *8)))))
+(((*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-112)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1092 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805))
+ (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-656 (-1195))) (-4 *5 (-568))
- (-5 *2 (-656 (-656 (-304 (-419 (-969 *5)))))) (-5 *1 (-782 *5))))
+ (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-656 (-1197))) (-4 *5 (-568))
+ (-5 *2 (-656 (-656 (-304 (-419 (-971 *5)))))) (-5 *1 (-782 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-656 (-969 *4))) (-4 *4 (-568))
- (-5 *2 (-656 (-656 (-304 (-419 (-969 *4)))))) (-5 *1 (-782 *4))))
+ (-12 (-5 *3 (-656 (-971 *4))) (-4 *4 (-568))
+ (-5 *2 (-656 (-656 (-304 (-419 (-971 *4)))))) (-5 *1 (-782 *4))))
((*1 *2 *3 *4 *5)
(-12 (-5 *3 (-701 *7))
(-5 *5
- (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -4156 (-656 *6)))
+ (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -1726 (-656 *6)))
*7 *6))
(-4 *6 (-374)) (-4 *7 (-668 *6))
(-5 *2
- (-2 (|:| |particular| (-3 (-1286 *6) "failed"))
- (|:| -4156 (-656 (-1286 *6)))))
- (-5 *1 (-825 *6 *7)) (-5 *4 (-1286 *6)))))
-(((*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1177)) (-5 *1 (-722)))))
+ (-2 (|:| |particular| (-3 (-1288 *6) "failed"))
+ (|:| -1726 (-656 (-1288 *6)))))
+ (-5 *1 (-825 *6 *7)) (-5 *4 (-1288 *6)))))
+(((*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-1070)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1193 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-853)) (-5 *2 (-1056)) (-5 *1 (-852))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-326 (-390)))) (-5 *4 (-656 (-390)))
+ (-5 *2 (-1056)) (-5 *1 (-852)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-836)) (-5 *3 (-656 (-1197))) (-5 *1 (-837)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-304 *2)) (-4 *2 (-738)) (-4 *2 (-1238)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-518)) (-5 *2 (-703 (-786))) (-5 *1 (-115))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-1179)) (-5 *2 (-786)) (-5 *1 (-115))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-1125)) (-5 *1 (-984)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4))))
+ (-5 *1 (-1162 *3 *4)) (-4 *3 (-13 (-1121) (-34)))
+ (-4 *4 (-13 (-1121) (-34))))))
+(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-945)))))
+(((*1 *2 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-763)))))
+(((*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1179)) (-5 *1 (-722)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-317)) (-5 *1 (-181 *3)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-390)) (-5 *1 (-1084)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-656 *5)) (-5 *4 (-576)) (-4 *5 (-860)) (-4 *5 (-374))
+ (-5 *2 (-783)) (-5 *1 (-964 *5 *6)) (-4 *6 (-1264 *5)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-167 *3)) (-4 *3 (-174)) (-4 *3 (-557))
+ (-5 *2 (-419 (-576)))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-419 (-576))) (-5 *1 (-430 *3)) (-4 *3 (-557))
+ (-4 *3 (-568))))
+ ((*1 *2 *1) (|partial| -12 (-4 *1 (-557)) (-5 *2 (-419 (-576)))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-809 *3)) (-4 *3 (-174)) (-4 *3 (-557))
+ (-5 *2 (-419 (-576)))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-419 (-576))) (-5 *1 (-845 *3)) (-4 *3 (-557))
+ (-4 *3 (-1121))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-419 (-576))) (-5 *1 (-855 *3)) (-4 *3 (-557))
+ (-4 *3 (-1121))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1018 *3)) (-4 *3 (-174)) (-4 *3 (-557))
+ (-5 *2 (-419 (-576)))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-419 (-576))) (-5 *1 (-1029 *3))
+ (-4 *3 (-1059 *2)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-656 (-971 *3))) (-4 *3 (-464))
+ (-5 *1 (-371 *3 *4)) (-14 *4 (-656 (-1197)))))
+ ((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-656 (-792 *3 (-878 *4)))) (-4 *3 (-464))
+ (-14 *4 (-656 (-1197))) (-5 *1 (-640 *3 *4)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-656 (-656 (-656 *5)))) (-5 *3 (-1 (-112) *5 *5))
+ (-5 *4 (-656 *5)) (-4 *5 (-862)) (-5 *1 (-1208 *5)))))
+(((*1 *2 *3 *4 *3 *4 *4 *4)
+ (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *2 (-1056))
+ (-5 *1 (-768)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-5 *1 (-449)))))
+(((*1 *1 *1 *1) (-5 *1 (-130)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-1204 *2)) (-14 *2 (-940))))
+ ((*1 *1 *1 *1) (-5 *1 (-1243))) ((*1 *1 *1 *1) (-5 *1 (-1244)))
+ ((*1 *1 *1 *1) (-5 *1 (-1245))) ((*1 *1 *1 *1) (-5 *1 (-1246))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-317))
+ (-5 *2 (-419 (-430 (-971 *4)))) (-5 *1 (-1063 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-548)))))
+(((*1 *1) (-5 *1 (-158)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1065 *2)) (-4 *2 (-23)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1195))
- (-4 *4 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-438 *4 *2)) (-4 *2 (-13 (-1221) (-29 *4)))))
+ (-12 (-5 *3 (-1197))
+ (-4 *4 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-438 *4 *2)) (-4 *2 (-13 (-1223) (-29 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-1195)) (-4 *5 (-148))
- (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-326 *5))
+ (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-1197)) (-4 *5 (-148))
+ (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-326 *5))
(-5 *1 (-601 *5)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862))))
- ((*1 *1) (-4 *1 (-1171))))
+(((*1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *1) (-12 (-4 *1 (-187)) (-5 *2 (-656 (-879))))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-940)) (-4 *5 (-568)) (-5 *2 (-701 *5))
+ (-5 *1 (-975 *5 *3)) (-4 *3 (-668 *5)))))
+(((*1 *1 *2 *3 *1) (-12 (-5 *2 (-518)) (-5 *3 (-609)) (-5 *1 (-597)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-390)) (-5 *1 (-1084)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-759)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-374))
+ (-5 *2
+ (-2 (|:| A (-701 *5))
+ (|:| |eqs|
+ (-656
+ (-2 (|:| C (-701 *5)) (|:| |g| (-1288 *5)) (|:| -3379 *6)
+ (|:| |rh| *5))))))
+ (-5 *1 (-825 *5 *6)) (-5 *3 (-701 *5)) (-5 *4 (-1288 *5))
+ (-4 *6 (-668 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-374)) (-4 *6 (-668 *5))
+ (-5 *2 (-2 (|:| -2663 (-701 *6)) (|:| |vec| (-1288 *5))))
+ (-5 *1 (-825 *5 *6)) (-5 *3 (-701 *6)) (-5 *4 (-1288 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-145))))
+ ((*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-145)))))
+(((*1 *1 *1 *1) (-5 *1 (-130)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-1204 *2)) (-14 *2 (-940))))
+ ((*1 *1 *1 *1) (-5 *1 (-1243))) ((*1 *1 *1 *1) (-5 *1 (-1244)))
+ ((*1 *1 *1 *1) (-5 *1 (-1245))) ((*1 *1 *1 *1) (-5 *1 (-1246))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1163 *3 *4)) (-14 *3 (-940)) (-4 *4 (-374))
+ (-5 *1 (-1014 *3 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-701 *8)) (-5 *4 (-783)) (-4 *8 (-966 *5 *7 *6))
- (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1195))))
+ (-12 (-5 *3 (-701 *8)) (-5 *4 (-783)) (-4 *8 (-968 *5 *7 *6))
+ (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1197))))
(-4 *7 (-805))
(-5 *2
(-656
(-2 (|:| |det| *8) (|:| |rows| (-656 (-576)))
(|:| |cols| (-656 (-576))))))
- (-5 *1 (-941 *5 *6 *7 *8)))))
+ (-5 *1 (-943 *5 *6 *7 *8)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *2) (-12 (-5 *2 (-656 (-326 (-227)))) (-5 *1 (-276)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-624 *4)) (-4 *4 (-1121)) (-4 *2 (-1121))
+ (-5 *1 (-623 *2 *4)))))
+(((*1 *1) (-4 *1 (-23))) ((*1 *1) (-4 *1 (-34)))
+ ((*1 *1) (-5 *1 (-130)))
+ ((*1 *1)
+ (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783))
+ (-4 *4 (-174))))
+ ((*1 *1) (-5 *1 (-558))) ((*1 *1) (-5 *1 (-559)))
+ ((*1 *1) (-5 *1 (-560))) ((*1 *1) (-5 *1 (-561)))
+ ((*1 *1) (-4 *1 (-738))) ((*1 *1) (-5 *1 (-1197)))
+ ((*1 *1) (-12 (-5 *1 (-1203 *2)) (-14 *2 (-940))))
+ ((*1 *1) (-12 (-5 *1 (-1204 *2)) (-14 *2 (-940))))
+ ((*1 *1) (-5 *1 (-1243))) ((*1 *1) (-5 *1 (-1244)))
+ ((*1 *1) (-5 *1 (-1245))) ((*1 *1) (-5 *1 (-1246))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-656 *1)) (-5 *3 (-656 *7)) (-4 *1 (-1092 *4 *5 *6 *7))
+ (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *1))
+ (-4 *1 (-1092 *4 *5 *6 *7))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-656 *1)) (-4 *1 (-1092 *4 *5 *6 *3)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-656 *1))
+ (-4 *1 (-1092 *4 *5 *6 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1197)) (-5 *4 (-971 (-576))) (-5 *2 (-340))
+ (-5 *1 (-342)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1238)) (-5 *1 (-386 *4 *2))
+ (-4 *2 (-13 (-384 *4) (-10 -7 (-6 -4465)))))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-656 *2)) (-4 *2 (-1121)) (-4 *2 (-1238)))))
(((*1 *1 *1 *1 *1) (-4 *1 (-557))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 *4)) (-4 *4 (-1070)) (-5 *2 (-1288 *4))
+ (-5 *1 (-1198 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-940)) (-5 *2 (-1288 *3)) (-5 *1 (-1198 *3))
+ (-4 *3 (-1070)))))
+(((*1 *1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-122 *2)) (-4 *2 (-862))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-127 *2)) (-4 *2 (-862))))
+ ((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-576)) (-4 *1 (-292 *3)) (-4 *3 (-1238))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-576)) (-4 *1 (-292 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-2
+ (|:| -2240
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
+ (|:| |relerr| (-227))))
+ (|:| -2904
+ (-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| (-1178 (-227)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -3646
+ (-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 (-571))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-783)) (-4 *1 (-707 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-2
+ (|:| -2240
+ (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
+ (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
+ (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
+ (|:| |abserr| (-227)) (|:| |relerr| (-227))))
+ (|:| -2904
+ (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390))
+ (|:| |expense| (-390)) (|:| |accuracy| (-390))
+ (|:| |intermediateResults| (-390))))))
+ (-5 *1 (-815))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *2 (-1293)) (-5 *1 (-1215 *3 *4)) (-4 *3 (-1121))
+ (-4 *4 (-1121)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-609)) (-5 *1 (-597)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-656 (-419 *7)))
+ (-4 *7 (-1264 *6)) (-5 *3 (-419 *7)) (-4 *6 (-374))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-586 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1209 (-656 *4))) (-4 *4 (-862))
+ (-5 *2 (-656 (-656 *4))) (-5 *1 (-1208 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-783)) (-5 *2 (-1193 *4)) (-5 *1 (-540 *4))
+ (-4 *4 (-360)))))
+(((*1 *2 *2 *2 *3 *3)
+ (-12 (-5 *3 (-783)) (-4 *4 (-1070)) (-5 *1 (-1260 *4 *2))
+ (-4 *2 (-1264 *4)))))
+(((*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 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-687 (-227)))
+ (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-762)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-701 (-419 (-576))))
+ (-5 *2
+ (-656
+ (-2 (|:| |outval| *4) (|:| |outmult| (-576))
+ (|:| |outvect| (-656 (-701 *4))))))
+ (-5 *1 (-791 *4)) (-4 *4 (-13 (-374) (-860))))))
(((*1 *2 *2 *2)
(-12 (-5 *2 (-783))
- (-4 *3 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $)))))
- (-4 *4 (-1262 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))))
+ (-4 *3 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $)))))
+ (-4 *4 (-1264 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-656 *3)) (-4 *3 (-1130 *5 *6 *7 *8))
+ (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *8 (-1086 *5 *6 *7)) (-5 *2 (-112))
+ (-5 *1 (-603 *5 *6 *7 *8 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1013 *2)) (-4 *2 (-568)) (-5 *1 (-143 *2 *4 *3))
+ (-4 *3 (-384 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1013 *2)) (-4 *2 (-568)) (-5 *1 (-515 *2 *4 *5 *3))
+ (-4 *5 (-384 *2)) (-4 *3 (-384 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-701 *4)) (-4 *4 (-1013 *2)) (-4 *2 (-568))
+ (-5 *1 (-705 *2 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1013 *2)) (-4 *2 (-568)) (-5 *1 (-1257 *2 *4 *3))
+ (-4 *3 (-1264 *4)))))
+(((*1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-1200)))))
+(((*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-415 *3)) (-4 *3 (-416))))
+ ((*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-415 *3)) (-4 *3 (-416))))
+ ((*1 *2 *2) (-12 (-5 *2 (-940)) (|has| *1 (-6 -4455)) (-4 *1 (-416))))
+ ((*1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-940))))
+ ((*1 *2 *1) (-12 (-4 *1 (-883 *3)) (-5 *2 (-1178 (-576))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-940)) (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379))))
+ ((*1 *2 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-374))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-381 *2 *3)) (-4 *3 (-1264 *2)) (-4 *2 (-174))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1288 *4)) (-5 *3 (-940)) (-4 *4 (-360))
+ (-5 *1 (-540 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1144 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2))
+ (-4 *5 (-243 *3 *2)) (-4 *2 (-1070)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-783))
+ (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-968 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-284)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-576)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1238))
+ (-4 *3 (-384 *4)) (-4 *5 (-384 *4)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *3))
+ (-5 *1 (-998 *4 *5 *6 *3)) (-4 *3 (-1086 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-1086 *4 *5 *6)) (-4 *4 (-568))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-998 *4 *5 *6 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-656 *7) (-656 *7))) (-5 *2 (-656 *7))
+ (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805))
+ (-4 *6 (-862)) (-5 *1 (-998 *4 *5 *6 *7)))))
+(((*1 *1 *1) (-12 (-4 *1 (-686 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-1244))))))
(((*1 *1 *1)
- (-12 (-4 *1 (-260 *2 *3 *4 *5)) (-4 *2 (-1068)) (-4 *3 (-862))
+ (-12 (-4 *1 (-260 *2 *3 *4 *5)) (-4 *2 (-1070)) (-4 *3 (-862))
(-4 *4 (-275 *3)) (-4 *5 (-805)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
+(((*1 *2 *1) (-12 (-4 *1 (-437 *3)) (-4 *3 (-1121)) (-5 *2 (-783)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-1179)) (-4 *1 (-375 *2 *4)) (-4 *2 (-1121))
+ (-4 *4 (-1121))))
+ ((*1 *1 *2)
+ (-12 (-4 *1 (-375 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121)))))
(((*1 *2 *1)
- (-12 (-4 *2 (-1112 *3)) (-5 *1 (-1076 *2 *3)) (-4 *3 (-1236))))
+ (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *6))
+ (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-924 *3))) (-5 *1 (-923 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-763)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-962 *3) (-962 *3))) (-5 *1 (-178 *3))
+ (-4 *3 (-13 (-374) (-1223) (-1023))))))
+(((*1 *1 *2 *2 *2)
+ (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1223)))))
+ ((*1 *2 *1 *3 *4 *4)
+ (-12 (-5 *3 (-940)) (-5 *4 (-390)) (-5 *2 (-1293)) (-5 *1 (-1289))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-940)) (-4 *4 (-379)) (-4 *4 (-374)) (-5 *2 (-1193 *1))
+ (-4 *1 (-339 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-1193 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-381 *3 *2)) (-4 *3 (-174)) (-4 *3 (-374))
+ (-4 *2 (-1264 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1288 *4)) (-4 *4 (-360)) (-5 *2 (-1193 *4))
+ (-5 *1 (-540 *4)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
+ (-4 *3 (-1086 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-656 *4))
+ (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4))))))
+ (-5 *1 (-1090 *6 *7 *8 *3 *4)) (-4 *4 (-1092 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-656 *4))
+ (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4))))))
+ (-5 *1 (-1166 *5 *6 *7 *3 *4)) (-4 *4 (-1130 *5 *6 *7 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-52)) (-5 *1 (-841)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *1 *2 *2 *2)
+ (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1223)))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374))))
+ ((*1 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374))))
+ ((*1 *2 *1 *3 *4 *4)
+ (-12 (-5 *3 (-940)) (-5 *4 (-390)) (-5 *2 (-1293)) (-5 *1 (-1289)))))
+(((*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-945))))
+ ((*1 *1 *1 *2 *2) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-946))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-946))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-656 *1)) (-4 *1 (-1086 *4 *5 *6)) (-4 *4 (-1070))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-5 *2 (-112))))
((*1 *2 *1)
- (-12 (-5 *2 (-1113 *3)) (-5 *1 (-1111 *3)) (-4 *3 (-1236))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1236))))
- ((*1 *1 *2) (-12 (-5 *1 (-1253 *2)) (-4 *2 (-1236)))))
+ (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1231 *4 *5 *6 *3)) (-4 *4 (-568)) (-4 *5 (-805))
+ (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-940)) (-5 *4 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1289)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390))
+ (-5 *2
+ (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576))
+ (|:| |success| (-112))))
+ (-5 *1 (-801)) (-5 *5 (-576)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-684 *3)) (-4 *3 (-862)) (-4 *1 (-385 *3 *4))
+ (-4 *4 (-174)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-374)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4)))
+ (-5 *2 (-1288 *6)) (-5 *1 (-347 *3 *4 *5 *6))
+ (-4 *6 (-353 *3 *4 *5)))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390)))
+ (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1196))))
+ (-5 *1 (-1196)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-984))) (-5 *1 (-109))))
+ ((*1 *2 *1) (-12 (-5 *2 (-45 (-1179) (-786))) (-5 *1 (-115)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-503)) (-5 *4 (-973)) (-5 *2 (-703 (-545)))
+ (-5 *1 (-545))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-973)) (-4 *3 (-1121)) (-5 *2 (-703 *1))
+ (-4 *1 (-779 *3)))))
(((*1 *2 *2 *2)
(|partial| -12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3))))
((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))))
+ (|partial| -12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))))
+(((*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6)
+ (-12 (-5 *4 (-576)) (-5 *5 (-701 (-227)))
+ (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117)))) (-5 *3 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-760)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-507)))))
+(((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-1200))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-1293)) (-5 *1 (-1200))))
+ ((*1 *2 *3 *1) (-12 (-5 *3 (-1197)) (-5 *2 (-1293)) (-5 *1 (-1200)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -1751 *3) (|:| |coef1| (-794 *3))))
+ (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1070)))))
+(((*1 *2 *3 *4)
+ (-12
+ (-5 *3
+ (-656
+ (-2 (|:| |eqzro| (-656 *8)) (|:| |neqzro| (-656 *8))
+ (|:| |wcond| (-656 (-971 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1288 (-419 (-971 *5))))
+ (|:| -1726 (-656 (-1288 (-419 (-971 *5))))))))))
+ (-5 *4 (-1179)) (-4 *5 (-13 (-317) (-148))) (-4 *8 (-968 *5 *7 *6))
+ (-4 *6 (-13 (-862) (-626 (-1197)))) (-4 *7 (-805)) (-5 *2 (-576))
+ (-5 *1 (-943 *5 *6 *7 *8)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-1196)) (-5 *1 (-340)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-576)) (|has| *1 (-6 -4465)) (-4 *1 (-384 *3))
+ (-4 *3 (-1238)))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390)))
+ (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1196))))
+ (-5 *1 (-1196)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *3 (-1242)) (-4 *5 (-1264 *3)) (-4 *6 (-1264 (-419 *5)))
+ (-5 *2 (-112)) (-5 *1 (-352 *4 *3 *5 *6)) (-4 *4 (-353 *3 *5 *6))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068))
- (-5 *2 (-656 (-656 (-656 (-960 *3))))))))
+ (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070))
+ (-5 *2 (-656 (-656 (-656 (-962 *3))))))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-13 (-568) (-1059 (-576)))) (-4 *5 (-442 *4))
+ (-5 *2 (-430 (-1193 (-419 (-576))))) (-5 *1 (-447 *4 *5 *3))
+ (-4 *3 (-1264 *5)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-333 *3 *4)) (-4 *3 (-1121))
+ (-4 *4 (-132)))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5))
+ (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *1 (-1301 *3 *4 *5 *6))))
+ ((*1 *1 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-656 *8)) (-5 *3 (-1 (-112) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-568))
+ (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1301 *5 *6 *7 *8)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-390)) (-5 *1 (-1084)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *4 (-576))) (-5 *5 (-1 (-1178 *4))) (-4 *4 (-374))
+ (-4 *4 (-1070)) (-5 *2 (-1178 *4)) (-5 *1 (-1181 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1178 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
+ (-5 *1 (-1149 *3 *2)) (-4 *3 (-1264 *2)))))
+(((*1 *1 *1) (-5 *1 (-1196)))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390)))
+ (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1196))))
+ (-5 *1 (-1196)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-783)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940))
+ (-4 *4 (-1070)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-656 *5)))))
(((*1 *2)
(-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
(-4 *3 (-378 *4))))
((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-940)) (-5 *1 (-153 *3 *4 *5)) (-14 *3 *2)
+ (-4 *4 (-374)) (-14 *5 (-1014 *3 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *2)) (-4 *2 (-174))))
+ ((*1 *2) (-12 (-4 *2 (-174)) (-5 *1 (-428 *3 *2)) (-4 *3 (-429 *2))))
+ ((*1 *2) (-12 (-4 *1 (-429 *2)) (-4 *2 (-174)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
+ (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
+ (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
+ (|:| |abserr| (-227)) (|:| |relerr| (-227))))
+ (-5 *2 (-390)) (-5 *1 (-207)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-656 *7)) (|:| |badPols| (-656 *7))))
+ (-5 *1 (-998 *4 *5 *6 *7)) (-5 *3 (-656 *7)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-5 *2 (-576))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070))
+ (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-576)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3))
+ (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3))
(-4 *5 (-384 *3)) (-5 *2 (-112))))
((*1 *2 *1)
- (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068))
+ (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070))
(-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-112)))))
+(((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-656
+ (-2
+ (|:| -2240
+ (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
+ (|:| |fn| (-1288 (-326 (-227))))
+ (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227)))
+ (|:| |g| (-326 (-227))) (|:| |abserr| (-227))
+ (|:| |relerr| (-227))))
+ (|:| -2904
+ (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390))
+ (|:| |expense| (-390)) (|:| |accuracy| (-390))
+ (|:| |intermediateResults| (-390)))))))
+ (-5 *1 (-815)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-429 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1261 *5 *4)) (-4 *4 (-464)) (-4 *4 (-832))
+ (-14 *5 (-1197)) (-5 *2 (-576)) (-5 *1 (-1135 *4 *5)))))
+(((*1 *1 *2 *3 *3 *4 *5)
+ (-12 (-5 *2 (-656 (-656 (-962 (-227))))) (-5 *3 (-656 (-888)))
+ (-5 *4 (-656 (-940))) (-5 *5 (-656 (-270))) (-5 *1 (-480))))
+ ((*1 *1 *2 *3 *3 *4)
+ (-12 (-5 *2 (-656 (-656 (-962 (-227))))) (-5 *3 (-656 (-888)))
+ (-5 *4 (-656 (-940))) (-5 *1 (-480))))
+ ((*1 *1 *2) (-12 (-5 *2 (-656 (-656 (-962 (-227))))) (-5 *1 (-480))))
+ ((*1 *1 *1) (-5 *1 (-480))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7))
+ (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 *10))
+ (-5 *1 (-636 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1092 *5 *6 *7 *8))
+ (-4 *10 (-1130 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-792 *5 (-878 *6)))) (-5 *4 (-112)) (-4 *5 (-464))
+ (-14 *6 (-656 (-1197))) (-5 *2 (-656 (-1067 *5 *6)))
+ (-5 *1 (-640 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-792 *5 (-878 *6)))) (-5 *4 (-112)) (-4 *5 (-464))
+ (-14 *6 (-656 (-1197)))
+ (-5 *2
+ (-656 (-1167 *5 (-543 (-878 *6)) (-878 *6) (-792 *5 (-878 *6)))))
+ (-5 *1 (-640 *5 *6))))
+ ((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7))
+ (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-5 *2 (-656 (-1048 *5 *6 *7 *8))) (-5 *1 (-1048 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7))
+ (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-5 *2 (-656 (-1048 *5 *6 *7 *8))) (-5 *1 (-1048 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-656 (-792 *5 (-878 *6)))) (-5 *4 (-112)) (-4 *5 (-464))
+ (-14 *6 (-656 (-1197))) (-5 *2 (-656 (-1067 *5 *6)))
+ (-5 *1 (-1067 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7))
+ (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 *1))
+ (-4 *1 (-1092 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7))
+ (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-5 *2 (-656 (-1167 *5 *6 *7 *8))) (-5 *1 (-1167 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7))
+ (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-5 *2 (-656 (-1167 *5 *6 *7 *8))) (-5 *1 (-1167 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-568))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *1))
+ (-4 *1 (-1231 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-764)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-907 *4)) (-5 *3 (-1 (-112) *5)) (-4 *4 (-1121))
+ (-4 *5 (-1238)) (-5 *1 (-905 *4 *5))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-907 *4)) (-5 *3 (-656 (-1 (-112) *5))) (-4 *4 (-1121))
+ (-4 *5 (-1238)) (-5 *1 (-905 *4 *5))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-907 *5)) (-5 *3 (-656 (-1197)))
+ (-5 *4 (-1 (-112) (-656 *6))) (-4 *5 (-1121)) (-4 *6 (-1238))
+ (-5 *1 (-905 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-112) *5)) (-4 *5 (-1238)) (-4 *4 (-1121))
+ (-5 *1 (-956 *4 *2 *5)) (-4 *2 (-442 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-656 (-1 (-112) *5))) (-4 *5 (-1238)) (-4 *4 (-1121))
+ (-5 *1 (-956 *4 *2 *5)) (-4 *2 (-442 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1197)) (-5 *4 (-1 (-112) *5)) (-4 *5 (-1238))
+ (-5 *2 (-326 (-576))) (-5 *1 (-957 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1197)) (-5 *4 (-656 (-1 (-112) *5))) (-4 *5 (-1238))
+ (-5 *2 (-326 (-576))) (-5 *1 (-957 *5))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 (-1197))) (-5 *3 (-1 (-112) (-656 *6)))
+ (-4 *6 (-13 (-442 *5) (-901 *4) (-626 (-907 *4)))) (-4 *4 (-1121))
+ (-4 *5 (-13 (-1070) (-901 *4) (-626 (-907 *4))))
+ (-5 *1 (-1097 *4 *5 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-923 (-576))) (-5 *1 (-936))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936)))))
+(((*1 *2 *1) (-12 (-4 *1 (-995)) (-5 *2 (-1115 (-227))))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-983 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-656 *5)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576))
- (-14 *4 (-783)) (-4 *5 (-174)))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1070))
+ (-14 *4 (-656 (-1197)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1070) (-862)))
+ (-14 *4 (-656 (-1197))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-1286 (-701 *4))) (-5 *1 (-90 *4 *5))
+ (-12 (-4 *4 (-568)) (-5 *2 (-1288 (-701 *4))) (-5 *1 (-90 *4 *5))
(-5 *3 (-701 *4)) (-4 *5 (-668 *4)))))
+(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576))
+ (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) (-5 *2 (-1056))
+ (-5 *1 (-760)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1121)) (-4 *6 (-1121))
+ (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-696 *4 *5 *6)) (-4 *5 (-1121)))))
+(((*1 *2 *1) (-12 (-5 *2 (-609)) (-5 *1 (-290)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862))))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1121)) (-4 *5 (-1121))
+ (-5 *2 (-1 *5 *4)) (-5 *1 (-695 *4 *5)))))
+(((*1 *1 *1) (-12 (-5 *1 (-933 *2)) (-4 *2 (-317)))))
+(((*1 *1 *1) (-4 *1 (-557))))
+(((*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-1115 (-227)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-995)) (-5 *2 (-1115 (-227))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-656 *6)) (-4 *6 (-862)) (-4 *4 (-374)) (-4 *5 (-805))
+ (-5 *2
+ (-2 (|:| |mval| (-701 *4)) (|:| |invmval| (-701 *4))
+ (|:| |genIdeal| (-516 *4 *5 *6 *7))))
+ (-5 *1 (-516 *4 *5 *6 *7)) (-4 *7 (-968 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-326 (-227)))) (-5 *2 (-112)) (-5 *1 (-276)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1179)) (-5 *3 (-656 (-270))) (-5 *1 (-268))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-270))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1289))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-4 *2 (-1084 *4 *5 *6)) (-4 *4 (-568))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-996 *4 *5 *6 *2)))))
+ (-12 (-5 *3 (-656 *2)) (-4 *2 (-1086 *4 *5 *6)) (-4 *4 (-568))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-998 *4 *5 *6 *2)))))
+(((*1 *1 *1) (-4 *1 (-883 *2))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-557))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174))
+ (-5 *2 (-701 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-174)) (-5 *2 (-701 *4)) (-5 *1 (-428 *3 *4))
+ (-4 *3 (-429 *4))))
+ ((*1 *2) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-701 *3)))))
+(((*1 *2 *1) (-12 (-5 *1 (-1233 *2)) (-4 *2 (-995)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1273 *3 *4 *5)) (-5 *1 (-329 *3 *4 *5)) (-4 *3 (-374))
+ (-14 *4 (-1197)) (-14 *5 *3)))
+ ((*1 *2 *1) (-12 (-4 *1 (-416)) (-5 *2 (-576))))
+ ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-430 *3)) (-4 *3 (-568))))
+ ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-711))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1121)) (-5 *1 (-725 *3 *2 *4)) (-4 *3 (-862))
+ (-14 *4
+ (-1 (-112) (-2 (|:| -2409 *3) (|:| -3744 *2))
+ (-2 (|:| -2409 *3) (|:| -3744 *2)))))))
+(((*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1179)) (-5 *1 (-315)))))
+(((*1 *2 *3) (-12 (-5 *3 (-171 (-576))) (-5 *2 (-112)) (-5 *1 (-458))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-516 (-419 (-576)) (-245 *5 (-783)) (-878 *4)
+ (-253 *4 (-419 (-576)))))
+ (-14 *4 (-656 (-1197))) (-14 *5 (-783)) (-5 *2 (-112))
+ (-5 *1 (-517 *4 *5))))
+ ((*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-980 *3)) (-4 *3 (-557))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1242)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-1115 (-227)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-995)) (-5 *2 (-1115 (-227))))))
+(((*1 *2 *3 *4 *3 *5 *3)
+ (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *3 (-576))
+ (-5 *2 (-1056)) (-5 *1 (-766)))))
(((*1 *2 *2 *2)
(-12 (-5 *2 (-701 *3))
- (-4 *3 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $)))))
- (-4 *4 (-1262 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))))
+ (-4 *3 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $)))))
+ (-4 *4 (-1264 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1276 *3)) (-4 *3 (-1238)) (-5 *2 (-783)))))
+(((*1 *2) (-12 (-4 *1 (-1065 *2)) (-4 *2 (-23)))))
+(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
+ (-12 (-5 *3 (-1179)) (-5 *4 (-576)) (-5 *5 (-701 (-227)))
+ (-5 *2 (-1056)) (-5 *1 (-766)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-1097 *3 *4 *5))) (-4 *3 (-1121))
+ (-4 *4 (-13 (-1070) (-901 *3) (-626 (-907 *3))))
+ (-4 *5 (-13 (-442 *4) (-901 *3) (-626 (-907 *3))))
+ (-5 *1 (-1098 *3 *4 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 *1)) (|has| *1 (-6 -4465)) (-4 *1 (-1031 *3))
+ (-4 *3 (-1238)))))
+(((*1 *2 *1 *3 *2)
+ (-12 (-5 *3 (-783)) (-5 *1 (-215 *4 *2)) (-14 *4 (-940))
+ (-4 *2 (-1121)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1311 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-858)))))
(((*1 *2 *1) (-12 (-5 *1 (-176 *2)) (-4 *2 (-317))))
- ((*1 *2 *1) (-12 (-5 *1 (-931 *2)) (-4 *2 (-317))))
- ((*1 *2 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568)) (-4 *2 (-317))))
- ((*1 *2 *1) (-12 (-4 *1 (-1079)) (-5 *2 (-576)))))
+ ((*1 *2 *1) (-12 (-5 *1 (-933 *2)) (-4 *2 (-317))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568)) (-4 *2 (-317))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1081)) (-5 *2 (-576)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-576)) (-5 *1 (-326 *3)) (-4 *3 (-568)) (-4 *3 (-1121)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-928)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-968 *4 *5 *6)) (-5 *2 (-430 (-1193 *7)))
+ (-5 *1 (-925 *4 *5 *6 *7)) (-5 *3 (-1193 *7))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-928)) (-4 *5 (-1264 *4)) (-5 *2 (-430 (-1193 *5)))
+ (-5 *1 (-926 *4 *5)) (-5 *3 (-1193 *5)))))
+(((*1 *1) (-12 (-5 *1 (-703 *2)) (-4 *2 (-625 (-876))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174))
+ (-5 *2 (-701 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-701 *3)))))
+(((*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1061)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 (-145))) (-5 *1 (-142))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-142)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-576)) (-5 *2 (-1293)) (-5 *1 (-923 *4))
+ (-4 *4 (-1121))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-923 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-5 *2 (-656 *3))))
+ ((*1 *2 *1)
+ (-12 (|has| *1 (-6 -4464)) (-4 *1 (-501 *3)) (-4 *3 (-1238))
+ (-5 *2 (-656 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-940))) (-5 *1 (-992)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-384 *2))
+ (-4 *5 (-384 *2)) (-4 *2 (-1238))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-783)) (-4 *2 (-1121)) (-5 *1 (-215 *4 *2))
+ (-14 *4 (-940))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-298 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1238))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-576)) (-4 *1 (-1074 *4 *5 *2 *6 *7))
+ (-4 *6 (-243 *5 *2)) (-4 *7 (-243 *4 *2)) (-4 *2 (-1070)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-876))))
+ ((*1 *1 *1) (-5 *1 (-876))))
(((*1 *2 *3)
- (-12 (-5 *3 (-253 *4 *5)) (-14 *4 (-656 (-1195))) (-4 *5 (-464))
+ (-12 (-5 *3 (-253 *4 *5)) (-14 *4 (-656 (-1197))) (-4 *5 (-464))
(-5 *2 (-493 *4 *5)) (-5 *1 (-643 *4 *5)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-177))) (-5 *1 (-1106)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-333 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-132))
+ (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -2154 *4))))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-521 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-862))
+ (-5 *2 (-656 (-887 *4 *3)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-2 (|:| -2862 *3) (|:| -1617 *4))))
+ (-5 *1 (-747 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-738))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1266 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804))
+ (-5 *2 (-1178 (-2 (|:| |k| *4) (|:| |c| *3)))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-576)) (-4 *1 (-1114 *3)) (-4 *3 (-1238)))))
+(((*1 *1) (-5 *1 (-835))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390))
+ (-5 *2
+ (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576))
+ (|:| |success| (-112))))
+ (-5 *1 (-801)) (-5 *5 (-576)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-374)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3))
+ (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-568))
+ (-5 *2 (-2 (|:| -2862 *4) (|:| -4079 *3) (|:| -1380 *3)))
+ (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-1086 *3 *4 *5))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-568)) (-4 *3 (-1070))
+ (-5 *2 (-2 (|:| -2862 *3) (|:| -4079 *1) (|:| -1380 *1)))
+ (-4 *1 (-1264 *3)))))
(((*1 *2 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
(-5 *1 (-767)))))
-(((*1 *2)
- (-12 (-5 *2 (-1286 (-1120 *3 *4))) (-5 *1 (-1120 *3 *4))
- (-14 *3 (-938)) (-14 *4 (-938)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1122 *2 *3 *4 *5 *6)) (-4 *2 (-1119)) (-4 *3 (-1119))
- (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)))))
-(((*1 *2 *1) (-12 (-4 *1 (-779 *3)) (-4 *3 (-1119)) (-5 *2 (-112)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4462)) (-4 *1 (-240 *3))
- (-4 *3 (-1119))))
- ((*1 *1 *2 *1)
- (-12 (|has| *1 (-6 -4462)) (-4 *1 (-240 *2)) (-4 *2 (-1119))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-292 *2)) (-4 *2 (-1236)) (-4 *2 (-1119))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-292 *3)) (-4 *3 (-1236))))
- ((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-622 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1119))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-576)) (-4 *4 (-1119))
- (-5 *1 (-749 *4))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-576)) (-5 *1 (-749 *2)) (-4 *2 (-1119))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1193 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-783)) (-5 *2 (-1178 (-992))) (-5 *1 (-992)))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *3 (-862))
+ (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-968 *4 *5 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1070)) (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1)))
+ (-4 *1 (-1264 *3)))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
+ (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN))))
+ (-5 *2 (-1056)) (-5 *1 (-760)))))
+(((*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-1291))))
+ ((*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-1291)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-4 *1 (-1119 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227)))
+ (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-63 LSFUN2))))
+ (-5 *2 (-1056)) (-5 *1 (-765)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-656 *1)) (-4 *1 (-442 *4))
+ (-4 *4 (-1121))))
+ ((*1 *1 *2 *1 *1 *1 *1)
+ (-12 (-5 *2 (-1197)) (-4 *1 (-442 *3)) (-4 *3 (-1121))))
+ ((*1 *1 *2 *1 *1 *1)
+ (-12 (-5 *2 (-1197)) (-4 *1 (-442 *3)) (-4 *3 (-1121))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1197)) (-4 *1 (-442 *3)) (-4 *3 (-1121))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1159 *3 *4)) (-4 *3 (-13 (-1119) (-34)))
- (-4 *4 (-13 (-1119) (-34))) (-5 *1 (-1160 *3 *4)))))
-(((*1 *2) (-12 (-4 *3 (-174)) (-5 *2 (-1286 *1)) (-4 *1 (-378 *3)))))
-(((*1 *1 *1) (-4 *1 (-673))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-31))))
- ((*1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-938)))) ((*1 *1) (-4 *1 (-557)))
- ((*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-711))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-921 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1291)) (-5 *1 (-1287))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-4 *2 (-966 *4 *5 *6)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-461 *4 *5 *6 *2)))))
+ (-12 (-5 *2 (-1197)) (-4 *1 (-442 *3)) (-4 *3 (-1121)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-346 *3 *4 *5 *6)) (-4 *3 (-374)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-4 *6 (-353 *3 *4 *5))
- (-5 *2
- (-2 (|:| -3096 (-425 *4 (-419 *4) *5 *6)) (|:| |principalPart| *6)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1262 *5)) (-4 *5 (-374))
+ (-12
(-5 *2
- (-2 (|:| |poly| *6) (|:| -3012 (-419 *6))
- (|:| |special| (-419 *6))))
- (-5 *1 (-739 *5 *6)) (-5 *3 (-419 *6))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-374)) (-5 *2 (-656 *3)) (-5 *1 (-911 *3 *4))
- (-4 *3 (-1262 *4))))
- ((*1 *2 *3 *4 *4)
- (|partial| -12 (-5 *4 (-783)) (-4 *5 (-374))
- (-5 *2 (-2 (|:| -4237 *3) (|:| -4247 *3))) (-5 *1 (-911 *3 *5))
- (-4 *3 (-1262 *5))))
- ((*1 *2 *3 *2 *4 *4)
- (-12 (-5 *2 (-656 *9)) (-5 *3 (-656 *8)) (-5 *4 (-112))
- (-4 *8 (-1084 *5 *6 *7)) (-4 *9 (-1090 *5 *6 *7 *8)) (-4 *5 (-464))
- (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1088 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
- (-12 (-5 *2 (-656 *9)) (-5 *3 (-656 *8)) (-5 *4 (-112))
- (-4 *8 (-1084 *5 *6 *7)) (-4 *9 (-1090 *5 *6 *7 *8)) (-4 *5 (-464))
- (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1088 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4)
- (-12 (-5 *2 (-656 *9)) (-5 *3 (-656 *8)) (-5 *4 (-112))
- (-4 *8 (-1084 *5 *6 *7)) (-4 *9 (-1128 *5 *6 *7 *8)) (-4 *5 (-464))
- (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1164 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
- (-12 (-5 *2 (-656 *9)) (-5 *3 (-656 *8)) (-5 *4 (-112))
- (-4 *8 (-1084 *5 *6 *7)) (-4 *9 (-1128 *5 *6 *7 *8)) (-4 *5 (-464))
- (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1164 *5 *6 *7 *8 *9)))))
+ (-656
+ (-2
+ (|:| -2240
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
+ (|:| |relerr| (-227))))
+ (|:| -2904
+ (-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| (-1178 (-227)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -3646
+ (-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 (-571))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-616 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1238))
+ (-5 *2 (-656 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-5 *1 (-224 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-4 *1 (-261 *3))))
+ ((*1 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1125)) (-5 *1 (-52)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-870 *2)) (-4 *2 (-174)))))
(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1084 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805))
+ (-12 (-4 *1 (-1086 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805))
(-4 *2 (-862))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
(-4 *4 (-862)))))
-(((*1 *2 *1) (|partial| -12 (-4 *1 (-1031)) (-5 *2 (-874)))))
-(((*1 *1) (-4 *1 (-986))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *2 (-568)))))
-(((*1 *2 *3 *4 *4 *5 *6 *7)
- (-12 (-5 *5 (-1195))
- (-5 *6
- (-1
- (-3
- (-2 (|:| |mainpart| *4)
- (|:| |limitedlogs|
- (-656 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
- "failed")
- *4 (-656 *4)))
- (-5 *7
- (-1 (-3 (-2 (|:| -1633 *4) (|:| |coeff| *4)) "failed") *4 *4))
- (-4 *4 (-13 (-1221) (-27) (-442 *8)))
- (-4 *8 (-13 (-464) (-148) (-1057 *3) (-651 *3))) (-5 *3 (-576))
- (-5 *2 (-2 (|:| |ans| *4) (|:| -4247 *4) (|:| |sol?| (-112))))
- (-5 *1 (-1032 *8 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-127 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-115)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-767)))))
-(((*1 *2 *1) (-12 (|has| *1 (-6 -4462)) (-4 *1 (-34)) (-5 *2 (-783))))
- ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-256))))
- ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-990))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-576))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-783)) (-5 *1 (-1309 *3 *4)) (-4 *3 (-1068))
- (-4 *4 (-858)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068))
- (-5 *2
- (-2 (|:| -2595 (-783)) (|:| |curves| (-783))
- (|:| |polygons| (-783)) (|:| |constructs| (-783)))))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-227)) (-5 *4 (-576))
- (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956))))
- (-5 *2 (-1054)) (-5 *1 (-760)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-624 *1)) (-4 *1 (-312)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
- (-5 *1 (-1007 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
- (-5 *1 (-1126 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-464))))
- ((*1 *1 *1 *1) (-4 *1 (-464)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-5 *1 (-498 *2)) (-4 *2 (-1262 (-576)))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-576)) (-5 *1 (-708 *2)) (-4 *2 (-1262 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-783)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-317))
- (-5 *1 (-933 *3 *4 *5 *2)) (-4 *2 (-966 *5 *3 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-4 *2 (-966 *6 *4 *5))
- (-5 *1 (-933 *4 *5 *6 *2)) (-4 *4 (-805)) (-4 *5 (-862))
- (-4 *6 (-317))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1191 *6)) (-4 *6 (-966 *5 *3 *4)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *5 (-317)) (-5 *1 (-933 *3 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-1191 *7))) (-4 *4 (-805)) (-4 *5 (-862))
- (-4 *6 (-317)) (-5 *2 (-1191 *7)) (-5 *1 (-933 *4 *5 *6 *7))
- (-4 *7 (-966 *6 *4 *5))))
- ((*1 *1 *1 *1) (-5 *1 (-938)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-464)) (-4 *3 (-568)) (-5 *1 (-988 *3 *2))
- (-4 *2 (-1262 *3))))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *2 (-464)))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1195)) (-5 *1 (-624 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-374)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4)))
- (-5 *2 (-1286 *6)) (-5 *1 (-347 *3 *4 *5 *6))
- (-4 *6 (-353 *3 *4 *5)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-336 *3 *4)) (-4 *3 (-1068))
- (-4 *4 (-804)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-516 (-419 (-576)) (-245 *5 (-783)) (-878 *4)
+ (-253 *4 (-419 (-576)))))
+ (-14 *4 (-656 (-1197))) (-14 *5 (-783)) (-5 *2 (-112))
+ (-5 *1 (-517 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-938))) (-5 *4 (-922 (-576)))
- (-5 *2 (-701 (-576))) (-5 *1 (-602))))
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1121)) (-5 *1 (-948 *3 *2)) (-4 *2 (-442 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-656 (-938))) (-5 *2 (-656 (-701 (-576))))
- (-5 *1 (-602))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-938))) (-5 *4 (-656 (-922 (-576))))
- (-5 *2 (-656 (-701 (-576)))) (-5 *1 (-602)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-1291)) (-5 *1 (-1198))))
- ((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-1199)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-960 *3) (-960 *3))) (-5 *1 (-178 *3))
- (-4 *3 (-13 (-374) (-1221) (-1021))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-2 (|:| |integrand| *3) (|:| |intvar| *3))))
- (-5 *1 (-598 *3)) (-4 *3 (-374)))))
+ (-12 (-5 *3 (-1197)) (-5 *2 (-326 (-576))) (-5 *1 (-949)))))
+(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-945)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 *6)) (-5 *4 (-656 (-1178 *7))) (-4 *6 (-862))
+ (-4 *7 (-968 *5 (-543 *6) *6)) (-4 *5 (-1070))
+ (-5 *2 (-1 (-1178 *7) *7)) (-5 *1 (-1147 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1195)) (-4 *4 (-464)) (-4 *4 (-1119))
- (-5 *1 (-585 *4 *2)) (-4 *2 (-294)) (-4 *2 (-442 *4)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112))))
- ((*1 *1 *1 *1) (-5 *1 (-874))))
+ (-12 (-5 *3 (-656 (-253 *4 *5))) (-5 *2 (-253 *4 *5))
+ (-14 *4 (-656 (-1197))) (-4 *5 (-464)) (-5 *1 (-643 *4 *5)))))
+(((*1 *2) (-12 (-5 *2 (-888)) (-5 *1 (-1291))))
+ ((*1 *2 *2) (-12 (-5 *2 (-888)) (-5 *1 (-1291)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| -2663 (-701 (-419 (-971 *4))))
+ (|:| |vec| (-656 (-419 (-971 *4)))) (|:| -4136 (-783))
+ (|:| |rows| (-656 (-576))) (|:| |cols| (-656 (-576)))))
+ (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197))))
+ (-4 *6 (-805))
+ (-5 *2
+ (-2 (|:| |partsol| (-1288 (-419 (-971 *4))))
+ (|:| -1726 (-656 (-1288 (-419 (-971 *4)))))))
+ (-5 *1 (-943 *4 *5 *6 *7)) (-4 *7 (-968 *4 *6 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1070))
+ (-4 *2 (-13 (-416) (-1059 *4) (-374) (-1223) (-294)))
+ (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1264 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1163 *4 *2)) (-14 *4 (-940))
+ (-4 *2 (-13 (-1070) (-10 -7 (-6 (-4466 "*")))))
+ (-5 *1 (-921 *4 *2)))))
+(((*1 *2 *3) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-573)) (-5 *3 (-576)))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-464)) (-4 *4 (-862)) (-4 *5 (-805))
- (-5 *2 (-112)) (-5 *1 (-1006 *3 *4 *5 *6))
- (-4 *6 (-966 *3 *5 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1159 *3 *4)) (-4 *3 (-13 (-1119) (-34)))
- (-4 *4 (-13 (-1119) (-34))))))
-(((*1 *2 *3 *3 *3 *3)
- (-12 (-5 *3 (-576)) (-5 *2 (-112)) (-5 *1 (-492)))))
-(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-895 *2)) (-4 *2 (-1236)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1177)) (-5 *1 (-722)))))
-(((*1 *2 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1123)) (-5 *3 (-786)) (-5 *1 (-52)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1262 *5))
- (-4 *5 (-13 (-27) (-442 *4))) (-4 *4 (-13 (-568) (-1057 (-576))))
- (-4 *7 (-1262 (-419 *6))) (-5 *1 (-564 *4 *5 *6 *7 *2))
- (-4 *2 (-353 *5 *6 *7)))))
+ (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-4 *3 (-568))
+ (-5 *2 (-1193 *3)))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-995 *4 *5 *6 *3)) (-4 *4 (-1068)) (-4 *5 (-805))
- (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-4 *4 (-568))
- (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-701 *3))
- (-4 *3 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $)))))
- (-4 *4 (-1262 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-701 *3))
- (-4 *3 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $)))))
- (-4 *4 (-1262 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-960 *4)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938))
- (-4 *4 (-1068)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2))
- (-4 *4 (-384 *2)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-167 *2)) (-4 *2 (-174)) (-4 *2 (-568))))
- ((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-336 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-804))
- (-4 *2 (-568))))
- ((*1 *1 *1 *1) (|partial| -4 *1 (-568)))
- ((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068))
- (-4 *3 (-384 *2)) (-4 *4 (-384 *2)) (-4 *2 (-568))))
- ((*1 *1 *1 *1) (|partial| -5 *1 (-783)))
- ((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-568))))
- ((*1 *1 *1 *1) (-5 *1 (-874)))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1286 *4)) (-4 *4 (-1262 *3)) (-4 *3 (-568))
- (-5 *1 (-988 *3 *4))))
- ((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-1072 *3 *4 *2 *5 *6)) (-4 *2 (-1068))
- (-4 *5 (-243 *4 *2)) (-4 *6 (-243 *3 *2)) (-4 *2 (-568))))
- ((*1 *2 *2 *2)
- (|partial| -12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-430 *2)) (-4 *2 (-317)) (-5 *1 (-931 *2))))
+ (-12 (-5 *3 (-446))
+ (-5 *2
+ (-656
+ (-3 (|:| -4149 (-1197))
+ (|:| -2086 (-656 (-3 (|:| S (-1197)) (|:| P (-971 (-576)))))))))
+ (-5 *1 (-1201)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-1179))) (-5 *2 (-1179)) (-5 *1 (-194))))
+ ((*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-732)) (-5 *2 (-940))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-734)) (-5 *2 (-783)))))
+(((*1 *1) (-5 *1 (-449))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-598 *3)) (-4 *3 (-374)))))
+(((*1 *2 *3 *4 *4 *5 *4 *4 *5)
+ (-12 (-5 *3 (-1179)) (-5 *4 (-576)) (-5 *5 (-701 (-227)))
+ (-5 *2 (-1056)) (-5 *1 (-769)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-1237))) (-5 *1 (-536)))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-576)) (-4 *5 (-360)) (-5 *2 (-430 (-1193 (-1193 *5))))
+ (-5 *1 (-1236 *5)) (-5 *3 (-1193 (-1193 *5))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-419 (-971 (-171 (-576))))))
+ (-5 *2 (-656 (-656 (-304 (-971 (-171 *4)))))) (-5 *1 (-389 *4))
+ (-4 *4 (-13 (-374) (-860)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-1195))
- (-4 *5 (-13 (-317) (-148))) (-5 *2 (-52)) (-5 *1 (-932 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-430 (-969 *6))) (-5 *5 (-1195)) (-5 *3 (-969 *6))
- (-4 *6 (-13 (-317) (-148))) (-5 *2 (-52)) (-5 *1 (-932 *6)))))
-(((*1 *2 *2 *3 *4 *4)
- (-12 (-5 *4 (-576)) (-4 *3 (-174)) (-4 *5 (-384 *3))
- (-4 *6 (-384 *3)) (-5 *1 (-700 *3 *5 *6 *2))
- (-4 *2 (-699 *3 *5 *6)))))
-(((*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-1289))))
- ((*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-1289)))))
+ (-12 (-5 *3 (-656 (-304 (-419 (-971 (-171 (-576)))))))
+ (-5 *2 (-656 (-656 (-304 (-971 (-171 *4)))))) (-5 *1 (-389 *4))
+ (-4 *4 (-13 (-374) (-860)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-419 (-971 (-171 (-576)))))
+ (-5 *2 (-656 (-304 (-971 (-171 *4))))) (-5 *1 (-389 *4))
+ (-4 *4 (-13 (-374) (-860)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-304 (-419 (-971 (-171 (-576))))))
+ (-5 *2 (-656 (-304 (-971 (-171 *4))))) (-5 *1 (-389 *4))
+ (-4 *4 (-13 (-374) (-860))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-375 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1121)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
(|:| |relerr| (-227))))
- (-5 *2 (-390)) (-5 *1 (-194)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-385 *3 *4)) (-4 *3 (-862))
- (-4 *4 (-174))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-1307 *3 *4)) (-4 *3 (-862))
- (-4 *4 (-1068)))))
-(((*1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-246)))))
-(((*1 *2 *1) (-12 (-5 *2 (-834)) (-5 *1 (-833)))))
+ (-5 *2 (-576)) (-5 *1 (-206)))))
+(((*1 *2)
+ (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
+ (-4 *3 (-378 *4))))
+ ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1179)) (-4 *4 (-13 (-317) (-148)))
+ (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805))
+ (-5 *2
+ (-656
+ (-2 (|:| |eqzro| (-656 *7)) (|:| |neqzro| (-656 *7))
+ (|:| |wcond| (-656 (-971 *4)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1288 (-419 (-971 *4))))
+ (|:| -1726 (-656 (-1288 (-419 (-971 *4))))))))))
+ (-5 *1 (-943 *4 *5 *6 *7)) (-4 *7 (-968 *4 *6 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *2 (-656 (-171 *4))) (-5 *1 (-156 *3 *4))
- (-4 *3 (-1262 (-171 (-576)))) (-4 *4 (-13 (-374) (-860)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-656 (-171 *4)))
- (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-656 (-171 *4)))
- (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4))))))
-(((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1253 (-576))) (-4 *1 (-663 *3)) (-4 *3 (-1236))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-663 *3)) (-4 *3 (-1236)))))
-(((*1 *2 *1 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |lm| (-831 *3)) (|:| |rm| (-831 *3))))
- (-5 *1 (-831 *3)) (-4 *3 (-862))))
- ((*1 *1 *1 *1) (-5 *1 (-874))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1236)) (-5 *1 (-386 *4 *2))
- (-4 *2 (-13 (-384 *4) (-10 -7 (-6 -4463)))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-568))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1990 *4)))
- (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-841)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1191 *1)) (-4 *1 (-1031)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-464))))
- ((*1 *1 *1 *1) (-4 *1 (-464))))
+ (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4)))
+ (-5 *1 (-717 *3 *4)) (-4 *3 (-1238)) (-4 *4 (-1238)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-701 (-419 (-969 (-576))))) (-5 *2 (-656 (-326 (-576))))
- (-5 *1 (-1050)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-289)))))
+ (-12 (-5 *3 (-304 (-971 (-576))))
+ (-5 *2
+ (-2 (|:| |varOrder| (-656 (-1197)))
+ (|:| |inhom| (-3 (-656 (-1288 (-783))) "failed"))
+ (|:| |hom| (-656 (-1288 (-783))))))
+ (-5 *1 (-241)))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
+(((*1 *2 *3 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-768)))))
+(((*1 *1) (-5 *1 (-142))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070))
+ (-5 *2 (-656 (-656 (-962 *3))))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-656 (-656 (-962 *4)))) (-5 *3 (-112)) (-4 *4 (-1070))
+ (-4 *1 (-1155 *4))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-656 (-962 *3)))) (-4 *3 (-1070))
+ (-4 *1 (-1155 *3))))
+ ((*1 *1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-656 (-656 (-656 *4)))) (-5 *3 (-112))
+ (-4 *1 (-1155 *4)) (-4 *4 (-1070))))
+ ((*1 *1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-656 (-656 (-962 *4)))) (-5 *3 (-112))
+ (-4 *1 (-1155 *4)) (-4 *4 (-1070))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-656 (-656 (-656 *5)))) (-5 *3 (-656 (-173)))
+ (-5 *4 (-173)) (-4 *1 (-1155 *5)) (-4 *5 (-1070))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-656 (-656 (-962 *5)))) (-5 *3 (-656 (-173)))
+ (-5 *4 (-173)) (-4 *1 (-1155 *5)) (-4 *5 (-1070)))))
+(((*1 *2 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-171 (-227)))) (-5 *2 (-1056))
+ (-5 *1 (-766)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-656 *5)) (-4 *5 (-442 *4)) (-4 *4 (-568))
- (-5 *2 (-874)) (-5 *1 (-32 *4 *5)))))
+ (-12 (-5 *3 (-656 (-493 *4 *5))) (-14 *4 (-656 (-1197)))
+ (-4 *5 (-464)) (-5 *2 (-656 (-253 *4 *5))) (-5 *1 (-643 *4 *5)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *2 *2) (-12 (-5 *2 (-326 (-227))) (-5 *1 (-212)))))
+(((*1 *2)
+ (-12 (-4 *4 (-1242)) (-4 *5 (-1264 *4)) (-4 *6 (-1264 (-419 *5)))
+ (-5 *2 (-656 (-656 *4))) (-5 *1 (-352 *3 *4 *5 *6))
+ (-4 *3 (-353 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-4 *3 (-379)) (-5 *2 (-656 (-656 *3))))))
+(((*1 *1 *2 *1 *1) (-12 (-5 *2 (-1196)) (-5 *1 (-340))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1196)) (-5 *1 (-340)))))
+(((*1 *1) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1223))))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
+(((*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 (-701 (-227))) (-5 *6 (-112)) (-5 *7 (-701 (-576)))
+ (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-65 QPHESS))))
+ (-5 *3 (-576)) (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-765)))))
(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-1160 *2 *3)) (-4 *2 (-13 (-1119) (-34)))
- (-4 *3 (-13 (-1119) (-34))))))
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862))))
+ ((*1 *1) (-4 *1 (-1173))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1751 *4)))
+ (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))))
(((*1 *2 *1)
- (-12 (|has| *1 (-6 -4462)) (-4 *1 (-501 *3)) (-4 *3 (-1236))
- (-5 *2 (-656 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-749 *3)) (-4 *3 (-1119))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-451))) (-5 *1 (-877)))))
+ (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804))
+ (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1121))
+ (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-607 *3)) (-4 *3 (-1070))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-568)) (-5 *2 (-112)) (-5 *1 (-635 *3 *4))
+ (-4 *4 (-1264 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-747 *3 *4)) (-4 *3 (-1070))
+ (-4 *4 (-738))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1305 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070))
+ (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1178 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-374)) (-5 *1 (-295 *3 *2)) (-4 *2 (-1279 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 (-1115 (-419 (-576))))) (-5 *1 (-270))))
+ ((*1 *1 *2) (-12 (-5 *2 (-656 (-1115 (-390)))) (-5 *1 (-270)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-576)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1238))
+ (-4 *5 (-384 *4)) (-4 *3 (-384 *4)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-656 (-419 *6))) (-5 *3 (-419 *6))
- (-4 *6 (-1262 *5)) (-4 *5 (-13 (-374) (-148) (-1057 (-576))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-580 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-41 *3 *2))
- (-4 *2
- (-13 (-374) (-312)
- (-10 -8 (-15 -1568 ((-1144 *3 (-624 $)) $))
- (-15 -1579 ((-1144 *3 (-624 $)) $))
- (-15 -3567 ($ (-1144 *3 (-624 $))))))))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
+(((*1 *1) (-5 *1 (-815))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6)
+ (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-227))
+ (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) (-5 *2 (-1056))
+ (-5 *1 (-761)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-4 *3 (-568)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-940))) (-5 *4 (-656 (-576)))
+ (-5 *2 (-701 (-576))) (-5 *1 (-1131)))))
+(((*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-227)) (-5 *1 (-1291))))
+ ((*1 *2) (-12 (-5 *2 (-227)) (-5 *1 (-1291)))))
+(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-403)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-346 *3 *4 *5 *6)) (-4 *3 (-374)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-4 *6 (-353 *3 *4 *5)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-905 *4)) (-4 *4 (-1119)) (-5 *2 (-656 *5))
- (-5 *1 (-903 *4 *5)) (-4 *5 (-1236)))))
-(((*1 *1 *1) (-4 *1 (-641)))
+ (-12 (-5 *2 (-656 (-962 *4))) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940))
+ (-4 *4 (-1070)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-764)))))
+(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021) (-1221))))))
-(((*1 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-317)) (-5 *1 (-712 *3)))))
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-783)) (-5 *2 (-656 (-1195))) (-5 *1 (-212))
- (-5 *3 (-1195))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-326 (-227))) (-5 *4 (-783)) (-5 *2 (-656 (-1195)))
- (-5 *1 (-276))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174))
- (-5 *2 (-656 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-656 *3)) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862))
- (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-938))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-684 *3)) (-4 *3 (-862))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-689 *3)) (-4 *3 (-862))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-831 *3)) (-4 *3 (-862))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-906 *3)) (-4 *3 (-862))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068))
- (-5 *2 (-656 *3)))))
-(((*1 *2 *3 *2 *3)
- (-12 (-5 *2 (-449)) (-5 *3 (-1195)) (-5 *1 (-1198))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-449)) (-5 *3 (-1195)) (-5 *1 (-1198))))
- ((*1 *2 *3 *2 *4 *1)
- (-12 (-5 *2 (-449)) (-5 *3 (-656 (-1195))) (-5 *4 (-1195))
- (-5 *1 (-1198))))
- ((*1 *2 *3 *2 *3 *1)
- (-12 (-5 *2 (-449)) (-5 *3 (-1195)) (-5 *1 (-1198))))
- ((*1 *2 *3 *2 *1)
- (-12 (-5 *2 (-449)) (-5 *3 (-1195)) (-5 *1 (-1199))))
- ((*1 *2 *3 *2 *1)
- (-12 (-5 *2 (-449)) (-5 *3 (-656 (-1195))) (-5 *1 (-1199)))))
-(((*1 *2 *3 *2)
- (-12 (-4 *1 (-799)) (-5 *2 (-1054))
- (-5 *3
- (-2 (|:| |fn| (-326 (-227)))
- (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227))
- (|:| |relerr| (-227))))))
- ((*1 *2 *3 *2)
- (-12 (-4 *1 (-799)) (-5 *2 (-1054))
- (-5 *3
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
- (|:| |relerr| (-227)))))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-668 *3)) (-4 *3 (-1068)) (-4 *3 (-374))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-783)) (-5 *4 (-1 *5 *5)) (-4 *5 (-374))
- (-5 *1 (-671 *5 *2)) (-4 *2 (-668 *5)))))
-(((*1 *1 *1 *2 *2 *1)
- (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068))
- (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))))
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1286 (-656 (-2 (|:| -3103 *4) (|:| -3222 (-1139))))))
- (-4 *4 (-360)) (-5 *2 (-701 *4)) (-5 *1 (-357 *4)))))
-(((*1 *1 *1 *1) (-4 *1 (-317))) ((*1 *1 *1 *1) (-5 *1 (-783)))
- ((*1 *1 *1 *1) (-5 *1 (-874))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-885 (-1200) (-783)))) (-5 *1 (-343)))))
+ (-12 (-5 *3 (-1197))
+ (-4 *4 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
+ (-5 *2 (-1 *5 *5)) (-5 *1 (-816 *4 *5))
+ (-4 *5 (-13 (-29 *4) (-1223) (-978))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-326 (-227)))) (-5 *4 (-783))
+ (-5 *2 (-701 (-227))) (-5 *1 (-276)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-702 *3)))))
(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-1213 *3 *4)) (-4 *3 (-1119))
- (-4 *4 (-1119)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-783)) (-4 *5 (-360)) (-4 *6 (-1262 *5))
- (-5 *2
- (-656
- (-2 (|:| -4156 (-701 *6)) (|:| |basisDen| *6)
- (|:| |basisInv| (-701 *6)))))
- (-5 *1 (-510 *5 *6 *7))
- (-5 *3
- (-2 (|:| -4156 (-701 *6)) (|:| |basisDen| *6)
- (|:| |basisInv| (-701 *6))))
- (-4 *7 (-1262 *6)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-805))
- (-4 *5 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $))))) (-4 *6 (-568))
- (-5 *2 (-2 (|:| -3848 (-969 *6)) (|:| -2176 (-969 *6))))
- (-5 *1 (-744 *4 *5 *6 *3)) (-4 *3 (-966 (-419 (-969 *6)) *4 *5)))))
+ (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-429 *3)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-701 *5)) (-4 *5 (-1070)) (-5 *1 (-1075 *3 *4 *5))
+ (-14 *3 (-783)) (-14 *4 (-783)))))
+(((*1 *1 *1 *1)
+ (|partial| -12 (-4 *2 (-174)) (-5 *1 (-299 *2 *3 *4 *5 *6 *7))
+ (-4 *3 (-1264 *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 (-723 *2 *3 *4 *5 *6)) (-4 *2 (-174))
+ (-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 (-727 *2 *3 *4 *5 *6)) (-4 *2 (-174))
+ (-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 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1195)) (-5 *1 (-598 *2)) (-4 *2 (-1057 *3))
- (-4 *2 (-374))))
- ((*1 *1 *2 *2) (-12 (-5 *1 (-598 *2)) (-4 *2 (-374))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1195)) (-4 *4 (-568)) (-5 *1 (-642 *4 *2))
- (-4 *2 (-13 (-442 *4) (-1021) (-1221)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1111 *2)) (-4 *2 (-13 (-442 *4) (-1021) (-1221)))
- (-4 *4 (-568)) (-5 *1 (-642 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-976)) (-5 *2 (-1195))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1111 *1)) (-4 *1 (-976)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *4 (-1195)) (-5 *6 (-112))
- (-4 *7 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))))
- (-4 *3 (-13 (-1221) (-976) (-29 *7)))
- (-5 *2
- (-3 (|:| |f1| (-855 *3)) (|:| |f2| (-656 (-855 *3)))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-221 *7 *3)) (-5 *5 (-855 *3)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1183 *2 *3)) (-14 *2 (-938)) (-4 *3 (-1068)))))
-(((*1 *2 *3 *4 *5 *6 *7 *6)
- (|partial| -12
- (-5 *5
- (-2 (|:| |contp| *3)
- (|:| -1840 (-656 (-2 (|:| |irr| *10) (|:| -4027 (-576)))))))
- (-5 *6 (-656 *3)) (-5 *7 (-656 *8)) (-4 *8 (-862)) (-4 *3 (-317))
- (-4 *10 (-966 *3 *9 *8)) (-4 *9 (-805))
- (-5 *2
- (-2 (|:| |polfac| (-656 *10)) (|:| |correct| *3)
- (|:| |corrfact| (-656 (-1191 *3)))))
- (-5 *1 (-637 *8 *9 *3 *10)) (-5 *4 (-656 (-1191 *3))))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1277 *4)) (-5 *1 (-1279 *4 *2))
- (-4 *4 (-38 (-419 (-576)))))))
-(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))))
-(((*1 *1 *1 *1) (-4 *1 (-317))) ((*1 *1 *1 *1) (-5 *1 (-783)))
- ((*1 *1 *1 *1) (-5 *1 (-874))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-312)) (-4 *2 (-1236))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-624 *1))) (-5 *3 (-656 *1)) (-4 *1 (-312))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-304 *1))) (-4 *1 (-312))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-304 *1)) (-4 *1 (-312)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1176 *4)) (-5 *3 (-576)) (-4 *4 (-1068))
- (-5 *1 (-1179 *4))))
- ((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-576)) (-5 *1 (-1278 *3 *4 *5)) (-4 *3 (-1068))
- (-14 *4 (-1195)) (-14 *5 *3))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-570 *3)) (-4 *3 (-557))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)) (-5 *2 (-430 *3))
- (-5 *1 (-754 *4 *5 *6 *3)) (-4 *3 (-966 *6 *4 *5))))
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *1 *1) (-4 *1 (-505)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
+(((*1 *2 *3)
+ (-12 (|has| *6 (-6 -4465)) (-4 *4 (-374)) (-4 *5 (-384 *4))
+ (-4 *6 (-384 *4)) (-5 *2 (-656 *6)) (-5 *1 (-533 *4 *5 *6 *3))
+ (-4 *3 (-699 *4 *5 *6))))
((*1 *2 *3)
- (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317))
- (-4 *7 (-966 *6 *4 *5)) (-5 *2 (-430 (-1191 *7)))
- (-5 *1 (-754 *4 *5 *6 *7)) (-5 *3 (-1191 *7))))
+ (-12 (|has| *9 (-6 -4465)) (-4 *4 (-568)) (-4 *5 (-384 *4))
+ (-4 *6 (-384 *4)) (-4 *7 (-1013 *4)) (-4 *8 (-384 *7))
+ (-4 *9 (-384 *7)) (-5 *2 (-656 *6))
+ (-5 *1 (-534 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-699 *4 *5 *6))
+ (-4 *10 (-699 *7 *8 *9))))
((*1 *2 *1)
- (-12 (-4 *3 (-464)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *2 (-430 *1)) (-4 *1 (-966 *3 *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-862)) (-4 *5 (-805)) (-4 *6 (-464)) (-5 *2 (-430 *3))
- (-5 *1 (-998 *4 *5 *6 *3)) (-4 *3 (-966 *6 *5 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-464))
- (-4 *7 (-966 *6 *4 *5)) (-5 *2 (-430 (-1191 (-419 *7))))
- (-5 *1 (-1190 *4 *5 *6 *7)) (-5 *3 (-1191 (-419 *7)))))
- ((*1 *2 *1) (-12 (-5 *2 (-430 *1)) (-4 *1 (-1240))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-430 *3)) (-5 *1 (-1265 *4 *3))
- (-4 *3 (-13 (-1262 *4) (-568) (-10 -8 (-15 -3495 ($ $ $)))))))
+ (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-4 *3 (-568)) (-5 *2 (-656 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-1065 *4 *5)) (-4 *4 (-13 (-860) (-317) (-148) (-1041)))
- (-14 *5 (-656 (-1195)))
- (-5 *2
- (-656 (-1165 *4 (-543 (-876 *6)) (-876 *6) (-792 *4 (-876 *6)))))
- (-5 *1 (-1313 *4 *5 *6)) (-14 *6 (-656 (-1195))))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1177)) (-5 *4 (-576)) (-5 *5 (-701 (-227)))
- (-5 *2 (-1054)) (-5 *1 (-769)))))
+ (-12 (-4 *4 (-568)) (-4 *4 (-174)) (-4 *5 (-384 *4))
+ (-4 *6 (-384 *4)) (-5 *2 (-656 *6)) (-5 *1 (-700 *4 *5 *6 *3))
+ (-4 *3 (-699 *4 *5 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070))
+ (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-4 *5 (-568))
+ (-5 *2 (-656 *7)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *5)) (-5 *4 (-938)) (-4 *5 (-862))
- (-5 *2 (-59 (-656 (-684 *5)))) (-5 *1 (-684 *5)))))
+ (-12 (-5 *4 (-1197))
+ (-4 *5 (-13 (-1059 (-576)) (-464) (-651 (-576))))
+ (-5 *2 (-2 (|:| -4229 *3) (|:| |nconst| *3))) (-5 *1 (-579 *5 *3))
+ (-4 *3 (-13 (-27) (-1223) (-442 *5))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-701 *5)) (-5 *4 (-1286 *5)) (-4 *5 (-374))
- (-5 *2 (-112)) (-5 *1 (-679 *5))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-374)) (-4 *6 (-13 (-384 *5) (-10 -7 (-6 -4463))))
- (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4463)))) (-5 *2 (-112))
- (-5 *1 (-680 *5 *6 *4 *3)) (-4 *3 (-699 *5 *6 *4)))))
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 *4))
+ (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-656 *7)) (|:| |badPols| (-656 *7))))
+ (-5 *1 (-998 *4 *5 *6 *7)) (-5 *3 (-656 *7)))))
+(((*1 *2)
+ (-12 (-5 *2 (-2 (|:| -1391 (-656 *3)) (|:| -3312 (-656 *3))))
+ (-5 *1 (-1239 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-374) (-860))) (-5 *1 (-183 *3 *2))
- (-4 *2 (-1262 (-171 *3))))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-353 *4 *3 *5)) (-4 *4 (-1240)) (-4 *3 (-1262 *4))
- (-4 *5 (-1262 (-419 *3))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))))
-(((*1 *2 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-1210 *2)) (-4 *2 (-374)))))
-(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-565)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *2 (-568)) (-5 *1 (-988 *2 *3)) (-4 *3 (-1262 *2)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-656 (-2 (|:| |totdeg| (-783)) (|:| -2284 *3))))
- (-5 *4 (-783)) (-4 *3 (-966 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805))
- (-4 *7 (-862)) (-5 *1 (-461 *5 *6 *7 *3)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-656 (-624 *6))) (-5 *4 (-1195)) (-5 *2 (-624 *6))
- (-4 *6 (-442 *5)) (-4 *5 (-1119)) (-5 *1 (-585 *5 *6)))))
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1280 *2 *3 *4)) (-4 *2 (-1070)) (-14 *3 (-1197))
+ (-14 *4 *2))))
+(((*1 *2 *3 *4 *5 *5 *5 *5 *4 *6)
+ (-12 (-5 *4 (-576)) (-5 *6 (-1 (-1293) (-1288 *5) (-1288 *5) (-390)))
+ (-5 *3 (-1288 (-390))) (-5 *5 (-390)) (-5 *2 (-1293))
+ (-5 *1 (-800)))))
+(((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-783)) (-4 *5 (-374)) (-5 *2 (-419 *6))
+ (-5 *1 (-881 *5 *4 *6)) (-4 *4 (-1279 *5)) (-4 *6 (-1264 *5))))
+ ((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-783)) (-5 *4 (-1280 *5 *6 *7)) (-4 *5 (-374))
+ (-14 *6 (-1197)) (-14 *7 *5) (-5 *2 (-419 (-1261 *6 *5)))
+ (-5 *1 (-882 *5 *6 *7))))
+ ((*1 *2 *3 *3 *4)
+ (|partial| -12 (-5 *3 (-783)) (-5 *4 (-1280 *5 *6 *7)) (-4 *5 (-374))
+ (-14 *6 (-1197)) (-14 *7 *5) (-5 *2 (-419 (-1261 *6 *5)))
+ (-5 *1 (-882 *5 *6 *7)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -2154 *4))))
+ (-4 *3 (-1121)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-661 *3 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *1 *1) (-4 *1 (-505)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197))))
+ (-4 *6 (-805)) (-5 *2 (-419 (-971 *4))) (-5 *1 (-943 *4 *5 *6 *3))
+ (-4 *3 (-968 *4 *6 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-701 *7)) (-4 *7 (-968 *4 *6 *5))
+ (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197))))
+ (-4 *6 (-805)) (-5 *2 (-701 (-419 (-971 *4))))
+ (-5 *1 (-943 *4 *5 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-968 *4 *6 *5))
+ (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197))))
+ (-4 *6 (-805)) (-5 *2 (-656 (-419 (-971 *4))))
+ (-5 *1 (-943 *4 *5 *6 *7)))))
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-656 (-576))) (-5 *3 (-656 (-940))) (-5 *4 (-112))
+ (-5 *1 (-1131)))))
(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6))
- (-5 *2 (-2 (|:| |bas| (-488 *4 *5 *6 *7)) (|:| -1417 (-656 *7))))
- (-5 *1 (-996 *4 *5 *6 *7)) (-5 *3 (-656 *7)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-960 (-227)))) (-5 *1 (-1287)))))
-(((*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7)
- (-12 (-5 *4 (-576)) (-5 *5 (-701 (-227)))
- (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))))
- (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) (-5 *3 (-227))
- (-5 *2 (-1054)) (-5 *1 (-761)))))
-(((*1 *1 *1 *1) (-5 *1 (-227)))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-1 (-390))) (-5 *1 (-1059))))
- ((*1 *1 *1 *1) (-4 *1 (-1158))))
+ (-12 (-5 *3 (-656 *2)) (-4 *2 (-1264 *4)) (-5 *1 (-551 *4 *2 *5 *6))
+ (-4 *4 (-317)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-783))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1191 *4)) (-5 *1 (-368 *4))
- (-4 *4 (-360)))))
+ (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-783)) (-5 *1 (-687 *3)) (-4 *3 (-1070))
+ (-4 *3 (-1121)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-862))
- (-5 *2
- (-2 (|:| |f1| (-656 *4)) (|:| |f2| (-656 (-656 (-656 *4))))
- (|:| |f3| (-656 (-656 *4))) (|:| |f4| (-656 (-656 (-656 *4))))))
- (-5 *1 (-1206 *4)) (-5 *3 (-656 (-656 (-656 *4)))))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-771)))))
-(((*1 *2 *3 *3 *4 *5 *5)
- (-12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
- (-4 *3 (-1084 *6 *7 *8))
- (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4))))
- (-5 *1 (-1127 *6 *7 *8 *3 *4)) (-4 *4 (-1090 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-656 (-2 (|:| |val| (-656 *8)) (|:| -3986 *9))))
- (-5 *5 (-112)) (-4 *8 (-1084 *6 *7 *4)) (-4 *9 (-1090 *6 *7 *4 *8))
- (-4 *6 (-464)) (-4 *7 (-805)) (-4 *4 (-862))
- (-5 *2 (-656 (-2 (|:| |val| *8) (|:| -3986 *9))))
- (-5 *1 (-1127 *6 *7 *4 *8 *9)))))
-(((*1 *1 *1 *1) (-4 *1 (-312))) ((*1 *1 *1) (-4 *1 (-312))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1068)) (-4 *2 (-374))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-374)) (-5 *1 (-671 *4 *2))
- (-4 *2 (-668 *4)))))
-(((*1 *2) (-12 (-5 *2 (-1166 (-1177))) (-5 *1 (-403)))))
+ (-12 (-4 *4 (-568)) (-4 *5 (-1013 *4))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-143 *4 *5 *3))
+ (-4 *3 (-384 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-4 *5 (-1013 *4))
+ (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4)))
+ (-5 *1 (-515 *4 *5 *6 *3)) (-4 *6 (-384 *4)) (-4 *3 (-384 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-701 *5)) (-4 *5 (-1013 *4)) (-4 *4 (-568))
+ (-5 *2 (-2 (|:| |num| (-701 *4)) (|:| |den| *4)))
+ (-5 *1 (-705 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-374) (-148) (-1059 (-419 (-576)))))
+ (-4 *6 (-1264 *5))
+ (-5 *2 (-2 (|:| -3379 *7) (|:| |rh| (-656 (-419 *6)))))
+ (-5 *1 (-819 *5 *6 *7 *3)) (-5 *4 (-656 (-419 *6)))
+ (-4 *7 (-668 *6)) (-4 *3 (-668 (-419 *6)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-4 *5 (-1013 *4))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1257 *4 *5 *3))
+ (-4 *3 (-1264 *5)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-701 *3)) (-4 *3 (-317)) (-5 *1 (-712 *3)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4464)) (-4 *1 (-152 *3))
+ (-4 *3 (-1238))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1238)) (-5 *1 (-613 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-686 *3)) (-4 *3 (-1238))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-4 *1 (-1231 *4 *5 *3 *2)) (-4 *4 (-568))
+ (-4 *5 (-805)) (-4 *3 (-862)) (-4 *2 (-1086 *4 *5 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-783)) (-5 *1 (-1235 *2)) (-4 *2 (-1238)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1119)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1177))
- (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-112))
- (-5 *1 (-226 *4 *5)) (-4 *5 (-13 (-1221) (-29 *4))))))
-(((*1 *1) (-5 *1 (-145))) ((*1 *1 *1) (-5 *1 (-874))))
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *1 *1) (-12 (-5 *1 (-430 *2)) (-4 *2 (-568)))))
+(((*1 *2)
+ (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
+ (-4 *3 (-378 *4))))
+ ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-171 (-227)) (-171 (-227)))) (-5 *4 (-1115 (-227)))
+ (-5 *5 (-112)) (-5 *2 (-1290)) (-5 *1 (-264)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-960 *3)) (-4 *3 (-13 (-374) (-1221) (-1021)))
- (-5 *1 (-178 *3)))))
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *1 *1) (-4 *1 (-505)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-368 *3)) (-4 *3 (-360)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -4442 *4))))
+ (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
+(((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-571)))))
+(((*1 *1 *1 *1) (-4 *1 (-485))) ((*1 *1 *1 *1) (-4 *1 (-773))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *1) (-12 (-4 *1 (-686 *3)) (-4 *3 (-1238)) (-5 *2 (-783)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-430 *3)) (-4 *3 (-568)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1238)) (-5 *1 (-613 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1238)) (-5 *1 (-1178 *3)))))
+(((*1 *2)
+ (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
+ (-4 *3 (-378 *4))))
+ ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-656
- (-2 (|:| -3731 (-783))
- (|:| |eqns|
- (-656
- (-2 (|:| |det| *7) (|:| |rows| (-656 (-576)))
- (|:| |cols| (-656 (-576))))))
- (|:| |fgb| (-656 *7)))))
- (-4 *7 (-966 *4 *6 *5)) (-4 *4 (-13 (-317) (-148)))
- (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *2 (-783))
- (-5 *1 (-941 *4 *5 *6 *7)))))
-(((*1 *2 *3 *4 *5 *6 *7 *8 *9)
- (|partial| -12 (-5 *4 (-656 *11)) (-5 *5 (-656 (-1191 *9)))
- (-5 *6 (-656 *9)) (-5 *7 (-656 *12)) (-5 *8 (-656 (-783)))
- (-4 *11 (-862)) (-4 *9 (-317)) (-4 *12 (-966 *9 *10 *11))
- (-4 *10 (-805)) (-5 *2 (-656 (-1191 *12)))
- (-5 *1 (-719 *10 *11 *9 *12)) (-5 *3 (-1191 *12)))))
+ (-12 (-5 *3 (-1067 *4 *5)) (-4 *4 (-13 (-860) (-317) (-148) (-1043)))
+ (-14 *5 (-656 (-1197))) (-5 *2 (-656 (-656 (-1045 (-419 *4)))))
+ (-5 *1 (-1315 *4 *5 *6)) (-14 *6 (-656 (-1197)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-112))
+ (-4 *5 (-13 (-860) (-317) (-148) (-1043)))
+ (-5 *2 (-656 (-656 (-1045 (-419 *5))))) (-5 *1 (-1315 *5 *6 *7))
+ (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-112))
+ (-4 *5 (-13 (-860) (-317) (-148) (-1043)))
+ (-5 *2 (-656 (-656 (-1045 (-419 *5))))) (-5 *1 (-1315 *5 *6 *7))
+ (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-971 *4)))
+ (-4 *4 (-13 (-860) (-317) (-148) (-1043)))
+ (-5 *2 (-656 (-656 (-1045 (-419 *4))))) (-5 *1 (-1315 *4 *5 *6))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-656 (-1197))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1286 *4)) (-4 *4 (-13 (-1068) (-651 (-576))))
- (-5 *2 (-1286 (-419 (-576)))) (-5 *1 (-1314 *4)))))
+ (-12 (-5 *3 (-1193 *1)) (-5 *4 (-1197)) (-4 *1 (-27))
+ (-5 *2 (-656 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1193 *1)) (-4 *1 (-27)) (-5 *2 (-656 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-971 *1)) (-4 *1 (-27)) (-5 *2 (-656 *1))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1197)) (-4 *4 (-568)) (-5 *2 (-656 *1))
+ (-4 *1 (-29 *4))))
+ ((*1 *2 *1) (-12 (-4 *3 (-568)) (-5 *2 (-656 *1)) (-4 *1 (-29 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-759)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068))
- (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *4 *3)
- (|partial| -12 (-5 *4 (-624 *3))
- (-4 *3 (-13 (-442 *5) (-27) (-1221)))
- (-4 *5 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
- (-5 *2 (-2 (|:| -1633 *3) (|:| |coeff| *3)))
- (-5 *1 (-578 *5 *3 *6)) (-4 *6 (-1119)))))
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197)))
+ (-14 *3 (-656 (-1197))) (-4 *4 (-399))))
+ ((*1 *1 *1) (-4 *1 (-505)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-624 *4)) (-5 *1 (-623 *3 *4)) (-4 *3 (-1121))
+ (-4 *4 (-1121)))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070))
+ (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1070))
+ (-4 *2 (-13 (-416) (-1059 *4) (-374) (-1223) (-294)))
+ (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1264 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3115 *3)))
+ (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))))
(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1236)) (-5 *1 (-184 *3 *2)) (-4 *2 (-686 *3)))))
+ (-12 (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-317))
+ (-5 *1 (-935 *3 *4 *5 *2)) (-4 *2 (-968 *5 *3 *4))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1193 *6)) (-4 *6 (-968 *5 *3 *4)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *5 (-317)) (-5 *1 (-935 *3 *4 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 *2)) (-4 *2 (-968 *6 *4 *5))
+ (-5 *1 (-935 *4 *5 *6 *2)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-4 *6 (-317)))))
+(((*1 *2)
+ (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-1293))
+ (-5 *1 (-1093 *3 *4 *5 *6 *7)) (-4 *7 (-1092 *3 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-1293))
+ (-5 *1 (-1129 *3 *4 *5 *6 *7)) (-4 *7 (-1092 *3 *4 *5 *6)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-5 *1 (-1021 *3)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1238)) (-5 *1 (-613 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1238)) (-5 *1 (-1178 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1179)) (-5 *1 (-798)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-783)) (-5 *2 (-112)) (-5 *1 (-599 *3)) (-4 *3 (-557)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1068)) (-4 *3 (-1262 *4)) (-4 *2 (-1277 *4))
- (-5 *1 (-1280 *4 *3 *5 *2)) (-4 *5 (-668 *3)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(((*1 *2 *3) (-12 (-5 *3 (-834)) (-5 *2 (-52)) (-5 *1 (-841)))))
+ (-12 (-5 *3 (-701 (-326 (-227))))
+ (-5 *2
+ (-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390))))
+ (-5 *1 (-207)))))
(((*1 *2 *2)
(-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-112))
- (-5 *2
- (-2 (|:| |contp| (-576))
- (|:| -1840 (-656 (-2 (|:| |irr| *3) (|:| -4027 (-576)))))))
- (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-112))
- (-5 *2
- (-2 (|:| |contp| (-576))
- (|:| -1840 (-656 (-2 (|:| |irr| *3) (|:| -4027 (-576)))))))
- (-5 *1 (-1251 *3)) (-4 *3 (-1262 (-576))))))
-(((*1 *2)
- (-12 (-5 *2 (-938)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576)))))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
((*1 *2 *2)
- (-12 (-5 *2 (-938)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1158))))
-(((*1 *2 *3 *3 *2 *4)
- (-12 (-5 *3 (-701 *2)) (-5 *4 (-576))
- (-4 *2 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $)))))
- (-4 *5 (-1262 *2)) (-5 *1 (-511 *2 *5 *6)) (-4 *6 (-421 *2 *5)))))
-(((*1 *2 *1 *3 *3 *4)
- (-12 (-5 *3 (-1 (-874) (-874) (-874))) (-5 *4 (-576)) (-5 *2 (-874))
- (-5 *1 (-661 *5 *6 *7)) (-4 *5 (-1119)) (-4 *6 (-23)) (-14 *7 *6)))
- ((*1 *2 *1 *2)
- (-12 (-5 *2 (-874)) (-5 *1 (-866 *3 *4 *5)) (-4 *3 (-1068))
- (-14 *4 (-99 *3)) (-14 *5 (-1 *3 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-227)) (-5 *1 (-874))))
- ((*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-874))))
- ((*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-874))))
- ((*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874))))
- ((*1 *2 *1 *2)
- (-12 (-5 *2 (-874)) (-5 *1 (-1191 *3)) (-4 *3 (-1068)))))
-(((*1 *1 *1) (-5 *1 (-1082))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197)))
+ (-14 *3 (-656 (-1197))) (-4 *4 (-399))))
+ ((*1 *1 *1) (-4 *1 (-505)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-238)) (-4 *3 (-1068)) (-4 *4 (-862)) (-4 *5 (-275 *4))
- (-4 *6 (-805)) (-5 *2 (-1 *1 (-783))) (-4 *1 (-260 *3 *4 *5 *6))))
+ (-12 (-4 *1 (-1305 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070))
+ (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1311 *3 *4)) (-4 *3 (-1070))
+ (-4 *4 (-858)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -3115 (-794 *3)) (|:| |coef1| (-794 *3))))
+ (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1070))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-568)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *2 (-2 (|:| -3115 *1) (|:| |coef1| *1)))
+ (-4 *1 (-1086 *3 *4 *5)))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-656 (-971 *6))) (-5 *4 (-656 (-1197))) (-4 *6 (-464))
+ (-5 *2 (-656 (-656 *7))) (-5 *1 (-550 *6 *7 *5)) (-4 *7 (-374))
+ (-4 *5 (-13 (-374) (-860))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1751 *4)))
+ (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))))
+(((*1 *1) (-5 *1 (-301))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-701 *5))) (-5 *4 (-576)) (-4 *5 (-374))
+ (-4 *5 (-1070)) (-5 *2 (-112)) (-5 *1 (-1050 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-1068)) (-4 *3 (-862)) (-4 *5 (-275 *3)) (-4 *6 (-805))
- (-5 *2 (-1 *1 (-783))) (-4 *1 (-260 *4 *3 *5 *6))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-275 *2)) (-4 *2 (-862)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2))
- (|has| *2 (-6 (-4464 "*"))) (-4 *2 (-1068))))
+ (-12 (-5 *3 (-656 (-701 *4))) (-4 *4 (-374)) (-4 *4 (-1070))
+ (-5 *2 (-112)) (-5 *1 (-1050 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-940)) (-4 *6 (-568)) (-5 *2 (-656 (-326 *6)))
+ (-5 *1 (-223 *5 *6)) (-5 *3 (-326 *6)) (-4 *5 (-1070))))
+ ((*1 *2 *1) (-12 (-5 *1 (-430 *2)) (-4 *2 (-568))))
((*1 *2 *3)
- (-12 (-4 *4 (-384 *2)) (-4 *5 (-384 *2)) (-4 *2 (-174))
- (-5 *1 (-700 *2 *4 *5 *3)) (-4 *3 (-699 *2 *4 *5))))
+ (-12 (-5 *3 (-598 *5)) (-4 *5 (-13 (-29 *4) (-1223)))
+ (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-656 *5))
+ (-5 *1 (-595 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-598 (-419 (-971 *4))))
+ (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-5 *2 (-656 (-326 *4))) (-5 *1 (-601 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-1142 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2))
- (-4 *5 (-243 *3 *2)) (|has| *2 (-6 (-4464 "*"))) (-4 *2 (-1068)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
- (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390))
- (-5 *2
- (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576))
- (|:| |success| (-112))))
- (-5 *1 (-801)) (-5 *5 (-576)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-429 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-464) (-1057 (-576)))) (-4 *3 (-568))
- (-5 *1 (-41 *3 *2)) (-4 *2 (-442 *3))
- (-4 *2
- (-13 (-374) (-312)
- (-10 -8 (-15 -1568 ((-1144 *3 (-624 $)) $))
- (-15 -1579 ((-1144 *3 (-624 $)) $))
- (-15 -3567 ($ (-1144 *3 (-624 $))))))))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-773))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568))
- (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-938)) (-5 *1 (-1049 *2))
- (-4 *2 (-13 (-1119) (-10 -8 (-15 -3027 ($ $ $))))))))
-(((*1 *1 *1) (-5 *1 (-227)))
- ((*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
- ((*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
+ (-12 (-4 *1 (-1116 *3 *2)) (-4 *3 (-860)) (-4 *2 (-1170 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 *1)) (-4 *1 (-1116 *4 *2)) (-4 *4 (-860))
+ (-4 *2 (-1170 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *1 *1) (-4 *1 (-1158))) ((*1 *1 *1 *1) (-4 *1 (-1158))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1119)) (-4 *4 (-13 (-1068) (-899 *3) (-626 (-905 *3))))
- (-5 *2 (-656 (-1095 *3 *4 *5))) (-5 *1 (-1096 *3 *4 *5))
- (-4 *5 (-13 (-442 *4) (-899 *3) (-626 (-905 *3)))))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1080 (-1043 *3) (-1191 (-1043 *3))))
- (-5 *1 (-1043 *3)) (-4 *3 (-13 (-860) (-374) (-1041))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-568) (-1057 (-576)))) (-4 *5 (-442 *4))
- (-5 *2
- (-3 (|:| |overq| (-1191 (-419 (-576))))
- (|:| |overan| (-1191 (-48))) (|:| -4194 (-112))))
- (-5 *1 (-447 *4 *5 *3)) (-4 *3 (-1262 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 *6)) (-4 *5 (-1240)) (-4 *6 (-1262 *5))
- (-5 *2 (-2 (|:| -2125 (-783)) (|:| -1713 *3) (|:| |radicand| *6)))
- (-5 *1 (-149 *5 *6 *7)) (-5 *4 (-783)) (-4 *7 (-1262 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-862)) (-5 *2 (-1207 (-656 *4))) (-5 *1 (-1206 *4))
- (-5 *3 (-656 *4)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-112)) (-4 *6 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-4 *3 (-13 (-27) (-1221) (-442 *6) (-10 -8 (-15 -3567 ($ *7)))))
- (-4 *7 (-860))
- (-4 *8
- (-13 (-1264 *3 *7) (-374) (-1221)
- (-10 -8 (-15 -2770 ($ $)) (-15 -2092 ($ $)))))
- (-5 *2
- (-3 (|:| |%series| *8)
- (|:| |%problem| (-2 (|:| |func| (-1177)) (|:| |prob| (-1177))))))
- (-5 *1 (-434 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1177)) (-4 *9 (-1002 *8))
- (-14 *10 (-1195)))))
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1303 (-1197) *3)) (-5 *1 (-1310 *3)) (-4 *3 (-1070))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1303 *3 *4)) (-5 *1 (-1312 *3 *4)) (-4 *3 (-862))
+ (-4 *4 (-1070)))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-1179)) (-5 *5 (-701 (-227)))
+ (-5 *2 (-1056)) (-5 *1 (-759)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-317)) (-5 *1 (-467 *3 *2)) (-4 *2 (-1264 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *3 (-317)) (-5 *1 (-472 *3 *2)) (-4 *2 (-1264 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *3 (-317)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-783)))
+ (-5 *1 (-551 *3 *2 *4 *5)) (-4 *2 (-1264 *3)))))
+(((*1 *2 *3 *4 *5 *6 *7)
+ (-12 (-5 *3 (-1178 (-2 (|:| |k| (-576)) (|:| |c| *6))))
+ (-5 *4 (-1047 (-855 (-576)))) (-5 *5 (-1197)) (-5 *7 (-419 (-576)))
+ (-4 *6 (-1070)) (-5 *2 (-876)) (-5 *1 (-607 *6)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-597)) (-5 *3 (-609)) (-5 *4 (-301)) (-5 *1 (-290)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-960 *3)) (-4 *3 (-13 (-374) (-1221) (-1021)))
- (-5 *1 (-178 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1221)))))
- ((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874))))
- ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-874)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-337 *3)) (-4 *3 (-1236))))
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
((*1 *2 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-528 *3 *4)) (-4 *3 (-1236))
- (-14 *4 (-576)))))
-(((*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1177)) (-5 *1 (-798)))))
-(((*1 *2 *3 *4 *5 *5 *2)
- (|partial| -12 (-5 *2 (-112)) (-5 *3 (-969 *6)) (-5 *4 (-1195))
- (-5 *5 (-855 *7))
- (-4 *6 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-4 *7 (-13 (-1221) (-29 *6))) (-5 *1 (-226 *6 *7))))
- ((*1 *2 *3 *4 *4 *2)
- (|partial| -12 (-5 *2 (-112)) (-5 *3 (-1191 *6)) (-5 *4 (-855 *6))
- (-4 *6 (-13 (-1221) (-29 *5)))
- (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-226 *5 *6)))))
-(((*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))))
-(((*1 *2)
- (-12 (-4 *2 (-13 (-442 *3) (-1021))) (-5 *1 (-285 *3 *2))
- (-4 *3 (-568)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-1119)) (-5 *1 (-981 *2 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1286 (-1286 (-576)))) (-5 *1 (-478)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-1195))) (-5 *1 (-837)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1176 (-419 *3))) (-5 *1 (-176 *3)) (-4 *3 (-317)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-185 (-140)))) (-5 *1 (-141)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1286 (-656 *3))) (-4 *4 (-317))
- (-5 *2 (-656 *3)) (-5 *1 (-467 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *2 (-464)))))
-(((*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1291)) (-5 *1 (-390))))
- ((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-390)))))
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197)))
+ (-14 *3 (-656 (-1197))) (-4 *4 (-399))))
+ ((*1 *1 *1) (-4 *1 (-505)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-135)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))
- (-5 *2 (-419 (-576))) (-5 *1 (-1039 *4)) (-4 *4 (-1262 (-576))))))
+ (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1288 *5)) (-4 *5 (-804)) (-5 *2 (-112))
+ (-5 *1 (-857 *4 *5)) (-14 *4 (-783)))))
+(((*1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1291)))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-576)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-783)) (-4 *5 (-174))))
+ ((*1 *1 *1 *2 *1 *2)
+ (-12 (-5 *2 (-576)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-783)) (-4 *5 (-174))))
+ ((*1 *2 *2 *3)
+ (-12
+ (-5 *2
+ (-516 (-419 (-576)) (-245 *5 (-783)) (-878 *4)
+ (-253 *4 (-419 (-576)))))
+ (-5 *3 (-656 (-878 *4))) (-14 *4 (-656 (-1197))) (-14 *5 (-783))
+ (-5 *1 (-517 *4 *5)))))
(((*1 *2 *1)
- (-12 (-4 *2 (-1262 *3)) (-5 *1 (-411 *3 *2))
- (-4 *3 (-13 (-374) (-148))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1176 *2)) (-4 *2 (-317)) (-5 *1 (-176 *2)))))
+ (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1025 *3)) (-14 *3 (-576)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-112)) (-5 *1 (-841)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-656 *3)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-429 *4)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1158))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-1195))) (-5 *3 (-1195)) (-5 *1 (-548))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-1195)) (-5 *1 (-716 *3)) (-4 *3 (-626 (-548)))))
- ((*1 *2 *3 *2 *2)
- (-12 (-5 *2 (-1195)) (-5 *1 (-716 *3)) (-4 *3 (-626 (-548)))))
- ((*1 *2 *3 *2 *2 *2)
- (-12 (-5 *2 (-1195)) (-5 *1 (-716 *3)) (-4 *3 (-626 (-548)))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *4 (-656 (-1195))) (-5 *2 (-1195)) (-5 *1 (-716 *3))
- (-4 *3 (-626 (-548))))))
-(((*1 *2 *3 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227))
- (-5 *2 (-1054)) (-5 *1 (-764)))))
-(((*1 *2 *2) (-12 (-5 *2 (-938)) (|has| *1 (-6 -4453)) (-4 *1 (-416))))
- ((*1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-938))))
- ((*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-711))))
- ((*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-711)))))
-(((*1 *2 *3 *1) (-12 (-5 *3 (-1195)) (-5 *2 (-449)) (-5 *1 (-1199)))))
-(((*1 *2 *1) (-12 (-4 *1 (-360)) (-5 *2 (-112))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1191 *4)) (-4 *4 (-360)) (-5 *2 (-112))
- (-5 *1 (-368 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174))))
- ((*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-174)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-771)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-656 *4)) (-4 *4 (-1119)) (-4 *4 (-1236)) (-5 *2 (-112))
- (-5 *1 (-1176 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-1068)) (-4 *4 (-1262 *3)) (-5 *1 (-165 *3 *4 *2))
- (-4 *2 (-1262 *4))))
- ((*1 *1 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1236)))))
+ (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-542 *3)) (-4 *3 (-13 (-738) (-25))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-853)) (-5 *4 (-1082)) (-5 *2 (-1054)) (-5 *1 (-852))))
- ((*1 *2 *3) (-12 (-5 *3 (-853)) (-5 *2 (-1054)) (-5 *1 (-852))))
- ((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-656 (-390))) (-5 *5 (-656 (-855 (-390))))
- (-5 *6 (-656 (-326 (-390)))) (-5 *3 (-326 (-390))) (-5 *2 (-1054))
- (-5 *1 (-852))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-390)))
- (-5 *5 (-656 (-855 (-390)))) (-5 *2 (-1054)) (-5 *1 (-852))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-390))) (-5 *2 (-1054))
- (-5 *1 (-852))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-326 (-390)))) (-5 *4 (-656 (-390)))
- (-5 *2 (-1054)) (-5 *1 (-852)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-374)) (-4 *3 (-1068))
- (-5 *1 (-1179 *3)))))
-(((*1 *1) (-12 (-4 *1 (-437 *2)) (-4 *2 (-379)) (-4 *2 (-1119)))))
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 *4))
+ (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-701 (-419 (-969 (-576)))))
- (-5 *2 (-701 (-326 (-576)))) (-5 *1 (-1050)))))
+ (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2))
+ (-4 *4 (-568)))))
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-353 *4 *3 *5)) (-4 *4 (-1240)) (-4 *3 (-1262 *4))
- (-4 *5 (-1262 (-419 *3))) (-5 *2 (-112))))
+ (-12 (-5 *3 (-1067 *4 *5)) (-4 *4 (-13 (-860) (-317) (-148) (-1043)))
+ (-14 *5 (-656 (-1197)))
+ (-5 *2
+ (-656 (-2 (|:| -2669 (-1193 *4)) (|:| -3219 (-656 (-971 *4))))))
+ (-5 *1 (-1315 *4 *5 *6)) (-14 *6 (-656 (-1197)))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1043)))
+ (-5 *2
+ (-656 (-2 (|:| -2669 (-1193 *5)) (|:| -3219 (-656 (-971 *5))))))
+ (-5 *1 (-1315 *5 *6 *7)) (-5 *3 (-656 (-971 *5)))
+ (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1043)))
+ (-5 *2
+ (-656 (-2 (|:| -2669 (-1193 *5)) (|:| -3219 (-656 (-971 *5))))))
+ (-5 *1 (-1315 *5 *6 *7)) (-5 *3 (-656 (-971 *5)))
+ (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-860) (-317) (-148) (-1043)))
+ (-5 *2
+ (-656 (-2 (|:| -2669 (-1193 *5)) (|:| -3219 (-656 (-971 *5))))))
+ (-5 *1 (-1315 *5 *6 *7)) (-5 *3 (-656 (-971 *5)))
+ (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197)))))
((*1 *2 *3)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))))
-(((*1 *2)
- (-12 (-4 *4 (-1240)) (-4 *5 (-1262 *4)) (-4 *6 (-1262 (-419 *5)))
- (-5 *2 (-656 (-656 *4))) (-5 *1 (-352 *3 *4 *5 *6))
- (-4 *3 (-353 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-4 *3 (-379)) (-5 *2 (-656 (-656 *3))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
+ (-12 (-4 *4 (-13 (-860) (-317) (-148) (-1043)))
+ (-5 *2
+ (-656 (-2 (|:| -2669 (-1193 *4)) (|:| -3219 (-656 (-971 *4))))))
+ (-5 *1 (-1315 *4 *5 *6)) (-5 *3 (-656 (-971 *4)))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-656 (-1197))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-960 *4))) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938))
- (-4 *4 (-1068)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-701 *5)) (-4 *5 (-1068)) (-5 *1 (-1073 *3 *4 *5))
- (-14 *3 (-783)) (-14 *4 (-783)))))
-(((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-783)) (-4 *5 (-374)) (-5 *2 (-419 *6))
- (-5 *1 (-879 *5 *4 *6)) (-4 *4 (-1277 *5)) (-4 *6 (-1262 *5))))
- ((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-783)) (-5 *4 (-1278 *5 *6 *7)) (-4 *5 (-374))
- (-14 *6 (-1195)) (-14 *7 *5) (-5 *2 (-419 (-1259 *6 *5)))
- (-5 *1 (-880 *5 *6 *7))))
- ((*1 *2 *3 *3 *4)
- (|partial| -12 (-5 *3 (-783)) (-5 *4 (-1278 *5 *6 *7)) (-4 *5 (-374))
- (-14 *6 (-1195)) (-14 *7 *5) (-5 *2 (-419 (-1259 *6 *5)))
- (-5 *1 (-880 *5 *6 *7)))))
-(((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
- (-4 *3 (-378 *4))))
- ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
+ (-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 (-340)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1216)))))
+(((*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1293)) (-5 *1 (-390))))
+ ((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-390)))))
+(((*1 *2 *1) (-12 (-5 *2 (-992)) (-5 *1 (-924 *3)) (-4 *3 (-1121)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-783)) (-5 *2 (-112)) (-5 *1 (-599 *3)) (-4 *3 (-557)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-597)) (-5 *3 (-609)) (-5 *4 (-301)) (-5 *1 (-290)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
+ (|partial| -12 (-5 *2 (-1193 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-1 (-227) (-227) (-227)))
+ (-5 *4 (-1 (-227) (-227) (-227) (-227)))
+ (-5 *2 (-1 (-962 (-227)) (-227) (-227))) (-5 *1 (-709)))))
+(((*1 *2 *3 *3 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-1 (-227) (-227) (-227)))
+ (-5 *4 (-3 (-1 (-227) (-227) (-227) (-227)) "undefined"))
+ (-5 *5 (-1115 (-227))) (-5 *6 (-656 (-270))) (-5 *2 (-1154 (-227)))
+ (-5 *1 (-709))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-962 (-227)) (-227) (-227))) (-5 *4 (-1115 (-227)))
+ (-5 *5 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-709))))
+ ((*1 *2 *2 *3 *4 *4 *5)
+ (-12 (-5 *2 (-1154 (-227))) (-5 *3 (-1 (-962 (-227)) (-227) (-227)))
+ (-5 *4 (-1115 (-227))) (-5 *5 (-656 (-270))) (-5 *1 (-709)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *9)) (-4 *8 (-1084 *5 *6 *7))
- (-4 *9 (-1090 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805))
- (-4 *7 (-862)) (-5 *2 (-783)) (-5 *1 (-1088 *5 *6 *7 *8 *9))))
+ (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *9)) (-4 *8 (-1086 *5 *6 *7))
+ (-4 *9 (-1092 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805))
+ (-4 *7 (-862)) (-5 *2 (-783)) (-5 *1 (-1090 *5 *6 *7 *8 *9))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *9)) (-4 *8 (-1084 *5 *6 *7))
- (-4 *9 (-1128 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805))
- (-4 *7 (-862)) (-5 *2 (-783)) (-5 *1 (-1164 *5 *6 *7 *8 *9)))))
+ (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *9)) (-4 *8 (-1086 *5 *6 *7))
+ (-4 *9 (-1130 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805))
+ (-4 *7 (-862)) (-5 *2 (-783)) (-5 *1 (-1166 *5 *6 *7 *8 *9)))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-3 (|:| |nullBranch| "null")
+ (|:| |assignmentBranch|
+ (-2 (|:| |var| (-1197))
+ (|:| |arrayIndex| (-656 (-971 (-576))))
+ (|:| |rand|
+ (-2 (|:| |ints2Floats?| (-112)) (|:| -1615 (-876))))))
+ (|:| |arrayAssignmentBranch|
+ (-2 (|:| |var| (-1197)) (|:| |rand| (-876))
+ (|:| |ints2Floats?| (-112))))
+ (|:| |conditionalBranch|
+ (-2 (|:| |switch| (-1196)) (|:| |thenClause| (-340))
+ (|:| |elseClause| (-340))))
+ (|:| |returnBranch|
+ (-2 (|:| -4190 (-112))
+ (|:| -1688
+ (-2 (|:| |ints2Floats?| (-112)) (|:| -1615 (-876))))))
+ (|:| |blockBranch| (-656 (-340)))
+ (|:| |commentBranch| (-656 (-1179))) (|:| |callBranch| (-1179))
+ (|:| |forBranch|
+ (-2 (|:| -3646 (-1113 (-971 (-576))))
+ (|:| |span| (-971 (-576))) (|:| -4159 (-340))))
+ (|:| |labelBranch| (-1141))
+ (|:| |loopBranch| (-2 (|:| |switch| (-1196)) (|:| -4159 (-340))))
+ (|:| |commonBranch|
+ (-2 (|:| -4149 (-1197)) (|:| |contents| (-656 (-1197)))))
+ (|:| |printBranch| (-656 (-876)))))
+ (-5 *1 (-340)))))
+(((*1 *2 *1) (-12 (-4 *1 (-133)) (-5 *2 (-783))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-5 *2 (-576)) (-4 *1 (-384 *3)) (-4 *3 (-1238))
+ (-4 *3 (-1121))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-384 *3)) (-4 *3 (-1238)) (-4 *3 (-1121))
+ (-5 *2 (-576))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-112) *4)) (-4 *1 (-384 *4)) (-4 *4 (-1238))
+ (-5 *2 (-576))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1141)) (-5 *1 (-541))))
+ ((*1 *2 *3 *1 *2) (-12 (-4 *1 (-1165)) (-5 *2 (-576)) (-5 *3 (-142))))
+ ((*1 *2 *1 *1 *2) (-12 (-4 *1 (-1165)) (-5 *2 (-576)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-374)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
+ (-5 *1 (-516 *4 *5 *6 *3)) (-4 *3 (-968 *4 *5 *6)))))
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1125)) (-5 *1 (-340)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *1) (-5 *1 (-449))))
+(((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-97)))))
+(((*1 *1 *2 *2) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *2 *2 *2) (-12 (-5 *1 (-894 *2)) (-4 *2 (-1238))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-656 (-962 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-962 *3))) (-4 *3 (-1070)) (-4 *1 (-1155 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 (-656 *3))) (-4 *1 (-1155 *3)) (-4 *3 (-1070))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 (-962 *3))) (-4 *1 (-1155 *3)) (-4 *3 (-1070)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-115)) (-5 *1 (-114 *2)) (-4 *2 (-1121)))))
+(((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1261 *4 *5)) (-5 *3 (-656 *5)) (-14 *4 (-1197))
+ (-4 *5 (-374)) (-5 *1 (-942 *4 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 *5)) (-4 *5 (-374)) (-5 *2 (-1193 *5))
+ (-5 *1 (-942 *4 *5)) (-14 *4 (-1197))))
+ ((*1 *2 *3 *3 *4 *4)
+ (-12 (-5 *3 (-656 *6)) (-5 *4 (-783)) (-4 *6 (-374))
+ (-5 *2 (-419 (-971 *6))) (-5 *1 (-1071 *5 *6)) (-14 *5 (-1197)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1238)) (-4 *2 (-862))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-292 *3)) (-4 *3 (-1238))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-862)))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-1276 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-783)) (-5 *2 (-1288 (-656 (-576)))) (-5 *1 (-492))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1238)) (-5 *1 (-613 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1238)) (-5 *1 (-1178 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1238)) (-5 *1 (-1178 *3)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-783)) (-4 *4 (-360)) (-5 *1 (-218 *4 *2))
+ (-4 *2 (-1264 *4))))
+ ((*1 *2 *2 *3 *2 *3)
+ (-12 (-5 *3 (-576)) (-5 *1 (-708 *2)) (-4 *2 (-1264 *3)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
(|:| |relerr| (-227))))
(-5 *2
(-3 (|:| |continuous| "Continuous at the end points")
@@ -6744,79 +5513,949 @@
(|:| |bothSingular| "There are singularities at both end points")
(|:| |notEvaluated| "End point continuity not yet evaluated")))
(-5 *1 (-194)))))
-(((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-1195)))))
-(((*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4)
- (-12 (-5 *3 (-1177)) (-5 *4 (-576)) (-5 *5 (-701 (-227)))
- (-5 *6 (-227)) (-5 *2 (-1054)) (-5 *1 (-764)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-322)) (-5 *1 (-306))))
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197))))
+ (-4 *6 (-805)) (-5 *2 (-656 (-656 (-576))))
+ (-5 *1 (-943 *4 *5 *6 *7)) (-5 *3 (-576)) (-4 *7 (-968 *4 *6 *5)))))
+(((*1 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557))))
+ ((*1 *1 *2) (-12 (-5 *2 (-656 (-940))) (-5 *1 (-992)))))
+(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-946)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1197)) (-4 *5 (-1242)) (-4 *6 (-1264 *5))
+ (-4 *7 (-1264 (-419 *6))) (-5 *2 (-656 (-971 *5)))
+ (-5 *1 (-352 *4 *5 *6 *7)) (-4 *4 (-353 *5 *6 *7))))
((*1 *2 *3)
- (-12 (-5 *3 (-656 (-1177))) (-5 *2 (-322)) (-5 *1 (-306))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-322)) (-5 *1 (-306))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 (-1177))) (-5 *3 (-1177)) (-5 *2 (-322))
- (-5 *1 (-306)))))
+ (-12 (-5 *3 (-1197)) (-4 *1 (-353 *4 *5 *6)) (-4 *4 (-1242))
+ (-4 *5 (-1264 *4)) (-4 *6 (-1264 (-419 *5))) (-4 *4 (-374))
+ (-5 *2 (-656 (-971 *4))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-384 *2)) (-4 *5 (-384 *2)) (-4 *2 (-374))
+ (-5 *1 (-533 *2 *4 *5 *3)) (-4 *3 (-699 *2 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2))
+ (|has| *2 (-6 (-4466 "*"))) (-4 *2 (-1070))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-384 *2)) (-4 *5 (-384 *2)) (-4 *2 (-174))
+ (-5 *1 (-700 *2 *4 *5 *3)) (-4 *3 (-699 *2 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1144 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2))
+ (-4 *5 (-243 *3 *2)) (|has| *2 (-6 (-4466 "*"))) (-4 *2 (-1070)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-835)) (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *2)
+ (-12 (-5 *2 (-940)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-940)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))))
+(((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-1197)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1139)) (-5 *1 (-220))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1139)) (-5 *1 (-451))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1139)) (-5 *1 (-850))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1139)) (-5 *1 (-1136))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-656 (-1202))) (-5 *3 (-1202)) (-5 *1 (-1139)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1288 (-1288 (-576)))) (-5 *3 (-940)) (-5 *1 (-478)))))
+(((*1 *1 *1) (-4 *1 (-95))) ((*1 *1 *1 *1) (-5 *1 (-227)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197)))
+ (-14 *3 (-656 (-1197))) (-4 *4 (-399))))
+ ((*1 *1 *1 *1) (-5 *1 (-390)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-701 *4)) (-5 *3 (-940)) (|has| *4 (-6 (-4466 "*")))
+ (-4 *4 (-1070)) (-5 *1 (-1049 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-656 (-701 *4))) (-5 *3 (-940))
+ (|has| *4 (-6 (-4466 "*"))) (-4 *4 (-1070)) (-5 *1 (-1049 *4)))))
+(((*1 *2 *2 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
+ (-5 *1 (-1149 *3 *2)) (-4 *3 (-1264 *2)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-855 (-390))) (-5 *2 (-855 (-227))) (-5 *1 (-315)))))
+(((*1 *1 *1) (-4 *1 (-144)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-317)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3))
+ (-5 *1 (-1145 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))))
+(((*1 *1 *1 *1) (-5 *1 (-163)))
+ ((*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-163)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-1288 (-576))) (-5 *3 (-576)) (-5 *1 (-1131))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-1288 (-576))) (-5 *3 (-656 (-576))) (-5 *4 (-576))
+ (-5 *1 (-1131)))))
+(((*1 *2)
+ (-12 (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-928))
+ (-5 *1 (-469 *3 *4 *2 *5)) (-4 *5 (-968 *2 *3 *4))))
+ ((*1 *2)
+ (-12 (-4 *3 (-805)) (-4 *4 (-862)) (-4 *2 (-928))
+ (-5 *1 (-925 *2 *3 *4 *5)) (-4 *5 (-968 *2 *3 *4))))
+ ((*1 *2) (-12 (-4 *2 (-928)) (-5 *1 (-926 *2 *3)) (-4 *3 (-1264 *2)))))
+(((*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1179)) (-5 *4 (-576)) (-5 *5 (-701 (-227)))
+ (-5 *6 (-227)) (-5 *2 (-1056)) (-5 *1 (-764)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))))
+ (-5 *2 (-656 (-419 (-576)))) (-5 *1 (-1041 *4))
+ (-4 *4 (-1264 (-576))))))
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197)))
+ (-14 *3 (-656 (-1197))) (-4 *4 (-399))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-783)) (-5 *3 (-962 *5)) (-4 *5 (-1070))
+ (-5 *1 (-1185 *4 *5)) (-14 *4 (-940))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 (-783))) (-5 *3 (-783)) (-5 *1 (-1185 *4 *5))
+ (-14 *4 (-940)) (-4 *5 (-1070))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 (-783))) (-5 *3 (-962 *5)) (-4 *5 (-1070))
+ (-5 *1 (-1185 *4 *5)) (-14 *4 (-940)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-940)) (-5 *3 (-656 (-270))) (-5 *1 (-268))))
+ ((*1 *1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-270)))))
+(((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5)))))
+(((*1 *2)
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1193 *7))
+ (-4 *5 (-1070)) (-4 *7 (-1070)) (-4 *2 (-1264 *5))
+ (-5 *1 (-513 *5 *2 *6 *7)) (-4 *6 (-1264 *2)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
(((*1 *2 *2 *3)
(-12
(-5 *2
- (-2 (|:| |partsol| (-1286 (-419 (-969 *4))))
- (|:| -4156 (-656 (-1286 (-419 (-969 *4)))))))
+ (-2 (|:| |partsol| (-1288 (-419 (-971 *4))))
+ (|:| -1726 (-656 (-1288 (-419 (-971 *4)))))))
(-5 *3 (-656 *7)) (-4 *4 (-13 (-317) (-148)))
- (-4 *7 (-966 *4 *6 *5)) (-4 *5 (-13 (-862) (-626 (-1195))))
- (-4 *6 (-805)) (-5 *1 (-941 *4 *5 *6 *7)))))
+ (-4 *7 (-968 *4 *6 *5)) (-4 *5 (-13 (-862) (-626 (-1197))))
+ (-4 *6 (-805)) (-5 *1 (-943 *4 *5 *6 *7)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1059 (-576))) (-4 *1 (-312)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-557)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-924 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197)))
+ (-14 *3 (-656 (-1197))) (-4 *4 (-399))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1179)) (-4 *1 (-375 *3 *4)) (-4 *3 (-1121))
+ (-4 *4 (-1121)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-312)) (-5 *3 (-1197)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-312)) (-5 *2 (-112)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4464)) (-4 *1 (-501 *4))
+ (-4 *4 (-1238)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-449)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1185 *2 *3)) (-14 *2 (-940)) (-4 *3 (-1070)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1125)) (-5 *1 (-289)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-656 (-390))) (-5 *3 (-656 (-270))) (-5 *1 (-268))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-656 (-390))) (-5 *1 (-480))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-390))) (-5 *1 (-480))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-940)) (-5 *4 (-888)) (-5 *2 (-1293)) (-5 *1 (-1289))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-940)) (-5 *4 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1289)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-832)) (-14 *5 (-1197)) (-5 *2 (-656 (-1261 *5 *4)))
+ (-5 *1 (-1135 *4 *5)) (-5 *3 (-1261 *5 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876))))
+ ((*1 *1 *1 *1) (-5 *1 (-876))))
(((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1195)) (-5 *1 (-687 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *3) (-12 (-5 *3 (-548)) (-5 *1 (-547 *2)) (-4 *2 (-1236))))
- ((*1 *2 *1) (-12 (-5 *2 (-52)) (-5 *1 (-548)))))
+ (-12 (-5 *2 (-1197)) (-5 *1 (-687 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-480)) (-5 *4 (-940)) (-5 *2 (-1293)) (-5 *1 (-1289)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-656 (-656 (-656 *4)))) (-5 *3 (-656 *4)) (-4 *4 (-862))
+ (-5 *1 (-1208 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3))))
+ ((*1 *1 *1) (-4 *1 (-1226))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-430 (-1193 (-576)))) (-5 *1 (-193)) (-5 *3 (-576)))))
+(((*1 *1) (-5 *1 (-480))))
+(((*1 *2 *2) (-12 (-5 *2 (-1115 (-855 (-227)))) (-5 *1 (-315)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-464))
+ (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *1 (-998 *3 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
+ (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
+ (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
+ (|:| |abserr| (-227)) (|:| |relerr| (-227))))
+ (-5 *2 (-390)) (-5 *1 (-207)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-1 (-112) *8))) (-4 *8 (-1086 *5 *6 *7))
+ (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-5 *2 (-2 (|:| |goodPols| (-656 *8)) (|:| |badPols| (-656 *8))))
+ (-5 *1 (-998 *5 *6 *7 *8)) (-5 *4 (-656 *8)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1070)) (-4 *7 (-1070))
+ (-4 *6 (-1264 *5)) (-5 *2 (-1193 (-1193 *7)))
+ (-5 *1 (-513 *5 *6 *4 *7)) (-4 *4 (-1264 *6)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *2
+ (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))))
+ (-5 *1 (-1041 *3)) (-4 *3 (-1264 (-576)))))
+ ((*1 *2 *3 *4)
+ (-12
+ (-5 *2
+ (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))))
+ (-5 *1 (-1041 *3)) (-4 *3 (-1264 (-576)))
+ (-5 *4 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))))
+ ((*1 *2 *3 *4)
+ (-12
+ (-5 *2
+ (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))))
+ (-5 *1 (-1041 *3)) (-4 *3 (-1264 (-576))) (-5 *4 (-419 (-576)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-419 (-576)))
+ (-5 *2 (-656 (-2 (|:| -2100 *5) (|:| -2111 *5)))) (-5 *1 (-1041 *3))
+ (-4 *3 (-1264 (-576))) (-5 *4 (-2 (|:| -2100 *5) (|:| -2111 *5)))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *2
+ (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))))
+ (-5 *1 (-1042 *3)) (-4 *3 (-1264 (-419 (-576))))))
+ ((*1 *2 *3 *4)
+ (-12
+ (-5 *2
+ (-656 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576))))))
+ (-5 *1 (-1042 *3)) (-4 *3 (-1264 (-419 (-576))))
+ (-5 *4 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-419 (-576)))
+ (-5 *2 (-656 (-2 (|:| -2100 *4) (|:| -2111 *4)))) (-5 *1 (-1042 *3))
+ (-4 *3 (-1264 *4))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-419 (-576)))
+ (-5 *2 (-656 (-2 (|:| -2100 *5) (|:| -2111 *5)))) (-5 *1 (-1042 *3))
+ (-4 *3 (-1264 *5)) (-5 *4 (-2 (|:| -2100 *5) (|:| -2111 *5))))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568))
+ (-5 *2 (-112)))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-783)) (-4 *3 (-1068)) (-4 *1 (-699 *3 *4 *5))
+ (-12 (-5 *2 (-783)) (-4 *3 (-1070)) (-4 *1 (-699 *3 *4 *5))
(-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
((*1 *1 *2)
- (-12 (-4 *2 (-1068)) (-4 *1 (-1142 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2))
+ (-12 (-4 *2 (-1070)) (-4 *1 (-1144 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2))
(-4 *5 (-243 *3 *2)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2))
+ (-4 *4 (-568)))))
+(((*1 *2)
+ (-12 (-4 *1 (-360))
+ (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3))))
+ ((*1 *1 *1) (-4 *1 (-1226))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-4 *1 (-1264 *3)) (-4 *3 (-1070))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-940)) (-4 *1 (-1266 *3 *4)) (-4 *3 (-1070))
+ (-4 *4 (-804))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-419 (-576))) (-4 *1 (-1269 *3)) (-4 *3 (-1070)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-1178 *3))) (-5 *1 (-1178 *3)) (-4 *3 (-1238)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-249 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-946))
+ (-5 *2
+ (-2 (|:| |brans| (-656 (-656 (-962 (-227)))))
+ (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))))
+ (-5 *1 (-154))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-946)) (-5 *4 (-419 (-576)))
+ (-5 *2
+ (-2 (|:| |brans| (-656 (-656 (-962 (-227)))))
+ (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))))
+ (-5 *1 (-154)))))
+(((*1 *2)
+ (-12 (-4 *4 (-374)) (-5 *2 (-783)) (-5 *1 (-338 *3 *4))
+ (-4 *3 (-339 *4))))
+ ((*1 *2) (-12 (-4 *1 (-1307 *3)) (-4 *3 (-374)) (-5 *2 (-783)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-227)) (-5 *3 (-783)) (-5 *1 (-228))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-171 (-227))) (-5 *3 (-783)) (-5 *1 (-228))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1160))))
(((*1 *2 *3) (-12 (-5 *3 (-326 (-227))) (-5 *2 (-112)) (-5 *1 (-276)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-656 (-548))) (-5 *1 (-548)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-374)) (-5 *1 (-295 *3 *2)) (-4 *2 (-1279 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3))))
+ ((*1 *1 *1) (-4 *1 (-1226))))
+(((*1 *1 *2) (-12 (-5 *2 (-185 (-255))) (-5 *1 (-254)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-3 (-112) (-656 *1)))
+ (-4 *1 (-1092 *4 *5 *6 *3)))))
+(((*1 *2 *3 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227))
+ (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227))
+ (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))
+ (-5 *3 (-656 (-270))) (-5 *1 (-268))))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227))
+ (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227))
+ (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))
+ (-5 *1 (-270))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290))))
+ ((*1 *2 *1 *3 *3 *4 *4 *4)
+ (-12 (-5 *3 (-576)) (-5 *4 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290))))
+ ((*1 *2 *1 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227))
+ (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227))
+ (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))
+ (-5 *2 (-1293)) (-5 *1 (-1290))))
+ ((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| |theta| (-227)) (|:| |phi| (-227)) (|:| -3813 (-227))
+ (|:| |scaleX| (-227)) (|:| |scaleY| (-227)) (|:| |scaleZ| (-227))
+ (|:| |deltaX| (-227)) (|:| |deltaY| (-227))))
+ (-5 *1 (-1290))))
+ ((*1 *2 *1 *3 *3 *3 *3 *3)
+ (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3)
+ (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-762)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-1238)) (-5 *1 (-887 *3 *2)) (-4 *3 (-1238))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-561))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1305 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070))
+ (-5 *2 (-831 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-858)) (-5 *1 (-1311 *3 *2)) (-4 *3 (-1070)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *6 (-1179))
+ (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-609)) (-5 *1 (-597)))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1286 (-1195))) (-5 *3 (-1286 (-465 *4 *5 *6 *7)))
- (-5 *1 (-465 *4 *5 *6 *7)) (-4 *4 (-174)) (-14 *5 (-938))
- (-14 *6 (-656 (-1195))) (-14 *7 (-1286 (-701 *4)))))
+ (-12 (-5 *2 (-1288 (-1197))) (-5 *3 (-1288 (-465 *4 *5 *6 *7)))
+ (-5 *1 (-465 *4 *5 *6 *7)) (-4 *4 (-174)) (-14 *5 (-940))
+ (-14 *6 (-656 (-1197))) (-14 *7 (-1288 (-701 *4)))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-1286 (-465 *4 *5 *6 *7)))
- (-5 *1 (-465 *4 *5 *6 *7)) (-4 *4 (-174)) (-14 *5 (-938))
- (-14 *6 (-656 *2)) (-14 *7 (-1286 (-701 *4)))))
+ (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-465 *4 *5 *6 *7)))
+ (-5 *1 (-465 *4 *5 *6 *7)) (-4 *4 (-174)) (-14 *5 (-940))
+ (-14 *6 (-656 *2)) (-14 *7 (-1288 (-701 *4)))))
((*1 *1 *2)
- (-12 (-5 *2 (-1286 (-465 *3 *4 *5 *6))) (-5 *1 (-465 *3 *4 *5 *6))
- (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195)))
- (-14 *6 (-1286 (-701 *3)))))
+ (-12 (-5 *2 (-1288 (-465 *3 *4 *5 *6))) (-5 *1 (-465 *3 *4 *5 *6))
+ (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197)))
+ (-14 *6 (-1288 (-701 *3)))))
((*1 *1 *2)
- (-12 (-5 *2 (-1286 (-1195))) (-5 *1 (-465 *3 *4 *5 *6))
- (-4 *3 (-174)) (-14 *4 (-938)) (-14 *5 (-656 (-1195)))
- (-14 *6 (-1286 (-701 *3)))))
+ (-12 (-5 *2 (-1288 (-1197))) (-5 *1 (-465 *3 *4 *5 *6))
+ (-4 *3 (-174)) (-14 *4 (-940)) (-14 *5 (-656 (-1197)))
+ (-14 *6 (-1288 (-701 *3)))))
((*1 *1 *2)
- (-12 (-5 *2 (-1195)) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-174))
- (-14 *4 (-938)) (-14 *5 (-656 *2)) (-14 *6 (-1286 (-701 *3)))))
+ (-12 (-5 *2 (-1197)) (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-174))
+ (-14 *4 (-940)) (-14 *5 (-656 *2)) (-14 *6 (-1288 (-701 *3)))))
((*1 *1)
- (-12 (-5 *1 (-465 *2 *3 *4 *5)) (-4 *2 (-174)) (-14 *3 (-938))
- (-14 *4 (-656 (-1195))) (-14 *5 (-1286 (-701 *2))))))
+ (-12 (-5 *1 (-465 *2 *3 *4 *5)) (-4 *2 (-174)) (-14 *3 (-940))
+ (-14 *4 (-656 (-1197))) (-14 *5 (-1288 (-701 *2))))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-997 *4 *5 *3 *6)) (-4 *4 (-1070)) (-4 *5 (-805))
+ (-4 *3 (-862)) (-4 *6 (-1086 *4 *5 *3)) (-5 *2 (-112)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197)))
+ (-14 *3 (-656 (-1197))) (-4 *4 (-399))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3))))
+ ((*1 *1 *1) (-4 *1 (-1226))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-759)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-940)) (-5 *4 (-888)) (-5 *2 (-1293)) (-5 *1 (-1289))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-940)) (-5 *4 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1289))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2 (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4))))
+ (-5 *1 (-1093 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-1197))
+ (-4 *4 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-634 *4 *2)) (-4 *2 (-13 (-1223) (-978) (-29 *4))))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1238)) (-5 *2 (-656 *1)) (-4 *1 (-1031 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-1185 *3 *4))) (-5 *1 (-1185 *3 *4))
+ (-14 *3 (-940)) (-4 *4 (-1070)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-374)) (-4 *3 (-1070))
+ (-5 *1 (-1181 *3)))))
(((*1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-499)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *6 (-940)) (-4 *5 (-317)) (-4 *3 (-1264 *5))
+ (-5 *2 (-2 (|:| |plist| (-656 *3)) (|:| |modulo| *5)))
+ (-5 *1 (-472 *5 *3)) (-5 *4 (-656 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *1 *2) (-12 (-5 *1 (-341 *2)) (-4 *2 (-862))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197)))
+ (-14 *3 (-656 (-1197))) (-4 *4 (-399))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3))))
+ ((*1 *1 *1) (-4 *1 (-1226))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-624 *5))) (-4 *4 (-1121)) (-5 *2 (-624 *5))
+ (-5 *1 (-585 *4 *5)) (-4 *5 (-442 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-5 *2 (-576))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070))
+ (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-576)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1 (-962 (-227)) (-227) (-227)))
+ (-5 *3 (-1 (-227) (-227) (-227) (-227))) (-5 *1 (-262)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1121)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *1) (-5 *1 (-449))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-836)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1238)))))
(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-783)) (-5 *3 (-960 *4)) (-4 *1 (-1153 *4))
- (-4 *4 (-1068))))
+ (-12 (-5 *2 (-783)) (-5 *3 (-962 *4)) (-4 *1 (-1155 *4))
+ (-4 *4 (-1070))))
((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-783)) (-5 *4 (-960 (-227))) (-5 *2 (-1291))
- (-5 *1 (-1288)))))
+ (-12 (-5 *3 (-783)) (-5 *4 (-962 (-227))) (-5 *2 (-1293))
+ (-5 *1 (-1290)))))
+(((*1 *2 *3) (-12 (-5 *3 (-518)) (-5 *2 (-703 (-189))) (-5 *1 (-189)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-1197)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 *8)) (-5 *4 (-137 *5 *6 *7)) (-14 *5 (-576))
+ (-14 *6 (-783)) (-4 *7 (-174)) (-4 *8 (-174))
+ (-5 *2 (-137 *5 *6 *8)) (-5 *1 (-136 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 *9)) (-4 *9 (-1070)) (-4 *5 (-862)) (-4 *6 (-805))
+ (-4 *8 (-1070)) (-4 *2 (-968 *9 *7 *5))
+ (-5 *1 (-740 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-805))
+ (-4 *4 (-968 *8 *6 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *1 *2) (-12 (-5 *1 (-341 *2)) (-4 *2 (-862))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197)))
+ (-14 *3 (-656 (-1197))) (-4 *4 (-399))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3))))
+ ((*1 *1 *1) (-4 *1 (-1226))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-14 *4 (-656 (-1197))) (-4 *2 (-174))
+ (-4 *3 (-243 (-1968 *4) (-783)))
+ (-14 *6
+ (-1 (-112) (-2 (|:| -2409 *5) (|:| -3744 *3))
+ (-2 (|:| -2409 *5) (|:| -3744 *3))))
+ (-5 *1 (-473 *4 *2 *5 *3 *6 *7)) (-4 *5 (-862))
+ (-4 *7 (-968 *2 *3 (-878 *4))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068))
+ (-12 (-5 *2 (-656 (-656 (-962 (-227))))) (-5 *1 (-1233 *3))
+ (-4 *3 (-995)))))
+(((*1 *1 *2 *2 *3)
+ (-12 (-5 *2 (-783)) (-5 *3 (-1 *4 (-576) (-576))) (-4 *4 (-1070))
+ (-4 *1 (-699 *4 *5 *6)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1070)) (-4 *1 (-699 *3 *4 *5))
+ (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-656 (-656 (-876)))) (-5 *1 (-876))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1163 *3 *4)) (-5 *1 (-1014 *3 *4)) (-14 *3 (-940))
+ (-4 *4 (-374))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-656 *5))) (-4 *5 (-1070))
+ (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *6 (-243 *4 *5))
+ (-4 *7 (-243 *3 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-656 (-173))))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-945)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2))
+ (-4 *4 (-568)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-1 (-598 *3) *3 (-1197)))
+ (-5 *6
+ (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3
+ (-1197)))
+ (-4 *3 (-294)) (-4 *3 (-641)) (-4 *3 (-1059 *4)) (-4 *3 (-442 *7))
+ (-5 *4 (-1197)) (-4 *7 (-626 (-907 (-576)))) (-4 *7 (-464))
+ (-4 *7 (-901 (-576))) (-4 *7 (-1121)) (-5 *2 (-598 *3))
+ (-5 *1 (-585 *7 *3)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-962 *3)) (-4 *3 (-13 (-374) (-1223) (-1023)))
+ (-5 *1 (-178 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070))
(-5 *2 (-656 (-656 (-656 (-783))))))))
-(((*1 *1 *1 *1) (-4 *1 (-986))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-374)) (-5 *2 (-656 *3)) (-5 *1 (-964 *4 *3))
+ (-4 *3 (-1264 *4)))))
+(((*1 *1) (-5 *1 (-590)))
+ ((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-877))))
+ ((*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1293)) (-5 *1 (-877))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1179)) (-5 *4 (-876)) (-5 *2 (-1293)) (-5 *1 (-877))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-576)) (-5 *2 (-1293)) (-5 *1 (-1178 *4))
+ (-4 *4 (-1121)) (-4 *4 (-1238)))))
+(((*1 *2 *1) (-12 (-5 *1 (-1047 *2)) (-4 *2 (-1238)))))
+(((*1 *1 *1) (-4 *1 (-641)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023) (-1223))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-656 *5)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576))
+ (-14 *4 (-783)) (-4 *5 (-174)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-656 (-701 *4))) (-5 *2 (-701 *4)) (-4 *4 (-1070))
+ (-5 *1 (-1050 *4)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1001 *2)) (-4 *2 (-1070))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-962 (-227))) (-5 *1 (-1234))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-1070)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-1197))
+ (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-326 *5)))
+ (-5 *1 (-1150 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-419 (-971 *5)))) (-5 *4 (-656 (-1197)))
+ (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-326 *5))))
+ (-5 *1 (-1150 *5)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-52))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-783)) (-4 *2 (-1121))
+ (-5 *1 (-690 *2)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1131)) (-5 *3 (-576)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390))
+ (-5 *2
+ (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576))
+ (|:| |success| (-112))))
+ (-5 *1 (-801)) (-5 *5 (-576)))))
+(((*1 *1 *1 *1) (-4 *1 (-988))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-962 *3)) (-4 *3 (-13 (-374) (-1223) (-1023)))
+ (-5 *1 (-178 *3)))))
+(((*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7)
+ (-12 (-5 *3 (-576)) (-5 *5 (-112)) (-5 *6 (-701 (-227)))
+ (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN))))
+ (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-765)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-576)) (-4 *1 (-663 *3)) (-4 *3 (-1238))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-576)) (-4 *1 (-663 *2)) (-4 *2 (-1238)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-390))))
+ ((*1 *1 *1 *1) (-4 *1 (-557)))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374))))
+ ((*1 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-783)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-656 *7)) (-5 *3 (-576)) (-4 *7 (-968 *4 *5 *6))
+ (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-5 *1 (-461 *4 *5 *6 *7)))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-1179)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
+ (-4 *4 (-1086 *6 *7 *8)) (-5 *2 (-1293))
+ (-5 *1 (-788 *6 *7 *8 *4 *5)) (-4 *5 (-1092 *6 *7 *8 *4)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1288 *4)) (-4 *4 (-13 (-1070) (-651 *5)))
+ (-4 *5 (-374)) (-4 *5 (-568)) (-5 *2 (-1288 *5))
+ (-5 *1 (-650 *5 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1288 *4)) (-4 *4 (-13 (-1070) (-651 *5)))
+ (-2300 (-4 *5 (-374))) (-4 *5 (-568)) (-5 *2 (-1288 (-419 *5)))
+ (-5 *1 (-650 *5 *4)))))
+(((*1 *2)
+ (-12 (-4 *4 (-1242)) (-4 *5 (-1264 *4)) (-4 *6 (-1264 (-419 *5)))
+ (-5 *2 (-112)) (-5 *1 (-352 *3 *4 *5 *6)) (-4 *3 (-353 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-171 (-227)) (-171 (-227)))) (-5 *4 (-1115 (-227)))
+ (-5 *2 (-1290)) (-5 *1 (-264)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1095))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-495)) (-5 *1 (-220))))
+ ((*1 *1 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1238))))
+ ((*1 *2 *1) (-12 (-5 *2 (-495)) (-5 *1 (-688))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1141)) (-5 *1 (-340)))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783))
+ (-4 *4 (-174))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1197)) (-4 *4 (-568)) (-5 *1 (-159 *4 *2))
+ (-4 *2 (-442 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1113 *2)) (-4 *2 (-442 *4)) (-4 *4 (-568))
+ (-5 *1 (-159 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1113 *1)) (-4 *1 (-161))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-161)) (-5 *2 (-1197))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-477 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23))))
+ ((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-5 *1 (-1308 *3 *4)) (-4 *3 (-862))
+ (-4 *4 (-174)))))
(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-115) (-115))) (-5 *1 (-115)))))
-(((*1 *2 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)) (-4 *2 (-1221))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *2 (-568)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-227)) (-5 *2 (-112)) (-5 *1 (-309 *4 *5)) (-14 *4 *3)
+ (-14 *5 *3)))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1115 (-855 (-227)))) (-5 *3 (-227)) (-5 *2 (-112))
+ (-5 *1 (-315))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112))
+ (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-374)) (-5 *1 (-1046 *3 *2)) (-4 *2 (-668 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-374)) (-5 *2 (-2 (|:| -3379 *3) (|:| -3961 (-656 *5))))
+ (-5 *1 (-1046 *5 *3)) (-5 *4 (-656 *5)) (-4 *3 (-668 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-374) (-860))) (-5 *1 (-183 *3 *2))
+ (-4 *2 (-1264 (-171 *3))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-576)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1238))
+ (-4 *5 (-384 *4)) (-4 *2 (-384 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-576)) (-4 *1 (-1074 *4 *5 *6 *2 *7)) (-4 *6 (-1070))
+ (-4 *7 (-243 *4 *6)) (-4 *2 (-243 *5 *6)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-622 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)) (-4 *2 (-1223))))
((*1 *2 *1) (-12 (-5 *1 (-341 *2)) (-4 *2 (-862))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-624 *3)) (-4 *3 (-1119)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-624 *3)) (-4 *3 (-1121)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-4 *1 (-336 *3 *4)) (-4 *3 (-1070))
+ (-4 *4 (-804)) (-4 *3 (-174)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-576)) (-5 *1 (-708 *2)) (-4 *2 (-1264 *3)))))
+(((*1 *1 *1) (-4 *1 (-641)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023) (-1223))))))
+(((*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-158))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))))
+(((*1 *1) (-5 *1 (-449))))
+(((*1 *1) (-5 *1 (-609))))
+(((*1 *1) (-5 *1 (-142))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-783)) (-4 *1 (-1264 *4)) (-4 *4 (-1070))
+ (-5 *2 (-1288 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-4 *1 (-107 *3)))))
(((*1 *2 *1)
(-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112))
- (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5)))))
+ (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-1115 *3)) (-4 *3 (-968 *7 *6 *4)) (-4 *6 (-805))
+ (-4 *4 (-862)) (-4 *7 (-568))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-576))))
+ (-5 *1 (-606 *6 *4 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-805)) (-4 *4 (-862)) (-4 *6 (-568))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-576))))
+ (-5 *1 (-606 *5 *4 *6 *3)) (-4 *3 (-968 *6 *5 *4))))
+ ((*1 *1 *1 *1 *1) (-5 *1 (-876))) ((*1 *1 *1 *1) (-5 *1 (-876)))
+ ((*1 *1 *1) (-5 *1 (-876)))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1197))
+ (-4 *4 (-13 (-568) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-1189 *4 *2)) (-4 *2 (-13 (-442 *4) (-161) (-27) (-1223)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1113 *2)) (-4 *2 (-13 (-442 *4) (-161) (-27) (-1223)))
+ (-4 *4 (-13 (-568) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-1189 *4 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1197)) (-4 *5 (-13 (-568) (-1059 (-576))))
+ (-5 *2 (-419 (-971 *5))) (-5 *1 (-1190 *5)) (-5 *3 (-971 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1197)) (-4 *5 (-13 (-568) (-1059 (-576))))
+ (-5 *2 (-3 (-419 (-971 *5)) (-326 *5))) (-5 *1 (-1190 *5))
+ (-5 *3 (-419 (-971 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1113 (-971 *5))) (-5 *3 (-971 *5))
+ (-4 *5 (-13 (-568) (-1059 (-576)))) (-5 *2 (-419 *3))
+ (-5 *1 (-1190 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1113 (-419 (-971 *5)))) (-5 *3 (-419 (-971 *5)))
+ (-4 *5 (-13 (-568) (-1059 (-576)))) (-5 *2 (-3 *3 (-326 *5)))
+ (-5 *1 (-1190 *5)))))
+(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1027)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-990 *3 *2)) (-4 *2 (-1264 *3))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *2 (-568))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1264 *2)) (-4 *2 (-1070)) (-4 *2 (-568)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))))
+(((*1 *2 *2 *2)
+ (|partial| -12 (-4 *3 (-374)) (-5 *1 (-913 *2 *3))
+ (-4 *2 (-1264 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-346 *3 *4 *5 *6)) (-4 *3 (-374)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-4 *6 (-353 *3 *4 *5))
+ (-5 *2 (-425 *4 (-419 *4) *5 *6))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1288 *6)) (-4 *6 (-13 (-421 *4 *5) (-1059 *4)))
+ (-4 *4 (-1013 *3)) (-4 *5 (-1264 *4)) (-4 *3 (-317))
+ (-5 *1 (-425 *3 *4 *5 *6))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-968 *3 *4 *5)) (-4 *3 (-374))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)))))
+(((*1 *1 *1) (|partial| -4 *1 (-146))) ((*1 *1 *1) (-4 *1 (-360)))
+ ((*1 *1 *1) (|partial| -12 (-4 *1 (-146)) (-4 *1 (-928)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-1070)))))
(((*1 *1)
(|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-568)) (-4 *2 (-174)))))
-(((*1 *2 *1) (-12 (-4 *1 (-187)) (-5 *2 (-656 (-877))))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1193 *1)) (-5 *3 (-1197)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1193 *1)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-971 *1)) (-4 *1 (-27))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1197)) (-4 *1 (-29 *3)) (-4 *3 (-568))))
+ ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-568)))))
+(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-656 (-962 (-227)))))
+ (-5 *2 (-656 (-1115 (-227)))) (-5 *1 (-947)))))
+(((*1 *2 *2) (-12 (-5 *2 (-985 *3)) (-4 *3 (-1121)) (-5 *1 (-986 *3)))))
+(((*1 *2 *3 *4 *5 *5 *4 *6)
+ (-12 (-5 *5 (-624 *4)) (-5 *6 (-1193 *4))
+ (-4 *4 (-13 (-442 *7) (-27) (-1223)))
+ (-4 *7 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1726 (-656 *4))))
+ (-5 *1 (-572 *7 *4 *3)) (-4 *3 (-668 *4)) (-4 *3 (-1121))))
+ ((*1 *2 *3 *4 *5 *5 *5 *4 *6)
+ (-12 (-5 *5 (-624 *4)) (-5 *6 (-419 (-1193 *4)))
+ (-4 *4 (-13 (-442 *7) (-27) (-1223)))
+ (-4 *7 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1726 (-656 *4))))
+ (-5 *1 (-572 *7 *4 *3)) (-4 *3 (-668 *4)) (-4 *3 (-1121)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-1288 *5))) (-5 *4 (-576)) (-5 *2 (-1288 *5))
+ (-5 *1 (-1050 *5)) (-4 *5 (-374)) (-4 *5 (-379)) (-4 *5 (-1070)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-576)) (-5 *1 (-246))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-1179))) (-5 *2 (-576)) (-5 *1 (-246)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1288 *3)) (-4 *3 (-1264 *4)) (-4 *4 (-1242))
+ (-4 *1 (-353 *4 *3 *5)) (-4 *5 (-1264 (-419 *3))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1193 *3)) (-4 *3 (-379)) (-4 *1 (-339 *3))
+ (-4 *3 (-374)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-337 *3)) (-4 *3 (-1238))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-576)) (-5 *1 (-528 *3 *4)) (-4 *3 (-1238)) (-14 *4 *2))))
(((*1 *2 *3)
(-12
(-5 *3
@@ -6832,185 +6471,1307 @@
(|:| |notEvaluated|
"End point continuity not yet evaluated")))
(|:| |singularitiesStream|
- (-3 (|:| |str| (-1176 (-227)))
+ (-3 (|:| |str| (-1178 (-227)))
(|:| |notEvaluated|
"Internal singularities not yet evaluated")))
- (|:| -3954
+ (|:| -3646
(-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 (-1054)) (-5 *1 (-315)))))
+ (-5 *2 (-1056)) (-5 *1 (-315)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *2 (-464)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-783)) (-4 *4 (-360)) (-5 *1 (-218 *4 *2))
+ (-4 *2 (-1264 *4)))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174))
+ (-5 *1 (-676 *3 *4))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-676 *3 *4)) (-5 *1 (-1308 *3 *4))
+ (-4 *3 (-862)) (-4 *4 (-174)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1160))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-656 *3)) (-4 *3 (-1264 *5)) (-4 *5 (-317))
+ (-5 *2 (-783)) (-5 *1 (-467 *5 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1218)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1172)))))
+(((*1 *2 *2 *3 *4 *4)
+ (-12 (-5 *4 (-576)) (-4 *3 (-174)) (-4 *5 (-384 *3))
+ (-4 *6 (-384 *3)) (-5 *1 (-700 *3 *5 *6 *2))
+ (-4 *2 (-699 *3 *5 *6)))))
+(((*1 *2)
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-112)))))
(((*1 *2)
(-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4))
(-4 *4 (-429 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1236)))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1215 *3 *4)) (-4 *3 (-1121))
+ (-4 *4 (-1121)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-694 *2)) (-4 *2 (-1119))))
+ (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
+ (-5 *2 (-656 *4)) (-5 *1 (-1149 *3 *4)) (-4 *3 (-1264 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *3 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
+ (-5 *2 (-656 *3)) (-5 *1 (-1149 *4 *3)) (-4 *4 (-1264 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *4 (-1121)) (-5 *2 (-112)) (-5 *1 (-900 *3 *4 *5))
+ (-4 *3 (-1121)) (-4 *5 (-678 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-904 *3 *4)) (-4 *3 (-1121))
+ (-4 *4 (-1121)))))
+(((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-783)) (-5 *1 (-794 *3)) (-4 *3 (-1070))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *1 (-982 *3 *2)) (-4 *2 (-132)) (-4 *3 (-568))
+ (-4 *3 (-1070)) (-4 *2 (-804))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-783)) (-5 *1 (-1193 *3)) (-4 *3 (-1070))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-992)) (-4 *2 (-132)) (-5 *1 (-1199 *3)) (-4 *3 (-568))
+ (-4 *3 (-1070))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-783)) (-5 *1 (-1261 *4 *3)) (-14 *4 (-1197))
+ (-4 *3 (-1070)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112))
+ (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5))))
+ ((*1 *2 *1) (-12 (-4 *1 (-734)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-738)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1202)))))
+(((*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-599 *3)) (-4 *3 (-557)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1114 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-804))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1070)) (-14 *3 (-656 (-1197)))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-225 *2 *3)) (-4 *2 (-13 (-1070) (-862)))
+ (-14 *3 (-656 (-1197)))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-393 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-1121))))
+ ((*1 *1 *1)
+ (-12 (-14 *2 (-656 (-1197))) (-4 *3 (-174))
+ (-4 *5 (-243 (-1968 *2) (-783)))
+ (-14 *6
+ (-1 (-112) (-2 (|:| -2409 *4) (|:| -3744 *5))
+ (-2 (|:| -2409 *4) (|:| -3744 *5))))
+ (-5 *1 (-473 *2 *3 *4 *5 *6 *7)) (-4 *4 (-862))
+ (-4 *7 (-968 *3 *5 (-878 *2)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-521 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-862))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-568)) (-5 *1 (-635 *2 *3)) (-4 *3 (-1264 *2))))
+ ((*1 *1 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-1070))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-747 *2 *3)) (-4 *3 (-862)) (-4 *2 (-1070))
+ (-4 *3 (-738))))
+ ((*1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1086 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *2 (-862))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1311 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-858)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1121)) (-4 *4 (-1121))
+ (-4 *6 (-1121)) (-5 *2 (-1 *6 *5)) (-5 *1 (-696 *5 *4 *6)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-340))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-340)))))
+(((*1 *2 *1) (-12 (-4 *1 (-883 *3)) (-5 *2 (-576)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-940)) (-5 *2 (-480)) (-5 *1 (-1289)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1197)) (-5 *4 (-971 (-576))) (-5 *2 (-340))
+ (-5 *1 (-342)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568))
+ (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
+ (|:| |relerr| (-227))))
+ (-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 (-194)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-5 *2 (-656 (-656 *3)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070))
+ (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-656 (-656 *5)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-656 *3))) (-5 *1 (-1209 *3)) (-4 *3 (-1121)))))
+(((*1 *2)
+ (-12 (-4 *4 (-174)) (-5 *2 (-1193 (-971 *4))) (-5 *1 (-428 *3 *4))
+ (-4 *3 (-429 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-4 *3 (-374))
+ (-5 *2 (-1193 (-971 *3)))))
+ ((*1 *2)
+ (-12 (-5 *2 (-1193 (-419 (-971 *3)))) (-5 *1 (-465 *3 *4 *5 *6))
+ (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))))
+(((*1 *1 *1) (-12 (-4 *1 (-437 *2)) (-4 *2 (-1121)) (-4 *2 (-379)))))
+(((*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 (-701 (-227))) (-5 *5 (-112)) (-5 *6 (-227))
+ (-5 *7 (-701 (-576)))
+ (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-80 CONFUN))))
+ (-5 *9 (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN))))
+ (-5 *3 (-576)) (-5 *2 (-1056)) (-5 *1 (-765)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-694 *2)) (-4 *2 (-1121))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 (-656 *5) (-656 *5))) (-5 *4 (-576))
- (-5 *2 (-656 *5)) (-5 *1 (-694 *5)) (-4 *5 (-1119)))))
-(((*1 *2 *1) (-12 (-4 *1 (-686 *3)) (-4 *3 (-1236)) (-5 *2 (-112)))))
+ (-5 *2 (-656 *5)) (-5 *1 (-694 *5)) (-4 *5 (-1121)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1))
+ (-4 *1 (-968 *3 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-783)) (-4 *2 (-568)) (-5 *1 (-990 *2 *4))
+ (-4 *4 (-1264 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *7)) (-4 *7 (-862))
+ (-4 *8 (-968 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805))
+ (-5 *2
+ (-2 (|:| |particular| (-3 (-1288 (-419 *8)) "failed"))
+ (|:| -1726 (-656 (-1288 (-419 *8))))))
+ (-5 *1 (-681 *5 *6 *7 *8)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1092 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805))
+ (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *3 (-1086 *4 *5 *6))
+ (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -4442 *1))))
+ (-4 *1 (-1092 *4 *5 *6 *3)))))
+(((*1 *1 *2) (-12 (-5 *1 (-1047 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12
+ (-5 *3
+ (-1 (-3 (-2 (|:| -2670 *4) (|:| |coeff| *4)) "failed") *4))
+ (-4 *4 (-374)) (-5 *1 (-586 *4 *2)) (-4 *2 (-1264 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *2 (-13 (-374) (-860))) (-5 *1 (-183 *2 *3))
+ (-4 *3 (-1264 (-171 *2))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-576)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-5 *2 (-1293)) (-5 *1 (-461 *4 *5 *6 *7)) (-4 *7 (-968 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1179)) (-5 *2 (-576)) (-5 *1 (-1220 *4))
+ (-4 *4 (-1070)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-1288 *5)) (-5 *3 (-783)) (-5 *4 (-1141)) (-4 *5 (-360))
+ (-5 *1 (-540 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1141)) (-5 *1 (-833)))))
+(((*1 *2 *1) (-12 (-4 *1 (-686 *3)) (-4 *3 (-1238)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *4 *5 *4 *6 *4 *5)
+ (-12 (-5 *3 (-1179)) (-5 *5 (-701 (-227))) (-5 *6 (-701 (-576)))
+ (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-769)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))))
+(((*1 *2 *3) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-458)) (-5 *3 (-576)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-1070)) (-5 *1 (-456 *3 *2)) (-4 *2 (-1264 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-945)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *4 (-576)) (-5 *6 (-1 (-1293) (-1288 *5) (-1288 *5) (-390)))
+ (-5 *3 (-1288 (-390))) (-5 *5 (-390)) (-5 *2 (-1293))
+ (-5 *1 (-800))))
+ ((*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3)
+ (-12 (-5 *4 (-576)) (-5 *6 (-1 (-1293) (-1288 *5) (-1288 *5) (-390)))
+ (-5 *3 (-1288 (-390))) (-5 *5 (-390)) (-5 *2 (-1293))
+ (-5 *1 (-800)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-419 *4)) (-4 *4 (-1264 *3)) (-4 *3 (-13 (-374) (-148)))
+ (-5 *1 (-411 *3 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-1193 *4)) (-5 *1 (-368 *4))
+ (-4 *4 (-360)))))
+(((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1009 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1128 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7)))))
+(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-945)))))
(((*1 *2 *3)
(-12 (-5 *3 (-656 (-656 (-656 *4)))) (-5 *2 (-656 (-656 *4)))
- (-5 *1 (-1206 *4)) (-4 *4 (-862)))))
+ (-5 *1 (-1208 *4)) (-4 *4 (-862)))))
+(((*1 *1) (-5 *1 (-609))))
+(((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-529))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-1121) (-34))) (-5 *1 (-1161 *3 *2))
+ (-4 *3 (-13 (-1121) (-34)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1299)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-656 (-971 *3))) (-4 *3 (-464)) (-5 *1 (-371 *3 *4))
+ (-14 *4 (-656 (-1197)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-968 *3 *4 *5)) (-4 *3 (-464))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-462 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-656 *7)) (-5 *3 (-1179)) (-4 *7 (-968 *4 *5 *6))
+ (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-5 *1 (-462 *4 *5 *6 *7))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-656 *7)) (-5 *3 (-1179)) (-4 *7 (-968 *4 *5 *6))
+ (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-5 *1 (-462 *4 *5 *6 *7))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862))
+ (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-968 *2 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-656 (-792 *3 (-878 *4)))) (-4 *3 (-464))
+ (-14 *4 (-656 (-1197))) (-5 *1 (-640 *3 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-129)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1056)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-2 (|:| -1452 *4) (|:| -2786 (-576)))))
+ (-4 *4 (-1264 (-576))) (-5 *2 (-749 (-783))) (-5 *1 (-454 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-430 *5)) (-4 *5 (-1264 *4)) (-4 *4 (-1070))
+ (-5 *2 (-749 (-783))) (-5 *1 (-456 *4 *5)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1176 (-2 (|:| |k| (-576)) (|:| |c| *3))))
- (-5 *1 (-607 *3)) (-4 *3 (-1068)))))
+ (-12 (-5 *2 (-656 (-2 (|:| |k| (-1197)) (|:| |c| (-1310 *3)))))
+ (-5 *1 (-1310 *3)) (-4 *3 (-1070))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-2 (|:| |k| *3) (|:| |c| (-1312 *3 *4)))))
+ (-5 *1 (-1312 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-557)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-701 (-419 (-971 (-576)))))
+ (-5 *2 (-656 (-701 (-326 (-576))))) (-5 *1 (-1052))
+ (-5 *3 (-326 (-576))))))
+(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
+ (-12 (-5 *3 (-1179)) (-5 *4 (-576)) (-5 *5 (-701 (-171 (-227))))
+ (-5 *2 (-1056)) (-5 *1 (-766)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2))
+ (-4 *4 (-384 *2)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1178 (-2 (|:| |k| (-576)) (|:| |c| *3))))
+ (-5 *1 (-607 *3)) (-4 *3 (-1070)))))
+(((*1 *2 *3 *4 *3 *5 *5 *3 *5 *4)
+ (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *3 (-576))
+ (-5 *2 (-1056)) (-5 *1 (-768)))))
+(((*1 *2 *3) (-12 (-5 *3 (-503)) (-5 *2 (-703 (-591))) (-5 *1 (-591)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-783)) (-4 *5 (-568))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-990 *5 *3)) (-4 *3 (-1264 *5)))))
+(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-1165)) (-5 *2 (-1255 (-576))))))
+(((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-337 *3)) (-4 *3 (-1238))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-783)) (-5 *1 (-528 *3 *4)) (-4 *3 (-1238))
+ (-14 *4 (-576)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-904 *4 *5)) (-5 *3 (-904 *4 *6)) (-4 *4 (-1121))
+ (-4 *5 (-1121)) (-4 *6 (-678 *5)) (-5 *1 (-900 *4 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-876))))
+ ((*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1293)) (-5 *1 (-981)))))
+(((*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-888)))))
(((*1 *2)
(-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862))
- (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-1291))
- (-5 *1 (-1091 *3 *4 *5 *6 *7)) (-4 *7 (-1090 *3 *4 *5 *6))))
+ (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-1293))
+ (-5 *1 (-1093 *3 *4 *5 *6 *7)) (-4 *7 (-1092 *3 *4 *5 *6))))
((*1 *2)
(-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862))
- (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-1291))
- (-5 *1 (-1127 *3 *4 *5 *6 *7)) (-4 *7 (-1090 *3 *4 *5 *6)))))
+ (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-1293))
+ (-5 *1 (-1129 *3 *4 *5 *6 *7)) (-4 *7 (-1092 *3 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1238)))))
+(((*1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-219)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-1 (-656 *2) *2 *2 *2)) (-4 *2 (-1121))
+ (-5 *1 (-103 *2))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1121)) (-5 *1 (-103 *2)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6))
+ (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))))
+(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-124))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-3 (-419 (-971 *5)) (-1186 (-1197) (-971 *5))))
+ (-4 *5 (-464)) (-5 *2 (-656 (-701 (-419 (-971 *5)))))
+ (-5 *1 (-302 *5)) (-5 *4 (-701 (-419 (-971 *5)))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-464))
+ (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *1 (-998 *3 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-576))
+ (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-968 *4 *5 *6)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-783)) (-5 *6 (-112)) (-4 *7 (-464)) (-4 *8 (-805))
+ (-4 *9 (-862)) (-4 *3 (-1086 *7 *8 *9))
+ (-5 *2
+ (-2 (|:| |done| (-656 *4))
+ (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4))))))
+ (-5 *1 (-1090 *7 *8 *9 *3 *4)) (-4 *4 (-1092 *7 *8 *9 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-783)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
+ (-4 *3 (-1086 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-656 *4))
+ (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4))))))
+ (-5 *1 (-1090 *6 *7 *8 *3 *4)) (-4 *4 (-1092 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-656 *4))
+ (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4))))))
+ (-5 *1 (-1090 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-783)) (-5 *6 (-112)) (-4 *7 (-464)) (-4 *8 (-805))
+ (-4 *9 (-862)) (-4 *3 (-1086 *7 *8 *9))
+ (-5 *2
+ (-2 (|:| |done| (-656 *4))
+ (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4))))))
+ (-5 *1 (-1166 *7 *8 *9 *3 *4)) (-4 *4 (-1130 *7 *8 *9 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-783)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
+ (-4 *3 (-1086 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-656 *4))
+ (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4))))))
+ (-5 *1 (-1166 *6 *7 *8 *3 *4)) (-4 *4 (-1130 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-656 *4))
+ (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4))))))
+ (-5 *1 (-1166 *5 *6 *7 *3 *4)) (-4 *4 (-1130 *5 *6 *7 *3)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
(-4 *4 (-862)) (-4 *2 (-464)))))
+(((*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-711)) (-5 *1 (-315)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2))
+ (-4 *4 (-568)))))
+(((*1 *2 *3 *4 *3 *4 *4 *4 *4 *4)
+ (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *2 (-1056))
+ (-5 *1 (-767)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1193 *6)) (-4 *6 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *2 (-1193 *7)) (-5 *1 (-331 *4 *5 *6 *7))
+ (-4 *7 (-968 *6 *4 *5)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *2 *1) (-12 (-4 *1 (-378 *2)) (-4 *2 (-174)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-576)) (-5 *2 (-1293)) (-5 *1 (-1290))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1264 *2)) (-4 *2 (-1070)) (-4 *2 (-568)))))
(((*1 *2 *2)
(-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-940)) (-4 *1 (-756 *3)) (-4 *3 (-174)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1289))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *2) (-12 (-5 *2 (-923 (-576))) (-5 *1 (-936)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-576)) (-5 *1 (-581 *3)) (-4 *3 (-1059 *2)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1288 *5)) (-4 *5 (-13 (-1070) (-651 *4)))
+ (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-650 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-284)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-109))) (-5 *1 (-177)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-112)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-962 (-227)) (-962 (-227)))) (-5 *1 (-270))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-339 *4)) (-4 *4 (-374))
+ (-5 *2 (-701 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-1288 *3))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174))
+ (-5 *2 (-701 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174))
+ (-5 *2 (-1288 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-381 *4 *5)) (-4 *4 (-174))
+ (-4 *5 (-1264 *4)) (-5 *2 (-701 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-381 *4 *5)) (-4 *4 (-174))
+ (-4 *5 (-1264 *4)) (-5 *2 (-1288 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-421 *4 *5)) (-4 *4 (-174))
+ (-4 *5 (-1264 *4)) (-5 *2 (-701 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-421 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1264 *3))
+ (-5 *2 (-1288 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-429 *4)) (-4 *4 (-174))
+ (-5 *2 (-701 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-1288 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-656 (-701 *5))) (-5 *3 (-701 *5)) (-4 *5 (-374))
+ (-5 *2 (-1288 *5)) (-5 *1 (-1107 *5)))))
(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1092 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805))
+ (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-656 *1)) (-4 *1 (-939)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3)
+ (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *6 (-227))
+ (-5 *3 (-576)) (-5 *2 (-1056)) (-5 *1 (-764)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-374)) (-4 *6 (-1264 (-419 *2)))
+ (-4 *2 (-1264 *5)) (-5 *1 (-217 *5 *2 *6 *3))
+ (-4 *3 (-353 *5 *2 *6)))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-1178 *4)) (-5 *3 (-576)) (-4 *4 (-1070))
+ (-5 *1 (-1181 *4))))
+ ((*1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-576)) (-5 *1 (-1280 *3 *4 *5)) (-4 *3 (-1070))
+ (-14 *4 (-1197)) (-14 *5 *3))))
+(((*1 *1 *1) (-5 *1 (-1084))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1264 (-419 *2))) (-5 *2 (-576)) (-5 *1 (-932 *4 *3))
+ (-4 *3 (-1264 (-419 *4))))))
+(((*1 *2 *3)
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
+ (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
+ (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
+ (|:| |abserr| (-227)) (|:| |relerr| (-227))))
+ (-5 *2
+ (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390))
+ (|:| |expense| (-390)) (|:| |accuracy| (-390))
+ (|:| |intermediateResults| (-390))))
+ (-5 *1 (-815)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-656 (-656 (-173)))))))
+ (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-656 (-656 (-173)))))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-971 (-576)))) (-5 *1 (-449))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1197)) (-5 *4 (-701 (-227))) (-5 *2 (-1125))
+ (-5 *1 (-771))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1197)) (-5 *4 (-701 (-576))) (-5 *2 (-1125))
+ (-5 *1 (-771)))))
+(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-946)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121)))))
+(((*1 *2)
+ (-12 (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4)))
+ (-5 *2 (-1288 *1)) (-4 *1 (-353 *3 *4 *5)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-1293)) (-5 *1 (-1200)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-836)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-968 *3 *4 *5)) (-4 *3 (-374))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1242)) (-4 *5 (-1264 *4))
+ (-5 *2
+ (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-419 *5))
+ (|:| |c2| (-419 *5)) (|:| |deg| (-783))))
+ (-5 *1 (-149 *4 *5 *3)) (-4 *3 (-1264 (-419 *5))))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-997 *3 *4 *2 *5)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *2 (-862)) (-4 *5 (-1086 *3 *4 *2)))))
+(((*1 *2 *1) (-12 (-4 *1 (-317)) (-5 *2 (-783)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1191 *9)) (-5 *4 (-656 *7)) (-4 *7 (-862))
- (-4 *9 (-966 *8 *6 *7)) (-4 *6 (-805)) (-4 *8 (-317))
+ (-12 (-5 *3 (-1193 *9)) (-5 *4 (-656 *7)) (-4 *7 (-862))
+ (-4 *9 (-968 *8 *6 *7)) (-4 *6 (-805)) (-4 *8 (-317))
(-5 *2 (-656 (-783))) (-5 *1 (-754 *6 *7 *8 *9)) (-5 *5 (-783)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-832)) (-14 *5 (-1195)) (-5 *2 (-656 (-1259 *5 *4)))
- (-5 *1 (-1133 *4 *5)) (-5 *3 (-1259 *5 *4)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-419 *5)) (-4 *4 (-1240)) (-4 *5 (-1262 *4))
- (-5 *1 (-149 *4 *5 *2)) (-4 *2 (-1262 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1197 (-419 (-576)))) (-5 *2 (-419 (-576)))
- (-5 *1 (-192))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-360)) (-5 *3 (-576)) (-5 *2 (-1210 (-940) (-783))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1279 *4))
+ (-4 *4 (-38 (-419 (-576)))) (-5 *2 (-1 (-1178 *4) (-1178 *4)))
+ (-5 *1 (-1281 *4 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1264 *6))
+ (-4 *6 (-13 (-27) (-442 *5))) (-4 *5 (-13 (-568) (-1059 (-576))))
+ (-4 *8 (-1264 (-419 *7))) (-5 *2 (-598 *3))
+ (-5 *1 (-564 *5 *6 *7 *8 *3)) (-4 *3 (-353 *6 *7 *8)))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-5 *3 (-1 (-112) *5 *5)) (-4 *5 (-13 (-1121) (-34)))
+ (-5 *2 (-112)) (-5 *1 (-1161 *4 *5)) (-4 *4 (-13 (-1121) (-34))))))
+(((*1 *1 *1) (-5 *1 (-1084))))
+(((*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4)
+ (-12 (-5 *3 (-1179)) (-5 *5 (-701 (-227))) (-5 *6 (-227))
+ (-5 *7 (-701 (-576))) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-764)))))
+(((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-174)) (-4 *2 (-568))))
+ ((*1 *1 *1) (|partial| -4 *1 (-734))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1070)) (-4 *5 (-1264 *4)) (-5 *2 (-1 *6 (-656 *6)))
+ (-5 *1 (-1282 *4 *5 *3 *6)) (-4 *3 (-668 *5)) (-4 *6 (-1279 *4)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6))
+ (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))))
+(((*1 *2 *2 *3 *2) (-12 (-5 *2 (-1179)) (-5 *3 (-576)) (-5 *1 (-246))))
((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-701 (-326 (-227)))) (-5 *3 (-656 (-1195)))
- (-5 *4 (-1286 (-326 (-227)))) (-5 *1 (-207))))
+ (-12 (-5 *2 (-656 (-1179))) (-5 *3 (-576)) (-5 *4 (-1179))
+ (-5 *1 (-246))))
+ ((*1 *1 *1) (-5 *1 (-876)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1266 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1070)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-832)) (-14 *5 (-1197)) (-5 *2 (-656 (-1261 *5 *4)))
+ (-5 *1 (-1135 *4 *5)) (-5 *3 (-1261 *5 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-2 (|:| |deg| (-783)) (|:| -2151 *5))))
+ (-4 *5 (-1264 *4)) (-4 *4 (-360)) (-5 *2 (-656 *5))
+ (-5 *1 (-218 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-2 (|:| -1452 *5) (|:| -2786 (-576)))))
+ (-5 *4 (-576)) (-4 *5 (-1264 *4)) (-5 *2 (-656 *5))
+ (-5 *1 (-708 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 *6)) (-5 *4 (-656 (-1197))) (-4 *6 (-374))
+ (-5 *2 (-656 (-304 (-971 *6)))) (-5 *1 (-550 *5 *6 *7))
+ (-4 *5 (-464)) (-4 *7 (-13 (-374) (-860))))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-783)) (|:| |poli| *2)
+ (|:| |polj| *2)))
+ (-4 *5 (-805)) (-4 *2 (-968 *4 *5 *6)) (-5 *1 (-461 *4 *5 *6 *2))
+ (-4 *4 (-464)) (-4 *6 (-862)))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-1179)) (-5 *3 (-835)) (-5 *1 (-834)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1197)) (-5 *2 (-548)) (-5 *1 (-547 *4))
+ (-4 *4 (-1238)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-384 *2)) (-4 *2 (-1238)) (-4 *2 (-862))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-384 *3)) (-4 *3 (-1238))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-862))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-1070))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-656 *1)) (-4 *1 (-1155 *3)) (-4 *3 (-1070))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-1185 *3 *4))) (-5 *1 (-1185 *3 *4))
+ (-14 *3 (-940)) (-4 *4 (-1070))))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-1185 *2 *3)) (-14 *2 (-940)) (-4 *3 (-1070)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1197)) (-5 *4 (-971 (-576))) (-5 *2 (-340))
+ (-5 *1 (-342))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1197)) (-5 *4 (-1113 (-971 (-576)))) (-5 *2 (-340))
+ (-5 *1 (-342))))
+ ((*1 *1 *2 *2 *2)
+ (-12 (-5 *2 (-783)) (-5 *1 (-687 *3)) (-4 *3 (-1070))
+ (-4 *3 (-1121)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-249 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1238))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 (-304 *3))) (-4 *3 (-319 *3)) (-4 *3 (-1119))
- (-4 *3 (-1236)) (-5 *1 (-304 *3))))
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-1276 *2)) (-4 *2 (-1238))))
((*1 *1 *1 *1)
- (-12 (-4 *2 (-319 *2)) (-4 *2 (-1119)) (-4 *2 (-1236))
- (-5 *1 (-304 *2))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-1 *1 *1)) (-4 *1 (-312))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-1 *1 (-656 *1))) (-4 *1 (-312))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-115))) (-5 *3 (-656 (-1 *1 (-656 *1))))
- (-4 *1 (-312))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-115))) (-5 *3 (-656 (-1 *1 *1))) (-4 *1 (-312))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-1 *1 *1)) (-4 *1 (-312))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-1 *1 (-656 *1))) (-4 *1 (-312))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-1195))) (-5 *3 (-656 (-1 *1 (-656 *1))))
- (-4 *1 (-312))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-1195))) (-5 *3 (-656 (-1 *1 *1))) (-4 *1 (-312))))
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-1276 *2)) (-4 *2 (-1238)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-616 *2 *3)) (-4 *3 (-1238)) (-4 *2 (-1121))
+ (-4 *2 (-862)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-939)) (-5 *2 (-2 (|:| -2862 (-656 *1)) (|:| -2549 *1)))
+ (-5 *3 (-656 *1)))))
+(((*1 *2)
+ (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
+ (-4 *3 (-378 *4))))
+ ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4))))
+ (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-794 *2)) (-4 *2 (-568)) (-4 *2 (-1070))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-990 *3 *2)) (-4 *2 (-1264 *3))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *2 (-568))))
+ ((*1 *2 *3 *3 *1)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *3 (-1086 *4 *5 *6))
+ (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *1))))
+ (-4 *1 (-1092 *4 *5 *6 *3)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-732)) (-5 *2 (-940))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-734)) (-5 *2 (-783)))))
+(((*1 *2 *3 *4 *4 *5 *6)
+ (-12 (-5 *3 (-656 (-656 (-962 (-227))))) (-5 *4 (-888))
+ (-5 *5 (-940)) (-5 *6 (-656 (-270))) (-5 *2 (-480)) (-5 *1 (-1292))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-656 (-962 (-227))))) (-5 *2 (-480))
+ (-5 *1 (-1292))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-656 (-962 (-227))))) (-5 *4 (-656 (-270)))
+ (-5 *2 (-480)) (-5 *1 (-1292)))))
+(((*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-923 (-576))) (-5 *1 (-936))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-176 *3)) (-4 *3 (-317))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-686 *3)) (-4 *3 (-1238))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 (-304 *3))) (-4 *1 (-319 *3)) (-4 *3 (-1119))))
+ (-12 (-5 *2 (-783)) (-4 *1 (-752 *3 *4)) (-4 *3 (-1070))
+ (-4 *4 (-862))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-883 *3)) (-5 *2 (-576))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-304 *3)) (-4 *1 (-319 *3)) (-4 *3 (-1119))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 (-576))) (-5 *4 (-1197 (-419 (-576))))
- (-5 *1 (-320 *2)) (-4 *2 (-38 (-419 (-576))))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 *4)) (-5 *3 (-656 *1)) (-4 *1 (-385 *4 *5))
- (-4 *4 (-862)) (-4 *5 (-174))))
- ((*1 *1 *1 *2 *1)
- (-12 (-4 *1 (-385 *2 *3)) (-4 *2 (-862)) (-4 *3 (-174))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1195)) (-5 *3 (-783)) (-5 *4 (-1 *1 *1))
- (-4 *1 (-442 *5)) (-4 *5 (-1119)) (-4 *5 (-1068))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1195)) (-5 *3 (-783)) (-5 *4 (-1 *1 (-656 *1)))
- (-4 *1 (-442 *5)) (-4 *5 (-1119)) (-4 *5 (-1068))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-656 (-1195))) (-5 *3 (-656 (-783)))
- (-5 *4 (-656 (-1 *1 (-656 *1)))) (-4 *1 (-442 *5)) (-4 *5 (-1119))
- (-4 *5 (-1068))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-656 (-1195))) (-5 *3 (-656 (-783)))
- (-5 *4 (-656 (-1 *1 *1))) (-4 *1 (-442 *5)) (-4 *5 (-1119))
- (-4 *5 (-1068))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-656 (-115))) (-5 *3 (-656 *1)) (-5 *4 (-1195))
- (-4 *1 (-442 *5)) (-4 *5 (-1119)) (-4 *5 (-626 (-548)))))
- ((*1 *1 *1 *2 *1 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-1195)) (-4 *1 (-442 *4)) (-4 *4 (-1119))
- (-4 *4 (-626 (-548)))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-442 *2)) (-4 *2 (-1119)) (-4 *2 (-626 (-548)))))
+ (-12 (-5 *2 (-656 *3)) (-4 *1 (-1001 *3)) (-4 *3 (-1070))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-656 *1)) (-5 *3 (-656 *7)) (-4 *1 (-1092 *4 *5 *6 *7))
+ (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *1))
+ (-4 *1 (-1092 *4 *5 *6 *7))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-656 *1)) (-4 *1 (-1092 *4 *5 *6 *3)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-656 *1))
+ (-4 *1 (-1092 *4 *5 *6 *3))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 (-1195))) (-4 *1 (-442 *3)) (-4 *3 (-1119))
- (-4 *3 (-626 (-548)))))
+ (-12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1195)) (-4 *1 (-442 *3)) (-4 *3 (-1119))
- (-4 *3 (-626 (-548)))))
- ((*1 *1 *1 *2 *3)
- (-12 (-4 *1 (-526 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1236))))
+ (-12 (-4 *1 (-1266 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-804)))))
+(((*1 *2 *1) (-12 (-4 *1 (-378 *2)) (-4 *2 (-174)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-656 (-878 *5))) (-14 *5 (-656 (-1197))) (-4 *6 (-464))
+ (-5 *2
+ (-2 (|:| |dpolys| (-656 (-253 *5 *6)))
+ (|:| |coords| (-656 (-576)))))
+ (-5 *1 (-483 *5 *6 *7)) (-5 *3 (-656 (-253 *5 *6))) (-4 *7 (-464)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-576)) (-5 *2 (-112)) (-5 *1 (-565)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-121 *3)) (-4 *3 (-1264 (-576))))))
+(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479))))
+ ((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479))))
+ ((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-946)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-2 (|:| -4352 *1) (|:| -4451 *1) (|:| |associate| *1)))
+ (-4 *1 (-568)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *5 (-1059 (-48)))
+ (-4 *4 (-13 (-568) (-1059 (-576)))) (-4 *5 (-442 *4))
+ (-5 *2 (-430 (-1193 (-48)))) (-5 *1 (-447 *4 *5 *3))
+ (-4 *3 (-1264 *5)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-390)) (-5 *1 (-798)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-173)))))
+(((*1 *2 *1) (-12 (-4 *1 (-234 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-237)) (-5 *2 (-783))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 *4)) (-5 *3 (-656 *5)) (-4 *1 (-526 *4 *5))
- (-4 *4 (-1119)) (-4 *5 (-1236))))
- ((*1 *2 *1 *2)
- (-12 (-5 *2 (-845 *3)) (-4 *3 (-374)) (-5 *1 (-730 *3))))
- ((*1 *2 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374))))
- ((*1 *2 *2 *3 *2)
- (-12 (-5 *2 (-419 (-969 *4))) (-5 *3 (-1195)) (-4 *4 (-568))
- (-5 *1 (-1062 *4))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-656 (-1195))) (-5 *4 (-656 (-419 (-969 *5))))
- (-5 *2 (-419 (-969 *5))) (-4 *5 (-568)) (-5 *1 (-1062 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-304 (-419 (-969 *4)))) (-5 *2 (-419 (-969 *4)))
- (-4 *4 (-568)) (-5 *1 (-1062 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-656 (-304 (-419 (-969 *4))))) (-5 *2 (-419 (-969 *4)))
- (-4 *4 (-568)) (-5 *1 (-1062 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3))))
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-783)) (-4 *1 (-272 *4))
+ (-4 *4 (-1238))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-272 *3)) (-4 *3 (-1238))))
+ ((*1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1070))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1264 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804))
- (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1176 *3)))))
+ (-12 (-4 *1 (-911 *2 *3)) (-4 *3 (-1238)) (-4 *2 (-1238))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 *4)) (-5 *3 (-656 (-783))) (-4 *1 (-919 *4))
+ (-4 *4 (-1121))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-783)) (-4 *1 (-919 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 *3)) (-4 *1 (-919 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *2 *2 *2 *3 *3 *4)
+ (|partial| -12 (-5 *3 (-624 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1197)))
+ (-4 *2 (-13 (-442 *5) (-27) (-1223)))
+ (-4 *5 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
+ (-5 *1 (-578 *5 *2 *6)) (-4 *6 (-1121)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-783)) (-4 *5 (-568))
+ (-5 *2
+ (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-990 *5 *3)) (-4 *3 (-1264 *5)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-616 *2 *3)) (-4 *3 (-1236)) (-4 *2 (-1119))
- (-4 *2 (-862)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-5 *2 (-576))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070))
+ (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-576)))))
+(((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-815)))))
(((*1 *2 *3 *2)
(-12 (-5 *3 (-783)) (-5 *1 (-795 *2)) (-4 *2 (-38 (-419 (-576))))
(-4 *2 (-174)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1288 *1)) (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242))
+ (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))))))
+(((*1 *1 *2 *2 *2 *2 *2 *2 *2 *2)
+ (-12 (-4 *1 (-809 *2)) (-4 *2 (-174))))
+ ((*1 *1 *2 *2)
+ (-12 (-5 *2 (-1020 *3)) (-4 *3 (-174)) (-5 *1 (-811 *3)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1119 *3)) (-4 *3 (-1121)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-703 *3)) (-5 *1 (-985 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1068)))))
+(((*1 *1) (-5 *1 (-188))))
+(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-124))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-946)))))
(((*1 *2 *3 *4)
(-12 (-4 *5 (-317)) (-4 *6 (-384 *5)) (-4 *4 (-384 *5))
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4156 (-656 *4))))
- (-5 *1 (-1143 *5 *6 *4 *3)) (-4 *3 (-699 *5 *6 *4)))))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1726 (-656 *4))))
+ (-5 *1 (-1145 *5 *6 *4 *3)) (-4 *3 (-699 *5 *6 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-374)) (-4 *7 (-1264 *5)) (-4 *4 (-736 *5 *7))
+ (-5 *2 (-2 (|:| -2663 (-701 *6)) (|:| |vec| (-1288 *5))))
+ (-5 *1 (-823 *5 *6 *7 *4 *3)) (-4 *6 (-668 *5)) (-4 *3 (-668 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1238)) (-4 *3 (-384 *2))
+ (-4 *4 (-384 *2))))
+ ((*1 *1 *1 *2)
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-616 *3 *2)) (-4 *3 (-1121))
+ (-4 *2 (-1238)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-115))))
+ ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-115))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-260 *4 *3 *5 *6)) (-4 *4 (-1070)) (-4 *3 (-862))
+ (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-783))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-862))
+ (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-783))))
+ ((*1 *2 *1) (-12 (-4 *1 (-275 *3)) (-4 *3 (-862)) (-5 *2 (-783)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-656 *5) *6))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *6 (-1264 *5))
+ (-5 *2 (-656 (-2 (|:| |poly| *6) (|:| -3379 *3))))
+ (-5 *1 (-821 *5 *6 *3 *7)) (-4 *3 (-668 *6))
+ (-4 *7 (-668 (-419 *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-656 *5) *6))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-4 *6 (-1264 *5))
+ (-5 *2 (-656 (-2 (|:| |poly| *6) (|:| -3379 (-666 *6 (-419 *6))))))
+ (-5 *1 (-824 *5 *6)) (-5 *3 (-666 *6 (-419 *6))))))
+(((*1 *2 *1) (-12 (-4 *1 (-521 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-862)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-904 *5 *3)) (-5 *4 (-907 *5)) (-4 *5 (-1121))
+ (-4 *3 (-167 *6)) (-4 (-971 *6) (-901 *5))
+ (-4 *6 (-13 (-901 *5) (-174))) (-5 *1 (-180 *5 *6 *3))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *2 (-904 *4 *1)) (-5 *3 (-907 *4)) (-4 *1 (-901 *4))
+ (-4 *4 (-1121))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-904 *5 *6)) (-5 *4 (-907 *5)) (-4 *5 (-1121))
+ (-4 *6 (-13 (-1121) (-1059 *3))) (-4 *3 (-901 *5))
+ (-5 *1 (-950 *5 *3 *6))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-904 *5 *3)) (-4 *5 (-1121))
+ (-4 *3 (-13 (-442 *6) (-626 *4) (-901 *5) (-1059 (-624 $))))
+ (-5 *4 (-907 *5)) (-4 *6 (-13 (-568) (-901 *5)))
+ (-5 *1 (-951 *5 *6 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-904 (-576) *3)) (-5 *4 (-907 (-576))) (-4 *3 (-557))
+ (-5 *1 (-952 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-904 *5 *6)) (-5 *3 (-624 *6)) (-4 *5 (-1121))
+ (-4 *6 (-13 (-1121) (-1059 (-624 $)) (-626 *4) (-901 *5)))
+ (-5 *4 (-907 *5)) (-5 *1 (-953 *5 *6))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-900 *5 *6 *3)) (-5 *4 (-907 *5)) (-4 *5 (-1121))
+ (-4 *6 (-901 *5)) (-4 *3 (-678 *6)) (-5 *1 (-954 *5 *6 *3))))
+ ((*1 *2 *3 *4 *2 *5)
+ (-12 (-5 *5 (-1 (-904 *6 *3) *8 (-907 *6) (-904 *6 *3)))
+ (-4 *8 (-862)) (-5 *2 (-904 *6 *3)) (-5 *4 (-907 *6))
+ (-4 *6 (-1121)) (-4 *3 (-13 (-968 *9 *7 *8) (-626 *4)))
+ (-4 *7 (-805)) (-4 *9 (-13 (-1070) (-901 *6)))
+ (-5 *1 (-955 *6 *7 *8 *9 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-904 *5 *3)) (-4 *5 (-1121))
+ (-4 *3 (-13 (-968 *8 *6 *7) (-626 *4))) (-5 *4 (-907 *5))
+ (-4 *7 (-901 *5)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *8 (-13 (-1070) (-901 *5))) (-5 *1 (-955 *5 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-904 *5 *3)) (-4 *5 (-1121)) (-4 *3 (-1013 *6))
+ (-4 *6 (-13 (-568) (-901 *5) (-626 *4))) (-5 *4 (-907 *5))
+ (-5 *1 (-958 *5 *6 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-904 *5 (-1197))) (-5 *3 (-1197)) (-5 *4 (-907 *5))
+ (-4 *5 (-1121)) (-5 *1 (-959 *5))))
+ ((*1 *2 *3 *4 *5 *2 *6)
+ (-12 (-5 *4 (-656 (-907 *7))) (-5 *5 (-1 *9 (-656 *9)))
+ (-5 *6 (-1 (-904 *7 *9) *9 (-907 *7) (-904 *7 *9))) (-4 *7 (-1121))
+ (-4 *9 (-13 (-1070) (-626 (-907 *7)) (-1059 *8)))
+ (-5 *2 (-904 *7 *9)) (-5 *3 (-656 *9)) (-4 *8 (-1070))
+ (-5 *1 (-960 *7 *8 *9)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1070))
+ (-4 *2 (-13 (-416) (-1059 *4) (-374) (-1223) (-294)))
+ (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1264 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-940)) (-4 *5 (-1070))
+ (-4 *2 (-13 (-416) (-1059 *5) (-374) (-1223) (-294)))
+ (-5 *1 (-455 *5 *3 *2)) (-4 *3 (-1264 *5)))))
+(((*1 *1) (-5 *1 (-188))))
+(((*1 *2 *1) (-12 (-4 *1 (-686 *3)) (-4 *3 (-1238)) (-5 *2 (-112)))))
+(((*1 *2 *3 *1)
+ (-12 (|has| *1 (-6 -4464)) (-4 *1 (-501 *3)) (-4 *3 (-1238))
+ (-4 *3 (-1121)) (-5 *2 (-783))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4464)) (-4 *1 (-501 *4))
+ (-4 *4 (-1238)) (-5 *2 (-783)))))
+(((*1 *1) (-4 *1 (-988))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-656 *7)) (-4 *7 (-1092 *3 *4 *5 *6)) (-4 *3 (-464))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5))
+ (-5 *1 (-1009 *3 *4 *5 *6 *7))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-656 *7)) (-4 *7 (-1092 *3 *4 *5 *6)) (-4 *3 (-464))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5))
+ (-5 *1 (-1128 *3 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-340)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
(((*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-97)))))
-(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-874)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876))))
+ ((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| -3116 (-656 (-876))) (|:| -3900 (-656 (-876)))
+ (|:| |presup| (-656 (-876))) (|:| -1901 (-656 (-876)))
+ (|:| |args| (-656 (-876)))))
+ (-5 *1 (-1197)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-656
+ (-2 (|:| -4136 (-783))
+ (|:| |eqns|
+ (-656
+ (-2 (|:| |det| *7) (|:| |rows| (-656 (-576)))
+ (|:| |cols| (-656 (-576))))))
+ (|:| |fgb| (-656 *7)))))
+ (-4 *7 (-968 *4 *6 *5)) (-4 *4 (-13 (-317) (-148)))
+ (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *2 (-783))
+ (-5 *1 (-943 *4 *5 *6 *7)))))
+(((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 (-576)) (-5 *1 (-1178 *3)) (-4 *3 (-1238))))
+ ((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-1276 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *2) (-12 (-5 *2 (-400)) (-5 *1 (-448))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-400)) (-5 *1 (-448)))))
+(((*1 *1) (-5 *1 (-188))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-962 *3) (-962 *3))) (-5 *1 (-178 *3))
+ (-4 *3 (-13 (-374) (-1223) (-1023))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1261 *5 *4)) (-4 *4 (-464)) (-4 *4 (-832))
+ (-14 *5 (-1197)) (-5 *2 (-576)) (-5 *1 (-1135 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-548))) (-5 *2 (-1197)) (-5 *1 (-548)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1121)) (-5 *2 (-1141)))))
+(((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-464))))
+ ((*1 *1 *1 *1) (-4 *1 (-464)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 *2)) (-5 *1 (-498 *2)) (-4 *2 (-1264 (-576)))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-576)) (-5 *1 (-708 *2)) (-4 *2 (-1264 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-783)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-317))
+ (-5 *1 (-935 *3 *4 *5 *2)) (-4 *2 (-968 *5 *3 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 *2)) (-4 *2 (-968 *6 *4 *5))
+ (-5 *1 (-935 *4 *5 *6 *2)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-4 *6 (-317))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1193 *6)) (-4 *6 (-968 *5 *3 *4)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *5 (-317)) (-5 *1 (-935 *3 *4 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-1193 *7))) (-4 *4 (-805)) (-4 *5 (-862))
+ (-4 *6 (-317)) (-5 *2 (-1193 *7)) (-5 *1 (-935 *4 *5 *6 *7))
+ (-4 *7 (-968 *6 *4 *5))))
+ ((*1 *1 *1 *1) (-5 *1 (-940)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-464)) (-4 *3 (-568)) (-5 *1 (-990 *3 *2))
+ (-4 *2 (-1264 *3))))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *2 (-464)))))
+(((*1 *2 *2) (-12 (-5 *2 (-701 (-326 (-576)))) (-5 *1 (-1052)))))
+(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-876)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))))
+(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-946)))))
+(((*1 *2) (-12 (-5 *2 (-1168 (-1179))) (-5 *1 (-403)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-656 (-270))) (-5 *4 (-1197))
+ (-5 *1 (-269 *2)) (-4 *2 (-1238))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-656 (-270))) (-5 *4 (-1197)) (-5 *2 (-52))
+ (-5 *1 (-270)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1070))
+ (-4 *2 (-13 (-416) (-1059 *4) (-374) (-1223) (-294)))
+ (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1264 *4))))
+ ((*1 *1 *1) (-4 *1 (-557)))
+ ((*1 *2 *1) (-12 (-5 *2 (-940)) (-5 *1 (-684 *3)) (-4 *3 (-862))))
+ ((*1 *2 *1) (-12 (-5 *2 (-940)) (-5 *1 (-689 *3)) (-4 *3 (-862))))
+ ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-831 *3)) (-4 *3 (-862))))
+ ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-908 *3)) (-4 *3 (-862))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1016 *3)) (-4 *3 (-1238)) (-5 *2 (-783))))
+ ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-1235 *3)) (-4 *3 (-1238))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-1023))
+ (-4 *2 (-1070)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1197)) (-5 *5 (-1115 (-227))) (-5 *2 (-946))
+ (-5 *1 (-944 *3)) (-4 *3 (-626 (-548)))))
+ ((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *4 (-1197)) (-5 *5 (-1115 (-227))) (-5 *2 (-946))
+ (-5 *1 (-944 *3)) (-4 *3 (-626 (-548)))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-945))))
+ ((*1 *1 *2 *2 *2 *2 *3 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1115 (-227)))
+ (-5 *1 (-945))))
+ ((*1 *1 *2 *2 *2 *2 *3)
+ (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1115 (-227)))
+ (-5 *1 (-945))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-946))))
+ ((*1 *1 *2 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1115 (-227)))
+ (-5 *1 (-946))))
+ ((*1 *1 *2 *2 *3)
+ (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1115 (-227)))
+ (-5 *1 (-946))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-656 (-1 (-227) (-227)))) (-5 *3 (-1115 (-227)))
+ (-5 *1 (-946))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-656 (-1 (-227) (-227)))) (-5 *3 (-1115 (-227)))
+ (-5 *1 (-946))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1115 (-227)))
+ (-5 *1 (-946))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1115 (-227)))
+ (-5 *1 (-946)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)))))
+(((*1 *2 *3 *3 *4 *4 *4 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-764)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-381 *4 *5)) (-4 *4 (-174))
+ (-4 *5 (-1264 *4)) (-5 *2 (-701 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-421 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1264 *3))
+ (-5 *2 (-701 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-430 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1264 (-48)))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *2 (-2 (|:| |less| (-122 *3)) (|:| |greater| (-122 *3))))
+ (-5 *1 (-122 *3)) (-4 *3 (-862))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-598 *4)) (-4 *4 (-13 (-29 *3) (-1223)))
+ (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-595 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-598 (-419 (-971 *3))))
+ (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *1 (-601 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1264 *5)) (-4 *5 (-374))
+ (-5 *2 (-2 (|:| -4250 *3) (|:| |special| *3))) (-5 *1 (-739 *5 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1288 *5)) (-4 *5 (-374)) (-4 *5 (-1070))
+ (-5 *2 (-656 (-656 (-701 *5)))) (-5 *1 (-1050 *5))
+ (-5 *3 (-656 (-701 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1288 (-1288 *5))) (-4 *5 (-374)) (-4 *5 (-1070))
+ (-5 *2 (-656 (-656 (-701 *5)))) (-5 *1 (-1050 *5))
+ (-5 *3 (-656 (-701 *5)))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-142)) (-5 *2 (-656 *1)) (-4 *1 (-1165))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-145)) (-5 *2 (-656 *1)) (-4 *1 (-1165)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-4 *2 (-13 (-442 *4) (-1023) (-1223)))
+ (-5 *1 (-612 *4 *2 *3))
+ (-4 *3 (-13 (-442 (-171 *4)) (-1023) (-1223))))))
(((*1 *2 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-148))
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-148))
(-4 *3 (-317)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *1 (-996 *3 *4 *5 *6)))))
+ (-5 *1 (-998 *3 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1197)) (-5 *1 (-834)))))
+(((*1 *1 *1) (-5 *1 (-1084))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-763)))))
+(((*1 *1 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1288 (-783))) (-5 *1 (-687 *3)) (-4 *3 (-1121)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1288 *3)) (-4 *3 (-374)) (-4 *1 (-339 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1288 *3)) (-4 *3 (-1264 *4)) (-4 *4 (-1242))
+ (-4 *1 (-353 *4 *3 *5)) (-4 *5 (-1264 (-419 *3)))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1288 *4)) (-5 *3 (-1288 *1)) (-4 *4 (-174))
+ (-4 *1 (-378 *4))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1288 *4)) (-5 *3 (-1288 *1)) (-4 *4 (-174))
+ (-4 *1 (-381 *4 *5)) (-4 *5 (-1264 *4))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1288 *3)) (-4 *3 (-174)) (-4 *1 (-421 *3 *4))
+ (-4 *4 (-1264 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1288 *3)) (-4 *3 (-174)) (-4 *1 (-429 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-783)) (-4 *5 (-1070)) (-4 *2 (-1264 *5))
+ (-5 *1 (-1282 *5 *2 *6 *3)) (-4 *6 (-668 *2)) (-4 *3 (-1279 *5)))))
+(((*1 *1 *1 *1) (-5 *1 (-876))) ((*1 *1 *1) (-5 *1 (-876)))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1193 (-576))) (-5 *3 (-576)) (-4 *1 (-883 *4)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-759)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-448)))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1029 *3)) (-4 *3 (-1236)) (-5 *2 (-576)))))
-(((*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-158)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
+ (-12 (-4 *1 (-1031 *3)) (-4 *3 (-1238)) (-5 *2 (-576)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-940)) (-5 *3 (-656 (-270))) (-5 *1 (-268))))
+ ((*1 *1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-270)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-2 (|:| |val| (-656 *8)) (|:| -4442 *9))))
+ (-5 *4 (-783)) (-4 *8 (-1086 *5 *6 *7)) (-4 *9 (-1092 *5 *6 *7 *8))
+ (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-1293))
+ (-5 *1 (-1090 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-2 (|:| |val| (-656 *8)) (|:| -4442 *9))))
+ (-5 *4 (-783)) (-4 *8 (-1086 *5 *6 *7)) (-4 *9 (-1130 *5 *6 *7 *8))
+ (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-1293))
+ (-5 *1 (-1166 *5 *6 *7 *8 *9)))))
+(((*1 *2 *3 *4 *5 *6)
+ (|partial| -12 (-5 *4 (-1 *8 *8))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *7) (|:| -2111 *7) (|:| |sol?| (-112)))
+ (-576) *7))
+ (-5 *6 (-656 (-419 *8))) (-4 *7 (-374)) (-4 *8 (-1264 *7))
+ (-5 *3 (-419 *8))
+ (-5 *2
+ (-2
+ (|:| |answer|
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (|:| |a0| *7)))
+ (-5 *1 (-586 *7 *8)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-464)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-5 *2 (-656 *3)) (-5 *1 (-998 *4 *5 *6 *3))
+ (-4 *3 (-1086 *4 *5 *6)))))
+(((*1 *2) (-12 (-5 *2 (-656 (-783))) (-5 *1 (-1291))))
+ ((*1 *2 *2) (-12 (-5 *2 (-656 (-783))) (-5 *1 (-1291)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1193 (-419 (-971 *3)))) (-5 *1 (-465 *3 *4 *5 *6))
+ (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-374)) (-4 *5 (-568))
+ (-5 *2
+ (-2 (|:| |minor| (-656 (-940))) (|:| -3379 *3)
+ (|:| |minors| (-656 (-656 (-940)))) (|:| |ops| (-656 *3))))
+ (-5 *1 (-90 *5 *3)) (-5 *4 (-940)) (-4 *3 (-668 *5)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-656 (-962 *4))) (-4 *1 (-1155 *4)) (-4 *4 (-1070))
+ (-5 *2 (-783)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-464))))
+ ((*1 *1 *1 *1) (-4 *1 (-464))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-158)))))
+(((*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-763)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-360)) (-5 *2 (-430 (-1193 (-1193 *4))))
+ (-5 *1 (-1236 *4)) (-5 *3 (-1193 (-1193 *4))))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *5 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-1179)) (-5 *5 (-701 (-227)))
+ (-5 *2 (-1056)) (-5 *1 (-759)))))
+(((*1 *2 *1) (|partial| -12 (-5 *1 (-376 *2)) (-4 *2 (-1121))))
+ ((*1 *2 *1) (|partial| -12 (-5 *2 (-1179)) (-5 *1 (-1219)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876))))
+ ((*1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-326 (-227)))) (-5 *2 (-112)) (-5 *1 (-276))))
+ ((*1 *2 *3) (-12 (-5 *3 (-326 (-227))) (-5 *2 (-112)) (-5 *1 (-276))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
+ (-5 *1 (-998 *4 *5 *6 *3)) (-4 *3 (-1086 *4 *5 *6)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-4 *6 (-1086 *3 *4 *5)) (-5 *1 (-636 *3 *4 *5 *6 *7 *2))
+ (-4 *7 (-1092 *3 *4 *5 *6)) (-4 *2 (-1130 *3 *4 *5 *6)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-656 (-656 *8))) (-5 *3 (-656 *8))
+ (-4 *8 (-968 *5 *7 *6)) (-4 *5 (-13 (-317) (-148)))
+ (-4 *6 (-13 (-862) (-626 (-1197)))) (-4 *7 (-805)) (-5 *2 (-112))
+ (-5 *1 (-943 *5 *6 *7 *8)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-518)) (-5 *2 (-703 (-109))) (-5 *1 (-177))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-518)) (-5 *2 (-703 (-109))) (-5 *1 (-1106)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1193 *4)) (-4 *4 (-360))
+ (-5 *2 (-1288 (-656 (-2 (|:| -1688 *4) (|:| -2409 (-1141))))))
+ (-5 *1 (-357 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 *4)) (-4 *4 (-862)) (-5 *2 (-656 (-676 *4 *5)))
+ (-5 *1 (-639 *4 *5 *6)) (-4 *5 (-13 (-174) (-729 (-419 (-576)))))
+ (-14 *6 (-940)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-419 (-576)))
+ (-4 *4 (-13 (-568) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-286 *4 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *4))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1279 *4)) (-5 *1 (-1281 *4 *2))
+ (-4 *4 (-38 (-419 (-576)))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1197)) (-5 *2 (-1 (-227) (-227))) (-5 *1 (-715 *3))
+ (-4 *3 (-626 (-548)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1197)) (-5 *2 (-1 (-227) (-227) (-227)))
+ (-5 *1 (-715 *3)) (-4 *3 (-626 (-548))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-940))) (-5 *2 (-656 (-701 (-576))))
+ (-5 *1 (-1131)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-5 *1 (-91 *3)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1303 (-1197) *3)) (-4 *3 (-1070)) (-5 *1 (-1310 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070))
+ (-5 *1 (-1312 *3 *4)))))
(((*1 *2 *2 *3 *3)
- (|partial| -12 (-5 *3 (-1195))
- (-4 *4 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))))
+ (|partial| -12 (-5 *3 (-1197))
+ (-4 *4 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))))
(-5 *1 (-587 *4 *2))
- (-4 *2 (-13 (-1221) (-976) (-1158) (-29 *4))))))
+ (-4 *2 (-13 (-1223) (-978) (-1160) (-29 *4))))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-783)) (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-374)) (-5 *1 (-295 *3 *2)) (-4 *2 (-1279 *3)))))
+(((*1 *2) (-12 (-4 *2 (-174)) (-5 *1 (-166 *3 *2)) (-4 *3 (-167 *2))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-381 *2 *4)) (-4 *4 (-1264 *2))
+ (-4 *2 (-174))))
+ ((*1 *2)
+ (-12 (-4 *4 (-1264 *2)) (-4 *2 (-174)) (-5 *1 (-420 *3 *2 *4))
+ (-4 *3 (-421 *2 *4))))
+ ((*1 *2) (-12 (-4 *1 (-421 *2 *3)) (-4 *3 (-1264 *2)) (-4 *2 (-174))))
+ ((*1 *2)
+ (-12 (-4 *3 (-1264 *2)) (-5 *2 (-576)) (-5 *1 (-780 *3 *4))
+ (-4 *4 (-421 *2 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-968 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *2 (-862)) (-4 *3 (-174))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-568)) (-5 *1 (-990 *2 *3)) (-4 *3 (-1264 *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1264 *2)) (-4 *2 (-1070)) (-4 *2 (-174)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))))
+(((*1 *1 *1) (-4 *1 (-641)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023) (-1223))))))
+(((*1 *1) (-5 *1 (-629))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290))))
+ ((*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-568))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
+ (-5 *1 (-998 *4 *5 *6 *7)))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-922 *4)) (-4 *4 (-1119)) (-5 *2 (-656 (-783)))
- (-5 *1 (-921 *4)))))
+ (-12 (-5 *3 (-924 *4)) (-4 *4 (-1121)) (-5 *2 (-656 (-783)))
+ (-5 *1 (-923 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-656 *5)))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390)))
+ (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1196))))
+ (-5 *1 (-1196)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-135)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-841)) (-5 *3 (-1179)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-862))
+ (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-656 *4)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-129)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-375 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-5 *2 (-1179)))))
+(((*1 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1238)))))
+(((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-771)))))
(((*1 *1 *2) (-12 (-5 *2 (-326 (-171 (-390)))) (-5 *1 (-340))))
((*1 *1 *2) (-12 (-5 *2 (-326 (-576))) (-5 *1 (-340))))
((*1 *1 *2) (-12 (-5 *2 (-326 (-390))) (-5 *1 (-340))))
@@ -7018,2125 +7779,4461 @@
((*1 *1 *2) (-12 (-5 *2 (-326 (-713))) (-5 *1 (-340))))
((*1 *1 *2) (-12 (-5 *2 (-326 (-711))) (-5 *1 (-340))))
((*1 *1) (-5 *1 (-340))))
-(((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-537))))
- ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-1170)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-568)) (-4 *3 (-1068))
- (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-864 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-99 *5)) (-4 *5 (-568)) (-4 *5 (-1068))
- (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3))) (-5 *1 (-865 *5 *3))
- (-4 *3 (-864 *5)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1068)) (-5 *2 (-1286 *3)) (-5 *1 (-724 *3 *4))
- (-4 *4 (-1262 *3)))))
+ (-12 (-4 *1 (-1271 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-1248 *3)))))
(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-568) (-148)))
- (-5 *2 (-2 (|:| -4237 *3) (|:| -4247 *3))) (-5 *1 (-1256 *4 *3))
- (-4 *3 (-1262 *4)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-783))) (-5 *3 (-173)) (-5 *1 (-1183 *4 *5))
- (-14 *4 (-938)) (-4 *5 (-1068)))))
-(((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *2 (-1054))
- (-5 *1 (-767)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1023 *3)) (-14 *3 (-576)))))
+ (-12 (-5 *3 (-656 *4)) (-4 *4 (-1121)) (-5 *2 (-1293))
+ (-5 *1 (-1239 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 *4)) (-4 *4 (-1121)) (-5 *2 (-1293))
+ (-5 *1 (-1239 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-360)) (-4 *4 (-339 *3)) (-4 *5 (-1264 *4))
+ (-5 *1 (-789 *3 *4 *5 *2 *6)) (-4 *2 (-1264 *5)) (-14 *6 (-940))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-4 *1 (-1307 *3)) (-4 *3 (-374)) (-4 *3 (-379))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1307 *2)) (-4 *2 (-374)) (-4 *2 (-379)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-783)))))
+(((*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-1179)))))
+(((*1 *1) (-4 *1 (-34))) ((*1 *1) (-5 *1 (-301)))
+ ((*1 *1) (-5 *1 (-876)))
+ ((*1 *1)
+ (-12 (-4 *2 (-464)) (-4 *3 (-862)) (-4 *4 (-805))
+ (-5 *1 (-1008 *2 *3 *4 *5)) (-4 *5 (-968 *2 *4 *3))))
+ ((*1 *1) (-5 *1 (-1106)))
+ ((*1 *1)
+ (-12 (-5 *1 (-1161 *2 *3)) (-4 *2 (-13 (-1121) (-34)))
+ (-4 *3 (-13 (-1121) (-34)))))
+ ((*1 *1) (-5 *1 (-1200))) ((*1 *1) (-5 *1 (-1201))))
+(((*1 *1 *2) (-12 (-5 *2 (-1141)) (-5 *1 (-340)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1242)) (-4 *5 (-1264 *4))
+ (-5 *2 (-2 (|:| -2862 (-419 *5)) (|:| |poly| *3)))
+ (-5 *1 (-149 *4 *5 *3)) (-4 *3 (-1264 (-419 *5))))))
+(((*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290))))
+ ((*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *2 (-656 *2))) (-5 *4 (-656 *5))
+ (-4 *5 (-38 (-419 (-576)))) (-4 *2 (-1279 *5))
+ (-5 *1 (-1281 *5 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-537))))
+ ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-1172)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1288 *4)) (-5 *3 (-576)) (-4 *4 (-360))
+ (-5 *1 (-540 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 (-2 (|:| -1452 (-1193 *6)) (|:| -3744 (-576)))))
+ (-4 *6 (-317)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112))
+ (-5 *1 (-754 *4 *5 *6 *7)) (-4 *7 (-968 *6 *4 *5))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-1070)))))
+(((*1 *1 *1 *1) (-5 *1 (-876))))
(((*1 *2 *3)
- (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-246)) (-5 *3 (-1177))))
- ((*1 *2 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-246))))
- ((*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-886)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379))
- (-5 *2 (-1191 *3)))))
+ (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
+ (-5 *1 (-998 *4 *5 *6 *3)) (-4 *3 (-1086 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-317)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4))
+ (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3)))
+ (-5 *1 (-1145 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-317))))
+ ((*1 *2 *1 *1)
+ (|partial| -12 (-4 *3 (-1121))
+ (-5 *2 (-2 (|:| |lm| *1) (|:| |rm| *1))) (-4 *1 (-397 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -4079 (-783)) (|:| -1380 (-783))))
+ (-5 *1 (-783))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3)))
+ (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-656 (-969 (-576)))) (-5 *4 (-656 (-1195)))
- (-5 *2 (-656 (-656 (-390)))) (-5 *1 (-1042)) (-5 *5 (-390))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1065 *4 *5)) (-4 *4 (-13 (-860) (-317) (-148) (-1041)))
- (-14 *5 (-656 (-1195))) (-5 *2 (-656 (-656 (-1043 (-419 *4)))))
- (-5 *1 (-1313 *4 *5 *6)) (-14 *6 (-656 (-1195)))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-112))
- (-4 *5 (-13 (-860) (-317) (-148) (-1041)))
- (-5 *2 (-656 (-656 (-1043 (-419 *5))))) (-5 *1 (-1313 *5 *6 *7))
- (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-112))
- (-4 *5 (-13 (-860) (-317) (-148) (-1041)))
- (-5 *2 (-656 (-656 (-1043 (-419 *5))))) (-5 *1 (-1313 *5 *6 *7))
- (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-112))
- (-4 *5 (-13 (-860) (-317) (-148) (-1041)))
- (-5 *2 (-656 (-656 (-1043 (-419 *5))))) (-5 *1 (-1313 *5 *6 *7))
- (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-969 *4)))
- (-4 *4 (-13 (-860) (-317) (-148) (-1041)))
- (-5 *2 (-656 (-656 (-1043 (-419 *4))))) (-5 *1 (-1313 *4 *5 *6))
- (-14 *5 (-656 (-1195))) (-14 *6 (-656 (-1195))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1191 *7)) (-5 *3 (-576)) (-4 *7 (-966 *6 *4 *5))
- (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1068))
- (-5 *1 (-331 *4 *5 *6 *7)))))
-(((*1 *2 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-767)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1177)) (-4 *1 (-375 *2 *4)) (-4 *2 (-1119))
- (-4 *4 (-1119))))
- ((*1 *1 *2)
- (-12 (-4 *1 (-375 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119)))))
-(((*1 *1 *2) (-12 (-5 *1 (-1222 *2)) (-4 *2 (-1119))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-5 *1 (-1222 *3))))
+ (-12 (-5 *4 (-1197)) (-5 *5 (-1115 (-227))) (-5 *2 (-946))
+ (-5 *1 (-944 *3)) (-4 *3 (-626 (-548)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1197)) (-5 *2 (-946)) (-5 *1 (-944 *3))
+ (-4 *3 (-626 (-548)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *1 (-946))))
((*1 *1 *2 *3)
- (-12 (-5 *3 (-656 (-1222 *2))) (-5 *1 (-1222 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-108))))
- ((*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-219))))
- ((*1 *2 *1) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-499))))
- ((*1 *1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568)) (-4 *2 (-317))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-419 (-576))) (-5 *1 (-1023 *3)) (-14 *3 (-576))))
- ((*1 *1 *1) (-4 *1 (-1079))))
-(((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174))))
- ((*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-174)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-885 *2 *3)) (-4 *2 (-1236)) (-4 *3 (-1236)))))
-(((*1 *2 *3 *4 *4 *4 *5 *5 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
- (-5 *2 (-1054)) (-5 *1 (-763)))))
-(((*1 *1 *1 *1) (-4 *1 (-557))))
-(((*1 *2 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568)) (-4 *2 (-557))))
- ((*1 *1 *1) (-4 *1 (-1079))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-656 (-1113 (-390)))) (-5 *3 (-656 (-270)))
- (-5 *1 (-268))))
- ((*1 *1 *2) (-12 (-5 *2 (-656 (-1113 (-390)))) (-5 *1 (-270))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1113 (-390)))) (-5 *1 (-480))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-1113 (-390)))) (-5 *1 (-480)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1176 *4)) (-5 *3 (-1 *4 (-576))) (-4 *4 (-1068))
- (-5 *1 (-1179 *4)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *1 (-516 *3 *4 *5 *2)) (-4 *2 (-966 *3 *4 *5))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862))
- (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-966 *2 *3 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-594)))))
-(((*1 *1) (-5 *1 (-1198))))
-(((*1 *2 *2) (-12 (-5 *2 (-983 *3)) (-4 *3 (-1119)) (-5 *1 (-984 *3))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-148)) (-4 *2 (-317)) (-4 *2 (-464)) (-4 *3 (-862))
- (-4 *4 (-805)) (-5 *1 (-1006 *2 *3 *4 *5)) (-4 *5 (-966 *2 *4 *3))))
- ((*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-326 (-576))) (-5 *1 (-1138))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1236)) (-5 *1 (-386 *4 *2))
- (-4 *2 (-13 (-384 *4) (-10 -7 (-6 -4463)))))))
+ (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1115 (-227)))
+ (-5 *1 (-946)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1142 *2)) (-4 *2 (-1238)))))
(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4462)) (-4 *1 (-501 *3)) (-4 *3 (-1236))
- (-4 *3 (-1119)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-922 *4)) (-4 *4 (-1119)) (-5 *2 (-112))
- (-5 *1 (-921 *4))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-938)) (-5 *2 (-112)) (-5 *1 (-1120 *4 *5)) (-14 *4 *3)
- (-14 *5 *3))))
-(((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
- (-4 *3 (-378 *4))))
- ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
-(((*1 *2 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-1177)) (-5 *5 (-701 (-227)))
- (-5 *2 (-1054)) (-5 *1 (-759)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 *3)) (-4 *3 (-966 *5 *6 *7)) (-4 *5 (-464))
- (-4 *6 (-805)) (-4 *7 (-862))
- (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5)))
- (-5 *1 (-461 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-656 *10)) (-5 *5 (-112)) (-4 *10 (-1090 *6 *7 *8 *9))
- (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
- (-4 *9 (-1084 *6 *7 *8))
- (-5 *2
- (-656
- (-2 (|:| -4024 (-656 *9)) (|:| -3986 *10) (|:| |ineq| (-656 *9)))))
- (-5 *1 (-1007 *6 *7 *8 *9 *10)) (-5 *3 (-656 *9))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-656 *10)) (-5 *5 (-112)) (-4 *10 (-1090 *6 *7 *8 *9))
- (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
- (-4 *9 (-1084 *6 *7 *8))
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-651 *4)) (-4 *4 (-1070))
+ (-5 *2 (-2 (|:| -2663 (-701 *4)) (|:| |vec| (-1288 *4))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-651 *4)) (-4 *4 (-1070))
+ (-5 *2 (-701 *4)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-656 (-624 *5))) (-5 *3 (-1197)) (-4 *5 (-442 *4))
+ (-4 *4 (-1121)) (-5 *1 (-585 *4 *5)))))
+(((*1 *2 *2)
+ (-12
(-5 *2
- (-656
- (-2 (|:| -4024 (-656 *9)) (|:| -3986 *10) (|:| |ineq| (-656 *9)))))
- (-5 *1 (-1126 *6 *7 *8 *9 *10)) (-5 *3 (-656 *9)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-13 (-374) (-148)))
- (-5 *2 (-656 (-2 (|:| -2125 (-783)) (|:| -2391 *4) (|:| |num| *4))))
- (-5 *1 (-411 *3 *4)) (-4 *4 (-1262 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1119)) (-5 *1 (-922 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1195)) (-5 *1 (-834)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-360)) (-5 *2 (-975 (-1191 *4))) (-5 *1 (-368 *4))
- (-5 *3 (-1191 *4)))))
+ (-516 (-419 (-576)) (-245 *4 (-783)) (-878 *3)
+ (-253 *3 (-419 (-576)))))
+ (-14 *3 (-656 (-1197))) (-14 *4 (-783)) (-5 *1 (-517 *3 *4)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))))
- (-5 *2 (-656 (-227))) (-5 *1 (-315)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-576)) (-4 *1 (-1246 *4)) (-4 *4 (-1068)) (-4 *4 (-568))
- (-5 *2 (-419 (-969 *4)))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-576)) (-4 *1 (-1246 *4)) (-4 *4 (-1068)) (-4 *4 (-568))
- (-5 *2 (-419 (-969 *4))))))
+ (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-429 *4)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-568)) (-4 *3 (-1070))
+ (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-866 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-99 *5)) (-4 *5 (-568)) (-4 *5 (-1070))
+ (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3))) (-5 *1 (-867 *5 *3))
+ (-4 *3 (-866 *5)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-656 (-656 (-962 (-227))))) (-5 *3 (-656 (-888)))
+ (-5 *1 (-480)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1068)) (-5 *2 (-656 *1)) (-4 *1 (-1153 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-783)) (-4 *5 (-1068)) (-5 *2 (-576))
- (-5 *1 (-455 *5 *3 *6)) (-4 *3 (-1262 *5))
- (-4 *6 (-13 (-416) (-1057 *5) (-374) (-1221) (-294)))))
+ (-12 (-5 *2 (-1193 (-419 (-971 *3)))) (-5 *1 (-465 *3 *4 *5 *6))
+ (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))))
+(((*1 *2)
+ (-12 (-4 *4 (-1242)) (-4 *5 (-1264 *4)) (-4 *6 (-1264 (-419 *5)))
+ (-5 *2 (-783)) (-5 *1 (-352 *3 *4 *5 *6)) (-4 *3 (-353 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-5 *2 (-783))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-783)))))
+(((*1 *1 *1) (-12 (-5 *1 (-1224 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-4 *1 (-922 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-13 (-374) (-148) (-1059 (-419 (-576)))))
+ (-4 *3 (-1264 *4)) (-5 *1 (-821 *4 *3 *2 *5)) (-4 *2 (-668 *3))
+ (-4 *5 (-668 (-419 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-419 *5))
+ (-4 *4 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *5 (-1264 *4))
+ (-5 *1 (-821 *4 *5 *2 *6)) (-4 *2 (-668 *5)) (-4 *6 (-668 *3)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 (-52))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *3) (-12 (-5 *2 (-390)) (-5 *1 (-797 *3)) (-4 *3 (-626 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-940)) (-5 *2 (-390)) (-5 *1 (-797 *3))
+ (-4 *3 (-626 *2))))
((*1 *2 *3)
- (-12 (-4 *4 (-1068)) (-5 *2 (-576)) (-5 *1 (-455 *4 *3 *5))
- (-4 *3 (-1262 *4))
- (-4 *5 (-13 (-416) (-1057 *4) (-374) (-1221) (-294))))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-304 *2)) (-4 *2 (-738)) (-4 *2 (-1236)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-656 (-656 (-656 *5)))) (-5 *3 (-1 (-112) *5 *5))
- (-5 *4 (-656 *5)) (-4 *5 (-862)) (-5 *1 (-1206 *5)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-390)) (-5 *1 (-1082)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-656 *1)) (-5 *3 (-656 *7)) (-4 *1 (-1090 *4 *5 *6 *7))
- (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *1))
- (-4 *1 (-1090 *4 *5 *6 *7))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-656 *1)) (-4 *1 (-1090 *4 *5 *6 *3)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-656 *1))
- (-4 *1 (-1090 *4 *5 *6 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-938)) (-4 *1 (-379))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1286 *4)) (-5 *1 (-540 *4))
- (-4 *4 (-360))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-862)) (-5 *1 (-725 *2 *3 *4)) (-4 *3 (-1119))
- (-14 *4
- (-1 (-112) (-2 (|:| -3222 *2) (|:| -2125 *3))
- (-2 (|:| -3222 *2) (|:| -2125 *3)))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-1191 *4)) (-5 *1 (-540 *4))
- (-4 *4 (-360)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-284)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-960 *3) (-960 *3))) (-5 *1 (-178 *3))
- (-4 *3 (-13 (-374) (-1221) (-1021))))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390))
+ (-12 (-5 *3 (-971 *4)) (-4 *4 (-1070)) (-4 *4 (-626 *2))
+ (-5 *2 (-390)) (-5 *1 (-797 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-971 *5)) (-5 *4 (-940)) (-4 *5 (-1070))
+ (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-568)) (-4 *4 (-626 *2))
+ (-5 *2 (-390)) (-5 *1 (-797 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-940)) (-4 *5 (-568))
+ (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-326 *4)) (-4 *4 (-568)) (-4 *4 (-862))
+ (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-326 *5)) (-5 *4 (-940)) (-4 *5 (-568)) (-4 *5 (-862))
+ (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-589))))
+ ((*1 *1 *2) (-12 (-5 *2 (-400)) (-5 *1 (-589)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1121)) (-5 *2 (-112)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1165)) (-5 *2 (-142))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1165)) (-5 *2 (-145)))))
+(((*1 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-379)) (-4 *2 (-374)))))
+(((*1 *2 *1) (-12 (-5 *2 (-836)) (-5 *1 (-837)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-112)) (-5 *5 (-1123 (-783))) (-5 *6 (-783))
(-5 *2
- (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576))
- (|:| |success| (-112))))
- (-5 *1 (-801)) (-5 *5 (-576)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-1194)) (-5 *1 (-340)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *4 (-576))) (-5 *5 (-1 (-1176 *4))) (-4 *4 (-374))
- (-4 *4 (-1068)) (-5 *2 (-1176 *4)) (-5 *1 (-1179 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
+ (-2 (|:| |contp| (-576))
+ (|:| -4155 (-656 (-2 (|:| |irr| *3) (|:| -2992 (-576)))))))
+ (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
(-5 *1 (-764)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1119)) (-4 *5 (-1119))
- (-5 *2 (-1 *5 *4)) (-5 *1 (-695 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *1 (-1231 *2)) (-4 *2 (-993)))))
-(((*1 *2) (-12 (-4 *1 (-1063 *2)) (-4 *2 (-23)))))
-(((*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1059)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227)))
- (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-63 LSFUN2))))
- (-5 *2 (-1054)) (-5 *1 (-765)))))
+ (-12 (-4 *4 (-568)) (-4 *2 (-13 (-442 (-171 *4)) (-1023) (-1223)))
+ (-5 *1 (-612 *4 *3 *2)) (-4 *3 (-13 (-442 *4) (-1023) (-1223))))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-1242)) (-4 *5 (-1264 *4))
+ (-5 *2 (-2 (|:| |radicand| (-419 *5)) (|:| |deg| (-783))))
+ (-5 *1 (-149 *4 *5 *3)) (-4 *3 (-1264 (-419 *5))))))
+(((*1 *2)
+ (-12 (-4 *3 (-1070)) (-5 *2 (-977 (-724 *3 *4))) (-5 *1 (-724 *3 *4))
+ (-4 *4 (-1264 *3)))))
+(((*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-570 *3)) (-4 *3 (-557)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1218)))))
+(((*1 *2 *3 *4 *4 *3)
+ (|partial| -12 (-5 *4 (-624 *3))
+ (-4 *3 (-13 (-442 *5) (-27) (-1223)))
+ (-4 *5 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
+ (-5 *2 (-2 (|:| -2670 *3) (|:| |coeff| *3)))
+ (-5 *1 (-578 *5 *3 *6)) (-4 *6 (-1121)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-448)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-112)) (-5 *5 (-701 (-227)))
+ (-5 *2 (-1056)) (-5 *1 (-767)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-541))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-589))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-875)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *3) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-573)) (-5 *3 (-576)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-1235))) (-5 *1 (-536)))))
+ (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 (-1 *6 (-656 *6))))
+ (-4 *5 (-38 (-419 (-576)))) (-4 *6 (-1279 *5)) (-5 *2 (-656 *6))
+ (-5 *1 (-1281 *5 *6)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-568) (-148))) (-5 *1 (-549 *3 *2))
+ (-4 *2 (-1279 *3))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-4 *4 (-1264 *3))
+ (-4 *5 (-736 *3 *4)) (-5 *1 (-553 *3 *4 *5 *2)) (-4 *2 (-1279 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-5 *1 (-554 *3 *2))
+ (-4 *2 (-1279 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-13 (-568) (-148)))
+ (-5 *1 (-1174 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-326 (-227))) (-5 *2 (-326 (-390))) (-5 *1 (-315)))))
-(((*1 *1)
- (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1119)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1229 *4 *5 *3 *6)) (-4 *4 (-568)) (-4 *5 (-805))
- (-4 *3 (-862)) (-4 *6 (-1084 *4 *5 *3)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-1305 *3)) (-4 *3 (-374)) (-5 *2 (-112)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-966 *4 *6 *5)) (-4 *4 (-464))
- (-4 *5 (-862)) (-4 *6 (-805)) (-5 *1 (-1006 *4 *5 *6 *3)))))
-(((*1 *2 *1)
- (-12
+ (-12 (-4 *4 (-317)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4))
(-5 *2
- (-656
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
- (|:| |relerr| (-227)))))
- (-5 *1 (-571))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-622 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-5 *2 (-656 *3))))
- ((*1 *2 *1)
+ (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3)))
+ (-5 *1 (-1145 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-971 (-390))) (-5 *1 (-350 *3 *4 *5))
+ (-4 *5 (-1059 (-390))) (-14 *3 (-656 (-1197)))
+ (-14 *4 (-656 (-1197))) (-4 *5 (-399))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-419 (-971 (-390)))) (-5 *1 (-350 *3 *4 *5))
+ (-4 *5 (-1059 (-390))) (-14 *3 (-656 (-1197)))
+ (-14 *4 (-656 (-1197))) (-4 *5 (-399))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-326 (-390))) (-5 *1 (-350 *3 *4 *5))
+ (-4 *5 (-1059 (-390))) (-14 *3 (-656 (-1197)))
+ (-14 *4 (-656 (-1197))) (-4 *5 (-399))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-971 (-576))) (-5 *1 (-350 *3 *4 *5))
+ (-4 *5 (-1059 (-576))) (-14 *3 (-656 (-1197)))
+ (-14 *4 (-656 (-1197))) (-4 *5 (-399))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-419 (-971 (-576)))) (-5 *1 (-350 *3 *4 *5))
+ (-4 *5 (-1059 (-576))) (-14 *3 (-656 (-1197)))
+ (-14 *4 (-656 (-1197))) (-4 *5 (-399))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-326 (-576))) (-5 *1 (-350 *3 *4 *5))
+ (-4 *5 (-1059 (-576))) (-14 *3 (-656 (-1197)))
+ (-14 *4 (-656 (-1197))) (-4 *5 (-399))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1197)) (-5 *1 (-350 *3 *4 *5))
+ (-14 *3 (-656 *2)) (-14 *4 (-656 *2)) (-4 *5 (-399))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-326 *5)) (-4 *5 (-399))
+ (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 (-1197)))
+ (-14 *4 (-656 (-1197)))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-701 (-419 (-971 (-576))))) (-4 *1 (-395))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-701 (-419 (-971 (-390))))) (-4 *1 (-395))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-701 (-971 (-576)))) (-4 *1 (-395))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-701 (-971 (-390)))) (-4 *1 (-395))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-701 (-326 (-576)))) (-4 *1 (-395))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-701 (-326 (-390)))) (-4 *1 (-395))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-419 (-971 (-576)))) (-4 *1 (-408))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-419 (-971 (-390)))) (-4 *1 (-408))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-971 (-576))) (-4 *1 (-408))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-971 (-390))) (-4 *1 (-408))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-576))) (-4 *1 (-408))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-390))) (-4 *1 (-408))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1288 (-419 (-971 (-576))))) (-4 *1 (-453))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1288 (-419 (-971 (-390))))) (-4 *1 (-453))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1288 (-971 (-576)))) (-4 *1 (-453))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1288 (-971 (-390)))) (-4 *1 (-453))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1288 (-326 (-576)))) (-4 *1 (-453))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1288 (-326 (-390)))) (-4 *1 (-453))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-360)) (-4 *5 (-339 *4)) (-4 *6 (-1264 *5))
+ (-5 *2 (-1193 (-1193 *4))) (-5 *1 (-789 *4 *5 *6 *3 *7))
+ (-4 *3 (-1264 *6)) (-14 *7 (-940))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5))
+ (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-4 *1 (-997 *3 *4 *5 *6))))
+ ((*1 *2 *1) (|partial| -12 (-4 *1 (-1059 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *2)
+ (|partial| -3795
+ (-12 (-5 *2 (-971 *3))
+ (-12 (-2300 (-4 *3 (-38 (-419 (-576)))))
+ (-2300 (-4 *3 (-38 (-576)))) (-4 *5 (-626 (-1197))))
+ (-4 *3 (-1070)) (-4 *1 (-1086 *3 *4 *5)) (-4 *4 (-805))
+ (-4 *5 (-862)))
+ (-12 (-5 *2 (-971 *3))
+ (-12 (-2300 (-4 *3 (-557))) (-2300 (-4 *3 (-38 (-419 (-576)))))
+ (-4 *3 (-38 (-576))) (-4 *5 (-626 (-1197))))
+ (-4 *3 (-1070)) (-4 *1 (-1086 *3 *4 *5)) (-4 *4 (-805))
+ (-4 *5 (-862)))
+ (-12 (-5 *2 (-971 *3))
+ (-12 (-2300 (-4 *3 (-1013 (-576)))) (-4 *3 (-38 (-419 (-576))))
+ (-4 *5 (-626 (-1197))))
+ (-4 *3 (-1070)) (-4 *1 (-1086 *3 *4 *5)) (-4 *4 (-805))
+ (-4 *5 (-862)))))
+ ((*1 *1 *2)
+ (|partial| -3795
+ (-12 (-5 *2 (-971 (-576))) (-4 *1 (-1086 *3 *4 *5))
+ (-12 (-2300 (-4 *3 (-38 (-419 (-576))))) (-4 *3 (-38 (-576)))
+ (-4 *5 (-626 (-1197))))
+ (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)))
+ (-12 (-5 *2 (-971 (-576))) (-4 *1 (-1086 *3 *4 *5))
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1197))))
+ (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-971 (-419 (-576)))) (-4 *1 (-1086 *3 *4 *5))
+ (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1197)))
+ (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)))))
+(((*1 *2 *3 *2)
(-12
(-5 *2
(-656
- (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
- (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
- (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
- (|:| |abserr| (-227)) (|:| |relerr| (-227)))))
- (-5 *1 (-815)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-656 *7)) (|:| |badPols| (-656 *7))))
- (-5 *1 (-996 *4 *5 *6 *7)) (-5 *3 (-656 *7)))))
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-783)) (|:| |poli| *3)
+ (|:| |polj| *3))))
+ (-4 *5 (-805)) (-4 *3 (-968 *4 *5 *6)) (-4 *4 (-464)) (-4 *6 (-862))
+ (-5 *1 (-461 *4 *5 *6 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1119)) (-4 *6 (-1119))
- (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-696 *4 *5 *6)) (-4 *4 (-1119)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-576)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime"))
- (-5 *1 (-430 *4)) (-4 *4 (-568)))))
-(((*1 *2 *1 *2 *3)
- (|partial| -12 (-5 *2 (-1177)) (-5 *3 (-576)) (-5 *1 (-1082)))))
-(((*1 *2) (-12 (-5 *2 (-886)) (-5 *1 (-1289))))
- ((*1 *2 *2) (-12 (-5 *2 (-886)) (-5 *1 (-1289)))))
-(((*1 *2) (-12 (-5 *2 (-886)) (-5 *1 (-1289))))
- ((*1 *2 *2) (-12 (-5 *2 (-886)) (-5 *1 (-1289)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195))))
- (-4 *6 (-805)) (-4 *7 (-966 *4 *6 *5))
- (-5 *2
- (-2 (|:| |sysok| (-112)) (|:| |z0| (-656 *7)) (|:| |n0| (-656 *7))))
- (-5 *1 (-941 *4 *5 *6 *7)) (-5 *3 (-656 *7)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |var| (-656 (-1195))) (|:| |pred| (-52))))
- (-5 *1 (-905 *3)) (-4 *3 (-1119)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-1194)) (-5 *1 (-340)))))
-(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-13 (-374) (-148) (-1057 (-576))))
- (-4 *5 (-1262 *4))
- (-5 *2 (-2 (|:| -1633 (-419 *5)) (|:| |coeff| (-419 *5))))
- (-5 *1 (-580 *4 *5)) (-5 *3 (-419 *5)))))
+ (-12 (|has| *2 (-6 (-4466 "*"))) (-4 *5 (-384 *2)) (-4 *6 (-384 *2))
+ (-4 *2 (-1070)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1264 *2))
+ (-4 *4 (-699 *2 *5 *6)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1278 *2 *3 *4)) (-4 *2 (-1068)) (-14 *3 (-1195))
- (-14 *4 *2))))
-(((*1 *1 *1 *1) (-5 *1 (-874))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1084 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *2 (-862))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1195))
- (-4 *5 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))))
- (-5 *2 (-598 *3)) (-5 *1 (-438 *5 *3))
- (-4 *3 (-13 (-1221) (-29 *5))))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-783)) (-4 *4 (-568)) (-5 *1 (-988 *4 *2))
- (-4 *2 (-1262 *4)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-702 *3)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1269 *3 *2)) (-4 *3 (-1068))
- (-4 *2 (-1246 *3)))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-464)) (-4 *3 (-862)) (-4 *4 (-805))
- (-5 *1 (-1006 *2 *3 *4 *5)) (-4 *5 (-966 *2 *4 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-1183 3 *3))))
- ((*1 *1) (-12 (-5 *1 (-1183 *2 *3)) (-14 *2 (-938)) (-4 *3 (-1068))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1152 (-227))) (-5 *1 (-1288))))
- ((*1 *2 *1) (-12 (-5 *2 (-1152 (-227))) (-5 *1 (-1288)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-831 *3)) (-4 *3 (-862)) (-5 *1 (-684 *3)))))
-(((*1 *1 *2 *3 *4)
- (-12
- (-5 *3
- (-656
- (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1191 *2))
- (|:| |logand| (-1191 *2)))))
- (-5 *4 (-656 (-2 (|:| |integrand| *2) (|:| |intvar| *2))))
- (-4 *2 (-374)) (-5 *1 (-598 *2)))))
+ (-12 (-5 *2 (-656 *7)) (-4 *7 (-1092 *3 *4 *5 *6)) (-4 *3 (-464))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5))
+ (-5 *1 (-1009 *3 *4 *5 *6 *7))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-656 *7)) (-4 *7 (-1092 *3 *4 *5 *6)) (-4 *3 (-464))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5))
+ (-5 *1 (-1128 *3 *4 *5 *6 *7)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1286 (-1286 *4))) (-4 *4 (-1068)) (-5 *2 (-701 *4))
- (-5 *1 (-1048 *4)))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-115)) (-5 *4 (-783))
- (-4 *5 (-13 (-464) (-1057 (-576)))) (-4 *5 (-568))
- (-5 *1 (-41 *5 *2)) (-4 *2 (-442 *5))
- (-4 *2
- (-13 (-374) (-312)
- (-10 -8 (-15 -1568 ((-1144 *5 (-624 $)) $))
- (-15 -1579 ((-1144 *5 (-624 $)) $))
- (-15 -3567 ($ (-1144 *5 (-624 $))))))))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3)
- (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227))
- (-5 *2 (-1054)) (-5 *1 (-764)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1090 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805))
- (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1195)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-714 *3 *5 *6 *7))
- (-4 *3 (-626 (-548))) (-4 *5 (-1236)) (-4 *6 (-1236))
- (-4 *7 (-1236))))
+ (-12 (-5 *3 (-781))
+ (-5 *2
+ (-2 (|:| -2977 (-390)) (|:| -4149 (-1179))
+ (|:| |explanations| (-656 (-1179))) (|:| |extra| (-1056))))
+ (-5 *1 (-577))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1195)) (-5 *2 (-1 *6 *5)) (-5 *1 (-718 *3 *5 *6))
- (-4 *3 (-626 (-548))) (-4 *5 (-1236)) (-4 *6 (-1236)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-1195)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *1 (-1051 *2))
- (-4 *2 (-13 (-1119) (-10 -8 (-15 * ($ $ $))))))))
-(((*1 *1 *2 *2)
- (-12
+ (-12 (-5 *3 (-781)) (-5 *4 (-1084))
(-5 *2
- (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390)))
- (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1194))))
- (-5 *1 (-1194)))))
-(((*1 *2)
- (|partial| -12 (-4 *4 (-1240)) (-4 *5 (-1262 (-419 *2)))
- (-4 *2 (-1262 *4)) (-5 *1 (-352 *3 *4 *2 *5))
- (-4 *3 (-353 *4 *2 *5))))
- ((*1 *2)
- (|partial| -12 (-4 *1 (-353 *3 *2 *4)) (-4 *3 (-1240))
- (-4 *4 (-1262 (-419 *2))) (-4 *2 (-1262 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *3 *2 *2)
- (-12 (-5 *2 (-656 (-493 *4 *5))) (-5 *3 (-876 *4))
- (-14 *4 (-656 (-1195))) (-4 *5 (-464)) (-5 *1 (-643 *4 *5)))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1195))
- (-4 *5 (-13 (-568) (-1057 (-576)) (-148)))
- (-5 *2
- (-2 (|:| -1633 (-419 (-969 *5))) (|:| |coeff| (-419 (-969 *5)))))
- (-5 *1 (-582 *5)) (-5 *3 (-419 (-969 *5))))))
-(((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-701 *11)) (-5 *4 (-656 (-419 (-969 *8))))
- (-5 *5 (-783)) (-5 *6 (-1177)) (-4 *8 (-13 (-317) (-148)))
- (-4 *11 (-966 *8 *10 *9)) (-4 *9 (-13 (-862) (-626 (-1195))))
- (-4 *10 (-805))
+ (-2 (|:| -2977 (-390)) (|:| -4149 (-1179))
+ (|:| |explanations| (-656 (-1179))) (|:| |extra| (-1056))))
+ (-5 *1 (-577))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-799)) (-5 *3 (-1084))
+ (-5 *4
+ (-2 (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227))
+ (|:| |relerr| (-227))))
(-5 *2
- (-2
- (|:| |rgl|
+ (-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))
+ (|:| |extra| (-1056))))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-799)) (-5 *3 (-1084))
+ (-5 *4
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
+ (|:| |relerr| (-227))))
+ (-5 *2
+ (-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))
+ (|:| |extra| (-1056))))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-812)) (-5 *3 (-1084))
+ (-5 *4
+ (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
+ (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
+ (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
+ (|:| |abserr| (-227)) (|:| |relerr| (-227))))
+ (-5 *2 (-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-820))
+ (-5 *2
+ (-2 (|:| -2977 (-390)) (|:| -4149 (-1179))
+ (|:| |explanations| (-656 (-1179)))))
+ (-5 *1 (-817))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-820)) (-5 *4 (-1084))
+ (-5 *2
+ (-2 (|:| -2977 (-390)) (|:| -4149 (-1179))
+ (|:| |explanations| (-656 (-1179)))))
+ (-5 *1 (-817))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-851)) (-5 *3 (-1084))
+ (-5 *4
+ (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))
+ (-5 *2 (-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-851)) (-5 *3 (-1084))
+ (-5 *4
+ (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227)))
+ (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227))))
+ (|:| |ub| (-656 (-855 (-227))))))
+ (-5 *2 (-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-853))
+ (-5 *2
+ (-2 (|:| -2977 (-390)) (|:| -4149 (-1179))
+ (|:| |explanations| (-656 (-1179)))))
+ (-5 *1 (-852))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-853)) (-5 *4 (-1084))
+ (-5 *2
+ (-2 (|:| -2977 (-390)) (|:| -4149 (-1179))
+ (|:| |explanations| (-656 (-1179)))))
+ (-5 *1 (-852))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-912)) (-5 *3 (-1084))
+ (-5 *4
+ (-2 (|:| |pde| (-656 (-326 (-227))))
+ (|:| |constraints|
(-656
- (-2 (|:| |eqzro| (-656 *11)) (|:| |neqzro| (-656 *11))
- (|:| |wcond| (-656 (-969 *8)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1286 (-419 (-969 *8))))
- (|:| -4156 (-656 (-1286 (-419 (-969 *8))))))))))
- (|:| |rgsz| (-576))))
- (-5 *1 (-941 *8 *9 *10 *11)) (-5 *7 (-576)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
+ (-2 (|:| |start| (-227)) (|:| |finish| (-227))
+ (|:| |grid| (-783)) (|:| |boundaryType| (-576))
+ (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227))))))
+ (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179))
+ (|:| |tol| (-227))))
+ (-5 *2 (-2 (|:| -2977 (-390)) (|:| |explanations| (-1179))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-915))
+ (-5 *2
+ (-2 (|:| -2977 (-390)) (|:| -4149 (-1179))
+ (|:| |explanations| (-656 (-1179)))))
+ (-5 *1 (-914))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-915)) (-5 *4 (-1084))
+ (-5 *2
+ (-2 (|:| -2977 (-390)) (|:| -4149 (-1179))
+ (|:| |explanations| (-656 (-1179)))))
+ (-5 *1 (-914)))))
+(((*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1293)) (-5 *1 (-390))))
+ ((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-390)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1238)) (-5 *1 (-184 *3 *2)) (-4 *2 (-686 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -4101 *4))))
- (-5 *1 (-661 *3 *4 *5)) (-4 *3 (-1119)) (-4 *4 (-23)) (-14 *5 *4))))
-(((*1 *2)
- (-12 (-5 *2 (-701 (-927 *3))) (-5 *1 (-362 *3 *4)) (-14 *3 (-938))
- (-14 *4 (-938))))
- ((*1 *2)
- (-12 (-5 *2 (-701 *3)) (-5 *1 (-363 *3 *4)) (-4 *3 (-360))
- (-14 *4
- (-3 (-1191 *3)
- (-1286 (-656 (-2 (|:| -3103 *3) (|:| -3222 (-1139)))))))))
- ((*1 *2)
- (-12 (-5 *2 (-701 *3)) (-5 *1 (-364 *3 *4)) (-4 *3 (-360))
- (-14 *4 (-938)))))
+ (-12 (-4 *3 (-1070)) (-4 *4 (-1121)) (-5 *2 (-656 *1))
+ (-4 *1 (-393 *3 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-747 *3 *4))) (-5 *1 (-747 *3 *4)) (-4 *3 (-1070))
+ (-4 *4 (-738))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1))
+ (-4 *1 (-968 *3 *4 *5)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-347 *5 *6 *7 *8)) (-4 *5 (-442 *4))
- (-4 *6 (-1262 *5)) (-4 *7 (-1262 (-419 *6)))
- (-4 *8 (-353 *5 *6 *7)) (-4 *4 (-13 (-568) (-1057 (-576))))
- (-5 *2 (-2 (|:| -1991 (-783)) (|:| -3339 *8)))
- (-5 *1 (-928 *4 *5 *6 *7 *8))))
+ (-12 (-5 *3 (-946))
+ (-5 *2
+ (-2 (|:| |brans| (-656 (-656 (-962 (-227)))))
+ (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))))
+ (-5 *1 (-154))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-946)) (-5 *4 (-419 (-576)))
+ (-5 *2
+ (-2 (|:| |brans| (-656 (-656 (-962 (-227)))))
+ (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))))
+ (-5 *1 (-154))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-347 (-419 (-576)) *4 *5 *6))
- (-4 *4 (-1262 (-419 (-576)))) (-4 *5 (-1262 (-419 *4)))
- (-4 *6 (-353 (-419 (-576)) *4 *5))
- (-5 *2 (-2 (|:| -1991 (-783)) (|:| -3339 *6)))
- (-5 *1 (-929 *4 *5 *6)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
- (-5 *2 (-1054)) (-5 *1 (-764)))))
-(((*1 *1 *2 *2)
(-12
(-5 *2
- (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390)))
- (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1194))))
- (-5 *1 (-1194)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-656 (-905 *3))) (-5 *1 (-905 *3))
- (-4 *3 (-1119)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))))
-(((*1 *2)
- (-12 (-4 *3 (-13 (-568) (-1057 (-576)))) (-5 *2 (-1291))
- (-5 *1 (-445 *3 *4)) (-4 *4 (-442 *3)))))
-(((*1 *2)
- (-12 (-4 *3 (-568)) (-5 *2 (-656 (-701 *3))) (-5 *1 (-43 *3 *4))
- (-4 *4 (-429 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *1 (-59 *3)) (-4 *3 (-1236))))
- ((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-5 *1 (-59 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568))
- (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-4 *1 (-378 *2)) (-4 *2 (-174)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *6 (-1177))
- (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-227)) (-5 *4 (-576))
- (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) (-5 *2 (-1054))
- (-5 *1 (-760)))))
-(((*1 *1 *2 *2)
+ (-2 (|:| |brans| (-656 (-656 (-962 (-227)))))
+ (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))))
+ (-5 *1 (-154)) (-5 *3 (-656 (-962 (-227))))))
+ ((*1 *2 *3)
(-12
(-5 *2
- (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390)))
- (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1194))))
- (-5 *1 (-1194)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-1222 *3))) (-5 *1 (-1222 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
+ (-2 (|:| |brans| (-656 (-656 (-962 (-227)))))
+ (|:| |xValues| (-1115 (-227))) (|:| |yValues| (-1115 (-227)))))
+ (-5 *1 (-154)) (-5 *3 (-656 (-656 (-962 (-227)))))))
+ ((*1 *1 *2) (-12 (-5 *2 (-656 (-1115 (-390)))) (-5 *1 (-270))))
+ ((*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-270)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-568) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-286 *3 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1195))
- (-4 *4 (-13 (-568) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-286 *4 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-656 *6)) (-4 *6 (-862)) (-4 *4 (-374)) (-4 *5 (-805))
+ (-5 *1 (-516 *4 *5 *6 *2)) (-4 *2 (-968 *4 *5 *6))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *1 (-516 *3 *4 *5 *2)) (-4 *2 (-968 *3 *4 *5)))))
+(((*1 *1 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174))))
+ ((*1 *1 *1 *1) (-4 *1 (-485)))
+ ((*1 *1 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174))))
+ ((*1 *2 *2) (-12 (-5 *2 (-656 (-940))) (-5 *1 (-898))))
+ ((*1 *1 *1) (-5 *1 (-992)))
+ ((*1 *1 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-174)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390))
+ (-5 *2
+ (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576))
+ (|:| |success| (-112))))
+ (-5 *1 (-801)) (-5 *5 (-576)))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-5 *2 (-783)) (-4 *1 (-1264 *3)) (-4 *3 (-1070)))))
+(((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1070)) (-4 *3 (-1264 *4)) (-4 *2 (-1279 *4))
+ (-5 *1 (-1282 *4 *3 *5 *2)) (-4 *5 (-668 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-701 *1)) (-5 *4 (-1286 *1)) (-4 *1 (-651 *5))
- (-4 *5 (-1068))
- (-5 *2 (-2 (|:| -1953 (-701 *5)) (|:| |vec| (-1286 *5))))))
+ (|partial| -12 (-5 *3 (-115)) (-5 *4 (-656 *2)) (-5 *1 (-114 *2))
+ (-4 *2 (-1121))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 (-656 *4))) (-4 *4 (-1121))
+ (-5 *1 (-114 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1121))
+ (-5 *1 (-114 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-701 *1)) (-4 *1 (-651 *4)) (-4 *4 (-1068))
- (-5 *2 (-701 *4)))))
+ (|partial| -12 (-5 *3 (-115)) (-5 *2 (-1 *4 (-656 *4)))
+ (-5 *1 (-114 *4)) (-4 *4 (-1121))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-660 *3)) (-4 *3 (-1070))
+ (-5 *1 (-726 *3 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1070)) (-5 *1 (-848 *3)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1179)) (-5 *4 (-576)) (-5 *5 (-701 (-227)))
+ (-5 *2 (-1056)) (-5 *1 (-766)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-568) (-1057 (-576)))) (-4 *5 (-442 *4))
- (-5 *2 (-430 *3)) (-5 *1 (-447 *4 *5 *3)) (-4 *3 (-1262 *5)))))
+ (-12 (-5 *3 (-576)) (-5 *2 (-656 (-656 (-227)))) (-5 *1 (-1234)))))
+(((*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-1179)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *1) (-5 *1 (-609))))
+(((*1 *2 *3 *4 *4 *5)
+ (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-656 *3))
+ (-4 *3 (-13 (-442 *6) (-27) (-1223)))
+ (-4 *6 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-578 *6 *3 *7)) (-4 *7 (-1121)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1191 (-576))) (-5 *1 (-193)) (-5 *3 (-576))))
- ((*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-795 *2)) (-4 *2 (-174))))
+ (-12 (-5 *3 (-656 (-227))) (-5 *2 (-656 (-1179))) (-5 *1 (-194))))
((*1 *2 *3)
- (-12 (-5 *2 (-1191 (-576))) (-5 *1 (-959)) (-5 *3 (-576)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-5 *1 (-498 *2)) (-4 *2 (-1262 (-576))))))
-(((*1 *2 *3 *4 *5 *3 *6 *3)
- (-12 (-5 *3 (-576)) (-5 *5 (-171 (-227))) (-5 *6 (-1177))
- (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479))))
- ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))))
-(((*1 *1 *2 *2)
+ (-12 (-5 *3 (-656 (-227))) (-5 *2 (-656 (-1179))) (-5 *1 (-310))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-227))) (-5 *2 (-656 (-1179))) (-5 *1 (-315)))))
+(((*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-1291))))
+ ((*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-1291)))))
+(((*1 *1 *1 *2)
(-12
(-5 *2
- (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390)))
- (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1194))))
- (-5 *1 (-1194)))))
-(((*1 *2 *3 *3 *3)
- (|partial| -12
- (-4 *4 (-13 (-148) (-27) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-4 *5 (-1262 *4)) (-5 *2 (-1191 (-419 *5))) (-5 *1 (-627 *4 *5))
- (-5 *3 (-419 *5))))
- ((*1 *2 *3 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 (-430 *6) *6)) (-4 *6 (-1262 *5))
- (-4 *5 (-13 (-148) (-27) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-5 *2 (-1191 (-419 *6))) (-5 *1 (-627 *5 *6)) (-5 *3 (-419 *6)))))
+ (-2 (|:| -3116 (-656 (-876))) (|:| -3900 (-656 (-876)))
+ (|:| |presup| (-656 (-876))) (|:| -1901 (-656 (-876)))
+ (|:| |args| (-656 (-876)))))
+ (-5 *1 (-1197))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-656 (-876)))) (-5 *1 (-1197)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 (-112) *6)) (-4 *6 (-13 (-1121) (-1059 *5)))
+ (-4 *5 (-901 *4)) (-4 *4 (-1121)) (-5 *2 (-1 (-112) *5))
+ (-5 *1 (-950 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-261 *3)) (-4 *3 (-1238)) (-5 *2 (-783))))
+ ((*1 *2 *1) (-12 (-4 *1 (-312)) (-5 *2 (-783))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1070))
+ (-4 *2 (-13 (-416) (-1059 *4) (-374) (-1223) (-294)))
+ (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1264 *4))))
+ ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-624 *3)) (-4 *3 (-1121))))
+ ((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876))))
+ ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-876)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-568))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3053 *4)))
+ (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 (-1197))) (-5 *3 (-1197)) (-5 *1 (-548))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1197)) (-5 *1 (-716 *3)) (-4 *3 (-626 (-548)))))
+ ((*1 *2 *3 *2 *2)
+ (-12 (-5 *2 (-1197)) (-5 *1 (-716 *3)) (-4 *3 (-626 (-548)))))
+ ((*1 *2 *3 *2 *2 *2)
+ (-12 (-5 *2 (-1197)) (-5 *1 (-716 *3)) (-4 *3 (-626 (-548)))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *4 (-656 (-1197))) (-5 *2 (-1197)) (-5 *1 (-716 *3))
+ (-4 *3 (-626 (-548))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-656 (-960 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-656 (-960 *3))) (-4 *3 (-1068)) (-4 *1 (-1153 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 (-656 *3))) (-4 *1 (-1153 *3)) (-4 *3 (-1068))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 (-960 *3))) (-4 *1 (-1153 *3)) (-4 *3 (-1068)))))
-(((*1 *2 *3 *3 *2)
- (|partial| -12 (-5 *2 (-783))
- (-4 *3 (-13 (-738) (-379) (-10 -7 (-15 ** (*3 *3 (-576))))))
- (-5 *1 (-251 *3)))))
-(((*1 *2 *2 *3 *3 *4)
- (-12 (-5 *4 (-783)) (-4 *3 (-568)) (-5 *1 (-988 *3 *2))
- (-4 *2 (-1262 *3)))))
-(((*1 *2 *3) (-12 (-5 *2 (-576)) (-5 *1 (-581 *3)) (-4 *3 (-1057 *2))))
+ (-12 (-4 *1 (-167 *3)) (-4 *3 (-174)) (-4 *3 (-557))
+ (-5 *2 (-419 (-576)))))
((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *2 *5 *6)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *2 (-1119)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1222 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *3 *4 *5 *6 *2 *7 *8)
- (|partial| -12 (-5 *2 (-656 (-1191 *11))) (-5 *3 (-1191 *11))
- (-5 *4 (-656 *10)) (-5 *5 (-656 *8)) (-5 *6 (-656 (-783)))
- (-5 *7 (-1286 (-656 (-1191 *8)))) (-4 *10 (-862))
- (-4 *8 (-317)) (-4 *11 (-966 *8 *9 *10)) (-4 *9 (-805))
- (-5 *1 (-719 *9 *10 *8 *11)))))
-(((*1 *1) (-5 *1 (-301))))
+ (-12 (-5 *2 (-419 (-576))) (-5 *1 (-430 *3)) (-4 *3 (-557))
+ (-4 *3 (-568))))
+ ((*1 *2 *1) (-12 (-4 *1 (-557)) (-5 *2 (-419 (-576)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-809 *3)) (-4 *3 (-174)) (-4 *3 (-557))
+ (-5 *2 (-419 (-576)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-419 (-576))) (-5 *1 (-845 *3)) (-4 *3 (-557))
+ (-4 *3 (-1121))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-419 (-576))) (-5 *1 (-855 *3)) (-4 *3 (-557))
+ (-4 *3 (-1121))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1018 *3)) (-4 *3 (-174)) (-4 *3 (-557))
+ (-5 *2 (-419 (-576)))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-419 (-576))) (-5 *1 (-1029 *3)) (-4 *3 (-1059 *2)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-862)) (-4 *5 (-928)) (-4 *6 (-805))
+ (-4 *8 (-968 *5 *6 *7)) (-5 *2 (-430 (-1193 *8)))
+ (-5 *1 (-925 *5 *6 *7 *8)) (-5 *4 (-1193 *8))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-928)) (-4 *5 (-1264 *4)) (-5 *2 (-430 (-1193 *5)))
+ (-5 *1 (-926 *4 *5)) (-5 *3 (-1193 *5)))))
+(((*1 *1) (-5 *1 (-609))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1193 *7)) (-4 *5 (-1070))
+ (-4 *7 (-1070)) (-4 *2 (-1264 *5)) (-5 *1 (-513 *5 *2 *6 *7))
+ (-4 *6 (-1264 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1070)) (-4 *7 (-1070))
+ (-4 *4 (-1264 *5)) (-5 *2 (-1193 *7)) (-5 *1 (-513 *5 *4 *6 *7))
+ (-4 *6 (-1264 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-568) (-1057 (-576)))) (-5 *2 (-419 (-576)))
- (-5 *1 (-445 *4 *3)) (-4 *3 (-442 *4))))
+ (-12 (-5 *2 (-576)) (-5 *1 (-457 *3)) (-4 *3 (-416)) (-4 *3 (-1070)))))
+(((*1 *1 *1 *1) (-4 *1 (-144)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557))))
+ ((*1 *1 *1 *1) (-5 *1 (-876)))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-624 *3)) (-4 *3 (-442 *5))
- (-4 *5 (-13 (-568) (-1057 (-576)))) (-5 *2 (-1191 (-419 (-576))))
- (-5 *1 (-445 *5 *3)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-406)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-701 *8)) (-4 *8 (-966 *5 *7 *6))
- (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1195))))
- (-4 *7 (-805))
+ (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-576))) (-5 *1 (-1068))
+ (-5 *3 (-576)))))
+(((*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-368 *3)) (-4 *3 (-360)))))
+(((*1 *2 *3) (-12 (-5 *3 (-834)) (-5 *2 (-52)) (-5 *1 (-841)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-656 *4)) (-4 *4 (-374)) (-5 *2 (-1288 *4))
+ (-5 *1 (-826 *4 *3)) (-4 *3 (-668 *4)))))
+(((*1 *2 *2 *2)
+ (-12
(-5 *2
- (-656
- (-2 (|:| -3731 (-783))
- (|:| |eqns|
- (-656
- (-2 (|:| |det| *8) (|:| |rows| (-656 (-576)))
- (|:| |cols| (-656 (-576))))))
- (|:| |fgb| (-656 *8)))))
- (-5 *1 (-941 *5 *6 *7 *8)) (-5 *4 (-783)))))
-(((*1 *2 *2 *3) (-12 (-5 *2 (-576)) (-5 *3 (-783)) (-5 *1 (-573)))))
-(((*1 *1)
- (-12 (-4 *1 (-416)) (-2658 (|has| *1 (-6 -4453)))
- (-2658 (|has| *1 (-6 -4445)))))
- ((*1 *2 *1) (-12 (-4 *1 (-437 *2)) (-4 *2 (-1119)) (-4 *2 (-862))))
- ((*1 *2 *1) (-12 (-4 *1 (-842 *2)) (-4 *2 (-862))))
- ((*1 *1) (-4 *1 (-856))) ((*1 *1 *1 *1) (-4 *1 (-862))))
-(((*1 *2 *1)
- (-12 (-14 *3 (-656 (-1195))) (-4 *4 (-174))
- (-14 *6
- (-1 (-112) (-2 (|:| -3222 *5) (|:| -2125 *2))
- (-2 (|:| -3222 *5) (|:| -2125 *2))))
- (-4 *2 (-243 (-3500 *3) (-783))) (-5 *1 (-473 *3 *4 *5 *2 *6 *7))
- (-4 *5 (-862)) (-4 *7 (-966 *4 *2 (-876 *3))))))
-(((*1 *1 *2) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1221))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2491 *4)))
- (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-182))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-321))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-989))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1013))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1055))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1092)))))
+ (-2 (|:| -1726 (-701 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-701 *3))))
+ (-4 *3 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $)))))
+ (-4 *4 (-1264 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-767)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 (-52))) (-5 *1 (-907 *3)) (-4 *3 (-1121)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-656 (-2 (|:| |val| (-656 *6)) (|:| -3986 *7))))
- (-4 *6 (-1084 *3 *4 *5)) (-4 *7 (-1090 *3 *4 *5 *6)) (-4 *3 (-464))
- (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-1007 *3 *4 *5 *6 *7))))
+ (-12 (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-432 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1223) (-442 *3)))
+ (-14 *4 (-1197)) (-14 *5 *2)))
((*1 *2 *2)
- (-12 (-5 *2 (-656 (-2 (|:| |val| (-656 *6)) (|:| -3986 *7))))
- (-4 *6 (-1084 *3 *4 *5)) (-4 *7 (-1090 *3 *4 *5 *6)) (-4 *3 (-464))
- (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-1126 *3 *4 *5 *6 *7)))))
+ (-12 (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-4 *2 (-13 (-27) (-1223) (-442 *3) (-10 -8 (-15 -4114 ($ *4)))))
+ (-4 *4 (-860))
+ (-4 *5
+ (-13 (-1266 *2 *4) (-374) (-1223)
+ (-10 -8 (-15 -4107 ($ $)) (-15 -1488 ($ $)))))
+ (-5 *1 (-434 *3 *2 *4 *5 *6 *7)) (-4 *6 (-1004 *5))
+ (-14 *7 (-1197)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-783)) (-4 *6 (-374)) (-5 *4 (-1232 *6))
+ (-5 *2 (-1 (-1178 *4) (-1178 *4))) (-5 *1 (-1296 *6))
+ (-5 *5 (-1178 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1231 *4 *5 *6 *3)) (-4 *4 (-568)) (-4 *5 (-805))
+ (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-326 (-390))) (-5 *2 (-326 (-227))) (-5 *1 (-315)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-1193 *3)) (-5 *1 (-41 *4 *3))
+ (-4 *3
+ (-13 (-374) (-312)
+ (-10 -8 (-15 -2687 ((-1146 *4 (-624 $)) $))
+ (-15 -2698 ((-1146 *4 (-624 $)) $))
+ (-15 -4114 ($ (-1146 *4 (-624 $))))))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1185 *2 *3)) (-14 *2 (-940)) (-4 *3 (-1070)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-1057 (-576))) (-4 *3 (-568)) (-5 *1 (-32 *3 *2))
- (-4 *2 (-442 *3))))
- ((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-1191 *4)) (-5 *1 (-166 *3 *4))
- (-4 *3 (-167 *4))))
- ((*1 *1 *1) (-12 (-4 *1 (-1068)) (-4 *1 (-312))))
- ((*1 *2) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-1191 *3))))
- ((*1 *2) (-12 (-4 *1 (-736 *3 *2)) (-4 *3 (-174)) (-4 *2 (-1262 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1087 *3 *2)) (-4 *3 (-13 (-860) (-374)))
- (-4 *2 (-1262 *3)))))
-(((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
- (-4 *3 (-378 *4))))
- ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *5 *6 *7 *7 *8)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-112)) (-4 *6 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-4 *3 (-13 (-27) (-1223) (-442 *6) (-10 -8 (-15 -4114 ($ *7)))))
+ (-4 *7 (-860))
+ (-4 *8
+ (-13 (-1266 *3 *7) (-374) (-1223)
+ (-10 -8 (-15 -4107 ($ $)) (-15 -1488 ($ $)))))
+ (-5 *2
+ (-3 (|:| |%series| *8)
+ (|:| |%problem| (-2 (|:| |func| (-1179)) (|:| |prob| (-1179))))))
+ (-5 *1 (-434 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1179)) (-4 *9 (-1004 *8))
+ (-14 *10 (-1197)))))
+(((*1 *2 *3 *1)
(-12
- (-5 *3
- (-2 (|:| |det| *12) (|:| |rows| (-656 (-576)))
- (|:| |cols| (-656 (-576)))))
- (-5 *4 (-701 *12)) (-5 *5 (-656 (-419 (-969 *9))))
- (-5 *6 (-656 (-656 *12))) (-5 *7 (-783)) (-5 *8 (-576))
- (-4 *9 (-13 (-317) (-148))) (-4 *12 (-966 *9 *11 *10))
- (-4 *10 (-13 (-862) (-626 (-1195)))) (-4 *11 (-805))
(-5 *2
- (-2 (|:| |eqzro| (-656 *12)) (|:| |neqzro| (-656 *12))
- (|:| |wcond| (-656 (-969 *9)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1286 (-419 (-969 *9))))
- (|:| -4156 (-656 (-1286 (-419 (-969 *9)))))))))
- (-5 *1 (-941 *9 *10 *11 *12)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1191 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))))
+ (-2 (|:| |cycle?| (-112)) (|:| -1993 (-783)) (|:| |period| (-783))))
+ (-5 *1 (-1178 *4)) (-4 *4 (-1238)) (-5 *3 (-783)))))
+(((*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10)
+ (|partial| -12 (-5 *2 (-656 (-1193 *13))) (-5 *3 (-1193 *13))
+ (-5 *4 (-656 *12)) (-5 *5 (-656 *10)) (-5 *6 (-656 *13))
+ (-5 *7 (-656 (-656 (-2 (|:| -1355 (-783)) (|:| |pcoef| *13)))))
+ (-5 *8 (-656 (-783))) (-5 *9 (-1288 (-656 (-1193 *10))))
+ (-4 *12 (-862)) (-4 *10 (-317)) (-4 *13 (-968 *10 *11 *12))
+ (-4 *11 (-805)) (-5 *1 (-719 *11 *12 *10 *13)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-968 *4 *5 *6)) (-4 *6 (-626 (-1197)))
+ (-4 *4 (-374)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-5 *2 (-1186 (-656 (-971 *4)) (-656 (-304 (-971 *4)))))
+ (-5 *1 (-516 *4 *5 *6 *7)))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-656 *2)) (-4 *2 (-1121)) (-4 *2 (-1238)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-1222 *3))) (-5 *1 (-1222 *3)) (-4 *3 (-1119)))))
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1191 *4)) (-4 *4 (-360))
- (-4 *2
- (-13 (-414)
- (-10 -7 (-15 -3567 (*2 *4)) (-15 -4379 ((-938) *2))
- (-15 -4156 ((-1286 *2) (-938))) (-15 -3711 (*2 *2)))))
- (-5 *1 (-367 *2 *4)))))
-(((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7)
- (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227)))
- (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT))))
- (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE)))) (-5 *4 (-227))
- (-5 *2 (-1054)) (-5 *1 (-767))))
- ((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8)
- (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227)))
- (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT))))
- (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE)))) (-5 *8 (-400))
- (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-767)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-872)) (-5 *2 (-703 (-561))) (-5 *3 (-561)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-135))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-845 *3)) (-4 *3 (-1119))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-855 *3)) (-4 *3 (-1119)))))
+ (|partial| -12 (-5 *3 (-1288 *4)) (-4 *4 (-13 (-1070) (-651 (-576))))
+ (-5 *2 (-1288 (-576))) (-5 *1 (-1316 *4)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *2 *4 *5 *6)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *2 (-1119)))))
+ (-12 (-5 *2 (-2 (|:| |preimage| (-656 *3)) (|:| |image| (-656 *3))))
+ (-5 *1 (-924 *3)) (-4 *3 (-1121)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1286 (-656 (-2 (|:| -3103 *4) (|:| -3222 (-1139))))))
- (-4 *4 (-360)) (-5 *2 (-1291)) (-5 *1 (-540 *4)))))
-(((*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-1068)))))
-(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-870))))
- ((*1 *2 *1) (-12 (-5 *2 (-1123)) (-5 *1 (-982))))
- ((*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-1008))))
- ((*1 *2 *1) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-1236))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-1119) (-34))) (-5 *1 (-1159 *2 *3))
- (-4 *3 (-13 (-1119) (-34))))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227)))
- (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-79 LSFUN1))))
- (-5 *2 (-1054)) (-5 *1 (-765)))))
+ (-12 (-5 *4 (-112))
+ (-5 *2
+ (-2 (|:| |contp| (-576))
+ (|:| -4155 (-656 (-2 (|:| |irr| *3) (|:| -2992 (-576)))))))
+ (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112))
+ (-5 *2
+ (-2 (|:| |contp| (-576))
+ (|:| -4155 (-656 (-2 (|:| |irr| *3) (|:| -2992 (-576)))))))
+ (-5 *1 (-1253 *3)) (-4 *3 (-1264 (-576))))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-5 *3 (-1 (-112) *2)) (-4 *1 (-152 *2))
+ (-4 *2 (-1238)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4))))
+ (-5 *1 (-1093 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1279 *2)) (-4 *2 (-1070)))))
+(((*1 *2 *2) (-12 (-5 *1 (-599 *2)) (-4 *2 (-557)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-656 (-960 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-656 (-960 *3))) (-4 *3 (-1068)) (-4 *1 (-1153 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 (-656 *3))) (-4 *1 (-1153 *3)) (-4 *3 (-1068))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 (-960 *3))) (-4 *1 (-1153 *3)) (-4 *3 (-1068)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1084 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *2 (-862))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)))))
-(((*1 *2 *1 *3 *3 *3 *2)
- (-12 (-5 *3 (-783)) (-5 *1 (-687 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1191 *4)) (-5 *1 (-600 *4))
- (-4 *4 (-360)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-1119)) (-4 *2 (-915 *4)) (-5 *1 (-704 *4 *2 *5 *3))
- (-4 *5 (-384 *2)) (-4 *3 (-13 (-384 *4) (-10 -7 (-6 -4462)))))))
-(((*1 *2 *2) (-12 (-5 *1 (-694 *2)) (-4 *2 (-1119)))))
+ (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1))
+ (-4 *1 (-1086 *3 *4 *5)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1178 (-656 (-576)))) (-5 *3 (-656 (-576)))
+ (-5 *1 (-898)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1125)) (-5 *3 (-786)) (-5 *1 (-52)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-767)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-516 (-419 (-576)) (-245 *5 (-783)) (-876 *4)
- (-253 *4 (-419 (-576)))))
- (-14 *4 (-656 (-1195))) (-14 *5 (-783)) (-5 *2 (-112))
- (-5 *1 (-517 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2))
- (-4 *4 (-568)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-581 *3)) (-4 *3 (-1057 (-576)))))
+ (-2 (|:| |pde| (-656 (-326 (-227))))
+ (|:| |constraints|
+ (-656
+ (-2 (|:| |start| (-227)) (|:| |finish| (-227))
+ (|:| |grid| (-783)) (|:| |boundaryType| (-576))
+ (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227))))))
+ (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179))
+ (|:| |tol| (-227))))
+ (-5 *2 (-112)) (-5 *1 (-212)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-289))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121))))
((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))))
+ (-12 (-4 *1 (-1305 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070))
+ (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1311 *3 *4)) (-4 *3 (-1070))
+ (-4 *4 (-858)))))
+(((*1 *2)
+ (-12 (-5 *2 (-940)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-940)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))))
+(((*1 *1) (-5 *1 (-158))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *1) (-12 (-5 *2 (-215 4 (-130))) (-5 *1 (-591)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-874)) (-5 *1 (-402 *3 *4 *5)) (-14 *3 (-783))
- (-14 *4 (-783)) (-4 *5 (-174)))))
+ (-12 (-4 *1 (-566 *3)) (-4 *3 (-13 (-416) (-1223))) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-860)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1089 *4 *3)) (-4 *4 (-13 (-860) (-374)))
+ (-4 *3 (-1264 *4)) (-5 *2 (-112)))))
+(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-945)))))
+(((*1 *1)
+ (-12 (-4 *1 (-416)) (-2300 (|has| *1 (-6 -4455)))
+ (-2300 (|has| *1 (-6 -4447)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-437 *2)) (-4 *2 (-1121)) (-4 *2 (-862))))
+ ((*1 *2 *1) (-12 (-4 *1 (-842 *2)) (-4 *2 (-862))))
+ ((*1 *1) (-4 *1 (-856))) ((*1 *1 *1 *1) (-4 *1 (-862))))
(((*1 *2 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-1 (-1176 (-969 *4)) (-1176 (-969 *4))))
- (-5 *1 (-1294 *4)) (-4 *4 (-374)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-960 (-227))) (-5 *2 (-1291)) (-5 *1 (-480)))))
-(((*1 *1 *1) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1119)))))
-(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-711))))
- ((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-711)))))
-(((*1 *1 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-21)) (-4 *2 (-1236)))))
-(((*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
- ((*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))))
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
+ (|:| |relerr| (-227))))
+ (-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| (-1178 (-227)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -3646
+ (-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 (-571)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1124 *2 *3 *4 *5 *6)) (-4 *2 (-1121)) (-4 *3 (-1121))
+ (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1160))))
+(((*1 *2 *2) (|partial| -12 (-5 *2 (-326 (-227))) (-5 *1 (-315))))
+ ((*1 *2 *1)
+ (|partial| -12
+ (-5 *2 (-2 (|:| |num| (-907 *3)) (|:| |den| (-907 *3))))
+ (-5 *1 (-907 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *1) (-12 (-4 *1 (-568)) (-5 *2 (-112)))))
+(((*1 *1 *1) (-12 (-5 *1 (-933 *2)) (-4 *2 (-317)))))
+(((*1 *2 *1) (-12 (-5 *2 (-992)) (-5 *1 (-1313)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1288 *4)) (-5 *3 (-1141)) (-4 *4 (-360))
+ (-5 *1 (-540 *4)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-783)) (-5 *1 (-795 *2)) (-4 *2 (-38 (-419 (-576))))
+ (-4 *2 (-174)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1288 *4)) (-5 *3 (-783)) (-4 *4 (-360))
+ (-5 *1 (-540 *4)))))
(((*1 *2 *1)
- (-12 (-4 *4 (-1119)) (-5 *2 (-902 *3 *4)) (-5 *1 (-898 *3 *4 *5))
- (-4 *3 (-1119)) (-4 *5 (-678 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-983 *4)) (-4 *4 (-1119)) (-5 *2 (-1121 *4))
- (-5 *1 (-984 *4)))))
-(((*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-112))
- (-5 *6 (-227)) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-68 APROD))))
- (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-73 MSOLVE))))
- (-5 *2 (-1054)) (-5 *1 (-768)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-1137)) (-5 *1 (-1134)))))
-(((*1 *1) (-5 *1 (-142))))
+ (-12 (-5 *2 (-783)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940))
+ (-4 *4 (-1070)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))))
+(((*1 *2 *3 *1) (-12 (-5 *3 (-1197)) (-5 *2 (-1201)) (-5 *1 (-1200)))))
+(((*1 *2 *3 *3 *2 *4)
+ (-12 (-5 *3 (-701 *2)) (-5 *4 (-576))
+ (-4 *2 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $)))))
+ (-4 *5 (-1264 *2)) (-5 *1 (-511 *2 *5 *6)) (-4 *6 (-421 *2 *5)))))
+(((*1 *1 *2) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1223))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 (-656 *5))) (-4 *5 (-1277 *4))
- (-4 *4 (-38 (-419 (-576))))
- (-5 *2 (-1 (-1176 *4) (-656 (-1176 *4)))) (-5 *1 (-1279 *4 *5)))))
+ (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936))))
+ ((*1 *2) (-12 (-5 *2 (-923 (-576))) (-5 *1 (-936)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-480)) (-5 *3 (-656 (-270))) (-5 *1 (-1289))))
+ ((*1 *1 *1) (-5 *1 (-1289))))
+(((*1 *2)
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-5 *2 (-701 (-419 *4))))))
+(((*1 *2 *1 *1 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1)))
+ (-4 *1 (-317))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2549 *1)))
+ (-4 *1 (-317)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-850))) (-5 *1 (-141)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *2 *1 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| -2862 *3) (|:| |gap| (-783)) (|:| -4079 (-794 *3))
+ (|:| -1380 (-794 *3))))
+ (-5 *1 (-794 *3)) (-4 *3 (-1070))))
+ ((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *3 (-862))
+ (-5 *2
+ (-2 (|:| -2862 *1) (|:| |gap| (-783)) (|:| -4079 *1)
+ (|:| -1380 *1)))
+ (-4 *1 (-1086 *4 *5 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *2
+ (-2 (|:| -2862 *1) (|:| |gap| (-783)) (|:| -4079 *1)
+ (|:| -1380 *1)))
+ (-4 *1 (-1086 *3 *4 *5)))))
+(((*1 *2 *1 *3 *3 *4)
+ (-12 (-5 *3 (-1 (-876) (-876) (-876))) (-5 *4 (-576)) (-5 *2 (-876))
+ (-5 *1 (-661 *5 *6 *7)) (-4 *5 (-1121)) (-4 *6 (-23)) (-14 *7 *6)))
+ ((*1 *2 *1 *2)
+ (-12 (-5 *2 (-876)) (-5 *1 (-868 *3 *4 *5)) (-4 *3 (-1070))
+ (-14 *4 (-99 *3)) (-14 *5 (-1 *3 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-227)) (-5 *1 (-876))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-876))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-876))))
+ ((*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876))))
+ ((*1 *2 *1 *2)
+ (-12 (-5 *2 (-876)) (-5 *1 (-1193 *3)) (-4 *3 (-1070)))))
+(((*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-112))
+ (-5 *2 (-1056)) (-5 *1 (-765)))))
+(((*1 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-379)) (-4 *2 (-374))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-1288 *4)) (-5 *1 (-540 *4))
+ (-4 *4 (-360)))))
+(((*1 *1) (-5 *1 (-227))) ((*1 *1) (-5 *1 (-390))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-568) (-148))) (-5 *1 (-549 *3 *2))
+ (-4 *2 (-1279 *3))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-4 *4 (-1264 *3))
+ (-4 *5 (-736 *3 *4)) (-5 *1 (-553 *3 *4 *5 *2)) (-4 *2 (-1279 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-5 *1 (-554 *3 *2))
+ (-4 *2 (-1279 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-13 (-568) (-148)))
+ (-5 *1 (-1174 *3)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-576)) (-5 *1 (-457 *3)) (-4 *3 (-416)) (-4 *3 (-1068)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-783)) (-4 *6 (-374)) (-5 *4 (-1230 *6))
- (-5 *2 (-1 (-1176 *4) (-1176 *4))) (-5 *1 (-1294 *6))
- (-5 *5 (-1176 *4)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-656 *2)) (-4 *2 (-1119)) (-4 *2 (-1236)))))
+ (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
+ (-5 *2 (-656 *4)) (-5 *1 (-1149 *3 *4)) (-4 *3 (-1264 *4))))
+ ((*1 *2 *3 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
+ (-5 *2 (-656 *3)) (-5 *1 (-1149 *4 *3)) (-4 *4 (-1264 *3)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1185 *2 *3)) (-14 *2 (-940)) (-4 *3 (-1070)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *3 (-317)) (-4 *3 (-174)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3)))
+ (-5 *1 (-700 *3 *4 *5 *6)) (-4 *6 (-699 *3 *4 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3))) (-5 *1 (-712 *3))
+ (-4 *3 (-317)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *6 (-568)) (-4 *2 (-968 *3 *5 *4))
+ (-5 *1 (-744 *5 *4 *6 *2)) (-5 *3 (-419 (-971 *6))) (-4 *5 (-805))
+ (-4 *4 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $))))))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-608 *3)) (-4 *3 (-1070))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-994 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-804))
+ (-4 *5 (-862)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *5 *3)
+ (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-765)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 (-783))) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940))
+ (-4 *4 (-1070)))))
+(((*1 *1 *1) (-5 *1 (-1084))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-333 *3 *4)) (-4 *3 (-1121))
+ (-4 *4 (-132))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1121)) (-5 *1 (-372 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-397 *3)) (-4 *3 (-1121))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1121)) (-5 *1 (-661 *3 *4 *5))
+ (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| |mval| (-701 *3)) (|:| |invmval| (-701 *3))
+ (|:| |genIdeal| (-516 *3 *4 *5 *6))))
+ (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-5 *2 (-2 (|:| -2240 *3) (|:| -2904 *4))))))
+(((*1 *2)
+ (-12 (-4 *4 (-174)) (-5 *2 (-783)) (-5 *1 (-166 *3 *4))
+ (-4 *3 (-167 *4))))
+ ((*1 *2)
+ (-12 (-14 *4 *2) (-4 *5 (-1238)) (-5 *2 (-783))
+ (-5 *1 (-242 *3 *4 *5)) (-4 *3 (-243 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *4 (-1121)) (-5 *2 (-783)) (-5 *1 (-441 *3 *4))
+ (-4 *3 (-442 *4))))
+ ((*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-556 *3)) (-4 *3 (-557))))
+ ((*1 *2) (-12 (-4 *1 (-775)) (-5 *2 (-783))))
+ ((*1 *2)
+ (-12 (-4 *4 (-174)) (-5 *2 (-783)) (-5 *1 (-808 *3 *4))
+ (-4 *3 (-809 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-1012 *3 *4))
+ (-4 *3 (-1013 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-174)) (-5 *2 (-783)) (-5 *1 (-1017 *3 *4))
+ (-4 *3 (-1018 *4))))
+ ((*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1032 *3)) (-4 *3 (-1033))))
+ ((*1 *2) (-12 (-4 *1 (-1070)) (-5 *2 (-783))))
+ ((*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1080 *3)) (-4 *3 (-1081)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-769)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1312 *4 *2)) (-4 *1 (-385 *4 *2)) (-4 *4 (-862))
+ (-4 *2 (-174))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1305 *3 *2)) (-4 *3 (-862)) (-4 *2 (-1070))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-831 *4)) (-4 *1 (-1305 *4 *2)) (-4 *4 (-862))
+ (-4 *2 (-1070))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *2 (-1070)) (-5 *1 (-1311 *2 *3)) (-4 *3 (-858)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1195))
- (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
- (-5 *1 (-325 *4 *5)) (-4 *5 (-13 (-27) (-1221) (-442 *4)))))
+ (-12 (-5 *3 (-1197))
+ (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-5 *1 (-325 *4 *5)) (-4 *5 (-13 (-27) (-1223) (-442 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
- (-5 *1 (-325 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *4)))))
+ (-12 (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-5 *1 (-325 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *4)))))
((*1 *2 *3 *4)
(-12 (-5 *4 (-419 (-576)))
- (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
- (-5 *1 (-325 *5 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5)))))
+ (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-5 *1 (-325 *5 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5)))
- (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5)))
+ (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-325 *5 *3))))
((*1 *2 *3 *4 *5)
(-12 (-5 *4 (-304 *3)) (-5 *5 (-419 (-576)))
- (-4 *3 (-13 (-27) (-1221) (-442 *6)))
- (-4 *6 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-4 *3 (-13 (-27) (-1223) (-442 *6)))
+ (-4 *6 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-325 *6 *3))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 (-576))) (-5 *4 (-304 *6))
- (-4 *6 (-13 (-27) (-1221) (-442 *5)))
- (-4 *5 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-4 *6 (-13 (-27) (-1223) (-442 *5)))
+ (-4 *5 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-471 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1195)) (-5 *5 (-304 *3))
- (-4 *3 (-13 (-27) (-1221) (-442 *6)))
- (-4 *6 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-12 (-5 *4 (-1197)) (-5 *5 (-304 *3))
+ (-4 *3 (-13 (-27) (-1223) (-442 *6)))
+ (-4 *6 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-471 *6 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-576))) (-5 *4 (-304 *7)) (-5 *5 (-1253 (-576)))
- (-4 *7 (-13 (-27) (-1221) (-442 *6)))
- (-4 *6 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-12 (-5 *3 (-1 *7 (-576))) (-5 *4 (-304 *7)) (-5 *5 (-1255 (-576)))
+ (-4 *7 (-13 (-27) (-1223) (-442 *6)))
+ (-4 *6 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-471 *6 *7))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1195)) (-5 *5 (-304 *3)) (-5 *6 (-1253 (-576)))
- (-4 *3 (-13 (-27) (-1221) (-442 *7)))
- (-4 *7 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-12 (-5 *4 (-1197)) (-5 *5 (-304 *3)) (-5 *6 (-1255 (-576)))
+ (-4 *3 (-13 (-27) (-1223) (-442 *7)))
+ (-4 *7 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-471 *7 *3))))
((*1 *2 *3 *4 *5 *6)
(-12 (-5 *3 (-1 *8 (-419 (-576)))) (-5 *4 (-304 *8))
- (-5 *5 (-1253 (-419 (-576)))) (-5 *6 (-419 (-576)))
- (-4 *8 (-13 (-27) (-1221) (-442 *7)))
- (-4 *7 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-5 *5 (-1255 (-419 (-576)))) (-5 *6 (-419 (-576)))
+ (-4 *8 (-13 (-27) (-1223) (-442 *7)))
+ (-4 *7 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-471 *7 *8))))
((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *4 (-1195)) (-5 *5 (-304 *3)) (-5 *6 (-1253 (-419 (-576))))
- (-5 *7 (-419 (-576))) (-4 *3 (-13 (-27) (-1221) (-442 *8)))
- (-4 *8 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-12 (-5 *4 (-1197)) (-5 *5 (-304 *3)) (-5 *6 (-1255 (-419 (-576))))
+ (-5 *7 (-419 (-576))) (-4 *3 (-13 (-27) (-1223) (-442 *8)))
+ (-4 *8 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-471 *8 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1176 (-2 (|:| |k| (-576)) (|:| |c| *3))))
- (-4 *3 (-1068)) (-5 *1 (-607 *3))))
+ (-12 (-5 *2 (-1178 (-2 (|:| |k| (-576)) (|:| |c| *3))))
+ (-4 *3 (-1070)) (-5 *1 (-607 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-608 *3))))
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-608 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1176 (-2 (|:| |k| (-576)) (|:| |c| *3))))
- (-4 *3 (-1068)) (-4 *1 (-1246 *3))))
+ (-12 (-5 *2 (-1178 (-2 (|:| |k| (-576)) (|:| |c| *3))))
+ (-4 *3 (-1070)) (-4 *1 (-1248 *3))))
((*1 *1 *2 *3)
(-12 (-5 *2 (-783))
- (-5 *3 (-1176 (-2 (|:| |k| (-419 (-576))) (|:| |c| *4))))
- (-4 *4 (-1068)) (-4 *1 (-1267 *4))))
+ (-5 *3 (-1178 (-2 (|:| |k| (-419 (-576))) (|:| |c| *4))))
+ (-4 *4 (-1070)) (-4 *1 (-1269 *4))))
((*1 *1 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-4 *1 (-1277 *3))))
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-4 *1 (-1279 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1176 (-2 (|:| |k| (-783)) (|:| |c| *3))))
- (-4 *3 (-1068)) (-4 *1 (-1277 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1))
- (-4 *1 (-1084 *3 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-566 *3)) (-4 *3 (-13 (-416) (-1221))) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-860)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1087 *4 *3)) (-4 *4 (-13 (-860) (-374)))
- (-4 *3 (-1262 *4)) (-5 *2 (-112)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-783)) (-5 *1 (-795 *2)) (-4 *2 (-38 (-419 (-576))))
- (-4 *2 (-174)))))
-(((*1 *2 *1 *1 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1)))
- (-4 *1 (-317))))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4126 *1)))
- (-4 *1 (-317)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *3 (-317)) (-4 *3 (-174)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3)))
- (-5 *1 (-700 *3 *4 *5 *6)) (-4 *6 (-699 *3 *4 *5))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3))) (-5 *1 (-712 *3))
- (-4 *3 (-317)))))
+ (-12 (-5 *2 (-1178 (-2 (|:| |k| (-783)) (|:| |c| *3))))
+ (-4 *3 (-1070)) (-4 *1 (-1279 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-568) (-1059 (-576)))) (-5 *1 (-190 *3 *2))
+ (-4 *2 (-13 (-27) (-1223) (-442 (-171 *3))))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-568) (-1059 (-576))))
+ (-5 *1 (-190 *4 *2)) (-4 *2 (-13 (-27) (-1223) (-442 (-171 *4))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1197))
+ (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-1227 *4 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *4))))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479))))
+ ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1113 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-194))))
+ (-12 (-5 *3 (-1115 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-194))))
((*1 *2 *3)
- (-12 (-5 *3 (-1113 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-310))))
+ (-12 (-5 *3 (-1115 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-310))))
((*1 *2 *3)
- (-12 (-5 *3 (-1113 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-315)))))
+ (-12 (-5 *3 (-1115 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-315)))))
+(((*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-130)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1123 (-1123 *3))) (-5 *1 (-923 *3)) (-4 *3 (-1121)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-419 (-576))) (-5 *1 (-607 *3)) (-4 *3 (-38 *2))
+ (-4 *3 (-1070)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-1161 *2 *3)) (-4 *2 (-13 (-1121) (-34)))
+ (-4 *3 (-13 (-1121) (-34))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-656 (-962 *3))))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1197)) (-5 *5 (-656 (-419 (-971 *6))))
+ (-5 *3 (-419 (-971 *6)))
+ (-4 *6 (-13 (-568) (-1059 (-576)) (-148)))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-582 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1238))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1117))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-4 *1 (-1276 *3)) (-4 *3 (-1238))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-940)) (-5 *4 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1289)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6))
+ (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))))
+(((*1 *2 *2 *2)
+ (-12
+ (-5 *2
+ (-656
+ (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-783)) (|:| |poli| *6)
+ (|:| |polj| *6))))
+ (-4 *4 (-805)) (-4 *6 (-968 *3 *4 *5)) (-4 *3 (-464)) (-4 *5 (-862))
+ (-5 *1 (-461 *3 *4 *5 *6)))))
(((*1 *2 *2)
(-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-894 (-1 (-227) (-227)))) (-5 *4 (-1115 (-390)))
+ (-5 *5 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-262))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-894 (-1 (-227) (-227)))) (-5 *4 (-1115 (-390)))
+ (-5 *2 (-1154 (-227))) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 (-962 (-227)) (-227))) (-5 *4 (-1115 (-390)))
+ (-5 *5 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-262))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-962 (-227)) (-227))) (-5 *4 (-1115 (-390)))
+ (-5 *2 (-1154 (-227))) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1115 (-390)))
+ (-5 *5 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1115 (-390)))
+ (-5 *2 (-1154 (-227))) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-962 (-227)) (-227) (-227))) (-5 *4 (-1115 (-390)))
+ (-5 *5 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-962 (-227)) (-227) (-227))) (-5 *4 (-1115 (-390)))
+ (-5 *2 (-1154 (-227))) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-897 (-1 (-227) (-227) (-227)))) (-5 *4 (-1115 (-390)))
+ (-5 *5 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-897 (-1 (-227) (-227) (-227)))) (-5 *4 (-1115 (-390)))
+ (-5 *2 (-1154 (-227))) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-894 *6)) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270)))
+ (-4 *6 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1154 (-227)))
+ (-5 *1 (-266 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-894 *5)) (-5 *4 (-1113 (-390)))
+ (-4 *5 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1154 (-227)))
+ (-5 *1 (-266 *5))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270)))
+ (-5 *2 (-1154 (-227))) (-5 *1 (-266 *3))
+ (-4 *3 (-13 (-626 (-548)) (-1121)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1113 (-390))) (-5 *2 (-1154 (-227))) (-5 *1 (-266 *3))
+ (-4 *3 (-13 (-626 (-548)) (-1121)))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-897 *6)) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270)))
+ (-4 *6 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1154 (-227)))
+ (-5 *1 (-266 *6))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-897 *5)) (-5 *4 (-1113 (-390)))
+ (-4 *5 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1154 (-227)))
+ (-5 *1 (-266 *5)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-5 *1 (-1281 *3 *2))
+ (-4 *2 (-1279 *3)))))
+(((*1 *1 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-21)) (-4 *2 (-1238)))))
+(((*1 *2 *3) (-12 (-5 *3 (-419 (-576))) (-5 *2 (-227)) (-5 *1 (-315)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-238)) (-4 *3 (-1070)) (-4 *4 (-862)) (-4 *5 (-275 *4))
+ (-4 *6 (-805)) (-5 *2 (-1 *1 (-783))) (-4 *1 (-260 *3 *4 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1070)) (-4 *3 (-862)) (-4 *5 (-275 *3)) (-4 *6 (-805))
+ (-5 *2 (-1 *1 (-783))) (-4 *1 (-260 *4 *3 *5 *6))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-275 *2)) (-4 *2 (-862)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-661 *3 *4 *5)) (-4 *3 (-1121))
+ (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-701 *2)) (-4 *2 (-174)) (-5 *1 (-147 *2))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-174)) (-4 *2 (-1264 *4)) (-5 *1 (-179 *4 *2 *3))
+ (-4 *3 (-736 *4 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-701 (-419 (-971 *5)))) (-5 *4 (-1197))
+ (-5 *2 (-971 *5)) (-5 *1 (-302 *5)) (-4 *5 (-464))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-701 (-419 (-971 *4)))) (-5 *2 (-971 *4))
+ (-5 *1 (-302 *4)) (-4 *4 (-464))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-381 *3 *2)) (-4 *3 (-174)) (-4 *2 (-1264 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-701 (-171 (-419 (-576)))))
+ (-5 *2 (-971 (-171 (-419 (-576))))) (-5 *1 (-776 *4))
+ (-4 *4 (-13 (-374) (-860)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-701 (-171 (-419 (-576))))) (-5 *4 (-1197))
+ (-5 *2 (-971 (-171 (-419 (-576))))) (-5 *1 (-776 *5))
+ (-4 *5 (-13 (-374) (-860)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-701 (-419 (-576)))) (-5 *2 (-971 (-419 (-576))))
+ (-5 *1 (-791 *4)) (-4 *4 (-13 (-374) (-860)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-701 (-419 (-576)))) (-5 *4 (-1197))
+ (-5 *2 (-971 (-419 (-576)))) (-5 *1 (-791 *5))
+ (-4 *5 (-13 (-374) (-860))))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-576))) (-4 *3 (-1070)) (-5 *1 (-607 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-576))) (-4 *1 (-1248 *3)) (-4 *3 (-1070))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-576))) (-4 *1 (-1279 *3)) (-4 *3 (-1070)))))
+(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1207)))))
(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *5 (-624 *4)) (-5 *6 (-1195))
- (-4 *4 (-13 (-442 *7) (-27) (-1221)))
- (-4 *7 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
+ (-12 (-5 *5 (-624 *4)) (-5 *6 (-1197))
+ (-4 *4 (-13 (-442 *7) (-27) (-1223)))
+ (-4 *7 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4156 (-656 *4))))
- (-5 *1 (-578 *7 *4 *3)) (-4 *3 (-668 *4)) (-4 *3 (-1119)))))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1726 (-656 *4))))
+ (-5 *1 (-578 *7 *4 *3)) (-4 *3 (-668 *4)) (-4 *3 (-1121)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-656 (-1097 *4 *5 *2))) (-4 *4 (-1121))
+ (-4 *5 (-13 (-1070) (-901 *4) (-626 (-907 *4))))
+ (-4 *2 (-13 (-442 *5) (-901 *4) (-626 (-907 *4))))
+ (-5 *1 (-54 *4 *5 *2))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-656 (-1097 *5 *6 *2))) (-5 *4 (-940)) (-4 *5 (-1121))
+ (-4 *6 (-13 (-1070) (-901 *5) (-626 (-907 *5))))
+ (-4 *2 (-13 (-442 *6) (-901 *5) (-626 (-907 *5))))
+ (-5 *1 (-54 *5 *6 *2)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-1202))) (-5 *1 (-1202))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-518)) (-5 *3 (-656 (-1202))) (-5 *1 (-1202)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-703 (-985 *3))) (-5 *1 (-985 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-912))
+ (-5 *3
+ (-2 (|:| |pde| (-656 (-326 (-227))))
+ (|:| |constraints|
+ (-656
+ (-2 (|:| |start| (-227)) (|:| |finish| (-227))
+ (|:| |grid| (-783)) (|:| |boundaryType| (-576))
+ (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227))))))
+ (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179))
+ (|:| |tol| (-227))))
+ (-5 *2 (-1056)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2))
+ (|has| *2 (-6 (-4466 "*"))) (-4 *2 (-1070))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-384 *2)) (-4 *5 (-384 *2)) (-4 *2 (-174))
+ (-5 *1 (-700 *2 *4 *5 *3)) (-4 *3 (-699 *2 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1144 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2))
+ (-4 *5 (-243 *3 *2)) (|has| *2 (-6 (-4466 "*"))) (-4 *2 (-1070)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-624 (-48)))) (-5 *1 (-48))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-624 (-48))) (-5 *1 (-48))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1193 (-48))) (-5 *3 (-656 (-624 (-48)))) (-5 *1 (-48))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1193 (-48))) (-5 *3 (-624 (-48))) (-5 *1 (-48))))
+ ((*1 *2 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-13 (-374) (-860))) (-5 *1 (-183 *2 *3))
+ (-4 *3 (-1264 (-171 *2)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-940)) (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379))))
+ ((*1 *2 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-374))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-381 *2 *3)) (-4 *3 (-1264 *2)) (-4 *2 (-174))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-1264 *2)) (-4 *2 (-1013 *3)) (-5 *1 (-425 *3 *2 *4 *5))
+ (-4 *3 (-317)) (-4 *5 (-13 (-421 *2 *4) (-1059 *2)))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-1264 *2)) (-4 *2 (-1013 *3))
+ (-5 *1 (-426 *3 *2 *4 *5 *6)) (-4 *3 (-317)) (-4 *5 (-421 *2 *4))
+ (-14 *6 (-1288 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-940)) (-4 *5 (-1070))
+ (-4 *2 (-13 (-416) (-1059 *5) (-374) (-1223) (-294)))
+ (-5 *1 (-455 *5 *3 *2)) (-4 *3 (-1264 *5))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-624 (-507)))) (-5 *1 (-507))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-624 (-507))) (-5 *1 (-507))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1193 (-507))) (-5 *3 (-656 (-624 (-507))))
+ (-5 *1 (-507))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1193 (-507))) (-5 *3 (-624 (-507))) (-5 *1 (-507))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1288 *4)) (-5 *3 (-940)) (-4 *4 (-360))
+ (-5 *1 (-540 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-464)) (-4 *5 (-736 *4 *2)) (-4 *2 (-1264 *4))
+ (-5 *1 (-787 *4 *2 *5 *3)) (-4 *3 (-1264 *5))))
+ ((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-174))))
+ ((*1 *1 *1) (-4 *1 (-1081))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1179)) (-5 *3 (-656 (-270))) (-5 *1 (-268))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-270)))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1119))
- (-5 *2 (-2 (|:| -1713 (-576)) (|:| |var| (-624 *1))))
+ (-12 (-14 *3 (-656 (-1197))) (-4 *4 (-174))
+ (-4 *5 (-243 (-1968 *3) (-783)))
+ (-14 *6
+ (-1 (-112) (-2 (|:| -2409 *2) (|:| -3744 *5))
+ (-2 (|:| -2409 *2) (|:| -3744 *5))))
+ (-4 *2 (-862)) (-5 *1 (-473 *3 *4 *2 *5 *6 *7))
+ (-4 *7 (-968 *4 *5 (-878 *3))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-4 *5 (-379))
+ (-5 *2 (-783)))))
+(((*1 *1 *2 *1)
+ (-12 (|has| *1 (-6 -4464)) (-4 *1 (-152 *2)) (-4 *2 (-1238))
+ (-4 *2 (-1121))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4464)) (-4 *1 (-152 *3))
+ (-4 *3 (-1238))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-686 *3)) (-4 *3 (-1238))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-576)) (-4 *4 (-1121))
+ (-5 *1 (-749 *4))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-576)) (-5 *1 (-749 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1161 *3 *4)) (-4 *3 (-13 (-1121) (-34)))
+ (-4 *4 (-13 (-1121) (-34))) (-5 *1 (-1162 *3 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876))))
+ ((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-962 (-227))) (-5 *4 (-888)) (-5 *2 (-1293))
+ (-5 *1 (-480))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-1070)) (-4 *1 (-1001 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-962 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-962 *3)) (-4 *3 (-1070)) (-4 *1 (-1155 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-4 *1 (-1155 *3)) (-4 *3 (-1070))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 *3)) (-4 *1 (-1155 *3)) (-4 *3 (-1070))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-962 *3)) (-4 *1 (-1155 *3)) (-4 *3 (-1070))))
+ ((*1 *2 *3 *3 *3 *3)
+ (-12 (-5 *2 (-962 (-227))) (-5 *1 (-1234)) (-5 *3 (-227)))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3)
+ (-12 (-5 *3 (-576)) (-5 *5 (-112)) (-5 *6 (-701 (-227)))
+ (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-767)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1121))
+ (-5 *2 (-2 (|:| -2862 (-576)) (|:| |var| (-624 *1))))
(-4 *1 (-442 *3)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-783)) (-4 *1 (-752 *4 *5)) (-4 *4 (-1070))
+ (-4 *5 (-862)) (-5 *2 (-971 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-783)) (-4 *1 (-752 *4 *5)) (-4 *4 (-1070))
+ (-4 *5 (-862)) (-5 *2 (-971 *4))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-783)) (-4 *1 (-1279 *4)) (-4 *4 (-1070))
+ (-5 *2 (-971 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-783)) (-4 *1 (-1279 *4)) (-4 *4 (-1070))
+ (-5 *2 (-971 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-446)) (-4 *5 (-1121))
+ (-5 *1 (-1127 *5 *4)) (-4 *4 (-442 *5)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390))
+ (-5 *2
+ (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576))
+ (|:| |success| (-112))))
+ (-5 *1 (-801)) (-5 *5 (-576)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-862)) (-5 *1 (-1208 *3)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3)
+ (-12 (-5 *4 (-701 (-576))) (-5 *5 (-112)) (-5 *7 (-701 (-227)))
+ (-5 *3 (-576)) (-5 *6 (-227)) (-5 *2 (-1056)) (-5 *1 (-766)))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
+ (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN))))
+ (-5 *2 (-1056)) (-5 *1 (-760)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-529)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-701 *4)) (-5 *3 (-940)) (-4 *4 (-1070))
+ (-5 *1 (-1049 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-656 (-701 *4))) (-5 *3 (-940)) (-4 *4 (-1070))
+ (-5 *1 (-1049 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-945))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-946)))))
+(((*1 *1 *2 *2) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1223))))))
(((*1 *1 *2)
- (-12 (-5 *2 (-701 *4)) (-4 *4 (-1068)) (-5 *1 (-1161 *3 *4))
+ (-12 (-5 *2 (-701 *4)) (-4 *4 (-1070)) (-5 *1 (-1163 *3 *4))
(-14 *3 (-783)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-5 *2 (-112)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1070)) (-4 *2 (-699 *4 *5 *6))
+ (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1264 *4)) (-4 *5 (-384 *4))
+ (-4 *6 (-384 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-429 *4)))))
+(((*1 *2 *3 *1 *4 *4 *4 *4 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-5 *2 (-656 (-1048 *5 *6 *7 *3))) (-5 *1 (-1048 *5 *6 *7 *3))
+ (-4 *3 (-1086 *5 *6 *7))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-656 *6)) (-4 *1 (-1092 *3 *4 *5 *6)) (-4 *3 (-464))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-1092 *3 *4 *5 *2)) (-4 *3 (-464)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5))))
+ ((*1 *2 *3 *1 *4 *4 *4 *4 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-5 *2 (-656 (-1167 *5 *6 *7 *3))) (-5 *1 (-1167 *5 *6 *7 *3))
+ (-4 *3 (-1086 *5 *6 *7)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1286 (-326 (-227))))
+ (-12 (-5 *3 (-971 *4)) (-4 *4 (-13 (-317) (-148)))
+ (-4 *2 (-968 *4 *6 *5)) (-5 *1 (-943 *4 *5 *6 *2))
+ (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-968 *3 *4 *5)) (-4 *3 (-317))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-459 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-656 *7)) (-5 *3 (-1179)) (-4 *7 (-968 *4 *5 *6))
+ (-4 *4 (-317)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-5 *1 (-459 *4 *5 *6 *7))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-656 *7)) (-5 *3 (-1179)) (-4 *7 (-968 *4 *5 *6))
+ (-4 *4 (-317)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-5 *1 (-459 *4 *5 *6 *7)))))
+(((*1 *2)
+ (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
+ (-4 *3 (-378 *4))))
+ ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1288 (-326 (-227))))
(-5 *2
(-2 (|:| |additions| (-576)) (|:| |multiplications| (-576))
(|:| |exponentiations| (-576)) (|:| |functionCalls| (-576))))
(-5 *1 (-315)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-1195))
- (-4 *6 (-13 (-317) (-1057 (-576)) (-651 (-576)) (-148)))
- (-4 *4 (-13 (-29 *6) (-1221) (-976)))
- (-5 *2 (-2 (|:| |particular| *4) (|:| -4156 (-656 *4))))
+ (-12 (-5 *3 (-1 (-227) (-227))) (-5 *4 (-1115 (-390)))
+ (-5 *5 (-656 (-270))) (-5 *2 (-1289)) (-5 *1 (-262))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-227) (-227))) (-5 *4 (-1115 (-390)))
+ (-5 *2 (-1289)) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-892 (-1 (-227) (-227)))) (-5 *4 (-1115 (-390)))
+ (-5 *5 (-656 (-270))) (-5 *2 (-1289)) (-5 *1 (-262))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-892 (-1 (-227) (-227)))) (-5 *4 (-1115 (-390)))
+ (-5 *2 (-1289)) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-894 (-1 (-227) (-227)))) (-5 *4 (-1115 (-390)))
+ (-5 *5 (-656 (-270))) (-5 *2 (-1290)) (-5 *1 (-262))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-894 (-1 (-227) (-227)))) (-5 *4 (-1115 (-390)))
+ (-5 *2 (-1290)) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 (-962 (-227)) (-227))) (-5 *4 (-1115 (-390)))
+ (-5 *5 (-656 (-270))) (-5 *2 (-1290)) (-5 *1 (-262))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-962 (-227)) (-227))) (-5 *4 (-1115 (-390)))
+ (-5 *2 (-1290)) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1115 (-390)))
+ (-5 *5 (-656 (-270))) (-5 *2 (-1290)) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1115 (-390)))
+ (-5 *2 (-1290)) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-962 (-227)) (-227) (-227))) (-5 *4 (-1115 (-390)))
+ (-5 *5 (-656 (-270))) (-5 *2 (-1290)) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-962 (-227)) (-227) (-227))) (-5 *4 (-1115 (-390)))
+ (-5 *2 (-1290)) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-897 (-1 (-227) (-227) (-227)))) (-5 *4 (-1115 (-390)))
+ (-5 *5 (-656 (-270))) (-5 *2 (-1290)) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-897 (-1 (-227) (-227) (-227)))) (-5 *4 (-1115 (-390)))
+ (-5 *2 (-1290)) (-5 *1 (-262))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-304 *7)) (-5 *4 (-1197)) (-5 *5 (-656 (-270)))
+ (-4 *7 (-442 *6)) (-4 *6 (-13 (-568) (-862) (-1059 (-576))))
+ (-5 *2 (-1289)) (-5 *1 (-263 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1289))
+ (-5 *1 (-266 *3)) (-4 *3 (-13 (-626 (-548)) (-1121)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1113 (-390))) (-5 *2 (-1289)) (-5 *1 (-266 *3))
+ (-4 *3 (-13 (-626 (-548)) (-1121)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-892 *6)) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270)))
+ (-4 *6 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1289))
+ (-5 *1 (-266 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-892 *5)) (-5 *4 (-1113 (-390)))
+ (-4 *5 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1289))
+ (-5 *1 (-266 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-894 *6)) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270)))
+ (-4 *6 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1290))
+ (-5 *1 (-266 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-894 *5)) (-5 *4 (-1113 (-390)))
+ (-4 *5 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1290))
+ (-5 *1 (-266 *5))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1290))
+ (-5 *1 (-266 *3)) (-4 *3 (-13 (-626 (-548)) (-1121)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1113 (-390))) (-5 *2 (-1290)) (-5 *1 (-266 *3))
+ (-4 *3 (-13 (-626 (-548)) (-1121)))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-897 *6)) (-5 *4 (-1113 (-390))) (-5 *5 (-656 (-270)))
+ (-4 *6 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1290))
+ (-5 *1 (-266 *6))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-897 *5)) (-5 *4 (-1113 (-390)))
+ (-4 *5 (-13 (-626 (-548)) (-1121))) (-5 *2 (-1290))
+ (-5 *1 (-266 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 (-227))) (-5 *2 (-1289)) (-5 *1 (-267))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-656 (-227))) (-5 *4 (-656 (-270))) (-5 *2 (-1289))
+ (-5 *1 (-267))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-962 (-227)))) (-5 *2 (-1289)) (-5 *1 (-267))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-962 (-227)))) (-5 *4 (-656 (-270)))
+ (-5 *2 (-1289)) (-5 *1 (-267))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-656 (-227))) (-5 *2 (-1290)) (-5 *1 (-267))))
+ ((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-656 (-227))) (-5 *4 (-656 (-270))) (-5 *2 (-1290))
+ (-5 *1 (-267)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-173)))))
+(((*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1288 *4)) (-4 *4 (-360)) (-5 *2 (-1193 *4))
+ (-5 *1 (-540 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-464) (-1059 (-576)))) (-4 *3 (-568))
+ (-5 *1 (-41 *3 *2)) (-4 *2 (-442 *3))
+ (-4 *2
+ (-13 (-374) (-312)
+ (-10 -8 (-15 -2687 ((-1146 *3 (-624 $)) $))
+ (-15 -2698 ((-1146 *3 (-624 $)) $))
+ (-15 -4114 ($ (-1146 *3 (-624 $))))))))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *6 (-1179))
+ (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-372 (-115))) (-4 *2 (-1070)) (-5 *1 (-726 *2 *4))
+ (-4 *4 (-660 *2))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-372 (-115))) (-5 *1 (-848 *2)) (-4 *2 (-1070)))))
+(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1207)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-1197))) (-5 *1 (-1201)))))
+(((*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-804))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-783)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1070))
+ (-14 *4 (-656 (-1197)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-576)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1070) (-862)))
+ (-14 *4 (-656 (-1197)))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-260 *4 *3 *5 *6)) (-4 *4 (-1070)) (-4 *3 (-862))
+ (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-783))))
+ ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-284))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1193 *8)) (-5 *4 (-656 *6)) (-4 *6 (-862))
+ (-4 *8 (-968 *7 *5 *6)) (-4 *5 (-805)) (-4 *7 (-1070))
+ (-5 *2 (-656 (-783))) (-5 *1 (-331 *5 *6 *7 *8))))
+ ((*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-940))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174))
+ (-5 *2 (-783))))
+ ((*1 *2 *1) (-12 (-4 *1 (-482 *3 *2)) (-4 *3 (-174)) (-4 *2 (-23))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-568)) (-5 *2 (-576)) (-5 *1 (-635 *3 *4))
+ (-4 *4 (-1264 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-720 *3)) (-4 *3 (-1070)) (-5 *2 (-783))))
+ ((*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-4 *3 (-1070)) (-5 *2 (-783))))
+ ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-923 *3)) (-4 *3 (-1121))))
+ ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-924 *3)) (-4 *3 (-1121))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-656 *6)) (-4 *1 (-968 *4 *5 *6)) (-4 *4 (-1070))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 (-783)))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-968 *4 *5 *3)) (-4 *4 (-1070)) (-4 *5 (-805))
+ (-4 *3 (-862)) (-5 *2 (-783))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-994 *3 *2 *4)) (-4 *3 (-1070)) (-4 *4 (-862))
+ (-4 *2 (-804))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-783))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1250 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1279 *3))
+ (-5 *2 (-576))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1271 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1248 *3))
+ (-5 *2 (-419 (-576)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1307 *3)) (-4 *3 (-374)) (-5 *2 (-845 (-940)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1309 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070))
+ (-5 *2 (-783)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-1197))
+ (-4 *6 (-13 (-317) (-1059 (-576)) (-651 (-576)) (-148)))
+ (-4 *4 (-13 (-29 *6) (-1223) (-978)))
+ (-5 *2 (-2 (|:| |particular| *4) (|:| -1726 (-656 *4))))
(-5 *1 (-813 *6 *4 *3)) (-4 *3 (-668 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-1154))) (-5 *1 (-155))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-1154))) (-5 *1 (-1085)))))
+(((*1 *1 *2) (-12 (-4 *1 (-678 *2)) (-4 *2 (-1238))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-1197))) (-5 *1 (-1197)))))
+(((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-174)) (-4 *2 (-568))))
+ ((*1 *1 *1) (|partial| -4 *1 (-734))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-773))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *1 (-103 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576))
+ (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117))))
+ (-5 *2 (-1056)) (-5 *1 (-760)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568)) (-4 *2 (-557))))
+ ((*1 *1 *1) (-4 *1 (-1081))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-997 *3 *4 *2 *5)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-1086 *3 *4 *2)) (-4 *2 (-862))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1086 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *2 (-862)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-805))
+ (-4 *3 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $))))) (-4 *5 (-568))
+ (-5 *1 (-744 *4 *3 *5 *2)) (-4 *2 (-968 (-419 (-971 *5)) *4 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *4 (-1070)) (-4 *5 (-805))
+ (-4 *3
+ (-13 (-862)
+ (-10 -8 (-15 -1554 ((-1197) $))
+ (-15 -1652 ((-3 $ "failed") (-1197))))))
+ (-5 *1 (-1005 *4 *5 *3 *2)) (-4 *2 (-968 (-971 *4) *5 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-656 *6))
+ (-4 *6
+ (-13 (-862)
+ (-10 -8 (-15 -1554 ((-1197) $))
+ (-15 -1652 ((-3 $ "failed") (-1197))))))
+ (-4 *4 (-1070)) (-4 *5 (-805)) (-5 *1 (-1005 *4 *5 *6 *2))
+ (-4 *2 (-968 (-971 *4) *5 *6)))))
(((*1 *2 *3 *4)
(-12 (-5 *3 (-665 *4)) (-4 *4 (-353 *5 *6 *7))
- (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-4 *6 (-1262 *5)) (-4 *7 (-1262 (-419 *6)))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-4 *6 (-1264 *5)) (-4 *7 (-1264 (-419 *6)))
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4156 (-656 *4))))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1726 (-656 *4))))
(-5 *1 (-818 *5 *6 *7 *4)))))
-(((*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-713))))
- ((*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-713)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-5 *2 (-783))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070))
+ (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-783)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-656 *1)) (-4 *1 (-312))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-624 *3)) (-4 *3 (-1121))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-115)) (-5 *3 (-656 *5)) (-5 *4 (-783)) (-4 *5 (-1121))
+ (-5 *1 (-624 *5)))))
+(((*1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1291))))
+ ((*1 *2 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1291)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-2 (|:| -1688 *4) (|:| -3139 (-576)))))
+ (-4 *4 (-1121)) (-5 *2 (-1 *4)) (-5 *1 (-1038 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-374) (-148) (-1059 (-576)))) (-4 *5 (-1264 *4))
+ (-5 *2 (-2 (|:| |ans| (-419 *5)) (|:| |nosol| (-112))))
+ (-5 *1 (-1036 *4 *5)) (-5 *3 (-419 *5)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1056)) (-5 *1 (-315))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-1056))) (-5 *2 (-1056)) (-5 *1 (-315))))
+ ((*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-663 *3)) (-4 *3 (-1238))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-663 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-663 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-663 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *1 *1) (-5 *1 (-1084)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1178 (-1178 *4))) (-5 *2 (-1178 *4)) (-5 *1 (-1175 *4))
+ (-4 *4 (-1238))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390)))
+ (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1196))))
+ (-5 *1 (-1196)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1082 (-1045 *4) (-1193 (-1045 *4)))) (-5 *3 (-876))
+ (-5 *1 (-1045 *4)) (-4 *4 (-13 (-860) (-374) (-1043))))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-565)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1231 *2 *3 *4 *5)) (-4 *2 (-568)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *5 (-1086 *2 *3 *4)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6)))))
+(((*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-713))))
+ ((*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-713)))))
+(((*1 *2 *2) (-12 (-5 *2 (-940)) (|has| *1 (-6 -4455)) (-4 *1 (-416))))
+ ((*1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-940))))
+ ((*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-711))))
+ ((*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-711)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-5 *2 (-783))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070))
+ (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-783)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1197))
+ (-4 *5 (-13 (-568) (-1059 (-576)) (-651 (-576))))
+ (-5 *2
+ (-2 (|:| |func| *3) (|:| |kers| (-656 (-624 *3)))
+ (|:| |vals| (-656 *3))))
+ (-5 *1 (-286 *5 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5))))))
+(((*1 *2 *3)
+ (-12 (-4 *3 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $)))))
+ (-4 *4 (-1264 *3))
+ (-5 *2
+ (-2 (|:| -1726 (-701 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-701 *3))))
+ (-5 *1 (-361 *3 *4 *5)) (-4 *5 (-421 *3 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-576)) (-4 *4 (-1264 *3))
+ (-5 *2
+ (-2 (|:| -1726 (-701 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-701 *3))))
+ (-5 *1 (-780 *4 *5)) (-4 *5 (-421 *3 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-360)) (-4 *3 (-1264 *4)) (-4 *5 (-1264 *3))
+ (-5 *2
+ (-2 (|:| -1726 (-701 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-701 *3))))
+ (-5 *1 (-1006 *4 *3 *5 *6)) (-4 *6 (-736 *3 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-360)) (-4 *3 (-1264 *4)) (-4 *5 (-1264 *3))
+ (-5 *2
+ (-2 (|:| -1726 (-701 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-701 *3))))
+ (-5 *1 (-1297 *4 *3 *5 *6)) (-4 *6 (-421 *3 *5)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))))
+(((*1 *1 *1) (-5 *1 (-227)))
+ ((*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
+ ((*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *1 *1) (-4 *1 (-1160))) ((*1 *1 *1 *1) (-4 *1 (-1160))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-464)) (-4 *4 (-568))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1834 *4)))
+ (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390)))
+ (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1196))))
+ (-5 *1 (-1196)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5))
+ (-5 *2 (-2 (|:| -1594 (-656 *6)) (|:| -3823 (-656 *6)))))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-518)) (-5 *3 (-656 (-984))) (-5 *1 (-109)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-568))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3115 *3)))
+ (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))))
+(((*1 *1 *2 *3)
+ (-12
+ (-5 *3
+ (-656
+ (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2)
+ (|:| |xpnt| (-576)))))
+ (-4 *2 (-568)) (-5 *1 (-430 *2))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |contp| (-576))
+ (|:| -4155 (-656 (-2 (|:| |irr| *4) (|:| -2992 (-576)))))))
+ (-4 *4 (-1264 (-576))) (-5 *2 (-430 *4)) (-5 *1 (-454 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))))
(((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))))
+ (-12 (-5 *3 (-940)) (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-703 (-887 (-985 *3) (-985 *3)))) (-5 *1 (-985 *3))
+ (-4 *3 (-1121)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-2 (|:| |cd| (-1179)) (|:| -4149 (-1179))))
+ (-5 *1 (-834)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1219))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1219)))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-1082 (-1045 *3) (-1193 (-1045 *3))))
+ (-5 *1 (-1045 *3)) (-4 *3 (-13 (-860) (-374) (-1043))))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390)))
+ (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1196))))
+ (-5 *1 (-1196)))))
+(((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4464)) (-4 *1 (-152 *2)) (-4 *2 (-1238))
+ (-4 *2 (-1121)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-656 *3)) (-5 *1 (-980 *3)) (-4 *3 (-557)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1172)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
+ (-5 *1 (-1149 *3 *2)) (-4 *3 (-1264 *2)))))
+(((*1 *2) (-12 (-5 *2 (-845 (-576))) (-5 *1 (-546))))
+ ((*1 *1) (-12 (-5 *1 (-845 *2)) (-4 *2 (-1121)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-419 (-969 *4))) (-5 *3 (-1195))
- (-4 *4 (-13 (-568) (-1057 (-576)) (-148))) (-5 *1 (-582 *4)))))
+ (|partial| -12 (-5 *2 (-419 (-971 *4))) (-5 *3 (-1197))
+ (-4 *4 (-13 (-568) (-1059 (-576)) (-148))) (-5 *1 (-582 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-2 (|:| -2670 *6) (|:| |coeff| *6)) "failed") *6))
+ (-4 *6 (-374)) (-4 *7 (-1264 *6))
+ (-5 *2
+ (-3 (-2 (|:| |answer| (-419 *7)) (|:| |a0| *6))
+ (-2 (|:| -2670 (-419 *7)) (|:| |coeff| (-419 *7))) "failed"))
+ (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-13 (-1059 (-576)) (-651 (-576)) (-464)))
+ (-5 *2 (-855 *4)) (-5 *1 (-323 *3 *4 *5 *6))
+ (-4 *4 (-13 (-27) (-1223) (-442 *3))) (-14 *5 (-1197))
+ (-14 *6 *4)))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-13 (-1059 (-576)) (-651 (-576)) (-464)))
+ (-5 *2 (-855 *4)) (-5 *1 (-1274 *3 *4 *5 *6))
+ (-4 *4 (-13 (-27) (-1223) (-442 *3))) (-14 *5 (-1197))
+ (-14 *6 *4))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-568) (-1059 (-576)))) (-4 *5 (-442 *4))
+ (-5 *2
+ (-3 (|:| |overq| (-1193 (-419 (-576))))
+ (|:| |overan| (-1193 (-48))) (|:| -2532 (-112))))
+ (-5 *1 (-447 *4 *5 *3)) (-4 *3 (-1264 *5)))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-326 (-576))) (|:| -2117 (-326 (-390)))
+ (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1196))))
+ (-5 *1 (-1196)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *3 (-112)) (-5 *1 (-110))))
+ ((*1 *2 *2) (-12 (-5 *2 (-940)) (|has| *1 (-6 -4455)) (-4 *1 (-416))))
+ ((*1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-940)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1070)) (-4 *2 (-699 *4 *5 *6))
+ (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1264 *4)) (-4 *5 (-384 *4))
+ (-4 *6 (-384 *4)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-1264 (-576))) (-5 *1 (-498 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-121 *3)) (-4 *3 (-1264 (-576)))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-121 *3)) (-4 *3 (-1264 (-576))))))
+(((*1 *2 *3 *3 *3 *4)
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1264 *5))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-576))))
+ (-5 *2
+ (-2 (|:| |a| *6) (|:| |b| (-419 *6)) (|:| |h| *6)
+ (|:| |c1| (-419 *6)) (|:| |c2| (-419 *6)) (|:| -4245 *6)))
+ (-5 *1 (-1037 *5 *6)) (-5 *3 (-419 *6)))))
+(((*1 *2)
+ (-12 (-4 *2 (-13 (-442 *3) (-1023))) (-5 *1 (-285 *3 *2))
+ (-4 *3 (-568))))
+ ((*1 *1)
+ (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197)))
+ (-14 *3 (-656 (-1197))) (-4 *4 (-399))))
+ ((*1 *1) (-5 *1 (-489))) ((*1 *1) (-4 *1 (-1223))))
+(((*1 *1 *1) (-5 *1 (-48)))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-59 *5)) (-4 *5 (-1238))
+ (-4 *2 (-1238)) (-5 *1 (-58 *5 *2))))
+ ((*1 *2 *3 *1 *2 *2)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1121)) (|has| *1 (-6 -4464))
+ (-4 *1 (-152 *2)) (-4 *2 (-1238))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4464)) (-4 *1 (-152 *2))
+ (-4 *2 (-1238))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4464)) (-4 *1 (-152 *2))
+ (-4 *2 (-1238))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1070))
+ (-5 *2 (-2 (|:| -2792 (-1193 *4)) (|:| |deg| (-940))))
+ (-5 *1 (-223 *4 *5)) (-5 *3 (-1193 *4)) (-4 *5 (-568))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-245 *5 *6)) (-14 *5 (-783))
+ (-4 *6 (-1238)) (-4 *2 (-1238)) (-5 *1 (-244 *5 *6 *2))))
+ ((*1 *1 *2 *3)
+ (-12 (-4 *4 (-174)) (-5 *1 (-299 *4 *2 *3 *5 *6 *7))
+ (-4 *2 (-1264 *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 (-326 *2)) (-4 *2 (-568)) (-4 *2 (-1121))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-346 *2 *3 *4 *5)) (-4 *2 (-374)) (-4 *3 (-1264 *2))
+ (-4 *4 (-1264 (-419 *3))) (-4 *5 (-353 *2 *3 *4))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1238)) (-4 *2 (-1238))
+ (-5 *1 (-382 *5 *4 *2 *6)) (-4 *4 (-384 *5)) (-4 *6 (-384 *2))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1121)) (-4 *2 (-1121))
+ (-5 *1 (-435 *5 *4 *2 *6)) (-4 *4 (-437 *5)) (-4 *6 (-437 *2))))
+ ((*1 *1 *1) (-5 *1 (-507)))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-656 *5)) (-4 *5 (-1238))
+ (-4 *2 (-1238)) (-5 *1 (-654 *5 *2))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1070)) (-4 *2 (-1070))
+ (-4 *6 (-384 *5)) (-4 *7 (-384 *5)) (-4 *8 (-384 *2))
+ (-4 *9 (-384 *2)) (-5 *1 (-697 *5 *6 *7 *4 *2 *8 *9 *10))
+ (-4 *4 (-699 *5 *6 *7)) (-4 *10 (-699 *2 *8 *9))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *1 (-723 *2 *3 *4 *5 *6)) (-4 *2 (-174)) (-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 (-1070)) (-5 *1 (-724 *3 *2)) (-4 *2 (-1264 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *1 (-727 *2 *3 *4 *5 *6)) (-4 *2 (-174)) (-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 (-419 *4)) (-4 *4 (-1264 *3)) (-4 *3 (-374))
+ (-4 *3 (-174)) (-4 *1 (-736 *3 *4))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-174)) (-4 *1 (-736 *3 *2)) (-4 *2 (-1264 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-977 *5)) (-4 *5 (-1238))
+ (-4 *2 (-1238)) (-5 *1 (-976 *5 *2))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *1 (-1055 *3 *4 *5 *2 *6)) (-4 *2 (-968 *3 *4 *5))
+ (-14 *6 (-656 *2))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1070)) (-4 *2 (-1070))
+ (-14 *5 (-783)) (-14 *6 (-783)) (-4 *8 (-243 *6 *7))
+ (-4 *9 (-243 *5 *7)) (-4 *10 (-243 *6 *2)) (-4 *11 (-243 *5 *2))
+ (-5 *1 (-1076 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12))
+ (-4 *4 (-1074 *5 *6 *7 *8 *9)) (-4 *12 (-1074 *5 *6 *2 *10 *11))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1178 *5)) (-4 *5 (-1238))
+ (-4 *2 (-1238)) (-5 *1 (-1176 *5 *2))))
+ ((*1 *2 *2 *1 *3 *4)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-112) *2 *2))
+ (-4 *1 (-1231 *5 *6 *7 *2)) (-4 *5 (-568)) (-4 *6 (-805))
+ (-4 *7 (-862)) (-4 *2 (-1086 *5 *6 *7))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1288 *5)) (-4 *5 (-1238))
+ (-4 *2 (-1238)) (-5 *1 (-1287 *5 *2)))))
(((*1 *2 *2)
(-12
(-5 *2
- (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227)))
+ (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227)))
(|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227))))
(|:| |ub| (-656 (-855 (-227))))))
(-5 *1 (-276)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-656 (-227)))) (-5 *1 (-945)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-656 *6) "failed") (-576) *6 *6)) (-4 *6 (-374))
+ (-4 *7 (-1264 *6))
+ (-5 *2 (-2 (|:| |answer| (-598 (-419 *7))) (|:| |a0| *6)))
+ (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))))
+(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1027))))
+ ((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1027)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-419 *6)) (-4 *5 (-1242)) (-4 *6 (-1264 *5))
+ (-5 *2 (-2 (|:| -3744 (-783)) (|:| -2862 *3) (|:| |radicand| *6)))
+ (-5 *1 (-149 *5 *6 *7)) (-5 *4 (-783)) (-4 *7 (-1264 *3)))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-946)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -4442 *4))))
+ (-5 *1 (-788 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
+(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7)
+ (-12 (-5 *4 (-576)) (-5 *5 (-701 (-227)))
+ (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-84 FCNF))))
+ (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-85 FCNG)))) (-5 *3 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-761)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-1312 *3 *4)) (-4 *1 (-385 *3 *4)) (-4 *3 (-862))
+ (-4 *4 (-174))))
+ ((*1 *1 *1 *1) (|partial| -12 (-4 *1 (-397 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-831 *2)) (-4 *2 (-862))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-831 *3)) (-4 *1 (-1305 *3 *4)) (-4 *3 (-862))
+ (-4 *4 (-1070))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-115)))))
(((*1 *1) (-5 *1 (-835))))
+(((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-568)) (-4 *3 (-174)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-5 *1 (-700 *3 *4 *5 *2))
+ (-4 *2 (-699 *3 *4 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-624 *6)) (-4 *6 (-13 (-442 *5) (-27) (-1223)))
+ (-4 *5 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
+ (-5 *2 (-1193 (-419 (-1193 *6)))) (-5 *1 (-572 *5 *6 *7))
+ (-5 *3 (-1193 *6)) (-4 *7 (-1121))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1264 *3)) (-5 *1 (-724 *3 *2)) (-4 *3 (-1070))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-736 *3 *2)) (-4 *3 (-174)) (-4 *2 (-1264 *3))))
+ ((*1 *2 *3 *4 *4 *5 *6 *7 *8)
+ (|partial| -12 (-5 *4 (-1193 *11)) (-5 *6 (-656 *10))
+ (-5 *7 (-656 (-783))) (-5 *8 (-656 *11)) (-4 *10 (-862))
+ (-4 *11 (-317)) (-4 *9 (-805)) (-4 *5 (-968 *11 *9 *10))
+ (-5 *2 (-656 (-1193 *5))) (-5 *1 (-754 *9 *10 *11 *5))
+ (-5 *3 (-1193 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-968 *3 *4 *5)) (-5 *1 (-1055 *3 *4 *5 *2 *6))
+ (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-14 *6 (-656 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-406)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-656 (-493 *3 *4))) (-14 *3 (-656 (-1197)))
+ (-4 *4 (-464)) (-5 *1 (-643 *3 *4)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1197)) (-5 *5 (-656 *3))
+ (-4 *3 (-13 (-27) (-1223) (-442 *6)))
+ (-4 *6 (-13 (-464) (-148) (-1059 (-576)) (-651 (-576))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-569 *6 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-862)) (-5 *2 (-1209 (-656 *4))) (-5 *1 (-1208 *4))
+ (-5 *3 (-656 *4)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-985 *2)) (-4 *2 (-1121)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-656 (-419 (-971 (-576))))) (-5 *4 (-656 (-1197)))
+ (-5 *2 (-656 (-656 *5))) (-5 *1 (-391 *5))
+ (-4 *5 (-13 (-860) (-374)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-419 (-971 (-576)))) (-5 *2 (-656 *4)) (-5 *1 (-391 *4))
+ (-4 *4 (-13 (-860) (-374))))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-656 (-962 (-227))))) (-5 *1 (-480)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-656 (-962 (-227))))) (-5 *2 (-656 (-227)))
+ (-5 *1 (-480)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-928)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-968 *4 *5 *6)) (-5 *2 (-430 (-1193 *7)))
+ (-5 *1 (-925 *4 *5 *6 *7)) (-5 *3 (-1193 *7))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-928)) (-4 *5 (-1264 *4)) (-5 *2 (-430 (-1193 *5)))
+ (-5 *1 (-926 *4 *5)) (-5 *3 (-1193 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1146 (-576) (-624 (-48)))) (-5 *1 (-48))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1013 *2)) (-4 *4 (-1264 *3)) (-4 *2 (-317))
+ (-5 *1 (-425 *2 *3 *4 *5)) (-4 *5 (-13 (-421 *3 *4) (-1059 *3)))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-568)) (-4 *3 (-1121)) (-5 *2 (-1146 *3 (-624 *1)))
+ (-4 *1 (-442 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1146 (-576) (-624 (-507)))) (-5 *1 (-507))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-174)) (-4 *2 (|SubsetCategory| (-738) *4))
+ (-5 *1 (-633 *3 *4 *2)) (-4 *3 (-38 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-174)) (-4 *2 (|SubsetCategory| (-738) *4))
+ (-5 *1 (-674 *3 *4 *2)) (-4 *3 (-729 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174))
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174))
(-5 *2 (-701 *4))))
((*1 *2 *1) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-701 *3)))))
-(((*1 *1 *1 *1) (-5 *1 (-874))))
+(((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576))
+ (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) (-5 *2 (-1056))
+ (-5 *1 (-760)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-112)) (-4 *6 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-4 *3 (-13 (-27) (-1223) (-442 *6) (-10 -8 (-15 -4114 ($ *7)))))
+ (-4 *7 (-860))
+ (-4 *8
+ (-13 (-1266 *3 *7) (-374) (-1223)
+ (-10 -8 (-15 -4107 ($ $)) (-15 -1488 ($ $)))))
+ (-5 *2
+ (-3 (|:| |%series| *8)
+ (|:| |%problem| (-2 (|:| |func| (-1179)) (|:| |prob| (-1179))))))
+ (-5 *1 (-434 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1179)) (-4 *9 (-1004 *8))
+ (-14 *10 (-1197)))))
+(((*1 *2 *1 *2)
+ (-12 (-4 *1 (-375 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1121)))))
+(((*1 *2 *2 *2 *3 *3 *4 *2 *5)
+ (|partial| -12 (-5 *3 (-624 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1197))) (-5 *5 (-1193 *2))
+ (-4 *2 (-13 (-442 *6) (-27) (-1223)))
+ (-4 *6 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
+ (-5 *1 (-572 *6 *2 *7)) (-4 *7 (-1121))))
+ ((*1 *2 *2 *2 *3 *3 *4 *3 *2 *5)
+ (|partial| -12 (-5 *3 (-624 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1197)))
+ (-5 *5 (-419 (-1193 *2))) (-4 *2 (-13 (-442 *6) (-27) (-1223)))
+ (-4 *6 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
+ (-5 *1 (-572 *6 *2 *7)) (-4 *7 (-1121)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-112)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-922 *3)) (-4 *3 (-1121)) (-5 *2 (-1123 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-1121)) (-5 *2 (-1123 (-656 *4))) (-5 *1 (-923 *4))
+ (-5 *3 (-656 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-1121)) (-5 *2 (-1123 (-1123 *4))) (-5 *1 (-923 *4))
+ (-5 *3 (-1123 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *2 (-1123 *3)) (-5 *1 (-923 *3)) (-4 *3 (-1121)))))
+(((*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-135)))))
+(((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *1) (-12 (-5 *2 (-1146 (-576) (-624 (-48)))) (-5 *1 (-48))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-317)) (-4 *4 (-1013 *3)) (-4 *5 (-1264 *4))
+ (-5 *2 (-1288 *6)) (-5 *1 (-425 *3 *4 *5 *6))
+ (-4 *6 (-13 (-421 *4 *5) (-1059 *4)))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1070)) (-4 *3 (-1121)) (-5 *2 (-1146 *3 (-624 *1)))
+ (-4 *1 (-442 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1146 (-576) (-624 (-507)))) (-5 *1 (-507))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-174)) (-4 *2 (-38 *3)) (-5 *1 (-633 *2 *3 *4))
+ (-4 *4 (|SubsetCategory| (-738) *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-174)) (-4 *2 (-729 *3)) (-5 *1 (-674 *2 *3 *4))
+ (-4 *4 (|SubsetCategory| (-738) *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-576)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-317))
+ (-4 *9 (-968 *8 *6 *7))
+ (-5 *2 (-2 (|:| -2792 (-1193 *9)) (|:| |polval| (-1193 *8))))
+ (-5 *1 (-754 *6 *7 *8 *9)) (-5 *3 (-1193 *9)) (-5 *4 (-1193 *8)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1025 *3)) (-14 *3 (-576)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-659 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-1179)) (-5 *1 (-194))))
+ ((*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-1179)) (-5 *1 (-310))))
+ ((*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-1179)) (-5 *1 (-315)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-962 *3)) (-4 *3 (-13 (-374) (-1223) (-1023)))
+ (-5 *1 (-178 *3)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-129)))))
+(((*1 *1 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)) (-4 *2 (-1081))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197)))
+ (-14 *3 (-656 (-1197))) (-4 *4 (-399))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)) (-4 *2 (-1081))))
+ ((*1 *1 *1) (-4 *1 (-860)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-174)) (-4 *2 (-1081))))
+ ((*1 *1 *1) (-4 *1 (-1081))) ((*1 *1 *1) (-4 *1 (-1160))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-52)) (-5 *1 (-1216)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1293)) (-5 *1 (-1215 *3 *4)) (-4 *3 (-1121))
+ (-4 *4 (-1121)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-783)) (-5 *5 (-656 *3)) (-4 *3 (-317)) (-4 *6 (-862))
+ (-4 *7 (-805)) (-5 *2 (-112)) (-5 *1 (-637 *6 *7 *3 *8))
+ (-4 *8 (-968 *3 *7 *6)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-167 *3)) (-4 *3 (-174)) (-4 *3 (-1079)) (-4 *3 (-1221))
+ (-12 (-4 *1 (-167 *3)) (-4 *3 (-174)) (-4 *3 (-1081)) (-4 *3 (-1223))
(-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-804))
- (-4 *2 (-374))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-227))))
- ((*1 *1 *1 *1)
- (-2755 (-12 (-5 *1 (-304 *2)) (-4 *2 (-374)) (-4 *2 (-1236)))
- (-12 (-5 *1 (-304 *2)) (-4 *2 (-485)) (-4 *2 (-1236)))))
- ((*1 *1 *1 *1) (-4 *1 (-374)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-390))))
- ((*1 *1 *2 *2)
- (-12 (-5 *2 (-1144 *3 (-624 *1))) (-4 *3 (-568)) (-4 *3 (-1119))
- (-4 *1 (-442 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-485)))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1286 *3)) (-4 *3 (-360)) (-5 *1 (-540 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-548)))
- ((*1 *1 *2 *3)
- (-12 (-4 *4 (-174)) (-5 *1 (-633 *2 *4 *3)) (-4 *2 (-38 *4))
- (-4 *3 (|SubsetCategory| (-738) *4))))
- ((*1 *1 *1 *2)
- (-12 (-4 *4 (-174)) (-5 *1 (-633 *3 *4 *2)) (-4 *3 (-38 *4))
- (-4 *2 (|SubsetCategory| (-738) *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-646 *2)) (-4 *2 (-174)) (-4 *2 (-374))))
- ((*1 *1 *2 *3)
- (-12 (-4 *4 (-174)) (-5 *1 (-674 *2 *4 *3)) (-4 *2 (-729 *4))
- (-4 *3 (|SubsetCategory| (-738) *4))))
- ((*1 *1 *1 *2)
- (-12 (-4 *4 (-174)) (-5 *1 (-674 *3 *4 *2)) (-4 *3 (-729 *4))
- (-4 *2 (|SubsetCategory| (-738) *4))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2))
- (-4 *4 (-384 *2)) (-4 *2 (-374))))
- ((*1 *1 *1 *1) (-5 *1 (-874)))
- ((*1 *1 *1 *1)
- (|partial| -12 (-5 *1 (-878 *2 *3 *4 *5)) (-4 *2 (-374))
- (-4 *2 (-1068)) (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-783)))
- (-14 *5 (-783))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1119))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1072 *3 *4 *2 *5 *6)) (-4 *2 (-1068))
- (-4 *5 (-243 *4 *2)) (-4 *6 (-243 *3 *2)) (-4 *2 (-374))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1293 *2)) (-4 *2 (-374))))
- ((*1 *1 *1 *1)
- (|partial| -12 (-4 *2 (-374)) (-4 *2 (-1068)) (-4 *3 (-862))
- (-4 *4 (-805)) (-14 *6 (-656 *3))
- (-5 *1 (-1298 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-966 *2 *4 *3))
- (-14 *7 (-656 (-783))) (-14 *8 (-783))))
- ((*1 *1 *1 *2)
- (-12 (-5 *1 (-1309 *2 *3)) (-4 *2 (-374)) (-4 *2 (-1068))
- (-4 *3 (-858)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8))
- (-5 *4 (-701 (-1191 *8))) (-4 *5 (-1068)) (-4 *8 (-1068))
- (-4 *6 (-1262 *5)) (-5 *2 (-701 *6)) (-5 *1 (-513 *5 *6 *7 *8))
- (-4 *7 (-1262 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-275 *2)) (-4 *2 (-862))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1195)) (-5 *1 (-876 *3)) (-14 *3 (-656 *2))))
- ((*1 *2 *1) (-12 (-5 *2 (-1195)) (-5 *1 (-1008))))
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-759)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1298)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-337 *3)) (-4 *3 (-1238))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-528 *3 *4)) (-4 *3 (-1238))
+ (-14 *4 (-576)))))
+(((*1 *2 *1) (-12 (-5 *1 (-598 *2)) (-4 *2 (-374)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-419 (-971 (-171 (-576))))) (-5 *2 (-656 (-171 *4)))
+ (-5 *1 (-389 *4)) (-4 *4 (-13 (-374) (-860)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-656 (-419 (-971 (-171 (-576))))))
+ (-5 *4 (-656 (-1197))) (-5 *2 (-656 (-656 (-171 *5))))
+ (-5 *1 (-389 *5)) (-4 *5 (-13 (-374) (-860))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1114 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5)) (-4 *5 (-1121)) (-5 *2 (-1 *5 *4))
+ (-5 *1 (-695 *4 *5)) (-4 *4 (-1121))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-1121)) (-5 *1 (-948 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1197)) (-5 *2 (-326 (-576))) (-5 *1 (-949))))
((*1 *2 *1)
- (-12 (-4 *4 (-1236)) (-5 *2 (-1195)) (-5 *1 (-1076 *3 *4))
- (-4 *3 (-1112 *4))))
- ((*1 *2 *1) (-12 (-5 *2 (-1195)) (-5 *1 (-1111 *3)) (-4 *3 (-1236))))
+ (-12 (-4 *1 (-1305 *3 *2)) (-4 *3 (-862)) (-4 *2 (-1070))))
((*1 *2 *1)
- (-12 (-4 *1 (-1264 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804))
- (-5 *2 (-1195))))
- ((*1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-1282 *3)) (-14 *3 *2))))
+ (-12 (-4 *2 (-1070)) (-5 *1 (-1311 *2 *3)) (-4 *3 (-858)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-946)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8))
+ (-5 *4 (-701 (-1193 *8))) (-4 *5 (-1070)) (-4 *8 (-1070))
+ (-4 *6 (-1264 *5)) (-5 *2 (-701 *6)) (-5 *1 (-513 *5 *6 *7 *8))
+ (-4 *7 (-1264 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-227))) (-5 *4 (-783)) (-5 *2 (-701 (-227)))
+ (-5 *1 (-315)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1199 (-419 (-576)))) (-5 *2 (-419 (-576)))
+ (-5 *1 (-192)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 (-1161 *4 *5))) (-5 *3 (-1 (-112) *5 *5))
+ (-4 *4 (-13 (-1121) (-34))) (-4 *5 (-13 (-1121) (-34)))
+ (-5 *1 (-1162 *4 *5))))
+ ((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-656 (-1161 *3 *4))) (-4 *3 (-13 (-1121) (-34)))
+ (-4 *4 (-13 (-1121) (-34))) (-5 *1 (-1162 *3 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-1179)) (-5 *1 (-798)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-576)) (|has| *1 (-6 -4455)) (-4 *1 (-416))
+ (-5 *2 (-940)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1114 *3)) (-4 *3 (-1238)) (-5 *2 (-576)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-836)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-660 *5)) (-4 *5 (-1070))
+ (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-866 *5))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-701 *3)) (-4 *1 (-429 *3)) (-4 *3 (-174))))
+ ((*1 *2 *1 *2 *2) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070))))
+ ((*1 *2 *3 *2 *2 *4 *5)
+ (-12 (-5 *4 (-99 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1070))
+ (-5 *1 (-867 *2 *3)) (-4 *3 (-866 *2)))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))))
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))))
+(((*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1061)))))
+(((*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-112)))))
+(((*1 *1 *2 *2) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174)))))
+(((*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-763)))))
+(((*1 *1) (-5 *1 (-518))))
+(((*1 *1 *1) (-4 *1 (-1081))))
+(((*1 *2 *3 *4 *5 *5 *2)
+ (|partial| -12 (-5 *2 (-112)) (-5 *3 (-971 *6)) (-5 *4 (-1197))
+ (-5 *5 (-855 *7))
+ (-4 *6 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-4 *7 (-13 (-1223) (-29 *6))) (-5 *1 (-226 *6 *7))))
+ ((*1 *2 *3 *4 *4 *2)
+ (|partial| -12 (-5 *2 (-112)) (-5 *3 (-1193 *6)) (-5 *4 (-855 *6))
+ (-4 *6 (-13 (-1223) (-29 *5)))
+ (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-226 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1280 *2 *3 *4)) (-4 *2 (-1070)) (-14 *3 (-1197))
+ (-14 *4 *2))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *2 (-419 (-576))) (-5 *1 (-118 *4)) (-14 *4 *3)
+ (-5 *3 (-576))))
+ ((*1 *2 *1 *2) (-12 (-4 *1 (-883 *3)) (-5 *2 (-576))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *2 (-419 (-576))) (-5 *1 (-885 *4)) (-14 *4 *3)
+ (-5 *3 (-576))))
+ ((*1 *2 *1 *3)
+ (-12 (-14 *4 *3) (-5 *2 (-419 (-576))) (-5 *1 (-886 *4 *5))
+ (-5 *3 (-576)) (-4 *5 (-883 *4))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-1033)) (-5 *2 (-419 (-576)))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-4 *1 (-1089 *2 *3)) (-4 *2 (-13 (-860) (-374)))
+ (-4 *3 (-1264 *2))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1266 *2 *3)) (-4 *3 (-804))
+ (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -4114 (*2 (-1197))))
+ (-4 *2 (-1070)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-4 *4 (-1013 *3)) (-5 *1 (-143 *3 *4 *2))
+ (-4 *2 (-384 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-4 *5 (-1013 *4)) (-4 *2 (-384 *4))
+ (-5 *1 (-515 *4 *5 *2 *3)) (-4 *3 (-384 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-701 *5)) (-4 *5 (-1013 *4)) (-4 *4 (-568))
+ (-5 *2 (-701 *4)) (-5 *1 (-705 *4 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-4 *4 (-1013 *3)) (-5 *1 (-1257 *3 *4 *2))
+ (-4 *2 (-1264 *4)))))
+(((*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7)
+ (-12 (-5 *3 (-1179)) (-5 *5 (-701 (-227))) (-5 *6 (-227))
+ (-5 *7 (-701 (-576))) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-764)))))
(((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-1191 (-969 *4))) (-5 *1 (-428 *3 *4))
+ (-12 (-4 *4 (-174)) (-5 *2 (-1193 (-971 *4))) (-5 *1 (-428 *3 *4))
(-4 *3 (-429 *4))))
((*1 *2)
(-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-4 *3 (-374))
- (-5 *2 (-1191 (-969 *3)))))
+ (-5 *2 (-1193 (-971 *3)))))
((*1 *2)
- (-12 (-5 *2 (-1191 (-419 (-969 *3)))) (-5 *1 (-465 *3 *4 *5 *6))
- (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))))
+ (-12 (-5 *2 (-1193 (-419 (-971 *3)))) (-5 *1 (-465 *3 *4 *5 *6))
+ (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-656 *2)) (-4 *2 (-557)) (-5 *1 (-160 *2)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-397 *2)) (-4 *2 (-1121)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 (-340))) (-5 *1 (-340)))))
+(((*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-529)))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-576)) (-5 *3 (-940)) (-4 *1 (-416))))
+ ((*1 *1 *2 *2) (-12 (-5 *2 (-576)) (-4 *1 (-416))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *2 *6)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *2 (-1121)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1121)) (-4 *3 (-917 *5)) (-5 *2 (-701 *3))
+ (-5 *1 (-704 *5 *3 *6 *4)) (-4 *6 (-384 *3))
+ (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4464)))))))
+(((*1 *1) (-5 *1 (-1103))))
+(((*1 *2 *3 *3 *3 *4 *5)
+ (-12 (-5 *5 (-656 (-656 (-227)))) (-5 *4 (-227))
+ (-5 *2 (-656 (-962 *4))) (-5 *1 (-1234)) (-5 *3 (-962 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
+ (-5 *2 (-656 *4)) (-5 *1 (-1149 *3 *4)) (-4 *3 (-1264 *4))))
+ ((*1 *2 *3 *3 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
+ (-5 *2 (-656 *3)) (-5 *1 (-1149 *4 *3)) (-4 *4 (-1264 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-304 (-855 *3))) (-4 *3 (-13 (-27) (-1223) (-442 *5)))
+ (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-5 *2
+ (-3 (-855 *3)
+ (-2 (|:| |leftHandLimit| (-3 (-855 *3) "failed"))
+ (|:| |rightHandLimit| (-3 (-855 *3) "failed")))
+ "failed"))
+ (-5 *1 (-648 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-304 *3)) (-5 *5 (-1179))
+ (-4 *3 (-13 (-27) (-1223) (-442 *6)))
+ (-4 *6 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-5 *2 (-855 *3)) (-5 *1 (-648 *6 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-304 (-855 (-971 *5)))) (-4 *5 (-464))
+ (-5 *2
+ (-3 (-855 (-419 (-971 *5)))
+ (-2 (|:| |leftHandLimit| (-3 (-855 (-419 (-971 *5))) "failed"))
+ (|:| |rightHandLimit| (-3 (-855 (-419 (-971 *5))) "failed")))
+ "failed"))
+ (-5 *1 (-649 *5)) (-5 *3 (-419 (-971 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-304 (-419 (-971 *5)))) (-5 *3 (-419 (-971 *5)))
+ (-4 *5 (-464))
+ (-5 *2
+ (-3 (-855 *3)
+ (-2 (|:| |leftHandLimit| (-3 (-855 *3) "failed"))
+ (|:| |rightHandLimit| (-3 (-855 *3) "failed")))
+ "failed"))
+ (-5 *1 (-649 *5))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-304 (-419 (-971 *6)))) (-5 *5 (-1179))
+ (-5 *3 (-419 (-971 *6))) (-4 *6 (-464)) (-5 *2 (-855 *3))
+ (-5 *1 (-649 *6)))))
(((*1 *2 *3 *4 *5)
(-12 (-5 *5 (-112)) (-4 *4 (-13 (-374) (-860))) (-5 *2 (-430 *3))
- (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4)))))
+ (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4)))))
((*1 *2 *3 *4)
(-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-430 *3))
- (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4))))))
+ (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4))))))
+(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479))))
+ ((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479))))
+ ((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-946)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-940))
+ (-5 *2
+ (-3 (-1193 *4)
+ (-1288 (-656 (-2 (|:| -1688 *4) (|:| -2409 (-1141)))))))
+ (-5 *1 (-357 *4)) (-4 *4 (-360)))))
+(((*1 *2 *3) (-12 (-5 *3 (-940)) (-5 *2 (-923 (-576))) (-5 *1 (-936))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936)))))
+(((*1 *2)
+ (-12 (-4 *2 (-13 (-442 *3) (-1023))) (-5 *1 (-285 *3 *2))
+ (-4 *3 (-568)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1121)) (-4 *5 (-1121))
+ (-5 *2 (-1 *5)) (-5 *1 (-695 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-374)) (-5 *2 (-656 *3)) (-5 *1 (-964 *4 *3))
+ (-4 *3 (-1264 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-5 *1 (-337 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-1238)) (-5 *1 (-528 *3 *4))
+ (-14 *4 (-576)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1121)) (-5 *1 (-103 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-103 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-173))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1231 *3)) (-4 *3 (-993)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1233 *3)) (-4 *3 (-995)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1125)) (-5 *1 (-1201)))))
+(((*1 *1) (-5 *1 (-1084))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862))))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-656 (-1197))) (-4 *4 (-1121))
+ (-4 *5 (-13 (-1070) (-901 *4) (-626 (-907 *4))))
+ (-5 *1 (-54 *4 *5 *2))
+ (-4 *2 (-13 (-442 *5) (-901 *4) (-626 (-907 *4)))))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-1121)) (-5 *1 (-983 *2 *3)) (-4 *3 (-1121)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-340)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1141)) (-5 *2 (-1293)) (-5 *1 (-843)))))
+(((*1 *2 *1) (-12 (-5 *2 (-301)) (-5 *1 (-290)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *1 *1) (-4 *1 (-294)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-430 *4)) (-4 *4 (-568))
+ (-5 *2 (-656 (-2 (|:| -2862 (-783)) (|:| |logand| *4))))
+ (-5 *1 (-330 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197)))
+ (-14 *3 (-656 (-1197))) (-4 *4 (-399))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-676 *3 *4)) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862))
+ (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-940))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-783)) (-4 *4 (-13 (-1070) (-729 (-419 (-576)))))
+ (-4 *5 (-862)) (-5 *1 (-1304 *4 *5 *2)) (-4 *2 (-1309 *5 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-5 *1 (-1308 *3 *4))
+ (-4 *4 (-729 (-419 (-576)))) (-4 *3 (-862)) (-4 *4 (-174)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *1 *3 *3 *4 *4)
+ (-12 (-5 *3 (-783)) (-5 *4 (-940)) (-5 *2 (-1293)) (-5 *1 (-1289))))
+ ((*1 *2 *1 *3 *3 *4 *4)
+ (-12 (-5 *3 (-783)) (-5 *4 (-940)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-2 (|:| -1452 (-1193 *6)) (|:| -3744 (-576)))))
+ (-4 *6 (-317)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-576))
+ (-5 *1 (-754 *4 *5 *6 *7)) (-4 *7 (-968 *6 *4 *5)))))
+(((*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 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112))
+ (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1089 *4 *3)) (-4 *4 (-13 (-860) (-374)))
+ (-4 *3 (-1264 *4)) (-5 *2 (-112)))))
(((*1 *2 *3 *3 *3)
- (|partial| -12 (-4 *4 (-13 (-374) (-148) (-1057 (-576))))
- (-4 *5 (-1262 *4)) (-5 *2 (-656 (-419 *5))) (-5 *1 (-1035 *4 *5))
+ (|partial| -12 (-4 *4 (-13 (-374) (-148) (-1059 (-576))))
+ (-4 *5 (-1264 *4)) (-5 *2 (-656 (-419 *5))) (-5 *1 (-1037 *4 *5))
(-5 *3 (-419 *5)))))
+(((*1 *1) (-5 *1 (-142))) ((*1 *1 *1) (-5 *1 (-145)))
+ ((*1 *1 *1) (-4 *1 (-1165))))
+(((*1 *1) (-5 *1 (-835))))
+(((*1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-568) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-286 *3 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1197))
+ (-4 *4 (-13 (-568) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-286 *4 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *4)))))
+ ((*1 *1 *1) (-5 *1 (-390)))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4))))
+ (-5 *1 (-788 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-518)) (-5 *2 (-656 (-984))) (-5 *1 (-301)))))
+(((*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1083))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-1083)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-1288 (-1288 (-576)))) (-5 *1 (-478)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
+ (|partial| -12 (-4 *3 (-1238)) (-5 *1 (-184 *3 *2))
+ (-4 *2 (-686 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 *2)) (-4 *2 (-1264 *4)) (-5 *1 (-551 *4 *2 *5 *6))
+ (-4 *4 (-317)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-783))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-419 (-576))) (-5 *1 (-329 *3 *4 *5)) (-4 *3 (-374))
+ (-14 *4 (-1197)) (-14 *5 *3))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1288 (-326 (-227)))) (-5 *4 (-656 (-1197)))
+ (-5 *2 (-701 (-326 (-227)))) (-5 *1 (-207))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1121)) (-4 *6 (-917 *5)) (-5 *2 (-701 *6))
+ (-5 *1 (-704 *5 *6 *3 *4)) (-4 *3 (-384 *6))
+ (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4464)))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
+ (-5 *2 (-656 *4)) (-5 *1 (-1149 *3 *4)) (-4 *3 (-1264 *4))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
+ (-5 *2 (-656 *3)) (-5 *1 (-1149 *4 *3)) (-4 *4 (-1264 *3)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-1197))) (-5 *1 (-837)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *3 (-576)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime"))
+ (-5 *1 (-430 *2)) (-4 *2 (-568)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-568) (-1059 (-576)))) (-5 *1 (-190 *3 *2))
+ (-4 *2 (-13 (-27) (-1223) (-442 (-171 *3))))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1197)) (-4 *4 (-13 (-568) (-1059 (-576))))
+ (-5 *1 (-190 *4 *2)) (-4 *2 (-13 (-27) (-1223) (-442 (-171 *4))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1197))
+ (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-1227 *4 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *4))))))
+(((*1 *1 *1 *1) (|partial| -4 *1 (-132))))
+(((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-783)) (-4 *5 (-374)) (-5 *2 (-176 *6))
+ (-5 *1 (-881 *5 *4 *6)) (-4 *4 (-1279 *5)) (-4 *6 (-1264 *5)))))
+(((*1 *2 *3 *3 *2) (-12 (-5 *2 (-390)) (-5 *3 (-1179)) (-5 *1 (-97))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-390)) (-5 *3 (-1179)) (-5 *1 (-97)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1309 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070))
+ (-5 *2 (-831 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-858)) (-5 *1 (-1311 *3 *2)) (-4 *3 (-1070)))))
+(((*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5)
+ (-12 (-5 *3 (-940)) (-5 *4 (-227)) (-5 *5 (-576)) (-5 *6 (-888))
+ (-5 *2 (-1293)) (-5 *1 (-1289)))))
(((*1 *2 *3)
(-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2))
(-4 *4 (-568)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-887 (-940) (-940)))) (-5 *1 (-992)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1197)) (-5 *4 (-971 (-576))) (-5 *2 (-340))
+ (-5 *1 (-342)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1141)) (-5 *1 (-855 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1178 (-419 *3))) (-5 *1 (-176 *3)) (-4 *3 (-317)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-876)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1178 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1193 (-419 (-576)))) (-5 *1 (-961)) (-5 *3 (-576)))))
+(((*1 *2)
+ (-12 (-4 *3 (-1242)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4)))
+ (-5 *2 (-1288 *1)) (-4 *1 (-353 *3 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *3 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $)))))
+ (-4 *4 (-1264 *3))
+ (-5 *2
+ (-2 (|:| -1726 (-701 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-701 *3))))
+ (-5 *1 (-361 *3 *4 *5)) (-4 *5 (-421 *3 *4))))
+ ((*1 *2)
+ (-12 (-4 *3 (-1264 (-576)))
+ (-5 *2
+ (-2 (|:| -1726 (-701 (-576))) (|:| |basisDen| (-576))
+ (|:| |basisInv| (-701 (-576)))))
+ (-5 *1 (-780 *3 *4)) (-4 *4 (-421 (-576) *3))))
+ ((*1 *2)
+ (-12 (-4 *3 (-360)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 *4))
+ (-5 *2
+ (-2 (|:| -1726 (-701 *4)) (|:| |basisDen| *4)
+ (|:| |basisInv| (-701 *4))))
+ (-5 *1 (-1006 *3 *4 *5 *6)) (-4 *6 (-736 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *3 (-360)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 *4))
+ (-5 *2
+ (-2 (|:| -1726 (-701 *4)) (|:| |basisDen| *4)
+ (|:| |basisInv| (-701 *4))))
+ (-5 *1 (-1297 *3 *4 *5 *6)) (-4 *6 (-421 *4 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-566 *3)) (-4 *3 (-13 (-416) (-1223))) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-860)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1089 *4 *3)) (-4 *4 (-13 (-860) (-374)))
+ (-4 *3 (-1264 *4)) (-5 *2 (-112)))))
(((*1 *1 *2 *2)
- (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1023 *3)) (-14 *3 (-576)))))
+ (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1025 *3)) (-14 *3 (-576)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-2 (|:| -2670 *6) (|:| |coeff| *6)) "failed") *6))
+ (-4 *6 (-374)) (-4 *7 (-1264 *6))
+ (-5 *2 (-2 (|:| |answer| (-598 (-419 *7))) (|:| |a0| *6)))
+ (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-414)) (-5 *2 (-783))))
+ ((*1 *1 *1) (-4 *1 (-414))))
+(((*1 *2) (-12 (-5 *2 (-1154 (-227))) (-5 *1 (-1221)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 *4)) (-4 *4 (-374)) (-5 *2 (-701 *4))
+ (-5 *1 (-826 *4 *5)) (-4 *5 (-668 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 *5)) (-5 *4 (-783)) (-4 *5 (-374))
+ (-5 *2 (-701 *5)) (-5 *1 (-826 *5 *6)) (-4 *6 (-668 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-185 (-140)))) (-5 *1 (-141)))))
+(((*1 *2 *3) (-12 (-5 *2 (-115)) (-5 *1 (-114 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1264 *6))
+ (-4 *6 (-13 (-27) (-442 *5))) (-4 *5 (-13 (-568) (-1059 (-576))))
+ (-4 *8 (-1264 (-419 *7))) (-5 *2 (-598 *3))
+ (-5 *1 (-564 *5 *6 *7 *8 *3)) (-4 *3 (-353 *6 *7 *8)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1202)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-568) (-1059 (-576)))) (-5 *1 (-190 *3 *2))
+ (-4 *2 (-13 (-27) (-1223) (-442 (-171 *3))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *3))))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 *2)) (-5 *1 (-181 *2)) (-4 *2 (-317))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *3 (-656 (-656 *4))) (-5 *2 (-656 *4)) (-4 *4 (-317))
+ (-5 *1 (-181 *4))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-656 *8))
+ (-5 *4
+ (-656
+ (-2 (|:| -1726 (-701 *7)) (|:| |basisDen| *7)
+ (|:| |basisInv| (-701 *7)))))
+ (-5 *5 (-783)) (-4 *8 (-1264 *7)) (-4 *7 (-1264 *6)) (-4 *6 (-360))
+ (-5 *2
+ (-2 (|:| -1726 (-701 *7)) (|:| |basisDen| *7)
+ (|:| |basisInv| (-701 *7))))
+ (-5 *1 (-510 *6 *7 *8))))
+ ((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))))
(((*1 *2 *3 *4)
(|partial| -12 (-5 *4 (-304 (-845 *3)))
- (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576))))
+ (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576))))
(-5 *2 (-845 *3)) (-5 *1 (-648 *5 *3))
- (-4 *3 (-13 (-27) (-1221) (-442 *5)))))
+ (-4 *3 (-13 (-27) (-1223) (-442 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-304 (-845 (-969 *5)))) (-4 *5 (-464))
- (-5 *2 (-845 (-419 (-969 *5)))) (-5 *1 (-649 *5))
- (-5 *3 (-419 (-969 *5)))))
+ (-12 (-5 *4 (-304 (-845 (-971 *5)))) (-4 *5 (-464))
+ (-5 *2 (-845 (-419 (-971 *5)))) (-5 *1 (-649 *5))
+ (-5 *3 (-419 (-971 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-304 (-419 (-969 *5)))) (-5 *3 (-419 (-969 *5)))
+ (-12 (-5 *4 (-304 (-419 (-971 *5)))) (-5 *3 (-419 (-971 *5)))
(-4 *5 (-464)) (-5 *2 (-845 *3)) (-5 *1 (-649 *5)))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-576)) (-5 *3 (-938)) (-4 *1 (-416))))
- ((*1 *1 *2 *2) (-12 (-5 *2 (-576)) (-4 *1 (-416))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *2 *6)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *2 (-1119)))))
-(((*1 *1 *1 *1) (-4 *1 (-21))) ((*1 *1 *1) (-4 *1 (-21)))
- ((*1 *1 *1 *1) (|partial| -5 *1 (-135)))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-216 *2))
- (-4 *2
- (-13 (-862)
- (-10 -8 (-15 -2794 ((-1177) $ (-1195))) (-15 -1971 ((-1291) $))
- (-15 -2453 ((-1291) $)))))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-21)) (-4 *2 (-1236))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-21)) (-4 *2 (-1236))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23))))
- ((*1 *1 *1) (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2))
- (-4 *4 (-384 *2))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2))
- (-4 *4 (-384 *2))))
- ((*1 *1 *1) (-5 *1 (-874))) ((*1 *1 *1 *1) (-5 *1 (-874)))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-960 (-227))) (-5 *1 (-1232))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-21))))
- ((*1 *1 *1) (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-21)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-960 (-227))) (-5 *4 (-886)) (-5 *2 (-1291))
- (-5 *1 (-480))))
- ((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1068)) (-4 *1 (-999 *3))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1193 *7)) (-4 *7 (-968 *6 *4 *5)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1070)) (-5 *2 (-1193 *6))
+ (-5 *1 (-331 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1264 *5)) (-4 *5 (-374))
+ (-5 *2 (-2 (|:| -4250 (-430 *3)) (|:| |special| (-430 *3))))
+ (-5 *1 (-739 *5 *3)))))
+(((*1 *2)
+ (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-429 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936))))
+ ((*1 *2) (-12 (-5 *2 (-923 (-576))) (-5 *1 (-936)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-1288 (-656 *3))) (-4 *4 (-317))
+ (-5 *2 (-656 *3)) (-5 *1 (-467 *4 *3)) (-4 *3 (-1264 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-360)) (-5 *2 (-430 (-1193 (-1193 *4))))
+ (-5 *1 (-1236 *4)) (-5 *3 (-1193 (-1193 *4))))))
+(((*1 *1) (-5 *1 (-340))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-783)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1070))
+ (-14 *4 (-656 (-1197)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-783)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1070) (-862)))
+ (-14 *4 (-656 (-1197)))))
+ ((*1 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-379)) (-4 *2 (-374))))
((*1 *2 *1)
- (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-960 *3))))
+ (|partial| -12 (-4 *1 (-346 *3 *4 *5 *2)) (-4 *3 (-374))
+ (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4)))
+ (-4 *2 (-353 *3 *4 *5))))
((*1 *1 *2)
- (-12 (-5 *2 (-960 *3)) (-4 *3 (-1068)) (-4 *1 (-1153 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-1153 *3)) (-4 *3 (-1068))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *1 (-1153 *3)) (-4 *3 (-1068))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-960 *3)) (-4 *1 (-1153 *3)) (-4 *3 (-1068))))
- ((*1 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-960 (-227))) (-5 *1 (-1232)) (-5 *3 (-227)))))
+ (-12 (-5 *2 (-783)) (-5 *1 (-402 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
+ (-4 *5 (-174))))
+ ((*1 *1) (-12 (-4 *2 (-174)) (-4 *1 (-736 *2 *3)) (-4 *3 (-1264 *2)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-656 (-493 *4 *5))) (-5 *3 (-656 (-878 *4)))
+ (-14 *4 (-656 (-1197))) (-4 *5 (-464)) (-5 *1 (-483 *4 *5 *6))
+ (-4 *6 (-464)))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-112)) (-5 *5 (-576)) (-4 *6 (-374)) (-4 *6 (-379))
+ (-4 *6 (-1070)) (-5 *2 (-656 (-656 (-701 *6)))) (-5 *1 (-1050 *6))
+ (-5 *3 (-656 (-701 *6)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-374)) (-4 *4 (-379)) (-4 *4 (-1070))
+ (-5 *2 (-656 (-656 (-701 *4)))) (-5 *1 (-1050 *4))
+ (-5 *3 (-656 (-701 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-374)) (-4 *5 (-379)) (-4 *5 (-1070))
+ (-5 *2 (-656 (-656 (-701 *5)))) (-5 *1 (-1050 *5))
+ (-5 *3 (-656 (-701 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-940)) (-4 *5 (-374)) (-4 *5 (-379)) (-4 *5 (-1070))
+ (-5 *2 (-656 (-656 (-701 *5)))) (-5 *1 (-1050 *5))
+ (-5 *3 (-656 (-701 *5))))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-851))
+ (-5 *3
+ (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227)))
+ (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227))))
+ (|:| |ub| (-656 (-855 (-227))))))
+ (-5 *2 (-1056))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-851))
+ (-5 *3
+ (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))
+ (-5 *2 (-1056)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
(((*1 *2 *3 *2)
(-12 (-5 *2 (-390)) (-5 *3 (-656 (-270))) (-5 *1 (-268))))
((*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-270)))))
-(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-886))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-326 *3)) (-4 *3 (-13 (-1070) (-862)))
+ (-5 *1 (-225 *3 *4)) (-14 *4 (-656 (-1197))))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *7 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-568))
+ (-4 *8 (-968 *7 *5 *6))
+ (-5 *2 (-2 (|:| -3744 (-783)) (|:| -2862 *3) (|:| |radicand| *3)))
+ (-5 *1 (-972 *5 *6 *7 *8 *3)) (-5 *4 (-783))
+ (-4 *3
+ (-13 (-374)
+ (-10 -8 (-15 -4114 ($ *8)) (-15 -2687 (*8 $)) (-15 -2698 (*8 $))))))))
+(((*1 *1) (-5 *1 (-142))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *2 (-464)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *1 (-461 *3 *4 *5 *2)) (-4 *2 (-968 *3 *4 *5)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-656 (-1179))) (-5 *2 (-1179)) (-5 *1 (-1289))))
+ ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1289))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1289))))
+ ((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-656 (-1179))) (-5 *2 (-1179)) (-5 *1 (-1290))))
+ ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1290))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1290)))))
+(((*1 *2 *3)
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
+ (|:| |relerr| (-227))))
+ (-5 *2 (-2 (|:| -3961 (-115)) (|:| |w| (-227)))) (-5 *1 (-206)))))
+(((*1 *1 *2 *3 *1 *3)
+ (-12 (-5 *2 (-907 *4)) (-4 *4 (-1121)) (-5 *1 (-904 *4 *3))
+ (-4 *3 (-1121)))))
+(((*1 *2 *3 *4 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576))
+ (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117))))
+ (-5 *2 (-1056)) (-5 *1 (-760)))))
+(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-888))))
((*1 *2 *3)
- (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))))
+ (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))))
+(((*1 *1)
+ (-12 (-4 *3 (-1121)) (-5 *1 (-900 *2 *3 *4)) (-4 *2 (-1121))
+ (-4 *4 (-678 *3))))
+ ((*1 *1) (-12 (-5 *1 (-904 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1121)) (-4 *5 (-1121))
+ (-4 *6 (-1121)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-696 *4 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-656 (-878 *5))) (-14 *5 (-656 (-1197))) (-4 *6 (-464))
+ (-5 *2 (-656 (-656 (-253 *5 *6)))) (-5 *1 (-483 *5 *6 *7))
+ (-5 *3 (-656 (-253 *5 *6))) (-4 *7 (-464)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-598 *2)) (-4 *2 (-13 (-29 *4) (-1223)))
+ (-5 *1 (-595 *4 *2))
+ (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-598 (-419 (-971 *4))))
+ (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-326 *4))
+ (-5 *1 (-601 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-701 (-326 (-227)))) (-5 *2 (-390)) (-5 *1 (-207)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-656 (-1191 *4))) (-5 *3 (-1191 *4))
- (-4 *4 (-926)) (-5 *1 (-675 *4)))))
+ (-12 (-4 *4 (-805))
+ (-4 *3 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $))))) (-4 *5 (-568))
+ (-5 *1 (-744 *4 *3 *5 *2)) (-4 *2 (-968 (-419 (-971 *5)) *4 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *4 (-1070)) (-4 *5 (-805))
+ (-4 *3
+ (-13 (-862)
+ (-10 -8 (-15 -1554 ((-1197) $))
+ (-15 -1652 ((-3 $ "failed") (-1197))))))
+ (-5 *1 (-1005 *4 *5 *3 *2)) (-4 *2 (-968 (-971 *4) *5 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-656 *6))
+ (-4 *6
+ (-13 (-862)
+ (-10 -8 (-15 -1554 ((-1197) $))
+ (-15 -1652 ((-3 $ "failed") (-1197))))))
+ (-4 *4 (-1070)) (-4 *5 (-805)) (-5 *1 (-1005 *4 *5 *6 *2))
+ (-4 *2 (-968 (-971 *4) *5 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1293)) (-5 *1 (-390))))
+ ((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-390)))))
+(((*1 *2 *1) (-12 (-5 *2 (-940)) (-5 *1 (-992)))))
+(((*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-174)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1238)) (-5 *1 (-1153 *4 *2))
+ (-4 *2 (-13 (-616 (-576) *4) (-10 -7 (-6 -4464) (-6 -4465))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-862)) (-4 *3 (-1238)) (-5 *1 (-1153 *3 *2))
+ (-4 *2 (-13 (-616 (-576) *3) (-10 -7 (-6 -4464) (-6 -4465)))))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))))
+(((*1 *2 *2)
+ (-12
+ (-5 *2
+ (-1008 (-419 (-576)) (-878 *3) (-245 *4 (-783))
+ (-253 *3 (-419 (-576)))))
+ (-14 *3 (-656 (-1197))) (-14 *4 (-783)) (-5 *1 (-1007 *3 *4)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-656 (-1193 *4))) (-5 *3 (-1193 *4))
+ (-4 *4 (-928)) (-5 *1 (-675 *4)))))
+(((*1 *1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-112)) (-5 *1 (-907 *4))
+ (-4 *4 (-1121)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))
+ (-5 *2 (-419 (-576))) (-5 *1 (-1041 *4)) (-4 *4 (-1264 (-576))))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
+ (|:| |relerr| (-227))))
+ (-5 *2 (-1178 (-227))) (-5 *1 (-194))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-326 (-227))) (-5 *4 (-656 (-1197)))
+ (-5 *5 (-1115 (-855 (-227)))) (-5 *2 (-1178 (-227))) (-5 *1 (-310))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1288 (-326 (-227)))) (-5 *4 (-656 (-1197)))
+ (-5 *5 (-1115 (-855 (-227)))) (-5 *2 (-1178 (-227))) (-5 *1 (-310)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-1289))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1288 *1)) (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242))
+ (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-576)) (-5 *2 (-656 (-2 (|:| -1452 *3) (|:| -2786 *4))))
+ (-5 *1 (-708 *3)) (-4 *3 (-1264 *4)))))
+(((*1 *2 *3 *4 *4 *5 *3 *6)
+ (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-656 *3)) (-5 *6 (-1193 *3))
+ (-4 *3 (-13 (-442 *7) (-27) (-1223)))
+ (-4 *7 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-572 *7 *3 *8)) (-4 *8 (-1121))))
+ ((*1 *2 *3 *4 *4 *5 *4 *3 *6)
+ (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-656 *3))
+ (-5 *6 (-419 (-1193 *3))) (-4 *3 (-13 (-442 *7) (-27) (-1223)))
+ (-4 *7 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-572 *7 *3 *8)) (-4 *8 (-1121)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1197))
+ (-4 *5 (-13 (-464) (-148) (-1059 (-576)) (-651 (-576))))
+ (-5 *2 (-598 *3)) (-5 *1 (-569 *5 *3))
+ (-4 *3 (-13 (-27) (-1223) (-442 *5))))))
(((*1 *2 *3 *3 *4)
(-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
- (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4))))
- (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4))))
+ (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-336 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804))
+ (-5 *2 (-783))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1121))
+ (-5 *2 (-783))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-783)) (-5 *1 (-747 *3 *4)) (-4 *3 (-1070))
+ (-4 *4 (-738)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-250 *3)))))
+(((*1 *2 *3 *4 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-763)))))
+(((*1 *2)
+ (-12 (-4 *2 (-13 (-442 *3) (-1023))) (-5 *1 (-285 *3 *2))
+ (-4 *3 (-568)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-1264 *3)) (-5 *1 (-411 *3 *2))
+ (-4 *3 (-13 (-374) (-148))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2)
+ (-12
+ (-5 *2
+ (-1288 (-656 (-2 (|:| -1688 (-929 *3)) (|:| -2409 (-1141))))))
+ (-5 *1 (-362 *3 *4)) (-14 *3 (-940)) (-14 *4 (-940))))
+ ((*1 *2)
+ (-12 (-5 *2 (-1288 (-656 (-2 (|:| -1688 *3) (|:| -2409 (-1141))))))
+ (-5 *1 (-363 *3 *4)) (-4 *3 (-360)) (-14 *4 (-3 (-1193 *3) *2))))
+ ((*1 *2)
+ (-12 (-5 *2 (-1288 (-656 (-2 (|:| -1688 *3) (|:| -2409 (-1141))))))
+ (-5 *1 (-364 *3 *4)) (-4 *3 (-360)) (-14 *4 (-940)))))
+(((*1 *1 *1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070))
+ (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-464)) (-4 *4 (-862)) (-4 *5 (-805)) (-5 *2 (-656 *6))
+ (-5 *1 (-1008 *3 *4 *5 *6)) (-4 *6 (-968 *3 *5 *4)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1070))
+ (-14 *4 (-656 (-1197)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-52)) (-5 *2 (-112)) (-5 *1 (-51 *4)) (-4 *4 (-1238))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1070) (-862)))
+ (-14 *4 (-656 (-1197)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-684 *3)) (-4 *3 (-862))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-689 *3)) (-4 *3 (-862))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-908 *3)) (-4 *3 (-862)))))
(((*1 *2 *2 *2)
(-12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *1 *1) (-5 *1 (-876))) ((*1 *1 *1 *1) (-5 *1 (-876)))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-1114 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *2) (-12 (-5 *1 (-1255 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *1) (-12 (-5 *2 (-703 (-1156))) (-5 *1 (-1172)))))
+(((*1 *2 *2) (-12 (-5 *1 (-980 *2)) (-4 *2 (-557)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-246))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-1179))) (-5 *2 (-1293)) (-5 *1 (-246)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-568))
+ (-4 *7 (-968 *3 *5 *6))
+ (-5 *2 (-2 (|:| -3744 (-783)) (|:| -2862 *8) (|:| |radicand| *8)))
+ (-5 *1 (-972 *5 *6 *3 *7 *8)) (-5 *4 (-783))
+ (-4 *8
+ (-13 (-374)
+ (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $)) (-15 -2698 (*7 $))))))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-1178 *2)) (-4 *2 (-317)) (-5 *1 (-176 *2)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-4 *1 (-1305 *3 *4)) (-4 *3 (-862))
+ (-4 *4 (-1070)) (-4 *4 (-174))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070))
+ (-4 *3 (-174)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1250 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-1279 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-597)) (-5 *1 (-290)))))
(((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7))
+ (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7))
(-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-5 *2 (-656 (-1046 *5 *6 *7 *8))) (-5 *1 (-1046 *5 *6 *7 *8))))
+ (-5 *2 (-656 (-1048 *5 *6 *7 *8))) (-5 *1 (-1048 *5 *6 *7 *8))))
((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7))
+ (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1086 *5 *6 *7))
(-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-5 *2 (-656 (-1165 *5 *6 *7 *8))) (-5 *1 (-1165 *5 *6 *7 *8)))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-576)) (-5 *3 (-938)) (-5 *1 (-711))))
+ (-5 *2 (-656 (-1167 *5 *6 *7 *8))) (-5 *1 (-1167 *5 *6 *7 *8)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-702 *3))))
+ ((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-702 *3)))))
+(((*1 *1 *1) (-5 *1 (-227)))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197)))
+ (-14 *3 (-656 (-1197))) (-4 *4 (-399))))
+ ((*1 *1 *1) (-5 *1 (-390))) ((*1 *1) (-5 *1 (-390))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-368 *3)) (-4 *3 (-360)))))
+(((*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-656 (-656 (-962 (-227)))))))
+ ((*1 *2 *1) (-12 (-4 *1 (-995)) (-5 *2 (-656 (-656 (-962 (-227))))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-656 *3)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-429 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)) (-5 *2 (-430 *3))
+ (-5 *1 (-754 *4 *5 *6 *3)) (-4 *3 (-968 *6 *4 *5)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3)
+ (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-764)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-227))) (-5 *2 (-1288 (-711))) (-5 *1 (-315)))))
+(((*1 *1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-962 *5)) (-5 *3 (-783)) (-4 *5 (-1070))
+ (-5 *1 (-1185 *4 *5)) (-14 *4 (-940)))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-576)) (-5 *3 (-940)) (-5 *1 (-711))))
((*1 *2 *2 *2 *3 *4)
(-12 (-5 *2 (-701 *5)) (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5))
- (-4 *5 (-374)) (-5 *1 (-997 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1200)) (-5 *1 (-289)))))
+ (-4 *5 (-374)) (-5 *1 (-999 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-518))) (-5 *1 (-49))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-890))) (-5 *1 (-495)))))
+(((*1 *1) (-5 *1 (-131))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 (-576))) (-5 *2 (-1199 (-419 (-576))))
+ (-5 *1 (-192)))))
+(((*1 *2)
+ (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-429 *3)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1160))))
+(((*1 *2 *3) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-573)) (-5 *3 (-576))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1193 (-419 (-576)))) (-5 *1 (-961)) (-5 *3 (-576)))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-656 (-907 *3))) (-5 *1 (-907 *3))
+ (-4 *3 (-1121)))))
+(((*1 *2 *3 *4 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-768)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1288 *1)) (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242))
+ (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-374) (-148) (-1059 (-419 (-576)))))
+ (-4 *5 (-1264 *4)) (-5 *2 (-656 (-2 (|:| -3188 *5) (|:| -2442 *5))))
+ (-5 *1 (-819 *4 *5 *3 *6)) (-4 *3 (-668 *5))
+ (-4 *6 (-668 (-419 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-374) (-148) (-1059 (-419 (-576)))))
+ (-4 *4 (-1264 *5)) (-5 *2 (-656 (-2 (|:| -3188 *4) (|:| -2442 *4))))
+ (-5 *1 (-819 *5 *4 *3 *6)) (-4 *3 (-668 *4))
+ (-4 *6 (-668 (-419 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-374) (-148) (-1059 (-419 (-576)))))
+ (-4 *5 (-1264 *4)) (-5 *2 (-656 (-2 (|:| -3188 *5) (|:| -2442 *5))))
+ (-5 *1 (-819 *4 *5 *6 *3)) (-4 *6 (-668 *5))
+ (-4 *3 (-668 (-419 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-374) (-148) (-1059 (-419 (-576)))))
+ (-4 *4 (-1264 *5)) (-5 *2 (-656 (-2 (|:| -3188 *4) (|:| -2442 *4))))
+ (-5 *1 (-819 *5 *4 *6 *3)) (-4 *6 (-668 *4))
+ (-4 *3 (-668 (-419 *4))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-783)) (-5 *4 (-576)) (-5 *1 (-457 *2)) (-4 *2 (-1070)))))
(((*1 *2 *2 *3 *3)
(-12 (-5 *3 (-576)) (-4 *4 (-13 (-568) (-148))) (-5 *1 (-549 *4 *2))
- (-4 *2 (-1277 *4))))
+ (-4 *2 (-1279 *4))))
((*1 *2 *2 *3 *3)
(-12 (-5 *3 (-576)) (-4 *4 (-13 (-374) (-379) (-626 *3)))
- (-4 *5 (-1262 *4)) (-4 *6 (-736 *4 *5)) (-5 *1 (-553 *4 *5 *6 *2))
- (-4 *2 (-1277 *6))))
+ (-4 *5 (-1264 *4)) (-4 *6 (-736 *4 *5)) (-5 *1 (-553 *4 *5 *6 *2))
+ (-4 *2 (-1279 *6))))
((*1 *2 *2 *3 *3)
(-12 (-5 *3 (-576)) (-4 *4 (-13 (-374) (-379) (-626 *3)))
- (-5 *1 (-554 *4 *2)) (-4 *2 (-1277 *4))))
+ (-5 *1 (-554 *4 *2)) (-4 *2 (-1279 *4))))
((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1176 *4)) (-5 *3 (-576)) (-4 *4 (-13 (-568) (-148)))
- (-5 *1 (-1172 *4)))))
+ (-12 (-5 *2 (-1178 *4)) (-5 *3 (-576)) (-4 *4 (-13 (-568) (-148)))
+ (-5 *1 (-1174 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-1262 *3)) (-4 *3 (-1068)))))
-(((*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3)
- (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *3 (-576))
- (-5 *2 (-1054)) (-5 *1 (-768)))))
-(((*1 *1 *1 *1) (-4 *1 (-25))) ((*1 *1 *1 *1) (-5 *1 (-158)))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-216 *2))
- (-4 *2
- (-13 (-862)
- (-10 -8 (-15 -2794 ((-1177) $ (-1195))) (-15 -1971 ((-1291) $))
- (-15 -2453 ((-1291) $)))))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-25)) (-4 *2 (-1236))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-25)) (-4 *2 (-1236))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-333 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-132))))
- ((*1 *1 *2 *1)
- (-12 (-4 *3 (-13 (-374) (-148))) (-5 *1 (-411 *3 *2))
- (-4 *2 (-1262 *3))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862))
- (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-966 *2 *3 *4))))
- ((*1 *1 *1 *1) (-5 *1 (-548)))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2))
- (-4 *4 (-384 *2))))
- ((*1 *1 *1 *1) (-5 *1 (-874)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1119))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-960 (-227))) (-5 *1 (-1232))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-25)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1159 *4 *5)) (-4 *4 (-13 (-1119) (-34)))
- (-4 *5 (-13 (-1119) (-34))) (-5 *2 (-112)) (-5 *1 (-1160 *4 *5)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *2 *3 *3 *3 *3 *4 *5)
- (-12 (-5 *3 (-227)) (-5 *4 (-576))
- (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956))))
- (-5 *2 (-1054)) (-5 *1 (-758)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-656 (-1191 *7))) (-5 *3 (-1191 *7))
- (-4 *7 (-966 *4 *5 *6)) (-4 *4 (-926)) (-4 *5 (-805))
- (-4 *6 (-862)) (-5 *1 (-923 *4 *5 *6 *7))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-656 (-1191 *5))) (-5 *3 (-1191 *5))
- (-4 *5 (-1262 *4)) (-4 *4 (-926)) (-5 *1 (-924 *4 *5)))))
+ (|partial| -12 (-5 *3 (-940))
+ (-5 *2 (-1288 (-656 (-2 (|:| -1688 *4) (|:| -2409 (-1141))))))
+ (-5 *1 (-357 *4)) (-4 *4 (-360)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-656 (-326 (-227)))) (-5 *3 (-227)) (-5 *2 (-112))
+ (-5 *1 (-212)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1298)))))
+(((*1 *2)
+ (-12 (-4 *3 (-568)) (-5 *2 (-656 (-701 *3))) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-429 *3)))))
+(((*1 *2 *3 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-764)))))
+(((*1 *2 *3 *4 *4 *5 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-764)))))
+(((*1 *1 *1 *1 *1) (-5 *1 (-876)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-429 *4)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1068)) (-5 *1 (-907 *2 *3)) (-4 *2 (-1262 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-702 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3 (-576))) (-4 *3 (-1068)) (-5 *1 (-99 *3))))
- ((*1 *1 *2 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1068)) (-5 *1 (-99 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1068)) (-5 *1 (-99 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-120 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
+ (-12 (-4 *4 (-568)) (-5 *2 (-171 *5)) (-5 *1 (-612 *4 *5 *3))
+ (-4 *5 (-13 (-442 *4) (-1023) (-1223)))
+ (-4 *3 (-13 (-442 (-171 *4)) (-1023) (-1223))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *5 (-1011 *4))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-143 *4 *5 *3))
- (-4 *3 (-384 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *5 (-1011 *4))
- (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4)))
- (-5 *1 (-515 *4 *5 *6 *3)) (-4 *6 (-384 *4)) (-4 *3 (-384 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-701 *5)) (-4 *5 (-1011 *4)) (-4 *4 (-568))
- (-5 *2 (-2 (|:| |num| (-701 *4)) (|:| |den| *4)))
- (-5 *1 (-705 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-374) (-148) (-1057 (-419 (-576)))))
- (-4 *6 (-1262 *5))
- (-5 *2 (-2 (|:| -4024 *7) (|:| |rh| (-656 (-419 *6)))))
- (-5 *1 (-819 *5 *6 *7 *3)) (-5 *4 (-656 (-419 *6)))
- (-4 *7 (-668 *6)) (-4 *3 (-668 (-419 *6)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *5 (-1011 *4))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1255 *4 *5 *3))
- (-4 *3 (-1262 *5)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-430 *3)) (-4 *3 (-568)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-390))) (-5 *1 (-1059)) (-5 *3 (-390)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-317))
- (-5 *1 (-933 *3 *4 *5 *2)) (-4 *2 (-966 *5 *3 *4))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1191 *6)) (-4 *6 (-966 *5 *3 *4)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *5 (-317)) (-5 *1 (-933 *3 *4 *5 *6))))
+ (-12 (-4 *4 (-1070)) (-5 *2 (-112)) (-5 *1 (-456 *4 *3))
+ (-4 *3 (-1264 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-5 *2 (-112)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1121)) (-5 *2 (-656 *1))
+ (-4 *1 (-442 *3))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-656 (-907 *3))) (-5 *1 (-907 *3))
+ (-4 *3 (-1121))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *2 (-656 *1)) (-4 *1 (-968 *3 *4 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-4 *2 (-966 *6 *4 *5))
- (-5 *1 (-933 *4 *5 *6 *2)) (-4 *4 (-805)) (-4 *5 (-862))
- (-4 *6 (-317)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1990 *4)))
- (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-576)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-783)) (-4 *5 (-174))))
- ((*1 *1 *1 *2 *1 *2)
- (-12 (-5 *2 (-576)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-783)) (-4 *5 (-174))))
- ((*1 *2 *2 *3)
+ (|partial| -12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1070))
+ (-4 *7 (-968 *6 *4 *5)) (-5 *2 (-656 *3))
+ (-5 *1 (-969 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-374)
+ (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $))
+ (-15 -2698 (*7 $))))))))
+(((*1 *1 *1) (-4 *1 (-1081)))
+ ((*1 *1 *1 *2 *2)
+ (-12 (-4 *1 (-1266 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-804))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1266 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-804)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-518)) (-5 *1 (-289))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-3 (-576) (-227) (-518) (-1179) (-1202)))
+ (-5 *1 (-1202)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-374)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
+ (-5 *1 (-516 *4 *5 *6 *3)) (-4 *3 (-968 *4 *5 *6)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-887 *2 *3)) (-4 *2 (-1238)) (-4 *3 (-1238)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1197)) (-5 *2 (-1 (-1193 (-971 *4)) (-971 *4)))
+ (-5 *1 (-1296 *4)) (-4 *4 (-374)))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1239 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *3 *1) (-12 (-5 *3 (-1197)) (-5 *2 (-449)) (-5 *1 (-1201)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *2 *3 *4 *5 *6)
+ (|partial| -12 (-5 *4 (-1197)) (-5 *6 (-656 (-624 *3)))
+ (-5 *5 (-624 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *7)))
+ (-4 *7 (-13 (-464) (-148) (-1059 (-576)) (-651 (-576))))
+ (-5 *2 (-2 (|:| -2670 *3) (|:| |coeff| *3)))
+ (-5 *1 (-569 *7 *3)))))
+(((*1 *1 *2 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-1179)) (-5 *1 (-1010))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-4 *4 (-1238)) (-5 *1 (-1078 *3 *4))
+ (-4 *3 (-1114 *4))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-1115 *4)) (-4 *4 (-1238))
+ (-5 *1 (-1113 *4)))))
+(((*1 *2 *2)
(-12
(-5 *2
- (-516 (-419 (-576)) (-245 *5 (-783)) (-876 *4)
- (-253 *4 (-419 (-576)))))
- (-5 *3 (-656 (-876 *4))) (-14 *4 (-656 (-1195))) (-14 *5 (-783))
- (-5 *1 (-517 *4 *5)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1191 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))))
+ (-656
+ (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-783)) (|:| |poli| *6)
+ (|:| |polj| *6))))
+ (-4 *4 (-805)) (-4 *6 (-968 *3 *4 *5)) (-4 *3 (-464)) (-4 *5 (-862))
+ (-5 *1 (-461 *3 *4 *5 *6)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-4 *1 (-1264 *3)) (-4 *3 (-1070)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-503)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-115)) (-5 *1 (-114 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-835)) (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *1 *1 *1) (-5 *1 (-163)))
- ((*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-163)))))
-(((*1 *2)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1123)) (-5 *1 (-289)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-1 (-112) *8))) (-4 *8 (-1084 *5 *6 *7))
- (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862))
- (-5 *2 (-2 (|:| |goodPols| (-656 *8)) (|:| |badPols| (-656 *8))))
- (-5 *1 (-996 *5 *6 *7 *8)) (-5 *4 (-656 *8)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6 *2)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *2 (-1119)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-561))))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1236)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1119)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-656 (-173))))))
-(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))))
+ (-12 (-5 *2 (-1 (-962 *3) (-962 *3))) (-5 *1 (-178 *3))
+ (-4 *3 (-13 (-374) (-1223) (-1023))))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-624 *2))) (-5 *4 (-656 (-1197)))
+ (-4 *2 (-13 (-442 (-171 *5)) (-1023) (-1223))) (-4 *5 (-568))
+ (-5 *1 (-612 *5 *6 *2)) (-4 *6 (-13 (-442 *5) (-1023) (-1223))))))
+(((*1 *1 *2 *1) (-12 (-5 *1 (-122 *2)) (-4 *2 (-862)))))
(((*1 *2)
- (-12 (-4 *4 (-1240)) (-4 *5 (-1262 *4)) (-4 *6 (-1262 (-419 *5)))
- (-5 *2 (-112)) (-5 *1 (-352 *3 *4 *5 *6)) (-4 *3 (-353 *4 *5 *6))))
+ (-12 (-14 *4 (-783)) (-4 *5 (-1238)) (-5 *2 (-135))
+ (-5 *1 (-242 *3 *4 *5)) (-4 *3 (-243 *4 *5))))
((*1 *2)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-374)) (-5 *1 (-1044 *3 *2)) (-4 *2 (-668 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-374)) (-5 *2 (-2 (|:| -4024 *3) (|:| -1755 (-656 *5))))
- (-5 *1 (-1044 *5 *3)) (-5 *4 (-656 *5)) (-4 *3 (-668 *5)))))
-(((*1 *1) (-5 *1 (-609))))
-(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-374)) (-5 *1 (-911 *2 *3))
- (-4 *2 (-1262 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-576)) (-5 *1 (-246))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-1177))) (-5 *2 (-576)) (-5 *1 (-246)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-862)) (-5 *2 (-112))))
- ((*1 *1 *1 *1) (-5 *1 (-874))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 *3)) (-4 *3 (-1262 *5)) (-4 *5 (-317))
- (-5 *2 (-783)) (-5 *1 (-467 *5 *3)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568))
- (-5 *2 (-112)))))
-(((*1 *1 *2) (-12 (-5 *1 (-1045 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *4 (-576)) (-5 *6 (-1 (-1291) (-1286 *5) (-1286 *5) (-390)))
- (-5 *3 (-1286 (-390))) (-5 *5 (-390)) (-5 *2 (-1291))
- (-5 *1 (-800))))
- ((*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3)
- (-12 (-5 *4 (-576)) (-5 *6 (-1 (-1291) (-1286 *5) (-1286 *5) (-390)))
- (-5 *3 (-1286 (-390))) (-5 *5 (-390)) (-5 *2 (-1291))
- (-5 *1 (-800)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-2 (|:| |k| (-1195)) (|:| |c| (-1308 *3)))))
- (-5 *1 (-1308 *3)) (-4 *3 (-1068))))
+ (-12 (-4 *4 (-374)) (-5 *2 (-135)) (-5 *1 (-338 *3 *4))
+ (-4 *3 (-339 *4))))
+ ((*1 *2)
+ (-12 (-5 *2 (-783)) (-5 *1 (-402 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
+ (-4 *5 (-174))))
((*1 *2 *1)
- (-12 (-5 *2 (-656 (-2 (|:| |k| *3) (|:| |c| (-1310 *3 *4)))))
- (-5 *1 (-1310 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1235)) (-5 *1 (-182))))
- ((*1 *2 *1) (-12 (-5 *2 (-1235)) (-5 *1 (-693))))
- ((*1 *2 *1) (-12 (-5 *2 (-1235)) (-5 *1 (-989))))
- ((*1 *2 *1) (-12 (-5 *2 (-1235)) (-5 *1 (-1092))))
- ((*1 *2 *1) (-12 (-5 *2 (-1200)) (-5 *1 (-1137)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1216)))))
+ (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-576))
+ (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-656 *6)) (-4 *6 (-862)) (-4 *4 (-374)) (-4 *5 (-805))
+ (-5 *2 (-576)) (-5 *1 (-516 *4 *5 *6 *7)) (-4 *7 (-968 *4 *5 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1001 *3)) (-4 *3 (-1070)) (-5 *2 (-940))))
+ ((*1 *2) (-12 (-4 *1 (-1295 *3)) (-4 *3 (-374)) (-5 *2 (-135)))))
+(((*1 *1) (-5 *1 (-1293))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1161 *2 *3)) (-4 *2 (-13 (-1121) (-34)))
+ (-4 *3 (-13 (-1121) (-34))))))
+(((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-1276 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *2) (|partial| -12 (-5 *1 (-599 *2)) (-4 *2 (-557)))))
+(((*1 *2 *1) (-12 (-4 *1 (-360)) (-5 *2 (-112))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1193 *4)) (-4 *4 (-360)) (-5 *2 (-112))
+ (-5 *1 (-368 *4)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-243 *3 *2)) (-4 *2 (-1238)) (-4 *2 (-1070))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-876))))
+ ((*1 *1 *1) (-5 *1 (-876)))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-962 (-227))) (-5 *2 (-227)) (-5 *1 (-1234))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1286 *2)) (-4 *2 (-1238)) (-4 *2 (-1070)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-751 *3)))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5))
+ (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *1 (-1301 *3 *4 *5 *6))))
+ ((*1 *1 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-656 *8)) (-5 *3 (-1 (-112) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-568))
+ (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1301 *5 *6 *7 *8)))))
+(((*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3)
+ (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *3 (-576))
+ (-5 *2 (-1056)) (-5 *1 (-768)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-1106)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-3 (-419 (-969 *5)) (-1184 (-1195) (-969 *5))))
- (-4 *5 (-464)) (-5 *2 (-656 (-701 (-419 (-969 *5)))))
- (-5 *1 (-302 *5)) (-5 *4 (-701 (-419 (-969 *5)))))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1286 *5)) (-4 *5 (-13 (-1068) (-651 *4)))
- (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-650 *4 *5)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1176 *4)) (-5 *3 (-576)) (-4 *4 (-1068))
- (-5 *1 (-1179 *4))))
- ((*1 *1 *2 *2 *1)
- (-12 (-5 *2 (-576)) (-5 *1 (-1278 *3 *4 *5)) (-4 *3 (-1068))
- (-14 *4 (-1195)) (-14 *5 *3))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-862)) (-5 *2 (-112))))
- ((*1 *1 *1 *1) (-5 *1 (-874)))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-921 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1240)) (-4 *5 (-1262 *4))
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576))))
(-5 *2
- (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-419 *5))
- (|:| |c2| (-419 *5)) (|:| |deg| (-783))))
- (-5 *1 (-149 *4 *5 *3)) (-4 *3 (-1262 (-419 *5))))))
-(((*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4)
- (-12 (-5 *3 (-1177)) (-5 *5 (-701 (-227))) (-5 *6 (-227))
- (-5 *7 (-701 (-576))) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-764)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1195)) (-5 *4 (-969 (-576))) (-5 *2 (-340))
- (-5 *1 (-342))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1195)) (-5 *4 (-1111 (-969 (-576)))) (-5 *2 (-340))
- (-5 *1 (-342))))
- ((*1 *1 *2 *2 *2)
- (-12 (-5 *2 (-783)) (-5 *1 (-687 *3)) (-4 *3 (-1068))
- (-4 *3 (-1119)))))
-(((*1 *2 *3 *4 *4 *5 *6)
- (-12 (-5 *3 (-656 (-656 (-960 (-227))))) (-5 *4 (-886))
- (-5 *5 (-938)) (-5 *6 (-656 (-270))) (-5 *2 (-480)) (-5 *1 (-1290))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-656 (-960 (-227))))) (-5 *2 (-480))
- (-5 *1 (-1290))))
+ (-3 (|:| |%expansion| (-323 *5 *3 *6 *7))
+ (|:| |%problem| (-2 (|:| |func| (-1179)) (|:| |prob| (-1179))))))
+ (-5 *1 (-432 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1223) (-442 *5)))
+ (-14 *6 (-1197)) (-14 *7 *3))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1070))
+ (-4 *4 (-804))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1070)) (-5 *1 (-50 *3 *4))
+ (-14 *4 (-656 (-1197)))))
+ ((*1 *1 *2 *1 *1 *3)
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238))
+ (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238))
+ (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238))
+ (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-656 (-960 (-227))))) (-5 *4 (-656 (-270)))
- (-5 *2 (-480)) (-5 *1 (-1290)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-390)) (-5 *1 (-798)))))
-(((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1066)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-750)))))
-(((*1 *2) (-12 (-5 *2 (-855 (-576))) (-5 *1 (-546))))
- ((*1 *1) (-12 (-5 *1 (-855 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1068))
- (-4 *2 (-13 (-416) (-1057 *4) (-374) (-1221) (-294)))
- (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1262 *4))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-59 *5)) (-4 *5 (-1238))
+ (-4 *6 (-1238)) (-5 *2 (-59 *6)) (-5 *1 (-58 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-938)) (-4 *5 (-1068))
- (-4 *2 (-13 (-416) (-1057 *5) (-374) (-1221) (-294)))
- (-5 *1 (-455 *5 *3 *2)) (-4 *3 (-1262 *5)))))
-(((*1 *1 *1 *2 *1)
- (-12 (-5 *2 (-576)) (-5 *1 (-1176 *3)) (-4 *3 (-1236))))
- ((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-1274 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *3 *3 *4 *4 *4 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-764)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-783)) (-4 *5 (-1068)) (-4 *2 (-1262 *5))
- (-5 *1 (-1280 *5 *2 *6 *3)) (-4 *6 (-668 *2)) (-4 *3 (-1277 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-374)) (-4 *5 (-568))
- (-5 *2
- (-2 (|:| |minor| (-656 (-938))) (|:| -4024 *3)
- (|:| |minors| (-656 (-656 (-938)))) (|:| |ops| (-656 *3))))
- (-5 *1 (-90 *5 *3)) (-5 *4 (-938)) (-4 *3 (-668 *5)))))
-(((*1 *2 *1) (|partial| -12 (-5 *1 (-376 *2)) (-4 *2 (-1119))))
- ((*1 *2 *1) (|partial| -12 (-5 *2 (-1177)) (-5 *1 (-1217)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-862)) (-5 *2 (-112))))
- ((*1 *1 *1 *1) (-5 *1 (-874))))
-(((*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-145))))
- ((*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-145)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1195)) (-5 *2 (-1 (-227) (-227))) (-5 *1 (-715 *3))
- (-4 *3 (-626 (-548)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1195)) (-5 *2 (-1 (-227) (-227) (-227)))
- (-5 *1 (-715 *3)) (-4 *3 (-626 (-548))))))
-(((*1 *1 *1) (-4 *1 (-641)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021) (-1221))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-862))
- (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-656 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1240)) (-4 *5 (-1262 *4))
- (-5 *2 (-2 (|:| -1713 (-419 *5)) (|:| |poly| *3)))
- (-5 *1 (-149 *4 *5 *3)) (-4 *3 (-1262 (-419 *5))))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1195)) (-5 *5 (-1113 (-227))) (-5 *2 (-944))
- (-5 *1 (-942 *3)) (-4 *3 (-626 (-548)))))
+ (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-137 *5 *6 *7)) (-14 *5 (-576))
+ (-14 *6 (-783)) (-4 *7 (-174)) (-4 *8 (-174))
+ (-5 *2 (-137 *5 *6 *8)) (-5 *1 (-136 *5 *6 *7 *8))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1195)) (-5 *2 (-944)) (-5 *1 (-942 *3))
- (-4 *3 (-626 (-548)))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *1 (-944))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-171 *5)) (-4 *5 (-174))
+ (-4 *6 (-174)) (-5 *2 (-171 *6)) (-5 *1 (-170 *5 *6))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-326 *3) (-326 *3))) (-4 *3 (-13 (-1070) (-862)))
+ (-5 *1 (-225 *3 *4)) (-14 *4 (-656 (-1197)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-245 *5 *6)) (-14 *5 (-783))
+ (-4 *6 (-1238)) (-4 *7 (-1238)) (-5 *2 (-245 *5 *7))
+ (-5 *1 (-244 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-304 *5)) (-4 *5 (-1238))
+ (-4 *6 (-1238)) (-5 *2 (-304 *6)) (-5 *1 (-303 *5 *6))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1238)) (-5 *1 (-304 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1179)) (-5 *5 (-624 *6))
+ (-4 *6 (-312)) (-4 *2 (-1238)) (-5 *1 (-307 *6 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-624 *5)) (-4 *5 (-312))
+ (-4 *2 (-312)) (-5 *1 (-308 *5 *2))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1113 (-227)))
- (-5 *1 (-944)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-4 *1 (-920 *3)))))
-(((*1 *2) (-12 (-5 *2 (-855 (-576))) (-5 *1 (-546))))
- ((*1 *1) (-12 (-5 *1 (-855 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *2 (-13 (-442 (-171 *4)) (-1021) (-1221)))
- (-5 *1 (-612 *4 *3 *2)) (-4 *3 (-13 (-442 *4) (-1021) (-1221))))))
-(((*1 *2 *3 *2)
- (-12
- (-5 *2
- (-656
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-783)) (|:| |poli| *3)
- (|:| |polj| *3))))
- (-4 *5 (-805)) (-4 *3 (-966 *4 *5 *6)) (-4 *4 (-464)) (-4 *6 (-862))
- (-5 *1 (-461 *4 *5 *6 *3)))))
-(((*1 *1 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174))))
- ((*1 *1 *1 *1) (-4 *1 (-485)))
- ((*1 *1 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174))))
- ((*1 *2 *2) (-12 (-5 *2 (-656 (-938))) (-5 *1 (-896))))
- ((*1 *1 *1) (-5 *1 (-990)))
- ((*1 *1 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-174)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862))
- (-4 *6 (-1084 *3 *4 *5)) (-5 *1 (-636 *3 *4 *5 *6 *7 *2))
- (-4 *7 (-1090 *3 *4 *5 *6)) (-4 *2 (-1128 *3 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-938))) (-5 *2 (-656 (-701 (-576))))
- (-5 *1 (-1129)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-862)) (-5 *2 (-112))))
- ((*1 *1 *1 *1) (-5 *1 (-874)))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-920 *3)) (-4 *3 (-1119)) (-5 *2 (-112))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-921 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288))))
- ((*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-375 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-5 *2 (-1177)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 (-656 *2))) (-5 *4 (-656 *5))
- (-4 *5 (-38 (-419 (-576)))) (-4 *2 (-1277 *5))
- (-5 *1 (-1279 *5 *2)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-656 (-624 *5))) (-5 *3 (-1195)) (-4 *5 (-442 *4))
- (-4 *4 (-1119)) (-5 *1 (-585 *4 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-589))))
- ((*1 *1 *2) (-12 (-5 *2 (-400)) (-5 *1 (-589)))))
-(((*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-570 *3)) (-4 *3 (-557)))))
-(((*1 *1 *1 *2)
- (-12
- (-5 *2
- (-2 (|:| -2824 (-656 (-874))) (|:| -3848 (-656 (-874)))
- (|:| |presup| (-656 (-874))) (|:| -1463 (-656 (-874)))
- (|:| |args| (-656 (-874)))))
- (-5 *1 (-1195))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-656 (-874)))) (-5 *1 (-1195)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-781))
- (-5 *2
- (-2 (|:| -2938 (-390)) (|:| -2624 (-1177))
- (|:| |explanations| (-656 (-1177))) (|:| |extra| (-1054))))
- (-5 *1 (-577))))
+ (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-624 *1)) (-4 *1 (-312))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-781)) (-5 *4 (-1082))
- (-5 *2
- (-2 (|:| -2938 (-390)) (|:| -2624 (-1177))
- (|:| |explanations| (-656 (-1177))) (|:| |extra| (-1054))))
- (-5 *1 (-577))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-701 *5)) (-4 *5 (-1070))
+ (-4 *6 (-1070)) (-5 *2 (-701 *6)) (-5 *1 (-314 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-4 *1 (-799)) (-5 *3 (-1082))
- (-5 *4
- (-2 (|:| |fn| (-326 (-227)))
- (|:| -3954 (-656 (-1113 (-855 (-227))))) (|:| |abserr| (-227))
- (|:| |relerr| (-227))))
- (-5 *2
- (-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))
- (|:| |extra| (-1054))))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-326 *5)) (-4 *5 (-1121))
+ (-4 *6 (-1121)) (-5 *2 (-326 *6)) (-5 *1 (-324 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-4 *1 (-799)) (-5 *3 (-1082))
- (-5 *4
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
- (|:| |relerr| (-227))))
- (-5 *2
- (-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))
- (|:| |extra| (-1054))))))
+ (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-347 *5 *6 *7 *8)) (-4 *5 (-374))
+ (-4 *6 (-1264 *5)) (-4 *7 (-1264 (-419 *6))) (-4 *8 (-353 *5 *6 *7))
+ (-4 *9 (-374)) (-4 *10 (-1264 *9)) (-4 *11 (-1264 (-419 *10)))
+ (-5 *2 (-347 *9 *10 *11 *12))
+ (-5 *1 (-344 *5 *6 *7 *8 *9 *10 *11 *12))
+ (-4 *12 (-353 *9 *10 *11))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-349 *3)) (-4 *3 (-1121))))
((*1 *2 *3 *4)
- (-12 (-4 *1 (-812)) (-5 *3 (-1082))
- (-5 *4
- (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
- (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
- (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
- (|:| |abserr| (-227)) (|:| |relerr| (-227))))
- (-5 *2 (-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-820))
- (-5 *2
- (-2 (|:| -2938 (-390)) (|:| -2624 (-1177))
- (|:| |explanations| (-656 (-1177)))))
- (-5 *1 (-817))))
+ (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1242)) (-4 *8 (-1242))
+ (-4 *6 (-1264 *5)) (-4 *7 (-1264 (-419 *6))) (-4 *9 (-1264 *8))
+ (-4 *2 (-353 *8 *9 *10)) (-5 *1 (-351 *5 *6 *7 *4 *8 *9 *10 *2))
+ (-4 *4 (-353 *5 *6 *7)) (-4 *10 (-1264 (-419 *9)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-820)) (-5 *4 (-1082))
- (-5 *2
- (-2 (|:| -2938 (-390)) (|:| -2624 (-1177))
- (|:| |explanations| (-656 (-1177)))))
- (-5 *1 (-817))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1238)) (-4 *6 (-1238))
+ (-4 *2 (-384 *6)) (-5 *1 (-382 *5 *4 *6 *2)) (-4 *4 (-384 *5))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-393 *3 *4)) (-4 *3 (-1070))
+ (-4 *4 (-1121))))
((*1 *2 *3 *4)
- (-12 (-4 *1 (-851)) (-5 *3 (-1082))
- (-5 *4
- (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))
- (-5 *2 (-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-430 *5)) (-4 *5 (-568))
+ (-4 *6 (-568)) (-5 *2 (-430 *6)) (-5 *1 (-417 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-4 *1 (-851)) (-5 *3 (-1082))
- (-5 *4
- (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227)))
- (|:| |lb| (-656 (-855 (-227)))) (|:| |cf| (-656 (-326 (-227))))
- (|:| |ub| (-656 (-855 (-227))))))
- (-5 *2 (-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-853))
- (-5 *2
- (-2 (|:| -2938 (-390)) (|:| -2624 (-1177))
- (|:| |explanations| (-656 (-1177)))))
- (-5 *1 (-852))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-419 *5)) (-4 *5 (-568))
+ (-4 *6 (-568)) (-5 *2 (-419 *6)) (-5 *1 (-418 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-853)) (-5 *4 (-1082))
- (-5 *2
- (-2 (|:| -2938 (-390)) (|:| -2624 (-1177))
- (|:| |explanations| (-656 (-1177)))))
- (-5 *1 (-852))))
+ (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-425 *5 *6 *7 *8)) (-4 *5 (-317))
+ (-4 *6 (-1013 *5)) (-4 *7 (-1264 *6))
+ (-4 *8 (-13 (-421 *6 *7) (-1059 *6))) (-4 *9 (-317))
+ (-4 *10 (-1013 *9)) (-4 *11 (-1264 *10))
+ (-5 *2 (-425 *9 *10 *11 *12))
+ (-5 *1 (-424 *5 *6 *7 *8 *9 *10 *11 *12))
+ (-4 *12 (-13 (-421 *10 *11) (-1059 *10)))))
((*1 *2 *3 *4)
- (-12 (-4 *1 (-910)) (-5 *3 (-1082))
- (-5 *4
- (-2 (|:| |pde| (-656 (-326 (-227))))
- (|:| |constraints|
- (-656
- (-2 (|:| |start| (-227)) (|:| |finish| (-227))
- (|:| |grid| (-783)) (|:| |boundaryType| (-576))
- (|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227))))))
- (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177))
- (|:| |tol| (-227))))
- (-5 *2 (-2 (|:| -2938 (-390)) (|:| |explanations| (-1177))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-913))
- (-5 *2
- (-2 (|:| -2938 (-390)) (|:| -2624 (-1177))
- (|:| |explanations| (-656 (-1177)))))
- (-5 *1 (-912))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-174)) (-4 *6 (-174))
+ (-4 *2 (-429 *6)) (-5 *1 (-427 *4 *5 *2 *6)) (-4 *4 (-429 *5))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-568)) (-5 *1 (-430 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-913)) (-5 *4 (-1082))
- (-5 *2
- (-2 (|:| -2938 (-390)) (|:| -2624 (-1177))
- (|:| |explanations| (-656 (-1177)))))
- (-5 *1 (-912)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-783)) (-4 *1 (-1262 *3)) (-4 *3 (-1068)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-227))) (-5 *2 (-656 (-1177))) (-5 *1 (-194))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-227))) (-5 *2 (-656 (-1177))) (-5 *1 (-310))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-227))) (-5 *2 (-656 (-1177))) (-5 *1 (-315)))))
-(((*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-368 *3)) (-4 *3 (-360)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-326 (-390))) (-5 *2 (-326 (-227))) (-5 *1 (-315)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1286 *4)) (-4 *4 (-13 (-1068) (-651 (-576))))
- (-5 *2 (-1286 (-576))) (-5 *1 (-1314 *4)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-767)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1122 *2 *3 *4 *5 *6)) (-4 *2 (-1119)) (-4 *3 (-1119))
- (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))))
-(((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| -1713 *3) (|:| |gap| (-783)) (|:| -3244 (-794 *3))
- (|:| -3477 (-794 *3))))
- (-5 *1 (-794 *3)) (-4 *3 (-1068))))
- ((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *3 (-862))
- (-5 *2
- (-2 (|:| -1713 *1) (|:| |gap| (-783)) (|:| -3244 *1)
- (|:| -3477 *1)))
- (-4 *1 (-1084 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *2
- (-2 (|:| -1713 *1) (|:| |gap| (-783)) (|:| -3244 *1)
- (|:| -3477 *1)))
- (-4 *1 (-1084 *3 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-608 *3)) (-4 *3 (-1068))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-992 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-804))
- (-4 *5 (-862)) (-5 *2 (-112)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-905 *4)) (-5 *3 (-1 (-112) *5)) (-4 *4 (-1119))
- (-4 *5 (-1236)) (-5 *1 (-903 *4 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-905 *4)) (-5 *3 (-656 (-1 (-112) *5))) (-4 *4 (-1119))
- (-4 *5 (-1236)) (-5 *1 (-903 *4 *5))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-905 *5)) (-5 *3 (-656 (-1195)))
- (-5 *4 (-1 (-112) (-656 *6))) (-4 *5 (-1119)) (-4 *6 (-1236))
- (-5 *1 (-903 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-112) *5)) (-4 *5 (-1236)) (-4 *4 (-1119))
- (-5 *1 (-954 *4 *2 *5)) (-4 *2 (-442 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-656 (-1 (-112) *5))) (-4 *5 (-1236)) (-4 *4 (-1119))
- (-5 *1 (-954 *4 *2 *5)) (-4 *2 (-442 *4))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1070)) (-4 *6 (-1070))
+ (-4 *2 (-442 *6)) (-5 *1 (-433 *5 *4 *6 *2)) (-4 *4 (-442 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1195)) (-5 *4 (-1 (-112) *5)) (-4 *5 (-1236))
- (-5 *2 (-326 (-576))) (-5 *1 (-955 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1121)) (-4 *6 (-1121))
+ (-4 *2 (-437 *6)) (-5 *1 (-435 *5 *4 *6 *2)) (-4 *4 (-437 *5))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-501 *3)) (-4 *3 (-1238))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-521 *3 *4)) (-4 *3 (-1121))
+ (-4 *4 (-862))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1195)) (-5 *4 (-656 (-1 (-112) *5))) (-4 *5 (-1236))
- (-5 *2 (-326 (-576))) (-5 *1 (-955 *5))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-1195))) (-5 *3 (-1 (-112) (-656 *6)))
- (-4 *6 (-13 (-442 *5) (-899 *4) (-626 (-905 *4)))) (-4 *4 (-1119))
- (-4 *5 (-13 (-1068) (-899 *4) (-626 (-905 *4))))
- (-5 *1 (-1095 *4 *5 *6)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-419 (-576))) (-5 *1 (-607 *3)) (-4 *3 (-38 *2))
- (-4 *3 (-1068)))))
-(((*1 *1 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-21)) (-4 *2 (-1236)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-1200))) (-5 *1 (-1200))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-518)) (-5 *3 (-656 (-1200))) (-5 *1 (-1200)))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
- (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN))))
- (-5 *2 (-1054)) (-5 *1 (-760)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112))))
- ((*1 *1 *2 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1236))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446))))
- ((*1 *1 *1 *1) (-5 *1 (-874)))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1045 *3)) (-4 *3 (-1236)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *1 *1)
- (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-174)) (-4 *2 (-568))))
- ((*1 *1 *1) (|partial| -4 *1 (-734))))
-(((*1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1289))))
- ((*1 *2 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1289)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-703 (-885 (-983 *3) (-983 *3)))) (-5 *1 (-983 *3))
- (-4 *3 (-1119)))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-2 (|:| -1633 *6) (|:| |coeff| *6)) "failed") *6))
- (-4 *6 (-374)) (-4 *7 (-1262 *6))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-598 *5)) (-4 *5 (-374))
+ (-4 *6 (-374)) (-5 *2 (-598 *6)) (-5 *1 (-596 *5 *6))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1 *6 *5))
+ (-5 *4 (-3 (-2 (|:| -2670 *5) (|:| |coeff| *5)) "failed"))
+ (-4 *5 (-374)) (-4 *6 (-374))
+ (-5 *2 (-2 (|:| -2670 *6) (|:| |coeff| *6)))
+ (-5 *1 (-596 *5 *6))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed"))
+ (-4 *5 (-374)) (-4 *2 (-374)) (-5 *1 (-596 *5 *2))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1 *6 *5))
+ (-5 *4
+ (-3
+ (-2 (|:| |mainpart| *5)
+ (|:| |limitedlogs|
+ (-656 (-2 (|:| |coeff| *5) (|:| |logand| *5)))))
+ "failed"))
+ (-4 *5 (-374)) (-4 *6 (-374))
+ (-5 *2
+ (-2 (|:| |mainpart| *6)
+ (|:| |limitedlogs|
+ (-656 (-2 (|:| |coeff| *6) (|:| |logand| *6))))))
+ (-5 *1 (-596 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-613 *5)) (-4 *5 (-1238))
+ (-4 *6 (-1238)) (-5 *2 (-613 *6)) (-5 *1 (-610 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-613 *6)) (-5 *5 (-613 *7))
+ (-4 *6 (-1238)) (-4 *7 (-1238)) (-4 *8 (-1238)) (-5 *2 (-613 *8))
+ (-5 *1 (-611 *6 *7 *8))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1178 *6)) (-5 *5 (-613 *7))
+ (-4 *6 (-1238)) (-4 *7 (-1238)) (-4 *8 (-1238)) (-5 *2 (-1178 *8))
+ (-5 *1 (-611 *6 *7 *8))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-613 *6)) (-5 *5 (-1178 *7))
+ (-4 *6 (-1238)) (-4 *7 (-1238)) (-4 *8 (-1238)) (-5 *2 (-1178 *8))
+ (-5 *1 (-611 *6 *7 *8))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1238)) (-5 *1 (-613 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-656 *5)) (-4 *5 (-1238))
+ (-4 *6 (-1238)) (-5 *2 (-656 *6)) (-5 *1 (-654 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-656 *6)) (-5 *5 (-656 *7))
+ (-4 *6 (-1238)) (-4 *7 (-1238)) (-4 *8 (-1238)) (-5 *2 (-656 *8))
+ (-5 *1 (-655 *6 *7 *8))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-663 *3)) (-4 *3 (-1238))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1070)) (-4 *8 (-1070))
+ (-4 *6 (-384 *5)) (-4 *7 (-384 *5)) (-4 *2 (-699 *8 *9 *10))
+ (-5 *1 (-697 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-699 *5 *6 *7))
+ (-4 *9 (-384 *8)) (-4 *10 (-384 *8))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-1070))
+ (-4 *8 (-1070)) (-4 *6 (-384 *5)) (-4 *7 (-384 *5))
+ (-4 *2 (-699 *8 *9 *10)) (-5 *1 (-697 *5 *6 *7 *4 *8 *9 *10 *2))
+ (-4 *4 (-699 *5 *6 *7)) (-4 *9 (-384 *8)) (-4 *10 (-384 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-568)) (-4 *7 (-568))
+ (-4 *6 (-1264 *5)) (-4 *2 (-1264 (-419 *8)))
+ (-5 *1 (-721 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1264 (-419 *6)))
+ (-4 *8 (-1264 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-1070)) (-4 *9 (-1070))
+ (-4 *5 (-862)) (-4 *6 (-805)) (-4 *2 (-968 *9 *7 *5))
+ (-5 *1 (-740 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-805))
+ (-4 *4 (-968 *8 *6 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-862)) (-4 *6 (-862)) (-4 *7 (-805))
+ (-4 *9 (-1070)) (-4 *2 (-968 *9 *8 *6))
+ (-5 *1 (-741 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-805))
+ (-4 *4 (-968 *9 *7 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-747 *5 *7)) (-4 *5 (-1070))
+ (-4 *6 (-1070)) (-4 *7 (-738)) (-5 *2 (-747 *6 *7))
+ (-5 *1 (-746 *5 *6 *7))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1070)) (-5 *1 (-747 *3 *4))
+ (-4 *4 (-738))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-794 *5)) (-4 *5 (-1070))
+ (-4 *6 (-1070)) (-5 *2 (-794 *6)) (-5 *1 (-793 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-174)) (-4 *6 (-174))
+ (-4 *2 (-809 *6)) (-5 *1 (-810 *4 *5 *2 *6)) (-4 *4 (-809 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-845 *5)) (-4 *5 (-1121))
+ (-4 *6 (-1121)) (-5 *2 (-845 *6)) (-5 *1 (-844 *5 *6))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-845 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-845 *5))
+ (-4 *5 (-1121)) (-4 *6 (-1121)) (-5 *1 (-844 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-855 *5)) (-4 *5 (-1121))
+ (-4 *6 (-1121)) (-5 *2 (-855 *6)) (-5 *1 (-854 *5 *6))))
+ ((*1 *2 *3 *4 *2 *2)
+ (-12 (-5 *2 (-855 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-855 *5))
+ (-4 *5 (-1121)) (-4 *6 (-1121)) (-5 *1 (-854 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-892 *5)) (-4 *5 (-1238))
+ (-4 *6 (-1238)) (-5 *2 (-892 *6)) (-5 *1 (-891 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-894 *5)) (-4 *5 (-1238))
+ (-4 *6 (-1238)) (-5 *2 (-894 *6)) (-5 *1 (-893 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-897 *5)) (-4 *5 (-1238))
+ (-4 *6 (-1238)) (-5 *2 (-897 *6)) (-5 *1 (-896 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-904 *5 *6)) (-4 *5 (-1121))
+ (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-904 *5 *7))
+ (-5 *1 (-903 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-907 *5)) (-4 *5 (-1121))
+ (-4 *6 (-1121)) (-5 *2 (-907 *6)) (-5 *1 (-906 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-971 *5)) (-4 *5 (-1070))
+ (-4 *6 (-1070)) (-5 *2 (-971 *6)) (-5 *1 (-965 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-862))
+ (-4 *8 (-1070)) (-4 *6 (-805))
+ (-4 *2
+ (-13 (-1121)
+ (-10 -8 (-15 -4027 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-783))))))
+ (-5 *1 (-970 *6 *7 *8 *5 *2)) (-4 *5 (-968 *8 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-977 *5)) (-4 *5 (-1238))
+ (-4 *6 (-1238)) (-5 *2 (-977 *6)) (-5 *1 (-976 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-985 *5)) (-4 *5 (-1121))
+ (-4 *6 (-1121)) (-5 *2 (-985 *6)) (-5 *1 (-987 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-962 *5)) (-4 *5 (-1070))
+ (-4 *6 (-1070)) (-5 *2 (-962 *6)) (-5 *1 (-1002 *5 *6))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 *2 (-971 *4))) (-4 *4 (-1070))
+ (-4 *2 (-968 (-971 *4) *5 *6)) (-4 *5 (-805))
+ (-4 *6
+ (-13 (-862)
+ (-10 -8 (-15 -1554 ((-1197) $))
+ (-15 -1652 ((-3 $ "failed") (-1197))))))
+ (-5 *1 (-1005 *4 *5 *6 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-568)) (-4 *6 (-568))
+ (-4 *2 (-1013 *6)) (-5 *1 (-1011 *5 *6 *4 *2)) (-4 *4 (-1013 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-174)) (-4 *6 (-174))
+ (-4 *2 (-1018 *6)) (-5 *1 (-1019 *4 *5 *2 *6)) (-4 *4 (-1018 *5))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-1074 *3 *4 *5 *6 *7))
+ (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-1074 *3 *4 *5 *6 *7))
+ (-4 *5 (-1070)) (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-1070)) (-4 *10 (-1070))
+ (-14 *5 (-783)) (-14 *6 (-783)) (-4 *8 (-243 *6 *7))
+ (-4 *9 (-243 *5 *7)) (-4 *2 (-1074 *5 *6 *10 *11 *12))
+ (-5 *1 (-1076 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2))
+ (-4 *4 (-1074 *5 *6 *7 *8 *9)) (-4 *11 (-243 *6 *10))
+ (-4 *12 (-243 *5 *10))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1115 *5)) (-4 *5 (-1238))
+ (-4 *6 (-1238)) (-5 *2 (-1115 *6)) (-5 *1 (-1110 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1115 *5)) (-4 *5 (-860))
+ (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-656 *6))
+ (-5 *1 (-1110 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1113 *5)) (-4 *5 (-1238))
+ (-4 *6 (-1238)) (-5 *2 (-1113 *6)) (-5 *1 (-1112 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1116 *4 *2)) (-4 *4 (-860))
+ (-4 *2 (-1170 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1178 *5)) (-4 *5 (-1238))
+ (-4 *6 (-1238)) (-5 *2 (-1178 *6)) (-5 *1 (-1176 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1178 *6)) (-5 *5 (-1178 *7))
+ (-4 *6 (-1238)) (-4 *7 (-1238)) (-4 *8 (-1238)) (-5 *2 (-1178 *8))
+ (-5 *1 (-1177 *6 *7 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1193 *5)) (-4 *5 (-1070))
+ (-4 *6 (-1070)) (-5 *2 (-1193 *6)) (-5 *1 (-1191 *5 *6))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1214 *3 *4)) (-4 *3 (-1121))
+ (-4 *4 (-1121))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1252 *5 *7 *9)) (-4 *5 (-1070))
+ (-4 *6 (-1070)) (-14 *7 (-1197)) (-14 *9 *5) (-14 *10 *6)
+ (-5 *2 (-1252 *6 *8 *10)) (-5 *1 (-1247 *5 *6 *7 *8 *9 *10))
+ (-14 *8 (-1197))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1255 *5)) (-4 *5 (-1238))
+ (-4 *6 (-1238)) (-5 *2 (-1255 *6)) (-5 *1 (-1254 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1255 *5)) (-4 *5 (-860))
+ (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-1178 *6))
+ (-5 *1 (-1254 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1261 *5 *6)) (-14 *5 (-1197))
+ (-4 *6 (-1070)) (-4 *8 (-1070)) (-5 *2 (-1261 *7 *8))
+ (-5 *1 (-1256 *5 *6 *7 *8)) (-14 *7 (-1197))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1070)) (-4 *6 (-1070))
+ (-4 *2 (-1264 *6)) (-5 *1 (-1262 *5 *4 *6 *2)) (-4 *4 (-1264 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1273 *5 *7 *9)) (-4 *5 (-1070))
+ (-4 *6 (-1070)) (-14 *7 (-1197)) (-14 *9 *5) (-14 *10 *6)
+ (-5 *2 (-1273 *6 *8 *10)) (-5 *1 (-1268 *5 *6 *7 *8 *9 *10))
+ (-14 *8 (-1197))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1070)) (-4 *6 (-1070))
+ (-4 *2 (-1279 *6)) (-5 *1 (-1277 *5 *6 *4 *2)) (-4 *4 (-1279 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1288 *5)) (-4 *5 (-1238))
+ (-4 *6 (-1238)) (-5 *2 (-1288 *6)) (-5 *1 (-1287 *5 *6))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1288 *5))
+ (-4 *5 (-1238)) (-4 *6 (-1238)) (-5 *2 (-1288 *6))
+ (-5 *1 (-1287 *5 *6))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1305 *3 *4)) (-4 *3 (-862))
+ (-4 *4 (-1070))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1070)) (-5 *1 (-1311 *3 *4))
+ (-4 *4 (-858)))))
+(((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-174)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-419 (-576))) (-5 *4 (-576)) (-5 *2 (-52))
+ (-5 *1 (-1026)))))
+(((*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3)
+ (-12 (-5 *4 (-656 (-112))) (-5 *5 (-701 (-227)))
+ (-5 *6 (-701 (-576))) (-5 *7 (-227)) (-5 *3 (-576)) (-5 *2 (-1056))
+ (-5 *1 (-766)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-656 *2)) (-4 *2 (-968 *4 *5 *6)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-461 *4 *5 *6 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-341 *3)) (-4 *3 (-862)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-568))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1751 *4)))
+ (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1161 *4 *5)) (-4 *4 (-13 (-1121) (-34)))
+ (-4 *5 (-13 (-1121) (-34))) (-5 *2 (-112)) (-5 *1 (-1162 *4 *5)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1264 *4)) (-4 *4 (-1242))
+ (-4 *6 (-1264 (-419 *5)))
(-5 *2
- (-3 (-2 (|:| |answer| (-419 *7)) (|:| |a0| *6))
- (-2 (|:| -1633 (-419 *7)) (|:| |coeff| (-419 *7))) "failed"))
- (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))))
-(((*1 *1) (-5 *1 (-1291))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-1235))) (-5 *1 (-693))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-1200))) (-5 *1 (-1137)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-656 (-227)))) (-5 *1 (-943)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-656 (-493 *3 *4))) (-14 *3 (-656 (-1195)))
- (-4 *4 (-464)) (-5 *1 (-643 *3 *4)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-227)) (-5 *4 (-576))
- (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) (-5 *2 (-1054))
- (-5 *1 (-760)))))
-(((*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-1177)) (-5 *1 (-194))))
- ((*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-1177)) (-5 *1 (-310))))
- ((*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-1177)) (-5 *1 (-315)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-759)))))
+ (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5)
+ (|:| |gd| *5)))
+ (-4 *1 (-353 *4 *5 *6)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)))))
-(((*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
- (-5 *2 (-1054)) (-5 *1 (-763)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-397 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-938))
- (-5 *2
- (-3 (-1191 *4)
- (-1286 (-656 (-2 (|:| -3103 *4) (|:| -3222 (-1139)))))))
- (-5 *1 (-357 *4)) (-4 *4 (-360)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862))))
+ (|partial| -12 (-5 *1 (-153 *2 *3 *4)) (-14 *2 (-940)) (-4 *3 (-374))
+ (-14 *4 (-1014 *2 *3))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *2 (-174)) (-5 *1 (-299 *2 *3 *4 *5 *6 *7))
+ (-4 *3 (-1264 *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 (-378 *2)) (-4 *2 (-174)) (-4 *2 (-568))))
+ ((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-727 *2 *3 *4 *5 *6)) (-4 *2 (-174))
+ (-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 (-730 *2)) (-4 *2 (-374))))
+ ((*1 *1) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374))))
+ ((*1 *1 *1) (|partial| -4 *1 (-734)))
+ ((*1 *1 *1) (|partial| -4 *1 (-738)))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3)))
+ (-5 *1 (-788 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3))))
((*1 *2 *2 *1)
- (-12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5)))))
+ (|partial| -12 (-4 *1 (-1089 *3 *2)) (-4 *3 (-13 (-860) (-374)))
+ (-4 *2 (-1264 *3))))
+ ((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-771)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1193 *1)) (-4 *1 (-1033)))))
+(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-834)))))
+(((*1 *1 *2) (-12 (-5 *2 (-940)) (-4 *1 (-379))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-1288 *4)) (-5 *1 (-540 *4))
+ (-4 *4 (-360))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-862)) (-5 *1 (-725 *2 *3 *4)) (-4 *3 (-1121))
+ (-14 *4
+ (-1 (-112) (-2 (|:| -2409 *2) (|:| -3744 *3))
+ (-2 (|:| -2409 *2) (|:| -3744 *3)))))))
+(((*1 *2 *3 *1)
+ (-12 (|has| *1 (-6 -4464)) (-4 *1 (-616 *4 *3)) (-4 *4 (-1121))
+ (-4 *3 (-1238)) (-4 *3 (-1121)) (-5 *2 (-112)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-225 *2 *3)) (-4 *2 (-13 (-1070) (-862)))
+ (-14 *3 (-656 (-1197))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-568) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-286 *3 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1195))
- (-4 *4 (-13 (-568) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-286 *4 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *4)))))
- ((*1 *1 *1) (-5 *1 (-390)))
- ((*1 *2 *3 *4)
+ (-12 (-5 *2 (-656 (-656 *6))) (-4 *6 (-968 *3 *5 *4))
+ (-4 *3 (-13 (-317) (-148))) (-4 *4 (-13 (-862) (-626 (-1197))))
+ (-4 *5 (-805)) (-5 *1 (-943 *3 *4 *5 *6)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-518)) (-5 *3 (-656 (-984))) (-5 *1 (-301)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *2 *3 *3 *4)
(-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
- (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4))))
- (-5 *1 (-788 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
- (-5 *2 (-656 *4)) (-5 *1 (-1147 *3 *4)) (-4 *3 (-1262 *4))))
- ((*1 *2 *3 *3 *3)
- (-12 (-4 *3 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
- (-5 *2 (-656 *3)) (-5 *1 (-1147 *4 *3)) (-4 *4 (-1262 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1195)) (-5 *4 (-969 (-576))) (-5 *2 (-340))
- (-5 *1 (-342)))))
-(((*1 *2) (-12 (-5 *2 (-1152 (-227))) (-5 *1 (-1219)))))
-(((*1 *2)
- (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-429 *3)))))
-(((*1 *1) (-5 *1 (-142))))
-(((*1 *2 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4))))
+ (-5 *1 (-1093 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-1114 *3)) (-5 *1 (-1078 *2 *3)) (-4 *3 (-1238))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1115 *3)) (-5 *1 (-1113 *3)) (-4 *3 (-1238))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-1114 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *2) (-12 (-5 *1 (-1255 *2)) (-4 *2 (-1238)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-598 *2)) (-4 *2 (-13 (-29 *4) (-1221)))
- (-5 *1 (-595 *4 *2))
- (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576))))))
+ (|partial| -12 (-5 *3 (-701 *1)) (-4 *1 (-360)) (-5 *2 (-1288 *1))))
((*1 *2 *3)
- (-12 (-5 *3 (-598 (-419 (-969 *4))))
- (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-326 *4))
- (-5 *1 (-601 *4)))))
-(((*1 *1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-112)) (-5 *1 (-905 *4))
- (-4 *4 (-1119)))))
+ (|partial| -12 (-5 *3 (-701 *1)) (-4 *1 (-146)) (-4 *1 (-928))
+ (-5 *2 (-1288 *1)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-656 *4)) (-4 *4 (-1121)) (-4 *4 (-1238)) (-5 *2 (-112))
+ (-5 *1 (-1178 *4)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *2 (-464)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390))
+ (-5 *2
+ (-2 (|:| -1688 *4) (|:| -2176 *4) (|:| |totalpts| (-576))
+ (|:| |success| (-112))))
+ (-5 *1 (-801)) (-5 *5 (-576)))))
(((*1 *2)
- (-12 (-4 *2 (-13 (-442 *3) (-1021))) (-5 *1 (-285 *3 *2))
- (-4 *3 (-568)))))
-(((*1 *2 *2) (-12 (-5 *1 (-978 *2)) (-4 *2 (-557)))))
-(((*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-368 *3)) (-4 *3 (-360)))))
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-5 *2 (-701 (-419 *4))))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *2 (-1086 *4 *5 *6)) (-5 *1 (-788 *4 *5 *6 *2 *3))
+ (-4 *3 (-1092 *4 *5 *6 *2)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-317)) (-5 *1 (-181 *3)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-870 *2)) (-4 *2 (-174))))
+ ((*1 *2 *3 *3 *2)
+ (-12 (-5 *3 (-783)) (-5 *1 (-870 *2)) (-4 *2 (-174)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 (-576))) (-5 *2 (-1197 (-419 (-576))))
- (-5 *1 (-192)))))
-(((*1 *2)
- (-12 (-4 *3 (-568)) (-5 *2 (-656 (-701 *3))) (-5 *1 (-43 *3 *4))
- (-4 *4 (-429 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 (-1095 *3 *4 *5))) (-4 *3 (-1119))
- (-4 *4 (-13 (-1068) (-899 *3) (-626 (-905 *3))))
- (-4 *5 (-13 (-442 *4) (-899 *3) (-626 (-905 *3))))
- (-5 *1 (-1096 *3 *4 *5)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-374)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
- (-5 *1 (-516 *4 *5 *6 *3)) (-4 *3 (-966 *4 *5 *6)))))
-(((*1 *1 *2 *1) (-12 (-5 *1 (-122 *2)) (-4 *2 (-862)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-1104)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-926)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-966 *4 *5 *6)) (-5 *2 (-430 (-1191 *7)))
- (-5 *1 (-923 *4 *5 *6 *7)) (-5 *3 (-1191 *7))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-926)) (-4 *5 (-1262 *4)) (-5 *2 (-430 (-1191 *5)))
- (-5 *1 (-924 *4 *5)) (-5 *3 (-1191 *5)))))
-(((*1 *1) (-5 *1 (-835))))
-(((*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-783))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-938))))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783))
- (-4 *4 (-174))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-227)) (-5 *1 (-158))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-938)) (-5 *1 (-158))))
- ((*1 *2 *1 *2)
- (-12 (-5 *2 (-960 *3)) (-4 *3 (-13 (-374) (-1221)))
- (-5 *1 (-229 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *1 (-304 *2)) (-4 *2 (-1131)) (-4 *2 (-1236))))
- ((*1 *1 *1 *2)
- (-12 (-5 *1 (-304 *2)) (-4 *2 (-1131)) (-4 *2 (-1236))))
+ (-12 (-4 *4 (-464)) (-4 *3 (-805)) (-4 *5 (-862)) (-5 *2 (-112))
+ (-5 *1 (-461 *4 *3 *5 *6)) (-4 *6 (-968 *4 *3 *5)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-656 *6)) (-4 *1 (-968 *4 *5 *6)) (-4 *4 (-1070))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-783))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-968 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-5 *2 (-783)))))
+(((*1 *2 *3 *3 *3 *3 *4 *5)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576))
+ (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117))))
+ (-5 *2 (-1056)) (-5 *1 (-758)))))
+(((*1 *2 *2 *2)
+ (|partial| -12 (-4 *3 (-13 (-568) (-148))) (-5 *1 (-1258 *3 *2))
+ (-4 *2 (-1264 *3)))))
+(((*1 *1) (-5 *1 (-1290))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1070)) (-4 *4 (-1264 *3)) (-5 *1 (-165 *3 *4 *2))
+ (-4 *2 (-1264 *4))))
+ ((*1 *1 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *3 *3 *4 *5 *5)
+ (-12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
+ (-4 *3 (-1086 *6 *7 *8))
+ (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4))))
+ (-5 *1 (-1093 *6 *7 *8 *3 *4)) (-4 *4 (-1092 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-656 (-2 (|:| |val| (-656 *8)) (|:| -4442 *9))))
+ (-5 *5 (-112)) (-4 *8 (-1086 *6 *7 *4)) (-4 *9 (-1092 *6 *7 *4 *8))
+ (-4 *6 (-464)) (-4 *7 (-805)) (-4 *4 (-862))
+ (-5 *2 (-656 (-2 (|:| |val| *8) (|:| -4442 *9))))
+ (-5 *1 (-1093 *6 *7 *4 *8 *9)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-1056)) (-5 *3 (-1197)) (-5 *1 (-276)))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-5 *2 (-940)) (-5 *1 (-1122 *3 *4)) (-14 *3 *2)
+ (-14 *4 *2))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-656 (-971 (-576))))
+ (-5 *4 (-326 (-171 (-390)))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-656 (-971 (-576))))
+ (-5 *4 (-326 (-390))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-656 (-971 (-576))))
+ (-5 *4 (-326 (-576))) (-5 *1 (-340))))
((*1 *1 *2 *3)
- (-12 (-4 *1 (-333 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-132))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-372 *2)) (-4 *2 (-1119))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-372 *2)) (-4 *2 (-1119))))
+ (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-326 (-171 (-390)))))
+ (-5 *1 (-340))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-392 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-862))))
+ (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-326 (-390)))) (-5 *1 (-340))))
((*1 *1 *2 *3)
- (-12 (-4 *1 (-393 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-1119))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-397 *2)) (-4 *2 (-1119))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-397 *2)) (-4 *2 (-1119))))
- ((*1 *1 *2 *1)
- (-12 (-14 *3 (-656 (-1195))) (-4 *4 (-174))
- (-4 *6 (-243 (-3500 *3) (-783)))
- (-14 *7
- (-1 (-112) (-2 (|:| -3222 *5) (|:| -2125 *6))
- (-2 (|:| -3222 *5) (|:| -2125 *6))))
- (-5 *1 (-473 *3 *4 *5 *6 *7 *2)) (-4 *5 (-862))
- (-4 *2 (-966 *4 *6 (-876 *3)))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23))))
+ (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-326 (-576)))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-326 (-171 (-390)))))
+ (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-326 (-390)))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-326 (-576)))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-326 (-171 (-390)))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-326 (-390))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-326 (-576))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-656 (-971 (-576))))
+ (-5 *4 (-326 (-706))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-656 (-971 (-576))))
+ (-5 *4 (-326 (-711))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-656 (-971 (-576))))
+ (-5 *4 (-326 (-713))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-326 (-706)))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-326 (-711)))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-326 (-713)))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-326 (-706)))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-326 (-711)))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-326 (-713)))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-706))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-711))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-1288 (-713))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-706))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-711))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-701 (-713))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-326 (-706))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-326 (-711))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-326 (-713))) (-5 *1 (-340))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-1179)) (-5 *1 (-340))))
+ ((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-656 *8)) (-5 *3 (-1 (-112) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-568))
+ (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-998 *5 *6 *7 *8)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-656 (-1193 *7))) (-5 *3 (-1193 *7))
+ (-4 *7 (-968 *4 *5 *6)) (-4 *4 (-928)) (-4 *5 (-805))
+ (-4 *6 (-862)) (-5 *1 (-925 *4 *5 *6 *7))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-656 (-1193 *5))) (-5 *3 (-1193 *5))
+ (-4 *5 (-1264 *4)) (-4 *4 (-928)) (-5 *1 (-926 *4 *5)))))
+(((*1 *1 *1) (-12 (-4 *1 (-384 *2)) (-4 *2 (-1238)) (-4 *2 (-862))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862))
- (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-966 *2 *3 *4))))
+ (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-384 *3)) (-4 *3 (-1238))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-656 (-924 *3))) (-5 *1 (-924 *3)) (-4 *3 (-1121))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *3 (-862))
+ (-4 *6 (-1086 *4 *5 *3))
+ (-5 *2 (-2 (|:| |under| *1) (|:| -4110 *1) (|:| |upper| *1)))
+ (-4 *1 (-997 *4 *5 *3 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1115 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-194))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1115 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-310))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1115 (-855 (-227)))) (-5 *2 (-227)) (-5 *1 (-315)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-374)) (-4 *3 (-1070))
+ (-5 *1 (-1181 *3)))))
+(((*1 *2 *3)
+ (-12 (-14 *4 (-656 (-1197))) (-4 *5 (-464))
+ (-5 *2
+ (-2 (|:| |glbase| (-656 (-253 *4 *5))) (|:| |glval| (-656 (-576)))))
+ (-5 *1 (-643 *4 *5)) (-5 *3 (-656 (-253 *4 *5))))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-322)) (-5 *1 (-841)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *6) (|:| -2111 *6) (|:| |sol?| (-112))) (-576)
+ *6))
+ (-4 *6 (-374)) (-4 *7 (-1264 *6))
+ (-5 *2 (-2 (|:| |answer| (-598 (-419 *7))) (|:| |a0| *6)))
+ (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1193 *1)) (-4 *1 (-464))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1286 *3)) (-4 *3 (-360)) (-5 *1 (-540 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-548)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-608 *3)) (-4 *3 (-1068))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-658 *2)) (-4 *2 (-1131))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1119))
- (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-1 *7 *5))
- (-5 *1 (-696 *5 *6 *7))))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-699 *3 *2 *4)) (-4 *3 (-1068)) (-4 *2 (-384 *3))
- (-4 *4 (-384 *3))))
- ((*1 *2 *1 *2)
- (-12 (-4 *1 (-699 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-384 *3))
- (-4 *2 (-384 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068))
- (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2))
- (-4 *4 (-384 *2))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2))
- (-4 *4 (-384 *2))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2))
- (-4 *4 (-384 *2))))
- ((*1 *1 *1 *1) (-4 *1 (-732))) ((*1 *1 *1 *1) (-5 *1 (-874)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1119))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-1286 *4)) (-4 *4 (-1262 *3)) (-4 *3 (-568))
- (-5 *1 (-988 *3 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1070 *2)) (-4 *2 (-1131))))
- ((*1 *1 *1 *1) (-4 *1 (-1131)))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-1142 *3 *4 *2 *5)) (-4 *4 (-1068)) (-4 *2 (-243 *3 *4))
- (-4 *5 (-243 *3 *4))))
- ((*1 *2 *1 *2)
- (-12 (-4 *1 (-1142 *3 *4 *5 *2)) (-4 *4 (-1068)) (-4 *5 (-243 *3 *4))
- (-4 *2 (-243 *3 *4))))
- ((*1 *1 *2 *1)
- (-12 (-4 *3 (-1068)) (-4 *4 (-862)) (-5 *1 (-1145 *3 *4 *2))
- (-4 *2 (-966 *3 (-543 *4) *4))))
+ (-12 (-5 *2 (-1193 *6)) (-4 *6 (-968 *5 *3 *4)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *5 (-928)) (-5 *1 (-469 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-1193 *1)) (-4 *1 (-928)))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-701 (-576))) (-5 *3 (-656 (-576))) (-5 *1 (-1131)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-429 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-907 *4)) (-4 *4 (-1121)) (-5 *2 (-1 (-112) *5))
+ (-5 *1 (-905 *4 *5)) (-4 *5 (-1238))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1187)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-767)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-171 (-227))) (-5 *4 (-576)) (-5 *2 (-1056))
+ (-5 *1 (-770)))))
+(((*1 *1) (-12 (-4 *1 (-437 *2)) (-4 *2 (-379)) (-4 *2 (-1121)))))
+(((*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-888)))))
+(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-771)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-227)) (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *1 *1) (-12 (-4 *1 (-442 *2)) (-4 *2 (-1121)) (-4 *2 (-1070))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1013 *2)) (-4 *2 (-568)))))
+(((*1 *2 *1) (-12 (-4 *1 (-686 *3)) (-4 *3 (-1238)) (-5 *2 (-112)))))
+(((*1 *1 *1) (-4 *1 (-557))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1070)) (-5 *1 (-909 *2 *3)) (-4 *2 (-1264 *3))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3))))
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-907 *4)) (-4 *4 (-1121)) (-5 *1 (-904 *4 *3))
+ (-4 *3 (-1121)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-419 (-576))) (-4 *4 (-1059 (-576))) (-4 *4 (-568))
+ (-5 *1 (-32 *4 *2)) (-4 *2 (-442 *4))))
+ ((*1 *1 *1 *1) (-5 *1 (-135)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-227)))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-248)) (-5 *2 (-576))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-960 (-227))) (-5 *3 (-227)) (-5 *1 (-1232))))
+ (-12 (-5 *3 (-419 (-576))) (-4 *4 (-374)) (-4 *4 (-38 *3))
+ (-4 *5 (-1279 *4)) (-5 *1 (-287 *4 *5 *2)) (-4 *2 (-1250 *4 *5))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-419 (-576))) (-4 *4 (-374)) (-4 *4 (-38 *3))
+ (-4 *5 (-1248 *4)) (-5 *1 (-288 *4 *5 *2 *6)) (-4 *2 (-1271 *4 *5))
+ (-4 *6 (-1004 *5))))
+ ((*1 *1 *1 *1) (-4 *1 (-294)))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-372 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *1 *1) (-5 *1 (-390)))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-397 *2)) (-4 *2 (-1121))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-738))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-738))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-576)) (-4 *1 (-1284 *3)) (-4 *3 (-1236)) (-4 *3 (-21))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068))))
+ (-12 (-5 *2 (-783)) (-4 *1 (-442 *3)) (-4 *3 (-1121))
+ (-4 *3 (-1133))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-485)) (-5 *2 (-576))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1303 *3 *2)) (-4 *3 (-862)) (-4 *2 (-1068))))
+ (-12 (-5 *2 (-783)) (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1288 *4)) (-5 *3 (-576)) (-4 *4 (-360))
+ (-5 *1 (-540 *4))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-548))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-548))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-783)) (-4 *4 (-1121))
+ (-5 *1 (-694 *4))))
((*1 *1 *1 *2)
- (-12 (-5 *1 (-1309 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-858)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-1236)) (-5 *1 (-885 *3 *2)) (-4 *3 (-1236))))
- ((*1 *2 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
- (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-78 FUNCTN))))
- (-5 *2 (-1054)) (-5 *1 (-760)))))
+ (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070))
+ (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-4 *3 (-374))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070))
+ (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-701 *4)) (-5 *3 (-783)) (-4 *4 (-1070))
+ (-5 *1 (-702 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-576)) (-4 *3 (-1070)) (-5 *1 (-726 *3 *4))
+ (-4 *4 (-660 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-576)) (-4 *4 (-1070))
+ (-5 *1 (-726 *4 *5)) (-4 *5 (-660 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-732)) (-5 *2 (-940))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-734)) (-5 *2 (-783))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-738)) (-5 *2 (-783))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-848 *3)) (-4 *3 (-1070))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-576)) (-5 *1 (-848 *4)) (-4 *4 (-1070))))
+ ((*1 *1 *1 *1) (-5 *1 (-876)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-907 *3)) (-4 *3 (-1121))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1023)) (-5 *2 (-419 (-576)))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1133)) (-5 *2 (-940))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-576)) (-4 *1 (-1144 *3 *4 *5 *6)) (-4 *4 (-1070))
+ (-4 *5 (-243 *3 *4)) (-4 *6 (-243 *3 *4)) (-4 *4 (-374))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1279 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
+ (-5 *1 (-1009 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
+ (-5 *1 (-1128 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))))
(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-701 (-419 (-971 (-576)))))
+ (-5 *2 (-701 (-326 (-576)))) (-5 *1 (-1052)))))
+(((*1 *1) (-5 *1 (-590))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2))
+ (-4 *4 (-384 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 *6)) (-5 *4 (-1197)) (-4 *6 (-442 *5))
+ (-4 *5 (-1121)) (-5 *2 (-656 (-624 *6))) (-5 *1 (-585 *5 *6)))))
+(((*1 *2 *1)
(-12
- (-5 *3
- (-516 (-419 (-576)) (-245 *5 (-783)) (-876 *4)
- (-253 *4 (-419 (-576)))))
- (-14 *4 (-656 (-1195))) (-14 *5 (-783)) (-5 *2 (-112))
- (-5 *1 (-517 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1068))
- (-4 *2 (-13 (-416) (-1057 *4) (-374) (-1221) (-294)))
- (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1262 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-598 *3)) (-4 *3 (-374)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-304 (-969 (-576))))
(-5 *2
- (-2 (|:| |varOrder| (-656 (-1195)))
- (|:| |inhom| (-3 (-656 (-1286 (-783))) "failed"))
- (|:| |hom| (-656 (-1286 (-783))))))
- (-5 *1 (-241)))))
-(((*1 *2 *2) (-12 (-5 *2 (-326 (-227))) (-5 *1 (-212)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-576)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1236))
- (-4 *5 (-384 *4)) (-4 *3 (-384 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-227)) (-5 *1 (-1289))))
- ((*1 *2) (-12 (-5 *2 (-227)) (-5 *1 (-1289)))))
+ (-656
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
+ (|:| |relerr| (-227)))))
+ (-5 *1 (-571))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-622 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-5 *2 (-656 *3))))
+ ((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-656
+ (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
+ (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
+ (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
+ (|:| |abserr| (-227)) (|:| |relerr| (-227)))))
+ (-5 *1 (-815)))))
(((*1 *2)
- (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-429 *3)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1278 *2 *3 *4)) (-4 *2 (-1068)) (-14 *3 (-1195))
- (-14 *4 *2))))
-(((*1 *1 *1) (-12 (-5 *1 (-430 *2)) (-4 *2 (-568)))))
+ (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
+ (-4 *3 (-378 *4))))
+ ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-876)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-1197))) (-5 *2 (-1293)) (-5 *1 (-1200))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-656 (-1197))) (-5 *3 (-1197)) (-5 *2 (-1293))
+ (-5 *1 (-1200))))
+ ((*1 *2 *3 *4 *1)
+ (-12 (-5 *4 (-656 (-1197))) (-5 *3 (-1197)) (-5 *2 (-1293))
+ (-5 *1 (-1200)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1191 *1)) (-5 *4 (-1195)) (-4 *1 (-27))
- (-5 *2 (-656 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-1191 *1)) (-4 *1 (-27)) (-5 *2 (-656 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-969 *1)) (-4 *1 (-27)) (-5 *2 (-656 *1))))
+ (-12 (-4 *5 (-805)) (-4 *4 (-862)) (-4 *6 (-317)) (-5 *2 (-430 *3))
+ (-5 *1 (-754 *5 *4 *6 *3)) (-4 *3 (-968 *6 *5 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-312))))
+ ((*1 *1 *1) (-4 *1 (-312))) ((*1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-1197)) (-4 *4 (-1070)) (-4 *4 (-1121))
+ (-5 *2 (-2 (|:| |var| (-624 *1)) (|:| -3744 (-576))))
+ (-4 *1 (-442 *4))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-1195)) (-4 *4 (-568)) (-5 *2 (-656 *1))
- (-4 *1 (-29 *4))))
- ((*1 *2 *1) (-12 (-4 *3 (-568)) (-5 *2 (-656 *1)) (-4 *1 (-29 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-5 *1 (-1019 *3)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-1177)) (-5 *5 (-701 (-227)))
- (-5 *2 (-1054)) (-5 *1 (-759)))))
+ (|partial| -12 (-5 *3 (-115)) (-4 *4 (-1070)) (-4 *4 (-1121))
+ (-5 *2 (-2 (|:| |var| (-624 *1)) (|:| -3744 (-576))))
+ (-4 *1 (-442 *4))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1133)) (-4 *3 (-1121))
+ (-5 *2 (-2 (|:| |var| (-624 *1)) (|:| -3744 (-576))))
+ (-4 *1 (-442 *3))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |val| (-907 *3)) (|:| -3744 (-783))))
+ (-5 *1 (-907 *3)) (-4 *3 (-1121))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-968 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-5 *2 (-2 (|:| |var| *5) (|:| -3744 (-783))))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1070))
+ (-4 *7 (-968 *6 *4 *5))
+ (-5 *2 (-2 (|:| |var| *5) (|:| -3744 (-576))))
+ (-5 *1 (-969 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-374)
+ (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $))
+ (-15 -2698 (*7 $))))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1123 *3)) (-5 *1 (-924 *3)) (-4 *3 (-379))
+ (-4 *3 (-1121)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-353 *4 *3 *5)) (-4 *4 (-1242)) (-4 *3 (-1264 *4))
+ (-4 *5 (-1264 (-419 *3))) (-5 *2 (-112))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-971 (-171 *4))) (-4 *4 (-174))
+ (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-971 (-171 *5))) (-5 *4 (-940)) (-4 *5 (-174))
+ (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-971 *4)) (-4 *4 (-1070))
+ (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-971 *5)) (-5 *4 (-940)) (-4 *5 (-1070))
+ (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-568))
+ (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-940)) (-4 *5 (-568))
+ (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-419 (-971 (-171 *4)))) (-4 *4 (-568))
+ (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-419 (-971 (-171 *5)))) (-5 *4 (-940))
+ (-4 *5 (-568)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390)))
+ (-5 *1 (-797 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-326 *4)) (-4 *4 (-568)) (-4 *4 (-862))
+ (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-326 *5)) (-5 *4 (-940)) (-4 *5 (-568))
+ (-4 *5 (-862)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390)))
+ (-5 *1 (-797 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-326 (-171 *4))) (-4 *4 (-568)) (-4 *4 (-862))
+ (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-326 (-171 *5))) (-5 *4 (-940)) (-4 *5 (-568))
+ (-4 *5 (-862)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390)))
+ (-5 *1 (-797 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1238)) (-5 *2 (-783)) (-5 *1 (-184 *4 *3))
+ (-4 *3 (-686 *4)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1023 *3)) (-14 *3 (-576)))))
+ (-12 (-4 *1 (-1305 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070))
+ (-5 *2 (-2 (|:| |k| (-831 *3)) (|:| |c| *4))))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-684 *3)) (-4 *3 (-862))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-689 *3)) (-4 *3 (-862))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-831 *3)) (-4 *3 (-862)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-406))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1218)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-702 *3)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1255 (-576))) (-4 *1 (-663 *3)) (-4 *3 (-1238))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-663 *3)) (-4 *3 (-1238)))))
+(((*1 *2 *3 *4 *5 *6)
+ (|partial| -12 (-5 *4 (-1 *8 *8))
+ (-5 *5
+ (-1 (-3 (-2 (|:| -2670 *7) (|:| |coeff| *7)) "failed") *7))
+ (-5 *6 (-656 (-419 *8))) (-4 *7 (-374)) (-4 *8 (-1264 *7))
+ (-5 *3 (-419 *8))
+ (-5 *2
+ (-2
+ (|:| |answer|
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (|:| |a0| *7)))
+ (-5 *1 (-586 *7 *8)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1144 *3 *4 *2 *5)) (-4 *4 (-1070)) (-4 *5 (-243 *3 *4))
+ (-4 *2 (-243 *3 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-701 *5))) (-5 *4 (-1288 *5)) (-4 *5 (-317))
+ (-4 *5 (-1070)) (-5 *2 (-701 *5)) (-5 *1 (-1050 *5)))))
(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-1 (-227) (-227) (-227)))
- (-5 *4 (-1 (-227) (-227) (-227) (-227)))
- (-5 *2 (-1 (-960 (-227)) (-227) (-227))) (-5 *1 (-709)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1236)) (-4 *2 (-862))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-292 *3)) (-4 *3 (-1236))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-987 *2)) (-4 *2 (-862)))))
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-1121)) (-5 *1 (-983 *3 *2)) (-4 *3 (-1121)))))
+(((*1 *2 *1) (-12 (-5 *2 (-343)) (-5 *1 (-255)))))
(((*1 *2)
- (-12 (-5 *2 (-938)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-938)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-1286 (-576))) (-5 *3 (-576)) (-5 *1 (-1129))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-1286 (-576))) (-5 *3 (-656 (-576))) (-5 *4 (-576))
- (-5 *1 (-1129)))))
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-5 *2 (-701 (-419 *4))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3 (-576))) (-4 *3 (-1070)) (-5 *1 (-99 *3))))
+ ((*1 *1 *2 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1070)) (-5 *1 (-99 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1070)) (-5 *1 (-99 *3)))))
+(((*1 *2 *3 *2 *3)
+ (-12 (-5 *2 (-449)) (-5 *3 (-1197)) (-5 *1 (-1200))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-449)) (-5 *3 (-1197)) (-5 *1 (-1200))))
+ ((*1 *2 *3 *2 *4 *1)
+ (-12 (-5 *2 (-449)) (-5 *3 (-656 (-1197))) (-5 *4 (-1197))
+ (-5 *1 (-1200))))
+ ((*1 *2 *3 *2 *3 *1)
+ (-12 (-5 *2 (-449)) (-5 *3 (-1197)) (-5 *1 (-1200))))
+ ((*1 *2 *3 *2 *1)
+ (-12 (-5 *2 (-449)) (-5 *3 (-1197)) (-5 *1 (-1201))))
+ ((*1 *2 *3 *2 *1)
+ (-12 (-5 *2 (-449)) (-5 *3 (-656 (-1197))) (-5 *1 (-1201)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))))
+(((*1 *1 *1 *1) (-4 *1 (-113))) ((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-1179)) (-5 *5 (-701 (-227)))
+ (-5 *2 (-1056)) (-5 *1 (-759)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-832)) (-14 *5 (-1195)) (-5 *2 (-656 (-1259 *5 *4)))
- (-5 *1 (-1133 *4 *5)) (-5 *3 (-1259 *5 *4)))))
-(((*1 *2 *3)
- (-12
+ (-12 (-4 *3 (-568)) (-5 *1 (-41 *3 *2))
+ (-4 *2
+ (-13 (-374) (-312)
+ (-10 -8 (-15 -2687 ((-1146 *3 (-624 $)) $))
+ (-15 -2698 ((-1146 *3 (-624 $)) $))
+ (-15 -4114 ($ (-1146 *3 (-624 $))))))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-701 *8)) (-4 *8 (-968 *5 *7 *6))
+ (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1197))))
+ (-4 *7 (-805))
(-5 *2
- (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))))
- (-5 *1 (-1039 *3)) (-4 *3 (-1262 (-576)))))
+ (-656
+ (-2 (|:| |eqzro| (-656 *8)) (|:| |neqzro| (-656 *8))
+ (|:| |wcond| (-656 (-971 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1288 (-419 (-971 *5))))
+ (|:| -1726 (-656 (-1288 (-419 (-971 *5))))))))))
+ (-5 *1 (-943 *5 *6 *7 *8)) (-5 *4 (-656 *8))))
((*1 *2 *3 *4)
- (-12
+ (-12 (-5 *3 (-701 *8)) (-5 *4 (-656 (-1197))) (-4 *8 (-968 *5 *7 *6))
+ (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1197))))
+ (-4 *7 (-805))
(-5 *2
- (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))))
- (-5 *1 (-1039 *3)) (-4 *3 (-1262 (-576)))
- (-5 *4 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))))
- ((*1 *2 *3 *4)
- (-12
+ (-656
+ (-2 (|:| |eqzro| (-656 *8)) (|:| |neqzro| (-656 *8))
+ (|:| |wcond| (-656 (-971 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1288 (-419 (-971 *5))))
+ (|:| -1726 (-656 (-1288 (-419 (-971 *5))))))))))
+ (-5 *1 (-943 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-701 *7)) (-4 *7 (-968 *4 *6 *5))
+ (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197))))
+ (-4 *6 (-805))
(-5 *2
- (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))))
- (-5 *1 (-1039 *3)) (-4 *3 (-1262 (-576))) (-5 *4 (-419 (-576)))))
+ (-656
+ (-2 (|:| |eqzro| (-656 *7)) (|:| |neqzro| (-656 *7))
+ (|:| |wcond| (-656 (-971 *4)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1288 (-419 (-971 *4))))
+ (|:| -1726 (-656 (-1288 (-419 (-971 *4))))))))))
+ (-5 *1 (-943 *4 *5 *6 *7))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-419 (-576)))
- (-5 *2 (-656 (-2 (|:| -4237 *5) (|:| -4247 *5)))) (-5 *1 (-1039 *3))
- (-4 *3 (-1262 (-576))) (-5 *4 (-2 (|:| -4237 *5) (|:| -4247 *5)))))
- ((*1 *2 *3)
- (-12
+ (-12 (-5 *3 (-701 *9)) (-5 *5 (-940)) (-4 *9 (-968 *6 *8 *7))
+ (-4 *6 (-13 (-317) (-148))) (-4 *7 (-13 (-862) (-626 (-1197))))
+ (-4 *8 (-805))
(-5 *2
- (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))))
- (-5 *1 (-1040 *3)) (-4 *3 (-1262 (-419 (-576))))))
- ((*1 *2 *3 *4)
- (-12
+ (-656
+ (-2 (|:| |eqzro| (-656 *9)) (|:| |neqzro| (-656 *9))
+ (|:| |wcond| (-656 (-971 *6)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1288 (-419 (-971 *6))))
+ (|:| -1726 (-656 (-1288 (-419 (-971 *6))))))))))
+ (-5 *1 (-943 *6 *7 *8 *9)) (-5 *4 (-656 *9))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-701 *9)) (-5 *4 (-656 (-1197))) (-5 *5 (-940))
+ (-4 *9 (-968 *6 *8 *7)) (-4 *6 (-13 (-317) (-148)))
+ (-4 *7 (-13 (-862) (-626 (-1197)))) (-4 *8 (-805))
(-5 *2
- (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))))
- (-5 *1 (-1040 *3)) (-4 *3 (-1262 (-419 (-576))))
- (-5 *4 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576)))))))
+ (-656
+ (-2 (|:| |eqzro| (-656 *9)) (|:| |neqzro| (-656 *9))
+ (|:| |wcond| (-656 (-971 *6)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1288 (-419 (-971 *6))))
+ (|:| -1726 (-656 (-1288 (-419 (-971 *6))))))))))
+ (-5 *1 (-943 *6 *7 *8 *9))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-419 (-576)))
- (-5 *2 (-656 (-2 (|:| -4237 *4) (|:| -4247 *4)))) (-5 *1 (-1040 *3))
- (-4 *3 (-1262 *4))))
+ (-12 (-5 *3 (-701 *8)) (-5 *4 (-940)) (-4 *8 (-968 *5 *7 *6))
+ (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1197))))
+ (-4 *7 (-805))
+ (-5 *2
+ (-656
+ (-2 (|:| |eqzro| (-656 *8)) (|:| |neqzro| (-656 *8))
+ (|:| |wcond| (-656 (-971 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1288 (-419 (-971 *5))))
+ (|:| -1726 (-656 (-1288 (-419 (-971 *5))))))))))
+ (-5 *1 (-943 *5 *6 *7 *8))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-419 (-576)))
- (-5 *2 (-656 (-2 (|:| -4237 *5) (|:| -4247 *5)))) (-5 *1 (-1040 *3))
- (-4 *3 (-1262 *5)) (-5 *4 (-2 (|:| -4237 *5) (|:| -4247 *5))))))
-(((*1 *2)
- (-12 (-4 *4 (-374)) (-5 *2 (-783)) (-5 *1 (-338 *3 *4))
- (-4 *3 (-339 *4))))
- ((*1 *2) (-12 (-4 *1 (-1305 *3)) (-4 *3 (-374)) (-5 *2 (-783)))))
-(((*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1236))))
+ (-12 (-5 *3 (-701 *9)) (-5 *4 (-656 *9)) (-5 *5 (-1179))
+ (-4 *9 (-968 *6 *8 *7)) (-4 *6 (-13 (-317) (-148)))
+ (-4 *7 (-13 (-862) (-626 (-1197)))) (-4 *8 (-805)) (-5 *2 (-576))
+ (-5 *1 (-943 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-701 *9)) (-5 *4 (-656 (-1197))) (-5 *5 (-1179))
+ (-4 *9 (-968 *6 *8 *7)) (-4 *6 (-13 (-317) (-148)))
+ (-4 *7 (-13 (-862) (-626 (-1197)))) (-4 *8 (-805)) (-5 *2 (-576))
+ (-5 *1 (-943 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-701 *8)) (-5 *4 (-1179)) (-4 *8 (-968 *5 *7 *6))
+ (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1197))))
+ (-4 *7 (-805)) (-5 *2 (-576)) (-5 *1 (-943 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-701 *10)) (-5 *4 (-656 *10)) (-5 *5 (-940))
+ (-5 *6 (-1179)) (-4 *10 (-968 *7 *9 *8)) (-4 *7 (-13 (-317) (-148)))
+ (-4 *8 (-13 (-862) (-626 (-1197)))) (-4 *9 (-805)) (-5 *2 (-576))
+ (-5 *1 (-943 *7 *8 *9 *10))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-701 *10)) (-5 *4 (-656 (-1197))) (-5 *5 (-940))
+ (-5 *6 (-1179)) (-4 *10 (-968 *7 *9 *8)) (-4 *7 (-13 (-317) (-148)))
+ (-4 *8 (-13 (-862) (-626 (-1197)))) (-4 *9 (-805)) (-5 *2 (-576))
+ (-5 *1 (-943 *7 *8 *9 *10))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-701 *9)) (-5 *4 (-940)) (-5 *5 (-1179))
+ (-4 *9 (-968 *6 *8 *7)) (-4 *6 (-13 (-317) (-148)))
+ (-4 *7 (-13 (-862) (-626 (-1197)))) (-4 *8 (-805)) (-5 *2 (-576))
+ (-5 *1 (-943 *6 *7 *8 *9)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1121)) (-4 *5 (-1121))
+ (-4 *6 (-1121)) (-5 *2 (-1 *6 *5)) (-5 *1 (-696 *4 *5 *6)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1131)) (-5 *3 (-576)))))
+(((*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1238))))
((*1 *1 *2)
- (-12 (-5 *2 (-969 (-390))) (-5 *1 (-350 *3 *4 *5))
- (-4 *5 (-1057 (-390))) (-14 *3 (-656 (-1195)))
- (-14 *4 (-656 (-1195))) (-4 *5 (-399))))
+ (-12 (-5 *2 (-971 (-390))) (-5 *1 (-350 *3 *4 *5))
+ (-4 *5 (-1059 (-390))) (-14 *3 (-656 (-1197)))
+ (-14 *4 (-656 (-1197))) (-4 *5 (-399))))
((*1 *1 *2)
- (-12 (-5 *2 (-419 (-969 (-390)))) (-5 *1 (-350 *3 *4 *5))
- (-4 *5 (-1057 (-390))) (-14 *3 (-656 (-1195)))
- (-14 *4 (-656 (-1195))) (-4 *5 (-399))))
+ (-12 (-5 *2 (-419 (-971 (-390)))) (-5 *1 (-350 *3 *4 *5))
+ (-4 *5 (-1059 (-390))) (-14 *3 (-656 (-1197)))
+ (-14 *4 (-656 (-1197))) (-4 *5 (-399))))
((*1 *1 *2)
(-12 (-5 *2 (-326 (-390))) (-5 *1 (-350 *3 *4 *5))
- (-4 *5 (-1057 (-390))) (-14 *3 (-656 (-1195)))
- (-14 *4 (-656 (-1195))) (-4 *5 (-399))))
+ (-4 *5 (-1059 (-390))) (-14 *3 (-656 (-1197)))
+ (-14 *4 (-656 (-1197))) (-4 *5 (-399))))
((*1 *1 *2)
- (-12 (-5 *2 (-969 (-576))) (-5 *1 (-350 *3 *4 *5))
- (-4 *5 (-1057 (-576))) (-14 *3 (-656 (-1195)))
- (-14 *4 (-656 (-1195))) (-4 *5 (-399))))
+ (-12 (-5 *2 (-971 (-576))) (-5 *1 (-350 *3 *4 *5))
+ (-4 *5 (-1059 (-576))) (-14 *3 (-656 (-1197)))
+ (-14 *4 (-656 (-1197))) (-4 *5 (-399))))
((*1 *1 *2)
- (-12 (-5 *2 (-419 (-969 (-576)))) (-5 *1 (-350 *3 *4 *5))
- (-4 *5 (-1057 (-576))) (-14 *3 (-656 (-1195)))
- (-14 *4 (-656 (-1195))) (-4 *5 (-399))))
+ (-12 (-5 *2 (-419 (-971 (-576)))) (-5 *1 (-350 *3 *4 *5))
+ (-4 *5 (-1059 (-576))) (-14 *3 (-656 (-1197)))
+ (-14 *4 (-656 (-1197))) (-4 *5 (-399))))
((*1 *1 *2)
(-12 (-5 *2 (-326 (-576))) (-5 *1 (-350 *3 *4 *5))
- (-4 *5 (-1057 (-576))) (-14 *3 (-656 (-1195)))
- (-14 *4 (-656 (-1195))) (-4 *5 (-399))))
+ (-4 *5 (-1059 (-576))) (-14 *3 (-656 (-1197)))
+ (-14 *4 (-656 (-1197))) (-4 *5 (-399))))
((*1 *1 *2)
- (-12 (-5 *2 (-1195)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 *2))
+ (-12 (-5 *2 (-1197)) (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 *2))
(-14 *4 (-656 *2)) (-4 *5 (-399))))
((*1 *1 *2)
(-12 (-5 *2 (-326 *5)) (-4 *5 (-399)) (-5 *1 (-350 *3 *4 *5))
- (-14 *3 (-656 (-1195))) (-14 *4 (-656 (-1195)))))
- ((*1 *1 *2) (-12 (-5 *2 (-701 (-419 (-969 (-576))))) (-4 *1 (-395))))
- ((*1 *1 *2) (-12 (-5 *2 (-701 (-419 (-969 (-390))))) (-4 *1 (-395))))
- ((*1 *1 *2) (-12 (-5 *2 (-701 (-969 (-576)))) (-4 *1 (-395))))
- ((*1 *1 *2) (-12 (-5 *2 (-701 (-969 (-390)))) (-4 *1 (-395))))
+ (-14 *3 (-656 (-1197))) (-14 *4 (-656 (-1197)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-701 (-419 (-971 (-576))))) (-4 *1 (-395))))
+ ((*1 *1 *2) (-12 (-5 *2 (-701 (-419 (-971 (-390))))) (-4 *1 (-395))))
+ ((*1 *1 *2) (-12 (-5 *2 (-701 (-971 (-576)))) (-4 *1 (-395))))
+ ((*1 *1 *2) (-12 (-5 *2 (-701 (-971 (-390)))) (-4 *1 (-395))))
((*1 *1 *2) (-12 (-5 *2 (-701 (-326 (-576)))) (-4 *1 (-395))))
((*1 *1 *2) (-12 (-5 *2 (-701 (-326 (-390)))) (-4 *1 (-395))))
- ((*1 *1 *2) (-12 (-5 *2 (-419 (-969 (-576)))) (-4 *1 (-408))))
- ((*1 *1 *2) (-12 (-5 *2 (-419 (-969 (-390)))) (-4 *1 (-408))))
- ((*1 *1 *2) (-12 (-5 *2 (-969 (-576))) (-4 *1 (-408))))
- ((*1 *1 *2) (-12 (-5 *2 (-969 (-390))) (-4 *1 (-408))))
+ ((*1 *1 *2) (-12 (-5 *2 (-419 (-971 (-576)))) (-4 *1 (-408))))
+ ((*1 *1 *2) (-12 (-5 *2 (-419 (-971 (-390)))) (-4 *1 (-408))))
+ ((*1 *1 *2) (-12 (-5 *2 (-971 (-576))) (-4 *1 (-408))))
+ ((*1 *1 *2) (-12 (-5 *2 (-971 (-390))) (-4 *1 (-408))))
((*1 *1 *2) (-12 (-5 *2 (-326 (-576))) (-4 *1 (-408))))
((*1 *1 *2) (-12 (-5 *2 (-326 (-390))) (-4 *1 (-408))))
- ((*1 *1 *2) (-12 (-5 *2 (-1286 (-419 (-969 (-576))))) (-4 *1 (-453))))
- ((*1 *1 *2) (-12 (-5 *2 (-1286 (-419 (-969 (-390))))) (-4 *1 (-453))))
- ((*1 *1 *2) (-12 (-5 *2 (-1286 (-969 (-576)))) (-4 *1 (-453))))
- ((*1 *1 *2) (-12 (-5 *2 (-1286 (-969 (-390)))) (-4 *1 (-453))))
- ((*1 *1 *2) (-12 (-5 *2 (-1286 (-326 (-576)))) (-4 *1 (-453))))
- ((*1 *1 *2) (-12 (-5 *2 (-1286 (-326 (-390)))) (-4 *1 (-453))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1288 (-419 (-971 (-576))))) (-4 *1 (-453))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1288 (-419 (-971 (-390))))) (-4 *1 (-453))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1288 (-971 (-576)))) (-4 *1 (-453))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1288 (-971 (-390)))) (-4 *1 (-453))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1288 (-326 (-576)))) (-4 *1 (-453))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1288 (-326 (-390)))) (-4 *1 (-453))))
((*1 *2 *1)
(-12
(-5 *2
(-3
(|:| |nia|
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
(|:| |relerr| (-227))))
(|:| |mdnia|
(-2 (|:| |fn| (-326 (-227)))
- (|:| -3954 (-656 (-1113 (-855 (-227)))))
+ (|:| -3646 (-656 (-1115 (-855 (-227)))))
(|:| |abserr| (-227)) (|:| |relerr| (-227))))))
(-5 *1 (-781))))
((*1 *2 *1)
(-12
(-5 *2
(-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
- (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
+ (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
(|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
(|:| |abserr| (-227)) (|:| |relerr| (-227))))
(-5 *1 (-820))))
@@ -9145,13 +12242,13 @@
(-5 *2
(-3
(|:| |noa|
- (-2 (|:| |fn| (-326 (-227))) (|:| -3537 (-656 (-227)))
+ (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227)))
(|:| |lb| (-656 (-855 (-227))))
(|:| |cf| (-656 (-326 (-227))))
(|:| |ub| (-656 (-855 (-227))))))
(|:| |lsa|
(-2 (|:| |lfn| (-656 (-326 (-227))))
- (|:| -3537 (-656 (-227)))))))
+ (|:| -3651 (-656 (-227)))))))
(-5 *1 (-853))))
((*1 *2 *1)
(-12
@@ -9162,1188 +12259,720 @@
(-2 (|:| |start| (-227)) (|:| |finish| (-227))
(|:| |grid| (-783)) (|:| |boundaryType| (-576))
(|:| |dStart| (-701 (-227))) (|:| |dFinish| (-701 (-227))))))
- (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1177))
+ (|:| |f| (-656 (-656 (-326 (-227))))) (|:| |st| (-1179))
(|:| |tol| (-227))))
- (-5 *1 (-913))))
+ (-5 *1 (-915))))
((*1 *1 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-1068))
- (-4 *4 (-805)) (-4 *5 (-862)) (-4 *1 (-995 *3 *4 *5 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-1057 *2)) (-4 *2 (-1236))))
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-1070))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-4 *1 (-997 *3 *4 *5 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1059 *2)) (-4 *2 (-1238))))
((*1 *1 *2)
- (-2755
- (-12 (-5 *2 (-969 *3))
- (-12 (-2658 (-4 *3 (-38 (-419 (-576)))))
- (-2658 (-4 *3 (-38 (-576)))) (-4 *5 (-626 (-1195))))
- (-4 *3 (-1068)) (-4 *1 (-1084 *3 *4 *5)) (-4 *4 (-805))
+ (-3795
+ (-12 (-5 *2 (-971 *3))
+ (-12 (-2300 (-4 *3 (-38 (-419 (-576)))))
+ (-2300 (-4 *3 (-38 (-576)))) (-4 *5 (-626 (-1197))))
+ (-4 *3 (-1070)) (-4 *1 (-1086 *3 *4 *5)) (-4 *4 (-805))
(-4 *5 (-862)))
- (-12 (-5 *2 (-969 *3))
- (-12 (-2658 (-4 *3 (-557))) (-2658 (-4 *3 (-38 (-419 (-576)))))
- (-4 *3 (-38 (-576))) (-4 *5 (-626 (-1195))))
- (-4 *3 (-1068)) (-4 *1 (-1084 *3 *4 *5)) (-4 *4 (-805))
+ (-12 (-5 *2 (-971 *3))
+ (-12 (-2300 (-4 *3 (-557))) (-2300 (-4 *3 (-38 (-419 (-576)))))
+ (-4 *3 (-38 (-576))) (-4 *5 (-626 (-1197))))
+ (-4 *3 (-1070)) (-4 *1 (-1086 *3 *4 *5)) (-4 *4 (-805))
(-4 *5 (-862)))
- (-12 (-5 *2 (-969 *3))
- (-12 (-2658 (-4 *3 (-1011 (-576)))) (-4 *3 (-38 (-419 (-576))))
- (-4 *5 (-626 (-1195))))
- (-4 *3 (-1068)) (-4 *1 (-1084 *3 *4 *5)) (-4 *4 (-805))
+ (-12 (-5 *2 (-971 *3))
+ (-12 (-2300 (-4 *3 (-1013 (-576)))) (-4 *3 (-38 (-419 (-576))))
+ (-4 *5 (-626 (-1197))))
+ (-4 *3 (-1070)) (-4 *1 (-1086 *3 *4 *5)) (-4 *4 (-805))
(-4 *5 (-862)))))
((*1 *1 *2)
- (-2755
- (-12 (-5 *2 (-969 (-576))) (-4 *1 (-1084 *3 *4 *5))
- (-12 (-2658 (-4 *3 (-38 (-419 (-576))))) (-4 *3 (-38 (-576)))
- (-4 *5 (-626 (-1195))))
- (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)))
- (-12 (-5 *2 (-969 (-576))) (-4 *1 (-1084 *3 *4 *5))
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1195))))
- (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)))))
+ (-3795
+ (-12 (-5 *2 (-971 (-576))) (-4 *1 (-1086 *3 *4 *5))
+ (-12 (-2300 (-4 *3 (-38 (-419 (-576))))) (-4 *3 (-38 (-576)))
+ (-4 *5 (-626 (-1197))))
+ (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)))
+ (-12 (-5 *2 (-971 (-576))) (-4 *1 (-1086 *3 *4 *5))
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1197))))
+ (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)))))
((*1 *1 *2)
- (-12 (-5 *2 (-969 (-419 (-576)))) (-4 *1 (-1084 *3 *4 *5))
- (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1195))) (-4 *3 (-1068))
+ (-12 (-5 *2 (-971 (-419 (-576)))) (-4 *1 (-1086 *3 *4 *5))
+ (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1197))) (-4 *3 (-1070))
(-4 *4 (-805)) (-4 *5 (-862)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1031 *3)) (-4 *3 (-1238)) (-4 *3 (-1121))
+ (-5 *2 (-112)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068))
- (-5 *2 (-831 *3))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-858)) (-5 *1 (-1309 *3 *2)) (-4 *3 (-1068)))))
+ (-12 (-4 *1 (-616 *2 *3)) (-4 *3 (-1238)) (-4 *2 (-1121))
+ (-4 *2 (-862)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-836)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-1 (-598 *3) *3 (-1195)))
- (-5 *6
- (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3
- (-1195)))
- (-4 *3 (-294)) (-4 *3 (-641)) (-4 *3 (-1057 *4)) (-4 *3 (-442 *7))
- (-5 *4 (-1195)) (-4 *7 (-626 (-905 (-576)))) (-4 *7 (-464))
- (-4 *7 (-899 (-576))) (-4 *7 (-1119)) (-5 *2 (-598 *3))
- (-5 *1 (-585 *7 *3)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1129)) (-5 *3 (-576)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1139)) (-5 *1 (-340)))))
-(((*1 *1 *2 *1 *1) (-12 (-5 *2 (-1194)) (-5 *1 (-340))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1194)) (-5 *1 (-340)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-656 *1)) (-4 *1 (-442 *4))
- (-4 *4 (-1119))))
- ((*1 *1 *2 *1 *1 *1 *1)
- (-12 (-5 *2 (-1195)) (-4 *1 (-442 *3)) (-4 *3 (-1119))))
- ((*1 *1 *2 *1 *1 *1)
- (-12 (-5 *2 (-1195)) (-4 *1 (-442 *3)) (-4 *3 (-1119))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1195)) (-4 *1 (-442 *3)) (-4 *3 (-1119))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1195)) (-4 *1 (-442 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-622 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119))
+ (-12 (-4 *3 (-1264 (-419 (-576)))) (-5 *1 (-932 *3 *2))
+ (-4 *2 (-1264 (-419 *3))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-924 *3))) (-4 *3 (-1121)) (-5 *1 (-923 *3)))))
+(((*1 *1 *1 *1) (-4 *1 (-113))) ((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-783)) (-4 *4 (-317)) (-4 *6 (-1264 *4))
+ (-5 *2 (-1288 (-656 *6))) (-5 *1 (-467 *4 *6)) (-5 *5 (-656 *6)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-962 *3)) (-4 *3 (-13 (-374) (-1223) (-1023)))
+ (-5 *1 (-178 *3)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-703 (-887 (-985 *3) (-985 *3)))) (-5 *1 (-985 *3))
+ (-4 *3 (-1121)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568))
(-5 *2 (-112)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-4 *1 (-107 *3)))))
-(((*1 *1 *1) (|partial| -4 *1 (-146))) ((*1 *1 *1) (-4 *1 (-360)))
- ((*1 *1 *1) (|partial| -12 (-4 *1 (-146)) (-4 *1 (-926)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1286 *3)) (-4 *3 (-1262 *4)) (-4 *4 (-1240))
- (-4 *1 (-353 *4 *3 *5)) (-4 *5 (-1262 (-419 *3))))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1216)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1200)))))
-(((*1 *1 *1) (-12 (-4 *1 (-437 *2)) (-4 *2 (-1119)) (-4 *2 (-379)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1177)) (-5 *2 (-576)) (-5 *1 (-1218 *4))
- (-4 *4 (-1068)))))
-(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-943)))))
-(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
- (-12 (-5 *3 (-1177)) (-5 *4 (-576)) (-5 *5 (-701 (-171 (-227))))
- (-5 *2 (-1054)) (-5 *1 (-766)))))
-(((*1 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1236)))))
-(((*1 *1 *2 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-1236))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-1176 *2)) (-4 *2 (-1236)))))
+(((*1 *2 *1) (-12 (-4 *1 (-187)) (-5 *2 (-656 (-112))))))
+(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-126 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-874)) (-5 *2 (-703 (-130))) (-5 *3 (-130)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-120 *2)) (-4 *2 (-1238)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-1119)) (-5 *1 (-946 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1195)) (-5 *2 (-326 (-576))) (-5 *1 (-947)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-464))
- (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *1 (-996 *3 *4 *5 *6)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-112)))))
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *1 *1) (-4 *1 (-113))) ((*1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-1197))
+ (-4 *4 (-13 (-464) (-148) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-569 *4 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *4))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-346 *3 *4 *5 *6)) (-4 *3 (-374)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-4 *6 (-353 *3 *4 *5)) (-5 *2 (-112)))))
(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
- (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
- (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
- (|:| |abserr| (-227)) (|:| |relerr| (-227))))
- (-5 *2
- (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390))
- (|:| |expense| (-390)) (|:| |accuracy| (-390))
- (|:| |intermediateResults| (-390))))
- (-5 *1 (-815)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-995 *3 *4 *2 *5)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *2 (-862)) (-4 *5 (-1084 *3 *4 *2)))))
+ (-12 (-5 *3 (-171 *5)) (-4 *5 (-13 (-442 *4) (-1023) (-1223)))
+ (-4 *4 (-568)) (-4 *2 (-13 (-442 (-171 *4)) (-1023) (-1223)))
+ (-5 *1 (-612 *4 *5 *2)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-260 *2 *3 *4 *5)) (-4 *2 (-1070)) (-4 *3 (-862))
+ (-4 *4 (-275 *3)) (-4 *5 (-805)))))
+(((*1 *2 *3 *4 *4 *5 *6)
+ (-12 (-5 *3 (-656 (-656 (-962 (-227))))) (-5 *4 (-888))
+ (-5 *5 (-940)) (-5 *6 (-656 (-270))) (-5 *2 (-1289))
+ (-5 *1 (-1292))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-656 (-962 (-227))))) (-5 *4 (-656 (-270)))
+ (-5 *2 (-1289)) (-5 *1 (-1292)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1068)) (-4 *5 (-1262 *4)) (-5 *2 (-1 *6 (-656 *6)))
- (-5 *1 (-1280 *4 *5 *3 *6)) (-4 *3 (-668 *5)) (-4 *6 (-1277 *4)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))))
-(((*1 *2 *1) (-12 (-4 *1 (-378 *2)) (-4 *2 (-174)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1286 *1)) (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240))
- (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-340)))))
-(((*1 *1 *1 *1) (-5 *1 (-874))))
+ (-12 (-4 *4 (-13 (-374) (-860)))
+ (-5 *2 (-2 (|:| |start| *3) (|:| -4155 (-430 *3))))
+ (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *2 (-13 (-442 *4) (-1021) (-1221)))
- (-5 *1 (-612 *4 *2 *3))
- (-4 *3 (-13 (-442 (-171 *4)) (-1021) (-1221))))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-759)))))
+ (-12 (-5 *3 (-656 (-1197))) (-5 *2 (-1293)) (-5 *1 (-1240))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 (-1197))) (-5 *2 (-1293)) (-5 *1 (-1240)))))
+(((*1 *2 *3 *3 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-768)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1286 (-656 (-2 (|:| -3103 *4) (|:| -3222 (-1139))))))
- (-4 *4 (-360)) (-5 *2 (-783)) (-5 *1 (-357 *4))))
- ((*1 *2)
- (-12 (-5 *2 (-783)) (-5 *1 (-362 *3 *4)) (-14 *3 (-938))
- (-14 *4 (-938))))
- ((*1 *2)
- (-12 (-5 *2 (-783)) (-5 *1 (-363 *3 *4)) (-4 *3 (-360))
- (-14 *4
- (-3 (-1191 *3)
- (-1286 (-656 (-2 (|:| -3103 *3) (|:| -3222 (-1139)))))))))
- ((*1 *2)
- (-12 (-5 *2 (-783)) (-5 *1 (-364 *3 *4)) (-4 *3 (-360))
- (-14 *4 (-938)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-576) (-576))) (-5 *1 (-372 *3)) (-4 *3 (-1119))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-783) (-783))) (-4 *1 (-397 *3)) (-4 *3 (-1119))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4)
- (-5 *1 (-661 *3 *4 *5)) (-4 *3 (-1119)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-419 (-1191 (-326 *3)))) (-4 *3 (-568))
- (-5 *1 (-1149 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-326 (-227))) (-5 *2 (-227)) (-5 *1 (-315)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1195)) (-4 *5 (-374)) (-5 *2 (-1176 (-1176 (-969 *5))))
- (-5 *1 (-1294 *5)) (-5 *4 (-1176 (-969 *5))))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-1274 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-321))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-783)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938))
- (-4 *4 (-1068)))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
+ (-12 (-5 *3 (-940)) (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-464)) (-4 *4 (-568))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| -1834 *4))) (-5 *1 (-990 *4 *3))
+ (-4 *3 (-1264 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1286 *4)) (-4 *4 (-13 (-1068) (-651 (-576))))
- (-5 *2 (-112)) (-5 *1 (-1314 *4)))))
+ (-12 (-5 *3 (-907 *4)) (-4 *4 (-1121)) (-5 *2 (-656 *5))
+ (-5 *1 (-905 *4 *5)) (-4 *5 (-1238)))))
+(((*1 *2 *3 *3 *3 *4 *5 *6)
+ (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227)))
+ (-5 *5 (-1115 (-227))) (-5 *6 (-656 (-270))) (-5 *2 (-1154 (-227)))
+ (-5 *1 (-709)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))))
+ (-12 (-5 *3 (-1179)) (-5 *2 (-656 (-1202))) (-5 *1 (-1157)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-656 *3)) (-4 *3 (-1238)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-568) (-148))) (-5 *2 (-656 *3))
- (-5 *1 (-1256 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 *5)) (-4 *5 (-174)) (-5 *1 (-137 *3 *4 *5))
- (-14 *3 (-576)) (-14 *4 (-783)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568))
- (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-938)) (-5 *1 (-798)))))
-(((*1 *2 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-409)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-4 *3 (-568))
- (-5 *2 (-1191 *3)))))
+ (-12 (-5 *3 (-971 *5)) (-4 *5 (-1070)) (-5 *2 (-493 *4 *5))
+ (-5 *1 (-963 *4 *5)) (-14 *4 (-656 (-1197))))))
+(((*1 *2)
+ (-12 (-4 *3 (-568)) (-5 *2 (-656 (-701 *3))) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-429 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-966 *4 *6 *5))
- (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195))))
- (-4 *6 (-805)) (-5 *2 (-112)) (-5 *1 (-941 *4 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-969 *4))) (-4 *4 (-13 (-317) (-148)))
- (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805)) (-5 *2 (-112))
- (-5 *1 (-941 *4 *5 *6 *7)) (-4 *7 (-966 *4 *6 *5)))))
-(((*1 *2 *3 *3 *3 *3)
- (-12 (-4 *4 (-464)) (-4 *3 (-805)) (-4 *5 (-862)) (-5 *2 (-112))
- (-5 *1 (-461 *4 *3 *5 *6)) (-4 *6 (-966 *4 *3 *5)))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
-(((*1 *1) (-5 *1 (-1287))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-1140 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1129)) (-5 *3 (-576)))))
+ (-12 (-5 *3 (-1288 *4)) (-4 *4 (-1070)) (-4 *2 (-1264 *4))
+ (-5 *1 (-456 *4 *2))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-419 (-1193 (-326 *5)))) (-5 *3 (-1288 (-326 *5)))
+ (-5 *4 (-576)) (-4 *5 (-568)) (-5 *1 (-1151 *5)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1165)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-1179))
+ (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-82 PDEF))))
+ (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-83 BNDY)))) (-5 *2 (-1056))
+ (-5 *1 (-762)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-971 (-227))) (-5 *2 (-326 (-390))) (-5 *1 (-315)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805))
- (-4 *7 (-862)) (-4 *8 (-1084 *5 *6 *7)) (-5 *2 (-656 *3))
- (-5 *1 (-603 *5 *6 *7 *8 *3)) (-4 *3 (-1128 *5 *6 *7 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148)))
- (-5 *2
- (-656 (-2 (|:| -1431 (-1191 *5)) (|:| -2203 (-656 (-969 *5))))))
- (-5 *1 (-1097 *5 *6)) (-5 *3 (-656 (-969 *5)))
- (-14 *6 (-656 (-1195)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-317) (-148)))
- (-5 *2
- (-656 (-2 (|:| -1431 (-1191 *4)) (|:| -2203 (-656 (-969 *4))))))
- (-5 *1 (-1097 *4 *5)) (-5 *3 (-656 (-969 *4)))
- (-14 *5 (-656 (-1195)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148)))
- (-5 *2
- (-656 (-2 (|:| -1431 (-1191 *5)) (|:| -2203 (-656 (-969 *5))))))
- (-5 *1 (-1097 *5 *6)) (-5 *3 (-656 (-969 *5)))
- (-14 *6 (-656 (-1195))))))
-(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1236))
- (-4 *4 (-384 *2)) (-4 *5 (-384 *2))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-384 *2))
- (-4 *5 (-384 *2)) (-4 *2 (-1236))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 "right") (-4 *1 (-120 *3)) (-4 *3 (-1236))))
- ((*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-120 *3)) (-4 *3 (-1236))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-656 (-576))) (-4 *2 (-174)) (-5 *1 (-137 *4 *5 *2))
- (-14 *4 (-576)) (-14 *5 (-783))))
- ((*1 *2 *1 *3 *3 *3 *3)
- (-12 (-5 *3 (-576)) (-4 *2 (-174)) (-5 *1 (-137 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-783))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-576)) (-4 *2 (-174)) (-5 *1 (-137 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-783))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-576)) (-4 *2 (-174)) (-5 *1 (-137 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-783))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-174)) (-5 *1 (-137 *3 *4 *2)) (-14 *3 (-576))
- (-14 *4 (-783))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1195)) (-5 *2 (-250 (-1177))) (-5 *1 (-216 *4))
- (-4 *4
- (-13 (-862)
- (-10 -8 (-15 -2794 ((-1177) $ *3)) (-15 -1971 ((-1291) $))
- (-15 -2453 ((-1291) $)))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1008)) (-5 *1 (-216 *3))
- (-4 *3
- (-13 (-862)
- (-10 -8 (-15 -2794 ((-1177) $ (-1195))) (-15 -1971 ((-1291) $))
- (-15 -2453 ((-1291) $)))))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 "count") (-5 *2 (-783)) (-5 *1 (-250 *4)) (-4 *4 (-862))))
- ((*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-250 *3)) (-4 *3 (-862))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 "unique") (-5 *1 (-250 *3)) (-4 *3 (-862))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-296 *3 *2)) (-4 *3 (-1236)) (-4 *2 (-1236))))
- ((*1 *2 *1 *3 *2)
- (-12 (-4 *1 (-298 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1236))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-656 *1)) (-4 *1 (-312))))
- ((*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115))))
- ((*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115))))
- ((*1 *1 *2 *1 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115))))
- ((*1 *2 *1 *2 *2)
- (-12 (-4 *1 (-353 *2 *3 *4)) (-4 *2 (-1240)) (-4 *3 (-1262 *2))
- (-4 *4 (-1262 (-419 *3)))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-1177)) (-5 *1 (-514))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-783)) (-5 *1 (-687 *2)) (-4 *2 (-1119))))
- ((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-656 (-576))) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068))
- (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-656 (-905 *4))) (-5 *1 (-905 *4))
- (-4 *4 (-1119))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-922 *4)) (-5 *1 (-921 *4))
- (-4 *4 (-1119))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 "value") (-4 *1 (-1029 *2)) (-4 *2 (-1236))))
- ((*1 *2 *1) (-12 (-5 *1 (-1045 *2)) (-4 *2 (-1236))))
- ((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-576)) (-4 *1 (-1072 *4 *5 *2 *6 *7)) (-4 *2 (-1068))
- (-4 *6 (-243 *5 *2)) (-4 *7 (-243 *4 *2))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-576)) (-4 *1 (-1072 *4 *5 *2 *6 *7))
- (-4 *6 (-243 *5 *2)) (-4 *7 (-243 *4 *2)) (-4 *2 (-1068))))
- ((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-938)) (-4 *4 (-1119))
- (-4 *5 (-13 (-1068) (-899 *4) (-626 (-905 *4))))
- (-5 *1 (-1095 *4 *5 *2))
- (-4 *2 (-13 (-442 *5) (-899 *4) (-626 (-905 *4))))))
- ((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-938)) (-4 *4 (-1119))
- (-4 *5 (-13 (-1068) (-899 *4) (-626 (-905 *4))))
- (-5 *1 (-1096 *4 *5 *2))
- (-4 *2 (-13 (-442 *5) (-899 *4) (-626 (-905 *4))))))
- ((*1 *1 *1 *1) (-4 *1 (-1163)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-1195))))
- ((*1 *2 *3 *2)
- (-12 (-5 *3 (-419 *1)) (-4 *1 (-1262 *2)) (-4 *2 (-1068))
- (-4 *2 (-374))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-419 *1)) (-4 *1 (-1262 *3)) (-4 *3 (-1068))
- (-4 *3 (-568))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 "last") (-4 *1 (-1274 *2)) (-4 *2 (-1236))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 "rest") (-4 *1 (-1274 *3)) (-4 *3 (-1236))))
+ (-12 (-5 *3 (-1193 *1)) (-5 *4 (-1197)) (-4 *1 (-27))
+ (-5 *2 (-656 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1193 *1)) (-4 *1 (-27)) (-5 *2 (-656 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-971 *1)) (-4 *1 (-27)) (-5 *2 (-656 *1))))
((*1 *2 *1 *3)
- (-12 (-5 *3 "first") (-4 *1 (-1274 *2)) (-4 *2 (-1236)))))
-(((*1 *2)
- (-12 (-5 *2 (-1291)) (-5 *1 (-1213 *3 *4)) (-4 *3 (-1119))
- (-4 *4 (-1119)))))
-(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-493 *4 *5)) (-14 *4 (-656 (-1195))) (-4 *5 (-1068))
- (-5 *2 (-969 *5)) (-5 *1 (-961 *4 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-873))))
- ((*1 *1 *2) (-12 (-5 *2 (-400)) (-5 *1 (-873)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938))
- (-4 *4 (-1068)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1277 *3))
- (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1248 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1246 *3))
- (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1269 *3 *4)) (-4 *5 (-1002 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-860)) (-5 *2 (-576))))
- ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-922 *3)) (-4 *3 (-1119))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1087 *4 *3)) (-4 *4 (-13 (-860) (-374)))
- (-4 *3 (-1262 *4)) (-5 *2 (-576))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-568) (-1057 *2) (-651 *2) (-464)))
- (-5 *2 (-576)) (-5 *1 (-1135 *4 *3))
- (-4 *3 (-13 (-27) (-1221) (-442 *4)))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1195)) (-5 *5 (-855 *3))
- (-4 *3 (-13 (-27) (-1221) (-442 *6)))
- (-4 *6 (-13 (-568) (-1057 *2) (-651 *2) (-464))) (-5 *2 (-576))
- (-5 *1 (-1135 *6 *3))))
- ((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *4 (-1195)) (-5 *5 (-1177))
- (-4 *6 (-13 (-568) (-1057 *2) (-651 *2) (-464))) (-5 *2 (-576))
- (-5 *1 (-1135 *6 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *6)))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-464)) (-5 *2 (-576))
- (-5 *1 (-1136 *4))))
+ (-12 (-5 *3 (-1197)) (-4 *4 (-568)) (-5 *2 (-656 *1))
+ (-4 *1 (-29 *4))))
+ ((*1 *2 *1) (-12 (-4 *3 (-568)) (-5 *2 (-656 *1)) (-4 *1 (-29 *3))))
((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1195)) (-5 *5 (-855 (-419 (-969 *6))))
- (-5 *3 (-419 (-969 *6))) (-4 *6 (-464)) (-5 *2 (-576))
- (-5 *1 (-1136 *6))))
- ((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *3 (-419 (-969 *6))) (-5 *4 (-1195))
- (-5 *5 (-1177)) (-4 *6 (-464)) (-5 *2 (-576)) (-5 *1 (-1136 *6))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *2 (-576)) (-5 *1 (-1218 *3)) (-4 *3 (-1068)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1195)) (-5 *3 (-446)) (-4 *5 (-1119))
- (-5 *1 (-1125 *5 *4)) (-4 *4 (-442 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-568) (-1057 (-576)))) (-5 *2 (-112))
- (-5 *1 (-190 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 (-171 *4))))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446))))
+ (-12 (-5 *3 (-326 (-227))) (-5 *4 (-656 (-1197)))
+ (-5 *5 (-1115 (-855 (-227)))) (-5 *2 (-1178 (-227))) (-5 *1 (-310)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-568)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *2 (-656 *1)) (-4 *1 (-1086 *3 *4 *5)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-539)) (-5 *3 (-129)) (-5 *2 (-783)))))
+(((*1 *1 *1) (-4 *1 (-641)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023) (-1223))))))
+(((*1 *1 *1 *1) (-4 *1 (-557))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-870 *2)) (-4 *2 (-174))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-112))
- (-5 *1 (-1225 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *4))))))
+ (-12 (-5 *2 (-1193 (-576))) (-5 *1 (-961)) (-5 *3 (-576)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174))
- (-5 *2 (-701 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-701 *4)) (-5 *1 (-428 *3 *4))
- (-4 *3 (-429 *4))))
- ((*1 *2) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-701 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-52))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-340)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-905 *4)) (-4 *4 (-1119)) (-5 *1 (-902 *4 *3))
- (-4 *3 (-1119)))))
-(((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
- (-4 *3 (-378 *4))))
- ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3)
- (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *6 (-227))
- (-5 *3 (-576)) (-5 *2 (-1054)) (-5 *1 (-763)))))
-(((*1 *2 *3 *4 *4 *2 *2 *2 *2)
- (-12 (-5 *2 (-576))
+ (-12
(-5 *3
- (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-783)) (|:| |poli| *4)
- (|:| |polj| *4)))
- (-4 *6 (-805)) (-4 *4 (-966 *5 *6 *7)) (-4 *5 (-464)) (-4 *7 (-862))
- (-5 *1 (-461 *5 *6 *7 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1119))
- (-5 *2 (-656 (-2 (|:| |k| *4) (|:| |c| *3))))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-656 (-2 (|:| |k| (-906 *3)) (|:| |c| *4))))
- (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862))
- (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-938))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-656 (-684 *3))) (-5 *1 (-906 *3)) (-4 *3 (-862)))))
+ (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
+ (|:| |fn| (-1288 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
+ (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
+ (|:| |abserr| (-227)) (|:| |relerr| (-227))))
+ (-5 *2 (-390)) (-5 *1 (-207)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-969 *4)) (-4 *4 (-1068)) (-4 *4 (-626 *2))
- (-5 *2 (-390)) (-5 *1 (-797 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-969 *5)) (-5 *4 (-938)) (-4 *5 (-1068))
- (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-568))
- (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-938)) (-4 *5 (-568))
- (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-326 *4)) (-4 *4 (-568)) (-4 *4 (-862))
- (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-326 *5)) (-5 *4 (-938)) (-4 *5 (-568))
- (-4 *5 (-862)) (-4 *5 (-626 *2)) (-5 *2 (-390))
- (-5 *1 (-797 *5)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
- (-5 *1 (-1007 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-5 *2 (-112))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
- (-5 *1 (-1126 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-112)))))
-(((*1 *2 *3) (-12 (-5 *3 (-853)) (-5 *2 (-1054)) (-5 *1 (-852))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-326 (-390)))) (-5 *4 (-656 (-390)))
- (-5 *2 (-1054)) (-5 *1 (-852)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-167 *3)) (-4 *3 (-174)) (-4 *3 (-557))
- (-5 *2 (-419 (-576)))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-419 (-576))) (-5 *1 (-430 *3)) (-4 *3 (-557))
- (-4 *3 (-568))))
- ((*1 *2 *1) (|partial| -12 (-4 *1 (-557)) (-5 *2 (-419 (-576)))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-809 *3)) (-4 *3 (-174)) (-4 *3 (-557))
- (-5 *2 (-419 (-576)))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-419 (-576))) (-5 *1 (-845 *3)) (-4 *3 (-557))
- (-4 *3 (-1119))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-419 (-576))) (-5 *1 (-855 *3)) (-4 *3 (-557))
- (-4 *3 (-1119))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1016 *3)) (-4 *3 (-174)) (-4 *3 (-557))
- (-5 *2 (-419 (-576)))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *2 (-419 (-576))) (-5 *1 (-1027 *3))
- (-4 *3 (-1057 *2)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-938)) (-4 *5 (-568)) (-5 *2 (-701 *5))
- (-5 *1 (-973 *5 *3)) (-4 *3 (-668 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-234 *2)) (-4 *2 (-1236))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-237)) (-5 *2 (-783))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-783)) (-4 *1 (-272 *4))
- (-4 *4 (-1236))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-272 *3)) (-4 *3 (-1236))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240))
- (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4)))))
- ((*1 *2 *1 *3)
- (-12 (-4 *2 (-374)) (-4 *2 (-915 *3)) (-5 *1 (-598 *2))
- (-5 *3 (-1195))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-598 *2)) (-4 *2 (-374))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-874))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-909 *2 *3)) (-4 *3 (-1236)) (-4 *2 (-1236))))
+ (-12 (-5 *3 (-1179)) (-5 *2 (-656 (-1202))) (-5 *1 (-895)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-962 *5)) (-4 *5 (-1070)) (-5 *2 (-783))
+ (-5 *1 (-1185 *4 *5)) (-14 *4 (-940))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 *4)) (-5 *3 (-656 (-783))) (-4 *1 (-917 *4))
- (-4 *4 (-1119))))
+ (-12 (-5 *2 (-656 (-783))) (-5 *3 (-783)) (-5 *1 (-1185 *4 *5))
+ (-14 *4 (-940)) (-4 *5 (-1070))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-783)) (-4 *1 (-917 *2)) (-4 *2 (-1119))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *1 (-917 *3)) (-4 *3 (-1119))))
- ((*1 *1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1262 *3)) (-4 *3 (-1068)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-624 *4)) (-4 *4 (-1119)) (-4 *2 (-1119))
- (-5 *1 (-623 *2 *4)))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390)))
- (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1194))))
- (-5 *1 (-1194)))))
-(((*1 *1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1236))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-122 *2)) (-4 *2 (-862))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-127 *2)) (-4 *2 (-862))))
- ((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-576)) (-4 *1 (-292 *3)) (-4 *3 (-1236))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-576)) (-4 *1 (-292 *2)) (-4 *2 (-1236))))
- ((*1 *1 *2)
- (-12
- (-5 *2
- (-2
- (|:| -4298
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
- (|:| |relerr| (-227))))
- (|:| -4437
- (-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| (-1176 (-227)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -3954
- (-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 (-571))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-783)) (-4 *1 (-707 *2)) (-4 *2 (-1119))))
- ((*1 *1 *2)
- (-12
+ (-12 (-5 *2 (-656 (-783))) (-5 *3 (-962 *5)) (-4 *5 (-1070))
+ (-5 *1 (-1185 *4 *5)) (-14 *4 (-940)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-792 *5 (-878 *6)))) (-5 *4 (-112)) (-4 *5 (-464))
+ (-14 *6 (-656 (-1197)))
(-5 *2
- (-2
- (|:| -4298
- (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
- (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
- (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
- (|:| |abserr| (-227)) (|:| |relerr| (-227))))
- (|:| -4437
- (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390))
- (|:| |expense| (-390)) (|:| |accuracy| (-390))
- (|:| |intermediateResults| (-390))))))
- (-5 *1 (-815))))
- ((*1 *2 *3 *4)
- (-12 (-5 *2 (-1291)) (-5 *1 (-1213 *3 *4)) (-4 *3 (-1119))
- (-4 *4 (-1119)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-874)))))
-(((*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-415 *3)) (-4 *3 (-416))))
- ((*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-415 *3)) (-4 *3 (-416))))
- ((*1 *2 *2) (-12 (-5 *2 (-938)) (|has| *1 (-6 -4453)) (-4 *1 (-416))))
- ((*1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-938))))
- ((*1 *2 *1) (-12 (-4 *1 (-881 *3)) (-5 *2 (-1176 (-576))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
+ (-656 (-1167 *5 (-543 (-878 *6)) (-878 *6) (-792 *5 (-878 *6)))))
+ (-5 *1 (-640 *5 *6)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-656 *1)) (-4 *1 (-1084 *4 *5 *6)) (-4 *4 (-1068))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-5 *2 (-112))))
+ (-12 (-4 *1 (-260 *4 *3 *5 *6)) (-4 *4 (-1070)) (-4 *3 (-862))
+ (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-656 (-783)))))
((*1 *2 *1)
- (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1229 *4 *5 *6 *3)) (-4 *4 (-568)) (-4 *5 (-805))
- (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -1990 *3) (|:| |coef1| (-794 *3))))
- (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1068)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-390)) (-5 *1 (-1082)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *2)) (-4 *2 (-174))))
- ((*1 *2) (-12 (-4 *2 (-174)) (-5 *1 (-428 *3 *2)) (-4 *3 (-429 *2))))
- ((*1 *2) (-12 (-4 *1 (-429 *2)) (-4 *2 (-174)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1259 *5 *4)) (-4 *4 (-464)) (-4 *4 (-832))
- (-14 *5 (-1195)) (-5 *2 (-576)) (-5 *1 (-1133 *4 *5)))))
+ (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-862))
+ (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-656 (-783))))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-656 (-576))) (-5 *2 (-701 (-576))) (-5 *1 (-1131)))))
+(((*1 *2 *2) (-12 (-5 *2 (-701 *3)) (-4 *3 (-317)) (-5 *1 (-712 *3)))))
+(((*1 *2 *2 *2 *2 *2 *3)
+ (-12 (-5 *2 (-701 *4)) (-5 *3 (-783)) (-4 *4 (-1070))
+ (-5 *1 (-702 *4)))))
+(((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1179)) (-4 *1 (-401)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-962 *4)) (-4 *4 (-1070)) (-5 *1 (-1185 *3 *4))
+ (-14 *3 (-940)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1293))
+ (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-968 *4 *5 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1119)) (-4 *6 (-1119))
- (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-696 *4 *5 *6)) (-4 *5 (-1119)))))
+ (-12 (-5 *3 (-783)) (-5 *2 (-1 (-1178 (-971 *4)) (-1178 (-971 *4))))
+ (-5 *1 (-1296 *4)) (-4 *4 (-374)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-5 *1 (-1286 *3)))))
+ (-12 (-5 *2 (-1193 *3)) (-4 *3 (-1070)) (-4 *1 (-1264 *3)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1165)) (-5 *2 (-112)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174))
- (-5 *2 (-701 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-701 *4)) (-5 *1 (-428 *3 *4))
- (-4 *3 (-429 *4))))
- ((*1 *2) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-701 *3)))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390)))
- (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1194))))
- (-5 *1 (-1194)))))
+ (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936))))
+ ((*1 *2) (-12 (-5 *2 (-923 (-576))) (-5 *1 (-936)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-260 *3 *4 *2 *5)) (-4 *3 (-1068)) (-4 *4 (-862))
- (-4 *5 (-805)) (-4 *2 (-275 *4)))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-943)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1236)))))
-(((*1 *1 *1) (-5 *1 (-227))) ((*1 *1 *1) (-5 *1 (-390)))
- ((*1 *1) (-5 *1 (-390))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-568))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 (-1299 *4 *5 *6 *7)))
- (-5 *1 (-1299 *4 *5 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-656 *9)) (-5 *4 (-1 (-112) *9 *9))
- (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1084 *6 *7 *8)) (-4 *6 (-568))
- (-4 *7 (-805)) (-4 *8 (-862)) (-5 *2 (-656 (-1299 *6 *7 *8 *9)))
- (-5 *1 (-1299 *6 *7 *8 *9)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-576)) (-5 *1 (-457 *3)) (-4 *3 (-416)) (-4 *3 (-1068)))))
-(((*1 *2)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))))
+ (-12 (-4 *3 (-1070)) (-5 *2 (-1288 *3)) (-5 *1 (-724 *3 *4))
+ (-4 *4 (-1264 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-701 *1)) (-5 *4 (-1288 *1)) (-4 *1 (-651 *5))
+ (-4 *5 (-1070))
+ (-5 *2 (-2 (|:| -2663 (-701 *5)) (|:| |vec| (-1288 *5))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-701 *1)) (-4 *1 (-651 *4)) (-4 *4 (-1070))
+ (-5 *2 (-701 *4)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-568) (-148))) (-5 *1 (-549 *3 *2))
- (-4 *2 (-1277 *3))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-4 *4 (-1262 *3))
- (-4 *5 (-736 *3 *4)) (-5 *1 (-553 *3 *4 *5 *2)) (-4 *2 (-1277 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-5 *1 (-554 *3 *2))
- (-4 *2 (-1277 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-13 (-568) (-148)))
- (-5 *1 (-1172 *3)))))
-(((*1 *1) (-5 *1 (-590)))
- ((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-875))))
- ((*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1291)) (-5 *1 (-875))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1177)) (-5 *4 (-874)) (-5 *2 (-1291)) (-5 *1 (-875))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-576)) (-5 *2 (-1291)) (-5 *1 (-1176 *4))
- (-4 *4 (-1119)) (-4 *4 (-1236)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-1 (-227) (-227) (-227)))
- (-5 *4 (-3 (-1 (-227) (-227) (-227) (-227)) "undefined"))
- (-5 *5 (-1113 (-227))) (-5 *6 (-656 (-270))) (-5 *2 (-1152 (-227)))
- (-5 *1 (-709)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-591)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1168 *3)) (-4 *3 (-1236)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1176 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))))
-(((*1 *1 *1) (-5 *1 (-1194)))
- ((*1 *1 *2)
(-12
(-5 *2
- (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390)))
- (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1194))))
- (-5 *1 (-1194)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-390))))
- ((*1 *1 *1 *1) (-4 *1 (-557)))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374))))
- ((*1 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-783)))))
-(((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-1177)) (-5 *4 (-171 (-227))) (-5 *5 (-576))
- (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2 *2) (|partial| -12 (-5 *1 (-570 *2)) (-4 *2 (-557)))))
-(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479))))
- ((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479))))
- ((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-944)))))
-(((*1 *2 *1) (-12 (-4 *1 (-847 *3)) (-4 *3 (-1119)) (-5 *2 (-55)))))
-(((*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1 (-390))) (-5 *1 (-1059)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-480)) (-5 *4 (-938)) (-5 *2 (-1291)) (-5 *1 (-1287)))))
-(((*1 *2 *3 *4 *4 *3 *3 *5)
- (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-1191 *3))
- (-4 *3 (-13 (-442 *6) (-27) (-1221)))
- (-4 *6 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
- (-5 *2 (-2 (|:| -1633 *3) (|:| |coeff| *3)))
- (-5 *1 (-572 *6 *3 *7)) (-4 *7 (-1119))))
- ((*1 *2 *3 *4 *4 *3 *4 *3 *5)
- (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-419 (-1191 *3)))
- (-4 *3 (-13 (-442 *6) (-27) (-1221)))
- (-4 *6 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
- (-5 *2 (-2 (|:| -1633 *3) (|:| |coeff| *3)))
- (-5 *1 (-572 *6 *3 *7)) (-4 *7 (-1119)))))
-(((*1 *2 *1) (-12 (-4 *1 (-378 *2)) (-4 *2 (-174)))))
+ (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4)
+ (|:| |xpnt| (-576))))
+ (-4 *4 (-13 (-1264 *3) (-568) (-10 -8 (-15 -3115 ($ $ $)))))
+ (-4 *3 (-568)) (-5 *1 (-1267 *3 *4)))))
+(((*1 *2 *3 *2)
+ (-12 (-4 *1 (-799)) (-5 *2 (-1056))
+ (-5 *3
+ (-2 (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-656 (-1115 (-855 (-227))))) (|:| |abserr| (-227))
+ (|:| |relerr| (-227))))))
+ ((*1 *2 *3 *2)
+ (-12 (-4 *1 (-799)) (-5 *2 (-1056))
+ (-5 *3
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
+ (|:| |relerr| (-227)))))))
+(((*1 *1) (-5 *1 (-449))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4464)) (-4 *1 (-240 *3))
+ (-4 *3 (-1121))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-292 *3)) (-4 *3 (-1238)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-656 (-656 (-656 *4)))) (-5 *2 (-656 (-656 *4)))
- (-4 *4 (-862)) (-5 *1 (-1206 *4)))))
-(((*1 *1) (-12 (-4 *1 (-477 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23))))
- ((*1 *1) (-5 *1 (-548))) ((*1 *1) (-4 *1 (-734)))
- ((*1 *1) (-4 *1 (-738)))
- ((*1 *1) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1119))))
- ((*1 *1) (-12 (-5 *1 (-906 *2)) (-4 *2 (-862)))))
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *1 *1 *1) (-4 *1 (-557))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-5 *1 (-924 *3)))))
(((*1 *2 *3)
- (-12 (-4 *2 (-1262 *4)) (-5 *1 (-821 *4 *2 *3 *5))
- (-4 *4 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *3 (-668 *2))
- (-4 *5 (-668 (-419 *2))))))
+ (-12 (-4 *4 (-13 (-568) (-1059 (-576)))) (-4 *5 (-442 *4))
+ (-5 *2 (-430 *3)) (-5 *1 (-447 *4 *5 *3)) (-4 *3 (-1264 *5)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-940)) (-5 *1 (-1051 *2))
+ (-4 *2 (-13 (-1121) (-10 -8 (-15 -4027 ($ $ $))))))))
+(((*1 *2 *3) (-12 (-5 *2 (-576)) (-5 *1 (-581 *3)) (-4 *3 (-1059 *2))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *2 *5 *6)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *2 (-1121)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-874)) (-5 *1 (-402 *3 *4 *5)) (-14 *3 (-783))
- (-14 *4 (-783)) (-4 *5 (-174)))))
+ (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6))
+ (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-4 *1 (-668 *3)) (-4 *3 (-1070)) (-4 *3 (-374))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-783)) (-5 *4 (-1 *5 *5)) (-4 *5 (-374))
+ (-5 *1 (-671 *5 *2)) (-4 *2 (-668 *5)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-439 *3 *2)) (-4 *3 (-13 (-174) (-38 (-419 (-576)))))
+ (-4 *2 (-13 (-862) (-21))))))
+(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-480))))
+ ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1289))))
+ ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1290)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-750)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-439 *3 *2)) (-4 *3 (-13 (-174) (-38 (-419 (-576)))))
+ (-4 *2 (-13 (-862) (-21))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317))
- (-5 *2 (-656 (-783))) (-5 *1 (-790 *3 *4 *5 *6 *7))
- (-4 *3 (-1262 *6)) (-4 *7 (-966 *6 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 *5)) (-4 *5 (-1262 *3)) (-4 *3 (-317))
- (-5 *2 (-112)) (-5 *1 (-467 *3 *5)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-464) (-148))) (-5 *2 (-430 *3))
- (-5 *1 (-100 *4 *3)) (-4 *3 (-1262 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 *3)) (-4 *3 (-1262 *5)) (-4 *5 (-13 (-464) (-148)))
- (-5 *2 (-430 *3)) (-5 *1 (-100 *5 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-390)) (-5 *1 (-97))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-390)) (-5 *1 (-97)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-665 (-419 *6))) (-5 *4 (-419 *6)) (-4 *6 (-1262 *5))
- (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4156 (-656 *4))))
- (-5 *1 (-822 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-665 (-419 *6))) (-4 *6 (-1262 *5))
- (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-5 *2 (-2 (|:| -4156 (-656 (-419 *6))) (|:| -1953 (-701 *5))))
- (-5 *1 (-822 *5 *6)) (-5 *4 (-656 (-419 *6)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-666 *6 (-419 *6))) (-5 *4 (-419 *6)) (-4 *6 (-1262 *5))
- (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4156 (-656 *4))))
- (-5 *1 (-822 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-666 *6 (-419 *6))) (-4 *6 (-1262 *5))
- (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-5 *2 (-2 (|:| -4156 (-656 (-419 *6))) (|:| -1953 (-701 *5))))
- (-5 *1 (-822 *5 *6)) (-5 *4 (-656 (-419 *6))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-656 *5) *6))
- (-4 *5 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *6 (-1262 *5))
- (-5 *2 (-656 (-2 (|:| -1478 *5) (|:| -4024 *3))))
- (-5 *1 (-821 *5 *6 *3 *7)) (-4 *3 (-668 *6))
- (-4 *7 (-668 (-419 *6))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-419 (-969 *5)))) (-5 *4 (-656 (-1195)))
- (-4 *5 (-568)) (-5 *2 (-656 (-656 (-969 *5)))) (-5 *1 (-1204 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-390)) (-5 *1 (-1059)))))
-(((*1 *1) (-4 *1 (-23)))
- ((*1 *1) (-12 (-4 *1 (-482 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23))))
- ((*1 *1) (-5 *1 (-548)))
- ((*1 *1) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1119)) (-4 *4 (-13 (-1068) (-899 *3) (-626 *2)))
- (-5 *2 (-905 *3)) (-5 *1 (-1095 *3 *4 *5))
- (-4 *5 (-13 (-442 *4) (-899 *3) (-626 *2))))))
-(((*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1059)))))
-(((*1 *2 *3) (-12 (-5 *3 (-656 (-938))) (-5 *2 (-783)) (-5 *1 (-602)))))
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-381 *4 *5)) (-4 *4 (-174))
+ (-4 *5 (-1264 *4)) (-5 *2 (-701 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-174)) (-4 *5 (-1264 *4)) (-5 *2 (-701 *4))
+ (-5 *1 (-420 *3 *4 *5)) (-4 *3 (-421 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *1 (-421 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1264 *3))
+ (-5 *2 (-701 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-130))))))
+(((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-1240)))))
+(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1165)) (-5 *3 (-576)) (-5 *2 (-112)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-783)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
- (-4 *3 (-1084 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-656 *4))
- (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4))))))
- (-5 *1 (-1088 *6 *7 *8 *3 *4)) (-4 *4 (-1090 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
- (-5 *2
- (-2 (|:| |done| (-656 *4))
- (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4))))))
- (-5 *1 (-1088 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-783)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
- (-4 *3 (-1084 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-656 *4))
- (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4))))))
- (-5 *1 (-1164 *6 *7 *8 *3 *4)) (-4 *4 (-1128 *6 *7 *8 *3))))
+ (-12 (-5 *4 (-1 (-656 *7) *7 (-1193 *7))) (-5 *5 (-1 (-430 *7) *7))
+ (-4 *7 (-1264 *6)) (-4 *6 (-13 (-374) (-148) (-1059 (-419 (-576)))))
+ (-5 *2 (-656 (-2 (|:| |frac| (-419 *7)) (|:| -3379 *3))))
+ (-5 *1 (-821 *6 *7 *3 *8)) (-4 *3 (-668 *7))
+ (-4 *8 (-668 (-419 *7)))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
+ (-12 (-5 *4 (-1 (-430 *6) *6)) (-4 *6 (-1264 *5))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
(-5 *2
- (-2 (|:| |done| (-656 *4))
- (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4))))))
- (-5 *1 (-1164 *5 *6 *7 *3 *4)) (-4 *4 (-1128 *5 *6 *7 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-253 *4 *5)) (-14 *4 (-656 (-1195))) (-4 *5 (-1068))
- (-5 *2 (-493 *4 *5)) (-5 *1 (-961 *4 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1139)) (-5 *1 (-971)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-568))
- (-4 *3 (-966 *7 *5 *6))
- (-5 *2
- (-2 (|:| -2125 (-783)) (|:| -1713 *3) (|:| |radicand| (-656 *3))))
- (-5 *1 (-970 *5 *6 *7 *3 *8)) (-5 *4 (-783))
- (-4 *8
- (-13 (-374)
- (-10 -8 (-15 -3567 ($ *3)) (-15 -1568 (*3 $)) (-15 -1579 (*3 $))))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1191 *2)) (-4 *2 (-966 (-419 (-969 *6)) *5 *4))
- (-5 *1 (-744 *5 *4 *6 *2)) (-4 *5 (-805))
- (-4 *4 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $)))))
- (-4 *6 (-568)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-518)) (-5 *1 (-115))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-518)) (-4 *4 (-1119)) (-5 *1 (-946 *4 *2))
- (-4 *2 (-442 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1195)) (-5 *4 (-518)) (-5 *2 (-326 (-576)))
- (-5 *1 (-947)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-112)))))
+ (-656 (-2 (|:| |frac| (-419 *6)) (|:| -3379 (-666 *6 (-419 *6))))))
+ (-5 *1 (-824 *5 *6)) (-5 *3 (-666 *6 (-419 *6))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-360)) (-5 *2 (-112)) (-5 *1 (-218 *4 *3))
- (-4 *3 (-1262 *4)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-207))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-656 (-390))) (-5 *2 (-390)) (-5 *1 (-207)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -2137)) (-5 *2 (-112)) (-5 *1 (-629))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -3859)) (-5 *2 (-112)) (-5 *1 (-629))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -3507)) (-5 *2 (-112)) (-5 *1 (-629))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -1402)) (-5 *2 (-112)) (-5 *1 (-703 *4))
- (-4 *4 (-625 (-874)))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-625 (-874))) (-5 *2 (-112))
- (-5 *1 (-703 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-1177))) (-5 *2 (-112)) (-5 *1 (-888))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-518))) (-5 *2 (-112)) (-5 *1 (-888))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-576))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1177))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-518))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-604))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-490))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-138))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-157))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1185))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-638))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1115))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1109))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1092))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-989))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-182))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1055))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-321))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-683))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-155))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1170))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-537))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1297))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1085))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-529))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-693))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-96))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1134))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-134))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-618))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-139))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-1296))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-688))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-220))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1156)) (-5 *3 (|[\|\|]| (-536))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-1177))) (-5 *2 (-112)) (-5 *1 (-1200))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-518))) (-5 *2 (-112)) (-5 *1 (-1200))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-227))) (-5 *2 (-112)) (-5 *1 (-1200))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-576))) (-5 *2 (-112)) (-5 *1 (-1200)))))
+ (-12 (-5 *2 (-1193 (-576))) (-5 *1 (-193)) (-5 *3 (-576))))
+ ((*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-795 *2)) (-4 *2 (-174))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1193 (-576))) (-5 *1 (-961)) (-5 *3 (-576)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4)))
- (-5 *2 (-2 (|:| |num| (-1286 *4)) (|:| |den| *4))))))
-(((*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-886)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-220))))
- ((*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-451))))
- ((*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-850))))
- ((*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-1134))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-1200))) (-5 *3 (-1200)) (-5 *1 (-1137)))))
-(((*1 *1) (-5 *1 (-449))))
-(((*1 *2 *3 *4 *5 *4)
- (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-112))
- (-5 *2 (-1054)) (-5 *1 (-757)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-656 (-656 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
- (-5 *4 (-656 (-3 (|:| |array| (-656 *3)) (|:| |scalar| (-1195)))))
- (-5 *6 (-656 (-1195))) (-5 *3 (-1195)) (-5 *2 (-1123))
- (-5 *1 (-409))))
- ((*1 *2 *3 *4 *5 *6 *3)
- (-12 (-5 *5 (-656 (-656 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
- (-5 *4 (-656 (-3 (|:| |array| (-656 *3)) (|:| |scalar| (-1195)))))
- (-5 *6 (-656 (-1195))) (-5 *3 (-1195)) (-5 *2 (-1123))
- (-5 *1 (-409))))
- ((*1 *2 *3 *4 *5 *4)
- (-12 (-5 *4 (-656 (-1195))) (-5 *5 (-1198)) (-5 *3 (-1195))
- (-5 *2 (-1123)) (-5 *1 (-409)))))
-(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-656 *1)) (-4 *1 (-317)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-390)) (-5 *1 (-97)))))
+ (-12 (-4 *1 (-1059 (-576))) (-4 *1 (-312)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-557)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-924 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-182))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-321))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-991))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1015))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1057))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1094)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-998 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-656 *7)) (-5 *3 (-112)) (-4 *7 (-1086 *4 *5 *6))
+ (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-5 *1 (-998 *4 *5 *6 *7)))))
+(((*1 *1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070))
+ (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-576)) (|has| *1 (-6 -4455)) (-4 *1 (-416))
+ (-5 *2 (-940)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-874)) (-5 *3 (-129)) (-5 *2 (-783)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-656 (-304 *4))) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862))
+ (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-940)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-464) (-1057 (-576)))) (-4 *3 (-568))
- (-5 *1 (-41 *3 *2)) (-4 *2 (-442 *3))
- (-4 *2
- (-13 (-374) (-312)
- (-10 -8 (-15 -1568 ((-1144 *3 (-624 $)) $))
- (-15 -1579 ((-1144 *3 (-624 $)) $))
- (-15 -3567 ($ (-1144 *3 (-624 $))))))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-703 (-885 (-983 *3) (-983 *3)))) (-5 *1 (-983 *3))
- (-4 *3 (-1119)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1131)) (-4 *3 (-1119)) (-5 *2 (-656 *1))
- (-4 *1 (-442 *3))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-656 (-905 *3))) (-5 *1 (-905 *3))
- (-4 *3 (-1119))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *2 (-656 *1)) (-4 *1 (-966 *3 *4 *5))))
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-968 *3 *4 *5)) (-4 *3 (-464))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-461 *3 *4 *5 *6)))))
+(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1207)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1178 (-656 (-576)))) (-5 *1 (-898))
+ (-5 *3 (-656 (-576)))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1068))
- (-4 *7 (-966 *6 *4 *5)) (-5 *2 (-656 *3))
- (-5 *1 (-967 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-374)
- (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $))
- (-15 -1579 (*7 $))))))))
-(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5)))))
-(((*1 *2 *3 *3 *1)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-3 *3 (-656 *1)))
- (-4 *1 (-1090 *4 *5 *6 *3)))))
-(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-124)))
- ((*1 *1 *1 *1) (-5 *1 (-1139))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 *4))
- (-5 *1 (-1091 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-874)))))
-(((*1 *2 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-766)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1191 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))))
-(((*1 *1 *1) (-12 (-4 *1 (-442 *2)) (-4 *2 (-1119)) (-4 *2 (-1068))))
- ((*1 *1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-684 *3)) (-4 *3 (-862))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-689 *3)) (-4 *3 (-862))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-831 *3)) (-4 *3 (-862)))))
+ (-12 (-5 *2 (-1178 (-656 (-576)))) (-5 *1 (-898))
+ (-5 *3 (-656 (-576))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 *2)) (-5 *1 (-498 *2)) (-4 *2 (-1264 (-576))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-783)) (-4 *4 (-374)) (-4 *5 (-1264 *4)) (-5 *2 (-1293))
+ (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1264 (-419 *5))) (-14 *7 *6))))
(((*1 *2 *1)
- (-12 (-4 *2 (-1119)) (-5 *1 (-981 *3 *2)) (-4 *3 (-1119)))))
-(((*1 *1 *1 *1) (-4 *1 (-113))) ((*1 *1 *1 *1) (-5 *1 (-874))))
+ (-12 (-4 *1 (-1124 *3 *2 *4 *5 *6)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *2 (-1121)))))
+(((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-384 *2)) (-4 *2 (-1238))
+ (-4 *2 (-862))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3 *3)) (|has| *1 (-6 -4465))
+ (-4 *1 (-384 *3)) (-4 *3 (-1238)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1288 (-656 (-2 (|:| -1688 *4) (|:| -2409 (-1141))))))
+ (-4 *4 (-360)) (-5 *2 (-701 *4)) (-5 *1 (-357 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-312)) (-5 *2 (-656 (-115))))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-576)) (-4 *4 (-174)) (-4 *5 (-384 *4))
+ (-4 *6 (-384 *4)) (-5 *1 (-700 *4 *5 *6 *2))
+ (-4 *2 (-699 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-558))))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-430 *3)) (-4 *3 (-568)) (-5 *1 (-431 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121)))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1029 *3)) (-4 *3 (-1236)) (-4 *3 (-1119))
- (-5 *2 (-112)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568))
- (-5 *2 (-112)))))
+ (-12 (-5 *2 (-2 (|:| -1751 *3) (|:| |coef2| (-794 *3))))
+ (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1070)))))
+(((*1 *2 *3 *4 *5 *3 *6 *3)
+ (-12 (-5 *3 (-576)) (-5 *5 (-171 (-227))) (-5 *6 (-1179))
+ (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-701 (-419 (-576)))) (-5 *2 (-656 *4)) (-5 *1 (-791 *4))
+ (-4 *4 (-13 (-374) (-860))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-783)) (-4 *4 (-374)) (-5 *1 (-913 *2 *4))
+ (-4 *2 (-1264 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-887 (-1202) (-783)))) (-5 *1 (-343)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-1195))) (-5 *2 (-1291)) (-5 *1 (-1238))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 (-1195))) (-5 *2 (-1291)) (-5 *1 (-1238)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *5 (-1177))
- (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-82 PDEF))))
- (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-83 BNDY)))) (-5 *2 (-1054))
- (-5 *1 (-762)))))
-(((*1 *2 *3) (-12 (-5 *3 (-656 (-52))) (-5 *2 (-1291)) (-5 *1 (-875)))))
+ (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-576))) (-5 *1 (-1068)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-1084)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *1 (-892 *2)) (-4 *2 (-1238))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *1 (-894 *2)) (-4 *2 (-1238))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-5 *1 (-897 *2)) (-4 *2 (-1238)))))
+(((*1 *2)
+ (-12 (-14 *4 *2) (-4 *5 (-1238)) (-5 *2 (-783))
+ (-5 *1 (-242 *3 *4 *5)) (-4 *3 (-243 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-333 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-132))
+ (-5 *2 (-783))))
+ ((*1 *2)
+ (-12 (-4 *4 (-374)) (-5 *2 (-783)) (-5 *1 (-338 *3 *4))
+ (-4 *3 (-339 *4))))
+ ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-372 *3)) (-4 *3 (-1121))))
+ ((*1 *2) (-12 (-4 *1 (-379)) (-5 *2 (-783))))
+ ((*1 *2 *1) (-12 (-4 *1 (-397 *3)) (-4 *3 (-1121)) (-5 *2 (-783))))
+ ((*1 *2)
+ (-12 (-4 *4 (-1121)) (-5 *2 (-783)) (-5 *1 (-436 *3 *4))
+ (-4 *3 (-437 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-783)) (-5 *1 (-661 *3 *4 *5)) (-4 *3 (-1121))
+ (-4 *4 (-23)) (-14 *5 *4)))
+ ((*1 *2)
+ (-12 (-4 *4 (-174)) (-4 *5 (-1264 *4)) (-5 *2 (-783))
+ (-5 *1 (-735 *3 *4 *5)) (-4 *3 (-736 *4 *5))))
+ ((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1027))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1082 *2 *3))
+ (-4 *3 (-1264 *2)))))
+(((*1 *1 *1) (-5 *1 (-1084))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479))))
+ ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))))
+(((*1 *1 *1) (-12 (-5 *1 (-512 *2)) (-14 *2 (-576))))
+ ((*1 *1 *1) (-5 *1 (-1141))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1197)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-714 *4 *5 *6 *7))
+ (-4 *4 (-626 (-548))) (-4 *5 (-1238)) (-4 *6 (-1238))
+ (-4 *7 (-1238)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-783)) (-5 *2 (-1261 *5 *4)) (-5 *1 (-1195 *4 *5 *6))
+ (-4 *4 (-1070)) (-14 *5 (-1197)) (-14 *6 *4)))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-783)) (-5 *2 (-1261 *5 *4)) (-5 *1 (-1280 *4 *5 *6))
+ (-4 *4 (-1070)) (-14 *5 (-1197)) (-14 *6 *4))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1215 *3 *4)) (-4 *3 (-1121))
+ (-4 *4 (-1121)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-792 *5 (-876 *6)))) (-5 *4 (-112)) (-4 *5 (-464))
- (-14 *6 (-656 (-1195)))
- (-5 *2
- (-656 (-1165 *5 (-543 (-876 *6)) (-876 *6) (-792 *5 (-876 *6)))))
- (-5 *1 (-640 *5 *6)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1068)) (-5 *2 (-1286 *3)) (-5 *1 (-724 *3 *4))
- (-4 *4 (-1262 *3)))))
-(((*1 *1 *1 *1) (-4 *1 (-557))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 (-656 *7) *7 (-1191 *7))) (-5 *5 (-1 (-430 *7) *7))
- (-4 *7 (-1262 *6)) (-4 *6 (-13 (-374) (-148) (-1057 (-419 (-576)))))
- (-5 *2 (-656 (-2 (|:| |frac| (-419 *7)) (|:| -4024 *3))))
- (-5 *1 (-821 *6 *7 *3 *8)) (-4 *3 (-668 *7))
- (-4 *8 (-668 (-419 *7)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-430 *6) *6)) (-4 *6 (-1262 *5))
- (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-5 *2
- (-656 (-2 (|:| |frac| (-419 *6)) (|:| -4024 (-666 *6 (-419 *6))))))
- (-5 *1 (-824 *5 *6)) (-5 *3 (-666 *6 (-419 *6))))))
-(((*1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1205)))))
-(((*1 *1 *1 *1) (-4 *1 (-113))) ((*1 *1 *1 *1) (-5 *1 (-874))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
+ (-12 (-5 *3 (-576)) (-5 *4 (-430 *2)) (-4 *2 (-968 *7 *5 *6))
+ (-5 *1 (-754 *5 *6 *7 *2)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-317)))))
+(((*1 *1) (-5 *1 (-145)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-270))) (-5 *2 (-1154 (-227))) (-5 *1 (-268))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1154 (-227))) (-5 *1 (-270)))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1215 *3 *4)) (-4 *3 (-1121))
+ (-4 *4 (-1121)))))
+(((*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290))))
+ ((*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174))
- (-5 *2 (-656 (-969 *4)))))
+ (-12 (-5 *3 (-1288 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174))
+ (-5 *2 (-656 (-971 *4)))))
((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-656 (-969 *4))) (-5 *1 (-428 *3 *4))
+ (-12 (-4 *4 (-174)) (-5 *2 (-656 (-971 *4))) (-5 *1 (-428 *3 *4))
(-4 *3 (-429 *4))))
((*1 *2)
- (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-656 (-969 *3)))))
+ (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-656 (-971 *3)))))
((*1 *2)
- (-12 (-5 *2 (-656 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6))
- (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3)))))
+ (-12 (-5 *2 (-656 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6))
+ (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3)))))
((*1 *2 *3)
- (-12 (-5 *3 (-1286 (-465 *4 *5 *6 *7))) (-5 *2 (-656 (-969 *4)))
+ (-12 (-5 *3 (-1288 (-465 *4 *5 *6 *7))) (-5 *2 (-656 (-971 *4)))
(-5 *1 (-465 *4 *5 *6 *7)) (-4 *4 (-568)) (-4 *4 (-174))
- (-14 *5 (-938)) (-14 *6 (-656 (-1195))) (-14 *7 (-1286 (-701 *4))))))
+ (-14 *5 (-940)) (-14 *6 (-656 (-1197))) (-14 *7 (-1288 (-701 *4))))))
+(((*1 *2 *3 *3 *3)
+ (|partial| -12
+ (-4 *4 (-13 (-148) (-27) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-4 *5 (-1264 *4)) (-5 *2 (-1193 (-419 *5))) (-5 *1 (-627 *4 *5))
+ (-5 *3 (-419 *5))))
+ ((*1 *2 *3 *3 *3 *4)
+ (|partial| -12 (-5 *4 (-1 (-430 *6) *6)) (-4 *6 (-1264 *5))
+ (-4 *5 (-13 (-148) (-27) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-5 *2 (-1193 (-419 *6))) (-5 *1 (-627 *5 *6)) (-5 *3 (-419 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1293)) (-5 *1 (-390)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-512 *2)) (-14 *2 (-576))))
+ ((*1 *1 *1 *1) (-5 *1 (-1141))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-1264 (-576))) (-5 *1 (-498 *3)))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1178 *3)) (-4 *3 (-1121))
+ (-4 *3 (-1238)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-783)) (-4 *5 (-360)) (-4 *6 (-1264 *5))
+ (-5 *2
+ (-656
+ (-2 (|:| -1726 (-701 *6)) (|:| |basisDen| *6)
+ (|:| |basisInv| (-701 *6)))))
+ (-5 *1 (-510 *5 *6 *7))
+ (-5 *3
+ (-2 (|:| -1726 (-701 *6)) (|:| |basisDen| *6)
+ (|:| |basisInv| (-701 *6))))
+ (-4 *7 (-1264 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1179)) (-5 *1 (-315)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-518)) (-5 *3 (-656 (-890))) (-5 *1 (-495)))))
+(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-945)))))
(((*1 *2 *3 *2)
- (|partial| -12 (-5 *3 (-938)) (-5 *1 (-454 *2))
- (-4 *2 (-1262 (-576)))))
+ (|partial| -12 (-5 *3 (-940)) (-5 *1 (-454 *2))
+ (-4 *2 (-1264 (-576)))))
((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-938)) (-5 *4 (-783)) (-5 *1 (-454 *2))
- (-4 *2 (-1262 (-576)))))
+ (|partial| -12 (-5 *3 (-940)) (-5 *4 (-783)) (-5 *1 (-454 *2))
+ (-4 *2 (-1264 (-576)))))
((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-938)) (-5 *4 (-656 (-783))) (-5 *1 (-454 *2))
- (-4 *2 (-1262 (-576)))))
+ (|partial| -12 (-5 *3 (-940)) (-5 *4 (-656 (-783))) (-5 *1 (-454 *2))
+ (-4 *2 (-1264 (-576)))))
((*1 *2 *3 *2 *4 *5)
- (|partial| -12 (-5 *3 (-938)) (-5 *4 (-656 (-783))) (-5 *5 (-783))
- (-5 *1 (-454 *2)) (-4 *2 (-1262 (-576)))))
+ (|partial| -12 (-5 *3 (-940)) (-5 *4 (-656 (-783))) (-5 *5 (-783))
+ (-5 *1 (-454 *2)) (-4 *2 (-1264 (-576)))))
((*1 *2 *3 *2 *4 *5 *6)
- (|partial| -12 (-5 *3 (-938)) (-5 *4 (-656 (-783))) (-5 *5 (-783))
- (-5 *6 (-112)) (-5 *1 (-454 *2)) (-4 *2 (-1262 (-576)))))
+ (|partial| -12 (-5 *3 (-940)) (-5 *4 (-656 (-783))) (-5 *5 (-783))
+ (-5 *6 (-112)) (-5 *1 (-454 *2)) (-4 *2 (-1264 (-576)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-938)) (-5 *4 (-430 *2)) (-4 *2 (-1262 *5))
- (-5 *1 (-456 *5 *2)) (-4 *5 (-1068)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-576)) (-4 *1 (-1112 *3)) (-4 *3 (-1236)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1191 *1)) (-5 *3 (-1195)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-1191 *1)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-969 *1)) (-4 *1 (-27))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1195)) (-4 *1 (-29 *3)) (-4 *3 (-568))))
+ (-12 (-5 *3 (-940)) (-5 *4 (-430 *2)) (-4 *2 (-1264 *5))
+ (-5 *1 (-456 *5 *2)) (-4 *5 (-1070)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-656 (-962 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-962 *3))) (-4 *3 (-1070)) (-4 *1 (-1155 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 (-656 *3))) (-4 *1 (-1155 *3)) (-4 *3 (-1070))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 (-962 *3))) (-4 *1 (-1155 *3)) (-4 *3 (-1070)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-322)) (-5 *1 (-306))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-1179))) (-5 *2 (-322)) (-5 *1 (-306))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-322)) (-5 *1 (-306))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-656 (-1179))) (-5 *3 (-1179)) (-5 *2 (-322))
+ (-5 *1 (-306)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1160))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-512 *2)) (-14 *2 (-576))))
+ ((*1 *1 *1 *1) (-5 *1 (-1141))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-862)) (-5 *2 (-656 (-656 (-656 *4))))
+ (-5 *1 (-1208 *4)) (-5 *3 (-656 (-656 *4))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-805))
+ (-4 *5 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $))))) (-4 *6 (-568))
+ (-5 *2 (-2 (|:| -3900 (-971 *6)) (|:| -4201 (-971 *6))))
+ (-5 *1 (-744 *4 *5 *6 *3)) (-4 *3 (-968 (-419 (-971 *6)) *4 *5)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 *4)) (-4 *4 (-860)) (-4 *4 (-374)) (-5 *2 (-783))
+ (-5 *1 (-964 *4 *5)) (-4 *5 (-1264 *4)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1193 *1)) (-5 *3 (-1197)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1193 *1)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-971 *1)) (-4 *1 (-27))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1197)) (-4 *1 (-29 *3)) (-4 *3 (-568))))
((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-568))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1191 *2)) (-5 *4 (-1195)) (-4 *2 (-442 *5))
+ (-12 (-5 *3 (-1193 *2)) (-5 *4 (-1197)) (-4 *2 (-442 *5))
(-5 *1 (-32 *5 *2)) (-4 *5 (-568))))
((*1 *1 *2 *3)
- (|partial| -12 (-5 *2 (-1191 *1)) (-5 *3 (-938)) (-4 *1 (-1031))))
+ (|partial| -12 (-5 *2 (-1193 *1)) (-5 *3 (-940)) (-4 *1 (-1033))))
((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-1191 *1)) (-5 *3 (-938)) (-5 *4 (-874))
- (-4 *1 (-1031))))
+ (|partial| -12 (-5 *2 (-1193 *1)) (-5 *3 (-940)) (-5 *4 (-876))
+ (-4 *1 (-1033))))
((*1 *1 *2 *3)
- (|partial| -12 (-5 *3 (-938)) (-4 *4 (-13 (-860) (-374)))
- (-4 *1 (-1087 *4 *2)) (-4 *2 (-1262 *4)))))
+ (|partial| -12 (-5 *3 (-940)) (-4 *4 (-13 (-860) (-374)))
+ (-4 *1 (-1089 *4 *2)) (-4 *2 (-1264 *4)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1193 *6)) (-5 *3 (-576)) (-4 *6 (-317)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-5 *1 (-754 *4 *5 *6 *7)) (-4 *7 (-968 *6 *4 *5)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940))
+ (-4 *4 (-1070)))))
+(((*1 *2 *3 *3 *2)
+ (|partial| -12 (-5 *2 (-783))
+ (-4 *3 (-13 (-738) (-379) (-10 -7 (-15 ** (*3 *3 (-576))))))
+ (-5 *1 (-251 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-946)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-541))))
+ ((*1 *1 *2) (-12 (-5 *2 (-400)) (-5 *1 (-541)))))
+(((*1 *1)
+ (-12 (-4 *1 (-416)) (-2300 (|has| *1 (-6 -4455)))
+ (-2300 (|has| *1 (-6 -4447)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-437 *2)) (-4 *2 (-1121)) (-4 *2 (-862))))
+ ((*1 *1) (-4 *1 (-856))) ((*1 *1 *1 *1) (-4 *1 (-862)))
+ ((*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-862)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))))
+(((*1 *2 *3 *4 *2 *2 *5)
+ (|partial| -12 (-5 *2 (-855 *4)) (-5 *3 (-624 *4)) (-5 *5 (-112))
+ (-4 *4 (-13 (-1223) (-29 *6)))
+ (-4 *6 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-226 *6 *4)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
(((*1 *1) (-5 *1 (-142))) ((*1 *1 *1) (-5 *1 (-145)))
- ((*1 *1 *1) (-4 *1 (-1163))))
+ ((*1 *1 *1) (-4 *1 (-1165))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1115 (-855 (-390)))) (-5 *2 (-1115 (-855 (-227))))
+ (-5 *1 (-315)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-516 *3 *4 *5 *6))) (-4 *3 (-374)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862))
+ (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-968 *2 *3 *4))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-656 *1)) (-4 *1 (-1092 *4 *5 *6 *3)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-656 *1)) (-5 *3 (-656 *7)) (-4 *1 (-1092 *4 *5 *6 *7))
+ (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *1))
+ (-4 *1 (-1092 *4 *5 *6 *7))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-656 *1))
+ (-4 *1 (-1092 *4 *5 *6 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *2 *3 *3 *4)
+ (-12 (-5 *4 (-783)) (-4 *3 (-568)) (-5 *1 (-990 *3 *2))
+ (-4 *2 (-1264 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1082 *2 *3))
+ (-4 *3 (-1264 *2)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-576))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1070))
+ (-14 *4 (-656 (-1197)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *1 *1) (-4 *1 (-294)))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197)))
+ (-14 *3 (-656 (-1197))) (-4 *4 (-399))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-676 *3 *4)) (-4 *3 (-862))
+ (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-5 *1 (-639 *3 *4 *5))
+ (-14 *5 (-940))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-783)) (-4 *4 (-13 (-1070) (-729 (-419 (-576)))))
+ (-4 *5 (-862)) (-5 *1 (-1304 *4 *5 *2)) (-4 *2 (-1309 *5 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-5 *1 (-1308 *3 *4))
+ (-4 *4 (-729 (-419 (-576)))) (-4 *3 (-862)) (-4 *4 (-174)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-1197)) (-5 *1 (-598 *2)) (-4 *2 (-1059 *3))
+ (-4 *2 (-374))))
+ ((*1 *1 *2 *2) (-12 (-5 *1 (-598 *2)) (-4 *2 (-374))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1197)) (-4 *4 (-568)) (-5 *1 (-642 *4 *2))
+ (-4 *2 (-13 (-442 *4) (-1023) (-1223)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1113 *2)) (-4 *2 (-13 (-442 *4) (-1023) (-1223)))
+ (-4 *4 (-568)) (-5 *1 (-642 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-978)) (-5 *2 (-1197))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1113 *1)) (-4 *1 (-978)))))
+(((*1 *1 *2 *2)
+ (-12 (-5 *2 (-783)) (-4 *3 (-1070)) (-4 *1 (-699 *3 *4 *5))
+ (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-783)) (-4 *1 (-1286 *3)) (-4 *3 (-23)) (-4 *3 (-1238)))))
+(((*1 *1 *1 *1 *1) (-5 *1 (-876))) ((*1 *1 *1 *1) (-5 *1 (-876)))
+ ((*1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-518)) (-5 *2 (-112)) (-5 *1 (-115)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-922 *3)) (-4 *3 (-1121)) (-5 *2 (-1123 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1123 *3)) (-5 *1 (-923 *3)) (-4 *3 (-1121)))))
(((*1 *1 *2)
(-12
(-5 *2
(-656
(-2
- (|:| -4298
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
+ (|:| -2240
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
(|:| |relerr| (-227))))
- (|:| -4437
+ (|:| -2904
(-2
(|:| |endPointContinuity|
(-3 (|:| |continuous| "Continuous at the end points")
@@ -10356,10 +12985,10 @@
(|:| |notEvaluated|
"End point continuity not yet evaluated")))
(|:| |singularitiesStream|
- (-3 (|:| |str| (-1176 (-227)))
+ (-3 (|:| |str| (-1178 (-227)))
(|:| |notEvaluated|
"Internal singularities not yet evaluated")))
- (|:| -3954
+ (|:| -3646
(-3 (|:| |finite| "The range is finite")
(|:| |lowerInfinite|
"The bottom of range is infinite")
@@ -10368,1574 +12997,641 @@
"Both top and bottom points are infinite")
(|:| |notEvaluated| "Range not yet evaluated"))))))))
(-5 *1 (-571)))))
-(((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-656 (-1286 *4))) (-5 *1 (-377 *3 *4))
- (-4 *3 (-378 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-4 *3 (-568))
- (-5 *2 (-656 (-1286 *3))))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-922 *4)) (-4 *4 (-1119)) (-5 *2 (-656 (-783)))
- (-5 *1 (-921 *4)))))
-(((*1 *1 *1) (-4 *1 (-113))) ((*1 *1 *1) (-5 *1 (-874))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-783)) (-5 *1 (-868 *2)) (-4 *2 (-38 (-419 (-576))))
- (-4 *2 (-174)))))
+(((*1 *1 *1 *2 *1) (-12 (-5 *1 (-128 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *2) (-12 (-5 *1 (-128 *2)) (-4 *2 (-1121)))))
(((*1 *2 *1 *1)
- (-12 (-4 *3 (-568)) (-4 *3 (-1068))
- (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-864 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-99 *5)) (-4 *5 (-568)) (-4 *5 (-1068))
- (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3))) (-5 *1 (-865 *5 *3))
- (-4 *3 (-864 *5)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-656 *1)) (-4 *1 (-1084 *4 *5 *6)) (-4 *4 (-1068))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-5 *2 (-112))))
- ((*1 *2 *3 *1 *4)
- (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *1 (-1229 *5 *6 *7 *3))
- (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-966 *4 *5 *6)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1291))
- (-5 *1 (-461 *4 *5 *6 *7)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-173)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938))
- (-4 *4 (-1068)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-5 *1 (-1166 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934))))
- ((*1 *2 *3) (-12 (-5 *3 (-990)) (-5 *2 (-921 (-576))) (-5 *1 (-934)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *6 (-1177))
- (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1054)) (-5 *3 (-1195)) (-5 *1 (-194)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-4 *3 (-174)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-5 *1 (-700 *3 *4 *5 *2))
- (-4 *2 (-699 *3 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-656 *3)) (-4 *3 (-1236)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *3 (-783)) (-4 *4 (-13 (-568) (-148)))
- (-5 *1 (-1256 *4 *2)) (-4 *2 (-1262 *4)))))
-(((*1 *2)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-5 *2 (-701 (-419 *4))))))
-(((*1 *2) (-12 (-5 *2 (-656 (-938))) (-5 *1 (-1289))))
- ((*1 *2 *2) (-12 (-5 *2 (-656 (-938))) (-5 *1 (-1289)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1163)) (-5 *2 (-142))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1163)) (-5 *2 (-145)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-701 (-419 (-969 (-576)))))
- (-5 *2 (-656 (-701 (-326 (-576))))) (-5 *1 (-1050)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-112)) (-5 *3 (-656 (-270))) (-5 *1 (-268))))
- ((*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-270)))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-1286
- (-2 (|:| |scaleX| (-227)) (|:| |scaleY| (-227))
- (|:| |deltaX| (-227)) (|:| |deltaY| (-227)) (|:| -2595 (-576))
- (|:| -4136 (-576)) (|:| |spline| (-576)) (|:| -2526 (-576))
- (|:| |axesColor| (-886)) (|:| -2323 (-576))
- (|:| |unitsColor| (-886)) (|:| |showing| (-576)))))
- (-5 *1 (-1287)))))
-(((*1 *2 *3 *4 *5 *4 *4 *4)
- (-12 (-4 *6 (-862)) (-5 *3 (-656 *6)) (-5 *5 (-656 *3))
- (-5 *2
- (-2 (|:| |f1| *3) (|:| |f2| (-656 *5)) (|:| |f3| *5)
- (|:| |f4| (-656 *5))))
- (-5 *1 (-1206 *6)) (-5 *4 (-656 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
- ((*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *1 *1) (-4 *1 (-1158))))
-(((*1 *2 *3) (-12 (-5 *3 (-969 (-227))) (-5 *2 (-227)) (-5 *1 (-315)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-31))))
- ((*1 *2 *1) (-12 (-5 *2 (-1200)) (-5 *1 (-49))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-1154))) (-5 *1 (-134))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-1154))) (-5 *1 (-139))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-155))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-1154))) (-5 *1 (-162))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-220))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-688))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1038))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1085))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-1154))) (-5 *1 (-1115)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1029 *3)) (-4 *3 (-1236)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1222 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-905 *4)) (-4 *4 (-1119)) (-5 *1 (-903 *4 *3))
- (-4 *3 (-1236))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-52)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1163)) (-5 *2 (-142))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1163)) (-5 *2 (-145)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-783)) (-5 *4 (-1286 *2)) (-4 *5 (-317))
- (-4 *6 (-1011 *5)) (-4 *2 (-13 (-421 *6 *7) (-1057 *6)))
- (-5 *1 (-425 *5 *6 *7 *2)) (-4 *7 (-1262 *6)))))
-(((*1 *2 *3 *3 *3 *4 *5 *4 *6)
- (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227)))
- (-5 *5 (-1113 (-227))) (-5 *6 (-576)) (-5 *2 (-1231 (-943)))
- (-5 *1 (-328))))
- ((*1 *2 *3 *3 *3 *4 *5 *4 *6 *7)
- (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227)))
- (-5 *5 (-1113 (-227))) (-5 *6 (-576)) (-5 *7 (-1177))
- (-5 *2 (-1231 (-943))) (-5 *1 (-328))))
- ((*1 *2 *3 *3 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227)))
- (-5 *5 (-1113 (-227))) (-5 *6 (-227)) (-5 *7 (-576))
- (-5 *2 (-1231 (-943))) (-5 *1 (-328))))
- ((*1 *2 *3 *3 *3 *4 *5 *6 *7 *8)
- (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227)))
- (-5 *5 (-1113 (-227))) (-5 *6 (-227)) (-5 *7 (-576)) (-5 *8 (-1177))
- (-5 *2 (-1231 (-943))) (-5 *1 (-328)))))
-(((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *4 (-227))
- (-5 *2
- (-2 (|:| |brans| (-656 (-656 (-960 *4))))
- (|:| |xValues| (-1113 *4)) (|:| |yValues| (-1113 *4))))
- (-5 *1 (-154)) (-5 *3 (-656 (-656 (-960 *4)))))))
-(((*1 *1) (-5 *1 (-158)))
- ((*1 *2 *1) (-12 (-4 *1 (-1063 *2)) (-4 *2 (-23)))))
-(((*1 *1 *1 *1) (-5 *1 (-874))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3)
- (-12 (-5 *5 (-701 (-227))) (-5 *6 (-701 (-576))) (-5 *3 (-576))
- (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-764)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-185 (-140)))) (-5 *1 (-141)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-96))))
- ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-109))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-375 *2 *3)) (-4 *3 (-1119)) (-4 *2 (-1119))))
- ((*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-1177))))
- ((*1 *2 *1) (-12 (-5 *2 (-1195)) (-5 *1 (-450 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-495))))
- ((*1 *2 *1) (-12 (-4 *1 (-847 *2)) (-4 *2 (-1119))))
- ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-877))))
- ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-982))))
- ((*1 *2 *1) (-12 (-5 *2 (-1195)) (-5 *1 (-1094 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-1134))))
- ((*1 *1 *1) (-5 *1 (-1195))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1177)) (-5 *3 (-835)) (-5 *1 (-834)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-568)) (-5 *1 (-635 *2 *3)) (-4 *3 (-1262 *2)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-120 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 (-112) *7 (-656 *7))) (-4 *1 (-1229 *4 *5 *6 *7))
- (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-336 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-804))
- (-4 *2 (-464))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-353 *2 *3 *4)) (-4 *2 (-1240)) (-4 *3 (-1262 *2))
- (-4 *4 (-1262 (-419 *3)))))
- ((*1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-464))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-966 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *2 (-862)) (-4 *3 (-464))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-966 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *2 (-464))))
- ((*1 *2 *2 *3)
- (-12 (-4 *3 (-317)) (-4 *3 (-568)) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-1262 *3)))))
-(((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-62 *3)) (-14 *3 (-1195))))
- ((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-69 *3)) (-14 *3 (-1195))))
- ((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-72 *3)) (-14 *3 (-1195))))
- ((*1 *2 *1) (-12 (-4 *1 (-407)) (-5 *2 (-1291))))
- ((*1 *2 *3) (-12 (-5 *3 (-400)) (-5 *2 (-1291)) (-5 *1 (-409))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1177)) (-5 *4 (-874)) (-5 *2 (-1291)) (-5 *1 (-1157))))
- ((*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1291)) (-5 *1 (-1157))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-874))) (-5 *2 (-1291)) (-5 *1 (-1157)))))
-(((*1 *2 *1 *3 *3)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-616 *3 *4)) (-4 *3 (-1119))
- (-4 *4 (-1236)) (-5 *2 (-1291)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-783)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-317)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4))
- (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3)))
- (-5 *1 (-1143 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))))
-(((*1 *1 *1) (-12 (-5 *1 (-1222 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-112)) (-5 *5 (-1121 (-783))) (-5 *6 (-783))
- (-5 *2
- (-2 (|:| |contp| (-576))
- (|:| -1840 (-656 (-2 (|:| |irr| *3) (|:| -4027 (-576)))))))
- (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-656 *6)) (-4 *6 (-862)) (-4 *4 (-374)) (-4 *5 (-805))
- (-5 *1 (-516 *4 *5 *6 *2)) (-4 *2 (-966 *4 *5 *6))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-1224 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-419 *5)) (-4 *4 (-1242)) (-4 *5 (-1264 *4))
+ (-5 *1 (-149 *4 *5 *2)) (-4 *2 (-1264 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1199 (-419 (-576)))) (-5 *2 (-419 (-576)))
+ (-5 *1 (-192))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-701 (-326 (-227)))) (-5 *3 (-656 (-1197)))
+ (-5 *4 (-1288 (-326 (-227)))) (-5 *1 (-207))))
((*1 *1 *1 *2)
- (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *1 (-516 *3 *4 *5 *2)) (-4 *2 (-966 *3 *4 *5)))))
-(((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-403)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4)))
- (-5 *1 (-717 *3 *4)) (-4 *3 (-1236)) (-4 *4 (-1236)))))
-(((*1 *1) (-5 *1 (-609))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-432 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1221) (-442 *3)))
- (-14 *4 (-1195)) (-14 *5 *2)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-4 *2 (-13 (-27) (-1221) (-442 *3) (-10 -8 (-15 -3567 ($ *4)))))
- (-4 *4 (-860))
- (-4 *5
- (-13 (-1264 *2 *4) (-374) (-1221)
- (-10 -8 (-15 -2770 ($ $)) (-15 -2092 ($ $)))))
- (-5 *1 (-434 *3 *2 *4 *5 *6 *7)) (-4 *6 (-1002 *5))
- (-14 *7 (-1195)))))
-(((*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10)
- (|partial| -12 (-5 *2 (-656 (-1191 *13))) (-5 *3 (-1191 *13))
- (-5 *4 (-656 *12)) (-5 *5 (-656 *10)) (-5 *6 (-656 *13))
- (-5 *7 (-656 (-656 (-2 (|:| -3171 (-783)) (|:| |pcoef| *13)))))
- (-5 *8 (-656 (-783))) (-5 *9 (-1286 (-656 (-1191 *10))))
- (-4 *12 (-862)) (-4 *10 (-317)) (-4 *13 (-966 *10 *11 *12))
- (-4 *11 (-805)) (-5 *1 (-719 *11 *12 *10 *13)))))
-(((*1 *2 *2) (-12 (-5 *1 (-599 *2)) (-4 *2 (-557)))))
-(((*1 *2 *1) (-12 (-5 *2 (-215 4 (-130))) (-5 *1 (-591)))))
-(((*1 *2 *1) (-12 (-5 *2 (-990)) (-5 *1 (-1311)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-480)) (-5 *3 (-656 (-270))) (-5 *1 (-1287))))
- ((*1 *1 *1) (-5 *1 (-1287))))
-(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
- (|:| |relerr| (-227))))
- (-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| (-1176 (-227)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -3954
- (-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 (-571)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-568) (-148))) (-5 *1 (-549 *3 *2))
- (-4 *2 (-1277 *3))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-4 *4 (-1262 *3))
- (-4 *5 (-736 *3 *4)) (-5 *1 (-553 *3 *4 *5 *2)) (-4 *2 (-1277 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-5 *1 (-554 *3 *2))
- (-4 *2 (-1277 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-13 (-568) (-148)))
- (-5 *1 (-1172 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-400)) (-5 *2 (-1291)) (-5 *1 (-403))))
- ((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-403)))))
-(((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-783)) (-5 *1 (-166 *3 *4))
- (-4 *3 (-167 *4))))
- ((*1 *2)
- (-12 (-14 *4 *2) (-4 *5 (-1236)) (-5 *2 (-783))
- (-5 *1 (-242 *3 *4 *5)) (-4 *3 (-243 *4 *5))))
- ((*1 *2)
- (-12 (-4 *4 (-1119)) (-5 *2 (-783)) (-5 *1 (-441 *3 *4))
- (-4 *3 (-442 *4))))
- ((*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-556 *3)) (-4 *3 (-557))))
- ((*1 *2) (-12 (-4 *1 (-775)) (-5 *2 (-783))))
- ((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-783)) (-5 *1 (-808 *3 *4))
- (-4 *3 (-809 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-1010 *3 *4))
- (-4 *3 (-1011 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-783)) (-5 *1 (-1015 *3 *4))
- (-4 *3 (-1016 *4))))
- ((*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1030 *3)) (-4 *3 (-1031))))
- ((*1 *2) (-12 (-4 *1 (-1068)) (-5 *2 (-783))))
- ((*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1078 *3)) (-4 *3 (-1079)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-938)) (-5 *4 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1287)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-576))) (-4 *3 (-1068)) (-5 *1 (-607 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-576))) (-4 *1 (-1246 *3)) (-4 *3 (-1068))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-576))) (-4 *1 (-1277 *3)) (-4 *3 (-1068)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(((*1 *1 *2 *2) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1221))))))
-(((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
- (-4 *3 (-378 *4))))
- ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-1195))) (-5 *1 (-1199)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-995 *3 *4 *2 *5)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-1084 *3 *4 *2)) (-4 *2 (-862))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *2 (-862)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568))
- (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-568))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3495 *3)))
- (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1170)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-121 *3)) (-4 *3 (-1262 (-576)))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-121 *3)) (-4 *3 (-1262 (-576))))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-1310 *3 *4)) (-4 *1 (-385 *3 *4)) (-4 *3 (-862))
- (-4 *4 (-174))))
- ((*1 *1 *1 *1) (|partial| -12 (-4 *1 (-397 *2)) (-4 *2 (-1119))))
- ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-831 *2)) (-4 *2 (-862))))
+ (-12 (-5 *2 (-656 (-304 *3))) (-4 *3 (-319 *3)) (-4 *3 (-1121))
+ (-4 *3 (-1238)) (-5 *1 (-304 *3))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068))))
+ (-12 (-4 *2 (-319 *2)) (-4 *2 (-1121)) (-4 *2 (-1238))
+ (-5 *1 (-304 *2))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-1 *1 *1)) (-4 *1 (-312))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-1 *1 (-656 *1))) (-4 *1 (-312))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 (-115))) (-5 *3 (-656 (-1 *1 (-656 *1))))
+ (-4 *1 (-312))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 (-115))) (-5 *3 (-656 (-1 *1 *1))) (-4 *1 (-312))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-1 *1 *1)) (-4 *1 (-312))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-1 *1 (-656 *1))) (-4 *1 (-312))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 (-1197))) (-5 *3 (-656 (-1 *1 (-656 *1))))
+ (-4 *1 (-312))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 (-1197))) (-5 *3 (-656 (-1 *1 *1))) (-4 *1 (-312))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-831 *3)) (-4 *1 (-1303 *3 *4)) (-4 *3 (-862))
- (-4 *4 (-1068))))
+ (-12 (-5 *2 (-656 (-304 *3))) (-4 *1 (-319 *3)) (-4 *3 (-1121))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-656 (-960 (-227))))) (-5 *2 (-656 (-227)))
- (-5 *1 (-480)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-920 *3)) (-4 *3 (-1119)) (-5 *2 (-1121 *3))))
- ((*1 *2 *1 *3)
- (-12 (-4 *4 (-1119)) (-5 *2 (-1121 (-656 *4))) (-5 *1 (-921 *4))
- (-5 *3 (-656 *4))))
- ((*1 *2 *1 *3)
- (-12 (-4 *4 (-1119)) (-5 *2 (-1121 (-1121 *4))) (-5 *1 (-921 *4))
- (-5 *3 (-1121 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *2 (-1121 *3)) (-5 *1 (-921 *3)) (-4 *3 (-1119)))))
-(((*1 *2)
- (-12 (-5 *2 (-1291)) (-5 *1 (-1213 *3 *4)) (-4 *3 (-1119))
- (-4 *4 (-1119)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-944)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-254)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 (-449)))))
- (-5 *1 (-1199)))))
-(((*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-112)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-4 *4 (-1011 *3)) (-5 *1 (-143 *3 *4 *2))
- (-4 *2 (-384 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *5 (-1011 *4)) (-4 *2 (-384 *4))
- (-5 *1 (-515 *4 *5 *2 *3)) (-4 *3 (-384 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-701 *5)) (-4 *5 (-1011 *4)) (-4 *4 (-568))
- (-5 *2 (-701 *4)) (-5 *1 (-705 *4 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-4 *4 (-1011 *3)) (-5 *1 (-1255 *3 *4 *2))
- (-4 *2 (-1262 *4)))))
-(((*1 *2 *3 *3 *3 *4 *5)
- (-12 (-5 *5 (-656 (-656 (-227)))) (-5 *4 (-227))
- (-5 *2 (-656 (-960 *4))) (-5 *1 (-1232)) (-5 *3 (-960 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-5 *1 (-337 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-5 *1 (-528 *3 *4))
- (-14 *4 (-576)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-656 (-270))) (-5 *4 (-1195))
- (-5 *1 (-269 *2)) (-4 *2 (-1236))))
+ (-12 (-5 *2 (-304 *3)) (-4 *1 (-319 *3)) (-4 *3 (-1121))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-656 (-270))) (-5 *4 (-1195)) (-5 *2 (-52))
- (-5 *1 (-270)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-109))) (-5 *1 (-177)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-2 (|:| -1827 (-1191 *6)) (|:| -2125 (-576)))))
- (-4 *6 (-317)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-576))
- (-5 *1 (-754 *4 *5 *6 *7)) (-4 *7 (-966 *6 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))))
-(((*1 *2 *3 *3 *2) (-12 (-5 *2 (-390)) (-5 *3 (-1177)) (-5 *1 (-97))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-390)) (-5 *3 (-1177)) (-5 *1 (-97)))))
+ (-12 (-5 *3 (-1 *2 (-576))) (-5 *4 (-1199 (-419 (-576))))
+ (-5 *1 (-320 *2)) (-4 *2 (-38 (-419 (-576))))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 *4)) (-5 *3 (-656 *1)) (-4 *1 (-385 *4 *5))
+ (-4 *4 (-862)) (-4 *5 (-174))))
+ ((*1 *1 *1 *2 *1)
+ (-12 (-4 *1 (-385 *2 *3)) (-4 *2 (-862)) (-4 *3 (-174))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-783)) (-5 *4 (-1 *1 *1))
+ (-4 *1 (-442 *5)) (-4 *5 (-1121)) (-4 *5 (-1070))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1197)) (-5 *3 (-783)) (-5 *4 (-1 *1 (-656 *1)))
+ (-4 *1 (-442 *5)) (-4 *5 (-1121)) (-4 *5 (-1070))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-656 (-1197))) (-5 *3 (-656 (-783)))
+ (-5 *4 (-656 (-1 *1 (-656 *1)))) (-4 *1 (-442 *5)) (-4 *5 (-1121))
+ (-4 *5 (-1070))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-656 (-1197))) (-5 *3 (-656 (-783)))
+ (-5 *4 (-656 (-1 *1 *1))) (-4 *1 (-442 *5)) (-4 *5 (-1121))
+ (-4 *5 (-1070))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-656 (-115))) (-5 *3 (-656 *1)) (-5 *4 (-1197))
+ (-4 *1 (-442 *5)) (-4 *5 (-1121)) (-4 *5 (-626 (-548)))))
+ ((*1 *1 *1 *2 *1 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-1197)) (-4 *1 (-442 *4)) (-4 *4 (-1121))
+ (-4 *4 (-626 (-548)))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-442 *2)) (-4 *2 (-1121)) (-4 *2 (-626 (-548)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 (-1197))) (-4 *1 (-442 *3)) (-4 *3 (-1121))
+ (-4 *3 (-626 (-548)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1197)) (-4 *1 (-442 *3)) (-4 *3 (-1121))
+ (-4 *3 (-626 (-548)))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-4 *1 (-526 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1238))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 *4)) (-5 *3 (-656 *5)) (-4 *1 (-526 *4 *5))
+ (-4 *4 (-1121)) (-4 *5 (-1238))))
+ ((*1 *2 *1 *2)
+ (-12 (-5 *2 (-845 *3)) (-4 *3 (-374)) (-5 *1 (-730 *3))))
+ ((*1 *2 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374))))
+ ((*1 *2 *2 *3 *2)
+ (-12 (-5 *2 (-419 (-971 *4))) (-5 *3 (-1197)) (-4 *4 (-568))
+ (-5 *1 (-1064 *4))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-1197))) (-5 *4 (-656 (-419 (-971 *5))))
+ (-5 *2 (-419 (-971 *5))) (-4 *5 (-568)) (-5 *1 (-1064 *5))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-304 (-419 (-971 *4)))) (-5 *2 (-419 (-971 *4)))
+ (-4 *4 (-568)) (-5 *1 (-1064 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-656 (-304 (-419 (-971 *4))))) (-5 *2 (-419 (-971 *4)))
+ (-4 *4 (-568)) (-5 *1 (-1064 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1266 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804))
+ (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1178 *3)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-702 *3)))))
(((*1 *2)
- (-12 (-4 *3 (-1240)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4)))
- (-5 *2 (-1286 *1)) (-4 *1 (-353 *3 *4 *5))))
- ((*1 *2)
- (-12 (-4 *3 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $)))))
- (-4 *4 (-1262 *3))
- (-5 *2
- (-2 (|:| -4156 (-701 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-701 *3))))
- (-5 *1 (-361 *3 *4 *5)) (-4 *5 (-421 *3 *4))))
- ((*1 *2)
- (-12 (-4 *3 (-1262 (-576)))
- (-5 *2
- (-2 (|:| -4156 (-701 (-576))) (|:| |basisDen| (-576))
- (|:| |basisInv| (-701 (-576)))))
- (-5 *1 (-780 *3 *4)) (-4 *4 (-421 (-576) *3))))
- ((*1 *2)
- (-12 (-4 *3 (-360)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 *4))
- (-5 *2
- (-2 (|:| -4156 (-701 *4)) (|:| |basisDen| *4)
- (|:| |basisInv| (-701 *4))))
- (-5 *1 (-1004 *3 *4 *5 *6)) (-4 *6 (-736 *4 *5))))
+ (-12 (-4 *4 (-1242)) (-4 *5 (-1264 *4)) (-4 *6 (-1264 (-419 *5)))
+ (-5 *2 (-783)) (-5 *1 (-352 *3 *4 *5 *6)) (-4 *3 (-353 *4 *5 *6))))
((*1 *2)
- (-12 (-4 *3 (-360)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 *4))
- (-5 *2
- (-2 (|:| -4156 (-701 *4)) (|:| |basisDen| *4)
- (|:| |basisInv| (-701 *4))))
- (-5 *1 (-1295 *3 *4 *5 *6)) (-4 *6 (-421 *4 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-568) (-1057 (-576)))) (-5 *1 (-190 *3 *2))
- (-4 *2 (-13 (-27) (-1221) (-442 (-171 *3))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-1225 *3 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *3))))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-112)) (-5 *5 (-576)) (-4 *6 (-374)) (-4 *6 (-379))
- (-4 *6 (-1068)) (-5 *2 (-656 (-656 (-701 *6)))) (-5 *1 (-1048 *6))
- (-5 *3 (-656 (-701 *6)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-374)) (-4 *4 (-379)) (-4 *4 (-1068))
- (-5 *2 (-656 (-656 (-701 *4)))) (-5 *1 (-1048 *4))
- (-5 *3 (-656 (-701 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-374)) (-4 *5 (-379)) (-4 *5 (-1068))
- (-5 *2 (-656 (-656 (-701 *5)))) (-5 *1 (-1048 *5))
- (-5 *3 (-656 (-701 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-938)) (-4 *5 (-374)) (-4 *5 (-379)) (-4 *5 (-1068))
- (-5 *2 (-656 (-656 (-701 *5)))) (-5 *1 (-1048 *5))
- (-5 *3 (-656 (-701 *5))))))
-(((*1 *1 *2 *3 *1 *3)
- (-12 (-5 *2 (-905 *4)) (-4 *4 (-1119)) (-5 *1 (-902 *4 *3))
- (-4 *3 (-1119)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *4 *5 *3 *6)
- (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-656 *3)) (-5 *6 (-1191 *3))
- (-4 *3 (-13 (-442 *7) (-27) (-1221)))
- (-4 *7 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-572 *7 *3 *8)) (-4 *8 (-1119))))
- ((*1 *2 *3 *4 *4 *5 *4 *3 *6)
- (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-656 *3))
- (-5 *6 (-419 (-1191 *3))) (-4 *3 (-13 (-442 *7) (-27) (-1221)))
- (-4 *7 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-572 *7 *3 *8)) (-4 *8 (-1119)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1068))
- (-14 *4 (-656 (-1195)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-52)) (-5 *2 (-112)) (-5 *1 (-51 *4)) (-4 *4 (-1236))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1068) (-862)))
- (-14 *4 (-656 (-1195)))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-684 *3)) (-4 *3 (-862))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-689 *3)) (-4 *3 (-862))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-906 *3)) (-4 *3 (-862)))))
-(((*1 *2 *1) (-12 (-5 *2 (-140)) (-5 *1 (-141))))
- ((*1 *2 *1) (-12 (-5 *1 (-185 *2)) (-4 *2 (-187))))
- ((*1 *2 *1) (-12 (-5 *2 (-255)) (-5 *1 (-254)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1248 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-1277 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-227))) (-5 *2 (-1286 (-711))) (-5 *1 (-315)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-374) (-148) (-1057 (-419 (-576)))))
- (-4 *5 (-1262 *4)) (-5 *2 (-656 (-2 (|:| -2391 *5) (|:| -2332 *5))))
- (-5 *1 (-819 *4 *5 *3 *6)) (-4 *3 (-668 *5))
- (-4 *6 (-668 (-419 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-374) (-148) (-1057 (-419 (-576)))))
- (-4 *4 (-1262 *5)) (-5 *2 (-656 (-2 (|:| -2391 *4) (|:| -2332 *4))))
- (-5 *1 (-819 *5 *4 *3 *6)) (-4 *3 (-668 *4))
- (-4 *6 (-668 (-419 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-374) (-148) (-1057 (-419 (-576)))))
- (-4 *5 (-1262 *4)) (-5 *2 (-656 (-2 (|:| -2391 *5) (|:| -2332 *5))))
- (-5 *1 (-819 *4 *5 *6 *3)) (-4 *6 (-668 *5))
- (-4 *3 (-668 (-419 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-374) (-148) (-1057 (-419 (-576)))))
- (-4 *4 (-1262 *5)) (-5 *2 (-656 (-2 (|:| -2391 *4) (|:| -2332 *4))))
- (-5 *1 (-819 *5 *4 *6 *3)) (-4 *6 (-668 *4))
- (-4 *3 (-668 (-419 *4))))))
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-5 *2 (-783)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1068)) (-5 *2 (-112)) (-5 *1 (-456 *4 *3))
- (-4 *3 (-1262 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-5 *2 (-112)))))
-(((*1 *2 *2)
(-12
- (-5 *2
- (-516 (-419 (-576)) (-245 *4 (-783)) (-876 *3)
- (-253 *3 (-419 (-576)))))
- (-14 *3 (-656 (-1195))) (-14 *4 (-783)) (-5 *1 (-517 *3 *4)))))
-(((*1 *2 *2)
+ (-5 *3
+ (-2 (|:| -2977 (-390)) (|:| -4149 (-1179))
+ (|:| |explanations| (-656 (-1179)))))
+ (-5 *2 (-1056)) (-5 *1 (-315))))
+ ((*1 *2 *3)
(-12
+ (-5 *3
+ (-2 (|:| -2977 (-390)) (|:| -4149 (-1179))
+ (|:| |explanations| (-656 (-1179))) (|:| |extra| (-1056))))
+ (-5 *2 (-1056)) (-5 *1 (-315)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *4 (-1197)) (-5 *6 (-112))
+ (-4 *7 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))))
+ (-4 *3 (-13 (-1223) (-978) (-29 *7)))
(-5 *2
- (-656
- (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-783)) (|:| |poli| *6)
- (|:| |polj| *6))))
- (-4 *4 (-805)) (-4 *6 (-966 *3 *4 *5)) (-4 *3 (-464)) (-4 *5 (-862))
- (-5 *1 (-461 *3 *4 *5 *6)))))
+ (-3 (|:| |f1| (-855 *3)) (|:| |f2| (-656 (-855 *3)))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-221 *7 *3)) (-5 *5 (-855 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-326 (-390))) (-5 *1 (-315)))))
+(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))))
+(((*1 *2)
+ (-12 (-4 *4 (-174)) (-5 *2 (-656 (-1288 *4))) (-5 *1 (-377 *3 *4))
+ (-4 *3 (-378 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-4 *3 (-568))
+ (-5 *2 (-656 (-1288 *3))))))
+(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-786)) (-5 *1 (-115))))
+ ((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1179)) (-5 *3 (-786)) (-5 *1 (-115)))))
+(((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *3 *4 *5 *6 *2 *7 *8)
+ (|partial| -12 (-5 *2 (-656 (-1193 *11))) (-5 *3 (-1193 *11))
+ (-5 *4 (-656 *10)) (-5 *5 (-656 *8)) (-5 *6 (-656 (-783)))
+ (-5 *7 (-1288 (-656 (-1193 *8)))) (-4 *10 (-862))
+ (-4 *8 (-317)) (-4 *11 (-968 *8 *9 *10)) (-4 *9 (-805))
+ (-5 *1 (-719 *9 *10 *8 *11)))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-243 *3 *2)) (-4 *2 (-1236)) (-4 *2 (-1068))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-874))))
- ((*1 *1 *1) (-5 *1 (-874)))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-960 (-227))) (-5 *2 (-227)) (-5 *1 (-1232))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-1068)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-568))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1990 *4)))
- (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-518)) (-5 *3 (-656 (-982))) (-5 *1 (-301)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-464)) (-4 *3 (-805)) (-4 *5 (-862)) (-5 *2 (-112))
- (-5 *1 (-461 *4 *3 *5 *6)) (-4 *6 (-966 *4 *3 *5)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-938)) (-5 *1 (-1120 *3 *4)) (-14 *3 *2)
- (-14 *4 *2))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
+ (-12 (-4 *1 (-1119 *3)) (-4 *3 (-1121)) (-5 *2 (-112)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-1177))) (-5 *2 (-1177)) (-5 *1 (-194))))
- ((*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-375 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1119)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068))
- (-5 *2 (-656 (-656 (-960 *3))))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-656 (-656 (-960 *4)))) (-5 *3 (-112)) (-4 *4 (-1068))
- (-4 *1 (-1153 *4))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-656 (-656 (-960 *3)))) (-4 *3 (-1068))
- (-4 *1 (-1153 *3))))
- ((*1 *1 *1 *2 *3 *3)
- (-12 (-5 *2 (-656 (-656 (-656 *4)))) (-5 *3 (-112))
- (-4 *1 (-1153 *4)) (-4 *4 (-1068))))
- ((*1 *1 *1 *2 *3 *3)
- (-12 (-5 *2 (-656 (-656 (-960 *4)))) (-5 *3 (-112))
- (-4 *1 (-1153 *4)) (-4 *4 (-1068))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-656 (-656 (-656 *5)))) (-5 *3 (-656 (-173)))
- (-5 *4 (-173)) (-4 *1 (-1153 *5)) (-4 *5 (-1068))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-656 (-656 (-960 *5)))) (-5 *3 (-656 (-173)))
- (-5 *4 (-173)) (-4 *1 (-1153 *5)) (-4 *5 (-1068)))))
-(((*1 *2 *3) (-12 (-5 *2 (-390)) (-5 *1 (-797 *3)) (-4 *3 (-626 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-938)) (-5 *2 (-390)) (-5 *1 (-797 *3))
- (-4 *3 (-626 *2))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-969 *4)) (-4 *4 (-1068)) (-4 *4 (-626 *2))
- (-5 *2 (-390)) (-5 *1 (-797 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-969 *5)) (-5 *4 (-938)) (-4 *5 (-1068))
- (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-568)) (-4 *4 (-626 *2))
- (-5 *2 (-390)) (-5 *1 (-797 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-938)) (-4 *5 (-568))
- (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-326 *4)) (-4 *4 (-568)) (-4 *4 (-862))
- (-4 *4 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-326 *5)) (-5 *4 (-938)) (-4 *5 (-568)) (-4 *5 (-862))
- (-4 *5 (-626 *2)) (-5 *2 (-390)) (-5 *1 (-797 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804))
- (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1119))
- (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-607 *3)) (-4 *3 (-1068))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-568)) (-5 *2 (-112)) (-5 *1 (-635 *3 *4))
- (-4 *4 (-1262 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-747 *3 *4)) (-4 *3 (-1068))
- (-4 *4 (-738))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068))
- (-5 *2 (-112)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-326 (-227)))) (-5 *4 (-783))
- (-5 *2 (-701 (-227))) (-5 *1 (-276)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-656 *7)) (|:| |badPols| (-656 *7))))
- (-5 *1 (-996 *4 *5 *6 *7)) (-5 *3 (-656 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068))
- (-4 *4 (-384 *3)) (-4 *5 (-384 *3)))))
+ (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
+ (-5 *1 (-998 *4 *5 *6 *3)) (-4 *3 (-1086 *4 *5 *6)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1185 *2 *3)) (-14 *2 (-940)) (-4 *3 (-1070)))))
(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3495 (-794 *3)) (|:| |coef1| (-794 *3))))
- (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1068))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-568)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *2 (-2 (|:| -3495 *1) (|:| |coef1| *1)))
- (-4 *1 (-1084 *3 *4 *5)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1286 *5)) (-4 *5 (-804)) (-5 *2 (-112))
- (-5 *1 (-857 *4 *5)) (-14 *4 (-783)))))
-(((*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1291)) (-5 *1 (-390))))
- ((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-390)))))
-(((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-97)))))
+ (|partial| -12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-794 *2)) (-4 *2 (-1070)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7)
+ (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227)))
+ (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-75 FCN JACOBF JACEPS))))
+ (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-76 G JACOBG JACGEP))))
+ (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-761)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-924 *4)) (-4 *4 (-1121)) (-5 *2 (-656 (-783)))
+ (-5 *1 (-923 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1195)) (-4 *5 (-1240)) (-4 *6 (-1262 *5))
- (-4 *7 (-1262 (-419 *6))) (-5 *2 (-656 (-969 *5)))
- (-5 *1 (-352 *4 *5 *6 *7)) (-4 *4 (-353 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1195)) (-4 *1 (-353 *4 *5 *6)) (-4 *4 (-1240))
- (-4 *5 (-1262 *4)) (-4 *6 (-1262 (-419 *5))) (-4 *4 (-374))
- (-5 *2 (-656 (-969 *4))))))
+ (-12 (-5 *3 (-1179)) (-5 *2 (-216 (-514))) (-5 *1 (-849)))))
+(((*1 *1 *2 *2 *3 *1)
+ (-12 (-5 *2 (-518)) (-5 *3 (-1125)) (-5 *1 (-301)))))
+(((*1 *1) (-5 *1 (-301))))
(((*1 *2 *3)
- (-12 (-5 *3 (-855 (-390))) (-5 *2 (-855 (-227))) (-5 *1 (-315)))))
+ (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-246)) (-5 *3 (-1179))))
+ ((*1 *2 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-246))))
+ ((*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-888)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-938)) (-5 *3 (-656 (-270))) (-5 *1 (-268))))
- ((*1 *1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-270)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-449)))))
+ (-12 (-5 *3 (-1193 *2)) (-4 *2 (-442 *4)) (-4 *4 (-568))
+ (-5 *1 (-32 *4 *2)))))
+(((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-694 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *3 *4 *5 *6 *7 *6)
+ (|partial| -12
+ (-5 *5
+ (-2 (|:| |contp| *3)
+ (|:| -4155 (-656 (-2 (|:| |irr| *10) (|:| -2992 (-576)))))))
+ (-5 *6 (-656 *3)) (-5 *7 (-656 *8)) (-4 *8 (-862)) (-4 *3 (-317))
+ (-4 *10 (-968 *3 *9 *8)) (-4 *9 (-805))
+ (-5 *2
+ (-2 (|:| |polfac| (-656 *10)) (|:| |correct| *3)
+ (|:| |corrfact| (-656 (-1193 *3)))))
+ (-5 *1 (-637 *8 *9 *3 *10)) (-5 *4 (-656 (-1193 *3))))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
- (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
- (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
- (|:| |abserr| (-227)) (|:| |relerr| (-227))))
- (-5 *2 (-390)) (-5 *1 (-207)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-1176 *3))) (-5 *1 (-1176 *3)) (-4 *3 (-1236)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3)
- (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227))
- (-5 *2 (-1054)) (-5 *1 (-762)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-938)) (-5 *4 (-886)) (-5 *2 (-1291)) (-5 *1 (-1287))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-938)) (-5 *4 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1287))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4))))
- (-5 *1 (-1160 *3 *4)) (-4 *3 (-13 (-1119) (-34)))
- (-4 *4 (-13 (-1119) (-34))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1 (-960 (-227)) (-227) (-227)))
- (-5 *3 (-1 (-227) (-227) (-227) (-227))) (-5 *1 (-262)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-656 (-960 (-227))))) (-5 *1 (-1231 *3))
- (-4 *3 (-993)))))
+ (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390))
+ (|:| |expense| (-390)) (|:| |accuracy| (-390))
+ (|:| |intermediateResults| (-390))))
+ (-5 *2 (-1056)) (-5 *1 (-315)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-783)) (-5 *2 (-1 (-390))) (-5 *1 (-1061)))))
+(((*1 *1 *1) (-4 *1 (-568))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-783)) (-5 *1 (-870 *2)) (-4 *2 (-38 (-419 (-576))))
+ (-4 *2 (-174)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-1195))
- (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-326 *5)))
- (-5 *1 (-1148 *5))))
+ (-12 (-5 *3 (-833)) (-5 *4 (-52)) (-5 *2 (-1293)) (-5 *1 (-843)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-568) (-1059 (-576)))) (-5 *2 (-419 (-576)))
+ (-5 *1 (-445 *4 *3)) (-4 *3 (-442 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-419 (-969 *5)))) (-5 *4 (-656 (-1195)))
- (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-326 *5))))
- (-5 *1 (-1148 *5)))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-1177)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
- (-4 *4 (-1084 *6 *7 *8)) (-5 *2 (-1291))
- (-5 *1 (-788 *6 *7 *8 *4 *5)) (-4 *5 (-1090 *6 *7 *8 *4)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *2 (-568)))))
+ (-12 (-5 *4 (-624 *3)) (-4 *3 (-442 *5))
+ (-4 *5 (-13 (-568) (-1059 (-576)))) (-5 *2 (-1193 (-419 (-576))))
+ (-5 *1 (-445 *5 *3)))))
(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))))
-(((*1 *2 *3 *4 *5 *5 *4 *6)
- (-12 (-5 *5 (-624 *4)) (-5 *6 (-1191 *4))
- (-4 *4 (-13 (-442 *7) (-27) (-1221)))
- (-4 *7 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4156 (-656 *4))))
- (-5 *1 (-572 *7 *4 *3)) (-4 *3 (-668 *4)) (-4 *3 (-1119))))
- ((*1 *2 *3 *4 *5 *5 *5 *4 *6)
- (-12 (-5 *5 (-624 *4)) (-5 *6 (-419 (-1191 *4)))
- (-4 *4 (-13 (-442 *7) (-27) (-1221)))
- (-4 *7 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4156 (-656 *4))))
- (-5 *1 (-572 *7 *4 *3)) (-4 *3 (-668 *4)) (-4 *3 (-1119)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1301 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174))
- (-5 *1 (-676 *3 *4))))
+ (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
+ (-4 *3 (-378 *4))))
+ ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
+(((*1 *1 *1) (-12 (-4 *1 (-120 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *1) (-12 (-5 *1 (-684 *2)) (-4 *2 (-862))))
+ ((*1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862))))
+ ((*1 *1 *1) (-5 *1 (-876)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-676 *3 *4)) (-5 *1 (-1306 *3 *4))
- (-4 *3 (-862)) (-4 *4 (-174)))))
-(((*1 *2 *1)
- (-12 (-4 *4 (-1119)) (-5 *2 (-112)) (-5 *1 (-898 *3 *4 *5))
- (-4 *3 (-1119)) (-4 *5 (-678 *4))))
+ (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1082 *2 *3))
+ (-4 *3 (-1264 *2)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-656 (-783))) (-5 *1 (-990 *4 *3))
+ (-4 *3 (-1264 *4)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1279 *4)) (-5 *1 (-1281 *4 *2))
+ (-4 *4 (-38 (-419 (-576)))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1219)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
+ (-5 *1 (-1009 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
+ (-5 *1 (-1128 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-4 *1 (-379)) (-5 *2 (-940))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1288 *4)) (-4 *4 (-360)) (-5 *2 (-940))
+ (-5 *1 (-540 *4)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 (-112) *6 *6)) (-4 *6 (-862)) (-5 *4 (-656 *6))
+ (-5 *2 (-2 (|:| |fs| (-112)) (|:| |sd| *4) (|:| |td| (-656 *4))))
+ (-5 *1 (-1208 *6)) (-5 *5 (-656 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-321))))
((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-902 *3 *4)) (-4 *3 (-1119))
- (-4 *4 (-1119)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1195)) (-5 *4 (-969 (-576))) (-5 *2 (-340))
- (-5 *1 (-342)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *7)) (-4 *7 (-862))
- (-4 *8 (-966 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1286 (-419 *8)) "failed"))
- (|:| -4156 (-656 (-1286 (-419 *8))))))
- (-5 *1 (-681 *5 *6 *7 *8)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1191 *4)) (-5 *1 (-368 *4))
- (-4 *4 (-360)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1054)))))
-(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-1163)) (-5 *2 (-1253 (-576))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1191 *6)) (-4 *6 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *2 (-1191 *7)) (-5 *1 (-331 *4 *5 *6 *7))
- (-4 *7 (-966 *6 *4 *5)))))
-(((*1 *2) (-12 (-5 *2 (-921 (-576))) (-5 *1 (-934)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-374)) (-4 *6 (-1262 (-419 *2)))
- (-4 *2 (-1262 *5)) (-5 *1 (-217 *5 *2 *6 *3))
- (-4 *3 (-353 *5 *2 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-836)))))
-(((*1 *1 *1) (-5 *1 (-1082))))
+ (-12 (-5 *2 (-783)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940))
+ (-4 *4 (-1070)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-568)) (-4 *3 (-1070))
+ (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-866 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-99 *5)) (-4 *5 (-568)) (-4 *5 (-1070))
+ (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3))) (-5 *1 (-867 *5 *3))
+ (-4 *3 (-866 *5)))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-656 *2)) (-4 *2 (-1121)) (-4 *2 (-1238)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-406)))))
+(((*1 *1 *1) (-12 (-4 *1 (-120 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *1) (-12 (-5 *1 (-684 *2)) (-4 *2 (-862))))
+ ((*1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862))))
+ ((*1 *1 *1) (-5 *1 (-876)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1082 *2 *3))
+ (-4 *3 (-1264 *2)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1195)) (-5 *2 (-548)) (-5 *1 (-547 *4))
- (-4 *4 (-1236)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-794 *2)) (-4 *2 (-568)) (-4 *2 (-1068))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-988 *3 *2)) (-4 *2 (-1262 *3))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *2 (-568))))
- ((*1 *2 *3 *3 *1)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *3 (-1084 *4 *5 *6))
- (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *1))))
- (-4 *1 (-1090 *4 *5 *6 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| -2061 *1) (|:| -4449 *1) (|:| |associate| *1)))
- (-4 *1 (-568)))))
-(((*1 *2 *1) (-12 (-5 *2 (-703 *3)) (-5 *1 (-983 *3)) (-4 *3 (-1119)))))
-(((*1 *1 *1 *1) (-5 *1 (-874))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-656 *5) *6))
- (-4 *5 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *6 (-1262 *5))
- (-5 *2 (-656 (-2 (|:| |poly| *6) (|:| -4024 *3))))
- (-5 *1 (-821 *5 *6 *3 *7)) (-4 *3 (-668 *6))
- (-4 *7 (-668 (-419 *6)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-656 *5) *6))
- (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-4 *6 (-1262 *5))
- (-5 *2 (-656 (-2 (|:| |poly| *6) (|:| -4024 (-666 *6 (-419 *6))))))
- (-5 *1 (-824 *5 *6)) (-5 *3 (-666 *6 (-419 *6))))))
-(((*1 *2 *2) (-12 (-5 *2 (-400)) (-5 *1 (-448))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-400)) (-5 *1 (-448)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1195)) (-5 *5 (-1113 (-227))) (-5 *2 (-944))
- (-5 *1 (-942 *3)) (-4 *3 (-626 (-548)))))
- ((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *4 (-1195)) (-5 *5 (-1113 (-227))) (-5 *2 (-944))
- (-5 *1 (-942 *3)) (-4 *3 (-626 (-548)))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-943))))
- ((*1 *1 *2 *2 *2 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1113 (-227)))
- (-5 *1 (-943))))
- ((*1 *1 *2 *2 *2 *2 *3)
- (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1113 (-227)))
- (-5 *1 (-943))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1113 (-227))) (-5 *1 (-944))))
- ((*1 *1 *2 *2 *3 *3 *3)
- (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1113 (-227)))
- (-5 *1 (-944))))
- ((*1 *1 *2 *2 *3)
- (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1113 (-227)))
- (-5 *1 (-944))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-656 (-1 (-227) (-227)))) (-5 *3 (-1113 (-227)))
- (-5 *1 (-944))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-1 (-227) (-227)))) (-5 *3 (-1113 (-227)))
- (-5 *1 (-944))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1113 (-227)))
- (-5 *1 (-944))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-227) (-227))) (-5 *3 (-1113 (-227)))
- (-5 *1 (-944)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1286 *3)) (-4 *3 (-374)) (-4 *1 (-339 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1286 *3)) (-4 *3 (-1262 *4)) (-4 *4 (-1240))
- (-4 *1 (-353 *4 *3 *5)) (-4 *5 (-1262 (-419 *3)))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1286 *4)) (-5 *3 (-1286 *1)) (-4 *4 (-174))
- (-4 *1 (-378 *4))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1286 *4)) (-5 *3 (-1286 *1)) (-4 *4 (-174))
- (-4 *1 (-381 *4 *5)) (-4 *5 (-1262 *4))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1286 *3)) (-4 *3 (-174)) (-4 *1 (-421 *3 *4))
- (-4 *4 (-1262 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1286 *3)) (-4 *3 (-174)) (-4 *1 (-429 *3)))))
-(((*1 *2) (-12 (-5 *2 (-656 (-783))) (-5 *1 (-1289))))
- ((*1 *2 *2) (-12 (-5 *2 (-656 (-783))) (-5 *1 (-1289)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *5 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-1177)) (-5 *5 (-701 (-227)))
- (-5 *2 (-1054)) (-5 *1 (-759)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-419 (-576)))
- (-4 *4 (-13 (-568) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-286 *4 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *4))))))
-(((*1 *2) (-12 (-4 *2 (-174)) (-5 *1 (-166 *3 *2)) (-4 *3 (-167 *2))))
+ (-12 (-5 *3 (-1178 (-227))) (-5 *2 (-656 (-1179))) (-5 *1 (-194))))
((*1 *2 *3)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-381 *2 *4)) (-4 *4 (-1262 *2))
- (-4 *2 (-174))))
- ((*1 *2)
- (-12 (-4 *4 (-1262 *2)) (-4 *2 (-174)) (-5 *1 (-420 *3 *2 *4))
- (-4 *3 (-421 *2 *4))))
- ((*1 *2) (-12 (-4 *1 (-421 *2 *3)) (-4 *3 (-1262 *2)) (-4 *2 (-174))))
- ((*1 *2)
- (-12 (-4 *3 (-1262 *2)) (-5 *2 (-576)) (-5 *1 (-780 *3 *4))
- (-4 *4 (-421 *2 *3))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-966 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *2 (-862)) (-4 *3 (-174))))
+ (-12 (-5 *3 (-1178 (-227))) (-5 *2 (-656 (-1179))) (-5 *1 (-310))))
((*1 *2 *3)
- (-12 (-4 *2 (-568)) (-5 *1 (-988 *2 *3)) (-4 *3 (-1262 *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1068)) (-4 *2 (-174)))))
+ (-12 (-5 *3 (-1178 (-227))) (-5 *2 (-656 (-1179))) (-5 *1 (-315)))))
+(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 (-1176 *4) (-1176 *4))) (-5 *2 (-1176 *4))
- (-5 *1 (-1312 *4)) (-4 *4 (-1236))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-656 (-1176 *5)) (-656 (-1176 *5)))) (-5 *4 (-576))
- (-5 *2 (-656 (-1176 *5))) (-5 *1 (-1312 *5)) (-4 *5 (-1236)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-112)) (-5 *5 (-701 (-171 (-227))))
- (-5 *2 (-1054)) (-5 *1 (-767)))))
-(((*1 *2 *1) (-12 (-4 *1 (-336 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-804))))
- ((*1 *2 *1) (-12 (-4 *1 (-720 *3)) (-4 *3 (-1068)) (-5 *2 (-783))))
- ((*1 *2 *1) (-12 (-4 *1 (-864 *3)) (-4 *3 (-1068)) (-5 *2 (-783))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-656 *6)) (-4 *1 (-966 *4 *5 *6)) (-4 *4 (-1068))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 (-783)))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-966 *4 *5 *3)) (-4 *4 (-1068)) (-4 *5 (-805))
- (-4 *3 (-862)) (-5 *2 (-783)))))
-(((*1 *2 *2 *3) (-12 (-5 *3 (-783)) (-5 *1 (-599 *2)) (-4 *2 (-557)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390))
- (-5 *2
- (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576))
- (|:| |success| (-112))))
- (-5 *1 (-801)) (-5 *5 (-576)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-464) (-1057 (-576)))) (-4 *3 (-568))
- (-5 *1 (-41 *3 *2)) (-4 *2 (-442 *3))
- (-4 *2
- (-13 (-374) (-312)
- (-10 -8 (-15 -1568 ((-1144 *3 (-624 $)) $))
- (-15 -1579 ((-1144 *3 (-624 $)) $))
- (-15 -3567 ($ (-1144 *3 (-624 $))))))))))
+ (-12
+ (-5 *3
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-783)) (|:| |poli| *7)
+ (|:| |polj| *7)))
+ (-4 *5 (-805)) (-4 *7 (-968 *4 *5 *6)) (-4 *4 (-464)) (-4 *6 (-862))
+ (-5 *2 (-112)) (-5 *1 (-461 *4 *5 *6 *7)))))
+(((*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-419 (-576))) (-5 *1 (-315)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-701 (-419 (-969 (-576)))))
+ (-12 (-5 *3 (-783)) (-5 *2 (-1293)) (-5 *1 (-880 *4 *5 *6 *7))
+ (-4 *4 (-1070)) (-14 *5 (-656 (-1197))) (-14 *6 (-656 *3))
+ (-14 *7 *3)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-783)) (-4 *4 (-1070)) (-4 *5 (-862)) (-4 *6 (-805))
+ (-14 *8 (-656 *5)) (-5 *2 (-1293))
+ (-5 *1 (-1300 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-968 *4 *6 *5))
+ (-14 *9 (-656 *3)) (-14 *10 *3))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-656 *1)) (-4 *1 (-1086 *4 *5 *6)) (-4 *4 (-1070))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1 *4)
+ (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *1 (-1231 *5 *6 *7 *3))
+ (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-112)))))
+(((*1 *1 *1) (-12 (-5 *1 (-176 *2)) (-4 *2 (-317))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192))))
+ ((*1 *1 *1) (-12 (-4 *1 (-686 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *1) (-4 *1 (-883 *2)))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-994 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-804))
+ (-4 *4 (-862)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-701 *8)) (-4 *8 (-968 *5 *7 *6))
+ (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1197))))
+ (-4 *7 (-805))
(-5 *2
(-656
- (-2 (|:| |radval| (-326 (-576))) (|:| |radmult| (-576))
- (|:| |radvect| (-656 (-701 (-326 (-576))))))))
- (-5 *1 (-1050)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-557))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-112))
- (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
- (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -3986 *4))))
- (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *2 (-568))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *2 (-568)))))
-(((*1 *2 *3 *4 *4 *4 *5 *6 *7)
- (|partial| -12 (-5 *5 (-1195))
- (-5 *6
- (-1
- (-3
- (-2 (|:| |mainpart| *4)
- (|:| |limitedlogs|
- (-656 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
- "failed")
- *4 (-656 *4)))
- (-5 *7
- (-1 (-3 (-2 (|:| -1633 *4) (|:| |coeff| *4)) "failed") *4 *4))
- (-4 *4 (-13 (-1221) (-27) (-442 *8)))
- (-4 *8 (-13 (-464) (-148) (-1057 *3) (-651 *3))) (-5 *3 (-576))
- (-5 *2 (-656 *4)) (-5 *1 (-1033 *8 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-5 *2 (-783)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-5 *1 (-1176 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-112)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-783)) (-5 *2 (-112))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-1237 *3)) (-4 *3 (-862))
- (-4 *3 (-1119)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-783)) (-4 *4 (-360)) (-5 *1 (-218 *4 *2))
- (-4 *2 (-1262 *4)))))
-(((*1 *2 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1262 *5))
- (-4 *5 (-13 (-374) (-148) (-1057 (-576))))
- (-5 *2
- (-2 (|:| |a| *6) (|:| |b| (-419 *6)) (|:| |c| (-419 *6))
- (|:| -2734 *6)))
- (-5 *1 (-1034 *5 *6)) (-5 *3 (-419 *6)))))
+ (-2 (|:| -4136 (-783))
+ (|:| |eqns|
+ (-656
+ (-2 (|:| |det| *8) (|:| |rows| (-656 (-576)))
+ (|:| |cols| (-656 (-576))))))
+ (|:| |fgb| (-656 *8)))))
+ (-5 *1 (-943 *5 *6 *7 *8)) (-5 *4 (-783)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-177)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1031 *3)) (-4 *3 (-1238)) (-4 *3 (-1121))
+ (-5 *2 (-112)))))
+(((*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1179)) (-5 *1 (-722)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1178 *4)) (-5 *3 (-576)) (-4 *4 (-1070))
+ (-5 *1 (-1181 *4))))
+ ((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-576)) (-5 *1 (-1280 *3 *4 *5)) (-4 *3 (-1070))
+ (-14 *4 (-1197)) (-14 *5 *3))))
+(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-933 *3)) (-4 *3 (-317)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-1156))) (-5 *1 (-1111)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
- (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4))))
- (-5 *1 (-1091 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
-(((*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6)
- (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227)))
- (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-70 APROD)))) (-5 *4 (-227))
- (-5 *2 (-1054)) (-5 *1 (-768)))))
-(((*1 *2)
(-12
- (-5 *2 (-2 (|:| -3293 (-656 (-1195))) (|:| -2395 (-656 (-1195)))))
- (-5 *1 (-1238)))))
-(((*1 *1 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-1 (-960 (-227)) (-227))) (-5 *3 (-1113 (-227)))
- (-5 *1 (-943))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-960 (-227)) (-227))) (-5 *3 (-1113 (-227)))
- (-5 *1 (-943))))
- ((*1 *1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1 (-960 (-227)) (-227))) (-5 *3 (-1113 (-227)))
- (-5 *1 (-944))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-960 (-227)) (-227))) (-5 *3 (-1113 (-227)))
- (-5 *1 (-944)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390))
(-5 *2
- (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576))
- (|:| |success| (-112))))
- (-5 *1 (-801)) (-5 *5 (-576)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-326 *3)) (-4 *3 (-568)) (-4 *3 (-1119)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068))
- (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-112)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
+ (-656
+ (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1193 *3))
+ (|:| |logand| (-1193 *3)))))
+ (-5 *1 (-598 *3)) (-4 *3 (-374)))))
+(((*1 *2 *1 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| -1751 *3) (|:| |coef1| (-794 *3)) (|:| |coef2| (-794 *3))))
+ (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1070)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-285 *4 *3))
- (-4 *3 (-13 (-442 *4) (-1021))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-425 *3 *4 *5 *6)) (-4 *6 (-1057 *4)) (-4 *3 (-317))
- (-4 *4 (-1011 *3)) (-4 *5 (-1262 *4)) (-4 *6 (-421 *4 *5))
- (-14 *7 (-1286 *6)) (-5 *1 (-426 *3 *4 *5 *6 *7))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1286 *6)) (-4 *6 (-421 *4 *5)) (-4 *4 (-1011 *3))
- (-4 *5 (-1262 *4)) (-4 *3 (-317)) (-5 *1 (-426 *3 *4 *5 *6 *7))
- (-14 *7 *2))))
-(((*1 *1 *2 *2 *3)
- (-12 (-5 *2 (-783)) (-5 *3 (-1 *4 (-576) (-576))) (-4 *4 (-1068))
- (-4 *1 (-699 *4 *5 *6)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1068)) (-4 *1 (-699 *3 *4 *5))
- (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-656 (-656 (-874)))) (-5 *1 (-874))))
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-968 *4 *5 *6)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1293))
+ (-5 *1 (-461 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-759)))))
+(((*1 *2 *2 *3) (-12 (-5 *2 (-576)) (-5 *3 (-783)) (-5 *1 (-573)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-701 *2)) (-4 *4 (-1264 *2))
+ (-4 *2 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $)))))
+ (-5 *1 (-511 *2 *4 *5)) (-4 *5 (-421 *2 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-1161 *3 *4)) (-5 *1 (-1012 *3 *4)) (-14 *3 (-938))
- (-4 *4 (-374))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-656 (-656 *5))) (-4 *5 (-1068))
- (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *6 (-243 *4 *5))
- (-4 *7 (-243 *3 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1291)) (-5 *1 (-1157))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-874))) (-5 *2 (-1291)) (-5 *1 (-1157)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-783)) (-5 *2 (-112))))
- ((*1 *2 *3 *3)
- (|partial| -12 (-5 *2 (-112)) (-5 *1 (-1237 *3)) (-4 *3 (-1119))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *3 (-1119)) (-5 *2 (-112))
- (-5 *1 (-1237 *3)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1031)) (-5 *2 (-874)))))
+ (-12 (-4 *1 (-1144 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2))
+ (-4 *5 (-243 *3 *2)) (-4 *2 (-1070)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *1) (-12 (-4 *1 (-686 *2)) (-4 *2 (-1238)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-227) (-227) (-227) (-227))) (-5 *1 (-270))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 (-227) (-227) (-227))) (-5 *1 (-270))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 (-227) (-227))) (-5 *1 (-270)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-59 *6)) (-4 *6 (-1236))
- (-4 *5 (-1236)) (-5 *2 (-59 *5)) (-5 *1 (-58 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-245 *6 *7)) (-14 *6 (-783))
- (-4 *7 (-1236)) (-4 *5 (-1236)) (-5 *2 (-245 *6 *5))
- (-5 *1 (-244 *6 *7 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1236)) (-4 *5 (-1236))
- (-4 *2 (-384 *5)) (-5 *1 (-382 *6 *4 *5 *2)) (-4 *4 (-384 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1119)) (-4 *5 (-1119))
- (-4 *2 (-437 *5)) (-5 *1 (-435 *6 *4 *5 *2)) (-4 *4 (-437 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-656 *6)) (-4 *6 (-1236))
- (-4 *5 (-1236)) (-5 *2 (-656 *5)) (-5 *1 (-654 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-975 *6)) (-4 *6 (-1236))
- (-4 *5 (-1236)) (-5 *2 (-975 *5)) (-5 *1 (-974 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1176 *6)) (-4 *6 (-1236))
- (-4 *3 (-1236)) (-5 *2 (-1176 *3)) (-5 *1 (-1174 *6 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1286 *6)) (-4 *6 (-1236))
- (-4 *5 (-1236)) (-5 *2 (-1286 *5)) (-5 *1 (-1285 *6 *5)))))
-(((*1 *2 *3 *4 *3 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-171 (-227)))) (-5 *2 (-1054))
- (-5 *1 (-768)))))
+ (-12 (-5 *2 (-656 (-940))) (-5 *1 (-1122 *3 *4)) (-14 *3 (-940))
+ (-14 *4 (-940)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1185 3 *3)) (-4 *3 (-1070)) (-4 *1 (-1155 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-1070)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938))
- (-4 *4 (-1068)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1291)) (-5 *1 (-216 *4))
- (-4 *4
- (-13 (-862)
- (-10 -8 (-15 -2794 ((-1177) $ (-1195))) (-15 -1971 (*2 $))
- (-15 -2453 (*2 $)))))))
+ (-12 (-5 *2 (-173)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940))
+ (-4 *4 (-1070)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-783)) (-5 *1 (-599 *2)) (-4 *2 (-557))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-2 (|:| -1867 *3) (|:| -3744 (-783)))) (-5 *1 (-599 *3))
+ (-4 *3 (-557)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-176 (-419 (-576)))) (-5 *1 (-118 *3)) (-14 *3 (-576))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *3 (-1178 *2)) (-4 *2 (-317)) (-5 *1 (-176 *2))))
+ ((*1 *1 *2) (-12 (-5 *2 (-419 *3)) (-4 *3 (-317)) (-5 *1 (-176 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-176 (-576))) (-5 *1 (-777 *3)) (-4 *3 (-416))))
((*1 *2 *1)
- (-12 (-5 *2 (-1291)) (-5 *1 (-216 *3))
- (-4 *3
- (-13 (-862)
- (-10 -8 (-15 -2794 ((-1177) $ (-1195))) (-15 -1971 (*2 $))
- (-15 -2453 (*2 $)))))))
- ((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-514)))))
-(((*1 *1 *1) (-5 *1 (-1082))))
-(((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-317)) (-5 *1 (-181 *3)))))
-(((*1 *1) (-5 *1 (-158)))
- ((*1 *2 *1) (-12 (-4 *1 (-1063 *2)) (-4 *2 (-23)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-656 *2)) (-4 *2 (-1119)) (-4 *2 (-1236)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-701 (-419 (-576))))
- (-5 *2
- (-656
- (-2 (|:| |outval| *4) (|:| |outmult| (-576))
- (|:| |outvect| (-656 (-701 *4))))))
- (-5 *1 (-791 *4)) (-4 *4 (-13 (-374) (-860))))))
-(((*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-1242))))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-52)) (-5 *1 (-841)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874))))
+ (-12 (-5 *2 (-176 (-419 (-576)))) (-5 *1 (-885 *3)) (-14 *3 (-576))))
((*1 *2 *1)
- (-12
- (-5 *2
- (-2 (|:| -2824 (-656 (-874))) (|:| -3848 (-656 (-874)))
- (|:| |presup| (-656 (-874))) (|:| -1463 (-656 (-874)))
- (|:| |args| (-656 (-874)))))
- (-5 *1 (-1195)))))
-(((*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6)
- (-12 (-5 *4 (-576)) (-5 *5 (-701 (-227)))
- (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956)))) (-5 *3 (-227))
- (-5 *2 (-1054)) (-5 *1 (-760)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-568) (-1057 (-576)))) (-4 *5 (-442 *4))
- (-5 *2 (-430 (-1191 (-419 (-576))))) (-5 *1 (-447 *4 *5 *3))
- (-4 *3 (-1262 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-656 *5)))))
-(((*1 *1 *2)
- (-12
- (-5 *2
- (-656
- (-2
- (|:| -4298
- (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
- (|:| |fn| (-1286 (-326 (-227))))
- (|:| |yinit| (-656 (-227))) (|:| |intvals| (-656 (-227)))
- (|:| |g| (-326 (-227))) (|:| |abserr| (-227))
- (|:| |relerr| (-227))))
- (|:| -4437
- (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390))
- (|:| |expense| (-390)) (|:| |accuracy| (-390))
- (|:| |intermediateResults| (-390)))))))
- (-5 *1 (-815)))))
+ (-12 (-14 *3 (-576)) (-5 *2 (-176 (-419 (-576))))
+ (-5 *1 (-886 *3 *4)) (-4 *4 (-883 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1068))
- (-14 *4 (-656 (-1195)))))
+ (-12 (-14 *3 (-656 (-1197))) (-4 *4 (-174))
+ (-14 *6
+ (-1 (-112) (-2 (|:| -2409 *5) (|:| -3744 *2))
+ (-2 (|:| -2409 *5) (|:| -3744 *2))))
+ (-4 *2 (-243 (-1968 *3) (-783))) (-5 *1 (-473 *3 *4 *5 *2 *6 *7))
+ (-4 *5 (-862)) (-4 *7 (-968 *4 *2 (-878 *3))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-1197))) (-5 *1 (-548)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-576)) (-5 *1 (-390)))))
+(((*1 *2) (-12 (-5 *2 (-656 (-1197))) (-5 *1 (-105)))))
+(((*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-570 *3)) (-4 *3 (-557))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)) (-5 *2 (-430 *3))
+ (-5 *1 (-754 *4 *5 *6 *3)) (-4 *3 (-968 *6 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317))
+ (-4 *7 (-968 *6 *4 *5)) (-5 *2 (-430 (-1193 *7)))
+ (-5 *1 (-754 *4 *5 *6 *7)) (-5 *3 (-1193 *7))))
((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1068) (-862)))
- (-14 *4 (-656 (-1195))))))
-(((*1 *1 *1) (-4 *1 (-881 *2))))
-(((*1 *2 *3 *4 *3 *5 *3)
- (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *3 (-576))
- (-5 *2 (-1054)) (-5 *1 (-766)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1309 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-858)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))))
+ (-12 (-4 *3 (-464)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *2 (-430 *1)) (-4 *1 (-968 *3 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-862)) (-4 *5 (-805)) (-4 *6 (-464)) (-5 *2 (-430 *3))
+ (-5 *1 (-1000 *4 *5 *6 *3)) (-4 *3 (-968 *6 *5 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-464))
+ (-4 *7 (-968 *6 *4 *5)) (-5 *2 (-430 (-1193 (-419 *7))))
+ (-5 *1 (-1192 *4 *5 *6 *7)) (-5 *3 (-1193 (-419 *7)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-430 *1)) (-4 *1 (-1242))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-430 *3)) (-5 *1 (-1267 *4 *3))
+ (-4 *3 (-13 (-1264 *4) (-568) (-10 -8 (-15 -3115 ($ $ $)))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1067 *4 *5)) (-4 *4 (-13 (-860) (-317) (-148) (-1043)))
+ (-14 *5 (-656 (-1197)))
+ (-5 *2
+ (-656 (-1167 *4 (-543 (-878 *6)) (-878 *6) (-792 *4 (-878 *6)))))
+ (-5 *1 (-1315 *4 *5 *6)) (-14 *6 (-656 (-1197))))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1233 *3)) (-4 *3 (-995)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-656 (-1237))) (-5 *3 (-1237)) (-5 *1 (-693)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1068))
- (-4 *2 (-13 (-416) (-1057 *4) (-374) (-1221) (-294)))
- (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1262 *4))))
- ((*1 *1 *1) (-4 *1 (-557)))
- ((*1 *2 *1) (-12 (-5 *2 (-938)) (-5 *1 (-684 *3)) (-4 *3 (-862))))
- ((*1 *2 *1) (-12 (-5 *2 (-938)) (-5 *1 (-689 *3)) (-4 *3 (-862))))
- ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-831 *3)) (-4 *3 (-862))))
- ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-906 *3)) (-4 *3 (-862))))
- ((*1 *2 *1) (-12 (-4 *1 (-1014 *3)) (-4 *3 (-1236)) (-5 *2 (-783))))
- ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-1233 *3)) (-4 *3 (-1236))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-1021))
- (-4 *2 (-1068)))))
+ (-12 (-5 *3 (-3 (|:| |fst| (-446)) (|:| -2434 "void")))
+ (-5 *2 (-1293)) (-5 *1 (-1200))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1197))
+ (-5 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-5 *2 (-1293))
+ (-5 *1 (-1200))))
+ ((*1 *2 *3 *4 *1)
+ (-12 (-5 *3 (-1197))
+ (-5 *4 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-5 *2 (-1293))
+ (-5 *1 (-1200)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1191 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-656 (-701 *6))) (-5 *4 (-112)) (-5 *5 (-576))
- (-5 *2 (-701 *6)) (-5 *1 (-1048 *6)) (-4 *6 (-374)) (-4 *6 (-1068))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 (-701 *4))) (-5 *2 (-701 *4)) (-5 *1 (-1048 *4))
- (-4 *4 (-374)) (-4 *4 (-1068))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-656 (-701 *5))) (-5 *4 (-576)) (-5 *2 (-701 *5))
- (-5 *1 (-1048 *5)) (-4 *5 (-374)) (-4 *5 (-1068)))))
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-148))
+ (-4 *3 (-317)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *1 (-998 *3 *4 *5 *6)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))
- (-5 *2 (-390)) (-5 *1 (-276))))
+ (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936))))
+ ((*1 *2 *3) (-12 (-5 *3 (-992)) (-5 *2 (-923 (-576))) (-5 *1 (-936)))))
+(((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1223))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-701 *6)) (-5 *5 (-1 (-430 (-1193 *6)) (-1193 *6)))
+ (-4 *6 (-374))
+ (-5 *2
+ (-656
+ (-2 (|:| |outval| *7) (|:| |outmult| (-576))
+ (|:| |outvect| (-656 (-701 *7))))))
+ (-5 *1 (-544 *6 *7 *4)) (-4 *7 (-374)) (-4 *4 (-13 (-374) (-860))))))
+(((*1 *1 *1) (-5 *1 (-1084))))
+(((*1 *1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1070))))
((*1 *2 *3)
- (-12 (-5 *3 (-1286 (-326 (-227)))) (-5 *2 (-390)) (-5 *1 (-315)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1176 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1068))
- (-5 *3 (-419 (-576))) (-5 *1 (-1179 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-39 *3)) (-4 *3 (-1262 (-48))))))
-(((*1 *1 *2 *3 *3 *4 *4)
- (-12 (-5 *2 (-969 (-576))) (-5 *3 (-1195))
- (-5 *4 (-1113 (-419 (-576)))) (-5 *1 (-30)))))
+ (-12 (-4 *4 (-568)) (-4 *4 (-174)) (-4 *5 (-384 *4))
+ (-4 *6 (-384 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4)))
+ (-5 *1 (-700 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-174)) (-4 *2 (-1070)) (-5 *1 (-726 *2 *3))
+ (-4 *3 (-660 *2))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-174)) (-4 *2 (-1070)) (-5 *1 (-726 *2 *3))
+ (-4 *3 (-660 *2))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-848 *2)) (-4 *2 (-174)) (-4 *2 (-1070))))
+ ((*1 *1 *1) (-12 (-5 *1 (-848 *2)) (-4 *2 (-174)) (-4 *2 (-1070)))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *6)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
+ (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-74 FCN)))) (-5 *2 (-1056))
+ (-5 *1 (-758)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-430 (-1191 *1))) (-5 *1 (-326 *4)) (-5 *3 (-1191 *1))
- (-4 *4 (-464)) (-4 *4 (-568)) (-4 *4 (-1119))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-926)) (-5 *2 (-430 (-1191 *1))) (-5 *3 (-1191 *1)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-576)) (-4 *2 (-442 *3)) (-5 *1 (-32 *3 *2))
- (-4 *3 (-1057 *4)) (-4 *3 (-568)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
+ (-12 (-5 *3 (-1178 (-1178 *4))) (-5 *2 (-1178 *4)) (-5 *1 (-1181 *4))
+ (-4 *4 (-38 (-419 (-576)))) (-4 *4 (-1070)))))
(((*1 *1 *2 *3)
- (-12 (-5 *3 (-656 (-1195))) (-5 *2 (-1195)) (-5 *1 (-340)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1177)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-1291))
- (-5 *1 (-1091 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1177)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-1291))
- (-5 *1 (-1127 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))))
+ (-12 (-5 *2 (-1047 (-855 (-576))))
+ (-5 *3 (-1178 (-2 (|:| |k| (-576)) (|:| |c| *4)))) (-4 *4 (-1070))
+ (-5 *1 (-607 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-656 *7)) (|:| |badPols| (-656 *7))))
- (-5 *1 (-996 *4 *5 *6 *7)) (-5 *3 (-656 *7)))))
+ (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936))))
+ ((*1 *2) (-12 (-5 *2 (-923 (-576))) (-5 *1 (-936)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *6 (-1179))
+ (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3053 *4)))
+ (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))))
(((*1 *2 *3 *2)
- (|partial| -12 (-5 *2 (-1286 *4)) (-5 *3 (-701 *4)) (-4 *4 (-374))
- (-5 *1 (-679 *4))))
- ((*1 *2 *3 *2)
- (|partial| -12 (-4 *4 (-374))
- (-4 *5 (-13 (-384 *4) (-10 -7 (-6 -4463))))
- (-4 *2 (-13 (-384 *4) (-10 -7 (-6 -4463))))
- (-5 *1 (-680 *4 *5 *2 *3)) (-4 *3 (-699 *4 *5 *2))))
- ((*1 *2 *3 *2 *4 *5)
- (|partial| -12 (-5 *4 (-656 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-374))
- (-5 *1 (-826 *2 *3)) (-4 *3 (-668 *2))))
- ((*1 *2 *3)
- (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
- (-5 *1 (-1147 *3 *2)) (-4 *3 (-1262 *2)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-960 *3)) (-4 *3 (-13 (-374) (-1221) (-1021)))
- (-5 *1 (-178 *3)))))
+ (-12 (-5 *3 (-115)) (-4 *4 (-1070)) (-5 *1 (-726 *4 *2))
+ (-4 *2 (-660 *4))))
+ ((*1 *2 *3 *2) (-12 (-5 *3 (-115)) (-5 *1 (-848 *2)) (-4 *2 (-1070)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-4 *1 (-622 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1121)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1271 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1248 *3))
+ (-5 *2 (-419 (-576))))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1179)) (-5 *4 (-576)) (-5 *5 (-701 (-171 (-227))))
+ (-5 *2 (-1056)) (-5 *1 (-766)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-933 *3)) (-4 *3 (-317)))))
+(((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1179)) (-5 *4 (-576)) (-5 *5 (-701 (-227)))
+ (-5 *2 (-1056)) (-5 *1 (-769)))))
(((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| -3495 (-794 *3)) (|:| |coef1| (-794 *3))
- (|:| |coef2| (-794 *3))))
- (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1068))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-568)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *2 (-2 (|:| -3495 *1) (|:| |coef1| *1) (|:| |coef2| *1)))
- (-4 *1 (-1084 *3 *4 *5)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2)
- (|partial| -12 (-4 *3 (-568)) (-4 *3 (-174))
- (-5 *2 (-2 (|:| |particular| *1) (|:| -4156 (-656 *1))))
- (-4 *1 (-378 *3))))
- ((*1 *2)
- (|partial| -12
- (-5 *2
- (-2 (|:| |particular| (-465 *3 *4 *5 *6))
- (|:| -4156 (-656 (-465 *3 *4 *5 *6)))))
- (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-938))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-548))) (-5 *2 (-1195)) (-5 *1 (-548)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-960 *3) (-960 *3))) (-5 *1 (-178 *3))
- (-4 *3 (-13 (-374) (-1221) (-1021))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1119)) (-4 *1 (-920 *3)))))
+ (-12 (-4 *3 (-374)) (-4 *3 (-1070))
+ (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2549 *1)))
+ (-4 *1 (-866 *3)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940))
+ (-4 *4 (-1070)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1219)))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-1056)) (-5 *3 (-1197)) (-5 *1 (-194)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-656 (-2 (|:| |val| (-656 *6)) (|:| -4442 *7))))
+ (-4 *6 (-1086 *3 *4 *5)) (-4 *7 (-1092 *3 *4 *5 *6)) (-4 *3 (-464))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-1009 *3 *4 *5 *6 *7))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-656 (-2 (|:| |val| (-656 *6)) (|:| -4442 *7))))
+ (-4 *6 (-1086 *3 *4 *5)) (-4 *7 (-1092 *3 *4 *5 *6)) (-4 *3 (-464))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-1128 *3 *4 *5 *6 *7)))))
+(((*1 *1 *2) (-12 (-5 *2 (-831 *3)) (-4 *3 (-862)) (-5 *1 (-684 *3)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-464))
+ (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *1 (-998 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-656 *7)) (-5 *3 (-112)) (-4 *7 (-1086 *4 *5 *6))
+ (-4 *4 (-464)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-5 *1 (-998 *4 *5 *6 *7)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-5 *2 (-576))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070))
+ (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-576)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1195)) (-4 *5 (-374)) (-5 *2 (-656 (-1230 *5)))
- (-5 *1 (-1294 *5)) (-5 *4 (-1230 *5)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1259 *5 *4)) (-4 *4 (-832)) (-14 *5 (-1195))
- (-5 *2 (-656 *4)) (-5 *1 (-1133 *4 *5)))))
-(((*1 *1 *2 *2 *3)
- (-12 (-5 *3 (-656 (-1195))) (-4 *4 (-1119))
- (-4 *5 (-13 (-1068) (-899 *4) (-626 (-905 *4))))
- (-5 *1 (-1095 *4 *5 *2))
- (-4 *2 (-13 (-442 *5) (-899 *4) (-626 (-905 *4))))))
- ((*1 *1 *2 *2)
- (-12 (-4 *3 (-1119)) (-4 *4 (-13 (-1068) (-899 *3) (-626 (-905 *3))))
- (-5 *1 (-1095 *3 *4 *2))
- (-4 *2 (-13 (-442 *4) (-899 *3) (-626 (-905 *3)))))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-227)) (-5 *4 (-576))
- (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) (-5 *2 (-1054))
- (-5 *1 (-760)))))
+ (-12 (-5 *3 (-656 *5)) (-5 *4 (-940)) (-4 *5 (-862))
+ (-5 *2 (-59 (-656 (-684 *5)))) (-5 *1 (-684 *5)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-962 *3)) (-4 *3 (-13 (-374) (-1223) (-1023)))
+ (-5 *1 (-178 *3)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1161 *3 *4)) (-4 *3 (-13 (-1121) (-34)))
+ (-4 *4 (-13 (-1121) (-34))))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1119)) (-4 *4 (-13 (-1068) (-899 *3) (-626 (-905 *3))))
- (-5 *2 (-656 (-1195))) (-5 *1 (-1095 *3 *4 *5))
- (-4 *5 (-13 (-442 *4) (-899 *3) (-626 (-905 *3)))))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-616 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1236))
+ (-12 (-4 *1 (-384 *3)) (-4 *3 (-1238)) (-4 *3 (-862)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *1 (-384 *4)) (-4 *4 (-1238))
(-5 *2 (-112)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-27))
- (-4 *4 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-4 *5 (-1262 *4)) (-5 *2 (-656 (-665 (-419 *5))))
- (-5 *1 (-669 *4 *5)) (-5 *3 (-665 (-419 *5))))))
-(((*1 *2 *3)
- (-12 (-14 *4 (-656 (-1195))) (-14 *5 (-783))
- (-5 *2
- (-656
- (-516 (-419 (-576)) (-245 *5 (-783)) (-876 *4)
- (-253 *4 (-419 (-576))))))
- (-5 *1 (-517 *4 *5))
- (-5 *3
- (-516 (-419 (-576)) (-245 *5 (-783)) (-876 *4)
- (-253 *4 (-419 (-576))))))))
-(((*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-559))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1177)) (-5 *2 (-656 (-703 (-290)))) (-5 *1 (-169)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 *1)) (-4 *1 (-1153 *3)) (-4 *3 (-1068))))
- ((*1 *2 *2 *1)
- (|partial| -12 (-5 *2 (-419 *1)) (-4 *1 (-1262 *3)) (-4 *3 (-1068))
- (-4 *3 (-568))))
- ((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-1262 *2)) (-4 *2 (-1068)) (-4 *2 (-568)))))
-(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-624 *3)) (-5 *5 (-1 (-1191 *3) (-1191 *3)))
- (-4 *3 (-13 (-27) (-442 *6))) (-4 *6 (-568)) (-5 *2 (-598 *3))
- (-5 *1 (-563 *6 *3)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1068)) (-5 *1 (-1258 *3 *2)) (-4 *2 (-1262 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
- ((*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *1 *1) (-4 *1 (-1158))))
-(((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-656 (-624 *2))) (-5 *4 (-1195))
- (-4 *2 (-13 (-27) (-1221) (-442 *5)))
- (-4 *5 (-13 (-568) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-286 *5 *2)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1236)))))
-(((*1 *2)
- (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862))
- (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-1291))
- (-5 *1 (-1007 *3 *4 *5 *6 *7)) (-4 *7 (-1090 *3 *4 *5 *6))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1193 (-971 *6))) (-4 *6 (-568))
+ (-4 *2 (-968 (-419 (-971 *6)) *5 *4)) (-5 *1 (-744 *5 *4 *6 *2))
+ (-4 *5 (-805))
+ (-4 *4 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $))))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-4 *3 (-174)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-5 *1 (-700 *3 *4 *5 *2))
+ (-4 *2 (-699 *3 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1059 (-576))) (-4 *3 (-568)) (-5 *1 (-32 *3 *2))
+ (-4 *2 (-442 *3))))
((*1 *2)
- (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862))
- (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-1291))
- (-5 *1 (-1126 *3 *4 *5 *6 *7)) (-4 *7 (-1090 *3 *4 *5 *6)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *2 *3 *2) (-12 (-5 *2 (-1177)) (-5 *3 (-576)) (-5 *1 (-246))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-656 (-1177))) (-5 *3 (-576)) (-5 *4 (-1177))
- (-5 *1 (-246))))
- ((*1 *1 *1) (-5 *1 (-874)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874))))
+ (-12 (-4 *4 (-174)) (-5 *2 (-1193 *4)) (-5 *1 (-166 *3 *4))
+ (-4 *3 (-167 *4))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1070)) (-4 *1 (-312))))
+ ((*1 *2) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-1193 *3))))
+ ((*1 *2) (-12 (-4 *1 (-736 *3 *2)) (-4 *3 (-174)) (-4 *2 (-1264 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-1264 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1068)))))
+ (-12 (-4 *1 (-1089 *3 *2)) (-4 *3 (-13 (-860) (-374)))
+ (-4 *2 (-1264 *3)))))
+(((*1 *1 *1 *1) (-4 *1 (-673))))
+(((*1 *2)
+ (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
+ (-4 *3 (-378 *4))))
+ ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-966 *4 *5 *6)) (-5 *2 (-656 (-656 *7)))
- (-5 *1 (-460 *4 *5 *6 *7)) (-5 *3 (-656 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805))
- (-4 *7 (-862)) (-4 *8 (-966 *5 *6 *7)) (-5 *2 (-656 (-656 *8)))
- (-5 *1 (-460 *5 *6 *7 *8)) (-5 *3 (-656 *8)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *3 *4 *5 *5 *4 *6)
- (-12 (-5 *4 (-576)) (-5 *6 (-1 (-1291) (-1286 *5) (-1286 *5) (-390)))
- (-5 *3 (-1286 (-390))) (-5 *5 (-390)) (-5 *2 (-1291))
- (-5 *1 (-800)))))
+ (-12 (-5 *3 (-783)) (-5 *2 (-701 (-971 *4))) (-5 *1 (-1049 *4))
+ (-4 *4 (-1070)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1191 (-576))) (-5 *2 (-576)) (-5 *1 (-959)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-783)) (-4 *6 (-1119)) (-4 *3 (-915 *6))
- (-5 *2 (-701 *3)) (-5 *1 (-704 *6 *3 *7 *4)) (-4 *7 (-384 *3))
- (-4 *4 (-13 (-384 *6) (-10 -7 (-6 -4462)))))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-868 *2)) (-4 *2 (-174))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1191 (-576))) (-5 *1 (-959)) (-5 *3 (-576)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-340))))
- ((*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-340)))))
+ (-12 (-5 *2 (-1 (-962 *3) (-962 *3))) (-5 *1 (-178 *3))
+ (-4 *3 (-13 (-374) (-1223) (-1023))))))
(((*1 *2 *3 *4)
- (-12 (-4 *2 (-1262 *4)) (-5 *1 (-819 *4 *2 *3 *5))
- (-4 *4 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *3 (-668 *2))
- (-4 *5 (-668 (-419 *2)))))
+ (-12 (-5 *3 (-701 *5)) (-5 *4 (-1288 *5)) (-4 *5 (-374))
+ (-5 *2 (-112)) (-5 *1 (-679 *5))))
((*1 *2 *3 *4)
- (-12 (-4 *2 (-1262 *4)) (-5 *1 (-819 *4 *2 *5 *3))
- (-4 *4 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *5 (-668 *2))
- (-4 *3 (-668 (-419 *2))))))
-(((*1 *1 *1 *1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *2 (-568)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-792 *5 (-876 *6)))) (-5 *4 (-112)) (-4 *5 (-464))
- (-14 *6 (-656 (-1195))) (-5 *2 (-656 (-1065 *5 *6)))
- (-5 *1 (-640 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1119)) (-4 *2 (-915 *5)) (-5 *1 (-704 *5 *2 *3 *4))
- (-4 *3 (-384 *2)) (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4462)))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-783)) (-4 *1 (-752 *4 *5)) (-4 *4 (-1068))
- (-4 *5 (-862)) (-5 *2 (-969 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-783)) (-4 *1 (-752 *4 *5)) (-4 *4 (-1068))
- (-4 *5 (-862)) (-5 *2 (-969 *4))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-783)) (-4 *1 (-1277 *4)) (-4 *4 (-1068))
- (-5 *2 (-969 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-783)) (-4 *1 (-1277 *4)) (-4 *4 (-1068))
- (-5 *2 (-969 *4)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-656 (-576))) (-5 *3 (-701 (-576))) (-5 *1 (-1129)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-1291)) (-5 *1 (-1198))))
- ((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-1198)))))
-(((*1 *2 *3 *4 *2 *5 *6)
- (-12
- (-5 *5
- (-2 (|:| |done| (-656 *11))
- (|:| |todo| (-656 (-2 (|:| |val| *3) (|:| -3986 *11))))))
- (-5 *6 (-783))
- (-5 *2 (-656 (-2 (|:| |val| (-656 *10)) (|:| -3986 *11))))
- (-5 *3 (-656 *10)) (-5 *4 (-656 *11)) (-4 *10 (-1084 *7 *8 *9))
- (-4 *11 (-1090 *7 *8 *9 *10)) (-4 *7 (-464)) (-4 *8 (-805))
- (-4 *9 (-862)) (-5 *1 (-1088 *7 *8 *9 *10 *11))))
- ((*1 *2 *3 *4 *2 *5 *6)
- (-12
- (-5 *5
- (-2 (|:| |done| (-656 *11))
- (|:| |todo| (-656 (-2 (|:| |val| *3) (|:| -3986 *11))))))
- (-5 *6 (-783))
- (-5 *2 (-656 (-2 (|:| |val| (-656 *10)) (|:| -3986 *11))))
- (-5 *3 (-656 *10)) (-5 *4 (-656 *11)) (-4 *10 (-1084 *7 *8 *9))
- (-4 *11 (-1128 *7 *8 *9 *10)) (-4 *7 (-464)) (-4 *8 (-805))
- (-4 *9 (-862)) (-5 *1 (-1164 *7 *8 *9 *10 *11)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-2 (|:| |den| (-576)) (|:| |gcdnum| (-576)))))
- (-4 *4 (-1262 (-419 *2))) (-5 *2 (-576)) (-5 *1 (-930 *4 *5))
- (-4 *5 (-1262 (-419 *4))))))
-(((*1 *2 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
- (-5 *2 (-1054)) (-5 *1 (-764)))))
-(((*1 *2 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-301)) (-5 *1 (-169)))))
-(((*1 *1) (-5 *1 (-1082))))
-(((*1 *2 *2) (-12 (-5 *2 (-656 (-701 (-326 (-576))))) (-5 *1 (-1050)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-1177)) (-5 *5 (-701 (-227)))
- (-5 *2 (-1054)) (-5 *1 (-759)))))
+ (-12 (-4 *5 (-374)) (-4 *6 (-13 (-384 *5) (-10 -7 (-6 -4465))))
+ (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4465)))) (-5 *2 (-112))
+ (-5 *1 (-680 *5 *6 *4 *3)) (-4 *3 (-699 *5 *6 *4)))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1197))
+ (-4 *5 (-13 (-464) (-148) (-1059 (-576)) (-651 (-576))))
+ (-5 *2 (-2 (|:| -2670 *3) (|:| |coeff| *3))) (-5 *1 (-569 *5 *3))
+ (-4 *3 (-13 (-27) (-1223) (-442 *5))))))
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-656 *6)) (-5 *4 (-656 (-253 *5 *6))) (-4 *6 (-464))
+ (-5 *2 (-253 *5 *6)) (-14 *5 (-656 (-1197))) (-5 *1 (-643 *5 *6)))))
+(((*1 *2)
+ (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
+ (-4 *3 (-378 *4))))
+ ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-783)) (-4 *4 (-13 (-568) (-148)))
+ (-5 *1 (-1258 *4 *2)) (-4 *2 (-1264 *4)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-656 (-922 *3))) (-4 *3 (-1119)) (-5 *1 (-921 *3)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-1195))
- (-4 *4 (-13 (-464) (-148) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-569 *4 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *4))))))
-(((*1 *2 *3 *3 *3 *4 *5 *6)
- (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227)))
- (-5 *5 (-1113 (-227))) (-5 *6 (-656 (-270))) (-5 *2 (-1152 (-227)))
- (-5 *1 (-709)))))
-(((*1 *1 *1 *1) (-4 *1 (-557))))
-(((*1 *2 *2 *2 *2 *2 *3)
- (-12 (-5 *2 (-701 *4)) (-5 *3 (-783)) (-4 *4 (-1068))
- (-5 *1 (-702 *4)))))
-(((*1 *1) (-5 *1 (-449))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-439 *3 *2)) (-4 *3 (-13 (-174) (-38 (-419 (-576)))))
- (-4 *2 (-13 (-862) (-21))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-576)) (|has| *1 (-6 -4453)) (-4 *1 (-416))
- (-5 *2 (-938)))))
-(((*1 *2 *1) (-12 (-4 *1 (-312)) (-5 *2 (-656 (-115))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-783)) (-4 *4 (-374)) (-5 *1 (-911 *2 *4))
- (-4 *2 (-1262 *4)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-1259 *5 *4)) (-5 *1 (-1193 *4 *5 *6))
- (-4 *4 (-1068)) (-14 *5 (-1195)) (-14 *6 *4)))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-1259 *5 *4)) (-5 *1 (-1278 *4 *5 *6))
- (-4 *4 (-1068)) (-14 *5 (-1195)) (-14 *6 *4))))
+ (-12 (-5 *2 (-1288 *3)) (-4 *3 (-1070)) (-5 *1 (-724 *3 *4))
+ (-4 *4 (-1264 *3)))))
+(((*1 *1 *1 *1) (-4 *1 (-673))))
(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-1176 *3)) (-4 *3 (-1119))
- (-4 *3 (-1236)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
- (-5 *2 (-656 *4)) (-5 *1 (-1147 *3 *4)) (-4 *3 (-1262 *4))))
- ((*1 *2 *3 *3)
- (-12 (-4 *3 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
- (-5 *2 (-656 *3)) (-5 *1 (-1147 *4 *3)) (-4 *4 (-1262 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-862)) (-5 *2 (-656 (-656 (-656 *4))))
- (-5 *1 (-1206 *4)) (-5 *3 (-656 (-656 *4))))))
-(((*1 *1)
- (-12 (-4 *1 (-416)) (-2658 (|has| *1 (-6 -4453)))
- (-2658 (|has| *1 (-6 -4445)))))
- ((*1 *2 *1) (-12 (-4 *1 (-437 *2)) (-4 *2 (-1119)) (-4 *2 (-862))))
- ((*1 *1) (-4 *1 (-856))) ((*1 *1 *1 *1) (-4 *1 (-862)))
- ((*1 *2 *1) (-12 (-4 *1 (-987 *2)) (-4 *2 (-862)))))
-(((*1 *1 *1 *1) (-5 *1 (-130)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-1202 *2)) (-14 *2 (-938))))
- ((*1 *1 *1 *1) (-5 *1 (-1241))) ((*1 *1 *1 *1) (-5 *1 (-1242)))
- ((*1 *1 *1 *1) (-5 *1 (-1243))) ((*1 *1 *1 *1) (-5 *1 (-1244))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1284 *3)) (-4 *3 (-1236)) (-4 *3 (-1068))
- (-5 *2 (-701 *3)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-518)) (-5 *2 (-112)) (-5 *1 (-115)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1029 *3)) (-4 *3 (-1236)) (-5 *2 (-656 *3)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| -2938 (-390)) (|:| -2624 (-1177))
- (|:| |explanations| (-656 (-1177)))))
- (-5 *2 (-1054)) (-5 *1 (-315))))
- ((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| -2938 (-390)) (|:| -2624 (-1177))
- (|:| |explanations| (-656 (-1177))) (|:| |extra| (-1054))))
- (-5 *2 (-1054)) (-5 *1 (-315)))))
-(((*1 *2 *1 *1)
- (|partial| -12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068))
- (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112)))))
-(((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-694 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-1217)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-783)) (|:| |poli| *7)
- (|:| |polj| *7)))
- (-4 *5 (-805)) (-4 *7 (-966 *4 *5 *6)) (-4 *4 (-464)) (-4 *6 (-862))
- (-5 *2 (-112)) (-5 *1 (-461 *4 *5 *6 *7)))))
-(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-931 *3)) (-4 *3 (-317)))))
-(((*1 *2 *1) (-12 (-4 *1 (-686 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1231 *3)) (-4 *3 (-993)))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *6)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
- (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-74 FCN)))) (-5 *2 (-1054))
- (-5 *1 (-758)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-931 *3)) (-4 *3 (-317)))))
-(((*1 *1 *1 *1) (-5 *1 (-130)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-1202 *2)) (-14 *2 (-938))))
- ((*1 *1 *1 *1) (-5 *1 (-1241))) ((*1 *1 *1 *1) (-5 *1 (-1242)))
- ((*1 *1 *1 *1) (-5 *1 (-1243))) ((*1 *1 *1 *1) (-5 *1 (-1244))))
+ (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
+ (-4 *3 (-378 *4))))
+ ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-960 *3)) (-4 *3 (-13 (-374) (-1221) (-1021)))
- (-5 *1 (-178 *3)))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1195))
- (-4 *5 (-13 (-464) (-148) (-1057 (-576)) (-651 (-576))))
- (-5 *2 (-2 (|:| -1633 *3) (|:| |coeff| *3))) (-5 *1 (-569 *5 *3))
- (-4 *3 (-13 (-27) (-1221) (-442 *5))))))
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2)
+ (-12 (-5 *2 (-1293)) (-5 *1 (-1215 *3 *4)) (-4 *3 (-1121))
+ (-4 *4 (-1121)))))
+(((*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1293)) (-5 *1 (-1159))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-876))) (-5 *2 (-1293)) (-5 *1 (-1159)))))
(((*1 *2 *3 *4 *3 *3)
(-12 (-5 *3 (-304 *6)) (-5 *4 (-115)) (-4 *6 (-442 *5))
(-4 *5 (-13 (-568) (-626 (-548)))) (-5 *2 (-52))
@@ -11978,2891 +13674,3092 @@
(-12 (-5 *4 (-115)) (-5 *5 (-304 *3)) (-5 *6 (-656 *3))
(-4 *3 (-442 *7)) (-4 *7 (-13 (-568) (-626 (-548)))) (-5 *2 (-52))
(-5 *1 (-327 *7 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-374) (-860))) (-5 *1 (-183 *3 *2))
+ (-4 *2 (-1264 (-171 *3))))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-656 (-289))) (-5 *1 (-289))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-1202))) (-5 *1 (-1202)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1121)) (-5 *1 (-948 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1197)) (-5 *2 (-326 (-576))) (-5 *1 (-949)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-876)))))
+(((*1 *2) (-12 (-5 *2 (-656 *3)) (-5 *1 (-1105 *3)) (-4 *3 (-133)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-656 (-1 *4 (-656 *4)))) (-4 *4 (-1121))
+ (-5 *1 (-114 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1121))
+ (-5 *1 (-114 *4))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-115)) (-5 *2 (-656 (-1 *4 (-656 *4))))
+ (-5 *1 (-114 *4)) (-4 *4 (-1121)))))
+(((*1 *2 *1 *3 *4 *4 *5)
+ (-12 (-5 *3 (-962 (-227))) (-5 *4 (-888)) (-5 *5 (-940))
+ (-5 *2 (-1293)) (-5 *1 (-480))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-962 (-227))) (-5 *2 (-1293)) (-5 *1 (-480))))
+ ((*1 *2 *1 *3 *4 *4 *5)
+ (-12 (-5 *3 (-656 (-962 (-227)))) (-5 *4 (-888)) (-5 *5 (-940))
+ (-5 *2 (-1293)) (-5 *1 (-480)))))
+(((*1 *2)
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-5 *2 (-701 (-419 *4))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-924 (-576))) (-5 *4 (-576)) (-5 *2 (-701 *4))
+ (-5 *1 (-1049 *5)) (-4 *5 (-1070))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-576))) (-5 *2 (-701 (-576))) (-5 *1 (-1049 *4))
+ (-4 *4 (-1070))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-924 (-576)))) (-5 *4 (-576))
+ (-5 *2 (-656 (-701 *4))) (-5 *1 (-1049 *5)) (-4 *5 (-1070))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-656 (-576)))) (-5 *2 (-656 (-701 (-576))))
+ (-5 *1 (-1049 *4)) (-4 *4 (-1070)))))
+(((*1 *2 *3 *4 *5 *6 *7 *7 *8)
+ (-12
+ (-5 *3
+ (-2 (|:| |det| *12) (|:| |rows| (-656 (-576)))
+ (|:| |cols| (-656 (-576)))))
+ (-5 *4 (-701 *12)) (-5 *5 (-656 (-419 (-971 *9))))
+ (-5 *6 (-656 (-656 *12))) (-5 *7 (-783)) (-5 *8 (-576))
+ (-4 *9 (-13 (-317) (-148))) (-4 *12 (-968 *9 *11 *10))
+ (-4 *10 (-13 (-862) (-626 (-1197)))) (-4 *11 (-805))
+ (-5 *2
+ (-2 (|:| |eqzro| (-656 *12)) (|:| |neqzro| (-656 *12))
+ (|:| |wcond| (-656 (-971 *9)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1288 (-419 (-971 *9))))
+ (|:| -1726 (-656 (-1288 (-419 (-971 *9)))))))))
+ (-5 *1 (-943 *9 *10 *11 *12)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1070)) (-5 *2 (-576)) (-5 *1 (-455 *4 *3 *5))
+ (-4 *3 (-1264 *4))
+ (-4 *5 (-13 (-416) (-1059 *4) (-374) (-1223) (-294))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1121))
+ (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-1293)) (-5 *1 (-834)))))
(((*1 *2)
(-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
(-4 *3 (-378 *4))))
((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
-(((*1 *1 *2 *2) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1236))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-1177)) (-5 *1 (-1008))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-4 *4 (-1236)) (-5 *1 (-1076 *3 *4))
- (-4 *3 (-1112 *4))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *3 (-1113 *4)) (-4 *4 (-1236))
- (-5 *1 (-1111 *4)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-783)) (-4 *5 (-568))
+ (-5 *2
+ (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-990 *5 *3)) (-4 *3 (-1264 *5)))))
+(((*1 *1 *1) (-12 (-4 *1 (-249 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1279 *4))
+ (-4 *4 (-38 (-419 (-576))))
+ (-5 *2 (-1 (-1178 *4) (-1178 *4) (-1178 *4))) (-5 *1 (-1281 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-786)) (-5 *1 (-52)))))
+(((*1 *2) (-12 (-5 *2 (-656 (-940))) (-5 *1 (-1291))))
+ ((*1 *2 *2) (-12 (-5 *2 (-656 (-940))) (-5 *1 (-1291)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1261 *5 *4)) (-4 *4 (-832)) (-14 *5 (-1197))
+ (-5 *2 (-576)) (-5 *1 (-1135 *4 *5)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1 (-962 (-227)) (-962 (-227)))) (-5 *3 (-656 (-270)))
+ (-5 *1 (-268))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-962 (-227)) (-962 (-227)))) (-5 *1 (-270))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-656 (-493 *5 *6))) (-5 *3 (-493 *5 *6))
+ (-14 *5 (-656 (-1197))) (-4 *6 (-464)) (-5 *2 (-1288 *6))
+ (-5 *1 (-643 *5 *6)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-783)) (-5 *1 (-1122 *4 *5)) (-14 *4 *3)
+ (-14 *5 *3))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1193 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-656 *1)) (-4 *1 (-1086 *4 *5 *6)) (-4 *4 (-1070))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1231 *4 *5 *6 *3)) (-4 *4 (-568)) (-4 *5 (-805))
+ (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *1 *2 *2 *3)
+ (-12 (-5 *2 (-783)) (-4 *3 (-1238)) (-4 *1 (-57 *3 *4 *5))
+ (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
+ ((*1 *1) (-5 *1 (-173)))
+ ((*1 *1) (-12 (-5 *1 (-215 *2 *3)) (-14 *2 (-940)) (-4 *3 (-1121))))
+ ((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1179)) (-4 *1 (-401))))
+ ((*1 *1) (-5 *1 (-406)))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-4 *1 (-663 *3)) (-4 *3 (-1238))))
+ ((*1 *1)
+ (-12 (-4 *3 (-1121)) (-5 *1 (-900 *2 *3 *4)) (-4 *2 (-1121))
+ (-4 *4 (-678 *3))))
+ ((*1 *1) (-12 (-5 *1 (-904 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121))))
+ ((*1 *1 *2)
+ (-12 (-5 *1 (-1163 *3 *2)) (-14 *3 (-783)) (-4 *2 (-1070))))
+ ((*1 *1) (-12 (-5 *1 (-1185 *2 *3)) (-14 *2 (-940)) (-4 *3 (-1070))))
+ ((*1 *1 *1) (-5 *1 (-1197))) ((*1 *1) (-5 *1 (-1197)))
+ ((*1 *1) (-5 *1 (-1218))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1121)) (-4 *4 (-13 (-1070) (-901 *3) (-626 (-907 *3))))
+ (-5 *2 (-656 (-1097 *3 *4 *5))) (-5 *1 (-1098 *3 *4 *5))
+ (-4 *5 (-13 (-442 *4) (-901 *3) (-626 (-907 *3)))))))
+(((*1 *1) (-4 *1 (-360))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-353 *4 *3 *5)) (-4 *4 (-1242)) (-4 *3 (-1264 *4))
+ (-4 *5 (-1264 (-419 *3))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-886)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))))
+ (-12 (-5 *2 (-888)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-374) (-1059 (-419 *2)))) (-5 *2 (-576))
+ (-5 *1 (-116 *4 *3)) (-4 *3 (-1264 *4)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-701 (-419 (-971 (-576)))))
+ (-5 *2 (-656 (-701 (-326 (-576))))) (-5 *1 (-1052)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-783)) (-4 *5 (-568))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-990 *5 *3)) (-4 *3 (-1264 *5)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-1224 *3))) (-5 *1 (-1224 *3)) (-4 *3 (-1121)))))
+(((*1 *1 *1) (-4 *1 (-673))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1047 (-855 (-576)))) (-5 *1 (-607 *3)) (-4 *3 (-1070)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1 (-112) *9)) (-5 *5 (-1 (-112) *9 *9))
+ (-4 *9 (-1086 *6 *7 *8)) (-4 *6 (-568)) (-4 *7 (-805))
+ (-4 *8 (-862)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3016 (-656 *9))))
+ (-5 *3 (-656 *9)) (-4 *1 (-1231 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1 (-112) *8 *8)) (-4 *8 (-1086 *5 *6 *7))
+ (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-5 *2 (-2 (|:| |bas| *1) (|:| -3016 (-656 *8))))
+ (-5 *3 (-656 *8)) (-4 *1 (-1231 *5 *6 *7 *8)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-2 (|:| -2240 *3) (|:| -2904 *4))))
+ (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *1 (-1214 *3 *4))))
+ ((*1 *1) (-12 (-4 *1 (-1214 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121)))))
+(((*1 *2 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-1212 *2)) (-4 *2 (-374)))))
(((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-905 *4)) (-4 *4 (-1119)) (-5 *2 (-112))
- (-5 *1 (-902 *4 *5)) (-4 *5 (-1119))))
+ (|partial| -12 (-5 *3 (-907 *4)) (-4 *4 (-1121)) (-5 *2 (-112))
+ (-5 *1 (-904 *4 *5)) (-4 *5 (-1121))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-905 *5)) (-4 *5 (-1119)) (-5 *2 (-112))
- (-5 *1 (-903 *5 *3)) (-4 *3 (-1236))))
+ (-12 (-5 *4 (-907 *5)) (-4 *5 (-1121)) (-5 *2 (-112))
+ (-5 *1 (-905 *5 *3)) (-4 *3 (-1238))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *6)) (-5 *4 (-905 *5)) (-4 *5 (-1119))
- (-4 *6 (-1236)) (-5 *2 (-112)) (-5 *1 (-903 *5 *6)))))
+ (-12 (-5 *3 (-656 *6)) (-5 *4 (-907 *5)) (-4 *5 (-1121))
+ (-4 *6 (-1238)) (-5 *2 (-112)) (-5 *1 (-905 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-1178 *3))) (-5 *2 (-1178 *3)) (-5 *1 (-1181 *3))
+ (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)))))
+(((*1 *2 *3 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-760)))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1279 *3))
+ (-5 *1 (-287 *3 *4 *2)) (-4 *2 (-1250 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *4 (-1248 *3))
+ (-5 *1 (-288 *3 *4 *2 *5)) (-4 *2 (-1271 *3 *4)) (-4 *5 (-1004 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1182 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-5 *1 (-1183 *3)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
+ (-5 *1 (-1149 *3 *2)) (-4 *3 (-1264 *2)))))
+(((*1 *2 *1) (-12 (|has| *1 (-6 -4464)) (-4 *1 (-34)) (-5 *2 (-783))))
+ ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-256))))
+ ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-992))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-576))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-783)) (-5 *1 (-1311 *3 *4)) (-4 *3 (-1070))
+ (-4 *4 (-858)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-112)) (-5 *3 (-656 (-270))) (-5 *1 (-268))))
+ ((*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-270)))))
+(((*1 *1 *1) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1238)) (-4 *2 (-1121))))
+ ((*1 *1 *1) (-12 (-4 *1 (-707 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1193 *4)) (-4 *4 (-360))
+ (-4 *2
+ (-13 (-414)
+ (-10 -7 (-15 -4114 (*2 *4)) (-15 -2106 ((-940) *2))
+ (-15 -1726 ((-1288 *2) (-940))) (-15 -3032 (*2 *2)))))
+ (-5 *1 (-367 *2 *4)))))
+(((*1 *1) (-5 *1 (-131))))
+(((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-174)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-845 *3)) (-4 *3 (-1121))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-855 *3)) (-4 *3 (-1121)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-565)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-568))
+ (-5 *2 (-2 (|:| -2663 (-701 *5)) (|:| |vec| (-1288 (-656 (-940))))))
+ (-5 *1 (-90 *5 *3)) (-5 *4 (-940)) (-4 *3 (-668 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1121)) (-4 *4 (-13 (-1070) (-901 *3) (-626 *2)))
+ (-5 *2 (-907 *3)) (-5 *1 (-1097 *3 *4 *5))
+ (-4 *5 (-13 (-442 *4) (-901 *3) (-626 *2))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1264 *5)) (-4 *5 (-374))
+ (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3)))
+ (-5 *1 (-586 *5 *3)))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-1288
+ (-2 (|:| |scaleX| (-227)) (|:| |scaleY| (-227))
+ (|:| |deltaX| (-227)) (|:| |deltaY| (-227)) (|:| -2848 (-576))
+ (|:| -1553 (-576)) (|:| |spline| (-576)) (|:| -3433 (-576))
+ (|:| |axesColor| (-888)) (|:| -3480 (-576))
+ (|:| |unitsColor| (-888)) (|:| |showing| (-576)))))
+ (-5 *1 (-1289)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112))))
+ ((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7)
+ (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227)))
+ (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT))))
+ (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE)))) (-5 *4 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-767))))
+ ((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8)
+ (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227)))
+ (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-67 DOT))))
+ (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-68 IMAGE)))) (-5 *8 (-400))
+ (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-767)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-783)) (-5 *2 (-112)))))
+(((*1 *1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-4 *1 (-1086 *3 *4 *5)) (-4 *3 (-1070))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-4 *3 (-568)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
+ (-12 (-4 *2 (-317)) (-4 *3 (-1013 *2)) (-4 *4 (-1264 *3))
+ (-5 *1 (-425 *2 *3 *4 *5)) (-4 *5 (-13 (-421 *3 *4) (-1059 *3))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *2 (-568)) (-5 *1 (-990 *2 *3)) (-4 *3 (-1264 *2)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-660 *3)) (-4 *3 (-1068))
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-660 *3)) (-4 *3 (-1070))
(-5 *1 (-726 *3 *4))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1068)) (-5 *1 (-848 *3)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-397 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1029 *3)) (-4 *3 (-1236)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938))
- (-4 *4 (-1068)))))
-(((*1 *1 *1) (-5 *1 (-227)))
- ((*1 *1 *1)
- (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195)))
- (-14 *3 (-656 (-1195))) (-4 *4 (-399))))
- ((*1 *1 *1) (-5 *1 (-390))) ((*1 *1) (-5 *1 (-390))))
-(((*1 *1 *2) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1221))))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-656 (-390))) (-5 *3 (-656 (-270))) (-5 *1 (-268))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-656 (-390))) (-5 *1 (-480))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-390))) (-5 *1 (-480))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-938)) (-5 *4 (-886)) (-5 *2 (-1291)) (-5 *1 (-1287))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-938)) (-5 *4 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1287)))))
-(((*1 *2 *1) (-12 (-4 *1 (-261 *3)) (-4 *3 (-1236)) (-5 *2 (-783))))
- ((*1 *2 *1) (-12 (-4 *1 (-312)) (-5 *2 (-783))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1070)) (-5 *1 (-848 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-656 *4))
+ (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1193 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))))
+(((*1 *2 *3 *4 *5 *4 *4 *4)
+ (-12 (-4 *6 (-862)) (-5 *3 (-656 *6)) (-5 *5 (-656 *3))
+ (-5 *2
+ (-2 (|:| |f1| *3) (|:| |f2| (-656 *5)) (|:| |f3| *5)
+ (|:| |f4| (-656 *5))))
+ (-5 *1 (-1208 *6)) (-5 *4 (-656 *5)))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-167 *2)) (-4 *2 (-174)) (-4 *2 (-568))))
+ ((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-336 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-804))
+ (-4 *2 (-568))))
+ ((*1 *1 *1 *1) (|partial| -4 *1 (-568)))
+ ((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070))
+ (-4 *3 (-384 *2)) (-4 *4 (-384 *2)) (-4 *2 (-568))))
+ ((*1 *1 *1 *1) (|partial| -5 *1 (-783)))
+ ((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-568))))
+ ((*1 *1 *1 *1) (-5 *1 (-876)))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1288 *4)) (-4 *4 (-1264 *3)) (-4 *3 (-568))
+ (-5 *1 (-990 *3 *4))))
+ ((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-1074 *3 *4 *2 *5 *6)) (-4 *2 (-1070))
+ (-4 *5 (-243 *4 *2)) (-4 *6 (-243 *3 *2)) (-4 *2 (-568))))
+ ((*1 *2 *2 *2)
+ (|partial| -12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-874)) (-5 *2 (-703 (-561))) (-5 *3 (-561)))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1264 *5)) (-4 *5 (-374))
+ (-5 *2 (-2 (|:| -2670 (-419 *6)) (|:| |coeff| (-419 *6))))
+ (-5 *1 (-586 *5 *6)) (-5 *3 (-419 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-430 *3)) (-4 *3 (-568))))
((*1 *2 *3)
- (-12 (-4 *4 (-1068))
- (-4 *2 (-13 (-416) (-1057 *4) (-374) (-1221) (-294)))
- (-5 *1 (-455 *4 *3 *2)) (-4 *3 (-1262 *4))))
- ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-624 *3)) (-4 *3 (-1119))))
- ((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874))))
- ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-874)))))
+ (-12 (-5 *3 (-656 (-2 (|:| -1452 *4) (|:| -2786 (-576)))))
+ (-4 *4 (-1264 (-576))) (-5 *2 (-783)) (-5 *1 (-454 *4)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-971 (-419 (-576)))) (-5 *4 (-1197))
+ (-5 *5 (-1115 (-855 (-227)))) (-5 *2 (-656 (-227))) (-5 *1 (-310)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1261 *5 *4)) (-4 *4 (-832)) (-14 *5 (-1197))
+ (-5 *2 (-576)) (-5 *1 (-1135 *4 *5)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-1113 (-971 (-576)))) (-5 *3 (-971 (-576)))
+ (-5 *1 (-340))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1113 (-971 (-576)))) (-5 *1 (-340)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-656 (-2 (|:| |totdeg| (-783)) (|:| -2792 *3))))
+ (-5 *4 (-783)) (-4 *3 (-968 *5 *6 *7)) (-4 *5 (-464)) (-4 *6 (-805))
+ (-4 *7 (-862)) (-5 *1 (-461 *5 *6 *7 *3)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-397 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-112)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1231 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-656 *6)))))
+(((*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
+ ((*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *1 *1) (-4 *1 (-1160))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *2 *1 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |lm| (-831 *3)) (|:| |rm| (-831 *3))))
+ (-5 *1 (-831 *3)) (-4 *3 (-862))))
+ ((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *3 *2 *4 *5)
+ (-12 (-5 *2 (-656 *3)) (-5 *5 (-940)) (-4 *3 (-1264 *4))
+ (-4 *4 (-317)) (-5 *1 (-472 *4 *3)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-112)) (-5 *1 (-841)))))
+(((*1 *2 *2) (-12 (-5 *2 (-326 (-227))) (-5 *1 (-276)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1031 *3)) (-4 *3 (-1238)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940))
+ (-4 *4 (-1070)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-624 *6))) (-5 *4 (-1197)) (-5 *2 (-624 *6))
+ (-4 *6 (-442 *5)) (-4 *5 (-1121)) (-5 *1 (-585 *5 *6)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-336 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804))
+ (-5 *2 (-656 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-1121))
+ (-5 *2 (-656 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1178 *3)) (-5 *1 (-608 *3)) (-4 *3 (-1070))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-656 *3)) (-5 *1 (-747 *3 *4)) (-4 *3 (-1070))
+ (-4 *4 (-738))))
+ ((*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-4 *3 (-1070)) (-5 *2 (-656 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1279 *3)) (-4 *3 (-1070)) (-5 *2 (-1178 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1223)))))
+ ((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-876))))
+ ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-876)))))
+(((*1 *1 *1) (-5 *1 (-112))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *1 *1) (-4 *1 (-557))))
+(((*1 *2 *3) (-12 (-5 *3 (-971 (-227))) (-5 *2 (-227)) (-5 *1 (-315)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-518)) (-5 *1 (-289)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-135))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-845 *3)) (-4 *3 (-1121))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-855 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1233 *3)) (-4 *3 (-995)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-3
+ (|:| |noa|
+ (-2 (|:| |fn| (-326 (-227))) (|:| -3651 (-656 (-227)))
+ (|:| |lb| (-656 (-855 (-227))))
+ (|:| |cf| (-656 (-326 (-227))))
+ (|:| |ub| (-656 (-855 (-227))))))
+ (|:| |lsa|
+ (-2 (|:| |lfn| (-656 (-326 (-227))))
+ (|:| -3651 (-656 (-227)))))))
+ (-5 *2 (-656 (-1179))) (-5 *1 (-276)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6))
+ (-5 *2 (-2 (|:| |bas| (-488 *4 *5 *6 *7)) (|:| -3016 (-656 *7))))
+ (-5 *1 (-998 *4 *5 *6 *7)) (-5 *3 (-656 *7)))))
+(((*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-888)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-862))
+ (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-112)))))
+(((*1 *1 *2) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1223))))))
+(((*1 *2 *1 *3 *3 *2)
+ (-12 (-5 *3 (-576)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1238))
+ (-4 *4 (-384 *2)) (-4 *5 (-384 *2))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-298 *3 *2)) (-4 *3 (-1121))
+ (-4 *2 (-1238)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1031 *3)) (-4 *3 (-1238)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1224 *3)) (-4 *3 (-1121)))))
+(((*1 *1 *1 *1) (-4 *1 (-317))) ((*1 *1 *1 *1) (-5 *1 (-783)))
+ ((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -3115 (-794 *3)) (|:| |coef2| (-794 *3))))
+ (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1070))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-568)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *2 (-2 (|:| -3115 *1) (|:| |coef2| *1)))
+ (-4 *1 (-1086 *3 *4 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1288 (-656 (-2 (|:| -1688 *4) (|:| -2409 (-1141))))))
+ (-4 *4 (-360)) (-5 *2 (-1293)) (-5 *1 (-540 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-855 (-227)))) (-5 *4 (-227)) (-5 *2 (-656 *4))
+ (-5 *1 (-276)))))
+(((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1121))
+ (-5 *2 (-2 (|:| |lm| *1) (|:| |mm| *1) (|:| |rm| *1)))
+ (-4 *1 (-397 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-962 (-227)))) (-5 *1 (-1289)))))
(((*1 *2 *2 *2 *2 *3)
- (-12 (-4 *3 (-568)) (-5 *1 (-988 *3 *2)) (-4 *2 (-1262 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288))))
- ((*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288)))))
+ (-12 (-4 *3 (-568)) (-5 *1 (-990 *3 *2)) (-4 *2 (-1264 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-1 (-112) *8))) (-4 *8 (-1086 *5 *6 *7))
+ (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-5 *2 (-2 (|:| |goodPols| (-656 *8)) (|:| |badPols| (-656 *8))))
+ (-5 *1 (-998 *5 *6 *7 *8)) (-5 *4 (-656 *8)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1238))
+ (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4465)) (-4 *1 (-501 *3))
+ (-4 *3 (-1238)))))
+(((*1 *1) (-5 *1 (-158)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1065 *2)) (-4 *2 (-23)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1255 *3)) (-4 *3 (-1238)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-907 *4)) (-4 *4 (-1121)) (-5 *1 (-905 *4 *3))
+ (-4 *3 (-1238))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-52)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))))
+(((*1 *1 *1 *1) (-4 *1 (-317))) ((*1 *1 *1 *1) (-5 *1 (-783)))
+ ((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1070)) (-5 *1 (-724 *3 *2)) (-4 *2 (-1264 *3)))))
+(((*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-1070)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1202)) (-5 *1 (-289)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-3 (-112) "failed")) (-4 *3 (-464)) (-4 *4 (-862))
+ (-4 *5 (-805)) (-5 *1 (-1008 *3 *4 *5 *6)) (-4 *6 (-968 *3 *5 *4)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290))))
+ ((*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1290)))))
+(((*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7)
+ (-12 (-5 *4 (-576)) (-5 *5 (-701 (-227)))
+ (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))))
+ (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN)))) (-5 *3 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-761)))))
+(((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7)
+ (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-227))
+ (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN))))
+ (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL))))
+ (-5 *2 (-1056)) (-5 *1 (-761))))
+ ((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8)
+ (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-227))
+ (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN))))
+ (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL))))
+ (-5 *8 (-400)) (-5 *2 (-1056)) (-5 *1 (-761)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-326 *4)) (-4 *4 (-13 (-840) (-1070))) (-5 *2 (-1179))
+ (-5 *1 (-838 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-326 *5)) (-5 *4 (-112)) (-4 *5 (-13 (-840) (-1070)))
+ (-5 *2 (-1179)) (-5 *1 (-838 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-834)) (-5 *4 (-326 *5)) (-4 *5 (-13 (-840) (-1070)))
+ (-5 *2 (-1293)) (-5 *1 (-838 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-834)) (-5 *4 (-326 *6)) (-5 *5 (-112))
+ (-4 *6 (-13 (-840) (-1070))) (-5 *2 (-1293)) (-5 *1 (-838 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-840)) (-5 *2 (-1179))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-840)) (-5 *3 (-112)) (-5 *2 (-1179))))
+ ((*1 *2 *3 *1) (-12 (-4 *1 (-840)) (-5 *3 (-834)) (-5 *2 (-1293))))
+ ((*1 *2 *3 *1 *4)
+ (-12 (-4 *1 (-840)) (-5 *3 (-834)) (-5 *4 (-112)) (-5 *2 (-1293)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-783)) (-5 *4 (-1288 *2)) (-4 *5 (-317))
+ (-4 *6 (-1013 *5)) (-4 *2 (-13 (-421 *6 *7) (-1059 *6)))
+ (-5 *1 (-425 *5 *6 *7 *2)) (-4 *7 (-1264 *6)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227)))
+ (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-79 LSFUN1))))
+ (-5 *2 (-1056)) (-5 *1 (-765)))))
(((*1 *2 *3)
- (|partial| -12 (-4 *2 (-1119)) (-5 *1 (-1213 *3 *2)) (-4 *3 (-1119)))))
+ (-12 (-5 *3 (-940)) (-5 *2 (-1193 *4)) (-5 *1 (-368 *4))
+ (-4 *4 (-360)))))
+(((*1 *1)
+ (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783))
+ (-4 *4 (-174)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-518)) (-5 *1 (-115))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-115)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *2 (-1121)) (-5 *1 (-1215 *3 *2)) (-4 *3 (-1121)))))
+(((*1 *1 *1 *1) (-5 *1 (-227)))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-783)) (-5 *2 (-1 (-390))) (-5 *1 (-1061))))
+ ((*1 *1 *1 *1) (-4 *1 (-1160))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-419 (-576))) (-5 *1 (-1045 *3))
+ (-4 *3 (-13 (-860) (-374) (-1043)))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1082 *2 *3))
+ (-4 *3 (-1264 *2))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-4 *1 (-1089 *2 *3)) (-4 *2 (-13 (-860) (-374)))
+ (-4 *3 (-1264 *2)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-940))) (-5 *2 (-1199 (-419 (-576))))
+ (-5 *1 (-192)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-374)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3))
+ (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4))
+ (-4 *7 (-1013 *4)) (-4 *2 (-699 *7 *8 *9))
+ (-5 *1 (-534 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-699 *4 *5 *6))
+ (-4 *8 (-384 *7)) (-4 *9 (-384 *7))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2))
+ (-4 *4 (-384 *2)) (-4 *2 (-317))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-317)) (-4 *3 (-174)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-5 *1 (-700 *3 *4 *5 *2))
+ (-4 *2 (-699 *3 *4 *5))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-701 *3)) (-4 *3 (-317)) (-5 *1 (-712 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1074 *2 *3 *4 *5 *6)) (-4 *4 (-1070))
+ (-4 *5 (-243 *3 *4)) (-4 *6 (-243 *2 *4)) (-4 *4 (-317)))))
+(((*1 *2 *3 *3 *3 *4 *5 *4 *6)
+ (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227)))
+ (-5 *5 (-1115 (-227))) (-5 *6 (-576)) (-5 *2 (-1233 (-945)))
+ (-5 *1 (-328))))
+ ((*1 *2 *3 *3 *3 *4 *5 *4 *6 *7)
+ (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227)))
+ (-5 *5 (-1115 (-227))) (-5 *6 (-576)) (-5 *7 (-1179))
+ (-5 *2 (-1233 (-945))) (-5 *1 (-328))))
+ ((*1 *2 *3 *3 *3 *4 *5 *6 *7)
+ (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227)))
+ (-5 *5 (-1115 (-227))) (-5 *6 (-227)) (-5 *7 (-576))
+ (-5 *2 (-1233 (-945))) (-5 *1 (-328))))
+ ((*1 *2 *3 *3 *3 *4 *5 *6 *7 *8)
+ (-12 (-5 *3 (-326 (-576))) (-5 *4 (-1 (-227) (-227)))
+ (-5 *5 (-1115 (-227))) (-5 *6 (-227)) (-5 *7 (-576)) (-5 *8 (-1179))
+ (-5 *2 (-1233 (-945))) (-5 *1 (-328)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-656 (-962 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-962 *3))) (-4 *3 (-1070)) (-4 *1 (-1155 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 (-656 *3))) (-4 *1 (-1155 *3)) (-4 *3 (-1070))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 (-962 *3))) (-4 *1 (-1155 *3)) (-4 *3 (-1070)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-174)) (-4 *2 (-23)) (-5 *1 (-299 *3 *4 *2 *5 *6 *7))
+ (-4 *4 (-1264 *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 (-723 *3 *2 *4 *5 *6)) (-4 *3 (-174))
+ (-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 (-1264 *3)) (-5 *1 (-724 *3 *2)) (-4 *3 (-1070))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-23)) (-5 *1 (-727 *3 *2 *4 *5 *6)) (-4 *3 (-174))
+ (-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 (-883 *3)) (-5 *2 (-576)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1092 *3 *4 *5 *6)) (-4 *3 (-464)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1092 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805))
+ (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-31))))
+ ((*1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-940)))) ((*1 *1) (-4 *1 (-557)))
+ ((*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-711))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-923 *3)) (-4 *3 (-1121)))))
(((*1 *2 *3 *3)
(-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1007 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7))))
+ (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1009 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 *3)) (-4 *3 (-1090 *5 *6 *7 *8)) (-4 *5 (-464))
- (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1084 *5 *6 *7))
- (-5 *2 (-112)) (-5 *1 (-1007 *5 *6 *7 *8 *3))))
+ (-12 (-5 *4 (-656 *3)) (-4 *3 (-1092 *5 *6 *7 *8)) (-4 *5 (-464))
+ (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1086 *5 *6 *7))
+ (-5 *2 (-112)) (-5 *1 (-1009 *5 *6 *7 *8 *3))))
((*1 *2 *3 *3)
(-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1126 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7))))
+ (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1128 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 *3)) (-4 *3 (-1090 *5 *6 *7 *8)) (-4 *5 (-464))
- (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1084 *5 *6 *7))
- (-5 *2 (-112)) (-5 *1 (-1126 *5 *6 *7 *8 *3)))))
+ (-12 (-5 *4 (-656 *3)) (-4 *3 (-1092 *5 *6 *7 *8)) (-4 *5 (-464))
+ (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1086 *5 *6 *7))
+ (-5 *2 (-112)) (-5 *1 (-1128 *5 *6 *7 *8 *3)))))
+(((*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3)
+ (-12 (-5 *6 (-656 (-112))) (-5 *7 (-701 (-227)))
+ (-5 *8 (-701 (-576))) (-5 *3 (-576)) (-5 *4 (-227)) (-5 *5 (-112))
+ (-5 *2 (-1056)) (-5 *1 (-766)))))
+(((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-1291)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-1193 *4)) (-5 *1 (-368 *4))
+ (-4 *4 (-360)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-227)) (-5 *1 (-30))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-430 *4) *4)) (-4 *4 (-568)) (-5 *2 (-430 *4))
+ (-5 *1 (-431 *4))))
+ ((*1 *1 *1) (-5 *1 (-945)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-945))))
+ ((*1 *1 *1) (-5 *1 (-946)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1115 (-227))) (-5 *1 (-946))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))
+ (-5 *4 (-419 (-576))) (-5 *1 (-1041 *3)) (-4 *3 (-1264 (-576)))))
+ ((*1 *2 *3 *2 *2)
+ (|partial| -12
+ (-5 *2 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))
+ (-5 *1 (-1041 *3)) (-4 *3 (-1264 (-576)))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))
+ (-5 *4 (-419 (-576))) (-5 *1 (-1042 *3)) (-4 *3 (-1264 *4))))
+ ((*1 *2 *3 *2 *2)
+ (|partial| -12
+ (-5 *2 (-2 (|:| -2100 (-419 (-576))) (|:| -2111 (-419 (-576)))))
+ (-5 *1 (-1042 *3)) (-4 *3 (-1264 (-419 (-576))))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1082 *2 *3))
+ (-4 *3 (-1264 *2)))))
+(((*1 *1 *2) (-12 (-5 *1 (-703 *2)) (-4 *2 (-625 (-876))))))
+(((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *4 (-227))
+ (-5 *2
+ (-2 (|:| |brans| (-656 (-656 (-962 *4))))
+ (|:| |xValues| (-1115 *4)) (|:| |yValues| (-1115 *4))))
+ (-5 *1 (-154)) (-5 *3 (-656 (-656 (-962 *4)))))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-1086 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *2 (-862))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)))))
+(((*1 *1) (-5 *1 (-145))))
+(((*1 *1 *1) (-12 (-4 *1 (-686 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1178 (-576))) (-5 *1 (-1181 *4)) (-4 *4 (-1070))
+ (-5 *3 (-576)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070))
+ (-5 *2
+ (-2 (|:| -2848 (-783)) (|:| |curves| (-783))
+ (|:| |polygons| (-783)) (|:| |constructs| (-783)))))))
+(((*1 *2 *3 *3 *4 *5 *5)
+ (-12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
+ (-4 *3 (-1086 *6 *7 *8))
+ (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -4442 *4))))
+ (-5 *1 (-1129 *6 *7 *8 *3 *4)) (-4 *4 (-1092 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-656 (-2 (|:| |val| (-656 *8)) (|:| -4442 *9))))
+ (-5 *5 (-112)) (-4 *8 (-1086 *6 *7 *4)) (-4 *9 (-1092 *6 *7 *4 *8))
+ (-4 *6 (-464)) (-4 *7 (-805)) (-4 *4 (-862))
+ (-5 *2 (-656 (-2 (|:| |val| *8) (|:| -4442 *9))))
+ (-5 *1 (-1129 *6 *7 *4 *8 *9)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227)))
+ (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-66 FUNCT1))))
+ (-5 *2 (-1056)) (-5 *1 (-765)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-548)))))
(((*1 *2 *3 *2)
(-12
(-5 *2
(-656
(-2 (|:| |lcmfij| *3) (|:| |totdeg| (-783)) (|:| |poli| *6)
(|:| |polj| *6))))
- (-4 *3 (-805)) (-4 *6 (-966 *4 *3 *5)) (-4 *4 (-464)) (-4 *5 (-862))
+ (-4 *3 (-805)) (-4 *6 (-968 *4 *3 *5)) (-4 *4 (-464)) (-4 *5 (-862))
(-5 *1 (-461 *4 *3 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1119)) (-4 *6 (-899 *5)) (-5 *2 (-898 *5 *6 (-656 *6)))
- (-5 *1 (-900 *5 *6 *4)) (-5 *3 (-656 *6)) (-4 *4 (-626 (-905 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1119)) (-5 *2 (-656 (-304 *3))) (-5 *1 (-900 *5 *3 *4))
- (-4 *3 (-1057 (-1195))) (-4 *3 (-899 *5)) (-4 *4 (-626 (-905 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1119)) (-5 *2 (-656 (-304 (-969 *3))))
- (-5 *1 (-900 *5 *3 *4)) (-4 *3 (-1068))
- (-2658 (-4 *3 (-1057 (-1195)))) (-4 *3 (-899 *5))
- (-4 *4 (-626 (-905 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1119)) (-5 *2 (-902 *5 *3)) (-5 *1 (-900 *5 *3 *4))
- (-2658 (-4 *3 (-1057 (-1195)))) (-2658 (-4 *3 (-1068)))
- (-4 *3 (-899 *5)) (-4 *4 (-626 (-905 *5))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-833)))))
-(((*1 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-1068))))
- ((*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-1068)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1305 *3)) (-4 *3 (-374)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1191 *4)) (-4 *4 (-360)) (-5 *2 (-975 (-1139)))
- (-5 *1 (-357 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1191 (-419 (-576)))) (-5 *1 (-959)) (-5 *3 (-576)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-938)) (-5 *4 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1287)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-701 *7)) (-5 *3 (-656 *7)) (-4 *7 (-966 *4 *6 *5))
- (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195))))
- (-4 *6 (-805)) (-5 *1 (-941 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-926)) (-5 *2 (-430 (-1191 *1))) (-5 *3 (-1191 *1)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4462)) (-4 *1 (-501 *4))
- (-4 *4 (-1236)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-1177)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-347 *5 *6 *7 *8)) (-4 *5 (-442 *4)) (-4 *6 (-1262 *5))
- (-4 *7 (-1262 (-419 *6))) (-4 *8 (-353 *5 *6 *7))
- (-4 *4 (-13 (-568) (-1057 (-576)))) (-5 *2 (-112))
- (-5 *1 (-928 *4 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-347 (-419 (-576)) *4 *5 *6))
- (-4 *4 (-1262 (-419 (-576)))) (-4 *5 (-1262 (-419 *4)))
- (-4 *6 (-353 (-419 (-576)) *4 *5)) (-5 *2 (-112))
- (-5 *1 (-929 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9)
- (-12 (-5 *4 (-576)) (-5 *5 (-1177)) (-5 *6 (-701 (-227)))
- (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))))
- (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))))
- (-5 *9 (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))
- (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-761)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-448)))))
-(((*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1291)) (-5 *1 (-390))))
- ((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-390)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-115)) (-5 *4 (-656 *2)) (-5 *1 (-114 *2))
- (-4 *2 (-1119))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 (-656 *4))) (-4 *4 (-1119))
- (-5 *1 (-114 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1119))
- (-5 *1 (-114 *4))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-115)) (-5 *2 (-1 *4 (-656 *4)))
- (-5 *1 (-114 *4)) (-4 *4 (-1119))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-660 *3)) (-4 *3 (-1068))
- (-5 *1 (-726 *3 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1068)) (-5 *1 (-848 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-1289))))
- ((*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-1289)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-656 *4)) (-4 *4 (-374)) (-5 *2 (-1286 *4))
- (-5 *1 (-826 *4 *3)) (-4 *3 (-668 *4)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-1183 *2 *3)) (-14 *2 (-938)) (-4 *3 (-1068)))))
+ (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1070)) (-14 *3 (-656 (-1197)))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-225 *2 *3)) (-4 *2 (-13 (-1070) (-862)))
+ (-14 *3 (-656 (-1197))))))
+(((*1 *1) (-5 *1 (-158)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1065 *2)) (-4 *2 (-23)))))
+(((*1 *2 *1) (-12 (-5 *1 (-933 *2)) (-4 *2 (-317)))))
+(((*1 *2 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1293)) (-5 *1 (-1027)))))
+(((*1 *2 *1 *3 *3 *3 *2)
+ (-12 (-5 *3 (-783)) (-5 *1 (-687 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *3 *3 *4 *5 *3 *6)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
+ (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-81 FCN)))) (-5 *2 (-1056))
+ (-5 *1 (-758)))))
(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-1 (-112) *2)) (-4 *1 (-152 *2))
- (-4 *2 (-1236)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-289))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1303 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068))
- (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1309 *3 *4)) (-4 *3 (-1068))
- (-4 *4 (-858)))))
+ (-12 (-5 *3 (-1197))
+ (-5 *2 (-3 (|:| |fst| (-446)) (|:| -2434 "void"))) (-5 *1 (-1200)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-374)) (-4 *3 (-1070))
+ (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2549 *1)))
+ (-4 *1 (-866 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1121)) (-4 *6 (-901 *5)) (-5 *2 (-900 *5 *6 (-656 *6)))
+ (-5 *1 (-902 *5 *6 *4)) (-5 *3 (-656 *6)) (-4 *4 (-626 (-907 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1121)) (-5 *2 (-656 (-304 *3))) (-5 *1 (-902 *5 *3 *4))
+ (-4 *3 (-1059 (-1197))) (-4 *3 (-901 *5)) (-4 *4 (-626 (-907 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1121)) (-5 *2 (-656 (-304 (-971 *3))))
+ (-5 *1 (-902 *5 *3 *4)) (-4 *3 (-1070))
+ (-2300 (-4 *3 (-1059 (-1197)))) (-4 *3 (-901 *5))
+ (-4 *4 (-626 (-907 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1121)) (-5 *2 (-904 *5 *3)) (-5 *1 (-902 *5 *3 *4))
+ (-2300 (-4 *3 (-1059 (-1197)))) (-2300 (-4 *3 (-1070)))
+ (-4 *3 (-901 *5)) (-4 *4 (-626 (-907 *5))))))
+(((*1 *1 *1 *1) (-4 *1 (-312))) ((*1 *1 *1) (-4 *1 (-312))))
(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2 *3 *1) (-12 (-5 *3 (-1195)) (-5 *2 (-1199)) (-5 *1 (-1198)))))
-(((*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-112))
- (-5 *2 (-1054)) (-5 *1 (-765)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 (-783))) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938))
- (-4 *4 (-1068)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-1159 *2 *3)) (-4 *2 (-13 (-1119) (-34)))
- (-4 *3 (-13 (-1119) (-34))))))
-(((*1 *2 *3) (-12 (-5 *3 (-419 (-576))) (-5 *2 (-227)) (-5 *1 (-315)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1177)) (-5 *3 (-656 (-270))) (-5 *1 (-268))))
- ((*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-270)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3)
- (-12 (-5 *4 (-701 (-576))) (-5 *5 (-112)) (-5 *7 (-701 (-227)))
- (-5 *3 (-576)) (-5 *6 (-227)) (-5 *2 (-1054)) (-5 *1 (-766)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1236)))))
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1264 *2)) (-4 *2 (-1242)) (-5 *1 (-149 *2 *4 *3))
+ (-4 *3 (-1264 (-419 *4))))))
+(((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568)))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-759)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1286 *4)) (-4 *4 (-360)) (-5 *2 (-1191 *4))
- (-5 *1 (-540 *4)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *1 (-103 *3)) (-4 *3 (-1119)))))
+ (-12 (-5 *3 (-940)) (-5 *2 (-1193 *4)) (-5 *1 (-600 *4))
+ (-4 *4 (-360)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-374) (-148) (-1057 (-576)))) (-4 *5 (-1262 *4))
- (-5 *2 (-2 (|:| |ans| (-419 *5)) (|:| |nosol| (-112))))
- (-5 *1 (-1034 *4 *5)) (-5 *3 (-419 *5)))))
+ (-12 (-4 *2 (-568)) (-4 *2 (-464)) (-5 *1 (-990 *2 *3))
+ (-4 *3 (-1264 *2)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-794 *2)) (-4 *2 (-1070)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1070)) (-4 *2 (-374))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-374)) (-5 *1 (-671 *4 *2))
+ (-4 *2 (-668 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-464)) (-4 *4 (-568))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1456 *4)))
- (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-1217))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1217)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-13 (-1057 (-576)) (-651 (-576)) (-464)))
- (-5 *2 (-855 *4)) (-5 *1 (-323 *3 *4 *5 *6))
- (-4 *4 (-13 (-27) (-1221) (-442 *3))) (-14 *5 (-1195))
- (-14 *6 *4)))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-13 (-1057 (-576)) (-651 (-576)) (-464)))
- (-5 *2 (-855 *4)) (-5 *1 (-1272 *3 *4 *5 *6))
- (-4 *4 (-13 (-27) (-1221) (-442 *3))) (-14 *5 (-1195))
- (-14 *6 *4))))
-(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1025))))
- ((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1025)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-983 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *1 *2)
- (-12 (-4 *1 (-375 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1119)))))
-(((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-129)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1296)))))
-(((*1 *1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-1159 *4 *5))) (-5 *3 (-1 (-112) *5 *5))
- (-4 *4 (-13 (-1119) (-34))) (-4 *5 (-13 (-1119) (-34)))
- (-5 *1 (-1160 *4 *5))))
- ((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-656 (-1159 *3 *4))) (-4 *3 (-13 (-1119) (-34)))
- (-4 *4 (-13 (-1119) (-34))) (-5 *1 (-1160 *3 *4)))))
-(((*1 *1 *1) (-4 *1 (-1079))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-529)))))
-(((*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-921 (-576))) (-5 *1 (-934))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934)))))
-(((*1 *2 *2) (|partial| -12 (-5 *2 (-326 (-227))) (-5 *1 (-315))))
- ((*1 *2 *1)
- (|partial| -12
- (-5 *2 (-2 (|:| |num| (-905 *3)) (|:| |den| (-905 *3))))
- (-5 *1 (-905 *3)) (-4 *3 (-1119)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-340)))))
-(((*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1081))))
- ((*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-1081)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *3 (-576)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime"))
- (-5 *1 (-430 *2)) (-4 *2 (-568)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1139)) (-5 *1 (-855 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *3) (-12 (-5 *2 (-115)) (-5 *1 (-114 *3)) (-4 *3 (-1119)))))
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1009 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1128 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934))))
- ((*1 *2) (-12 (-5 *2 (-921 (-576))) (-5 *1 (-934)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *1 (-461 *3 *4 *5 *2)) (-4 *2 (-966 *3 *4 *5)))))
+ (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 (-576))) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-576))
+ (-14 *4 (-783)) (-4 *5 (-174)))))
(((*1 *2 *2 *3)
- (-12 (-4 *4 (-805))
- (-4 *3 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $))))) (-4 *5 (-568))
- (-5 *1 (-744 *4 *3 *5 *2)) (-4 *2 (-966 (-419 (-969 *5)) *4 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *4 (-1068)) (-4 *5 (-805))
- (-4 *3
- (-13 (-862)
- (-10 -8 (-15 -4169 ((-1195) $))
- (-15 -3052 ((-3 $ "failed") (-1195))))))
- (-5 *1 (-1003 *4 *5 *3 *2)) (-4 *2 (-966 (-969 *4) *5 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-656 *6))
- (-4 *6
- (-13 (-862)
- (-10 -8 (-15 -4169 ((-1195) $))
- (-15 -3052 ((-3 $ "failed") (-1195))))))
- (-4 *4 (-1068)) (-4 *5 (-805)) (-5 *1 (-1003 *4 *5 *6 *2))
- (-4 *2 (-966 (-969 *4) *5 *6)))))
+ (-12 (-4 *4 (-1121)) (-4 *2 (-917 *4)) (-5 *1 (-704 *4 *2 *5 *3))
+ (-4 *5 (-384 *2)) (-4 *3 (-13 (-384 *4) (-10 -7 (-6 -4464)))))))
+(((*1 *1 *1) (-4 *1 (-641)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1023) (-1223))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-576))) (-5 *2 (-576)) (-5 *1 (-498 *4))
+ (-4 *4 (-1264 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-701 (-171 (-419 (-576))))) (-5 *2 (-656 (-171 *4)))
+ (-5 *1 (-776 *4)) (-4 *4 (-13 (-374) (-860))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-701 (-419 (-971 *4)))) (-4 *4 (-464))
+ (-5 *2 (-656 (-3 (-419 (-971 *4)) (-1186 (-1197) (-971 *4)))))
+ (-5 *1 (-302 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-833)))))
+(((*1 *2) (-12 (-5 *2 (-1168 (-1179))) (-5 *1 (-403)))))
+(((*1 *1) (-5 *1 (-1106))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-374) (-148) (-1059 (-419 (-576)))))
+ (-4 *5 (-1264 *4))
+ (-5 *2 (-656 (-2 (|:| |deg| (-783)) (|:| -3379 *5))))
+ (-5 *1 (-821 *4 *5 *3 *6)) (-4 *3 (-668 *5))
+ (-4 *6 (-668 (-419 *5))))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-874)) (-5 *2 (-703 (-1246))) (-5 *3 (-1246)))))
+(((*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3)
+ (-12 (-5 *5 (-701 (-227))) (-5 *6 (-701 (-576))) (-5 *3 (-576))
+ (-5 *4 (-227)) (-5 *2 (-1056)) (-5 *1 (-764)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
- (|:| |relerr| (-227))))
- (-5 *2 (-1176 (-227))) (-5 *1 (-194))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-326 (-227))) (-5 *4 (-656 (-1195)))
- (-5 *5 (-1113 (-855 (-227)))) (-5 *2 (-1176 (-227))) (-5 *1 (-310))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1286 (-326 (-227)))) (-5 *4 (-656 (-1195)))
- (-5 *5 (-1113 (-855 (-227)))) (-5 *2 (-1176 (-227))) (-5 *1 (-310)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
+ (-516 (-419 (-576)) (-245 *5 (-783)) (-878 *4)
+ (-253 *4 (-419 (-576)))))
+ (-14 *4 (-656 (-1197))) (-14 *5 (-783)) (-5 *2 (-112))
+ (-5 *1 (-517 *4 *5)))))
+(((*1 *2 *1)
+ (|partial| -12
+ (-5 *2 (-2 (|:| -3961 (-115)) (|:| |arg| (-656 (-907 *3)))))
+ (-5 *1 (-907 *3)) (-4 *3 (-1121))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-115)) (-5 *2 (-656 (-907 *4)))
+ (-5 *1 (-907 *4)) (-4 *4 (-1121)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-940)) (-5 *1 (-798)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *1) (-12 (-4 *1 (-972)) (-5 *2 (-656 (-656 (-960 (-227)))))))
- ((*1 *2 *1) (-12 (-4 *1 (-993)) (-5 *2 (-656 (-656 (-960 (-227))))))))
-(((*1 *2 *3) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-573)) (-5 *3 (-576))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1191 (-419 (-576)))) (-5 *1 (-959)) (-5 *3 (-576)))))
-(((*1 *2 *3 *4 *4 *5 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
- (-5 *2 (-1054)) (-5 *1 (-764)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1195)) (-5 *2 (-1 (-1191 (-969 *4)) (-969 *4)))
- (-5 *1 (-1294 *4)) (-4 *4 (-374)))))
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-1070))))
+ ((*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-1070)))))
(((*1 *2)
- (-12 (-14 *4 (-783)) (-4 *5 (-1236)) (-5 *2 (-135))
- (-5 *1 (-242 *3 *4 *5)) (-4 *3 (-243 *4 *5))))
- ((*1 *2)
- (-12 (-4 *4 (-374)) (-5 *2 (-135)) (-5 *1 (-338 *3 *4))
- (-4 *3 (-339 *4))))
- ((*1 *2)
- (-12 (-5 *2 (-783)) (-5 *1 (-402 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
- (-4 *5 (-174))))
+ (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-429 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-419 (-576))) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-568)) (-4 *8 (-968 *7 *5 *6))
+ (-5 *2 (-2 (|:| -3744 (-783)) (|:| -2862 *9) (|:| |radicand| *9)))
+ (-5 *1 (-972 *5 *6 *7 *8 *9)) (-5 *4 (-783))
+ (-4 *9
+ (-13 (-374)
+ (-10 -8 (-15 -4114 ($ *8)) (-15 -2687 (*8 $)) (-15 -2698 (*8 $))))))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1179)) (-5 *3 (-835)) (-5 *1 (-834)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1197)) (-4 *5 (-626 (-907 (-576))))
+ (-4 *5 (-901 (-576)))
+ (-4 *5 (-13 (-1059 (-576)) (-464) (-651 (-576))))
+ (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
+ (-5 *1 (-579 *5 *3)) (-4 *3 (-641))
+ (-4 *3 (-13 (-27) (-1223) (-442 *5)))))
+ ((*1 *2 *2 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-1197)) (-5 *4 (-855 *2)) (-4 *2 (-1160))
+ (-4 *2 (-13 (-27) (-1223) (-442 *5)))
+ (-4 *5 (-626 (-907 (-576)))) (-4 *5 (-901 (-576)))
+ (-4 *5 (-13 (-1059 (-576)) (-464) (-651 (-576))))
+ (-5 *1 (-579 *5 *2)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2))
+ (-4 *4 (-568)))))
+(((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
+ (|partial| -12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805))
+ (-4 *8 (-862)) (-4 *9 (-1086 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| -3379 (-656 *9)) (|:| -4442 *4) (|:| |ineq| (-656 *9))))
+ (-5 *1 (-1009 *6 *7 *8 *9 *4)) (-5 *3 (-656 *9))
+ (-4 *4 (-1092 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
+ (|partial| -12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805))
+ (-4 *8 (-862)) (-4 *9 (-1086 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| -3379 (-656 *9)) (|:| -4442 *4) (|:| |ineq| (-656 *9))))
+ (-5 *1 (-1128 *6 *7 *8 *9 *4)) (-5 *3 (-656 *9))
+ (-4 *4 (-1092 *6 *7 *8 *9)))))
+(((*1 *1) (-5 *1 (-55))))
+(((*1 *2 *1) (-12 (-4 *1 (-1307 *3)) (-4 *3 (-374)) (-5 *2 (-112)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1121)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *1 *1 *1) (-4 *1 (-773))))
+(((*1 *1) (-5 *1 (-301))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-568)) (-5 *1 (-635 *2 *3)) (-4 *3 (-1264 *2)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-227) (-227))) (-5 *1 (-328)) (-5 *3 (-227)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-406))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-1179))) (-5 *1 (-1218)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-581 *3)) (-4 *3 (-1059 (-576)))))
((*1 *2 *1)
- (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-576))
- (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-656 *6)) (-4 *6 (-862)) (-4 *4 (-374)) (-4 *5 (-805))
- (-5 *2 (-576)) (-5 *1 (-516 *4 *5 *6 *7)) (-4 *7 (-966 *4 *5 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-999 *3)) (-4 *3 (-1068)) (-5 *2 (-938))))
- ((*1 *2) (-12 (-4 *1 (-1293 *3)) (-4 *3 (-374)) (-5 *2 (-135)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-341 *3)) (-4 *3 (-862)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-153 *2 *3 *4)) (-14 *2 (-938)) (-4 *3 (-374))
- (-14 *4 (-1012 *2 *3))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *2 (-174)) (-5 *1 (-299 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1262 *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 (-378 *2)) (-4 *2 (-174)) (-4 *2 (-568))))
- ((*1 *1 *1)
- (|partial| -12 (-5 *1 (-727 *2 *3 *4 *5 *6)) (-4 *2 (-174))
- (-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 (-730 *2)) (-4 *2 (-374))))
- ((*1 *1) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374))))
- ((*1 *1 *1) (|partial| -4 *1 (-734)))
- ((*1 *1 *1) (|partial| -4 *1 (-738)))
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6 *7)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *7 (-1121)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-656 (-493 *5 *6))) (-5 *4 (-878 *5))
+ (-14 *5 (-656 (-1197))) (-5 *2 (-493 *5 *6)) (-5 *1 (-643 *5 *6))
+ (-4 *6 (-464))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3)))
- (-5 *1 (-788 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3))))
- ((*1 *2 *2 *1)
- (|partial| -12 (-4 *1 (-1087 *3 *2)) (-4 *3 (-13 (-860) (-374)))
- (-4 *2 (-1262 *3))))
- ((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *2 (-464)))))
-(((*1 *1) (-5 *1 (-1288))))
-(((*1 *1 *1) (-5 *1 (-548))))
+ (-12 (-5 *3 (-656 (-493 *5 *6))) (-5 *4 (-878 *5))
+ (-14 *5 (-656 (-1197))) (-5 *2 (-493 *5 *6)) (-5 *1 (-643 *5 *6))
+ (-4 *6 (-464)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-312)) (-4 *2 (-1238))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 (-624 *1))) (-5 *3 (-656 *1)) (-4 *1 (-312))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-304 *1))) (-4 *1 (-312))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-304 *1)) (-4 *1 (-312)))))
(((*1 *2 *3)
- (-12 (-14 *4 (-656 (-1195))) (-4 *5 (-464))
- (-5 *2
- (-2 (|:| |glbase| (-656 (-253 *4 *5))) (|:| |glval| (-656 (-576)))))
- (-5 *1 (-643 *4 *5)) (-5 *3 (-656 (-253 *4 *5))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-171 (-227))) (-5 *4 (-576)) (-5 *2 (-1054))
- (-5 *1 (-770)))))
-(((*1 *1) (-5 *1 (-590))))
-(((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-1195)) (-4 *4 (-1068)) (-4 *4 (-1119))
- (-5 *2 (-2 (|:| |var| (-624 *1)) (|:| -2125 (-576))))
- (-4 *1 (-442 *4))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-115)) (-4 *4 (-1068)) (-4 *4 (-1119))
- (-5 *2 (-2 (|:| |var| (-624 *1)) (|:| -2125 (-576))))
- (-4 *1 (-442 *4))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1131)) (-4 *3 (-1119))
- (-5 *2 (-2 (|:| |var| (-624 *1)) (|:| -2125 (-576))))
- (-4 *1 (-442 *3))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |val| (-905 *3)) (|:| -2125 (-783))))
- (-5 *1 (-905 *3)) (-4 *3 (-1119))))
+ (-12 (-5 *3 (-1193 *4)) (-4 *4 (-360)) (-5 *2 (-977 (-1141)))
+ (-5 *1 (-357 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-888)) (-5 *1 (-270))))
+ ((*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-270)))))
+(((*1 *2)
+ (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6))
+ (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1179))
+ (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-112))
+ (-5 *1 (-226 *4 *5)) (-4 *5 (-13 (-1223) (-29 *4))))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1070)) (-4 *3 (-1121))
+ (-5 *2 (-2 (|:| |val| *1) (|:| -3744 (-576)))) (-4 *1 (-442 *3))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-966 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-5 *2 (-2 (|:| |var| *5) (|:| -2125 (-783))))))
+ (|partial| -12
+ (-5 *2 (-2 (|:| |val| (-907 *3)) (|:| -3744 (-907 *3))))
+ (-5 *1 (-907 *3)) (-4 *3 (-1121))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1068))
- (-4 *7 (-966 *6 *4 *5))
- (-5 *2 (-2 (|:| |var| *5) (|:| -2125 (-576))))
- (-5 *1 (-967 *4 *5 *6 *7 *3))
+ (|partial| -12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1070))
+ (-4 *7 (-968 *6 *4 *5))
+ (-5 *2 (-2 (|:| |val| *3) (|:| -3744 (-576))))
+ (-5 *1 (-969 *4 *5 *6 *7 *3))
(-4 *3
(-13 (-374)
- (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $))
- (-15 -1579 (*7 $))))))))
-(((*1 *1) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1221))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-764)))))
+ (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $))
+ (-15 -2698 (*7 $))))))))
(((*1 *1 *1 *1)
- (|partial| -12 (-4 *2 (-174)) (-5 *1 (-299 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1262 *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 (-723 *2 *3 *4 *5 *6)) (-4 *2 (-174))
- (-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 (-727 *2 *3 *4 *5 *6)) (-4 *2 (-174))
- (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3))
- (-14 *5 (-1 (-3 *3 "failed") *3 *3))
- (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -4101 *4))))
- (-4 *3 (-1119)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-661 *3 *4 *5)))))
-(((*1 *1 *1) (-4 *1 (-557))))
-(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-171 (-227)) (-171 (-227)))) (-5 *4 (-1113 (-227)))
- (-5 *5 (-112)) (-5 *2 (-1288)) (-5 *1 (-264)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1065 *4 *5)) (-4 *4 (-13 (-860) (-317) (-148) (-1041)))
- (-14 *5 (-656 (-1195))) (-5 *2 (-656 (-656 (-1043 (-419 *4)))))
- (-5 *1 (-1313 *4 *5 *6)) (-14 *6 (-656 (-1195)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-112))
- (-4 *5 (-13 (-860) (-317) (-148) (-1041)))
- (-5 *2 (-656 (-656 (-1043 (-419 *5))))) (-5 *1 (-1313 *5 *6 *7))
- (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-969 *5))) (-5 *4 (-112))
- (-4 *5 (-13 (-860) (-317) (-148) (-1041)))
- (-5 *2 (-656 (-656 (-1043 (-419 *5))))) (-5 *1 (-1313 *5 *6 *7))
- (-14 *6 (-656 (-1195))) (-14 *7 (-656 (-1195)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-969 *4)))
- (-4 *4 (-13 (-860) (-317) (-148) (-1041)))
- (-5 *2 (-656 (-656 (-1043 (-419 *4))))) (-5 *1 (-1313 *4 *5 *6))
- (-14 *5 (-656 (-1195))) (-14 *6 (-656 (-1195))))))
-(((*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-1177)) (-5 *1 (-798)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-317)) (-5 *1 (-467 *3 *2)) (-4 *2 (-1262 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *3 (-317)) (-5 *1 (-472 *3 *2)) (-4 *2 (-1262 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *3 (-317)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-783)))
- (-5 *1 (-551 *3 *2 *4 *5)) (-4 *2 (-1262 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2))
- (-4 *4 (-568)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1123)) (-5 *1 (-340)))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-1274 *2)) (-4 *2 (-1236)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-874)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-120 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1121)) (-4 *3 (-917 *5)) (-5 *2 (-1288 *3))
+ (-5 *1 (-704 *5 *3 *6 *4)) (-4 *6 (-384 *3))
+ (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4464)))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1057 (-576))) (-4 *1 (-312)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-557)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-922 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-430 (-1191 (-576)))) (-5 *1 (-193)) (-5 *3 (-576)))))
+ (-12 (-5 *2 (-876)) (-5 *1 (-402 *3 *4 *5)) (-14 *3 (-783))
+ (-14 *4 (-783)) (-4 *5 (-174)))))
+(((*1 *2 *1) (-12 (-5 *2 (-140)) (-5 *1 (-141))))
+ ((*1 *2 *1) (-12 (-5 *1 (-185 *2)) (-4 *2 (-187))))
+ ((*1 *2 *1) (-12 (-5 *2 (-255)) (-5 *1 (-254)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1264 *2)) (-4 *2 (-1070)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-138))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1237)) (-5 *1 (-157))))
+ ((*1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1238))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-490))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-604))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-638))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1121))
+ (-4 *2 (-13 (-442 *4) (-901 *3) (-626 (-907 *3))))
+ (-5 *1 (-1097 *3 *4 *2))
+ (-4 *4 (-13 (-1070) (-901 *3) (-626 (-907 *3))))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1121)) (-5 *1 (-1186 *3 *2)) (-4 *3 (-1121)))))
+(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1193 (-419 (-576)))) (-5 *1 (-961)) (-5 *3 (-576)))))
+(((*1 *1) (-5 *1 (-145))) ((*1 *1 *1) (-5 *1 (-876))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-419 (-576))) (-4 *1 (-566 *3))
+ (-4 *3 (-13 (-416) (-1223)))))
+ ((*1 *1 *2) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1223)))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1223))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 (-112) *7 (-656 *7))) (-4 *1 (-1231 *4 *5 *6 *7))
+ (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-326 (-227))) (-5 *4 (-1197))
+ (-5 *5 (-1115 (-855 (-227)))) (-5 *2 (-656 (-227))) (-5 *1 (-194))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-326 (-227))) (-5 *4 (-1197))
+ (-5 *5 (-1115 (-855 (-227)))) (-5 *2 (-656 (-227))) (-5 *1 (-310)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2))
- (-4 *4 (-568)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-227)) (-5 *3 (-783)) (-5 *1 (-228))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-171 (-227))) (-5 *3 (-783)) (-5 *1 (-228))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1158))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-609)) (-5 *1 (-597)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-374)) (-4 *3 (-1068))
- (-5 *1 (-1179 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-518)) (-5 *2 (-703 (-189))) (-5 *1 (-189)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-374)) (-5 *2 (-656 *3)) (-5 *1 (-962 *4 *3))
- (-4 *3 (-1262 *4)))))
+ (-12 (-5 *3 (-783)) (-5 *2 (-1 (-1178 (-971 *4)) (-1178 (-971 *4))))
+ (-5 *1 (-1296 *4)) (-4 *4 (-374)))))
+(((*1 *2 *1) (-12 (-5 *2 (-256)) (-5 *1 (-343)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-940)) (-5 *4 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1289)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-138))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-157))))
+ ((*1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1238))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-490))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-604))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-638))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1121))
+ (-4 *2 (-13 (-442 *4) (-901 *3) (-626 (-907 *3))))
+ (-5 *1 (-1097 *3 *4 *2))
+ (-4 *4 (-13 (-1070) (-901 *3) (-626 (-907 *3))))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1121)) (-5 *1 (-1186 *2 *3)) (-4 *3 (-1121)))))
+(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-771)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-960 *3)) (-4 *3 (-13 (-374) (-1221) (-1021)))
+ (-12 (-5 *2 (-962 *3)) (-4 *3 (-13 (-374) (-1223) (-1023)))
(-5 *1 (-178 *3)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783))
- (-4 *4 (-174))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1195)) (-4 *4 (-568)) (-5 *1 (-159 *4 *2))
- (-4 *2 (-442 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1111 *2)) (-4 *2 (-442 *4)) (-4 *4 (-568))
- (-5 *1 (-159 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1111 *1)) (-4 *1 (-161))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-161)) (-5 *2 (-1195))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-477 *2 *3)) (-4 *2 (-174)) (-4 *3 (-23))))
- ((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-5 *1 (-1306 *3 *4)) (-4 *3 (-862))
- (-4 *4 (-174)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-336 *3 *4)) (-4 *3 (-1068))
- (-4 *4 (-804)) (-4 *3 (-174)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1191 *1)) (-5 *3 (-1195)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-1191 *1)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-969 *1)) (-4 *1 (-27))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1195)) (-4 *1 (-29 *3)) (-4 *3 (-568))))
- ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-568)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-337 *3)) (-4 *3 (-1236))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-336 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-804))
+ (-4 *2 (-464))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-353 *2 *3 *4)) (-4 *2 (-1242)) (-4 *3 (-1264 *2))
+ (-4 *4 (-1264 (-419 *3)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-464))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-576)) (-5 *1 (-528 *3 *4)) (-4 *3 (-1236)) (-14 *4 *2))))
-(((*1 *2)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*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 (-701 (-227))) (-5 *5 (-112)) (-5 *6 (-227))
- (-5 *7 (-701 (-576)))
- (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-80 CONFUN))))
- (-5 *9 (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN))))
- (-5 *3 (-576)) (-5 *2 (-1054)) (-5 *1 (-765)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1139)) (-5 *1 (-833)))))
-(((*1 *1) (-5 *1 (-609))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2))
- (-4 *4 (-384 *2)))))
-(((*1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-219)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-783)) (-5 *6 (-112)) (-4 *7 (-464)) (-4 *8 (-805))
- (-4 *9 (-862)) (-4 *3 (-1084 *7 *8 *9))
- (-5 *2
- (-2 (|:| |done| (-656 *4))
- (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4))))))
- (-5 *1 (-1088 *7 *8 *9 *3 *4)) (-4 *4 (-1090 *7 *8 *9 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-783)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
- (-4 *3 (-1084 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-656 *4))
- (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4))))))
- (-5 *1 (-1088 *6 *7 *8 *3 *4)) (-4 *4 (-1090 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
+ (-12 (-4 *1 (-968 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *2 (-862)) (-4 *3 (-464))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-968 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *2 (-464))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *3 (-317)) (-4 *3 (-568)) (-5 *1 (-1184 *3 *2))
+ (-4 *2 (-1264 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-253 *4 *5)) (-14 *4 (-656 (-1197))) (-4 *5 (-1070))
+ (-5 *2 (-971 *5)) (-5 *1 (-963 *4 *5)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-962 (-227))) (-5 *2 (-1293)) (-5 *1 (-480)))))
+(((*1 *1) (-4 *1 (-360)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 *5)) (-4 *5 (-442 *4)) (-4 *4 (-13 (-568) (-148)))
(-5 *2
- (-2 (|:| |done| (-656 *4))
- (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4))))))
- (-5 *1 (-1088 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-783)) (-5 *6 (-112)) (-4 *7 (-464)) (-4 *8 (-805))
- (-4 *9 (-862)) (-4 *3 (-1084 *7 *8 *9))
+ (-2 (|:| |primelt| *5) (|:| |poly| (-656 (-1193 *5)))
+ (|:| |prim| (-1193 *5))))
+ (-5 *1 (-444 *4 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-568) (-148)))
(-5 *2
- (-2 (|:| |done| (-656 *4))
- (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4))))))
- (-5 *1 (-1164 *7 *8 *9 *3 *4)) (-4 *4 (-1128 *7 *8 *9 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-783)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
- (-4 *3 (-1084 *6 *7 *8))
+ (-2 (|:| |primelt| *3) (|:| |pol1| (-1193 *3))
+ (|:| |pol2| (-1193 *3)) (|:| |prim| (-1193 *3))))
+ (-5 *1 (-444 *4 *3)) (-4 *3 (-27)) (-4 *3 (-442 *4))))
+ ((*1 *2 *3 *4 *3 *4)
+ (-12 (-5 *3 (-971 *5)) (-5 *4 (-1197)) (-4 *5 (-13 (-374) (-148)))
(-5 *2
- (-2 (|:| |done| (-656 *4))
- (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4))))))
- (-5 *1 (-1164 *6 *7 *8 *3 *4)) (-4 *4 (-1128 *6 *7 *8 *3))))
+ (-2 (|:| |coef1| (-576)) (|:| |coef2| (-576))
+ (|:| |prim| (-1193 *5))))
+ (-5 *1 (-979 *5))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
+ (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-656 (-1197)))
+ (-4 *5 (-13 (-374) (-148)))
(-5 *2
- (-2 (|:| |done| (-656 *4))
- (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -3986 *4))))))
- (-5 *1 (-1164 *5 *6 *7 *3 *4)) (-4 *4 (-1128 *5 *6 *7 *3)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-938)) (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379))))
- ((*1 *2 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-374))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-381 *2 *3)) (-4 *3 (-1262 *2)) (-4 *2 (-174))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1286 *4)) (-5 *3 (-938)) (-4 *4 (-360))
- (-5 *1 (-540 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1142 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2))
- (-4 *5 (-243 *3 *2)) (-4 *2 (-1068)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1068)) (-4 *2 (-568)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-960 (-227)) (-960 (-227)))) (-5 *1 (-270))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-339 *4)) (-4 *4 (-374))
- (-5 *2 (-701 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-1286 *3))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174))
- (-5 *2 (-701 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-378 *4)) (-4 *4 (-174))
- (-5 *2 (-1286 *4))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-381 *4 *5)) (-4 *4 (-174))
- (-4 *5 (-1262 *4)) (-5 *2 (-701 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-381 *4 *5)) (-4 *4 (-174))
- (-4 *5 (-1262 *4)) (-5 *2 (-1286 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-421 *4 *5)) (-4 *4 (-174))
- (-4 *5 (-1262 *4)) (-5 *2 (-701 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-421 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1262 *3))
- (-5 *2 (-1286 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-429 *4)) (-4 *4 (-174))
- (-5 *2 (-701 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-1286 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 (-701 *5))) (-5 *3 (-701 *5)) (-4 *5 (-374))
- (-5 *2 (-1286 *5)) (-5 *1 (-1105 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-969 (-576)))) (-5 *1 (-449))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1195)) (-5 *4 (-701 (-227))) (-5 *2 (-1123))
- (-5 *1 (-771))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1195)) (-5 *4 (-701 (-576))) (-5 *2 (-1123))
- (-5 *1 (-771)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-360)) (-5 *3 (-576)) (-5 *2 (-1208 (-938) (-783))))))
-(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-126 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *6)) (-5 *4 (-656 (-1195))) (-4 *6 (-374))
- (-5 *2 (-656 (-304 (-969 *6)))) (-5 *1 (-550 *5 *6 *7))
- (-4 *5 (-464)) (-4 *7 (-13 (-374) (-860))))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 (-876 *5))) (-14 *5 (-656 (-1195))) (-4 *6 (-464))
+ (-2 (|:| -2862 (-656 (-576))) (|:| |poly| (-656 (-1193 *5)))
+ (|:| |prim| (-1193 *5))))
+ (-5 *1 (-979 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-656 (-971 *6))) (-5 *4 (-656 (-1197))) (-5 *5 (-1197))
+ (-4 *6 (-13 (-374) (-148)))
(-5 *2
- (-2 (|:| |dpolys| (-656 (-253 *5 *6)))
- (|:| |coords| (-656 (-576)))))
- (-5 *1 (-483 *5 *6 *7)) (-5 *3 (-656 (-253 *5 *6))) (-4 *7 (-464)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-5 *2 (-576))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068))
- (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-576)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-374)) (-4 *7 (-1262 *5)) (-4 *4 (-736 *5 *7))
- (-5 *2 (-2 (|:| -1953 (-701 *6)) (|:| |vec| (-1286 *5))))
- (-5 *1 (-823 *5 *6 *7 *4 *3)) (-4 *6 (-668 *5)) (-4 *3 (-668 *4)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-656 *7)) (-4 *7 (-1090 *3 *4 *5 *6)) (-4 *3 (-464))
- (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5))
- (-5 *1 (-1007 *3 *4 *5 *6 *7))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-656 *7)) (-4 *7 (-1090 *3 *4 *5 *6)) (-4 *3 (-464))
- (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5))
- (-5 *1 (-1126 *3 *4 *5 *6 *7)))))
-(((*1 *2 *2) (-12 (-5 *2 (-701 (-326 (-576)))) (-5 *1 (-1050)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-622 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1119)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1195)) (-5 *1 (-834)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-938)) (-5 *3 (-656 (-270))) (-5 *1 (-268))))
- ((*1 *1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-270)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-656 (-960 *4))) (-4 *1 (-1153 *4)) (-4 *4 (-1068))
- (-5 *2 (-783)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 (-656 *8))) (-5 *3 (-656 *8))
- (-4 *8 (-966 *5 *7 *6)) (-4 *5 (-13 (-317) (-148)))
- (-4 *6 (-13 (-862) (-626 (-1195)))) (-4 *7 (-805)) (-5 *2 (-112))
- (-5 *1 (-941 *5 *6 *7 *8)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1301 (-1195) *3)) (-4 *3 (-1068)) (-5 *1 (-1308 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1301 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068))
- (-5 *1 (-1310 *3 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-568))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
- (-5 *1 (-996 *4 *5 *6 *7)))))
-(((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-771)))))
+ (-2 (|:| -2862 (-656 (-576))) (|:| |poly| (-656 (-1193 *6)))
+ (|:| |prim| (-1193 *6))))
+ (-5 *1 (-979 *6)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1286 *4)) (-5 *3 (-576)) (-4 *4 (-360))
- (-5 *1 (-540 *4)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-656 (-656 (-960 (-227))))) (-5 *3 (-656 (-886)))
- (-5 *1 (-480)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-938)) (-5 *4 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1287)))))
+ (-12 (-5 *2 (-701 *7)) (-5 *3 (-656 *7)) (-4 *7 (-968 *4 *6 *5))
+ (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197))))
+ (-4 *6 (-805)) (-5 *1 (-943 *4 *5 *6 *7)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
- (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
- (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
- (|:| |abserr| (-227)) (|:| |relerr| (-227))))
- (-5 *2 (-390)) (-5 *1 (-207)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1177)) (-5 *1 (-1217)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-695 *4 *3)) (-4 *4 (-1119))
- (-4 *3 (-1119)))))
-(((*1 *1 *2) (-12 (-5 *2 (-886)) (-5 *1 (-270))))
- ((*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-270)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-112) *2)) (-4 *2 (-133)) (-5 *1 (-1103 *2))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-576) *2 *2)) (-4 *2 (-133)) (-5 *1 (-1103 *2)))))
-(((*1 *2 *1) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1221))))))
-(((*1 *2 *2) (|partial| -12 (-5 *2 (-326 (-227))) (-5 *1 (-276)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-360)) (-5 *2 (-430 *3)) (-5 *1 (-218 *4 *3))
- (-4 *3 (-1262 *4))))
+ (-656
+ (-2 (|:| -4136 (-783))
+ (|:| |eqns|
+ (-656
+ (-2 (|:| |det| *7) (|:| |rows| (-656 (-576)))
+ (|:| |cols| (-656 (-576))))))
+ (|:| |fgb| (-656 *7)))))
+ (-4 *7 (-968 *4 *6 *5)) (-4 *4 (-13 (-317) (-148)))
+ (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805)) (-5 *2 (-783))
+ (-5 *1 (-943 *4 *5 *6 *7)))))
+(((*1 *2 *3 *3)
+ (-12 (|has| *2 (-6 (-4466 "*"))) (-4 *5 (-384 *2)) (-4 *6 (-384 *2))
+ (-4 *2 (-1070)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1264 *2))
+ (-4 *4 (-699 *2 *5 *6)))))
+(((*1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862))))
+ ((*1 *1 *1) (-12 (-5 *1 (-831 *2)) (-4 *2 (-862))))
+ ((*1 *1 *1) (-12 (-5 *1 (-908 *2)) (-4 *2 (-862))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-1231 *2 *3 *4 *5)) (-4 *2 (-568))
+ (-4 *3 (-805)) (-4 *4 (-862)) (-4 *5 (-1086 *2 *3 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-4 *1 (-1276 *3)) (-4 *3 (-1238))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-1179)) (-5 *4 (-171 (-227))) (-5 *5 (-576))
+ (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-862))
+ (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-783))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-260 *4 *3 *5 *6)) (-4 *4 (-1070)) (-4 *3 (-862))
+ (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-783))))
+ ((*1 *2 *1) (-12 (-4 *1 (-275 *3)) (-4 *3 (-862)) (-5 *2 (-783))))
+ ((*1 *2 *1) (-12 (-4 *1 (-360)) (-5 *2 (-940))))
((*1 *2 *3)
- (-12 (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3))
- (-4 *3 (-1262 (-576)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 (-783))) (-5 *2 (-430 *3)) (-5 *1 (-454 *3))
- (-4 *3 (-1262 (-576)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-656 (-783))) (-5 *5 (-783)) (-5 *2 (-430 *3))
- (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3))
- (-4 *3 (-1262 (-576)))))
+ (-12 (-5 *3 (-347 *4 *5 *6 *7)) (-4 *4 (-13 (-379) (-374)))
+ (-4 *5 (-1264 *4)) (-4 *6 (-1264 (-419 *5))) (-4 *7 (-353 *4 *5 *6))
+ (-5 *2 (-783)) (-5 *1 (-404 *4 *5 *6 *7))))
+ ((*1 *2 *1) (-12 (-4 *1 (-414)) (-5 *2 (-845 (-940)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-416)) (-5 *2 (-576))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-608 *3)) (-4 *3 (-1070))))
+ ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-608 *3)) (-4 *3 (-1070))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-568)) (-5 *2 (-576)) (-5 *1 (-635 *3 *4))
+ (-4 *4 (-1264 *3))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *2 (-783)) (-4 *1 (-752 *4 *3)) (-4 *4 (-1070))
+ (-4 *3 (-862))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-752 *4 *3)) (-4 *4 (-1070)) (-4 *3 (-862))
+ (-5 *2 (-783))))
+ ((*1 *2 *1) (-12 (-4 *1 (-883 *3)) (-5 *2 (-783))))
+ ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-923 *3)) (-4 *3 (-1121))))
+ ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-924 *3)) (-4 *3 (-1121))))
((*1 *2 *3)
- (-12 (-5 *2 (-430 *3)) (-5 *1 (-1026 *3))
- (-4 *3 (-1262 (-419 (-576))))))
+ (|partial| -12 (-5 *3 (-347 *5 *6 *7 *8)) (-4 *5 (-442 *4))
+ (-4 *6 (-1264 *5)) (-4 *7 (-1264 (-419 *6)))
+ (-4 *8 (-353 *5 *6 *7)) (-4 *4 (-13 (-568) (-1059 (-576))))
+ (-5 *2 (-783)) (-5 *1 (-930 *4 *5 *6 *7 *8))))
((*1 *2 *3)
- (-12 (-5 *2 (-430 *3)) (-5 *1 (-1251 *3)) (-4 *3 (-1262 (-576))))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-656 *7)) (-5 *5 (-656 (-656 *8))) (-4 *7 (-862))
- (-4 *8 (-317)) (-4 *6 (-805)) (-4 *9 (-966 *8 *6 *7))
- (-5 *2
- (-2 (|:| |unitPart| *9)
- (|:| |suPart|
- (-656 (-2 (|:| -1827 (-1191 *9)) (|:| -2125 (-576)))))))
- (-5 *1 (-754 *6 *7 *8 *9)) (-5 *3 (-1191 *9)))))
+ (|partial| -12 (-5 *3 (-347 (-419 (-576)) *4 *5 *6))
+ (-4 *4 (-1264 (-419 (-576)))) (-4 *5 (-1264 (-419 *4)))
+ (-4 *6 (-353 (-419 (-576)) *4 *5)) (-5 *2 (-783))
+ (-5 *1 (-931 *4 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-347 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-374))
+ (-4 *7 (-1264 *6)) (-4 *4 (-1264 (-419 *7))) (-4 *8 (-353 *6 *7 *4))
+ (-4 *9 (-13 (-379) (-374))) (-5 *2 (-783))
+ (-5 *1 (-1039 *6 *7 *4 *8 *9))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1264 *3)) (-4 *3 (-1070)) (-4 *3 (-568))
+ (-5 *2 (-783))))
+ ((*1 *2 *1 *2)
+ (-12 (-4 *1 (-1266 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-804))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1266 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-804)))))
+(((*1 *1 *1) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-616 *3 *4)) (-4 *3 (-1121))
+ (-4 *4 (-1238)) (-5 *2 (-1293)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-665 (-419 *2))) (-4 *2 (-1262 *4)) (-5 *1 (-822 *4 *2))
- (-4 *4 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-666 *2 (-419 *2))) (-4 *2 (-1262 *4))
- (-5 *1 (-822 *4 *2))
- (-4 *4 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576))))))))
+ (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936))))
+ ((*1 *2) (-12 (-5 *2 (-923 (-576))) (-5 *1 (-936)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-928)) (-5 *2 (-430 (-1193 *1))) (-5 *3 (-1193 *1)))))
+(((*1 *2 *3 *4 *5 *6 *7 *8 *9)
+ (|partial| -12 (-5 *4 (-656 *11)) (-5 *5 (-656 (-1193 *9)))
+ (-5 *6 (-656 *9)) (-5 *7 (-656 *12)) (-5 *8 (-656 (-783)))
+ (-4 *11 (-862)) (-4 *9 (-317)) (-4 *12 (-968 *9 *10 *11))
+ (-4 *10 (-805)) (-5 *2 (-656 (-1193 *12)))
+ (-5 *1 (-719 *10 *11 *9 *12)) (-5 *3 (-1193 *12)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-13 (-1059 (-576)) (-651 (-576)) (-464)))
+ (-5 *2
+ (-2
+ (|:| |%term|
+ (-2 (|:| |%coef| (-1273 *4 *5 *6))
+ (|:| |%expon| (-329 *4 *5 *6))
+ (|:| |%expTerms|
+ (-656 (-2 (|:| |k| (-419 (-576))) (|:| |c| *4))))))
+ (|:| |%type| (-1179))))
+ (-5 *1 (-1274 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1223) (-442 *3)))
+ (-14 *5 (-1197)) (-14 *6 *4))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-616 *3 *2)) (-4 *3 (-1121)) (-4 *3 (-862))
+ (-4 *2 (-1238))))
+ ((*1 *2 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862))))
+ ((*1 *2 *1) (-12 (-5 *1 (-831 *2)) (-4 *2 (-862))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1238)) (-5 *1 (-887 *2 *3)) (-4 *3 (-1238))))
+ ((*1 *2 *1) (-12 (-5 *2 (-684 *3)) (-5 *1 (-908 *3)) (-4 *3 (-862))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1231 *3 *4 *5 *2)) (-4 *3 (-568))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-4 *2 (-1086 *3 *4 *5))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-783)) (-4 *1 (-1276 *3)) (-4 *3 (-1238))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1276 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-576)) (-4 *1 (-663 *3)) (-4 *3 (-1236))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-576)) (-4 *1 (-663 *2)) (-4 *2 (-1236)))))
+ (-12 (-4 *1 (-968 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *2 (-862)) (-4 *3 (-174))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *2 (-568)) (-5 *1 (-990 *2 *3)) (-4 *3 (-1264 *2))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *2 (-568))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1264 *2)) (-4 *2 (-1070)) (-4 *2 (-174)))))
+(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-711))))
+ ((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-711)))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *6) (|:| -2111 *6) (|:| |sol?| (-112))) (-576)
+ *6))
+ (-4 *6 (-374)) (-4 *7 (-1264 *6))
+ (-5 *2
+ (-3 (-2 (|:| |answer| (-419 *7)) (|:| |a0| *6))
+ (-2 (|:| -2670 (-419 *7)) (|:| |coeff| (-419 *7))) "failed"))
+ (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-876)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1288 *4)) (-4 *4 (-13 (-1070) (-651 (-576))))
+ (-5 *2 (-1288 (-419 (-576)))) (-5 *1 (-1316 *4)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4464)) (-4 *1 (-501 *4))
+ (-4 *4 (-1238)) (-5 *2 (-112)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1176 (-656 (-576)))) (-5 *1 (-896)) (-5 *3 (-576)))))
+ (-12 (-5 *3 (-1156)) (-5 *2 (-703 (-290))) (-5 *1 (-169)))))
+(((*1 *2) (-12 (-5 *2 (-1293)) (-5 *1 (-457 *3)) (-4 *3 (-1070)))))
+(((*1 *1 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-21)) (-4 *2 (-1238)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1119)) (-5 *1 (-1207 *3)))))
+ (-12 (-5 *2 (-656 (-576))) (-5 *1 (-1025 *3)) (-14 *3 (-576)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-416)) (-4 *3 (-1068))))
- ((*1 *2)
- (-12 (-5 *2 (-783)) (-5 *1 (-457 *3)) (-4 *3 (-416)) (-4 *3 (-1068)))))
-(((*1 *2 *1) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-1191 *3)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *1) (-5 *1 (-188))))
-(((*1 *2 *1) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-1191 *3)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-115) (-115))) (-5 *1 (-115)))))
-(((*1 *1 *1) (|partial| -4 *1 (-1171))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1163)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *5 (-783)) (-4 *6 (-1119)) (-4 *7 (-915 *6))
- (-5 *2 (-701 *7)) (-5 *1 (-704 *6 *7 *3 *4)) (-4 *3 (-384 *7))
- (-4 *4 (-13 (-384 *6) (-10 -7 (-6 -4462)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *5)) (-5 *4 (-938)) (-4 *5 (-862))
- (-5 *2 (-656 (-684 *5))) (-5 *1 (-684 *5)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-112)) (-5 *3 (-656 (-270))) (-5 *1 (-268))))
- ((*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-270))))
- ((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479))))
- ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-995 *3 *4 *2 *5)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *2 (-862)) (-4 *5 (-1084 *3 *4 *2)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1139)) (-5 *1 (-340)))))
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-464))
- (-5 *2
- (-656
- (-2 (|:| |eigval| (-3 (-419 (-969 *4)) (-1184 (-1195) (-969 *4))))
- (|:| |eigmult| (-783))
- (|:| |eigvec| (-656 (-701 (-419 (-969 *4))))))))
- (-5 *1 (-302 *4)) (-5 *3 (-701 (-419 (-969 *4)))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1284 *2)) (-4 *2 (-1236)) (-4 *2 (-1021))
- (-4 *2 (-1068)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-1119)) (-5 *1 (-946 *3 *2)) (-4 *2 (-442 *3))))
+ (-12 (-5 *3 (-347 *5 *6 *7 *8)) (-4 *5 (-442 *4)) (-4 *6 (-1264 *5))
+ (-4 *7 (-1264 (-419 *6))) (-4 *8 (-353 *5 *6 *7))
+ (-4 *4 (-13 (-568) (-1059 (-576)))) (-5 *2 (-112))
+ (-5 *1 (-930 *4 *5 *6 *7 *8))))
((*1 *2 *3)
- (-12 (-5 *3 (-1195)) (-5 *2 (-326 (-576))) (-5 *1 (-947)))))
-(((*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288))))
- ((*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1288)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1176 (-656 (-576)))) (-5 *1 (-896))
- (-5 *3 (-656 (-576))))))
-(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-158))))
- ((*1 *2 *1) (-12 (-5 *2 (-158)) (-5 *1 (-886))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-1068)) (-5 *1 (-456 *3 *2)) (-4 *2 (-1262 *3)))))
+ (-12 (-5 *3 (-347 (-419 (-576)) *4 *5 *6))
+ (-4 *4 (-1264 (-419 (-576)))) (-4 *5 (-1264 (-419 *4)))
+ (-4 *6 (-353 (-419 (-576)) *4 *5)) (-5 *2 (-112))
+ (-5 *1 (-931 *4 *5 *6)))))
+(((*1 *1) (-5 *1 (-835))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1273 *3 *4 *5)) (-4 *3 (-374)) (-14 *4 (-1197))
+ (-14 *5 *3) (-5 *1 (-329 *3 *4 *5))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1 (-390))) (-5 *1 (-1061)) (-5 *3 (-390)))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-945)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-360))
- (-5 *2
- (-2 (|:| |cont| *5)
- (|:| -1840 (-656 (-2 (|:| |irr| *3) (|:| -4027 (-576)))))))
- (-5 *1 (-218 *5 *3)) (-4 *3 (-1262 *5)))))
-(((*1 *1) (-5 *1 (-188))))
-(((*1 *2 *1) (-12 (-4 *1 (-1140 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-336 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1068))
- (-4 *2 (-464))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 *4)) (-4 *4 (-1262 (-576))) (-5 *2 (-656 (-576)))
- (-5 *1 (-498 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-464))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-966 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *2 (-862)) (-4 *3 (-464)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1121 *4)) (-4 *4 (-1119)) (-5 *2 (-1 *4))
- (-5 *1 (-1036 *4))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-390))) (-5 *1 (-1059)) (-5 *3 (-390))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1113 (-576))) (-5 *2 (-1 (-576))) (-5 *1 (-1066)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *2 (-656 (-1191 *7))) (-5 *3 (-1191 *7))
- (-4 *7 (-966 *5 *6 *4)) (-4 *5 (-926)) (-4 *6 (-805))
- (-4 *4 (-862)) (-5 *1 (-923 *5 *6 *4 *7)))))
+ (-12 (-4 *4 (-374)) (-5 *2 (-656 (-1178 *4))) (-5 *1 (-295 *4 *5))
+ (-5 *3 (-1178 *4)) (-4 *5 (-1279 *4)))))
+(((*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
+ ((*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1))
- (-4 *1 (-1084 *3 *4 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *1) (-5 *1 (-188))))
-(((*1 *2 *3 *4 *3 *4 *4 *4)
- (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *2 (-1054))
- (-5 *1 (-768)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
+ (-12 (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
(-5 *1 (-759)))))
-(((*1 *1) (-4 *1 (-986))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1163)) (-5 *2 (-112)))))
-(((*1 *1) (-4 *1 (-23))) ((*1 *1) (-4 *1 (-34)))
- ((*1 *1) (-5 *1 (-130)))
- ((*1 *1)
- (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783))
- (-4 *4 (-174))))
- ((*1 *1) (-5 *1 (-558))) ((*1 *1) (-5 *1 (-559)))
- ((*1 *1) (-5 *1 (-560))) ((*1 *1) (-5 *1 (-561)))
- ((*1 *1) (-4 *1 (-738))) ((*1 *1) (-5 *1 (-1195)))
- ((*1 *1) (-12 (-5 *1 (-1201 *2)) (-14 *2 (-938))))
- ((*1 *1) (-12 (-5 *1 (-1202 *2)) (-14 *2 (-938))))
- ((*1 *1) (-5 *1 (-1241))) ((*1 *1) (-5 *1 (-1242)))
- ((*1 *1) (-5 *1 (-1243))) ((*1 *1) (-5 *1 (-1244))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-609)) (-5 *1 (-597)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-576)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1236))
- (-4 *3 (-384 *4)) (-4 *5 (-384 *4)))))
-(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-763)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-374)) (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4)))
- (-5 *2 (-1286 *6)) (-5 *1 (-347 *3 *4 *5 *6))
- (-4 *6 (-353 *3 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12
- (-5 *3
- (-656
- (-2 (|:| |eqzro| (-656 *8)) (|:| |neqzro| (-656 *8))
- (|:| |wcond| (-656 (-969 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1286 (-419 (-969 *5))))
- (|:| -4156 (-656 (-1286 (-419 (-969 *5))))))))))
- (-5 *4 (-1177)) (-4 *5 (-13 (-317) (-148))) (-4 *8 (-966 *5 *7 *6))
- (-4 *6 (-13 (-862) (-626 (-1195)))) (-4 *7 (-805)) (-5 *2 (-576))
- (-5 *1 (-941 *5 *6 *7 *8)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1176 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-656 *7)) (|:| |badPols| (-656 *7))))
- (-5 *1 (-996 *4 *5 *6 *7)) (-5 *3 (-656 *7)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7))
- (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 *10))
- (-5 *1 (-636 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1090 *5 *6 *7 *8))
- (-4 *10 (-1128 *5 *6 *7 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-792 *5 (-876 *6)))) (-5 *4 (-112)) (-4 *5 (-464))
- (-14 *6 (-656 (-1195))) (-5 *2 (-656 (-1065 *5 *6)))
- (-5 *1 (-640 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-792 *5 (-876 *6)))) (-5 *4 (-112)) (-4 *5 (-464))
- (-14 *6 (-656 (-1195)))
+ (-12 (-5 *3 (-656 (-493 *4 *5))) (-14 *4 (-656 (-1197)))
+ (-4 *5 (-464))
(-5 *2
- (-656 (-1165 *5 (-543 (-876 *6)) (-876 *6) (-792 *5 (-876 *6)))))
- (-5 *1 (-640 *5 *6))))
- ((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7))
- (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-5 *2 (-656 (-1046 *5 *6 *7 *8))) (-5 *1 (-1046 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7))
- (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-5 *2 (-656 (-1046 *5 *6 *7 *8))) (-5 *1 (-1046 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-656 (-792 *5 (-876 *6)))) (-5 *4 (-112)) (-4 *5 (-464))
- (-14 *6 (-656 (-1195))) (-5 *2 (-656 (-1065 *5 *6)))
- (-5 *1 (-1065 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7))
- (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862)) (-5 *2 (-656 *1))
- (-4 *1 (-1090 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7))
- (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-5 *2 (-656 (-1165 *5 *6 *7 *8))) (-5 *1 (-1165 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-656 *8)) (-5 *4 (-112)) (-4 *8 (-1084 *5 *6 *7))
- (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-5 *2 (-656 (-1165 *5 *6 *7 *8))) (-5 *1 (-1165 *5 *6 *7 *8))))
+ (-2 (|:| |gblist| (-656 (-253 *4 *5)))
+ (|:| |gvlist| (-656 (-576)))))
+ (-5 *1 (-643 *4 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1238)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862))
+ (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-968 *2 *3 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *4 (-1121)) (-5 *2 (-904 *3 *4)) (-5 *1 (-900 *3 *4 *5))
+ (-4 *3 (-1121)) (-4 *5 (-678 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-568))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *1))
- (-4 *1 (-1229 *4 *5 *6 *7)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862))))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5)))))
+ (-12 (-5 *3 (-985 *4)) (-4 *4 (-1121)) (-5 *2 (-1123 *4))
+ (-5 *1 (-986 *4)))))
+(((*1 *1 *1) (-12 (-5 *1 (-176 *2)) (-4 *2 (-317)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1288 *4)) (-4 *4 (-429 *3)) (-4 *3 (-317))
+ (-4 *3 (-568)) (-5 *1 (-43 *3 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-940)) (-4 *4 (-374)) (-5 *2 (-1288 *1))
+ (-4 *1 (-339 *4))))
+ ((*1 *2) (-12 (-4 *3 (-374)) (-5 *2 (-1288 *1)) (-4 *1 (-339 *3))))
+ ((*1 *2)
+ (-12 (-4 *3 (-174)) (-4 *4 (-1264 *3)) (-5 *2 (-1288 *1))
+ (-4 *1 (-421 *3 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-317)) (-4 *4 (-1013 *3)) (-4 *5 (-1264 *4))
+ (-5 *2 (-1288 *6)) (-5 *1 (-425 *3 *4 *5 *6))
+ (-4 *6 (-13 (-421 *4 *5) (-1059 *4)))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-317)) (-4 *4 (-1013 *3)) (-4 *5 (-1264 *4))
+ (-5 *2 (-1288 *6)) (-5 *1 (-426 *3 *4 *5 *6 *7))
+ (-4 *6 (-421 *4 *5)) (-14 *7 *2)))
+ ((*1 *2) (-12 (-4 *3 (-174)) (-5 *2 (-1288 *1)) (-4 *1 (-429 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-1288 (-1288 *4))) (-5 *1 (-540 *4))
+ (-4 *4 (-360)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1271 *3 *4 *5)) (-5 *1 (-329 *3 *4 *5)) (-4 *3 (-374))
- (-14 *4 (-1195)) (-14 *5 *3)))
- ((*1 *2 *1) (-12 (-4 *1 (-416)) (-5 *2 (-576))))
- ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-430 *3)) (-4 *3 (-568))))
- ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-711))))
+ (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-5 *2 (-112))))
((*1 *2 *1)
- (-12 (-4 *2 (-1119)) (-5 *1 (-725 *3 *2 *4)) (-4 *3 (-862))
- (-14 *4
- (-1 (-112) (-2 (|:| -3222 *3) (|:| -2125 *2))
- (-2 (|:| -3222 *3) (|:| -2125 *2)))))))
-(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
- (-12 (-5 *3 (-1177)) (-5 *4 (-576)) (-5 *5 (-701 (-227)))
- (-5 *2 (-1054)) (-5 *1 (-766)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 (-145))) (-5 *1 (-142))))
- ((*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-142)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
- (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390))
- (-5 *2
- (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576))
- (|:| |success| (-112))))
- (-5 *1 (-801)) (-5 *5 (-576)))))
-(((*1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-1289))))
- ((*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-1289)))))
-(((*1 *2 *3) (-12 (-5 *3 (-503)) (-5 *2 (-703 (-591))) (-5 *1 (-591)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1161 *4 *2)) (-14 *4 (-938))
- (-4 *2 (-13 (-1068) (-10 -7 (-6 (-4464 "*")))))
- (-5 *1 (-919 *4 *2)))))
-(((*1 *2 *3 *4 *4 *5 *4 *4 *5)
- (-12 (-5 *3 (-1177)) (-5 *4 (-576)) (-5 *5 (-701 (-227)))
- (-5 *2 (-1054)) (-5 *1 (-769)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 (-656 *8))) (-5 *3 (-656 *8))
- (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805))
- (-4 *7 (-862)) (-5 *2 (-112)) (-5 *1 (-996 *5 *6 *7 *8)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-374) (-860)))
- (-5 *2 (-656 (-2 (|:| -1840 (-656 *3)) (|:| -3311 *5))))
- (-5 *1 (-183 *5 *3)) (-4 *3 (-1262 (-171 *5)))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-374) (-860)))
- (-5 *2 (-656 (-2 (|:| -1840 (-656 *3)) (|:| -3311 *4))))
- (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4))))))
+ (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070))
+ (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9)
+ (-12 (-5 *4 (-576)) (-5 *5 (-1179)) (-5 *6 (-701 (-227)))
+ (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-89 G))))
+ (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-86 FCN))))
+ (-5 *9 (-3 (|:| |fn| (-400)) (|:| |fp| (-88 OUTPUT))))
+ (-5 *3 (-227)) (-5 *2 (-1056)) (-5 *1 (-761)))))
+(((*1 *1 *2 *2 *1) (-12 (-5 *1 (-659 *2)) (-4 *2 (-1121)))))
+(((*1 *1 *1) (-5 *1 (-227))) ((*1 *1 *1) (-5 *1 (-390)))
+ ((*1 *1) (-5 *1 (-390))))
+(((*1 *2 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-860)) (-5 *1 (-313 *3)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-5 *1 (-103 *3)))))
-(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1163)) (-5 *3 (-576)) (-5 *2 (-112)))))
-(((*1 *1 *1 *1) (-5 *1 (-874))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-701 (-171 (-419 (-576)))))
- (-5 *2
- (-656
- (-2 (|:| |outval| (-171 *4)) (|:| |outmult| (-576))
- (|:| |outvect| (-656 (-701 (-171 *4)))))))
- (-5 *1 (-776 *4)) (-4 *4 (-13 (-374) (-860))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-115)))))
-(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-804))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1068)) (-14 *3 (-656 (-1195)))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-225 *2 *3)) (-4 *2 (-13 (-1068) (-862)))
- (-14 *3 (-656 (-1195)))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-393 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-1119))))
- ((*1 *1 *1)
- (-12 (-14 *2 (-656 (-1195))) (-4 *3 (-174))
- (-4 *5 (-243 (-3500 *2) (-783)))
- (-14 *6
- (-1 (-112) (-2 (|:| -3222 *4) (|:| -2125 *5))
- (-2 (|:| -3222 *4) (|:| -2125 *5))))
- (-5 *1 (-473 *2 *3 *4 *5 *6 *7)) (-4 *4 (-862))
- (-4 *7 (-966 *3 *5 (-876 *2)))))
- ((*1 *1 *1) (-12 (-4 *1 (-521 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-862))))
+ (-12 (-5 *2 (-576)) (|has| *1 (-6 -4465)) (-4 *1 (-1276 *3))
+ (-4 *3 (-1238)))))
+(((*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-112))
+ (-5 *6 (-227)) (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-68 APROD))))
+ (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-73 MSOLVE))))
+ (-5 *2 (-1056)) (-5 *1 (-768)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1197)) (-4 *4 (-568)) (-5 *1 (-159 *4 *2))
+ (-4 *2 (-442 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-161)) (-5 *2 (-1197))))
+ ((*1 *1 *1) (-4 *1 (-161))))
+(((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-374)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3))
+ (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-568)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4))
+ (-4 *7 (-1013 *4)) (-4 *2 (-699 *7 *8 *9))
+ (-5 *1 (-534 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-699 *4 *5 *6))
+ (-4 *8 (-384 *7)) (-4 *9 (-384 *7))))
((*1 *1 *1)
- (-12 (-4 *2 (-568)) (-5 *1 (-635 *2 *3)) (-4 *3 (-1262 *2))))
- ((*1 *1 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-1068))))
+ (|partial| -12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070))
+ (-4 *3 (-384 *2)) (-4 *4 (-384 *2)) (-4 *2 (-374))))
+ ((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-374)) (-4 *3 (-174)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-5 *1 (-700 *3 *4 *5 *2))
+ (-4 *2 (-699 *3 *4 *5))))
((*1 *1 *1)
- (-12 (-5 *1 (-747 *2 *3)) (-4 *3 (-862)) (-4 *2 (-1068))
- (-4 *3 (-738))))
- ((*1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1084 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *2 (-862))))
+ (|partial| -12 (-5 *1 (-701 *2)) (-4 *2 (-374)) (-4 *2 (-1070))))
((*1 *1 *1)
- (-12 (-5 *1 (-1309 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-858)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-874))))
- ((*1 *2 *3) (-12 (-5 *3 (-874)) (-5 *2 (-1291)) (-5 *1 (-979)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-1139)) (-5 *1 (-541)))))
-(((*1 *1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-701 *2)) (-5 *4 (-783))
- (-4 *2 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $)))))
- (-4 *5 (-1262 *2)) (-5 *1 (-511 *2 *5 *6)) (-4 *6 (-421 *2 *5)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-656 *1))
- (-4 *1 (-1090 *4 *5 *6 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1119)))))
-(((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4)))
- (-5 *2 (-2 (|:| |num| (-1286 *4)) (|:| |den| *4))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-419 *5)) (-4 *5 (-1262 *4)) (-4 *4 (-568))
- (-4 *4 (-1068)) (-4 *2 (-1277 *4)) (-5 *1 (-1280 *4 *5 *6 *2))
- (-4 *6 (-668 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1))
- (-4 *1 (-966 *3 *4 *5)))))
+ (|partial| -12 (-4 *1 (-1144 *2 *3 *4 *5)) (-4 *3 (-1070))
+ (-4 *4 (-243 *2 *3)) (-4 *5 (-243 *2 *3)) (-4 *3 (-374))))
+ ((*1 *2 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-1208 *3)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-518)) (-5 *1 (-115))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-518)) (-4 *4 (-1121)) (-5 *1 (-948 *4 *2))
+ (-4 *2 (-442 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1197)) (-5 *4 (-518)) (-5 *2 (-326 (-576)))
+ (-5 *1 (-949)))))
(((*1 *2 *3)
- (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-576))) (-5 *1 (-1066)))))
-(((*1 *1 *1 *1) (-5 *1 (-874))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
+ (-12 (-5 *3 (-1288 (-326 (-227)))) (-5 *2 (-1288 (-326 (-390))))
+ (-5 *1 (-315)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-2 (|:| -4280 (-576)) (|:| -1840 (-656 *3))))
- (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))))
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-568))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 (-1301 *4 *5 *6 *7)))
+ (-5 *1 (-1301 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-656 *9)) (-5 *4 (-1 (-112) *9 *9))
+ (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1086 *6 *7 *8)) (-4 *6 (-568))
+ (-4 *7 (-805)) (-4 *8 (-862)) (-5 *2 (-656 (-1301 *6 *7 *8 *9)))
+ (-5 *1 (-1301 *6 *7 *8 *9)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2 (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4))))
+ (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-1139)) (-5 *1 (-1136)))))
(((*1 *2)
- (-12 (-14 *4 *2) (-4 *5 (-1236)) (-5 *2 (-783))
- (-5 *1 (-242 *3 *4 *5)) (-4 *3 (-243 *4 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-333 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-132))
- (-5 *2 (-783))))
- ((*1 *2)
- (-12 (-4 *4 (-374)) (-5 *2 (-783)) (-5 *1 (-338 *3 *4))
- (-4 *3 (-339 *4))))
- ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-372 *3)) (-4 *3 (-1119))))
- ((*1 *2) (-12 (-4 *1 (-379)) (-5 *2 (-783))))
- ((*1 *2 *1) (-12 (-4 *1 (-397 *3)) (-4 *3 (-1119)) (-5 *2 (-783))))
- ((*1 *2)
- (-12 (-4 *4 (-1119)) (-5 *2 (-783)) (-5 *1 (-436 *3 *4))
- (-4 *3 (-437 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-783)) (-5 *1 (-661 *3 *4 *5)) (-4 *3 (-1119))
- (-4 *4 (-23)) (-14 *5 *4)))
+ (|partial| -12 (-4 *3 (-568)) (-4 *3 (-174))
+ (-5 *2 (-2 (|:| |particular| *1) (|:| -1726 (-656 *1))))
+ (-4 *1 (-378 *3))))
((*1 *2)
- (-12 (-4 *4 (-174)) (-4 *5 (-1262 *4)) (-5 *2 (-783))
- (-5 *1 (-735 *3 *4 *5)) (-4 *3 (-736 *4 *5))))
- ((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1025))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1080 *2 *3))
- (-4 *3 (-1262 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1111 (-855 *3))) (-4 *3 (-13 (-1221) (-976) (-29 *5)))
- (-4 *5 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))))
- (-5 *2
- (-3 (|:| |f1| (-855 *3)) (|:| |f2| (-656 (-855 *3)))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-221 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1111 (-855 *3))) (-5 *5 (-1177))
- (-4 *3 (-13 (-1221) (-976) (-29 *6)))
- (-4 *6 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))))
- (-5 *2
- (-3 (|:| |f1| (-855 *3)) (|:| |f2| (-656 (-855 *3)))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-221 *6 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-1111 (-855 (-326 *5))))
- (-4 *5 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))))
- (-5 *2
- (-3 (|:| |f1| (-855 (-326 *5))) (|:| |f2| (-656 (-855 (-326 *5))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-222 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-419 (-969 *6))) (-5 *4 (-1111 (-855 (-326 *6))))
- (-5 *5 (-1177))
- (-4 *6 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))))
- (-5 *2
- (-3 (|:| |f1| (-855 (-326 *6))) (|:| |f2| (-656 (-855 (-326 *6))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-222 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1111 (-855 (-419 (-969 *5))))) (-5 *3 (-419 (-969 *5)))
- (-4 *5 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))))
- (-5 *2
- (-3 (|:| |f1| (-855 (-326 *5))) (|:| |f2| (-656 (-855 (-326 *5))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-222 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1111 (-855 (-419 (-969 *6))))) (-5 *5 (-1177))
- (-5 *3 (-419 (-969 *6)))
- (-4 *6 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))))
+ (|partial| -12
+ (-5 *2
+ (-2 (|:| |particular| (-465 *3 *4 *5 *6))
+ (|:| -1726 (-656 (-465 *3 *4 *5 *6)))))
+ (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-940))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))))
+(((*1 *2 *1 *1)
+ (-12
(-5 *2
- (-3 (|:| |f1| (-855 (-326 *6))) (|:| |f2| (-656 (-855 (-326 *6))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-222 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1195))
- (-4 *5 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))))
- (-5 *2 (-3 *3 (-656 *3))) (-5 *1 (-440 *5 *3))
- (-4 *3 (-13 (-1221) (-976) (-29 *5)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-486 *3 *4 *5))
- (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)) (-14 *5 *3)))
- ((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-326 (-390))) (-5 *4 (-1113 (-855 (-390))))
- (-5 *5 (-390)) (-5 *6 (-1082)) (-5 *2 (-1054)) (-5 *1 (-577))))
- ((*1 *2 *3) (-12 (-5 *3 (-781)) (-5 *2 (-1054)) (-5 *1 (-577))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-326 (-390))) (-5 *4 (-1113 (-855 (-390))))
- (-5 *5 (-390)) (-5 *2 (-1054)) (-5 *1 (-577))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-326 (-390))) (-5 *4 (-1113 (-855 (-390))))
- (-5 *5 (-390)) (-5 *2 (-1054)) (-5 *1 (-577))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-326 (-390))) (-5 *4 (-1113 (-855 (-390))))
- (-5 *2 (-1054)) (-5 *1 (-577))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-1113 (-855 (-390)))))
- (-5 *2 (-1054)) (-5 *1 (-577))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-1113 (-855 (-390)))))
- (-5 *5 (-390)) (-5 *2 (-1054)) (-5 *1 (-577))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-1113 (-855 (-390)))))
- (-5 *5 (-390)) (-5 *2 (-1054)) (-5 *1 (-577))))
- ((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-1113 (-855 (-390)))))
- (-5 *5 (-390)) (-5 *6 (-1082)) (-5 *2 (-1054)) (-5 *1 (-577))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-326 (-390))) (-5 *4 (-1111 (-855 (-390))))
- (-5 *5 (-1177)) (-5 *2 (-1054)) (-5 *1 (-577))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-326 (-390))) (-5 *4 (-1111 (-855 (-390))))
- (-5 *5 (-1195)) (-5 *2 (-1054)) (-5 *1 (-577))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-374) (-148) (-1057 (-576)))) (-4 *5 (-1262 *4))
- (-5 *2 (-598 (-419 *5))) (-5 *1 (-580 *4 *5)) (-5 *3 (-419 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-1195)) (-4 *5 (-148))
- (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-5 *2 (-3 (-326 *5) (-656 (-326 *5)))) (-5 *1 (-601 *5))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-752 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-862))
- (-4 *3 (-38 (-419 (-576))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1195)) (-5 *1 (-969 *3)) (-4 *3 (-38 (-419 (-576))))
- (-4 *3 (-1068))))
- ((*1 *1 *1 *2 *3)
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)) (-4 *2 (-862))
- (-5 *1 (-1145 *3 *2 *4)) (-4 *4 (-966 *3 (-543 *2) *2))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068))
- (-5 *1 (-1179 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1186 *3 *4 *5))
- (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1192 *3 *4 *5))
- (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1193 *3 *4 *5))
- (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)) (-14 *5 *3)))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1195)) (-5 *1 (-1230 *3)) (-4 *3 (-38 (-419 (-576))))
- (-4 *3 (-1068))))
- ((*1 *1 *1 *2)
- (-2755
- (-12 (-5 *2 (-1195)) (-4 *1 (-1246 *3)) (-4 *3 (-1068))
- (-12 (-4 *3 (-29 (-576))) (-4 *3 (-976)) (-4 *3 (-1221))
- (-4 *3 (-38 (-419 (-576))))))
- (-12 (-5 *2 (-1195)) (-4 *1 (-1246 *3)) (-4 *3 (-1068))
- (-12 (|has| *3 (-15 -1960 ((-656 *2) *3)))
- (|has| *3 (-15 -2092 (*3 *3 *2))) (-4 *3 (-38 (-419 (-576))))))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1246 *2)) (-4 *2 (-1068)) (-4 *2 (-38 (-419 (-576))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1250 *3 *4 *5))
- (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)) (-14 *5 *3)))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1068)) (-4 *2 (-38 (-419 (-576))))))
- ((*1 *1 *1 *2)
- (-2755
- (-12 (-5 *2 (-1195)) (-4 *1 (-1267 *3)) (-4 *3 (-1068))
- (-12 (-4 *3 (-29 (-576))) (-4 *3 (-976)) (-4 *3 (-1221))
- (-4 *3 (-38 (-419 (-576))))))
- (-12 (-5 *2 (-1195)) (-4 *1 (-1267 *3)) (-4 *3 (-1068))
- (-12 (|has| *3 (-15 -1960 ((-656 *2) *3)))
- (|has| *3 (-15 -2092 (*3 *3 *2))) (-4 *3 (-38 (-419 (-576))))))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1267 *2)) (-4 *2 (-1068)) (-4 *2 (-38 (-419 (-576))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1271 *3 *4 *5))
- (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-2755
- (-12 (-5 *2 (-1195)) (-4 *1 (-1277 *3)) (-4 *3 (-1068))
- (-12 (-4 *3 (-29 (-576))) (-4 *3 (-976)) (-4 *3 (-1221))
- (-4 *3 (-38 (-419 (-576))))))
- (-12 (-5 *2 (-1195)) (-4 *1 (-1277 *3)) (-4 *3 (-1068))
- (-12 (|has| *3 (-15 -1960 ((-656 *2) *3)))
- (|has| *3 (-15 -2092 (*3 *3 *2))) (-4 *3 (-38 (-419 (-576))))))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1277 *2)) (-4 *2 (-1068)) (-4 *2 (-38 (-419 (-576))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1282 *4)) (-14 *4 (-1195)) (-5 *1 (-1278 *3 *4 *5))
- (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1068)) (-14 *5 *3))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-665 (-419 *6))) (-5 *4 (-1 (-656 *5) *6))
- (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-4 *6 (-1262 *5)) (-5 *2 (-656 (-419 *6))) (-5 *1 (-824 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-665 (-419 *7))) (-5 *4 (-1 (-656 *6) *7))
- (-5 *5 (-1 (-430 *7) *7))
- (-4 *6 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-4 *7 (-1262 *6)) (-5 *2 (-656 (-419 *7))) (-5 *1 (-824 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-666 *6 (-419 *6))) (-5 *4 (-1 (-656 *5) *6))
- (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-4 *6 (-1262 *5)) (-5 *2 (-656 (-419 *6))) (-5 *1 (-824 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-666 *7 (-419 *7))) (-5 *4 (-1 (-656 *6) *7))
- (-5 *5 (-1 (-430 *7) *7))
- (-4 *6 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-4 *7 (-1262 *6)) (-5 *2 (-656 (-419 *7))) (-5 *1 (-824 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-665 (-419 *5))) (-4 *5 (-1262 *4)) (-4 *4 (-27))
- (-4 *4 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-5 *2 (-656 (-419 *5))) (-5 *1 (-824 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-665 (-419 *6))) (-5 *4 (-1 (-430 *6) *6))
- (-4 *6 (-1262 *5)) (-4 *5 (-27))
- (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-5 *2 (-656 (-419 *6))) (-5 *1 (-824 *5 *6))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-666 *5 (-419 *5))) (-4 *5 (-1262 *4)) (-4 *4 (-27))
- (-4 *4 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-5 *2 (-656 (-419 *5))) (-5 *1 (-824 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-666 *6 (-419 *6))) (-5 *4 (-1 (-430 *6) *6))
- (-4 *6 (-1262 *5)) (-4 *5 (-27))
- (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-5 *2 (-656 (-419 *6))) (-5 *1 (-824 *5 *6)))))
-(((*1 *2 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-767)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-4 *1 (-240 *3))))
- ((*1 *1) (-12 (-4 *1 (-240 *2)) (-4 *2 (-1119)))))
-(((*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-886)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-518))) (-5 *1 (-49))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-888))) (-5 *1 (-495)))))
-(((*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1068))))
+ (-2 (|:| |polnum| (-794 *3)) (|:| |polden| *3) (|:| -2378 (-783))))
+ (-5 *1 (-794 *3)) (-4 *3 (-1070))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -2378 (-783))))
+ (-4 *1 (-1086 *3 *4 *5)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1288 (-1122 *3 *4))) (-5 *1 (-1122 *3 *4))
+ (-14 *3 (-940)) (-14 *4 (-940)))))
+(((*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1070))))
((*1 *2 *1)
- (-12 (-4 *2 (-1068)) (-5 *1 (-50 *2 *3)) (-14 *3 (-656 (-1195)))))
+ (-12 (-4 *2 (-1070)) (-5 *1 (-50 *2 *3)) (-14 *3 (-656 (-1197)))))
((*1 *2 *1)
(-12 (-5 *2 (-326 *3)) (-5 *1 (-225 *3 *4))
- (-4 *3 (-13 (-1068) (-862))) (-14 *4 (-656 (-1195)))))
+ (-4 *3 (-13 (-1070) (-862))) (-14 *4 (-656 (-1197)))))
((*1 *2 *1)
- (-12 (-4 *1 (-393 *2 *3)) (-4 *3 (-1119)) (-4 *2 (-1068))))
+ (-12 (-4 *1 (-393 *2 *3)) (-4 *3 (-1121)) (-4 *2 (-1070))))
((*1 *2 *1)
- (-12 (-14 *3 (-656 (-1195))) (-4 *5 (-243 (-3500 *3) (-783)))
+ (-12 (-14 *3 (-656 (-1197))) (-4 *5 (-243 (-1968 *3) (-783)))
(-14 *6
- (-1 (-112) (-2 (|:| -3222 *4) (|:| -2125 *5))
- (-2 (|:| -3222 *4) (|:| -2125 *5))))
+ (-1 (-112) (-2 (|:| -2409 *4) (|:| -3744 *5))
+ (-2 (|:| -2409 *4) (|:| -3744 *5))))
(-4 *2 (-174)) (-5 *1 (-473 *3 *2 *4 *5 *6 *7)) (-4 *4 (-862))
- (-4 *7 (-966 *2 *5 (-876 *3)))))
- ((*1 *2 *1) (-12 (-4 *1 (-521 *2 *3)) (-4 *3 (-862)) (-4 *2 (-1119))))
+ (-4 *7 (-968 *2 *5 (-878 *3)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-521 *2 *3)) (-4 *3 (-862)) (-4 *2 (-1121))))
((*1 *2 *1)
- (-12 (-4 *2 (-568)) (-5 *1 (-635 *2 *3)) (-4 *3 (-1262 *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-1068))))
+ (-12 (-4 *2 (-568)) (-5 *1 (-635 *2 *3)) (-4 *3 (-1264 *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-1070))))
((*1 *2 *1)
- (-12 (-4 *2 (-1068)) (-5 *1 (-747 *2 *3)) (-4 *3 (-862))
+ (-12 (-4 *2 (-1070)) (-5 *1 (-747 *2 *3)) (-4 *3 (-862))
(-4 *3 (-738))))
- ((*1 *2 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068))))
+ ((*1 *2 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070))))
((*1 *2 *1)
- (-12 (-4 *1 (-992 *2 *3 *4)) (-4 *3 (-804)) (-4 *4 (-862))
- (-4 *2 (-1068))))
+ (-12 (-4 *1 (-994 *2 *3 *4)) (-4 *3 (-804)) (-4 *4 (-862))
+ (-4 *2 (-1070))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1084 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805))
+ (-12 (-4 *1 (-1086 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805))
(-4 *2 (-862)))))
-(((*1 *2)
- (-12 (-4 *3 (-1068)) (-5 *2 (-975 (-724 *3 *4))) (-5 *1 (-724 *3 *4))
- (-4 *4 (-1262 *3)))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-656 (-701 *6))) (-5 *4 (-112)) (-5 *5 (-576))
+ (-5 *2 (-701 *6)) (-5 *1 (-1050 *6)) (-4 *6 (-374)) (-4 *6 (-1070))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 (-701 *4))) (-5 *2 (-701 *4)) (-5 *1 (-1050 *4))
+ (-4 *4 (-374)) (-4 *4 (-1070))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-656 (-701 *5))) (-5 *4 (-576)) (-5 *2 (-701 *5))
+ (-5 *1 (-1050 *5)) (-4 *5 (-374)) (-4 *5 (-1070)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-968 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *2 (-862))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-805)) (-4 *5 (-1070)) (-4 *6 (-968 *5 *4 *2))
+ (-4 *2 (-862)) (-5 *1 (-969 *4 *2 *5 *6 *3))
+ (-4 *3
+ (-13 (-374)
+ (-10 -8 (-15 -4114 ($ *6)) (-15 -2687 (*6 $))
+ (-15 -2698 (*6 $)))))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-568))
+ (-5 *2 (-1197)) (-5 *1 (-1064 *4)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-924 *3))) (-5 *1 (-923 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *3)
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |var| (-1197)) (|:| |fn| (-326 (-227)))
+ (|:| -3646 (-1115 (-855 (-227)))) (|:| |abserr| (-227))
+ (|:| |relerr| (-227))))
+ (-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| (-1178 (-227)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -3646
+ (-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 (-571)))))
(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-568))
- (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3))) (-5 *1 (-1257 *4 *3))
- (-4 *3 (-1262 *4)))))
-(((*1 *2)
- (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-429 *3)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1236)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1031)) (-5 *2 (-874)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-862)) (-4 *5 (-805))
- (-4 *6 (-568)) (-4 *7 (-966 *6 *5 *3))
- (-5 *1 (-474 *5 *3 *6 *7 *2))
- (-4 *2
- (-13 (-1057 (-419 (-576))) (-374)
- (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $))
- (-15 -1579 (*7 $))))))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-1195))) (-5 *1 (-1199)))))
-(((*1 *2 *3 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-763)))))
-(((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-145)))))
-(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-804))))
+ (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-968 *4 *5 *6)) (-5 *2 (-656 (-656 *7)))
+ (-5 *1 (-460 *4 *5 *6 *7)) (-5 *3 (-656 *7))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805))
+ (-4 *7 (-862)) (-4 *8 (-968 *5 *6 *7)) (-5 *2 (-656 (-656 *8)))
+ (-5 *1 (-460 *5 *6 *7 *8)) (-5 *3 (-656 *8))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-968 *4 *5 *6)) (-5 *2 (-656 (-656 *7)))
+ (-5 *1 (-460 *4 *5 *6 *7)) (-5 *3 (-656 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805))
+ (-4 *7 (-862)) (-4 *8 (-968 *5 *6 *7)) (-5 *2 (-656 (-656 *8)))
+ (-5 *1 (-460 *5 *6 *7 *8)) (-5 *3 (-656 *8)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-576)) (-5 *1 (-457 *3)) (-4 *3 (-416)) (-4 *3 (-1070)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-836)))))
+(((*1 *1) (-5 *1 (-142))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-576))) (-5 *2 (-923 (-576))) (-5 *1 (-936))))
+ ((*1 *2) (-12 (-5 *2 (-923 (-576))) (-5 *1 (-936)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1124 *2 *3 *4 *5 *6)) (-4 *2 (-1121)) (-4 *3 (-1121))
+ (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121)))))
+(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-804))))
((*1 *2 *1)
- (-12 (-4 *1 (-393 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-1119))))
+ (-12 (-4 *1 (-393 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-1121))))
((*1 *2 *1)
- (-12 (-14 *3 (-656 (-1195))) (-4 *4 (-174))
- (-4 *6 (-243 (-3500 *3) (-783)))
+ (-12 (-14 *3 (-656 (-1197))) (-4 *4 (-174))
+ (-4 *6 (-243 (-1968 *3) (-783)))
(-14 *7
- (-1 (-112) (-2 (|:| -3222 *5) (|:| -2125 *6))
- (-2 (|:| -3222 *5) (|:| -2125 *6))))
+ (-1 (-112) (-2 (|:| -2409 *5) (|:| -3744 *6))
+ (-2 (|:| -2409 *5) (|:| -3744 *6))))
(-5 *2 (-725 *5 *6 *7)) (-5 *1 (-473 *3 *4 *5 *6 *7 *8))
- (-4 *5 (-862)) (-4 *8 (-966 *4 *6 (-876 *3)))))
+ (-4 *5 (-862)) (-4 *8 (-968 *4 *6 (-878 *3)))))
((*1 *2 *1)
(-12 (-4 *2 (-738)) (-4 *2 (-862)) (-5 *1 (-747 *3 *2))
- (-4 *3 (-1068))))
+ (-4 *3 (-1070))))
((*1 *1 *1)
- (-12 (-4 *1 (-992 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-804))
+ (-12 (-4 *1 (-994 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-804))
(-4 *4 (-862)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))))
(((*1 *2 *3)
- (-12 (-4 *3 (-1262 (-419 (-576))))
- (-5 *2 (-2 (|:| |den| (-576)) (|:| |gcdnum| (-576))))
- (-5 *1 (-930 *3 *4)) (-4 *4 (-1262 (-419 *3)))))
+ (-12
+ (-5 *3
+ (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))
+ (-5 *2 (-390)) (-5 *1 (-276))))
((*1 *2 *3)
- (-12 (-4 *4 (-1262 (-419 *2))) (-5 *2 (-576)) (-5 *1 (-930 *4 *3))
- (-4 *3 (-1262 (-419 *4))))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1139)) (-5 *2 (-112)) (-5 *1 (-833)))))
-(((*1 *2 *1) (-12 (-5 *2 (-430 *3)) (-5 *1 (-931 *3)) (-4 *3 (-317)))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-576)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-783)) (-4 *5 (-174))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783))
- (-4 *4 (-174))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2))
- (-4 *4 (-384 *2))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-1068)) (-4 *1 (-699 *3 *2 *4)) (-4 *2 (-384 *3))
- (-4 *4 (-384 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1161 *2 *3)) (-14 *2 (-783)) (-4 *3 (-1068)))))
+ (-12 (-5 *3 (-1288 (-326 (-227)))) (-5 *2 (-390)) (-5 *1 (-315)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1114 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3115 *3)))
+ (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))))
+(((*1 *2)
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1178 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 (-656 *5))) (-4 *5 (-1279 *4))
+ (-4 *4 (-38 (-419 (-576))))
+ (-5 *2 (-1 (-1178 *4) (-656 (-1178 *4)))) (-5 *1 (-1281 *4 *5)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1191 *5)) (-4 *5 (-464)) (-5 *2 (-656 *6))
- (-5 *1 (-550 *5 *6 *4)) (-4 *6 (-374)) (-4 *4 (-13 (-374) (-860)))))
+ (-12 (-5 *3 (-853)) (-5 *4 (-1084)) (-5 *2 (-1056)) (-5 *1 (-852))))
+ ((*1 *2 *3) (-12 (-5 *3 (-853)) (-5 *2 (-1056)) (-5 *1 (-852))))
+ ((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-656 (-390))) (-5 *5 (-656 (-855 (-390))))
+ (-5 *6 (-656 (-326 (-390)))) (-5 *3 (-326 (-390))) (-5 *2 (-1056))
+ (-5 *1 (-852))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-390)))
+ (-5 *5 (-656 (-855 (-390)))) (-5 *2 (-1056)) (-5 *1 (-852))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-969 *5)) (-4 *5 (-464)) (-5 *2 (-656 *6))
- (-5 *1 (-550 *5 *6 *4)) (-4 *6 (-374)) (-4 *4 (-13 (-374) (-860))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6))
- (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))))
-(((*1 *1)
- (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-568)) (-4 *2 (-174)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-576)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1236))
- (-4 *5 (-384 *4)) (-4 *2 (-384 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-576)) (-4 *1 (-1072 *4 *5 *6 *7 *2)) (-4 *6 (-1068))
- (-4 *7 (-243 *5 *6)) (-4 *2 (-243 *4 *6)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-4 *1 (-1117 *3))))
- ((*1 *1) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *1) (-12 (-4 *1 (-336 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1068))))
- ((*1 *2 *1) (-12 (-4 *1 (-442 *2)) (-4 *2 (-1119)))))
+ (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-390))) (-5 *2 (-1056))
+ (-5 *1 (-852))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-326 (-390)))) (-5 *4 (-656 (-390)))
+ (-5 *2 (-1056)) (-5 *1 (-852)))))
+(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-872))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1125)) (-5 *1 (-984))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1010))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1031 *2)) (-4 *2 (-1238))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-1121) (-34))) (-5 *1 (-1161 *2 *3))
+ (-4 *3 (-13 (-1121) (-34))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1197)) (-4 *4 (-568)) (-4 *4 (-1121))
+ (-5 *1 (-585 *4 *2)) (-4 *2 (-442 *4)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1178 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1070))
+ (-5 *3 (-419 (-576))) (-5 *1 (-1181 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-779 *3)) (-4 *3 (-1121)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-4 *1 (-336 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1070))))
+ ((*1 *2 *1) (-12 (-4 *1 (-442 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *2) (-12 (-5 *1 (-694 *2)) (-4 *2 (-1121)))))
(((*1 *1 *1)
- (-12 (-4 *2 (-360)) (-4 *2 (-1068)) (-5 *1 (-724 *2 *3))
- (-4 *3 (-1262 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1262 *5)) (-4 *5 (-374))
- (-5 *2
- (-2 (|:| |ir| (-598 (-419 *6))) (|:| |specpart| (-419 *6))
- (|:| |polypart| *6)))
- (-5 *1 (-586 *5 *6)) (-5 *3 (-419 *6)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
- (|:| |relerr| (-227))))
- (-5 *2 (-112)) (-5 *1 (-310)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 (-390))) (-5 *1 (-270))))
- ((*1 *1)
- (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-568)) (-4 *2 (-174))))
- ((*1 *2 *1) (-12 (-5 *1 (-430 *2)) (-4 *2 (-568)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-390)) (-5 *1 (-97))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-390)) (-5 *1 (-97)))))
-(((*1 *2 *2 *1 *3 *4)
- (-12 (-5 *2 (-656 *8)) (-5 *3 (-1 *8 *8 *8))
- (-5 *4 (-1 (-112) *8 *8)) (-4 *1 (-1229 *5 *6 *7 *8)) (-4 *5 (-568))
- (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-1084 *5 *6 *7)))))
-(((*1 *2 *3 *3 *3 *4 *5)
- (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1262 *6))
- (-4 *6 (-13 (-374) (-148) (-1057 *4))) (-5 *4 (-576))
- (-5 *2
- (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-112))))
- (|:| -4024
- (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3)
- (|:| |beta| *3)))))
- (-5 *1 (-1034 *6 *3)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-464))
- (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *1 (-996 *3 *4 *5 *6)))))
-(((*1 *1 *1 *2 *3 *1)
- (-12 (-4 *1 (-336 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-804)))))
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-336 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804))
+ (-12 (-5 *2 (-876)) (-5 *1 (-1178 *3)) (-4 *3 (-1121))
+ (-4 *3 (-1238)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-568) (-148))) (-5 *1 (-549 *3 *2))
+ (-4 *2 (-1279 *3))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-4 *4 (-1264 *3))
+ (-4 *5 (-736 *3 *4)) (-5 *1 (-553 *3 *4 *5 *2)) (-4 *2 (-1279 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-374) (-379) (-626 (-576)))) (-5 *1 (-554 *3 *2))
+ (-4 *2 (-1279 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-13 (-568) (-148)))
+ (-5 *1 (-1174 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-656 *2)) (-5 *1 (-1212 *2)) (-4 *2 (-374)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4464)) (-4 *1 (-240 *3))
+ (-4 *3 (-1121))))
+ ((*1 *1 *2 *1)
+ (-12 (|has| *1 (-6 -4464)) (-4 *1 (-240 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-292 *2)) (-4 *2 (-1238)) (-4 *2 (-1121))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-292 *3)) (-4 *3 (-1238))))
+ ((*1 *2 *3 *1)
+ (|partial| -12 (-4 *1 (-622 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1121))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-576)) (-4 *4 (-1121))
+ (-5 *1 (-749 *4))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-576)) (-5 *1 (-749 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1161 *3 *4)) (-4 *3 (-13 (-1121) (-34)))
+ (-4 *4 (-13 (-1121) (-34))) (-5 *1 (-1162 *3 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-336 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804))
(-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-442 *3)) (-4 *3 (-1119)) (-5 *2 (-112)))))
-(((*1 *1 *1) (-4 *1 (-1163))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-135)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-783)) (-4 *4 (-13 (-1068) (-729 (-419 (-576)))))
- (-4 *5 (-862)) (-5 *1 (-1302 *4 *5 *2)) (-4 *2 (-1307 *5 *4)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-406))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1216)))))
-(((*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-921 (-576))) (-5 *1 (-934))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-442 *3)) (-4 *3 (-1121)) (-5 *2 (-112)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-969 (-227))) (-5 *2 (-326 (-390))) (-5 *1 (-315)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-260 *4 *3 *5 *6)) (-4 *4 (-1068)) (-4 *3 (-862))
- (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-656 (-783)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-862))
- (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-656 (-783))))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-39 *3)) (-4 *3 (-1264 (-48))))))
+(((*1 *1 *1) (-4 *1 (-175)))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-375 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-1 (-227) (-227) (-227)))
+ (-5 *4 (-3 (-1 (-227) (-227) (-227) (-227)) "undefined"))
+ (-5 *5 (-1115 (-227))) (-5 *6 (-656 (-270))) (-5 *2 (-1154 (-227)))
+ (-5 *1 (-709)))))
+(((*1 *1 *2 *3 *3 *3 *4)
+ (-12 (-4 *4 (-374)) (-4 *3 (-1264 *4)) (-4 *5 (-1264 (-419 *3)))
+ (-4 *1 (-346 *4 *3 *5 *2)) (-4 *2 (-353 *4 *3 *5))))
+ ((*1 *1 *2 *2 *3)
+ (-12 (-5 *3 (-576)) (-4 *2 (-374)) (-4 *4 (-1264 *2))
+ (-4 *5 (-1264 (-419 *4))) (-4 *1 (-346 *2 *4 *5 *6))
+ (-4 *6 (-353 *2 *4 *5))))
+ ((*1 *1 *2 *2)
+ (-12 (-4 *2 (-374)) (-4 *3 (-1264 *2)) (-4 *4 (-1264 (-419 *3)))
+ (-4 *1 (-346 *2 *3 *4 *5)) (-4 *5 (-353 *2 *3 *4))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-374)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4)))
+ (-4 *1 (-346 *3 *4 *5 *2)) (-4 *2 (-353 *3 *4 *5))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-425 *4 (-419 *4) *5 *6)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-4 *6 (-353 *3 *4 *5)) (-4 *3 (-374))
+ (-4 *1 (-346 *3 *4 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-656 (-656 *8))) (-5 *3 (-656 *8))
+ (-4 *8 (-1086 *5 *6 *7)) (-4 *5 (-568)) (-4 *6 (-805))
+ (-4 *7 (-862)) (-5 *2 (-112)) (-5 *1 (-998 *5 *6 *7 *8)))))
+(((*1 *1 *2) (-12 (-5 *2 (-400)) (-5 *1 (-644)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934))))
- ((*1 *2) (-12 (-5 *2 (-921 (-576))) (-5 *1 (-934)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-5 *1 (-922 *3)))))
+ (-12 (-5 *3 (-326 (-227))) (-5 *2 (-326 (-390))) (-5 *1 (-315)))))
+(((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-343)))))
(((*1 *1 *1) (-4 *1 (-248)))
((*1 *1 *1)
(-12 (-4 *2 (-174)) (-5 *1 (-299 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1262 *2)) (-4 *4 (-23)) (-14 *5 (-1 *3 *3 *4))
+ (-4 *3 (-1264 *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)
- (-2755 (-12 (-5 *1 (-304 *2)) (-4 *2 (-374)) (-4 *2 (-1236)))
- (-12 (-5 *1 (-304 *2)) (-4 *2 (-485)) (-4 *2 (-1236)))))
+ (-3795 (-12 (-5 *1 (-304 *2)) (-4 *2 (-374)) (-4 *2 (-1238)))
+ (-12 (-5 *1 (-304 *2)) (-4 *2 (-485)) (-4 *2 (-1238)))))
((*1 *1 *1) (-4 *1 (-485)))
- ((*1 *2 *2) (-12 (-5 *2 (-1286 *3)) (-4 *3 (-360)) (-5 *1 (-540 *3))))
+ ((*1 *2 *2) (-12 (-5 *2 (-1288 *3)) (-4 *3 (-360)) (-5 *1 (-540 *3))))
((*1 *1 *1)
(-12 (-5 *1 (-727 *2 *3 *4 *5 *6)) (-4 *2 (-174)) (-4 *3 (-23))
(-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
(-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
((*1 *1 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)) (-4 *2 (-374)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1057 (-576))) (-4 *1 (-312)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-557)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-922 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-783)) (-4 *4 (-374)) (-4 *5 (-1262 *4)) (-5 *2 (-1291))
- (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1262 (-419 *5))) (-14 *7 *6))))
+(((*1 *2) (-12 (-4 *3 (-174)) (-5 *2 (-1288 *1)) (-4 *1 (-378 *3)))))
+(((*1 *1 *2 *3 *3 *4 *4)
+ (-12 (-5 *2 (-971 (-576))) (-5 *3 (-1197))
+ (-5 *4 (-1115 (-419 (-576)))) (-5 *1 (-30)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-568)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3))
+ (-5 *1 (-1228 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-1156))) (-5 *1 (-155))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-1156))) (-5 *1 (-1087)))))
(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -1990 *3) (|:| |coef2| (-794 *3))))
- (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1068)))))
-(((*1 *1 *1) (-5 *1 (-1082))))
-(((*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1291)) (-5 *1 (-390)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-5 *1 (-1183 *3 *4)) (-14 *3 (-938))
- (-4 *4 (-1068)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 (-516 *3 *4 *5 *6))) (-4 *3 (-374)) (-4 *4 (-805))
- (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862))
- (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-966 *2 *3 *4))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-656 *1)) (-4 *1 (-1090 *4 *5 *6 *3)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-656 *1)) (-5 *3 (-656 *7)) (-4 *1 (-1090 *4 *5 *6 *7))
- (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *1))
- (-4 *1 (-1090 *4 *5 *6 *7))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-656 *1))
- (-4 *1 (-1090 *4 *5 *6 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *1 *1 *1) (-5 *1 (-874))))
-(((*1 *1 *2 *2 *3 *1)
- (-12 (-5 *2 (-518)) (-5 *3 (-1123)) (-5 *1 (-301)))))
-(((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
- (-4 *3 (-378 *4))))
- ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-326 (-576))) (|:| -1956 (-326 (-390)))
- (|:| CF (-326 (-171 (-390)))) (|:| |switch| (-1194))))
- (-5 *1 (-1194)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-656 *2)) (-4 *2 (-1119)) (-4 *2 (-1236)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-177)))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-759)))))
+ (-12 (-4 *1 (-1286 *3)) (-4 *3 (-1238)) (-4 *3 (-1070))
+ (-5 *2 (-701 *3)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-1049 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-656 (-701 *3))) (-4 *3 (-1070)) (-5 *1 (-1049 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-1049 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-656 (-701 *3))) (-4 *3 (-1070)) (-5 *1 (-1049 *3)))))
+(((*1 *1)
+ (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1121)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-591)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-176 (-419 (-576)))) (-5 *1 (-118 *3)) (-14 *3 (-576))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *3 (-1176 *2)) (-4 *2 (-317)) (-5 *1 (-176 *2))))
- ((*1 *1 *2) (-12 (-5 *2 (-419 *3)) (-4 *3 (-317)) (-5 *1 (-176 *3))))
+ (|partial| -12 (-5 *2 (-1 (-548) (-656 (-548)))) (-5 *1 (-115))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-548) (-656 (-548)))) (-5 *1 (-115))))
+ ((*1 *1) (-5 *1 (-590))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-254)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-374) (-860)))
+ (-5 *2 (-656 (-2 (|:| -4155 (-656 *3)) (|:| -2176 *5))))
+ (-5 *1 (-183 *5 *3)) (-4 *3 (-1264 (-171 *5)))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-374) (-860)))
+ (-5 *2 (-656 (-2 (|:| -4155 (-656 *3)) (|:| -2176 *4))))
+ (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-1293)) (-5 *1 (-1289))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-430 (-1193 *1))) (-5 *1 (-326 *4)) (-5 *3 (-1193 *1))
+ (-4 *4 (-464)) (-4 *4 (-568)) (-4 *4 (-1121))))
((*1 *2 *3)
- (-12 (-5 *2 (-176 (-576))) (-5 *1 (-777 *3)) (-4 *3 (-416))))
+ (-12 (-4 *1 (-928)) (-5 *2 (-430 (-1193 *1))) (-5 *3 (-1193 *1)))))
+(((*1 *2 *3 *2)
+ (-12 (-4 *2 (-13 (-374) (-860))) (-5 *1 (-183 *2 *3))
+ (-4 *3 (-1264 (-171 *2)))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-13 (-374) (-860))) (-5 *1 (-183 *2 *3))
+ (-4 *3 (-1264 (-171 *2))))))
+(((*1 *2 *1) (-12 (-4 *1 (-275 *2)) (-4 *2 (-862))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1197)) (-5 *1 (-878 *3)) (-14 *3 (-656 *2))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1197)) (-5 *1 (-1010))))
((*1 *2 *1)
- (-12 (-5 *2 (-176 (-419 (-576)))) (-5 *1 (-883 *3)) (-14 *3 (-576))))
+ (-12 (-4 *4 (-1238)) (-5 *2 (-1197)) (-5 *1 (-1078 *3 *4))
+ (-4 *3 (-1114 *4))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1197)) (-5 *1 (-1113 *3)) (-4 *3 (-1238))))
((*1 *2 *1)
- (-12 (-14 *3 (-576)) (-5 *2 (-176 (-419 (-576))))
- (-5 *1 (-884 *3 *4)) (-4 *4 (-881 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-400)) (-5 *1 (-644)))))
+ (-12 (-4 *1 (-1266 *3 *4)) (-4 *3 (-1070)) (-4 *4 (-804))
+ (-5 *2 (-1197))))
+ ((*1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-1284 *3)) (-14 *3 *2))))
+(((*1 *2 *1) (-12 (-4 *1 (-1170 *3)) (-4 *3 (-1238)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-624 *5)) (-4 *5 (-442 *4)) (-4 *4 (-1059 (-576)))
+ (-4 *4 (-568)) (-5 *2 (-1193 *5)) (-5 *1 (-32 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-624 *1)) (-4 *1 (-1070)) (-4 *1 (-312))
+ (-5 *2 (-1193 *1)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1231 *4 *5 *3 *6)) (-4 *4 (-568)) (-4 *5 (-805))
+ (-4 *3 (-862)) (-4 *6 (-1086 *4 *5 *3)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1307 *3)) (-4 *3 (-374)) (-5 *2 (-112)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-5 *1 (-103 *3)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-997 *4 *5 *6 *3)) (-4 *4 (-1070)) (-4 *5 (-805))
+ (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-4 *4 (-568))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1195))
- (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
- (-5 *1 (-325 *4 *5)) (-4 *5 (-13 (-27) (-1221) (-442 *4)))))
+ (-12 (-5 *3 (-1197))
+ (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-5 *1 (-325 *4 *5)) (-4 *5 (-13 (-27) (-1223) (-442 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
- (-5 *1 (-325 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *4)))))
+ (-12 (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-5 *1 (-325 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *4)))))
((*1 *2 *3 *4)
(-12 (-5 *4 (-419 (-576)))
- (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
- (-5 *1 (-325 *5 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5)))))
+ (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-5 *1 (-325 *5 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5)))
- (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5)))
+ (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-325 *5 *3))))
((*1 *2 *3 *4 *5)
(-12 (-5 *4 (-304 *3)) (-5 *5 (-419 (-576)))
- (-4 *3 (-13 (-27) (-1221) (-442 *6)))
- (-4 *6 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-4 *3 (-13 (-27) (-1223) (-442 *6)))
+ (-4 *6 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-325 *6 *3))))
((*1 *2 *3 *4 *5 *6)
(-12 (-5 *3 (-1 *8 (-419 (-576)))) (-5 *4 (-304 *8))
- (-5 *5 (-1253 (-419 (-576)))) (-5 *6 (-419 (-576)))
- (-4 *8 (-13 (-27) (-1221) (-442 *7)))
- (-4 *7 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-5 *5 (-1255 (-419 (-576)))) (-5 *6 (-419 (-576)))
+ (-4 *8 (-13 (-27) (-1223) (-442 *7)))
+ (-4 *7 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-471 *7 *8))))
((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *4 (-1195)) (-5 *5 (-304 *3)) (-5 *6 (-1253 (-419 (-576))))
- (-5 *7 (-419 (-576))) (-4 *3 (-13 (-27) (-1221) (-442 *8)))
- (-4 *8 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-12 (-5 *4 (-1197)) (-5 *5 (-304 *3)) (-5 *6 (-1255 (-419 (-576))))
+ (-5 *7 (-419 (-576))) (-4 *3 (-13 (-27) (-1223) (-442 *8)))
+ (-4 *8 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-471 *8 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-419 (-576))) (-4 *4 (-1068)) (-4 *1 (-1269 *4 *3))
- (-4 *3 (-1246 *4)))))
-(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-115)) (-4 *4 (-1068)) (-5 *1 (-726 *4 *2))
- (-4 *2 (-660 *4))))
- ((*1 *2 *3 *2) (-12 (-5 *3 (-115)) (-5 *1 (-848 *2)) (-4 *2 (-1068)))))
-(((*1 *1 *2) (-12 (-5 *2 (-831 *3)) (-4 *3 (-862)) (-5 *1 (-684 *3)))))
-(((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
- (-4 *3 (-378 *4))))
- ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
+ (-12 (-5 *2 (-419 (-576))) (-4 *4 (-1070)) (-4 *1 (-1271 *4 *3))
+ (-4 *3 (-1248 *4)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-656 *2)) (-4 *2 (-968 *4 *5 *6)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-461 *4 *5 *6 *2)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-656 (-1197))) (-5 *2 (-1197)) (-5 *1 (-340)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-922 (-576))) (-5 *4 (-576)) (-5 *2 (-701 *4))
- (-5 *1 (-1047 *5)) (-4 *5 (-1068))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-576))) (-5 *2 (-701 (-576))) (-5 *1 (-1047 *4))
- (-4 *4 (-1068))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-922 (-576)))) (-5 *4 (-576))
- (-5 *2 (-656 (-701 *4))) (-5 *1 (-1047 *5)) (-4 *5 (-1068))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-656 (-576)))) (-5 *2 (-656 (-701 (-576))))
- (-5 *1 (-1047 *4)) (-4 *4 (-1068)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1 (-960 (-227)) (-960 (-227)))) (-5 *3 (-656 (-270)))
- (-5 *1 (-268))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1 (-960 (-227)) (-960 (-227)))) (-5 *1 (-270))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 (-493 *5 *6))) (-5 *3 (-493 *5 *6))
- (-14 *5 (-656 (-1195))) (-4 *6 (-464)) (-5 *2 (-1286 *6))
- (-5 *1 (-643 *5 *6)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1045 (-855 (-576)))) (-5 *1 (-607 *3)) (-4 *3 (-1068)))))
-(((*1 *1 *1) (-12 (-4 *1 (-292 *2)) (-4 *2 (-1236)) (-4 *2 (-1119))))
- ((*1 *1 *1) (-12 (-4 *1 (-707 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1 (-548) (-656 (-548)))) (-5 *1 (-115))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-548) (-656 (-548)))) (-5 *1 (-115))))
- ((*1 *1) (-5 *1 (-590))))
+ (-12 (-5 *4 (-576)) (-4 *2 (-442 *3)) (-5 *1 (-32 *3 *2))
+ (-4 *3 (-1059 *4)) (-4 *3 (-568)))))
+(((*1 *2 *3 *4 *4 *2 *2 *2)
+ (-12 (-5 *2 (-576))
+ (-5 *3
+ (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-783)) (|:| |poli| *4)
+ (|:| |polj| *4)))
+ (-4 *6 (-805)) (-4 *4 (-968 *5 *6 *7)) (-4 *5 (-464)) (-4 *7 (-862))
+ (-5 *1 (-461 *5 *6 *7 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1178 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-968 *4 *6 *5)) (-4 *4 (-464))
+ (-4 *5 (-862)) (-4 *6 (-805)) (-5 *1 (-1008 *4 *5 *6 *3)))))
+(((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1009 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1128 *4 *5 *6 *7 *3)) (-4 *3 (-1092 *4 *5 *6 *7)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1195))
- (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
- (-5 *1 (-325 *4 *5)) (-4 *5 (-13 (-27) (-1221) (-442 *4)))))
+ (-12 (-5 *3 (-1197))
+ (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-5 *1 (-325 *4 *5)) (-4 *5 (-13 (-27) (-1223) (-442 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
- (-5 *1 (-325 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *4)))))
+ (-12 (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-5 *1 (-325 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-576)) (-4 *5 (-13 (-464) (-1057 *4) (-651 *4)))
+ (-12 (-5 *4 (-576)) (-4 *5 (-13 (-464) (-1059 *4) (-651 *4)))
(-5 *2 (-52)) (-5 *1 (-325 *5 *3))
- (-4 *3 (-13 (-27) (-1221) (-442 *5)))))
+ (-4 *3 (-13 (-27) (-1223) (-442 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5)))
- (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5)))
+ (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-325 *5 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *6)))
- (-4 *6 (-13 (-464) (-1057 *5) (-651 *5))) (-5 *5 (-576))
+ (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *6)))
+ (-4 *6 (-13 (-464) (-1059 *5) (-651 *5))) (-5 *5 (-576))
(-5 *2 (-52)) (-5 *1 (-325 *6 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-576))) (-5 *4 (-304 *7)) (-5 *5 (-1253 (-576)))
- (-4 *7 (-13 (-27) (-1221) (-442 *6)))
- (-4 *6 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-12 (-5 *3 (-1 *7 (-576))) (-5 *4 (-304 *7)) (-5 *5 (-1255 (-576)))
+ (-4 *7 (-13 (-27) (-1223) (-442 *6)))
+ (-4 *6 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-471 *6 *7))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1195)) (-5 *5 (-304 *3)) (-5 *6 (-1253 (-576)))
- (-4 *3 (-13 (-27) (-1221) (-442 *7)))
- (-4 *7 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-12 (-5 *4 (-1197)) (-5 *5 (-304 *3)) (-5 *6 (-1255 (-576)))
+ (-4 *3 (-13 (-27) (-1223) (-442 *7)))
+ (-4 *7 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-471 *7 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-576)) (-4 *4 (-1068)) (-4 *1 (-1248 *4 *3))
- (-4 *3 (-1277 *4))))
+ (-12 (-5 *2 (-576)) (-4 *4 (-1070)) (-4 *1 (-1250 *4 *3))
+ (-4 *3 (-1279 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-1269 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-1246 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-234 *2)) (-4 *2 (-1236))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-237)) (-5 *2 (-783))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-783)) (-4 *1 (-272 *4))
- (-4 *4 (-1236))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-272 *3)) (-4 *3 (-1236))))
- ((*1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1068))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-909 *2 *3)) (-4 *3 (-1236)) (-4 *2 (-1236))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 *4)) (-5 *3 (-656 (-783))) (-4 *1 (-917 *4))
- (-4 *4 (-1119))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-783)) (-4 *1 (-917 *2)) (-4 *2 (-1119))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *1 (-917 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6 *7)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *7 (-1119)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-969 (-419 (-576)))) (-5 *4 (-1195))
- (-5 *5 (-1113 (-855 (-227)))) (-5 *2 (-656 (-227))) (-5 *1 (-310)))))
-(((*1 *2 *3 *2 *4 *5)
- (-12 (-5 *2 (-656 *3)) (-5 *5 (-938)) (-4 *3 (-1262 *4))
- (-4 *4 (-317)) (-5 *1 (-472 *4 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-374)) (-5 *1 (-295 *3 *2)) (-4 *2 (-1277 *3)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3495 (-794 *3)) (|:| |coef2| (-794 *3))))
- (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1068))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-568)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *2 (-2 (|:| -3495 *1) (|:| |coef2| *1)))
- (-4 *1 (-1084 *3 *4 *5)))))
+ (-12 (-4 *1 (-1271 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-1248 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-1068)) (-5 *1 (-724 *3 *2)) (-4 *2 (-1262 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1191 *4)) (-5 *1 (-368 *4))
- (-4 *4 (-360)))))
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-794 *2)) (-4 *2 (-1070))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-174)) (-4 *2 (-23)) (-5 *1 (-299 *3 *4 *2 *5 *6 *7))
- (-4 *4 (-1262 *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 (-723 *3 *2 *4 *5 *6)) (-4 *3 (-174))
- (-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 (-1262 *3)) (-5 *1 (-724 *3 *2)) (-4 *3 (-1068))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-23)) (-5 *1 (-727 *3 *2 *4 *5 *6)) (-4 *3 (-174))
- (-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 (-881 *3)) (-5 *2 (-576)))))
-(((*1 *1) (-5 *1 (-145))))
+ (-12 (-4 *1 (-346 *3 *4 *5 *6)) (-4 *3 (-374)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-4 *6 (-353 *3 *4 *5))
+ (-5 *2
+ (-2 (|:| -1683 (-425 *4 (-419 *4) *5 *6)) (|:| |principalPart| *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1264 *5)) (-4 *5 (-374))
+ (-5 *2
+ (-2 (|:| |poly| *6) (|:| -4250 (-419 *6))
+ (|:| |special| (-419 *6))))
+ (-5 *1 (-739 *5 *6)) (-5 *3 (-419 *6))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-374)) (-5 *2 (-656 *3)) (-5 *1 (-913 *3 *4))
+ (-4 *3 (-1264 *4))))
+ ((*1 *2 *3 *4 *4)
+ (|partial| -12 (-5 *4 (-783)) (-4 *5 (-374))
+ (-5 *2 (-2 (|:| -2100 *3) (|:| -2111 *3))) (-5 *1 (-913 *3 *5))
+ (-4 *3 (-1264 *5))))
+ ((*1 *2 *3 *2 *4 *4)
+ (-12 (-5 *2 (-656 *9)) (-5 *3 (-656 *8)) (-5 *4 (-112))
+ (-4 *8 (-1086 *5 *6 *7)) (-4 *9 (-1092 *5 *6 *7 *8)) (-4 *5 (-464))
+ (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1090 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
+ (-12 (-5 *2 (-656 *9)) (-5 *3 (-656 *8)) (-5 *4 (-112))
+ (-4 *8 (-1086 *5 *6 *7)) (-4 *9 (-1092 *5 *6 *7 *8)) (-4 *5 (-464))
+ (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1090 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4)
+ (-12 (-5 *2 (-656 *9)) (-5 *3 (-656 *8)) (-5 *4 (-112))
+ (-4 *8 (-1086 *5 *6 *7)) (-4 *9 (-1130 *5 *6 *7 *8)) (-4 *5 (-464))
+ (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1166 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
+ (-12 (-5 *2 (-656 *9)) (-5 *3 (-656 *8)) (-5 *4 (-112))
+ (-4 *8 (-1086 *5 *6 *7)) (-4 *9 (-1130 *5 *6 *7 *8)) (-4 *5 (-464))
+ (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1166 *5 *6 *7 *8 *9)))))
+(((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-1179)) (-5 *4 (-171 (-227))) (-5 *5 (-576))
+ (-5 *2 (-1056)) (-5 *1 (-770)))))
+(((*1 *1) (-5 *1 (-449))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-656 *7)) (|:| |badPols| (-656 *7))))
+ (-5 *1 (-998 *4 *5 *6 *7)) (-5 *3 (-656 *7)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-701 (-171 (-419 (-576)))))
+ (-5 *2
+ (-656
+ (-2 (|:| |outval| (-171 *4)) (|:| |outmult| (-576))
+ (|:| |outvect| (-656 (-701 (-171 *4)))))))
+ (-5 *1 (-776 *4)) (-4 *4 (-13 (-374) (-860))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-831 *4)) (-4 *4 (-862)) (-5 *2 (-112))
+ (-5 *1 (-684 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1195))
- (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
- (-5 *1 (-325 *4 *5)) (-4 *5 (-13 (-27) (-1221) (-442 *4)))))
+ (-12 (-5 *3 (-1197))
+ (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-5 *1 (-325 *4 *5)) (-4 *5 (-13 (-27) (-1223) (-442 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
- (-5 *1 (-325 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *4)))))
+ (-12 (-4 *4 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-5 *1 (-325 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-783)) (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576))))
+ (-12 (-5 *4 (-783)) (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576))))
(-5 *2 (-52)) (-5 *1 (-325 *5 *3))
- (-4 *3 (-13 (-27) (-1221) (-442 *5)))))
+ (-4 *3 (-13 (-27) (-1223) (-442 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5)))
- (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-12 (-5 *4 (-304 *3)) (-4 *3 (-13 (-27) (-1223) (-442 *5)))
+ (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-325 *5 *3))))
((*1 *2 *3 *4 *5)
(-12 (-5 *4 (-304 *3)) (-5 *5 (-783))
- (-4 *3 (-13 (-27) (-1221) (-442 *6)))
- (-4 *6 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-4 *3 (-13 (-27) (-1223) (-442 *6)))
+ (-4 *6 (-13 (-464) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-325 *6 *3))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 (-576))) (-5 *4 (-304 *6))
- (-4 *6 (-13 (-27) (-1221) (-442 *5)))
- (-4 *5 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-4 *6 (-13 (-27) (-1223) (-442 *5)))
+ (-4 *5 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-471 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1195)) (-5 *5 (-304 *3))
- (-4 *3 (-13 (-27) (-1221) (-442 *6)))
- (-4 *6 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-12 (-5 *4 (-1197)) (-5 *5 (-304 *3))
+ (-4 *3 (-13 (-27) (-1223) (-442 *6)))
+ (-4 *6 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-471 *6 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-576))) (-5 *4 (-304 *7)) (-5 *5 (-1253 (-783)))
- (-4 *7 (-13 (-27) (-1221) (-442 *6)))
- (-4 *6 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-12 (-5 *3 (-1 *7 (-576))) (-5 *4 (-304 *7)) (-5 *5 (-1255 (-783)))
+ (-4 *7 (-13 (-27) (-1223) (-442 *6)))
+ (-4 *6 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-471 *6 *7))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1195)) (-5 *5 (-304 *3)) (-5 *6 (-1253 (-783)))
- (-4 *3 (-13 (-27) (-1221) (-442 *7)))
- (-4 *7 (-13 (-568) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-52))
+ (-12 (-5 *4 (-1197)) (-5 *5 (-304 *3)) (-5 *6 (-1255 (-783)))
+ (-4 *3 (-13 (-27) (-1223) (-442 *7)))
+ (-4 *7 (-13 (-568) (-1059 (-576)) (-651 (-576)))) (-5 *2 (-52))
(-5 *1 (-471 *7 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-1248 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-1277 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-944)))))
-(((*1 *2 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1291)) (-5 *1 (-1025)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-759)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-576))) (-5 *2 (-576)) (-5 *1 (-498 *4))
- (-4 *4 (-1262 *2)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1195)) (-4 *5 (-626 (-905 (-576))))
- (-4 *5 (-899 (-576)))
- (-4 *5 (-13 (-1057 (-576)) (-464) (-651 (-576))))
- (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
- (-5 *1 (-579 *5 *3)) (-4 *3 (-641))
- (-4 *3 (-13 (-27) (-1221) (-442 *5)))))
- ((*1 *2 *2 *3 *4 *4)
- (|partial| -12 (-5 *3 (-1195)) (-5 *4 (-855 *2)) (-4 *2 (-1158))
- (-4 *2 (-13 (-27) (-1221) (-442 *5)))
- (-4 *5 (-626 (-905 (-576)))) (-4 *5 (-899 (-576)))
- (-4 *5 (-13 (-1057 (-576)) (-464) (-651 (-576))))
- (-5 *1 (-579 *5 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-406))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1216)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1119)) (-4 *3 (-915 *5)) (-5 *2 (-1286 *3))
- (-5 *1 (-704 *5 *3 *6 *4)) (-4 *6 (-384 *3))
- (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4462)))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-905 *4)) (-4 *4 (-1119)) (-5 *2 (-1 (-112) *5))
- (-5 *1 (-903 *4 *5)) (-4 *5 (-1236))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1185)))))
-(((*1 *2 *1) (-12 (-5 *2 (-256)) (-5 *1 (-343)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-253 *4 *5)) (-14 *4 (-656 (-1195))) (-4 *5 (-1068))
- (-5 *2 (-969 *5)) (-5 *1 (-961 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-862))
- (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-783))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-260 *4 *3 *5 *6)) (-4 *4 (-1068)) (-4 *3 (-862))
- (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-783))))
- ((*1 *2 *1) (-12 (-4 *1 (-275 *3)) (-4 *3 (-862)) (-5 *2 (-783))))
- ((*1 *2 *1) (-12 (-4 *1 (-360)) (-5 *2 (-938))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-347 *4 *5 *6 *7)) (-4 *4 (-13 (-379) (-374)))
- (-4 *5 (-1262 *4)) (-4 *6 (-1262 (-419 *5))) (-4 *7 (-353 *4 *5 *6))
- (-5 *2 (-783)) (-5 *1 (-404 *4 *5 *6 *7))))
- ((*1 *2 *1) (-12 (-4 *1 (-414)) (-5 *2 (-845 (-938)))))
- ((*1 *2 *1) (-12 (-4 *1 (-416)) (-5 *2 (-576))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-608 *3)) (-4 *3 (-1068))))
- ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-608 *3)) (-4 *3 (-1068))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-568)) (-5 *2 (-576)) (-5 *1 (-635 *3 *4))
- (-4 *4 (-1262 *3))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-752 *4 *3)) (-4 *4 (-1068))
- (-4 *3 (-862))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-752 *4 *3)) (-4 *4 (-1068)) (-4 *3 (-862))
- (-5 *2 (-783))))
- ((*1 *2 *1) (-12 (-4 *1 (-881 *3)) (-5 *2 (-783))))
- ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-921 *3)) (-4 *3 (-1119))))
- ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-922 *3)) (-4 *3 (-1119))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-347 *5 *6 *7 *8)) (-4 *5 (-442 *4))
- (-4 *6 (-1262 *5)) (-4 *7 (-1262 (-419 *6)))
- (-4 *8 (-353 *5 *6 *7)) (-4 *4 (-13 (-568) (-1057 (-576))))
- (-5 *2 (-783)) (-5 *1 (-928 *4 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-347 (-419 (-576)) *4 *5 *6))
- (-4 *4 (-1262 (-419 (-576)))) (-4 *5 (-1262 (-419 *4)))
- (-4 *6 (-353 (-419 (-576)) *4 *5)) (-5 *2 (-783))
- (-5 *1 (-929 *4 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-347 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-374))
- (-4 *7 (-1262 *6)) (-4 *4 (-1262 (-419 *7))) (-4 *8 (-353 *6 *7 *4))
- (-4 *9 (-13 (-379) (-374))) (-5 *2 (-783))
- (-5 *1 (-1037 *6 *7 *4 *8 *9))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1262 *3)) (-4 *3 (-1068)) (-4 *3 (-568))
- (-5 *2 (-783))))
- ((*1 *2 *1 *2)
- (-12 (-4 *1 (-1264 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-804))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1264 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-804)))))
+ (-12 (-4 *1 (-1250 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-1279 *3)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1179)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-1293))
+ (-5 *1 (-1093 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1179)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-1293))
+ (-5 *1 (-1129 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))))
(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-966 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *2 (-862)) (-4 *3 (-174))))
- ((*1 *2 *3 *3)
- (-12 (-4 *2 (-568)) (-5 *1 (-988 *2 *3)) (-4 *3 (-1262 *2))))
+ (-12 (-4 *1 (-1086 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *2 (-862))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *2 (-568))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1068)) (-4 *2 (-174)))))
-(((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-457 *3)) (-4 *3 (-1068)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *4 (-374)) (-5 *2 (-656 (-1176 *4))) (-5 *1 (-295 *4 *5))
- (-5 *3 (-1176 *4)) (-4 *5 (-1277 *4)))))
-(((*1 *1 *1) (-12 (-5 *1 (-176 *2)) (-4 *2 (-317)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-576)) (|has| *1 (-6 -4463)) (-4 *1 (-1274 *3))
- (-4 *3 (-1236)))))
-(((*1 *2)
- (|partial| -12 (-4 *3 (-568)) (-4 *3 (-174))
- (-5 *2 (-2 (|:| |particular| *1) (|:| -4156 (-656 *1))))
- (-4 *1 (-378 *3))))
- ((*1 *2)
- (|partial| -12
- (-5 *2
- (-2 (|:| |particular| (-465 *3 *4 *5 *6))
- (|:| -4156 (-656 (-465 *3 *4 *5 *6)))))
- (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-938))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-836)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1191 *7)) (-4 *5 (-1068))
- (-4 *7 (-1068)) (-4 *2 (-1262 *5)) (-5 *1 (-513 *5 *2 *6 *7))
- (-4 *6 (-1262 *2))))
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1070)) (-4 *2 (-374))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-374)) (-5 *1 (-671 *4 *2))
+ (-4 *2 (-668 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1121)) (-4 *6 (-1121))
+ (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-696 *4 *5 *6)) (-4 *4 (-1121)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-115)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1 (-1147 *4 *3 *5))) (-4 *4 (-38 (-419 (-576))))
+ (-4 *4 (-1070)) (-4 *3 (-862)) (-5 *1 (-1147 *4 *3 *5))
+ (-4 *5 (-968 *4 (-543 *3) *3))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1 (-1232 *4))) (-5 *3 (-1197)) (-5 *1 (-1232 *4))
+ (-4 *4 (-38 (-419 (-576)))) (-4 *4 (-1070)))))
+(((*1 *2 *1) (|partial| -12 (-4 *1 (-1033)) (-5 *2 (-876)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-656 *7)) (|:| |badPols| (-656 *7))))
+ (-5 *1 (-998 *4 *5 *6 *7)) (-5 *3 (-656 *7)))))
+(((*1 *1 *2 *3)
+ (-12 (-4 *1 (-393 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-1121))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1068)) (-4 *7 (-1068))
- (-4 *4 (-1262 *5)) (-5 *2 (-1191 *7)) (-5 *1 (-513 *5 *4 *6 *7))
- (-4 *6 (-1262 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1229 *4 *5 *6 *3)) (-4 *4 (-568)) (-4 *5 (-805))
- (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112)))))
+ (-12 (-5 *4 (-576)) (-5 *2 (-1178 *3)) (-5 *1 (-1181 *3))
+ (-4 *3 (-1070))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-831 *4)) (-4 *4 (-862)) (-4 *1 (-1305 *4 *3))
+ (-4 *3 (-1070)))))
+(((*1 *2 *3) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-573)) (-5 *3 (-576)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1176 (-656 (-576)))) (-5 *3 (-656 (-576)))
- (-5 *1 (-896)))))
-(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-943)))))
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6 *2)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *2 (-1121)))))
+(((*1 *2 *2) (|partial| -12 (-5 *1 (-570 *2)) (-4 *2 (-557)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1286 *4)) (-5 *3 (-783)) (-4 *4 (-360))
- (-5 *1 (-540 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-850))) (-5 *1 (-141)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1183 *2 *3)) (-14 *2 (-938)) (-4 *3 (-1068)))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479))))
- ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-479)))))
-(((*1 *2 *2 *2)
- (-12
- (-5 *2
- (-656
- (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-783)) (|:| |poli| *6)
- (|:| |polj| *6))))
- (-4 *4 (-805)) (-4 *6 (-966 *3 *4 *5)) (-4 *3 (-464)) (-4 *5 (-862))
- (-5 *1 (-461 *3 *4 *5 *6)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-656 (-1095 *4 *5 *2))) (-4 *4 (-1119))
- (-4 *5 (-13 (-1068) (-899 *4) (-626 (-905 *4))))
- (-4 *2 (-13 (-442 *5) (-899 *4) (-626 (-905 *4))))
- (-5 *1 (-54 *4 *5 *2))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-656 (-1095 *5 *6 *2))) (-5 *4 (-938)) (-4 *5 (-1119))
- (-4 *6 (-13 (-1068) (-899 *5) (-626 (-905 *5))))
- (-4 *2 (-13 (-442 *6) (-899 *5) (-626 (-905 *5))))
- (-5 *1 (-54 *5 *6 *2)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-874) (-874))) (-5 *1 (-115))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-874) (-656 (-874)))) (-5 *1 (-115))))
+ (-12 (-5 *3 (-624 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *4)))
+ (-4 *4 (-13 (-568) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-286 *4 *2)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-876) (-876))) (-5 *1 (-115))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-876) (-656 (-876)))) (-5 *1 (-115))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1 (-874) (-656 (-874)))) (-5 *1 (-115))))
+ (|partial| -12 (-5 *2 (-1 (-876) (-656 (-876)))) (-5 *1 (-115))))
((*1 *2 *1)
- (-12 (-5 *2 (-1291)) (-5 *1 (-216 *3))
+ (-12 (-5 *2 (-1293)) (-5 *1 (-216 *3))
(-4 *3
(-13 (-862)
- (-10 -8 (-15 -2794 ((-1177) $ (-1195))) (-15 -1971 (*2 $))
- (-15 -2453 (*2 $)))))))
- ((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-406))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1291)) (-5 *1 (-406))))
- ((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-514))))
- ((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-722))))
- ((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-1216))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1291)) (-5 *1 (-1216)))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3)
- (-12 (-5 *3 (-576)) (-5 *5 (-112)) (-5 *6 (-701 (-227)))
- (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-767)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-5 *2 (-112)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-173)))))
-(((*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-804))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-783)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1068))
- (-14 *4 (-656 (-1195)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-576)) (-5 *1 (-225 *3 *4)) (-4 *3 (-13 (-1068) (-862)))
- (-14 *4 (-656 (-1195)))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-260 *4 *3 *5 *6)) (-4 *4 (-1068)) (-4 *3 (-862))
- (-4 *5 (-275 *3)) (-4 *6 (-805)) (-5 *2 (-783))))
- ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-284))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1191 *8)) (-5 *4 (-656 *6)) (-4 *6 (-862))
- (-4 *8 (-966 *7 *5 *6)) (-4 *5 (-805)) (-4 *7 (-1068))
- (-5 *2 (-656 (-783))) (-5 *1 (-331 *5 *6 *7 *8))))
- ((*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-938))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174))
- (-5 *2 (-783))))
- ((*1 *2 *1) (-12 (-4 *1 (-482 *3 *2)) (-4 *3 (-174)) (-4 *2 (-23))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-568)) (-5 *2 (-576)) (-5 *1 (-635 *3 *4))
- (-4 *4 (-1262 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-720 *3)) (-4 *3 (-1068)) (-5 *2 (-783))))
- ((*1 *2 *1) (-12 (-4 *1 (-864 *3)) (-4 *3 (-1068)) (-5 *2 (-783))))
- ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-921 *3)) (-4 *3 (-1119))))
- ((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-922 *3)) (-4 *3 (-1119))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-656 *6)) (-4 *1 (-966 *4 *5 *6)) (-4 *4 (-1068))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 (-783)))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-966 *4 *5 *3)) (-4 *4 (-1068)) (-4 *5 (-805))
- (-4 *3 (-862)) (-5 *2 (-783))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-992 *3 *2 *4)) (-4 *3 (-1068)) (-4 *4 (-862))
- (-4 *2 (-804))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-783))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1248 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1277 *3))
- (-5 *2 (-576))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1269 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1246 *3))
- (-5 *2 (-419 (-576)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1305 *3)) (-4 *3 (-374)) (-5 *2 (-845 (-938)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1307 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068))
- (-5 *2 (-783)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4462)) (-4 *1 (-152 *3))
- (-4 *3 (-1236))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1236)) (-5 *1 (-613 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-686 *3)) (-4 *3 (-1236))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-4 *1 (-1229 *4 *5 *3 *2)) (-4 *4 (-568))
- (-4 *5 (-805)) (-4 *3 (-862)) (-4 *2 (-1084 *4 *5 *3))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-783)) (-5 *1 (-1233 *2)) (-4 *2 (-1236)))))
+ (-10 -8 (-15 -4369 ((-1179) $ (-1197))) (-15 -1612 (*2 $))
+ (-15 -3924 (*2 $)))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-406))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1293)) (-5 *1 (-406))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-514))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-722))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-1218))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *2 (-1293)) (-5 *1 (-1218)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-576)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime"))
+ (-5 *1 (-430 *4)) (-4 *4 (-568)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-1197)))))
+(((*1 *2 *3 *2)
+ (|partial| -12 (-5 *2 (-1288 *4)) (-5 *3 (-701 *4)) (-4 *4 (-374))
+ (-5 *1 (-679 *4))))
+ ((*1 *2 *3 *2)
+ (|partial| -12 (-4 *4 (-374))
+ (-4 *5 (-13 (-384 *4) (-10 -7 (-6 -4465))))
+ (-4 *2 (-13 (-384 *4) (-10 -7 (-6 -4465))))
+ (-5 *1 (-680 *4 *5 *2 *3)) (-4 *3 (-699 *4 *5 *2))))
+ ((*1 *2 *3 *2 *4 *5)
+ (|partial| -12 (-5 *4 (-656 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-374))
+ (-5 *1 (-826 *2 *3)) (-4 *3 (-668 *2))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
+ (-5 *1 (-1149 *3 *2)) (-4 *3 (-1264 *2)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)) (-4 *2 (-568)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-464)) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-13 (-442 *3) (-1223))))))
+(((*1 *1 *1 *2 *2)
+ (|partial| -12 (-5 *2 (-940)) (-5 *1 (-1122 *3 *4)) (-14 *3 *2)
+ (-14 *4 *2))))
+(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479))))
+ ((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-479))))
+ ((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-946)))))
+(((*1 *2 *1 *2 *3)
+ (|partial| -12 (-5 *2 (-1179)) (-5 *3 (-576)) (-5 *1 (-1084)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-1141)) (-5 *1 (-541)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1255 (-576))) (-4 *1 (-292 *3)) (-4 *3 (-1238))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-292 *3)) (-4 *3 (-1238)))))
+(((*1 *2 *3 *4 *4 *5 *6 *7)
+ (-12 (-5 *5 (-1197))
+ (-5 *6
+ (-1
+ (-3
+ (-2 (|:| |mainpart| *4)
+ (|:| |limitedlogs|
+ (-656 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
+ "failed")
+ *4 (-656 *4)))
+ (-5 *7
+ (-1 (-3 (-2 (|:| -2670 *4) (|:| |coeff| *4)) "failed") *4 *4))
+ (-4 *4 (-13 (-1223) (-27) (-442 *8)))
+ (-4 *8 (-13 (-464) (-148) (-1059 *3) (-651 *3))) (-5 *3 (-576))
+ (-5 *2 (-2 (|:| |ans| *4) (|:| -2111 *4) (|:| |sol?| (-112))))
+ (-5 *1 (-1034 *8 *4)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-962 *3)) (-4 *3 (-13 (-374) (-1223) (-1023)))
+ (-5 *1 (-178 *3)))))
(((*1 *2 *2 *3)
- (-12 (-4 *4 (-805))
- (-4 *3 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $))))) (-4 *5 (-568))
- (-5 *1 (-744 *4 *3 *5 *2)) (-4 *2 (-966 (-419 (-969 *5)) *4 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *4 (-1068)) (-4 *5 (-805))
- (-4 *3
- (-13 (-862)
- (-10 -8 (-15 -4169 ((-1195) $))
- (-15 -3052 ((-3 $ "failed") (-1195))))))
- (-5 *1 (-1003 *4 *5 *3 *2)) (-4 *2 (-966 (-969 *4) *5 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-656 *6))
- (-4 *6
- (-13 (-862)
- (-10 -8 (-15 -4169 ((-1195) $))
- (-15 -3052 ((-3 $ "failed") (-1195))))))
- (-4 *4 (-1068)) (-4 *5 (-805)) (-5 *1 (-1003 *4 *5 *6 *2))
- (-4 *2 (-966 (-969 *4) *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1195))
- (-4 *5 (-13 (-568) (-1057 (-576)) (-651 (-576))))
+ (|partial| -12
+ (-5 *3 (-656 (-2 (|:| |func| *2) (|:| |pole| (-112)))))
+ (-4 *2 (-13 (-442 *4) (-1023))) (-4 *4 (-568))
+ (-5 *1 (-285 *4 *2)))))
+(((*1 *2 *1) (-12 (-4 *1 (-847 *3)) (-4 *3 (-1121)) (-5 *2 (-55)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-576)) (-4 *1 (-333 *4 *2)) (-4 *4 (-1121))
+ (-4 *2 (-132)))))
+(((*1 *2) (-12 (-5 *2 (-888)) (-5 *1 (-1291))))
+ ((*1 *2 *2) (-12 (-5 *2 (-888)) (-5 *1 (-1291)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-173))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-1289))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-1290)))))
+(((*1 *1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *2 *1 *1)
+ (-12
(-5 *2
- (-2 (|:| |func| *3) (|:| |kers| (-656 (-624 *3)))
- (|:| |vals| (-656 *3))))
- (-5 *1 (-286 *5 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *5))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))))
-(((*1 *2 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
- (-5 *1 (-1147 *3 *2)) (-4 *3 (-1262 *2)))))
-(((*1 *2 *3 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1262 *5))
- (-4 *5 (-13 (-374) (-148) (-1057 (-576))))
- (-5 *2
- (-2 (|:| |a| *6) (|:| |b| (-419 *6)) (|:| |h| *6)
- (|:| |c1| (-419 *6)) (|:| |c2| (-419 *6)) (|:| -2734 *6)))
- (-5 *1 (-1035 *5 *6)) (-5 *3 (-419 *6)))))
+ (-2 (|:| -3115 (-794 *3)) (|:| |coef1| (-794 *3))
+ (|:| |coef2| (-794 *3))))
+ (-5 *1 (-794 *3)) (-4 *3 (-568)) (-4 *3 (-1070))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-568)) (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-5 *2 (-2 (|:| -3115 *1) (|:| |coef1| *1) (|:| |coef2| *1)))
+ (-4 *1 (-1086 *3 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-127 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *9)) (-4 *8 (-1086 *5 *6 *7))
+ (-4 *9 (-1092 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805))
+ (-4 *7 (-862)) (-5 *2 (-783)) (-5 *1 (-1090 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *9)) (-4 *8 (-1086 *5 *6 *7))
+ (-4 *9 (-1130 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805))
+ (-4 *7 (-862)) (-5 *2 (-783)) (-5 *1 (-1166 *5 *6 *7 *8 *9)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 (-576))) (-5 *1 (-253 *3 *4))
+ (-14 *3 (-656 (-1197))) (-4 *4 (-1070))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 (-576))) (-14 *3 (-656 (-1197)))
+ (-5 *1 (-466 *3 *4 *5)) (-4 *4 (-1070))
+ (-4 *5 (-243 (-1968 *3) (-783)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-656 (-576))) (-5 *1 (-493 *3 *4))
+ (-14 *3 (-656 (-1197))) (-4 *4 (-1070)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))))
+(((*1 *2) (-12 (-5 *2 (-888)) (-5 *1 (-1291))))
+ ((*1 *2 *2) (-12 (-5 *2 (-888)) (-5 *1 (-1291)))))
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-701 *2)) (-5 *4 (-783))
+ (-4 *2 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $)))))
+ (-4 *5 (-1264 *2)) (-5 *1 (-511 *2 *5 *6)) (-4 *6 (-421 *2 *5)))))
+(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-711))))
+ ((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-711)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3537 (-656 (-227)))))
- (-5 *2 (-656 (-1195))) (-5 *1 (-276))))
+ (-2 (|:| |lfn| (-656 (-326 (-227)))) (|:| -3651 (-656 (-227)))))
+ (-5 *2 (-656 (-1197))) (-5 *1 (-276))))
((*1 *2 *3)
- (-12 (-5 *3 (-1191 *7)) (-4 *7 (-966 *6 *4 *5)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1068)) (-5 *2 (-656 *5))
+ (-12 (-5 *3 (-1193 *7)) (-4 *7 (-968 *6 *4 *5)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1070)) (-5 *2 (-656 *5))
(-5 *1 (-331 *4 *5 *6 *7))))
((*1 *2 *1)
- (-12 (-5 *2 (-656 (-1195))) (-5 *1 (-350 *3 *4 *5)) (-14 *3 *2)
+ (-12 (-5 *2 (-656 (-1197))) (-5 *1 (-350 *3 *4 *5)) (-14 *3 *2)
(-14 *4 *2) (-4 *5 (-399))))
((*1 *2 *1)
- (-12 (-4 *1 (-442 *3)) (-4 *3 (-1119)) (-5 *2 (-656 (-1195)))))
+ (-12 (-4 *1 (-442 *3)) (-4 *3 (-1121)) (-5 *2 (-656 (-1197)))))
((*1 *2 *1)
- (-12 (-5 *2 (-656 (-905 *3))) (-5 *1 (-905 *3)) (-4 *3 (-1119))))
+ (-12 (-5 *2 (-656 (-907 *3))) (-5 *1 (-907 *3)) (-4 *3 (-1121))))
((*1 *2 *1)
- (-12 (-4 *1 (-966 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805))
+ (-12 (-4 *1 (-968 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805))
(-4 *5 (-862)) (-5 *2 (-656 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1068))
- (-4 *7 (-966 *6 *4 *5)) (-5 *2 (-656 *5))
- (-5 *1 (-967 *4 *5 *6 *7 *3))
+ (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1070))
+ (-4 *7 (-968 *6 *4 *5)) (-5 *2 (-656 *5))
+ (-5 *1 (-969 *4 *5 *6 *7 *3))
(-4 *3
(-13 (-374)
- (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $)) (-15 -1579 (*7 $)))))))
+ (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $)) (-15 -2698 (*7 $)))))))
((*1 *2 *1)
- (-12 (-4 *1 (-992 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-804))
+ (-12 (-4 *1 (-994 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-804))
(-4 *5 (-862)) (-5 *2 (-656 *5))))
((*1 *2 *1)
- (-12 (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-656 *5))))
+ (-12 (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-656 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-568)) (-5 *2 (-656 (-1195)))
- (-5 *1 (-1062 *4)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1236)) (-5 *1 (-613 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1236)) (-5 *1 (-1176 *3)))))
-(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-568)) (-4 *3 (-174)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-5 *1 (-700 *3 *4 *5 *2))
- (-4 *2 (-699 *3 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-926)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-966 *4 *5 *6)) (-5 *2 (-430 (-1191 *7)))
- (-5 *1 (-923 *4 *5 *6 *7)) (-5 *3 (-1191 *7))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-926)) (-4 *5 (-1262 *4)) (-5 *2 (-430 (-1191 *5)))
- (-5 *1 (-924 *4 *5)) (-5 *3 (-1191 *5)))))
+ (-12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-568)) (-5 *2 (-656 (-1197)))
+ (-5 *1 (-1064 *4)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-945)))))
+(((*1 *2 *2 *2 *3 *4)
+ (-12 (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1070))
+ (-5 *1 (-867 *5 *2)) (-4 *2 (-866 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-115)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-480)) (-5 *4 (-940)) (-5 *2 (-1293)) (-5 *1 (-1289)))))
+(((*1 *1 *1) (-5 *1 (-548))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-656 *1))
+ (-4 *1 (-1092 *4 *5 *6 *3)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-1 (-390))) (-5 *1 (-1059)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-576)) (-4 *6 (-805)) (-4 *7 (-862)) (-4 *8 (-317))
- (-4 *9 (-966 *8 *6 *7))
- (-5 *2 (-2 (|:| -2284 (-1191 *9)) (|:| |polval| (-1191 *8))))
- (-5 *1 (-754 *6 *7 *8 *9)) (-5 *3 (-1191 *9)) (-5 *4 (-1191 *8)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-783)) (-5 *5 (-656 *3)) (-4 *3 (-317)) (-4 *6 (-862))
- (-4 *7 (-805)) (-5 *2 (-112)) (-5 *1 (-637 *6 *7 *3 *8))
- (-4 *8 (-966 *3 *7 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-227))) (-5 *4 (-783)) (-5 *2 (-701 (-227)))
- (-5 *1 (-315)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-173))))
- ((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-1287))))
- ((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1059)))))
+ (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197))))
+ (-4 *6 (-805)) (-4 *7 (-968 *4 *6 *5))
+ (-5 *2
+ (-2 (|:| |sysok| (-112)) (|:| |z0| (-656 *7)) (|:| |n0| (-656 *7))))
+ (-5 *1 (-943 *4 *5 *6 *7)) (-5 *3 (-656 *7)))))
+(((*1 *2 *2) (-12 (-5 *2 (-656 (-326 (-227)))) (-5 *1 (-276)))))
+(((*1 *1) (-5 *1 (-590))))
(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1191 (-419 (-1191 *2)))) (-5 *4 (-624 *2))
- (-4 *2 (-13 (-442 *5) (-27) (-1221)))
- (-4 *5 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
- (-5 *1 (-572 *5 *2 *6)) (-4 *6 (-1119))))
+ (-12 (-5 *3 (-1193 (-419 (-1193 *2)))) (-5 *4 (-624 *2))
+ (-4 *2 (-13 (-442 *5) (-27) (-1223)))
+ (-4 *5 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
+ (-5 *1 (-572 *5 *2 *6)) (-4 *6 (-1121))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1191 *1)) (-4 *1 (-966 *4 *5 *3)) (-4 *4 (-1068))
+ (-12 (-5 *2 (-1193 *1)) (-4 *1 (-968 *4 *5 *3)) (-4 *4 (-1070))
(-4 *5 (-805)) (-4 *3 (-862))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1191 *4)) (-4 *4 (-1068)) (-4 *1 (-966 *4 *5 *3))
+ (-12 (-5 *2 (-1193 *4)) (-4 *4 (-1070)) (-4 *1 (-968 *4 *5 *3))
(-4 *5 (-805)) (-4 *3 (-862))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-1191 *2))) (-4 *5 (-805)) (-4 *4 (-862))
- (-4 *6 (-1068))
+ (-12 (-5 *3 (-419 (-1193 *2))) (-4 *5 (-805)) (-4 *4 (-862))
+ (-4 *6 (-1070))
(-4 *2
(-13 (-374)
- (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $)) (-15 -1579 (*7 $)))))
- (-5 *1 (-967 *5 *4 *6 *7 *2)) (-4 *7 (-966 *6 *5 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-1191 (-419 (-969 *5))))) (-5 *4 (-1195))
- (-5 *2 (-419 (-969 *5))) (-5 *1 (-1062 *5)) (-4 *5 (-568)))))
-(((*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7)
- (-12 (-5 *3 (-1177)) (-5 *5 (-701 (-227))) (-5 *6 (-227))
- (-5 *7 (-701 (-576))) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-764)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-304 (-855 *3))) (-4 *3 (-13 (-27) (-1221) (-442 *5)))
- (-4 *5 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-5 *2
- (-3 (-855 *3)
- (-2 (|:| |leftHandLimit| (-3 (-855 *3) "failed"))
- (|:| |rightHandLimit| (-3 (-855 *3) "failed")))
- "failed"))
- (-5 *1 (-648 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-304 *3)) (-5 *5 (-1177))
- (-4 *3 (-13 (-27) (-1221) (-442 *6)))
- (-4 *6 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-5 *2 (-855 *3)) (-5 *1 (-648 *6 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-304 (-855 (-969 *5)))) (-4 *5 (-464))
- (-5 *2
- (-3 (-855 (-419 (-969 *5)))
- (-2 (|:| |leftHandLimit| (-3 (-855 (-419 (-969 *5))) "failed"))
- (|:| |rightHandLimit| (-3 (-855 (-419 (-969 *5))) "failed")))
- "failed"))
- (-5 *1 (-649 *5)) (-5 *3 (-419 (-969 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-304 (-419 (-969 *5)))) (-5 *3 (-419 (-969 *5)))
- (-4 *5 (-464))
- (-5 *2
- (-3 (-855 *3)
- (-2 (|:| |leftHandLimit| (-3 (-855 *3) "failed"))
- (|:| |rightHandLimit| (-3 (-855 *3) "failed")))
- "failed"))
- (-5 *1 (-649 *5))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-304 (-419 (-969 *6)))) (-5 *5 (-1177))
- (-5 *3 (-419 (-969 *6))) (-4 *6 (-464)) (-5 *2 (-855 *3))
- (-5 *1 (-649 *6)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1236)) (-5 *1 (-613 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1236)) (-5 *1 (-1176 *3)))))
-(((*1 *1) (-5 *1 (-1082))))
-(((*1 *1) (-5 *1 (-835))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1286 (-326 (-227)))) (-5 *4 (-656 (-1195)))
- (-5 *2 (-701 (-326 (-227)))) (-5 *1 (-207))))
+ (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $)) (-15 -2698 (*7 $)))))
+ (-5 *1 (-969 *5 *4 *6 *7 *2)) (-4 *7 (-968 *6 *5 *4))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-1119)) (-4 *6 (-915 *5)) (-5 *2 (-701 *6))
- (-5 *1 (-704 *5 *6 *3 *4)) (-4 *3 (-384 *6))
- (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4462)))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1307 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1068))
- (-5 *2 (-831 *3))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-858)) (-5 *1 (-1309 *3 *2)) (-4 *3 (-1068)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-2 (|:| -1633 *6) (|:| |coeff| *6)) "failed") *6))
- (-4 *6 (-374)) (-4 *7 (-1262 *6))
- (-5 *2 (-2 (|:| |answer| (-598 (-419 *7))) (|:| |a0| *6)))
- (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))))
+ (-12 (-5 *3 (-419 (-1193 (-419 (-971 *5))))) (-5 *4 (-1197))
+ (-5 *2 (-419 (-971 *5))) (-5 *1 (-1064 *5)) (-4 *5 (-568)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-920 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *2) (-12 (-5 *1 (-920 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1179)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-1293))
+ (-5 *1 (-1093 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1179)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-1086 *4 *5 *6)) (-5 *2 (-1293))
+ (-5 *1 (-1129 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))))
+(((*1 *2)
+ (|partial| -12 (-4 *3 (-568)) (-4 *3 (-174))
+ (-5 *2 (-2 (|:| |particular| *1) (|:| -1726 (-656 *1))))
+ (-4 *1 (-378 *3))))
+ ((*1 *2)
+ (|partial| -12
+ (-5 *2
+ (-2 (|:| |particular| (-465 *3 *4 *5 *6))
+ (|:| -1726 (-656 (-465 *3 *4 *5 *6)))))
+ (-5 *1 (-465 *3 *4 *5 *6)) (-4 *3 (-174)) (-14 *4 (-940))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1191 *7)) (-4 *7 (-966 *6 *4 *5)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1068)) (-5 *2 (-1191 *6))
- (-5 *1 (-331 *4 *5 *6 *7)))))
+ (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1197))))
+ (-4 *6 (-805)) (-5 *2 (-656 *3)) (-5 *1 (-943 *4 *5 *6 *3))
+ (-4 *3 (-968 *4 *6 *5)))))
+(((*1 *2 *3 *4 *4 *3 *3 *5)
+ (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-1193 *3))
+ (-4 *3 (-13 (-442 *6) (-27) (-1223)))
+ (-4 *6 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
+ (-5 *2 (-2 (|:| -2670 *3) (|:| |coeff| *3)))
+ (-5 *1 (-572 *6 *3 *7)) (-4 *7 (-1121))))
+ ((*1 *2 *3 *4 *4 *3 *4 *3 *5)
+ (|partial| -12 (-5 *4 (-624 *3)) (-5 *5 (-419 (-1193 *3)))
+ (-4 *3 (-13 (-442 *6) (-27) (-1223)))
+ (-4 *6 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
+ (-5 *2 (-2 (|:| -2670 *3) (|:| |coeff| *3)))
+ (-5 *1 (-572 *6 *3 *7)) (-4 *7 (-1121)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-2 (|:| |var| (-656 (-1197))) (|:| |pred| (-52))))
+ (-5 *1 (-907 *3)) (-4 *3 (-1121)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-496 *3)))))
(((*1 *1 *2 *3)
- (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-804))))
+ (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-804))))
((*1 *1 *2 *3)
- (-12 (-5 *3 (-656 (-938))) (-5 *1 (-153 *4 *2 *5)) (-14 *4 (-938))
- (-4 *2 (-374)) (-14 *5 (-1012 *4 *2))))
+ (-12 (-5 *3 (-656 (-940))) (-5 *1 (-153 *4 *2 *5)) (-14 *4 (-940))
+ (-4 *2 (-374)) (-14 *5 (-1014 *4 *2))))
((*1 *1 *2 *3)
(-12 (-5 *3 (-725 *5 *6 *7)) (-4 *5 (-862))
- (-4 *6 (-243 (-3500 *4) (-783)))
+ (-4 *6 (-243 (-1968 *4) (-783)))
(-14 *7
- (-1 (-112) (-2 (|:| -3222 *5) (|:| -2125 *6))
- (-2 (|:| -3222 *5) (|:| -2125 *6))))
- (-14 *4 (-656 (-1195))) (-4 *2 (-174))
- (-5 *1 (-473 *4 *2 *5 *6 *7 *8)) (-4 *8 (-966 *2 *6 (-876 *4)))))
+ (-1 (-112) (-2 (|:| -2409 *5) (|:| -3744 *6))
+ (-2 (|:| -2409 *5) (|:| -3744 *6))))
+ (-14 *4 (-656 (-1197))) (-4 *2 (-174))
+ (-5 *1 (-473 *4 *2 *5 *6 *7 *8)) (-4 *8 (-968 *2 *6 (-878 *4)))))
((*1 *1 *2 *3)
- (-12 (-4 *1 (-521 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-862))))
+ (-12 (-4 *1 (-521 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-862))))
((*1 *1 *2 *3)
(-12 (-5 *3 (-576)) (-4 *2 (-568)) (-5 *1 (-635 *2 *4))
- (-4 *4 (-1262 *2))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-720 *2)) (-4 *2 (-1068))))
+ (-4 *4 (-1264 *2))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-720 *2)) (-4 *2 (-1070))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-747 *2 *3)) (-4 *2 (-1068)) (-4 *3 (-738))))
+ (-12 (-5 *1 (-747 *2 *3)) (-4 *2 (-1070)) (-4 *3 (-738))))
((*1 *1 *1 *2 *3)
(-12 (-5 *2 (-656 *5)) (-5 *3 (-656 (-783))) (-4 *1 (-752 *4 *5))
- (-4 *4 (-1068)) (-4 *5 (-862))))
+ (-4 *4 (-1070)) (-4 *5 (-862))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-783)) (-4 *1 (-752 *4 *2)) (-4 *4 (-1068))
+ (-12 (-5 *3 (-783)) (-4 *1 (-752 *4 *2)) (-4 *4 (-1070))
(-4 *2 (-862))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-864 *2)) (-4 *2 (-1068))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-866 *2)) (-4 *2 (-1070))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 *6)) (-5 *3 (-656 (-783))) (-4 *1 (-966 *4 *5 *6))
- (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *6 (-862))))
+ (-12 (-5 *2 (-656 *6)) (-5 *3 (-656 (-783))) (-4 *1 (-968 *4 *5 *6))
+ (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *6 (-862))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-783)) (-4 *1 (-966 *4 *5 *2)) (-4 *4 (-1068))
+ (-12 (-5 *3 (-783)) (-4 *1 (-968 *4 *5 *2)) (-4 *4 (-1070))
(-4 *5 (-805)) (-4 *2 (-862))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 *6)) (-5 *3 (-656 *5)) (-4 *1 (-992 *4 *5 *6))
- (-4 *4 (-1068)) (-4 *5 (-804)) (-4 *6 (-862))))
+ (-12 (-5 *2 (-656 *6)) (-5 *3 (-656 *5)) (-4 *1 (-994 *4 *5 *6))
+ (-4 *4 (-1070)) (-4 *5 (-804)) (-4 *6 (-862))))
((*1 *1 *1 *2 *3)
- (-12 (-4 *1 (-992 *4 *3 *2)) (-4 *4 (-1068)) (-4 *3 (-804))
+ (-12 (-4 *1 (-994 *4 *3 *2)) (-4 *4 (-1070)) (-4 *3 (-804))
(-4 *2 (-862)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-767)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-701 *3)) (-4 *3 (-317)) (-5 *1 (-712 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1119)) (-4 *5 (-1119))
- (-4 *6 (-1119)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-696 *4 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-938)) (-4 *6 (-568)) (-5 *2 (-656 (-326 *6)))
- (-5 *1 (-223 *5 *6)) (-5 *3 (-326 *6)) (-4 *5 (-1068))))
- ((*1 *2 *1) (-12 (-5 *1 (-430 *2)) (-4 *2 (-568))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-598 *5)) (-4 *5 (-13 (-29 *4) (-1221)))
- (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576)))) (-5 *2 (-656 *5))
- (-5 *1 (-595 *4 *5))))
+ (-12 (-5 *2 (-1 (-962 *3) (-962 *3))) (-5 *1 (-178 *3))
+ (-4 *3 (-13 (-374) (-1223) (-1023))))))
+(((*1 *2)
+ (-12 (-5 *2 (-419 (-971 *3))) (-5 *1 (-465 *3 *4 *5 *6))
+ (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-940))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-1288 (-701 *3))))))
+(((*1 *2 *1) (-12 (-4 *1 (-378 *2)) (-4 *2 (-174)))))
+(((*1 *1 *1 *1)
+ (|partial| -12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-1196)) (-5 *1 (-340)))))
+(((*1 *2 *3)
+ (-12 (-4 *5 (-13 (-626 *2) (-174))) (-5 *2 (-907 *4))
+ (-5 *1 (-172 *4 *5 *3)) (-4 *4 (-1121)) (-4 *3 (-167 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-598 (-419 (-969 *4))))
- (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-5 *2 (-656 (-326 *4))) (-5 *1 (-601 *4))))
+ (-12 (-5 *3 (-656 (-1115 (-855 (-390)))))
+ (-5 *2 (-656 (-1115 (-855 (-227))))) (-5 *1 (-315))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-876)) (-5 *3 (-576)) (-5 *1 (-406))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1288 *3)) (-4 *3 (-174)) (-4 *1 (-421 *3 *4))
+ (-4 *4 (-1264 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-1114 *3 *2)) (-4 *3 (-860)) (-4 *2 (-1168 *3))))
+ (-12 (-4 *1 (-421 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1264 *3))
+ (-5 *2 (-1288 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1288 *3)) (-4 *3 (-174)) (-4 *1 (-429 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-429 *3)) (-4 *3 (-174)) (-5 *2 (-1288 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-430 *1)) (-4 *1 (-442 *3)) (-4 *3 (-568))
+ (-4 *3 (-1121))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-656 *6)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-1070))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-475 *3 *4 *5 *6))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1125)) (-5 *1 (-548))))
+ ((*1 *2 *1) (-12 (-4 *1 (-626 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *2) (-12 (-4 *1 (-630 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-174)) (-4 *1 (-736 *3 *2)) (-4 *2 (-1264 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-907 *3))) (-5 *1 (-907 *3)) (-4 *3 (-1121))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-971 *3)) (-4 *3 (-1070)) (-4 *1 (-1086 *3 *4 *5))
+ (-4 *5 (-626 (-1197))) (-4 *4 (-805)) (-4 *5 (-862))))
+ ((*1 *1 *2)
+ (-3795
+ (-12 (-5 *2 (-971 (-576))) (-4 *1 (-1086 *3 *4 *5))
+ (-12 (-2300 (-4 *3 (-38 (-419 (-576))))) (-4 *3 (-38 (-576)))
+ (-4 *5 (-626 (-1197))))
+ (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)))
+ (-12 (-5 *2 (-971 (-576))) (-4 *1 (-1086 *3 *4 *5))
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1197))))
+ (-4 *3 (-1070)) (-4 *4 (-805)) (-4 *5 (-862)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-971 (-419 (-576)))) (-4 *1 (-1086 *3 *4 *5))
+ (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1197))) (-4 *3 (-1070))
+ (-4 *4 (-805)) (-4 *5 (-862))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-656 *7)) (|:| -4442 *8)))
+ (-4 *7 (-1086 *4 *5 *6)) (-4 *8 (-1092 *4 *5 *6 *7)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1179))
+ (-5 *1 (-1090 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-656 *7)) (|:| -4442 *8)))
+ (-4 *7 (-1086 *4 *5 *6)) (-4 *8 (-1130 *4 *5 *6 *7)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1179))
+ (-5 *1 (-1166 *4 *5 *6 *7 *8))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1125)) (-5 *1 (-1202))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1125)) (-5 *1 (-1202))))
+ ((*1 *1 *2 *3 *2) (-12 (-5 *2 (-876)) (-5 *3 (-576)) (-5 *1 (-1218))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-876)) (-5 *3 (-576)) (-5 *1 (-1218))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-792 *4 (-878 *5)))
+ (-4 *4 (-13 (-860) (-317) (-148) (-1043))) (-14 *5 (-656 (-1197)))
+ (-5 *2 (-792 *4 (-878 *6))) (-5 *1 (-1315 *4 *5 *6))
+ (-14 *6 (-656 (-1197)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-971 *4)) (-4 *4 (-13 (-860) (-317) (-148) (-1043)))
+ (-5 *2 (-971 (-1045 (-419 *4)))) (-5 *1 (-1315 *4 *5 *6))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-656 (-1197)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-792 *4 (-878 *6)))
+ (-4 *4 (-13 (-860) (-317) (-148) (-1043))) (-14 *6 (-656 (-1197)))
+ (-5 *2 (-971 (-1045 (-419 *4)))) (-5 *1 (-1315 *4 *5 *6))
+ (-14 *5 (-656 (-1197)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1193 *4)) (-4 *4 (-13 (-860) (-317) (-148) (-1043)))
+ (-5 *2 (-1193 (-1045 (-419 *4)))) (-5 *1 (-1315 *4 *5 *6))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-656 (-1197)))))
((*1 *2 *3)
- (-12 (-5 *3 (-656 *1)) (-4 *1 (-1114 *4 *2)) (-4 *4 (-860))
- (-4 *2 (-1168 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1301 (-1195) *3)) (-5 *1 (-1308 *3)) (-4 *3 (-1068))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1301 *3 *4)) (-5 *1 (-1310 *3 *4)) (-4 *3 (-862))
- (-4 *4 (-1068)))))
-(((*1 *2 *2)
(-12
- (-5 *2
- (-1006 (-419 (-576)) (-876 *3) (-245 *4 (-783))
- (-253 *3 (-419 (-576)))))
- (-14 *3 (-656 (-1195))) (-14 *4 (-783)) (-5 *1 (-1005 *3 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-336 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804))
- (-5 *2 (-783))))
+ (-5 *3 (-1167 *4 (-543 (-878 *6)) (-878 *6) (-792 *4 (-878 *6))))
+ (-4 *4 (-13 (-860) (-317) (-148) (-1043))) (-14 *6 (-656 (-1197)))
+ (-5 *2 (-656 (-792 *4 (-878 *6)))) (-5 *1 (-1315 *4 *5 *6))
+ (-14 *5 (-656 (-1197))))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-940)) (-5 *4 (-1179)) (-5 *2 (-1293)) (-5 *1 (-1289)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1121)) (-4 *1 (-922 *3)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576))
+ (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -2117))))
+ (-5 *2 (-1056)) (-5 *1 (-760)))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1121)) (-4 *3 (-23))
+ (-14 *4 *3)))
+ ((*1 *1 *2 *3 *1)
+ (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1121)) (-4 *3 (-23))
+ (-14 *4 *3)))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-687 *2)) (-4 *2 (-1070)) (-4 *2 (-1121)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-289)))))
+(((*1 *2 *2 *3) (-12 (-5 *2 (-1156)) (-5 *3 (-301)) (-5 *1 (-169)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-374)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4))
+ (-5 *2 (-783)) (-5 *1 (-533 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6))))
((*1 *2 *1)
- (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1119))
- (-5 *2 (-783))))
+ (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-384 *3))
+ (-4 *5 (-384 *3)) (-4 *3 (-568)) (-5 *2 (-783))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-4 *4 (-174)) (-4 *5 (-384 *4))
+ (-4 *6 (-384 *4)) (-5 *2 (-783)) (-5 *1 (-700 *4 *5 *6 *3))
+ (-4 *3 (-699 *4 *5 *6))))
((*1 *2 *1)
- (-12 (-5 *2 (-783)) (-5 *1 (-747 *3 *4)) (-4 *3 (-1068))
- (-4 *4 (-738)))))
+ (-12 (-4 *1 (-1074 *3 *4 *5 *6 *7)) (-4 *5 (-1070))
+ (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-4 *5 (-568))
+ (-5 *2 (-783)))))
(((*1 *2 *2)
(-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-702 *3))))
- ((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-702 *3)))))
-(((*1 *1) (-5 *1 (-131))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-656 (-326 (-227)))) (-5 *3 (-227)) (-5 *2 (-112))
- (-5 *1 (-212)))))
-(((*1 *1 *1) (-4 *1 (-1079)))
- ((*1 *1 *1 *2 *2)
- (-12 (-4 *1 (-1264 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-804))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1264 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-804)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-503)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5))
- (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *1 (-1299 *3 *4 *5 *6))))
- ((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-656 *8)) (-5 *3 (-1 (-112) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-568))
- (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-1299 *5 *6 *7 *8)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1262 *4)) (-4 *4 (-1240))
- (-4 *6 (-1262 (-419 *5)))
- (-5 *2
- (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5)
- (|:| |gd| *5)))
- (-4 *1 (-353 *4 *5 *6)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
- (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4))))
- (-5 *1 (-1091 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-656 *6)) (-4 *1 (-966 *4 *5 *6)) (-4 *4 (-1068))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-783))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-966 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-5 *2 (-783)))))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
+(((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-13 (-374) (-148) (-1059 (-576))))
+ (-4 *5 (-1264 *4))
+ (-5 *2 (-2 (|:| -2670 (-419 *5)) (|:| |coeff| (-419 *5))))
+ (-5 *1 (-580 *4 *5)) (-5 *3 (-419 *5)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-1200))) (-5 *1 (-185 *3)) (-4 *3 (-187)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-656 *8)) (-5 *3 (-1 (-112) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1084 *5 *6 *7)) (-4 *5 (-568))
- (-4 *6 (-805)) (-4 *7 (-862)) (-5 *1 (-996 *5 *6 *7 *8)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-701 (-576))) (-5 *3 (-656 (-576))) (-5 *1 (-1129)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-905 *4)) (-4 *4 (-1119)) (-5 *1 (-902 *4 *3))
- (-4 *3 (-1119)))))
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4)))
+ (-5 *2 (-2 (|:| |num| (-1288 *4)) (|:| |den| *4))))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-764)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1197)) (-4 *5 (-374)) (-5 *2 (-656 (-1232 *5)))
+ (-5 *1 (-1296 *5)) (-5 *4 (-1232 *5)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-624 *1)) (-4 *1 (-312)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-701 *5))) (-4 *5 (-317)) (-4 *5 (-1070))
+ (-5 *2 (-1288 (-1288 *5))) (-5 *1 (-1050 *5)) (-5 *4 (-1288 *5)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-656 (-656 (-656 *4)))) (-5 *2 (-656 (-656 *4)))
+ (-4 *4 (-862)) (-5 *1 (-1208 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -4442 *4))))
+ (-5 *1 (-1129 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-1195))) (-5 *2 (-1291)) (-5 *1 (-1198))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 (-1195))) (-5 *3 (-1195)) (-5 *2 (-1291))
- (-5 *1 (-1198))))
- ((*1 *2 *3 *4 *1)
- (-12 (-5 *4 (-656 (-1195))) (-5 *3 (-1195)) (-5 *2 (-1291))
- (-5 *1 (-1198)))))
-(((*1 *2 *1) (-12 (-5 *1 (-703 *2)) (-4 *2 (-625 (-874)))))
- ((*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-888))))
- ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-888))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-576))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1177))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-518))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-604))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-490))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-138))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-157))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1185))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-638))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1115))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1109))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1092))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-989))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-182))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1055))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-321))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-683))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-155))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1170))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-537))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1297))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1085))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-529))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-693))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-96))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1134))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-134))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-618))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-139))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-1296))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-688))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-220))))
- ((*1 *2 *1) (-12 (-4 *1 (-1156)) (-5 *2 (-536))))
- ((*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-1200))))
- ((*1 *2 *1) (-12 (-5 *2 (-518)) (-5 *1 (-1200))))
- ((*1 *2 *1) (-12 (-5 *2 (-227)) (-5 *1 (-1200))))
- ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-1200)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-406))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1216)))))
-(((*1 *2)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-5 *2 (-701 (-419 *4))))))
+ (-12 (-5 *3 (-419 *5)) (-4 *5 (-1264 *4)) (-4 *4 (-568))
+ (-4 *4 (-1070)) (-4 *2 (-1279 *4)) (-5 *1 (-1282 *4 *5 *6 *2))
+ (-4 *6 (-668 *5)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-1262 (-419 (-576)))) (-5 *1 (-930 *3 *2))
- (-4 *2 (-1262 (-419 *3))))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-872)) (-5 *2 (-703 (-130))) (-5 *3 (-130)))))
-(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1163)) (-5 *3 (-145)) (-5 *2 (-112)))))
-(((*1 *2)
- (-12 (-5 *2 (-2 (|:| -2395 (-656 *3)) (|:| -3293 (-656 *3))))
- (-5 *1 (-1237 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-701 *3)) (-4 *3 (-317)) (-5 *1 (-712 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-686 *3)) (-4 *3 (-1236)) (-5 *2 (-783)))))
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1280 *2 *3 *4)) (-4 *2 (-1070)) (-14 *3 (-1197))
+ (-14 *4 *2))))
+(((*1 *2 *3)
+ (-12 (-4 *3 (-1264 *2)) (-4 *2 (-1264 *4))
+ (-5 *1 (-1006 *4 *2 *3 *5)) (-4 *4 (-360)) (-4 *5 (-736 *2 *3)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3495 *3)))
- (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *1) (-5 *1 (-301))))
-(((*1 *2) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1289)))))
-(((*1 *2 *1) (-12 (-5 *2 (-990)) (-5 *1 (-922 *3)) (-4 *3 (-1119)))))
-(((*1 *1 *2 *2) (-12 (-5 *1 (-890 *2)) (-4 *2 (-1236))))
- ((*1 *1 *2 *2 *2) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1236))))
+ (-12 (-5 *3 (-1261 *5 *4)) (-4 *4 (-832)) (-14 *5 (-1197))
+ (-5 *2 (-656 *4)) (-5 *1 (-1135 *4 *5)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
+ (-5 *1 (-1009 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-656 *7)) (-4 *7 (-1086 *4 *5 *6)) (-4 *4 (-464))
+ (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
+ (-5 *1 (-1128 *4 *5 *6 *7 *8)) (-4 *8 (-1092 *4 *5 *6 *7)))))
+(((*1 *1 *1) (-5 *1 (-876)))
((*1 *2 *1)
- (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-656 (-960 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-656 (-960 *3))) (-4 *3 (-1068)) (-4 *1 (-1153 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 (-656 *3))) (-4 *1 (-1153 *3)) (-4 *3 (-1068))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 (-960 *3))) (-4 *1 (-1153 *3)) (-4 *3 (-1068)))))
+ (-12 (-4 *1 (-1124 *2 *3 *4 *5 *6)) (-4 *3 (-1121)) (-4 *4 (-1121))
+ (-4 *5 (-1121)) (-4 *6 (-1121)) (-4 *2 (-1121))))
+ ((*1 *1 *2) (-12 (-5 *2 (-227)) (-5 *1 (-1179))))
+ ((*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1179))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1197)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-374)) (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3)))
+ (-5 *1 (-778 *3 *4)) (-4 *3 (-720 *4))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-374)) (-4 *3 (-1070))
+ (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-866 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-99 *5)) (-4 *5 (-374)) (-4 *5 (-1070))
+ (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3))) (-5 *1 (-867 *5 *3))
+ (-4 *3 (-866 *5)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-656 (-971 *4))) (-5 *3 (-656 (-1197))) (-4 *4 (-464))
+ (-5 *1 (-937 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-384 *2)) (-4 *5 (-384 *2)) (-4 *2 (-374))
- (-5 *1 (-533 *2 *4 *5 *3)) (-4 *3 (-699 *2 *4 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *3 (-384 *2)) (-4 *4 (-384 *2))
- (|has| *2 (-6 (-4464 "*"))) (-4 *2 (-1068))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-384 *2)) (-4 *5 (-384 *2)) (-4 *2 (-174))
- (-5 *1 (-700 *2 *4 *5 *3)) (-4 *3 (-699 *2 *4 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1142 *3 *2 *4 *5)) (-4 *4 (-243 *3 *2))
- (-4 *5 (-243 *3 *2)) (|has| *2 (-6 (-4464 "*"))) (-4 *2 (-1068)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-317)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3))
- (-5 *1 (-1143 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))))
+ (-12 (-4 *2 (-1264 *4)) (-5 *1 (-821 *4 *2 *3 *5))
+ (-4 *4 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *3 (-668 *2))
+ (-4 *5 (-668 (-419 *2))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-576))) (-5 *1 (-1068)))))
+(((*1 *1 *1 *1) (-5 *1 (-876))))
(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1229 *3 *4 *5 *2)) (-4 *3 (-568)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5)))))
+ (-12 (-5 *2 (-1312 *3 *4)) (-4 *1 (-385 *3 *4)) (-4 *3 (-862))
+ (-4 *4 (-174))))
+ ((*1 *1 *1 *1) (|partial| -12 (-4 *1 (-397 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-831 *2)) (-4 *2 (-862))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-831 *3)) (-4 *1 (-1305 *3 *4)) (-4 *3 (-862))
+ (-4 *4 (-1070))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1305 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1070)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-2 (|:| -4298 (-1195)) (|:| -4437 *4))))
- (-5 *1 (-902 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1119))))
+ (-12 (-5 *2 (-656 (-2 (|:| -2240 (-1197)) (|:| -2904 *4))))
+ (-5 *1 (-904 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1121))))
((*1 *2 *1)
- (-12 (-4 *3 (-1119)) (-4 *4 (-1119)) (-4 *5 (-1119)) (-4 *6 (-1119))
- (-4 *7 (-1119)) (-5 *2 (-656 *1)) (-4 *1 (-1122 *3 *4 *5 *6 *7)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1183 *2 *3)) (-14 *2 (-938)) (-4 *3 (-1068)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1068)) (-4 *7 (-1068))
- (-4 *6 (-1262 *5)) (-5 *2 (-1191 (-1191 *7)))
- (-5 *1 (-513 *5 *6 *4 *7)) (-4 *4 (-1262 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-944))
- (-5 *2
- (-2 (|:| |brans| (-656 (-656 (-960 (-227)))))
- (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))))
- (-5 *1 (-154))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-944)) (-5 *4 (-419 (-576)))
- (-5 *2
- (-2 (|:| |brans| (-656 (-656 (-960 (-227)))))
- (|:| |xValues| (-1113 (-227))) (|:| |yValues| (-1113 (-227)))))
- (-5 *1 (-154)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-1195))
- (-4 *4 (-13 (-317) (-148) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-634 *4 *2)) (-4 *2 (-13 (-1221) (-976) (-29 *4))))))
-(((*1 *1) (-5 *1 (-449))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-4 *2 (-442 *4)) (-5 *1 (-159 *4 *2))
- (-4 *4 (-568)))))
+ (-12 (-4 *3 (-1121)) (-4 *4 (-1121)) (-4 *5 (-1121)) (-4 *6 (-1121))
+ (-4 *7 (-1121)) (-5 *2 (-656 *1)) (-4 *1 (-1124 *3 *4 *5 *6 *7)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-227)) (-5 *4 (-576))
+ (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) (-5 *2 (-1056))
+ (-5 *1 (-760)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-52))) (-5 *1 (-905 *3)) (-4 *3 (-1119)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874))))
- ((*1 *1 *1) (-5 *1 (-874)))
- ((*1 *1 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-4 *1 (-1117 *3))))
- ((*1 *1) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-171 (-227)) (-171 (-227)))) (-5 *4 (-1113 (-227)))
- (-5 *2 (-1288)) (-5 *1 (-264)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-374) (-860))) (-5 *1 (-183 *3 *2))
- (-4 *2 (-1262 (-171 *3))))))
-(((*1 *1) (-5 *1 (-142))))
+ (|partial| -12 (-5 *2 (-1197)) (-5 *1 (-624 *3)) (-4 *3 (-1121)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-346 *3 *4 *5 *6)) (-4 *3 (-374)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-4 *6 (-353 *3 *4 *5))
- (-5 *2 (-425 *4 (-419 *4) *5 *6))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1286 *6)) (-4 *6 (-13 (-421 *4 *5) (-1057 *4)))
- (-4 *4 (-1011 *3)) (-4 *5 (-1262 *4)) (-4 *3 (-317))
- (-5 *1 (-425 *3 *4 *5 *6))))
+ (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112))
+ (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-968 *3 *4 *5))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-656 *6)) (-4 *6 (-862)) (-4 *4 (-374)) (-4 *5 (-805))
+ (-5 *2 (-112)) (-5 *1 (-516 *4 *5 *6 *7)) (-4 *7 (-968 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-537)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 (-940))) (-5 *1 (-1313)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-876)) (-5 *1 (-402 *3 *4 *5)) (-14 *3 (-783))
+ (-14 *4 (-783)) (-4 *5 (-174)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-1086 *3 *4 *2)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *2 (-862))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1086 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-805))
+ (-4 *4 (-862)))))
+(((*1 *1 *1 *1) (-5 *1 (-876))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-5 *3 (-907 *4)) (-4 *4 (-1121)) (-4 *2 (-1121))
+ (-5 *1 (-904 *4 *2)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-876))))
+ ((*1 *1 *1) (-5 *1 (-876)))
((*1 *1 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-966 *3 *4 *5)) (-4 *3 (-374))
- (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)))))
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-4 *1 (-1119 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1119 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1121)) (-4 *4 (-13 (-1070) (-901 *3) (-626 (-907 *3))))
+ (-5 *2 (-656 (-1197))) (-5 *1 (-1097 *3 *4 *5))
+ (-4 *5 (-13 (-442 *4) (-901 *3) (-626 (-907 *3)))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-568))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-990 *4 *3)) (-4 *3 (-1264 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-374)) (-4 *4 (-1264 *3)) (-4 *5 (-1264 (-419 *4)))
+ (-5 *2 (-1288 *6)) (-5 *1 (-347 *3 *4 *5 *6))
+ (-4 *6 (-353 *3 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-568)) (-5 *2 (-656 *3)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-429 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-1286 *5))) (-5 *4 (-576)) (-5 *2 (-1286 *5))
- (-5 *1 (-1048 *5)) (-4 *5 (-374)) (-4 *5 (-379)) (-4 *5 (-1068)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-783)) (-5 *1 (-794 *3)) (-4 *3 (-1068))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *1 (-980 *3 *2)) (-4 *2 (-132)) (-4 *3 (-568))
- (-4 *3 (-1068)) (-4 *2 (-804))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-783)) (-5 *1 (-1191 *3)) (-4 *3 (-1068))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-990)) (-4 *2 (-132)) (-5 *1 (-1197 *3)) (-4 *3 (-568))
- (-4 *3 (-1068))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-783)) (-5 *1 (-1259 *4 *3)) (-14 *4 (-1195))
- (-4 *3 (-1068)))))
-(((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-905 *3)) (-4 *3 (-1119))))
- ((*1 *2 *1) (-12 (-4 *1 (-1140 *3)) (-4 *3 (-1236)) (-5 *2 (-783)))))
+ (-12 (-5 *3 (-656 *2)) (-5 *4 (-1 (-112) *2 *2)) (-5 *1 (-1239 *2))
+ (-4 *2 (-1121))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 *2)) (-4 *2 (-1121)) (-4 *2 (-862))
+ (-5 *1 (-1239 *2)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1195)) (|:| |fn| (-326 (-227)))
- (|:| -3954 (-1113 (-855 (-227)))) (|:| |abserr| (-227))
- (|:| |relerr| (-227))))
+ (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317))
+ (-5 *2 (-656 (-783))) (-5 *1 (-790 *3 *4 *5 *6 *7))
+ (-4 *3 (-1264 *6)) (-4 *7 (-968 *6 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1197))
+ (-4 *5 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))))
+ (-5 *2 (-598 *3)) (-5 *1 (-438 *5 *3))
+ (-4 *3 (-13 (-1223) (-29 *5))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1264 *5)) (-4 *5 (-374))
+ (-4 *7 (-1264 (-419 *6)))
+ (-5 *2 (-2 (|:| |answer| *3) (|:| -2085 *3)))
+ (-5 *1 (-574 *5 *6 *7 *3)) (-4 *3 (-353 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1264 *5)) (-4 *5 (-374))
(-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 (-194)))))
+ (-2 (|:| |answer| (-419 *6)) (|:| -2085 (-419 *6))
+ (|:| |specpart| (-419 *6)) (|:| |polypart| *6)))
+ (-5 *1 (-575 *5 *6)) (-5 *3 (-419 *6)))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1090 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805))
- (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *3 (-1084 *4 *5 *6))
- (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -3986 *1))))
- (-4 *1 (-1090 *4 *5 *6 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-943)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-557)) (-5 *2 (-112)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-902 *4 *5)) (-5 *3 (-902 *4 *6)) (-4 *4 (-1119))
- (-4 *5 (-1119)) (-4 *6 (-678 *5)) (-5 *1 (-898 *4 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *2 *1) (-12 (-4 *1 (-378 *2)) (-4 *2 (-174)))))
-(((*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-284)))))
-(((*1 *1 *2 *2 *2)
- (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1221)))))
- ((*1 *2 *1 *3 *4 *4)
- (-12 (-5 *3 (-938)) (-5 *4 (-390)) (-5 *2 (-1291)) (-5 *1 (-1287))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *1 *1) (-5 *1 (-1082))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-966 *3 *4 *5)) (-4 *3 (-374))
- (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-516 *3 *4 *5 *6)))))
+ (-12 (-4 *1 (-616 *3 *4)) (-4 *3 (-1121)) (-4 *4 (-1238))
+ (-5 *2 (-112)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-336 *3 *4)) (-4 *3 (-1070))
+ (-4 *4 (-804)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-270))) (-5 *1 (-1289))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-270))) (-5 *1 (-1289))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-270))) (-5 *1 (-1290))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 (-270))) (-5 *1 (-1290)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-374)) (-4 *3 (-1070))
+ (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-866 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-99 *5)) (-4 *5 (-374)) (-4 *5 (-1070))
+ (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3))) (-5 *1 (-867 *5 *3))
+ (-4 *3 (-866 *5)))))
+(((*1 *1 *1 *1) (-4 *1 (-144)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))))
(((*1 *1 *1)
- (|partial| -12 (-4 *1 (-378 *2)) (-4 *2 (-174)) (-4 *2 (-568))))
- ((*1 *1 *1) (|partial| -4 *1 (-734))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-384 *2)) (-4 *2 (-1236)) (-4 *2 (-862))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-384 *3)) (-4 *3 (-1236))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-987 *2)) (-4 *2 (-862))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1153 *2)) (-4 *2 (-1068))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-656 *1)) (-4 *1 (-1153 *3)) (-4 *3 (-1068))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-656 (-1183 *3 *4))) (-5 *1 (-1183 *3 *4))
- (-14 *3 (-938)) (-4 *4 (-1068))))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-1183 *2 *3)) (-14 *2 (-938)) (-4 *3 (-1068)))))
-(((*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-921 (-576))) (-5 *1 (-934))))
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-656 *5)) (-4 *5 (-1264 *3)) (-4 *3 (-317))
+ (-5 *2 (-112)) (-5 *1 (-467 *3 *5)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-783)) (-4 *4 (-568)) (-5 *1 (-990 *4 *2))
+ (-4 *2 (-1264 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-2 (|:| -3720 (-576)) (|:| -4155 (-656 *3))))
+ (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7)) (-5 *2 (-112))
+ (-5 *1 (-1093 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -4442 *4))))
+ (-5 *1 (-1093 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-1179)) (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-940))) (-5 *4 (-924 (-576)))
+ (-5 *2 (-701 (-576))) (-5 *1 (-602))))
((*1 *2 *3)
- (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934)))))
+ (-12 (-5 *3 (-656 (-940))) (-5 *2 (-656 (-701 (-576))))
+ (-5 *1 (-602))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-940))) (-5 *4 (-656 (-924 (-576))))
+ (-5 *2 (-656 (-701 (-576)))) (-5 *1 (-602)))))
+(((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-1286 *4)) (-4 *4 (-1236)) (-4 *1 (-243 *3 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-173)))))
-(((*1 *1 *1) (-4 *1 (-34))) ((*1 *1 *1) (-5 *1 (-115)))
- ((*1 *1 *1) (-5 *1 (-173))) ((*1 *1 *1) (-4 *1 (-557)))
- ((*1 *1 *1) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1119))))
- ((*1 *1 *1) (-12 (-4 *1 (-1153 *2)) (-4 *2 (-1068))))
+ (-12 (-5 *2 (-1288 *4)) (-4 *4 (-1238)) (-4 *1 (-243 *3 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-1243))))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-353 *4 *3 *5)) (-4 *4 (-1242)) (-4 *3 (-1264 *4))
+ (-4 *5 (-1264 (-419 *3))) (-5 *2 (-112))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4))) (-5 *2 (-112)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-464) (-148))) (-5 *2 (-430 *3))
+ (-5 *1 (-100 *4 *3)) (-4 *3 (-1264 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-656 *3)) (-4 *3 (-1264 *5)) (-4 *5 (-13 (-464) (-148)))
+ (-5 *2 (-430 *3)) (-5 *1 (-100 *5 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1113 (-855 *3))) (-4 *3 (-13 (-1223) (-978) (-29 *5)))
+ (-4 *5 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))))
+ (-5 *2
+ (-3 (|:| |f1| (-855 *3)) (|:| |f2| (-656 (-855 *3)))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-221 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1113 (-855 *3))) (-5 *5 (-1179))
+ (-4 *3 (-13 (-1223) (-978) (-29 *6)))
+ (-4 *6 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))))
+ (-5 *2
+ (-3 (|:| |f1| (-855 *3)) (|:| |f2| (-656 (-855 *3)))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-221 *6 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-1113 (-855 (-326 *5))))
+ (-4 *5 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))))
+ (-5 *2
+ (-3 (|:| |f1| (-855 (-326 *5))) (|:| |f2| (-656 (-855 (-326 *5))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-222 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-419 (-971 *6))) (-5 *4 (-1113 (-855 (-326 *6))))
+ (-5 *5 (-1179))
+ (-4 *6 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))))
+ (-5 *2
+ (-3 (|:| |f1| (-855 (-326 *6))) (|:| |f2| (-656 (-855 (-326 *6))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-222 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1113 (-855 (-419 (-971 *5))))) (-5 *3 (-419 (-971 *5)))
+ (-4 *5 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))))
+ (-5 *2
+ (-3 (|:| |f1| (-855 (-326 *5))) (|:| |f2| (-656 (-855 (-326 *5))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-222 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1113 (-855 (-419 (-971 *6))))) (-5 *5 (-1179))
+ (-5 *3 (-419 (-971 *6)))
+ (-4 *6 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))))
+ (-5 *2
+ (-3 (|:| |f1| (-855 (-326 *6))) (|:| |f2| (-656 (-855 (-326 *6))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-222 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1197))
+ (-4 *5 (-13 (-317) (-148) (-1059 (-576)) (-651 (-576))))
+ (-5 *2 (-3 *3 (-656 *3))) (-5 *1 (-440 *5 *3))
+ (-4 *3 (-13 (-1223) (-978) (-29 *5)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-486 *3 *4 *5))
+ (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)) (-14 *5 *3)))
+ ((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-326 (-390))) (-5 *4 (-1115 (-855 (-390))))
+ (-5 *5 (-390)) (-5 *6 (-1084)) (-5 *2 (-1056)) (-5 *1 (-577))))
+ ((*1 *2 *3) (-12 (-5 *3 (-781)) (-5 *2 (-1056)) (-5 *1 (-577))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-326 (-390))) (-5 *4 (-1115 (-855 (-390))))
+ (-5 *5 (-390)) (-5 *2 (-1056)) (-5 *1 (-577))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-326 (-390))) (-5 *4 (-1115 (-855 (-390))))
+ (-5 *5 (-390)) (-5 *2 (-1056)) (-5 *1 (-577))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-326 (-390))) (-5 *4 (-1115 (-855 (-390))))
+ (-5 *2 (-1056)) (-5 *1 (-577))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-1115 (-855 (-390)))))
+ (-5 *2 (-1056)) (-5 *1 (-577))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-1115 (-855 (-390)))))
+ (-5 *5 (-390)) (-5 *2 (-1056)) (-5 *1 (-577))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-1115 (-855 (-390)))))
+ (-5 *5 (-390)) (-5 *2 (-1056)) (-5 *1 (-577))))
+ ((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-326 (-390))) (-5 *4 (-656 (-1115 (-855 (-390)))))
+ (-5 *5 (-390)) (-5 *6 (-1084)) (-5 *2 (-1056)) (-5 *1 (-577))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-326 (-390))) (-5 *4 (-1113 (-855 (-390))))
+ (-5 *5 (-1179)) (-5 *2 (-1056)) (-5 *1 (-577))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-326 (-390))) (-5 *4 (-1113 (-855 (-390))))
+ (-5 *5 (-1197)) (-5 *2 (-1056)) (-5 *1 (-577))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-374) (-148) (-1059 (-576)))) (-4 *5 (-1264 *4))
+ (-5 *2 (-598 (-419 *5))) (-5 *1 (-580 *4 *5)) (-5 *3 (-419 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-1197)) (-4 *5 (-148))
+ (-4 *5 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-5 *2 (-3 (-326 *5) (-656 (-326 *5)))) (-5 *1 (-601 *5))))
((*1 *1 *1)
- (-12 (-5 *1 (-1159 *2 *3)) (-4 *2 (-13 (-1119) (-34)))
- (-4 *3 (-13 (-1119) (-34))))))
-(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-124))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-902 *5 *3)) (-5 *4 (-905 *5)) (-4 *5 (-1119))
- (-4 *3 (-167 *6)) (-4 (-969 *6) (-899 *5))
- (-4 *6 (-13 (-899 *5) (-174))) (-5 *1 (-180 *5 *6 *3))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *2 (-902 *4 *1)) (-5 *3 (-905 *4)) (-4 *1 (-899 *4))
- (-4 *4 (-1119))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-902 *5 *6)) (-5 *4 (-905 *5)) (-4 *5 (-1119))
- (-4 *6 (-13 (-1119) (-1057 *3))) (-4 *3 (-899 *5))
- (-5 *1 (-948 *5 *3 *6))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-902 *5 *3)) (-4 *5 (-1119))
- (-4 *3 (-13 (-442 *6) (-626 *4) (-899 *5) (-1057 (-624 $))))
- (-5 *4 (-905 *5)) (-4 *6 (-13 (-568) (-899 *5)))
- (-5 *1 (-949 *5 *6 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-902 (-576) *3)) (-5 *4 (-905 (-576))) (-4 *3 (-557))
- (-5 *1 (-950 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-902 *5 *6)) (-5 *3 (-624 *6)) (-4 *5 (-1119))
- (-4 *6 (-13 (-1119) (-1057 (-624 $)) (-626 *4) (-899 *5)))
- (-5 *4 (-905 *5)) (-5 *1 (-951 *5 *6))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-898 *5 *6 *3)) (-5 *4 (-905 *5)) (-4 *5 (-1119))
- (-4 *6 (-899 *5)) (-4 *3 (-678 *6)) (-5 *1 (-952 *5 *6 *3))))
- ((*1 *2 *3 *4 *2 *5)
- (-12 (-5 *5 (-1 (-902 *6 *3) *8 (-905 *6) (-902 *6 *3)))
- (-4 *8 (-862)) (-5 *2 (-902 *6 *3)) (-5 *4 (-905 *6))
- (-4 *6 (-1119)) (-4 *3 (-13 (-966 *9 *7 *8) (-626 *4)))
- (-4 *7 (-805)) (-4 *9 (-13 (-1068) (-899 *6)))
- (-5 *1 (-953 *6 *7 *8 *9 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-902 *5 *3)) (-4 *5 (-1119))
- (-4 *3 (-13 (-966 *8 *6 *7) (-626 *4))) (-5 *4 (-905 *5))
- (-4 *7 (-899 *5)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *8 (-13 (-1068) (-899 *5))) (-5 *1 (-953 *5 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-902 *5 *3)) (-4 *5 (-1119)) (-4 *3 (-1011 *6))
- (-4 *6 (-13 (-568) (-899 *5) (-626 *4))) (-5 *4 (-905 *5))
- (-5 *1 (-956 *5 *6 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-902 *5 (-1195))) (-5 *3 (-1195)) (-5 *4 (-905 *5))
- (-4 *5 (-1119)) (-5 *1 (-957 *5))))
- ((*1 *2 *3 *4 *5 *2 *6)
- (-12 (-5 *4 (-656 (-905 *7))) (-5 *5 (-1 *9 (-656 *9)))
- (-5 *6 (-1 (-902 *7 *9) *9 (-905 *7) (-902 *7 *9))) (-4 *7 (-1119))
- (-4 *9 (-13 (-1068) (-626 (-905 *7)) (-1057 *8)))
- (-5 *2 (-902 *7 *9)) (-5 *3 (-656 *9)) (-4 *8 (-1068))
- (-5 *1 (-958 *7 *8 *9)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-960 *3) (-960 *3))) (-5 *1 (-178 *3))
- (-4 *3 (-13 (-374) (-1221) (-1021))))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)))))
-(((*1 *1 *1 *1) (-5 *1 (-874))) ((*1 *1 *1) (-5 *1 (-874)))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1191 (-576))) (-5 *3 (-576)) (-4 *1 (-881 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-982))) (-5 *1 (-109))))
- ((*1 *2 *1) (-12 (-5 *2 (-45 (-1177) (-786))) (-5 *1 (-115)))))
-(((*1 *1 *1 *1) (-5 *1 (-874))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874))))
- ((*1 *1 *1) (-5 *1 (-874))))
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-752 *3 *2)) (-4 *3 (-1070)) (-4 *2 (-862))
+ (-4 *3 (-38 (-419 (-576))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1197)) (-5 *1 (-971 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-4 *3 (-1070))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)) (-4 *2 (-862))
+ (-5 *1 (-1147 *3 *2 *4)) (-4 *4 (-968 *3 (-543 *2) *2))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070))
+ (-5 *1 (-1181 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1188 *3 *4 *5))
+ (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1194 *3 *4 *5))
+ (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1195 *3 *4 *5))
+ (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)) (-14 *5 *3)))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1197)) (-5 *1 (-1232 *3)) (-4 *3 (-38 (-419 (-576))))
+ (-4 *3 (-1070))))
+ ((*1 *1 *1 *2)
+ (-3795
+ (-12 (-5 *2 (-1197)) (-4 *1 (-1248 *3)) (-4 *3 (-1070))
+ (-12 (-4 *3 (-29 (-576))) (-4 *3 (-978)) (-4 *3 (-1223))
+ (-4 *3 (-38 (-419 (-576))))))
+ (-12 (-5 *2 (-1197)) (-4 *1 (-1248 *3)) (-4 *3 (-1070))
+ (-12 (|has| *3 (-15 -1583 ((-656 *2) *3)))
+ (|has| *3 (-15 -1488 (*3 *3 *2))) (-4 *3 (-38 (-419 (-576))))))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1248 *2)) (-4 *2 (-1070)) (-4 *2 (-38 (-419 (-576))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1252 *3 *4 *5))
+ (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)) (-14 *5 *3)))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1264 *2)) (-4 *2 (-1070)) (-4 *2 (-38 (-419 (-576))))))
+ ((*1 *1 *1 *2)
+ (-3795
+ (-12 (-5 *2 (-1197)) (-4 *1 (-1269 *3)) (-4 *3 (-1070))
+ (-12 (-4 *3 (-29 (-576))) (-4 *3 (-978)) (-4 *3 (-1223))
+ (-4 *3 (-38 (-419 (-576))))))
+ (-12 (-5 *2 (-1197)) (-4 *1 (-1269 *3)) (-4 *3 (-1070))
+ (-12 (|has| *3 (-15 -1583 ((-656 *2) *3)))
+ (|has| *3 (-15 -1488 (*3 *3 *2))) (-4 *3 (-38 (-419 (-576))))))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1269 *2)) (-4 *2 (-1070)) (-4 *2 (-38 (-419 (-576))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1273 *3 *4 *5))
+ (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-3795
+ (-12 (-5 *2 (-1197)) (-4 *1 (-1279 *3)) (-4 *3 (-1070))
+ (-12 (-4 *3 (-29 (-576))) (-4 *3 (-978)) (-4 *3 (-1223))
+ (-4 *3 (-38 (-419 (-576))))))
+ (-12 (-5 *2 (-1197)) (-4 *1 (-1279 *3)) (-4 *3 (-1070))
+ (-12 (|has| *3 (-15 -1583 ((-656 *2) *3)))
+ (|has| *3 (-15 -1488 (*3 *3 *2))) (-4 *3 (-38 (-419 (-576))))))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1279 *2)) (-4 *2 (-1070)) (-4 *2 (-38 (-419 (-576))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1284 *4)) (-14 *4 (-1197)) (-5 *1 (-1280 *3 *4 *5))
+ (-4 *3 (-38 (-419 (-576)))) (-4 *3 (-1070)) (-14 *5 *3))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-701 *3)) (-4 *3 (-1070)) (-5 *1 (-702 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1288 *5)) (-4 *5 (-804)) (-5 *2 (-112))
+ (-5 *1 (-857 *4 *5)) (-14 *4 (-783)))))
(((*1 *2 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-568) (-1057 (-576)))) (-5 *2 (-326 *4))
- (-5 *1 (-190 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 (-171 *4))))))
+ (-12 (-4 *4 (-13 (-568) (-1059 (-576)))) (-5 *2 (-326 *4))
+ (-5 *1 (-190 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 (-171 *4))))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-1225 *3 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *3))))))
+ (-12 (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *3))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-1293)) (-5 *1 (-1200))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-1201)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-27))
+ (-4 *4 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-4 *5 (-1264 *4)) (-5 *2 (-656 (-665 (-419 *5))))
+ (-5 *1 (-669 *4 *5)) (-5 *3 (-665 (-419 *5))))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576))))))
+(((*1 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1178 *3)) (-4 *3 (-1070)) (-5 *1 (-1181 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1280 *2 *3 *4)) (-4 *2 (-1070)) (-14 *3 (-1197))
+ (-14 *4 *2))))
+(((*1 *1 *2) (-12 (-5 *1 (-1224 *2)) (-4 *2 (-1121))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-5 *1 (-1224 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-656 (-1224 *2))) (-5 *1 (-1224 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1271 *3 *2)) (-4 *3 (-1070))
+ (-4 *2 (-1248 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1277 *4)) (-5 *1 (-1279 *4 *2))
- (-4 *4 (-38 (-419 (-576)))))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-129)))))
-(((*1 *1) (-4 *1 (-34))) ((*1 *1) (-5 *1 (-301)))
- ((*1 *1) (-5 *1 (-874)))
- ((*1 *1)
- (-12 (-4 *2 (-464)) (-4 *3 (-862)) (-4 *4 (-805))
- (-5 *1 (-1006 *2 *3 *4 *5)) (-4 *5 (-966 *2 *4 *3))))
- ((*1 *1) (-5 *1 (-1104)))
- ((*1 *1)
- (-12 (-5 *1 (-1159 *2 *3)) (-4 *2 (-13 (-1119) (-34)))
- (-4 *3 (-13 (-1119) (-34)))))
- ((*1 *1) (-5 *1 (-1198))) ((*1 *1) (-5 *1 (-1199))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-651 *4)) (-4 *4 (-1068))
- (-5 *2 (-2 (|:| -1953 (-701 *4)) (|:| |vec| (-1286 *4))))))
+ (-12 (-5 *3 (-665 (-419 *6))) (-5 *4 (-1 (-656 *5) *6))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-4 *6 (-1264 *5)) (-5 *2 (-656 (-419 *6))) (-5 *1 (-824 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-665 (-419 *7))) (-5 *4 (-1 (-656 *6) *7))
+ (-5 *5 (-1 (-430 *7) *7))
+ (-4 *6 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-4 *7 (-1264 *6)) (-5 *2 (-656 (-419 *7))) (-5 *1 (-824 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-666 *6 (-419 *6))) (-5 *4 (-1 (-656 *5) *6))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-4 *6 (-1264 *5)) (-5 *2 (-656 (-419 *6))) (-5 *1 (-824 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-666 *7 (-419 *7))) (-5 *4 (-1 (-656 *6) *7))
+ (-5 *5 (-1 (-430 *7) *7))
+ (-4 *6 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-4 *7 (-1264 *6)) (-5 *2 (-656 (-419 *7))) (-5 *1 (-824 *6 *7))))
((*1 *2 *3)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-651 *4)) (-4 *4 (-1068))
- (-5 *2 (-701 *4)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-13 (-374) (-148) (-1057 (-419 (-576)))))
- (-4 *3 (-1262 *4)) (-5 *1 (-821 *4 *3 *2 *5)) (-4 *2 (-668 *3))
- (-4 *5 (-668 (-419 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-419 *5))
- (-4 *4 (-13 (-374) (-148) (-1057 (-419 (-576))))) (-4 *5 (-1262 *4))
- (-5 *1 (-821 *4 *5 *2 *6)) (-4 *2 (-668 *5)) (-4 *6 (-668 *3)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-764)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-317)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4))
- (-5 *2
- (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3)))
- (-5 *1 (-1143 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390))
- (-5 *2
- (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576))
- (|:| |success| (-112))))
- (-5 *1 (-801)) (-5 *5 (-576)))))
+ (-12 (-5 *3 (-665 (-419 *5))) (-4 *5 (-1264 *4)) (-4 *4 (-27))
+ (-4 *4 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-5 *2 (-656 (-419 *5))) (-5 *1 (-824 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-665 (-419 *6))) (-5 *4 (-1 (-430 *6) *6))
+ (-4 *6 (-1264 *5)) (-4 *5 (-27))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-5 *2 (-656 (-419 *6))) (-5 *1 (-824 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-666 *5 (-419 *5))) (-4 *5 (-1264 *4)) (-4 *4 (-27))
+ (-4 *4 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-5 *2 (-656 (-419 *5))) (-5 *1 (-824 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-666 *6 (-419 *6))) (-5 *4 (-1 (-430 *6) *6))
+ (-4 *6 (-1264 *5)) (-4 *5 (-27))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-5 *2 (-656 (-419 *6))) (-5 *1 (-824 *5 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-390)) (-5 *1 (-97))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1179)) (-5 *2 (-390)) (-5 *1 (-97)))))
+(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-264)))))
(((*1 *2 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-568) (-1057 (-576)))) (-5 *2 (-326 *4))
- (-5 *1 (-190 *4 *3)) (-4 *3 (-13 (-27) (-1221) (-442 (-171 *4))))))
+ (-12 (-4 *4 (-13 (-568) (-1059 (-576)))) (-5 *2 (-326 *4))
+ (-5 *1 (-190 *4 *3)) (-4 *3 (-13 (-27) (-1223) (-442 (-171 *4))))))
((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174))))
- ((*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-174))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-174))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-1225 *3 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *3))))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-1262 *3)) (-4 *3 (-1068)))))
-(((*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-227)) (-5 *1 (-315)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-227)) (-5 *5 (-576)) (-5 *2 (-1231 *3))
- (-5 *1 (-802 *3)) (-4 *3 (-993))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-656 (-960 (-227))))) (-5 *4 (-112))
- (-5 *1 (-1231 *2)) (-4 *2 (-993)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1119))
- (-4 *6 (-1119)) (-4 *2 (-1119)) (-5 *1 (-692 *5 *6 *2)))))
-(((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *3 (-862))
- (-5 *2 (-2 (|:| -1713 *1) (|:| |gap| (-783)) (|:| -3477 *1)))
- (-4 *1 (-1084 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *2 (-2 (|:| -1713 *1) (|:| |gap| (-783)) (|:| -3477 *1)))
- (-4 *1 (-1084 *3 *4 *5)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-576)) (-4 *1 (-333 *2 *4)) (-4 *4 (-132))
- (-4 *2 (-1119))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *1 (-372 *2)) (-4 *2 (-1119))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-4 *1 (-397 *2)) (-4 *2 (-1119))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-576)) (-5 *1 (-430 *2)) (-4 *2 (-568))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-576)) (-4 *2 (-1119)) (-5 *1 (-661 *2 *4 *5))
- (-4 *4 (-23)) (-14 *5 *4))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-783)) (-4 *4 (-13 (-568) (-148)))
- (-5 *1 (-1256 *4 *2)) (-4 *2 (-1262 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -4101 (-576)))))
- (-5 *1 (-372 *3)) (-4 *3 (-1119))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-397 *3)) (-4 *3 (-1119))
- (-5 *2 (-656 (-2 (|:| |gen| *3) (|:| -4101 (-783)))))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-656 (-2 (|:| -1827 *3) (|:| -2125 (-576)))))
- (-5 *1 (-430 *3)) (-4 *3 (-568)))))
-(((*1 *1 *1) (-12 (-4 *1 (-385 *2 *3)) (-4 *2 (-862)) (-4 *3 (-174))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-639 *2 *3 *4)) (-4 *2 (-862))
- (-4 *3 (-13 (-174) (-729 (-419 (-576))))) (-14 *4 (-938))))
- ((*1 *1 *1) (-12 (-5 *1 (-689 *2)) (-4 *2 (-862))))
- ((*1 *1 *1) (-12 (-5 *1 (-831 *2)) (-4 *2 (-862))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1303 *2 *3)) (-4 *2 (-862)) (-4 *3 (-1068)))))
+ (-12 (-4 *3 (-13 (-464) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-1227 *3 *2)) (-4 *2 (-13 (-27) (-1223) (-442 *3))))))
+(((*1 *2 *3)
+ (-12 (-14 *4 (-656 (-1197))) (-14 *5 (-783))
+ (-5 *2
+ (-656
+ (-516 (-419 (-576)) (-245 *5 (-783)) (-878 *4)
+ (-253 *4 (-419 (-576))))))
+ (-5 *1 (-517 *4 *5))
+ (-5 *3
+ (-516 (-419 (-576)) (-245 *5 (-783)) (-878 *4)
+ (-253 *4 (-419 (-576))))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1307 *3)) (-4 *3 (-374)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-962 *3) (-962 *3))) (-5 *1 (-178 *3))
+ (-4 *3 (-13 (-374) (-1223) (-1023))))))
+(((*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-665 (-419 *6))) (-5 *4 (-419 *6)) (-4 *6 (-1264 *5))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1726 (-656 *4))))
+ (-5 *1 (-822 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-665 (-419 *6))) (-4 *6 (-1264 *5))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-5 *2 (-2 (|:| -1726 (-656 (-419 *6))) (|:| -2663 (-701 *5))))
+ (-5 *1 (-822 *5 *6)) (-5 *4 (-656 (-419 *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-666 *6 (-419 *6))) (-5 *4 (-419 *6)) (-4 *6 (-1264 *5))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1726 (-656 *4))))
+ (-5 *1 (-822 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-666 *6 (-419 *6))) (-4 *6 (-1264 *5))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-5 *2 (-2 (|:| -1726 (-656 (-419 *6))) (|:| -2663 (-701 *5))))
+ (-5 *1 (-822 *5 *6)) (-5 *4 (-656 (-419 *6))))))
(((*1 *1 *1)
- (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195)))
- (-14 *3 (-656 (-1195))) (-4 *4 (-399))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-881 *3)) (-5 *2 (-576))))
- ((*1 *1 *1) (-4 *1 (-1021)))
- ((*1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-1031))))
- ((*1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-4 *1 (-1031))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1031)) (-5 *2 (-938))))
- ((*1 *1 *1) (-4 *1 (-1031))))
-(((*1 *2 *3 *4 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-768)))))
+ (-12 (-4 *2 (-464)) (-4 *3 (-862)) (-4 *4 (-805))
+ (-5 *1 (-1008 *2 *3 *4 *5)) (-4 *5 (-968 *2 *4 *3)))))
+(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-767)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1262 *5))
- (-5 *1 (-739 *5 *2)) (-4 *5 (-374)))))
-(((*1 *1) (-5 *1 (-131))))
+ (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 *6)) (-4 *5 (-1121))
+ (-4 *6 (-1238)) (-5 *2 (-1 *6 *5)) (-5 *1 (-653 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 *2)) (-4 *5 (-1121))
+ (-4 *2 (-1238)) (-5 *1 (-653 *5 *2))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-656 *6)) (-5 *4 (-656 *5)) (-4 *6 (-1121))
+ (-4 *5 (-1238)) (-5 *2 (-1 *5 *6)) (-5 *1 (-653 *6 *5))))
+ ((*1 *2 *3 *4 *5 *2)
+ (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 *2)) (-4 *5 (-1121))
+ (-4 *2 (-1238)) (-5 *1 (-653 *5 *2))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-656 *5)) (-5 *4 (-656 *6))
+ (-4 *5 (-1121)) (-4 *6 (-1238)) (-5 *1 (-653 *5 *6))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 *2)) (-5 *6 (-1 *2 *5))
+ (-4 *5 (-1121)) (-4 *2 (-1238)) (-5 *1 (-653 *5 *2))))
+ ((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1165)) (-5 *3 (-145)) (-5 *2 (-783)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1191 *4)) (-5 *1 (-368 *4))
- (-4 *4 (-360))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1191 *4)) (-5 *1 (-368 *4))
- (-4 *4 (-360))))
- ((*1 *1) (-4 *1 (-379)))
+ (-12 (-5 *3 (-971 (-576))) (-5 *2 (-656 *1)) (-4 *1 (-1033))))
((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1286 *4)) (-5 *1 (-540 *4))
- (-4 *4 (-360))))
- ((*1 *1 *1) (-4 *1 (-557))) ((*1 *1) (-4 *1 (-557)))
- ((*1 *1 *1) (-5 *1 (-783)))
- ((*1 *2 *1) (-12 (-5 *2 (-922 *3)) (-5 *1 (-921 *3)) (-4 *3 (-1119))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-576)) (-5 *2 (-922 *4)) (-5 *1 (-921 *4))
- (-4 *4 (-1119))))
- ((*1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-557)) (-4 *2 (-568)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1007 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1126 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-701 *4)) (-4 *4 (-374)) (-5 *2 (-1191 *4))
- (-5 *1 (-544 *4 *5 *6)) (-4 *5 (-374)) (-4 *6 (-13 (-374) (-860))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-430 (-1191 *1))) (-5 *1 (-326 *4)) (-5 *3 (-1191 *1))
- (-4 *4 (-464)) (-4 *4 (-568)) (-4 *4 (-1119))))
+ (-12 (-5 *3 (-971 (-419 (-576)))) (-5 *2 (-656 *1)) (-4 *1 (-1033))))
+ ((*1 *2 *3) (-12 (-5 *3 (-971 *1)) (-4 *1 (-1033)) (-5 *2 (-656 *1))))
((*1 *2 *3)
- (-12 (-4 *1 (-926)) (-5 *2 (-430 (-1191 *1))) (-5 *3 (-1191 *1)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-317)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-922 *3)) (-4 *3 (-1119)))))
+ (-12 (-5 *3 (-1193 (-576))) (-5 *2 (-656 *1)) (-4 *1 (-1033))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1193 (-419 (-576)))) (-5 *2 (-656 *1)) (-4 *1 (-1033))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1193 *1)) (-4 *1 (-1033)) (-5 *2 (-656 *1))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-860) (-374))) (-4 *3 (-1264 *4)) (-5 *2 (-656 *1))
+ (-4 *1 (-1089 *4 *3)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1197)))
+ (-14 *3 (-656 (-1197))) (-4 *4 (-399))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-883 *3)) (-5 *2 (-576))))
+ ((*1 *1 *1) (-4 *1 (-1023)))
+ ((*1 *1 *2) (-12 (-5 *2 (-576)) (-4 *1 (-1033))))
+ ((*1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-4 *1 (-1033))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1033)) (-5 *2 (-940))))
+ ((*1 *1 *1) (-4 *1 (-1033))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-2 (|:| |integrand| *3) (|:| |intvar| *3))))
+ (-5 *1 (-598 *3)) (-4 *3 (-374)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-1197))) (-4 *4 (-13 (-317) (-148)))
+ (-4 *5 (-13 (-862) (-626 (-1197)))) (-4 *6 (-805))
+ (-5 *2 (-656 (-419 (-971 *4)))) (-5 *1 (-943 *4 *5 *6 *7))
+ (-4 *7 (-968 *4 *6 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-559))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1162 *2 *3)) (-4 *2 (-13 (-1121) (-34)))
+ (-4 *3 (-13 (-1121) (-34))))))
+(((*1 *2 *3 *4 *2 *5)
+ (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 (-907 *6)))
+ (-5 *5 (-1 (-904 *6 *8) *8 (-907 *6) (-904 *6 *8))) (-4 *6 (-1121))
+ (-4 *8 (-13 (-1070) (-626 (-907 *6)) (-1059 *7)))
+ (-5 *2 (-904 *6 *8)) (-4 *7 (-1070)) (-5 *1 (-960 *6 *7 *8)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-656 *5) *6))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *6 (-1264 *5))
+ (-5 *2 (-656 (-2 (|:| -2666 *5) (|:| -3379 *3))))
+ (-5 *1 (-821 *5 *6 *3 *7)) (-4 *3 (-668 *6))
+ (-4 *7 (-668 (-419 *6))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-1185 3 *3))))
+ ((*1 *1) (-12 (-5 *1 (-1185 *2 *3)) (-14 *2 (-940)) (-4 *3 (-1070))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1154 (-227))) (-5 *1 (-1290))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1154 (-227))) (-5 *1 (-1290)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-4 *1 (-240 *3))))
+ ((*1 *1) (-12 (-4 *1 (-240 *2)) (-4 *2 (-1121)))))
+(((*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-1291))))
+ ((*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-1291)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-656 *4)) (-5 *1 (-1162 *3 *4))
+ (-4 *3 (-13 (-1121) (-34))) (-4 *4 (-13 (-1121) (-34))))))
(((*1 *2 *3 *4)
(-12 (-5 *4 (-656 (-48))) (-5 *2 (-430 *3)) (-5 *1 (-39 *3))
- (-4 *3 (-1262 (-48)))))
+ (-4 *3 (-1264 (-48)))))
((*1 *2 *3)
- (-12 (-5 *2 (-430 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1262 (-48)))))
+ (-12 (-5 *2 (-430 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1264 (-48)))))
((*1 *2 *3 *4)
(-12 (-5 *4 (-656 (-48))) (-4 *5 (-862)) (-4 *6 (-805))
- (-5 *2 (-430 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-966 (-48) *6 *5))))
+ (-5 *2 (-430 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-968 (-48) *6 *5))))
((*1 *2 *3 *4)
(-12 (-5 *4 (-656 (-48))) (-4 *5 (-862)) (-4 *6 (-805))
- (-4 *7 (-966 (-48) *6 *5)) (-5 *2 (-430 (-1191 *7)))
- (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1191 *7))))
+ (-4 *7 (-968 (-48) *6 *5)) (-5 *2 (-430 (-1193 *7)))
+ (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1193 *7))))
((*1 *2 *3)
(-12 (-4 *4 (-317)) (-5 *2 (-430 *3)) (-5 *1 (-168 *4 *3))
- (-4 *3 (-1262 (-171 *4)))))
+ (-4 *3 (-1264 (-171 *4)))))
((*1 *2 *3 *4 *5)
(-12 (-5 *5 (-112)) (-4 *4 (-13 (-374) (-860))) (-5 *2 (-430 *3))
- (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4)))))
+ (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4)))))
((*1 *2 *3 *4)
(-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-430 *3))
- (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4)))))
+ (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4)))))
((*1 *2 *3)
(-12 (-4 *4 (-13 (-374) (-860))) (-5 *2 (-430 *3))
- (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4)))))
+ (-5 *1 (-183 *4 *3)) (-4 *3 (-1264 (-171 *4)))))
((*1 *2 *3)
(-12 (-4 *4 (-360)) (-5 *2 (-430 *3)) (-5 *1 (-218 *4 *3))
- (-4 *3 (-1262 *4))))
+ (-4 *3 (-1264 *4))))
((*1 *2 *3)
- (-12 (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576)))))
+ (-12 (-5 *2 (-430 *3)) (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576)))))
((*1 *2 *3 *4)
(-12 (-5 *4 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3))
- (-4 *3 (-1262 (-576)))))
+ (-4 *3 (-1264 (-576)))))
((*1 *2 *3 *4)
(-12 (-5 *4 (-656 (-783))) (-5 *2 (-430 *3)) (-5 *1 (-454 *3))
- (-4 *3 (-1262 (-576)))))
+ (-4 *3 (-1264 (-576)))))
((*1 *2 *3 *4 *5)
(-12 (-5 *4 (-656 (-783))) (-5 *5 (-783)) (-5 *2 (-430 *3))
- (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576)))))
+ (-5 *1 (-454 *3)) (-4 *3 (-1264 (-576)))))
((*1 *2 *3 *4 *4)
(-12 (-5 *4 (-783)) (-5 *2 (-430 *3)) (-5 *1 (-454 *3))
- (-4 *3 (-1262 (-576)))))
+ (-4 *3 (-1264 (-576)))))
((*1 *2 *3)
(-12 (-5 *2 (-430 (-171 (-576)))) (-5 *1 (-458))
(-5 *3 (-171 (-576)))))
@@ -14870,3430 +16767,1538 @@
(-12
(-4 *4
(-13 (-862)
- (-10 -8 (-15 -4169 ((-1195) $))
- (-15 -3052 ((-3 $ "failed") (-1195))))))
+ (-10 -8 (-15 -1554 ((-1197) $))
+ (-15 -1652 ((-3 $ "failed") (-1197))))))
(-4 *5 (-805)) (-4 *7 (-568)) (-5 *2 (-430 *3))
(-5 *1 (-468 *4 *5 *6 *7 *3)) (-4 *6 (-568))
- (-4 *3 (-966 *7 *5 *4))))
+ (-4 *3 (-968 *7 *5 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-317)) (-5 *2 (-430 (-1191 *4))) (-5 *1 (-470 *4))
- (-5 *3 (-1191 *4))))
+ (-12 (-4 *4 (-317)) (-5 *2 (-430 (-1193 *4))) (-5 *1 (-470 *4))
+ (-5 *3 (-1193 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-430 *6) *6)) (-4 *6 (-1262 *5)) (-4 *5 (-374))
+ (-12 (-5 *4 (-1 (-430 *6) *6)) (-4 *6 (-1264 *5)) (-4 *5 (-374))
(-4 *7 (-13 (-374) (-148) (-736 *5 *6))) (-5 *2 (-430 *3))
- (-5 *1 (-506 *5 *6 *7 *3)) (-4 *3 (-1262 *7))))
+ (-5 *1 (-506 *5 *6 *7 *3)) (-4 *3 (-1264 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-430 (-1191 *7)) (-1191 *7)))
+ (-12 (-5 *4 (-1 (-430 (-1193 *7)) (-1193 *7)))
(-4 *7 (-13 (-317) (-148))) (-4 *5 (-862)) (-4 *6 (-805))
(-5 *2 (-430 *3)) (-5 *1 (-552 *5 *6 *7 *3))
- (-4 *3 (-966 *7 *6 *5))))
+ (-4 *3 (-968 *7 *6 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-430 (-1191 *7)) (-1191 *7)))
+ (-12 (-5 *4 (-1 (-430 (-1193 *7)) (-1193 *7)))
(-4 *7 (-13 (-317) (-148))) (-4 *5 (-862)) (-4 *6 (-805))
- (-4 *8 (-966 *7 *6 *5)) (-5 *2 (-430 (-1191 *8)))
- (-5 *1 (-552 *5 *6 *7 *8)) (-5 *3 (-1191 *8))))
+ (-4 *8 (-968 *7 *6 *5)) (-5 *2 (-430 (-1193 *8)))
+ (-5 *1 (-552 *5 *6 *7 *8)) (-5 *3 (-1193 *8))))
((*1 *2 *3) (-12 (-5 *2 (-430 *3)) (-5 *1 (-570 *3)) (-4 *3 (-557))))
((*1 *2 *3 *4)
(-12 (-5 *4 (-1 (-656 *5) *6))
- (-4 *5 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-4 *6 (-1262 *5)) (-5 *2 (-656 (-665 (-419 *6))))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-4 *6 (-1264 *5)) (-5 *2 (-656 (-665 (-419 *6))))
(-5 *1 (-669 *5 *6)) (-5 *3 (-665 (-419 *6)))))
((*1 *2 *3)
(-12 (-4 *4 (-27))
- (-4 *4 (-13 (-374) (-148) (-1057 (-576)) (-1057 (-419 (-576)))))
- (-4 *5 (-1262 *4)) (-5 *2 (-656 (-665 (-419 *5))))
+ (-4 *4 (-13 (-374) (-148) (-1059 (-576)) (-1059 (-419 (-576)))))
+ (-4 *5 (-1264 *4)) (-5 *2 (-656 (-665 (-419 *5))))
(-5 *1 (-669 *4 *5)) (-5 *3 (-665 (-419 *5)))))
((*1 *2 *3)
(-12 (-5 *3 (-831 *4)) (-4 *4 (-862)) (-5 *2 (-656 (-684 *4)))
(-5 *1 (-684 *4))))
((*1 *2 *3 *4)
(-12 (-5 *4 (-576)) (-5 *2 (-656 *3)) (-5 *1 (-708 *3))
- (-4 *3 (-1262 *4))))
+ (-4 *3 (-1264 *4))))
((*1 *2 *3)
(-12 (-4 *4 (-862)) (-4 *5 (-805)) (-4 *6 (-360)) (-5 *2 (-430 *3))
- (-5 *1 (-710 *4 *5 *6 *3)) (-4 *3 (-966 *6 *5 *4))))
+ (-5 *1 (-710 *4 *5 *6 *3)) (-4 *3 (-968 *6 *5 *4))))
((*1 *2 *3)
(-12 (-4 *4 (-862)) (-4 *5 (-805)) (-4 *6 (-360))
- (-4 *7 (-966 *6 *5 *4)) (-5 *2 (-430 (-1191 *7)))
- (-5 *1 (-710 *4 *5 *6 *7)) (-5 *3 (-1191 *7))))
+ (-4 *7 (-968 *6 *5 *4)) (-5 *2 (-430 (-1193 *7)))
+ (-5 *1 (-710 *4 *5 *6 *7)) (-5 *3 (-1193 *7))))
((*1 *2 *3)
(-12 (-4 *4 (-805))
(-4 *5
(-13 (-862)
- (-10 -8 (-15 -4169 ((-1195) $))
- (-15 -3052 ((-3 $ "failed") (-1195))))))
+ (-10 -8 (-15 -1554 ((-1197) $))
+ (-15 -1652 ((-3 $ "failed") (-1197))))))
(-4 *6 (-317)) (-5 *2 (-430 *3)) (-5 *1 (-742 *4 *5 *6 *3))
- (-4 *3 (-966 (-969 *6) *4 *5))))
+ (-4 *3 (-968 (-971 *6) *4 *5))))
((*1 *2 *3)
(-12 (-4 *4 (-805))
- (-4 *5 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $))))) (-4 *6 (-568))
+ (-4 *5 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $))))) (-4 *6 (-568))
(-5 *2 (-430 *3)) (-5 *1 (-744 *4 *5 *6 *3))
- (-4 *3 (-966 (-419 (-969 *6)) *4 *5))))
+ (-4 *3 (-968 (-419 (-971 *6)) *4 *5))))
((*1 *2 *3)
(-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-13 (-317) (-148)))
(-5 *2 (-430 *3)) (-5 *1 (-745 *4 *5 *6 *3))
- (-4 *3 (-966 (-419 *6) *4 *5))))
+ (-4 *3 (-968 (-419 *6) *4 *5))))
((*1 *2 *3)
(-12 (-4 *4 (-862)) (-4 *5 (-805)) (-4 *6 (-13 (-317) (-148)))
(-5 *2 (-430 *3)) (-5 *1 (-753 *4 *5 *6 *3))
- (-4 *3 (-966 *6 *5 *4))))
+ (-4 *3 (-968 *6 *5 *4))))
((*1 *2 *3)
(-12 (-4 *4 (-862)) (-4 *5 (-805)) (-4 *6 (-13 (-317) (-148)))
- (-4 *7 (-966 *6 *5 *4)) (-5 *2 (-430 (-1191 *7)))
- (-5 *1 (-753 *4 *5 *6 *7)) (-5 *3 (-1191 *7))))
+ (-4 *7 (-968 *6 *5 *4)) (-5 *2 (-430 (-1193 *7)))
+ (-5 *1 (-753 *4 *5 *6 *7)) (-5 *3 (-1193 *7))))
((*1 *2 *3)
- (-12 (-5 *2 (-430 *3)) (-5 *1 (-1026 *3))
- (-4 *3 (-1262 (-419 (-576))))))
+ (-12 (-5 *2 (-430 *3)) (-5 *1 (-1028 *3))
+ (-4 *3 (-1264 (-419 (-576))))))
((*1 *2 *3)
- (-12 (-5 *2 (-430 *3)) (-5 *1 (-1060 *3))
- (-4 *3 (-1262 (-419 (-969 (-576)))))))
+ (-12 (-5 *2 (-430 *3)) (-5 *1 (-1062 *3))
+ (-4 *3 (-1264 (-419 (-971 (-576)))))))
((*1 *2 *3)
- (-12 (-4 *4 (-1262 (-419 (-576))))
+ (-12 (-4 *4 (-1264 (-419 (-576))))
(-4 *5 (-13 (-374) (-148) (-736 (-419 (-576)) *4)))
- (-5 *2 (-430 *3)) (-5 *1 (-1098 *4 *5 *3)) (-4 *3 (-1262 *5))))
+ (-5 *2 (-430 *3)) (-5 *1 (-1100 *4 *5 *3)) (-4 *3 (-1264 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-1262 (-419 (-969 (-576)))))
- (-4 *5 (-13 (-374) (-148) (-736 (-419 (-969 (-576))) *4)))
- (-5 *2 (-430 *3)) (-5 *1 (-1100 *4 *5 *3)) (-4 *3 (-1262 *5))))
+ (-12 (-4 *4 (-1264 (-419 (-971 (-576)))))
+ (-4 *5 (-13 (-374) (-148) (-736 (-419 (-971 (-576))) *4)))
+ (-5 *2 (-430 *3)) (-5 *1 (-1102 *4 *5 *3)) (-4 *3 (-1264 *5))))
((*1 *2 *3)
(-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-464))
- (-4 *7 (-966 *6 *4 *5)) (-5 *2 (-430 (-1191 (-419 *7))))
- (-5 *1 (-1190 *4 *5 *6 *7)) (-5 *3 (-1191 (-419 *7)))))
- ((*1 *2 *1) (-12 (-5 *2 (-430 *1)) (-4 *1 (-1240))))
+ (-4 *7 (-968 *6 *4 *5)) (-5 *2 (-430 (-1193 (-419 *7))))
+ (-5 *1 (-1192 *4 *5 *6 *7)) (-5 *3 (-1193 (-419 *7)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-430 *1)) (-4 *1 (-1242))))
((*1 *2 *3)
- (-12 (-5 *2 (-430 *3)) (-5 *1 (-1251 *3)) (-4 *3 (-1262 (-576))))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-702 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-707 *3)) (-4 *3 (-1119))
- (-5 *2 (-656 (-2 (|:| -4437 *3) (|:| -1458 (-783))))))))
+ (-12 (-5 *2 (-430 *3)) (-5 *1 (-1253 *3)) (-4 *3 (-1264 (-576))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1197)) (-4 *4 (-464)) (-4 *4 (-1121))
+ (-5 *1 (-585 *4 *2)) (-4 *2 (-294)) (-4 *2 (-442 *4)))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-1031 *2)) (-4 *2 (-1238)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112)) (-5 *1 (-32 *4 *5))
- (-4 *5 (-442 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112))
- (-5 *1 (-159 *4 *5)) (-4 *5 (-442 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112))
- (-5 *1 (-285 *4 *5)) (-4 *5 (-13 (-442 *4) (-1021)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-115)) (-5 *2 (-112)) (-5 *1 (-311 *4)) (-4 *4 (-312))))
- ((*1 *2 *3) (-12 (-4 *1 (-312)) (-5 *3 (-115)) (-5 *2 (-112))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-115)) (-4 *5 (-1119)) (-5 *2 (-112))
- (-5 *1 (-441 *4 *5)) (-4 *4 (-442 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112))
- (-5 *1 (-443 *4 *5)) (-4 *5 (-442 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-115)) (-4 *4 (-568)) (-5 *2 (-112))
- (-5 *1 (-642 *4 *5)) (-4 *5 (-13 (-442 *4) (-1021) (-1221))))))
+ (-12 (-5 *3 (-1179)) (-5 *2 (-656 (-703 (-290)))) (-5 *1 (-169)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-940))) (-5 *2 (-923 (-576))) (-5 *1 (-936)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-419 (-971 *5)))) (-5 *4 (-656 (-1197)))
+ (-4 *5 (-568)) (-5 *2 (-656 (-656 (-971 *5)))) (-5 *1 (-1206 *5)))))
+(((*1 *2 *1 *1)
+ (|partial| -12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379))
+ (-5 *2 (-1193 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379))
+ (-5 *2 (-1193 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-888)))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-831 *3)) (-4 *3 (-862)) (-5 *1 (-684 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-656 (-783)))) (-5 *1 (-921 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-1082)) (-5 *3 (-1177)))))
-(((*1 *1 *2) (-12 (-5 *2 (-419 (-576))) (-5 *1 (-108))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-548))) (-5 *1 (-548)))))
-(((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-448)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1195)) (-4 *4 (-568)) (-5 *1 (-159 *4 *2))
- (-4 *2 (-442 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1111 *2)) (-4 *2 (-442 *4)) (-4 *4 (-568))
- (-5 *1 (-159 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1111 *1)) (-4 *1 (-161))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-161)) (-5 *2 (-1195)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-656 (-624 *4))) (-4 *4 (-442 *3)) (-4 *3 (-1119))
- (-5 *1 (-585 *3 *4))))
+ (-12 (-4 *1 (-1264 *3)) (-4 *3 (-1070)) (-5 *2 (-1193 *3)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 *1)) (-4 *1 (-1155 *3)) (-4 *3 (-1070))))
+ ((*1 *2 *2 *1)
+ (|partial| -12 (-5 *2 (-419 *1)) (-4 *1 (-1264 *3)) (-4 *3 (-1070))
+ (-4 *3 (-568))))
((*1 *1 *1 *1)
- (-12 (-5 *1 (-902 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-374))
- (-5 *2 (-656 (-2 (|:| C (-701 *5)) (|:| |g| (-1286 *5)))))
- (-5 *1 (-997 *5)) (-5 *3 (-701 *5)) (-5 *4 (-1286 *5)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-419 *4)) (-4 *4 (-1262 *3))
- (-4 *3 (-13 (-374) (-148) (-1057 (-576)))) (-5 *1 (-580 *3 *4)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-249 *2)) (-4 *2 (-1236)))))
-(((*1 *1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-112)) (-5 *1 (-607 *3)) (-4 *3 (-1068)))))
-(((*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-264)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-783))) (-5 *3 (-112)) (-5 *1 (-1183 *4 *5))
- (-14 *4 (-938)) (-4 *5 (-1068)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1191 *3)) (-4 *3 (-360)) (-5 *1 (-368 *3)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-656 *5)) (-5 *4 (-576)) (-4 *5 (-860)) (-4 *5 (-374))
- (-5 *2 (-783)) (-5 *1 (-962 *5 *6)) (-4 *6 (-1262 *5)))))
-(((*1 *1 *1) (-5 *1 (-874))))
-(((*1 *2 *2) (-12 (-5 *2 (-656 (-326 (-227)))) (-5 *1 (-276)))))
+ (|partial| -12 (-4 *1 (-1264 *2)) (-4 *2 (-1070)) (-4 *2 (-568)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-464)) (-4 *4 (-862)) (-4 *5 (-805))
+ (-5 *2 (-112)) (-5 *1 (-1008 *3 *4 *5 *6))
+ (-4 *6 (-968 *3 *5 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1161 *3 *4)) (-4 *3 (-13 (-1121) (-34)))
+ (-4 *4 (-13 (-1121) (-34))))))
+(((*1 *1) (-5 *1 (-571))))
(((*1 *2 *3)
- (-12 (-5 *3 (-656 *4)) (-4 *4 (-1068)) (-5 *2 (-1286 *4))
- (-5 *1 (-1196 *4))))
+ (-12 (-5 *3 (-1 (-1178 *4) (-1178 *4))) (-5 *2 (-1178 *4))
+ (-5 *1 (-1314 *4)) (-4 *4 (-1238))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-938)) (-5 *2 (-1286 *3)) (-5 *1 (-1196 *3))
- (-4 *3 (-1068)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 *3)) (-4 *3 (-1128 *5 *6 *7 *8))
- (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *8 (-1084 *5 *6 *7)) (-5 *2 (-112))
- (-5 *1 (-603 *5 *6 *7 *8 *3)))))
-(((*1 *1 *1) (-4 *1 (-557))))
-(((*1 *2 *1) (-12 (-4 *1 (-437 *3)) (-4 *3 (-1119)) (-5 *2 (-783)))))
-(((*1 *1 *2 *2 *2)
- (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1221)))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374))))
- ((*1 *1 *2) (-12 (-5 *1 (-730 *2)) (-4 *2 (-374))))
- ((*1 *2 *1 *3 *4 *4)
- (-12 (-5 *3 (-938)) (-5 *4 (-390)) (-5 *2 (-1291)) (-5 *1 (-1287)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-507)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-333 *3 *4)) (-4 *3 (-1119))
- (-4 *4 (-132)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))))
+ (-12 (-5 *3 (-1 (-656 (-1178 *5)) (-656 (-1178 *5)))) (-5 *4 (-576))
+ (-5 *2 (-656 (-1178 *5))) (-5 *1 (-1314 *5)) (-4 *5 (-1238)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-656 *1)) (-4 *3 (-1070)) (-4 *1 (-699 *3 *4 *5))
+ (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-656 *3)) (-4 *3 (-1070)) (-4 *1 (-699 *3 *4 *5))
+ (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1288 *3)) (-4 *3 (-1070)) (-5 *1 (-701 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-656 *4)) (-4 *4 (-1070)) (-4 *1 (-1144 *3 *4 *5 *6))
+ (-4 *5 (-243 *3 *4)) (-4 *6 (-243 *3 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-390)) (-5 *1 (-1061)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-312)) (-5 *3 (-1197)) (-5 *2 (-112))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-312)) (-5 *3 (-115)) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1197)) (-5 *2 (-112)) (-5 *1 (-624 *4))
+ (-4 *4 (-1121))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-115)) (-5 *2 (-112)) (-5 *1 (-624 *4)) (-4 *4 (-1121))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-847 *3)) (-4 *3 (-1121)) (-5 *2 (-112))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1121)) (-5 *2 (-112)) (-5 *1 (-902 *5 *3 *4))
+ (-4 *3 (-901 *5)) (-4 *4 (-626 (-907 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 *6)) (-4 *6 (-901 *5)) (-4 *5 (-1121))
+ (-5 *2 (-112)) (-5 *1 (-902 *5 *6 *4)) (-4 *4 (-626 (-907 *5))))))
+(((*1 *2)
+ (-12 (-4 *3 (-1070)) (-5 *2 (-977 (-724 *3 *4))) (-5 *1 (-724 *3 *4))
+ (-4 *4 (-1264 *3)))))
+(((*1 *1 *2 *3 *4)
+ (-12
+ (-5 *3
+ (-656
+ (-2 (|:| |scalar| (-419 (-576))) (|:| |coeff| (-1193 *2))
+ (|:| |logand| (-1193 *2)))))
+ (-5 *4 (-656 (-2 (|:| |integrand| *2) (|:| |intvar| *2))))
+ (-4 *2 (-374)) (-5 *1 (-598 *2)))))
+(((*1 *2) (-12 (-5 *2 (-888)) (-5 *1 (-1291))))
+ ((*1 *2 *2) (-12 (-5 *2 (-888)) (-5 *1 (-1291)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *1 (-691 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-1121)))))
+(((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *4 (-624 *3)) (-5 *5 (-1 (-1193 *3) (-1193 *3)))
+ (-4 *3 (-13 (-27) (-442 *6))) (-4 *6 (-568)) (-5 *2 (-598 *3))
+ (-5 *1 (-563 *6 *3)))))
+(((*1 *2 *3 *3 *3 *3)
+ (-12 (-5 *3 (-576)) (-5 *2 (-112)) (-5 *1 (-492)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-888)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-333 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-132))
+ (-4 *3 (-804)))))
+(((*1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-1061)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-656 *6)) (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5))
+ (-4 *3 (-568)))))
+(((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-568))
+ (-5 *2 (-2 (|:| -4079 *3) (|:| -1380 *3))) (-5 *1 (-1259 *4 *3))
+ (-4 *3 (-1264 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-783)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-429 *4)))))
-(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5)
- (-12 (-5 *3 (-227)) (-5 *4 (-576))
- (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 G)))) (-5 *2 (-1054))
- (-5 *1 (-760)))))
+ (-12 (-5 *3 (-1288 (-1288 *4))) (-4 *4 (-1070)) (-5 *2 (-701 *4))
+ (-5 *1 (-1050 *4)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *1 (-691 *2 *3)) (-4 *2 (-1121)) (-4 *3 (-1121)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-940)) (-5 *2 (-1193 *4)) (-5 *1 (-368 *4))
+ (-4 *4 (-360)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1070)) (-5 *1 (-1260 *3 *2)) (-4 *2 (-1264 *3)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-624 *1)) (-4 *1 (-442 *4)) (-4 *4 (-1119))
- (-4 *4 (-568)) (-5 *2 (-419 (-1191 *1)))))
+ (-12 (-5 *3 (-624 *1)) (-4 *1 (-442 *4)) (-4 *4 (-1121))
+ (-4 *4 (-568)) (-5 *2 (-419 (-1193 *1)))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-624 *3)) (-4 *3 (-13 (-442 *6) (-27) (-1221)))
- (-4 *6 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
- (-5 *2 (-1191 (-419 (-1191 *3)))) (-5 *1 (-572 *6 *3 *7))
- (-5 *5 (-1191 *3)) (-4 *7 (-1119))))
+ (-12 (-5 *4 (-624 *3)) (-4 *3 (-13 (-442 *6) (-27) (-1223)))
+ (-4 *6 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
+ (-5 *2 (-1193 (-419 (-1193 *3)))) (-5 *1 (-572 *6 *3 *7))
+ (-5 *5 (-1193 *3)) (-4 *7 (-1121))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1282 *5)) (-14 *5 (-1195)) (-4 *6 (-1068))
- (-5 *2 (-1259 *5 (-969 *6))) (-5 *1 (-964 *5 *6)) (-5 *3 (-969 *6))))
+ (-12 (-5 *4 (-1284 *5)) (-14 *5 (-1197)) (-4 *6 (-1070))
+ (-5 *2 (-1261 *5 (-971 *6))) (-5 *1 (-966 *5 *6)) (-5 *3 (-971 *6))))
((*1 *2 *1)
- (-12 (-4 *1 (-966 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-5 *2 (-1191 *3))))
+ (-12 (-4 *1 (-968 *3 *4 *5)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-5 *2 (-1193 *3))))
((*1 *2 *1 *3)
- (-12 (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *3 (-862)) (-5 *2 (-1191 *1))
- (-4 *1 (-966 *4 *5 *3))))
+ (-12 (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *3 (-862)) (-5 *2 (-1193 *1))
+ (-4 *1 (-968 *4 *5 *3))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-805)) (-4 *4 (-862)) (-4 *6 (-1068))
- (-4 *7 (-966 *6 *5 *4)) (-5 *2 (-419 (-1191 *3)))
- (-5 *1 (-967 *5 *4 *6 *7 *3))
+ (-12 (-4 *5 (-805)) (-4 *4 (-862)) (-4 *6 (-1070))
+ (-4 *7 (-968 *6 *5 *4)) (-5 *2 (-419 (-1193 *3)))
+ (-5 *1 (-969 *5 *4 *6 *7 *3))
(-4 *3
(-13 (-374)
- (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $)) (-15 -1579 (*7 $)))))))
+ (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $)) (-15 -2698 (*7 $)))))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-1191 *3))
+ (-12 (-5 *2 (-1193 *3))
(-4 *3
(-13 (-374)
- (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $)) (-15 -1579 (*7 $)))))
- (-4 *7 (-966 *6 *5 *4)) (-4 *5 (-805)) (-4 *4 (-862))
- (-4 *6 (-1068)) (-5 *1 (-967 *5 *4 *6 *7 *3))))
+ (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $)) (-15 -2698 (*7 $)))))
+ (-4 *7 (-968 *6 *5 *4)) (-4 *5 (-805)) (-4 *4 (-862))
+ (-4 *6 (-1070)) (-5 *1 (-969 *5 *4 *6 *7 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1195)) (-4 *5 (-568))
- (-5 *2 (-419 (-1191 (-419 (-969 *5))))) (-5 *1 (-1062 *5))
- (-5 *3 (-419 (-969 *5))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1274 *3)) (-4 *3 (-1236)) (-5 *2 (-783)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-576)) (-5 *1 (-326 *3)) (-4 *3 (-568)) (-4 *3 (-1119)))))
-(((*1 *1 *1) (-12 (-4 *1 (-384 *2)) (-4 *2 (-1236)) (-4 *2 (-862))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-384 *3)) (-4 *3 (-1236))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-656 (-922 *3))) (-5 *1 (-922 *3)) (-4 *3 (-1119))))
- ((*1 *2 *1 *3)
- (-12 (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *3 (-862))
- (-4 *6 (-1084 *4 *5 *3))
- (-5 *2 (-2 (|:| |under| *1) (|:| -3247 *1) (|:| |upper| *1)))
- (-4 *1 (-995 *4 *5 *3 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-177))) (-5 *1 (-1104)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-1176 (-990))) (-5 *1 (-990)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-868 *2)) (-4 *2 (-174)))))
-(((*1 *2) (-12 (-5 *2 (-886)) (-5 *1 (-1289))))
- ((*1 *2 *2) (-12 (-5 *2 (-886)) (-5 *1 (-1289)))))
-(((*1 *1) (-5 *1 (-449))))
-(((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
- (-4 *3 (-378 *4))))
- ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-493 *4 *5))) (-14 *4 (-656 (-1195)))
- (-4 *5 (-464)) (-5 *2 (-656 (-253 *4 *5))) (-5 *1 (-643 *4 *5)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-374)) (-5 *1 (-295 *3 *2)) (-4 *2 (-1277 *3)))))
+ (-12 (-5 *4 (-1197)) (-4 *5 (-568))
+ (-5 *2 (-419 (-1193 (-419 (-971 *5))))) (-5 *1 (-1064 *5))
+ (-5 *3 (-419 (-971 *5))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-938))) (-5 *4 (-656 (-576)))
- (-5 *2 (-701 (-576))) (-5 *1 (-1129)))))
-(((*1 *1 *1) (-5 *1 (-874))) ((*1 *1 *1 *1) (-5 *1 (-874)))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1236))))
- ((*1 *1 *2) (-12 (-5 *1 (-1253 *2)) (-4 *2 (-1236)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-794 *2)) (-4 *2 (-1068))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1068)) (-4 *2 (-374))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-374)) (-5 *1 (-671 *4 *2))
- (-4 *2 (-668 *4)))))
-(((*1 *2 *3) (-12 (-5 *2 (-656 (-576))) (-5 *1 (-573)) (-5 *3 (-576)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2 *2 *3)
- (|partial| -12
- (-5 *3 (-656 (-2 (|:| |func| *2) (|:| |pole| (-112)))))
- (-4 *2 (-13 (-442 *4) (-1021))) (-4 *4 (-568))
- (-5 *1 (-285 *4 *2)))))
+ (-12 (-5 *4 (-783)) (-5 *2 (-656 (-1197))) (-5 *1 (-212))
+ (-5 *3 (-1197))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-326 (-227))) (-5 *4 (-783)) (-5 *2 (-656 (-1197)))
+ (-5 *1 (-276))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-385 *3 *4)) (-4 *3 (-862)) (-4 *4 (-174))
+ (-5 *2 (-656 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-656 *3)) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862))
+ (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-940))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-684 *3)) (-4 *3 (-862))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-689 *3)) (-4 *3 (-862))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-831 *3)) (-4 *3 (-862))))
+ ((*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-908 *3)) (-4 *3 (-862))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1305 *3 *4)) (-4 *3 (-862)) (-4 *4 (-1070))
+ (-5 *2 (-656 *3)))))
+(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-897 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *1) (-12 (-5 *2 (-185 (-255))) (-5 *1 (-254)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *9)) (-4 *8 (-1084 *5 *6 *7))
- (-4 *9 (-1090 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805))
- (-4 *7 (-862)) (-5 *2 (-783)) (-5 *1 (-1088 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *8)) (-5 *4 (-656 *9)) (-4 *8 (-1084 *5 *6 *7))
- (-4 *9 (-1128 *5 *6 *7 *8)) (-4 *5 (-464)) (-4 *6 (-805))
- (-4 *7 (-862)) (-5 *2 (-783)) (-5 *1 (-1164 *5 *6 *7 *8 *9)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-943)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1177)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-1291))
- (-5 *1 (-1091 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1177)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-1291))
- (-5 *1 (-1127 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-656 (-971 *6))) (-5 *4 (-656 (-1197)))
+ (-4 *6 (-13 (-568) (-1059 *5))) (-4 *5 (-568))
+ (-5 *2 (-656 (-656 (-304 (-419 (-971 *6)))))) (-5 *1 (-1060 *5 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-656 (-940))) (-5 *2 (-783)) (-5 *1 (-602)))))
+(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-264)))))
+(((*1 *2)
+ (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-429 *3)))))
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-115)) (-5 *4 (-783))
+ (-4 *5 (-13 (-464) (-1059 (-576)))) (-4 *5 (-568))
+ (-5 *1 (-41 *5 *2)) (-4 *2 (-442 *5))
+ (-4 *2
+ (-13 (-374) (-312)
+ (-10 -8 (-15 -2687 ((-1146 *5 (-624 $)) $))
+ (-15 -2698 ((-1146 *5 (-624 $)) $))
+ (-15 -4114 ($ (-1146 *5 (-624 $))))))))))
+(((*1 *2 *3) (-12 (-5 *3 (-833)) (-5 *2 (-52)) (-5 *1 (-843)))))
+(((*1 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
+ ((*1 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-568)) (-5 *1 (-443 *3 *2)) (-4 *2 (-442 *3))))
+ ((*1 *1 *1) (-4 *1 (-1160))))
+(((*1 *2 *3) (-12 (-5 *3 (-876)) (-5 *2 (-1179)) (-5 *1 (-722)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-720 *3)) (-5 *1 (-839 *2 *3)) (-4 *3 (-1070)))))
+(((*1 *2 *3) (-12 (-5 *3 (-783)) (-5 *2 (-1 (-390))) (-5 *1 (-1061)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-783)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
+ (-4 *3 (-1086 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-656 *4))
+ (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4))))))
+ (-5 *1 (-1090 *6 *7 *8 *3 *4)) (-4 *4 (-1092 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-656 *4))
+ (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4))))))
+ (-5 *1 (-1090 *5 *6 *7 *3 *4)) (-4 *4 (-1092 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-783)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
+ (-4 *3 (-1086 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-656 *4))
+ (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4))))))
+ (-5 *1 (-1166 *6 *7 *8 *3 *4)) (-4 *4 (-1130 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *3 (-1086 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-656 *4))
+ (|:| |todo| (-656 (-2 (|:| |val| (-656 *3)) (|:| -4442 *4))))))
+ (-5 *1 (-1166 *5 *6 *7 *3 *4)) (-4 *4 (-1130 *5 *6 *7 *3)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-656 *6)) (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070))
+ (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5))
+ (-4 *3 (-568)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3)
+ (-12 (-5 *3 (-576)) (-5 *5 (-701 (-227))) (-5 *4 (-227))
+ (-5 *2 (-1056)) (-5 *1 (-764)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
(((*1 *2 *2)
(-12 (-5 *2 (-115)) (-4 *3 (-568)) (-5 *1 (-32 *3 *4))
(-4 *4 (-442 *3))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-55)) (-5 *1 (-115))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *3 (-783)) (-5 *1 (-115))))
- ((*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-115))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-55)) (-5 *1 (-115))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1197)) (-5 *3 (-783)) (-5 *1 (-115))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1197)) (-5 *1 (-115))))
((*1 *2 *2)
(-12 (-5 *2 (-115)) (-4 *3 (-568)) (-5 *1 (-159 *3 *4))
(-4 *4 (-442 *3))))
- ((*1 *2 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-115)) (-5 *1 (-164))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1197)) (-5 *2 (-115)) (-5 *1 (-164))))
((*1 *2 *2)
(-12 (-5 *2 (-115)) (-4 *3 (-568)) (-5 *1 (-285 *3 *4))
- (-4 *4 (-13 (-442 *3) (-1021)))))
+ (-4 *4 (-13 (-442 *3) (-1023)))))
((*1 *2 *2) (-12 (-5 *2 (-115)) (-5 *1 (-311 *3)) (-4 *3 (-312))))
((*1 *2 *2) (-12 (-4 *1 (-312)) (-5 *2 (-115))))
((*1 *2 *2)
- (-12 (-5 *2 (-115)) (-4 *4 (-1119)) (-5 *1 (-441 *3 *4))
+ (-12 (-5 *2 (-115)) (-4 *4 (-1121)) (-5 *1 (-441 *3 *4))
(-4 *3 (-442 *4))))
((*1 *2 *2)
(-12 (-5 *2 (-115)) (-4 *3 (-568)) (-5 *1 (-443 *3 *4))
(-4 *4 (-442 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-115)) (-5 *1 (-624 *3)) (-4 *3 (-1119))))
+ ((*1 *2 *1) (-12 (-5 *2 (-115)) (-5 *1 (-624 *3)) (-4 *3 (-1121))))
((*1 *2 *2)
(-12 (-5 *2 (-115)) (-4 *3 (-568)) (-5 *1 (-642 *3 *4))
- (-4 *4 (-13 (-442 *3) (-1021) (-1221)))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1038))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-55)) (-5 *1 (-1209 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-701 *3)) (-4 *3 (-317)) (-5 *1 (-712 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-289)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-701 *5))) (-4 *5 (-317)) (-4 *5 (-1068))
- (-5 *2 (-1286 (-1286 *5))) (-5 *1 (-1048 *5)) (-5 *4 (-1286 *5)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-374)) (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3)))
- (-5 *1 (-778 *3 *4)) (-4 *3 (-720 *4))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-374)) (-4 *3 (-1068))
- (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-864 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-99 *5)) (-4 *5 (-374)) (-4 *5 (-1068))
- (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3))) (-5 *1 (-865 *5 *3))
- (-4 *3 (-864 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112))
- (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-656 *6)) (-4 *6 (-862)) (-4 *4 (-374)) (-4 *5 (-805))
- (-5 *2 (-112)) (-5 *1 (-516 *4 *5 *6 *7)) (-4 *7 (-966 *4 *5 *6)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-568))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-374)) (-4 *3 (-1068))
- (-5 *2 (-2 (|:| -3244 *1) (|:| -3477 *1))) (-4 *1 (-864 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-99 *5)) (-4 *5 (-374)) (-4 *5 (-1068))
- (-5 *2 (-2 (|:| -3244 *3) (|:| -3477 *3))) (-5 *1 (-865 *5 *3))
- (-4 *3 (-864 *5)))))
-(((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
-(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1305 *3)) (-4 *3 (-374)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-1195))) (-4 *4 (-13 (-317) (-148)))
- (-4 *5 (-13 (-862) (-626 (-1195)))) (-4 *6 (-805))
- (-5 *2 (-656 (-419 (-969 *4)))) (-5 *1 (-941 *4 *5 *6 *7))
- (-4 *7 (-966 *4 *6 *5)))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-1029 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-624 *1))) (-4 *1 (-312)))))
-(((*1 *1) (-5 *1 (-571))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-886)) (-5 *3 (-656 (-270))) (-5 *1 (-268)))))
-(((*1 *2 *1) (-12 (-5 *2 (-185 (-255))) (-5 *1 (-254)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-720 *3)) (-5 *1 (-839 *2 *3)) (-4 *3 (-1068)))))
+ (-4 *4 (-13 (-442 *3) (-1023) (-1223)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1156)) (-5 *1 (-1040))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-55)) (-5 *1 (-1211 *2)) (-4 *2 (-1121)))))
+(((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *3 (-656 (-624 *2))) (-5 *4 (-1197))
+ (-4 *2 (-13 (-27) (-1223) (-442 *5)))
+ (-4 *5 (-13 (-568) (-1059 (-576)) (-651 (-576))))
+ (-5 *1 (-286 *5 *2)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(((*1 *1 *2)
- (-12 (-4 *3 (-1068)) (-5 *1 (-839 *2 *3)) (-4 *2 (-720 *3)))))
+ (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1070)))))
+(((*1 *2 *2 *2) (-12 (-5 *1 (-160 *2)) (-4 *2 (-557)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1191 (-576))) (-5 *1 (-959)) (-5 *3 (-576)))))
+ (-12 (-5 *3 (-940)) (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1288 (-3 (-480) "undefined"))) (-5 *1 (-1289)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-253 *4 *5)) (-14 *4 (-656 (-1197))) (-4 *5 (-1070))
+ (-5 *2 (-493 *4 *5)) (-5 *1 (-963 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1121)) (-5 *1 (-749 *3))))
+ ((*1 *1 *2) (-12 (-5 *1 (-749 *2)) (-4 *2 (-1121))))
+ ((*1 *1) (-12 (-5 *1 (-749 *2)) (-4 *2 (-1121)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1033)) (-5 *2 (-876)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1199 (-419 (-576)))) (-5 *1 (-192)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-609))) (-5 *1 (-609)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1114 *2)) (-4 *2 (-1238)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1264 *5))
+ (-4 *5 (-13 (-27) (-442 *4))) (-4 *4 (-13 (-568) (-1059 (-576))))
+ (-4 *7 (-1264 (-419 *6))) (-5 *1 (-564 *4 *5 *6 *7 *2))
+ (-4 *2 (-353 *5 *6 *7)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-862)) (-5 *2 (-656 (-656 *4))) (-5 *1 (-1206 *4))
- (-5 *3 (-656 *4)))))
-(((*1 *1 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1236))))
- ((*1 *1 *1)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-384 *2)) (-4 *2 (-1236))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1119)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *3))
- (-5 *1 (-996 *4 *5 *6 *3)) (-4 *3 (-1084 *4 *5 *6)))))
+ (-12 (-5 *2 (-1193 (-576))) (-5 *1 (-961)) (-5 *3 (-576)))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-624 *1))) (-4 *1 (-312)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-38 (-419 (-576))))
- (-5 *2 (-2 (|:| -3874 (-1176 *4)) (|:| -3886 (-1176 *4))))
- (-5 *1 (-1181 *4)) (-5 *3 (-1176 *4)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1068))))
- ((*1 *2 *1 *1)
- (-12 (-4 *2 (-1068)) (-5 *1 (-50 *2 *3)) (-14 *3 (-656 (-1195)))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-656 (-938))) (-4 *2 (-374)) (-5 *1 (-153 *4 *2 *5))
- (-14 *4 (-938)) (-14 *5 (-1012 *4 *2))))
+ (-12 (-4 *4 (-374)) (-4 *4 (-568)) (-4 *5 (-1264 *4))
+ (-5 *2 (-2 (|:| -2505 (-635 *4 *5)) (|:| -3976 (-419 *5))))
+ (-5 *1 (-635 *4 *5)) (-5 *3 (-419 *5))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-656 (-1185 *3 *4))) (-5 *1 (-1185 *3 *4))
+ (-14 *3 (-940)) (-4 *4 (-1070))))
((*1 *2 *1 *1)
- (-12 (-5 *2 (-326 *3)) (-5 *1 (-225 *3 *4))
- (-4 *3 (-13 (-1068) (-862))) (-14 *4 (-656 (-1195)))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-333 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-132))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-393 *2 *3)) (-4 *3 (-1119)) (-4 *2 (-1068))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-576)) (-4 *2 (-568)) (-5 *1 (-635 *2 *4))
- (-4 *4 (-1262 *2))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *1 (-720 *2)) (-4 *2 (-1068))))
- ((*1 *2 *1 *3)
- (-12 (-4 *2 (-1068)) (-5 *1 (-747 *2 *3)) (-4 *3 (-738))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 *5)) (-5 *3 (-656 (-783))) (-4 *1 (-752 *4 *5))
- (-4 *4 (-1068)) (-4 *5 (-862))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-783)) (-4 *1 (-752 *4 *2)) (-4 *4 (-1068))
- (-4 *2 (-862))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *1 (-864 *2)) (-4 *2 (-1068))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 *6)) (-5 *3 (-656 (-783))) (-4 *1 (-966 *4 *5 *6))
- (-4 *4 (-1068)) (-4 *5 (-805)) (-4 *6 (-862))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-783)) (-4 *1 (-966 *4 *5 *2)) (-4 *4 (-1068))
- (-4 *5 (-805)) (-4 *2 (-862))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-783)) (-4 *2 (-966 *4 (-543 *5) *5))
- (-5 *1 (-1145 *4 *5 *2)) (-4 *4 (-1068)) (-4 *5 (-862))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-783)) (-5 *2 (-969 *4)) (-5 *1 (-1230 *4))
- (-4 *4 (-1068)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-960 *2)) (-5 *1 (-1001 *2)) (-4 *2 (-1068)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-304 (-419 (-969 *5)))) (-5 *4 (-1195))
- (-4 *5 (-13 (-317) (-148)))
- (-5 *2 (-1184 (-656 (-326 *5)) (-656 (-304 (-326 *5)))))
- (-5 *1 (-1148 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-1195))
- (-4 *5 (-13 (-317) (-148)))
- (-5 *2 (-1184 (-656 (-326 *5)) (-656 (-304 (-326 *5)))))
- (-5 *1 (-1148 *5)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-1177)) (-5 *4 (-1139)) (-5 *2 (-112)) (-5 *1 (-833)))))
-(((*1 *2 *1) (-12 (-5 *2 (-188)) (-5 *1 (-139))))
- ((*1 *2 *1) (-12 (-4 *1 (-187)) (-5 *2 (-188)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-969 *5))) (-5 *4 (-1195))
- (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-304 (-326 *5))))
- (-5 *1 (-1148 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-13 (-317) (-148)))
- (-5 *2 (-656 (-304 (-326 *4)))) (-5 *1 (-1148 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-304 (-419 (-969 *5)))) (-5 *4 (-1195))
- (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-304 (-326 *5))))
- (-5 *1 (-1148 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-304 (-419 (-969 *4)))) (-4 *4 (-13 (-317) (-148)))
- (-5 *2 (-656 (-304 (-326 *4)))) (-5 *1 (-1148 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-419 (-969 *5)))) (-5 *4 (-656 (-1195)))
- (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-304 (-326 *5)))))
- (-5 *1 (-1148 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-419 (-969 *4)))) (-4 *4 (-13 (-317) (-148)))
- (-5 *2 (-656 (-656 (-304 (-326 *4))))) (-5 *1 (-1148 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-304 (-419 (-969 *5))))) (-5 *4 (-656 (-1195)))
- (-4 *5 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-304 (-326 *5)))))
- (-5 *1 (-1148 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-304 (-419 (-969 *4)))))
- (-4 *4 (-13 (-317) (-148))) (-5 *2 (-656 (-656 (-304 (-326 *4)))))
- (-5 *1 (-1148 *4)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1286 *6)) (-5 *4 (-1286 (-576))) (-5 *5 (-576))
- (-4 *6 (-1119)) (-5 *2 (-1 *6)) (-5 *1 (-1036 *6)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-616 *3 *4)) (-4 *3 (-1119)) (-4 *4 (-1236))
- (-5 *2 (-656 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1195))
+ (-12 (-4 *3 (-464)) (-4 *3 (-1070))
+ (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1)))
+ (-4 *1 (-1264 *3)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *8 (-1086 *5 *6 *7))
(-5 *2
- (-2 (|:| |zeros| (-1176 (-227))) (|:| |ones| (-1176 (-227)))
- (|:| |singularities| (-1176 (-227)))))
- (-5 *1 (-105)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *2 (-568))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *2 (-568)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-635 *4 *5))
- (-5 *3
- (-1 (-2 (|:| |ans| *4) (|:| -4247 *4) (|:| |sol?| (-112)))
- (-576) *4))
- (-4 *4 (-374)) (-4 *5 (-1262 *4)) (-5 *1 (-586 *4 *5)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-938)) (-5 *3 (-656 (-270))) (-5 *1 (-268))))
- ((*1 *1 *2) (-12 (-5 *2 (-938)) (-5 *1 (-270)))))
-(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-943)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-14 *5 (-656 (-1195))) (-4 *2 (-174))
- (-4 *4 (-243 (-3500 *5) (-783)))
- (-14 *6
- (-1 (-112) (-2 (|:| -3222 *3) (|:| -2125 *4))
- (-2 (|:| -3222 *3) (|:| -2125 *4))))
- (-5 *1 (-473 *5 *2 *3 *4 *6 *7)) (-4 *3 (-862))
- (-4 *7 (-966 *2 *4 (-876 *5))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
+ (-2 (|:| |val| (-656 *8))
+ (|:| |towers| (-656 (-1048 *5 *6 *7 *8)))))
+ (-5 *1 (-1048 *5 *6 *7 *8)) (-5 *3 (-656 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
+ (-4 *8 (-1086 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |val| (-656 *8))
+ (|:| |towers| (-656 (-1167 *5 *6 *7 *8)))))
+ (-5 *1 (-1167 *5 *6 *7 *8)) (-5 *3 (-656 *8)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379)) (-5 *2 (-112))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1191 *4)) (-4 *4 (-360)) (-5 *2 (-112))
- (-5 *1 (-368 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1286 *4)) (-4 *4 (-360)) (-5 *2 (-112))
- (-5 *1 (-540 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1191 (-576))) (-5 *1 (-959)) (-5 *3 (-576))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-317)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3))
- (-5 *1 (-1143 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *2 (-374)) (-4 *2 (-860)) (-5 *1 (-962 *2 *3))
- (-4 *3 (-1262 *2)))))
+ (-12 (-4 *5 (-805)) (-4 *6 (-862)) (-4 *7 (-568))
+ (-4 *3 (-968 *7 *5 *6))
+ (-5 *2
+ (-2 (|:| -3744 (-783)) (|:| -2862 *3) (|:| |radicand| (-656 *3))))
+ (-5 *1 (-972 *5 *6 *7 *3 *8)) (-5 *4 (-783))
+ (-4 *8
+ (-13 (-374)
+ (-10 -8 (-15 -4114 ($ *3)) (-15 -2687 (*3 $)) (-15 -2698 (*3 $))))))))
(((*1 *2 *3 *1)
- (-12 (-4 *4 (-13 (-860) (-374))) (-5 *2 (-112)) (-5 *1 (-1080 *4 *3))
- (-4 *3 (-1262 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-360))
- (-5 *2 (-656 (-2 (|:| |deg| (-783)) (|:| -1714 *3))))
- (-5 *1 (-218 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-624 *3)) (-4 *3 (-13 (-442 *5) (-27) (-1221)))
- (-4 *5 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
- (-5 *2 (-598 *3)) (-5 *1 (-578 *5 *3 *6)) (-4 *6 (-1119)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))))
-(((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *4 (-1 (-3 (-576) "failed") *5)) (-4 *5 (-1068))
- (-5 *2 (-576)) (-5 *1 (-555 *5 *3)) (-4 *3 (-1262 *5))))
- ((*1 *2 *3 *4 *2 *5)
- (|partial| -12 (-5 *5 (-1 (-3 (-576) "failed") *4)) (-4 *4 (-1068))
- (-5 *2 (-576)) (-5 *1 (-555 *4 *3)) (-4 *3 (-1262 *4))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1 (-3 (-576) "failed") *4)) (-4 *4 (-1068))
- (-5 *2 (-576)) (-5 *1 (-555 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1278 *2 *3 *4)) (-4 *2 (-1068)) (-14 *3 (-1195))
- (-14 *4 *2))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1191 *3)) (-5 *1 (-931 *3)) (-4 *3 (-317)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-938)) (-4 *1 (-243 *3 *4)) (-4 *4 (-1068))
- (-4 *4 (-1236))))
- ((*1 *1 *2)
- (-12 (-14 *3 (-656 (-1195))) (-4 *4 (-174))
- (-4 *5 (-243 (-3500 *3) (-783)))
- (-14 *6
- (-1 (-112) (-2 (|:| -3222 *2) (|:| -2125 *5))
- (-2 (|:| -3222 *2) (|:| -2125 *5))))
- (-5 *1 (-473 *3 *4 *2 *5 *6 *7)) (-4 *2 (-862))
- (-4 *7 (-966 *4 *5 (-876 *3)))))
- ((*1 *2 *2) (-12 (-5 *2 (-960 (-227))) (-5 *1 (-1232)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1286 *1)) (-4 *1 (-381 *4 *5)) (-4 *4 (-174))
- (-4 *5 (-1262 *4)) (-5 *2 (-701 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-174)) (-4 *5 (-1262 *4)) (-5 *2 (-701 *4))
- (-5 *1 (-420 *3 *4 *5)) (-4 *3 (-421 *4 *5))))
+ (-12 (-4 *1 (-1092 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805))
+ (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-862)) (-4 *5 (-805))
+ (-4 *6 (-568)) (-4 *7 (-968 *6 *5 *3))
+ (-5 *1 (-474 *5 *3 *6 *7 *2))
+ (-4 *2
+ (-13 (-1059 (-419 (-576))) (-374)
+ (-10 -8 (-15 -4114 ($ *7)) (-15 -2687 (*7 $))
+ (-15 -2698 (*7 $))))))))
+(((*1 *2 *3 *4 *4 *3 *5)
+ (-12 (-5 *4 (-624 *3)) (-5 *5 (-1193 *3))
+ (-4 *3 (-13 (-442 *6) (-27) (-1223)))
+ (-4 *6 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
+ (-5 *2 (-598 *3)) (-5 *1 (-572 *6 *3 *7)) (-4 *7 (-1121))))
+ ((*1 *2 *3 *4 *4 *4 *3 *5)
+ (-12 (-5 *4 (-624 *3)) (-5 *5 (-419 (-1193 *3)))
+ (-4 *3 (-13 (-442 *6) (-27) (-1223)))
+ (-4 *6 (-13 (-464) (-1059 (-576)) (-148) (-651 (-576))))
+ (-5 *2 (-598 *3)) (-5 *1 (-572 *6 *3 *7)) (-4 *7 (-1121)))))
+(((*1 *2)
+ (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-1293))
+ (-5 *1 (-1009 *3 *4 *5 *6 *7)) (-4 *7 (-1092 *3 *4 *5 *6))))
((*1 *2)
- (-12 (-4 *1 (-421 *3 *4)) (-4 *3 (-174)) (-4 *4 (-1262 *3))
- (-5 *2 (-701 *3)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-872)) (-5 *3 (-129)) (-5 *2 (-783)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-576)) (-4 *4 (-174)) (-4 *5 (-384 *4))
- (-4 *6 (-384 *4)) (-5 *1 (-700 *4 *5 *6 *2))
- (-4 *2 (-699 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-576))) (-5 *1 (-1066)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-576)) (-5 *4 (-430 *2)) (-4 *2 (-966 *7 *5 *6))
- (-5 *1 (-754 *5 *6 *7 *2)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-317)))))
-(((*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1177)) (-5 *1 (-315)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-227)) (-5 *1 (-228))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-227))) (-5 *1 (-228)))))
-(((*1 *2 *3 *4 *2 *2 *5)
- (|partial| -12 (-5 *2 (-855 *4)) (-5 *3 (-624 *4)) (-5 *5 (-112))
- (-4 *4 (-13 (-1221) (-29 *6)))
- (-4 *6 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-226 *6 *4)))))
-(((*1 *1 *1 *1 *1) (-5 *1 (-874))) ((*1 *1 *1 *1) (-5 *1 (-874)))
- ((*1 *1 *1) (-5 *1 (-874))))
+ (-12 (-4 *3 (-464)) (-4 *4 (-805)) (-4 *5 (-862))
+ (-4 *6 (-1086 *3 *4 *5)) (-5 *2 (-1293))
+ (-5 *1 (-1128 *3 *4 *5 *6 *7)) (-4 *7 (-1092 *3 *4 *5 *6)))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1310 *4 *2)) (-4 *1 (-385 *4 *2)) (-4 *4 (-862))
- (-4 *2 (-174))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1303 *3 *2)) (-4 *3 (-862)) (-4 *2 (-1068))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-831 *4)) (-4 *1 (-1303 *4 *2)) (-4 *4 (-862))
- (-4 *2 (-1068))))
- ((*1 *2 *1 *3)
- (-12 (-4 *2 (-1068)) (-5 *1 (-1309 *2 *3)) (-4 *3 (-858)))))
-(((*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-326 (-390))) (-5 *1 (-315)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-794 *2)) (-4 *2 (-1068)))))
+ (-12 (-4 *1 (-997 *4 *5 *6 *3)) (-4 *4 (-1070)) (-4 *5 (-805))
+ (-4 *6 (-862)) (-4 *3 (-1086 *4 *5 *6)) (-4 *4 (-568))
+ (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |stiffness| (-390)) (|:| |stability| (-390))
- (|:| |expense| (-390)) (|:| |accuracy| (-390))
- (|:| |intermediateResults| (-390))))
- (-5 *2 (-1054)) (-5 *1 (-315)))))
+ (-12 (-4 *4 (-862)) (-5 *2 (-656 (-656 *4))) (-5 *1 (-1208 *4))
+ (-5 *3 (-656 *4)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
- (-5 *1 (-1007 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
- (-5 *1 (-1126 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))))
-(((*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-419 (-576))) (-5 *1 (-315)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-1154))) (-5 *1 (-1109)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 (-938))) (-5 *1 (-1120 *3 *4)) (-14 *3 (-938))
- (-14 *4 (-938)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-1235))) (-5 *3 (-1235)) (-5 *1 (-693)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1176 (-1176 *4))) (-5 *2 (-1176 *4)) (-5 *1 (-1179 *4))
- (-4 *4 (-38 (-419 (-576)))) (-4 *4 (-1068)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-374)) (-4 *3 (-1068))
- (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4126 *1)))
- (-4 *1 (-864 *3)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-892 (-1 (-227) (-227)))) (-5 *4 (-1113 (-390)))
- (-5 *5 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-262))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-892 (-1 (-227) (-227)))) (-5 *4 (-1113 (-390)))
- (-5 *2 (-1152 (-227))) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-960 (-227)) (-227))) (-5 *4 (-1113 (-390)))
- (-5 *5 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-262))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-960 (-227)) (-227))) (-5 *4 (-1113 (-390)))
- (-5 *2 (-1152 (-227))) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1113 (-390)))
- (-5 *5 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1113 (-390)))
- (-5 *2 (-1152 (-227))) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-960 (-227)) (-227) (-227))) (-5 *4 (-1113 (-390)))
- (-5 *5 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-960 (-227)) (-227) (-227))) (-5 *4 (-1113 (-390)))
- (-5 *2 (-1152 (-227))) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-895 (-1 (-227) (-227) (-227)))) (-5 *4 (-1113 (-390)))
- (-5 *5 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-895 (-1 (-227) (-227) (-227)))) (-5 *4 (-1113 (-390)))
- (-5 *2 (-1152 (-227))) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-892 *6)) (-5 *4 (-1111 (-390))) (-5 *5 (-656 (-270)))
- (-4 *6 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1152 (-227)))
- (-5 *1 (-266 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-892 *5)) (-5 *4 (-1111 (-390)))
- (-4 *5 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1152 (-227)))
- (-5 *1 (-266 *5))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-1111 (-390))) (-5 *5 (-656 (-270)))
- (-5 *2 (-1152 (-227))) (-5 *1 (-266 *3))
- (-4 *3 (-13 (-626 (-548)) (-1119)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1111 (-390))) (-5 *2 (-1152 (-227))) (-5 *1 (-266 *3))
- (-4 *3 (-13 (-626 (-548)) (-1119)))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-895 *6)) (-5 *4 (-1111 (-390))) (-5 *5 (-656 (-270)))
- (-4 *6 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1152 (-227)))
- (-5 *1 (-266 *6))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-895 *5)) (-5 *4 (-1111 (-390)))
- (-4 *5 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1152 (-227)))
- (-5 *1 (-266 *5)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-1159 *3 *4)) (-4 *3 (-13 (-1119) (-34)))
- (-4 *4 (-13 (-1119) (-34))))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-656 *6)) (-5 *4 (-656 (-253 *5 *6))) (-4 *6 (-464))
- (-5 *2 (-253 *5 *6)) (-14 *5 (-656 (-1195))) (-5 *1 (-643 *5 *6)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-656 (-289))) (-5 *1 (-289))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-1200))) (-5 *1 (-1200)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-783)) (-4 *5 (-568))
- (-5 *2
- (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-988 *5 *3)) (-4 *3 (-1262 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-5 *2 (-783))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068))
- (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-783)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-374) (-1057 (-419 *2)))) (-5 *2 (-576))
- (-5 *1 (-116 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *2 *3 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-760)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-568))
- (-5 *2 (-2 (|:| -1953 (-701 *5)) (|:| |vec| (-1286 (-656 (-938))))))
- (-5 *1 (-90 *5 *3)) (-5 *4 (-938)) (-4 *3 (-668 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 *4))
- (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-336 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-804))
- (-5 *2 (-656 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1119))
- (-5 *2 (-656 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1176 *3)) (-5 *1 (-608 *3)) (-4 *3 (-1068))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-656 *3)) (-5 *1 (-747 *3 *4)) (-4 *3 (-1068))
- (-4 *4 (-738))))
- ((*1 *2 *1) (-12 (-4 *1 (-864 *3)) (-4 *3 (-1068)) (-5 *2 (-656 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1277 *3)) (-4 *3 (-1068)) (-5 *2 (-1176 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-260 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-862))
- (-4 *5 (-275 *4)) (-4 *6 (-805)) (-5 *2 (-112)))))
+ (-12 (-4 *4 (-568)) (-5 *2 (-656 *3)) (-5 *1 (-990 *4 *3))
+ (-4 *3 (-1264 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-1 (-112) *8))) (-4 *8 (-1084 *5 *6 *7))
- (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862))
- (-5 *2 (-2 (|:| |goodPols| (-656 *8)) (|:| |badPols| (-656 *8))))
- (-5 *1 (-996 *5 *6 *7 *8)) (-5 *4 (-656 *8)))))
-(((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7)
- (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-227))
- (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN))))
- (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL))))
- (-5 *2 (-1054)) (-5 *1 (-761))))
- ((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8)
- (-12 (-5 *3 (-701 (-227))) (-5 *4 (-576)) (-5 *5 (-227))
- (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-61 COEFFN))))
- (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-87 BDYVAL))))
- (-5 *8 (-400)) (-5 *2 (-1054)) (-5 *1 (-761)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-5 *2 (-783))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068))
- (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-783)))))
-(((*1 *1) (-5 *1 (-301))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-419 (-576))) (-5 *1 (-1043 *3))
- (-4 *3 (-13 (-860) (-374) (-1041)))))
- ((*1 *2 *3 *1 *2)
- (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1080 *2 *3))
- (-4 *3 (-1262 *2))))
- ((*1 *2 *3 *1 *2)
- (-12 (-4 *1 (-1087 *2 *3)) (-4 *2 (-13 (-860) (-374)))
- (-4 *3 (-1262 *2)))))
-(((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-1289)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-548)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1007 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1126 *4 *5 *6 *7 *3)) (-4 *3 (-1090 *4 *5 *6 *7)))))
-(((*1 *1) (-5 *1 (-1104))))
-(((*1 *2)
- (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-429 *3)))))
-(((*1 *1 *1 *1) (-4 *1 (-773))))
-(((*1 *2)
- (-12 (-5 *2 (-419 (-969 *3))) (-5 *1 (-465 *3 *4 *5 *6))
- (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-419 (-576))) (-4 *1 (-566 *3))
- (-4 *3 (-13 (-416) (-1221)))))
- ((*1 *1 *2) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1221)))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-566 *2)) (-4 *2 (-13 (-416) (-1221))))))
-(((*1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-771)))))
-(((*1 *2 *3 *3)
- (-12 (|has| *2 (-6 (-4464 "*"))) (-4 *5 (-384 *2)) (-4 *6 (-384 *2))
- (-4 *2 (-1068)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1262 *2))
- (-4 *4 (-699 *2 *5 *6)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-13 (-1057 (-576)) (-651 (-576)) (-464)))
- (-5 *2
- (-2
- (|:| |%term|
- (-2 (|:| |%coef| (-1271 *4 *5 *6))
- (|:| |%expon| (-329 *4 *5 *6))
- (|:| |%expTerms|
- (-656 (-2 (|:| |k| (-419 (-576))) (|:| |c| *4))))))
- (|:| |%type| (-1177))))
- (-5 *1 (-1272 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1221) (-442 *3)))
- (-14 *5 (-1195)) (-14 *6 *4))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1154)) (-5 *2 (-703 (-290))) (-5 *1 (-169)))))
-(((*1 *1) (-5 *1 (-835))))
+ (-12 (-5 *3 (-1193 *2)) (-4 *2 (-968 (-419 (-971 *6)) *5 *4))
+ (-5 *1 (-744 *5 *4 *6 *2)) (-4 *5 (-805))
+ (-4 *4 (-13 (-862) (-10 -8 (-15 -1554 ((-1197) $)))))
+ (-4 *6 (-568)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-493 *4 *5))) (-14 *4 (-656 (-1195)))
- (-4 *5 (-464))
+ (-12 (-4 *4 (-464))
(-5 *2
- (-2 (|:| |gblist| (-656 (-253 *4 *5)))
- (|:| |gvlist| (-656 (-576)))))
- (-5 *1 (-643 *4 *5)))))
-(((*1 *1 *2 *2 *1) (-12 (-5 *1 (-659 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1286 (-326 (-227)))) (-5 *2 (-1286 (-326 (-390))))
- (-5 *1 (-315)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-138))))
- ((*1 *2 *1) (-12 (-5 *2 (-1235)) (-5 *1 (-157))))
- ((*1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1236))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-490))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-604))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-638))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1119))
- (-4 *2 (-13 (-442 *4) (-899 *3) (-626 (-905 *3))))
- (-5 *1 (-1095 *3 *4 *2))
- (-4 *4 (-13 (-1068) (-899 *3) (-626 (-905 *3))))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1119)) (-5 *1 (-1184 *3 *2)) (-4 *3 (-1119)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-922 *3))) (-5 *1 (-921 *3)) (-4 *3 (-1119)))))
-(((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-1103 *3)) (-4 *3 (-133)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3495 *3)))
- (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(((*1 *1 *1) (-4 *1 (-175)))
- ((*1 *1 *1)
- (-12 (-4 *1 (-375 *2 *3)) (-4 *2 (-1119)) (-4 *3 (-1119)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-568)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3))
- (-5 *1 (-1226 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-227) (-227))) (-5 *4 (-1113 (-390)))
- (-5 *5 (-656 (-270))) (-5 *2 (-1287)) (-5 *1 (-262))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-227) (-227))) (-5 *4 (-1113 (-390)))
- (-5 *2 (-1287)) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-890 (-1 (-227) (-227)))) (-5 *4 (-1113 (-390)))
- (-5 *5 (-656 (-270))) (-5 *2 (-1287)) (-5 *1 (-262))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-890 (-1 (-227) (-227)))) (-5 *4 (-1113 (-390)))
- (-5 *2 (-1287)) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-892 (-1 (-227) (-227)))) (-5 *4 (-1113 (-390)))
- (-5 *5 (-656 (-270))) (-5 *2 (-1288)) (-5 *1 (-262))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-892 (-1 (-227) (-227)))) (-5 *4 (-1113 (-390)))
- (-5 *2 (-1288)) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-960 (-227)) (-227))) (-5 *4 (-1113 (-390)))
- (-5 *5 (-656 (-270))) (-5 *2 (-1288)) (-5 *1 (-262))))
+ (-656
+ (-2 (|:| |eigval| (-3 (-419 (-971 *4)) (-1186 (-1197) (-971 *4))))
+ (|:| |geneigvec| (-656 (-701 (-419 (-971 *4))))))))
+ (-5 *1 (-302 *4)) (-5 *3 (-701 (-419 (-971 *4)))))))
+(((*1 *2 *1) (-12 (-5 *2 (-656 (-1197))) (-5 *1 (-1201)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1197)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-714 *3 *5 *6 *7))
+ (-4 *3 (-626 (-548))) (-4 *5 (-1238)) (-4 *6 (-1238))
+ (-4 *7 (-1238))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-960 (-227)) (-227))) (-5 *4 (-1113 (-390)))
- (-5 *2 (-1288)) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1113 (-390)))
- (-5 *5 (-656 (-270))) (-5 *2 (-1288)) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-227) (-227) (-227))) (-5 *4 (-1113 (-390)))
- (-5 *2 (-1288)) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-960 (-227)) (-227) (-227))) (-5 *4 (-1113 (-390)))
- (-5 *5 (-656 (-270))) (-5 *2 (-1288)) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-960 (-227)) (-227) (-227))) (-5 *4 (-1113 (-390)))
- (-5 *2 (-1288)) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-895 (-1 (-227) (-227) (-227)))) (-5 *4 (-1113 (-390)))
- (-5 *5 (-656 (-270))) (-5 *2 (-1288)) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-895 (-1 (-227) (-227) (-227)))) (-5 *4 (-1113 (-390)))
- (-5 *2 (-1288)) (-5 *1 (-262))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-304 *7)) (-5 *4 (-1195)) (-5 *5 (-656 (-270)))
- (-4 *7 (-442 *6)) (-4 *6 (-13 (-568) (-862) (-1057 (-576))))
- (-5 *2 (-1287)) (-5 *1 (-263 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1111 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1287))
- (-5 *1 (-266 *3)) (-4 *3 (-13 (-626 (-548)) (-1119)))))
+ (-12 (-5 *4 (-1197)) (-5 *2 (-1 *6 *5)) (-5 *1 (-718 *3 *5 *6))
+ (-4 *3 (-626 (-548))) (-4 *5 (-1238)) (-4 *6 (-1238)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-940)) (-5 *4 (-430 *6)) (-4 *6 (-1264 *5))
+ (-4 *5 (-1070)) (-5 *2 (-656 *6)) (-5 *1 (-456 *5 *6)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1004 *2)) (-4 *2 (-1223)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-171 (-390))) (-5 *1 (-797 *3)) (-4 *3 (-626 (-390)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1111 (-390))) (-5 *2 (-1287)) (-5 *1 (-266 *3))
- (-4 *3 (-13 (-626 (-548)) (-1119)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-890 *6)) (-5 *4 (-1111 (-390))) (-5 *5 (-656 (-270)))
- (-4 *6 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1287))
- (-5 *1 (-266 *6))))
+ (-12 (-5 *4 (-940)) (-5 *2 (-171 (-390))) (-5 *1 (-797 *3))
+ (-4 *3 (-626 (-390)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-171 *4)) (-4 *4 (-174)) (-4 *4 (-626 (-390)))
+ (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-890 *5)) (-5 *4 (-1111 (-390)))
- (-4 *5 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1287))
- (-5 *1 (-266 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-892 *6)) (-5 *4 (-1111 (-390))) (-5 *5 (-656 (-270)))
- (-4 *6 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1288))
- (-5 *1 (-266 *6))))
+ (-12 (-5 *3 (-171 *5)) (-5 *4 (-940)) (-4 *5 (-174))
+ (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-971 (-171 *4))) (-4 *4 (-174)) (-4 *4 (-626 (-390)))
+ (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-892 *5)) (-5 *4 (-1111 (-390)))
- (-4 *5 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1288))
- (-5 *1 (-266 *5))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-1111 (-390))) (-5 *5 (-656 (-270))) (-5 *2 (-1288))
- (-5 *1 (-266 *3)) (-4 *3 (-13 (-626 (-548)) (-1119)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1111 (-390))) (-5 *2 (-1288)) (-5 *1 (-266 *3))
- (-4 *3 (-13 (-626 (-548)) (-1119)))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-895 *6)) (-5 *4 (-1111 (-390))) (-5 *5 (-656 (-270)))
- (-4 *6 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1288))
- (-5 *1 (-266 *6))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-895 *5)) (-5 *4 (-1111 (-390)))
- (-4 *5 (-13 (-626 (-548)) (-1119))) (-5 *2 (-1288))
- (-5 *1 (-266 *5))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 (-227))) (-5 *2 (-1287)) (-5 *1 (-267))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-656 (-227))) (-5 *4 (-656 (-270))) (-5 *2 (-1287))
- (-5 *1 (-267))))
+ (-12 (-5 *3 (-971 (-171 *5))) (-5 *4 (-940)) (-4 *5 (-174))
+ (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-656 (-960 (-227)))) (-5 *2 (-1287)) (-5 *1 (-267))))
+ (-12 (-5 *3 (-971 *4)) (-4 *4 (-1070)) (-4 *4 (-626 (-390)))
+ (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-960 (-227)))) (-5 *4 (-656 (-270)))
- (-5 *2 (-1287)) (-5 *1 (-267))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-656 (-227))) (-5 *2 (-1288)) (-5 *1 (-267))))
- ((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-656 (-227))) (-5 *4 (-656 (-270))) (-5 *2 (-1288))
- (-5 *1 (-267)))))
-(((*1 *2 *3 *2)
- (-12 (-4 *2 (-13 (-374) (-860))) (-5 *1 (-183 *2 *3))
- (-4 *3 (-1262 (-171 *2)))))
+ (-12 (-5 *3 (-971 *5)) (-5 *4 (-940)) (-4 *5 (-1070))
+ (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
((*1 *2 *3)
- (-12 (-4 *2 (-13 (-374) (-860))) (-5 *1 (-183 *2 *3))
- (-4 *3 (-1262 (-171 *2))))))
-(((*1 *1) (-5 *1 (-158))))
-(((*1 *2 *1) (-12 (-4 *1 (-568)) (-5 *2 (-112)))))
-(((*1 *1 *2) (-12 (-5 *1 (-229 *2)) (-4 *2 (-13 (-374) (-1221))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-138))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-157))))
- ((*1 *2 *1) (-12 (-5 *1 (-304 *2)) (-4 *2 (-1236))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-490))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-604))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-638))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1119))
- (-4 *2 (-13 (-442 *4) (-899 *3) (-626 (-905 *3))))
- (-5 *1 (-1095 *3 *4 *2))
- (-4 *4 (-13 (-1068) (-899 *3) (-626 (-905 *3))))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1119)) (-5 *1 (-1184 *2 *3)) (-4 *3 (-1119)))))
-(((*1 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-379)) (-4 *2 (-374))))
+ (-12 (-5 *3 (-419 (-971 *4))) (-4 *4 (-568)) (-4 *4 (-626 (-390)))
+ (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-940)) (-4 *5 (-568))
+ (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1286 *4)) (-5 *1 (-540 *4))
- (-4 *4 (-360)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-333 *3 *4)) (-4 *3 (-1119))
- (-4 *4 (-132))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1119)) (-5 *1 (-372 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-397 *3)) (-4 *3 (-1119))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1119)) (-5 *1 (-661 *3 *4 *5))
- (-4 *4 (-23)) (-14 *5 *4))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1195)) (-5 *5 (-656 (-419 (-969 *6))))
- (-5 *3 (-419 (-969 *6)))
- (-4 *6 (-13 (-568) (-1057 (-576)) (-148)))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-582 *6)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-624 (-48)))) (-5 *1 (-48))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-624 (-48))) (-5 *1 (-48))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1191 (-48))) (-5 *3 (-656 (-624 (-48)))) (-5 *1 (-48))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1191 (-48))) (-5 *3 (-624 (-48))) (-5 *1 (-48))))
- ((*1 *2 *1) (-12 (-4 *1 (-167 *2)) (-4 *2 (-174))))
+ (-12 (-5 *3 (-419 (-971 (-171 *4)))) (-4 *4 (-568))
+ (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-419 (-971 (-171 *5)))) (-5 *4 (-940)) (-4 *5 (-568))
+ (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
((*1 *2 *3)
- (-12 (-4 *2 (-13 (-374) (-860))) (-5 *1 (-183 *2 *3))
- (-4 *3 (-1262 (-171 *2)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-938)) (-4 *1 (-339 *3)) (-4 *3 (-374)) (-4 *3 (-379))))
- ((*1 *2 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-374))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-381 *2 *3)) (-4 *3 (-1262 *2)) (-4 *2 (-174))))
- ((*1 *2 *1)
- (-12 (-4 *4 (-1262 *2)) (-4 *2 (-1011 *3)) (-5 *1 (-425 *3 *2 *4 *5))
- (-4 *3 (-317)) (-4 *5 (-13 (-421 *2 *4) (-1057 *2)))))
- ((*1 *2 *1)
- (-12 (-4 *4 (-1262 *2)) (-4 *2 (-1011 *3))
- (-5 *1 (-426 *3 *2 *4 *5 *6)) (-4 *3 (-317)) (-4 *5 (-421 *2 *4))
- (-14 *6 (-1286 *5))))
+ (-12 (-5 *3 (-326 *4)) (-4 *4 (-568)) (-4 *4 (-862))
+ (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-938)) (-4 *5 (-1068))
- (-4 *2 (-13 (-416) (-1057 *5) (-374) (-1221) (-294)))
- (-5 *1 (-455 *5 *3 *2)) (-4 *3 (-1262 *5))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-624 (-507)))) (-5 *1 (-507))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-624 (-507))) (-5 *1 (-507))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1191 (-507))) (-5 *3 (-656 (-624 (-507))))
- (-5 *1 (-507))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1191 (-507))) (-5 *3 (-624 (-507))) (-5 *1 (-507))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1286 *4)) (-5 *3 (-938)) (-4 *4 (-360))
- (-5 *1 (-540 *4))))
+ (-12 (-5 *3 (-326 *5)) (-5 *4 (-940)) (-4 *5 (-568)) (-4 *5 (-862))
+ (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-464)) (-4 *5 (-736 *4 *2)) (-4 *2 (-1262 *4))
- (-5 *1 (-787 *4 *2 *5 *3)) (-4 *3 (-1262 *5))))
- ((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174))))
- ((*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-174))))
- ((*1 *1 *1) (-4 *1 (-1079))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-918 *2)) (-4 *2 (-1119))))
- ((*1 *1 *2) (-12 (-5 *1 (-918 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-862)) (-5 *1 (-1206 *3)))))
-(((*1 *2 *3 *1 *4 *4 *4 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-5 *2 (-656 (-1046 *5 *6 *7 *3))) (-5 *1 (-1046 *5 *6 *7 *3))
- (-4 *3 (-1084 *5 *6 *7))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-656 *6)) (-4 *1 (-1090 *3 *4 *5 *6)) (-4 *3 (-464))
- (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-1090 *3 *4 *5 *2)) (-4 *3 (-464)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *2 (-1084 *3 *4 *5))))
- ((*1 *2 *3 *1 *4 *4 *4 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-5 *2 (-656 (-1165 *5 *6 *7 *3))) (-5 *1 (-1165 *5 *6 *7 *3))
- (-4 *3 (-1084 *5 *6 *7)))))
-(((*1 *1 *2) (-12 (-4 *1 (-678 *2)) (-4 *2 (-1236))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-1195))) (-5 *1 (-1195)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-171 (-227))) (-5 *5 (-576)) (-5 *6 (-1177))
- (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-227)) (-5 *4 (-576))
- (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-64 -1956))))
- (-5 *2 (-1054)) (-5 *1 (-760)))))
-(((*1 *2 *1) (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-406)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1080 (-1043 *4) (-1191 (-1043 *4)))) (-5 *3 (-874))
- (-5 *1 (-1043 *4)) (-4 *4 (-13 (-860) (-374) (-1041))))))
+ (-12 (-5 *3 (-326 (-171 *4))) (-4 *4 (-568)) (-4 *4 (-862))
+ (-4 *4 (-626 (-390))) (-5 *2 (-171 (-390))) (-5 *1 (-797 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-326 (-171 *5))) (-5 *4 (-940)) (-4 *5 (-568))
+ (-4 *5 (-862)) (-4 *5 (-626 (-390))) (-5 *2 (-171 (-390)))
+ (-5 *1 (-797 *5)))))
+(((*1 *1 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4465)) (-4 *1 (-384 *2)) (-4 *2 (-1238))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-661 *2 *3 *4)) (-4 *2 (-1121)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-701 *3))
+ (-4 *3 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $)))))
+ (-4 *4 (-1264 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-701 *3))
+ (-4 *3 (-13 (-317) (-10 -8 (-15 -2068 ((-430 $) $)))))
+ (-4 *4 (-1264 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-783)) (-4 *4 (-1070))
+ (-5 *2 (-2 (|:| -4079 *1) (|:| -1380 *1))) (-4 *1 (-1264 *4)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-112))
+ (-4 *5 (-13 (-860) (-317) (-148) (-1043)))
+ (-5 *2 (-656 (-1067 *5 *6))) (-5 *1 (-1315 *5 *6 *7))
+ (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-656 (-971 *5))) (-5 *4 (-112))
+ (-4 *5 (-13 (-860) (-317) (-148) (-1043)))
+ (-5 *2 (-656 (-1067 *5 *6))) (-5 *1 (-1315 *5 *6 *7))
+ (-14 *6 (-656 (-1197))) (-14 *7 (-656 (-1197)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-656 (-971 *4)))
+ (-4 *4 (-13 (-860) (-317) (-148) (-1043)))
+ (-5 *2 (-656 (-1067 *4 *5))) (-5 *1 (-1315 *4 *5 *6))
+ (-14 *5 (-656 (-1197))) (-14 *6 (-656 (-1197))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-1070)) (-5 *2 (-112)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-876))) (-5 *1 (-1197)))))
+(((*1 *2 *3 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1056))
+ (-5 *1 (-763)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1197)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5))
- (-5 *2 (-2 (|:| -1952 (-656 *6)) (|:| -3254 (-656 *6)))))))
-(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4462)) (-4 *1 (-152 *2)) (-4 *2 (-1236))
- (-4 *2 (-1119)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-783)) (-5 *3 (-112)) (-5 *1 (-110))))
- ((*1 *2 *2) (-12 (-5 *2 (-938)) (|has| *1 (-6 -4453)) (-4 *1 (-416))))
- ((*1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-938)))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-944)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-656 *1)) (-4 *1 (-312))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-312)) (-5 *2 (-115))))
- ((*1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-624 *3)) (-4 *3 (-1119))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-115)) (-5 *3 (-656 *5)) (-5 *4 (-783)) (-4 *5 (-1119))
- (-5 *1 (-624 *5)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-864 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))))
-(((*1 *2 *2 *2 *3 *3 *4 *2 *5)
- (|partial| -12 (-5 *3 (-624 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1195))) (-5 *5 (-1191 *2))
- (-4 *2 (-13 (-442 *6) (-27) (-1221)))
- (-4 *6 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
- (-5 *1 (-572 *6 *2 *7)) (-4 *7 (-1119))))
- ((*1 *2 *2 *2 *3 *3 *4 *3 *2 *5)
- (|partial| -12 (-5 *3 (-624 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1195)))
- (-5 *5 (-419 (-1191 *2))) (-4 *2 (-13 (-442 *6) (-27) (-1221)))
- (-4 *6 (-13 (-464) (-1057 (-576)) (-148) (-651 (-576))))
- (-5 *1 (-572 *6 *2 *7)) (-4 *7 (-1119)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(((*1 *2 *1) (-12 (-5 *1 (-598 *2)) (-4 *2 (-374)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-576)) (|has| *1 (-6 -4453)) (-4 *1 (-416))
- (-5 *2 (-938)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1119)) (-4 *3 (-915 *5)) (-5 *2 (-701 *3))
- (-5 *1 (-704 *5 *3 *6 *4)) (-4 *6 (-384 *3))
- (-4 *4 (-13 (-384 *5) (-10 -7 (-6 -4462)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1119)) (-4 *5 (-1119))
- (-5 *2 (-1 *5)) (-5 *1 (-695 *4 *5)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1139)) (-5 *2 (-1291)) (-5 *1 (-843)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-568) (-1057 (-576)))) (-5 *1 (-190 *3 *2))
- (-4 *2 (-13 (-27) (-1221) (-442 (-171 *3))))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-568) (-1057 (-576))))
- (-5 *1 (-190 *4 *2)) (-4 *2 (-13 (-27) (-1221) (-442 (-171 *4))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-1225 *3 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1195))
- (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-1225 *4 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *4))))))
-(((*1 *2 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-874)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1262 *6))
- (-4 *6 (-13 (-27) (-442 *5))) (-4 *5 (-13 (-568) (-1057 (-576))))
- (-4 *8 (-1262 (-419 *7))) (-5 *2 (-598 *3))
- (-5 *1 (-564 *5 *6 *7 *8 *3)) (-4 *3 (-353 *6 *7 *8)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-360)) (-5 *2 (-430 (-1191 (-1191 *4))))
- (-5 *1 (-1234 *4)) (-5 *3 (-1191 (-1191 *4))))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *2 *1) (-12 (-5 *2 (-938)) (-5 *1 (-990)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1286 *1)) (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240))
- (-4 *4 (-1262 *3)) (-4 *5 (-1262 (-419 *4))))))
-(((*1 *2)
- (-12
- (-5 *2
- (-1286 (-656 (-2 (|:| -3103 (-927 *3)) (|:| -3222 (-1139))))))
- (-5 *1 (-362 *3 *4)) (-14 *3 (-938)) (-14 *4 (-938))))
- ((*1 *2)
- (-12 (-5 *2 (-1286 (-656 (-2 (|:| -3103 *3) (|:| -3222 (-1139))))))
- (-5 *1 (-363 *3 *4)) (-4 *3 (-360)) (-14 *4 (-3 (-1191 *3) *2))))
- ((*1 *2)
- (-12 (-5 *2 (-1286 (-656 (-2 (|:| -3103 *3) (|:| -3222 (-1139))))))
- (-5 *1 (-364 *3 *4)) (-4 *3 (-360)) (-14 *4 (-938)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-805)) (-4 *6 (-862)) (-4 *3 (-568))
- (-4 *7 (-966 *3 *5 *6))
- (-5 *2 (-2 (|:| -2125 (-783)) (|:| -1713 *8) (|:| |radicand| *8)))
- (-5 *1 (-970 *5 *6 *3 *7 *8)) (-5 *4 (-783))
- (-4 *8
- (-13 (-374)
- (-10 -8 (-15 -3567 ($ *7)) (-15 -1568 (*7 $)) (-15 -1579 (*7 $))))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-805)) (-4 *5 (-862)) (-4 *6 (-317)) (-5 *2 (-430 *3))
- (-5 *1 (-754 *4 *5 *6 *3)) (-4 *3 (-966 *6 *4 *5)))))
-(((*1 *2 *3 *4 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-768)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-171 *5)) (-5 *1 (-612 *4 *5 *3))
- (-4 *5 (-13 (-442 *4) (-1021) (-1221)))
- (-4 *3 (-13 (-442 (-171 *4)) (-1021) (-1221))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1170)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1054)) (-5 *1 (-315))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-1054))) (-5 *2 (-1054)) (-5 *1 (-315))))
- ((*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-663 *3)) (-4 *3 (-1236))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-663 *2)) (-4 *2 (-1236))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-663 *2)) (-4 *2 (-1236))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-663 *2)) (-4 *2 (-1236))))
- ((*1 *1 *1 *1) (-5 *1 (-1082)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1176 (-1176 *4))) (-5 *2 (-1176 *4)) (-5 *1 (-1173 *4))
- (-4 *4 (-1236))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1236)))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1237 *3)) (-4 *3 (-1119)))))
-(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-1274 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-576))) (-5 *4 (-576)) (-5 *2 (-52))
- (-5 *1 (-1024)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-225 *2 *3)) (-4 *2 (-13 (-1068) (-862)))
- (-14 *3 (-656 (-1195))))))
-(((*1 *2) (-12 (-5 *2 (-845 (-576))) (-5 *1 (-546))))
- ((*1 *1) (-12 (-5 *1 (-845 *2)) (-4 *2 (-1119)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-390) (-390))) (-5 *4 (-390))
- (-5 *2
- (-2 (|:| -3103 *4) (|:| -3311 *4) (|:| |totalpts| (-576))
- (|:| |success| (-112))))
- (-5 *1 (-801)) (-5 *5 (-576)))))
-(((*1 *2 *3 *3 *4 *5 *5)
- (-12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805)) (-4 *8 (-862))
- (-4 *3 (-1084 *6 *7 *8))
- (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *4))))
- (-5 *1 (-1091 *6 *7 *8 *3 *4)) (-4 *4 (-1090 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-656 (-2 (|:| |val| (-656 *8)) (|:| -3986 *9))))
- (-5 *5 (-112)) (-4 *8 (-1084 *6 *7 *4)) (-4 *9 (-1090 *6 *7 *4 *8))
- (-4 *6 (-464)) (-4 *7 (-805)) (-4 *4 (-862))
- (-5 *2 (-656 (-2 (|:| |val| *8) (|:| -3986 *9))))
- (-5 *1 (-1091 *6 *7 *4 *8 *9)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5
- (-1 (-2 (|:| |ans| *6) (|:| -4247 *6) (|:| |sol?| (-112))) (-576)
- *6))
- (-4 *6 (-374)) (-4 *7 (-1262 *6))
- (-5 *2 (-2 (|:| |answer| (-598 (-419 *7))) (|:| |a0| *6)))
- (-5 *1 (-586 *6 *7)) (-5 *3 (-419 *7)))))
-(((*1 *1 *2) (-12 (-5 *2 (-158)) (-5 *1 (-886)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *6)) (-5 *4 (-1195)) (-4 *6 (-442 *5))
- (-4 *5 (-1119)) (-5 *2 (-656 (-624 *6))) (-5 *1 (-585 *5 *6)))))
+ (-12 (-5 *2 (-962 *4)) (-5 *1 (-1185 *3 *4)) (-14 *3 (-940))
+ (-4 *4 (-1070)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-907 *3)) (-4 *3 (-1121)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *3))
+ (-5 *1 (-998 *4 *5 *6 *3)) (-4 *3 (-1086 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-416)) (-5 *2 (-576))))
+ ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-711)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1121 *3)) (-5 *1 (-922 *3)) (-4 *3 (-379))
- (-4 *3 (-1119)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-701 *5))) (-5 *4 (-1286 *5)) (-4 *5 (-317))
- (-4 *5 (-1068)) (-5 *2 (-701 *5)) (-5 *1 (-1048 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1119)) (-4 *5 (-1119))
- (-4 *6 (-1119)) (-5 *2 (-1 *6 *5)) (-5 *1 (-696 *4 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-960 *3)) (-4 *3 (-13 (-374) (-1221) (-1021)))
- (-5 *1 (-178 *3)))))
-(((*1 *2)
- (-12 (-4 *2 (-13 (-442 *3) (-1021))) (-5 *1 (-285 *3 *2))
- (-4 *3 (-568))))
- ((*1 *1)
- (-12 (-5 *1 (-350 *2 *3 *4)) (-14 *2 (-656 (-1195)))
- (-14 *3 (-656 (-1195))) (-4 *4 (-399))))
- ((*1 *1) (-5 *1 (-489))) ((*1 *1) (-4 *1 (-1221))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-171 *5)) (-4 *5 (-13 (-442 *4) (-1021) (-1221)))
- (-4 *4 (-568)) (-4 *2 (-13 (-442 (-171 *4)) (-1021) (-1221)))
- (-5 *1 (-612 *4 *5 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-969 *5)) (-4 *5 (-1068)) (-5 *2 (-493 *4 *5))
- (-5 *1 (-961 *4 *5)) (-14 *4 (-656 (-1195))))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-783)) (-5 *1 (-868 *2)) (-4 *2 (-174))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1191 (-576))) (-5 *1 (-959)) (-5 *3 (-576)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-1291))
- (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-966 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-701 (-326 (-227))))
- (-5 *2
- (-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390))))
- (-5 *1 (-207)))))
-(((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-1176 (-2 (|:| |k| (-576)) (|:| |c| *6))))
- (-5 *4 (-1045 (-855 (-576)))) (-5 *5 (-1195)) (-5 *7 (-419 (-576)))
- (-4 *6 (-1068)) (-5 *2 (-874)) (-5 *1 (-607 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7)) (-5 *2 (-656 *4))
- (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-374)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
- (-5 *1 (-516 *4 *5 *6 *3)) (-4 *3 (-966 *4 *5 *6)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-783)) (-4 *4 (-360)) (-5 *1 (-218 *4 *2))
- (-4 *2 (-1262 *4))))
- ((*1 *2 *2 *3 *2 *3)
- (-12 (-5 *3 (-576)) (-5 *1 (-708 *2)) (-4 *2 (-1262 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1286 (-1286 (-576)))) (-5 *3 (-938)) (-5 *1 (-478)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-656 (-2 (|:| -4237 (-419 (-576))) (|:| -4247 (-419 (-576))))))
- (-5 *2 (-656 (-419 (-576)))) (-5 *1 (-1039 *4))
- (-4 *4 (-1262 (-576))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-656 (-656 (-656 *4)))) (-5 *3 (-656 *4)) (-4 *4 (-862))
- (-5 *1 (-1206 *4)))))
-(((*1 *2)
- (-12 (-4 *1 (-360))
- (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
-(((*1 *1 *2) (-12 (-5 *2 (-185 (-255))) (-5 *1 (-254)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-995 *4 *5 *3 *6)) (-4 *4 (-1068)) (-4 *5 (-805))
- (-4 *3 (-862)) (-4 *6 (-1084 *4 *5 *3)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *6 (-938)) (-4 *5 (-317)) (-4 *3 (-1262 *5))
- (-5 *2 (-2 (|:| |plist| (-656 *3)) (|:| |modulo| *5)))
- (-5 *1 (-472 *5 *3)) (-5 *4 (-656 *3)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-1195)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1144 (-576) (-624 (-48)))) (-5 *1 (-48))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1011 *2)) (-4 *4 (-1262 *3)) (-4 *2 (-317))
- (-5 *1 (-425 *2 *3 *4 *5)) (-4 *5 (-13 (-421 *3 *4) (-1057 *3)))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-568)) (-4 *3 (-1119)) (-5 *2 (-1144 *3 (-624 *1)))
- (-4 *1 (-442 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1144 (-576) (-624 (-507)))) (-5 *1 (-507))))
- ((*1 *2 *1)
- (-12 (-4 *4 (-174)) (-4 *2 (|SubsetCategory| (-738) *4))
- (-5 *1 (-633 *3 *4 *2)) (-4 *3 (-38 *4))))
+ (-12 (-4 *1 (-167 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-112))))
((*1 *2 *1)
- (-12 (-4 *4 (-174)) (-4 *2 (|SubsetCategory| (-738) *4))
- (-5 *1 (-674 *3 *4 *2)) (-4 *3 (-729 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568)))))
-(((*1 *2 *1) (-12 (-5 *1 (-1045 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7)
- (-12 (-5 *3 (-576)) (-5 *5 (-112)) (-5 *6 (-701 (-227)))
- (-5 *7 (-3 (|:| |fn| (-400)) (|:| |fp| (-77 OBJFUN))))
- (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-765)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-576)) (-5 *1 (-708 *2)) (-4 *2 (-1262 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-573)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *2 (-464)))))
-(((*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1236))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-969 (-390))) (-5 *1 (-350 *3 *4 *5))
- (-4 *5 (-1057 (-390))) (-14 *3 (-656 (-1195)))
- (-14 *4 (-656 (-1195))) (-4 *5 (-399))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-419 (-969 (-390)))) (-5 *1 (-350 *3 *4 *5))
- (-4 *5 (-1057 (-390))) (-14 *3 (-656 (-1195)))
- (-14 *4 (-656 (-1195))) (-4 *5 (-399))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-326 (-390))) (-5 *1 (-350 *3 *4 *5))
- (-4 *5 (-1057 (-390))) (-14 *3 (-656 (-1195)))
- (-14 *4 (-656 (-1195))) (-4 *5 (-399))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-969 (-576))) (-5 *1 (-350 *3 *4 *5))
- (-4 *5 (-1057 (-576))) (-14 *3 (-656 (-1195)))
- (-14 *4 (-656 (-1195))) (-4 *5 (-399))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-419 (-969 (-576)))) (-5 *1 (-350 *3 *4 *5))
- (-4 *5 (-1057 (-576))) (-14 *3 (-656 (-1195)))
- (-14 *4 (-656 (-1195))) (-4 *5 (-399))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-326 (-576))) (-5 *1 (-350 *3 *4 *5))
- (-4 *5 (-1057 (-576))) (-14 *3 (-656 (-1195)))
- (-14 *4 (-656 (-1195))) (-4 *5 (-399))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1195)) (-5 *1 (-350 *3 *4 *5))
- (-14 *3 (-656 *2)) (-14 *4 (-656 *2)) (-4 *5 (-399))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-326 *5)) (-4 *5 (-399))
- (-5 *1 (-350 *3 *4 *5)) (-14 *3 (-656 (-1195)))
- (-14 *4 (-656 (-1195)))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-701 (-419 (-969 (-576))))) (-4 *1 (-395))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-701 (-419 (-969 (-390))))) (-4 *1 (-395))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-701 (-969 (-576)))) (-4 *1 (-395))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-701 (-969 (-390)))) (-4 *1 (-395))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-701 (-326 (-576)))) (-4 *1 (-395))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-701 (-326 (-390)))) (-4 *1 (-395))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-419 (-969 (-576)))) (-4 *1 (-408))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-419 (-969 (-390)))) (-4 *1 (-408))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-969 (-576))) (-4 *1 (-408))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-969 (-390))) (-4 *1 (-408))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-576))) (-4 *1 (-408))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-390))) (-4 *1 (-408))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1286 (-419 (-969 (-576))))) (-4 *1 (-453))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1286 (-419 (-969 (-390))))) (-4 *1 (-453))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1286 (-969 (-576)))) (-4 *1 (-453))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1286 (-969 (-390)))) (-4 *1 (-453))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1286 (-326 (-576)))) (-4 *1 (-453))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1286 (-326 (-390)))) (-4 *1 (-453))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-360)) (-4 *5 (-339 *4)) (-4 *6 (-1262 *5))
- (-5 *2 (-1191 (-1191 *4))) (-5 *1 (-789 *4 *5 *6 *3 *7))
- (-4 *3 (-1262 *6)) (-14 *7 (-938))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5))
- (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))
- (-4 *1 (-995 *3 *4 *5 *6))))
- ((*1 *2 *1) (|partial| -12 (-4 *1 (-1057 *2)) (-4 *2 (-1236))))
- ((*1 *1 *2)
- (|partial| -2755
- (-12 (-5 *2 (-969 *3))
- (-12 (-2658 (-4 *3 (-38 (-419 (-576)))))
- (-2658 (-4 *3 (-38 (-576)))) (-4 *5 (-626 (-1195))))
- (-4 *3 (-1068)) (-4 *1 (-1084 *3 *4 *5)) (-4 *4 (-805))
- (-4 *5 (-862)))
- (-12 (-5 *2 (-969 *3))
- (-12 (-2658 (-4 *3 (-557))) (-2658 (-4 *3 (-38 (-419 (-576)))))
- (-4 *3 (-38 (-576))) (-4 *5 (-626 (-1195))))
- (-4 *3 (-1068)) (-4 *1 (-1084 *3 *4 *5)) (-4 *4 (-805))
- (-4 *5 (-862)))
- (-12 (-5 *2 (-969 *3))
- (-12 (-2658 (-4 *3 (-1011 (-576)))) (-4 *3 (-38 (-419 (-576))))
- (-4 *5 (-626 (-1195))))
- (-4 *3 (-1068)) (-4 *1 (-1084 *3 *4 *5)) (-4 *4 (-805))
- (-4 *5 (-862)))))
- ((*1 *1 *2)
- (|partial| -2755
- (-12 (-5 *2 (-969 (-576))) (-4 *1 (-1084 *3 *4 *5))
- (-12 (-2658 (-4 *3 (-38 (-419 (-576))))) (-4 *3 (-38 (-576)))
- (-4 *5 (-626 (-1195))))
- (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)))
- (-12 (-5 *2 (-969 (-576))) (-4 *1 (-1084 *3 *4 *5))
- (-12 (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1195))))
- (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-969 (-419 (-576)))) (-4 *1 (-1084 *3 *4 *5))
- (-4 *3 (-38 (-419 (-576)))) (-4 *5 (-626 (-1195)))
- (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1119)) (-4 *4 (-1119))
- (-4 *6 (-1119)) (-5 *2 (-1 *6 *5)) (-5 *1 (-696 *5 *4 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1144 (-576) (-624 (-48)))) (-5 *1 (-48))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-430 *3)) (-4 *3 (-557)) (-4 *3 (-568))))
+ ((*1 *2 *1) (-12 (-4 *1 (-557)) (-5 *2 (-112))))
((*1 *2 *1)
- (-12 (-4 *3 (-317)) (-4 *4 (-1011 *3)) (-4 *5 (-1262 *4))
- (-5 *2 (-1286 *6)) (-5 *1 (-425 *3 *4 *5 *6))
- (-4 *6 (-13 (-421 *4 *5) (-1057 *4)))))
+ (-12 (-4 *1 (-809 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-112))))
((*1 *2 *1)
- (-12 (-4 *3 (-1068)) (-4 *3 (-1119)) (-5 *2 (-1144 *3 (-624 *1)))
- (-4 *1 (-442 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1144 (-576) (-624 (-507)))) (-5 *1 (-507))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-845 *3)) (-4 *3 (-557)) (-4 *3 (-1121))))
((*1 *2 *1)
- (-12 (-4 *3 (-174)) (-4 *2 (-38 *3)) (-5 *1 (-633 *2 *3 *4))
- (-4 *4 (|SubsetCategory| (-738) *3))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-855 *3)) (-4 *3 (-557)) (-4 *3 (-1121))))
((*1 *2 *1)
- (-12 (-4 *3 (-174)) (-4 *2 (-729 *3)) (-5 *1 (-674 *2 *3 *4))
- (-4 *4 (|SubsetCategory| (-738) *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1068)) (-5 *1 (-1179 *3)))))
-(((*1 *2 *3 *4 *4 *5 *4 *6 *4 *5)
- (-12 (-5 *3 (-1177)) (-5 *5 (-701 (-227))) (-5 *6 (-701 (-576)))
- (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-769)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-656 (-969 *3))) (-4 *3 (-464)) (-5 *1 (-371 *3 *4))
- (-14 *4 (-656 (-1195)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-966 *3 *4 *5)) (-4 *3 (-464))
- (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-462 *3 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-656 *7)) (-5 *3 (-1177)) (-4 *7 (-966 *4 *5 *6))
- (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-5 *1 (-462 *4 *5 *6 *7))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-656 *7)) (-5 *3 (-1177)) (-4 *7 (-966 *4 *5 *6))
- (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-5 *1 (-462 *4 *5 *6 *7))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-374)) (-4 *3 (-805)) (-4 *4 (-862))
- (-5 *1 (-516 *2 *3 *4 *5)) (-4 *5 (-966 *2 *3 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-656 (-792 *3 (-876 *4)))) (-4 *3 (-464))
- (-14 *4 (-656 (-1195))) (-5 *1 (-640 *3 *4)))))
-(((*1 *2 *3 *4 *3 *5 *5 *3 *5 *4)
- (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *3 (-576))
- (-5 *2 (-1054)) (-5 *1 (-768)))))
-(((*1 *2 *1) (-12 (-5 *2 (-975 (-185 (-140)))) (-5 *1 (-343))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 (-1235))) (-5 *1 (-618)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-1 (-656 *2) *2 *2 *2)) (-4 *2 (-1119))
- (-5 *1 (-103 *2))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1119)) (-5 *1 (-103 *2)))))
-(((*1 *2 *3) (-12 (-5 *3 (-227)) (-5 *2 (-711)) (-5 *1 (-315)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-938)) (-4 *1 (-756 *3)) (-4 *3 (-174)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1090 *4 *5 *6 *3)) (-4 *4 (-464)) (-4 *5 (-805))
- (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-944)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1277 *4))
- (-4 *4 (-38 (-419 (-576)))) (-5 *2 (-1 (-1176 *4) (-1176 *4)))
- (-5 *1 (-1279 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 (-2 (|:| |deg| (-783)) (|:| -1714 *5))))
- (-4 *5 (-1262 *4)) (-4 *4 (-360)) (-5 *2 (-656 *5))
- (-5 *1 (-218 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-2 (|:| -1827 *5) (|:| -1967 (-576)))))
- (-5 *4 (-576)) (-4 *5 (-1262 *4)) (-5 *2 (-656 *5))
- (-5 *1 (-708 *5)))))
-(((*1 *2)
- (-12 (-4 *4 (-174)) (-5 *2 (-112)) (-5 *1 (-377 *3 *4))
- (-4 *3 (-378 *4))))
- ((*1 *2) (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-121 *3)) (-4 *3 (-1262 (-576))))))
-(((*1 *2) (-12 (-5 *2 (-1291)) (-5 *1 (-815)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1236)) (-4 *3 (-384 *2))
- (-4 *4 (-384 *2))))
- ((*1 *1 *1 *2)
- (-12 (|has| *1 (-6 -4463)) (-4 *1 (-616 *3 *2)) (-4 *3 (-1119))
- (-4 *2 (-1236)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))))
-(((*1 *1 *1) (-5 *1 (-1082))))
-(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1 *8 *8))
- (-5 *5
- (-1 (-2 (|:| |ans| *7) (|:| -4247 *7) (|:| |sol?| (-112)))
- (-576) *7))
- (-5 *6 (-656 (-419 *8))) (-4 *7 (-374)) (-4 *8 (-1262 *7))
- (-5 *3 (-419 *8))
- (-5 *2
- (-2
- (|:| |answer|
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-656 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (|:| |a0| *7)))
- (-5 *1 (-586 *7 *8)))))
+ (-12 (-4 *1 (-1018 *3)) (-4 *3 (-174)) (-4 *3 (-557)) (-5 *2 (-112))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1029 *3)) (-4 *3 (-1059 (-419 (-576)))))))
(((*1 *2 *2)
(-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-518)) (-5 *2 (-703 (-109))) (-5 *1 (-177))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-518)) (-5 *2 (-703 (-109))) (-5 *1 (-1104)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-783)) (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-656 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1269 *3 *2)) (-4 *3 (-1068)) (-4 *2 (-1246 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-656 (-2 (|:| -1827 (-1191 *6)) (|:| -2125 (-576)))))
- (-4 *6 (-317)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112))
- (-5 *1 (-754 *4 *5 *6 *7)) (-4 *7 (-966 *6 *4 *5))))
- ((*1 *1 *1) (-12 (-4 *1 (-1153 *2)) (-4 *2 (-1068)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1191 (-419 (-969 *3)))) (-5 *1 (-465 *3 *4 *5 *6))
- (-4 *3 (-568)) (-4 *3 (-174)) (-14 *4 (-938))
- (-14 *5 (-656 (-1195))) (-14 *6 (-1286 (-701 *3))))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1119)) (-5 *2 (-112)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-112)) (-5 *5 (-701 (-227)))
- (-5 *2 (-1054)) (-5 *1 (-767)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1068)) (-4 *4 (-1119)) (-5 *2 (-656 *1))
- (-4 *1 (-393 *3 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-656 (-747 *3 *4))) (-5 *1 (-747 *3 *4)) (-4 *3 (-1068))
- (-4 *4 (-738))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1))
- (-4 *1 (-966 *3 *4 *5)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1177)) (-5 *4 (-576)) (-5 *5 (-701 (-227)))
- (-5 *2 (-1054)) (-5 *1 (-766)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-568))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2491 *4)))
- (-5 *1 (-988 *4 *3)) (-4 *3 (-1262 *4)))))
-(((*1 *2 *2 *2)
- (-12
- (-5 *2
- (-2 (|:| -4156 (-701 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-701 *3))))
- (-4 *3 (-13 (-317) (-10 -8 (-15 -3422 ((-430 $) $)))))
- (-4 *4 (-1262 *3)) (-5 *1 (-511 *3 *4 *5)) (-4 *5 (-421 *3 *4)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-112)) (-4 *6 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-4 *3 (-13 (-27) (-1221) (-442 *6) (-10 -8 (-15 -3567 ($ *7)))))
- (-4 *7 (-860))
- (-4 *8
- (-13 (-1264 *3 *7) (-374) (-1221)
- (-10 -8 (-15 -2770 ($ $)) (-15 -2092 ($ $)))))
- (-5 *2
- (-3 (|:| |%series| *8)
- (|:| |%problem| (-2 (|:| |func| (-1177)) (|:| |prob| (-1177))))))
- (-5 *1 (-434 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1177)) (-4 *9 (-1002 *8))
- (-14 *10 (-1195)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1191 *9)) (-5 *4 (-656 *7)) (-5 *5 (-656 *8))
- (-4 *7 (-862)) (-4 *8 (-1068)) (-4 *9 (-966 *8 *6 *7))
- (-4 *6 (-805)) (-5 *2 (-1191 *8)) (-5 *1 (-331 *6 *7 *8 *9)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1176 (-1176 *4))) (-5 *2 (-1176 *4)) (-5 *1 (-1179 *4))
- (-4 *4 (-1068)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-759)))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-656
- (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3)
- (|:| |xpnt| (-576)))))
- (-5 *1 (-430 *3)) (-4 *3 (-568))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *4 (-783)) (-4 *3 (-360)) (-4 *5 (-1262 *3))
- (-5 *2 (-656 (-1191 *3))) (-5 *1 (-510 *3 *5 *6))
- (-4 *6 (-1262 *5)))))
-(((*1 *2)
- (-12 (-4 *3 (-568)) (-5 *2 (-656 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-429 *3)))))
+ (-4 *2 (-13 (-442 *3) (-1023))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6))
- (-5 *2 (-656 (-2 (|:| -1952 *1) (|:| -3254 (-656 *7)))))
- (-5 *3 (-656 *7)) (-4 *1 (-1229 *4 *5 *6 *7)))))
+ (-12 (-4 *4 (-360)) (-5 *2 (-112)) (-5 *1 (-218 *4 *3))
+ (-4 *3 (-1264 *4)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-940)) (-5 *1 (-1053 *2))
+ (-4 *2 (-13 (-1121) (-10 -8 (-15 * ($ $ $))))))))
+(((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-145)))))
+(((*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3)
+ (-12 (-5 *4 (-701 (-227))) (-5 *5 (-701 (-576))) (-5 *3 (-576))
+ (-5 *2 (-1056)) (-5 *1 (-768)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-568)) (-5 *2 (-975 *3)) (-5 *1 (-1182 *4 *3))
- (-4 *3 (-1262 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 *1)) (-4 *1 (-312))))
- ((*1 *1 *1) (-4 *1 (-312)))
- ((*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874))))
- ((*1 *1 *1) (-5 *1 (-874))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-656 *1))
- (-4 *1 (-1084 *3 *4 *5)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-148))
- (-4 *3 (-317)) (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *1 (-996 *3 *4 *5 *6)))))
-(((*1 *1 *1 *1) (-4 *1 (-986))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-492)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-353 *4 *3 *5)) (-4 *4 (-1240)) (-4 *3 (-1262 *4))
- (-4 *5 (-1262 (-419 *3))) (-5 *2 (-112))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-5 *2 (-112)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-656 (-1195))) (-5 *3 (-52)) (-5 *1 (-905 *4))
- (-4 *4 (-1119)))))
-(((*1 *1 *1) (-4 *1 (-641)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-642 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021) (-1221))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-446)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
- (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
- (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
- (|:| |abserr| (-227)) (|:| |relerr| (-227))))
- (-5 *2
- (-2 (|:| |stiffnessFactor| (-390)) (|:| |stabilityFactor| (-390))))
- (-5 *1 (-207)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-834)))))
-(((*1 *2)
- (-12 (-4 *4 (-374)) (-5 *2 (-938)) (-5 *1 (-338 *3 *4))
- (-4 *3 (-339 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-374)) (-5 *2 (-845 (-938))) (-5 *1 (-338 *3 *4))
- (-4 *3 (-339 *4))))
- ((*1 *2) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-938))))
- ((*1 *2)
- (-12 (-4 *1 (-1305 *3)) (-4 *3 (-374)) (-5 *2 (-845 (-938))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-656 (-304 *3))) (-5 *1 (-304 *3)) (-4 *3 (-568))
- (-4 *3 (-1236)))))
-(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-454 *3)) (-4 *3 (-1262 (-576))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-326 (-227))) (-5 *2 (-326 (-419 (-576))))
- (-5 *1 (-315)))))
+ (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1070)) (-4 *3 (-384 *2))
+ (-4 *4 (-384 *2)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1177)) (-5 *2 (-390)) (-5 *1 (-798)))))
-(((*1 *1 *1) (-12 (-4 *1 (-442 *2)) (-4 *2 (-1119)) (-4 *2 (-568))))
- ((*1 *1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-568)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-656 *7)) (|:| -3986 *8)))
- (-4 *7 (-1084 *4 *5 *6)) (-4 *8 (-1090 *4 *5 *6 *7)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
- (-5 *1 (-1007 *4 *5 *6 *7 *8))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-656 *7)) (|:| -3986 *8)))
- (-4 *7 (-1084 *4 *5 *6)) (-4 *8 (-1090 *4 *5 *6 *7)) (-4 *4 (-464))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))
- (-5 *1 (-1126 *4 *5 *6 *7 *8)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-518)) (-5 *2 (-703 (-786))) (-5 *1 (-115))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-1177)) (-5 *2 (-786)) (-5 *1 (-115))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-518)) (-5 *3 (-1123)) (-5 *1 (-982)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-3 (|:| |fst| (-446)) (|:| -2914 "void")))
- (-5 *1 (-449)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-374))
- (-5 *2
- (-2 (|:| A (-701 *5))
- (|:| |eqs|
- (-656
- (-2 (|:| C (-701 *5)) (|:| |g| (-1286 *5)) (|:| -4024 *6)
- (|:| |rh| *5))))))
- (-5 *1 (-825 *5 *6)) (-5 *3 (-701 *5)) (-5 *4 (-1286 *5))
- (-4 *6 (-668 *5))))
+ (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-805)) (-4 *6 (-862))
+ (-4 *7 (-968 *4 *5 *6)) (-5 *2 (-656 (-656 *7)))
+ (-5 *1 (-460 *4 *5 *6 *7)) (-5 *3 (-656 *7))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-374)) (-4 *6 (-668 *5))
- (-5 *2 (-2 (|:| -1953 (-701 *6)) (|:| |vec| (-1286 *5))))
- (-5 *1 (-825 *5 *6)) (-5 *3 (-701 *6)) (-5 *4 (-1286 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1195)) (-5 *4 (-969 (-576))) (-5 *2 (-340))
- (-5 *1 (-342)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1207 (-656 *4))) (-4 *4 (-862))
- (-5 *2 (-656 (-656 *4))) (-5 *1 (-1206 *4)))))
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-317) (-148))) (-4 *6 (-805))
+ (-4 *7 (-862)) (-4 *8 (-968 *5 *6 *7)) (-5 *2 (-656 (-656 *8)))
+ (-5 *1 (-460 *5 *6 *7 *8)) (-5 *3 (-656 *8)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-783))
- (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-966 *4 *5 *6)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-938)) (-4 *4 (-379)) (-4 *4 (-374)) (-5 *2 (-1191 *1))
- (-4 *1 (-339 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-339 *3)) (-4 *3 (-374)) (-5 *2 (-1191 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-381 *3 *2)) (-4 *3 (-174)) (-4 *3 (-374))
- (-4 *2 (-1262 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1286 *4)) (-4 *4 (-360)) (-5 *2 (-1191 *4))
- (-5 *1 (-540 *4)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-684 *3)) (-4 *3 (-862)) (-4 *1 (-385 *3 *4))
- (-4 *4 (-174)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-576)) (|has| *1 (-6 -4463)) (-4 *1 (-384 *3))
- (-4 *3 (-1236)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-374) (-10 -8 (-15 ** ($ $ (-419 (-576)))))))
- (-5 *1 (-1147 *3 *2)) (-4 *3 (-1262 *2)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1236)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-5 *2 (-576))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068))
- (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-576)))))
-(((*1 *2 *3) (-12 (-5 *3 (-938)) (-5 *2 (-921 (-576))) (-5 *1 (-934))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-576))) (-5 *2 (-921 (-576))) (-5 *1 (-934)))))
-(((*1 *1 *1) (-12 (-5 *1 (-931 *2)) (-4 *2 (-317)))))
-(((*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1177)) (-5 *1 (-315)))))
-(((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174)))))
-(((*1 *2 *1) (-12 (-4 *1 (-416)) (-5 *2 (-576))))
- ((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-711)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-576)) (-5 *2 (-1291)) (-5 *1 (-921 *4))
- (-4 *4 (-1119))))
- ((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-921 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-374)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3))
- (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1119)) (-5 *1 (-224 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-1236)) (-4 *1 (-261 *3))))
- ((*1 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1236)))))
-(((*1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-943)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-378 *3)) (-4 *3 (-174)) (-4 *3 (-568))
- (-5 *2 (-1191 *3)))))
+ (-12 (-4 *4 (-38 (-419 (-576))))
+ (-5 *2 (-2 (|:| -3412 (-1178 *4)) (|:| -3424 (-1178 *4))))
+ (-5 *1 (-1183 *4)) (-5 *3 (-1178 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-576)) (-4 *5 (-360)) (-5 *2 (-430 (-1191 (-1191 *5))))
- (-5 *1 (-1234 *5)) (-5 *3 (-1191 (-1191 *5))))))
-(((*1 *2 *3 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *2 (-1054))
- (-5 *1 (-768)))))
-(((*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 (-701 (-227))) (-5 *6 (-112)) (-5 *7 (-701 (-576)))
- (-5 *8 (-3 (|:| |fn| (-400)) (|:| |fp| (-65 QPHESS))))
- (-5 *3 (-576)) (-5 *4 (-227)) (-5 *2 (-1054)) (-5 *1 (-765)))))
-(((*1 *1) (-5 *1 (-815))))
+ (|partial| -12 (-5 *4 (-419 *2)) (-4 *2 (-1264 *5))
+ (-5 *1 (-819 *5 *2 *3 *6))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-419 (-576)))))
+ (-4 *3 (-668 *2)) (-4 *6 (-668 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-656 (-419 *2))) (-4 *2 (-1264 *5))
+ (-5 *1 (-819 *5 *2 *3 *6))
+ (-4 *5 (-13 (-374) (-148) (-1059 (-419 (-576))))) (-4 *3 (-668 *2))
+ (-4 *6 (-668 (-419 *2))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-227)) (-5 *4 (-576)) (-5 *2 (-1054)) (-5 *1 (-770)))))
-(((*1 *2 *3)
- (-12 (|has| *6 (-6 -4463)) (-4 *4 (-374)) (-4 *5 (-384 *4))
- (-4 *6 (-384 *4)) (-5 *2 (-656 *6)) (-5 *1 (-533 *4 *5 *6 *3))
- (-4 *3 (-699 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (|has| *9 (-6 -4463)) (-4 *4 (-568)) (-4 *5 (-384 *4))
- (-4 *6 (-384 *4)) (-4 *7 (-1011 *4)) (-4 *8 (-384 *7))
- (-4 *9 (-384 *7)) (-5 *2 (-656 *6))
- (-5 *1 (-534 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-699 *4 *5 *6))
- (-4 *10 (-699 *7 *8 *9))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-4 *3 (-568)) (-5 *2 (-656 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *4 (-174)) (-4 *5 (-384 *4))
- (-4 *6 (-384 *4)) (-5 *2 (-656 *6)) (-5 *1 (-700 *4 *5 *6 *3))
- (-4 *3 (-699 *4 *5 *6))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068))
- (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-4 *5 (-568))
- (-5 *2 (-656 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5)) (-4 *5 (-1119)) (-5 *2 (-1 *5 *4))
- (-5 *1 (-695 *4 *5)) (-4 *4 (-1119))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-1119)) (-5 *1 (-946 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1195)) (-5 *2 (-326 (-576))) (-5 *1 (-947))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1303 *3 *2)) (-4 *3 (-862)) (-4 *2 (-1068))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1068)) (-5 *1 (-1309 *2 *3)) (-4 *3 (-858)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195))))
- (-4 *6 (-805)) (-5 *2 (-419 (-969 *4))) (-5 *1 (-941 *4 *5 *6 *3))
- (-4 *3 (-966 *4 *6 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-701 *7)) (-4 *7 (-966 *4 *6 *5))
- (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195))))
- (-4 *6 (-805)) (-5 *2 (-701 (-419 (-969 *4))))
- (-5 *1 (-941 *4 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 *7)) (-4 *7 (-966 *4 *6 *5))
- (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195))))
- (-4 *6 (-805)) (-5 *2 (-656 (-419 (-969 *4))))
- (-5 *1 (-941 *4 *5 *6 *7)))))
-(((*1 *2 *2) (-12 (-5 *2 (-938)) (-5 *1 (-368 *3)) (-4 *3 (-360)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1269 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1246 *3))
- (-5 *2 (-419 (-576))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-464))
- (-4 *3 (-568)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *1 (-996 *3 *4 *5 *6))))
+ (-12 (-5 *4 (-940)) (-5 *2 (-1193 *3)) (-5 *1 (-1212 *3))
+ (-4 *3 (-374)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-207))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-656 *7)) (-5 *3 (-112)) (-4 *7 (-1084 *4 *5 *6))
- (-4 *4 (-464)) (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862))
- (-5 *1 (-996 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-960 *3) (-960 *3))) (-5 *1 (-178 *3))
- (-4 *3 (-13 (-374) (-1221) (-1021))))))
+ (-12 (-5 *3 (-656 (-390))) (-5 *2 (-390)) (-5 *1 (-207)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-374)) (-5 *1 (-778 *2 *3)) (-4 *2 (-720 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-866 *2)) (-4 *2 (-1070)) (-4 *2 (-374)))))
(((*1 *2)
- (-12 (-5 *2 (-1291)) (-5 *1 (-1213 *3 *4)) (-4 *3 (-1119))
- (-4 *4 (-1119)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-393 *3 *4)) (-4 *3 (-1068)) (-4 *4 (-1119))
- (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))))
+ (|partial| -12 (-4 *4 (-1242)) (-4 *5 (-1264 (-419 *2)))
+ (-4 *2 (-1264 *4)) (-5 *1 (-352 *3 *4 *2 *5))
+ (-4 *3 (-353 *4 *2 *5))))
+ ((*1 *2)
+ (|partial| -12 (-4 *1 (-353 *3 *2 *4)) (-4 *3 (-1242))
+ (-4 *4 (-1264 (-419 *2))) (-4 *2 (-1264 *3)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-304 *2)) (-4 *2 (-738)) (-4 *2 (-1238)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-430 *2)) (-4 *2 (-317)) (-5 *1 (-933 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-419 (-971 *5))) (-5 *4 (-1197))
+ (-4 *5 (-13 (-317) (-148))) (-5 *2 (-52)) (-5 *1 (-934 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-430 (-971 *6))) (-5 *5 (-1197)) (-5 *3 (-971 *6))
+ (-4 *6 (-13 (-317) (-148))) (-5 *2 (-52)) (-5 *1 (-934 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-656 *1)) (-4 *1 (-1084 *4 *5 *6)) (-4 *4 (-1068))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-112))))
+ (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-804)) (-4 *2 (-1070))))
((*1 *2 *1 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1229 *3 *4 *5 *6)) (-4 *3 (-568)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1229 *4 *5 *6 *3)) (-4 *4 (-568)) (-4 *5 (-805))
- (-4 *6 (-862)) (-4 *3 (-1084 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1 (-112) *9)) (-5 *5 (-1 (-112) *9 *9))
- (-4 *9 (-1084 *6 *7 *8)) (-4 *6 (-568)) (-4 *7 (-805))
- (-4 *8 (-862)) (-5 *2 (-2 (|:| |bas| *1) (|:| -1417 (-656 *9))))
- (-5 *3 (-656 *9)) (-4 *1 (-1229 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1 (-112) *8 *8)) (-4 *8 (-1084 *5 *6 *7))
- (-4 *5 (-568)) (-4 *6 (-805)) (-4 *7 (-862))
- (-5 *2 (-2 (|:| |bas| *1) (|:| -1417 (-656 *8))))
- (-5 *3 (-656 *8)) (-4 *1 (-1229 *5 *6 *7 *8)))))
-(((*1 *2 *1) (-12 (-4 *1 (-809 *2)) (-4 *2 (-174))))
- ((*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-174)))))
-(((*1 *1 *1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-1084 *3 *4 *5)) (-4 *3 (-1068))
- (-4 *4 (-805)) (-4 *5 (-862)) (-4 *3 (-568)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1259 *5 *4)) (-4 *4 (-832)) (-14 *5 (-1195))
- (-5 *2 (-576)) (-5 *1 (-1133 *4 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-326 (-227))) (-5 *1 (-276)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1231 *3)) (-4 *3 (-993)))))
-(((*1 *1 *1 *1) (-5 *1 (-874))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(((*1 *1)
- (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-576)) (-14 *3 (-783))
- (-4 *4 (-174)))))
-(((*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3)
- (-12 (-5 *6 (-656 (-112))) (-5 *7 (-701 (-227)))
- (-5 *8 (-701 (-576))) (-5 *3 (-576)) (-5 *4 (-227)) (-5 *5 (-112))
- (-5 *2 (-1054)) (-5 *1 (-766)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227)))
- (-5 *5 (-3 (|:| |fn| (-400)) (|:| |fp| (-66 FUNCT1))))
- (-5 *2 (-1054)) (-5 *1 (-765)))))
-(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4462)) (-4 *1 (-501 *3)) (-4 *3 (-1236))
- (-4 *3 (-1119)) (-5 *2 (-783))))
+ (-12 (-4 *2 (-1070)) (-5 *1 (-50 *2 *3)) (-14 *3 (-656 (-1197)))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-656 (-940))) (-4 *2 (-374)) (-5 *1 (-153 *4 *2 *5))
+ (-14 *4 (-940)) (-14 *5 (-1014 *4 *2))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-326 *3)) (-5 *1 (-225 *3 *4))
+ (-4 *3 (-13 (-1070) (-862))) (-14 *4 (-656 (-1197)))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4462)) (-4 *1 (-501 *4))
- (-4 *4 (-1236)) (-5 *2 (-783)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1195))
- (-5 *2 (-3 (|:| |fst| (-446)) (|:| -2914 "void"))) (-5 *1 (-1198)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *2 (-568)) (-4 *2 (-464)) (-5 *1 (-988 *2 *3))
- (-4 *3 (-1262 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-701 (-171 (-419 (-576))))) (-5 *2 (-656 (-171 *4)))
- (-5 *1 (-776 *4)) (-4 *4 (-13 (-374) (-860))))))
-(((*1 *2 *1)
- (|partial| -12
- (-5 *2 (-2 (|:| -1755 (-115)) (|:| |arg| (-656 (-905 *3)))))
- (-5 *1 (-905 *3)) (-4 *3 (-1119))))
+ (-12 (-4 *1 (-333 *3 *2)) (-4 *3 (-1121)) (-4 *2 (-132))))
((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-115)) (-5 *2 (-656 (-905 *4)))
- (-5 *1 (-905 *4)) (-4 *4 (-1119)))))
-(((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
- (|partial| -12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805))
- (-4 *8 (-862)) (-4 *9 (-1084 *6 *7 *8))
- (-5 *2
- (-2 (|:| -4024 (-656 *9)) (|:| -3986 *4) (|:| |ineq| (-656 *9))))
- (-5 *1 (-1007 *6 *7 *8 *9 *4)) (-5 *3 (-656 *9))
- (-4 *4 (-1090 *6 *7 *8 *9))))
- ((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
- (|partial| -12 (-5 *5 (-112)) (-4 *6 (-464)) (-4 *7 (-805))
- (-4 *8 (-862)) (-4 *9 (-1084 *6 *7 *8))
- (-5 *2
- (-2 (|:| -4024 (-656 *9)) (|:| -3986 *4) (|:| |ineq| (-656 *9))))
- (-5 *1 (-1126 *6 *7 *8 *9 *4)) (-5 *3 (-656 *9))
- (-4 *4 (-1090 *6 *7 *8 *9)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-656 (-493 *5 *6))) (-5 *4 (-876 *5))
- (-14 *5 (-656 (-1195))) (-5 *2 (-493 *5 *6)) (-5 *1 (-643 *5 *6))
- (-4 *6 (-464))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 (-493 *5 *6))) (-5 *4 (-876 *5))
- (-14 *5 (-656 (-1195))) (-5 *2 (-493 *5 *6)) (-5 *1 (-643 *5 *6))
- (-4 *6 (-464)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-541))))
- ((*1 *1 *2) (-12 (-5 *2 (-400)) (-5 *1 (-541)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-13 (-860) (-374))) (-5 *1 (-1080 *2 *3))
- (-4 *3 (-1262 *2)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-701 *3)) (-4 *3 (-1068)) (-5 *1 (-702 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1119)) (-5 *2 (-1139)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-419 (-576))) (-4 *4 (-1057 (-576))) (-4 *4 (-568))
- (-5 *1 (-32 *4 *2)) (-4 *2 (-442 *4))))
- ((*1 *1 *1 *1) (-5 *1 (-135)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-159 *3 *2)) (-4 *2 (-442 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-227)))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-248)) (-5 *2 (-576))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-419 (-576))) (-4 *4 (-374)) (-4 *4 (-38 *3))
- (-4 *5 (-1277 *4)) (-5 *1 (-287 *4 *5 *2)) (-4 *2 (-1248 *4 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-419 (-576))) (-4 *4 (-374)) (-4 *4 (-38 *3))
- (-4 *5 (-1246 *4)) (-5 *1 (-288 *4 *5 *2 *6)) (-4 *2 (-1269 *4 *5))
- (-4 *6 (-1002 *5))))
- ((*1 *1 *1 *1) (-4 *1 (-294)))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-576)) (-5 *1 (-372 *2)) (-4 *2 (-1119))))
- ((*1 *1 *1 *1) (-5 *1 (-390)))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-783)) (-4 *1 (-397 *2)) (-4 *2 (-1119))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-442 *3)) (-4 *3 (-1119))
- (-4 *3 (-1131))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-485)) (-5 *2 (-576))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *3 (-374)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1286 *4)) (-5 *3 (-576)) (-4 *4 (-360))
- (-5 *1 (-540 *4))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-548))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-548))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-783)) (-4 *4 (-1119))
- (-5 *1 (-694 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-576)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068))
- (-4 *4 (-384 *3)) (-4 *5 (-384 *3)) (-4 *3 (-374))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-783)) (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068))
- (-4 *4 (-384 *3)) (-4 *5 (-384 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-701 *4)) (-5 *3 (-783)) (-4 *4 (-1068))
- (-5 *1 (-702 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-576)) (-4 *3 (-1068)) (-5 *1 (-726 *3 *4))
- (-4 *4 (-660 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-576)) (-4 *4 (-1068))
- (-5 *1 (-726 *4 *5)) (-4 *5 (-660 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-732)) (-5 *2 (-938))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-734)) (-5 *2 (-783))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-738)) (-5 *2 (-783))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-848 *3)) (-4 *3 (-1068))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-576)) (-5 *1 (-848 *4)) (-4 *4 (-1068))))
- ((*1 *1 *1 *1) (-5 *1 (-874)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1119))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-905 *3)) (-4 *3 (-1119))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1021)) (-5 *2 (-419 (-576)))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1131)) (-5 *2 (-938))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-576)) (-4 *1 (-1142 *3 *4 *5 *6)) (-4 *4 (-1068))
- (-4 *5 (-243 *3 *4)) (-4 *6 (-243 *3 *4)) (-4 *4 (-374))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1180 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1176 *3)) (-4 *3 (-38 (-419 (-576))))
- (-5 *1 (-1181 *3))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1277 *2)) (-4 *2 (-1068)) (-4 *2 (-374)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1117 *3)) (-4 *3 (-1119)) (-5 *2 (-112)))))
+ (-12 (-4 *1 (-393 *2 *3)) (-4 *3 (-1121)) (-4 *2 (-1070))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-576)) (-4 *2 (-568)) (-5 *1 (-635 *2 *4))
+ (-4 *4 (-1264 *2))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *1 (-720 *2)) (-4 *2 (-1070))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *2 (-1070)) (-5 *1 (-747 *2 *3)) (-4 *3 (-738))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 *5)) (-5 *3 (-656 (-783))) (-4 *1 (-752 *4 *5))
+ (-4 *4 (-1070)) (-4 *5 (-862))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-783)) (-4 *1 (-752 *4 *2)) (-4 *4 (-1070))
+ (-4 *2 (-862))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-783)) (-4 *1 (-866 *2)) (-4 *2 (-1070))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-656 *6)) (-5 *3 (-656 (-783))) (-4 *1 (-968 *4 *5 *6))
+ (-4 *4 (-1070)) (-4 *5 (-805)) (-4 *6 (-862))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-783)) (-4 *1 (-968 *4 *5 *2)) (-4 *4 (-1070))
+ (-4 *5 (-805)) (-4 *2 (-862))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-783)) (-4 *2 (-968 *4 (-543 *5) *5))
+ (-5 *1 (-1147 *4 *5 *2)) (-4 *4 (-1070)) (-4 *5 (-862))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-783)) (-5 *2 (-971 *4)) (-5 *1 (-1232 *4))
+ (-4 *4 (-1070)))))
+(((*1 *1) (-12 (-4 *1 (-1066 *2)) (-4 *2 (-23)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-699 *3 *4 *5)) (-4 *3 (-1068)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-5 *2 (-656 (-656 *3)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1072 *3 *4 *5 *6 *7)) (-4 *5 (-1068))
- (-4 *6 (-243 *4 *5)) (-4 *7 (-243 *3 *5)) (-5 *2 (-656 (-656 *5)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-656 (-656 *3))) (-5 *1 (-1207 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-576)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-5 *2 (-1291)) (-5 *1 (-461 *4 *5 *6 *7)) (-4 *7 (-966 *4 *5 *6)))))
+ (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1242)) (-4 *4 (-1264 *3))
+ (-4 *5 (-1264 (-419 *4)))
+ (-5 *2 (-2 (|:| |num| (-1288 *4)) (|:| |den| *4))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1259 *5 *4)) (-4 *4 (-464)) (-4 *4 (-832))
- (-14 *5 (-1195)) (-5 *2 (-576)) (-5 *1 (-1133 *4 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1117 *2)) (-4 *2 (-1119)))))
-(((*1 *1) (-12 (-4 *1 (-339 *2)) (-4 *2 (-379)) (-4 *2 (-374)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 (-1 *6 (-656 *6))))
- (-4 *5 (-38 (-419 (-576)))) (-4 *6 (-1277 *5)) (-5 *2 (-656 *6))
- (-5 *1 (-1279 *5 *6)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-783)) (-4 *5 (-568))
- (-5 *2
- (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-988 *5 *3)) (-4 *3 (-1262 *5)))))
+ (-12 (-5 *2 (-171 *4)) (-5 *1 (-183 *4 *3))
+ (-4 *4 (-13 (-374) (-860))) (-4 *3 (-1264 *2)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 (-112) *6)) (-4 *6 (-13 (-1119) (-1057 *5)))
- (-4 *5 (-899 *4)) (-4 *4 (-1119)) (-5 *2 (-1 (-112) *5))
- (-5 *1 (-948 *4 *5 *6)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195))))
- (-4 *6 (-805)) (-5 *2 (-656 (-656 (-576))))
- (-5 *1 (-941 *4 *5 *6 *7)) (-5 *3 (-576)) (-4 *7 (-966 *4 *6 *5)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-701 *4)) (-5 *3 (-938)) (|has| *4 (-6 (-4464 "*")))
- (-4 *4 (-1068)) (-5 *1 (-1047 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-656 (-701 *4))) (-5 *3 (-938))
- (|has| *4 (-6 (-4464 "*"))) (-4 *4 (-1068)) (-5 *1 (-1047 *4)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1029 *3)) (-4 *3 (-1236)) (-4 *3 (-1119))
- (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-701 *6)) (-5 *5 (-1 (-430 (-1191 *6)) (-1191 *6)))
- (-4 *6 (-374))
- (-5 *2
- (-656
- (-2 (|:| |outval| *7) (|:| |outmult| (-576))
- (|:| |outvect| (-656 (-701 *7))))))
- (-5 *1 (-544 *6 *7 *4)) (-4 *7 (-374)) (-4 *4 (-13 (-374) (-860))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-659 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 (-969 (-171 (-576))))) (-5 *2 (-656 (-171 *4)))
- (-5 *1 (-389 *4)) (-4 *4 (-13 (-374) (-860)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-656 (-419 (-969 (-171 (-576))))))
- (-5 *4 (-656 (-1195))) (-5 *2 (-656 (-656 (-171 *5))))
- (-5 *1 (-389 *5)) (-4 *5 (-13 (-374) (-860))))))
-(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-374)) (-4 *4 (-384 *3)) (-4 *5 (-384 *3))
- (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-699 *3 *4 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-568)) (-4 *5 (-384 *4)) (-4 *6 (-384 *4))
- (-4 *7 (-1011 *4)) (-4 *2 (-699 *7 *8 *9))
- (-5 *1 (-534 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-699 *4 *5 *6))
- (-4 *8 (-384 *7)) (-4 *9 (-384 *7))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068))
- (-4 *3 (-384 *2)) (-4 *4 (-384 *2)) (-4 *2 (-374))))
- ((*1 *2 *2)
- (|partial| -12 (-4 *3 (-374)) (-4 *3 (-174)) (-4 *4 (-384 *3))
- (-4 *5 (-384 *3)) (-5 *1 (-700 *3 *4 *5 *2))
- (-4 *2 (-699 *3 *4 *5))))
- ((*1 *1 *1)
- (|partial| -12 (-5 *1 (-701 *2)) (-4 *2 (-374)) (-4 *2 (-1068))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-1142 *2 *3 *4 *5)) (-4 *3 (-1068))
- (-4 *4 (-243 *2 *3)) (-4 *5 (-243 *2 *3)) (-4 *3 (-374))))
- ((*1 *2 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-862)) (-5 *1 (-1206 *3)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-966 *3 *4 *2)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *2 (-862))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-805)) (-4 *5 (-1068)) (-4 *6 (-966 *5 *4 *2))
- (-4 *2 (-862)) (-5 *1 (-967 *4 *2 *5 *6 *3))
- (-4 *3
- (-13 (-374)
- (-10 -8 (-15 -3567 ($ *6)) (-15 -1568 (*6 $))
- (-15 -1579 (*6 $)))))))
+ (-12 (-4 *3 (-1264 (-419 (-576))))
+ (-5 *2 (-2 (|:| |den| (-576)) (|:| |gcdnum| (-576))))
+ (-5 *1 (-932 *3 *4)) (-4 *4 (-1264 (-419 *3)))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-568))
- (-5 *2 (-1195)) (-5 *1 (-1062 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-576)) (-5 *1 (-943)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1139)) (-5 *1 (-340)))))
+ (-12 (-4 *4 (-1264 (-419 *2))) (-5 *2 (-576)) (-5 *1 (-932 *4 *3))
+ (-4 *3 (-1264 (-419 *4))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1293)) (-5 *1 (-834)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-419 (-969 *4))) (-4 *4 (-317))
- (-5 *2 (-419 (-430 (-969 *4)))) (-5 *1 (-1061 *4)))))
+ (-12 (-5 *3 (-971 *5)) (-4 *5 (-1070)) (-5 *2 (-253 *4 *5))
+ (-5 *1 (-963 *4 *5)) (-14 *4 (-656 (-1197))))))
+(((*1 *2 *3 *4 *5 *5 *4 *6)
+ (-12 (-5 *4 (-576)) (-5 *6 (-1 (-1293) (-1288 *5) (-1288 *5) (-390)))
+ (-5 *3 (-1288 (-390))) (-5 *5 (-390)) (-5 *2 (-1293))
+ (-5 *1 (-800)))))
+(((*1 *2 *2 *3 *4 *4)
+ (-12 (-5 *4 (-576)) (-4 *3 (-174)) (-4 *5 (-384 *3))
+ (-4 *6 (-384 *3)) (-5 *1 (-700 *3 *5 *6 *2))
+ (-4 *2 (-699 *3 *5 *6)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-656 (-1177))) (-5 *1 (-841)) (-5 *3 (-1177)))))
-(((*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-1177)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1176 (-419 *3))) (-5 *1 (-176 *3)) (-4 *3 (-317)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1177)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-1291))
- (-5 *1 (-1007 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1177)) (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *7 (-1084 *4 *5 *6)) (-5 *2 (-1291))
- (-5 *1 (-1126 *4 *5 *6 *7 *8)) (-4 *8 (-1090 *4 *5 *6 *7)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1002 *2)) (-4 *2 (-1221)))))
-(((*1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-1198)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-703 (-983 *3))) (-5 *1 (-983 *3)) (-4 *3 (-1119)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-529)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1140 *2)) (-4 *2 (-1236)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-656 (-656 *3))) (-4 *3 (-1119)) (-5 *1 (-922 *3)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-966 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-805))
- (-4 *4 (-862)) (-4 *2 (-464))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-464)) (-4 *5 (-805)) (-4 *6 (-862))
- (-4 *3 (-1084 *4 *5 *6))
- (-5 *2 (-656 (-2 (|:| |val| *3) (|:| -3986 *1))))
- (-4 *1 (-1090 *4 *5 *6 *3))))
- ((*1 *1 *1) (-4 *1 (-1240)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-1265 *3 *2))
- (-4 *2 (-13 (-1262 *3) (-568) (-10 -8 (-15 -3495 ($ $ $))))))))
-(((*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-874)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-568)) (-5 *1 (-285 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1021))))))
-(((*1 *2 *1) (-12 (-5 *2 (-227)) (-5 *1 (-834)))))
-(((*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 (-576)) (-5 *5 (-701 (-227))) (-5 *6 (-687 (-227)))
- (-5 *3 (-227)) (-5 *2 (-1054)) (-5 *1 (-762)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568))
- (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-568)) (-4 *5 (-805)) (-4 *6 (-862)) (-5 *2 (-656 *3))
- (-5 *1 (-996 *4 *5 *6 *3)) (-4 *3 (-1084 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-1084 *4 *5 *6)) (-4 *4 (-568))
- (-4 *5 (-805)) (-4 *6 (-862)) (-5 *1 (-996 *4 *5 *6 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-656 *6)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568))
- (-4 *4 (-805)) (-4 *5 (-862)) (-5 *1 (-996 *3 *4 *5 *6))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 (-656 *7) (-656 *7))) (-5 *2 (-656 *7))
- (-4 *7 (-1084 *4 *5 *6)) (-4 *4 (-568)) (-4 *5 (-805))
- (-4 *6 (-862)) (-5 *1 (-996 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-962 *2)) (-5 *1 (-1003 *2)) (-4 *2 (-1070)))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-995 *3 *4 *5 *6)) (-4 *3 (-1068)) (-4 *4 (-805))
- (-4 *5 (-862)) (-4 *6 (-1084 *3 *4 *5)) (-4 *3 (-568))
+ (-12 (-4 *1 (-997 *3 *4 *5 *6)) (-4 *3 (-1070)) (-4 *4 (-805))
+ (-4 *5 (-862)) (-4 *6 (-1086 *3 *4 *5)) (-4 *3 (-568))
(-5 *2 (-112)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-566 *3)) (-4 *3 (-13 (-416) (-1221))) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-938)) (-5 *2 (-1197 (-419 (-576)))) (-5 *1 (-192)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-568)) (-4 *3 (-1068)) (-4 *4 (-805)) (-4 *5 (-862))
- (-5 *2 (-656 *1)) (-4 *1 (-1084 *3 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-937)) (-5 *2 (-2 (|:| -1713 (-656 *1)) (|:| -4126 *1)))
- (-5 *3 (-656 *1)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-576)) (-5 *2 (-112)) (-5 *1 (-565)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-661 *3 *4 *5)) (-4 *3 (-1119))
- (-4 *4 (-23)) (-14 *5 *4))))
-(((*1 *1) (-12 (-5 *1 (-703 *2)) (-4 *2 (-625 (-874))))))
-(((*1 *2 *1)
- (-12 (-14 *3 (-656 (-1195))) (-4 *4 (-174))
- (-4 *5 (-243 (-3500 *3) (-783)))
- (-14 *6
- (-1 (-112) (-2 (|:| -3222 *2) (|:| -2125 *5))
- (-2 (|:| -3222 *2) (|:| -2125 *5))))
- (-4 *2 (-862)) (-5 *1 (-473 *3 *4 *2 *5 *6 *7))
- (-4 *7 (-966 *4 *5 (-876 *3))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1068)) (-4 *2 (-699 *4 *5 *6))
- (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1262 *4)) (-4 *5 (-384 *4))
- (-4 *6 (-384 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
- (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -3986 *4))))
- (-5 *1 (-788 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-576)) (-5 *1 (-834)))))
-(((*1 *2)
- (-12 (-4 *1 (-353 *3 *4 *5)) (-4 *3 (-1240)) (-4 *4 (-1262 *3))
- (-4 *5 (-1262 (-419 *4))) (-5 *2 (-701 (-419 *4))))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1213 *4 *5))
- (-4 *4 (-1119)) (-4 *5 (-1119)))))
-(((*1 *1 *1) (-5 *1 (-1082))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-326 *3)) (-4 *3 (-13 (-1068) (-862)))
- (-5 *1 (-225 *3 *4)) (-14 *4 (-656 (-1195))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1068)) (-5 *2 (-656 (-960 *3))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-656 (-876 *5))) (-14 *5 (-656 (-1195))) (-4 *6 (-464))
- (-5 *2 (-656 (-656 (-253 *5 *6)))) (-5 *1 (-483 *5 *6 *7))
- (-5 *3 (-656 (-253 *5 *6))) (-4 *7 (-464)))))
-(((*1 *1) (-5 *1 (-340))))
-(((*1 *2 *1) (-12 (-5 *2 (-301)) (-5 *1 (-290)))))
-(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-1236)) (-5 *1 (-184 *3 *2))
- (-4 *2 (-686 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1176 *3)) (-5 *1 (-176 *3)) (-4 *3 (-317)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-938)) (-5 *1 (-153 *3 *4 *5)) (-14 *3 *2)
- (-4 *4 (-374)) (-14 *5 (-1012 *3 *4)))))
-(((*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5)
- (-12 (-5 *3 (-938)) (-5 *4 (-227)) (-5 *5 (-576)) (-5 *6 (-886))
- (-5 *2 (-1291)) (-5 *1 (-1287)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-414)) (-5 *2 (-783))))
- ((*1 *1 *1) (-4 *1 (-414))))
-(((*1 *1 *1 *1 *2 *3)
- (-12 (-5 *2 (-960 *5)) (-5 *3 (-783)) (-4 *5 (-1068))
- (-5 *1 (-1183 *4 *5)) (-14 *4 (-938)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-938))
- (-5 *2 (-1286 (-656 (-2 (|:| -3103 *4) (|:| -3222 (-1139))))))
- (-5 *1 (-357 *4)) (-4 *4 (-360)))))
-(((*1 *2) (-12 (-5 *2 (-656 (-1195))) (-5 *1 (-105)))))
-(((*1 *1 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1068))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-568)) (-4 *4 (-174)) (-4 *5 (-384 *4))
- (-4 *6 (-384 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4)))
- (-5 *1 (-700 *4 *5 *6 *3)) (-4 *3 (-699 *4 *5 *6))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-174)) (-4 *2 (-1068)) (-5 *1 (-726 *2 *3))
- (-4 *3 (-660 *2))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-174)) (-4 *2 (-1068)) (-5 *1 (-726 *2 *3))
- (-4 *3 (-660 *2))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-848 *2)) (-4 *2 (-174)) (-4 *2 (-1068))))
- ((*1 *1 *1) (-12 (-5 *1 (-848 *2)) (-4 *2 (-174)) (-4 *2 (-1068)))))
-(((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-656 (-1177))) (-5 *2 (-1177)) (-5 *1 (-1287))))
- ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1287))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1287))))
- ((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-656 (-1177))) (-5 *2 (-1177)) (-5 *1 (-1288))))
- ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1288))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-1288)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-464)) (-5 *1 (-1227 *3 *2))
- (-4 *2 (-13 (-442 *3) (-1221))))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-1177)) (-5 *3 (-576)) (-5 *1 (-246)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *6 (-568)) (-4 *2 (-966 *3 *5 *4))
- (-5 *1 (-744 *5 *4 *6 *2)) (-5 *3 (-419 (-969 *6))) (-4 *5 (-805))
- (-4 *4 (-13 (-862) (-10 -8 (-15 -4169 ((-1195) $))))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-568) (-1057 (-576)))) (-5 *1 (-190 *3 *2))
- (-4 *2 (-13 (-27) (-1221) (-442 (-171 *3))))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1195)) (-4 *4 (-13 (-568) (-1057 (-576))))
- (-5 *1 (-190 *4 *2)) (-4 *2 (-13 (-27) (-1221) (-442 (-171 *4))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-1225 *3 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1195))
- (-4 *4 (-13 (-464) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-1225 *4 *2)) (-4 *2 (-13 (-27) (-1221) (-442 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1123)) (-5 *1 (-1199)))))
-(((*1 *1) (-5 *1 (-142))) ((*1 *1 *1) (-5 *1 (-145)))
- ((*1 *1 *1) (-4 *1 (-1163))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-783)) (-4 *2 (-568)) (-5 *1 (-988 *2 *4))
- (-4 *4 (-1262 *2)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-1068)) (-5 *1 (-456 *3 *2)) (-4 *2 (-1262 *3)))))
-(((*1 *1 *1) (-4 *1 (-557))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-656 *2)) (-4 *2 (-1262 *4)) (-5 *1 (-551 *4 *2 *5 *6))
- (-4 *4 (-317)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-783))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-464)) (-4 *6 (-805)) (-4 *7 (-862))
- (-4 *3 (-1084 *5 *6 *7))
- (-5 *2 (-656 (-2 (|:| |val| (-112)) (|:| -3986 *4))))
- (-5 *1 (-1127 *5 *6 *7 *3 *4)) (-4 *4 (-1090 *5 *6 *7 *3)))))
-(((*1 *1 *1) (-12 (-4 *1 (-686 *2)) (-4 *2 (-1236)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-1113 *3)) (-4 *3 (-966 *7 *6 *4)) (-4 *6 (-805))
- (-4 *4 (-862)) (-4 *7 (-568))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-576))))
- (-5 *1 (-606 *6 *4 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-805)) (-4 *4 (-862)) (-4 *6 (-568))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-576))))
- (-5 *1 (-606 *5 *4 *6 *3)) (-4 *3 (-966 *6 *5 *4))))
- ((*1 *1 *1 *1 *1) (-5 *1 (-874))) ((*1 *1 *1 *1) (-5 *1 (-874)))
- ((*1 *1 *1) (-5 *1 (-874)))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1195))
- (-4 *4 (-13 (-568) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-1187 *4 *2)) (-4 *2 (-13 (-442 *4) (-161) (-27) (-1221)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1111 *2)) (-4 *2 (-13 (-442 *4) (-161) (-27) (-1221)))
- (-4 *4 (-13 (-568) (-1057 (-576)) (-651 (-576))))
- (-5 *1 (-1187 *4 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1195)) (-4 *5 (-13 (-568) (-1057 (-576))))
- (-5 *2 (-419 (-969 *5))) (-5 *1 (-1188 *5)) (-5 *3 (-969 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1195)) (-4 *5 (-13 (-568) (-1057 (-576))))
- (-5 *2 (-3 (-419 (-969 *5)) (-326 *5))) (-5 *1 (-1188 *5))
- (-5 *3 (-419 (-969 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1111 (-969 *5))) (-5 *3 (-969 *5))
- (-4 *5 (-13 (-568) (-1057 (-576)))) (-5 *2 (-419 *3))
- (-5 *1 (-1188 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1111 (-419 (-969 *5)))) (-5 *3 (-419 (-969 *5)))
- (-4 *5 (-13 (-568) (-1057 (-576)))) (-5 *2 (-3 *3 (-326 *5)))
- (-5 *1 (-1188 *5)))))
-(((*1 *2 *3 *3 *4 *5 *3 *6)
- (-12 (-5 *3 (-576)) (-5 *4 (-701 (-227))) (-5 *5 (-227))
- (-5 *6 (-3 (|:| |fn| (-400)) (|:| |fp| (-81 FCN)))) (-5 *2 (-1054))
- (-5 *1 (-758)))))
-(((*1 *1 *1) (-12 (-5 *1 (-607 *2)) (-4 *2 (-1068)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1195)) (-5 *2 (-390)) (-5 *1 (-1082)))))
-(((*1 *2 *2 *3 *4 *5)
- (-12 (-5 *2 (-656 *9)) (-5 *3 (-1 (-112) *9))
- (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9))
- (-4 *9 (-1084 *6 *7 *8)) (-4 *6 (-568)) (-4 *7 (-805))
- (-4 *8 (-862)) (-5 *1 (-996 *6 *7 *8 *9)))))
-(((*1 *2 *1) (-12 (-4 *1 (-401)) (-5 *2 (-112)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12
- (-5 *3
- (-1 (-3 (-2 (|:| -1633 *4) (|:| |coeff| *4)) "failed") *4))
- (-4 *4 (-374)) (-5 *1 (-586 *4 *2)) (-4 *2 (-1262 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-1287))))
- ((*1 *2 *1) (-12 (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-419 *4)) (-4 *4 (-1262 *3)) (-4 *3 (-13 (-374) (-148)))
- (-5 *1 (-411 *3 *4)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-1240)) (-4 *5 (-1262 *4))
- (-5 *2 (-2 (|:| |radicand| (-419 *5)) (|:| |deg| (-783))))
- (-5 *1 (-149 *4 *5 *3)) (-4 *3 (-1262 (-419 *5))))))
-(((*1 *2 *3)
- (-12 (|has| *2 (-6 (-4464 "*"))) (-4 *5 (-384 *2)) (-4 *6 (-384 *2))
- (-4 *2 (-1068)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1262 *2))
- (-4 *4 (-699 *2 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 *6)) (-4 *5 (-1119))
- (-4 *6 (-1236)) (-5 *2 (-1 *6 *5)) (-5 *1 (-653 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 *2)) (-4 *5 (-1119))
- (-4 *2 (-1236)) (-5 *1 (-653 *5 *2))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-656 *6)) (-5 *4 (-656 *5)) (-4 *6 (-1119))
- (-4 *5 (-1236)) (-5 *2 (-1 *5 *6)) (-5 *1 (-653 *6 *5))))
- ((*1 *2 *3 *4 *5 *2)
- (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 *2)) (-4 *5 (-1119))
- (-4 *2 (-1236)) (-5 *1 (-653 *5 *2))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-656 *5)) (-5 *4 (-656 *6))
- (-4 *5 (-1119)) (-4 *6 (-1236)) (-5 *1 (-653 *5 *6))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-656 *5)) (-5 *4 (-656 *2)) (-5 *6 (-1 *2 *5))
- (-4 *5 (-1119)) (-4 *2 (-1236)) (-5 *1 (-653 *5 *2))))
- ((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1163)) (-5 *3 (-145)) (-5 *2 (-783)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1177)) (-5 *3 (-656 (-270))) (-5 *1 (-268))))
- ((*1 *1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-270))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1287))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-1288)))))
-(((*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 (-374)) (-4 *4 (-805)) (-4 *5 (-862)) (-5 *2 (-112))
- (-5 *1 (-516 *3 *4 *5 *6)) (-4 *6 (-966 *3 *4 *5))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1087 *4 *3)) (-4 *4 (-13 (-860) (-374)))
- (-4 *3 (-1262 *4)) (-5 *2 (-112)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-607 *2)) (-4 *2 (-38 (-419 (-576)))) (-4 *2 (-1068)))))
-(((*1 *2 *1) (-12 (-5 *2 (-783)) (-5 *1 (-430 *3)) (-4 *3 (-568))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-2 (|:| -1827 *4) (|:| -1967 (-576)))))
- (-4 *4 (-1262 (-576))) (-5 *2 (-783)) (-5 *1 (-454 *4)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1177)) (-4 *1 (-375 *3 *4)) (-4 *3 (-1119))
- (-4 *4 (-1119)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1113 (-855 (-227)))) (-5 *1 (-315)))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-656 (-905 *3))) (-5 *1 (-905 *3))
- (-4 *3 (-1119)))))
-(((*1 *1 *1 *1 *1) (-5 *1 (-874)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))))
-(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1195)) (-5 *6 (-656 (-624 *3)))
- (-5 *5 (-624 *3)) (-4 *3 (-13 (-27) (-1221) (-442 *7)))
- (-4 *7 (-13 (-464) (-148) (-1057 (-576)) (-651 (-576))))
- (-5 *2 (-2 (|:| -1633 *3) (|:| |coeff| *3)))
- (-5 *1 (-569 *7 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-656 *4)) (-5 *1 (-1160 *3 *4))
- (-4 *3 (-13 (-1119) (-34))) (-4 *4 (-13 (-1119) (-34))))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1159 *2 *3)) (-4 *2 (-13 (-1119) (-34)))
- (-4 *3 (-13 (-1119) (-34))))))
-(((*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3)
- (-12 (-5 *4 (-656 (-112))) (-5 *5 (-701 (-227)))
- (-5 *6 (-701 (-576))) (-5 *7 (-227)) (-5 *3 (-576)) (-5 *2 (-1054))
- (-5 *1 (-766)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1191 *1)) (-4 *1 (-1031)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-317)) (-5 *1 (-181 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-145)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-322)) (-5 *1 (-841)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1177)) (-5 *2 (-1291)) (-5 *1 (-246))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-1177))) (-5 *2 (-1291)) (-5 *1 (-246)))))
-(((*1 *2) (-12 (-5 *2 (-1177)) (-5 *1 (-771)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-699 *2 *3 *4)) (-4 *2 (-1068)) (-4 *3 (-384 *2))
- (-4 *4 (-384 *2)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1236)) (-5 *2 (-783)) (-5 *1 (-184 *4 *3))
- (-4 *3 (-686 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1142 *3 *4 *2 *5)) (-4 *4 (-1068)) (-4 *5 (-243 *3 *4))
- (-4 *2 (-243 *3 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-701 *8)) (-4 *8 (-966 *5 *7 *6))
- (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1195))))
- (-4 *7 (-805))
- (-5 *2
- (-656
- (-2 (|:| |eqzro| (-656 *8)) (|:| |neqzro| (-656 *8))
- (|:| |wcond| (-656 (-969 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1286 (-419 (-969 *5))))
- (|:| -4156 (-656 (-1286 (-419 (-969 *5))))))))))
- (-5 *1 (-941 *5 *6 *7 *8)) (-5 *4 (-656 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-701 *8)) (-5 *4 (-656 (-1195))) (-4 *8 (-966 *5 *7 *6))
- (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1195))))
- (-4 *7 (-805))
- (-5 *2
- (-656
- (-2 (|:| |eqzro| (-656 *8)) (|:| |neqzro| (-656 *8))
- (|:| |wcond| (-656 (-969 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1286 (-419 (-969 *5))))
- (|:| -4156 (-656 (-1286 (-419 (-969 *5))))))))))
- (-5 *1 (-941 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-701 *7)) (-4 *7 (-966 *4 *6 *5))
- (-4 *4 (-13 (-317) (-148))) (-4 *5 (-13 (-862) (-626 (-1195))))
- (-4 *6 (-805))
- (-5 *2
- (-656
- (-2 (|:| |eqzro| (-656 *7)) (|:| |neqzro| (-656 *7))
- (|:| |wcond| (-656 (-969 *4)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1286 (-419 (-969 *4))))
- (|:| -4156 (-656 (-1286 (-419 (-969 *4))))))))))
- (-5 *1 (-941 *4 *5 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-701 *9)) (-5 *5 (-938)) (-4 *9 (-966 *6 *8 *7))
- (-4 *6 (-13 (-317) (-148))) (-4 *7 (-13 (-862) (-626 (-1195))))
- (-4 *8 (-805))
- (-5 *2
- (-656
- (-2 (|:| |eqzro| (-656 *9)) (|:| |neqzro| (-656 *9))
- (|:| |wcond| (-656 (-969 *6)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1286 (-419 (-969 *6))))
- (|:| -4156 (-656 (-1286 (-419 (-969 *6))))))))))
- (-5 *1 (-941 *6 *7 *8 *9)) (-5 *4 (-656 *9))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-701 *9)) (-5 *4 (-656 (-1195))) (-5 *5 (-938))
- (-4 *9 (-966 *6 *8 *7)) (-4 *6 (-13 (-317) (-148)))
- (-4 *7 (-13 (-862) (-626 (-1195)))) (-4 *8 (-805))
- (-5 *2
- (-656
- (-2 (|:| |eqzro| (-656 *9)) (|:| |neqzro| (-656 *9))
- (|:| |wcond| (-656 (-969 *6)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1286 (-419 (-969 *6))))
- (|:| -4156 (-656 (-1286 (-419 (-969 *6))))))))))
- (-5 *1 (-941 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-701 *8)) (-5 *4 (-938)) (-4 *8 (-966 *5 *7 *6))
- (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1195))))
- (-4 *7 (-805))
- (-5 *2
- (-656
- (-2 (|:| |eqzro| (-656 *8)) (|:| |neqzro| (-656 *8))
- (|:| |wcond| (-656 (-969 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1286 (-419 (-969 *5))))
- (|:| -4156 (-656 (-1286 (-419 (-969 *5))))))))))
- (-5 *1 (-941 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-701 *9)) (-5 *4 (-656 *9)) (-5 *5 (-1177))
- (-4 *9 (-966 *6 *8 *7)) (-4 *6 (-13 (-317) (-148)))
- (-4 *7 (-13 (-862) (-626 (-1195)))) (-4 *8 (-805)) (-5 *2 (-576))
- (-5 *1 (-941 *6 *7 *8 *9))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-701 *9)) (-5 *4 (-656 (-1195))) (-5 *5 (-1177))
- (-4 *9 (-966 *6 *8 *7)) (-4 *6 (-13 (-317) (-148)))
- (-4 *7 (-13 (-862) (-626 (-1195)))) (-4 *8 (-805)) (-5 *2 (-576))
- (-5 *1 (-941 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-701 *8)) (-5 *4 (-1177)) (-4 *8 (-966 *5 *7 *6))
- (-4 *5 (-13 (-317) (-148))) (-4 *6 (-13 (-862) (-626 (-1195))))
- (-4 *7 (-805)) (-5 *2 (-576)) (-5 *1 (-941 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-701 *10)) (-5 *4 (-656 *10)) (-5 *5 (-938))
- (-5 *6 (-1177)) (-4 *10 (-966 *7 *9 *8)) (-4 *7 (-13 (-317) (-148)))
- (-4 *8 (-13 (-862) (-626 (-1195)))) (-4 *9 (-805)) (-5 *2 (-576))
- (-5 *1 (-941 *7 *8 *9 *10))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-701 *10)) (-5 *4 (-656 (-1195))) (-5 *5 (-938))
- (-5 *6 (-1177)) (-4 *10 (-966 *7 *9 *8)) (-4 *7 (-13 (-317) (-148)))
- (-4 *8 (-13 (-862) (-626 (-1195)))) (-4 *9 (-805)) (-5 *2 (-576))
- (-5 *1 (-941 *7 *8 *9 *10))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-701 *9)) (-5 *4 (-938)) (-5 *5 (-1177))
- (-4 *9 (-966 *6 *8 *7)) (-4 *6 (-13 (-317) (-148)))
- (-4 *7 (-13 (-862) (-626 (-1195)))) (-4 *8 (-805)) (-5 *2 (-576))
- (-5 *1 (-941 *6 *7 *8 *9)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-783)) (-4 *4 (-317)) (-4 *6 (-1262 *4))
- (-5 *2 (-1286 (-656 *6))) (-5 *1 (-467 *4 *6)) (-5 *5 (-656 *6)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-374) (-860)))
- (-5 *2 (-2 (|:| |start| *3) (|:| -1840 (-430 *3))))
- (-5 *1 (-183 *4 *3)) (-4 *3 (-1262 (-171 *4))))))
-(((*1 *2)
- (-12 (-4 *3 (-568)) (-5 *2 (-656 (-701 *3))) (-5 *1 (-43 *3 *4))
- (-4 *4 (-429 *3)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |xinit| (-227)) (|:| |xend| (-227))
- (|:| |fn| (-1286 (-326 (-227)))) (|:| |yinit| (-656 (-227)))
- (|:| |intvals| (-656 (-227))) (|:| |g| (-326 (-227)))
- (|:| |abserr| (-227)) (|:| |relerr| (-227))))
- (-5 *2 (-390)) (-5 *1 (-207)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-960 *4)) (-4 *4 (-1068)) (-5 *1 (-1183 *3 *4))
- (-14 *3 (-938)))))
-(((*1 *1 *1) (-5 *1 (-874)))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1122 *2 *3 *4 *5 *6)) (-4 *3 (-1119)) (-4 *4 (-1119))
- (-4 *5 (-1119)) (-4 *6 (-1119)) (-4 *2 (-1119))))
- ((*1 *1 *2) (-12 (-5 *2 (-227)) (-5 *1 (-1177))))
- ((*1 *1 *2) (-12 (-5 *2 (-576)) (-5 *1 (-1177))))
- ((*1 *2 *1) (-12 (-5 *2 (-1177)) (-5 *1 (-1195)))))
-(((*1 *1 *2) (-12 (-5 *2 (-656 (-874))) (-5 *1 (-874)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-439 *3 *2)) (-4 *3 (-13 (-174) (-38 (-419 (-576)))))
- (-4 *2 (-13 (-862) (-21))))))
-(((*1 *2 *3 *2)
- (-12 (-5 *1 (-691 *3 *2)) (-4 *3 (-1119)) (-4 *2 (-1119)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-656 (-304 *4))) (-5 *1 (-639 *3 *4 *5)) (-4 *3 (-862))
- (-4 *4 (-13 (-174) (-729 (-419 (-576))))) (-14 *5 (-938)))))
-(((*1 *2 *1) (-12 (-4 *1 (-539)) (-5 *2 (-703 (-558))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1195)) (-5 *1 (-1082)))))
-(((*1 *1) (-5 *1 (-145)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-656 (-270))) (-5 *2 (-1152 (-227))) (-5 *1 (-268))))
- ((*1 *1 *2) (-12 (-5 *2 (-1152 (-227))) (-5 *1 (-270)))))
-((-1320 . 731367) (-1321 . 731310) (-1322 . 731251) (-1323 . 731099)
- (-1324 . 731019) (-1325 . 730900) (-1326 . 730841) (-1327 . 730520)
- (-1328 . 730418) (-1329 . 730126) (-1330 . 730024) (-1331 . 729867)
- (-1332 . 729707) (-1333 . 725547) (-1334 . 725434) (-1335 . 725337)
- (-1336 . 725231) (-1337 . 725181) (-1338 . 725036) (-1339 . 724965)
- (-1340 . 724913) (-1341 . 724835) (-1342 . 724768) (-1343 . 724581)
- (-1344 . 724476) (-1345 . 724353) (-1346 . 724066) (-1347 . 723969)
- (-1348 . 723870) (-1349 . 723803) (-1350 . 723704) (-1351 . 723499)
- (-1352 . 723413) (-1353 . 723065) (-1354 . 722992) (-1355 . 722719)
- (-1356 . 721846) (-1357 . 721663) (-1358 . 721473) (-1359 . 721360)
- (-1360 . 721254) (-1361 . 721073) (-1362 . 721021) (-1363 . 720793)
- (-1364 . 720721) (-1365 . 720665) (-1366 . 720485) (-1367 . 719057)
- (-1368 . 719001) (-1369 . 718782) (-1370 . 718637) (-1371 . 718606)
- (-1372 . 718523) (-1373 . 718420) (-1374 . 718334) (-1375 . 718280)
- (-1376 . 717713) (-1377 . 717520) (-1378 . 717449) (-1379 . 717353)
- (-1380 . 716959) (-1381 . 716375) (-1382 . 716318) (-1383 . 716161)
- (-1384 . 716038) (-1385 . 715954) (-1386 . 715796) (-1387 . 715680)
- (-1388 . 715606) (-1389 . 715511) (-1390 . 715459) (-1391 . 715431)
- (-1392 . 715232) (-1393 . 715148) (-1394 . 715029) (-1395 . 714997)
- (-1396 . 714881) (-1397 . 714747) (-1398 . 714695) (-1399 . 714477)
- (-1400 . 714319) (-1401 . 714032) (-1402 . 713973) (-1403 . 713862)
- (-1404 . 713792) (-1405 . 713682) (-1406 . 713548) (-1407 . 713464)
- (-1408 . 713375) (-1409 . 713214) (-1410 . 712461) (-1411 . 712254)
- (-1412 . 712202) (-1413 . 712107) (-1414 . 712055) (-1415 . 711608)
- (-1416 . 711525) (-1417 . 711468) (-1418 . 711415) (-1419 . 711332)
- (-1420 . 711281) (-1421 . 711214) (-1422 . 710822) (-1423 . 710739)
- (-1424 . 710686) (-1425 . 710608) (-1426 . 710490) (-1427 . 710437)
- (-1428 . 710385) (-1429 . 709907) (-1430 . 708940) (-1431 . 708625)
- (-1432 . 708554) (-1433 . 708264) (-1434 . 708168) (-1435 . 707911)
- (-1436 . 707704) (-1437 . 707537) (-1438 . 707356) (-1439 . 707185)
- (-1440 . 707118) (-1441 . 707000) (-1442 . 706904) (-1443 . 706771)
- (-1444 . 706617) (-1445 . 706268) (-1446 . 706191) (** . 703196)
- (-1448 . 703142) (-1449 . 703063) (-1450 . 702967) (-1451 . 702864)
- (-1452 . 702543) (-1453 . 701903) (-1454 . 701647) (-1455 . 701510)
- (-1456 . 701410) (-1457 . 701297) (-1458 . 701058) (-1459 . 700881)
- (-1460 . 700676) (-1461 . 700581) (-1462 . 700495) (-1463 . 700461)
- (-1464 . 700390) (-1465 . 700331) (-1466 . 700210) (-1467 . 700073)
- (-1468 . 699964) (-1469 . 699446) (-1470 . 698919) (-1471 . 698800)
- (-1472 . 698706) (-1473 . 698591) (-1474 . 698255) (-1475 . 698149)
- (-1476 . 698079) (-1477 . 697472) (-1478 . 697055) (-1479 . 696167)
- (-1480 . 696079) (-1481 . 696051) (-1482 . 695771) (-1483 . 695661)
- (-1484 . 695521) (-1485 . 695427) (-1486 . 695378) (-1487 . 695181)
- (-1488 . 695052) (-1489 . 694884) (-1490 . 694782) (-1491 . 694727)
- (-1492 . 694659) (-1493 . 694604) (-1494 . 694449) (-1495 . 694203)
- (-1496 . 694070) (-1497 . 693966) (-1498 . 693870) (-1499 . 693495)
- (-1500 . 693357) (-1501 . 693245) (-1502 . 693147) (-1503 . 692675)
- (-1504 . 692582) (-1505 . 692353) (-1506 . 691895) (-1507 . 691770)
- (-1508 . 691690) (-1509 . 691597) (-1510 . 691520) (-1511 . 691419)
- (-1512 . 691088) (-1513 . 691035) (-1514 . 690676) (-1515 . 690624)
- (-1516 . 690492) (-1517 . 690388) (-1518 . 690292) (-1519 . 690040)
- (-1520 . 689985) (-1521 . 689951) (-1522 . 689773) (-1523 . 689657)
- (-1524 . 689487) (-1525 . 689399) (-1526 . 689295) (-1527 . 689209)
- (-1528 . 689003) (-1529 . 688908) (-1530 . 688573) (-1531 . 688472)
- (-1532 . 688364) (-1533 . 688157) (-1534 . 687674) (-1535 . 687428)
- (-1536 . 687281) (-1537 . 687149) (-1538 . 686833) (-1539 . 686690)
- (-1540 . 686634) (-1541 . 686447) (-1542 . 686186) (-1543 . 686105)
- (-1544 . 685962) (-1545 . 685875) (-1546 . 685718) (-1547 . 685623)
- (-1548 . 685137) (-1549 . 685105) (-1550 . 685046) (-1551 . 684951)
- (-1552 . 684743) (-1553 . 684693) (-1554 . 684613) (-1555 . 684455)
- (-1556 . 684143) (-1557 . 683990) (-1558 . 683938) (-1559 . 683795)
- (-1560 . 683722) (-1561 . 683655) (-1562 . 683472) (-1563 . 683348)
- (-1564 . 683210) (-1565 . 682393) (-1566 . 682239) (-1567 . 682161)
- (-1568 . 681457) (-1569 . 681314) (-1570 . 676771) (-1571 . 676719)
- (-1572 . 676606) (-1573 . 676554) (-1574 . 676459) (-1575 . 676380)
- (-1576 . 676321) (-1577 . 676096) (-1578 . 676039) (-1579 . 675358)
- (-1580 . 675295) (-1581 . 675113) (-1582 . 674970) (-1583 . 674911)
- (-1584 . 674820) (-1585 . 674706) (-1586 . 674618) (-1587 . 674438)
- (-1588 . 674350) (-1589 . 674164) (-1590 . 674023) (-1591 . 673843)
- (-1592 . 673633) (-1593 . 673480) (-1594 . 673341) (-1595 . 673193)
- (-1596 . 673066) (-1597 . 672892) (-1598 . 672639) (-1599 . 672539)
- (-1600 . 672396) (-1601 . 672254) (-1602 . 672159) (-1603 . 672015)
- (-1604 . 671963) (-1605 . 671683) (-1606 . 671153) (-1607 . 670934)
- (-1608 . 670827) (-1609 . 670726) (-1610 . 670629) (-1611 . 670548)
- (-1612 . 670479) (-1613 . 669849) (-1614 . 669795) (-1615 . 669621)
- (-1616 . 669514) (-1617 . 669373) (-1618 . 669057) (-1619 . 668617)
- (-1620 . 668486) (-1621 . 668434) (-1622 . 668362) (-1623 . 668240)
- (-1624 . 668002) (-1625 . 667949) (-1626 . 667382) (-1627 . 667310)
- (-1628 . 667238) (-1629 . 667120) (-1630 . 666946) (-1631 . 666858)
- (-1632 . 666764) (-1633 . 666709) (-1634 . 666623) (-1635 . 666031)
- (-1636 . 665957) (-1637 . 665648) (-1638 . 665599) (-1639 . 665410)
- (-1640 . 665311) (-1641 . 665126) (-1642 . 664980) (-1643 . 664920)
- (-1644 . 664754) (-1645 . 664616) (-1646 . 664501) (-1647 . 663841)
- (-1648 . 663758) (-1649 . 663645) (-1650 . 661859) (-1651 . 661764)
- (-1652 . 661438) (-1653 . 661068) (-1654 . 660909) (-1655 . 660350)
- (-1656 . 660281) (-1657 . 660229) (-1658 . 660201) (-1659 . 659996)
- (-1660 . 655933) (-1661 . 655800) (-1662 . 655694) (-1663 . 655608)
- (-1664 . 655478) (-1665 . 655409) (-1666 . 655326) (-1667 . 654767)
- (-1668 . 654665) (-1669 . 654603) (-1670 . 654396) (-1671 . 654368)
- (-1672 . 654291) (-1673 . 653828) (-1674 . 653642) (-1675 . 653592)
- (-1676 . 653359) (-1677 . 653183) (-1678 . 653149) (-1679 . 653054)
- (-1680 . 653025) (-1681 . 652673) (-1682 . 652577) (-1683 . 652524)
- (-1684 . 652473) (-1685 . 652166) (-1686 . 652138) (-1687 . 651892)
- (-1688 . 651349) (-1689 . 651102) (-1690 . 650969) (-1691 . 650458)
- (-1692 . 650405) (-1693 . 650225) (-1694 . 650055) (-1695 . 649955)
- (-1696 . 649834) (-1697 . 649588) (-1698 . 649407) (-1699 . 649279)
- (-1700 . 649119) (-1701 . 648996) (-1702 . 646651) (-1703 . 646507)
- (-1704 . 646371) (-1705 . 646290) (-1706 . 646187) (-1707 . 646126)
- (-1708 . 646052) (-1709 . 645664) (-1710 . 645444) (-1711 . 645385)
- (-1712 . 645311) (-1713 . 644953) (-1714 . 644856) (-1715 . 644639)
- (-1716 . 644524) (-1717 . 644456) (-1718 . 644294) (-1719 . 644209)
- (-1720 . 644056) (-1721 . 643986) (-1722 . 643653) (-1723 . 643215)
- (-1724 . 643136) (-1725 . 642963) (-1726 . 642502) (-1727 . 642418)
- (-1728 . 642211) (-1729 . 642072) (-1730 . 641958) (-1731 . 641861)
- (-1732 . 641656) (-1733 . 641385) (-1734 . 641297) (-1735 . 641244)
- (-1736 . 640951) (-1737 . 640902) (-1738 . 640773) (-1739 . 640555)
- (-1740 . 640325) (-1741 . 640148) (-1742 . 640050) (-1743 . 639909)
- (-1744 . 638686) (-1745 . 638584) (-1746 . 638492) (-1747 . 638125)
- (-1748 . 638048) (-1749 . 636459) (-1750 . 636304) (-1751 . 636159)
- (-1752 . 635934) (-1753 . 635830) (-1754 . 635753) (-1755 . 635674)
- (-1756 . 635588) (-1757 . 635509) (-1758 . 635450) (-1759 . 635371)
- (-1760 . 635343) (-1761 . 635281) (-1762 . 635197) (-1763 . 634979)
- (-1764 . 634908) (-1765 . 634831) (-1766 . 634764) (-1767 . 634478)
- (-1768 . 634336) (-1769 . 634041) (-1770 . 633630) (-1771 . 633479)
- (-1772 . 633427) (-1773 . 633346) (-1774 . 632179) (-1775 . 631787)
- (-1776 . 631735) (-1777 . 631311) (-1778 . 631132) (-1779 . 631036)
- (-1780 . 630962) (-1781 . 630784) (-1782 . 630626) (-1783 . 630451)
- (-1784 . 630339) (-1785 . 630257) (-1786 . 630114) (-1787 . 629956)
- (-1788 . 629928) (-1789 . 629827) (-1790 . 629754) (-1791 . 629677)
- (-1792 . 629617) (-1793 . 629186) (-1794 . 629095) (-1795 . 629023)
- (-1796 . 628971) (-1797 . 627569) (-1798 . 627404) (-1799 . 627309)
- (-1800 . 627257) (-1801 . 627156) (-1802 . 627101) (-1803 . 626822)
- (-1804 . 626751) (-1805 . 626720) (-1806 . 626510) (-1807 . 626314)
- (-1808 . 626248) (-1809 . 626217) (-1810 . 626066) (-1811 . 625980)
- (-1812 . 625856) (-1813 . 625804) (-1814 . 625715) (-1815 . 625632)
- (-1816 . 625491) (-1817 . 625329) (-1818 . 624967) (-1819 . 624655)
- (-1820 . 624605) (-1821 . 624486) (-1822 . 624404) (-1823 . 624317)
- (-1824 . 623475) (-1825 . 623360) (-1826 . 623278) (-1827 . 617764)
- (-1828 . 617693) (-1829 . 617638) (-1830 . 617420) (-1831 . 617274)
- (-1832 . 617158) (-1833 . 616806) (-1834 . 616183) (-1835 . 616155)
- (-1836 . 616033) (-1837 . 615926) (-1838 . 615533) (-1839 . 615157)
- (-1840 . 614817) (-1841 . 614690) (-1842 . 614269) (-1843 . 613936)
- (-1844 . 613793) (-1845 . 613562) (-1846 . 613495) (-1847 . 613418)
- (-1848 . 612976) (-1849 . 612757) (-1850 . 612547) (-1851 . 612419)
- (-1852 . 612066) (-1853 . 611829) (-1854 . 611452) (-1855 . 611397)
- (-1856 . 611311) (-1857 . 611193) (-1858 . 610858) (-1859 . 610770)
- (-1860 . 610692) (-1861 . 610658) (-1862 . 610535) (-1863 . 610392)
- (-1864 . 610294) (-1865 . 610179) (-1866 . 607951) (-1867 . 607886)
- (-1868 . 607559) (-1869 . 607507) (-1870 . 607427) (-1871 . 607272)
- (-1872 . 606734) (-1873 . 606613) (-1874 . 606472) (-1875 . 606440)
- (-1876 . 606195) (-1877 . 606143) (-1878 . 606088) (-1879 . 605993)
- (-1880 . 605847) (-1881 . 605792) (-1882 . 605740) (-1883 . 605411)
- (-1884 . 604920) (-1885 . 604779) (-1886 . 604282) (-1887 . 604187)
- (-1888 . 604032) (-1889 . 603553) (-1890 . 603525) (-1891 . 603423)
- (-1892 . 603295) (-1893 . 603080) (-1894 . 603001) (-1895 . 602902)
- (-1896 . 602874) (-1897 . 602706) (-1898 . 602639) (-1899 . 602241)
- (-1900 . 602065) (-1901 . 601987) (-1902 . 601698) (-1903 . 601570)
- (-1904 . 601440) (-1905 . 600916) (-1906 . 600463) (-1907 . 600392)
- (-1908 . 600334) (-1909 . 600306) (-1910 . 600176) (-1911 . 600105)
- (-1912 . 600027) (-1913 . 599911) (-1914 . 599837) (-1915 . 599758)
- (-1916 . 599654) (-1917 . 599520) (-1918 . 599401) (-1919 . 597340)
- (-1920 . 597060) (-1921 . 596956) (-1922 . 596866) (-1923 . 596667)
- (-1924 . 596587) (-1925 . 596344) (-1926 . 596126) (-1927 . 595900)
- (-1928 . 595524) (-1929 . 595471) (-1930 . 595280) (-1931 . 595173)
- (-1932 . 595145) (-1933 . 594986) (-1934 . 594891) (-1935 . 594612)
- (-1936 . 594430) (-1937 . 593463) (-1938 . 593320) (-1939 . 593226)
- (-1940 . 591596) (-1941 . 591431) (-1942 . 591171) (-1943 . 590998)
- (-1944 . 590699) (-1945 . 590671) (-1946 . 590642) (-1947 . 590475)
- (-1948 . 589177) (-1949 . 588993) (-1950 . 588134) (-1951 . 588084)
- (-1952 . 587925) (-1953 . 587821) (-1954 . 587641) (-1955 . 587391)
- (-1956 . 587313) (-1957 . 587017) (-1958 . 586854) (-1959 . 586687)
- (-1960 . 585391) (-1961 . 585078) (-1962 . 584942) (-1963 . 584858)
- (-1964 . 584606) (-1965 . 583947) (-1966 . 583460) (-1967 . 581346)
- (-1968 . 581291) (-1969 . 581178) (-1970 . 581029) (-1971 . 580275)
- (-1972 . 579845) (-1973 . 579606) (-1974 . 579507) (-1975 . 579429)
- (-1976 . 579370) (-1977 . 579273) (-1978 . 579224) (-1979 . 579127)
- (-1980 . 579000) (-1981 . 578719) (-1982 . 578385) (-1983 . 578318)
- (-1984 . 578266) (-1985 . 577858) (-1986 . 577756) (-1987 . 577701)
- (-1988 . 577571) (-1989 . 577502) (-1990 . 577115) (-1991 . 574859)
- (-1992 . 574732) (-1993 . 574680) (-1994 . 574507) (-1995 . 574332)
- (-1996 . 574213) (-1997 . 573627) (-1998 . 573541) (-1999 . 573440)
- (-2000 . 573336) (-2001 . 573267) (-2002 . 573215) (-2003 . 571449)
- (-2004 . 571421) (-2005 . 570708) (-2006 . 570614) (-2007 . 570534)
- (-2008 . 570234) (-2009 . 570177) (-2010 . 570095) (-2011 . 569971)
- (-2012 . 569826) (-2013 . 569673) (-2014 . 568999) (-2015 . 567544)
- (-2016 . 567363) (-2017 . 567237) (-2018 . 567149) (-2019 . 566804)
- (-2020 . 566330) (-2021 . 566235) (-2022 . 566077) (-2023 . 566004)
- (-2024 . 565832) (-2025 . 565704) (-2026 . 564214) (-2027 . 564162)
- (-2028 . 563653) (-2029 . 563549) (-2030 . 563494) (-2031 . 563417)
- (-2032 . 563245) (-2033 . 563087) (-2034 . 563008) (-2035 . 562974)
- (-2036 . 562907) (-2037 . 561947) (-2038 . 561848) (-2039 . 561791)
- (-2040 . 561723) (-2041 . 561691) (-2042 . 561560) (-2043 . 561404)
- (-2044 . 561208) (-2045 . 560472) (-2046 . 560398) (-2047 . 560261)
- (-2048 . 559980) (-2049 . 559897) (-2050 . 559742) (-2051 . 559617)
- (-2052 . 559464) (-2053 . 559412) (-2054 . 559380) (-2055 . 559217)
- (-2056 . 559132) (-2057 . 558969) (-2058 . 558625) (-2059 . 558422)
- (-2060 . 558287) (-2061 . 558098) (-2062 . 557888) (-2063 . 557666)
- (-2064 . 557568) (-2065 . 557440) (-2066 . 557311) (-2067 . 557059)
- (-2068 . 556980) (-2069 . 556801) (-2070 . 556506) (-2071 . 556017)
- (-2072 . 555944) (-2073 . 555873) (-2074 . 555599) (-2075 . 555446)
- (-2076 . 554802) (-2077 . 554750) (-2078 . 554640) (-2079 . 554579)
- (-2080 . 554273) (-2081 . 554217) (-2082 . 554160) (-2083 . 554065)
- (-2084 . 553917) (-2085 . 553809) (-2086 . 552637) (-2087 . 552522)
- (-2088 . 552470) (-2089 . 552345) (-2090 . 552235) (-2091 . 550457)
- (-2092 . 543514) (-2093 . 542578) (-2094 . 542456) (-2095 . 542403)
- (-2096 . 542369) (-2097 . 542284) (-2098 . 542169) (-2099 . 542006)
- (-2100 . 541840) (-2101 . 541754) (-2102 . 541683) (-2103 . 541534)
- (-2104 . 541346) (-2105 . 541275) (-2106 . 541219) (-2107 . 541162)
- (-2108 . 541043) (-2109 . 539906) (-2110 . 539854) (-2111 . 539616)
- (-2112 . 539582) (-2113 . 539508) (-2114 . 539429) (-2115 . 539083)
- (-2116 . 538895) (-2117 . 538766) (-2118 . 538629) (-2119 . 538533)
- (-2120 . 538459) (-2121 . 538358) (-2122 . 538136) (-2123 . 538026)
- (-2124 . 537885) (-2125 . 537417) (-2126 . 537190) (-2127 . 535222)
- (-2128 . 535008) (-2129 . 534934) (-2130 . 534486) (-2131 . 534326)
- (-2132 . 534213) (-2133 . 534090) (-2134 . 534020) (-2135 . 533486)
- (-2136 . 533430) (-2137 . 533402) (-2138 . 533301) (-2139 . 533191)
- (-9 . 533163) (-2141 . 533068) (-2142 . 532952) (-2143 . 532759)
- (-2144 . 532505) (-2145 . 532123) (-2146 . 532066) (-8 . 532038)
- (-2148 . 531839) (-2149 . 531756) (-2150 . 531579) (-2151 . 531482)
- (-2152 . 531381) (-2153 . 531227) (-2154 . 531133) (-2155 . 530865)
- (-2156 . 530812) (-2157 . 530684) (-2158 . 530458) (-2159 . 530337)
- (-2160 . 530142) (-2161 . 530086) (-2162 . 530044) (-2163 . 529970)
- (-2164 . 529896) (-7 . 529868) (-2166 . 529774) (-2167 . 529700)
- (-2168 . 529529) (-2169 . 529445) (-2170 . 529361) (-2171 . 529205)
- (-2172 . 528887) (-2173 . 528569) (-2174 . 527771) (-2175 . 527702)
- (-2176 . 527633) (-2177 . 527464) (-2178 . 527362) (-2179 . 527263)
- (-2180 . 527199) (-2181 . 526907) (-2182 . 526814) (-2183 . 526711)
- (-2184 . 526614) (-2185 . 526564) (-2186 . 526404) (-2187 . 526218)
- (-2188 . 525994) (-2189 . 525889) (-2190 . 525760) (-2191 . 525707)
- (-2192 . 525617) (-2193 . 525550) (-2194 . 525198) (-2195 . 524986)
- (-2196 . 524740) (-2197 . 524490) (-2198 . 524392) (-2199 . 524204)
- (-2200 . 524142) (-2201 . 524058) (-2202 . 523798) (-2203 . 522606)
- (-2204 . 522529) (-2205 . 522103) (-2206 . 520373) (-2207 . 520314)
- (-2208 . 520208) (-2209 . 520180) (-2210 . 520127) (-2211 . 519723)
- (-2212 . 519670) (-2213 . 519546) (-2214 . 519383) (-2215 . 519081)
- (-2216 . 519003) (-2217 . 518888) (-2218 . 518304) (-2219 . 518204)
- (-2220 . 518101) (-2221 . 518027) (-2222 . 517928) (-2223 . 517858)
- (-2224 . 517599) (-2225 . 517500) (-2226 . 517416) (-2227 . 517220)
- (-2228 . 517134) (-2229 . 517082) (-2230 . 516996) (-2231 . 516912)
- (-2232 . 516859) (-2233 . 516760) (-2234 . 516470) (-2235 . 516402)
- (-2236 . 515519) (-2237 . 515373) (-2238 . 515342) (-2239 . 515199)
- (-2240 . 514539) (-2241 . 514420) (-2242 . 514358) (-2243 . 514292)
- (-2244 . 513214) (-2245 . 513186) (-2246 . 513088) (-2247 . 512890)
- (-2248 . 512859) (-2249 . 512830) (-2250 . 512717) (-2251 . 511500)
- (-2252 . 511430) (-2253 . 510695) (-2254 . 510577) (-2255 . 510455)
- (-2256 . 510299) (-2257 . 510155) (-2258 . 510067) (-2259 . 509972)
- (-2260 . 509458) (-2261 . 508799) (-2262 . 508676) (-2263 . 508539)
- (-2264 . 508468) (-2265 . 508396) (-2266 . 508273) (-2267 . 508168)
- (-2268 . 508109) (-2269 . 507905) (-2270 . 507750) (-2271 . 507697)
- (-2272 . 507665) (-2273 . 507355) (-2274 . 507301) (-2275 . 507249)
- (-2276 . 507169) (-2277 . 507110) (-2278 . 507009) (-2279 . 506582)
- (-2280 . 506473) (-2281 . 506308) (-2282 . 506117) (-2283 . 506043)
- (-2284 . 505945) (-2285 . 505888) (-2286 . 505705) (-2287 . 505574)
- (-2288 . 505500) (-2289 . 505392) (-2290 . 505286) (-2291 . 505134)
- (-2292 . 505061) (-2293 . 504965) (-2294 . 504658) (-2295 . 504558)
- (-2296 . 504480) (-2297 . 504343) (-2298 . 504242) (-2299 . 503640)
- (-2300 . 503524) (-2301 . 503455) (-2302 . 503133) (-2303 . 503080)
- (-2304 . 502653) (-2305 . 502600) (-2306 . 502476) (-2307 . 502392)
- (-2308 . 502193) (-2309 . 502100) (-2310 . 501966) (-2311 . 501864)
- (-2312 . 501793) (-2313 . 501656) (-2314 . 501603) (-2315 . 501550)
- (-2316 . 500840) (-2317 . 500601) (-2318 . 499863) (-2319 . 499775)
- (-2320 . 499674) (-2321 . 499586) (-2322 . 499158) (-2323 . 498774)
- (-2324 . 498705) (-2325 . 498508) (-2326 . 498342) (-2327 . 498283)
- (-2328 . 498101) (-2329 . 498015) (-2330 . 497640) (-2331 . 497561)
- (-2332 . 497232) (-2333 . 497074) (-2334 . 495293) (-2335 . 495058)
- (-2336 . 494958) (-2337 . 494736) (-2338 . 494663) (-2339 . 494480)
- (-2340 . 494406) (-2341 . 494350) (-2342 . 494280) (-2343 . 494042)
- (-2344 . 493988) (-2345 . 493916) (-2346 . 493787) (-2347 . 493451)
- (-2348 . 493374) (-2349 . 493304) (-2350 . 493205) (-2351 . 492983)
- (-2352 . 492705) (-2353 . 492587) (-2354 . 492296) (-2355 . 492206)
- (-2356 . 491934) (-2357 . 491834) (-2358 . 491775) (-2359 . 491681)
- (-2360 . 491562) (-2361 . 491534) (-2362 . 491428) (-2363 . 491394)
- (-2364 . 491217) (-2365 . 491036) (-2366 . 490953) (-2367 . 490827)
- (-2368 . 490739) (-2369 . 490665) (-2370 . 490636) (-2371 . 490565)
- (-2372 . 490446) (-2373 . 490388) (-2374 . 490209) (-2375 . 489407)
- (-2376 . 489288) (-2377 . 489198) (-2378 . 488772) (-2379 . 488719)
- (-2380 . 488566) (-2381 . 488394) (-2382 . 488272) (-2383 . 487930)
- (-2384 . 487819) (-2385 . 487671) (-2386 . 487479) (-2387 . 487402)
- (-2388 . 487223) (-2389 . 487170) (-2390 . 486790) (-2391 . 486459)
- (-2392 . 486388) (-2393 . 486321) (-2394 . 485979) (-2395 . 485922)
- (-2396 . 485714) (-2397 . 485499) (-2398 . 485415) (-2399 . 485239)
- (-2400 . 484968) (-2401 . 484884) (-2402 . 484825) (-2403 . 484540)
- (-2404 . 484331) (-2405 . 484254) (-2406 . 484156) (-2407 . 483962)
- (-2408 . 483791) (-2409 . 483416) (-2410 . 483292) (-2411 . 483167)
- (-2412 . 483084) (-2413 . 482969) (-2414 . 482892) (-2415 . 482484)
- (-2416 . 482417) (-2417 . 482064) (-2418 . 481964) (-2419 . 481381)
- (-2420 . 481167) (-2421 . 480775) (-2422 . 480694) (-2423 . 480598)
- (-2424 . 480481) (-2425 . 480263) (-2426 . 480142) (-2427 . 480064)
- (-2428 . 479941) (-2429 . 479723) (-2430 . 479304) (-2431 . 479218)
- (-2432 . 478542) (-2433 . 478472) (-2434 . 478320) (-2435 . 478191)
- (-2436 . 478157) (-2437 . 477941) (-2438 . 477395) (-2439 . 477252)
- (-2440 . 477072) (-2441 . 476878) (-2442 . 476611) (-2443 . 476544)
- (-2444 . 476484) (-2445 . 476267) (-2446 . 476190) (-2447 . 476102)
- (-2448 . 476021) (-2449 . 475943) (-2450 . 475890) (-2451 . 475835)
- (-2452 . 475803) (-2453 . 475381) (-2454 . 475285) (-2455 . 475162)
- (-2456 . 473981) (-2457 . 473928) (-2458 . 473717) (-2459 . 473661)
- (-2460 . 473400) (-2461 . 473255) (-2462 . 472669) (-2463 . 472306)
- (-2464 . 472196) (-2465 . 472129) (-2466 . 471882) (-2467 . 471794)
- (-2468 . 471575) (-2469 . 471158) (-2470 . 471048) (-2471 . 470845)
- (-2472 . 470627) (-2473 . 470474) (-2474 . 470199) (-2475 . 470096)
- (-2476 . 469934) (-2477 . 469862) (-2478 . 469785) (-2479 . 469672)
- (-2480 . 469157) (-2481 . 468927) (-2482 . 468533) (-2483 . 468496)
- (-2484 . 468283) (-2485 . 467998) (-2486 . 467779) (-2487 . 467706)
- (-2488 . 467243) (-2489 . 467093) (-2490 . 466824) (-2491 . 466121)
- (-2492 . 465957) (-2493 . 465825) (-2494 . 465710) (-2495 . 465113)
- (-2496 . 463933) (-2497 . 463828) (-2498 . 463309) (-2499 . 463275)
- (-2500 . 463201) (-2501 . 463095) (-2502 . 462642) (-2503 . 462550)
- (-2504 . 462518) (-2505 . 462466) (-2506 . 462303) (-2507 . 462247)
- (-2508 . 462082) (-2509 . 462005) (-2510 . 461938) (-2511 . 461885)
- (-2512 . 461791) (-2513 . 461513) (-2514 . 461415) (-2515 . 461206)
- (-2516 . 460982) (-2517 . 460342) (-2518 . 460268) (-2519 . 460191)
- (-2520 . 460078) (-2521 . 459879) (-2522 . 459568) (-2523 . 459471)
- (-2524 . 459344) (-2525 . 459186) (-2526 . 458932) (-2527 . 458795)
- (-2528 . 458712) (-2529 . 458420) (-2530 . 458368) (-2531 . 458239)
- (-2532 . 458156) (-2533 . 457804) (-2534 . 457755) (-2535 . 457639)
- (-2536 . 457523) (-2537 . 457223) (-2538 . 457099) (-2539 . 457011)
- (-2540 . 456934) (-2541 . 456720) (-2542 . 456609) (-2543 . 456536)
- (-2544 . 456001) (-2545 . 455080) (-2546 . 454273) (-2547 . 454196)
- (-2548 . 454061) (-2549 . 454008) (-2550 . 453904) (-2551 . 453763)
- (-2552 . 453681) (-2553 . 453531) (-2554 . 453215) (-2555 . 452979)
- (-2556 . 452799) (-2557 . 452590) (-2558 . 451702) (-2559 . 451618)
- (-2560 . 451537) (-2561 . 451382) (-2562 . 450878) (-2563 . 450088)
- (-2564 . 449866) (-2565 . 449759) (-2566 . 449082) (-2567 . 448818)
- (-2568 . 447819) (-2569 . 447678) (-2570 . 447525) (-2571 . 447322)
- (-2572 . 447263) (-2573 . 447040) (-2574 . 446870) (-2575 . 446728)
- (-2576 . 446284) (-2577 . 446232) (-2578 . 446130) (-2579 . 446077)
- (-2580 . 446025) (-2581 . 445931) (-2582 . 445559) (-2583 . 445459)
- (-2584 . 444968) (-2585 . 444807) (-2586 . 444753) (-2587 . 444603)
- (-2588 . 444461) (-2589 . 444240) (-2590 . 444179) (-2591 . 444021)
- (-2592 . 443949) (-2593 . 443863) (-2594 . 443613) (-2595 . 443520)
- (-2596 . 442654) (-2597 . 442519) (-2598 . 442073) (-2599 . 440777)
- (-2600 . 440667) (-2601 . 440614) (-2602 . 440553) (-2603 . 440498)
- (-2604 . 440077) (-2605 . 439569) (-2606 . 439541) (-2607 . 439411)
- (-2608 . 439338) (-2609 . 439288) (-2610 . 439017) (-2611 . 438946)
- (-2612 . 438712) (-2613 . 438655) (-2614 . 438473) (-2615 . 438401)
- (-2616 . 438334) (-2617 . 438210) (-2618 . 437659) (-2619 . 437064)
- (-2620 . 436885) (-2621 . 436802) (-2622 . 436723) (-2623 . 436652)
- (-2624 . 436006) (-2625 . 435940) (-2626 . 435763) (-2627 . 435696)
- (-2628 . 435662) (-2629 . 435581) (-2630 . 435363) (-2631 . 434609)
- (-2632 . 434424) (-2633 . 434314) (-2634 . 434142) (-2635 . 434000)
- (-2636 . 433408) (-2637 . 433334) (-2638 . 433119) (-2639 . 432894)
- (-2640 . 432534) (-2641 . 432405) (-2642 . 432290) (-2643 . 432180)
- (-2644 . 432065) (-2645 . 431931) (-2646 . 431801) (-2647 . 431730)
- (-2648 . 431583) (-2649 . 431506) (-2650 . 431368) (-2651 . 431213)
- (-2652 . 431136) (-2653 . 431040) (-2654 . 430880) (-2655 . 430459)
- (-2656 . 430173) (-2657 . 430067) (-2658 . 430008) (-2659 . 429904)
- (-2660 . 429704) (-2661 . 428258) (-2662 . 428172) (-2663 . 427435)
- (-2664 . 427358) (-2665 . 426607) (-2666 . 425939) (-2667 . 425872)
- (-2668 . 425776) (-2669 . 425711) (-2670 . 425660) (-2671 . 425086)
- (-2672 . 425052) (-2673 . 424950) (-2674 . 424727) (-2675 . 424653)
- (-2676 . 424407) (-2677 . 424248) (-2678 . 424090) (-2679 . 423994)
- (-2680 . 423929) (-2681 . 423852) (-2682 . 423637) (-2683 . 423584)
- (-2684 . 423458) (-2685 . 423384) (-2686 . 423277) (-2687 . 423225)
- (-2688 . 423045) (-2689 . 422947) (-2690 . 422787) (-2691 . 422659)
- (-2692 . 422049) (-2693 . 421946) (-2694 . 421661) (-2695 . 421591)
- (-2696 . 421523) (-2697 . 420920) (-2698 . 420801) (-2699 . 420773)
- (-2700 . 420486) (-2701 . 420434) (-2702 . 420268) (-2703 . 416605)
- (-2704 . 416473) (-2705 . 416376) (-2706 . 416304) (-2707 . 416055)
- (-2708 . 415851) (-2709 . 415524) (-2710 . 415471) (-2711 . 415341)
- (-2712 . 414223) (-2713 . 414149) (-2714 . 414099) (-2715 . 413924)
- (-2716 . 413753) (-2717 . 413685) (-2718 . 413534) (-2719 . 413280)
- (-2720 . 412252) (-2721 . 412117) (-2722 . 411869) (-2723 . 411751)
- (-2724 . 411581) (-2725 . 411468) (-2726 . 411299) (-2727 . 411052)
- (-2728 . 410931) (-2729 . 410836) (-2730 . 410781) (-2731 . 410193)
- (-2732 . 410101) (-2733 . 410049) (-2734 . 409976) (-2735 . 409906)
- (-2736 . 409760) (-2737 . 409695) (-2738 . 409599) (-2739 . 409479)
- (-2740 . 409230) (-2741 . 409031) (-2742 . 408957) (-2743 . 408885)
- (-2744 . 408832) (-2745 . 408612) (-2746 . 408254) (-2747 . 407808)
- (-2748 . 407684) (-2749 . 407596) (-2750 . 407179) (-2751 . 407094)
- (-2752 . 407037) (-2753 . 406988) (-2754 . 406870) (-2755 . 406698)
- (-2756 . 406439) (-2757 . 406362) (-2758 . 406222) (-2759 . 406086)
- (-2760 . 405891) (-2761 . 405814) (-2762 . 405683) (-2763 . 405156)
- (-2764 . 405061) (-2765 . 404746) (-2766 . 404693) (-2767 . 402278)
- (-12 . 402106) (-2769 . 401995) (-2770 . 400933) (-2771 . 400803)
- (-2772 . 399985) (-2773 . 399807) (-2774 . 399164) (-2775 . 398324)
- (-2776 . 397940) (-2777 . 397684) (-2778 . 397528) (-2779 . 397370)
- (-2780 . 397266) (-2781 . 397213) (-2782 . 397134) (-2783 . 396875)
- (-2784 . 396531) (-2785 . 396411) (-2786 . 395068) (-2787 . 394505)
- (-2788 . 394419) (-2789 . 394323) (-2790 . 394220) (-2791 . 394093)
- (-2792 . 394041) (-2793 . 393947) (-2794 . 389947) (-2795 . 389083)
- (-2796 . 389000) (-2797 . 388940) (-2798 . 388887) (-2799 . 388858)
- (-2800 . 388295) (-2801 . 388148) (-2802 . 387757) (-2803 . 387663)
- (-2804 . 387603) (-2805 . 387535) (-2806 . 387394) (-2807 . 387342)
- (-2808 . 387226) (-2809 . 387112) (-2810 . 387028) (-2811 . 386912)
- (-2812 . 386349) (-2813 . 386203) (-2814 . 386119) (-2815 . 385979)
- (-2816 . 385905) (-2817 . 385805) (-2818 . 385752) (-2819 . 385699)
- (-2820 . 385412) (-2821 . 384933) (-2822 . 384832) (-2823 . 384676)
- (-2824 . 384642) (-2825 . 384589) (-2826 . 384522) (-2827 . 384391)
- (-2828 . 384336) (-2829 . 384263) (-2830 . 384110) (-2831 . 383982)
- (-2832 . 383503) (-2833 . 383431) (-2834 . 383358) (-2835 . 383195)
- (-2836 . 383041) (-2837 . 382924) (-2838 . 382868) (-2839 . 382720)
- (-2840 . 382671) (-2841 . 382578) (-2842 . 382507) (-2843 . 382454)
- (-2844 . 382390) (-2845 . 382256) (-2846 . 382127) (-2847 . 382053)
- (-2848 . 381955) (-2849 . 381539) (-2850 . 381426) (-2851 . 381373)
- (-2852 . 381290) (-2853 . 380912) (-2854 . 380860) (-2855 . 380765)
- (-2856 . 380592) (-2857 . 375253) (-2858 . 375094) (-2859 . 373662)
- (-2860 . 373527) (-2861 . 373432) (-2862 . 373241) (-2863 . 373086)
- (-2864 . 372868) (-2865 . 372698) (-2866 . 372617) (-2867 . 372488)
- (-2868 . 372411) (-2869 . 372009) (-2870 . 371954) (-2871 . 371781)
- (-2872 . 371686) (-2873 . 371570) (-2874 . 371447) (-2875 . 371388)
- (-2876 . 371171) (-2877 . 371101) (-2878 . 370958) (-2879 . 370760)
- (-2880 . 370568) (-2881 . 370436) (* . 366323) (-2883 . 366295)
- (-2884 . 365999) (-2885 . 365943) (-2886 . 365885) (-2887 . 365744)
- (-2888 . 365538) (-2889 . 365436) (-2890 . 365339) (-2891 . 365269)
- (-2892 . 365214) (-2893 . 365122) (-2894 . 365021) (-2895 . 364725)
- (-2896 . 364668) (-2897 . 364640) (-2898 . 364545) (-2899 . 364487)
- (-2900 . 364389) (-2901 . 364095) (-2902 . 363562) (-2903 . 363335)
- (-2904 . 363169) (-2905 . 363110) (-2906 . 362976) (-2907 . 362878)
- (-2908 . 362777) (-2909 . 362577) (-2910 . 362412) (-2911 . 362297)
- (-2912 . 362231) (-2913 . 362112) (-2914 . 362083) (-2915 . 361753)
- (-2916 . 361650) (-2917 . 361570) (-2918 . 361453) (-2919 . 361332)
- (-2920 . 361279) (-2921 . 361007) (-2922 . 360854) (-2923 . 360659)
- (-2924 . 360516) (-2925 . 360446) (-2926 . 360343) (-2927 . 359191)
- (-2928 . 359010) (-2929 . 358464) (-2930 . 358409) (-2931 . 358271)
- (-2932 . 358158) (-2933 . 358021) (-2934 . 357938) (-2935 . 357868)
- (-2936 . 357620) (-2937 . 357533) (-2938 . 354234) (-2939 . 353956)
- (-2940 . 353883) (-2941 . 353780) (-2942 . 353654) (-2943 . 353508)
- (-2944 . 353412) (-2945 . 353311) (-2946 . 353080) (-2947 . 352986)
- (-2948 . 352797) (-2949 . 352517) (-2950 . 352278) (-2951 . 352125)
- (-2952 . 352018) (-2953 . 351944) (-2954 . 351563) (-2955 . 351397)
- (-2956 . 351261) (-2957 . 351129) (-2958 . 350895) (-2959 . 350792)
- (-2960 . 350705) (-2961 . 350577) (-2962 . 350338) (-2963 . 350193)
- (-2964 . 350080) (-2965 . 349918) (-2966 . 349616) (-2967 . 349509)
- (-2968 . 349440) (-2969 . 349378) (-2970 . 349310) (-2971 . 348943)
- (-2972 . 348639) (-2973 . 348440) (-2974 . 348207) (-2975 . 348048)
- (-2976 . 347830) (-2977 . 347701) (-2978 . 347634) (-2979 . 347441)
- (-2980 . 347380) (-2981 . 347121) (-2982 . 347033) (-2983 . 346777)
- (-2984 . 346415) (-2985 . 346358) (-2986 . 346200) (-2987 . 346133)
- (-2988 . 346015) (-2989 . 345928) (-2990 . 345785) (-2991 . 345687)
- (-2992 . 345659) (-2993 . 345426) (-2994 . 345153) (-2995 . 345101)
- (-2996 . 345020) (-2997 . 344924) (-2998 . 344864) (-2999 . 344805)
- (-3000 . 344738) (-3001 . 344600) (-3002 . 344353) (-3003 . 344290)
- (-3004 . 344166) (-3005 . 344082) (-3006 . 344011) (-3007 . 343928)
- (-3008 . 343842) (-3009 . 343402) (-3010 . 343272) (-3011 . 342861)
- (-3012 . 342783) (-3013 . 342710) (-3014 . 341836) (-3015 . 341783)
- (-3016 . 341700) (-3017 . 341647) (-3018 . 341415) (-3019 . 341333)
- (-3020 . 341266) (-3021 . 341104) (-3022 . 341009) (-3023 . 340678)
- (-3024 . 340518) (-3025 . 340445) (-3026 . 340300) (-3027 . 339114)
- (-3028 . 338967) (-3029 . 338890) (-3030 . 338806) (-3031 . 338281)
- (-3032 . 338228) (-3033 . 338034) (-3034 . 337626) (-3035 . 337473)
- (-3036 . 337255) (-3037 . 337134) (-3038 . 337007) (-3039 . 336878)
- (-3040 . 336240) (-3041 . 335058) (-3042 . 334796) (-3043 . 334300)
- (-3044 . 334216) (-3045 . 334117) (-3046 . 334021) (-3047 . 333842)
- (-3048 . 333721) (-3049 . 333459) (-3050 . 333077) (-3051 . 332996)
- (-3052 . 332477) (-3053 . 332248) (-3054 . 330040) (-3055 . 329907)
- (-3056 . 329873) (-3057 . 329702) (-3058 . 329674) (-3059 . 329455)
- (-3060 . 329310) (-3061 . 329230) (-3062 . 329131) (-3063 . 328838)
- (-3064 . 328719) (-3065 . 328467) (-3066 . 328254) (-3067 . 328155)
- (-3068 . 328007) (-3069 . 327697) (-3070 . 327602) (-3071 . 327354)
- (-3072 . 327057) (-3073 . 326844) (-3074 . 326738) (-3075 . 326490)
- (-3076 . 326374) (-3077 . 323533) (-3078 . 323456) (-3079 . 323298)
- (-3080 . 323210) (-3081 . 323043) (-3082 . 323015) (-3083 . 322943)
- (-3084 . 322670) (-3085 . 322452) (-3086 . 322343) (-3087 . 322273)
- (-3088 . 322174) (-3089 . 322118) (-3090 . 322038) (-3091 . 321913)
- (-3092 . 321800) (-3093 . 321519) (-3094 . 321420) (-3095 . 321222)
- (-3096 . 321166) (-3097 . 321013) (-3098 . 320919) (-3099 . 320834)
- (-3100 . 320631) (-3101 . 320295) (-3102 . 320124) (-3103 . 319811)
- (-3104 . 319743) (-3105 . 319601) (-3106 . 319463) (-3107 . 319273)
- (-3108 . 319206) (-3109 . 319127) (-3110 . 319070) (-3111 . 318532)
- (-3112 . 318306) (-3113 . 318221) (-3114 . 318135) (-3115 . 317501)
- (-3116 . 317343) (-3117 . 316859) (-3118 . 316429) (-3119 . 316118)
- (-3120 . 315991) (-3121 . 315922) (-3122 . 315638) (-3123 . 315360)
- (-3124 . 315290) (-3125 . 314876) (-3126 . 314813) (-3127 . 314535)
- (-3128 . 314507) (-3129 . 314162) (-3130 . 314085) (-3131 . 313875)
- (-3132 . 313769) (-3133 . 313623) (-3134 . 313287) (-3135 . 312854)
- (-3136 . 312682) (-3137 . 312583) (-3138 . 312442) (-3139 . 312359)
- (-3140 . 312136) (-3141 . 311994) (-3142 . 311737) (-3143 . 311651)
- (-3144 . 311598) (-3145 . 311306) (-3146 . 311253) (-3147 . 311168)
- (-3148 . 310996) (-3149 . 310828) (-3150 . 310690) (-3151 . 310635)
- (-3152 . 310477) (-3153 . 310333) (-3154 . 310245) (-3155 . 310143)
- (-3156 . 310028) (-3157 . 309954) (-3158 . 309855) (-3159 . 309683)
- (-3160 . 309558) (-3161 . 309017) (-3162 . 308658) (-3163 . 308515)
- (-3164 . 308420) (-3165 . 307800) (-3166 . 307560) (-3167 . 307421)
- (-3168 . 307368) (-3169 . 307093) (-3170 . 306921) (-3171 . 306810)
- (-3172 . 306747) (-3173 . 306435) (-3174 . 306292) (-3175 . 306222)
- (-3176 . 306085) (-3177 . 305761) (-3178 . 305654) (-3179 . 305408)
- (-3180 . 305323) (-3181 . 305051) (-3182 . 304927) (-3183 . 304830)
- (-3184 . 304748) (-3185 . 304645) (-3186 . 304466) (-3187 . 304263)
- (-3188 . 304229) (-3189 . 304056) (-3190 . 303841) (-3191 . 303785)
- (-3192 . 303665) (-3193 . 303401) (-3194 . 303300) (-3195 . 303199)
- (-3196 . 303112) (-3197 . 302992) (-3198 . 302852) (-3199 . 302638)
- (-3200 . 302043) (-3201 . 301898) (-3202 . 301686) (-3203 . 301596)
- (-3204 . 301513) (-3205 . 301453) (-3206 . 301379) (-3207 . 301291)
- (-3208 . 301120) (-3209 . 301053) (-3210 . 301003) (-3211 . 300951)
- (-3212 . 300895) (-3213 . 300774) (-3214 . 300670) (-3215 . 300598)
- (-3216 . 300449) (-3217 . 300393) (-3218 . 300174) (-3219 . 300059)
- (-3220 . 300000) (-3221 . 299906) (-3222 . 299579) (-3223 . 298956)
- (-3224 . 298879) (-3225 . 298736) (-3226 . 298653) (-3227 . 298321)
- (-3228 . 298244) (-3229 . 298003) (-3230 . 297860) (-3231 . 297755)
- (-3232 . 297702) (-3233 . 297619) (-3234 . 297452) (-3235 . 296818)
- (-3236 . 296623) (-3237 . 296497) (-3238 . 296339) (-3239 . 296023)
- (-3240 . 295886) (-3241 . 295494) (-3242 . 295465) (-3243 . 295396)
- (-3244 . 295146) (-3245 . 295039) (-3246 . 294744) (-3247 . 294643)
- (-3248 . 294609) (-3249 . 294481) (-3250 . 294401) (-3251 . 294292)
- (-3252 . 293941) (-3253 . 293723) (-3254 . 293549) (-3255 . 293463)
- (-3256 . 293353) (-3257 . 293189) (-3258 . 291927) (-3259 . 291833)
- (-3260 . 291647) (-3261 . 291566) (-3262 . 291459) (-3263 . 291335)
- (-3264 . 291177) (-3265 . 291075) (-3266 . 290789) (-3267 . 290686)
- (-3268 . 290309) (-3269 . 290205) (-3270 . 290007) (-3271 . 289940)
- (-3272 . 289891) (-3273 . 289814) (-3274 . 289639) (-3275 . 289587)
- (-3276 . 289536) (-3277 . 289325) (-3278 . 289219) (-3279 . 289152)
- (-3280 . 289057) (-3281 . 285107) (-3282 . 284972) (-3283 . 284766)
- (-3284 . 284678) (-3285 . 284626) (-3286 . 284531) (-3287 . 284418)
- (-3288 . 284076) (-3289 . 283964) (-3290 . 283846) (-3291 . 283775)
- (-3292 . 283570) (-3293 . 283513) (-3294 . 283418) (-3295 . 282353)
- (-3296 . 282294) (-3297 . 282215) (-3298 . 282077) (-3299 . 281881)
- (-3300 . 281807) (-3301 . 281773) (-3302 . 281675) (-3303 . 281474)
- (-3304 . 281415) (-3305 . 280419) (-3306 . 280345) (-3307 . 280113)
- (-3308 . 279993) (-3309 . 279913) (-3310 . 279619) (-3311 . 279310)
- (-3312 . 279136) (-3313 . 279085) (-3314 . 278512) (-3315 . 278088)
- (-3316 . 278000) (-3317 . 277910) (-3318 . 277820) (-3319 . 277724)
- (-3320 . 277566) (-3321 . 277030) (-3322 . 276912) (-3323 . 276806)
- (-3324 . 276718) (-3325 . 276407) (-3326 . 276155) (-3327 . 276034)
- (-3328 . 275966) (-3329 . 275867) (-3330 . 275188) (-3331 . 275029)
- (-3332 . 274915) (-3333 . 274862) (-3334 . 274753) (-3335 . 274609)
- (-3336 . 274537) (-3337 . 274319) (-3338 . 274191) (-3339 . 273745)
- (-3340 . 273518) (-3341 . 273420) (-3342 . 273341) (-3343 . 273246)
- (-3344 . 273090) (-3345 . 272974) (-3346 . 272861) (-3347 . 272716)
- (-3348 . 272650) (-3349 . 272567) (-3350 . 272507) (-3351 . 272422)
- (-3352 . 272345) (-3353 . 272253) (-3354 . 272189) (-3355 . 271743)
- (-3356 . 271675) (-3357 . 271511) (-3358 . 271345) (-3359 . 271245)
- (-3360 . 270762) (-3361 . 270657) (-3362 . 270446) (-3363 . 270213)
- (-3364 . 270072) (-3365 . 269869) (-3366 . 269514) (-3367 . 269399)
- (-3368 . 269257) (-3369 . 269220) (-3370 . 268935) (-3371 . 268840)
- (-3372 . 268618) (-3373 . 268221) (-3374 . 267855) (-3375 . 267759)
- (-3376 . 267727) (-3377 . 267163) (-3378 . 266972) (-3379 . 266745)
- (-3380 . 266590) (-3381 . 266211) (-3382 . 266116) (-3383 . 266050)
- (-3384 . 265964) (-3385 . 265837) (-3386 . 265755) (-3387 . 265490)
- (-3388 . 265243) (-3389 . 265136) (-3390 . 265040) (-3391 . 264893)
- (-3392 . 264562) (-3393 . 264169) (-3394 . 264069) (-3395 . 264013)
- (-3396 . 263850) (-3397 . 263754) (-3398 . 263666) (-3399 . 263608)
- (-3400 . 263430) (-3401 . 263368) (-3402 . 262838) (-3403 . 262789)
- (-3404 . 262552) (-3405 . 262458) (-3406 . 262123) (-3407 . 261878)
- (-3408 . 261811) (-3409 . 261578) (-3410 . 261431) (-3411 . 261227)
- (-3412 . 261145) (-3413 . 261093) (-3414 . 261019) (-3415 . 260636)
- (-3416 . 260564) (-3417 . 260462) (-3418 . 260147) (-3419 . 260020)
- (-3420 . 259900) (-3421 . 259814) (-3422 . 258541) (-3423 . 258450)
- (-3424 . 258232) (-3425 . 257953) (-3426 . 257856) (-3427 . 257804)
- (-3428 . 257680) (-3429 . 257229) (-3430 . 257151) (-3431 . 256816)
- (-3432 . 256308) (-3433 . 256228) (-3434 . 255989) (-3435 . 255660)
- (-3436 . 255567) (-3437 . 255493) (-3438 . 255396) (-3439 . 255255)
- (-3440 . 255128) (-3441 . 254918) (-3442 . 254511) (-3443 . 254025)
- (-3444 . 253209) (-3445 . 253136) (-3446 . 253004) (-3447 . 252888)
- (-3448 . 252735) (-3449 . 252646) (-3450 . 252418) (-3451 . 252109)
- (-3452 . 251879) (-3453 . 251761) (-3454 . 251648) (-3455 . 251596)
- (-3456 . 251488) (-3457 . 251401) (-3458 . 251334) (-3459 . 251277)
- (-3460 . 251127) (-3461 . 250990) (-3462 . 250827) (-3463 . 250671)
- (-3464 . 250616) (-3465 . 250229) (-3466 . 250177) (-3467 . 250127)
- (-3468 . 249935) (-3469 . 249725) (-3470 . 249624) (-3471 . 249468)
- (-3472 . 249111) (-3473 . 248250) (-3474 . 248147) (-3475 . 248048)
- (-3476 . 247707) (-3477 . 247499) (-3478 . 247260) (-3479 . 247190)
- (-3480 . 247132) (-3481 . 247064) (-3482 . 247005) (-3483 . 246943)
- (-3484 . 246865) (-3485 . 246589) (-3486 . 246502) (-3487 . 246371)
- (-3488 . 246252) (-3489 . 246134) (-3490 . 246012) (-3491 . 245687)
- (-3492 . 245586) (-3493 . 245426) (-3494 . 245342) (-3495 . 244240)
- (-3496 . 243852) (-3497 . 243787) (-3498 . 243621) (-3499 . 243446)
- (-3500 . 243029) (-3501 . 242919) (-3502 . 242848) (-3503 . 242796)
- (-3504 . 242723) (-3505 . 242212) (-3506 . 242099) (-3507 . 242071)
- (-3508 . 242008) (-3509 . 241805) (-3510 . 240228) (-3511 . 240084)
- (-3512 . 239932) (-3513 . 239686) (-3514 . 239655) (-3515 . 239584)
- (-3516 . 238841) (-3517 . 238770) (-3518 . 238632) (-3519 . 238524)
- (-3520 . 238414) (-3521 . 238285) (-3522 . 238057) (-3523 . 237887)
- (-3524 . 237742) (-3525 . 237618) (-3526 . 237502) (-3527 . 237255)
- (-3528 . 237097) (-3529 . 236996) (-3530 . 236821) (-3531 . 236551)
- (-3532 . 236463) (-3533 . 236345) (-3534 . 236178) (-3535 . 236141)
- (-3536 . 235835) (-3537 . 235710) (-3538 . 235379) (-3539 . 235311)
- (-3540 . 234707) (-3541 . 234640) (-3542 . 234239) (-3543 . 234135)
- (-3544 . 234020) (-3545 . 233925) (-3546 . 233653) (-3547 . 233556)
- (-3548 . 233358) (-3549 . 233324) (-3550 . 233169) (-3551 . 233056)
- (-3552 . 232697) (-3553 . 232101) (-3554 . 222651) (-3555 . 222565)
- (-3556 . 222441) (-3557 . 222317) (-3558 . 222024) (-3559 . 221859)
- (-3560 . 221825) (-3561 . 221729) (-3562 . 221619) (-3563 . 221536)
- (-3564 . 221476) (-3565 . 221404) (-3566 . 221013) (-3567 . 202438)
- (-3568 . 202299) (-3569 . 202247) (-3570 . 201759) (-3571 . 201593)
- (-3572 . 201543) (-3573 . 201321) (-3574 . 201268) (-3575 . 201018)
- (-3576 . 200866) (-3577 . 200610) (-3578 . 199997) (-3579 . 197176)
- (-3580 . 196475) (-3581 . 196423) (-3582 . 196341) (-3583 . 196289)
- (-3584 . 196192) (-3585 . 196002) (-3586 . 195928) (-3587 . 195755)
- (-3588 . 195633) (-3589 . 195446) (-3590 . 195019) (-3591 . 194938)
- (-3592 . 194718) (-3593 . 194325) (-3594 . 194251) (-3595 . 194174)
- (-3596 . 193974) (-3597 . 193706) (-3598 . 193598) (-3599 . 193524)
- (-3600 . 193372) (-3601 . 193302) (-3602 . 193210) (-3603 . 193036)
- (-3604 . 192950) (-3605 . 192834) (-3606 . 192769) (-3607 . 192605)
- (-3608 . 192340) (-3609 . 192266) (-3610 . 192164) (-3611 . 192093)
- (-3612 . 191806) (-3613 . 191579) (-3614 . 191505) (-3615 . 191234)
- (-3616 . 191206) (-3617 . 190862) (-3618 . 190509) (-3619 . 190313)
- (-3620 . 190261) (-3621 . 190015) (-3622 . 189790) (-3623 . 188450)
- (-3624 . 188367) (-3625 . 188204) (-3626 . 188080) (-3627 . 187713)
- (-3628 . 187553) (-3629 . 187501) (-3630 . 187473) (-3631 . 187419)
- (-3632 . 187342) (-3633 . 187215) (-3634 . 187021) (-3635 . 186878)
- (-3636 . 186813) (-3637 . 186721) (-3638 . 186541) (-3639 . 186485)
- (-3640 . 186376) (-3641 . 186192) (-3642 . 186058) (-3643 . 185984)
- (-3644 . 185870) (-3645 . 185660) (-3646 . 185608) (-3647 . 185500)
- (-3648 . 185361) (-3649 . 182580) (-3650 . 182431) (-3651 . 182246)
- (-3652 . 182194) (-3653 . 182116) (-3654 . 182004) (-3655 . 181889)
- (-3656 . 181281) (-3657 . 181190) (-3658 . 180669) (-3659 . 180535)
- (-3660 . 180483) (-3661 . 180341) (-3662 . 180155) (-3663 . 179859)
- (-3664 . 179693) (-3665 . 179323) (-3666 . 178737) (-3667 . 178489)
- (-3668 . 178330) (-3669 . 178257) (-3670 . 177415) (-3671 . 177298)
- (-3672 . 177104) (-3673 . 176931) (-3674 . 176631) (-3675 . 176553)
- (-3676 . 176501) (-3677 . 176404) (-3678 . 176336) (-3679 . 176284)
- (-3680 . 176211) (-3681 . 176159) (-3682 . 175883) (-3683 . 172274)
- (-3684 . 172191) (-3685 . 172103) (-3686 . 171732) (-3687 . 171607)
- (-3688 . 171521) (-3689 . 171470) (-3690 . 171004) (-3691 . 170886)
- (-3692 . 170795) (-3693 . 170744) (-3694 . 170562) (-3695 . 170492)
- (-3696 . 170388) (-3697 . 170091) (-3698 . 169957) (-3699 . 169856)
- (-3700 . 169768) (-3701 . 169711) (-3702 . 169484) (-3703 . 169402)
- (-3704 . 169085) (-3705 . 169057) (-3706 . 168961) (-3707 . 168515)
- (-3708 . 168463) (-3709 . 168392) (-3710 . 167971) (-3711 . 167669)
- (-3712 . 167319) (-3713 . 167199) (-3714 . 167111) (-3715 . 166837)
- (-3716 . 166251) (-3717 . 166170) (-3718 . 165832) (-3719 . 165751)
- (-3720 . 165628) (-3721 . 165555) (-3722 . 165500) (-3723 . 165438)
- (-3724 . 164619) (-3725 . 164556) (-3726 . 164460) (-3727 . 164388)
- (-3728 . 164281) (-3729 . 164219) (-3730 . 164076) (-3731 . 162826)
- (-3732 . 162623) (-3733 . 162554) (-3734 . 162526) (-3735 . 162366)
- (-3736 . 162248) (-3737 . 161921) (-3738 . 161819) (-3739 . 161608)
- (-3740 . 161555) (-3741 . 161418) (-3742 . 160191) (-3743 . 160016)
- (-3744 . 159826) (-3745 . 159664) (-3746 . 159346) (-3747 . 159148)
- (-3748 . 159061) (-3749 . 158984) (-3750 . 158839) (-3751 . 158723)
- (-3752 . 158621) (-3753 . 157317) (-3754 . 157157) (-3755 . 157105)
- (-3756 . 157004) (-3757 . 156786) (-3758 . 156726) (-3759 . 156537)
- (-3760 . 156486) (-3761 . 156390) (-3762 . 156312) (-3763 . 155948)
- (-3764 . 155402) (-3765 . 155271) (-3766 . 155212) (-3767 . 155117)
- (-3768 . 155065) (-3769 . 154939) (-3770 . 154883) (-3771 . 154812)
- (-3772 . 154693) (-3773 . 154611) (-3774 . 154508) (-3775 . 154261)
- (-3776 . 154209) (-3777 . 153969) (-3778 . 153872) (-3779 . 153776)
- (-3780 . 153486) (-3781 . 153435) (-3782 . 153289) (-3783 . 153209)
- (-3784 . 153109) (-3785 . 153050) (-3786 . 152937) (-3787 . 152839)
- (-3788 . 152744) (-3789 . 152100) (-3790 . 151858) (-3791 . 151348)
- (-3792 . 151169) (-3793 . 151005) (-3794 . 150953) (-3795 . 150789)
- (-3796 . 150126) (-3797 . 149924) (-3798 . 149660) (-3799 . 149607)
- (-3800 . 149434) (-3801 . 149182) (-3802 . 149096) (-3803 . 148894)
- (-3804 . 148834) (-3805 . 148723) (-3806 . 148671) (-3807 . 148549)
- (-3808 . 148330) (-3809 . 147748) (-3810 . 147572) (-3811 . 147394)
- (-3812 . 147328) (-3813 . 146954) (-3814 . 146857) (-3815 . 146750)
- (-3816 . 146590) (-3817 . 146494) (-3818 . 146466) (-3819 . 146213)
- (-3820 . 145980) (-3821 . 145658) (-3822 . 144900) (-3823 . 144807)
- (-3824 . 144675) (-3825 . 144601) (-3826 . 143837) (-3827 . 143612)
- (-3828 . 143539) (-3829 . 143332) (-3830 . 143209) (-3831 . 143018)
- (-3832 . 142981) (-3833 . 142756) (-3834 . 142673) (-3835 . 142288)
- (-3836 . 141996) (-3837 . 141620) (-3838 . 141430) (-3839 . 141088)
- (-3840 . 140866) (-3841 . 140440) (-3842 . 140137) (-3843 . 140064)
- (-3844 . 139991) (-3845 . 139733) (-3846 . 139601) (-3847 . 139521)
- (-3848 . 139420) (-3849 . 139287) (-3850 . 139192) (-3851 . 138649)
- (-3852 . 138565) (-3853 . 138512) (-3854 . 138420) (-3855 . 138325)
- (-3856 . 138167) (-3857 . 138063) (-3858 . 137955) (-3859 . 137927)
- (-3860 . 137631) (-3861 . 137499) (-3862 . 137426) (-3863 . 137307)
- (-3864 . 137278) (-3865 . 137094) (-3866 . 137002) (-3867 . 136771)
- (-3868 . 136685) (-3869 . 136618) (-3870 . 136302) (-3871 . 136199)
- (-3872 . 136114) (-3873 . 136061) (-3874 . 135331) (-3875 . 135187)
- (-3876 . 135134) (-3877 . 135006) (-3878 . 134829) (-3879 . 134743)
- (-3880 . 134628) (-3881 . 134574) (-3882 . 134479) (-3883 . 134330)
- (-3884 . 134200) (-3885 . 134123) (-3886 . 133393) (-3887 . 133152)
- (-3888 . 132989) (-3889 . 132918) (-3890 . 132741) (-3891 . 132526)
- (-3892 . 132190) (-3893 . 132106) (-3894 . 131740) (-3895 . 131688)
- (-3896 . 131628) (-3897 . 131467) (-3898 . 130790) (-3899 . 130721)
- (-3900 . 129629) (-3901 . 129571) (-3902 . 129500) (-3903 . 129062)
- (-3904 . 128792) (-3905 . 127594) (-3906 . 127233) (-3907 . 126668)
- (-3908 . 126489) (-3909 . 126437) (-3910 . 126322) (-3911 . 126255)
- (-3912 . 126103) (-3913 . 125965) (-3914 . 125913) (-3915 . 125770)
- (-3916 . 125386) (-3917 . 124821) (-3918 . 124705) (-3919 . 124323)
- (-3920 . 124253) (-3921 . 124097) (-3922 . 124000) (-3923 . 123941)
- (-3924 . 123842) (-3925 . 123590) (-3926 . 123338) (-3927 . 122773)
- (-3928 . 122554) (-3929 . 122454) (-3930 . 122395) (-3931 . 122210)
- (-3932 . 122072) (-3933 . 121984) (-3934 . 121823) (-3935 . 121148)
- (-3936 . 121057) (-3937 . 121026) (-3938 . 120828) (-3939 . 120518)
- (-3940 . 120003) (-3941 . 119930) (-3942 . 119331) (-3943 . 118941)
- (-3944 . 118396) (-3945 . 118328) (-3946 . 118078) (-3947 . 117736)
- (-3948 . 117061) (-3949 . 116903) (-3950 . 116815) (-3951 . 116630)
- (-3952 . 116548) (-3953 . 116498) (-3954 . 116359) (-3955 . 116292)
- (-3956 . 115865) (-3957 . 115792) (-3958 . 115054) (-3959 . 114606)
- (-3960 . 114524) (-3961 . 114321) (-3962 . 114069) (-3963 . 113793)
- (-3964 . 113307) (-3965 . 113136) (-3966 . 112762) (-3967 . 112443)
- (-3968 . 112233) (-3969 . 112080) (-3970 . 112026) (-3971 . 111463)
- (-3972 . 111368) (-3973 . 111272) (-3974 . 111134) (-3975 . 111073)
- (-3976 . 110969) (-3977 . 110816) (-3978 . 110733) (-3979 . 110402)
- (-3980 . 109839) (-3981 . 109671) (-3982 . 109421) (-3983 . 109348)
- (-3984 . 109140) (-3985 . 109086) (-3986 . 109024) (-3987 . 108945)
- (-3988 . 108747) (-3989 . 108601) (-3990 . 108542) (-3991 . 108514)
- (-3992 . 107951) (-3993 . 107856) (-3994 . 107768) (-3995 . 107687)
- (-3996 . 107653) (-3997 . 107311) (-3998 . 107068) (-3999 . 107015)
- (-4000 . 106921) (-4001 . 106859) (-4002 . 105979) (-4003 . 105303)
- (-4004 . 105171) (-4005 . 105085) (-4006 . 105033) (-4007 . 104875)
- (-4008 . 104822) (-4009 . 104393) (-4010 . 104294) (-4011 . 103618)
- (-4012 . 103533) (-4013 . 103402) (-4014 . 103330) (-4015 . 103234)
- (-4016 . 103156) (-4017 . 102728) (-4018 . 102603) (-4019 . 102356)
- (-4020 . 102051) (-4021 . 102000) (-4022 . 101324) (-4023 . 100958)
- (-4024 . 100748) (-4025 . 100693) (-4026 . 100341) (-4027 . 100233)
- (-4028 . 100151) (-4029 . 100056) (-4030 . 99955) (-4031 . 99899)
- (-4032 . 99746) (-4033 . 99675) (-4034 . 99111) (-4035 . 99038)
- (-4036 . 98937) (-4037 . 98645) (-4038 . 98585) (-4039 . 98483)
- (-4040 . 96351) (-4041 . 96324) (-4042 . 96256) (-4043 . 96098)
- (-4044 . 96039) (-4045 . 95895) (-4046 . 95795) (-4047 . 95231)
- (-4048 . 94950) (-4049 . 94841) (-4050 . 94685) (-4051 . 94563)
- (-4052 . 94164) (-4053 . 94093) (-4054 . 93925) (-4055 . 93780)
- (-4056 . 93640) (-4057 . 93504) (-4058 . 92940) (-4059 . 92912)
- (-4060 . 92754) (-4061 . 92609) (-4062 . 92507) (-4063 . 92261)
- (-4064 . 92122) (-4065 . 92090) (-4066 . 92035) (-4067 . 91757)
- (-4068 . 91194) (-4069 . 91126) (-4070 . 90875) (-4071 . 90768)
- (-4072 . 90666) (-4073 . 90527) (-4074 . 90254) (-4075 . 90166)
- (-4076 . 90114) (-4077 . 89887) (-4078 . 89804) (-4079 . 89639)
- (-4080 . 89076) (-4081 . 88953) (-4082 . 88745) (-4083 . 88436)
- (-4084 . 88257) (-4085 . 88022) (-4086 . 87932) (-4087 . 87862)
- (-4088 . 87714) (-4089 . 87619) (-4090 . 87531) (-4091 . 87378)
- (-4092 . 86911) (-4093 . 86767) (-4094 . 86379) (-4095 . 86263)
- (-4096 . 86015) (-4097 . 85903) (-4098 . 85712) (-4099 . 85635)
- (-4100 . 85603) (-4101 . 84402) (-4102 . 84331) (-4103 . 84254)
- (-4104 . 84059) (-4105 . 83979) (-4106 . 83912) (-4107 . 83757)
- (-4108 . 83674) (-4109 . 83544) (-4110 . 83417) (-4111 . 83334)
- (-4112 . 83178) (-4113 . 83125) (-4114 . 68892) (-4115 . 68755)
- (-4116 . 68277) (-4117 . 68215) (-4118 . 68162) (-4119 . 68096)
- (-4120 . 68002) (-4121 . 67901) (-4122 . 67823) (-4123 . 67722)
- (-4124 . 67133) (-4125 . 66931) (-4126 . 66320) (-4127 . 66268)
- (-4128 . 66152) (-4129 . 65758) (-4130 . 65307) (-4131 . 65193)
- (-4132 . 65140) (-4133 . 64649) (-4134 . 64520) (-4135 . 64389)
- (-4136 . 64296) (-4137 . 64223) (-4138 . 63453) (-4139 . 63425)
- (-4140 . 63326) (-4141 . 63259) (-4142 . 63103) (-4143 . 63040)
- (-4144 . 62960) (-4145 . 62645) (-4146 . 62552) (-4147 . 62200)
- (-4148 . 62011) (-4149 . 61940) (-4150 . 61888) (-4151 . 61814)
- (-4152 . 61698) (-4153 . 61561) (-4154 . 61245) (-4155 . 60986)
- (-4156 . 60118) (-4157 . 59978) (-4158 . 59897) (-4159 . 59828)
- (-4160 . 59691) (-4161 . 58543) (-4162 . 58447) (-4163 . 57771)
- (-4164 . 57743) (-4165 . 57458) (-4166 . 57266) (-4167 . 56706)
- (-4168 . 56650) (-4169 . 52983) (-4170 . 52875) (-4171 . 52738)
- (-4172 . 52636) (-4173 . 52583) (-4174 . 52476) (-4175 . 52418)
- (-4176 . 52275) (-4177 . 52033) (-4178 . 51722) (-4179 . 51195)
- (-4180 . 50885) (-4181 . 49921) (-4182 . 49799) (-4183 . 49713)
- (-4184 . 49495) (-4185 . 49458) (-4186 . 49364) (-4187 . 49149)
- (-4188 . 48984) (-4189 . 48499) (-4190 . 48201) (-4191 . 47939)
- (-4192 . 47823) (-4193 . 47666) (-4194 . 47498) (-4195 . 47110)
- (-4196 . 47055) (-4197 . 46951) (-4198 . 46826) (-4199 . 46767)
- (-4200 . 46423) (-4201 . 46243) (-4202 . 46188) (-4203 . 46092)
- (-4204 . 45908) (-4205 . 45602) (-4206 . 45417) (-4207 . 45321)
- (-4208 . 45252) (-4209 . 45121) (-4210 . 45018) (-4211 . 44888)
- (-4212 . 44775) (-4213 . 44522) (-4214 . 44438) (-4215 . 44029)
- (-4216 . 43889) (-4217 . 43817) (-4218 . 43658) (-4219 . 43602)
- (-4220 . 43491) (-4221 . 43431) (-4222 . 43358) (-4223 . 43273)
- (-4224 . 43221) (-4225 . 43066) (-4226 . 42920) (-4227 . 42863)
- (-4228 . 42645) (-4229 . 42422) (-4230 . 42184) (-4231 . 42056)
- (-4232 . 41988) (-4233 . 41844) (-4234 . 41745) (-4235 . 41566)
- (-4236 . 41406) (-4237 . 41068) (-4238 . 41016) (-4239 . 40957)
- (-4240 . 40861) (-4241 . 40806) (-4242 . 40713) (-4243 . 40610)
- (-4244 . 40502) (-4245 . 40452) (-4246 . 40325) (-4247 . 39987)
- (-4248 . 39910) (-4249 . 39745) (-4250 . 39637) (-4251 . 39344)
- (-4252 . 39219) (-4253 . 39115) (-4254 . 38954) (-4255 . 38699)
- (-4256 . 38671) (-4257 . 38547) (-4258 . 38476) (-4259 . 38337)
- (-4260 . 38225) (-4261 . 38129) (-4262 . 36827) (-4263 . 36778)
- (-4264 . 36590) (-4265 . 36492) (-4266 . 36442) (-4267 . 36334)
- (-4268 . 36127) (-4269 . 36072) (-4270 . 35871) (-4271 . 35439)
- (-4272 . 35309) (-4273 . 35281) (-4274 . 34629) (-4275 . 34448)
- (-4276 . 34347) (-4277 . 34156) (-4278 . 32614) (-4279 . 32187)
- (-4280 . 32103) (-4281 . 31998) (-4282 . 31880) (-4283 . 31491)
- (-4284 . 31237) (-4285 . 31157) (-4286 . 31026) (-4287 . 30940)
- (-4288 . 30731) (-4289 . 30601) (-4290 . 30469) (-4291 . 30351)
- (-4292 . 30286) (-4293 . 30017) (-4294 . 29961) (-4295 . 29781)
- (-4296 . 29728) (-4297 . 29591) (-4298 . 29437) (-4299 . 29393)
- (-4300 . 29248) (-4301 . 29160) (-4302 . 29060) (-4303 . 28942)
- (-4304 . 28913) (-4305 . 28740) (-4306 . 28688) (-4307 . 28635)
- (-4308 . 28149) (-4309 . 28070) (-4310 . 27783) (-4311 . 27519)
- (-4312 . 27452) (-4313 . 27374) (-4314 . 27314) (-4315 . 27235)
- (-4316 . 27180) (-4317 . 27079) (-4318 . 26891) (-4319 . 26832)
- (-4320 . 26605) (-4321 . 26427) (-4322 . 26226) (-4323 . 26068)
- (-4324 . 24983) (-4325 . 24830) (-4326 . 24594) (-4327 . 24541)
- (-4328 . 24404) (-4329 . 24349) (-4330 . 24117) (-4331 . 24045)
- (-4332 . 23830) (-4333 . 23667) (-4334 . 23563) (-4335 . 22849)
- (-4336 . 22765) (-4337 . 21849) (-4338 . 21697) (-4339 . 21587)
- (-4340 . 21508) (-4341 . 21165) (-4342 . 21026) (-4343 . 20833)
- (-4344 . 20781) (-4345 . 20683) (-4346 . 19502) (-4347 . 19357)
- (-4348 . 19223) (-4349 . 19063) (-4350 . 18950) (-4351 . 18635)
- (-4352 . 18586) (-4353 . 18357) (-4354 . 18280) (-4355 . 18165)
- (-4356 . 17982) (-4357 . 16912) (-4358 . 16818) (-4359 . 16042)
- (-4360 . 15961) (-4361 . 15866) (-4362 . 15780) (-4363 . 15708)
- (-4364 . 15622) (-4365 . 15464) (-4366 . 15334) (-4367 . 15267)
- (-4368 . 15100) (-4369 . 14772) (-4370 . 14684) (-4371 . 14526)
- (-4372 . 14335) (-4373 . 14239) (-4374 . 14091) (-4375 . 13718)
- (-4376 . 13586) (-4377 . 13408) (-4378 . 13028) (-4379 . 12884)
- (-4380 . 12853) (-4381 . 12559) (-4382 . 12507) (-4383 . 12355)
- (-4384 . 12288) (-4385 . 11725) (-4386 . 11595) (-4387 . 11516)
- (-4388 . 11423) (-4389 . 11337) (-4390 . 11259) (-4391 . 11118)
- (-4392 . 11059) (-4393 . 10555) (-4394 . 10364) (-4395 . 10239)
- (-4396 . 10161) (-4397 . 9920) (-4398 . 9640) (-4399 . 9537)
- (-4400 . 9454) (-4401 . 9360) (-4402 . 7504) (-4403 . 7346)
- (-4404 . 7275) (-4405 . 7016) (-4406 . 6944) (-4407 . 6783)
- (-4408 . 6647) (-4409 . 6503) (-4410 . 6438) (-4411 . 6342)
- (-4412 . 6200) (-4413 . 6144) (-4414 . 6049) (-4415 . 5886)
- (-4416 . 5704) (-4417 . 5464) (-4418 . 5366) (-4419 . 4978)
- (-4420 . 4926) (-4421 . 4523) (-4422 . 4316) (-4423 . 3665)
- (-4424 . 3542) (-4425 . 3490) (-4426 . 3387) (-4427 . 2964)
- (-4428 . 2802) (-4429 . 2729) (-4430 . 2533) (-4431 . 2436)
- (-4432 . 1992) (-4433 . 1909) (-4434 . 1804) (-4435 . 1724)
- (-4436 . 1668) (-4437 . 466) (-4438 . 410) (-4439 . 350) (-4440 . 181)
- (-4441 . 83) (-4442 . 30)) \ No newline at end of file
+ (-12 (-5 *2 (-1 (-962 *3) (-962 *3))) (-5 *1 (-178 *3))
+ (-4 *3 (-13 (-374) (-1223) (-1023)))))
+ ((*1 *2)
+ (|partial| -12 (-4 *4 (-1242)) (-4 *5 (-1264 (-419 *2)))
+ (-4 *2 (-1264 *4)) (-5 *1 (-352 *3 *4 *2 *5))
+ (-4 *3 (-353 *4 *2 *5))))
+ ((*1 *2)
+ (|partial| -12 (-4 *1 (-353 *3 *2 *4)) (-4 *3 (-1242))
+ (-4 *4 (-1264 (-419 *2))) (-4 *2 (-1264 *3)))))
+(((*1 *1) (-5 *1 (-449))))
+(((*1 *2 *1) (-12 (-5 *2 (-977 (-783))) (-5 *1 (-343)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1141)) (-5 *2 (-112)) (-5 *1 (-833)))))
+(((*1 *2 *3 *2 *2)
+ (-12 (-5 *2 (-656 (-493 *4 *5))) (-5 *3 (-878 *4))
+ (-14 *4 (-656 (-1197))) (-4 *5 (-464)) (-5 *1 (-643 *4 *5)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1165)) (-5 *2 (-142))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1165)) (-5 *2 (-145)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-493 *4 *5)) (-14 *4 (-656 (-1197))) (-4 *5 (-1070))
+ (-5 *2 (-253 *4 *5)) (-5 *1 (-963 *4 *5)))))
+(((*1 *2) (-12 (-5 *2 (-940)) (-5 *1 (-1291))))
+ ((*1 *2 *2) (-12 (-5 *2 (-940)) (-5 *1 (-1291)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1193 (-576))) (-5 *2 (-576)) (-5 *1 (-961)))))
+((-1322 . 731677) (-1323 . 731576) (-1324 . 731446) (-1325 . 731336)
+ (-1326 . 731197) (-1327 . 731126) (-1328 . 731067) (-1329 . 731039)
+ (-1330 . 730651) (-1331 . 730490) (-1332 . 730413) (-1333 . 730257)
+ (-1334 . 730078) (-1335 . 729951) (-1336 . 729898) (-1337 . 729624)
+ (-1338 . 729511) (-1339 . 729345) (-1340 . 729293) (-1341 . 727704)
+ (-1342 . 727651) (-1343 . 727294) (-1344 . 727211) (-1345 . 726936)
+ (-1346 . 726783) (-1347 . 726651) (-1348 . 726553) (-1349 . 726150)
+ (-1350 . 725995) (-1351 . 725615) (-1352 . 725512) (-1353 . 725356)
+ (-1354 . 725304) (-1355 . 725193) (-1356 . 725096) (-1357 . 725001)
+ (-1358 . 724350) (-1359 . 724248) (-1360 . 724103) (-1361 . 724032)
+ (-1362 . 723933) (-1363 . 723880) (-1364 . 723770) (-1365 . 723707)
+ (-1366 . 723635) (-1367 . 722991) (-1368 . 722868) (-1369 . 722527)
+ (-1370 . 722302) (-1371 . 720170) (-1372 . 720103) (-1373 . 719966)
+ (-1374 . 719654) (-1375 . 719593) (-1376 . 719351) (-1377 . 719147)
+ (-1378 . 719044) (-1379 . 718940) (-1380 . 718732) (-1381 . 718390)
+ (-1382 . 717912) (-1383 . 717606) (-1384 . 717463) (-1385 . 717136)
+ (-1386 . 716626) (-1387 . 716203) (-1388 . 716141) (-1389 . 716064)
+ (-1390 . 715825) (-1391 . 715768) (-1392 . 715706) (-1393 . 715636)
+ (-1394 . 715580) (-1395 . 715401) (-1396 . 715271) (-1397 . 715109)
+ (-1398 . 715051) (-1399 . 714965) (-1400 . 714757) (-1401 . 713590)
+ (-1402 . 713537) (-1403 . 713400) (-1404 . 713343) (-1405 . 713179)
+ (-1406 . 712061) (-1407 . 711988) (-1408 . 711909) (-1409 . 711841)
+ (-1410 . 711626) (-1411 . 711560) (-1412 . 711236) (-1413 . 711141)
+ (-1414 . 711089) (-1415 . 711015) (-1416 . 710819) (-1417 . 710760)
+ (-1418 . 710698) (-1419 . 709882) (-1420 . 708480) (-1421 . 708396)
+ (-1422 . 708302) (-1423 . 708222) (-1424 . 708115) (-1425 . 707967)
+ (-1426 . 707803) (-1427 . 707753) (-1428 . 707656) (-1429 . 707577)
+ (-1430 . 707499) (-1431 . 707323) (-1432 . 707243) (-1433 . 707142)
+ (-1434 . 706896) (-1435 . 706788) (-1436 . 706125) (-1437 . 706057)
+ (-1438 . 705613) (-1439 . 705344) (-1440 . 705316) (-1441 . 705040)
+ (-1442 . 704769) (-1443 . 704691) (-1444 . 704606) (-1445 . 704554)
+ (-1446 . 704352) (-1447 . 704201) (-1448 . 704118) (-1449 . 704034)
+ (-1450 . 703950) (-1451 . 703819) (-1452 . 698305) (-1453 . 698182)
+ (-1454 . 698081) (-1455 . 697956) (-1456 . 697684) (-1457 . 697430)
+ (-1458 . 697166) (-1459 . 697061) (-1460 . 697002) (-1461 . 696784)
+ (-1462 . 696665) (-1463 . 696272) (-1464 . 695683) (-1465 . 694810)
+ (-1466 . 694700) (-1467 . 694576) (-1468 . 693548) (-1469 . 693495)
+ (-1470 . 693439) (-1471 . 693321) (-1472 . 693250) (-1473 . 692965)
+ (-1474 . 692523) (-1475 . 692471) (-1476 . 692336) (-1477 . 690558)
+ (-1478 . 690461) (-1479 . 690243) (-1480 . 690070) (-1481 . 690014)
+ (-1482 . 689937) (-1483 . 689728) (-1484 . 689606) (-1485 . 689271)
+ (-1486 . 689155) (-1487 . 689073) (-1488 . 682130) (-1489 . 681882)
+ (-1490 . 681630) (-1491 . 681570) (-1492 . 681490) (-1493 . 681423)
+ (-1494 . 681098) (-1495 . 681021) (-1496 . 680627) (-1497 . 680505)
+ (-1498 . 680402) (-1499 . 680284) (-1500 . 680198) (-1501 . 680029)
+ (-1502 . 679743) (-1503 . 679503) (-1504 . 679402) (-1505 . 679304)
+ (-1506 . 678853) (-1507 . 678674) (-1508 . 678621) (-1509 . 678451)
+ (-1510 . 678249) (-1511 . 678151) (-1512 . 677991) (-1513 . 677849)
+ (-1514 . 677655) (-1515 . 677440) (-1516 . 677326) (-1517 . 677292)
+ (-1518 . 677089) (-1519 . 676976) (-1520 . 676916) (-1521 . 676863)
+ (-1522 . 676568) (-1523 . 676484) (-1524 . 676313) (-1525 . 676024)
+ (-1526 . 675533) (-1527 . 675499) (-1528 . 675414) (-1529 . 675245)
+ (-1530 . 675134) (-1531 . 674723) (-1532 . 674402) (-1533 . 674014)
+ (-1534 . 673890) (-1535 . 673761) (-1536 . 673588) (-1537 . 673425)
+ (-1538 . 673206) (-1539 . 673085) (-1540 . 672934) (-1541 . 672869)
+ (-1542 . 672744) (-1543 . 672613) (-1544 . 672447) (-1545 . 672232)
+ (-1546 . 672137) (-1547 . 671555) (-1548 . 671484) (-1549 . 671432)
+ (-1550 . 671164) (-1551 . 670998) (-1552 . 670915) (-1553 . 670822)
+ (-1554 . 667155) (-1555 . 667099) (-1556 . 667013) (-1557 . 666958)
+ (-1558 . 666782) (-1559 . 666667) (-1560 . 666586) (-1561 . 666476)
+ (-1562 . 664846) (-1563 . 664773) (-1564 . 664653) (-1565 . 664582)
+ (-1566 . 663994) (-1567 . 663816) (-1568 . 663408) (-1569 . 663337)
+ (-1570 . 662945) (-1571 . 662832) (-1572 . 661973) (-1573 . 661945)
+ (-1574 . 661879) (-1575 . 661615) (-1576 . 661466) (-1577 . 661435)
+ (-1578 . 661343) (-1579 . 661291) (-1580 . 661164) (-1581 . 661112)
+ (-1582 . 661045) (-1583 . 659749) (-1584 . 659650) (-1585 . 659462)
+ (-1586 . 659361) (-1587 . 659309) (-1588 . 658935) (-1589 . 658511)
+ (-1590 . 658438) (-1591 . 658085) (-1592 . 658018) (-1593 . 657947)
+ (-1594 . 657788) (-1595 . 657687) (-1596 . 657590) (-1597 . 657520)
+ (-1598 . 657341) (-1599 . 657241) (-1600 . 656730) (-1601 . 656574)
+ (-1602 . 656518) (-1603 . 656431) (-1604 . 656285) (-1605 . 656178)
+ (-1606 . 656082) (-1607 . 655969) (-1608 . 655386) (-1609 . 655323)
+ (-1610 . 655203) (-1611 . 655146) (-1612 . 654392) (-1613 . 654232)
+ (-1614 . 654167) (-1615 . 654029) (-1616 . 653955) (-1617 . 653679)
+ (-1618 . 653465) (-1619 . 653402) (-1620 . 653087) (-1621 . 653035)
+ (-1622 . 652895) (-1623 . 652799) (-1624 . 652703) (-1625 . 652525)
+ (-1626 . 652322) (-1627 . 651930) (-1628 . 650164) (-1629 . 650071)
+ (-1630 . 649833) (-1631 . 649619) (-1632 . 649591) (-1633 . 649471)
+ (-1634 . 647894) (-1635 . 647736) (-1636 . 647640) (-1637 . 646185)
+ (-1638 . 645833) (-1639 . 645799) (-1640 . 645654) (-1641 . 645580)
+ (-1642 . 645327) (-1643 . 645210) (-1644 . 645129) (-1645 . 644985)
+ (-1646 . 643495) (-1647 . 643306) (-1648 . 643227) (-1649 . 643015)
+ (-1650 . 642782) (-1651 . 642710) (-1652 . 642191) (-1653 . 641986)
+ (-1654 . 641768) (-1655 . 641616) (-1656 . 641545) (-1657 . 641199)
+ (-1658 . 641146) (-1659 . 640965) (-1660 . 640912) (-1661 . 640822)
+ (-1662 . 640500) (-1663 . 640401) (-1664 . 640282) (-1665 . 640149)
+ (-1666 . 640028) (-1667 . 639957) (-1668 . 639221) (-1669 . 639169)
+ (-1670 . 639086) (-1671 . 639034) (-1672 . 638846) (-1673 . 638088)
+ (-1674 . 637868) (-1675 . 637762) (-1676 . 637684) (-1677 . 637521)
+ (-1678 . 636778) (-1679 . 636704) (-1680 . 636258) (-1681 . 636165)
+ (-1682 . 636079) (-1683 . 636023) (-1684 . 635895) (-1685 . 635824)
+ (-1686 . 635701) (-1687 . 635585) (-1688 . 635272) (-1689 . 634593)
+ (-1690 . 634526) (-1691 . 634359) (-1692 . 634285) (-1693 . 634161)
+ (-1694 . 634031) (-1695 . 633974) (-1696 . 633756) (-1697 . 633112)
+ (-1698 . 632974) (-1699 . 632837) (-1700 . 632809) (-1701 . 632757)
+ (-1702 . 632669) (-1703 . 631905) (-1704 . 630609) (-1705 . 630526)
+ (-1706 . 630048) (-1707 . 629629) (-1708 . 628457) (-1709 . 628349)
+ (-1710 . 628033) (-1711 . 627625) (-1712 . 627553) (-1713 . 627328)
+ (-1714 . 626911) (-1715 . 626809) (-1716 . 626560) (-1717 . 625593)
+ (-1718 . 625334) (-1719 . 625061) (-1720 . 624959) (-1721 . 624886)
+ (-1722 . 624801) (-1723 . 624739) (-1724 . 624417) (-1725 . 624170)
+ (-1726 . 623302) (-1727 . 623247) (-1728 . 623029) (-1729 . 622906)
+ (-1730 . 622849) (-1731 . 622642) (-1732 . 622535) (-1733 . 622482)
+ (-1734 . 622342) (-1735 . 622233) (-1736 . 622103) (-1737 . 622054)
+ (-1738 . 621863) (-1739 . 621835) (-1740 . 621408) (-1741 . 621312)
+ (-1742 . 621231) (-1743 . 621161) (-1744 . 621092) (-1745 . 621015)
+ (-1746 . 620891) (-1747 . 620744) (-1748 . 620675) (-1749 . 620325)
+ (-1750 . 620226) (-1751 . 619839) (-1752 . 619772) (-1753 . 619159)
+ (-1754 . 618696) (-1755 . 618365) (-1756 . 618281) (-1757 . 618144)
+ (-1758 . 618020) (-1759 . 617964) (-1760 . 615708) (-1761 . 615588)
+ (-1762 . 615161) (-1763 . 614975) (-1764 . 614582) (-1765 . 614383)
+ (-1766 . 613235) (-1767 . 613155) (-1768 . 613028) (-1769 . 612940)
+ (-1770 . 612345) (-1771 . 612245) (-1772 . 612195) (-1773 . 611636)
+ (-1774 . 611543) (-1775 . 611491) (-1776 . 611366) (-1777 . 611092)
+ (-1778 . 610913) (-1779 . 610680) (-1780 . 610624) (-1781 . 610490)
+ (-1782 . 609931) (-1783 . 609871) (-1784 . 609716) (-1785 . 609603)
+ (-1786 . 609428) (-1787 . 609345) (-1788 . 608759) (-1789 . 608596)
+ (-1790 . 608420) (-1791 . 608318) (-1792 . 608216) (-1793 . 607937)
+ (-1794 . 607616) (-1795 . 607335) (-1796 . 607216) (-1797 . 607135)
+ (-1798 . 607056) (-1799 . 607028) (-1800 . 606994) (-1801 . 606898)
+ (-1802 . 606827) (-1803 . 606800) (-1804 . 606160) (-1805 . 606061)
+ (-1806 . 605475) (-1807 . 605404) (-1808 . 605066) (-1809 . 604971)
+ (-1810 . 604834) (-1811 . 604746) (-1812 . 604678) (-1813 . 604422)
+ (-1814 . 604224) (-1815 . 604138) (-1816 . 603961) (-1817 . 603880)
+ (-1818 . 603651) (-1819 . 603622) (-1820 . 603564) (-1821 . 603511)
+ (-1822 . 603353) (-1823 . 603216) (-1824 . 603115) (-1825 . 602983)
+ (-1826 . 602830) (-1827 . 602707) (-1828 . 602640) (-1829 . 602563)
+ (-1830 . 602211) (-1831 . 602033) (-1832 . 601980) (-1833 . 601921)
+ (-1834 . 601821) (-1835 . 601727) (-1836 . 601623) (-1837 . 601550)
+ (-1838 . 601516) (-1839 . 601401) (-1840 . 601305) (-1841 . 601243)
+ (-1842 . 600533) (-1843 . 600389) (-1844 . 600276) (-1845 . 600096)
+ (-1846 . 600011) (-1847 . 599942) (-1848 . 599887) (-1849 . 599806)
+ (-1850 . 599623) (-1851 . 599384) (-1852 . 599331) (-1853 . 599154)
+ (-1854 . 598624) (-1855 . 598449) (-1856 . 598349) (-1857 . 598293)
+ (-1858 . 598265) (-1859 . 598062) (-1860 . 597844) (-1861 . 597782)
+ (-1862 . 596712) (-1863 . 596618) (-1864 . 596567) (-1865 . 596362)
+ (-1866 . 595624) (-1867 . 595378) (-1868 . 595097) (-1869 . 594384)
+ (-1870 . 594048) (-1871 . 593294) (-1872 . 592475) (-1873 . 592381)
+ (-1874 . 592074) (-1875 . 591739) (-1876 . 591651) (-1877 . 591542)
+ (-1878 . 591447) (-1879 . 591353) (-1880 . 591182) (-1881 . 590997)
+ (-1882 . 590901) (-1883 . 590125) (-1884 . 589582) (-1885 . 589337)
+ (-1886 . 589236) (-1887 . 589150) (-1888 . 588994) (-1889 . 588941)
+ (-1890 . 588873) (-1891 . 588793) (-1892 . 588696) (-1893 . 588524)
+ (-1894 . 588452) (-1895 . 588371) (-1896 . 588144) (-1897 . 587897)
+ (-1898 . 587809) (-1899 . 587742) (-1900 . 587620) (-1901 . 587586)
+ (-1902 . 587479) (-1903 . 587337) (-1904 . 587037) (-1905 . 586940)
+ (-1906 . 586798) (-1907 . 586703) (-1908 . 586471) (-1909 . 586402)
+ (-1910 . 586269) (-1911 . 586217) (-1912 . 585984) (-1913 . 585585)
+ (-1914 . 585514) (-1915 . 585324) (-1916 . 585267) (-1917 . 585205)
+ (-1918 . 585131) (-1919 . 585100) (-1920 . 585014) (-1921 . 584983)
+ (-1922 . 584817) (-1923 . 584306) (-1924 . 584159) (-1925 . 583993)
+ (-1926 . 583934) (-1927 . 583863) (-1928 . 583739) (-1929 . 583576)
+ (-1930 . 583509) (-1931 . 583294) (-1932 . 583151) (-1933 . 583079)
+ (-1934 . 583026) (-1935 . 582967) (-1936 . 582763) (-1937 . 582595)
+ (-1938 . 582474) (-1939 . 582329) (-1940 . 582124) (-1941 . 581921)
+ (-1942 . 581842) (-1943 . 580981) (-1944 . 580756) (-1945 . 580670)
+ (-1946 . 580490) (-1947 . 580308) (-1948 . 580226) (-1949 . 580081)
+ (-1950 . 579944) (-1951 . 579875) (-1952 . 579789) (-1953 . 579251)
+ (-1954 . 579098) (-1955 . 579011) (-1956 . 578651) (-1957 . 578493)
+ (-1958 . 578318) (-1959 . 578148) (-1960 . 578096) (-1961 . 578010)
+ (-1962 . 577870) (-1963 . 577761) (-1964 . 577733) (-1965 . 577507)
+ (-1966 . 577381) (-1967 . 577252) (-1968 . 576835) (-1969 . 576705)
+ (-1970 . 576142) (-1971 . 576042) (-1972 . 575906) (-1973 . 575531)
+ (-1974 . 575457) (-1975 . 575255) (-1976 . 574737) (-1977 . 574649)
+ (-1978 . 574618) (-1979 . 574533) (-1980 . 574373) (-1981 . 574258)
+ (-1982 . 574191) (-1983 . 574070) (-1984 . 573991) (-1985 . 573608)
+ (-1986 . 573580) (-1987 . 573377) (-1988 . 572607) (-1989 . 572080)
+ (-1990 . 571994) (-1991 . 571885) (-1992 . 571540) (-1993 . 571478)
+ (-1994 . 571360) (-1995 . 571245) (-1996 . 571194) (-1997 . 571027)
+ (-1998 . 570971) (-1999 . 570790) (-2000 . 570632) (-2001 . 570560)
+ (-2002 . 570441) (-2003 . 570283) (-2004 . 569649) (-2005 . 569175)
+ (-2006 . 569041) (-2007 . 568714) (-2008 . 568386) (-2009 . 568315)
+ (-2010 . 568262) (-2011 . 568108) (-2012 . 567980) (-2013 . 567878)
+ (-2014 . 566097) (-2015 . 565952) (-2016 . 565858) (-2017 . 565763)
+ (-2018 . 565605) (-2019 . 565571) (-2020 . 565469) (-2021 . 565339)
+ (-2022 . 565181) (-2023 . 565021) (-2024 . 564786) (-2025 . 564471)
+ (-2026 . 564356) (-2027 . 564254) (-2028 . 564096) (-2029 . 564062)
+ (-2030 . 563578) (-2031 . 563431) (-2032 . 563220) (-2033 . 563029)
+ (-2034 . 562906) (-2035 . 562806) (-2036 . 562679) (-2037 . 562433)
+ (-2038 . 562097) (-2039 . 562024) (-2040 . 561594) (-2041 . 561517)
+ (-2042 . 561464) (-2043 . 561368) (-2044 . 561224) (-2045 . 561104)
+ (-2046 . 561031) (-2047 . 560892) (-2048 . 560786) (-2049 . 560696)
+ (-2050 . 560524) (-2051 . 560397) (-2052 . 560259) (-2053 . 560122)
+ (-2054 . 559974) (-2055 . 559838) (-2056 . 559752) (-2057 . 559569)
+ (-2058 . 558985) (-2059 . 558953) (-2060 . 558663) (-2061 . 558594)
+ (-2062 . 558466) (-2063 . 558311) (-2064 . 558136) (-2065 . 557763)
+ (-2066 . 557682) (-2067 . 557608) (-2068 . 556334) (-2069 . 556277)
+ (-2070 . 556222) (-2071 . 556159) (-2072 . 555875) (-2073 . 555366)
+ (-2074 . 555176) (-2075 . 555080) (-2076 . 554948) (-2077 . 554845)
+ (-2078 . 554789) (-2079 . 554698) (-2080 . 554420) (-2081 . 554350)
+ (-2082 . 554246) (-2083 . 554086) (-2084 . 553924) (-2085 . 553746)
+ (-2086 . 553685) (-2087 . 553615) (-2088 . 553397) (-2089 . 553329)
+ (-2090 . 553233) (-2091 . 553178) (-2092 . 552764) (-2093 . 552446)
+ (-2094 . 552025) (-2095 . 551645) (-2096 . 551571) (-2097 . 551333)
+ (-2098 . 551281) (-2099 . 551030) (-2100 . 550692) (-2101 . 550629)
+ (-2102 . 550552) (-2103 . 550266) (-2104 . 550120) (-2105 . 549922)
+ (-2106 . 549778) (-2107 . 549390) (-2108 . 549336) (-2109 . 549212)
+ (-2110 . 549105) (-2111 . 548767) (-2112 . 548609) (-2113 . 548331)
+ (-2114 . 548244) (-2115 . 548138) (-2116 . 548107) (-2117 . 548029)
+ (-2118 . 547809) (-2119 . 547358) (-2120 . 547286) (-2121 . 547184)
+ (-2122 . 546998) (-2123 . 546970) (-2124 . 546891) (-2125 . 546814)
+ (-2126 . 546710) (-2127 . 546416) (-2128 . 546357) (-2129 . 546228)
+ (-2130 . 546150) (-2131 . 546011) (-2132 . 545934) (-2133 . 545589)
+ (-2134 . 545555) (-2135 . 545410) (-2136 . 545210) (-2137 . 545158)
+ (-2138 . 545084) (-2139 . 544749) (-2140 . 544413) (-2141 . 544140)
+ (-2142 . 544061) (-2143 . 540111) (-2144 . 540044) (-2145 . 539967)
+ (-2146 . 539851) (-2147 . 538405) (-2148 . 538253) (-2149 . 538183)
+ (-2150 . 538095) (-2151 . 537998) (-2152 . 537791) (-2153 . 537283)
+ (-2154 . 536082) (-2155 . 535986) (-2156 . 535880) (-2157 . 534920)
+ (-2158 . 534818) (-2159 . 534732) (-2160 . 534665) (-2161 . 534448)
+ (-2162 . 534368) (-2163 . 534090) (-2164 . 533987) (-2165 . 533935)
+ (-2166 . 533789) (-2167 . 533690) (-2168 . 533530) (-2169 . 532793)
+ (-2170 . 532663) (-2171 . 532548) (-2172 . 532309) (-2173 . 532191)
+ (-2174 . 532099) (-2175 . 531872) (-2176 . 531563) (-2177 . 531227)
+ (-2178 . 531170) (-2179 . 530419) (-2180 . 530367) (-2181 . 530288)
+ (-2182 . 530220) (-2183 . 529891) (-2184 . 529801) (-2185 . 529718)
+ (-2186 . 529626) (-2187 . 529558) (-2188 . 529125) (-2189 . 528457)
+ (-2190 . 528356) (-2191 . 528263) (-2192 . 528095) (-2193 . 527933)
+ (-2194 . 527840) (-2195 . 527568) (-2196 . 527403) (-2197 . 527317)
+ (-2198 . 527218) (-2199 . 527186) (-2200 . 526250) (-2201 . 526032)
+ (-2202 . 525965) (-2203 . 525879) (-2204 . 525822) (-2205 . 525737)
+ (-2206 . 525663) (-2207 . 525563) (-2208 . 525440) (-2209 . 525299)
+ (-2210 . 525168) (-2211 . 525108) (-2212 . 525012) (-2213 . 524934)
+ (-2214 . 524875) (-2215 . 524722) (-2216 . 524663) (-2217 . 524522)
+ (-2218 . 524314) (-2219 . 524176) (-2220 . 524020) (-2221 . 523937)
+ (-2222 . 523748) (-2223 . 523697) (-2224 . 523556) (-2225 . 523404)
+ (-2226 . 523334) (-2227 . 523240) (-2228 . 523113) (-2229 . 522804)
+ (-2230 . 522493) (-2231 . 522297) (-2232 . 522074) (-2233 . 521500)
+ (-2234 . 521426) (-2235 . 521375) (-2236 . 521316) (-2237 . 520983)
+ (-2238 . 520864) (-2239 . 520795) (-2240 . 520641) (-2241 . 520522)
+ (-2242 . 520312) (-2243 . 520133) (-2244 . 519923) (-2245 . 519808)
+ (-2246 . 519666) (-2247 . 519592) (-2248 . 519558) (-2249 . 519462)
+ (-2250 . 519271) (-2251 . 519212) (-2252 . 519184) (-2253 . 518777)
+ (-2254 . 518542) (-2255 . 518285) (-2256 . 518183) (-2257 . 518046)
+ (-2258 . 517990) (-2259 . 517912) (-2260 . 517787) (-2261 . 517648)
+ (-2262 . 517546) (-2263 . 517487) (-2264 . 517381) (-2265 . 517308)
+ (-2266 . 517218) (-2267 . 516937) (-2268 . 516851) (-2269 . 516628)
+ (-2270 . 516264) (-2271 . 516186) (-2272 . 515894) (-2273 . 515746)
+ (-2274 . 515712) (-2275 . 515580) (-2276 . 515510) (-2277 . 515376)
+ (-2278 . 514830) (-2279 . 514747) (-2280 . 514694) (-2281 . 514448)
+ (-2282 . 514392) (-2283 . 514151) (-2284 . 514049) (-2285 . 513922)
+ (-2286 . 513851) (-2287 . 513772) (-2288 . 513595) (-2289 . 513479)
+ (-2290 . 513331) (-2291 . 513247) (-2292 . 513116) (-2293 . 512957)
+ (-2294 . 512800) (-2295 . 512520) (-2296 . 512402) (-2297 . 512228)
+ (-2298 . 512075) (-2299 . 511894) (-2300 . 511835) (-2301 . 511740)
+ (-2302 . 511657) (-2303 . 511578) (-2304 . 511516) (-2305 . 511457)
+ (-2306 . 511299) (-2307 . 511196) (-2308 . 511096) (-2309 . 510936)
+ (-2310 . 510847) (-2311 . 510782) (-2312 . 510699) (-2313 . 510611)
+ (-2314 . 510558) (-2315 . 510454) (-2316 . 510359) (-2317 . 510263)
+ (-2318 . 504924) (-2319 . 504841) (-2320 . 504698) (-2321 . 500538)
+ (-2322 . 500310) (-2323 . 500184) (-2324 . 500119) (-2325 . 499966)
+ (-2326 . 499480) (-2327 . 499248) (-2328 . 499114) (-2329 . 499062)
+ (-2330 . 498985) (-2331 . 498891) (-2332 . 498749) (-2333 . 498636)
+ (-2334 . 498169) (-2335 . 498013) (-2336 . 497931) (-2337 . 497812)
+ (-2338 . 497597) (-2339 . 497471) (-2340 . 497374) (-2341 . 495518)
+ (-2342 . 495266) (-2343 . 495171) (-2344 . 494093) (-2345 . 493981)
+ (-2346 . 493837) (-2347 . 493770) (-2348 . 493490) (-2349 . 493434)
+ (-2350 . 493381) (-2351 . 493329) (-2352 . 493171) (-2353 . 492576)
+ (-2354 . 492432) (-2355 . 492326) (-2356 . 492298) (-2357 . 492177)
+ (-2358 . 491789) (** . 488794) (-2360 . 488690) (-2361 . 488528)
+ (-2362 . 488497) (-2363 . 488426) (-2364 . 488300) (-2365 . 488229)
+ (-2366 . 488179) (-2367 . 488127) (-2368 . 488059) (-2369 . 487961)
+ (-2370 . 487845) (-2371 . 487672) (-2372 . 487577) (-2373 . 487487)
+ (-2374 . 487228) (-2375 . 486948) (-2376 . 486877) (-2377 . 486679)
+ (-2378 . 486580) (-2379 . 486332) (-2380 . 485901) (-2381 . 485570)
+ (-2382 . 485371) (-2383 . 482590) (-2384 . 482486) (-2385 . 482414)
+ (-2386 . 482362) (-2387 . 481832) (-2388 . 481673) (-2389 . 481644)
+ (-2390 . 481532) (-2391 . 481372) (-2392 . 481129) (-2393 . 480988)
+ (-2394 . 480839) (-2395 . 480761) (-2396 . 480600) (-2397 . 480466)
+ (-2398 . 480247) (-2399 . 480134) (-2400 . 480020) (-2401 . 479829)
+ (-2402 . 479559) (-2403 . 479341) (-2404 . 479268) (-2405 . 479186)
+ (-2406 . 479001) (-2407 . 478900) (-2408 . 478764) (-2409 . 478437)
+ (-2410 . 478385) (-2411 . 478318) (-2412 . 478265) (-2413 . 477048)
+ (-2414 . 476822) (-2415 . 476677) (-2416 . 476625) (-2417 . 476475)
+ (-2418 . 476405) (-2419 . 476261) (-2420 . 476074) (-2421 . 475977)
+ (-2422 . 475868) (-2423 . 461635) (-2424 . 461316) (-2425 . 461260)
+ (-2426 . 461113) (-2427 . 460737) (-2428 . 460659) (-2429 . 460343)
+ (-2430 . 460199) (-2431 . 460134) (-2432 . 460053) (-2433 . 459948)
+ (-2434 . 459919) (-2435 . 459183) (-2436 . 459125) (-2437 . 458915)
+ (-2438 . 458800) (-2439 . 458747) (-2440 . 458670) (-2441 . 458434)
+ (-2442 . 458105) (-2443 . 457818) (-2444 . 457722) (-2445 . 457650)
+ (-2446 . 457581) (-2447 . 457463) (-2448 . 457383) (-2449 . 457242)
+ (-2450 . 457089) (-2451 . 457005) (-2452 . 456814) (-2453 . 456206)
+ (-2454 . 455997) (-2455 . 455823) (-2456 . 455726) (-2457 . 455604)
+ (-2458 . 455476) (-2459 . 455374) (-2460 . 455320) (-2461 . 455213)
+ (-2462 . 455056) (-2463 . 454531) (-2464 . 454440) (-2465 . 453552)
+ (-2466 . 453421) (-2467 . 453314) (-2468 . 453215) (-2469 . 453059)
+ (-2470 . 452832) (-2471 . 452737) (-2472 . 452640) (-2473 . 452612)
+ (-2474 . 452497) (-2475 . 452303) (-2476 . 452180) (-2477 . 452096)
+ (-2478 . 451962) (-2479 . 451876) (-2480 . 451735) (-2481 . 451637)
+ (-2482 . 451493) (-2483 . 451423) (-2484 . 451327) (-2485 . 451130)
+ (-2486 . 450971) (-2487 . 450563) (-2488 . 450511) (-2489 . 450430)
+ (-2490 . 450221) (-2491 . 450142) (-2492 . 449826) (-2493 . 449681)
+ (-2494 . 449593) (-2495 . 449538) (-2496 . 449477) (-2497 . 449302)
+ (-2498 . 449207) (-2499 . 449054) (-2500 . 448550) (-2501 . 448408)
+ (-2502 . 448278) (-2503 . 447838) (-2504 . 447743) (-2505 . 447648)
+ (-2506 . 447556) (-2507 . 447452) (-2508 . 447379) (-2509 . 447100)
+ (-2510 . 446882) (-2511 . 446696) (-2512 . 445906) (-2513 . 445774)
+ (-2514 . 445643) (-2515 . 445537) (-2516 . 445023) (-2517 . 444867)
+ (-2518 . 444714) (-2519 . 444613) (-2520 . 444492) (-2521 . 444310)
+ (-2522 . 444088) (-2523 . 443792) (-2524 . 443727) (-2525 . 443675)
+ (-2526 . 443559) (-2527 . 442900) (-2528 . 442817) (-2529 . 442521)
+ (-2530 . 442322) (-2531 . 442179) (-2532 . 442011) (-2533 . 441884)
+ (-2534 . 441718) (-2535 . 441611) (-2536 . 441342) (-2537 . 440948)
+ (-2538 . 440876) (-2539 . 440753) (-2540 . 440640) (-2541 . 440612)
+ (-2542 . 440281) (-2543 . 440162) (-2544 . 440033) (-2545 . 439939)
+ (-2546 . 439569) (-2547 . 438892) (-2548 . 438712) (-2549 . 438101)
+ (-2550 . 438073) (-2551 . 437951) (-2552 . 437806) (-2553 . 437669)
+ (-2554 . 437574) (-2555 . 437406) (-2556 . 437241) (-2557 . 436745)
+ (-2558 . 436159) (-2559 . 435895) (-2560 . 435842) (-2561 . 435604)
+ (-2562 . 435533) (-2563 . 435467) (-2564 . 435217) (-2565 . 435159)
+ (-2566 . 435075) (-2567 . 434815) (-2568 . 434731) (-2569 . 434483)
+ (-2570 . 433484) (-2571 . 433347) (-2572 . 433273) (-2573 . 433220)
+ (-2574 . 433137) (-2575 . 433065) (-2576 . 432967) (-2577 . 432894)
+ (-2578 . 432795) (-2579 . 432637) (-2580 . 432464) (-2581 . 432323)
+ (-2582 . 432164) (-2583 . 432120) (-2584 . 431553) (-2585 . 431430)
+ (-2586 . 431370) (-2587 . 431316) (-2588 . 431022) (-2589 . 430723)
+ (-2590 . 430627) (-2591 . 430510) (-2592 . 430357) (-2593 . 430212)
+ (-2594 . 430117) (-2595 . 430045) (-2596 . 429960) (-2597 . 429855)
+ (-2598 . 429776) (-2599 . 429243) (-2600 . 429190) (-2601 . 429162)
+ (-2602 . 429076) (-2603 . 428897) (-2604 . 428549) (-2605 . 428346)
+ (-2606 . 428152) (-2607 . 428064) (-2608 . 426837) (-2609 . 426785)
+ (-2610 . 426713) (-2611 . 426654) (-2612 . 426577) (-2613 . 426379)
+ (-2614 . 426152) (-2615 . 426123) (-2616 . 426069) (-2617 . 425948)
+ (-2618 . 425875) (-2619 . 425702) (-2620 . 425532) (-2621 . 425432)
+ (-2622 . 425314) (-2623 . 425222) (-2624 . 425067) (-2625 . 424901)
+ (-2626 . 424755) (-2627 . 424493) (-2628 . 423195) (-2629 . 422895)
+ (-2630 . 422753) (-2631 . 422724) (-2632 . 422550) (-2633 . 422288)
+ (-2634 . 422235) (-2635 . 422171) (-2636 . 422112) (-2637 . 422053)
+ (-2638 . 421975) (-2639 . 421593) (-2640 . 421409) (-2641 . 420965)
+ (-2642 . 420289) (-2643 . 420116) (-2644 . 420028) (-2645 . 419582)
+ (-2646 . 419550) (-2647 . 419522) (-2648 . 419388) (-2649 . 419330)
+ (-2650 . 419278) (-2651 . 419228) (-2652 . 419147) (-2653 . 418756)
+ (-2654 . 418704) (-2655 . 418652) (-2656 . 418580) (-2657 . 418486)
+ (-2658 . 418418) (-2659 . 418108) (-2660 . 418013) (-2661 . 417915)
+ (-2662 . 417818) (-2663 . 417714) (-2664 . 417485) (-2665 . 417433)
+ (-2666 . 417016) (-2667 . 416963) (-2668 . 416906) (-2669 . 416591)
+ (-2670 . 416536) (-2671 . 416372) (-2672 . 416318) (-2673 . 416217)
+ (-2674 . 416129) (-2675 . 415996) (-2676 . 415816) (-2677 . 415722)
+ (-2678 . 415654) (-2679 . 415168) (-2680 . 415116) (-2681 . 415030)
+ (-2682 . 414930) (-2683 . 414730) (-2684 . 414659) (-2685 . 414578)
+ (-2686 . 414328) (-2687 . 413624) (-2688 . 413590) (-2689 . 413538)
+ (-2690 . 413166) (-2691 . 413087) (-2692 . 412495) (-2693 . 412415)
+ (-2694 . 411932) (-2695 . 411767) (-2696 . 411733) (-2697 . 411562)
+ (-2698 . 410881) (-2699 . 410585) (-2700 . 410485) (-2701 . 410412)
+ (-2702 . 410125) (-2703 . 410051) (-2704 . 409992) (-2705 . 409887)
+ (-2706 . 409545) (-2707 . 409430) (-2708 . 409370) (-2709 . 408528)
+ (-2710 . 408365) (-2711 . 408337) (-2712 . 408285) (-2713 . 407794)
+ (-2714 . 407530) (-2715 . 407312) (-2716 . 407263) (-2717 . 407052)
+ (-2718 . 406951) (-2719 . 406708) (-2720 . 406642) (-2721 . 406423)
+ (-2722 . 402814) (-2723 . 402561) (-2724 . 402248) (-2725 . 402087)
+ (-2726 . 402004) (-2727 . 401937) (-2728 . 401779) (-2729 . 401590)
+ (-2730 . 401418) (-2731 . 401185) (-2732 . 400758) (-2733 . 400428)
+ (-2734 . 400375) (-2735 . 400230) (-2736 . 400123) (-2737 . 399987)
+ (-2738 . 399899) (-2739 . 399845) (-2740 . 399767) (-2741 . 399668)
+ (-2742 . 399496) (-2743 . 399355) (-2744 . 399246) (-2745 . 399152)
+ (-2746 . 399049) (-2747 . 398965) (-2748 . 398885) (-2749 . 398514)
+ (-2750 . 398364) (-2751 . 398285) (-2752 . 398100) (-2753 . 397928)
+ (-2754 . 397763) (-2755 . 397408) (-2756 . 397328) (-2757 . 396448)
+ (-2758 . 396196) (-2759 . 395950) (-2760 . 395732) (-2761 . 395633)
+ (-2762 . 395491) (-2763 . 395366) (-2764 . 395311) (-2765 . 395165)
+ (-2766 . 394993) (-2767 . 394363) (-2768 . 394221) (-2769 . 394030)
+ (-2770 . 393898) (-2771 . 393781) (-2772 . 393472) (-2773 . 393226)
+ (-2774 . 392933) (-2775 . 392274) (-2776 . 392188) (-2777 . 391967)
+ (-2778 . 391866) (-2779 . 391700) (-2780 . 391626) (-2781 . 391589)
+ (-2782 . 391503) (-2783 . 391382) (-2784 . 391267) (-2785 . 391015)
+ (-2786 . 388901) (-2787 . 388840) (-2788 . 388789) (-2789 . 388601)
+ (-2790 . 388463) (-2791 . 388178) (-2792 . 388080) (-2793 . 388027)
+ (-2794 . 387975) (-2795 . 387920) (-2796 . 383857) (-2797 . 383644)
+ (-2798 . 383486) (-2799 . 383020) (-2800 . 382842) (-2801 . 382182)
+ (-2802 . 382087) (-2803 . 382030) (-2804 . 381872) (-2805 . 381719)
+ (-2806 . 381606) (-2807 . 381507) (-2808 . 381435) (-2809 . 381317)
+ (-2810 . 381116) (-2811 . 381063) (-2812 . 380868) (-2813 . 380685)
+ (-2814 . 380602) (-2815 . 380380) (-2816 . 380260) (-2817 . 380207)
+ (-2818 . 379781) (-2819 . 379633) (-2820 . 379484) (-2821 . 378843)
+ (-2822 . 378757) (-2823 . 378666) (-2824 . 378067) (-2825 . 377909)
+ (-2826 . 377622) (-2827 . 377491) (-2828 . 375705) (-2829 . 375308)
+ (-2830 . 374879) (-2831 . 374796) (-2832 . 374653) (-2833 . 374223)
+ (-2834 . 373913) (-2835 . 373862) (-2836 . 373612) (-2837 . 372527)
+ (-2838 . 372416) (-2839 . 372321) (-2840 . 371955) (-2841 . 371881)
+ (-2842 . 371811) (-2843 . 371712) (-2844 . 369367) (-2845 . 369272)
+ (-2846 . 369033) (-2847 . 368851) (-2848 . 368758) (-2849 . 368605)
+ (-2850 . 368231) (-2851 . 367905) (-2852 . 367821) (-2853 . 367713)
+ (-2854 . 367617) (-2855 . 367514) (-2856 . 367429) (-2857 . 367377)
+ (-2858 . 367129) (-2859 . 367030) (-2860 . 366463) (-2861 . 363622)
+ (-2862 . 363264) (-2863 . 363160) (-2864 . 362294) (-2865 . 362156)
+ (-2866 . 361920) (-2867 . 361550) (-2868 . 361518) (-2869 . 361412)
+ (-2870 . 361281) (-2871 . 361100) (-2872 . 360907) (-2873 . 360610)
+ (-2874 . 360532) (-2875 . 360235) (-2876 . 359789) (-2877 . 359736)
+ (-2878 . 359577) (-2879 . 359425) (-2880 . 358861) (-2881 . 358315)
+ (-2882 . 358243) (-2883 . 358184) (-2884 . 357971) (-2885 . 357837)
+ (-2886 . 357727) (-2887 . 357590) (-2888 . 357521) (-2889 . 357330)
+ (-2890 . 357257) (-2891 . 357202) (-2892 . 357106) (-2893 . 357009)
+ (-2894 . 356903) (-2895 . 356802) (-2896 . 356749) (-2897 . 356694)
+ (-2898 . 356642) (-2899 . 356438) (-2900 . 356211) (-2901 . 356115)
+ (-2902 . 356037) (-2903 . 355899) (-2904 . 354697) (-2905 . 354419)
+ (-2906 . 354370) (-2907 . 354122) (-2908 . 354061) (-2909 . 353973)
+ (-2910 . 353901) (-2911 . 353873) (-2912 . 353718) (-2913 . 353411)
+ (-2914 . 352983) (-2915 . 352870) (-2916 . 352800) (-2917 . 352703)
+ (-2918 . 352587) (-2919 . 352532) (-2920 . 352475) (-2921 . 352260)
+ (-2922 . 352160) (-2923 . 351781) (-2924 . 351656) (-2925 . 351519)
+ (-2926 . 351392) (-2927 . 351315) (-2928 . 351088) (-2929 . 350667)
+ (-2930 . 350504) (-2931 . 350021) (-2932 . 349926) (-2933 . 349848)
+ (-2934 . 349601) (-2935 . 349518) (-2936 . 349237) (-2937 . 349079)
+ (-2938 . 348571) (-2939 . 348489) (-2940 . 348385) (-2941 . 348139)
+ (-2942 . 348002) (-2943 . 347936) (-2944 . 347866) (-2945 . 347561)
+ (-2946 . 347473) (-2947 . 347139) (-2948 . 347111) (-2949 . 346794)
+ (-2950 . 346708) (-2951 . 345994) (-2952 . 345548) (-2953 . 345401)
+ (-2954 . 344973) (-2955 . 344806) (-2956 . 344528) (-2957 . 344427)
+ (-2958 . 344179) (-2959 . 343813) (-2960 . 343785) (-2961 . 343712)
+ (-2962 . 343659) (-2963 . 343575) (-2964 . 343443) (-2965 . 342841)
+ (-2966 . 342714) (-2967 . 342659) (-2968 . 342572) (-2969 . 342353)
+ (-2970 . 342073) (-2971 . 341802) (-2972 . 341706) (-2973 . 340790)
+ (-2974 . 340474) (-2975 . 340392) (-2976 . 340276) (-2977 . 336977)
+ (-2978 . 336625) (-2979 . 336442) (-2980 . 336203) (-2981 . 331660)
+ (-2982 . 331450) (-2983 . 331379) (-2984 . 330933) (-2985 . 330762)
+ (-2986 . 330610) (-2987 . 330467) (-2988 . 330398) (-2989 . 330133)
+ (-2990 . 330072) (-2991 . 329999) (-2992 . 329891) (-2993 . 329701)
+ (-2994 . 329548) (-2995 . 329420) (-2996 . 329186) (-2997 . 329134)
+ (-2998 . 329067) (-2999 . 328957) (-3000 . 328901) (-3001 . 328798)
+ (-3002 . 327877) (-3003 . 327795) (-3004 . 327442) (-3005 . 327368)
+ (-3006 . 327297) (-3007 . 327240) (-3008 . 326897) (-3009 . 326710)
+ (-3010 . 326607) (-3011 . 326321) (-3012 . 326226) (-3013 . 326046)
+ (-3014 . 325920) (-3015 . 325683) (-3016 . 325626) (-3017 . 325245)
+ (-3018 . 324824) (-3019 . 324642) (-3020 . 324503) (-3021 . 324469)
+ (-3022 . 324208) (-3023 . 324111) (-3024 . 324008) (-3025 . 323862)
+ (-3026 . 323761) (-3027 . 323595) (-3028 . 323542) (-3029 . 323165)
+ (-3030 . 323112) (-3031 . 323040) (-3032 . 322738) (-3033 . 322545)
+ (-3034 . 322464) (-3035 . 322087) (-3036 . 322037) (-3037 . 321981)
+ (-3038 . 321885) (-3039 . 321830) (-3040 . 321694) (-3041 . 321616)
+ (-3042 . 321564) (-3043 . 321392) (-3044 . 321249) (-3045 . 321145)
+ (-3046 . 320985) (-3047 . 320832) (-3048 . 320731) (-3049 . 320645)
+ (-3050 . 320617) (-3051 . 320485) (-3052 . 320411) (-3053 . 319708)
+ (-3054 . 319626) (-3055 . 319528) (-3056 . 319441) (-3057 . 319243)
+ (-3058 . 319057) (-3059 . 318984) (-3060 . 318890) (-3061 . 318656)
+ (-3062 . 318538) (-3063 . 318374) (-3064 . 318201) (-3065 . 318056)
+ (-3066 . 317899) (-3067 . 317675) (-3068 . 317608) (-3069 . 317419)
+ (-3070 . 317127) (-3071 . 317039) (-3072 . 316911) (-3073 . 316779)
+ (-3074 . 316657) (-3075 . 316523) (-3076 . 316474) (-3077 . 316379)
+ (-3078 . 316292) (-3079 . 316187) (-3080 . 315948) (-3081 . 315870)
+ (-3082 . 315683) (-3083 . 315568) (-3084 . 315408) (-3085 . 314922)
+ (-3086 . 314418) (-3087 . 314289) (-3088 . 314212) (-3089 . 314143)
+ (-3090 . 314042) (-3091 . 313899) (-3092 . 313754) (-3093 . 313157)
+ (-3094 . 313076) (-3095 . 312869) (-3096 . 312756) (-3097 . 312697)
+ (-3098 . 312665) (-3099 . 312612) (-3100 . 312437) (-3101 . 312281)
+ (-3102 . 311189) (-3103 . 311093) (-3104 . 310873) (-3105 . 310760)
+ (-3106 . 310662) (-3107 . 309482) (-3108 . 308806) (-3109 . 308583)
+ (-3110 . 308525) (-3111 . 308476) (-3112 . 308417) (-3113 . 308365)
+ (-3114 . 308298) (-3115 . 307196) (-3116 . 307162) (-3117 . 307108)
+ (-3118 . 307031) (-3119 . 306898) (-3120 . 306783) (-9 . 306755)
+ (-3122 . 306650) (-3123 . 306488) (-3124 . 306095) (-3125 . 305828)
+ (-3126 . 305777) (-3127 . 305682) (-3128 . 305629) (-3129 . 305277)
+ (-3130 . 305249) (-3131 . 305010) (-3132 . 304939) (-8 . 304911)
+ (-3134 . 304609) (-3135 . 302381) (-3136 . 302307) (-3137 . 301788)
+ (-3138 . 301736) (-3139 . 301298) (-3140 . 301090) (-3141 . 300878)
+ (-3142 . 300667) (-3143 . 300615) (-3144 . 300548) (-3145 . 300483)
+ (-7 . 300455) (-3147 . 300393) (-3148 . 300319) (-3149 . 300242)
+ (-3150 . 300087) (-3151 . 299956) (-3152 . 299850) (-3153 . 299800)
+ (-3154 . 299554) (-3155 . 299373) (-3156 . 299103) (-3157 . 298429)
+ (-3158 . 298377) (-3159 . 298309) (-3160 . 298109) (-3161 . 298003)
+ (-3162 . 297857) (-3163 . 297777) (-3164 . 297707) (-3165 . 297457)
+ (-3166 . 297390) (-3167 . 297335) (-3168 . 296136) (-3169 . 295981)
+ (-3170 . 295614) (-3171 . 295506) (-3172 . 295053) (-3173 . 294835)
+ (-3174 . 294677) (-3175 . 294567) (-3176 . 294472) (-3177 . 294374)
+ (-3178 . 294301) (-3179 . 293940) (-3180 . 293636) (-3181 . 293098)
+ (-3182 . 293006) (-3183 . 292932) (-3184 . 292709) (-3185 . 292521)
+ (-3186 . 292209) (-3187 . 292074) (-3188 . 291743) (-3189 . 291564)
+ (-3190 . 291411) (-3191 . 291290) (-3192 . 291091) (-3193 . 291059)
+ (-3194 . 290907) (-3195 . 290669) (-3196 . 290516) (-3197 . 290432)
+ (-3198 . 290226) (-3199 . 290174) (-3200 . 290046) (-3201 . 289813)
+ (-3202 . 289672) (-3203 . 289620) (-3204 . 289550) (-3205 . 289422)
+ (-3206 . 289304) (-3207 . 289252) (-3208 . 288992) (-3209 . 288904)
+ (-3210 . 288425) (-3211 . 288310) (-3212 . 288278) (-3213 . 288060)
+ (-3214 . 287897) (-3215 . 287723) (-3216 . 287655) (-3217 . 287512)
+ (-3218 . 287460) (-3219 . 286268) (-3220 . 286201) (-3221 . 286129)
+ (-3222 . 286070) (-3223 . 286018) (-3224 . 285889) (-3225 . 285803)
+ (-3226 . 285747) (-3227 . 285603) (-3228 . 285530) (-3229 . 285435)
+ (-3230 . 285358) (-3231 . 285285) (-3232 . 285133) (-3233 . 285078)
+ (-3234 . 285011) (-3235 . 284846) (-3236 . 284730) (-3237 . 284631)
+ (-3238 . 284564) (-3239 . 284451) (-3240 . 282721) (-3241 . 282583)
+ (-3242 . 282420) (-3243 . 282325) (-3244 . 282132) (-3245 . 282067)
+ (-3246 . 281990) (-3247 . 281811) (-3248 . 281628) (-3249 . 281569)
+ (-3250 . 281513) (-3251 . 281171) (-3252 . 281119) (-3253 . 281000)
+ (-3254 . 280912) (-3255 . 280766) (-3256 . 280602) (-3257 . 280535)
+ (-3258 . 280375) (-3259 . 280301) (-3260 . 280163) (-3261 . 280051)
+ (-3262 . 279945) (-3263 . 279797) (-3264 . 279654) (-3265 . 279599)
+ (-3266 . 279343) (-3267 . 279078) (-3268 . 279025) (-3269 . 278973)
+ (-3270 . 278156) (-3271 . 277948) (-3272 . 277920) (-3273 . 277802)
+ (-3274 . 277753) (-3275 . 277369) (-3276 . 277275) (-3277 . 277162)
+ (-3278 . 276800) (-3279 . 276748) (-3280 . 276665) (-3281 . 276591)
+ (-3282 . 276532) (-3283 . 276378) (-3284 . 276307) (-3285 . 276254)
+ (-3286 . 276138) (-3287 . 276045) (-3288 . 275891) (-3289 . 275789)
+ (-3290 . 275608) (-3291 . 275551) (-3292 . 275222) (-3293 . 274944)
+ (-3294 . 274841) (-3295 . 274745) (-3296 . 274667) (-3297 . 274552)
+ (-3298 . 274347) (-3299 . 273943) (-3300 . 273872) (-3301 . 273490)
+ (-3302 . 273141) (-3303 . 272650) (-3304 . 272492) (-3305 . 272394)
+ (-3306 . 272323) (-3307 . 272268) (-3308 . 272157) (-3309 . 272014)
+ (-3310 . 270877) (-3311 . 270824) (-3312 . 270767) (-3313 . 270697)
+ (-3314 . 270644) (-3315 . 270357) (-3316 . 270290) (-3317 . 269793)
+ (-3318 . 269584) (-3319 . 269293) (-3320 . 269200) (-3321 . 269105)
+ (-3322 . 269053) (-3323 . 268929) (-3324 . 268773) (-3325 . 268719)
+ (-3326 . 268655) (-3327 . 268560) (-3328 . 268442) (-3329 . 268215)
+ (-3330 . 267991) (-3331 . 267888) (-3332 . 267775) (-3333 . 266710)
+ (-3334 . 266547) (-3335 . 266450) (-3336 . 266316) (-3337 . 266173)
+ (-3338 . 266018) (-3339 . 265378) (-3340 . 265304) (-3341 . 265196)
+ (-3342 . 265144) (-3343 . 264842) (-3344 . 264763) (-3345 . 264704)
+ (-3346 . 264575) (-3347 . 264096) (-3348 . 263998) (-3349 . 263924)
+ (-3350 . 263653) (-3351 . 263603) (-3352 . 262175) (-3353 . 262080)
+ (-3354 . 262002) (-3355 . 261864) (-3356 . 261790) (-3357 . 261691)
+ (-3358 . 261663) (-3359 . 261635) (-3360 . 261607) (-3361 . 261530)
+ (-3362 . 261403) (-3363 . 261271) (-3364 . 261192) (-3365 . 261077)
+ (-3366 . 260881) (-3367 . 260783) (-3368 . 260531) (-3369 . 260429)
+ (-3370 . 260196) (-3371 . 259852) (-3372 . 259739) (-3373 . 259662)
+ (-3374 . 259603) (-3375 . 259529) (-3376 . 258945) (-3377 . 258892)
+ (-3378 . 258640) (-3379 . 258430) (-3380 . 258302) (-3381 . 258029)
+ (-3382 . 257676) (-3383 . 257477) (-3384 . 257312) (-3385 . 257063)
+ (-3386 . 256907) (-3387 . 256682) (-3388 . 256582) (-3389 . 256548)
+ (-3390 . 256329) (-3391 . 256246) (-3392 . 256145) (-3393 . 256093)
+ (-3394 . 256014) (-3395 . 255703) (-3396 . 255506) (-3397 . 255398)
+ (-3398 . 255282) (-3399 . 255150) (-3400 . 255093) (-3401 . 254735)
+ (-3402 . 254632) (-3403 . 254534) (-3404 . 254434) (-3405 . 254056)
+ (-3406 . 253957) (-3407 . 253905) (-3408 . 253824) (-3409 . 253238)
+ (-3410 . 253141) (-3411 . 252848) (-3412 . 252118) (-3413 . 251717)
+ (-3414 . 251654) (-3415 . 251580) (-3416 . 251379) (-3417 . 251320)
+ (-3418 . 251268) (-3419 . 251240) (-3420 . 251144) (-3421 . 251017)
+ (-3422 . 250771) (-3423 . 250646) (-3424 . 249916) (-3425 . 249734)
+ (-3426 . 249675) (-3427 . 249576) (-3428 . 249481) (-3429 . 249296)
+ (-3430 . 249128) (-3431 . 249068) (-3432 . 248843) (-3433 . 248589)
+ (-3434 . 248485) (-3435 . 247808) (-3436 . 247665) (-3437 . 246669)
+ (-3438 . 246599) (-3439 . 246461) (-3440 . 246288) (-3441 . 246229)
+ (-3442 . 246162) (-3443 . 246030) (-3444 . 245893) (-3445 . 244553)
+ (-3446 . 244392) (-3447 . 244333) (-3448 . 243768) (-3449 . 243686)
+ (-3450 . 243606) (-3451 . 243532) (-3452 . 243273) (-3453 . 243185)
+ (-3454 . 243026) (-3455 . 242628) (-3456 . 242561) (-3457 . 242504)
+ (-3458 . 242421) (-3459 . 242338) (-3460 . 242083) (-3461 . 241518)
+ (-3462 . 241427) (-3463 . 241328) (-3464 . 241096) (-3465 . 240935)
+ (-3466 . 239503) (-3467 . 239327) (-3468 . 239080) (-3469 . 238788)
+ (-3470 . 238625) (-3471 . 238558) (-3472 . 238530) (-3473 . 238446)
+ (-3474 . 237881) (-3475 . 237767) (-3476 . 237675) (-3477 . 237595)
+ (-3478 . 237504) (-3479 . 237369) (-3480 . 236985) (-3481 . 236922)
+ (-3482 . 236844) (-3483 . 236792) (-3484 . 236668) (-3485 . 236544)
+ (-3486 . 236445) (-3487 . 235770) (-3488 . 235682) (-3489 . 235486)
+ (-3490 . 235192) (-3491 . 235097) (-3492 . 234899) (-3493 . 234775)
+ (-3494 . 234647) (-3495 . 234518) (-3496 . 234151) (-3497 . 234080)
+ (-3498 . 233405) (-3499 . 233225) (-3500 . 233139) (-3501 . 232965)
+ (-3502 . 232655) (-3503 . 232464) (-3504 . 232380) (-3505 . 232250)
+ (-3506 . 232090) (-3507 . 232007) (-3508 . 231868) (-3509 . 231611)
+ (-3510 . 230873) (-3511 . 230785) (-3512 . 230699) (-3513 . 230412)
+ (-3514 . 230361) (-3515 . 230206) (-3516 . 230133) (-3517 . 230062)
+ (-3518 . 229538) (-3519 . 229186) (-3520 . 229134) (-3521 . 229022)
+ (-3522 . 228815) (-3523 . 228252) (-3524 . 227679) (-3525 . 227493)
+ (-3526 . 227178) (-3527 . 227094) (-3528 . 226876) (-3529 . 226486)
+ (-3530 . 226452) (-3531 . 226369) (-3532 . 225916) (-3533 . 225867)
+ (-3534 . 225839) (-3535 . 225743) (-3536 . 225690) (-3537 . 225127)
+ (-3538 . 224986) (-3539 . 224465) (-3540 . 223284) (-3541 . 222860)
+ (-3542 . 222315) (-3543 . 222145) (-3544 . 222059) (-3545 . 221988)
+ (-3546 . 221872) (-3547 . 221818) (-3548 . 221303) (-3549 . 220001)
+ (-3550 . 219438) (-3551 . 219339) (-3552 . 219159) (-3553 . 219071)
+ (-3554 . 218983) (-3555 . 218915) (-3556 . 218834) (-3557 . 218394)
+ (-3558 . 218336) (-3559 . 218220) (-3560 . 218143) (-3561 . 218094)
+ (-3562 . 217418) (-3563 . 217328) (-3564 . 217118) (-3565 . 216828)
+ (-3566 . 216699) (-3567 . 215732) (-3568 . 215482) (-3569 . 215454)
+ (-3570 . 215324) (-3571 . 215130) (-3572 . 214830) (-3573 . 214642)
+ (-3574 . 213966) (-3575 . 213813) (-3576 . 213723) (-3577 . 213655)
+ (-3578 . 213488) (-3579 . 213411) (-3580 . 213069) (-3581 . 212658)
+ (-3582 . 212528) (-3583 . 212385) (-3584 . 212261) (-3585 . 212163)
+ (-3586 . 211487) (-3587 . 211085) (-3588 . 210989) (-3589 . 210106)
+ (-3590 . 209948) (-3591 . 209781) (-3592 . 209708) (-3593 . 209637)
+ (-3594 . 209549) (-3595 . 209484) (-3596 . 209434) (-3597 . 209215)
+ (-3598 . 209145) (-3599 . 208581) (-3600 . 208435) (-3601 . 208277)
+ (-3602 . 208222) (-3603 . 208134) (-3604 . 207647) (-3605 . 207569)
+ (-3606 . 206695) (-3607 . 206603) (-3608 . 206526) (-3609 . 206381)
+ (-3610 . 206273) (-3611 . 205666) (-3612 . 205102) (-3613 . 204959)
+ (-3614 . 204423) (-3615 . 204238) (-3616 . 204065) (-3617 . 204012)
+ (-3618 . 203896) (-3619 . 203682) (-3620 . 203502) (-3621 . 203295)
+ (-3622 . 202407) (-3623 . 201843) (-3624 . 201183) (-3625 . 201065)
+ (-3626 . 200970) (-3627 . 200888) (-3628 . 200777) (-3629 . 200593)
+ (-3630 . 200538) (-3631 . 200450) (-3632 . 199887) (-3633 . 199768)
+ (-3634 . 199662) (-3635 . 199612) (-3636 . 199496) (-3637 . 199384)
+ (-3638 . 199311) (-3639 . 199177) (-3640 . 198976) (-3641 . 198948)
+ (-3642 . 198385) (-3643 . 198297) (-3644 . 198235) (-3645 . 198112)
+ (-3646 . 197973) (-3647 . 197891) (-3648 . 197817) (-3649 . 197282)
+ (-3650 . 197152) (-3651 . 197027) (-3652 . 196747) (-3653 . 196184)
+ (-3654 . 196118) (-3655 . 196005) (-3656 . 195694) (-3657 . 195635)
+ (-3658 . 195568) (-3659 . 195425) (-3660 . 195311) (-3661 . 194504)
+ (-3662 . 194476) (-3663 . 194366) (-3664 . 193803) (-3665 . 193586)
+ (-3666 . 193456) (-3667 . 193029) (-3668 . 192871) (-3669 . 192661)
+ (-3670 . 192584) (-3671 . 191932) (-3672 . 191792) (-3673 . 191229)
+ (-3674 . 191169) (-3675 . 191040) (-3676 . 190970) (-3677 . 190897)
+ (-3678 . 190869) (-3679 . 190761) (-3680 . 190626) (-3681 . 190445)
+ (-3682 . 190351) (-3683 . 190277) (-3684 . 190140) (-3685 . 189997)
+ (-3686 . 189549) (-3687 . 189448) (-3688 . 189309) (-3689 . 189256)
+ (-3690 . 189065) (-3691 . 189016) (-3692 . 188862) (-3693 . 188774)
+ (-3694 . 188678) (-3695 . 188480) (-3696 . 188277) (-3697 . 188204)
+ (-3698 . 188152) (-3699 . 187955) (-3700 . 186413) (-3701 . 185997)
+ (-3702 . 185826) (-3703 . 185697) (-3704 . 185596) (-3705 . 185404)
+ (-3706 . 185152) (-3707 . 185075) (-3708 . 184989) (-3709 . 184879)
+ (-3710 . 184452) (-3711 . 184323) (-3712 . 184101) (-3713 . 184034)
+ (-3714 . 184006) (-3715 . 183929) (-3716 . 183443) (-3717 . 183383)
+ (-3718 . 183313) (-3719 . 183184) (-3720 . 183100) (-3721 . 182668)
+ (-3722 . 182392) (-3723 . 182224) (-3724 . 182114) (-3725 . 182064)
+ (-3726 . 181893) (-3727 . 181834) (-3728 . 181538) (-3729 . 181447)
+ (-3730 . 181219) (-3731 . 181067) (-3732 . 180966) (-3733 . 180861)
+ (-3734 . 180806) (-3735 . 180600) (-3736 . 180459) (-3737 . 180407)
+ (-3738 . 180335) (-3739 . 180165) (-3740 . 180036) (-3741 . 179918)
+ (-3742 . 179529) (-3743 . 179461) (-3744 . 178993) (-3745 . 178937)
+ (-3746 . 178678) (-3747 . 178641) (-3748 . 178589) (-3749 . 178555)
+ (-3750 . 178410) (-3751 . 178137) (-3752 . 178054) (-3753 . 177800)
+ (-3754 . 177682) (-3755 . 177651) (-3756 . 177596) (-3757 . 177475)
+ (-3758 . 177248) (-3759 . 177196) (-3760 . 177056) (-3761 . 176891)
+ (-3762 . 176767) (-3763 . 176551) (-3764 . 176471) (-3765 . 176411)
+ (-3766 . 176256) (-3767 . 175104) (-3768 . 175000) (-3769 . 173032)
+ (-3770 . 172647) (-3771 . 172511) (-3772 . 172416) (-3773 . 171870)
+ (-3774 . 171623) (-3775 . 171377) (-3776 . 171163) (-3777 . 171091)
+ (-3778 . 170799) (-3779 . 170604) (-3780 . 170552) (-3781 . 170436)
+ (-3782 . 170278) (-3783 . 170135) (-3784 . 170039) (-3785 . 169840)
+ (-3786 . 169707) (-3787 . 169633) (-3788 . 169484) (-3789 . 169407)
+ (-3790 . 169031) (-3791 . 168930) (-3792 . 168750) (-3793 . 168649)
+ (-3794 . 168364) (-3795 . 168192) (-3796 . 168088) (-3797 . 168032)
+ (-3798 . 167584) (-3799 . 167453) (-3800 . 167263) (-3801 . 167208)
+ (-3802 . 167014) (-3803 . 166839) (-3804 . 166647) (-3805 . 166524)
+ (-12 . 166352) (-3807 . 166192) (-3808 . 166096) (-3809 . 165877)
+ (-3810 . 165784) (-3811 . 165257) (-3812 . 164915) (-3813 . 164636)
+ (-3814 . 164548) (-3815 . 164481) (-3816 . 163921) (-3817 . 163546)
+ (-3818 . 163301) (-3819 . 163186) (-3820 . 163073) (-3821 . 162978)
+ (-3822 . 162756) (-3823 . 162582) (-3824 . 162511) (-3825 . 162393)
+ (-3826 . 162333) (-3827 . 162277) (-3828 . 161524) (-3829 . 161401)
+ (-3830 . 161342) (-3831 . 161204) (-3832 . 160778) (-3833 . 160463)
+ (-3834 . 160412) (-3835 . 159986) (-3836 . 159776) (-3837 . 159609)
+ (-3838 . 159392) (-3839 . 159185) (-3840 . 159077) (-3841 . 158983)
+ (-3842 . 158871) (-3843 . 158568) (-3844 . 158498) (-3845 . 158431)
+ (-3846 . 156016) (-3847 . 155820) (-3848 . 155783) (-3849 . 155706)
+ (-3850 . 155569) (-3851 . 155471) (-3852 . 154848) (-3853 . 154314)
+ (-3854 . 154203) (-3855 . 154130) (-3856 . 154064) (-3857 . 153976)
+ (-3858 . 153670) (-3859 . 153568) (-3860 . 153346) (-3861 . 153243)
+ (-3862 . 152771) (-3863 . 152670) (-3864 . 152593) (-3865 . 152520)
+ (-3866 . 152390) (-3867 . 152331) (-3868 . 152300) (-3869 . 151969)
+ (-3870 . 151888) (-3871 . 151835) (-3872 . 151717) (-3873 . 151495)
+ (-3874 . 151402) (-3875 . 151292) (-3876 . 151149) (-3877 . 150891)
+ (-3878 . 150073) (-3879 . 149922) (-3880 . 149850) (-3881 . 149772)
+ (-3882 . 149704) (-3883 . 149597) (-3884 . 149545) (-3885 . 149387)
+ (-3886 . 149158) (-3887 . 149063) (-3888 . 148980) (-3889 . 148900)
+ (-3890 . 148722) (-3891 . 148636) (-3892 . 148580) (-3893 . 147976)
+ (-3894 . 147923) (-3895 . 147780) (-3896 . 147728) (-3897 . 147270)
+ (-3898 . 146938) (-3899 . 146822) (-3900 . 146721) (-3901 . 146078)
+ (-3902 . 145954) (-3903 . 145899) (-3904 . 145832) (-3905 . 145590)
+ (* . 141477) (-3907 . 140637) (-3908 . 140512) (-3909 . 140319)
+ (-3910 . 140242) (-3911 . 140014) (-3912 . 139881) (-3913 . 139829)
+ (-3914 . 139725) (-3915 . 139693) (-3916 . 139382) (-3917 . 139302)
+ (-3918 . 139048) (-3919 . 138807) (-3920 . 138712) (-3921 . 138328)
+ (-3922 . 138239) (-3923 . 138124) (-3924 . 137702) (-3925 . 137175)
+ (-3926 . 137073) (-3927 . 136980) (-3928 . 136837) (-3929 . 136455)
+ (-3930 . 136199) (-3931 . 135656) (-3932 . 135573) (-3933 . 135478)
+ (-3934 . 135382) (-3935 . 135330) (-3936 . 135020) (-3937 . 134915)
+ (-3938 . 134838) (-3939 . 134566) (-3940 . 134446) (-3941 . 134389)
+ (-3942 . 134233) (-3943 . 134149) (-3944 . 134008) (-3945 . 133736)
+ (-3946 . 133613) (-3947 . 132649) (-3948 . 132554) (-3949 . 132419)
+ (-3950 . 132317) (-3951 . 132216) (-3952 . 132017) (-3953 . 131964)
+ (-3954 . 131806) (-3955 . 131753) (-3956 . 131591) (-3957 . 131494)
+ (-3958 . 130313) (-3959 . 130191) (-3960 . 130141) (-3961 . 130062)
+ (-3962 . 129778) (-3963 . 129447) (-3964 . 129364) (-3965 . 129281)
+ (-3966 . 129186) (-3967 . 129082) (-3968 . 129012) (-3969 . 128700)
+ (-3970 . 128647) (-3971 . 128449) (-3972 . 128363) (-3973 . 127812)
+ (-3974 . 127759) (-3975 . 127619) (-3976 . 127452) (-3977 . 127275)
+ (-3978 . 127222) (-3979 . 127064) (-3980 . 127014) (-3981 . 126859)
+ (-3982 . 126648) (-3983 . 126430) (-3984 . 126071) (-3985 . 125859)
+ (-3986 . 125762) (-3987 . 125128) (-3988 . 125024) (-3989 . 124945)
+ (-3990 . 124826) (-3991 . 124713) (-3992 . 124657) (-3993 . 124620)
+ (-3994 . 124568) (-3995 . 124428) (-3996 . 124233) (-3997 . 124132)
+ (-3998 . 123873) (-3999 . 123765) (-4000 . 123683) (-4001 . 123324)
+ (-4002 . 123063) (-4003 . 122969) (-4004 . 122837) (-4005 . 122768)
+ (-4006 . 122642) (-4007 . 122548) (-4008 . 122252) (-4009 . 121908)
+ (-4010 . 121821) (-4011 . 121676) (-4012 . 121080) (-4013 . 120865)
+ (-4014 . 120761) (-4015 . 120493) (-4016 . 120335) (-4017 . 120262)
+ (-4018 . 118919) (-4019 . 118682) (-4020 . 117840) (-4021 . 117477)
+ (-4022 . 108027) (-4023 . 107862) (-4024 . 107738) (-4025 . 107376)
+ (-4026 . 107280) (-4027 . 106094) (-4028 . 106041) (-4029 . 105725)
+ (-4030 . 105639) (-4031 . 105520) (-4032 . 105405) (-4033 . 105295)
+ (-4034 . 105209) (-4035 . 104724) (-4036 . 104472) (-4037 . 103290)
+ (-4038 . 103153) (-4039 . 103025) (-4040 . 102996) (-4041 . 102900)
+ (-4042 . 102818) (-4043 . 102694) (-4044 . 102627) (-4045 . 102329)
+ (-4046 . 102274) (-4047 . 100066) (-4048 . 99840) (-4049 . 99448)
+ (-4050 . 99345) (-4051 . 99161) (-4052 . 99095) (-4053 . 99024)
+ (-4054 . 98900) (-4055 . 98653) (-4056 . 98391) (-4057 . 98339)
+ (-4058 . 98222) (-4059 . 98188) (-4060 . 98067) (-4061 . 98038)
+ (-4062 . 97911) (-4063 . 97680) (-4064 . 97625) (-4065 . 97537)
+ (-4066 . 97244) (-4067 . 97128) (-4068 . 96681) (-4069 . 96503)
+ (-4070 . 96434) (-4071 . 96239) (-4072 . 96187) (-4073 . 96101)
+ (-4074 . 95883) (-4075 . 95664) (-4076 . 95499) (-4077 . 95342)
+ (-4078 . 95226) (-4079 . 94976) (-4080 . 94934) (-4081 . 94867)
+ (-4082 . 94773) (-4083 . 94627) (-4084 . 94531) (-4085 . 94114)
+ (-4086 . 93726) (-4087 . 93556) (-4088 . 93482) (-4089 . 93375)
+ (-4090 . 93059) (-4091 . 92195) (-4092 . 92079) (-4093 . 91969)
+ (-4094 . 91859) (-4095 . 91804) (-4096 . 91727) (-4097 . 91639)
+ (-4098 . 91565) (-4099 . 91270) (-4100 . 91167) (-4101 . 91084)
+ (-4102 . 91001) (-4103 . 90649) (-4104 . 90506) (-4105 . 90303)
+ (-4106 . 90199) (-4107 . 89137) (-4108 . 89033) (-4109 . 88939)
+ (-4110 . 88838) (-4111 . 88753) (-4112 . 88693) (-4113 . 88665)
+ (-4114 . 70090) (-4115 . 70030) (-4116 . 69812) (-4117 . 69687)
+ (-4118 . 69601) (-4119 . 69482) (-4120 . 69408) (-4121 . 69374)
+ (-4122 . 69321) (-4123 . 69268) (-4124 . 69146) (-4125 . 66325)
+ (-4126 . 66172) (-4127 . 66100) (-4128 . 66041) (-4129 . 65870)
+ (-4130 . 65664) (-4131 . 65536) (-4132 . 65459) (-4133 . 65315)
+ (-4134 . 65286) (-4135 . 65179) (-4136 . 63929) (-4137 . 63790)
+ (-4138 . 63515) (-4139 . 63171) (-4140 . 63076) (-4141 . 62967)
+ (-4142 . 62883) (-4143 . 62736) (-4144 . 62683) (-4145 . 62307)
+ (-4146 . 62255) (-4147 . 62152) (-4148 . 61972) (-4149 . 61326)
+ (-4150 . 60991) (-4151 . 60907) (-4152 . 60556) (-4153 . 60165)
+ (-4154 . 60037) (-4155 . 59697) (-4156 . 59209) (-4157 . 59047)
+ (-4158 . 58992) (-4159 . 58400) (-4160 . 58299) (-4161 . 58213)
+ (-4162 . 57895) (-4163 . 57801) (-4164 . 57624) (-4165 . 57497)
+ (-4166 . 57331) (-4167 . 57259) (-4168 . 57163) (-4169 . 57089)
+ (-4170 . 56830) (-4171 . 56722) (-4172 . 56404) (-4173 . 56294)
+ (-4174 . 56179) (-4175 . 56119) (-4176 . 56063) (-4177 . 55642)
+ (-4178 . 55565) (-4179 . 55515) (-4180 . 55331) (-4181 . 55124)
+ (-4182 . 54960) (-4183 . 54162) (-4184 . 54094) (-4185 . 54040)
+ (-4186 . 53963) (-4187 . 53630) (-4188 . 53408) (-4189 . 53295)
+ (-4190 . 52989) (-4191 . 52920) (-4192 . 51658) (-4193 . 51563)
+ (-4194 . 51422) (-4195 . 51304) (-4196 . 51073) (-4197 . 51020)
+ (-4198 . 50505) (-4199 . 50320) (-4200 . 50226) (-4201 . 50157)
+ (-4202 . 50105) (-4203 . 49956) (-4204 . 49731) (-4205 . 49664)
+ (-4206 . 49542) (-4207 . 49292) (-4208 . 49062) (-4209 . 48966)
+ (-4210 . 48885) (-4211 . 48716) (-4212 . 48600) (-4213 . 48470)
+ (-4214 . 48438) (-4215 . 48361) (-4216 . 47967) (-4217 . 47815)
+ (-4218 . 47746) (-4219 . 47697) (-4220 . 47595) (-4221 . 47488)
+ (-4222 . 47374) (-4223 . 47297) (-4224 . 47181) (-4225 . 47144)
+ (-4226 . 46888) (-4227 . 46757) (-4228 . 46704) (-4229 . 46605)
+ (-4230 . 46481) (-4231 . 46397) (-4232 . 46156) (-4233 . 45718)
+ (-4234 . 45505) (-4235 . 44804) (-4236 . 44701) (-4237 . 44637)
+ (-4238 . 44479) (-4239 . 44316) (-4240 . 44200) (-4241 . 44121)
+ (-4242 . 43836) (-4243 . 43784) (-4244 . 43654) (-4245 . 43581)
+ (-4246 . 43289) (-4247 . 43187) (-4248 . 43116) (-4249 . 43032)
+ (-4250 . 42954) (-4251 . 42781) (-4252 . 42562) (-4253 . 42480)
+ (-4254 . 42367) (-4255 . 41975) (-4256 . 41798) (-4257 . 41658)
+ (-4258 . 41197) (-4259 . 41145) (-4260 . 41072) (-4261 . 40819)
+ (-4262 . 40527) (-4263 . 40372) (-4264 . 40289) (-4265 . 40215)
+ (-4266 . 40000) (-4267 . 39916) (-4268 . 38612) (-4269 . 38149)
+ (-4270 . 38052) (-4271 . 37968) (-4272 . 37915) (-4273 . 37790)
+ (-4274 . 37690) (-4275 . 37606) (-4276 . 37399) (-4277 . 37209)
+ (-4278 . 37059) (-4279 . 36684) (-4280 . 36275) (-4281 . 36190)
+ (-4282 . 36037) (-4283 . 35671) (-4284 . 35618) (-4285 . 35538)
+ (-4286 . 35399) (-4287 . 35072) (-4288 . 34932) (-4289 . 34880)
+ (-4290 . 34712) (-4291 . 34660) (-4292 . 34607) (-4293 . 34298)
+ (-4294 . 34184) (-4295 . 34096) (-4296 . 33998) (-4297 . 33839)
+ (-4298 . 33701) (-4299 . 33669) (-4300 . 33609) (-4301 . 33322)
+ (-4302 . 33092) (-4303 . 32995) (-4304 . 32921) (-4305 . 29258)
+ (-4306 . 29202) (-4307 . 29061) (-4308 . 28976) (-4309 . 28921)
+ (-4310 . 28442) (-4311 . 28281) (-4312 . 28110) (-4313 . 27905)
+ (-4314 . 27876) (-4315 . 27758) (-4316 . 27647) (-4317 . 27489)
+ (-4318 . 27326) (-4319 . 27213) (-4320 . 26942) (-4321 . 26823)
+ (-4322 . 26576) (-4323 . 26516) (-4324 . 26372) (-4325 . 26028)
+ (-4326 . 26000) (-4327 . 25926) (-4328 . 25807) (-4329 . 25733)
+ (-4330 . 25675) (-4331 . 25587) (-4332 . 25535) (-4333 . 23474)
+ (-4334 . 23401) (-4335 . 23313) (-4336 . 23110) (-4337 . 23003)
+ (-4338 . 22921) (-4339 . 22850) (-4340 . 22797) (-4341 . 22618)
+ (-4342 . 22510) (-4343 . 22425) (-4344 . 22323) (-4345 . 22188)
+ (-4346 . 22136) (-4347 . 22033) (-4348 . 21937) (-4349 . 21644)
+ (-4350 . 21577) (-4351 . 20775) (-4352 . 20586) (-4353 . 20471)
+ (-4354 . 20224) (-4355 . 20044) (-4356 . 19937) (-4357 . 19888)
+ (-4358 . 19831) (-4359 . 19712) (-4360 . 19635) (-4361 . 19425)
+ (-4362 . 19351) (-4363 . 19299) (-4364 . 19139) (-4365 . 19032)
+ (-4366 . 18903) (-4367 . 18753) (-4368 . 18663) (-4369 . 14663)
+ (-4370 . 14040) (-4371 . 14008) (-4372 . 13786) (-4373 . 13687)
+ (-4374 . 13447) (-4375 . 13319) (-4376 . 13101) (-4377 . 12964)
+ (-4378 . 12911) (-4379 . 12840) (-4380 . 12742) (-4381 . 12617)
+ (-4382 . 12520) (-4383 . 11910) (-4384 . 11680) (-4385 . 11527)
+ (-4386 . 11472) (-4387 . 11395) (-4388 . 10854) (-4389 . 10602)
+ (-4390 . 10499) (-4391 . 10403) (-4392 . 10261) (-4393 . 10084)
+ (-4394 . 9697) (-4395 . 9525) (-4396 . 9330) (-4397 . 8971)
+ (-4398 . 8892) (-4399 . 8607) (-4400 . 8317) (-4401 . 8261)
+ (-4402 . 8163) (-4403 . 8111) (-4404 . 7989) (-4405 . 7909)
+ (-4406 . 7573) (-4407 . 7394) (-4408 . 7251) (-4409 . 7181)
+ (-4410 . 7130) (-4411 . 7035) (-4412 . 6894) (-4413 . 6844)
+ (-4414 . 6502) (-4415 . 6435) (-4416 . 6340) (-4417 . 6045)
+ (-4418 . 5977) (-4419 . 5831) (-4420 . 5668) (-4421 . 4445)
+ (-4422 . 4297) (-4423 . 4105) (-4424 . 3950) (-4425 . 3330)
+ (-4426 . 2841) (-4427 . 2238) (-4428 . 2158) (-4429 . 1976)
+ (-4430 . 1884) (-4431 . 1674) (-4432 . 1482) (-4433 . 1399)
+ (-4434 . 1316) (-4435 . 1206) (-4436 . 966) (-4437 . 893)
+ (-4438 . 774) (-4439 . 674) (-4440 . 576) (-4441 . 487) (-4442 . 425)
+ (-4443 . 397) (-4444 . 30)) \ No newline at end of file